diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c47ace --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +.ipynb_checkpoints +data/census-api-key.txt + +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Python # +######### +venv/ +data/census-api-key.txt +census-api-key.txt +data/LTDB_Std_2000_fullcount.csv +data/LTDB_Std_2000_Sample.csv diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ce7c28 --- /dev/null +++ b/README.md @@ -0,0 +1,154 @@ +# Gentrification and demographic analysis — 2000 to 2017 + +This repository contains data, analytic code, and findings that support portions of the BuzzFeed News article, “These 11 Maps Show How Black People Have Been Driven Out Of Neighborhoods In Five Of The Most Gentrified US Cities,” published February 27, 2020. Please read that article, which contains important context and details, before proceeding. + +## Data + +The data used in this analysis come from three sources: US Census Bureau, [censusreporter.org](https://censusreporter.org/), and *Logan et al.*’s [Longitudinal Tract Data Base](https://s4.ad.brown.edu/Projects/Diversity/Researcher/Bridging.htm). + +### Data from the US Census Bureau + +The analysis uses two Census datasets, described below. + +#### American Community Survey results for 2013–2017 + +The analysis uses data from the American Community Survey’s 2013–2017 estimates, the most recent five-year demographic estimates available from the Census Bureau. + +To obtain this data, BuzzFeed News downloaded it from the [Census’s API](https://www.census.gov/developers/). (The Python code used to do so can be found in this repository’s [`01-download-census-data.ipynb` notebook](notebooks/01-download-census-data.ipynb).) + +BuzzFeed News downloaded the data for every tract in in every county in the following Metropolitan Statistical Areas (MSA): + +- Atlanta-Sandy Springs-Alpharetta, GA (for Atlanta) +- Baltimore-Columbia-Towson, MD (for Baltimore) +- New York-Newark-Jersey City, NY-NJ-PA (for New York City) +- San Francisco-Oakland-Berkeley, CA (for Oakland) +- Washington-Arlington-Alexandria, DC-VA-MD-WV (for Washington, D.C.) + +The results can be found in [`output/census_tracts.csv`](output/census_tracts.csv). For each tract in the MSA, that dataset includes the following variables: + +* `geoid` — Census tract ID +* `total_population` — The tract’s total population +* `total_population_25_over` — The tract’s population of people age 25 or older +* `median_income` — Median income (1,000,001 is the upper limit for this column) +* `median_home_value` — Median home value (1,000,001 is the upper limit for this column) +* `educational_attainment` — The number people who are 25 or older and have the equivalent of a 4-year college degree +* `white_alone` — The number of people whose race is white alone, and are not Hispanic +* `black_alone` — The number people who are black or African American alone, and are not Hispanic +* `native_alone` — The number of people who are American Indian and Alaska Native alone +* `asian_alone` — The number of people who are Asian alone +* `native_hawaiian_pacific_islander` — The number of people who are Native Hawaiian and Other Pacific Islander alone +* `some_other_race_alone` — The number of people who are some other race alone +* `two_or_more` — The number of people who are two or more races +* `hispanic_or_latino` — The number of people who are Hispanic or Latino + +#### Census tract shapefiles + +BuzzFeed News also downloaded shapefiles detailing the geographic boundaries and Census tracts for California, Georgia, Maryland, New York, and the District of Columbia [from the Census Bureau’s website](https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.2018.html). These files have been saved in `data/censusTracts/states/`. + +### Data from censusreporter.org + +BuzzFeed News used [Census Reporter](https://censusreporter.org/) to obtain a list of Census tracts that intersect with the official Census boundaries of the five cities to be analyzed: + +- [Atlanta](https://censusreporter.org/data/table/?table=B03002&geo_ids=140|16000US1304000) +- [Baltimore](https://censusreporter.org/data/table/?table=B03002&geo_ids=140|05000US24510) +- [New York](https://censusreporter.org/data/table/?table=B03002&geo_ids=140|16000US3651000) +- [Oakland](https://censusreporter.org/data/table/?table=B03002&geo_ids=140|16000US0653000) +- [Washington, DC](https://censusreporter.org/data/table/?table=B03002&geo_ids=140|16000US1150000) + +These files have been saved in `data/city_tracts/`. + +### Data from *Logan et al.*’s Longitudinal Tract Data Base + +Every decade, the Census updates some of its tract boundaries, based on population increases and decreases. To make tract-level Census data from the 2000s and 2010s comparable, *Logan et al.* have created the [`Longitudinal Tract Data Base`](https://s4.ad.brown.edu/Projects/Diversity/Researcher/Bridging.htm) (LTDB). BuzzFeed News used this dataset to obtain demographic estimates for the year 2000, and to link them to the data for the tract-level data from the 2013-2017 American Community Survey. + +Due to republishing limitations, the LTDB files are not included in this repository, but can be downloaded in full from the project’s [website](https://s4.ad.brown.edu/Projects/Diversity/Researcher/LTBDDload/Default.aspx). To replicate the analysis, follow these steps: + +- Open [the download page](https://s4.ad.brown.edu/Projects/Diversity/Researcher/LTBDDload/Default.aspx) in your web browser +- At the prompt, enter your email address and agree to the listed restrictions; press "Continue" +- In the first set of dropdowns, choose `Select a file type: Full` and `Select a year: 2000`; press "Download Standard Data Files" +- Unzip the downloaded file, and then move the `LTDB_Std_2000_fullcount.csv` file directly into this repository’s `data` folder +- In the same set of dropdowns, change `Select a file type: Full` to `Select a file type: Sample`; press "Download Standard Data Files" again +- Move the downloaded `LTDB_Std_2000_Sample.csv` file directly into this repository’s `data` folder + +The LTDB’s data dictionary can be found [here](https://s4.ad.brown.edu/Projects/Diversity/Researcher/LTBDDload/Dfiles/codebooks.pdf). + + +## Gentrification Methodology + +BuzzFeed News’ analysis uses [a methodology devised by Governing Magazine](http://www.governing.com/gov-data/gentrification-report-methodology.html) (which in turn is similar to the definition from a [Columbia University study](http://uar.sagepub.com/content/40/4/463.abstract)). The methodology focuses on a median income, median home value, and educational attainment metrics. + +The methodology is comprised of the following two tests, as described by Governing Magazine: + +##### Test 1: Does the tract qualify for gentrification? + +A tract qualifies for potential gentrification if it meets *all three* of following criteria at the beginning of the study period (in this case, the year 2000): + +- Had a population of at least 500 residents and was located within a central city* +- Its median household income was in the bottom 40th percentile when compared to all tracts within its metro area +- Its median home value was in the bottom 40th percentile when compared to all tracts within its metro area + +* The city must also still have at least 500 residents at the end of the study period. + +##### Test 2: Has it gentrified? + +A tract is considered to have gentrified if it passes the test above, and also if it meets these three additional criteria at the end of the study period (in this case, in the 2013-2017 ACS survey results): + +- Its median home value increased when adjusted for inflation +- Its increase inflation-adjusted median home value was in the top third of all tracts within a metro area +- Its increase in educational attainment (as measured by the percentage of residents age 25 who hold bachelor’s degrees) was in the top third of all tracts within a metro area + +## Data analysis + +The data analysis was performed in the following Jupyter notebook, using the Python programming language. + +### 02-gentrification_measure_and_race_changes_2017.ipynb + +The Python code for BuzzFeed News analysis, implementing the methodology above, can be found in the [`02-analyze-gentrification-and-demographic-changes.ipynb` notebook](notebooks/02-analyze-gentrification-and-demographic-changes.ipynb). The notebook additionally calculates percentage-point changes for six non-overlapping race/ethnicity groups. + +The notebook produces the following files: +* [`output/census_data_metro.csv`](output/census_data_metro.csv) — a merged spreadsheet of Census data for all metro areas in 2000 and 2017. +* [`output/gentrification.csv`](output/gentrification.csv) — a spreadsheet, covering all Census tracts for the cities of interest (Atlanta, Baltimore, New York, Oakland and Washington, DC), with the following columns: + * `GEOID` — Census tract ID + * `total_population_17` — The tract’s total population in 2017 + * `gentrified` — Whether the tract gentrified between 2000 and 2017 + * `low_population` — Whether the tract’s population was too low to qualify for gentrification + * `eligible_for_gentrification` — Whether a tract was eligible for gentrification, based on Test 1 above + * `pct_white_alone_change` — Percentage-point change for population that was white alone + * `pct_black_alone_change` — Percentage-point change for population that was black alone + * `pct_native_alone_change` — Percentage-point change for population that was Native American + * `pct_asian_alone_change` — Percentage-point change for population that was Asian alone + * `pct_hispanic_or_latino_alone_change` — Percentage-point change for population that was Hispanic or Latino alone + * `pct_native_hawaiian_pacific_islander_change` — Percentage-point change for population that was Native Hawaiian or Pacific Islander + +* `for_maps/`, a directory that contains CSV and GeoJSON related to the maps displayed with the story, with the following variables: + + Geographic information: + * `GEOID` - the Census tract’s official ID + * `name` - the name of the Census tract + * `city` - the name of the city + * `INTPTLAT`, `INTPTLON`, `geometry` - information from the shape files + + Person-counts, overall and by race/ethnicity: + * `total_population_17` + * `white_alone_17` + * `black_alone_17` + * `asian_alone_17` + * `hispanic_or_latino_17` + + Analysis findings (among others): + * `gentrified` — Whether the tract gentrified, according to the two tests described above + * `pct_white_alone_change` — Percentage-point change for population that was white alone + * `pct_black_alone_change` — Percentage-point change for population that was black alone + * `pct_native_alone_change` — Percentage-point change for population that was Native American + * `pct_asian_alone_change` — Percentage-point change for population that was Asian alone + * `pct_hispanic_or_latino_alone_change` — Percentage-point change for population that was Hispanic or Latino alone + +## Licensing + +All code in this repository is available under the [MIT License](https://opensource.org/licenses/MIT). All data files in the output/ directory are available under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) (CC BY 4.0) license. All data files in the data/ directory are available, under their own terms, from the sources described above. + +## Feedback / Questions? + +Contact Lam Thuy Vo at lam.vo@buzzfeed.com and [Lo Bénichou](https://twitter.com/lobenichou?lang=en) from [Mapbox](https://www.mapbox.com/?utm_source=buzzfeedcollab&utm_medium=buzzfeed&utm_content=main-page&utm_campaign=narrativescollab) at lo.benichou@mapbox.com. + +Looking for more from BuzzFeed News? [Click here for a list of our open-sourced projects, data, and code.](https://github.com/buzzfeednews/) diff --git a/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.cpg b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.cpg new file mode 100755 index 0000000..3ad133c --- /dev/null +++ b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.cpg @@ -0,0 +1 @@ +UTF-8 \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.dbf b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.dbf new file mode 100755 index 0000000..7e44326 Binary files /dev/null and b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.dbf differ diff --git a/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.prj b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.prj new file mode 100755 index 0000000..747df58 --- /dev/null +++ b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.prj @@ -0,0 +1 @@ +GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp new file mode 100755 index 0000000..26b6d6b Binary files /dev/null and b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp differ diff --git a/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp.ea.iso.xml b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp.ea.iso.xml new file mode 100755 index 0000000..76b6d9b --- /dev/null +++ b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp.ea.iso.xml @@ -0,0 +1,377 @@ + + + + Feature Catalog for the Current Census Tract State-based + + + The Current Census Tract State-based shapefile contains attributes for Census tracts. These are small, relatively permanent statistical subdivisions of a county or equivalent entity. + + + 2019 + + + 2019-06-01 + + + eng + + + utf8 + + + + + + TRACT.shp + + + Current Census Tract State-based + + + false + + + + + + STATEFP + + + Current state Federal Information Processing Series (FIPS) codes + + + + + + + National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States/State Equivalents + + + + + + + + + + COUNTYFP + + + Current county Federal Information Processing Series (FIPS) code + + + + + + + National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents + + + + + + + + + + TRACTCE + + + Current census tract code + + + + + + + 000100 to 998999 + + + Census tract number + + + + + + + + 990000 to 990099 + + + Water tract (2010 and continuing) + + + + + + + + 990100 to 998999 + + + Census tract number + + + + + + + + + + GEOID + + + Census tract identifier, a concatenation of Current state Federal Information Processing Series (FIPS) code, county FIPS code, and census tract code + + + + + + + + The GEOID attribute is a concatenation of the state FIPS code, followed by the county FIPS code, followed by the census tract code. No spaces are allowed between the two codes. The State FIPS code is taken from "National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States". The county FIPS code is taken from "National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents". The census tract code is taken from the "TRACTCE" attribute. + + + + + + + + + NAME + + + Current census tract name, this is the census tract code converted to an integer or integer plus two-digit decimal if the last two characters of the code are not both zeros. + + + + + + + + Values for this attribute are composed of a set of census tract names. As such, they do not exist in a known, predefined set. + + + + + + + + + NAMELSAD + + + Current translated legal/statistical area description and the census tract name + + + + + + + + Refer to the name in the 'TRACTCE' field and the translated legal/statistical area description code for census tracts + + + + + + + + + MTFCC + + + MAF/TIGER feature class code + + + + + + + G5020 + + + Census Tract + + + + + + + + + + FUNCSTAT + + + Current functional status + + + + + + + S + + + Statistical entity + + + + + + + + + + ALAND + + + Current land area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + AWATER + + + Current water area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + INTPTLAT + + + Current latitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -90.000000 + Range Domain Maximum: 90.000000 + + + + + + + + + INTPTLON + + + Current longitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -180.000000 + Range Domain Maximum: 180.000000 + + + + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp.iso.xml b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp.iso.xml new file mode 100755 index 0000000..62069c5 --- /dev/null +++ b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp.iso.xml @@ -0,0 +1,617 @@ + + + + tl_2019_06_tract.shp.iso.xml + + + eng + + + UTF-8 + + + + TIGER/Line Shapefile, 2019, Series Information for the Current Census Tract State-based + + + +dataset + + + + + 2019-06-01 + + + ISO 19115 Geographic Information - Metadata + + + 2009-02-15 + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_06_tract.zip + + + + + + + + + complex + + + 8057 + + + + + + + + + + + + + Federal Information Processing Series (FIPS), Geographic Names Information System (GNIS), and feature names. + + + + + + + + + + + + + TIGER/Line Shapefile, 2019, state, California, Current Census Tract State-based + + + National Geospatial Data Asset (NGDA) Census Tract + + + + + + 2019 + + + publication + + + + + + 2019 + + + + + + + + + The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. + + +Census tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity, and were defined by local participants as part of the 2010 Census Participant Statistical Areas Program. The Census Bureau delineated the census tracts in situations where no local participant existed or where all the potential participants declined to participate. The primary purpose of census tracts is to provide a stable set of geographic units for the presentation of census data and comparison back to previous decennial censuses. Census tracts generally have a population size between 1,200 and 8,000 people, with an optimum size of 4,000 people. When first delineated, census tracts were designed to be homogeneous with respect to population characteristics, economic status, and living conditions. The spatial size of census tracts varies widely depending on the density of settlement. Physical changes in street patterns caused by highway construction, new development, and so forth, may require boundary revisions. In addition, census tracts occasionally are split due to population growth, or combined as a result of substantial population decline. Census tract boundaries generally follow visible and identifiable features. They may follow legal boundaries such as minor civil division (MCD) or incorporated place boundaries in some States and situations to allow for census tract-to-governmental unit relationships where the governmental boundaries tend to remain unchanged between censuses. State and county boundaries always are census tract boundaries in the standard census geographic hierarchy. In a few rare instances, a census tract may consist of noncontiguous areas. These noncontiguous areas may occur where the census tracts are coextensive with all or parts of legal entities that are themselves noncontiguous. For the 2010 Census, the census tract code range of 9400 through 9499 was enforced for census tracts that include a majority American Indian population according to Census 2000 data and/or their area was primarily covered by federally recognized American Indian reservations and/or off-reservation trust lands; the code range 9800 through 9899 was enforced for those census tracts that contained little or no population and represented a relatively large special land use area such as a National Park, military installation, or a business/industrial park; and the code range 9900 through 9998 was enforced for those census tracts that contained only water area, no land area. + + + + In order for others to use the information in the Census MAF/TIGER database in a geographic information system (GIS) or for other geographic applications, the Census Bureau releases to the public extracts of the database in the form of TIGER/Line Shapefiles. + + + + completed + + + + + + + + notPlanned + + + + + + + + NGDA + + + Governmental Units and Administrative and Statistical Boundaries Theme + + + National Geospatial Data Asset + + + theme + + + theme + + + + + NGDA Portfolio Themes + + + + + 2010-02-01 + + + revision + + + + + + http://www.fgdc.gov/initiatives/resources/2013-2-1-ngda-data-themes-fgdc-sc-revised.pdf + + + + + + + + + State or equivalent entity + + + Polygon + + + Census Tract + + + Tract + + + theme + + + + + None + + + + + + + + + + United States + + + U.S. + + + State or Equivalent Entity + + + California + + + CA + + + 06 + + + place + + + + + ANSI INCITS 38:2009 (Formerly FIPS 5-2), ANSI INCITS 31:2009 (Formerly FIPS 6-4),ANSI INCITS 454:2009 (Formerly FIPS 8-6), ANSI INCITS 455:2009(Formerly FIPS 9-1), ANSI INCITS 446:2008 (Geographic Names Information System (GNIS)) + + + + + + + + + + otherRestrictions + + + + + + Access Constraints: None + + + Use Constraints:The TIGER/Line Shapefile products are not copyrighted however TIGER/Line and Census TIGER are registered trademarks of the U.S. Census Bureau. These products are free to use in a product or publication, however acknowledgement must be given to the U.S. Census Bureau as the source. +The boundary information in the TIGER/Line Shapefiles are for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes does not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.Coordinates in the TIGER/Line shapefiles have six implied decimal places, but the positional accuracy of these coordinates is not as great as the six decimal places suggest. + + + + + + vector + + + eng + + + + + + boundaries + + + The TIGER/Line shapefiles contain geographic data only and do not include display mapping software or statistical data. For information on how to use the TIGER/Line shapefile data with specific software package users shall contact the company that produced the software. + + + + + + + -124.482003 + + + -114.131211 + + + 32.528832 + + + 42.009503 + + + + + + + + publication date + 2018-06 + 2019-05 + + + + + + + + + + + + + true + + + + + + + + + + + + + 2019 + + + + + + + + + https://meta.geo.census.gov/data/existing/decennial/GEO/GPMB/TIGERline/TIGER2018/tract/tl_2019_tract.shp.ea.iso.xml + + + + + + + + + + + TGRSHP (compressed) + + + + PK-ZIP, version 1.93 A or higher + + + + + + + HTML + + + + + + + + WMS + + + 1.3.0 + + + + + + + REST + + + + + + + + + + + The online copy of the TIGER/Line Shapefiles may be accessed without charge. + + + To obtain more information about ordering TIGER/Line Shapefiles visit http://www.census.gov/geo/www/tiger + + + + + + + + + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_06_tract.zip + + + Shapefile Zip File + + + + + + + + + + + https://www.census.gov/geo/maps-data/data/tiger-line.html + + + TIGER/Line® Shapefiles + + + Should be used for most mapping projects--this is our most comprehensive dataset. Designed for use with GIS + (geographic information systems). + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/services/TIGERweb/tigerWMS_Current/MapServer/WMSServer + + + http://opengis.net/spec/wms + + + TIGERweb/tigerWMS_Current (MapServer) + + + This web mapping service contains the layer for 2010 Census Tracts. + This URL is to be used in mapping software like ArcMap. To use this in a web browser, see the OGC Web Mapping Specification. + + + + download + + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer + + + http://www.geoplatform.gov/spec/esri-map-rest + + + TIGERweb/Tracts_Blocks (MapServer) + + + This Rest Service contains the 2010 Census Tracts + + + download + + + + + + + + + + + + + + dataset + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + The Census Bureau performed automated tests to ensure logical consistency and limits of shapefiles. Segments making up the outer and inner Boundaries of a polygon tie end-to-end to completely enclose the area. All polygons are tested for closure. +The Census Bureau uses its internally developed geographic update system to enhance and modify spatial and attribute data in the Census MAF/TIGER database. Standard geographic codes, such as FIPS codes for states, counties, municipalities, county subdivisions, places, American Indian/Alaska Native/Native Hawaiian areas, and congressional districts are used when encoding spatial entities. The Census Bureau performed spatial data tests for logical consistency of the codes during the compilation of the original Census MAF/TIGER database files. Most of the codes for geographic entities except states, counties, urban areas, Core Based Statistical Areas (CBSAs), American Indian Areas (AIAs), and congressional districts were provided to the Census Bureau by the USGS, the agency responsible for maintaining the Geographic Names Information System (GNIS). Feature attribute information has been examined but has not been fully tested for consistency. +For the TIGER/Line Shapefiles, the Point and Vector Object Count for the G-polygon SDTS Point and Vector Object Type reflects the number of records in the shapefile attribute table. For multi-polygon features, only one attribute record exists for each multi-polygon rather than one attribute record per individual G-polygon component of the multi-polygon feature. TIGER/Line Shapefile multi-polygons are an exception to the G-polygon object type classification. Therefore, when multi-polygons exist in a shapefile, the object count will be less than the actual number of G-polygons. + + + + + + + + + + TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database by nation, state, county, and entity. Census MAF/TIGER data for all of the aforementioned geographic entities are then distributed among the shapefiles each containing attributes for line, polygon, or landmark geographic data. + + + 2019-01-01T00:00:00 + + + + + online + + + + + Census MAF/TIGER database + + + MAF/TIGER + + + + + + U.S. Department of Commerce, U.S. Census Bureau, Geography Division + + + originator + + + + + + Source Contribution: All line segments + + + + + + + + + + 201806 + 201905 + + + + + + + + + + + + + + + + + + + notPlanned + + + + This was transformed from the Census Metadata Import Format + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shx b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shx new file mode 100755 index 0000000..8fbbe30 Binary files /dev/null and b/data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shx differ diff --git a/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.cpg b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.cpg new file mode 100755 index 0000000..3ad133c --- /dev/null +++ b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.cpg @@ -0,0 +1 @@ +UTF-8 \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.dbf b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.dbf new file mode 100755 index 0000000..ac11a82 Binary files /dev/null and b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.dbf differ diff --git a/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.prj b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.prj new file mode 100755 index 0000000..747df58 --- /dev/null +++ b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.prj @@ -0,0 +1 @@ +GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp new file mode 100755 index 0000000..ac72e2a Binary files /dev/null and b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp differ diff --git a/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp.ea.iso.xml b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp.ea.iso.xml new file mode 100755 index 0000000..76b6d9b --- /dev/null +++ b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp.ea.iso.xml @@ -0,0 +1,377 @@ + + + + Feature Catalog for the Current Census Tract State-based + + + The Current Census Tract State-based shapefile contains attributes for Census tracts. These are small, relatively permanent statistical subdivisions of a county or equivalent entity. + + + 2019 + + + 2019-06-01 + + + eng + + + utf8 + + + + + + TRACT.shp + + + Current Census Tract State-based + + + false + + + + + + STATEFP + + + Current state Federal Information Processing Series (FIPS) codes + + + + + + + National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States/State Equivalents + + + + + + + + + + COUNTYFP + + + Current county Federal Information Processing Series (FIPS) code + + + + + + + National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents + + + + + + + + + + TRACTCE + + + Current census tract code + + + + + + + 000100 to 998999 + + + Census tract number + + + + + + + + 990000 to 990099 + + + Water tract (2010 and continuing) + + + + + + + + 990100 to 998999 + + + Census tract number + + + + + + + + + + GEOID + + + Census tract identifier, a concatenation of Current state Federal Information Processing Series (FIPS) code, county FIPS code, and census tract code + + + + + + + + The GEOID attribute is a concatenation of the state FIPS code, followed by the county FIPS code, followed by the census tract code. No spaces are allowed between the two codes. The State FIPS code is taken from "National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States". The county FIPS code is taken from "National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents". The census tract code is taken from the "TRACTCE" attribute. + + + + + + + + + NAME + + + Current census tract name, this is the census tract code converted to an integer or integer plus two-digit decimal if the last two characters of the code are not both zeros. + + + + + + + + Values for this attribute are composed of a set of census tract names. As such, they do not exist in a known, predefined set. + + + + + + + + + NAMELSAD + + + Current translated legal/statistical area description and the census tract name + + + + + + + + Refer to the name in the 'TRACTCE' field and the translated legal/statistical area description code for census tracts + + + + + + + + + MTFCC + + + MAF/TIGER feature class code + + + + + + + G5020 + + + Census Tract + + + + + + + + + + FUNCSTAT + + + Current functional status + + + + + + + S + + + Statistical entity + + + + + + + + + + ALAND + + + Current land area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + AWATER + + + Current water area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + INTPTLAT + + + Current latitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -90.000000 + Range Domain Maximum: 90.000000 + + + + + + + + + INTPTLON + + + Current longitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -180.000000 + Range Domain Maximum: 180.000000 + + + + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp.iso.xml b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp.iso.xml new file mode 100755 index 0000000..d9b238a --- /dev/null +++ b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp.iso.xml @@ -0,0 +1,617 @@ + + + + tl_2019_11_tract.shp.iso.xml + + + eng + + + UTF-8 + + + + TIGER/Line Shapefile, 2019, Series Information for the Current Census Tract State-based + + + +dataset + + + + + 2019-06-01 + + + ISO 19115 Geographic Information - Metadata + + + 2009-02-15 + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_11_tract.zip + + + + + + + + + complex + + + 179 + + + + + + + + + + + + + Federal Information Processing Series (FIPS), Geographic Names Information System (GNIS), and feature names. + + + + + + + + + + + + + TIGER/Line Shapefile, 2019, state, District of Columbia, Current Census Tract State-based + + + National Geospatial Data Asset (NGDA) Census Tract + + + + + + 2019 + + + publication + + + + + + 2019 + + + + + + + + + The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. + + +Census tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity, and were defined by local participants as part of the 2010 Census Participant Statistical Areas Program. The Census Bureau delineated the census tracts in situations where no local participant existed or where all the potential participants declined to participate. The primary purpose of census tracts is to provide a stable set of geographic units for the presentation of census data and comparison back to previous decennial censuses. Census tracts generally have a population size between 1,200 and 8,000 people, with an optimum size of 4,000 people. When first delineated, census tracts were designed to be homogeneous with respect to population characteristics, economic status, and living conditions. The spatial size of census tracts varies widely depending on the density of settlement. Physical changes in street patterns caused by highway construction, new development, and so forth, may require boundary revisions. In addition, census tracts occasionally are split due to population growth, or combined as a result of substantial population decline. Census tract boundaries generally follow visible and identifiable features. They may follow legal boundaries such as minor civil division (MCD) or incorporated place boundaries in some States and situations to allow for census tract-to-governmental unit relationships where the governmental boundaries tend to remain unchanged between censuses. State and county boundaries always are census tract boundaries in the standard census geographic hierarchy. In a few rare instances, a census tract may consist of noncontiguous areas. These noncontiguous areas may occur where the census tracts are coextensive with all or parts of legal entities that are themselves noncontiguous. For the 2010 Census, the census tract code range of 9400 through 9499 was enforced for census tracts that include a majority American Indian population according to Census 2000 data and/or their area was primarily covered by federally recognized American Indian reservations and/or off-reservation trust lands; the code range 9800 through 9899 was enforced for those census tracts that contained little or no population and represented a relatively large special land use area such as a National Park, military installation, or a business/industrial park; and the code range 9900 through 9998 was enforced for those census tracts that contained only water area, no land area. + + + + In order for others to use the information in the Census MAF/TIGER database in a geographic information system (GIS) or for other geographic applications, the Census Bureau releases to the public extracts of the database in the form of TIGER/Line Shapefiles. + + + + completed + + + + + + + + notPlanned + + + + + + + + NGDA + + + Governmental Units and Administrative and Statistical Boundaries Theme + + + National Geospatial Data Asset + + + theme + + + theme + + + + + NGDA Portfolio Themes + + + + + 2010-02-01 + + + revision + + + + + + http://www.fgdc.gov/initiatives/resources/2013-2-1-ngda-data-themes-fgdc-sc-revised.pdf + + + + + + + + + State or equivalent entity + + + Polygon + + + Census Tract + + + Tract + + + theme + + + + + None + + + + + + + + + + United States + + + U.S. + + + State or Equivalent Entity + + + District of Columbia + + + DC + + + 11 + + + place + + + + + ANSI INCITS 38:2009 (Formerly FIPS 5-2), ANSI INCITS 31:2009 (Formerly FIPS 6-4),ANSI INCITS 454:2009 (Formerly FIPS 8-6), ANSI INCITS 455:2009(Formerly FIPS 9-1), ANSI INCITS 446:2008 (Geographic Names Information System (GNIS)) + + + + + + + + + + otherRestrictions + + + + + + Access Constraints: None + + + Use Constraints:The TIGER/Line Shapefile products are not copyrighted however TIGER/Line and Census TIGER are registered trademarks of the U.S. Census Bureau. These products are free to use in a product or publication, however acknowledgement must be given to the U.S. Census Bureau as the source. +The boundary information in the TIGER/Line Shapefiles are for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes does not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.Coordinates in the TIGER/Line shapefiles have six implied decimal places, but the positional accuracy of these coordinates is not as great as the six decimal places suggest. + + + + + + vector + + + eng + + + + + + boundaries + + + The TIGER/Line shapefiles contain geographic data only and do not include display mapping software or statistical data. For information on how to use the TIGER/Line shapefile data with specific software package users shall contact the company that produced the software. + + + + + + + -77.119759 + + + -76.909393 + + + 38.791645 + + + 38.995845 + + + + + + + + publication date + 2018-06 + 2019-05 + + + + + + + + + + + + + true + + + + + + + + + + + + + 2019 + + + + + + + + + https://meta.geo.census.gov/data/existing/decennial/GEO/GPMB/TIGERline/TIGER2018/tract/tl_2019_tract.shp.ea.iso.xml + + + + + + + + + + + TGRSHP (compressed) + + + + PK-ZIP, version 1.93 A or higher + + + + + + + HTML + + + + + + + + WMS + + + 1.3.0 + + + + + + + REST + + + + + + + + + + + The online copy of the TIGER/Line Shapefiles may be accessed without charge. + + + To obtain more information about ordering TIGER/Line Shapefiles visit http://www.census.gov/geo/www/tiger + + + + + + + + + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_11_tract.zip + + + Shapefile Zip File + + + + + + + + + + + https://www.census.gov/geo/maps-data/data/tiger-line.html + + + TIGER/Line® Shapefiles + + + Should be used for most mapping projects--this is our most comprehensive dataset. Designed for use with GIS + (geographic information systems). + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/services/TIGERweb/tigerWMS_Current/MapServer/WMSServer + + + http://opengis.net/spec/wms + + + TIGERweb/tigerWMS_Current (MapServer) + + + This web mapping service contains the layer for 2010 Census Tracts. + This URL is to be used in mapping software like ArcMap. To use this in a web browser, see the OGC Web Mapping Specification. + + + + download + + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer + + + http://www.geoplatform.gov/spec/esri-map-rest + + + TIGERweb/Tracts_Blocks (MapServer) + + + This Rest Service contains the 2010 Census Tracts + + + download + + + + + + + + + + + + + + dataset + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + The Census Bureau performed automated tests to ensure logical consistency and limits of shapefiles. Segments making up the outer and inner Boundaries of a polygon tie end-to-end to completely enclose the area. All polygons are tested for closure. +The Census Bureau uses its internally developed geographic update system to enhance and modify spatial and attribute data in the Census MAF/TIGER database. Standard geographic codes, such as FIPS codes for states, counties, municipalities, county subdivisions, places, American Indian/Alaska Native/Native Hawaiian areas, and congressional districts are used when encoding spatial entities. The Census Bureau performed spatial data tests for logical consistency of the codes during the compilation of the original Census MAF/TIGER database files. Most of the codes for geographic entities except states, counties, urban areas, Core Based Statistical Areas (CBSAs), American Indian Areas (AIAs), and congressional districts were provided to the Census Bureau by the USGS, the agency responsible for maintaining the Geographic Names Information System (GNIS). Feature attribute information has been examined but has not been fully tested for consistency. +For the TIGER/Line Shapefiles, the Point and Vector Object Count for the G-polygon SDTS Point and Vector Object Type reflects the number of records in the shapefile attribute table. For multi-polygon features, only one attribute record exists for each multi-polygon rather than one attribute record per individual G-polygon component of the multi-polygon feature. TIGER/Line Shapefile multi-polygons are an exception to the G-polygon object type classification. Therefore, when multi-polygons exist in a shapefile, the object count will be less than the actual number of G-polygons. + + + + + + + + + + TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database by nation, state, county, and entity. Census MAF/TIGER data for all of the aforementioned geographic entities are then distributed among the shapefiles each containing attributes for line, polygon, or landmark geographic data. + + + 2019-01-01T00:00:00 + + + + + online + + + + + Census MAF/TIGER database + + + MAF/TIGER + + + + + + U.S. Department of Commerce, U.S. Census Bureau, Geography Division + + + originator + + + + + + Source Contribution: All line segments + + + + + + + + + + 201806 + 201905 + + + + + + + + + + + + + + + + + + + notPlanned + + + + This was transformed from the Census Metadata Import Format + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shx b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shx new file mode 100755 index 0000000..61268fc Binary files /dev/null and b/data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shx differ diff --git a/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.cpg b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.cpg new file mode 100755 index 0000000..3ad133c --- /dev/null +++ b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.cpg @@ -0,0 +1 @@ +UTF-8 \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.dbf b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.dbf new file mode 100755 index 0000000..5fb9617 Binary files /dev/null and b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.dbf differ diff --git a/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.prj b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.prj new file mode 100755 index 0000000..747df58 --- /dev/null +++ b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.prj @@ -0,0 +1 @@ +GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp new file mode 100755 index 0000000..3745900 Binary files /dev/null and b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp differ diff --git a/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp.ea.iso.xml b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp.ea.iso.xml new file mode 100755 index 0000000..76b6d9b --- /dev/null +++ b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp.ea.iso.xml @@ -0,0 +1,377 @@ + + + + Feature Catalog for the Current Census Tract State-based + + + The Current Census Tract State-based shapefile contains attributes for Census tracts. These are small, relatively permanent statistical subdivisions of a county or equivalent entity. + + + 2019 + + + 2019-06-01 + + + eng + + + utf8 + + + + + + TRACT.shp + + + Current Census Tract State-based + + + false + + + + + + STATEFP + + + Current state Federal Information Processing Series (FIPS) codes + + + + + + + National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States/State Equivalents + + + + + + + + + + COUNTYFP + + + Current county Federal Information Processing Series (FIPS) code + + + + + + + National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents + + + + + + + + + + TRACTCE + + + Current census tract code + + + + + + + 000100 to 998999 + + + Census tract number + + + + + + + + 990000 to 990099 + + + Water tract (2010 and continuing) + + + + + + + + 990100 to 998999 + + + Census tract number + + + + + + + + + + GEOID + + + Census tract identifier, a concatenation of Current state Federal Information Processing Series (FIPS) code, county FIPS code, and census tract code + + + + + + + + The GEOID attribute is a concatenation of the state FIPS code, followed by the county FIPS code, followed by the census tract code. No spaces are allowed between the two codes. The State FIPS code is taken from "National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States". The county FIPS code is taken from "National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents". The census tract code is taken from the "TRACTCE" attribute. + + + + + + + + + NAME + + + Current census tract name, this is the census tract code converted to an integer or integer plus two-digit decimal if the last two characters of the code are not both zeros. + + + + + + + + Values for this attribute are composed of a set of census tract names. As such, they do not exist in a known, predefined set. + + + + + + + + + NAMELSAD + + + Current translated legal/statistical area description and the census tract name + + + + + + + + Refer to the name in the 'TRACTCE' field and the translated legal/statistical area description code for census tracts + + + + + + + + + MTFCC + + + MAF/TIGER feature class code + + + + + + + G5020 + + + Census Tract + + + + + + + + + + FUNCSTAT + + + Current functional status + + + + + + + S + + + Statistical entity + + + + + + + + + + ALAND + + + Current land area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + AWATER + + + Current water area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + INTPTLAT + + + Current latitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -90.000000 + Range Domain Maximum: 90.000000 + + + + + + + + + INTPTLON + + + Current longitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -180.000000 + Range Domain Maximum: 180.000000 + + + + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp.iso.xml b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp.iso.xml new file mode 100755 index 0000000..c738b6c --- /dev/null +++ b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp.iso.xml @@ -0,0 +1,617 @@ + + + + tl_2019_13_tract.shp.iso.xml + + + eng + + + UTF-8 + + + + TIGER/Line Shapefile, 2019, Series Information for the Current Census Tract State-based + + + +dataset + + + + + 2019-06-01 + + + ISO 19115 Geographic Information - Metadata + + + 2009-02-15 + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_13_tract.zip + + + + + + + + + complex + + + 1969 + + + + + + + + + + + + + Federal Information Processing Series (FIPS), Geographic Names Information System (GNIS), and feature names. + + + + + + + + + + + + + TIGER/Line Shapefile, 2019, state, Georgia, Current Census Tract State-based + + + National Geospatial Data Asset (NGDA) Census Tract + + + + + + 2019 + + + publication + + + + + + 2019 + + + + + + + + + The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. + + +Census tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity, and were defined by local participants as part of the 2010 Census Participant Statistical Areas Program. The Census Bureau delineated the census tracts in situations where no local participant existed or where all the potential participants declined to participate. The primary purpose of census tracts is to provide a stable set of geographic units for the presentation of census data and comparison back to previous decennial censuses. Census tracts generally have a population size between 1,200 and 8,000 people, with an optimum size of 4,000 people. When first delineated, census tracts were designed to be homogeneous with respect to population characteristics, economic status, and living conditions. The spatial size of census tracts varies widely depending on the density of settlement. Physical changes in street patterns caused by highway construction, new development, and so forth, may require boundary revisions. In addition, census tracts occasionally are split due to population growth, or combined as a result of substantial population decline. Census tract boundaries generally follow visible and identifiable features. They may follow legal boundaries such as minor civil division (MCD) or incorporated place boundaries in some States and situations to allow for census tract-to-governmental unit relationships where the governmental boundaries tend to remain unchanged between censuses. State and county boundaries always are census tract boundaries in the standard census geographic hierarchy. In a few rare instances, a census tract may consist of noncontiguous areas. These noncontiguous areas may occur where the census tracts are coextensive with all or parts of legal entities that are themselves noncontiguous. For the 2010 Census, the census tract code range of 9400 through 9499 was enforced for census tracts that include a majority American Indian population according to Census 2000 data and/or their area was primarily covered by federally recognized American Indian reservations and/or off-reservation trust lands; the code range 9800 through 9899 was enforced for those census tracts that contained little or no population and represented a relatively large special land use area such as a National Park, military installation, or a business/industrial park; and the code range 9900 through 9998 was enforced for those census tracts that contained only water area, no land area. + + + + In order for others to use the information in the Census MAF/TIGER database in a geographic information system (GIS) or for other geographic applications, the Census Bureau releases to the public extracts of the database in the form of TIGER/Line Shapefiles. + + + + completed + + + + + + + + notPlanned + + + + + + + + NGDA + + + Governmental Units and Administrative and Statistical Boundaries Theme + + + National Geospatial Data Asset + + + theme + + + theme + + + + + NGDA Portfolio Themes + + + + + 2010-02-01 + + + revision + + + + + + http://www.fgdc.gov/initiatives/resources/2013-2-1-ngda-data-themes-fgdc-sc-revised.pdf + + + + + + + + + State or equivalent entity + + + Polygon + + + Census Tract + + + Tract + + + theme + + + + + None + + + + + + + + + + United States + + + U.S. + + + State or Equivalent Entity + + + Georgia + + + GA + + + 13 + + + place + + + + + ANSI INCITS 38:2009 (Formerly FIPS 5-2), ANSI INCITS 31:2009 (Formerly FIPS 6-4),ANSI INCITS 454:2009 (Formerly FIPS 8-6), ANSI INCITS 455:2009(Formerly FIPS 9-1), ANSI INCITS 446:2008 (Geographic Names Information System (GNIS)) + + + + + + + + + + otherRestrictions + + + + + + Access Constraints: None + + + Use Constraints:The TIGER/Line Shapefile products are not copyrighted however TIGER/Line and Census TIGER are registered trademarks of the U.S. Census Bureau. These products are free to use in a product or publication, however acknowledgement must be given to the U.S. Census Bureau as the source. +The boundary information in the TIGER/Line Shapefiles are for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes does not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.Coordinates in the TIGER/Line shapefiles have six implied decimal places, but the positional accuracy of these coordinates is not as great as the six decimal places suggest. + + + + + + vector + + + eng + + + + + + boundaries + + + The TIGER/Line shapefiles contain geographic data only and do not include display mapping software or statistical data. For information on how to use the TIGER/Line shapefile data with specific software package users shall contact the company that produced the software. + + + + + + + -85.605165 + + + -80.78296 + + + 30.355757 + + + 35.001303 + + + + + + + + publication date + 2018-06 + 2019-05 + + + + + + + + + + + + + true + + + + + + + + + + + + + 2019 + + + + + + + + + https://meta.geo.census.gov/data/existing/decennial/GEO/GPMB/TIGERline/TIGER2018/tract/tl_2019_tract.shp.ea.iso.xml + + + + + + + + + + + TGRSHP (compressed) + + + + PK-ZIP, version 1.93 A or higher + + + + + + + HTML + + + + + + + + WMS + + + 1.3.0 + + + + + + + REST + + + + + + + + + + + The online copy of the TIGER/Line Shapefiles may be accessed without charge. + + + To obtain more information about ordering TIGER/Line Shapefiles visit http://www.census.gov/geo/www/tiger + + + + + + + + + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_13_tract.zip + + + Shapefile Zip File + + + + + + + + + + + https://www.census.gov/geo/maps-data/data/tiger-line.html + + + TIGER/Line® Shapefiles + + + Should be used for most mapping projects--this is our most comprehensive dataset. Designed for use with GIS + (geographic information systems). + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/services/TIGERweb/tigerWMS_Current/MapServer/WMSServer + + + http://opengis.net/spec/wms + + + TIGERweb/tigerWMS_Current (MapServer) + + + This web mapping service contains the layer for 2010 Census Tracts. + This URL is to be used in mapping software like ArcMap. To use this in a web browser, see the OGC Web Mapping Specification. + + + + download + + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer + + + http://www.geoplatform.gov/spec/esri-map-rest + + + TIGERweb/Tracts_Blocks (MapServer) + + + This Rest Service contains the 2010 Census Tracts + + + download + + + + + + + + + + + + + + dataset + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + The Census Bureau performed automated tests to ensure logical consistency and limits of shapefiles. Segments making up the outer and inner Boundaries of a polygon tie end-to-end to completely enclose the area. All polygons are tested for closure. +The Census Bureau uses its internally developed geographic update system to enhance and modify spatial and attribute data in the Census MAF/TIGER database. Standard geographic codes, such as FIPS codes for states, counties, municipalities, county subdivisions, places, American Indian/Alaska Native/Native Hawaiian areas, and congressional districts are used when encoding spatial entities. The Census Bureau performed spatial data tests for logical consistency of the codes during the compilation of the original Census MAF/TIGER database files. Most of the codes for geographic entities except states, counties, urban areas, Core Based Statistical Areas (CBSAs), American Indian Areas (AIAs), and congressional districts were provided to the Census Bureau by the USGS, the agency responsible for maintaining the Geographic Names Information System (GNIS). Feature attribute information has been examined but has not been fully tested for consistency. +For the TIGER/Line Shapefiles, the Point and Vector Object Count for the G-polygon SDTS Point and Vector Object Type reflects the number of records in the shapefile attribute table. For multi-polygon features, only one attribute record exists for each multi-polygon rather than one attribute record per individual G-polygon component of the multi-polygon feature. TIGER/Line Shapefile multi-polygons are an exception to the G-polygon object type classification. Therefore, when multi-polygons exist in a shapefile, the object count will be less than the actual number of G-polygons. + + + + + + + + + + TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database by nation, state, county, and entity. Census MAF/TIGER data for all of the aforementioned geographic entities are then distributed among the shapefiles each containing attributes for line, polygon, or landmark geographic data. + + + 2019-01-01T00:00:00 + + + + + online + + + + + Census MAF/TIGER database + + + MAF/TIGER + + + + + + U.S. Department of Commerce, U.S. Census Bureau, Geography Division + + + originator + + + + + + Source Contribution: All line segments + + + + + + + + + + 201806 + 201905 + + + + + + + + + + + + + + + + + + + notPlanned + + + + This was transformed from the Census Metadata Import Format + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shx b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shx new file mode 100755 index 0000000..209ecfd Binary files /dev/null and b/data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shx differ diff --git a/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.cpg b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.cpg new file mode 100755 index 0000000..3ad133c --- /dev/null +++ b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.cpg @@ -0,0 +1 @@ +UTF-8 \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.dbf b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.dbf new file mode 100755 index 0000000..d155b41 Binary files /dev/null and b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.dbf differ diff --git a/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.prj b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.prj new file mode 100755 index 0000000..747df58 --- /dev/null +++ b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.prj @@ -0,0 +1 @@ +GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp new file mode 100755 index 0000000..ad29c10 Binary files /dev/null and b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp differ diff --git a/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp.ea.iso.xml b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp.ea.iso.xml new file mode 100755 index 0000000..76b6d9b --- /dev/null +++ b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp.ea.iso.xml @@ -0,0 +1,377 @@ + + + + Feature Catalog for the Current Census Tract State-based + + + The Current Census Tract State-based shapefile contains attributes for Census tracts. These are small, relatively permanent statistical subdivisions of a county or equivalent entity. + + + 2019 + + + 2019-06-01 + + + eng + + + utf8 + + + + + + TRACT.shp + + + Current Census Tract State-based + + + false + + + + + + STATEFP + + + Current state Federal Information Processing Series (FIPS) codes + + + + + + + National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States/State Equivalents + + + + + + + + + + COUNTYFP + + + Current county Federal Information Processing Series (FIPS) code + + + + + + + National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents + + + + + + + + + + TRACTCE + + + Current census tract code + + + + + + + 000100 to 998999 + + + Census tract number + + + + + + + + 990000 to 990099 + + + Water tract (2010 and continuing) + + + + + + + + 990100 to 998999 + + + Census tract number + + + + + + + + + + GEOID + + + Census tract identifier, a concatenation of Current state Federal Information Processing Series (FIPS) code, county FIPS code, and census tract code + + + + + + + + The GEOID attribute is a concatenation of the state FIPS code, followed by the county FIPS code, followed by the census tract code. No spaces are allowed between the two codes. The State FIPS code is taken from "National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States". The county FIPS code is taken from "National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents". The census tract code is taken from the "TRACTCE" attribute. + + + + + + + + + NAME + + + Current census tract name, this is the census tract code converted to an integer or integer plus two-digit decimal if the last two characters of the code are not both zeros. + + + + + + + + Values for this attribute are composed of a set of census tract names. As such, they do not exist in a known, predefined set. + + + + + + + + + NAMELSAD + + + Current translated legal/statistical area description and the census tract name + + + + + + + + Refer to the name in the 'TRACTCE' field and the translated legal/statistical area description code for census tracts + + + + + + + + + MTFCC + + + MAF/TIGER feature class code + + + + + + + G5020 + + + Census Tract + + + + + + + + + + FUNCSTAT + + + Current functional status + + + + + + + S + + + Statistical entity + + + + + + + + + + ALAND + + + Current land area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + AWATER + + + Current water area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + INTPTLAT + + + Current latitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -90.000000 + Range Domain Maximum: 90.000000 + + + + + + + + + INTPTLON + + + Current longitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -180.000000 + Range Domain Maximum: 180.000000 + + + + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp.iso.xml b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp.iso.xml new file mode 100755 index 0000000..64a649f --- /dev/null +++ b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp.iso.xml @@ -0,0 +1,617 @@ + + + + tl_2019_24_tract.shp.iso.xml + + + eng + + + UTF-8 + + + + TIGER/Line Shapefile, 2019, Series Information for the Current Census Tract State-based + + + +dataset + + + + + 2019-06-01 + + + ISO 19115 Geographic Information - Metadata + + + 2009-02-15 + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_24_tract.zip + + + + + + + + + complex + + + 1406 + + + + + + + + + + + + + Federal Information Processing Series (FIPS), Geographic Names Information System (GNIS), and feature names. + + + + + + + + + + + + + TIGER/Line Shapefile, 2019, state, Maryland, Current Census Tract State-based + + + National Geospatial Data Asset (NGDA) Census Tract + + + + + + 2019 + + + publication + + + + + + 2019 + + + + + + + + + The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. + + +Census tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity, and were defined by local participants as part of the 2010 Census Participant Statistical Areas Program. The Census Bureau delineated the census tracts in situations where no local participant existed or where all the potential participants declined to participate. The primary purpose of census tracts is to provide a stable set of geographic units for the presentation of census data and comparison back to previous decennial censuses. Census tracts generally have a population size between 1,200 and 8,000 people, with an optimum size of 4,000 people. When first delineated, census tracts were designed to be homogeneous with respect to population characteristics, economic status, and living conditions. The spatial size of census tracts varies widely depending on the density of settlement. Physical changes in street patterns caused by highway construction, new development, and so forth, may require boundary revisions. In addition, census tracts occasionally are split due to population growth, or combined as a result of substantial population decline. Census tract boundaries generally follow visible and identifiable features. They may follow legal boundaries such as minor civil division (MCD) or incorporated place boundaries in some States and situations to allow for census tract-to-governmental unit relationships where the governmental boundaries tend to remain unchanged between censuses. State and county boundaries always are census tract boundaries in the standard census geographic hierarchy. In a few rare instances, a census tract may consist of noncontiguous areas. These noncontiguous areas may occur where the census tracts are coextensive with all or parts of legal entities that are themselves noncontiguous. For the 2010 Census, the census tract code range of 9400 through 9499 was enforced for census tracts that include a majority American Indian population according to Census 2000 data and/or their area was primarily covered by federally recognized American Indian reservations and/or off-reservation trust lands; the code range 9800 through 9899 was enforced for those census tracts that contained little or no population and represented a relatively large special land use area such as a National Park, military installation, or a business/industrial park; and the code range 9900 through 9998 was enforced for those census tracts that contained only water area, no land area. + + + + In order for others to use the information in the Census MAF/TIGER database in a geographic information system (GIS) or for other geographic applications, the Census Bureau releases to the public extracts of the database in the form of TIGER/Line Shapefiles. + + + + completed + + + + + + + + notPlanned + + + + + + + + NGDA + + + Governmental Units and Administrative and Statistical Boundaries Theme + + + National Geospatial Data Asset + + + theme + + + theme + + + + + NGDA Portfolio Themes + + + + + 2010-02-01 + + + revision + + + + + + http://www.fgdc.gov/initiatives/resources/2013-2-1-ngda-data-themes-fgdc-sc-revised.pdf + + + + + + + + + State or equivalent entity + + + Polygon + + + Census Tract + + + Tract + + + theme + + + + + None + + + + + + + + + + United States + + + U.S. + + + State or Equivalent Entity + + + Maryland + + + MD + + + 24 + + + place + + + + + ANSI INCITS 38:2009 (Formerly FIPS 5-2), ANSI INCITS 31:2009 (Formerly FIPS 6-4),ANSI INCITS 454:2009 (Formerly FIPS 8-6), ANSI INCITS 455:2009(Formerly FIPS 9-1), ANSI INCITS 446:2008 (Geographic Names Information System (GNIS)) + + + + + + + + + + otherRestrictions + + + + + + Access Constraints: None + + + Use Constraints:The TIGER/Line Shapefile products are not copyrighted however TIGER/Line and Census TIGER are registered trademarks of the U.S. Census Bureau. These products are free to use in a product or publication, however acknowledgement must be given to the U.S. Census Bureau as the source. +The boundary information in the TIGER/Line Shapefiles are for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes does not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.Coordinates in the TIGER/Line shapefiles have six implied decimal places, but the positional accuracy of these coordinates is not as great as the six decimal places suggest. + + + + + + vector + + + eng + + + + + + boundaries + + + The TIGER/Line shapefiles contain geographic data only and do not include display mapping software or statistical data. For information on how to use the TIGER/Line shapefile data with specific software package users shall contact the company that produced the software. + + + + + + + -79.487651 + + + -74.986282 + + + 37.886605 + + + 39.723037 + + + + + + + + publication date + 2018-06 + 2019-05 + + + + + + + + + + + + + true + + + + + + + + + + + + + 2019 + + + + + + + + + https://meta.geo.census.gov/data/existing/decennial/GEO/GPMB/TIGERline/TIGER2018/tract/tl_2019_tract.shp.ea.iso.xml + + + + + + + + + + + TGRSHP (compressed) + + + + PK-ZIP, version 1.93 A or higher + + + + + + + HTML + + + + + + + + WMS + + + 1.3.0 + + + + + + + REST + + + + + + + + + + + The online copy of the TIGER/Line Shapefiles may be accessed without charge. + + + To obtain more information about ordering TIGER/Line Shapefiles visit http://www.census.gov/geo/www/tiger + + + + + + + + + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_24_tract.zip + + + Shapefile Zip File + + + + + + + + + + + https://www.census.gov/geo/maps-data/data/tiger-line.html + + + TIGER/Line® Shapefiles + + + Should be used for most mapping projects--this is our most comprehensive dataset. Designed for use with GIS + (geographic information systems). + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/services/TIGERweb/tigerWMS_Current/MapServer/WMSServer + + + http://opengis.net/spec/wms + + + TIGERweb/tigerWMS_Current (MapServer) + + + This web mapping service contains the layer for 2010 Census Tracts. + This URL is to be used in mapping software like ArcMap. To use this in a web browser, see the OGC Web Mapping Specification. + + + + download + + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer + + + http://www.geoplatform.gov/spec/esri-map-rest + + + TIGERweb/Tracts_Blocks (MapServer) + + + This Rest Service contains the 2010 Census Tracts + + + download + + + + + + + + + + + + + + dataset + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + The Census Bureau performed automated tests to ensure logical consistency and limits of shapefiles. Segments making up the outer and inner Boundaries of a polygon tie end-to-end to completely enclose the area. All polygons are tested for closure. +The Census Bureau uses its internally developed geographic update system to enhance and modify spatial and attribute data in the Census MAF/TIGER database. Standard geographic codes, such as FIPS codes for states, counties, municipalities, county subdivisions, places, American Indian/Alaska Native/Native Hawaiian areas, and congressional districts are used when encoding spatial entities. The Census Bureau performed spatial data tests for logical consistency of the codes during the compilation of the original Census MAF/TIGER database files. Most of the codes for geographic entities except states, counties, urban areas, Core Based Statistical Areas (CBSAs), American Indian Areas (AIAs), and congressional districts were provided to the Census Bureau by the USGS, the agency responsible for maintaining the Geographic Names Information System (GNIS). Feature attribute information has been examined but has not been fully tested for consistency. +For the TIGER/Line Shapefiles, the Point and Vector Object Count for the G-polygon SDTS Point and Vector Object Type reflects the number of records in the shapefile attribute table. For multi-polygon features, only one attribute record exists for each multi-polygon rather than one attribute record per individual G-polygon component of the multi-polygon feature. TIGER/Line Shapefile multi-polygons are an exception to the G-polygon object type classification. Therefore, when multi-polygons exist in a shapefile, the object count will be less than the actual number of G-polygons. + + + + + + + + + + TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database by nation, state, county, and entity. Census MAF/TIGER data for all of the aforementioned geographic entities are then distributed among the shapefiles each containing attributes for line, polygon, or landmark geographic data. + + + 2019-01-01T00:00:00 + + + + + online + + + + + Census MAF/TIGER database + + + MAF/TIGER + + + + + + U.S. Department of Commerce, U.S. Census Bureau, Geography Division + + + originator + + + + + + Source Contribution: All line segments + + + + + + + + + + 201806 + 201905 + + + + + + + + + + + + + + + + + + + notPlanned + + + + This was transformed from the Census Metadata Import Format + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shx b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shx new file mode 100755 index 0000000..83cda63 Binary files /dev/null and b/data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shx differ diff --git a/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.cpg b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.cpg new file mode 100755 index 0000000..3ad133c --- /dev/null +++ b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.cpg @@ -0,0 +1 @@ +UTF-8 \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.dbf b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.dbf new file mode 100755 index 0000000..f438070 Binary files /dev/null and b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.dbf differ diff --git a/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.prj b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.prj new file mode 100755 index 0000000..747df58 --- /dev/null +++ b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.prj @@ -0,0 +1 @@ +GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp new file mode 100755 index 0000000..a1a6bf1 Binary files /dev/null and b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp differ diff --git a/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp.ea.iso.xml b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp.ea.iso.xml new file mode 100755 index 0000000..76b6d9b --- /dev/null +++ b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp.ea.iso.xml @@ -0,0 +1,377 @@ + + + + Feature Catalog for the Current Census Tract State-based + + + The Current Census Tract State-based shapefile contains attributes for Census tracts. These are small, relatively permanent statistical subdivisions of a county or equivalent entity. + + + 2019 + + + 2019-06-01 + + + eng + + + utf8 + + + + + + TRACT.shp + + + Current Census Tract State-based + + + false + + + + + + STATEFP + + + Current state Federal Information Processing Series (FIPS) codes + + + + + + + National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States/State Equivalents + + + + + + + + + + COUNTYFP + + + Current county Federal Information Processing Series (FIPS) code + + + + + + + National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents + + + + + + + + + + TRACTCE + + + Current census tract code + + + + + + + 000100 to 998999 + + + Census tract number + + + + + + + + 990000 to 990099 + + + Water tract (2010 and continuing) + + + + + + + + 990100 to 998999 + + + Census tract number + + + + + + + + + + GEOID + + + Census tract identifier, a concatenation of Current state Federal Information Processing Series (FIPS) code, county FIPS code, and census tract code + + + + + + + + The GEOID attribute is a concatenation of the state FIPS code, followed by the county FIPS code, followed by the census tract code. No spaces are allowed between the two codes. The State FIPS code is taken from "National Standard Codes (ANSI INCITS 38-2009), Federal Information Processing Series (FIPS) - States". The county FIPS code is taken from "National Standard Codes (ANSI INCITS 31-2009), Federal Information Processing Series (FIPS) - Counties/County Equivalents". The census tract code is taken from the "TRACTCE" attribute. + + + + + + + + + NAME + + + Current census tract name, this is the census tract code converted to an integer or integer plus two-digit decimal if the last two characters of the code are not both zeros. + + + + + + + + Values for this attribute are composed of a set of census tract names. As such, they do not exist in a known, predefined set. + + + + + + + + + NAMELSAD + + + Current translated legal/statistical area description and the census tract name + + + + + + + + Refer to the name in the 'TRACTCE' field and the translated legal/statistical area description code for census tracts + + + + + + + + + MTFCC + + + MAF/TIGER feature class code + + + + + + + G5020 + + + Census Tract + + + + + + + + + + FUNCSTAT + + + Current functional status + + + + + + + S + + + Statistical entity + + + + + + + + + + ALAND + + + Current land area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + AWATER + + + Current water area (square meters) + + + + + + + + + + + + + + Range Domain Minimum: 0 + Range Domain Maximum: 9,999,999,999,999 + + + + + + + + + INTPTLAT + + + Current latitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -90.000000 + Range Domain Maximum: 90.000000 + + + + + + + + + INTPTLON + + + Current longitude of the internal point + + + + + + Decimal degrees + + + + + + + + Range Domain Minimum: -180.000000 + Range Domain Maximum: 180.000000 + + + + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp.iso.xml b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp.iso.xml new file mode 100755 index 0000000..e5044df --- /dev/null +++ b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp.iso.xml @@ -0,0 +1,617 @@ + + + + tl_2019_36_tract.shp.iso.xml + + + eng + + + UTF-8 + + + + TIGER/Line Shapefile, 2019, Series Information for the Current Census Tract State-based + + + +dataset + + + + + 2019-06-01 + + + ISO 19115 Geographic Information - Metadata + + + 2009-02-15 + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_36_tract.zip + + + + + + + + + complex + + + 4918 + + + + + + + + + + + + + Federal Information Processing Series (FIPS), Geographic Names Information System (GNIS), and feature names. + + + + + + + + + + + + + TIGER/Line Shapefile, 2019, state, New York, Current Census Tract State-based + + + National Geospatial Data Asset (NGDA) Census Tract + + + + + + 2019 + + + publication + + + + + + 2019 + + + + + + + + + The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. + + +Census tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity, and were defined by local participants as part of the 2010 Census Participant Statistical Areas Program. The Census Bureau delineated the census tracts in situations where no local participant existed or where all the potential participants declined to participate. The primary purpose of census tracts is to provide a stable set of geographic units for the presentation of census data and comparison back to previous decennial censuses. Census tracts generally have a population size between 1,200 and 8,000 people, with an optimum size of 4,000 people. When first delineated, census tracts were designed to be homogeneous with respect to population characteristics, economic status, and living conditions. The spatial size of census tracts varies widely depending on the density of settlement. Physical changes in street patterns caused by highway construction, new development, and so forth, may require boundary revisions. In addition, census tracts occasionally are split due to population growth, or combined as a result of substantial population decline. Census tract boundaries generally follow visible and identifiable features. They may follow legal boundaries such as minor civil division (MCD) or incorporated place boundaries in some States and situations to allow for census tract-to-governmental unit relationships where the governmental boundaries tend to remain unchanged between censuses. State and county boundaries always are census tract boundaries in the standard census geographic hierarchy. In a few rare instances, a census tract may consist of noncontiguous areas. These noncontiguous areas may occur where the census tracts are coextensive with all or parts of legal entities that are themselves noncontiguous. For the 2010 Census, the census tract code range of 9400 through 9499 was enforced for census tracts that include a majority American Indian population according to Census 2000 data and/or their area was primarily covered by federally recognized American Indian reservations and/or off-reservation trust lands; the code range 9800 through 9899 was enforced for those census tracts that contained little or no population and represented a relatively large special land use area such as a National Park, military installation, or a business/industrial park; and the code range 9900 through 9998 was enforced for those census tracts that contained only water area, no land area. + + + + In order for others to use the information in the Census MAF/TIGER database in a geographic information system (GIS) or for other geographic applications, the Census Bureau releases to the public extracts of the database in the form of TIGER/Line Shapefiles. + + + + completed + + + + + + + + notPlanned + + + + + + + + NGDA + + + Governmental Units and Administrative and Statistical Boundaries Theme + + + National Geospatial Data Asset + + + theme + + + theme + + + + + NGDA Portfolio Themes + + + + + 2010-02-01 + + + revision + + + + + + http://www.fgdc.gov/initiatives/resources/2013-2-1-ngda-data-themes-fgdc-sc-revised.pdf + + + + + + + + + State or equivalent entity + + + Polygon + + + Census Tract + + + Tract + + + theme + + + + + None + + + + + + + + + + United States + + + U.S. + + + State or Equivalent Entity + + + New York + + + NY + + + 36 + + + place + + + + + ANSI INCITS 38:2009 (Formerly FIPS 5-2), ANSI INCITS 31:2009 (Formerly FIPS 6-4),ANSI INCITS 454:2009 (Formerly FIPS 8-6), ANSI INCITS 455:2009(Formerly FIPS 9-1), ANSI INCITS 446:2008 (Geographic Names Information System (GNIS)) + + + + + + + + + + otherRestrictions + + + + + + Access Constraints: None + + + Use Constraints:The TIGER/Line Shapefile products are not copyrighted however TIGER/Line and Census TIGER are registered trademarks of the U.S. Census Bureau. These products are free to use in a product or publication, however acknowledgement must be given to the U.S. Census Bureau as the source. +The boundary information in the TIGER/Line Shapefiles are for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes does not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.Coordinates in the TIGER/Line shapefiles have six implied decimal places, but the positional accuracy of these coordinates is not as great as the six decimal places suggest. + + + + + + vector + + + eng + + + + + + boundaries + + + The TIGER/Line shapefiles contain geographic data only and do not include display mapping software or statistical data. For information on how to use the TIGER/Line shapefile data with specific software package users shall contact the company that produced the software. + + + + + + + -79.76259 + + + -71.777491 + + + 40.477399 + + + 45.015865 + + + + + + + + publication date + 2018-06 + 2019-05 + + + + + + + + + + + + + true + + + + + + + + + + + + + 2019 + + + + + + + + + https://meta.geo.census.gov/data/existing/decennial/GEO/GPMB/TIGERline/TIGER2018/tract/tl_2019_tract.shp.ea.iso.xml + + + + + + + + + + + TGRSHP (compressed) + + + + PK-ZIP, version 1.93 A or higher + + + + + + + HTML + + + + + + + + WMS + + + 1.3.0 + + + + + + + REST + + + + + + + + + + + The online copy of the TIGER/Line Shapefiles may be accessed without charge. + + + To obtain more information about ordering TIGER/Line Shapefiles visit http://www.census.gov/geo/www/tiger + + + + + + + + + + + http://www2.census.gov/geo/tiger/TIGER2019/TRACT/tl_2019_36_tract.zip + + + Shapefile Zip File + + + + + + + + + + + https://www.census.gov/geo/maps-data/data/tiger-line.html + + + TIGER/Line® Shapefiles + + + Should be used for most mapping projects--this is our most comprehensive dataset. Designed for use with GIS + (geographic information systems). + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/services/TIGERweb/tigerWMS_Current/MapServer/WMSServer + + + http://opengis.net/spec/wms + + + TIGERweb/tigerWMS_Current (MapServer) + + + This web mapping service contains the layer for 2010 Census Tracts. + This URL is to be used in mapping software like ArcMap. To use this in a web browser, see the OGC Web Mapping Specification. + + + + download + + + + + + + + + + + + https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer + + + http://www.geoplatform.gov/spec/esri-map-rest + + + TIGERweb/Tracts_Blocks (MapServer) + + + This Rest Service contains the 2010 Census Tracts + + + download + + + + + + + + + + + + + + dataset + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created. + + + + + + + + The Census Bureau performed automated tests to ensure logical consistency and limits of shapefiles. Segments making up the outer and inner Boundaries of a polygon tie end-to-end to completely enclose the area. All polygons are tested for closure. +The Census Bureau uses its internally developed geographic update system to enhance and modify spatial and attribute data in the Census MAF/TIGER database. Standard geographic codes, such as FIPS codes for states, counties, municipalities, county subdivisions, places, American Indian/Alaska Native/Native Hawaiian areas, and congressional districts are used when encoding spatial entities. The Census Bureau performed spatial data tests for logical consistency of the codes during the compilation of the original Census MAF/TIGER database files. Most of the codes for geographic entities except states, counties, urban areas, Core Based Statistical Areas (CBSAs), American Indian Areas (AIAs), and congressional districts were provided to the Census Bureau by the USGS, the agency responsible for maintaining the Geographic Names Information System (GNIS). Feature attribute information has been examined but has not been fully tested for consistency. +For the TIGER/Line Shapefiles, the Point and Vector Object Count for the G-polygon SDTS Point and Vector Object Type reflects the number of records in the shapefile attribute table. For multi-polygon features, only one attribute record exists for each multi-polygon rather than one attribute record per individual G-polygon component of the multi-polygon feature. TIGER/Line Shapefile multi-polygons are an exception to the G-polygon object type classification. Therefore, when multi-polygons exist in a shapefile, the object count will be less than the actual number of G-polygons. + + + + + + + + + + TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database by nation, state, county, and entity. Census MAF/TIGER data for all of the aforementioned geographic entities are then distributed among the shapefiles each containing attributes for line, polygon, or landmark geographic data. + + + 2019-01-01T00:00:00 + + + + + online + + + + + Census MAF/TIGER database + + + MAF/TIGER + + + + + + U.S. Department of Commerce, U.S. Census Bureau, Geography Division + + + originator + + + + + + Source Contribution: All line segments + + + + + + + + + + 201806 + 201905 + + + + + + + + + + + + + + + + + + + notPlanned + + + + This was transformed from the Census Metadata Import Format + + + + + \ No newline at end of file diff --git a/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shx b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shx new file mode 100755 index 0000000..9216043 Binary files /dev/null and b/data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shx differ diff --git a/data/city_tracts/atlanta_census_reporter/acs2018_5yr_B03002_14000US13121008201.csv b/data/city_tracts/atlanta_census_reporter/acs2018_5yr_B03002_14000US13121008201.csv new file mode 100644 index 0000000..29564bd --- /dev/null +++ b/data/city_tracts/atlanta_census_reporter/acs2018_5yr_B03002_14000US13121008201.csv @@ -0,0 +1,140 @@ +geoid,name,B03002001,"B03002001, Error",B03002002,"B03002002, Error",B03002003,"B03002003, Error",B03002004,"B03002004, Error",B03002005,"B03002005, Error",B03002006,"B03002006, Error",B03002007,"B03002007, Error",B03002008,"B03002008, Error",B03002009,"B03002009, Error",B03002010,"B03002010, Error",B03002011,"B03002011, Error",B03002012,"B03002012, Error",B03002013,"B03002013, Error",B03002014,"B03002014, Error",B03002015,"B03002015, Error",B03002016,"B03002016, Error",B03002017,"B03002017, Error",B03002018,"B03002018, Error",B03002019,"B03002019, Error",B03002020,"B03002020, Error",B03002021,"B03002021, Error" +14000US13089020100,"Census Tract 201, DeKalb, GA",2141,149,2017,167,1934,177,36,26,0,13,20,17,0,13,0,13,27,26,0,13,27,26,124,65,102,60,0,13,0,13,6,9,0,13,5,8,11,17,0,13,11,17 +14000US13089020200,"Census Tract 202, DeKalb, GA",1899,208,1806,204,1412,182,208,127,0,13,134,73,0,13,0,13,52,48,0,13,52,48,93,83,93,83,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13089020300,"Census Tract 203, DeKalb, GA",4283,349,4159,335,3779,318,166,98,0,13,66,43,0,13,0,13,148,89,0,13,148,89,124,87,56,50,0,13,22,37,0,13,0,13,0,13,46,53,0,13,46,53 +14000US13089020400,"Census Tract 204, DeKalb, GA",2585,228,2551,228,2174,268,93,73,0,13,212,98,0,13,0,13,72,81,0,13,72,81,34,40,5,7,5,8,0,13,0,13,0,13,0,13,24,40,0,13,24,40 +14000US13089020500,"Census Tract 205, DeKalb, GA",3246,354,3136,390,1251,251,1672,370,13,20,93,72,0,13,10,15,97,60,0,13,97,60,110,92,34,28,0,13,0,13,0,13,0,13,58,81,18,17,5,8,13,15 +14000US13089020600,"Census Tract 206, DeKalb, GA",1927,352,1846,352,701,188,961,366,17,28,15,21,0,13,0,13,152,149,0,13,152,149,81,52,32,27,28,41,12,19,0,13,0,13,9,14,0,13,0,13,0,13 +14000US13089020700,"Census Tract 207, DeKalb, GA",2351,250,2305,245,1348,181,832,257,0,13,34,26,0,13,28,45,63,43,0,13,63,43,46,30,42,29,0,13,0,13,0,13,0,13,4,7,0,13,0,13,0,13 +14000US13089020801,"Census Tract 208.01, DeKalb, GA",2641,294,2620,294,1560,219,772,197,0,13,32,34,0,13,0,13,256,143,0,13,256,143,21,21,14,16,0,13,0,13,0,13,0,13,7,12,0,13,0,13,0,13 +14000US13089020802,"Census Tract 208.02, DeKalb, GA",4627,478,4548,484,1666,224,2485,470,0,13,150,129,0,13,36,57,211,143,85,129,126,83,79,51,70,56,0,13,0,13,9,15,0,13,0,13,0,13,0,13,0,13 +14000US13089020900,"Census Tract 209, DeKalb, GA",5791,635,5600,645,2729,352,2667,652,0,19,88,84,0,19,0,19,116,92,14,25,102,88,191,127,191,127,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13089021415,"Census Tract 214.15, DeKalb, GA",3773,336,3212,342,2592,341,165,103,20,35,369,92,0,13,0,13,66,49,12,20,54,45,561,208,310,180,6,9,30,49,5,7,0,13,157,145,53,51,44,50,9,10 +14000US13089022401,"Census Tract 224.01, DeKalb, GA",3736,350,3559,371,2997,381,291,152,6,11,186,136,0,13,0,13,79,106,0,13,79,106,177,109,138,103,15,23,0,13,0,13,0,13,0,13,24,38,0,13,24,38 +14000US13089022402,"Census Tract 224.02, DeKalb, GA",6725,603,6222,545,3066,353,1113,234,0,19,1754,301,0,19,19,27,270,91,38,46,232,96,503,166,388,132,19,26,0,19,47,69,0,19,23,25,26,29,19,27,7,11 +14000US13089023601,"Census Tract 236.01, DeKalb, GA",3337,398,3323,397,1120,222,2122,358,31,42,41,48,0,13,0,13,9,15,0,13,9,15,14,14,14,14,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13089023700,"Census Tract 237, DeKalb, GA",6527,712,6427,713,918,265,5142,710,41,65,24,28,1,2,55,90,246,240,0,19,246,240,100,77,49,56,0,19,0,19,0,19,0,19,24,37,27,40,1,3,26,40 +14000US13089980000,"Census Tract 9800, DeKalb, GA",0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121000100,"Census Tract 1, Fulton, GA",5373,424,5188,423,4763,468,134,114,0,19,73,46,0,19,0,19,218,200,0,19,218,200,185,109,125,88,11,16,0,19,0,19,0,19,49,60,0,19,0,19,0,19 +14000US13121000200,"Census Tract 2, Fulton, GA",6291,430,5942,416,5336,387,226,115,0,19,209,126,0,19,0,19,171,126,0,19,171,126,349,159,278,155,0,19,0,19,0,19,0,19,30,37,41,48,41,48,0,19 +14000US13121000400,"Census Tract 4, Fulton, GA",1910,234,1853,232,1473,238,300,197,0,13,57,51,0,13,0,13,23,25,0,13,23,25,57,38,50,38,7,15,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121000500,"Census Tract 5, Fulton, GA",5317,680,4978,664,3263,647,1154,388,0,19,295,121,12,18,0,19,254,271,0,19,254,271,339,192,178,147,56,67,0,19,0,19,0,19,93,111,12,22,0,19,12,22 +14000US13121000600,"Census Tract 6, Fulton, GA",7646,860,7207,853,3702,624,1269,377,0,19,1959,469,15,21,58,94,204,100,0,19,204,100,439,152,270,111,70,56,8,15,0,19,0,19,83,55,8,16,0,19,8,16 +14000US13121000700,"Census Tract 7, Fulton, GA",3414,234,3204,229,830,139,2207,255,33,25,34,25,8,15,0,13,92,51,0,13,92,51,210,74,99,64,27,23,0,13,0,13,0,13,38,28,46,27,8,13,38,23 +14000US13121001001,"Census Tract 10.01, Fulton, GA",2766,361,2630,321,1422,165,350,143,4,8,732,267,0,13,0,13,122,57,10,15,112,59,136,71,72,50,11,14,6,13,0,13,0,13,31,25,16,26,16,26,0,13 +14000US13121001002,"Census Tract 10.02, Fulton, GA",7063,489,6505,491,3220,332,1558,236,19,26,1479,238,0,19,32,34,197,68,0,19,197,68,558,122,281,86,90,45,54,37,0,19,0,19,76,48,57,41,34,32,23,22 +14000US13121001100,"Census Tract 11, Fulton, GA",4554,432,4345,434,3380,435,272,147,52,54,460,201,0,13,16,25,165,122,15,25,150,119,209,148,105,90,0,13,0,13,0,13,0,13,43,48,61,121,0,13,61,121 +14000US13121001201,"Census Tract 12.01, Fulton, GA",4265,318,4096,319,3028,367,611,312,2,8,326,180,0,13,0,13,129,133,0,13,129,133,169,105,104,82,8,14,0,13,0,13,0,13,57,72,0,13,0,13,0,13 +14000US13121001202,"Census Tract 12.02, Fulton, GA",4597,437,4289,400,3013,321,764,331,29,29,306,140,0,13,87,66,90,67,0,13,90,67,308,140,193,133,0,13,0,13,0,13,0,13,96,69,19,32,19,32,0,13 +14000US13121001300,"Census Tract 13, Fulton, GA",4356,564,4007,562,2618,329,1077,444,0,13,202,197,0,13,30,49,80,64,0,13,80,64,349,130,264,125,5,10,0,13,15,24,0,13,22,34,43,48,0,13,43,48 +14000US13121001400,"Census Tract 14, Fulton, GA",2514,273,2451,266,2161,295,88,91,0,13,93,44,0,13,10,16,99,66,0,13,99,66,63,32,38,24,0,13,0,13,0,13,0,13,25,28,0,13,0,13,0,13 +14000US13121001500,"Census Tract 15, Fulton, GA",4649,506,4293,440,3626,376,364,231,0,13,136,99,0,13,0,13,167,113,0,13,167,113,356,364,312,362,3,7,0,13,0,13,0,13,37,61,4,7,4,7,0,13 +14000US13121001600,"Census Tract 16, Fulton, GA",2172,273,2103,269,1789,258,154,88,0,13,134,96,0,13,0,13,26,26,0,13,26,26,69,39,44,34,0,13,0,13,10,16,0,13,8,13,7,11,0,13,7,11 +14000US13121001700,"Census Tract 17, Fulton, GA",4414,399,4193,409,2358,385,1668,282,0,13,108,73,0,13,13,20,46,45,0,13,46,45,221,121,132,82,69,80,0,13,0,13,0,13,20,31,0,13,0,13,0,13 +14000US13121001800,"Census Tract 18, Fulton, GA",4215,487,4030,493,1844,288,1845,496,0,13,261,176,0,13,0,13,80,83,0,13,80,83,185,96,74,55,38,52,0,13,0,13,0,13,63,51,10,19,0,13,10,19 +14000US13121001900,"Census Tract 19, Fulton, GA",5060,523,4773,536,2148,343,1640,373,13,15,797,165,11,23,0,19,164,71,0,19,164,71,287,107,151,81,0,19,30,32,0,19,0,19,33,38,73,46,31,20,42,36 +14000US13121002100,"Census Tract 21, Fulton, GA",2463,334,2384,335,680,179,1500,304,0,13,183,106,0,13,0,13,21,21,0,13,21,21,79,59,43,47,29,31,0,13,0,13,0,13,7,14,0,13,0,13,0,13 +14000US13121002300,"Census Tract 23, Fulton, GA",1459,300,1456,300,109,83,1318,280,0,13,0,13,0,13,0,13,29,22,0,13,29,22,3,6,0,13,0,13,0,13,0,13,0,13,0,13,3,6,3,6,0,13 +14000US13121002400,"Census Tract 24, Fulton, GA",2868,413,2845,413,118,85,2701,414,0,13,0,13,0,13,8,15,18,20,0,13,18,20,23,31,19,30,0,13,0,13,0,13,0,13,0,13,4,6,4,6,0,13 +14000US13121002500,"Census Tract 25, Fulton, GA",2438,369,2375,366,127,93,2173,356,5,7,13,13,0,13,16,26,41,28,12,13,29,25,63,34,23,21,20,19,0,13,0,13,0,13,20,24,0,13,0,13,0,13 +14000US13121002600,"Census Tract 26, Fulton, GA",1565,356,1542,347,14,18,1462,356,0,13,22,32,0,13,38,38,6,13,0,13,6,13,23,56,4,6,19,56,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121002800,"Census Tract 28, Fulton, GA",5188,341,4826,342,1370,188,2969,347,11,22,324,118,0,19,35,42,117,70,7,9,110,69,362,96,214,67,46,41,10,22,0,19,0,19,22,17,70,49,35,29,35,33 +14000US13121002900,"Census Tract 29, Fulton, GA",2518,292,2412,295,1142,210,1043,287,0,13,147,82,0,13,0,13,80,47,0,13,80,47,106,84,75,57,0,13,0,13,0,13,0,13,31,50,0,13,0,13,0,13 +14000US13121003000,"Census Tract 30, Fulton, GA",3540,247,3424,246,2879,299,259,149,0,13,192,117,0,13,27,29,67,43,0,13,67,43,116,68,74,55,12,18,0,13,0,13,0,13,4,9,26,34,5,12,21,32 +14000US13121003100,"Census Tract 31, Fulton, GA",2026,219,1928,216,1250,201,645,194,0,13,3,5,0,13,0,13,30,26,12,17,18,20,98,53,68,45,0,13,0,13,0,13,0,13,14,17,16,19,5,9,11,17 +14000US13121003200,"Census Tract 32, Fulton, GA",2316,207,2171,223,1821,265,144,90,0,13,32,27,0,13,0,13,174,169,0,13,174,169,145,99,100,78,13,20,0,13,0,13,0,13,19,30,13,15,13,15,0,13 +14000US13121003500,"Census Tract 35, Fulton, GA",2022,404,1933,378,698,165,1151,307,9,17,18,18,0,13,0,13,57,52,0,13,57,52,89,45,41,28,38,36,0,13,0,13,0,13,0,13,10,18,0,13,10,18 +14000US13121003600,"Census Tract 36, Fulton, GA",1498,244,1483,252,135,58,1183,221,0,13,14,18,0,13,0,13,151,93,0,13,151,93,15,23,15,23,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121003700,"Census Tract 37, Fulton, GA",148,76,148,76,0,13,148,76,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121003800,"Census Tract 38, Fulton, GA",4075,570,3831,580,657,192,2828,624,0,13,270,98,0,13,16,22,60,49,0,13,60,49,244,90,155,69,36,34,22,28,0,13,0,13,8,17,23,36,0,13,23,36 +14000US13121003900,"Census Tract 39, Fulton, GA",2414,404,2380,405,7,10,2373,407,0,13,0,13,0,13,0,13,0,13,0,13,0,13,34,36,0,13,0,13,0,13,0,13,0,13,34,36,0,13,0,13,0,13 +14000US13121004000,"Census Tract 40, Fulton, GA",2323,318,2282,325,72,46,2178,341,0,13,19,18,0,13,5,7,8,13,0,13,8,13,41,32,0,13,22,24,0,13,0,13,0,13,19,21,0,13,0,13,0,13 +14000US13121004100,"Census Tract 41, Fulton, GA",2135,359,2123,358,218,103,1859,352,0,13,0,13,0,13,0,13,46,59,0,13,46,59,12,14,5,8,7,11,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121004200,"Census Tract 42, Fulton, GA",2453,320,2399,319,139,109,2260,314,0,13,0,13,0,13,0,13,0,13,0,13,0,13,54,47,29,38,25,28,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121004300,"Census Tract 43, Fulton, GA",3133,352,3020,358,394,121,2384,388,0,13,169,69,0,13,0,13,73,47,4,7,69,45,113,52,65,44,23,22,0,13,0,13,0,13,25,33,0,13,0,13,0,13 +14000US13121004400,"Census Tract 44, Fulton, GA",2654,695,2590,716,114,119,2279,700,0,13,0,13,0,13,0,13,197,204,0,13,197,204,64,104,64,104,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121004800,"Census Tract 48, Fulton, GA",1144,207,1114,205,230,114,760,169,0,13,120,106,0,13,0,13,4,6,0,13,4,6,30,25,0,13,8,9,0,13,0,13,0,13,17,23,5,7,0,13,5,7 +14000US13121004900,"Census Tract 49, Fulton, GA",2645,322,2502,311,1414,202,931,243,0,13,56,49,0,13,10,16,91,62,0,13,91,62,143,99,91,67,0,13,0,13,0,13,0,13,0,13,52,81,0,13,52,81 +14000US13121005000,"Census Tract 50, Fulton, GA",2021,229,1915,225,1516,203,319,140,2,3,61,38,0,13,0,13,17,15,0,13,17,15,106,52,83,49,10,14,0,13,0,13,0,13,0,13,13,13,0,13,13,13 +14000US13121005200,"Census Tract 52, Fulton, GA",5420,453,5027,446,3654,516,1134,425,19,31,179,114,0,19,0,19,41,47,0,19,41,47,393,239,246,144,0,19,7,13,0,19,0,19,140,144,0,19,0,19,0,19 +14000US13121005300,"Census Tract 53, Fulton, GA",3713,309,3542,306,2410,250,977,263,0,13,11,19,0,13,8,14,136,101,0,13,136,101,171,80,119,62,0,13,0,13,17,26,11,17,0,13,24,27,24,27,0,13 +14000US13121005501,"Census Tract 55.01, Fulton, GA",2349,306,2200,298,379,96,1735,283,0,13,63,35,0,13,0,13,23,21,0,13,23,21,149,89,79,58,36,57,6,10,0,13,0,13,0,13,28,32,0,13,28,32 +14000US13121005502,"Census Tract 55.02, Fulton, GA",2887,371,2887,371,217,138,2670,389,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121005700,"Census Tract 57, Fulton, GA",1704,249,1691,247,43,40,1605,253,0,13,6,8,0,13,0,13,37,45,8,12,29,44,13,16,5,8,8,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121005800,"Census Tract 58, Fulton, GA",1698,278,1684,278,304,110,1287,291,0,13,49,70,0,13,0,13,44,55,0,13,44,55,14,16,0,13,0,13,0,13,0,13,0,13,0,13,14,16,0,13,14,16 +14000US13121006000,"Census Tract 60, Fulton, GA",3549,464,3479,467,223,104,3178,499,0,13,37,34,0,13,0,13,41,45,0,13,41,45,70,48,41,41,10,16,9,14,0,13,0,13,10,16,0,13,0,13,0,13 +14000US13121006100,"Census Tract 61, Fulton, GA",3824,534,3718,520,49,45,3620,528,0,13,0,13,0,13,0,13,49,55,0,13,49,55,106,138,97,137,9,15,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121006200,"Census Tract 62, Fulton, GA",1729,202,1718,204,98,77,1603,230,12,19,0,13,0,13,0,13,5,9,0,13,5,9,11,17,11,17,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121006300,"Census Tract 63, Fulton, GA",1389,223,1375,219,102,80,1204,212,0,13,15,23,0,13,0,13,54,86,0,13,54,86,14,20,0,13,0,13,0,13,0,13,0,13,7,10,7,11,7,11,0,13 +14000US13121006400,"Census Tract 64, Fulton, GA",1052,163,853,167,191,110,662,178,0,13,0,13,0,13,0,13,0,13,0,13,0,13,199,131,98,91,0,13,45,70,0,13,0,13,56,53,0,13,0,13,0,13 +14000US13121006500,"Census Tract 65, Fulton, GA",4279,481,4245,479,877,197,3136,424,8,12,0,13,0,13,5,9,219,159,0,13,219,159,34,47,27,45,0,13,0,13,0,13,0,13,0,13,7,13,7,13,0,13 +14000US13121006601,"Census Tract 66.01, Fulton, GA",1762,230,1746,231,282,80,1413,220,0,13,23,33,0,13,0,13,28,37,0,13,28,37,16,15,12,13,4,7,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121006602,"Census Tract 66.02, Fulton, GA",1195,239,1180,240,2,2,1174,240,0,13,0,13,0,13,4,5,0,13,0,13,0,13,15,22,0,13,1,2,0,13,0,13,0,13,14,22,0,13,0,13,0,13 +14000US13121006700,"Census Tract 67, Fulton, GA",4031,542,3983,541,116,85,3824,563,0,13,5,9,0,13,26,47,12,17,0,13,12,17,48,43,21,33,16,23,0,13,0,13,0,13,0,13,11,16,0,13,11,16 +14000US13121006801,"Census Tract 68.01, Fulton, GA",2384,254,2014,259,488,133,1382,213,0,13,0,13,0,13,9,17,135,95,18,33,117,90,370,96,167,76,29,40,57,60,0,13,0,13,90,75,27,24,27,24,0,13 +14000US13121006802,"Census Tract 68.02, Fulton, GA",2272,336,2252,327,0,13,2193,330,0,13,0,13,0,13,39,63,20,22,0,13,20,22,20,22,0,13,0,13,0,13,0,13,0,13,0,13,20,22,20,22,0,13 +14000US13121006900,"Census Tract 69, Fulton, GA",3535,372,3012,359,1303,169,1581,360,39,44,28,27,0,13,0,13,61,48,0,13,61,48,523,290,336,258,129,164,10,18,0,13,0,13,48,85,0,13,0,13,0,13 +14000US13121007001,"Census Tract 70.01, Fulton, GA",5002,590,4738,530,102,68,4633,533,2,3,0,19,0,19,0,19,1,4,0,19,1,4,264,287,1,3,72,107,0,19,0,19,0,19,169,251,22,35,22,35,0,19 +14000US13121007002,"Census Tract 70.02, Fulton, GA",2688,537,2524,541,40,52,2458,555,0,13,26,30,0,13,0,13,0,13,0,13,0,13,164,124,23,34,46,70,31,47,0,13,0,13,64,98,0,13,0,13,0,13 +14000US13121007100,"Census Tract 71, Fulton, GA",2299,471,2154,482,139,82,2013,485,0,13,0,13,0,13,0,13,2,5,0,13,2,5,145,144,131,141,0,13,0,13,0,13,0,13,14,17,0,13,0,13,0,13 +14000US13121007200,"Census Tract 72, Fulton, GA",2202,340,2186,340,19,26,2153,340,0,13,0,13,0,13,0,13,14,16,0,13,14,16,16,22,2,4,0,13,0,13,0,13,0,13,14,21,0,13,0,13,0,13 +14000US13121007300,"Census Tract 73, Fulton, GA",7513,1009,7412,1030,218,129,6742,1082,0,19,0,19,0,19,119,199,333,260,69,118,264,223,101,102,74,89,27,43,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13121007400,"Census Tract 74, Fulton, GA",3540,545,2965,537,191,74,2744,536,0,13,11,16,0,13,0,13,19,20,0,13,19,20,575,367,58,94,0,13,0,13,0,13,0,13,511,361,6,12,0,13,6,12 +14000US13121007500,"Census Tract 75, Fulton, GA",3412,441,3357,434,278,151,2945,441,0,13,31,38,0,13,24,40,79,71,38,42,41,41,55,63,49,62,6,11,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121007602,"Census Tract 76.02, Fulton, GA",2653,295,2588,288,56,33,2527,292,0,13,0,13,0,13,0,13,5,7,0,13,5,7,65,68,0,13,30,41,0,13,0,13,0,13,35,66,0,13,0,13,0,13 +14000US13121007603,"Census Tract 76.03, Fulton, GA",4735,1015,4707,1014,43,36,4605,1020,11,18,48,77,0,13,0,13,0,13,0,13,0,13,28,45,0,13,0,13,0,13,0,13,0,13,28,45,0,13,0,13,0,13 +14000US13121007604,"Census Tract 76.04, Fulton, GA",2468,422,2243,355,26,31,2181,354,0,13,36,57,0,13,0,13,0,13,0,13,0,13,225,236,33,50,40,72,0,13,0,13,0,13,0,13,152,226,0,13,152,226 +14000US13121007703,"Census Tract 77.03, Fulton, GA",4220,510,4220,510,89,93,4080,540,2,4,0,13,0,13,14,22,35,48,0,13,35,48,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121007704,"Census Tract 77.04, Fulton, GA",6075,677,5953,625,101,71,5794,640,0,19,0,19,0,19,0,19,58,41,12,18,46,34,122,195,0,19,7,11,0,19,0,19,0,19,115,195,0,19,0,19,0,19 +14000US13121007705,"Census Tract 77.05, Fulton, GA",4625,549,4625,549,77,97,4499,537,0,13,0,13,0,13,0,13,49,53,0,13,49,53,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121007706,"Census Tract 77.06, Fulton, GA",9698,1135,9559,1120,180,154,9201,1111,114,75,39,64,0,19,0,19,25,42,25,42,0,19,139,159,87,109,22,39,0,19,30,47,0,19,0,19,0,19,0,19,0,19 +14000US13121007802,"Census Tract 78.02, Fulton, GA",10246,933,10204,942,72,59,9911,997,25,32,0,21,0,21,15,24,181,142,0,21,181,142,42,49,0,21,42,49,0,21,0,21,0,21,0,21,0,21,0,21,0,21 +14000US13121007805,"Census Tract 78.05, Fulton, GA",3381,679,3332,677,79,85,3189,664,0,13,38,50,0,13,0,13,26,35,0,13,26,35,49,46,42,44,6,12,0,13,0,13,0,13,0,13,1,2,0,13,1,2 +14000US13121007806,"Census Tract 78.06, Fulton, GA",7255,820,7237,821,173,193,7045,878,0,19,19,29,0,19,0,19,0,19,0,19,0,19,18,27,18,27,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13121007807,"Census Tract 78.07, Fulton, GA",3368,769,3291,753,17,20,3187,757,0,13,0,13,0,13,0,13,87,126,80,125,7,11,77,86,53,82,11,18,0,13,0,13,0,13,0,13,13,22,0,13,13,22 +14000US13121007808,"Census Tract 78.08, Fulton, GA",4456,487,4238,508,0,13,4238,508,0,13,0,13,0,13,0,13,0,13,0,13,0,13,218,214,0,13,29,44,0,13,0,13,0,13,189,211,0,13,0,13,0,13 +14000US13121007900,"Census Tract 79, Fulton, GA",5331,492,5331,492,162,134,5157,508,12,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13121008000,"Census Tract 80, Fulton, GA",5916,779,5870,794,126,93,5684,792,0,19,0,19,0,19,0,19,60,73,0,19,60,73,46,57,0,19,46,57,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13121008101,"Census Tract 81.01, Fulton, GA",1530,275,1530,275,5,7,1525,277,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121008102,"Census Tract 81.02, Fulton, GA",7010,716,6472,816,10,15,6381,824,0,19,66,91,0,19,0,19,15,17,0,19,15,17,538,429,221,232,0,19,0,19,0,19,0,19,317,315,0,19,0,19,0,19 +14000US13121008201,"Census Tract 82.01, Fulton, GA",6281,1138,6269,1138,94,133,6137,1151,0,19,0,19,0,19,0,19,38,46,0,19,38,46,12,20,12,20,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13121008202,"Census Tract 82.02, Fulton, GA",2133,292,2107,294,69,53,2038,299,0,13,0,13,0,13,0,13,0,13,0,13,0,13,26,26,9,12,14,22,0,13,0,13,0,13,3,6,0,13,0,13,0,13 +14000US13121008301,"Census Tract 83.01, Fulton, GA",2456,439,2452,439,39,44,2399,437,0,13,0,13,0,13,0,13,14,14,0,13,14,14,4,8,4,8,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121008302,"Census Tract 83.02, Fulton, GA",1709,242,1699,238,17,14,1675,236,2,5,0,13,0,13,0,13,5,10,0,13,5,10,10,13,0,13,6,8,0,13,0,13,0,13,0,13,4,10,0,13,4,10 +14000US13121008400,"Census Tract 84, Fulton, GA",2733,534,2673,554,279,173,2339,542,0,13,26,24,0,13,0,13,29,35,0,13,29,35,60,60,13,15,22,46,8,17,0,13,0,13,0,13,17,17,8,17,9,17 +14000US13121008500,"Census Tract 85, Fulton, GA",2546,540,2546,540,41,48,2455,535,0,13,0,13,0,13,0,13,50,58,8,12,42,56,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121008601,"Census Tract 86.01, Fulton, GA",4404,600,4366,607,51,39,4307,614,0,13,0,13,0,13,1,3,7,11,0,13,7,11,38,53,1,4,0,13,0,13,0,13,0,13,1,3,36,53,0,13,36,53 +14000US13121008602,"Census Tract 86.02, Fulton, GA",1382,228,1372,228,118,62,1220,220,0,13,0,13,0,13,0,13,34,39,0,13,34,39,10,16,10,16,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121008700,"Census Tract 87, Fulton, GA",5592,941,5442,927,467,169,4975,914,0,19,0,19,0,19,0,19,0,19,0,19,0,19,150,236,148,239,0,19,0,19,0,19,0,19,0,19,2,10,0,19,2,10 +14000US13121008800,"Census Tract 88, Fulton, GA",5012,512,4538,442,3116,321,1008,394,0,19,46,46,0,19,122,141,246,130,0,19,246,130,474,343,330,258,52,79,0,19,0,19,0,19,92,136,0,19,0,19,0,19 +14000US13121008902,"Census Tract 89.02, Fulton, GA",7307,504,6969,507,4341,468,2181,444,69,55,361,202,0,19,0,19,17,24,0,19,17,24,338,138,278,130,44,70,0,19,0,19,0,19,16,25,0,19,0,19,0,19 +14000US13121008903,"Census Tract 89.03, Fulton, GA",2175,376,1279,233,426,112,742,254,0,13,83,48,0,13,0,13,28,29,0,13,28,29,896,265,400,246,4,6,0,13,0,13,0,13,478,292,14,21,0,13,14,21 +14000US13121008904,"Census Tract 89.04, Fulton, GA",5064,369,4934,389,4031,411,458,169,0,19,259,166,0,19,0,19,186,118,16,24,170,121,130,112,118,109,0,19,0,19,0,19,0,19,12,21,0,19,0,19,0,19 +14000US13121009000,"Census Tract 90, Fulton, GA",5300,332,5125,340,4221,392,430,199,11,19,403,210,0,19,0,19,60,47,0,19,60,47,175,110,154,108,0,19,0,19,0,19,0,19,8,12,13,20,13,20,0,19 +14000US13121009101,"Census Tract 91.01, Fulton, GA",5270,573,5198,571,3642,449,770,327,0,19,448,236,0,19,17,28,321,193,0,19,321,193,72,57,30,36,0,19,0,19,13,21,0,19,29,37,0,19,0,19,0,19 +14000US13121009102,"Census Tract 91.02, Fulton, GA",3369,332,3189,326,2205,309,611,219,0,13,234,143,0,13,0,13,139,100,29,45,110,87,180,121,69,60,18,29,0,13,0,13,0,13,16,28,77,96,77,96,0,13 +14000US13121009200,"Census Tract 92, Fulton, GA",7323,668,5729,538,3309,310,1505,534,12,20,618,286,0,19,0,19,285,143,20,35,265,138,1594,585,1483,598,0,19,0,19,0,19,0,19,0,19,111,107,80,93,31,49 +14000US13121009300,"Census Tract 93, Fulton, GA",5117,661,4569,373,4245,379,140,84,9,15,136,117,0,19,0,19,39,64,0,19,39,64,548,608,525,604,0,19,0,19,0,19,0,19,23,37,0,19,0,19,0,19 +14000US13121009402,"Census Tract 94.02, Fulton, GA",5124,492,4466,453,2581,346,841,233,0,19,820,382,7,9,23,38,194,109,16,26,178,107,658,281,446,235,0,19,46,76,0,19,70,71,45,45,51,53,29,39,22,37 +14000US13121009403,"Census Tract 94.03, Fulton, GA",5042,471,4499,509,2200,432,1620,372,4,7,422,255,0,19,0,19,253,156,0,19,253,156,543,350,179,168,0,19,190,226,0,19,0,19,174,263,0,19,0,19,0,19 +14000US13121009404,"Census Tract 94.04, Fulton, GA",4274,421,4172,426,3038,360,641,246,27,34,428,272,0,13,0,13,38,64,0,13,38,64,102,76,76,69,13,24,0,13,0,13,0,13,13,23,0,13,0,13,0,13 +14000US13121009501,"Census Tract 95.01, Fulton, GA",3617,345,3580,346,3498,346,27,30,0,13,44,42,0,13,0,13,11,16,0,13,11,16,37,37,23,28,0,13,0,13,0,13,0,13,0,13,14,22,14,22,0,13 +14000US13121009502,"Census Tract 95.02, Fulton, GA",3447,457,3364,449,2495,427,554,395,0,13,233,164,8,15,0,13,74,77,0,13,74,77,83,74,65,71,0,13,0,13,0,13,0,13,13,19,5,10,0,13,5,10 +14000US13121009601,"Census Tract 96.01, Fulton, GA",2640,285,2488,270,1973,260,226,103,0,13,122,79,0,13,32,39,135,87,0,13,135,87,152,86,152,86,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121009602,"Census Tract 96.02, Fulton, GA",5078,440,4903,399,3810,439,689,232,0,19,202,160,0,19,13,23,189,121,0,19,189,121,175,182,65,51,110,175,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13121009603,"Census Tract 96.03, Fulton, GA",4655,395,4428,400,3262,363,823,275,0,13,158,105,0,13,49,78,136,107,0,13,136,107,227,148,167,132,18,27,0,13,10,17,0,13,32,46,0,13,0,13,0,13 +14000US13121009700,"Census Tract 97, Fulton, GA",3874,286,3772,305,3208,351,346,223,0,13,206,126,0,13,12,17,0,13,0,13,0,13,102,83,59,38,24,39,0,13,0,13,0,13,19,31,0,13,0,13,0,13 +14000US13121009801,"Census Tract 98.01, Fulton, GA",4543,452,4374,442,3958,394,281,220,0,13,126,157,0,13,0,13,9,13,0,13,9,13,169,160,115,119,54,81,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121009802,"Census Tract 98.02, Fulton, GA",4461,427,4421,427,3570,399,234,111,0,13,533,274,0,13,7,11,77,77,0,13,77,77,40,40,20,22,20,32,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121009900,"Census Tract 99, Fulton, GA",5280,446,5193,445,4986,455,40,47,0,19,70,84,0,19,0,19,97,90,0,19,97,90,87,119,87,119,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US13121010001,"Census Tract 100.01, Fulton, GA",4834,479,4749,461,3538,375,620,279,0,13,507,300,0,13,0,13,84,60,0,13,84,60,85,70,56,63,0,13,0,13,0,13,0,13,29,35,0,13,0,13,0,13 +14000US13121010002,"Census Tract 100.02, Fulton, GA",7768,559,7399,564,6432,542,258,195,5,11,501,170,0,19,0,19,203,133,100,121,103,82,369,194,316,199,19,30,0,19,0,19,0,19,0,19,34,55,34,55,0,19 +14000US13121010114,"Census Tract 101.14, Fulton, GA",6775,552,5464,540,4236,535,880,312,0,19,205,157,0,19,0,19,143,139,15,28,128,137,1311,564,747,574,43,70,370,424,0,19,0,19,81,75,70,72,15,26,55,69 +14000US13121010206,"Census Tract 102.06, Fulton, GA",5703,392,5532,394,4853,410,256,179,6,9,378,219,0,19,0,19,39,42,0,19,39,42,171,142,161,142,0,19,0,19,0,19,0,19,0,19,10,17,0,19,10,17 +14000US13121010211,"Census Tract 102.11, Fulton, GA",2691,315,2641,304,2531,311,56,51,0,13,54,72,0,13,0,13,0,13,0,13,0,13,50,42,38,33,12,18,0,13,0,13,0,13,0,13,0,13,0,13,0,13 +14000US13121010303,"Census Tract 103.03, Fulton, GA",10933,833,10899,829,18,26,10749,837,15,24,12,20,0,21,0,21,105,78,0,21,105,78,34,40,0,21,16,26,0,21,0,21,0,21,0,21,18,28,0,21,18,28 +14000US13121010800,"Census Tract 108, Fulton, GA",6581,24,5290,581,1826,445,2588,479,0,19,192,199,0,19,305,477,379,240,0,19,379,240,1291,583,1127,625,0,19,0,19,0,19,0,19,145,232,19,43,19,43,0,19 +14000US13121011800,"Census Tract 118, Fulton, GA",2148,280,2028,288,300,76,1558,268,0,13,151,90,0,13,0,13,19,16,4,7,15,15,120,64,43,41,35,41,0,13,0,13,0,13,24,22,18,20,12,18,6,9 +14000US13121011900,"Census Tract 119, Fulton, GA",3334,411,3167,411,1090,238,1923,301,2,4,121,68,0,13,0,13,31,33,0,13,31,33,167,92,129,74,24,33,0,13,0,13,0,13,0,13,14,30,0,13,14,30 +14000US13121012000,"Census Tract 120, Fulton, GA",3019,471,2929,465,227,140,2639,480,0,13,0,13,0,13,0,13,63,48,0,13,63,48,90,91,61,89,0,13,16,21,0,13,0,13,13,22,0,13,0,13,0,13 +14000US13121980000,"Census Tract 9800, Fulton, GA",0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13,0,13 diff --git a/data/city_tracts/atlanta_census_reporter/metadata.json b/data/city_tracts/atlanta_census_reporter/metadata.json new file mode 100644 index 0000000..2fb71d3 --- /dev/null +++ b/data/city_tracts/atlanta_census_reporter/metadata.json @@ -0,0 +1,100 @@ +{ + "release": { + "id": "acs2018_5yr", + "name": "ACS 2018 5-year", + "years": "2014-2018" + }, + "tables": { + "B03002": { + "columns": { + "B03002001": { + "indent": 0, + "name": "Total:" + }, + "B03002002": { + "indent": 1, + "name": "Not Hispanic or Latino:" + }, + "B03002003": { + "indent": 2, + "name": "White alone" + }, + "B03002004": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002005": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002006": { + "indent": 2, + "name": "Asian alone" + }, + "B03002007": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002008": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002009": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002010": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002011": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + }, + "B03002012": { + "indent": 1, + "name": "Hispanic or Latino:" + }, + "B03002013": { + "indent": 2, + "name": "White alone" + }, + "B03002014": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002015": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002016": { + "indent": 2, + "name": "Asian alone" + }, + "B03002017": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002018": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002019": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002020": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002021": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + } + }, + "denominator_column_id": "B03002001", + "title": "Hispanic or Latino Origin by Race", + "universe": "Total Population" + } + } +} \ No newline at end of file diff --git a/data/city_tracts/baltimore_census_reporter/acs2018_5yr_B03002_14000US24510260700.csv b/data/city_tracts/baltimore_census_reporter/acs2018_5yr_B03002_14000US24510260700.csv new file mode 100644 index 0000000..6435a93 --- /dev/null +++ b/data/city_tracts/baltimore_census_reporter/acs2018_5yr_B03002_14000US24510260700.csv @@ -0,0 +1,201 @@ +geoid,name,B03002001,"B03002001, Error",B03002002,"B03002002, Error",B03002003,"B03002003, Error",B03002004,"B03002004, Error",B03002005,"B03002005, Error",B03002006,"B03002006, Error",B03002007,"B03002007, Error",B03002008,"B03002008, Error",B03002009,"B03002009, Error",B03002010,"B03002010, Error",B03002011,"B03002011, Error",B03002012,"B03002012, Error",B03002013,"B03002013, Error",B03002014,"B03002014, Error",B03002015,"B03002015, Error",B03002016,"B03002016, Error",B03002017,"B03002017, Error",B03002018,"B03002018, Error",B03002019,"B03002019, Error",B03002020,"B03002020, Error",B03002021,"B03002021, Error" +14000US24510010100,"Census Tract 101, Baltimore, MD",3022,214,2964,220,2563,191,227,110,0,12,135,98,0,12,0,12,39,32,0,12,39,32,58,39,58,39,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510010200,"Census Tract 102, Baltimore, MD",2869,208,2800,200,2545,213,107,77,0,12,107,108,0,12,0,12,41,34,0,12,41,34,69,46,48,40,0,12,0,12,0,12,0,12,9,13,12,17,12,17,0,12 +14000US24510010300,"Census Tract 103, Baltimore, MD",2571,237,2472,237,2188,243,39,35,0,12,165,88,0,12,0,12,80,55,0,12,80,55,99,85,99,85,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510010400,"Census Tract 104, Baltimore, MD",2478,273,2377,266,2053,256,61,57,0,12,160,73,0,12,38,35,65,54,0,12,65,54,101,89,61,78,1,2,0,12,0,12,0,12,39,49,0,12,0,12,0,12 +14000US24510010500,"Census Tract 105, Baltimore, MD",1976,286,1682,148,1500,139,91,74,0,12,31,23,0,12,26,40,34,37,0,12,34,37,294,269,269,265,12,17,12,19,0,12,0,12,1,3,0,12,0,12,0,12 +14000US24510020100,"Census Tract 201, Baltimore, MD",1713,186,1569,189,1310,184,144,85,0,12,56,30,0,12,0,12,59,46,0,12,59,46,144,81,56,40,0,12,11,18,0,12,0,12,40,56,37,46,6,9,31,45 +14000US24510020200,"Census Tract 202, Baltimore, MD",1835,231,1527,174,1137,174,186,66,0,12,161,73,0,12,0,12,43,28,0,12,43,28,308,175,259,175,11,11,0,12,0,12,0,12,24,34,14,17,5,8,9,15 +14000US24510020300,"Census Tract 203, Baltimore, MD",3877,509,3612,503,2958,494,89,76,0,12,364,199,0,12,0,12,201,132,0,12,201,132,265,130,237,125,0,12,0,12,0,12,0,12,0,12,28,33,14,26,14,23 +14000US24510030100,"Census Tract 301, Baltimore, MD",2696,394,2454,402,333,155,2036,369,26,35,48,55,0,12,0,12,11,21,0,12,11,21,242,206,230,204,0,12,0,12,0,12,0,12,12,19,0,12,0,12,0,12 +14000US24510030200,"Census Tract 302, Baltimore, MD",2327,267,2167,294,1148,172,765,182,0,12,199,109,0,12,7,16,48,58,0,12,48,58,160,117,124,103,0,12,0,12,0,12,0,12,36,45,0,12,0,12,0,12 +14000US24510040100,"Census Tract 401, Baltimore, MD",4404,567,4024,580,1953,354,869,362,0,12,913,304,58,85,129,128,102,100,0,12,102,100,380,188,214,126,25,30,0,12,0,12,0,12,0,12,141,112,34,54,107,104 +14000US24510040200,"Census Tract 402, Baltimore, MD",901,237,875,238,359,105,308,115,0,12,123,68,8,18,26,52,51,35,7,13,44,30,26,19,19,18,3,6,0,12,0,12,0,12,0,12,4,8,0,12,4,8 +14000US24510060100,"Census Tract 601, Baltimore, MD",2974,366,2305,326,670,158,1477,294,2,5,103,77,0,12,0,12,53,47,26,39,27,25,669,281,193,214,0,12,53,107,0,12,0,12,349,235,74,84,9,15,65,85 +14000US24510060200,"Census Tract 602, Baltimore, MD",3241,491,2811,398,1284,203,1354,381,19,23,58,50,0,12,0,12,96,60,0,12,96,60,430,325,337,311,16,24,0,12,0,12,0,12,77,89,0,12,0,12,0,12 +14000US24510060300,"Census Tract 603, Baltimore, MD",1865,195,1658,191,717,132,756,132,8,12,82,40,0,12,0,12,95,76,0,12,95,76,207,144,193,142,0,12,0,12,0,12,0,12,3,5,11,12,0,12,11,12 +14000US24510060400,"Census Tract 604, Baltimore, MD",1376,160,1294,164,368,132,764,180,7,8,105,57,0,12,0,12,50,40,0,12,50,40,82,75,79,74,0,12,0,12,0,12,0,12,0,12,3,7,3,7,0,12 +14000US24510070100,"Census Tract 701, Baltimore, MD",2565,359,2202,339,82,62,2047,323,22,36,0,12,0,12,36,54,15,16,0,12,15,16,363,266,102,121,121,192,0,12,0,12,0,12,140,155,0,12,0,12,0,12 +14000US24510070200,"Census Tract 702, Baltimore, MD",3028,576,2877,534,69,64,2795,527,0,12,0,12,0,12,0,12,13,21,0,12,13,21,151,193,23,26,128,191,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510070300,"Census Tract 703, Baltimore, MD",856,217,721,201,39,29,660,199,17,29,0,12,0,12,5,10,0,12,0,12,0,12,135,131,57,84,0,12,0,12,0,12,0,12,78,110,0,12,0,12,0,12 +14000US24510070400,"Census Tract 704, Baltimore, MD",1546,276,1517,275,88,40,1291,267,0,12,129,52,0,12,0,12,9,13,0,12,9,13,29,28,29,28,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510080101,"Census Tract 801.01, Baltimore, MD",3976,340,3905,354,1252,287,2454,369,0,12,30,17,0,12,0,12,169,156,0,12,169,156,71,89,14,22,0,12,0,12,0,12,0,12,26,40,31,48,0,12,31,48 +14000US24510080102,"Census Tract 801.02, Baltimore, MD",2105,286,2100,286,61,50,2020,269,0,12,12,18,0,12,0,12,7,11,0,12,7,11,5,8,0,12,5,8,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510080200,"Census Tract 802, Baltimore, MD",1274,266,1274,266,57,75,1217,254,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510080301,"Census Tract 803.01, Baltimore, MD",1696,208,1602,243,2,3,1582,243,9,15,9,14,0,12,0,12,0,12,0,12,0,12,94,111,37,59,1,2,0,12,0,12,0,12,56,88,0,12,0,12,0,12 +14000US24510080302,"Census Tract 803.02, Baltimore, MD",2715,347,2683,337,0,12,2580,331,0,12,0,12,0,12,0,12,103,163,0,12,103,163,32,52,0,12,32,52,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510080400,"Census Tract 804, Baltimore, MD",1280,298,1185,267,135,128,1037,242,0,12,0,12,0,12,0,12,13,15,4,8,9,13,95,151,95,151,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510080500,"Census Tract 805, Baltimore, MD",1479,203,1479,203,5,7,1441,204,0,12,25,35,0,12,0,12,8,15,0,12,8,15,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510080600,"Census Tract 806, Baltimore, MD",2119,276,2119,276,174,85,1916,274,0,12,0,12,0,12,7,10,22,32,0,12,22,32,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510080700,"Census Tract 807, Baltimore, MD",746,177,745,176,7,9,728,175,0,12,3,6,0,12,0,12,7,12,0,12,7,12,1,2,0,12,0,12,0,12,0,12,0,12,1,2,0,12,0,12,0,12 +14000US24510080800,"Census Tract 808, Baltimore, MD",1546,303,1481,300,74,56,1400,289,0,12,0,12,0,12,0,12,7,11,0,12,7,11,65,86,6,9,7,10,0,12,0,12,0,12,52,86,0,12,0,12,0,12 +14000US24510090100,"Census Tract 901, Baltimore, MD",4136,468,4036,465,490,184,3479,483,0,12,5,7,0,12,0,12,62,69,15,23,47,65,100,74,49,58,11,17,0,12,0,12,0,12,11,17,29,46,29,46,0,12 +14000US24510090200,"Census Tract 902, Baltimore, MD",2903,350,2871,360,499,80,2251,352,16,23,10,17,0,12,11,19,84,72,0,12,84,72,32,32,32,32,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510090300,"Census Tract 903, Baltimore, MD",4442,523,4293,530,935,279,3250,457,0,12,31,30,0,12,9,14,68,47,0,12,68,47,149,79,72,48,75,73,0,12,0,12,0,12,2,8,0,12,0,12,0,12 +14000US24510090400,"Census Tract 904, Baltimore, MD",1784,231,1602,244,97,62,1430,244,0,12,2,7,0,12,0,12,73,49,0,12,73,49,182,144,104,126,18,28,0,12,0,12,0,12,60,66,0,12,0,12,0,12 +14000US24510090500,"Census Tract 905, Baltimore, MD",1865,210,1856,210,359,94,1264,191,0,12,51,54,0,12,0,12,182,130,0,12,182,130,9,13,9,13,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510090600,"Census Tract 906, Baltimore, MD",3117,683,3112,684,299,325,2784,768,0,12,28,46,0,12,0,12,1,2,0,12,1,2,5,11,4,11,0,12,0,12,0,12,0,12,1,2,0,12,0,12,0,12 +14000US24510090700,"Census Tract 907, Baltimore, MD",3032,696,2945,717,11,17,2831,695,36,47,24,46,0,12,0,12,43,60,0,12,43,60,87,81,46,73,41,47,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510090800,"Census Tract 908, Baltimore, MD",2902,482,2902,482,51,34,2702,498,0,12,11,15,0,12,0,12,138,160,19,29,119,157,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510090900,"Census Tract 909, Baltimore, MD",2466,457,2466,457,139,120,2304,444,23,31,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510100100,"Census Tract 1001, Baltimore, MD",2233,408,2232,408,37,30,2162,414,0,12,32,29,0,12,0,12,1,3,0,12,1,3,1,2,1,2,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510100200,"Census Tract 1002, Baltimore, MD",2722,313,2693,302,54,48,2621,308,0,12,0,12,0,12,0,12,18,17,0,12,18,17,29,33,21,38,0,12,0,12,0,12,0,12,8,14,0,12,0,12,0,12 +14000US24510100300,"Census Tract 1003, Baltimore, MD",3676,443,3476,416,544,153,2827,358,24,23,15,19,0,12,0,12,66,43,4,9,62,42,200,63,137,59,23,14,0,12,0,12,0,12,22,34,18,22,0,12,18,22 +14000US24510110100,"Census Tract 1101, Baltimore, MD",3141,344,2970,315,1710,248,735,311,0,12,372,175,0,12,14,22,139,107,15,23,124,113,171,120,75,87,60,81,0,12,0,12,0,12,17,29,19,32,0,12,19,32 +14000US24510110200,"Census Tract 1102, Baltimore, MD",5706,430,5387,380,3447,332,1128,222,55,87,373,146,0,17,28,46,356,219,10,17,346,217,319,206,86,75,15,25,0,17,0,17,0,17,122,161,96,114,20,31,76,108 +14000US24510120100,"Census Tract 1201, Baltimore, MD",4643,468,4368,472,2627,292,409,393,34,52,1056,318,0,12,0,12,242,217,15,24,227,215,275,161,171,146,29,33,17,27,0,12,0,12,58,55,0,12,0,12,0,12 +14000US24510120201,"Census Tract 1202.01, Baltimore, MD",2217,221,2142,223,1532,165,404,176,4,7,95,49,9,19,0,12,98,65,0,12,98,65,75,47,71,47,0,12,0,12,0,12,0,12,0,12,4,6,0,12,4,6 +14000US24510120202,"Census Tract 1202.02, Baltimore, MD",5975,577,5531,559,3008,425,626,207,10,20,1485,431,0,17,41,46,361,125,8,16,353,123,444,140,353,119,7,15,0,17,0,17,0,17,43,39,41,53,32,50,9,13 +14000US24510120300,"Census Tract 1203, Baltimore, MD",4220,385,4094,393,1473,236,2139,379,0,12,187,96,0,12,12,19,283,176,16,25,267,176,126,81,74,71,0,12,0,12,0,12,0,12,42,39,10,16,0,12,10,16 +14000US24510120400,"Census Tract 1204, Baltimore, MD",1743,260,1683,265,399,145,1272,242,0,12,12,12,0,12,0,12,0,12,0,12,0,12,60,50,35,41,11,17,0,12,0,12,0,12,14,21,0,12,0,12,0,12 +14000US24510120500,"Census Tract 1205, Baltimore, MD",2275,277,2191,275,764,117,1252,265,0,12,109,76,0,12,0,12,66,38,0,12,66,38,84,60,29,28,0,12,0,12,0,12,0,12,25,24,30,34,30,34,0,12 +14000US24510120600,"Census Tract 1206, Baltimore, MD",2691,330,2414,263,968,181,1224,244,0,12,216,112,0,12,0,12,6,13,0,12,6,13,277,229,269,229,0,12,0,12,0,12,0,12,0,12,8,15,0,12,8,15 +14000US24510120700,"Census Tract 1207, Baltimore, MD",2259,214,2100,267,1522,212,471,148,0,12,64,42,0,12,0,12,43,33,0,12,43,33,159,132,111,128,0,12,0,12,0,12,0,12,44,48,4,7,0,12,4,7 +14000US24510130100,"Census Tract 1301, Baltimore, MD",2728,306,2664,303,422,181,2125,312,14,21,1,4,0,12,23,36,79,47,9,14,70,47,64,46,19,33,20,22,0,12,0,12,0,12,25,26,0,12,0,12,0,12 +14000US24510130200,"Census Tract 1302, Baltimore, MD",2723,433,2714,431,415,102,2196,437,26,32,29,29,0,12,0,12,48,38,0,12,48,38,9,16,9,16,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510130300,"Census Tract 1303, Baltimore, MD",2447,339,2434,338,114,69,2282,346,0,12,38,38,0,12,0,12,0,12,0,12,0,12,13,17,3,8,10,16,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510130400,"Census Tract 1304, Baltimore, MD",2056,274,1974,278,138,80,1812,278,17,26,7,12,0,12,0,12,0,12,0,12,0,12,82,115,1,4,5,8,0,12,0,12,0,12,76,116,0,12,0,12,0,12 +14000US24510130600,"Census Tract 1306, Baltimore, MD",3578,265,3480,265,3000,299,239,145,0,12,130,117,0,12,7,11,104,57,24,28,80,45,98,55,73,47,16,26,0,12,0,12,0,12,9,15,0,12,0,12,0,12 +14000US24510130700,"Census Tract 1307, Baltimore, MD",4757,362,4574,399,3984,365,259,150,0,12,216,102,0,12,0,12,115,88,38,60,77,64,183,144,167,150,0,12,0,12,0,12,0,12,16,27,0,12,0,12,0,12 +14000US24510130803,"Census Tract 1308.03, Baltimore, MD",2457,264,2438,260,1673,306,235,104,0,12,444,250,0,12,0,12,86,63,0,12,86,63,19,24,12,20,0,12,0,12,0,12,0,12,7,12,0,12,0,12,0,12 +14000US24510130804,"Census Tract 1308.04, Baltimore, MD",1982,166,1916,164,1728,163,150,92,0,12,38,33,0,12,0,12,0,12,0,12,0,12,66,43,56,40,0,12,0,12,0,12,0,12,10,16,0,12,0,12,0,12 +14000US24510130805,"Census Tract 1308.05, Baltimore, MD",943,91,938,90,147,50,756,98,0,12,27,38,0,12,0,12,8,11,0,12,8,11,5,7,0,12,0,12,0,12,0,12,0,12,0,12,5,7,5,7,0,12 +14000US24510130806,"Census Tract 1308.06, Baltimore, MD",1437,161,1370,168,1036,155,243,106,0,12,41,31,8,16,0,12,42,35,0,12,42,35,67,72,67,72,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510140100,"Census Tract 1401, Baltimore, MD",4455,405,4139,405,2177,356,1671,344,0,12,166,93,0,12,0,12,125,64,8,17,117,61,316,227,160,123,0,12,0,12,0,12,0,12,121,182,35,40,29,35,6,13 +14000US24510140200,"Census Tract 1402, Baltimore, MD",2467,432,2452,431,115,71,2285,448,0,12,0,12,0,12,0,12,52,74,0,12,52,74,15,24,15,24,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510140300,"Census Tract 1403, Baltimore, MD",2353,367,2316,367,103,56,2107,360,0,12,39,60,0,12,40,66,27,30,0,12,27,30,37,34,8,12,29,32,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510150100,"Census Tract 1501, Baltimore, MD",2192,478,2192,478,29,29,2103,479,0,12,26,39,0,12,0,12,34,53,0,12,34,53,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510150200,"Census Tract 1502, Baltimore, MD",2752,495,2746,494,0,12,2645,482,0,12,0,12,0,12,101,116,0,12,0,12,0,12,6,8,0,12,0,12,0,12,0,12,0,12,6,8,0,12,0,12,0,12 +14000US24510150300,"Census Tract 1503, Baltimore, MD",2301,352,2293,355,12,20,2258,350,0,12,0,12,0,12,13,17,10,15,0,12,10,15,8,11,0,12,0,12,0,12,0,12,0,12,8,11,0,12,0,12,0,12 +14000US24510150400,"Census Tract 1504, Baltimore, MD",3983,551,3953,548,14,27,3764,547,7,14,36,49,6,13,7,13,119,118,0,12,119,118,30,27,13,18,11,22,0,12,0,12,0,12,0,12,6,13,0,12,6,13 +14000US24510150500,"Census Tract 1505, Baltimore, MD",1436,229,1370,254,19,21,1346,245,0,12,0,12,0,12,0,12,5,7,0,12,5,7,66,97,66,97,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510150600,"Census Tract 1506, Baltimore, MD",3129,434,3129,434,105,131,2997,481,0,12,0,12,0,12,0,12,27,44,0,12,27,44,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510150701,"Census Tract 1507.01, Baltimore, MD",1573,230,1561,225,72,80,1430,169,0,12,0,12,0,12,0,12,59,95,0,12,59,95,12,21,0,12,12,21,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510150702,"Census Tract 1507.02, Baltimore, MD",2164,393,2162,393,22,23,2086,399,0,12,0,12,6,10,0,12,48,59,0,12,48,59,2,7,0,12,0,12,0,12,0,12,0,12,2,7,0,12,0,12,0,12 +14000US24510150800,"Census Tract 1508, Baltimore, MD",5202,831,5132,830,39,42,5009,830,5,12,0,17,0,17,0,17,79,71,0,17,79,71,70,77,0,17,9,15,0,17,0,17,0,17,48,73,13,22,13,22,0,17 +14000US24510150900,"Census Tract 1509, Baltimore, MD",3359,465,3301,477,53,48,3143,461,0,12,0,12,0,12,0,12,105,95,0,12,105,95,58,76,58,76,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510151000,"Census Tract 1510, Baltimore, MD",4959,628,4769,588,95,70,4527,582,0,12,21,34,7,10,46,75,73,80,50,75,23,24,190,212,102,149,88,132,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510151100,"Census Tract 1511, Baltimore, MD",6482,797,6482,797,14,22,6354,807,0,17,26,40,0,17,0,17,88,108,0,17,88,108,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510151200,"Census Tract 1512, Baltimore, MD",4379,516,4334,513,208,163,4099,576,0,12,0,12,0,12,0,12,27,24,0,12,27,24,45,51,30,39,0,12,0,12,0,12,0,12,0,12,15,24,0,12,15,24 +14000US24510151300,"Census Tract 1513, Baltimore, MD",4127,629,3900,622,120,72,3616,577,3,9,28,26,0,12,0,12,133,147,0,12,133,147,227,259,173,256,54,55,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510160100,"Census Tract 1601, Baltimore, MD",2068,478,2048,478,45,46,1985,466,0,12,6,14,0,12,0,12,12,20,0,12,12,20,20,29,0,12,0,12,0,12,0,12,0,12,20,29,0,12,0,12,0,12 +14000US24510160200,"Census Tract 1602, Baltimore, MD",2189,329,2164,331,11,13,2139,336,0,12,0,12,5,7,0,12,9,14,0,12,9,14,25,24,5,9,20,23,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510160300,"Census Tract 1603, Baltimore, MD",1090,292,1090,292,54,60,1025,281,0,12,0,12,0,12,0,12,11,17,0,12,11,17,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510160400,"Census Tract 1604, Baltimore, MD",2331,353,2331,353,33,30,2259,351,13,23,4,6,0,12,10,17,12,14,0,12,12,14,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510160500,"Census Tract 1605, Baltimore, MD",4339,515,4339,515,0,12,4311,516,0,12,28,51,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510160600,"Census Tract 1606, Baltimore, MD",3403,400,3334,406,73,48,3190,422,0,12,17,19,0,12,23,40,31,41,0,12,31,41,69,82,0,12,0,12,45,74,0,12,0,12,24,38,0,12,0,12,0,12 +14000US24510160700,"Census Tract 1607, Baltimore, MD",4324,554,4280,559,12,20,4250,556,0,12,0,12,0,12,0,12,18,33,0,12,18,33,44,39,16,25,28,30,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510160801,"Census Tract 1608.01, Baltimore, MD",2940,475,2940,475,6,36,2892,476,0,12,0,12,20,25,0,12,22,34,0,12,22,34,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510160802,"Census Tract 1608.02, Baltimore, MD",3414,354,3310,325,12,9,3267,324,0,12,0,12,0,12,0,12,31,47,0,12,31,47,104,98,0,12,104,98,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510170100,"Census Tract 1701, Baltimore, MD",1634,172,1594,173,477,97,1088,156,0,12,16,12,0,12,0,12,13,14,0,12,13,14,40,39,19,21,0,12,21,31,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510170200,"Census Tract 1702, Baltimore, MD",2971,442,2964,442,189,94,2654,473,0,12,49,42,0,12,0,12,72,96,41,61,31,37,7,11,7,11,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510170300,"Census Tract 1703, Baltimore, MD",1699,254,1657,262,27,23,1568,254,17,27,45,57,0,12,0,12,0,12,0,12,0,12,42,54,0,12,0,12,0,12,0,12,0,12,0,12,42,54,0,12,42,54 +14000US24510180100,"Census Tract 1801, Baltimore, MD",2025,204,2005,202,7,10,1991,204,0,12,0,12,0,12,7,10,0,12,0,12,0,12,20,30,0,12,0,12,0,12,0,12,0,12,20,30,0,12,0,12,0,12 +14000US24510180200,"Census Tract 1802, Baltimore, MD",948,193,915,199,87,41,804,186,0,12,13,18,0,12,0,12,11,16,0,12,11,16,33,32,21,30,12,17,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510180300,"Census Tract 1803, Baltimore, MD",1525,239,1470,221,584,118,793,204,0,12,37,24,0,12,0,12,56,44,0,12,56,44,55,53,5,10,43,49,0,12,0,12,0,12,0,12,7,11,7,11,0,12 +14000US24510190100,"Census Tract 1901, Baltimore, MD",2131,363,2069,351,42,32,1967,360,0,12,34,36,0,12,0,12,26,39,0,12,26,39,62,92,62,92,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510190200,"Census Tract 1902, Baltimore, MD",1886,220,1653,272,403,184,1024,176,0,12,81,67,0,12,0,12,145,143,0,12,145,143,233,157,223,156,0,12,0,12,0,12,0,12,0,12,10,13,10,13,0,12 +14000US24510190300,"Census Tract 1903, Baltimore, MD",2502,381,2208,394,613,167,1482,328,0,12,102,107,0,12,1,3,10,18,0,12,10,18,294,291,0,12,0,12,0,12,0,12,0,12,294,291,0,12,0,12,0,12 +14000US24510200100,"Census Tract 2001, Baltimore, MD",1833,278,1804,273,32,24,1751,275,0,12,0,12,0,12,21,31,0,12,0,12,0,12,29,38,2,7,27,41,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510200200,"Census Tract 2002, Baltimore, MD",2345,636,2345,636,103,96,2232,636,0,12,0,12,0,12,0,12,10,16,0,12,10,16,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510200300,"Census Tract 2003, Baltimore, MD",1517,296,1464,272,366,170,907,240,38,78,23,24,0,12,0,12,130,93,0,12,130,93,53,110,0,12,0,12,0,12,0,12,0,12,53,110,0,12,0,12,0,12 +14000US24510200400,"Census Tract 2004, Baltimore, MD",1624,282,1574,272,64,51,1392,257,11,19,50,56,0,12,0,12,57,57,51,58,6,9,50,56,0,12,25,40,9,14,0,12,0,12,0,12,16,25,0,12,16,25 +14000US24510200500,"Census Tract 2005, Baltimore, MD",2866,596,2566,549,701,235,1395,509,101,106,198,180,0,12,0,12,171,167,0,12,171,167,300,233,196,177,47,56,0,12,0,12,0,12,32,50,25,35,25,35,0,12 +14000US24510200600,"Census Tract 2006, Baltimore, MD",2292,467,2205,468,645,243,1477,368,11,19,0,12,0,12,0,12,72,82,0,12,72,82,87,75,0,12,0,12,0,12,0,12,0,12,9,13,78,73,31,48,47,64 +14000US24510200701,"Census Tract 2007.01, Baltimore, MD",4905,619,4809,613,82,61,4705,615,6,15,0,12,0,12,0,12,16,24,0,12,16,24,96,115,26,41,70,108,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510200702,"Census Tract 2007.02, Baltimore, MD",1089,123,1089,123,21,22,1057,121,0,12,0,12,0,12,0,12,11,16,0,12,11,16,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510200800,"Census Tract 2008, Baltimore, MD",2128,272,2058,273,185,92,1824,297,0,12,0,12,0,12,0,12,49,32,0,12,49,32,70,81,1,2,17,26,0,12,0,12,0,12,52,77,0,12,0,12,0,12 +14000US24510210100,"Census Tract 2101, Baltimore, MD",2532,336,2494,336,725,149,1676,395,0,12,70,47,0,12,0,12,23,18,3,6,20,19,38,29,18,17,7,11,0,12,0,12,0,12,13,21,0,12,0,12,0,12 +14000US24510210200,"Census Tract 2102, Baltimore, MD",3493,405,3194,402,1180,261,1674,331,0,12,103,68,0,12,0,12,237,166,0,12,237,166,299,261,97,109,0,12,0,12,0,12,0,12,202,255,0,12,0,12,0,12 +14000US24510220100,"Census Tract 2201, Baltimore, MD",4335,398,4030,381,2877,361,577,213,93,99,220,123,0,12,88,101,175,164,0,12,175,164,305,162,251,155,15,24,0,12,0,12,0,12,17,27,22,36,0,12,22,36 +14000US24510230100,"Census Tract 2301, Baltimore, MD",1828,201,1768,193,1169,168,540,201,0,12,39,26,0,12,7,10,13,15,0,12,13,15,60,45,41,39,0,12,0,12,0,12,0,12,19,21,0,12,0,12,0,12 +14000US24510230200,"Census Tract 2302, Baltimore, MD",2044,209,1890,212,1626,212,137,154,0,12,65,46,0,12,0,12,62,57,11,18,51,54,154,142,147,142,0,12,0,12,0,12,0,12,0,12,7,11,7,11,0,12 +14000US24510230300,"Census Tract 2303, Baltimore, MD",1431,107,1383,109,1209,111,75,46,33,53,49,32,0,12,0,12,17,15,0,12,17,15,48,36,29,27,0,12,0,12,0,12,0,12,19,25,0,12,0,12,0,12 +14000US24510240100,"Census Tract 2401, Baltimore, MD",3289,249,3202,233,2982,245,88,103,0,12,99,71,0,12,23,35,10,16,0,12,10,16,87,62,23,19,2,4,33,52,0,12,0,12,22,26,7,12,0,12,7,12 +14000US24510240200,"Census Tract 2402, Baltimore, MD",2944,221,2828,230,2368,241,209,160,0,12,143,58,0,12,0,12,108,79,0,12,108,79,116,71,110,71,0,12,0,12,0,12,0,12,6,10,0,12,0,12,0,12 +14000US24510240300,"Census Tract 2403, Baltimore, MD",2085,227,1926,227,1544,209,68,56,109,151,147,95,0,12,11,20,47,61,0,12,47,61,159,104,143,102,2,4,0,12,0,12,0,12,14,20,0,12,0,12,0,12 +14000US24510240400,"Census Tract 2404, Baltimore, MD",2669,255,2559,251,2506,253,11,22,0,12,21,20,0,12,0,12,21,21,0,12,21,21,110,82,74,51,0,12,0,12,0,12,0,12,36,58,0,12,0,12,0,12 +14000US24510250101,"Census Tract 2501.01, Baltimore, MD",4340,426,4256,434,495,192,3461,396,24,27,14,23,0,12,0,12,262,256,4,7,258,256,84,114,84,114,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510250102,"Census Tract 2501.02, Baltimore, MD",3236,385,3158,404,140,79,2990,404,0,12,14,20,0,12,0,12,14,18,0,12,14,18,78,100,59,92,0,12,0,12,0,12,0,12,0,12,19,35,0,12,19,35 +14000US24510250103,"Census Tract 2501.03, Baltimore, MD",3411,364,3296,344,1941,234,1109,286,0,12,145,143,0,12,0,12,101,91,0,12,101,91,115,88,18,69,24,19,0,12,0,12,0,12,53,62,20,30,9,14,11,17 +14000US24510250203,"Census Tract 2502.03, Baltimore, MD",1978,215,1897,207,238,171,1599,213,0,12,60,55,0,12,0,12,0,12,0,12,0,12,81,83,27,27,3,5,0,12,0,12,0,12,51,80,0,12,0,12,0,12 +14000US24510250204,"Census Tract 2502.04, Baltimore, MD",4241,459,4044,473,111,89,3914,495,0,12,0,12,0,12,0,12,19,20,0,12,19,20,197,239,197,239,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510250205,"Census Tract 2502.05, Baltimore, MD",4006,450,3522,521,1126,522,2151,385,0,12,222,134,0,12,0,12,23,25,0,12,23,25,484,252,431,240,0,12,0,12,0,12,0,12,53,72,0,12,0,12,0,12 +14000US24510250206,"Census Tract 2502.06, Baltimore, MD",2216,295,2009,414,1627,410,330,208,27,41,0,12,7,12,0,12,18,22,0,12,18,22,207,184,37,47,138,168,0,12,0,12,0,12,32,54,0,12,0,12,0,12 +14000US24510250207,"Census Tract 2502.07, Baltimore, MD",2308,283,2179,310,84,40,1988,310,0,12,0,12,0,12,0,12,107,103,0,12,107,103,129,107,50,73,53,70,0,12,0,12,0,12,26,41,0,12,0,12,0,12 +14000US24510250301,"Census Tract 2503.01, Baltimore, MD",2355,349,2209,316,147,114,2062,294,0,12,0,12,0,12,0,12,0,12,0,12,0,12,146,178,146,178,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510250303,"Census Tract 2503.03, Baltimore, MD",2370,262,2114,266,1176,168,690,142,0,12,194,126,0,12,0,12,54,52,0,12,54,52,256,234,108,146,0,12,0,12,0,12,0,12,145,184,3,5,0,12,3,5 +14000US24510250401,"Census Tract 2504.01, Baltimore, MD",3605,680,2968,609,1683,429,931,303,0,12,278,292,9,14,35,42,32,32,0,12,32,32,637,443,406,379,6,11,0,12,0,12,0,12,133,199,92,145,92,145,0,12 +14000US24510250402,"Census Tract 2504.02, Baltimore, MD",4451,747,3820,711,1471,547,1968,458,67,72,0,12,0,12,0,12,314,305,0,12,314,305,631,359,212,164,26,41,0,12,0,12,0,12,393,357,0,12,0,12,0,12 +14000US24510250500,"Census Tract 2505, Baltimore, MD",4417,864,3850,716,2303,508,1371,408,0,12,41,56,0,12,0,12,135,120,0,12,135,120,567,465,16,26,178,271,0,12,0,12,0,12,373,382,0,12,0,12,0,12 +14000US24510250600,"Census Tract 2506, Baltimore, MD",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510260101,"Census Tract 2601.01, Baltimore, MD",4997,656,4547,528,1115,180,3292,550,0,12,88,78,0,12,1,3,51,42,0,12,51,42,450,386,378,402,31,50,0,12,0,12,0,12,9,14,32,41,32,41,0,12 +14000US24510260102,"Census Tract 2601.02, Baltimore, MD",4625,498,4549,507,441,114,4034,506,0,12,51,59,0,12,0,12,23,37,0,12,23,37,76,69,76,69,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510260201,"Census Tract 2602.01, Baltimore, MD",5699,865,5655,856,770,394,4739,937,0,17,146,241,0,17,0,17,0,17,0,17,0,17,44,70,44,70,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510260202,"Census Tract 2602.02, Baltimore, MD",5529,626,5362,603,239,108,4842,633,0,17,244,210,0,17,0,17,37,61,0,17,37,61,167,186,0,17,115,165,0,17,0,17,0,17,52,83,0,17,0,17,0,17 +14000US24510260203,"Census Tract 2602.03, Baltimore, MD",3127,359,3109,359,83,49,3000,351,26,38,0,12,0,12,0,12,0,12,0,12,0,12,18,17,0,12,16,16,0,12,0,12,0,12,2,4,0,12,0,12,0,12 +14000US24510260301,"Census Tract 2603.01, Baltimore, MD",4880,706,4870,707,290,96,4407,739,0,12,0,12,0,12,13,22,160,246,0,12,160,246,10,16,0,12,0,12,0,12,0,12,0,12,10,16,0,12,0,12,0,12 +14000US24510260302,"Census Tract 2603.02, Baltimore, MD",6986,814,6800,849,194,130,6433,835,38,54,0,17,0,17,94,154,41,66,0,17,41,66,186,276,186,276,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510260303,"Census Tract 2603.03, Baltimore, MD",912,135,874,133,206,84,623,146,16,24,0,12,0,12,0,12,29,30,0,12,29,30,38,37,26,32,0,12,7,11,0,12,0,12,5,8,0,12,0,12,0,12 +14000US24510260401,"Census Tract 2604.01, Baltimore, MD",3710,788,2307,486,1790,401,211,172,0,12,83,90,0,12,11,18,212,144,0,12,212,144,1403,709,800,494,207,315,0,12,0,12,0,12,396,290,0,12,0,12,0,12 +14000US24510260402,"Census Tract 2604.02, Baltimore, MD",3238,490,3238,490,135,102,2928,519,0,12,0,12,0,12,72,74,103,99,0,12,103,99,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510260403,"Census Tract 2604.03, Baltimore, MD",1681,277,1681,277,141,163,1540,302,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510260404,"Census Tract 2604.04, Baltimore, MD",2252,402,1371,319,524,163,560,136,34,50,117,144,0,12,106,133,30,27,0,12,30,27,881,351,286,237,21,23,0,12,0,12,0,12,574,314,0,12,0,12,0,12 +14000US24510260501,"Census Tract 2605.01, Baltimore, MD",5509,740,3767,511,2771,447,624,242,0,17,166,135,0,17,14,23,192,172,11,16,181,171,1742,743,624,391,0,17,0,17,0,17,0,17,1045,675,73,96,0,17,73,96 +14000US24510260604,"Census Tract 2606.04, Baltimore, MD",1490,244,1396,253,184,62,1129,265,0,12,66,83,0,12,0,12,17,22,0,12,17,22,94,75,22,41,0,12,0,12,0,12,0,12,58,61,14,23,0,12,14,23 +14000US24510260605,"Census Tract 2606.05, Baltimore, MD",4685,762,3140,656,2212,603,812,280,0,12,54,54,0,12,0,12,62,66,11,19,51,60,1545,460,773,480,0,12,0,12,0,12,0,12,646,348,126,104,81,81,45,66 +14000US24510260700,"Census Tract 2607, Baltimore, MD",2884,555,1589,207,1176,179,66,48,55,71,24,20,0,12,0,12,268,166,0,12,268,166,1295,618,789,522,2,5,0,12,0,12,0,12,504,318,0,12,0,12,0,12 +14000US24510260800,"Census Tract 2608, Baltimore, MD",2527,449,1398,193,1089,178,237,163,0,12,29,18,0,12,30,48,13,17,0,12,13,17,1129,547,769,444,211,373,0,12,0,12,0,12,149,188,0,12,0,12,0,12 +14000US24510260900,"Census Tract 2609, Baltimore, MD",3139,304,3002,311,2586,286,254,154,0,12,66,45,0,12,0,12,96,59,0,12,96,59,137,64,112,58,0,12,0,12,0,12,0,12,10,14,15,24,0,12,15,24 +14000US24510261000,"Census Tract 2610, Baltimore, MD",2803,588,2210,537,1030,296,931,523,0,12,0,12,0,12,0,12,249,293,0,12,249,293,593,265,493,272,0,12,0,12,0,12,0,12,100,104,0,12,0,12,0,12 +14000US24510261100,"Census Tract 2611, Baltimore, MD",1792,161,1740,162,1528,153,108,100,12,14,55,33,0,12,0,12,37,27,0,12,37,27,52,33,46,34,6,10,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510270101,"Census Tract 2701.01, Baltimore, MD",1511,190,1469,190,651,71,702,180,0,12,9,11,0,12,69,87,38,38,0,12,38,38,42,24,28,25,0,12,4,8,0,12,0,12,10,12,0,12,0,12,0,12 +14000US24510270102,"Census Tract 2701.02, Baltimore, MD",3705,560,3653,549,685,180,2661,565,16,27,32,47,10,21,162,248,87,73,0,12,87,73,52,74,52,74,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510270200,"Census Tract 2702, Baltimore, MD",1882,209,1817,217,895,143,776,161,23,35,7,8,0,12,17,26,99,87,5,7,94,87,65,45,52,44,0,12,5,8,0,12,0,12,5,9,3,6,3,6,0,12 +14000US24510270301,"Census Tract 2703.01, Baltimore, MD",3173,359,3019,404,1041,195,1878,360,0,12,58,56,7,16,0,12,35,40,0,12,35,40,154,152,72,128,47,67,0,12,0,12,0,12,35,48,0,12,0,12,0,12 +14000US24510270302,"Census Tract 2703.02, Baltimore, MD",1916,270,1789,266,898,210,840,297,0,12,5,9,0,12,26,41,20,23,0,12,20,23,127,110,82,110,0,12,0,12,0,12,0,12,36,46,9,13,9,13,0,12 +14000US24510270401,"Census Tract 2704.01, Baltimore, MD",5625,697,5561,697,1653,421,3560,720,0,17,27,130,0,17,0,17,321,244,0,17,321,244,64,73,39,57,25,39,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510270402,"Census Tract 2704.02, Baltimore, MD",3611,413,3524,423,1183,214,2159,379,0,12,63,69,0,12,0,12,119,145,0,12,119,145,87,56,21,24,54,48,0,12,0,12,0,12,1,9,11,19,0,12,11,19 +14000US24510270501,"Census Tract 2705.01, Baltimore, MD",4130,385,3865,396,2038,225,1657,323,0,12,141,127,0,12,0,12,29,48,0,12,29,48,265,169,166,148,34,45,0,12,0,12,0,12,65,77,0,12,0,12,0,12 +14000US24510270502,"Census Tract 2705.02, Baltimore, MD",4261,326,4213,328,1680,172,2399,311,16,25,68,87,6,10,0,12,44,30,0,12,44,30,48,59,10,13,38,56,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510270600,"Census Tract 2706, Baltimore, MD",4980,488,4942,484,1863,406,2950,507,0,12,0,12,0,12,0,12,129,87,0,12,129,87,38,41,27,33,0,12,0,12,0,12,0,12,0,12,11,18,0,12,11,18 +14000US24510270701,"Census Tract 2707.01, Baltimore, MD",2468,381,2438,380,42,35,2376,387,0,12,0,12,0,12,0,12,20,27,9,15,11,22,30,36,19,32,11,18,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510270702,"Census Tract 2707.02, Baltimore, MD",1955,241,1920,241,555,71,1289,239,0,12,0,12,0,12,0,12,76,63,0,12,76,63,35,29,14,22,11,17,0,12,6,8,0,12,0,12,4,8,4,8,0,12 +14000US24510270703,"Census Tract 2707.03, Baltimore, MD",2629,357,2530,353,1547,242,967,338,0,12,12,16,0,12,0,12,4,6,0,12,4,6,99,71,47,50,0,12,0,12,0,12,0,12,52,49,0,12,0,12,0,12 +14000US24510270801,"Census Tract 2708.01, Baltimore, MD",4183,386,4125,384,535,131,3264,402,0,12,23,39,0,12,162,159,141,96,0,12,141,96,58,81,0,12,18,28,0,12,0,12,0,12,8,14,32,52,32,52,0,12 +14000US24510270802,"Census Tract 2708.02, Baltimore, MD",5205,675,4942,707,173,109,4611,732,0,17,34,55,0,17,2,4,122,139,0,17,122,139,263,210,0,17,0,17,0,17,0,17,0,17,263,210,0,17,0,17,0,17 +14000US24510270803,"Census Tract 2708.03, Baltimore, MD",6846,646,6781,629,560,199,6009,643,43,64,82,68,0,17,0,17,87,91,1,4,86,91,65,82,17,25,48,79,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510270804,"Census Tract 2708.04, Baltimore, MD",3109,390,2674,305,1100,179,1469,366,0,12,73,50,0,12,0,12,32,42,0,12,32,42,435,314,406,311,10,16,0,12,19,34,0,12,0,12,0,12,0,12,0,12 +14000US24510270805,"Census Tract 2708.05, Baltimore, MD",5312,492,5125,524,547,216,4333,480,0,17,78,97,0,17,20,31,147,106,0,17,147,106,187,131,18,21,92,88,15,22,0,17,0,17,49,73,13,20,13,20,0,17 +14000US24510270901,"Census Tract 2709.01, Baltimore, MD",4348,597,4218,613,121,86,3995,564,0,12,0,12,0,12,0,12,102,117,83,117,19,22,130,120,0,12,95,103,0,12,0,12,0,12,0,12,35,56,0,12,35,56 +14000US24510270902,"Census Tract 2709.02, Baltimore, MD",5363,568,5271,582,244,86,4761,618,0,17,37,29,0,17,81,105,148,123,0,17,148,123,92,66,20,25,29,24,0,17,0,17,0,17,22,29,21,35,21,35,0,17 +14000US24510270903,"Census Tract 2709.03, Baltimore, MD",4810,621,4292,563,510,144,3442,564,0,12,100,49,0,12,41,51,199,97,6,12,193,97,518,420,429,410,68,75,0,12,0,12,0,12,2,9,19,30,2,4,17,29 +14000US24510271001,"Census Tract 2710.01, Baltimore, MD",2479,298,2465,299,78,75,2338,302,12,17,27,38,0,12,0,12,10,15,0,12,10,15,14,21,9,14,0,12,0,12,0,12,0,12,5,15,0,12,0,12,0,12 +14000US24510271002,"Census Tract 2710.02, Baltimore, MD",4203,623,4106,621,137,71,3919,621,0,12,0,12,0,12,0,12,50,44,0,12,50,44,97,96,0,12,65,89,0,12,0,12,0,12,6,10,26,29,26,29,0,12 +14000US24510271101,"Census Tract 2711.01, Baltimore, MD",2001,171,1979,174,1034,167,643,114,0,12,203,83,0,12,33,30,66,45,0,12,66,45,22,18,22,18,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510271102,"Census Tract 2711.02, Baltimore, MD",4505,452,4301,451,2745,435,913,171,34,35,264,102,0,12,32,36,313,138,7,13,306,138,204,94,138,88,16,21,0,12,0,12,8,14,30,35,12,17,12,17,0,12 +14000US24510271200,"Census Tract 2712, Baltimore, MD",6434,396,6325,381,4997,337,839,228,0,17,377,225,0,17,0,17,112,84,30,44,82,72,109,87,107,87,2,5,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510271300,"Census Tract 2713, Baltimore, MD",2575,179,2505,169,2163,195,156,95,0,12,130,78,0,12,26,30,30,37,0,12,30,37,70,78,70,78,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510271400,"Census Tract 2714, Baltimore, MD",4040,402,3754,380,2862,270,268,149,6,10,365,160,0,12,88,71,165,89,0,12,165,89,286,189,285,189,0,12,0,12,0,12,0,12,0,12,1,2,1,2,0,12 +14000US24510271501,"Census Tract 2715.01, Baltimore, MD",4162,192,3923,204,3126,234,597,110,0,12,146,88,0,12,0,12,54,46,0,12,54,46,239,125,152,104,7,11,0,12,0,12,0,12,53,62,27,45,27,45,0,12 +14000US24510271503,"Census Tract 2715.03, Baltimore, MD",850,81,821,81,717,81,34,21,15,23,35,27,0,12,4,7,16,15,0,12,16,15,29,29,21,25,0,12,0,12,0,12,0,12,0,12,8,13,0,12,8,13 +14000US24510271600,"Census Tract 2716, Baltimore, MD",4310,724,4270,710,103,74,4089,717,0,12,56,69,0,12,0,12,22,35,0,12,22,35,40,67,14,31,26,59,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510271700,"Census Tract 2717, Baltimore, MD",4813,607,4793,610,221,153,4510,601,0,12,45,46,0,12,0,12,17,22,0,12,17,22,20,24,0,12,13,19,0,12,0,12,0,12,0,12,7,14,7,14,0,12 +14000US24510271801,"Census Tract 2718.01, Baltimore, MD",2902,496,2861,504,37,30,2738,492,22,34,0,12,0,12,15,18,49,52,0,12,49,52,41,54,0,12,0,12,0,12,11,19,0,12,30,49,0,12,0,12,0,12 +14000US24510271802,"Census Tract 2718.02, Baltimore, MD",2567,369,2544,373,15,16,2492,376,0,12,0,12,0,12,0,12,37,30,0,12,37,30,23,30,0,12,0,12,0,12,0,12,0,12,19,30,4,6,4,6,0,12 +14000US24510271900,"Census Tract 2719, Baltimore, MD",3815,371,3815,371,950,235,2802,415,0,12,44,54,6,9,3,9,10,15,0,12,10,15,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510272003,"Census Tract 2720.03, Baltimore, MD",6122,662,5626,661,3508,468,1884,461,28,43,206,227,0,17,0,17,0,17,0,17,0,17,496,508,315,442,0,17,0,17,0,17,0,17,181,283,0,17,0,17,0,17 +14000US24510272004,"Census Tract 2720.04, Baltimore, MD",3898,253,3787,274,2708,311,672,337,0,12,312,207,0,12,95,121,0,12,0,12,0,12,111,93,88,83,10,15,0,12,0,12,13,22,0,12,0,12,0,12,0,12 +14000US24510272005,"Census Tract 2720.05, Baltimore, MD",3395,484,3343,467,2956,440,344,134,0,12,29,33,0,12,0,12,14,23,0,12,14,23,52,43,13,23,39,37,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510272006,"Census Tract 2720.06, Baltimore, MD",3534,356,3446,341,1648,315,1733,298,0,12,0,12,0,12,0,12,65,45,0,12,65,45,88,66,54,58,0,12,0,12,0,12,0,12,34,35,0,12,0,12,0,12 +14000US24510272007,"Census Tract 2720.07, Baltimore, MD",4635,617,4238,603,1819,659,2051,485,0,12,282,256,6,10,21,32,59,54,0,12,59,54,397,383,379,382,0,12,0,12,0,12,0,12,18,28,0,12,0,12,0,12 +14000US24510280101,"Census Tract 2801.01, Baltimore, MD",3869,465,3728,467,125,100,3496,509,12,20,19,32,0,12,19,29,57,60,0,12,57,60,141,155,141,155,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510280102,"Census Tract 2801.02, Baltimore, MD",6177,780,6084,718,162,84,5922,699,0,17,0,17,0,17,0,17,0,17,0,17,0,17,93,114,0,17,93,114,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510280200,"Census Tract 2802, Baltimore, MD",4960,492,4898,481,210,102,4403,496,11,18,22,24,0,12,32,45,220,141,0,12,220,141,62,66,0,12,48,61,0,12,0,12,0,12,10,16,4,7,0,12,4,7 +14000US24510280301,"Census Tract 2803.01, Baltimore, MD",3849,427,3833,429,323,125,3229,496,0,12,38,39,16,19,0,12,227,152,0,12,227,152,16,21,16,21,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510280302,"Census Tract 2803.02, Baltimore, MD",2464,289,2450,283,96,58,2179,320,0,12,7,11,0,12,0,12,168,209,140,207,28,25,14,19,0,12,14,19,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US24510280401,"Census Tract 2804.01, Baltimore, MD",3479,286,3417,288,572,217,2722,296,0,12,16,25,0,12,0,12,107,93,0,12,107,93,62,78,18,28,0,12,0,12,0,12,0,12,19,32,25,40,25,40,0,12 +14000US24510280402,"Census Tract 2804.02, Baltimore, MD",1634,236,1610,239,2,3,1567,238,0,12,0,12,0,12,40,57,1,2,0,12,1,2,24,35,0,12,0,12,0,12,0,12,0,12,24,35,0,12,0,12,0,12 +14000US24510280403,"Census Tract 2804.03, Baltimore, MD",5264,925,5128,950,1157,422,3848,972,0,17,37,58,0,17,30,51,56,62,0,17,56,62,136,111,136,111,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US24510280404,"Census Tract 2804.04, Baltimore, MD",2812,325,2698,351,102,52,2551,346,0,12,0,12,0,12,0,12,45,38,0,12,45,38,114,145,5,11,0,12,0,12,0,12,0,12,0,12,109,144,22,29,87,116 +14000US24510280500,"Census Tract 2805, Baltimore, MD",2238,220,2217,212,135,63,2038,184,0,12,28,29,0,12,8,15,8,19,0,12,8,19,21,35,14,22,7,16,0,12,0,12,0,12,0,12,0,12,0,12,0,12 diff --git a/data/city_tracts/baltimore_census_reporter/metadata.json b/data/city_tracts/baltimore_census_reporter/metadata.json new file mode 100644 index 0000000..2fb71d3 --- /dev/null +++ b/data/city_tracts/baltimore_census_reporter/metadata.json @@ -0,0 +1,100 @@ +{ + "release": { + "id": "acs2018_5yr", + "name": "ACS 2018 5-year", + "years": "2014-2018" + }, + "tables": { + "B03002": { + "columns": { + "B03002001": { + "indent": 0, + "name": "Total:" + }, + "B03002002": { + "indent": 1, + "name": "Not Hispanic or Latino:" + }, + "B03002003": { + "indent": 2, + "name": "White alone" + }, + "B03002004": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002005": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002006": { + "indent": 2, + "name": "Asian alone" + }, + "B03002007": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002008": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002009": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002010": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002011": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + }, + "B03002012": { + "indent": 1, + "name": "Hispanic or Latino:" + }, + "B03002013": { + "indent": 2, + "name": "White alone" + }, + "B03002014": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002015": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002016": { + "indent": 2, + "name": "Asian alone" + }, + "B03002017": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002018": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002019": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002020": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002021": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + } + }, + "denominator_column_id": "B03002001", + "title": "Hispanic or Latino Origin by Race", + "universe": "Total Population" + } + } +} \ No newline at end of file diff --git a/data/city_tracts/new_york_census_reporter/acs2018_5yr_B03002_14000US36047990100.csv b/data/city_tracts/new_york_census_reporter/acs2018_5yr_B03002_14000US36047990100.csv new file mode 100644 index 0000000..616d7cb --- /dev/null +++ b/data/city_tracts/new_york_census_reporter/acs2018_5yr_B03002_14000US36047990100.csv @@ -0,0 +1,2168 @@ +geoid,name,B03002001,"B03002001, Error",B03002002,"B03002002, Error",B03002003,"B03002003, Error",B03002004,"B03002004, Error",B03002005,"B03002005, Error",B03002006,"B03002006, Error",B03002007,"B03002007, Error",B03002008,"B03002008, Error",B03002009,"B03002009, Error",B03002010,"B03002010, Error",B03002011,"B03002011, Error",B03002012,"B03002012, Error",B03002013,"B03002013, Error",B03002014,"B03002014, Error",B03002015,"B03002015, Error",B03002016,"B03002016, Error",B03002017,"B03002017, Error",B03002018,"B03002018, Error",B03002019,"B03002019, Error",B03002020,"B03002020, Error",B03002021,"B03002021, Error" +14000US36005000100,"Census Tract 1, Bronx, NY",7080,290,4751,293,538,160,3984,270,25,24,125,51,0,17,38,34,41,33,0,17,41,33,2329,248,1235,211,255,80,0,17,0,17,0,17,812,171,27,29,0,17,27,29 +14000US36005000200,"Census Tract 2, Bronx, NY",4542,574,1175,363,77,72,908,356,0,12,104,87,0,12,86,134,0,12,0,12,0,12,3367,597,2088,543,371,287,0,12,0,12,0,12,715,413,193,155,59,95,134,123 +14000US36005000400,"Census Tract 4, Bronx, NY",5634,517,1761,449,209,88,1380,432,0,17,130,92,0,17,0,17,42,51,0,17,42,51,3873,422,2414,430,319,166,30,33,96,120,0,17,847,350,167,126,18,28,149,127 +14000US36005001600,"Census Tract 16, Bronx, NY",5917,461,2314,388,220,120,1992,417,0,17,0,17,0,17,102,111,0,17,0,17,0,17,3603,437,2186,474,442,201,0,17,13,19,0,17,805,293,157,115,113,94,44,51 +14000US36005001900,"Census Tract 19, Bronx, NY",2765,307,1352,194,262,91,934,171,0,12,82,70,0,12,19,20,55,56,3,5,52,57,1413,257,323,139,107,67,0,12,11,18,0,12,857,236,115,79,97,75,18,20 +14000US36005002000,"Census Tract 20, Bronx, NY",9409,1043,3504,1020,110,92,3319,1042,46,66,29,45,0,17,0,17,0,17,0,17,0,17,5905,1015,3075,892,1168,577,136,140,0,17,0,17,1217,487,309,287,205,233,104,132 +14000US36005002300,"Census Tract 23, Bronx, NY",4600,323,1926,401,1,3,1868,399,25,37,0,12,0,12,22,35,10,16,0,12,10,16,2674,426,478,171,254,146,43,47,0,12,0,12,1823,456,76,62,49,40,27,46 +14000US36005002400,"Census Tract 24, Bronx, NY",172,247,172,247,69,111,89,146,0,12,0,12,0,12,0,12,14,20,0,12,14,20,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36005002500,"Census Tract 25, Bronx, NY",5887,553,1325,266,95,67,1162,254,0,17,7,11,0,17,53,60,8,12,0,17,8,12,4562,607,808,300,182,83,22,35,43,68,20,35,3336,685,151,111,131,110,20,23 +14000US36005002701,"Census Tract 27.01, Bronx, NY",2868,301,883,255,0,12,865,241,0,12,0,12,0,12,18,28,0,12,0,12,0,12,1985,323,243,140,122,111,0,12,0,12,0,12,1585,319,35,30,28,32,7,12 +14000US36005002702,"Census Tract 27.02, Bronx, NY",4702,491,1977,490,36,52,1903,496,20,33,0,12,0,12,0,12,18,30,18,30,0,12,2725,626,444,317,166,143,62,99,0,12,0,12,1878,523,175,155,104,109,71,107 +14000US36005002800,"Census Tract 28, Bronx, NY",5269,578,3183,571,54,44,2952,519,0,17,29,44,0,17,0,17,148,174,0,17,148,174,2086,727,621,458,722,449,0,17,0,17,0,17,592,433,151,165,0,17,151,165 +14000US36005003100,"Census Tract 31, Bronx, NY",1703,242,475,163,23,22,417,159,0,12,35,35,0,12,0,12,0,12,0,12,0,12,1228,189,344,123,93,76,0,12,0,12,0,12,701,216,90,64,19,31,71,56 +14000US36005003300,"Census Tract 33, Bronx, NY",3534,356,1442,274,75,91,1154,294,92,141,0,12,0,12,64,84,57,94,0,12,57,94,2092,290,382,197,61,77,0,12,0,12,0,12,1591,301,58,51,16,20,42,49 +14000US36005003500,"Census Tract 35, Bronx, NY",3900,363,1282,347,16,21,1266,345,0,12,0,12,0,12,0,12,0,12,0,12,0,12,2618,410,531,224,159,143,82,98,0,12,0,12,1754,373,92,89,75,76,17,31 +14000US36005003700,"Census Tract 37, Bronx, NY",269,87,98,66,46,51,52,41,0,12,0,12,0,12,0,12,0,12,0,12,0,12,171,68,46,35,23,35,0,12,0,12,0,12,102,60,0,12,0,12,0,12 +14000US36005003800,"Census Tract 38, Bronx, NY",1434,201,475,158,0,12,468,158,0,12,7,12,0,12,0,12,0,12,0,12,0,12,959,230,794,196,27,29,6,9,0,12,0,12,132,147,0,12,0,12,0,12 +14000US36005003900,"Census Tract 39, Bronx, NY",6742,733,1633,472,332,248,1301,486,0,17,0,17,0,17,0,17,0,17,0,17,0,17,5109,706,634,324,83,80,46,72,0,17,0,17,4346,793,0,17,0,17,0,17 +14000US36005004001,"Census Tract 40.01, Bronx, NY",1485,192,533,178,185,101,102,63,0,12,175,93,0,12,53,64,18,20,0,12,18,20,952,198,265,125,61,80,0,12,0,12,0,12,606,201,20,27,14,25,6,9 +14000US36005004100,"Census Tract 41, Bronx, NY",5517,618,1272,515,87,136,1129,470,0,17,41,60,0,17,0,17,15,27,0,17,15,27,4245,498,628,281,256,224,0,17,0,17,0,17,3118,601,243,250,202,249,41,71 +14000US36005004200,"Census Tract 42, Bronx, NY",7207,648,3590,934,370,465,3110,926,0,17,88,92,0,17,0,17,22,34,0,17,22,34,3617,710,1926,698,505,440,0,17,0,17,0,17,1005,519,181,160,139,143,42,72 +14000US36005004300,"Census Tract 43, Bronx, NY",6088,595,1574,398,32,32,1465,404,0,17,42,70,0,17,0,17,35,48,0,17,35,48,4514,580,866,294,459,249,39,63,0,17,0,17,2888,512,262,214,178,192,84,117 +14000US36005004400,"Census Tract 44, Bronx, NY",4607,395,1964,312,187,167,1642,359,0,12,102,106,0,12,9,15,24,29,0,12,24,29,2643,350,380,172,323,281,22,28,0,12,0,12,1783,380,135,117,124,117,11,16 +14000US36005004600,"Census Tract 46, Bronx, NY",1817,237,751,277,100,103,635,255,0,12,0,12,0,12,0,12,16,26,0,12,16,26,1066,203,717,237,20,31,0,12,0,12,0,12,232,113,97,111,97,111,0,12 +14000US36005004800,"Census Tract 48, Bronx, NY",4680,415,1184,356,57,51,992,387,57,71,0,12,0,12,0,12,78,65,21,39,57,49,3496,436,427,244,137,115,95,136,0,12,0,12,2523,473,314,241,149,162,165,184 +14000US36005005001,"Census Tract 50.01, Bronx, NY",4979,499,1438,413,43,54,1207,405,66,87,49,55,0,12,44,70,29,33,0,12,29,33,3541,534,475,259,71,65,0,12,0,12,0,12,2857,526,138,110,82,83,56,74 +14000US36005005002,"Census Tract 50.02, Bronx, NY",5519,560,1217,330,72,55,1022,293,8,19,74,115,0,17,12,20,29,23,0,17,29,23,4302,588,609,329,190,132,32,49,0,17,0,17,3307,569,164,135,85,101,79,98 +14000US36005005100,"Census Tract 51, Bronx, NY",5588,473,1661,426,0,17,1631,431,0,17,30,47,0,17,0,17,0,17,0,17,0,17,3927,530,547,227,265,189,0,17,0,17,0,17,2913,563,202,250,174,246,28,31 +14000US36005005200,"Census Tract 52, Bronx, NY",2091,259,472,148,0,12,449,148,0,12,9,13,0,12,0,12,14,23,0,12,14,23,1619,274,311,185,56,44,36,38,0,12,0,12,1134,239,82,68,82,68,0,12 +14000US36005005300,"Census Tract 53, Bronx, NY",4483,376,2465,375,54,46,2331,366,0,12,7,10,0,12,0,12,73,66,0,12,73,66,2018,290,360,179,305,200,72,79,0,12,0,12,1206,308,75,60,40,34,35,44 +14000US36005005400,"Census Tract 54, Bronx, NY",6003,664,1527,305,88,132,1197,276,0,17,81,78,0,17,134,136,27,33,5,10,22,27,4476,630,690,409,413,251,419,523,0,17,0,17,2855,627,99,107,99,107,0,17 +14000US36005005600,"Census Tract 56, Bronx, NY",2384,244,765,200,25,17,611,179,32,49,12,11,0,12,85,109,0,12,0,12,0,12,1619,224,264,130,103,93,0,12,0,12,0,12,1214,202,38,28,20,18,18,21 +14000US36005005902,"Census Tract 59.02, Bronx, NY",2532,288,915,210,140,69,595,164,0,12,39,45,0,12,81,126,60,48,32,38,28,28,1617,271,373,245,80,75,0,12,0,12,0,12,1134,307,30,35,0,12,30,35 +14000US36005006000,"Census Tract 60, Bronx, NY",1451,267,344,147,9,8,257,142,0,12,33,34,0,12,45,44,0,12,0,12,0,12,1107,264,358,255,53,38,0,12,10,16,0,12,666,155,20,21,12,17,8,13 +14000US36005006100,"Census Tract 61, Bronx, NY",3697,407,2808,470,116,98,2599,458,0,12,17,27,0,12,0,12,76,80,0,12,76,80,889,335,139,82,167,113,0,12,0,12,0,12,545,306,38,46,0,12,38,46 +14000US36005006200,"Census Tract 62, Bronx, NY",7184,726,2656,640,106,134,2310,621,47,77,192,175,0,17,0,17,1,2,0,17,1,2,4528,579,777,355,440,328,18,29,0,17,0,17,3164,855,129,123,110,119,19,33 +14000US36005006300,"Census Tract 63, Bronx, NY",4497,435,1583,270,364,127,1084,256,0,12,63,38,0,12,29,33,43,44,0,12,43,44,2914,441,627,262,244,248,23,36,0,12,0,12,1850,426,170,115,42,48,128,102 +14000US36005006400,"Census Tract 64, Bronx, NY",3612,409,1708,329,162,190,1284,227,0,12,101,132,0,12,26,41,135,176,0,12,135,176,1904,468,298,144,136,115,0,12,0,12,0,12,1448,415,22,34,0,12,22,34 +14000US36005006500,"Census Tract 65, Bronx, NY",5312,564,2031,427,231,156,1681,443,0,17,103,116,0,17,16,26,0,17,0,17,0,17,3281,601,737,451,164,181,0,17,0,17,0,17,2134,469,246,226,228,222,18,20 +14000US36005006700,"Census Tract 67, Bronx, NY",7256,703,2252,734,14,22,2109,711,0,17,0,17,96,129,33,55,0,17,0,17,0,17,5004,750,457,374,160,253,0,17,0,17,0,17,4192,839,195,164,99,96,96,137 +14000US36005006800,"Census Tract 68, Bronx, NY",3294,347,1303,258,72,118,844,228,24,42,349,167,0,12,11,17,3,8,0,12,3,8,1991,373,190,117,81,73,19,26,0,12,0,12,1553,394,148,158,18,29,130,159 +14000US36005006900,"Census Tract 69, Bronx, NY",8090,816,3467,749,245,239,3018,744,6,13,37,62,0,17,0,17,161,172,0,17,161,172,4623,658,830,519,302,177,32,46,0,17,0,17,3338,775,121,151,20,33,101,146 +14000US36005007000,"Census Tract 70, Bronx, NY",4584,692,2034,475,113,89,1103,418,0,12,571,285,0,12,63,80,184,224,15,24,169,224,2550,686,900,567,62,59,0,12,0,12,0,12,1585,508,3,6,3,6,0,12 +14000US36005007100,"Census Tract 71, Bronx, NY",2722,248,1023,193,54,41,878,212,0,12,58,52,0,12,27,33,6,8,0,12,6,8,1699,226,286,152,193,138,10,12,7,10,0,12,1105,241,98,73,25,37,73,61 +14000US36005007200,"Census Tract 72, Bronx, NY",5891,738,3268,735,402,263,621,273,0,17,1893,647,0,17,0,17,352,293,0,17,352,293,2623,561,499,278,121,110,83,120,0,17,0,17,1702,544,218,140,127,104,91,92 +14000US36005007300,"Census Tract 73, Bronx, NY",4314,386,1327,247,75,78,1085,259,0,12,0,12,102,136,54,85,11,17,0,12,11,17,2987,436,671,353,57,31,0,12,0,12,0,12,2193,539,66,69,9,15,57,67 +14000US36005007400,"Census Tract 74, Bronx, NY",3314,377,1096,233,69,90,940,215,0,12,0,12,0,12,22,35,65,64,0,12,65,64,2218,389,1387,522,147,84,0,12,0,12,0,12,635,361,49,39,41,35,8,15 +14000US36005007500,"Census Tract 75, Bronx, NY",6112,518,2220,417,44,49,2045,424,79,106,40,62,0,17,0,17,12,18,0,17,12,18,3892,445,686,306,720,248,63,94,0,17,0,17,2217,463,206,130,139,103,67,79 +14000US36005007600,"Census Tract 76, Bronx, NY",5458,660,1777,392,157,121,1206,260,0,17,335,248,0,17,36,45,43,61,36,59,7,12,3681,670,961,363,112,88,13,27,0,17,0,17,2565,745,30,34,18,29,12,19 +14000US36005007700,"Census Tract 77, Bronx, NY",2022,199,518,152,56,46,448,147,0,12,14,17,0,12,0,12,0,12,0,12,0,12,1504,218,258,104,295,178,39,59,0,12,0,12,872,233,40,41,18,21,22,35 +14000US36005007800,"Census Tract 78, Bronx, NY",7025,704,2547,624,126,100,1753,595,0,17,540,357,0,17,89,142,39,64,0,17,39,64,4478,681,1429,606,172,156,0,17,98,192,0,17,2670,826,109,138,81,127,28,48 +14000US36005007900,"Census Tract 79, Bronx, NY",7054,705,1934,427,10,15,1788,403,0,17,0,17,54,84,0,17,82,75,0,17,82,75,5120,782,623,318,573,307,0,17,0,17,0,17,3889,882,35,39,33,39,2,4 +14000US36005008300,"Census Tract 83, Bronx, NY",6519,629,1635,520,131,141,1095,406,0,17,348,335,0,17,18,22,43,64,0,17,43,64,4884,683,726,298,539,351,28,34,14,24,0,17,3358,601,219,162,69,74,150,160 +14000US36005008400,"Census Tract 84, Bronx, NY",2780,305,1203,271,67,85,788,256,90,137,232,141,0,12,0,12,26,40,0,12,26,40,1577,219,801,270,155,125,8,12,0,12,0,12,545,245,68,62,9,14,59,61 +14000US36005008500,"Census Tract 85, Bronx, NY",5972,624,1704,510,56,51,1577,504,0,17,8,17,0,17,34,54,29,34,0,17,29,34,4268,596,467,186,277,155,49,53,0,17,0,17,3344,619,131,72,109,60,22,36 +14000US36005008600,"Census Tract 86, Bronx, NY",3982,451,1518,447,29,34,1422,452,0,12,19,30,0,12,0,12,48,57,9,13,39,54,2464,584,1585,593,134,94,0,12,0,12,0,12,643,323,102,72,60,56,42,46 +14000US36005008700,"Census Tract 87, Bronx, NY",6150,508,1696,351,144,68,1416,329,50,76,26,43,0,17,13,21,47,49,0,17,47,49,4454,468,505,215,456,191,19,29,0,17,0,17,3413,506,61,64,24,37,37,50 +14000US36005008900,"Census Tract 89, Bronx, NY",3200,253,706,211,30,36,672,234,0,12,4,60,0,12,0,12,0,12,0,12,0,12,2494,290,276,179,170,135,48,79,0,12,0,12,1886,342,114,110,46,76,68,77 +14000US36005009000,"Census Tract 90, Bronx, NY",3620,429,1168,337,181,124,837,333,27,45,54,48,0,12,24,27,45,50,0,12,45,50,2452,468,1343,446,270,191,0,12,0,12,0,12,820,437,19,29,19,29,0,12 +14000US36005009200,"Census Tract 92, Bronx, NY",6091,432,2949,501,234,112,939,362,0,17,1088,349,0,17,386,226,302,182,158,112,144,134,3142,459,978,342,288,210,0,17,0,17,0,17,1674,480,202,137,159,122,43,54 +14000US36005009300,"Census Tract 93, Bronx, NY",6104,717,2179,609,105,57,2053,602,12,16,0,17,0,17,0,17,9,15,0,17,9,15,3925,621,521,235,222,187,0,17,1,3,0,17,3093,619,88,64,54,52,34,41 +14000US36005009600,"Census Tract 96, Bronx, NY",2683,254,1307,198,168,122,534,122,0,12,530,166,0,12,43,58,32,37,22,33,10,16,1376,253,427,173,139,80,18,20,0,12,0,12,744,266,48,35,33,28,15,21 +14000US36005009800,"Census Tract 98, Bronx, NY",4824,526,1603,411,149,109,1082,411,0,12,226,212,0,12,128,111,18,22,0,12,18,22,3221,518,1930,428,346,273,0,12,12,20,0,12,847,340,86,68,56,61,30,31 +14000US36005011000,"Census Tract 110, Bronx, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36005011502,"Census Tract 115.02, Bronx, NY",4437,468,1701,374,32,28,1627,371,0,12,9,15,0,12,33,55,0,12,0,12,0,12,2736,458,296,154,272,247,0,12,0,12,43,92,1896,419,229,154,88,90,141,171 +14000US36005011700,"Census Tract 117, Bronx, NY",1586,272,559,203,10,11,549,202,0,12,0,12,0,12,0,12,0,12,0,12,0,12,1027,256,154,198,59,82,24,37,0,12,0,12,718,273,72,82,13,19,59,82 +14000US36005011800,"Census Tract 118, Bronx, NY",5400,373,3985,376,3487,361,163,100,0,17,280,122,7,16,0,17,48,36,7,15,41,36,1415,372,462,198,130,209,0,17,11,22,0,17,660,256,152,108,94,92,58,71 +14000US36005011900,"Census Tract 119, Bronx, NY",5557,511,1770,384,193,189,1475,435,19,35,11,18,0,17,37,40,35,57,0,17,35,57,3787,459,509,160,147,113,18,32,21,33,0,17,2927,491,165,100,45,44,120,88 +14000US36005012101,"Census Tract 121.01, Bronx, NY",2906,283,991,212,75,78,853,199,0,12,30,46,0,12,0,12,33,41,0,12,33,41,1915,293,357,151,108,74,5,8,0,12,0,12,1324,327,121,117,37,40,84,110 +14000US36005012102,"Census Tract 121.02, Bronx, NY",1509,190,191,110,11,13,173,109,0,12,0,12,0,12,0,12,7,11,0,12,7,11,1318,227,230,100,115,111,0,12,0,12,0,12,906,225,67,56,47,42,20,35 +14000US36005012300,"Census Tract 123, Bronx, NY",4095,518,1277,356,65,56,1159,347,4,8,35,37,0,12,0,12,14,22,0,12,14,22,2818,555,243,123,255,121,0,12,0,12,0,12,2134,563,186,124,117,95,69,81 +14000US36005012500,"Census Tract 125, Bronx, NY",4195,363,1600,320,46,38,1422,307,0,12,119,108,0,12,0,12,13,22,0,12,13,22,2595,426,337,231,33,33,25,45,0,12,0,12,1973,373,227,150,103,111,124,102 +14000US36005012701,"Census Tract 127.01, Bronx, NY",1832,289,414,206,49,35,277,183,23,37,65,56,0,12,0,12,0,12,0,12,0,12,1418,279,365,201,99,62,0,12,0,12,0,12,940,254,14,21,10,20,4,7 +14000US36005012901,"Census Tract 129.01, Bronx, NY",4147,472,1502,380,62,55,1386,354,0,12,39,55,0,12,0,12,15,22,0,12,15,22,2645,386,464,220,203,132,0,12,0,12,30,45,1875,446,73,60,41,33,32,53 +14000US36005013000,"Census Tract 130, Bronx, NY",1498,165,798,172,722,175,69,53,0,12,0,12,0,12,0,12,7,12,0,12,7,12,700,215,275,138,83,59,0,12,0,12,0,12,272,177,70,74,41,60,29,42 +14000US36005013100,"Census Tract 131, Bronx, NY",5076,522,1839,434,87,61,1697,430,0,17,8,19,0,17,18,21,29,21,15,16,14,15,3237,528,647,267,517,242,13,23,0,17,0,17,1983,465,77,55,42,44,35,37 +14000US36005013200,"Census Tract 132, Bronx, NY",7191,650,3489,744,2030,418,1320,744,0,17,139,129,0,17,0,17,0,17,0,17,0,17,3702,712,1916,510,601,428,0,17,0,17,0,17,1185,558,0,17,0,17,0,17 +14000US36005013300,"Census Tract 133, Bronx, NY",5995,561,2481,597,55,77,2078,580,87,134,229,263,0,17,32,50,0,17,0,17,0,17,3514,560,743,306,355,270,22,35,0,17,0,17,2280,567,114,94,83,82,31,50 +14000US36005013500,"Census Tract 135, Bronx, NY",3541,457,1361,329,0,12,1283,325,0,12,0,12,0,12,0,12,78,89,11,18,67,87,2180,439,561,317,223,158,12,19,0,12,130,205,1144,331,110,115,110,115,0,12 +14000US36005013800,"Census Tract 138, Bronx, NY",2597,382,1741,391,1459,389,112,110,0,12,159,181,0,12,0,12,11,17,0,12,11,17,856,258,348,137,83,129,0,12,0,12,0,12,390,190,35,53,0,12,35,53 +14000US36005014100,"Census Tract 141, Bronx, NY",5865,525,2526,341,62,78,2334,324,0,17,14,22,0,17,8,12,108,71,0,17,108,71,3339,531,417,173,343,192,28,36,0,17,0,17,2470,507,81,86,34,45,47,73 +14000US36005014300,"Census Tract 143, Bronx, NY",1399,235,699,198,25,19,641,199,16,26,0,12,0,12,0,12,17,19,0,12,17,19,700,170,36,33,304,193,23,26,0,12,0,12,337,150,0,12,0,12,0,12 +14000US36005014400,"Census Tract 144, Bronx, NY",5513,770,2001,397,125,183,1649,426,0,17,114,130,0,17,83,154,30,47,30,47,0,17,3512,704,1288,411,565,330,0,17,108,196,0,17,1405,632,146,121,56,57,90,111 +14000US36005014500,"Census Tract 145, Bronx, NY",8004,1059,3096,703,109,61,2915,706,46,70,6,12,0,17,20,25,0,17,0,17,0,17,4908,915,398,223,888,595,0,17,0,17,0,17,3376,1052,246,176,87,82,159,147 +14000US36005014701,"Census Tract 147.01, Bronx, NY",7120,642,2883,733,40,39,2672,728,0,17,3,6,0,17,0,17,168,199,0,17,168,199,4237,814,735,425,677,534,0,17,0,17,0,17,2505,834,320,353,135,163,185,285 +14000US36005014702,"Census Tract 147.02, Bronx, NY",5348,471,2119,450,54,74,2034,430,0,17,0,17,0,17,21,34,10,17,0,17,10,17,3229,428,439,170,204,153,48,81,0,17,0,17,2489,464,49,68,49,68,0,17 +14000US36005014900,"Census Tract 149, Bronx, NY",4769,455,1753,301,139,105,1577,298,0,12,0,12,0,12,16,24,21,34,0,12,21,34,3016,480,498,316,175,110,0,12,0,12,0,12,2087,504,256,181,134,128,122,122 +14000US36005015100,"Census Tract 151, Bronx, NY",5029,488,2352,451,65,53,2271,455,0,17,0,17,0,17,0,17,16,24,0,17,16,24,2677,407,366,153,165,115,0,17,0,17,0,17,2050,447,96,71,52,56,44,42 +14000US36005015200,"Census Tract 152, Bronx, NY",2586,236,1007,177,682,137,184,154,0,12,121,97,0,12,0,12,20,23,0,12,20,23,1579,240,535,173,7,11,0,12,0,12,0,12,1003,218,34,32,34,32,0,12 +14000US36005015300,"Census Tract 153, Bronx, NY",4885,460,2415,438,16,23,2288,459,0,12,111,122,0,12,0,12,0,12,0,12,0,12,2470,476,174,107,496,305,0,12,0,12,0,12,1705,418,95,84,95,84,0,12 +14000US36005015500,"Census Tract 155, Bronx, NY",2884,313,744,279,10,16,667,283,0,12,59,48,0,12,8,12,0,12,0,12,0,12,2140,296,211,143,37,49,0,12,0,12,0,12,1798,301,94,64,49,47,45,44 +14000US36005015700,"Census Tract 157, Bronx, NY",4427,459,918,287,49,50,721,285,0,12,109,144,0,12,39,65,0,12,0,12,0,12,3509,568,558,270,290,186,0,12,0,12,0,12,2611,561,50,57,37,53,13,20 +14000US36005015800,"Census Tract 158, Bronx, NY",1082,216,470,90,343,80,70,79,0,12,30,32,0,12,0,12,27,42,27,42,0,12,612,220,140,91,0,12,0,12,0,12,0,12,412,192,60,69,0,12,60,69 +14000US36005015900,"Census Tract 159, Bronx, NY",1971,259,151,87,13,14,114,80,0,12,19,23,0,12,5,9,0,12,0,12,0,12,1820,274,341,136,65,45,31,26,0,12,0,12,1346,293,37,33,37,33,0,12 +14000US36005016000,"Census Tract 160, Bronx, NY",3870,347,2238,363,1920,314,87,62,0,12,130,147,0,12,84,78,17,19,0,12,17,19,1632,435,531,242,0,12,0,12,0,12,0,12,1072,391,29,46,0,12,29,46 +14000US36005016100,"Census Tract 161, Bronx, NY",4361,379,1470,325,26,34,1444,321,0,12,0,12,0,12,0,12,0,12,0,12,0,12,2891,425,291,180,180,144,0,12,0,12,11,16,2337,439,72,63,32,37,40,51 +14000US36005016200,"Census Tract 162, Bronx, NY",1966,263,988,228,856,215,62,37,43,63,10,10,0,12,7,9,10,15,10,15,0,12,978,245,320,128,19,21,0,12,0,12,0,12,576,230,63,58,63,58,0,12 +14000US36005016300,"Census Tract 163, Bronx, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36005016400,"Census Tract 164, Bronx, NY",993,185,695,118,671,116,24,28,0,12,0,12,0,12,0,12,0,12,0,12,0,12,298,106,158,116,14,23,0,12,0,12,0,12,112,50,14,15,14,15,0,12 +14000US36005016500,"Census Tract 165, Bronx, NY",965,148,398,97,0,12,392,99,0,12,6,9,0,12,0,12,0,12,0,12,0,12,567,166,176,75,67,84,0,12,0,12,0,12,269,142,55,43,54,41,1,6 +14000US36005016600,"Census Tract 166, Bronx, NY",2364,244,837,159,586,108,53,59,0,12,120,80,0,12,55,76,23,22,0,12,23,22,1527,295,576,232,196,141,0,12,0,12,0,12,634,228,121,106,11,18,110,105 +14000US36005016700,"Census Tract 167, Bronx, NY",3625,475,1564,357,40,38,1483,353,0,12,0,12,0,12,0,12,41,33,0,12,41,33,2061,369,370,161,446,226,18,28,0,12,0,12,1127,347,100,80,80,73,20,28 +14000US36005016900,"Census Tract 169, Bronx, NY",1513,249,757,198,31,31,726,183,0,12,0,12,0,12,0,12,0,12,0,12,0,12,756,188,192,95,68,56,0,12,4,7,0,12,478,191,14,15,8,12,6,10 +14000US36005017100,"Census Tract 171, Bronx, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36005017300,"Census Tract 173, Bronx, NY",5689,516,1497,410,83,65,1204,373,0,17,154,139,0,17,0,17,56,87,0,17,56,87,4192,661,478,303,1087,724,0,17,0,17,0,17,2340,888,287,217,69,75,218,223 +14000US36005017500,"Census Tract 175, Bronx, NY",7223,602,2817,685,84,60,2163,585,365,367,18,29,0,17,93,147,94,148,0,17,94,148,4406,776,585,398,788,386,81,78,0,17,0,17,2892,743,60,84,60,84,0,17 +14000US36005017701,"Census Tract 177.01, Bronx, NY",4812,523,1689,420,42,36,1622,421,0,12,0,12,0,12,0,12,25,38,0,12,25,38,3123,566,557,302,432,399,0,12,0,12,0,12,2128,573,6,16,6,16,0,12 +14000US36005017702,"Census Tract 177.02, Bronx, NY",5786,675,2187,435,79,51,1798,395,0,17,114,133,0,17,48,77,148,124,0,17,148,124,3599,698,585,324,316,151,0,17,14,22,0,17,2526,693,158,162,140,160,18,21 +14000US36005017901,"Census Tract 179.01, Bronx, NY",5006,548,1432,424,20,31,1110,225,226,328,76,75,0,17,0,17,0,17,0,17,0,17,3574,459,598,312,395,208,71,93,0,17,0,17,2404,534,106,106,91,105,15,17 +14000US36005017902,"Census Tract 179.02, Bronx, NY",3701,388,1159,264,20,30,1051,261,0,12,21,35,0,12,56,87,11,17,11,17,0,12,2542,402,465,317,123,112,41,63,0,12,0,12,1860,471,53,83,0,12,53,83 +14000US36005018101,"Census Tract 181.01, Bronx, NY",3107,386,1217,283,4,5,1120,290,51,80,0,12,0,12,15,24,27,25,0,12,27,25,1890,359,153,113,359,238,34,58,0,12,0,12,1336,314,8,14,8,14,0,12 +14000US36005018102,"Census Tract 181.02, Bronx, NY",5791,481,2565,410,98,66,2153,416,0,17,206,152,0,17,65,89,43,45,0,17,43,45,3226,432,738,341,306,193,0,17,0,17,0,17,2171,582,11,16,0,17,11,16 +14000US36005018301,"Census Tract 183.01, Bronx, NY",4022,374,1527,216,106,66,1284,202,0,12,90,60,0,12,47,36,0,12,0,12,0,12,2495,357,288,128,198,127,9,13,0,12,0,12,1843,408,157,118,39,38,118,111 +14000US36005018302,"Census Tract 183.02, Bronx, NY",3814,397,1355,295,73,103,1218,287,0,12,22,25,0,12,0,12,42,52,0,12,42,52,2459,423,329,220,58,73,0,12,0,12,0,12,1971,428,101,86,22,23,79,85 +14000US36005018400,"Census Tract 184, Bronx, NY",4018,371,2109,295,1990,257,41,39,0,12,52,86,19,32,7,11,0,12,0,12,0,12,1909,355,744,319,56,46,0,12,0,12,0,12,1008,346,101,94,19,30,82,90 +14000US36005018500,"Census Tract 185, Bronx, NY",8625,838,4020,760,54,43,3811,767,0,17,0,17,0,17,12,18,143,115,0,17,143,115,4605,732,702,454,609,405,160,210,0,17,0,17,2916,718,218,147,124,100,94,105 +14000US36005018900,"Census Tract 189, Bronx, NY",8259,722,2951,542,487,337,2346,463,0,17,13,21,0,17,44,70,61,80,0,17,61,80,5308,695,998,460,189,132,16,26,33,53,0,17,3972,706,100,114,36,42,64,105 +14000US36005019300,"Census Tract 193, Bronx, NY",5942,529,2130,551,41,44,1940,535,26,38,86,111,0,17,37,61,0,17,0,17,0,17,3812,657,599,339,800,409,0,17,0,17,0,17,2330,650,83,82,83,82,0,17 +14000US36005019400,"Census Tract 194, Bronx, NY",2334,228,812,166,383,129,239,132,51,67,69,68,3,14,0,12,67,76,0,12,67,76,1522,238,486,228,0,12,0,12,0,12,0,12,931,263,105,118,0,12,105,118 +14000US36005019500,"Census Tract 195, Bronx, NY",7418,689,2723,591,106,66,2251,514,5,11,0,17,0,17,42,47,319,335,108,163,211,282,4695,590,919,384,680,347,0,17,15,23,0,17,2754,537,327,261,109,95,218,245 +14000US36005019700,"Census Tract 197, Bronx, NY",7165,733,2003,408,90,97,1397,400,0,17,470,179,0,17,23,39,23,38,23,38,0,17,5162,860,883,457,382,255,56,90,0,17,0,17,3738,893,103,108,12,22,91,108 +14000US36005019900,"Census Tract 199, Bronx, NY",8462,739,2713,580,216,174,2445,599,0,17,0,17,0,17,0,17,52,64,0,17,52,64,5749,589,1301,556,489,238,0,17,0,17,0,17,3456,576,503,353,75,106,428,339 +14000US36005020000,"Census Tract 200, Bronx, NY",4548,440,1872,404,137,69,365,255,0,12,1147,289,17,31,26,24,180,199,173,205,7,17,2676,454,418,146,146,120,52,55,0,12,0,12,1880,433,180,131,39,46,141,115 +14000US36005020100,"Census Tract 201, Bronx, NY",4254,363,1475,345,172,159,1285,319,0,12,18,27,0,12,0,12,0,12,0,12,0,12,2779,362,391,205,302,211,0,12,0,12,0,12,2005,390,81,87,33,38,48,75 +14000US36005020200,"Census Tract 202, Bronx, NY",2252,212,795,177,166,78,251,84,0,12,312,149,0,12,5,8,61,61,45,59,16,21,1457,212,385,144,91,68,7,11,0,12,0,12,892,208,82,65,9,14,73,64 +14000US36005020400,"Census Tract 204, Bronx, NY",3091,373,1080,316,224,157,252,178,0,12,556,267,0,12,36,46,12,19,0,12,12,19,2011,390,508,276,88,68,0,12,0,12,0,12,1225,286,190,180,42,54,148,174 +14000US36005020501,"Census Tract 205.01, Bronx, NY",7041,523,1879,524,75,92,1760,523,0,17,23,28,0,17,0,17,21,33,0,17,21,33,5162,618,405,204,314,262,39,44,0,17,0,17,4093,585,311,180,217,150,94,104 +14000US36005020502,"Census Tract 205.02, Bronx, NY",2163,215,666,118,28,22,627,122,0,12,6,8,0,12,0,12,5,7,0,12,5,7,1497,208,93,56,153,93,0,12,0,12,0,12,1181,236,70,44,47,43,23,21 +14000US36005020601,"Census Tract 206.01, Bronx, NY",2336,465,1081,289,136,104,195,106,0,12,650,241,0,12,59,58,41,187,0,12,41,187,1255,500,391,211,41,37,0,12,0,12,0,12,774,459,49,64,9,14,40,63 +14000US36005020900,"Census Tract 209, Bronx, NY",4499,508,1812,381,134,114,1667,367,0,12,0,12,0,12,11,16,0,12,0,12,0,12,2687,519,348,177,212,129,0,12,0,12,0,12,2007,572,120,96,28,31,92,99 +14000US36005021001,"Census Tract 210.01, Bronx, NY",8825,571,5210,572,193,82,4138,630,57,88,648,251,0,17,73,76,101,85,18,28,83,80,3615,618,822,336,569,294,30,46,31,52,19,31,1739,559,405,209,254,135,151,171 +14000US36005021002,"Census Tract 210.02, Bronx, NY",7710,604,5183,661,68,49,3694,638,0,17,1292,430,0,17,11,18,118,91,23,38,95,80,2527,475,888,429,429,209,0,17,0,17,0,17,940,405,270,169,175,152,95,82 +14000US36005021100,"Census Tract 211, Bronx, NY",5138,385,1966,354,13,16,1891,344,0,17,27,33,0,17,15,17,20,30,0,17,20,30,3172,377,242,139,349,174,19,30,5,8,0,17,2344,379,213,149,37,39,176,135 +14000US36005021200,"Census Tract 212, Bronx, NY",4960,499,3238,373,54,51,2071,343,0,12,1014,289,0,12,12,18,87,82,0,12,87,82,1722,332,668,301,115,68,47,73,0,12,0,12,756,330,136,118,99,110,37,44 +14000US36005021301,"Census Tract 213.01, Bronx, NY",1361,143,295,158,72,68,210,137,0,12,0,12,13,21,0,12,0,12,0,12,0,12,1066,189,119,96,111,82,38,57,0,12,0,12,781,166,17,26,17,26,0,12 +14000US36005021302,"Census Tract 213.02, Bronx, NY",6040,869,2663,1005,28,39,2594,1013,0,17,41,61,0,17,0,17,0,17,0,17,0,17,3377,779,432,251,591,367,0,17,0,17,44,69,2198,712,112,93,52,64,60,63 +14000US36005021501,"Census Tract 215.01, Bronx, NY",4716,344,1100,292,55,60,1045,293,0,12,0,12,0,12,0,12,0,12,0,12,0,12,3616,290,373,146,393,231,5,9,0,12,0,12,2710,383,135,110,107,101,28,46 +14000US36005021502,"Census Tract 215.02, Bronx, NY",6349,421,1600,300,24,32,1507,281,0,17,0,17,0,17,14,16,55,56,0,17,55,56,4749,499,308,168,247,204,13,22,0,17,0,17,4159,505,22,37,22,37,0,17 +14000US36005021601,"Census Tract 216.01, Bronx, NY",4356,396,1623,311,236,152,1059,279,0,12,137,123,0,12,106,119,85,97,8,11,77,98,2733,420,672,378,330,175,48,79,0,12,0,12,1622,474,61,73,61,73,0,12 +14000US36005021602,"Census Tract 216.02, Bronx, NY",5635,621,3428,442,68,51,1958,321,56,85,1096,490,0,17,0,17,250,258,24,38,226,257,2207,527,1153,369,113,85,0,17,0,17,0,17,786,514,155,99,0,17,155,99 +14000US36005021700,"Census Tract 217, Bronx, NY",5147,535,2640,455,87,53,2469,432,32,37,43,48,0,17,9,13,0,17,0,17,0,17,2507,454,307,198,229,155,0,17,0,17,0,17,1760,379,211,170,88,98,123,141 +14000US36005021800,"Census Tract 218, Bronx, NY",7017,834,2277,809,204,170,1907,779,0,17,166,154,0,17,0,17,0,17,0,17,0,17,4740,688,1023,405,646,356,0,17,0,17,0,17,3037,685,34,39,0,17,34,39 +14000US36005021900,"Census Tract 219, Bronx, NY",1045,187,79,38,19,15,44,28,6,11,10,11,0,12,0,12,0,12,0,12,0,12,966,199,86,64,77,58,0,12,0,12,0,12,779,196,24,26,24,26,0,12 +14000US36005022000,"Census Tract 220, Bronx, NY",2243,361,705,223,45,40,476,169,0,12,175,151,0,12,0,12,9,21,0,12,9,21,1538,275,195,130,69,57,0,12,0,12,1,5,1248,276,25,25,19,23,6,9 +14000US36005022101,"Census Tract 221.01, Bronx, NY",3896,322,815,315,6,11,536,249,0,12,213,199,0,12,20,25,40,48,16,27,24,41,3081,436,279,241,99,90,0,12,27,45,0,12,2465,398,211,167,40,50,171,169 +14000US36005022102,"Census Tract 221.02, Bronx, NY",5528,593,1015,550,7,11,798,524,0,17,48,47,0,17,120,194,42,50,0,17,42,50,4513,530,696,369,213,166,55,70,0,17,114,210,3171,557,264,209,111,107,153,177 +14000US36005022200,"Census Tract 222, Bronx, NY",3242,432,1707,336,238,105,380,183,99,151,864,290,0,12,56,47,70,71,0,12,70,71,1535,358,385,167,32,52,11,17,18,22,0,12,1012,336,77,61,48,52,29,32 +14000US36005022300,"Census Tract 223, Bronx, NY",5078,421,1001,249,55,74,691,189,40,61,9,14,0,17,15,18,191,155,14,23,177,151,4077,483,593,252,138,71,0,17,0,17,0,17,2835,529,511,281,280,198,231,175 +14000US36005022401,"Census Tract 224.01, Bronx, NY",2637,314,903,237,198,80,496,214,0,12,143,111,0,12,58,88,8,13,0,12,8,13,1734,362,205,111,12,25,0,12,0,12,0,12,1453,376,64,52,38,34,26,41 +14000US36005022403,"Census Tract 224.03, Bronx, NY",3374,275,1327,297,592,213,642,241,0,12,27,40,0,12,10,17,56,63,8,12,48,63,2047,377,266,125,127,114,31,46,0,12,0,12,1477,369,146,104,66,59,80,84 +14000US36005022404,"Census Tract 224.04, Bronx, NY",4209,359,2022,257,876,163,887,234,9,24,204,92,0,12,13,20,33,26,9,15,24,24,2187,332,409,182,178,122,70,74,0,12,0,12,1409,348,121,85,63,60,58,44 +14000US36005022500,"Census Tract 225, Bronx, NY",8271,702,1956,455,148,107,1659,454,0,17,149,159,0,17,0,17,0,17,0,17,0,17,6315,690,758,314,854,418,0,17,12,20,0,17,4248,848,443,259,333,244,110,120 +14000US36005022701,"Census Tract 227.01, Bronx, NY",5194,467,2098,432,53,41,1943,460,0,17,102,105,0,17,0,17,0,17,0,17,0,17,3096,386,551,263,164,128,32,51,0,17,0,17,2224,400,125,104,66,58,59,83 +14000US36005022702,"Census Tract 227.02, Bronx, NY",1617,149,497,103,0,12,355,121,12,27,92,87,0,12,28,44,10,12,5,9,5,8,1120,164,250,115,39,42,12,18,0,12,0,12,810,152,9,13,9,13,0,12 +14000US36005022703,"Census Tract 227.03, Bronx, NY",1736,198,490,138,48,35,315,140,0,12,113,70,0,12,6,9,8,11,0,12,8,11,1246,220,235,136,158,129,0,12,0,12,0,12,760,297,93,86,0,12,93,86 +14000US36005022800,"Census Tract 228, Bronx, NY",6096,668,3154,636,1086,306,995,435,0,17,760,288,0,17,0,17,313,394,42,78,271,411,2942,627,726,389,258,189,0,17,0,17,0,17,1880,617,78,103,15,26,63,99 +14000US36005022901,"Census Tract 229.01, Bronx, NY",5866,460,2380,374,134,183,1902,406,36,52,65,43,27,46,42,68,174,141,64,80,110,118,3486,448,549,241,931,403,0,17,0,17,0,17,1866,432,140,102,46,73,94,72 +14000US36005022902,"Census Tract 229.02, Bronx, NY",3578,471,956,402,38,37,776,312,0,12,20,24,0,12,15,26,107,201,0,12,107,201,2622,457,525,288,257,175,0,12,0,12,0,12,1771,412,69,75,60,75,9,15 +14000US36005023000,"Census Tract 230, Bronx, NY",2832,362,1231,306,616,207,358,177,0,12,191,126,0,12,0,12,66,57,15,22,51,52,1601,424,118,89,0,12,127,104,0,12,0,12,1331,393,25,33,25,33,0,12 +14000US36005023100,"Census Tract 231, Bronx, NY",1602,198,726,115,62,39,664,114,0,12,0,12,0,12,0,12,0,12,0,12,0,12,876,172,391,179,22,24,0,12,0,12,0,12,459,148,4,7,4,7,0,12 +14000US36005023200,"Census Tract 232, Bronx, NY",2711,274,1140,195,700,171,255,139,14,23,106,68,0,12,25,27,40,43,0,12,40,43,1571,266,265,102,78,67,18,27,0,12,0,12,1182,265,28,32,7,9,21,30 +14000US36005023301,"Census Tract 233.01, Bronx, NY",3804,409,1252,302,0,12,1180,320,0,12,60,52,0,12,0,12,12,15,0,12,12,15,2552,480,348,185,78,84,36,43,0,12,0,12,2029,408,61,51,28,33,33,39 +14000US36005023302,"Census Tract 233.02, Bronx, NY",3627,375,643,189,66,68,497,154,0,12,80,86,0,12,0,12,0,12,0,12,0,12,2984,399,828,284,455,228,22,29,0,12,0,12,1637,468,42,63,42,63,0,12 +14000US36005023501,"Census Tract 235.01, Bronx, NY",3182,360,194,111,25,30,132,111,0,12,17,19,0,12,16,31,4,7,0,12,4,7,2988,378,493,254,138,117,9,15,0,12,0,12,2300,466,48,63,48,63,0,12 +14000US36005023502,"Census Tract 235.02, Bronx, NY",4180,455,670,192,31,36,591,200,0,12,48,46,0,12,0,12,0,12,0,12,0,12,3510,477,936,369,545,242,9,15,16,26,0,12,1935,455,69,53,27,34,42,45 +14000US36005023600,"Census Tract 236, Bronx, NY",1904,253,901,249,612,223,178,110,0,12,110,84,0,12,0,12,1,2,0,12,1,2,1003,229,122,75,67,61,0,12,0,12,0,12,727,237,87,88,61,79,26,37 +14000US36005023702,"Census Tract 237.02, Bronx, NY",1143,185,243,93,11,16,229,91,0,12,3,5,0,12,0,12,0,12,0,12,0,12,900,160,99,66,23,24,0,12,0,12,0,12,778,133,0,12,0,12,0,12 +14000US36005023703,"Census Tract 237.03, Bronx, NY",5527,530,1146,246,94,55,1001,243,0,17,19,34,0,17,22,35,10,15,0,17,10,15,4381,565,462,254,481,275,23,27,0,17,0,17,3301,631,114,85,99,81,15,25 +14000US36005023704,"Census Tract 237.04, Bronx, NY",3944,384,886,359,24,26,816,359,0,12,8,13,0,12,26,38,12,24,0,12,12,24,3058,387,53,48,134,132,0,12,0,12,0,12,2839,418,32,27,12,15,20,23 +14000US36005023800,"Census Tract 238, Bronx, NY",2288,310,1100,238,360,118,464,196,0,12,214,113,0,12,0,12,62,53,20,29,42,45,1188,270,167,76,37,41,13,19,7,12,0,12,873,250,91,63,15,13,76,60 +14000US36005023900,"Census Tract 239, Bronx, NY",7684,660,2078,456,0,17,1688,560,0,17,77,102,0,17,0,17,313,273,0,17,313,273,5606,648,672,431,576,359,0,17,0,17,0,17,4321,768,37,58,2,5,35,58 +14000US36005024000,"Census Tract 240, Bronx, NY",4234,553,1464,466,339,228,989,373,0,12,72,64,0,12,44,68,20,32,0,12,20,32,2770,483,425,241,124,114,0,12,0,12,0,12,2117,503,104,104,87,100,17,30 +14000US36005024100,"Census Tract 241, Bronx, NY",6635,576,2051,323,191,144,1809,292,0,17,28,44,0,17,0,17,23,47,0,17,23,47,4584,573,485,175,453,223,16,27,0,17,0,17,3608,572,22,22,4,8,18,20 +14000US36005024300,"Census Tract 243, Bronx, NY",5630,450,1708,340,55,42,1560,341,0,17,57,72,0,17,23,25,13,23,0,17,13,23,3922,510,398,157,208,151,52,83,1,2,0,17,3226,567,37,38,13,21,24,31 +14000US36005024400,"Census Tract 244, Bronx, NY",2277,224,1008,143,815,134,134,84,9,15,50,37,0,12,0,12,0,12,0,12,0,12,1269,250,158,94,8,11,0,12,0,12,0,12,1008,299,95,103,7,11,88,101 +14000US36005024501,"Census Tract 245.01, Bronx, NY",5009,511,1054,371,44,49,906,365,0,17,54,84,0,17,50,54,0,17,0,17,0,17,3955,611,244,152,258,148,0,17,0,17,0,17,3360,650,93,103,32,38,61,97 +14000US36005024502,"Census Tract 245.02, Bronx, NY",3752,391,916,204,22,25,893,206,0,12,0,12,0,12,0,12,1,3,0,12,1,3,2836,406,466,250,298,196,89,107,0,12,0,12,1982,395,1,3,1,3,0,12 +14000US36005024600,"Census Tract 246, Bronx, NY",2082,278,1270,249,875,168,103,66,0,12,292,179,0,12,0,12,0,12,0,12,0,12,812,250,126,89,38,40,0,12,0,12,0,12,643,244,5,9,5,9,0,12 +14000US36005024700,"Census Tract 247, Bronx, NY",2037,212,937,160,25,20,898,161,0,12,6,9,0,12,0,12,8,12,0,12,8,12,1100,230,68,55,134,140,4,7,0,12,0,12,827,198,67,68,61,67,6,10 +14000US36005024800,"Census Tract 248, Bronx, NY",3053,318,2215,317,1537,274,378,289,17,27,275,150,0,12,0,12,8,12,0,12,8,12,838,272,268,121,43,45,19,28,55,84,0,12,431,229,22,26,11,18,11,17 +14000US36005024900,"Census Tract 249, Bronx, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36005025000,"Census Tract 250, Bronx, NY",2582,290,1736,366,1302,339,43,67,28,47,363,169,0,12,0,12,0,12,0,12,0,12,846,285,244,179,0,12,0,12,0,12,0,12,467,216,135,125,135,125,0,12 +14000US36005025100,"Census Tract 251, Bronx, NY",6636,752,1888,467,54,62,1202,399,0,17,632,296,0,17,0,17,0,17,0,17,0,17,4748,809,539,338,90,81,0,17,0,17,0,17,3952,837,167,172,78,129,89,121 +14000US36005025200,"Census Tract 252, Bronx, NY",2711,237,1680,237,1115,206,110,110,0,12,371,160,0,12,0,12,84,111,0,12,84,111,1031,254,214,145,68,70,69,86,0,12,0,12,581,232,99,72,38,33,61,64 +14000US36005025300,"Census Tract 253, Bronx, NY",6314,505,1416,210,22,24,929,214,66,82,206,107,0,17,85,98,108,141,9,46,99,137,4898,511,609,279,242,171,29,47,0,17,8,15,3880,575,130,83,88,64,42,43 +14000US36005025400,"Census Tract 254, Bronx, NY",2097,196,1573,216,1209,228,90,57,0,12,221,85,0,12,30,33,23,16,11,12,12,14,524,162,292,136,65,69,26,42,0,12,4,6,84,76,53,45,6,9,47,44 +14000US36005025500,"Census Tract 255, Bronx, NY",6905,784,1034,358,203,216,787,323,17,31,0,17,0,17,0,17,27,45,0,17,27,45,5871,816,838,411,199,188,117,133,0,17,0,17,4435,935,282,217,88,84,194,208 +14000US36005025600,"Census Tract 256, Bronx, NY",1688,268,855,202,361,171,280,134,0,12,183,110,0,12,0,12,31,30,17,26,14,16,833,263,366,145,88,90,0,12,5,10,0,12,310,256,64,70,10,15,54,70 +14000US36005025700,"Census Tract 257, Bronx, NY",1969,338,342,131,36,39,267,103,0,12,6,8,0,12,26,37,7,11,0,12,7,11,1627,308,173,98,93,67,14,20,0,12,0,12,1302,325,45,48,32,44,13,18 +14000US36005026100,"Census Tract 261, Bronx, NY",1950,171,1144,153,76,33,983,138,0,12,53,34,0,12,0,12,32,22,0,12,32,22,806,183,169,83,106,59,3,5,0,12,0,12,434,192,94,45,58,37,36,28 +14000US36005026300,"Census Tract 263, Bronx, NY",6015,776,1750,444,550,274,957,352,181,138,0,17,0,17,27,35,35,41,0,17,35,41,4265,639,732,317,313,238,36,67,0,17,0,17,2920,646,264,231,15,26,249,229 +14000US36005026400,"Census Tract 264, Bronx, NY",5398,698,2588,458,1732,366,420,394,0,17,372,222,0,17,16,25,48,56,0,17,48,56,2810,665,769,347,17,28,0,17,100,136,0,17,1715,593,209,219,162,211,47,59 +14000US36005026500,"Census Tract 265, Bronx, NY",7615,916,1666,501,259,204,813,422,0,17,329,221,0,17,187,240,78,82,47,72,31,36,5949,1008,733,409,133,99,0,17,44,73,0,17,4894,1128,145,155,96,147,49,53 +14000US36005026601,"Census Tract 266.01, Bronx, NY",3352,367,1518,292,1133,299,128,99,0,12,211,178,0,12,15,20,31,31,0,12,31,31,1834,384,689,300,84,90,0,12,9,14,0,12,936,356,116,146,112,146,4,7 +14000US36005026602,"Census Tract 266.02, Bronx, NY",5207,541,2558,378,1883,357,469,217,0,17,110,63,0,17,0,17,96,95,47,73,49,55,2649,512,1114,435,22,34,55,91,0,17,0,17,1301,434,157,115,100,105,57,51 +14000US36005026701,"Census Tract 267.01, Bronx, NY",4237,433,1187,280,71,57,439,166,0,12,609,242,0,12,15,24,53,83,0,12,53,83,3050,474,214,108,362,187,87,100,0,12,0,12,2156,446,231,223,128,151,103,156 +14000US36005026702,"Census Tract 267.02, Bronx, NY",7221,753,1375,405,223,117,985,365,0,17,24,38,0,17,0,17,143,209,128,207,15,24,5846,773,882,461,432,411,12,22,0,17,0,17,4472,855,48,47,30,37,18,29 +14000US36005026900,"Census Tract 269, Bronx, NY",3364,316,792,272,28,28,535,227,0,12,149,138,0,12,12,33,68,94,11,18,57,91,2572,379,404,182,125,93,41,49,0,12,0,12,1957,356,45,43,45,43,0,12 +14000US36005027300,"Census Tract 273, Bronx, NY",7895,795,2159,771,238,118,1628,756,0,17,135,149,0,17,0,17,158,147,0,17,158,147,5736,845,1009,490,610,359,23,37,0,17,0,17,3554,870,540,444,49,77,491,434 +14000US36005027401,"Census Tract 274.01, Bronx, NY",4829,522,3463,610,3329,553,82,117,0,12,52,60,0,12,0,12,0,12,0,12,0,12,1366,422,711,294,0,12,0,12,0,12,0,12,473,241,182,162,160,160,22,32 +14000US36005027402,"Census Tract 274.02, Bronx, NY",3450,307,2610,255,2424,268,34,36,0,12,54,40,0,12,58,83,40,42,20,29,20,31,840,270,381,238,10,18,0,12,0,12,0,12,427,172,22,25,4,9,18,23 +14000US36005027600,"Census Tract 276, Bronx, NY",4,7,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,4,7,4,7,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36005027700,"Census Tract 277, Bronx, NY",4883,531,1264,342,470,279,461,138,81,92,149,122,0,12,60,66,43,48,0,12,43,48,3619,529,588,214,240,138,57,92,0,12,0,12,2468,621,266,132,206,147,60,62 +14000US36005027900,"Census Tract 279, Bronx, NY",7035,779,2349,436,1116,259,783,280,0,17,386,104,0,17,18,23,46,46,0,17,46,46,4686,789,1232,543,161,123,8,16,0,17,23,39,2980,763,282,163,116,99,166,156 +14000US36005028100,"Census Tract 281, Bronx, NY",4236,436,2308,400,1241,253,829,356,0,12,105,93,28,44,49,47,56,56,0,12,56,56,1928,333,792,319,107,83,0,12,14,21,0,12,907,360,108,94,9,15,99,93 +14000US36005028300,"Census Tract 283, Bronx, NY",2618,294,1043,258,283,159,743,258,0,12,0,12,0,12,0,12,17,26,0,12,17,26,1575,360,465,217,151,191,0,12,1,3,0,12,849,289,109,84,109,84,0,12 +14000US36005028400,"Census Tract 284, Bronx, NY",598,379,424,294,220,111,179,185,0,12,0,12,0,12,0,12,25,35,0,12,25,35,174,141,25,38,0,12,0,12,0,12,0,12,149,131,0,12,0,12,0,12 +14000US36005028500,"Census Tract 285, Bronx, NY",3527,281,2327,297,1705,268,107,71,0,12,461,221,0,12,14,23,40,53,0,12,40,53,1200,270,598,231,107,83,13,20,0,12,0,12,304,127,178,133,77,77,101,109 +14000US36005028600,"Census Tract 286, Bronx, NY",1116,163,828,138,560,136,14,19,0,12,226,147,0,12,0,12,28,40,28,40,0,12,288,117,139,70,7,10,0,12,0,12,0,12,136,86,6,9,6,9,0,12 +14000US36005028700,"Census Tract 287, Bronx, NY",3000,328,1301,237,848,246,283,173,0,12,158,85,0,12,0,12,12,19,0,12,12,19,1699,346,314,165,138,123,40,49,71,80,0,12,1044,364,92,82,35,41,57,70 +14000US36005028800,"Census Tract 288, Bronx, NY",3288,385,2697,376,2078,470,256,248,0,12,363,292,0,12,0,12,0,12,0,12,0,12,591,127,155,114,0,12,0,12,24,36,0,12,211,155,201,194,87,132,114,158 +14000US36005028900,"Census Tract 289, Bronx, NY",4773,461,1369,340,783,155,180,112,0,12,155,130,0,12,192,232,59,44,0,12,59,44,3404,542,1483,549,207,220,0,12,0,12,0,12,1473,380,241,273,205,251,36,43 +14000US36005029301,"Census Tract 293.01, Bronx, NY",1842,160,1544,132,1332,118,96,53,0,12,28,16,0,12,0,12,88,53,0,12,88,53,298,85,105,43,19,29,0,12,0,12,0,12,138,63,36,27,19,20,17,21 +14000US36005029302,"Census Tract 293.02, Bronx, NY",5767,442,4145,302,3541,372,360,172,0,17,100,75,0,17,20,31,124,101,0,17,124,101,1622,479,261,222,88,117,0,17,0,17,0,17,666,455,607,390,331,272,276,184 +14000US36005029500,"Census Tract 295, Bronx, NY",4649,448,3646,420,2649,505,530,287,0,12,348,215,0,12,31,36,88,86,0,12,88,86,1003,409,248,147,49,47,0,12,0,12,0,12,423,193,283,251,196,201,87,105 +14000US36005029600,"Census Tract 296, Bronx, NY",1592,177,1028,220,323,126,229,96,0,12,471,185,0,12,0,12,5,7,0,12,5,7,564,126,232,84,37,35,14,20,24,32,0,12,214,119,43,34,43,34,0,12 +14000US36005029700,"Census Tract 297, Bronx, NY",3727,271,2877,252,2416,284,185,82,0,12,216,114,0,12,0,12,60,42,0,12,60,42,850,157,439,161,35,31,0,12,0,12,0,12,301,156,75,55,1,16,74,53 +14000US36005030000,"Census Tract 300, Bronx, NY",6003,666,2476,377,1651,365,440,229,0,17,354,164,0,17,0,17,31,49,0,17,31,49,3527,769,1033,460,163,177,17,28,0,17,0,17,2223,771,91,124,53,84,38,61 +14000US36005030100,"Census Tract 301, Bronx, NY",1392,198,921,160,746,173,86,59,0,12,56,32,0,12,0,12,33,32,0,12,33,32,471,125,123,72,26,42,0,12,0,12,0,12,267,118,55,53,20,20,35,44 +14000US36005030200,"Census Tract 302, Bronx, NY",9213,1064,7229,987,477,250,5729,685,0,17,135,147,0,17,686,776,202,216,119,189,83,92,1984,409,581,344,430,266,0,17,0,17,0,17,973,404,0,17,0,17,0,17 +14000US36005030701,"Census Tract 307.01, Bronx, NY",5617,430,4845,419,4077,414,475,317,0,17,138,97,0,17,37,53,118,110,0,17,118,110,772,243,317,197,126,153,0,17,0,17,0,17,329,265,0,17,0,17,0,17 +14000US36005030900,"Census Tract 309, Bronx, NY",3703,416,3033,415,2633,376,194,90,11,19,145,85,0,12,0,12,50,52,0,12,50,52,670,272,444,229,110,124,0,12,0,12,0,12,102,72,14,20,14,20,0,12 +14000US36005031000,"Census Tract 310, Bronx, NY",4776,492,3237,363,1632,265,1009,332,0,12,505,227,0,12,0,12,91,78,11,18,80,71,1539,420,504,223,105,101,191,265,0,12,0,12,688,397,51,58,17,29,34,50 +14000US36005031200,"Census Tract 312, Bronx, NY",1598,214,1308,187,576,124,472,236,0,12,194,123,0,12,7,11,59,47,15,21,44,34,290,76,171,96,38,54,0,12,27,24,0,12,39,33,15,23,0,12,15,23 +14000US36005031400,"Census Tract 314, Bronx, NY",2209,223,1485,191,883,154,266,134,0,12,256,125,0,12,70,97,10,15,0,12,10,15,724,172,179,88,45,31,0,12,0,12,0,12,500,171,0,12,0,12,0,12 +14000US36005031600,"Census Tract 316, Bronx, NY",1910,215,1008,231,644,198,89,54,0,12,233,157,0,12,34,54,8,12,0,12,8,12,902,215,266,130,92,98,0,12,0,12,0,12,470,204,74,52,36,45,38,29 +14000US36005031800,"Census Tract 318, Bronx, NY",1987,290,1262,267,654,165,429,277,0,12,179,107,0,12,0,12,0,12,0,12,0,12,725,234,323,172,74,53,29,41,0,12,63,96,227,137,9,14,0,12,9,14 +14000US36005031900,"Census Tract 319, Bronx, NY",636,196,482,134,334,125,96,51,0,12,42,34,0,12,0,12,10,15,4,9,6,13,154,115,66,44,15,24,0,12,0,12,0,12,46,62,27,29,18,26,9,12 +14000US36005032300,"Census Tract 323, Bronx, NY",4400,378,3799,366,2637,340,525,234,0,12,370,220,0,12,187,237,80,54,0,12,80,54,601,208,360,224,83,82,0,12,20,32,0,12,64,60,74,76,12,15,62,75 +14000US36005032400,"Census Tract 324, Bronx, NY",3696,420,1411,292,344,207,769,267,0,12,118,144,0,12,167,186,13,20,0,12,13,20,2285,470,401,254,124,86,0,12,0,12,0,12,1675,581,85,77,41,59,44,57 +14000US36005032600,"Census Tract 326, Bronx, NY",3859,498,2733,349,1501,344,422,223,5,10,765,301,0,12,0,12,40,45,0,12,40,45,1126,453,215,156,56,76,0,12,0,12,0,12,726,381,129,225,95,207,34,54 +14000US36005032800,"Census Tract 328, Bronx, NY",3982,362,1691,323,592,250,695,260,0,12,345,218,0,12,0,12,59,85,0,12,59,85,2291,392,427,189,55,53,56,59,0,12,0,12,1550,498,203,161,175,155,28,32 +14000US36005033000,"Census Tract 330, Bronx, NY",5885,693,3130,672,2277,760,746,338,0,17,0,17,0,17,107,89,0,17,0,17,0,17,2755,795,664,321,151,156,0,17,0,17,0,17,1940,810,0,17,0,17,0,17 +14000US36005033201,"Census Tract 332.01, Bronx, NY",5305,754,1565,230,853,204,508,155,0,17,73,61,0,17,48,56,83,79,40,61,43,53,3740,797,1361,693,277,208,0,17,29,46,0,17,1968,583,105,78,18,23,87,72 +14000US36005033202,"Census Tract 332.02, Bronx, NY",4218,493,1892,340,692,242,1078,200,33,46,36,38,0,12,0,12,53,54,9,17,44,49,2326,513,751,182,216,105,0,12,0,12,0,12,1104,526,255,180,35,44,220,174 +14000US36005033400,"Census Tract 334, Bronx, NY",72,33,61,34,4,7,57,37,0,12,0,12,0,12,0,12,0,12,0,12,0,12,11,14,8,10,1,3,0,12,0,12,0,12,2,4,0,12,0,12,0,12 +14000US36005033500,"Census Tract 335, Bronx, NY",2011,251,1736,237,1438,236,136,55,0,12,113,77,0,12,7,12,42,49,0,12,42,49,275,93,139,70,7,11,0,12,0,12,0,12,73,45,56,34,7,11,49,32 +14000US36005033600,"Census Tract 336, Bronx, NY",6697,725,3130,570,234,153,2743,536,0,17,125,111,0,17,28,48,0,17,0,17,0,17,3567,763,1370,627,227,172,24,37,32,51,0,17,1824,658,90,114,61,106,29,43 +14000US36005033700,"Census Tract 337, Bronx, NY",2381,224,1875,185,1467,205,179,89,0,12,201,105,0,12,0,12,28,22,0,12,28,22,506,156,153,66,33,30,6,10,0,12,0,12,211,127,103,84,80,80,23,27 +14000US36005033800,"Census Tract 338, Bronx, NY",4176,472,2190,524,232,187,1568,486,0,12,340,149,0,12,28,52,22,35,0,12,22,35,1986,442,464,219,60,50,44,61,0,12,0,12,1271,448,147,118,26,44,121,110 +14000US36005034000,"Census Tract 340, Bronx, NY",5464,683,2767,780,244,159,2175,780,74,113,125,104,0,17,71,110,78,85,0,17,78,85,2697,575,756,343,156,194,42,50,0,17,43,70,1363,453,337,220,104,100,233,197 +14000US36005034200,"Census Tract 342, Bronx, NY",1982,263,1197,216,125,90,920,215,0,12,105,98,0,12,41,45,6,9,0,12,6,9,785,278,273,171,0,12,56,82,0,12,0,12,434,251,22,24,14,22,8,12 +14000US36005034300,"Census Tract 343, Bronx, NY",1680,172,939,134,601,106,316,121,0,12,3,10,0,12,12,22,7,10,0,12,7,10,741,145,236,125,36,36,0,12,0,12,0,12,409,146,60,47,54,44,6,9 +14000US36005034400,"Census Tract 344, Bronx, NY",2127,334,1195,313,101,61,726,200,0,12,286,205,0,12,82,122,0,12,0,12,0,12,932,322,179,108,30,30,29,37,27,41,0,12,573,310,94,63,60,53,34,40 +14000US36005034500,"Census Tract 345, Bronx, NY",3357,388,2199,264,1690,285,266,116,0,12,193,95,0,12,0,12,50,44,0,12,50,44,1158,326,245,214,75,72,0,12,12,19,0,12,713,288,113,70,59,54,54,44 +14000US36005034800,"Census Tract 348, Bronx, NY",6318,815,3344,628,167,86,2956,620,0,17,157,172,0,17,0,17,64,105,0,17,64,105,2974,634,1042,579,79,68,0,17,0,17,0,17,1437,594,416,346,359,316,57,61 +14000US36005035000,"Census Tract 350, Bronx, NY",2078,288,1459,277,93,100,1236,245,0,12,78,80,0,12,24,27,28,42,0,12,28,42,619,221,73,78,130,78,0,12,0,12,0,12,378,176,38,33,9,14,29,30 +14000US36005035100,"Census Tract 351, Bronx, NY",3766,348,2682,311,2155,285,267,122,0,12,191,118,0,12,0,12,69,58,0,12,69,58,1084,256,628,231,36,34,19,26,72,108,0,12,280,215,49,48,39,36,10,18 +14000US36005035600,"Census Tract 356, Bronx, NY",2143,296,1641,335,57,67,1318,258,0,12,166,188,0,12,16,25,84,106,57,103,27,26,502,281,96,85,10,13,24,37,0,12,0,12,346,267,26,41,0,12,26,41 +14000US36005035800,"Census Tract 358, Bronx, NY",8054,787,6328,789,370,255,5762,792,0,17,179,196,0,17,0,17,17,27,0,17,17,27,1726,560,409,280,196,161,0,17,1,4,0,17,883,605,237,195,237,195,0,17 +14000US36005035900,"Census Tract 359, Bronx, NY",1975,206,433,149,0,12,386,155,0,12,47,52,0,12,0,12,0,12,0,12,0,12,1542,249,250,118,119,82,39,49,0,12,0,12,1054,256,80,57,28,39,52,39 +14000US36005036000,"Census Tract 360, Bronx, NY",3149,326,2153,352,347,127,1404,317,0,12,380,172,0,12,0,12,22,31,11,16,11,15,996,228,241,141,116,93,0,12,25,38,0,12,587,219,27,27,20,25,7,11 +14000US36005036100,"Census Tract 361, Bronx, NY",5547,425,1543,348,18,25,1523,346,0,17,2,4,0,17,0,17,0,17,0,17,0,17,4004,497,851,362,458,338,0,17,0,17,0,17,2566,515,129,135,129,135,0,17 +14000US36005036300,"Census Tract 363, Bronx, NY",7735,850,1965,481,190,165,1637,444,0,17,0,17,69,114,0,17,69,110,0,17,69,110,5770,804,1382,501,158,142,52,84,0,17,25,44,3919,839,234,243,0,17,234,243 +14000US36005036400,"Census Tract 364, Bronx, NY",2688,308,2362,330,1,2,2189,330,123,180,0,12,0,12,0,12,49,65,0,12,49,65,326,183,5,8,0,12,0,12,0,12,0,12,321,181,0,12,0,12,0,12 +14000US36005036501,"Census Tract 365.01, Bronx, NY",3705,348,1718,369,11,18,1688,366,0,12,0,12,0,12,0,12,19,20,0,12,19,20,1987,287,594,237,136,133,13,21,0,12,0,12,1077,263,167,125,135,116,32,35 +14000US36005036502,"Census Tract 365.02, Bronx, NY",2328,351,681,171,25,29,640,170,0,12,0,12,0,12,0,12,16,24,7,11,9,13,1647,326,214,115,124,120,0,12,0,12,0,12,1290,306,19,33,9,13,10,21 +14000US36005036700,"Census Tract 367, Bronx, NY",2440,313,775,220,43,36,636,191,0,12,79,87,0,12,3,6,14,22,14,22,0,12,1665,289,309,172,79,72,3,6,0,12,0,12,1219,247,55,27,39,29,16,26 +14000US36005036800,"Census Tract 368, Bronx, NY",1988,321,1515,228,36,41,1467,241,0,12,0,12,0,12,12,20,0,12,0,12,0,12,473,267,184,219,32,41,0,12,0,12,0,12,232,145,25,42,25,42,0,12 +14000US36005036901,"Census Tract 369.01, Bronx, NY",2289,251,525,133,4,9,507,133,0,12,0,12,0,12,14,20,0,12,0,12,0,12,1764,277,281,131,357,208,6,8,0,12,0,12,1104,315,16,13,5,8,11,12 +14000US36005036902,"Census Tract 369.02, Bronx, NY",2156,225,590,230,40,36,550,228,0,12,0,12,0,12,0,12,0,12,0,12,0,12,1566,254,514,181,141,87,67,99,0,12,0,12,805,227,39,33,19,21,20,25 +14000US36005037000,"Census Tract 370, Bronx, NY",2528,262,1972,264,81,54,1814,275,0,12,37,33,0,12,0,12,40,33,5,8,35,32,556,108,177,104,0,12,0,12,0,12,0,12,379,140,0,12,0,12,0,12 +14000US36005037100,"Census Tract 371, Bronx, NY",4322,478,1511,303,97,85,1248,263,0,12,18,27,0,12,81,86,67,85,0,12,67,85,2811,444,1025,420,226,211,13,20,0,12,0,12,1382,468,165,123,127,119,38,61 +14000US36005037200,"Census Tract 372, Bronx, NY",2279,333,1424,262,25,18,1216,246,0,12,50,50,0,12,76,66,57,90,57,90,0,12,855,259,287,198,38,35,0,12,0,12,0,12,432,163,98,96,24,36,74,89 +14000US36005037300,"Census Tract 373, Bronx, NY",5908,671,2258,560,40,31,2195,559,1,2,3,7,0,17,9,14,10,15,0,17,10,15,3650,803,810,425,880,639,71,84,0,17,0,17,1732,679,157,158,138,156,19,30 +14000US36005037400,"Census Tract 374, Bronx, NY",3838,636,2273,489,75,55,2083,488,0,12,25,43,0,12,48,55,42,36,13,18,29,32,1565,496,402,271,203,126,0,12,10,26,0,12,918,445,32,47,0,12,32,47 +14000US36005037504,"Census Tract 375.04, Bronx, NY",3409,329,1060,208,84,50,976,217,0,12,0,12,0,12,0,12,0,12,0,12,0,12,2349,313,624,273,344,174,12,21,0,12,34,57,1301,350,34,39,24,36,10,17 +14000US36005037600,"Census Tract 376, Bronx, NY",2319,246,1008,220,141,87,765,214,44,64,53,50,0,12,0,12,5,7,0,12,5,7,1311,283,119,75,95,71,0,12,0,12,0,12,1097,309,0,12,0,12,0,12 +14000US36005037800,"Census Tract 378, Bronx, NY",3033,372,1802,390,23,34,1761,389,0,12,18,29,0,12,0,12,0,12,0,12,0,12,1231,444,214,184,81,82,0,12,0,12,0,12,668,372,268,282,268,282,0,12 +14000US36005037900,"Census Tract 379, Bronx, NY",5268,496,2697,416,23,27,2439,459,0,17,121,117,0,17,101,91,13,18,0,17,13,18,2571,422,438,223,301,207,14,22,0,17,0,17,1687,483,131,108,39,56,92,95 +14000US36005038000,"Census Tract 380, Bronx, NY",5378,773,3741,682,96,74,3518,635,0,17,117,122,0,17,0,17,10,18,0,17,10,18,1637,495,275,136,705,274,0,17,0,17,0,17,611,460,46,76,46,76,0,17 +14000US36005038100,"Census Tract 381, Bronx, NY",6909,794,1841,551,46,48,1463,514,0,17,0,17,0,17,130,154,202,162,135,152,67,67,5068,818,913,487,1269,559,0,17,0,17,0,17,2752,711,134,90,38,38,96,90 +14000US36005038200,"Census Tract 382, Bronx, NY",2943,306,2243,284,48,49,2117,279,0,12,66,62,0,12,7,12,5,8,0,12,5,8,700,249,169,106,127,119,0,12,0,12,0,12,404,213,0,12,0,12,0,12 +14000US36005038301,"Census Tract 383.01, Bronx, NY",4882,452,1281,294,51,61,1187,299,0,12,8,12,0,12,0,12,35,30,0,12,35,30,3601,458,354,180,220,176,8,13,0,12,0,12,2928,539,91,79,53,55,38,39 +14000US36005038302,"Census Tract 383.02, Bronx, NY",6127,482,2612,355,39,37,2442,361,0,17,0,17,0,17,0,17,131,136,65,109,66,92,3515,461,490,280,194,97,8,12,0,17,0,17,2583,455,240,132,207,130,33,27 +14000US36005038500,"Census Tract 385, Bronx, NY",4757,531,1400,319,12,19,1388,322,0,12,0,12,0,12,0,12,0,12,0,12,0,12,3357,459,332,236,133,99,35,38,0,12,0,12,2669,471,188,116,130,95,58,64 +14000US36005038600,"Census Tract 386, Bronx, NY",8737,901,7938,1002,5,15,6762,937,0,17,993,953,0,17,0,17,178,233,0,17,178,233,799,469,127,203,272,261,0,17,0,17,0,17,340,326,60,63,60,63,0,17 +14000US36005038700,"Census Tract 387, Bronx, NY",3622,421,1308,314,602,250,644,246,0,12,20,28,0,12,13,20,29,42,0,12,29,42,2314,449,168,124,66,71,0,12,0,12,0,12,2004,465,76,126,0,12,76,126 +14000US36005038800,"Census Tract 388, Bronx, NY",2780,374,2075,329,27,40,1997,332,0,12,46,64,0,12,0,12,5,7,5,7,0,12,705,287,190,208,0,12,0,12,0,12,0,12,467,215,48,38,48,38,0,12 +14000US36005038900,"Census Tract 389, Bronx, NY",5453,649,2128,407,1537,398,371,151,0,17,179,109,0,17,11,23,30,27,0,17,30,27,3325,569,242,128,71,64,38,59,0,17,0,17,2947,588,27,42,27,42,0,17 +14000US36005039000,"Census Tract 390, Bronx, NY",2766,413,2305,411,61,54,2165,398,0,12,62,97,0,12,0,12,17,35,17,35,0,12,461,250,156,156,196,199,0,12,0,12,0,12,79,140,30,34,30,34,0,12 +14000US36005039100,"Census Tract 391, Bronx, NY",7438,899,2047,508,577,207,1079,351,0,17,143,135,0,17,0,17,248,225,0,17,248,225,5391,1037,1100,538,69,119,0,17,0,17,0,17,3861,1032,361,397,342,396,19,32 +14000US36005039200,"Census Tract 392, Bronx, NY",1655,225,1092,232,30,35,1062,226,0,12,0,12,0,12,0,12,0,12,0,12,0,12,563,187,93,75,168,140,0,12,0,12,0,12,269,132,33,38,33,38,0,12 +14000US36005039300,"Census Tract 393, Bronx, NY",8721,639,3048,492,358,158,2382,433,0,17,49,58,0,17,58,92,201,178,54,93,147,148,5673,748,835,408,149,106,0,17,47,74,0,17,4357,807,285,236,253,227,32,53 +14000US36005039400,"Census Tract 394, Bronx, NY",5308,506,3678,464,88,58,3428,423,152,214,0,17,0,17,0,17,10,16,0,17,10,16,1630,388,506,217,202,173,0,17,0,17,0,17,682,363,240,230,12,19,228,229 +14000US36005039500,"Census Tract 395, Bronx, NY",4228,466,1780,346,56,46,1641,353,52,72,31,36,0,12,0,12,0,12,0,12,0,12,2448,416,528,260,431,198,0,12,0,12,0,12,1455,471,34,39,22,33,12,19 +14000US36005039600,"Census Tract 396, Bronx, NY",4741,549,3881,600,19,25,3711,582,0,12,18,51,0,12,55,89,78,88,46,72,32,48,860,321,233,164,153,125,0,12,0,12,0,12,451,255,23,38,0,12,23,38 +14000US36005039700,"Census Tract 397, Bronx, NY",3881,341,2836,321,2212,282,275,141,0,12,230,93,0,12,6,8,113,60,8,15,105,63,1045,182,373,125,55,71,0,12,10,19,0,12,591,158,16,18,10,14,6,11 +14000US36005039800,"Census Tract 398, Bronx, NY",3587,441,3230,422,116,159,3081,408,0,12,33,53,0,12,0,12,0,12,0,12,0,12,357,216,238,210,58,54,0,12,0,12,0,12,61,79,0,12,0,12,0,12 +14000US36005039901,"Census Tract 399.01, Bronx, NY",5615,512,1387,300,119,73,973,274,0,17,234,137,0,17,61,67,0,17,0,17,0,17,4228,504,460,168,144,150,0,17,33,50,0,17,3473,610,118,113,25,28,93,108 +14000US36005039902,"Census Tract 399.02, Bronx, NY",5346,378,1201,275,269,164,812,222,41,63,0,17,31,49,0,17,48,52,0,17,48,52,4145,430,355,137,158,131,30,35,79,99,0,17,3138,512,385,216,208,157,177,181 +14000US36005040100,"Census Tract 401, Bronx, NY",4610,475,661,183,93,69,372,149,0,12,169,77,0,12,0,12,27,38,0,12,27,38,3949,534,368,139,210,206,0,12,0,12,0,12,3293,585,78,71,62,68,16,30 +14000US36005040302,"Census Tract 403.02, Bronx, NY",4300,341,838,154,72,48,534,157,35,56,175,104,0,12,0,12,22,30,0,12,22,30,3462,368,371,216,97,89,54,61,0,12,0,12,2825,435,115,125,25,39,90,115 +14000US36005040303,"Census Tract 403.03, Bronx, NY",5102,464,1280,335,38,30,727,353,196,215,150,116,0,17,139,135,30,46,0,17,30,46,3822,472,598,284,182,104,22,26,0,17,0,17,2834,480,186,136,139,126,47,53 +14000US36005040304,"Census Tract 403.04, Bronx, NY",3903,504,394,144,61,38,85,81,0,12,210,103,0,12,31,50,7,12,0,12,7,12,3509,512,288,162,276,195,12,18,0,12,0,12,2863,516,70,79,70,79,0,12 +14000US36005040400,"Census Tract 404, Bronx, NY",3370,469,3033,455,65,63,2939,467,8,15,0,12,0,12,21,34,0,12,0,12,0,12,337,184,133,133,45,51,0,12,0,12,0,12,159,134,0,12,0,12,0,12 +14000US36005040501,"Census Tract 405.01, Bronx, NY",4435,509,696,247,103,85,363,168,0,12,180,121,0,12,35,40,15,24,0,12,15,24,3739,534,276,193,296,241,0,12,24,42,0,12,3054,565,89,75,77,71,12,19 +14000US36005040502,"Census Tract 405.02, Bronx, NY",7260,710,2838,611,69,94,2229,563,0,17,515,277,0,17,0,17,25,42,0,17,25,42,4422,655,904,583,314,314,12,21,0,17,0,17,3126,616,66,62,54,58,12,21 +14000US36005040600,"Census Tract 406, Bronx, NY",3845,510,2961,526,2,3,2874,517,0,12,40,35,0,12,0,12,45,81,19,34,26,47,884,377,588,390,47,66,0,12,0,12,0,12,197,185,52,78,52,78,0,12 +14000US36005040701,"Census Tract 407.01, Bronx, NY",3259,416,540,228,106,70,269,162,0,12,28,31,0,12,126,180,11,17,0,12,11,17,2719,475,433,213,133,130,0,12,12,18,0,12,2141,501,0,12,0,12,0,12 +14000US36005040702,"Census Tract 407.02, Bronx, NY",6891,660,1413,358,361,250,610,249,0,17,295,163,0,17,17,27,130,155,0,17,130,155,5478,709,1153,459,260,174,7,15,0,17,0,17,3882,846,176,136,61,76,115,116 +14000US36005040800,"Census Tract 408, Bronx, NY",4595,491,3266,501,406,370,2669,418,9,15,33,51,0,12,52,61,97,104,0,12,97,104,1329,309,287,168,326,191,154,171,0,12,0,12,468,234,94,59,50,47,44,42 +14000US36005040900,"Census Tract 409, Bronx, NY",3164,241,2593,226,514,167,1990,275,0,12,71,78,0,12,0,12,18,30,18,30,0,12,571,202,120,84,112,75,0,12,0,12,0,12,310,201,29,33,10,16,19,29 +14000US36005041100,"Census Tract 411, Bronx, NY",3766,342,1283,350,345,199,728,307,0,12,184,117,0,12,0,12,26,43,0,12,26,43,2483,537,383,199,76,66,16,24,0,12,0,12,2001,516,7,12,0,12,7,12 +14000US36005041300,"Census Tract 413, Bronx, NY",8261,860,2005,425,530,267,940,262,0,17,384,172,0,17,0,17,151,166,3,34,148,149,6256,767,775,357,285,232,27,47,0,17,0,17,5057,832,112,105,30,47,82,96 +14000US36005041400,"Census Tract 414, Bronx, NY",5163,463,3774,450,358,148,3072,464,0,17,157,95,0,17,54,69,133,135,52,82,81,107,1389,296,380,200,51,50,0,17,0,17,0,17,819,309,139,119,28,29,111,125 +14000US36005041500,"Census Tract 415, Bronx, NY",6058,518,1839,481,431,206,1184,437,0,17,38,61,0,17,84,94,102,146,82,143,20,31,4219,525,345,196,76,90,39,64,0,17,0,17,3496,586,263,163,149,143,114,93 +14000US36005041800,"Census Tract 418, Bronx, NY",3957,526,2737,375,117,91,1842,329,0,12,532,186,0,12,27,31,219,251,114,179,105,180,1220,494,500,320,407,396,0,12,0,12,0,12,230,136,83,75,61,67,22,35 +14000US36005041900,"Census Tract 419, Bronx, NY",6822,861,2657,781,1238,601,951,584,0,17,378,184,0,17,46,73,44,44,0,17,44,44,4165,865,1180,438,364,371,0,17,0,17,0,17,2504,872,117,107,21,33,96,103 +14000US36005042000,"Census Tract 420, Bronx, NY",3799,590,2486,595,91,65,2219,561,0,12,149,132,27,43,0,12,0,12,0,12,0,12,1313,276,410,252,85,89,71,102,0,12,0,12,598,219,149,114,0,12,149,114 +14000US36005042100,"Census Tract 421, Bronx, NY",5763,478,2315,435,571,286,770,191,0,17,671,184,0,17,0,17,303,353,0,17,303,353,3448,536,1127,349,259,231,0,17,0,17,0,17,1853,626,209,140,25,41,184,136 +14000US36005042200,"Census Tract 422, Bronx, NY",3292,505,2940,521,83,46,2685,520,0,12,30,54,0,12,93,112,49,37,0,12,49,37,352,209,59,68,58,56,15,24,0,12,0,12,193,170,27,45,0,12,27,45 +14000US36005042300,"Census Tract 423, Bronx, NY",4500,554,1501,282,629,172,377,147,0,12,440,224,0,12,45,65,10,15,0,12,10,15,2999,586,479,242,268,222,20,33,13,24,0,12,2033,596,186,119,102,110,84,64 +14000US36005042400,"Census Tract 424, Bronx, NY",2562,257,2073,238,67,28,1919,240,7,14,72,46,0,12,0,12,8,12,0,12,8,12,489,237,207,108,0,12,0,12,0,12,0,12,282,207,0,12,0,12,0,12 +14000US36005042500,"Census Tract 425, Bronx, NY",6264,804,1635,654,450,264,669,473,0,17,448,371,0,17,0,17,68,63,0,17,68,63,4629,1055,949,409,128,127,33,30,0,17,8,16,3374,998,137,117,83,87,54,68 +14000US36005042600,"Census Tract 426, Bronx, NY",6477,713,6064,710,398,176,5096,614,0,17,570,491,0,17,0,17,0,17,0,17,0,17,413,306,84,142,192,165,0,17,0,17,0,17,137,223,0,17,0,17,0,17 +14000US36005042800,"Census Tract 428, Bronx, NY",2114,213,1848,216,55,41,1711,202,0,12,24,24,0,12,0,12,58,39,13,19,45,43,266,92,163,90,40,26,0,12,0,12,0,12,63,61,0,12,0,12,0,12 +14000US36005042901,"Census Tract 429.01, Bronx, NY",4046,375,1775,467,504,425,206,96,0,12,998,360,0,12,33,35,34,37,10,16,24,26,2271,319,757,293,191,119,0,12,0,12,0,12,1258,321,65,57,45,48,20,34 +14000US36005042902,"Census Tract 429.02, Bronx, NY",4205,387,1461,225,210,91,977,198,19,33,198,140,0,12,22,35,35,33,0,12,35,33,2744,459,275,147,410,252,160,139,0,12,0,12,1817,515,82,113,12,19,70,113 +14000US36005043000,"Census Tract 430, Bronx, NY",3551,491,3092,508,53,59,2463,590,10,16,194,153,0,12,223,281,149,115,0,12,149,115,459,280,250,231,0,12,0,12,0,12,0,12,149,145,60,68,14,23,46,52 +14000US36005043100,"Census Tract 431, Bronx, NY",10627,798,4051,544,512,268,1736,572,0,19,1396,432,0,19,0,19,407,344,82,123,325,327,6576,867,1515,576,576,414,16,25,0,19,0,19,4025,1050,444,226,242,168,202,152 +14000US36005043400,"Census Tract 434, Bronx, NY",3884,417,2722,382,115,75,2175,353,0,12,238,236,0,12,154,73,40,37,18,28,22,25,1162,375,478,345,68,60,0,12,0,12,0,12,597,205,19,31,0,12,19,31 +14000US36005043500,"Census Tract 435, Bronx, NY",361,151,274,155,15,22,153,68,101,154,0,12,0,12,0,12,5,7,0,12,5,7,87,43,17,26,28,29,0,12,0,12,0,12,42,31,0,12,0,12,0,12 +14000US36005043600,"Census Tract 436, Bronx, NY",2042,312,1629,245,120,86,1348,233,0,12,104,93,0,12,57,86,0,12,0,12,0,12,413,300,21,37,70,66,0,12,14,21,0,12,301,295,7,12,7,12,0,12 +14000US36005044200,"Census Tract 442, Bronx, NY",3760,412,2674,505,45,55,2619,502,0,12,0,12,0,12,0,12,10,15,0,12,10,15,1086,367,623,353,277,220,0,12,0,12,0,12,129,94,57,113,57,113,0,12 +14000US36005044400,"Census Tract 444, Bronx, NY",4177,357,3733,342,140,92,3294,375,0,12,159,123,0,12,85,85,55,87,0,12,55,87,444,169,195,112,49,57,78,120,0,12,0,12,122,94,0,12,0,12,0,12 +14000US36005044800,"Census Tract 448, Bronx, NY",1917,270,1748,259,57,47,1565,272,0,12,0,12,0,12,115,91,11,12,5,8,6,9,169,105,42,48,35,39,0,12,0,12,0,12,92,80,0,12,0,12,0,12 +14000US36005044901,"Census Tract 449.01, Bronx, NY",1631,144,1449,142,1260,146,131,86,0,12,27,24,0,12,0,12,31,28,0,12,31,28,182,92,107,74,0,12,7,11,0,12,0,12,48,49,20,25,0,12,20,25 +14000US36005044902,"Census Tract 449.02, Bronx, NY",1876,226,1683,197,1396,202,179,140,0,12,87,70,0,12,0,12,21,29,0,12,21,29,193,114,86,66,0,12,0,12,0,12,0,12,59,65,48,48,48,48,0,12 +14000US36005045101,"Census Tract 451.01, Bronx, NY",1544,167,1372,163,1170,162,44,33,0,12,111,64,0,12,0,12,47,35,0,12,47,35,172,95,113,73,0,12,0,12,0,12,0,12,59,49,0,12,0,12,0,12 +14000US36005045102,"Census Tract 451.02, Bronx, NY",1765,199,1527,181,1345,197,114,66,0,12,28,26,0,12,0,12,40,44,0,12,40,44,238,135,123,100,0,12,0,12,0,12,0,12,115,89,0,12,0,12,0,12 +14000US36005045600,"Census Tract 456, Bronx, NY",3344,405,2548,346,517,230,1855,386,0,12,148,116,0,12,22,35,6,12,6,12,0,12,796,344,465,260,175,146,0,12,20,27,0,12,111,121,25,40,25,40,0,12 +14000US36005045800,"Census Tract 458, Bronx, NY",5605,487,2091,318,20,32,1822,338,0,17,62,70,0,17,27,44,160,181,0,17,160,181,3514,552,1252,461,735,446,0,17,0,17,15,23,1433,469,79,93,14,24,65,74 +14000US36005046000,"Census Tract 460, Bronx, NY",3190,504,2180,413,85,57,2033,424,5,10,28,34,0,12,0,12,29,29,0,12,29,29,1010,209,166,100,364,219,13,20,0,12,0,12,414,283,53,68,16,24,37,64 +14000US36005046201,"Census Tract 462.01, Bronx, NY",28272,1874,20116,1823,2534,754,16279,1776,0,22,848,411,0,22,80,134,375,304,40,67,335,297,8156,2144,2969,1466,771,513,59,106,0,22,0,22,3278,1510,1079,765,523,471,556,616 +14000US36005046202,"Census Tract 462.02, Bronx, NY",9915,948,6631,1162,119,58,6066,1124,122,168,104,118,0,17,138,152,82,77,0,17,82,77,3284,833,892,457,721,464,257,396,0,17,0,17,1117,528,297,278,127,160,170,220 +14000US36005048400,"Census Tract 484, Bronx, NY",4126,472,3491,408,114,70,3265,423,0,12,9,15,0,12,24,27,79,122,79,122,0,12,635,327,170,108,38,37,165,230,0,12,0,12,261,224,1,2,1,2,0,12 +14000US36005050400,"Census Tract 504, Bronx, NY",222,140,28,30,0,12,25,29,0,12,3,5,0,12,0,12,0,12,0,12,0,12,194,132,123,138,36,36,0,12,0,12,0,12,22,30,13,18,0,12,13,18 +14000US36005051600,"Census Tract 516, Bronx, NY",4036,594,3113,416,2860,332,4,7,0,12,226,263,0,12,23,36,0,12,0,12,0,12,923,432,406,314,0,12,0,12,0,12,0,12,352,303,165,202,165,202,0,12 +14000US36047000100,"Census Tract 1, Kings, NY",4473,474,4124,470,2835,469,678,302,32,51,399,160,0,12,0,12,180,109,19,32,161,111,349,205,85,84,0,12,0,12,0,12,0,12,264,193,0,12,0,12,0,12 +14000US36047000200,"Census Tract 2, Kings, NY",1243,285,201,95,82,54,25,40,0,12,62,47,0,12,11,19,21,31,21,31,0,12,1042,292,479,234,23,28,0,12,0,12,0,12,499,200,41,45,41,45,0,12 +14000US36047000301,"Census Tract 3.01, Kings, NY",4209,474,4029,451,3423,397,120,89,0,12,240,108,0,12,9,19,237,157,0,12,237,157,180,130,114,124,0,12,0,12,0,12,0,12,66,39,0,12,0,12,0,12 +14000US36047000501,"Census Tract 5.01, Kings, NY",4419,319,3997,305,3127,340,153,82,0,12,476,138,10,19,10,20,221,125,31,45,190,101,422,140,249,100,55,64,0,12,0,12,0,12,90,61,28,43,0,12,28,43 +14000US36047000502,"Census Tract 5.02, Kings, NY",2570,189,2446,191,2065,237,105,68,0,12,202,90,0,12,11,18,63,75,12,20,51,56,124,65,99,57,22,25,0,12,0,12,0,12,3,4,0,12,0,12,0,12 +14000US36047000700,"Census Tract 7, Kings, NY",4010,365,3698,329,3067,368,59,42,0,12,365,149,0,12,7,12,200,111,61,68,139,90,312,146,174,84,0,12,0,12,0,12,0,12,61,70,77,77,65,75,12,18 +14000US36047000900,"Census Tract 9, Kings, NY",4487,369,4104,390,3021,319,285,180,0,12,554,154,0,12,0,12,244,125,8,15,236,120,383,165,311,158,38,63,0,12,0,12,0,12,25,33,9,16,0,12,9,16 +14000US36047001100,"Census Tract 11, Kings, NY",1359,102,1196,109,888,123,72,39,0,12,185,77,0,12,0,12,51,34,5,8,46,32,163,62,116,58,0,12,0,12,0,12,0,12,27,24,20,24,14,22,6,9 +14000US36047001300,"Census Tract 13, Kings, NY",2217,248,1785,215,1272,227,202,137,0,12,232,84,0,12,13,26,66,39,0,12,66,39,432,142,189,114,10,15,0,12,10,15,0,12,201,102,22,17,6,8,16,15 +14000US36047001500,"Census Tract 15, Kings, NY",8088,557,6463,476,2523,290,1868,422,0,17,1615,264,21,30,68,76,368,150,12,21,356,152,1625,406,465,216,197,113,13,23,0,17,0,17,840,331,110,72,99,70,11,17 +14000US36047001800,"Census Tract 18, Kings, NY",1959,1194,1092,903,276,215,695,695,34,44,35,45,0,12,0,12,52,55,0,12,52,55,867,318,474,184,158,164,0,12,0,12,0,12,218,81,17,31,0,12,17,31 +14000US36047002000,"Census Tract 20, Kings, NY",1396,269,166,114,32,37,25,29,0,12,109,92,0,12,0,12,0,12,0,12,0,12,1230,284,709,291,46,47,48,80,0,12,0,12,390,216,37,29,14,24,23,23 +14000US36047002100,"Census Tract 21, Kings, NY",5143,348,4845,342,3751,351,169,119,0,17,565,222,0,17,0,17,360,198,27,31,333,201,298,161,235,136,43,60,0,17,12,19,0,17,8,16,0,17,0,17,0,17 +14000US36047002200,"Census Tract 22, Kings, NY",4812,520,1650,285,776,193,213,102,0,12,646,199,0,12,0,12,15,18,0,12,15,18,3162,547,1494,473,36,39,0,12,0,12,0,12,1444,492,188,117,63,67,125,97 +14000US36047002300,"Census Tract 23, Kings, NY",4352,571,3027,612,49,44,2060,547,0,12,722,282,0,12,0,12,196,207,0,12,196,207,1325,433,268,187,126,94,96,157,0,12,0,12,673,346,162,197,129,192,33,38 +14000US36047002901,"Census Tract 29.01, Kings, NY",4533,514,3771,611,111,84,2286,539,95,146,884,159,0,12,330,333,65,71,0,12,65,71,762,377,254,123,143,138,0,12,0,12,0,12,354,327,11,23,11,23,0,12 +14000US36047003000,"Census Tract 30, Kings, NY",1635,220,1397,213,924,217,80,92,0,12,299,116,0,12,22,25,72,46,17,26,55,40,238,112,139,97,3,7,0,12,0,12,0,12,71,66,25,28,6,9,19,27 +14000US36047003100,"Census Tract 31, Kings, NY",3033,345,2727,356,1193,234,809,181,0,12,565,179,0,12,0,12,160,89,20,30,140,88,306,144,200,140,51,36,0,12,0,12,0,12,15,19,40,41,33,40,7,11 +14000US36047003300,"Census Tract 33, Kings, NY",3705,366,3389,354,1856,291,927,315,0,12,292,134,0,12,0,12,314,204,8,12,306,204,316,140,158,83,0,12,0,12,0,12,0,12,103,87,55,47,28,27,27,36 +14000US36047003400,"Census Tract 34, Kings, NY",3056,292,2607,287,1598,255,190,172,0,12,778,163,0,12,0,12,41,40,0,12,41,40,449,153,187,125,27,43,0,12,71,97,0,12,150,114,14,22,0,12,14,22 +14000US36047003500,"Census Tract 35, Kings, NY",1892,174,1694,187,812,132,629,181,0,12,126,42,0,12,51,72,76,40,0,12,76,40,198,83,59,35,14,17,0,12,2,5,0,12,104,88,19,16,8,14,11,15 +14000US36047003600,"Census Tract 36, Kings, NY",3775,319,3131,296,2336,295,55,49,12,19,594,167,0,12,48,73,86,78,63,75,23,26,644,177,468,146,10,15,11,18,13,21,0,12,119,109,23,25,12,19,11,16 +14000US36047003700,"Census Tract 37, Kings, NY",1681,163,1604,159,1095,148,147,100,0,12,270,108,0,12,0,12,92,52,0,12,92,52,77,58,65,51,0,12,6,14,0,12,0,12,6,13,0,12,0,12,0,12 +14000US36047003800,"Census Tract 38, Kings, NY",1436,168,1342,166,991,163,0,12,0,12,254,127,0,12,0,12,97,80,0,12,97,80,94,64,64,57,0,12,0,12,0,12,0,12,0,12,30,28,9,14,21,25 +14000US36047003900,"Census Tract 39, Kings, NY",2364,203,2047,206,1339,210,194,77,0,12,442,153,0,12,19,27,53,49,0,12,53,49,317,147,230,126,0,12,12,19,14,22,0,12,58,65,3,6,3,6,0,12 +14000US36047004100,"Census Tract 41, Kings, NY",3642,470,3220,395,2384,408,391,239,0,12,305,141,0,12,58,71,82,66,22,34,60,45,422,258,275,238,7,13,0,12,0,12,0,12,107,89,33,38,33,38,0,12 +14000US36047004300,"Census Tract 43, Kings, NY",3496,268,3032,246,2178,224,316,141,0,12,332,112,27,46,18,30,161,86,25,31,136,83,464,183,220,114,58,51,0,12,0,12,0,12,62,57,124,111,21,34,103,103 +14000US36047004400,"Census Tract 44, Kings, NY",2511,173,2289,188,1964,191,19,17,0,12,289,137,0,12,0,12,17,18,0,12,17,18,222,132,143,97,0,12,0,12,0,12,0,12,13,14,66,92,66,92,0,12 +14000US36047004500,"Census Tract 45, Kings, NY",3546,245,3424,237,2790,292,104,79,0,12,362,114,0,12,8,12,160,113,0,12,160,113,122,86,99,79,23,26,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047004600,"Census Tract 46, Kings, NY",1306,146,1138,148,999,157,0,12,0,12,139,74,0,12,0,12,0,12,0,12,0,12,168,118,135,113,0,12,0,12,0,12,0,12,33,30,0,12,0,12,0,12 +14000US36047004700,"Census Tract 47, Kings, NY",1903,206,1624,219,1055,126,307,143,0,12,147,60,0,12,26,28,89,61,0,12,89,61,279,91,186,85,12,12,0,12,0,12,0,12,51,33,30,23,16,20,14,14 +14000US36047004900,"Census Tract 49, Kings, NY",2718,292,2409,299,1631,259,384,187,0,12,256,133,0,12,7,15,131,82,8,13,123,80,309,116,162,89,8,15,0,12,0,12,0,12,59,60,80,69,8,15,72,67 +14000US36047005000,"Census Tract 50, Kings, NY",2320,266,2010,249,1673,238,27,22,0,12,279,186,0,12,0,12,31,36,0,12,31,36,310,159,218,105,1,2,0,12,0,12,0,12,5,10,86,73,47,47,39,51 +14000US36047005100,"Census Tract 51, Kings, NY",2791,331,2319,397,1691,282,62,57,0,12,152,77,0,12,211,220,203,123,0,12,203,123,472,215,356,238,65,63,0,12,11,18,0,12,12,21,28,42,0,12,28,42 +14000US36047005201,"Census Tract 52.01, Kings, NY",1666,157,1508,161,1199,196,11,16,12,20,286,120,0,12,0,12,0,12,0,12,0,12,158,91,117,81,0,12,0,12,0,12,0,12,41,45,0,12,0,12,0,12 +14000US36047005202,"Census Tract 52.02, Kings, NY",2299,211,2128,201,1965,218,79,69,0,12,55,70,0,12,9,14,20,25,0,12,20,25,171,108,110,90,20,32,0,12,0,12,15,25,11,16,15,22,15,22,0,12 +14000US36047005300,"Census Tract 53, Kings, NY",2245,209,1659,201,1235,177,242,156,0,12,55,28,0,12,45,52,82,40,3,5,79,40,586,170,280,111,51,49,7,10,0,12,0,12,197,130,51,38,30,28,21,22 +14000US36047005400,"Census Tract 54, Kings, NY",3177,299,2904,257,2333,251,62,76,24,41,421,153,0,12,0,12,64,40,0,12,64,40,273,129,151,100,0,12,0,12,0,12,0,12,83,81,39,38,34,39,5,10 +14000US36047005601,"Census Tract 56.01, Kings, NY",2462,244,2186,244,1881,215,148,178,0,12,100,75,0,12,0,12,57,57,0,12,57,57,276,161,194,149,15,24,0,12,0,12,0,12,67,89,0,12,0,12,0,12 +14000US36047005602,"Census Tract 56.02, Kings, NY",1606,154,1429,149,1153,158,19,20,0,12,228,141,0,12,0,12,29,35,0,12,29,35,177,122,56,47,12,21,0,12,0,12,0,12,100,113,9,14,9,14,0,12 +14000US36047005800,"Census Tract 58, Kings, NY",3092,323,2446,269,1790,266,53,57,0,12,503,235,0,12,0,12,100,95,47,66,53,55,646,253,376,240,0,12,0,12,0,12,0,12,270,142,0,12,0,12,0,12 +14000US36047005900,"Census Tract 59, Kings, NY",1253,172,893,151,701,130,123,103,0,12,17,15,0,12,0,12,52,43,0,12,52,43,360,149,121,78,0,12,0,12,13,21,0,12,187,125,39,33,6,9,33,31 +14000US36047006000,"Census Tract 60, Kings, NY",3054,350,2235,288,1704,330,0,12,0,12,461,159,0,12,0,12,70,69,0,12,70,69,819,316,510,280,0,12,22,36,9,15,0,12,278,268,0,12,0,12,0,12 +14000US36047006200,"Census Tract 62, Kings, NY",2700,386,2303,349,1734,350,79,65,0,12,472,223,0,12,0,12,18,28,0,12,18,28,397,150,209,94,11,17,0,12,0,12,0,12,42,50,135,119,58,63,77,107 +14000US36047006300,"Census Tract 63, Kings, NY",1922,188,1780,170,1573,163,26,37,0,12,67,38,0,12,0,12,114,61,0,12,114,61,142,80,115,75,0,12,0,12,0,12,0,12,23,36,4,10,4,10,0,12 +14000US36047006400,"Census Tract 64, Kings, NY",3062,322,2724,361,2281,380,57,59,0,12,309,164,0,12,0,12,77,62,0,12,77,62,338,192,126,82,0,12,0,12,0,12,0,12,212,188,0,12,0,12,0,12 +14000US36047006500,"Census Tract 65, Kings, NY",5842,458,5489,449,4926,505,90,107,0,17,236,142,0,17,13,23,224,130,17,25,207,124,353,198,219,161,0,17,0,17,15,29,0,17,63,99,56,68,56,68,0,17 +14000US36047006600,"Census Tract 66, Kings, NY",3645,424,2723,329,2219,326,30,30,0,12,406,136,0,12,14,21,54,52,19,32,35,40,922,315,679,302,0,12,87,136,0,12,0,12,143,98,13,21,0,12,13,21 +14000US36047006700,"Census Tract 67, Kings, NY",3894,324,3483,334,3135,305,76,65,0,12,129,67,0,12,9,13,134,88,0,12,134,88,411,167,259,104,0,12,20,31,9,15,0,12,105,126,18,29,18,29,0,12 +14000US36047006800,"Census Tract 68, Kings, NY",4932,627,3116,430,2052,393,46,53,0,12,899,251,0,12,33,43,86,63,0,12,86,63,1816,690,823,565,1,3,20,37,0,12,0,12,954,435,18,31,0,12,18,31 +14000US36047006900,"Census Tract 69, Kings, NY",3575,278,3257,274,2757,257,164,101,0,12,168,74,0,12,50,77,118,102,0,12,118,102,318,101,222,92,0,12,0,12,0,12,0,12,85,69,11,16,11,16,0,12 +14000US36047007000,"Census Tract 70, Kings, NY",2629,277,2072,346,1414,291,128,102,54,85,450,223,0,12,0,12,26,28,0,12,26,28,557,257,154,88,21,22,17,29,0,12,0,12,336,237,29,32,10,15,19,29 +14000US36047007100,"Census Tract 71, Kings, NY",4890,456,2696,426,696,234,1674,387,0,12,201,107,0,12,75,119,50,57,0,12,50,57,2194,370,779,318,161,101,0,12,0,12,0,12,1222,458,32,30,12,20,20,22 +14000US36047007200,"Census Tract 72, Kings, NY",1890,212,579,167,184,81,13,12,7,12,369,160,0,12,0,12,6,9,0,12,6,9,1311,230,498,224,43,35,0,12,0,12,0,12,649,311,121,153,106,150,15,25 +14000US36047007400,"Census Tract 74, Kings, NY",5280,612,1883,390,460,229,13,17,29,43,1370,330,0,17,11,19,0,17,0,17,0,17,3397,631,928,388,75,85,0,17,0,17,0,17,2394,707,0,17,0,17,0,17 +14000US36047007500,"Census Tract 75, Kings, NY",4925,481,4184,530,3792,542,2,4,0,12,250,141,0,12,20,32,120,101,0,12,120,101,741,465,183,126,59,90,56,83,42,65,0,12,216,221,185,213,24,38,161,214 +14000US36047007600,"Census Tract 76, Kings, NY",5146,682,1781,390,770,248,108,90,0,17,857,332,0,17,0,17,46,59,0,17,46,59,3365,662,1424,469,14,27,0,17,10,17,0,17,1505,546,412,557,395,555,17,26 +14000US36047007700,"Census Tract 77, Kings, NY",5172,644,4393,619,3317,540,131,202,30,46,505,206,0,17,0,17,410,244,13,21,397,244,779,431,341,318,0,17,0,17,17,28,0,17,358,286,63,100,63,100,0,17 +14000US36047007800,"Census Tract 78, Kings, NY",5240,681,1275,265,519,223,179,107,0,17,577,221,0,17,0,17,0,17,0,17,0,17,3965,619,1738,478,147,119,0,17,0,17,0,17,2044,620,36,40,36,40,0,17 +14000US36047008000,"Census Tract 80, Kings, NY",3746,588,1107,288,686,215,99,86,0,12,284,193,0,12,21,35,17,22,0,12,17,22,2639,561,1207,396,0,12,0,12,0,12,0,12,1162,460,270,158,146,109,124,125 +14000US36047008200,"Census Tract 82, Kings, NY",3942,285,1238,247,482,162,136,121,0,12,502,204,0,12,9,13,109,103,0,12,109,103,2704,295,853,263,64,59,83,108,0,12,0,12,1629,338,75,89,0,12,75,89 +14000US36047008400,"Census Tract 84, Kings, NY",3879,504,1055,269,701,225,68,70,0,12,209,116,0,12,0,12,77,80,9,14,68,77,2824,607,1116,487,49,74,0,12,10,15,0,12,1578,582,71,68,29,44,42,51 +14000US36047008500,"Census Tract 85, Kings, NY",7555,603,4548,453,105,93,3655,577,0,17,399,186,268,315,121,174,0,17,0,17,0,17,3007,412,995,344,475,261,124,188,16,26,0,17,1054,376,343,274,217,147,126,199 +14000US36047008600,"Census Tract 86, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047008800,"Census Tract 88, Kings, NY",2636,328,1846,359,1033,246,119,82,0,12,546,233,0,12,96,125,52,52,0,12,52,52,790,298,481,285,0,12,0,12,0,12,0,12,274,182,35,50,0,12,35,50 +14000US36047009000,"Census Tract 90, Kings, NY",2872,307,1444,251,337,122,69,54,14,24,1018,231,0,12,0,12,6,10,0,12,6,10,1428,288,323,218,29,25,19,31,0,12,0,12,991,317,66,52,36,42,30,29 +14000US36047009200,"Census Tract 92, Kings, NY",5668,472,3439,376,510,128,179,141,0,17,2673,408,0,17,0,17,77,80,31,48,46,65,2229,432,968,373,47,47,0,17,0,17,0,17,1201,381,13,19,13,19,0,17 +14000US36047009400,"Census Tract 94, Kings, NY",5253,500,4089,443,670,179,96,132,0,17,3208,465,0,17,0,17,115,162,102,159,13,20,1164,338,309,224,0,17,0,17,20,32,0,17,827,354,8,13,0,17,8,13 +14000US36047009600,"Census Tract 96, Kings, NY",6218,650,2931,502,1006,229,80,64,0,17,1591,434,0,17,98,130,156,136,0,17,156,136,3287,703,1547,616,150,149,0,17,0,17,0,17,1574,561,16,19,16,19,0,17 +14000US36047009800,"Census Tract 98, Kings, NY",7012,732,3291,528,380,127,134,144,0,17,2765,530,0,17,0,17,12,18,8,13,4,8,3721,597,1107,376,39,56,0,17,0,17,0,17,2530,550,45,81,45,81,0,17 +14000US36047010000,"Census Tract 100, Kings, NY",6178,602,3855,499,502,237,5,5,0,17,3320,487,0,17,0,17,28,32,0,17,28,32,2323,491,1166,461,36,48,92,140,0,17,0,17,1000,468,29,35,12,20,17,29 +14000US36047010100,"Census Tract 101, Kings, NY",4057,321,1753,272,901,196,132,96,0,12,528,240,0,12,21,24,171,100,62,81,109,70,2304,371,650,234,0,12,85,102,0,12,0,12,1353,429,216,173,63,65,153,161 +14000US36047010200,"Census Tract 102, Kings, NY",5142,638,3907,620,225,84,10,12,0,17,3672,640,0,17,0,17,0,17,0,17,0,17,1235,379,629,259,13,21,0,17,0,17,0,17,562,311,31,35,0,17,31,35 +14000US36047010400,"Census Tract 104, Kings, NY",5362,532,5068,556,404,129,32,38,0,17,4531,580,0,17,64,100,37,37,9,16,28,34,294,167,85,58,29,47,0,17,0,17,0,17,180,129,0,17,0,17,0,17 +14000US36047010600,"Census Tract 106, Kings, NY",4426,579,3968,599,405,194,38,42,0,12,3396,592,0,12,0,12,129,119,28,32,101,109,458,259,45,37,99,111,0,12,0,12,0,12,314,250,0,12,0,12,0,12 +14000US36047010800,"Census Tract 108, Kings, NY",3795,511,3248,539,370,122,26,27,0,12,2852,544,0,12,0,12,0,12,0,12,0,12,547,258,35,33,34,36,0,12,0,12,0,12,461,271,17,32,0,12,17,32 +14000US36047011000,"Census Tract 110, Kings, NY",2445,375,1737,309,880,286,21,27,0,12,778,184,0,12,7,13,51,41,26,38,25,22,708,272,323,184,13,13,0,12,0,12,0,12,342,236,30,33,0,12,30,33 +14000US36047011200,"Census Tract 112, Kings, NY",6267,530,4397,667,2811,604,143,83,0,17,1418,356,0,17,15,17,10,17,0,17,10,17,1870,613,1073,412,30,27,52,85,0,17,0,17,585,419,130,98,86,77,44,48 +14000US36047011400,"Census Tract 114, Kings, NY",4177,629,3635,636,1934,647,290,136,0,12,1274,521,0,12,0,12,137,187,0,12,137,187,542,299,302,233,10,21,0,12,0,12,0,12,230,167,0,12,0,12,0,12 +14000US36047011600,"Census Tract 116, Kings, NY",3414,568,3129,560,457,144,4,5,15,23,2651,536,0,12,0,12,2,3,0,12,2,3,285,210,140,113,11,16,0,12,0,12,0,12,134,177,0,12,0,12,0,12 +14000US36047011700,"Census Tract 117, Kings, NY",2608,275,2054,324,1481,322,175,101,39,58,233,112,0,12,81,88,45,46,0,12,45,46,554,234,181,102,24,27,0,12,0,12,0,12,202,184,147,132,33,44,114,122 +14000US36047011800,"Census Tract 118, Kings, NY",1967,257,1722,257,85,53,0,12,0,12,1631,261,0,12,0,12,6,10,0,12,6,10,245,106,23,23,0,12,9,14,0,12,0,12,194,102,19,23,14,21,5,9 +14000US36047011900,"Census Tract 119, Kings, NY",1377,170,1066,169,851,138,61,40,0,12,71,41,0,12,0,12,83,57,0,12,83,57,311,98,172,71,0,12,0,12,0,12,0,12,129,91,10,14,5,11,5,8 +14000US36047012000,"Census Tract 120, Kings, NY",1107,171,912,174,45,35,0,12,0,12,863,180,0,12,4,6,0,12,0,12,0,12,195,113,58,45,0,12,0,12,0,12,0,12,137,109,0,12,0,12,0,12 +14000US36047012100,"Census Tract 121, Kings, NY",2020,215,1325,137,1042,136,72,62,0,12,185,82,0,12,0,12,26,21,0,12,26,21,695,218,329,90,18,27,0,12,0,12,0,12,296,224,52,36,21,24,31,28 +14000US36047012200,"Census Tract 122, Kings, NY",5756,834,3174,574,558,317,0,17,7,17,2609,583,0,17,0,17,0,17,0,17,0,17,2582,734,687,308,15,24,0,17,0,17,0,17,1751,727,129,151,0,17,129,151 +14000US36047012600,"Census Tract 126, Kings, NY",2856,279,2088,240,787,231,106,83,62,92,969,197,0,12,0,12,164,135,10,15,154,134,768,254,141,73,31,40,53,84,0,12,0,12,543,235,0,12,0,12,0,12 +14000US36047012700,"Census Tract 127, Kings, NY",4800,770,3734,781,1353,206,1985,769,0,12,327,241,0,12,0,12,69,48,20,24,49,42,1066,201,335,137,49,46,25,28,0,12,0,12,626,249,31,44,4,10,27,41 +14000US36047012801,"Census Tract 128.01, Kings, NY",2279,234,2173,239,653,187,28,32,0,12,1492,252,0,12,0,12,0,12,0,12,0,12,106,79,38,47,0,12,0,12,0,12,0,12,61,61,7,12,0,12,7,12 +14000US36047012901,"Census Tract 129.01, Kings, NY",2641,356,2033,228,1675,242,172,76,0,12,78,38,0,12,8,12,100,50,0,12,100,50,608,383,166,89,36,53,0,12,0,12,0,12,392,374,14,21,0,12,14,21 +14000US36047012902,"Census Tract 129.02, Kings, NY",2390,268,1910,265,1449,254,215,122,0,12,136,45,0,12,15,16,95,47,0,12,95,47,480,189,232,154,39,42,6,9,0,12,0,12,202,130,1,2,1,2,0,12 +14000US36047013000,"Census Tract 130, Kings, NY",5028,630,3705,566,2248,470,188,145,0,17,1097,295,0,17,8,13,164,101,7,12,157,99,1323,469,393,263,28,25,50,77,0,17,0,17,602,313,250,233,221,227,29,48 +14000US36047013100,"Census Tract 131, Kings, NY",4226,411,3437,358,2490,337,273,116,0,12,352,135,10,17,0,12,312,123,0,12,312,123,789,257,273,114,45,68,0,12,0,12,0,12,363,221,108,142,90,141,18,24 +14000US36047013200,"Census Tract 132, Kings, NY",2200,288,1757,282,632,150,0,12,0,12,1119,288,0,12,0,12,6,10,0,12,6,10,443,190,68,74,72,75,0,12,42,61,0,12,261,164,0,12,0,12,0,12 +14000US36047013300,"Census Tract 133, Kings, NY",4408,314,3889,323,2992,307,197,116,0,12,425,143,0,12,19,30,256,117,0,12,256,117,519,144,341,163,0,12,11,18,0,12,0,12,32,35,135,134,22,35,113,134 +14000US36047013400,"Census Tract 134, Kings, NY",3976,369,3363,364,2521,333,51,48,23,36,681,165,0,12,0,12,87,52,9,14,78,48,613,272,321,179,37,41,0,12,0,12,0,12,126,103,129,166,0,12,129,166 +14000US36047013500,"Census Tract 135, Kings, NY",3920,335,3671,359,2861,383,68,38,0,12,455,182,0,12,67,47,220,106,15,21,205,105,249,135,64,40,22,25,0,12,0,12,0,12,133,110,30,35,0,12,30,35 +14000US36047013600,"Census Tract 136, Kings, NY",3888,405,3466,391,2774,482,13,18,0,12,619,286,0,12,0,12,60,55,0,12,60,55,422,139,167,91,24,28,0,12,0,12,0,12,165,118,66,55,0,12,66,55 +14000US36047013700,"Census Tract 137, Kings, NY",3512,288,2921,294,2123,259,289,99,0,12,290,171,0,12,22,36,197,111,0,12,197,111,591,132,277,118,88,69,0,12,0,12,0,12,188,132,38,54,0,12,38,54 +14000US36047013800,"Census Tract 138, Kings, NY",3083,446,2527,358,1861,304,96,84,0,12,424,183,0,12,31,47,115,134,0,12,115,134,556,305,336,264,4,7,0,12,0,12,0,12,186,202,30,43,5,8,25,43 +14000US36047013900,"Census Tract 139, Kings, NY",3420,257,2935,247,2234,306,316,174,0,12,227,84,0,12,30,24,128,81,0,12,128,81,485,140,180,95,117,86,0,12,0,12,0,12,141,108,47,52,18,27,29,46 +14000US36047014000,"Census Tract 140, Kings, NY",1979,236,1753,216,1345,212,67,70,0,12,341,146,0,12,0,12,0,12,0,12,0,12,226,155,77,54,0,12,0,12,0,12,0,12,78,56,71,102,0,12,71,102 +14000US36047014100,"Census Tract 141, Kings, NY",3033,335,2385,263,1643,221,97,68,0,12,370,145,0,12,77,82,198,122,0,12,198,122,648,228,333,184,62,66,0,12,0,12,0,12,215,141,38,35,14,20,24,28 +14000US36047014200,"Census Tract 142, Kings, NY",2755,318,2345,321,1806,306,31,33,0,12,421,207,0,12,0,12,87,62,24,38,63,54,410,145,159,103,30,39,0,12,0,12,0,12,161,134,60,52,29,23,31,49 +14000US36047014300,"Census Tract 143, Kings, NY",3469,342,2283,252,1747,266,99,77,0,12,213,94,0,12,55,47,169,141,86,135,83,56,1186,304,442,183,112,109,10,17,0,12,0,12,437,228,185,151,59,82,126,127 +14000US36047014500,"Census Tract 145, Kings, NY",3848,389,2496,266,2089,235,36,43,43,48,194,119,0,12,0,12,134,71,0,12,134,71,1352,325,608,263,0,12,0,12,0,12,0,12,562,270,182,126,28,46,154,116 +14000US36047014700,"Census Tract 147, Kings, NY",2473,231,1589,215,1267,174,85,55,0,12,122,58,0,12,27,38,88,72,0,12,88,72,884,278,497,227,25,27,0,12,0,12,0,12,338,199,24,23,12,19,12,13 +14000US36047014800,"Census Tract 148, Kings, NY",1320,175,1240,177,1094,187,0,12,0,12,139,99,0,12,0,12,7,10,7,10,0,12,80,73,67,59,0,12,0,12,0,12,0,12,13,17,0,12,0,12,0,12 +14000US36047014900,"Census Tract 149, Kings, NY",5888,612,4468,595,3743,460,78,55,0,17,380,220,0,17,23,38,244,166,0,17,244,166,1420,379,1136,358,18,38,0,17,0,17,0,17,202,158,64,56,0,17,64,56 +14000US36047015000,"Census Tract 150, Kings, NY",1567,146,1444,146,1138,173,3,5,0,12,288,134,0,12,0,12,15,13,6,8,9,10,123,69,59,55,0,12,0,12,9,21,0,12,55,43,0,12,0,12,0,12 +14000US36047015100,"Census Tract 151, Kings, NY",4216,267,3420,247,2766,236,117,69,0,12,221,73,0,12,13,22,303,170,0,12,303,170,796,258,525,250,10,14,0,12,25,41,0,12,62,58,174,164,120,160,54,85 +14000US36047015200,"Census Tract 152, Kings, NY",2382,275,2103,259,1365,253,107,58,0,12,615,151,0,12,9,14,7,10,0,12,7,10,279,163,183,92,9,19,0,12,0,12,0,12,36,36,51,83,51,83,0,12 +14000US36047015300,"Census Tract 153, Kings, NY",2678,285,2226,238,1821,209,110,48,0,12,188,84,0,12,13,15,94,53,0,12,94,53,452,171,347,130,21,24,0,12,7,11,0,12,67,77,10,16,0,12,10,16 +14000US36047015400,"Census Tract 154, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047015500,"Census Tract 155, Kings, NY",4028,348,3740,349,2970,319,415,210,0,12,168,82,0,12,9,15,178,92,0,12,178,92,288,139,192,106,0,12,30,48,9,14,0,12,23,26,34,41,13,19,21,35 +14000US36047015700,"Census Tract 157, Kings, NY",4049,460,3688,489,2947,449,196,141,0,12,425,200,0,12,0,12,120,104,16,25,104,102,361,240,138,158,105,158,0,12,0,12,0,12,26,37,92,112,92,112,0,12 +14000US36047015900,"Census Tract 159, Kings, NY",5314,520,4907,521,4181,519,142,92,0,17,377,173,0,17,75,103,132,110,0,17,132,110,407,255,119,91,51,85,0,17,0,17,0,17,237,222,0,17,0,17,0,17 +14000US36047016000,"Census Tract 160, Kings, NY",3965,477,2877,421,1914,392,133,104,0,12,731,197,32,41,8,12,59,53,0,12,59,53,1088,327,539,329,28,33,0,12,0,12,0,12,484,295,37,34,13,21,24,27 +14000US36047016100,"Census Tract 161, Kings, NY",3235,286,2818,232,2047,240,412,197,3,5,222,104,0,12,0,12,134,80,10,16,124,80,417,248,144,86,0,12,0,12,0,12,0,12,265,247,8,13,8,13,0,12 +14000US36047016200,"Census Tract 162, Kings, NY",2204,212,1744,223,1597,220,40,49,0,12,70,88,0,12,0,12,37,36,16,26,21,23,460,253,262,180,24,26,0,12,0,12,0,12,149,179,25,27,0,12,25,27 +14000US36047016300,"Census Tract 163, Kings, NY",3194,375,3000,390,2177,368,411,186,0,12,232,130,0,12,28,33,152,84,0,12,152,84,194,140,117,110,0,12,0,12,0,12,0,12,73,77,4,9,4,9,0,12 +14000US36047016400,"Census Tract 164, Kings, NY",1069,461,963,470,337,247,454,282,0,12,50,62,22,42,0,12,100,79,0,12,100,79,106,70,95,69,0,12,0,12,0,12,0,12,11,16,0,12,0,12,0,12 +14000US36047016500,"Census Tract 165, Kings, NY",6003,548,5553,570,4580,596,166,124,14,22,554,241,0,17,20,38,219,122,0,17,219,122,450,232,310,192,0,17,0,17,0,17,0,17,94,101,46,73,0,17,46,73 +14000US36047016600,"Census Tract 166, Kings, NY",1863,171,1731,164,1534,178,0,12,0,12,184,135,0,12,0,12,13,19,0,12,13,19,132,100,116,100,0,12,3,5,0,12,0,12,13,19,0,12,0,12,0,12 +14000US36047016700,"Census Tract 167, Kings, NY",5531,524,5037,549,4402,592,79,81,0,17,356,186,0,17,16,26,184,148,0,17,184,148,494,341,455,337,20,32,0,17,0,17,0,17,19,29,0,17,0,17,0,17 +14000US36047016800,"Census Tract 168, Kings, NY",1734,261,1633,270,1027,191,0,12,0,12,570,256,0,12,7,11,29,36,7,10,22,35,101,77,82,71,0,12,0,12,0,12,0,12,0,12,19,31,0,12,19,31 +14000US36047016900,"Census Tract 169, Kings, NY",5003,481,4424,546,3749,531,22,37,0,17,446,110,0,17,23,41,184,152,0,17,184,152,579,220,255,129,15,25,0,17,0,17,0,17,294,214,15,35,0,17,15,35 +14000US36047017000,"Census Tract 170, Kings, NY",3578,417,3014,390,1399,314,59,93,0,12,1556,321,0,12,0,12,0,12,0,12,0,12,564,299,368,219,0,12,0,12,0,12,0,12,196,213,0,12,0,12,0,12 +14000US36047017100,"Census Tract 171, Kings, NY",4206,328,3617,351,3223,359,27,25,0,12,267,139,0,12,68,97,32,54,0,12,32,54,589,241,441,227,2,4,0,12,0,12,0,12,91,71,55,67,40,64,15,24 +14000US36047017200,"Census Tract 172, Kings, NY",3282,380,2599,384,1145,233,1,8,0,12,1333,286,9,16,0,12,111,126,0,12,111,126,683,342,304,182,1,3,0,12,32,56,0,12,290,278,56,84,56,84,0,12 +14000US36047017400,"Census Tract 174, Kings, NY",2184,215,1982,211,1198,191,0,12,5,8,743,167,0,12,7,10,29,42,0,12,29,42,202,143,32,39,0,12,0,12,0,12,0,12,136,150,34,45,34,45,0,12 +14000US36047017500,"Census Tract 175, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047017600,"Census Tract 176, Kings, NY",2563,239,2065,219,1228,209,22,26,0,12,784,208,0,12,0,12,31,41,0,12,31,41,498,226,145,123,0,12,0,12,0,12,0,12,332,227,21,30,21,30,0,12 +14000US36047017700,"Census Tract 177, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047017800,"Census Tract 178, Kings, NY",3215,344,2061,242,695,150,86,72,0,12,1257,211,11,17,6,8,6,10,0,12,6,10,1154,374,602,301,0,12,0,12,5,9,0,12,547,220,0,12,0,12,0,12 +14000US36047017900,"Census Tract 179, Kings, NY",4318,348,3713,372,939,171,2215,312,0,12,261,117,0,12,33,54,265,141,0,12,265,141,605,216,113,62,94,86,0,12,0,12,0,12,175,111,223,192,215,192,8,12 +14000US36047018000,"Census Tract 180, Kings, NY",3352,404,2417,410,1221,298,0,12,0,12,1186,396,0,12,0,12,10,16,0,12,10,16,935,412,531,263,50,88,0,12,0,12,0,12,354,335,0,12,0,12,0,12 +14000US36047018100,"Census Tract 181, Kings, NY",3875,484,3384,440,1997,335,1062,266,0,12,231,96,0,12,0,12,94,84,0,12,94,84,491,298,119,88,16,27,0,12,0,12,0,12,300,246,56,89,0,12,56,89 +14000US36047018200,"Census Tract 182, Kings, NY",3668,392,3082,360,1165,239,65,64,0,12,1812,347,0,12,0,12,40,55,0,12,40,55,586,300,266,201,0,12,0,12,0,12,0,12,257,217,63,99,0,12,63,99 +14000US36047018300,"Census Tract 183, Kings, NY",2721,250,2485,286,1818,248,314,191,0,12,122,58,0,12,41,44,190,100,10,16,180,102,236,100,108,71,59,60,0,12,46,46,0,12,23,25,0,12,0,12,0,12 +14000US36047018400,"Census Tract 184, Kings, NY",2769,242,2602,249,1173,169,0,12,0,12,1399,204,0,12,0,12,30,40,0,12,30,40,167,122,57,35,0,12,0,12,23,28,0,12,26,36,61,79,61,79,0,12 +14000US36047018501,"Census Tract 185.01, Kings, NY",4600,452,3181,384,275,131,2577,392,32,49,243,107,0,12,0,12,54,50,9,19,45,37,1419,348,562,287,382,233,0,12,0,12,0,12,446,302,29,37,18,31,11,17 +14000US36047018600,"Census Tract 186, Kings, NY",2249,279,2043,201,1112,154,0,12,0,12,901,162,0,12,0,12,30,45,0,12,30,45,206,201,18,16,0,12,0,12,0,12,0,12,188,200,0,12,0,12,0,12 +14000US36047018700,"Census Tract 187, Kings, NY",1623,214,1143,175,616,132,319,110,0,12,129,74,0,12,4,8,75,69,46,68,29,31,480,207,107,50,12,17,0,12,0,12,0,12,188,149,173,123,25,30,148,120 +14000US36047018800,"Census Tract 188, Kings, NY",2702,220,2390,181,1429,193,7,9,0,12,940,194,0,12,0,12,14,20,0,12,14,20,312,164,230,137,0,12,0,12,0,12,0,12,76,91,6,8,6,8,0,12 +14000US36047019000,"Census Tract 190, Kings, NY",4635,485,3353,441,1270,288,46,41,0,12,2037,406,0,12,0,12,0,12,0,12,0,12,1282,381,713,306,19,20,46,50,0,12,0,12,504,283,0,12,0,12,0,12 +14000US36047019100,"Census Tract 191, Kings, NY",2788,291,2413,321,1492,309,522,187,0,12,253,108,0,12,9,19,137,105,0,12,137,105,375,173,223,148,0,12,0,12,0,12,0,12,152,91,0,12,0,12,0,12 +14000US36047019200,"Census Tract 192, Kings, NY",3076,326,2642,393,1205,358,28,36,24,37,1385,263,0,12,0,12,0,12,0,12,0,12,434,265,99,80,0,12,0,12,40,40,0,12,248,212,47,63,47,63,0,12 +14000US36047019300,"Census Tract 193, Kings, NY",6010,600,5209,561,1932,303,2553,451,0,17,607,221,8,15,11,22,98,63,37,36,61,49,801,268,379,234,186,198,0,17,0,17,0,17,114,82,122,115,90,109,32,49 +14000US36047019400,"Census Tract 194, Kings, NY",3889,397,2907,396,925,247,5,10,0,12,1969,328,0,12,0,12,8,12,8,12,0,12,982,379,351,259,0,12,0,12,0,12,0,12,631,334,0,12,0,12,0,12 +14000US36047019500,"Census Tract 195, Kings, NY",3787,264,3411,246,1842,291,1270,260,0,12,173,106,0,12,17,29,109,71,15,25,94,60,376,107,254,80,38,57,18,29,0,12,0,12,66,47,0,12,0,12,0,12 +14000US36047019600,"Census Tract 196, Kings, NY",3822,402,3086,392,1730,350,35,25,0,12,1275,390,0,12,46,73,0,12,0,12,0,12,736,344,167,124,0,12,0,12,0,12,0,12,513,326,56,48,22,37,34,34 +14000US36047019700,"Census Tract 197, Kings, NY",3615,314,3346,312,1880,225,1129,254,0,12,236,113,0,12,8,13,93,64,12,18,81,61,269,136,92,59,123,117,0,12,0,12,0,12,41,45,13,20,13,20,0,12 +14000US36047019800,"Census Tract 198, Kings, NY",1791,277,1544,304,765,169,7,10,0,12,767,263,0,12,0,12,5,9,0,12,5,9,247,141,72,51,0,12,41,52,0,12,0,12,61,35,73,109,73,109,0,12 +14000US36047019900,"Census Tract 199, Kings, NY",3504,378,3058,287,1796,290,936,272,0,12,154,71,0,12,0,12,172,95,0,12,172,95,446,181,180,101,60,68,0,12,0,12,0,12,195,158,11,18,0,12,11,18 +14000US36047020000,"Census Tract 200, Kings, NY",2427,215,1903,264,1008,203,11,18,0,12,884,228,0,12,0,12,0,12,0,12,0,12,524,176,206,148,0,12,0,12,0,12,0,12,311,156,7,11,7,11,0,12 +14000US36047020100,"Census Tract 201, Kings, NY",3808,393,3497,373,1926,324,1155,256,0,12,174,87,0,12,12,19,230,109,0,12,230,109,311,123,139,92,50,57,0,12,12,19,0,12,70,64,40,45,0,12,40,45 +14000US36047020200,"Census Tract 202, Kings, NY",1910,215,1772,222,1144,149,0,12,33,50,581,156,0,12,0,12,14,21,0,12,14,21,138,83,138,83,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047020300,"Census Tract 203, Kings, NY",1825,156,1483,169,690,100,530,177,0,12,233,119,0,12,12,17,18,16,0,12,18,16,342,96,123,61,53,36,7,10,0,12,0,12,117,64,42,53,0,12,42,53 +14000US36047020400,"Census Tract 204, Kings, NY",2111,226,2078,230,1443,239,0,12,0,12,580,187,22,29,0,12,33,49,0,12,33,49,33,23,33,23,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047020500,"Census Tract 205, Kings, NY",2918,228,2849,227,1456,210,729,234,14,22,377,118,0,12,36,39,237,111,0,12,237,111,69,42,33,25,0,12,0,12,0,12,0,12,10,16,26,31,18,28,8,14 +14000US36047020600,"Census Tract 206, Kings, NY",2417,227,2065,205,1399,181,11,13,0,12,655,128,0,12,0,12,0,12,0,12,0,12,352,131,258,102,0,12,0,12,0,12,0,12,94,83,0,12,0,12,0,12 +14000US36047020700,"Census Tract 207, Kings, NY",4521,410,3882,383,2502,326,834,201,0,12,277,258,0,12,12,22,257,130,0,12,257,130,639,288,203,94,270,199,0,12,0,12,0,12,136,196,30,31,17,28,13,22 +14000US36047020800,"Census Tract 208, Kings, NY",3253,424,3059,450,904,255,98,110,60,86,1780,496,0,12,0,12,217,144,0,12,217,144,194,150,62,58,25,38,0,12,0,12,0,12,0,12,107,139,84,120,23,37 +14000US36047021000,"Census Tract 210, Kings, NY",4153,435,3304,470,1149,263,33,42,0,12,2070,436,0,12,10,15,42,42,10,15,32,39,849,352,211,175,14,22,0,12,0,12,0,12,624,295,0,12,0,12,0,12 +14000US36047021100,"Census Tract 211, Kings, NY",1893,194,1167,203,435,94,600,181,0,12,109,64,0,12,0,12,23,22,0,12,23,22,726,177,159,95,131,81,0,12,0,12,0,12,397,186,39,34,10,14,29,32 +14000US36047021200,"Census Tract 212, Kings, NY",4525,504,3971,509,972,259,0,12,0,12,2975,505,0,12,0,12,24,31,0,12,24,31,554,304,113,74,0,12,0,12,0,12,0,12,434,295,7,10,0,12,7,10 +14000US36047021300,"Census Tract 213, Kings, NY",4279,417,4063,443,865,185,3013,467,0,12,59,37,0,12,27,51,99,78,13,20,86,76,216,108,55,47,76,65,0,12,0,12,0,12,68,61,17,29,17,29,0,12 +14000US36047021400,"Census Tract 214, Kings, NY",2252,336,2067,348,1088,256,0,12,0,12,979,288,0,12,0,12,0,12,0,12,0,12,185,171,91,82,0,12,0,12,0,12,0,12,94,147,0,12,0,12,0,12 +14000US36047021500,"Census Tract 215, Kings, NY",5544,540,5059,538,1916,315,2315,501,25,37,328,140,0,17,32,45,443,286,101,178,342,201,485,120,348,179,57,76,0,17,0,17,0,17,80,114,0,17,0,17,0,17 +14000US36047021600,"Census Tract 216, Kings, NY",4769,555,4604,527,4063,533,0,12,0,12,541,256,0,12,0,12,0,12,0,12,0,12,165,206,93,154,0,12,0,12,0,12,0,12,72,123,0,12,0,12,0,12 +14000US36047021700,"Census Tract 217, Kings, NY",3962,342,3237,347,894,226,1840,312,0,12,296,160,0,12,50,76,157,104,25,27,132,91,725,235,85,100,55,61,0,12,15,25,0,12,570,275,0,12,0,12,0,12 +14000US36047021800,"Census Tract 218, Kings, NY",3449,481,3130,543,2988,544,28,45,0,12,114,142,0,12,0,12,0,12,0,12,0,12,319,363,0,12,11,18,0,12,0,12,0,12,295,367,13,21,0,12,13,21 +14000US36047021900,"Census Tract 219, Kings, NY",3568,342,3235,372,884,168,2045,325,0,12,248,150,0,12,0,12,58,57,9,14,49,54,333,154,83,59,73,49,0,12,0,12,0,12,161,155,16,18,0,12,16,18 +14000US36047022000,"Census Tract 220, Kings, NY",4381,744,4197,734,3850,758,125,203,0,12,222,255,0,12,0,12,0,12,0,12,0,12,184,203,184,203,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047022100,"Census Tract 221, Kings, NY",3991,416,3500,410,1297,324,1880,356,0,12,207,131,0,12,64,68,52,40,0,12,52,40,491,167,128,82,105,79,0,12,0,12,0,12,220,111,38,41,38,41,0,12 +14000US36047022200,"Census Tract 222, Kings, NY",3943,564,3799,592,3662,601,0,12,0,12,137,91,0,12,0,12,0,12,0,12,0,12,144,116,79,74,0,12,0,12,0,12,0,12,0,12,65,89,0,12,65,89 +14000US36047022400,"Census Tract 224, Kings, NY",5792,679,5025,674,3976,630,11,16,0,17,1038,409,0,17,0,17,0,17,0,17,0,17,767,394,427,260,0,17,0,17,0,17,0,17,315,331,25,27,10,15,15,22 +14000US36047022600,"Census Tract 226, Kings, NY",2040,333,1068,284,752,279,38,60,0,12,261,131,0,12,0,12,17,27,0,12,17,27,972,341,322,188,0,12,0,12,0,12,0,12,650,338,0,12,0,12,0,12 +14000US36047022700,"Census Tract 227, Kings, NY",3654,381,3371,383,1195,235,1815,371,0,12,147,61,10,14,12,18,192,100,12,18,180,97,283,177,76,68,119,126,0,12,0,12,0,12,53,51,35,52,2,4,33,52 +14000US36047022800,"Census Tract 228, Kings, NY",3687,450,3343,472,2445,432,54,46,0,12,814,248,0,12,0,12,30,26,15,19,15,17,344,156,153,106,0,12,0,12,0,12,0,12,191,127,0,12,0,12,0,12 +14000US36047022900,"Census Tract 229, Kings, NY",3841,343,3544,336,1413,277,1715,320,0,12,325,165,0,12,32,49,59,40,0,12,59,40,297,120,113,68,86,65,12,25,8,12,9,14,69,51,0,12,0,12,0,12 +14000US36047023000,"Census Tract 230, Kings, NY",4171,604,3885,591,3373,582,117,151,0,12,340,279,0,12,0,12,55,58,34,53,21,25,286,160,170,109,0,12,0,12,0,12,0,12,116,121,0,12,0,12,0,12 +14000US36047023100,"Census Tract 231, Kings, NY",3607,332,3167,319,1506,238,1287,253,0,12,166,92,0,12,31,49,177,92,0,12,177,92,440,238,126,83,198,194,0,12,0,12,0,12,89,64,27,22,0,12,27,22 +14000US36047023200,"Census Tract 232, Kings, NY",5406,799,4616,830,4233,803,0,17,0,17,383,228,0,17,0,17,0,17,0,17,0,17,790,465,584,414,31,48,0,17,0,17,0,17,175,256,0,17,0,17,0,17 +14000US36047023300,"Census Tract 233, Kings, NY",5252,478,4242,462,1369,248,2442,425,0,17,256,154,0,17,0,17,175,133,0,17,175,133,1010,319,403,239,107,87,0,17,0,17,0,17,310,209,190,174,23,41,167,170 +14000US36047023400,"Census Tract 234, Kings, NY",4578,664,4405,688,4380,695,11,18,14,21,0,12,0,12,0,12,0,12,0,12,0,12,173,166,47,51,0,12,0,12,0,12,0,12,126,162,0,12,0,12,0,12 +14000US36047023500,"Census Tract 235, Kings, NY",4316,516,3459,401,2450,465,670,229,0,12,244,134,0,12,22,34,73,59,8,12,65,58,857,323,334,201,25,27,0,12,0,12,0,12,487,285,11,16,11,16,0,12 +14000US36047023600,"Census Tract 236, Kings, NY",6000,615,5932,620,5579,620,14,20,48,70,280,161,0,17,0,17,11,20,0,17,11,20,68,82,0,17,0,17,0,17,0,17,14,21,54,78,0,17,0,17,0,17 +14000US36047023800,"Census Tract 238, Kings, NY",3857,752,3525,663,3488,671,0,12,0,12,0,12,0,12,0,12,37,59,0,12,37,59,332,387,332,387,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047024000,"Census Tract 240, Kings, NY",4562,542,4437,546,4297,544,50,26,0,12,4,9,0,12,51,80,35,52,20,31,15,22,125,131,29,40,7,8,0,12,0,12,0,12,77,125,12,18,12,18,0,12 +14000US36047024100,"Census Tract 241, Kings, NY",2707,359,2068,302,1498,226,387,187,0,12,88,56,0,12,0,12,95,79,0,12,95,79,639,316,259,180,18,29,127,227,0,12,0,12,190,125,45,50,0,12,45,50 +14000US36047024200,"Census Tract 242, Kings, NY",2872,326,2762,322,2511,323,0,12,0,12,251,110,0,12,0,12,0,12,0,12,0,12,110,104,104,103,0,12,0,12,0,12,0,12,6,9,0,12,0,12,0,12 +14000US36047024300,"Census Tract 243, Kings, NY",4165,451,3731,440,1371,235,2033,429,0,12,150,76,0,12,0,12,177,105,0,12,177,105,434,172,163,104,48,41,0,12,0,12,0,12,212,157,11,18,0,12,11,18 +14000US36047024400,"Census Tract 244, Kings, NY",3829,365,3403,380,3038,377,7,8,0,12,320,86,13,19,0,12,25,37,0,12,25,37,426,174,82,73,0,12,0,12,0,12,0,12,344,189,0,12,0,12,0,12 +14000US36047024500,"Census Tract 245, Kings, NY",4534,515,4260,477,1138,287,2592,463,0,12,446,150,0,12,0,12,84,51,11,15,73,52,274,119,128,83,77,72,0,12,0,12,0,12,31,39,38,27,0,12,38,27 +14000US36047024600,"Census Tract 246, Kings, NY",2942,309,2714,297,1681,252,2,2,0,12,1010,229,0,12,0,12,21,34,0,12,21,34,228,119,65,54,0,12,7,12,0,12,0,12,156,108,0,12,0,12,0,12 +14000US36047024700,"Census Tract 247, Kings, NY",2561,279,2319,272,442,158,1522,232,14,23,130,96,0,12,156,150,55,36,0,12,55,36,242,105,59,41,105,81,0,12,0,12,0,12,48,45,30,29,30,29,0,12 +14000US36047024800,"Census Tract 248, Kings, NY",2749,311,2211,289,880,188,37,46,18,51,1144,259,0,12,82,108,50,40,0,12,50,40,538,281,290,181,0,12,0,12,54,84,0,12,194,156,0,12,0,12,0,12 +14000US36047024900,"Census Tract 249, Kings, NY",4306,472,3946,477,1203,242,2510,449,0,12,186,159,0,12,0,12,47,42,0,12,47,42,360,181,91,72,34,41,0,12,0,12,0,12,235,166,0,12,0,12,0,12 +14000US36047025000,"Census Tract 250, Kings, NY",1755,269,1359,211,287,119,0,12,0,12,1058,190,0,12,0,12,14,23,0,12,14,23,396,284,58,44,0,12,25,37,0,12,0,12,313,281,0,12,0,12,0,12 +14000US36047025100,"Census Tract 251, Kings, NY",3534,450,2918,441,648,192,2077,407,0,12,86,62,0,12,17,26,90,84,9,14,81,83,616,193,117,80,0,12,0,12,0,12,0,12,333,224,166,150,35,36,131,154 +14000US36047025200,"Census Tract 252, Kings, NY",4921,463,3929,445,1895,270,119,88,37,39,1770,371,0,12,0,12,108,98,0,12,108,98,992,433,186,135,0,12,7,11,0,12,0,12,731,426,68,63,68,63,0,12 +14000US36047025300,"Census Tract 253, Kings, NY",3383,597,2913,560,1112,376,1544,554,0,12,225,110,0,12,0,12,32,41,0,12,32,41,470,231,360,213,74,74,0,12,0,12,0,12,36,44,0,12,0,12,0,12 +14000US36047025400,"Census Tract 254, Kings, NY",4083,430,3854,441,1559,338,0,12,10,17,2210,391,0,12,0,12,75,88,53,84,22,28,229,125,84,72,0,12,0,12,49,58,0,12,39,45,57,64,57,64,0,12 +14000US36047025500,"Census Tract 255, Kings, NY",5865,553,2067,457,196,228,1692,435,21,34,114,110,0,17,0,17,44,47,0,17,44,47,3798,478,944,396,1069,418,50,58,0,17,0,17,1333,373,402,288,150,102,252,227 +14000US36047025600,"Census Tract 256, Kings, NY",3008,392,2824,358,720,296,57,68,0,12,1954,336,0,12,0,12,93,116,0,12,93,116,184,236,20,32,0,12,0,12,0,12,0,12,164,235,0,12,0,12,0,12 +14000US36047025700,"Census Tract 257, Kings, NY",2136,302,1228,311,502,138,628,242,0,12,52,63,0,12,0,12,46,40,0,12,46,40,908,199,295,148,96,81,68,98,0,12,0,12,440,176,9,17,6,14,3,8 +14000US36047025800,"Census Tract 258, Kings, NY",4486,488,3487,421,1732,296,2,3,0,12,1753,454,0,12,0,12,0,12,0,12,0,12,999,493,144,82,0,12,0,12,0,12,0,12,855,490,0,12,0,12,0,12 +14000US36047025901,"Census Tract 259.01, Kings, NY",2228,205,1470,174,612,79,813,172,0,12,13,14,0,12,0,12,32,40,0,12,32,40,758,137,225,135,152,118,0,12,0,12,0,12,334,176,47,59,0,12,47,59 +14000US36047025902,"Census Tract 259.02, Kings, NY",3558,291,1691,268,0,12,1557,255,0,12,116,119,0,12,0,12,18,30,0,12,18,30,1867,337,667,301,342,192,11,17,0,12,0,12,831,353,16,25,0,12,16,25 +14000US36047026000,"Census Tract 260, Kings, NY",3174,364,2868,323,1145,231,19,31,0,12,1596,341,0,12,70,105,38,57,0,12,38,57,306,163,101,95,0,12,0,12,40,62,0,12,165,131,0,12,0,12,0,12 +14000US36047026100,"Census Tract 261, Kings, NY",4781,606,3210,518,810,281,2209,467,0,12,115,106,0,12,0,12,76,80,0,12,76,80,1571,483,366,247,256,214,68,105,0,12,10,16,636,409,235,228,25,43,210,192 +14000US36047026200,"Census Tract 262, Kings, NY",2550,287,2012,237,718,135,42,43,0,12,1202,235,0,12,0,12,50,41,0,12,50,41,538,178,240,188,0,12,0,12,0,12,0,12,270,191,28,35,0,12,28,35 +14000US36047026300,"Census Tract 263, Kings, NY",1844,239,1591,233,396,114,1121,223,0,12,41,34,3,5,18,27,12,13,8,12,4,6,253,112,85,66,26,32,32,37,0,12,0,12,99,91,11,16,0,12,11,16 +14000US36047026400,"Census Tract 264, Kings, NY",4776,488,3538,385,1234,243,68,82,44,68,2160,410,0,12,0,12,32,37,0,12,32,37,1238,378,350,202,0,12,0,12,41,61,0,12,847,374,0,12,0,12,0,12 +14000US36047026500,"Census Tract 265, Kings, NY",3991,486,3288,423,897,249,2202,471,28,40,72,49,0,12,0,12,89,63,34,42,55,51,703,333,201,125,0,12,0,12,8,15,0,12,356,271,138,174,14,19,124,173 +14000US36047026600,"Census Tract 266, Kings, NY",3501,402,3043,358,866,288,0,12,0,12,2177,319,0,12,0,12,0,12,0,12,0,12,458,327,45,42,0,12,0,12,0,12,0,12,405,326,8,12,8,12,0,12 +14000US36047026700,"Census Tract 267, Kings, NY",4095,491,3550,479,1079,271,2190,412,0,12,95,73,0,12,5,9,181,196,0,12,181,196,545,164,109,68,229,132,0,12,0,12,0,12,181,123,26,29,26,29,0,12 +14000US36047026800,"Census Tract 268, Kings, NY",3842,433,3009,336,1621,204,2,5,0,12,1373,277,0,12,0,12,13,19,0,12,13,19,833,327,326,190,0,12,0,12,0,12,0,12,492,286,15,24,15,24,0,12 +14000US36047026900,"Census Tract 269, Kings, NY",3121,428,2734,434,378,144,2110,420,0,12,204,174,0,12,0,12,42,42,0,12,42,42,387,208,166,119,181,188,0,12,11,17,0,12,29,35,0,12,0,12,0,12 +14000US36047027000,"Census Tract 270, Kings, NY",2158,248,2045,243,1196,220,31,44,10,16,799,197,0,12,0,12,9,13,0,12,9,13,113,75,39,42,0,12,0,12,0,12,0,12,67,57,7,11,7,11,0,12 +14000US36047027100,"Census Tract 271, Kings, NY",2775,381,2557,356,247,114,2064,337,0,12,186,218,0,12,23,36,37,41,0,12,37,41,218,105,62,65,121,89,0,12,0,12,0,12,24,26,11,44,11,44,0,12 +14000US36047027200,"Census Tract 272, Kings, NY",3738,426,2724,385,1511,375,0,12,0,12,1207,195,0,12,0,12,6,10,0,12,6,10,1014,637,281,249,0,12,0,12,0,12,0,12,712,516,21,34,21,34,0,12 +14000US36047027300,"Census Tract 273, Kings, NY",3317,497,3194,493,307,117,2765,490,0,12,57,44,0,12,0,12,65,51,0,12,65,51,123,80,37,45,36,38,17,28,0,12,0,12,7,14,26,29,14,23,12,18 +14000US36047027400,"Census Tract 274, Kings, NY",3271,391,2687,337,1501,270,36,40,0,12,1113,265,0,12,0,12,37,53,0,12,37,53,584,291,341,228,0,12,0,12,0,12,0,12,105,103,138,120,138,120,0,12 +14000US36047027500,"Census Tract 275, Kings, NY",4439,576,4091,552,739,196,2891,589,0,12,229,173,0,12,40,67,192,108,0,12,192,108,348,175,101,94,117,88,0,12,0,12,0,12,115,96,15,23,15,23,0,12 +14000US36047027600,"Census Tract 276, Kings, NY",3804,708,2407,328,1057,265,9,16,0,12,1261,310,0,12,0,12,80,80,0,12,80,80,1397,729,502,325,0,12,0,12,0,12,0,12,884,656,11,17,11,17,0,12 +14000US36047027700,"Census Tract 277, Kings, NY",4735,463,4185,471,480,186,3539,472,0,12,45,39,0,12,0,12,121,95,0,12,121,95,550,226,101,83,52,48,37,59,0,12,0,12,187,174,173,142,19,31,154,141 +14000US36047027800,"Census Tract 278, Kings, NY",3285,409,3007,400,1256,247,27,33,0,12,1702,421,0,12,22,35,0,12,0,12,0,12,278,235,87,98,0,12,0,12,0,12,0,12,191,224,0,12,0,12,0,12 +14000US36047027900,"Census Tract 279, Kings, NY",3668,448,3423,435,504,151,2697,408,0,12,23,19,0,12,11,17,188,192,0,12,188,192,245,175,61,43,157,182,0,12,0,12,0,12,27,40,0,12,0,12,0,12 +14000US36047028000,"Census Tract 280, Kings, NY",1805,188,1539,133,760,121,33,41,0,12,741,136,0,12,0,12,5,6,0,12,5,6,266,180,99,109,0,12,0,12,0,12,0,12,158,151,9,13,9,13,0,12 +14000US36047028100,"Census Tract 281, Kings, NY",4649,480,3228,445,558,129,2311,437,8,14,129,87,0,12,0,12,222,97,0,12,222,97,1421,343,376,174,142,128,0,12,0,12,0,12,858,363,45,51,14,22,31,47 +14000US36047028200,"Census Tract 282, Kings, NY",3564,537,3273,516,1349,322,0,12,0,12,1805,461,0,12,23,27,96,146,0,12,96,146,291,202,205,158,2,9,10,16,0,12,0,12,68,109,6,20,0,12,6,20 +14000US36047028300,"Census Tract 283, Kings, NY",3988,570,2589,490,574,130,1910,515,16,29,78,78,0,12,0,12,11,18,11,18,0,12,1399,392,699,297,126,131,0,12,0,12,0,12,441,270,133,117,67,90,66,73 +14000US36047028400,"Census Tract 284, Kings, NY",3553,374,3028,381,1758,340,60,61,0,12,1139,282,0,12,0,12,71,81,0,12,71,81,525,278,310,187,0,12,14,21,0,12,0,12,201,206,0,12,0,12,0,12 +14000US36047028501,"Census Tract 285.01, Kings, NY",462,170,182,76,142,73,13,14,0,12,27,20,0,12,0,12,0,12,0,12,0,12,280,176,79,64,0,12,0,12,0,12,0,12,201,184,0,12,0,12,0,12 +14000US36047028502,"Census Tract 285.02, Kings, NY",3131,285,1807,291,5,16,1638,300,0,12,128,210,0,12,0,12,36,59,0,12,36,59,1324,290,151,125,244,226,12,18,0,12,0,12,772,285,145,135,115,128,30,34 +14000US36047028600,"Census Tract 286, Kings, NY",4956,443,4209,466,2375,495,73,93,0,12,1351,337,0,12,0,12,410,448,0,12,410,448,747,314,244,148,61,93,102,164,0,12,0,12,203,185,137,171,137,171,0,12 +14000US36047028700,"Census Tract 287, Kings, NY",3003,343,2229,410,453,151,1415,413,27,43,334,168,0,12,0,12,0,12,0,12,0,12,774,205,395,172,213,161,0,12,0,12,0,12,154,83,12,27,0,12,12,27 +14000US36047028800,"Census Tract 288, Kings, NY",3566,504,2811,369,1366,319,18,21,0,12,1389,357,0,12,20,32,18,20,0,12,18,20,755,429,111,99,0,12,0,12,0,12,0,12,644,428,0,12,0,12,0,12 +14000US36047028900,"Census Tract 289, Kings, NY",3870,538,2819,643,429,178,2227,630,48,66,60,73,0,12,18,27,37,32,4,7,33,31,1051,453,329,204,81,84,0,12,0,12,0,12,247,228,394,413,10,16,384,413 +14000US36047029000,"Census Tract 290, Kings, NY",4118,498,3827,481,2631,539,0,12,0,12,1011,361,0,12,0,12,185,146,13,21,172,145,291,196,90,66,0,12,0,12,23,36,0,12,164,178,14,23,0,12,14,23 +14000US36047029100,"Census Tract 291, Kings, NY",2927,404,2549,448,588,187,1907,412,0,12,9,15,0,12,0,12,45,31,0,12,45,31,378,213,156,118,18,28,0,12,0,12,0,12,204,210,0,12,0,12,0,12 +14000US36047029200,"Census Tract 292, Kings, NY",2787,267,2253,276,1198,241,94,91,0,12,916,233,0,12,0,12,45,57,0,12,45,57,534,209,222,115,0,12,0,12,52,77,0,12,252,178,8,12,8,12,0,12 +14000US36047029300,"Census Tract 293, Kings, NY",3315,389,2587,420,287,147,1973,383,75,115,203,258,0,12,0,12,49,51,0,12,49,51,728,341,271,341,165,121,0,12,0,12,0,12,292,177,0,12,0,12,0,12 +14000US36047029400,"Census Tract 294, Kings, NY",2588,359,2249,332,1256,276,182,84,0,12,754,170,0,12,0,12,57,89,0,12,57,89,339,183,162,90,0,12,0,12,7,11,0,12,135,154,35,51,0,12,35,51 +14000US36047029500,"Census Tract 295, Kings, NY",4266,449,3907,416,726,152,2859,407,0,12,148,184,0,12,0,12,174,121,0,12,174,121,359,139,41,34,62,73,0,12,10,17,0,12,135,100,111,89,63,77,48,46 +14000US36047029600,"Census Tract 296, Kings, NY",5898,732,5195,691,2710,595,4,10,0,17,2203,811,0,17,0,17,278,242,0,17,278,242,703,609,194,228,29,46,17,26,0,17,0,17,363,531,100,96,24,43,76,87 +14000US36047029700,"Census Tract 297, Kings, NY",4373,514,4007,469,496,172,3304,478,0,12,54,36,0,12,0,12,153,92,0,12,153,92,366,277,2,6,245,250,0,12,17,26,0,12,25,39,77,91,64,88,13,20 +14000US36047029800,"Census Tract 298, Kings, NY",3707,406,3085,473,1547,344,64,71,0,12,1360,404,0,12,99,143,15,26,0,12,15,26,622,245,145,121,39,59,0,12,0,12,0,12,438,276,0,12,0,12,0,12 +14000US36047029900,"Census Tract 299, Kings, NY",2968,358,2205,333,111,63,2010,344,0,12,70,67,0,12,5,8,9,12,5,8,4,8,763,233,84,64,161,97,0,12,0,12,0,12,502,202,16,19,5,8,11,17 +14000US36047030000,"Census Tract 300, Kings, NY",4196,488,3456,402,1160,295,66,64,14,25,2169,388,0,12,0,12,47,62,0,12,47,62,740,416,82,80,39,51,0,12,7,12,0,12,612,409,0,12,0,12,0,12 +14000US36047030100,"Census Tract 301, Kings, NY",2924,375,2504,374,160,105,2290,370,0,12,54,61,0,12,0,12,0,12,0,12,0,12,420,198,21,35,299,175,0,12,0,12,0,12,21,30,79,97,60,93,19,31 +14000US36047030200,"Census Tract 302, Kings, NY",4608,351,4381,406,1515,317,56,61,0,12,2707,392,0,12,9,13,94,106,0,12,94,106,227,139,118,101,0,12,0,12,0,12,0,12,109,93,0,12,0,12,0,12 +14000US36047030300,"Census Tract 303, Kings, NY",4795,496,3629,453,58,49,3408,435,0,12,54,73,0,12,20,32,89,81,10,15,79,79,1166,437,104,84,244,228,0,12,18,30,0,12,735,389,65,68,41,49,24,36 +14000US36047030400,"Census Tract 304, Kings, NY",4106,345,3879,363,1777,283,67,92,0,12,1763,309,0,12,0,12,272,206,0,12,272,206,227,110,122,102,0,12,0,12,16,17,0,12,89,83,0,12,0,12,0,12 +14000US36047030500,"Census Tract 305, Kings, NY",6350,456,5598,439,2606,397,2504,486,0,17,354,219,0,17,16,26,118,86,0,17,118,86,752,306,265,144,68,102,0,17,18,29,0,17,401,248,0,17,0,17,0,17 +14000US36047030600,"Census Tract 306, Kings, NY",1702,188,1463,212,664,179,7,16,0,12,767,159,0,12,0,12,25,39,0,12,25,39,239,105,108,75,0,12,0,12,0,12,0,12,131,94,0,12,0,12,0,12 +14000US36047030700,"Census Tract 307, Kings, NY",5544,670,4134,625,168,114,3885,634,0,17,31,52,0,17,0,17,50,50,29,43,21,25,1410,449,241,169,533,312,0,17,0,17,0,17,597,405,39,42,17,27,22,32 +14000US36047030800,"Census Tract 308, Kings, NY",1988,273,1761,238,1338,221,22,30,0,12,401,98,0,12,0,12,0,12,0,12,0,12,227,194,187,183,0,12,0,12,0,12,0,12,40,46,0,12,0,12,0,12 +14000US36047030900,"Census Tract 309, Kings, NY",2126,263,1930,276,32,33,1654,269,0,12,140,87,0,12,0,12,104,159,0,12,104,159,196,97,74,58,67,69,0,12,0,12,0,12,40,29,15,23,15,23,0,12 +14000US36047031100,"Census Tract 311, Kings, NY",2998,376,2719,360,191,104,2326,351,0,12,15,23,0,12,34,60,153,110,0,12,153,110,279,144,34,38,104,86,0,12,0,12,0,12,141,102,0,12,0,12,0,12 +14000US36047031300,"Census Tract 313, Kings, NY",4675,564,3994,517,770,275,3131,538,0,12,18,30,0,12,0,12,75,63,0,12,75,63,681,268,62,70,369,227,20,33,53,82,0,12,93,106,84,79,40,45,44,68 +14000US36047031400,"Census Tract 314, Kings, NY",5138,495,4640,467,3481,446,22,22,20,34,1117,288,0,17,0,17,0,17,0,17,0,17,498,274,373,255,0,17,0,17,9,17,0,17,116,115,0,17,0,17,0,17 +14000US36047031500,"Census Tract 315, Kings, NY",4787,511,4394,521,1644,264,2391,458,0,12,163,104,0,12,0,12,196,221,0,12,196,221,393,199,172,135,18,44,0,12,0,12,0,12,129,118,74,93,74,93,0,12 +14000US36047031701,"Census Tract 317.01, Kings, NY",3401,421,3269,422,987,252,1984,399,0,12,156,93,0,12,0,12,142,107,0,12,142,107,132,74,66,54,23,24,10,16,0,12,0,12,33,39,0,12,0,12,0,12 +14000US36047031702,"Census Tract 317.02, Kings, NY",3589,397,3145,393,1035,209,1754,414,0,12,149,69,0,12,0,12,207,142,0,12,207,142,444,180,143,111,73,66,0,12,0,12,0,12,141,107,87,82,65,81,22,24 +14000US36047031900,"Census Tract 319, Kings, NY",3128,476,2877,462,1211,494,1568,321,0,12,38,45,0,12,0,12,60,65,0,12,60,65,251,168,83,128,100,107,0,12,0,12,0,12,56,89,12,15,8,12,4,7 +14000US36047032100,"Census Tract 321, Kings, NY",5582,762,5074,730,1209,266,3323,709,0,17,140,75,0,17,342,313,60,83,0,17,60,83,508,383,261,218,187,296,0,17,0,17,0,17,60,73,0,17,0,17,0,17 +14000US36047032300,"Census Tract 323, Kings, NY",3641,308,3433,314,786,189,2428,323,0,12,43,35,0,12,0,12,176,184,41,61,135,155,208,107,51,54,99,69,0,12,0,12,0,12,58,51,0,12,0,12,0,12 +14000US36047032500,"Census Tract 325, Kings, NY",6685,558,6236,583,456,172,5489,619,0,17,161,90,0,17,0,17,130,87,21,31,109,88,449,112,55,51,208,157,0,17,17,28,0,17,158,112,11,32,0,17,11,32 +14000US36047032600,"Census Tract 326, Kings, NY",7507,725,4534,738,1136,471,2432,640,37,54,529,134,0,17,0,17,400,463,0,17,400,463,2973,692,944,472,137,165,0,17,0,17,0,17,1734,595,158,209,1,3,157,209 +14000US36047032700,"Census Tract 327, Kings, NY",2465,350,2070,338,480,166,1506,302,0,12,15,28,0,12,19,26,50,49,0,12,50,49,395,154,149,111,112,89,0,12,0,12,0,12,134,105,0,12,0,12,0,12 +14000US36047032800,"Census Tract 328, Kings, NY",2593,232,2260,259,280,190,1087,276,31,47,845,184,0,12,0,12,17,26,0,12,17,26,333,183,120,84,63,60,0,12,0,12,0,12,148,141,2,7,0,12,2,7 +14000US36047032900,"Census Tract 329, Kings, NY",6224,568,5512,585,2330,628,2984,598,0,17,97,95,27,39,0,17,74,69,12,29,62,64,712,256,322,261,130,123,0,17,0,17,0,17,187,207,73,140,0,17,73,140 +14000US36047033000,"Census Tract 330, Kings, NY",5267,528,3942,464,907,200,2659,457,0,17,235,217,0,17,0,17,141,218,0,17,141,218,1325,412,634,462,91,77,0,17,16,18,0,17,508,168,76,80,63,77,13,23 +14000US36047033100,"Census Tract 331, Kings, NY",4064,400,3935,422,2412,417,1514,329,0,12,0,12,0,12,0,12,9,15,9,15,0,12,129,84,75,68,54,50,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047033300,"Census Tract 333, Kings, NY",4609,591,4467,596,3265,568,1172,214,5,12,0,12,0,12,0,12,25,24,0,12,25,24,142,143,104,137,29,34,0,12,0,12,0,12,9,15,0,12,0,12,0,12 +14000US36047033500,"Census Tract 335, Kings, NY",3089,413,3005,404,2129,372,778,187,0,12,39,31,0,12,6,14,53,63,48,62,5,8,84,89,5,13,31,38,0,12,0,12,0,12,48,53,0,12,0,12,0,12 +14000US36047033600,"Census Tract 336, Kings, NY",4479,529,4158,500,3573,422,158,186,0,12,296,310,0,12,0,12,131,105,9,19,122,104,321,144,282,151,0,12,0,12,0,12,0,12,39,55,0,12,0,12,0,12 +14000US36047033700,"Census Tract 337, Kings, NY",3920,407,3414,465,1601,442,1632,450,0,12,133,115,0,12,0,12,48,52,0,12,48,52,506,277,37,40,160,135,63,97,0,12,0,12,116,94,130,192,0,12,130,192 +14000US36047033900,"Census Tract 339, Kings, NY",4711,441,4390,438,866,269,3172,417,0,12,294,168,0,12,9,16,49,51,9,14,40,50,321,187,42,40,196,167,0,12,0,12,0,12,19,29,64,61,15,22,49,56 +14000US36047034000,"Census Tract 340, Kings, NY",2210,246,1727,212,799,145,745,140,0,12,177,118,0,12,0,12,6,11,0,12,6,11,483,128,219,116,115,67,0,12,0,12,0,12,122,80,27,36,6,9,21,37 +14000US36047034100,"Census Tract 341, Kings, NY",2937,355,2780,348,354,162,2256,383,0,12,35,37,0,12,78,108,57,61,0,12,57,61,157,75,61,41,25,28,0,12,0,12,0,12,71,49,0,12,0,12,0,12 +14000US36047034200,"Census Tract 342, Kings, NY",6270,656,4276,620,2045,458,2054,576,0,17,151,146,0,17,0,17,26,31,0,17,26,31,1994,388,296,165,424,252,0,17,0,17,0,17,1220,486,54,60,14,25,40,53 +14000US36047034300,"Census Tract 343, Kings, NY",5235,450,4173,441,381,151,3578,429,0,17,87,102,0,17,0,17,127,94,0,17,127,94,1062,301,114,88,290,306,0,17,0,17,0,17,658,361,0,17,0,17,0,17 +14000US36047034500,"Census Tract 345, Kings, NY",3085,427,2812,428,299,99,2280,435,0,12,15,25,0,12,63,101,155,164,0,12,155,164,273,128,66,80,32,38,0,12,0,12,0,12,155,136,20,29,20,29,0,12 +14000US36047034700,"Census Tract 347, Kings, NY",3740,608,3304,594,56,52,3177,588,0,12,71,57,0,12,0,12,0,12,0,12,0,12,436,166,29,52,194,137,0,12,0,12,0,12,202,105,11,17,0,12,11,17 +14000US36047034800,"Census Tract 348, Kings, NY",2819,428,1454,315,840,233,88,112,0,12,526,300,0,12,0,12,0,12,0,12,0,12,1365,413,253,172,29,34,0,12,0,12,0,12,1061,438,22,29,22,29,0,12 +14000US36047034900,"Census Tract 349, Kings, NY",6113,532,5530,509,562,222,4767,484,0,17,75,64,0,17,0,17,126,106,0,17,126,106,583,281,42,45,52,61,0,17,52,52,0,17,407,296,30,27,21,22,9,15 +14000US36047035000,"Census Tract 350, Kings, NY",3017,267,2927,262,2906,266,21,34,0,12,0,12,0,12,0,12,0,12,0,12,0,12,90,97,19,22,0,12,0,12,0,12,0,12,21,32,50,62,40,60,10,17 +14000US36047035100,"Census Tract 351, Kings, NY",4295,490,3485,489,907,301,2309,393,0,12,39,52,0,12,108,170,122,153,0,12,122,153,810,274,56,81,256,236,12,19,0,12,0,12,366,304,120,117,91,112,29,31 +14000US36047035200,"Census Tract 352, Kings, NY",1114,226,916,217,660,192,207,78,0,12,49,61,0,12,0,12,0,12,0,12,0,12,198,78,85,42,0,12,0,12,0,12,0,12,105,68,8,15,8,15,0,12 +14000US36047035300,"Census Tract 353, Kings, NY",5091,519,4458,521,942,364,3213,515,0,17,158,111,0,17,0,17,145,83,9,14,136,81,633,298,199,172,97,71,0,17,0,17,0,17,337,264,0,17,0,17,0,17 +14000US36047035400,"Census Tract 354, Kings, NY",5503,464,5138,482,5015,470,53,69,0,17,0,17,0,17,0,17,70,82,0,17,70,82,365,301,365,301,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36047035500,"Census Tract 355, Kings, NY",5374,537,4861,552,930,240,3836,531,0,17,0,17,0,17,0,17,95,80,0,17,95,80,513,116,167,127,185,126,0,17,0,17,0,17,99,102,62,53,29,33,33,40 +14000US36047035601,"Census Tract 356.01, Kings, NY",3035,286,2968,285,2710,447,204,222,0,12,0,12,4,9,0,12,50,66,0,12,50,66,67,75,51,68,0,12,0,12,0,12,0,12,0,12,16,28,8,15,8,14 +14000US36047035602,"Census Tract 356.02, Kings, NY",5219,360,5081,327,4894,319,2,4,0,17,139,146,0,17,0,17,46,79,0,17,46,79,138,130,138,130,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36047035700,"Census Tract 357, Kings, NY",2440,209,2044,205,87,71,1830,179,8,12,10,11,0,12,48,55,61,59,0,12,61,59,396,117,55,35,174,84,0,12,0,12,0,12,167,113,0,12,0,12,0,12 +14000US36047035900,"Census Tract 359, Kings, NY",5410,595,4963,611,122,96,4686,644,16,32,64,77,0,17,0,17,75,70,0,17,75,70,447,263,46,40,163,163,0,17,0,17,0,17,234,205,4,8,4,8,0,17 +14000US36047036001,"Census Tract 360.01, Kings, NY",3152,221,3103,225,2987,237,19,21,0,12,0,12,0,12,0,12,97,82,0,12,97,82,49,42,15,13,12,19,0,12,0,12,0,12,22,34,0,12,0,12,0,12 +14000US36047036002,"Census Tract 360.02, Kings, NY",4341,534,3999,419,3537,410,32,34,0,12,152,167,0,12,0,12,278,418,14,23,264,417,342,492,14,23,0,12,0,12,0,12,0,12,328,481,0,12,0,12,0,12 +14000US36047036100,"Census Tract 361, Kings, NY",2830,356,2290,379,141,117,2117,358,0,12,21,32,0,12,11,19,0,12,0,12,0,12,540,220,78,62,66,64,0,12,0,12,0,12,360,223,36,42,5,10,31,37 +14000US36047036200,"Census Tract 362, Kings, NY",3290,482,2183,439,1503,304,47,41,32,48,427,278,0,12,115,186,59,74,0,12,59,74,1107,353,262,164,18,29,0,12,16,25,0,12,749,314,62,78,57,81,5,10 +14000US36047036300,"Census Tract 363, Kings, NY",4716,501,3938,556,224,154,3632,586,0,12,17,25,0,12,0,12,65,62,14,21,51,56,778,388,0,12,262,182,52,87,0,12,0,12,464,347,0,12,0,12,0,12 +14000US36047036400,"Census Tract 364, Kings, NY",2377,294,2128,250,1550,244,31,36,0,12,465,143,0,12,0,12,82,58,0,12,82,58,249,172,5,8,12,21,5,8,0,12,0,12,227,169,0,12,0,12,0,12 +14000US36047036501,"Census Tract 365.01, Kings, NY",3254,456,2745,479,0,12,2712,482,0,12,33,50,0,12,0,12,0,12,0,12,0,12,509,312,30,42,249,180,0,12,0,12,0,12,230,242,0,12,0,12,0,12 +14000US36047036502,"Census Tract 365.02, Kings, NY",1288,234,865,152,50,42,805,136,0,12,10,22,0,12,0,12,0,12,0,12,0,12,423,157,53,46,75,76,0,12,0,12,0,12,276,163,19,25,16,25,3,7 +14000US36047036600,"Census Tract 366, Kings, NY",4695,552,3880,483,2090,301,104,124,0,12,1470,426,0,12,0,12,216,207,0,12,216,207,815,413,244,212,0,12,0,12,0,12,0,12,571,351,0,12,0,12,0,12 +14000US36047036700,"Census Tract 367, Kings, NY",1333,187,838,155,64,40,694,154,0,12,63,53,0,12,10,16,7,11,0,12,7,11,495,203,83,51,135,138,0,12,0,12,0,12,265,152,12,16,12,16,0,12 +14000US36047036900,"Census Tract 369, Kings, NY",5907,613,4567,631,437,185,4039,671,0,17,65,89,0,17,0,17,26,29,0,17,26,29,1340,320,238,173,194,137,0,17,0,17,0,17,795,252,113,112,102,110,11,17 +14000US36047037000,"Census Tract 370, Kings, NY",4322,443,4199,442,2667,383,0,12,32,48,1432,427,0,12,53,79,15,22,0,12,15,22,123,108,123,108,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047037100,"Census Tract 371, Kings, NY",4570,526,3635,537,323,281,3155,519,0,12,73,58,0,12,0,12,84,76,0,12,84,76,935,317,1,3,558,268,0,12,17,28,0,12,348,225,11,17,0,12,11,17 +14000US36047037300,"Census Tract 373, Kings, NY",4201,478,3279,436,602,239,2517,384,45,45,97,91,0,12,0,12,18,24,0,12,18,24,922,350,219,121,368,224,0,12,0,12,0,12,335,174,0,12,0,12,0,12 +14000US36047037401,"Census Tract 374.01, Kings, NY",4238,398,4018,407,2984,334,214,245,0,12,452,143,0,12,161,201,207,197,0,12,207,197,220,115,117,81,26,27,0,12,0,12,0,12,77,86,0,12,0,12,0,12 +14000US36047037402,"Census Tract 374.02, Kings, NY",5098,846,4162,604,2783,536,163,139,0,17,908,386,0,17,0,17,308,422,0,17,308,422,936,695,151,210,61,71,0,17,0,17,0,17,647,614,77,92,77,92,0,17 +14000US36047037500,"Census Tract 375, Kings, NY",3221,411,2488,354,559,251,1510,314,19,27,301,184,0,12,12,20,87,74,10,15,77,79,733,246,284,216,79,88,74,115,0,12,0,12,273,159,23,19,13,21,10,16 +14000US36047037700,"Census Tract 377, Kings, NY",4482,414,3910,470,427,188,3271,494,0,12,43,35,0,12,0,12,169,89,0,12,169,89,572,259,37,37,128,100,0,12,0,12,0,12,395,244,12,19,12,19,0,12 +14000US36047037900,"Census Tract 379, Kings, NY",3878,352,3632,364,420,179,3123,348,0,12,42,63,0,12,0,12,47,47,0,12,47,47,246,112,55,55,10,15,0,12,0,12,0,12,181,109,0,12,0,12,0,12 +14000US36047038100,"Census Tract 381, Kings, NY",5342,390,4780,390,468,186,4120,406,0,17,73,115,0,17,0,17,119,55,0,17,119,55,562,196,90,61,124,117,0,17,0,17,0,17,348,187,0,17,0,17,0,17 +14000US36047038200,"Census Tract 382, Kings, NY",6188,716,3373,687,151,94,1870,618,0,17,1032,378,0,17,0,17,320,305,0,17,320,305,2815,561,508,272,755,386,0,17,0,17,0,17,1552,671,0,17,0,17,0,17 +14000US36047038300,"Census Tract 383, Kings, NY",4592,515,4298,523,453,161,3456,521,0,12,252,243,0,12,0,12,137,149,0,12,137,149,294,219,29,46,58,76,0,12,0,12,0,12,207,199,0,12,0,12,0,12 +14000US36047038500,"Census Tract 385, Kings, NY",3788,571,3122,556,526,205,2343,589,0,12,186,159,0,12,0,12,67,62,0,12,67,62,666,326,80,98,105,101,27,43,0,12,0,12,358,345,96,70,44,43,52,59 +14000US36047038600,"Census Tract 386, Kings, NY",3498,448,2527,494,1102,217,2,4,0,12,1262,489,0,12,9,15,152,136,0,12,152,136,971,481,527,334,0,12,0,12,0,12,0,12,356,288,88,87,78,87,10,15 +14000US36047038700,"Census Tract 387, Kings, NY",3991,513,3317,520,772,239,2458,562,18,32,38,68,0,12,0,12,31,45,0,12,31,45,674,201,130,106,297,262,0,12,0,12,0,12,81,73,166,135,43,64,123,95 +14000US36047038800,"Census Tract 388, Kings, NY",4040,367,3636,360,2678,321,334,274,0,12,589,222,0,12,0,12,35,41,0,12,35,41,404,208,305,198,0,12,0,12,0,12,0,12,99,73,0,12,0,12,0,12 +14000US36047038900,"Census Tract 389, Kings, NY",2994,385,1407,308,818,263,179,98,0,12,377,155,0,12,16,23,17,19,0,12,17,19,1587,410,501,230,102,80,92,147,0,12,0,12,875,375,17,25,0,12,17,25 +14000US36047039000,"Census Tract 390, Kings, NY",2261,312,2174,308,2045,320,0,12,0,12,77,61,0,12,0,12,52,80,0,12,52,80,87,70,68,64,6,9,0,12,0,12,0,12,5,14,8,12,0,12,8,12 +14000US36047039100,"Census Tract 391, Kings, NY",2782,411,1130,292,576,158,367,270,0,12,102,73,0,12,0,12,85,70,0,12,85,70,1652,441,691,407,402,302,0,12,23,26,0,12,500,211,36,45,11,17,25,42 +14000US36047039200,"Census Tract 392, Kings, NY",3026,331,2859,320,2542,337,35,55,0,12,282,158,0,12,0,12,0,12,0,12,0,12,167,165,40,38,0,12,0,12,0,12,0,12,127,162,0,12,0,12,0,12 +14000US36047039300,"Census Tract 393, Kings, NY",3790,485,1930,333,808,190,769,237,0,12,247,140,0,12,23,37,83,78,0,12,83,78,1860,405,896,371,330,269,73,78,0,12,0,12,544,294,17,26,0,12,17,26 +14000US36047039400,"Census Tract 394, Kings, NY",2408,358,2153,313,1927,318,51,81,0,12,75,83,0,12,0,12,100,83,0,12,100,83,255,186,170,159,0,12,0,12,0,12,0,12,85,97,0,12,0,12,0,12 +14000US36047039500,"Census Tract 395, Kings, NY",4076,624,2740,565,980,236,1334,601,0,12,404,297,0,12,0,12,22,23,0,12,22,23,1336,359,416,252,31,37,0,12,0,12,0,12,753,329,136,210,0,12,136,210 +14000US36047039600,"Census Tract 396, Kings, NY",2038,304,1918,320,1617,252,0,12,105,160,57,57,134,180,0,12,5,8,0,12,5,8,120,90,67,44,0,12,0,12,0,12,0,12,53,77,0,12,0,12,0,12 +14000US36047039700,"Census Tract 397, Kings, NY",3417,483,2353,408,641,206,1590,401,0,12,60,83,0,12,21,32,41,37,0,12,41,37,1064,287,413,194,223,144,0,12,0,12,0,12,369,255,59,48,59,48,0,12 +14000US36047039800,"Census Tract 398, Kings, NY",2737,260,2247,282,1008,205,0,12,0,12,1179,261,0,12,0,12,60,95,0,12,60,95,490,258,135,124,0,12,0,12,0,12,0,12,355,224,0,12,0,12,0,12 +14000US36047039900,"Census Tract 399, Kings, NY",3822,477,2004,477,494,160,1307,396,0,12,24,25,0,12,122,199,57,86,0,12,57,86,1818,400,354,250,475,254,13,20,0,12,13,21,925,259,38,55,0,12,38,55 +14000US36047040000,"Census Tract 400, Kings, NY",3325,335,2846,322,1358,279,25,38,0,12,1463,283,0,12,0,12,0,12,0,12,0,12,479,275,81,80,8,12,0,12,0,12,0,12,390,266,0,12,0,12,0,12 +14000US36047040100,"Census Tract 401, Kings, NY",3169,461,2055,361,524,190,1357,290,0,12,109,86,0,12,53,61,12,17,0,12,12,17,1114,325,330,151,98,73,0,12,0,12,0,12,595,262,91,84,82,81,9,18 +14000US36047040200,"Census Tract 402, Kings, NY",2857,280,2349,291,1065,182,0,12,0,12,1250,258,0,12,0,12,34,38,0,12,34,38,508,219,125,128,19,29,7,10,0,12,0,12,269,186,88,54,38,50,50,47 +14000US36047040300,"Census Tract 403, Kings, NY",3687,446,2572,431,427,144,2058,398,0,12,87,59,0,12,0,12,0,12,0,12,0,12,1115,410,474,265,224,224,0,12,0,12,0,12,390,289,27,30,15,24,12,19 +14000US36047040400,"Census Tract 404, Kings, NY",2391,213,2176,228,1024,192,15,23,0,12,1114,270,0,12,0,12,23,18,0,12,23,18,215,104,73,53,0,12,0,12,19,23,5,9,118,91,0,12,0,12,0,12 +14000US36047040500,"Census Tract 405, Kings, NY",1670,249,734,150,148,64,514,153,0,12,55,47,0,12,0,12,17,18,0,12,17,18,936,257,206,197,39,38,0,12,0,12,0,12,680,244,11,13,11,13,0,12 +14000US36047040600,"Census Tract 406, Kings, NY",3816,382,3102,329,1125,235,24,38,0,12,1896,315,0,12,30,42,27,45,0,12,27,45,714,367,138,164,0,12,0,12,0,12,0,12,576,351,0,12,0,12,0,12 +14000US36047040700,"Census Tract 407, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047040800,"Census Tract 408, Kings, NY",3548,522,2724,443,920,263,20,36,0,12,1736,429,0,12,0,12,48,68,0,12,48,68,824,455,239,264,0,12,0,12,0,12,0,12,585,437,0,12,0,12,0,12 +14000US36047040900,"Census Tract 409, Kings, NY",3534,477,1068,214,411,101,599,159,0,12,15,27,0,12,0,12,43,38,0,12,43,38,2466,547,798,352,301,263,20,30,0,12,0,12,1347,501,0,12,0,12,0,12 +14000US36047041000,"Census Tract 410, Kings, NY",2096,230,2029,234,1384,217,18,9,0,12,598,222,0,12,4,7,25,29,0,12,25,29,67,49,61,45,5,9,0,12,0,12,0,12,1,2,0,12,0,12,0,12 +14000US36047041100,"Census Tract 411, Kings, NY",3041,482,1621,353,441,159,1060,334,0,12,72,49,0,12,0,12,48,52,0,12,48,52,1420,466,502,304,14,22,0,12,0,12,0,12,867,397,37,57,0,12,37,57 +14000US36047041200,"Census Tract 412, Kings, NY",3168,430,2895,388,1748,283,0,12,0,12,1059,325,0,12,44,65,44,62,0,12,44,62,273,224,127,149,0,12,25,39,0,12,0,12,121,133,0,12,0,12,0,12 +14000US36047041300,"Census Tract 413, Kings, NY",3965,467,2097,406,474,196,1380,381,0,12,127,126,0,12,53,55,63,60,0,12,63,60,1868,390,538,304,630,383,0,12,0,12,0,12,633,307,67,80,67,80,0,12 +14000US36047041401,"Census Tract 414.01, Kings, NY",1612,345,1319,311,1186,319,10,17,0,12,123,80,0,12,0,12,0,12,0,12,0,12,293,308,0,12,0,12,0,12,13,21,0,12,280,310,0,12,0,12,0,12 +14000US36047041402,"Census Tract 414.02, Kings, NY",1763,247,1600,238,1600,238,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,163,161,13,20,0,12,0,12,0,12,0,12,150,153,0,12,0,12,0,12 +14000US36047041500,"Census Tract 415, Kings, NY",4192,540,1945,372,472,209,1298,334,0,12,131,127,0,12,0,12,44,41,44,41,0,12,2247,506,705,309,417,248,36,53,0,12,0,12,878,456,211,204,113,138,98,109 +14000US36047041600,"Census Tract 416, Kings, NY",2304,257,1997,254,1836,275,45,42,0,12,105,108,0,12,0,12,11,17,0,12,11,17,307,153,135,121,0,12,0,12,0,12,0,12,154,160,18,27,18,27,0,12 +14000US36047041700,"Census Tract 417, Kings, NY",3101,349,1004,234,300,147,562,184,0,12,111,73,0,12,11,18,20,30,0,12,20,30,2097,264,625,265,638,290,17,25,0,12,0,12,703,247,114,101,15,42,99,90 +14000US36047041800,"Census Tract 418, Kings, NY",2622,309,2106,359,1941,355,6,11,0,12,113,75,0,12,0,12,46,57,0,12,46,57,516,289,188,160,71,103,0,12,0,12,0,12,238,233,19,30,19,30,0,12 +14000US36047041900,"Census Tract 419, Kings, NY",3614,408,1367,328,600,247,641,290,0,12,75,92,0,12,51,79,0,12,0,12,0,12,2247,412,830,321,236,161,42,47,0,12,0,12,978,383,161,192,26,35,135,188 +14000US36047042000,"Census Tract 420, Kings, NY",1640,189,1542,176,1489,175,15,22,0,12,38,39,0,12,0,12,0,12,0,12,0,12,98,69,51,48,47,58,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047042100,"Census Tract 421, Kings, NY",4226,670,1510,358,781,272,449,295,27,45,210,146,0,12,0,12,43,42,18,28,25,32,2716,698,876,369,191,162,31,50,0,12,0,12,1581,618,37,53,18,31,19,39 +14000US36047042200,"Census Tract 422, Kings, NY",3586,410,2934,302,2133,390,90,62,16,22,160,137,0,12,0,12,535,255,0,12,535,255,652,373,350,263,0,12,67,110,0,12,0,12,235,265,0,12,0,12,0,12 +14000US36047042300,"Census Tract 423, Kings, NY",4222,449,1653,296,1113,265,224,124,0,12,178,124,0,12,99,156,39,38,11,17,28,33,2569,508,1055,443,114,119,24,39,0,12,0,12,1376,501,0,12,0,12,0,12 +14000US36047042400,"Census Tract 424, Kings, NY",3641,464,2727,437,1829,412,0,12,19,35,812,305,0,12,0,12,67,57,4,8,63,56,914,363,193,157,0,12,0,12,0,12,0,12,721,388,0,12,0,12,0,12 +14000US36047042500,"Census Tract 425, Kings, NY",3104,324,1380,203,959,179,233,161,0,12,119,73,0,12,0,12,69,62,0,12,69,62,1724,320,575,322,184,222,0,12,0,12,0,12,796,381,169,237,0,12,169,237 +14000US36047042600,"Census Tract 426, Kings, NY",4282,423,3596,352,1563,289,81,128,0,12,1816,328,0,12,0,12,136,157,0,12,136,157,686,420,127,91,0,12,0,12,0,12,0,12,559,409,0,12,0,12,0,12 +14000US36047042700,"Census Tract 427, Kings, NY",5064,456,1905,249,1298,229,191,104,14,26,294,120,0,17,0,17,108,64,12,24,96,63,3159,465,1368,433,205,147,0,17,0,17,0,17,1511,532,75,66,50,55,25,38 +14000US36047042800,"Census Tract 428, Kings, NY",3879,393,3640,385,2245,299,35,43,0,12,1319,362,0,12,0,12,41,35,8,12,33,34,239,150,114,130,37,57,0,12,0,12,0,12,88,83,0,12,0,12,0,12 +14000US36047042900,"Census Tract 429, Kings, NY",5326,494,1870,316,1297,242,144,120,0,17,292,196,0,17,16,18,121,154,97,152,24,26,3456,520,1052,441,154,162,0,17,0,17,0,17,2077,444,173,121,120,91,53,82 +14000US36047043000,"Census Tract 430, Kings, NY",3492,447,3099,443,1447,191,0,12,0,12,1609,430,0,12,0,12,43,45,10,15,33,42,393,273,198,226,0,12,0,12,0,12,0,12,195,171,0,12,0,12,0,12 +14000US36047043100,"Census Tract 431, Kings, NY",4936,510,1871,312,1278,219,104,88,0,12,416,199,0,12,10,16,63,49,0,12,63,49,3065,526,1370,461,202,176,142,183,0,12,0,12,1351,543,0,12,0,12,0,12 +14000US36047043200,"Census Tract 432, Kings, NY",4323,405,3646,375,1525,293,33,47,0,12,1901,342,0,12,10,16,177,131,0,12,177,131,677,185,227,123,0,12,0,12,34,53,0,12,387,244,29,30,9,14,20,26 +14000US36047043300,"Census Tract 433, Kings, NY",4014,496,853,221,283,126,398,173,0,12,172,111,0,12,0,12,0,12,0,12,0,12,3161,499,952,446,473,220,31,38,0,12,19,23,1502,518,184,79,111,70,73,66 +14000US36047043400,"Census Tract 434, Kings, NY",3389,419,3052,435,1705,315,96,71,0,12,1207,376,0,12,0,12,44,53,0,12,44,53,337,222,293,215,11,18,0,12,0,12,0,12,33,51,0,12,0,12,0,12 +14000US36047043500,"Census Tract 435, Kings, NY",4912,497,1517,343,622,165,800,287,0,12,74,59,0,12,9,16,12,19,4,8,8,18,3395,524,665,278,336,206,0,12,26,59,0,12,2194,534,174,157,163,155,11,23 +14000US36047043600,"Census Tract 436, Kings, NY",4678,570,3965,532,2609,447,54,63,42,52,1108,418,0,12,0,12,152,175,0,12,152,175,713,255,370,306,0,12,0,12,0,12,0,12,343,313,0,12,0,12,0,12 +14000US36047043700,"Census Tract 437, Kings, NY",5795,480,2313,316,1069,309,928,212,0,17,71,46,0,17,8,13,237,113,0,17,237,113,3482,461,1153,433,849,588,7,13,0,17,0,17,1434,547,39,67,39,67,0,17 +14000US36047043800,"Census Tract 438, Kings, NY",2716,238,2453,255,2073,268,62,57,0,12,271,128,0,12,0,12,47,62,0,12,47,62,263,151,45,52,0,12,0,12,0,12,0,12,218,146,0,12,0,12,0,12 +14000US36047043900,"Census Tract 439, Kings, NY",3706,431,1449,285,340,164,740,227,90,121,179,159,0,12,0,12,100,125,0,12,100,125,2257,440,804,366,473,242,0,12,0,12,0,12,884,346,96,81,27,43,69,67 +14000US36047044000,"Census Tract 440, Kings, NY",2862,332,2528,316,2323,317,56,75,0,12,98,75,0,12,0,12,51,58,0,12,51,58,334,148,185,134,15,22,0,12,0,12,0,12,134,131,0,12,0,12,0,12 +14000US36047044100,"Census Tract 441, Kings, NY",5094,624,1911,399,788,223,303,266,24,36,699,290,0,17,47,40,50,37,18,27,32,28,3183,668,1462,534,283,158,0,17,0,17,0,17,1415,400,23,26,12,19,11,18 +14000US36047044200,"Census Tract 442, Kings, NY",2950,374,2936,376,2600,409,0,12,238,334,24,32,0,12,19,30,55,85,55,85,0,12,14,15,14,15,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047044300,"Census Tract 443, Kings, NY",5014,451,2264,334,1139,212,112,83,0,17,910,295,0,17,67,83,36,43,8,11,28,41,2750,542,913,448,245,209,0,17,0,17,0,17,1541,513,51,84,51,84,0,17 +14000US36047044400,"Census Tract 444, Kings, NY",3310,441,2903,452,2657,445,85,59,0,12,151,94,0,12,0,12,10,14,0,12,10,14,407,280,187,136,0,12,0,12,0,12,0,12,220,241,0,12,0,12,0,12 +14000US36047044500,"Census Tract 445, Kings, NY",4796,473,1976,315,1039,231,332,218,23,33,433,158,0,12,53,62,96,79,40,64,56,45,2820,610,635,350,88,94,58,78,47,79,0,12,1895,622,97,100,7,13,90,99 +14000US36047044600,"Census Tract 446, Kings, NY",2171,300,1807,279,956,218,12,16,0,12,830,211,0,12,0,12,9,16,0,12,9,16,364,259,83,78,16,26,0,12,0,12,0,12,265,239,0,12,0,12,0,12 +14000US36047044700,"Census Tract 447, Kings, NY",2378,397,1157,208,604,140,413,163,0,12,84,47,4,8,11,23,41,39,5,9,36,38,1221,347,498,246,41,39,0,12,6,9,0,12,637,286,39,38,10,23,29,31 +14000US36047044800,"Census Tract 448, Kings, NY",1965,353,1696,280,1486,279,0,12,0,12,130,89,0,12,0,12,80,58,10,13,70,59,269,282,29,23,0,12,0,12,0,12,0,12,130,198,110,142,95,124,15,19 +14000US36047044900,"Census Tract 449, Kings, NY",3237,627,1294,313,529,187,670,265,24,40,71,104,0,12,0,12,0,12,0,12,0,12,1943,630,529,224,773,783,0,12,0,12,0,12,576,293,65,69,28,32,37,60 +14000US36047045000,"Census Tract 450, Kings, NY",537,173,518,178,504,174,0,12,0,12,14,19,0,12,0,12,0,12,0,12,0,12,19,24,15,23,0,12,0,12,0,12,0,12,4,8,0,12,0,12,0,12 +14000US36047045200,"Census Tract 452, Kings, NY",2658,303,2579,298,2526,299,22,25,0,12,31,46,0,12,0,12,0,12,0,12,0,12,79,96,14,15,0,12,0,12,0,12,0,12,65,96,0,12,0,12,0,12 +14000US36047045300,"Census Tract 453, Kings, NY",2482,327,1454,259,742,127,635,225,0,12,48,34,0,12,0,12,29,24,0,12,29,24,1028,243,389,113,33,34,0,12,50,64,0,12,545,244,11,18,11,18,0,12 +14000US36047045400,"Census Tract 454, Kings, NY",1645,239,1546,230,1299,241,27,24,0,12,94,100,0,12,0,12,126,157,16,21,110,136,99,78,27,40,0,12,6,8,0,12,0,12,66,83,0,12,0,12,0,12 +14000US36047045600,"Census Tract 456, Kings, NY",2376,298,2293,281,1555,298,21,13,0,12,441,142,0,12,10,15,266,203,0,12,266,203,83,73,76,72,0,12,0,12,0,12,0,12,0,12,7,11,7,11,0,12 +14000US36047045800,"Census Tract 458, Kings, NY",1508,209,1340,195,1284,214,36,42,20,29,0,12,0,12,0,12,0,12,0,12,0,12,168,192,168,192,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047046000,"Census Tract 460, Kings, NY",3568,554,3377,557,1660,296,24,30,0,12,1531,580,0,12,32,56,130,106,66,90,64,61,191,113,71,44,0,12,0,12,0,12,0,12,76,81,44,50,22,37,22,35 +14000US36047046201,"Census Tract 462.01, Kings, NY",2399,364,2332,363,1989,385,14,22,0,12,320,148,0,12,9,14,0,12,0,12,0,12,67,43,43,35,0,12,0,12,0,12,0,12,24,27,0,12,0,12,0,12 +14000US36047046202,"Census Tract 462.02, Kings, NY",2041,316,1864,285,1811,292,0,12,0,12,37,28,0,12,16,25,0,12,0,12,0,12,177,181,36,27,0,12,0,12,0,12,0,12,141,178,0,12,0,12,0,12 +14000US36047046400,"Census Tract 464, Kings, NY",2768,394,2671,389,2475,402,84,66,0,12,32,38,0,12,0,12,80,86,0,12,80,86,97,104,97,104,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047046800,"Census Tract 468, Kings, NY",2220,385,2180,388,2122,387,8,7,0,12,50,59,0,12,0,12,0,12,0,12,0,12,40,42,17,23,0,12,0,12,0,12,0,12,0,12,23,35,23,35,0,12 +14000US36047047000,"Census Tract 470, Kings, NY",2708,334,2618,333,2479,334,2,3,0,12,87,105,0,12,12,18,38,49,0,12,38,49,90,66,62,50,0,12,0,12,0,12,0,12,28,40,0,12,0,12,0,12 +14000US36047047200,"Census Tract 472, Kings, NY",2579,400,2579,400,2532,404,31,22,0,12,16,23,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047047400,"Census Tract 474, Kings, NY",2513,317,2494,320,2479,320,0,12,0,12,0,12,0,12,0,12,15,23,0,12,15,23,19,15,12,9,0,12,0,12,0,12,0,12,0,12,7,11,7,11,0,12 +14000US36047047600,"Census Tract 476, Kings, NY",3800,671,3450,670,3279,664,143,150,0,12,13,27,0,12,0,12,15,22,0,12,15,22,350,439,33,39,0,12,0,12,0,12,0,12,317,437,0,12,0,12,0,12 +14000US36047047700,"Census Tract 477, Kings, NY",3761,361,3452,372,2799,337,153,131,0,12,315,148,0,12,50,77,135,78,0,12,135,78,309,116,178,87,0,12,0,12,0,12,0,12,114,86,17,27,0,12,17,27 +14000US36047047800,"Census Tract 478, Kings, NY",4538,701,3601,555,3276,542,0,12,0,12,221,134,0,12,49,78,55,101,0,12,55,101,937,486,256,213,0,12,27,29,0,12,0,12,654,478,0,12,0,12,0,12 +14000US36047048000,"Census Tract 480, Kings, NY",3883,513,2792,633,2202,523,125,78,0,12,465,416,0,12,0,12,0,12,0,12,0,12,1091,468,238,281,0,12,0,12,0,12,0,12,845,398,8,18,8,18,0,12 +14000US36047048100,"Census Tract 481, Kings, NY",3066,264,2236,248,1714,270,158,87,0,12,316,130,0,12,23,37,25,23,0,12,25,23,830,187,616,204,10,15,0,12,0,12,0,12,194,99,10,14,10,14,0,12 +14000US36047048200,"Census Tract 482, Kings, NY",5314,468,4939,474,2316,390,321,120,14,23,2150,380,0,17,60,77,78,73,0,17,78,73,375,195,201,124,18,18,0,17,0,17,0,17,144,120,12,19,0,17,12,19 +14000US36047048400,"Census Tract 484, Kings, NY",5711,558,5290,577,3853,531,385,286,0,17,699,488,0,17,0,17,353,178,0,17,353,178,421,94,289,144,5,10,0,17,0,17,0,17,111,105,16,19,6,11,10,16 +14000US36047048500,"Census Tract 485, Kings, NY",2614,229,1683,196,1378,168,109,76,0,12,95,43,0,12,0,12,101,51,7,10,94,51,931,213,242,104,168,132,59,64,0,12,0,12,402,184,60,36,29,26,31,27 +14000US36047048600,"Census Tract 486, Kings, NY",3292,295,2418,307,986,281,106,87,0,12,1314,242,0,12,0,12,12,17,0,12,12,17,874,263,311,114,0,12,0,12,0,12,0,12,544,243,19,16,8,13,11,9 +14000US36047048800,"Census Tract 488, Kings, NY",3918,378,3455,413,1971,303,231,106,0,12,940,295,0,12,0,12,313,251,74,93,239,225,463,183,149,90,0,12,0,12,0,12,0,12,293,186,21,32,21,32,0,12 +14000US36047048900,"Census Tract 489, Kings, NY",3506,355,1455,337,49,55,1344,342,27,41,35,53,0,12,0,12,0,12,0,12,0,12,2051,280,574,289,274,172,67,70,0,12,0,12,990,398,146,106,41,66,105,85 +14000US36047049000,"Census Tract 490, Kings, NY",5373,689,4448,650,2589,587,402,181,60,78,1163,599,0,17,0,17,234,230,0,17,234,230,925,294,577,298,65,70,0,17,0,17,0,17,197,199,86,97,57,88,29,44 +14000US36047049100,"Census Tract 491, Kings, NY",6594,607,4271,633,1119,274,897,229,0,17,2233,645,22,31,0,17,0,17,0,17,0,17,2323,448,1095,375,443,306,89,99,0,17,0,17,589,272,107,82,8,22,99,77 +14000US36047049200,"Census Tract 492, Kings, NY",3038,355,2616,372,1563,257,297,176,25,31,684,287,0,12,10,17,37,40,0,12,37,40,422,146,210,108,14,21,0,12,0,12,0,12,198,176,0,12,0,12,0,12 +14000US36047049300,"Census Tract 493, Kings, NY",7471,683,3638,812,1581,376,1369,662,0,17,334,191,0,17,17,28,337,226,120,193,217,130,3833,835,1837,556,434,297,0,17,0,17,0,17,1562,796,0,17,0,17,0,17 +14000US36047049400,"Census Tract 494, Kings, NY",5607,608,4684,568,2756,332,409,141,0,17,1216,516,0,17,11,17,292,191,0,17,292,191,923,326,424,232,20,24,0,17,0,17,0,17,379,274,100,100,50,79,50,51 +14000US36047049500,"Census Tract 495, Kings, NY",2654,254,2052,234,1613,217,115,81,0,12,273,142,0,12,0,12,51,42,0,12,51,42,602,191,331,125,33,40,0,12,0,12,0,12,204,176,34,37,34,37,0,12 +14000US36047049600,"Census Tract 496, Kings, NY",4303,423,3044,334,1509,257,105,84,0,12,1199,268,0,12,164,189,67,55,0,12,67,55,1259,435,368,214,21,31,138,221,21,33,0,12,711,425,0,12,0,12,0,12 +14000US36047049700,"Census Tract 497, Kings, NY",2882,268,2504,268,1866,231,27,41,0,12,459,146,0,12,59,75,93,62,18,28,75,60,378,162,181,97,0,12,18,26,0,12,0,12,101,108,78,69,13,21,65,72 +14000US36047049800,"Census Tract 498, Kings, NY",4268,357,3583,362,1758,236,99,53,0,12,1431,306,0,12,7,12,288,203,8,14,280,202,685,143,225,120,0,12,0,12,0,12,0,12,460,132,0,12,0,12,0,12 +14000US36047049900,"Census Tract 499, Kings, NY",1827,213,1656,209,1444,185,14,24,0,12,134,72,0,12,11,12,53,45,0,12,53,45,171,81,120,71,0,12,0,12,0,12,0,12,51,41,0,12,0,12,0,12 +14000US36047050000,"Census Tract 500, Kings, NY",3918,350,3447,302,2300,248,223,168,0,12,774,162,0,12,87,113,63,59,0,12,63,59,471,284,370,228,1,12,0,12,0,12,0,12,41,47,59,58,11,18,48,55 +14000US36047050100,"Census Tract 501, Kings, NY",3174,311,2593,296,2127,292,105,157,76,99,212,122,0,12,21,32,52,51,0,12,52,51,581,208,217,181,0,12,0,12,0,12,0,12,364,173,0,12,0,12,0,12 +14000US36047050202,"Census Tract 502.02, Kings, NY",2360,213,2129,218,1929,221,25,25,0,12,88,43,0,12,10,15,77,56,0,12,77,56,231,113,131,67,0,12,12,19,0,12,0,12,53,66,35,44,35,44,0,12 +14000US36047050300,"Census Tract 503, Kings, NY",2591,228,2043,198,1582,198,53,41,89,88,181,102,0,12,28,31,110,59,14,18,96,60,548,169,372,158,0,12,21,26,0,12,0,12,155,114,0,12,0,12,0,12 +14000US36047050400,"Census Tract 504, Kings, NY",4534,429,3595,346,2291,347,548,215,0,12,550,266,0,12,59,76,147,84,9,17,138,80,939,396,375,149,36,39,0,12,0,12,0,12,468,347,60,56,13,26,47,48 +14000US36047050500,"Census Tract 505, Kings, NY",3817,340,2195,260,1115,203,511,143,32,49,506,67,0,12,0,12,31,29,10,16,21,24,1622,298,583,198,230,170,11,17,0,12,0,12,633,254,165,136,28,29,137,141 +14000US36047050600,"Census Tract 506, Kings, NY",5653,531,3848,475,1011,217,2277,452,0,17,491,182,0,17,18,29,51,37,9,14,42,34,1805,508,508,256,113,132,12,19,0,17,0,17,1066,516,106,80,57,56,49,51 +14000US36047050700,"Census Tract 507, Kings, NY",2867,250,2358,252,2109,274,167,129,0,12,42,27,0,12,0,12,40,47,0,12,40,47,509,144,156,78,39,43,0,12,17,20,0,12,271,150,26,41,26,41,0,12 +14000US36047050801,"Census Tract 508.01, Kings, NY",4088,455,2974,373,439,163,2457,416,0,12,60,87,0,12,0,12,18,19,0,12,18,19,1114,336,533,305,179,171,0,12,0,12,0,12,392,223,10,16,0,12,10,16 +14000US36047050803,"Census Tract 508.03, Kings, NY",2383,327,1885,248,451,110,1276,251,6,9,86,72,0,12,19,22,47,44,0,12,47,44,498,205,137,127,43,40,0,12,0,12,0,12,311,154,7,11,0,12,7,11 +14000US36047050804,"Census Tract 508.04, Kings, NY",6068,581,4066,570,1040,434,2735,500,0,17,112,126,0,17,34,66,145,96,22,36,123,91,2002,516,366,270,117,123,0,17,0,17,0,17,1389,534,130,129,130,129,0,17 +14000US36047050900,"Census Tract 509, Kings, NY",5024,449,4744,442,4425,503,273,364,0,17,0,17,11,18,0,17,35,54,0,17,35,54,280,133,74,71,4,11,0,17,0,17,0,17,202,113,0,17,0,17,0,17 +14000US36047051001,"Census Tract 510.01, Kings, NY",4168,401,3541,391,395,125,3028,411,0,12,65,80,0,12,0,12,53,43,0,12,53,43,627,152,431,166,104,112,0,12,0,12,0,12,92,90,0,12,0,12,0,12 +14000US36047051002,"Census Tract 510.02, Kings, NY",4608,346,3545,368,523,176,2675,367,0,12,80,57,0,12,96,110,171,121,27,43,144,94,1063,327,210,125,134,87,0,12,0,12,0,12,719,290,0,12,0,12,0,12 +14000US36047051100,"Census Tract 511, Kings, NY",4262,333,2792,270,1505,207,340,166,0,12,824,187,0,12,8,13,115,69,0,12,115,69,1470,263,780,320,217,238,0,12,0,12,0,12,365,187,108,68,82,61,26,27 +14000US36047051200,"Census Tract 512, Kings, NY",6103,597,4800,563,1213,348,3213,552,0,17,61,60,0,17,14,23,299,190,14,23,285,189,1303,491,66,68,352,230,0,17,0,17,0,17,885,458,0,17,0,17,0,17 +14000US36047051300,"Census Tract 513, Kings, NY",5406,508,3343,427,2531,410,160,149,0,17,323,207,0,17,21,34,308,151,27,39,281,136,2063,432,1330,425,121,88,0,17,25,40,0,17,562,377,25,39,0,17,25,39 +14000US36047051400,"Census Tract 514, Kings, NY",7942,668,5610,700,1195,238,3148,617,0,17,863,484,0,17,0,17,404,241,69,75,335,229,2332,598,573,297,167,137,95,149,0,17,0,17,1419,660,78,89,0,17,78,89 +14000US36047051500,"Census Tract 515, Kings, NY",2289,173,1824,196,1421,194,164,105,0,12,186,80,0,12,22,39,31,23,0,12,31,23,465,147,206,124,0,12,0,12,10,16,0,12,210,132,39,30,21,24,18,27 +14000US36047051601,"Census Tract 516.01, Kings, NY",5201,577,4298,542,358,162,3657,560,0,17,239,188,0,17,25,42,19,28,10,16,9,26,903,436,54,42,367,245,0,17,0,17,0,17,482,359,0,17,0,17,0,17 +14000US36047051602,"Census Tract 516.02, Kings, NY",4013,389,3465,450,327,131,2833,414,0,12,133,151,0,12,45,46,127,99,26,33,101,84,548,256,3,8,97,78,0,12,10,16,0,12,364,233,74,76,52,56,22,26 +14000US36047051700,"Census Tract 517, Kings, NY",2529,216,2291,247,1905,245,61,61,0,12,240,95,0,12,0,12,85,71,32,36,53,56,238,167,100,57,0,12,0,12,0,12,0,12,138,155,0,12,0,12,0,12 +14000US36047051800,"Census Tract 518, Kings, NY",3188,397,2734,418,924,192,1528,444,0,12,191,119,0,12,0,12,91,86,10,18,81,84,454,111,206,110,0,12,0,12,0,12,0,12,230,120,18,20,18,20,0,12 +14000US36047051900,"Census Tract 519, Kings, NY",5217,486,4478,488,3561,436,250,203,0,17,486,227,0,17,1,6,180,123,0,17,180,123,739,271,610,248,0,17,0,17,0,17,0,17,65,62,64,102,64,102,0,17 +14000US36047052000,"Census Tract 520, Kings, NY",4297,445,3464,376,1419,317,902,153,0,12,1007,453,0,12,113,165,23,36,0,12,23,36,833,349,174,138,0,12,0,12,44,73,0,12,610,325,5,9,5,9,0,12 +14000US36047052300,"Census Tract 523, Kings, NY",5204,628,2442,490,1970,461,19,30,0,17,363,159,8,14,0,17,82,64,0,17,82,64,2762,746,1020,527,320,269,182,275,0,17,0,17,1211,649,29,44,0,17,29,44 +14000US36047052500,"Census Tract 525, Kings, NY",3451,585,2368,600,1926,593,270,198,0,12,115,90,0,12,0,12,57,57,0,12,57,57,1083,157,610,266,62,62,0,12,0,12,0,12,395,222,16,23,16,23,0,12 +14000US36047052600,"Census Tract 526, Kings, NY",4658,418,3619,427,1919,236,1002,319,0,12,613,284,0,12,0,12,85,57,0,12,85,57,1039,391,199,112,32,41,154,161,0,12,0,12,634,378,20,23,11,17,9,15 +14000US36047052700,"Census Tract 527, Kings, NY",6465,690,2121,577,1555,543,156,168,0,17,327,231,0,17,16,25,67,59,0,17,67,59,4344,690,1525,517,376,285,48,80,39,67,0,17,2035,635,321,153,135,120,186,154 +14000US36047052800,"Census Tract 528, Kings, NY",1814,165,1599,173,1085,169,70,49,0,12,412,120,0,12,0,12,32,32,20,30,12,13,215,131,77,44,0,12,0,12,0,12,0,12,88,103,50,71,0,12,50,71 +14000US36047052900,"Census Tract 529, Kings, NY",3721,518,3547,496,3469,496,66,81,0,12,0,12,0,12,0,12,12,20,0,12,12,20,174,139,45,46,0,12,0,12,0,12,0,12,129,134,0,12,0,12,0,12 +14000US36047053000,"Census Tract 530, Kings, NY",4098,566,3562,523,2339,507,77,38,0,12,1092,235,0,12,12,13,42,68,0,12,42,68,536,268,330,226,0,12,0,12,0,12,0,12,206,159,0,12,0,12,0,12 +14000US36047053100,"Census Tract 531, Kings, NY",9155,958,8789,1020,8599,1034,17,26,0,17,116,93,0,17,46,52,11,17,0,17,11,17,366,164,141,97,36,56,0,17,0,17,0,17,189,134,0,17,0,17,0,17 +14000US36047053200,"Census Tract 532, Kings, NY",2740,205,2534,218,1671,194,221,176,0,12,593,144,0,12,5,9,44,40,0,12,44,40,206,151,42,47,0,12,0,12,21,30,0,12,53,61,90,124,11,16,79,109 +14000US36047053300,"Census Tract 533, Kings, NY",6766,783,6695,789,6586,783,26,40,0,17,72,110,0,17,0,17,11,17,11,17,0,17,71,59,71,59,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36047053400,"Census Tract 534, Kings, NY",4577,539,4390,534,2878,431,321,190,85,112,959,374,0,12,0,12,147,148,0,12,147,148,187,125,67,90,29,31,0,12,0,12,0,12,91,89,0,12,0,12,0,12 +14000US36047053500,"Census Tract 535, Kings, NY",4110,706,3991,715,3800,701,171,252,20,30,0,12,0,12,0,12,0,12,0,12,0,12,119,67,21,28,17,25,0,12,0,12,0,12,81,64,0,12,0,12,0,12 +14000US36047053700,"Census Tract 537, Kings, NY",3710,341,3659,344,3580,348,44,17,0,12,30,33,0,12,0,12,5,10,0,12,5,10,51,38,41,36,0,12,0,12,0,12,0,12,10,10,0,12,0,12,0,12 +14000US36047053800,"Census Tract 538, Kings, NY",4640,530,4124,475,3594,505,66,80,30,45,400,246,0,12,0,12,34,39,0,12,34,39,516,303,322,255,0,12,0,12,0,12,0,12,173,171,21,34,21,34,0,12 +14000US36047053900,"Census Tract 539, Kings, NY",2513,190,2140,181,2059,206,59,54,0,12,22,34,0,12,0,12,0,12,0,12,0,12,373,91,143,62,8,14,0,12,0,12,0,12,212,112,10,16,10,16,0,12 +14000US36047054200,"Census Tract 542, Kings, NY",4480,551,3826,518,3611,518,83,63,0,12,132,108,0,12,0,12,0,12,0,12,0,12,654,414,97,103,0,12,0,12,0,12,0,12,557,409,0,12,0,12,0,12 +14000US36047054300,"Census Tract 543, Kings, NY",408,129,305,86,197,81,51,28,0,12,33,26,0,12,14,22,10,10,0,12,10,10,103,85,23,29,0,12,0,12,0,12,0,12,65,78,15,25,15,25,0,12 +14000US36047054400,"Census Tract 544, Kings, NY",3764,508,3546,530,2622,475,0,12,0,12,854,472,0,12,17,26,53,85,0,12,53,85,218,209,157,197,0,12,0,12,0,12,0,12,32,51,29,48,29,48,0,12 +14000US36047054500,"Census Tract 545, Kings, NY",8529,765,6524,846,5554,817,889,292,0,17,58,95,0,17,0,17,23,37,0,17,23,37,2005,470,767,464,291,235,0,17,0,17,0,17,577,276,370,292,290,290,80,99 +14000US36047054600,"Census Tract 546, Kings, NY",4730,350,4474,399,3657,421,191,156,0,12,331,153,0,12,0,12,295,274,47,70,248,228,256,162,207,166,28,34,0,12,0,12,0,12,21,30,0,12,0,12,0,12 +14000US36047054700,"Census Tract 547, Kings, NY",5444,570,4600,600,4128,604,175,121,0,17,188,108,0,17,0,17,109,74,0,17,109,74,844,271,346,170,83,89,0,17,0,17,0,17,404,251,11,18,11,18,0,17 +14000US36047054800,"Census Tract 548, Kings, NY",2046,272,1917,292,1800,303,10,11,0,12,22,27,0,12,5,7,80,68,0,12,80,68,129,101,109,95,0,12,0,12,0,12,0,12,20,29,0,12,0,12,0,12 +14000US36047054900,"Census Tract 549, Kings, NY",3999,317,3225,325,2649,320,27,30,0,12,289,107,0,12,32,36,228,152,0,12,228,152,774,229,398,160,30,32,0,12,0,12,0,12,228,98,118,135,8,14,110,132 +14000US36047055000,"Census Tract 550, Kings, NY",3330,295,2922,324,2451,370,74,59,0,12,352,194,0,12,0,12,45,52,0,12,45,52,408,232,179,127,37,58,0,12,0,12,0,12,192,151,0,12,0,12,0,12 +14000US36047055100,"Census Tract 551, Kings, NY",5269,565,2303,432,1994,401,132,89,0,17,43,47,0,17,0,17,134,108,0,17,134,108,2966,624,1249,543,439,342,23,36,0,17,0,17,1204,463,51,57,0,17,51,57 +14000US36047055200,"Census Tract 552, Kings, NY",3296,235,3006,219,2271,369,6,7,0,12,390,300,0,12,0,12,339,256,0,12,339,256,290,208,272,208,13,21,0,12,3,9,0,12,2,4,0,12,0,12,0,12 +14000US36047055300,"Census Tract 553, Kings, NY",2953,270,2361,258,1960,236,4,11,0,12,322,177,0,12,0,12,75,58,10,16,65,57,592,149,375,118,25,44,0,12,0,12,0,12,167,200,25,38,25,38,0,12 +14000US36047055400,"Census Tract 554, Kings, NY",4444,456,3840,439,3093,412,0,12,0,12,479,185,0,12,0,12,268,236,0,12,268,236,604,343,374,278,0,12,0,12,0,12,0,12,230,256,0,12,0,12,0,12 +14000US36047055500,"Census Tract 555, Kings, NY",6877,464,5711,414,4169,406,216,196,0,17,986,174,0,17,52,53,288,135,0,17,288,135,1166,355,505,166,201,265,0,17,0,17,0,17,412,327,48,41,34,35,14,22 +14000US36047055600,"Census Tract 556, Kings, NY",3678,461,3330,342,2763,372,30,24,0,12,442,175,0,12,0,12,95,73,0,12,95,73,348,355,275,338,0,12,0,12,0,12,0,12,73,115,0,12,0,12,0,12 +14000US36047055700,"Census Tract 557, Kings, NY",1933,213,1460,170,1219,167,53,46,0,12,135,58,0,12,12,19,41,37,6,10,35,33,473,216,368,201,0,12,22,25,0,12,0,12,76,74,7,12,7,12,0,12 +14000US36047055800,"Census Tract 558, Kings, NY",2398,249,2091,257,1692,238,36,33,0,12,291,134,0,12,0,12,72,59,0,12,72,59,307,152,267,145,0,12,0,12,7,10,0,12,33,44,0,12,0,12,0,12 +14000US36047056000,"Census Tract 560, Kings, NY",3518,258,3430,264,2971,362,55,45,17,26,378,247,0,12,0,12,9,16,9,16,0,12,88,45,72,40,13,19,0,12,0,12,0,12,3,6,0,12,0,12,0,12 +14000US36047056100,"Census Tract 561, Kings, NY",3394,297,3117,322,2562,322,213,177,35,41,200,101,0,12,0,12,107,55,0,12,107,55,277,158,235,153,0,12,0,12,0,12,0,12,42,58,0,12,0,12,0,12 +14000US36047056200,"Census Tract 562, Kings, NY",1713,224,1685,221,1495,222,0,12,0,12,91,47,0,12,0,12,99,104,0,12,99,104,28,30,28,30,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047056300,"Census Tract 563, Kings, NY",5071,589,3821,512,2972,537,158,150,0,17,348,156,0,17,76,106,267,163,0,17,267,163,1250,379,884,351,0,17,0,17,22,33,0,17,293,185,51,75,51,75,0,17 +14000US36047056400,"Census Tract 564, Kings, NY",2519,204,2419,210,1907,178,42,42,0,12,389,143,76,109,0,12,5,7,0,12,5,7,100,61,73,45,0,12,0,12,0,12,0,12,27,26,0,12,0,12,0,12 +14000US36047056500,"Census Tract 565, Kings, NY",3081,356,2632,350,2372,341,14,22,0,12,164,92,0,12,24,38,58,41,0,12,58,41,449,129,288,116,0,12,0,12,0,12,0,12,161,95,0,12,0,12,0,12 +14000US36047056600,"Census Tract 566, Kings, NY",2876,274,2682,290,1227,211,340,179,0,12,919,302,0,12,8,13,188,166,7,12,181,166,194,97,121,80,10,19,0,12,0,12,0,12,35,26,28,22,10,15,18,17 +14000US36047056800,"Census Tract 568, Kings, NY",1548,171,1392,177,909,127,0,12,0,12,373,146,0,12,0,12,110,172,0,12,110,172,156,123,46,34,0,12,0,12,0,12,0,12,110,134,0,12,0,12,0,12 +14000US36047056900,"Census Tract 569, Kings, NY",1580,144,1441,124,1299,148,25,26,0,12,62,42,6,8,6,9,43,30,0,12,43,30,139,72,105,70,0,12,0,12,0,12,0,12,9,12,25,24,25,24,0,12 +14000US36047057000,"Census Tract 570, Kings, NY",3494,316,3191,312,2049,235,82,45,0,12,1011,253,0,12,31,37,18,20,0,12,18,20,303,185,161,92,18,20,0,12,0,12,0,12,124,172,0,12,0,12,0,12 +14000US36047057100,"Census Tract 571, Kings, NY",3873,438,3671,454,3369,450,60,93,0,12,107,70,0,12,0,12,135,106,36,58,99,89,202,142,168,143,0,12,0,12,0,12,0,12,34,38,0,12,0,12,0,12 +14000US36047057200,"Census Tract 572, Kings, NY",5427,480,3712,452,907,279,2337,553,0,17,444,172,0,17,0,17,24,30,15,26,9,14,1715,482,491,212,447,303,0,17,0,17,0,17,582,418,195,200,107,151,88,120 +14000US36047057300,"Census Tract 573, Kings, NY",2410,324,2241,292,1786,225,207,201,29,44,131,85,0,12,28,43,60,44,0,12,60,44,169,118,66,53,0,12,0,12,0,12,0,12,21,23,82,91,59,84,23,27 +14000US36047057400,"Census Tract 574, Kings, NY",2907,314,2815,316,1306,268,33,34,0,12,1460,335,0,12,0,12,16,23,0,12,16,23,92,55,41,28,6,8,0,12,8,11,0,12,32,45,5,8,0,12,5,8 +14000US36047057500,"Census Tract 575, Kings, NY",3702,367,3064,337,2852,353,9,16,0,12,182,117,0,12,0,12,21,36,0,12,21,36,638,255,150,100,12,28,0,12,0,12,0,12,287,200,189,233,189,233,0,12 +14000US36047057600,"Census Tract 576, Kings, NY",3045,250,2835,235,1352,210,48,43,0,12,1421,229,0,12,0,12,14,21,0,12,14,21,210,121,88,60,29,42,0,12,3,6,0,12,64,72,26,28,5,8,21,24 +14000US36047057800,"Census Tract 578, Kings, NY",3391,405,2737,336,1659,244,40,62,0,12,927,262,0,12,0,12,111,117,0,12,111,117,654,310,313,216,21,32,0,12,0,12,0,12,280,250,40,49,30,36,10,15 +14000US36047057900,"Census Tract 579, Kings, NY",1117,216,723,162,550,95,114,133,0,12,38,34,0,12,0,12,21,23,0,12,21,23,394,132,189,89,8,18,8,10,0,12,0,12,171,87,18,21,0,12,18,21 +14000US36047058000,"Census Tract 580, Kings, NY",4129,463,3589,459,1687,400,214,207,0,12,1613,410,0,12,11,15,64,60,8,13,56,59,540,275,251,142,17,27,0,12,0,12,0,12,272,264,0,12,0,12,0,12 +14000US36047058200,"Census Tract 582, Kings, NY",2759,448,2062,325,1435,349,59,63,0,12,440,116,0,12,0,12,128,67,0,12,128,67,697,371,113,93,0,12,153,274,0,12,0,12,431,336,0,12,0,12,0,12 +14000US36047058400,"Census Tract 584, Kings, NY",3415,389,3141,397,2247,389,147,182,0,12,676,252,0,12,26,29,45,43,10,17,35,40,274,193,86,95,71,112,0,12,0,12,0,12,107,126,10,18,10,18,0,12 +14000US36047058600,"Census Tract 586, Kings, NY",2901,326,2516,329,645,233,22,21,0,12,1830,276,0,12,0,12,19,27,0,12,19,27,385,305,58,58,0,12,0,12,0,12,0,12,327,300,0,12,0,12,0,12 +14000US36047058800,"Census Tract 588, Kings, NY",3411,381,3102,352,2225,329,46,49,0,12,771,242,0,12,47,53,13,21,0,12,13,21,309,193,109,82,46,56,0,12,9,16,0,12,125,158,20,22,20,22,0,12 +14000US36047058900,"Census Tract 589, Kings, NY",1690,154,1513,144,1309,148,64,57,0,12,106,65,0,12,0,12,34,46,0,12,34,46,177,86,123,70,11,17,0,12,0,12,0,12,34,51,9,12,9,12,0,12 +14000US36047059000,"Census Tract 590, Kings, NY",1979,204,1715,226,875,177,152,82,0,12,654,175,0,12,0,12,34,24,0,12,34,24,264,138,59,64,24,24,0,12,0,12,0,12,175,127,6,9,0,12,6,9 +14000US36047059100,"Census Tract 591, Kings, NY",3979,275,3384,367,3087,368,88,58,0,12,110,64,0,12,0,12,99,64,0,12,99,64,595,290,330,136,192,226,0,12,0,12,0,12,23,25,50,54,50,54,0,12 +14000US36047059200,"Census Tract 592, Kings, NY",4229,515,3779,461,2306,302,328,258,0,12,951,386,0,12,13,21,181,136,0,12,181,136,450,398,204,122,0,12,0,12,0,12,0,12,246,383,0,12,0,12,0,12 +14000US36047059300,"Census Tract 593, Kings, NY",2194,219,1836,193,1608,185,50,36,0,12,74,50,0,12,0,12,104,58,0,12,104,58,358,123,228,106,22,30,0,12,0,12,0,12,108,110,0,12,0,12,0,12 +14000US36047059401,"Census Tract 594.01, Kings, NY",7457,819,7070,823,3952,564,36,51,0,17,2985,720,0,17,0,17,97,99,0,17,97,99,387,357,180,260,0,17,0,17,0,17,0,17,207,253,0,17,0,17,0,17 +14000US36047059402,"Census Tract 594.02, Kings, NY",5309,486,5185,483,3706,350,75,115,0,17,1292,365,0,17,11,17,101,147,0,17,101,147,124,86,85,60,0,17,0,17,0,17,0,17,39,47,0,17,0,17,0,17 +14000US36047059600,"Census Tract 596, Kings, NY",2309,300,2264,290,1847,220,204,268,0,12,97,55,0,12,0,12,116,168,0,12,116,168,45,54,23,37,0,12,0,12,0,12,0,12,22,23,0,12,0,12,0,12 +14000US36047059800,"Census Tract 598, Kings, NY",3541,480,3264,456,2413,468,184,111,108,165,414,308,0,12,0,12,145,158,0,12,145,158,277,255,60,51,10,16,0,12,0,12,0,12,207,245,0,12,0,12,0,12 +14000US36047060000,"Census Tract 600, Kings, NY",6700,568,6229,553,5390,464,51,61,0,17,668,298,0,17,0,17,120,128,0,17,120,128,471,236,358,226,0,17,0,17,0,17,0,17,90,82,23,37,0,17,23,37 +14000US36047060600,"Census Tract 606, Kings, NY",2777,330,2526,295,1922,251,23,28,12,25,470,214,0,12,0,12,99,107,33,51,66,86,251,251,68,80,0,12,0,12,0,12,0,12,183,242,0,12,0,12,0,12 +14000US36047060800,"Census Tract 608, Kings, NY",3424,353,3227,356,2440,362,137,169,0,12,616,255,0,12,0,12,34,37,0,12,34,37,197,118,155,124,10,16,0,12,0,12,0,12,23,26,9,15,9,15,0,12 +14000US36047061002,"Census Tract 610.02, Kings, NY",4091,367,4051,358,4034,360,0,12,0,12,0,12,0,12,0,12,17,28,0,12,17,28,40,67,0,12,0,12,0,12,0,12,0,12,40,67,0,12,0,12,0,12 +14000US36047061003,"Census Tract 610.03, Kings, NY",1792,274,1061,216,557,155,0,12,0,12,426,192,0,12,78,124,0,12,0,12,0,12,731,292,231,191,57,86,0,12,0,12,0,12,443,207,0,12,0,12,0,12 +14000US36047061004,"Census Tract 610.04, Kings, NY",6371,561,6154,549,5599,595,1,2,0,17,373,90,0,17,0,17,181,200,0,17,181,200,217,185,182,193,0,17,0,17,0,17,0,17,33,36,2,4,2,4,0,17 +14000US36047061200,"Census Tract 612, Kings, NY",1029,161,993,171,993,171,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,36,34,21,23,0,12,0,12,0,12,0,12,15,18,0,12,0,12,0,12 +14000US36047061600,"Census Tract 616, Kings, NY",1465,275,1400,307,1318,308,71,77,0,12,11,17,0,12,0,12,0,12,0,12,0,12,65,77,18,21,0,12,0,12,0,12,0,12,38,58,9,18,9,18,0,12 +14000US36047062000,"Census Tract 620, Kings, NY",1817,232,1789,235,1738,235,0,12,0,12,51,43,0,12,0,12,0,12,0,12,0,12,28,25,28,25,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047062200,"Census Tract 622, Kings, NY",2842,424,2598,445,2160,394,298,202,0,12,60,60,0,12,36,57,44,40,20,25,24,31,244,132,229,129,0,12,0,12,0,12,0,12,15,18,0,12,0,12,0,12 +14000US36047062600,"Census Tract 626, Kings, NY",2739,297,2371,300,1184,189,239,185,0,12,792,219,0,12,0,12,156,172,0,12,156,172,368,251,182,168,0,12,0,12,0,12,0,12,167,177,19,22,0,12,19,22 +14000US36047062800,"Census Tract 628, Kings, NY",4588,443,4259,410,3776,443,0,12,9,14,442,222,0,12,0,12,32,55,0,12,32,55,329,150,247,124,0,12,0,12,52,67,0,12,28,46,2,10,0,12,2,10 +14000US36047063200,"Census Tract 632, Kings, NY",1604,245,1522,247,1322,165,15,15,0,12,185,205,0,12,0,12,0,12,0,12,0,12,82,58,30,28,6,8,0,12,0,12,0,12,46,54,0,12,0,12,0,12 +14000US36047063600,"Census Tract 636, Kings, NY",1464,134,1186,217,1007,220,0,12,0,12,179,152,0,12,0,12,0,12,0,12,0,12,278,220,237,207,0,12,0,12,0,12,0,12,10,15,31,32,18,27,13,19 +14000US36047063800,"Census Tract 638, Kings, NY",1966,192,1769,184,1252,166,99,120,8,12,409,160,0,12,0,12,1,5,0,12,1,5,197,105,151,99,10,10,0,12,22,32,0,12,14,16,0,12,0,12,0,12 +14000US36047064000,"Census Tract 640, Kings, NY",1794,240,1524,246,1318,186,0,12,0,12,206,140,0,12,0,12,0,12,0,12,0,12,270,165,171,138,0,12,0,12,0,12,0,12,41,63,58,46,17,23,41,35 +14000US36047064200,"Census Tract 642, Kings, NY",2276,257,2013,245,1686,268,89,75,0,12,184,149,0,12,0,12,54,49,0,12,54,49,263,175,143,122,0,12,0,12,0,12,0,12,72,111,48,40,26,28,22,31 +14000US36047064400,"Census Tract 644, Kings, NY",3021,297,2683,333,1954,303,81,92,0,12,635,249,0,12,4,6,9,10,0,12,9,10,338,141,233,116,0,12,21,33,0,12,0,12,50,76,34,36,20,30,14,20 +14000US36047064600,"Census Tract 646, Kings, NY",2297,210,2142,223,1872,214,33,30,26,41,170,140,0,12,10,14,31,30,0,12,31,30,155,118,129,114,15,22,0,12,0,12,0,12,11,17,0,12,0,12,0,12 +14000US36047064800,"Census Tract 648, Kings, NY",2191,254,2039,249,1379,338,562,231,0,12,72,69,0,12,0,12,26,24,14,16,12,17,152,112,77,64,0,12,0,12,0,12,0,12,75,96,0,12,0,12,0,12 +14000US36047065000,"Census Tract 650, Kings, NY",1576,268,1257,224,382,98,629,216,0,12,236,103,0,12,0,12,10,15,0,12,10,15,319,235,125,111,130,207,0,12,0,12,0,12,64,70,0,12,0,12,0,12 +14000US36047065200,"Census Tract 652, Kings, NY",1121,170,1018,185,938,180,30,39,0,12,25,37,0,12,0,12,25,30,0,12,25,30,103,95,103,95,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047065400,"Census Tract 654, Kings, NY",1486,181,1431,180,1138,157,35,36,0,12,208,102,0,12,0,12,50,49,0,12,50,49,55,32,42,29,0,12,0,12,0,12,0,12,13,21,0,12,0,12,0,12 +14000US36047065600,"Census Tract 656, Kings, NY",1774,153,1497,178,1204,217,17,25,0,12,262,180,0,12,0,12,14,18,0,12,14,18,277,125,207,119,0,12,0,12,12,19,0,12,58,53,0,12,0,12,0,12 +14000US36047065800,"Census Tract 658, Kings, NY",1963,229,1822,222,1289,169,17,28,0,12,498,252,0,12,0,12,18,18,0,12,18,18,141,81,91,59,13,19,0,12,0,12,0,12,37,51,0,12,0,12,0,12 +14000US36047066000,"Census Tract 660, Kings, NY",2231,192,2089,197,1586,193,12,10,0,12,368,150,0,12,0,12,123,112,0,12,123,112,142,81,116,73,0,12,0,12,26,39,0,12,0,12,0,12,0,12,0,12 +14000US36047066200,"Census Tract 662, Kings, NY",1663,174,1439,196,1196,194,21,23,0,12,145,81,0,12,58,66,19,30,0,12,19,30,224,107,178,98,0,12,0,12,0,12,0,12,46,28,0,12,0,12,0,12 +14000US36047066600,"Census Tract 666, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047067000,"Census Tract 670, Kings, NY",2888,270,2511,278,640,166,1570,287,0,12,239,110,0,12,28,42,34,40,0,12,34,40,377,179,130,84,96,85,0,12,0,12,0,12,124,117,27,28,14,20,13,14 +14000US36047067200,"Census Tract 672, Kings, NY",1685,263,1675,269,182,131,1294,256,0,12,199,240,0,12,0,12,0,12,0,12,0,12,10,16,10,16,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047067400,"Census Tract 674, Kings, NY",1972,317,1757,274,300,143,1316,361,0,12,87,62,0,12,18,20,36,29,0,12,36,29,215,176,98,125,35,42,0,12,0,12,0,12,82,127,0,12,0,12,0,12 +14000US36047067600,"Census Tract 676, Kings, NY",1797,344,1559,338,114,58,1347,338,0,12,90,84,0,12,8,12,0,12,0,12,0,12,238,176,19,24,170,165,0,12,0,12,0,12,49,77,0,12,0,12,0,12 +14000US36047067800,"Census Tract 678, Kings, NY",2681,305,2625,307,301,101,2293,299,0,12,0,12,0,12,31,32,0,12,0,12,0,12,56,44,21,21,27,26,0,12,0,12,0,12,8,11,0,12,0,12,0,12 +14000US36047068000,"Census Tract 680, Kings, NY",2293,224,1961,260,168,72,1656,285,0,12,113,79,0,12,0,12,24,23,0,12,24,23,332,144,111,96,34,35,0,12,0,12,0,12,99,109,88,105,31,46,57,91 +14000US36047068200,"Census Tract 682, Kings, NY",3112,434,2692,407,684,187,1791,459,0,12,181,115,0,12,9,14,27,27,0,12,27,27,420,216,183,117,154,164,0,12,0,12,0,12,58,63,25,36,25,36,0,12 +14000US36047068600,"Census Tract 686, Kings, NY",1776,224,1552,260,846,187,555,278,0,12,147,113,0,12,0,12,4,6,0,12,4,6,224,106,95,82,22,34,0,12,0,12,0,12,99,77,8,12,0,12,8,12 +14000US36047068800,"Census Tract 688, Kings, NY",1647,184,1423,219,449,99,838,210,0,12,136,89,0,12,0,12,0,12,0,12,0,12,224,122,84,76,32,36,9,13,16,23,0,12,76,89,7,11,0,12,7,11 +14000US36047069000,"Census Tract 690, Kings, NY",2146,335,1900,348,305,111,1397,360,0,12,97,109,0,12,25,35,76,85,0,12,76,85,246,183,93,101,40,32,0,12,0,12,0,12,104,161,9,14,0,12,9,14 +14000US36047069200,"Census Tract 692, Kings, NY",2918,253,2624,249,223,89,2135,263,0,12,114,121,11,17,49,64,92,68,13,20,79,63,294,133,36,34,61,76,0,12,0,12,0,12,150,106,47,46,47,46,0,12 +14000US36047069601,"Census Tract 696.01, Kings, NY",3704,447,3331,448,1350,284,1678,397,0,12,216,120,0,12,11,18,76,86,53,84,23,24,373,220,151,153,116,90,0,12,0,12,0,12,106,160,0,12,0,12,0,12 +14000US36047069602,"Census Tract 696.02, Kings, NY",6168,630,5241,668,3828,599,886,470,0,17,390,266,0,17,0,17,137,133,0,17,137,133,927,505,255,223,0,17,0,17,0,17,0,17,672,469,0,17,0,17,0,17 +14000US36047069800,"Census Tract 698, Kings, NY",1392,142,1283,163,947,169,78,78,0,12,193,118,0,12,0,12,65,73,0,12,65,73,109,124,18,24,0,12,0,12,0,12,0,12,91,118,0,12,0,12,0,12 +14000US36047070000,"Census Tract 700, Kings, NY",1616,206,1573,203,1456,208,85,110,0,12,32,38,0,12,0,12,0,12,0,12,0,12,43,35,36,33,0,12,7,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047070201,"Census Tract 702.01, Kings, NY",6073,764,5548,576,5076,594,227,159,40,51,205,172,0,17,0,17,0,17,0,17,0,17,525,575,152,117,0,17,18,30,0,17,0,17,310,415,45,71,45,71,0,17 +14000US36047070202,"Census Tract 702.02, Kings, NY",24,18,24,18,24,18,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047070203,"Census Tract 702.03, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047070600,"Census Tract 706, Kings, NY",3104,407,2966,366,2593,379,249,280,0,12,104,143,0,12,0,12,20,33,0,12,20,33,138,135,138,135,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047072000,"Census Tract 720, Kings, NY",2141,194,1957,212,137,113,1663,240,0,12,121,96,0,12,5,8,31,30,12,17,19,24,184,169,0,12,157,164,0,12,0,12,0,12,27,45,0,12,0,12,0,12 +14000US36047072200,"Census Tract 722, Kings, NY",3014,362,2746,283,69,47,2554,306,0,12,50,39,0,12,0,12,73,63,0,12,73,63,268,271,0,12,216,253,0,12,0,12,0,12,30,53,22,26,10,14,12,15 +14000US36047072400,"Census Tract 724, Kings, NY",1841,195,1764,194,48,37,1703,198,0,12,1,2,0,12,0,12,12,15,2,5,10,14,77,55,46,47,0,12,0,12,0,12,0,12,0,12,31,26,0,12,31,26 +14000US36047072600,"Census Tract 726, Kings, NY",2251,293,1906,292,59,47,1808,297,0,12,39,57,0,12,0,12,0,12,0,12,0,12,345,199,8,13,86,110,0,12,6,9,0,12,238,169,7,11,7,11,0,12 +14000US36047072800,"Census Tract 728, Kings, NY",3811,446,3629,440,133,72,3369,437,0,12,99,106,0,12,13,22,15,22,0,12,15,22,182,114,127,119,13,20,0,12,0,12,0,12,42,62,0,12,0,12,0,12 +14000US36047073000,"Census Tract 730, Kings, NY",2302,244,2157,252,106,50,1928,261,0,12,11,10,0,12,0,12,112,99,0,12,112,99,145,97,80,69,59,46,0,12,0,12,0,12,6,10,0,12,0,12,0,12 +14000US36047073200,"Census Tract 732, Kings, NY",2355,242,2249,271,55,40,1920,258,0,12,211,120,0,12,63,92,0,12,0,12,0,12,106,84,15,22,83,79,0,12,0,12,0,12,8,11,0,12,0,12,0,12 +14000US36047073400,"Census Tract 734, Kings, NY",2021,289,1917,278,67,51,1809,281,0,12,0,12,0,12,32,46,9,14,0,12,9,14,104,86,31,39,19,16,0,12,6,8,0,12,48,73,0,12,0,12,0,12 +14000US36047073600,"Census Tract 736, Kings, NY",3478,440,2848,409,297,218,2125,369,0,12,284,188,0,12,81,90,61,50,28,40,33,34,630,355,52,62,131,109,0,12,0,12,0,12,436,330,11,18,0,12,11,18 +14000US36047073800,"Census Tract 738, Kings, NY",4203,519,3629,604,1394,448,1969,502,0,12,259,237,0,12,0,12,7,12,0,12,7,12,574,405,46,49,136,188,0,12,0,12,0,12,392,357,0,12,0,12,0,12 +14000US36047074000,"Census Tract 740, Kings, NY",3636,380,3398,325,383,172,2315,353,0,12,587,257,0,12,77,98,36,40,0,12,36,40,238,289,0,12,9,15,0,12,0,12,0,12,220,288,9,13,0,12,9,13 +14000US36047074200,"Census Tract 742, Kings, NY",3359,309,3176,332,1391,280,1573,235,0,12,71,72,0,12,81,81,60,54,5,8,55,54,183,92,62,56,7,10,0,12,0,12,0,12,107,87,7,11,0,12,7,11 +14000US36047074400,"Census Tract 744, Kings, NY",2704,278,2578,285,2270,308,217,236,0,12,60,48,0,12,0,12,31,34,0,12,31,34,126,77,103,72,0,12,0,12,0,12,0,12,23,31,0,12,0,12,0,12 +14000US36047074600,"Census Tract 746, Kings, NY",2637,256,2429,268,1775,275,489,161,0,12,70,79,0,12,35,51,60,74,0,12,60,74,208,122,91,85,53,67,0,12,0,12,0,12,64,65,0,12,0,12,0,12 +14000US36047074800,"Census Tract 748, Kings, NY",1929,289,1854,290,1372,322,359,109,0,12,123,139,0,12,0,12,0,12,0,12,0,12,75,43,0,12,44,39,0,12,0,12,0,12,31,31,0,12,0,12,0,12 +14000US36047075000,"Census Tract 750, Kings, NY",2711,279,2548,275,2120,293,247,117,0,12,88,79,0,12,21,31,72,96,0,12,72,96,163,147,41,55,64,98,0,12,0,12,0,12,58,93,0,12,0,12,0,12 +14000US36047075200,"Census Tract 752, Kings, NY",1047,134,1047,134,1034,139,7,10,0,12,6,8,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047075400,"Census Tract 754, Kings, NY",1466,175,1463,175,1460,174,3,7,0,12,0,12,0,12,0,12,0,12,0,12,0,12,3,7,0,12,0,12,0,12,0,12,0,12,3,7,0,12,0,12,0,12 +14000US36047075600,"Census Tract 756, Kings, NY",1996,174,1859,175,1619,161,57,40,0,12,178,142,0,12,0,12,5,9,0,12,5,9,137,64,45,36,0,12,15,21,29,45,0,12,48,39,0,12,0,12,0,12 +14000US36047075800,"Census Tract 758, Kings, NY",1633,182,1583,184,1546,183,9,13,0,12,18,20,0,12,0,12,10,17,0,12,10,17,50,44,36,41,0,12,0,12,0,12,0,12,7,10,7,11,0,12,7,11 +14000US36047076000,"Census Tract 760, Kings, NY",3108,324,3037,327,2727,379,97,120,0,12,110,138,0,12,50,78,53,59,0,12,53,59,71,69,41,42,30,53,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047076200,"Census Tract 762, Kings, NY",4651,558,4142,573,2607,462,644,363,0,12,891,571,0,12,0,12,0,12,0,12,0,12,509,336,119,179,11,19,0,12,0,12,0,12,379,324,0,12,0,12,0,12 +14000US36047076400,"Census Tract 764, Kings, NY",3815,417,3274,374,1067,251,1854,451,0,12,224,151,0,12,21,30,108,81,0,12,108,81,541,195,323,198,67,57,0,12,0,12,0,12,151,151,0,12,0,12,0,12 +14000US36047076600,"Census Tract 766, Kings, NY",2294,219,1916,248,257,102,1527,277,0,12,48,36,0,12,38,45,46,37,0,12,46,37,378,170,164,142,27,33,0,12,19,26,0,12,168,138,0,12,0,12,0,12 +14000US36047076800,"Census Tract 768, Kings, NY",3183,331,2865,274,2542,317,56,65,0,12,222,112,0,12,0,12,45,49,0,12,45,49,318,259,110,69,0,12,0,12,0,12,0,12,207,262,1,5,1,5,0,12 +14000US36047077000,"Census Tract 770, Kings, NY",3065,451,2657,465,251,100,2040,424,0,12,250,200,0,12,0,12,116,127,8,16,108,123,408,290,251,223,16,29,0,12,0,12,0,12,141,173,0,12,0,12,0,12 +14000US36047077200,"Census Tract 772, Kings, NY",2896,305,2430,368,1103,283,1270,317,0,12,21,21,0,12,0,12,36,30,2,4,34,30,466,302,120,86,29,50,32,53,0,12,0,12,285,305,0,12,0,12,0,12 +14000US36047077400,"Census Tract 774, Kings, NY",3620,503,3339,527,572,258,2380,504,0,12,284,164,0,12,29,43,74,86,0,12,74,86,281,175,11,17,122,111,0,12,0,12,0,12,66,63,82,65,22,32,60,55 +14000US36047077600,"Census Tract 776, Kings, NY",3723,366,3596,383,167,80,3010,326,0,12,305,203,0,12,0,12,114,97,58,82,56,53,127,112,27,22,72,62,0,12,0,12,0,12,28,86,0,12,0,12,0,12 +14000US36047078000,"Census Tract 780, Kings, NY",2210,282,2145,290,53,33,2060,292,0,12,5,7,0,12,7,12,20,32,0,12,20,32,65,56,16,22,28,43,0,12,0,12,0,12,21,32,0,12,0,12,0,12 +14000US36047078200,"Census Tract 782, Kings, NY",5030,480,4842,492,49,64,4653,505,0,17,54,46,0,17,34,40,52,58,24,36,28,29,188,108,32,37,80,52,0,17,0,17,0,17,0,17,76,86,8,12,68,85 +14000US36047078400,"Census Tract 784, Kings, NY",2558,280,2340,291,108,89,2096,319,0,12,55,52,0,12,55,59,26,21,0,12,26,21,218,114,6,8,114,81,0,12,0,12,0,12,98,81,0,12,0,12,0,12 +14000US36047078600,"Census Tract 786, Kings, NY",4910,495,4237,422,374,171,3398,477,0,12,283,181,0,12,83,92,99,110,0,12,99,110,673,254,67,47,145,109,0,12,0,12,0,12,461,259,0,12,0,12,0,12 +14000US36047078800,"Census Tract 788, Kings, NY",3198,307,2960,325,11,17,2696,330,23,28,62,76,0,12,33,89,135,110,58,79,77,93,238,111,74,73,84,70,0,12,0,12,0,12,80,92,0,12,0,12,0,12 +14000US36047079000,"Census Tract 790, Kings, NY",5257,649,4965,632,109,84,4572,607,122,180,82,125,0,17,38,61,42,38,16,24,26,28,292,150,43,37,29,49,0,17,0,17,0,17,220,140,0,17,0,17,0,17 +14000US36047079200,"Census Tract 792, Kings, NY",3338,525,2739,487,364,283,2277,443,0,12,8,14,0,12,28,34,62,55,7,12,55,55,599,298,116,145,59,63,0,12,0,12,0,12,414,261,10,15,0,12,10,15 +14000US36047079400,"Census Tract 794, Kings, NY",1669,225,1477,262,145,131,1321,284,0,12,0,12,0,12,11,17,0,12,0,12,0,12,192,138,27,28,42,51,0,12,0,12,0,12,112,120,11,18,0,12,11,18 +14000US36047079601,"Census Tract 796.01, Kings, NY",4695,551,4372,606,1070,243,3152,622,0,12,61,42,0,12,18,28,71,73,0,12,71,73,323,162,1,3,159,123,0,12,0,12,0,12,152,116,11,17,0,12,11,17 +14000US36047079602,"Census Tract 796.02, Kings, NY",4650,545,3945,497,582,152,3102,544,0,12,81,62,0,12,8,13,172,90,25,40,147,76,705,321,70,63,97,102,0,12,0,12,0,12,538,327,0,12,0,12,0,12 +14000US36047079801,"Census Tract 798.01, Kings, NY",2784,305,2561,319,936,186,1376,290,0,12,78,56,0,12,38,45,133,126,54,87,79,66,223,99,79,76,45,41,0,12,22,31,0,12,41,51,36,51,23,45,13,25 +14000US36047079802,"Census Tract 798.02, Kings, NY",5683,602,4755,594,1309,305,2938,661,0,17,369,156,0,17,52,80,87,76,0,17,87,76,928,449,197,209,169,119,0,17,0,17,0,17,470,412,92,101,17,26,75,98 +14000US36047080000,"Census Tract 800, Kings, NY",3907,464,3657,442,827,246,2611,437,0,12,79,64,0,12,0,12,140,102,0,12,140,102,250,220,37,43,148,198,0,12,0,12,0,12,54,81,11,17,11,17,0,12 +14000US36047080200,"Census Tract 802, Kings, NY",4859,480,4388,475,610,216,3460,442,29,49,115,80,0,12,0,12,174,178,10,15,164,178,471,240,51,47,236,172,0,12,0,12,0,12,136,130,48,49,39,48,9,14 +14000US36047080400,"Census Tract 804, Kings, NY",3283,409,3116,416,333,112,2503,388,20,32,146,150,0,12,83,133,31,27,0,12,31,27,167,85,109,65,12,19,0,12,0,12,0,12,19,22,27,35,0,12,27,35 +14000US36047080600,"Census Tract 806, Kings, NY",3743,399,3551,422,1362,325,2016,346,0,12,152,91,0,12,0,12,21,28,0,12,21,28,192,150,66,70,0,12,0,12,0,12,0,12,126,133,0,12,0,12,0,12 +14000US36047080800,"Census Tract 808, Kings, NY",1117,228,959,206,78,41,742,221,0,12,121,45,0,12,7,9,11,14,0,12,11,14,158,69,45,42,39,29,0,12,0,12,0,12,74,61,0,12,0,12,0,12 +14000US36047081000,"Census Tract 810, Kings, NY",2399,378,2299,392,459,252,1660,355,0,12,18,18,0,12,0,12,162,106,0,12,162,106,100,83,5,7,22,26,0,12,0,12,0,12,64,79,9,10,0,12,9,10 +14000US36047081400,"Census Tract 814, Kings, NY",2792,336,2635,339,48,45,2430,318,0,12,133,114,0,12,15,24,9,14,0,12,9,14,157,102,0,12,105,87,0,12,0,12,0,12,52,54,0,12,0,12,0,12 +14000US36047081600,"Census Tract 816, Kings, NY",2573,276,2301,293,149,88,1941,301,0,12,149,78,0,12,0,12,62,61,32,49,30,35,272,160,2,4,63,72,0,12,0,12,0,12,207,143,0,12,0,12,0,12 +14000US36047081800,"Census Tract 818, Kings, NY",4631,667,4458,725,448,169,3802,694,0,12,170,88,0,12,25,31,13,21,0,12,13,21,173,136,12,18,123,133,0,12,0,12,0,12,38,35,0,12,0,12,0,12 +14000US36047082000,"Census Tract 820, Kings, NY",5193,572,4508,547,227,91,4133,517,0,17,105,86,0,17,18,20,25,24,7,11,18,22,685,237,1,4,90,62,0,17,0,17,0,17,583,249,11,15,10,15,1,2 +14000US36047082200,"Census Tract 822, Kings, NY",7485,866,6610,884,614,308,5792,935,0,17,86,121,0,17,0,17,118,84,0,17,118,84,875,501,27,40,356,262,0,17,0,17,0,17,372,412,120,93,120,93,0,17 +14000US36047082400,"Census Tract 824, Kings, NY",4470,434,4083,433,127,99,3810,438,0,12,121,119,0,12,0,12,25,31,25,31,0,12,387,241,11,17,205,163,0,12,0,12,0,12,171,183,0,12,0,12,0,12 +14000US36047082600,"Census Tract 826, Kings, NY",5311,619,4868,659,403,507,4289,510,23,38,20,24,0,17,9,13,124,110,0,17,124,110,443,153,39,45,119,82,17,25,0,17,0,17,268,138,0,17,0,17,0,17 +14000US36047082800,"Census Tract 828, Kings, NY",4013,441,3602,412,241,172,3290,375,8,13,0,12,0,12,0,12,63,72,0,12,63,72,411,269,11,17,148,168,14,24,8,12,0,12,230,210,0,12,0,12,0,12 +14000US36047083000,"Census Tract 830, Kings, NY",6184,917,5624,947,91,108,5293,950,0,17,166,184,0,17,0,17,74,64,14,22,60,60,560,201,161,180,216,212,0,17,0,17,0,17,183,168,0,17,0,17,0,17 +14000US36047083200,"Census Tract 832, Kings, NY",2089,218,2047,217,0,12,1977,230,0,12,50,55,0,12,8,11,12,18,12,18,0,12,42,31,0,12,42,31,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047083400,"Census Tract 834, Kings, NY",1554,218,1534,221,0,12,1386,214,0,12,93,99,0,12,0,12,55,38,12,16,43,38,20,22,0,12,20,22,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047083600,"Census Tract 836, Kings, NY",2202,231,2178,235,10,15,2098,243,12,20,53,56,0,12,5,8,0,12,0,12,0,12,24,29,0,12,24,29,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047083800,"Census Tract 838, Kings, NY",2208,198,2137,208,27,41,2006,205,0,12,12,18,0,12,0,12,92,122,0,12,92,122,71,44,3,3,37,31,0,12,0,12,0,12,31,30,0,12,0,12,0,12 +14000US36047084000,"Census Tract 840, Kings, NY",2469,272,2340,280,69,65,2212,295,0,12,38,36,0,12,0,12,21,22,11,13,10,17,129,90,22,28,64,79,0,12,0,12,0,12,20,31,23,19,23,19,0,12 +14000US36047084600,"Census Tract 846, Kings, NY",1973,187,1813,210,83,81,1714,210,0,12,0,12,0,12,0,12,16,17,0,12,16,17,160,81,38,42,41,37,0,12,0,12,0,12,75,63,6,9,0,12,6,9 +14000US36047084800,"Census Tract 848, Kings, NY",1733,204,1693,205,2,3,1617,193,0,12,55,86,0,12,11,16,8,10,0,12,8,10,40,40,0,12,40,40,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047085000,"Census Tract 850, Kings, NY",1525,249,1494,252,9,14,1477,250,8,13,0,12,0,12,0,12,0,12,0,12,0,12,31,32,6,9,25,31,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047085200,"Census Tract 852, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047085400,"Census Tract 854, Kings, NY",1998,285,1722,272,51,37,1580,296,0,12,3,7,0,12,0,12,88,95,19,31,69,88,276,150,40,41,104,79,0,12,0,12,0,12,132,126,0,12,0,12,0,12 +14000US36047085600,"Census Tract 856, Kings, NY",3338,419,3059,413,102,67,2785,398,0,12,65,54,0,12,0,12,107,108,99,107,8,13,279,136,26,41,66,56,0,12,0,12,0,12,170,112,17,27,17,27,0,12 +14000US36047085800,"Census Tract 858, Kings, NY",2317,227,2186,223,6,8,2180,224,0,12,0,12,0,12,0,12,0,12,0,12,0,12,131,102,18,26,54,44,0,12,0,12,0,12,59,92,0,12,0,12,0,12 +14000US36047086000,"Census Tract 860, Kings, NY",3485,420,3074,394,11,16,2974,400,15,23,11,16,0,12,0,12,63,73,0,12,63,73,411,307,1,3,177,148,0,12,0,12,0,12,233,255,0,12,0,12,0,12 +14000US36047086200,"Census Tract 862, Kings, NY",2753,405,2513,422,147,184,2341,423,0,12,0,12,0,12,0,12,25,39,0,12,25,39,240,238,0,12,37,45,0,12,0,12,0,12,196,236,7,11,0,12,7,11 +14000US36047086400,"Census Tract 864, Kings, NY",2284,302,2154,281,11,17,2143,281,0,12,0,12,0,12,0,12,0,12,0,12,0,12,130,101,0,12,108,103,0,12,0,12,0,12,15,22,7,10,7,10,0,12 +14000US36047086600,"Census Tract 866, Kings, NY",3079,458,2800,450,12,19,2660,449,37,57,37,37,0,12,35,37,19,27,19,27,0,12,279,187,13,20,39,50,0,12,92,148,0,12,40,45,95,95,25,41,70,75 +14000US36047086800,"Census Tract 868, Kings, NY",3325,469,2903,407,77,120,2643,409,23,37,74,75,0,12,24,24,62,57,23,37,39,43,422,287,47,62,128,113,13,21,0,12,0,12,234,243,0,12,0,12,0,12 +14000US36047087000,"Census Tract 870, Kings, NY",3205,434,2984,445,155,169,2797,447,0,12,0,12,0,12,0,12,32,54,0,12,32,54,221,156,3,5,195,154,0,12,0,12,0,12,15,17,8,12,8,12,0,12 +14000US36047087200,"Census Tract 872, Kings, NY",3045,376,2840,377,139,103,2625,370,0,12,65,51,0,12,0,12,11,13,0,12,11,13,205,106,46,44,92,77,0,12,0,12,0,12,67,54,0,12,0,12,0,12 +14000US36047087401,"Census Tract 874.01, Kings, NY",3717,499,3475,545,178,91,3147,552,0,12,0,12,0,12,54,53,96,143,0,12,96,143,242,191,32,37,188,188,0,12,0,12,0,12,22,28,0,12,0,12,0,12 +14000US36047087600,"Census Tract 876, Kings, NY",1593,178,1545,188,242,102,1238,185,0,12,62,51,0,12,0,12,3,7,0,12,3,7,48,44,0,12,14,21,0,12,0,12,0,12,33,42,1,3,1,3,0,12 +14000US36047087800,"Census Tract 878, Kings, NY",2524,288,2457,286,27,40,2384,256,6,10,0,12,0,12,0,12,40,38,0,12,40,38,67,45,0,12,22,33,0,12,0,12,0,12,36,21,9,18,9,18,0,12 +14000US36047088000,"Census Tract 880, Kings, NY",2790,369,2681,382,84,130,2544,383,0,12,0,12,0,12,0,12,53,51,0,12,53,51,109,75,25,54,84,58,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047088200,"Census Tract 882, Kings, NY",6365,781,5620,711,78,72,5542,725,0,17,0,17,0,17,0,17,0,17,0,17,0,17,745,288,380,257,99,94,0,17,0,17,0,17,199,217,67,108,67,108,0,17 +14000US36047088400,"Census Tract 884, Kings, NY",4657,543,4587,548,88,56,4394,554,0,12,63,54,0,12,0,12,42,47,0,12,42,47,70,55,0,12,56,52,0,12,0,12,0,12,14,21,0,12,0,12,0,12 +14000US36047088600,"Census Tract 886, Kings, NY",4286,498,3857,528,62,52,3537,521,0,12,47,56,0,12,108,132,103,78,0,12,103,78,429,172,106,87,146,93,0,12,0,12,0,12,151,122,26,28,0,12,26,28 +14000US36047088800,"Census Tract 888, Kings, NY",4157,406,3654,416,8,13,3422,468,0,12,79,90,0,12,19,29,126,169,0,12,126,169,503,277,43,50,160,197,0,12,0,12,0,12,300,177,0,12,0,12,0,12 +14000US36047089000,"Census Tract 890, Kings, NY",5587,760,4948,798,45,40,4815,818,0,17,0,17,0,17,36,56,52,65,0,17,52,65,639,381,451,366,40,66,0,17,0,17,0,17,101,84,47,53,21,38,26,42 +14000US36047089200,"Census Tract 892, Kings, NY",3042,388,2732,361,42,32,2612,350,0,12,0,12,0,12,15,26,63,92,0,12,63,92,310,187,101,112,74,103,0,12,0,12,0,12,111,100,24,40,0,12,24,40 +14000US36047089400,"Census Tract 894, Kings, NY",3082,442,2635,470,126,169,2338,450,0,12,124,172,0,12,0,12,47,77,0,12,47,77,447,200,41,47,84,85,0,12,0,12,0,12,199,177,123,121,43,46,80,123 +14000US36047089600,"Census Tract 896, Kings, NY",3175,366,2775,383,32,27,2591,386,0,12,116,126,0,12,0,12,36,38,19,22,17,20,400,269,64,62,285,230,0,12,0,12,0,12,51,60,0,12,0,12,0,12 +14000US36047089800,"Census Tract 898, Kings, NY",1614,220,1494,223,27,21,1423,231,0,12,19,30,25,33,0,12,0,12,0,12,0,12,120,85,68,63,22,24,0,12,0,12,0,12,30,54,0,12,0,12,0,12 +14000US36047090000,"Census Tract 900, Kings, NY",4269,474,3397,430,8,13,3196,439,0,12,8,12,0,12,95,144,90,74,0,12,90,74,872,265,334,205,128,79,0,12,0,12,0,12,327,148,83,73,24,36,59,57 +14000US36047090200,"Census Tract 902, Kings, NY",3140,879,2398,379,53,57,2109,345,6,12,189,207,5,10,0,12,36,34,0,12,36,34,742,612,403,594,48,35,0,12,12,19,0,12,272,167,7,10,7,10,0,12 +14000US36047090600,"Census Tract 906, Kings, NY",3288,423,2059,374,23,27,2027,376,0,12,0,12,0,12,9,14,0,12,0,12,0,12,1229,385,323,169,232,195,31,50,0,12,0,12,591,319,52,53,52,53,0,12 +14000US36047090800,"Census Tract 908, Kings, NY",6939,2017,4832,1748,105,53,4480,1662,0,17,158,187,0,17,20,33,69,63,0,17,69,63,2107,637,812,305,215,143,16,35,0,17,0,17,930,532,134,113,97,100,37,58 +14000US36047091000,"Census Tract 910, Kings, NY",4250,589,2641,433,0,12,2625,432,0,12,0,12,0,12,0,12,16,25,0,12,16,25,1609,625,300,205,624,620,0,12,0,12,0,12,541,275,144,111,110,93,34,56 +14000US36047091200,"Census Tract 912, Kings, NY",5587,742,4003,703,0,17,3769,664,80,117,154,168,0,17,0,17,0,17,0,17,0,17,1584,528,609,414,300,221,0,17,0,17,0,17,495,302,180,274,0,17,180,274 +14000US36047091600,"Census Tract 916, Kings, NY",3787,437,3032,413,26,36,2923,401,0,12,0,12,0,12,0,12,83,69,39,58,44,38,755,176,253,191,232,182,0,12,0,12,0,12,252,283,18,29,0,12,18,29 +14000US36047091800,"Census Tract 918, Kings, NY",2201,254,1530,261,0,12,1530,261,0,12,0,12,0,12,0,12,0,12,0,12,0,12,671,160,122,94,179,95,5,7,0,12,0,12,340,130,25,40,0,12,25,40 +14000US36047092000,"Census Tract 920, Kings, NY",2677,382,2058,362,10,15,1939,349,30,50,65,93,0,12,14,27,0,12,0,12,0,12,619,240,66,89,348,221,0,12,0,12,0,12,205,150,0,12,0,12,0,12 +14000US36047092200,"Census Tract 922, Kings, NY",2515,359,2457,359,54,62,2368,376,0,12,0,12,0,12,0,12,35,44,8,13,27,43,58,77,0,12,58,77,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047092400,"Census Tract 924, Kings, NY",2608,508,2114,415,5,11,2105,414,0,12,0,12,0,12,0,12,4,9,0,12,4,9,494,292,61,77,48,63,0,12,0,12,0,12,385,322,0,12,0,12,0,12 +14000US36047092800,"Census Tract 928, Kings, NY",3140,391,2830,336,62,68,2738,350,20,25,0,12,0,12,0,12,10,15,0,12,10,15,310,274,3,5,99,145,0,12,0,12,0,12,208,224,0,12,0,12,0,12 +14000US36047093000,"Census Tract 930, Kings, NY",3030,346,3011,349,19,21,2890,333,0,12,14,10,0,12,17,26,71,73,0,12,71,73,19,18,0,12,11,12,0,12,0,12,0,12,8,13,0,12,0,12,0,12 +14000US36047093200,"Census Tract 932, Kings, NY",1140,162,1106,166,23,37,1083,172,0,12,0,12,0,12,0,12,0,12,0,12,0,12,34,33,21,34,0,12,0,12,0,12,0,12,6,10,7,12,0,12,7,12 +14000US36047093400,"Census Tract 934, Kings, NY",2330,212,2122,200,31,47,2065,207,0,12,20,29,0,12,0,12,6,9,0,12,6,9,208,105,29,32,137,92,0,12,0,12,0,12,42,51,0,12,0,12,0,12 +14000US36047093600,"Census Tract 936, Kings, NY",1728,234,1706,230,0,12,1686,237,0,12,16,26,0,12,0,12,4,7,0,12,4,7,22,25,0,12,22,25,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047093800,"Census Tract 938, Kings, NY",2390,284,2298,281,13,16,2274,281,0,12,11,17,0,12,0,12,0,12,0,12,0,12,92,76,6,9,49,63,0,12,0,12,0,12,37,35,0,12,0,12,0,12 +14000US36047094401,"Census Tract 944.01, Kings, NY",3761,402,3481,434,87,122,3322,434,52,77,20,32,0,12,0,12,0,12,0,12,0,12,280,147,0,12,173,110,0,12,0,12,0,12,97,95,10,16,0,12,10,16 +14000US36047094402,"Census Tract 944.02, Kings, NY",3122,290,2488,310,18,18,2392,305,0,12,70,79,0,12,0,12,8,11,0,12,8,11,634,296,230,222,293,230,0,12,0,12,0,12,111,86,0,12,0,12,0,12 +14000US36047094600,"Census Tract 946, Kings, NY",1849,228,1768,231,35,24,1693,235,0,12,40,51,0,12,0,12,0,12,0,12,0,12,81,73,8,12,39,42,0,12,0,12,0,12,0,12,34,60,0,12,34,60 +14000US36047095000,"Census Tract 950, Kings, NY",2870,295,2771,292,233,110,2500,305,0,12,0,12,0,12,0,12,38,29,13,19,25,23,99,90,42,61,33,48,0,12,0,12,0,12,24,26,0,12,0,12,0,12 +14000US36047095400,"Census Tract 954, Kings, NY",4230,464,4124,492,33,32,3996,502,0,12,62,60,0,12,33,52,0,12,0,12,0,12,106,93,20,22,29,46,0,12,0,12,0,12,57,53,0,12,0,12,0,12 +14000US36047095600,"Census Tract 956, Kings, NY",4539,602,4402,588,446,305,3822,512,0,12,116,129,0,12,18,30,0,12,0,12,0,12,137,136,0,12,90,130,33,50,0,12,0,12,14,38,0,12,0,12,0,12 +14000US36047095800,"Census Tract 958, Kings, NY",3670,503,3540,510,182,133,3168,518,0,12,180,153,0,12,0,12,10,16,0,12,10,16,130,90,1,3,75,73,10,17,0,12,15,27,29,32,0,12,0,12,0,12 +14000US36047096000,"Census Tract 960, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047096200,"Census Tract 962, Kings, NY",1864,271,1712,279,101,50,1585,284,0,12,19,17,0,12,0,12,7,10,0,12,7,10,152,97,1,3,0,12,17,26,0,12,0,12,111,77,23,26,11,18,12,19 +14000US36047096400,"Census Tract 964, Kings, NY",1769,253,1722,259,65,42,1530,253,0,12,127,174,0,12,0,12,0,12,0,12,0,12,47,31,24,29,8,11,0,12,0,12,0,12,15,23,0,12,0,12,0,12 +14000US36047096600,"Census Tract 966, Kings, NY",2680,338,2424,307,117,57,2038,297,0,12,117,100,0,12,71,86,81,77,73,77,8,12,256,199,0,12,102,102,0,12,0,12,0,12,68,107,86,136,0,12,86,136 +14000US36047096800,"Census Tract 968, Kings, NY",1567,339,1458,344,66,43,1214,332,0,12,60,32,0,12,0,12,118,162,0,12,118,162,109,114,49,69,0,12,0,12,0,12,0,12,60,94,0,12,0,12,0,12 +14000US36047097000,"Census Tract 970, Kings, NY",2784,549,2386,547,100,59,2226,537,0,12,11,29,0,12,0,12,49,106,0,12,49,106,398,226,91,86,199,237,0,12,0,12,0,12,108,121,0,12,0,12,0,12 +14000US36047097400,"Census Tract 974, Kings, NY",2873,350,2521,331,217,129,2167,329,18,28,70,43,0,12,30,33,19,33,0,12,19,33,352,127,220,106,89,59,0,12,0,12,0,12,43,38,0,12,0,12,0,12 +14000US36047098200,"Census Tract 982, Kings, NY",4431,299,3596,307,0,12,3591,307,0,12,5,8,0,12,0,12,0,12,0,12,0,12,835,217,255,138,172,123,0,12,19,29,0,12,371,204,18,19,18,19,0,12 +14000US36047098400,"Census Tract 984, Kings, NY",2086,243,2005,234,87,74,1904,246,0,12,14,16,0,12,0,12,0,12,0,12,0,12,81,123,81,123,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047098600,"Census Tract 986, Kings, NY",2961,299,2855,287,66,57,2693,289,0,12,53,38,0,12,0,12,43,45,0,12,43,45,106,72,22,34,19,23,0,12,0,12,0,12,65,68,0,12,0,12,0,12 +14000US36047098800,"Census Tract 988, Kings, NY",3247,394,2929,411,169,84,2605,406,0,12,104,128,0,12,12,18,39,48,0,12,39,48,318,165,55,63,156,141,0,12,0,12,0,12,107,100,0,12,0,12,0,12 +14000US36047099000,"Census Tract 990, Kings, NY",1740,268,1612,279,176,177,1307,255,0,12,92,87,0,12,37,55,0,12,0,12,0,12,128,90,0,12,27,38,0,12,0,12,0,12,101,85,0,12,0,12,0,12 +14000US36047099200,"Census Tract 992, Kings, NY",2370,306,2257,290,67,47,2144,286,0,12,30,27,0,12,0,12,16,18,0,12,16,18,113,89,26,21,51,71,0,12,0,12,0,12,28,39,8,14,0,12,8,14 +14000US36047099400,"Census Tract 994, Kings, NY",1850,224,1774,231,127,116,1496,228,0,12,121,134,0,12,0,12,30,56,30,56,0,12,76,52,52,47,11,17,0,12,0,12,0,12,13,19,0,12,0,12,0,12 +14000US36047099600,"Census Tract 996, Kings, NY",3715,467,3588,460,207,121,3278,458,0,12,103,118,0,12,0,12,0,12,0,12,0,12,127,109,44,60,33,50,0,12,0,12,0,12,50,77,0,12,0,12,0,12 +14000US36047099800,"Census Tract 998, Kings, NY",3537,473,3412,472,264,194,3035,457,0,12,0,12,0,12,0,12,113,166,0,12,113,166,125,109,0,12,62,62,0,12,0,12,0,12,63,80,0,12,0,12,0,12 +14000US36047100400,"Census Tract 1004, Kings, NY",2645,246,2600,241,123,53,2438,253,0,12,15,18,0,12,0,12,24,37,0,12,24,37,45,34,0,12,10,11,0,12,0,12,0,12,17,19,18,23,18,23,0,12 +14000US36047100600,"Census Tract 1006, Kings, NY",2500,271,2431,259,164,128,2139,267,0,12,50,40,0,12,0,12,78,91,0,12,78,91,69,51,8,11,15,17,0,12,0,12,0,12,36,47,10,11,5,8,5,7 +14000US36047100800,"Census Tract 1008, Kings, NY",2149,248,1936,266,181,119,1656,239,0,12,86,89,0,12,0,12,13,21,0,12,13,21,213,126,13,20,58,40,0,12,22,34,0,12,120,111,0,12,0,12,0,12 +14000US36047101000,"Census Tract 1010, Kings, NY",2247,266,2068,290,68,32,1777,284,0,12,152,111,0,12,23,36,48,52,0,12,48,52,179,141,15,16,29,37,0,12,0,12,0,12,135,135,0,12,0,12,0,12 +14000US36047101200,"Census Tract 1012, Kings, NY",2235,212,2040,224,80,44,1842,240,0,12,118,91,0,12,0,12,0,12,0,12,0,12,195,98,82,74,46,47,0,12,0,12,0,12,67,80,0,12,0,12,0,12 +14000US36047101400,"Census Tract 1014, Kings, NY",2263,227,2115,232,77,51,1836,249,0,12,124,104,0,12,62,87,16,17,9,14,7,11,148,72,65,46,19,14,0,12,0,12,0,12,64,57,0,12,0,12,0,12 +14000US36047101600,"Census Tract 1016, Kings, NY",1802,231,1780,230,58,49,1645,294,8,11,69,77,0,12,0,12,0,12,0,12,0,12,22,21,0,12,15,15,0,12,0,12,0,12,7,14,0,12,0,12,0,12 +14000US36047101800,"Census Tract 1018, Kings, NY",2345,330,2097,352,75,56,1771,378,0,12,199,197,0,12,34,26,18,20,0,12,18,20,248,152,21,31,86,75,0,12,0,12,0,12,40,51,101,126,79,124,22,34 +14000US36047102000,"Census Tract 1020, Kings, NY",2325,344,2191,358,211,229,1939,322,0,12,0,12,0,12,0,12,41,60,21,30,20,30,134,131,75,119,39,36,0,12,0,12,0,12,20,31,0,12,0,12,0,12 +14000US36047102200,"Census Tract 1022, Kings, NY",2217,278,2128,293,135,57,1674,258,0,12,235,128,0,12,19,20,65,99,0,12,65,99,89,67,0,12,20,27,0,12,0,12,0,12,69,52,0,12,0,12,0,12 +14000US36047102400,"Census Tract 1024, Kings, NY",2307,265,2296,265,88,57,2068,287,0,12,129,85,0,12,0,12,11,17,11,17,0,12,11,17,0,12,0,12,0,12,0,12,0,12,11,17,0,12,0,12,0,12 +14000US36047102600,"Census Tract 1026, Kings, NY",2868,316,2738,310,77,47,2573,332,12,16,41,62,0,12,26,40,9,15,9,15,0,12,130,97,12,18,76,82,0,12,0,12,0,12,30,43,12,18,12,18,0,12 +14000US36047102800,"Census Tract 1028, Kings, NY",1691,245,1618,251,38,31,1556,255,0,12,24,37,0,12,0,12,0,12,0,12,0,12,73,76,29,40,1,3,0,12,0,12,0,12,43,65,0,12,0,12,0,12 +14000US36047103400,"Census Tract 1034, Kings, NY",4145,623,3091,462,92,53,2899,467,27,31,0,12,0,12,26,40,47,78,0,12,47,78,1054,490,160,116,210,219,13,20,0,12,0,12,671,350,0,12,0,12,0,12 +14000US36047105801,"Census Tract 1058.01, Kings, NY",5768,452,4771,359,1380,203,3325,321,27,40,39,56,0,17,0,17,0,17,0,17,0,17,997,301,711,297,147,199,0,17,16,25,0,17,54,51,69,58,34,44,35,38 +14000US36047105804,"Census Tract 1058.04, Kings, NY",7188,741,5797,557,1107,286,4291,492,88,86,238,164,0,17,0,17,73,85,0,17,73,85,1391,746,838,778,66,72,22,33,0,17,0,17,432,275,33,39,33,39,0,17 +14000US36047107000,"Census Tract 1070, Kings, NY",1968,180,1471,285,40,32,1331,286,0,12,93,124,0,12,0,12,7,13,0,12,7,13,497,256,100,154,207,129,0,12,0,12,0,12,157,223,33,35,7,12,26,31 +14000US36047107800,"Census Tract 1078, Kings, NY",4154,507,3740,546,101,63,3342,462,0,12,0,12,0,12,264,367,33,41,0,12,33,41,414,182,99,81,146,107,0,12,0,12,0,12,144,123,25,37,25,37,0,12 +14000US36047109800,"Census Tract 1098, Kings, NY",2331,475,1856,430,102,100,1687,418,0,12,40,101,0,12,18,41,9,13,0,12,9,13,475,334,104,93,44,44,0,12,0,12,0,12,327,326,0,12,0,12,0,12 +14000US36047110400,"Census Tract 1104, Kings, NY",4530,641,3711,526,55,47,3643,527,0,12,2,4,0,12,0,12,11,17,0,12,11,17,819,368,101,79,257,188,0,12,0,12,0,12,451,297,10,17,10,17,0,12 +14000US36047110600,"Census Tract 1106, Kings, NY",3993,400,2744,381,0,12,2582,378,0,12,9,14,0,12,80,126,73,80,52,77,21,22,1249,414,260,145,315,259,0,12,0,12,0,12,569,301,105,67,50,55,55,47 +14000US36047111000,"Census Tract 1110, Kings, NY",3330,307,2605,315,110,112,2351,381,0,12,0,12,0,12,0,12,144,183,0,12,144,183,725,266,314,190,67,67,10,17,0,12,0,12,270,209,64,57,26,30,38,49 +14000US36047111600,"Census Tract 1116, Kings, NY",4078,562,3123,591,98,96,3011,583,0,12,7,13,0,12,0,12,7,16,0,12,7,16,955,461,396,321,141,123,0,12,0,12,0,12,406,338,12,18,12,18,0,12 +14000US36047111800,"Census Tract 1118, Kings, NY",3336,553,2577,505,182,206,2395,543,0,12,0,12,0,12,0,12,0,12,0,12,0,12,759,343,383,265,32,44,0,12,0,12,0,12,340,223,4,10,4,10,0,12 +14000US36047112000,"Census Tract 1120, Kings, NY",3068,386,1851,400,71,50,1780,400,0,12,0,12,0,12,0,12,0,12,0,12,0,12,1217,306,855,327,212,135,0,12,0,12,0,12,92,102,58,92,58,92,0,12 +14000US36047112200,"Census Tract 1122, Kings, NY",3428,438,2628,565,0,12,2432,558,51,75,101,106,0,12,44,68,0,12,0,12,0,12,800,320,374,224,193,157,0,12,0,12,0,12,233,179,0,12,0,12,0,12 +14000US36047112400,"Census Tract 1124, Kings, NY",3316,475,2670,523,21,30,2611,528,0,12,0,12,0,12,24,36,14,24,0,12,14,24,646,329,53,65,259,182,0,12,0,12,0,12,325,271,9,15,9,15,0,12 +14000US36047112600,"Census Tract 1126, Kings, NY",3395,448,2691,450,46,45,2553,463,0,12,82,127,0,12,0,12,10,17,0,12,10,17,704,232,257,203,124,114,0,12,0,12,0,12,323,194,0,12,0,12,0,12 +14000US36047112800,"Census Tract 1128, Kings, NY",4012,681,3455,634,199,226,3234,605,0,12,0,12,0,12,0,12,22,34,0,12,22,34,557,231,308,216,131,182,0,12,0,12,0,12,118,143,0,12,0,12,0,12 +14000US36047113000,"Census Tract 1130, Kings, NY",3970,774,3387,678,25,24,3168,719,14,24,0,12,0,12,111,150,69,89,0,12,69,89,583,456,156,169,311,406,13,20,0,12,0,12,59,62,44,46,44,46,0,12 +14000US36047113200,"Census Tract 1132, Kings, NY",1972,311,1746,315,38,55,1684,317,8,15,16,17,0,12,0,12,0,12,0,12,0,12,226,146,41,51,129,120,0,12,0,12,0,12,56,65,0,12,0,12,0,12 +14000US36047113400,"Census Tract 1134, Kings, NY",3219,413,2157,310,30,36,2025,323,0,12,41,43,0,12,61,75,0,12,0,12,0,12,1062,254,259,167,373,176,0,12,0,12,0,12,417,191,13,14,0,12,13,14 +14000US36047114201,"Census Tract 1142.01, Kings, NY",1700,301,491,129,44,30,367,124,0,12,32,32,0,12,0,12,48,52,0,12,48,52,1209,316,482,260,30,23,0,12,0,12,0,12,622,255,75,58,27,39,48,42 +14000US36047114202,"Census Tract 1142.02, Kings, NY",3013,324,1089,296,89,41,949,299,0,12,0,12,1,3,15,24,35,29,6,10,29,27,1924,307,964,250,242,178,0,12,0,12,0,12,620,274,98,98,71,89,27,38 +14000US36047114400,"Census Tract 1144, Kings, NY",2394,437,1376,320,99,104,1249,302,0,12,8,17,0,12,5,11,15,21,0,12,15,21,1018,327,422,175,97,82,0,12,5,9,4,8,379,217,111,127,76,121,35,39 +14000US36047114600,"Census Tract 1146, Kings, NY",3066,376,1070,233,76,70,686,210,0,12,226,161,0,12,54,78,28,42,5,9,23,40,1996,376,681,246,190,141,12,24,0,12,0,12,963,314,150,142,68,85,82,102 +14000US36047115000,"Census Tract 1150, Kings, NY",2812,477,1296,393,26,35,1166,386,0,12,27,32,0,12,62,98,15,18,0,12,15,18,1516,386,409,195,221,160,188,285,0,12,0,12,621,292,77,67,44,42,33,50 +14000US36047115200,"Census Tract 1152, Kings, NY",3080,348,2235,410,133,94,1798,360,0,12,88,99,0,12,57,90,159,137,7,12,152,136,845,250,145,128,113,121,0,12,0,12,0,12,587,194,0,12,0,12,0,12 +14000US36047115600,"Census Tract 1156, Kings, NY",3835,446,2882,514,0,12,2815,513,29,44,16,26,0,12,13,27,9,15,0,12,9,15,953,341,331,183,79,86,0,12,0,12,0,12,464,265,79,68,47,42,32,52 +14000US36047115800,"Census Tract 1158, Kings, NY",2838,300,2041,351,50,34,1845,363,0,12,1,4,0,12,83,110,62,60,0,12,62,60,797,246,218,138,107,113,21,30,0,12,0,12,451,209,0,12,0,12,0,12 +14000US36047116000,"Census Tract 1160, Kings, NY",2235,342,1713,363,0,12,1713,363,0,12,0,12,0,12,0,12,0,12,0,12,0,12,522,197,210,136,73,74,4,8,0,12,0,12,219,149,16,22,0,12,16,22 +14000US36047116200,"Census Tract 1162, Kings, NY",2299,361,2018,374,8,11,1718,379,15,24,62,73,44,66,55,66,116,121,0,12,116,121,281,171,86,133,136,97,9,14,0,12,0,12,28,28,22,19,0,12,22,19 +14000US36047116400,"Census Tract 1164, Kings, NY",3495,375,2319,369,0,12,2241,380,0,12,78,91,0,12,0,12,0,12,0,12,0,12,1176,343,519,262,223,187,0,12,0,12,0,12,411,229,23,28,7,11,16,25 +14000US36047116600,"Census Tract 1166, Kings, NY",2904,340,1804,288,106,115,1569,272,0,12,0,12,0,12,57,87,72,95,72,95,0,12,1100,282,557,264,92,76,0,12,0,12,60,103,370,175,21,26,21,26,0,12 +14000US36047116800,"Census Tract 1168, Kings, NY",2012,279,747,218,29,30,681,206,0,12,28,30,0,12,9,14,0,12,0,12,0,12,1265,253,667,246,44,57,49,37,0,12,0,12,349,281,156,137,0,12,156,137 +14000US36047117000,"Census Tract 1170, Kings, NY",1860,309,491,202,0,12,382,202,0,12,84,71,0,12,0,12,25,39,25,39,0,12,1369,303,575,296,289,176,0,12,0,12,0,12,483,210,22,33,0,12,22,33 +14000US36047117201,"Census Tract 1172.01, Kings, NY",2662,326,665,195,55,35,379,161,0,12,94,81,0,12,42,65,95,71,22,34,73,63,1997,340,625,266,85,105,0,12,0,12,37,57,1218,355,32,50,32,50,0,12 +14000US36047117202,"Census Tract 1172.02, Kings, NY",3344,432,1493,338,142,101,1149,364,0,12,71,60,2,5,9,13,120,136,95,130,25,42,1851,435,1186,348,133,134,0,12,0,12,0,12,513,279,19,30,0,12,19,30 +14000US36047117400,"Census Tract 1174, Kings, NY",4465,489,1324,308,24,24,958,311,0,12,304,191,0,12,9,15,29,45,0,12,29,45,3141,501,2255,557,157,198,0,12,0,12,0,12,729,369,0,12,0,12,0,12 +14000US36047117601,"Census Tract 1176.01, Kings, NY",3231,310,931,225,168,92,661,227,0,12,94,56,0,12,0,12,8,12,0,12,8,12,2300,347,972,305,516,261,0,12,0,12,0,12,762,282,50,50,7,11,43,48 +14000US36047117602,"Census Tract 1176.02, Kings, NY",3000,359,998,204,143,77,581,205,0,12,43,32,0,12,161,167,70,55,15,24,55,52,2002,380,1134,343,128,86,0,12,0,12,0,12,700,289,40,42,34,41,6,9 +14000US36047117800,"Census Tract 1178, Kings, NY",1928,314,780,213,29,23,298,179,0,12,389,147,0,12,44,39,20,24,0,12,20,24,1148,281,547,202,267,230,0,12,0,12,0,12,334,195,0,12,0,12,0,12 +14000US36047118000,"Census Tract 1180, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36047118201,"Census Tract 1182.01, Kings, NY",2859,310,794,244,142,125,416,171,9,16,102,61,0,12,72,79,53,75,0,12,53,75,2065,362,1295,346,288,239,39,63,0,12,0,12,438,176,5,8,0,12,5,8 +14000US36047118202,"Census Tract 1182.02, Kings, NY",3152,368,903,332,65,48,574,229,0,12,158,221,0,12,0,12,106,104,38,59,68,86,2249,338,1428,336,257,173,0,12,0,12,0,12,522,253,42,64,0,12,42,64 +14000US36047118400,"Census Tract 1184, Kings, NY",5011,532,1332,328,148,127,628,308,0,17,517,198,0,17,39,45,0,17,0,17,0,17,3679,633,1971,563,575,283,0,17,0,17,0,17,1125,575,8,13,0,17,8,13 +14000US36047118600,"Census Tract 1186, Kings, NY",2727,392,1331,406,95,63,872,381,0,12,312,187,0,12,31,31,21,23,21,23,0,12,1396,283,922,234,127,96,6,10,0,12,0,12,341,186,0,12,0,12,0,12 +14000US36047118800,"Census Tract 1188, Kings, NY",4408,459,3068,469,287,211,1637,574,0,12,991,395,0,12,132,157,21,53,0,12,21,53,1340,376,1109,397,92,79,0,12,0,12,0,12,139,105,0,12,0,12,0,12 +14000US36047119000,"Census Tract 1190, Kings, NY",2526,253,1301,253,44,53,1119,242,8,14,92,86,0,12,0,12,38,60,0,12,38,60,1225,248,670,185,138,87,0,12,0,12,0,12,392,227,25,29,25,29,0,12 +14000US36047119200,"Census Tract 1192, Kings, NY",2913,462,1615,452,19,30,1411,418,0,12,114,156,0,12,0,12,71,77,36,57,35,53,1298,291,689,231,0,12,11,17,0,12,0,12,598,301,0,12,0,12,0,12 +14000US36047119400,"Census Tract 1194, Kings, NY",4466,557,2783,529,158,206,2553,503,0,12,72,96,0,12,0,12,0,12,0,12,0,12,1683,502,935,322,420,377,0,12,0,12,0,12,317,234,11,22,11,22,0,12 +14000US36047119600,"Census Tract 1196, Kings, NY",4867,524,3568,454,128,118,2534,470,0,12,806,303,0,12,16,24,84,81,46,61,38,57,1299,430,999,424,50,79,0,12,0,12,0,12,250,146,0,12,0,12,0,12 +14000US36047119800,"Census Tract 1198, Kings, NY",3017,494,1385,365,166,151,1196,342,12,20,0,12,0,12,0,12,11,18,0,12,11,18,1632,483,436,237,197,182,0,12,0,12,0,12,972,442,27,38,27,38,0,12 +14000US36047120000,"Census Tract 1200, Kings, NY",2775,297,2299,328,68,47,1661,347,0,12,508,152,0,12,0,12,62,92,0,12,62,92,476,177,241,152,113,64,6,9,0,12,0,12,80,59,36,37,20,33,16,16 +14000US36047120200,"Census Tract 1202, Kings, NY",1971,293,1663,322,40,39,1076,284,0,12,502,214,0,12,0,12,45,43,45,43,0,12,308,194,121,148,158,142,0,12,0,12,0,12,29,30,0,12,0,12,0,12 +14000US36047120800,"Census Tract 1208, Kings, NY",9595,965,8382,989,141,85,7833,999,0,17,232,267,0,17,40,64,136,99,20,32,116,96,1213,497,826,501,135,121,61,96,0,17,0,17,125,82,66,74,6,13,60,73 +14000US36047121000,"Census Tract 1210, Kings, NY",4110,473,2215,357,0,12,2169,365,0,12,11,16,0,12,0,12,35,44,0,12,35,44,1895,375,1138,348,361,231,114,148,0,12,0,12,237,119,45,57,11,18,34,55 +14000US36047121400,"Census Tract 1214, Kings, NY",4716,405,2785,336,30,33,2742,333,0,12,0,12,0,12,0,12,13,19,0,12,13,19,1931,384,661,253,298,191,36,53,0,12,0,12,849,436,87,79,0,12,87,79 +14000US36047122000,"Census Tract 1220, Kings, NY",5495,482,4763,519,55,83,4627,516,0,17,45,87,0,17,0,17,36,57,0,17,36,57,732,205,244,220,290,240,0,17,0,17,0,17,198,197,0,17,0,17,0,17 +14000US36047123700,"Census Tract 1237, Kings, NY",6325,806,5780,828,5475,834,205,123,0,17,49,56,0,17,0,17,51,41,12,18,39,36,545,225,132,167,0,17,0,17,0,17,0,17,413,189,0,17,0,17,0,17 +14000US36047150200,"Census Tract 1502, Kings, NY",2811,260,2472,262,2203,241,47,60,0,12,173,145,0,12,0,12,49,47,0,12,49,47,339,153,146,97,35,40,0,12,0,12,0,12,140,105,18,28,0,12,18,28 +14000US36047152200,"Census Tract 1522, Kings, NY",3737,356,3161,343,1565,231,558,170,0,12,718,254,0,12,34,62,286,123,0,12,286,123,576,264,134,98,170,112,0,12,0,12,0,12,233,220,39,45,16,28,23,35 +14000US36047990100,"Census Tract 9901, Kings, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061000100,"Census Tract 1, New York, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061000201,"Census Tract 2.01, New York, NY",2835,245,1570,247,127,73,143,151,0,12,1298,236,0,12,0,12,2,4,0,12,2,4,1265,162,328,205,199,181,0,12,19,32,0,12,713,319,6,19,6,19,0,12 +14000US36061000202,"Census Tract 2.02, New York, NY",7764,641,4849,622,1442,452,1591,657,0,17,1628,433,0,17,23,36,165,115,0,17,165,115,2915,485,1352,424,122,110,43,71,120,144,0,17,1008,589,270,203,47,46,223,198 +14000US36061000500,"Census Tract 5, New York, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061000600,"Census Tract 6, New York, NY",9731,991,6814,840,462,328,713,219,130,125,5509,804,0,17,0,17,0,17,0,17,0,17,2917,805,825,521,10,19,94,178,73,96,0,17,1450,630,465,641,0,17,465,641 +14000US36061000700,"Census Tract 7, New York, NY",8809,752,8305,675,6111,686,183,179,0,17,1767,564,0,17,63,102,181,148,0,17,181,148,504,317,308,200,2,4,0,17,0,17,0,17,83,127,111,134,85,128,26,47 +14000US36061000800,"Census Tract 8, New York, NY",8993,762,8571,770,734,262,5,7,67,96,7638,786,24,41,0,17,103,109,60,99,43,47,422,209,347,202,0,17,0,17,0,17,0,17,34,39,41,45,19,28,22,36 +14000US36061000900,"Census Tract 9, New York, NY",1731,176,1581,158,1122,129,67,53,0,12,283,81,17,27,0,12,92,42,14,17,78,40,150,80,85,45,4,6,0,12,0,12,0,12,60,65,1,2,1,2,0,12 +14000US36061001001,"Census Tract 10.01, New York, NY",1455,159,1194,164,1016,167,7,10,0,12,157,65,0,12,5,7,9,10,0,12,9,10,261,99,109,61,25,35,0,12,0,12,0,12,54,43,73,46,38,38,35,26 +14000US36061001002,"Census Tract 10.02, New York, NY",5372,644,1709,471,112,109,667,232,0,17,858,322,0,17,0,17,72,92,10,20,62,89,3663,611,1044,457,191,121,0,17,13,21,0,17,2361,501,54,123,0,17,54,123 +14000US36061001200,"Census Tract 12, New York, NY",4010,300,2880,283,2092,271,87,46,0,12,653,163,0,12,0,12,48,39,0,12,48,39,1130,190,399,174,9,12,17,27,0,12,0,12,570,243,135,91,65,72,70,67 +14000US36061001300,"Census Tract 13, New York, NY",4639,422,4132,389,2848,317,52,50,0,12,1006,285,0,12,40,47,186,102,23,35,163,95,507,222,282,143,0,12,0,12,23,35,0,12,135,155,67,63,32,51,35,41 +14000US36061001401,"Census Tract 14.01, New York, NY",3166,299,2803,319,2173,307,101,64,0,12,412,161,0,12,0,12,117,75,0,12,117,75,363,170,274,158,9,15,0,12,0,12,0,12,61,49,19,21,10,15,9,14 +14000US36061001402,"Census Tract 14.02, New York, NY",2748,273,2016,255,857,149,154,102,0,12,793,207,0,12,54,82,158,113,0,12,158,113,732,141,192,103,15,23,25,49,17,24,0,12,445,137,38,37,10,16,28,33 +14000US36061001501,"Census Tract 15.01, New York, NY",6993,495,6439,522,4102,541,380,172,38,56,1650,367,0,17,58,85,211,129,0,17,211,129,554,213,359,200,26,25,0,17,68,67,0,17,85,75,16,34,16,34,0,17 +14000US36061001502,"Census Tract 15.02, New York, NY",7926,533,7516,531,5522,563,183,87,0,17,1469,352,0,17,0,17,342,168,53,62,289,136,410,134,367,130,16,25,0,17,0,17,0,17,9,16,18,28,18,28,0,17 +14000US36061001600,"Census Tract 16, New York, NY",7133,696,6823,701,1359,325,70,68,0,17,5339,732,0,17,35,44,20,35,0,17,20,35,310,170,176,133,61,95,0,17,0,17,0,17,73,89,0,17,0,17,0,17 +14000US36061001800,"Census Tract 18, New York, NY",7490,701,6362,605,1993,354,324,200,132,186,3546,490,0,17,49,48,318,335,0,17,318,335,1128,444,638,368,27,49,0,17,0,17,0,17,463,323,0,17,0,17,0,17 +14000US36061002000,"Census Tract 20, New York, NY",4590,388,1897,296,80,70,921,225,0,12,859,242,0,12,0,12,37,42,0,12,37,42,2693,326,835,245,161,122,0,12,38,57,0,12,1614,334,45,43,8,12,37,41 +14000US36061002100,"Census Tract 21, New York, NY",6486,634,6155,629,5063,593,65,54,0,17,760,213,0,17,0,17,267,179,0,17,267,179,331,210,307,205,0,17,0,17,0,17,0,17,24,40,0,17,0,17,0,17 +14000US36061002201,"Census Tract 22.01, New York, NY",6471,584,3572,388,1154,279,762,188,0,17,1518,287,0,17,0,17,138,133,0,17,138,133,2899,459,970,450,138,114,60,64,0,17,0,17,1588,423,143,88,101,71,42,52 +14000US36061002202,"Census Tract 22.02, New York, NY",1901,196,1523,190,1085,137,141,74,0,12,260,159,0,12,0,12,37,36,0,12,37,36,378,136,88,68,55,53,10,16,0,12,0,12,177,119,48,50,9,14,39,48 +14000US36061002400,"Census Tract 24, New York, NY",4151,382,1263,278,69,110,629,283,0,12,397,151,0,12,0,12,168,149,0,12,168,149,2888,379,956,332,24,33,7,14,0,12,0,12,1823,485,78,63,18,28,60,50 +14000US36061002500,"Census Tract 25, New York, NY",5508,450,3320,460,47,52,995,333,0,17,2236,375,0,17,0,17,42,49,0,17,42,49,2188,407,779,294,528,285,0,17,103,118,0,17,531,230,247,235,0,17,247,235 +14000US36061002601,"Census Tract 26.01, New York, NY",3675,437,2035,301,897,198,496,182,0,12,520,177,0,12,19,30,103,63,6,12,97,63,1640,401,688,306,20,25,16,24,0,12,0,12,788,307,128,114,25,22,103,116 +14000US36061002602,"Census Tract 26.02, New York, NY",3845,347,3146,302,2297,295,149,87,37,62,502,148,0,12,0,12,161,111,0,12,161,111,699,252,319,192,31,54,0,12,0,12,0,12,349,189,0,12,0,12,0,12 +14000US36061002700,"Census Tract 27, New York, NY",1431,185,1392,182,244,108,0,12,0,12,1091,180,0,12,6,10,51,65,0,12,51,65,39,30,3,8,0,12,0,12,9,10,0,12,27,28,0,12,0,12,0,12 +14000US36061002800,"Census Tract 28, New York, NY",6690,542,4216,631,2071,361,1229,525,0,17,789,347,0,17,0,17,127,113,0,17,127,113,2474,540,905,320,127,164,0,17,0,17,0,17,1288,530,154,152,15,27,139,150 +14000US36061002900,"Census Tract 29, New York, NY",6365,718,5801,688,745,314,609,184,42,59,4147,640,0,17,0,17,258,196,42,43,216,193,564,156,171,66,97,55,0,17,0,17,0,17,258,133,38,52,38,52,0,17 +14000US36061003001,"Census Tract 30.01, New York, NY",3952,419,3241,390,2208,351,111,114,0,12,656,274,0,12,0,12,266,146,0,12,266,146,711,275,311,194,37,57,0,12,0,12,0,12,347,229,16,26,0,12,16,26 +14000US36061003002,"Census Tract 30.02, New York, NY",2915,267,2217,251,1648,272,227,163,0,12,293,161,0,12,25,30,24,27,0,12,24,27,698,228,261,101,62,48,0,12,0,12,0,12,375,200,0,12,0,12,0,12 +14000US36061003100,"Census Tract 31, New York, NY",2659,218,2458,205,1481,208,224,92,0,12,667,131,0,12,8,16,78,42,0,12,78,42,201,101,145,47,13,28,0,12,0,12,0,12,43,83,0,12,0,12,0,12 +14000US36061003200,"Census Tract 32, New York, NY",7822,605,7270,640,5907,734,365,217,1,2,955,364,0,17,0,17,42,49,0,17,42,49,552,229,449,209,0,17,0,17,0,17,0,17,79,102,24,40,0,17,24,40 +14000US36061003300,"Census Tract 33, New York, NY",5241,607,4998,592,3970,649,133,105,0,17,654,270,0,17,20,33,221,144,0,17,221,144,243,153,175,134,0,17,0,17,0,17,0,17,68,75,0,17,0,17,0,17 +14000US36061003400,"Census Tract 34, New York, NY",6410,562,5075,420,3785,480,179,172,0,17,922,166,0,17,0,17,189,182,0,17,189,182,1335,505,959,520,28,51,0,17,0,17,0,17,348,337,0,17,0,17,0,17 +14000US36061003601,"Census Tract 36.01, New York, NY",3190,323,1841,264,736,154,213,108,0,12,792,238,0,12,0,12,100,77,18,29,82,75,1349,245,603,203,178,151,112,172,0,12,0,12,340,200,116,103,8,12,108,102 +14000US36061003602,"Census Tract 36.02, New York, NY",3082,331,2668,288,1855,295,287,116,24,28,327,101,0,12,16,27,159,129,0,12,159,129,414,136,326,145,16,19,0,12,7,10,0,12,65,54,0,12,0,12,0,12 +14000US36061003700,"Census Tract 37, New York, NY",2579,287,2355,318,2064,297,68,53,0,12,124,72,0,12,42,57,57,48,0,12,57,48,224,154,172,140,0,12,0,12,0,12,0,12,41,49,11,20,0,12,11,20 +14000US36061003800,"Census Tract 38, New York, NY",8864,915,7884,920,5397,756,1394,989,5,11,1035,370,0,17,0,17,53,51,13,21,40,47,980,531,197,146,4,9,0,17,0,17,0,17,748,520,31,53,0,17,31,53 +14000US36061003900,"Census Tract 39, New York, NY",6090,585,5751,561,4948,570,254,200,0,17,249,132,0,17,51,65,249,160,30,51,219,154,339,207,188,133,0,17,0,17,0,17,0,17,79,89,72,94,16,26,56,91 +14000US36061004000,"Census Tract 40, New York, NY",8234,664,7315,725,5695,599,145,82,0,17,1176,349,8,16,38,63,253,194,79,130,174,152,919,490,723,434,120,153,0,17,0,17,0,17,52,93,24,40,24,40,0,17 +14000US36061004100,"Census Tract 41, New York, NY",8051,662,7610,646,2674,438,45,49,38,49,4605,609,0,17,62,72,186,101,0,17,186,101,441,276,136,101,144,228,0,17,13,22,0,17,103,115,45,73,45,73,0,17 +14000US36061004200,"Census Tract 42, New York, NY",5202,345,4829,354,3316,267,266,110,0,17,1106,234,0,17,0,17,141,105,11,18,130,104,373,115,300,99,0,17,0,17,0,17,0,17,16,29,57,54,8,16,49,51 +14000US36061004300,"Census Tract 43, New York, NY",3931,389,3511,372,2346,325,4,7,0,12,1013,252,0,12,0,12,148,97,0,12,148,97,420,209,352,199,25,41,0,12,0,12,0,12,32,37,11,17,1,4,10,18 +14000US36061004400,"Census Tract 44, New York, NY",16684,1002,15369,960,11845,851,901,464,0,19,2056,724,0,19,0,19,567,334,0,19,567,334,1315,443,808,352,0,19,0,19,46,78,0,19,307,307,154,161,85,140,69,79 +14000US36061004500,"Census Tract 45, New York, NY",1015,180,939,190,622,179,4,7,0,12,251,99,0,12,0,12,62,29,0,12,62,29,76,50,64,43,0,12,1,2,0,12,0,12,0,12,11,14,11,14,0,12 +14000US36061004700,"Census Tract 47, New York, NY",2236,258,2095,240,1678,227,12,19,0,12,348,140,0,12,0,12,57,44,0,12,57,44,141,99,91,59,0,12,0,12,0,12,0,12,50,81,0,12,0,12,0,12 +14000US36061004800,"Census Tract 48, New York, NY",6249,485,5767,478,4416,482,285,131,0,17,874,242,47,74,0,17,145,115,0,17,145,115,482,204,311,149,15,25,0,17,0,17,0,17,119,126,37,44,0,17,37,44 +14000US36061004900,"Census Tract 49, New York, NY",4410,412,4129,439,3428,430,128,107,0,12,489,189,0,12,0,12,84,59,15,23,69,63,281,136,188,121,0,12,17,28,0,12,0,12,43,50,33,40,19,33,14,23 +14000US36061005000,"Census Tract 50, New York, NY",5202,493,4948,464,4065,486,0,17,0,17,847,209,0,17,0,17,36,42,0,17,36,42,254,150,147,109,54,87,0,17,0,17,0,17,14,23,39,49,39,49,0,17 +14000US36061005200,"Census Tract 52, New York, NY",3448,381,3334,364,2524,355,88,84,27,33,618,122,0,12,17,26,60,60,0,12,60,60,114,84,100,82,8,12,0,12,0,12,0,12,6,9,0,12,0,12,0,12 +14000US36061005400,"Census Tract 54, New York, NY",4635,469,4442,453,3511,485,138,61,0,12,584,200,0,12,28,33,181,85,7,13,174,84,193,112,165,109,5,11,0,12,0,12,0,12,23,28,0,12,0,12,0,12 +14000US36061005501,"Census Tract 55.01, New York, NY",4597,463,4500,468,3026,406,211,239,17,33,900,306,0,12,15,25,331,144,0,12,331,144,97,55,97,55,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061005502,"Census Tract 55.02, New York, NY",2059,384,1865,362,1631,309,91,115,0,12,67,55,0,12,0,12,76,52,0,12,76,52,194,117,104,74,24,29,0,12,0,12,0,12,66,74,0,12,0,12,0,12 +14000US36061005600,"Census Tract 56, New York, NY",3783,515,3488,498,2683,474,201,139,0,12,561,176,0,12,0,12,43,55,0,12,43,55,295,147,206,148,17,21,0,12,0,12,0,12,47,65,25,33,5,11,20,31 +14000US36061005700,"Census Tract 57, New York, NY",2769,263,2664,268,2244,236,98,71,0,12,186,72,0,12,67,75,69,51,0,12,69,51,105,83,105,83,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061005800,"Census Tract 58, New York, NY",3521,381,3201,390,2234,311,0,12,0,12,788,278,0,12,0,12,179,128,0,12,179,128,320,164,230,162,0,12,0,12,0,12,0,12,90,109,0,12,0,12,0,12 +14000US36061005900,"Census Tract 59, New York, NY",5475,521,5170,490,4436,500,128,104,0,17,537,172,0,17,0,17,69,79,0,17,69,79,305,172,260,172,0,17,32,50,0,17,0,17,13,21,0,17,0,17,0,17 +14000US36061006000,"Census Tract 60, New York, NY",5348,391,4862,383,4062,414,152,148,0,17,543,219,0,17,51,64,54,52,0,17,54,52,486,271,453,264,0,17,0,17,0,17,0,17,33,54,0,17,0,17,0,17 +14000US36061006100,"Census Tract 61, New York, NY",4962,365,4533,390,3673,344,222,146,0,12,556,180,0,12,5,19,77,49,0,12,77,49,429,193,413,193,0,12,0,12,0,12,0,12,16,21,0,12,0,12,0,12 +14000US36061006200,"Census Tract 62, New York, NY",4219,598,3776,545,1799,353,880,295,6,12,917,303,0,12,0,12,174,108,51,48,123,97,443,147,356,164,30,47,0,12,0,12,0,12,48,39,9,17,9,17,0,12 +14000US36061006300,"Census Tract 63, New York, NY",6492,586,6199,587,5361,558,75,56,0,17,551,254,0,17,17,30,195,138,0,17,195,138,293,137,204,130,0,17,0,17,0,17,0,17,15,31,74,92,21,34,53,87 +14000US36061006400,"Census Tract 64, New York, NY",7800,789,7325,796,5696,738,174,126,224,260,1028,377,0,17,84,128,119,111,32,52,87,101,475,246,345,217,11,20,0,17,0,17,0,17,119,114,0,17,0,17,0,17 +14000US36061006500,"Census Tract 65, New York, NY",6423,429,5957,423,4880,481,167,95,0,17,673,210,0,17,0,17,237,248,0,17,237,248,466,201,342,176,8,12,0,17,0,17,0,17,56,69,60,83,0,17,60,83 +14000US36061006600,"Census Tract 66, New York, NY",10619,1338,8710,1376,6221,1390,113,121,0,19,2055,621,0,19,0,19,321,199,9,17,312,198,1909,680,1728,587,53,83,35,59,0,19,0,19,0,19,93,190,0,19,93,190 +14000US36061006700,"Census Tract 67, New York, NY",5262,443,4976,421,4469,438,41,36,0,17,324,187,0,17,65,105,77,61,16,24,61,57,286,133,154,100,0,17,25,41,0,17,0,17,25,42,82,79,64,79,18,29 +14000US36061006800,"Census Tract 68, New York, NY",7677,645,6819,682,4824,527,589,258,6,11,1394,382,0,17,0,17,6,12,0,17,6,12,858,341,705,314,15,31,0,17,86,141,0,17,18,27,34,51,5,10,29,50 +14000US36061006900,"Census Tract 69, New York, NY",2523,277,2345,268,1904,302,30,25,0,12,340,191,0,12,21,25,50,62,0,12,50,62,178,115,136,104,0,12,0,12,0,12,0,12,42,64,0,12,0,12,0,12 +14000US36061007000,"Census Tract 70, New York, NY",8232,924,7829,908,5512,907,640,423,0,17,1394,528,0,17,227,257,56,73,0,17,56,73,403,194,305,158,51,98,0,17,0,17,0,17,47,69,0,17,0,17,0,17 +14000US36061007100,"Census Tract 71, New York, NY",5624,479,5366,471,4428,464,167,93,0,17,524,198,5,9,7,15,235,170,0,17,235,170,258,132,191,110,11,23,0,17,0,17,0,17,35,53,21,44,21,44,0,17 +14000US36061007200,"Census Tract 72, New York, NY",7463,985,7324,968,5365,908,41,50,0,17,1765,613,0,17,0,17,153,193,23,39,130,190,139,118,129,116,0,17,0,17,0,17,0,17,10,22,0,17,0,17,0,17 +14000US36061007300,"Census Tract 73, New York, NY",5887,733,5347,736,4936,659,68,82,0,17,293,195,0,17,26,40,24,40,0,17,24,40,540,226,339,191,1,3,0,17,41,68,0,17,65,101,94,97,0,17,94,97 +14000US36061007400,"Census Tract 74, New York, NY",4175,328,3915,292,3037,395,102,64,0,12,576,216,0,12,146,136,54,54,15,28,39,46,260,135,202,109,0,12,0,12,39,61,0,12,19,37,0,12,0,12,0,12 +14000US36061007500,"Census Tract 75, New York, NY",3689,320,3510,333,3059,350,52,58,0,12,172,102,0,12,34,39,193,128,0,12,193,128,179,142,176,142,0,12,0,12,0,12,0,12,2,4,1,2,1,2,0,12 +14000US36061007600,"Census Tract 76, New York, NY",1991,270,1910,248,825,184,76,57,0,12,976,245,0,12,8,12,25,24,0,12,25,24,81,70,46,53,0,12,0,12,0,12,0,12,35,43,0,12,0,12,0,12 +14000US36061007700,"Census Tract 77, New York, NY",6117,541,5746,518,5051,485,45,51,0,17,363,175,0,17,16,29,271,162,0,17,271,162,371,200,361,199,0,17,0,17,0,17,0,17,10,18,0,17,0,17,0,17 +14000US36061007800,"Census Tract 78, New York, NY",8965,931,7992,910,5010,664,423,300,0,17,1946,617,0,17,0,17,613,456,157,142,456,454,973,392,775,375,28,62,0,17,71,80,0,17,0,17,99,220,99,220,0,17 +14000US36061007900,"Census Tract 79, New York, NY",4379,579,4116,570,3891,583,14,23,0,12,148,111,0,12,10,17,53,64,0,12,53,64,263,170,239,170,24,39,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061008000,"Census Tract 80, New York, NY",5013,461,4622,474,3803,454,121,92,10,18,583,171,0,17,58,89,47,54,10,29,37,48,391,174,328,167,0,17,0,17,0,17,0,17,8,14,55,55,0,17,55,55 +14000US36061008100,"Census Tract 81, New York, NY",7762,778,6683,720,5580,682,243,177,0,17,665,249,0,17,0,17,195,134,0,17,195,134,1079,341,993,321,0,17,0,17,0,17,0,17,61,64,25,40,0,17,25,40 +14000US36061008200,"Census Tract 82, New York, NY",3264,374,3149,384,2134,326,0,12,0,12,814,236,0,12,104,122,97,106,0,12,97,106,115,103,73,93,0,12,0,12,0,12,19,31,23,35,0,12,0,12,0,12 +14000US36061008300,"Census Tract 83, New York, NY",3844,568,2537,477,1651,318,448,376,0,12,267,137,0,12,0,12,171,133,0,12,171,133,1307,419,605,287,252,224,56,68,0,12,0,12,268,253,126,113,0,12,126,113 +14000US36061008400,"Census Tract 84, New York, NY",1956,303,1824,289,935,278,46,39,0,12,741,188,0,12,5,12,97,103,0,12,97,103,132,110,90,94,12,22,0,12,30,39,0,12,0,12,0,12,0,12,0,12 +14000US36061008601,"Census Tract 86.01, New York, NY",3022,321,2891,313,2064,270,72,60,15,25,688,307,0,12,0,12,52,51,0,12,52,51,131,78,122,76,0,12,0,12,0,12,0,12,9,15,0,12,0,12,0,12 +14000US36061008602,"Census Tract 86.02, New York, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061008603,"Census Tract 86.03, New York, NY",4313,592,4063,586,3417,532,18,30,11,18,437,262,0,12,15,23,165,188,0,12,165,188,250,125,225,121,9,15,0,12,0,12,0,12,16,26,0,12,0,12,0,12 +14000US36061008700,"Census Tract 87, New York, NY",7186,729,6138,767,5202,664,129,113,0,17,572,320,0,17,93,82,142,140,0,17,142,140,1048,465,875,477,0,17,0,17,0,17,0,17,143,153,30,48,0,17,30,48 +14000US36061008800,"Census Tract 88, New York, NY",7285,727,6924,730,4689,756,103,77,0,17,1807,565,0,17,91,114,234,115,0,17,234,115,361,236,361,236,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36061008900,"Census Tract 89, New York, NY",5383,434,4679,442,3612,511,623,344,0,17,322,132,0,17,46,74,76,53,14,22,62,48,704,309,566,276,16,21,0,17,0,17,0,17,122,113,0,17,0,17,0,17 +14000US36061009000,"Census Tract 90, New York, NY",7500,749,6966,718,5145,678,206,205,0,17,1447,464,0,17,0,17,168,146,0,17,168,146,534,244,499,244,0,17,0,17,0,17,0,17,35,50,0,17,0,17,0,17 +14000US36061009100,"Census Tract 91, New York, NY",6247,640,5881,639,4328,477,292,174,0,17,1167,549,0,17,0,17,94,108,0,17,94,108,366,256,155,167,121,181,0,17,43,45,0,17,47,70,0,17,0,17,0,17 +14000US36061009200,"Census Tract 92, New York, NY",1602,203,1515,191,1071,193,17,18,0,12,393,154,0,12,0,12,34,33,0,12,34,33,87,69,48,49,16,25,0,12,0,12,0,12,23,39,0,12,0,12,0,12 +14000US36061009300,"Census Tract 93, New York, NY",9260,757,7680,809,5108,709,617,323,0,17,1632,700,0,17,125,137,198,195,0,17,198,195,1580,443,1193,611,83,107,0,17,0,17,0,17,274,230,30,49,0,17,30,49 +14000US36061009400,"Census Tract 94, New York, NY",54,40,54,40,50,38,0,12,0,12,4,6,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061009500,"Census Tract 95, New York, NY",3168,325,2853,290,2260,279,94,67,21,35,411,121,0,12,0,12,67,56,0,12,67,56,315,151,295,149,8,15,0,12,0,12,0,12,12,17,0,12,0,12,0,12 +14000US36061009600,"Census Tract 96, New York, NY",141,47,138,48,95,43,0,12,0,12,43,28,0,12,0,12,0,12,0,12,0,12,3,6,0,12,0,12,0,12,0,12,0,12,0,12,3,6,0,12,3,6 +14000US36061009700,"Census Tract 97, New York, NY",4965,396,3843,366,2493,318,288,231,15,26,1030,285,0,12,0,12,17,28,0,12,17,28,1122,399,731,317,47,67,0,12,0,12,0,12,101,87,243,291,36,41,207,289 +14000US36061009800,"Census Tract 98, New York, NY",7200,702,6776,672,5613,701,126,71,7,16,916,363,0,17,37,56,77,81,25,42,52,70,424,238,370,221,18,40,0,17,0,17,0,17,36,44,0,17,0,17,0,17 +14000US36061009900,"Census Tract 99, New York, NY",5759,356,5096,364,3484,369,322,138,0,17,1140,320,0,17,0,17,150,76,18,28,132,78,663,181,471,169,16,27,0,17,0,17,0,17,130,138,46,65,0,17,46,65 +14000US36061010000,"Census Tract 100, New York, NY",1768,193,1707,195,1340,174,35,31,0,12,304,129,0,12,0,12,28,23,7,10,21,22,61,45,61,45,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061010100,"Census Tract 101, New York, NY",1273,117,1157,123,601,113,95,55,0,12,418,92,0,12,16,20,27,22,12,12,15,15,116,49,102,50,8,12,0,12,0,12,0,12,6,12,0,12,0,12,0,12 +14000US36061010200,"Census Tract 102, New York, NY",100,59,89,56,58,32,0,12,23,37,2,3,0,12,0,12,6,8,0,12,6,8,11,12,6,7,0,12,0,12,0,12,0,12,0,12,5,9,5,9,0,12 +14000US36061010300,"Census Tract 103, New York, NY",1990,206,1852,185,1060,193,130,97,0,12,551,159,20,34,0,12,91,74,4,6,87,73,138,88,117,85,8,13,0,12,0,12,0,12,13,19,0,12,0,12,0,12 +14000US36061010400,"Census Tract 104, New York, NY",919,144,816,115,601,98,22,17,0,12,179,75,14,22,0,12,0,12,0,12,0,12,103,93,46,26,0,12,0,12,0,12,0,12,57,88,0,12,0,12,0,12 +14000US36061010601,"Census Tract 106.01, New York, NY",7144,684,7013,673,6149,682,0,17,21,36,692,448,0,17,0,17,151,210,0,17,151,210,131,103,131,103,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36061010602,"Census Tract 106.02, New York, NY",4562,445,4180,441,3444,450,109,125,0,12,552,259,0,12,23,37,52,50,0,12,52,50,382,234,382,234,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061010800,"Census Tract 108, New York, NY",9192,868,8725,789,7357,877,87,71,0,17,1191,441,0,17,0,17,90,90,22,36,68,84,467,266,430,270,37,61,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36061010900,"Census Tract 109, New York, NY",182,55,180,55,122,51,10,17,0,12,43,30,0,12,0,12,5,8,0,12,5,8,2,3,1,2,0,12,1,2,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061011000,"Census Tract 110, New York, NY",6909,901,6313,887,5226,831,270,186,0,17,711,338,0,17,0,17,106,152,0,17,106,152,596,285,468,275,27,44,0,17,33,58,0,17,38,54,30,50,0,17,30,50 +14000US36061011100,"Census Tract 111, New York, NY",4838,438,4174,355,2477,313,295,132,0,12,1318,394,0,12,6,11,78,55,0,12,78,55,664,257,474,198,0,12,0,12,0,12,0,12,147,161,43,49,0,12,43,49 +14000US36061011201,"Census Tract 112.01, New York, NY",824,112,768,113,644,115,19,22,6,10,93,39,0,12,0,12,6,9,0,12,6,9,56,35,38,30,4,7,0,12,0,12,14,20,0,12,0,12,0,12,0,12 +14000US36061011202,"Census Tract 112.02, New York, NY",363,106,345,100,287,87,0,12,0,12,58,59,0,12,0,12,0,12,0,12,0,12,18,20,7,9,11,18,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061011203,"Census Tract 112.03, New York, NY",1154,172,1133,176,830,130,21,22,0,12,246,149,0,12,0,12,36,31,0,12,36,31,21,19,12,13,0,12,0,12,0,12,0,12,9,14,0,12,0,12,0,12 +14000US36061011300,"Census Tract 113, New York, NY",110,36,110,36,17,16,26,20,0,12,62,30,0,12,0,12,5,8,0,12,5,8,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061011401,"Census Tract 114.01, New York, NY",1137,169,1075,151,1006,144,6,9,0,12,45,42,0,12,0,12,18,16,0,12,18,16,62,41,58,42,2,4,0,12,0,12,0,12,0,12,2,4,2,4,0,12 +14000US36061011402,"Census Tract 114.02, New York, NY",1795,269,1714,258,1457,237,9,14,0,12,150,81,0,12,0,12,98,70,0,12,98,70,81,57,35,33,0,12,8,13,0,12,0,12,38,34,0,12,0,12,0,12 +14000US36061011500,"Census Tract 115, New York, NY",3779,444,2948,333,1324,244,264,149,24,38,1252,207,0,12,8,13,76,73,0,12,76,73,831,300,650,283,43,62,0,12,0,12,0,12,91,81,47,52,0,12,47,52 +14000US36061011600,"Census Tract 116, New York, NY",3331,425,3138,430,2365,393,87,98,29,44,587,238,0,12,0,12,70,68,0,12,70,68,193,83,128,76,5,11,0,12,0,12,0,12,60,52,0,12,0,12,0,12 +14000US36061011700,"Census Tract 117, New York, NY",4242,389,3136,365,2006,318,288,164,0,12,799,259,0,12,0,12,43,46,0,12,43,46,1106,273,618,280,73,87,0,12,0,12,0,12,397,219,18,31,18,31,0,12 +14000US36061011800,"Census Tract 118, New York, NY",8767,1005,8222,1044,7335,974,2,4,0,17,836,343,0,17,0,17,49,64,10,25,39,53,545,306,513,301,0,17,0,17,0,17,0,17,0,17,32,53,0,17,32,53 +14000US36061011900,"Census Tract 119, New York, NY",1097,177,810,145,293,108,475,146,0,12,42,37,0,12,0,12,0,12,0,12,0,12,287,124,123,89,90,75,0,12,0,12,12,19,51,54,11,17,0,12,11,17 +14000US36061012000,"Census Tract 120, New York, NY",3056,464,2883,446,2624,432,206,192,0,12,53,40,0,12,0,12,0,12,0,12,0,12,173,156,152,150,10,22,0,12,0,12,0,12,11,18,0,12,0,12,0,12 +14000US36061012100,"Census Tract 121, New York, NY",7920,805,6301,987,4863,834,330,179,0,17,1004,360,0,17,0,17,104,130,0,17,104,130,1619,624,677,279,4,9,0,17,0,17,0,17,753,684,185,245,138,237,47,94 +14000US36061012200,"Census Tract 122, New York, NY",2553,416,2332,355,2310,352,0,12,0,12,22,41,0,12,0,12,0,12,0,12,0,12,221,173,199,167,0,12,0,12,0,12,0,12,22,33,0,12,0,12,0,12 +14000US36061012400,"Census Tract 124, New York, NY",10052,1049,8518,816,7197,816,101,63,23,37,973,298,8,15,11,19,205,153,0,19,205,153,1534,1219,488,204,30,40,2,4,0,19,0,19,978,1147,36,49,27,48,9,15 +14000US36061012500,"Census Tract 125, New York, NY",2407,214,2094,223,1243,192,47,46,0,12,709,166,0,12,0,12,95,78,31,51,64,58,313,129,186,86,1,2,0,12,0,12,0,12,105,100,21,33,9,15,12,19 +14000US36061012600,"Census Tract 126, New York, NY",13330,1236,12631,1237,10502,1130,88,150,133,206,1634,994,32,68,0,19,242,206,0,19,242,206,699,266,425,296,119,79,0,19,0,19,0,19,155,99,0,19,0,19,0,19 +14000US36061012700,"Census Tract 127, New York, NY",6539,815,4936,679,3509,586,283,164,0,17,981,381,0,17,120,154,43,52,0,17,43,52,1603,605,996,539,30,46,98,154,0,17,0,17,479,380,0,17,0,17,0,17 +14000US36061012800,"Census Tract 128, New York, NY",5683,544,5122,559,4724,539,0,17,0,17,185,143,0,17,18,27,195,163,0,17,195,163,561,353,404,300,0,17,0,17,0,17,0,17,144,222,13,22,0,17,13,22 +14000US36061012900,"Census Tract 129, New York, NY",7122,755,6106,725,4336,607,266,149,15,27,1336,411,0,17,0,17,153,100,0,17,153,100,1016,348,752,326,18,28,0,17,0,17,0,17,233,141,13,22,13,22,0,17 +14000US36061013000,"Census Tract 130, New York, NY",3466,525,3282,485,3019,440,13,15,0,12,157,101,0,12,20,32,73,93,0,12,73,93,184,149,184,149,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061013100,"Census Tract 131, New York, NY",2696,283,2314,257,1603,232,68,50,0,12,643,148,0,12,0,12,0,12,0,12,0,12,382,132,292,125,9,14,0,12,0,12,0,12,62,46,19,20,10,15,9,14 +14000US36061013200,"Census Tract 132, New York, NY",10850,1624,7591,1176,6412,1169,0,19,91,124,636,294,0,19,0,19,452,217,96,151,356,203,3259,1803,1588,886,0,19,134,210,0,19,0,19,1500,1524,37,64,37,64,0,19 +14000US36061013300,"Census Tract 133, New York, NY",5679,533,4303,535,2555,419,178,128,14,25,1322,393,20,35,7,14,207,118,0,17,207,118,1376,320,883,293,80,62,0,17,42,67,0,17,293,148,78,46,47,37,31,33 +14000US36061013400,"Census Tract 134, New York, NY",12076,1268,12073,1269,10161,1328,632,618,0,19,1152,303,0,19,0,19,128,152,0,19,128,152,3,5,2,4,1,4,0,19,0,19,0,19,0,19,0,19,0,19,0,19 +14000US36061013500,"Census Tract 135, New York, NY",8254,677,5538,562,3402,431,785,326,0,17,1214,377,0,17,0,17,137,86,33,51,104,73,2716,585,1778,585,113,106,14,23,0,17,0,17,701,405,110,113,48,74,62,85 +14000US36061013600,"Census Tract 136, New York, NY",15959,1196,14651,1215,13549,1254,184,288,0,19,918,347,0,19,0,19,0,19,0,19,0,19,1308,450,776,355,199,169,0,19,0,19,0,19,275,270,58,96,0,19,58,96 +14000US36061013700,"Census Tract 137, New York, NY",6419,868,5771,781,4483,716,176,159,17,28,809,304,26,44,65,73,195,141,27,44,168,133,648,379,582,378,0,17,0,17,0,17,0,17,59,72,7,16,7,16,0,17 +14000US36061013800,"Census Tract 138, New York, NY",12201,1129,11528,1185,9774,1158,173,128,0,19,1451,775,0,19,0,19,130,137,64,100,66,94,673,438,531,403,0,19,0,19,57,92,0,19,6,13,79,128,0,19,79,128 +14000US36061013900,"Census Tract 139, New York, NY",10465,1025,9146,1033,6274,852,613,543,31,47,1606,490,0,19,195,286,427,274,147,193,280,222,1319,624,636,409,0,19,280,457,0,19,0,19,323,329,80,111,33,74,47,78 +14000US36061014000,"Census Tract 140, New York, NY",7529,483,7053,482,6443,473,78,64,0,17,443,238,0,17,0,17,89,57,0,17,89,57,476,304,348,273,0,17,0,17,0,17,0,17,49,78,79,133,0,17,79,133 +14000US36061014200,"Census Tract 142, New York, NY",4493,589,4431,586,3920,541,5,11,0,12,384,297,0,12,0,12,122,98,0,12,122,98,62,54,57,56,0,12,0,12,0,12,0,12,5,11,0,12,0,12,0,12 +14000US36061014300,"Census Tract 143, New York, NY",3,7,2,5,0,12,2,5,0,12,0,12,0,12,0,12,0,12,0,12,0,12,1,3,1,3,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061014401,"Census Tract 144.01, New York, NY",5018,437,4750,432,4152,466,21,34,0,17,466,374,0,17,0,17,111,124,12,20,99,122,268,97,217,94,13,20,0,17,15,24,0,17,23,30,0,17,0,17,0,17 +14000US36061014402,"Census Tract 144.02, New York, NY",6943,549,6762,550,6000,546,83,84,0,17,457,237,0,17,81,125,141,83,51,71,90,64,181,85,117,68,0,17,0,17,15,26,0,17,49,57,0,17,0,17,0,17 +14000US36061014500,"Census Tract 145, New York, NY",5960,511,5325,510,3840,408,370,239,0,17,911,266,0,17,43,52,161,113,0,17,161,113,635,214,521,229,25,30,0,17,0,17,0,17,31,40,58,65,25,37,33,51 +14000US36061014601,"Census Tract 146.01, New York, NY",4268,552,3613,443,2819,394,6,13,0,12,723,244,0,12,0,12,65,75,0,12,65,75,655,299,460,195,0,12,0,12,0,12,0,12,195,246,0,12,0,12,0,12 +14000US36061014602,"Census Tract 146.02, New York, NY",7560,691,6748,559,6096,582,27,42,0,17,515,221,0,17,0,17,110,86,0,17,110,86,812,453,787,446,0,17,0,17,0,17,0,17,25,40,0,17,0,17,0,17 +14000US36061014700,"Census Tract 147, New York, NY",3350,368,2850,323,1711,210,48,37,0,12,943,246,0,12,20,30,128,81,0,12,128,81,500,245,455,253,0,12,0,12,0,12,0,12,0,12,45,49,40,45,5,12 +14000US36061014801,"Census Tract 148.01, New York, NY",3135,265,2886,277,2486,280,11,17,10,15,253,100,0,12,0,12,126,68,10,15,116,66,249,132,186,103,0,12,0,12,14,20,0,12,30,48,19,28,0,12,19,28 +14000US36061014802,"Census Tract 148.02, New York, NY",6786,499,6037,573,4998,547,0,17,0,17,677,129,0,17,22,36,340,159,0,17,340,159,749,397,533,355,16,27,0,17,0,17,0,17,98,116,102,76,80,84,22,33 +14000US36061014900,"Census Tract 149, New York, NY",4973,500,4478,461,3772,430,67,66,0,12,603,261,0,12,0,12,36,42,0,12,36,42,495,239,452,236,0,12,0,12,0,12,0,12,43,49,0,12,0,12,0,12 +14000US36061015001,"Census Tract 150.01, New York, NY",2126,252,2002,264,1708,212,0,12,0,12,271,180,0,12,0,12,23,36,0,12,23,36,124,73,124,73,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061015002,"Census Tract 150.02, New York, NY",4999,456,4638,477,4327,496,51,67,0,12,206,144,0,12,0,12,54,71,0,12,54,71,361,319,276,297,0,12,0,12,0,12,0,12,35,36,50,52,20,31,30,45 +14000US36061015100,"Census Tract 151, New York, NY",9253,1094,6287,898,2855,689,1423,514,0,17,1666,530,0,17,105,123,238,212,0,17,238,212,2966,693,1479,692,183,250,0,17,0,17,0,17,1304,640,0,17,0,17,0,17 +14000US36061015200,"Census Tract 152, New York, NY",7414,587,5390,595,3763,472,621,290,0,17,590,272,0,17,94,114,322,280,28,45,294,278,2024,402,1012,343,291,215,0,17,0,17,0,17,556,347,165,105,87,79,78,76 +14000US36061015300,"Census Tract 153, New York, NY",10061,883,9447,898,7931,869,60,65,17,28,1166,258,0,19,73,102,200,121,0,19,200,121,614,245,534,189,0,19,0,19,0,19,0,19,1,3,79,159,0,19,79,159 +14000US36061015400,"Census Tract 154, New York, NY",13554,1151,11762,1082,9214,993,593,233,0,19,1185,569,0,19,0,19,770,520,284,365,486,303,1792,577,1296,666,0,19,0,19,53,99,0,19,393,338,50,89,50,89,0,19 +14000US36061015500,"Census Tract 155, New York, NY",9991,777,9889,781,8365,664,115,115,0,17,1091,485,0,17,148,254,170,122,49,77,121,96,102,85,77,75,0,17,0,17,25,40,0,17,0,17,0,17,0,17,0,17 +14000US36061015601,"Census Tract 156.01, New York, NY",5324,733,4704,714,3337,647,250,219,0,17,1033,618,0,17,0,17,84,56,9,14,75,55,620,261,443,232,88,106,0,17,10,16,0,17,66,65,13,21,0,17,13,21 +14000US36061015602,"Census Tract 156.02, New York, NY",2458,349,1507,266,574,176,579,296,0,12,276,146,0,12,6,10,72,56,0,12,72,56,951,328,554,224,57,71,0,12,14,22,59,97,267,334,0,12,0,12,0,12 +14000US36061015700,"Census Tract 157, New York, NY",9755,1401,9144,1294,7561,1239,264,191,31,47,1037,349,0,17,0,17,251,187,0,17,251,187,611,415,589,414,11,23,0,17,0,17,0,17,0,17,11,23,11,23,0,17 +14000US36061015801,"Census Tract 158.01, New York, NY",5136,501,4948,487,4237,455,20,25,0,17,548,228,0,17,60,75,83,83,0,17,83,83,188,105,185,105,0,17,0,17,0,17,0,17,0,17,3,3,3,3,0,17 +14000US36061015802,"Census Tract 158.02, New York, NY",4519,385,3934,380,2440,303,378,216,0,12,901,234,0,12,12,20,203,107,23,24,180,109,585,193,356,143,53,39,0,12,0,12,0,12,122,109,54,53,0,12,54,53 +14000US36061015900,"Census Tract 159, New York, NY",9342,729,8769,702,7478,631,303,215,0,17,734,279,0,17,122,193,132,111,0,17,132,111,573,239,390,171,34,51,0,17,0,17,0,17,149,148,0,17,0,17,0,17 +14000US36061016001,"Census Tract 160.01, New York, NY",3755,325,3496,336,3120,318,11,17,0,12,229,114,0,12,0,12,136,94,0,12,136,94,259,133,180,121,0,12,0,12,0,12,0,12,63,70,16,25,0,12,16,25 +14000US36061016002,"Census Tract 160.02, New York, NY",3574,281,3087,316,2343,287,77,50,0,12,534,240,0,12,59,59,74,68,0,12,74,68,487,193,404,189,0,12,1,2,0,12,0,12,82,102,0,12,0,12,0,12 +14000US36061016100,"Census Tract 161, New York, NY",6204,471,5717,438,4764,433,92,96,0,17,608,268,0,17,0,17,253,139,0,17,253,139,487,194,414,167,24,38,0,17,0,17,0,17,35,56,14,22,14,22,0,17 +14000US36061016200,"Census Tract 162, New York, NY",9906,856,5786,578,686,275,4044,534,0,17,992,393,0,17,42,66,22,27,0,17,22,27,4120,775,1585,537,747,549,43,67,0,17,0,17,1666,522,79,81,21,34,58,73 +14000US36061016300,"Census Tract 163, New York, NY",6822,791,6482,752,5901,749,28,45,0,17,553,263,0,17,0,17,0,17,0,17,0,17,340,208,172,99,31,50,0,17,0,17,0,17,13,21,124,173,0,17,124,173 +14000US36061016400,"Census Tract 164, New York, NY",7286,708,3607,466,859,223,1504,352,18,29,1144,287,0,17,14,22,68,60,0,17,68,60,3679,670,1677,573,403,291,0,17,45,70,21,33,1304,564,229,254,175,244,54,64 +14000US36061016500,"Census Tract 165, New York, NY",6323,620,5958,607,5179,530,208,170,0,17,455,220,0,17,0,17,116,74,0,17,116,74,365,184,209,132,59,94,0,17,0,17,0,17,97,101,0,17,0,17,0,17 +14000US36061016600,"Census Tract 166, New York, NY",6747,718,3016,498,1651,375,978,330,25,37,277,120,0,17,26,40,59,52,0,17,59,52,3731,552,1794,533,115,78,32,38,0,17,0,17,1708,583,82,81,62,75,20,27 +14000US36061016700,"Census Tract 167, New York, NY",6303,474,5839,446,4829,423,34,41,0,17,635,244,0,17,0,17,341,292,0,17,341,292,464,187,244,115,85,98,0,17,0,17,0,17,96,93,39,43,27,37,12,21 +14000US36061016800,"Census Tract 168, New York, NY",4941,528,2829,379,822,180,1581,387,0,12,354,191,0,12,0,12,72,99,0,12,72,99,2112,472,1117,411,123,95,46,53,0,12,0,12,804,327,22,38,0,12,22,38 +14000US36061016900,"Census Tract 169, New York, NY",8418,1027,7736,959,6676,1019,114,97,0,17,900,294,0,17,0,17,46,55,0,17,46,55,682,285,202,158,9,20,0,17,0,17,0,17,471,303,0,17,0,17,0,17 +14000US36061017000,"Census Tract 170, New York, NY",7677,696,3479,501,767,233,1300,404,0,17,1288,332,0,17,0,17,124,84,0,17,124,84,4198,659,2326,720,307,186,129,181,11,18,0,17,1299,342,126,80,53,47,73,66 +14000US36061017100,"Census Tract 171, New York, NY",8974,751,8154,700,7363,636,157,113,0,17,310,159,0,17,17,28,307,258,0,17,307,258,820,313,795,324,2,4,0,17,0,17,0,17,23,43,0,17,0,17,0,17 +14000US36061017200,"Census Tract 172, New York, NY",5783,734,2147,433,708,334,1060,361,0,17,306,198,0,17,0,17,73,81,0,17,73,81,3636,682,1152,484,465,379,0,17,0,17,0,17,1896,707,123,111,68,81,55,69 +14000US36061017300,"Census Tract 173, New York, NY",8974,1073,7729,1073,6534,975,280,147,0,17,773,345,0,17,0,17,142,154,0,17,142,154,1245,576,472,425,30,71,0,17,0,17,0,17,468,304,275,445,275,445,0,17 +14000US36061017401,"Census Tract 174.01, New York, NY",4566,672,2544,525,491,157,1601,447,0,12,365,94,0,12,20,32,67,61,0,12,67,61,2022,594,314,162,412,345,42,70,56,105,0,12,1181,530,17,27,17,27,0,12 +14000US36061017402,"Census Tract 174.02, New York, NY",2412,219,1594,203,432,125,916,185,0,12,217,97,0,12,0,12,29,29,0,12,29,29,818,190,345,173,40,45,0,12,0,12,0,12,389,150,44,42,24,38,20,17 +14000US36061017500,"Census Tract 175, New York, NY",10756,899,9644,833,8497,763,452,311,0,19,647,325,0,19,0,19,48,59,0,19,48,59,1112,481,917,361,8,18,132,224,0,19,0,19,55,35,0,19,0,19,0,19 +14000US36061017700,"Census Tract 177, New York, NY",9421,835,6377,623,4351,634,930,402,0,17,434,200,0,17,45,52,617,340,0,17,617,340,3044,735,1739,682,495,460,41,63,0,17,0,17,690,586,79,126,56,89,23,37 +14000US36061017800,"Census Tract 178, New York, NY",3684,460,1713,313,665,156,782,271,0,12,185,97,17,28,12,45,52,50,23,36,29,36,1971,518,655,248,72,60,34,38,57,73,0,12,1087,518,66,49,8,12,58,48 +14000US36061017900,"Census Tract 179, New York, NY",8915,999,6629,865,5590,858,224,163,0,17,666,241,0,17,0,17,149,95,0,17,149,95,2286,1007,917,464,1,2,540,753,0,17,0,17,724,426,104,89,80,81,24,39 +14000US36061018000,"Census Tract 180, New York, NY",8212,683,3338,379,742,176,2330,427,0,17,224,230,0,17,0,17,42,40,0,17,42,40,4874,678,1672,572,637,411,53,76,13,22,0,17,2220,753,279,245,211,238,68,70 +14000US36061018100,"Census Tract 181, New York, NY",9554,840,7961,818,5992,747,1072,345,0,17,566,383,0,17,208,179,123,153,0,17,123,153,1593,440,779,360,434,376,0,17,0,17,0,17,380,382,0,17,0,17,0,17 +14000US36061018200,"Census Tract 182, New York, NY",8326,785,3993,717,533,175,2505,700,0,17,526,381,0,17,402,455,27,46,0,17,27,46,4333,818,484,243,276,170,38,61,14,22,0,17,2916,757,605,282,521,267,84,103 +14000US36061018300,"Census Tract 183, New York, NY",7270,711,6284,688,5624,657,243,146,35,59,313,176,0,17,0,17,69,80,0,17,69,80,986,388,462,227,31,49,0,17,0,17,0,17,240,239,253,288,0,17,253,288 +14000US36061018400,"Census Tract 184, New York, NY",7258,923,3704,718,361,245,2756,771,0,17,524,135,0,17,11,19,52,41,0,17,52,41,3554,673,872,370,664,460,70,112,0,17,0,17,1879,625,69,66,14,26,55,61 +14000US36061018500,"Census Tract 185, New York, NY",4695,435,4400,420,3320,424,442,125,0,12,468,160,0,12,59,81,111,81,0,12,111,81,295,144,250,139,45,65,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061018600,"Census Tract 186, New York, NY",7380,743,4549,642,386,159,3620,674,0,17,323,265,0,17,0,17,220,203,3,17,217,206,2831,689,1124,613,213,149,0,17,0,17,0,17,1218,557,276,205,110,100,166,180 +14000US36061018700,"Census Tract 187, New York, NY",8534,762,7783,676,6114,641,518,187,0,17,951,297,0,17,1,4,199,139,0,17,199,139,751,491,491,529,56,60,0,17,0,17,0,17,180,196,24,44,24,44,0,17 +14000US36061018800,"Census Tract 188, New York, NY",5804,791,2429,545,954,280,1159,464,0,17,120,104,0,17,17,29,179,113,0,17,179,113,3375,701,795,344,114,157,15,22,71,109,0,17,2222,699,158,119,96,91,62,78 +14000US36061018900,"Census Tract 189, New York, NY",11800,926,5854,1057,2707,445,1885,791,0,19,725,479,0,19,0,19,537,557,0,19,537,557,5946,732,1716,635,1080,529,0,19,0,19,0,19,3011,869,139,119,71,98,68,87 +14000US36061019000,"Census Tract 190, New York, NY",3504,353,3031,299,631,162,1926,300,19,30,385,129,0,12,11,18,59,44,0,12,59,44,473,172,127,77,66,66,0,12,0,12,0,12,226,143,54,71,54,71,0,12 +14000US36061019100,"Census Tract 191, New York, NY",9492,764,7875,829,5703,756,1173,859,0,17,690,533,0,17,60,104,249,209,0,17,249,209,1617,427,1151,373,183,251,0,17,0,17,0,17,119,123,164,195,45,62,119,185 +14000US36061019200,"Census Tract 192, New York, NY",4023,351,2077,442,84,47,1531,398,0,12,331,292,0,12,8,13,123,115,0,12,123,115,1946,513,301,161,144,82,153,188,9,13,0,12,1156,458,183,168,140,126,43,60 +14000US36061019300,"Census Tract 193, New York, NY",9761,1159,6117,1153,2690,665,2350,1035,0,17,933,334,0,17,0,17,144,134,0,17,144,134,3644,888,814,349,161,155,15,32,0,17,0,17,1961,810,693,424,187,167,506,396 +14000US36061019400,"Census Tract 194, New York, NY",6517,801,2579,596,325,226,2066,527,0,17,63,62,0,17,16,27,109,127,0,17,109,127,3938,689,793,381,239,243,52,88,0,17,0,17,2747,839,107,134,72,120,35,58 +14000US36061019500,"Census Tract 195, New York, NY",7133,663,5628,644,4306,583,106,78,0,17,1047,361,0,17,0,17,169,92,0,17,169,92,1505,584,492,253,325,275,0,17,0,17,0,17,481,374,207,234,171,229,36,42 +14000US36061019600,"Census Tract 196, New York, NY",3895,409,2152,325,433,155,1310,240,0,12,210,132,4,8,0,12,195,271,0,12,195,271,1743,268,561,242,318,166,0,12,0,12,0,12,771,287,93,88,61,67,32,58 +14000US36061019701,"Census Tract 197.01, New York, NY",514,87,418,69,221,65,33,30,0,12,151,66,0,12,0,12,13,20,0,12,13,20,96,52,65,54,5,7,0,12,0,12,0,12,26,13,0,12,0,12,0,12 +14000US36061019702,"Census Tract 197.02, New York, NY",2602,263,2118,249,748,192,913,177,1,6,394,161,0,12,0,12,62,50,0,12,62,50,484,230,129,108,18,25,25,38,0,12,0,12,154,145,158,133,158,133,0,12 +14000US36061019800,"Census Tract 198, New York, NY",2852,285,2351,307,444,134,1427,356,36,54,331,252,0,12,46,63,67,60,12,21,55,52,501,183,248,148,71,89,0,12,0,12,0,12,168,93,14,23,14,23,0,12 +14000US36061019900,"Census Tract 199, New York, NY",8724,620,7587,609,5246,545,699,290,7,13,1371,366,14,19,23,37,227,127,0,17,227,127,1137,337,941,336,47,45,0,17,0,17,0,17,38,32,111,103,32,38,79,96 +14000US36061020000,"Census Tract 200, New York, NY",3656,536,2883,580,718,222,1965,558,0,12,65,48,0,12,0,12,135,105,6,10,129,105,773,295,280,200,59,76,0,12,0,12,0,12,434,238,0,12,0,12,0,12 +14000US36061020101,"Census Tract 201.01, New York, NY",1803,164,1618,139,1043,186,228,139,46,38,258,87,0,12,0,12,43,30,0,12,43,30,185,68,129,55,0,12,0,12,0,12,0,12,48,59,8,16,0,12,8,16 +14000US36061020102,"Census Tract 201.02, New York, NY",4441,408,3729,367,1135,232,2241,370,0,12,224,126,0,12,8,13,121,63,11,17,110,58,712,259,369,204,199,180,0,12,0,12,0,12,144,84,0,12,0,12,0,12 +14000US36061020300,"Census Tract 203, New York, NY",3423,404,2875,354,1695,254,396,129,27,25,637,186,5,10,5,8,110,62,15,31,95,53,548,163,330,114,12,17,0,12,0,12,0,12,177,122,29,25,0,12,29,25 +14000US36061020500,"Census Tract 205, New York, NY",4950,402,4523,395,3229,347,500,144,9,17,677,194,0,12,5,10,103,55,5,9,98,55,427,118,362,124,9,14,0,12,0,12,0,12,51,38,5,10,5,10,0,12 +14000US36061020600,"Census Tract 206, New York, NY",3664,347,2823,376,548,220,2024,358,0,12,131,123,0,12,0,12,120,68,0,12,120,68,841,250,208,130,195,146,0,12,0,12,0,12,336,242,102,108,27,46,75,98 +14000US36061020701,"Census Tract 207.01, New York, NY",3036,263,2537,283,1372,217,299,162,0,12,740,181,0,12,0,12,126,57,16,19,110,53,499,198,174,75,59,67,0,12,11,19,0,12,255,153,0,12,0,12,0,12 +14000US36061020800,"Census Tract 208, New York, NY",5580,652,4670,677,745,232,3588,577,0,17,130,112,0,17,0,17,207,120,72,95,135,76,910,415,317,196,146,170,50,68,31,53,0,17,154,187,212,188,114,141,98,108 +14000US36061020901,"Census Tract 209.01, New York, NY",3510,357,1914,441,223,104,1428,399,0,12,179,151,0,12,0,12,84,114,0,12,84,114,1596,379,258,135,102,78,0,12,0,12,0,12,1175,349,61,52,43,43,18,29 +14000US36061021000,"Census Tract 210, New York, NY",7581,646,5798,576,142,141,5382,567,0,17,163,124,0,17,18,29,93,108,0,17,93,108,1783,359,317,227,327,222,0,17,0,17,0,17,798,439,341,271,189,241,152,129 +14000US36061021100,"Census Tract 211, New York, NY",10240,951,7567,849,3527,680,1304,552,0,19,2249,586,0,19,209,264,278,162,40,64,238,145,2673,626,589,399,165,168,0,19,0,19,0,19,1769,712,150,159,0,19,150,159 +14000US36061021200,"Census Tract 212, New York, NY",4324,391,3704,399,365,117,2994,410,0,12,202,123,0,12,9,19,134,144,0,12,134,144,620,178,167,116,132,131,0,12,0,12,0,12,289,147,32,39,32,39,0,12 +14000US36061021303,"Census Tract 213.03, New York, NY",6001,663,4655,664,847,214,3169,650,0,17,421,361,0,17,0,17,218,130,0,17,218,130,1346,305,275,136,229,276,54,94,0,17,0,17,678,291,110,134,73,126,37,42 +14000US36061021400,"Census Tract 214, New York, NY",3596,314,3095,385,256,133,2660,399,0,12,94,77,0,12,0,12,85,67,0,12,85,67,501,270,141,148,42,50,5,12,0,12,26,32,255,220,32,33,20,30,12,16 +14000US36061021500,"Census Tract 215, New York, NY",4469,415,3251,360,571,288,2541,313,0,12,93,49,0,12,20,32,26,24,0,12,26,24,1218,371,169,117,202,151,0,12,0,12,0,12,847,321,0,12,0,12,0,12 +14000US36061021600,"Census Tract 216, New York, NY",8503,735,6999,719,2065,387,4152,694,0,17,453,198,0,17,51,60,278,174,0,17,278,174,1504,472,374,212,312,316,41,66,0,17,0,17,757,300,20,28,8,17,12,21 +14000US36061021703,"Census Tract 217.03, New York, NY",8,12,8,12,8,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061021800,"Census Tract 218, New York, NY",6865,767,5468,726,1129,329,3966,624,0,17,185,128,0,17,0,17,188,209,94,150,94,154,1397,367,199,138,233,159,0,17,0,17,29,46,798,341,138,101,101,97,37,57 +14000US36061021900,"Census Tract 219, New York, NY",6220,675,2820,602,410,202,2242,552,0,17,168,210,0,17,0,17,0,17,0,17,0,17,3400,674,478,238,709,330,74,168,0,17,0,17,1742,560,397,316,334,308,63,85 +14000US36061022000,"Census Tract 220, New York, NY",6026,609,4969,567,1298,350,3250,577,0,17,355,215,0,17,0,17,66,63,20,31,46,53,1057,381,309,244,273,201,0,17,0,17,0,17,365,164,110,101,88,92,22,35 +14000US36061022102,"Census Tract 221.02, New York, NY",2559,423,2307,452,596,158,1188,302,0,12,75,55,0,12,61,80,387,304,8,16,379,302,252,219,41,37,72,97,0,12,0,12,0,12,123,180,16,28,0,12,16,28 +14000US36061022200,"Census Tract 222, New York, NY",3450,289,3077,307,1085,289,1551,291,8,13,237,148,0,12,34,35,162,110,0,12,162,110,373,174,64,40,105,98,0,12,0,12,0,12,194,139,10,15,0,12,10,15 +14000US36061022301,"Census Tract 223.01, New York, NY",8037,739,2212,399,1117,287,848,257,0,17,227,201,0,17,0,17,20,22,0,17,20,22,5825,800,1813,687,390,305,0,17,0,17,0,17,2069,854,1553,492,163,147,1390,462 +14000US36061022302,"Census Tract 223.02, New York, NY",3407,308,1553,291,250,91,661,258,35,67,473,181,0,12,29,31,105,85,0,12,105,85,1854,274,687,272,231,127,0,12,0,12,0,12,338,166,598,198,6,11,592,199 +14000US36061022400,"Census Tract 224, New York, NY",7661,663,5400,686,811,299,4368,663,0,17,167,131,0,17,0,17,54,54,0,17,54,54,2261,468,334,232,156,110,0,17,0,17,0,17,1680,478,91,113,25,42,66,107 +14000US36061022500,"Census Tract 225, New York, NY",10495,1068,4980,842,1815,504,2307,607,13,21,386,263,0,19,70,70,389,261,0,19,389,261,5515,940,732,349,978,441,0,19,66,107,0,19,2114,689,1625,910,290,374,1335,819 +14000US36061022600,"Census Tract 226, New York, NY",4816,460,3767,565,925,249,2431,542,2,9,139,78,0,12,10,16,260,159,20,23,240,155,1049,376,496,366,165,128,0,12,12,18,0,12,342,175,34,54,0,12,34,54 +14000US36061022700,"Census Tract 227, New York, NY",5201,549,3227,488,1107,269,1672,436,0,17,206,136,0,17,24,39,218,126,99,80,119,86,1974,641,693,467,515,433,0,17,0,17,0,17,468,463,298,273,270,267,28,43 +14000US36061022800,"Census Tract 228, New York, NY",5772,639,5045,637,908,266,3744,646,21,32,105,83,0,17,40,63,227,174,0,17,227,174,727,322,98,79,148,226,0,17,0,17,0,17,384,268,97,128,0,17,97,128 +14000US36061022900,"Census Tract 229, New York, NY",9021,872,4288,501,1650,336,1955,357,13,24,267,281,0,17,32,40,371,219,0,17,371,219,4733,806,1285,433,250,185,0,17,35,55,0,17,2061,778,1102,614,63,70,1039,608 +14000US36061023000,"Census Tract 230, New York, NY",8385,828,6604,788,667,186,5491,757,0,17,123,90,123,185,35,55,165,124,27,42,138,119,1781,554,193,134,451,460,0,17,69,107,0,17,752,333,316,172,134,109,182,162 +14000US36061023100,"Census Tract 231, New York, NY",6901,709,3470,766,1033,264,2128,669,0,17,94,91,0,17,19,33,196,181,85,138,111,125,3431,723,562,317,454,323,93,110,0,17,0,17,1235,795,1087,547,54,56,1033,563 +14000US36061023200,"Census Tract 232, New York, NY",9161,1080,5950,736,538,315,5169,622,0,17,158,127,11,24,0,17,74,77,0,17,74,77,3211,913,675,363,598,339,0,17,0,17,0,17,1829,757,109,87,13,21,96,84 +14000US36061023300,"Census Tract 233, New York, NY",7014,875,3661,521,1552,345,1419,356,0,17,410,238,0,17,0,17,280,187,14,22,266,186,3353,879,733,298,601,423,0,17,0,17,0,17,1450,1050,569,352,40,67,529,337 +14000US36061023400,"Census Tract 234, New York, NY",5058,625,3694,587,561,150,3012,586,0,17,63,56,0,17,0,17,58,78,0,17,58,78,1364,402,325,262,311,242,0,17,0,17,0,17,699,401,29,32,0,17,29,32 +14000US36061023501,"Census Tract 235.01, New York, NY",6776,741,3839,572,1300,353,2310,583,0,17,159,86,0,17,0,17,70,54,10,15,60,52,2937,802,606,328,245,248,0,17,0,17,0,17,1864,848,222,175,147,151,75,77 +14000US36061023502,"Census Tract 235.02, New York, NY",1986,212,1513,232,233,143,1240,201,0,12,24,24,0,12,0,12,16,15,0,12,16,15,473,172,73,50,211,177,0,12,0,12,0,12,172,97,17,18,7,11,10,13 +14000US36061023600,"Census Tract 236, New York, NY",7530,927,6225,866,166,153,5554,905,81,85,58,64,0,17,0,17,366,315,14,22,352,314,1305,458,300,301,262,203,0,17,0,17,0,17,728,449,15,24,0,17,15,24 +14000US36061023700,"Census Tract 237, New York, NY",7292,611,3774,563,1122,322,1825,504,0,17,288,204,0,17,37,44,502,302,0,17,502,302,3518,537,697,400,308,254,14,22,0,17,74,110,813,346,1612,530,90,77,1522,532 +14000US36061023801,"Census Tract 238.01, New York, NY",8533,760,7740,726,3358,645,754,310,0,17,3268,637,0,17,3,6,357,217,37,62,320,199,793,276,493,230,38,53,0,17,5,8,0,17,215,195,42,80,42,80,0,17 +14000US36061023802,"Census Tract 238.02, New York, NY",3149,328,2389,290,1090,219,542,181,0,12,690,140,0,12,0,12,67,57,0,12,67,57,760,263,379,142,86,66,0,12,0,12,0,12,283,184,12,13,0,12,12,13 +14000US36061023900,"Census Tract 239, New York, NY",3190,397,1490,303,354,101,993,300,0,12,111,91,0,12,5,12,27,29,0,12,27,29,1700,483,338,167,198,144,107,128,0,12,0,12,669,332,388,364,322,360,66,66 +14000US36061024000,"Census Tract 240, New York, NY",1862,418,1434,377,354,160,959,256,12,25,58,52,32,54,6,12,13,21,0,12,13,21,428,168,248,140,100,70,0,12,0,12,0,12,54,61,26,34,19,31,7,14 +14000US36061024100,"Census Tract 241, New York, NY",8229,852,3779,459,1523,238,1857,365,43,69,134,98,83,94,74,94,65,45,0,17,65,45,4450,810,1109,469,490,246,16,26,101,197,0,17,1936,852,798,597,498,445,300,398 +14000US36061024200,"Census Tract 242, New York, NY",4658,490,2701,435,233,115,2285,394,4,10,179,120,0,12,0,12,0,12,0,12,0,12,1957,401,330,181,236,158,0,12,21,34,0,12,1195,317,175,169,97,145,78,93 +14000US36061024301,"Census Tract 243.01, New York, NY",4962,569,2307,509,521,165,1547,488,0,12,170,82,0,12,16,27,53,38,0,12,53,38,2655,577,414,195,288,189,33,51,9,40,0,12,1470,434,441,417,373,415,68,65 +14000US36061024302,"Census Tract 243.02, New York, NY",7783,743,3055,608,7,15,2896,593,0,17,90,101,0,17,0,17,62,55,17,21,45,51,4728,938,782,453,1009,457,77,82,0,17,0,17,2381,852,479,452,59,58,420,447 +14000US36061024500,"Census Tract 245, New York, NY",15456,1506,3151,781,1218,387,1508,729,0,19,348,257,0,19,0,19,77,69,0,19,77,69,12305,1551,2494,846,179,137,0,19,0,19,0,19,6403,1310,3229,1512,1520,864,1709,1175 +14000US36061024700,"Census Tract 247, New York, NY",7680,669,2801,453,1622,484,630,299,0,17,348,311,0,17,0,17,201,159,0,17,201,159,4879,790,1374,465,942,581,24,41,0,17,0,17,2214,661,325,407,310,417,15,28 +14000US36061024900,"Census Tract 249, New York, NY",1083,145,450,138,123,39,239,129,0,12,42,23,0,12,0,12,46,33,0,12,46,33,633,129,97,55,118,92,0,12,14,22,0,12,305,116,99,62,72,59,27,26 +14000US36061025100,"Census Tract 251, New York, NY",2735,236,751,195,285,97,331,140,0,12,112,66,0,12,0,12,23,23,0,12,23,23,1984,243,673,260,147,74,20,28,0,12,0,12,969,208,175,94,97,57,78,56 +14000US36061025300,"Census Tract 253, New York, NY",13389,1663,2908,440,1918,343,487,190,0,19,403,208,0,19,0,19,100,77,0,19,100,77,10481,1744,2709,1153,875,533,0,19,17,26,0,19,6030,1444,850,424,394,249,456,355 +14000US36061025500,"Census Tract 255, New York, NY",6086,560,3475,428,1616,370,335,148,25,35,1230,446,0,17,76,88,193,126,0,17,193,126,2611,477,1126,393,198,146,208,248,0,17,0,17,975,394,104,96,50,79,54,55 +14000US36061025700,"Census Tract 257, New York, NY",4637,395,3778,387,1538,305,1746,312,0,12,306,147,0,12,14,19,174,110,44,53,130,100,859,210,133,99,107,90,0,12,0,12,0,12,585,189,34,42,0,12,34,42 +14000US36061025900,"Census Tract 259, New York, NY",3773,302,2760,320,800,219,1662,301,0,12,142,98,0,12,17,25,139,103,0,12,139,103,1013,273,256,141,38,36,0,12,0,12,0,12,545,235,174,153,97,121,77,84 +14000US36061026100,"Census Tract 261, New York, NY",13220,1311,1484,433,495,218,696,337,0,19,75,70,0,19,98,99,120,82,17,30,103,81,11736,1373,2861,910,1156,429,477,404,0,19,0,19,6167,1245,1075,445,656,341,419,340 +14000US36061026300,"Census Tract 263, New York, NY",9487,889,1624,316,815,265,537,254,0,17,244,152,0,17,28,35,0,17,0,17,0,17,7863,850,1374,424,596,400,57,89,17,26,0,17,5000,983,819,436,371,219,448,362 +14000US36061026500,"Census Tract 265, New York, NY",8146,755,3158,419,2519,389,411,347,0,17,129,88,0,17,21,36,78,63,20,32,58,54,4988,770,1505,564,828,502,21,33,0,17,0,17,2414,818,220,197,193,196,27,44 +14000US36061026700,"Census Tract 267, New York, NY",2056,202,1284,197,1201,213,31,27,20,25,32,34,0,12,0,12,0,12,0,12,0,12,772,154,237,99,18,19,34,44,0,12,0,12,467,161,16,20,16,20,0,12 +14000US36061026900,"Census Tract 269, New York, NY",9073,927,1369,372,623,292,380,202,0,17,260,129,0,17,29,40,77,75,14,23,63,71,7704,966,1227,411,598,297,121,165,0,17,0,17,4500,1003,1258,781,987,732,271,231 +14000US36061027100,"Census Tract 271, New York, NY",9609,664,3055,524,2741,535,92,74,0,17,210,143,0,17,0,17,12,18,0,17,12,18,6554,626,1671,505,499,464,86,100,53,61,0,17,2750,848,1495,799,743,603,752,480 +14000US36061027300,"Census Tract 273, New York, NY",7070,778,5188,570,4290,559,356,164,0,17,190,99,0,17,0,17,352,166,20,32,332,165,1882,695,738,263,136,113,57,83,0,17,0,17,839,634,112,124,71,105,41,63 +14000US36061027500,"Census Tract 275, New York, NY",3475,287,2551,294,2132,317,150,97,0,12,111,72,0,12,8,18,150,86,0,12,150,86,924,329,510,220,103,109,25,36,18,20,0,12,238,228,30,33,15,22,15,23 +14000US36061027700,"Census Tract 277, New York, NY",6800,716,1747,335,911,239,624,214,0,17,157,94,0,17,0,17,55,69,0,17,55,69,5053,755,1128,444,624,245,107,86,0,17,0,17,2895,680,299,210,132,95,167,162 +14000US36061027900,"Census Tract 279, New York, NY",11803,1195,2539,377,1760,405,339,154,0,19,239,168,0,19,12,20,189,109,0,19,189,109,9264,1283,1845,699,466,345,343,362,0,19,0,19,5905,1181,705,385,445,341,260,193 +14000US36061028100,"Census Tract 281, New York, NY",3298,218,2903,235,2318,262,234,94,0,12,237,126,0,12,15,23,99,67,0,12,99,67,395,160,216,112,71,62,0,12,0,12,0,12,26,36,82,72,20,22,62,68 +14000US36061028300,"Census Tract 283, New York, NY",7781,641,2467,308,1505,224,524,166,22,35,365,221,0,17,9,15,42,48,0,17,42,48,5314,708,1209,346,378,258,18,28,20,33,0,17,3177,735,512,408,186,178,326,351 +14000US36061028500,"Census Tract 285, New York, NY",7997,766,1368,329,720,203,331,221,0,17,83,77,0,17,132,100,102,95,28,43,74,87,6629,844,1191,512,289,340,33,59,68,111,0,17,4304,850,744,648,173,182,571,601 +14000US36061028700,"Census Tract 287, New York, NY",4090,340,1587,237,1368,225,74,50,0,12,93,61,0,12,25,32,27,25,0,12,27,25,2503,353,864,279,166,152,20,29,0,12,0,12,1370,396,83,74,14,22,69,73 +14000US36061029100,"Census Tract 291, New York, NY",12654,1118,1807,553,633,225,585,141,0,19,529,503,0,19,18,29,42,42,13,21,29,36,10847,1179,2599,657,1172,677,59,56,0,19,58,95,6726,1287,233,167,111,113,122,130 +14000US36061029300,"Census Tract 293, New York, NY",8869,831,1360,427,718,371,415,200,0,17,110,86,0,17,11,19,106,115,0,17,106,115,7509,871,1810,594,589,380,79,113,0,17,0,17,4600,925,431,328,306,278,125,175 +14000US36061029500,"Census Tract 295, New York, NY",8298,737,3750,498,3051,469,186,121,0,17,334,159,0,17,0,17,179,118,0,17,179,118,4548,925,1294,422,362,250,0,17,0,17,0,17,2474,1064,418,262,148,135,270,233 +14000US36061029700,"Census Tract 297, New York, NY",20,18,16,13,0,12,14,14,0,12,2,6,0,12,0,12,0,12,0,12,0,12,4,7,0,12,0,12,0,12,0,12,0,12,4,7,0,12,0,12,0,12 +14000US36061029900,"Census Tract 299, New York, NY",4072,431,778,241,76,60,669,241,5,8,9,13,0,12,6,11,13,17,6,12,7,11,3294,432,1048,335,198,155,42,61,0,12,0,12,1830,455,176,123,92,92,84,65 +14000US36061030300,"Census Tract 303, New York, NY",4581,419,2076,251,1599,223,208,125,0,12,132,68,0,12,0,12,137,92,21,33,116,85,2505,438,503,277,207,171,0,12,13,23,0,12,1545,522,237,181,184,177,53,55 +14000US36061030700,"Census Tract 307, New York, NY",3785,354,2680,268,2084,308,252,117,6,10,161,65,14,24,50,53,113,76,0,12,113,76,1105,222,445,174,108,112,0,12,8,13,31,49,453,189,60,49,8,14,52,47 +14000US36061030900,"Census Tract 309, New York, NY",10663,871,2654,523,732,278,1595,473,0,19,88,123,0,19,98,107,141,94,0,19,141,94,8009,916,1445,611,771,300,161,193,0,19,0,19,5089,1023,543,276,388,252,155,190 +14000US36061031100,"Census Tract 311, New York, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36061031703,"Census Tract 317.03, New York, NY",5593,597,5169,652,3745,486,45,43,0,17,1163,380,0,17,13,20,203,121,0,17,203,121,424,278,408,277,16,25,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36061031704,"Census Tract 317.04, New York, NY",9989,750,9163,712,6914,590,164,123,0,17,1764,376,0,17,57,94,264,209,35,56,229,202,826,304,748,297,20,33,0,17,0,17,0,17,20,31,38,67,38,67,0,17 +14000US36061031900,"Census Tract 319, New York, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081000100,"Census Tract 1, Queens, NY",8830,820,8110,773,5196,620,445,359,0,17,2014,526,0,17,61,70,394,181,16,26,378,176,720,257,460,212,49,48,0,17,0,17,0,17,121,152,90,79,0,17,90,79 +14000US36081000200,"Census Tract 2, Queens, NY",3208,313,962,205,376,136,36,38,0,12,517,160,0,12,0,12,33,30,7,10,26,29,2246,345,1475,370,47,37,0,12,32,35,0,12,539,229,153,129,61,73,92,89 +14000US36081000400,"Census Tract 4, Queens, NY",4583,643,1513,380,201,104,144,121,0,12,1061,384,0,12,87,73,20,46,20,46,0,12,3070,663,1326,569,81,109,13,19,0,12,0,12,1277,527,373,284,363,285,10,15 +14000US36081000600,"Census Tract 6, Queens, NY",3690,490,1308,302,385,177,148,122,0,12,756,270,0,12,0,12,19,22,0,12,19,22,2382,487,1021,423,0,12,49,56,0,12,0,12,1161,407,151,148,119,135,32,48 +14000US36081000700,"Census Tract 7, Queens, NY",6079,569,5066,612,3178,548,42,40,0,17,1534,451,0,17,77,75,235,101,0,17,235,101,1013,286,475,196,24,37,0,17,14,23,0,17,303,126,197,141,65,76,132,125 +14000US36081000800,"Census Tract 8, Queens, NY",3136,330,1367,232,412,193,90,83,35,54,767,211,0,12,0,12,63,69,0,12,63,69,1769,342,864,307,45,71,0,12,0,12,0,12,781,319,79,66,79,66,0,12 +14000US36081001000,"Census Tract 10, Queens, NY",4230,438,1316,261,516,190,55,46,0,12,699,219,0,12,9,12,37,38,26,36,11,12,2914,498,1354,472,134,106,0,12,0,12,0,12,1317,246,109,81,86,85,23,28 +14000US36081001200,"Census Tract 12, Queens, NY",3928,384,1749,351,870,212,153,125,0,12,707,319,0,12,0,12,19,29,0,12,19,29,2179,436,852,306,79,104,0,12,0,12,0,12,921,367,327,218,305,215,22,34 +14000US36081001400,"Census Tract 14, Queens, NY",4152,572,1701,410,830,306,124,149,0,12,738,235,0,12,9,14,0,12,0,12,0,12,2451,583,1016,486,16,23,0,12,5,10,0,12,820,359,594,511,556,509,38,61 +14000US36081001600,"Census Tract 16, Queens, NY",2644,369,1162,244,264,135,165,133,0,12,534,187,0,12,17,26,182,153,110,129,72,68,1482,332,599,240,105,104,0,12,0,12,0,12,648,305,130,137,91,126,39,49 +14000US36081001800,"Census Tract 18, Queens, NY",2899,385,1275,237,384,133,76,61,33,53,660,199,0,12,65,76,57,50,0,12,57,50,1624,330,822,282,100,97,0,12,0,12,0,12,661,270,41,37,34,39,7,12 +14000US36081001900,"Census Tract 19, Queens, NY",3374,397,2998,380,1542,245,94,49,0,12,1231,284,0,12,6,10,125,73,0,12,125,73,376,159,139,61,0,12,9,14,0,12,0,12,128,139,100,69,28,47,72,53 +14000US36081002000,"Census Tract 20, Queens, NY",1873,269,852,177,201,86,7,11,0,12,644,188,0,12,0,12,0,12,0,12,0,12,1021,295,451,208,20,31,41,65,0,12,0,12,503,253,6,8,6,8,0,12 +14000US36081002200,"Census Tract 22, Queens, NY",2231,290,842,146,383,108,105,67,0,12,288,125,0,12,6,9,60,66,0,12,60,66,1389,323,653,277,66,71,28,34,0,12,0,12,599,189,43,37,43,37,0,12 +14000US36081002400,"Census Tract 24, Queens, NY",2433,223,1106,219,214,76,152,90,1,3,611,265,0,12,49,34,79,77,10,16,69,70,1327,226,486,181,24,24,20,20,0,12,0,12,710,170,87,87,69,83,18,21 +14000US36081002500,"Census Tract 25, Queens, NY",7367,829,4936,752,277,185,3567,826,0,17,845,276,0,17,155,207,92,71,19,24,73,65,2431,555,895,357,253,193,78,125,16,25,0,17,1015,446,174,139,62,63,112,119 +14000US36081002600,"Census Tract 26, Queens, NY",2411,304,995,198,328,94,124,74,0,12,409,178,0,12,64,60,70,67,10,15,60,70,1416,377,770,291,3,6,0,12,0,12,0,12,643,332,0,12,0,12,0,12 +14000US36081002800,"Census Tract 28, Queens, NY",3382,505,1667,256,592,135,139,129,0,12,701,170,0,12,113,131,122,87,22,20,100,85,1715,527,789,429,70,53,52,65,0,12,0,12,592,253,212,229,164,185,48,54 +14000US36081003000,"Census Tract 30, Queens, NY",1529,255,760,160,345,142,65,69,0,12,213,101,0,12,4,6,133,101,87,81,46,50,769,249,363,129,18,27,0,12,42,52,0,12,261,221,85,84,80,84,5,7 +14000US36081003100,"Census Tract 31, Queens, NY",986,137,431,108,271,87,23,33,0,12,125,57,0,12,3,6,9,13,0,12,9,13,555,141,163,63,1,2,0,12,0,12,0,12,386,136,5,7,0,12,5,7 +14000US36081003200,"Census Tract 32, Queens, NY",1788,176,901,215,223,96,77,82,0,12,555,185,0,12,41,48,5,7,0,12,5,7,887,193,412,147,93,114,0,12,0,12,0,12,341,167,41,43,41,43,0,12 +14000US36081003300,"Census Tract 33, Queens, NY",3129,346,2254,317,933,167,52,33,0,12,1087,248,41,66,0,12,141,101,36,44,105,92,875,180,385,180,7,13,85,135,5,7,0,12,329,150,64,55,12,17,52,52 +14000US36081003400,"Census Tract 34, Queens, NY",2606,266,1047,186,334,130,59,84,0,12,568,156,0,12,16,18,70,75,45,71,25,21,1559,281,512,191,123,119,0,12,14,22,0,12,826,259,84,55,67,47,17,20 +14000US36081003600,"Census Tract 36, Queens, NY",3624,494,1775,447,474,194,23,38,0,12,1172,390,0,12,48,74,58,77,21,36,37,66,1849,485,757,365,9,14,11,19,0,12,0,12,929,370,143,103,102,89,41,54 +14000US36081003700,"Census Tract 37, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081003800,"Census Tract 38, Queens, NY",2756,253,930,209,294,95,157,92,1,2,393,151,0,12,32,45,53,50,9,14,44,46,1826,300,637,204,40,31,0,12,0,12,0,12,945,246,204,129,187,128,17,27 +14000US36081003900,"Census Tract 39, Queens, NY",1424,244,763,192,475,161,62,47,0,12,180,98,0,12,5,9,41,39,37,40,4,8,661,213,282,143,49,57,2,5,0,12,0,12,233,152,95,85,90,84,5,10 +14000US36081004001,"Census Tract 40.01, Queens, NY",2358,277,1199,250,655,202,44,35,0,12,452,207,5,30,0,12,43,49,33,48,10,11,1159,277,458,183,9,12,0,12,0,12,0,12,642,212,50,46,50,46,0,12 +14000US36081004002,"Census Tract 40.02, Queens, NY",1666,198,963,222,85,72,101,147,0,12,600,194,0,12,138,114,39,41,25,38,14,15,703,247,350,205,5,9,0,12,0,12,0,12,296,239,52,56,46,55,6,8 +14000US36081004200,"Census Tract 42, Queens, NY",4377,479,2566,458,357,150,151,109,0,12,1946,471,0,12,0,12,112,97,0,12,112,97,1811,376,169,91,98,96,0,12,0,12,0,12,1398,367,146,107,124,103,22,32 +14000US36081004300,"Census Tract 43, Queens, NY",2626,318,1461,340,80,86,952,329,0,12,261,160,0,12,80,116,88,88,31,50,57,73,1165,337,481,248,25,41,0,12,0,12,0,12,469,216,190,196,61,60,129,184 +14000US36081004401,"Census Tract 44.01, Queens, NY",3865,344,2914,364,303,97,188,137,0,12,2245,362,0,12,94,83,84,77,0,12,84,77,951,205,311,150,34,45,29,37,6,8,0,12,499,172,72,58,10,17,62,57 +14000US36081004500,"Census Tract 45, Queens, NY",3456,317,2702,347,1762,299,84,80,0,12,776,232,0,12,0,12,80,66,0,12,80,66,754,285,327,187,0,12,0,12,0,12,0,12,210,199,217,191,185,185,32,41 +14000US36081004700,"Census Tract 47, Queens, NY",3743,449,2267,268,979,186,688,195,0,12,477,132,0,12,0,12,123,102,0,12,123,102,1476,439,753,423,137,137,33,45,123,195,0,12,406,159,24,23,0,12,24,23 +14000US36081005000,"Census Tract 50, Queens, NY",101,79,9,14,9,14,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,92,77,18,29,0,12,0,12,0,12,0,12,74,75,0,12,0,12,0,12 +14000US36081005100,"Census Tract 51, Queens, NY",1921,224,1659,237,452,108,66,81,11,18,1090,222,8,14,10,16,22,26,15,25,7,10,262,93,108,61,0,12,10,15,12,14,0,12,132,84,0,12,0,12,0,12 +14000US36081005200,"Census Tract 52, Queens, NY",2721,281,2034,309,301,133,203,132,0,12,1399,303,0,12,41,41,90,70,35,55,55,43,687,211,172,110,0,12,0,12,0,12,0,12,460,190,55,46,34,38,21,24 +14000US36081005300,"Census Tract 53, Queens, NY",4726,510,3721,563,2175,394,101,86,27,50,1095,451,0,12,112,120,211,143,59,76,152,143,1005,367,366,222,28,46,0,12,0,12,0,12,468,319,143,126,81,109,62,66 +14000US36081005400,"Census Tract 54, Queens, NY",6029,436,3532,523,972,284,288,146,0,17,1699,456,0,17,266,195,307,221,77,64,230,210,2497,425,963,370,74,86,0,17,27,30,0,17,1206,405,227,137,97,91,130,125 +14000US36081005500,"Census Tract 55, Queens, NY",860,191,504,167,172,61,11,13,7,11,258,163,0,12,52,52,4,6,0,12,4,6,356,120,158,76,9,13,0,12,0,12,0,12,189,167,0,12,0,12,0,12 +14000US36081005700,"Census Tract 57, Queens, NY",4445,338,2943,287,1491,246,137,82,0,12,1199,298,0,12,11,18,105,72,8,12,97,74,1502,284,602,204,74,78,10,15,0,12,0,12,786,265,30,47,0,12,30,47 +14000US36081005800,"Census Tract 58, Queens, NY",6182,482,3367,444,1673,352,581,254,0,17,794,311,0,17,138,124,181,119,11,18,170,120,2815,503,1334,417,156,190,0,17,36,41,0,17,1222,495,67,55,67,55,0,17 +14000US36081005900,"Census Tract 59, Queens, NY",4181,523,3092,320,2417,298,79,43,0,12,434,138,0,12,75,104,87,65,0,12,87,65,1089,448,476,197,0,12,0,12,0,12,0,12,548,401,65,49,42,37,23,28 +14000US36081006100,"Census Tract 61, Queens, NY",5574,485,4298,431,2981,409,51,38,0,17,1115,281,0,17,0,17,151,91,0,17,151,91,1276,426,800,352,90,120,0,17,0,17,0,17,386,239,0,17,0,17,0,17 +14000US36081006201,"Census Tract 62.01, Queens, NY",6238,697,4179,487,3567,479,78,87,0,17,419,299,0,17,0,17,115,119,82,115,33,33,2059,690,958,422,0,17,0,17,0,17,0,17,753,434,348,284,298,274,50,77 +14000US36081006202,"Census Tract 62.02, Queens, NY",7051,825,4359,721,3023,666,277,312,0,17,607,324,0,17,159,261,293,434,0,17,293,434,2692,835,1138,642,38,74,0,17,43,68,0,17,951,657,522,384,347,332,175,169 +14000US36081006300,"Census Tract 63, Queens, NY",5185,422,3822,467,2692,413,91,88,0,17,892,274,0,17,0,17,147,109,0,17,147,109,1363,396,866,377,12,19,25,41,14,32,0,17,335,272,111,133,100,133,11,26 +14000US36081006501,"Census Tract 65.01, Queens, NY",3422,234,2782,236,2219,260,97,80,0,12,411,184,0,12,5,9,50,37,0,12,50,37,640,192,390,134,11,18,0,12,0,12,0,12,230,150,9,14,9,14,0,12 +14000US36081006502,"Census Tract 65.02, Queens, NY",3587,527,2664,421,1817,287,123,164,0,12,548,253,0,12,10,16,166,148,9,14,157,147,923,294,487,186,0,12,0,12,0,12,0,12,427,270,9,16,0,12,9,16 +14000US36081006900,"Census Tract 69, Queens, NY",3627,502,2564,373,1681,321,131,73,0,12,711,186,0,12,24,37,17,27,0,12,17,27,1063,389,514,240,66,58,0,12,0,12,0,12,394,321,89,72,0,12,89,72 +14000US36081007100,"Census Tract 71, Queens, NY",3288,329,2747,294,1964,258,61,47,0,12,519,149,0,12,65,58,138,86,38,60,100,60,541,209,377,146,8,14,0,12,0,12,0,12,103,110,53,46,44,44,9,14 +14000US36081007300,"Census Tract 73, Queens, NY",3973,391,3249,404,2102,321,103,72,24,37,934,267,0,12,12,19,74,64,0,12,74,64,724,248,357,218,0,12,0,12,0,12,0,12,353,170,14,23,14,23,0,12 +14000US36081007500,"Census Tract 75, Queens, NY",4101,766,3384,763,2430,725,60,59,0,12,789,275,0,12,0,12,105,90,0,12,105,90,717,245,417,259,0,12,0,12,0,12,0,12,300,171,0,12,0,12,0,12 +14000US36081007700,"Census Tract 77, Queens, NY",1798,244,1344,197,797,122,13,12,18,30,449,177,0,12,6,8,61,48,0,12,61,48,454,187,127,112,0,12,0,12,0,12,0,12,313,163,14,15,0,12,14,15 +14000US36081007900,"Census Tract 79, Queens, NY",2886,320,1985,292,1187,250,8,12,0,12,691,216,0,12,82,133,17,27,0,12,17,27,901,264,361,156,18,29,0,12,0,12,0,12,497,244,25,33,25,33,0,12 +14000US36081008100,"Census Tract 81, Queens, NY",1393,199,706,118,439,92,29,20,0,12,185,86,0,12,4,7,49,40,0,12,49,40,687,208,343,185,6,9,0,12,0,12,0,12,330,162,8,14,0,12,8,14 +14000US36081008300,"Census Tract 83, Queens, NY",2594,382,1640,326,873,194,210,154,0,12,410,240,0,12,52,76,95,66,0,12,95,66,954,271,340,192,42,49,0,12,0,12,16,24,527,241,29,28,11,16,18,22 +14000US36081008500,"Census Tract 85, Queens, NY",915,170,578,169,313,120,75,86,0,12,184,107,0,12,0,12,6,9,0,12,6,9,337,146,164,106,14,21,0,12,0,12,0,12,159,110,0,12,0,12,0,12 +14000US36081008600,"Census Tract 86, Queens, NY",2823,313,1521,262,899,221,22,27,0,12,434,112,5,8,88,85,73,49,40,39,33,23,1302,293,422,183,0,12,24,36,19,28,0,12,770,287,67,47,67,47,0,12 +14000US36081008700,"Census Tract 87, Queens, NY",4470,586,2252,498,371,129,1793,477,0,12,75,77,0,12,0,12,13,30,0,12,13,30,2218,478,1056,385,163,104,0,12,0,12,0,12,839,388,160,117,126,110,34,43 +14000US36081008800,"Census Tract 88, Queens, NY",3845,476,1791,257,1339,237,109,82,0,12,343,221,0,12,0,12,0,12,0,12,0,12,2054,524,1167,493,136,179,0,12,25,20,0,12,658,329,68,69,58,63,10,16 +14000US36081009100,"Census Tract 91, Queens, NY",2501,329,1549,219,1126,276,96,84,0,12,327,181,0,12,0,12,0,12,0,12,0,12,952,242,691,250,8,12,0,12,0,12,0,12,253,142,0,12,0,12,0,12 +14000US36081009400,"Census Tract 94, Queens, NY",2810,305,1944,322,189,125,221,117,0,12,1371,303,0,12,101,72,62,51,9,13,53,50,866,270,226,137,67,56,20,30,0,12,0,12,460,239,93,105,93,105,0,12 +14000US36081009500,"Census Tract 95, Queens, NY",2386,235,1997,188,1505,184,107,81,0,12,323,129,0,12,0,12,62,51,5,9,57,50,389,146,311,131,0,12,0,12,0,12,0,12,62,60,16,20,11,17,5,9 +14000US36081009600,"Census Tract 96, Queens, NY",3730,346,3025,406,338,150,358,155,14,19,1017,306,0,12,1076,396,222,135,70,75,152,118,705,258,444,216,99,92,0,12,0,12,0,12,129,152,33,27,16,21,17,19 +14000US36081009700,"Census Tract 97, Queens, NY",3718,399,3322,402,2565,339,65,55,0,12,582,309,0,12,0,12,110,60,0,12,110,60,396,143,219,99,12,19,0,12,0,12,0,12,129,107,36,32,27,30,9,13 +14000US36081009800,"Census Tract 98, Queens, NY",2704,298,2098,305,32,28,404,220,0,12,795,210,0,12,816,335,51,33,22,23,29,24,606,236,218,155,18,27,0,12,0,12,0,12,322,185,48,38,18,23,30,33 +14000US36081009900,"Census Tract 99, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081010000,"Census Tract 100, Queens, NY",3895,487,2722,449,406,317,714,315,0,12,1023,364,0,12,403,254,176,143,130,129,46,54,1173,500,441,225,0,12,20,31,0,12,0,12,669,445,43,52,43,52,0,12 +14000US36081010100,"Census Tract 101, Queens, NY",2461,296,2248,312,1873,324,84,69,0,12,223,116,0,12,0,12,68,63,0,12,68,63,213,139,104,71,0,12,26,42,0,12,0,12,83,95,0,12,0,12,0,12 +14000US36081010200,"Census Tract 102, Queens, NY",2877,389,1986,269,190,116,438,203,0,12,949,246,0,12,198,111,211,93,124,78,87,43,891,346,194,83,0,12,0,12,6,9,0,12,668,325,23,22,6,8,17,21 +14000US36081010300,"Census Tract 103, Queens, NY",4018,486,2994,355,2224,316,131,146,0,12,592,243,0,12,0,12,47,39,17,26,30,29,1024,344,831,321,9,14,0,12,0,12,0,12,164,129,20,33,11,18,9,15 +14000US36081010400,"Census Tract 104, Queens, NY",3319,310,2958,298,180,88,808,246,0,12,610,231,0,12,1095,290,265,161,151,128,114,85,361,171,90,49,0,12,0,12,35,50,0,12,173,127,63,66,9,18,54,62 +14000US36081010500,"Census Tract 105, Queens, NY",4358,486,2710,436,1961,391,129,70,0,12,525,241,0,12,0,12,95,87,0,12,95,87,1648,487,848,297,16,18,0,12,29,42,0,12,655,307,100,159,100,159,0,12 +14000US36081010600,"Census Tract 106, Queens, NY",3963,427,3479,473,87,47,691,311,0,12,1561,397,0,12,845,291,295,222,290,222,5,8,484,227,180,103,12,15,0,12,63,97,0,12,178,173,51,49,51,49,0,12 +14000US36081010701,"Census Tract 107.01, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081010800,"Census Tract 108, Queens, NY",3448,361,2857,302,130,62,351,210,0,12,1333,321,0,12,840,314,203,140,150,120,53,63,591,258,47,39,16,22,0,12,0,12,0,12,474,254,54,72,54,72,0,12 +14000US36081011000,"Census Tract 110, Queens, NY",3233,468,2334,456,326,205,313,138,144,150,1000,293,0,12,336,158,215,169,165,150,50,47,899,268,229,177,0,12,0,12,40,63,0,12,563,171,67,103,6,9,61,103 +14000US36081011100,"Census Tract 111, Queens, NY",3153,314,2402,302,1596,285,73,85,0,12,582,255,0,12,17,20,134,100,16,26,118,100,751,213,640,154,8,15,0,12,59,97,0,12,23,26,21,26,21,26,0,12 +14000US36081011200,"Census Tract 112, Queens, NY",2104,260,1708,249,506,149,110,87,0,12,958,197,0,12,48,51,86,67,45,58,41,39,396,182,122,121,6,8,0,12,0,12,0,12,205,143,63,71,63,71,0,12 +14000US36081011300,"Census Tract 113, Queens, NY",4453,378,3042,385,2228,333,68,54,0,12,655,227,0,12,10,16,81,64,45,57,36,31,1411,399,976,318,0,12,0,12,22,32,0,12,413,289,0,12,0,12,0,12 +14000US36081011400,"Census Tract 114, Queens, NY",1382,232,755,258,176,99,209,170,0,12,341,156,0,12,4,6,25,63,25,63,0,12,627,278,381,213,0,12,0,12,0,12,0,12,209,147,37,46,37,46,0,12 +14000US36081011500,"Census Tract 115, Queens, NY",2513,295,2038,250,1573,224,7,17,12,18,361,144,0,12,10,15,75,64,0,12,75,64,475,186,165,88,33,50,0,12,0,12,0,12,184,118,93,98,80,105,13,28 +14000US36081011600,"Census Tract 116, Queens, NY",2108,248,1472,260,218,94,138,102,0,12,900,250,0,12,122,109,94,75,35,48,59,41,636,170,156,96,0,12,0,12,0,12,0,12,446,166,34,32,34,32,0,12 +14000US36081011700,"Census Tract 117, Queens, NY",3774,526,3045,378,2598,407,48,50,0,12,365,192,0,12,0,12,34,44,15,33,19,22,729,415,471,316,57,71,0,12,0,12,0,12,201,248,0,12,0,12,0,12 +14000US36081011800,"Census Tract 118, Queens, NY",2625,326,1750,307,125,97,142,94,0,12,1093,322,0,12,297,133,93,92,56,82,37,50,875,262,327,178,4,7,27,38,0,12,0,12,476,209,41,46,33,44,8,11 +14000US36081011900,"Census Tract 119, Queens, NY",1428,188,1134,163,946,151,0,12,7,11,114,59,0,12,15,14,52,45,5,7,47,44,294,98,153,62,0,12,9,14,0,12,0,12,109,91,23,30,5,8,18,29 +14000US36081012000,"Census Tract 120, Queens, NY",2314,268,1691,285,108,58,139,114,0,12,1159,290,0,12,215,115,70,60,45,56,25,23,623,227,274,154,19,27,0,12,0,12,0,12,330,183,0,12,0,12,0,12 +14000US36081012100,"Census Tract 121, Queens, NY",2130,216,1776,226,1470,232,76,45,5,17,183,118,0,12,7,11,35,31,0,12,35,31,354,124,189,81,21,18,0,12,0,12,0,12,114,98,30,37,19,36,11,12 +14000US36081012200,"Census Tract 122, Queens, NY",3398,536,2069,410,306,112,136,85,13,21,1189,333,0,12,120,163,305,188,200,172,105,78,1329,388,667,283,13,18,0,12,0,12,0,12,576,372,73,63,32,46,41,42 +14000US36081012301,"Census Tract 123.01, Queens, NY",2888,429,2279,342,1799,278,90,92,184,266,194,99,0,12,0,12,12,16,0,12,12,16,609,254,296,197,8,12,0,12,0,12,0,12,266,167,39,31,19,29,20,31 +14000US36081012400,"Census Tract 124, Queens, NY",3040,298,1480,303,258,140,359,174,0,12,635,175,0,12,88,75,140,95,83,83,57,62,1560,293,670,261,0,12,0,12,0,12,0,12,772,221,118,117,118,117,0,12 +14000US36081012500,"Census Tract 125, Queens, NY",1777,165,1354,160,1039,156,76,67,0,12,212,105,0,12,0,12,27,22,0,12,27,22,423,157,235,103,5,7,0,12,0,12,0,12,183,124,0,12,0,12,0,12 +14000US36081012601,"Census Tract 126.01, Queens, NY",2909,392,1136,238,182,87,263,128,0,12,403,180,0,12,126,90,162,155,31,51,131,145,1773,449,961,371,19,25,18,27,0,12,0,12,775,351,0,12,0,12,0,12 +14000US36081012602,"Census Tract 126.02, Queens, NY",2720,362,1161,244,403,108,23,21,0,12,671,251,0,12,19,26,45,46,45,46,0,12,1559,333,604,235,49,38,35,50,0,12,0,12,837,263,34,31,34,31,0,12 +14000US36081012800,"Census Tract 128, Queens, NY",2372,247,1283,227,813,234,92,87,0,12,342,181,0,12,11,12,25,25,0,12,25,25,1089,217,656,183,72,81,0,12,0,12,0,12,267,155,94,90,57,74,37,59 +14000US36081013000,"Census Tract 130, Queens, NY",1521,218,1169,209,607,157,52,80,0,12,376,192,0,12,85,98,49,42,10,16,39,32,352,128,173,97,0,12,0,12,0,12,0,12,179,103,0,12,0,12,0,12 +14000US36081013200,"Census Tract 132, Queens, NY",2183,402,1316,284,677,147,104,110,71,114,407,272,0,12,18,24,39,56,39,56,0,12,867,363,636,385,23,36,16,27,0,12,0,12,164,115,28,26,21,22,7,11 +14000US36081013400,"Census Tract 134, Queens, NY",5103,918,3824,797,2499,548,290,172,0,17,824,482,0,17,0,17,211,152,33,49,178,147,1279,567,535,291,5,11,0,17,0,17,0,17,739,489,0,17,0,17,0,17 +14000US36081013500,"Census Tract 135, Queens, NY",1500,192,1380,198,1317,194,7,13,0,12,44,36,0,12,0,12,12,18,0,12,12,18,120,71,80,51,0,12,0,12,0,12,0,12,21,43,19,23,19,23,0,12 +14000US36081013600,"Census Tract 136, Queens, NY",1945,248,1452,171,1136,162,120,57,0,12,140,51,19,31,0,12,37,33,6,9,31,32,493,265,392,263,10,17,0,12,0,12,0,12,66,46,25,17,13,11,12,13 +14000US36081013700,"Census Tract 137, Queens, NY",1664,206,1447,199,1231,194,13,21,0,12,169,109,0,12,0,12,34,31,0,12,34,31,217,73,124,57,5,8,0,12,0,12,0,12,75,44,13,10,5,7,8,9 +14000US36081013800,"Census Tract 138, Queens, NY",3759,432,2607,350,1141,206,132,66,66,91,1172,325,0,12,0,12,96,74,9,13,87,73,1152,358,367,109,0,12,10,15,0,12,0,12,732,351,43,50,43,50,0,12 +14000US36081014000,"Census Tract 140, Queens, NY",3869,556,2814,335,1710,357,191,165,0,12,711,272,0,12,108,145,94,80,10,16,84,79,1055,532,550,312,23,25,0,12,0,12,0,12,482,447,0,12,0,12,0,12 +14000US36081014100,"Census Tract 141, Queens, NY",1783,219,1180,209,891,174,28,26,0,12,186,115,0,12,0,12,75,57,0,12,75,57,603,232,272,130,0,12,0,12,0,12,0,12,331,215,0,12,0,12,0,12 +14000US36081014201,"Census Tract 142.01, Queens, NY",4277,547,2386,449,216,151,398,219,25,42,1484,433,0,12,135,109,128,199,0,12,128,199,1891,482,1067,420,32,52,0,12,0,12,0,12,727,343,65,73,19,21,46,75 +14000US36081014202,"Census Tract 142.02, Queens, NY",2767,386,1567,371,169,94,259,177,17,25,757,253,0,12,190,107,175,110,47,51,128,103,1200,357,758,283,39,41,6,9,0,12,0,12,386,256,11,14,0,12,11,14 +14000US36081014300,"Census Tract 143, Queens, NY",3870,346,3008,328,2100,278,69,48,15,25,729,268,0,12,0,12,95,83,44,70,51,44,862,194,495,175,36,36,0,12,0,12,0,12,292,163,39,48,0,12,39,48 +14000US36081014400,"Census Tract 144, Queens, NY",1970,302,1333,299,87,49,176,88,9,13,835,242,0,12,12,17,214,137,51,81,163,110,637,286,526,262,6,10,0,12,0,12,0,12,105,69,0,12,0,12,0,12 +14000US36081014500,"Census Tract 145, Queens, NY",2289,316,1724,258,1496,241,44,43,0,12,151,93,0,12,6,9,27,21,10,11,17,18,565,190,392,177,0,12,38,59,13,18,0,12,116,111,6,9,0,12,6,9 +14000US36081014700,"Census Tract 147, Queens, NY",2985,334,2425,357,1972,311,31,26,0,12,373,171,0,12,0,12,49,33,0,12,49,33,560,191,297,147,98,133,35,41,0,12,0,12,72,83,58,40,19,22,39,32 +14000US36081014800,"Census Tract 148, Queens, NY",1896,251,1440,264,57,35,237,139,0,12,795,245,0,12,332,202,19,30,0,12,19,30,456,158,210,107,0,12,0,12,0,12,0,12,228,123,18,27,0,12,18,27 +14000US36081014900,"Census Tract 149, Queens, NY",1917,334,1396,275,1243,285,13,17,0,12,140,99,0,12,0,12,0,12,0,12,0,12,521,217,432,211,25,40,9,14,0,12,0,12,55,46,0,12,0,12,0,12 +14000US36081015000,"Census Tract 150, Queens, NY",2610,397,2080,376,42,46,149,102,0,12,1023,243,19,29,790,322,57,66,41,59,16,28,530,195,118,85,75,64,0,12,0,12,0,12,321,182,16,18,0,12,16,18 +14000US36081015100,"Census Tract 151, Queens, NY",2434,260,2057,245,1647,245,53,42,0,12,333,147,0,12,5,9,19,28,17,28,2,4,377,143,273,129,1,4,0,12,0,12,0,12,103,115,0,12,0,12,0,12 +14000US36081015200,"Census Tract 152, Queens, NY",2820,320,2070,322,86,111,385,170,0,12,1024,303,0,12,508,201,67,58,55,56,12,13,750,282,361,188,5,8,0,12,0,12,0,12,340,185,44,48,44,48,0,12 +14000US36081015300,"Census Tract 153, Queens, NY",1976,204,1553,187,925,163,66,58,0,12,429,118,45,68,0,12,88,45,0,12,88,45,423,144,285,99,0,12,0,12,0,12,0,12,112,70,26,23,11,18,15,16 +14000US36081015400,"Census Tract 154, Queens, NY",2293,334,1871,277,75,40,275,163,0,12,822,206,0,12,632,229,67,63,67,63,0,12,422,252,79,44,2,4,0,12,13,19,0,12,292,245,36,52,10,17,26,45 +14000US36081015500,"Census Tract 155, Queens, NY",2464,201,1932,210,1365,223,51,28,0,12,416,126,0,12,4,6,96,99,0,12,96,99,532,166,303,118,45,54,0,12,6,11,0,12,120,93,58,46,53,45,5,7 +14000US36081015600,"Census Tract 156, Queens, NY",2852,310,2558,307,119,81,388,164,62,68,1256,327,0,12,601,203,132,92,89,81,43,44,294,135,166,121,0,12,0,12,0,12,0,12,117,70,11,17,11,17,0,12 +14000US36081015700,"Census Tract 157, Queens, NY",1294,208,888,212,412,97,52,30,0,12,370,187,0,12,10,15,44,45,16,18,28,42,406,127,198,100,9,16,0,12,5,7,0,12,176,111,18,21,18,21,0,12 +14000US36081015801,"Census Tract 158.01, Queens, NY",3507,512,3093,534,26,33,915,228,23,36,1034,494,0,12,840,327,255,209,55,65,200,193,414,164,165,151,0,12,43,67,0,12,0,12,163,123,43,65,0,12,43,65 +14000US36081015802,"Census Tract 158.02, Queens, NY",4925,560,4166,676,232,132,998,385,42,61,1209,490,0,12,1378,502,307,174,84,65,223,165,759,301,66,65,0,12,0,12,68,126,0,12,602,302,23,36,23,36,0,12 +14000US36081015900,"Census Tract 159, Queens, NY",3752,406,2825,324,2281,308,27,24,0,12,429,206,0,12,35,31,53,33,8,14,45,31,927,321,421,279,0,12,10,18,0,12,0,12,410,169,86,66,36,41,50,45 +14000US36081016100,"Census Tract 161, Queens, NY",2281,243,1417,176,904,185,25,36,0,12,445,141,0,12,18,19,25,23,4,7,21,23,864,239,383,175,35,38,0,12,14,16,0,12,432,192,0,12,0,12,0,12 +14000US36081016300,"Census Tract 163, Queens, NY",3504,309,1640,276,592,177,734,218,0,12,314,209,0,12,0,12,0,12,0,12,0,12,1864,379,1206,362,183,149,0,12,0,12,0,12,410,180,65,46,43,40,22,23 +14000US36081016400,"Census Tract 164, Queens, NY",3965,453,3253,428,61,50,975,323,18,25,963,367,0,12,964,465,272,148,135,111,137,91,712,235,92,79,117,117,0,12,0,12,0,12,448,221,55,48,55,48,0,12 +14000US36081016600,"Census Tract 166, Queens, NY",4011,619,2892,631,140,104,741,442,85,132,933,523,0,12,734,465,259,221,201,214,58,62,1119,471,263,147,91,100,0,12,0,12,0,12,765,442,0,12,0,12,0,12 +14000US36081016800,"Census Tract 168, Queens, NY",3235,345,2506,367,92,68,551,247,0,12,1057,258,0,12,447,179,359,232,133,172,226,141,729,209,302,146,105,99,0,12,0,12,0,12,201,127,121,112,0,12,121,112 +14000US36081016900,"Census Tract 169, Queens, NY",5856,643,3976,474,2221,386,128,128,0,17,1405,419,0,17,0,17,222,140,64,75,158,120,1880,476,1650,498,0,17,0,17,15,24,0,17,215,169,0,17,0,17,0,17 +14000US36081017000,"Census Tract 170, Queens, NY",2665,296,2377,319,45,29,583,178,130,128,1057,293,0,12,430,178,132,87,91,79,41,36,288,156,163,94,6,10,0,12,16,26,0,12,103,108,0,12,0,12,0,12 +14000US36081017100,"Census Tract 171, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081017200,"Census Tract 172, Queens, NY",2140,331,1883,302,23,26,726,269,0,12,683,250,0,12,318,176,133,125,56,79,77,74,257,171,42,40,17,25,0,12,0,12,0,12,198,165,0,12,0,12,0,12 +14000US36081017400,"Census Tract 174, Queens, NY",2455,284,1891,235,31,24,873,144,34,32,479,201,0,12,363,160,111,83,75,77,36,36,564,174,281,130,136,155,4,9,0,12,0,12,143,74,0,12,0,12,0,12 +14000US36081017600,"Census Tract 176, Queens, NY",2170,221,1885,236,82,73,1062,242,0,12,400,146,0,12,224,139,117,78,0,12,117,78,285,157,120,87,78,108,0,12,11,16,0,12,76,69,0,12,0,12,0,12 +14000US36081017800,"Census Tract 178, Queens, NY",2365,242,1843,316,32,31,940,264,19,22,346,140,76,117,229,141,201,120,74,70,127,98,522,235,188,142,157,151,0,12,6,9,0,12,116,109,55,62,3,6,52,61 +14000US36081017900,"Census Tract 179, Queens, NY",1081,138,743,158,266,87,47,34,0,12,410,157,0,12,20,29,0,12,0,12,0,12,338,142,278,134,0,12,0,12,7,10,0,12,42,35,11,12,11,12,0,12 +14000US36081018000,"Census Tract 180, Queens, NY",1210,272,1033,294,63,69,432,132,130,126,204,204,0,12,144,144,60,56,5,7,55,55,177,174,129,160,9,14,0,12,0,12,0,12,39,34,0,12,0,12,0,12 +14000US36081018101,"Census Tract 181.01, Queens, NY",3576,395,1890,241,1071,152,48,46,0,12,720,197,0,12,7,11,44,52,0,12,44,52,1686,419,1101,427,0,12,35,51,17,20,0,12,495,200,38,54,3,7,35,54 +14000US36081018102,"Census Tract 181.02, Queens, NY",3449,233,2705,208,1921,201,62,44,0,12,643,149,0,12,29,34,50,45,0,12,50,45,744,185,537,157,17,19,0,12,8,12,0,12,157,78,25,41,25,41,0,12 +14000US36081018200,"Census Tract 182, Queens, NY",2510,252,2078,221,47,48,1159,216,30,30,395,139,0,12,293,176,154,96,26,26,128,87,432,204,96,87,173,129,0,12,0,12,0,12,163,142,0,12,0,12,0,12 +14000US36081018300,"Census Tract 183, Queens, NY",6597,643,4555,550,2954,551,37,42,0,17,1328,372,0,17,15,24,221,158,0,17,221,158,2042,624,1647,606,152,137,0,17,16,28,0,17,227,175,0,17,0,17,0,17 +14000US36081018401,"Census Tract 184.01, Queens, NY",2168,277,1876,301,0,12,1607,272,0,12,47,37,0,12,120,132,102,113,88,110,14,23,292,226,20,31,11,16,0,12,0,12,0,12,261,229,0,12,0,12,0,12 +14000US36081018402,"Census Tract 184.02, Queens, NY",2286,330,1900,317,79,64,1504,274,0,12,96,106,0,12,120,110,101,83,0,12,101,83,386,143,118,102,97,76,7,16,0,12,0,12,139,91,25,29,14,23,11,17 +14000US36081018501,"Census Tract 185.01, Queens, NY",3318,299,2255,301,1312,235,130,188,14,24,717,217,0,12,0,12,82,54,9,14,73,51,1063,248,832,258,12,18,7,11,0,12,0,12,212,100,0,12,0,12,0,12 +14000US36081018502,"Census Tract 185.02, Queens, NY",3679,374,2425,262,1641,216,70,55,0,12,691,214,0,12,0,12,23,24,0,12,23,24,1254,379,850,292,41,67,0,12,0,12,0,12,290,169,73,75,43,59,30,47 +14000US36081018600,"Census Tract 186, Queens, NY",2062,332,1791,358,20,16,1357,392,0,12,187,139,0,12,207,164,20,21,0,12,20,21,271,195,171,164,9,14,0,12,0,12,0,12,91,109,0,12,0,12,0,12 +14000US36081018700,"Census Tract 187, Queens, NY",2895,334,2039,301,1005,232,70,53,0,12,964,221,0,12,0,12,0,12,0,12,0,12,856,298,560,264,0,12,0,12,0,12,0,12,247,185,49,49,27,34,22,36 +14000US36081018800,"Census Tract 188, Queens, NY",1391,153,1129,224,18,16,855,213,0,12,123,127,0,12,95,108,38,43,38,43,0,12,262,157,116,113,8,11,15,14,0,12,0,12,119,98,4,6,4,6,0,12 +14000US36081018900,"Census Tract 189, Queens, NY",3319,440,2152,413,883,177,19,27,23,32,1205,442,0,12,10,16,12,19,0,12,12,19,1167,407,513,318,25,40,0,12,29,46,0,12,505,262,95,75,49,46,46,51 +14000US36081019000,"Census Tract 190, Queens, NY",2589,275,2093,256,32,50,1385,204,36,53,100,90,0,12,469,256,71,52,24,34,47,40,496,255,132,155,22,27,24,38,0,12,0,12,318,209,0,12,0,12,0,12 +14000US36081019200,"Census Tract 192, Queens, NY",2090,245,1766,219,22,19,1568,211,0,12,108,100,0,12,9,62,59,68,0,12,59,68,324,134,158,80,73,54,0,12,0,12,0,12,88,100,5,8,5,8,0,12 +14000US36081019400,"Census Tract 194, Queens, NY",2965,344,2671,370,17,25,1615,275,0,12,332,150,0,12,406,184,301,159,110,76,191,152,294,151,74,70,8,11,0,12,0,12,0,12,212,148,0,12,0,12,0,12 +14000US36081019600,"Census Tract 196, Queens, NY",2900,395,2545,363,34,20,1515,385,55,85,218,124,0,12,585,237,138,107,0,12,138,107,355,178,35,34,63,79,0,12,0,12,0,12,165,130,92,69,58,49,34,49 +14000US36081019800,"Census Tract 198, Queens, NY",3197,349,2458,383,11,17,1504,312,0,12,471,239,0,12,251,142,221,188,181,178,40,63,739,215,42,41,92,77,0,12,0,12,0,12,605,214,0,12,0,12,0,12 +14000US36081019900,"Census Tract 199, Queens, NY",773,202,434,128,174,116,195,80,0,12,65,43,0,12,0,12,0,12,0,12,0,12,339,160,64,44,27,21,0,12,0,12,0,12,231,144,17,22,13,21,4,7 +14000US36081020200,"Census Tract 202, Queens, NY",1728,280,1589,312,27,32,922,330,0,12,229,174,0,12,325,193,86,82,66,74,20,31,139,94,23,34,58,56,0,12,0,12,0,12,44,41,14,21,14,21,0,12 +14000US36081020400,"Census Tract 204, Queens, NY",2513,303,1785,347,107,96,831,211,0,12,551,270,0,12,172,109,124,158,115,158,9,15,728,254,42,40,0,12,6,9,0,12,0,12,680,249,0,12,0,12,0,12 +14000US36081020500,"Census Tract 205, Queens, NY",1205,203,194,77,99,45,14,16,0,12,81,67,0,12,0,12,0,12,0,12,0,12,1011,201,630,180,65,54,0,12,19,29,0,12,297,126,0,12,0,12,0,12 +14000US36081020600,"Census Tract 206, Queens, NY",2002,218,1051,220,209,107,341,169,0,12,347,132,0,12,140,97,14,24,14,24,0,12,951,288,95,72,23,26,7,12,7,11,0,12,819,283,0,12,0,12,0,12 +14000US36081020800,"Census Tract 208, Queens, NY",2678,388,1690,357,284,181,460,196,0,12,275,188,0,12,530,343,141,132,94,113,47,62,988,310,169,93,91,88,0,12,0,12,0,12,664,299,64,64,64,64,0,12 +14000US36081021200,"Census Tract 212, Queens, NY",2324,350,712,261,190,112,256,177,0,12,129,105,0,12,107,79,30,36,24,35,6,9,1612,326,236,129,25,44,6,12,0,12,0,12,1331,320,14,15,0,12,14,15 +14000US36081021400,"Census Tract 214, Queens, NY",7405,874,5061,786,547,265,491,245,0,17,3723,917,0,17,163,235,137,113,74,75,63,79,2344,933,202,158,25,34,18,34,0,17,15,24,1987,966,97,107,41,56,56,89 +14000US36081021600,"Census Tract 216, Queens, NY",4009,293,2708,301,1378,227,320,160,0,12,747,170,0,12,68,56,195,101,9,15,186,99,1301,312,736,308,33,33,0,12,0,12,0,12,479,227,53,37,9,15,44,34 +14000US36081021900,"Census Tract 219, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081022001,"Census Tract 220.01, Queens, NY",6124,454,3884,443,1533,398,904,258,0,17,1354,369,0,17,40,68,53,58,0,17,53,58,2240,539,935,297,98,97,0,17,0,17,0,17,1087,522,120,78,81,65,39,38 +14000US36081022002,"Census Tract 220.02, Queens, NY",7087,647,5111,624,2209,406,1150,510,0,17,1355,357,0,17,174,226,223,224,125,203,98,83,1976,693,342,163,45,53,0,17,16,24,0,17,1473,710,100,106,45,79,55,73 +14000US36081022900,"Census Tract 229, Queens, NY",47,72,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,47,72,0,12,0,12,0,12,0,12,0,12,23,35,24,37,24,37,0,12 +14000US36081023000,"Census Tract 230, Queens, NY",1968,241,1251,256,578,213,100,69,0,12,550,181,0,12,10,16,13,14,0,12,13,14,717,256,373,171,0,12,0,12,0,12,0,12,339,224,5,8,5,8,0,12 +14000US36081023200,"Census Tract 232, Queens, NY",5599,574,4552,544,616,176,985,217,0,17,2140,562,7,14,457,306,347,249,11,17,336,247,1047,311,394,208,70,59,0,17,7,14,0,17,556,307,20,25,13,23,7,11 +14000US36081023500,"Census Tract 235, Queens, NY",8065,731,3540,738,915,295,67,103,0,17,2447,769,0,17,22,37,89,94,50,78,39,49,4525,774,3297,825,104,94,0,17,0,17,0,17,1073,403,51,62,14,22,37,59 +14000US36081023600,"Census Tract 236, Queens, NY",3198,309,1999,254,373,159,241,115,11,17,1264,238,0,12,50,79,60,81,11,16,49,65,1199,263,449,139,40,62,0,12,15,22,0,12,670,270,25,29,17,26,8,12 +14000US36081023800,"Census Tract 238, Queens, NY",4743,460,2773,390,104,65,565,214,0,12,1574,335,0,12,491,241,39,35,23,29,16,27,1970,523,179,115,68,110,0,12,0,12,0,12,1708,545,15,23,15,23,0,12 +14000US36081024000,"Census Tract 240, Queens, NY",6179,487,3524,566,145,86,1040,285,0,17,1882,553,0,17,393,272,64,84,50,81,14,18,2655,456,392,180,10,16,43,73,0,17,0,17,2075,446,135,175,0,17,135,175 +14000US36081024300,"Census Tract 243, Queens, NY",5545,584,3787,482,1607,370,19,26,0,17,2093,436,0,17,10,17,58,71,0,17,58,71,1758,448,1560,450,18,20,8,14,0,17,0,17,90,68,82,94,75,94,7,12 +14000US36081024500,"Census Tract 245, Queens, NY",5178,776,3395,540,2021,444,34,36,27,45,1110,441,0,17,14,23,189,80,13,20,176,77,1783,857,1187,703,0,17,5,10,0,17,0,17,246,216,345,451,60,50,285,447 +14000US36081024600,"Census Tract 246, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081024700,"Census Tract 247, Queens, NY",1464,208,1072,196,275,134,13,20,12,19,746,210,0,12,0,12,26,39,0,12,26,39,392,162,158,119,6,9,0,12,13,19,0,12,208,107,7,12,7,12,0,12 +14000US36081024900,"Census Tract 249, Queens, NY",4711,689,3569,717,1078,416,58,52,0,12,2378,544,0,12,0,12,55,47,0,12,55,47,1142,335,736,300,60,75,64,101,7,14,0,12,207,125,68,68,51,64,17,27 +14000US36081025100,"Census Tract 251, Queens, NY",6240,631,3987,532,1914,306,94,94,0,17,1903,494,0,17,15,24,61,60,0,17,61,60,2253,586,1800,645,0,17,0,17,0,17,0,17,412,265,41,46,41,46,0,17 +14000US36081025301,"Census Tract 253.01, Queens, NY",4201,397,2632,276,1467,294,35,35,0,12,1078,227,0,12,7,11,45,30,0,12,45,30,1569,403,1206,405,0,12,13,21,11,17,0,12,304,165,35,37,0,12,35,37 +14000US36081025302,"Census Tract 253.02, Queens, NY",2998,387,1449,281,813,146,7,13,125,167,413,192,0,12,0,12,91,88,0,12,91,88,1549,403,1293,410,20,22,0,12,0,12,0,12,188,156,48,55,0,12,48,55 +14000US36081025400,"Census Tract 254, Queens, NY",10071,1090,8029,1052,279,453,5444,964,0,19,1299,776,0,19,823,711,184,233,136,161,48,75,2042,674,174,169,178,142,0,19,0,19,0,19,1350,595,340,452,276,441,64,91 +14000US36081025500,"Census Tract 255, Queens, NY",1439,195,1032,226,351,95,0,12,0,12,613,238,0,12,68,106,0,12,0,12,0,12,407,103,343,103,0,12,0,12,0,12,0,12,64,56,0,12,0,12,0,12 +14000US36081025700,"Census Tract 257, Queens, NY",1545,171,1034,171,337,91,38,51,0,12,645,180,0,12,6,12,8,13,0,12,8,13,511,166,413,148,0,12,21,29,21,30,0,12,56,61,0,12,0,12,0,12 +14000US36081025800,"Census Tract 258, Queens, NY",2398,431,2101,421,7,10,1640,318,0,12,46,62,0,12,408,228,0,12,0,12,0,12,297,168,63,63,34,35,0,12,0,12,0,12,200,150,0,12,0,12,0,12 +14000US36081025900,"Census Tract 259, Queens, NY",3675,536,2053,431,525,183,0,12,0,12,1442,392,0,12,0,12,86,63,11,17,75,61,1622,522,1284,503,11,18,0,12,72,114,0,12,201,110,54,54,22,24,32,48 +14000US36081026000,"Census Tract 260, Queens, NY",2379,336,1828,334,34,47,1253,267,6,10,353,243,0,12,182,129,0,12,0,12,0,12,551,253,42,27,80,89,0,12,0,12,0,12,414,248,15,20,0,12,15,20 +14000US36081026100,"Census Tract 261, Queens, NY",6644,850,3610,659,438,234,47,57,0,17,3038,699,0,17,0,17,87,69,0,17,87,69,3034,809,2131,791,133,189,0,17,0,17,0,17,699,371,71,153,0,17,71,153 +14000US36081026200,"Census Tract 262, Queens, NY",1157,213,991,210,6,10,939,209,0,12,8,13,0,12,34,44,4,6,4,6,0,12,166,123,0,12,29,28,0,12,0,12,0,12,137,113,0,12,0,12,0,12 +14000US36081026300,"Census Tract 263, Queens, NY",6402,1151,4382,905,803,330,0,17,0,17,3445,904,0,17,0,17,134,242,0,17,134,242,2020,987,1579,1010,0,17,0,17,53,86,0,17,231,195,157,233,157,233,0,17 +14000US36081026400,"Census Tract 264, Queens, NY",2653,337,2065,334,4,6,1825,336,0,12,117,77,0,12,97,111,22,17,5,8,17,15,588,214,7,15,116,72,0,12,0,12,0,12,438,214,27,36,27,36,0,12 +14000US36081026500,"Census Tract 265, Queens, NY",3917,416,2957,366,324,151,46,43,0,12,2545,376,0,12,0,12,42,33,0,12,42,33,960,367,751,349,0,12,0,12,10,16,0,12,199,163,0,12,0,12,0,12 +14000US36081026600,"Census Tract 266, Queens, NY",1682,302,1481,301,0,12,1404,307,0,12,51,39,0,12,26,30,0,12,0,12,0,12,201,131,9,15,53,46,0,12,0,12,0,12,139,119,0,12,0,12,0,12 +14000US36081026700,"Census Tract 267, Queens, NY",5894,757,3028,461,342,183,63,46,59,53,2447,434,0,17,0,17,117,77,7,11,110,76,2866,645,1053,377,0,17,29,46,31,37,0,17,1580,610,173,162,23,36,150,153 +14000US36081026901,"Census Tract 269.01, Queens, NY",4885,539,1900,408,218,118,34,40,0,12,1587,389,0,12,21,33,40,48,0,12,40,48,2985,480,1117,339,15,17,48,75,0,12,0,12,1747,460,58,72,27,47,31,52 +14000US36081026902,"Census Tract 269.02, Queens, NY",3527,484,2368,458,161,80,33,23,0,12,2157,448,0,12,0,12,17,27,17,27,0,12,1159,388,488,239,9,15,0,12,0,12,0,12,588,307,74,109,74,109,0,12 +14000US36081027000,"Census Tract 270, Queens, NY",2071,302,1719,343,76,109,1552,353,0,12,45,50,0,12,0,12,46,37,20,32,26,24,352,248,69,98,83,73,0,12,0,12,0,12,200,222,0,12,0,12,0,12 +14000US36081027100,"Census Tract 271, Queens, NY",8311,833,4179,584,270,120,68,63,0,17,3678,598,0,17,11,18,152,181,29,45,123,176,4132,768,1583,533,116,133,123,195,0,17,0,17,2233,806,77,71,19,29,58,64 +14000US36081027200,"Census Tract 272, Queens, NY",2189,379,1886,412,14,18,1638,410,0,12,123,76,0,12,67,99,44,51,0,12,44,51,303,187,0,12,118,106,0,12,0,12,0,12,163,141,22,35,0,12,22,35 +14000US36081027300,"Census Tract 273, Queens, NY",6710,829,1333,366,179,95,503,394,0,17,634,239,0,17,4,48,13,21,0,17,13,21,5377,831,3661,839,60,75,0,17,46,73,0,17,1579,530,31,34,31,34,0,17 +14000US36081027400,"Census Tract 274, Queens, NY",1571,158,1496,157,0,12,1264,203,0,12,59,61,0,12,158,187,15,22,0,12,15,22,75,79,0,12,24,25,0,12,0,12,0,12,51,74,0,12,0,12,0,12 +14000US36081027500,"Census Tract 275, Queens, NY",6205,1043,1058,358,268,117,259,242,0,17,531,295,0,17,0,17,0,17,0,17,0,17,5147,1083,4130,1145,20,33,0,17,15,23,0,17,871,500,111,143,81,135,30,62 +14000US36081027600,"Census Tract 276, Queens, NY",1533,225,1361,231,19,20,1176,255,0,12,97,96,0,12,59,101,10,16,10,16,0,12,172,146,7,10,56,61,0,12,0,12,0,12,103,142,6,9,0,12,6,9 +14000US36081027700,"Census Tract 277, Queens, NY",8030,822,2388,615,647,247,141,119,0,17,1316,572,86,129,0,17,198,157,0,17,198,157,5642,874,3615,758,174,275,16,24,0,17,0,17,1774,736,63,68,12,21,51,65 +14000US36081027800,"Census Tract 278, Queens, NY",2348,295,2029,291,10,15,1879,324,0,12,12,16,0,12,0,12,128,139,0,12,128,139,319,181,45,38,106,85,0,12,0,12,0,12,168,133,0,12,0,12,0,12 +14000US36081027900,"Census Tract 279, Queens, NY",6210,716,1988,327,1200,249,87,98,0,17,641,221,0,17,23,35,37,29,0,17,37,29,4222,788,2765,894,140,92,0,17,0,17,0,17,1164,577,153,155,129,150,24,40 +14000US36081028000,"Census Tract 280, Queens, NY",1759,253,1602,266,0,12,1522,267,0,12,0,12,0,12,33,55,47,54,0,12,47,54,157,104,0,12,41,39,0,12,0,12,0,12,116,102,0,12,0,12,0,12 +14000US36081028100,"Census Tract 281, Queens, NY",4819,568,2339,348,1425,359,36,41,0,12,760,179,0,12,0,12,118,85,0,12,118,85,2480,475,1818,527,15,26,17,32,0,12,19,32,390,232,221,209,156,196,65,79 +14000US36081028200,"Census Tract 282, Queens, NY",1950,223,1820,225,39,39,1490,238,0,12,67,69,0,12,174,225,50,41,0,12,50,41,130,91,11,12,27,32,0,12,0,12,0,12,92,83,0,12,0,12,0,12 +14000US36081028300,"Census Tract 283, Queens, NY",7601,859,2777,538,1479,314,74,67,23,36,1138,495,0,17,17,29,46,47,0,17,46,47,4824,875,3137,753,15,24,16,24,110,89,36,58,1304,537,206,155,76,86,130,128 +14000US36081028400,"Census Tract 284, Queens, NY",4157,496,4060,531,18,18,3530,543,0,12,76,96,0,12,319,247,117,140,103,140,14,36,97,117,70,113,10,16,0,12,0,12,0,12,17,17,0,12,0,12,0,12 +14000US36081028500,"Census Tract 285, Queens, NY",4911,456,2764,396,1488,275,85,85,0,12,932,258,0,12,0,12,259,226,13,24,246,226,2147,465,1335,437,16,25,64,77,34,52,0,12,517,230,181,160,116,138,65,100 +14000US36081028700,"Census Tract 287, Queens, NY",6226,550,3505,523,2084,385,41,45,0,17,1319,457,0,17,0,17,61,62,0,17,61,62,2721,640,1843,586,36,58,35,56,0,17,0,17,720,423,87,97,74,95,13,20 +14000US36081028800,"Census Tract 288, Queens, NY",5028,519,4409,527,30,28,3820,562,0,17,239,180,0,17,172,116,148,141,109,136,39,37,619,341,187,160,79,75,0,17,0,17,0,17,353,318,0,17,0,17,0,17 +14000US36081028900,"Census Tract 289, Queens, NY",5180,547,3624,536,1422,296,84,63,0,17,1827,517,0,17,82,108,209,161,0,17,209,161,1556,349,1020,328,0,17,0,17,0,17,0,17,389,231,147,172,147,172,0,17 +14000US36081029100,"Census Tract 291, Queens, NY",6299,700,4841,692,847,257,98,68,17,35,3763,657,0,17,0,17,116,137,110,137,6,11,1458,399,940,318,17,27,40,66,0,17,0,17,415,303,46,74,0,17,46,74 +14000US36081029300,"Census Tract 293, Queens, NY",1118,194,999,174,98,62,0,12,0,12,877,193,0,12,13,19,11,15,7,14,4,6,119,100,86,94,0,12,0,12,20,26,0,12,13,19,0,12,0,12,0,12 +14000US36081029400,"Census Tract 294, Queens, NY",7162,817,6699,803,31,34,6258,778,0,17,339,240,0,17,0,17,71,55,23,36,48,42,463,199,33,27,211,139,0,17,0,17,0,17,181,125,38,49,26,42,12,25 +14000US36081029500,"Census Tract 295, Queens, NY",3537,332,2598,362,1337,225,53,47,0,12,1065,318,0,12,66,52,77,60,0,12,77,60,939,300,659,276,0,12,14,23,18,28,0,12,203,149,45,59,0,12,45,59 +14000US36081029700,"Census Tract 297, Queens, NY",1888,294,1273,230,735,158,15,23,0,12,458,151,0,12,0,12,65,41,0,12,65,41,615,314,333,243,6,11,0,12,0,12,0,12,269,224,7,10,7,10,0,12 +14000US36081029900,"Census Tract 299, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081030600,"Census Tract 306, Queens, NY",4828,561,4501,567,218,102,3974,555,0,12,158,174,0,12,112,132,39,39,9,15,30,36,327,188,117,124,156,116,0,12,0,12,0,12,21,31,33,40,33,40,0,12 +14000US36081030902,"Census Tract 309.02, Queens, NY",6833,753,4629,705,1557,573,180,138,27,41,2640,519,0,17,0,17,225,147,27,30,198,144,2204,586,1583,546,15,24,101,155,0,17,0,17,466,304,39,44,19,29,20,32 +14000US36081030903,"Census Tract 309.03, Queens, NY",6005,585,3367,540,694,174,110,100,0,17,2423,460,0,17,15,16,125,112,0,17,125,112,2638,503,1127,347,79,88,39,57,0,17,0,17,1324,427,69,65,59,63,10,16 +14000US36081030904,"Census Tract 309.04, Queens, NY",3594,411,2198,438,1016,323,15,15,0,12,1089,309,0,12,8,12,70,73,36,53,34,51,1396,303,687,220,0,12,60,117,11,18,0,12,625,233,13,20,0,12,13,20 +14000US36081031700,"Census Tract 317, Queens, NY",6014,776,4995,644,4390,735,255,373,0,17,335,242,0,17,0,17,15,24,0,17,15,24,1019,425,599,272,32,39,94,114,0,17,0,17,240,310,54,52,27,46,27,32 +14000US36081032000,"Census Tract 320, Queens, NY",5072,644,4539,573,174,182,4158,541,0,17,88,86,0,17,22,37,97,59,0,17,97,59,533,209,184,125,124,84,0,17,0,17,0,17,181,140,44,48,9,15,35,47 +14000US36081032700,"Census Tract 327, Queens, NY",3611,580,1227,304,191,115,61,61,0,12,975,291,0,12,0,12,0,12,0,12,0,12,2384,529,744,314,19,29,18,28,0,12,0,12,1560,504,43,52,10,15,33,49 +14000US36081032800,"Census Tract 328, Queens, NY",2612,337,2469,333,37,41,2186,348,0,12,126,142,0,12,22,32,98,88,63,91,35,33,143,127,11,12,110,124,0,12,0,12,0,12,8,13,14,20,0,12,14,20 +14000US36081032900,"Census Tract 329, Queens, NY",3515,575,1345,392,534,236,176,118,0,12,612,314,0,12,0,12,23,29,0,12,23,29,2170,560,1145,569,8,18,20,26,0,12,0,12,955,328,42,44,15,24,27,34 +14000US36081033000,"Census Tract 330, Queens, NY",7207,619,6565,600,78,60,6237,622,0,17,45,52,0,17,80,86,125,157,14,20,111,152,642,313,74,84,357,244,9,13,0,17,0,17,200,144,2,4,0,17,2,4 +14000US36081033100,"Census Tract 331, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081033401,"Census Tract 334.01, Queens, NY",3486,363,3135,380,33,39,2944,387,0,12,122,115,0,12,16,29,20,29,0,12,20,29,351,173,44,52,50,43,0,12,0,12,0,12,257,155,0,12,0,12,0,12 +14000US36081033402,"Census Tract 334.02, Queens, NY",13280,1090,12689,1075,178,120,12279,1090,0,19,184,226,0,19,0,19,48,57,22,36,26,43,591,407,82,103,247,283,22,37,0,19,0,19,186,241,54,91,54,91,0,19 +14000US36081033700,"Census Tract 337, Queens, NY",3120,504,806,255,125,87,0,12,0,12,681,252,0,12,0,12,0,12,0,12,0,12,2314,441,949,459,0,12,0,12,0,12,0,12,1365,345,0,12,0,12,0,12 +14000US36081033900,"Census Tract 339, Queens, NY",2715,488,902,217,418,194,28,31,0,12,432,230,0,12,0,12,24,40,0,12,24,40,1813,491,698,259,37,38,0,12,0,12,0,12,959,460,119,89,48,47,71,74 +14000US36081034700,"Census Tract 347, Queens, NY",3123,283,1141,200,289,99,361,123,51,54,420,123,0,12,8,12,12,15,0,12,12,15,1982,274,773,234,78,63,0,12,0,12,0,12,1094,279,37,38,12,16,25,29 +14000US36081035100,"Census Tract 351, Queens, NY",4021,410,1234,230,498,149,246,140,0,12,462,220,0,12,16,28,12,18,0,12,12,18,2787,412,937,384,139,131,0,12,0,12,0,12,1535,355,176,119,80,68,96,95 +14000US36081035200,"Census Tract 352, Queens, NY",2913,323,2732,307,160,181,2432,264,0,12,53,60,0,12,30,48,57,65,41,62,16,19,181,117,25,31,114,105,0,12,0,12,0,12,21,22,21,25,5,7,16,24 +14000US36081035300,"Census Tract 353, Queens, NY",2564,324,584,162,104,70,326,144,0,12,138,73,0,12,0,12,16,18,0,12,16,18,1980,330,614,218,31,44,0,12,11,16,0,12,1274,286,50,57,50,57,0,12 +14000US36081035700,"Census Tract 357, Queens, NY",3940,621,2487,431,563,188,1333,244,0,12,585,276,0,12,0,12,6,12,0,12,6,12,1453,461,528,211,36,32,0,12,0,12,0,12,693,375,196,157,81,93,115,120 +14000US36081035800,"Census Tract 358, Queens, NY",4202,473,3909,529,59,54,3747,508,0,12,23,37,0,12,0,12,80,91,0,12,80,91,293,242,123,178,137,133,0,12,0,12,0,12,33,45,0,12,0,12,0,12 +14000US36081036100,"Census Tract 361, Queens, NY",2471,307,814,177,80,42,477,162,0,12,242,127,0,12,0,12,15,17,0,12,15,17,1657,299,330,139,34,31,0,12,0,12,0,12,1231,314,62,52,0,12,62,52 +14000US36081036300,"Census Tract 363, Queens, NY",1711,371,607,136,54,60,390,93,0,12,144,107,0,12,0,12,19,22,11,18,8,13,1104,350,148,94,0,12,0,12,0,12,0,12,887,366,69,74,36,59,33,46 +14000US36081036500,"Census Tract 365, Queens, NY",3242,490,717,234,64,74,395,179,0,12,247,151,0,12,0,12,11,11,0,12,11,11,2525,513,568,332,54,48,22,36,0,12,0,12,1881,416,0,12,0,12,0,12 +14000US36081036600,"Census Tract 366, Queens, NY",2891,363,2737,373,14,23,2566,364,0,12,107,87,0,12,8,14,42,35,15,24,27,24,154,141,62,100,66,53,0,12,0,12,0,12,12,20,14,23,0,12,14,23 +14000US36081036700,"Census Tract 367, Queens, NY",2387,369,1095,225,63,38,688,209,0,12,300,138,0,12,3,8,41,36,11,20,30,31,1292,296,445,195,53,45,0,12,0,12,0,12,713,320,81,48,62,50,19,21 +14000US36081036800,"Census Tract 368, Queens, NY",2588,253,2380,304,17,22,2312,326,0,12,0,12,0,12,0,12,51,56,6,8,45,55,208,144,6,10,76,106,0,12,0,12,0,12,75,86,51,54,29,46,22,27 +14000US36081037100,"Census Tract 371, Queens, NY",1301,199,673,158,35,18,340,113,0,12,195,116,0,12,17,23,86,120,0,12,86,120,628,144,127,87,5,8,2,4,0,12,0,12,494,120,0,12,0,12,0,12 +14000US36081037300,"Census Tract 373, Queens, NY",2174,319,806,157,79,42,321,112,0,12,355,139,0,12,14,15,37,38,0,12,37,38,1368,296,331,153,8,12,0,12,0,12,0,12,952,279,77,62,44,41,33,40 +14000US36081037500,"Census Tract 375, Queens, NY",4139,485,491,155,94,58,151,78,0,12,202,91,0,12,44,56,0,12,0,12,0,12,3648,470,1542,333,117,107,53,60,0,12,0,12,1900,472,36,41,25,38,11,16 +14000US36081037600,"Census Tract 376, Queens, NY",6094,533,5853,538,10,15,5527,536,13,20,213,235,0,17,33,41,57,53,5,8,52,52,241,204,62,82,13,22,0,17,0,17,0,17,166,176,0,17,0,17,0,17 +14000US36081037700,"Census Tract 377, Queens, NY",3691,534,338,114,0,12,303,111,0,12,35,37,0,12,0,12,0,12,0,12,0,12,3353,540,954,345,133,148,18,29,0,12,0,12,2202,506,46,52,31,47,15,24 +14000US36081037900,"Census Tract 379, Queens, NY",6432,721,773,210,23,25,216,173,0,17,514,155,0,17,20,32,0,17,0,17,0,17,5659,729,2921,728,139,153,0,17,129,178,13,20,2442,741,15,23,15,23,0,17 +14000US36081038100,"Census Tract 381, Queens, NY",7004,807,1346,379,128,143,735,205,0,17,327,160,0,17,85,90,71,86,52,79,19,30,5658,787,2879,827,216,263,18,21,10,15,0,17,2142,677,393,278,341,268,52,83 +14000US36081038301,"Census Tract 383.01, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081038302,"Census Tract 383.02, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081038400,"Census Tract 384, Queens, NY",2272,262,2218,266,16,18,2186,267,0,12,16,24,0,12,0,12,0,12,0,12,0,12,54,56,32,48,17,17,0,12,0,12,0,12,0,12,5,10,5,10,0,12 +14000US36081039400,"Census Tract 394, Queens, NY",3061,259,2841,272,29,23,2670,283,0,12,54,48,0,12,15,12,73,74,0,12,73,74,220,106,6,9,68,52,0,12,0,12,0,12,95,80,51,45,35,40,16,23 +14000US36081039800,"Census Tract 398, Queens, NY",1748,225,1712,226,24,24,1655,237,0,12,33,35,0,12,0,12,0,12,0,12,0,12,36,47,0,12,8,12,0,12,0,12,0,12,14,22,14,23,14,23,0,12 +14000US36081039900,"Census Tract 399, Queens, NY",4196,670,669,233,48,51,383,186,0,12,137,97,0,12,92,216,9,19,0,12,9,19,3527,711,2184,686,0,12,68,84,0,12,0,12,1200,501,75,66,75,66,0,12 +14000US36081040000,"Census Tract 400, Queens, NY",1510,268,1429,274,13,19,1376,273,0,12,0,12,0,12,6,9,34,58,0,12,34,58,81,73,0,12,59,59,0,12,0,12,0,12,8,13,14,27,14,27,0,12 +14000US36081040100,"Census Tract 401, Queens, NY",7779,821,1049,330,22,25,56,42,0,17,971,327,0,17,0,17,0,17,0,17,0,17,6730,863,3074,701,106,145,19,31,0,17,0,17,3398,890,133,129,56,73,77,92 +14000US36081040200,"Census Tract 402, Queens, NY",1737,227,1686,224,0,12,1634,228,0,12,40,46,0,12,0,12,12,16,0,12,12,16,51,54,0,12,21,32,6,10,24,34,0,12,0,12,0,12,0,12,0,12 +14000US36081040300,"Census Tract 403, Queens, NY",7066,775,975,239,27,31,0,17,0,17,884,232,0,17,0,17,64,70,0,17,64,70,6091,829,2210,718,237,191,22,36,0,17,0,17,3583,767,39,51,39,51,0,17 +14000US36081040400,"Census Tract 404, Queens, NY",4103,454,3778,480,44,49,3441,502,0,12,185,123,0,12,9,15,99,112,65,98,34,54,325,158,24,38,82,77,7,12,0,12,0,12,212,151,0,12,0,12,0,12 +14000US36081040500,"Census Tract 405, Queens, NY",3230,463,218,113,19,20,28,27,0,12,171,108,0,12,0,12,0,12,0,12,0,12,3012,466,1431,472,159,120,14,20,41,38,0,12,1337,382,30,43,0,12,30,43 +14000US36081040700,"Census Tract 407, Queens, NY",9272,962,765,291,256,201,129,131,19,27,330,152,0,17,0,17,31,36,0,17,31,36,8507,1030,1962,761,294,200,46,56,0,17,0,17,6040,1148,165,86,106,78,59,50 +14000US36081040900,"Census Tract 409, Queens, NY",5533,816,522,204,53,40,137,102,0,17,332,175,0,17,0,17,0,17,0,17,0,17,5011,843,1686,566,101,109,73,97,0,17,0,17,3071,1010,80,90,80,90,0,17 +14000US36081041100,"Census Tract 411, Queens, NY",3902,439,748,227,32,25,21,22,0,12,679,222,0,12,16,23,0,12,0,12,0,12,3154,469,1329,432,106,90,59,95,52,53,0,12,1585,395,23,26,15,22,8,12 +14000US36081041300,"Census Tract 413, Queens, NY",4867,740,913,250,60,55,0,12,0,12,836,244,0,12,0,12,17,29,0,12,17,29,3954,732,1514,595,57,87,16,26,0,12,0,12,2165,721,202,186,136,162,66,92 +14000US36081041400,"Census Tract 414, Queens, NY",4409,511,3639,595,61,39,3165,583,0,12,151,133,0,12,215,262,47,55,0,12,47,55,770,344,137,146,149,146,0,12,0,12,0,12,484,290,0,12,0,12,0,12 +14000US36081041500,"Census Tract 415, Queens, NY",4052,566,945,288,495,207,27,37,0,12,423,241,0,12,0,12,0,12,0,12,0,12,3107,586,1818,457,43,80,0,12,7,13,0,12,1239,526,0,12,0,12,0,12 +14000US36081042400,"Census Tract 424, Queens, NY",2515,338,2459,339,11,12,2312,349,0,12,40,55,0,12,18,27,78,44,13,20,65,40,56,33,3,4,25,21,0,12,0,12,0,12,28,31,0,12,0,12,0,12 +14000US36081042600,"Census Tract 426, Queens, NY",488,115,434,103,179,62,237,98,0,12,18,15,0,12,0,12,0,12,0,12,0,12,54,42,44,36,10,22,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081042700,"Census Tract 427, Queens, NY",5234,773,962,274,391,180,0,17,0,17,571,298,0,17,0,17,0,17,0,17,0,17,4272,739,2181,689,19,29,0,17,0,17,0,17,2072,731,0,17,0,17,0,17 +14000US36081043200,"Census Tract 432, Queens, NY",1302,199,1244,194,0,12,1166,197,0,12,58,66,0,12,9,14,11,15,0,12,11,15,58,57,9,13,44,53,0,12,0,12,0,12,1,2,4,8,4,8,0,12 +14000US36081043400,"Census Tract 434, Queens, NY",1815,247,1673,209,15,18,1389,182,0,12,99,105,9,14,117,114,44,63,0,12,44,63,142,107,18,27,74,76,0,12,0,12,0,12,31,33,19,16,14,14,5,8 +14000US36081043701,"Census Tract 437.01, Queens, NY",2934,338,956,171,431,162,235,86,0,12,125,62,0,12,126,83,39,33,0,12,39,33,1978,315,1189,259,59,65,14,23,0,12,0,12,700,267,16,18,9,12,7,10 +14000US36081043702,"Census Tract 437.02, Queens, NY",6493,851,1825,517,308,170,528,234,94,127,895,436,0,17,0,17,0,17,0,17,0,17,4668,904,2465,622,468,327,0,17,19,31,0,17,1485,734,231,182,178,157,53,94 +14000US36081043900,"Census Tract 439, Queens, NY",3834,457,857,279,269,72,28,17,0,12,560,277,0,12,0,12,0,12,0,12,0,12,2977,403,2015,398,39,44,69,110,0,12,0,12,762,349,92,88,70,79,22,35 +14000US36081044000,"Census Tract 440, Queens, NY",3828,464,3290,501,23,29,2685,511,0,12,304,264,0,12,199,160,79,68,11,17,68,66,538,364,51,62,26,31,0,12,0,12,0,12,382,328,79,92,0,12,79,92 +14000US36081044301,"Census Tract 443.01, Queens, NY",3751,543,1410,504,107,83,310,225,85,128,848,324,0,12,0,12,60,61,0,12,60,61,2341,797,1354,564,33,30,57,64,0,12,0,12,777,581,120,117,64,57,56,97 +14000US36081044302,"Census Tract 443.02, Queens, NY",4317,604,2387,422,195,114,498,265,11,16,1683,348,0,12,0,12,0,12,0,12,0,12,1930,512,787,458,64,93,0,12,37,45,0,12,1029,450,13,19,0,12,13,19 +14000US36081044400,"Census Tract 444, Queens, NY",3505,467,1985,339,97,70,485,218,0,12,743,223,0,12,471,233,189,193,120,162,69,109,1520,464,268,157,32,46,0,12,0,12,0,12,1219,462,1,5,0,12,1,5 +14000US36081044601,"Census Tract 446.01, Queens, NY",3144,321,1724,317,51,30,931,187,53,98,663,280,0,12,20,30,6,10,6,10,0,12,1420,310,208,186,19,32,0,12,0,12,8,14,1175,300,10,15,10,15,0,12 +14000US36081044602,"Census Tract 446.02, Queens, NY",4633,519,3251,465,93,49,852,262,9,19,1981,430,0,12,205,109,111,97,37,41,74,90,1382,459,334,284,65,47,43,62,0,12,78,113,781,347,81,126,0,12,81,126 +14000US36081044800,"Census Tract 448, Queens, NY",2869,299,2098,275,143,75,84,58,35,54,1461,286,0,12,66,76,309,152,43,63,266,140,771,287,105,92,41,59,0,12,40,60,0,12,553,288,32,54,32,54,0,12 +14000US36081045000,"Census Tract 450, Queens, NY",2193,270,1773,290,271,96,172,122,0,12,1235,301,0,12,0,12,95,61,68,53,27,32,420,185,129,95,0,12,0,12,35,56,0,12,210,141,46,47,46,47,0,12 +14000US36081045200,"Census Tract 452, Queens, NY",1204,267,1048,270,234,69,163,70,21,31,587,239,0,12,0,12,43,67,0,12,43,67,156,134,41,27,3,7,0,12,5,10,0,12,107,133,0,12,0,12,0,12 +14000US36081045400,"Census Tract 454, Queens, NY",4507,539,4051,530,254,154,722,281,11,18,2834,552,0,12,152,135,78,51,9,14,69,51,456,285,103,124,0,12,28,45,0,12,0,12,258,240,67,70,10,16,57,61 +14000US36081045500,"Census Tract 455, Queens, NY",14918,1151,9438,1603,1488,655,5550,1592,0,19,2039,851,0,19,15,32,346,238,0,19,346,238,5480,1661,2772,1266,139,151,0,19,555,712,0,19,1968,1251,46,79,0,19,46,79 +14000US36081045600,"Census Tract 456, Queens, NY",1322,173,1134,183,56,48,38,35,0,12,937,179,0,12,64,100,39,47,0,12,39,47,188,115,86,98,0,12,0,12,0,12,0,12,92,72,10,15,5,7,5,8 +14000US36081045700,"Census Tract 457, Queens, NY",3058,495,2252,454,202,99,0,12,0,12,2050,452,0,12,0,12,0,12,0,12,0,12,806,360,148,103,0,12,0,12,80,104,0,12,578,324,0,12,0,12,0,12 +14000US36081045800,"Census Tract 458, Queens, NY",2291,216,2095,216,232,96,209,112,61,93,1431,213,0,12,76,76,86,64,0,12,86,64,196,88,107,92,6,9,0,12,0,12,0,12,83,56,0,12,0,12,0,12 +14000US36081045900,"Census Tract 459, Queens, NY",3485,486,1872,394,97,58,3,5,0,12,1741,391,0,12,0,12,31,31,0,12,31,31,1613,500,450,297,69,108,0,12,48,74,0,12,972,451,74,76,37,57,37,44 +14000US36081046000,"Census Tract 460, Queens, NY",6199,638,4103,539,59,53,908,243,37,56,2877,558,0,17,50,54,172,115,132,105,40,47,2096,431,441,249,151,108,23,35,0,17,0,17,1352,416,129,154,24,33,105,129 +14000US36081046100,"Census Tract 461, Queens, NY",2535,324,1284,235,221,144,33,32,4,6,897,190,0,12,35,48,94,61,0,12,94,61,1251,313,471,193,0,12,0,12,21,23,0,12,727,298,32,40,25,39,7,10 +14000US36081046200,"Census Tract 462, Queens, NY",7012,876,4735,932,250,192,806,380,10,20,2780,860,0,17,567,389,322,255,44,63,278,251,2277,760,225,164,96,95,0,17,65,103,0,17,1795,722,96,91,66,88,30,34 +14000US36081046300,"Census Tract 463, Queens, NY",3855,529,1550,328,80,89,41,46,0,12,1259,331,0,12,29,47,141,171,102,170,39,33,2305,434,883,356,0,12,0,12,0,12,0,12,1314,432,108,106,54,56,54,85 +14000US36081046400,"Census Tract 464, Queens, NY",1714,232,1298,210,297,93,506,154,0,12,431,185,0,12,0,12,64,53,0,12,64,53,416,150,115,67,42,41,0,12,0,12,0,12,192,108,67,81,62,82,5,8 +14000US36081046500,"Census Tract 465, Queens, NY",3539,582,1122,343,18,27,0,12,0,12,1104,347,0,12,0,12,0,12,0,12,0,12,2417,594,905,452,10,15,0,12,0,12,0,12,1447,465,55,76,0,12,55,76 +14000US36081046600,"Census Tract 466, Queens, NY",3602,409,2922,433,459,200,789,271,0,12,1513,363,0,12,93,84,68,50,8,14,60,48,680,313,131,79,131,168,0,12,18,21,0,12,365,263,35,33,10,16,25,32 +14000US36081046700,"Census Tract 467, Queens, NY",5982,1002,1617,618,135,131,33,53,0,17,1429,618,0,17,0,17,20,37,0,17,20,37,4365,876,2420,928,0,17,34,52,103,121,0,17,1747,724,61,82,19,31,42,74 +14000US36081046800,"Census Tract 468, Queens, NY",3221,322,2941,323,68,62,285,152,0,12,2211,398,0,12,135,95,242,170,34,26,208,170,280,120,129,79,0,12,24,38,0,12,0,12,101,82,26,29,26,29,0,12 +14000US36081046900,"Census Tract 469, Queens, NY",8167,876,3118,447,130,85,321,233,51,62,2464,506,0,17,67,81,85,74,9,15,76,71,5049,963,1422,648,17,28,52,84,0,17,0,17,3452,827,106,83,43,47,63,58 +14000US36081047000,"Census Tract 470, Queens, NY",3300,336,2707,325,69,51,390,178,106,133,1643,322,0,12,416,185,83,65,73,67,10,15,593,269,116,74,0,12,0,12,0,12,0,12,437,261,40,41,25,32,15,23 +14000US36081047100,"Census Tract 471, Queens, NY",4309,566,3214,503,223,168,12,18,0,12,2972,520,0,12,7,12,0,12,0,12,0,12,1095,438,287,159,13,20,64,100,0,12,0,12,731,403,0,12,0,12,0,12 +14000US36081047200,"Census Tract 472, Queens, NY",3671,338,3079,361,750,245,979,214,0,12,1202,249,0,12,62,49,86,58,44,47,42,32,592,208,174,94,39,58,0,12,0,12,0,12,349,180,30,36,10,16,20,35 +14000US36081047300,"Census Tract 473, Queens, NY",4356,436,3587,412,664,224,69,85,0,12,2854,429,0,12,0,12,0,12,0,12,0,12,769,219,185,126,0,12,17,28,47,61,0,12,506,238,14,24,14,24,0,12 +14000US36081047500,"Census Tract 475, Queens, NY",4052,487,2871,326,236,88,33,34,0,12,2454,381,0,12,25,36,123,113,42,67,81,95,1181,370,380,215,15,22,24,54,0,12,0,12,713,348,49,58,17,27,32,50 +14000US36081047600,"Census Tract 476, Queens, NY",1469,155,1284,149,469,174,250,135,45,66,520,153,0,12,0,12,0,12,0,12,0,12,185,164,50,67,34,36,0,12,0,12,0,12,101,149,0,12,0,12,0,12 +14000US36081047800,"Census Tract 478, Queens, NY",5295,634,4195,530,924,322,1231,448,0,17,1644,410,0,17,127,95,269,284,133,188,136,215,1100,590,243,159,2,4,11,22,0,17,0,17,734,564,110,112,51,81,59,85 +14000US36081047900,"Census Tract 479, Queens, NY",5270,607,4334,511,528,134,66,76,0,17,3635,550,0,17,24,27,81,80,0,17,81,80,936,466,384,243,14,19,0,17,0,17,0,17,538,406,0,17,0,17,0,17 +14000US36081048000,"Census Tract 480, Queens, NY",2479,351,1967,336,57,45,334,149,49,70,1085,252,0,12,357,207,85,112,75,111,10,17,512,267,304,145,7,9,0,12,0,12,0,12,201,198,0,12,0,12,0,12 +14000US36081048100,"Census Tract 481, Queens, NY",6386,692,4202,654,589,220,203,123,0,17,3288,693,0,17,72,127,50,60,30,50,20,33,2184,703,639,351,31,35,0,17,0,17,0,17,1408,812,106,143,0,17,106,143 +14000US36081048200,"Census Tract 482, Queens, NY",1584,151,1486,153,72,35,572,162,0,12,556,179,0,12,179,138,107,66,68,53,39,47,98,56,44,32,15,16,0,12,0,12,0,12,39,42,0,12,0,12,0,12 +14000US36081048300,"Census Tract 483, Queens, NY",3837,477,2461,367,223,108,37,49,80,117,2059,349,11,16,0,12,51,53,0,12,51,53,1376,500,636,278,0,12,0,12,17,25,0,12,723,421,0,12,0,12,0,12 +14000US36081048400,"Census Tract 484, Queens, NY",5235,796,4521,750,139,61,1850,517,0,17,1742,694,0,17,570,316,220,154,179,136,41,58,714,319,186,115,0,17,0,17,10,20,0,17,509,319,9,14,9,14,0,17 +14000US36081048500,"Census Tract 485, Queens, NY",4190,549,3275,464,333,145,30,21,0,12,2889,441,0,12,15,24,8,12,0,12,8,12,915,392,270,166,8,13,0,12,12,19,0,12,625,385,0,12,0,12,0,12 +14000US36081048900,"Census Tract 489, Queens, NY",1475,201,881,269,103,54,1,2,0,12,777,267,0,12,0,12,0,12,0,12,0,12,594,231,182,166,1,2,3,9,0,12,0,12,408,191,0,12,0,12,0,12 +14000US36081049200,"Census Tract 492, Queens, NY",5249,438,4429,485,362,220,2264,378,0,17,1463,336,0,17,231,157,109,81,56,76,53,48,820,310,310,159,111,79,138,196,31,38,0,17,229,241,1,2,1,2,0,17 +14000US36081049301,"Census Tract 493.01, Queens, NY",2116,303,1405,269,700,208,24,18,0,12,667,169,0,12,0,12,14,20,0,12,14,20,711,211,412,192,0,12,0,12,0,12,0,12,288,177,11,18,11,18,0,12 +14000US36081049302,"Census Tract 493.02, Queens, NY",2927,308,1746,262,1170,236,75,66,0,12,423,197,0,12,14,21,64,68,0,12,64,68,1181,302,773,213,13,16,0,12,0,12,0,12,349,234,46,48,36,40,10,17 +14000US36081049500,"Census Tract 495, Queens, NY",1571,215,1204,177,965,174,137,115,2,10,100,81,0,12,0,12,0,12,0,12,0,12,367,144,274,118,5,8,0,12,18,27,0,12,43,48,27,32,21,30,6,9 +14000US36081049600,"Census Tract 496, Queens, NY",3199,234,2292,246,155,83,636,226,14,19,890,236,0,12,233,169,364,153,267,153,97,64,907,247,371,196,16,21,0,12,0,12,67,108,413,209,40,41,35,41,5,8 +14000US36081049700,"Census Tract 497, Queens, NY",3054,328,2522,317,1165,242,27,36,0,12,1176,233,0,12,22,34,132,164,23,35,109,162,532,269,246,152,0,12,0,12,0,12,32,50,140,115,114,175,0,12,114,175 +14000US36081049900,"Census Tract 499, Queens, NY",5313,558,4330,557,798,237,46,51,241,302,3146,464,0,17,63,101,36,36,0,17,36,36,983,374,381,222,0,17,0,17,0,17,0,17,593,339,9,14,9,14,0,17 +14000US36081050000,"Census Tract 500, Queens, NY",4518,539,3983,596,138,68,3073,497,0,12,405,210,0,12,261,228,106,109,0,12,106,109,535,267,204,198,26,41,0,12,0,12,0,12,305,172,0,12,0,12,0,12 +14000US36081050201,"Census Tract 502.01, Queens, NY",1503,224,1246,226,4,6,1115,229,0,12,85,131,0,12,7,11,35,32,0,12,35,32,257,174,27,46,21,32,0,12,0,12,0,12,180,154,29,25,29,25,0,12 +14000US36081050202,"Census Tract 502.02, Queens, NY",1399,169,1269,167,13,13,1011,185,0,12,155,113,0,12,38,42,52,49,0,12,52,49,130,137,0,12,10,14,0,12,0,12,0,12,27,44,93,102,73,82,20,33 +14000US36081050400,"Census Tract 504, Queens, NY",1960,221,1826,221,37,40,1705,215,1,4,12,18,0,12,0,12,71,92,0,12,71,92,134,92,56,38,23,26,0,12,0,12,0,12,53,79,2,4,0,12,2,4 +14000US36081050500,"Census Tract 505, Queens, NY",1502,235,1234,208,620,150,53,42,0,12,544,179,0,12,0,12,17,25,0,12,17,25,268,158,102,100,0,12,0,12,0,12,0,12,158,124,8,13,8,13,0,12 +14000US36081050600,"Census Tract 506, Queens, NY",1490,235,1384,256,0,12,1195,228,0,12,173,176,0,12,16,23,0,12,0,12,0,12,106,100,36,51,10,14,0,12,0,12,0,12,46,75,14,23,14,23,0,12 +14000US36081050700,"Census Tract 507, Queens, NY",4162,417,3163,510,1824,374,101,79,0,12,1190,381,0,12,18,21,30,41,0,12,30,41,999,483,549,374,0,12,0,12,0,12,0,12,450,324,0,12,0,12,0,12 +14000US36081050800,"Census Tract 508, Queens, NY",2039,342,1926,353,65,51,1659,373,0,12,18,28,0,12,116,128,68,64,0,12,68,64,113,72,8,12,11,14,0,12,0,12,0,12,94,69,0,12,0,12,0,12 +14000US36081051000,"Census Tract 510, Queens, NY",1720,233,1603,232,47,61,1499,239,0,12,28,41,0,12,11,14,18,17,3,6,15,14,117,105,67,69,46,72,0,12,0,12,0,12,4,6,0,12,0,12,0,12 +14000US36081051100,"Census Tract 511, Queens, NY",2188,243,1687,231,1347,218,6,9,0,12,248,111,0,12,3,6,83,45,0,12,83,45,501,184,305,156,0,12,6,9,0,12,0,12,190,109,0,12,0,12,0,12 +14000US36081051200,"Census Tract 512, Queens, NY",2763,383,2506,405,15,13,1943,374,0,12,119,108,0,12,401,214,28,27,6,11,22,23,257,177,5,10,6,9,0,12,0,12,0,12,246,177,0,12,0,12,0,12 +14000US36081051300,"Census Tract 513, Queens, NY",2309,323,1873,326,1285,293,26,35,0,12,556,220,0,12,0,12,6,9,0,12,6,9,436,219,191,138,5,8,0,12,0,12,0,12,229,179,11,18,0,12,11,18 +14000US36081051500,"Census Tract 515, Queens, NY",3260,294,2406,261,2160,269,17,28,0,12,158,117,0,12,17,26,54,75,0,12,54,75,854,276,368,201,8,12,0,12,0,12,0,12,356,179,122,155,122,155,0,12 +14000US36081051600,"Census Tract 516, Queens, NY",2017,250,1783,259,6,17,1734,263,7,19,0,12,0,12,0,12,36,57,36,57,0,12,234,135,144,120,30,43,0,12,0,12,0,12,60,79,0,12,0,12,0,12 +14000US36081051700,"Census Tract 517, Queens, NY",1969,305,1229,234,1179,221,1,31,0,12,49,44,0,12,0,12,0,12,0,12,0,12,740,297,474,247,0,12,0,12,0,12,0,12,202,144,64,72,34,53,30,53 +14000US36081051800,"Census Tract 518, Queens, NY",2079,266,2008,255,1,2,1954,269,0,12,7,10,0,12,0,12,46,55,0,12,46,55,71,69,2,3,48,64,0,12,0,12,0,12,21,31,0,12,0,12,0,12 +14000US36081052000,"Census Tract 520, Queens, NY",1394,183,1354,181,19,15,1251,175,0,12,4,7,0,12,0,12,80,70,15,22,65,59,40,37,18,26,0,12,0,12,0,12,0,12,22,28,0,12,0,12,0,12 +14000US36081052100,"Census Tract 521, Queens, NY",2366,306,1775,360,1518,349,44,31,0,12,141,110,0,12,22,34,50,63,0,12,50,63,591,293,393,235,0,12,0,12,0,12,0,12,107,86,91,86,61,74,30,47 +14000US36081052200,"Census Tract 522, Queens, NY",1758,271,1697,276,0,12,1578,248,70,106,49,73,0,12,0,12,0,12,0,12,0,12,61,48,0,12,37,31,0,12,0,12,0,12,24,37,0,12,0,12,0,12 +14000US36081052400,"Census Tract 524, Queens, NY",1685,285,1549,265,0,12,1481,274,0,12,42,68,0,12,11,18,15,19,0,12,15,19,136,111,79,95,13,20,0,12,0,12,0,12,44,50,0,12,0,12,0,12 +14000US36081052500,"Census Tract 525, Queens, NY",2288,276,1643,237,1381,218,52,39,0,12,165,107,0,12,7,10,38,44,9,13,29,43,645,238,276,153,6,9,0,12,0,12,0,12,304,150,59,67,42,64,17,19 +14000US36081052600,"Census Tract 526, Queens, NY",1970,304,1825,300,51,71,1633,302,0,12,42,47,0,12,71,113,28,46,0,12,28,46,145,94,0,12,83,77,0,12,0,12,0,12,19,19,43,46,19,29,24,32 +14000US36081052800,"Census Tract 528, Queens, NY",1321,251,1169,211,0,12,1050,223,0,12,23,33,14,21,72,84,10,17,0,12,10,17,152,128,0,12,115,104,0,12,0,12,0,12,31,31,6,14,0,12,6,14 +14000US36081053000,"Census Tract 530, Queens, NY",2510,348,2490,347,18,37,2410,345,20,30,0,12,0,12,7,10,35,37,19,27,16,25,20,32,0,12,0,12,0,12,0,12,0,12,20,32,0,12,0,12,0,12 +14000US36081053100,"Census Tract 531, Queens, NY",3409,387,2196,340,1939,339,52,69,38,63,167,111,0,12,0,12,0,12,0,12,0,12,1213,347,680,354,0,12,0,12,0,12,0,12,533,298,0,12,0,12,0,12 +14000US36081053200,"Census Tract 532, Queens, NY",1903,248,1750,264,10,7,1524,279,161,219,1,3,9,14,13,20,32,43,4,6,28,42,153,160,5,7,7,12,0,12,0,12,0,12,141,158,0,12,0,12,0,12 +14000US36081053401,"Census Tract 534.01, Queens, NY",2210,230,1782,254,25,40,1751,263,0,12,0,12,0,12,0,12,6,9,0,12,6,9,428,201,230,250,53,68,0,12,0,12,0,12,145,152,0,12,0,12,0,12 +14000US36081053500,"Census Tract 535, Queens, NY",1294,221,424,146,415,144,0,12,9,15,0,12,0,12,0,12,0,12,0,12,0,12,870,255,515,240,0,12,0,12,0,12,0,12,355,191,0,12,0,12,0,12 +14000US36081053601,"Census Tract 536.01, Queens, NY",1988,320,1747,338,17,26,1498,372,0,12,110,87,0,12,97,120,25,21,16,19,9,11,241,140,85,108,7,10,6,11,0,12,0,12,143,93,0,12,0,12,0,12 +14000US36081053800,"Census Tract 538, Queens, NY",1841,231,1695,227,0,12,1516,247,13,20,69,76,0,12,97,114,0,12,0,12,0,12,146,130,0,12,66,93,0,12,0,12,0,12,80,95,0,12,0,12,0,12 +14000US36081053900,"Census Tract 539, Queens, NY",4528,437,2371,366,1468,315,85,56,0,12,729,234,0,12,23,34,66,60,0,12,66,60,2157,386,1825,444,50,73,0,12,0,12,0,12,242,218,40,45,24,39,16,25 +14000US36081054000,"Census Tract 540, Queens, NY",4537,514,3809,551,52,39,2953,502,38,60,238,163,0,12,470,235,58,65,0,12,58,65,728,269,76,79,105,81,0,12,0,12,0,12,503,227,44,43,35,39,9,14 +14000US36081054200,"Census Tract 542, Queens, NY",4891,606,3689,461,425,276,1353,341,0,12,875,277,0,12,517,303,519,229,251,145,268,192,1202,510,816,387,45,69,0,12,26,43,0,12,255,342,60,61,30,37,30,48 +14000US36081054500,"Census Tract 545, Queens, NY",4185,442,1323,307,976,259,104,117,0,12,174,137,0,12,0,12,69,74,0,12,69,74,2862,480,2379,518,0,12,0,12,12,18,0,12,320,147,151,104,111,97,40,36 +14000US36081054700,"Census Tract 547, Queens, NY",5221,517,1753,330,901,275,177,142,0,17,596,268,0,17,48,76,31,38,0,17,31,38,3468,537,3113,591,9,15,0,17,0,17,0,17,332,229,14,24,0,17,14,24 +14000US36081054800,"Census Tract 548, Queens, NY",2309,220,1982,240,93,83,326,105,65,79,1058,240,0,12,233,148,207,143,87,85,120,97,327,124,196,129,8,13,0,12,11,29,0,12,89,89,23,31,23,31,0,12 +14000US36081054900,"Census Tract 549, Queens, NY",5999,618,1984,331,1129,301,81,52,0,17,751,281,0,17,8,14,15,23,0,17,15,23,4015,723,3548,687,10,16,0,17,0,17,0,17,395,232,62,80,0,17,62,80 +14000US36081055100,"Census Tract 551, Queens, NY",4334,451,2527,391,2004,368,137,111,0,12,344,180,0,12,19,29,23,39,0,12,23,39,1807,467,1395,483,83,106,79,92,0,12,0,12,241,147,9,14,9,14,0,12 +14000US36081055200,"Census Tract 552, Queens, NY",2999,376,2140,429,245,165,835,316,0,12,529,238,0,12,261,179,270,158,206,127,64,92,859,319,318,185,10,14,0,12,0,12,0,12,414,250,117,97,57,65,60,73 +14000US36081055300,"Census Tract 553, Queens, NY",2675,268,1151,212,500,155,85,57,0,12,423,162,0,12,0,12,143,84,51,59,92,49,1524,305,1108,279,14,21,12,22,4,13,0,12,350,212,36,30,36,30,0,12 +14000US36081055400,"Census Tract 554, Queens, NY",2361,180,1724,207,370,103,331,137,10,17,884,255,20,34,109,107,0,12,0,12,0,12,637,192,306,155,49,51,7,11,0,12,0,12,262,145,13,17,7,11,6,14 +14000US36081055500,"Census Tract 555, Queens, NY",2290,232,749,145,534,104,9,12,0,12,108,103,0,12,33,35,65,37,0,12,65,37,1541,242,1182,258,21,28,0,12,6,9,0,12,265,129,67,65,53,62,14,21 +14000US36081055600,"Census Tract 556, Queens, NY",2236,325,1676,251,137,55,304,167,0,12,873,222,0,12,203,149,159,116,93,91,66,75,560,264,337,230,0,12,0,12,6,9,0,12,198,153,19,17,13,15,6,9 +14000US36081055700,"Census Tract 557, Queens, NY",4400,508,1798,276,1427,281,78,63,0,12,273,150,0,12,0,12,20,24,0,12,20,24,2602,457,2296,489,23,27,0,12,0,12,0,12,197,116,86,74,55,62,31,41 +14000US36081055800,"Census Tract 558, Queens, NY",1683,240,1277,252,246,119,326,170,0,12,410,174,0,12,156,118,139,111,9,13,130,108,406,234,59,59,0,12,0,12,0,12,0,12,296,204,51,96,22,34,29,93 +14000US36081055900,"Census Tract 559, Queens, NY",1113,169,317,104,123,64,50,41,0,12,88,67,0,12,47,40,9,15,0,12,9,15,796,193,547,191,0,12,0,12,0,12,0,12,226,122,23,38,0,12,23,38 +14000US36081056000,"Census Tract 560, Queens, NY",1716,169,1250,166,277,122,126,88,4,8,579,163,0,12,85,91,179,144,139,142,40,33,466,94,190,113,39,42,0,12,16,26,0,12,178,166,43,62,0,12,43,62 +14000US36081056100,"Census Tract 561, Queens, NY",60,21,52,23,35,25,0,12,0,12,17,17,0,12,0,12,0,12,0,12,0,12,8,12,8,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081056200,"Census Tract 562, Queens, NY",1803,187,1320,202,366,138,211,102,0,12,372,133,0,12,138,109,233,192,156,176,77,81,483,115,176,89,4,9,8,13,25,39,0,12,190,97,80,105,80,105,0,12 +14000US36081056400,"Census Tract 564, Queens, NY",1246,239,969,217,237,72,143,78,0,12,296,177,0,12,195,186,98,90,30,31,68,88,277,160,156,99,0,12,0,12,0,12,0,12,95,127,26,27,16,23,10,15 +14000US36081056500,"Census Tract 565, Queens, NY",1410,168,381,100,317,102,21,19,0,12,41,44,0,12,2,15,0,12,0,12,0,12,1029,172,754,204,0,12,20,29,0,12,0,12,202,138,53,38,6,9,47,39 +14000US36081056600,"Census Tract 566, Queens, NY",1528,212,1119,228,84,53,412,218,0,12,437,129,0,12,56,83,130,98,88,90,42,42,409,195,123,91,0,12,0,12,5,8,0,12,252,181,29,30,29,30,0,12 +14000US36081056700,"Census Tract 567, Queens, NY",5143,548,2101,391,1590,307,118,111,0,17,327,257,0,17,0,17,66,76,0,17,66,76,3042,623,2245,568,54,52,70,123,0,17,0,17,530,283,143,143,80,125,63,63 +14000US36081056800,"Census Tract 568, Queens, NY",4876,627,4024,576,175,91,3167,494,0,12,453,189,0,12,52,50,177,153,128,138,49,52,852,434,115,117,131,107,0,12,0,12,0,12,579,407,27,42,27,42,0,12 +14000US36081057700,"Census Tract 577, Queens, NY",4194,433,2440,444,2190,448,42,54,0,12,160,211,0,12,0,12,48,42,0,12,48,42,1754,484,1408,501,10,16,0,12,0,12,0,12,315,211,21,35,0,12,21,35 +14000US36081057900,"Census Tract 579, Queens, NY",1853,217,1159,233,1078,237,6,8,0,12,75,60,0,12,0,12,0,12,0,12,0,12,694,227,510,198,6,9,20,28,0,12,0,12,109,94,49,41,9,13,40,39 +14000US36081058000,"Census Tract 580, Queens, NY",3724,532,3246,488,32,29,2846,469,10,32,53,87,59,76,102,94,144,143,63,106,81,88,478,224,146,106,79,82,0,12,0,12,0,12,210,171,43,49,21,34,22,36 +14000US36081058100,"Census Tract 581, Queens, NY",3027,315,1840,262,1655,274,68,106,0,12,67,78,0,12,0,12,50,54,0,12,50,54,1187,319,1104,302,0,12,0,12,0,12,0,12,83,66,0,12,0,12,0,12 +14000US36081058200,"Census Tract 582, Queens, NY",4636,426,4196,478,109,69,3704,506,0,12,64,72,0,12,231,207,88,78,0,12,88,78,440,243,0,12,138,181,9,13,0,12,0,12,242,153,51,77,51,77,0,12 +14000US36081058300,"Census Tract 583, Queens, NY",3548,382,2329,310,1891,290,132,95,0,12,228,153,0,12,29,38,49,55,0,12,49,55,1219,362,765,347,43,50,0,12,0,12,0,12,408,232,3,12,0,12,3,12 +14000US36081058500,"Census Tract 585, Queens, NY",4243,426,2735,434,2077,360,57,51,0,12,557,368,0,12,44,71,0,12,0,12,0,12,1508,478,1219,468,85,110,0,12,0,12,0,12,195,156,9,15,9,15,0,12 +14000US36081058700,"Census Tract 587, Queens, NY",3535,516,2740,505,2599,507,22,36,0,12,119,121,0,12,0,12,0,12,0,12,0,12,795,263,443,249,0,12,0,12,0,12,0,12,263,198,89,68,32,39,57,64 +14000US36081058900,"Census Tract 589, Queens, NY",5021,508,2640,401,2417,401,0,17,29,48,194,116,0,17,0,17,0,17,0,17,0,17,2381,512,2023,580,34,41,13,21,0,17,0,17,293,180,18,20,9,12,9,16 +14000US36081059000,"Census Tract 590, Queens, NY",1623,230,1504,248,18,23,1313,261,126,165,31,44,0,12,5,8,11,12,0,12,11,12,119,112,85,112,34,33,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081059100,"Census Tract 591, Queens, NY",5606,732,3049,534,2458,449,94,76,0,17,299,206,0,17,58,91,140,162,0,17,140,162,2557,580,1948,537,119,121,0,17,0,17,0,17,414,268,76,100,59,96,17,25 +14000US36081059200,"Census Tract 592, Queens, NY",1442,128,1424,130,0,12,1383,140,0,12,0,12,0,12,18,29,23,30,19,29,4,7,18,28,18,28,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081059300,"Census Tract 593, Queens, NY",4298,361,3174,352,2900,369,32,33,0,12,242,132,0,12,0,12,0,12,0,12,0,12,1124,282,803,252,0,12,9,14,0,12,0,12,312,240,0,12,0,12,0,12 +14000US36081059400,"Census Tract 594, Queens, NY",1835,194,1735,203,6,10,1704,203,0,12,4,6,0,12,16,27,5,9,0,12,5,9,100,81,0,12,54,62,0,12,0,12,0,12,16,17,30,25,30,25,0,12 +14000US36081059500,"Census Tract 595, Queens, NY",5303,606,3005,392,2581,357,22,20,0,17,319,251,0,17,0,17,83,108,74,107,9,15,2298,580,1298,496,34,53,29,43,0,17,0,17,848,411,89,113,89,113,0,17 +14000US36081059600,"Census Tract 596, Queens, NY",1333,184,1266,189,22,24,1225,188,0,12,1,2,0,12,0,12,18,21,0,12,18,21,67,43,1,2,46,43,0,12,0,12,0,12,20,31,0,12,0,12,0,12 +14000US36081059800,"Census Tract 598, Queens, NY",1731,181,1662,188,29,22,1548,183,0,12,6,9,0,12,25,28,54,60,12,19,42,43,69,55,1,2,26,24,0,12,0,12,0,12,42,49,0,12,0,12,0,12 +14000US36081059900,"Census Tract 599, Queens, NY",1268,247,952,200,863,205,14,14,0,12,46,43,0,12,0,12,29,26,0,12,29,26,316,171,239,160,0,12,0,12,0,12,0,12,55,55,22,34,0,12,22,34 +14000US36081060000,"Census Tract 600, Queens, NY",1140,120,1071,136,9,8,1037,136,18,27,4,5,0,12,0,12,3,5,0,12,3,5,69,52,6,8,41,33,0,12,0,12,0,12,5,10,17,33,17,33,0,12 +14000US36081060100,"Census Tract 601, Queens, NY",2160,317,1166,182,998,185,12,12,0,12,80,77,0,12,37,42,39,41,23,37,16,19,994,327,587,217,33,35,0,12,0,12,0,12,367,279,7,10,7,10,0,12 +14000US36081060300,"Census Tract 603, Queens, NY",2094,275,1388,254,1240,264,13,19,0,12,101,86,0,12,0,12,34,35,0,12,34,35,706,248,526,226,0,12,0,12,0,12,0,12,180,134,0,12,0,12,0,12 +14000US36081060600,"Census Tract 606, Queens, NY",1380,183,1291,189,11,12,1222,196,0,12,6,8,0,12,46,59,6,8,0,12,6,8,89,140,0,12,0,12,0,12,0,12,0,12,89,140,0,12,0,12,0,12 +14000US36081060701,"Census Tract 607.01, Queens, NY",36,28,21,22,21,22,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,15,23,15,23,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081060800,"Census Tract 608, Queens, NY",1740,218,1683,212,52,79,1631,203,0,12,0,12,0,12,0,12,0,12,0,12,0,12,57,67,17,26,40,63,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081061000,"Census Tract 610, Queens, NY",1475,131,1447,130,5,7,1442,130,0,12,0,12,0,12,0,12,0,12,0,12,0,12,28,32,0,12,28,32,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081061200,"Census Tract 612, Queens, NY",1965,153,1939,160,0,12,1917,168,0,12,0,12,0,12,17,24,5,8,0,12,5,8,26,23,4,7,15,18,0,12,0,12,0,12,7,12,0,12,0,12,0,12 +14000US36081061301,"Census Tract 613.01, Queens, NY",6111,440,4031,483,3406,486,56,58,0,17,383,299,0,17,0,17,186,224,0,17,186,224,2080,449,1589,486,16,26,44,63,0,17,0,17,265,199,166,152,128,128,38,70 +14000US36081061302,"Census Tract 613.02, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081061400,"Census Tract 614, Queens, NY",1362,143,1241,152,9,11,1142,156,0,12,23,45,0,12,35,42,32,24,0,12,32,24,121,101,0,12,64,72,0,12,0,12,0,12,57,59,0,12,0,12,0,12 +14000US36081061601,"Census Tract 616.01, Queens, NY",2342,295,2154,310,9,10,2063,315,0,12,13,18,0,12,0,12,69,115,69,115,0,12,188,116,66,88,117,92,0,12,0,12,0,12,0,12,5,7,0,12,5,7 +14000US36081061602,"Census Tract 616.02, Queens, NY",1209,191,1169,188,27,22,1051,187,9,13,34,49,0,12,36,39,12,17,0,12,12,17,40,40,14,19,0,12,0,12,0,12,0,12,26,29,0,12,0,12,0,12 +14000US36081061800,"Census Tract 618, Queens, NY",1801,199,1729,215,63,36,1636,227,0,12,0,12,0,12,12,18,18,23,0,12,18,23,72,53,13,20,41,32,0,12,0,12,0,12,18,17,0,12,0,12,0,12 +14000US36081061900,"Census Tract 619, Queens, NY",2890,338,2100,319,1985,339,0,12,0,12,96,69,0,12,0,12,19,30,0,12,19,30,790,253,545,196,16,27,0,12,0,12,0,12,93,103,136,114,57,90,79,65 +14000US36081062000,"Census Tract 620, Queens, NY",1370,142,1267,165,15,16,1195,161,57,65,0,12,0,12,0,12,0,12,0,12,0,12,103,69,42,52,48,49,0,12,0,12,0,12,13,14,0,12,0,12,0,12 +14000US36081062100,"Census Tract 621, Queens, NY",2549,301,1559,284,1485,283,10,20,0,12,30,39,0,12,34,49,0,12,0,12,0,12,990,320,715,302,0,12,0,12,0,12,0,12,173,145,102,96,102,96,0,12 +14000US36081062200,"Census Tract 622, Queens, NY",1971,169,1763,201,14,15,1721,205,0,12,13,15,0,12,5,8,10,10,0,12,10,10,208,133,89,67,39,35,0,12,0,12,0,12,0,12,80,106,80,106,0,12 +14000US36081062300,"Census Tract 623, Queens, NY",2133,214,1340,238,1322,239,0,12,0,12,18,22,0,12,0,12,0,12,0,12,0,12,793,239,670,209,25,21,0,12,0,12,0,12,98,91,0,12,0,12,0,12 +14000US36081062400,"Census Tract 624, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081062500,"Census Tract 625, Queens, NY",2760,261,1850,240,1713,243,39,40,0,12,81,88,0,12,0,12,17,18,0,12,17,18,910,230,817,234,16,29,0,12,0,12,0,12,77,51,0,12,0,12,0,12 +14000US36081062600,"Census Tract 626, Queens, NY",2846,300,2615,312,33,30,2451,323,0,12,7,12,0,12,69,85,55,58,22,29,33,46,231,113,20,33,86,56,18,26,0,12,0,12,107,93,0,12,0,12,0,12 +14000US36081062700,"Census Tract 627, Queens, NY",2918,365,1603,389,1531,392,7,11,0,12,65,59,0,12,0,12,0,12,0,12,0,12,1315,350,1179,373,0,12,0,12,0,12,0,12,92,72,44,62,44,62,0,12 +14000US36081062900,"Census Tract 629, Queens, NY",2951,311,2033,345,1768,379,5,5,0,12,188,106,0,12,0,12,72,69,0,12,72,69,918,275,543,237,49,69,0,12,0,12,0,12,326,235,0,12,0,12,0,12 +14000US36081063000,"Census Tract 630, Queens, NY",1558,213,1519,205,13,13,1475,210,0,12,0,12,0,12,1,2,30,29,0,12,30,29,39,42,1,2,15,20,0,12,0,12,0,12,23,37,0,12,0,12,0,12 +14000US36081063200,"Census Tract 632, Queens, NY",2742,237,2619,247,19,21,2590,260,0,12,5,8,0,12,0,12,5,8,0,12,5,8,123,87,34,42,35,37,0,12,0,12,0,12,54,72,0,12,0,12,0,12 +14000US36081063301,"Census Tract 633.01, Queens, NY",1597,129,1218,175,1142,165,6,13,0,12,70,101,0,12,0,12,0,12,0,12,0,12,379,153,309,148,38,34,0,12,0,12,0,12,32,41,0,12,0,12,0,12 +14000US36081063302,"Census Tract 633.02, Queens, NY",1429,181,1210,188,1182,193,0,12,0,12,5,7,0,12,0,12,23,25,10,14,13,20,219,122,165,103,8,13,0,12,0,12,0,12,46,53,0,12,0,12,0,12 +14000US36081063500,"Census Tract 635, Queens, NY",2761,295,2006,286,1931,294,7,15,7,11,43,33,0,12,3,5,15,24,15,24,0,12,755,270,549,205,0,12,0,12,0,12,0,12,206,128,0,12,0,12,0,12 +14000US36081063700,"Census Tract 637, Queens, NY",3462,372,2649,427,2246,342,156,177,0,12,230,235,0,12,0,12,17,19,9,14,8,12,813,298,720,288,20,32,0,12,0,12,0,12,46,43,27,26,27,26,0,12 +14000US36081063800,"Census Tract 638, Queens, NY",3641,320,3225,322,66,49,3022,322,0,12,21,26,0,12,101,122,15,16,15,16,0,12,416,133,124,111,163,127,0,12,0,12,0,12,106,113,23,36,0,12,23,36 +14000US36081063900,"Census Tract 639, Queens, NY",2965,341,2146,291,1732,354,75,73,0,12,219,195,0,12,0,12,120,128,0,12,120,128,819,294,613,255,0,12,0,12,0,12,0,12,206,211,0,12,0,12,0,12 +14000US36081064101,"Census Tract 641.01, Queens, NY",2239,201,1847,202,1561,193,15,17,0,12,255,140,0,12,6,9,10,12,0,12,10,12,392,165,295,153,0,12,0,12,18,26,0,12,53,43,26,38,19,28,7,10 +14000US36081064102,"Census Tract 641.02, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081064500,"Census Tract 645, Queens, NY",2072,226,1582,240,941,211,57,38,0,12,548,133,0,12,0,12,36,33,0,12,36,33,490,159,259,113,26,37,5,14,15,24,0,12,175,96,10,14,10,14,0,12 +14000US36081064600,"Census Tract 646, Queens, NY",3242,325,3136,353,13,17,3024,360,0,12,0,12,0,12,37,57,62,38,11,12,51,35,106,83,18,18,19,21,9,15,0,12,0,12,60,77,0,12,0,12,0,12 +14000US36081065000,"Census Tract 650, Queens, NY",2813,332,2726,319,53,53,2594,319,12,17,0,12,0,12,8,12,59,56,42,53,17,16,87,78,22,33,38,32,0,12,0,12,0,12,27,34,0,12,0,12,0,12 +14000US36081065400,"Census Tract 654, Queens, NY",3396,330,2680,328,72,52,2356,329,0,12,189,173,0,12,0,12,63,48,0,12,63,48,716,319,203,147,161,153,32,33,0,12,0,12,238,170,82,61,75,60,7,10 +14000US36081065501,"Census Tract 655.01, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081065600,"Census Tract 656, Queens, NY",5033,900,4677,903,133,123,4152,864,0,17,112,76,0,17,133,207,147,124,0,17,147,124,356,336,67,78,74,81,0,17,0,17,0,17,215,301,0,17,0,17,0,17 +14000US36081065702,"Census Tract 657.02, Queens, NY",1764,192,1322,184,1262,180,0,12,0,12,47,42,0,12,6,8,7,10,7,10,0,12,442,162,226,115,0,12,18,30,0,12,0,12,198,137,0,12,0,12,0,12 +14000US36081065703,"Census Tract 657.03, Queens, NY",2986,380,2476,374,2385,377,2,5,0,12,78,91,0,12,0,12,11,18,0,12,11,18,510,280,277,197,11,18,0,12,14,21,0,12,141,128,67,78,44,69,23,35 +14000US36081065900,"Census Tract 659, Queens, NY",1784,236,1674,226,1409,216,0,12,0,12,183,137,0,12,77,118,5,9,0,12,5,9,110,68,90,65,0,12,0,12,0,12,0,12,15,17,5,8,0,12,5,8 +14000US36081066000,"Census Tract 660, Queens, NY",3586,406,3074,374,178,91,2759,384,101,102,29,33,0,12,0,12,7,12,0,12,7,12,512,220,168,169,112,122,163,173,0,12,0,12,44,94,25,43,10,19,15,25 +14000US36081066100,"Census Tract 661, Queens, NY",1545,171,1391,169,1266,139,42,64,0,12,64,103,0,12,0,12,19,20,0,12,19,20,154,64,134,68,0,12,0,12,0,12,0,12,20,28,0,12,0,12,0,12 +14000US36081066300,"Census Tract 663, Queens, NY",2650,194,2430,206,1986,232,5,8,0,12,413,139,0,12,0,12,26,31,5,7,21,31,220,99,122,69,0,12,7,11,0,12,0,12,65,69,26,38,26,38,0,12 +14000US36081066400,"Census Tract 664, Queens, NY",9252,987,8601,987,402,226,7848,976,0,17,200,214,0,17,0,17,151,83,36,55,115,74,651,164,52,53,133,157,0,17,24,45,0,17,421,307,21,50,0,17,21,50 +14000US36081066501,"Census Tract 665.01, Queens, NY",4042,426,3569,531,3285,470,8,11,0,12,88,87,0,12,0,12,188,197,0,12,188,197,473,274,152,108,0,12,0,12,0,12,0,12,283,229,38,60,0,12,38,60 +14000US36081066701,"Census Tract 667.01, Queens, NY",2522,344,1978,279,1863,295,11,17,0,12,104,90,0,12,0,12,0,12,0,12,0,12,544,305,287,183,0,12,0,12,0,12,0,12,184,228,73,50,73,50,0,12 +14000US36081066900,"Census Tract 669, Queens, NY",1656,234,1546,237,1416,229,0,12,0,12,130,91,0,12,0,12,0,12,0,12,0,12,110,95,68,81,0,12,0,12,0,12,0,12,42,53,0,12,0,12,0,12 +14000US36081067100,"Census Tract 671, Queens, NY",2394,154,2295,159,1629,136,0,12,0,12,627,143,0,12,0,12,39,39,0,12,39,39,99,60,33,31,0,12,7,11,0,12,0,12,50,43,9,13,0,12,9,13 +14000US36081067700,"Census Tract 677, Queens, NY",1792,158,1673,167,1504,162,0,12,0,12,169,90,0,12,0,12,0,12,0,12,0,12,119,74,107,71,0,12,0,12,0,12,0,12,12,14,0,12,0,12,0,12 +14000US36081067900,"Census Tract 679, Queens, NY",4067,403,2485,366,1956,381,65,36,0,12,272,116,0,12,0,12,192,196,5,8,187,199,1582,422,683,292,4,7,0,12,0,12,0,12,739,339,156,160,133,156,23,19 +14000US36081068000,"Census Tract 680, Queens, NY",5300,548,5200,537,26,40,5075,519,0,17,79,97,0,17,0,17,20,23,0,17,20,23,100,69,26,44,43,46,0,17,0,17,0,17,31,47,0,17,0,17,0,17 +14000US36081068200,"Census Tract 682, Queens, NY",1016,150,883,137,9,13,840,139,0,12,24,27,0,12,5,7,5,7,0,12,5,7,133,80,9,12,56,58,0,12,0,12,0,12,65,55,3,5,0,12,3,5 +14000US36081068300,"Census Tract 683, Queens, NY",4091,319,2719,345,496,172,403,257,0,12,1726,251,0,12,40,46,54,57,18,21,36,54,1372,313,533,223,40,45,0,12,0,12,0,12,799,269,0,12,0,12,0,12 +14000US36081068700,"Census Tract 687, Queens, NY",4638,395,3830,410,1421,319,129,189,0,12,2122,418,0,12,14,22,144,85,38,44,106,68,808,261,496,196,0,12,0,12,8,14,0,12,304,150,0,12,0,12,0,12 +14000US36081069000,"Census Tract 690, Queens, NY",3499,426,3496,426,94,77,3224,436,0,12,40,44,51,78,0,12,87,96,0,12,87,96,3,3,3,3,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081069300,"Census Tract 693, Queens, NY",3043,455,2488,503,1111,293,349,405,0,12,988,285,0,12,13,28,27,23,4,10,23,21,555,237,181,98,20,25,43,68,15,24,0,12,275,186,21,23,12,18,9,14 +14000US36081069400,"Census Tract 694, Queens, NY",3681,324,3398,322,163,116,3062,339,0,12,56,53,0,12,0,12,117,121,5,10,112,120,283,184,6,12,137,119,0,12,0,12,0,12,128,130,12,26,0,12,12,26 +14000US36081069500,"Census Tract 695, Queens, NY",2041,217,1550,185,925,165,16,18,0,12,587,113,0,12,0,12,22,20,5,8,17,19,491,210,357,193,0,12,0,12,20,24,0,12,96,91,18,21,8,13,10,16 +14000US36081069701,"Census Tract 697.01, Queens, NY",3833,262,3281,269,1622,297,318,175,0,12,1280,246,0,12,0,12,61,52,0,12,61,52,552,185,323,154,21,27,0,12,39,49,0,12,140,108,29,34,0,12,29,34 +14000US36081069702,"Census Tract 697.02, Queens, NY",3436,342,3137,308,1567,212,22,24,0,12,1489,273,0,12,10,16,49,36,0,12,49,36,299,193,226,179,1,3,0,12,0,12,0,12,10,16,62,81,13,22,49,77 +14000US36081070300,"Census Tract 703, Queens, NY",1919,236,1441,212,880,195,52,57,0,12,488,135,0,12,0,12,21,28,0,12,21,28,478,188,227,97,12,12,0,12,13,19,0,12,165,144,61,63,41,55,20,31 +14000US36081070700,"Census Tract 707, Queens, NY",2474,173,2042,190,1164,164,0,12,0,12,756,151,0,12,21,28,101,62,2,5,99,62,432,133,208,98,16,24,22,32,18,26,0,12,91,81,77,55,33,41,44,38 +14000US36081070900,"Census Tract 709, Queens, NY",2729,280,2435,301,1193,238,60,67,0,12,983,238,0,12,10,15,189,156,0,12,189,156,294,150,224,138,0,12,0,12,0,12,0,12,48,64,22,24,12,19,10,16 +14000US36081071100,"Census Tract 711, Queens, NY",6400,613,5370,578,3062,485,98,90,0,17,1916,457,0,17,16,26,278,210,16,27,262,210,1030,325,748,335,0,17,31,49,0,17,0,17,106,75,145,143,19,29,126,141 +14000US36081071303,"Census Tract 713.03, Queens, NY",5367,416,4450,419,3204,415,88,88,0,17,902,217,0,17,0,17,256,285,0,17,256,285,917,324,731,363,14,24,0,17,0,17,0,17,157,171,15,27,0,17,15,27 +14000US36081071304,"Census Tract 713.04, Queens, NY",5825,650,5172,552,3224,462,232,258,0,17,1445,340,0,17,0,17,271,189,0,17,271,189,653,286,542,276,0,17,0,17,19,31,0,17,92,116,0,17,0,17,0,17 +14000US36081071305,"Census Tract 713.05, Queens, NY",5117,527,3970,547,2273,333,125,108,0,17,1534,555,0,17,23,41,15,26,0,17,15,26,1147,393,608,301,0,17,0,17,0,17,0,17,459,305,80,108,80,108,0,17 +14000US36081071306,"Census Tract 713.06, Queens, NY",6596,625,5477,654,2771,647,141,137,0,17,1993,451,0,17,0,17,572,437,47,71,525,438,1119,446,572,287,19,29,0,17,23,35,0,17,416,367,89,94,66,87,23,35 +14000US36081071600,"Census Tract 716, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081071701,"Census Tract 717.01, Queens, NY",5026,525,4524,554,2594,411,228,191,0,17,1591,481,0,17,0,17,111,99,36,45,75,94,502,178,296,205,13,21,0,17,0,17,0,17,179,114,14,21,0,17,14,21 +14000US36081071702,"Census Tract 717.02, Queens, NY",3803,290,3358,281,1119,191,331,236,0,12,1675,206,0,12,33,39,200,146,14,27,186,149,445,136,142,66,51,44,0,12,0,12,0,12,220,135,32,47,32,47,0,12 +14000US36081071900,"Census Tract 719, Queens, NY",2287,295,1987,311,1276,248,127,90,0,12,517,205,0,12,0,12,67,95,8,13,59,95,300,163,210,139,0,12,0,12,0,12,0,12,57,58,33,59,33,59,0,12 +14000US36081072100,"Census Tract 721, Queens, NY",4672,721,3866,586,2665,471,34,46,0,12,934,248,0,12,38,60,195,249,0,12,195,249,806,363,545,320,71,82,4,22,0,12,0,12,186,179,0,12,0,12,0,12 +14000US36081072300,"Census Tract 723, Queens, NY",2006,156,1821,156,1027,133,63,55,0,12,687,107,0,12,12,17,32,29,12,14,20,25,185,90,150,87,8,11,0,12,0,12,0,12,27,41,0,12,0,12,0,12 +14000US36081072900,"Census Tract 729, Queens, NY",1419,117,1266,122,677,102,44,52,0,12,492,71,0,12,0,12,53,62,0,12,53,62,153,94,147,93,0,12,0,12,0,12,0,12,6,11,0,12,0,12,0,12 +14000US36081073100,"Census Tract 731, Queens, NY",1535,166,1459,173,966,150,23,36,0,12,440,122,0,12,5,8,25,24,0,12,25,24,76,45,29,28,0,12,0,12,8,12,0,12,39,35,0,12,0,12,0,12 +14000US36081073700,"Census Tract 737, Queens, NY",1933,155,1717,166,1196,171,12,20,0,12,439,136,0,12,9,14,61,48,7,13,54,47,216,88,159,87,0,12,0,12,0,12,0,12,57,45,0,12,0,12,0,12 +14000US36081073900,"Census Tract 739, Queens, NY",5968,428,5122,433,2955,401,276,162,0,17,1583,249,0,17,0,17,308,189,19,29,289,182,846,212,669,251,25,33,0,17,0,17,0,17,107,126,45,53,22,34,23,40 +14000US36081074100,"Census Tract 741, Queens, NY",3053,224,2620,245,1714,257,114,123,33,52,646,121,0,12,0,12,113,120,0,12,113,120,433,207,350,184,0,12,38,46,0,12,0,12,45,57,0,12,0,12,0,12 +14000US36081074300,"Census Tract 743, Queens, NY",4356,381,3685,346,2284,327,107,88,14,20,1117,286,0,12,0,12,163,179,0,12,163,179,671,174,343,181,0,12,11,17,10,15,0,12,237,162,70,104,70,104,0,12 +14000US36081074500,"Census Tract 745, Queens, NY",4357,357,3468,411,2384,359,118,86,0,12,790,303,0,12,0,12,176,154,0,12,176,154,889,368,449,198,73,69,0,12,0,12,0,12,356,304,11,17,11,17,0,12 +14000US36081074700,"Census Tract 747, Queens, NY",3580,516,2477,443,756,255,86,65,35,59,1452,298,0,12,0,12,148,143,24,36,124,137,1103,615,907,611,1,3,0,12,0,12,0,12,166,147,29,31,12,18,17,26 +14000US36081074900,"Census Tract 749, Queens, NY",1505,141,1441,140,1072,165,0,12,0,12,300,118,0,12,0,12,69,38,0,12,69,38,64,48,64,48,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081075701,"Census Tract 757.01, Queens, NY",5139,427,4391,372,2257,372,92,83,0,17,1872,379,0,17,0,17,170,120,15,24,155,119,748,294,697,296,0,17,0,17,0,17,0,17,16,26,35,56,35,56,0,17 +14000US36081075702,"Census Tract 757.02, Queens, NY",4545,444,4172,429,2560,366,34,37,0,12,1351,462,0,12,0,12,227,155,0,12,227,155,373,191,300,175,20,23,14,24,7,14,0,12,18,30,14,23,0,12,14,23 +14000US36081076901,"Census Tract 769.01, Queens, NY",4127,829,3453,858,1897,310,181,166,0,12,1260,826,0,12,0,12,115,95,0,12,115,95,674,319,310,216,0,12,0,12,0,12,0,12,203,117,161,193,0,12,161,193 +14000US36081076902,"Census Tract 769.02, Queens, NY",1251,126,958,143,585,134,29,46,0,12,319,124,0,12,0,12,25,27,0,12,25,27,293,101,220,86,0,12,0,12,0,12,0,12,60,52,13,14,0,12,13,14 +14000US36081077300,"Census Tract 773, Queens, NY",2091,205,1609,229,1119,218,52,58,0,12,347,126,0,12,14,21,77,64,0,12,77,64,482,189,275,135,20,21,0,12,0,12,0,12,121,104,66,71,23,36,43,64 +14000US36081077500,"Census Tract 775, Queens, NY",2390,372,2077,399,1657,471,72,59,0,12,220,153,0,12,55,85,73,86,0,12,73,86,313,139,249,139,0,12,0,12,0,12,0,12,53,54,11,16,11,16,0,12 +14000US36081077902,"Census Tract 779.02, Queens, NY",4879,481,4780,482,3935,458,58,52,0,12,561,126,0,12,0,12,226,218,0,12,226,218,99,57,99,57,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081077903,"Census Tract 779.03, Queens, NY",3330,390,2687,403,1715,393,79,82,0,12,638,313,0,12,41,64,214,257,22,35,192,257,643,160,420,119,0,12,0,12,0,12,0,12,206,135,17,22,17,22,0,12 +14000US36081077904,"Census Tract 779.04, Queens, NY",5827,694,5047,688,3297,760,143,98,0,17,1470,444,0,17,0,17,137,137,0,17,137,137,780,432,594,409,15,25,19,31,15,23,0,17,116,134,21,34,0,17,21,34 +14000US36081077905,"Census Tract 779.05, Queens, NY",2526,367,1867,331,1123,291,252,110,0,12,469,182,0,12,0,12,23,26,0,12,23,26,659,326,400,196,46,53,0,12,9,15,0,12,130,193,74,86,74,86,0,12 +14000US36081077906,"Census Tract 779.06, Queens, NY",3507,379,3164,356,1976,404,96,52,0,12,1045,287,0,12,0,12,47,54,0,12,47,54,343,160,188,117,19,29,0,12,0,12,0,12,116,167,20,22,20,22,0,12 +14000US36081077907,"Census Tract 779.07, Queens, NY",3278,465,2794,443,2502,455,92,75,69,113,109,82,0,12,0,12,22,31,6,14,16,27,484,216,283,185,20,31,0,12,0,12,0,12,181,185,0,12,0,12,0,12 +14000US36081077908,"Census Tract 779.08, Queens, NY",3797,547,2926,532,1165,481,777,270,0,12,721,298,0,12,0,12,263,194,26,43,237,193,871,393,598,309,68,65,0,12,0,12,0,12,162,165,43,81,0,12,43,81 +14000US36081078800,"Census Tract 788, Queens, NY",1982,313,1765,325,75,79,1216,257,0,12,224,160,0,12,225,231,25,42,25,42,0,12,217,152,0,12,0,12,0,12,0,12,0,12,217,152,0,12,0,12,0,12 +14000US36081079000,"Census Tract 790, Queens, NY",2864,333,2486,305,9,11,1708,236,21,31,381,225,0,12,227,116,140,121,96,117,44,36,378,139,58,50,5,9,0,12,32,54,0,12,258,127,25,22,25,22,0,12 +14000US36081079200,"Census Tract 792, Queens, NY",2435,369,2267,387,10,8,1198,289,0,12,524,267,0,12,405,287,130,87,36,52,94,63,168,129,11,14,17,26,0,12,0,12,0,12,127,127,13,15,0,12,13,15 +14000US36081079300,"Census Tract 793, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081079701,"Census Tract 797.01, Queens, NY",6807,569,6538,573,536,190,268,105,0,17,5435,641,0,17,145,156,154,179,9,18,145,180,269,119,112,90,0,17,0,17,0,17,8,21,113,98,36,42,15,25,21,35 +14000US36081079702,"Census Tract 797.02, Queens, NY",5006,440,4416,468,449,241,24,27,0,17,3876,462,0,17,0,17,67,59,54,54,13,17,590,245,207,111,0,17,0,17,15,25,0,17,312,195,56,75,0,17,56,75 +14000US36081079900,"Census Tract 799, Queens, NY",3018,468,2315,324,288,107,0,12,0,12,1969,329,0,12,58,90,0,12,0,12,0,12,703,338,417,264,0,12,24,38,0,12,0,12,262,224,0,12,0,12,0,12 +14000US36081080301,"Census Tract 803.01, Queens, NY",3872,516,3091,491,541,153,83,116,0,12,2411,493,0,12,0,12,56,89,0,12,56,89,781,361,83,83,33,51,9,14,0,12,0,12,613,321,43,50,43,50,0,12 +14000US36081080302,"Census Tract 803.02, Queens, NY",3440,428,2880,421,587,232,43,54,0,12,2250,451,0,12,0,12,0,12,0,12,0,12,560,219,408,234,10,14,0,12,0,12,0,12,142,104,0,12,0,12,0,12 +14000US36081080900,"Census Tract 809, Queens, NY",7196,715,5901,500,3123,378,549,222,0,17,2217,545,0,17,0,17,12,23,0,17,12,23,1295,462,480,281,32,47,0,17,212,243,0,17,239,248,332,428,317,428,15,26 +14000US36081081400,"Census Tract 814, Queens, NY",3709,551,2972,589,11,17,1835,514,0,12,967,462,0,12,136,131,23,23,15,17,8,14,737,346,548,304,10,14,0,12,0,12,0,12,157,194,22,35,22,35,0,12 +14000US36081081800,"Census Tract 818, Queens, NY",4547,862,2740,560,217,219,927,361,0,12,913,390,0,12,537,328,146,147,8,14,138,144,1807,1023,441,345,74,63,9,14,0,12,0,12,1111,969,172,200,51,85,121,129 +14000US36081083700,"Census Tract 837, Queens, NY",5513,449,4895,488,434,128,3,4,31,49,4291,504,0,17,7,11,129,171,0,17,129,171,618,284,390,236,24,37,0,17,0,17,0,17,86,95,118,110,88,107,30,34 +14000US36081083800,"Census Tract 838, Queens, NY",5617,554,3900,535,522,221,449,212,61,70,2378,623,0,17,288,308,202,135,151,126,51,44,1717,446,1185,432,13,20,0,17,0,17,0,17,462,251,57,70,57,70,0,17 +14000US36081084000,"Census Tract 840, Queens, NY",6399,632,5286,686,300,191,1091,386,20,32,2721,731,0,17,762,377,392,253,267,205,125,122,1113,414,482,257,24,39,0,17,0,17,0,17,552,301,55,55,0,17,55,55 +14000US36081084500,"Census Tract 845, Queens, NY",5096,549,4076,558,253,152,548,250,116,181,3159,508,0,17,0,17,0,17,0,17,0,17,1020,399,362,237,0,17,0,17,0,17,0,17,493,273,165,253,0,17,165,253 +14000US36081084601,"Census Tract 846.01, Queens, NY",3017,261,2317,291,504,153,192,116,11,17,1119,286,0,12,339,166,152,154,38,39,114,149,700,246,249,147,10,12,31,48,0,12,0,12,410,204,0,12,0,12,0,12 +14000US36081084602,"Census Tract 846.02, Queens, NY",962,311,763,277,85,62,248,131,0,12,262,182,0,12,83,91,85,74,41,48,44,56,199,102,64,29,13,20,0,12,0,12,0,12,104,84,18,20,14,19,4,6 +14000US36081084900,"Census Tract 849, Queens, NY",7045,746,6314,769,40,45,407,288,80,76,5757,777,0,17,30,49,0,17,0,17,0,17,731,366,165,134,77,61,0,17,12,22,0,17,438,339,39,38,39,38,0,17 +14000US36081085300,"Census Tract 853, Queens, NY",5103,473,4726,489,201,134,54,58,33,51,4349,481,0,17,0,17,89,73,0,17,89,73,377,169,234,122,40,63,0,17,0,17,0,17,103,150,0,17,0,17,0,17 +14000US36081085500,"Census Tract 855, Queens, NY",6936,675,5369,640,562,271,321,255,0,17,4298,663,37,64,47,75,104,96,30,49,74,85,1567,462,465,253,25,33,0,17,7,15,0,17,974,477,96,82,96,82,0,17 +14000US36081085700,"Census Tract 857, Queens, NY",5332,418,4466,461,288,136,94,56,0,17,4032,471,0,17,0,17,52,42,19,29,33,33,866,298,385,190,7,14,112,150,7,14,0,17,337,199,18,22,0,17,18,22 +14000US36081085900,"Census Tract 859, Queens, NY",5422,568,4739,579,520,249,36,35,157,215,3885,575,0,17,0,17,141,183,0,17,141,183,683,257,309,224,130,185,0,17,0,17,0,17,31,47,213,342,213,342,0,17 +14000US36081086100,"Census Tract 861, Queens, NY",2038,231,1603,194,186,63,7,9,0,12,1400,209,0,12,5,9,5,7,5,7,0,12,435,147,181,89,65,69,0,12,0,12,0,12,144,102,45,52,39,52,6,10 +14000US36081086300,"Census Tract 863, Queens, NY",6461,701,5263,644,361,223,94,59,0,17,4758,627,33,46,0,17,17,29,0,17,17,29,1198,561,592,623,0,17,0,17,0,17,0,17,606,526,0,17,0,17,0,17 +14000US36081086400,"Census Tract 864, Queens, NY",2734,265,1589,231,428,123,239,123,0,12,758,209,0,12,92,102,72,51,5,8,67,52,1145,289,354,184,26,24,2,4,29,36,0,12,678,232,56,46,56,46,0,12 +14000US36081086500,"Census Tract 865, Queens, NY",4392,399,4107,404,446,164,31,53,0,12,3499,408,0,12,0,12,131,153,17,26,114,152,285,245,0,12,0,12,0,12,84,95,0,12,201,230,0,12,0,12,0,12 +14000US36081086900,"Census Tract 869, Queens, NY",1954,259,1713,260,79,70,0,12,9,14,1625,261,0,12,0,12,0,12,0,12,0,12,241,210,9,15,5,7,0,12,0,12,0,12,227,208,0,12,0,12,0,12 +14000US36081087100,"Census Tract 871, Queens, NY",2554,276,1984,281,102,71,549,181,0,12,1226,225,0,12,0,12,107,106,0,12,107,106,570,146,162,121,6,11,0,12,0,12,0,12,362,148,40,39,25,29,15,23 +14000US36081088400,"Census Tract 884, Queens, NY",8248,698,6916,699,6464,712,92,98,0,17,161,207,0,17,107,169,92,123,0,17,92,123,1332,397,601,304,0,17,0,17,0,17,0,17,488,344,243,193,199,179,44,52 +14000US36081088901,"Census Tract 889.01, Queens, NY",10226,1339,7764,897,1457,442,216,160,0,19,6047,871,0,19,0,19,44,75,44,75,0,19,2462,1171,375,264,0,19,0,19,27,48,0,19,2060,1133,0,19,0,19,0,19 +14000US36081089200,"Census Tract 892, Queens, NY",7682,744,7252,739,6770,791,71,116,0,17,288,218,0,17,0,17,123,149,0,17,123,149,430,259,240,195,0,17,0,17,0,17,0,17,167,178,23,39,23,39,0,17 +14000US36081090700,"Census Tract 907, Queens, NY",1453,249,1094,223,438,140,0,12,0,12,603,274,0,12,0,12,53,82,0,12,53,82,359,225,116,89,0,12,0,12,0,12,0,12,243,194,0,12,0,12,0,12 +14000US36081091601,"Census Tract 916.01, Queens, NY",3540,423,3311,401,3243,397,21,22,0,12,20,23,0,12,27,42,0,12,0,12,0,12,229,174,135,102,0,12,0,12,0,12,0,12,94,146,0,12,0,12,0,12 +14000US36081091602,"Census Tract 916.02, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081091800,"Census Tract 918, Queens, NY",12,11,12,11,12,11,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081091900,"Census Tract 919, Queens, NY",5503,503,3525,407,1137,240,161,99,0,17,2026,417,49,70,0,17,152,126,0,17,152,126,1978,529,396,185,38,34,0,17,10,14,0,17,1380,454,154,117,139,117,15,19 +14000US36081092200,"Census Tract 922, Queens, NY",2025,207,1927,185,1892,190,0,12,0,12,35,54,0,12,0,12,0,12,0,12,0,12,98,74,92,77,0,12,6,9,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081092500,"Census Tract 925, Queens, NY",3926,477,2187,407,688,250,127,146,0,12,1340,388,0,12,18,28,14,22,0,12,14,22,1739,491,519,275,0,12,0,12,0,12,0,12,1025,488,195,183,195,183,0,12 +14000US36081092800,"Census Tract 928, Queens, NY",3502,309,3415,320,3354,330,0,12,0,12,61,61,0,12,0,12,0,12,0,12,0,12,87,97,75,88,0,12,0,12,0,12,0,12,12,19,0,12,0,12,0,12 +14000US36081092900,"Census Tract 929, Queens, NY",6531,667,3311,496,1507,329,46,69,0,17,1526,460,0,17,41,67,191,233,1,4,190,233,3220,676,778,408,4,9,0,17,38,62,0,17,2254,679,146,138,146,138,0,17 +14000US36081093401,"Census Tract 934.01, Queens, NY",3763,463,3416,448,3264,460,81,52,0,12,71,72,0,12,0,12,0,12,0,12,0,12,347,209,183,125,6,13,0,12,0,12,0,12,152,190,6,11,0,12,6,11 +14000US36081093402,"Census Tract 934.02, Queens, NY",4506,468,4159,466,3363,396,139,97,0,12,292,242,0,12,189,296,176,127,0,12,176,127,347,164,119,72,58,64,0,12,0,12,0,12,170,136,0,12,0,12,0,12 +14000US36081093800,"Census Tract 938, Queens, NY",5024,634,3938,607,3161,580,493,138,0,17,254,153,0,17,0,17,30,38,0,17,30,38,1086,324,723,328,23,27,0,17,0,17,0,17,340,177,0,17,0,17,0,17 +14000US36081093900,"Census Tract 939, Queens, NY",5148,710,3433,495,1884,409,142,177,0,17,1368,322,0,17,9,16,30,36,22,34,8,12,1715,487,370,295,20,128,71,128,38,51,0,17,1146,379,70,47,27,29,43,45 +14000US36081094201,"Census Tract 942.01, Queens, NY",3280,478,1920,411,826,187,889,278,143,210,39,59,0,12,23,30,0,12,0,12,0,12,1360,450,636,418,88,87,65,69,0,12,0,12,538,270,33,45,0,12,33,45 +14000US36081094202,"Census Tract 942.02, Queens, NY",4590,516,3195,504,941,236,1762,401,0,12,421,304,0,12,26,40,45,44,0,12,45,44,1395,325,707,270,250,165,0,12,0,12,0,12,330,225,108,74,85,80,23,35 +14000US36081094203,"Census Tract 942.03, Queens, NY",6692,830,4533,656,3550,675,430,199,0,17,192,119,0,17,197,204,164,134,62,101,102,93,2159,795,1292,799,256,325,0,17,0,17,0,17,303,215,308,221,281,216,27,44 +14000US36081094500,"Census Tract 945, Queens, NY",3774,461,2940,410,1903,349,14,18,0,12,925,299,0,12,0,12,98,139,0,12,98,139,834,341,298,191,0,12,0,12,0,12,0,12,473,317,63,55,39,39,24,48 +14000US36081094700,"Census Tract 947, Queens, NY",2234,249,1202,196,686,149,9,9,0,12,432,160,0,12,5,7,70,88,5,8,65,87,1032,249,215,122,18,26,0,12,0,12,0,12,791,234,8,12,8,12,0,12 +14000US36081095400,"Census Tract 954, Queens, NY",5793,654,4467,599,565,221,3491,615,15,22,252,136,0,17,0,17,144,106,3,10,141,104,1326,465,757,457,275,173,44,67,0,17,0,17,227,155,23,24,23,24,0,17 +14000US36081096400,"Census Tract 964, Queens, NY",6021,599,4845,609,627,266,3338,545,0,17,630,250,0,17,192,310,58,68,52,66,6,12,1176,344,577,304,158,108,0,17,0,17,0,17,354,236,87,79,72,75,15,25 +14000US36081097202,"Census Tract 972.02, Queens, NY",3170,307,2558,327,123,126,2253,287,25,35,12,13,0,12,116,143,29,20,0,12,29,20,612,188,364,166,97,59,0,12,0,12,0,12,111,100,40,32,40,32,0,12 +14000US36081097203,"Census Tract 972.03, Queens, NY",7331,763,4739,811,114,132,4083,711,0,17,502,513,0,17,40,63,0,17,0,17,0,17,2592,722,1253,497,314,247,70,118,0,17,0,17,955,543,0,17,0,17,0,17 +14000US36081097204,"Census Tract 972.04, Queens, NY",3682,484,2415,480,290,88,1914,495,0,12,50,31,0,12,12,19,149,116,12,18,137,113,1267,372,672,337,153,113,0,12,0,12,0,12,442,252,0,12,0,12,0,12 +14000US36081097300,"Census Tract 973, Queens, NY",1730,256,1494,239,1323,221,0,12,0,12,143,102,0,12,24,36,4,10,0,12,4,10,236,108,163,77,0,12,0,12,0,12,0,12,22,39,51,56,44,54,7,11 +14000US36081098100,"Census Tract 981, Queens, NY",2351,196,1998,226,1405,208,0,12,41,57,512,127,0,12,40,62,0,12,0,12,0,12,353,186,271,159,0,12,0,12,4,6,0,12,78,103,0,12,0,12,0,12 +14000US36081098700,"Census Tract 987, Queens, NY",2361,183,2176,181,1770,187,45,69,0,12,295,120,0,12,23,33,43,42,5,8,38,41,185,76,170,74,5,7,0,12,0,12,0,12,10,10,0,12,0,12,0,12 +14000US36081099100,"Census Tract 991, Queens, NY",7018,612,6235,579,5002,531,0,17,0,17,1136,382,0,17,31,34,66,100,0,17,66,100,783,443,702,436,0,17,0,17,0,17,0,17,81,80,0,17,0,17,0,17 +14000US36081099200,"Census Tract 992, Queens, NY",4191,385,2989,435,473,202,2244,437,0,12,53,51,0,12,89,131,130,96,10,17,120,94,1202,418,777,413,97,104,12,18,0,12,0,12,316,235,0,12,0,12,0,12 +14000US36081099701,"Census Tract 997.01, Queens, NY",3014,241,2713,288,2228,258,11,17,0,12,418,188,0,12,0,12,56,66,0,12,56,66,301,187,283,189,0,12,8,13,0,12,0,12,0,12,10,15,10,15,0,12 +14000US36081099703,"Census Tract 997.03, Queens, NY",3619,390,3536,388,1905,315,44,45,25,38,1420,375,0,12,0,12,142,133,90,121,52,48,83,80,12,18,27,42,0,12,0,12,0,12,44,64,0,12,0,12,0,12 +14000US36081099704,"Census Tract 997.04, Queens, NY",7367,634,6479,597,4469,546,84,121,0,17,1822,443,0,17,0,17,104,102,0,17,104,102,888,407,623,376,0,17,0,17,0,17,0,17,265,211,0,17,0,17,0,17 +14000US36081099705,"Census Tract 997.05, Queens, NY",2684,295,2403,286,1219,268,0,12,0,12,1174,269,0,12,0,12,10,16,0,12,10,16,281,146,178,108,0,12,0,12,0,12,0,12,103,97,0,12,0,12,0,12 +14000US36081099801,"Census Tract 998.01, Queens, NY",8666,1030,6964,1041,583,210,5934,1091,0,17,170,119,0,17,0,17,277,212,68,100,209,197,1702,682,654,548,128,113,0,17,0,17,0,17,671,485,249,222,142,187,107,120 +14000US36081099802,"Census Tract 998.02, Queens, NY",6029,1104,4905,1006,1222,368,3420,1030,0,17,228,195,35,52,0,17,0,17,0,17,0,17,1124,459,591,329,271,204,0,17,0,17,0,17,262,251,0,17,0,17,0,17 +14000US36081099900,"Census Tract 999, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081100801,"Census Tract 1008.01, Queens, NY",2301,297,2050,304,910,239,934,221,0,12,144,103,0,12,20,32,42,58,0,12,42,58,251,167,159,127,0,12,0,12,0,12,0,12,92,104,0,12,0,12,0,12 +14000US36081100802,"Census Tract 1008.02, Queens, NY",9077,850,7076,907,2451,762,4162,675,0,17,374,228,0,17,89,146,0,17,0,17,0,17,2001,747,1492,662,45,55,0,17,0,17,0,17,464,403,0,17,0,17,0,17 +14000US36081101001,"Census Tract 1010.01, Queens, NY",11565,1218,8058,1040,3162,580,4461,940,0,19,186,166,0,19,22,35,227,170,0,19,227,170,3507,849,1746,784,453,490,0,19,28,37,0,19,987,612,293,268,140,181,153,202 +14000US36081101002,"Census Tract 1010.02, Queens, NY",4492,393,4007,419,3017,455,873,268,0,12,106,111,0,12,0,12,11,23,0,12,11,23,485,415,437,409,37,57,0,12,0,12,0,12,11,17,0,12,0,12,0,12 +14000US36081101700,"Census Tract 1017, Queens, NY",6016,561,4698,612,3169,556,52,46,0,17,1380,358,0,17,0,17,97,110,40,69,57,86,1318,554,944,393,20,29,0,17,0,17,0,17,243,334,111,104,17,28,94,99 +14000US36081102900,"Census Tract 1029, Queens, NY",3966,354,3410,433,2581,428,70,35,0,12,671,285,14,22,0,12,74,102,0,12,74,102,556,323,320,207,0,12,0,12,0,12,0,12,236,242,0,12,0,12,0,12 +14000US36081103201,"Census Tract 1032.01, Queens, NY",6316,637,3793,705,100,79,2949,580,0,17,605,499,55,81,0,17,84,72,0,17,84,72,2523,681,1283,588,300,245,29,44,0,17,0,17,886,450,25,28,15,23,10,16 +14000US36081103202,"Census Tract 1032.02, Queens, NY",8076,1007,5155,790,3837,704,1166,422,0,17,87,66,0,17,19,29,46,50,0,17,46,50,2921,924,1891,830,159,218,91,145,0,17,0,17,709,482,71,116,66,115,5,11 +14000US36081103300,"Census Tract 1033, Queens, NY",4264,427,3730,383,2288,298,0,12,0,12,1346,330,0,12,10,15,86,86,0,12,86,86,534,228,417,208,47,71,26,42,9,13,0,12,35,40,0,12,0,12,0,12 +14000US36081103900,"Census Tract 1039, Queens, NY",6507,583,5343,703,3135,651,0,17,0,17,2074,503,0,17,0,17,134,175,0,17,134,175,1164,440,718,312,0,17,0,17,16,26,0,17,310,350,120,119,76,96,44,68 +14000US36081104700,"Census Tract 1047, Queens, NY",6682,696,5928,632,2410,526,6,7,33,60,3153,621,0,17,302,227,24,37,0,17,24,37,754,443,456,311,0,17,0,17,27,42,0,17,167,228,104,133,0,17,104,133 +14000US36081105900,"Census Tract 1059, Queens, NY",4016,393,3851,398,2305,435,0,12,0,12,1424,332,0,12,0,12,122,90,0,12,122,90,165,100,144,98,2,4,0,12,0,12,0,12,10,15,9,15,9,15,0,12 +14000US36081107201,"Census Tract 1072.01, Queens, NY",2254,230,2019,213,1985,211,4,4,0,12,18,19,0,12,0,12,12,20,0,12,12,20,235,125,100,90,39,46,0,12,0,12,0,12,16,24,80,87,39,61,41,59 +14000US36081107202,"Census Tract 1072.02, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081108500,"Census Tract 1085, Queens, NY",2309,295,2104,286,1151,230,15,16,0,12,855,283,0,12,49,67,34,30,0,12,34,30,205,100,119,59,8,16,0,12,0,12,0,12,78,81,0,12,0,12,0,12 +14000US36081109300,"Census Tract 1093, Queens, NY",3027,237,2683,274,1406,343,31,36,0,12,1196,294,0,12,19,28,31,30,0,12,31,30,344,167,287,151,12,19,0,12,45,72,0,12,0,12,0,12,0,12,0,12 +14000US36081109700,"Census Tract 1097, Queens, NY",1729,209,1600,210,909,181,11,14,0,12,647,154,0,12,0,12,33,24,3,7,30,23,129,52,92,47,1,2,0,12,15,15,0,12,21,23,0,12,0,12,0,12 +14000US36081109900,"Census Tract 1099, Queens, NY",3032,264,2703,269,1220,208,4,10,0,12,1457,233,0,12,9,16,13,20,0,12,13,20,329,159,125,94,19,32,0,12,0,12,0,12,123,107,62,98,62,98,0,12 +14000US36081111300,"Census Tract 1113, Queens, NY",2530,294,2129,272,1243,259,12,18,0,12,855,187,0,12,0,12,19,19,0,12,19,19,401,273,143,149,0,12,0,12,0,12,0,12,222,224,36,43,0,12,36,43 +14000US36081112300,"Census Tract 1123, Queens, NY",1950,239,1435,234,717,162,92,68,0,12,621,170,0,12,0,12,5,8,5,8,0,12,515,177,267,112,9,13,0,12,0,12,0,12,239,119,0,12,0,12,0,12 +14000US36081112900,"Census Tract 1129, Queens, NY",2077,219,1956,220,1280,171,82,56,0,12,583,162,0,12,0,12,11,12,0,12,11,12,121,75,50,39,1,2,0,12,0,12,0,12,70,75,0,12,0,12,0,12 +14000US36081113300,"Census Tract 1133, Queens, NY",1758,157,1366,179,819,159,0,12,0,12,510,159,0,12,0,12,37,38,0,12,37,38,392,157,243,152,18,29,0,12,0,12,0,12,62,63,69,70,14,16,55,73 +14000US36081113900,"Census Tract 1139, Queens, NY",3320,283,2854,298,1454,270,24,24,0,12,1279,280,0,12,54,88,43,37,0,12,43,37,466,213,161,100,44,46,10,15,20,23,0,12,162,129,69,116,0,12,69,116 +14000US36081114100,"Census Tract 1141, Queens, NY",2546,208,2257,219,1104,173,33,40,0,12,1064,169,0,12,8,13,48,46,0,12,48,46,289,121,163,84,38,35,0,12,0,12,0,12,88,79,0,12,0,12,0,12 +14000US36081114700,"Census Tract 1147, Queens, NY",1712,218,1448,180,878,161,0,12,0,12,527,136,0,12,0,12,43,47,0,12,43,47,264,168,187,124,0,12,0,12,0,12,0,12,77,116,0,12,0,12,0,12 +14000US36081115100,"Census Tract 1151, Queens, NY",1075,169,911,175,544,127,0,12,0,12,316,164,0,12,0,12,51,42,0,12,51,42,164,93,75,57,0,12,0,12,0,12,0,12,75,76,14,19,0,12,14,19 +14000US36081115500,"Census Tract 1155, Queens, NY",2260,300,1585,237,385,102,61,82,12,26,1092,229,0,12,5,7,30,28,5,7,25,27,675,275,68,64,16,24,49,73,0,12,0,12,542,288,0,12,0,12,0,12 +14000US36081115700,"Census Tract 1157, Queens, NY",3273,337,3033,340,442,150,91,95,0,12,2465,343,0,12,0,12,35,31,0,12,35,31,240,180,45,41,0,12,0,12,0,12,0,12,146,159,49,77,0,12,49,77 +14000US36081115900,"Census Tract 1159, Queens, NY",4097,342,3688,359,386,166,11,14,0,12,3087,373,0,12,0,12,204,220,0,12,204,220,409,177,203,147,0,12,12,21,0,12,0,12,194,142,0,12,0,12,0,12 +14000US36081116100,"Census Tract 1161, Queens, NY",4346,468,3748,399,479,96,90,62,0,12,3101,418,0,12,0,12,78,57,0,12,78,57,598,255,144,81,25,18,0,12,0,12,0,12,405,248,24,23,18,20,6,13 +14000US36081116300,"Census Tract 1163, Queens, NY",9211,810,7205,724,788,289,480,212,0,17,5909,759,7,14,0,17,21,36,0,17,21,36,2006,567,690,390,35,36,0,17,0,17,0,17,1014,426,267,280,206,282,61,73 +14000US36081116700,"Census Tract 1167, Queens, NY",1731,228,1456,230,101,71,24,25,16,24,1304,240,0,12,6,9,5,8,0,12,5,8,275,141,41,31,2,5,13,20,0,12,0,12,200,143,19,17,19,17,0,12 +14000US36081117100,"Census Tract 1171, Queens, NY",2440,344,1677,253,558,188,10,14,0,12,1082,312,0,12,2,6,25,27,0,12,25,27,763,287,258,169,42,85,0,12,0,12,0,12,463,239,0,12,0,12,0,12 +14000US36081117500,"Census Tract 1175, Queens, NY",4727,369,4017,374,1651,262,21,23,0,12,2345,328,0,12,0,12,0,12,0,12,0,12,710,232,472,176,0,12,0,12,0,12,0,12,181,131,57,77,10,17,47,74 +14000US36081118100,"Census Tract 1181, Queens, NY",1612,198,1345,218,606,156,12,17,0,12,709,211,0,12,0,12,18,20,0,12,18,20,267,129,124,82,26,39,0,12,0,12,0,12,117,76,0,12,0,12,0,12 +14000US36081118500,"Census Tract 1185, Queens, NY",2130,257,1510,236,143,60,30,40,0,12,1320,245,0,12,0,12,17,18,7,12,10,14,620,167,182,81,0,12,0,12,0,12,0,12,403,167,35,50,10,15,25,36 +14000US36081118700,"Census Tract 1187, Queens, NY",2409,309,1763,304,334,130,5,5,0,12,1405,299,0,12,0,12,19,16,0,12,19,16,646,201,358,170,2,4,0,12,0,12,0,12,286,156,0,12,0,12,0,12 +14000US36081118900,"Census Tract 1189, Queens, NY",2157,260,1842,258,312,91,15,41,0,12,1515,262,0,12,0,12,0,12,0,12,0,12,315,131,190,122,0,12,0,12,0,12,0,12,125,94,0,12,0,12,0,12 +14000US36081119100,"Census Tract 1191, Queens, NY",2987,453,2180,340,283,113,0,12,0,12,1880,359,0,12,0,12,17,26,0,12,17,26,807,356,172,154,0,12,0,12,0,12,0,12,596,326,39,86,39,86,0,12 +14000US36081119300,"Census Tract 1193, Queens, NY",1997,211,1769,208,363,113,35,39,0,12,1337,189,0,12,14,21,20,17,0,12,20,17,228,120,89,58,0,12,0,12,0,12,0,12,139,107,0,12,0,12,0,12 +14000US36081119500,"Census Tract 1195, Queens, NY",1354,234,1031,235,443,110,2,2,114,182,456,174,0,12,0,12,16,24,0,12,16,24,323,130,129,85,0,12,0,12,5,8,0,12,174,115,15,17,10,16,5,7 +14000US36081119900,"Census Tract 1199, Queens, NY",1585,175,1315,188,238,86,2,7,0,12,1048,183,0,12,14,20,13,22,0,12,13,22,270,170,18,32,0,12,0,12,7,10,0,12,245,174,0,12,0,12,0,12 +14000US36081120100,"Census Tract 1201, Queens, NY",1549,218,1387,223,203,87,50,64,0,12,1112,218,0,12,20,29,2,4,0,12,2,4,162,121,37,44,15,20,0,12,0,12,0,12,84,91,26,22,26,22,0,12 +14000US36081120300,"Census Tract 1203, Queens, NY",1554,282,1458,300,297,158,15,23,0,12,1123,281,0,12,0,12,23,29,0,12,23,29,96,73,71,61,0,12,0,12,0,12,0,12,25,37,0,12,0,12,0,12 +14000US36081120500,"Census Tract 1205, Queens, NY",2748,370,2704,371,171,86,120,93,22,32,2337,401,0,12,0,12,54,63,0,12,54,63,44,33,38,32,6,11,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081120700,"Census Tract 1207, Queens, NY",3169,299,2535,245,884,179,7,8,0,12,1559,308,0,12,0,12,85,79,0,12,85,79,634,225,479,231,29,57,22,26,10,11,0,12,67,47,27,40,23,38,4,6 +14000US36081121100,"Census Tract 1211, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081121500,"Census Tract 1215, Queens, NY",4426,448,3678,470,647,202,155,178,0,12,2811,473,0,12,0,12,65,64,7,11,58,60,748,281,380,234,16,25,0,12,37,46,0,12,315,198,0,12,0,12,0,12 +14000US36081122300,"Census Tract 1223, Queens, NY",3514,385,3008,414,1238,375,12,19,0,12,1678,333,0,12,0,12,80,97,0,12,80,97,506,247,198,164,16,25,0,12,0,12,0,12,278,203,14,22,14,22,0,12 +14000US36081122701,"Census Tract 1227.01, Queens, NY",12144,1384,8338,955,3358,533,1211,456,0,19,3528,995,0,19,114,131,127,97,34,54,93,80,3806,1182,1296,735,107,142,19,32,0,19,0,19,2182,1111,202,180,75,122,127,137 +14000US36081122702,"Census Tract 1227.02, Queens, NY",7547,840,4618,795,1474,489,2093,694,0,17,797,329,0,17,0,17,254,205,0,17,254,205,2929,832,927,496,572,400,0,17,0,17,0,17,1008,687,422,357,314,336,108,132 +14000US36081124100,"Census Tract 1241, Queens, NY",3901,368,3676,379,1120,297,169,114,0,12,2233,499,0,12,0,12,154,150,0,12,154,150,225,84,155,79,10,14,0,12,0,12,0,12,60,81,0,12,0,12,0,12 +14000US36081124700,"Census Tract 1247, Queens, NY",3490,396,3380,380,1911,333,14,17,0,12,1455,292,0,12,0,12,0,12,0,12,0,12,110,86,27,32,0,12,0,12,22,25,0,12,27,31,34,56,34,56,0,12 +14000US36081125700,"Census Tract 1257, Queens, NY",3244,382,2774,432,503,194,434,200,0,12,1753,370,0,12,0,12,84,110,0,12,84,110,470,232,127,86,45,70,0,12,0,12,0,12,290,227,8,14,0,12,8,14 +14000US36081126500,"Census Tract 1265, Queens, NY",1713,180,1545,189,610,176,61,58,0,12,703,157,0,12,0,12,171,130,52,80,119,113,168,96,135,77,0,12,0,12,0,12,0,12,30,53,3,7,0,12,3,7 +14000US36081126700,"Census Tract 1267, Queens, NY",4666,445,3510,351,1483,244,640,203,9,18,1151,197,22,35,0,12,205,116,0,12,205,116,1156,356,340,110,132,94,6,12,19,21,0,12,500,237,159,125,115,113,44,35 +14000US36081127700,"Census Tract 1277, Queens, NY",3226,401,3141,419,2422,354,313,244,0,12,406,88,0,12,0,12,0,12,0,12,0,12,85,100,60,74,22,29,0,12,0,12,0,12,3,6,0,12,0,12,0,12 +14000US36081128300,"Census Tract 1283, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081129102,"Census Tract 1291.02, Queens, NY",4142,285,3837,355,2265,380,25,35,182,265,1226,334,0,12,0,12,139,108,79,95,60,46,305,196,210,145,0,12,0,12,0,12,0,12,95,132,0,12,0,12,0,12 +14000US36081129103,"Census Tract 1291.03, Queens, NY",3933,326,3563,366,2307,344,95,101,0,12,1093,218,0,12,0,12,68,60,0,12,68,60,370,151,311,147,9,14,0,12,0,12,0,12,42,48,8,14,8,14,0,12 +14000US36081129104,"Census Tract 1291.04, Queens, NY",4367,334,3853,363,1676,274,89,45,0,12,2010,376,0,12,0,12,78,65,0,12,78,65,514,205,475,199,0,12,0,12,10,16,0,12,14,21,15,24,0,12,15,24 +14000US36081130100,"Census Tract 1301, Queens, NY",3932,321,2768,335,1199,374,639,328,56,96,754,377,0,12,40,45,80,87,53,65,27,44,1164,235,632,225,39,39,20,27,0,12,0,12,378,151,95,80,50,51,45,62 +14000US36081133300,"Census Tract 1333, Queens, NY",3775,375,3510,347,1870,349,71,87,0,12,1497,247,0,12,0,12,72,70,0,12,72,70,265,147,170,89,0,12,0,12,0,12,0,12,95,102,0,12,0,12,0,12 +14000US36081133900,"Census Tract 1339, Queens, NY",1315,139,1113,174,736,162,2,4,0,12,375,136,0,12,0,12,0,12,0,12,0,12,202,168,131,132,0,12,0,12,0,12,0,12,71,100,0,12,0,12,0,12 +14000US36081134100,"Census Tract 1341, Queens, NY",3581,382,3229,354,836,188,0,12,0,12,2318,367,0,12,9,14,66,87,0,12,66,87,352,254,321,251,0,12,0,12,0,12,0,12,31,33,0,12,0,12,0,12 +14000US36081134700,"Census Tract 1347, Queens, NY",10028,616,8659,694,2085,404,1006,413,104,162,5020,642,0,19,257,272,187,149,21,31,166,147,1369,490,537,217,17,25,27,25,65,82,0,19,581,372,142,164,0,19,142,164 +14000US36081136700,"Census Tract 1367, Queens, NY",5985,607,5011,536,1767,324,28,34,0,17,3149,507,0,17,0,17,67,88,0,17,67,88,974,724,486,348,0,17,0,17,0,17,0,17,488,660,0,17,0,17,0,17 +14000US36081137700,"Census Tract 1377, Queens, NY",7129,671,6414,696,1880,618,482,305,109,186,3753,589,0,17,0,17,190,137,15,24,175,136,715,306,368,256,96,136,0,17,40,63,0,17,211,187,0,17,0,17,0,17 +14000US36081138501,"Census Tract 1385.01, Queens, NY",4760,430,4629,430,1541,328,55,65,24,39,2982,419,0,12,0,12,27,40,0,12,27,40,131,93,83,61,41,63,0,12,0,12,0,12,7,12,0,12,0,12,0,12 +14000US36081138502,"Census Tract 1385.02, Queens, NY",40,18,25,31,25,31,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,15,24,15,24,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081139900,"Census Tract 1399, Queens, NY",1745,187,1640,190,683,130,3,5,0,12,894,148,0,12,0,12,60,83,6,9,54,83,105,69,95,68,0,12,0,12,10,15,0,12,0,12,0,12,0,12,0,12 +14000US36081140300,"Census Tract 1403, Queens, NY",2318,199,2095,221,769,173,5,7,0,12,1321,182,0,12,0,12,0,12,0,12,0,12,223,147,137,119,0,12,0,12,0,12,0,12,86,82,0,12,0,12,0,12 +14000US36081140901,"Census Tract 1409.01, Queens, NY",989,98,890,107,258,68,13,11,0,12,599,129,0,12,0,12,20,23,5,9,15,21,99,47,78,47,5,7,0,12,7,10,9,11,0,12,0,12,0,12,0,12 +14000US36081140902,"Census Tract 1409.02, Queens, NY",2952,253,2801,266,653,195,3,5,0,12,2071,315,21,30,0,12,53,44,6,8,47,43,151,86,100,71,1,3,0,12,0,12,0,12,18,21,32,37,25,37,7,11 +14000US36081141700,"Census Tract 1417, Queens, NY",5083,532,4323,509,1323,354,178,182,0,17,2602,443,0,17,0,17,220,277,44,66,176,268,760,509,299,226,13,21,0,17,43,46,0,17,50,79,355,459,344,458,11,19 +14000US36081142900,"Census Tract 1429, Queens, NY",3506,382,3137,408,1276,292,0,12,0,12,1815,329,0,12,0,12,46,82,0,12,46,82,369,237,124,81,0,12,9,14,0,12,0,12,192,175,44,63,0,12,44,63 +14000US36081143500,"Census Tract 1435, Queens, NY",2303,205,2159,228,803,163,0,12,0,12,1301,293,0,12,8,14,47,35,0,12,47,35,144,88,45,40,0,12,0,12,0,12,0,12,99,84,0,12,0,12,0,12 +14000US36081144100,"Census Tract 1441, Queens, NY",3108,396,2719,393,863,185,21,36,0,12,1835,423,0,12,0,12,0,12,0,12,0,12,389,177,184,126,64,89,0,12,0,12,0,12,105,92,36,38,22,29,14,29 +14000US36081144700,"Census Tract 1447, Queens, NY",2957,332,2538,296,419,153,469,134,0,12,1617,274,0,12,0,12,33,36,0,12,33,36,419,278,196,128,1,3,0,12,72,115,0,12,150,135,0,12,0,12,0,12 +14000US36081145101,"Census Tract 1451.01, Queens, NY",1212,187,1170,192,533,120,0,12,0,12,625,157,0,12,0,12,12,14,0,12,12,14,42,41,8,11,0,12,0,12,0,12,0,12,34,39,0,12,0,12,0,12 +14000US36081145102,"Census Tract 1451.02, Queens, NY",2578,225,2416,233,568,158,149,80,0,12,1642,229,0,12,0,12,57,58,0,12,57,58,162,110,90,46,0,12,0,12,6,9,0,12,66,88,0,12,0,12,0,12 +14000US36081145900,"Census Tract 1459, Queens, NY",2903,325,2164,174,906,104,6,11,7,11,1177,178,0,12,18,27,50,46,0,12,50,46,739,313,641,311,0,12,0,12,0,12,0,12,81,64,17,26,0,12,17,26 +14000US36081146300,"Census Tract 1463, Queens, NY",3043,362,2713,329,1545,380,98,92,0,12,1070,233,0,12,0,12,0,12,0,12,0,12,330,274,66,44,0,12,0,12,0,12,0,12,264,275,0,12,0,12,0,12 +14000US36081146700,"Census Tract 1467, Queens, NY",2642,284,2262,269,1265,265,2,4,0,12,995,270,0,12,0,12,0,12,0,12,0,12,380,200,310,187,0,12,0,12,0,12,0,12,22,28,48,58,0,12,48,58 +14000US36081147100,"Census Tract 1471, Queens, NY",3117,319,2843,309,1253,183,23,37,0,12,1470,338,0,12,19,20,78,121,68,105,10,16,274,168,124,84,0,12,0,12,0,12,0,12,120,141,30,45,30,45,0,12 +14000US36081147900,"Census Tract 1479, Queens, NY",4430,364,3499,338,1782,281,93,100,0,12,1532,335,0,12,14,22,78,76,0,12,78,76,931,448,496,239,12,19,0,12,0,12,0,12,423,332,0,12,0,12,0,12 +14000US36081148300,"Census Tract 1483, Queens, NY",2893,221,2693,246,1833,230,19,24,0,12,802,205,0,12,0,12,39,47,0,12,39,47,200,115,97,70,0,12,0,12,0,12,0,12,81,87,22,36,0,12,22,36 +14000US36081150701,"Census Tract 1507.01, Queens, NY",3190,379,2741,340,1641,250,16,23,0,12,965,285,0,12,42,65,77,67,0,12,77,67,449,252,375,237,0,12,0,12,0,12,0,12,20,31,54,80,0,12,54,80 +14000US36081150702,"Census Tract 1507.02, Queens, NY",3243,290,2847,249,1811,217,33,26,0,12,982,192,0,12,0,12,21,27,15,25,6,10,396,245,108,69,6,12,0,12,0,12,0,12,282,234,0,12,0,12,0,12 +14000US36081152901,"Census Tract 1529.01, Queens, NY",6764,555,6351,591,2462,348,27,42,0,17,3809,678,0,17,0,17,53,90,0,17,53,90,413,175,352,196,20,35,0,17,0,17,0,17,41,73,0,17,0,17,0,17 +14000US36081152902,"Census Tract 1529.02, Queens, NY",5113,549,4944,537,2266,365,74,89,0,17,2272,464,0,17,0,17,332,350,0,17,332,350,169,153,169,153,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36081155101,"Census Tract 1551.01, Queens, NY",1749,353,1724,349,1701,346,0,12,0,12,0,12,0,12,0,12,23,28,0,12,23,28,25,26,25,26,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36081155102,"Census Tract 1551.02, Queens, NY",8787,816,7471,586,4001,504,840,413,0,17,2473,433,0,17,0,17,157,115,51,79,106,82,1316,571,868,435,6,13,0,17,0,17,0,17,422,400,20,33,20,33,0,17 +14000US36081156700,"Census Tract 1567, Queens, NY",1601,434,1297,293,337,94,354,170,0,12,593,163,0,12,0,12,13,16,4,8,9,13,304,190,169,123,74,63,0,12,0,12,0,12,58,61,3,8,0,12,3,8 +14000US36081157101,"Census Tract 1571.01, Queens, NY",8458,1045,7432,953,2058,447,224,229,0,17,4989,1078,0,17,14,21,147,130,60,77,87,77,1026,515,461,342,28,45,0,17,0,17,0,17,519,425,18,30,18,30,0,17 +14000US36081157102,"Census Tract 1571.02, Queens, NY",2306,177,1917,155,341,91,60,50,11,19,1433,160,0,12,44,54,28,31,11,17,17,26,389,179,233,131,21,35,26,42,0,12,0,12,105,132,4,6,0,12,4,6 +14000US36081157901,"Census Tract 1579.01, Queens, NY",5301,495,4797,483,1473,208,219,221,0,17,2837,454,0,17,9,14,259,210,91,102,168,176,504,307,223,141,0,17,0,17,0,17,0,17,248,245,33,38,33,38,0,17 +14000US36081157902,"Census Tract 1579.02, Queens, NY",4210,327,3824,324,1172,272,74,101,64,93,2307,323,42,59,0,12,165,135,40,65,125,129,386,239,295,198,2,4,0,12,11,17,0,12,0,12,78,115,0,12,78,115 +14000US36081157903,"Census Tract 1579.03, Queens, NY",4318,507,3978,490,1458,319,185,192,32,52,2260,448,0,12,43,65,0,12,0,12,0,12,340,267,229,245,0,12,0,12,0,12,0,12,85,101,26,32,18,29,8,13 +14000US36081161700,"Census Tract 1617, Queens, NY",4978,425,3833,525,1969,326,520,483,0,12,1229,406,0,12,0,12,115,82,34,48,81,65,1145,461,687,445,28,31,61,99,10,16,0,12,321,214,38,47,38,47,0,12 +14000US36081162100,"Census Tract 1621, Queens, NY",6458,580,4645,494,1161,295,403,139,0,17,2575,521,0,17,160,154,346,170,125,91,221,151,1813,451,1013,374,13,20,0,17,19,21,0,17,615,323,153,125,29,27,124,121 +14000US36081990100,"Census Tract 9901, Queens, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085000300,"Census Tract 3, Richmond, NY",1967,168,1451,177,834,121,197,83,0,12,365,112,0,12,6,8,49,31,0,12,49,31,516,158,310,126,29,32,16,19,0,12,0,12,125,82,36,24,29,22,7,10 +14000US36085000600,"Census Tract 6, Richmond, NY",2351,277,1907,261,1382,217,174,175,0,12,318,144,0,12,0,12,33,35,0,12,33,35,444,145,259,118,70,98,0,12,0,12,0,12,57,47,58,70,58,70,0,12 +14000US36085000700,"Census Tract 7, Richmond, NY",5182,1001,3543,1145,732,179,1851,461,0,17,168,145,0,17,0,17,792,1052,35,56,757,1056,1639,562,1166,505,305,193,0,17,0,17,0,17,147,159,21,33,21,33,0,17 +14000US36085000800,"Census Tract 8, Richmond, NY",5433,494,4313,531,2747,490,455,323,0,17,1077,374,0,17,13,20,21,34,0,17,21,34,1120,462,657,281,0,17,0,17,0,17,0,17,291,309,172,217,0,17,172,217 +14000US36085000900,"Census Tract 9, Richmond, NY",1826,286,1381,264,406,74,698,229,0,12,224,195,0,12,0,12,53,43,5,8,48,45,445,159,214,109,163,115,0,12,0,12,0,12,7,13,61,62,6,9,55,61 +14000US36085001100,"Census Tract 11, Richmond, NY",3402,597,2021,596,555,213,1188,502,0,12,65,84,0,12,58,103,155,126,7,11,148,127,1381,685,639,277,437,556,0,12,0,12,0,12,305,260,0,12,0,12,0,12 +14000US36085001700,"Census Tract 17, Richmond, NY",1425,274,1025,212,512,122,303,164,0,12,134,65,0,12,0,12,76,101,0,12,76,101,400,231,151,143,26,32,0,12,0,12,0,12,223,143,0,12,0,12,0,12 +14000US36085001800,"Census Tract 18, Richmond, NY",603,79,511,99,374,94,54,43,9,18,18,15,0,12,5,7,51,34,0,12,51,34,92,63,79,61,0,12,0,12,0,12,0,12,8,16,5,7,0,12,5,7 +14000US36085002001,"Census Tract 20.01, Richmond, NY",2721,283,2190,266,1679,268,168,143,0,12,234,38,0,12,0,12,109,129,0,12,109,129,531,247,377,209,1,2,54,87,0,12,0,12,82,79,17,32,17,32,0,12 +14000US36085002002,"Census Tract 20.02, Richmond, NY",3463,362,3311,346,2718,332,59,66,0,12,371,128,0,12,10,16,153,140,0,12,153,140,152,95,118,75,0,12,0,12,34,54,0,12,0,12,0,12,0,12,0,12 +14000US36085002100,"Census Tract 21, Richmond, NY",4061,556,2686,421,972,226,1258,389,0,12,277,161,0,12,131,155,48,41,8,13,40,37,1375,401,940,376,107,74,0,12,0,12,0,12,187,187,141,160,117,157,24,27 +14000US36085002700,"Census Tract 27, Richmond, NY",2025,315,1305,281,613,143,371,175,0,12,81,55,0,12,21,31,219,176,17,28,202,177,720,252,321,159,134,142,0,12,0,12,0,12,265,170,0,12,0,12,0,12 +14000US36085002900,"Census Tract 29, Richmond, NY",4674,554,2663,395,367,201,2124,378,0,12,145,96,0,12,0,12,27,42,0,12,27,42,2011,522,997,346,189,108,0,12,0,12,0,12,695,389,130,158,17,27,113,155 +14000US36085003300,"Census Tract 33, Richmond, NY",3674,418,3053,464,1618,359,1090,404,0,12,306,204,0,12,0,12,39,64,0,12,39,64,621,171,248,164,0,12,0,12,0,12,0,12,360,163,13,19,13,19,0,12 +14000US36085003600,"Census Tract 36, Richmond, NY",2657,274,2064,288,1187,232,262,213,0,12,527,139,0,12,32,48,56,81,0,12,56,81,593,245,506,257,18,17,0,12,0,12,0,12,69,63,0,12,0,12,0,12 +14000US36085003900,"Census Tract 39, Richmond, NY",2424,518,1916,515,1208,478,467,145,0,12,132,116,0,12,15,22,94,71,0,12,94,71,508,188,412,181,41,49,0,12,0,12,0,12,31,34,24,31,0,12,24,31 +14000US36085004000,"Census Tract 40, Richmond, NY",12897,1663,8192,1492,1007,325,5313,1369,0,19,1637,275,0,19,19,31,216,275,0,19,216,275,4705,1068,2548,996,498,349,0,19,51,65,0,19,1382,825,226,187,226,187,0,19 +14000US36085004700,"Census Tract 47, Richmond, NY",2712,370,2562,355,2118,357,119,119,0,12,308,156,0,12,0,12,17,31,0,12,17,31,150,103,148,103,0,12,0,12,0,12,0,12,2,4,0,12,0,12,0,12 +14000US36085005000,"Census Tract 50, Richmond, NY",4118,366,3459,430,2494,263,301,289,0,12,658,237,0,12,6,13,0,12,0,12,0,12,659,238,268,193,64,79,0,12,0,12,14,22,302,246,11,18,11,18,0,12 +14000US36085005900,"Census Tract 59, Richmond, NY",3058,212,2605,241,2338,279,38,31,0,12,216,147,0,12,0,12,13,23,0,12,13,23,453,258,277,187,81,131,0,12,0,12,0,12,95,99,0,12,0,12,0,12 +14000US36085006400,"Census Tract 64, Richmond, NY",3326,341,2640,496,1794,279,542,446,0,12,275,131,0,12,0,12,29,37,0,12,29,37,686,327,487,298,13,17,0,12,0,12,0,12,186,163,0,12,0,12,0,12 +14000US36085006700,"Census Tract 67, Richmond, NY",2495,243,2361,240,2104,220,51,36,0,12,165,99,0,12,8,16,33,38,14,31,19,22,134,94,102,92,9,13,0,12,0,12,0,12,7,12,16,27,7,17,9,15 +14000US36085007000,"Census Tract 70, Richmond, NY",9011,1041,7438,870,5658,773,594,324,81,108,989,467,0,17,0,17,116,120,0,17,116,120,1573,655,1089,386,40,52,45,71,70,71,0,17,329,353,0,17,0,17,0,17 +14000US36085007400,"Census Tract 74, Richmond, NY",4782,390,3985,362,2854,304,210,209,0,12,743,235,0,12,123,80,55,73,0,12,55,73,797,308,526,261,0,12,0,12,0,12,0,12,271,248,0,12,0,12,0,12 +14000US36085007500,"Census Tract 75, Richmond, NY",3989,514,2817,466,1674,300,705,358,0,12,162,121,0,12,0,12,276,154,13,17,263,153,1172,423,818,422,64,62,0,12,21,32,0,12,229,197,40,62,0,12,40,62 +14000US36085007700,"Census Tract 77, Richmond, NY",1356,223,762,162,149,76,513,144,0,12,67,57,0,12,10,16,23,23,0,12,23,23,594,176,472,171,7,11,0,12,10,17,0,12,105,59,0,12,0,12,0,12 +14000US36085008100,"Census Tract 81, Richmond, NY",4802,535,3515,497,1206,261,1742,491,23,36,183,104,0,12,20,23,341,226,22,37,319,224,1287,541,622,358,255,384,0,12,0,12,11,17,399,189,0,12,0,12,0,12 +14000US36085009601,"Census Tract 96.01, Richmond, NY",4222,427,3674,417,3075,449,98,52,99,134,325,201,0,12,0,12,77,56,12,20,65,52,548,259,414,257,0,12,0,12,0,12,0,12,89,109,45,54,0,12,45,54 +14000US36085009602,"Census Tract 96.02, Richmond, NY",3262,399,2956,382,2459,399,60,78,0,12,372,176,0,12,14,20,51,46,21,35,30,32,306,161,219,140,0,12,0,12,0,12,0,12,87,92,0,12,0,12,0,12 +14000US36085009700,"Census Tract 97, Richmond, NY",4232,397,3060,455,1477,198,1449,392,0,12,94,81,0,12,0,12,40,63,0,12,40,63,1172,307,505,214,124,71,0,12,0,12,0,12,418,248,125,116,0,12,125,116 +14000US36085010500,"Census Tract 105, Richmond, NY",4358,475,2777,302,1882,264,419,175,0,12,408,162,0,12,0,12,68,49,0,12,68,49,1581,439,587,240,105,112,0,12,0,12,0,12,790,466,99,88,25,39,74,78 +14000US36085011201,"Census Tract 112.01, Richmond, NY",6045,613,5189,632,4511,642,60,64,0,17,618,250,0,17,0,17,0,17,0,17,0,17,856,501,856,501,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36085011202,"Census Tract 112.02, Richmond, NY",5479,656,4081,710,2886,524,634,580,27,47,463,262,0,17,29,41,42,64,0,17,42,64,1398,536,959,627,0,17,0,17,0,17,0,17,176,161,263,259,65,93,198,250 +14000US36085011401,"Census Tract 114.01, Richmond, NY",2913,269,2250,252,1359,252,442,175,0,12,239,140,0,12,0,12,210,158,0,12,210,158,663,204,311,141,120,111,0,12,28,44,0,12,148,121,56,63,0,12,56,63 +14000US36085011402,"Census Tract 114.02, Richmond, NY",3496,282,3182,320,2885,346,46,55,0,12,212,122,0,12,0,12,39,53,0,12,39,53,314,157,301,152,0,12,0,12,0,12,0,12,13,22,0,12,0,12,0,12 +14000US36085012100,"Census Tract 121, Richmond, NY",3205,380,2480,225,2394,235,33,46,0,12,44,35,0,12,0,12,9,15,0,12,9,15,725,463,232,118,10,15,11,17,0,12,0,12,345,440,127,92,40,45,87,84 +14000US36085012200,"Census Tract 122, Richmond, NY",3823,312,3576,352,3381,290,1,2,0,12,194,228,0,12,0,12,0,12,0,12,0,12,247,169,155,106,0,12,0,12,0,12,0,12,79,90,13,22,13,22,0,12 +14000US36085012500,"Census Tract 125, Richmond, NY",2952,304,1939,201,1338,176,425,162,0,12,126,61,0,12,0,12,50,32,0,12,50,32,1013,281,873,280,41,50,0,12,0,12,0,12,90,70,9,15,0,12,9,15 +14000US36085012804,"Census Tract 128.04, Richmond, NY",4001,267,3485,321,3095,367,31,36,0,12,359,173,0,12,0,12,0,12,0,12,0,12,516,218,381,205,4,9,0,12,0,12,0,12,79,93,52,64,52,64,0,12 +14000US36085012805,"Census Tract 128.05, Richmond, NY",2591,304,2163,302,2085,301,7,11,0,12,71,80,0,12,0,12,0,12,0,12,0,12,428,295,428,295,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085012806,"Census Tract 128.06, Richmond, NY",5574,599,4730,548,3629,652,372,263,0,17,270,173,0,17,61,126,398,257,33,53,365,250,844,317,625,373,0,17,0,17,0,17,0,17,181,128,38,42,20,32,18,29 +14000US36085013201,"Census Tract 132.01, Richmond, NY",1497,160,1355,193,1176,179,29,46,0,12,150,111,0,12,0,12,0,12,0,12,0,12,142,77,142,77,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085013203,"Census Tract 132.03, Richmond, NY",5604,477,4945,471,4343,589,304,347,0,17,275,183,0,17,0,17,23,40,0,17,23,40,659,220,504,226,0,17,0,17,0,17,0,17,155,121,0,17,0,17,0,17 +14000US36085013204,"Census Tract 132.04, Richmond, NY",4793,379,4213,384,4125,387,2,6,0,12,57,33,0,12,10,16,19,31,0,12,19,31,580,281,509,283,0,12,0,12,0,12,0,12,42,48,29,36,0,12,29,36 +14000US36085013301,"Census Tract 133.01, Richmond, NY",1255,230,757,191,76,51,582,147,0,12,22,24,0,12,0,12,77,71,0,12,77,71,498,187,295,148,77,53,5,7,10,15,0,12,47,41,64,90,8,14,56,89 +14000US36085013302,"Census Tract 133.02, Richmond, NY",2985,352,1711,310,292,138,1181,273,0,12,146,69,0,12,0,12,92,81,0,12,92,81,1274,320,950,324,42,54,0,12,0,12,0,12,282,186,0,12,0,12,0,12 +14000US36085013400,"Census Tract 134, Richmond, NY",4134,388,3454,330,3228,344,19,23,0,12,170,157,0,12,0,12,37,35,12,19,25,27,680,383,378,251,0,12,0,12,13,22,0,12,289,308,0,12,0,12,0,12 +14000US36085013800,"Census Tract 138, Richmond, NY",6054,586,5089,634,4724,707,0,17,0,17,309,437,0,17,0,17,56,53,0,17,56,53,965,453,827,389,0,17,0,17,0,17,0,17,0,17,138,156,0,17,138,156 +14000US36085014100,"Census Tract 141, Richmond, NY",2213,237,1418,186,744,166,288,93,0,12,330,110,0,12,31,44,25,29,0,12,25,29,795,145,441,126,57,48,0,12,0,12,0,12,285,163,12,14,6,10,6,10 +14000US36085014604,"Census Tract 146.04, Richmond, NY",6985,617,6643,681,5792,746,17,28,17,25,596,395,0,17,45,73,176,158,0,17,176,158,342,218,178,111,0,17,0,17,0,17,0,17,164,187,0,17,0,17,0,17 +14000US36085014605,"Census Tract 146.05, Richmond, NY",3970,381,3562,305,3351,333,8,11,0,12,203,143,0,12,0,12,0,12,0,12,0,12,408,338,408,338,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085014606,"Census Tract 146.06, Richmond, NY",6174,482,5670,502,5567,510,0,17,0,17,103,107,0,17,0,17,0,17,0,17,0,17,504,219,348,223,0,17,0,17,0,17,0,17,156,147,0,17,0,17,0,17 +14000US36085014607,"Census Tract 146.07, Richmond, NY",4552,334,4344,338,3701,409,60,67,0,12,532,204,0,12,0,12,51,54,0,12,51,54,208,118,197,117,11,17,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085014608,"Census Tract 146.08, Richmond, NY",3848,472,3072,365,2962,357,0,12,0,12,61,56,0,12,0,12,49,49,19,28,30,41,776,432,740,421,29,48,0,12,0,12,0,12,0,12,7,11,7,11,0,12 +14000US36085014700,"Census Tract 147, Richmond, NY",3301,268,3045,284,2869,277,92,91,0,12,84,62,0,12,0,12,0,12,0,12,0,12,256,138,126,94,19,32,0,12,0,12,0,12,15,24,96,85,56,60,40,67 +14000US36085015100,"Census Tract 151, Richmond, NY",5199,440,4276,429,3760,386,49,56,0,17,442,232,0,17,0,17,25,43,0,17,25,43,923,349,701,314,1,2,0,17,0,17,0,17,96,98,125,119,125,119,0,17 +14000US36085015400,"Census Tract 154, Richmond, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085015601,"Census Tract 156.01, Richmond, NY",6423,528,6110,524,5715,550,4,5,33,43,357,225,0,17,0,17,1,2,1,2,0,17,313,155,222,153,0,17,0,17,18,29,24,40,22,27,27,32,27,32,0,17 +14000US36085015602,"Census Tract 156.02, Richmond, NY",3342,321,3264,316,3168,342,24,37,0,12,47,53,0,12,0,12,25,28,0,12,25,28,78,64,78,64,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085015603,"Census Tract 156.03, Richmond, NY",4750,349,3993,387,3903,385,0,12,0,12,90,78,0,12,0,12,0,12,0,12,0,12,757,468,693,480,0,12,0,12,0,12,0,12,64,114,0,12,0,12,0,12 +14000US36085016901,"Census Tract 169.01, Richmond, NY",3114,357,2650,375,2289,301,68,121,0,12,257,255,0,12,0,12,36,43,0,12,36,43,464,128,383,186,0,12,0,12,1,6,0,12,67,81,13,31,0,12,13,31 +14000US36085017005,"Census Tract 170.05, Richmond, NY",5255,357,4874,387,4367,462,4,6,0,17,503,285,0,17,0,17,0,17,0,17,0,17,381,155,350,150,0,17,0,17,0,17,0,17,31,47,0,17,0,17,0,17 +14000US36085017007,"Census Tract 170.07, Richmond, NY",5561,415,4536,327,3417,429,324,285,0,17,689,256,0,17,0,17,106,99,15,26,91,94,1025,330,928,341,0,17,0,17,0,17,0,17,97,80,0,17,0,17,0,17 +14000US36085017008,"Census Tract 170.08, Richmond, NY",7608,514,7120,545,6738,591,49,79,0,17,304,119,0,17,0,17,29,38,0,17,29,38,488,276,449,274,0,17,0,17,0,17,0,17,39,36,0,17,0,17,0,17 +14000US36085017009,"Census Tract 170.09, Richmond, NY",4598,351,4152,394,3964,396,0,12,0,12,108,113,0,12,0,12,80,80,0,12,80,80,446,283,324,258,0,12,0,12,0,12,0,12,36,50,86,117,86,117,0,12 +14000US36085017010,"Census Tract 170.10, Richmond, NY",9215,432,7566,518,6791,558,71,75,0,17,539,180,23,44,22,39,120,120,0,17,120,120,1649,476,1580,471,33,55,0,17,0,17,0,17,36,45,0,17,0,17,0,17 +14000US36085017011,"Census Tract 170.11, Richmond, NY",4627,327,4128,308,3962,304,2,4,0,12,104,81,0,12,0,12,60,67,0,12,60,67,499,277,499,277,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085017012,"Census Tract 170.12, Richmond, NY",4444,406,3870,419,3638,431,17,20,0,12,164,94,0,12,0,12,51,43,0,12,51,43,574,211,498,201,0,12,0,12,8,12,16,27,52,48,0,12,0,12,0,12 +14000US36085017300,"Census Tract 173, Richmond, NY",2282,185,1818,191,828,177,457,181,0,12,446,84,0,12,0,12,87,75,0,12,87,75,464,141,330,128,11,15,0,12,16,23,0,12,107,81,0,12,0,12,0,12 +14000US36085017600,"Census Tract 176, Richmond, NY",4770,346,4574,351,4372,368,81,78,0,12,72,44,20,36,0,12,29,35,0,12,29,35,196,86,196,86,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085017700,"Census Tract 177, Richmond, NY",6246,712,5977,734,5254,697,6,6,0,17,629,267,12,20,0,17,76,93,0,17,76,93,269,161,268,162,1,3,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US36085018100,"Census Tract 181, Richmond, NY",3068,253,2850,254,2538,254,21,22,0,12,255,157,0,12,7,13,29,37,0,12,29,37,218,149,218,149,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085018701,"Census Tract 187.01, Richmond, NY",1808,183,1490,180,1175,168,44,49,0,12,207,108,0,12,0,12,64,51,0,12,64,51,318,132,230,118,0,12,0,12,0,12,0,12,73,70,15,20,15,20,0,12 +14000US36085018702,"Census Tract 187.02, Richmond, NY",7703,576,7069,608,3864,712,204,122,0,17,2842,631,0,17,0,17,159,171,0,17,159,171,634,260,534,253,9,17,19,32,0,17,0,17,72,71,0,17,0,17,0,17 +14000US36085018901,"Census Tract 189.01, Richmond, NY",5421,588,4625,580,3748,589,124,160,0,17,714,348,0,17,0,17,39,85,0,17,39,85,796,304,417,246,149,127,0,17,98,142,0,17,76,86,56,65,20,47,36,52 +14000US36085018902,"Census Tract 189.02, Richmond, NY",5378,387,4805,407,3097,425,129,102,0,17,1233,246,0,17,8,13,338,237,160,209,178,117,573,236,387,239,0,17,0,17,0,17,0,17,175,92,11,18,11,18,0,17 +14000US36085019700,"Census Tract 197, Richmond, NY",1827,122,1714,119,1535,124,4,6,0,12,117,73,0,12,16,22,42,34,0,12,42,34,113,72,113,72,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085019800,"Census Tract 198, Richmond, NY",6538,544,6139,521,5656,588,138,177,30,45,227,141,0,17,34,54,54,61,25,40,29,47,399,168,213,137,0,17,0,17,0,17,0,17,186,188,0,17,0,17,0,17 +14000US36085020100,"Census Tract 201, Richmond, NY",3441,234,2556,215,1773,205,391,189,0,12,332,170,0,12,28,34,32,39,0,12,32,39,885,237,650,228,58,64,0,12,0,12,0,12,93,64,84,64,21,25,63,67 +14000US36085020700,"Census Tract 207, Richmond, NY",5372,559,2444,441,440,140,1844,440,0,17,122,96,0,17,7,10,31,27,11,17,20,22,2928,532,2389,488,52,51,0,17,0,17,0,17,464,301,23,34,23,34,0,17 +14000US36085020801,"Census Tract 208.01, Richmond, NY",9166,843,8225,802,7909,809,0,17,0,17,296,102,0,17,0,17,20,35,0,17,20,35,941,334,913,332,1,3,0,17,0,17,0,17,17,27,10,17,10,17,0,17 +14000US36085020803,"Census Tract 208.03, Richmond, NY",7115,565,6476,599,6131,630,14,22,0,17,262,224,0,17,0,17,69,78,0,17,69,78,639,381,295,187,0,17,0,17,0,17,0,17,344,342,0,17,0,17,0,17 +14000US36085020804,"Census Tract 208.04, Richmond, NY",5916,361,5603,358,5077,367,3,5,118,121,234,154,0,17,85,132,86,76,17,19,69,74,313,150,233,127,11,18,9,14,0,17,0,17,24,26,36,45,8,14,28,44 +14000US36085021300,"Census Tract 213, Richmond, NY",5082,526,2633,529,1623,434,724,250,10,16,226,193,0,17,0,17,50,56,0,17,50,56,2449,650,1713,565,100,118,202,236,66,76,0,17,138,112,230,158,85,101,145,124 +14000US36085022300,"Census Tract 223, Richmond, NY",2571,301,1521,275,368,119,991,283,49,57,100,61,0,12,0,12,13,17,0,12,13,17,1050,243,753,215,92,74,31,50,0,12,0,12,129,102,45,44,9,11,36,43 +14000US36085022600,"Census Tract 226, Richmond, NY",8505,604,7570,622,7007,667,153,166,28,36,382,114,0,17,0,17,0,17,0,17,0,17,935,425,712,372,88,138,0,17,0,17,0,17,135,152,0,17,0,17,0,17 +14000US36085022800,"Census Tract 228, Richmond, NY",12,20,12,20,12,20,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085023100,"Census Tract 231, Richmond, NY",4927,662,3094,573,970,385,1357,433,0,12,721,225,0,12,0,12,46,57,0,12,46,57,1833,455,1496,459,36,43,0,12,0,12,0,12,227,157,74,51,29,31,45,43 +14000US36085023900,"Census Tract 239, Richmond, NY",3765,521,1871,293,883,183,667,329,0,12,210,196,0,12,0,12,111,135,0,12,111,135,1894,502,1254,421,17,26,11,16,7,21,0,12,498,386,107,86,107,86,0,12 +14000US36085024401,"Census Tract 244.01, Richmond, NY",6131,538,5426,566,5213,578,0,17,0,17,126,146,0,17,0,17,87,96,0,17,87,96,705,357,441,134,0,17,0,17,0,17,0,17,222,309,42,74,0,17,42,74 +14000US36085024402,"Census Tract 244.02, Richmond, NY",4654,401,4463,421,4251,461,33,51,0,12,179,113,0,12,0,12,0,12,0,12,0,12,191,105,180,109,0,12,0,12,0,12,0,12,11,18,0,12,0,12,0,12 +14000US36085024700,"Census Tract 247, Richmond, NY",2781,297,1707,239,763,174,530,168,0,12,348,150,1,2,23,23,42,35,13,24,29,27,1074,342,628,313,115,90,0,12,0,12,0,12,299,161,32,29,8,11,24,26 +14000US36085024800,"Census Tract 248, Richmond, NY",4985,377,4436,408,4281,383,23,24,19,29,113,141,0,12,0,12,0,12,0,12,0,12,549,214,416,108,0,12,0,12,0,12,0,12,133,198,0,12,0,12,0,12 +14000US36085025100,"Census Tract 251, Richmond, NY",6310,589,5270,529,4399,448,126,134,0,17,623,402,0,17,14,37,108,123,0,17,108,123,1040,336,905,293,0,17,0,17,0,17,0,17,81,75,54,86,0,17,54,86 +14000US36085027301,"Census Tract 273.01, Richmond, NY",3913,451,3356,429,2294,259,93,116,0,12,800,372,0,12,33,53,136,150,99,142,37,45,557,182,473,211,0,12,0,12,0,12,0,12,50,77,34,41,0,12,34,41 +14000US36085027302,"Census Tract 273.02, Richmond, NY",3755,461,3432,607,2802,596,39,55,0,12,560,210,0,12,0,12,31,50,0,12,31,50,323,265,323,265,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US36085027702,"Census Tract 277.02, Richmond, NY",6913,506,5634,475,4378,516,97,131,39,70,1120,372,0,17,0,17,0,17,0,17,0,17,1279,465,868,495,2,4,23,37,17,28,0,17,336,250,33,38,18,29,15,25 +14000US36085027704,"Census Tract 277.04, Richmond, NY",4555,363,4072,362,3365,352,11,17,0,12,654,195,0,12,0,12,42,51,29,46,13,21,483,101,222,139,0,12,15,24,0,12,0,12,225,181,21,25,14,23,7,12 +14000US36085027705,"Census Tract 277.05, Richmond, NY",5843,478,5403,505,3786,516,123,77,0,17,1238,285,0,17,0,17,256,309,0,17,256,309,440,229,353,224,33,55,0,17,0,17,0,17,54,79,0,17,0,17,0,17 +14000US36085027706,"Census Tract 277.06, Richmond, NY",3520,440,3103,448,1897,326,432,303,0,12,679,277,0,12,23,33,72,74,64,72,8,12,417,198,300,179,0,12,0,12,0,12,0,12,107,97,10,21,10,21,0,12 +14000US36085027900,"Census Tract 279, Richmond, NY",2203,154,2012,173,1806,183,49,40,0,12,151,68,0,12,0,12,6,9,0,12,6,9,191,83,167,78,0,12,9,13,0,12,0,12,15,16,0,12,0,12,0,12 +14000US36085029102,"Census Tract 291.02, Richmond, NY",2974,237,2232,257,1685,302,48,53,0,12,488,273,0,12,0,12,11,14,4,7,7,12,742,184,521,227,0,12,0,12,0,12,0,12,190,163,31,37,20,34,11,16 +14000US36085029103,"Census Tract 291.03, Richmond, NY",8588,570,7170,545,5737,621,104,77,0,17,1081,387,76,91,0,17,172,128,92,120,80,83,1418,463,849,464,38,44,0,17,0,17,0,17,531,287,0,17,0,17,0,17 +14000US36085029104,"Census Tract 291.04, Richmond, NY",7331,578,5797,468,4362,523,646,431,0,17,698,216,0,17,0,17,91,104,0,17,91,104,1534,450,857,427,177,265,0,17,0,17,0,17,426,406,74,68,35,56,39,47 +14000US36085030301,"Census Tract 303.01, Richmond, NY",5110,528,3533,428,1738,373,553,312,13,27,1069,411,0,17,0,17,160,160,30,34,130,157,1577,373,1221,437,62,56,0,17,0,17,0,17,224,172,70,75,58,71,12,20 +14000US36085030302,"Census Tract 303.02, Richmond, NY",6504,609,4020,449,2160,379,752,233,0,17,904,256,0,17,25,46,179,125,0,17,179,125,2484,626,1463,531,200,197,0,17,13,21,0,17,752,367,56,49,32,42,24,27 +14000US36085031901,"Census Tract 319.01, Richmond, NY",2725,438,1812,392,221,146,1435,372,0,12,156,120,0,12,0,12,0,12,0,12,0,12,913,282,594,223,64,61,0,12,0,12,0,12,255,171,0,12,0,12,0,12 +14000US36085031902,"Census Tract 319.02, Richmond, NY",5167,635,3370,528,370,139,2762,514,0,17,43,35,0,17,25,40,170,128,0,17,170,128,1797,466,1178,510,145,133,35,51,0,17,0,17,360,284,79,102,0,17,79,102 +14000US36085032300,"Census Tract 323, Richmond, NY",1138,162,776,168,174,92,580,157,0,12,7,13,0,12,9,14,6,10,0,12,6,10,362,117,281,114,0,12,0,12,0,12,0,12,73,77,8,13,0,12,8,13 +14000US36085990100,"Census Tract 9901, Richmond, NY",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 diff --git a/data/city_tracts/new_york_census_reporter/metadata.json b/data/city_tracts/new_york_census_reporter/metadata.json new file mode 100644 index 0000000..2fb71d3 --- /dev/null +++ b/data/city_tracts/new_york_census_reporter/metadata.json @@ -0,0 +1,100 @@ +{ + "release": { + "id": "acs2018_5yr", + "name": "ACS 2018 5-year", + "years": "2014-2018" + }, + "tables": { + "B03002": { + "columns": { + "B03002001": { + "indent": 0, + "name": "Total:" + }, + "B03002002": { + "indent": 1, + "name": "Not Hispanic or Latino:" + }, + "B03002003": { + "indent": 2, + "name": "White alone" + }, + "B03002004": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002005": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002006": { + "indent": 2, + "name": "Asian alone" + }, + "B03002007": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002008": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002009": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002010": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002011": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + }, + "B03002012": { + "indent": 1, + "name": "Hispanic or Latino:" + }, + "B03002013": { + "indent": 2, + "name": "White alone" + }, + "B03002014": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002015": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002016": { + "indent": 2, + "name": "Asian alone" + }, + "B03002017": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002018": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002019": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002020": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002021": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + } + }, + "denominator_column_id": "B03002001", + "title": "Hispanic or Latino Origin by Race", + "universe": "Total Population" + } + } +} \ No newline at end of file diff --git a/data/city_tracts/oakland_census_reporter/acs2018_5yr_B03002_14000US06001403400.csv b/data/city_tracts/oakland_census_reporter/acs2018_5yr_B03002_14000US06001403400.csv new file mode 100644 index 0000000..918456d --- /dev/null +++ b/data/city_tracts/oakland_census_reporter/acs2018_5yr_B03002_14000US06001403400.csv @@ -0,0 +1,115 @@ +geoid,name,B03002001,"B03002001, Error",B03002002,"B03002002, Error",B03002003,"B03002003, Error",B03002004,"B03002004, Error",B03002005,"B03002005, Error",B03002006,"B03002006, Error",B03002007,"B03002007, Error",B03002008,"B03002008, Error",B03002009,"B03002009, Error",B03002010,"B03002010, Error",B03002011,"B03002011, Error",B03002012,"B03002012, Error",B03002013,"B03002013, Error",B03002014,"B03002014, Error",B03002015,"B03002015, Error",B03002016,"B03002016, Error",B03002017,"B03002017, Error",B03002018,"B03002018, Error",B03002019,"B03002019, Error",B03002020,"B03002020, Error",B03002021,"B03002021, Error" +14000US06001400100,"Census Tract 4001, Alameda, CA",3115,219,3011,219,2055,265,128,73,0,12,592,205,0,12,69,75,167,100,8,13,159,98,104,57,67,52,0,12,0,12,7,11,0,12,30,26,0,12,0,12,0,12 +14000US06001400200,"Census Tract 4002, Alameda, CA",2025,110,1847,121,1436,147,59,46,4,6,183,65,0,12,6,8,159,68,0,12,159,68,178,75,115,63,0,12,0,12,0,12,0,12,11,8,52,35,0,12,52,35 +14000US06001400300,"Census Tract 4003, Alameda, CA",5000,311,4636,301,3458,270,380,184,0,17,535,136,39,64,20,28,204,134,0,17,204,134,364,139,299,127,0,17,0,17,0,17,0,17,65,66,0,17,0,17,0,17 +14000US06001400400,"Census Tract 4004, Alameda, CA",3843,366,3423,336,2551,304,229,135,21,26,373,115,0,12,0,12,249,112,0,12,249,112,420,231,152,80,0,12,11,19,0,12,0,12,188,212,69,50,21,24,48,45 +14000US06001400500,"Census Tract 4005, Alameda, CA",3786,355,3452,305,1885,270,990,214,0,12,264,109,23,36,12,18,278,169,20,21,258,165,334,183,151,110,0,12,0,12,0,12,0,12,91,102,92,81,22,25,70,71 +14000US06001400600,"Census Tract 4006, Alameda, CA",1638,137,1514,133,817,151,343,103,3,6,144,72,13,20,21,28,173,72,0,12,173,72,124,65,68,41,17,24,0,12,24,28,0,12,8,12,7,12,0,12,7,12 +14000US06001400700,"Census Tract 4007, Alameda, CA",5116,570,4132,387,2032,324,1449,279,70,89,286,108,0,17,0,17,295,142,0,17,295,142,984,518,294,133,9,14,22,28,0,17,0,17,540,500,119,113,95,112,24,27 +14000US06001400800,"Census Tract 4008, Alameda, CA",3792,420,3449,419,1677,220,1005,347,8,13,522,128,0,12,0,12,237,116,64,56,173,80,343,263,45,39,44,52,0,12,0,12,0,12,173,251,81,84,49,50,32,36 +14000US06001400900,"Census Tract 4009, Alameda, CA",2471,256,2152,274,1036,244,750,292,15,24,140,71,0,12,78,70,133,66,10,17,123,65,319,194,157,148,15,23,0,12,0,12,0,12,147,143,0,12,0,12,0,12 +14000US06001401000,"Census Tract 4010, Alameda, CA",6024,499,4932,583,1906,421,2003,610,6,9,269,125,96,116,46,50,606,346,80,112,526,310,1092,371,454,326,108,137,0,17,0,17,0,17,411,274,119,70,95,68,24,30 +14000US06001401100,"Census Tract 4011, Alameda, CA",4366,417,3981,428,2296,334,482,247,0,12,925,318,0,12,16,27,262,116,0,12,262,116,385,174,209,132,35,56,0,12,0,12,0,12,106,95,35,39,18,29,17,27 +14000US06001401200,"Census Tract 4012, Alameda, CA",2577,167,2196,190,1528,176,344,86,4,6,243,97,0,12,0,12,77,49,0,12,77,49,381,124,230,107,13,21,7,24,0,12,0,12,124,92,7,11,7,11,0,12 +14000US06001401300,"Census Tract 4013, Alameda, CA",3855,354,3472,357,1476,211,1218,284,30,30,617,134,0,12,0,12,131,76,0,12,131,76,383,143,146,75,26,42,10,16,0,12,0,12,85,98,116,76,90,70,26,22 +14000US06001401400,"Census Tract 4014, Alameda, CA",4331,502,3467,551,1035,215,1425,342,81,81,549,360,11,17,36,57,330,268,7,12,323,268,864,260,224,142,0,12,0,12,0,12,0,12,580,216,60,55,13,21,47,48 +14000US06001401500,"Census Tract 4015, Alameda, CA",2663,301,2353,260,1070,229,974,177,9,14,103,61,24,39,0,12,173,77,6,9,167,77,310,155,112,86,14,15,0,12,0,12,0,12,155,123,29,21,0,12,29,21 +14000US06001401600,"Census Tract 4016, Alameda, CA",2269,207,1946,220,729,212,844,160,0,12,235,101,19,25,18,26,101,60,0,12,101,60,323,75,72,63,0,12,0,12,5,7,0,12,192,77,54,64,0,12,54,64 +14000US06001401700,"Census Tract 4017, Alameda, CA",3002,355,2271,287,1021,192,864,231,0,12,261,78,8,12,0,12,117,68,0,12,117,68,731,285,179,113,0,12,0,12,6,11,1,13,501,292,44,91,23,71,21,35 +14000US06001401800,"Census Tract 4018, Alameda, CA",1794,218,1443,239,585,160,666,204,6,8,73,43,0,12,11,20,102,106,0,12,102,106,351,154,52,45,5,7,0,12,0,12,0,12,197,120,97,90,0,12,97,90 +14000US06001402200,"Census Tract 4022, Alameda, CA",2527,222,1979,209,672,151,706,147,24,32,483,153,0,12,0,12,94,53,9,13,85,47,548,124,174,122,12,18,6,9,0,12,0,12,285,73,71,41,30,30,41,35 +14000US06001402400,"Census Tract 4024, Alameda, CA",2787,319,2510,345,587,213,1513,311,6,9,273,126,11,16,0,12,120,105,0,12,120,105,277,160,124,94,44,64,1,2,0,12,0,12,74,96,34,28,21,31,13,21 +14000US06001402500,"Census Tract 4025, Alameda, CA",1786,225,1595,238,157,103,1147,230,0,12,188,118,0,12,0,12,103,78,2,3,101,77,191,124,33,37,55,78,0,12,0,12,0,12,64,84,39,49,30,47,9,14 +14000US06001402600,"Census Tract 4026, Alameda, CA",1196,122,1057,128,183,76,289,76,0,12,553,91,0,12,0,12,32,20,0,12,32,20,139,83,35,23,0,12,0,12,0,12,0,12,72,58,32,36,6,9,26,34 +14000US06001402700,"Census Tract 4027, Alameda, CA",1842,197,1543,195,454,137,778,166,12,17,220,98,0,12,20,24,59,53,0,12,59,53,299,153,117,76,5,9,0,12,0,12,0,12,152,127,25,28,25,28,0,12 +14000US06001402800,"Census Tract 4028, Alameda, CA",4639,370,4256,395,1478,255,1714,356,26,30,829,182,0,12,0,12,209,119,0,12,209,119,383,132,142,87,0,12,0,12,0,12,0,12,160,95,81,60,28,45,53,52 +14000US06001402900,"Census Tract 4029, Alameda, CA",1427,115,1200,99,310,67,231,64,30,35,542,69,0,12,25,27,62,42,0,12,62,42,227,91,32,26,23,27,0,12,7,10,0,12,150,90,15,12,0,12,15,12 +14000US06001403000,"Census Tract 4030, Alameda, CA",2969,225,2881,217,168,70,115,161,32,42,2424,219,96,87,22,35,24,28,0,12,24,28,88,79,49,55,0,12,0,12,0,12,0,12,39,43,0,12,0,12,0,12 +14000US06001403100,"Census Tract 4031, Alameda, CA",1668,227,1406,170,376,90,303,125,12,15,677,111,12,20,4,6,22,19,0,12,22,19,262,98,91,37,0,12,7,13,13,15,0,12,98,54,53,40,34,37,19,16 +14000US06001403300,"Census Tract 4033, Alameda, CA",4240,431,3846,414,990,324,322,214,106,95,2155,453,0,12,0,12,273,139,0,12,273,139,394,249,162,99,0,12,24,30,0,12,0,12,208,218,0,12,0,12,0,12 +14000US06001403400,"Census Tract 4034, Alameda, CA",4617,335,4318,350,1872,260,1003,325,16,36,1143,317,36,52,39,64,209,98,15,19,194,101,299,136,123,98,15,25,0,12,0,12,0,12,107,74,54,65,54,65,0,12 +14000US06001403501,"Census Tract 4035.01, Alameda, CA",4644,317,4137,386,1501,287,1171,263,39,30,1070,289,27,30,0,12,329,147,0,12,329,147,507,205,243,83,19,33,34,54,0,12,0,12,56,54,155,154,28,39,127,150 +14000US06001403502,"Census Tract 4035.02, Alameda, CA",2035,186,1790,194,946,153,473,168,0,12,247,126,0,12,11,18,113,62,10,15,103,59,245,91,116,53,14,24,0,12,28,45,0,12,69,46,18,26,18,26,0,12 +14000US06001403600,"Census Tract 4036, Alameda, CA",5252,580,4540,587,1892,325,1688,573,43,65,546,195,0,17,25,31,346,204,25,41,321,199,712,287,172,112,87,97,0,17,13,20,0,17,200,126,240,211,99,118,141,154 +14000US06001403701,"Census Tract 4037.01, Alameda, CA",2795,202,2423,212,1385,189,555,144,0,12,306,137,0,12,36,42,141,62,0,12,141,62,372,111,215,79,0,12,0,12,8,13,0,12,123,69,26,24,18,20,8,13 +14000US06001403702,"Census Tract 4037.02, Alameda, CA",1898,197,1706,193,994,177,269,95,0,12,330,145,6,12,12,20,95,76,0,12,95,76,192,110,38,30,7,13,0,12,0,12,0,12,106,98,41,33,18,20,23,26 +14000US06001403800,"Census Tract 4038, Alameda, CA",3343,238,3184,252,2288,262,216,99,0,12,484,134,0,12,15,17,181,78,0,12,181,78,159,71,109,51,0,12,0,12,0,12,0,12,11,13,39,48,9,14,30,48 +14000US06001403900,"Census Tract 4039, Alameda, CA",4020,289,3791,271,2210,293,614,298,16,21,701,204,0,12,35,54,215,140,0,12,215,140,229,128,93,67,15,26,0,12,0,12,0,12,28,32,93,102,93,102,0,12 +14000US06001404000,"Census Tract 4040, Alameda, CA",2998,213,2596,207,1772,201,168,83,24,28,365,130,70,67,15,25,182,103,0,12,182,103,402,130,205,84,28,43,0,12,0,12,0,12,87,59,82,56,14,18,68,51 +14000US06001404101,"Census Tract 4041.01, Alameda, CA",3088,234,2896,222,1935,230,236,103,7,12,383,110,0,12,59,59,276,141,0,12,276,141,192,99,142,84,0,12,0,12,0,12,0,12,16,18,34,31,16,20,18,29 +14000US06001404102,"Census Tract 4041.02, Alameda, CA",2605,168,2345,191,1799,175,105,61,3,5,323,111,19,29,12,19,84,77,0,12,84,77,260,104,76,56,3,6,0,12,15,22,0,12,86,83,80,78,43,54,37,56 +14000US06001404200,"Census Tract 4042, Alameda, CA",3849,257,3661,268,2422,219,244,136,10,12,673,275,37,31,41,32,234,109,7,12,227,108,188,90,151,88,0,12,0,12,0,12,0,12,30,30,7,12,7,12,0,12 +14000US06001404300,"Census Tract 4043, Alameda, CA",3437,193,3021,211,2193,269,95,90,0,12,462,124,0,12,15,24,256,156,37,50,219,125,416,188,87,47,0,12,0,12,0,12,0,12,133,115,196,104,107,86,89,99 +14000US06001404400,"Census Tract 4044, Alameda, CA",5475,222,5132,223,3705,287,99,76,9,15,859,161,0,17,0,17,460,221,0,17,460,221,343,59,304,62,0,17,24,37,0,17,0,17,0,17,15,25,15,25,0,17 +14000US06001404501,"Census Tract 4045.01, Alameda, CA",1795,112,1659,143,1180,135,73,52,0,12,251,96,7,11,0,12,148,64,0,12,148,64,136,91,98,79,0,12,0,12,0,12,0,12,38,51,0,12,0,12,0,12 +14000US06001404502,"Census Tract 4045.02, Alameda, CA",6070,318,5682,320,4305,359,135,121,0,17,775,235,0,17,0,17,467,207,0,17,467,207,388,99,256,133,39,72,11,18,18,29,0,17,18,28,46,42,14,24,32,33 +14000US06001404600,"Census Tract 4046, Alameda, CA",4688,306,4505,332,3221,254,221,114,6,9,684,195,104,155,43,38,226,123,29,32,197,119,183,108,120,70,0,12,0,12,23,35,0,12,40,45,0,12,0,12,0,12 +14000US06001404700,"Census Tract 4047, Alameda, CA",2079,133,1904,111,1515,137,134,62,0,12,199,89,7,14,11,16,38,45,0,12,38,45,175,103,106,70,0,12,6,9,47,73,0,12,16,20,0,12,0,12,0,12 +14000US06001404800,"Census Tract 4048, Alameda, CA",2707,176,2339,249,1332,185,321,161,9,10,381,139,14,22,31,33,251,126,0,12,251,126,368,202,173,97,0,12,100,132,0,12,0,12,28,36,67,90,67,90,0,12 +14000US06001404900,"Census Tract 4049, Alameda, CA",3973,201,3636,207,2383,197,394,133,50,35,442,110,78,68,0,12,289,111,0,12,289,111,337,127,217,114,0,12,6,10,27,30,0,12,23,24,64,46,15,18,49,43 +14000US06001405000,"Census Tract 4050, Alameda, CA",3269,185,2978,213,2036,213,351,143,5,8,368,93,0,12,12,19,206,117,0,12,206,117,291,123,115,56,30,37,9,14,0,12,0,12,111,105,26,27,26,27,0,12 +14000US06001405100,"Census Tract 4051, Alameda, CA",4324,253,4183,248,2666,236,756,310,0,12,395,110,0,12,11,16,355,132,20,31,335,136,141,69,46,38,10,16,0,12,0,12,0,12,66,52,19,20,0,12,19,20 +14000US06001405200,"Census Tract 4052, Alameda, CA",5188,396,4197,469,1871,236,456,152,25,24,1564,394,21,34,0,17,260,146,40,46,220,138,991,349,371,258,193,184,17,28,0,17,0,17,241,122,169,112,101,92,68,68 +14000US06001405301,"Census Tract 4053.01, Alameda, CA",2955,188,2532,232,1318,170,681,139,0,12,327,84,14,15,0,12,192,95,0,12,192,95,423,164,120,71,0,12,0,12,17,20,0,12,242,137,44,35,38,34,6,11 +14000US06001405302,"Census Tract 4053.02, Alameda, CA",2454,240,2082,252,797,170,281,121,8,12,796,188,0,12,24,32,176,106,9,14,167,105,372,147,231,177,7,12,0,12,0,12,0,12,115,118,19,23,6,9,13,20 +14000US06001405401,"Census Tract 4054.01, Alameda, CA",3890,299,3212,347,676,178,901,254,0,12,1418,256,0,12,61,59,156,69,9,14,147,69,678,256,154,110,28,33,0,12,0,12,0,12,456,242,40,45,6,12,34,43 +14000US06001405402,"Census Tract 4054.02, Alameda, CA",3275,337,2602,359,460,164,943,320,8,15,958,245,102,106,0,12,131,127,0,12,131,127,673,265,112,81,41,49,35,40,0,12,0,12,485,230,0,12,0,12,0,12 +14000US06001405500,"Census Tract 4055, Alameda, CA",4063,271,3551,300,1013,193,602,196,6,10,1737,298,22,32,0,12,171,91,16,25,155,88,512,197,360,185,10,16,26,43,0,12,7,12,51,46,58,65,0,12,58,65 +14000US06001405600,"Census Tract 4056, Alameda, CA",3292,335,2358,336,828,200,528,215,77,103,728,232,0,12,10,16,187,88,34,37,153,77,934,261,406,230,10,17,24,40,0,12,0,12,445,288,49,51,49,51,0,12 +14000US06001405700,"Census Tract 4057, Alameda, CA",3434,418,2740,299,466,134,877,219,19,20,1231,227,0,12,55,58,92,60,0,12,92,60,694,338,268,188,0,12,0,12,0,12,0,12,343,291,83,61,12,19,71,57 +14000US06001405800,"Census Tract 4058, Alameda, CA",4645,425,3684,418,660,277,896,357,53,59,2024,389,20,30,8,13,23,21,0,12,23,21,961,307,495,340,12,15,46,46,0,12,0,12,300,188,108,93,53,58,55,60 +14000US06001405901,"Census Tract 4059.01, Alameda, CA",4348,500,2565,494,167,153,705,247,40,28,1492,396,41,64,90,130,30,46,30,46,0,12,1783,412,516,306,106,130,174,171,0,12,0,12,958,368,29,35,9,14,20,33 +14000US06001405902,"Census Tract 4059.02, Alameda, CA",2979,276,2277,263,279,125,360,135,20,25,1548,250,10,27,27,34,33,36,0,12,33,36,702,140,217,155,6,10,11,15,0,12,0,12,411,123,57,45,34,37,23,28 +14000US06001406000,"Census Tract 4060, Alameda, CA",3344,288,2689,273,608,201,498,175,0,12,1477,307,8,13,0,12,98,72,8,14,90,72,655,229,191,114,0,12,10,16,0,12,0,12,454,228,0,12,0,12,0,12 +14000US06001406100,"Census Tract 4061, Alameda, CA",4659,587,1963,467,635,179,467,382,0,12,753,308,25,38,0,12,83,59,0,12,83,59,2696,488,1064,516,0,12,124,180,29,51,0,12,1474,627,5,9,0,12,5,9 +14000US06001406201,"Census Tract 4062.01, Alameda, CA",4858,485,2813,429,351,172,818,312,7,11,1231,335,113,130,62,82,231,142,0,12,231,142,2045,464,371,213,0,12,93,85,13,23,0,12,1506,486,62,60,2,12,60,53 +14000US06001406202,"Census Tract 4062.02, Alameda, CA",4751,325,1871,275,482,186,612,205,136,128,556,151,0,12,6,13,79,50,7,13,72,53,2880,286,1277,327,21,31,204,153,16,26,0,12,1228,337,134,70,56,48,78,50 +14000US06001406300,"Census Tract 4063, Alameda, CA",4425,414,3039,373,573,141,1225,377,14,17,1161,297,0,12,0,12,66,47,0,12,66,47,1386,252,459,225,0,12,0,12,0,12,0,12,764,202,163,147,132,145,31,26 +14000US06001406400,"Census Tract 4064, Alameda, CA",2466,274,2019,261,767,145,513,228,0,12,581,182,0,12,0,12,158,86,0,12,158,86,447,201,183,115,12,18,28,32,0,12,0,12,220,168,4,7,4,7,0,12 +14000US06001406500,"Census Tract 4065, Alameda, CA",6055,533,3085,367,468,129,880,254,0,17,1196,224,216,186,6,9,319,186,11,17,308,183,2970,492,655,346,126,150,112,181,23,36,0,17,1989,487,65,76,44,69,21,34 +14000US06001406601,"Census Tract 4066.01, Alameda, CA",5042,504,3346,433,726,186,1077,258,5,10,1172,237,0,17,0,17,366,242,0,17,366,242,1696,465,246,186,52,79,106,135,0,17,0,17,1100,446,192,232,173,230,19,23 +14000US06001406602,"Census Tract 4066.02, Alameda, CA",2795,299,2003,292,329,112,421,96,51,48,1095,307,5,10,0,12,102,58,13,22,89,58,792,199,182,142,72,60,19,31,0,12,0,12,492,230,27,21,15,15,12,14 +14000US06001406700,"Census Tract 4067, Alameda, CA",4992,441,4414,444,2395,387,677,193,43,67,1059,260,0,12,60,85,180,110,0,12,180,110,578,147,368,162,17,27,0,12,0,12,0,12,134,109,59,67,24,38,35,55 +14000US06001406800,"Census Tract 4068, Alameda, CA",3510,222,3020,229,1532,156,366,175,23,25,801,136,0,12,110,141,188,105,0,12,188,105,490,137,244,119,15,27,0,12,0,12,0,12,199,136,32,38,17,25,15,26 +14000US06001406900,"Census Tract 4069, Alameda, CA",3708,263,3294,303,1494,185,620,195,18,26,815,221,22,25,0,12,325,129,7,13,318,127,414,169,200,113,0,12,0,12,0,12,0,12,150,131,64,64,10,17,54,59 +14000US06001407000,"Census Tract 4070, Alameda, CA",5924,695,4006,704,916,350,1024,329,42,63,1587,546,0,17,0,17,437,354,0,17,437,354,1918,595,438,297,0,17,57,66,0,17,0,17,1224,549,199,236,199,236,0,17 +14000US06001407101,"Census Tract 4071.01, Alameda, CA",3737,434,1893,322,274,163,640,337,9,15,914,145,0,12,0,12,56,54,0,12,56,54,1844,354,452,267,33,52,0,12,0,12,0,12,1350,453,9,15,9,15,0,12 +14000US06001407102,"Census Tract 4071.02, Alameda, CA",4416,570,2340,337,411,135,1014,260,0,12,592,192,105,199,0,12,218,130,0,12,218,130,2076,559,746,497,12,19,55,73,12,21,21,31,1045,518,185,135,39,40,146,128 +14000US06001407200,"Census Tract 4072, Alameda, CA",6894,630,2318,476,688,259,570,300,15,25,866,308,2,4,23,37,154,122,0,17,154,122,4576,697,1678,485,72,97,43,60,0,17,0,17,2711,726,72,50,47,36,25,34 +14000US06001407300,"Census Tract 4073, Alameda, CA",2440,291,1015,181,385,127,193,100,2,3,340,168,10,17,0,12,85,50,0,12,85,50,1425,275,533,236,0,12,0,12,21,31,0,12,848,214,23,24,13,16,10,16 +14000US06001407400,"Census Tract 4074, Alameda, CA",4399,529,1631,240,109,83,911,206,0,12,486,146,14,26,0,12,111,112,0,12,111,112,2768,553,534,276,31,34,20,29,9,15,0,12,2079,592,95,81,87,83,8,13 +14000US06001407500,"Census Tract 4075, Alameda, CA",4560,455,2050,451,280,232,1235,359,4,10,280,185,5,10,0,12,246,240,0,12,246,240,2510,407,509,301,7,11,46,53,0,12,0,12,1859,589,89,130,89,130,0,12 +14000US06001407600,"Census Tract 4076, Alameda, CA",6606,620,4579,626,859,250,2755,594,0,17,639,262,0,17,0,17,326,240,0,17,326,240,2027,434,298,239,20,33,0,17,0,17,0,17,1331,474,378,244,56,65,322,238 +14000US06001407700,"Census Tract 4077, Alameda, CA",4288,320,3735,333,1158,139,1964,303,0,12,324,121,41,51,10,18,238,114,0,12,238,114,553,112,295,128,14,15,0,12,11,19,0,12,144,106,89,83,48,72,41,45 +14000US06001407800,"Census Tract 4078, Alameda, CA",2734,261,2248,238,806,158,688,125,0,12,509,171,4,9,2,5,239,123,5,9,234,123,486,128,247,88,4,9,3,7,7,12,0,12,122,45,103,68,17,26,86,61 +14000US06001407900,"Census Tract 4079, Alameda, CA",3074,312,2738,297,1388,268,500,145,0,12,530,151,34,50,62,71,224,124,0,12,224,124,336,178,99,66,0,12,0,12,13,21,0,12,174,169,50,50,27,42,23,27 +14000US06001408000,"Census Tract 4080, Alameda, CA",2718,242,2408,192,1448,151,289,142,17,19,533,136,4,7,33,38,84,53,0,12,84,53,310,117,153,58,5,10,0,12,6,12,0,12,112,73,34,25,23,21,11,13 +14000US06001408100,"Census Tract 4081, Alameda, CA",6108,462,5434,408,2403,339,1395,292,0,17,1222,172,0,17,32,54,382,167,33,51,349,162,674,198,213,109,0,17,0,17,17,27,0,17,246,123,198,111,126,85,72,69 +14000US06001408200,"Census Tract 4082, Alameda, CA",4455,408,3850,367,930,183,2194,367,75,76,224,127,34,51,0,12,393,167,0,12,393,167,605,207,175,90,27,30,23,38,0,12,15,24,287,200,78,69,39,48,39,42 +14000US06001408300,"Census Tract 4083, Alameda, CA",5323,372,3977,456,1190,209,1858,311,0,17,559,288,41,53,0,17,329,138,0,17,329,138,1346,345,192,141,0,17,8,14,0,17,55,71,959,364,132,86,16,27,116,82 +14000US06001408400,"Census Tract 4084, Alameda, CA",3089,393,1711,339,278,131,1157,375,0,12,116,121,6,11,82,122,72,73,0,12,72,73,1378,270,341,279,6,10,0,12,0,12,9,14,973,311,49,78,25,39,24,39 +14000US06001408500,"Census Tract 4085, Alameda, CA",5997,544,2655,389,165,172,2124,290,1,4,135,153,76,78,24,37,130,124,28,44,102,85,3342,510,185,144,73,76,81,126,0,17,0,17,2852,509,151,110,101,89,50,63 +14000US06001408600,"Census Tract 4086, Alameda, CA",6947,639,3150,528,213,105,2288,433,34,31,284,198,0,17,0,17,331,255,10,15,321,255,3797,670,985,558,17,20,8,13,0,17,0,17,2621,803,166,128,121,118,45,56 +14000US06001408700,"Census Tract 4087, Alameda, CA",7628,776,4054,637,413,162,3287,615,0,17,170,152,0,17,0,17,184,171,0,17,184,171,3574,622,846,407,151,242,0,17,0,17,0,17,2172,617,405,318,76,86,329,325 +14000US06001408800,"Census Tract 4088, Alameda, CA",7054,704,3330,532,359,218,2397,492,6,11,241,148,289,254,0,17,38,43,15,23,23,36,3724,724,293,168,0,17,35,56,0,17,0,17,3231,761,165,117,156,115,9,15 +14000US06001408900,"Census Tract 4089, Alameda, CA",3115,290,1268,212,113,57,894,189,0,12,136,91,33,30,0,12,92,63,0,12,92,63,1847,231,455,225,92,91,0,12,0,12,0,12,1226,260,74,82,38,60,36,56 +14000US06001409000,"Census Tract 4090, Alameda, CA",3904,335,1845,302,74,57,1261,287,0,12,158,92,98,135,52,70,202,198,148,192,54,49,2059,262,543,206,0,12,48,74,0,12,0,12,1418,316,50,43,27,28,23,36 +14000US06001409100,"Census Tract 4091, Alameda, CA",2327,283,1045,229,34,28,788,206,8,15,80,79,0,12,0,12,135,91,0,12,135,91,1282,392,658,345,89,106,75,105,0,12,0,12,406,231,54,60,29,47,25,35 +14000US06001409200,"Census Tract 4092, Alameda, CA",3577,297,1616,156,149,87,1127,151,9,13,229,111,0,12,0,12,102,64,0,12,102,64,1961,272,220,99,38,45,50,46,0,12,0,12,1476,314,177,131,88,90,89,94 +14000US06001409300,"Census Tract 4093, Alameda, CA",5433,508,2006,317,323,126,1445,310,0,17,125,99,16,27,0,17,97,79,14,20,83,75,3427,474,589,356,11,17,180,240,0,17,0,17,2589,516,58,61,12,16,46,59 +14000US06001409400,"Census Tract 4094, Alameda, CA",5022,561,1568,398,216,138,858,207,0,17,413,299,14,22,0,17,67,72,0,17,67,72,3454,600,1110,486,49,56,0,17,0,17,0,17,2162,547,133,99,53,42,80,87 +14000US06001409500,"Census Tract 4095, Alameda, CA",4272,352,1568,228,195,118,1175,215,5,8,31,31,80,109,9,14,73,75,0,12,73,75,2704,337,797,259,56,45,15,23,0,12,0,12,1772,379,64,65,64,65,0,12 +14000US06001409600,"Census Tract 4096, Alameda, CA",5188,492,1656,444,138,83,1146,412,13,20,198,174,18,22,41,47,102,111,0,17,102,111,3532,612,756,588,58,83,2,5,0,17,0,17,2630,672,86,54,46,43,40,33 +14000US06001409700,"Census Tract 4097, Alameda, CA",5183,616,2394,404,161,67,1871,371,20,30,142,110,13,20,30,45,157,105,11,17,146,103,2789,554,823,330,0,17,30,47,0,17,15,18,1792,527,129,83,100,71,29,38 +14000US06001409800,"Census Tract 4098, Alameda, CA",3519,402,2993,371,671,193,1742,362,7,11,187,78,0,12,42,64,344,241,0,12,344,241,526,234,94,80,47,46,1,3,126,211,0,12,184,195,74,106,73,106,1,3 +14000US06001409900,"Census Tract 4099, Alameda, CA",3680,392,3383,385,933,155,1766,267,0,12,227,82,0,12,20,32,437,299,9,14,428,296,297,137,96,62,0,12,13,20,0,12,0,12,84,73,104,75,49,52,55,59 +14000US06001410000,"Census Tract 4100, Alameda, CA",3367,274,3053,330,1147,247,1313,382,0,12,109,89,0,12,47,46,437,258,11,17,426,258,314,158,151,124,10,16,0,12,0,12,0,12,51,59,102,79,102,79,0,12 +14000US06001410100,"Census Tract 4101, Alameda, CA",2674,256,2243,249,394,119,1539,237,0,12,97,58,0,12,6,8,207,98,12,17,195,99,431,119,164,109,5,8,0,12,0,12,0,12,164,85,98,69,22,25,76,67 +14000US06001410200,"Census Tract 4102, Alameda, CA",3399,466,2267,355,160,80,1803,345,0,12,133,134,104,132,0,12,67,90,0,12,67,90,1132,310,226,176,0,12,0,12,0,12,0,12,853,351,53,67,22,41,31,35 +14000US06001410300,"Census Tract 4103, Alameda, CA",3851,309,1190,213,79,41,856,178,21,23,73,66,91,84,0,12,70,55,0,12,70,55,2661,342,921,250,7,11,17,26,0,12,0,12,1561,329,155,149,125,146,30,34 +14000US06001410400,"Census Tract 4104, Alameda, CA",4185,328,2153,242,243,95,1426,231,10,13,397,155,0,12,0,12,77,56,0,12,77,56,2032,277,618,242,0,12,98,119,30,35,20,23,1204,334,62,49,43,46,19,22 +14000US06001410500,"Census Tract 4105, Alameda, CA",2373,251,2127,245,198,116,1503,223,8,13,349,122,17,18,7,10,45,31,0,12,45,31,246,156,109,135,9,14,0,12,0,12,0,12,116,92,12,13,6,9,6,9 +14000US06001981900,"Census Tract 9819, Alameda, CA",60,39,53,37,53,37,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,7,11,7,11,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US06001982000,"Census Tract 9820, Alameda, CA",63,29,56,30,18,16,18,25,0,12,20,22,0,12,0,12,0,12,0,12,0,12,7,8,3,6,0,12,0,12,0,12,0,12,0,12,4,6,4,6,0,12 +14000US06001983200,"Census Tract 9832, Alameda, CA",622,60,570,62,326,61,43,31,9,12,171,55,4,6,0,12,17,12,0,12,17,12,52,27,23,17,0,12,9,19,0,12,0,12,7,18,13,13,8,10,5,8 +14000US06001990000,"Census Tract 9900, Alameda, CA",0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 diff --git a/data/city_tracts/oakland_census_reporter/metadata.json b/data/city_tracts/oakland_census_reporter/metadata.json new file mode 100644 index 0000000..2fb71d3 --- /dev/null +++ b/data/city_tracts/oakland_census_reporter/metadata.json @@ -0,0 +1,100 @@ +{ + "release": { + "id": "acs2018_5yr", + "name": "ACS 2018 5-year", + "years": "2014-2018" + }, + "tables": { + "B03002": { + "columns": { + "B03002001": { + "indent": 0, + "name": "Total:" + }, + "B03002002": { + "indent": 1, + "name": "Not Hispanic or Latino:" + }, + "B03002003": { + "indent": 2, + "name": "White alone" + }, + "B03002004": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002005": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002006": { + "indent": 2, + "name": "Asian alone" + }, + "B03002007": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002008": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002009": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002010": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002011": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + }, + "B03002012": { + "indent": 1, + "name": "Hispanic or Latino:" + }, + "B03002013": { + "indent": 2, + "name": "White alone" + }, + "B03002014": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002015": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002016": { + "indent": 2, + "name": "Asian alone" + }, + "B03002017": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002018": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002019": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002020": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002021": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + } + }, + "denominator_column_id": "B03002001", + "title": "Hispanic or Latino Origin by Race", + "universe": "Total Population" + } + } +} \ No newline at end of file diff --git a/data/city_tracts/washington_census_reporter/acs2018_5yr_B03002_14000US11001007403.csv b/data/city_tracts/washington_census_reporter/acs2018_5yr_B03002_14000US11001007403.csv new file mode 100644 index 0000000..3cd3ace --- /dev/null +++ b/data/city_tracts/washington_census_reporter/acs2018_5yr_B03002_14000US11001007403.csv @@ -0,0 +1,180 @@ +geoid,name,B03002001,"B03002001, Error",B03002002,"B03002002, Error",B03002003,"B03002003, Error",B03002004,"B03002004, Error",B03002005,"B03002005, Error",B03002006,"B03002006, Error",B03002007,"B03002007, Error",B03002008,"B03002008, Error",B03002009,"B03002009, Error",B03002010,"B03002010, Error",B03002011,"B03002011, Error",B03002012,"B03002012, Error",B03002013,"B03002013, Error",B03002014,"B03002014, Error",B03002015,"B03002015, Error",B03002016,"B03002016, Error",B03002017,"B03002017, Error",B03002018,"B03002018, Error",B03002019,"B03002019, Error",B03002020,"B03002020, Error",B03002021,"B03002021, Error" +14000US11001000100,"Census Tract 1, District of Columbia, DC",5160,480,4406,459,3928,460,34,41,0,17,320,177,0,17,0,17,124,118,0,17,124,118,754,305,626,258,0,17,0,17,0,17,0,17,128,121,0,17,0,17,0,17 +14000US11001000201,"Census Tract 2.01, District of Columbia, DC",3817,700,3441,714,2182,412,332,164,6,14,708,264,0,12,0,12,213,108,8,18,205,109,376,121,274,97,21,27,0,12,13,29,0,12,62,56,6,14,0,12,6,14 +14000US11001000202,"Census Tract 2.02, District of Columbia, DC",4541,688,4136,598,3372,502,270,257,41,95,287,171,14,22,0,12,152,113,0,12,152,113,405,216,251,141,26,60,0,12,0,12,0,12,118,132,10,18,0,12,10,18 +14000US11001000300,"Census Tract 3, District of Columbia, DC",6334,530,5915,575,4881,434,462,381,0,17,470,212,0,17,0,17,102,64,22,27,80,62,419,202,419,202,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US11001000400,"Census Tract 4, District of Columbia, DC",1428,133,1205,127,1036,112,43,33,0,12,89,63,0,12,0,12,37,34,0,12,37,34,223,105,202,87,0,12,0,12,0,12,0,12,21,28,0,12,0,12,0,12 +14000US11001000501,"Census Tract 5.01, District of Columbia, DC",3545,295,2957,345,2661,317,147,87,0,12,82,55,0,12,0,12,67,70,0,12,67,70,588,275,282,151,15,24,0,12,0,12,0,12,271,234,20,35,20,35,0,12 +14000US11001000502,"Census Tract 5.02, District of Columbia, DC",3371,263,2879,220,2635,225,55,33,0,12,112,55,11,17,0,12,66,42,0,12,66,42,492,197,350,184,51,53,26,40,9,15,0,12,56,40,0,12,0,12,0,12 +14000US11001000600,"Census Tract 6, District of Columbia, DC",4969,338,4229,345,3512,422,337,147,0,12,291,205,0,12,0,12,89,98,0,12,89,98,740,343,530,360,109,109,0,12,0,12,0,12,52,74,49,77,0,12,49,77 +14000US11001000701,"Census Tract 7.01, District of Columbia, DC",5873,433,5538,467,4335,571,553,267,54,72,425,267,0,17,0,17,171,125,0,17,171,125,335,190,169,107,0,17,0,17,0,17,0,17,124,130,42,50,42,50,0,17 +14000US11001000702,"Census Tract 7.02, District of Columbia, DC",3355,380,2971,355,2250,347,218,122,0,12,312,138,0,12,90,60,101,70,0,12,101,70,384,193,311,180,0,12,25,41,0,12,0,12,13,24,35,38,20,32,15,23 +14000US11001000801,"Census Tract 8.01, District of Columbia, DC",6426,511,5685,521,4501,430,534,362,0,17,378,163,0,17,11,17,261,157,13,20,248,153,741,234,460,247,0,17,30,46,8,20,0,17,154,109,89,88,0,17,89,88 +14000US11001000802,"Census Tract 8.02, District of Columbia, DC",3567,318,2987,291,2310,323,263,141,0,12,292,140,0,12,0,12,122,71,26,32,96,65,580,217,348,154,58,79,0,12,0,12,0,12,80,78,94,77,35,55,59,50 +14000US11001000901,"Census Tract 9.01, District of Columbia, DC",7448,417,6441,420,5177,412,521,216,20,35,527,175,0,17,8,18,188,98,23,28,165,99,1007,275,804,277,32,38,0,17,0,17,0,17,144,77,27,30,12,18,15,24 +14000US11001000902,"Census Tract 9.02, District of Columbia, DC",2564,199,2162,158,1873,155,87,56,0,12,57,39,0,12,0,12,145,84,0,12,145,84,402,223,362,221,17,26,0,12,0,12,0,12,5,7,18,26,0,12,18,26 +14000US11001001001,"Census Tract 10.01, District of Columbia, DC",7742,471,7072,399,5895,406,304,121,0,17,422,139,0,17,19,33,432,191,17,26,415,190,670,282,596,267,0,17,0,17,0,17,0,17,74,101,0,17,0,17,0,17 +14000US11001001002,"Census Tract 10.02, District of Columbia, DC",3519,461,2978,310,2320,258,194,112,0,12,256,106,0,12,23,21,185,117,0,12,185,117,541,406,387,400,0,12,0,12,0,12,0,12,18,31,136,123,101,118,35,40 +14000US11001001100,"Census Tract 11, District of Columbia, DC",5110,308,4669,350,3909,362,285,157,27,69,270,96,17,29,0,17,161,132,0,17,161,132,441,312,333,298,15,24,0,17,0,17,0,17,74,87,19,31,19,31,0,17 +14000US11001001200,"Census Tract 12, District of Columbia, DC",5247,487,4736,459,3869,383,301,200,0,17,264,165,0,17,0,17,302,117,0,17,302,117,511,265,375,231,37,61,0,17,81,123,0,17,18,29,0,17,0,17,0,17 +14000US11001001301,"Census Tract 13.01, District of Columbia, DC",4133,441,3880,461,2818,332,578,251,0,12,450,333,0,12,0,12,34,40,0,12,34,40,253,167,242,165,0,12,0,12,11,16,0,12,0,12,0,12,0,12,0,12 +14000US11001001302,"Census Tract 13.02, District of Columbia, DC",7623,747,6754,736,5515,714,537,332,0,17,543,233,0,17,24,38,135,99,0,17,135,99,869,298,303,194,93,119,0,17,0,17,0,17,363,253,110,137,110,137,0,17 +14000US11001001401,"Census Tract 14.01, District of Columbia, DC",3548,249,3180,253,2399,243,268,106,8,14,402,253,0,12,13,20,90,70,0,12,90,70,368,199,312,184,14,23,11,16,0,12,0,12,31,47,0,12,0,12,0,12 +14000US11001001402,"Census Tract 14.02, District of Columbia, DC",3443,277,2828,258,2119,251,286,84,0,12,303,119,16,26,12,20,92,62,0,12,92,62,615,269,423,248,16,17,0,12,0,12,0,12,138,99,38,37,0,12,38,37 +14000US11001001500,"Census Tract 15, District of Columbia, DC",6186,314,5609,367,4992,391,358,130,0,17,78,57,0,17,0,17,181,188,0,17,181,188,577,198,577,198,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US11001001600,"Census Tract 16, District of Columbia, DC",4688,333,4311,303,1349,177,2735,320,0,12,100,59,0,12,0,12,127,78,0,12,127,78,377,204,80,81,131,159,0,12,0,12,0,12,82,65,84,74,69,71,15,22 +14000US11001001702,"Census Tract 17.02, District of Columbia, DC",3346,346,2827,301,1360,287,1313,353,0,12,42,52,0,12,10,15,102,66,5,11,97,65,519,309,245,150,9,13,0,12,0,12,11,17,225,268,29,31,14,21,15,24 +14000US11001001803,"Census Tract 18.03, District of Columbia, DC",4328,480,2793,400,193,78,2537,386,0,12,9,15,0,12,8,13,46,51,0,12,46,51,1535,454,112,99,31,32,0,12,0,12,0,12,1344,456,48,55,20,35,28,40 +14000US11001001804,"Census Tract 18.04, District of Columbia, DC",5879,560,4192,539,281,98,3689,480,0,17,55,71,0,17,137,213,30,40,0,17,30,40,1687,653,337,348,223,236,0,17,0,17,0,17,1127,588,0,17,0,17,0,17 +14000US11001001901,"Census Tract 19.01, District of Columbia, DC",4315,487,3456,316,694,171,2573,309,0,12,117,159,0,12,22,37,50,38,0,12,50,38,859,389,282,163,84,125,0,12,0,12,0,12,493,429,0,12,0,12,0,12 +14000US11001001902,"Census Tract 19.02, District of Columbia, DC",2605,246,2110,283,364,134,1625,292,7,12,16,14,0,12,0,12,98,49,0,12,98,49,495,246,247,244,74,110,0,12,0,12,0,12,140,138,34,43,4,6,30,43 +14000US11001002001,"Census Tract 20.01, District of Columbia, DC",3502,404,2297,326,460,124,1433,271,6,8,90,86,0,12,213,212,95,53,8,13,87,52,1205,356,296,187,109,150,60,96,0,12,0,12,740,310,0,12,0,12,0,12 +14000US11001002002,"Census Tract 20.02, District of Columbia, DC",4304,753,3465,547,798,160,2436,511,13,22,101,70,0,12,56,55,61,46,0,12,61,46,839,451,160,91,0,12,0,12,0,12,0,12,661,460,18,29,18,29,0,12 +14000US11001002101,"Census Tract 21.01, District of Columbia, DC",5050,673,4263,539,491,184,3419,506,30,47,242,126,0,17,0,17,81,71,0,17,81,71,787,510,37,48,0,17,0,17,0,17,0,17,691,496,59,95,59,95,0,17 +14000US11001002102,"Census Tract 21.02, District of Columbia, DC",5223,518,4256,454,602,99,3449,483,40,61,40,36,0,17,0,17,125,68,0,17,125,68,967,235,222,163,0,17,58,90,0,17,0,17,648,222,39,64,0,17,39,64 +14000US11001002201,"Census Tract 22.01, District of Columbia, DC",3169,423,2675,436,746,228,1711,376,36,37,83,70,0,12,0,12,99,92,20,28,79,86,494,283,72,82,12,20,0,12,0,12,0,12,381,281,29,43,29,43,0,12 +14000US11001002202,"Census Tract 22.02, District of Columbia, DC",3476,408,2547,347,444,100,1989,340,0,12,27,30,0,12,0,12,87,62,0,12,87,62,929,295,88,76,34,65,8,16,0,12,0,12,792,274,7,12,0,12,7,12 +14000US11001002301,"Census Tract 23.01, District of Columbia, DC",3599,426,2968,285,956,162,1786,266,0,12,70,56,0,12,35,44,121,112,9,13,112,112,631,332,91,73,133,122,0,12,0,12,0,12,407,303,0,12,0,12,0,12 +14000US11001002302,"Census Tract 23.02, District of Columbia, DC",1670,228,1597,218,578,161,851,201,0,12,63,62,0,12,45,64,60,43,0,12,60,43,73,59,16,18,0,12,0,12,0,12,0,12,57,53,0,12,0,12,0,12 +14000US11001002400,"Census Tract 24, District of Columbia, DC",4206,430,3507,381,1442,203,1890,316,0,12,80,52,0,12,7,12,88,72,0,12,88,72,699,269,263,186,77,71,0,12,0,12,0,12,329,221,30,35,19,31,11,17 +14000US11001002501,"Census Tract 25.01, District of Columbia, DC",3289,370,2193,314,677,220,1411,208,0,12,41,46,0,12,13,21,51,47,0,12,51,47,1096,306,168,136,83,102,0,12,9,15,0,12,765,309,71,80,38,48,33,48 +14000US11001002502,"Census Tract 25.02, District of Columbia, DC",6451,529,4175,420,1478,252,2169,432,0,17,218,101,0,17,0,17,310,184,0,17,310,184,2276,492,541,542,297,269,0,17,0,17,0,17,1428,430,10,17,10,17,0,17 +14000US11001002600,"Census Tract 26, District of Columbia, DC",2585,230,2391,234,1180,136,954,194,8,13,154,82,15,23,15,15,65,37,0,12,65,37,194,99,140,84,9,13,0,12,0,12,0,12,29,25,16,23,13,21,3,7 +14000US11001002701,"Census Tract 27.01, District of Columbia, DC",6183,686,4180,639,2668,453,1178,570,19,33,169,87,0,17,0,17,146,112,5,11,141,112,2003,666,579,360,44,47,42,46,29,44,0,17,1156,646,153,138,47,75,106,115 +14000US11001002702,"Census Tract 27.02, District of Columbia, DC",6263,595,4852,456,3385,353,721,254,0,17,279,146,0,17,244,334,223,135,0,17,223,135,1411,518,533,219,237,358,0,17,0,17,0,17,311,220,330,265,253,243,77,61 +14000US11001002801,"Census Tract 28.01, District of Columbia, DC",4151,441,2687,358,1157,234,1313,280,0,12,127,81,0,12,0,12,90,67,54,59,36,33,1464,350,378,305,126,120,0,12,0,12,0,12,881,390,79,57,64,55,15,24 +14000US11001002802,"Census Tract 28.02, District of Columbia, DC",5172,462,3337,369,1582,326,1158,292,0,17,354,151,0,17,39,60,204,152,0,17,204,152,1835,400,744,369,5,12,3,7,0,17,0,17,1083,489,0,17,0,17,0,17 +14000US11001002900,"Census Tract 29, District of Columbia, DC",4424,384,3140,382,1725,255,1092,323,0,12,157,96,0,12,1,3,165,91,0,12,165,91,1284,355,230,179,14,16,0,12,0,12,0,12,943,336,97,117,38,53,59,95 +14000US11001003000,"Census Tract 30, District of Columbia, DC",3719,526,2937,440,1479,288,1224,386,0,12,162,133,0,12,10,15,62,45,5,9,57,46,782,341,477,321,53,50,7,10,0,12,0,12,213,168,32,36,32,36,0,12 +14000US11001003100,"Census Tract 31, District of Columbia, DC",3409,342,2336,213,1014,176,1001,170,34,45,191,128,0,12,0,12,96,79,12,25,84,74,1073,329,323,175,40,44,0,12,40,60,0,12,670,338,0,12,0,12,0,12 +14000US11001003200,"Census Tract 32, District of Columbia, DC",5486,560,4431,552,1441,319,2668,547,0,17,277,158,0,17,0,17,45,39,8,13,37,35,1055,434,229,142,59,58,0,17,0,17,0,17,744,443,23,47,23,47,0,17 +14000US11001003301,"Census Tract 33.01, District of Columbia, DC",4219,472,3984,476,1853,375,1776,373,0,12,196,102,0,12,0,12,159,86,0,12,159,86,235,116,167,109,23,31,0,12,0,12,0,12,38,39,7,11,7,11,0,12 +14000US11001003302,"Census Tract 33.02, District of Columbia, DC",2308,227,2197,220,1129,141,841,203,4,7,122,44,0,12,23,36,78,45,0,12,78,45,111,56,92,47,19,30,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001003400,"Census Tract 34, District of Columbia, DC",4911,556,4618,551,1367,424,2910,480,0,12,169,103,6,13,20,22,146,90,0,12,146,90,293,175,77,59,82,72,0,12,0,12,0,12,134,150,0,12,0,12,0,12 +14000US11001003500,"Census Tract 35, District of Columbia, DC",5173,475,4833,483,1077,189,3382,462,24,38,206,91,0,17,45,60,99,54,8,18,91,52,340,219,81,55,44,38,13,20,0,17,0,17,188,216,14,22,0,17,14,22 +14000US11001003600,"Census Tract 36, District of Columbia, DC",4904,527,4011,532,2086,349,1185,452,0,12,553,329,0,12,0,12,187,143,0,12,187,143,893,352,422,159,26,36,0,12,0,12,0,12,442,309,3,18,0,12,3,18 +14000US11001003700,"Census Tract 37, District of Columbia, DC",5461,814,3975,611,1744,317,1937,628,0,17,218,127,0,17,0,17,76,79,0,17,76,79,1486,826,870,817,280,201,0,17,0,17,0,17,336,267,0,17,0,17,0,17 +14000US11001003800,"Census Tract 38, District of Columbia, DC",5140,533,3975,445,2515,307,920,304,37,56,298,134,23,33,50,74,132,91,0,17,132,91,1165,303,978,333,0,17,0,17,0,17,0,17,125,178,62,101,0,17,62,101 +14000US11001003900,"Census Tract 39, District of Columbia, DC",4585,352,4110,319,3230,292,479,112,0,12,302,147,0,12,17,26,82,69,0,12,82,69,475,188,392,121,59,96,0,12,0,12,0,12,24,39,0,12,0,12,0,12 +14000US11001004001,"Census Tract 40.01, District of Columbia, DC",4884,671,4265,663,3720,678,321,216,0,12,102,77,34,46,0,12,88,62,0,12,88,62,619,245,302,150,0,12,0,12,0,12,0,12,286,201,31,49,31,49,0,12 +14000US11001004002,"Census Tract 40.02, District of Columbia, DC",3048,252,2840,264,2502,268,120,77,0,12,179,72,0,12,11,15,28,25,0,12,28,25,208,103,205,105,0,12,0,12,0,12,0,12,3,10,0,12,0,12,0,12 +14000US11001004100,"Census Tract 41, District of Columbia, DC",2541,218,2326,203,1928,207,106,86,0,12,184,79,0,12,19,21,89,50,12,18,77,51,215,123,70,54,0,12,8,11,0,12,0,12,128,119,9,16,0,12,9,16 +14000US11001004201,"Census Tract 42.01, District of Columbia, DC",3692,396,3392,395,2927,355,197,125,0,12,111,75,0,12,86,136,71,86,0,12,71,86,300,234,234,229,14,23,0,12,0,12,0,12,34,40,18,28,0,12,18,28 +14000US11001004202,"Census Tract 42.02, District of Columbia, DC",2404,222,2051,203,1808,191,19,15,8,14,136,77,0,12,5,8,75,42,0,12,75,42,353,142,214,97,2,4,0,12,15,23,0,12,91,83,31,33,18,27,13,18 +14000US11001004300,"Census Tract 43, District of Columbia, DC",4076,305,3525,304,2435,302,802,212,23,36,151,79,0,12,0,12,114,81,0,12,114,81,551,182,352,211,0,12,0,12,0,12,0,12,199,119,0,12,0,12,0,12 +14000US11001004400,"Census Tract 44, District of Columbia, DC",5742,533,5342,550,3339,433,1440,473,0,17,343,130,0,17,49,82,171,92,0,17,171,92,400,265,176,97,20,25,0,17,0,17,0,17,204,242,0,17,0,17,0,17 +14000US11001004600,"Census Tract 46, District of Columbia, DC",3031,296,2771,255,1182,229,1362,277,0,12,169,96,0,12,0,12,58,46,0,12,58,46,260,141,173,110,14,22,0,12,7,10,0,12,66,108,0,12,0,12,0,12 +14000US11001004701,"Census Tract 47.01, District of Columbia, DC",4630,484,4418,505,1078,279,2730,494,0,12,476,140,0,12,14,24,120,105,0,12,120,105,212,121,94,69,30,48,0,12,26,46,0,12,62,80,0,12,0,12,0,12 +14000US11001004702,"Census Tract 47.02, District of Columbia, DC",3320,268,3058,255,1685,145,985,240,15,26,225,54,0,12,5,8,143,65,0,12,143,65,262,110,147,58,0,12,4,7,5,7,0,12,106,102,0,12,0,12,0,12 +14000US11001004801,"Census Tract 48.01, District of Columbia, DC",2900,242,2660,208,1418,159,999,155,0,12,110,66,0,12,49,52,84,66,0,12,84,66,240,116,148,74,0,12,0,12,7,11,0,12,58,74,27,28,12,19,15,20 +14000US11001004802,"Census Tract 48.02, District of Columbia, DC",3777,348,3497,360,1374,229,1620,339,0,12,418,234,0,12,13,21,72,46,7,12,65,43,280,110,252,109,0,12,17,26,11,18,0,12,0,12,0,12,0,12,0,12 +14000US11001004901,"Census Tract 49.01, District of Columbia, DC",3115,346,2561,277,1352,193,1009,254,0,12,121,136,0,12,14,22,65,56,33,52,32,28,554,260,341,165,39,44,0,12,0,12,0,12,149,213,25,24,4,7,21,24 +14000US11001004902,"Census Tract 49.02, District of Columbia, DC",3256,410,2603,285,1314,208,777,258,63,68,301,124,0,12,6,11,142,110,75,100,67,47,653,311,262,132,0,12,0,12,27,44,0,12,302,277,62,82,62,82,0,12 +14000US11001005001,"Census Tract 50.01, District of Columbia, DC",2071,232,1778,237,1348,196,227,116,0,12,122,69,0,12,16,17,65,42,16,15,49,40,293,160,175,141,14,32,0,12,25,39,0,12,34,38,45,67,0,12,45,67 +14000US11001005002,"Census Tract 50.02, District of Columbia, DC",5860,612,4488,463,2541,294,1240,319,30,37,480,161,17,25,9,14,171,92,37,59,134,76,1372,517,373,258,140,103,0,17,0,17,0,17,843,547,16,31,0,17,16,31 +14000US11001005201,"Census Tract 52.01, District of Columbia, DC",6285,546,5386,492,4221,456,660,296,87,98,328,167,0,17,22,39,68,65,0,17,68,65,899,381,360,277,0,17,0,17,0,17,0,17,256,185,283,247,151,237,132,104 +14000US11001005301,"Census Tract 53.01, District of Columbia, DC",5033,281,4589,315,3779,315,125,78,14,24,569,156,0,17,0,17,102,67,0,17,102,67,444,178,270,155,0,17,0,17,0,17,0,17,96,91,78,63,56,53,22,35 +14000US11001005500,"Census Tract 55, District of Columbia, DC",6901,608,6338,627,5148,624,448,227,0,17,634,245,0,17,0,17,108,93,65,75,43,58,563,234,412,171,28,51,0,17,0,17,0,17,123,139,0,17,0,17,0,17 +14000US11001005600,"Census Tract 56, District of Columbia, DC",6424,636,5442,540,4011,477,388,194,18,31,815,223,0,17,65,99,145,86,31,51,114,75,982,320,644,212,23,53,0,17,0,17,0,17,246,198,69,69,0,17,69,69 +14000US11001005800,"Census Tract 58, District of Columbia, DC",3395,276,3084,287,2097,193,304,194,0,12,563,137,0,12,0,12,120,70,0,12,120,70,311,126,251,108,30,44,0,12,0,12,0,12,10,17,20,22,11,17,9,15 +14000US11001005900,"Census Tract 59, District of Columbia, DC",2499,246,2290,238,1272,197,563,132,0,12,327,137,0,12,34,52,94,56,0,12,94,56,209,100,165,83,0,12,0,12,0,12,0,12,44,51,0,12,0,12,0,12 +14000US11001006202,"Census Tract 62.02, District of Columbia, DC",60,89,60,89,60,89,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001006400,"Census Tract 64, District of Columbia, DC",2569,306,2460,313,502,159,1910,294,0,12,30,44,0,12,0,12,18,30,0,12,18,30,109,52,46,40,40,31,0,12,0,12,0,12,23,26,0,12,0,12,0,12 +14000US11001006500,"Census Tract 65, District of Columbia, DC",2760,331,2494,321,2129,283,306,124,0,12,5,9,0,12,4,16,50,57,0,12,50,57,266,170,203,153,0,12,0,12,0,12,0,12,35,55,28,34,0,12,28,34 +14000US11001006600,"Census Tract 66, District of Columbia, DC",2061,208,2001,206,1766,257,38,40,0,12,76,54,0,12,0,12,121,94,7,11,114,93,60,50,58,49,0,12,0,12,0,12,0,12,2,10,0,12,0,12,0,12 +14000US11001006700,"Census Tract 67, District of Columbia, DC",4404,307,4172,297,3351,289,533,70,0,12,181,78,0,12,17,28,90,55,12,18,78,51,232,142,207,140,0,12,0,12,0,12,17,26,8,13,0,12,0,12,0,12 +14000US11001006801,"Census Tract 68.01, District of Columbia, DC",2380,202,2235,191,1164,187,883,231,0,12,87,39,0,12,13,19,88,57,0,12,88,57,145,81,113,76,8,14,0,12,0,12,0,12,15,19,9,16,9,16,0,12 +14000US11001006802,"Census Tract 68.02, District of Columbia, DC",2578,178,2494,165,1632,159,753,188,0,12,33,23,0,12,0,12,76,45,0,12,76,45,84,52,61,46,0,12,0,12,11,16,0,12,6,9,6,10,6,10,0,12 +14000US11001006804,"Census Tract 68.04, District of Columbia, DC",2654,322,2472,260,189,79,2218,245,16,24,0,12,0,12,0,12,49,46,0,12,49,46,182,118,95,99,11,23,8,17,0,12,0,12,68,60,0,12,0,12,0,12 +14000US11001006900,"Census Tract 69, District of Columbia, DC",2582,250,2431,241,1817,192,440,103,0,12,16,18,0,12,0,12,158,137,0,12,158,137,151,92,51,39,0,12,0,12,0,12,0,12,0,12,100,78,0,12,100,78 +14000US11001007000,"Census Tract 70, District of Columbia, DC",2725,321,2413,291,1956,249,171,88,0,12,61,55,0,12,34,43,191,120,0,12,191,120,312,164,215,130,7,14,0,12,0,12,0,12,81,68,9,16,2,5,7,15 +14000US11001007100,"Census Tract 71, District of Columbia, DC",3279,382,3113,383,957,207,1943,451,0,12,139,76,0,12,0,12,74,52,0,12,74,52,166,114,108,94,39,60,0,12,0,12,0,12,19,30,0,12,0,12,0,12 +14000US11001007200,"Census Tract 72, District of Columbia, DC",5807,472,5470,471,3704,295,1313,351,0,17,248,120,0,17,0,17,205,125,0,17,205,125,337,117,264,103,50,47,0,17,0,17,0,17,23,35,0,17,0,17,0,17 +14000US11001007301,"Census Tract 73.01, District of Columbia, DC",4746,351,4036,369,2429,341,1213,270,6,13,108,70,0,12,29,43,251,112,0,12,251,112,710,249,469,216,116,128,0,12,5,9,0,12,69,76,51,48,14,18,37,40 +14000US11001007304,"Census Tract 73.04, District of Columbia, DC",3913,570,3813,600,145,75,3637,609,0,12,0,12,0,12,0,12,31,42,0,12,31,42,100,159,0,12,0,12,0,12,0,12,0,12,100,159,0,12,0,12,0,12 +14000US11001007401,"Census Tract 74.01, District of Columbia, DC",1876,231,1829,224,41,52,1732,235,0,12,27,26,0,12,29,45,0,12,0,12,0,12,47,51,24,37,0,12,0,12,0,12,0,12,23,36,0,12,0,12,0,12 +14000US11001007403,"Census Tract 74.03, District of Columbia, DC",2790,388,2790,388,48,63,2699,418,0,12,0,12,0,12,43,55,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001007404,"Census Tract 74.04, District of Columbia, DC",3947,602,3767,626,77,77,3583,612,0,12,9,14,0,12,89,139,9,15,0,12,9,15,180,196,0,12,0,12,0,12,0,12,0,12,165,195,15,25,0,12,15,25 +14000US11001007406,"Census Tract 74.06, District of Columbia, DC",3474,567,3199,607,2,6,3120,607,0,12,0,12,11,18,0,12,66,77,0,12,66,77,275,268,0,12,0,12,0,12,0,12,0,12,275,268,0,12,0,12,0,12 +14000US11001007407,"Census Tract 74.07, District of Columbia, DC",3164,315,3108,310,50,35,3058,310,0,12,0,12,0,12,0,12,0,12,0,12,0,12,56,72,10,15,46,69,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001007408,"Census Tract 74.08, District of Columbia, DC",3423,429,3404,430,70,48,3101,469,76,107,0,12,0,12,157,170,0,12,0,12,0,12,19,24,0,12,0,12,11,17,0,12,0,12,8,18,0,12,0,12,0,12 +14000US11001007409,"Census Tract 74.09, District of Columbia, DC",4392,550,4208,544,36,41,3922,503,0,12,104,101,0,12,0,12,146,174,0,12,146,174,184,286,0,12,0,12,0,12,0,12,0,12,184,286,0,12,0,12,0,12 +14000US11001007502,"Census Tract 75.02, District of Columbia, DC",5342,571,5342,571,59,42,5263,564,0,17,0,17,0,17,0,17,20,23,0,17,20,23,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17,0,17 +14000US11001007503,"Census Tract 75.03, District of Columbia, DC",2552,275,2519,279,128,65,2381,280,0,12,0,12,0,12,0,12,10,16,0,12,10,16,33,26,0,12,8,11,0,12,0,12,0,12,18,20,7,10,0,12,7,10 +14000US11001007504,"Census Tract 75.04, District of Columbia, DC",2796,407,2784,406,13,18,2771,411,0,12,0,12,0,12,0,12,0,12,0,12,0,12,12,18,0,12,0,12,0,12,0,12,0,12,5,13,7,12,7,12,0,12 +14000US11001007601,"Census Tract 76.01, District of Columbia, DC",4965,544,4718,572,379,208,4296,582,0,12,9,17,0,12,0,12,34,40,0,12,34,40,247,126,30,30,137,96,0,12,0,12,0,12,80,69,0,12,0,12,0,12 +14000US11001007603,"Census Tract 76.03, District of Columbia, DC",4530,492,4182,528,302,184,3840,542,0,12,29,44,0,12,0,12,11,17,0,12,11,17,348,259,31,37,87,114,0,12,46,52,0,12,165,235,19,32,0,12,19,32 +14000US11001007604,"Census Tract 76.04, District of Columbia, DC",4522,488,4340,517,199,91,3932,557,36,51,17,21,0,12,19,30,137,117,30,49,107,106,182,125,26,28,53,60,0,12,0,12,0,12,86,114,17,28,0,12,17,28 +14000US11001007605,"Census Tract 76.05, District of Columbia, DC",3933,505,3661,399,211,125,3333,400,0,12,51,42,0,12,0,12,66,60,0,12,66,60,272,362,10,16,0,12,0,12,0,12,0,12,236,361,26,42,0,12,26,42 +14000US11001007703,"Census Tract 77.03, District of Columbia, DC",6682,934,6363,818,0,17,6306,814,18,32,25,40,0,17,0,17,14,24,0,17,14,24,319,481,0,17,0,17,0,17,0,17,0,17,319,481,0,17,0,17,0,17 +14000US11001007707,"Census Tract 77.07, District of Columbia, DC",4787,533,4706,546,50,57,4595,551,0,12,0,12,0,12,0,12,61,51,0,12,61,51,81,109,0,12,74,107,0,12,0,12,0,12,7,12,0,12,0,12,0,12 +14000US11001007708,"Census Tract 77.08, District of Columbia, DC",3055,377,3055,377,0,12,3055,377,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001007709,"Census Tract 77.09, District of Columbia, DC",2410,321,2340,314,20,16,2219,311,7,11,0,12,0,12,0,12,94,76,25,28,69,66,70,73,9,16,47,64,0,12,0,12,0,12,14,32,0,12,0,12,0,12 +14000US11001007803,"Census Tract 78.03, District of Columbia, DC",4232,512,3898,452,103,110,3718,442,27,38,9,15,0,12,20,27,21,24,0,12,21,24,334,357,23,37,9,14,0,12,0,12,0,12,279,322,23,35,23,35,0,12 +14000US11001007804,"Census Tract 78.04, District of Columbia, DC",3833,649,3805,656,40,52,3639,607,0,12,15,21,0,12,0,12,111,92,0,12,111,92,28,47,0,12,28,47,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001007806,"Census Tract 78.06, District of Columbia, DC",2447,341,2443,341,40,30,2370,338,33,47,0,12,0,12,0,12,0,12,0,12,0,12,4,7,0,12,0,12,0,12,0,12,0,12,4,7,0,12,0,12,0,12 +14000US11001007807,"Census Tract 78.07, District of Columbia, DC",2297,268,2247,265,15,20,2155,268,0,12,7,10,0,12,0,12,70,78,0,12,70,78,50,76,0,12,0,12,0,12,0,12,0,12,50,76,0,12,0,12,0,12 +14000US11001007808,"Census Tract 78.08, District of Columbia, DC",3939,683,3859,683,0,12,3787,657,29,47,10,16,0,12,0,12,33,55,0,12,33,55,80,81,11,17,8,30,0,12,9,21,0,12,23,34,29,40,0,12,29,40 +14000US11001007809,"Census Tract 78.09, District of Columbia, DC",3034,418,2951,414,0,12,2865,411,0,12,8,13,0,12,0,12,78,77,0,12,78,77,83,66,0,12,56,60,0,12,0,12,0,12,0,12,27,31,15,24,12,19 +14000US11001007901,"Census Tract 79.01, District of Columbia, DC",4193,529,4079,520,998,139,2879,529,26,38,23,22,0,12,86,102,67,57,0,12,67,57,114,55,55,36,17,27,0,12,0,12,0,12,30,34,12,18,0,12,12,18 +14000US11001007903,"Census Tract 79.03, District of Columbia, DC",1968,252,1894,254,455,92,1385,230,0,12,27,14,0,12,8,11,19,17,0,12,19,17,74,63,45,51,0,12,0,12,0,12,0,12,19,24,10,14,10,14,0,12 +14000US11001008001,"Census Tract 80.01, District of Columbia, DC",3308,308,3179,312,2099,279,810,270,0,12,108,74,0,12,11,17,151,92,9,15,142,90,129,79,93,72,3,7,0,12,0,12,0,12,33,33,0,12,0,12,0,12 +14000US11001008002,"Census Tract 80.02, District of Columbia, DC",3380,284,3086,244,2125,251,845,152,0,12,69,42,0,12,0,12,47,40,0,12,47,40,294,131,254,129,0,12,0,12,0,12,0,12,28,40,12,20,12,20,0,12 +14000US11001008100,"Census Tract 81, District of Columbia, DC",3450,223,3198,242,2580,227,380,139,6,10,113,100,0,12,24,37,95,46,0,12,95,46,252,128,172,108,9,14,0,12,0,12,0,12,71,75,0,12,0,12,0,12 +14000US11001008200,"Census Tract 82, District of Columbia, DC",3185,338,2904,333,2488,321,241,122,0,12,116,63,0,12,0,12,59,50,0,12,59,50,281,151,151,81,13,21,0,12,0,12,0,12,12,16,105,121,0,12,105,121 +14000US11001008301,"Census Tract 83.01, District of Columbia, DC",2366,295,2262,272,1930,280,226,95,0,12,56,42,0,12,8,12,42,33,10,16,32,29,104,62,83,57,7,17,0,12,0,12,0,12,14,20,0,12,0,12,0,12 +14000US11001008302,"Census Tract 83.02, District of Columbia, DC",2683,217,2595,213,1891,164,432,139,2,4,140,66,0,12,8,12,122,68,0,12,122,68,88,58,79,52,4,7,0,12,0,12,0,12,5,8,0,12,0,12,0,12 +14000US11001008402,"Census Tract 84.02, District of Columbia, DC",2240,236,2088,216,1367,213,584,101,0,12,25,22,0,12,0,12,112,64,0,12,112,64,152,96,146,96,0,12,0,12,0,12,0,12,6,11,0,12,0,12,0,12 +14000US11001008410,"Census Tract 84.10, District of Columbia, DC",1508,183,1433,182,790,127,538,161,5,8,57,35,0,12,0,12,43,31,0,12,43,31,75,44,37,27,0,12,0,12,0,12,0,12,8,13,30,35,8,12,22,24 +14000US11001008701,"Census Tract 87.01, District of Columbia, DC",2424,363,2203,351,913,139,1198,336,0,12,66,39,0,12,0,12,26,25,0,12,26,25,221,114,153,96,33,47,0,12,0,12,0,12,34,37,1,3,1,3,0,12 +14000US11001008702,"Census Tract 87.02, District of Columbia, DC",3074,320,2807,327,927,197,1625,274,0,12,152,139,0,12,10,15,93,47,0,12,93,47,267,156,183,131,10,17,0,12,0,12,0,12,60,80,14,20,14,20,0,12 +14000US11001008802,"Census Tract 88.02, District of Columbia, DC",4463,472,4332,475,1140,291,3020,420,13,21,77,66,0,12,32,49,50,41,0,12,50,41,131,90,84,78,47,46,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001008803,"Census Tract 88.03, District of Columbia, DC",2778,446,2434,443,649,273,1653,345,0,12,53,45,10,17,5,11,64,39,6,14,58,39,344,127,144,76,39,42,0,12,0,12,0,12,121,100,40,28,40,28,0,12 +14000US11001008804,"Census Tract 88.04, District of Columbia, DC",2849,368,2653,378,265,153,2112,395,18,28,186,179,0,12,0,12,72,49,0,12,72,49,196,150,155,143,10,14,0,12,0,12,0,12,31,50,0,12,0,12,0,12 +14000US11001008903,"Census Tract 89.03, District of Columbia, DC",3342,489,3205,539,507,118,2564,561,0,12,91,83,0,12,8,12,35,29,0,12,35,29,137,205,0,12,0,12,0,12,0,12,0,12,137,205,0,12,0,12,0,12 +14000US11001008904,"Census Tract 89.04, District of Columbia, DC",4065,504,3587,489,238,152,3203,495,0,12,26,24,0,12,0,12,120,133,30,47,90,126,478,229,130,176,90,137,0,12,13,21,0,12,245,207,0,12,0,12,0,12 +14000US11001009000,"Census Tract 90, District of Columbia, DC",3680,284,3353,289,220,77,3089,271,0,12,13,21,31,40,0,12,0,12,0,12,0,12,327,175,194,156,88,95,0,12,0,12,0,12,0,12,45,71,45,71,0,12 +14000US11001009102,"Census Tract 91.02, District of Columbia, DC",4888,518,4704,502,490,132,4070,496,0,12,76,51,0,12,0,12,68,58,0,12,68,58,184,135,82,92,9,13,0,12,0,12,0,12,56,63,37,42,36,42,1,3 +14000US11001009201,"Census Tract 92.01, District of Columbia, DC",3073,426,2713,349,1328,276,1146,215,0,12,92,44,0,12,0,12,147,69,0,12,147,69,360,201,114,59,125,166,5,8,0,12,0,12,94,63,22,21,9,14,13,16 +14000US11001009203,"Census Tract 92.03, District of Columbia, DC",2998,323,2722,297,503,138,2046,292,33,51,10,16,0,12,18,24,112,109,24,39,88,75,276,119,111,76,35,49,19,28,0,12,0,12,104,105,7,11,0,12,7,11 +14000US11001009204,"Census Tract 92.04, District of Columbia, DC",2765,356,2505,331,232,109,2189,300,10,16,11,20,0,12,0,12,63,68,9,17,54,65,260,227,30,48,9,15,0,12,0,12,0,12,221,233,0,12,0,12,0,12 +14000US11001009301,"Census Tract 93.01, District of Columbia, DC",3450,325,3206,340,1291,263,1639,270,0,12,156,129,0,12,8,14,112,68,0,12,112,68,244,173,81,88,98,141,0,12,0,12,0,12,65,65,0,12,0,12,0,12 +14000US11001009302,"Census Tract 93.02, District of Columbia, DC",1427,197,1210,177,378,125,813,113,0,12,0,12,0,12,0,12,19,17,0,12,19,17,217,157,130,163,26,33,0,12,0,12,10,15,46,50,5,8,0,12,5,8 +14000US11001009400,"Census Tract 94, District of Columbia, DC",4806,500,4629,497,661,191,3672,471,35,52,99,71,0,12,25,40,137,89,8,13,129,87,177,113,126,118,8,13,0,12,0,12,0,12,43,54,0,12,0,12,0,12 +14000US11001009501,"Census Tract 95.01, District of Columbia, DC",7277,644,5325,499,1850,287,3124,489,11,17,240,105,5,11,0,17,95,53,0,17,95,53,1952,548,232,119,230,204,0,17,6,16,0,17,1204,527,280,298,13,23,267,298 +14000US11001009503,"Census Tract 95.03, District of Columbia, DC",3247,326,3167,310,695,183,2406,274,0,12,32,40,0,12,0,12,34,48,0,12,34,48,80,62,45,40,21,31,0,12,0,12,0,12,6,14,8,18,8,18,0,12 +14000US11001009504,"Census Tract 95.04, District of Columbia, DC",3464,451,3040,438,958,244,1894,414,0,12,141,123,0,12,0,12,47,44,0,12,47,44,424,419,39,36,15,24,288,416,0,12,0,12,82,75,0,12,0,12,0,12 +14000US11001009505,"Census Tract 95.05, District of Columbia, DC",3473,335,3154,280,386,83,2637,277,28,46,36,33,0,12,9,15,58,51,0,12,58,51,319,152,1,3,0,12,12,20,0,12,0,12,215,147,91,126,0,12,91,126 +14000US11001009507,"Census Tract 95.07, District of Columbia, DC",2005,306,1617,269,36,38,1555,275,0,12,0,12,0,12,0,12,26,32,0,12,26,32,388,354,237,312,56,69,0,12,0,12,0,12,95,148,0,12,0,12,0,12 +14000US11001009508,"Census Tract 95.08, District of Columbia, DC",3584,474,3020,500,258,149,2570,407,78,113,33,46,0,12,0,12,81,65,0,12,81,65,564,249,134,119,12,21,0,12,0,12,0,12,339,254,79,98,21,33,58,93 +14000US11001009509,"Census Tract 95.09, District of Columbia, DC",3246,374,2893,382,253,134,2477,343,0,12,0,12,0,12,66,93,97,84,14,24,83,82,353,199,39,71,61,122,0,12,0,12,0,12,253,145,0,12,0,12,0,12 +14000US11001009601,"Census Tract 96.01, District of Columbia, DC",2511,316,2496,318,69,50,2421,330,0,12,0,12,0,12,0,12,6,9,0,12,6,9,15,18,2,4,0,12,0,12,0,12,0,12,13,18,0,12,0,12,0,12 +14000US11001009602,"Census Tract 96.02, District of Columbia, DC",3705,570,3565,535,18,20,3465,544,0,12,11,16,0,12,29,46,42,49,0,12,42,49,140,201,9,15,131,199,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009603,"Census Tract 96.03, District of Columbia, DC",4040,554,4001,560,10,23,3953,573,0,12,16,28,0,12,0,12,22,23,0,12,22,23,39,52,0,12,0,12,0,12,0,12,0,12,39,52,0,12,0,12,0,12 +14000US11001009604,"Census Tract 96.04, District of Columbia, DC",2343,257,2257,269,66,42,2147,275,10,17,0,12,0,12,11,12,23,21,0,12,23,21,86,60,39,40,25,39,14,20,0,12,0,12,8,12,0,12,0,12,0,12 +14000US11001009700,"Census Tract 97, District of Columbia, DC",3313,532,3225,499,25,33,3192,502,0,12,0,12,0,12,8,13,0,12,0,12,0,12,88,115,13,22,75,113,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009801,"Census Tract 98.01, District of Columbia, DC",2275,305,2189,311,34,27,2113,303,4,9,0,12,0,12,0,12,38,56,0,12,38,56,86,59,15,22,27,41,10,15,0,12,0,12,34,53,0,12,0,12,0,12 +14000US11001009802,"Census Tract 98.02, District of Columbia, DC",2010,242,1950,236,11,12,1939,237,0,12,0,12,0,12,0,12,0,12,0,12,0,12,60,73,46,70,8,12,0,12,0,12,0,12,6,9,0,12,0,12,0,12 +14000US11001009803,"Census Tract 98.03, District of Columbia, DC",3071,444,3071,444,0,12,3052,441,8,13,0,12,0,12,0,12,11,17,0,12,11,17,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009804,"Census Tract 98.04, District of Columbia, DC",2993,329,2788,318,28,34,2649,292,0,12,7,11,0,12,0,12,104,132,0,12,104,132,205,198,6,9,12,20,0,12,0,12,0,12,187,197,0,12,0,12,0,12 +14000US11001009807,"Census Tract 98.07, District of Columbia, DC",3617,508,3613,509,134,115,3450,508,0,12,0,12,0,12,0,12,29,42,0,12,29,42,4,9,0,12,4,9,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009810,"Census Tract 98.10, District of Columbia, DC",2898,381,2895,381,3,6,2757,395,0,12,0,12,0,12,94,142,41,62,0,12,41,62,3,7,0,12,3,7,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009811,"Census Tract 98.11, District of Columbia, DC",4992,613,4982,615,38,60,4830,642,0,12,0,12,0,12,0,12,114,165,0,12,114,165,10,16,0,12,10,16,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009901,"Census Tract 99.01, District of Columbia, DC",2711,393,2618,394,100,55,2253,468,0,12,207,204,0,12,0,12,58,56,0,12,58,56,93,106,29,34,20,32,0,12,0,12,0,12,6,13,38,63,17,29,21,35 +14000US11001009902,"Census Tract 99.02, District of Columbia, DC",3085,422,3059,418,47,50,2979,427,0,12,16,19,0,12,0,12,17,20,0,12,17,20,26,41,1,4,0,12,0,12,0,12,0,12,0,12,25,41,25,41,0,12 +14000US11001009903,"Census Tract 99.03, District of Columbia, DC",2056,269,2047,268,95,68,1902,266,0,12,0,12,0,12,12,18,38,45,0,12,38,45,9,15,9,15,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009904,"Census Tract 99.04, District of Columbia, DC",2970,412,2608,391,49,46,2502,390,0,12,0,12,12,19,0,12,45,39,6,9,39,37,362,430,1,3,70,72,0,12,0,12,0,12,291,423,0,12,0,12,0,12 +14000US11001009905,"Census Tract 99.05, District of Columbia, DC",2926,421,2926,421,15,17,2835,416,0,12,0,12,0,12,16,30,60,70,0,12,60,70,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12 +14000US11001009906,"Census Tract 99.06, District of Columbia, DC",1630,202,1581,204,0,12,1548,207,0,12,8,11,0,12,0,12,25,20,0,12,25,20,49,29,20,21,23,21,0,12,0,12,0,12,6,9,0,12,0,12,0,12 +14000US11001009907,"Census Tract 99.07, District of Columbia, DC",2955,262,2910,273,15,19,2885,272,0,12,0,12,0,12,0,12,10,15,0,12,10,15,45,59,0,12,31,37,0,12,0,12,0,12,0,12,14,24,0,12,14,24 +14000US11001010100,"Census Tract 101, District of Columbia, DC",2861,292,2541,290,1611,319,345,177,0,12,515,212,0,12,30,48,40,31,0,12,40,31,320,115,264,102,0,12,0,12,0,12,0,12,40,46,16,29,0,12,16,29 +14000US11001010200,"Census Tract 102, District of Columbia, DC",2849,282,2663,274,1505,207,794,271,72,49,165,100,0,12,0,12,127,79,0,12,127,79,186,118,135,107,23,25,0,12,0,12,0,12,28,29,0,12,0,12,0,12 +14000US11001010300,"Census Tract 103, District of Columbia, DC",4008,617,2749,441,598,153,1954,389,0,12,95,54,0,12,0,12,102,65,0,12,102,65,1259,400,214,154,23,37,0,12,0,12,0,12,952,461,70,109,0,12,70,109 +14000US11001010400,"Census Tract 104, District of Columbia, DC",4829,655,4651,720,192,95,4445,723,0,12,0,12,0,12,0,12,14,23,0,12,14,23,178,215,124,204,4,16,0,12,0,12,0,12,16,26,34,52,34,52,0,12 +14000US11001010500,"Census Tract 105, District of Columbia, DC",3730,335,3495,316,1409,258,1723,290,0,12,189,180,15,25,15,24,144,121,0,12,144,121,235,115,96,58,59,56,0,12,0,12,22,34,34,59,24,41,0,12,24,41 +14000US11001010600,"Census Tract 106, District of Columbia, DC",7805,735,7450,696,4672,433,2042,553,0,17,566,212,0,17,0,17,170,97,19,30,151,93,355,179,280,133,0,17,0,17,0,17,0,17,75,122,0,17,0,17,0,17 +14000US11001010700,"Census Tract 107, District of Columbia, DC",1756,194,1517,187,1143,148,117,70,0,12,201,72,35,36,0,12,21,26,0,12,21,26,239,99,160,77,0,12,0,12,0,12,0,12,52,45,27,41,0,12,27,41 +14000US11001010800,"Census Tract 108, District of Columbia, DC",6356,625,5800,592,4131,496,638,149,0,17,791,179,8,18,3,7,229,85,18,25,211,85,556,133,415,131,51,36,0,17,14,22,0,17,71,44,5,12,5,12,0,17 +14000US11001010900,"Census Tract 109, District of Columbia, DC",3819,583,3736,580,34,36,3604,589,0,12,22,24,0,12,15,23,61,49,0,12,61,49,83,54,7,17,25,22,0,12,0,12,0,12,0,12,51,47,36,41,15,23 +14000US11001011000,"Census Tract 110, District of Columbia, DC",4188,328,3907,341,2439,373,1129,389,25,42,231,127,0,12,0,12,83,83,0,12,83,83,281,147,188,125,3,7,0,12,13,20,0,12,34,41,43,66,0,12,43,66 +14000US11001011100,"Census Tract 111, District of Columbia, DC",5571,595,5065,505,468,152,4334,510,10,21,80,85,0,17,8,13,165,108,14,21,151,101,506,272,191,222,235,212,0,17,0,17,0,17,0,17,80,123,0,17,80,123 diff --git a/data/city_tracts/washington_census_reporter/metadata.json b/data/city_tracts/washington_census_reporter/metadata.json new file mode 100644 index 0000000..2fb71d3 --- /dev/null +++ b/data/city_tracts/washington_census_reporter/metadata.json @@ -0,0 +1,100 @@ +{ + "release": { + "id": "acs2018_5yr", + "name": "ACS 2018 5-year", + "years": "2014-2018" + }, + "tables": { + "B03002": { + "columns": { + "B03002001": { + "indent": 0, + "name": "Total:" + }, + "B03002002": { + "indent": 1, + "name": "Not Hispanic or Latino:" + }, + "B03002003": { + "indent": 2, + "name": "White alone" + }, + "B03002004": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002005": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002006": { + "indent": 2, + "name": "Asian alone" + }, + "B03002007": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002008": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002009": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002010": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002011": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + }, + "B03002012": { + "indent": 1, + "name": "Hispanic or Latino:" + }, + "B03002013": { + "indent": 2, + "name": "White alone" + }, + "B03002014": { + "indent": 2, + "name": "Black or African American alone" + }, + "B03002015": { + "indent": 2, + "name": "American Indian and Alaska Native alone" + }, + "B03002016": { + "indent": 2, + "name": "Asian alone" + }, + "B03002017": { + "indent": 2, + "name": "Native Hawaiian and Other Pacific Islander alone" + }, + "B03002018": { + "indent": 2, + "name": "Some other race alone" + }, + "B03002019": { + "indent": 2, + "name": "Two or more races:" + }, + "B03002020": { + "indent": 3, + "name": "Two races including Some other race" + }, + "B03002021": { + "indent": 3, + "name": "Two races excluding Some other race, and three or more races" + } + }, + "denominator_column_id": "B03002001", + "title": "Hispanic or Latino Origin by Race", + "universe": "Total Population" + } + } +} \ No newline at end of file diff --git a/data/county_names.csv b/data/county_names.csv new file mode 100644 index 0000000..c4512fc --- /dev/null +++ b/data/county_names.csv @@ -0,0 +1,87 @@ +county_name,full_county_geocode,state_code,county_code,metro_area_name,city,state +"District of Columbia, DC",11001,11,001,Washington-Arlington-Alexandria,Washington,DC +"Calvert, MD",24009,24,009,Washington-Arlington-Alexandria,Washington,DC +"Charles, MD",24017,24,017,Washington-Arlington-Alexandria,Washington,DC +"Frederick, MD",24021,24,021,Washington-Arlington-Alexandria,Washington,DC +"Montgomery, MD",24031,24,031,Washington-Arlington-Alexandria,Washington,DC +"Prince George's, MD",24033,24,033,Washington-Arlington-Alexandria,Washington,DC +"Arlington, VA",51013,51,013,Washington-Arlington-Alexandria,Washington,DC +"Clarke, VA",51043,51,043,Washington-Arlington-Alexandria,Washington,DC +"Culpeper, VA",51047,51,047,Washington-Arlington-Alexandria,Washington,DC +"Fauquier, VA",51061,51,061,Washington-Arlington-Alexandria,Washington,DC +"Loudoun, VA",51107,51,107,Washington-Arlington-Alexandria,Washington,DC +"Madison, VA",51113,51,113,Washington-Arlington-Alexandria,Washington,DC +"Rappahannock, VA",51157,51,157,Washington-Arlington-Alexandria,Washington,DC +"Stafford, VA",51179,51,179,Washington-Arlington-Alexandria,Washington,DC +"Warren, VA",51187,51,187,Washington-Arlington-Alexandria,Washington,DC +"Alexandria (Independent City), VA",51510,51,510,Washington-Arlington-Alexandria,Washington,DC +"Fairfax, Fairfax City + Falls Church, VA",51919,51,919,Washington-Arlington-Alexandria,Washington,DC +"Prince William, Manassas + Manassas Park, VA",51942,51,942,Washington-Arlington-Alexandria,Washington,DC +"Spotsylvania + Fredericksburg, VA",51951,51,951,Washington-Arlington-Alexandria,Washington,DC +"Jefferson, WV",54037,54,037,Washington-Arlington-Alexandria,Washington,DC +"Anne Arundel, MD",24003,24,003,Baltimore-Columbia-Towson,Baltimore,MD +"Baltimore, MD",24005,24,005,Baltimore-Columbia-Towson,Baltimore,MD +"Carroll, MD",24013,24,013,Baltimore-Columbia-Towson,Baltimore,MD +"Harford, MD",24025,24,025,Baltimore-Columbia-Towson,Baltimore,MD +"Howard, MD",24027,24,027,Baltimore-Columbia-Towson,Baltimore,MD +"Queen Anne's, MD",24035,24,035,Baltimore-Columbia-Towson,Baltimore,MD +"Baltimore (Independent City), MD",24510,24,510,Baltimore-Columbia-Towson,Baltimore,MD +"Barrow, GA",13013,13,013,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Bartow, GA",13015,13,015,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Butts, GA",13035,13,035,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Carroll, GA",13045,13,045,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Cherokee, GA",13057,13,057,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Clayton, GA",13063,13,063,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Cobb, GA",13067,13,067,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Coweta, GA",13077,13,077,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Dawson, GA",13085,13,085,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"DeKalb, GA",13089,13,089,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Douglas, GA",13097,13,097,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Fayette, GA",13113,13,113,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Forsyth, GA",13117,13,117,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Fulton, GA",13121,13,121,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Gwinnett, GA",13135,13,135,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Haralson, GA",13143,13,143,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Heard, GA",13149,13,149,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Henry, GA",13151,13,151,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Jasper, GA",13159,13,159,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Lamar, GA",13171,13,171,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Meriwether, GA",13199,13,199,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Morgan, GA",13211,13,211,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Newton, GA",13217,13,217,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Paulding, GA",13223,13,223,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Pickens, GA",13227,13,227,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Pike, GA",13231,13,231,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Rockdale, GA",13247,13,247,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Spalding, GA",13255,13,255,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Walton, GA",13297,13,297,Atlanta-Sandy Springs-Alpharetta,Atlanta,GA +"Alameda, CA",06001,06,001,San Francisco-Oakland-Berkeley,Oakland,CA +"Contra Costa, CA",06013,06,013,San Francisco-Oakland-Berkeley,Oakland,CA +"Marin, CA",06041,06,041,San Francisco-Oakland-Berkeley,Oakland,CA +"San Francisco, CA",06075,06,075,San Francisco-Oakland-Berkeley,Oakland,CA +"San Mateo, CA",06081,06,081,San Francisco-Oakland-Berkeley,Oakland,CA +"Bergen, NJ",34003,34,003,New York-Newark-Jersey City,New York City,NY +"Essex, NJ",34013,34,013,New York-Newark-Jersey City,New York City,NY +"Hudson, NJ",34017,34,017,New York-Newark-Jersey City,New York City,NY +"Hunterdon, NJ",34019,34,019,New York-Newark-Jersey City,New York City,NY +"Middlesex, NJ",34023,34,023,New York-Newark-Jersey City,New York City,NY +"Monmouth, NJ",34025,34,025,New York-Newark-Jersey City,New York City,NY +"Morris, NJ",34027,34,027,New York-Newark-Jersey City,New York City,NY +"Ocean, NJ",34029,34,029,New York-Newark-Jersey City,New York City,NY +"Passaic, NJ",34031,34,031,New York-Newark-Jersey City,New York City,NY +"Somerset, NJ",34035,34,035,New York-Newark-Jersey City,New York City,NY +"Sussex, NJ",34037,34,037,New York-Newark-Jersey City,New York City,NY +"Union, NJ",34039,34,039,New York-Newark-Jersey City,New York City,NY +"Bronx, NY",36005,36,005,New York-Newark-Jersey City,New York City,NY +"Dutchess, NY",36027,36,027,New York-Newark-Jersey City,New York City,NY +"Kings, NY",36047,36,047,New York-Newark-Jersey City,New York City,NY +"Nassau, NY",36059,36,059,New York-Newark-Jersey City,New York City,NY +"New York, NY",36061,36,061,New York-Newark-Jersey City,New York City,NY +"Orange, NY",36071,36,071,New York-Newark-Jersey City,New York City,NY +"Putnam, NY",36079,36,079,New York-Newark-Jersey City,New York City,NY +"Queens, NY",36081,36,081,New York-Newark-Jersey City,New York City,NY +"Richmond, NY",36085,36,085,New York-Newark-Jersey City,New York City,NY +"Rockland, NY",36087,36,087,New York-Newark-Jersey City,New York City,NY +"Suffolk, NY",36103,36,103,New York-Newark-Jersey City,New York City,NY +"Westchester, NY",36119,36,119,New York-Newark-Jersey City,New York City,NY +"Pike, PA",42103,42,103,New York-Newark-Jersey City,New York City,NY \ No newline at end of file diff --git a/notebooks/01-download-census-data.ipynb b/notebooks/01-download-census-data.ipynb new file mode 100644 index 0000000..911f914 --- /dev/null +++ b/notebooks/01-download-census-data.ipynb @@ -0,0 +1,613 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Getting Census data from the API\n", + "(To reproduce the data below, you'll need to save your Census API key to `../data/census-api-key.txt`. You can obtain a key here: https://api.census.gov/data/key_signup.html)" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import requests\n", + "from census import Census\n", + "from us import states" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "api_key = open(\"../data/census-api-key.txt\").read().strip()\n", + "c = Census(api_key)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Select data categories for gentrification measurement:" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "# Full API variable list available here https://api.census.gov/data/2016/acs/acs5/variables/\n", + "categories = [\n", + " 'NAME', # county name\n", + " 'B01001_001E', # Total population\n", + " 'B15002_001E', # Total population 25 and over\n", + " 'B19013_001E', # Median income\n", + " 'B25077_001E', # Median home value\n", + " 'B15011_001E', # Total population age 25+ years with a bachelor's degree or higher\n", + " 'B03002_003E', # Not Hispanic or Latino!!White alone\n", + " 'B03002_004E', # Not Hispanic or Latino!!Black or African American alone\n", + " 'B02001_004E', # American Indian and Alaska Native Alone\n", + " 'B03002_006E', # Not Hispanic or Latino!!Asian alone\n", + " 'B03002_007E', # Not Hispanic or Latino!!Native Hawaiian and Other Pacific Islander alone\n", + " 'B03002_008E', # Not Hispanic or Latino!!Some other race alone\n", + " 'B03002_009E', # Not Hispanic or Latino!!Two or more races\n", + " 'B03002_012E', # Hispanic or Latino\n", + "]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Function to run API scraper:" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "def get_acs_data(state_code, county_code, timeperiod, city, metro_area):\n", + " results = c.acs5.state_county_tract(\n", + " categories,\n", + " state_code,\n", + " county_code, \n", + " Census.ALL,\n", + " year = timeperiod\n", + " )\n", + "\n", + " return [ {\n", + " 'geoid': res['state'] + res['county'] + res['tract'],\n", + " 'name': res['NAME'],\n", + " 'total_population': res['B01001_001E'],\n", + " 'total_population_25_over': res['B15002_001E'],\n", + " 'median_income': res['B19013_001E'],\n", + " 'median_home_value': res['B25077_001E'],\n", + " 'educational_attainment': res['B15011_001E'],\n", + " 'white_alone': res['B03002_003E'],\n", + " 'black_alone': res['B03002_004E'],\n", + " 'native_alone': res['B02001_004E'],\n", + " 'asian_alone': res['B03002_006E'],\n", + " 'native_hawaiian_pacific_islander': res['B03002_007E'],\n", + " 'some_other_race_alone': res['B03002_008E'],\n", + " 'two_or_more': res['B03002_009E'],\n", + " 'hispanic_or_latino': res['B03002_012E'],\n", + " 'city': city,\n", + " 'metro_area': metro_area\n", + " } for res in results ]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "BuzzFeed News' analysis focuses on five Metropolitan Statistical Areas (MSAs):\n", + "\n", + "- Atlanta-Sandy Springs-Alpharetta, GA (for Atlanta)\n", + "- Baltimore-Columbia-Towson, MD (for Baltimore)\n", + "- New York-Newark-Jersey City, NY-NJ-PA (for New York City)\n", + "- San Francisco-Oakland-Berkeley, CA (for Oakland)\n", + "- Washington-Arlington-Alexandria, DC-VA-MD-WV (for Washington, D.C.)\n", + "\n", + "For each MSA, the code below fetches demographic data for every tract in every county within it. (The list of counties was [obtained from the Bureau of Economic Analysis](https://apps.bea.gov/regional/docs/msalist.cfm) — \"Counties in Micropolitan Statistical Areas\".)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
county_namefull_county_geocodestate_codecounty_codemetro_area_namecitystate
0District of Columbia, DC1100111001Washington-Arlington-AlexandriaWashingtonDC
1Calvert, MD2400924009Washington-Arlington-AlexandriaWashingtonDC
2Charles, MD2401724017Washington-Arlington-AlexandriaWashingtonDC
3Frederick, MD2402124021Washington-Arlington-AlexandriaWashingtonDC
4Montgomery, MD2403124031Washington-Arlington-AlexandriaWashingtonDC
\n", + "
" + ], + "text/plain": [ + " county_name full_county_geocode state_code county_code \\\n", + "0 District of Columbia, DC 11001 11 001 \n", + "1 Calvert, MD 24009 24 009 \n", + "2 Charles, MD 24017 24 017 \n", + "3 Frederick, MD 24021 24 021 \n", + "4 Montgomery, MD 24031 24 031 \n", + "\n", + " metro_area_name city state \n", + "0 Washington-Arlington-Alexandria Washington DC \n", + "1 Washington-Arlington-Alexandria Washington DC \n", + "2 Washington-Arlington-Alexandria Washington DC \n", + "3 Washington-Arlington-Alexandria Washington DC \n", + "4 Washington-Arlington-Alexandria Washington DC " + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "metro_area_counties = pd.read_csv(\n", + " '../data/county_names.csv',\n", + " dtype = {\n", + " \"full_county_geocode\": str,\n", + " \"state_code\": str,\n", + " \"county_code\": str\n", + " }\n", + ")\n", + "\n", + "metro_area_counties.head()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Go through every county and find census tracts for each:" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "District of Columbia, DC\n", + "Calvert, MD\n", + "Charles, MD\n", + "Frederick, MD\n", + "Montgomery, MD\n", + "Prince George's, MD\n", + "Arlington, VA\n", + "Clarke, VA\n", + "Culpeper, VA\n", + "Fauquier, VA\n", + "Loudoun, VA\n", + "Madison, VA\n", + "Rappahannock, VA\n", + "Stafford, VA\n", + "Warren, VA\n", + "Alexandria (Independent City), VA\n", + "Fairfax, Fairfax City + Falls Church, VA\n", + "Prince William, Manassas + Manassas Park, VA\n", + "Spotsylvania + Fredericksburg, VA\n", + "Jefferson, WV\n", + "Anne Arundel, MD\n", + "Baltimore, MD\n", + "Carroll, MD\n", + "Harford, MD\n", + "Howard, MD\n", + "Queen Anne's, MD\n", + "Baltimore (Independent City), MD\n", + "Barrow, GA\n", + "Bartow, GA\n", + "Butts, GA\n", + "Carroll, GA\n", + "Cherokee, GA\n", + "Clayton, GA\n", + "Cobb, GA\n", + "Coweta, GA\n", + "Dawson, GA\n", + "DeKalb, GA\n", + "Douglas, GA\n", + "Fayette, GA\n", + "Forsyth, GA\n", + "Fulton, GA\n", + "Gwinnett, GA\n", + "Haralson, GA\n", + "Heard, GA\n", + "Henry, GA\n", + "Jasper, GA\n", + "Lamar, GA\n", + "Meriwether, GA\n", + "Morgan, GA\n", + "Newton, GA\n", + "Paulding, GA\n", + "Pickens, GA\n", + "Pike, GA\n", + "Rockdale, GA\n", + "Spalding, GA\n", + "Walton, GA\n", + "Alameda, CA\n", + "Contra Costa, CA\n", + "Marin, CA\n", + "San Francisco, CA\n", + "San Mateo, CA\n", + "Bergen, NJ\n", + "Essex, NJ\n", + "Hudson, NJ\n", + "Hunterdon, NJ\n", + "Middlesex, NJ\n", + "Monmouth, NJ\n", + "Morris, NJ\n", + "Ocean, NJ\n", + "Passaic, NJ\n", + "Somerset, NJ\n", + "Sussex, NJ\n", + "Union, NJ\n", + "Bronx, NY\n", + "Dutchess, NY\n", + "Kings, NY\n", + "Nassau, NY\n", + "New York, NY\n", + "Orange, NY\n", + "Putnam, NY\n", + "Queens, NY\n", + "Richmond, NY\n", + "Rockland, NY\n", + "Suffolk, NY\n", + "Westchester, NY\n", + "Pike, PA\n" + ] + } + ], + "source": [ + "census_data = []\n", + "for index, county in metro_area_counties.iterrows():\n", + " print(county[\"county_name\"])\n", + " \n", + " census_data += get_acs_data(\n", + " county[\"state_code\"], \n", + " county[\"county_code\"], \n", + " 2017, \n", + " county[\"city\"], \n", + " county[\"metro_area_name\"]\n", + " )\n", + "\n", + "census_data = pd.DataFrame(census_data)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
geoidnametotal_populationtotal_population_25_overmedian_incomemedian_home_valueeducational_attainmentwhite_aloneblack_alonenative_aloneasian_alonenative_hawaiian_pacific_islandersome_other_race_alonetwo_or_morehispanic_or_latinocitymetro_area
011001007503Census Tract 75.03, District of Columbia, Dist...24541425.026250.0345600.0308.0122.02278.00.00.00.00.017.037.0WashingtonWashington-Arlington-Alexandria
111001007601Census Tract 76.01, District of Columbia, Dist...48553463.034840.0255000.0727.0311.04292.00.00.013.00.041.0198.0WashingtonWashington-Arlington-Alexandria
211001007709Census Tract 77.09, District of Columbia, Dist...25241817.033750.0250000.0344.020.02280.00.00.00.00.0130.094.0WashingtonWashington-Arlington-Alexandria
311001009508Census Tract 95.08, District of Columbia, Dist...36912838.056404.0356600.01008.0211.02688.068.071.00.00.066.0587.0WashingtonWashington-Arlington-Alexandria
411001009904Census Tract 99.04, District of Columbia, Dist...29791526.030728.0298600.0252.052.02375.00.00.015.00.046.0491.0WashingtonWashington-Arlington-Alexandria
\n", + "
" + ], + "text/plain": [ + " geoid name \\\n", + "0 11001007503 Census Tract 75.03, District of Columbia, Dist... \n", + "1 11001007601 Census Tract 76.01, District of Columbia, Dist... \n", + "2 11001007709 Census Tract 77.09, District of Columbia, Dist... \n", + "3 11001009508 Census Tract 95.08, District of Columbia, Dist... \n", + "4 11001009904 Census Tract 99.04, District of Columbia, Dist... \n", + "\n", + " total_population total_population_25_over median_income \\\n", + "0 2454 1425.0 26250.0 \n", + "1 4855 3463.0 34840.0 \n", + "2 2524 1817.0 33750.0 \n", + "3 3691 2838.0 56404.0 \n", + "4 2979 1526.0 30728.0 \n", + "\n", + " median_home_value educational_attainment white_alone black_alone \\\n", + "0 345600.0 308.0 122.0 2278.0 \n", + "1 255000.0 727.0 311.0 4292.0 \n", + "2 250000.0 344.0 20.0 2280.0 \n", + "3 356600.0 1008.0 211.0 2688.0 \n", + "4 298600.0 252.0 52.0 2375.0 \n", + "\n", + " native_alone asian_alone native_hawaiian_pacific_islander \\\n", + "0 0.0 0.0 0.0 \n", + "1 0.0 0.0 13.0 \n", + "2 0.0 0.0 0.0 \n", + "3 68.0 71.0 0.0 \n", + "4 0.0 0.0 15.0 \n", + "\n", + " some_other_race_alone two_or_more hispanic_or_latino city \\\n", + "0 0.0 17.0 37.0 Washington \n", + "1 0.0 41.0 198.0 Washington \n", + "2 0.0 130.0 94.0 Washington \n", + "3 0.0 66.0 587.0 Washington \n", + "4 0.0 46.0 491.0 Washington \n", + "\n", + " metro_area \n", + "0 Washington-Arlington-Alexandria \n", + "1 Washington-Arlington-Alexandria \n", + "2 Washington-Arlington-Alexandria \n", + "3 Washington-Arlington-Alexandria \n", + "4 Washington-Arlington-Alexandria " + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "census_data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "census_data.to_csv(\"../output/census_tracts.csv\", index = False)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "---\n", + "\n", + "---" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.1" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/notebooks/02-analyze-gentrification-and-demographic-changes.ipynb b/notebooks/02-analyze-gentrification-and-demographic-changes.ipynb new file mode 100644 index 0000000..ccd414c --- /dev/null +++ b/notebooks/02-analyze-gentrification-and-demographic-changes.ipynb @@ -0,0 +1,2766 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Analyzing ACS 2017 and standardized decennial Census data from 2000\n", + "\n", + "This script combines and analyzes data from the 5-year estimates of the American Community Survey (2013-2017) and standardized decennial Census data from the [US2010 Longitudinal Tract Data Base](https://s4.ad.brown.edu/Projects/Diversity/Researcher/Bridging.htm) to determine the following:\n", + "* Whether a tract gentrified or not according to [this methodology](http://www.governing.com/gov-data/gentrification-report-methodology.html)\n", + "* Percent-point changes for six non-overlapping race/ethnicity groups" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import geopandas as gp\n", + "import numpy as np" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### Load data and filter it down to metro level\n", + "\n", + "* Load data from the [Longitudinal Tract Data Base](https://s4.ad.brown.edu/Projects/Diversity/Researcher/Bridging.htm). (Column definitions are specified in the LTDB\"s [data dictionary](https://s4.ad.brown.edu/Projects/Diversity/Researcher/LTBDDload/Dfiles/codebooks.pdf).)\n", + "* Load data from 2017 ACS\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "CSV_OPTIONS_2000 = dict(\n", + " encoding = \"ISO-8859-1\",\n", + " dtype = {\n", + " \"state\": str,\n", + " \"county\":str,\n", + " \"tract\": str,\n", + " \"TRTID10\": str,\n", + " \"MHMVAL00\": float,\n", + " \"HINC00\": float\n", + " },\n", + " na_values = [ \" \" ]\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
TRTID10statecountytractPOP00NHWHT00NHBLK00NTV00ASIAN00HAW00HISP00
001001020100ALAutauga CountyCensus Tract 2011920.9746951722.977295144.99809328.9996197.9998950.011.999842
106083002402CASanta Barbara CountyCensus Tract 24.026742.0000001573.000000126.00000044.000000272.00000011.04700.000000
201001020200ALAutauga CountyCensus Tract 2021892.000000671.0000001177.00000012.00000012.0000000.016.000000
306083002102CASanta Barbara CountyCensus Tract 21.022041.0000001204.00000057.00000019.00000060.0000002.0696.000000
401001020300ALAutauga CountyCensus Tract 2033339.0000002738.000000498.00000016.00000027.0000001.055.000000
\n", + "
" + ], + "text/plain": [ + " TRTID10 state county tract POP00 \\\n", + "0 01001020100 AL Autauga County Census Tract 201 1920.974695 \n", + "1 06083002402 CA Santa Barbara County Census Tract 24.02 6742.000000 \n", + "2 01001020200 AL Autauga County Census Tract 202 1892.000000 \n", + "3 06083002102 CA Santa Barbara County Census Tract 21.02 2041.000000 \n", + "4 01001020300 AL Autauga County Census Tract 203 3339.000000 \n", + "\n", + " NHWHT00 NHBLK00 NTV00 ASIAN00 HAW00 HISP00 \n", + "0 1722.977295 144.998093 28.999619 7.999895 0.0 11.999842 \n", + "1 1573.000000 126.000000 44.000000 272.000000 11.0 4700.000000 \n", + "2 671.000000 1177.000000 12.000000 12.000000 0.0 16.000000 \n", + "3 1204.000000 57.000000 19.000000 60.000000 2.0 696.000000 \n", + "4 2738.000000 498.000000 16.000000 27.000000 1.0 55.000000 " + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "full_count_data = (\n", + " pd.read_csv(\n", + " \"../data/LTDB_Std_2000_fullcount.csv\",\n", + " **CSV_OPTIONS_2000\n", + " )\n", + " [[\n", + " \"TRTID10\",\n", + " \"state\", \n", + " \"county\", \n", + " \"tract\",\n", + " \"POP00\",\n", + " \"NHWHT00\",\n", + " \"NHBLK00\",\n", + " \"NTV00\",\n", + " \"ASIAN00\",\n", + " \"HAW00\",\n", + " \"HISP00\",\n", + " ]]\n", + " .assign(\n", + " TRTID10 = lambda df: df[\"TRTID10\"].str.zfill(11)\n", + " )\n", + ")\n", + "\n", + "full_count_data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "TRTID10 object\n", + "state object\n", + "county object\n", + "tract object\n", + "POP00 float64\n", + "NHWHT00 float64\n", + "NHBLK00 float64\n", + "NTV00 float64\n", + "ASIAN00 float64\n", + "HAW00 float64\n", + "HISP00 float64\n", + "dtype: object" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "full_count_data.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "72693" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(full_count_data)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
TRTID10statecountytractAG25UP00HINC00MHMVAL00COL00
001001020100ALAutauga CountyCensus Tract 2011226.98388736685.0008076600.00185191.997467
101001020200ALAutauga CountyCensus Tract 2021157.00000030298.0000072900.00000170.000000
201001020300ALAutauga CountyCensus Tract 2032130.00000046731.0000079900.00000478.000000
301001020400ALAutauga CountyCensus Tract 2043072.00000046142.0000089800.00000708.000000
401001020500ALAutauga CountyCensus Tract 2053785.21492358886.26948116593.527401214.091953
\n", + "
" + ], + "text/plain": [ + " TRTID10 state county tract AG25UP00 \\\n", + "0 01001020100 AL Autauga County Census Tract 201 1226.983887 \n", + "1 01001020200 AL Autauga County Census Tract 202 1157.000000 \n", + "2 01001020300 AL Autauga County Census Tract 203 2130.000000 \n", + "3 01001020400 AL Autauga County Census Tract 204 3072.000000 \n", + "4 01001020500 AL Autauga County Census Tract 205 3785.214923 \n", + "\n", + " HINC00 MHMVAL00 COL00 \n", + "0 36685.00080 76600.00185 191.997467 \n", + "1 30298.00000 72900.00000 170.000000 \n", + "2 46731.00000 79900.00000 478.000000 \n", + "3 46142.00000 89800.00000 708.000000 \n", + "4 58886.26948 116593.52740 1214.091953 " + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "sample_data = pd.read_csv(\n", + " \"../data/LTDB_Std_2000_Sample.csv\",\n", + " **CSV_OPTIONS_2000,\n", + ")\n", + "\n", + "sample_data = sample_data[[\n", + " \"TRTID10\", \n", + " \"state\", \n", + " \"county\", \n", + " \"tract\",\n", + " \"AG25UP00\",\n", + " \"HINC00\", \n", + " \"MHMVAL00\", \n", + " \"COL00\"\n", + "]]\n", + "\n", + "sample_data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "72693 72693 72693\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
GEOIDstatecountytracttotal_populationwhite_aloneblack_alonenative_aloneasian_alonenative_hawaiian_pacific_islanderhispanic_or_latinototal_population_25_overmedian_incomemedian_home_valueeducational_attainment
001001020100ALAutauga CountyCensus Tract 2011920.9746951722.977295144.99809328.9996197.9998950.011.9998421226.98388736685.000876600.00185191.997467
106083002402CASanta Barbara CountyCensus Tract 24.026742.0000001573.000000126.00000044.000000272.00000011.04700.0000003298.00000031803.0000127000.00000205.000000
201001020200ALAutauga CountyCensus Tract 2021892.000000671.0000001177.00000012.00000012.0000000.016.0000001157.00000030298.000072900.00000170.000000
306083002102CASanta Barbara CountyCensus Tract 21.022041.0000001204.00000057.00000019.00000060.0000002.0696.0000001378.00000044135.0000144600.00000244.000000
401001020300ALAutauga CountyCensus Tract 2033339.0000002738.000000498.00000016.00000027.0000001.055.0000002130.00000046731.000079900.00000478.000000
\n", + "
" + ], + "text/plain": [ + " GEOID state county tract \\\n", + "0 01001020100 AL Autauga County Census Tract 201 \n", + "1 06083002402 CA Santa Barbara County Census Tract 24.02 \n", + "2 01001020200 AL Autauga County Census Tract 202 \n", + "3 06083002102 CA Santa Barbara County Census Tract 21.02 \n", + "4 01001020300 AL Autauga County Census Tract 203 \n", + "\n", + " total_population white_alone black_alone native_alone asian_alone \\\n", + "0 1920.974695 1722.977295 144.998093 28.999619 7.999895 \n", + "1 6742.000000 1573.000000 126.000000 44.000000 272.000000 \n", + "2 1892.000000 671.000000 1177.000000 12.000000 12.000000 \n", + "3 2041.000000 1204.000000 57.000000 19.000000 60.000000 \n", + "4 3339.000000 2738.000000 498.000000 16.000000 27.000000 \n", + "\n", + " native_hawaiian_pacific_islander hispanic_or_latino \\\n", + "0 0.0 11.999842 \n", + "1 11.0 4700.000000 \n", + "2 0.0 16.000000 \n", + "3 2.0 696.000000 \n", + "4 1.0 55.000000 \n", + "\n", + " total_population_25_over median_income median_home_value \\\n", + "0 1226.983887 36685.0008 76600.00185 \n", + "1 3298.000000 31803.0000 127000.00000 \n", + "2 1157.000000 30298.0000 72900.00000 \n", + "3 1378.000000 44135.0000 144600.00000 \n", + "4 2130.000000 46731.0000 79900.00000 \n", + "\n", + " educational_attainment \n", + "0 191.997467 \n", + "1 205.000000 \n", + "2 170.000000 \n", + "3 244.000000 \n", + "4 478.000000 " + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "census_data_2000 = (\n", + " pd.merge(\n", + " full_count_data,\n", + " sample_data,\n", + " on = [ \"state\", \"county\", \"tract\", \"TRTID10\" ],\n", + " how = \"left\",\n", + " validate = \"1:1\",\n", + " )\n", + " .rename(columns = {\n", + " \"TRTID10\": \"GEOID\", \n", + " \"POP00\": \"total_population\", # total population\n", + " \"AG25UP00\": \"total_population_25_over\", # total population 25 and over\n", + " \"NHWHT00\": \"white_alone\", # persons of white race, not Hispanic origin -- equivalent of 2010 \"white alone\"\n", + " \"NHBLK00\":\"black_alone\", # persons of black race, not Hispanic origin -- equivalent of 2010 \"black alone\"\n", + " \"NTV00\": \"native_alone\", # persons of Native American race\n", + " \"ASIAN00\": \"asian_alone\", # Asian and Pacific Islander race\n", + " \"HAW00\": \"native_hawaiian_pacific_islander\", # persons of Hawaiian race\n", + " \"HISP00\":\"hispanic_or_latino\", # persons of Hispanic origin \n", + " \"HINC00\": \"median_income\", # Median household income, total\n", + " \"MHMVAL00\": \"median_home_value\", # Median home value\n", + " \"COL00\": \"educational_attainment\" # persons with at least a four-year college degree\n", + " })\n", + ")\n", + "\n", + "print(len(census_data_2000), len(sample_data), len(full_count_data))\n", + "census_data_2000.head()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### Join with 2017 Census data\n", + "\n", + "Note: The [Census data dictionary](https://www.census.gov/data/developers/data-sets/acs-5year/data-notes.html) suggests that `-666666666` is a placeholder value for data that is not available:\n", + "```A \"-\" entry in the estimate column indicates that either no sample observations or too few sample observations were available to compute an estimate, or a ratio of medians cannot be calculated because one or both of the median estimates falls in the lowest interval or upper interval of an open-ended distribution.```" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "8281\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
GEOIDnametotal_populationtotal_population_25_overmedian_incomemedian_home_valueeducational_attainmentwhite_aloneblack_alonenative_aloneasian_alonenative_hawaiian_pacific_islandersome_other_race_alonetwo_or_morehispanic_or_latinocitymetro_area
011001007503Census Tract 75.03, District of Columbia, Dist...24541425.026250.0345600.0308.0122.02278.00.00.00.00.017.037.0WashingtonWashington-Arlington-Alexandria
111001007601Census Tract 76.01, District of Columbia, Dist...48553463.034840.0255000.0727.0311.04292.00.00.013.00.041.0198.0WashingtonWashington-Arlington-Alexandria
211001007709Census Tract 77.09, District of Columbia, Dist...25241817.033750.0250000.0344.020.02280.00.00.00.00.0130.094.0WashingtonWashington-Arlington-Alexandria
311001009508Census Tract 95.08, District of Columbia, Dist...36912838.056404.0356600.01008.0211.02688.068.071.00.00.066.0587.0WashingtonWashington-Arlington-Alexandria
411001009904Census Tract 99.04, District of Columbia, Dist...29791526.030728.0298600.0252.052.02375.00.00.015.00.046.0491.0WashingtonWashington-Arlington-Alexandria
\n", + "
" + ], + "text/plain": [ + " GEOID name \\\n", + "0 11001007503 Census Tract 75.03, District of Columbia, Dist... \n", + "1 11001007601 Census Tract 76.01, District of Columbia, Dist... \n", + "2 11001007709 Census Tract 77.09, District of Columbia, Dist... \n", + "3 11001009508 Census Tract 95.08, District of Columbia, Dist... \n", + "4 11001009904 Census Tract 99.04, District of Columbia, Dist... \n", + "\n", + " total_population total_population_25_over median_income \\\n", + "0 2454 1425.0 26250.0 \n", + "1 4855 3463.0 34840.0 \n", + "2 2524 1817.0 33750.0 \n", + "3 3691 2838.0 56404.0 \n", + "4 2979 1526.0 30728.0 \n", + "\n", + " median_home_value educational_attainment white_alone black_alone \\\n", + "0 345600.0 308.0 122.0 2278.0 \n", + "1 255000.0 727.0 311.0 4292.0 \n", + "2 250000.0 344.0 20.0 2280.0 \n", + "3 356600.0 1008.0 211.0 2688.0 \n", + "4 298600.0 252.0 52.0 2375.0 \n", + "\n", + " native_alone asian_alone native_hawaiian_pacific_islander \\\n", + "0 0.0 0.0 0.0 \n", + "1 0.0 0.0 13.0 \n", + "2 0.0 0.0 0.0 \n", + "3 68.0 71.0 0.0 \n", + "4 0.0 0.0 15.0 \n", + "\n", + " some_other_race_alone two_or_more hispanic_or_latino city \\\n", + "0 0.0 17.0 37.0 Washington \n", + "1 0.0 41.0 198.0 Washington \n", + "2 0.0 130.0 94.0 Washington \n", + "3 0.0 66.0 587.0 Washington \n", + "4 0.0 46.0 491.0 Washington \n", + "\n", + " metro_area \n", + "0 Washington-Arlington-Alexandria \n", + "1 Washington-Arlington-Alexandria \n", + "2 Washington-Arlington-Alexandria \n", + "3 Washington-Arlington-Alexandria \n", + "4 Washington-Arlington-Alexandria " + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "census_data_2017 = pd.read_csv(\n", + " \"../output/census_tracts.csv\",\n", + " dtype = { \"geoid\": str },\n", + " na_values = [ -666666666 ]\n", + ").rename(\n", + " columns = {\"geoid\": \"GEOID\" }\n", + ")\n", + "\n", + "print(len(census_data_2017))\n", + "census_data_2017.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
GEOIDnametotal_population_17total_population_25_over_17median_income_17median_home_value_17educational_attainment_17white_alone_17black_alone_17native_alone_17...white_alone_00black_alone_00native_alone_00asian_alone_00native_hawaiian_pacific_islander_00hispanic_or_latino_00total_population_25_over_00median_income_00median_home_value_00educational_attainment_00
011001007503Census Tract 75.03, District of Columbia, Dist...24541425.026250.0345600.0308.0122.02278.00.0...28.02447.03.07.01.026.01456.021402.099200.055.0
111001007601Census Tract 76.01, District of Columbia, Dist...48553463.034840.0255000.0727.0311.04292.00.0...108.04393.07.05.00.057.02998.032930.0101300.0249.0
211001007709Census Tract 77.09, District of Columbia, Dist...25241817.033750.0250000.0344.020.02280.00.0...29.01899.07.08.00.035.01323.029332.0111600.0135.0
311001009508Census Tract 95.08, District of Columbia, Dist...36912838.056404.0356600.01008.0211.02688.068.0...25.02762.05.017.00.041.02138.041972.0136300.0457.0
411001009904Census Tract 99.04, District of Columbia, Dist...29791526.030728.0298600.0252.052.02375.00.0...12.01826.06.02.00.017.01111.026745.0126300.043.0
\n", + "

5 rows × 31 columns

\n", + "
" + ], + "text/plain": [ + " GEOID name \\\n", + "0 11001007503 Census Tract 75.03, District of Columbia, Dist... \n", + "1 11001007601 Census Tract 76.01, District of Columbia, Dist... \n", + "2 11001007709 Census Tract 77.09, District of Columbia, Dist... \n", + "3 11001009508 Census Tract 95.08, District of Columbia, Dist... \n", + "4 11001009904 Census Tract 99.04, District of Columbia, Dist... \n", + "\n", + " total_population_17 total_population_25_over_17 median_income_17 \\\n", + "0 2454 1425.0 26250.0 \n", + "1 4855 3463.0 34840.0 \n", + "2 2524 1817.0 33750.0 \n", + "3 3691 2838.0 56404.0 \n", + "4 2979 1526.0 30728.0 \n", + "\n", + " median_home_value_17 educational_attainment_17 white_alone_17 \\\n", + "0 345600.0 308.0 122.0 \n", + "1 255000.0 727.0 311.0 \n", + "2 250000.0 344.0 20.0 \n", + "3 356600.0 1008.0 211.0 \n", + "4 298600.0 252.0 52.0 \n", + "\n", + " black_alone_17 native_alone_17 ... white_alone_00 black_alone_00 \\\n", + "0 2278.0 0.0 ... 28.0 2447.0 \n", + "1 4292.0 0.0 ... 108.0 4393.0 \n", + "2 2280.0 0.0 ... 29.0 1899.0 \n", + "3 2688.0 68.0 ... 25.0 2762.0 \n", + "4 2375.0 0.0 ... 12.0 1826.0 \n", + "\n", + " native_alone_00 asian_alone_00 native_hawaiian_pacific_islander_00 \\\n", + "0 3.0 7.0 1.0 \n", + "1 7.0 5.0 0.0 \n", + "2 7.0 8.0 0.0 \n", + "3 5.0 17.0 0.0 \n", + "4 6.0 2.0 0.0 \n", + "\n", + " hispanic_or_latino_00 total_population_25_over_00 median_income_00 \\\n", + "0 26.0 1456.0 21402.0 \n", + "1 57.0 2998.0 32930.0 \n", + "2 35.0 1323.0 29332.0 \n", + "3 41.0 2138.0 41972.0 \n", + "4 17.0 1111.0 26745.0 \n", + "\n", + " median_home_value_00 educational_attainment_00 \n", + "0 99200.0 55.0 \n", + "1 101300.0 249.0 \n", + "2 111600.0 135.0 \n", + "3 136300.0 457.0 \n", + "4 126300.0 43.0 \n", + "\n", + "[5 rows x 31 columns]" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "census_merged = pd.merge(\n", + " census_data_2017,\n", + " census_data_2000, \n", + " on = \"GEOID\",\n", + " how = \"left\",\n", + " suffixes = [ \"_17\", \"_00\" ],\n", + " validate = \"1:1\",\n", + ")\n", + "\n", + "census_merged[\"median_home_value_00\"] = census_merged[\"median_home_value_00\"].replace(0, np.nan)\n", + "\n", + "census_merged.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Int64Index: 8281 entries, 0 to 8280\n", + "Data columns (total 31 columns):\n", + " # Column Non-Null Count Dtype \n", + "--- ------ -------------- ----- \n", + " 0 GEOID 8281 non-null object \n", + " 1 name 8281 non-null object \n", + " 2 total_population_17 8281 non-null int64 \n", + " 3 total_population_25_over_17 8281 non-null float64\n", + " 4 median_income_17 8160 non-null float64\n", + " 5 median_home_value_17 7936 non-null float64\n", + " 6 educational_attainment_17 8281 non-null float64\n", + " 7 white_alone_17 8281 non-null float64\n", + " 8 black_alone_17 8281 non-null float64\n", + " 9 native_alone_17 8281 non-null float64\n", + " 10 asian_alone_17 8281 non-null float64\n", + " 11 native_hawaiian_pacific_islander_17 8281 non-null float64\n", + " 12 some_other_race_alone 8281 non-null float64\n", + " 13 two_or_more 8281 non-null float64\n", + " 14 hispanic_or_latino_17 8281 non-null float64\n", + " 15 city 8281 non-null object \n", + " 16 metro_area 8281 non-null object \n", + " 17 state 8243 non-null object \n", + " 18 county 8243 non-null object \n", + " 19 tract 8243 non-null object \n", + " 20 total_population_00 8243 non-null float64\n", + " 21 white_alone_00 8243 non-null float64\n", + " 22 black_alone_00 8243 non-null float64\n", + " 23 native_alone_00 8243 non-null float64\n", + " 24 asian_alone_00 8243 non-null float64\n", + " 25 native_hawaiian_pacific_islander_00 8243 non-null float64\n", + " 26 hispanic_or_latino_00 8243 non-null float64\n", + " 27 total_population_25_over_00 8243 non-null float64\n", + " 28 median_income_00 8205 non-null float64\n", + " 29 median_home_value_00 8151 non-null float64\n", + " 30 educational_attainment_00 8243 non-null float64\n", + "dtypes: float64(23), int64(1), object(7)\n", + "memory usage: 2.0+ MB\n" + ] + } + ], + "source": [ + "census_merged.info()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "New York City 4700\n", + "Oakland 980\n", + "Washington 967\n", + "Atlanta 951\n", + "Baltimore 683\n", + "Name: city, dtype: int64" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "census_merged[\"city\"].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "census_merged.to_csv(\n", + " \"../output/census_data_metro.csv\",\n", + " index = False\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# The gentrification measure\n", + "It is based on two tests detailed [here](http://www.governing.com/gov-data/gentrification-report-methodology.html).\n", + "\n", + "#### Test 1: does the tract qualify for gentrification?\n", + "\n", + "* The tract had a population of at least 500 residents at the beginning and end of a decade and was located within a central city\n", + "\n", + "* The tract’s median household income was in the bottom 40th percentile when compared to all tracts within its metro area at the beginning of the decade.\n", + "\n", + "* The tract’s median home value was in the bottom 40th percentile when compared to all tracts within its metro area at the beginning of the decade.\n", + "\n", + "#### Test 2: has it gentrified?\n", + "\n", + "* An increase in a tract's educational attainment, as measured by the percentage of residents age 25 and over holding bachelor’s degrees, was in the top third of all tracts within a metro area.\n", + "\n", + "* A tract’s median home value increased when adjusted for inflation.\n", + "\n", + "* The percentage increase in a tract’s inflation-adjusted median home value was in the top third of all tracts within a metro area." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "*Calculate the metro-level variables needed for these tests on a city-wide level:*\n", + "\n", + "* 40th percentile household income threshold for metro level data \n", + "* 40th percentile median home value for metro level\n", + "* bachelor's degree — top third for metro level\n", + "* inflation-adjusted median home value — top third for all metro level" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Educational attainment percentage change" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [], + "source": [ + "census_merged[\"educational_attainment_pct_17\"] = (\n", + " 100 * census_merged[\"educational_attainment_17\"] /\n", + " census_merged[\"total_population_25_over_17\"]\n", + ")\n", + "\n", + "census_merged[\"educational_attainment_pct_00\"] = (\n", + " 100 * census_merged[\"educational_attainment_00\"] / \n", + " census_merged[\"total_population_25_over_00\"]\n", + ")\n", + "\n", + "census_merged[\"educational_attainment_change\"] = (\n", + " census_merged[\"educational_attainment_pct_17\"] - \n", + " census_merged[\"educational_attainment_pct_00\"]\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Home value percentage change" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Per [BLS CPI inflation rate](https://data.bls.gov/cgi-bin/cpicalc.pl?cost1=1.00&year1=200001&year2=201701), 1 dollar in January 2000 was worth $1.44 in January 2017." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "inflation_rate = 1.44" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now calculate the varios thresholds for our gentrification tests: \n", + "* `40th percentile household income threshold for metro level data`\n", + "* `40th percentile median home value for metro level` \n", + "* `inflation-adjusted median home value — top third percentile for all metro level`" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [], + "source": [ + "census_merged[\"home_pct_change\"] = (\n", + " (\n", + " census_merged[\"median_home_value_17\"] - # current median home value\n", + " (census_merged[\"median_home_value_00\"] * inflation_rate) # previous median home value adjusted for inflation\n", + " ) / \n", + " census_merged[\"median_home_value_17\"] # current median home value \n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Calculate percentiles " + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
metro_areametro_median_income_00_q40metro_median_home_value_00_q40educational_attainment_change_q66home_pct_change_q66
0Atlanta-Sandy Springs-Alpharetta46630.915002108139.998489.1097970.049062
1Baltimore-Columbia-Towson43464.600000106757.5972210.7444440.319395
2New York-Newark-Jersey City43583.600072181600.0000011.1644520.375903
3San Francisco-Oakland-Berkeley56636.600000290200.0041612.1911180.346429
4Washington-Arlington-Alexandria54471.999864147300.1724210.9289430.390918
\n", + "
" + ], + "text/plain": [ + " metro_area metro_median_income_00_q40 \\\n", + "0 Atlanta-Sandy Springs-Alpharetta 46630.915002 \n", + "1 Baltimore-Columbia-Towson 43464.600000 \n", + "2 New York-Newark-Jersey City 43583.600072 \n", + "3 San Francisco-Oakland-Berkeley 56636.600000 \n", + "4 Washington-Arlington-Alexandria 54471.999864 \n", + "\n", + " metro_median_home_value_00_q40 educational_attainment_change_q66 \\\n", + "0 108139.99848 9.109797 \n", + "1 106757.59722 10.744444 \n", + "2 181600.00000 11.164452 \n", + "3 290200.00416 12.191118 \n", + "4 147300.17242 10.928943 \n", + "\n", + " home_pct_change_q66 \n", + "0 0.049062 \n", + "1 0.319395 \n", + "2 0.375903 \n", + "3 0.346429 \n", + "4 0.390918 " + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "census_merged_grp = census_merged.groupby(\"metro_area\")\n", + "\n", + "metro_metrics = (\n", + " pd.DataFrame({\n", + " \"metro_median_income_00_q40\": census_merged_grp[\"median_income_00\"].quantile(0.4),\n", + " \"metro_median_home_value_00_q40\": census_merged_grp[\"median_home_value_00\"].quantile(0.4),\n", + " \"educational_attainment_change_q66\": census_merged_grp[\"educational_attainment_change\"].quantile(2.0/3),\n", + " \"home_pct_change_q66\": census_merged_grp[\"home_pct_change\"].quantile(2.0/3)\n", + " })\n", + " .reset_index()\n", + ")\n", + "\n", + "metro_metrics" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [], + "source": [ + "census_merged_with_metro = pd.merge(\n", + " census_merged,\n", + " metro_metrics,\n", + " on = \"metro_area\",\n", + " how = \"left\",\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Select only tracts in the cities of interest" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [], + "source": [ + "CITY_CSVS = {\n", + " \"Atlanta\": \"../data/city_tracts/atlanta_census_reporter/acs2018_5yr_B03002_14000US13121008201.csv\", \n", + " \"Baltimore\": \"../data/city_tracts/baltimore_census_reporter/acs2018_5yr_B03002_14000US24510260700.csv\",\n", + " \"New York City\": \"../data/city_tracts/new_york_census_reporter/acs2018_5yr_B03002_14000US36047990100.csv\",\n", + " \"Oakland\": \"../data/city_tracts/oakland_census_reporter/acs2018_5yr_B03002_14000US06001403400.csv\",\n", + " \"Washington\":\"../data/city_tracts/washington_census_reporter/acs2018_5yr_B03002_14000US11001007403.csv\"\n", + "}" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2799\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
GEOID
013089020100
113089020200
213089020300
313089020400
413089020500
\n", + "
" + ], + "text/plain": [ + " GEOID\n", + "0 13089020100\n", + "1 13089020200\n", + "2 13089020300\n", + "3 13089020400\n", + "4 13089020500" + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "tracts_in_cities = (\n", + " pd.concat([\n", + " pd.read_csv(path, usecols = [ \"geoid\" ])\n", + " for city, path in CITY_CSVS.items()\n", + " ])\n", + " .assign(\n", + " GEOID = lambda df: df[\"geoid\"].str.slice(7, None)\n", + " )\n", + " .drop(columns = [ \"geoid\" ])\n", + ")\n", + "\n", + "print(len(tracts_in_cities))\n", + "\n", + "tracts_in_cities.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2799\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
GEOIDnametotal_population_17total_population_25_over_17median_income_17median_home_value_17educational_attainment_17white_alone_17black_alone_17native_alone_17...median_home_value_00educational_attainment_00educational_attainment_pct_17educational_attainment_pct_00educational_attainment_changehome_pct_changemetro_median_income_00_q40metro_median_home_value_00_q40educational_attainment_change_q66home_pct_change_q66
013089020100Census Tract 201, DeKalb County, Georgia20761455.0174526.0617300.01231.01885.036.00.0...378900.0000966.00000084.60481171.34416513.2606460.11612546630.915002108139.998489.1097970.049062
113089020200Census Tract 202, DeKalb County, Georgia20451657.087889.0548200.01271.01596.0187.00.0...395014.95551362.20168976.70488878.568721-1.863833-0.03761746630.915002108139.998489.1097970.049062
213089020300Census Tract 203, DeKalb County, Georgia41512934.0113088.0470300.02344.03612.0146.027.0...256174.81671710.15185479.89093468.61549811.2754350.21562546630.915002108139.998489.1097970.049062
313089020400Census Tract 204, DeKalb County, Georgia25741891.078681.0433000.01584.02251.074.00.0...252024.75801181.24277783.76520464.73180219.0334020.16185846630.915002108139.998489.1097970.049062
413089020500Census Tract 205, DeKalb County, Georgia33052685.055208.0239600.01220.01596.01286.00.0...87499.9969206.65956145.4376169.69555035.7420660.47412446630.915002108139.998489.1097970.049062
\n", + "

5 rows × 39 columns

\n", + "
" + ], + "text/plain": [ + " GEOID name total_population_17 \\\n", + "0 13089020100 Census Tract 201, DeKalb County, Georgia 2076 \n", + "1 13089020200 Census Tract 202, DeKalb County, Georgia 2045 \n", + "2 13089020300 Census Tract 203, DeKalb County, Georgia 4151 \n", + "3 13089020400 Census Tract 204, DeKalb County, Georgia 2574 \n", + "4 13089020500 Census Tract 205, DeKalb County, Georgia 3305 \n", + "\n", + " total_population_25_over_17 median_income_17 median_home_value_17 \\\n", + "0 1455.0 174526.0 617300.0 \n", + "1 1657.0 87889.0 548200.0 \n", + "2 2934.0 113088.0 470300.0 \n", + "3 1891.0 78681.0 433000.0 \n", + "4 2685.0 55208.0 239600.0 \n", + "\n", + " educational_attainment_17 white_alone_17 black_alone_17 native_alone_17 \\\n", + "0 1231.0 1885.0 36.0 0.0 \n", + "1 1271.0 1596.0 187.0 0.0 \n", + "2 2344.0 3612.0 146.0 27.0 \n", + "3 1584.0 2251.0 74.0 0.0 \n", + "4 1220.0 1596.0 1286.0 0.0 \n", + "\n", + " ... median_home_value_00 educational_attainment_00 \\\n", + "0 ... 378900.0000 966.000000 \n", + "1 ... 395014.9555 1362.201689 \n", + "2 ... 256174.8167 1710.151854 \n", + "3 ... 252024.7580 1181.242777 \n", + "4 ... 87499.9969 206.659561 \n", + "\n", + " educational_attainment_pct_17 educational_attainment_pct_00 \\\n", + "0 84.604811 71.344165 \n", + "1 76.704888 78.568721 \n", + "2 79.890934 68.615498 \n", + "3 83.765204 64.731802 \n", + "4 45.437616 9.695550 \n", + "\n", + " educational_attainment_change home_pct_change metro_median_income_00_q40 \\\n", + "0 13.260646 0.116125 46630.915002 \n", + "1 -1.863833 -0.037617 46630.915002 \n", + "2 11.275435 0.215625 46630.915002 \n", + "3 19.033402 0.161858 46630.915002 \n", + "4 35.742066 0.474124 46630.915002 \n", + "\n", + " metro_median_home_value_00_q40 educational_attainment_change_q66 \\\n", + "0 108139.99848 9.109797 \n", + "1 108139.99848 9.109797 \n", + "2 108139.99848 9.109797 \n", + "3 108139.99848 9.109797 \n", + "4 108139.99848 9.109797 \n", + "\n", + " home_pct_change_q66 \n", + "0 0.049062 \n", + "1 0.049062 \n", + "2 0.049062 \n", + "3 0.049062 \n", + "4 0.049062 \n", + "\n", + "[5 rows x 39 columns]" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cities_only = pd.merge(\n", + " tracts_in_cities,\n", + " census_merged_with_metro,\n", + " on = \"GEOID\",\n", + " how = \"left\",\n", + " validate = \"1:1\",\n", + ")\n", + "\n", + "print(len(cities_only))\n", + "\n", + "cities_only.head()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Run gentrification tests described above\n", + "\n", + "Create columns for every test that needs to be passed:\n", + "\n", + "1. First whether they qualify\n", + "2. Whether they gentrified" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": {}, + "outputs": [], + "source": [ + "# The tract had a population of at least 500 residents at the beginning and \n", + "# end of a decade and was located within a central city\n", + "cities_only[\"low_population\"] = (\n", + " (cities_only[\"total_population_00\"] < 500) | \n", + " (cities_only[\"total_population_17\"] < 500)\n", + ") \n", + "\n", + "# The tract’s median household income was in the bottom 40th percentile when compared \n", + "# to all tracts within its metro area at the beginning of the decade.\n", + "cities_only[\"median_home_value_00_qualifies\"] = (\n", + " cities_only[\"median_home_value_00\"] < cities_only[\"metro_median_home_value_00_q40\"]\n", + ")\n", + "\n", + "# The tract’s median home value was in the bottom 40th percentile when compared \n", + "# to all tracts within its metro area at the beginning of the decade.\n", + "cities_only[\"median_40th_income_00_qualifies\"] = (\n", + " cities_only[\"median_income_00\"] < cities_only[\"metro_median_income_00_q40\"]\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [], + "source": [ + "# An increase in a tract\"s educational attainment, as measured by the \n", + "# percentage of residents age 25 and over who hold bachelor’s degrees, \n", + "# was in the top third percentile of all tracts within a metro area.\n", + "cities_only[\"educational_increase_is_top_3rd\"] = (\n", + " cities_only[\"educational_attainment_change\"] > cities_only[\"educational_attainment_change_q66\"]\n", + ")\n", + "\n", + "# The median home value increased, after accounting for inflation\n", + "cities_only[\"median_home_increased\"] = (\n", + " cities_only[\"median_home_value_17\"] > (cities_only[\"median_home_value_00\"] * inflation_rate)\n", + ")\n", + "\n", + "# The percentage increase in a tract’s inflation-adjusted median home \n", + "# value was in the top third percentile of all tracts within a metro area.\n", + "cities_only[\"median_home_increase_is_top_3rd\"] = (\n", + " cities_only[\"home_pct_change\"] > cities_only[\"home_pct_change_q66\"]\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "882" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cities_only[\"eligible_for_gentrification\"] = (\n", + " (cities_only[\"low_population\"] == False) &\n", + " (cities_only[\"median_home_value_00_qualifies\"] == True) &\n", + " (cities_only[\"median_40th_income_00_qualifies\"] == True)\n", + ")\n", + "\n", + "cities_only[\"eligible_for_gentrification\"].sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "289" + ] + }, + "execution_count": 24, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cities_only[\"gentrified\"] = (\n", + " (cities_only[\"eligible_for_gentrification\"] == True) & \n", + " (cities_only[\"educational_increase_is_top_3rd\"] == True) & \n", + " (cities_only[\"median_home_increased\"] == True) & \n", + " (cities_only[\"median_home_increase_is_top_3rd\"] == True)\n", + ")\n", + "\n", + "cities_only[\"gentrified\"].sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "593" + ] + }, + "execution_count": 25, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cities_only[\"eligible_not_gentrified_highpop\"] = (\n", + " (cities_only[\"eligible_for_gentrification\"] == True) &\n", + " (cities_only[\"gentrified\"] == False)\n", + ")\n", + "\n", + "cities_only[\"eligible_not_gentrified_highpop\"].sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "1831" + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cities_only[\"not_eligible_highpop\"] = (\n", + " (cities_only[\"low_population\"] == False) &\n", + " (cities_only[\"eligible_for_gentrification\"] == False) \n", + ")\n", + "\n", + "cities_only[\"not_eligible_highpop\"].sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
eligible_for_gentrificationgentrifiednot_eligible_highpoplow_population
city
Atlanta7223643
Baltimore16940301
New York City455138163577
Oakland8329274
Washington10359751
\n", + "
" + ], + "text/plain": [ + " eligible_for_gentrification gentrified not_eligible_highpop \\\n", + "city \n", + "Atlanta 72 23 64 \n", + "Baltimore 169 40 30 \n", + "New York City 455 138 1635 \n", + "Oakland 83 29 27 \n", + "Washington 103 59 75 \n", + "\n", + " low_population \n", + "city \n", + "Atlanta 3 \n", + "Baltimore 1 \n", + "New York City 77 \n", + "Oakland 4 \n", + "Washington 1 " + ] + }, + "execution_count": 27, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "(\n", + " cities_only\n", + " [[\n", + " \"city\",\n", + " \"eligible_for_gentrification\",\n", + " \"gentrified\",\n", + " \"not_eligible_highpop\",\n", + " \"low_population\",\n", + " ]]\n", + " .groupby(\"city\")\n", + " .sum()\n", + " .astype(int)\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Calculate race/ethnicity percentage changes" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "metadata": {}, + "outputs": [], + "source": [ + "RACE_ETHNICITY_GROUPS = [\n", + " \"white_alone\",\n", + " \"black_alone\",\n", + " \"asian_alone\",\n", + " \"native_alone\",\n", + " \"native_hawaiian_pacific_islander\",\n", + " \"hispanic_or_latino\",\n", + "]\n", + "\n", + "for group in RACE_ETHNICITY_GROUPS:\n", + " cities_only[f\"pct_{group}_17\"] = (100 * cities_only[f\"{group}_17\"] / cities_only[\"total_population_17\"]).round(3)\n", + " cities_only[f\"pct_{group}_00\"] = (100 * cities_only[f\"{group}_00\"] / cities_only[\"total_population_00\"]).round(3)\n", + " \n", + " cities_only[f\"pct_{group}_change\"] = (cities_only[f\"pct_{group}_17\"] - cities_only[f\"pct_{group}_00\"]).round(3)" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, + "outputs": [], + "source": [ + "cities_only.to_csv(\n", + " \"../output/gentrification.csv\",\n", + " index = False\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Merge data with shapefiles\n", + "\n", + "Shapefiles sourced here: https://www.census.gov/cgi-bin/geo/shapefiles/index.php?year=2019&layergroup=Census+Tracts" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
GEOIDINTPTLATINTPTLONgeometry
011001010900+38.8132364-077.0238475POLYGON ((-77.03919 38.80050, -77.03913 38.800...
111001010400+38.8512514-077.0009048POLYGON ((-77.00919 38.83918, -77.00915 38.839...
211001009903+38.8883180-076.9212121POLYGON ((-76.93005 38.88982, -76.92797 38.889...
311001009904+38.8851712-076.9311353POLYGON ((-76.93577 38.88596, -76.93524 38.885...
411001000902+38.9285125-077.1077517POLYGON ((-77.11975 38.93435, -77.11886 38.935...
\n", + "
" + ], + "text/plain": [ + " GEOID INTPTLAT INTPTLON \\\n", + "0 11001010900 +38.8132364 -077.0238475 \n", + "1 11001010400 +38.8512514 -077.0009048 \n", + "2 11001009903 +38.8883180 -076.9212121 \n", + "3 11001009904 +38.8851712 -076.9311353 \n", + "4 11001000902 +38.9285125 -077.1077517 \n", + "\n", + " geometry \n", + "0 POLYGON ((-77.03919 38.80050, -77.03913 38.800... \n", + "1 POLYGON ((-77.00919 38.83918, -77.00915 38.839... \n", + "2 POLYGON ((-76.93005 38.88982, -76.92797 38.889... \n", + "3 POLYGON ((-76.93577 38.88596, -76.93524 38.885... \n", + "4 POLYGON ((-77.11975 38.93435, -77.11886 38.935... " + ] + }, + "execution_count": 30, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "states = {\n", + " \"DC\":\"../data/censusTracts/states/tl_2019_11_DC_tract/tl_2019_11_tract.shp\",\n", + " \"Georgia\": \"../data/censusTracts/states/tl_2019_13_georgia_tract/tl_2019_13_tract.shp\", \n", + " \"Maryland\": \"../data/censusTracts/states/tl_2019_24_maryland_tract/tl_2019_24_tract.shp\",\n", + " \"California\": \"../data/censusTracts/states/tl_2019_06_california_tract/tl_2019_06_tract.shp\",\n", + " \"New York\": \"../data/censusTracts/states/tl_2019_36_NY_tract/tl_2019_36_tract.shp\",\n", + "}\n", + "\n", + "\n", + "shape_files = (\n", + " pd.concat([\n", + " gp.read_file(path)\n", + " .drop(columns = [\n", + " \"STATEFP\",\n", + " \"COUNTYFP\",\n", + " \"TRACTCE\",\n", + " \"NAMELSAD\",\n", + " \"NAME\",\n", + " \"FUNCSTAT\",\n", + " \"ALAND\",\n", + " \"AWATER\",\n", + " \"MTFCC\"\n", + "\n", + " ])\n", + " for state, path in states.items()\n", + " ])\n", + ")\n", + "\n", + "shape_files.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "geopandas.geodataframe.GeoDataFrame" + ] + }, + "execution_count": 31, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "type(shape_files)" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "16529" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(shape_files)" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2799 2799\n" + ] + } + ], + "source": [ + "merged_shape_files = gp.GeoDataFrame(\n", + " pd.merge(\n", + " cities_only,\n", + " shape_files, \n", + " on = \"GEOID\",\n", + " how = \"left\",\n", + " validate = \"1:1\", \n", + " )\n", + " .dropna(subset = [ \"city\" ])\n", + " .replace([np.inf, -np.inf], np.nan)\n", + ")\n", + "\n", + "print(len(cities_only), len(merged_shape_files))" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "geopandas.geodataframe.GeoDataFrame" + ] + }, + "execution_count": 34, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "type(merged_shape_files)" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
GEOIDnametotal_population_17total_population_25_over_17median_income_17median_home_value_17educational_attainment_17white_alone_17black_alone_17native_alone_17...pct_native_alone_changepct_native_hawaiian_pacific_islander_17pct_native_hawaiian_pacific_islander_00pct_native_hawaiian_pacific_islander_changepct_hispanic_or_latino_17pct_hispanic_or_latino_00pct_hispanic_or_latino_changeINTPTLATINTPTLONgeometry
013089020100Census Tract 201, DeKalb County, Georgia20761455.0174526.0617300.01231.01885.036.00.0...-0.2240.00.00.04.57610.768-6.192+33.7998709-084.3432667POLYGON ((-84.34830 33.79151, -84.34828 33.791...
113089020200Census Tract 202, DeKalb County, Georgia20451657.087889.0548200.01271.01596.0187.00.0...-0.5460.00.00.05.2813.0922.189+33.7756064-084.3402667POLYGON ((-84.34898 33.77168, -84.34897 33.772...
213089020300Census Tract 203, DeKalb County, Georgia41512934.0113088.0470300.02344.03612.0146.027.0...0.1280.00.00.03.5892.2101.379+33.7659856-084.3295009POLYGON ((-84.33998 33.76486, -84.33942 33.764...
313089020400Census Tract 204, DeKalb County, Georgia25741891.078681.0433000.01584.02251.074.00.0...-0.5170.00.00.02.8753.341-0.466+33.7660727-084.3443392POLYGON ((-84.34922 33.76220, -84.34921 33.764...
413089020500Census Tract 205, DeKalb County, Georgia33052685.055208.0239600.01220.01596.01286.00.0...-0.0620.00.00.05.4462.9352.511+33.7526586-084.3416193POLYGON ((-84.34921 33.75115, -84.34919 33.752...
\n", + "

5 rows × 70 columns

\n", + "
" + ], + "text/plain": [ + " GEOID name total_population_17 \\\n", + "0 13089020100 Census Tract 201, DeKalb County, Georgia 2076 \n", + "1 13089020200 Census Tract 202, DeKalb County, Georgia 2045 \n", + "2 13089020300 Census Tract 203, DeKalb County, Georgia 4151 \n", + "3 13089020400 Census Tract 204, DeKalb County, Georgia 2574 \n", + "4 13089020500 Census Tract 205, DeKalb County, Georgia 3305 \n", + "\n", + " total_population_25_over_17 median_income_17 median_home_value_17 \\\n", + "0 1455.0 174526.0 617300.0 \n", + "1 1657.0 87889.0 548200.0 \n", + "2 2934.0 113088.0 470300.0 \n", + "3 1891.0 78681.0 433000.0 \n", + "4 2685.0 55208.0 239600.0 \n", + "\n", + " educational_attainment_17 white_alone_17 black_alone_17 native_alone_17 \\\n", + "0 1231.0 1885.0 36.0 0.0 \n", + "1 1271.0 1596.0 187.0 0.0 \n", + "2 2344.0 3612.0 146.0 27.0 \n", + "3 1584.0 2251.0 74.0 0.0 \n", + "4 1220.0 1596.0 1286.0 0.0 \n", + "\n", + " ... pct_native_alone_change pct_native_hawaiian_pacific_islander_17 \\\n", + "0 ... -0.224 0.0 \n", + "1 ... -0.546 0.0 \n", + "2 ... 0.128 0.0 \n", + "3 ... -0.517 0.0 \n", + "4 ... -0.062 0.0 \n", + "\n", + " pct_native_hawaiian_pacific_islander_00 \\\n", + "0 0.0 \n", + "1 0.0 \n", + "2 0.0 \n", + "3 0.0 \n", + "4 0.0 \n", + "\n", + " pct_native_hawaiian_pacific_islander_change pct_hispanic_or_latino_17 \\\n", + "0 0.0 4.576 \n", + "1 0.0 5.281 \n", + "2 0.0 3.589 \n", + "3 0.0 2.875 \n", + "4 0.0 5.446 \n", + "\n", + " pct_hispanic_or_latino_00 pct_hispanic_or_latino_change INTPTLAT \\\n", + "0 10.768 -6.192 +33.7998709 \n", + "1 3.092 2.189 +33.7756064 \n", + "2 2.210 1.379 +33.7659856 \n", + "3 3.341 -0.466 +33.7660727 \n", + "4 2.935 2.511 +33.7526586 \n", + "\n", + " INTPTLON geometry \n", + "0 -084.3432667 POLYGON ((-84.34830 33.79151, -84.34828 33.791... \n", + "1 -084.3402667 POLYGON ((-84.34898 33.77168, -84.34897 33.772... \n", + "2 -084.3295009 POLYGON ((-84.33998 33.76486, -84.33942 33.764... \n", + "3 -084.3443392 POLYGON ((-84.34922 33.76220, -84.34921 33.764... \n", + "4 -084.3416193 POLYGON ((-84.34921 33.75115, -84.34919 33.752... \n", + "\n", + "[5 rows x 70 columns]" + ] + }, + "execution_count": 35, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "merged_shape_files.head()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Prepare data for maps\n", + "\n", + "- drop columns that don\"t need to be visualized\n", + "- make a geojson file for each city\n" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['GEOID', 'name', 'total_population_17', 'total_population_25_over_17',\n", + " 'median_income_17', 'median_home_value_17', 'educational_attainment_17',\n", + " 'white_alone_17', 'black_alone_17', 'native_alone_17', 'asian_alone_17',\n", + " 'native_hawaiian_pacific_islander_17', 'some_other_race_alone',\n", + " 'two_or_more', 'hispanic_or_latino_17', 'city', 'metro_area', 'state',\n", + " 'county', 'tract', 'total_population_00', 'white_alone_00',\n", + " 'black_alone_00', 'native_alone_00', 'asian_alone_00',\n", + " 'native_hawaiian_pacific_islander_00', 'hispanic_or_latino_00',\n", + " 'total_population_25_over_00', 'median_income_00',\n", + " 'median_home_value_00', 'educational_attainment_00',\n", + " 'educational_attainment_pct_17', 'educational_attainment_pct_00',\n", + " 'educational_attainment_change', 'home_pct_change',\n", + " 'metro_median_income_00_q40', 'metro_median_home_value_00_q40',\n", + " 'educational_attainment_change_q66', 'home_pct_change_q66',\n", + " 'low_population', 'median_home_value_00_qualifies',\n", + " 'median_40th_income_00_qualifies', 'educational_increase_is_top_3rd',\n", + " 'median_home_increased', 'median_home_increase_is_top_3rd',\n", + " 'eligible_for_gentrification', 'gentrified',\n", + " 'eligible_not_gentrified_highpop', 'not_eligible_highpop',\n", + " 'pct_white_alone_17', 'pct_white_alone_00', 'pct_white_alone_change',\n", + " 'pct_black_alone_17', 'pct_black_alone_00', 'pct_black_alone_change',\n", + " 'pct_asian_alone_17', 'pct_asian_alone_00', 'pct_asian_alone_change',\n", + " 'pct_native_alone_17', 'pct_native_alone_00', 'pct_native_alone_change',\n", + " 'pct_native_hawaiian_pacific_islander_17',\n", + " 'pct_native_hawaiian_pacific_islander_00',\n", + " 'pct_native_hawaiian_pacific_islander_change',\n", + " 'pct_hispanic_or_latino_17', 'pct_hispanic_or_latino_00',\n", + " 'pct_hispanic_or_latino_change', 'INTPTLAT', 'INTPTLON', 'geometry'],\n", + " dtype='object')" + ] + }, + "execution_count": 36, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "merged_shape_files.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "metadata": {}, + "outputs": [], + "source": [ + "columns_for_viz = [\n", + " \"GEOID\",\n", + " \"name\",\n", + " \"total_population_17\",\n", + " \"white_alone_17\",\n", + " \"black_alone_17\",\n", + " \"native_alone_17\",\n", + " \"asian_alone_17\",\n", + " \"native_hawaiian_pacific_islander_17\",\n", + " \"hispanic_or_latino_17\",\n", + " \"city\",\n", + " \"gentrified\",\n", + " \"pct_white_alone_change\",\n", + " \"pct_black_alone_change\",\n", + " \"pct_native_alone_change\",\n", + " \"pct_asian_alone_change\",\n", + " \"pct_hispanic_or_latino_change\",\n", + " \"pct_native_hawaiian_pacific_islander_change\",\n", + " \"INTPTLAT\", \"INTPTLON\", \"geometry\"\n", + "]\n", + "\n", + "merged_shape_files_for_viz = merged_shape_files[columns_for_viz]" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Atlanta\n", + "Baltimore\n", + "New York City\n", + "Oakland\n", + "Washington\n" + ] + } + ], + "source": [ + "city_list = merged_shape_files_for_viz[\"city\"].unique().tolist()\n", + "\n", + "for city in city_list:\n", + " print(city)\n", + " output_path = \"../output/for_maps/\" + str(city) + \"_data.csv\"\n", + " output_path_geojson = \"../output/for_maps/\" + str(city) + \"_data.geojson\"\n", + " \n", + " df = merged_shape_files_for_viz[merged_shape_files_for_viz[\"city\"] == city]\n", + " df.drop(columns = [ \"geometry\" ]).to_csv(output_path, index = False)\n", + " df.to_file(\n", + " output_path_geojson,\n", + " driver = \"GeoJSON\"\n", + " )" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "---\n", + "\n", + "---" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.1" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/output/census_data_metro.csv b/output/census_data_metro.csv new file mode 100644 index 0000000..b8990cd --- /dev/null +++ b/output/census_data_metro.csv @@ -0,0 +1,8282 @@ +GEOID,name,total_population_17,total_population_25_over_17,median_income_17,median_home_value_17,educational_attainment_17,white_alone_17,black_alone_17,native_alone_17,asian_alone_17,native_hawaiian_pacific_islander_17,some_other_race_alone,two_or_more,hispanic_or_latino_17,city,metro_area,state,county,tract,total_population_00,white_alone_00,black_alone_00,native_alone_00,asian_alone_00,native_hawaiian_pacific_islander_00,hispanic_or_latino_00,total_population_25_over_00,median_income_00,median_home_value_00,educational_attainment_00 +11001007503,"Census Tract 75.03, District of Columbia, District of Columbia",2454,1425.0,26250.0,345600.0,308.0,122.0,2278.0,0.0,0.0,0.0,0.0,17.0,37.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 75.03,2515.0,28.0,2447.0,3.0,7.0,1.0,26.0,1456.0,21402.0,99200.0,55.0 +11001007601,"Census Tract 76.01, District of Columbia, District of Columbia",4855,3463.0,34840.0,255000.0,727.0,311.0,4292.0,0.0,0.0,13.0,0.0,41.0,198.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.01,4572.0,108.0,4393.0,7.0,5.0,0.0,57.0,2998.0,32930.0,101300.0,249.0 +11001007709,"Census Tract 77.09, District of Columbia, District of Columbia",2524,1817.0,33750.0,250000.0,344.0,20.0,2280.0,0.0,0.0,0.0,0.0,130.0,94.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.09,1979.0,29.0,1899.0,7.0,8.0,0.0,35.0,1323.0,29332.0,111600.0,135.0 +11001009508,"Census Tract 95.08, District of Columbia, District of Columbia",3691,2838.0,56404.0,356600.0,1008.0,211.0,2688.0,68.0,71.0,0.0,0.0,66.0,587.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.08,2860.0,25.0,2762.0,5.0,17.0,0.0,41.0,2138.0,41972.0,136300.0,457.0 +11001009904,"Census Tract 99.04, District of Columbia, District of Columbia",2979,1526.0,30728.0,298600.0,252.0,52.0,2375.0,0.0,0.0,15.0,0.0,46.0,491.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.04,1863.0,12.0,1826.0,6.0,2.0,0.0,17.0,1111.0,26745.0,126300.0,43.0 +11001008903,"Census Tract 89.03, District of Columbia, District of Columbia",3252,2345.0,40605.0,318100.0,788.0,398.0,2571.0,0.0,90.0,0.0,7.0,22.0,164.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 89.03,2396.0,13.0,2328.0,2.0,14.0,0.0,35.0,1725.0,29698.0,85000.0,155.0 +11001009204,"Census Tract 92.04, District of Columbia, District of Columbia",2918,2040.0,26215.0,330900.0,382.0,309.0,2243.0,0.0,14.0,0.0,0.0,59.0,293.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 92.04,2322.0,29.0,2177.0,7.0,8.0,0.0,101.0,1554.0,22063.0,111700.0,106.0 +11001009902,"Census Tract 99.02, District of Columbia, District of Columbia",3120,2322.0,51813.0,258000.0,376.0,57.0,3029.0,0.0,11.0,0.0,0.0,21.0,2.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.02,2993.0,49.0,2901.0,7.0,4.0,2.0,29.0,2118.0,41146.0,110500.0,293.0 +11001000100,"Census Tract 1, District of Columbia, District of Columbia",5170,4098.0,168477.0,1231500.0,3741.0,4093.0,53.0,0.0,296.0,0.0,0.0,103.0,625.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 1,4674.0,4059.0,195.0,14.0,190.0,1.0,192.0,3968.0,92540.0,479000.0,3311.0 +11001000801,"Census Tract 8.01, District of Columbia, District of Columbia",6267,4263.0,148456.0,761900.0,3688.0,4731.0,335.0,27.0,339.0,0.0,11.0,244.0,607.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 8.01,6721.0,5339.0,316.0,11.0,475.0,0.0,502.0,4649.0,80266.0,367700.0,3731.0 +11001000802,"Census Tract 8.02, District of Columbia, District of Columbia",3476,2538.0,99808.0,970300.0,2232.0,2253.0,215.0,0.0,343.0,0.0,0.0,102.0,563.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 8.02,2806.0,2304.0,93.0,9.0,219.0,0.0,163.0,2131.0,76919.0,421500.0,1839.0 +11001001001,"Census Tract 10.01, District of Columbia, District of Columbia",7853,5233.0,164180.0,919000.0,4683.0,5835.0,316.0,0.0,492.0,0.0,0.0,447.0,763.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 10.01,6062.0,5216.0,223.0,14.0,267.0,0.0,323.0,4535.0,109770.0,378700.0,3722.0 +11001001702,"Census Tract 17.02, District of Columbia, District of Columbia",3217,2600.0,91711.0,420800.0,1672.0,1224.0,1435.0,0.0,41.0,0.0,0.0,79.0,438.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 17.02,2240.0,391.0,1678.0,8.0,28.0,0.0,128.0,1612.0,52393.0,158000.0,605.0 +11001003000,"Census Tract 30, District of Columbia, District of Columbia",3279,2545.0,67457.0,677900.0,1628.0,1316.0,1275.0,7.0,95.0,0.0,9.0,46.0,538.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 30,2829.0,213.0,1907.0,6.0,30.0,0.0,663.0,1592.0,25539.0,189700.0,304.0 +11001003301,"Census Tract 33.01, District of Columbia, District of Columbia",4066,3347.0,121250.0,687200.0,2461.0,1700.0,1765.0,0.0,182.0,0.0,8.0,159.0,252.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 33.01,2707.0,154.0,2443.0,2.0,15.0,0.0,84.0,1842.0,39107.0,149900.0,519.0 +11001003600,"Census Tract 36, District of Columbia, District of Columbia",4833,4124.0,93734.0,630600.0,2947.0,2129.0,1281.0,0.0,569.0,0.0,0.0,215.0,639.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 36,3915.0,344.0,2480.0,19.0,134.0,0.0,924.0,2572.0,22485.0,170400.0,522.0 +11001004202,"Census Tract 42.02, District of Columbia, District of Columbia",2538,2248.0,105978.0,469400.0,2072.0,1918.0,35.0,9.0,144.0,0.0,7.0,72.0,353.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 42.02,2889.0,2025.0,234.0,10.0,304.0,0.0,272.0,2534.0,47745.0,239400.0,2036.0 +11001000600,"Census Tract 6, District of Columbia, District of Columbia",4998,3853.0,221103.0,906300.0,3499.0,3554.0,271.0,0.0,288.0,0.0,9.0,100.0,776.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 6,4919.0,3669.0,658.0,16.0,217.0,0.0,331.0,3990.0,89507.0,412900.0,2892.0 +11001001402,"Census Tract 14.02, District of Columbia, District of Columbia",3375,2459.0,111361.0,834600.0,1959.0,2145.0,319.0,0.0,181.0,0.0,9.0,122.0,599.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 14.02,3925.0,2948.0,582.0,16.0,154.0,0.0,206.0,3354.0,84105.0,340100.0,1555.0 +11001002002,"Census Tract 20.02, District of Columbia, District of Columbia",4202,2988.0,87256.0,597000.0,1428.0,781.0,2326.0,7.0,66.0,0.0,46.0,82.0,894.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 20.02,3781.0,325.0,2778.0,22.0,45.0,1.0,583.0,2585.0,47619.0,164800.0,794.0 +11001002101,"Census Tract 21.01, District of Columbia, District of Columbia",4819,3868.0,54359.0,418100.0,1042.0,428.0,3152.0,28.0,178.0,0.0,0.0,83.0,950.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 21.01,5233.0,65.0,4269.0,14.0,57.0,0.0,812.0,3451.0,34375.0,119100.0,525.0 +11001004802,"Census Tract 48.02, District of Columbia, District of Columbia",3528,2831.0,67409.0,590800.0,1557.0,1260.0,1579.0,0.0,313.0,0.0,15.0,89.0,272.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 48.02,2853.0,149.0,2175.0,9.0,335.0,0.0,174.0,1821.0,27559.0,164000.0,226.0 +11001002400,"Census Tract 24, District of Columbia, District of Columbia",4067,3231.0,105189.0,531400.0,1761.0,1234.0,1921.0,0.0,91.0,0.0,9.0,84.0,728.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 24,3580.0,103.0,2994.0,3.0,19.0,0.0,452.0,2446.0,37304.0,134000.0,288.0 +11001002702,"Census Tract 27.02, District of Columbia, District of Columbia",6306,4920.0,78976.0,759900.0,3266.0,3580.0,631.0,0.0,130.0,0.0,166.0,228.0,1571.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 27.02,6052.0,2258.0,1232.0,30.0,418.0,1.0,2077.0,4370.0,45428.0,301300.0,1987.0 +11001004801,"Census Tract 48.01, District of Columbia, District of Columbia",2725,2203.0,109601.0,633500.0,1473.0,1128.0,988.0,0.0,251.0,0.0,48.0,94.0,216.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 48.01,1876.0,161.0,1454.0,7.0,75.0,0.0,176.0,1361.0,24388.0,123000.0,211.0 +11001005301,"Census Tract 53.01, District of Columbia, District of Columbia",4915,4270.0,90402.0,444900.0,3999.0,3534.0,181.0,16.0,582.0,0.0,0.0,129.0,473.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 53.01,5045.0,3696.0,377.0,28.0,386.0,2.0,505.0,4247.0,50510.0,142000.0,3374.0 +11001006801,"Census Tract 68.01, District of Columbia, District of Columbia",2350,1896.0,89327.0,598500.0,1205.0,1052.0,993.0,4.0,90.0,0.0,10.0,74.0,131.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 68.01,1997.0,106.0,1858.0,3.0,9.0,0.0,20.0,1430.0,30662.0,127300.0,291.0 +11001006804,"Census Tract 68.04, District of Columbia, District of Columbia",2733,2150.0,156583.0,822400.0,167.0,159.0,2360.0,13.0,0.0,0.0,22.0,40.0,143.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 68.04,2628.0,174.0,2270.0,11.0,20.0,0.0,122.0,1795.0,31000.0,130000.0,265.0 +11001007000,"Census Tract 70, District of Columbia, District of Columbia",2923,1956.0,124583.0,834100.0,1667.0,1999.0,290.0,0.0,59.0,0.0,32.0,179.0,364.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 70,2132.0,1450.0,495.0,18.0,58.0,0.0,104.0,1609.0,67109.0,221800.0,1133.0 +11001007301,"Census Tract 73.01, District of Columbia, District of Columbia",4606,2161.0,84009.0,,1305.0,2409.0,1107.0,6.0,103.0,0.0,31.0,241.0,709.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 73.01,5232.722168,2843.305664,1597.6098630000001,54.98657227,263.9355469,9.997558594,441.8920898,2453.400879,49122.0,95000.0,882.7844238 +11001007404,"Census Tract 74.04, District of Columbia, District of Columbia",4307,2074.0,42439.0,339200.0,337.0,37.0,4058.0,0.0,8.0,0.0,87.0,0.0,117.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.04,3314.0,11.0,3271.0,2.0,0.0,0.0,30.0,1448.0,9353.0,85200.0,0.0 +11001007504,"Census Tract 75.04, District of Columbia, District of Columbia",2906,1661.0,17077.0,316700.0,190.0,27.0,2874.0,0.0,0.0,0.0,0.0,0.0,5.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 75.04,2358.0,21.0,2296.0,4.0,13.0,0.0,21.0,1164.0,22755.0,92200.0,107.0 +11001007605,"Census Tract 76.05, District of Columbia, District of Columbia",3956,2771.0,33659.0,247300.0,583.0,128.0,3418.0,0.0,69.0,0.0,0.0,127.0,214.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.05,3721.0,43.0,3618.0,11.0,17.0,0.0,30.0,2498.0,32500.0,106500.0,306.0 +11001004001,"Census Tract 40.01, District of Columbia, District of Columbia",4400,3805.0,118988.0,600900.0,3413.0,3332.0,219.0,0.0,150.0,42.0,0.0,47.0,610.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 40.01,3474.0,2779.0,194.0,14.0,172.0,2.0,289.0,3032.0,59008.0,272900.0,2542.0 +11001004002,"Census Tract 40.02, District of Columbia, District of Columbia",3190,2826.0,102455.0,626200.0,2624.0,2670.0,94.0,0.0,135.0,0.0,12.0,48.0,231.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 40.02,2778.0,1841.0,337.0,17.0,242.0,0.0,317.0,2500.0,54260.0,191900.0,1881.0 +11001001901,"Census Tract 19.01, District of Columbia, District of Columbia",4065,2900.0,82963.0,445700.0,1403.0,680.0,2584.0,0.0,208.0,0.0,20.0,103.0,470.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 19.01,3949.0,80.0,3603.0,12.0,10.0,1.0,243.0,2855.0,47339.0,136300.0,619.0 +11001001600,"Census Tract 16, District of Columbia, District of Columbia",4699,3399.0,169250.0,812000.0,2729.0,1254.0,2932.0,0.0,62.0,0.0,18.0,107.0,326.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 16,4030.0,844.0,2978.0,11.0,34.0,0.0,130.0,3142.0,94624.0,327000.0,2326.0 +11001002600,"Census Tract 26, District of Columbia, District of Columbia",2521,1910.0,181875.0,923800.0,1615.0,1200.0,838.0,20.0,145.0,16.0,17.0,86.0,199.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 26,2184.0,664.0,1377.0,8.0,44.0,0.0,75.0,1719.0,85180.0,383900.0,1201.0 +11001005900,"Census Tract 59, District of Columbia, District of Columbia",2682,1917.0,101553.0,455200.0,1495.0,1474.0,568.0,0.0,337.0,0.0,31.0,86.0,186.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 59,1856.0,155.0,1545.0,6.0,66.0,0.0,75.0,1480.0,21020.0,350000.0,265.0 +11001005600,"Census Tract 56, District of Columbia, District of Columbia",6442,3853.0,83365.0,484800.0,3352.0,4021.0,369.0,17.0,733.0,0.0,101.0,247.0,954.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 56,5946.0,4454.0,363.0,23.0,679.0,0.0,363.0,3494.0,39286.0,164800.0,2445.0 +11001004600,"Census Tract 46, District of Columbia, District of Columbia",2863,2328.0,98698.0,641100.0,1371.0,1192.0,1309.0,0.0,133.0,0.0,0.0,36.0,193.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 46,2997.0,76.0,2712.0,15.0,45.0,0.0,144.0,1893.0,33142.0,127600.0,358.0 +11001005201,"Census Tract 52.01, District of Columbia, District of Columbia",6263,5810.0,114271.0,563900.0,4789.0,4297.0,376.0,83.0,517.0,0.0,21.0,171.0,798.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 52.01,4559.0,2436.0,1093.0,26.0,377.0,2.0,588.0,3711.0,35561.0,147700.0,2304.0 +11001007703,"Census Tract 77.03, District of Columbia, District of Columbia",6159,3471.0,26020.0,257500.0,154.0,0.0,5753.0,0.0,23.0,0.0,0.0,16.0,367.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.03,4615.0,24.0,4464.0,12.0,9.0,2.0,104.0,2610.0,25240.0,94300.0,223.0 +11001007707,"Census Tract 77.07, District of Columbia, District of Columbia",4484,2692.0,40995.0,272800.0,398.0,21.0,4356.0,0.0,0.0,0.0,0.0,38.0,69.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.07,3796.0,22.0,3741.0,9.0,8.0,0.0,15.0,2451.0,33592.0,104100.0,332.0 +11001008100,"Census Tract 81, District of Columbia, District of Columbia",3286,2602.0,143068.0,849700.0,2186.0,2493.0,315.0,7.0,92.0,0.0,18.0,85.0,276.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 81,2527.0,1511.0,853.0,12.0,52.0,0.0,75.0,1972.0,62742.0,229500.0,1356.0 +11001008200,"Census Tract 82, District of Columbia, District of Columbia",3056,2124.0,115742.0,989800.0,1947.0,2381.0,232.0,0.0,102.0,0.0,0.0,87.0,254.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 82,2505.0,2151.0,180.0,24.0,58.0,2.0,79.0,2049.0,58274.0,288000.0,1770.0 +11001008410,"Census Tract 84.10, District of Columbia, District of Columbia",1533,1160.0,141563.0,651900.0,837.0,760.0,607.0,5.0,47.0,0.0,4.0,10.0,100.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 84.10,1506.0,51.0,1394.0,5.0,9.0,0.0,39.0,969.0,43333.0,108200.0,162.0 +11001008804,"Census Tract 88.04, District of Columbia, District of Columbia",2561,1876.0,43922.0,387700.0,571.0,253.0,2010.0,0.0,194.0,0.0,0.0,33.0,71.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 88.04,2277.0,5.0,2236.0,14.0,10.0,1.0,11.0,1502.0,24489.0,86500.0,49.0 +11001009201,"Census Tract 92.01, District of Columbia, District of Columbia",2718,1691.0,84844.0,662400.0,1174.0,1142.0,1118.0,10.0,82.0,0.0,0.0,181.0,195.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 92.01,1381.0,263.0,1015.0,2.0,26.0,0.0,73.0,777.0,30268.0,105300.0,120.0 +11001009302,"Census Tract 93.02, District of Columbia, District of Columbia",1279,1017.0,71375.0,510200.0,417.0,384.0,541.0,0.0,3.0,0.0,0.0,6.0,345.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 93.02,1201.0,19.0,1146.0,0.0,1.0,0.0,31.0,940.0,41875.0,128700.0,157.0 +11001009507,"Census Tract 95.07, District of Columbia, District of Columbia",1924,1230.0,74375.0,332600.0,326.0,18.0,1603.0,0.0,0.0,0.0,0.0,11.0,292.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.07,1533.0,9.0,1493.0,1.0,11.0,0.0,10.0,1189.0,41359.0,123200.0,273.0 +11001009901,"Census Tract 99.01, District of Columbia, District of Columbia",2890,2175.0,89813.0,383800.0,985.0,95.0,2465.0,0.0,186.0,0.0,0.0,88.0,56.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.01,2302.0,91.0,2166.0,9.0,4.0,2.0,31.0,1861.0,61174.0,165300.0,596.0 +11001009903,"Census Tract 99.03, District of Columbia, District of Columbia",1952,1392.0,64279.0,304800.0,310.0,91.0,1749.0,53.0,0.0,0.0,18.0,33.0,8.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.03,2081.0,3.0,2056.0,8.0,1.0,0.0,12.0,1301.0,19143.0,102200.0,119.0 +11001009905,"Census Tract 99.05, District of Columbia, District of Columbia",2890,1785.0,40650.0,174800.0,218.0,3.0,2705.0,0.0,0.0,0.0,14.0,42.0,126.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.05,2670.0,13.0,2636.0,0.0,10.0,0.0,9.0,1515.0,25778.0,89600.0,58.0 +11001000202,"Census Tract 2.02, District of Columbia, District of Columbia",4473,2485.0,162981.0,1201000.0,2302.0,3440.0,327.0,0.0,196.0,0.0,0.0,147.0,363.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 2.02,3850.0,3314.0,71.0,6.0,235.0,0.0,190.0,2435.0,90653.0,525300.0,2078.0 +11001000400,"Census Tract 4, District of Columbia, District of Columbia",1489,1146.0,143229.0,1381900.0,906.0,973.0,50.0,0.0,146.0,0.0,0.0,56.0,264.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 4,1510.0,1189.0,67.0,2.0,93.0,0.0,123.0,1198.0,129133.0,699100.0,976.0 +11001000901,"Census Tract 9.01, District of Columbia, District of Columbia",7799,3352.0,242208.0,1477400.0,2824.0,5385.0,546.0,7.0,514.0,0.0,8.0,201.0,1138.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 9.01,7208.0,5655.0,410.0,19.0,380.0,3.0,410.0,3027.0,160829.0,690200.0,2543.0 +11001000902,"Census Tract 9.02, District of Columbia, District of Columbia",2584,1766.0,205469.0,1179600.0,1532.0,2050.0,51.0,0.0,52.0,0.0,0.0,99.0,332.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 9.02,1973.0,1684.0,116.0,2.0,71.0,0.0,89.0,1450.0,119932.0,418400.0,1180.0 +11001001002,"Census Tract 10.02, District of Columbia, District of Columbia",3512,2272.0,99167.0,421800.0,1832.0,2349.0,154.0,0.0,317.0,0.0,14.0,165.0,513.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 10.02,3465.0,2415.0,244.0,14.0,387.0,0.0,345.0,2583.0,49647.0,170500.0,2238.0 +11001001200,"Census Tract 12, District of Columbia, District of Columbia",5031,3894.0,125179.0,844300.0,3356.0,3783.0,290.0,0.0,292.0,0.0,0.0,226.0,440.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 12,4856.0,3743.0,319.0,20.0,374.0,5.0,370.0,3723.0,77753.0,334600.0,3008.0 +11001002001,"Census Tract 20.01, District of Columbia, District of Columbia",3150,2266.0,63060.0,765300.0,912.0,611.0,1326.0,77.0,77.0,0.0,173.0,48.0,910.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 20.01,2435.0,358.0,1525.0,5.0,37.0,0.0,496.0,1885.0,32853.0,318100.0,545.0 +11001003100,"Census Tract 31, District of Columbia, District of Columbia",3282,2709.0,94939.0,574700.0,1527.0,945.0,934.0,32.0,164.0,0.0,26.0,84.0,1097.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 31,2755.0,82.0,1813.0,7.0,18.0,0.0,824.0,1859.0,36175.0,116000.0,192.0 +11001002201,"Census Tract 22.01, District of Columbia, District of Columbia",2955,2355.0,65069.0,564900.0,904.0,563.0,1960.0,14.0,66.0,0.0,0.0,22.0,330.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 22.01,3505.0,29.0,2997.0,3.0,16.0,0.0,456.0,2352.0,44388.0,123400.0,351.0 +11001002502,"Census Tract 25.02, District of Columbia, District of Columbia",6389,5193.0,73464.0,564800.0,2119.0,1185.0,2446.0,0.0,283.0,0.0,24.0,206.0,2245.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 25.02,5486.0,165.0,3094.0,15.0,54.0,0.0,2130.0,3544.0,32688.0,141100.0,477.0 +11001002900,"Census Tract 29, District of Columbia, District of Columbia",4465,3476.0,103700.0,608300.0,2192.0,1752.0,1088.0,0.0,157.0,0.0,0.0,145.0,1323.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 29,4189.0,177.0,2305.0,15.0,48.0,0.0,1610.0,2646.0,29602.0,142300.0,324.0 +11001003200,"Census Tract 32, District of Columbia, District of Columbia",4822,3715.0,92375.0,483300.0,1693.0,1191.0,2212.0,0.0,234.0,0.0,0.0,29.0,1156.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 32,4480.0,69.0,3696.0,26.0,10.0,0.0,670.0,2862.0,31662.0,122300.0,451.0 +11001003302,"Census Tract 33.02, District of Columbia, District of Columbia",2256,1796.0,112426.0,681500.0,1346.0,1085.0,887.0,4.0,85.0,0.0,23.0,66.0,106.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 33.02,1830.0,63.0,1683.0,2.0,28.0,0.0,52.0,1336.0,45938.0,160300.0,324.0 +11001004300,"Census Tract 43, District of Columbia, District of Columbia",4033,3421.0,95000.0,694600.0,2729.0,2324.0,950.0,0.0,156.0,0.0,0.0,130.0,473.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 43,3290.0,1107.0,1317.0,23.0,89.0,1.0,732.0,2663.0,39841.0,251500.0,1276.0 +11001004901,"Census Tract 49.01, District of Columbia, District of Columbia",2837,2291.0,103500.0,739100.0,1518.0,1125.0,1022.0,0.0,186.0,0.0,12.0,70.0,422.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 49.01,2013.0,235.0,1591.0,16.0,58.0,0.0,105.0,1406.0,18950.0,156400.0,380.0 +11001006500,"Census Tract 65, District of Columbia, District of Columbia",2604,2072.0,125536.0,891800.0,1862.0,1999.0,305.0,0.0,6.0,0.0,0.0,19.0,275.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 65,2422.0,1980.0,246.0,14.0,102.0,3.0,70.0,2055.0,61903.0,291100.0,1673.0 +11001007100,"Census Tract 71, District of Columbia, District of Columbia",3425,2333.0,72109.0,550300.0,1247.0,1099.0,1985.0,0.0,101.0,0.0,0.0,74.0,166.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 71,2818.0,224.0,2422.0,9.0,64.0,1.0,82.0,1517.0,25022.0,129400.0,361.0 +11001007708,"Census Tract 77.08, District of Columbia, District of Columbia",3039,1830.0,35488.0,220600.0,30.0,0.0,3039.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.08,2706.0,16.0,2675.0,5.0,2.0,0.0,7.0,1641.0,25382.0,99500.0,39.0 +11001008802,"Census Tract 88.02, District of Columbia, District of Columbia",4311,3413.0,64810.0,510300.0,1305.0,1053.0,2980.0,14.0,63.0,0.0,35.0,25.0,141.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 88.02,4160.0,49.0,4018.0,19.0,15.0,0.0,57.0,2724.0,28462.0,97300.0,236.0 +11001009603,"Census Tract 96.03, District of Columbia, District of Columbia",3635,2638.0,44229.0,230600.0,320.0,0.0,3500.0,0.0,0.0,0.0,0.0,21.0,114.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.03,3230.0,12.0,3169.0,9.0,10.0,0.0,29.0,2317.0,31898.0,98000.0,350.0 +11001007807,"Census Tract 78.07, District of Columbia, District of Columbia",2171,1528.0,38438.0,250300.0,204.0,16.0,2049.0,0.0,6.0,0.0,0.0,14.0,86.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.07,1911.0,8.0,1870.0,4.0,5.0,0.0,23.0,1182.0,34050.0,108500.0,83.0 +11001008402,"Census Tract 84.02, District of Columbia, District of Columbia",2352,2118.0,93011.0,676900.0,1602.0,1532.0,628.0,0.0,20.0,0.0,0.0,95.0,77.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 84.02,2139.0,454.0,1557.0,13.0,42.0,0.0,66.0,1716.0,31484.0,144400.0,578.0 +11001001401,"Census Tract 14.01, District of Columbia, District of Columbia",3334,2416.0,120526.0,1057700.0,2207.0,2339.0,285.0,19.0,268.0,0.0,13.0,100.0,321.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 14.01,3150.0,2506.0,167.0,9.0,224.0,1.0,222.0,2335.0,87823.0,411100.0,1854.0 +11001009801,"Census Tract 98.01, District of Columbia, District of Columbia",2317,1245.0,20513.0,231700.0,171.0,33.0,2178.0,5.0,0.0,0.0,0.0,51.0,50.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.01,2091.0,1.0,2055.0,6.0,1.0,0.0,16.0,925.0,16250.0,87800.0,29.0 +11001009802,"Census Tract 98.02, District of Columbia, District of Columbia",2051,1131.0,23625.0,215400.0,131.0,7.0,1979.0,0.0,0.0,0.0,0.0,0.0,65.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.02,1806.0,5.0,1787.0,2.0,3.0,0.0,7.0,917.0,25871.0,86200.0,25.0 +11001009804,"Census Tract 98.04, District of Columbia, District of Columbia",2826,1707.0,36559.0,217900.0,190.0,27.0,2476.0,0.0,9.0,0.0,0.0,98.0,216.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.04,2566.0,15.0,2520.0,5.0,3.0,0.0,22.0,1370.0,22539.0,100900.0,101.0 +11001007409,"Census Tract 74.09, District of Columbia, District of Columbia",4000,2202.0,38107.0,255700.0,173.0,32.0,3751.0,0.0,55.0,0.0,0.0,23.0,139.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.09,3444.0,8.0,3393.0,2.0,1.0,0.0,33.0,1695.0,16849.0,91300.0,54.0 +11001006802,"Census Tract 68.02, District of Columbia, District of Columbia",2509,1837.0,156042.0,655000.0,1426.0,1486.0,809.0,0.0,37.0,0.0,8.0,86.0,83.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 68.02,2066.0,241.0,1767.0,9.0,14.0,1.0,28.0,1575.0,39097.0,133300.0,296.0 +11001007806,"Census Tract 78.06, District of Columbia, District of Columbia",2169,1519.0,37981.0,297800.0,250.0,62.0,2104.0,0.0,0.0,0.0,0.0,0.0,3.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.06,2133.0,8.0,2100.0,7.0,4.0,0.0,13.0,1484.0,31921.0,92100.0,134.0 +11001007901,"Census Tract 79.01, District of Columbia, District of Columbia",4078,2914.0,51949.0,514100.0,1105.0,950.0,2764.0,40.0,22.0,0.0,88.0,68.0,156.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 79.01,3680.0,22.0,3584.0,6.0,13.0,0.0,52.0,2285.0,24327.0,107200.0,145.0 +11001008002,"Census Tract 80.02, District of Columbia, District of Columbia",3470,2733.0,116641.0,678700.0,2012.0,2047.0,1004.0,0.0,79.0,0.0,0.0,52.0,288.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 80.02,3104.0,767.0,2239.0,11.0,30.0,2.0,48.0,2425.0,50025.0,149600.0,994.0 +11001008702,"Census Tract 87.02, District of Columbia, District of Columbia",2751,2170.0,72292.0,437700.0,1219.0,712.0,1559.0,0.0,131.0,0.0,11.0,63.0,275.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 87.02,1916.0,42.0,1773.0,14.0,5.0,0.0,71.0,1180.0,29961.0,115100.0,108.0 +11001009601,"Census Tract 96.01, District of Columbia, District of Columbia",2567,1496.0,29428.0,313600.0,266.0,44.0,2497.0,0.0,0.0,0.0,0.0,5.0,21.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.01,2343.0,11.0,2309.0,10.0,7.0,0.0,6.0,1267.0,32571.0,121800.0,189.0 +11001009400,"Census Tract 94, District of Columbia, District of Columbia",4917,3614.0,97804.0,498000.0,1521.0,710.0,3782.0,0.0,49.0,0.0,19.0,78.0,279.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 94,4166.0,128.0,3873.0,9.0,27.0,0.0,119.0,3081.0,53558.0,152100.0,1027.0 +11001009501,"Census Tract 95.01, District of Columbia, District of Columbia",7659,3550.0,48395.0,361800.0,1014.0,1933.0,3469.0,15.0,260.0,5.0,0.0,67.0,1910.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.01,5264.0,1757.0,3152.0,18.0,119.0,0.0,197.0,2610.0,28605.0,118600.0,706.0 +11001009906,"Census Tract 99.06, District of Columbia, District of Columbia",1623,1145.0,44357.0,217500.0,159.0,2.0,1555.0,0.0,8.0,0.0,0.0,26.0,32.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.06,1550.0,10.0,1523.0,1.0,4.0,1.0,12.0,953.0,24457.0,86800.0,63.0 +11001009907,"Census Tract 99.07, District of Columbia, District of Columbia",2773,1674.0,31426.0,185300.0,187.0,0.0,2761.0,0.0,0.0,0.0,0.0,12.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.07,3037.0,18.0,2989.0,1.0,4.0,0.0,25.0,1634.0,20176.0,93900.0,92.0 +11001004902,"Census Tract 49.02, District of Columbia, District of Columbia",3147,2694.0,87083.0,544100.0,1767.0,1243.0,639.0,30.0,336.0,0.0,6.0,109.0,784.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 49.02,2286.0,246.0,1356.0,8.0,57.0,0.0,610.0,1281.0,30647.0,217900.0,296.0 +11001009509,"Census Tract 95.09, District of Columbia, District of Columbia",3314,2280.0,64792.0,377400.0,901.0,245.0,2701.0,0.0,0.0,0.0,0.0,79.0,289.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.09,2898.0,47.0,2823.0,9.0,5.0,0.0,14.0,2203.0,53883.0,125000.0,453.0 +11001009803,"Census Tract 98.03, District of Columbia, District of Columbia",3081,1887.0,26306.0,282800.0,142.0,0.0,3064.0,9.0,0.0,0.0,0.0,8.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.03,2236.0,25.0,2179.0,3.0,5.0,0.0,20.0,1370.0,23292.0,100600.0,153.0 +11001000300,"Census Tract 3, District of Columbia, District of Columbia",6374,4243.0,133008.0,881500.0,3780.0,4935.0,467.0,0.0,513.0,0.0,0.0,164.0,295.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 3,5706.0,4727.0,198.0,20.0,396.0,0.0,324.0,4106.0,73558.0,294000.0,3429.0 +11001000702,"Census Tract 7.02, District of Columbia, District of Columbia",3318,2808.0,71671.0,286800.0,2079.0,2283.0,189.0,20.0,319.0,0.0,67.0,94.0,366.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 7.02,3326.0,2325.0,232.0,17.0,304.0,2.0,358.0,2475.0,37244.0,100000.0,1909.0 +11001001500,"Census Tract 15, District of Columbia, District of Columbia",6077,4091.0,205159.0,977200.0,3532.0,4940.0,454.0,0.0,88.0,0.0,0.0,132.0,463.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 15,5649.0,4564.0,684.0,4.0,174.0,0.0,185.0,4218.0,107917.0,411800.0,3169.0 +11001001804,"Census Tract 18.04, District of Columbia, District of Columbia",5668,3843.0,42579.0,450900.0,1079.0,258.0,3624.0,0.0,125.0,0.0,0.0,14.0,1647.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 18.04,4156.0,95.0,2990.0,7.0,42.0,2.0,1003.0,2868.0,33520.0,175200.0,746.0 +11001002301,"Census Tract 23.01, District of Columbia, District of Columbia",3625,2640.0,118750.0,538000.0,1228.0,897.0,1851.0,0.0,78.0,0.0,30.0,153.0,616.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 23.01,2995.0,43.0,2662.0,10.0,24.0,0.0,244.0,2094.0,44069.0,127800.0,375.0 +11001002501,"Census Tract 25.01, District of Columbia, District of Columbia",3138,2378.0,59141.0,666700.0,958.0,778.0,1355.0,0.0,46.0,0.0,11.0,64.0,884.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 25.01,2392.0,185.0,1647.0,2.0,16.0,0.0,534.0,1668.0,51510.0,174100.0,389.0 +11001006600,"Census Tract 66, District of Columbia, District of Columbia",2036,1664.0,134911.0,1022300.0,1465.0,1651.0,48.0,64.0,106.0,0.0,0.0,89.0,78.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 66,1837.0,1595.0,97.0,10.0,71.0,1.0,55.0,1483.0,75761.0,340900.0,1352.0 +11001004400,"Census Tract 44, District of Columbia, District of Columbia",5385,4807.0,166071.0,697000.0,4226.0,3611.0,992.0,0.0,263.0,0.0,0.0,191.0,328.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 44,2589.0,634.0,1544.0,8.0,61.0,0.0,325.0,1718.0,42500.0,204900.0,722.0 +11001003500,"Census Tract 35, District of Columbia, District of Columbia",5539,2425.0,87813.0,541400.0,1334.0,1024.0,3787.0,0.0,291.0,0.0,34.0,89.0,314.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 35,3498.0,84.0,2991.0,11.0,36.0,0.0,371.0,1464.0,18940.0,113200.0,325.0 +11001004201,"Census Tract 42.01, District of Columbia, District of Columbia",3724,3293.0,114205.0,656300.0,2904.0,2813.0,363.0,0.0,129.0,0.0,93.0,102.0,224.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 42.01,3392.0,2368.0,493.0,20.0,177.0,0.0,297.0,2813.0,53500.0,236300.0,2171.0 +11001006700,"Census Tract 67, District of Columbia, District of Columbia",4375,3522.0,140054.0,789500.0,3121.0,3306.0,591.0,0.0,150.0,0.0,16.0,72.0,240.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 67,3543.0,2469.0,830.0,9.0,74.0,0.0,139.0,2964.0,76952.0,267300.0,2259.0 +11001007408,"Census Tract 74.08, District of Columbia, District of Columbia",3632,2015.0,21728.0,265200.0,136.0,63.0,3376.0,11.0,0.0,0.0,146.0,0.0,47.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.08,2166.0,3.0,2153.0,0.0,0.0,0.0,10.0,1093.0,19570.0,102200.0,71.0 +11001007502,"Census Tract 75.02, District of Columbia, District of Columbia",5314,3118.0,27003.0,264800.0,411.0,47.0,5245.0,0.0,0.0,0.0,0.0,22.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 75.02,4221.0,42.0,4131.0,3.0,6.0,0.0,34.0,2332.0,19950.0,126300.0,146.0 +11001009000,"Census Tract 90, District of Columbia, District of Columbia",3523,2768.0,38088.0,399000.0,1110.0,206.0,3039.0,0.0,10.0,0.0,0.0,0.0,268.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 90,2263.0,13.0,2212.0,6.0,3.0,0.0,27.0,1853.0,22610.0,121900.0,358.0 +11001007603,"Census Tract 76.03, District of Columbia, District of Columbia",4283,3247.0,49435.0,221400.0,1022.0,308.0,3583.0,0.0,22.0,0.0,0.0,0.0,370.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.03,4255.0,265.0,3894.0,12.0,25.0,0.0,52.0,3074.0,32837.0,135100.0,875.0 +11001007903,"Census Tract 79.03, District of Columbia, District of Columbia",1971,1401.0,80588.0,439600.0,668.0,397.0,1433.0,0.0,30.0,0.0,8.0,50.0,53.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 79.03,1840.0,17.0,1779.0,3.0,0.0,0.0,39.0,1294.0,36280.0,99300.0,162.0 +11001008904,"Census Tract 89.04, District of Columbia, District of Columbia",3680,2630.0,33228.0,278100.0,485.0,209.0,2904.0,0.0,24.0,0.0,0.0,60.0,483.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 89.04,3248.0,27.0,3162.0,16.0,3.0,0.0,35.0,1864.0,21540.0,107900.0,66.0 +11001007406,"Census Tract 74.06, District of Columbia, District of Columbia",3254,1452.0,24688.0,250000.0,115.0,2.0,2904.0,0.0,0.0,16.0,0.0,40.0,292.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.06,3227.0,5.0,3194.0,5.0,1.0,0.0,22.0,1239.0,15877.0,89400.0,30.0 +11001007200,"Census Tract 72, District of Columbia, District of Columbia",5154,4345.0,109605.0,530000.0,3550.0,3291.0,1296.0,0.0,160.0,0.0,0.0,117.0,290.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 72,1825.0,56.0,1736.0,2.0,9.0,0.0,22.0,1121.0,8089.0,126800.0,65.0 +11001007401,"Census Tract 74.01, District of Columbia, District of Columbia",2262,1154.0,14566.0,255200.0,91.0,49.0,2139.0,0.0,26.0,0.0,0.0,0.0,48.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.01,2996.0,12.0,2954.0,1.0,0.0,0.0,27.0,1303.0,14083.0,102500.0,24.0 +11001007403,"Census Tract 74.03, District of Columbia, District of Columbia",3187,1738.0,25761.0,231300.0,169.0,41.0,3054.0,0.0,0.0,0.0,11.0,0.0,81.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.03,2308.0,10.0,2268.0,6.0,1.0,0.0,14.0,1115.0,29095.0,70400.0,37.0 +11001007604,"Census Tract 76.04, District of Columbia, District of Columbia",4256,3126.0,54338.0,412100.0,792.0,132.0,3793.0,72.0,21.0,0.0,20.0,58.0,160.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.04,3764.0,138.0,3571.0,7.0,13.0,0.0,22.0,2635.0,35811.0,162500.0,563.0 +11001007808,"Census Tract 78.08, District of Columbia, District of Columbia",3949,2309.0,31714.0,226400.0,388.0,0.0,3804.0,0.0,8.0,0.0,0.0,32.0,105.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.08,4012.0,22.0,3948.0,7.0,4.0,0.0,29.0,2217.0,24267.0,87900.0,161.0 +11001008302,"Census Tract 83.02, District of Columbia, District of Columbia",2547,2030.0,129167.0,753800.0,1588.0,1740.0,514.0,1.0,146.0,0.0,3.0,70.0,73.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 83.02,1956.0,1047.0,796.0,9.0,38.0,0.0,60.0,1574.0,67868.0,220700.0,994.0 +11001009102,"Census Tract 91.02, District of Columbia, District of Columbia",5254,3275.0,44217.0,350300.0,1061.0,567.0,4324.0,0.0,59.0,0.0,0.0,83.0,221.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 91.02,4400.0,28.0,4267.0,10.0,14.0,0.0,67.0,2718.0,27713.0,103100.0,302.0 +11001009503,"Census Tract 95.03, District of Columbia, District of Columbia",3144,2335.0,104603.0,478200.0,1295.0,577.0,2432.0,0.0,34.0,0.0,0.0,44.0,57.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.03,3066.0,299.0,2702.0,4.0,20.0,1.0,37.0,2335.0,61667.0,159900.0,980.0 +11001009604,"Census Tract 96.04, District of Columbia, District of Columbia",2204,1758.0,56010.0,198400.0,337.0,51.0,2059.0,9.0,0.0,0.0,5.0,24.0,56.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.04,1982.0,9.0,1947.0,7.0,1.0,0.0,17.0,1484.0,32672.0,92000.0,141.0 +11001009700,"Census Tract 97, District of Columbia, District of Columbia",3255,1976.0,31771.0,261900.0,227.0,23.0,3207.0,0.0,0.0,0.0,8.0,0.0,17.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 97,2309.0,3.0,2297.0,3.0,2.0,0.0,2.0,1295.0,33086.0,98500.0,64.0 +11001009807,"Census Tract 98.07, District of Columbia, District of Columbia",3369,2299.0,41452.0,234800.0,477.0,118.0,3229.0,0.0,0.0,0.0,0.0,19.0,3.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.07,3238.0,53.0,3137.0,1.0,19.0,0.0,28.0,2134.0,30076.0,98900.0,206.0 +11001000502,"Census Tract 5.02, District of Columbia, District of Columbia",3296,2665.0,129779.0,1011500.0,2320.0,2504.0,93.0,20.0,121.0,18.0,0.0,69.0,491.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 5.02,3112.0,2632.0,84.0,7.0,149.0,0.0,222.0,2597.0,66815.0,451000.0,2135.0 +11001001803,"Census Tract 18.03, District of Columbia, District of Columbia",4176,2836.0,51182.0,485500.0,873.0,301.0,2547.0,23.0,17.0,0.0,6.0,43.0,1239.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 18.03,3066.0,171.0,2178.0,6.0,53.0,0.0,646.0,2228.0,34565.0,188000.0,595.0 +11001001902,"Census Tract 19.02, District of Columbia, District of Columbia",2494,1991.0,89583.0,514900.0,796.0,285.0,1666.0,6.0,15.0,0.0,0.0,70.0,452.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 19.02,2062.0,101.0,1884.0,5.0,7.0,0.0,63.0,1586.0,54934.0,155100.0,596.0 +11001002701,"Census Tract 27.01, District of Columbia, District of Columbia",6173,4452.0,72308.0,681800.0,2885.0,2786.0,1133.0,31.0,143.0,0.0,0.0,253.0,1846.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 27.01,5742.0,1747.0,1843.0,32.0,439.0,1.0,1628.0,4201.0,35147.0,256200.0,1788.0 +11001002801,"Census Tract 28.01, District of Columbia, District of Columbia",4169,2992.0,53568.0,411500.0,1385.0,1147.0,1541.0,0.0,92.0,0.0,0.0,53.0,1336.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 28.01,3629.0,197.0,1887.0,15.0,84.0,2.0,1414.0,2258.0,25038.0,122000.0,408.0 +11001007804,"Census Tract 78.04, District of Columbia, District of Columbia",4121,2635.0,51065.0,301000.0,460.0,4.0,3976.0,0.0,9.0,0.0,0.0,110.0,22.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.04,3390.0,21.0,3340.0,5.0,5.0,0.0,19.0,2052.0,21130.0,93500.0,226.0 +11001008001,"Census Tract 80.01, District of Columbia, District of Columbia",3125,2418.0,139706.0,622200.0,1866.0,2000.0,779.0,0.0,106.0,0.0,10.0,137.0,93.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 80.01,2578.0,311.0,2189.0,7.0,29.0,0.0,41.0,1889.0,41949.0,134100.0,428.0 +11001005500,"Census Tract 55, District of Columbia, District of Columbia",6864,5575.0,79306.0,713500.0,5014.0,4907.0,405.0,60.0,704.0,0.0,0.0,212.0,576.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 55,4696.0,3531.0,393.0,25.0,424.0,0.0,271.0,3904.0,59609.0,186900.0,3181.0 +11001006202,"Census Tract 62.02, District of Columbia, District of Columbia",72,52.0,,,52.0,72.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 62.02,12.0,7.0,5.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +11001008301,"Census Tract 83.01, District of Columbia, District of Columbia",2423,1919.0,147989.0,798300.0,1692.0,1777.0,242.0,0.0,135.0,0.0,7.0,120.0,142.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 83.01,2243.0,1300.0,775.0,13.0,73.0,0.0,74.0,1764.0,66550.0,221900.0,1182.0 +11001008803,"Census Tract 88.03, District of Columbia, District of Columbia",2569,1243.0,25774.0,243500.0,337.0,554.0,1617.0,3.0,48.0,18.0,5.0,66.0,258.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 88.03,1918.0,605.0,1148.0,16.0,57.0,0.0,87.0,890.0,17857.0,92300.0,137.0 +11001009301,"Census Tract 93.01, District of Columbia, District of Columbia",3468,2709.0,94495.0,540900.0,1586.0,1137.0,1807.0,24.0,134.0,7.0,11.0,126.0,246.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 93.01,3305.0,611.0,2406.0,20.0,59.0,0.0,187.0,2232.0,51125.0,143100.0,782.0 +11001009504,"Census Tract 95.04, District of Columbia, District of Columbia",3296,2627.0,83690.0,449800.0,1328.0,963.0,1744.0,304.0,94.0,0.0,0.0,49.0,446.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.04,3353.0,562.0,2585.0,4.0,90.0,1.0,102.0,2506.0,43211.0,141000.0,749.0 +11001000501,"Census Tract 5.01, District of Columbia, District of Columbia",3632,2980.0,109081.0,695100.0,2744.0,2763.0,162.0,0.0,128.0,0.0,0.0,68.0,511.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 5.01,2765.0,2263.0,144.0,11.0,175.0,1.0,157.0,2245.0,65521.0,256600.0,1870.0 +11001001301,"Census Tract 13.01, District of Columbia, District of Columbia",4151,3272.0,134282.0,1396700.0,3012.0,2900.0,457.0,0.0,366.0,0.0,0.0,29.0,399.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 13.01,3747.0,2893.0,290.0,8.0,318.0,1.0,208.0,3018.0,68417.0,587900.0,2550.0 +11001002102,"Census Tract 21.02, District of Columbia, District of Columbia",5264,4072.0,76836.0,453200.0,1991.0,503.0,3786.0,82.0,38.0,0.0,0.0,94.0,807.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 21.02,4631.0,74.0,4172.0,14.0,20.0,0.0,345.0,3178.0,36489.0,143300.0,642.0 +11001002202,"Census Tract 22.02, District of Columbia, District of Columbia",3347,2393.0,54817.0,464200.0,839.0,265.0,2081.0,7.0,63.0,0.0,0.0,79.0,859.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 22.02,3013.0,29.0,2740.0,19.0,8.0,0.0,210.0,2056.0,37073.0,116800.0,300.0 +11001002302,"Census Tract 23.02, District of Columbia, District of Columbia",1708,1386.0,60417.0,302800.0,797.0,685.0,764.0,0.0,67.0,0.0,52.0,67.0,73.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 23.02,1345.0,387.0,862.0,10.0,22.0,0.0,52.0,878.0,49519.0,123000.0,383.0 +11001003400,"Census Tract 34, District of Columbia, District of Columbia",4901,2210.0,88772.0,710200.0,1298.0,1287.0,2926.0,0.0,108.0,0.0,6.0,112.0,462.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 34,4249.0,112.0,3951.0,5.0,35.0,0.0,129.0,1651.0,18452.0,123200.0,305.0 +11001005800,"Census Tract 58, District of Columbia, District of Columbia",3039,2778.0,137259.0,510700.0,2237.0,1851.0,240.0,0.0,605.0,0.0,0.0,106.0,237.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 58,1470.0,697.0,206.0,2.0,497.0,0.0,62.0,1208.0,40644.0,171600.0,540.0 +11001006400,"Census Tract 64, District of Columbia, District of Columbia",2488,1678.0,19459.0,465200.0,448.0,290.0,2068.0,9.0,0.0,0.0,0.0,0.0,121.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 64,2241.415687,71.67058837,2052.645752,7.0,47.04967321,0.0,60.04967321,1432.366013,13292.262209999999,108360.9954,126.0431374 +11001007407,"Census Tract 74.07, District of Columbia, District of Columbia",3297,2073.0,34410.0,239600.0,394.0,76.0,3145.0,0.0,0.0,0.0,0.0,26.0,50.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.07,2373.0,25.0,2305.0,8.0,9.0,0.0,25.0,1441.0,33125.0,86300.0,89.0 +11001009203,"Census Tract 92.03, District of Columbia, District of Columbia",2808,2176.0,70156.0,498000.0,898.0,436.0,1955.0,26.0,9.0,0.0,11.0,104.0,267.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 92.03,2861.0,53.0,2692.0,16.0,19.0,0.0,74.0,1981.0,31419.0,105800.0,262.0 +11001001302,"Census Tract 13.02, District of Columbia, District of Columbia",7563,6564.0,113300.0,459700.0,5829.0,4965.0,726.0,0.0,639.0,0.0,26.0,244.0,963.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 13.02,6294.0,4995.0,408.0,16.0,410.0,0.0,410.0,5626.0,58790.0,151600.0,4576.0 +11001003700,"Census Tract 37, District of Columbia, District of Columbia",5917,4075.0,79440.0,499500.0,2317.0,2021.0,2145.0,0.0,218.0,0.0,0.0,66.0,1467.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 37,4990.0,428.0,2773.0,17.0,105.0,0.0,1629.0,2700.0,26223.0,186100.0,438.0 +11001007304,"Census Tract 73.04, District of Columbia, District of Columbia",3592,2352.0,32428.0,263500.0,284.0,164.0,3278.0,0.0,0.0,0.0,0.0,28.0,122.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 73.04,4665.0,38.0,4578.0,20.0,8.0,0.0,20.0,2375.0,22550.0,99100.0,125.0 +11001009602,"Census Tract 96.02, District of Columbia, District of Columbia",3675,2033.0,24138.0,320000.0,122.0,7.0,3492.0,0.0,0.0,0.0,23.0,19.0,134.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.02,3106.0,8.0,3055.0,5.0,7.0,2.0,31.0,1646.0,21746.0,128400.0,153.0 +11001004100,"Census Tract 41, District of Columbia, District of Columbia",2658,2298.0,143586.0,977500.0,2142.0,2012.0,137.0,0.0,190.0,0.0,20.0,61.0,238.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 41,2570.0,2083.0,105.0,3.0,186.0,0.0,175.0,2253.0,88170.0,450000.0,1843.0 +11001001100,"Census Tract 11, District of Columbia, District of Columbia",4947,3840.0,154156.0,937000.0,3332.0,3735.0,368.0,39.0,217.0,0.0,0.0,134.0,454.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 11,4428.0,3601.0,280.0,13.0,284.0,0.0,200.0,3413.0,103184.0,378700.0,2673.0 +11001002802,"Census Tract 28.02, District of Columbia, District of Columbia",4651,3456.0,59811.0,353400.0,1651.0,1128.0,1074.0,3.0,319.0,0.0,64.0,77.0,1989.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 28.02,4700.0,364.0,1533.0,23.0,352.0,8.0,2398.0,2893.0,22736.0,137500.0,319.0 +11001000201,"Census Tract 2.01, District of Columbia, District of Columbia",3682,8.0,,,8.0,2351.0,272.0,7.0,493.0,0.0,0.0,123.0,436.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 2.01,4467.0,3852.0,239.0,1.0,299.0,54.0,75.0,176.0,87904.0,122700.0,107.0 +11001003800,"Census Tract 38, District of Columbia, District of Columbia",5259,4480.0,98093.0,656000.0,3347.0,2792.0,867.0,30.0,271.0,42.0,44.0,121.0,1092.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 38,4718.0,1652.0,1538.0,30.0,164.0,0.0,1307.0,3438.0,37889.0,217500.0,1542.0 +11001006900,"Census Tract 69, District of Columbia, District of Columbia",2379,1932.0,144063.0,815700.0,1558.0,1683.0,423.0,0.0,30.0,0.0,0.0,123.0,120.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 69,1854.0,731.0,1003.0,8.0,40.0,2.0,68.0,1515.0,51438.0,170900.0,733.0 +11001008701,"Census Tract 87.01, District of Columbia, District of Columbia",2368,2024.0,100333.0,567300.0,1154.0,789.0,1294.0,0.0,43.0,0.0,0.0,14.0,228.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 87.01,2415.0,34.0,2314.0,2.0,15.0,0.0,50.0,1705.0,40234.0,114900.0,351.0 +11001007803,"Census Tract 78.03, District of Columbia, District of Columbia",4111,2672.0,37203.0,251700.0,440.0,121.0,3605.0,29.0,9.0,0.0,20.0,9.0,318.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.03,3092.0,33.0,3019.0,2.0,5.0,0.0,32.0,2094.0,27295.0,97700.0,222.0 +11001009505,"Census Tract 95.05, District of Columbia, District of Columbia",2940,2274.0,67112.0,423800.0,883.0,306.0,2236.0,34.0,21.0,0.0,11.0,21.0,324.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.05,2671.0,65.0,2522.0,2.0,9.0,0.0,62.0,2050.0,46023.0,126800.0,524.0 +11001000701,"Census Tract 7.01, District of Columbia, District of Columbia",5643,4727.0,89889.0,455700.0,4112.0,4327.0,474.0,52.0,380.0,0.0,0.0,181.0,229.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 7.01,4395.0,3513.0,172.0,15.0,289.0,0.0,375.0,3711.0,53470.0,178800.0,2687.0 +11001003900,"Census Tract 39, District of Columbia, District of Columbia",4643,4333.0,97557.0,446100.0,3783.0,3324.0,444.0,0.0,301.0,0.0,16.0,83.0,475.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 39,4643.0,2502.0,925.0,27.0,279.0,1.0,876.0,3777.0,42532.0,152900.0,2636.0 +11001007809,"Census Tract 78.09, District of Columbia, District of Columbia",3521,2300.0,47713.0,209300.0,347.0,16.0,3323.0,0.0,33.0,0.0,0.0,50.0,99.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.09,2667.0,31.0,2600.0,4.0,1.0,0.0,31.0,1872.0,28719.0,82900.0,184.0 +11001010400,"Census Tract 104, District of Columbia, District of Columbia",4625,2925.0,36477.0,260300.0,583.0,277.0,4149.0,0.0,0.0,0.0,0.0,32.0,167.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 104,3985.277688,155.69425790000003,3734.390093,9.013426224,16.06444588,0.002441132,56.10789802,2674.599054,32795.248360000005,96899.97352,270.2155519 +11001010100,"Census Tract 101, District of Columbia, District of Columbia",2861,2415.0,84514.0,431500.0,1902.0,1750.0,363.0,0.0,388.0,0.0,43.0,39.0,278.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 101,1543.0,693.0,374.0,15.0,213.0,0.0,229.0,1274.0,32827.97617,208988.4211,686.0 +11001010300,"Census Tract 103, District of Columbia, District of Columbia",3515,2727.0,69741.0,443700.0,1538.0,590.0,1782.0,0.0,68.0,0.0,0.0,64.0,1011.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 103,3583.0,569.0,2526.0,11.0,99.0,0.0,360.0,2584.0,47753.92273,183300.0,1060.0 +11001010900,"Census Tract 109, District of Columbia, District of Columbia",4054,2019.0,31094.0,334100.0,311.0,19.0,3907.0,0.0,14.0,0.0,9.0,34.0,71.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 109,2845.0,32.0,2730.0,8.0,8.0,1.0,64.0,1445.0,25708.0,69800.0,79.0 +11001010200,"Census Tract 102, District of Columbia, District of Columbia",2745,2325.0,104215.0,561700.0,1792.0,1152.0,1125.0,40.0,124.0,0.0,0.0,117.0,187.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 102,2444.0,834.0,1387.0,16.0,73.0,0.0,126.0,1952.0,45254.90645,112205.5814,1291.0 +11001011000,"Census Tract 110, District of Columbia, District of Columbia",3720,3278.0,75529.0,336900.0,2691.0,2313.0,978.0,37.0,162.0,0.0,0.0,78.0,152.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 110,3877.584314,1387.3294119999998,2199.354248,19.0,78.9503268,1.0,170.95032680000003,3175.633987,44888.66669,88582.39305,1878.9568629999999 +11001010600,"Census Tract 106, District of Columbia, District of Columbia",7167,5824.0,110469.0,599300.0,4825.0,4560.0,1694.0,11.0,457.0,0.0,0.0,124.0,321.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 106,3298.0,141.0,3025.0,7.0,24.0,1.0,99.0,2090.0,35512.64192,104514.8311,333.0 +11001005002,"Census Tract 50.02, District of Columbia, District of Columbia",5986,4981.0,87969.0,470300.0,3508.0,2591.0,1157.0,22.0,426.0,27.0,8.0,268.0,1487.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 50.02,5593.000064,1455.501831,2090.266602,15.36960697,335.82592769999997,0.768480361,1648.3903810000002,4077.556885,33256.99886,189199.9982,1490.083374 +11001005001,"Census Tract 50.01, District of Columbia, District of Columbia",2083,1803.0,138295.0,814300.0,1444.0,1187.0,282.0,0.0,132.0,0.0,15.0,94.0,373.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 50.01,1685.000045,438.49823,629.7334595,4.630393028,101.1740875,0.231519654,496.6096497,1228.443237,33257.00107,189200.003,448.9165955 +11001004701,"Census Tract 47.01, District of Columbia, District of Columbia",4888,3399.0,40378.0,513900.0,1610.0,924.0,2854.0,0.0,479.0,0.0,14.0,118.0,499.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 47.01,3420.000011,92.87539673,3170.250977,11.70698357,97.55818939,0.0,38.24281311,1990.187134,14107.0,106899.9962,207.6038361 +11001004702,"Census Tract 47.02, District of Columbia, District of Columbia",3144,2628.0,101891.0,478700.0,1939.0,1531.0,1029.0,27.0,182.0,0.0,0.0,137.0,243.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 47.02,961.9999893999999,26.12459946,891.7489624,3.293016911,27.44180679,0.0,10.7571888,559.8128662,14107.00002,106899.9981,58.39616394 +11001011100,"Census Tract 111, District of Columbia, District of Columbia",5548,4202.0,75781.0,427300.0,1669.0,416.0,4473.0,8.0,47.0,0.0,8.0,126.0,470.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 111,4829.0,117.0,4546.0,21.0,41.0,0.0,94.0,3524.0,38854.0,135389.0254,753.0 +11001009811,"Census Tract 98.11, District of Columbia, District of Columbia",5163,2970.0,30764.0,236700.0,205.0,0.0,5056.0,0.0,0.0,0.0,0.0,94.0,13.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.11,3739.0000219999997,28.287660600000002,3672.366943,6.914761542999999,8.171990395,0.0,18.22982597,2018.481689,20167.0003,98499.99904,127.60877990000002 +11001009810,"Census Tract 98.10, District of Columbia, District of Columbia",2914,1831.0,30704.0,,117.0,0.0,2840.0,0.0,0.0,0.0,41.0,33.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.10,2208.9999780000003,16.7123394,2169.633057,4.085238457,4.828009605,0.0,10.77017498,1192.518311,20166.9995,98500.00162000001,75.39122009 +11001010500,"Census Tract 105, District of Columbia, District of Columbia",3624,3062.0,83750.0,398100.0,2234.0,1515.0,1467.0,0.0,198.0,14.0,12.0,149.0,269.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 105,3288.0,658.0,2235.0,19.0,158.0,0.0,162.0,2489.0,37304.6001,156678.8321,1168.0 +11001010800,"Census Tract 108, District of Columbia, District of Columbia",6451,780.0,36058.0,242500.0,649.0,4155.0,749.0,0.0,773.0,8.0,0.0,235.0,531.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 108.00,4361.0,3132.0,301.0,8.0,687.0,5.0,201.0,733.0,9589.0,56100.0,541.0 +11001010700,"Census Tract 107, District of Columbia, District of Columbia",1711,1174.0,73750.0,444700.0,1053.0,1143.0,123.0,0.0,179.0,0.0,0.0,23.0,243.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 107,1638.0,1196.0,87.0,8.0,199.0,2.0,133.0,983.0,44838.551660000005,205492.8571,834.0 +24009860102,"Census Tract 8601.02, Calvert County, Maryland",2692,2036.0,84609.0,384000.0,633.0,2449.0,79.0,0.0,0.0,0.0,26.0,43.0,95.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8601.02,2782.2429620000003,2554.4300120000003,149.8885175,14.98818251,45.94953483,0.0,14.98708894,1875.1514350000002,83613.71953999999,202890.2,403.59916160000006 +24009860801,"Census Tract 8608.01, Calvert County, Maryland",7166,4677.0,119831.0,375900.0,1181.0,5665.0,826.0,144.0,0.0,0.0,0.0,328.0,203.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8608.01,5281.0,4226.0,852.0,38.0,55.0,0.0,108.0,3444.0,70379.0,201600.0,938.0 +24009860702,"Census Tract 8607.02, Calvert County, Maryland",3317,2274.0,73550.0,324300.0,456.0,1920.0,934.0,0.0,52.0,0.0,0.0,152.0,259.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8607.02,2673.0,1769.0,806.0,12.0,38.0,0.0,45.0,1667.0,43553.0,156600.0,303.0 +24009861001,"Census Tract 8610.01, Calvert County, Maryland",1082,777.0,130000.0,370500.0,353.0,926.0,93.0,0.0,13.0,0.0,0.0,20.0,30.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8610.01,1131.0,1001.0,80.0,2.0,18.0,0.0,29.0,720.0,76506.0,199800.0,293.0 +24009860701,"Census Tract 8607.01, Calvert County, Maryland",3153,2280.0,88929.0,402500.0,601.0,2397.0,407.0,0.0,184.0,0.0,0.0,100.0,65.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8607.01,2002.0,1700.0,258.0,8.0,14.0,0.0,22.0,1363.0,58750.0,204600.0,185.0 +24009860802,"Census Tract 8608.02, Calvert County, Maryland",4938,3318.0,86324.0,296100.0,970.0,4057.0,484.0,0.0,40.0,0.0,10.0,97.0,250.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8608.02,4407.0,3863.0,393.0,40.0,36.0,0.0,70.0,2846.0,63534.0,149300.0,700.0 +24009860200,"Census Tract 8602, Calvert County, Maryland",6005,4116.0,126859.0,485000.0,1478.0,4795.0,691.0,0.0,78.0,0.0,0.0,292.0,149.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8602,4565.0,3703.0,733.0,19.0,56.0,0.0,51.0,2963.0,80254.0,230000.0,880.0 +24009860703,"Census Tract 8607.03, Calvert County, Maryland",3849,2627.0,95313.0,340300.0,535.0,2350.0,944.0,0.0,21.0,0.0,0.0,170.0,364.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8607.03,2746.0,2047.0,638.0,11.0,26.0,0.0,23.0,1872.0,56042.0,160900.0,224.0 +24009860101,"Census Tract 8601.01, Calvert County, Maryland",3168,2202.0,124706.0,462500.0,863.0,2523.0,282.0,6.0,161.0,0.0,0.0,89.0,113.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8601.01,2704.0,2453.0,181.0,13.0,38.0,0.0,17.0,1706.0,94615.0,238000.0,479.0 +24009860401,"Census Tract 8604.01, Calvert County, Maryland",10175,6851.0,96875.0,298200.0,2034.0,8168.0,685.0,0.0,291.0,0.0,0.0,583.0,448.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8604.01,7362.0,6578.0,495.0,76.0,94.0,0.0,104.0,4627.0,61153.0,144000.0,832.0 +24009860402,"Census Tract 8604.02, Calvert County, Maryland",3755,2418.0,92105.0,297900.0,667.0,2969.0,519.0,0.0,29.0,0.0,0.0,139.0,99.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8604.02,3284.0,2547.0,621.0,29.0,28.0,0.0,50.0,2072.0,57625.0,153500.0,308.0 +24009860501,"Census Tract 8605.01, Calvert County, Maryland",6429,3974.0,135369.0,444300.0,1437.0,5175.0,564.0,0.0,161.0,34.0,0.0,347.0,148.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8605.01,4605.0,3812.0,620.0,12.0,92.0,1.0,64.0,2827.0,82997.0,233600.0,806.0 +24009860502,"Census Tract 8605.02, Calvert County, Maryland",3154,2292.0,100625.0,319000.0,684.0,2616.0,267.0,0.0,0.0,0.0,12.0,51.0,208.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8605.02,2860.0,2541.0,239.0,16.0,26.0,0.0,30.0,1806.0,65039.0,149200.0,414.0 +24009860600,"Census Tract 8606, Calvert County, Maryland",7375,4850.0,132682.0,425900.0,1648.0,6290.0,376.0,0.0,175.0,0.0,0.0,392.0,142.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8606,5936.0,5194.0,535.0,40.0,87.0,0.0,72.0,3845.0,83616.0,218700.0,826.0 +24009860300,"Census Tract 8603, Calvert County, Maryland",4818,3257.0,128155.0,400800.0,1147.0,3859.0,698.0,0.0,36.0,0.0,0.0,132.0,93.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8603,3460.0,2776.0,595.0,20.0,23.0,1.0,44.0,2318.0,73402.0,200600.0,579.0 +24009860900,"Census Tract 8609, Calvert County, Maryland",7102,5100.0,93454.0,284700.0,1745.0,5315.0,1233.0,0.0,14.0,0.0,0.0,184.0,356.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8609,6775.0,5146.0,1414.0,56.0,55.0,0.0,90.0,4555.0,54536.0,146900.0,1035.0 +24009861003,"Census Tract 8610.03, Calvert County, Maryland",5795,3943.0,81068.0,223000.0,1112.0,4623.0,962.0,0.0,36.0,0.0,21.0,55.0,98.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8610.03,5932.504053000001,4939.711426,705.7437744,54.44026566,71.76216888,0.0,148.96835330000002,3593.0573729999996,54991.00055,126099.9974,759.1942138999999 +24009861004,"Census Tract 8610.04, Calvert County, Maryland",6851,4277.0,85612.0,215000.0,886.0,5485.0,547.0,0.0,122.0,0.0,0.0,541.0,156.0,Washington,Washington-Arlington-Alexandria,MD,Calvert County,Census Tract 8610.04,6054.495946999999,5041.288574,720.2562256,55.55973434,73.23783112,0.0,152.03164669999998,3666.9426270000004,54991.00271,126100.0025,774.8057861000001 +24009990100,"Census Tract 9901, Calvert County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,,,,,,,,,,,,,, +24017850102,"Census Tract 8501.02, Charles County, Maryland",2393,1618.0,61422.0,239300.0,346.0,981.0,1115.0,14.0,54.0,0.0,0.0,141.0,88.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8501.02,1942.8773609999998,1035.005005,803.246582,31.63106537,30.41448593,0.0,39.53883362,1312.689209,57125.00015,135200.006,247.26977540000001 +24017850101,"Census Tract 8501.01, Charles County, Maryland",5859,3942.0,89935.0,267100.0,1192.0,1431.0,3194.0,31.0,240.0,0.0,34.0,411.0,518.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8501.01,4445.122639,2367.9951170000004,1837.753418,72.36893463,69.58551025,0.0,90.46116638,3003.310791,57125.00207,135199.9974,565.7302246 +24017850713,"Census Tract 8507.13, Charles County, Maryland",7805,5380.0,137202.0,362200.0,2038.0,2676.0,4039.0,0.0,238.0,131.0,0.0,144.0,577.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8507.13,4320.389590999999,3187.082031,863.5250854000001,43.67380524,120.5175858,1.658498883,93.98160553,2841.008545,82697.00133,192199.9995,791.1039429 +24017850712,"Census Tract 8507.12, Charles County, Maryland",6025,4010.0,120673.0,326700.0,1664.0,2494.0,2998.0,50.0,93.0,0.0,12.0,263.0,115.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8507.12,3494.6104090000003,2577.917969,698.4749146,35.32619476,97.48241425,1.341501117,76.01839447,2297.991455,82696.99835,192200.0006,639.8960571 +24017850708,"Census Tract 8507.08, Charles County, Maryland",5353,3677.0,115179.0,293700.0,1083.0,1699.0,2829.0,0.0,352.0,6.0,0.0,236.0,231.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8507.08,4131.272668,2232.089355,1569.744873,36.12262726,155.1828156,0.0,126.2847061,2510.378174,70122.00227000001,166299.9958,653.9640502999999 +24017850709,"Census Tract 8507.09, Charles County, Maryland",6777,3926.0,86540.0,253500.0,986.0,836.0,4778.0,0.0,193.0,0.0,142.0,196.0,632.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8507.09,6263.865093,3384.309814,2380.05835,54.76938629,235.2892761,0.0,191.4737701,3806.2531740000004,70122.00215,166299.9985,991.5449829 +24017851301,"Census Tract 8513.01, Charles County, Maryland",4757,3252.0,122314.0,403500.0,801.0,3778.0,376.0,83.0,146.0,0.0,6.0,173.0,195.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8513.01,3587.000072,3045.363037,444.2755737,16.910142899999997,32.28300095,0.0,40.99428558,2335.136963,78318.99827000001,195899.9986,386.8835754 +24017850711,"Census Tract 8507.11, Charles County, Maryland",5115,3331.0,77310.0,218800.0,1060.0,936.0,3302.0,0.0,265.0,0.0,0.0,204.0,408.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8507.11,4045.308793,2645.783691,1018.680908,41.79997635,163.0715179,0.5160490870000001,164.1036072,2324.285156,61324.0017,146600.0041,670.3477783 +24017850706,"Census Tract 8507.06, Charles County, Maryland",5210,3214.0,124426.0,327700.0,1282.0,1536.0,2934.0,18.0,253.0,21.0,0.0,288.0,160.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8507.06,3900.862239,2107.60083,1482.196655,34.10798645,146.5279083,0.0,119.2415237,2370.368652,70122.00057999999,166299.9964,617.4909667999999 +24017850710,"Census Tract 8507.10, Charles County, Maryland",5588,3374.0,118438.0,286400.0,1360.0,1851.0,2944.0,21.0,232.0,0.0,0.0,176.0,364.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8507.10,3793.6909729999998,2481.216064,955.3190308000001,39.20001984,152.9284821,0.48395088299999994,153.8963776,2179.714844,61324.00027999999,146599.9973,628.6522217 +24017851302,"Census Tract 8513.02, Charles County, Maryland",4771,3407.0,114241.0,372200.0,871.0,3168.0,964.0,0.0,49.0,0.0,22.0,415.0,153.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8513.02,3412.999928,2897.636963,422.7244263,16.0898571,30.71699905,0.0,39.00571442,2221.863037,78319.00182,195900.0015,368.1164246 +24017990000,"Census Tract 9900, Charles County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,,,,,,,,,,,,,, +24017851500,"Census Tract 8515, Charles County, Maryland",9103,5531.0,91489.0,263300.0,1738.0,2108.0,5532.0,49.0,362.0,0.0,12.0,587.0,453.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8515,5917.0,3556.0,1860.0,45.0,207.0,1.0,234.0,3598.0,63125.0,161100.0,1020.0 +24017850902,"Census Tract 8509.02, Charles County, Maryland",5941,4230.0,89777.0,224400.0,651.0,2363.0,2332.0,9.0,529.0,0.0,0.0,407.0,301.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8509.02,5850.841602,4003.3279880000005,1508.397509,59.02558229,103.04919670000001,0.001967869,156.03345380000002,3775.1075869999995,63473.23768,131028.9971,427.39750949999996 +24017850906,"Census Tract 8509.06, Charles County, Maryland",4467,3064.0,51536.0,218600.0,804.0,1232.0,2784.0,0.0,33.0,0.0,0.0,239.0,179.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8509.06,4956.0,2866.0,1760.0,54.0,139.0,4.0,131.0,2957.0,41641.0,126600.0,374.0 +24017851100,"Census Tract 8511, Charles County, Maryland",2871,1972.0,79167.0,340800.0,483.0,2332.0,299.0,61.0,24.0,0.0,0.0,77.0,78.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8511,2674.0,2121.0,438.0,30.0,27.0,0.0,51.0,1870.0,58750.0,168700.0,396.0 +24017851400,"Census Tract 8514, Charles County, Maryland",8825,6122.0,124411.0,385900.0,2053.0,5223.0,2252.0,0.0,272.0,0.0,26.0,586.0,466.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8514,6377.0,4697.0,1391.0,83.0,116.0,0.0,77.0,4239.0,67563.0,190200.0,780.0 +24017850300,"Census Tract 8503, Charles County, Maryland",2150,1501.0,72163.0,256600.0,263.0,1111.0,701.0,45.0,33.0,0.0,0.0,165.0,95.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8503,2083.0,1223.0,767.0,38.0,20.0,1.0,24.0,1350.0,59837.0,150900.0,124.0 +24017850400,"Census Tract 8504, Charles County, Maryland",3617,2499.0,77207.0,305800.0,308.0,2080.0,1179.0,9.0,0.0,5.0,0.0,331.0,13.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8504,3640.0,2351.0,1196.0,39.0,18.0,1.0,32.0,2441.0,54800.0,152300.0,211.0 +24017851200,"Census Tract 8512, Charles County, Maryland",5023,3312.0,81563.0,299800.0,603.0,3932.0,844.0,21.0,73.0,0.0,0.0,78.0,75.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8512,3956.0,3165.0,670.0,33.0,51.0,2.0,32.0,2732.0,50460.0,144300.0,380.0 +24017850600,"Census Tract 8506, Charles County, Maryland",4927,3372.0,104145.0,350600.0,1149.0,2561.0,1788.0,43.0,153.0,0.0,0.0,141.0,241.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8506,3470.0,2602.0,686.0,57.0,77.0,0.0,40.0,2337.0,68559.0,168000.0,387.0 +24017850801,"Census Tract 8508.01, Charles County, Maryland",4894,3476.0,110000.0,259500.0,833.0,2470.0,1778.0,44.0,91.0,0.0,0.0,282.0,229.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8508.01,4938.0,3697.0,920.0,52.0,148.0,0.0,111.0,3395.0,76207.0,150100.0,653.0 +24017850201,"Census Tract 8502.01, Charles County, Maryland",1222,425.0,61292.0,230100.0,135.0,642.0,198.0,0.0,52.0,0.0,2.0,74.0,254.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8502.01,442.55117069999994,263.2065711,123.98905420000001,4.135649785,24.09281301,0.001427892,27.09852458,201.1351767,49454.39338,16752.74308,47.50547391 +24017850202,"Census Tract 8502.02, Charles County, Maryland",4768,2938.0,56875.0,154800.0,570.0,2094.0,1971.0,28.0,206.0,0.0,0.0,280.0,189.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8502.02,4581.448846,2941.793457,1391.010986,94.86434937,64.90718842,0.998572111,68.901474,2891.864746,41027.99996,95500.00436,353.49453739999996 +24017850500,"Census Tract 8505, Charles County, Maryland",2798,1991.0,107875.0,350800.0,476.0,2250.0,354.0,83.0,0.0,0.0,0.0,102.0,9.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8505,2504.0,2063.0,371.0,28.0,20.0,0.0,15.0,1625.0,66888.0,183500.0,318.0 +24017850901,"Census Tract 8509.01, Charles County, Maryland",5379,3359.0,40493.0,192700.0,379.0,1672.0,3024.0,128.0,56.0,0.0,0.0,187.0,312.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8509.01,5418.0,2988.0,2084.0,77.0,112.0,2.0,144.0,3174.0,37040.0,120100.0,311.0 +24017850905,"Census Tract 8509.05, Charles County, Maryland",4313,3013.0,90846.0,222600.0,793.0,1411.0,2027.0,34.0,118.0,0.0,26.0,163.0,550.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8509.05,4709.0,2993.0,1370.0,28.0,139.0,1.0,163.0,2687.0,67047.0,139600.0,830.0 +24017850802,"Census Tract 8508.02, Charles County, Maryland",4699,3140.0,73088.0,226800.0,561.0,1427.0,2343.0,0.0,49.0,0.0,10.0,229.0,641.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8508.02,4187.0,2762.0,1159.0,36.0,76.0,1.0,117.0,2628.0,57104.0,142100.0,446.0 +24017850904,"Census Tract 8509.04, Charles County, Maryland",8522,5489.0,106563.0,332500.0,2302.0,2192.0,5158.0,104.0,324.0,0.0,0.0,316.0,428.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8509.04,1441.158428,1180.6719970000001,201.60249330000002,12.97441769,24.95080376,0.9980321529999999,16.96654701,1068.892456,70511.00377000001,179700.0014,201.60249330000002 +24017851002,"Census Tract 8510.02, Charles County, Maryland",9038,6102.0,91875.0,346800.0,1927.0,6207.0,1784.0,0.0,349.0,0.0,0.0,387.0,311.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8510.02,7329.0,5560.0,1477.0,53.0,120.0,0.0,100.0,4848.0,58381.0,171200.0,1092.0 +24017851001,"Census Tract 8510.01, Charles County, Maryland",3811,2651.0,82059.0,332500.0,733.0,2587.0,940.0,19.0,26.0,0.0,7.0,139.0,93.0,Washington,Washington-Arlington-Alexandria,MD,Charles County,Census Tract 8510.01,2734.0,2116.0,513.0,8.0,50.0,0.0,47.0,1966.0,74375.0,190500.0,493.0 +24021751600,"Census Tract 7516, Frederick County, Maryland",2968,2105.0,90900.0,347800.0,461.0,2708.0,84.0,0.0,0.0,0.0,0.0,16.0,160.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7516,2780.9731469999997,2670.974121,48.99952698,9.999903678999999,21.99978828,0.0,25.99974823,1827.9823,57759.999879999996,189099.9949,293.9971619 +24021752900,"Census Tract 7529, Frederick County, Maryland",3234,2296.0,65745.0,248400.0,450.0,2953.0,87.0,6.0,3.0,0.0,0.0,24.0,161.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7529,3081.808043,2831.27021,189.286588,7.6498595410000005,14.58115955,0.0,36.82732444,2012.85707,47643.19982,148042.316,371.60565499999996 +24021750100,"Census Tract 7501, Frederick County, Maryland",1475,1153.0,63155.0,232000.0,534.0,1114.0,138.0,3.0,21.0,0.0,0.0,62.0,137.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7501,1927.999981,1343.5157470000001,494.7170105000001,12.96637344,19.94826698,0.0,52.86290741,1317.583008,27168.999330000002,85900.00249,192.50077819999998 +24021750300,"Census Tract 7503, Frederick County, Maryland",1636,1258.0,47120.0,229500.0,419.0,879.0,531.0,0.0,0.0,0.0,0.0,56.0,170.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7503,1711.0,764.0,863.0,10.0,14.0,0.0,57.0,1300.0,28333.0,111100.0,228.0 +24021750200,"Census Tract 7502, Frederick County, Maryland",1778,1411.0,78380.0,437800.0,936.0,1562.0,70.0,15.0,41.0,0.0,0.0,32.0,58.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7502,1895.848923,1659.116455,128.3129578,5.968044758,29.84022522,0.0,66.64316559,1426.362671,41167.00003,177800.0009,589.8417969 +24021750600,"Census Tract 7506, Frederick County, Maryland",2579,1628.0,90078.0,424600.0,896.0,2219.0,110.0,11.0,39.0,0.0,0.0,134.0,77.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7506,2515.105864,2269.513184,137.09793090000002,8.876844406,56.22001266,0.986316025,40.43895721,1683.641479,58827.997579999996,205299.9977,831.4644165 +24021767600,"Census Tract 7676, Frederick County, Maryland",3035,2228.0,85380.0,306000.0,624.0,2890.0,31.0,0.0,46.0,0.0,0.0,27.0,41.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7676,2806.0,2718.0,11.0,11.0,21.0,0.0,43.0,1816.0,56307.0,170400.0,358.0 +24021740200,"Census Tract 7402, Frederick County, Maryland",4783,3235.0,85313.0,287200.0,1019.0,3879.0,362.0,18.0,75.0,0.0,0.0,51.0,416.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7402,3873.999917,3590.467773,145.2926331,8.463647842,59.2455368,0.470202684,61.12635039999999,2395.212402,61317.00157000001,151500.0017,583.0513306 +24021767500,"Census Tract 7675, Frederick County, Maryland",2874,2055.0,74225.0,275900.0,436.0,2569.0,0.0,0.0,0.0,0.0,296.0,0.0,9.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7675,2826.849716,2780.632907,3.0883145260000004,8.024175607,16.05518299,0.9989228840000001,17.04454181,1981.470198,55732.0163,159713.2383,270.101216 +24021772200,"Census Tract 7722, Frederick County, Maryland",1326,1097.0,54844.0,212500.0,315.0,957.0,156.0,0.0,35.0,0.0,0.0,82.0,96.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7722,1674.000043,1173.887817,433.68368530000004,9.489795685,12.33673477,0.0,43.65306091,1104.612305,32030.999369999998,103099.9993,194.54081730000001 +24021775302,"Census Tract 7753.02, Frederick County, Maryland",4250,2737.0,96750.0,267500.0,1162.0,3376.0,323.0,0.0,34.0,0.0,20.0,285.0,212.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7753.02,2950.745897,2688.090446,190.94614209999997,18.25020453,25.41498187,0.0,27.55963501,1904.8742280000001,51193.62242,119589.6452,269.87945410000003 +24021766800,"Census Tract 7668, Frederick County, Maryland",5985,3012.0,69787.0,263300.0,996.0,4969.0,383.0,4.0,256.0,0.0,0.0,135.0,242.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7668,4694.243679,4377.129632,180.0889521,29.00233888,45.00565145,0.0,61.0161256,2592.810854,41854.96626,115915.7521,659.1521184 +24021765100,"Census Tract 7651, Frederick County, Maryland",3728,2879.0,63237.0,212600.0,790.0,2242.0,658.0,0.0,342.0,0.0,8.0,90.0,388.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7651,3967.9241420000003,3054.331007,656.8397388999999,15.98407236,99.96125197,0.000544074,126.8261352,2762.154334,40814.99907,120233.1571,564.7307543 +24021775400,"Census Tract 7754, Frederick County, Maryland",3740,2548.0,64516.0,190600.0,618.0,3291.0,105.0,0.0,0.0,0.0,0.0,151.0,193.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7754,3931.989239,3579.580811,256.9528503,24.41884613,33.85340118,0.0,36.628269200000005,2537.340088,50956.001560000004,118499.9997,354.6282349 +24021770700,"Census Tract 7707, Frederick County, Maryland",3581,2703.0,115977.0,391400.0,875.0,3386.0,0.0,0.0,0.0,0.0,44.0,0.0,151.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7707,3404.3211929999998,3313.445301,20.29899486,6.903627574,16.69265646,0.0,31.84133993,2354.280569,75027.84648,194747.1425,736.3504489000001 +24021752302,"Census Tract 7523.02, Frederick County, Maryland",4114,2918.0,115000.0,416900.0,1476.0,3604.0,269.0,0.0,38.0,0.0,0.0,77.0,126.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7523.02,2447.63833,2199.106746,145.2526284,8.248671903,45.54317157,0.0,45.90061491,1556.818324,67289.61421,158706.3588,478.40950300000003 +24021773500,"Census Tract 7735, Frederick County, Maryland",4431,2939.0,75167.0,259100.0,801.0,2973.0,337.0,26.0,322.0,0.0,0.0,211.0,562.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7735,4408.927748,4087.505802,164.3996592,9.793485045,67.00775379,0.534666113,69.57015407,2727.819485,61423.486979999994,151756.3779,666.3758677999999 +24021775600,"Census Tract 7756, Frederick County, Maryland",3921,2586.0,125263.0,360400.0,1520.0,3413.0,142.0,0.0,99.0,0.0,0.0,63.0,204.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7756,2872.517017,2720.6948239999997,63.47742462,13.74253464,24.54024124,0.32720321399999996,45.48124695,1862.7679440000002,68750.00065,168700.0057,562.7895507999999 +24021752301,"Census Tract 7523.01, Frederick County, Maryland",4617,2981.0,89224.0,254200.0,1272.0,2692.0,793.0,5.0,224.0,12.0,0.0,132.0,759.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7523.01,2188.609014,1966.3809809999998,129.8735046,7.37553215,40.72576523,0.0,41.04644012,1392.051514,67289.00164,158699.995,427.7808533 +24021752502,"Census Tract 7525.02, Frederick County, Maryland",2607,1819.0,97070.0,377300.0,678.0,2332.0,118.0,0.0,14.0,0.0,4.0,85.0,54.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7525.02,2399.655253,2281.213211,56.17083168,10.90361643,21.18574953,0.0,26.20695853,1587.9191130000002,67330.62584,185424.6976,416.8531075 +24021752303,"Census Tract 7523.03, Frederick County, Maryland",3538,2314.0,113967.0,370000.0,936.0,2703.0,275.0,0.0,170.0,0.0,0.0,134.0,256.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7523.03,2189.0609059999997,1966.7815670000002,129.9038195,7.377128632000001,40.73526299,4.36239e-06,41.05557632,1392.339858,67288.68076,158699.4961,427.8697801 +24021750504,"Census Tract 7505.04, Frederick County, Maryland",5236,3721.0,55096.0,248000.0,1575.0,2373.0,1415.0,0.0,721.0,0.0,0.0,319.0,408.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7505.04,3925.557482,2578.150413,702.2929076,30.21953378,211.04074190000003,0.011973591,380.49201630000005,2438.7137940000002,42705.907419999996,131447.5987,738.2904507000001 +24021750503,"Census Tract 7505.03, Frederick County, Maryland",7522,4517.0,52903.0,215500.0,1055.0,2061.0,2001.0,8.0,503.0,15.0,0.0,151.0,2783.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7505.03,5286.793472,3461.974854,950.9780883999999,40.87133408,285.52368160000003,0.0,515.784729,3282.371094,42573.99886,130400.0026,988.3955078 +24021751003,"Census Tract 7510.03, Frederick County, Maryland",6133,4144.0,64048.0,216900.0,1501.0,2831.0,1320.0,0.0,522.0,89.0,0.0,294.0,1077.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7510.03,3594.7596320000002,2886.904785,433.99710080000006,16.75558472,135.41809080000002,0.274681717,109.048645,2345.232422,56317.002010000004,137999.9988,739.7178345 +24021751002,"Census Tract 7510.02, Frederick County, Maryland",5400,3569.0,72231.0,256300.0,1287.0,3980.0,663.0,17.0,442.0,0.0,15.0,58.0,225.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7510.02,4734.10026,3801.8945310000004,571.550293,22.06618118,178.33815,0.361740679,143.6110535,3088.5419920000004,56316.99915,138000.0012,974.1676636 +24021750802,"Census Tract 7508.02, Frederick County, Maryland",4842,3604.0,98571.0,296000.0,1716.0,3546.0,566.0,9.0,60.0,0.0,0.0,53.0,612.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7508.02,3183.488866,2715.737549,286.8008118,11.82683754,88.10993958,0.295670927,71.55236053,2299.728516,55949.99901,139900.0017,748.0474243 +24021750803,"Census Tract 7508.03, Frederick County, Maryland",6318,4411.0,91596.0,270900.0,2005.0,4258.0,957.0,10.0,286.0,0.0,0.0,217.0,590.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7508.03,4696.662332,3992.3584100000003,438.936001,17.63350395,127.9547758,0.426442951,106.0400594,3387.315289,55468.29432000001,139525.3673,1093.017273 +24021751202,"Census Tract 7512.02, Frederick County, Maryland",6339,4397.0,95263.0,236100.0,2130.0,4205.0,860.0,67.0,451.0,0.0,17.0,253.0,486.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7512.02,3760.999922,3270.451904,216.4067383,14.13909721,146.49676509999998,0.0,108.3997498,2497.514404,70256.00036,191700.0101,1086.3540039999998 +24021750701,"Census Tract 7507.01, Frederick County, Maryland",5503,3565.0,92500.0,244500.0,1363.0,3476.0,926.0,61.0,221.0,0.0,11.0,157.0,662.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7507.01,4057.3171020000004,3072.515823,582.9750389999999,26.85827868,181.6926535,0.0,179.05638369999997,2620.6198219999997,51045.33711,131805.8962,775.2608744 +24021750702,"Census Tract 7507.02, Frederick County, Maryland",3895,2678.0,50767.0,208800.0,955.0,2177.0,987.0,17.0,174.0,9.0,27.0,112.0,392.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7507.02,3647.9927079999998,2763.426488,523.5998973000001,24.1283632,163.239828,0.001801197,160.8273375,2356.4397559999998,51063.31541,131941.1808,697.8359872000001 +24021751201,"Census Tract 7512.01, Frederick County, Maryland",4953,3152.0,110521.0,383500.0,1883.0,3305.0,635.0,32.0,285.0,0.0,72.0,190.0,434.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7512.01,3734.004329,3246.303379,215.37032819999996,14.05477338,145.48022419999998,0.0,107.7135432,2479.478905,70221.33481,191623.5305,1077.9697820000001 +24021750506,"Census Tract 7505.06, Frederick County, Maryland",4456,2747.0,94250.0,299100.0,1147.0,2020.0,611.0,23.0,700.0,0.0,0.0,265.0,837.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7505.06,3683.7865899999997,2683.2371399999997,570.4814980000001,25.17222614,177.86180430000002,0.838327467,210.66223109999999,2192.444097,55805.259020000005,136257.9656,620.9258431 +24021751203,"Census Tract 7512.03, Frederick County, Maryland",2064,1649.0,89886.0,340400.0,669.0,1835.0,25.0,28.0,5.0,0.0,0.0,64.0,107.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7512.03,2128.9027530000003,1856.742104,119.75100900000001,7.908899769,81.11716506,0.0,60.32679409,1415.200386,70378.04878,191782.1974,611.1283255 +24021751301,"Census Tract 7513.01, Frederick County, Maryland",3667,2668.0,94659.0,329100.0,1053.0,3274.0,219.0,0.0,11.0,0.0,0.0,57.0,106.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7513.01,2675.0180010000004,2584.014963,31.35485384,11.11616312,24.75812811,0.0,21.45404112,1898.698603,66041.31788999999,164166.8401,472.3967956 +24021750801,"Census Tract 7508.01, Frederick County, Maryland",3028,2194.0,49329.0,267300.0,960.0,2406.0,371.0,0.0,71.0,0.0,0.0,57.0,123.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7508.01,2991.022154,2551.550049,269.4614563,11.11181259,82.78300476,0.277795315,67.22646332,2160.691895,55949.99977,139899.99800000002,702.8221436000001 +24021750505,"Census Tract 7505.05, Frederick County, Maryland",7514,4448.0,60172.0,189400.0,943.0,2229.0,1314.0,34.0,730.0,0.0,38.0,231.0,2954.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7505.05,5110.196439,3722.092978,791.9572985,34.89929438,246.58157599999998,1.161672592,291.9696971,3042.199042,55758.1723,136154.4607,860.7913151 +24021751001,"Census Tract 7510.01, Frederick County, Maryland",1016,626.0,95568.0,240400.0,238.0,645.0,149.0,0.0,93.0,6.0,0.0,34.0,89.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7510.01,1095.140394,879.493042,132.2168427,5.104574203,41.25500107,0.083681546,33.22157288,714.4730225,56316.9993,137999.99800000002,225.3544006 +24021751004,"Census Tract 7510.04, Frederick County, Maryland",3987,2852.0,97524.0,243100.0,1318.0,2726.0,426.0,0.0,222.0,0.0,38.0,66.0,509.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7510.04,3655.822802,2935.943848,441.3692932,17.04020691,137.718399,0.279347658,110.90102390000001,2385.0703129999997,56317.00165,138000.0035,752.2832642000001 +24021752603,"Census Tract 7526.03, Frederick County, Maryland",3792,2591.0,120478.0,364100.0,1386.0,3306.0,196.0,5.0,139.0,0.0,0.0,24.0,122.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7526.03,2818.481127,2700.603404,39.71696573,7.617190237000001,30.12146273,0.0,37.09076857,1898.0854809999998,71045.58415,183323.2917,742.3118293 +24021752501,"Census Tract 7525.01, Frederick County, Maryland",4983,3639.0,105583.0,351600.0,1565.0,4704.0,93.0,0.0,41.0,0.0,0.0,43.0,102.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7525.01,4926.609132,4708.697876,90.01726007,21.08559921,42.97491884,0.0,54.40943313,3273.700996,69460.18834,192481.6436,907.462532 +24021752602,"Census Tract 7526.02, Frederick County, Maryland",2815,2049.0,102619.0,343000.0,923.0,2506.0,122.0,21.0,43.0,0.0,31.0,17.0,91.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7526.02,2519.00066,2413.4187190000002,35.83792789,6.929014052,26.79078403,0.0,33.00188217,1695.670266,70994.04401,183584.4167,657.6070855 +24021752601,"Census Tract 7526.01, Frederick County, Maryland",4233,2767.0,126307.0,408800.0,1575.0,3887.0,70.0,0.0,125.0,0.0,0.0,86.0,65.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7526.01,3250.865206,3114.807373,45.86219406,8.790253639,34.77883148,0.0,42.80471420000001,2189.155518,71037.99841,183300.0007,856.4765015 +24021752802,"Census Tract 7528.02, Frederick County, Maryland",3693,2586.0,90234.0,331000.0,1000.0,3380.0,80.0,3.0,58.0,0.0,0.0,11.0,161.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7528.02,3168.999912,3086.935303,17.24544907,7.730718613,12.48808384,0.0,35.68024063,2066.480469,57621.00142000001,168099.9948,550.6650391 +24021753001,"Census Tract 7530.01, Frederick County, Maryland",4852,3429.0,78021.0,254000.0,804.0,4573.0,31.0,0.0,39.0,0.0,0.0,89.0,120.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7530.01,4081.6911920000002,3987.234131,21.18128586,23.47115517,22.89868927,0.0,25.18855667,2706.05249,49059.00061,137599.9972,449.38674929999996 +24021751302,"Census Tract 7513.02, Frederick County, Maryland",3497,2575.0,87026.0,281300.0,653.0,3059.0,58.0,4.0,132.0,10.0,0.0,108.0,126.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7513.02,3101.239028,2996.542081,35.96929242,12.8859022,28.45466543,0.0010771210000000001,24.70216879,2201.547339,66019.49094,164094.9638,546.511965 +24021752801,"Census Tract 7528.01, Frederick County, Maryland",2039,1522.0,84076.0,329000.0,546.0,1976.0,0.0,5.0,4.0,0.0,9.0,26.0,19.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7528.01,2159.99993,2104.064453,11.75454998,5.26928091,8.511915207000001,0.0,24.31975937,1408.519409,57620.99842999999,168099.9952,375.3349609 +24021752204,"Census Tract 7522.04, Frederick County, Maryland",7634,4542.0,142773.0,448500.0,2847.0,4538.0,673.0,53.0,1406.0,0.0,0.0,301.0,663.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7522.04,1007.7794359999999,897.0318356,92.08512953,4.277393483,8.325356483,0.0,3.75397858,691.8131676,73076.63132,215013.1257,194.72727849999998 +24021752102,"Census Tract 7521.02, Frederick County, Maryland",4233,2989.0,102061.0,377700.0,1218.0,3771.0,0.0,0.0,56.0,0.0,0.0,103.0,303.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7521.02,4353.000013,4134.618078,56.35901624,16.6168683,65.33290613,2.2562623019999997,63.61007351,2840.910106,80603.08383999999,199807.8178,1044.177053 +24021752201,"Census Tract 7522.01, Frederick County, Maryland",2195,1655.0,123750.0,435000.0,850.0,2000.0,40.0,0.0,71.0,0.0,0.0,38.0,46.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7522.01,2014.854061,1792.9140510000002,184.9297489,8.565633171,16.47467062,2.12271e-05,7.366306031000001,1384.451541,73088.01818,215539.4865,389.0763678 +24021752101,"Census Tract 7521.01, Frederick County, Maryland",3202,2149.0,138526.0,458200.0,968.0,2667.0,51.0,7.0,66.0,0.0,0.0,27.0,391.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7521.01,3323.999986,3158.7807620000003,40.97783661,12.64209843,50.13245773,1.7437376980000001,48.82465363,2169.209717,80671.00161,199700.00100000002,798.6318359 +24021751904,"Census Tract 7519.04, Frederick County, Maryland",3344,2158.0,113594.0,410500.0,917.0,2482.0,385.0,5.0,89.0,33.0,22.0,71.0,257.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7519.04,2626.71182,2404.694992,99.59375025,10.29010038,52.64267133,0.0,53.12111813,1619.266121,78230.77957,177835.6493,664.738778 +24021752202,"Census Tract 7522.02, Frederick County, Maryland",4118,2335.0,144779.0,487100.0,1578.0,2214.0,396.0,6.0,647.0,0.0,0.0,255.0,600.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7522.02,17.75669759,15.80177879,1.630066037,0.075412303,0.145023659,0.0,0.063810416,12.19939041,73038.99786,215299.9913,3.4225585460000003 +24021751702,"Census Tract 7517.02, Frederick County, Maryland",3984,2906.0,87292.0,357800.0,994.0,3641.0,11.0,1.0,147.0,0.0,0.0,95.0,89.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7517.02,3434.05571,3252.554566,75.88625933,16.42895419,29.33757853,0.391165162,54.37204567,2226.913916,68749.98062,168700.3379,672.8058877000001 +24021751802,"Census Tract 7518.02, Frederick County, Maryland",3551,2481.0,121033.0,409800.0,910.0,3428.0,10.0,10.0,25.0,0.0,0.0,37.0,41.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7518.02,3780.216053,3579.847418,79.80006338,13.98139961,40.76826116,0.582387455,59.41194983,2403.287681,77582.18827,190688.4012,866.0632309 +24021751701,"Census Tract 7517.01, Frederick County, Maryland",2383,1706.0,100333.0,367700.0,595.0,2257.0,33.0,0.0,0.0,0.0,0.0,10.0,83.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7517.01,2426.555511,2297.936375,53.90091097,11.56201365,20.85232848,0.27653947,38.41924614,1573.025279,68695.66765,168579.2004,474.59500769999994 +24021751801,"Census Tract 7518.01, Frederick County, Maryland",4808,3044.0,120903.0,395700.0,1529.0,4149.0,209.0,2.0,128.0,0.0,0.0,65.0,255.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7518.01,2712.178723,2568.419221,57.25342703,10.03062964,29.25279411,0.41783595100000004,42.6257854,1724.2496039999999,77587.23164,190701.1953,621.41954 +24021751902,"Census Tract 7519.02, Frederick County, Maryland",6123,3854.0,98354.0,304900.0,2147.0,4770.0,252.0,49.0,347.0,0.0,0.0,15.0,716.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7519.02,4626.263911,4235.348633,175.17843630000002,18.12190628,92.76690674,0.0,93.62985229,2851.611572,78235.99837,177800.0064,1171.020386 +24021751903,"Census Tract 7519.03, Frederick County, Maryland",5909,4138.0,130625.0,392800.0,1900.0,5341.0,243.0,0.0,212.0,0.0,16.0,85.0,12.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7519.03,5755.374333,5424.781236,137.1435305,34.51105474,59.9113826,0.0,89.47280346,3515.0772049999996,79128.54513,197750.2954,1328.809156 +24021751901,"Census Tract 7519.01, Frederick County, Maryland",4641,3036.0,109750.0,341900.0,1682.0,4048.0,173.0,0.0,40.0,0.0,13.0,120.0,247.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7519.01,3286.488109,3008.782715,124.4463882,12.87376404,65.90141296,0.0,66.51445007,2025.778809,78235.99726,177799.9984,831.8903809 +24021753002,"Census Tract 7530.02, Frederick County, Maryland",2931,1866.0,64420.0,199900.0,440.0,2865.0,14.0,0.0,0.0,0.0,0.0,15.0,37.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7530.02,2587.000092,2527.132568,13.42482471,14.87615776,14.51332474,0.0,15.96465683,1715.1121829999997,49059.00116,137599.9955,284.8240051 +24021752001,"Census Tract 7520.01, Frederick County, Maryland",5072,3360.0,116080.0,353200.0,1203.0,4583.0,78.0,53.0,73.0,0.0,0.0,74.0,211.0,Washington,Washington-Arlington-Alexandria,MD,Frederick County,Census Tract 7520.01,4792.393345,4521.22998,112.0623169,29.05319214,48.42198944,0.0,73.78588867,2926.071533,79159.00103,198400.0038,1103.098999 +24031706013,"Census Tract 7060.13, Montgomery County, Maryland",2961,1970.0,216500.0,974300.0,1696.0,2010.0,42.0,0.0,490.0,0.0,0.0,64.0,355.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.13,2723.8162429999998,1920.951904,167.1638947,6.6865558620000005,339.5815125,0.0,266.0293884,2098.145752,71836.00229,264800.0075,1394.146851 +24031701216,"Census Tract 7012.16, Montgomery County, Maryland",4889,4269.0,98155.0,481600.0,3137.0,2631.0,267.0,11.0,1171.0,13.0,16.0,298.0,482.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.16,2438.000025,1430.152832,228.4027863,13.09722233,454.569458,0.0,284.625,1904.2083739999998,51865.00175,250899.9971,1055.763916 +24031706011,"Census Tract 7060.11, Montgomery County, Maryland",5416,3839.0,204844.0,894600.0,3358.0,3370.0,225.0,8.0,1224.0,0.0,0.0,142.0,447.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.11,5787.866856000001,4087.1413119999997,429.75438439999994,15.11243489,912.8790865,0.0,303.75537010000005,4081.641207,125908.1242,409695.4735,3248.6784399999997 +24031706010,"Census Tract 7060.10, Montgomery County, Maryland",3097,2154.0,136688.0,673300.0,1537.0,1742.0,518.0,10.0,593.0,0.0,51.0,115.0,68.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.10,2690.207425,1900.829985,199.1259419,6.990644692999999,424.7545359,0.005430841,140.1550331,1896.500963,126688.6294,413047.2708,1511.1186369999998 +24031706012,"Census Tract 7060.12, Montgomery County, Maryland",3344,2587.0,66778.0,279100.0,1699.0,1604.0,447.0,10.0,718.0,0.0,0.0,118.0,457.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.12,2948.163875,2079.1713870000003,180.93237299999998,7.2372951510000005,367.5512085,0.0,287.9409485,2270.959717,71835.99935,264800.0082,1508.976074 +24031704404,"Census Tract 7044.04, Montgomery County, Maryland",5256,3778.0,135462.0,714000.0,3062.0,3452.0,538.0,0.0,740.0,0.0,0.0,81.0,445.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7044.04,5188.737159,4132.69873,173.5311279,10.94340515,537.7901611000001,0.0,286.0918579,4145.986816,84160.99752,273900.0053,3007.091309 +24031703221,"Census Tract 7032.21, Montgomery County, Maryland",5441,3605.0,103113.0,372600.0,1953.0,1617.0,1847.0,34.0,1032.0,0.0,45.0,173.0,717.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.21,5063.9710350000005,2306.831543,1461.508057,18.92887115,719.2970581000001,0.0,505.6000977,3494.3691409999997,65192.00106,155799.9975,1599.489624 +24031703218,"Census Tract 7032.18, Montgomery County, Maryland",1923,1910.0,55354.0,207300.0,885.0,1546.0,162.0,0.0,138.0,0.0,0.0,11.0,66.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.18,1258.8152619999998,1019.5011599999999,150.697464,2.293222427,25.38924789,0.0,55.85634232,1168.724365,46078.99869,146900.0049,413.1076355 +24031703219,"Census Tract 7032.19, Montgomery County, Maryland",3393,3393.0,53297.0,202000.0,1597.0,2722.0,290.0,25.0,159.0,0.0,33.0,65.0,99.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.19,2517.827948,2039.1621089999999,301.41857910000004,4.58680439,50.78247833,0.0,111.72145079999999,2337.63208,46079.000869999996,146899.9974,826.2800292999999 +24031703216,"Census Tract 7032.16, Montgomery County, Maryland",3833,3506.0,54041.0,176300.0,1356.0,1650.0,1181.0,30.0,469.0,8.0,0.0,34.0,461.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.16,3783.009695,3063.819336,452.87820430000005,6.891624451,76.30013275,0.0,167.8602905,3512.2673340000006,46078.99878,146900.0064,1241.476929 +24031701315,"Census Tract 7013.15, Montgomery County, Maryland",4665,3135.0,109256.0,391500.0,1882.0,2596.0,769.0,0.0,576.0,0.0,47.0,213.0,464.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.15,4646.550055,3182.691574,645.5337067,17.76795293,500.0342693,0.612443924,280.3543551,2950.0027809999997,85342.88699,187871.5932,1682.945541 +24031701316,"Census Tract 7013.16, Montgomery County, Maryland",6485,4314.0,135648.0,640000.0,2533.0,3954.0,1156.0,0.0,494.0,0.0,0.0,210.0,671.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.16,4948.891731000001,3821.78048,553.0039732999999,17.08514475,341.16392010000004,0.569509058,200.48080530000001,3267.72448,94411.11953,319873.956,1853.1172829999998 +24031701314,"Census Tract 7013.14, Montgomery County, Maryland",3272,2171.0,110156.0,372000.0,1334.0,1544.0,553.0,0.0,540.0,0.0,26.0,94.0,515.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.14,2988.000012,2043.154541,416.2054443,11.44071865,323.1016541,0.394507527,181.078949,1896.003174,85226.99585,186100.0062,1081.739624 +24031701421,"Census Tract 7014.21, Montgomery County, Maryland",2062,1332.0,79450.0,251300.0,396.0,99.0,751.0,0.0,242.0,0.0,0.0,223.0,747.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.21,1099.999968,428.756134,384.8645325,2.438423634,214.4458008,0.0,63.66994858,724.076355,66134.00066,161799.9975,344.2241211 +24031701509,"Census Tract 7015.09, Montgomery County, Maryland",6745,4306.0,54417.0,485900.0,1292.0,944.0,2750.0,20.0,388.0,0.0,15.0,70.0,2578.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7015.09,5963.066737,1238.6098630000001,2830.746094,31.6779995,689.9468383999999,0.6335600020000001,1129.637451,3807.062012,43368.00043,217299.9986,1455.920898 +24031701800,"Census Tract 7018, Montgomery County, Maryland",5011,3736.0,81114.0,623400.0,1864.0,2084.0,2411.0,9.0,194.0,0.0,7.0,34.0,272.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7018,4850.0,2209.0,1890.0,17.0,148.0,1.0,557.0,3266.0,52593.0,222300.0,1600.0 +24031702900,"Census Tract 7029, Montgomery County, Maryland",5226,4227.0,109867.0,658700.0,3502.0,3340.0,985.0,73.0,245.0,0.0,37.0,143.0,423.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7029,5077.3795390000005,3611.445801,925.0650024,18.9603405,250.4760742,0.0,254.46772769999998,3742.172363,82456.9972,279299.9968,2751.2451170000004 +24031703402,"Census Tract 7034.02, Montgomery County, Maryland",3592,2510.0,81667.0,350300.0,710.0,658.0,530.0,59.0,643.0,0.0,25.0,254.0,1470.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7034.02,3390.4548659999996,1435.270217,455.5360637,19.51055714,635.5859488,0.065784001,814.2287725,2267.775561,62411.035039999995,164289.0629,622.1882019 +24031703213,"Census Tract 7032.13, Montgomery County, Maryland",6409,3880.0,42955.0,109900.0,816.0,598.0,2604.0,0.0,293.0,0.0,382.0,48.0,2484.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.13,5817.920370000001,1199.524918,2433.9162899999997,26.58943295,642.0669899000001,0.105962195,1426.4319460000002,3690.368301,41821.347989999995,71453.59853999999,1038.1007769999999 +24031703302,"Census Tract 7033.02, Montgomery County, Maryland",4512,3130.0,81544.0,346100.0,770.0,929.0,133.0,101.0,656.0,0.0,35.0,19.0,2730.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7033.02,3681.5451359999997,1783.3887940000002,384.2219849,15.96766663,577.8299561000001,0.9979791640000001,902.1731566999999,2420.099365,59306.00214,162100.0044,675.631897 +24031703401,"Census Tract 7034.01, Montgomery County, Maryland",5569,3957.0,81944.0,328900.0,898.0,1185.0,374.0,36.0,978.0,4.0,32.0,54.0,2927.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7034.01,4764.0,1939.0,577.0,11.0,774.0,0.0,1414.0,3299.0,56773.0,159200.0,884.0 +24031703701,"Census Tract 7037.01, Montgomery County, Maryland",4456,2922.0,73375.0,280500.0,679.0,692.0,681.0,21.0,301.0,0.0,0.0,55.0,2727.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7037.01,3609.0,1288.0,579.0,22.0,321.0,0.0,1353.0,2314.0,60227.0,142400.0,676.0 +24031703702,"Census Tract 7037.02, Montgomery County, Maryland",4408,3298.0,100045.0,326300.0,1005.0,1176.0,362.0,9.0,704.0,0.0,65.0,94.0,2007.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7037.02,3709.366125,1585.591797,535.1871338000001,13.97876835,593.0991821,0.0,962.5380858999999,2523.167725,60394.999379999994,154799.9929,778.8171387 +24031704100,"Census Tract 7041, Montgomery County, Maryland",4746,3257.0,177443.0,829400.0,2590.0,3870.0,216.0,15.0,98.0,0.0,14.0,129.0,419.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7041,4576.679642,4094.705225,148.6354322,7.178280653,110.930493,0.999907553,209.0793531,3242.545718,114409.7898,379745.3818,2225.769002 +24031703220,"Census Tract 7032.20, Montgomery County, Maryland",5450,3642.0,61599.0,286100.0,1278.0,1540.0,2143.0,8.0,520.0,0.0,0.0,553.0,694.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.20,5120.4893329999995,2339.1296850000003,1474.696962,19.10470293,725.0717083,0.0,510.21742,3537.77704,65071.95275,155735.1056,1617.568937 +24031704806,"Census Tract 7048.06, Montgomery County, Maryland",3257,2712.0,94623.0,495700.0,2267.0,2247.0,268.0,8.0,353.0,0.0,7.0,50.0,324.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7048.06,2052.9999199999997,1488.830444,110.5507736,4.205735683,264.9613647,0.0,151.40649409999997,1798.252441,53667.00167,185100.00699999998,1393.300171 +24031704804,"Census Tract 7048.04, Montgomery County, Maryland",1688,1442.0,106953.0,457700.0,1289.0,1248.0,62.0,0.0,142.0,0.0,0.0,35.0,201.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7048.04,938.9999933,680.5440062999999,46.92568588,1.458829641,97.74158478,0.243138269,101.14552309999999,772.2071533,59109.998139999996,215600.0067,595.9318847999999 +24031704803,"Census Tract 7048.03, Montgomery County, Maryland",3824,2916.0,71774.0,592300.0,2219.0,2299.0,385.0,48.0,403.0,0.0,10.0,150.0,545.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7048.03,2882.790617,2089.313965,144.0648804,4.478701115,300.0729675,0.7464501859999999,310.52328489999996,2370.72583,59110.00151,215600.0032,1829.549438 +24031705502,"Census Tract 7055.02, Montgomery County, Maryland",3924,2811.0,214286.0,1094700.0,2434.0,3456.0,23.0,0.0,200.0,0.0,0.0,76.0,169.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7055.02,3998.874874,3417.366072,104.04956130000001,4.365366802,232.85370490000003,1.239810762,202.87918190000002,3153.282196,93766.41012999999,470549.7813,2527.346121 +24031701312,"Census Tract 7013.12, Montgomery County, Maryland",6528,4286.0,144811.0,505500.0,2804.0,4514.0,433.0,54.0,634.0,0.0,77.0,200.0,616.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.12,6192.0,4803.0,503.0,14.0,520.0,0.0,328.0,3883.0,90599.0,245200.0,1945.0 +24031701415,"Census Tract 7014.15, Montgomery County, Maryland",7786,5439.0,102841.0,400800.0,2691.0,1809.0,2897.0,0.0,1471.0,0.0,0.0,315.0,1294.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.15,7587.809590000001,3265.917969,2465.938232,42.99892044,1331.966553,0.0,440.98892209999997,4995.874511999999,78661.9976,204800.0045,2719.931641 +24031701417,"Census Tract 7014.17, Montgomery County, Maryland",5816,4158.0,81809.0,243800.0,2408.0,1138.0,3372.0,0.0,558.0,0.0,0.0,221.0,527.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.17,4690.0,1628.0,2267.0,20.0,472.0,2.0,269.0,3375.0,47609.0,114900.0,1948.0 +24031701900,"Census Tract 7019, Montgomery County, Maryland",3253,2260.0,67860.0,411800.0,914.0,1037.0,639.0,9.0,90.0,0.0,13.0,20.0,1454.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7019,3218.0,935.0,673.0,15.0,222.0,0.0,1357.0,2108.0,38208.0,175600.0,856.0 +24031702102,"Census Tract 7021.02, Montgomery County, Maryland",3350,2189.0,160074.0,530600.0,1704.0,2740.0,291.0,0.0,145.0,0.0,0.0,36.0,138.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7021.02,2964.0,2449.0,221.0,7.0,121.0,0.0,156.0,2133.0,91651.0,208000.0,1504.0 +24031702301,"Census Tract 7023.01, Montgomery County, Maryland",3698,2440.0,53182.0,267900.0,990.0,857.0,1111.0,8.0,80.0,0.0,0.0,42.0,1608.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7023.01,3606.533978,689.655972,1268.391924,17.17152499,286.90578210000007,0.9513790609999999,1324.397535,2343.6898760000004,43279.2741,119013.2895,782.5743464999999 +24031702700,"Census Tract 7027, Montgomery County, Maryland",7415,4733.0,94524.0,639000.0,2569.0,2449.0,2343.0,63.0,412.0,0.0,29.0,133.0,2013.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7027,6688.479041,2705.520165,1891.5213019999999,16.21192159,482.9091671,0.999114015,1542.9101039999998,4413.442236,55338.345120000005,229810.7482,2128.4106739999997 +24031702401,"Census Tract 7024.01, Montgomery County, Maryland",2558,1864.0,144583.0,553900.0,1438.0,1547.0,435.0,0.0,185.0,0.0,0.0,189.0,202.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7024.01,2543.0,1562.0,482.0,8.0,107.0,0.0,363.0,1778.0,70372.0,194900.0,1040.0 +24031702500,"Census Tract 7025, Montgomery County, Maryland",7098,6057.0,66868.0,338600.0,4008.0,2733.0,3075.0,0.0,499.0,0.0,0.0,299.0,492.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7025,2660.0,718.0,1304.0,16.0,158.0,2.0,451.0,2111.0,36275.0,193800.0,901.0 +24031702601,"Census Tract 7026.01, Montgomery County, Maryland",4570,3497.0,71161.0,256500.0,2258.0,2002.0,1442.0,0.0,343.0,0.0,16.0,227.0,540.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7026.01,4242.0,1330.0,2161.0,14.0,427.0,0.0,292.0,3394.0,44351.0,,2059.0 +24031703100,"Census Tract 7031, Montgomery County, Maryland",4567,3291.0,111198.0,388600.0,1565.0,1935.0,685.0,115.0,503.0,5.0,56.0,173.0,1210.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7031,4350.0,2401.0,565.0,28.0,377.0,1.0,944.0,2997.0,63808.0,166200.0,1241.0 +24031703800,"Census Tract 7038, Montgomery County, Maryland",3525,2612.0,67321.0,410200.0,1616.0,1026.0,1071.0,46.0,428.0,0.0,21.0,143.0,790.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7038,2070.0,697.0,385.0,11.0,239.0,0.0,709.0,1436.0,46992.0,177700.0,416.0 +24031704200,"Census Tract 7042, Montgomery County, Maryland",2171,1462.0,127000.0,675400.0,1089.0,1605.0,108.0,0.0,153.0,0.0,0.0,34.0,271.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7042,1813.826097,1571.330292,59.0729981,15.41569301,67.96896965,9.242139999999999e-05,86.33523055,1342.909915,76562.94247000001,277870.2266,788.7069864 +24031705000,"Census Tract 7050, Montgomery County, Maryland",4760,3118.0,148060.0,817000.0,2564.0,3773.0,76.0,0.0,215.0,0.0,37.0,213.0,446.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7050,4616.0,3803.0,229.0,14.0,219.0,0.0,331.0,3479.0,83179.0,280500.0,2395.0 +24031700103,"Census Tract 7001.03, Montgomery County, Maryland",5314,3793.0,151435.0,634400.0,2483.0,3477.0,486.0,7.0,773.0,0.0,4.0,221.0,353.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7001.03,4528.430437,3698.718018,309.89257810000004,19.9930706,308.8929443,0.0,171.94039919999997,2985.965088,106726.9981,334099.9846,1581.451904 +24031700306,"Census Tract 7003.06, Montgomery County, Maryland",7346,4587.0,112547.0,350400.0,2897.0,2431.0,2057.0,0.0,1691.0,0.0,45.0,118.0,1004.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7003.06,6161.0,3597.0,1141.0,25.0,782.0,1.0,580.0,3791.0,73841.0,164200.0,1862.0 +24031700606,"Census Tract 7006.06, Montgomery County, Maryland",4243,2896.0,155250.0,592800.0,2335.0,2480.0,75.0,0.0,1322.0,0.0,0.0,127.0,239.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.06,4563.146245,3149.190103,115.6466168,8.022196181,1043.8357720000001,0.999614894,206.37425180000002,2841.655521,103864.07800000001,276225.4508,2173.1907109999997 +24031700604,"Census Tract 7006.04, Montgomery County, Maryland",6540,4358.0,189620.0,734200.0,3004.0,4408.0,330.0,0.0,805.0,10.0,0.0,176.0,811.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.04,6387.8973670000005,5272.932948,282.4771018,29.02794738,538.9822680999999,0.0,206.4032408,4223.210308,130665.0023,382797.0437,3039.609322 +24031700710,"Census Tract 7007.10, Montgomery County, Maryland",6482,4369.0,90495.0,363200.0,1757.0,2317.0,884.0,89.0,1128.0,0.0,0.0,179.0,1908.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.10,6313.886768,3015.115435,1106.5584789999998,26.012180999999998,1099.642744,0.001108595,999.5243275,4006.480332,81852.54806,196907.6782,1810.3739440000002 +24031700716,"Census Tract 7007.16, Montgomery County, Maryland",8889,5445.0,94952.0,312500.0,2510.0,2640.0,2399.0,0.0,1181.0,1.0,0.0,419.0,2249.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.16,7613.0,3713.0,1314.0,40.0,1533.0,0.0,936.0,4707.0,70147.0,156200.0,2098.0 +24031700904,"Census Tract 7009.04, Montgomery County, Maryland",3033,2014.0,48646.0,210700.0,1004.0,845.0,451.0,8.0,874.0,0.0,12.0,61.0,782.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7009.04,1772.020637,560.0121506,139.0014331,1.00015601,875.0022313,1.81406e-05,179.0045279,1334.013921,31875.23464,86702.93306,791.004176 +24031701001,"Census Tract 7010.01, Montgomery County, Maryland",5887,4119.0,89892.0,498600.0,2587.0,3488.0,200.0,0.0,890.0,0.0,36.0,306.0,967.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7010.01,5397.0,3605.0,389.0,42.0,868.0,1.0,471.0,3913.0,77619.0,227400.0,2315.0 +24031701004,"Census Tract 7010.04, Montgomery County, Maryland",5600,3432.0,112582.0,559200.0,2362.0,3534.0,784.0,0.0,576.0,0.0,82.0,195.0,429.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7010.04,4976.324426,3610.979004,487.053009,14.97089195,465.09570310000004,2.994178295,373.274231,3498.198486,72759.00077,234299.9985,2111.893799 +24031700308,"Census Tract 7003.08, Montgomery County, Maryland",6058,4173.0,87867.0,320500.0,2154.0,2932.0,1133.0,0.0,692.0,0.0,0.0,323.0,978.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7003.08,5619.253311,4063.9109789999998,732.576541,20.01047018,442.43071100000003,3.0005032560000005,324.31197389999994,3885.166687,70999.5106,149604.8942,1881.0596100000002 +24031700400,"Census Tract 7004, Montgomery County, Maryland",2063,1512.0,110179.0,620900.0,841.0,1740.0,125.0,0.0,115.0,0.0,0.0,13.0,70.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7004,2028.7490329999998,1758.448608,174.5482178,11.96902084,23.93804169,0.0,56.85284805,1472.189575,91859.00116,316799.9935,678.2445068 +24031700610,"Census Tract 7006.10, Montgomery County, Maryland",2245,1582.0,155938.0,488000.0,975.0,1415.0,86.0,0.0,390.0,0.0,9.0,80.0,265.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.10,2106.8589039999997,1583.51676,126.14290190000001,13.00289162,273.128164,0.000186556,101.0655745,1388.566104,98403.65552999999,224683.3256,755.305299 +24031701214,"Census Tract 7012.14, Montgomery County, Maryland",3802,3017.0,108125.0,273800.0,2548.0,2269.0,581.0,9.0,456.0,0.0,55.0,91.0,341.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.14,1817.7617539999999,1432.87085,50.85345459,9.971265792999999,180.4799042,0.0,120.6523132,1473.753052,60793.001,110899.9955,1177.606445 +24031705200,"Census Tract 7052, Montgomery County, Maryland",3297,2253.0,250001.0,1070000.0,2068.0,2886.0,88.0,0.0,65.0,0.0,2.0,44.0,212.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7052,3138.0,2824.0,115.0,5.0,89.0,0.0,92.0,2170.0,156623.0,475800.0,1845.0 +24031701407,"Census Tract 7014.07, Montgomery County, Maryland",5729,4117.0,141389.0,489700.0,2749.0,2502.0,1534.0,0.0,969.0,0.0,0.0,285.0,439.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.07,5626.996981,3213.998291,1113.99939,16.99999046,1026.99939,0.0,201.99989319999997,3693.998047,104215.0007,260199.9938,2240.998779 +24031702101,"Census Tract 7021.01, Montgomery County, Maryland",6121,3895.0,54508.0,362600.0,1119.0,710.0,1985.0,5.0,661.0,0.0,8.0,148.0,2604.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7021.01,5438.0,942.0,2380.0,20.0,819.0,0.0,1259.0,3417.0,45938.0,176200.0,969.0 +24031700206,"Census Tract 7002.06, Montgomery County, Maryland",5563,3861.0,133953.0,431200.0,1873.0,4163.0,304.0,0.0,252.0,0.0,0.0,171.0,673.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7002.06,5432.092914,4913.77756,222.1490485,17.01258814,142.0597495,0.0,129.0878597,3211.29335,79582.70969,215195.8422,1358.519728 +24031700818,"Census Tract 7008.18, Montgomery County, Maryland",6854,4126.0,65457.0,262600.0,1669.0,1413.0,2555.0,197.0,576.0,0.0,28.0,309.0,1973.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.18,5672.640254999999,2739.384088,1426.128409,35.00162542,770.0528262999999,0.000162542,662.0702183,3562.4378890000003,47048.13577,122201.0861,1413.190662 +24031700901,"Census Tract 7009.01, Montgomery County, Maryland",4532,3556.0,81591.0,355100.0,2350.0,2261.0,469.0,0.0,1259.0,0.0,135.0,304.0,104.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7009.01,2852.79394,1354.027372,491.27345419999995,9.008405356,594.2611264,1.001681071,379.2095735,2254.9640510000004,47519.373139999996,134326.4317,1017.1857160000001 +24031701507,"Census Tract 7015.07, Montgomery County, Maryland",5013,3644.0,123164.0,502100.0,2107.0,2024.0,1111.0,0.0,1100.0,0.0,7.0,138.0,633.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7015.07,5204.0,2694.0,977.0,12.0,1255.0,0.0,240.0,3638.0,94533.0,280800.0,2156.0 +24031700309,"Census Tract 7003.09, Montgomery County, Maryland",5811,3450.0,74898.0,243200.0,1588.0,1621.0,2067.0,0.0,698.0,0.0,0.0,214.0,1211.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7003.09,3935.691207,2361.0151370000003,789.3363647000001,9.991600037000001,324.7269897,0.999159992,431.63711550000005,2691.737061,58362.997729999995,126200.0049,1172.014648 +24031705901,"Census Tract 7059.01, Montgomery County, Maryland",4185,2925.0,227708.0,984600.0,2502.0,3007.0,146.0,0.0,449.0,0.0,47.0,116.0,420.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7059.01,4044.0,3339.0,141.0,9.0,373.0,0.0,165.0,2793.0,146968.0,484300.0,2284.0 +24031700715,"Census Tract 7007.15, Montgomery County, Maryland",6412,4040.0,102772.0,296300.0,1706.0,1596.0,1304.0,31.0,1174.0,4.0,0.0,155.0,2179.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.15,5687.529799,2830.310438,1054.6525,26.01359376,821.1651642,0.000679688,885.3561565,3585.623775,72496.61905,144294.55,1322.650461 +24031700810,"Census Tract 7008.10, Montgomery County, Maryland",5386,3426.0,96140.0,326300.0,1842.0,1760.0,1500.0,14.0,705.0,0.0,66.0,316.0,1025.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.10,4940.308902000001,3125.24622,825.9209617,28.0213951,451.46291210000004,0.0068075309999999995,469.6146228,3164.473786,77314.85419,143584.3635,1804.749536 +24031700815,"Census Tract 7008.15, Montgomery County, Maryland",7453,4666.0,99005.0,272900.0,1998.0,1593.0,1795.0,0.0,934.0,0.0,109.0,259.0,2763.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.15,6319.0,3018.0,1763.0,45.0,575.0,0.0,829.0,3928.0,63304.0,120800.0,1684.0 +24031700902,"Census Tract 7009.02, Montgomery County, Maryland",4129,2876.0,74708.0,361800.0,1103.0,1675.0,748.0,0.0,583.0,0.0,0.0,119.0,1004.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7009.02,3686.0,1483.0,926.0,21.0,388.0,0.0,844.0,2457.0,52321.0,131700.0,512.0 +24031701002,"Census Tract 7010.02, Montgomery County, Maryland",3662,2743.0,196250.0,719100.0,2210.0,2498.0,78.0,0.0,710.0,0.0,9.0,125.0,242.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7010.02,3608.0,2666.0,388.0,4.0,336.0,0.0,196.0,2465.0,122136.0,340600.0,1579.0 +24031701005,"Census Tract 7010.05, Montgomery County, Maryland",3672,2619.0,148705.0,679200.0,1740.0,2044.0,374.0,0.0,829.0,0.0,0.0,79.0,346.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7010.05,2693.906602,2183.250897,138.2593461,16.00115582,220.1965172,0.002086061,125.18760590000001,2002.277303,97532.70903,258772.138,1162.797785 +24031701308,"Census Tract 7013.08, Montgomery County, Maryland",3256,2323.0,175357.0,720900.0,1500.0,1962.0,464.0,41.0,574.0,0.0,0.0,60.0,166.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.08,2362.425621,1727.8776679999999,279.0420101,2.9791497419999997,235.34888930000002,1.0358399999999999e-05,102.2823471,1642.476067,129423.9373,385899.7963,1040.698081 +24031703210,"Census Tract 7032.10, Montgomery County, Maryland",3432,2367.0,91597.0,371500.0,1202.0,1315.0,539.0,6.0,318.0,0.0,62.0,65.0,1133.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.10,3092.0,1646.0,617.0,13.0,410.0,0.0,386.0,2153.0,70647.0,169800.0,1212.0 +24031703404,"Census Tract 7034.04, Montgomery County, Maryland",3303,2254.0,70227.0,232400.0,336.0,356.0,207.0,0.0,507.0,0.0,0.0,70.0,2163.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7034.04,2904.0,567.0,668.0,4.0,281.0,0.0,1357.0,1794.0,58125.0,119100.0,242.0 +24031704502,"Census Tract 7045.02, Montgomery County, Maryland",2525,1700.0,201429.0,824100.0,1492.0,1974.0,9.0,0.0,311.0,0.0,10.0,55.0,166.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7045.02,2678.5172850000004,2171.608643,95.98270416,1.99963963,270.95117189999996,0.999819815,129.9765778,1947.649048,126830.9962,362799.9901,1593.712769 +24031705300,"Census Tract 7053, Montgomery County, Maryland",1924,1313.0,250001.0,1616000.0,1181.0,1701.0,15.0,8.0,33.0,3.0,14.0,34.0,116.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7053,1976.0,1857.0,20.0,1.0,49.0,0.0,35.0,1331.0,200001.0,771700.0,1155.0 +24031705601,"Census Tract 7056.01, Montgomery County, Maryland",2929,1938.0,235938.0,865300.0,1721.0,2352.0,55.0,10.0,212.0,0.0,0.0,149.0,161.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7056.01,2652.0,2333.0,45.0,2.0,125.0,0.0,135.0,1867.0,113956.0,377300.0,1585.0 +24031706008,"Census Tract 7060.08, Montgomery County, Maryland",5546,3578.0,218431.0,1328300.0,2930.0,4037.0,134.0,0.0,971.0,0.0,0.0,131.0,273.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.08,5324.386532,4285.360352000001,134.2282257,5.965699196,676.1125488,0.0,191.89665219999998,3454.139893,200000.9935,787199.9870000001,2790.9528809999997 +24031700101,"Census Tract 7001.01, Montgomery County, Maryland",4413,3082.0,162171.0,655100.0,1872.0,3130.0,328.0,0.0,466.0,0.0,0.0,96.0,393.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7001.01,3848.8037229999995,3270.843593,270.97636580000005,8.999791691,178.9886641,0.0,105.9957485,2602.851193,127526.9856,345694.119,1533.91163 +24031700205,"Census Tract 7002.05, Montgomery County, Maryland",10427,6714.0,137121.0,467900.0,4140.0,4917.0,1139.0,0.0,2542.0,0.0,0.0,568.0,1261.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7002.05,5198.366781000001,4659.999514,137.1790816,18.01718814,190.0541408,0.0,170.1107878,3140.427809,90382.66017,235765.9036,1833.4670839999999 +24031700500,"Census Tract 7005, Montgomery County, Maryland",6783,4307.0,138427.0,523300.0,2093.0,5411.0,457.0,33.0,208.0,0.0,0.0,61.0,613.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7005,6439.958879,5765.961207,350.0010432,41.99960221,81.99923662,0.9999787809999999,179.99784619999997,4049.9817789999997,82082.03282000001,215900.8917,1666.990648 +24031700607,"Census Tract 7006.07, Montgomery County, Maryland",7821,5106.0,176184.0,697600.0,4058.0,2970.0,507.0,0.0,3894.0,0.0,24.0,163.0,263.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.07,7957.0,4158.0,283.0,6.0,3220.0,6.0,259.0,4659.0,107386.0,315300.0,3480.0 +24031700811,"Census Tract 7008.11, Montgomery County, Maryland",4339,2694.0,82167.0,264600.0,948.0,1166.0,1082.0,18.0,496.0,9.0,12.0,173.0,1401.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.11,3719.470262,1926.689575,959.3475342,19.98640633,242.8348389,0.9993203279999999,523.6438598999999,2387.376221,65792.00179,132800.0014,956.3495482999999 +24031700817,"Census Tract 7008.17, Montgomery County, Maryland",6459,4949.0,89970.0,499000.0,3109.0,2437.0,1219.0,0.0,1517.0,0.0,0.0,486.0,800.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.17,4434.0,2706.0,470.0,17.0,877.0,0.0,329.0,3235.0,64438.0,143400.0,1971.0 +24031701102,"Census Tract 7011.02, Montgomery County, Maryland",6527,4463.0,84652.0,352500.0,1571.0,2058.0,425.0,78.0,789.0,0.0,0.0,222.0,3033.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7011.02,5687.979319,3348.987793,394.9985657,42.9998436,614.9977417,4.99998188,1247.995483,3836.9860840000006,59487.000360000005,147399.9998,1150.99585 +24031701306,"Census Tract 7013.06, Montgomery County, Maryland",3045,2100.0,150588.0,590200.0,1354.0,2546.0,89.0,0.0,146.0,0.0,0.0,78.0,186.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.06,2957.383618,2444.490479,171.9641571,11.99749947,211.95582579999999,0.0,110.97686770000001,1948.593872,103111.0028,287300.0067,1183.753296 +24031701201,"Census Tract 7012.01, Montgomery County, Maryland",5971,4110.0,68601.0,362200.0,1590.0,2668.0,335.0,62.0,1080.0,1.0,18.0,135.0,1734.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.01,5888.545136,3154.455133,369.1787599,34.9953476,1004.8393039999999,0.999909912,1262.083838,4263.5321619999995,60819.730220000005,167093.6972,1650.669954 +24031701205,"Census Tract 7012.05, Montgomery County, Maryland",6746,4636.0,155950.0,875600.0,3769.0,4755.0,558.0,0.0,595.0,0.0,54.0,378.0,406.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.05,5585.347266,4871.558594,83.97515106,11.99645042,343.89822389999995,0.0,224.9334412,3898.8461909999996,140218.9992,409899.99299999996,3072.091064 +24031701210,"Census Tract 7012.10, Montgomery County, Maryland",3949,2743.0,207143.0,815300.0,2412.0,2688.0,242.0,8.0,767.0,27.0,0.0,31.0,194.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.10,3898.824479,3146.781982,87.49253082,9.830621719,452.20858760000004,0.0,201.5277405,2701.454834,141125.9954,382499.9991,2160.7705079999996 +24031701303,"Census Tract 7013.03, Montgomery County, Maryland",3427,2527.0,154345.0,608000.0,1894.0,2615.0,395.0,0.0,248.0,0.0,0.0,83.0,86.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.03,3756.542693,3138.782227,178.9305878,11.99534607,347.8650513,0.0,68.97324371,2660.967773,117749.0004,311600.0013,1777.3105469999998 +24031701409,"Census Tract 7014.09, Montgomery County, Maryland",4741,3386.0,125694.0,479000.0,1752.0,1664.0,1134.0,0.0,844.0,0.0,222.0,182.0,695.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.09,3942.0,2627.0,468.0,8.0,702.0,0.0,133.0,2595.0,89614.0,245200.0,1398.0 +24031701503,"Census Tract 7015.03, Montgomery County, Maryland",6910,5047.0,115208.0,390600.0,2137.0,2011.0,2457.0,0.0,1230.0,0.0,200.0,127.0,885.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7015.03,6385.730411,3303.98187,1380.531213,31.02727023,1188.541009,0.0,455.5851855,4362.050411,80378.57358,198827.5591,2148.591014 +24031702402,"Census Tract 7024.02, Montgomery County, Maryland",4306,3109.0,68575.0,526400.0,2201.0,2330.0,1125.0,0.0,208.0,0.0,0.0,231.0,412.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7024.02,4582.0,1487.0,1907.0,24.0,304.0,1.0,833.0,3091.0,41037.0,180600.0,1351.0 +24031703201,"Census Tract 7032.01, Montgomery County, Maryland",7946,5514.0,111264.0,418300.0,2795.0,3711.0,516.0,0.0,1100.0,97.0,70.0,389.0,2063.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.01,6870.0,4369.0,574.0,46.0,902.0,1.0,927.0,4859.0,80573.0,190200.0,2236.0 +24031703215,"Census Tract 7032.15, Montgomery County, Maryland",3295,2202.0,79881.0,446000.0,944.0,848.0,884.0,0.0,370.0,21.0,36.0,63.0,1073.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.15,2997.0,1157.0,997.0,8.0,422.0,0.0,380.0,1961.0,59172.0,226300.0,836.0 +24031703601,"Census Tract 7036.01, Montgomery County, Maryland",4812,3204.0,99907.0,392200.0,1710.0,2195.0,441.0,0.0,454.0,0.0,37.0,327.0,1358.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7036.01,4241.633942,2403.408264,564.8128647999999,10.02123155,437.9008241,0.0,795.4619435,3084.8322940000003,68642.36739,166486.4616,1274.1829 +24031704300,"Census Tract 7043, Montgomery County, Maryland",4040,2622.0,176250.0,702800.0,2116.0,3412.0,34.0,9.0,206.0,0.0,0.0,116.0,272.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7043,3385.422539,3033.8979489999997,32.95544052,8.987847327999999,163.7785492,0.0,141.8082581,2504.613525,97025.00031,263700.0082,1825.531738 +24031704401,"Census Tract 7044.01, Montgomery County, Maryland",3477,2461.0,184459.0,732800.0,1855.0,2309.0,155.0,0.0,473.0,0.0,0.0,106.0,434.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7044.01,3068.5899670000003,2371.312783,198.36890630000002,10.040358099999999,267.0792384,0.0,200.6939062,2259.4948050000003,96861.60541,287945.5222,1531.592976 +24031705100,"Census Tract 7051, Montgomery County, Maryland",5168,3788.0,201534.0,929800.0,3077.0,4001.0,408.0,6.0,250.0,0.0,32.0,78.0,395.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7051,5000.617389999999,4381.659402,221.9788659,10.00469491,163.34507539999998,0.001242099,188.62155190000001,3600.942281,112137.5711,432023.5177,2830.298646 +24031705400,"Census Tract 7054, Montgomery County, Maryland",2960,1972.0,250001.0,1225200.0,1833.0,2644.0,16.0,4.0,80.0,0.0,9.0,93.0,114.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7054,2726.0,2520.0,31.0,10.0,69.0,0.0,92.0,1854.0,160331.0,505700.0,1639.0 +24031700905,"Census Tract 7009.05, Montgomery County, Maryland",4159,2779.0,73158.0,626300.0,2331.0,1868.0,156.0,57.0,1662.0,0.0,0.0,169.0,247.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7009.05,3945.65269,2009.441482,152.024848,9.003549719,1385.101759,0.0,358.0665572,2742.153659,47510.68707,246637.7045,1877.9090239999998 +24031700711,"Census Tract 7007.11, Montgomery County, Maryland",6055,4055.0,103567.0,405600.0,2365.0,2482.0,812.0,0.0,1035.0,11.0,0.0,240.0,1475.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.11,6082.602447,3095.270996,951.4685668999999,18.98939323,1065.404907,1.998883486,896.4992676,3830.860107,77069.99772,198300.00600000002,2117.817139 +24031700812,"Census Tract 7008.12, Montgomery County, Maryland",4113,3031.0,91671.0,284200.0,1397.0,1671.0,590.0,0.0,627.0,0.0,52.0,84.0,1089.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.12,4055.0,2609.0,589.0,14.0,338.0,0.0,486.0,2973.0,58750.0,122400.0,1247.0 +24031700819,"Census Tract 7008.19, Montgomery County, Maryland",7106,4616.0,88125.0,276700.0,1802.0,2403.0,1822.0,0.0,782.0,0.0,21.0,210.0,1868.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.19,6151.0,4039.0,951.0,28.0,502.0,0.0,563.0,3901.0,63652.0,126700.0,1645.0 +24031701307,"Census Tract 7013.07, Montgomery County, Maryland",4337,2873.0,159091.0,615100.0,1869.0,2301.0,572.0,37.0,1016.0,0.0,0.0,190.0,236.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.07,2683.8533030000003,2022.377743,236.96377009999998,18.02103193,283.659564,2.9995970730000003,99.72844121,1706.716275,112679.4002,332829.2436,1021.420434 +24031702200,"Census Tract 7022, Montgomery County, Maryland",5040,3340.0,134458.0,467600.0,1969.0,2542.0,765.0,0.0,245.0,0.0,0.0,184.0,1304.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7022,4333.4661049999995,2626.344006,706.6081542999999,26.82847399,315.09422969999997,0.048620962000000004,639.6025238,3009.3101269999997,77435.79574,179018.4052,1926.4256710000002 +24031703206,"Census Tract 7032.06, Montgomery County, Maryland",3730,2664.0,93321.0,437000.0,1217.0,1351.0,815.0,0.0,632.0,0.0,16.0,60.0,856.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.06,3401.000042,1872.341064,539.2419434,14.521776199999998,589.5841063999999,1.9362368580000002,376.5980835,2395.125,69821.00136000001,216499.9998,1209.179932 +24031703207,"Census Tract 7032.07, Montgomery County, Maryland",6349,3519.0,58340.0,459400.0,1179.0,1226.0,1107.0,0.0,526.0,0.0,0.0,27.0,3463.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.07,5309.0,1821.0,1468.0,20.0,409.0,0.0,1544.0,3441.0,56719.0,230500.0,1309.0 +24031703212,"Census Tract 7032.12, Montgomery County, Maryland",9699,6800.0,104286.0,432500.0,3551.0,2369.0,2798.0,28.0,1662.0,0.0,0.0,448.0,2394.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.12,7548.02905,3231.013234,2116.008384,33.00010859,1227.004126,1.0,873.0029005000001,5156.020046,76105.95809,202699.8035,2689.009176 +24031704600,"Census Tract 7046, Montgomery County, Maryland",4993,3522.0,206500.0,850300.0,2859.0,3899.0,25.0,0.0,486.0,0.0,0.0,405.0,178.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7046,4987.0,4120.0,99.0,12.0,478.0,0.0,255.0,3738.0,92754.0,319300.0,2959.0 +24031705602,"Census Tract 7056.02, Montgomery County, Maryland",4877,3671.0,96250.0,583800.0,2979.0,3507.0,156.0,0.0,761.0,0.0,59.0,98.0,296.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7056.02,3234.0,2521.0,128.0,11.0,305.0,0.0,225.0,2774.0,61912.0,219000.0,2008.0 +24031705701,"Census Tract 7057.01, Montgomery County, Maryland",4584,3015.0,167683.0,927200.0,2685.0,3669.0,230.0,0.0,414.0,0.0,0.0,33.0,238.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7057.01,4120.0,3539.0,67.0,5.0,255.0,0.0,235.0,2811.0,114855.0,425400.0,2179.0 +24031706005,"Census Tract 7060.05, Montgomery County, Maryland",4447,3176.0,227778.0,1183200.0,2697.0,3015.0,156.0,0.0,849.0,0.0,9.0,57.0,361.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.05,4420.945767,3324.905281,180.0234019,4.973070005,692.2336941000001,0.994569182,162.1192561,3169.752337,172619.0412,696194.4495,2558.080137 +24031703901,"Census Tract 7039.01, Montgomery County, Maryland",3349,2305.0,127411.0,435700.0,1430.0,1830.0,457.0,81.0,214.0,0.0,26.0,175.0,580.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7039.01,2838.0,1828.0,468.0,17.0,249.0,0.0,260.0,2060.0,73911.0,180500.0,1203.0 +24031705702,"Census Tract 7057.02, Montgomery County, Maryland",4559,3097.0,195125.0,986800.0,2631.0,3836.0,39.0,0.0,228.0,0.0,32.0,79.0,345.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7057.02,4560.0,4104.0,42.0,9.0,171.0,0.0,221.0,3413.0,130972.0,495500.0,2754.0 +24031705800,"Census Tract 7058, Montgomery County, Maryland",6041,4156.0,193421.0,951700.0,3527.0,4867.0,33.0,18.0,566.0,11.0,0.0,222.0,342.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7058,5777.91016,5012.915008,149.9984977,16.99934436,370.9995483,0.0,206.99730780000002,3996.9387090000005,124487.5406,424300.6892,3172.955543 +24031705903,"Census Tract 7059.03, Montgomery County, Maryland",4377,2939.0,228816.0,992600.0,2594.0,3205.0,63.0,0.0,780.0,0.0,8.0,144.0,177.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7059.03,4284.0,3245.0,88.0,5.0,657.0,1.0,218.0,3007.0,131798.0,443400.0,2450.0 +24031701414,"Census Tract 7014.14, Montgomery County, Maryland",7520,5023.0,103105.0,421400.0,2330.0,1611.0,2924.0,4.0,1545.0,16.0,0.0,306.0,1114.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.14,7189.459913,2765.100098,2354.5307620000003,24.97380829,1437.492432,0.0,547.4259033,4696.074707,75304.00056,226500.0004,2405.477295 +24031701313,"Census Tract 7013.13, Montgomery County, Maryland",3738,2574.0,133589.0,497800.0,1651.0,2193.0,456.0,0.0,514.0,0.0,0.0,156.0,419.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.13,3956.0,2909.0,401.0,13.0,370.0,1.0,238.0,2423.0,96380.0,251400.0,1305.0 +24031701418,"Census Tract 7014.18, Montgomery County, Maryland",3481,2341.0,110714.0,334400.0,1351.0,634.0,1630.0,12.0,744.0,0.0,0.0,98.0,375.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.18,2828.999988,1102.682861,989.8015747000002,6.27118206,551.515625,0.0,163.74754330000002,1862.1927489999998,66134.00033,161799.999,885.2819214 +24031704805,"Census Tract 7048.05, Montgomery County, Maryland",2006,1684.0,96875.0,819900.0,1419.0,1380.0,108.0,0.0,370.0,0.0,0.0,8.0,140.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7048.05,1363.9999779999998,989.1694336000002,73.44922638,2.79426384,176.03862,0.0,100.59349820000001,1194.747437,53667.00077,185100.0006,925.699707 +24031705501,"Census Tract 7055.01, Montgomery County, Maryland",2595,2153.0,108011.0,850000.0,1814.0,2071.0,59.0,0.0,184.0,0.0,10.0,32.0,239.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7055.01,2481.33437,2123.775635,63.95986176,2.697102547,143.3317413,0.7706007359999999,124.4520187,1955.784668,94221.00098,471599.9861,1568.172485 +24031700613,"Census Tract 7006.13, Montgomery County, Maryland",6360,4209.0,131159.0,519600.0,2990.0,2630.0,985.0,0.0,2127.0,0.0,0.0,94.0,524.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.13,3625.031568,2181.00293,603.1221312999999,12.20416832,540.9202271,0.787365675,276.7590332,2389.26123,69675.00237,180100.0002,1288.523926 +24031700834,"Census Tract 7008.34, Montgomery County, Maryland",5282,3483.0,79559.0,239700.0,1398.0,1298.0,1839.0,29.0,440.0,0.0,23.0,252.0,1430.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.34,4402.698813,2345.0629879999997,821.1481934,20.56632614,753.9314575,0.0,433.3977051,2621.955811,71128.99947000001,173899.9969,1220.435913 +24031704403,"Census Tract 7044.03, Montgomery County, Maryland",1637,1439.0,86920.0,224400.0,1061.0,1218.0,38.0,0.0,152.0,0.0,0.0,69.0,160.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7044.03,1449.26294,1154.301514,48.46887207,3.0565955639999998,150.2098389,0.0,79.90814209,1158.013062,84161.00027,273899.9998,839.9088135 +24031701422,"Census Tract 7014.22, Montgomery County, Maryland",3282,2034.0,53308.0,,678.0,129.0,2593.0,0.0,190.0,0.0,0.0,112.0,258.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.22,2687.778683,539.2111816,1592.407349,10.64232635,333.0653992,0.0,193.1385193,1698.830688,48629.00148,136899.9991,846.656189 +24031700207,"Census Tract 7002.07, Montgomery County, Maryland",5699,3604.0,101946.0,321500.0,1428.0,3041.0,683.0,38.0,492.0,0.0,0.0,331.0,1140.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7002.07,4901.736507,4162.53418,350.0723877,33.99463272,117.89627079999998,0.0,223.4966125,2957.532959,61919.99826,164200.0011,1032.858154 +24031700835,"Census Tract 7008.35, Montgomery County, Maryland",4857,3133.0,131528.0,475900.0,1839.0,1504.0,812.0,32.0,1416.0,0.0,0.0,102.0,1023.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.35,4374.301447999999,2329.9372559999997,815.8518066,20.43367386,749.0686035,0.0,430.6022949,2605.044189,71128.99863,173899.9931,1212.564087 +24031700312,"Census Tract 7003.12, Montgomery County, Maryland",6415,4080.0,130329.0,457600.0,2338.0,3018.0,1236.0,16.0,1114.0,0.0,59.0,119.0,853.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7003.12,1891.40255,1702.1352539999998,97.17414093,7.6215009689999995,42.55338287,0.0,38.74263,1324.23584,87060.00112999999,225300.00100000002,583.6799927000001 +24031700208,"Census Tract 7002.08, Montgomery County, Maryland",2385,1515.0,136625.0,427100.0,719.0,1874.0,124.0,0.0,98.0,0.0,14.0,31.0,244.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7002.08,1871.000101,1588.845459,133.62313840000002,12.97580147,45.00118256,0.0,85.30899048,1128.8946529999998,61920.00105,164199.9951,394.2434998 +24031701317,"Census Tract 7013.17, Montgomery County, Maryland",4503,3028.0,167629.0,689400.0,1796.0,3024.0,456.0,70.0,576.0,0.0,0.0,65.0,382.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.17,3682.1279670000004,2843.655747,411.3642745,12.7131149,253.8072264,0.423539519,149.14550119999998,2431.304704,94418.03781000001,319906.2273,1378.74576 +24031700104,"Census Tract 7001.04, Montgomery County, Maryland",5652,3470.0,114762.0,357000.0,1894.0,1928.0,1141.0,0.0,642.0,0.0,0.0,235.0,1706.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7001.04,5321.673823,3256.230225,870.5093383999999,25.34569359,667.282959,0.0,478.3423462,3314.755859,80191.99900000001,175199.9942,1763.13855 +24031700105,"Census Tract 7001.05, Montgomery County, Maryland",6266,4423.0,111719.0,361000.0,2616.0,3184.0,635.0,0.0,1487.0,0.0,69.0,355.0,536.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7001.05,6226.325833,3809.7695310000004,1018.490601,29.65430641,780.71698,0.0,559.6575928,3878.243896,80191.99642000001,175199.9953,2062.861328 +24031700720,"Census Tract 7007.20, Montgomery County, Maryland",3755,2482.0,98092.0,436900.0,923.0,986.0,761.0,0.0,583.0,0.0,67.0,249.0,1109.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.20,3578.697692,1061.852539,717.3869629,19.84421158,499.4750671,1.872095466,1246.0667720000001,2200.4609379999997,54471.9998,124299.9986,664.9683227999999 +24031700830,"Census Tract 7008.30, Montgomery County, Maryland",3193,2115.0,68929.0,358300.0,909.0,486.0,958.0,0.0,769.0,0.0,16.0,40.0,924.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.30,1195.0000189999998,609.4316406,257.7540894,9.637097359,170.5613251,0.61187917,137.97875980000003,738.9970703,61344.99872,139300.0037,267.69714359999995 +24031700311,"Census Tract 7003.11, Montgomery County, Maryland",10025,6263.0,131438.0,442400.0,4257.0,3566.0,1495.0,158.0,3391.0,0.0,27.0,315.0,1176.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7003.11,1087.6880119999998,978.4838947000001,55.97946177,4.383164744,24.67592981,0.0,22.33853646,761.4599392000001,87047.42298999999,225283.5383,335.72272119999997 +24031700833,"Census Tract 7008.33, Montgomery County, Maryland",4002,2674.0,88137.0,365300.0,1146.0,914.0,704.0,0.0,879.0,0.0,0.0,170.0,1335.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.33,3831.000038,1953.751221,826.3229980000001,30.89516068,546.7953491000001,1.961597562,442.34024050000005,2369.119385,61345.00084,139300.0012,858.1989136 +24031700722,"Census Tract 7007.22, Montgomery County, Maryland",4725,3269.0,74602.0,263800.0,1375.0,1201.0,1330.0,56.0,954.0,0.0,0.0,144.0,1085.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.22,3894.936236,2072.6940809999996,753.7559464,21.02342715,563.3011665,0.61850661,432.22176579999996,2761.507246,54474.40693,110500.8804,1239.77741 +24031700614,"Census Tract 7006.14, Montgomery County, Maryland",5303,3623.0,66344.0,199600.0,1561.0,1922.0,965.0,0.0,591.0,0.0,59.0,228.0,1538.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.14,5056.000120000001,3041.946289,841.2024536,17.02172089,754.4465942,1.098175526,386.0086975,3332.4135739999997,69674.99931,180099.9945,1797.164307 +24031700611,"Census Tract 7006.11, Montgomery County, Maryland",6356,3901.0,173393.0,589900.0,2821.0,1752.0,815.0,0.0,3003.0,0.0,0.0,164.0,622.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.11,526.2962666,316.6960498,87.54862687,1.772321781,78.50725381,0.11427227400000001,40.17193856,346.8947099,69682.80509,180153.1011,187.06899909999998 +24031700616,"Census Tract 7006.16, Montgomery County, Maryland",4753,3240.0,164265.0,615100.0,2326.0,2685.0,92.0,0.0,1151.0,0.0,8.0,315.0,502.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.16,4512.544772,3063.8061199999997,285.9640575,10.4635597,926.1536702999999,0.000385115,187.7868227,2793.458886,110799.2092,287495.3542,2080.7271600000004 +24031700820,"Census Tract 7008.20, Montgomery County, Maryland",2769,1808.0,73733.0,533600.0,924.0,581.0,776.0,16.0,558.0,0.0,53.0,97.0,704.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.20,2273.000078,1214.571533,368.6788635,10.20172119,365.2782898,0.5667622689999999,285.36480710000006,1475.565552,66269.99932,172600.0043,750.960022 +24031700823,"Census Tract 7008.23, Montgomery County, Maryland",3446,2484.0,120909.0,388300.0,1634.0,1951.0,381.0,0.0,670.0,0.0,0.0,73.0,371.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.23,3473.999921,1856.322632,563.4801025,15.59207058,558.2827147999999,0.8662261370000001,436.14486689999995,2255.219727,66269.99705,172600.0016,1147.749634 +24031700829,"Census Tract 7008.29, Montgomery County, Maryland",3210,2406.0,125469.0,424600.0,1782.0,1446.0,109.0,14.0,1026.0,0.0,0.0,247.0,368.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.29,1733.7721219999999,1282.100751,89.69974005,4.138588887,252.16787850000003,0.19627229899999998,91.46699762,1200.9600070000001,91927.81053,270151.8626,847.4208031999999 +24031700822,"Census Tract 7008.22, Montgomery County, Maryland",1850,1162.0,71818.0,124900.0,489.0,494.0,241.0,19.0,340.0,0.0,22.0,52.0,682.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.22,2274.0000010000003,1215.105835,368.84103389999996,10.20620918,365.4389648,0.567011595,285.49032589999996,1476.2147220000002,66270.00027,172600.0035,751.2903442 +24031700826,"Census Tract 7008.26, Montgomery County, Maryland",5575,4028.0,120550.0,513400.0,3417.0,4184.0,188.0,0.0,877.0,0.0,0.0,57.0,269.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.26,2175.77858,1611.990112,111.52132420000001,5.192789078000001,316.0183105,0.247275665,113.25225829999998,1507.639771,92043.00024,270500.0082,1065.26355 +24031700824,"Census Tract 7008.24, Montgomery County, Maryland",2866,1874.0,134917.0,674700.0,1375.0,1929.0,257.0,25.0,413.0,0.0,0.0,152.0,90.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.24,2856.0144179999998,2115.962891,146.3873749,6.816263676,414.8183289,0.32458397699999997,148.6594543,1978.988525,92042.99733,270499.99199999997,1398.307739 +24031700615,"Census Tract 7006.15, Montgomery County, Maryland",3008,2026.0,171667.0,626800.0,1651.0,2191.0,172.0,0.0,375.0,0.0,0.0,91.0,179.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.15,3240.3092100000003,2200.003906,205.3893433,7.514244556,665.0106201,0.0,134.8389435,2005.885864,110802.002,287500.0059,1494.082275 +24031701220,"Census Tract 7012.20, Montgomery County, Maryland",3904,2581.0,193226.0,877800.0,2032.0,1830.0,215.0,9.0,1553.0,0.0,14.0,163.0,129.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.20,3798.974582,2324.05835,198.0371704,5.181204796,1136.410889,1.15137887,122.0461578,2301.606445,129055.0004,446699.9863,1746.06604 +24031700718,"Census Tract 7007.18, Montgomery County, Maryland",5398,4174.0,109792.0,538200.0,3050.0,2720.0,886.0,64.0,1078.0,0.0,17.0,222.0,429.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.18,6.970720172999999,2.373960972,1.1819078920000001,0.036522474,0.832915306,0.0,2.5230944159999997,4.459800243,49881.99903,145499.9964,1.4010426999999999 +24031700717,"Census Tract 7007.17, Montgomery County, Maryland",7474,4678.0,64911.0,337200.0,1676.0,1495.0,1765.0,0.0,640.0,0.0,27.0,185.0,3362.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.17,6863.971004999999,2337.606201,1163.8082279999999,35.96317291,820.1600952,0.0,2484.455811,4391.50293,49882.00146,145499.9991,1379.58728 +24031700719,"Census Tract 7007.19, Montgomery County, Maryland",9738,5876.0,65045.0,236700.0,1750.0,1979.0,1847.0,0.0,838.0,0.0,114.0,116.0,4844.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.19,5979.302308,1774.147461,1198.6130369999998,33.15578842,834.5249022999999,3.127904415,2081.93335,3676.539063,54472.000120000004,124300.0009,1111.0317380000001 +24031700713,"Census Tract 7007.13, Montgomery County, Maryland",5873,3523.0,55670.0,244500.0,939.0,849.0,1592.0,0.0,728.0,0.0,0.0,94.0,2610.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.13,5120.78181,1628.2917519999999,926.9938062000001,24.03786808,1454.6058890000002,0.0,1020.8275560000001,3479.4684340000003,50267.474160000005,109715.4097,1790.9608280000002 +24031701211,"Census Tract 7012.11, Montgomery County, Maryland",6467,4828.0,84886.0,573600.0,3106.0,2677.0,1042.0,21.0,1679.0,13.0,292.0,242.0,501.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.11,3719.969401,2135.982422,448.9963074,10.9999094,805.9933472,0.999991775,279.99771119999997,2479.9794920000004,78921.00098,254700.0021,1525.987427 +24031701304,"Census Tract 7013.04, Montgomery County, Maryland",6008,4267.0,122569.0,456300.0,2393.0,4297.0,268.0,25.0,463.0,13.0,32.0,144.0,766.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7013.04,6146.0,5257.0,342.0,22.0,281.0,3.0,223.0,4096.0,94452.0,228400.0,2147.0 +24031701702,"Census Tract 7017.02, Montgomery County, Maryland",2657,1652.0,50000.0,509800.0,653.0,659.0,913.0,14.0,183.0,0.0,4.0,88.0,797.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7017.02,2680.0,893.0,1009.0,10.0,180.0,0.0,566.0,1559.0,36946.0,187500.0,634.0 +24031700310,"Census Tract 7003.10, Montgomery County, Maryland",6482,4712.0,75393.0,303100.0,2070.0,2579.0,1465.0,21.0,909.0,0.0,43.0,219.0,1267.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7003.10,4200.0,2944.0,541.0,45.0,308.0,1.0,327.0,2672.0,64215.0,127400.0,1326.0 +24031703403,"Census Tract 7034.03, Montgomery County, Maryland",3580,2424.0,80188.0,323000.0,679.0,804.0,463.0,4.0,486.0,5.0,0.0,49.0,1769.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7034.03,3290.0,1412.0,449.0,19.0,344.0,2.0,1030.0,2165.0,59952.0,150500.0,395.0 +24031703902,"Census Tract 7039.02, Montgomery County, Maryland",7460,5097.0,92147.0,370000.0,2348.0,2379.0,1344.0,9.0,998.0,11.0,0.0,224.0,2495.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7039.02,6222.0,2702.0,1401.0,36.0,692.0,0.0,1326.0,4228.0,57326.0,162600.0,1648.0 +24031700813,"Census Tract 7008.13, Montgomery County, Maryland",5923,3854.0,74091.0,267900.0,1601.0,1650.0,1305.0,16.0,584.0,0.0,39.0,230.0,2115.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.13,5496.777709,3357.6481270000004,954.4259519999999,22.21176276,481.79328780000003,6.999548221,636.1646156,3599.098301,68154.15187999999,128489.3925,1810.9602989999998 +24031701703,"Census Tract 7017.03, Montgomery County, Maryland",3605,2469.0,96985.0,422800.0,1567.0,1594.0,1215.0,0.0,383.0,0.0,0.0,65.0,348.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7017.03,3395.0,1044.0,1320.0,19.0,320.0,0.0,665.0,2341.0,50192.0,168600.0,930.0 +24031701704,"Census Tract 7017.04, Montgomery County, Maryland",3023,2009.0,121089.0,536600.0,1309.0,1648.0,745.0,0.0,114.0,0.0,0.0,125.0,391.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7017.04,2702.0,1247.0,952.0,10.0,103.0,0.0,359.0,1950.0,60022.0,162900.0,1029.0 +24031702302,"Census Tract 7023.02, Montgomery County, Maryland",4018,2635.0,81473.0,489800.0,1510.0,1699.0,1045.0,7.0,259.0,0.0,15.0,306.0,694.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7023.02,4109.620372,1828.554073,1056.9349619999998,16.03965941,179.5239216,0.0,1005.532271,2816.827515,57837.62495,175120.1043,1434.754789 +24031702602,"Census Tract 7026.02, Montgomery County, Maryland",5172,3563.0,64375.0,242300.0,2376.0,1974.0,1886.0,12.0,407.0,0.0,0.0,94.0,811.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7026.02,4476.443088,1805.112427,1719.6690670000003,11.78528214,341.77319339999997,0.0,575.5146484,3237.02417,48930.00222,96200.00214,1946.535767 +24031703209,"Census Tract 7032.09, Montgomery County, Maryland",6466,4367.0,92176.0,400600.0,2526.0,2393.0,1290.0,31.0,771.0,132.0,0.0,336.0,1513.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.09,4885.0,2380.0,945.0,15.0,624.0,1.0,858.0,3468.0,47056.0,179600.0,1369.0 +24031700204,"Census Tract 7002.04, Montgomery County, Maryland",1943,1443.0,94583.0,412700.0,558.0,1684.0,20.0,0.0,105.0,0.0,0.0,0.0,134.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7002.04,1948.8087850000002,1823.821045,45.99548721,7.999215126,5.999411583,0.0,63.99372101,1295.872803,63809.999729999996,198799.9988,370.9635925 +24031700304,"Census Tract 7003.04, Montgomery County, Maryland",8499,5637.0,123906.0,469900.0,3407.0,2703.0,1751.0,177.0,3030.0,0.0,0.0,136.0,815.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7003.04,5374.324768,3052.070779,756.8050699,22.99163889,1129.5601689999999,0.00017421,399.8995178,3428.96282,74972.75213,206990.3896,1984.332425 +24031700704,"Census Tract 7007.04, Montgomery County, Maryland",3299,2337.0,88750.0,380900.0,954.0,1061.0,203.0,15.0,870.0,4.0,35.0,68.0,1058.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.04,2936.0,1676.0,235.0,14.0,445.0,0.0,551.0,1995.0,70667.0,186000.0,853.0 +24031700816,"Census Tract 7008.16, Montgomery County, Maryland",8953,5960.0,83940.0,314600.0,3375.0,2157.0,1963.0,29.0,2222.0,0.0,0.0,158.0,2424.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.16,7620.285929000001,2927.418249,1328.8289550000002,18.9834343,1498.675042,0.0,1771.446716,4824.749621,58761.93788,124000.148,2115.1320539999997 +24031700903,"Census Tract 7009.03, Montgomery County, Maryland",2291,1445.0,74444.0,370400.0,501.0,680.0,382.0,6.0,286.0,0.0,21.0,26.0,896.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7009.03,1853.0031079999999,929.9005224,434.91784,28.99506482,215.08252940000003,0.999556661,231.10125930000004,1228.7301810000001,57935.4406,159737.811,443.45186629999995 +24031701101,"Census Tract 7011.01, Montgomery County, Maryland",4862,3408.0,130658.0,358900.0,1630.0,1993.0,245.0,0.0,694.0,0.0,36.0,176.0,1718.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7011.01,4332.707889,2795.6935780000003,299.1160292,22.00720466,435.9833132,0.000443315,741.9117928999999,3000.7733949999997,68122.9485,160999.8759,1213.884499 +24031701410,"Census Tract 7014.10, Montgomery County, Maryland",9252,5717.0,96262.0,297600.0,2836.0,1473.0,4900.0,0.0,1345.0,0.0,42.0,318.0,1174.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.10,6780.0,2659.0,2304.0,30.0,1325.0,1.0,437.0,4282.0,71952.0,145600.0,2131.0 +24031701505,"Census Tract 7015.05, Montgomery County, Maryland",7273,4877.0,85799.0,397700.0,2621.0,1757.0,3418.0,0.0,516.0,0.0,27.0,200.0,1355.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7015.05,6483.0,2640.0,2489.0,24.0,673.0,0.0,605.0,4382.0,58264.0,209000.0,2231.0 +24031701701,"Census Tract 7017.01, Montgomery County, Maryland",3487,2379.0,113698.0,642400.0,1668.0,2133.0,768.0,12.0,146.0,0.0,0.0,261.0,167.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7017.01,3630.0,2261.0,913.0,19.0,91.0,2.0,330.0,2580.0,47138.0,264800.0,1610.0 +24031702800,"Census Tract 7028, Montgomery County, Maryland",5209,3942.0,96372.0,557600.0,2952.0,2723.0,1186.0,52.0,277.0,19.0,57.0,49.0,846.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7028,4541.832872,2458.285889,1425.0063480000001,15.98885059,230.839035,2.9979095460000003,389.728241,3442.599365,57171.00199,200699.9902,2063.561035 +24031703202,"Census Tract 7032.02, Montgomery County, Maryland",5964,4364.0,121835.0,460100.0,2693.0,3916.0,398.0,44.0,643.0,0.0,0.0,114.0,871.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.02,5387.603978,4176.166474000001,355.8278713,16.19704911,395.22434580000004,0.0,388.7552058,3950.738712,84728.36307,218366.1424,2438.420779 +24031703301,"Census Tract 7033.01, Montgomery County, Maryland",5277,3596.0,94583.0,333100.0,1223.0,1510.0,459.0,0.0,801.0,0.0,0.0,91.0,2416.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7033.01,4253.0,2046.0,454.0,27.0,581.0,2.0,1121.0,2900.0,65000.0,163400.0,749.0 +24031700608,"Census Tract 7006.08, Montgomery County, Maryland",6040,4259.0,242438.0,1177000.0,3222.0,3004.0,312.0,0.0,1993.0,0.0,15.0,225.0,491.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7006.08,4948.102745,3466.067139,238.5229034,13.97205257,991.0177612,0.0,201.59677119999998,3104.789795,158254.9968,665400.0,2304.390625 +24031700706,"Census Tract 7007.06, Montgomery County, Maryland",4482,2970.0,85091.0,387400.0,1678.0,1310.0,1094.0,0.0,1042.0,0.0,15.0,45.0,976.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.06,3269.0,1495.0,726.0,23.0,472.0,0.0,510.0,2026.0,49567.0,137400.0,922.0 +24031701202,"Census Tract 7012.02, Montgomery County, Maryland",2797,1923.0,160833.0,654500.0,1546.0,2306.0,21.0,0.0,98.0,0.0,0.0,88.0,284.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.02,2610.0,2261.0,37.0,12.0,121.0,0.0,158.0,1881.0,92175.0,246300.0,1337.0 +24031701206,"Census Tract 7012.06, Montgomery County, Maryland",6417,4177.0,170000.0,675200.0,3314.0,4103.0,85.0,17.0,1350.0,0.0,0.0,22.0,857.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.06,6326.0,4684.0,187.0,9.0,933.0,2.0,486.0,4451.0,101508.0,310500.0,3097.0 +24031701212,"Census Tract 7012.12, Montgomery County, Maryland",2924,2045.0,150208.0,587200.0,1409.0,1845.0,140.0,0.0,602.0,0.0,0.0,79.0,258.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.12,2800.878976,2175.8852699999998,168.0067519,9.000836057999999,282.9947396,0.00040887199999999996,147.99107560000002,1940.893728,108011.9374,269307.5181,1087.949847 +24031702000,"Census Tract 7020, Montgomery County, Maryland",5738,3369.0,54250.0,249600.0,534.0,465.0,883.0,49.0,537.0,0.0,0.0,69.0,3784.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7020,5263.906513,525.8917236000001,1392.066284,23.94952774,646.637207,0.0,2626.464844,3070.529053,41758.00028,136499.9947,652.6246338 +24031701213,"Census Tract 7012.13, Montgomery County, Maryland",7148,5653.0,114035.0,471900.0,4536.0,4962.0,540.0,10.0,888.0,0.0,66.0,121.0,571.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.13,5030.0,4058.0,154.0,11.0,513.0,0.0,266.0,4076.0,88371.0,203300.0,2916.0 +24031701215,"Census Tract 7012.15, Montgomery County, Maryland",4915,3960.0,94559.0,343100.0,2867.0,3306.0,269.0,0.0,709.0,0.0,16.0,155.0,460.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.15,3993.21916,2822.447998,240.9528809,11.99765396,597.8831177000001,0.0,283.9444885,3356.34375,66658.00071000001,138099.9939,2491.512695 +24031701506,"Census Tract 7015.06, Montgomery County, Maryland",5224,3886.0,126705.0,462600.0,2370.0,2360.0,1526.0,6.0,508.0,0.0,32.0,167.0,631.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7015.06,4915.393022,3116.985682,940.2285404999999,21.00349533,539.0930294,0.0,266.07716600000003,3414.967398,92598.80007,251586.1263,2286.587215 +24031703000,"Census Tract 7030, Montgomery County, Maryland",1887,1312.0,133542.0,448400.0,818.0,1128.0,179.0,3.0,58.0,0.0,55.0,110.0,354.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7030,1682.0,1185.0,199.0,5.0,119.0,0.0,161.0,1264.0,72500.0,178400.0,692.0 +24031703208,"Census Tract 7032.08, Montgomery County, Maryland",5572,3557.0,121477.0,449400.0,2391.0,3818.0,576.0,0.0,250.0,14.0,0.0,124.0,790.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.08,5179.606951,3665.014404,849.7714844000001,12.99650478,345.90698239999995,0.0,286.922821,3597.032471,91841.0003,199699.9929,2183.412842 +24031703214,"Census Tract 7032.14, Montgomery County, Maryland",7910,4861.0,65353.0,423200.0,1600.0,812.0,2377.0,0.0,565.0,0.0,278.0,83.0,3795.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7032.14,6344.079754,1707.4750980000001,2340.08374,28.41056824,751.9330444,1.8940378430000002,1455.568115,3992.631836,42239.99907,206599.99800000002,1413.899292 +24031703501,"Census Tract 7035.01, Montgomery County, Maryland",6438,4539.0,63093.0,308900.0,969.0,1430.0,1767.0,0.0,256.0,0.0,260.0,103.0,2622.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7035.01,6192.454672999999,2111.5449710000003,1217.821187,29.00465081,724.1607133,1.000090057,2052.9161329999997,3928.4679520000004,45801.8608,136612.5149,925.3299924 +24031703502,"Census Tract 7035.02, Montgomery County, Maryland",2828,2010.0,82964.0,439900.0,1224.0,1430.0,411.0,25.0,351.0,0.0,0.0,171.0,465.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7035.02,2923.841384,1826.6930260000001,460.1229331999999,11.92661639,262.3624488,0.0,320.9967014,2151.637977,60893.79795,181504.5501,1089.24489 +24031703602,"Census Tract 7036.02, Montgomery County, Maryland",3257,2469.0,131384.0,510500.0,1393.0,1973.0,321.0,4.0,163.0,0.0,39.0,66.0,691.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7036.02,2754.230172,2111.373489,182.2131891,24.491560999999997,131.9595301,0.0,279.78044680000005,2011.2929190000002,77284.39325,188079.9081,1137.747234 +24031704000,"Census Tract 7040, Montgomery County, Maryland",6577,4550.0,82829.0,394900.0,2641.0,2804.0,1406.0,0.0,728.0,0.0,0.0,166.0,1473.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7040,6061.627707,2996.422257,1242.824447,32.00925045,586.1335534,0.00173446,1160.22548,4374.991739,53188.1004,159616.2954,1935.1938870000001 +24031704501,"Census Tract 7045.01, Montgomery County, Maryland",3622,2392.0,139643.0,661200.0,1866.0,2285.0,173.0,0.0,433.0,0.0,40.0,181.0,510.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7045.01,3460.4292990000004,2550.368408,169.8247681,8.990722656,428.55780030000005,0.0,281.7093201,2511.408447,90561.99926,280099.9895,1659.287842 +24031704503,"Census Tract 7045.03, Montgomery County, Maryland",4148,2677.0,208220.0,803100.0,2161.0,3243.0,141.0,0.0,340.0,0.0,0.0,173.0,251.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7045.03,3491.482703,2936.391352,107.0172973,15.00036036,248.0488289,0.00018018,165.0234234,2495.350991,109767.2903,292310.1496,1875.287207 +24031704700,"Census Tract 7047, Montgomery County, Maryland",3752,2527.0,250001.0,1251600.0,2268.0,3226.0,17.0,0.0,219.0,0.0,12.0,68.0,210.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7047,3792.0,3435.0,51.0,13.0,160.0,0.0,117.0,2540.0,156565.0,499800.0,2145.0 +24031705902,"Census Tract 7059.02, Montgomery County, Maryland",4170,2965.0,218417.0,988700.0,2559.0,2826.0,77.0,2.0,707.0,0.0,59.0,196.0,303.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7059.02,4137.08993,3408.084939,129.0014981,2.000655041,404.0004678,0.0,162.00268530000002,2887.061222,145276.696,450398.3961,2397.0445489999997 +24031706007,"Census Tract 7060.07, Montgomery County, Maryland",7561,5278.0,237298.0,999500.0,4394.0,4613.0,436.0,0.0,2081.0,6.0,0.0,152.0,273.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.07,7286.200893000001,5490.9746270000005,222.02053250000003,14.2089647,1265.473933,0.008796869,253.4047331,4990.130228,155135.2031,486985.9917,3918.569905 +24031706009,"Census Tract 7060.09, Montgomery County, Maryland",5357,3775.0,250001.0,1143000.0,3049.0,3749.0,202.0,0.0,781.0,0.0,0.0,34.0,591.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7060.09,5637.613515,4440.639448,213.7717693,6.034300856000001,725.8874304,0.0,204.10334419999998,3734.860197,161740.5484,636136.8053,2969.047085 +24031701408,"Census Tract 7014.08, Montgomery County, Maryland",6700,4514.0,120644.0,493800.0,2688.0,3013.0,1902.0,4.0,1080.0,0.0,0.0,263.0,438.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.08,5456.002885,3927.0016479999995,756.0005711,33.00000871,519.0005265,0.0,198.0001036,3697.0018939999995,84639.01006,240600.01,1816.001149 +24031701007,"Census Tract 7010.07, Montgomery County, Maryland",3206,2371.0,107375.0,733900.0,1628.0,1651.0,581.0,10.0,756.0,0.0,0.0,140.0,68.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7010.07,11.97493637,9.032550693,0.6279276460000001,0.046885442,1.522808775,0.002054499,0.6939281,8.497331738,91149.07238,263587.6681,5.568578124 +24031701006,"Census Tract 7010.06, Montgomery County, Maryland",5448,3841.0,149539.0,647900.0,2969.0,3379.0,106.0,0.0,1366.0,0.0,0.0,121.0,476.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7010.06,5625.999886,4251.709961,171.78625490000002,21.97266006,864.9238280999999,0.0,293.6346436,3968.062744,99879.99941,278600.0103,2769.553955 +24031701221,"Census Tract 7012.21, Montgomery County, Maryland",4411,3016.0,129313.0,1012500.0,2253.0,2089.0,421.0,40.0,1634.0,0.0,0.0,174.0,53.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.21,2770.999947,1695.1851809999998,144.4497681,3.779208899,828.9064941,0.8398242,89.0213623,1678.808594,129055.0028,446700.0118,1273.593384 +24031700828,"Census Tract 7008.28, Montgomery County, Maryland",2221,1541.0,137396.0,608900.0,1185.0,1434.0,53.0,3.0,592.0,0.0,0.0,71.0,68.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.28,2040.207177,1511.547974,104.5725021,4.869229317,296.32739260000005,0.231868073,106.1955795,1413.699585,92043.00094,270499.9988,998.8876343000001 +24031700724,"Census Tract 7007.24, Montgomery County, Maryland",3635,2318.0,48901.0,327800.0,571.0,320.0,742.0,30.0,474.0,0.0,14.0,21.0,2064.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.24,2922.0017989999997,1663.580566,502.24823,19.13771057,306.20336910000003,0.0,418.2290039,2258.25,41922.00133,142400.0017,990.9600220000001 +24031700723,"Census Tract 7007.23, Montgomery County, Maryland",3720,3191.0,55450.0,306300.0,1475.0,2015.0,576.0,10.0,338.0,0.0,11.0,72.0,698.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.23,3332.216628,1897.1278079999997,572.7579956000001,21.82442284,349.1907654,0.0,476.94348139999994,2575.2817379999997,41922.00106,142399.9984,1130.079224 +24031700832,"Census Tract 7008.32, Montgomery County, Maryland",3322,2128.0,71976.0,260900.0,705.0,834.0,674.0,0.0,339.0,0.0,0.0,152.0,1323.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7008.32,2786.000059,1420.817261,600.9229736000001,22.46774292,397.6433716,1.426523328,321.6809998,1722.883545,61344.998170000006,139299.9964,624.1039429 +24031700721,"Census Tract 7007.21, Montgomery County, Maryland",3292,2401.0,46310.0,120000.0,828.0,649.0,1014.0,0.0,369.0,0.0,0.0,57.0,1203.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7007.21,2360.977396,1256.4119,456.8972035,12.74341606,341.4426744,0.375137722,261.999029,1673.920809,54475.30753,110502.8318,751.5129015 +24031701219,"Census Tract 7012.19, Montgomery County, Maryland",4323,2555.0,56006.0,,1606.0,1013.0,636.0,10.0,1001.0,0.0,22.0,276.0,1365.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.19,2845.0000609999997,1668.90271,266.5323792,15.28367424,530.4553223,0.0,332.1403503,2222.097168,51865.00016,250900.0085,1232.013306 +24031701508,"Census Tract 7015.08, Montgomery County, Maryland",4067,2649.0,57885.0,239300.0,1005.0,335.0,2779.0,0.0,408.0,0.0,0.0,117.0,428.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7015.08,3444.8539590000005,715.5428467,1635.317383,18.30032921,398.58117680000004,0.366006583,652.5897217,2199.333496,43367.99948,217300.00199999998,841.0831299 +24031701420,"Census Tract 7014.20, Montgomery County, Maryland",6849,5631.0,74621.0,336700.0,3030.0,3194.0,1834.0,0.0,983.0,0.0,0.0,97.0,741.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.20,4191.000043999999,1633.561035,1466.333862,9.290393829,817.0385742000001,0.0,242.5825195,2758.730957,66133.99817,161800.0054,1311.494019 +24031701423,"Census Tract 7014.23, Montgomery County, Maryland",4691,3031.0,67478.0,275700.0,1218.0,559.0,3108.0,100.0,414.0,0.0,0.0,82.0,428.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7014.23,4131.221114,828.7887572999999,2447.592529,16.35767365,511.93457029999996,0.0,296.8614807,2611.169189,48629.00028,136900.0021,1301.34375 +24031701602,"Census Tract 7016.02, Montgomery County, Maryland",7299,4269.0,71563.0,353800.0,886.0,634.0,1704.0,17.0,976.0,0.0,12.0,91.0,3882.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7016.02,6145.201092,791.0259171,1729.8514670000002,33.18908753,1134.747859,1.4976357219999998,2432.815554,3629.803535,43887.41958,156739.5071,857.3861408 +24031701601,"Census Tract 7016.01, Montgomery County, Maryland",2622,1585.0,60938.0,350000.0,396.0,96.0,979.0,0.0,251.0,0.0,0.0,67.0,1229.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7016.01,2051.530343,267.0350214,579.1408234,10.96381088,378.3269995,0.494984865,808.1420812999999,1212.62547,44285.308489999996,158153.6631,289.5240577 +24031701218,"Census Tract 7012.18, Montgomery County, Maryland",2995,2521.0,77188.0,386500.0,1610.0,1559.0,272.0,0.0,545.0,0.0,8.0,172.0,439.0,Washington,Washington-Arlington-Alexandria,MD,Montgomery County,Census Tract 7012.18,2348.999914,1377.94458,220.06484989999998,12.61910343,437.97521969999997,0.0,274.2346497,1834.6944579999997,51864.998,250899.9928,1017.222839 +24033803521,"Census Tract 8035.21, Prince George's County, Maryland",5965,4251.0,124125.0,403900.0,2351.0,451.0,4942.0,36.0,178.0,0.0,58.0,192.0,108.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.21,1947.806286,300.98693849999995,1540.6448970000001,5.101473331,68.23220825,0.0,24.86968231,1278.87561,95798.99692,211799.9923,532.4663086 +24033803523,"Census Tract 8035.23, Prince George's County, Maryland",4038,2866.0,128594.0,370700.0,1325.0,74.0,3718.0,0.0,73.0,0.0,0.0,50.0,123.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.23,3496.320155,114.6255875,3258.915771,4.796049595,68.58351135,0.9592099190000001,47.48089218,2265.653809,83070.00327999999,182599.9952,1092.060547 +24033800517,"Census Tract 8005.17, Prince George's County, Maryland",6030,4103.0,141957.0,395600.0,2377.0,648.0,4879.0,63.0,151.0,0.0,57.0,144.0,88.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.17,4880.205373,886.4244994999999,3758.6069340000004,9.045147896,125.24051670000001,0.0,84.88523865,3101.790039,107614.0027,257100.0008,1854.2553710000002 +24033803520,"Census Tract 8035.20, Prince George's County, Maryland",4424,3062.0,119479.0,354200.0,1263.0,213.0,3578.0,0.0,40.0,0.0,0.0,137.0,456.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.20,4161.193532,643.0130615,3291.35498,10.89852619,145.7677917,0.0,53.13031387,2732.124268,95799.00162000001,211799.9943,1137.533691 +24033803527,"Census Tract 8035.27, Prince George's County, Maryland",3343,2432.0,86389.0,238700.0,953.0,95.0,3074.0,0.0,43.0,0.0,0.0,62.0,69.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.27,3118.999917,141.2573395,2885.618164,8.031353951,46.77082443,0.0,27.40109062,2008.783325,69038.00366,143000.0027,654.3191528 +24033801214,"Census Tract 8012.14, Prince George's County, Maryland",4458,3088.0,71940.0,211900.0,615.0,795.0,2964.0,0.0,20.0,0.0,0.0,27.0,652.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.14,3845.08499,1217.240967,2408.9689940000003,19.47048378,99.36660767,0.0,85.93869019,2641.943359,60122.99759,158699.9927,515.6321411 +24033800707,"Census Tract 8007.07, Prince George's County, Maryland",3074,2270.0,86080.0,271500.0,979.0,298.0,2497.0,0.0,39.0,0.0,0.0,81.0,159.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8007.07,1902.557082,760.1015014999999,1031.895386,12.79632187,65.51716614,0.51185286,30.19931793,1293.963989,78045.99914,164200.0021,400.2689514 +24033800705,"Census Tract 8007.05, Prince George's County, Maryland",4335,3110.0,130066.0,305300.0,1290.0,463.0,3376.0,29.0,75.0,0.0,98.0,148.0,146.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8007.05,3194.00009,1220.732788,1810.5571289999998,15.86423874,61.82985306,0.0,75.66021729,2071.706787,73041.99879,156400.0047,723.6533812999999 +24033801004,"Census Tract 8010.04, Prince George's County, Maryland",4965,3442.0,129231.0,364400.0,1209.0,970.0,3514.0,53.0,118.0,0.0,16.0,158.0,136.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8010.04,3030.999907,1641.028564,1241.699829,40.7598877,38.98772049,0.0,60.84447479,1998.4160160000001,59057.00175,147900.0046,321.3533325 +24033800706,"Census Tract 8007.06, Prince George's County, Maryland",3905,2703.0,135568.0,395900.0,1267.0,426.0,2942.0,0.0,29.0,0.0,84.0,359.0,65.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8007.06,1814.442918,724.8984985000001,984.1046142999999,12.20367813,62.48283386,0.48814714,28.80068207,1234.036011,78046.0009,164199.9978,381.7310486 +24033801006,"Census Tract 8010.06, Prince George's County, Maryland",3629,2587.0,107656.0,286500.0,864.0,312.0,3133.0,0.0,38.0,0.0,0.0,57.0,89.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8010.06,3385.9999090000006,1080.21167,2093.254639,23.55914116,111.27934270000002,0.0,73.68497467,2144.884277,83890.99969,165099.9991,606.0213012999999 +24033801311,"Census Tract 8013.11, Prince George's County, Maryland",6971,4759.0,115492.0,344500.0,1473.0,504.0,5401.0,0.0,285.0,0.0,205.0,199.0,377.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.11,3842.000035,1085.420532,2444.27832,16.19340134,202.1861725,0.462668598,86.98169708,2468.336914,80682.99979,171299.9978,642.184021 +24033806501,"Census Tract 8065.01, Prince George's County, Maryland",5584,3280.0,58929.0,234000.0,668.0,719.0,1013.0,228.0,115.0,0.0,9.0,31.0,3658.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8065.01,4636.2954899999995,1076.836426,1822.723022,11.99817657,171.9738617,0.9998480679999999,1544.765259,2591.606201,41033.99968,128499.9973,436.9335938 +24033806710,"Census Tract 8067.10, Prince George's County, Maryland",5286,3518.0,78987.0,255000.0,1650.0,781.0,3497.0,0.0,657.0,0.0,0.0,138.0,213.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8067.10,4818.110683,1186.075165,2303.0195559999997,10.00077794,1031.010918,1.0,255.0038361,3205.077124,61398.44627000001,136798.823,1708.0399170000003 +24033806712,"Census Tract 8067.12, Prince George's County, Maryland",3363,2331.0,87830.0,132600.0,912.0,155.0,2483.0,0.0,298.0,0.0,66.0,106.0,255.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8067.12,2807.0,825.0,1563.0,11.0,278.0,0.0,104.0,2077.0,50884.0,82200.0,767.0 +24033807000,"Census Tract 8070, Prince George's County, Maryland",6923,3961.0,37970.0,270900.0,1698.0,3108.0,1443.0,0.0,1290.0,0.0,21.0,249.0,812.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8070,4655.0,2969.0,820.0,41.0,544.0,0.0,253.0,2763.0,45171.0,131100.0,931.0 +24033800507,"Census Tract 8005.07, Prince George's County, Maryland",3231,2429.0,104792.0,452300.0,1044.0,600.0,2105.0,0.0,281.0,0.0,9.0,119.0,117.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.07,2154.9966600000002,1138.998291,889.9985962000001,18.99997139,59.99990845,0.99999845,31.99995041,1569.997559,76721.00216,320900.0092,612.9990234 +24033803605,"Census Tract 8036.05, Prince George's County, Maryland",7081,4779.0,79110.0,263200.0,1102.0,784.0,3084.0,48.0,268.0,0.0,26.0,295.0,2586.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.05,6333.775049,1784.9638670000002,3661.8229979999996,14.9829092,372.5750122,0.0,473.45993039999996,4018.41626,67088.00001,142700.0025,1104.739868 +24033802203,"Census Tract 8022.03, Prince George's County, Maryland",4518,3129.0,61648.0,202000.0,368.0,147.0,4066.0,0.0,30.0,0.0,0.0,53.0,222.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8022.03,4791.0,600.0,4040.0,11.0,70.0,3.0,58.0,3175.0,50899.0,124500.0,460.0 +24033802700,"Census Tract 8027, Prince George's County, Maryland",3170,2059.0,58403.0,207600.0,206.0,91.0,2512.0,0.0,0.0,0.0,0.0,21.0,546.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8027,2669.43068,164.01611469999997,2449.402349,12.00259915,11.00415864,0.0,23.00402869,1707.264074,38959.01731,99201.04577000001,141.02066330000002 +24033803001,"Census Tract 8030.01, Prince George's County, Maryland",2950,2242.0,67000.0,209800.0,309.0,27.0,2390.0,0.0,76.0,0.0,0.0,99.0,358.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8030.01,2934.0,25.0,2860.0,4.0,18.0,0.0,22.0,1820.0,47121.0,117500.0,176.0 +24033803801,"Census Tract 8038.01, Prince George's County, Maryland",2482,1650.0,76500.0,222100.0,220.0,110.0,1091.0,0.0,40.0,0.0,0.0,19.0,1222.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8038.01,2155.98625,384.9975586,1514.990356,10.99992943,41.99973297,0.0,198.9987335,1370.991211,60374.9976,121900.002,155.9990082 +24033804101,"Census Tract 8041.01, Prince George's County, Maryland",3500,2344.0,70938.0,297700.0,695.0,643.0,2168.0,7.0,73.0,0.0,0.0,55.0,554.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8041.01,3467.0,568.0,2472.0,8.0,119.0,0.0,288.0,2114.0,54135.0,149200.0,634.0 +24033804102,"Census Tract 8041.02, Prince George's County, Maryland",5916,3854.0,67773.0,223700.0,760.0,286.0,4093.0,9.0,90.0,9.0,0.0,114.0,1315.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8041.02,5260.0,474.0,4346.0,18.0,62.0,0.0,347.0,3132.0,45608.0,117300.0,474.0 +24033804400,"Census Tract 8044, Prince George's County, Maryland",2782,1837.0,59911.0,208300.0,305.0,312.0,915.0,39.0,161.0,0.0,0.0,46.0,1313.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8044,2393.0,558.0,1249.0,17.0,179.0,0.0,375.0,1568.0,41351.0,102400.0,152.0 +24033805000,"Census Tract 8050, Prince George's County, Maryland",5583,3639.0,53778.0,244500.0,644.0,314.0,3027.0,126.0,22.0,0.0,0.0,0.0,2220.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8050,5238.0,310.0,4267.0,13.0,69.0,2.0,548.0,3473.0,38452.0,140500.0,900.0 +24033806100,"Census Tract 8061, Prince George's County, Maryland",4229,2936.0,76922.0,300700.0,1005.0,1231.0,1216.0,0.0,146.0,0.0,0.0,87.0,1549.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8061,4417.0,2007.0,1601.0,20.0,159.0,1.0,612.0,2936.0,51032.0,133300.0,894.0 +24033806900,"Census Tract 8069, Prince George's County, Maryland",5559,3770.0,88194.0,253100.0,1269.0,1960.0,999.0,0.0,490.0,0.0,25.0,208.0,1877.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8069,3855.752975,2452.753906,639.631897,27.94023895,307.3426208,0.0,417.10784910000007,2526.595947,56667.00127000001,123300.0027,650.6083984 +24033807102,"Census Tract 8071.02, Prince George's County, Maryland",2484,1806.0,99881.0,355400.0,1038.0,1456.0,369.0,44.0,155.0,0.0,11.0,0.0,493.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8071.02,2405.0,1592.0,419.0,15.0,144.0,0.0,223.0,1556.0,57969.0,154500.0,802.0 +24033807407,"Census Tract 8074.07, Prince George's County, Maryland",6066,4476.0,77417.0,361700.0,2509.0,1282.0,2609.0,0.0,871.0,0.0,73.0,60.0,1171.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8074.07,4594.0,1993.0,1619.0,22.0,606.0,0.0,338.0,3209.0,61106.0,172200.0,1491.0 +24033800408,"Census Tract 8004.08, Prince George's County, Maryland",7150,4878.0,141750.0,390500.0,2250.0,826.0,4832.0,0.0,366.0,0.0,67.0,258.0,801.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.08,4002.0,1606.0,2120.0,8.0,167.0,1.0,85.0,2695.0,86236.0,184900.0,966.0 +24033800403,"Census Tract 8004.03, Prince George's County, Maryland",3819,2666.0,109545.0,327900.0,1149.0,1808.0,1455.0,0.0,188.0,0.0,0.0,75.0,293.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.03,2715.0,2289.0,253.0,26.0,52.0,0.0,88.0,1944.0,74013.0,153700.0,738.0 +24033800606,"Census Tract 8006.06, Prince George's County, Maryland",5445,3511.0,92442.0,217000.0,1208.0,330.0,4858.0,0.0,0.0,0.0,100.0,126.0,31.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8006.06,4041.0,1105.0,2769.0,20.0,45.0,1.0,96.0,2842.0,57868.0,125200.0,1285.0 +24033801407,"Census Tract 8014.07, Prince George's County, Maryland",6785,4798.0,86813.0,248600.0,1257.0,647.0,5179.0,0.0,30.0,0.0,50.0,191.0,688.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.07,6232.0,563.0,5349.0,23.0,150.0,0.0,134.0,4035.0,65365.0,153600.0,1002.0 +24033802405,"Census Tract 8024.05, Prince George's County, Maryland",3816,2469.0,61865.0,211500.0,440.0,90.0,3544.0,0.0,0.0,0.0,27.0,34.0,121.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8024.05,4293.547064,118.44747209999998,4120.866027,9.027750207,9.074000552000001,0.003468776,31.11793838,2730.3951030000003,44318.31013,118403.7977,309.9631634 +24033802600,"Census Tract 8026, Prince George's County, Maryland",3554,2443.0,57284.0,201500.0,242.0,101.0,3063.0,0.0,8.0,0.0,0.0,46.0,336.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8026,3313.5693850000002,123.98388670000001,3095.597656,19.99740219,31.99584198,0.0,30.99597168,2031.7359620000002,45341.002089999994,106599.9997,158.9793396 +24033803402,"Census Tract 8034.02, Prince George's County, Maryland",4691,2844.0,43657.0,124600.0,399.0,75.0,4196.0,0.0,9.0,0.0,11.0,115.0,285.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8034.02,4744.0,58.0,4628.0,8.0,16.0,0.0,33.0,2751.0,40976.0,80000.0,168.0 +24033803612,"Census Tract 8036.12, Prince George's County, Maryland",3309,1978.0,60299.0,168800.0,297.0,296.0,1829.0,0.0,38.0,0.0,18.0,46.0,1082.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.12,3309.539744,361.47200699999996,2588.934717,15.00500613,170.02503069999997,1.0,159.09940749999998,1891.954026,38483.55552,93024.29035,398.132305 +24033800106,"Census Tract 8001.06, Prince George's County, Maryland",2856,1943.0,90855.0,263400.0,1077.0,608.0,1547.0,0.0,287.0,0.0,0.0,157.0,257.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8001.06,2188.0,1111.0,808.0,14.0,153.0,1.0,83.0,1523.0,60847.0,125700.0,578.0 +24033803512,"Census Tract 8035.12, Prince George's County, Maryland",6987,4992.0,94191.0,294400.0,1702.0,406.0,5755.0,0.0,245.0,0.0,129.0,108.0,344.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.12,4146.0,234.0,3789.0,5.0,38.0,1.0,68.0,2916.0,60326.0,155800.0,1027.0 +24033803602,"Census Tract 8036.02, Prince George's County, Maryland",2543,1617.0,61538.0,261800.0,409.0,42.0,2163.0,15.0,21.0,0.0,0.0,6.0,296.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.02,1938.0,12.0,1889.0,6.0,1.0,0.0,25.0,1197.0,40156.0,116000.0,193.0 +24033803610,"Census Tract 8036.10, Prince George's County, Maryland",3673,2310.0,67167.0,263400.0,514.0,238.0,2118.0,0.0,66.0,0.0,0.0,100.0,1151.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.10,3184.0,812.0,1921.0,8.0,172.0,1.0,263.0,2061.0,66739.0,154100.0,748.0 +24033803700,"Census Tract 8037, Prince George's County, Maryland",2776,1654.0,70446.0,210700.0,224.0,300.0,984.0,13.0,27.0,0.0,0.0,129.0,1336.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8037,2151.460311,659.5280151000001,1306.065308,6.9949941639999995,34.97497177,0.0,138.900589,1333.046021,52142.99899,112900.0017,184.8677063 +24033804001,"Census Tract 8040.01, Prince George's County, Maryland",4917,3023.0,35853.0,124300.0,390.0,109.0,3801.0,0.0,45.0,0.0,0.0,37.0,925.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8040.01,3949.0,218.0,3293.0,14.0,61.0,2.0,360.0,2444.0,31103.0,120500.0,377.0 +24033805500,"Census Tract 8055, Prince George's County, Maryland",3897,2539.0,49917.0,228700.0,405.0,209.0,763.0,54.0,130.0,0.0,0.0,54.0,2741.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8055,4014.039179,455.3050264,1988.3483379999998,11.48677789,173.6240796,0.0024549389999999997,1368.989558,2453.891299,38004.912789999995,130610.2895,483.63695740000003 +24033805602,"Census Tract 8056.02, Prince George's County, Maryland",5561,3505.0,72574.0,197300.0,122.0,97.0,376.0,0.0,0.0,0.0,0.0,97.0,4991.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8056.02,5142.0,164.0,1378.0,17.0,133.0,2.0,3425.0,2672.0,39813.0,100300.0,338.0 +24033806602,"Census Tract 8066.02, Prince George's County, Maryland",5678,3565.0,70806.0,254100.0,904.0,721.0,2012.0,58.0,426.0,0.0,9.0,324.0,2186.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8066.02,4429.225117,919.0361588,2429.177145,24.01709143,298.42500689999997,0.0,744.5400890999999,2568.583921,47532.781460000006,124347.8982,453.26020800000003 +24033806706,"Census Tract 8067.06, Prince George's County, Maryland",3402,2627.0,65043.0,232100.0,1132.0,748.0,1551.0,0.0,395.0,0.0,41.0,0.0,667.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8067.06,3554.290486,1342.8763800000002,1717.228009,17.00907031,339.1272971,0.0,113.044726,2571.8992120000003,61658.400310000005,143979.6663,973.4654008 +24033806708,"Census Tract 8067.08, Prince George's County, Maryland",4266,3175.0,69481.0,196400.0,1834.0,2341.0,1225.0,0.0,349.0,0.0,0.0,49.0,302.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8067.08,4124.598943999999,2801.048584,728.7524414,28.99015236,406.8617859,0.0,142.9514465,2874.023682,42363.00094,72899.99822000001,1487.494751 +24033806711,"Census Tract 8067.11, Prince George's County, Maryland",5131,3488.0,63358.0,172400.0,1020.0,473.0,3806.0,57.0,270.0,0.0,0.0,72.0,453.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8067.11,4158.0,1188.0,2388.0,19.0,404.0,1.0,137.0,2760.0,50994.0,118600.0,925.0 +24033807200,"Census Tract 8072, Prince George's County, Maryland",13922,572.0,32045.0,332200.0,358.0,8618.0,1961.0,13.0,2253.0,25.0,49.0,420.0,583.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8072,11591.0,8051.0,1801.0,24.0,1197.0,0.0,470.0,1005.0,29449.0,140700.0,529.0 +24033806400,"Census Tract 8064, Prince George's County, Maryland",3515,2458.0,130893.0,478900.0,1866.0,2099.0,362.0,0.0,487.0,0.0,11.0,138.0,418.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8064,3131.0,2437.0,219.0,10.0,281.0,0.0,167.0,2214.0,82849.0,213800.0,1603.0 +24033805601,"Census Tract 8056.01, Prince George's County, Maryland",6620,3842.0,50271.0,334100.0,104.0,20.0,392.0,70.0,13.0,0.0,26.0,18.0,6118.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8056.01,5669.0,203.0,722.0,10.0,185.0,5.0,4527.0,3170.0,34785.0,114600.0,278.0 +24033805700,"Census Tract 8057, Prince George's County, Maryland",6021,4079.0,58421.0,230600.0,561.0,265.0,694.0,5.0,213.0,0.0,42.0,5.0,4802.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8057,5414.093554,515.1083039,2225.933746,18.05047304,287.3627722,1.0,2347.535211,3247.4710649999997,40876.6176,125017.7159,545.3753904 +24033805801,"Census Tract 8058.01, Prince George's County, Maryland",4737,3168.0,103194.0,240000.0,626.0,239.0,1545.0,54.0,212.0,0.0,0.0,18.0,2681.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8058.01,3841.0,514.0,1851.0,6.0,260.0,1.0,1179.0,2401.0,55563.0,132500.0,495.0 +24033806800,"Census Tract 8068, Prince George's County, Maryland",4246,3073.0,100129.0,298100.0,1146.0,1856.0,611.0,13.0,364.0,0.0,0.0,98.0,1304.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8068,3689.0,2556.0,456.0,33.0,342.0,0.0,267.0,2588.0,66694.0,150700.0,1019.0 +24033801209,"Census Tract 8012.09, Prince George's County, Maryland",4965,3267.0,102168.0,259000.0,920.0,304.0,4130.0,66.0,69.0,0.0,0.0,21.0,375.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.09,4113.999965999999,507.517334,3418.8012700000004,22.76609421,78.29315948,0.0,75.51679993,2573.6791989999997,72406.99994,154900.0022,586.3657837000001 +24033801313,"Census Tract 8013.13, Prince George's County, Maryland",3412,2598.0,102159.0,284600.0,961.0,289.0,2531.0,0.0,153.0,0.0,0.0,0.0,439.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.13,3002.328798,580.1077881,2078.208984,13.19497871,252.11833190000002,0.0,66.91738892,1983.9592289999998,77301.99923,160699.9962,691.3226318 +24033801211,"Census Tract 8012.11, Prince George's County, Maryland",3103,2093.0,99464.0,267000.0,630.0,393.0,2482.0,114.0,31.0,0.0,0.0,35.0,138.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.11,2641.189777,500.65332029999996,1961.703857,14.41569901,97.40336609,0.0,62.72777176,1729.104614,73374.99927999999,158300.0055,433.2501831 +24033801215,"Census Tract 8012.15, Prince George's County, Maryland",2724,1843.0,104779.0,348800.0,615.0,158.0,2244.0,0.0,47.0,0.0,0.0,19.0,256.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.15,1763.999964,558.430603,1105.156616,8.932425498999999,45.586170200000005,0.0,39.42587662,1212.03772,60123.00014,158700.0049,236.5552673 +24033801005,"Census Tract 8010.05, Prince George's County, Maryland",4175,3078.0,126285.0,284100.0,1053.0,669.0,3192.0,0.0,115.0,0.0,13.0,70.0,116.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8010.05,3369.0000909999994,1074.78833,2082.745361,23.44085884,110.72065729999998,0.0,73.31502533,2134.115723,83891.00031,165100.0009,602.9786987000001 +24033801217,"Census Tract 8012.17, Prince George's County, Maryland",3860,2884.0,124609.0,286700.0,883.0,316.0,2992.0,0.0,190.0,18.0,0.0,63.0,281.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.17,3300.763461,788.9887695,2339.544189,24.05453682,92.36941528,0.0,53.40106964,2305.86792,71551.99918,154500.0046,473.8743591 +24033807404,"Census Tract 8074.04, Prince George's County, Maryland",5723,3926.0,84792.0,263600.0,1268.0,1803.0,1192.0,0.0,444.0,0.0,50.0,144.0,2090.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8074.04,4766.246949,2613.246118,1077.368089,26.0597605,536.6573655000001,1.0,494.89213889999996,3135.404057,61324.725979999996,144855.1044,923.3915659 +24033807405,"Census Tract 8074.05, Prince George's County, Maryland",5372,4248.0,96122.0,322200.0,2037.0,2278.0,912.0,0.0,837.0,41.0,0.0,137.0,1167.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8074.05,4801.864757,3237.560303,786.6502075,33.98488617,424.8110962,0.9995555279999999,294.868866,3344.512695,63320.00143,166699.9972,1292.425293 +24033800401,"Census Tract 8004.01, Prince George's County, Maryland",2422,1807.0,110625.0,310300.0,778.0,1278.0,596.0,0.0,192.0,0.0,0.0,88.0,268.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.01,2493.0,2025.0,292.0,8.0,64.0,0.0,95.0,1697.0,77591.0,159000.0,657.0 +24033800505,"Census Tract 8005.05, Prince George's County, Maryland",2454,1770.0,111211.0,296200.0,823.0,1451.0,509.0,0.0,110.0,0.0,4.0,63.0,317.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.05,2856.0,2452.0,210.0,20.0,78.0,0.0,82.0,1826.0,72148.0,148600.0,636.0 +24033800604,"Census Tract 8006.04, Prince George's County, Maryland",1936,1251.0,85990.0,284300.0,415.0,53.0,1818.0,0.0,3.0,0.0,8.0,9.0,45.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8006.04,1745.003292,155.0017398,1538.001359,6.0000290220000005,4.000091647,1.5274600000000002e-06,40.00004888,1157.002398,72823.00794,145500.2354,175.0009363 +24033800701,"Census Tract 8007.01, Prince George's County, Maryland",6090,4067.0,130306.0,391000.0,1708.0,450.0,5150.0,19.0,79.0,0.0,0.0,129.0,263.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8007.01,4644.903042,723.7912778,3753.6806119999997,11.02747358,53.12894268,0.002197887,77.25312328,3108.415073,83809.13024,168599.7034,913.4549626 +24033801104,"Census Tract 8011.04, Prince George's County, Maryland",2962,1435.0,72862.0,,547.0,1681.0,562.0,0.0,79.0,0.0,0.0,192.0,448.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8011.04,7966.625349,4880.255169,1913.988441,74.87510496,351.6586978,5.942241192000001,686.9835756,3906.8319020000004,44673.878880000004,141486.5296,1245.8565310000001 +24033801305,"Census Tract 8013.05, Prince George's County, Maryland",6357,4584.0,122091.0,325000.0,1278.0,355.0,4417.0,0.0,252.0,0.0,0.0,251.0,1082.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.05,4900.0,596.0,3950.0,28.0,226.0,1.0,90.0,3337.0,80644.0,158700.0,915.0 +24033801805,"Census Tract 8018.05, Prince George's County, Maryland",2423,1864.0,54871.0,193300.0,323.0,124.0,2112.0,0.0,9.0,0.0,0.0,118.0,60.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8018.05,2310.0,89.0,2171.0,4.0,16.0,0.0,25.0,1615.0,41071.0,111700.0,214.0 +24033803401,"Census Tract 8034.01, Prince George's County, Maryland",1233,841.0,50481.0,136500.0,66.0,0.0,857.0,46.0,7.0,0.0,0.0,0.0,369.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8034.01,1424.0,31.0,1386.0,3.0,1.0,0.0,3.0,889.0,30565.0,77900.0,49.0 +24033801904,"Census Tract 8019.04, Prince George's County, Maryland",2942,2120.0,49643.0,265000.0,471.0,360.0,2241.0,42.0,0.0,0.0,0.0,106.0,193.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8019.04,3373.8632780000003,621.6392975,2466.422457,20.17851683,81.83783901,0.014281346,172.6447351,2145.194807,51340.70679,146397.2672,311.95623870000003 +24033802201,"Census Tract 8022.01, Prince George's County, Maryland",2012,1450.0,70000.0,178400.0,261.0,134.0,1564.0,0.0,44.0,0.0,0.0,98.0,172.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8022.01,2096.0,528.0,1465.0,19.0,16.0,1.0,56.0,1312.0,50254.0,73900.0,166.0 +24033802804,"Census Tract 8028.04, Prince George's County, Maryland",5351,3789.0,62308.0,220100.0,951.0,38.0,4998.0,0.0,19.0,0.0,0.0,164.0,132.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8028.04,6155.0,84.0,5986.0,18.0,15.0,0.0,47.0,3655.0,51386.0,133200.0,535.0 +24033801208,"Census Tract 8012.08, Prince George's County, Maryland",4359,3119.0,115313.0,292200.0,1240.0,188.0,3894.0,24.0,157.0,0.0,0.0,42.0,54.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.08,3295.000034,406.482666,2738.19873,18.23390579,62.70684433,0.0,60.48319626,2061.3208010000003,72407.00008,154899.9972,469.6342468 +24033801216,"Census Tract 8012.16, Prince George's County, Maryland",3815,2745.0,107979.0,255600.0,806.0,368.0,3104.0,0.0,81.0,0.0,0.0,0.0,262.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.16,3560.236539,851.0112305,2523.455811,25.94546318,99.63058472,0.0,57.59893036,2487.13208,71552.00076,154499.9958,511.1256409 +24033801411,"Census Tract 8014.11, Prince George's County, Maryland",3426,2270.0,91673.0,283100.0,823.0,208.0,1762.0,0.0,431.0,17.0,26.0,115.0,867.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.11,3015.0000760000003,371.97131349999995,2091.452393,8.507603645,450.90298459999997,0.47264462700000004,82.7128067,2013.466064,83843.99925,168300.0053,638.0702514999999 +24033801210,"Census Tract 8012.10, Prince George's County, Maryland",4189,2933.0,100417.0,264400.0,815.0,155.0,3556.0,0.0,61.0,0.0,0.0,76.0,341.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.10,4137.810021,784.3466187000001,3073.295898,22.58430099,152.5966187,0.0,98.27222443,2708.895264,73374.99687999999,158299.9962,678.7497559 +24033801213,"Census Tract 8012.13, Prince George's County, Maryland",3806,2626.0,109196.0,265500.0,820.0,115.0,3099.0,18.0,88.0,0.0,0.0,25.0,461.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.13,3795.623532,703.2924194,2867.60083,10.77842808,113.1735001,0.0,94.85016632,2477.4216309999997,75694.99812,156999.9971,584.1907959 +24033801409,"Census Tract 8014.09, Prince George's County, Maryland",3104,2159.0,75568.0,233800.0,439.0,160.0,1905.0,0.0,61.0,0.0,18.0,14.0,946.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.09,2692.000063,305.92944339999997,2239.60083,10.30216312,91.37570953,0.0,38.07321167,1805.56604,56093.997610000006,140800.0052,346.2422791 +24033801410,"Census Tract 8014.10, Prince George's County, Maryland",3206,2642.0,102153.0,320700.0,917.0,338.0,2132.0,0.0,469.0,0.0,14.0,11.0,242.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.10,3363.999924,415.02868650000005,2333.547607,9.492396355,503.09701540000003,0.527355373,92.2871933,2246.533936,83843.99595,168299.9952,711.9297485000001 +24033801908,"Census Tract 8019.08, Prince George's County, Maryland",3305,1886.0,61080.0,169100.0,423.0,77.0,3080.0,15.0,53.0,0.0,0.0,0.0,80.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8019.08,3663.461872,191.79650880000003,3371.554443,11.89435673,31.71828461,1.486794591,50.55101776,2312.461182,42120.99908,120300.0041,412.833313 +24033801907,"Census Tract 8019.07, Prince George's County, Maryland",2723,2159.0,54564.0,187400.0,486.0,147.0,2421.0,0.0,93.0,0.0,0.0,0.0,62.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8019.07,3719.9909759999996,194.75602719999998,3423.579346,12.0778923,32.20771408,1.509736538,51.33104324,2348.143555,42120.99937,120300.0059,419.20352169999995 +24033802408,"Census Tract 8024.08, Prince George's County, Maryland",1681,1220.0,51958.0,202700.0,250.0,69.0,1508.0,0.0,35.0,0.0,0.0,34.0,35.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8024.08,2471.80011,117.8254318,2280.0698239999997,3.3785068989999996,24.91648865,0.844626725,38.43051529,1622.105591,36343.99954,128200.0032,245.78637700000002 +24033802107,"Census Tract 8021.07, Prince George's County, Maryland",3665,2359.0,55779.0,179000.0,392.0,69.0,3488.0,22.0,53.0,0.0,0.0,8.0,25.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8021.07,3794.609408,51.69530869,3635.179443,17.81098938,21.28630257,0.0,62.99008179,1954.430176,38247.00166,125000.0038,239.7967224 +24033803522,"Census Tract 8035.22, Prince George's County, Maryland",3628,2620.0,100317.0,269200.0,1184.0,215.0,3157.0,0.0,46.0,0.0,0.0,97.0,113.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.22,3776.74625,123.819252,3520.3005369999996,5.18072176,74.08432007,1.036144376,51.28914642,2447.373047,83070.00186,182600.009,1179.6503910000001 +24033800109,"Census Tract 8001.09, Prince George's County, Maryland",3597,2308.0,63229.0,220000.0,422.0,885.0,1276.0,50.0,30.0,0.0,15.0,65.0,1276.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8001.09,3643.000203,1559.532715,1377.596191,14.40553665,361.73904419999997,3.7347688669999997,315.3211975,2381.715332,44139.99834,127100.0039,782.7008057 +24033800413,"Census Tract 8004.13, Prince George's County, Maryland",4157,2633.0,72901.0,249200.0,903.0,133.0,3696.0,0.0,161.0,0.0,0.0,39.0,128.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.13,3795.999936,882.4557494999999,2402.047607,20.3605442,359.040802,0.496598631,120.67346950000001,2439.7890629999997,58276.99845,149700.0037,919.2040404999999 +24033800412,"Census Tract 8004.12, Prince George's County, Maryland",3618,2312.0,75933.0,314500.0,711.0,325.0,2166.0,29.0,225.0,0.0,182.0,60.0,631.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.12,3847.999836,894.5441894999999,2434.952393,20.6394558,363.9591675,0.503401339,122.32652279999999,2473.210693,58276.99808,149700.0002,931.7958983999999 +24033800514,"Census Tract 8005.14, Prince George's County, Maryland",5945,4036.0,157000.0,453700.0,2745.0,537.0,4498.0,0.0,571.0,0.0,0.0,193.0,146.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.14,408.99998819999996,277.22113039999994,96.40664673,2.080718994,20.25233078,0.0,11.72138309,271.32574460000006,80040.00007000001,165199.9965,112.49753570000001 +24033800518,"Census Tract 8005.18, Prince George's County, Maryland",3689,2527.0,172061.0,568600.0,1586.0,495.0,2767.0,0.0,8.0,0.0,0.0,211.0,208.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.18,2133.7946269999998,387.57547,1643.393066,3.954851627,54.75948715,0.0,37.11476135,1356.209961,107614.0034,257099.9981,810.7446289 +24033800608,"Census Tract 8006.08, Prince George's County, Maryland",5086,3273.0,150375.0,448600.0,1822.0,253.0,4593.0,0.0,49.0,0.0,5.0,129.0,57.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8006.08,955.3977169,140.8230133,775.1372681,3.6645390989999997,18.497198100000002,0.0,13.96014977,602.9039307,86502.00086,197100.0061,221.44287110000002 +24033805908,"Census Tract 8059.08, Prince George's County, Maryland",2198,1513.0,56469.0,91300.0,469.0,140.0,1098.0,0.0,111.0,0.0,0.0,63.0,786.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8059.08,2212.481079,325.7662964,1199.265259,4.310028076,207.95886230000002,0.718338013,464.0463562,1324.974487,36751.99873,151400.0,418.0727234 +24033800519,"Census Tract 8005.19, Prince George's County, Maryland",4005,2865.0,104931.0,355400.0,1182.0,763.0,2320.0,0.0,369.0,0.0,56.0,153.0,344.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.19,3604.1179799999995,1459.8022460000002,1861.231079,17.4826622,144.568161,0.0,106.2407913,2322.504395,77433.99829,174500.0011,1095.355957 +24033800520,"Census Tract 8005.20, Prince George's County, Maryland",1913,1392.0,88375.0,259800.0,772.0,59.0,1653.0,0.0,67.0,0.0,0.0,51.0,83.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.20,1755.8818600000002,711.1976929,906.7688598999999,8.517337799,70.43183136,0.0,51.75920486,1131.495483,77434.00345,174500.0034,533.6439209 +24033800516,"Census Tract 8005.16, Prince George's County, Maryland",4017,2719.0,88141.0,250800.0,1246.0,815.0,2682.0,0.0,170.0,0.0,0.0,90.0,260.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.16,3377.2370619999997,1943.061768,1134.618164,23.45930099,153.8388824,0.0,109.17597959999999,2379.765625,67185.00015,140500.0006,1037.1717529999999 +24033800607,"Census Tract 8006.07, Prince George's County, Maryland",5945,4217.0,129837.0,345300.0,1698.0,269.0,4915.0,0.0,140.0,0.0,49.0,186.0,386.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8006.07,4519.602446,666.1770019999999,3666.862793,17.33546066,87.50280762,0.0,66.03985596,2852.096191,86501.99769,197100.0058,1047.5571289999998 +24033800515,"Census Tract 8005.15, Prince George's County, Maryland",4325,3086.0,95682.0,238600.0,1379.0,1263.0,2433.0,0.0,201.0,0.0,0.0,78.0,350.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.15,4108.762938,2363.938232,1380.381836,28.54069901,187.1611176,0.0,132.82402040000002,2895.234375,67184.99987999999,140500.0069,1261.8282470000001 +24033800213,"Census Tract 8002.13, Prince George's County, Maryland",4892,3500.0,83281.0,222000.0,1522.0,802.0,2215.0,0.0,641.0,0.0,0.0,186.0,1048.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.13,3447.544469,1532.812134,1386.934692,19.7924099,330.6065369,0.7330521940000001,148.0765381,2552.487793,61335.99917999999,127099.998,1158.2224119999998 +24033803525,"Census Tract 8035.25, Prince George's County, Maryland",2001,1431.0,60635.0,171700.0,357.0,13.0,1844.0,11.0,18.0,0.0,0.0,39.0,76.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.25,3122.0174039999997,246.2078705,2747.206055,8.037714005,38.07338333,0.423037589,77.83891296,1630.809937,41361.99985,116000.0009,287.2425232 +24033803524,"Census Tract 8035.24, Prince George's County, Maryland",4213,2469.0,72218.0,216500.0,712.0,70.0,3803.0,0.0,0.0,0.0,0.0,111.0,229.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.24,4257.982596,335.79211430000004,3746.7939450000003,10.962286,51.92661667,0.576962411,106.16108700000001,2224.190186,41362.00011,115999.9993,391.7574768 +24033806713,"Census Tract 8067.13, Prince George's County, Maryland",4156,2057.0,62524.0,417200.0,676.0,103.0,2850.0,0.0,243.0,0.0,0.0,80.0,880.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8067.13,3243.391786,400.2012329,2080.0395510000003,9.564557076,343.8206787,0.0,377.5483093,1706.5184329999997,36257.000680000005,89600.00212,566.3225097999999 +24033804802,"Census Tract 8048.02, Prince George's County, Maryland",3077,1991.0,53082.0,,207.0,29.0,1357.0,0.0,83.0,0.0,0.0,50.0,1558.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8048.02,2669.945243,148.0649414,1980.567627,5.306987286,39.27170563,0.0,481.8744202,1638.797607,30883.99905,124299.9967,297.7219849 +24033805907,"Census Tract 8059.07, Prince George's County, Maryland",4068,2899.0,60985.0,69500.0,680.0,155.0,2071.0,27.0,141.0,0.0,52.0,69.0,1580.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8059.07,3132.692596,264.5855103,1583.1835939999999,15.87513161,166.9294128,0.0,1078.5467529999999,1941.5766600000002,39945.001619999995,56699.99834,541.6787109 +24033805909,"Census Tract 8059.09, Prince George's County, Maryland",4913,3263.0,64441.0,369700.0,1313.0,618.0,2395.0,15.0,520.0,0.0,0.0,98.0,1282.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8059.09,3947.518921,581.2337036,2139.7346190000003,7.689971924,371.0411377,1.2816619870000001,827.9536132999999,2364.025635,36752.00071,151400.0,745.9272461 +24033800215,"Census Tract 8002.15, Prince George's County, Maryland",2588,1714.0,74613.0,283900.0,726.0,311.0,1768.0,0.0,203.0,0.0,6.0,80.0,220.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.15,2557.403072,989.2263184000001,1271.0119630000002,10.91423225,128.9863892,0.0,135.4356995,1682.280029,52796.99833,138000.0028,521.4026489 +24033800410,"Census Tract 8004.10, Prince George's County, Maryland",7011,3990.0,126922.0,370900.0,1925.0,1800.0,4238.0,0.0,294.0,0.0,22.0,251.0,406.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.10,5064.946943999999,1995.480225,2392.506592,18.51700974,473.2730103,0.0,164.4746246,2958.909424,82703.00092,211899.9943,1420.908203 +24033800411,"Census Tract 8004.11, Prince George's County, Maryland",3892,2798.0,110139.0,440600.0,1529.0,859.0,2147.0,0.0,483.0,18.0,0.0,53.0,332.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.11,4235.053334,1668.5198970000001,2000.49353,15.48299026,395.72702030000005,0.0,137.5253906,2474.09082,82702.99637000001,211899.9945,1188.091797 +24033806714,"Census Tract 8067.14, Prince George's County, Maryland",4024,2508.0,61169.0,,551.0,255.0,1694.0,0.0,96.0,0.0,46.0,131.0,1802.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8067.14,3199.608406,394.7987976,2051.9604489999997,9.435442924,339.1793518,0.0,372.4516907,1683.481689,36257.00148,89599.99749,558.6775512999999 +24033807409,"Census Tract 8074.09, Prince George's County, Maryland",4340,2830.0,73125.0,290600.0,867.0,446.0,1493.0,0.0,507.0,0.0,114.0,48.0,1732.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8074.09,4005.925221,991.7700458999999,1991.366286,11.24346643,512.8125878999999,0.000400741,460.5417415,2540.969541,49733.39748,121039.4073,843.8792421 +24033807410,"Census Tract 8074.10, Prince George's County, Maryland",4317,2718.0,64444.0,167400.0,858.0,321.0,2444.0,11.0,276.0,26.0,20.0,155.0,1064.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8074.10,3126.9999390000003,773.5279541,1554.9490970000002,8.770158768,400.35772710000003,0.0,359.57647710000003,1983.371338,49726.99882,121000.00300000001,658.638916 +24033800212,"Census Tract 8002.12, Prince George's County, Maryland",4617,3388.0,88194.0,369800.0,1744.0,905.0,2319.0,0.0,1030.0,0.0,0.0,61.0,302.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.12,1257.4556710000002,559.395951,505.58090939999994,7.219478606,120.56323300000001,0.267319307,54.00592848,930.9525832999999,61326.43384,127106.0481,422.40277360000005 +24033800214,"Census Tract 8002.14, Prince George's County, Maryland",2453,1818.0,62796.0,201300.0,553.0,570.0,1401.0,0.0,73.0,0.0,0.0,0.0,409.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.14,2597.5970820000002,1004.773743,1290.988159,11.0857687,131.01362609999998,0.0,137.5643005,1708.719971,52796.998889999995,138000.0054,529.5974121 +24033800513,"Census Tract 8005.13, Prince George's County, Maryland",5530,3848.0,111480.0,325700.0,2108.0,2078.0,2266.0,0.0,377.0,0.0,20.0,363.0,426.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.13,5488.000144,3719.779053,1293.593384,27.91928101,271.7476807,0.0,157.27862549999998,3640.6743159999996,80039.99992,165200.0042,1509.502441 +24033801310,"Census Tract 8013.10, Prince George's County, Maryland",6345,4391.0,114087.0,366200.0,1721.0,872.0,4888.0,0.0,444.0,0.0,0.0,89.0,52.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.10,4459.0000310000005,1259.731934,2836.813232,18.79395485,234.65594480000004,0.536970139,100.950386,2864.735596,80682.99815,171300.0068,745.3145752 +24033800704,"Census Tract 8007.04, Prince George's County, Maryland",5066,3313.0,89188.0,240100.0,1470.0,400.0,4310.0,8.0,180.0,0.0,0.0,73.0,95.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8007.04,4657.99991,1780.2672120000002,2640.442871,23.13576126,90.17014313,0.0,110.3397827,3021.293213,73042.00082999999,156399.9968,1055.34668 +24033802106,"Census Tract 8021.06, Prince George's County, Maryland",3856,2389.0,47768.0,237500.0,355.0,0.0,3516.0,0.0,23.0,0.0,0.0,33.0,284.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8021.06,4940.390852,67.30469513,4732.820801,23.18901253,27.71369743,0.0,82.00992584,2544.5698239999997,38247.000739999996,125000.0036,312.20327760000004 +24033800409,"Census Tract 8004.09, Prince George's County, Maryland",6125,4354.0,137339.0,369400.0,2592.0,1612.0,3028.0,0.0,630.0,0.0,0.0,337.0,518.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.09,6327.0,3470.0,2185.0,28.0,469.0,0.0,152.0,4041.0,90335.0,196000.0,1896.0 +24033800211,"Census Tract 8002.11, Prince George's County, Maryland",3207,2153.0,49719.0,303400.0,744.0,540.0,1925.0,0.0,275.0,0.0,0.0,125.0,342.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.11,2881.0,1150.0,1385.0,10.0,194.0,0.0,116.0,2004.0,42391.0,169800.0,732.0 +24033803608,"Census Tract 8036.08, Prince George's County, Maryland",6197,3804.0,74036.0,259800.0,1072.0,474.0,3561.0,0.0,224.0,0.0,7.0,87.0,1844.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.08,5475.0,805.0,4168.0,16.0,154.0,0.0,329.0,3495.0,63059.0,143500.0,829.0 +24033803613,"Census Tract 8036.13, Prince George's County, Maryland",5644,3501.0,57645.0,110800.0,703.0,206.0,4166.0,16.0,89.0,0.0,0.0,109.0,1074.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.13,5137.0,565.0,3886.0,11.0,214.0,1.0,430.0,3284.0,43663.0,111900.0,736.0 +24033800605,"Census Tract 8006.05, Prince George's County, Maryland",5260,3377.0,104313.0,281700.0,1030.0,535.0,4387.0,8.0,23.0,0.0,12.0,115.0,180.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8006.05,4543.440165999999,942.8838501,3464.5729979999996,9.998767853,47.99408722,0.0,73.99088287,2911.6411129999997,73014.99741,164299.9968,831.897522 +24033801309,"Census Tract 8013.09, Prince George's County, Maryland",3425,2612.0,139702.0,374800.0,1329.0,700.0,2299.0,1.0,197.0,0.0,24.0,108.0,96.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.09,3239.0,1186.0,1823.0,6.0,138.0,0.0,74.0,2337.0,99246.0,217500.0,1422.0 +24033801405,"Census Tract 8014.05, Prince George's County, Maryland",4691,3307.0,67359.0,218200.0,803.0,417.0,2355.0,0.0,519.0,0.0,0.0,50.0,1350.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.05,4046.0,753.0,2649.0,17.0,504.0,2.0,108.0,2597.0,47250.0,122000.0,469.0 +24033801406,"Census Tract 8014.06, Prince George's County, Maryland",2666,1953.0,80357.0,213200.0,595.0,89.0,2367.0,0.0,102.0,0.0,6.0,29.0,73.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.06,3140.0,208.0,2765.0,23.0,101.0,0.0,40.0,2085.0,56411.0,114600.0,607.0 +24033802002,"Census Tract 8020.02, Prince George's County, Maryland",4024,2638.0,74125.0,205900.0,557.0,57.0,3652.0,0.0,0.0,0.0,0.0,24.0,291.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8020.02,3936.0,184.0,3488.0,10.0,52.0,0.0,194.0,2380.0,52052.0,132700.0,373.0 +24033802406,"Census Tract 8024.06, Prince George's County, Maryland",2214,1523.0,54963.0,220700.0,222.0,85.0,1981.0,0.0,15.0,0.0,0.0,27.0,106.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8024.06,2435.0,98.0,2273.0,9.0,19.0,0.0,32.0,1374.0,44787.0,141400.0,153.0 +24033803606,"Census Tract 8036.06, Prince George's County, Maryland",5363,3487.0,72806.0,274200.0,866.0,636.0,2898.0,8.0,330.0,0.0,0.0,92.0,1399.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.06,4930.0,1812.0,2466.0,19.0,358.0,0.0,249.0,3175.0,67008.0,146500.0,968.0 +24033803900,"Census Tract 8039, Prince George's County, Maryland",3831,2411.0,67083.0,224800.0,221.0,171.0,892.0,8.0,40.0,0.0,0.0,23.0,2705.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8039,3922.0,617.0,1784.0,7.0,125.0,0.0,1366.0,2168.0,44427.0,118300.0,255.0 +24033804002,"Census Tract 8040.02, Prince George's County, Maryland",4300,2573.0,62215.0,214000.0,303.0,294.0,1222.0,0.0,89.0,0.0,0.0,0.0,2695.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8040.02,3808.0,792.0,2058.0,23.0,155.0,0.0,769.0,2353.0,42463.0,117500.0,243.0 +24033805904,"Census Tract 8059.04, Prince George's County, Maryland",3310,2351.0,74107.0,283400.0,698.0,645.0,907.0,0.0,206.0,0.0,12.0,12.0,1528.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8059.04,3069.0,864.0,1166.0,9.0,289.0,1.0,717.0,2129.0,60495.0,159400.0,611.0 +24033806200,"Census Tract 8062, Prince George's County, Maryland",3931,2788.0,74821.0,311900.0,1330.0,1564.0,1340.0,11.0,92.0,0.0,0.0,217.0,718.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8062,3905.0,1753.0,1446.0,26.0,170.0,0.0,491.0,2611.0,45348.0,131600.0,861.0 +24033806300,"Census Tract 8063, Prince George's County, Maryland",2513,1648.0,78258.0,282800.0,614.0,510.0,664.0,64.0,39.0,0.0,49.0,33.0,1154.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8063,1903.7044420000002,665.1636153,769.2769459,19.00182301,58.02612984,0.000151918,379.2347128,1151.393771,44139.946039999995,123800.9754,205.066388 +24033800103,"Census Tract 8001.03, Prince George's County, Maryland",2288,1613.0,54056.0,275600.0,500.0,723.0,862.0,6.0,164.0,0.0,0.0,98.0,435.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8001.03,1898.0,973.0,585.0,15.0,139.0,1.0,182.0,1300.0,35979.0,138000.0,337.0 +24033807408,"Census Tract 8074.08, Prince George's County, Maryland",5955,4449.0,86833.0,269500.0,2533.0,2333.0,2033.0,65.0,1140.0,0.0,20.0,161.0,203.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8074.08,5382.00008,3250.7919920000004,1387.484375,31.988113399999996,456.8302307,0.999628544,221.9175415,3875.559814,55219.99987000001,130200.0033,1682.374878 +24033800105,"Census Tract 8001.05, Prince George's County, Maryland",3886,2594.0,84022.0,225000.0,1205.0,973.0,1972.0,0.0,233.0,0.0,0.0,86.0,622.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8001.05,3107.1436940000003,1609.085234,1211.4181720000001,15.98157564,143.81189740000002,1.997249007,121.8518233,2172.315243,59148.51323,116102.0844,661.1766690000001 +24033800206,"Census Tract 8002.06, Prince George's County, Maryland",4095,2769.0,77500.0,313000.0,1129.0,734.0,2604.0,0.0,219.0,0.0,7.0,94.0,437.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.06,3797.0,1155.0,2297.0,17.0,203.0,1.0,120.0,2451.0,57578.0,159100.0,1152.0 +24033800210,"Census Tract 8002.10, Prince George's County, Maryland",2665,1884.0,59681.0,365000.0,700.0,278.0,1875.0,0.0,251.0,0.0,9.0,11.0,241.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.10,2919.0,770.0,1797.0,15.0,154.0,0.0,166.0,1751.0,44522.0,163600.0,622.0 +24033800504,"Census Tract 8005.04, Prince George's County, Maryland",4836,3497.0,115139.0,303700.0,1845.0,2663.0,1187.0,0.0,330.0,0.0,8.0,94.0,554.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.04,4763.0,4017.0,450.0,25.0,134.0,0.0,118.0,3370.0,73798.0,156400.0,1486.0 +24033805202,"Census Tract 8052.02, Prince George's County, Maryland",3840,2672.0,55824.0,257000.0,638.0,94.0,2768.0,0.0,38.0,0.0,0.0,7.0,933.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8052.02,3672.9609240000004,227.44027709999997,2965.701416,18.95335579,46.88461685,0.997545063,382.0597534,2317.2971190000003,38447.0017,137499.999,505.75534060000007 +24033802301,"Census Tract 8023.01, Prince George's County, Maryland",3936,2855.0,69152.0,198600.0,414.0,77.0,3231.0,0.0,36.0,5.0,0.0,123.0,464.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8023.01,3728.102046,481.8839416999999,3143.24292,13.99662876,52.98723602,0.0,28.9930172,2359.431641,62642.000770000006,123700.0034,271.93450930000006 +24033801707,"Census Tract 8017.07, Prince George's County, Maryland",7039,4810.0,52381.0,204600.0,409.0,139.0,4399.0,0.0,133.0,0.0,0.0,20.0,2348.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8017.07,6323.470311,206.91722109999998,5910.635254,7.9968009,99.96001434,1.999200225,91.96321106,3570.571533,42639.00024,127600.004,308.8764343 +24033801708,"Census Tract 8017.08, Prince George's County, Maryland",3380,2211.0,54468.0,235800.0,196.0,64.0,2888.0,0.0,41.0,0.0,0.0,251.0,136.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8017.08,3748.529872,256.0827827,3362.3647060000003,5.003199331999999,64.03999165,1.0007998329999999,57.03679232,2241.4285019999998,41523.67092,143690.436,374.1235742 +24033801905,"Census Tract 8019.05, Prince George's County, Maryland",5355,3708.0,93388.0,233400.0,1281.0,609.0,4247.0,0.0,208.0,0.0,0.0,140.0,151.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8019.05,3425.0,618.0,2625.0,16.0,113.0,0.0,49.0,2358.0,63170.0,149800.0,459.0 +24033802204,"Census Tract 8022.04, Prince George's County, Maryland",6259,4409.0,84450.0,237300.0,1133.0,281.0,5695.0,51.0,45.0,0.0,0.0,0.0,187.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8022.04,5524.189605,350.02450780000004,5078.15986,16.00071185,30.00269484,0.0,49.00147454,3727.119997,66711.86285,136099.5873,778.0138301 +24033802404,"Census Tract 8024.04, Prince George's County, Maryland",3933,2367.0,43350.0,195600.0,226.0,73.0,3532.0,6.0,0.0,0.0,0.0,57.0,265.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8024.04,4524.708323,92.0915558,4345.597202,13.002659300000001,14.01006734,0.0,38.00550854,2442.448282,37641.30541,103409.0091,180.05166630000002 +24033802901,"Census Tract 8029.01, Prince George's County, Maryland",4221,2516.0,47260.0,170800.0,219.0,146.0,3135.0,108.0,0.0,0.0,0.0,20.0,920.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8029.01,4250.0,89.0,4111.0,5.0,15.0,0.0,29.0,2593.0,41985.0,102000.0,238.0 +24033803300,"Census Tract 8033, Prince George's County, Maryland",4438,2898.0,54989.0,193600.0,280.0,34.0,3160.0,3.0,55.0,0.0,125.0,0.0,1064.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8033,4619.0,120.0,4400.0,6.0,17.0,0.0,69.0,2763.0,42872.0,98700.0,198.0 +24033803516,"Census Tract 8035.16, Prince George's County, Maryland",4862,3362.0,126509.0,273400.0,1567.0,399.0,4018.0,0.0,171.0,0.0,6.0,183.0,85.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.16,3255.0,596.0,2284.0,10.0,228.0,0.0,116.0,2006.0,67344.0,152500.0,865.0 +24033803519,"Census Tract 8035.19, Prince George's County, Maryland",5656,3952.0,91389.0,281600.0,1603.0,168.0,5116.0,0.0,50.0,0.0,15.0,42.0,265.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.19,4866.0,848.0,3703.0,26.0,112.0,0.0,165.0,2713.0,49821.0,126400.0,367.0 +24033803601,"Census Tract 8036.01, Prince George's County, Maryland",3915,2682.0,89286.0,289700.0,748.0,48.0,3363.0,0.0,231.0,0.0,0.0,103.0,170.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.01,3497.0,62.0,3307.0,16.0,49.0,0.0,51.0,2269.0,72321.0,160000.0,753.0 +24033804300,"Census Tract 8043, Prince George's County, Maryland",3502,2378.0,46773.0,221000.0,292.0,133.0,2419.0,0.0,224.0,0.0,12.0,0.0,714.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8043,3475.0,227.0,2782.0,7.0,35.0,0.0,414.0,2078.0,35985.0,102300.0,214.0 +24033805101,"Census Tract 8051.01, Prince George's County, Maryland",4128,2480.0,51250.0,263300.0,300.0,202.0,772.0,0.0,130.0,0.0,24.0,177.0,2823.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8051.01,3389.0,343.0,1686.0,12.0,164.0,1.0,1163.0,2147.0,37094.0,118500.0,299.0 +24033801802,"Census Tract 8018.02, Prince George's County, Maryland",3618,2455.0,47457.0,168200.0,272.0,8.0,3337.0,0.0,48.0,0.0,58.0,23.0,144.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8018.02,4133.0,227.0,3825.0,4.0,20.0,0.0,55.0,2614.0,44727.0,102300.0,361.0 +24033801807,"Census Tract 8018.07, Prince George's County, Maryland",4776,3397.0,65460.0,234900.0,767.0,25.0,4591.0,0.0,0.0,0.0,0.0,20.0,140.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8018.07,4717.0,88.0,4556.0,5.0,13.0,0.0,51.0,3114.0,43854.0,125000.0,514.0 +24033802104,"Census Tract 8021.04, Prince George's County, Maryland",1885,1360.0,67414.0,142200.0,192.0,49.0,1585.0,0.0,4.0,0.0,0.0,22.0,225.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8021.04,2095.0,242.0,1780.0,6.0,23.0,0.0,40.0,1426.0,44779.0,102000.0,251.0 +24033800601,"Census Tract 8006.01, Prince George's County, Maryland",1891,1378.0,76587.0,235200.0,321.0,170.0,1473.0,0.0,4.0,0.0,0.0,76.0,168.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8006.01,2111.559745,272.11616180000004,1767.42683,16.00123183,13.00591279,1.0,42.00911556,1404.35871,69792.72514,135106.3323,259.1024884 +24033801706,"Census Tract 8017.06, Prince George's County, Maryland",1597,1107.0,69821.0,187500.0,198.0,62.0,1314.0,0.0,0.0,24.0,16.0,30.0,151.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8017.06,1938.0,157.0,1728.0,8.0,19.0,0.0,26.0,1200.0,48477.0,125100.0,129.0 +24033801307,"Census Tract 8013.07, Prince George's County, Maryland",3812,2976.0,111786.0,415900.0,1390.0,340.0,2757.0,0.0,487.0,0.0,0.0,58.0,170.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.07,3431.0,514.0,2468.0,18.0,328.0,0.0,89.0,2348.0,98698.0,222700.0,893.0 +24033801600,"Census Tract 8016, Prince George's County, Maryland",2478,1504.0,42338.0,154500.0,161.0,72.0,2100.0,73.0,0.0,23.0,0.0,38.0,172.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8016,2961.0,37.0,2848.0,0.0,21.0,1.0,54.0,1769.0,38438.0,89700.0,185.0 +24033801704,"Census Tract 8017.04, Prince George's County, Maryland",5885,3956.0,50063.0,231100.0,689.0,330.0,5245.0,0.0,0.0,0.0,41.0,33.0,236.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8017.04,4948.0,120.0,4722.0,18.0,20.0,0.0,66.0,3019.0,35976.0,138300.0,508.0 +24033801906,"Census Tract 8019.06, Prince George's County, Maryland",1761,1150.0,56806.0,184700.0,122.0,334.0,1045.0,0.0,9.0,0.0,0.0,69.0,304.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8019.06,2379.0,607.0,1651.0,25.0,44.0,1.0,47.0,1475.0,49071.0,111500.0,150.0 +24033801801,"Census Tract 8018.01, Prince George's County, Maryland",1978,1337.0,45425.0,211400.0,173.0,51.0,1722.0,23.0,0.0,0.0,4.0,27.0,151.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8018.01,2099.0,99.0,1935.0,6.0,22.0,0.0,34.0,1280.0,42031.0,121800.0,146.0 +24033801804,"Census Tract 8018.04, Prince George's County, Maryland",2145,1682.0,80476.0,215600.0,285.0,58.0,1875.0,0.0,0.0,0.0,11.0,23.0,178.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8018.04,2122.0,124.0,1952.0,2.0,7.0,0.0,30.0,1459.0,67120.0,138300.0,351.0 +24033801808,"Census Tract 8018.08, Prince George's County, Maryland",3964,2485.0,58839.0,239000.0,527.0,82.0,3339.0,0.0,0.0,0.0,0.0,116.0,427.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8018.08,3686.0,196.0,3436.0,9.0,6.0,0.0,33.0,2361.0,46221.0,144600.0,414.0 +24033802001,"Census Tract 8020.01, Prince George's County, Maryland",6310,3939.0,63185.0,203800.0,456.0,185.0,5279.0,80.0,86.0,0.0,17.0,51.0,692.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8020.01,5595.0,220.0,5200.0,15.0,34.0,0.0,121.0,3134.0,41145.0,129300.0,431.0 +24033802501,"Census Tract 8025.01, Prince George's County, Maryland",2731,1920.0,56167.0,180700.0,395.0,66.0,2568.0,0.0,0.0,0.0,0.0,70.0,27.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8025.01,3535.9999869999997,110.84326170000001,3360.248535,15.97740746,11.98305511,0.0,35.94916534,2235.838379,40346.000289999996,125100.0013,206.70770259999998 +24033802803,"Census Tract 8028.03, Prince George's County, Maryland",5721,3750.0,62095.0,217100.0,844.0,114.0,5412.0,94.0,11.0,0.0,20.0,22.0,82.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8028.03,4823.0,129.0,4630.0,12.0,11.0,0.0,36.0,2802.0,45944.0,107100.0,471.0 +24033803002,"Census Tract 8030.02, Prince George's County, Maryland",2556,1890.0,65461.0,185200.0,251.0,26.0,2384.0,0.0,13.0,0.0,0.0,61.0,72.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8030.02,2947.0,22.0,2884.0,7.0,7.0,0.0,19.0,1903.0,48472.0,106700.0,218.0 +24033803200,"Census Tract 8032, Prince George's County, Maryland",2736,1839.0,52675.0,161700.0,211.0,0.0,2405.0,0.0,34.0,30.0,0.0,0.0,267.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8032,3051.0,52.0,2932.0,9.0,6.0,0.0,46.0,1657.0,31267.0,94700.0,167.0 +24033803509,"Census Tract 8035.09, Prince George's County, Maryland",3013,1719.0,44516.0,124000.0,394.0,7.0,2188.0,35.0,85.0,0.0,0.0,12.0,686.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.09,3053.0,39.0,2870.0,5.0,18.0,0.0,106.0,1522.0,29187.0,119700.0,60.0 +24033803514,"Census Tract 8035.14, Prince George's County, Maryland",4237,2920.0,79506.0,248400.0,1400.0,61.0,4052.0,0.0,0.0,0.0,80.0,44.0,0.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.14,2752.933485,50.55515814,2606.783681,17.02322838,20.33216575,0.004645675,49.2299609,1898.973084,60682.568329999995,154752.7427,934.2891011 +24033804700,"Census Tract 8047, Prince George's County, Maryland",3368,2304.0,74783.0,292800.0,911.0,1171.0,1010.0,0.0,32.0,0.0,61.0,86.0,1008.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8047,3825.0,1052.0,1798.0,21.0,158.0,0.0,771.0,2412.0,45000.0,111800.0,496.0 +24033806000,"Census Tract 8060, Prince George's County, Maryland",5090,3228.0,71576.0,226500.0,541.0,611.0,1312.0,54.0,139.0,0.0,80.0,71.0,2877.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8060,4098.0,926.0,2007.0,22.0,195.0,0.0,929.0,2645.0,48014.0,112700.0,514.0 +24033800203,"Census Tract 8002.03, Prince George's County, Maryland",4462,3253.0,118920.0,360100.0,1550.0,2590.0,722.0,1.0,342.0,0.0,20.0,197.0,590.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.03,4083.0,3355.0,392.0,6.0,171.0,0.0,140.0,2894.0,83663.0,177200.0,1052.0 +24033800209,"Census Tract 8002.09, Prince George's County, Maryland",4302,2660.0,51176.0,223300.0,551.0,260.0,2135.0,79.0,420.0,0.0,8.0,49.0,1351.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.09,4472.0,950.0,2839.0,21.0,280.0,0.0,372.0,2641.0,40513.0,123300.0,526.0 +24033800511,"Census Tract 8005.11, Prince George's County, Maryland",5176,3515.0,96635.0,267200.0,1405.0,1474.0,3035.0,0.0,138.0,0.0,85.0,243.0,201.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.11,5310.0,2967.0,2031.0,32.0,111.0,0.0,148.0,3553.0,74884.0,148900.0,1252.0 +24033800900,"Census Tract 8009, Prince George's County, Maryland",1500,1156.0,65400.0,328800.0,231.0,754.0,620.0,11.0,6.0,0.0,0.0,108.0,1.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8009,1628.0,960.0,612.0,18.0,3.0,0.0,30.0,1101.0,63365.0,151900.0,172.0 +24033801302,"Census Tract 8013.02, Prince George's County, Maryland",2853,2098.0,123822.0,324200.0,1029.0,964.0,1245.0,87.0,117.0,0.0,0.0,321.0,119.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.02,2513.0,1555.0,789.0,30.0,89.0,3.0,45.0,1830.0,74609.0,165500.0,651.0 +24033801308,"Census Tract 8013.08, Prince George's County, Maryland",3930,2909.0,114167.0,296700.0,1273.0,168.0,3199.0,0.0,294.0,0.0,0.0,40.0,229.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.08,3712.0,352.0,2888.0,17.0,397.0,0.0,51.0,2474.0,89520.0,170800.0,771.0 +24033801500,"Census Tract 8015, Prince George's County, Maryland",2650,1735.0,77667.0,202300.0,299.0,39.0,2000.0,11.0,55.0,0.0,0.0,29.0,516.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8015,2620.0,322.0,2117.0,3.0,97.0,0.0,76.0,1719.0,58257.0,114600.0,255.0 +24033801901,"Census Tract 8019.01, Prince George's County, Maryland",4700,3392.0,83333.0,258100.0,1045.0,325.0,3764.0,0.0,23.0,0.0,0.0,93.0,495.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8019.01,4706.0,1053.0,3446.0,22.0,97.0,0.0,77.0,3316.0,74158.0,159400.0,938.0 +24033802103,"Census Tract 8021.03, Prince George's County, Maryland",3319,2435.0,85563.0,190800.0,535.0,257.0,2539.0,0.0,78.0,0.0,0.0,42.0,403.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8021.03,2970.0,454.0,2405.0,8.0,41.0,1.0,54.0,1890.0,59967.0,131000.0,277.0 +24033802805,"Census Tract 8028.05, Prince George's County, Maryland",4302,2995.0,67667.0,222300.0,730.0,60.0,3868.0,8.0,0.0,0.0,7.0,83.0,276.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8028.05,4801.0,70.0,4686.0,9.0,11.0,0.0,24.0,3011.0,49068.0,125300.0,363.0 +24033803513,"Census Tract 8035.13, Prince George's County, Maryland",4818,3347.0,72244.0,219500.0,1330.0,57.0,4466.0,16.0,114.0,0.0,19.0,93.0,53.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.13,4262.0,111.0,4053.0,8.0,36.0,0.0,52.0,2849.0,57941.0,109800.0,886.0 +24033803607,"Census Tract 8036.07, Prince George's County, Maryland",3552,2404.0,85714.0,282400.0,591.0,390.0,2234.0,0.0,78.0,0.0,0.0,25.0,825.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8036.07,2994.0,704.0,2094.0,13.0,64.0,0.0,115.0,1982.0,76988.0,161400.0,648.0 +24033803803,"Census Tract 8038.03, Prince George's County, Maryland",6225,4045.0,65917.0,208900.0,484.0,224.0,3225.0,276.0,175.0,0.0,0.0,89.0,2236.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8038.03,5236.887418,753.2650886,3803.2867579999997,31.96877626,112.8897636,3.996088266,511.5005666999999,3159.915478,50444.0263,115300.0178,505.50615199999993 +24033804200,"Census Tract 8042, Prince George's County, Maryland",3142,2345.0,117665.0,326800.0,1304.0,1416.0,1166.0,0.0,57.0,0.0,6.0,116.0,381.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8042,3093.0,1568.0,1272.0,9.0,84.0,0.0,157.0,2113.0,74474.0,143200.0,1001.0 +24033804900,"Census Tract 8049, Prince George's County, Maryland",3877,2886.0,69190.0,275100.0,749.0,307.0,2672.0,0.0,54.0,38.0,23.0,31.0,752.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8049,3848.0,260.0,3141.0,15.0,64.0,0.0,344.0,2637.0,37460.0,146700.0,481.0 +24033807304,"Census Tract 8073.04, Prince George's County, Maryland",2094,1494.0,94191.0,322600.0,470.0,416.0,439.0,9.0,108.0,0.0,20.0,23.0,1084.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8073.04,1723.0792789999998,736.8473216,569.9364873,11.02167063,135.47198630000003,1.0004334129999999,251.7727746,1148.604376,71418.89824,163325.3427,345.99598210000005 +24033807305,"Census Tract 8073.05, Prince George's County, Maryland",3539,2228.0,97500.0,335100.0,836.0,312.0,1382.0,0.0,212.0,0.0,19.0,64.0,1550.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8073.05,3550.987182,756.8086078,1440.954959,5.115838826,451.39307740000004,0.007379415,872.8235569,2228.978884,69469.14538999999,181609.9782,920.5800638000001 +24033800208,"Census Tract 8002.08, Prince George's County, Maryland",8059,5423.0,96628.0,334500.0,3076.0,1520.0,4967.0,19.0,659.0,0.0,0.0,120.0,793.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8002.08,6120.0,3000.0,2499.0,13.0,376.0,1.0,196.0,4062.0,76607.0,184200.0,1897.0 +24033800402,"Census Tract 8004.02, Prince George's County, Maryland",4730,3475.0,105000.0,290600.0,1679.0,2840.0,959.0,0.0,202.0,0.0,31.0,146.0,552.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8004.02,5161.0,4379.0,463.0,28.0,136.0,0.0,137.0,3599.0,74174.0,148600.0,1379.0 +24033800800,"Census Tract 8008, Prince George's County, Maryland",3550,2776.0,116919.0,416700.0,939.0,1612.0,1164.0,0.0,37.0,0.0,0.0,218.0,519.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8008,3309.0,2350.0,819.0,42.0,53.0,0.0,37.0,2294.0,76255.0,222200.0,581.0 +24033801207,"Census Tract 8012.07, Prince George's County, Maryland",4308,3145.0,110685.0,282100.0,831.0,564.0,3284.0,0.0,133.0,6.0,0.0,118.0,203.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.07,4465.0,1135.0,3094.0,23.0,134.0,0.0,71.0,2936.0,72684.0,163800.0,636.0 +24033801702,"Census Tract 8017.02, Prince George's County, Maryland",4040,2744.0,70797.0,248300.0,729.0,37.0,3512.0,0.0,19.0,0.0,0.0,29.0,443.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8017.02,3394.0,240.0,3012.0,9.0,33.0,0.0,92.0,2067.0,42127.0,136700.0,284.0 +24033807301,"Census Tract 8073.01, Prince George's County, Maryland",3437,2359.0,60943.0,332000.0,1334.0,964.0,1060.0,0.0,906.0,0.0,8.0,30.0,469.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8073.01,3110.410578,1765.826063,568.3365802,13.00598968,603.4238245,4.37369e-05,124.79545870000001,1978.156316,45329.90134,181098.8203,1108.8895380000001 +24033803100,"Census Tract 8031, Prince George's County, Maryland",2783,1781.0,53800.0,189900.0,244.0,29.0,2300.0,0.0,11.0,0.0,0.0,22.0,421.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8031,2567.0,42.0,2462.0,11.0,3.0,0.0,45.0,1689.0,41284.0,105000.0,146.0 +24033806601,"Census Tract 8066.01, Prince George's County, Maryland",4284,2521.0,47939.0,201200.0,286.0,260.0,864.0,130.0,0.0,0.0,0.0,4.0,3156.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8066.01,4299.126343999999,618.7373642000001,1957.723005,23.03129397,115.1105068,0.003911747,1568.5007039999998,2409.093214,41800.70308,102920.5346,323.4948359 +24033800102,"Census Tract 8001.02, Prince George's County, Maryland",2633,2042.0,56806.0,282200.0,832.0,1280.0,1064.0,10.0,78.0,0.0,0.0,34.0,177.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8001.02,2717.85636,1934.9148030000001,557.5818875,23.01842429,64.18810214,0.0027510240000000004,126.1481821,1972.6848539999999,37123.92052,141433.8257,560.8233088 +24033800509,"Census Tract 8005.09, Prince George's County, Maryland",10290,7600.0,104403.0,338800.0,3655.0,476.0,9218.0,12.0,271.0,0.0,0.0,141.0,172.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8005.09,6196.0,412.0,5638.0,8.0,54.0,0.0,77.0,4038.0,92078.0,173900.0,1691.0 +24033801701,"Census Tract 8017.01, Prince George's County, Maryland",4495,2833.0,65547.0,247300.0,592.0,202.0,3966.0,70.0,68.0,0.0,12.0,18.0,159.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8017.01,4533.0,440.0,3757.0,11.0,69.0,8.0,243.0,2719.0,49493.0,139800.0,521.0 +24033804600,"Census Tract 8046, Prince George's County, Maryland",3157,2065.0,78798.0,253200.0,530.0,422.0,1009.0,2.0,139.0,0.0,3.0,23.0,1561.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8046,2862.0,654.0,1527.0,36.0,69.0,0.0,562.0,1801.0,46650.0,111400.0,234.0 +24033803508,"Census Tract 8035.08, Prince George's County, Maryland",4052,2574.0,83831.0,240900.0,540.0,76.0,3495.0,0.0,12.0,0.0,0.0,46.0,423.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.08,5051.0,44.0,4799.0,24.0,59.0,8.0,122.0,2542.0,35927.0,136200.0,301.0 +24033805201,"Census Tract 8052.01, Prince George's County, Maryland",5030,3250.0,51172.0,263100.0,364.0,8.0,2029.0,34.0,30.0,0.0,0.0,32.0,2897.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8052.01,3890.0,141.0,2490.0,8.0,38.0,0.0,1212.0,2451.0,41190.0,137600.0,417.0 +24033805802,"Census Tract 8058.02, Prince George's County, Maryland",4168,2724.0,66473.0,241200.0,342.0,107.0,939.0,0.0,159.0,0.0,0.0,5.0,2958.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8058.02,3678.999999,338.25470160000003,1667.950249,22.55986667,208.49131200000002,0.0,1427.950729,2249.81147,54538.42362,139862.7068,444.6077118 +24033801404,"Census Tract 8014.04, Prince George's County, Maryland",4788,3610.0,80349.0,318100.0,1448.0,740.0,2644.0,0.0,571.0,0.0,8.0,252.0,573.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.04,4635.0,749.0,3165.0,17.0,577.0,1.0,106.0,3198.0,55650.0,149900.0,882.0 +24033802502,"Census Tract 8025.02, Prince George's County, Maryland",2593,1750.0,63704.0,184700.0,323.0,69.0,2269.0,0.0,11.0,0.0,0.0,32.0,212.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8025.02,3020.0,88.15673539,2854.751483,11.02259249,5.016944367,0.0,55.0508331,1750.1615359999998,36625.73577,115010.3182,159.29229030000002 +24033802407,"Census Tract 8024.07, Prince George's County, Maryland",3399,2455.0,51712.0,221300.0,430.0,142.0,2930.0,0.0,84.0,0.0,0.0,111.0,132.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8024.07,3381.200065,161.1745758,3118.93042,4.62149334,34.08351517,1.155373335,52.56948853,2218.894531,36343.99962,128200.0043,336.21365360000004 +24033801003,"Census Tract 8010.03, Prince George's County, Maryland",5533,3715.0,107917.0,324000.0,1023.0,1055.0,3481.0,162.0,76.0,0.0,13.0,157.0,589.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8010.03,2102.9999399999997,1137.818857,862.208708,28.252753000000002,27.17015332,0.000361272,42.22344428,1386.5112470000001,59085.78008,147933.3289,223.14809730000002 +24033801408,"Census Tract 8014.08, Prince George's County, Maryland",3264,2256.0,61573.0,210900.0,473.0,147.0,2445.0,12.0,53.0,0.0,0.0,473.0,134.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8014.08,3317.999937,377.07055660000003,2760.39917,12.69783688,112.6242905,0.0,46.92678833,2225.433838,56094.001939999995,140799.9957,426.7577209 +24033805906,"Census Tract 8059.06, Prince George's County, Maryland",3318,2161.0,55781.0,75000.0,571.0,176.0,1151.0,0.0,168.0,0.0,10.0,17.0,1796.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8059.06,3325.3883730000002,280.8605042,1680.567139,16.85163116,177.1974487,0.0,1144.889526,2061.005371,39945.000830000004,56700.00082000001,574.9980469 +24033801312,"Census Tract 8013.12, Prince George's County, Maryland",4147,3214.0,89036.0,270900.0,896.0,326.0,2448.0,0.0,126.0,0.0,22.0,97.0,1128.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8013.12,3368.6712020000004,650.8922119,2331.791016,14.80502129,282.8816528,0.0,75.08261108,2226.040771,77301.99634,160700.0034,775.6773682 +24033801212,"Census Tract 8012.12, Prince George's County, Maryland",3430,2528.0,101029.0,286600.0,540.0,348.0,2847.0,0.0,9.0,0.0,0.0,36.0,190.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8012.12,3301.899585,635.350235,2466.182003,9.73756355,99.24822068,0.041279331,85.90383673,2146.155378,75309.2763,156993.4854,508.35399529999995 +24033800108,"Census Tract 8001.08, Prince George's County, Maryland",3450,2410.0,63195.0,233000.0,1118.0,524.0,2176.0,20.0,178.0,0.0,0.0,79.0,473.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8001.08,3185.0000010000003,1363.467285,1204.403931,12.5944643,316.2609863,3.265231371,275.678833,2082.284668,44140.000660000005,127100.0036,684.2991943 +24033804801,"Census Tract 8048.01, Prince George's County, Maryland",2535,1803.0,41455.0,,407.0,63.0,1638.0,32.0,70.0,0.0,0.0,47.0,685.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8048.01,2361.054757,130.9350586,1751.432373,4.693012714,34.72829437,0.0,426.1255798,1449.202393,30884.00107,124300.0038,263.2780151 +24033803526,"Census Tract 8035.26, Prince George's County, Maryland",3367,2457.0,84350.0,228800.0,1069.0,68.0,3249.0,0.0,3.0,0.0,0.0,36.0,11.0,Washington,Washington-Arlington-Alexandria,MD,Prince George's County,Census Tract 8035.26,3482.999887,157.74264530000002,3222.381592,8.968645096,52.22917175,0.0,30.59890747,2243.216553,69037.99962999999,143000.0059,730.6808472 +51013102902,"Census Tract 1029.02, Arlington County, Virginia",4288,3489.0,103261.0,391800.0,2684.0,2817.0,254.0,221.0,87.0,22.0,38.0,158.0,912.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1029.02,3700.0000119999995,2613.573486,325.7002258,25.05386353,249.969223,1.138811946,466.9129028,2957.494629,62534.99946,139699.9959,2172.283691 +51013980100,"Census Tract 9801, Arlington County, Virginia",14,14.0,,,14.0,14.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 9801,0.5013420789999999,0.37028774600000003,0.024697999999999998,0.00236955,0.053041462000000004,9.11365e-05,0.042560764,0.40264120700000006,61808.997279999996,147800.0009,0.30977308800000003 +51013101801,"Census Tract 1018.01, Arlington County, Virginia",3331,2851.0,152192.0,592600.0,2675.0,2438.0,44.0,20.0,529.0,0.0,0.0,135.0,165.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1018.01,422.985296,287.5436401,22.52667809,2.064945459,46.32048035,0.234652892,57.11451339999999,331.6114502,64809.998270000004,236399.9942,254.9268951 +51013103503,"Census Tract 1035.03, Arlington County, Virginia",3720,2886.0,96795.0,568400.0,2351.0,2215.0,523.0,0.0,680.0,0.0,0.0,138.0,164.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1035.03,2117.9999829999997,1327.280029,208.864151,7.269702911,413.81384280000003,1.3980197909999998,135.3283081,1763.1826170000002,56265.00016,134800.0013,1214.87915 +51013101601,"Census Tract 1016.01, Arlington County, Virginia",1473,1131.0,129306.0,869400.0,981.0,1158.0,8.0,10.0,127.0,0.0,5.0,30.0,135.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1016.01,1248.498618,922.1323242000001,61.50574875,5.9009203910000005,132.0898438,0.22695848300000002,105.9896088,1002.702576,61808.99957000001,147800.0029,771.4318847999999 +51013101603,"Census Tract 1016.03, Arlington County, Virginia",3700,3015.0,121724.0,700000.0,2711.0,2639.0,100.0,0.0,544.0,0.0,0.0,111.0,306.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1016.03,2753.0001239999997,2033.3465579999997,135.6231689,13.01181698,291.2644958,0.500454485,233.71224980000002,2211.0078129999997,61809.00176,147799.9964,1701.0448 +51013101401,"Census Tract 1014.01, Arlington County, Virginia",1515,1176.0,116164.0,440500.0,989.0,1065.0,144.0,0.0,169.0,0.0,5.0,37.0,95.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1014.01,1249.000024,953.5673676000001,44.09331226,6.657826245,150.1054468,0.545361571,80.27397537,1022.3901289999999,72798.84435,198604.6933,810.5592194 +51013101404,"Census Tract 1014.04, Arlington County, Virginia",5173,4589.0,123185.0,504000.0,4177.0,3579.0,168.0,13.0,976.0,0.0,0.0,160.0,277.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1014.04,949.9999993999999,720.7207031,34.79729843,5.180180073,120.4954987,0.45045045,56.75675583,786.9369507,71462.99624,188000.0012,640.3153076 +51013101403,"Census Tract 1014.03, Arlington County, Virginia",5766,4882.0,105898.0,425500.0,4121.0,4268.0,293.0,0.0,640.0,0.0,0.0,98.0,467.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1014.03,3919.0000189999996,2973.162598,143.54800419999998,21.36960602,497.0756226,1.858226657,234.1365662,3246.322021,71462.99735,188000.0058,2641.4692379999997 +51013103000,"Census Tract 1030, Arlington County, Virginia",3326,2663.0,139009.0,435300.0,2252.0,2941.0,164.0,0.0,49.0,0.0,0.0,69.0,103.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1030,3057.671726,2750.915039,93.01654816,12.86399078,75.20487213,0.0,110.8282318,2574.777344,74222.0025,161599.9926,2202.711182 +51013100300,"Census Tract 1003, Arlington County, Virginia",6264,3900.0,194766.0,1041400.0,3212.0,5389.0,96.0,0.0,422.0,0.0,7.0,46.0,304.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1003,5976.999832,5373.637207,138.6367188,19.52629852,252.86555479999998,0.0,174.76036069999998,3905.259521,130240.0041,449800.0092,3118.349854 +51013100500,"Census Tract 1005, Arlington County, Virginia",4633,3053.0,204886.0,906600.0,2606.0,3874.0,136.0,33.0,223.0,0.0,0.0,225.0,142.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1005,3932.999997,3509.362625,73.36327982,12.47370139,170.1344333,1.0,159.2396274,2854.74028,115998.7226,349241.4915,2233.650116 +51013100600,"Census Tract 1006, Arlington County, Virginia",3235,2433.0,133523.0,779300.0,1792.0,2371.0,155.0,10.0,193.0,0.0,0.0,86.0,430.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1006,2953.0,2278.0,135.0,9.0,260.0,1.0,239.0,2294.0,77186.0,277800.0,1532.0 +51013100900,"Census Tract 1009, Arlington County, Virginia",4330,3013.0,130125.0,870000.0,2438.0,3199.0,244.0,0.0,332.0,10.0,0.0,65.0,480.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1009,3945.0,3011.0,243.0,19.0,243.0,0.0,416.0,2899.0,72656.0,339500.0,1762.0 +51013101200,"Census Tract 1012, Arlington County, Virginia",4057,2751.0,149464.0,715900.0,1720.0,2776.0,61.0,0.0,344.0,0.0,0.0,157.0,719.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1012,3580.187292,2467.586125,103.88329509999998,16.98137047,522.299956,0.000339344,462.44235189999995,2630.2282649999997,77938.92561,255791.0705,1471.553855 +51013102600,"Census Tract 1026, Arlington County, Virginia",3959,2915.0,89609.0,636800.0,1595.0,1856.0,252.0,31.0,396.0,13.0,0.0,34.0,1377.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1026,3115.0,1262.0,368.0,6.0,419.0,0.0,1031.0,2119.0,65128.0,206300.0,768.0 +51013103100,"Census Tract 1031, Arlington County, Virginia",6554,4558.0,87702.0,490000.0,2312.0,2098.0,2349.0,0.0,360.0,10.0,14.0,211.0,1512.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1031,4788.028736,864.7610397,2654.49095,13.23230946,247.85395,0.18666585300000002,962.0027561,3267.993774,44912.207689999996,143649.4774,894.1138535 +51013103402,"Census Tract 1034.02, Arlington County, Virginia",5488,4687.0,110114.0,433500.0,4156.0,3541.0,574.0,18.0,804.0,0.0,14.0,236.0,301.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1034.02,3008.00009,2192.084961,260.65338130000004,20.97211266,322.57104489999995,1.9973440169999999,173.76893619999998,2723.378662,71209.99962999999,217200.0033,2082.231201 +51013103700,"Census Tract 1037, Arlington County, Virginia",2737,2120.0,185694.0,842000.0,1745.0,1970.0,52.0,0.0,177.0,0.0,16.0,58.0,464.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1037,2326.920567,1988.9120010000001,69.00190226,7.999690929,130.99653840000002,0.0,121.0107811,1914.9280170000002,118306.3475,360299.52,1492.9348439999999 +51013101500,"Census Tract 1015, Arlington County, Virginia",7497,5818.0,111627.0,937100.0,4756.0,5420.0,205.0,0.0,638.0,0.0,18.0,346.0,870.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1015,6013.0,4472.0,249.0,25.0,522.0,1.0,681.0,4643.0,59754.0,280700.0,3204.0 +51013102400,"Census Tract 1024, Arlington County, Virginia",3254,2561.0,98984.0,631700.0,1712.0,2007.0,591.0,0.0,152.0,12.0,0.0,96.0,396.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1024,3455.1495840000002,1838.500666,442.2742483,16.02513943,418.5639231,1.0028567529999999,709.6953338,2606.037164,59454.32342000001,214223.3615,1303.1035769999999 +51013100400,"Census Tract 1004, Arlington County, Virginia",3989,2629.0,238636.0,1034500.0,2243.0,3187.0,108.0,0.0,139.0,0.0,0.0,91.0,464.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1004,3264.0,2973.0,53.0,14.0,109.0,0.0,101.0,2400.0,131419.0,432700.0,1906.0 +51013101100,"Census Tract 1011, Arlington County, Virginia",5846,4103.0,184792.0,757800.0,3569.0,4986.0,73.0,0.0,343.0,0.0,100.0,106.0,238.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1011,4574.0,3901.0,93.0,17.0,318.0,2.0,231.0,3436.0,101673.0,249900.0,2464.0 +51013102500,"Census Tract 1025, Arlington County, Virginia",5348,4278.0,100000.0,600800.0,2901.0,3014.0,926.0,56.0,558.0,0.0,0.0,138.0,656.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1025,4236.078288000001,2221.0,664.3700223,15.66322551,462.2819335,1.0,827.3527306,3127.92794,51117.42832,198837.5647,1481.780399 +51013103200,"Census Tract 1032, Arlington County, Virginia",5896,4461.0,95370.0,377700.0,2932.0,2644.0,602.0,107.0,1306.0,8.0,164.0,60.0,1005.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1032,5276.393614,2543.4021,1006.046631,15.28946304,608.5206299,1.52894628,1032.8032230000001,3865.1762700000004,47187.99822,125099.9972,1996.8038329999997 +51013100100,"Census Tract 1001, Arlington County, Virginia",5105,3357.0,175938.0,810700.0,2633.0,3967.0,43.0,0.0,501.0,0.0,20.0,88.0,486.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1001,4232.0,3656.0,62.0,12.0,251.0,0.0,235.0,3060.0,92851.0,269500.0,2154.0 +51013100700,"Census Tract 1007, Arlington County, Virginia",6240,4452.0,143750.0,768000.0,3373.0,4495.0,97.0,0.0,649.0,0.0,0.0,224.0,775.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1007,5310.0,3592.0,301.0,27.0,406.0,0.0,941.0,3958.0,76312.0,268200.0,2394.0 +51013103800,"Census Tract 1038, Arlington County, Virginia",4704,3408.0,83116.0,521100.0,2535.0,2443.0,1080.0,0.0,446.0,0.0,0.0,36.0,699.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1038,4489.970294,794.994751,775.9948730000001,9.999934196,405.9973145,0.0,2485.983643,2697.982178,48191.99892,191299.9935,741.9951172 +51013100200,"Census Tract 1002, Arlington County, Virginia",6405,4270.0,223036.0,916000.0,3461.0,5473.0,20.0,0.0,318.0,0.0,0.0,121.0,473.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1002,5447.981815,4929.983397999999,77.9997406,31.99989319,197.9993439,0.0,191.9993591,3947.9868159999996,104632.996,329500.0007,2976.98999 +51013101000,"Census Tract 1010, Arlington County, Virginia",3389,2335.0,159650.0,777700.0,1876.0,2756.0,197.0,0.0,122.0,0.0,25.0,84.0,205.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1010,2872.0,2389.0,91.0,17.0,171.0,0.0,187.0,2120.0,85795.0,247500.0,1341.0 +51013102100,"Census Tract 1021, Arlington County, Virginia",2465,1863.0,122639.0,657400.0,1241.0,1522.0,139.0,27.0,399.0,0.0,21.0,124.0,233.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1021,2211.0,1446.0,114.0,7.0,356.0,0.0,269.0,1622.0,67167.0,233800.0,867.0 +51013102200,"Census Tract 1022, Arlington County, Virginia",8441,5453.0,40401.0,232800.0,1381.0,1058.0,2553.0,156.0,706.0,0.0,143.0,264.0,3630.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1022,7576.0,1407.0,1207.0,24.0,978.0,0.0,3816.0,4713.0,40370.0,79700.0,1289.0 +51013101300,"Census Tract 1013, Arlington County, Virginia",7035,4715.0,185972.0,708700.0,3810.0,5173.0,63.0,0.0,508.0,0.0,26.0,471.0,794.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1013,5668.812833,4519.813486,147.0952252,25.32618971,415.35465849999997,0.973028362,545.6435683,4248.601616,86725.14817999999,242610.9903,2676.26057 +51013101900,"Census Tract 1019, Arlington County, Virginia",3206,2452.0,172396.0,861100.0,2152.0,2776.0,68.0,0.0,110.0,0.0,16.0,144.0,92.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1019,2395.0000010000003,2084.853376,55.86220348,16.13149147,93.621346,0.01066147,135.24727819999998,1872.561047,90287.60947000001,322339.1096,1411.115557 +51013103300,"Census Tract 1033, Arlington County, Virginia",2503,1870.0,77371.0,396000.0,1175.0,971.0,956.0,11.0,221.0,0.0,15.0,90.0,239.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1033,2106.499391,693.0905151000001,855.5843200999999,4.144605219,160.1744003,0.314858794,367.0697937,1655.52594,47101.68116,143938.2696,631.3254089 +51013100800,"Census Tract 1008, Arlington County, Virginia",1637,1181.0,105750.0,691600.0,708.0,753.0,491.0,0.0,98.0,8.0,0.0,70.0,217.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1008,1479.0,344.0,694.0,5.0,126.0,0.0,296.0,1038.0,54417.0,193000.0,252.0 +51013103401,"Census Tract 1034.01, Arlington County, Virginia",1046,276.0,,,84.0,824.0,68.0,7.0,56.0,32.0,0.0,9.0,50.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1034.01,2170.999988,1329.677002,580.2227173,19.34075737,62.85746002,0.0,168.2645874,718.5091553,52292.00166,225000.0,173.09977719999998 +51013101402,"Census Tract 1014.02, Arlington County, Virginia",2871,2476.0,124821.0,565000.0,2050.0,1972.0,136.0,47.0,470.0,0.0,0.0,108.0,162.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1014.02,2472.999889,1876.14978,90.58285522,13.48482609,313.6687927,1.172593594,147.7467957,2048.520996,71462.99901,188000.0035,1666.841797 +51013102003,"Census Tract 1020.03, Arlington County, Virginia",4109,3045.0,34118.0,249600.0,1460.0,1732.0,499.0,0.0,353.0,0.0,0.0,109.0,1416.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1020.03,4867.999931,1704.3300780000002,292.4259949,20.64840126,568.6680908,1.6741945740000002,2237.281982,3385.7795409999994,42570.99965,104499.9992,1431.436401 +51013102301,"Census Tract 1023.01, Arlington County, Virginia",1619,1184.0,131607.0,568900.0,923.0,1180.0,77.0,0.0,128.0,0.0,0.0,29.0,205.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1023.01,1373.900983,702.3006592,108.5927277,6.596754551,131.681366,0.0,413.0583191,959.3203125,71041.99709,228400.0033,432.0874329 +51013102001,"Census Tract 1020.01, Arlington County, Virginia",2972,2196.0,87647.0,516800.0,1430.0,1479.0,119.0,0.0,179.0,0.0,15.0,93.0,1087.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1020.01,2554.000113,894.1781616000001,153.4215393,10.83320045,298.35217289999997,0.878367543,1173.79187,1776.352051,42570.998960000004,104499.9993,751.0042725 +51013102002,"Census Tract 1020.02, Arlington County, Virginia",1317,1041.0,73125.0,615100.0,791.0,788.0,61.0,0.0,314.0,44.0,0.0,23.0,87.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1020.02,1269.999961,444.6383057,76.29026794,5.386908054,148.35835269999998,0.43677634,583.678772,883.3073119999999,42571.00183,104499.9968,373.44375610000003 +51013102302,"Census Tract 1023.02, Arlington County, Virginia",4426,3114.0,103813.0,609400.0,1652.0,2166.0,149.0,0.0,185.0,0.0,32.0,67.0,1827.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1023.02,4041.099178,2065.699463,319.4072876,19.40324593,387.318634,0.0,1214.9417720000001,2821.6796879999997,71041.99809,228400.0004,1270.9125980000001 +51013101803,"Census Tract 1018.03, Arlington County, Virginia",4509,3517.0,83878.0,821100.0,2780.0,3277.0,192.0,0.0,304.0,0.0,21.0,155.0,560.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1018.03,3809.850324,2589.92041,202.89894099999998,18.599069600000004,417.2109375,2.113530636,514.4333496,2986.841553,64810.000479999995,236399.988,2296.139648 +51013101703,"Census Tract 1017.03, Arlington County, Virginia",2060,1799.0,103682.0,567400.0,1535.0,1591.0,198.0,0.0,181.0,12.0,0.0,15.0,63.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1017.03,2455.999972,1240.587769,215.61351009999998,8.973510742,379.6293335,0.49852836100000003,555.6098632999999,1865.742432,48870.00135,153999.9919,1217.904785 +51013101702,"Census Tract 1017.02, Arlington County, Virginia",4798,4040.0,98396.0,469400.0,3591.0,2479.0,169.0,19.0,1433.0,0.0,0.0,117.0,600.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1017.02,4389.000135,2216.9951170000004,385.31262210000006,16.03613091,678.4174805,0.8908962009999999,992.9038086000002,3334.178955,48870.00014,153999.9976,2176.459473 +51013102801,"Census Tract 1028.01, Arlington County, Virginia",8675,6629.0,81786.0,322500.0,3274.0,2622.0,1170.0,0.0,1351.0,0.0,32.0,107.0,3393.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1028.01,7283.914656,2691.419678,1198.263916,50.14012146,956.0615845000001,1.69966507,2262.25415,5010.612793,47720.9984,164199.9984,2059.144287 +51013102802,"Census Tract 1028.02, Arlington County, Virginia",1330,969.0,145750.0,579900.0,715.0,982.0,44.0,0.0,44.0,0.0,0.0,22.0,238.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1028.02,1287.085217,475.58032230000003,211.7360992,8.859879494,168.938385,0.300334901,399.74575810000005,885.3872681,47720.998739999995,164200.0042,363.8557434 +51013102901,"Census Tract 1029.01, Arlington County, Virginia",2723,2425.0,112153.0,383400.0,2027.0,2196.0,145.0,14.0,60.0,0.0,0.0,39.0,269.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1029.01,2694.897998,1903.598267,237.22401430000002,18.248001100000003,182.0652924,0.8294546009999999,340.0763855,2154.0935059999997,62534.99972000001,139699.9959,1582.184692 +51013102701,"Census Tract 1027.01, Arlington County, Virginia",4008,2823.0,52007.0,563900.0,997.0,752.0,967.0,146.0,750.0,15.0,6.0,11.0,1361.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1027.01,3875.0000579999996,635.7070312999999,716.7174683,15.1894598,315.0406494,0.0,2156.34082,2302.6096190000003,38645.99925,197499.9946,420.8042908 +51013102702,"Census Tract 1027.02, Arlington County, Virginia",2102,1498.0,114250.0,389400.0,984.0,934.0,148.0,8.0,242.0,0.0,0.0,21.0,749.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1027.02,3012.9999420000004,494.2929688,557.2825317,11.810540199999998,244.9593506,0.0,1676.65918,1790.390381,38646.000960000005,197500.00699999998,327.19570919999995 +51013103501,"Census Tract 1035.01, Arlington County, Virginia",3347,2909.0,86544.0,427100.0,2538.0,2132.0,143.0,15.0,701.0,0.0,0.0,30.0,341.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1035.01,3534.109157,2214.7332530000003,348.504612,12.13027644,690.4774014,2.3326733109999997,225.8084444,2942.057416,56266.288029999996,134826.7952,2027.163096 +51013103601,"Census Tract 1036.01, Arlington County, Virginia",2753,1999.0,174318.0,787100.0,1705.0,2272.0,23.0,0.0,186.0,0.0,28.0,117.0,127.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1036.01,2226.999969,1647.4139400000001,108.71259309999999,9.005777359,213.565567,1.9298093319999998,228.3607635,1668.641846,70614.00131,262000.0099,1132.798096 +51013980200,"Census Tract 9802, Arlington County, Virginia",9,9.0,,,5.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 9802,4.000000119,2.915006638,0.346613556,0.027888447,0.42895087600000004,0.002656043,0.231075704,3.621514082,71209.99841,217200.0,2.768924475 +51013103502,"Census Tract 1035.02, Arlington County, Virginia",4041,3673.0,106964.0,621400.0,2946.0,2004.0,744.0,22.0,752.0,0.0,0.0,98.0,421.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1035.02,1923.000086,1205.080078,189.6344604,6.600396156,375.7148743,1.269307017,122.86891940000001,1600.849976,56265.00042999999,134799.9967,1103.027832 +51013103602,"Census Tract 1036.02, Arlington County, Virginia",1139,812.0,78000.0,,752.0,581.0,47.0,0.0,395.0,0.0,0.0,44.0,72.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1036.02,1235.000031,913.5861206000001,60.28740692,4.994223118,118.43443300000001,1.070190668,126.6392288,925.3582152999999,70613.99764,262000.0012,628.2019042999999 +51013101701,"Census Tract 1017.01, Arlington County, Virginia",4164,2980.0,121250.0,541000.0,2356.0,2495.0,347.0,0.0,472.0,0.0,26.0,143.0,681.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1017.01,3007.999893,1519.416992,264.0738831,10.99035835,464.953186,0.6105754379999999,680.4863281,2285.0786129999997,48869.99869,153999.9953,1491.635742 +51013101802,"Census Tract 1018.02, Arlington County, Virginia",7304,5806.0,123310.0,539300.0,4800.0,4520.0,222.0,22.0,517.0,0.0,0.0,169.0,1876.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1018.02,4775.014856000001,3246.0354,254.3001404,23.31084633,522.9046631,2.648959637,644.7567749,3743.51001,64810.0013,236400.0015,2877.829834 +51013101602,"Census Tract 1016.02, Arlington County, Virginia",1689,1318.0,83507.0,343900.0,1029.0,1122.0,94.0,0.0,157.0,0.0,17.0,22.0,277.0,Washington,Washington-Arlington-Alexandria,VA,Arlington County,Census Tract 1016.02,1498.999922,1107.1508789999998,73.84638977,7.084893227,158.59260559999998,0.272495896,127.2555847,1203.886841,61808.99942000001,147799.9982,926.2135619999999 +51043010100,"Census Tract 101, Clarke County, Virginia",8293,5952.0,66970.0,319600.0,1769.0,6902.0,512.0,32.0,115.0,0.0,0.0,187.0,545.0,Washington,Washington-Arlington-Alexandria,VA,Clarke County,Census Tract 101,7017.0,6326.0,500.0,21.0,54.0,1.0,106.0,4963.0,50180.0,157400.0,1117.0 +51043010200,"Census Tract 102, Clarke County, Virginia",3165,2184.0,84276.0,362900.0,840.0,2737.0,177.0,19.0,22.0,0.0,0.0,115.0,95.0,Washington,Washington-Arlington-Alexandria,VA,Clarke County,Census Tract 102,3070.0,2604.0,365.0,20.0,20.0,0.0,56.0,2186.0,49821.0,165300.0,581.0 +51043010300,"Census Tract 103, Clarke County, Virginia",2873,2107.0,78196.0,333500.0,617.0,2814.0,14.0,0.0,0.0,0.0,0.0,0.0,45.0,Washington,Washington-Arlington-Alexandria,VA,Clarke County,Census Tract 103,2562.939316,2489.972221,25.99565726,10.99168964,11.99163151,0.9990755920000001,22.98660311,1864.492439,62015.567520000004,149517.5828,457.6731688 +51047930300,"Census Tract 9303, Culpeper County, Virginia",6786,4282.0,51165.0,216000.0,775.0,3249.0,1619.0,41.0,374.0,0.0,0.0,109.0,1435.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9303,4283.0,2681.0,1328.0,21.0,34.0,0.0,202.0,2554.0,32910.0,108500.0,276.0 +51047930501,"Census Tract 9305.01, Culpeper County, Virginia",5818,4233.0,92014.0,277000.0,993.0,3963.0,1256.0,14.0,73.0,5.0,0.0,220.0,297.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9305.01,4696.182766,3151.186279,1277.204468,22.4563427,72.42170715,0.0,164.4927063,3178.6953129999997,42327.99981,120599.9969,524.3555908 +51047930400,"Census Tract 9304, Culpeper County, Virginia",5302,3674.0,67616.0,243200.0,584.0,3900.0,597.0,21.0,37.0,0.0,22.0,225.0,500.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9304,3888.0,2903.0,780.0,20.0,27.0,0.0,156.0,2514.0,40380.0,127700.0,234.0 +51047930202,"Census Tract 9302.02, Culpeper County, Virginia",6192,4440.0,73869.0,261300.0,984.0,4934.0,772.0,99.0,0.0,0.0,11.0,23.0,363.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9302.02,4775.976062,3972.0988770000004,658.9459228999999,31.93400574,41.14573669,0.614115477,58.95508575,3288.588379,43676.001130000004,130900.0055,531.8239746 +51047930102,"Census Tract 9301.02, Culpeper County, Virginia",8389,5960.0,86042.0,350000.0,1859.0,7433.0,353.0,52.0,145.0,0.0,0.0,231.0,175.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9301.02,6509.999889,5724.141113000001,637.9786987000001,33.37119293,32.06251907,0.0,72.63141632,4281.327636999999,57402.999879999996,154400.0038,815.3040161 +51047930201,"Census Tract 9302.01, Culpeper County, Virginia",7416,4413.0,75403.0,273100.0,1226.0,5476.0,1034.0,0.0,0.0,0.0,114.0,317.0,475.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9302.01,3001.000066,2495.881348,414.0508118,20.06583595,25.85405731,0.385881454,37.04462051,2066.395264,43676.00135,130899.99699999999,334.1733398 +51047930502,"Census Tract 9305.02, Culpeper County, Virginia",5596,3365.0,51094.0,185700.0,771.0,3248.0,935.0,0.0,17.0,0.0,0.0,330.0,1066.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9305.02,3668.8172340000006,2461.813721,997.7954712000001,17.5436573,56.57829285,0.0,128.5072937,2483.3046879999997,42328.00024,120600.0039,409.6443787 +51047930101,"Census Tract 9301.01, Culpeper County, Virginia",4296,2878.0,59452.0,232100.0,602.0,3221.0,208.0,0.0,42.0,0.0,0.0,310.0,515.0,Washington,Washington-Arlington-Alexandria,VA,Culpeper County,Census Tract 9301.01,3439.000111,3023.8588870000003,337.0213318,17.62880707,16.93748093,0.0,38.36857986,2261.6723629999997,57403.00022,154399.9928,430.6959534 +51061930402,"Census Tract 9304.02, Fauquier County, Virginia",5856,3993.0,117393.0,402000.0,1732.0,5103.0,240.0,0.0,93.0,0.0,0.0,44.0,376.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9304.02,4836.164148,4421.151525,268.0068875,25.00075039,49.00142038,0.0,64.00308196,3241.106422,76817.13784,189999.764,1130.0409769999999 +51061930100,"Census Tract 9301, Fauquier County, Virginia",5802,4000.0,84265.0,369700.0,1618.0,4571.0,346.0,0.0,83.0,0.0,0.0,200.0,602.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9301,5511.000033,4820.63501,441.3739243,28.967251300000004,24.50276756,0.0,188.3534756,3986.027527,56624.80327999999,234076.8696,1252.314423 +51061930204,"Census Tract 9302.04, Fauquier County, Virginia",3376,2567.0,116979.0,462600.0,1062.0,2662.0,404.0,0.0,33.0,0.0,0.0,29.0,248.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9302.04,3008.049516,2618.631163,284.89520899999997,20.81215136,19.42467358,0.0,57.81152815,2114.977097,59679.998620000006,210299.9968,619.2771137 +51061930403,"Census Tract 9304.03, Fauquier County, Virginia",6881,4620.0,110521.0,388100.0,1522.0,5664.0,604.0,25.0,70.0,0.0,32.0,166.0,331.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9304.03,4623.999989,3770.0974119999996,703.0986937999999,19.58492088,35.25285721,0.0,86.17365265,3127.711914,51556.00016,171199.9986,863.6950684000001 +51061930302,"Census Tract 9303.02, Fauquier County, Virginia",7954,5275.0,76373.0,341800.0,2267.0,6216.0,725.0,16.0,321.0,0.0,0.0,77.0,599.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9303.02,5441.0,4395.0,763.0,23.0,83.0,1.0,164.0,3870.0,54507.0,165300.0,1137.0 +51061930401,"Census Tract 9304.01, Fauquier County, Virginia",5803,3646.0,122109.0,451800.0,1609.0,5075.0,247.0,6.0,71.0,0.0,7.0,119.0,278.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9304.01,3015.9748440000003,2752.117832,152.8602607,15.06982367,39.39949518,0.007289439,49.50800514,1902.073256,71118.53371,183424.0681,582.2945871000001 +51061930203,"Census Tract 9302.03, Fauquier County, Virginia",2561,1884.0,90972.0,450400.0,780.0,2208.0,260.0,10.0,25.0,0.0,0.0,40.0,18.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9302.03,2503.2167,2180.4549469999997,235.7940798,17.28339296,16.2063177,0.0,48.03184421,1759.5562510000002,59627.671089999996,209481.576,513.574303 +51061930304,"Census Tract 9303.04, Fauquier County, Virginia",2472,1812.0,138594.0,530200.0,1075.0,2244.0,86.0,0.0,12.0,11.0,0.0,69.0,50.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9303.04,2341.782752,2161.704346,98.2592926,10.7052927,20.26358986,0.0,43.96816635,1518.239868,80863.99795,182699.9979,584.5854492000001 +51061930207,"Census Tract 9302.07, Fauquier County, Virginia",1836,1186.0,97250.0,361800.0,424.0,1531.0,119.0,0.0,20.0,0.0,0.0,40.0,126.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9302.07,1327.000008,1164.102539,124.22216029999998,7.939972878,9.732870102,0.0,17.67284393,904.1323853,75878.00215,215499.9942,276.1061707 +51061930707,"Census Tract 9307.07, Fauquier County, Virginia",2216,1570.0,83438.0,276500.0,263.0,1859.0,170.0,0.0,18.0,0.0,7.0,41.0,121.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9307.07,2204.9260059999997,1859.615216,260.5109908,14.66329796,14.908369500000001,0.488667607,51.80604437,1336.633898,49470.80721,130126.0479,157.4646618 +51061930206,"Census Tract 9302.06, Fauquier County, Virginia",2265,1682.0,102273.0,397400.0,617.0,1874.0,153.0,46.0,94.0,0.0,4.0,35.0,59.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9302.06,2260.453519,1982.96875,211.60392760000002,13.52519989,16.57927704,0.0,30.10447693,1540.127563,75878.00197,215499.9957,470.3279114 +51061930706,"Census Tract 9307.06, Fauquier County, Virginia",5852,3709.0,67961.0,234700.0,740.0,3862.0,709.0,51.0,26.0,0.0,0.0,310.0,894.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9307.06,4598.620414999999,3878.397461,543.3528442,30.58271217,31.09242439,1.019423723,108.0589142,2787.6142579999996,49464.00151,130100.0068,328.254425 +51061930705,"Census Tract 9307.05, Fauquier County, Virginia",3705,2264.0,76944.0,296300.0,363.0,2369.0,240.0,34.0,19.0,0.0,0.0,40.0,1003.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9307.05,2317.00001,1951.3691410000001,277.08862969999996,15.17233869,15.7503559,0.49190866899999997,53.96866357,1411.4122849999999,49558.72014,131912.9584,176.6995487 +51061930704,"Census Tract 9307.04, Fauquier County, Virginia",3810,2726.0,98580.0,378500.0,549.0,3208.0,312.0,0.0,6.0,0.0,0.0,237.0,47.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9307.04,3475.0000210000003,3140.911377,256.254303,17.36302567,23.35027504,1.197450042,35.324775700000004,2259.588135,66187.9969,164399.999,355.64266969999994 +51061930703,"Census Tract 9307.03, Fauquier County, Virginia",2531,1764.0,86484.0,298200.0,418.0,2058.0,96.0,8.0,12.0,3.0,0.0,63.0,291.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9307.03,2328.9999789999997,2105.088623,171.745697,11.63697433,15.64972401,0.802549958,23.6752243,1514.411743,66187.9995,164400.0014,238.35733030000003 +51061930205,"Census Tract 9302.05, Fauquier County, Virginia",1828,1309.0,85444.0,470900.0,493.0,1517.0,207.0,0.0,22.0,0.0,0.0,40.0,42.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9302.05,1592.999876,1397.4492189999999,149.12274169999998,9.531557083,11.68384361,0.0,21.2154007,1085.367554,75877.99823,215499.9933,331.45220950000004 +51061930303,"Census Tract 9303.03, Fauquier County, Virginia",3658,2763.0,84392.0,323200.0,980.0,3298.0,195.0,0.0,14.0,0.0,0.0,95.0,56.0,Washington,Washington-Arlington-Alexandria,VA,Fauquier County,Census Tract 9303.03,3783.0531450000003,3492.144043,158.7338257,17.29395676,32.73498917,0.0,71.02875519,2452.653809,80864.00202,182699.99,944.3735962000001 +51107611012,"Census Tract 6110.12, Loudoun County, Virginia",4607,2757.0,201179.0,709400.0,2075.0,2705.0,346.0,4.0,1188.0,9.0,36.0,114.0,205.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.12,415.176973,352.41006469999996,22.88376999,0.326911002,27.46052361,0.0,9.153508186,306.6425171,76862.00169,252599.9955,182.4163361 +51107610506,"Census Tract 6105.06, Loudoun County, Virginia",6368,3935.0,121146.0,370900.0,2022.0,2502.0,687.0,49.0,1293.0,0.0,111.0,253.0,1473.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6105.06,1337.9560689999998,1043.532084,132.7837135,3.206907839,77.47464227,0.267026156,71.07528412,822.535189,84316.67876,252237.2533,420.8652535 +51107611013,"Census Tract 6110.13, Loudoun County, Virginia",4394,2724.0,143947.0,526300.0,1811.0,2455.0,236.0,14.0,962.0,11.0,8.0,183.0,535.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.13,540.0740400000001,458.4250488,29.76786041,0.42525515,35.72143173,0.0,11.90714455,398.8893433,76861.99848,252600.0067,237.29237369999998 +51107610201,"Census Tract 6102.01, Loudoun County, Virginia",4426,2917.0,142845.0,608700.0,1774.0,4021.0,0.0,4.0,160.0,0.0,0.0,149.0,92.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6102.01,2547.179049,2399.9750050000002,52.25908429,11.60172067,32.17054011,0.000407225,39.04554505,1683.1648329999998,87030.17616,274573.7183,771.6356647000001 +51107610701,"Census Tract 6107.01, Loudoun County, Virginia",5550,3344.0,147813.0,461500.0,1887.0,4774.0,79.0,31.0,156.0,0.0,0.0,187.0,323.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6107.01,1825.0595879999998,1666.6448970000001,90.39727783,4.388217449,20.18580055,0.438821733,39.05513382,1182.6245119999999,73424.00199,221199.9917,483.36215210000006 +51107610703,"Census Tract 6107.03, Loudoun County, Virginia",4687,3099.0,145179.0,583800.0,1749.0,3860.0,164.0,15.0,157.0,1.0,15.0,80.0,395.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6107.03,3438.669703,3140.1909579999997,170.3222944,8.268021946000001,38.03374688,0.826794696,73.58671703,2228.23216,73424.21353,221199.7297,910.7291759 +51107610202,"Census Tract 6102.02, Loudoun County, Virginia",4887,2943.0,141591.0,449500.0,1606.0,4353.0,23.0,51.0,180.0,5.0,0.0,40.0,256.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6102.02,2279.7169059999997,2147.8417219999997,46.86745884,10.3903015,28.78568657,0.0,34.96503762,1506.555852,87022.20842000001,274668.5028,690.6903689 +51107610702,"Census Tract 6107.02, Loudoun County, Virginia",6839,3893.0,127155.0,432600.0,1916.0,5371.0,502.0,15.0,234.0,5.0,0.0,204.0,508.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6107.02,3052.940374,2787.946045,151.21560669999997,7.340563774,33.76659393,0.734056354,65.33101654,1978.28186,73423.99679,221199.9951,808.5630493 +51107610503,"Census Tract 6105.03, Loudoun County, Virginia",7978,4966.0,156111.0,501100.0,3211.0,5062.0,899.0,0.0,601.0,12.0,136.0,604.0,664.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6105.03,1747.229244,1378.281349,165.68116930000002,4.52944237,96.18151838,0.328540057,90.22863698,1079.480583,84684.05492000001,257159.5269,549.5133476 +51107610102,"Census Tract 6101.02, Loudoun County, Virginia",3788,2575.0,122375.0,473400.0,1303.0,3296.0,88.0,12.0,85.0,0.0,32.0,21.0,254.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6101.02,2548.765383,2453.441605,25.48766338,10.70481533,17.84135899,0.509752929,32.11445374,1734.1799350000001,76112.00628,232700.0244,688.6764396000001 +51107610505,"Census Tract 6105.05, Loudoun County, Virginia",6286,3531.0,44928.0,251300.0,1042.0,2413.0,65.0,20.0,634.0,8.0,18.0,76.0,3064.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6105.05,4316.661327000001,3165.712158,590.3332519999999,20.88253784,163.4460144,1.204761744,364.64123539999997,2760.5107420000004,59422.99819,142799.9991,914.0125732000001 +51107610603,"Census Tract 6106.03, Loudoun County, Virginia",2948,2048.0,55852.0,234600.0,770.0,1749.0,540.0,5.0,105.0,6.0,77.0,20.0,446.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6106.03,2498.765886,2074.936684,188.9986634,6.834336475,96.82831216,0.007191136999999999,121.9924126,1642.61865,71148.00813999999,159460.1313,778.9871092 +51107610507,"Census Tract 6105.07, Loudoun County, Virginia",6725,4143.0,183403.0,662000.0,2694.0,5042.0,424.0,44.0,733.0,0.0,0.0,245.0,255.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6105.07,2024.9999710000002,1579.313965,201.0035858,4.853205681,117.2857971,0.40443378700000004,107.57938390000001,1244.847168,84327.99856,252300.003,636.9832153 +51107611011,"Census Tract 6110.11, Loudoun County, Virginia",3696,2567.0,102344.0,445500.0,1519.0,1658.0,547.0,12.0,821.0,0.0,0.0,67.0,591.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.11,36.2218917,30.74582672,1.9964822530000002,0.028521175,2.395778656,0.0,0.798592865,26.75286102,76861.99692,252600.0075,15.91481495 +51107610604,"Census Tract 6106.04, Loudoun County, Virginia",8472,5171.0,119167.0,391400.0,2930.0,5868.0,599.0,6.0,572.0,0.0,163.0,288.0,976.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6106.04,2351.430352,1954.968262,176.3572693,6.379849911,91.14070892,0.0,113.92588810000001,1546.202148,71265.99949,159600.0051,735.5055542 +51107611025,"Census Tract 6110.25, Loudoun County, Virginia",12791,7824.0,161960.0,534500.0,6188.0,6543.0,1029.0,12.0,3474.0,0.0,49.0,790.0,894.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.25,116.2732226,105.4034895,5.789357966,0.561586216,1.3012573570000001,2.8682800000000003e-05,2.65523046,78.72538535,92695.38942,319935.1787,26.95972714 +51107611024,"Census Tract 6110.24, Loudoun County, Virginia",8833,5311.0,220114.0,698800.0,3703.0,5488.0,657.0,0.0,1724.0,0.0,0.0,287.0,677.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.24,1370.278261,1238.747428,72.06146156,6.586968962,14.97894358,0.0,31.35704208,930.2479189999999,91578.53553,321725.8955,320.66153399999996 +51107611806,"Census Tract 6118.06, Loudoun County, Virginia",12603,7421.0,158939.0,584200.0,5307.0,5443.0,1741.0,0.0,3382.0,8.0,73.0,957.0,999.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6118.06,692.9549262999999,577.7590332000001,37.64939499,3.371587753,35.68263626,0.0,35.86994553,467.15219119999995,83389.99983,236999.9982,272.9112854 +51107611014,"Census Tract 6110.14, Loudoun County, Virginia",4851,2958.0,115650.0,432000.0,1639.0,2656.0,392.0,33.0,327.0,0.0,0.0,140.0,1303.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.14,4481.164613,3590.275967,288.1404872,20.22708222,328.66738230000004,0.0,231.844821,2674.859616,85791.13769,190347.9844,1567.333334 +51107611018,"Census Tract 6110.18, Loudoun County, Virginia",2932,2052.0,70323.0,341600.0,1021.0,1303.0,580.0,15.0,306.0,0.0,0.0,115.0,613.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.18,222.44117000000003,178.1999969,14.30656147,1.005481243,16.31752396,0.0,11.51994133,132.723526,85812.99676000001,190199.996,77.76679229999999 +51107611015,"Census Tract 6110.15, Loudoun County, Virginia",2659,1854.0,115481.0,539900.0,1178.0,1272.0,133.0,5.0,842.0,0.0,0.0,118.0,289.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.15,160.60403019999998,128.6616058,10.32943439,0.7259642479999999,11.78136253,0.0,8.317476272999999,95.82727814,85812.99922,190200.0076,56.14814758 +51107611016,"Census Tract 6110.16, Loudoun County, Virginia",3480,2750.0,118409.0,475200.0,1685.0,2533.0,158.0,12.0,361.0,0.0,0.0,25.0,391.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.16,1137.43561,911.211792,73.15548706,5.141449928,83.43838501,0.0,58.90632629,678.6713867000001,85812.9978,190200.0039,397.6544189 +51107611020,"Census Tract 6110.20, Loudoun County, Virginia",6804,4366.0,102283.0,448000.0,2674.0,3408.0,966.0,24.0,1383.0,0.0,61.0,195.0,791.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.20,1335.1137310000001,1104.190859,85.00479187,2.104296073,90.56880987,0.139313295,47.66112393,796.3868762999999,105189.1944,292760.714,508.28191389999995 +51107611017,"Census Tract 6110.17, Loudoun County, Virginia",3072,2139.0,110833.0,489400.0,1342.0,1948.0,228.0,14.0,476.0,13.0,49.0,146.0,208.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.17,1263.352928,1012.08551,81.25400543,5.710622787,92.67524719,0.0,65.42742157,753.8021851,85813.00099,190200.0069,441.67587280000004 +51107611900,"Census Tract 6119, Loudoun County, Virginia",10130,6055.0,195104.0,638400.0,4843.0,3246.0,682.0,45.0,5101.0,0.0,82.0,600.0,374.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6119,67.70443092,56.07017905,4.205203568,0.143855514,4.4082099669999995,0.005886345,2.598314085,41.262142700000005,101032.7932,282632.3354,25.92343024 +51107610504,"Census Tract 6105.04, Loudoun County, Virginia",8137,5291.0,111011.0,381900.0,2349.0,5405.0,538.0,0.0,570.0,0.0,68.0,88.0,1468.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6105.04,6406.572671,4698.391602000001,876.1430663999998,30.99281693,242.5783844,1.788047075,541.182251,4097.011719,59423.00157000001,142799.9973,1356.5317380000001 +51107611801,"Census Tract 6118.01, Loudoun County, Virginia",7575,4819.0,129688.0,425500.0,3151.0,3478.0,1064.0,36.0,1840.0,26.0,0.0,437.0,694.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6118.01,259.4537006,216.32246400000002,14.0965519,1.2623777390000002,13.36016464,0.0,13.430296900000002,174.9094543,83390.00323,237000.0032,102.18246459999999 +51107611601,"Census Tract 6116.01, Loudoun County, Virginia",4197,2670.0,101154.0,334300.0,1384.0,1967.0,402.0,5.0,585.0,0.0,112.0,68.0,1058.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6116.01,3182.931474,2115.1346510000003,364.5951682,21.83853559,281.0996403,0.476736426,377.47709510000004,2129.343252,64645.2373,144508.6099,680.2854497999999 +51107611207,"Census Tract 6112.07, Loudoun County, Virginia",4421,2990.0,152417.0,462300.0,2018.0,2636.0,351.0,7.0,861.0,0.0,12.0,145.0,409.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6112.07,3118.590639,2458.863037,183.6034088,11.558568,322.30624389999997,3.111922264,129.36705020000002,2080.986816,91243.00072000001,225500.003,1234.544067 +51107611019,"Census Tract 6110.19, Loudoun County, Virginia",6213,3735.0,160677.0,534800.0,2520.0,4038.0,319.0,8.0,1113.0,0.0,6.0,102.0,627.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.19,4595.9326280000005,3800.944824,292.71313480000003,7.2096829410000005,311.9389648,0.480645537,163.9001312,2740.6408690000003,105246.9994,292899.99199999997,1749.549805 +51107611501,"Census Tract 6115.01, Loudoun County, Virginia",3043,2116.0,70793.0,431300.0,937.0,1131.0,340.0,6.0,438.0,0.0,0.0,45.0,1083.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6115.01,1112.999985,728.397583,98.95212555,6.554521084,121.15292360000001,1.691489339,152.4454803,706.1967772999999,67846.9998,166900.0087,178.875 +51107611602,"Census Tract 6116.02, Loudoun County, Virginia",4292,2701.0,64386.0,269300.0,453.0,949.0,365.0,48.0,343.0,0.0,149.0,26.0,2452.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6116.02,3427.999932,2278.00415,392.70642089999996,23.52147865,302.7112122,0.511336505,406.5125122,2293.3442379999997,64644.00061,144500.008,732.7452392999999 +51107980100,"Census Tract 9801, Loudoun County, Virginia",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 9801,57.32633463,47.79648209,3.1146352289999997,0.278922558,2.951930523,0.0,2.967426062,38.64627075,83390.00229,237000.0114,22.57723236 +51107611802,"Census Tract 6118.02, Loudoun County, Virginia",11623,7412.0,140474.0,488700.0,5299.0,4626.0,653.0,30.0,4758.0,6.0,32.0,714.0,804.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6118.02,293.4210438,244.6431122,15.94205475,1.4276466369999998,15.10926056,0.0,15.18857384,197.8083801,83390.00119,237000.0091,115.5600662 +51107611502,"Census Tract 6115.02, Loudoun County, Virginia",6394,4372.0,104386.0,361100.0,1430.0,2498.0,364.0,28.0,1159.0,19.0,60.0,48.0,2218.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6115.02,4244.068402,2778.46328,379.7462559,25.08546305,460.03619380000004,6.320437482999999,579.5648794,2696.1156309999997,67764.34009,166320.4916,687.0943394 +51107611023,"Census Tract 6110.23, Loudoun County, Virginia",6329,3699.0,176492.0,591100.0,2881.0,4244.0,317.0,19.0,888.0,4.0,0.0,209.0,648.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.23,3441.481756,2846.186768,219.186615,5.3986849779999995,233.5830994,0.359912336,122.7301102,2052.220215,105246.9954,292899.9955,1310.080933 +51107611804,"Census Tract 6118.04, Loudoun County, Virginia",7223,4765.0,156214.0,540600.0,3372.0,3235.0,514.0,0.0,2649.0,12.0,158.0,216.0,439.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6118.04,1729.8577100000002,1442.288452,93.98605347,8.416661263,89.07633209,0.0,89.54392242,1166.175171,83390.00322,237000.0015,681.2819824 +51107611803,"Census Tract 6118.03, Loudoun County, Virginia",6740,4148.0,149280.0,479500.0,2664.0,3340.0,461.0,10.0,1925.0,0.0,27.0,273.0,704.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6118.03,2349.273975,1958.733765,127.6399689,11.43044472,120.97221370000001,0.0,121.6072388,1583.751709,83389.99867,237000.0054,925.2310181 +51107610101,"Census Tract 6101.01, Loudoun County, Virginia",4658,3040.0,136250.0,433400.0,1482.0,4086.0,119.0,0.0,104.0,0.0,0.0,109.0,240.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6101.01,2456.0900829999996,2364.126362,24.6155073,10.31742852,17.22191727,0.49017801899999996,30.96090112,1671.021721,76134.49338,232786.4461,663.8059253 +51107611805,"Census Tract 6118.05, Loudoun County, Virginia",4840,2780.0,146912.0,501000.0,2129.0,3073.0,215.0,22.0,857.0,0.0,22.0,293.0,373.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6118.05,1993.294132,1661.931519,108.29898829999999,9.698417663999999,102.6415787,0.0,103.18038179999999,1343.7695310000001,83390.00037000001,236999.9957,785.03302 +51107611022,"Census Tract 6110.22, Loudoun County, Virginia",6796,3919.0,167560.0,564500.0,2889.0,3422.0,476.0,26.0,2132.0,0.0,19.0,272.0,449.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.22,29.93111126,24.7537365,1.906300664,0.046953216,2.031509161,0.003130215,1.067403197,17.84848404,105247.0017,292899.99,11.39398098 +51107611021,"Census Tract 6110.21, Loudoun County, Virginia",8162,5255.0,127625.0,478200.0,3657.0,3037.0,452.0,29.0,3516.0,0.0,0.0,475.0,653.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.21,105.98138429999999,87.64910889,6.7499122620000005,0.166253999,7.193256377999999,0.011083599999999999,3.779507637,63.19868851,105247.0034,292899.9985,40.34430313 +51107611010,"Census Tract 6110.10, Loudoun County, Virginia",1653,1576.0,59412.0,291700.0,875.0,1375.0,127.0,2.0,127.0,0.0,0.0,0.0,22.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.10,66.26000744,54.64124298,4.143949388999999,0.070978371,4.771831274,0.005806595,2.16739881,48.56565571,73857.26,238584.8787,28.73598671 +51107611400,"Census Tract 6114, Loudoun County, Virginia",5916,3788.0,99000.0,383900.0,1169.0,1994.0,337.0,30.0,696.0,0.0,0.0,208.0,2651.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6114,5033.0,3432.0,437.0,26.0,547.0,2.0,566.0,3161.0,72143.0,164000.0,1053.0 +51107611005,"Census Tract 6110.05, Loudoun County, Virginia",5440,3318.0,130909.0,394100.0,2161.0,3824.0,453.0,0.0,502.0,0.0,0.0,272.0,389.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.05,4503.600198,3695.921631,339.5021667,11.87762642,258.3383789,1.9796044830000001,169.2561798,2847.6611329999996,88524.99877,173099.9992,1714.3375239999998 +51107611101,"Census Tract 6111.01, Loudoun County, Virginia",4266,2910.0,92500.0,367700.0,1454.0,2392.0,421.0,27.0,469.0,0.0,6.0,195.0,756.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6111.01,3125.0,2574.0,176.0,10.0,175.0,0.0,180.0,2144.0,67254.0,185800.0,740.0 +51107610300,"Census Tract 6103, Loudoun County, Virginia",7571,4971.0,171419.0,664900.0,2903.0,6285.0,194.0,20.0,196.0,0.0,25.0,310.0,541.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6103,3946.6322630000004,3680.379294,92.52767993,22.6597595,34.93521235,4.18676e-06,109.520335,2634.234094,89893.74822000001,330495.7667,1237.803782 +51107611002,"Census Tract 6110.02, Loudoun County, Virginia",5129,3726.0,85359.0,318500.0,1969.0,2155.0,461.0,10.0,1168.0,42.0,9.0,364.0,920.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.02,2228.9477309999997,1617.766562,207.0643554,4.9748547080000005,214.0781298,0.994193435,170.1159277,1582.425571,62107.31607000001,151938.1797,914.8387337000001 +51107611202,"Census Tract 6112.02, Loudoun County, Virginia",4663,3177.0,145268.0,459800.0,2084.0,3386.0,365.0,12.0,438.0,0.0,0.0,106.0,356.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6112.02,4805.0,3906.0,288.0,20.0,372.0,0.0,184.0,3247.0,104742.0,244600.0,1853.0 +51107611204,"Census Tract 6112.04, Loudoun County, Virginia",5939,3880.0,89630.0,347000.0,1382.0,2730.0,479.0,0.0,612.0,0.0,7.0,163.0,1948.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6112.04,5436.456017,3709.6281740000004,640.9150391,23.62820435,390.849884,0.9845085140000001,638.9460449,3307.94873,71309.99953,158399.9979,969.7409058000001 +51107611006,"Census Tract 6110.06, Loudoun County, Virginia",5471,3276.0,153811.0,522300.0,2139.0,3052.0,345.0,20.0,1303.0,0.0,0.0,301.0,450.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.06,4130.69831,3184.601966,377.7272338,14.23924883,298.0926067,0.0,239.6195641,2483.867935,103123.69699999999,257328.5439,1472.347619 +51107611300,"Census Tract 6113, Loudoun County, Virginia",6380,4284.0,109209.0,326300.0,2225.0,2308.0,513.0,0.0,1024.0,5.0,37.0,361.0,2132.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6113,5467.162064,3506.061035,573.3057251,23.72299576,696.8629761,1.976916313,628.6593627999999,3482.338135,72651.9991,151000.0052,1428.3220210000002 +51107610400,"Census Tract 6104, Loudoun County, Virginia",5105,3489.0,130878.0,428700.0,2150.0,4598.0,114.0,4.0,74.0,0.0,3.0,93.0,219.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6104,3905.799813,3507.6081770000005,197.7478456,6.592648268,54.69571579,0.0,116.548367,2711.691429,78235.80262999999,219828.8332,1181.897934 +51107610800,"Census Tract 6108, Loudoun County, Virginia",5481,3811.0,135880.0,595200.0,2103.0,4770.0,403.0,17.0,15.0,0.0,0.0,0.0,276.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6108,5013.828447999999,4457.029326,317.8482606,29.99834307,44.00455061,0.00092441,126.96401350000001,3511.572691,75703.85158999999,330670.6414,1558.929044 +51107611205,"Census Tract 6112.05, Loudoun County, Virginia",6532,4249.0,103421.0,421800.0,1528.0,2328.0,473.0,24.0,1141.0,32.0,65.0,380.0,2089.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6112.05,4970.590539,3045.136475,488.8613892,16.99518013,783.777771,0.0,593.831604,2994.150879,83310.99927,194499.9975,1423.596313 +51107611700,"Census Tract 6117, Loudoun County, Virginia",6654,4567.0,88657.0,383600.0,1888.0,2329.0,583.0,0.0,1555.0,0.0,0.0,73.0,2114.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6117,4918.0,3369.0,423.0,22.0,554.0,0.0,506.0,3281.0,68789.0,164600.0,939.0 +51107610602,"Census Tract 6106.02, Loudoun County, Virginia",2565,1581.0,173487.0,640400.0,878.0,1761.0,128.0,0.0,308.0,0.0,8.0,174.0,186.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6106.02,334.05183700000003,277.7291565,25.05388832,0.906342208,12.94774532,0.0,16.18468285,219.65850830000002,71265.99877,159599.9966,104.4883041 +51107611004,"Census Tract 6110.04, Loudoun County, Virginia",8397,5254.0,137219.0,475200.0,3749.0,5213.0,483.0,11.0,1541.0,0.0,29.0,215.0,905.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.04,4539.735286,3810.463472,311.8519458,20.12544444,222.0658478,0.020395486,145.88568600000002,2748.050308,92670.58511,222805.2285,1701.564754 +51107610601,"Census Tract 6106.01, Loudoun County, Virginia",8024,5187.0,126635.0,437900.0,3292.0,6033.0,724.0,14.0,110.0,0.0,103.0,239.0,801.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6106.01,6287.146382,5530.508858,382.31869889999996,15.15950523,126.4623188,0.99998492,224.08481119999996,4114.71154,81047.83496000001,211273.08800000002,2113.169344 +51107611102,"Census Tract 6111.02, Loudoun County, Virginia",6585,4478.0,141813.0,422700.0,2488.0,4345.0,559.0,7.0,347.0,8.0,170.0,197.0,952.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6111.02,6267.998618,5172.699055,392.58854260000004,29.96115796,231.4067779,4.997113197,396.4146238,3835.850468,90271.66621,219110.2785,1869.13416 +51107610900,"Census Tract 6109, Loudoun County, Virginia",2187,1722.0,62284.0,610800.0,789.0,1685.0,239.0,4.0,39.0,1.0,2.0,21.0,196.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6109,2348.002036,1915.9933989999997,352.2985309,8.856675969,6.888534416000001,0.0,58.06040425,1742.7961129999999,61860.013170000006,396299.9275,723.2948269 +51107611206,"Census Tract 6112.06, Loudoun County, Virginia",3985,2874.0,110664.0,431800.0,1896.0,2624.0,230.0,17.0,538.0,0.0,45.0,83.0,448.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6112.06,3902.4109869999997,3077.437963,229.8080517,14.48027521,402.2869918,3.890964835,162.2183452,2603.162707,91239.60828,225476.271,1543.3219880000001 +51107611209,"Census Tract 6112.09, Loudoun County, Virginia",6710,4492.0,146971.0,542300.0,3051.0,4535.0,214.0,13.0,1154.0,22.0,0.0,358.0,414.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6112.09,5020.753234000001,3982.803475,273.4472475,14.37333559,496.87071460000004,0.015491508999999999,214.0764065,3237.734876,112538.8347,256869.0991,2161.495019 +51107611208,"Census Tract 6112.08, Loudoun County, Virginia",4384,2764.0,186964.0,629700.0,2360.0,2901.0,209.0,29.0,738.0,4.0,32.0,241.0,230.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6112.08,2431.537827,1933.535767,129.7564697,6.898445606,241.7740936,0.0,100.5202103,1569.560669,113217.9998,258300.0101,1057.433105 +51107611009,"Census Tract 6110.09, Loudoun County, Virginia",5072,3037.0,198021.0,649100.0,2169.0,3294.0,171.0,0.0,844.0,0.0,42.0,185.0,536.0,Washington,Washington-Arlington-Alexandria,VA,Loudoun County,Census Tract 6110.09,204.5704302,173.64324950000002,11.27553558,0.16107907900000001,13.53064251,0.0,4.510214329,151.0921783,76861.99783,252600.0072,89.88212585 +51113930100,"Census Tract 9301, Madison County, Virginia",7601,5301.0,60777.0,276000.0,1560.0,6410.0,399.0,0.0,141.0,0.0,0.0,485.0,166.0,Washington,Washington-Arlington-Alexandria,VA,Madison County,Census Tract 9301,6812.024584000001,5803.717215,863.4124826999999,11.90925312,49.62142068,3.06021e-06,68.47756932,4638.607724,40825.01162,111700.0726,921.9649052999999 +51113930200,"Census Tract 9302, Madison County, Virginia",5507,4045.0,46786.0,234700.0,954.0,4737.0,481.0,0.0,18.0,0.0,5.0,117.0,149.0,Washington,Washington-Arlington-Alexandria,VA,Madison County,Census Tract 9302,5707.999327,4996.302544,625.5908484,23.09090719,28.37878406,0.0,27.522723499999998,4005.4086039999997,38558.06792,111898.3427,753.037818 +51157950100,"Census Tract 9501, Rappahannock County, Virginia",2632,1979.0,58672.0,279000.0,691.0,2499.0,61.0,0.0,0.0,0.0,0.0,14.0,58.0,Washington,Washington-Arlington-Alexandria,VA,Rappahannock County,Census Tract 9501,2531.267889,2342.20682,153.0099323,9.005439396,9.013443257999999,0.0,18.02976283,1839.021883,45474.40229,163881.5885,359.0078303 +51157950200,"Census Tract 9502, Rappahannock County, Virginia",4727,3551.0,63438.0,387300.0,1169.0,4067.0,219.0,12.0,88.0,0.0,0.0,138.0,203.0,Washington,Washington-Arlington-Alexandria,VA,Rappahannock County,Census Tract 9502,4452.0,4069.0,255.0,30.0,19.0,0.0,73.0,3220.0,46196.0,167400.0,801.0 +51179010211,"Census Tract 102.11, Stafford County, Virginia",4180,2553.0,86897.0,334100.0,1173.0,2149.0,1233.0,0.0,162.0,0.0,26.0,70.0,540.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.11,4383.000207,3030.358154,843.8309326,31.93156815,152.3292847,1.5704050059999999,303.0881653,2335.192139,72572.99858,176900.0048,889.3726807 +51179010108,"Census Tract 101.08, Stafford County, Virginia",5826,3923.0,114375.0,319300.0,1444.0,3558.0,1418.0,14.0,139.0,0.0,0.0,189.0,508.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 101.08,3702.668683,3058.653076,401.3186035,34.75105286,67.82060242,0.0,132.27819820000002,2323.83667,75026.00095,167200.0038,905.2088623 +51179010304,"Census Tract 103.04, Stafford County, Virginia",5676,3926.0,65709.0,300700.0,1305.0,3643.0,1097.0,0.0,191.0,0.0,0.0,130.0,615.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 103.04,2729.059315,2245.842161,301.7776225,31.25050071,74.62812,0.0,71.82957099,1694.0599690000001,62136.059239999995,147300.2166,483.2171801 +51179010305,"Census Tract 103.05, Stafford County, Virginia",6455,4052.0,100238.0,362700.0,1633.0,3367.0,1673.0,6.0,373.0,0.0,8.0,275.0,753.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 103.05,3121.3889719999997,2568.704102,345.1612854,35.74312973,85.35673523,0.0,82.15585327,1937.597778,62136.00176,147299.9957,552.6848144999999 +51179010213,"Census Tract 102.13, Stafford County, Virginia",2595,1584.0,158398.0,364500.0,821.0,1740.0,335.0,24.0,82.0,0.0,9.0,267.0,138.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.13,2394.0000370000002,1664.872681,463.6403198,18.85342407,90.03471375,0.769527495,143.1321106,1317.815796,71899.00017999999,180999.9949,539.0540161 +51179010212,"Census Tract 102.12, Stafford County, Virginia",4444,2634.0,106401.0,324300.0,1219.0,2461.0,767.0,0.0,181.0,0.0,0.0,254.0,781.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.12,3990.000043,2758.64209,768.1691284,29.06843376,138.67073059999998,1.4295951130000002,275.91186519999997,2125.807861,72572.99888,176900.0058,809.6273804 +51179010214,"Census Tract 102.14, Stafford County, Virginia",3979,2377.0,98340.0,289100.0,832.0,2261.0,701.0,0.0,134.0,0.0,25.0,175.0,683.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.14,3828.0001490000004,2662.127441,741.3597412,30.14657784,143.9652863,1.230472565,228.8678894,2107.184326,71898.99938,181000.0,861.9460449 +51179010107,"Census Tract 101.07, Stafford County, Virginia",3849,2697.0,114598.0,335400.0,1097.0,2704.0,228.0,0.0,117.0,0.0,0.0,182.0,618.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 101.07,2903.331121,2398.34668,314.681366,27.24894524,53.17939377,0.0,103.7217865,1822.16333,75025.99849,167199.9958,709.7910767000001 +51179010106,"Census Tract 101.06, Stafford County, Virginia",2937,1984.0,124625.0,445600.0,756.0,2348.0,270.0,8.0,57.0,0.0,85.0,78.0,91.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 101.06,1710.0,1413.0,220.0,20.0,27.0,0.0,27.0,1364.0,76367.0,174400.0,359.0 +51179010405,"Census Tract 104.05, Stafford County, Virginia",6581,4104.0,94592.0,301100.0,1656.0,5101.0,517.0,0.0,179.0,0.0,0.0,310.0,474.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 104.05,4145.864676,3865.617432,148.6008759,27.92499733,36.90088654,0.0,60.83660126,2723.68457,72577.00017,148500.0005,947.4552612 +51179010504,"Census Tract 105.04, Stafford County, Virginia",1796,1233.0,87500.0,261100.0,342.0,1483.0,108.0,7.0,0.0,0.0,0.0,111.0,87.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 105.04,1571.0,1415.0,110.0,16.0,7.0,0.0,20.0,1146.0,65000.0,132600.0,245.0 +51179010206,"Census Tract 102.06, Stafford County, Virginia",5271,3314.0,96536.0,263300.0,1176.0,2903.0,1015.0,0.0,123.0,0.0,0.0,214.0,1016.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.06,4209.0,3079.0,748.0,35.0,127.0,8.0,197.0,2430.0,60112.0,136100.0,437.0 +51179010210,"Census Tract 102.10, Stafford County, Virginia",7883,4372.0,106196.0,390900.0,1971.0,3635.0,1800.0,0.0,400.0,0.0,15.0,499.0,1534.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.10,2663.0,1824.0,604.0,19.0,91.0,0.0,118.0,1534.0,66302.0,141400.0,532.0 +51179010404,"Census Tract 104.04, Stafford County, Virginia",6530,4028.0,84491.0,286800.0,1586.0,5027.0,830.0,15.0,86.0,0.0,5.0,214.0,353.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 104.04,4274.135255,3706.3825469999997,322.3991227,46.07500292,81.09911101,0.0,108.16339920000001,2784.3154640000002,54661.53322999999,128258.5228,707.5447421 +51179010406,"Census Tract 104.06, Stafford County, Virginia",3150,2077.0,74375.0,258100.0,652.0,2242.0,298.0,19.0,15.0,0.0,0.0,275.0,301.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 104.06,2560.0,2253.0,192.0,24.0,46.0,0.0,39.0,1547.0,60486.0,130000.0,477.0 +51179010105,"Census Tract 101.05, Stafford County, Virginia",7826,4925.0,112342.0,338500.0,1688.0,4218.0,1666.0,0.0,205.0,19.0,0.0,332.0,1386.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 101.05,5125.961503,3924.9704590000006,827.9937744,55.99958038,100.9992447,0.0,193.9985504,3042.9770510000003,74176.99877,165599.9956,826.9937744 +51179010201,"Census Tract 102.01, Stafford County, Virginia",1809,466.0,28750.0,275000.0,175.0,1260.0,218.0,0.0,53.0,29.0,0.0,66.0,183.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.01,1018.0,774.0,117.0,9.0,34.0,1.0,82.0,401.0,66250.0,75000.0,307.0 +51179010202,"Census Tract 102.02, Stafford County, Virginia",6381,4125.0,108846.0,336800.0,1464.0,4962.0,434.0,17.0,214.0,10.0,0.0,281.0,470.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.02,5098.217893999999,4656.166788,239.0341228,49.00210828,52.00585632,0.0,95.00815981,3090.121382,74087.10046,155100.2828,651.0385345999999 +51179010303,"Census Tract 103.03, Stafford County, Virginia",10927,6820.0,112806.0,356900.0,3009.0,7184.0,1945.0,63.0,420.0,25.0,0.0,417.0,873.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 103.03,4940.0,3831.0,747.0,66.0,97.0,0.0,185.0,3072.0,56298.0,163100.0,637.0 +51179010503,"Census Tract 105.03, Stafford County, Virginia",2140,1511.0,90577.0,328600.0,587.0,1782.0,108.0,63.0,35.0,0.0,0.0,62.0,90.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 105.03,1645.0,1510.0,55.0,37.0,23.0,0.0,18.0,1120.0,64083.0,144500.0,385.0 +51179010301,"Census Tract 103.01, Stafford County, Virginia",4199,2844.0,117238.0,417200.0,927.0,3226.0,389.0,13.0,28.0,0.0,56.0,160.0,336.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 103.01,2727.0,2395.0,228.0,11.0,35.0,2.0,49.0,1689.0,73646.0,170400.0,443.0 +51179010403,"Census Tract 104.03, Stafford County, Virginia",3227,2215.0,96115.0,271700.0,640.0,2374.0,352.0,25.0,116.0,0.0,0.0,164.0,196.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 104.03,2294.0,1948.0,208.0,15.0,49.0,1.0,67.0,1411.0,57578.0,125200.0,296.0 +51179010204,"Census Tract 102.04, Stafford County, Virginia",9580,6351.0,170446.0,515900.0,2781.0,6340.0,1351.0,8.0,345.0,0.0,14.0,753.0,769.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.04,3924.5519630000003,3288.45406,408.0611227,31.00637062,91.01514953,0.0,88.01458438,2518.342308,76308.53893,179296.5735,615.0980202000001 +51179010205,"Census Tract 102.05, Stafford County, Virginia",6752,4314.0,131603.0,342000.0,1830.0,4580.0,964.0,24.0,134.0,17.0,19.0,302.0,718.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.05,5580.782112,4271.833008,873.9658812999999,53.99789047,149.9941406,0.0,208.9918365,3108.878662,76670.00188,162299.9955,986.9614867999999 +51179010502,"Census Tract 105.02, Stafford County, Virginia",4309,2970.0,88247.0,268300.0,1016.0,3650.0,354.0,17.0,23.0,0.0,7.0,159.0,99.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 105.02,4117.0,3692.0,222.0,22.0,63.0,0.0,113.0,2743.0,63333.0,135800.0,1062.0 +51179010103,"Census Tract 101.03, Stafford County, Virginia",3975,2716.0,110833.0,352000.0,1343.0,2565.0,574.0,59.0,128.0,12.0,56.0,139.0,442.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 101.03,2882.038398,2386.029402,284.0062025,30.00041949,70.00075658,1.0,98.00145323,1853.0227949999999,78804.9416,174699.8728,630.006195 +51179010207,"Census Tract 102.07, Stafford County, Virginia",8882,5440.0,71804.0,234400.0,1508.0,3204.0,2480.0,0.0,381.0,0.0,0.0,356.0,2461.0,Washington,Washington-Arlington-Alexandria,VA,Stafford County,Census Tract 102.07,4909.0,3406.0,1061.0,53.0,143.0,3.0,233.0,2787.0,42623.0,60200.0,310.0 +51187020602,"Census Tract 206.02, Warren County, Virginia",2846,1929.0,70417.0,219200.0,371.0,2371.0,55.0,0.0,88.0,0.0,0.0,103.0,229.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 206.02,2466.136381,2255.353395,112.6101156,13.6857579,27.36351776,0.0,54.72603227,1522.157137,43571.57961,114342.1576,250.9460187 +51187020601,"Census Tract 206.01, Warren County, Virginia",5992,3512.0,65388.0,238300.0,860.0,4981.0,160.0,0.0,147.0,0.0,0.0,312.0,392.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 206.01,4740.998171,4335.717285,216.4568939,26.31694794,52.63389587,0.0,105.26779170000002,2925.786621,43565.999710000004,114300.0016,482.25805660000003 +51187020700,"Census Tract 207, Warren County, Virginia",3014,2249.0,68891.0,248900.0,375.0,2898.0,23.0,8.0,0.0,0.0,0.0,0.0,85.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 207,2861.0,2769.0,49.0,17.0,3.0,0.0,19.0,2074.0,42969.0,132700.0,310.0 +51187020100,"Census Tract 201, Warren County, Virginia",8572,5901.0,82998.0,235200.0,1502.0,8024.0,104.0,0.0,46.0,0.0,0.0,190.0,208.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 201,5312.33318,5017.003465999999,114.85995009999999,25.92907129,46.85539993,0.0,78.77960863,3593.4747520000005,52253.77947,109444.5719,559.6227836 +51187020500,"Census Tract 205, Warren County, Virginia",4272,3014.0,39310.0,149200.0,260.0,3101.0,534.0,12.0,47.0,0.0,0.0,286.0,292.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 205,4078.0,3215.0,702.0,34.0,32.0,0.0,91.0,2735.0,28883.0,87100.0,269.0 +51187020300,"Census Tract 203, Warren County, Virginia",6832,4969.0,69844.0,250600.0,1030.0,6433.0,90.0,0.0,0.0,0.0,0.0,209.0,100.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 203,5388.814644,5166.904785,115.95298000000001,32.98662186,29.98783875,0.0,37.98459625,3695.501221,48245.99906,120000.0035,543.77948 +51187020400,"Census Tract 204, Warren County, Virginia",4716,3176.0,50557.0,168600.0,596.0,3714.0,387.0,81.0,117.0,0.0,0.0,180.0,276.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 204,4485.0,4030.0,295.0,34.0,20.0,1.0,89.0,2985.0,34232.0,93200.0,395.0 +51187020200,"Census Tract 202, Warren County, Virginia",2747,2051.0,97563.0,296400.0,598.0,2634.0,54.0,0.0,19.0,0.0,0.0,0.0,40.0,Washington,Washington-Arlington-Alexandria,VA,Warren County,Census Tract 202,2234.9950710000003,2141.995361,51.99988556,14.99996662,5.999986648999999,0.0,17.99995995,1584.99646,54337.99981,145399.9989,361.9992065 +51510200701,"Census Tract 2007.01, Alexandria city, Virginia",766,668.0,118690.0,,513.0,573.0,64.0,0.0,23.0,0.0,0.0,5.0,101.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2007.01,783.9999876,468.06491090000003,252.8526306,1.916870356,23.35096741,0.34852188799999995,34.32940674,656.6152344,66818.00036,234600.0079,399.9288635 +51510200703,"Census Tract 2007.03, Alexandria city, Virginia",3393,2553.0,106250.0,632600.0,2010.0,2162.0,907.0,0.0,37.0,0.0,11.0,130.0,146.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2007.03,2775.9223469999997,1657.2855220000001,895.2796631000001,6.787096023999999,82.6791687,1.234017491,121.5507202,2324.888916,66818.00187000001,234600.0087,1416.035034 +51510200404,"Census Tract 2004.04, Alexandria city, Virginia",3809,2916.0,163702.0,560000.0,2441.0,2615.0,525.0,0.0,247.0,0.0,10.0,121.0,291.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2004.04,775.762551,324.6098633,198.453125,4.150527477,93.24208069,0.289571702,144.88237,555.5915527000001,52712.00082,208500.0065,302.8919983 +51510200403,"Census Tract 2004.03, Alexandria city, Virginia",1310,1128.0,105288.0,380200.0,827.0,671.0,212.0,0.0,168.0,0.0,7.0,134.0,118.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2004.03,376.0000028,157.33332819999998,96.18713379,2.011695862,45.19298172,0.140350878,70.22222137,269.28656010000003,52711.99984,208500.0047,146.80702209999998 +51510201802,"Census Tract 2018.02, Alexandria city, Virginia",2069,1686.0,153542.0,898900.0,1230.0,1507.0,369.0,0.0,68.0,0.0,0.0,20.0,105.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2018.02,1876.0,1263.0,477.0,12.0,31.0,0.0,88.0,1385.0,97864.0,435800.0,991.0 +51510200104,"Census Tract 2001.04, Alexandria city, Virginia",4121,2658.0,49568.0,,777.0,1074.0,831.0,22.0,275.0,0.0,12.0,86.0,1843.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2001.04,3089.0,1068.0,886.0,7.0,309.0,0.0,779.0,1964.0,48179.0,85000.0,903.0 +51510200105,"Census Tract 2001.05, Alexandria city, Virginia",4130,3465.0,50820.0,,1492.0,1069.0,2640.0,0.0,74.0,0.0,0.0,152.0,195.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2001.05,3751.533836,1187.442017,1572.381958,19.5732193,434.33908080000003,0.9320580959999999,377.4835205,2889.380127,36900.99845,65000.00238,1221.9282230000001 +51510200201,"Census Tract 2002.01, Alexandria city, Virginia",3427,2886.0,95690.0,380200.0,1950.0,2007.0,577.0,8.0,293.0,0.0,0.0,49.0,501.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2002.01,3449.9863240000004,1993.0796510000002,798.2947507,11.14280801,199.9443666,0.0012237189999999998,391.3345327,2674.5519649999997,51902.47731,143004.0688,1429.120604 +51510200301,"Census Tract 2003.01, Alexandria city, Virginia",3833,2761.0,84286.0,379300.0,1607.0,1397.0,1052.0,9.0,321.0,0.0,19.0,243.0,801.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2003.01,3508.0,1180.0,989.0,6.0,292.0,0.0,946.0,2247.0,52500.0,178800.0,855.0 +51510201202,"Census Tract 2012.02, Alexandria city, Virginia",3033,2287.0,136250.0,606500.0,1809.0,2166.0,448.0,6.0,150.0,0.0,0.0,115.0,153.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2012.02,3278.0,1639.0,825.0,5.0,196.0,0.0,594.0,2363.0,56711.0,146500.0,1239.0 +51510202002,"Census Tract 2020.02, Alexandria city, Virginia",2233,1983.0,115078.0,846600.0,1442.0,1913.0,94.0,37.0,88.0,0.0,0.0,47.0,54.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2020.02,2479.0,2213.0,81.0,16.0,79.0,0.0,80.0,2270.0,59583.0,347000.0,1709.0 +51510200102,"Census Tract 2001.02, Alexandria city, Virginia",4428,2931.0,61640.0,545200.0,1111.0,1457.0,1200.0,64.0,140.0,0.0,12.0,119.0,1500.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2001.02,4021.0,1535.0,998.0,18.0,475.0,3.0,915.0,2690.0,51551.0,213400.0,1407.0 +51510200103,"Census Tract 2001.03, Alexandria city, Virginia",8047,5543.0,53125.0,225500.0,2002.0,1648.0,3816.0,79.0,730.0,0.0,31.0,232.0,1590.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2001.03,6949.0,2129.0,2510.0,21.0,616.0,0.0,1582.0,4600.0,45772.0,78900.0,1648.0 +51510201203,"Census Tract 2012.03, Alexandria city, Virginia",8184,5226.0,53646.0,517600.0,1641.0,1634.0,1091.0,0.0,362.0,0.0,12.0,197.0,4888.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2012.03,7096.595587999999,819.2979736000001,1596.734009,29.90138626,197.34915159999997,0.0,4421.418457,4256.960449,40599.000980000004,176000.0075,735.5740967 +51510201204,"Census Tract 2012.04, Alexandria city, Virginia",3832,3067.0,102200.0,471900.0,1646.0,1556.0,746.0,0.0,224.0,0.0,0.0,179.0,1127.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2012.04,2924.0,746.0,1491.0,17.0,74.0,0.0,584.0,2054.0,40878.0,94700.0,453.0 +51510201801,"Census Tract 2018.01, Alexandria city, Virginia",6581,5799.0,118068.0,595800.0,4618.0,4725.0,1053.0,0.0,371.0,0.0,0.0,94.0,338.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2018.01,4727.0,3443.0,939.0,16.0,125.0,1.0,190.0,4178.0,66646.0,226600.0,2923.0 +51510201500,"Census Tract 2015, Alexandria city, Virginia",4034,3080.0,167772.0,830900.0,2486.0,3624.0,87.0,42.0,73.0,0.0,7.0,59.0,142.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2015,3445.0,3091.0,188.0,13.0,66.0,1.0,83.0,2744.0,106417.0,311200.0,1936.0 +51510201600,"Census Tract 2016, Alexandria city, Virginia",5582,4546.0,128244.0,624800.0,3395.0,3323.0,1108.0,35.0,177.0,0.0,42.0,283.0,649.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2016,4089.0,1766.0,1870.0,13.0,69.0,1.0,357.0,2852.0,60806.0,186800.0,1591.0 +51510200500,"Census Tract 2005, Alexandria city, Virginia",4296,2857.0,45126.0,263100.0,1006.0,1361.0,1792.0,0.0,103.0,0.0,15.0,168.0,857.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2005,4276.866547,2350.572574,1090.013124,23.09971592,333.5992776,0.0,442.47826380000004,3092.531797,40404.047810000004,137711.9029,1878.2775329999997 +51510200802,"Census Tract 2008.02, Alexandria city, Virginia",3381,2408.0,95685.0,378000.0,1476.0,1741.0,732.0,0.0,99.0,0.0,70.0,205.0,534.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2008.02,2840.0,1785.0,657.0,3.0,129.0,0.0,249.0,2088.0,60029.0,169900.0,1246.0 +51510201900,"Census Tract 2019, Alexandria city, Virginia",1631,1411.0,127981.0,770800.0,1254.0,1415.0,58.0,0.0,46.0,0.0,0.0,10.0,102.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2019,1644.0,1374.0,117.0,12.0,62.0,0.0,69.0,1434.0,89394.0,286200.0,1142.0 +51510200202,"Census Tract 2002.02, Alexandria city, Virginia",1590,1205.0,209545.0,888300.0,1067.0,1298.0,13.0,0.0,73.0,0.0,0.0,51.0,155.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2002.02,1494.070255,1294.925659,70.91490936,4.857185363999999,74.80065918,0.0,42.74323273,1100.638184,127378.0042,421100.0092,814.06427 +51510200600,"Census Tract 2006, Alexandria city, Virginia",4811,3474.0,91842.0,379600.0,1706.0,2064.0,1345.0,20.0,523.0,0.0,0.0,154.0,705.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2006,4526.358074,1791.74585,1165.834717,28.99588776,573.9185791,0.0,907.8712158,3266.536621,55926.0019,145600.0036,1096.844482 +51510200801,"Census Tract 2008.01, Alexandria city, Virginia",2770,1909.0,181786.0,846300.0,1416.0,1948.0,226.0,0.0,133.0,0.0,0.0,62.0,401.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2008.01,2454.0,1912.0,163.0,7.0,52.0,1.0,308.0,1786.0,104623.0,367100.0,1260.0 +51510202001,"Census Tract 2020.01, Alexandria city, Virginia",2146,1710.0,198611.0,1004900.0,1553.0,1997.0,50.0,0.0,24.0,0.0,8.0,24.0,43.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2020.01,2145.0,2009.0,67.0,4.0,25.0,0.0,32.0,1860.0,130899.0,466100.0,1581.0 +51510200302,"Census Tract 2003.02, Alexandria city, Virginia",5229,3568.0,106563.0,589300.0,1536.0,1874.0,1264.0,0.0,598.0,10.0,15.0,150.0,1318.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2003.02,3865.70505,2264.75586,829.2373271,21.04720966,284.6814611,0.0,445.90724639999996,2614.293252,65717.6562,224022.0215,1286.813719 +51510200303,"Census Tract 2003.03, Alexandria city, Virginia",5035,3898.0,71159.0,246800.0,1995.0,2131.0,1740.0,0.0,425.0,0.0,0.0,208.0,531.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2003.03,4933.0,2313.0,1435.0,35.0,555.0,0.0,532.0,3982.0,42939.0,91400.0,1791.0 +51510200900,"Census Tract 2009, Alexandria city, Virginia",5344,3846.0,187674.0,807900.0,3201.0,4501.0,346.0,0.0,89.0,0.0,7.0,185.0,216.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2009,4518.0,4037.0,189.0,17.0,114.0,3.0,147.0,3310.0,105129.0,300800.0,2445.0 +51510201300,"Census Tract 2013, Alexandria city, Virginia",3714,3024.0,136875.0,679600.0,2541.0,3017.0,273.0,0.0,120.0,0.0,0.0,41.0,263.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2013,3034.0,1949.0,840.0,17.0,66.0,0.0,157.0,2383.0,56531.0,191300.0,1183.0 +51510201400,"Census Tract 2014, Alexandria city, Virginia",4394,3294.0,126223.0,723700.0,2614.0,3477.0,198.0,0.0,118.0,13.0,0.0,68.0,520.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2014,3791.0,2795.0,454.0,27.0,110.0,0.0,396.0,2916.0,65739.0,227900.0,1748.0 +51510201100,"Census Tract 2011, Alexandria city, Virginia",3512,2257.0,147063.0,814900.0,1771.0,2537.0,99.0,0.0,306.0,11.0,34.0,76.0,449.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2011,2725.404275,2209.70201,236.2659616,9.098613515,81.65084922,0.0,177.5816517,2023.0392780000002,98115.10569,348473.2241,1460.4258929999999 +51510201000,"Census Tract 2010, Alexandria city, Virginia",2685,2354.0,99479.0,300800.0,2009.0,2267.0,47.0,0.0,37.0,0.0,0.0,54.0,280.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2010,2677.0,2294.0,139.0,8.0,106.0,1.0,121.0,2413.0,56042.0,103500.0,1830.0 +51510200106,"Census Tract 2001.06, Alexandria city, Virginia",3574,2687.0,71944.0,532600.0,1325.0,1445.0,760.0,0.0,307.0,0.0,0.0,114.0,948.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2001.06,3467.466289,1964.4458309999998,750.0691376,13.56649184,327.20012280000003,2.579606317,331.0092773,2772.099213,54866.194789999994,193013.7058,1660.536591 +51510200107,"Census Tract 2001.07, Alexandria city, Virginia",6226,5222.0,95391.0,244100.0,3504.0,2855.0,1575.0,0.0,644.0,0.0,25.0,209.0,918.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2001.07,4438.443840999999,2610.014923,882.5986146,16.88126468,410.5886984,3.488374103,421.86206430000004,3559.4702549999997,56593.75695,193274.0626,2184.111809 +51510200405,"Census Tract 2004.05, Alexandria city, Virginia",7305,5486.0,70962.0,236500.0,2693.0,2218.0,2282.0,0.0,703.0,0.0,16.0,426.0,1660.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2004.05,6885.237566,2881.056885,1761.359741,36.83777618,827.5649414,2.570077419,1285.895386,4931.12207,52711.99912,208500.0061,2688.301025 +51510200406,"Census Tract 2004.06, Alexandria city, Virginia",5314,4303.0,76835.0,195600.0,1819.0,1469.0,2111.0,0.0,536.0,0.0,18.0,262.0,918.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2004.06,4311.999974,2004.793213,1180.977051,16.16348267,454.14172360000003,0.521402657,530.2664795,3372.4323729999996,46273.99946,99700.00169,1525.624146 +51510200407,"Census Tract 2004.07, Alexandria city, Virginia",4026,3102.0,74257.0,230100.0,1673.0,1747.0,1290.0,0.0,335.0,0.0,0.0,310.0,344.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2004.07,3958.0000259999997,1840.206787,1084.022949,14.83651733,416.8582764,0.47859734299999995,486.73349,3095.567627,46274.00058,99699.99816,1400.375854 +51510200702,"Census Tract 2007.02, Alexandria city, Virginia",4915,4466.0,120980.0,526100.0,3600.0,3660.0,536.0,0.0,380.0,0.0,0.0,143.0,196.0,Washington,Washington-Arlington-Alexandria,VA,Alexandria city,Census Tract 2007.02,939.0775315,560.6495361000001,302.86764530000005,2.296033144,27.96985817,0.417460561,41.11986542,786.4956665,66818.00115,234600.0048,479.03598020000004 +54037972505,"Census Tract 9725.05, Jefferson County, West Virginia",2660,1965.0,39449.0,171600.0,363.0,2060.0,358.0,0.0,30.0,0.0,68.0,23.0,121.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9725.05,2770.998845,2399.767578,270.7026062,12.60547638,28.99259567,0.31513690899999997,52.94300079,1898.699829,39773.00211,119699.9989,461.0452881 +54037972701,"Census Tract 9727.01, Jefferson County, West Virginia",2752,2050.0,60030.0,163500.0,262.0,2545.0,32.0,25.0,0.0,0.0,0.0,37.0,113.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9727.01,2933.000089,2831.87793,25.28052139,20.68406296,15.16831303,0.459645838,36.77166748,1971.421021,44679.00046,96500.00247,286.35934449999996 +54037972702,"Census Tract 9727.02, Jefferson County, West Virginia",4342,3008.0,71429.0,176200.0,699.0,3955.0,4.0,15.0,26.0,0.0,0.0,119.0,223.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9727.02,3448.0001009999996,3329.12207,29.71948051,24.31593895,17.83168793,0.540354192,43.22833633,2317.579102,44679.00207,96500.00322,336.64065550000004 +54037972401,"Census Tract 9724.01, Jefferson County, West Virginia",2546,1780.0,32386.0,130800.0,358.0,1523.0,538.0,0.0,120.0,0.0,157.0,117.0,91.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9724.01,2457.000066,2040.605103,309.37335210000003,11.69143486,12.14110565,0.44967058299999996,72.39696503,1582.3907470000001,32124.99912,80299.99845,120.06204220000001 +54037972503,"Census Tract 9725.03, Jefferson County, West Virginia",3413,2327.0,78984.0,213000.0,740.0,2820.0,302.0,0.0,46.0,0.0,11.0,11.0,223.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9725.03,1614.999952,1398.638062,157.7715149,7.34675312,16.89753151,0.18366882199999998,30.85636139,1106.604614,39772.99989,119699.9961,268.707489 +54037972506,"Census Tract 9725.06, Jefferson County, West Virginia",3556,2311.0,71583.0,254500.0,766.0,2623.0,429.0,0.0,113.0,0.0,0.0,24.0,367.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9725.06,2223.000008,1925.184204,217.1678619,10.11258984,23.25895691,0.25281474,42.4728775,1523.208862,39772.999260000004,119699.9967,369.8679504 +54037972501,"Census Tract 9725.01, Jefferson County, West Virginia",4807,3269.0,87963.0,241500.0,1325.0,3768.0,308.0,0.0,58.0,0.0,0.0,156.0,517.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9725.01,2183.981409,1891.3929440000002,213.35607909999996,9.935091019,22.85070992,0.248377278,41.72738266,1496.473145,39772.99954,119699.99699999999,363.375946 +54037972601,"Census Tract 9726.01, Jefferson County, West Virginia",2033,1464.0,60132.0,194000.0,465.0,1884.0,39.0,4.0,9.0,0.0,15.0,33.0,49.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9726.01,2080.147778,1940.048584,68.65786743,16.2366581,20.875701899999996,0.0,29.22598267,1458.979614,52143.001489999995,150599.9933,389.6797791 +54037972602,"Census Tract 9726.02, Jefferson County, West Virginia",4134,2772.0,105714.0,306700.0,1176.0,3908.0,38.0,0.0,52.0,0.0,0.0,19.0,117.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9726.02,2403.852222,2241.951416,79.34213257,18.7633419,24.124298100000004,0.0,33.77401733,1686.020386,52142.99871,150600.0058,450.3202209 +54037972203,"Census Tract 9722.03, Jefferson County, West Virginia",2517,1857.0,98533.0,279500.0,788.0,2302.0,62.0,6.0,13.0,0.0,0.0,51.0,83.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9722.03,2009.503586,1795.4233399999998,135.550827,16.00600243,31.51181793,0.0,26.00975418,1207.9530029999999,50580.001710000004,147499.9922,458.6719971 +54037972201,"Census Tract 9722.01, Jefferson County, West Virginia",4916,2859.0,97574.0,277400.0,1453.0,4099.0,351.0,0.0,136.0,0.0,6.0,205.0,119.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9722.01,3666.999968,3276.340088,247.3570557,29.20821381,57.50366974,0.0,47.46334839,2204.307373,50579.99966,147500.0012,836.9978637999999 +54037972204,"Census Tract 9722.04, Jefferson County, West Virginia",2645,1617.0,42759.0,241900.0,538.0,2433.0,123.0,6.0,3.0,0.0,0.0,62.0,18.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9722.04,2358.496446,2107.236572,159.0921021,18.78578377,36.98451233,0.0,30.52689934,1417.739624,50579.99907,147500.0048,538.3301392000001 +54037972402,"Census Tract 9724.02, Jefferson County, West Virginia",4825,3338.0,66331.0,196300.0,768.0,3600.0,532.0,0.0,72.0,0.0,25.0,127.0,469.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9724.02,3007.000097,2497.39502,378.62664789999997,14.30856514,14.8588953,0.5503294470000001,88.6030426,1936.609375,32125.000819999997,80299.99931,146.93795780000002 +54037972800,"Census Tract 9728, Jefferson County, West Virginia",5894,4278.0,89500.0,247500.0,1128.0,5314.0,118.0,52.0,143.0,0.0,0.0,70.0,197.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9728,5013.019694,4638.017054999999,241.0019239,22.00008959,28.00020605,1.00000224,79.00037627,3421.013494,51353.94866,128599.9696,659.0032767000001 +54037972300,"Census Tract 9723, Jefferson County, West Virginia",4633,3205.0,73750.0,217800.0,806.0,3832.0,396.0,0.0,9.0,0.0,29.0,102.0,265.0,Washington,Washington-Arlington-Alexandria,WV,Jefferson County,Census Tract 9723,4020.0,3645.0,236.0,40.0,12.0,0.0,79.0,2691.0,46620.0,92400.0,344.0 +24003990000,"Census Tract 9900, Anne Arundel County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,,,,,,,,,,,,,, +24003708004,"Census Tract 7080.04, Anne Arundel County, Maryland",5996,3770.0,66769.0,,816.0,4427.0,957.0,38.0,0.0,0.0,0.0,152.0,422.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7080.04,5339.999976,4561.274902,614.5286255,55.53696442,44.67103577,0.0,45.87836456,3683.549561,57674.999729999996,159399.999,766.6516113 +24003708001,"Census Tract 7080.01, Anne Arundel County, Maryland",3787,2856.0,106875.0,452100.0,962.0,3500.0,73.0,0.0,37.0,0.0,32.0,71.0,74.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7080.01,3508.757205,2997.2949719999997,403.5828853,36.474855,29.37943112,0.0,30.13454967,2420.299116,57697.319489999994,159440.2192,503.7492831 +24003702209,"Census Tract 7022.09, Anne Arundel County, Maryland",4467,2784.0,151944.0,483700.0,1806.0,3550.0,322.0,10.0,123.0,0.0,0.0,142.0,320.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7022.09,4552.5743840000005,3894.633545,370.79125980000003,19.14331245,143.427597,0.883537531,113.68183140000001,2861.483643,71672.00179,155600.0067,1357.408203 +24003702702,"Census Tract 7027.02, Anne Arundel County, Maryland",3715,2760.0,161406.0,683100.0,1851.0,3231.0,321.0,0.0,23.0,0.0,0.0,11.0,129.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7027.02,3486.0,2995.125,329.0,16.1875,69.5625,2.1875,68.25,2688.4375,80252.0,241600.0,1377.25 +24003740702,"Census Tract 7407.02, Anne Arundel County, Maryland",9811,6936.0,108031.0,342500.0,3878.0,6849.0,1249.0,41.0,377.0,0.0,25.0,646.0,624.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7407.02,3854.158175,3105.822998,485.2557983,21.38100243,123.63797,0.9296088220000001,102.2569733,2544.339355,67491.00258,146800.0058,1065.331665 +24003702205,"Census Tract 7022.05, Anne Arundel County, Maryland",5746,4059.0,104795.0,404400.0,2260.0,4420.0,911.0,0.0,58.0,0.0,0.0,284.0,73.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7022.05,5050.9999880000005,4574.261719,185.3983002,21.51944542,137.3933868,0.551780641,123.047081,3539.672852,74509.9992,194399.9958,1899.780762 +24003702204,"Census Tract 7022.04, Anne Arundel County, Maryland",4236,2886.0,138816.0,466700.0,1870.0,3430.0,157.0,9.0,227.0,0.0,9.0,76.0,328.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7022.04,4102.299707,3715.1042479999996,150.576004,17.47757149,111.5875702,0.44814285600000003,99.93585968,2874.8364260000003,74510.00064,194399.9951,1542.955811 +24003706301,"Census Tract 7063.01, Anne Arundel County, Maryland",4233,3385.0,71693.0,311800.0,1830.0,2675.0,1204.0,0.0,25.0,0.0,21.0,81.0,227.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7063.01,4358.828293,3409.998047,738.3503417999999,13.92063236,91.31934357,0.55682528,96.3307724,3432.270996,53323.99948,173300.0015,1618.1342769999999 +24003702206,"Census Tract 7022.06, Anne Arundel County, Maryland",6694,4533.0,106642.0,287000.0,2384.0,4449.0,1093.0,0.0,348.0,0.0,0.0,386.0,418.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7022.06,6537.999790999999,5593.124022999999,532.4971924,27.49191284,205.97787480000002,1.268857479,163.2596588,4109.406738000001,71672.00259,155600.0011,1949.388062 +24003706302,"Census Tract 7063.02, Anne Arundel County, Maryland",3145,2673.0,91875.0,710100.0,1886.0,2598.0,132.0,0.0,58.0,0.0,0.0,44.0,313.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7063.02,3466.0000939999995,2711.520752,587.1124267999999,11.06923866,72.61420441,0.44276955700000004,76.59913635,2729.231445,53324.00073,173299.9988,1286.688354 +24003731105,"Census Tract 7311.05, Anne Arundel County, Maryland",3574,2484.0,97250.0,389700.0,1234.0,3147.0,123.0,0.0,162.0,0.0,0.0,39.0,103.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7311.05,3807.4702159999997,3364.926025,254.9540863,12.162946699999999,80.93038177,0.0,82.33379364,2422.297607,75248.00163,161500.0055,899.5902710000001 +24003702701,"Census Tract 7027.01, Anne Arundel County, Maryland",4617,3769.0,91496.0,296900.0,2268.0,3422.0,640.0,0.0,286.0,0.0,0.0,78.0,191.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7027.01,4482.0,3850.875,423.0,20.8125,89.4375,2.8125,87.75,3456.5625,80252.0,241600.0,1770.75 +24003730506,"Census Tract 7305.06, Anne Arundel County, Maryland",3416,2244.0,44831.0,214600.0,575.0,1066.0,1629.0,0.0,238.0,0.0,11.0,40.0,432.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7305.06,3633.999993,2260.098145,931.9473877,18.30039024,247.5127716,0.457509756,151.89323430000002,2262.8432620000003,41553.00057,119799.9967,452.01965329999996 +24003730505,"Census Tract 7305.05, Anne Arundel County, Maryland",4673,2989.0,50784.0,189200.0,940.0,1518.0,2264.0,0.0,342.0,0.0,11.0,142.0,396.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7305.05,4309.000007,2679.901855,1105.052612,21.69960976,293.4872131,0.542490244,180.10676569999998,2683.1567379999997,41552.99952,119800.0028,535.9803467 +24003731104,"Census Tract 7311.04, Anne Arundel County, Maryland",4336,2898.0,105982.0,376900.0,1185.0,3486.0,256.0,0.0,158.0,0.0,0.0,221.0,215.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7311.04,4331.529541,3828.0737299999996,290.0458984,13.83705235,92.06961823,0.0,93.66619873,2755.702148,75248.00068,161500.0014,1023.409668 +24003731004,"Census Tract 7310.04, Anne Arundel County, Maryland",4408,3054.0,104559.0,373800.0,1479.0,3996.0,61.0,0.0,135.0,0.0,0.0,9.0,207.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7310.04,3713.0127770000004,3395.26486,151.1544935,23.13300676,53.73024392,0.461480916,79.10306606,2415.469559,71996.11708,155726.3307,961.2631474 +24003731003,"Census Tract 7310.03, Anne Arundel County, Maryland",4166,2869.0,91750.0,364100.0,1302.0,3682.0,38.0,0.0,65.0,6.0,0.0,142.0,233.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7310.03,4155.000147,3799.1679689999996,169.36985780000003,25.89753342,60.08227539,0.517950654,88.56956482,2702.666504,71999.9977,155600.0043,1074.229614 +24003740305,"Census Tract 7403.05, Anne Arundel County, Maryland",11647,6952.0,92478.0,284300.0,3274.0,2646.0,6870.0,20.0,356.0,0.0,0.0,735.0,1040.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7403.05,7046.999784000001,3689.240723,2592.802002,50.3261261,373.0843506,0.671015024,319.4031372,4312.61377,62203.99997999999,144499.9992,1332.635864 +24003740701,"Census Tract 7407.01, Anne Arundel County, Maryland",5737,4083.0,92879.0,282700.0,2381.0,3850.0,942.0,0.0,263.0,0.0,104.0,192.0,386.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7407.01,4304.841872999999,3469.000732,541.9989013999999,23.881177899999997,138.09550480000001,1.038312078,114.214325,2841.860107,67491.00236,146800.0023,1189.90564 +24003740304,"Census Tract 7403.04, Anne Arundel County, Maryland",5158,4008.0,95258.0,353300.0,1810.0,3306.0,1094.0,47.0,193.0,0.0,0.0,285.0,233.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7403.04,3477.999903,1827.2935280000002,1274.0936789999998,24.80146295,183.65345369999997,0.334532462,157.20705900000002,2129.5697800000003,62242.27854,144519.5272,659.7215276000001 +24003980000,"Census Tract 9800, Anne Arundel County, Maryland",9,9.0,,,0.0,3.0,6.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 9800,4.119865773,3.0505876539999996,0.6873930690000001,0.06289871,0.197681665,0.008985531,0.089855306,3.324646235,59167.001789999995,190600.0027,0.705364168 +24003702300,"Census Tract 7023, Anne Arundel County, Maryland",5626,3985.0,124158.0,592200.0,1997.0,4890.0,124.0,35.0,229.0,0.0,48.0,98.0,237.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7023,5265.0,4960.0,117.0,15.0,72.0,0.0,95.0,3638.0,98664.0,293500.0,1698.0 +24003706101,"Census Tract 7061.01, Anne Arundel County, Maryland",3686,2604.0,86944.0,706800.0,1536.0,2665.0,825.0,9.0,35.0,0.0,0.0,0.0,152.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7061.01,3632.0,2582.721025,915.9337993999999,14.0067948,42.13453698,1.001358959,70.19161329,2397.6924870000003,41337.4858,346387.1754,1431.960979 +24003730300,"Census Tract 7303, Anne Arundel County, Maryland",3470,2364.0,86568.0,229800.0,377.0,2621.0,322.0,7.0,80.0,0.0,15.0,26.0,399.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7303,3119.000004,2797.541428,139.9450469,22.27655011,80.02024233,1.004806799,72.06718802,2117.357786,50270.54922,110092.3721,167.4323351 +24003750102,"Census Tract 7501.02, Anne Arundel County, Maryland",2892,1870.0,54097.0,146500.0,259.0,1832.0,606.0,25.0,150.0,0.0,14.0,68.0,219.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7501.02,2533.445376,2326.409205,127.01698119999999,14.00289923,24.00704098,0.0,36.00883574,1635.313254,39335.20412,82707.19342000001,103.0271975 +24003750203,"Census Tract 7502.03, Anne Arundel County, Maryland",1099,850.0,67692.0,226200.0,99.0,903.0,58.0,3.0,28.0,0.0,8.0,26.0,73.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7502.03,1214.0,1090.0,72.0,6.0,21.0,0.0,24.0,813.0,38693.0,114800.0,52.0 +24003750300,"Census Tract 7503, Anne Arundel County, Maryland",2953,1931.0,80000.0,252600.0,491.0,2328.0,97.0,14.0,159.0,0.0,0.0,255.0,100.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7503,2613.0,2364.0,71.0,20.0,92.0,5.0,58.0,1808.0,51210.0,129600.0,264.0 +24003750803,"Census Tract 7508.03, Anne Arundel County, Maryland",7645,4657.0,57886.0,181500.0,1021.0,3236.0,2392.0,63.0,191.0,0.0,130.0,383.0,1250.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7508.03,6723.0,3961.0,1981.0,53.0,364.0,1.0,290.0,4220.0,40060.0,104400.0,862.0 +24003751103,"Census Tract 7511.03, Anne Arundel County, Maryland",5194,3828.0,60477.0,267100.0,454.0,4310.0,471.0,0.0,40.0,0.0,0.0,304.0,69.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7511.03,5623.0,5103.0,247.0,58.0,112.0,2.0,95.0,3789.0,55142.0,129100.0,394.0 +24003706500,"Census Tract 7065, Anne Arundel County, Maryland",5295,3837.0,88854.0,422300.0,1763.0,3068.0,1013.0,0.0,257.0,0.0,0.0,18.0,939.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7065,4337.0,2551.0,1415.0,13.0,79.0,0.0,263.0,3077.0,53750.0,172400.0,1231.0 +24003706700,"Census Tract 7067, Anne Arundel County, Maryland",5873,390.0,96944.0,,155.0,3906.0,512.0,15.0,379.0,29.0,43.0,524.0,465.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7067,4264.0,3520.0,255.0,23.0,166.0,2.0,296.0,506.0,63333.0,250000.0,332.0 +24003730402,"Census Tract 7304.02, Anne Arundel County, Maryland",6199,4532.0,58911.0,213400.0,845.0,3695.0,1190.0,30.0,436.0,0.0,124.0,269.0,455.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7304.02,5842.115046,4675.291992,647.9018555,26.99591064,201.9694061,0.999848545,273.9584961,3933.404053,45353.00233,113099.9994,500.92413330000005 +24003701102,"Census Tract 7011.02, Anne Arundel County, Maryland",8296,5987.0,87878.0,335600.0,2031.0,6579.0,455.0,20.0,195.0,0.0,0.0,236.0,831.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7011.02,6332.0,5956.0,164.0,23.0,51.0,0.0,128.0,4391.0,58309.0,141900.0,836.0 +24003730401,"Census Tract 7304.01, Anne Arundel County, Maryland",5341,3419.0,74868.0,239300.0,621.0,3176.0,1333.0,0.0,201.0,0.0,0.0,243.0,388.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7304.01,4146.28581,3631.435252,265.974304,36.05880581,142.5242574,1.000151483,65.2372672,2778.983614,47163.263269999996,118524.7116,284.9027091 +24003730800,"Census Tract 7308, Anne Arundel County, Maryland",2477,1771.0,171106.0,696300.0,1289.0,2298.0,13.0,0.0,33.0,0.0,4.0,32.0,97.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7308,2324.0,2208.0,39.0,9.0,32.0,0.0,25.0,1694.0,92904.0,291800.0,1066.0 +24003730901,"Census Tract 7309.01, Anne Arundel County, Maryland",2604,1672.0,140048.0,666500.0,1112.0,2093.0,304.0,0.0,34.0,0.0,0.0,93.0,80.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7309.01,3039.0,2237.0,581.0,18.0,65.0,0.0,126.0,2015.0,80435.0,317900.0,1059.0 +24003731309,"Census Tract 7313.09, Anne Arundel County, Maryland",5912,3921.0,78245.0,260700.0,742.0,5096.0,473.0,2.0,23.0,0.0,14.0,73.0,231.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7313.09,5529.690482,5143.991211,184.85592649999998,26.97897339,79.93769836,0.0,87.93147278,3490.279785,58957.99865,125799.9971,545.5748291 +24003740203,"Census Tract 7402.03, Anne Arundel County, Maryland",6395,4288.0,128184.0,409800.0,1816.0,4483.0,887.0,0.0,313.0,10.0,0.0,277.0,425.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7402.03,4130.702311999999,3446.7517090000006,360.97399900000005,26.9980545,185.98660280000001,2.9997837539999996,101.99265290000001,2826.7963870000003,69615.00047,166799.9963,798.9424437999999 +24003740900,"Census Tract 7409, Anne Arundel County, Maryland",7851,4978.0,90377.0,323100.0,1717.0,4959.0,1246.0,0.0,457.0,0.0,46.0,167.0,976.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7409,6871.999998,5193.7194899999995,1079.205499,73.49372888,272.855041,0.021466473,232.3613122,4593.753738,64966.03921,142657.5707,891.6005782999999 +24003701400,"Census Tract 7014, Anne Arundel County, Maryland",3515,2382.0,108438.0,709800.0,975.0,3074.0,367.0,0.0,0.0,0.0,0.0,57.0,17.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7014,2690.0,2141.0,471.0,10.0,21.0,0.0,41.0,1893.0,85414.0,292500.0,666.0 +24003702601,"Census Tract 7026.01, Anne Arundel County, Maryland",5470,3765.0,98953.0,384800.0,2295.0,4275.0,729.0,0.0,116.0,0.0,0.0,159.0,191.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7026.01,5709.0,4711.0,755.0,14.0,123.0,0.0,90.0,3877.0,75000.0,189100.0,1937.0 +24003707002,"Census Tract 7070.02, Anne Arundel County, Maryland",4900,3492.0,95852.0,341200.0,1217.0,4296.0,247.0,23.0,113.0,0.0,37.0,53.0,131.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7070.02,4762.0,4332.0,313.0,31.0,33.0,2.0,51.0,3220.0,66172.0,160900.0,582.0 +24003731202,"Census Tract 7312.02, Anne Arundel County, Maryland",7920,5472.0,101842.0,370700.0,1703.0,7378.0,201.0,28.0,147.0,0.0,0.0,27.0,139.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7312.02,7511.0,7096.0,201.0,51.0,81.0,2.0,70.0,5220.0,64369.0,164900.0,1023.0 +24003740303,"Census Tract 7403.03, Anne Arundel County, Maryland",4579,3174.0,98958.0,326000.0,1002.0,3108.0,481.0,0.0,275.0,0.0,26.0,155.0,534.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7403.03,3597.0,2876.0,440.0,26.0,141.0,0.0,97.0,2403.0,62609.0,147600.0,466.0 +24003740603,"Census Tract 7406.03, Anne Arundel County, Maryland",2926,1293.0,67863.0,,613.0,1818.0,385.0,11.0,141.0,0.0,28.0,165.0,378.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7406.03,2500.0,1509.922577,659.6439943,15.11649783,105.6736614,2.005065123,198.5571635,1030.863242,56091.00629,127191.1215,379.8046312 +24003751102,"Census Tract 7511.02, Anne Arundel County, Maryland",4159,3047.0,59896.0,184800.0,590.0,2358.0,1064.0,6.0,262.0,0.0,0.0,95.0,374.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7511.02,3455.4537119999995,2264.709473,1005.095886,10.97920036,100.809021,0.0,69.86763763,2587.098877,44769.00161,106199.9954,516.0223999 +24003730604,"Census Tract 7306.04, Anne Arundel County, Maryland",7372,4878.0,146295.0,524300.0,3226.0,6515.0,396.0,0.0,261.0,0.0,0.0,186.0,14.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7306.04,6212.0,5499.0,348.0,24.0,238.0,1.0,80.0,4124.0,93994.0,218300.0,2419.0 +24003740201,"Census Tract 7402.01, Anne Arundel County, Maryland",7474,5275.0,80227.0,269200.0,1236.0,3903.0,1363.0,0.0,682.0,0.0,0.0,265.0,1261.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7402.01,6900.599106999999,4704.272949,1541.123779,44.94528198,405.5063171,0.0,160.80422969999998,4425.612305,46503.001769999995,133799.9979,679.1731567 +24003740602,"Census Tract 7406.02, Anne Arundel County, Maryland",3213,1523.0,64981.0,,549.0,1463.0,828.0,9.0,164.0,0.0,68.0,245.0,445.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7406.02,3673.2622490000003,1901.3820920000003,1188.0160230000001,29.09046895,185.2963638,6.006239237999999,351.41802889999997,1672.0726,39937.25777,199991.9173,357.0402308 +24003740800,"Census Tract 7408, Anne Arundel County, Maryland",4610,3475.0,104020.0,376000.0,1341.0,3705.0,333.0,0.0,92.0,9.0,16.0,187.0,268.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7408,4193.0,3629.0,362.0,28.0,97.0,0.0,55.0,2958.0,77684.0,169700.0,802.0 +24003701101,"Census Tract 7011.01, Anne Arundel County, Maryland",4059,2864.0,119801.0,501400.0,1497.0,3786.0,73.0,0.0,21.0,0.0,0.0,0.0,179.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7011.01,3725.0,3447.0,125.0,17.0,58.0,0.0,73.0,2588.0,94562.0,228100.0,1195.0 +24003750201,"Census Tract 7502.01, Anne Arundel County, Maryland",3154,2241.0,46806.0,194000.0,349.0,1544.0,852.0,0.0,111.0,0.0,27.0,144.0,476.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7502.01,2691.848193,1761.050049,820.2969360000001,12.94157791,59.73035812,1.9910119769999999,34.84270859,2042.77832,42207.9986,104100.0027,128.4202728 +24003750400,"Census Tract 7504, Anne Arundel County, Maryland",3947,3085.0,93558.0,315700.0,1047.0,3429.0,120.0,0.0,177.0,130.0,0.0,30.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7504,4047.999886,3711.9094240000004,100.4293747,30.82485771,158.1016846,0.0,35.79660797,2954.2146,63749.99917,150900.0022,802.4406738 +24003701300,"Census Tract 7013, Anne Arundel County, Maryland",7790,5431.0,119844.0,509300.0,2437.0,6388.0,873.0,0.0,69.0,0.0,0.0,236.0,224.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7013,6995.0,6247.0,518.0,51.0,63.0,3.0,110.0,4769.0,76671.0,249500.0,1527.0 +24003702602,"Census Tract 7026.02, Anne Arundel County, Maryland",5784,4348.0,140712.0,618100.0,3046.0,4479.0,558.0,0.0,138.0,0.0,18.0,156.0,435.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7026.02,5756.266434,4785.773077000001,761.3839157000001,15.00723823,90.04748278,1.000289529,91.05008854,4125.784658,94204.52231,260574.2719,2310.841372 +24003706600,"Census Tract 7066, Anne Arundel County, Maryland",5398,3553.0,106064.0,466900.0,2178.0,3864.0,725.0,9.0,96.0,0.0,0.0,27.0,686.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7066,5143.999864,3469.2788090000004,1421.0661619999998,4.99320507,98.86546326,0.998641014,140.8083801,3448.3073729999996,43894.99848,182299.9947,1441.0389400000001 +24003731102,"Census Tract 7311.02, Anne Arundel County, Maryland",7658,5253.0,121250.0,434400.0,3202.0,7189.0,157.0,0.0,99.0,0.0,46.0,68.0,99.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7311.02,7811.987167,7304.56723,180.4756498,41.9694618,140.18748280000003,0.020568436000000002,135.3273833,5288.863693,70855.0102,195285.87600000002,2925.50708 +24003731303,"Census Tract 7313.03, Anne Arundel County, Maryland",6838,4933.0,101771.0,433700.0,1391.0,6473.0,39.0,0.0,109.0,0.0,26.0,166.0,25.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7313.03,6722.0,6521.0,35.0,57.0,60.0,0.0,48.0,4762.0,71444.0,202000.0,1284.0 +24003731308,"Census Tract 7313.08, Anne Arundel County, Maryland",3898,2761.0,89375.0,256000.0,490.0,3548.0,69.0,0.0,87.0,0.0,0.0,119.0,75.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7313.08,3520.0,3426.0,22.0,14.0,29.0,5.0,23.0,2633.0,53634.0,128500.0,202.0 +24003750804,"Census Tract 7508.04, Anne Arundel County, Maryland",3591,2780.0,63922.0,238600.0,333.0,2584.0,295.0,9.0,246.0,0.0,0.0,153.0,304.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7508.04,3950.0,3235.0,420.0,20.0,121.0,0.0,152.0,2719.0,51352.0,125800.0,364.0 +24003731307,"Census Tract 7313.07, Anne Arundel County, Maryland",6530,4362.0,90028.0,283100.0,1074.0,5824.0,336.0,0.0,51.0,0.0,0.0,186.0,133.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7313.07,6005.0,5386.0,334.0,62.0,116.0,2.0,96.0,3717.0,55093.0,129700.0,765.0 +24003730502,"Census Tract 7305.02, Anne Arundel County, Maryland",5953,4215.0,82404.0,291600.0,1216.0,3585.0,1487.0,0.0,316.0,0.0,0.0,291.0,274.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7305.02,5611.003146,4108.772322999999,939.1366563999999,38.013014899999995,359.0455521,0.0,158.03330280000003,3699.3868520000005,62499.30201,147302.7663,993.4111177000001 +24003730504,"Census Tract 7305.04, Anne Arundel County, Maryland",7430,5330.0,89274.0,270200.0,2094.0,4269.0,2305.0,0.0,190.0,0.0,0.0,402.0,264.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7305.04,7691.0,5733.0,1305.0,41.0,363.0,1.0,233.0,4935.0,57798.0,122900.0,1217.0 +24003731002,"Census Tract 7310.02, Anne Arundel County, Maryland",3571,2622.0,105161.0,373800.0,1236.0,2702.0,303.0,0.0,82.0,0.0,0.0,138.0,346.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7310.02,2560.0,2085.0,356.0,10.0,51.0,1.0,52.0,1711.0,69778.0,171000.0,725.0 +24003731310,"Census Tract 7313.10, Anne Arundel County, Maryland",5612,3680.0,96792.0,272700.0,714.0,4834.0,460.0,5.0,119.0,0.0,0.0,35.0,159.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7313.10,5385.6611920000005,4964.228621,218.6559514,24.85192205,86.47381257,0.0,75.55445188,3360.8504700000003,64484.10999,128897.4266,521.8739773 +24003731311,"Census Tract 7313.11, Anne Arundel County, Maryland",8123,5247.0,105769.0,257900.0,1422.0,6180.0,529.0,0.0,92.0,0.0,0.0,441.0,881.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7313.11,7452.648354999999,6805.780342,361.48812069999997,61.16910464,119.5884841,1.0,99.51407808,4659.869711,60279.246210000005,129397.5169,607.5511972999999 +24003740102,"Census Tract 7401.02, Anne Arundel County, Maryland",10522,7714.0,105059.0,356500.0,4044.0,5444.0,2021.0,41.0,1794.0,0.0,0.0,406.0,816.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7401.02,5830.920275,3319.753284,2235.256923,28.995451300000003,94.55315065,1.9829115869999998,132.9158803,4496.537104,54441.34172999999,147388.1067,651.3917142999999 +24003740400,"Census Tract 7404, Anne Arundel County, Maryland",5849,5129.0,,,158.0,1566.0,3860.0,18.0,11.0,0.0,0.0,117.0,277.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7404,3411.0,752.0,2642.0,1.0,1.0,0.0,15.0,2708.0,,,212.0 +24003741000,"Census Tract 7410, Anne Arundel County, Maryland",2438,1685.0,142361.0,439900.0,699.0,1925.0,156.0,67.0,120.0,0.0,0.0,53.0,184.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7410,1738.0,1614.0,35.0,12.0,34.0,0.0,43.0,1177.0,70192.0,194600.0,304.0 +24003750900,"Census Tract 7509, Anne Arundel County, Maryland",2949,2121.0,62768.0,242300.0,379.0,2143.0,163.0,38.0,148.0,0.0,0.0,147.0,310.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7509,3064.0,2783.0,143.0,30.0,53.0,0.0,54.0,2165.0,41156.0,129400.0,243.0 +24003751000,"Census Tract 7510, Anne Arundel County, Maryland",4232,2941.0,68059.0,225600.0,432.0,3042.0,464.0,0.0,21.0,48.0,25.0,67.0,565.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7510,3820.546343,3396.8856979999996,250.07744469999997,38.04925139,83.29314847,1.0012932429999999,44.2241842,2668.618351,48222.1904,114279.899,179.19228069999997 +24003702500,"Census Tract 7025, Anne Arundel County, Maryland",5949,4271.0,88482.0,509400.0,1543.0,2760.0,1942.0,0.0,92.0,0.0,0.0,202.0,953.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7025,5251.0,1431.0,3146.0,12.0,91.0,0.0,563.0,3129.0,48116.0,140300.0,736.0 +24003702100,"Census Tract 7021, Anne Arundel County, Maryland",7148,5078.0,123419.0,399700.0,2510.0,6029.0,453.0,0.0,59.0,0.0,0.0,218.0,389.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7021,6122.0,5652.0,245.0,52.0,79.0,0.0,87.0,4427.0,80156.0,186700.0,1872.0 +24003702402,"Census Tract 7024.02, Anne Arundel County, Maryland",6341,5072.0,107283.0,512100.0,3145.0,5698.0,174.0,11.0,144.0,0.0,0.0,122.0,192.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7024.02,4790.0,4450.0,145.0,17.0,113.0,3.0,57.0,3832.0,73009.0,227000.0,1879.0 +24003730100,"Census Tract 7301, Anne Arundel County, Maryland",10861,7408.0,102700.0,300700.0,2584.0,8112.0,1450.0,0.0,399.0,0.0,60.0,457.0,383.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7301,6118.0,5661.0,231.0,37.0,88.0,0.0,87.0,4182.0,61765.0,133700.0,918.0 +24003730203,"Census Tract 7302.03, Anne Arundel County, Maryland",5538,4110.0,46779.0,257000.0,805.0,2763.0,1459.0,0.0,208.0,39.0,0.0,125.0,944.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7302.03,4887.999911999999,3443.8632810000004,996.8816527999999,49.69499588,182.877594,0.9938999409999999,188.8409882,3107.925049,28269.00098,108299.9969,268.3529968 +24003730204,"Census Tract 7302.04, Anne Arundel County, Maryland",6162,4196.0,65163.0,254400.0,774.0,3476.0,1635.0,61.0,334.0,74.0,0.0,136.0,446.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7302.04,5486.0,3359.0,1844.0,26.0,138.0,1.0,110.0,3447.0,55859.0,128600.0,326.0 +24003701200,"Census Tract 7012, Anne Arundel County, Maryland",8656,5925.0,130036.0,445800.0,2460.0,8237.0,121.0,0.0,0.0,0.0,0.0,83.0,215.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7012,6827.0,6516.0,94.0,48.0,62.0,1.0,101.0,4768.0,68920.0,178900.0,1092.0 +24003730601,"Census Tract 7306.01, Anne Arundel County, Maryland",6993,4622.0,174271.0,599800.0,3274.0,6275.0,0.0,11.0,398.0,0.0,20.0,83.0,206.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7306.01,6546.0,6100.0,60.0,21.0,273.0,0.0,79.0,4231.0,104249.0,280100.0,2477.0 +24003730603,"Census Tract 7306.03, Anne Arundel County, Maryland",3054,2044.0,121016.0,463400.0,864.0,2522.0,113.0,18.0,297.0,0.0,35.0,69.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7306.03,2903.0,2582.0,173.0,25.0,86.0,1.0,31.0,1897.0,80000.0,198000.0,595.0 +24003731103,"Census Tract 7311.03, Anne Arundel County, Maryland",5300,3534.0,114730.0,404500.0,1605.0,4241.0,411.0,21.0,315.0,0.0,0.0,69.0,243.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7311.03,5456.0,4720.0,469.0,23.0,125.0,0.0,112.0,3442.0,67717.0,170800.0,1637.0 +24003731204,"Census Tract 7312.04, Anne Arundel County, Maryland",6284,4460.0,82589.0,354600.0,1403.0,5283.0,325.0,0.0,255.0,0.0,0.0,106.0,315.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7312.04,5230.449815,4627.743652,356.8260193,33.98342896,118.94200900000001,0.0,86.95760345,3621.234375,60692.999279999996,153600.0025,1073.4765630000002 +24003731306,"Census Tract 7313.06, Anne Arundel County, Maryland",5904,4374.0,88000.0,444200.0,1004.0,5403.0,90.0,40.0,60.0,0.0,0.0,149.0,162.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7313.06,5835.0,5616.0,71.0,34.0,52.0,1.0,50.0,3977.0,66850.0,188400.0,770.0 +24003740105,"Census Tract 7401.05, Anne Arundel County, Maryland",3769,2093.0,62685.0,318600.0,540.0,696.0,2438.0,0.0,232.0,0.0,7.0,142.0,254.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7401.05,3398.0,624.0,2399.0,21.0,223.0,1.0,122.0,1669.0,32170.0,97400.0,124.0 +24003706401,"Census Tract 7064.01, Anne Arundel County, Maryland",7855,4969.0,69945.0,254200.0,1385.0,2476.0,1060.0,0.0,77.0,0.0,0.0,55.0,4187.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7064.01,5736.905057999999,3065.708045,1417.15331,20.00289045,203.0189614,1.000115618,1018.020002,4061.7126700000003,52178.25192,131508.0399,1142.335986 +24003730700,"Census Tract 7307, Anne Arundel County, Maryland",7487,4909.0,118433.0,503800.0,2986.0,6530.0,344.0,36.0,63.0,0.0,14.0,213.0,287.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7307,6650.0,6070.0,275.0,29.0,172.0,0.0,92.0,4646.0,77672.0,207300.0,2288.0 +24003731203,"Census Tract 7312.03, Anne Arundel County, Maryland",7132,4844.0,125035.0,440700.0,2445.0,6485.0,205.0,0.0,66.0,0.0,0.0,161.0,215.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7312.03,6898.547009000001,6146.483977000001,539.0373174,26.00355404,100.0124391,1.0,74.00909416,4544.378714,71720.99783,187897.3481,1455.112266 +24003740500,"Census Tract 7405, Anne Arundel County, Maryland",10675,7290.0,110486.0,323600.0,4071.0,2485.0,6594.0,0.0,776.0,0.0,0.0,296.0,524.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7405,6290.831559,3463.2992130000002,2038.2403829999998,42.34746029,455.44435930000003,0.492696368,265.8944418,4226.158768,64316.11307000001,144300.3503,1606.172876 +24003740601,"Census Tract 7406.01, Anne Arundel County, Maryland",3981,2111.0,76343.0,238200.0,820.0,2111.0,856.0,7.0,157.0,0.0,11.0,425.0,414.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7406.01,3792.755397,2397.641948,779.8947535,37.12758909,173.4179642,0.008799247,395.58954960000005,1710.8467030000002,37708.74054,152879.8629,558.8773539 +24003750101,"Census Tract 7501.01, Anne Arundel County, Maryland",4294,2808.0,55492.0,198300.0,457.0,2591.0,605.0,82.0,72.0,14.0,11.0,384.0,535.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7501.01,3965.0,3589.0,173.0,38.0,96.0,0.0,50.0,2644.0,38005.0,85800.0,254.0 +24003750801,"Census Tract 7508.01, Anne Arundel County, Maryland",6391,4441.0,94904.0,256500.0,1084.0,5198.0,517.0,0.0,127.0,0.0,0.0,424.0,125.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7508.01,5383.0,5026.0,171.0,26.0,92.0,1.0,57.0,3739.0,51207.0,132800.0,509.0 +24003731201,"Census Tract 7312.01, Anne Arundel County, Maryland",6454,4249.0,130370.0,513900.0,2804.0,5956.0,2.0,0.0,62.0,0.0,33.0,80.0,321.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7312.01,6158.0,5854.0,93.0,23.0,128.0,1.0,56.0,4281.0,84379.0,222900.0,1933.0 +24003740103,"Census Tract 7401.03, Anne Arundel County, Maryland",8677,6182.0,113544.0,327300.0,2517.0,4003.0,2621.0,2.0,776.0,36.0,0.0,425.0,814.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7401.03,7540.0,4618.0,2102.0,37.0,465.0,0.0,284.0,5003.0,76224.0,152500.0,1370.0 +24003730902,"Census Tract 7309.02, Anne Arundel County, Maryland",4156,2908.0,166591.0,668700.0,1900.0,3491.0,178.0,11.0,65.0,0.0,0.0,88.0,323.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7309.02,3282.0,2937.0,219.0,29.0,53.0,2.0,37.0,2195.0,81090.0,269800.0,1020.0 +24003750202,"Census Tract 7502.02, Anne Arundel County, Maryland",3394,2394.0,75135.0,221300.0,350.0,2364.0,228.0,0.0,138.0,0.0,0.0,83.0,581.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7502.02,3237.706477,2971.540727,126.6860828,21.05552299,51.26259878,0.008988024,64.14845558,2277.90848,51961.834969999996,119143.8016,197.5525364 +24003740104,"Census Tract 7401.04, Anne Arundel County, Maryland",8549,5353.0,97688.0,327100.0,2592.0,2857.0,4016.0,0.0,601.0,0.0,13.0,328.0,734.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7401.04,7106.0,3175.0,3151.0,42.0,360.0,8.0,346.0,4101.0,68386.0,168100.0,1453.0 +24003707001,"Census Tract 7070.01, Anne Arundel County, Maryland",6242,4317.0,92298.0,308400.0,1181.0,5281.0,604.0,0.0,39.0,0.0,0.0,118.0,200.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7070.01,5702.0,4856.0,668.0,50.0,35.0,0.0,78.0,3813.0,67844.0,156300.0,933.0 +24003706402,"Census Tract 7064.02, Anne Arundel County, Maryland",3099,2364.0,71979.0,363300.0,934.0,1483.0,981.0,45.0,23.0,0.0,0.0,44.0,568.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7064.02,3250.0,1743.0,1333.0,20.0,69.0,0.0,82.0,2331.0,43750.0,162700.0,722.0 +24003702208,"Census Tract 7022.08, Anne Arundel County, Maryland",7139,4825.0,111057.0,315200.0,3020.0,4344.0,1293.0,0.0,609.0,0.0,16.0,437.0,440.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7022.08,4367.425364,3736.242188,355.71151729999997,18.3647728,137.59452819999998,0.8476048709999999,109.0584946,2745.1096190000003,71671.99801,155600.0059,1302.2036130000001 +24003751700,"Census Tract 7517, Anne Arundel County, Maryland",2866,2123.0,172604.0,668800.0,1036.0,2305.0,251.0,0.0,138.0,0.0,0.0,32.0,140.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7517,2432.164759,2175.9845530000002,162.8620649,12.0029838,38.05376859,1.017435595,35.26008844,1736.121968,119680.7776,329835.3682,825.5827066 +24003751600,"Census Tract 7516, Anne Arundel County, Maryland",5197,4571.0,81295.0,373500.0,2018.0,4848.0,168.0,16.0,134.0,0.0,0.0,30.0,1.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7516,5155.535596,4562.6497039999995,462.1636505,14.0,64.96528184,0.9826409220000001,50.75697327,4404.368835,61217.3781,202506.5902,1582.6807099999999 +24003751400,"Census Tract 7514, Anne Arundel County, Maryland",3935,2895.0,103682.0,357300.0,893.0,2435.0,953.0,12.0,226.0,0.0,0.0,168.0,141.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7514,3848.177814,2872.197788,680.33862,31.93904695,145.8157215,1.9912306569999998,91.91749479,2766.879064,70499.31022,174836.8146,602.3522069 +24003751200,"Census Tract 7512, Anne Arundel County, Maryland",4254,2842.0,97284.0,318000.0,953.0,3876.0,144.0,0.0,128.0,0.0,27.0,43.0,36.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7512,4089.0619490000004,3845.744572,130.0187901,12.95667767,53.61459659,0.0017082339999999999,34.25703324,2983.558154,56696.06462999999,148722.0708,667.1383115 +24003751500,"Census Tract 7515, Anne Arundel County, Maryland",7021,4768.0,71451.0,256200.0,939.0,2445.0,2502.0,0.0,326.0,0.0,0.0,36.0,1712.0,Baltimore,Baltimore-Columbia-Towson,MD,Anne Arundel County,Census Tract 7515,6723.168061,3639.269043,2262.143799,44.65748978,469.5718688999999,0.507645249,281.1284485,4426.611328,65531.96836,145225.55,1675.938843 +24005451702,"Census Tract 4517.02, Baltimore County, Maryland",1833,1438.0,83250.0,287400.0,337.0,1748.0,29.0,13.0,4.0,0.0,0.0,27.0,12.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4517.02,2024.0,1968.0,18.0,15.0,5.0,0.0,11.0,1415.0,51773.0,154500.0,203.0 +24005451500,"Census Tract 4515, Baltimore County, Maryland",3750,2379.0,62244.0,141800.0,207.0,2247.0,1201.0,96.0,0.0,0.0,0.0,151.0,55.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4515,4016.0,3445.0,430.0,40.0,28.0,0.0,62.0,2510.0,41136.0,77000.0,161.0 +24005450900,"Census Tract 4509, Baltimore County, Maryland",4182,3231.0,76607.0,266300.0,720.0,3431.0,653.0,0.0,17.0,0.0,8.0,48.0,25.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4509,3947.0,3758.0,96.0,21.0,25.0,0.0,37.0,2946.0,51786.0,133900.0,388.0 +24005451100,"Census Tract 4511, Baltimore County, Maryland",2261,1486.0,90417.0,308300.0,370.0,1097.0,952.0,0.0,32.0,0.0,13.0,82.0,85.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4511,1842.0,1029.0,752.0,15.0,16.0,0.0,25.0,1213.0,40982.0,134100.0,136.0 +24005452000,"Census Tract 4520, Baltimore County, Maryland",2638,1961.0,70625.0,260200.0,268.0,2358.0,180.0,0.0,38.0,0.0,0.0,12.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4520,2602.0,2243.0,320.0,16.0,6.0,1.0,17.0,1829.0,36857.0,105600.0,161.0 +24005491900,"Census Tract 4919, Baltimore County, Maryland",1872,1494.0,62025.0,219400.0,304.0,1572.0,31.0,0.0,110.0,0.0,0.0,25.0,134.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4919,1788.0,1693.0,36.0,3.0,31.0,0.0,23.0,1406.0,45000.0,121300.0,250.0 +24005491402,"Census Tract 4914.02, Baltimore County, Maryland",2946,2026.0,40347.0,167800.0,363.0,1080.0,1763.0,0.0,46.0,0.0,14.0,21.0,22.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4914.02,2992.0,1388.0,1472.0,16.0,50.0,0.0,61.0,1965.0,43438.0,84000.0,450.0 +24005400900,"Census Tract 4009, Baltimore County, Maryland",2044,1342.0,65481.0,324000.0,605.0,1099.0,381.0,0.0,52.0,0.0,31.0,44.0,437.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4009,1908.0,1019.0,785.0,8.0,45.0,5.0,45.0,1134.0,52806.0,140500.0,462.0 +24005400200,"Census Tract 4002, Baltimore County, Maryland",2278,1798.0,76389.0,209200.0,862.0,1712.0,290.0,0.0,125.0,0.0,0.0,37.0,114.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4002,2557.0,2187.0,191.0,24.0,83.0,0.0,67.0,1703.0,41890.0,104300.0,487.0 +24005400800,"Census Tract 4008, Baltimore County, Maryland",2545,1957.0,88864.0,273600.0,594.0,1425.0,660.0,0.0,197.0,0.0,12.0,26.0,225.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4008,2660.9757329999998,1596.985474,932.9915161,14.99986362,39.99963379,0.0,56.999481200000005,1908.9825440000002,48256.9983,118799.9986,405.9963074 +24005401504,"Census Tract 4015.04, Baltimore County, Maryland",6455,4921.0,88697.0,287300.0,2235.0,1906.0,1973.0,100.0,1553.0,68.0,0.0,95.0,760.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4015.04,5743.0,2919.0,1895.0,32.0,733.0,5.0,135.0,4049.0,70995.0,149500.0,1826.0 +24005402304,"Census Tract 4023.04, Baltimore County, Maryland",3655,2667.0,70202.0,175500.0,935.0,92.0,3424.0,21.0,0.0,0.0,0.0,7.0,111.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4023.04,3773.0,197.0,3495.0,9.0,16.0,0.0,54.0,2594.0,47069.0,98800.0,587.0 +24005402404,"Census Tract 4024.04, Baltimore County, Maryland",5294,3875.0,51552.0,187800.0,964.0,401.0,4589.0,0.0,30.0,0.0,0.0,47.0,227.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4024.04,5288.0,274.0,4882.0,10.0,15.0,0.0,106.0,3162.0,39593.0,111500.0,521.0 +24005420600,"Census Tract 4206, Baltimore County, Maryland",4449,2937.0,52883.0,132200.0,267.0,3304.0,287.0,60.0,349.0,11.0,0.0,41.0,397.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4206,4238.0,4063.0,57.0,34.0,29.0,1.0,49.0,2839.0,42224.0,80800.0,90.0 +24005411202,"Census Tract 4112.02, Baltimore County, Maryland",3802,2770.0,123229.0,458900.0,1569.0,3500.0,92.0,6.0,81.0,0.0,10.0,75.0,38.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4112.02,3841.0,3633.0,50.0,1.0,116.0,0.0,28.0,2982.0,73250.0,254600.0,1387.0 +24005411307,"Census Tract 4113.07, Baltimore County, Maryland",3855,2745.0,78565.0,239700.0,1104.0,2328.0,577.0,0.0,737.0,0.0,0.0,26.0,187.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4113.07,3643.0,2987.0,230.0,12.0,280.0,1.0,114.0,2473.0,51715.0,116500.0,786.0 +24005420401,"Census Tract 4204.01, Baltimore County, Maryland",6230,3618.0,54581.0,130800.0,538.0,4066.0,1230.0,126.0,392.0,0.0,0.0,344.0,118.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4204.01,5896.0,5058.0,531.0,69.0,51.0,0.0,172.0,3752.0,48914.0,75600.0,220.0 +24005421102,"Census Tract 4211.02, Baltimore County, Maryland",2392,1765.0,53772.0,139200.0,235.0,2072.0,202.0,0.0,28.0,0.0,0.0,25.0,65.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4211.02,2354.0,2222.0,99.0,7.0,11.0,2.0,15.0,1710.0,42281.0,81500.0,169.0 +24005430700,"Census Tract 4307, Baltimore County, Maryland",5283,3938.0,90226.0,208900.0,1195.0,4369.0,376.0,0.0,364.0,0.0,0.0,74.0,100.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4307,5013.0,4635.0,151.0,14.0,139.0,0.0,56.0,3461.0,51573.0,108800.0,727.0 +24005430800,"Census Tract 4308, Baltimore County, Maryland",3497,2492.0,73981.0,217900.0,735.0,2835.0,58.0,0.0,240.0,53.0,0.0,277.0,34.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4308,3501.076317,3249.442627,63.403758999999994,15.85093975,137.7050323,0.9906837340000001,23.77640915,2524.262207,52860.99906,102099.996,494.3511963 +24005441101,"Census Tract 4411.01, Baltimore County, Maryland",2113,1631.0,63684.0,220900.0,347.0,1475.0,427.0,0.0,43.0,0.0,0.0,23.0,145.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4411.01,2213.0,1979.0,166.0,10.0,42.0,0.0,8.0,1620.0,45038.0,118000.0,191.0 +24005451200,"Census Tract 4512, Baltimore County, Maryland",3570,2685.0,74539.0,198900.0,403.0,3246.0,200.0,20.0,0.0,0.0,0.0,62.0,42.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4512,4294.181243999999,3922.604928,219.78724240000003,22.2874552,83.63668664,0.022175159,39.73228295,2914.73408,50745.42712,98731.71854,374.43076410000003 +24005451300,"Census Tract 4513, Baltimore County, Maryland",4037,2664.0,48563.0,153700.0,371.0,2538.0,986.0,9.0,156.0,0.0,0.0,79.0,269.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4513,3252.532895,2907.402588,215.58290099999996,20.76716042,47.46779633,1.977824807,50.43453217,2229.008545,34375.00145,86000.00402000001,106.802536 +24005451802,"Census Tract 4518.02, Baltimore County, Maryland",3910,3092.0,68405.0,309600.0,636.0,3565.0,59.0,0.0,146.0,48.0,0.0,54.0,38.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4518.02,3662.380727,3520.403782,88.98535797,11.99818279,16.99736374,0.0,20.99663613,2813.5245010000003,42565.078989999995,134899.1206,322.94403839999995 +24005452400,"Census Tract 4524, Baltimore County, Maryland",3405,2405.0,67875.0,167800.0,387.0,2903.0,250.0,0.0,97.0,0.0,9.0,125.0,21.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4524,2809.350817,2616.25981,144.0248201,16.02777487,19.01241005,1.0,13.02245628,2160.598532,45573.77203,89391.45218,177.03072959999997 +24005490301,"Census Tract 4903.01, Baltimore County, Maryland",7178,4605.0,56609.0,245300.0,1965.0,4862.0,1369.0,29.0,259.0,0.0,100.0,102.0,457.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4903.01,6160.0,4855.0,854.0,19.0,207.0,0.0,192.0,3985.0,36045.0,121600.0,1273.0 +24005490701,"Census Tract 4907.01, Baltimore County, Maryland",1676,1408.0,102500.0,479600.0,853.0,1551.0,112.0,0.0,0.0,0.0,0.0,4.0,9.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4907.01,1403.0,1375.0,3.0,3.0,8.0,0.0,14.0,1145.0,73906.0,226400.0,644.0 +24005490800,"Census Tract 4908, Baltimore County, Maryland",3525,1936.0,87727.0,387800.0,1485.0,3225.0,23.0,0.0,120.0,0.0,0.0,96.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4908,3018.0,2771.0,33.0,3.0,146.0,0.0,58.0,1942.0,66250.0,179100.0,1300.0 +24005402503,"Census Tract 4025.03, Baltimore County, Maryland",5185,3457.0,47679.0,294200.0,784.0,517.0,4316.0,9.0,76.0,0.0,0.0,228.0,39.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4025.03,3892.0,995.0,2730.0,10.0,60.0,1.0,87.0,2732.0,35304.0,132800.0,702.0 +24005403500,"Census Tract 4035, Baltimore County, Maryland",5115,3389.0,97375.0,360800.0,2331.0,4334.0,180.0,0.0,518.0,0.0,0.0,16.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4035,4015.0,3731.0,120.0,4.0,74.0,0.0,62.0,2817.0,57391.0,147300.0,1550.0 +24005408200,"Census Tract 4082, Baltimore County, Maryland",1889,1401.0,150750.0,635500.0,861.0,1701.0,39.0,0.0,64.0,0.0,0.0,41.0,44.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4082,1679.0,1535.0,71.0,2.0,57.0,0.0,10.0,1250.0,88188.0,331300.0,659.0 +24005402403,"Census Tract 4024.03, Baltimore County, Maryland",1975,1591.0,65461.0,171300.0,452.0,115.0,1780.0,0.0,20.0,0.0,25.0,27.0,8.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4024.03,2081.0,185.0,1851.0,11.0,12.0,0.0,21.0,1470.0,54261.0,93800.0,248.0 +24005491500,"Census Tract 4915, Baltimore County, Maryland",3909,2632.0,64538.0,190000.0,926.0,2163.0,758.0,27.0,576.0,0.0,5.0,77.0,303.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4915,3934.0,3250.0,417.0,18.0,157.0,0.0,88.0,2630.0,39491.0,98000.0,677.0 +24005492102,"Census Tract 4921.02, Baltimore County, Maryland",2088,1434.0,70441.0,210700.0,333.0,1602.0,251.0,0.0,50.0,0.0,0.0,13.0,172.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4921.02,2213.0,2003.0,141.0,6.0,22.0,0.0,40.0,1572.0,46553.0,104400.0,240.0 +24005492200,"Census Tract 4922, Baltimore County, Maryland",5025,3661.0,58103.0,259100.0,1173.0,3345.0,976.0,0.0,398.0,0.0,0.0,60.0,246.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4922,4827.0,4184.0,245.0,19.0,299.0,4.0,64.0,3319.0,50319.0,139000.0,1057.0 +24005402405,"Census Tract 4024.05, Baltimore County, Maryland",3517,2462.0,60335.0,189600.0,441.0,445.0,2700.0,13.0,14.0,0.0,0.0,40.0,305.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4024.05,3232.0,682.0,2378.0,10.0,54.0,0.0,101.0,2055.0,38836.0,99800.0,309.0 +24005402504,"Census Tract 4025.04, Baltimore County, Maryland",4149,2860.0,97351.0,274200.0,1241.0,517.0,3417.0,0.0,43.0,0.0,0.0,132.0,40.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4025.04,3829.0,734.0,2974.0,6.0,78.0,0.0,32.0,2530.0,63627.0,142300.0,983.0 +24005403201,"Census Tract 4032.01, Baltimore County, Maryland",3367,2498.0,72426.0,197100.0,712.0,189.0,2941.0,0.0,11.0,0.0,18.0,75.0,133.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4032.01,3114.0,466.0,2589.0,16.0,12.0,0.0,26.0,2093.0,61594.0,99300.0,558.0 +24005403702,"Census Tract 4037.02, Baltimore County, Maryland",5099,3556.0,77446.0,237100.0,1571.0,2836.0,1626.0,0.0,116.0,0.0,79.0,147.0,295.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4037.02,4608.0,3790.0,586.0,5.0,130.0,0.0,91.0,3046.0,59135.0,121500.0,1856.0 +24005408900,"Census Tract 4089, Baltimore County, Maryland",2629,2012.0,102772.0,337500.0,1154.0,2149.0,308.0,0.0,110.0,0.0,0.0,15.0,47.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4089,2795.0,2506.0,60.0,9.0,189.0,0.0,27.0,2041.0,68667.0,177400.0,1063.0 +24005411102,"Census Tract 4111.02, Baltimore County, Maryland",3066,2311.0,103311.0,362500.0,886.0,2934.0,44.0,0.0,21.0,0.0,0.0,27.0,40.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4111.02,3106.944257,3003.946045,27.99949837,13.99974918,30.99944305,0.0,27.99949837,2174.9609379999997,75470.99663,197000.0054,629.9887085 +24005408502,"Census Tract 4085.02, Baltimore County, Maryland",5328,4227.0,91335.0,413900.0,2397.0,4622.0,189.0,0.0,311.0,0.0,0.0,69.0,137.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4085.02,5510.0,4782.0,298.0,10.0,322.0,0.0,78.0,3978.0,89554.0,226800.0,2105.0 +24005408503,"Census Tract 4085.03, Baltimore County, Maryland",3546,2367.0,59853.0,230000.0,989.0,1626.0,822.0,0.0,618.0,0.0,0.0,90.0,390.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4085.03,3161.0,2418.0,188.0,13.0,430.0,0.0,96.0,2116.0,42591.0,134200.0,831.0 +24005408602,"Census Tract 4086.02, Baltimore County, Maryland",2115,1545.0,98462.0,355300.0,879.0,1606.0,26.0,0.0,287.0,0.0,0.0,53.0,143.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4086.02,2083.0,1924.0,15.0,2.0,110.0,0.0,30.0,1573.0,72292.0,171600.0,838.0 +24005411407,"Census Tract 4114.07, Baltimore County, Maryland",10888,8266.0,57608.0,240200.0,2751.0,7601.0,2154.0,0.0,773.0,0.0,1.0,123.0,236.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4114.07,7111.0,5751.0,697.0,20.0,428.0,0.0,180.0,4623.0,48664.0,99000.0,1248.0 +24005411409,"Census Tract 4114.09, Baltimore County, Maryland",5242,3571.0,101821.0,259300.0,1719.0,3845.0,775.0,54.0,354.0,0.0,0.0,147.0,92.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4114.09,5546.0,4918.0,201.0,4.0,321.0,0.0,85.0,3383.0,67826.0,134000.0,1167.0 +24005411410,"Census Tract 4114.10, Baltimore County, Maryland",4783,3382.0,91750.0,283200.0,1531.0,3300.0,572.0,0.0,721.0,0.0,0.0,62.0,128.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4114.10,4525.0,3814.0,229.0,13.0,379.0,0.0,86.0,3038.0,63527.0,142300.0,1032.0 +24005420100,"Census Tract 4201, Baltimore County, Maryland",3689,2727.0,53781.0,154900.0,394.0,3256.0,38.0,48.0,323.0,0.0,0.0,11.0,13.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4201,3661.0,3564.0,26.0,23.0,15.0,0.0,31.0,2758.0,43197.0,94300.0,152.0 +24005420200,"Census Tract 4202, Baltimore County, Maryland",2604,1978.0,57143.0,148500.0,236.0,2128.0,118.0,65.0,0.0,0.0,0.0,39.0,254.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4202,2365.0,2281.0,28.0,15.0,13.0,0.0,26.0,1747.0,39189.0,80800.0,105.0 +24005408704,"Census Tract 4087.04, Baltimore County, Maryland",5692,3903.0,111607.0,411300.0,2816.0,4408.0,14.0,0.0,1063.0,0.0,0.0,31.0,176.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4087.04,5347.0,4662.0,61.0,4.0,522.0,0.0,81.0,3516.0,89738.0,216700.0,2241.0 +24005408400,"Census Tract 4084, Baltimore County, Maryland",817,738.0,63971.0,264200.0,386.0,714.0,16.0,0.0,60.0,0.0,4.0,8.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4084,251.99924900000002,224.99932859999998,14.99995518,0.0,9.999970436,0.0,1.99999404,169.99949650000002,14285.99966,,39.99988174 +24005408505,"Census Tract 4085.05, Baltimore County, Maryland",3886,2738.0,84269.0,372400.0,1578.0,2935.0,270.0,0.0,467.0,0.0,0.0,35.0,179.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4085.05,3807.0,3348.0,69.0,8.0,309.0,1.0,52.0,2768.0,62289.0,190000.0,1372.0 +24005408703,"Census Tract 4087.03, Baltimore County, Maryland",6395,4738.0,94922.0,334400.0,3049.0,5136.0,313.0,27.0,554.0,0.0,0.0,183.0,182.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4087.03,6058.0,5593.0,62.0,7.0,317.0,0.0,70.0,4512.0,62718.0,161900.0,2641.0 +24005411306,"Census Tract 4113.06, Baltimore County, Maryland",5384,3862.0,86179.0,233200.0,1777.0,3577.0,804.0,0.0,856.0,0.0,0.0,95.0,52.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4113.06,5331.0,4578.0,351.0,17.0,290.0,0.0,76.0,3712.0,62036.0,117400.0,1384.0 +24005411404,"Census Tract 4114.04, Baltimore County, Maryland",3665,2725.0,87250.0,280200.0,1204.0,2845.0,325.0,0.0,429.0,0.0,0.0,20.0,46.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4114.04,3733.0,3329.0,135.0,23.0,214.0,0.0,25.0,2488.0,70327.0,144900.0,777.0 +24005420303,"Census Tract 4203.03, Baltimore County, Maryland",1352,965.0,61250.0,163000.0,101.0,1288.0,5.0,6.0,5.0,0.0,0.0,31.0,17.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4203.03,1606.0,1521.0,21.0,13.0,21.0,0.0,28.0,1052.0,48173.0,93500.0,77.0 +24005430300,"Census Tract 4303, Baltimore County, Maryland",5668,3402.0,35022.0,121900.0,407.0,2619.0,1678.0,0.0,141.0,0.0,9.0,289.0,932.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4303,5789.0,4291.0,1259.0,32.0,44.0,0.0,153.0,3233.0,34025.0,78200.0,187.0 +24005440400,"Census Tract 4404, Baltimore County, Maryland",4976,3713.0,74410.0,191300.0,976.0,3193.0,1212.0,0.0,0.0,3.0,0.0,153.0,415.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4404,5611.0,4891.0,596.0,24.0,39.0,0.0,57.0,3874.0,51755.0,104100.0,563.0 +24005450501,"Census Tract 4505.01, Baltimore County, Maryland",4309,3197.0,48929.0,156700.0,264.0,3301.0,611.0,0.0,72.0,0.0,87.0,126.0,112.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4505.01,3935.0,3518.0,234.0,35.0,63.0,0.0,73.0,2811.0,28732.0,97600.0,130.0 +24005400400,"Census Tract 4004, Baltimore County, Maryland",5683,4201.0,114386.0,386600.0,2380.0,4696.0,426.0,39.0,343.0,0.0,0.0,78.0,101.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4004,5558.043906,5028.026801,226.0088792,11.00010895,184.00704530000002,0.0,101.00099870000001,3915.0005990000004,72240.99777999999,184299.9977,2027.000145 +24005400702,"Census Tract 4007.02, Baltimore County, Maryland",2052,1320.0,90938.0,224000.0,540.0,1313.0,442.0,0.0,79.0,0.0,0.0,130.0,88.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4007.02,1685.0,1279.0,332.0,11.0,39.0,3.0,18.0,1128.0,43750.0,97500.0,283.0 +24005402307,"Census Tract 4023.07, Baltimore County, Maryland",6348,4121.0,63743.0,193200.0,1445.0,471.0,5568.0,0.0,209.0,0.0,0.0,0.0,100.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4023.07,5460.0,985.0,4165.0,14.0,148.0,0.0,138.0,3813.0,38801.0,99000.0,1000.0 +24005402602,"Census Tract 4026.02, Baltimore County, Maryland",2200,1467.0,72750.0,207000.0,415.0,324.0,1725.0,13.0,7.0,0.0,0.0,55.0,76.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4026.02,1998.0,625.0,1309.0,8.0,38.0,0.0,14.0,1337.0,53578.0,113500.0,244.0 +24005403701,"Census Tract 4037.01, Baltimore County, Maryland",7433,5584.0,77417.0,309700.0,3184.0,4956.0,1673.0,0.0,363.0,0.0,63.0,122.0,256.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4037.01,6577.02796,5305.496748,876.1742375,11.01274909,221.26348109999998,0.0,132.06374540000002,4801.427147,68704.55922000001,190085.4328,2665.094064 +24005404402,"Census Tract 4044.02, Baltimore County, Maryland",6355,4166.0,114583.0,331800.0,2641.0,4425.0,1125.0,1.0,377.0,0.0,0.0,170.0,257.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4044.02,6842.0,5828.0,567.0,21.0,305.0,0.0,98.0,4220.0,86111.0,213900.0,2521.0 +24005405000,"Census Tract 4050, Baltimore County, Maryland",4704,3286.0,101964.0,397900.0,1288.0,4351.0,92.0,0.0,90.0,0.0,0.0,23.0,148.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4050,4025.0,3875.0,53.0,16.0,27.0,0.0,40.0,2842.0,68920.0,214700.0,948.0 +24005408302,"Census Tract 4083.02, Baltimore County, Maryland",2986,2262.0,126667.0,450400.0,1548.0,2282.0,0.0,0.0,613.0,12.0,0.0,35.0,44.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4083.02,2549.0,2212.0,35.0,2.0,240.0,2.0,45.0,1886.0,114110.0,295900.0,1246.0 +24005408601,"Census Tract 4086.01, Baltimore County, Maryland",4015,2824.0,102902.0,340300.0,1619.0,3501.0,70.0,6.0,346.0,0.0,9.0,57.0,26.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4086.01,3693.0,3433.0,22.0,7.0,181.0,0.0,37.0,2826.0,62455.0,163000.0,1187.0 +24005491000,"Census Tract 4910, Baltimore County, Maryland",2252,1497.0,144000.0,474200.0,1167.0,2008.0,50.0,0.0,91.0,0.0,0.0,25.0,78.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4910,2272.0,2196.0,21.0,1.0,33.0,0.0,16.0,1529.0,81235.0,234400.0,1042.0 +24005451000,"Census Tract 4510, Baltimore County, Maryland",1723,1433.0,79519.0,369500.0,247.0,1589.0,63.0,6.0,10.0,0.0,0.0,23.0,32.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4510,1683.0,1642.0,6.0,16.0,7.0,0.0,12.0,1213.0,56786.0,178600.0,147.0 +24005491300,"Census Tract 4913, Baltimore County, Maryland",3638,2096.0,55440.0,242000.0,1067.0,1443.0,1513.0,14.0,330.0,0.0,0.0,123.0,215.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4913,3197.4651350000004,1963.547363,910.2997437000001,14.89039993,237.2536926,0.0,63.53237152,2036.013916,46348.99996,131000.0008,945.0440062999999 +24005491401,"Census Tract 4914.01, Baltimore County, Maryland",5709,3280.0,43456.0,168600.0,989.0,783.0,4847.0,0.0,26.0,0.0,0.0,38.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4914.01,5240.0,747.0,4271.0,8.0,95.0,1.0,97.0,2967.0,32282.0,80900.0,546.0 +24005440300,"Census Tract 4403, Baltimore County, Maryland",2035,1408.0,60040.0,207900.0,505.0,980.0,561.0,0.0,346.0,15.0,0.0,49.0,84.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4403,2047.0,1428.0,378.0,10.0,151.0,0.0,67.0,1421.0,45750.0,105700.0,359.0 +24005440600,"Census Tract 4406, Baltimore County, Maryland",2300,1632.0,108929.0,346800.0,668.0,1455.0,506.0,0.0,248.0,0.0,0.0,33.0,58.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4406,1440.0,1295.0,75.0,3.0,47.0,0.0,13.0,1011.0,77784.0,173200.0,291.0 +24005440800,"Census Tract 4408, Baltimore County, Maryland",3173,2380.0,66875.0,330400.0,853.0,1420.0,928.0,39.0,562.0,0.0,23.0,103.0,98.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4408,1881.0,1553.0,197.0,6.0,78.0,0.0,40.0,1376.0,42831.0,138900.0,271.0 +24005490602,"Census Tract 4906.02, Baltimore County, Maryland",2831,1876.0,83233.0,297200.0,1357.0,2345.0,27.0,0.0,261.0,0.0,0.0,62.0,136.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4906.02,2701.0,2380.0,39.0,2.0,227.0,1.0,46.0,2000.0,50984.0,137100.0,1344.0 +24005492002,"Census Tract 4920.02, Baltimore County, Maryland",3963,2731.0,74819.0,203000.0,905.0,2862.0,900.0,0.0,7.0,15.0,26.0,41.0,112.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4920.02,4105.0,3551.0,370.0,15.0,91.0,0.0,65.0,2745.0,50015.0,104800.0,682.0 +24005401102,"Census Tract 4011.02, Baltimore County, Maryland",1010,708.0,53469.0,188400.0,226.0,103.0,732.0,6.0,66.0,2.0,0.0,74.0,27.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4011.02,928.0,217.0,642.0,1.0,38.0,0.0,29.0,628.0,40357.0,97200.0,127.0 +24005401301,"Census Tract 4013.01, Baltimore County, Maryland",3626,2575.0,62963.0,162700.0,525.0,476.0,2771.0,0.0,127.0,0.0,58.0,45.0,149.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4013.01,3818.0,1676.0,1969.0,9.0,94.0,0.0,60.0,2446.0,47978.0,87800.0,458.0 +24005401505,"Census Tract 4015.05, Baltimore County, Maryland",4477,3234.0,73375.0,250100.0,1163.0,1186.0,1964.0,9.0,838.0,0.0,7.0,124.0,349.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4015.05,3507.0,1882.0,1287.0,9.0,238.0,0.0,65.0,2508.0,51330.0,127200.0,726.0 +24005402303,"Census Tract 4023.03, Baltimore County, Maryland",6705,4717.0,69772.0,173300.0,1524.0,460.0,5866.0,134.0,48.0,0.0,0.0,103.0,228.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4023.03,6466.0,802.0,5479.0,12.0,65.0,0.0,89.0,4177.0,51012.0,110100.0,1011.0 +24005402306,"Census Tract 4023.06, Baltimore County, Maryland",3960,2567.0,48431.0,204200.0,849.0,211.0,3332.0,0.0,261.0,0.0,8.0,24.0,124.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4023.06,3387.0,544.0,2709.0,14.0,49.0,1.0,64.0,1989.0,43446.0,113200.0,431.0 +24005402506,"Census Tract 4025.06, Baltimore County, Maryland",4521,3104.0,83107.0,214200.0,1154.0,498.0,3707.0,0.0,131.0,0.0,0.0,123.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4025.06,4179.0,974.0,3059.0,7.0,63.0,1.0,64.0,2805.0,62188.0,117600.0,987.0 +24005403801,"Census Tract 4038.01, Baltimore County, Maryland",1659,1249.0,198158.0,658100.0,1008.0,1461.0,26.0,0.0,157.0,0.0,0.0,0.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4038.01,1643.0,1473.0,42.0,3.0,97.0,0.0,28.0,1115.0,115571.0,396400.0,791.0 +24005420800,"Census Tract 4208, Baltimore County, Maryland",3220,2217.0,63017.0,155800.0,158.0,2748.0,108.0,28.0,62.0,0.0,0.0,91.0,211.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4208,3363.0,3224.0,52.0,17.0,29.0,0.0,36.0,2389.0,43308.0,87300.0,131.0 +24005430400,"Census Tract 4304, Baltimore County, Maryland",4429,3155.0,76757.0,251100.0,527.0,3662.0,403.0,0.0,77.0,0.0,0.0,131.0,156.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4304,4297.0,3792.0,335.0,32.0,83.0,0.0,51.0,2969.0,50605.0,118200.0,571.0 +24005430600,"Census Tract 4306, Baltimore County, Maryland",2320,1746.0,95385.0,270800.0,632.0,2026.0,129.0,0.0,43.0,0.0,0.0,53.0,69.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4306,2452.0,2260.0,88.0,9.0,63.0,0.0,29.0,1784.0,61581.0,139800.0,533.0 +24005450300,"Census Tract 4503, Baltimore County, Maryland",3156,2286.0,48623.0,188900.0,234.0,2660.0,250.0,0.0,104.0,0.0,22.0,63.0,57.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4503,3402.0,3205.0,56.0,30.0,57.0,0.0,39.0,2463.0,40909.0,107100.0,102.0 +24005451701,"Census Tract 4517.01, Baltimore County, Maryland",3757,2809.0,85000.0,270600.0,807.0,2812.0,585.0,0.0,173.0,0.0,35.0,0.0,152.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4517.01,2480.0,2305.0,127.0,12.0,23.0,0.0,12.0,1885.0,54519.0,136300.0,172.0 +24005451801,"Census Tract 4518.01, Baltimore County, Maryland",5742,3990.0,65290.0,218200.0,625.0,4488.0,955.0,0.0,24.0,18.0,0.0,238.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4518.01,5190.0,3795.0,1252.0,21.0,42.0,0.0,64.0,3197.0,53098.0,129200.0,449.0 +24005490100,"Census Tract 4901, Baltimore County, Maryland",3887,2965.0,142950.0,465800.0,2013.0,3527.0,31.0,8.0,163.0,0.0,0.0,1.0,165.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4901,4128.0,3728.0,67.0,1.0,266.0,1.0,60.0,3137.0,102630.0,266300.0,1918.0 +24005490200,"Census Tract 4902, Baltimore County, Maryland",2908,1937.0,111292.0,322800.0,1145.0,2476.0,87.0,0.0,224.0,0.0,14.0,51.0,56.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4902,2719.0,2431.0,62.0,8.0,164.0,0.0,38.0,1961.0,57750.0,153300.0,856.0 +24005491100,"Census Tract 4911, Baltimore County, Maryland",4104,2460.0,88793.0,334200.0,1613.0,2483.0,1025.0,0.0,280.0,0.0,0.0,96.0,220.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4911,3327.0,2485.0,427.0,9.0,224.0,0.0,155.0,2132.0,51851.0,144300.0,1161.0 +24005491202,"Census Tract 4912.02, Baltimore County, Maryland",1879,1315.0,72083.0,217500.0,723.0,1295.0,386.0,0.0,61.0,0.0,0.0,28.0,109.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4912.02,1944.58915,1681.2201760000003,143.556378,10.13163972,82.01755247,1.0,25.56765303,1385.534865,51725.42718,105378.0686,594.0480158 +24005491701,"Census Tract 4917.01, Baltimore County, Maryland",4086,2989.0,73828.0,264500.0,1394.0,2341.0,1000.0,32.0,247.0,0.0,0.0,77.0,389.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4917.01,4039.0,3228.0,437.0,18.0,292.0,1.0,54.0,2833.0,48816.0,139400.0,965.0 +24005400100,"Census Tract 4001, Baltimore County, Maryland",4610,3482.0,49833.0,242200.0,1393.0,3337.0,684.0,0.0,589.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4001,4518.0,3963.0,207.0,15.0,267.0,0.0,49.0,3966.0,44040.0,110300.0,1163.0 +24005402201,"Census Tract 4022.01, Baltimore County, Maryland",3763,2547.0,84135.0,322000.0,995.0,1937.0,1530.0,13.0,63.0,2.0,60.0,83.0,75.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4022.01,3159.014561,2083.013306,922.0006358999999,18.00000795,69.00039742,0.0,58.00019076,2019.0098879999998,71542.02639,181100.1668,662.0044034 +24005408100,"Census Tract 4081, Baltimore County, Maryland",5923,4117.0,108448.0,397600.0,2488.0,5213.0,206.0,6.0,370.0,0.0,0.0,43.0,85.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4081,5757.2020600000005,5246.19344,125.00468889999999,9.000471563,280.0018497,0.0,72.00146508,4062.136501,69194.92864,188901.0402,2221.0438879999997 +24005411303,"Census Tract 4113.03, Baltimore County, Maryland",6292,4443.0,70173.0,258700.0,1708.0,4640.0,943.0,21.0,347.0,0.0,0.0,123.0,218.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4113.03,6184.0,5555.0,288.0,19.0,236.0,0.0,69.0,4504.0,50309.0,143600.0,1078.0 +24005420402,"Census Tract 4204.02, Baltimore County, Maryland",1972,1408.0,58679.0,167000.0,185.0,1628.0,120.0,9.0,78.0,9.0,0.0,74.0,54.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4204.02,2127.0,2048.0,28.0,19.0,9.0,0.0,18.0,1486.0,45096.0,87400.0,83.0 +24005452100,"Census Tract 4521, Baltimore County, Maryland",3380,2437.0,76384.0,240600.0,397.0,2759.0,263.0,0.0,0.0,0.0,0.0,114.0,244.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4521,3684.0,3548.0,70.0,14.0,23.0,1.0,21.0,2569.0,50854.0,125300.0,174.0 +24005400500,"Census Tract 4005, Baltimore County, Maryland",2525,1693.0,157708.0,485600.0,1149.0,2298.0,97.0,28.0,24.0,0.0,0.0,0.0,78.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4005,2316.0,2170.0,47.0,9.0,60.0,0.0,28.0,1623.0,78143.0,213200.0,811.0 +24005402202,"Census Tract 4022.02, Baltimore County, Maryland",1520,1215.0,128281.0,418800.0,578.0,908.0,417.0,0.0,39.0,0.0,0.0,99.0,57.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4022.02,1197.980863,1011.983826,128.9979401,11.99980831,28.99953651,0.0,12.9997921,890.9857787999999,65113.999079999994,173499.9956,255.9959106 +24005403802,"Census Tract 4038.02, Baltimore County, Maryland",2825,1965.0,158908.0,560200.0,1540.0,2603.0,141.0,0.0,23.0,0.0,0.0,46.0,12.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4038.02,2583.972049,2459.503174,40.8257637,2.987250805,61.73651886,0.0,14.9362545,1974.5728760000002,157434.999,335000.0066,1427.905884 +24005408702,"Census Tract 4087.02, Baltimore County, Maryland",2497,1775.0,98333.0,433300.0,1217.0,2241.0,48.0,15.0,135.0,0.0,0.0,39.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4087.02,2493.0,2346.0,27.0,7.0,80.0,0.0,29.0,1893.0,70690.0,193200.0,984.0 +24005440100,"Census Tract 4401, Baltimore County, Maryland",4676,3450.0,68977.0,219900.0,1067.0,3530.0,588.0,17.0,279.0,0.0,27.0,55.0,180.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4401,4574.0,4420.0,33.0,18.0,52.0,1.0,45.0,3136.0,49577.0,114400.0,480.0 +24005401503,"Census Tract 4015.03, Baltimore County, Maryland",6492,4990.0,96039.0,346100.0,2494.0,5618.0,142.0,43.0,363.0,0.0,15.0,136.0,175.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4015.03,6265.0,5698.0,220.0,26.0,181.0,0.0,125.0,4492.0,65681.0,154100.0,1957.0 +24005403602,"Census Tract 4036.02, Baltimore County, Maryland",5964,3711.0,89477.0,277100.0,2635.0,3831.0,851.0,20.0,847.0,0.0,0.0,294.0,121.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4036.02,4444.0,3423.0,306.0,4.0,579.0,0.0,100.0,3093.0,50964.0,130000.0,2196.0 +24005441000,"Census Tract 4410, Baltimore County, Maryland",3747,2184.0,62895.0,165000.0,351.0,699.0,2925.0,0.0,0.0,0.0,0.0,100.0,23.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4410,4006.0,1420.0,2479.0,21.0,39.0,0.0,35.0,2245.0,47855.0,88900.0,197.0 +24005452500,"Census Tract 4525, Baltimore County, Maryland",3684,2481.0,52371.0,153300.0,183.0,3094.0,145.0,43.0,49.0,0.0,0.0,191.0,173.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4525,3975.649081,3821.73999,41.97517776,46.97222519,20.98758888,0.0,37.97754288,2703.4013670000004,45268.99918,78199.99742,51.969268799999995 +24005490605,"Census Tract 4906.05, Baltimore County, Maryland",5004,214.0,11190.0,,48.0,3184.0,1043.0,36.0,263.0,0.0,15.0,160.0,338.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4906.05,3972.0,3180.0,519.0,5.0,166.0,0.0,100.0,344.0,11326.0,,77.0 +24005451803,"Census Tract 4518.03, Baltimore County, Maryland",4119,2903.0,74574.0,198500.0,574.0,3316.0,647.0,0.0,68.0,0.0,0.0,35.0,53.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4518.03,4314.0,3804.0,406.0,22.0,47.0,2.0,28.0,2686.0,49879.0,115000.0,286.0 +24005430900,"Census Tract 4309, Baltimore County, Maryland",5638,3446.0,50913.0,223200.0,979.0,2115.0,1120.0,11.0,1750.0,0.0,34.0,410.0,198.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4309,4820.0,3011.0,682.0,39.0,923.0,1.0,148.0,3129.0,31989.0,107500.0,864.0 +24005452300,"Census Tract 4523, Baltimore County, Maryland",3106,2386.0,49167.0,91300.0,131.0,1804.0,377.0,0.0,34.0,3.0,80.0,100.0,708.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4523,2955.122397,2754.052811,82.0257726,23.0106312,26.00805394,0.0,68.02351750000001,1832.8002390000001,36678.23167,67603.92452,89.04929011 +24005491600,"Census Tract 4916, Baltimore County, Maryland",3327,2335.0,60017.0,158000.0,443.0,2092.0,949.0,0.0,14.0,0.0,27.0,41.0,204.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4916,2956.0,2640.0,195.0,8.0,78.0,0.0,33.0,2178.0,38066.0,83700.0,440.0 +24005492300,"Census Tract 4923, Baltimore County, Maryland",4213,2764.0,70066.0,154400.0,401.0,3092.0,609.0,0.0,87.0,0.0,0.0,116.0,309.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4923,3512.0,3311.0,94.0,20.0,41.0,0.0,41.0,2228.0,45219.68026,78353.9604,99.0 +24005404403,"Census Tract 4044.03, Baltimore County, Maryland",5051,3209.0,48194.0,246200.0,1197.0,1822.0,2327.0,11.0,431.0,0.0,0.0,59.0,401.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4044.03,3657.9999399999997,2655.144287,667.868103,7.90064764,161.6999207,0.0,145.37191769999998,2466.05542,47063.00107,134699.9993,970.1995239 +24005402406,"Census Tract 4024.06, Baltimore County, Maryland",6092,3652.0,65434.0,191000.0,1141.0,430.0,5068.0,0.0,164.0,0.0,0.0,142.0,288.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4024.06,6024.000125,938.6176757999999,4713.946777,21.66040802,201.36157230000003,0.0,107.49980159999998,3480.1054689999996,43030.99804,116100.0018,888.0767212000001 +24005451401,"Census Tract 4514.01, Baltimore County, Maryland",4003,2205.0,73889.0,242800.0,770.0,971.0,1784.0,14.0,610.0,0.0,0.0,93.0,531.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4514.01,2623.0273429999997,1673.373169,762.3658447,30.38893318,58.13534927,0.0,92.81837463,1526.0529789999998,33160.999189999995,81600.00311,129.8135986 +24005402509,"Census Tract 4025.09, Baltimore County, Maryland",9648,6503.0,87650.0,279600.0,3831.0,2364.0,5566.0,24.0,1051.0,0.0,21.0,316.0,306.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4025.09,4137.34315,1793.479614,2054.111084,9.100261688,181.6412354,0.0,88.09053802,2868.0385739999997,62480.00178,139300.0033,1464.4141849999999 +24005492401,"Census Tract 4924.01, Baltimore County, Maryland",3714,2672.0,88237.0,250900.0,1006.0,385.0,2792.0,0.0,270.0,0.0,0.0,161.0,106.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4924.01,3260.096322,1413.205566,1618.574951,7.170720577000001,143.1275787,0.0,69.41257477,2259.924316,62479.9995,139300.0041,1153.9123539999998 +24005492402,"Census Tract 4924.02, Baltimore County, Maryland",6657,4678.0,76063.0,210100.0,2703.0,1727.0,3758.0,8.0,677.0,0.0,0.0,291.0,196.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4924.02,3960.422124,1716.7868649999998,1966.273315,8.711116791,173.8738861,0.0,84.3236084,2745.3955079999996,62480.002179999996,139299.9929,1401.7929689999999 +24005403402,"Census Tract 4034.02, Baltimore County, Maryland",5546,3944.0,48445.0,166800.0,1610.0,2099.0,2485.0,3.0,0.0,0.0,0.0,47.0,912.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4034.02,4926.000091,3574.875488,1110.067505,8.436995506,115.7073669,0.0,89.79373932,3902.110352,41273.00195,100000.0024,1363.780029 +24005403401,"Census Tract 4034.01, Baltimore County, Maryland",3490,2948.0,65403.0,233200.0,1556.0,1998.0,1205.0,19.0,132.0,0.0,11.0,35.0,90.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4034.01,3247.999909,2357.1245120000003,731.9324341,5.563004493999999,76.29263306,0.0,59.20626068,2572.889648,41273.00031,99999.99638,899.2199707000001 +24005408304,"Census Tract 4083.04, Baltimore County, Maryland",5250,4235.0,89417.0,416200.0,2430.0,4268.0,178.0,0.0,499.0,0.0,0.0,134.0,171.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4083.04,3586.9999770000004,3282.186523,44.08907318,6.531714439,211.73641969999997,0.0,32.65857315,2494.5708010000003,100827.9989,286200.0126,1507.193115 +24005408303,"Census Tract 4083.03, Baltimore County, Maryland",3361,2248.0,167069.0,683200.0,1765.0,2852.0,56.0,7.0,208.0,0.0,0.0,215.0,23.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4083.03,3003.000023,2747.813477,36.91092682,5.468285561,177.2635803,0.0,27.34142685,2088.4291989999997,100828.0013,286199.985,1261.806885 +24005407002,"Census Tract 4070.02, Baltimore County, Maryland",5846,4087.0,102009.0,422400.0,1551.0,5403.0,95.0,0.0,191.0,0.0,0.0,62.0,95.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4070.02,5059.014564,4834.881187,116.3768617,11.69930728,52.95455922,0.0,37.56084307,3424.1941079999997,66921.97832000001,216899.9035,1131.134861 +24005407001,"Census Tract 4070.01, Baltimore County, Maryland",3008,2321.0,97153.0,489300.0,1071.0,2748.0,53.0,0.0,125.0,0.0,0.0,42.0,40.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4070.01,3156.79122,3016.93335,72.61849213,7.3002719879999995,33.04333496,0.0,23.43771553,2136.674316,66922.00216,216899.995,705.8210449 +24005451402,"Census Tract 4514.02, Baltimore County, Maryland",5268,3541.0,57585.0,166100.0,824.0,2203.0,2283.0,0.0,46.0,0.0,0.0,144.0,592.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4514.02,5313.258148,3389.6191409999997,1544.263916,61.55644608,117.76016240000001,0.0,188.014801,3091.204102,33160.99998,81600.00125,262.95309449999996 +24005980100,"Census Tract 9801, Baltimore County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 9801,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +24005492500,"Census Tract 4925, Baltimore County, Maryland",3059,441.0,,,50.0,1773.0,744.0,0.0,216.0,0.0,25.0,114.0,187.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4925,2876.879797,1715.5305629999998,679.5873617000001,13.14895138,397.2879142,0.009316286,66.22259142,363.73729710000003,42947.1186,106529.3287,33.64868116 +24005492600,"Census Tract 4926, Baltimore County, Maryland",3717,2346.0,66494.0,237200.0,921.0,2200.0,1006.0,0.0,325.0,0.0,0.0,177.0,9.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4926,3672.0,2757.0,423.0,15.0,420.0,0.0,48.0,2292.0,47792.30887,117678.9281,929.0 +24005980000,"Census Tract 9800, Baltimore County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 9800,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +24005980200,"Census Tract 9802, Baltimore County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 9802,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +24005401507,"Census Tract 4015.07, Baltimore County, Maryland",6124,4194.0,54545.0,177800.0,1213.0,634.0,3499.0,0.0,1412.0,0.0,108.0,145.0,326.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4015.07,5145.550865,1241.102661,3157.0986329999996,26.29454803,539.3303833,0.0,151.3397369,3205.013184,42026.99967,110400.0019,903.9481201 +24005401506,"Census Tract 4015.06, Baltimore County, Maryland",5207,3386.0,75604.0,189500.0,1380.0,816.0,3370.0,0.0,804.0,5.0,0.0,81.0,131.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4015.06,3660.4491350000003,882.8973389,2245.9013670000004,18.70545197,383.6696167,0.0,107.6602707,2279.986816,42027.00046,110399.9973,643.0518799 +24005400701,"Census Tract 4007.01, Baltimore County, Maryland",2905,1976.0,69661.0,249500.0,942.0,1587.0,927.0,0.0,200.0,0.0,40.0,72.0,79.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4007.01,2633.024246,1867.0145510000002,537.0085012,7.000136676,160.0003645,1.0,58.00051937,1845.0173940000002,39550.066419999996,112300.0682,665.0036994 +24005401101,"Census Tract 4011.01, Baltimore County, Maryland",5942,4245.0,65522.0,209100.0,925.0,1029.0,3889.0,77.0,523.0,0.0,19.0,14.0,391.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4011.01,6721.0,2401.0,3845.0,30.0,287.0,5.0,142.0,4316.0,50823.0,109000.0,866.0 +24005401200,"Census Tract 4012, Baltimore County, Maryland",2883,2024.0,70156.0,185500.0,525.0,471.0,2131.0,7.0,68.0,3.0,9.0,10.0,184.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4012,2999.0,1054.0,1803.0,35.0,34.0,0.0,67.0,1906.0,48472.0,96800.0,401.0 +24005401302,"Census Tract 4013.02, Baltimore County, Maryland",2728,1941.0,46731.0,156500.0,423.0,350.0,2281.0,0.0,9.0,0.0,0.0,42.0,46.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4013.02,2480.0,860.0,1492.0,4.0,70.0,0.0,48.0,1699.0,39700.0,85800.0,369.0 +24005404201,"Census Tract 4042.01, Baltimore County, Maryland",6224,4207.0,76985.0,254500.0,1516.0,2030.0,2933.0,0.0,541.0,0.0,36.0,136.0,548.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4042.01,5034.0,3146.0,1196.0,33.0,320.0,0.0,308.0,3223.0,50997.0,132900.0,1209.0 +24005402505,"Census Tract 4025.05, Baltimore County, Maryland",3877,2564.0,62574.0,220300.0,963.0,279.0,3443.0,1.0,93.0,0.0,0.0,54.0,7.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4025.05,3003.0,426.0,2477.0,8.0,41.0,0.0,49.0,1905.0,42353.0,133200.0,628.0 +24005402604,"Census Tract 4026.04, Baltimore County, Maryland",6179,4593.0,82167.0,224700.0,1438.0,805.0,5274.0,19.0,0.0,0.0,16.0,17.0,48.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4026.04,6012.0,1380.0,4354.0,6.0,170.0,0.0,92.0,4160.0,62912.0,121500.0,1295.0 +24005403601,"Census Tract 4036.01, Baltimore County, Maryland",4784,3645.0,83622.0,301200.0,2419.0,4081.0,447.0,0.0,72.0,0.0,0.0,48.0,136.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4036.01,4679.050836,4374.047791,141.0003131,5.0,85.0022771,0.0,62.00042696,3331.034413,66493.4676,162202.4837,1983.024877 +24005404502,"Census Tract 4045.02, Baltimore County, Maryland",3959,2737.0,51452.0,143600.0,643.0,1799.0,1080.0,10.0,132.0,0.0,8.0,75.0,855.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4045.02,3883.0,2585.0,895.0,9.0,153.0,0.0,224.0,2502.0,39725.0,93400.0,618.0 +24005404800,"Census Tract 4048, Baltimore County, Maryland",1910,1506.0,120938.0,396600.0,679.0,1620.0,95.0,0.0,15.0,0.0,9.0,25.0,146.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4048,1831.985477,1673.986694,79.99936676,0.9999920729999999,49.99960327,0.0,23.99980927,1243.990112,76998.00292,214100.0111,553.9956055 +24005406000,"Census Tract 4060, Baltimore County, Maryland",6012,4449.0,105972.0,417800.0,1851.0,5668.0,84.0,0.0,86.0,0.0,0.0,69.0,105.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4060,4897.0,4741.0,41.0,33.0,55.0,0.0,19.0,3235.0,72217.0,203800.0,1109.0 +24005408800,"Census Tract 4088, Baltimore County, Maryland",2632,1838.0,89556.0,340200.0,871.0,2071.0,185.0,0.0,202.0,0.0,0.0,94.0,80.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4088,2215.0,1960.0,121.0,5.0,97.0,0.0,26.0,1596.0,54961.0,160500.0,790.0 +24005410100,"Census Tract 4101, Baltimore County, Maryland",5541,3673.0,116735.0,561700.0,2417.0,5158.0,91.0,0.0,126.0,0.0,0.0,0.0,166.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4101,6126.007611,5845.006936,103.00016529999999,2.000011899,113.0003702,0.0,52.00009519,4070.0053700000003,101357.9501,336299.8303,2406.002936 +24005421000,"Census Tract 4210, Baltimore County, Maryland",1664,1259.0,26402.0,96800.0,61.0,1216.0,300.0,8.0,0.0,0.0,0.0,41.0,99.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4210,1972.127539,1771.1101809999998,120.0128033,34.00135293,17.00069296,0.0,20.00227688,1462.085301,24191.268119999997,72700.52206,63.00818358 +24005430101,"Census Tract 4301.01, Baltimore County, Maryland",4726,2788.0,45952.0,143200.0,297.0,1271.0,1070.0,0.0,276.0,0.0,0.0,133.0,1976.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4301.01,4301.0,2270.0,1463.0,39.0,167.0,0.0,344.0,2415.0,32669.0,83200.0,99.0 +24005440500,"Census Tract 4405, Baltimore County, Maryland",3227,2392.0,71957.0,198900.0,680.0,2524.0,344.0,0.0,180.0,0.0,0.0,62.0,117.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4405,3009.0,2893.0,60.0,12.0,16.0,0.0,27.0,2242.0,42948.0,108100.0,318.0 +24005401000,"Census Tract 4010, Baltimore County, Maryland",2564,1791.0,98636.0,399600.0,968.0,2102.0,253.0,0.0,95.0,0.0,0.0,28.0,86.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4010,2446.0,1976.0,353.0,14.0,48.0,0.0,43.0,1952.0,49347.0,160400.0,708.0 +24005401400,"Census Tract 4014, Baltimore County, Maryland",1718,1165.0,114875.0,361400.0,699.0,1525.0,29.0,4.0,51.0,0.0,0.0,54.0,55.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4014,1482.8725359999999,1439.876221,9.999140739,1.9998281000000002,15.998624800000002,0.0,6.999398232000001,1029.911499,66500.00029,161499.9967,379.9673462 +24005403300,"Census Tract 4033, Baltimore County, Maryland",2513,1813.0,74013.0,208700.0,729.0,1073.0,1115.0,11.0,128.0,0.0,0.0,71.0,119.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4033,2380.0,1499.0,732.0,11.0,76.0,0.0,53.0,1747.0,50952.0,97200.0,702.0 +24005402305,"Census Tract 4023.05, Baltimore County, Maryland",2131,1322.0,57888.0,213400.0,461.0,554.0,1425.0,0.0,40.0,0.0,0.0,29.0,83.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4023.05,1825.0,440.0,1348.0,2.0,15.0,0.0,19.0,1136.0,43973.0,125000.0,250.0 +24005402603,"Census Tract 4026.03, Baltimore County, Maryland",6500,4772.0,107398.0,234000.0,2412.0,1043.0,5237.0,0.0,110.0,0.0,0.0,31.0,79.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4026.03,5356.0,1258.0,3766.0,18.0,210.0,1.0,84.0,3611.0,73083.0,132400.0,1397.0 +24005403202,"Census Tract 4032.02, Baltimore County, Maryland",2167,1583.0,67697.0,205400.0,611.0,169.0,1804.0,0.0,20.0,0.0,43.0,96.0,35.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4032.02,2078.0,255.0,1793.0,7.0,5.0,0.0,18.0,1370.0,61042.0,104500.0,357.0 +24005403803,"Census Tract 4038.03, Baltimore County, Maryland",3269,2719.0,103846.0,369300.0,1999.0,2911.0,114.0,0.0,86.0,0.0,0.0,85.0,73.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4038.03,2928.0,2764.0,75.0,2.0,60.0,0.0,20.0,2323.0,98530.0,208300.0,1507.0 +24005404202,"Census Tract 4042.02, Baltimore County, Maryland",9322,4816.0,54093.0,242600.0,1440.0,2190.0,4540.0,9.0,559.0,0.0,43.0,295.0,1695.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4042.02,5323.0,2417.0,2367.0,15.0,203.0,1.0,292.0,3515.0,36422.0,124700.0,1054.0 +24005403100,"Census Tract 4031, Baltimore County, Maryland",2430,1798.0,69301.0,222400.0,566.0,579.0,1736.0,5.0,9.0,0.0,24.0,53.0,24.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4031,2575.0,959.0,1538.0,4.0,45.0,0.0,24.0,1972.0,56505.0,119500.0,564.0 +24005404501,"Census Tract 4045.01, Baltimore County, Maryland",7005,4654.0,72741.0,224400.0,1658.0,3798.0,1867.0,0.0,292.0,0.0,33.0,280.0,735.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4045.01,6576.0,5204.0,911.0,20.0,227.0,0.0,178.0,4512.0,50262.0,117300.0,1540.0 +24005408506,"Census Tract 4085.06, Baltimore County, Maryland",4580,3062.0,46997.0,302800.0,1328.0,1971.0,1339.0,23.0,403.0,21.0,0.0,66.0,757.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4085.06,4296.0,2892.0,747.0,34.0,404.0,0.0,209.0,2844.0,35177.0,161400.0,1120.0 +24005408507,"Census Tract 4085.07, Baltimore County, Maryland",6767,4560.0,58682.0,251400.0,1828.0,2704.0,1222.0,111.0,1406.0,0.0,33.0,162.0,1240.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4085.07,5547.0,3698.0,750.0,26.0,787.0,0.0,269.0,3558.0,35044.0,134700.0,1633.0 +24005411101,"Census Tract 4111.01, Baltimore County, Maryland",2213,1727.0,97813.0,441000.0,687.0,2172.0,0.0,0.0,19.0,0.0,0.0,0.0,22.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4111.01,2165.0,2108.0,8.0,10.0,18.0,0.0,15.0,1475.0,75199.0,258100.0,532.0 +24005411201,"Census Tract 4112.01, Baltimore County, Maryland",3154,2431.0,118676.0,420500.0,1255.0,3059.0,35.0,0.0,14.0,0.0,0.0,0.0,46.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4112.01,3160.197261,3072.1908719999997,9.001408273,5.000446526,25.00212958,0.0,40.00209524,2264.135984,78253.15317,254296.4485,1073.05087 +24005411302,"Census Tract 4113.02, Baltimore County, Maryland",3708,2409.0,98750.0,374800.0,852.0,2497.0,353.0,0.0,571.0,0.0,0.0,148.0,139.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4113.02,1927.0,1805.0,78.0,18.0,9.0,0.0,15.0,1288.0,53438.0,139400.0,130.0 +24005411406,"Census Tract 4114.06, Baltimore County, Maryland",4331,3243.0,85065.0,273800.0,1231.0,3751.0,172.0,9.0,242.0,0.0,0.0,93.0,64.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4114.06,4354.0,4024.0,70.0,21.0,181.0,0.0,51.0,3166.0,55491.0,147500.0,824.0 +24005420301,"Census Tract 4203.01, Baltimore County, Maryland",2515,1667.0,52314.0,128600.0,178.0,1962.0,122.0,0.0,32.0,0.0,0.0,198.0,201.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4203.01,2050.0,1847.0,84.0,19.0,74.0,0.0,22.0,1323.0,39868.0,81400.0,78.0 +24005410200,"Census Tract 4102, Baltimore County, Maryland",4843,3402.0,144514.0,499500.0,2332.0,4459.0,18.0,0.0,143.0,5.0,0.0,163.0,55.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4102,4708.0,4525.0,24.0,17.0,91.0,0.0,50.0,3149.0,99041.0,288200.0,1740.0 +24005404600,"Census Tract 4046, Baltimore County, Maryland",2852,2063.0,101197.0,350000.0,771.0,2631.0,37.0,16.0,47.0,0.0,0.0,45.0,76.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4046,2452.0,2319.0,64.0,9.0,33.0,1.0,18.0,1735.0,58902.0,191000.0,553.0 +24005404900,"Census Tract 4049, Baltimore County, Maryland",4240,3297.0,134777.0,502200.0,2206.0,3715.0,129.0,9.0,251.0,0.0,0.0,49.0,87.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4049,4395.0,4171.0,65.0,1.0,97.0,0.0,52.0,2663.0,118373.0,337500.0,1771.0 +24005411408,"Census Tract 4114.08, Baltimore County, Maryland",3574,2652.0,65135.0,189800.0,875.0,2177.0,570.0,0.0,298.0,11.0,22.0,245.0,251.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4114.08,5859.0,5245.0,278.0,20.0,214.0,1.0,97.0,4593.0,43666.0,104300.0,1104.0 +24005420302,"Census Tract 4203.02, Baltimore County, Maryland",2574,1678.0,57389.0,133200.0,291.0,1818.0,229.0,52.0,29.0,0.0,12.0,67.0,367.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4203.02,2651.0,2490.0,66.0,40.0,22.0,0.0,32.0,1804.0,40080.0,82800.0,106.0 +24005420500,"Census Tract 4205, Baltimore County, Maryland",3350,2432.0,51616.0,132900.0,393.0,2459.0,154.0,0.0,257.0,0.0,25.0,0.0,455.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4205,3482.8775840000003,3266.947266,79.97422791,32.98936844,24.99194527,0.0,72.97647858,2483.199707,34921.999169999996,76300.00066,152.95071409999997 +24005420701,"Census Tract 4207.01, Baltimore County, Maryland",3209,2385.0,47934.0,162100.0,408.0,2181.0,137.0,45.0,135.0,15.0,0.0,331.0,365.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4207.01,2767.0,2494.0,61.0,45.0,78.0,0.0,74.0,2041.0,33109.0,92600.0,150.0 +24005420702,"Census Tract 4207.02, Baltimore County, Maryland",2014,1439.0,36574.0,159500.0,195.0,1559.0,159.0,76.0,105.0,0.0,10.0,58.0,47.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4207.02,2085.0,2010.0,15.0,21.0,20.0,2.0,18.0,1421.0,47778.0,95500.0,89.0 +24005421300,"Census Tract 4213, Baltimore County, Maryland",2949,2056.0,40391.0,120300.0,266.0,662.0,1930.0,9.0,250.0,0.0,0.0,88.0,10.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4213,3301.0,576.0,2673.0,14.0,5.0,0.0,31.0,2001.0,28324.0,61000.0,161.0 +24005430200,"Census Tract 4302, Baltimore County, Maryland",2646,1795.0,40887.0,182000.0,180.0,1820.0,296.0,0.0,205.0,0.0,0.0,87.0,238.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4302,2932.0,2557.0,237.0,27.0,71.0,0.0,31.0,1999.0,41100.0,107200.0,111.0 +24005440701,"Census Tract 4407.01, Baltimore County, Maryland",7029,4759.0,59610.0,228800.0,1106.0,2061.0,2986.0,0.0,220.0,0.0,11.0,30.0,1721.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4407.01,5831.37871,3142.963623,2057.429932,28.90769005,341.9081726,0.0,229.26788330000002,3864.658936,43934.99863,119000.0042,881.1860962000001 +24005440702,"Census Tract 4407.02, Baltimore County, Maryland",4826,3653.0,62250.0,208900.0,1063.0,2703.0,1195.0,0.0,447.0,0.0,0.0,129.0,352.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4407.02,3288.0,2812.0,318.0,15.0,83.0,0.0,54.0,2162.0,57192.0,101000.0,595.0 +24005450200,"Census Tract 4502, Baltimore County, Maryland",3167,2345.0,62389.0,168200.0,317.0,2896.0,122.0,0.0,0.0,0.0,0.0,0.0,149.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4502,3469.0,3336.0,23.0,31.0,29.0,1.0,42.0,2472.0,41619.0,92400.0,124.0 +24005450504,"Census Tract 4505.04, Baltimore County, Maryland",5379,3317.0,38271.0,116900.0,477.0,1653.0,3356.0,0.0,54.0,0.0,61.0,58.0,197.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4505.04,5359.0,2565.0,2329.0,48.0,142.0,2.0,239.0,3281.0,26986.0,80800.0,329.0 +24005400600,"Census Tract 4006, Baltimore County, Maryland",2965,2134.0,85583.0,241300.0,1135.0,1999.0,784.0,0.0,115.0,4.0,0.0,40.0,23.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4006,2946.0,2400.0,350.0,13.0,91.0,0.0,79.0,2002.0,45452.0,102000.0,650.0 +24005402302,"Census Tract 4023.02, Baltimore County, Maryland",5525,3606.0,85714.0,240500.0,1087.0,447.0,4402.0,0.0,333.0,0.0,0.0,18.0,325.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4023.02,3705.0,614.0,2985.0,3.0,26.0,0.0,58.0,2404.0,49141.0,120100.0,543.0 +24005440200,"Census Tract 4402, Baltimore County, Maryland",2417,1806.0,64041.0,198600.0,635.0,1590.0,487.0,5.0,98.0,0.0,17.0,176.0,44.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4402,2511.0,2242.0,169.0,14.0,44.0,0.0,29.0,1757.0,54221.0,119600.0,446.0 +24005420900,"Census Tract 4209, Baltimore County, Maryland",3580,2363.0,37688.0,151600.0,221.0,2753.0,468.0,68.0,0.0,0.0,0.0,92.0,245.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4209,3864.872374,3338.889648,387.98718260000004,40.99864578,20.99930573,0.0,68.99771881,2584.9145510000003,28773.99988,79499.99825,247.991806 +24005421101,"Census Tract 4211.01, Baltimore County, Maryland",3033,2062.0,45373.0,141900.0,218.0,2249.0,439.0,85.0,0.0,0.0,0.0,142.0,118.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4211.01,3084.0,2752.0,213.0,34.0,30.0,1.0,52.0,2128.0,37722.0,86000.0,209.0 +24005421200,"Census Tract 4212, Baltimore County, Maryland",1635,1137.0,51563.0,167400.0,138.0,1530.0,26.0,0.0,27.0,0.0,0.0,24.0,28.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4212,1870.0,1744.0,50.0,21.0,35.0,0.0,19.0,1315.0,41382.0,89000.0,74.0 +24005440900,"Census Tract 4409, Baltimore County, Maryland",3745,2468.0,72428.0,217900.0,668.0,1346.0,1438.0,35.0,458.0,7.0,58.0,117.0,286.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4409,3430.621366,2494.036439,695.5699997,10.09231105,147.0918169,0.0,73.73212206,2223.341032,45684.00746,129063.1676,323.8138952 +24005441102,"Census Tract 4411.02, Baltimore County, Maryland",4985,3474.0,57125.0,207400.0,781.0,2884.0,1347.0,37.0,67.0,0.0,6.0,112.0,532.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4411.02,4691.0,3779.0,679.0,24.0,117.0,1.0,91.0,3492.0,51615.0,113600.0,437.0 +24005450503,"Census Tract 4505.03, Baltimore County, Maryland",6413,3590.0,54291.0,126400.0,495.0,2346.0,3346.0,6.0,71.0,0.0,0.0,184.0,466.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4505.03,5908.0,2678.0,2919.0,38.0,62.0,2.0,188.0,3325.0,34770.0,75100.0,375.0 +24005450800,"Census Tract 4508, Baltimore County, Maryland",3757,2365.0,42179.0,171300.0,264.0,1929.0,1429.0,0.0,0.0,0.0,0.0,57.0,342.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4508,5196.0,2962.0,1907.0,59.0,77.0,3.0,170.0,3091.0,20250.0,86500.0,157.0 +24005451900,"Census Tract 4519, Baltimore County, Maryland",2604,1904.0,78500.0,298200.0,315.0,2409.0,139.0,0.0,6.0,0.0,0.0,50.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4519,2788.0,2630.0,98.0,10.0,22.0,0.0,23.0,1986.0,48750.0,140800.0,267.0 +24005490302,"Census Tract 4903.02, Baltimore County, Maryland",4996,2161.0,81307.0,325100.0,1413.0,3450.0,633.0,28.0,272.0,0.0,92.0,304.0,222.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4903.02,3298.0,2842.0,184.0,11.0,188.0,1.0,62.0,2100.0,47759.0,158000.0,978.0 +24005490400,"Census Tract 4904, Baltimore County, Maryland",1848,1412.0,148182.0,541700.0,1092.0,1665.0,78.0,0.0,35.0,0.0,0.0,30.0,40.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4904,1785.949115,1678.952148,10.99968624,0.0,79.99771881,0.0,14.99957275,1208.965576,113067.0005,372699.9854,873.9750977 +24005490500,"Census Tract 4905, Baltimore County, Maryland",3703,2662.0,156607.0,704500.0,2162.0,3523.0,43.0,8.0,29.0,0.0,11.0,28.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4905,3457.0,3352.0,18.0,7.0,50.0,0.0,24.0,2564.0,96442.0,365100.0,1848.0 +24005490603,"Census Tract 4906.03, Baltimore County, Maryland",2175,1571.0,106087.0,376800.0,1132.0,1852.0,25.0,0.0,159.0,0.0,0.0,11.0,128.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4906.03,2126.0,2005.0,34.0,1.0,44.0,0.0,40.0,1558.0,69531.0,150300.0,979.0 +24005490703,"Census Tract 4907.03, Baltimore County, Maryland",3381,2221.0,92386.0,419800.0,1536.0,2431.0,505.0,24.0,241.0,0.0,45.0,52.0,83.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4907.03,2547.0,2321.0,70.0,4.0,118.0,0.0,25.0,1833.0,52414.0,207000.0,1119.0 +24005450100,"Census Tract 4501, Baltimore County, Maryland",3827,2875.0,54313.0,175900.0,520.0,3414.0,111.0,28.0,67.0,0.0,13.0,65.0,157.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4501,4067.0,3850.0,74.0,22.0,60.0,0.0,47.0,3039.0,42467.0,109000.0,194.0 +24005450400,"Census Tract 4504, Baltimore County, Maryland",2402,1790.0,70714.0,183400.0,222.0,2090.0,52.0,0.0,58.0,0.0,17.0,58.0,127.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4504,2244.0,2115.0,34.0,24.0,32.0,0.0,30.0,1593.0,48523.0,108200.0,124.0 +24005451600,"Census Tract 4516, Baltimore County, Maryland",2033,1583.0,55324.0,123200.0,293.0,1887.0,71.0,0.0,15.0,0.0,0.0,36.0,24.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4516,1824.6192170000002,1734.596216,52.01464101,10.00181686,13.00263548,0.0,14.00336381,1406.475425,45483.89129,97816.04307,135.05595259999998 +24005490601,"Census Tract 4906.01, Baltimore County, Maryland",2182,1413.0,103667.0,330900.0,1039.0,1890.0,80.0,0.0,135.0,0.0,0.0,6.0,71.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4906.01,2067.0,1914.0,75.0,5.0,36.0,0.0,35.0,1449.0,72208.0,137000.0,1029.0 +24005490900,"Census Tract 4909, Baltimore County, Maryland",4338,3314.0,50217.0,236600.0,1729.0,2984.0,849.0,0.0,88.0,0.0,0.0,131.0,286.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4909,4153.945711,3396.232422,504.14385989999994,12.97796059,159.7287445,0.0,58.89997482,3267.451172,35259.99944,114599.998,1231.907959 +24005491201,"Census Tract 4912.01, Baltimore County, Maryland",1560,1173.0,74250.0,235000.0,686.0,1270.0,92.0,0.0,106.0,0.0,0.0,19.0,73.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4912.01,1868.0,1701.0,71.0,6.0,62.0,0.0,25.0,1432.0,52692.0,116200.0,565.0 +24005492001,"Census Tract 4920.01, Baltimore County, Maryland",1443,1025.0,55375.0,202600.0,244.0,964.0,187.0,0.0,101.0,0.0,0.0,73.0,118.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4920.01,1543.0,1358.0,110.0,13.0,25.0,0.0,36.0,1163.0,41927.0,109600.0,204.0 +24005492101,"Census Tract 4921.01, Baltimore County, Maryland",3701,2575.0,61971.0,215400.0,665.0,2805.0,395.0,26.0,57.0,13.0,0.0,187.0,235.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4921.01,3561.0,3273.0,135.0,16.0,84.0,0.0,50.0,2736.0,39599.0,111300.0,517.0 +24005402407,"Census Tract 4024.07, Baltimore County, Maryland",1474,1070.0,51964.0,177000.0,354.0,207.0,941.0,8.0,243.0,0.0,0.0,2.0,73.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4024.07,1484.999987,231.3823395,1162.053467,5.339592457,49.63843155,0.0,26.50020027,857.8945312999999,43031.00187,116100.0015,218.92329410000002 +24005404102,"Census Tract 4041.02, Baltimore County, Maryland",5846,4194.0,65676.0,227900.0,1703.0,1877.0,2030.0,0.0,356.0,0.0,54.0,684.0,845.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4041.02,5216.000104,3845.611328,1001.081726,20.99739647,195.7698364,0.61757046,130.30737299999998,3553.500488,63749.99997999999,133299.9989,1486.4920650000001 +24005404404,"Census Tract 4044.04, Baltimore County, Maryland",4664,3457.0,81613.0,259500.0,1401.0,2989.0,1041.0,0.0,369.0,0.0,0.0,21.0,244.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4044.04,3287.0000600000003,2385.855713,600.131897,7.09935236,145.3000793,0.0,130.6280823,2215.94458,47062.9988,134700.0008,871.8004761 +24005404101,"Census Tract 4041.01, Baltimore County, Maryland",5720,4133.0,90271.0,262100.0,2254.0,2516.0,2478.0,49.0,521.0,0.0,29.0,44.0,83.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4041.01,3238.138643,2384.9167030000003,623.9590049,13.020506,121.58747790000001,0.38242954,80.86592129,2206.141355,63746.582310000005,133313.1466,923.3885859999999 +24005411309,"Census Tract 4113.09, Baltimore County, Maryland",8608,5867.0,107718.0,350700.0,2537.0,6137.0,861.0,0.0,1260.0,0.0,0.0,149.0,201.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4113.09,3150.0003,2918.951416,70.97902679,10.27972126,101.3286819,0.489510536,41.60839462,2246.853271,68602.99709,157399.9964,678.4616089 +24005411308,"Census Tract 4113.08, Baltimore County, Maryland",3315,2419.0,89917.0,269600.0,957.0,2577.0,249.0,0.0,264.0,0.0,0.0,163.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4113.08,3284.9997,3044.048584,74.02097321,10.72027874,105.6713181,0.510489464,43.39160538,2343.146729,68603.00279,157400.0035,707.5383911 +24005430104,"Census Tract 4301.04, Baltimore County, Maryland",2839,2080.0,79833.0,195100.0,179.0,2266.0,124.0,0.0,27.0,0.0,19.0,18.0,385.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore County,Census Tract 4301.04,2702.0,2571.0,35.0,17.0,50.0,0.0,29.0,1857.0,50250.0,112000.0,137.0 +24013501002,"Census Tract 5010.02, Carroll County, Maryland",5406,4015.0,75069.0,271000.0,780.0,5138.0,106.0,10.0,0.0,0.0,0.0,133.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5010.02,4474.000105,4298.337402,74.47192383,15.91766262,23.30800629,0.0,55.7118187,2773.652588,47941.9995,132999.9997,334.2709045 +24013507704,"Census Tract 5077.04, Carroll County, Maryland",5997,3779.0,88306.0,281700.0,1454.0,4553.0,624.0,10.0,256.0,0.0,15.0,218.0,321.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5077.04,5144.00004,4814.80957,133.99523929999998,21.25885963,105.0058899,1.28841579,62.48816681,3221.0395510000003,57711.000810000005,124500.0004,956.6487427000001 +24013506102,"Census Tract 5061.02, Carroll County, Maryland",4066,2882.0,84810.0,305000.0,703.0,3850.0,17.0,10.0,66.0,0.0,0.0,34.0,89.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5061.02,3097.999995,3024.141602,22.96816444,12.15961647,16.21282196,0.0,13.51068497,2031.5566410000001,62416.00176,158199.9998,405.7709045 +24013506101,"Census Tract 5061.01, Carroll County, Maryland",4165,2889.0,95075.0,289300.0,700.0,3894.0,141.0,0.0,12.0,0.0,0.0,16.0,102.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5061.01,3780.9998,3690.858154,28.03183365,14.84038258,19.78717804,0.0,16.48931503,2479.443359,62416.001260000005,158200.0005,495.2290649 +24013505206,"Census Tract 5052.06, Carroll County, Maryland",3389,2457.0,91908.0,363300.0,1104.0,3171.0,19.0,0.0,90.0,0.0,0.0,35.0,74.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5052.06,2788.999976,2614.745605,79.92469025,11.15228271,46.0031662,0.9293568729999999,34.38620377,1688.1767579999998,70229.00228,171000.0008,514.8637085 +24013505208,"Census Tract 5052.08, Carroll County, Maryland",5075,3607.0,106116.0,377400.0,1895.0,4749.0,138.0,0.0,6.0,0.0,0.0,0.0,182.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5052.08,5081.000169,4728.5,190.06071469999998,17.75653648,76.28734589,0.6576495170000001,57.21550751,3317.841797,63158.00071,154799.9976,1097.6170650000001 +24013508102,"Census Tract 5081.02, Carroll County, Maryland",2918,1964.0,76083.0,220000.0,654.0,2719.0,11.0,26.0,0.0,0.0,0.0,62.0,100.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5081.02,3036.696319,2950.044922,27.29517365,4.7658238410000004,21.22957993,1.299770117,31.62774086,1957.453857,57451.9991,144800.0001,463.15142819999994 +24013508101,"Census Tract 5081.01, Carroll County, Maryland",4713,3361.0,84821.0,288100.0,1152.0,4347.0,118.0,0.0,174.0,0.0,0.0,41.0,33.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5081.01,3972.303472,3858.9548340000006,35.70482635,6.234175682,27.77042007,1.7002297640000001,41.37225723,2560.546143,57451.997670000004,144800.0066,605.8485107000001 +24013509002,"Census Tract 5090.02, Carroll County, Maryland",2725,1953.0,124250.0,380300.0,776.0,2470.0,49.0,36.0,0.0,0.0,0.0,11.0,159.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5090.02,3084.999898,2961.302002,65.77912903,13.23856735,21.92637634,0.0,21.92637634,2001.9195559999998,72500.00003,188799.9976,492.72293089999994 +24013513002,"Census Tract 5130.02, Carroll County, Maryland",5520,3538.0,129519.0,441800.0,1648.0,4802.0,91.0,21.0,36.0,0.0,20.0,156.0,394.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5130.02,3258.999936,3082.762939,86.27307129,13.84060001,33.21744156,0.0,36.90826797,2091.314697,67249.99839,188099.9966,470.11904910000004 +24013513001,"Census Tract 5130.01, Carroll County, Maryland",4781,3185.0,109940.0,376900.0,1074.0,4197.0,107.0,9.0,72.0,0.0,24.0,77.0,295.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5130.01,3804.9998539999997,3599.2368159999996,100.72692109999998,16.15939903,38.78255844,0.0,43.09173203,2441.685303,67249.99765,188099.9925,548.8809204 +24013509001,"Census Tract 5090.01, Carroll County, Maryland",4195,2914.0,99360.0,358800.0,1087.0,3981.0,57.0,9.0,30.0,0.0,0.0,68.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5090.01,4372.000102,4196.697754,93.22087097,18.76143265,31.07362366,0.0,31.07362366,2837.080322,72499.99998,188799.9929,698.2770996 +24013507703,"Census Tract 5077.03, Carroll County, Maryland",3094,2280.0,87733.0,310300.0,968.0,2803.0,205.0,0.0,21.0,0.0,0.0,45.0,20.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5077.03,2840.99996,2659.190186,74.00476074,11.74113941,57.99411392,0.71158421,34.51183319,1778.960571,57710.99854,124499.9993,528.3512572999999 +24013505205,"Census Tract 5052.05, Carroll County, Maryland",3572,2347.0,112774.0,334900.0,972.0,3042.0,22.0,0.0,90.0,0.0,21.0,106.0,291.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5052.05,3212.999845,3012.25415,92.07530212,12.84771729,52.99682999,1.070643067,39.61379242,1944.82312,70229.0024,171000.0001,593.1362305 +24013505207,"Census Tract 5052.07, Carroll County, Maryland",3893,2562.0,104577.0,324200.0,1134.0,3444.0,75.0,0.0,141.0,0.0,0.0,114.0,119.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5052.07,2645.0000609999997,2461.5002440000003,98.93930054,9.243463516,39.71265793,0.34235051299999997,29.784494399999996,1727.158325,63158.00001,154800.003,571.3829956000001 +24013501001,"Census Tract 5010.01, Carroll County, Maryland",4312,2705.0,72222.0,255800.0,543.0,3802.0,202.0,4.0,48.0,0.0,6.0,48.0,202.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5010.01,3395.9998950000004,3262.662598,56.52807999,12.08233738,17.69199371,0.0,42.2881813,2105.347412,47942.000660000005,133000.0003,253.7290955 +24013505203,"Census Tract 5052.03, Carroll County, Maryland",3805,2743.0,102782.0,344600.0,934.0,2967.0,439.0,20.0,309.0,0.0,0.0,70.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5052.03,3358.0,2975.0,231.0,17.0,55.0,0.0,80.0,2376.0,72609.0,163400.0,970.0 +24013506200,"Census Tract 5062, Carroll County, Maryland",4890,3467.0,75238.0,311300.0,897.0,4717.0,28.0,0.0,67.0,0.0,0.0,56.0,22.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5062,5072.0,4911.0,75.0,32.0,19.0,0.0,28.0,3375.0,54375.0,155900.0,578.0 +24013503000,"Census Tract 5030, Carroll County, Maryland",5433,3885.0,82804.0,306400.0,842.0,4859.0,167.0,0.0,0.0,0.0,0.0,178.0,229.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5030,5382.0,5237.0,45.0,29.0,26.0,0.0,36.0,3710.0,57977.0,160400.0,633.0 +24013504202,"Census Tract 5042.02, Carroll County, Maryland",6479,4587.0,109280.0,385500.0,1786.0,6264.0,118.0,16.0,0.0,0.0,0.0,14.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5042.02,5880.9957939999995,5710.996094,50.99996185,24.99998283,38.99997329999999,0.0,43.99996948,3950.9970700000003,67337.00086,186400.0033,1084.999268 +24013507500,"Census Tract 5075, Carroll County, Maryland",4670,2264.0,90093.0,370100.0,882.0,3628.0,426.0,23.0,181.0,0.0,6.0,272.0,147.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5075,3727.0,3388.0,217.0,7.0,50.0,0.0,63.0,1724.0,57067.0,170800.0,469.0 +24013504201,"Census Tract 5042.01, Carroll County, Maryland",6195,4318.0,105308.0,357600.0,1907.0,5598.0,73.0,0.0,273.0,0.0,0.0,166.0,85.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5042.01,5700.004223,5570.0041009999995,33.00003662,14.00001795,44.000028,0.0,19.00003159,3806.0028369999995,68823.99892,180700.0041,1136.000779 +24013514100,"Census Tract 5141, Carroll County, Maryland",3655,2597.0,122083.0,380600.0,1070.0,3429.0,57.0,38.0,67.0,0.0,0.0,23.0,41.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5141,3504.0,3368.0,62.0,15.0,14.0,0.0,38.0,2321.0,70457.0,180200.0,667.0 +24013502000,"Census Tract 5020, Carroll County, Maryland",3812,2821.0,81723.0,331100.0,795.0,3659.0,37.0,0.0,47.0,0.0,0.0,16.0,53.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5020,4188.1629490000005,4102.141143,6.021703251,20.00114181,25.99757637,0.0,28.00215775,2788.099653,56688.35159,176295.7323,693.0015446000001 +24013505102,"Census Tract 5051.02, Carroll County, Maryland",5658,3873.0,120821.0,368800.0,1699.0,5254.0,36.0,43.0,84.0,0.0,0.0,127.0,114.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5051.02,5117.0,4915.0,84.0,31.0,49.0,0.0,32.0,3390.0,71409.0,177400.0,1026.0 +24013504100,"Census Tract 5041, Carroll County, Maryland",5121,3734.0,103958.0,322200.0,1172.0,4435.0,375.0,25.0,118.0,0.0,0.0,54.0,114.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5041,4747.890173,4569.8943,49.9988216,18.99954934,51.99877644,0.0,39.99905353,3255.924309,66104.99317999999,164999.9894,809.9810100999999 +24013508200,"Census Tract 5082, Carroll County, Maryland",6954,4887.0,79797.0,318800.0,1541.0,6462.0,87.0,10.0,89.0,0.0,0.0,68.0,238.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5082,6101.997021,5952.996948,44.99999181,14.99999857,48.99998583,0.0,33.99999497,3953.9983009999996,60595.00283,158900.0065,817.9997551 +24013514202,"Census Tract 5142.02, Carroll County, Maryland",3528,2516.0,107961.0,448900.0,1181.0,3175.0,106.0,0.0,73.0,0.0,0.0,35.0,139.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5142.02,3124.0,2994.0,67.0,12.0,18.0,0.0,30.0,2069.0,66301.0,175400.0,591.0 +24013511000,"Census Tract 5110, Carroll County, Maryland",3712,2611.0,83625.0,284800.0,611.0,3448.0,22.0,0.0,26.0,0.0,16.0,133.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5110,3656.8371799999995,3502.608146,97.18172493,19.02651046,8.008349616,0.0,29.01166718,2396.883271,53501.694019999995,154283.8517,496.1288327 +24013512000,"Census Tract 5120, Carroll County, Maryland",1442,1001.0,59188.0,241800.0,176.0,1333.0,78.0,0.0,2.0,0.0,0.0,11.0,18.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5120,1515.999975,1389.250854,102.7965775,13.97235012,2.99407506,0.0,6.98617506,1002.01709,44423.00206,124899.9964,65.86965179 +24013505101,"Census Tract 5051.01, Carroll County, Maryland",4107,2590.0,127652.0,408400.0,1336.0,3769.0,143.0,0.0,40.0,0.0,0.0,68.0,87.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5051.01,3860.0,3501.0,262.0,11.0,52.0,0.0,33.0,2482.0,85920.0,220400.0,989.0 +24013507601,"Census Tract 5076.01, Carroll County, Maryland",5154,3157.0,66605.0,299100.0,922.0,4353.0,176.0,0.0,11.0,17.0,0.0,101.0,496.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5076.01,4554.0,4220.0,173.0,27.0,49.0,0.0,81.0,3050.0,50923.0,157600.0,661.0 +24013507801,"Census Tract 5078.01, Carroll County, Maryland",5765,3759.0,53010.0,247800.0,1296.0,4946.0,249.0,0.0,63.0,0.0,84.0,44.0,379.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5078.01,5079.769878,4464.797852000001,373.9830627,20.99904823,91.99583435,0.0,111.99492649999999,3459.843262,37125.99927,124100.0034,774.9649048 +24013510000,"Census Tract 5100, Carroll County, Maryland",1487,1039.0,80139.0,285700.0,164.0,1379.0,43.0,8.0,0.0,0.0,0.0,0.0,57.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5100,1442.0,1360.0,63.0,1.0,3.0,0.0,15.0,934.0,53333.0,151700.0,165.0 +24013507602,"Census Tract 5076.02, Carroll County, Maryland",4288,3079.0,61226.0,264200.0,673.0,3685.0,375.0,0.0,95.0,0.0,0.0,72.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5076.02,4172.191677000001,3941.1679710000003,124.01363590000001,24.00053362,35.00413262,0.0,43.00446388,2875.12988,46975.8561,138600.2732,672.0300085 +24013507802,"Census Tract 5078.02, Carroll County, Maryland",4565,3351.0,85208.0,294600.0,1136.0,4381.0,59.0,0.0,48.0,0.0,5.0,24.0,48.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5078.02,4328.150903,4193.142548,51.00448514,9.000868092000001,42.00126597,0.0,23.00155533,3042.10399,57225.60617000001,159499.3851,636.0243066 +24013514201,"Census Tract 5142.01, Carroll County, Maryland",5105,3702.0,91993.0,371100.0,1199.0,4620.0,132.0,0.0,0.0,8.0,31.0,72.0,242.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5142.01,4987.0,4789.0,71.0,14.0,44.0,0.0,64.0,3373.0,65705.0,181300.0,811.0 +24013507702,"Census Tract 5077.02, Carroll County, Maryland",3673,2794.0,75761.0,278700.0,998.0,2974.0,247.0,30.0,127.0,0.0,0.0,81.0,214.0,Baltimore,Baltimore-Columbia-Towson,MD,Carroll County,Census Tract 5077.02,3406.0,3184.0,158.0,14.0,31.0,0.0,18.0,2391.0,42016.0,142800.0,706.0 +24025301201,"Census Tract 3012.01, Harford County, Maryland",1990,1416.0,70536.0,276800.0,373.0,1980.0,0.0,0.0,10.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3012.01,2067.055824,1963.053973,52.00050308,14.00025154,16.00055698,0.0,17.00050308,1496.039079,55202.521929999995,144401.3707,196.01131930000003 +24025301602,"Census Tract 3016.02, Harford County, Maryland",8243,5272.0,75224.0,191100.0,1047.0,3873.0,3053.0,0.0,121.0,0.0,278.0,356.0,562.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3016.02,6214.0,4688.0,1149.0,58.0,123.0,3.0,179.0,3976.0,58681.0,110200.0,466.0 +24025301702,"Census Tract 3017.02, Harford County, Maryland",8955,5722.0,82857.0,241900.0,1914.0,5024.0,2648.0,12.0,199.0,0.0,13.0,260.0,799.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3017.02,4959.0,3940.0,754.0,40.0,89.0,1.0,120.0,3293.0,58944.0,118600.0,935.0 +24025302801,"Census Tract 3028.01, Harford County, Maryland",3548,2598.0,61081.0,238400.0,480.0,2271.0,690.0,8.0,189.0,0.0,0.0,241.0,149.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3028.01,3260.0,2582.0,440.0,20.0,161.0,0.0,56.0,2296.0,58785.0,127800.0,619.0 +24025303201,"Census Tract 3032.01, Harford County, Maryland",5703,3801.0,113549.0,388300.0,1464.0,5212.0,95.0,9.0,121.0,0.0,0.0,129.0,137.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3032.01,4465.0,4247.0,132.0,23.0,21.0,0.0,42.0,2845.0,67256.0,172900.0,845.0 +24025303400,"Census Tract 3034, Harford County, Maryland",4543,3146.0,112321.0,387000.0,1225.0,4129.0,82.0,13.0,117.0,0.0,0.0,75.0,127.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3034,3599.0,3447.0,44.0,16.0,50.0,0.0,35.0,2531.0,62660.0,195400.0,811.0 +24025306200,"Census Tract 3062, Harford County, Maryland",2176,1670.0,48494.0,234100.0,432.0,1833.0,186.0,0.0,44.0,0.0,0.0,22.0,91.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3062,2822.0,2412.0,309.0,21.0,31.0,1.0,46.0,1925.0,31737.0,98600.0,275.0 +24025306300,"Census Tract 3063, Harford County, Maryland",2590,2043.0,103641.0,317000.0,940.0,1735.0,341.0,23.0,243.0,0.0,23.0,190.0,35.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3063,939.9999729,781.3626709,122.1802902,8.86792469,18.72117424,0.0,7.882599354,623.7106934,51591.00088,136500.0017,160.6079559 +24025304202,"Census Tract 3042.02, Harford County, Maryland",6935,4829.0,106236.0,397200.0,1954.0,6521.0,120.0,9.0,63.0,0.0,0.0,116.0,106.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3042.02,6330.0,6059.0,152.0,28.0,51.0,0.0,36.0,4121.0,72330.0,208200.0,1124.0 +24025302100,"Census Tract 3021, Harford County, Maryland",2184,1578.0,102279.0,360500.0,665.0,2106.0,11.0,0.0,6.0,0.0,0.0,25.0,36.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3021,2081.010341,1995.009302,44.00077021,5.000114289,24.00004969,0.0,13.00009938,1491.006693,67707.91887000001,198599.7109,476.001287 +24025302902,"Census Tract 3029.02, Harford County, Maryland",3996,2996.0,50652.0,177900.0,402.0,2145.0,1264.0,0.0,228.0,0.0,67.0,86.0,206.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3029.02,4712.310170000001,2831.335384,1502.3254869999998,57.05975719,148.45415459999998,1.026890734,160.04276289999999,3167.756672,38602.356889999995,101387.9852,368.97702999999996 +24025303602,"Census Tract 3036.02, Harford County, Maryland",3921,2752.0,118304.0,348100.0,1477.0,3596.0,0.0,0.0,220.0,0.0,14.0,14.0,77.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3036.02,3895.0626030000003,3674.251786,92.69333871,12.07737829,79.58574962,0.0061449830000000006,32.38985074,2641.643659,78468.8605,174340.8933,1247.814993 +24025305100,"Census Tract 3051, Harford County, Maryland",7545,5465.0,91447.0,334600.0,1365.0,7407.0,33.0,33.0,0.0,0.0,0.0,53.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3051,6916.0,6694.0,74.0,47.0,34.0,0.0,61.0,4567.0,56746.0,167600.0,983.0 +24025301102,"Census Tract 3011.02, Harford County, Maryland",3696,2448.0,127303.0,471400.0,1077.0,2886.0,270.0,9.0,177.0,0.0,0.0,124.0,230.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3011.02,2715.3488850000003,2582.1568829999997,66.60071266,4.179452091,35.35665774,0.014356167,19.9044385,1795.221977,65189.98349,165123.7995,448.1332073 +24025301402,"Census Tract 3014.02, Harford County, Maryland",2693,1875.0,78935.0,243900.0,548.0,1819.0,486.0,0.0,59.0,0.0,10.0,32.0,287.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3014.02,2563.0,2173.0,300.0,12.0,30.0,0.0,42.0,1599.0,62269.0,125900.0,458.0 +24025302901,"Census Tract 3029.01, Harford County, Maryland",2642,1602.0,30114.0,92200.0,266.0,1220.0,1110.0,41.0,18.0,0.0,0.0,143.0,110.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3029.01,2324.074755,1449.672127,718.846408,20.13255528,39.28247256,5.000215915,79.12577312,1270.327501,25875.88894,30512.35642,66.39987848 +24025303900,"Census Tract 3039, Harford County, Maryland",2393,1707.0,77841.0,281000.0,761.0,2192.0,36.0,0.0,78.0,0.0,8.0,38.0,41.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3039,2309.0,2183.0,60.0,4.0,24.0,0.0,32.0,1767.0,44667.0,158300.0,537.0 +24025304201,"Census Tract 3042.01, Harford County, Maryland",6505,4546.0,122760.0,375800.0,2289.0,6097.0,214.0,20.0,0.0,0.0,0.0,0.0,194.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3042.01,5976.0,5789.0,57.0,15.0,72.0,0.0,33.0,4005.0,82008.0,224600.0,1626.0 +24025301601,"Census Tract 3016.01, Harford County, Maryland",6933,3988.0,43758.0,162600.0,701.0,2897.0,2673.0,0.0,53.0,0.0,0.0,350.0,960.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3016.01,6251.999909,3815.9482420000004,2031.375366,41.96643829,90.92727661,0.0,254.7962189,3472.2231450000004,40116.00155,85599.99785,381.69473270000003 +24025303300,"Census Tract 3033, Harford County, Maryland",6214,4367.0,93654.0,370000.0,1621.0,5890.0,0.0,0.0,0.0,0.0,0.0,260.0,64.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3033,5743.175074,5557.157257,41.00846929,13.00042775,62.00675531,4.54372e-05,61.00211724,3959.1048170000004,80744.99521000001,196698.2718,1481.031543 +24025301302,"Census Tract 3013.02, Harford County, Maryland",6474,4098.0,49300.0,122200.0,817.0,2201.0,3506.0,0.0,55.0,0.0,0.0,404.0,308.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3013.02,7131.0,4186.0517820000005,2458.62458,34.03356241,186.0727186,0.0,243.20377180000003,4090.7768899999996,46120.06069,79503.56898,588.3052581000001 +24025303603,"Census Tract 3036.03, Harford County, Maryland",7027,4347.0,106526.0,369100.0,2128.0,5942.0,389.0,0.0,288.0,0.0,0.0,318.0,90.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3036.03,5809.0,5323.0,205.0,11.0,181.0,0.0,79.0,3508.0,80214.0,199400.0,1666.0 +24025301202,"Census Tract 3012.02, Harford County, Maryland",7203,4791.0,84752.0,260700.0,2202.0,5406.0,585.0,7.0,606.0,0.0,0.0,231.0,368.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3012.02,4295.0,3891.0,175.0,15.0,137.0,0.0,66.0,2868.0,56061.0,130900.0,1001.0 +24025306100,"Census Tract 3061, Harford County, Maryland",4048,3069.0,58125.0,222200.0,963.0,2688.0,1042.0,8.0,34.0,0.0,0.0,96.0,180.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3061,4352.0,2946.0,1173.0,23.0,76.0,0.0,122.0,3096.0,33515.0,105300.0,587.0 +24025306400,"Census Tract 3064, Harford County, Maryland",6120,4481.0,96840.0,282200.0,1984.0,4841.0,778.0,40.0,313.0,0.0,0.0,91.0,57.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3064,4631.0,3937.0,458.0,24.0,124.0,2.0,81.0,3038.0,63220.0,147700.0,920.0 +24025301301,"Census Tract 3013.01, Harford County, Maryland",4597,3245.0,67313.0,238600.0,793.0,3097.0,770.0,20.0,99.0,0.0,72.0,154.0,385.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3013.01,3134.0,2807.0,237.0,27.0,33.0,0.0,24.0,2263.0,42011.0,85500.0,295.0 +24025301401,"Census Tract 3014.01, Harford County, Maryland",7384,5528.0,71962.0,241000.0,1717.0,5726.0,1014.0,0.0,141.0,0.0,19.0,151.0,333.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3014.01,7360.0,6235.0,745.0,35.0,153.0,0.0,179.0,5130.0,59360.0,132900.0,955.0 +24025302802,"Census Tract 3028.02, Harford County, Maryland",5325,3633.0,57463.0,192800.0,678.0,2926.0,1427.0,0.0,313.0,0.0,15.0,109.0,535.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3028.02,4292.0,2547.0,1397.0,23.0,115.0,1.0,191.0,2790.0,35101.0,99200.0,425.0 +24025302200,"Census Tract 3022, Harford County, Maryland",3104,2242.0,91750.0,253600.0,789.0,2383.0,343.0,0.0,68.0,0.0,0.0,310.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3022,2514.0,2310.0,145.0,17.0,24.0,0.0,14.0,1781.0,55912.0,146000.0,338.0 +24025305200,"Census Tract 3052, Harford County, Maryland",2613,1993.0,74583.0,234900.0,226.0,2480.0,111.0,0.0,0.0,0.0,0.0,11.0,11.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3052,2851.0,2678.0,120.0,21.0,8.0,0.0,21.0,2081.0,47104.0,122000.0,227.0 +24025302400,"Census Tract 3024, Harford County, Maryland",3922,2608.0,55962.0,252700.0,468.0,2372.0,1270.0,0.0,34.0,0.0,0.0,143.0,103.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3024,2777.9985100000004,2016.9989010000002,641.9996338,14.99999237,30.99998283,0.0,70.99996185,1815.999023,35951.00012,94000.00334,277.99984739999996 +24025303700,"Census Tract 3037, Harford County, Maryland",3826,2726.0,97941.0,280500.0,839.0,3172.0,250.0,7.0,82.0,0.0,0.0,13.0,309.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3037,3967.0,3696.0,170.0,27.0,27.0,0.0,42.0,2818.0,55603.0,150600.0,619.0 +24025305300,"Census Tract 3053, Harford County, Maryland",2181,1625.0,71406.0,287500.0,488.0,2029.0,21.0,0.0,6.0,0.0,0.0,23.0,102.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3053,2080.989705,1871.9907230000001,154.99923710000002,22.99988556,9.999950409,0.0,19.99990082,1346.993286,51250.00155,138599.9983,258.9987183 +24025301703,"Census Tract 3017.03, Harford County, Maryland",4921,3355.0,105456.0,275900.0,1231.0,3110.0,1251.0,13.0,223.0,0.0,104.0,89.0,131.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3017.03,3430.0000520000003,2818.442139,448.8991699,12.70008564,60.56964111,0.488464832,80.59669495,2227.888184,61143.001970000005,125899.998,573.4577026000001 +24025301108,"Census Tract 3011.08, Harford County, Maryland",3308,2317.0,135778.0,343600.0,1007.0,2679.0,256.0,0.0,31.0,0.0,0.0,83.0,259.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3011.08,3388.000115,2800.094727,303.3175659,12.48648643,151.9189301,0.520270288,104.5743256,2208.5473629999997,62884.99869,162399.9943,772.0811157 +24025301106,"Census Tract 3011.06, Harford County, Maryland",4129,2795.0,104392.0,316300.0,1555.0,3567.0,353.0,7.0,71.0,0.0,0.0,61.0,70.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3011.06,3962.630272,3644.260986,141.71316530000001,12.13297653,99.9757309,0.48531907799999996,59.694248200000004,2440.669678,68010.00194,136499.9948,907.5466918999999 +24025303606,"Census Tract 3036.06, Harford County, Maryland",3243,2039.0,144261.0,394800.0,1114.0,2644.0,189.0,0.0,293.0,0.0,9.0,0.0,108.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3036.06,2161.9581559999997,1966.421021,74.66574097,8.370598793,63.28172302,0.669647872,42.18781662,1363.068237,57012.00023,159699.9974,519.3119507 +24025301107,"Census Tract 3011.07, Harford County, Maryland",3196,2358.0,56865.0,212600.0,593.0,2265.0,403.0,0.0,90.0,0.0,0.0,145.0,293.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3011.07,3124.000079,2581.905518,279.6824341,11.51351357,140.0810852,0.479729742,96.42567444,2036.452759,62884.99902999999,162400.0038,711.9189453 +24025301105,"Census Tract 3011.05, Harford County, Maryland",3769,2476.0,93114.0,242800.0,891.0,3266.0,300.0,0.0,10.0,0.0,0.0,81.0,112.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3011.05,4201.999858,3864.398926,150.2736053,12.865890499999999,106.0149384,0.514635623,63.30018234,2588.102539,68009.99833,136499.9998,962.3685912999999 +24025303501,"Census Tract 3035.01, Harford County, Maryland",6474,4773.0,86975.0,346700.0,1837.0,5551.0,476.0,51.0,81.0,0.0,43.0,53.0,219.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3035.01,5317.999932,4985.625,132.1205444,12.44184494,120.8636322,0.592468798,59.83934784,3458.240479,67153.00098,170300.005,1194.417114 +24025301205,"Census Tract 3012.05, Harford County, Maryland",4250,2921.0,78819.0,196800.0,1050.0,3148.0,355.0,0.0,60.0,0.0,8.0,109.0,570.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3012.05,4368.999974,3822.953369,307.81732180000006,15.04606056,110.9646988,0.0,107.20318600000002,2827.405518,61728.99785,112600.0025,991.1592406999999 +24025301204,"Census Tract 3012.04, Harford County, Maryland",4010,2760.0,90000.0,221900.0,1253.0,3059.0,410.0,0.0,217.0,0.0,4.0,196.0,124.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3012.04,2600.000026,2275.0466309999997,183.182663,8.953939437999999,66.03530121,0.0,63.79681396,1682.59436,61728.99984,112600.0038,589.8407593 +24025301704,"Census Tract 3017.04, Harford County, Maryland",3342,2322.0,80647.0,179400.0,983.0,1872.0,728.0,37.0,167.0,0.0,0.0,256.0,282.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3017.04,3591.9999479999997,2951.557861,470.1008301,13.29991436,63.43035889,0.511535168,84.40330505,2333.111816,61142.998120000004,125899.9945,600.5422973999999 +24025303101,"Census Tract 3031.01, Harford County, Maryland",5901,4021.0,99461.0,308500.0,1522.0,5483.0,116.0,0.0,131.0,0.0,0.0,136.0,35.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3031.01,5313.999836999999,4972.595703,160.7815094,10.26264954,81.41701508,0.0,84.83789825,3437.303467,65086.000929999995,180199.9939,1127.523071 +24025303102,"Census Tract 3031.02, Harford County, Maryland",2815,1949.0,124063.0,407600.0,1025.0,2472.0,67.0,0.0,128.0,0.0,0.0,53.0,95.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3031.02,2452.999931,2295.404053,74.21848297,4.737349987,37.58297729,0.0,39.16209412,1586.696533,65086.001260000005,180199.9962,520.4768677000001 +24025304101,"Census Tract 3041.01, Harford County, Maryland",4252,3107.0,93246.0,364000.0,1058.0,4117.0,21.0,0.0,15.0,0.0,0.0,12.0,87.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3041.01,4470.999827000001,4346.240723,47.41969681,19.19368553,24.83888817,0.0,32.74217224,2960.908447,60014.000470000006,180900.0004,787.5056762999999 +24025304102,"Census Tract 3041.02, Harford County, Maryland",3969,2737.0,96116.0,355900.0,915.0,3834.0,80.0,0.0,18.0,0.0,0.0,37.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3041.02,3448.9855380000004,3352.744873,36.580150599999996,14.80625153,19.16102982,0.0,25.25772285,2284.082031,60013.99936,180899.9965,607.4917602999999 +24025303206,"Census Tract 3032.06, Harford County, Maryland",3472,2393.0,108295.0,301000.0,993.0,3159.0,175.0,0.0,77.0,0.0,0.0,0.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3032.06,3531.134038,3355.1669920000004,73.00078583,8.925860405,51.00491333,0.0,35.06587982,2321.361084,66446.00099,163300.0083,748.4971312999999 +24025303502,"Census Tract 3035.02, Harford County, Maryland",3540,2414.0,87652.0,321600.0,839.0,3240.0,171.0,0.0,11.0,0.0,0.0,70.0,48.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3035.02,3657.592122,3428.992676,90.86932373,8.557200432,83.12709045,0.40748575299999995,41.15605927,2378.494385,67153.00134,170299.9906,821.491272 +24025303205,"Census Tract 3032.05, Harford County, Maryland",1638,1059.0,135850.0,474100.0,569.0,1604.0,29.0,0.0,0.0,0.0,0.0,0.0,5.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3032.05,1114.035707,1058.520603,23.030497600000004,2.8160056360000003,16.09138473,0.0,11.06294091,732.3662061000001,66446.44801000001,163301.1505,236.1446214 +24025303204,"Census Tract 3032.04, Harford County, Maryland",4606,3281.0,85811.0,315100.0,1247.0,4020.0,239.0,0.0,76.0,0.0,0.0,122.0,149.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3032.04,4280.866017,4067.537598,88.50034332,10.82100296,61.83430099,0.0,42.511081700000005,2814.233643,66445.99994,163299.99300000002,907.4183960000001 +24025303803,"Census Tract 3038.03, Harford County, Maryland",4930,3421.0,74923.0,240800.0,1506.0,4318.0,159.0,0.0,246.0,0.0,0.0,164.0,43.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3038.03,4943.855243999999,4570.283203,217.3827667,15.73548126,78.67740631,0.0,52.45160675,3370.889893,47970.0002,118700.0011,1092.158936 +24025303203,"Census Tract 3032.03, Harford County, Maryland",3532,2401.0,77500.0,260300.0,925.0,3177.0,85.0,15.0,63.0,0.0,8.0,37.0,147.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3032.03,2150.999995,2043.809204,44.46862793,5.43721199,31.06978416,0.0,21.36047745,1414.063599,66446.00152,163300.0048,455.94909670000004 +24025303801,"Census Tract 3038.01, Harford County, Maryland",2537,1899.0,76071.0,223800.0,697.0,2161.0,208.0,36.0,33.0,0.0,0.0,12.0,87.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3038.01,2420.9999399999997,2238.0622559999997,106.45207979999999,7.705646515,38.52823257,0.0,25.68548775,1650.720703,47970.00045,118699.9991,534.8289185 +24025303802,"Census Tract 3038.02, Harford County, Maryland",2064,1582.0,82250.0,241300.0,523.0,1683.0,286.0,0.0,0.0,0.0,6.0,21.0,68.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3038.02,1118.144816,1033.654541,49.16515732,3.5588717460000003,17.79435921,0.0,11.86290646,762.3894653,47970.00133,118699.9971,247.01206969999998 +24025303605,"Census Tract 3036.05, Harford County, Maryland",6180,4040.0,66932.0,271000.0,1407.0,4685.0,685.0,26.0,375.0,0.0,0.0,175.0,234.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3036.05,4228.999981,3846.510254,146.05343630000002,16.373703,123.78519440000001,1.309896231,82.52346039,2666.293701,57011.99871,159700.0003,1015.824524 +24025306500,"Census Tract 3065, Harford County, Maryland",2825,1404.0,73393.0,,642.0,1299.0,831.0,0.0,123.0,0.0,0.0,202.0,370.0,Baltimore,Baltimore-Columbia-Towson,MD,Harford County,Census Tract 3065,3970.6167,1918.6310010000002,1388.648183,24.93977234,185.542223,8.972893715,420.94892239999996,2041.206207,40403.168110000006,40628.00525,467.0152908 +24027605601,"Census Tract 6056.01, Howard County, Maryland",6878,4709.0,103357.0,360400.0,2857.0,3890.0,2124.0,42.0,378.0,0.0,0.0,154.0,290.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6056.01,6437.0,4405.0,1333.0,22.0,474.0,1.0,167.0,4650.0,61250.0,160800.0,2401.0 +24027606603,"Census Tract 6066.03, Howard County, Maryland",7511,4987.0,81075.0,304600.0,2454.0,2572.0,2494.0,0.0,622.0,0.0,59.0,559.0,1205.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6066.03,7538.0,3737.0,2496.0,38.0,533.0,0.0,685.0,4926.0,56318.0,146300.0,2417.0 +24027606804,"Census Tract 6068.04, Howard County, Maryland",3512,2316.0,118315.0,384200.0,1579.0,2107.0,779.0,0.0,268.0,0.0,11.0,42.0,305.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6068.04,3349.0,2496.0,490.0,6.0,238.0,0.0,106.0,2193.0,72318.0,182000.0,1573.0 +24027606901,"Census Tract 6069.01, Howard County, Maryland",6318,4438.0,86823.0,285400.0,1793.0,2563.0,2110.0,0.0,800.0,0.0,0.0,246.0,599.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6069.01,5254.882382,3225.3297829999997,1640.151031,24.03478935,204.2236458,0.0,147.11828380000003,3570.901377,58721.909620000006,136789.5986,1096.865758 +24027602303,"Census Tract 6023.03, Howard County, Maryland",3881,2658.0,178665.0,627600.0,1999.0,2104.0,210.0,0.0,1410.0,0.0,0.0,70.0,87.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6023.03,3879.1104729999997,2740.098227,138.0050955,8.000415115,925.0050332999999,2.07558e-05,60.00136988,2362.073922,102849.8414,294600.6182,1602.039882 +24027602800,"Census Tract 6028, Howard County, Maryland",6079,3978.0,120764.0,458500.0,2359.0,3335.0,408.0,63.0,2005.0,0.0,0.0,242.0,26.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6028,5265.0,3881.0,543.0,24.0,654.0,1.0,153.0,3381.0,69519.0,188100.0,1820.0 +24027604001,"Census Tract 6040.01, Howard County, Maryland",5905,3930.0,125515.0,570100.0,1668.0,5396.0,41.0,0.0,177.0,0.0,0.0,152.0,139.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6040.01,5838.0,5415.0,227.0,30.0,62.0,0.0,95.0,3644.0,80284.0,268500.0,1355.0 +24027605602,"Census Tract 6056.02, Howard County, Maryland",8226,5756.0,135926.0,405100.0,4007.0,4757.0,1280.0,6.0,1051.0,0.0,0.0,369.0,766.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6056.02,7284.0,5080.0,1386.0,23.0,560.0,1.0,198.0,4826.0,82610.0,190200.0,3022.0 +24027606701,"Census Tract 6067.01, Howard County, Maryland",2835,1934.0,137721.0,414100.0,1205.0,2226.0,167.0,0.0,95.0,0.0,7.0,47.0,293.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6067.01,2715.0,2388.0,189.0,4.0,89.0,0.0,39.0,1823.0,91383.0,204000.0,1195.0 +24027606704,"Census Tract 6067.04, Howard County, Maryland",6836,4800.0,102760.0,319600.0,2862.0,2827.0,2152.0,0.0,815.0,0.0,0.0,285.0,757.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6067.04,6910.0,4242.0,1914.0,41.0,416.0,1.0,262.0,4652.0,70417.0,143400.0,2342.0 +24027602306,"Census Tract 6023.06, Howard County, Maryland",5630,3930.0,109647.0,419800.0,2503.0,3806.0,396.0,0.0,992.0,11.0,14.0,161.0,250.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6023.06,4564.0,3597.0,259.0,16.0,584.0,0.0,96.0,3302.0,75308.0,201500.0,1823.0 +24027602600,"Census Tract 6026, Howard County, Maryland",8132,5475.0,69263.0,385600.0,2743.0,3043.0,766.0,36.0,3814.0,3.0,19.0,107.0,344.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6026,4730.0,2904.0,627.0,21.0,925.0,0.0,221.0,3283.0,41237.0,187700.0,1261.0 +24027602302,"Census Tract 6023.02, Howard County, Maryland",7850,5172.0,118667.0,448100.0,3224.0,4338.0,1444.0,0.0,1790.0,0.0,0.0,201.0,77.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6023.02,5251.908657,3990.283607,657.7484109000001,16.14015539,486.79117970000004,0.0,84.85286045,3291.3294370000003,80999.42717000001,195901.1563,1738.134898 +24027605503,"Census Tract 6055.03, Howard County, Maryland",6469,4486.0,89423.0,298300.0,2352.0,2331.0,2533.0,0.0,542.0,0.0,0.0,239.0,824.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6055.03,6221.0,3308.0,2112.0,23.0,403.0,0.0,330.0,4154.0,52177.0,142300.0,1952.0 +24027602305,"Census Tract 6023.05, Howard County, Maryland",3857,2627.0,145547.0,538400.0,1921.0,2678.0,178.0,1.0,723.0,0.0,0.0,104.0,174.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6023.05,3854.0,3166.0,156.0,7.0,452.0,1.0,63.0,2430.0,109480.0,266000.0,1757.0 +24027605401,"Census Tract 6054.01, Howard County, Maryland",4980,3637.0,81611.0,387200.0,2374.0,2384.0,1333.0,18.0,444.0,0.0,108.0,227.0,466.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6054.01,5279.0,3235.0,1131.0,19.0,453.0,0.0,417.0,3902.0,62825.0,187900.0,2559.0 +24027602700,"Census Tract 6027, Howard County, Maryland",5426,3636.0,147781.0,504200.0,2645.0,3494.0,449.0,12.0,1007.0,0.0,41.0,166.0,257.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6027,2569.127447,2285.123751,139.0008594,10.00017188,91.00137501,0.0,40.00060157,1667.088517,91396.63264,224896.2167,960.0326566 +24027602900,"Census Tract 6029, Howard County, Maryland",5126,3533.0,79904.0,607800.0,2060.0,1739.0,1076.0,0.0,2053.0,0.0,0.0,36.0,222.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6029,3566.0,2203.0,516.0,12.0,689.0,0.0,114.0,2419.0,44099.0,325100.0,1126.0 +24027604002,"Census Tract 6040.02, Howard County, Maryland",8125,5547.0,175500.0,684500.0,3619.0,6621.0,469.0,71.0,673.0,0.0,16.0,142.0,133.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6040.02,5835.0,5389.0,248.0,32.0,83.0,2.0,76.0,3709.0,102272.0,334000.0,1865.0 +24027605102,"Census Tract 6051.02, Howard County, Maryland",10940,7302.0,168836.0,638900.0,4875.0,6963.0,1191.0,24.0,1989.0,0.0,0.0,326.0,447.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6051.02,5781.0,4840.0,265.0,22.0,521.0,1.0,107.0,3815.0,109432.0,313200.0,2227.0 +24027605402,"Census Tract 6054.02, Howard County, Maryland",7061,5276.0,84763.0,283000.0,3543.0,2904.0,2195.0,31.0,746.0,0.0,8.0,426.0,751.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6054.02,5193.0,3113.0,1533.0,25.0,306.0,1.0,191.0,3937.0,56069.0,123800.0,2051.0 +24027606604,"Census Tract 6066.04, Howard County, Maryland",4671,3224.0,99241.0,319800.0,1674.0,1743.0,1451.0,100.0,585.0,0.0,44.0,132.0,628.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6066.04,3718.0,2147.0,1166.0,11.0,231.0,2.0,129.0,2543.0,73872.0,149600.0,1612.0 +24027601201,"Census Tract 6012.01, Howard County, Maryland",8303,5713.0,101136.0,354600.0,2745.0,5095.0,1413.0,20.0,763.0,0.0,0.0,308.0,704.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6012.01,6422.060622,5379.0472310000005,572.0064864,31.00016402,289.0051817,1.0,124.0013047,4138.038605,56693.25592,141700.8657,1346.024425 +24027602100,"Census Tract 6021, Howard County, Maryland",7662,5287.0,176848.0,567500.0,3700.0,5438.0,382.0,21.0,1310.0,0.0,0.0,324.0,187.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6021,6848.449917,5750.752413,362.78884480000005,12.22744132,617.7498386,0.011370095,88.74951277,4341.454163,94258.63102,267524.9866,2532.819753 +24027602304,"Census Tract 6023.04, Howard County, Maryland",5085,3480.0,152656.0,577700.0,2593.0,3136.0,82.0,0.0,1495.0,0.0,0.0,174.0,198.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6023.04,4575.0,3786.0,119.0,21.0,586.0,1.0,54.0,3051.0,101726.0,241900.0,1990.0 +24027605502,"Census Tract 6055.02, Howard County, Maryland",5222,4030.0,129787.0,514600.0,3114.0,2603.0,1695.0,0.0,563.0,0.0,162.0,149.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6055.02,5330.0,3579.0,1093.0,15.0,470.0,0.0,144.0,3785.0,99237.0,244800.0,2839.0 +24027606705,"Census Tract 6067.05, Howard County, Maryland",1999,1443.0,112188.0,338300.0,934.0,1367.0,355.0,0.0,144.0,0.0,0.0,68.0,65.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6067.05,2189.0,1618.0,331.0,14.0,154.0,0.0,60.0,1344.0,75403.0,154800.0,794.0 +24027606803,"Census Tract 6068.03, Howard County, Maryland",5936,4162.0,91136.0,399800.0,2764.0,3472.0,1473.0,5.0,737.0,0.0,16.0,153.0,80.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6068.03,5637.0,4202.0,841.0,25.0,414.0,0.0,134.0,3762.0,73077.0,175700.0,2227.0 +24027606601,"Census Tract 6066.01, Howard County, Maryland",3008,2008.0,122143.0,384500.0,1332.0,1928.0,721.0,9.0,29.0,0.0,18.0,53.0,250.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6066.01,2966.0,2046.0,635.0,12.0,169.0,0.0,91.0,2078.0,82064.0,177100.0,1267.0 +24027601204,"Census Tract 6012.04, Howard County, Maryland",5832,3680.0,92480.0,326900.0,1696.0,3054.0,1158.0,1.0,671.0,0.0,29.0,117.0,802.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6012.04,3626.0001380000003,2668.95166,709.5147095,21.44474602,137.85908510000002,0.0,72.91213226,2404.875,57569.00115,127399.9981,533.6677856000001 +24027601203,"Census Tract 6012.03, Howard County, Maryland",5816,3713.0,104975.0,333000.0,2114.0,1699.0,2241.0,0.0,980.0,0.0,0.0,225.0,671.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6012.03,2286.117565,1682.718506,447.334259,13.52046585,86.91727448,0.0,45.9695816,1516.223633,57568.99816,127400.0043,336.4664307 +24027601103,"Census Tract 6011.03, Howard County, Maryland",6516,4170.0,124447.0,369000.0,2546.0,3931.0,674.0,0.0,1379.0,0.0,14.0,193.0,325.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6011.03,4513.000207,3516.155029,482.8815918000001,12.21079826,385.75024410000003,0.0,97.13135529,2873.978027,88925.00013,224999.9969,1818.29895 +24027601104,"Census Tract 6011.04, Howard County, Maryland",6581,3890.0,185417.0,623100.0,3105.0,3994.0,620.0,0.0,1358.0,0.0,55.0,215.0,339.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6011.04,3617.939454,2818.798096,387.111969,9.789037704,309.2445984,0.0,77.86734772,2303.983643,88924.99561,225000.01100000003,1457.676758 +24027606607,"Census Tract 6066.07, Howard County, Maryland",5029,3635.0,112609.0,374400.0,1895.0,2206.0,1225.0,0.0,456.0,12.0,10.0,125.0,995.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6066.07,4527.56967,2570.807044,1299.117685,21.1689638,356.0563734,1.923485637,255.40734500000002,2979.728819,66295.31708,162681.1411,1629.555265 +24027601105,"Census Tract 6011.05, Howard County, Maryland",4721,3011.0,124212.0,455600.0,2208.0,2802.0,615.0,0.0,874.0,0.0,0.0,293.0,137.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6011.05,3734.5215799999996,2894.73877,412.83032230000003,15.43597889,307.4058838,0.0,93.92957306,2459.24707,65139.997579999996,135999.9965,1226.339233 +24027606606,"Census Tract 6066.06, Howard County, Maryland",5080,3444.0,87026.0,245300.0,1860.0,1640.0,2160.0,20.0,807.0,0.0,0.0,265.0,208.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6066.06,4884.999759,2773.184814,1402.16626,22.84165573,384.1551208,2.076514244,275.65725710000004,3214.963135,66296.0018,162700.0041,1758.288452 +24027601108,"Census Tract 6011.08, Howard County, Maryland",3780,2631.0,113281.0,327600.0,1880.0,2015.0,359.0,0.0,902.0,0.0,10.0,204.0,290.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6011.08,3560.999995,2760.236816,393.64849849999996,14.71875858,293.12249760000003,0.0,89.56520844,2344.97998,65140.00205,136000.0038,1169.358398 +24027606706,"Census Tract 6067.06, Howard County, Maryland",4891,3481.0,127769.0,418500.0,2373.0,2341.0,1047.0,12.0,1038.0,0.0,41.0,286.0,126.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6067.06,3817.0000170000003,2176.592529,1036.270386,8.494019508,416.7378235,0.530876219,149.1762238,2484.500732,73198.99968,161300.0003,1490.700439 +24027602202,"Census Tract 6022.02, Howard County, Maryland",5447,3521.0,125029.0,492000.0,2496.0,3568.0,353.0,0.0,1193.0,0.0,17.0,166.0,150.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6022.02,5061.999782,4100.410156,311.2145386,8.891843796,541.767334,1.270263433,91.45896912,3410.657227,81928.00124,256199.9975,1964.4624019999999 +24027603004,"Census Tract 6030.04, Howard County, Maryland",6705,4542.0,195573.0,672900.0,3202.0,4655.0,465.0,34.0,1133.0,0.0,13.0,263.0,142.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6030.04,4803.569435,4271.092772999999,221.56436159999998,18.05004883,218.85685730000003,0.9025024770000001,59.56516266,3214.262451,97849.99865,313700.0036,1734.1585690000002 +24027605104,"Census Tract 6051.04, Howard County, Maryland",5485,3517.0,205259.0,869000.0,2519.0,3517.0,373.0,0.0,1368.0,0.0,23.0,69.0,135.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6051.04,3597.6788189999997,3159.106201,145.3258057,14.27307034,217.55619810000002,0.0,56.65976334,2345.108643,117100.9953,372200.02,1371.512329 +24027603003,"Census Tract 6030.03, Howard County, Maryland",3955,2789.0,169167.0,594100.0,1747.0,3051.0,153.0,0.0,371.0,0.0,13.0,205.0,162.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6030.03,3617.000007,3216.054932,166.8339081,13.59135723,164.7952118,0.679567873,44.85147858,2420.2810059999997,97850.00451,313700.0114,1305.789673 +24027603001,"Census Tract 6030.01, Howard County, Maryland",6080,4298.0,128611.0,526700.0,2859.0,3778.0,151.0,15.0,1992.0,0.0,12.0,58.0,74.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6030.01,2163.569356,1923.732975,99.79510585,8.129726948,98.57892313,0.40647867299999996,26.82871577,1447.728711,97849.86387,313698.1828,781.0808086000001 +24027605505,"Census Tract 6055.05, Howard County, Maryland",6282,3920.0,180825.0,659700.0,3244.0,3311.0,512.0,0.0,2024.0,0.0,69.0,162.0,204.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6055.05,3974.0001399999996,2921.474121,242.9384003,15.533145900000001,710.7967529,0.62132585,73.93777466,2226.2104489999997,116270.9991,340500.0137,1698.0834960000002 +24027605103,"Census Tract 6051.03, Howard County, Maryland",5106,3577.0,179722.0,666200.0,2461.0,3931.0,313.0,0.0,658.0,0.0,0.0,92.0,112.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6051.03,4720.321181,4144.893555,190.6741943,18.72692871,285.4438171,0.0,74.34023285,3076.891357,117101.0036,372199.9847,1799.487671 +24027606806,"Census Tract 6068.06, Howard County, Maryland",7720,5081.0,137228.0,466600.0,3041.0,3953.0,1319.0,0.0,1797.0,0.0,0.0,309.0,342.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6068.06,4412.99985,3632.5676270000004,259.0323486,15.56417656,389.1044006,0.0,102.2788696,2757.638428,98852.00362999999,249699.9928,1481.376099 +24027606707,"Census Tract 6067.07, Howard County, Maryland",3752,2424.0,92097.0,295100.0,1220.0,1161.0,1786.0,0.0,290.0,0.0,141.0,58.0,316.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6067.07,3372.9999829999997,1923.407471,915.7296142999999,7.505980492000001,368.2621765,0.469123781,131.8237762,2195.499268,73199.00036,161299.9997,1317.299561 +24027606905,"Census Tract 6069.05, Howard County, Maryland",6830,4609.0,104731.0,387800.0,2164.0,3451.0,1970.0,0.0,590.0,0.0,0.0,197.0,622.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6069.05,6061.0,4025.625,1219.5625,37.40625,486.875,0.59375,245.21875,3832.65625,62775.0,162900.0,1459.4375 +24027606907,"Census Tract 6069.07, Howard County, Maryland",6549,3905.0,73213.0,211700.0,1533.0,1628.0,2444.0,0.0,1307.0,0.0,61.0,302.0,807.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6069.07,4571.999989,2786.659912,1212.811646,25.16608429,280.6986389,4.355668545,241.9815826,2912.006348,55580.999879999996,127599.9965,813.5420532 +24027606805,"Census Tract 6068.05, Howard County, Maryland",4290,2955.0,148207.0,514300.0,1927.0,2648.0,401.0,7.0,946.0,0.0,10.0,211.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6068.05,3525.999913,2902.432129,206.96762080000002,12.43582249,310.89556880000004,0.0,81.72112274,2203.361328,98851.99967,249699.9923,1183.623901 +24027601107,"Census Tract 6011.07, Howard County, Maryland",5206,3352.0,88462.0,116100.0,1310.0,2556.0,688.0,38.0,827.0,0.0,0.0,75.0,1022.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6011.07,4039.0001270000002,3130.749023,446.4887085,16.69448662,332.4689331,0.0,101.5877228,2659.751465,65140.00016,135999.9944,1326.32373 +24027602201,"Census Tract 6022.01, Howard County, Maryland",3465,2214.0,155114.0,647800.0,1576.0,2096.0,217.0,0.0,852.0,0.0,0.0,150.0,150.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6022.01,2908.320126,2355.874013,178.8002129,5.109358717,311.2471912,0.729796656,52.54499694,1959.556752,81929.63569,256207.4141,1128.653053 +24027605504,"Census Tract 6055.04, Howard County, Maryland",2620,1666.0,201250.0,674800.0,1378.0,1387.0,157.0,6.0,964.0,0.0,0.0,74.0,32.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6055.04,2422.000051,1780.5260010000002,148.0615997,9.466854095,433.2032471,0.378674179,45.06222916,1356.789551,116271.0001,340500.0044,1034.9165039999998 +24027606904,"Census Tract 6069.04, Howard County, Maryland",4819,2902.0,98542.0,347800.0,1463.0,1394.0,2012.0,0.0,492.0,15.0,35.0,364.0,507.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6069.04,4147.0,2754.375,834.4375,25.59375,333.125,0.40625,167.78125,2622.34375,62775.0,162900.0,998.5625 +24027606906,"Census Tract 6069.06, Howard County, Maryland",6475,3937.0,89795.0,293700.0,1458.0,2442.0,1850.0,0.0,890.0,0.0,83.0,178.0,1032.0,Baltimore,Baltimore-Columbia-Towson,MD,Howard County,Census Tract 6069.06,4874.9997299999995,2971.339844,1293.188232,26.833913800000005,299.3013611,4.644331455,258.01840209999995,3104.993408,55581.0005,127599.9959,867.4578857000001 +24035810800,"Census Tract 8108, Queen Anne's County, Maryland",5651,4025.0,95951.0,353800.0,1602.0,5035.0,398.0,0.0,0.0,0.0,19.0,142.0,57.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8108,5065.0,4736.0,162.0,15.0,64.0,1.0,68.0,3316.0,63832.0,152500.0,935.0 +24035810500,"Census Tract 8105, Queen Anne's County, Maryland",5405,3598.0,92557.0,361200.0,1222.0,4786.0,374.0,0.0,7.0,0.0,0.0,93.0,145.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8105,2868.781797,2500.809814,323.9753723,9.999238968,7.999391556,0.0,21.99832726,1899.855469,50529.99931,159299.9981,461.96487429999996 +24035810200,"Census Tract 8102, Queen Anne's County, Maryland",2762,1819.0,63914.0,223200.0,354.0,2122.0,333.0,13.0,0.0,0.0,0.0,18.0,286.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8102,2417.0,2190.0,151.0,10.0,1.0,0.0,58.0,1622.0,43011.0,114700.0,151.0 +24035810300,"Census Tract 8103, Queen Anne's County, Maryland",4603,3261.0,68432.0,256000.0,891.0,4074.0,369.0,9.0,0.0,0.0,0.0,21.0,130.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8103,3750.0,3236.0,437.0,16.0,19.0,0.0,37.0,2636.0,50337.0,121700.0,622.0 +24035811000,"Census Tract 8110, Queen Anne's County, Maryland",4512,3188.0,80324.0,317200.0,810.0,3642.0,208.0,0.0,41.0,0.0,0.0,453.0,168.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8110,4184.0,3715.0,342.0,25.0,49.0,1.0,44.0,2872.0,55920.0,155900.0,624.0 +24035810700,"Census Tract 8107, Queen Anne's County, Maryland",4073,2793.0,90707.0,362900.0,1058.0,3385.0,468.0,15.0,38.0,0.0,67.0,10.0,105.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8107,2978.0,2169.0,737.0,11.0,10.0,0.0,47.0,2125.0,50168.0,136800.0,416.0 +24035810400,"Census Tract 8104, Queen Anne's County, Maryland",6028,4172.0,105699.0,367500.0,1587.0,5415.0,462.0,1.0,0.0,0.0,0.0,17.0,133.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8104,4183.0,3485.0,621.0,13.0,30.0,0.0,24.0,2892.0,58646.0,173200.0,703.0 +24035990200,"Census Tract 9902, Queen Anne's County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,,,,,,,,,,,,,, +24035990100,"Census Tract 9901, Queen Anne's County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,,,,,,,,,,,,,, +24035810901,"Census Tract 8109.01, Queen Anne's County, Maryland",5029,3540.0,113500.0,396600.0,1563.0,4516.0,144.0,0.0,91.0,0.0,37.0,100.0,141.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8109.01,4466.434274,4250.288086,100.39585109999999,25.98480797,59.05638504,0.0,26.575372700000003,3092.192139,66782.00085,174199.9961,950.8078002999998 +24035990000,"Census Tract 9900, Queen Anne's County, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,,,,,,,,,,,,,, +24035810902,"Census Tract 8109.02, Queen Anne's County, Maryland",2949,2126.0,91444.0,347000.0,899.0,2733.0,54.0,0.0,71.0,0.0,7.0,71.0,13.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8109.02,3096.5657260000003,2946.712158,69.60414886,18.01519203,40.94361496,0.0,18.4246273,2143.807861,66781.99878,174200.0056,659.1921997000001 +24035810600,"Census Tract 8106, Queen Anne's County, Maryland",4973,3644.0,109327.0,441800.0,1656.0,4198.0,147.0,0.0,20.0,0.0,3.0,11.0,594.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8106,4795.0,4332.0,334.0,19.0,48.0,2.0,61.0,3493.0,74048.0,242800.0,1339.0 +24035810100,"Census Tract 8101, Queen Anne's County, Maryland",3086,2286.0,59145.0,238400.0,515.0,2583.0,470.0,0.0,0.0,0.0,0.0,0.0,33.0,Baltimore,Baltimore-Columbia-Towson,MD,Queen Anne's County,Census Tract 8101,2759.0,2302.0,388.0,9.0,12.0,0.0,38.0,1926.0,42134.0,97400.0,261.0 +24510190100,"Census Tract 1901, Baltimore city, Maryland",2057,1244.0,20000.0,85300.0,142.0,51.0,1750.0,0.0,35.0,0.0,0.0,18.0,203.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1901,2549.0,49.0,2439.0,3.0,23.0,1.0,34.0,1555.0,18000.0,52900.0,56.0 +24510190200,"Census Tract 1902, Baltimore city, Maryland",1877,1309.0,36875.0,190400.0,269.0,397.0,994.0,0.0,88.0,0.0,0.0,172.0,226.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1902,2321.0,1155.0,1083.0,12.0,38.0,0.0,24.0,1441.0,27643.0,51700.0,158.0 +24510220100,"Census Tract 2201, Baltimore city, Maryland",4308,3500.0,69245.0,468800.0,2307.0,2892.0,639.0,31.0,244.0,0.0,79.0,153.0,270.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2201,4052.0,2932.0,853.0,14.0,133.0,1.0,98.0,3258.0,51489.0,190000.0,2044.0 +24510230300,"Census Tract 2303, Baltimore city, Maryland",1306,1104.0,103889.0,276600.0,818.0,1164.0,57.0,0.0,31.0,0.0,0.0,11.0,43.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2303,1341.0,1247.0,52.0,6.0,15.0,0.0,19.0,905.0,31641.0,59500.0,69.0 +24510250207,"Census Tract 2502.07, Baltimore city, Maryland",2093,1317.0,30688.0,75400.0,218.0,66.0,1822.0,0.0,16.0,0.0,0.0,69.0,120.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.07,2183.0,32.0,2121.0,8.0,5.0,0.0,15.0,1220.0,21464.0,57900.0,60.0 +24510250303,"Census Tract 2503.03, Baltimore city, Maryland",2224,1579.0,33833.0,88200.0,161.0,1177.0,543.0,0.0,227.0,0.0,0.0,29.0,248.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2503.03,2354.0,2160.0,94.0,25.0,49.0,0.0,25.0,1535.0,29757.0,55100.0,47.0 +24510260202,"Census Tract 2602.02, Baltimore city, Maryland",5785,3822.0,38347.0,101300.0,363.0,280.0,4861.0,0.0,436.0,0.0,0.0,35.0,173.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2602.02,5874.0,724.0,5004.0,27.0,35.0,0.0,65.0,3484.0,27031.0,62100.0,399.0 +24510260302,"Census Tract 2603.02, Baltimore city, Maryland",6557,4274.0,31097.0,107700.0,581.0,304.0,5964.0,31.0,0.0,0.0,98.0,1.0,159.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2603.02,6476.482529999999,1200.3480220000001,5183.185059,9.994571686,43.97611618,0.0,26.98534393,4290.669434,36924.00085,60899.99913,435.76333619999997 +24510260700,"Census Tract 2607, Baltimore city, Maryland",2691,1800.0,56818.0,171400.0,478.0,1100.0,60.0,75.0,75.0,0.0,0.0,220.0,1161.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2607,1959.0,1498.0,120.0,30.0,37.0,0.0,159.0,1269.0,24271.0,52100.0,41.0 +24510260900,"Census Tract 2609, Baltimore city, Maryland",3110,2527.0,99932.0,258500.0,1694.0,2521.0,238.0,0.0,65.0,0.0,0.0,95.0,191.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2609,2356.0,2122.0,90.0,30.0,13.0,0.0,92.0,1701.0,32717.0,73100.0,285.0 +24510261000,"Census Tract 2610, Baltimore city, Maryland",3077,1888.0,53194.0,188900.0,509.0,1426.0,855.0,0.0,0.0,0.0,0.0,64.0,732.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2610,3018.0,1355.0,1288.0,43.0,39.0,0.0,276.0,1936.0,25212.0,46500.0,59.0 +24510270101,"Census Tract 2701.01, Baltimore city, Maryland",1568,1115.0,65469.0,181900.0,434.0,633.0,758.0,0.0,4.0,0.0,64.0,42.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2701.01,1800.0,969.0,763.0,11.0,22.0,0.0,21.0,1127.0,45994.0,83600.0,398.0 +24510271900,"Census Tract 2719, Baltimore city, Maryland",4012,2923.0,52200.0,164200.0,994.0,983.0,2947.0,0.0,35.0,14.0,9.0,24.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2719,3870.0,879.0,2877.0,6.0,25.0,0.0,48.0,2719.0,39173.0,85000.0,755.0 +24510272003,"Census Tract 2720.03, Baltimore city, Maryland",5677,3493.0,64984.0,257000.0,1802.0,3633.0,1724.0,20.0,89.0,0.0,0.0,0.0,211.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.03,5459.0,3706.0,1588.0,7.0,94.0,0.0,48.0,3335.0,48772.0,113800.0,1694.0 +24510010300,"Census Tract 103, Baltimore city, Maryland",2552,2066.0,137275.0,297600.0,1569.0,2191.0,52.0,0.0,104.0,0.0,0.0,108.0,97.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 103,1991.0,1751.0,57.0,32.0,21.0,0.0,101.0,1412.0,33250.0,74400.0,355.0 +24510080301,"Census Tract 803.01, Baltimore city, Maryland",1653,1124.0,38553.0,44200.0,54.0,13.0,1581.0,6.0,10.0,0.0,0.0,0.0,43.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 803.01,2630.0,11.0,2598.0,3.0,5.0,0.0,13.0,1632.0,21385.0,41800.0,84.0 +24510110100,"Census Tract 1101, Baltimore city, Maryland",3040,2440.0,49411.0,215400.0,1646.0,1691.0,650.0,0.0,356.0,0.0,14.0,165.0,164.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1101,2926.0,1550.0,1004.0,12.0,263.0,0.0,78.0,2287.0,29548.0,74900.0,1053.0 +24510090300,"Census Tract 903, Baltimore city, Maryland",4558,3473.0,40231.0,152300.0,1115.0,1019.0,3013.0,233.0,75.0,0.0,10.0,61.0,147.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 903,4225.0,719.0,3355.0,15.0,71.0,0.0,60.0,2652.0,41289.0,69900.0,678.0 +24510100300,"Census Tract 1003, Baltimore city, Maryland",4247,3177.0,,,50.0,602.0,3283.0,30.0,21.0,0.0,7.0,111.0,199.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1003,6385.999991,775.9713687999999,5583.766876,4.64621675,0.64621675,0.0,20.96932513,4706.145187,11624.9997,61900.0,127.8159509 +24510120400,"Census Tract 1204, Baltimore city, Maryland",1707,1078.0,38194.0,161900.0,356.0,400.0,1231.0,0.0,17.0,0.0,0.0,8.0,51.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1204,1946.0,98.0,1797.0,8.0,10.0,0.0,33.0,1043.0,20724.0,32100.0,84.0 +24510130600,"Census Tract 1306, Baltimore city, Maryland",3682,3042.0,89363.0,217800.0,2077.0,3011.0,256.0,0.0,234.0,0.0,7.0,92.0,82.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1306,3910.0,3513.0,109.0,39.0,146.0,0.0,75.0,2726.0,38094.0,62200.0,541.0 +24510130804,"Census Tract 1308.04, Baltimore city, Maryland",1942,1501.0,65188.0,201200.0,751.0,1706.0,147.0,0.0,27.0,0.0,0.0,0.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.04,2094.0,1904.0,95.0,11.0,28.0,0.0,39.0,1469.0,28594.0,62300.0,216.0 +24510170200,"Census Tract 1702, Baltimore city, Maryland",3033,1683.0,14707.0,182400.0,194.0,223.0,2641.0,0.0,113.0,0.0,0.0,48.0,8.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1702,3159.999988,271.8378143,2819.772659,8.134560823,31.5941925,0.063031159,24.40014172,1972.009201,10587.31273,110370.7924,202.3760605 +24510160200,"Census Tract 1602, Baltimore city, Maryland",2389,1407.0,26331.0,95800.0,54.0,11.0,2344.0,0.0,0.0,0.0,0.0,6.0,28.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1602,2566.0,15.0,2512.0,8.0,17.0,0.0,14.0,1548.0,19514.0,50400.0,66.0 +24510160400,"Census Tract 1604, Baltimore city, Maryland",2452,1371.0,23417.0,28300.0,50.0,16.0,2410.0,12.0,4.0,0.0,0.0,10.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1604,3480.0,12.0,3450.0,1.0,8.0,0.0,8.0,2121.0,20840.0,26300.0,109.0 +24510160700,"Census Tract 1607, Baltimore city, Maryland",4311,2661.0,36097.0,81500.0,342.0,60.0,4164.0,0.0,0.0,0.0,0.0,47.0,40.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1607,6118.0,28.0,6024.0,10.0,14.0,0.0,33.0,4028.0,26200.0,53300.0,231.0 +24510180100,"Census Tract 1801, Baltimore city, Maryland",2253,1063.0,15662.0,132700.0,17.0,4.0,2231.0,0.0,0.0,0.0,5.0,0.0,13.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1801,1988.0,17.0,1945.0,1.0,19.0,0.0,6.0,1069.0,9313.0,55200.0,46.0 +24510120700,"Census Tract 1207, Baltimore city, Maryland",2241,1773.0,57381.0,122800.0,755.0,1567.0,505.0,0.0,65.0,0.0,11.0,42.0,51.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1207,2308.0,1349.0,746.0,15.0,143.0,0.0,40.0,1621.0,29654.0,43100.0,319.0 +24510180300,"Census Tract 1803, Baltimore city, Maryland",1651,1253.0,36458.0,182800.0,479.0,609.0,917.0,0.0,41.0,0.0,0.0,64.0,20.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1803,2105.0,709.0,1287.0,10.0,68.0,0.0,26.0,1311.0,24223.0,45000.0,236.0 +24510200100,"Census Tract 2001, Baltimore city, Maryland",1745,1120.0,32636.0,61000.0,82.0,27.0,1716.0,0.0,0.0,0.0,0.0,0.0,2.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2001,2124.0,9.0,2093.0,8.0,10.0,0.0,4.0,1335.0,23456.0,35600.0,61.0 +24510160300,"Census Tract 1603, Baltimore city, Maryland",1114,897.0,21017.0,96100.0,34.0,123.0,988.0,0.0,3.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1603,1617.0,14.0,1577.0,1.0,0.0,0.0,24.0,946.0,22036.0,31500.0,46.0 +24510130400,"Census Tract 1304, Baltimore city, Maryland",2182,1523.0,27393.0,105800.0,227.0,135.0,1921.0,15.0,1.0,0.0,0.0,5.0,105.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1304,2352.0,14.0,2300.0,2.0,11.0,0.0,24.0,1517.0,24880.0,52800.0,116.0 +24510130700,"Census Tract 1307, Baltimore city, Maryland",4712,3906.0,57368.0,254000.0,2270.0,3781.0,352.0,0.0,153.0,0.0,0.0,202.0,224.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1307,4828.389115,4324.288086,282.49618530000004,25.95371437,116.7917175,0.0,70.87360382,3871.096436,34943.00075,77200.0028,1458.39917 +24510140300,"Census Tract 1403, Baltimore city, Maryland",2856,1781.0,27337.0,168600.0,349.0,106.0,2627.0,0.0,35.0,0.0,37.0,22.0,29.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1403,2787.0,67.0,2667.0,3.0,30.0,4.0,18.0,1861.0,20465.0,47000.0,204.0 +24510170100,"Census Tract 1701, Baltimore city, Maryland",1661,1292.0,27000.0,166000.0,454.0,515.0,1065.0,52.0,14.0,0.0,0.0,15.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1701,1690.0,257.0,1351.0,4.0,31.0,0.0,46.0,1077.0,19922.0,85000.0,301.0 +24510180200,"Census Tract 1802, Baltimore city, Maryland",930,664.0,22778.0,157300.0,59.0,68.0,796.0,0.0,13.0,0.0,0.0,20.0,33.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1802,1271.0,53.0,1208.0,2.0,3.0,1.0,5.0,917.0,21154.0,50800.0,51.0 +24510190300,"Census Tract 1903, Baltimore city, Maryland",2442,1505.0,20352.0,59200.0,163.0,527.0,1518.0,0.0,118.0,0.0,1.0,10.0,268.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1903,2726.0,980.0,1577.0,25.0,93.0,0.0,46.0,1627.0,20360.0,26500.0,121.0 +24510250102,"Census Tract 2501.02, Baltimore city, Maryland",3250,2035.0,48950.0,115900.0,271.0,84.0,3113.0,0.0,19.0,0.0,0.0,16.0,18.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2501.02,3251.0,387.0,2784.0,6.0,34.0,0.0,26.0,1901.0,32199.0,62600.0,249.0 +24510250301,"Census Tract 2503.01, Baltimore city, Maryland",2348,1338.0,28917.0,96300.0,87.0,157.0,2064.0,0.0,0.0,0.0,0.0,0.0,127.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2503.01,3262.0,255.0,2957.0,5.0,14.0,0.0,26.0,1790.0,19548.216790000002,57664.30155,76.0 +24510250401,"Census Tract 2504.01, Baltimore city, Maryland",3497,2461.0,41622.0,112300.0,236.0,1537.0,1007.0,0.0,290.0,23.0,44.0,33.0,563.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2504.01,3489.0,2752.0,420.0,47.0,78.0,0.0,165.0,2267.0,36188.0,63700.0,171.0 +24510270701,"Census Tract 2707.01, Baltimore city, Maryland",2654,1809.0,42176.0,,244.0,59.0,2450.0,0.0,0.0,0.0,0.0,22.0,123.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2707.01,2635.0,108.0,2475.0,5.0,9.0,0.0,36.0,1456.0,22146.0,75000.0,140.0 +24510080700,"Census Tract 807, Baltimore city, Maryland",697,456.0,30278.0,49000.0,92.0,3.0,693.0,0.0,0.0,0.0,0.0,0.0,1.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 807,1767.9866940000002,18.13469094,1735.544138,0.038483128,6.083380111,0.0,8.166760221,951.4370251,19423.03965,36594.2715,8.705524027000001 +24510130805,"Census Tract 1308.05, Baltimore city, Maryland",906,767.0,49545.0,179500.0,298.0,98.0,783.0,0.0,16.0,0.0,0.0,9.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.05,880.349333,177.3054122,659.0288739,1.0,36.009353499999996,0.0,7.004880087999999,737.3228992,40118.16287,88604.15807,370.2171639 +24510210100,"Census Tract 2101, Baltimore city, Maryland",2378,1620.0,44583.0,169500.0,682.0,701.0,1530.0,0.0,64.0,0.0,0.0,32.0,51.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2101,2220.0,854.0,1260.0,19.0,48.0,0.0,37.0,1522.0,23877.0,57400.0,281.0 +24510160600,"Census Tract 1606, Baltimore city, Maryland",3393,2245.0,33586.0,66600.0,214.0,71.0,3188.0,40.0,27.0,0.0,21.0,21.0,65.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1606,4121.0,14.0,4076.0,4.0,18.0,0.0,9.0,2622.0,23362.0,41500.0,154.0 +24510240100,"Census Tract 2401, Baltimore city, Maryland",3091,2502.0,119353.0,299100.0,1811.0,2806.0,93.0,34.0,73.0,0.0,8.0,9.0,102.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2401,2134.246518,2062.271973,16.99399948,11.99576473,14.99470615,0.0,22.99188232,1525.461426,38223.998869999996,75000.00285,245.9131775 +24510260605,"Census Tract 2606.05, Baltimore city, Maryland",4606,3050.0,37326.0,110400.0,404.0,2307.0,773.0,33.0,37.0,0.0,0.0,62.0,1394.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2606.05,4150.0,3132.0,633.0,74.0,87.0,0.0,174.0,3122.0,33141.0,68500.0,215.0 +24510271503,"Census Tract 2715.03, Baltimore city, Maryland",863,810.0,71848.0,178000.0,599.0,739.0,35.0,9.0,47.0,0.0,4.0,10.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2715.03,858.6506597000001,750.6945801,70.97112274,0.0,22.99064636,0.0,11.99512005,793.677124,48928.999,94699.99829,533.7828369 +24510100200,"Census Tract 1002, Baltimore city, Maryland",2837,1765.0,14452.0,86700.0,116.0,62.0,2733.0,0.0,0.0,0.0,0.0,11.0,31.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1002,3593.0,101.0,3450.0,12.0,14.0,0.0,16.0,2212.0,11546.0,57000.0,142.0 +24510150800,"Census Tract 1508, Baltimore city, Maryland",4337,3086.0,35095.0,158200.0,591.0,31.0,4161.0,5.0,0.0,0.0,0.0,107.0,33.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1508,5233.0,67.0,5098.0,6.0,10.0,0.0,44.0,3343.0,26235.0,74700.0,361.0 +24510170300,"Census Tract 1703, Baltimore city, Maryland",1630,1110.0,22574.0,142000.0,249.0,34.0,1524.0,9.0,42.0,0.0,0.0,11.0,10.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1703,1523.0,7.0,1502.0,1.0,2.0,0.0,11.0,1029.0,10408.0,38400.0,79.0 +24510240400,"Census Tract 2404, Baltimore city, Maryland",2877,2431.0,102107.0,312500.0,1630.0,2579.0,17.0,0.0,98.0,0.0,0.0,39.0,144.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2404,2405.753513,2256.728102,62.00599987,11.0042352,33.005294,0.0,39.00811747,1764.5385760000001,41456.99871,94993.7247,531.0868216 +24510270902,"Census Tract 2709.02, Baltimore city, Maryland",5626,2936.0,62946.0,159700.0,784.0,249.0,5102.0,17.0,44.0,0.0,9.0,119.0,86.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2709.02,3972.0,299.0,3637.0,10.0,8.0,0.0,14.0,2646.0,43796.0,76900.0,601.0 +24510271002,"Census Tract 2710.02, Baltimore city, Maryland",4268,2770.0,38358.0,112800.0,521.0,141.0,3994.0,0.0,0.0,0.0,0.0,49.0,84.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2710.02,4570.0,91.0,4402.0,16.0,36.0,0.0,20.0,2819.0,33792.0,64000.0,316.0 +24510260402,"Census Tract 2604.02, Baltimore city, Maryland",2999,1837.0,42231.0,131100.0,317.0,107.0,2729.0,0.0,0.0,0.0,33.0,130.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.02,1999.995112,81.99980164,1872.995483,0.999997556,4.999987602,0.0,24.99993896,1097.997314,22354.99965,56400.00016,88.99977875 +24510271200,"Census Tract 2712, Baltimore city, Maryland",6661,4690.0,135441.0,448100.0,3482.0,4653.0,953.0,0.0,424.0,0.0,0.0,349.0,282.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2712,5889.0,4985.0,634.0,22.0,131.0,0.0,98.0,4292.0,84832.0,222800.0,2854.0 +24510280404,"Census Tract 2804.04, Baltimore city, Maryland",2519,1700.0,39479.0,127000.0,198.0,101.0,2271.0,0.0,0.0,0.0,0.0,35.0,112.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.04,4050.0,127.0,3897.0,2.0,8.0,1.0,15.0,2477.0,19713.0,69900.0,216.0 +24510090100,"Census Tract 901, Baltimore city, Maryland",4057,2987.0,44904.0,130500.0,551.0,493.0,3399.0,0.0,10.0,0.0,0.0,54.0,101.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 901,4435.0,426.0,3908.0,25.0,24.0,0.0,40.0,2905.0,32243.0,68600.0,452.0 +24510200300,"Census Tract 2003, Baltimore city, Maryland",1612,973.0,21890.0,43000.0,48.0,237.0,1061.0,81.0,25.0,0.0,0.0,94.0,114.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2003,2263.0,825.0,1307.0,17.0,70.0,0.0,35.0,1171.0,18804.0,24100.0,13.0 +24510271501,"Census Tract 2715.01, Baltimore city, Maryland",4077,2906.0,87422.0,343500.0,2286.0,3124.0,484.0,0.0,223.0,0.0,0.0,35.0,211.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2715.01,4095.0,3416.0,434.0,15.0,118.0,0.0,80.0,3070.0,63885.0,172600.0,2258.0 +24510250203,"Census Tract 2502.03, Baltimore city, Maryland",1938,1182.0,38009.0,87700.0,149.0,198.0,1499.0,0.0,59.0,0.0,0.0,37.0,145.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.03,1842.0,43.0,1781.0,1.0,7.0,0.0,8.0,1045.0,22240.0,56600.0,43.0 +24510110200,"Census Tract 1102, Baltimore city, Maryland",5273,4488.0,42167.0,279200.0,3175.0,3259.0,1151.0,42.0,311.0,0.0,28.0,150.0,332.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1102,4462.0,2397.0,1551.0,17.0,329.0,1.0,125.0,3430.0,19143.0,84600.0,1534.0 +24510020300,"Census Tract 203, Baltimore city, Maryland",3768,3444.0,96667.0,329000.0,2571.0,2838.0,84.0,0.0,287.0,0.0,0.0,222.0,337.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 203,2462.0,2073.0,137.0,17.0,72.0,0.0,139.0,2004.0,47917.0,140000.0,1148.0 +24510150400,"Census Tract 1504, Baltimore city, Maryland",3749,2108.0,32868.0,73300.0,224.0,34.0,3495.0,15.0,37.0,6.0,7.0,137.0,18.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1504,3775.0,21.0,3721.0,2.0,8.0,1.0,18.0,2340.0,20467.0,45300.0,227.0 +24510010200,"Census Tract 102, Baltimore city, Maryland",3145,2638.0,109102.0,242500.0,1864.0,2732.0,164.0,0.0,138.0,0.0,0.0,45.0,66.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 102,3281.0,2312.0,579.0,62.0,47.0,1.0,269.0,2368.0,31971.0,65200.0,371.0 +24510060400,"Census Tract 604, Baltimore city, Maryland",1433,1193.0,51932.0,190400.0,527.0,408.0,928.0,11.0,46.0,0.0,0.0,17.0,23.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 604,2292.0,242.0,1951.0,17.0,39.0,0.0,38.0,1362.0,18583.0,74900.0,266.0 +24510280500,"Census Tract 2805, Baltimore city, Maryland",2257,1375.0,15000.0,135500.0,164.0,217.0,1995.0,0.0,7.0,0.0,7.0,9.0,22.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2805,3650.0,151.0,3290.0,8.0,179.0,0.0,17.0,2345.0,9348.426877,85707.04225,216.0 +24510260303,"Census Tract 2603.03, Baltimore city, Maryland",947,553.0,17898.0,46800.0,45.0,226.0,615.0,22.0,0.0,0.0,0.0,27.0,65.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2603.03,1700.0,287.0,1372.0,15.0,14.0,4.0,10.0,993.0,11840.0,24300.0,15.0 +24510260403,"Census Tract 2604.03, Baltimore city, Maryland",1840,1027.0,31657.0,126500.0,217.0,123.0,1685.0,0.0,0.0,0.0,0.0,32.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.03,1760.004829,61.00019797,1669.0045220000002,2.000002414,3.000012072,0.0,24.00006036,1018.002651,33878.96282,71499.93957999999,109.0002149 +24510230200,"Census Tract 2302, Baltimore city, Maryland",2166,1530.0,105511.0,264700.0,1057.0,1622.0,289.0,0.0,87.0,0.0,0.0,62.0,106.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2302,2413.0,2098.0,182.0,23.0,55.0,0.0,50.0,1744.0,44414.0,95100.0,555.0 +24510260102,"Census Tract 2601.02, Baltimore city, Maryland",4742,3360.0,52560.0,124900.0,579.0,505.0,3955.0,0.0,54.0,0.0,0.0,20.0,208.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2601.02,5107.0,1601.0,3334.0,18.0,52.0,4.0,79.0,3329.0,42684.0,76100.0,395.0 +24510260800,"Census Tract 2608, Baltimore city, Maryland",2704,1917.0,44519.0,139000.0,429.0,1133.0,445.0,0.0,25.0,0.0,0.0,50.0,1051.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2608,2465.0,1738.0,391.0,61.0,28.0,1.0,217.0,1736.0,25065.0,40900.0,65.0 +24510270401,"Census Tract 2704.01, Baltimore city, Maryland",6211,3982.0,61786.0,140900.0,1051.0,1480.0,4168.0,0.0,92.0,0.0,37.0,296.0,138.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2704.01,4986.0,2886.0,1883.0,14.0,98.0,0.0,95.0,3456.0,36795.0,81800.0,516.0 +24510280401,"Census Tract 2804.01, Baltimore city, Maryland",3606,2621.0,51309.0,166100.0,773.0,581.0,2826.0,0.0,0.0,0.0,0.0,139.0,60.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.01,3671.0,608.0,2985.0,9.0,28.0,0.0,40.0,2485.0,41667.0,87400.0,879.0 +24510270302,"Census Tract 2703.02, Baltimore city, Maryland",1837,1371.0,68839.0,168100.0,330.0,827.0,848.0,0.0,5.0,0.0,0.0,29.0,128.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2703.02,1777.0,1120.0,573.0,7.0,24.0,0.0,43.0,1182.0,39601.0,85000.0,196.0 +24510270702,"Census Tract 2707.02, Baltimore city, Maryland",1962,1446.0,50651.0,178500.0,332.0,565.0,1291.0,0.0,0.0,0.0,0.0,74.0,32.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2707.02,2386.0,946.0,1356.0,19.0,31.0,0.0,23.0,1532.0,32625.0,87200.0,296.0 +24510270903,"Census Tract 2709.03, Baltimore city, Maryland",4630,1909.0,44085.0,163100.0,733.0,482.0,3366.0,0.0,84.0,0.0,31.0,222.0,445.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2709.03,5256.0,363.0,4758.0,8.0,46.0,0.0,74.0,2020.0,43194.0,78400.0,591.0 +24510271101,"Census Tract 2711.01, Baltimore city, Maryland",1986,1427.0,47188.0,234500.0,735.0,986.0,668.0,0.0,222.0,0.0,34.0,55.0,21.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2711.01,4297.0,3126.0,896.0,12.0,139.0,1.0,93.0,1436.0,30833.0,94900.0,733.0 +24510271801,"Census Tract 2718.01, Baltimore city, Maryland",2960,2135.0,26938.0,73700.0,203.0,45.0,2770.0,15.0,0.0,0.0,10.0,72.0,48.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2718.01,3633.0,70.0,3515.0,15.0,7.0,0.0,23.0,2419.0,23409.0,52500.0,100.0 +24510260201,"Census Tract 2602.01, Baltimore city, Maryland",5259,3760.0,34417.0,142200.0,849.0,654.0,4239.0,0.0,248.0,0.0,0.0,59.0,59.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2602.01,4847.0,1321.0,3410.0,9.0,57.0,0.0,48.0,3064.0,27566.0,80500.0,391.0 +24510260401,"Census Tract 2604.01, Baltimore city, Maryland",3533,2149.0,32105.0,36300.0,162.0,1794.0,163.0,195.0,18.0,0.0,10.0,192.0,1356.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.01,2911.0,2645.0,59.0,33.0,29.0,0.0,129.0,1965.0,25704.0,19800.0,80.0 +24510270301,"Census Tract 2703.01, Baltimore city, Maryland",3089,2312.0,67379.0,188000.0,835.0,1064.0,1768.0,0.0,24.0,4.0,0.0,62.0,167.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2703.01,3316.0,1407.0,1741.0,25.0,51.0,2.0,68.0,2299.0,48015.0,90500.0,672.0 +24510270802,"Census Tract 2708.02, Baltimore city, Maryland",5738,3832.0,50084.0,120200.0,364.0,244.0,5212.0,0.0,33.0,0.0,2.0,0.0,247.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.02,5287.0,480.0,4647.0,7.0,78.0,0.0,54.0,3297.0,37846.0,75900.0,522.0 +24510270804,"Census Tract 2708.04, Baltimore city, Maryland",3172,2320.0,51268.0,205500.0,908.0,1280.0,1474.0,0.0,70.0,0.0,0.0,16.0,332.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.04,2762.0,1489.0,1096.0,9.0,62.0,0.0,78.0,1937.0,33718.0,97500.0,851.0 +24510270805,"Census Tract 2708.05, Baltimore city, Maryland",5278,3733.0,56412.0,141500.0,1159.0,477.0,4342.0,13.0,84.0,0.0,0.0,205.0,170.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.05,5411.0,610.0,4663.0,10.0,49.0,0.0,63.0,3498.0,39539.0,70500.0,857.0 +24510271102,"Census Tract 2711.02, Baltimore city, Maryland",4496,944.0,209167.0,849500.0,754.0,2849.0,846.0,21.0,237.0,0.0,33.0,307.0,203.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2711.02,2022.0,1652.0,281.0,6.0,45.0,0.0,34.0,774.0,101450.0,394300.0,588.0 +24510271802,"Census Tract 2718.02, Baltimore city, Maryland",2543,1685.0,29688.0,62200.0,119.0,7.0,2497.0,0.0,0.0,0.0,0.0,33.0,6.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2718.02,3934.0,29.0,3859.0,7.0,13.0,0.0,21.0,2319.0,23536.0,49800.0,195.0 +24510280101,"Census Tract 2801.01, Baltimore city, Maryland",3763,2649.0,45458.0,114800.0,392.0,201.0,3320.0,48.0,0.0,0.0,19.0,50.0,125.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2801.01,3424.0,318.0,2972.0,8.0,36.0,0.0,80.0,2304.0,33512.0,68600.0,335.0 +24510280402,"Census Tract 2804.02, Baltimore city, Maryland",1657,1230.0,40781.0,117300.0,160.0,2.0,1602.0,0.0,0.0,0.0,44.0,1.0,8.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.02,1811.0,13.0,1773.0,1.0,6.0,0.0,15.0,1253.0,36316.0,66800.0,77.0 +24510280403,"Census Tract 2804.03, Baltimore city, Maryland",5431,3510.0,60061.0,204800.0,982.0,1428.0,3728.0,0.0,43.0,0.0,27.0,38.0,167.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.03,5463.0,1704.0,3600.0,19.0,74.0,1.0,47.0,3430.0,40857.0,91800.0,1013.0 +24510271300,"Census Tract 2713, Baltimore city, Maryland",2715,2009.0,145966.0,542000.0,1713.0,2231.0,161.0,0.0,211.0,0.0,15.0,52.0,45.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2713,2691.0,2392.0,182.0,5.0,68.0,0.0,29.0,2001.0,71771.0,295700.0,1513.0 +24510250103,"Census Tract 2501.03, Baltimore city, Maryland",3417,2778.0,38109.0,144200.0,373.0,2004.0,994.0,0.0,29.0,0.0,0.0,133.0,257.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2501.03,4153.0,3464.0,520.0,21.0,63.0,1.0,67.0,2984.0,30000.0,73900.0,256.0 +24510280102,"Census Tract 2801.02, Baltimore city, Maryland",6292,4575.0,47527.0,146300.0,968.0,164.0,6061.0,0.0,0.0,0.0,0.0,0.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2801.02,6290.0,106.0,6104.0,19.0,16.0,0.0,43.0,4423.0,35244.0,78700.0,459.0 +24510200800,"Census Tract 2008, Baltimore city, Maryland",2075,1493.0,38750.0,96400.0,206.0,207.0,1807.0,0.0,0.0,0.0,0.0,31.0,30.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2008,2500.0,471.0,1952.0,11.0,34.0,1.0,29.0,1561.0,26628.0,62900.0,150.0 +24510240200,"Census Tract 2402, Baltimore city, Maryland",3218,2787.0,126597.0,367300.0,2275.0,2559.0,260.0,0.0,188.0,0.0,0.0,102.0,109.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2402,2013.0,1891.0,39.0,3.0,46.0,0.0,26.0,1611.0,77340.0,122600.0,797.0 +24510250204,"Census Tract 2502.04, Baltimore city, Maryland",4037,1967.0,14520.0,129900.0,99.0,88.0,3736.0,0.0,0.0,0.0,0.0,9.0,204.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.04,3639.0,39.0,3543.0,3.0,17.0,0.0,37.0,1734.0,13750.0,52600.0,52.0 +24510250206,"Census Tract 2502.06, Baltimore city, Maryland",2021,1563.0,53079.0,109900.0,223.0,1554.0,153.0,42.0,28.0,0.0,0.0,28.0,216.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.06,2541.0,2369.0,85.0,17.0,41.0,0.0,27.0,1766.0,36136.0,61000.0,74.0 +24510250500,"Census Tract 2505, Baltimore city, Maryland",5171,3230.0,37258.0,104700.0,185.0,2454.0,1751.0,0.0,36.0,0.0,18.0,204.0,708.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2505,5279.0,3658.0,1336.0,62.0,104.0,3.0,105.0,3365.0,21515.0,54000.0,260.0 +24510260101,"Census Tract 2601.01, Baltimore city, Maryland",4725,3424.0,50981.0,152300.0,933.0,1199.0,3051.0,0.0,98.0,0.0,1.0,45.0,331.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2601.01,4636.0,2611.0,1875.0,14.0,44.0,0.0,69.0,3123.0,35268.0,87500.0,392.0 +24510260301,"Census Tract 2603.01, Baltimore city, Maryland",4649,2785.0,37409.0,103800.0,490.0,296.0,4132.0,0.0,50.0,0.0,12.0,152.0,7.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2603.01,4508.517588000001,790.6519480000001,3604.815156,7.005428377,55.02388486,0.0,40.01465662,2679.330402,36707.18829,61999.07581,321.2366772 +24510270600,"Census Tract 2706, Baltimore city, Maryland",4882,3562.0,58972.0,168600.0,1159.0,1838.0,2890.0,0.0,0.0,0.0,0.0,115.0,39.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2706,4675.0,2707.0,1772.0,28.0,82.0,0.0,75.0,3279.0,46107.0,83300.0,743.0 +24510010100,"Census Tract 101, Baltimore city, Maryland",3201,2727.0,95625.0,316500.0,1767.0,2772.0,219.0,0.0,120.0,0.0,0.0,32.0,58.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 101,2911.716998,2698.323975,78.77590179,21.93759346,31.90922737,0.0,64.81562042,2372.251709,39352.99938,102599.9974,858.5576781999999 +24510010500,"Census Tract 105, Baltimore city, Maryland",1712,1450.0,92000.0,305300.0,1099.0,1462.0,73.0,15.0,40.0,0.0,18.0,14.0,105.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 105,1897.0,1352.0,160.0,36.0,39.0,0.0,291.0,1554.0,37670.0,85600.0,658.0 +24510080400,"Census Tract 804, Baltimore city, Maryland",1214,790.0,23472.0,92100.0,105.0,139.0,972.0,0.0,0.0,0.0,0.0,13.0,90.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 804,1807.0,6.0,1776.0,1.0,5.0,0.0,15.0,1059.0,19148.0,31600.0,7.0 +24510070200,"Census Tract 702, Baltimore city, Maryland",2817,1686.0,28510.0,73700.0,136.0,12.0,2656.0,0.0,9.0,0.0,0.0,13.0,127.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 702,3993.0,193.0,3722.0,10.0,9.0,0.0,49.0,2119.0,26902.0,40800.0,139.0 +24510070300,"Census Tract 703, Baltimore city, Maryland",885,572.0,28566.0,107100.0,93.0,32.0,690.0,17.0,0.0,0.0,1.0,0.0,145.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 703,1915.0,58.0,1815.0,6.0,14.0,0.0,21.0,1005.0,20348.0,32700.0,45.0 +24510070400,"Census Tract 704, Baltimore city, Maryland",1495,1014.0,19034.0,51400.0,297.0,75.0,1281.0,0.0,117.0,0.0,0.0,0.0,22.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 704,1833.0,18.0,1795.0,4.0,1.0,0.0,15.0,1054.0,13971.0,29400.0,97.0 +24510130100,"Census Tract 1301, Baltimore city, Maryland",2746,2171.0,28095.0,222200.0,705.0,450.0,2124.0,10.0,15.0,0.0,17.0,55.0,75.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1301,2886.0,124.0,2716.0,7.0,9.0,0.0,20.0,2072.0,19448.0,73800.0,293.0 +24510130200,"Census Tract 1302, Baltimore city, Maryland",3195,2063.0,46086.0,235600.0,693.0,444.0,2574.0,0.0,14.0,0.0,28.0,26.0,109.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1302,3088.0,236.0,2806.0,8.0,18.0,2.0,19.0,1763.0,27356.0,99900.0,377.0 +24510130806,"Census Tract 1308.06, Baltimore city, Maryland",1353,1132.0,84444.0,236500.0,567.0,921.0,256.0,0.0,38.0,13.0,0.0,31.0,94.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.06,1121.0,802.0,253.0,14.0,19.0,0.0,21.0,833.0,37222.0,57400.0,147.0 +24510200200,"Census Tract 2002, Baltimore city, Maryland",2618,1724.0,29974.0,48400.0,65.0,67.0,2494.0,0.0,0.0,0.0,0.0,57.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2002,3431.0,38.0,3365.0,6.0,6.0,0.0,15.0,2198.0,26949.0,43300.0,122.0 +24510200600,"Census Tract 2006, Baltimore city, Maryland",2299,1714.0,33550.0,78200.0,189.0,612.0,1534.0,0.0,0.0,0.0,0.0,76.0,77.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2006,2875.0,1022.0,1772.0,25.0,12.0,1.0,37.0,1848.0,30000.0,53100.0,135.0 +24510200701,"Census Tract 2007.01, Baltimore city, Maryland",5483,3559.0,37194.0,83200.0,204.0,61.0,5314.0,0.0,0.0,0.0,0.0,0.0,108.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2007.01,4903.0,33.0,4815.0,7.0,12.0,0.0,32.0,3358.0,28617.0,57800.0,166.0 +24510271600,"Census Tract 2716, Baltimore city, Maryland",4693,3404.0,28161.0,99300.0,307.0,100.0,4539.0,0.0,8.0,0.0,0.0,23.0,23.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2716,5315.0,81.0,5175.0,15.0,18.0,0.0,20.0,3094.0,26393.0,56200.0,198.0 +24510270803,"Census Tract 2708.03, Baltimore city, Maryland",7144,4920.0,52900.0,135100.0,1167.0,652.0,6314.0,0.0,89.0,0.0,0.0,42.0,47.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.03,6136.0,982.0,4970.0,10.0,85.0,0.0,69.0,4242.0,32632.0,73700.0,764.0 +24510270901,"Census Tract 2709.01, Baltimore city, Maryland",4259,2888.0,51355.0,133400.0,436.0,95.0,3997.0,0.0,0.0,0.0,14.0,29.0,124.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2709.01,4299.0,107.0,4151.0,4.0,4.0,0.0,28.0,2749.0,31778.0,72300.0,376.0 +24510271400,"Census Tract 2714, Baltimore city, Maryland",4047,2530.0,119167.0,480100.0,2071.0,2960.0,261.0,0.0,428.0,0.0,45.0,168.0,185.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2714,3673.610768,3198.711773,188.5037931,15.04628488,180.208282,0.0,70.12639333,2705.903568,67014.06587,204640.2265,2014.6008539999998 +24510280302,"Census Tract 2803.02, Baltimore city, Maryland",2492,1641.0,42005.0,154300.0,312.0,120.0,2332.0,0.0,6.0,0.0,0.0,19.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2803.02,2347.0,103.0,2217.0,7.0,7.0,0.0,9.0,1468.0,26432.0,94900.0,342.0 +24510200702,"Census Tract 2007.02, Baltimore city, Maryland",1100,707.0,27328.0,84600.0,44.0,28.0,1062.0,0.0,0.0,0.0,0.0,10.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2007.02,1550.0,36.0,1489.0,13.0,3.0,0.0,9.0,959.0,34756.0,56800.0,53.0 +24510230100,"Census Tract 2301, Baltimore city, Maryland",1822,1352.0,61563.0,320600.0,716.0,1044.0,641.0,0.0,41.0,0.0,5.0,19.0,72.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2301,1699.0,950.0,669.0,20.0,27.0,0.0,25.0,1215.0,32326.0,85500.0,356.0 +24510250205,"Census Tract 2502.05, Baltimore city, Maryland",4397,2751.0,40453.0,105500.0,364.0,1307.0,2402.0,0.0,250.0,0.0,0.0,61.0,377.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.05,4369.0,1815.0,2326.0,25.0,67.0,0.0,117.0,2555.0,33405.0,58600.0,186.0 +24510270402,"Census Tract 2704.02, Baltimore city, Maryland",3396,2262.0,72759.0,180900.0,725.0,1214.0,1929.0,0.0,57.0,0.0,0.0,135.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2704.02,3326.0,2326.0,880.0,18.0,41.0,0.0,38.0,2398.0,38250.0,87500.0,477.0 +24510250402,"Census Tract 2504.02, Baltimore city, Maryland",4232,2662.0,42163.0,87700.0,283.0,1128.0,2139.0,84.0,0.0,0.0,0.0,229.0,652.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2504.02,4457.0,2702.0,1531.0,60.0,59.0,0.0,85.0,2461.0,22948.0,62700.0,100.0 +24510260501,"Census Tract 2605.01, Baltimore city, Maryland",5785,3982.0,53911.0,114300.0,785.0,3016.0,599.0,7.0,195.0,0.0,25.0,123.0,1827.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2605.01,4906.0,4061.0,355.0,68.0,159.0,1.0,122.0,3626.0,29017.0,64600.0,294.0 +24510261100,"Census Tract 2611, Baltimore city, Maryland",1813,1483.0,111458.0,341000.0,1069.0,1573.0,122.0,0.0,49.0,0.0,0.0,25.0,44.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2611,1901.0,1693.0,78.0,41.0,36.0,0.0,40.0,1313.0,30028.0,73300.0,381.0 +24510270502,"Census Tract 2705.02, Baltimore city, Maryland",4259,3103.0,64375.0,173100.0,1126.0,1558.0,2455.0,11.0,66.0,12.0,0.0,129.0,28.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2705.02,4327.0,3227.0,902.0,27.0,92.0,1.0,62.0,3137.0,41156.0,90100.0,805.0 +24510270703,"Census Tract 2707.03, Baltimore city, Maryland",2646,2077.0,63448.0,181900.0,785.0,1521.0,946.0,0.0,54.0,0.0,0.0,5.0,120.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2707.03,2782.0,2126.0,572.0,12.0,41.0,0.0,25.0,1936.0,42895.0,91800.0,476.0 +24510271001,"Census Tract 2710.01, Baltimore city, Maryland",2400,1519.0,35707.0,100600.0,249.0,83.0,2261.0,12.0,0.0,0.0,0.0,20.0,24.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2710.01,2584.0,52.0,2486.0,11.0,4.0,0.0,31.0,1659.0,27269.0,64700.0,132.0 +24510020100,"Census Tract 201, Baltimore city, Maryland",1877,1501.0,88553.0,291200.0,1084.0,1331.0,124.0,9.0,58.0,0.0,0.0,97.0,267.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 201,1998.0,1321.0,285.0,41.0,55.0,0.0,279.0,1338.0,32593.0,86500.0,406.0 +24510060100,"Census Tract 601, Baltimore city, Maryland",2948,2039.0,55781.0,199400.0,666.0,787.0,1420.0,115.0,116.0,0.0,0.0,50.0,557.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 601,3337.0,823.0,2188.0,47.0,48.0,0.0,212.0,1775.0,30461.0,47800.0,179.0 +24510090200,"Census Tract 902, Baltimore city, Maryland",3027,2352.0,66552.0,164600.0,796.0,500.0,2357.0,9.0,10.0,0.0,15.0,74.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 902,3242.0,637.0,2523.0,9.0,35.0,0.0,26.0,2320.0,52500.0,83100.0,717.0 +24510090600,"Census Tract 906, Baltimore city, Maryland",3260,2333.0,46037.0,91800.0,207.0,336.0,2896.0,0.0,26.0,0.0,0.0,1.0,1.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 906,4083.0,51.0,3976.0,20.0,19.0,0.0,14.0,2520.0,30680.0,54100.0,138.0 +24510090900,"Census Tract 909, Baltimore city, Maryland",2500,1372.0,23816.0,86100.0,95.0,87.0,2244.0,16.0,0.0,0.0,0.0,0.0,153.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 909,3042.0,18.0,2998.0,4.0,6.0,0.0,16.0,1761.0,16076.0,39400.0,79.0 +24510100100,"Census Tract 1001, Baltimore city, Maryland",2238,1497.0,24146.0,88600.0,144.0,39.0,2177.0,0.0,20.0,0.0,0.0,1.0,1.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1001,3029.000009,50.02862929999999,2956.233154,3.35378325,11.35378325,0.0,8.030674934,1926.854797,26658.18781,61707.8433,95.18404961 +24510150100,"Census Tract 1501, Baltimore city, Maryland",2678,1790.0,20269.0,74300.0,102.0,28.0,2595.0,0.0,22.0,0.0,0.0,33.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1501,3363.0,23.0,3309.0,8.0,4.0,0.0,16.0,1732.0,16702.0,48500.0,54.0 +24510150900,"Census Tract 1509, Baltimore city, Maryland",3327,2353.0,54410.0,111000.0,491.0,64.0,3161.0,0.0,0.0,0.0,0.0,46.0,56.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1509,3988.0,26.0,3885.0,22.0,10.0,0.0,43.0,2645.0,36659.0,68600.0,382.0 +24510200400,"Census Tract 2004, Baltimore city, Maryland",1549,899.0,30365.0,54200.0,47.0,84.0,1368.0,15.0,50.0,0.0,0.0,16.0,25.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2004,2035.0,92.0,1932.0,0.0,0.0,0.0,9.0,1256.0,22386.0,29300.0,28.0 +24510200500,"Census Tract 2005, Baltimore city, Maryland",2943,1954.0,20982.0,33900.0,115.0,763.0,1491.0,93.0,168.0,0.0,0.0,132.0,296.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2005,3516.0,2016.0,1304.0,23.0,76.0,1.0,86.0,2134.0,22451.0,31100.0,108.0 +24510250101,"Census Tract 2501.01, Baltimore city, Maryland",4354,2946.0,54853.0,134700.0,481.0,516.0,3532.0,15.0,13.0,0.0,0.0,266.0,12.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2501.01,3678.0,458.0,3120.0,6.0,40.0,0.0,39.0,2171.0,32276.0,68900.0,191.0 +24510250600,"Census Tract 2506, Baltimore city, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2506,117.0,105.0,7.0,0.0,5.0,0.0,0.0,65.0,35000.0,58900.0,37.0 +24510260404,"Census Tract 2604.04, Baltimore city, Maryland",2277,1495.0,35900.0,77500.0,139.0,490.0,691.0,28.0,131.0,0.0,117.0,20.0,800.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.04,1823.0,1110.0,576.0,45.0,43.0,0.0,42.0,1145.0,31576.0,44900.0,69.0 +24510270102,"Census Tract 2701.02, Baltimore city, Maryland",3953,2733.0,66581.0,152400.0,582.0,1106.0,2481.0,15.0,36.0,0.0,159.0,106.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2701.02,3886.0,1995.0,1758.0,24.0,41.0,0.0,44.0,2652.0,43506.0,83400.0,593.0 +24510270501,"Census Tract 2705.01, Baltimore city, Maryland",3994,2936.0,59167.0,168500.0,677.0,2028.0,1651.0,0.0,43.0,0.0,0.0,61.0,211.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2705.01,4287.0,3634.0,514.0,21.0,43.0,1.0,57.0,3025.0,44872.0,89600.0,694.0 +24510270801,"Census Tract 2708.01, Baltimore city, Maryland",4184,2865.0,52546.0,135200.0,714.0,525.0,3325.0,0.0,35.0,0.0,166.0,81.0,52.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.01,4169.0,997.0,3015.0,7.0,85.0,0.0,52.0,2626.0,45238.0,76200.0,643.0 +24510271700,"Census Tract 2717, Baltimore city, Maryland",5066,4081.0,40694.0,99000.0,478.0,225.0,4796.0,0.0,22.0,0.0,0.0,17.0,6.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2717,6039.0,409.0,5558.0,18.0,9.0,1.0,40.0,4163.0,30000.0,59100.0,434.0 +24510280200,"Census Tract 2802, Baltimore city, Maryland",5023,4021.0,62857.0,177300.0,1050.0,185.0,4582.0,11.0,21.0,0.0,7.0,196.0,21.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2802,4733.0,120.0,4543.0,15.0,18.0,0.0,29.0,3216.0,40583.0,83600.0,746.0 +24510280301,"Census Tract 2803.01, Baltimore city, Maryland",3731,2463.0,40900.0,267500.0,632.0,356.0,3007.0,0.0,62.0,30.0,0.0,209.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2803.01,4376.0,597.0,3697.0,22.0,9.0,1.0,46.0,2569.0,24575.0,120200.0,502.0 +24510160801,"Census Tract 1608.01, Baltimore city, Maryland",3128,2191.0,40260.0,111100.0,362.0,52.0,3035.0,0.0,0.0,11.0,0.0,30.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1608.01,3577.0,15.0,3525.0,3.0,5.0,0.0,29.0,2226.0,33105.0,64000.0,170.0 +24510160802,"Census Tract 1608.02, Baltimore city, Maryland",3375,2073.0,42297.0,90900.0,181.0,56.0,3177.0,0.0,0.0,0.0,9.0,34.0,99.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1608.02,3515.0,20.0,3437.0,8.0,19.0,0.0,29.0,2237.0,32602.0,54100.0,58.0 +24510060300,"Census Tract 603, Baltimore city, Maryland",1931,1256.0,57679.0,219600.0,619.0,664.0,844.0,0.0,86.0,0.0,7.0,94.0,236.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 603,1943.0,389.0,1410.0,39.0,19.0,0.0,74.0,1155.0,20720.0,49300.0,195.0 +24510080101,"Census Tract 801.01, Baltimore city, Maryland",3993,2632.0,60511.0,154300.0,692.0,1115.0,2657.0,0.0,37.0,0.0,0.0,134.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 801.01,3841.0,1328.0,2326.0,12.0,109.0,0.0,46.0,2342.0,43477.0,69600.0,456.0 +24510080302,"Census Tract 803.02, Baltimore city, Maryland",3002,2020.0,33429.0,79400.0,313.0,0.0,2831.0,0.0,0.0,0.0,0.0,119.0,52.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 803.02,3328.0,20.0,3292.0,6.0,2.0,0.0,8.0,2248.0,29504.0,55100.0,166.0 +24510080500,"Census Tract 805, Baltimore city, Maryland",1683,1077.0,29583.0,57500.0,67.0,7.0,1648.0,0.0,28.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 805,2324.0,33.0,2260.0,6.0,0.0,0.0,23.0,1448.0,26688.0,35700.0,41.0 +24510120500,"Census Tract 1205, Baltimore city, Maryland",2340,1661.0,52596.0,254900.0,743.0,731.0,1337.0,0.0,80.0,0.0,21.0,64.0,107.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1205,1668.0,104.0,1511.0,2.0,12.0,0.0,38.0,1083.0,15335.0,49000.0,29.0 +24510130300,"Census Tract 1303, Baltimore city, Maryland",2446,1424.0,34118.0,113000.0,358.0,130.0,2258.0,0.0,36.0,0.0,0.0,7.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1303,2887.0,86.0,2761.0,9.0,10.0,0.0,18.0,1751.0,18781.0,47600.0,199.0 +24510130803,"Census Tract 1308.03, Baltimore city, Maryland",2416,1813.0,55398.0,183300.0,922.0,1620.0,240.0,0.0,362.0,0.0,20.0,88.0,86.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.03,2760.0,2197.0,356.0,13.0,128.0,0.0,58.0,2051.0,35000.0,73700.0,423.0 +24510140100,"Census Tract 1401, Baltimore city, Maryland",4700,3441.0,50750.0,395500.0,1980.0,2414.0,1606.0,0.0,218.0,0.0,0.0,131.0,331.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1401,5292.000138,2911.162354,1914.2274170000003,16.86544037,276.4058228,0.9369688629999999,154.5998688,3433.990967,22271.00009,174200.0058,1655.624023 +24510150500,"Census Tract 1505, Baltimore city, Maryland",1582,1090.0,34583.0,113400.0,158.0,13.0,1519.0,0.0,0.0,0.0,0.0,4.0,46.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1505,1473.0,8.0,1433.0,0.0,17.0,0.0,9.0,947.0,21071.0,58000.0,96.0 +24510010400,"Census Tract 104, Baltimore city, Maryland",2573,2349.0,112059.0,354200.0,1676.0,2162.0,57.0,15.0,141.0,0.0,32.0,64.0,102.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 104,2107.283042,1833.675998,59.22409602,34.06240648,65.09077307,0.0,110.1843828,1788.7484100000001,45049.95438,102798.793,753.4423628 +24510020200,"Census Tract 202, Baltimore city, Maryland",1857,1475.0,80221.0,284400.0,1020.0,1131.0,233.0,15.0,119.0,0.0,0.0,51.0,308.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 202,2212.0,1157.0,320.0,41.0,56.0,1.0,610.0,1545.0,45588.0,63800.0,358.0 +24510030100,"Census Tract 301, Baltimore city, Maryland",3355,2098.0,28227.0,237200.0,419.0,409.0,2235.0,18.0,55.0,0.0,0.0,10.0,628.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 301,2362.0,365.0,1870.0,22.0,16.0,1.0,80.0,1409.0,11119.0,66800.0,236.0 +24510030200,"Census Tract 302, Baltimore city, Maryland",2327,1898.0,88077.0,316300.0,1109.0,1099.0,725.0,0.0,248.0,0.0,5.0,43.0,207.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 302,1161.0,757.0,306.0,9.0,31.0,0.0,44.0,885.0,39706.0,120800.0,281.0 +24510070100,"Census Tract 701, Baltimore city, Maryland",2889,1586.0,33750.0,63400.0,116.0,46.0,2447.0,37.0,0.0,0.0,35.0,7.0,317.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 701,3021.0,270.0,2626.0,19.0,48.0,0.0,52.0,1654.0,27412.0,44300.0,86.0 +24510080800,"Census Tract 808, Baltimore city, Maryland",1452,707.0,33750.0,168800.0,78.0,64.0,1326.0,0.0,0.0,0.0,0.0,8.0,54.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 808,2210.0,21.0,2169.0,2.0,17.0,0.0,1.0,1285.0,15429.0,24700.0,25.0 +24510080102,"Census Tract 801.02, Baltimore city, Maryland",2181,1322.0,34167.0,85100.0,71.0,28.0,2133.0,0.0,12.0,0.0,0.0,8.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 801.02,2520.0,94.0,2393.0,3.0,18.0,0.0,12.0,1421.0,32054.0,48200.0,89.0 +24510080200,"Census Tract 802, Baltimore city, Maryland",1539,1107.0,28958.0,69000.0,96.0,56.0,1483.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 802,2407.0,26.0,2350.0,5.0,0.0,0.0,26.0,1380.0,17284.0,44300.0,53.0 +24510080600,"Census Tract 806, Baltimore city, Maryland",2418,1708.0,34881.0,43500.0,234.0,129.0,2266.0,0.0,0.0,0.0,0.0,23.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 806,3406.0132299999996,20.86530876,3337.455811,5.961516857,12.9166193,0.0,25.8332386,2081.5629879999997,15783.00004,36199.99939,109.29447169999999 +24510090400,"Census Tract 904, Baltimore city, Maryland",1756,1104.0,31696.0,94900.0,140.0,97.0,1436.0,0.0,4.0,0.0,0.0,65.0,154.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 904,1682.0,184.0,1449.0,8.0,30.0,0.0,7.0,968.0,14718.0,45400.0,30.0 +24510090700,"Census Tract 907, Baltimore city, Maryland",3090,2139.0,30242.0,55700.0,232.0,36.0,2890.0,27.0,15.0,0.0,0.0,32.0,90.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 907,3839.0,24.0,3762.0,6.0,23.0,0.0,22.0,2237.0,25384.0,45100.0,127.0 +24510120300,"Census Tract 1203, Baltimore city, Maryland",3949,2912.0,49628.0,223500.0,1302.0,1424.0,1950.0,0.0,151.0,0.0,88.0,215.0,121.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1203,3846.0,999.0,2639.0,11.0,113.0,1.0,73.0,2654.0,26263.0,69400.0,772.0 +24510120600,"Census Tract 1206, Baltimore city, Maryland",2687,2376.0,20164.0,220200.0,840.0,935.0,1248.0,0.0,257.0,0.0,0.0,10.0,237.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1206,2857.0,996.0,1379.0,9.0,333.0,0.0,132.0,2297.0,12281.0,61600.0,599.0 +24510140200,"Census Tract 1402, Baltimore city, Maryland",2691,1356.0,24282.0,,209.0,68.0,2564.0,0.0,0.0,0.0,0.0,41.0,18.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1402,3290.0,84.0,3139.0,16.0,26.0,1.0,21.0,1590.0,20714.0,49200.0,207.0 +24510150200,"Census Tract 1502, Baltimore city, Maryland",2573,1678.0,40313.0,64100.0,114.0,0.0,2477.0,0.0,0.0,0.0,96.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1502,3199.0,12.0,3142.0,6.0,12.0,0.0,21.0,2037.0,20308.0,36200.0,141.0 +24510151200,"Census Tract 1512, Baltimore city, Maryland",4761,3515.0,20276.0,90900.0,244.0,173.0,4508.0,0.0,11.0,0.0,0.0,25.0,44.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1512,5060.0,45.0,4930.0,15.0,26.0,1.0,38.0,3182.0,18871.0,51200.0,157.0 +24510150600,"Census Tract 1506, Baltimore city, Maryland",2922,2057.0,26782.0,80000.0,140.0,123.0,2772.0,0.0,0.0,0.0,0.0,27.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1506,3886.0,36.0,3793.0,9.0,13.0,0.0,25.0,2507.0,20833.0,54000.0,105.0 +24510160500,"Census Tract 1605, Baltimore city, Maryland",4605,3028.0,36333.0,70900.0,253.0,0.0,4605.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1605,4887.0,21.0,4805.0,6.0,8.0,1.0,44.0,3022.0,26267.0,53100.0,373.0 +24510151000,"Census Tract 1510, Baltimore city, Maryland",4764,3409.0,39369.0,160800.0,534.0,106.0,4384.0,0.0,20.0,0.0,41.0,98.0,115.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1510,5927.0,60.0,5795.0,23.0,13.0,0.0,30.0,3881.0,28529.0,76400.0,345.0 +24510160100,"Census Tract 1601, Baltimore city, Maryland",1998,1490.0,25772.0,110300.0,131.0,34.0,1872.0,0.0,3.0,0.0,63.0,10.0,16.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1601,3270.0,13.0,3198.0,2.0,14.0,0.0,40.0,1988.0,17245.0,44800.0,77.0 +24510210200,"Census Tract 2102, Baltimore city, Maryland",3025,2354.0,32000.0,132400.0,503.0,1122.0,1585.0,0.0,73.0,0.0,0.0,153.0,92.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2102,3481.0,1904.0,1302.0,19.0,222.0,0.0,27.0,2010.0,21033.0,36500.0,100.0 +24510240300,"Census Tract 2403, Baltimore city, Maryland",2075,1687.0,115078.0,356900.0,1292.0,1656.0,58.0,0.0,150.0,13.0,8.0,33.0,157.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2403,2087.0,1833.0,159.0,7.0,61.0,0.0,15.0,1866.0,53917.0,140700.0,1029.0 +24510260203,"Census Tract 2602.03, Baltimore city, Maryland",3041,1959.0,37500.0,129100.0,207.0,121.0,2869.0,15.0,0.0,0.0,0.0,24.0,12.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2602.03,2849.0,281.0,2514.0,5.0,10.0,0.0,35.0,1598.0,36385.0,71800.0,169.0 +24510260604,"Census Tract 2606.04, Baltimore city, Maryland",1435,672.0,22027.0,88300.0,95.0,185.0,1014.0,0.0,84.0,0.0,0.0,0.0,152.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2606.04,2785.0,753.0,1845.0,59.0,17.0,0.0,103.0,1178.0,8365.0,52400.0,58.0 +24510270200,"Census Tract 2702, Baltimore city, Maryland",1772,1294.0,68036.0,205500.0,615.0,845.0,736.0,22.0,7.0,0.0,14.0,92.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2702,2545.0,1518.0,893.0,15.0,36.0,0.0,72.0,1594.0,49193.0,86500.0,539.0 +24510040100,"Census Tract 401, Baltimore city, Maryland",4007,3316.0,61754.0,270500.0,2662.0,1996.0,544.0,27.0,948.0,89.0,119.0,35.0,276.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 401,1739.0,734.0,736.0,13.0,195.0,0.0,38.0,1282.0,29094.0,84400.0,559.0 +24510040200,"Census Tract 402, Baltimore city, Maryland",865,374.0,56250.0,,282.0,361.0,287.0,1.0,100.0,9.0,23.0,55.0,29.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 402,1338.0,514.0,630.0,5.0,162.0,0.0,24.0,1071.0,12857.0,,301.0 +24510060200,"Census Tract 602, Baltimore city, Maryland",3075,2071.0,66371.0,197100.0,1013.0,1306.0,1279.0,10.0,30.0,0.0,0.0,54.0,396.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 602,3654.0,859.0,2428.0,92.0,70.0,1.0,171.0,1980.0,24359.0,45200.0,236.0 +24510090500,"Census Tract 905, Baltimore city, Maryland",1957,1304.0,42347.0,97700.0,220.0,327.0,1492.0,0.0,45.0,0.0,0.0,86.0,7.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 905,2104.0,207.0,1800.0,6.0,35.0,0.0,54.0,1301.0,27076.0,49800.0,164.0 +24510090800,"Census Tract 908, Baltimore city, Maryland",2797,1969.0,34185.0,60200.0,176.0,28.0,2611.0,0.0,17.0,0.0,0.0,103.0,38.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 908,4170.0,50.0,4041.0,12.0,29.0,0.0,25.0,2636.0,27917.0,36400.0,105.0 +24510120100,"Census Tract 1201, Baltimore city, Maryland",4602,3608.0,62266.0,318800.0,2887.0,2890.0,394.0,41.0,859.0,0.0,0.0,240.0,178.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1201,4754.460693,3599.962246,420.86764910000005,10.25298616,561.3909445,1.0,139.579621,3561.756018,39977.48072,171193.9886,2458.234704 +24510150701,"Census Tract 1507.01, Baltimore city, Maryland",1547,1200.0,45357.0,106300.0,266.0,66.0,1412.0,0.0,0.0,0.0,0.0,54.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1507.01,1966.0,10.0,1932.0,2.0,1.0,0.0,21.0,1211.0,38500.0,71600.0,213.0 +24510150300,"Census Tract 1503, Baltimore city, Maryland",2117,1428.0,38617.0,70900.0,150.0,17.0,2066.0,0.0,0.0,0.0,19.0,8.0,7.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1503,2865.0,23.0,2816.0,6.0,5.0,0.0,15.0,1800.0,26411.0,50300.0,163.0 +24510150702,"Census Tract 1507.02, Baltimore city, Maryland",2211,1486.0,40529.0,86300.0,285.0,23.0,2118.0,0.0,0.0,11.0,0.0,45.0,14.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1507.02,2556.0,34.0,2489.0,11.0,5.0,0.0,16.0,1875.0,32989.0,62000.0,258.0 +24510151100,"Census Tract 1511, Baltimore city, Maryland",6918,4661.0,46389.0,145900.0,1026.0,19.0,6825.0,0.0,0.0,0.0,0.0,74.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1511,6543.0,32.0,6445.0,13.0,13.0,3.0,35.0,4615.0,35219.0,82000.0,976.0 +24510151300,"Census Tract 1513, Baltimore city, Maryland",4338,2848.0,26538.0,80400.0,343.0,136.0,3824.0,5.0,38.0,0.0,0.0,142.0,193.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1513,5386.0,40.0,5294.0,5.0,14.0,0.0,33.0,3069.0,19981.0,48700.0,104.0 +24510120202,"Census Tract 1202.02, Baltimore city, Maryland",6030,2043.0,36552.0,280800.0,1708.0,3188.0,685.0,10.0,1447.0,0.0,45.0,276.0,379.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1202.02,6374.539350999999,4005.2680659999996,834.4933472,30.74054527,1262.611694,0.0,191.9409637,2886.612061,21961.000659999998,94399.99801,1851.180664 +24510272007,"Census Tract 2720.07, Baltimore city, Maryland",4626,2797.0,40455.0,152500.0,979.0,1698.0,2097.0,0.0,216.0,14.0,21.0,111.0,469.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.07,3997.0001909999996,1995.1464839999999,1698.995972,3.0956501960000002,58.81735229,0.0,137.2404938,2693.215576,28333.00015,77099.99815,786.8110352000001 +24510272005,"Census Tract 2720.05, Baltimore city, Maryland",3440,2169.0,60250.0,268200.0,1210.0,3016.0,298.0,0.0,60.0,0.0,0.0,16.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.05,3073.999953,2606.3754879999997,313.36657710000003,2.425437927,69.85260773,0.48508757399999997,57.72542191,2139.721191,36025.00078,103600.0016,964.8391723999999 +24510120201,"Census Tract 1202.01, Baltimore city, Maryland",1986,1434.0,73625.0,252000.0,1022.0,1343.0,357.0,4.0,104.0,16.0,0.0,101.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1202.01,2074.999976,1303.7696529999998,271.6390381,10.00646877,410.997406,0.0,62.47941589,939.6318358999999,21961.00035,94399.99765,602.5846558 +24510272004,"Census Tract 2720.04, Baltimore city, Maryland",3811,2612.0,38125.0,148900.0,1379.0,2841.0,555.0,0.0,287.0,0.0,45.0,0.0,83.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.04,3263.000047,2766.6245120000003,332.63342289999997,2.574562073,74.14739227,0.514912426,61.27457809,2271.278809,36024.999260000004,103599.9985,1024.160767 +24510272006,"Census Tract 2720.06, Baltimore city, Maryland",3513,2462.0,30304.0,147100.0,737.0,1654.0,1672.0,0.0,0.0,0.0,0.0,65.0,122.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.06,3750.00004,1871.8536379999998,1594.00415,2.904350042,55.18265152,0.0,128.7595215,2526.784668,28332.99953,77099.99907,738.1889647999999 +13013180103,"Census Tract 1801.03, Barrow County, Georgia",5152,3405.0,79655.0,215000.0,1144.0,4312.0,253.0,0.0,350.0,0.0,0.0,26.0,211.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1801.03,1621.3500210000002,1444.810181,43.85487747,17.12581062,59.38014221,0.320108593,54.09835052,1001.1396480000001,50014.00072,101800.0024,107.71654509999999 +13013180401,"Census Tract 1804.01, Barrow County, Georgia",5879,3738.0,59375.0,152300.0,793.0,4893.0,420.0,0.0,138.0,0.0,0.0,45.0,383.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1804.01,1866.188873,1509.982666,295.236908,14.24824619,16.89908218,0.331354558,28.49649239,1213.42041,39492.99922,88599.99557,88.14031219 +13013180206,"Census Tract 1802.06, Barrow County, Georgia",2917,1866.0,62266.0,149100.0,356.0,2644.0,25.0,0.0,0.0,0.0,0.0,62.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1802.06,2459.0000170000003,1992.8465579999997,340.7436829,10.0811739,41.53443909,0.403246969,71.77796173,1645.247681,39524.000739999996,94800.00081,266.9494934 +13013180205,"Census Tract 1802.05, Barrow County, Georgia",4253,2748.0,42253.0,122000.0,439.0,2702.0,774.0,11.0,133.0,0.0,0.0,247.0,386.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1802.05,3639.051137,2949.186843,504.27204230000007,14.91907871,61.46633354,0.596753061,106.2230014,2434.783732,39523.94477,94799.82967,395.05270079999997 +13013180402,"Census Tract 1804.02, Barrow County, Georgia",6602,4278.0,55313.0,113100.0,549.0,3640.0,1650.0,0.0,156.0,0.0,31.0,69.0,1056.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1804.02,3765.8111270000004,3047.017334,595.7630615,28.75175476,34.10091782,0.668645442,57.50350952,2448.57959,39493.00039,88600.0022,177.85968019999999 +13013180303,"Census Tract 1803.03, Barrow County, Georgia",5142,3171.0,61382.0,151900.0,538.0,3933.0,319.0,0.0,303.0,0.0,0.0,71.0,516.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1803.03,2845.999976,2585.1870120000003,89.35256958,14.08711624,53.53104019,0.402489036,98.20732117,1832.532593,46141.00063,99499.99943,205.67189030000003 +13013180106,"Census Tract 1801.06, Barrow County, Georgia",2803,1855.0,53015.0,112300.0,335.0,2242.0,261.0,0.0,53.0,0.0,0.0,31.0,216.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1801.06,2817.977923,2511.143799,76.22171021,29.76541328,103.2053146,0.556362867,94.02532196,1740.0249019999999,50014.000660000005,101799.9994,187.2161102 +13013180203,"Census Tract 1802.03, Barrow County, Georgia",3692,2220.0,34750.0,84600.0,164.0,1793.0,807.0,0.0,270.0,0.0,0.0,134.0,688.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1802.03,2773.000111,1810.4267579999998,853.8283081000001,13.742512699999997,41.82503891,0.0,51.98254776,1702.2790530000002,35364.99921,79200.00062,117.70761110000001 +13013180503,"Census Tract 1805.03, Barrow County, Georgia",5264,3301.0,70000.0,140100.0,550.0,3639.0,657.0,0.0,286.0,0.0,0.0,87.0,595.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1805.03,2382.000095,1910.73877,244.40411380000003,12.53354454,85.22810364,0.0,124.7087631,1524.392334,50537.00129,108900.0046,165.4427795 +13013180502,"Census Tract 1805.02, Barrow County, Georgia",4586,3082.0,58489.0,120700.0,502.0,3634.0,355.0,0.0,88.0,0.0,9.0,146.0,354.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1805.02,2751.000013,2206.7348629999997,282.2651978,14.47513771,98.43093872,0.0,144.02761840000002,1760.538696,50537.00054,108900.0006,191.0718231 +13013180204,"Census Tract 1802.04, Barrow County, Georgia",2837,1757.0,42813.0,161200.0,198.0,1204.0,943.0,45.0,33.0,0.0,27.0,81.0,504.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1802.04,1867.9489899999999,1219.540039,575.1560059,9.257234573,28.17419243,0.0,35.01649857,1146.689697,35364.99848,79199.99724,79.29022979999999 +13013180501,"Census Tract 1805.01, Barrow County, Georgia",6190,4027.0,59323.0,133300.0,515.0,4329.0,1029.0,0.0,124.0,0.0,22.0,99.0,587.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1805.01,2468.999893,1980.5263670000002,253.33068849999998,12.99131775,88.34095764,0.0,129.2636108,1580.06897,50537.00181,108900.0043,171.48539730000002 +13013180301,"Census Tract 1803.01, Barrow County, Georgia",2317,1655.0,63859.0,153800.0,359.0,1931.0,111.0,12.0,27.0,0.0,0.0,44.0,204.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1803.01,1339.000017,1216.2915039999998,42.03903198,6.627775669,25.18554688,0.189365014,46.20506287,862.1788939999999,46141.000869999996,99500.00155,96.76552582 +13013180302,"Census Tract 1803.02, Barrow County, Georgia",5675,3768.0,54916.0,141800.0,735.0,5125.0,68.0,0.0,35.0,0.0,40.0,64.0,343.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1803.02,2885.999902,2621.52124,90.60839844,14.28510761,54.28340912,0.408145934,99.58760834,1858.288452,46141.00269,99500.00329,208.56257630000002 +13013180105,"Census Tract 1801.05, Barrow County, Georgia",2779,1856.0,65326.0,155100.0,423.0,2025.0,75.0,123.0,267.0,0.0,0.0,64.0,348.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1801.05,2021.971661,1801.8103030000002,54.69104004,21.35745049,74.05246735,0.399204671,67.46559143,1248.512573,50013.99861,101799.9964,134.3323669 +13013180104,"Census Tract 1801.04, Barrow County, Georgia",2039,1284.0,48250.0,121800.0,167.0,1377.0,339.0,0.0,20.0,0.0,18.0,86.0,199.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1801.04,2003.544966,1800.36853,79.01303864,12.49696064,54.8253746,0.40312776,52.00348282,1230.749023,50951.99864,101099.9955,144.7228699 +13013180107,"Census Tract 1801.07, Barrow County, Georgia",4073,2810.0,55859.0,121400.0,396.0,2999.0,69.0,0.0,354.0,0.0,0.0,122.0,529.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1801.07,3668.7003950000003,3269.23584,99.23236847,38.75132751,134.3620758,0.724323869,122.41073610000001,2265.322998,50014.002389999994,101799.9983,243.73498540000003 +13013180108,"Census Tract 1801.08, Barrow County, Georgia",2899,1991.0,50609.0,118000.0,258.0,2387.0,165.0,0.0,42.0,0.0,11.0,75.0,219.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Barrow County,Census Tract 1801.08,2966.455182,2665.631592,116.98696140000001,18.50304031,81.17462921,0.59687227,76.996521,1822.2510989999998,50952.00042,101100.0009,214.2771454 +13015960101,"Census Tract 9601.01, Bartow County, Georgia",1461,1137.0,63594.0,145300.0,216.0,1326.0,13.0,0.0,0.0,0.0,0.0,84.0,38.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9601.01,1252.750884,1198.402832,20.09142494,11.41886711,5.492619513999999,0.14454262,16.4778595,818.8339232999999,46742.00105,96599.99712999999,78.05301666 +13015960402,"Census Tract 9604.02, Bartow County, Georgia",9266,6386.0,59388.0,144900.0,1325.0,7142.0,1467.0,0.0,85.0,0.0,60.0,144.0,368.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9604.02,5838.999829,4870.433594,641.2745972,33.02490234,50.76962662,0.9858179690000001,232.16012569999998,3759.4167479999996,46839.997789999994,96400.00027,591.4907837000001 +13015960901,"Census Tract 9609.01, Bartow County, Georgia",3256,2149.0,60536.0,134400.0,443.0,2982.0,51.0,0.0,0.0,0.0,13.0,11.0,199.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9609.01,2759.999969,2467.516846,217.4704895,7.238049507,10.85707474,0.0,51.98235703,1655.210327,50506.00144,98699.99771,291.1669922 +13015960102,"Census Tract 9601.02, Bartow County, Georgia",10073,6902.0,68173.0,143100.0,1622.0,8988.0,301.0,0.0,4.0,0.0,0.0,247.0,533.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9601.02,7414.152901,7092.504883,118.9070358,67.58025359999999,32.50695801,0.855446279,97.52087402,4846.103027,46742.00005,96599.99955,461.940979 +13015960902,"Census Tract 9609.02, Bartow County, Georgia",6373,4377.0,64599.0,137800.0,1635.0,5518.0,617.0,51.0,72.0,0.0,0.0,14.0,129.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9609.02,5629.0000310000005,5032.48291,443.5295105000001,14.76195049,22.14292526,0.0,106.0176392,3375.789551,50505.9993,98699.99737000001,593.8330078 +13015960401,"Census Tract 9604.01, Bartow County, Georgia",9607,6153.0,44250.0,119900.0,915.0,6430.0,1533.0,0.0,89.0,0.0,0.0,217.0,1338.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9604.01,6006.999817,5010.565918,659.7254028,33.97509766,52.23037338,1.014181972,238.839859,3867.5830079999996,46839.99939,96400.00236,608.5091553 +13015961000,"Census Tract 9610, Bartow County, Georgia",7774,5375.0,62877.0,164400.0,865.0,6779.0,486.0,0.0,63.0,0.0,2.0,105.0,339.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9610,6211.048973,5742.777127,281.2149845,45.00856822,25.00506304,0.001168394,107.04011489999999,3758.3101590000006,48605.12124,96789.20418,419.08529280000005 +13015960300,"Census Tract 9603, Bartow County, Georgia",7167,4856.0,59639.0,173400.0,587.0,6314.0,301.0,0.0,128.0,0.0,0.0,41.0,383.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9603,4085.0,3680.0,335.0,18.0,9.0,1.0,40.0,2631.0,39914.0,85300.0,235.0 +13015960803,"Census Tract 9608.03, Bartow County, Georgia",5404,3815.0,47424.0,119900.0,723.0,4569.0,85.0,21.0,260.0,0.0,35.0,68.0,366.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9608.03,4423.388097,4051.3494630000005,224.0164549,47.00263835,15.004195800000002,6.58954e-05,84.01352839,2871.252289,39758.61257,79604.59415,248.0642141 +13015960700,"Census Tract 9607, Bartow County, Georgia",7970,4734.0,40429.0,123000.0,1014.0,3668.0,1801.0,29.0,173.0,0.0,0.0,445.0,1854.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9607,5747.0,4067.0,1040.0,27.0,53.0,1.0,545.0,3805.0,30729.0,82800.0,497.0 +13015960801,"Census Tract 9608.01, Bartow County, Georgia",3476,2463.0,50074.0,136900.0,533.0,2850.0,129.0,10.0,74.0,0.0,0.0,26.0,387.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9608.01,3171.006754,2774.006304,221.00009049999997,32.00005104,47.00004872,0.0,94.00025985,2137.004322,51567.97236,94999.94646,306.00035499999996 +13015960802,"Census Tract 9608.02, Bartow County, Georgia",3123,2095.0,31915.0,58800.0,177.0,2603.0,20.0,34.0,0.0,0.0,0.0,0.0,466.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9608.02,2910.9932329999997,2716.993652,38.99990845,21.9999485,20.99995041,0.0,111.9997406,1862.995728,37593.001039999996,64300.00087999999,152.999649 +13015960600,"Census Tract 9606, Bartow County, Georgia",8610,5533.0,50615.0,166200.0,1543.0,5896.0,1948.0,0.0,0.0,0.0,42.0,135.0,589.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9606,7604.0,5656.0,1309.0,29.0,81.0,0.0,515.0,4957.0,44156.0,122200.0,1453.0 +13015960200,"Census Tract 9602, Bartow County, Georgia",10651,6991.0,42919.0,121700.0,758.0,9504.0,604.0,73.0,0.0,2.0,79.0,31.0,431.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9602,7755.956649,6804.961956,731.9958591,42.99976121,63.99963835,3.99997735,110.99939540000001,4873.972546,36513.99863,82999.99631,481.99730880000004 +13015960500,"Census Tract 9605, Bartow County, Georgia",8412,5297.0,52857.0,150800.0,872.0,5729.0,1417.0,101.0,14.0,0.0,82.0,127.0,959.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Bartow County,Census Tract 9605,5211.0,4481.0,485.0,36.0,21.0,0.0,173.0,3491.0,41470.0,90000.0,463.0 +13035150100,"Census Tract 1501, Butts County, Georgia",8079,5776.0,54094.0,139100.0,689.0,7169.0,680.0,6.0,19.0,0.0,0.0,8.0,197.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Butts County,Census Tract 1501,6454.848089,5365.559661,979.6809049000001,38.47073441,6.955723217,0.0,61.21458925,4357.171568,39639.7403,88354.05495,320.1776212 +13035150200,"Census Tract 1502, Butts County, Georgia",7964,5252.0,32048.0,109700.0,645.0,4013.0,3358.0,0.0,75.0,0.0,102.0,161.0,255.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Butts County,Census Tract 1502,6850.270133,3963.4887840000006,2706.855677,31.98760193,39.98277942,0.0,101.9579115,4380.264275,35868.145919999995,81400.37802999999,518.7861983 +13035150300,"Census Tract 1503, Butts County, Georgia",7513,5426.0,43500.0,117500.0,398.0,4503.0,2606.0,11.0,46.0,0.0,25.0,49.0,273.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Butts County,Census Tract 1503,6151.860117,3985.909943,1966.133554,63.13450646,22.13273085,0.998218,113.4685868,4271.742501,47675.46279,89770.27467,280.69809680000003 +13045911100,"Census Tract 9111, Carroll County, Georgia",7288,4821.0,46513.0,150200.0,1496.0,5758.0,1086.0,0.0,62.0,0.0,0.0,196.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9111,6502.0,5707.0,603.0,20.0,48.0,1.0,108.0,4232.0,41006.0,116000.0,1521.0 +13045911000,"Census Tract 9110, Carroll County, Georgia",6127,3790.0,52017.0,158200.0,880.0,4757.0,622.0,24.0,0.0,0.0,54.0,0.0,670.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9110,5619.0,3914.0,1451.0,27.0,44.0,0.0,174.0,3452.0,30691.0,111400.0,648.0 +13045910701,"Census Tract 9107.01, Carroll County, Georgia",9278,6326.0,43761.0,130100.0,1455.0,6657.0,1469.0,0.0,174.0,0.0,24.0,126.0,828.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9107.01,6221.0,4835.0,1161.0,20.0,75.0,0.0,114.0,3907.0,42043.0,88000.0,758.0 +13045910703,"Census Tract 9107.03, Carroll County, Georgia",8811,5792.0,45793.0,109000.0,1141.0,6260.0,1687.0,0.0,63.0,50.0,128.0,156.0,467.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9107.03,7021.114276,5100.10248,1636.008912,32.00049874,120.0007373,1.0,112.0016263,4437.079213,46603.14374,91200.75622000001,960.0208603 +13045910600,"Census Tract 9106, Carroll County, Georgia",6288,3677.0,46490.0,115300.0,1047.0,3771.0,1431.0,153.0,76.0,0.0,0.0,341.0,669.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9106,4680.0,3477.0,1075.0,27.0,32.0,0.0,62.0,2958.0,36623.0,86600.0,614.0 +13045910501,"Census Tract 9105.01, Carroll County, Georgia",8677,3017.0,35381.0,104100.0,667.0,3461.0,3703.0,0.0,63.0,0.0,60.0,109.0,1281.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9105.01,7114.0,4332.0,2102.0,25.0,82.0,0.0,549.0,2781.0,36927.0,83300.0,763.0 +13045910702,"Census Tract 9107.02, Carroll County, Georgia",7808,5387.0,62079.0,161000.0,1537.0,6457.0,903.0,0.0,88.0,29.0,0.0,142.0,189.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9107.02,5269.901114,4725.911983,410.9916727,22.99958771,33.99933145,0.0,74.99855826,3652.930799,55000.02017999999,127899.9869,961.9807505000001 +13045911200,"Census Tract 9112, Carroll County, Georgia",6018,4270.0,46891.0,110300.0,639.0,4631.0,1014.0,130.0,9.0,10.0,91.0,126.0,7.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9112,5545.0,4640.0,773.0,29.0,15.0,0.0,76.0,3698.0,32893.0,78300.0,359.0 +13045910400,"Census Tract 9104, Carroll County, Georgia",3212,2260.0,38532.0,107800.0,321.0,2975.0,170.0,0.0,0.0,0.0,25.0,24.0,18.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9104,3649.0,3317.0,249.0,11.0,5.0,0.0,63.0,2407.0,35810.0,80700.0,348.0 +13045910103,"Census Tract 9101.03, Carroll County, Georgia",5140,3280.0,58617.0,135500.0,580.0,3676.0,818.0,22.0,92.0,19.0,0.0,296.0,217.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9101.03,2834.3996420000003,2508.70874,234.14176940000002,14.81909847,33.58995819,0.329313308,39.84690857,1811.223145,43763.99879,84999.99919,174.5360565 +13045910104,"Census Tract 9101.04, Carroll County, Georgia",10630,6346.0,59662.0,111500.0,854.0,6760.0,2507.0,18.0,37.0,0.0,255.0,111.0,960.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9101.04,5773.843507,5110.416576,476.9498817,30.18925668,68.41546142,0.6706788539999999,81.16493461,3689.571303,43763.172230000004,84999.38987,355.5262504 +13045910502,"Census Tract 9105.02, Carroll County, Georgia",3352,1549.0,19864.0,100500.0,76.0,712.0,1493.0,0.0,22.0,0.0,0.0,78.0,1047.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9105.02,3547.0,843.0,2115.0,16.0,16.0,1.0,537.0,1794.0,16274.0,54300.0,91.0 +13045910800,"Census Tract 9108, Carroll County, Georgia",4194,2837.0,52281.0,96300.0,415.0,3964.0,102.0,3.0,6.0,0.0,0.0,4.0,115.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9108,3903.069221,3599.0650520000004,267.0026152,15.00039165,2.000303213,0.0,17.0008212,2470.0454440000003,36466.43935,78300.89425,200.00727709999998 +13045910101,"Census Tract 9101.01, Carroll County, Georgia",5935,3608.0,37438.0,118100.0,651.0,3439.0,1784.0,108.0,137.0,0.0,51.0,195.0,221.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9101.01,3386.1010990000004,2631.0872649999997,639.0106262999999,40.00060734,7.000964379,7.82557e-06,65.00154036,1917.065236,26188.52141,82100.27586000001,136.00647990000002 +13045910200,"Census Tract 9102, Carroll County, Georgia",11620,7715.0,49421.0,110900.0,1136.0,9592.0,1619.0,0.0,20.0,0.0,0.0,88.0,301.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9102,7372.689337000001,6666.814941,546.902771,48.99129105,34.99377823,0.0,71.98720551,4712.162109000001,40137.0,82399.99807,373.9335327 +13045910900,"Census Tract 9109, Carroll County, Georgia",4053,2764.0,56660.0,110300.0,578.0,3785.0,135.0,0.0,0.0,0.0,27.0,5.0,101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9109,3494.0,3198.0,231.0,13.0,3.0,0.0,44.0,2143.0,39167.0,80000.0,237.0 +13045910300,"Census Tract 9103, Carroll County, Georgia",6467,4310.0,45372.0,103200.0,595.0,5050.0,893.0,16.0,52.0,0.0,12.0,43.0,401.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Carroll County,Census Tract 9103,5336.014422,4653.01275,569.0012724999999,19.00014643,32.00010518,0.0,54.00012374,3402.009229,38299.979210000005,76099.98202000001,327.0010889 +13057090905,"Census Tract 909.05, Cherokee County, Georgia",4042,2991.0,54692.0,150500.0,1362.0,3293.0,101.0,25.0,46.0,0.0,17.0,29.0,531.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 909.05,2828.2700609999997,2463.193483,139.1126403,15.5356876,42.45884765,0.0,157.9624012,1869.205698,53294.79713,118045.1594,455.2420468 +13057090904,"Census Tract 909.04, Cherokee County, Georgia",9180,6248.0,64136.0,188900.0,2079.0,6524.0,586.0,24.0,516.0,0.0,124.0,183.0,1247.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 909.04,5374.024136999999,4680.390136999999,264.2102966,29.50238991,80.63986206,0.0,300.26876830000003,3552.087646,53252.000510000005,118000.0028,864.0922241000001 +13057091007,"Census Tract 910.07, Cherokee County, Georgia",6753,4557.0,104746.0,239900.0,2280.0,5874.0,448.0,0.0,0.0,0.0,0.0,119.0,312.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 910.07,6210.044353,5739.474609000001,180.34407040000002,19.21698952,107.9107895,0.0,146.8375092,3896.6142579999996,87632.99847,210600.0037,2068.043701 +13057090803,"Census Tract 908.03, Cherokee County, Georgia",11145,7098.0,90255.0,269200.0,3165.0,9677.0,392.0,0.0,69.0,0.0,0.0,276.0,731.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 908.03,5068.654319,4800.804199,60.12962723,32.79797745,28.69823074,0.0,141.6690521,3206.9135739999997,71880.00182,158499.9959,985.3059691999999 +13057090804,"Census Tract 908.04, Cherokee County, Georgia",9451,6672.0,86509.0,225700.0,2617.0,7936.0,528.0,0.0,164.0,0.0,0.0,130.0,693.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 908.04,6022.999987,5704.717772999999,71.45106506,38.97330856,34.10164642,0.0,168.34303280000003,3810.723389,71880.00179,158500.0032,1170.82312 +13057091008,"Census Tract 910.08, Cherokee County, Georgia",8716,5596.0,90198.0,288500.0,3035.0,7018.0,647.0,12.0,540.0,0.0,0.0,77.0,422.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 910.08,6392.955271,5908.525390999999,185.65592959999998,19.78300858,111.0892029,0.0,151.1624756,4011.3854979999996,87632.99634,210599.9972,2128.956055 +13057090701,"Census Tract 907.01, Cherokee County, Georgia",21286,13990.0,79625.0,206800.0,5052.0,15657.0,1751.0,433.0,767.0,0.0,0.0,348.0,2763.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 907.01,7071.05497,6649.33408,117.12222,42.08433075,75.06519975,0.0,157.4423908,4650.169178,70762.15675,177714.3002,1484.142388 +13057090902,"Census Tract 909.02, Cherokee County, Georgia",15734,10831.0,89464.0,214000.0,5115.0,12296.0,1021.0,0.0,480.0,0.0,0.0,310.0,1627.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 909.02,7375.137187,6540.033597,268.71410310000005,42.95359901,112.88562209999999,0.0,378.5851845,4959.683598,65759.08425,134602.3134,1800.104136 +13057090802,"Census Tract 908.02, Cherokee County, Georgia",7401,5002.0,95636.0,298500.0,2009.0,6177.0,697.0,0.0,82.0,0.0,25.0,0.0,420.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 908.02,5348.0,5093.0,25.0,34.0,26.0,0.0,162.0,3498.0,71577.0,175400.0,1104.0 +13057091003,"Census Tract 910.03, Cherokee County, Georgia",7978,5022.0,44886.0,151300.0,1172.0,5521.0,801.0,24.0,0.0,0.0,37.0,135.0,1460.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 910.03,6372.0,5104.0,294.0,63.0,122.0,1.0,771.0,3732.0,57582.0,118600.0,856.0 +13057090501,"Census Tract 905.01, Cherokee County, Georgia",6875,4523.0,74748.0,258600.0,1295.0,6575.0,16.0,0.0,52.0,0.0,39.0,147.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 905.01,3387.330498,3280.314336,8.001048784,23.00177919,11.00245341,3.7456599999999996e-05,65.01045039,2319.215488,52464.68933,147203.1886,436.0770669 +13057090502,"Census Tract 905.02, Cherokee County, Georgia",13942,8769.0,115279.0,329800.0,4123.0,12953.0,166.0,0.0,261.0,0.0,0.0,146.0,416.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 905.02,5889.808452,5680.035363,27.05016565,31.08510245,24.1173518,0.0017916310000000001,122.49986489999999,4090.30725,58321.761179999994,187081.0949,899.6862798000001 +13057091005,"Census Tract 910.05, Cherokee County, Georgia",7225,4846.0,68582.0,193100.0,1961.0,5295.0,624.0,0.0,95.0,0.0,37.0,38.0,1136.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 910.05,6913.377104000001,5921.874768,324.79133019999995,94.06872757,142.48197290000002,0.0,412.31188419999995,4330.46944,63638.56111,135848.3206,1243.966402 +13057090200,"Census Tract 902, Cherokee County, Georgia",8482,5836.0,65549.0,222700.0,1379.0,7409.0,447.0,19.0,89.0,0.0,0.0,432.0,86.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 902,5673.0,5456.0,43.0,53.0,30.0,0.0,86.0,3631.0,49257.0,140100.0,850.0 +13057090702,"Census Tract 907.02, Cherokee County, Georgia",7191,4945.0,54780.0,145300.0,975.0,6109.0,54.0,0.0,11.0,0.0,0.0,67.0,950.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 907.02,5833.449625,5418.406029,96.23166734,37.13930589,40.11547108,0.0,240.53418169999998,3601.646282,55783.00395,114114.6771,514.69175 +13057091102,"Census Tract 911.02, Cherokee County, Georgia",9332,6156.0,76042.0,154600.0,1518.0,6251.0,1003.0,0.0,227.0,0.0,87.0,118.0,1646.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 911.02,7078.309028,5848.9981259999995,252.0936799,39.04655924,114.04921840000002,0.0,806.0906454,4417.33306,52410.42908,102615.8065,789.6025168 +13057091001,"Census Tract 910.01, Cherokee County, Georgia",4967,3028.0,50196.0,150900.0,703.0,2881.0,1276.0,0.0,192.0,0.0,12.0,229.0,377.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 910.01,2282.930617,1941.2878420000002,87.6517868,24.90107536,10.95647335,0.0,207.17695619999998,1480.119995,41562.99927,94900.00458,150.40249630000002 +13057091006,"Census Tract 910.06, Cherokee County, Georgia",4940,3237.0,100855.0,241500.0,1539.0,4548.0,82.0,0.0,11.0,0.0,18.0,19.0,262.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 910.06,4947.7565939999995,4550.975822,139.53077240000002,23.02597106,89.54466569,0.0,132.4865909,3030.8376120000003,83755.38637000001,191357.241,1455.3542380000001 +13057091101,"Census Tract 911.01, Cherokee County, Georgia",6136,4158.0,75083.0,188100.0,1241.0,4873.0,709.0,0.0,148.0,0.0,0.0,256.0,150.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 911.01,5440.935415999999,5072.86132,105.0261064,63.004223100000004,42.01689239,1.0,126.0245707,3595.572806,69339.26731,130309.7485,1038.276805 +13057090901,"Census Tract 909.01, Cherokee County, Georgia",8058,5337.0,94074.0,194400.0,2307.0,7175.0,91.0,27.0,0.0,0.0,0.0,252.0,513.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 909.01,6019.257512,5575.322405,94.30092950000001,55.04809158,50.12638321,0.0,230.42391609999999,3880.5530409999997,63348.48847999999,131005.2551,1120.01501 +13057090300,"Census Tract 903, Cherokee County, Georgia",12615,8393.0,83057.0,291900.0,3523.0,11125.0,453.0,15.0,94.0,0.0,0.0,421.0,507.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 903,3121.841218,2933.213379,20.9586525,26.94683838,15.96849728,0.0,121.7597885,2101.853516,51515.000439999996,124600.0009,361.287262 +13057090400,"Census Tract 904, Cherokee County, Georgia",9596,5877.0,40015.0,200500.0,1234.0,6495.0,590.0,81.0,16.0,0.0,0.0,51.0,2444.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 904,4653.0,3236.0,489.0,35.0,33.0,0.0,853.0,2979.0,33839.0,105000.0,325.0 +13057090601,"Census Tract 906.01, Cherokee County, Georgia",7903,4919.0,53144.0,200900.0,1043.0,4903.0,375.0,8.0,20.0,0.0,0.0,65.0,2532.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 906.01,4717.0,3959.5244,73.10676732,35.05823672,33.05095713,1.0,614.2515503,2939.694257,46765.24283,122986.0252,482.7495282 +13057091103,"Census Tract 911.03, Cherokee County, Georgia",9630,6499.0,67622.0,155800.0,1910.0,7534.0,963.0,0.0,444.0,0.0,24.0,43.0,622.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 911.03,7134.690906,6518.001988,156.9063251,56.95344144,77.95078226,0.0,288.90934889999994,4472.666982,55933.151289999994,117796.5755,806.3974726 +13057090602,"Census Tract 906.02, Cherokee County, Georgia",8444,5470.0,63901.0,246800.0,1542.0,5934.0,488.0,39.0,43.0,0.0,158.0,115.0,1667.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 906.02,5520.0,4437.0,200.0,40.0,19.0,0.0,811.0,3634.0,45625.0,122500.0,720.0 +13057090100,"Census Tract 901, Cherokee County, Georgia",8874,6284.0,65867.0,196700.0,1584.0,8346.0,206.0,0.0,49.0,0.0,0.0,169.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cherokee County,Census Tract 901,5249.0,5125.0,48.0,27.0,4.0,0.0,43.0,3464.0,48135.0,130200.0,485.0 +13063040204,"Census Tract 402.04, Clayton County, Georgia",4101,2452.0,39194.0,105000.0,560.0,113.0,3804.0,0.0,0.0,0.0,0.0,38.0,146.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 402.04,4433.173196,168.95640559999998,3994.217773,9.938611984,49.69306183,0.0,195.4593811,2580.174072,34992.000060000006,92599.99900000001,576.9916382 +13063040308,"Census Tract 403.08, Clayton County, Georgia",4222,3089.0,25159.0,60500.0,258.0,838.0,1845.0,7.0,121.0,0.0,0.0,42.0,1369.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 403.08,5295.0,1726.0,1858.0,27.0,307.0,1.0,1373.0,3240.0,33161.675760000006,66788.1104,284.0 +13063040620,"Census Tract 406.20, Clayton County, Georgia",4065,2593.0,60893.0,148000.0,550.0,524.0,3047.0,0.0,6.0,0.0,7.0,241.0,240.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.20,2148.000059,942.4280395999999,1049.4897460000002,8.664640427,56.972980500000006,0.7121622559999999,82.72951508,1244.9782710000002,51899.99869,100000.0021,247.8324585 +13063040616,"Census Tract 406.16, Clayton County, Georgia",8698,5324.0,48285.0,76900.0,1312.0,704.0,6568.0,46.0,228.0,0.0,231.0,197.0,724.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.16,6832.595993000001,3319.319077,2801.876434,34.079011200000004,270.5120001,1.2875180240000001,383.5289135,4100.423889,47931.500089999994,88227.23891,709.6611862000001 +13063040526,"Census Tract 405.26, Clayton County, Georgia",6545,3713.0,50752.0,86800.0,844.0,335.0,5383.0,0.0,0.0,0.0,0.0,65.0,762.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.26,5850.000019,1568.048218,3941.6054689999996,36.831058500000005,96.85204315,2.728226662,192.3399811,3414.375732,47246.000869999996,91199.9977,603.6201782 +13063040525,"Census Tract 405.25, Clayton County, Georgia",3083,1852.0,41819.0,67600.0,377.0,127.0,2544.0,0.0,66.0,0.0,17.0,76.0,253.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.25,2726.999981,730.9517212000001,1837.394531,17.16893959,45.14795303,1.271773338,89.66001892,1591.62439,47246.001260000005,91199.99755,281.3798523 +13063040524,"Census Tract 405.24, Clayton County, Georgia",8024,4948.0,43407.0,75900.0,1004.0,632.0,6042.0,0.0,371.0,0.0,0.0,67.0,912.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.24,7128.234233,1563.879761,4408.962402,23.88818359,663.2952271,0.0,441.9314269999999,4145.396484000001,41641.0006,86700.0021,614.7225952 +13063040416,"Census Tract 404.16, Clayton County, Georgia",3465,2321.0,53094.0,72700.0,297.0,462.0,1151.0,0.0,580.0,0.0,0.0,105.0,1167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.16,4057.000014,1396.309204,1777.925781,15.05216026,250.5742035,0.8854212159999999,603.4145507999999,2396.392578,39863.99951,77499.99679,214.7146454 +13063040306,"Census Tract 403.06, Clayton County, Georgia",4090,1959.0,27372.0,,181.0,109.0,1855.0,45.0,55.0,0.0,0.0,136.0,1890.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 403.06,4585.764952,1302.204712,2126.770996,8.714042663999999,452.0409546,0.0,681.8738403,2528.706299,34214.00041,79099.99856,181.3610077 +13063040302,"Census Tract 403.02, Clayton County, Georgia",6029,3520.0,33190.0,55400.0,284.0,1034.0,2641.0,282.0,298.0,0.0,29.0,73.0,1672.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 403.02,6252.0,1944.0,2378.0,59.0,348.0,3.0,1505.0,3481.0,34496.0,68800.0,158.0 +13063040303,"Census Tract 403.03, Clayton County, Georgia",6782,4072.0,37236.0,59300.0,619.0,900.0,3913.0,0.0,408.0,0.0,0.0,123.0,1438.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 403.03,7754.76965,2199.091219,3772.1037539999998,27.17184597,395.0533577,1.999944091,1349.284977,4372.560402,28486.977069999997,68015.07345,260.1862726 +13063040510,"Census Tract 405.10, Clayton County, Georgia",3563,2164.0,43833.0,86000.0,392.0,153.0,2990.0,0.0,177.0,0.0,0.0,22.0,221.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.10,3746.0,618.0,2763.0,10.0,275.0,0.0,64.0,2330.0,39617.0,90500.0,389.0 +13063040516,"Census Tract 405.16, Clayton County, Georgia",5835,3617.0,43485.0,79600.0,553.0,334.0,4334.0,0.0,365.0,0.0,0.0,66.0,736.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.16,4806.0,1714.0,2734.0,34.0,162.0,0.0,144.0,2839.0,40069.0,77100.0,231.0 +13063040614,"Census Tract 406.14, Clayton County, Georgia",4525,3427.0,68030.0,209200.0,1059.0,2057.0,1653.0,0.0,475.0,0.0,0.0,37.0,303.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.14,5410.0,3816.467182,1096.25451,16.01637108,325.1115659,0.000606336,147.14188269999997,3799.5490369999998,80873.19486,165870.9588,1237.716689 +13063040202,"Census Tract 402.02, Clayton County, Georgia",2647,1393.0,31524.0,98600.0,156.0,163.0,2052.0,0.0,145.0,0.0,12.0,25.0,250.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 402.02,4120.0,424.0,2820.0,16.0,679.0,0.0,172.0,2244.0,36910.0,80300.0,278.0 +13063040413,"Census Tract 404.13, Clayton County, Georgia",7242,4481.0,55666.0,87600.0,1430.0,757.0,4552.0,0.0,437.0,0.0,123.0,257.0,1116.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.13,5522.338061,2381.959732,2617.9600370000003,26.29628468,175.1778774,0.087493777,293.5369072,3319.549072,45805.47044,89782.12171,614.5323944 +13063040411,"Census Tract 404.11, Clayton County, Georgia",13385,8666.0,69158.0,104200.0,2688.0,1472.0,10032.0,0.0,491.0,0.0,414.0,58.0,918.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.11,7347.0,3611.0,3295.0,32.0,192.0,1.0,200.0,4576.0,52314.0,105000.0,846.0 +13063040412,"Census Tract 404.12, Clayton County, Georgia",7607,5329.0,43321.0,73300.0,908.0,669.0,4529.0,0.0,1180.0,0.0,0.0,141.0,1088.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.12,6784.0,2887.0,2632.0,32.0,734.0,1.0,470.0,4203.0,38156.0,93400.0,661.0 +13063040514,"Census Tract 405.14, Clayton County, Georgia",7793,4440.0,44922.0,84000.0,943.0,361.0,6171.0,42.0,79.0,0.0,0.0,73.0,1067.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.14,5330.0,1392.0,3018.0,21.0,131.0,0.0,753.0,3248.0,38960.0,98600.0,564.0 +13063040512,"Census Tract 405.12, Clayton County, Georgia",5478,3384.0,36414.0,97100.0,685.0,192.0,4996.0,0.0,27.0,0.0,0.0,8.0,255.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.12,4464.0,693.0,3427.0,14.0,152.0,0.0,155.0,2674.0,42184.0,99200.0,610.0 +13063040613,"Census Tract 406.13, Clayton County, Georgia",8203,4986.0,52431.0,117000.0,1375.0,1992.0,5117.0,0.0,326.0,0.0,6.0,121.0,641.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.13,6592.999856,4066.532715,2067.745361,26.98362923,183.88842769999997,0.999393642,233.8581085,4201.450684,63499.997970000004,122700.0026,1181.283325 +13063040515,"Census Tract 405.15, Clayton County, Georgia",8029,4820.0,42407.0,79500.0,651.0,273.0,5953.0,0.0,111.0,0.0,0.0,243.0,1449.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.15,6646.0,1517.0,4667.0,26.0,132.0,2.0,286.0,3933.0,46932.0,89800.0,706.0 +13063040611,"Census Tract 406.11, Clayton County, Georgia",6600,3638.0,30318.0,53200.0,404.0,982.0,3863.0,0.0,0.0,0.0,0.0,92.0,1663.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.11,6299.0,2732.0,2230.0,36.0,243.0,1.0,1036.0,3663.0,32832.0,71900.0,479.0 +13063040612,"Census Tract 406.12, Clayton County, Georgia",7282,4357.0,29157.0,76700.0,438.0,1329.0,4709.0,53.0,205.0,0.0,8.0,334.0,647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.12,4274.115126,2188.485484,1593.550683,33.00431078,123.0294635,0.000386605,316.0411569,2684.6438670000002,38258.392510000005,81106.13151,325.13066269999996 +13063040409,"Census Tract 404.09, Clayton County, Georgia",6052,3685.0,42280.0,88100.0,625.0,631.0,3505.0,31.0,964.0,0.0,0.0,105.0,847.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.09,5478.0,2114.0,2518.0,26.0,463.0,0.0,332.0,3276.0,49896.0,88800.0,407.0 +13063040410,"Census Tract 404.10, Clayton County, Georgia",7047,4574.0,45051.0,86400.0,584.0,812.0,3935.0,0.0,13.0,0.0,81.0,208.0,1998.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.10,5763.63304,2354.702179,2774.0430460000002,23.69511072,146.1914138,5.59032e-05,456.1137989,3388.363952,36673.18498,70303.74336000001,301.1083605 +13063040509,"Census Tract 405.09, Clayton County, Georgia",4375,2915.0,59773.0,86400.0,812.0,114.0,3771.0,0.0,50.0,0.0,18.0,13.0,409.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.09,4280.826595,487.03150310000007,3678.7447490000004,13.00185312,45.0092656,0.0,50.03644471,2691.481091,60531.98312999999,102899.3643,692.107584 +13063040407,"Census Tract 404.07, Clayton County, Georgia",3866,2421.0,45768.0,89700.0,307.0,495.0,1787.0,0.0,953.0,0.0,6.0,91.0,534.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.07,3293.597191,1642.2065220000002,1146.8531460000002,16.13304231,274.7552208,0.0,202.60122990000002,2171.075602,38694.56389,82809.79563,165.7053708 +13063040518,"Census Tract 405.18, Clayton County, Georgia",5287,3125.0,41375.0,69200.0,403.0,481.0,4016.0,0.0,0.0,0.0,0.0,201.0,589.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.18,4575.859855,1345.662168,2912.100616,13.116415400000001,88.76547109999998,0.009568389,191.1115278,2332.727139,35428.950189999996,80280.01673999999,228.32979939999998 +13063040606,"Census Tract 406.06, Clayton County, Georgia",3745,2290.0,44063.0,86100.0,333.0,1031.0,1617.0,6.0,13.0,0.0,6.0,132.0,940.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.06,3406.0,2322.0,955.0,15.0,34.0,0.0,79.0,2173.0,43704.0,61300.0,164.0 +13063040608,"Census Tract 406.08, Clayton County, Georgia",11792,7626.0,60957.0,136300.0,2293.0,1516.0,9109.0,0.0,251.0,0.0,67.0,302.0,547.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.08,5522.0,3331.0,1844.0,43.0,128.0,0.0,158.0,3533.0,71610.0,146000.0,1299.0 +13063040609,"Census Tract 406.09, Clayton County, Georgia",5887,4120.0,57092.0,101800.0,628.0,1015.0,3714.0,0.0,588.0,0.0,0.0,100.0,470.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.09,4979.0,2825.0,1729.0,26.0,228.0,0.0,150.0,3453.0,57830.0,124000.0,1066.0 +13063040513,"Census Tract 405.13, Clayton County, Georgia",4559,3103.0,64038.0,87200.0,443.0,581.0,3334.0,12.0,300.0,0.0,6.0,187.0,139.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.13,5019.0,1190.0,3370.0,16.0,245.0,0.0,176.0,3231.0,60440.0,102300.0,585.0 +13063040408,"Census Tract 404.08, Clayton County, Georgia",8346,4892.0,37224.0,99200.0,598.0,1251.0,4543.0,70.0,1686.0,0.0,0.0,164.0,632.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.08,7213.0,2729.0,3220.0,37.0,719.0,3.0,465.0,4203.0,42344.0,93200.0,533.0 +13063040307,"Census Tract 403.07, Clayton County, Georgia",4939,3098.0,37064.0,69100.0,245.0,942.0,1784.0,0.0,1084.0,0.0,0.0,51.0,1078.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 403.07,3834.2352990000004,1088.795288,1778.2291260000002,7.285957813,377.95907589999996,0.0,570.1262207000001,2114.293945,34213.99843,79099.99807,151.6389923 +13063980000,"Census Tract 9800, Clayton County, Georgia",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 9800,109.7863715,15.69483171,88.46350223,0.207197121,1.024609948,0.0,4.088199884,63.48718646,35127.25129,104014.6539,18.91962813 +13063040622,"Census Tract 406.22, Clayton County, Georgia",8244,4922.0,48278.0,90400.0,880.0,1212.0,5157.0,74.0,763.0,0.0,0.0,177.0,861.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.22,7727.000228,3390.196289,3775.329346,31.16931152,204.9488983,2.561861038,297.6028748,4478.560059,51899.99888,99999.99682999999,891.52771 +13063040621,"Census Tract 406.21, Clayton County, Georgia",10351,6237.0,52705.0,97600.0,1850.0,988.0,8057.0,0.0,239.0,0.0,0.0,190.0,877.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.21,5392.000064,2365.722412,2634.473389,21.75034523,143.015976,1.787699699,207.67111210000002,3125.197021,51899.99884,99999.99794,622.1194458 +13063040619,"Census Tract 406.19, Clayton County, Georgia",2532,1747.0,62500.0,114300.0,426.0,151.0,1900.0,0.0,13.0,0.0,0.0,101.0,367.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.19,2800.025116,1228.505689,1368.056338,11.294978500000001,74.26723578,0.928322077,107.8438537,1622.893802,51899.72873,99999.70894,323.0599644 +13063040523,"Census Tract 405.23, Clayton County, Georgia",3092,1926.0,44353.0,102700.0,437.0,259.0,2264.0,0.0,352.0,0.0,0.0,0.0,217.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.23,1823.7660329999999,400.12023930000004,1128.0375980000001,6.111816406,169.7047729,0.0,113.0686035,1060.603882,41640.99957,86699.99766000001,157.27740480000003 +13063040522,"Census Tract 405.22, Clayton County, Georgia",4611,2910.0,33333.0,61000.0,509.0,478.0,3299.0,0.0,381.0,21.0,0.0,10.0,422.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.22,5885.000263,1642.885132,3383.290039,31.85649681,473.2965393,0.6501325960000001,347.17080689999995,3406.694824,39466.00093,81300.00046,387.47903439999993 +13063040203,"Census Tract 402.03, Clayton County, Georgia",3573,2134.0,36786.0,98200.0,387.0,54.0,3390.0,13.0,88.0,0.0,0.0,9.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 402.03,3503.9500869999997,133.5420074,3157.002686,7.855412006,39.27705765,0.0,154.4897614,2039.352173,34992.00115,92599.99749,456.05029299999995 +13063040520,"Census Tract 405.20, Clayton County, Georgia",4113,2390.0,32414.0,89400.0,366.0,53.0,3534.0,0.0,80.0,0.0,0.0,220.0,226.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.20,4210.9999179999995,203.3469696,3832.563965,7.203026295,53.74565506,0.0,106.3831558,2538.235596,35354.999039999995,98400.00129,781.2512817 +13063040519,"Census Tract 405.19, Clayton County, Georgia",4380,2658.0,32568.0,,517.0,35.0,4129.0,0.0,11.0,0.0,0.0,46.0,159.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.19,3389.000082,163.6530304,3084.436035,5.796973705,43.25434494,0.0,85.61684418,2042.764404,35355.001189999995,98399.9984,628.7487183 +13063040417,"Census Tract 404.17, Clayton County, Georgia",5366,2692.0,35128.0,70200.0,354.0,456.0,4130.0,0.0,0.0,0.0,0.0,105.0,675.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.17,5107.000259,1757.690796,2238.074219,18.94783974,315.4258118,1.1145788429999999,759.5855102999999,3016.607666,39863.99958,77500.00022999999,270.2853699 +13063040617,"Census Tract 406.17, Clayton County, Georgia",1418,648.0,33182.0,10500.0,44.0,378.0,147.0,0.0,9.0,0.0,0.0,0.0,884.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.17,1349.398247,660.5219116000001,547.5095215,6.751041889,54.14335632,0.270041674,76.01673126,809.7199707000001,48063.99864,88100.00224,139.47653200000002 +13063040615,"Census Tract 406.15, Clayton County, Georgia",1926,1200.0,66250.0,114900.0,200.0,345.0,1352.0,0.0,75.0,0.0,0.0,2.0,152.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 406.15,1773.6680780000002,868.1993408,719.6541748,8.873664856,71.16678619,0.354946584,99.91746521,1064.307373,48064.00189,88099.99691,183.32991030000002 +13063040521,"Census Tract 405.21, Clayton County, Georgia",3349,2057.0,30550.0,53000.0,271.0,322.0,2423.0,0.0,147.0,0.0,0.0,202.0,255.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 405.21,3167.0000059999998,884.1149902000001,1820.7100829999997,17.143505100000002,254.7034912,0.34986743299999995,186.8292084,1833.305298,39466.00163,81299.99679,208.5209961 +13063040415,"Census Tract 404.15, Clayton County, Georgia",6019,3478.0,36500.0,59000.0,572.0,344.0,4117.0,0.0,252.0,0.0,0.0,54.0,1252.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.15,6968.999870999999,2122.068359,3559.4399409999996,27.02750015,266.17993160000003,1.638030291,968.8948975,4156.501953,38574.00144,78400.00133,514.3414916999999 +13063040414,"Census Tract 404.14, Clayton County, Georgia",1988,1119.0,35000.0,70500.0,101.0,379.0,885.0,0.0,0.0,0.0,32.0,0.0,692.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Clayton County,Census Tract 404.14,1540.000002,468.93173219999994,786.5601196,5.972499847000001,58.82007217,0.36196968,214.105072,918.4980469000001,38573.9988,78399.99946,113.6584778 +13067030337,"Census Tract 303.37, Cobb County, Georgia",4418,3152.0,151719.0,458900.0,2479.0,3901.0,147.0,0.0,202.0,0.0,29.0,42.0,97.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.37,4820.0,4445.0,107.0,14.0,134.0,0.0,100.0,3159.0,113828.0,259300.0,2106.0 +13067030901,"Census Tract 309.01, Cobb County, Georgia",8242,5648.0,65973.0,261800.0,2399.0,5033.0,2472.0,0.0,12.0,0.0,0.0,251.0,474.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 309.01,7734.0,6013.0,1272.0,24.0,173.0,1.0,226.0,5305.0,58258.0,177900.0,2537.0 +13067031111,"Census Tract 311.11, Cobb County, Georgia",3496,2767.0,82757.0,172200.0,1536.0,1916.0,1199.0,0.0,271.0,0.0,0.0,58.0,52.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.11,3192.0,2220.0,591.0,20.0,125.0,0.0,225.0,2587.0,52500.0,114400.0,1445.0 +13067030318,"Census Tract 303.18, Cobb County, Georgia",7778,5531.0,144698.0,568800.0,4165.0,6738.0,41.0,0.0,647.0,0.0,0.0,188.0,164.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.18,7278.0,6552.0,162.0,8.0,378.0,0.0,125.0,5053.0,114346.0,322600.0,3582.0 +13067031505,"Census Tract 315.05, Cobb County, Georgia",6326,3828.0,64214.0,159700.0,1684.0,2202.0,3360.0,1.0,118.0,0.0,0.0,26.0,619.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 315.05,6099.0,3677.0,2047.0,16.0,96.0,0.0,238.0,3680.0,61974.0,124100.0,1175.0 +13067030215,"Census Tract 302.15, Cobb County, Georgia",9655,5783.0,73199.0,190200.0,2490.0,6260.0,1335.0,25.0,473.0,0.0,0.0,485.0,1102.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.15,7696.0,6274.0,587.0,67.0,274.0,1.0,453.0,4834.0,64383.0,143400.0,1674.0 +13067030313,"Census Tract 303.13, Cobb County, Georgia",9073,5990.0,93817.0,191700.0,2662.0,6053.0,1179.0,17.0,760.0,0.0,89.0,212.0,763.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.13,7226.0,5680.0,680.0,32.0,493.0,2.0,292.0,4865.0,71942.0,139300.0,1567.0 +13067030904,"Census Tract 309.04, Cobb County, Georgia",7119,4079.0,38818.0,67700.0,816.0,1618.0,2615.0,30.0,173.0,0.0,39.0,214.0,2460.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 309.04,6166.0,2312.0,2643.0,14.0,165.0,0.0,1000.0,3700.0,45236.0,99500.0,1028.0 +13067031002,"Census Tract 310.02, Cobb County, Georgia",9787,5323.0,33037.0,107400.0,693.0,1782.0,2727.0,37.0,247.0,0.0,252.0,63.0,4716.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 310.02,7479.0,2328.0,2425.0,33.0,160.0,1.0,2513.0,4341.0,28871.0,86400.0,449.0 +13067031311,"Census Tract 313.11, Cobb County, Georgia",10043,5953.0,43030.0,116400.0,1351.0,923.0,7146.0,22.0,93.0,0.0,0.0,215.0,1666.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.11,7255.0,1080.0,4718.0,36.0,57.0,0.0,1350.0,4023.0,35345.0,95100.0,516.0 +13067031406,"Census Tract 314.06, Cobb County, Georgia",8184,5316.0,34437.0,130800.0,1288.0,1878.0,5235.0,0.0,114.0,1.0,0.0,106.0,850.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 314.06,5446.000000999999,2583.5510649999997,2446.742464,17.22739086,63.01871109,0.0,314.3148389,3457.6299380000005,42848.08179,94290.33567,550.6999741000001 +13067030902,"Census Tract 309.02, Cobb County, Georgia",6019,4176.0,60820.0,195400.0,1263.0,2346.0,1242.0,81.0,0.0,0.0,0.0,259.0,2163.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 309.02,7252.0,2907.0,1898.0,28.0,60.0,0.0,2331.0,4452.0,31710.0,85300.0,763.0 +13067031101,"Census Tract 311.01, Cobb County, Georgia",5123,3237.0,51506.0,185700.0,924.0,1719.0,1148.0,29.0,161.0,0.0,0.0,104.0,1962.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.01,4895.0,2173.0,1065.0,25.0,231.0,1.0,1373.0,3091.0,34597.0,90800.0,508.0 +13067031110,"Census Tract 311.10, Cobb County, Georgia",3385,2328.0,63269.0,182500.0,1079.0,2047.0,387.0,0.0,95.0,0.0,23.0,219.0,614.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.10,3030.0,1687.0,432.0,22.0,30.0,0.0,855.0,1978.0,36517.0,97400.0,406.0 +13067031306,"Census Tract 313.06, Cobb County, Georgia",4251,2807.0,59981.0,147300.0,830.0,1432.0,1873.0,0.0,22.0,0.0,13.0,254.0,657.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.06,3517.33749,2396.5789760000002,826.6696811,17.00686532,54.01393869,0.0,215.0644924,2363.890828,45923.75222,87502.75022999999,301.17953860000006 +13067031405,"Census Tract 314.05, Cobb County, Georgia",8183,5238.0,61593.0,159700.0,1679.0,2347.0,3644.0,0.0,63.0,0.0,9.0,150.0,1970.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 314.05,7660.999865999999,4279.44873,2570.257568,49.77260971,222.98129269999995,0.0,506.68515010000004,4953.370117,59875.00244,121199.99900000001,1904.300049 +13067030209,"Census Tract 302.09, Cobb County, Georgia",7370,5196.0,87430.0,232700.0,2251.0,4899.0,1453.0,0.0,369.0,23.0,22.0,169.0,435.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.09,5413.0,4573.0,571.0,28.0,96.0,1.0,140.0,3569.0,72138.0,141700.0,1490.0 +13067030328,"Census Tract 303.28, Cobb County, Georgia",6557,4675.0,125707.0,336900.0,2878.0,4928.0,499.0,20.0,566.0,0.0,0.0,102.0,442.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.28,6727.0,5997.0,274.0,13.0,234.0,0.0,201.0,4286.0,102131.0,190300.0,2627.0 +13067031112,"Census Tract 311.12, Cobb County, Georgia",5385,3989.0,112500.0,320000.0,2807.0,3643.0,1086.0,0.0,212.0,0.0,18.0,79.0,347.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.12,4733.0,2804.0,1471.0,13.0,125.0,0.0,308.0,3307.0,55788.0,168500.0,1345.0 +13067030905,"Census Tract 309.05, Cobb County, Georgia",8302,5321.0,54167.0,137200.0,1062.0,2022.0,3124.0,0.0,149.0,0.0,28.0,298.0,2681.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 309.05,6907.0,3631.0,2530.0,35.0,230.0,0.0,467.0,4687.0,50170.0,112900.0,917.0 +13067031001,"Census Tract 310.01, Cobb County, Georgia",5035,3106.0,26719.0,88300.0,231.0,1128.0,1439.0,0.0,10.0,0.0,0.0,77.0,2381.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 310.01,5517.8833159999995,2136.416753,1299.248616,30.033363199999997,51.18980247,1.001756755,1992.9439550000002,3210.492982,34984.31417,76307.31474,318.6430249 +13067031503,"Census Tract 315.03, Cobb County, Georgia",10363,6212.0,62896.0,145200.0,1950.0,2871.0,5220.0,18.0,82.0,0.0,46.0,191.0,1935.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 315.03,7997.0,4002.0,3292.0,27.0,133.0,4.0,507.0,4871.0,62351.0,118100.0,1398.0 +13067030311,"Census Tract 303.11, Cobb County, Georgia",6054,4190.0,96214.0,211300.0,1946.0,4694.0,336.0,0.0,400.0,0.0,0.0,62.0,562.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.11,6307.0,5477.0,391.0,31.0,195.0,0.0,200.0,4056.0,77176.0,145500.0,1672.0 +13067030326,"Census Tract 303.26, Cobb County, Georgia",4526,3154.0,139118.0,426300.0,2067.0,3319.0,239.0,13.0,331.0,0.0,0.0,100.0,537.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.26,4256.0,3855.0,171.0,9.0,129.0,0.0,81.0,2679.0,105627.0,268200.0,1680.0 +13067030502,"Census Tract 305.02, Cobb County, Georgia",7246,5103.0,96148.0,231800.0,2492.0,4335.0,1214.0,10.0,855.0,0.0,0.0,170.0,662.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 305.02,5983.722151,4357.797852000001,866.9597167999999,26.99874687,343.9840393,0.0,367.9829102,4220.804199,66159.00024,153300.0008,1742.9190670000003 +13067030505,"Census Tract 305.05, Cobb County, Georgia",7001,4460.0,49619.0,124800.0,1425.0,2754.0,2698.0,189.0,240.0,0.0,18.0,109.0,1182.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 305.05,5603.251716,3077.88699,1066.661735,28.02480997,588.0824685,0.0,784.5770317,3650.965844,43509.2079,109495.0328,1453.293592 +13067030800,"Census Tract 308, Cobb County, Georgia",5650,2600.0,39648.0,191300.0,730.0,2193.0,1126.0,0.0,214.0,4.0,0.0,30.0,2083.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 308,5048.109597,1941.580566,1277.7497560000002,18.966596600000003,107.81013490000002,0.998241961,1673.053467,2553.50293,25780.00019,84400.00297,365.35656739999996 +13067031004,"Census Tract 310.04, Cobb County, Georgia",7814,4781.0,40161.0,95600.0,613.0,1607.0,3268.0,0.0,62.0,16.0,38.0,121.0,2702.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 310.04,7458.0,3093.0,2848.0,24.0,218.0,0.0,1259.0,4264.0,38213.0,91600.0,566.0 +13067031106,"Census Tract 311.06, Cobb County, Georgia",9099,6018.0,70933.0,161100.0,2357.0,3458.0,3077.0,0.0,507.0,8.0,0.0,246.0,1803.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.06,7320.0,4366.0,2141.0,28.0,271.0,0.0,489.0,4708.0,56250.0,125700.0,1284.0 +13067031108,"Census Tract 311.08, Cobb County, Georgia",4939,3898.0,50752.0,137500.0,1880.0,2269.0,2015.0,14.0,90.0,0.0,0.0,78.0,473.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.08,5405.0,2084.0,2523.0,24.0,163.0,1.0,593.0,3793.0,36858.0,89200.0,1310.0 +13067030103,"Census Tract 301.03, Cobb County, Georgia",9627,6483.0,76602.0,201000.0,2848.0,5386.0,2842.0,34.0,434.0,0.0,0.0,272.0,659.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 301.03,5952.000091,4858.673828,564.1044922,25.91292763,146.50770569999997,0.996651053,312.9484253,3940.758301,60535.99756,143299.9965,1295.646362 +13067031308,"Census Tract 313.08, Cobb County, Georgia",5514,3648.0,47373.0,107700.0,629.0,1451.0,1974.0,0.0,27.0,0.0,0.0,8.0,2054.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.08,4489.0,2448.0,1476.0,41.0,64.0,0.0,439.0,3050.0,43112.0,93300.0,433.0 +13067031309,"Census Tract 313.09, Cobb County, Georgia",7582,4895.0,48313.0,107000.0,981.0,1654.0,4777.0,0.0,5.0,0.0,24.0,60.0,1062.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.09,6439.842341,2789.41303,3222.549543,33.06920122,67.25736916,0.0,310.5377188,4289.10282,47962.64692,93416.35986,864.9415159 +13067031310,"Census Tract 313.10, Cobb County, Georgia",7538,4238.0,32000.0,110200.0,529.0,730.0,4385.0,0.0,24.0,0.0,0.0,0.0,2399.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.10,5178.0,678.0,3700.0,13.0,25.0,0.0,751.0,2923.0,40482.0,55600.0,692.0 +13067030106,"Census Tract 301.06, Cobb County, Georgia",7402,4735.0,51653.0,147800.0,1237.0,3937.0,2254.0,0.0,242.0,0.0,17.0,300.0,652.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 301.06,5222.484239,3932.2687990000004,758.7237549,28.24352264,154.0555878,0.42793217299999997,315.3860168,3287.802979,54166.998620000006,132599.9989,1039.4472660000001 +13067030310,"Census Tract 303.10, Cobb County, Georgia",8383,5546.0,71193.0,163000.0,2055.0,5870.0,1149.0,0.0,72.0,0.0,61.0,402.0,829.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.10,7792.0,6306.0,632.0,62.0,254.0,1.0,503.0,4902.0,67617.0,128100.0,1849.0 +13067030320,"Census Tract 303.20, Cobb County, Georgia",7429,5607.0,84238.0,383300.0,4564.0,4986.0,703.0,99.0,1002.0,0.0,24.0,146.0,469.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.20,5919.0,4977.0,305.0,14.0,421.0,0.0,159.0,4154.0,70071.0,293600.0,2696.0 +13067030339,"Census Tract 303.39, Cobb County, Georgia",5669,4273.0,61542.0,206600.0,2882.0,3214.0,989.0,0.0,590.0,0.0,36.0,88.0,752.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.39,4175.0,2676.0,792.0,19.0,375.0,0.0,275.0,3147.0,52037.0,134400.0,1969.0 +13067031307,"Census Tract 313.07, Cobb County, Georgia",5927,4223.0,70839.0,175400.0,1423.0,2896.0,1607.0,0.0,221.0,0.0,9.0,91.0,1103.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.07,5806.0,4514.0,869.0,34.0,136.0,0.0,198.0,3954.0,65131.0,128200.0,1513.0 +13067030327,"Census Tract 303.27, Cobb County, Georgia",4701,3160.0,103125.0,271200.0,1928.0,3630.0,352.0,9.0,361.0,0.0,13.0,215.0,121.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.27,4367.0,3751.0,301.0,13.0,193.0,0.0,101.0,2903.0,87938.0,150000.0,1521.0 +13067030314,"Census Tract 303.14, Cobb County, Georgia",8429,5845.0,99899.0,258200.0,3186.0,6189.0,632.0,114.0,647.0,20.0,0.0,188.0,639.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.14,6872.0,5876.0,449.0,29.0,252.0,0.0,230.0,4326.0,83540.0,155000.0,1988.0 +13067030312,"Census Tract 303.12, Cobb County, Georgia",5902,4241.0,78185.0,193100.0,1704.0,4482.0,636.0,20.0,320.0,0.0,0.0,125.0,339.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.12,6579.0,5437.0,508.0,38.0,278.0,2.0,281.0,4497.0,70554.0,138600.0,1465.0 +13067031005,"Census Tract 310.05, Cobb County, Georgia",5417,3654.0,63617.0,131600.0,690.0,1271.0,1809.0,9.0,353.0,0.0,0.0,130.0,1854.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 310.05,4214.0,2426.0,977.0,23.0,252.0,0.0,517.0,2868.0,48142.0,104200.0,587.0 +13067030330,"Census Tract 303.30, Cobb County, Georgia",6318,4140.0,110060.0,304700.0,2555.0,4222.0,382.0,69.0,1056.0,0.0,0.0,343.0,246.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.30,5386.0,4651.0,223.0,26.0,323.0,1.0,136.0,3526.0,85536.0,176200.0,1905.0 +13067030700,"Census Tract 307, Cobb County, Georgia",4653,3072.0,41972.0,242900.0,796.0,1867.0,1456.0,134.0,11.0,0.0,13.0,59.0,1247.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 307,5296.374047,1595.907471,2531.26709,38.97332001,177.8782196,0.0,919.3706055,3227.790283,31146.999819999997,104500.0006,570.609375 +13067030335,"Census Tract 303.35, Cobb County, Georgia",4837,3372.0,140179.0,356600.0,2593.0,4055.0,158.0,0.0,222.0,0.0,46.0,156.0,200.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.35,5232.0,4844.0,154.0,14.0,138.0,1.0,78.0,3170.0,105266.0,215800.0,2106.0 +13067030219,"Census Tract 302.19, Cobb County, Georgia",10410,6517.0,108099.0,299200.0,3275.0,7773.0,1194.0,40.0,674.0,0.0,15.0,207.0,507.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.19,5617.6987070000005,5195.685059,210.6876373,14.68428993,97.68244934,0.0,86.19039917,3408.670654,93867.00078999999,203900.0001,1526.52771 +13067030218,"Census Tract 302.18, Cobb County, Georgia",5280,3475.0,137260.0,368500.0,2109.0,3449.0,714.0,0.0,464.0,0.0,106.0,149.0,398.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.18,3181.301031,2942.314697,119.31234740000002,8.315709114,55.31754303,0.0,48.80959702,1930.329102,93867.00252000001,203899.9962,864.472168 +13067030329,"Census Tract 303.29, Cobb County, Georgia",4741,3191.0,108995.0,251500.0,1942.0,3642.0,308.0,65.0,436.0,0.0,8.0,113.0,169.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.29,4582.0,3803.0,309.0,14.0,294.0,0.0,143.0,3058.0,81439.0,169000.0,1540.0 +13067030223,"Census Tract 302.23, Cobb County, Georgia",6347,4025.0,66722.0,176900.0,1500.0,3245.0,1748.0,16.0,251.0,0.0,0.0,109.0,994.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.23,5022.000049,4017.600098,554.1517334,27.15658379,220.79483030000003,0.0,176.7145844,3172.597412,77334.99997,145099.9988,1478.65625 +13067030601,"Census Tract 306.01, Cobb County, Georgia",9006,5218.0,62893.0,195100.0,2581.0,3851.0,2428.0,26.0,1383.0,0.0,131.0,169.0,1044.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 306.01,3722.000051,2984.5083010000003,407.5128784,18.740448,115.74983219999999,0.36745977399999996,180.79020690000002,2700.461914,44148.99907,166299.9978,1006.839783 +13067030227,"Census Tract 302.27, Cobb County, Georgia",7860,5132.0,62581.0,143800.0,1615.0,3962.0,1611.0,0.0,353.0,0.0,62.0,217.0,1655.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.27,6982.000171,5479.586914,855.7151489,26.75416183,267.54162599999995,0.418033779,309.763031,4587.920897999999,63228.997610000006,137800.0001,1765.356689 +13067030602,"Census Tract 306.02, Cobb County, Georgia",6528,5183.0,84304.0,331000.0,2660.0,5338.0,744.0,0.0,98.0,16.0,0.0,73.0,259.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 306.02,6409.999949,5140.09422,701.6191,32.273187199999995,199.31628569999998,0.632540226,311.3898653,4650.468109,44161.43889,166311.18099999998,1734.057114 +13067030506,"Census Tract 305.06, Cobb County, Georgia",4614,3064.0,62415.0,160600.0,1079.0,2503.0,992.0,0.0,99.0,0.0,14.0,254.0,752.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 305.06,3484.9999270000003,2740.913086,369.1367798,19.51566696,164.42988590000002,0.41522696600000003,173.5648651,2408.316406,57458.00128,133000.0041,771.9069214 +13067030507,"Census Tract 305.07, Cobb County, Georgia",5145,3782.0,75938.0,203700.0,1694.0,3577.0,815.0,13.0,198.0,0.0,80.0,102.0,373.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 305.07,4907.999823,3860.08667,519.8632202,27.48433113,231.57011409999998,0.584773004,244.4351196,3391.68335,57457.999910000006,133000.0009,1087.093018 +13067030229,"Census Tract 302.29, Cobb County, Georgia",6314,2303.0,55738.0,202600.0,837.0,4261.0,1182.0,0.0,202.0,13.0,15.0,103.0,538.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.29,3605.040373,2789.753418,343.5279846,20.40039063,154.8243866,0.728585362,266.2979431,2296.136719,50539.00049,148500.0051,903.8101196 +13067031209,"Census Tract 312.09, Cobb County, Georgia",4745,3425.0,139792.0,421800.0,2475.0,3102.0,764.0,0.0,314.0,0.0,0.0,108.0,457.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 312.09,3009.000134,2561.86377,245.87545780000002,11.2362442,118.6415176,0.991433322,61.79934311,2269.060303,70947.99901,331199.9989,1627.272583 +13067030224,"Census Tract 302.24, Cobb County, Georgia",6318,3995.0,73061.0,190800.0,1808.0,3523.0,1262.0,0.0,412.0,0.0,86.0,277.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.24,3203.645661,2514.2729489999997,392.6393738,12.27597427,122.75974270000002,0.19181209800000001,142.1327667,2105.137695,63228.997189999995,137800.0011,810.0224609 +13067030333,"Census Tract 303.33, Cobb County, Georgia",5857,3999.0,119177.0,383700.0,2994.0,4639.0,332.0,0.0,551.0,0.0,0.0,61.0,274.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.33,5949.0,5177.0,206.0,20.0,393.0,0.0,126.0,4143.0,97634.0,218100.0,2526.0 +13067030319,"Census Tract 303.19, Cobb County, Georgia",4266,2926.0,102736.0,343500.0,2029.0,3471.0,60.0,0.0,454.0,0.0,20.0,116.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.19,3943.0,3564.0,120.0,9.0,142.0,0.0,92.0,2759.0,73681.0,186600.0,1820.0 +13067030322,"Census Tract 303.22, Cobb County, Georgia",3420,2296.0,97629.0,246500.0,1483.0,2613.0,515.0,0.0,70.0,0.0,20.0,109.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.22,3383.0,3027.0,156.0,12.0,61.0,0.0,110.0,2247.0,92763.0,153500.0,1145.0 +13067031404,"Census Tract 314.04, Cobb County, Georgia",6055,4518.0,72108.0,153300.0,1150.0,2641.0,2907.0,0.0,33.0,0.0,0.0,99.0,375.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 314.04,5157.0,3665.0,1154.0,40.0,113.0,0.0,176.0,3635.0,51939.0,107500.0,687.0 +13067030101,"Census Tract 301.01, Cobb County, Georgia",7787,5383.0,81010.0,189800.0,1672.0,6509.0,427.0,15.0,35.0,6.0,139.0,30.0,641.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 301.01,5863.626644,5274.66334,249.9846437,39.99744352,63.99602786,0.999935841,206.9869517,3813.7571409999996,58538.99449,127100.00099999999,976.9379894 +13067030214,"Census Tract 302.14, Cobb County, Georgia",7939,5686.0,80086.0,194200.0,2681.0,5668.0,1002.0,0.0,273.0,0.0,34.0,35.0,927.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.14,6968.0,5980.0,530.0,46.0,163.0,1.0,240.0,4369.0,66941.0,146600.0,1847.0 +13067030334,"Census Tract 303.34, Cobb County, Georgia",3379,2365.0,106250.0,409800.0,1696.0,2637.0,239.0,49.0,265.0,0.0,0.0,79.0,110.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.34,3456.0,3122.0,64.0,13.0,167.0,0.0,88.0,2595.0,86622.0,212400.0,1603.0 +13067030324,"Census Tract 303.24, Cobb County, Georgia",3602,2512.0,96940.0,188800.0,1061.0,2834.0,405.0,0.0,113.0,0.0,9.0,74.0,167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.24,3749.7004979999997,3246.411865,228.67680359999997,26.96189499,69.90120697,0.0,163.7685394,2332.703125,78956.00063,140700.0008,944.664917 +13067030331,"Census Tract 303.31, Cobb County, Georgia",6107,4175.0,108750.0,322300.0,2803.0,5065.0,528.0,23.0,144.0,0.0,22.0,46.0,279.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.31,5771.0,5201.0,198.0,25.0,179.0,1.0,149.0,3756.0,96201.0,197900.0,2184.0 +13067030332,"Census Tract 303.32, Cobb County, Georgia",3565,2332.0,119712.0,386000.0,1749.0,2745.0,55.0,0.0,643.0,0.0,0.0,46.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.32,3198.0,2792.0,121.0,1.0,224.0,0.0,51.0,2253.0,98953.0,212000.0,1364.0 +13067030336,"Census Tract 303.36, Cobb County, Georgia",7359,4853.0,153313.0,494600.0,3493.0,5742.0,56.0,0.0,871.0,62.0,32.0,49.0,547.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.36,7821.0,7083.0,171.0,7.0,388.0,0.0,148.0,4753.0,129443.0,306700.0,3737.0 +13067030405,"Census Tract 304.05, Cobb County, Georgia",6299,4367.0,48781.0,140300.0,1179.0,3552.0,2036.0,0.0,216.0,0.0,0.0,0.0,495.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.05,5884.591292,3746.1933590000003,1202.099365,43.96706009,355.73349,1.9985027309999999,390.70727539999996,4173.873047,45849.001619999995,96000.0028,1690.7332760000002 +13067030504,"Census Tract 305.04, Cobb County, Georgia",6569,4490.0,72306.0,206200.0,1964.0,3236.0,1403.0,0.0,754.0,0.0,0.0,315.0,861.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 305.04,5479.652153,3586.408043,1066.111435,28.00312512,270.05526769999994,1.0,497.06947829999996,3776.4398969999997,53855.79419,137800.2326,1447.178054 +13067030235,"Census Tract 302.35, Cobb County, Georgia",4862,3243.0,104265.0,281500.0,1791.0,3668.0,682.0,0.0,99.0,34.0,0.0,143.0,236.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.35,4407.999842,3975.241455,285.6841125,18.51656151,44.96879196,0.0,71.42102814,2692.308105,84743.00012000001,192900.0057,1063.379761 +13067030234,"Census Tract 302.34, Cobb County, Georgia",6678,4585.0,111250.0,268700.0,1913.0,4665.0,1468.0,0.0,211.0,0.0,37.0,105.0,192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.34,3923.99991,3538.758545,254.3158875,16.48343658,40.03120422,0.0,63.57897186,2396.69165,84743.00289,192900.0012,946.6202392999999 +13067030233,"Census Tract 302.33, Cobb County, Georgia",4394,2828.0,104167.0,233900.0,1577.0,2805.0,1128.0,0.0,176.0,0.0,0.0,73.0,212.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.33,4278.399046,3394.796143,689.1726685,12.64966869,80.58307648,0.0,91.82722473,2631.131104,83355.00224,174899.9998,1227.486328 +13067030232,"Census Tract 302.32, Cobb County, Georgia",6346,4267.0,109602.0,235200.0,2264.0,3226.0,2218.0,0.0,100.0,0.0,12.0,113.0,677.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.32,4853.601226,3851.203857,781.8273315,14.35033226,91.41693115,0.0,104.1727829,2984.869141,83355.0027,174899.9958,1392.513672 +13067030222,"Census Tract 302.22, Cobb County, Georgia",5573,3772.0,92587.0,215600.0,2016.0,4523.0,512.0,23.0,242.0,0.0,15.0,45.0,213.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.22,6042.999862,4834.399902,666.8137817,32.67766571,265.6836243,0.0,212.6416168,3817.6035159999997,77334.99958999999,145100.0029,1779.2751460000002 +13067031118,"Census Tract 311.18, Cobb County, Georgia",5862,3670.0,77795.0,299400.0,2091.0,2887.0,1620.0,0.0,399.0,0.0,0.0,161.0,795.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.18,5193.9998590000005,3601.609863,998.9033812999999,26.79621506,192.5357666,0.0,354.3055115,3794.641846,61837.998960000004,156599.9974,1416.229614 +13067031117,"Census Tract 311.17, Cobb County, Georgia",5621,3976.0,93631.0,241600.0,1986.0,3402.0,1166.0,0.0,237.0,0.0,0.0,98.0,718.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.17,5272.999829,3656.389893,1014.096558,27.20378304,195.46421809999998,0.0,359.694458,3852.35791,61838.00102999999,156600.0055,1437.770264 +13067031507,"Census Tract 315.07, Cobb County, Georgia",3954,2536.0,55845.0,130800.0,682.0,677.0,2730.0,13.0,0.0,0.0,10.0,41.0,483.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 315.07,3526.0001039999997,2015.297485,1287.025269,11.88836193,40.94880295,0.8806194070000001,162.0339661,2187.8989260000003,47261.000210000006,100499.9975,537.6181641 +13067030104,"Census Tract 301.04, Cobb County, Georgia",3580,2406.0,50000.0,145100.0,592.0,2408.0,608.0,0.0,18.0,0.0,0.0,44.0,502.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 301.04,3494.510069,2631.190918,507.68325810000005,18.89853096,103.0828934,0.286341369,211.03358459999998,2199.960693,54167.002089999994,132599.9976,695.5231934 +13067031506,"Census Tract 315.06, Cobb County, Georgia",4826,3264.0,50601.0,141500.0,852.0,2069.0,1959.0,14.0,155.0,0.0,0.0,211.0,432.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 315.06,4481.999896,2561.702393,1635.974731,15.11163807,52.05119705,1.119380593,205.9660339,2781.1010739999997,47260.99984,100499.9971,683.3818359 +13067031508,"Census Tract 315.08, Cobb County, Georgia",5805,3724.0,74313.0,167200.0,1456.0,2176.0,2337.0,0.0,177.0,0.0,16.0,190.0,909.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 315.08,3852.9998570000002,3037.7807620000003,641.7001953,18.39140701,42.38019943,0.399813205,102.3521805,2427.2658690000003,61769.9983,124300.0044,596.5213012999999 +13067031116,"Census Tract 311.16, Cobb County, Georgia",4661,2747.0,29763.0,131300.0,587.0,1272.0,1313.0,0.0,166.0,0.0,0.0,130.0,1780.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.16,6008.000067,2543.001953,2069.38208,25.24369812,187.5246124,1.2020808459999999,1138.370605,3705.414307,43607.00016,99400.00439,816.8139647999999 +13067031115,"Census Tract 311.15, Cobb County, Georgia",4679,3197.0,66309.0,161200.0,1275.0,1362.0,1519.0,0.0,180.0,0.0,6.0,134.0,1478.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.15,3987.9999329999996,1687.997925,1373.617798,16.75630188,124.47538759999999,0.797919154,755.6294556,2459.585693,43606.99975,99400.0008,542.1860352000001 +13067031113,"Census Tract 311.13, Cobb County, Georgia",1300,761.0,35625.0,226800.0,336.0,234.0,589.0,0.0,17.0,9.0,68.0,116.0,267.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.13,1330.007174,497.2594438,445.75048839999994,4.308682643,91.65667458,0.391696198,280.651959,849.7862536,43015.96857,99899.83572999999,381.51124530000004 +13067031312,"Census Tract 313.12, Cobb County, Georgia",9916,6204.0,69528.0,183200.0,2779.0,2498.0,5318.0,0.0,229.0,0.0,0.0,365.0,1506.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.12,5242.999986,2703.106445,1869.1632079999997,23.06896973,81.89484406,0.0,536.9302368,3475.9169920000004,52343.99867,104599.9966,945.2510376 +13067031313,"Census Tract 313.13, Cobb County, Georgia",9933,6929.0,110750.0,284900.0,4490.0,4473.0,3790.0,0.0,329.0,0.0,94.0,299.0,948.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 313.13,3848.000014,1983.893555,1371.836792,16.93103027,60.10515976,0.0,394.06973270000003,2551.0830079999996,52344.00181,104600.0046,693.7489624 +13067031509,"Census Tract 315.09, Cobb County, Georgia",11459,7636.0,70565.0,145200.0,2227.0,3646.0,6412.0,0.0,265.0,0.0,0.0,335.0,801.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 315.09,5778.500454999999,4555.883301,962.3838501,27.58234024,63.5593071,0.59961611,153.50172419999998,3640.2692869999996,61769.998210000005,124300.0033,894.6272582999999 +13067031114,"Census Tract 311.14, Cobb County, Georgia",8034,5452.0,42732.0,137500.0,1783.0,1997.0,2872.0,0.0,877.0,51.0,0.0,136.0,2101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 311.14,5460.999956000001,2041.743286,1830.251221,17.69135666,376.3433838,1.608305097,1152.350586,3489.218018,43015.99942,99899.99424,1566.489136 +13067030345,"Census Tract 303.45, Cobb County, Georgia",4582,3267.0,66117.0,308700.0,2041.0,943.0,1497.0,0.0,1189.0,0.0,69.0,118.0,766.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.45,3787.0001030000003,1629.301758,1264.546875,15.17835712,294.55499269999996,0.94864732,498.5141602,2673.288086,46087.00108,106200.0015,1250.317139 +13067030228,"Census Tract 302.28, Cobb County, Georgia",7426,3943.0,46363.0,190800.0,1457.0,4711.0,1592.0,153.0,145.0,0.0,0.0,141.0,684.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.28,6290.959627,4868.246582,599.4719848999999,35.59960938,270.1755981,1.271414638,464.7020569,4006.8632810000004,50539.00196,148499.9971,1577.189819 +13067030231,"Census Tract 302.31, Cobb County, Georgia",7487,5389.0,100777.0,292500.0,2821.0,6210.0,696.0,25.0,315.0,0.0,0.0,137.0,129.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.31,6865.000251,5955.436522999999,302.0105591,31.20186996,151.2996368,0.0,412.1001892,4416.536621,78787.99711,183499.9976,2052.258789 +13067030230,"Census Tract 302.30, Cobb County, Georgia",13533,9192.0,65966.0,230200.0,4241.0,7664.0,3677.0,7.0,675.0,0.0,0.0,308.0,1202.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.30,4792.999914,4157.961426,210.85746769999997,21.7844944,105.63424679999999,0.0,287.71975710000004,3083.533691,78788.0024,183500.0004,1432.84436 +13067030411,"Census Tract 304.11, Cobb County, Georgia",3097,1704.0,36394.0,98000.0,413.0,608.0,1629.0,0.0,45.0,0.0,0.0,46.0,769.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.11,4689.408888,1126.2405019999999,2106.784407,21.229805399999996,147.1657175,0.49444763700000005,1247.9500679999999,2657.6646809999997,36168.37325,79757.75255,860.4791682 +13067030344,"Census Tract 303.44, Cobb County, Georgia",3726,2703.0,45915.0,99600.0,1162.0,999.0,1856.0,0.0,502.0,0.0,7.0,24.0,338.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.44,4197.000135,1805.698364,1401.4532470000001,16.82164383,326.4450378,1.0513527390000001,552.4858397999999,2962.711914,46086.99905,106199.9971,1385.682861 +13067030412,"Census Tract 304.12, Cobb County, Georgia",5018,2882.0,38668.0,64800.0,913.0,1710.0,2148.0,48.0,171.0,0.0,7.0,174.0,760.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.12,4819.000156,1155.5661619999998,2166.116211,21.80313683,151.10079960000002,0.50704968,1283.342773,2730.462646,36157.00091,79699.9997,883.7875977 +13067030414,"Census Tract 304.14, Cobb County, Georgia",3272,2049.0,38625.0,,499.0,631.0,2105.0,0.0,86.0,0.0,119.0,35.0,296.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.14,3442.0000170000003,1065.458618,1607.4259029999998,12.31744003,201.42637630000002,0.0,439.8050842,2120.048828,43564.00165,107200.0001,786.1425171 +13067030413,"Census Tract 304.13, Cobb County, Georgia",5639,3612.0,51126.0,134900.0,1433.0,2603.0,1707.0,11.0,420.0,0.0,11.0,220.0,678.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.13,6059.000266,1875.5415039999998,2829.574219,21.68255997,354.5736389,0.0,774.1949463,3731.9514159999994,43564.0011,107199.9981,1383.857544 +13067030239,"Census Tract 302.39, Cobb County, Georgia",7978,5278.0,118327.0,365500.0,2868.0,6859.0,598.0,0.0,0.0,0.0,31.0,133.0,357.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.39,5897.000113,5460.052246,216.6750793,19.18893623,82.75228882,3.198156118,109.53685,3479.59375,95747.99699999999,210200.0021,1686.2277829999998 +13067030238,"Census Tract 302.38, Cobb County, Georgia",6961,4216.0,117352.0,268200.0,2238.0,5387.0,853.0,0.0,215.0,0.0,0.0,106.0,400.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.38,4996.000112,4625.812988000001,183.56938169999998,16.25706863,70.10860443,2.70951128,92.80075836,2947.9482420000004,95747.99973,210200.0082,1428.5898439999999 +13067030236,"Census Tract 302.36, Cobb County, Georgia",4629,2864.0,145240.0,355000.0,1845.0,3939.0,466.0,0.0,16.0,0.0,59.0,52.0,97.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.36,3858.000215,3572.135254,141.75555419999998,12.55399704,54.13911057,2.09233284,71.66239929,2276.4580079999996,95747.99592999999,210200.0102,1103.182495 +13067030407,"Census Tract 304.07, Cobb County, Georgia",5179,3860.0,71364.0,219400.0,1765.0,3690.0,728.0,11.0,161.0,15.0,0.0,191.0,383.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.07,4720.000061,3689.764648,496.3971558,17.51279449,306.1719666,0.0,180.56295780000002,3584.0839840000003,57175.99959,161700.0033,1791.136108 +13067030408,"Census Tract 304.08, Cobb County, Georgia",2843,2212.0,61307.0,256700.0,1207.0,1764.0,426.0,0.0,210.0,0.0,5.0,107.0,331.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.08,3095.9999390000003,2420.235352,325.6028442,11.48720551,200.8280334,0.0,118.4370499,2350.916016,57176.000629999995,161699.995,1174.863892 +13067030410,"Census Tract 304.10, Cobb County, Georgia",4719,3223.0,57319.0,264700.0,1553.0,2661.0,795.0,8.0,222.0,0.0,37.0,17.0,987.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.10,4740.999975,3803.038818,438.8121948,19.50276375,235.25209049999998,0.0,186.4951782,3327.049561,60342.00124,187099.9932,1802.1772460000002 +13067030409,"Census Tract 304.09, Cobb County, Georgia",3452,2333.0,117721.0,325200.0,1514.0,2922.0,198.0,0.0,107.0,0.0,0.0,140.0,85.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 304.09,3038.000025,2436.961182,281.18780519999996,12.49723625,150.7479095,0.0,119.50482179999999,2131.950439,60341.998060000005,187099.9962,1154.8227539999998 +13067030343,"Census Tract 303.43, Cobb County, Georgia",4451,3061.0,113482.0,397500.0,2287.0,3803.0,159.0,44.0,287.0,0.0,0.0,79.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.43,4596.693018999999,4122.466797,222.105957,13.50644398,129.5618134,0.0,101.04821009999999,2850.3598629999997,98086.9959,213899.9913,1798.358032 +13067030342,"Census Tract 303.42, Cobb County, Georgia",4726,3259.0,109601.0,323900.0,2146.0,3970.0,160.0,9.0,231.0,10.0,0.0,193.0,153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.42,4592.306981000001,4118.533203,221.894043,13.49355602,129.4381866,0.0,100.95178990000001,2847.6401370000003,98087.00411000001,213900.0087,1796.641968 +13067030340,"Census Tract 303.40, Cobb County, Georgia",3947,2705.0,138372.0,358100.0,1883.0,2998.0,124.0,0.0,377.0,0.0,0.0,35.0,413.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.40,4089.0001009999996,3688.2985840000006,155.23550419999998,17.46399307,125.1586227,0.0,92.65618896,2449.325195,89918.00072000001,184599.9915,1241.398926 +13067030341,"Census Tract 303.41, Cobb County, Georgia",4368,2914.0,100154.0,240300.0,1656.0,3466.0,399.0,13.0,122.0,0.0,29.0,95.0,257.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 303.41,4339.610533,3914.350342,164.7497253,18.53434372,132.8294525,0.0,98.33499146,2599.44165,89917.99608,184599.9931,1317.48291 +13067031409,"Census Tract 314.09, Cobb County, Georgia",5800,3735.0,42265.0,112700.0,948.0,1782.0,3046.0,0.0,41.0,0.0,0.0,76.0,855.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 314.09,5035.321951,3010.059814,1523.75415,30.86981201,62.24568939,0.0,387.13781739999996,3218.051514,44530.001469999996,99899.99618,549.5838623 +13067031408,"Census Tract 314.08, Cobb County, Georgia",5932,4336.0,51228.0,115000.0,817.0,1831.0,3418.0,17.0,58.0,0.0,38.0,84.0,486.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 314.08,4915.060367,2938.159659,1487.37829,30.13257573,60.76282689,0.0,377.8810856,3141.199398,44529.43802,99900.45827,536.4827159 +13067030107,"Census Tract 301.07, Cobb County, Georgia",5209,3283.0,83697.0,194100.0,1423.0,2765.0,1521.0,19.0,214.0,0.0,0.0,164.0,526.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 301.07,3486.999872,2625.5361329999996,506.5921631,18.85791397,102.861351,0.285725981,210.58004759999997,2195.232666,54166.99981,132599.9966,694.0283812999999 +13067031212,"Census Tract 312.12, Cobb County, Georgia",2403,1888.0,152500.0,646900.0,1538.0,2119.0,52.0,0.0,93.0,0.0,10.0,65.0,64.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 312.12,2434.999875,2073.159668,198.97198490000002,9.092805862,96.00933075,0.802306414,50.01042938,1836.211914,70948.00149,331200.0156,1316.852173 +13067031208,"Census Tract 312.08, Cobb County, Georgia",5773,4595.0,69737.0,258700.0,3552.0,2577.0,1004.0,0.0,2017.0,17.0,0.0,0.0,158.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 312.08,4334.0001,3194.740234,701.9859619,15.84750843,222.4520569,0.0,186.6484375,3256.369629,49564.9988,185899.9957,2023.785522 +13067031207,"Census Tract 312.07, Cobb County, Georgia",4612,3602.0,77895.0,357100.0,2325.0,2368.0,761.0,0.0,1172.0,0.0,18.0,214.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 312.07,3049.9999,2248.259766,494.0140686000001,11.15249157,156.5479431,0.0,131.3515625,2291.630371,49565.0017,185900.0061,1424.2144779999999 +13067030226,"Census Tract 302.26, Cobb County, Georgia",10164,6038.0,80265.0,181200.0,3154.0,5312.0,2829.0,0.0,507.0,0.0,29.0,526.0,961.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.26,6536.354168,5130.466326,800.5410203,25.056936899999997,250.19093629999998,0.393503085,290.1557915,4295.183202,63221.03777,137817.3352,1651.9745 +13067031211,"Census Tract 312.11, Cobb County, Georgia",4413,3386.0,67489.0,249600.0,2341.0,2029.0,1713.0,0.0,131.0,0.0,0.0,97.0,443.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 312.11,3660.9999909999997,3116.9765629999997,299.1525574,13.67094994,144.34915159999997,1.206260324,75.19022369,2760.727783,70947.99982000001,331199.9905,1979.875244 +13067031205,"Census Tract 312.05, Cobb County, Georgia",6262,4506.0,81528.0,265000.0,2860.0,2784.0,2603.0,0.0,311.0,0.0,0.0,128.0,436.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 312.05,3309.0422,1812.173096,1228.200195,18.98427773,108.12784579999999,0.0,132.88995359999998,2340.018555,45105.9984,134399.99300000002,1119.659668 +13067031206,"Census Tract 312.06, Cobb County, Georgia",10996,8274.0,77623.0,288200.0,5043.0,4262.0,4402.0,0.0,1191.0,0.0,30.0,345.0,766.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 312.06,4708.957561,2578.82666,1747.7996829999997,27.01572037,153.8721466,0.0,189.11004640000002,3329.981201,45106.001130000004,134399.9981,1593.34021 +13067030220,"Census Tract 302.20, Cobb County, Georgia",1729,1174.0,85509.0,175800.0,556.0,1143.0,292.0,0.0,96.0,0.0,0.0,54.0,144.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Cobb County,Census Tract 302.20,1695.000088,1356.0001220000001,187.03448490000002,9.165752411,74.52155304,0.0,59.64381027,1070.799072,77335.00155,145100.0018,499.0686035 +13077170602,"Census Tract 1706.02, Coweta County, Georgia",8456,5732.0,89007.0,224400.0,2711.0,7092.0,586.0,28.0,338.0,0.0,0.0,60.0,380.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1706.02,570.000008,325.45541380000003,195.40116880000002,3.091453075,3.35795784,0.0,42.161026,350.2936401,43001.99981,107900.0026,57.03198242 +13077170503,"Census Tract 1705.03, Coweta County, Georgia",5763,3897.0,70781.0,213700.0,1454.0,5006.0,363.0,6.0,24.0,0.0,0.0,65.0,299.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1705.03,3089.000094,2608.753418,373.3814087,20.1827774,21.73530006,0.258753568,58.47830582,1978.42981,54218.99902,112199.9999,315.4205933 +13077170501,"Census Tract 1705.01, Coweta County, Georgia",7133,4842.0,71458.0,188400.0,1369.0,5964.0,578.0,23.0,28.0,0.0,0.0,166.0,374.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1705.01,5395.363608,4556.546875,652.1619873,35.2519989,37.96369171,0.45194870200000004,102.14040370000001,3455.599854,54218.99912000001,112199.9981,550.9254761 +13077170406,"Census Tract 1704.06, Coweta County, Georgia",4032,2554.0,96474.0,230900.0,1157.0,3566.0,128.0,0.0,17.0,0.0,0.0,59.0,262.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1704.06,2823.209555,2451.369629,236.65733340000003,17.02949524,42.13483429,0.175561816,73.20927429,1774.227661,67585.99896,139300.0034,472.61239620000003 +13077170305,"Census Tract 1703.05, Coweta County, Georgia",11133,6755.0,38792.0,146300.0,1033.0,4812.0,3611.0,16.0,596.0,0.0,0.0,216.0,1882.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1703.05,5073.681963,3469.5338619999998,1223.013191,24.380775,87.07401495,1.72576e-06,258.2361322,3157.554794,47050.10025,128800.0972,836.9063181 +13077170601,"Census Tract 1706.01, Coweta County, Georgia",8360,5219.0,34161.0,165700.0,895.0,2904.0,4512.0,0.0,80.0,0.0,0.0,199.0,665.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1706.01,6093.999779,3479.517822,2089.0783690000003,33.05142975,35.90069199,0.0,450.75311280000005,3745.068848,43002.001130000004,107899.998,609.7418822999999 +13077170603,"Census Tract 1706.03, Coweta County, Georgia",5456,3755.0,74627.0,182500.0,972.0,4297.0,532.0,0.0,94.0,0.0,9.0,97.0,427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1706.03,4029.9998939999996,2301.026611,1381.520386,21.85711479,23.74135017,0.0,298.0858459,2476.637207,43001.99951,107899.9968,403.22610469999995 +13077170502,"Census Tract 1705.02, Coweta County, Georgia",6034,4119.0,76076.0,170900.0,949.0,5321.0,485.0,0.0,6.0,0.0,0.0,17.0,205.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1705.02,3453.636298,2916.699707,417.4566345,22.56522369,24.30101013,0.28929773,65.38128662,2211.970459,54219.002239999994,112199.9967,352.6539307 +13077170405,"Census Tract 1704.05, Coweta County, Georgia",7780,5237.0,79148.0,174800.0,1604.0,5634.0,674.0,0.0,132.0,0.0,61.0,311.0,968.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1704.05,5906.000222,5128.131348,495.0742188,35.62477493,88.14377594,0.36726573100000004,153.1498108,3711.587402,67586.00105,139300.0018,988.6793213 +13077170404,"Census Tract 1704.04, Coweta County, Georgia",5270,3615.0,78000.0,184400.0,1601.0,4467.0,382.0,0.0,154.0,0.0,0.0,174.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1704.04,5171.233931000001,4490.139647999999,433.48196409999997,31.192691800000002,77.17779541,0.321574152,134.0964203,3249.8283690000003,67586.00105,139300.0027,865.6776123 +13077170403,"Census Tract 1704.03, Coweta County, Georgia",4871,3050.0,104226.0,281600.0,1296.0,4089.0,404.0,0.0,97.0,0.0,0.0,99.0,182.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1704.03,2180.508847,1893.3178710000002,182.7825317,13.15274906,32.54288483,0.135595351,56.54326248,1370.32666,67586.00033,139299.997,365.0226746 +13077170402,"Census Tract 1704.02, Coweta County, Georgia",9924,6636.0,82500.0,255400.0,2192.0,7453.0,1239.0,0.0,66.0,0.0,0.0,17.0,1149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1704.02,6134.035014,5402.021568,396.01082510000003,35.00030834,56.00014867,2.000005506,233.00208680000003,4066.022779,70363.84211,154599.72400000002,1116.0028029999999 +13077170100,"Census Tract 1701, Coweta County, Georgia",7652,5047.0,65255.0,171900.0,1068.0,6133.0,653.0,24.0,71.0,0.0,44.0,249.0,502.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1701,6021.0,5416.0,475.0,23.0,37.0,0.0,70.0,3812.0,50669.0,102600.0,590.0 +13077170200,"Census Tract 1702, Coweta County, Georgia",7185,4834.0,51514.0,144200.0,1181.0,5687.0,992.0,68.0,0.0,0.0,0.0,315.0,123.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1702,6489.0,5385.0,826.0,33.0,33.0,0.0,198.0,4257.0,47409.0,91900.0,772.0 +13077170700,"Census Tract 1707, Coweta County, Georgia",7206,4867.0,38060.0,130400.0,729.0,2937.0,3372.0,0.0,70.0,17.0,0.0,333.0,477.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1707,7139.0,3175.0,3700.0,16.0,30.0,0.0,210.0,4570.0,37061.0,92700.0,563.0 +13077170303,"Census Tract 1703.03, Coweta County, Georgia",5850,3912.0,101082.0,270800.0,1653.0,4938.0,507.0,0.0,76.0,0.0,0.0,176.0,153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1703.03,2981.000084,2519.654785,404.8869019,10.8883934,21.37351227,0.0,20.16369057,1995.398926,66081.00362999999,143300.0005,616.2023926 +13077170306,"Census Tract 1703.06, Coweta County, Georgia",9447,6176.0,73776.0,188400.0,2102.0,5498.0,2360.0,0.0,621.0,0.0,186.0,213.0,569.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1703.06,5123.365421,3503.507281,1234.990781,24.61951081,87.92669223,1.2208200000000002e-06,260.76509649999997,3188.474984,47050.06873,128800.0662,845.1016141000001 +13077170304,"Census Tract 1703.04, Coweta County, Georgia",6793,4591.0,74353.0,228900.0,1594.0,4998.0,1363.0,0.0,17.0,0.0,53.0,35.0,327.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1703.04,4410.999916,3728.345215,599.1130981000001,16.1116066,31.62648773,0.0,29.83630943,2952.6010739999997,66080.99755,143299.9997,911.7976074 +13077170802,"Census Tract 1708.02, Coweta County, Georgia",4455,3127.0,63359.0,177400.0,606.0,3950.0,310.0,15.0,0.0,0.0,8.0,108.0,64.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1708.02,3422.982785,2936.659912,414.31054689999996,20.64351463,10.08171654,0.0,39.84678268,2159.407715,43749.99975,98099.9976,228.9989929 +13077170801,"Census Tract 1708.01, Coweta County, Georgia",5215,3421.0,48812.0,122900.0,370.0,4001.0,930.0,5.0,27.0,0.0,0.0,25.0,227.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Coweta County,Census Tract 1708.01,3707.017215,3180.340088,448.68945310000004,22.35648537,10.91828346,0.0,43.15321732,2338.592285,43750.00023,98100.00222000001,248.0010071 +13085970100,"Census Tract 9701, Dawson County, Georgia",8347,6243.0,60668.0,204400.0,2045.0,7777.0,153.0,18.0,13.0,0.0,31.0,133.0,222.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Dawson County,Census Tract 9701,4641.995324,4517.030039,11.20089012,60.30559853,26.08058811,1.005452328,22.35753361,3308.841752,43740.7753,169204.6934,753.734728 +13085970201,"Census Tract 9702.01, Dawson County, Georgia",7472,5340.0,73505.0,264800.0,1964.0,6665.0,77.0,0.0,12.0,0.0,0.0,137.0,581.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Dawson County,Census Tract 9702.01,5366.544803,5156.018066,28.79402161,47.67534637,19.82539177,0.0,109.5116882,3515.702881,49313.001260000005,125500.0008,561.7194214 +13085970202,"Census Tract 9702.02, Dawson County, Georgia",7578,5061.0,59406.0,170400.0,1164.0,7265.0,46.0,0.0,39.0,0.0,0.0,43.0,185.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Dawson County,Census Tract 9702.02,5995.139792,5759.895879,32.18305709,53.29178484,22.15455202,0.000983493,122.3397554,3927.128429,49309.907119999996,125490.4357,627.4938028 +13089020200,"Census Tract 202, DeKalb County, Georgia",2045,1657.0,87889.0,548200.0,1271.0,1596.0,187.0,0.0,101.0,0.0,19.0,34.0,108.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 202,2202.0,1910.5827129999998,143.1768505,12.01589667,58.12717338,0.000993542,68.08743170000001,1733.770989,56150.37235,395014.9555,1362.201689 +13089021303,"Census Tract 213.03, DeKalb County, Georgia",6297,3709.0,38710.0,119200.0,702.0,621.0,505.0,127.0,1261.0,0.0,140.0,6.0,3731.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 213.03,6078.395018,1313.0467529999999,867.8019409,36.86740494,891.4349365,20.79699707,2962.626709,3521.309814,38628.0011,106800.0002,493.45602419999994 +13089021405,"Census Tract 214.05, DeKalb County, Georgia",4585,3564.0,135020.0,393200.0,2769.0,3478.0,168.0,16.0,165.0,0.0,61.0,66.0,647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.05,3646.368082,2542.559326,458.9204712,11.99792099,215.96257020000002,0.0,401.9303589,3015.477295,64895.997729999995,264499.9975,1657.712769 +13089020400,"Census Tract 204, DeKalb County, Georgia",2574,1891.0,78681.0,433000.0,1584.0,2251.0,74.0,0.0,132.0,0.0,6.0,37.0,74.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 204,2130.985425,1857.721086,129.9969402,11.01225463,45.03906093,0.0,71.19256668,1824.826041,47425.03692,252024.758,1181.242777 +13089020801,"Census Tract 208.01, DeKalb County, Georgia",2619,2032.0,92594.0,267800.0,1131.0,1469.0,914.0,0.0,17.0,0.0,0.0,173.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 208.01,2709.865074,348.46829219999995,2289.506592,6.98933506,4.99238205,0.0,53.91772842,1981.9757079999997,36887.00079,113500.0021,324.5048523 +13089021210,"Census Tract 212.10, DeKalb County, Georgia",5679,3938.0,152011.0,417200.0,2910.0,4907.0,99.0,29.0,435.0,0.0,24.0,52.0,133.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.10,5169.0,4686.0,91.0,29.0,245.0,0.0,90.0,3837.0,97661.0,268800.0,2418.0 +13089021211,"Census Tract 212.11, DeKalb County, Georgia",5120,3852.0,102500.0,348100.0,2707.0,3798.0,396.0,0.0,375.0,11.0,56.0,67.0,417.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.11,4549.0,4102.0,70.0,11.0,269.0,0.0,92.0,3526.0,98714.0,241500.0,2282.0 +13089021706,"Census Tract 217.06, DeKalb County, Georgia",5252,3931.0,81033.0,344800.0,2847.0,3248.0,860.0,0.0,637.0,0.0,95.0,74.0,338.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 217.06,5500.876816,3760.590843,558.7119422000001,23.14441274,430.20420740000003,0.0,681.9686761,3920.4261880000004,71139.9235,246394.22199999998,2271.092654 +13089023000,"Census Tract 230, DeKalb County, Georgia",2121,1535.0,66250.0,336000.0,1094.0,1794.0,198.0,0.0,27.0,0.0,29.0,17.0,56.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 230,1995.8747239999998,1501.9057619999999,406.9744568,8.999435425,32.99792862,0.0,28.99818039,1535.903564,52742.999560000004,201199.9996,943.9407348999999 +13089021812,"Census Tract 218.12, DeKalb County, Georgia",2186,1485.0,63690.0,218500.0,639.0,954.0,260.0,36.0,133.0,0.0,25.0,51.0,745.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.12,2222.042243,1321.370453,211.1938281,11.00748881,270.30836289999996,0.002202592,393.15153829999997,1701.4308039999999,50387.33268,139640.8581,618.670469 +13089021907,"Census Tract 219.07, DeKalb County, Georgia",8711,6320.0,50257.0,135700.0,1987.0,1648.0,6338.0,14.0,0.0,0.0,49.0,43.0,619.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.07,7676.449884999999,1950.1966989999999,5317.873847999999,30.15268683,104.7517338,0.0,251.6460423,4818.950798,55840.736939999995,132120.7924,1725.461625 +13089022301,"Census Tract 223.01, DeKalb County, Georgia",5825,4428.0,66260.0,233000.0,3154.0,4324.0,434.0,0.0,556.0,0.0,0.0,165.0,346.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 223.01,5217.956628,4484.8870130000005,259.8824057,21.06969871,255.4981142,0.005456695,162.5519889,4288.697440999999,47161.97364,170687.5561,2419.8990949999998 +13089023101,"Census Tract 231.01, DeKalb County, Georgia",4718,3584.0,49667.0,115300.0,942.0,714.0,3666.0,0.0,17.0,0.0,13.0,111.0,197.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.01,5457.0,269.0,5049.0,15.0,41.0,0.0,77.0,3108.0,35261.0,74600.0,350.0 +13089023108,"Census Tract 231.08, DeKalb County, Georgia",4498,2906.0,31078.0,81300.0,563.0,291.0,3933.0,0.0,0.0,0.0,81.0,92.0,101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.08,5139.0,381.0,4507.0,10.0,60.0,1.0,170.0,2834.0,35599.0,79100.0,335.0 +13089021810,"Census Tract 218.10, DeKalb County, Georgia",5593,4315.0,68837.0,257900.0,2729.0,3052.0,1901.0,0.0,431.0,0.0,0.0,80.0,129.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.10,4144.0,3470.0,154.0,4.0,311.0,0.0,174.0,3269.0,78402.0,192200.0,2030.0 +13089022008,"Census Tract 220.08, DeKalb County, Georgia",8226,4727.0,26577.0,115400.0,985.0,1084.0,2924.0,94.0,3616.0,0.0,10.0,438.0,60.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 220.08,7604.0,1532.0,4443.0,21.0,1120.0,1.0,300.0,4292.0,33934.0,107300.0,698.0 +13089022900,"Census Tract 229, DeKalb County, Georgia",3465,2734.0,73472.0,234100.0,1536.0,2128.0,920.0,10.0,125.0,0.0,0.0,42.0,240.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 229,4249.896222,1741.111584,2305.240455,17.07846919,90.71509142,2.007122227,74.49304787,2926.0456510000004,42006.23567,126516.6088,1138.8574820000001 +13089023102,"Census Tract 231.02, DeKalb County, Georgia",3574,2554.0,39703.0,254700.0,973.0,1123.0,2027.0,0.0,169.0,0.0,27.0,59.0,169.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.02,3586.0,1140.0,2271.0,8.0,47.0,0.0,110.0,2381.0,36214.0,164200.0,746.0 +13089023410,"Census Tract 234.10, DeKalb County, Georgia",4165,2406.0,30250.0,115700.0,352.0,42.0,3892.0,0.0,0.0,0.0,67.0,50.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.10,4493.0,82.0,4326.0,6.0,10.0,0.0,68.0,2455.0,31286.0,94100.0,387.0 +13089021603,"Census Tract 216.03, DeKalb County, Georgia",4697,3586.0,58000.0,258500.0,2459.0,2924.0,990.0,30.0,362.0,13.0,0.0,188.0,220.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 216.03,5523.033084000001,4333.026057,469.0025471,20.00011432,427.00267930000007,1.0,256.0013468,4057.0232100000003,46867.001789999995,210800.0763,2386.0157289999997 +13089021806,"Census Tract 218.06, DeKalb County, Georgia",6614,4770.0,51174.0,213500.0,1871.0,2113.0,2844.0,38.0,344.0,0.0,0.0,268.0,1045.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.06,5468.9029439999995,2873.018311,1522.241089,19.93766975,302.05569460000004,0.0,728.7218627999999,3827.035889,48750.00063,160399.9957,1258.067017 +13089022302,"Census Tract 223.02, DeKalb County, Georgia",4384,3440.0,74500.0,277400.0,2208.0,2831.0,410.0,93.0,481.0,0.0,0.0,241.0,328.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 223.02,4158.390222999999,3152.744192,337.3612389,27.00789593,458.1963216,1.000717812,165.0710634,3183.995785,55322.63711,185388.5328,1921.4078969999998 +13089022402,"Census Tract 224.02, DeKalb County, Georgia",6188,1130.0,38944.0,313200.0,856.0,2634.0,845.0,0.0,2043.0,0.0,19.0,276.0,371.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 224.02,4562.0,3178.0,430.0,9.0,785.0,1.0,137.0,1200.0,28015.0,220600.0,904.0 +13089022800,"Census Tract 228, DeKalb County, Georgia",4273,2127.0,128393.0,467000.0,1738.0,2718.0,824.0,26.0,370.0,0.0,38.0,183.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 228,3737.999932,2374.846191,1148.702759,10.92111492,99.28286743,0.992828667,68.50518036,2092.8828129999997,51619.0012,213100.0013,1230.1147460000002 +13089023209,"Census Tract 232.09, DeKalb County, Georgia",6058,3843.0,54907.0,101100.0,1038.0,221.0,5391.0,0.0,58.0,0.0,0.0,78.0,310.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.09,5776.970043,528.9972534,4989.974121,10.99994278,88.99954224,0.0,145.99923710000002,3401.982422,61729.0016,112799.9968,990.9948730000001 +13089023211,"Census Tract 232.11, DeKalb County, Georgia",3593,2464.0,53563.0,125000.0,1042.0,24.0,3463.0,0.0,34.0,0.0,0.0,72.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.11,3795.0,170.0,3515.0,5.0,50.0,1.0,45.0,2363.0,58938.0,134400.0,964.0 +13089023601,"Census Tract 236.01, DeKalb County, Georgia",3092,2248.0,68217.0,128000.0,697.0,876.0,2051.0,20.0,39.0,0.0,18.0,9.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 236.01,3108.0,125.0,2903.0,9.0,15.0,0.0,55.0,1946.0,30625.0,75400.0,107.0 +13089023309,"Census Tract 233.09, DeKalb County, Georgia",9596,6055.0,46220.0,76300.0,1192.0,139.0,8968.0,0.0,15.0,0.0,114.0,280.0,80.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.09,7472.0,194.0,7113.0,14.0,19.0,0.0,126.0,4284.0,47584.0,95700.0,1251.0 +13089023310,"Census Tract 233.10, DeKalb County, Georgia",9469,5780.0,33879.0,95900.0,1485.0,242.0,8801.0,67.0,56.0,0.0,23.0,154.0,126.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.10,7434.0,327.0,6776.0,13.0,23.0,0.0,274.0,4136.0,36816.0,114800.0,851.0 +13089023414,"Census Tract 234.14, DeKalb County, Georgia",6571,4751.0,58316.0,151200.0,1521.0,115.0,6301.0,0.0,108.0,0.0,0.0,31.0,16.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.14,7354.0,323.0,6872.0,15.0,14.0,0.0,119.0,4487.0,59528.0,134900.0,1436.0 +13089021809,"Census Tract 218.09, DeKalb County, Georgia",7201,5471.0,91528.0,244000.0,3188.0,5488.0,502.0,0.0,402.0,0.0,0.0,162.0,647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.09,6654.853764,5753.760576,235.474692,23.00177786,434.2890038,0.0,186.3241908,5050.409884000001,66948.35331,168290.2053,2384.013867 +13089021906,"Census Tract 219.06, DeKalb County, Georgia",5624,3562.0,41963.0,89300.0,1078.0,811.0,3959.0,0.0,309.0,0.0,0.0,152.0,393.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.06,5715.5502670000005,1174.803345,4120.126465,6.847313403999999,168.24827580000002,0.0,208.3539581,3406.0493159999996,39632.000869999996,94799.99812999999,648.5383911 +13089022005,"Census Tract 220.05, DeKalb County, Georgia",5218,3308.0,32262.0,126900.0,738.0,987.0,3438.0,0.0,726.0,0.0,0.0,53.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 220.05,4754.609532,624.8172607000001,3151.0783690000003,27.99181366,777.772522,0.0,131.9614105,2805.1796879999997,39935.99955,114800.0065,622.8178711 +13089022600,"Census Tract 226, DeKalb County, Georgia",5907,4176.0,79806.0,373400.0,3210.0,4422.0,920.0,17.0,73.0,8.0,40.0,169.0,275.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 226,5080.611615999999,4426.770114,358.86369060000004,26.99032427,148.9942924,0.0,107.9882259,4154.872167,44474.955969999995,226175.7156,2603.20178 +13089023107,"Census Tract 231.07, DeKalb County, Georgia",4603,3224.0,42688.0,88300.0,652.0,753.0,3052.0,14.0,32.0,0.0,40.0,289.0,423.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.07,5589.0,930.0,4233.0,18.0,63.0,0.0,324.0,3399.0,37297.0,79300.0,599.0 +13089023501,"Census Tract 235.01, DeKalb County, Georgia",3419,2451.0,31591.0,74600.0,357.0,209.0,3142.0,0.0,0.0,0.0,0.0,45.0,23.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 235.01,3688.0,156.0,3473.0,7.0,4.0,0.0,47.0,2194.0,30927.0,71700.0,208.0 +13089023603,"Census Tract 236.03, DeKalb County, Georgia",3696,2693.0,31125.0,76900.0,552.0,293.0,3240.0,0.0,0.0,0.0,0.0,163.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 236.03,4435.0,99.0,4282.0,2.0,5.0,0.0,26.0,2770.0,40298.0,84500.0,335.0 +13089023700,"Census Tract 237, DeKalb County, Georgia",6211,3924.0,45077.0,126400.0,1230.0,994.0,4796.0,75.0,17.0,1.0,54.0,187.0,87.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 237,6483.1349549999995,239.4395894,6147.58005,11.25111439,12.15789873,0.03005618,68.63704769,3560.008825,24521.32722,80850.23204,280.0367318 +13089023803,"Census Tract 238.03, DeKalb County, Georgia",5844,4234.0,46055.0,97600.0,826.0,911.0,4587.0,0.0,39.0,0.0,0.0,154.0,153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 238.03,6029.0,180.0,5779.0,19.0,3.0,0.0,36.0,3739.0,40935.0,80000.0,361.0 +13089023801,"Census Tract 238.01, DeKalb County, Georgia",4027,3209.0,69036.0,208100.0,1372.0,1211.0,2406.0,26.0,76.0,0.0,20.0,118.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 238.01,4840.0,443.0,4159.0,17.0,10.0,0.0,198.0,2887.0,35102.0,90900.0,347.0 +13089023210,"Census Tract 232.10, DeKalb County, Georgia",6762,4524.0,39583.0,101100.0,1096.0,328.0,6302.0,0.0,6.0,0.0,0.0,72.0,54.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.10,7276.0,416.0,6603.0,7.0,68.0,0.0,157.0,4520.0,49390.0,112200.0,1400.0 +13089023507,"Census Tract 235.07, DeKalb County, Georgia",4098,2892.0,44385.0,80200.0,473.0,125.0,3680.0,179.0,0.0,0.0,0.0,30.0,84.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 235.07,4670.235039,345.8692932,4246.39502,7.996977806,16.99357796,0.0,44.98300171,2812.9370120000003,49286.00061,88800.00057,433.8360596 +13089020300,"Census Tract 203, DeKalb County, Georgia",4151,2934.0,113088.0,470300.0,2344.0,3612.0,146.0,27.0,81.0,0.0,19.0,144.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 203,3256.848279,2538.694364,554.2230283,16.99609394,45.97790645,0.0,71.97070019,2492.369643,73697.04032,256174.8167,1710.151854 +13089020600,"Census Tract 206, DeKalb County, Georgia",2102,1492.0,43295.0,233200.0,753.0,766.0,1083.0,38.0,16.0,0.0,0.0,145.0,66.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 206,2165.434025,46.96603394,2094.485352,6.994941711,2.99783206,0.0,11.99132824,946.3156738,20549.00069,84600.00155,74.94580078 +13089020802,"Census Tract 208.02, DeKalb County, Georgia",4764,3303.0,57204.0,278100.0,1468.0,1717.0,2624.0,0.0,115.0,0.0,0.0,100.0,208.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 208.02,3453.000004,481.0921326,2874.9135739999997,7.759550571,4.849719048,0.969943821,82.44522858,2323.0153809999997,32243.00107,114699.9966,372.45843510000003 +13089021703,"Census Tract 217.03, DeKalb County, Georgia",4618,3297.0,134712.0,398600.0,2359.0,3583.0,382.0,0.0,269.0,0.0,0.0,156.0,228.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 217.03,4545.0,4070.0,70.0,11.0,263.0,0.0,117.0,3535.0,85953.0,264400.0,2210.0 +13089021808,"Census Tract 218.08, DeKalb County, Georgia",5268,3358.0,73750.0,273100.0,1584.0,2557.0,996.0,330.0,463.0,0.0,54.0,227.0,971.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.08,4633.957665999999,3109.629395,439.8061523,16.99251175,699.6916504,4.997797489,343.8484497,3246.569092,64728.99927000001,195800.0008,1521.329468 +13089021908,"Census Tract 219.08, DeKalb County, Georgia",5931,3619.0,30985.0,138800.0,449.0,696.0,4380.0,0.0,343.0,0.0,157.0,230.0,125.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.08,4876.0000310000005,684.8763428,3642.024658,12.97870636,109.81982420000001,0.0,377.3808289,2824.366211,36053.00088,108199.9962,553.0925292999999 +13089021909,"Census Tract 219.09, DeKalb County, Georgia",7519,4653.0,33601.0,89600.0,1020.0,785.0,6330.0,0.0,69.0,0.0,10.0,90.0,235.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.09,7269.390593000001,1039.182742,5790.921604,23.00818684,187.22747719999998,0.0,203.03859509999998,4220.820438000001,40678.86673,93603.15529,1004.1821570000001 +13089021202,"Census Tract 212.02, DeKalb County, Georgia",8093,5505.0,99928.0,389700.0,4031.0,6530.0,774.0,0.0,326.0,0.0,68.0,118.0,277.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.02,5458.374942,4831.446777,197.97732539999998,11.99862576,195.9775543,0.0,216.97515869999998,4146.525390999999,91305.99882000001,259500.0056,2890.668945 +13089021602,"Census Tract 216.02, DeKalb County, Georgia",3849,2969.0,68750.0,312300.0,2120.0,3094.0,280.0,0.0,289.0,0.0,0.0,110.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 216.02,3719.0,3315.0,188.0,11.0,145.0,0.0,55.0,2897.0,53688.0,220300.0,1845.0 +13089021704,"Census Tract 217.04, DeKalb County, Georgia",5770,4076.0,93529.0,295600.0,2654.0,4319.0,469.0,11.0,484.0,0.0,25.0,347.0,126.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 217.04,5113.0,4142.0,431.0,9.0,344.0,0.0,168.0,3907.0,62180.0,198000.0,2026.0 +13089021705,"Census Tract 217.05, DeKalb County, Georgia",5009,3442.0,41481.0,196500.0,1515.0,1938.0,1254.0,33.0,489.0,0.0,0.0,104.0,1191.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 217.05,4998.12317,2527.40918,690.2880859,26.85558701,967.7957764,0.0,738.0313110000001,3612.5737299999996,44741.00027,169399.9987,1690.9073489999998 +13089023418,"Census Tract 234.18, DeKalb County, Georgia",18039,11620.0,48509.0,128600.0,4153.0,1128.0,16655.0,53.0,40.0,0.0,0.0,59.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.18,6759.0,1288.0,5354.0,10.0,11.0,0.0,88.0,4347.0,55587.0,117600.0,1408.0 +13089023303,"Census Tract 233.03, DeKalb County, Georgia",6900,4070.0,45134.0,115200.0,850.0,322.0,5677.0,0.0,382.0,0.0,243.0,157.0,119.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.03,4605.016611,1266.001813,3154.0143199999998,12.00002294,16.00013766,1.0,146.00026709999997,2852.010213,32212.09839,82500.28631,350.0041725 +13089021502,"Census Tract 215.02, DeKalb County, Georgia",4633,3666.0,69215.0,360100.0,2606.0,3010.0,627.0,0.0,327.0,0.0,68.0,381.0,220.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 215.02,4068.0,3381.0,255.0,24.0,213.0,1.0,182.0,3408.0,52321.0,207700.0,2294.0 +13089022500,"Census Tract 225, DeKalb County, Georgia",6512,3886.0,78555.0,414800.0,2501.0,3812.0,2028.0,0.0,330.0,0.0,0.0,141.0,201.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 225,5194.007732,3616.0024280000002,1373.005144,19.00002464,81.00005117,0.0,90.00007012,3700.005636,52981.98829,239499.8955,2354.0019629999997 +13089023505,"Census Tract 235.05, DeKalb County, Georgia",2876,2060.0,37179.0,86900.0,482.0,75.0,2613.0,15.0,2.0,0.0,79.0,33.0,59.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 235.05,3362.0,109.0,3222.0,4.0,5.0,0.0,14.0,2246.0,40313.0,85000.0,288.0 +13089022001,"Census Tract 220.01, DeKalb County, Georgia",4512,3715.0,68327.0,171700.0,1896.0,3019.0,845.0,32.0,193.0,0.0,10.0,127.0,286.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 220.01,3707.396158,2821.7348629999997,440.33441160000007,17.97283363,193.7071991,0.0,216.67248540000003,2905.608154,55422.00061,128000.0032,1160.246216 +13089022007,"Census Tract 220.07, DeKalb County, Georgia",4131,2235.0,30606.0,123100.0,362.0,141.0,1990.0,0.0,1802.0,0.0,0.0,76.0,122.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 220.07,4007.603757,674.2650732999999,2688.6655690000002,4.027166072,322.2927899,1.0,135.3275021,2315.3918489999996,38270.673910000005,89625.53482999999,555.7537209 +13089022401,"Census Tract 224.01, DeKalb County, Georgia",3708,2825.0,86366.0,455200.0,2434.0,2968.0,328.0,6.0,197.0,0.0,41.0,100.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 224.01,3881.0,3491.0,177.0,16.0,108.0,1.0,77.0,2986.0,67714.0,297900.0,2382.0 +13089022100,"Census Tract 221, DeKalb County, Georgia",3280,2225.0,34479.0,122500.0,834.0,688.0,2021.0,25.0,409.0,0.0,0.0,67.0,95.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 221,3682.0,437.0,3051.0,9.0,75.0,0.0,99.0,1987.0,23894.0,72700.0,244.0 +13089022700,"Census Tract 227, DeKalb County, Georgia",4818,3009.0,102604.0,428400.0,1962.0,3279.0,894.0,73.0,124.0,0.0,0.0,224.0,232.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 227,4079.992218,1280.997559,2713.994873,12.9999752,26.9999485,0.0,36.99993134,2973.994385,43703.001110000005,164200.0018,1035.998047 +13089023204,"Census Tract 232.04, DeKalb County, Georgia",6923,4829.0,50500.0,114300.0,1247.0,888.0,5562.0,1.0,69.0,0.0,57.0,50.0,296.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.04,6896.0,1242.0,5241.0,25.0,207.0,0.0,162.0,4429.0,62305.0,115800.0,1530.0 +13089023506,"Census Tract 235.06, DeKalb County, Georgia",6474,4509.0,42301.0,88900.0,1051.0,419.0,5801.0,0.0,0.0,0.0,0.0,228.0,26.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 235.06,7486.764829000001,304.1307001,7058.604665000001,19.00302197,15.00642168,1.0,76.01699857,4495.0629770000005,48517.19507,99396.86957000001,822.1639417 +13089023412,"Census Tract 234.12, DeKalb County, Georgia",5648,4355.0,47004.0,105300.0,1222.0,125.0,5381.0,0.0,85.0,0.0,0.0,29.0,28.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.12,6857.0,297.0,6452.0,24.0,25.0,0.0,45.0,4162.0,56289.0,121700.0,1265.0 +13089020700,"Census Tract 207, DeKalb County, Georgia",2231,1665.0,53833.0,295300.0,908.0,1235.0,813.0,0.0,36.0,0.0,25.0,67.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 207,2619.0,242.0,2104.0,5.0,8.0,0.0,257.0,1750.0,30183.0,106100.0,255.0 +13089023416,"Census Tract 234.16, DeKalb County, Georgia",6811,4561.0,64215.0,120000.0,1466.0,193.0,6572.0,0.0,0.0,0.0,0.0,1.0,45.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.16,5676.0,280.0,5309.0,9.0,13.0,0.0,41.0,3422.0,67644.0,126600.0,1174.0 +13089020500,"Census Tract 205, DeKalb County, Georgia",3305,2685.0,55208.0,239600.0,1220.0,1596.0,1286.0,0.0,95.0,0.0,11.0,137.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 205,3197.7323100000003,231.618454,2856.294678,1.9967107769999999,8.985198975,0.0,93.84540558,2131.48877,28146.998839999997,87499.9969,206.65956119999998 +13089020900,"Census Tract 209, DeKalb County, Georgia",5811,4809.0,66536.0,216300.0,2071.0,2708.0,2790.0,0.0,108.0,0.0,0.0,77.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 209,6440.0,1024.0,5209.0,16.0,36.0,0.0,139.0,4326.0,34630.0,94500.0,683.0 +13089021204,"Census Tract 212.04, DeKalb County, Georgia",3555,1908.0,26523.0,,62.0,95.0,93.0,529.0,131.0,0.0,0.0,51.0,3090.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.04,5673.0,366.0,137.0,5.0,1013.0,4.0,4072.0,2921.0,37149.0,156700.0,209.0 +13089021213,"Census Tract 212.13, DeKalb County, Georgia",3687,2419.0,147550.0,542000.0,1770.0,3259.0,62.0,0.0,198.0,0.0,0.0,64.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.13,3177.949973,2986.837216,51.25793239,2.994197999,65.90929982,0.000329847,67.94039406,2200.983331,130872.3422,328948.693,1574.433913 +13089021805,"Census Tract 218.05, DeKalb County, Georgia",7038,4931.0,57297.0,188200.0,2022.0,2843.0,2101.0,16.0,712.0,0.0,86.0,313.0,983.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.05,6416.0,3800.0,1521.0,23.0,502.0,0.0,529.0,4554.0,57079.0,129100.0,1627.0 +13089022004,"Census Tract 220.04, DeKalb County, Georgia",6031,3708.0,50431.0,142100.0,939.0,609.0,4150.0,0.0,956.0,0.0,0.0,198.0,118.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 220.04,5751.535787,1129.908813,3701.701172,20.99830437,732.9408569,0.0,143.9883728,3455.7211909999996,53504.0006,125200.002,1038.916138 +13089023208,"Census Tract 232.08, DeKalb County, Georgia",6735,4768.0,40182.0,94900.0,877.0,585.0,5593.0,0.0,197.0,0.0,0.0,93.0,267.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.08,6873.0,760.0,5721.0,24.0,158.0,0.0,188.0,4021.0,48090.0,97100.0,1157.0 +13089023212,"Census Tract 232.12, DeKalb County, Georgia",3984,2818.0,61510.0,112900.0,716.0,122.0,3586.0,0.0,51.0,0.0,0.0,46.0,179.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.12,3878.0,229.0,3528.0,10.0,22.0,0.0,79.0,2265.0,58700.0,118800.0,785.0 +13089023504,"Census Tract 235.04, DeKalb County, Georgia",3536,2205.0,27270.0,93600.0,246.0,175.0,3185.0,0.0,0.0,0.0,66.0,10.0,100.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 235.04,4482.0,80.0,4344.0,11.0,4.0,1.0,34.0,2618.0,39010.0,81600.0,238.0 +13089023602,"Census Tract 236.02, DeKalb County, Georgia",2349,1737.0,39524.0,83600.0,269.0,199.0,2077.0,0.0,0.0,0.0,0.0,59.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 236.02,2912.0,47.0,2823.0,18.0,2.0,0.0,22.0,1831.0,37083.0,83400.0,187.0 +13089020100,"Census Tract 201, DeKalb County, Georgia",2076,1455.0,174526.0,617300.0,1231.0,1885.0,36.0,0.0,25.0,0.0,13.0,22.0,95.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 201,1783.0,1500.0,51.0,4.0,33.0,0.0,192.0,1354.0,96542.0,378900.0,966.0 +13089021301,"Census Tract 213.01, DeKalb County, Georgia",4219,2625.0,50081.0,177300.0,844.0,795.0,1013.0,68.0,637.0,0.0,0.0,314.0,1444.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 213.01,3663.5697490000002,1288.136108,822.1513672,9.893518448,319.56063839999996,0.0,1208.987915,2426.8798829999996,44286.00092,139100.0063,841.9384154999999 +13089023306,"Census Tract 233.06, DeKalb County, Georgia",7161,4735.0,61975.0,126300.0,1550.0,185.0,6267.0,0.0,15.0,0.0,213.0,94.0,387.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.06,5282.0,408.0,4741.0,10.0,26.0,0.0,73.0,3113.0,58841.0,128600.0,987.0 +13089023206,"Census Tract 232.06, DeKalb County, Georgia",7770,5217.0,50142.0,86700.0,1053.0,685.0,6650.0,0.0,224.0,0.0,0.0,52.0,159.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.06,7695.0,955.0,6094.0,16.0,375.0,1.0,229.0,4595.0,50646.0,97100.0,761.0 +13089023411,"Census Tract 234.11, DeKalb County, Georgia",4282,3150.0,37479.0,82600.0,424.0,93.0,4161.0,0.0,0.0,0.0,16.0,12.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.11,4380.0,82.0,4231.0,3.0,8.0,2.0,49.0,2674.0,45112.0,88200.0,383.0 +13089023413,"Census Tract 234.13, DeKalb County, Georgia",3788,2802.0,52457.0,103100.0,696.0,109.0,3566.0,0.0,0.0,0.0,0.0,37.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.13,4053.0,308.0,3679.0,5.0,9.0,0.0,38.0,2624.0,65342.0,118700.0,648.0 +13089023802,"Census Tract 238.02, DeKalb County, Georgia",4599,2952.0,41276.0,145600.0,887.0,947.0,3054.0,58.0,80.0,0.0,18.0,141.0,301.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 238.02,4485.847272999999,749.2341994,3568.552553,23.00535853,3.0173364339999997,0.0,134.031836,2575.7156760000003,25444.923609999998,89718.4203,269.35240239999996 +13089021208,"Census Tract 212.08, DeKalb County, Georgia",4273,3192.0,67850.0,248000.0,1943.0,2681.0,449.0,20.0,656.0,0.0,0.0,121.0,346.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.08,2336.999965,1536.079346,125.6346054,9.815203667,156.06173710000002,0.0,502.5384216,1677.418335,70035.99773999999,183599.9953,813.6803589 +13089021214,"Census Tract 212.14, DeKalb County, Georgia",6128,4049.0,140481.0,455100.0,3292.0,5155.0,216.0,0.0,423.0,0.0,0.0,94.0,240.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.14,5604.0,5165.880138,80.03200502,11.00188265,237.04141830000003,0.0,106.04267340000001,3973.3850020000004,108315.867,316604.3532,2820.990901 +13089021209,"Census Tract 212.09, DeKalb County, Georgia",6200,5029.0,72317.0,361200.0,3194.0,3815.0,652.0,128.0,997.0,0.0,0.0,87.0,616.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.09,5267.0,3317.920622,951.3653927000001,20.184796300000002,438.93826129999997,0.0,493.4615706999999,3969.581688,44499.995010000006,192660.1803,1698.319613 +13089022403,"Census Tract 224.03, DeKalb County, Georgia",3903,2757.0,151037.0,627300.0,2388.0,3386.0,142.0,15.0,210.0,0.0,0.0,92.0,58.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 224.03,4021.999968,3602.417236,177.8231506,15.9841032,127.8728256,0.99900645,87.91256714,2786.229004,99509.9967,359400.01399999997,2213.79834 +13089980000,"Census Tract 9800, DeKalb County, Georgia",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 9800,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +13089023428,"Census Tract 234.28, DeKalb County, Georgia",9758,5940.0,39641.0,70800.0,1217.0,229.0,9219.0,42.0,29.0,0.0,30.0,90.0,119.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.28,6731.999965999999,325.0716858,6256.12207,7.372759819,18.09677505,0.670250893,105.22939299999999,4015.4731450000004,47224.9979,95799.99835,1126.0214839999999 +13089023426,"Census Tract 234.26, DeKalb County, Georgia",4767,3356.0,72250.0,143900.0,1286.0,25.0,4643.0,0.0,0.0,0.0,0.0,50.0,49.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.26,3580.0299259999997,104.7470322,3424.772461,4.968238831,7.866377831,0.0,30.22345161,2183.126953,65642.99855,113700.0055,683.5468139999999 +13089023425,"Census Tract 234.25, DeKalb County, Georgia",5076,3668.0,59966.0,102700.0,1245.0,123.0,4799.0,0.0,0.0,0.0,0.0,134.0,20.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.25,5066.970074,148.2529755,4847.227539,7.031761169,11.13362217,0.0,42.77655029,3089.873047,65643.00102000001,113699.9961,967.453186 +13089023312,"Census Tract 233.12, DeKalb County, Georgia",10131,6459.0,65716.0,151500.0,2544.0,410.0,9158.0,6.0,88.0,0.0,82.0,237.0,156.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.12,7104.029844,784.9016128,6084.987348,13.96859638,68.51282196,0.0,141.6816514,4339.577243,68155.97417,146799.8659,1823.232077 +13089022204,"Census Tract 222.04, DeKalb County, Georgia",7541,5157.0,47421.0,178000.0,2324.0,2451.0,1720.0,0.0,1984.0,0.0,0.0,373.0,1013.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 222.04,5991.041328,3207.02832,1556.727295,34.02682495,846.0306396,3.093347788,306.2414246,4291.246582,40957.00107,126700.0017,1757.7949219999998 +13089023423,"Census Tract 234.23, DeKalb County, Georgia",7820,5379.0,73042.0,132700.0,1697.0,249.0,7216.0,0.0,0.0,0.0,0.0,142.0,213.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.23,5388.1832380000005,443.19940189999994,4830.456055,10.14049721,32.8074913,0.0,60.24648666,3246.748779,49497.000680000005,100900.0025,666.8868408 +13089023419,"Census Tract 234.19, DeKalb County, Georgia",10254,6798.0,64205.0,152200.0,2045.0,224.0,9536.0,0.0,4.0,0.0,0.0,317.0,173.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.19,5983.000104,170.3304291,5725.016602000001,7.655300617000001,11.10018539,0.0,58.56304932,3526.414063,51719.00094,110900.0015,917.1049805 +13089023311,"Census Tract 233.11, DeKalb County, Georgia",4937,3110.0,77065.0,155300.0,1073.0,214.0,4507.0,0.0,1.0,0.0,16.0,50.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.11,3575.9998479999995,395.10110469999995,3063.038086,7.031460285,34.48764038,0.0,71.31909943,2184.44043,68156.00054,146799.9977,917.7730103 +13089023213,"Census Tract 232.13, DeKalb County, Georgia",6797,4241.0,43821.0,122300.0,973.0,93.0,6075.0,0.0,305.0,0.0,60.0,182.0,82.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.13,4254.999913000001,169.89370730000002,3960.198486,5.7428860660000005,40.67877579,0.0,64.60746765,2498.634033,45015.00007,114199.9998,642.2460937999999 +13089023114,"Census Tract 231.14, DeKalb County, Georgia",2869,1779.0,50889.0,105000.0,532.0,507.0,2003.0,7.0,92.0,0.0,21.0,111.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.14,2689.000003,505.82418820000004,1943.632935,9.647872925,66.70815277,0.0,114.3962097,1639.587036,40034.001619999995,105600.0037,315.07196039999997 +13089023112,"Census Tract 231.12, DeKalb County, Georgia",4958,3002.0,26870.0,94400.0,457.0,137.0,4369.0,0.0,39.0,0.0,0.0,264.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.12,5769.000171,365.26257319999996,5027.731934,11.51037502,89.78092957,0.0,260.134491,3347.217285,34553.99839,101099.9994,728.9904175 +13089021912,"Census Tract 219.12, DeKalb County, Georgia",3914,3052.0,144844.0,353300.0,2041.0,2337.0,1140.0,19.0,263.0,0.0,15.0,50.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.12,3562.1398,1244.525768,2001.401324,11.576075900000001,153.79919819999998,0.39702573399999996,133.6936605,2311.537172,50188.62352,279254.4456,957.1917892000001 +13089021910,"Census Tract 219.10, DeKalb County, Georgia",5366,3779.0,41951.0,115700.0,1306.0,689.0,3948.0,0.0,541.0,0.0,12.0,42.0,134.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.10,4513.46416,666.9166152,3078.4022170000003,12.22100899,245.02729810000002,0.0,489.9479287,2774.0632760000003,42376.85733,110502.0678,812.9591385 +13089021604,"Census Tract 216.04, DeKalb County, Georgia",3101,2199.0,150625.0,460700.0,1735.0,2465.0,251.0,0.0,284.0,0.0,7.0,10.0,84.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 216.04,2830.999947,1979.1079100000002,323.31265260000004,10.85882187,121.89903259999998,0.0,383.561615,2044.611084,67422.99912000001,252899.9951,1145.080322 +13089021504,"Census Tract 215.04, DeKalb County, Georgia",5106,3908.0,58519.0,369100.0,3080.0,3615.0,500.0,0.0,701.0,0.0,0.0,123.0,167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 215.04,5387.999972,4243.609863000001,414.8195496,18.61742783,436.3459778,0.0,219.3365784,3779.919678,47199.99903,224700.0,2561.641602 +13089021503,"Census Tract 215.03, DeKalb County, Georgia",3970,2649.0,52434.0,343600.0,1500.0,2142.0,490.0,111.0,609.0,0.0,0.0,40.0,689.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 215.03,3872.966908,3050.364014,298.177887,13.38245773,313.6513672,0.0,157.6620789,2717.057129,47200.000660000005,224700.0,1841.342529 +13089021417,"Census Tract 214.17, DeKalb County, Georgia",6152,3744.0,47616.0,226100.0,1070.0,889.0,686.0,765.0,303.0,0.0,37.0,124.0,4113.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.17,5576.000153,1818.937256,699.7935181,12.70758343,238.81494139999998,0.438192546,2788.657471,3469.608643,52238.99951,282799.99600000004,1389.9467769999999 +13089021306,"Census Tract 213.06, DeKalb County, Georgia",5198,3322.0,49835.0,157700.0,1021.0,1077.0,728.0,139.0,549.0,0.0,0.0,50.0,2794.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 213.06,5802.879497999999,1941.1228210000002,1524.516594,15.15164609,389.21523160000004,3.2235407830000002,1898.3286850000002,3733.9328939999996,44244.84812,148043.7716,1151.318357 +13089021305,"Census Tract 213.05, DeKalb County, Georgia",5275,2774.0,49487.0,274100.0,1056.0,1628.0,1038.0,193.0,349.0,18.0,0.0,116.0,2098.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 213.05,4969.19865,1662.010655,1306.604194,12.99253153,332.71101880000003,2.7764592169999998,1625.26026,3197.077728,44235.76038,148025.4746,984.6761847999999 +13089021415,"Census Tract 214.15, DeKalb County, Georgia",3678,2733.0,104226.0,501200.0,1992.0,2443.0,185.0,66.0,303.0,0.0,0.0,112.0,598.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.15,3123.631863,1019.188975,392.01910560000005,7.119328715,133.79262930000002,0.24542239300000002,1561.9378179999999,1943.777095,52242.276289999994,282788.3228,778.7671382 +13089021102,"Census Tract 211.02, DeKalb County, Georgia",5693,4113.0,83628.0,449500.0,3088.0,4278.0,741.0,0.0,331.0,0.0,0.0,73.0,270.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 211.02,5517.000051,3808.858398,1112.8596189999998,15.54084492,233.7883606,0.0,316.22241210000004,4002.1054689999996,71758.00145,315799.9865,2256.801025 +13089021307,"Census Tract 213.07, DeKalb County, Georgia",3975,2556.0,49468.0,157300.0,750.0,1151.0,267.0,73.0,1011.0,0.0,0.0,115.0,1416.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 213.07,3988.605114,1247.91713,431.83541490000005,13.36946583,695.8122940000001,1.619183749,1589.299698,2564.265305,46150.77217,126896.2205,581.2314911000001 +13089021412,"Census Tract 214.12, DeKalb County, Georgia",3667,2725.0,119297.0,391200.0,2035.0,2905.0,127.0,17.0,255.0,0.0,32.0,37.0,294.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.12,3390.0000979999995,2659.627197,244.216629,22.20151138,141.1788483,0.0,309.11337280000004,2653.365234,51968.00176,174299.9957,1349.7380369999998 +13089021410,"Census Tract 214.10, DeKalb County, Georgia",5382,3816.0,55208.0,188400.0,1373.0,1627.0,571.0,45.0,92.0,0.0,0.0,176.0,2871.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.10,4928.00017,1081.606567,937.7640381000001,12.26564121,224.1267242,0.0,2654.953857,3006.754639,42892.00026,173299.9981,738.1685791 +13089021216,"Census Tract 212.16, DeKalb County, Georgia",7834,6110.0,84889.0,492500.0,4966.0,4541.0,1311.0,0.0,1597.0,0.0,0.0,119.0,266.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.16,4116.999798,3273.375977,272.7331848,19.64603424,413.1445313,0.0,120.1875,3123.141602,66942.9961,282900.0028,2198.622314 +13089021911,"Census Tract 219.11, DeKalb County, Georgia",2324,1369.0,23532.0,58000.0,80.0,37.0,2144.0,0.0,0.0,0.0,0.0,0.0,143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.11,3242.999949,479.17456050000004,2211.896484,8.780685425,176.0318451,0.0,352.0636902,1993.215698,42376.00137,110499.9988,584.1246947999999 +13089021416,"Census Tract 214.16, DeKalb County, Georgia",2391,1646.0,79844.0,326500.0,911.0,950.0,164.0,176.0,162.0,0.0,0.0,11.0,1104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.16,4025.9998950000004,1313.314331,505.2669373,9.175167084,172.4298553,0.316385061,2013.4744870000002,2505.136963,52239.00007,282800.0023,1003.573425 +13089021413,"Census Tract 214.13, DeKalb County, Georgia",4450,2692.0,42143.0,338300.0,436.0,711.0,372.0,207.0,39.0,0.0,0.0,63.0,3248.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.13,4195.999956000001,1073.938477,1355.683105,16.0579834,349.3828125,0.486605585,1385.366089,2789.709717,40351.99985,162399.9972,742.5601196 +13089021411,"Census Tract 214.11, DeKalb County, Georgia",3400,2694.0,96071.0,531500.0,2202.0,2745.0,254.0,0.0,146.0,9.0,5.0,61.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.11,2565.000079,2012.3728030000002,184.7833862,16.79848862,106.8211594,0.0,233.8866577,2007.6347660000001,51968.00127,174300.0011,1021.262024 +13089023427,"Census Tract 234.27, DeKalb County, Georgia",2763,1930.0,65265.0,122100.0,736.0,92.0,2430.0,24.0,0.0,0.0,0.0,104.0,113.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.27,3312.000034,159.9283142,3077.878174,3.6272401810000003,8.903225899,0.329749107,51.77061081,1975.526855,47224.99948,95800.00336,553.9785156 +13089023424,"Census Tract 234.24, DeKalb County, Georgia",5730,3514.0,62054.0,131000.0,1001.0,274.0,5332.0,0.0,0.0,0.0,0.0,52.0,72.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.24,3641.9693869999996,299.5664063,3264.991455,6.85414362,22.175170899999998,0.0,40.72167587,2194.535645,49497.001469999996,100900.0005,450.76074220000004 +13089023422,"Census Tract 234.22, DeKalb County, Georgia",5705,3758.0,60313.0,95200.0,976.0,77.0,5373.0,0.0,0.0,0.0,0.0,19.0,236.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.22,4148.000045000001,118.0896912,3969.140625,5.307402134,7.69573307,0.0,40.60162354,2444.854736,51718.99921,110899.9941,635.8267822 +13089023113,"Census Tract 231.13, DeKalb County, Georgia",2914,1938.0,31984.0,211000.0,664.0,708.0,1903.0,0.0,60.0,0.0,10.0,101.0,132.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.13,4544.999899,854.9538574,3285.166016,16.30702209,112.75140379999999,0.0,193.3546906,2771.261963,40033.99969,105600.0029,532.5407104 +13089022010,"Census Tract 220.10, DeKalb County, Georgia",2354,1456.0,58182.0,142200.0,364.0,389.0,796.0,68.0,947.0,0.0,2.0,48.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 220.10,2062.000005,211.2054443,1540.70105,2.685849667,159.68597409999998,0.0,113.04985049999999,1181.041382,40114.99897,94700.00284,274.44500730000004 +13089023111,"Census Tract 231.11, DeKalb County, Georgia",2311,1522.0,59306.0,101700.0,402.0,264.0,1879.0,0.0,24.0,0.0,0.0,96.0,48.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.11,1749.0000530000002,110.7374344,1524.268188,3.489624977,27.21907425,0.0,78.86552429,1014.782959,34554.00099,101099.9983,221.00958250000002 +13089021814,"Census Tract 218.14, DeKalb County, Georgia",5700,3660.0,34887.0,108000.0,1053.0,1161.0,1844.0,0.0,320.0,0.0,54.0,89.0,2232.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.14,6048.85229,1436.794189,2957.590088,18.261238100000003,558.0634155,1.460898995,1041.6209720000002,3788.841553,37021.9988,94499.99727,1503.995483 +13089021409,"Census Tract 214.09, DeKalb County, Georgia",3901,2352.0,46985.0,211800.0,613.0,408.0,1504.0,48.0,204.0,0.0,0.0,89.0,1696.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.09,3911.0000939999995,858.3934937000001,744.2360229,9.734359741,177.873291,0.0,2107.0463870000003,2386.245361,42891.998380000005,173299.9999,585.8314209 +13089021218,"Census Tract 212.18, DeKalb County, Georgia",6088,4649.0,55709.0,161300.0,2713.0,2277.0,2338.0,35.0,727.0,0.0,31.0,201.0,479.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.18,4415.000148,2596.335205,468.81689450000005,9.228679657,691.5357056,0.0,584.4830322,3217.73291,58772.99853,214099.9976,1798.977173 +13089021217,"Census Tract 212.17, DeKalb County, Georgia",2198,1592.0,88000.0,343400.0,979.0,1413.0,388.0,9.0,171.0,0.0,4.0,24.0,189.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.17,2761.000066,1623.665039,293.1831055,5.771321297,432.464325,0.0,365.5169983,2012.267334,58773.00106,214099.9938,1125.022827 +13089021215,"Census Tract 212.15, DeKalb County, Georgia",6251,4412.0,97894.0,433200.0,3527.0,2409.0,321.0,22.0,2918.0,0.0,25.0,101.0,455.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 212.15,3008.658109,2392.203676,199.2908717,14.35547708,301.87870239999995,8.63563e-06,87.84128731,2282.360484,66947.05492000001,282887.4363,1606.7220550000002 +13089021414,"Census Tract 214.14, DeKalb County, Georgia",4092,2636.0,45966.0,310600.0,1028.0,680.0,1327.0,31.0,259.0,0.0,16.0,59.0,1720.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.14,4427.000043999999,1133.061523,1430.316895,16.942016600000002,368.6171875,0.513394415,1461.633911,2943.290283,40352.00014,162400.0027,783.4398804 +13089021101,"Census Tract 211.01, DeKalb County, Georgia",3722,2562.0,162159.0,598700.0,1996.0,3009.0,262.0,0.0,194.0,0.0,32.0,108.0,117.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 211.01,2647.999949,1828.141602,534.1403197999999,7.459154606,112.21163179999999,0.0,151.7775879,1920.894531,71757.99698,315799.9973,1083.198975 +13089023316,"Census Tract 233.16, DeKalb County, Georgia",7992,5463.0,61860.0,136500.0,2032.0,288.0,7247.0,0.0,0.0,0.0,21.0,94.0,342.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.16,7258.019026000001,791.9661865,6256.962402,10.02488804,60.14933014,0.0,116.71833799999999,4462.507324,62757.000270000004,139699.9952,1823.097534 +13089023313,"Census Tract 233.13, DeKalb County, Georgia",5579,3476.0,47010.0,94900.0,796.0,46.0,5170.0,0.0,36.0,0.0,148.0,28.0,151.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.13,4618.999864,316.15386960000006,4158.11084,6.064332485,46.08892822,0.404288828,79.24060822,2732.183838,52346.00197,97000.00066,649.2878417999999 +13089023214,"Census Tract 232.14, DeKalb County, Georgia",6264,3921.0,49304.0,113700.0,972.0,85.0,6035.0,0.0,0.0,0.0,0.0,0.0,144.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 232.14,4635.999822,185.1062775,4314.80127,6.257113457000001,44.321220399999994,0.0,70.39253235,2722.365967,45015.00058,114200.0019,699.7539062999999 +13089022203,"Census Tract 222.03, DeKalb County, Georgia",2098,1651.0,53819.0,250400.0,1010.0,948.0,655.0,0.0,334.0,0.0,24.0,54.0,83.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 222.03,1744.2291579999999,933.7066606000001,453.24779129999996,9.906234546,246.2847412,0.900526734,89.1508744,1249.355514,40958.01252,126711.9118,511.783412 +13089022009,"Census Tract 220.09, DeKalb County, Georgia",5260,3116.0,37086.0,63500.0,824.0,304.0,4098.0,18.0,605.0,180.0,0.0,36.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 220.09,6382.999868999999,653.7945557,4769.298828,8.314149857,494.31402589999993,0.0,349.95013430000006,3655.958496,40114.99954,94699.99721,849.5549927000001 +13089021913,"Census Tract 219.13, DeKalb County, Georgia",4799,2987.0,30962.0,82600.0,686.0,375.0,4039.0,0.0,0.0,0.0,30.0,118.0,237.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 219.13,5382.999861,1874.4576539999998,3033.28793,17.47845497,231.93904550000002,0.60197109,199.8715908,3491.2503619999998,50175.5424,279773.7043,1446.2400949999999 +13089021813,"Census Tract 218.13, DeKalb County, Georgia",2997,1642.0,35991.0,,419.0,149.0,1554.0,47.0,92.0,0.0,0.0,33.0,1169.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 218.13,2232.14771,530.2058105000001,1091.410034,6.738762379,205.9365845,0.539101005,384.3790283,1398.158447,37021.998999999996,94500.00142,555.0044556 +13089021605,"Census Tract 216.05, DeKalb County, Georgia",6128,4004.0,69509.0,384600.0,2247.0,2964.0,1636.0,0.0,374.0,0.0,23.0,354.0,777.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 216.05,5251.000053,3670.89209,599.6873168999999,20.14117813,226.1009674,0.0,711.4384155,3792.3889159999994,67422.9967,252899.9921,2123.919678 +13089021308,"Census Tract 213.08, DeKalb County, Georgia",4189,2941.0,46496.0,166500.0,973.0,1162.0,398.0,252.0,627.0,0.0,5.0,21.0,1976.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 213.08,5102.000247999999,1644.036255,535.3626709,15.76313114,903.7528687000001,0.583819687,1989.07373,3311.425293,46820.99837,128199.9969,775.3125610000001 +13089023421,"Census Tract 234.21, DeKalb County, Georgia",8287,4921.0,40399.0,86800.0,1405.0,136.0,7543.0,0.0,0.0,0.0,0.0,412.0,196.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 234.21,5499.999851,156.5798645,5262.842772999999,7.037297249,10.20408154,0.0,53.83532715,3241.731201,51718.99957,110900.0028,843.0682373 +13089023315,"Census Tract 233.15, DeKalb County, Georgia",5489,3371.0,66818.0,136400.0,1052.0,302.0,4930.0,56.0,0.0,0.0,7.0,101.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.15,2877.964057,314.03198239999995,2481.023193,3.9750885960000004,23.85053062,0.0,46.28138733,1769.4823,62756.999489999995,139699.9955,722.8982543999999 +13089023314,"Census Tract 233.14, DeKalb County, Georgia",5801,4214.0,51339.0,92700.0,1201.0,139.0,5180.0,0.0,51.0,0.0,0.0,106.0,325.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 233.14,6806.000136,465.84613039999994,6126.88916,8.935667992,67.91107178,0.595711172,116.7593918,4025.8161619999996,52346.00153,96999.99955,956.7121582000001 +13089023115,"Census Tract 231.15, DeKalb County, Georgia",2272,1538.0,,,119.0,175.0,1815.0,26.0,6.0,0.0,0.0,114.0,136.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 231.15,2521.000098,474.22195430000005,1822.20105,9.04510498,62.54044342,0.0,107.2491074,1537.151001,40033.998830000004,105600.002,295.3872986 +13097080103,"Census Tract 801.03, Douglas County, Georgia",6730,4657.0,39157.0,82800.0,986.0,2047.0,3520.0,0.0,147.0,0.0,0.0,39.0,977.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 801.03,6136.438198,3522.687256,2125.748535,38.32479477,136.69175719999998,0.0,303.40460210000003,4027.297119,38540.00046,109600.0008,1068.623047 +13097080403,"Census Tract 804.03, Douglas County, Georgia",4632,3131.0,71900.0,158800.0,640.0,2685.0,1308.0,0.0,32.0,0.0,0.0,231.0,376.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 804.03,2327.975075,1907.4984129999998,349.2372131,17.60515785,11.46382332,0.0,40.94222641,1531.23938,44874.99925,96499.99969,160.9029541 +13097080604,"Census Tract 806.04, Douglas County, Georgia",10078,6154.0,65687.0,151400.0,1541.0,3289.0,5974.0,9.0,243.0,15.0,0.0,122.0,426.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 806.04,5342.999736,4109.333496,937.9764403999999,30.32718277,99.64645386,0.0,152.177475,3330.032959,60386.99986,110099.9983,786.8820801 +13097080202,"Census Tract 802.02, Douglas County, Georgia",11069,6899.0,49411.0,88600.0,1564.0,3656.0,4932.0,0.0,176.0,0.0,0.0,171.0,2134.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 802.02,6931.0,5016.0,1519.0,51.0,94.0,1.0,238.0,4471.0,46822.0,95400.0,691.0 +13097080301,"Census Tract 803.01, Douglas County, Georgia",12722,7259.0,41946.0,104300.0,1399.0,2226.0,9085.0,27.0,168.0,0.0,14.0,177.0,1052.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 803.01,7121.001778,3606.513725,3161.7537989999996,40.12652741,51.15951306,1.000805862,244.41592480000003,4199.417808,37662.248060000005,92266.7243,353.3923995 +13097080505,"Census Tract 805.05, Douglas County, Georgia",4806,2933.0,43906.0,116000.0,581.0,2945.0,1464.0,0.0,139.0,0.0,8.0,51.0,199.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 805.05,3439.0,2930.0,378.0,23.0,21.0,0.0,84.0,2133.0,46765.0,89100.0,338.0 +13097080402,"Census Tract 804.02, Douglas County, Georgia",8445,5564.0,88536.0,216500.0,1817.0,6990.0,1166.0,0.0,31.0,0.0,16.0,132.0,110.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 804.02,5478.923027000001,5148.926646,206.9979525,30.9995788,23.99966745,0.0,64.99912676,3596.9495859999997,62305.9771,124699.9619,575.9916147999999 +13097080602,"Census Tract 806.02, Douglas County, Georgia",5871,3805.0,67813.0,172900.0,1249.0,2010.0,3324.0,0.0,134.0,0.0,24.0,212.0,167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 806.02,3797.0,2732.0,881.0,18.0,64.0,1.0,88.0,2353.0,46890.0,94800.0,500.0 +13097080201,"Census Tract 802.01, Douglas County, Georgia",5530,3445.0,54555.0,109800.0,646.0,2803.0,1497.0,0.0,0.0,0.0,38.0,0.0,1192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 802.01,4844.369964,4222.787109000001,359.0263977,53.70478058,37.79225159,0.0,154.1526031,3181.510986,45687.99858,88500.00313,384.8842468 +13097080506,"Census Tract 805.06, Douglas County, Georgia",5635,3651.0,59479.0,111800.0,819.0,4049.0,1058.0,0.0,9.0,0.0,10.0,158.0,351.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 805.06,5010.0,4417.0,442.0,32.0,25.0,0.0,83.0,3345.0,49088.0,90200.0,340.0 +13097080507,"Census Tract 805.07, Douglas County, Georgia",3796,2418.0,71458.0,150900.0,600.0,2456.0,948.0,0.0,0.0,0.0,0.0,51.0,341.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 805.07,2442.0,2233.0,109.0,19.0,40.0,0.0,41.0,1488.0,64667.0,101200.0,242.0 +13097080102,"Census Tract 801.02, Douglas County, Georgia",7808,4870.0,54071.0,153800.0,1618.0,1717.0,5292.0,96.0,153.0,0.0,0.0,29.0,521.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 801.02,3457.999911,1985.10144,1197.89978,21.59675217,77.02841187,0.0,170.9742889,2269.45874,38540.0012,109600.0049,602.1894531 +13097080508,"Census Tract 805.08, Douglas County, Georgia",5122,3600.0,54673.0,133900.0,1009.0,2869.0,1815.0,0.0,0.0,0.0,0.0,80.0,358.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 805.08,5405.9998399999995,4439.988281,679.925415,29.09348106,122.3003769,0.0,124.9942169,3512.7685549999997,61209.00124,121099.9982,1072.148682 +13097080510,"Census Tract 805.10, Douglas County, Georgia",7754,4893.0,64924.0,136600.0,1331.0,2651.0,3174.0,9.0,140.0,0.0,0.0,124.0,1665.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 805.10,5225.000132,4194.236816,794.7919312000001,28.02510262,87.99882507,1.6815061569999998,105.3743896,3229.052246,60351.998,115099.9965,775.7348632999999 +13097080509,"Census Tract 805.09, Douglas County, Georgia",6129,4117.0,82411.0,198400.0,1749.0,3188.0,2095.0,11.0,221.0,0.0,0.0,62.0,552.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 805.09,4629.6248350000005,3802.2610090000003,582.3597922,24.91574048,104.72992109999998,0.0,107.0520574,3008.243969,61208.734820000005,121095.8713,918.0905730000001 +13097080603,"Census Tract 806.03, Douglas County, Georgia",7015,4924.0,84414.0,188300.0,1687.0,3103.0,3348.0,0.0,107.0,0.0,0.0,33.0,424.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 806.03,4525.66281,3480.49561,794.6610913,25.68804851,84.38911391,0.0,128.9589106,2820.669129,60365.093,110086.3632,666.3612172 +13097080511,"Census Tract 805.11, Douglas County, Georgia",9158,5987.0,80430.0,170900.0,2240.0,3597.0,4709.0,0.0,74.0,0.0,32.0,94.0,652.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 805.11,4096.999868,3288.763184,623.2080687999999,21.97489738,69.00117493,1.318493843,82.62561035,2531.947754,60352.00255,115100.0045,608.2651367000001 +13097080304,"Census Tract 803.04, Douglas County, Georgia",5769,4175.0,36651.0,128800.0,982.0,2372.0,2882.0,3.0,183.0,0.0,3.0,96.0,230.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 803.04,4615.925273,3314.590088,993.4636230000001,26.32759094,70.92330933,0.0,196.65098569999998,2922.899902,38843.99969,90700.00259,519.5669556 +13097080404,"Census Tract 804.04, Douglas County, Georgia",8092,5167.0,51056.0,155500.0,1286.0,4412.0,2454.0,0.0,313.0,0.0,21.0,173.0,719.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 804.04,3536.806599,2904.246525,523.5902688,26.42188469,17.82909523,0.008127073,62.66959645,2317.4978260000003,45524.735810000006,97079.7023,250.6001347 +13097080303,"Census Tract 803.03, Douglas County, Georgia",3991,2423.0,45617.0,89900.0,292.0,1730.0,1680.0,11.0,38.0,0.0,0.0,72.0,460.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Douglas County,Census Tract 803.03,3974.677552,2854.72244,854.9019261,22.69108418,61.0411624,0.0,169.29013840000002,2516.940131,38850.57785,90696.75648,447.2595155 +13113140207,"Census Tract 1402.07, Fayette County, Georgia",5493,3963.0,102667.0,362200.0,2565.0,4269.0,346.0,0.0,488.0,0.0,45.0,254.0,91.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1402.07,5378.059993,4490.968261999999,441.9598999,16.38846588,241.069046,0.528660178,173.9291992,3471.1826170000004,76294.00168,202899.9963,1746.6932370000002 +13113140208,"Census Tract 1402.08, Fayette County, Georgia",7583,4778.0,81549.0,289900.0,2569.0,4934.0,1009.0,88.0,370.0,25.0,0.0,192.0,965.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1402.08,4794.939704,4004.031494,394.04006960000004,14.61153316,214.9309387,0.47133979200000004,155.0707855,3094.817139,76293.99893,202899.9914,1557.3066410000001 +13113140408,"Census Tract 1404.08, Fayette County, Georgia",2988,1988.0,73488.0,171900.0,665.0,2347.0,233.0,0.0,67.0,0.0,37.0,155.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1404.08,3398.0,2722.0,524.0,12.0,39.0,0.0,98.0,2020.0,79092.0,144700.0,614.0 +13113140304,"Census Tract 1403.04, Fayette County, Georgia",5928,4202.0,98674.0,214300.0,1848.0,4609.0,413.0,0.0,213.0,0.0,0.0,127.0,566.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1403.04,6350.0,5674.0,224.0,24.0,172.0,1.0,227.0,4152.0,70810.0,145900.0,1431.0 +13113140404,"Census Tract 1404.04, Fayette County, Georgia",5397,3976.0,83325.0,219300.0,1620.0,3450.0,1434.0,16.0,145.0,0.0,0.0,72.0,296.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1404.04,4547.0,3745.0,562.0,9.0,96.0,0.0,124.0,2963.0,60256.0,153400.0,971.0 +13113140305,"Census Tract 1403.05, Fayette County, Georgia",5442,3504.0,101250.0,279400.0,1688.0,3129.0,769.0,0.0,796.0,0.0,10.0,131.0,607.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1403.05,2189.0,1951.0,121.0,7.0,41.0,0.0,66.0,1504.0,70417.0,181100.0,467.0 +13113140307,"Census Tract 1403.07, Fayette County, Georgia",5215,3094.0,160625.0,422600.0,2312.0,4468.0,283.0,18.0,59.0,0.0,20.0,143.0,242.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1403.07,4051.7173329999996,3664.458939,174.142479,19.01448939,92.0378334,1.0,87.05876252,2191.453536,113929.9151,282030.9206,1383.717225 +13113140502,"Census Tract 1405.02, Fayette County, Georgia",3601,2323.0,85034.0,238000.0,805.0,3306.0,133.0,52.0,9.0,0.0,0.0,29.0,72.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1405.02,2975.595423,2825.598145,60.38851547,30.19425774,20.45417404,0.974008322,38.96033478,1848.667847,63321.99887999999,149999.9975,364.2791138 +13113140206,"Census Tract 1402.06, Fayette County, Georgia",4462,3046.0,117583.0,447500.0,1751.0,3638.0,173.0,0.0,309.0,0.0,0.0,104.0,238.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1402.06,3561.0,3198.0,166.0,2.0,111.0,0.0,80.0,2300.0,80461.0,329200.0,1107.0 +13113140405,"Census Tract 1404.05, Fayette County, Georgia",3859,2525.0,101681.0,245100.0,893.0,2724.0,851.0,15.0,80.0,0.0,0.0,107.0,97.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1404.05,3328.061795,2850.948006,332.70430760000005,17.04094812,68.19772090000001,0.0,56.15326294,2108.7254120000002,85191.29879,186321.1096,738.1032592 +13113140407,"Census Tract 1404.07, Fayette County, Georgia",8191,5469.0,70227.0,193300.0,1932.0,4254.0,2768.0,0.0,365.0,0.0,11.0,467.0,326.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1404.07,6028.499079,5077.682129,601.2518921,34.95650482,168.789978,0.0,130.837204,4033.9807130000004,48166.99815,141999.9957,941.828125 +13113140501,"Census Tract 1405.01, Fayette County, Georgia",6357,4205.0,96099.0,329500.0,1835.0,5590.0,427.0,56.0,134.0,1.0,0.0,2.0,148.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1405.01,4693.687308,4368.942909,178.46901359999998,18.79125232,47.50799137,0.025991691,73.98090601,3094.878616,72142.07977000001,215978.5536,900.0036687999999 +13113140303,"Census Tract 1403.03, Fayette County, Georgia",4859,3178.0,84459.0,272900.0,1516.0,4248.0,142.0,6.0,150.0,0.0,0.0,159.0,160.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1403.03,5055.0,4298.0,289.0,13.0,214.0,1.0,229.0,3179.0,70000.0,176700.0,1308.0 +13113140204,"Census Tract 1402.04, Fayette County, Georgia",5322,3577.0,88889.0,263600.0,1458.0,2498.0,1516.0,0.0,53.0,0.0,56.0,73.0,1126.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1402.04,4501.0,3646.0,518.0,50.0,73.0,0.0,204.0,2719.0,58802.0,170900.0,658.0 +13113140101,"Census Tract 1401.01, Fayette County, Georgia",7395,5226.0,75643.0,227600.0,2069.0,1576.0,4485.0,0.0,323.0,0.0,286.0,92.0,633.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1401.01,6597.1789770000005,3260.131082,3044.0371210000003,48.00084885,93.00558283,6.52963e-05,131.0038851,4335.1220060000005,73079.0196,158999.6954,1494.03908 +13113140203,"Census Tract 1402.03, Fayette County, Georgia",5835,3822.0,85045.0,244800.0,1805.0,3435.0,1621.0,77.0,186.0,0.0,25.0,68.0,423.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1402.03,3492.0,3251.0,122.0,17.0,52.0,0.0,49.0,2340.0,67243.0,153100.0,756.0 +13113140306,"Census Tract 1403.06, Fayette County, Georgia",7676,5164.0,86574.0,279400.0,3272.0,5998.0,328.0,0.0,511.0,0.0,0.0,84.0,755.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1403.06,6947.0,5693.0,528.0,26.0,343.0,1.0,334.0,4344.0,71759.0,184500.0,1773.0 +13113140403,"Census Tract 1404.03, Fayette County, Georgia",5426,3891.0,79021.0,225300.0,1836.0,2096.0,2703.0,0.0,243.0,3.0,0.0,122.0,259.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1404.03,4521.0,3225.0,1010.0,5.0,166.0,0.0,100.0,3045.0,81809.0,174700.0,1220.0 +13113140406,"Census Tract 1404.06, Fayette County, Georgia",3785,2450.0,49903.0,146300.0,816.0,1856.0,1271.0,12.0,0.0,51.0,11.0,272.0,312.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1404.06,3372.4390770000005,2859.369826,299.0437913,15.00254601,89.01229358,0.0,105.00952930000001,2534.293809,54159.283070000005,129401.461,719.0685967000001 +13113140102,"Census Tract 1401.02, Fayette County, Georgia",5492,3886.0,75264.0,171700.0,1425.0,2329.0,2358.0,0.0,370.0,8.0,0.0,86.0,341.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fayette County,Census Tract 1401.02,5481.82094,4014.868896,1136.9628910000001,25.99915123,170.99441530000001,1.999934673,118.9961166,3736.8779299999997,73806.99844,147899.9955,1196.9609380000002 +13117130105,"Census Tract 1301.05, Forsyth County, Georgia",2740,1692.0,42135.0,182000.0,378.0,2111.0,93.0,9.0,3.0,0.0,0.0,8.0,516.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1301.05,1832.000027,1747.157104,4.745130539,8.731040001,7.592208862000001,0.0,62.44591904,1203.554932,50798.00225,135599.9993,238.9647827 +13117130205,"Census Tract 1302.05, Forsyth County, Georgia",3607,2150.0,67188.0,225200.0,787.0,2439.0,180.0,0.0,169.0,6.0,0.0,20.0,793.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1302.05,1399.026321,1335.030029,0.874664783,7.580428123,4.373323917,0.0,50.29322433,919.8557739,58294.001370000005,136399.9981,242.86524959999997 +13117130603,"Census Tract 1306.03, Forsyth County, Georgia",6536,4166.0,133081.0,364200.0,2924.0,3478.0,488.0,0.0,1752.0,0.0,0.0,140.0,678.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.03,1539.290462,1394.830933,14.73032475,6.199248314,31.05311584,0.0,90.60002899,1000.353943,91047.00063,225599.9982,485.41821289999996 +13117130610,"Census Tract 1306.10, Forsyth County, Georgia",4722,3061.0,141055.0,384100.0,2127.0,3643.0,80.0,0.0,696.0,0.0,0.0,102.0,201.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.10,3714.278604,3365.700439,35.54399109,14.95866871,74.93058014,0.0,218.61613459999998,2413.834961,91046.99884,225600.0097,1171.304932 +13117130606,"Census Tract 1306.06, Forsyth County, Georgia",4697,3186.0,118031.0,333000.0,1961.0,3575.0,178.0,0.0,529.0,0.0,0.0,33.0,382.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.06,3572.000035,3236.774414,34.18244934,14.38566399,72.06030273,0.0,210.2418671,2321.371094,91046.99816,225599.9969,1126.437134 +13117130604,"Census Tract 1306.04, Forsyth County, Georgia",4787,3068.0,154453.0,335100.0,2255.0,3471.0,108.0,3.0,882.0,0.0,7.0,145.0,174.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.04,2840.999961,2574.377441,27.18710518,11.44167709,57.31335449,0.0,167.2164459,1846.308838,91047.00098,225599.997,895.9147949 +13117130611,"Census Tract 1306.11, Forsyth County, Georgia",4470,2676.0,130250.0,430300.0,1793.0,3445.0,0.0,0.0,764.0,0.0,0.0,45.0,216.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.11,2013.000003,1824.0837399999998,19.26351357,8.107038498,40.60956955,0.0,118.48176570000001,1308.208252,91046.99783,225599.9901,634.8034667999999 +13117130609,"Census Tract 1306.09, Forsyth County, Georgia",6355,3578.0,132775.0,364500.0,2703.0,3423.0,262.0,0.0,2158.0,0.0,0.0,113.0,399.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.09,1356.6457050000001,1229.327026,12.98249531,5.463675499,27.36850357,0.0,79.84986877,881.6567992999999,91046.9985,225600.0063,427.8208313 +13117130607,"Census Tract 1306.07, Forsyth County, Georgia",5915,3626.0,141103.0,379000.0,2570.0,3672.0,82.0,78.0,1733.0,0.0,10.0,120.0,220.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.07,989.3543102,896.505249,9.467679977000001,3.984467745,19.95889282,0.0,58.23171616,642.9614868,91047.00153,225600.0104,311.9947815 +13117130605,"Census Tract 1306.05, Forsyth County, Georgia",4458,3015.0,113990.0,343200.0,1722.0,3393.0,34.0,0.0,807.0,0.0,0.0,79.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.05,1811.999957,1641.947144,17.34003258,7.297542572,36.55466461,0.0,106.65124509999998,1177.5823970000001,91046.99766000001,225600.0031,571.4176636 +13117130602,"Census Tract 1306.02, Forsyth County, Georgia",5808,3804.0,95840.0,233200.0,1707.0,2292.0,390.0,0.0,595.0,0.0,18.0,231.0,2282.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.02,2665.000074,2414.894775,25.50286484,10.73286533,53.76279449,0.0,156.8573914,1731.930054,91046.99721,225599.9978,840.4129027999999 +13117130508,"Census Tract 1305.08, Forsyth County, Georgia",5713,3581.0,126875.0,356700.0,2272.0,4771.0,96.0,0.0,241.0,0.0,22.0,241.0,342.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.08,2777.346985,2600.329346,11.67733097,15.65823936,17.78138924,0.530787766,126.0620956,1875.538574,73892.00168,191199.9996,719.4827881 +13117130507,"Census Tract 1305.07, Forsyth County, Georgia",2698,2046.0,85227.0,237300.0,990.0,2357.0,0.0,0.0,210.0,0.0,0.0,17.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.07,2073.692707,1941.523315,8.718822479,11.69114876,13.27638912,0.396310121,94.12365723,1400.361816,73892.00302,191199.9924,537.1983642999999 +13117130301,"Census Tract 1303.01, Forsyth County, Georgia",5220,3456.0,85938.0,266900.0,1524.0,4511.0,54.0,43.0,215.0,0.0,0.0,98.0,320.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1303.01,2800.999975,2664.02124,8.888536453,15.07876682,20.792825699999998,0.317447722,88.56791687,1826.276733,71993.00205,179799.9944,653.1486816 +13117130409,"Census Tract 1304.09, Forsyth County, Georgia",3190,2159.0,71111.0,203200.0,609.0,2407.0,13.0,0.0,0.0,0.0,0.0,89.0,681.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1304.09,1818.00005,1523.805542,13.62526798,14.45946789,10.01040077,0.278066695,245.53289790000002,1197.633301,44825.99863,139699.9954,250.260025 +13117130305,"Census Tract 1303.05, Forsyth County, Georgia",6298,3888.0,109455.0,294000.0,2158.0,4916.0,180.0,0.0,499.0,0.0,46.0,86.0,571.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1303.05,2071.8914800000002,1970.5687260000002,6.574824333,11.1537199,15.38039207,0.23481515,65.51342773,1350.891602,71992.99701,179800.00600000002,483.1321716 +13117130103,"Census Tract 1301.03, Forsyth County, Georgia",4131,2616.0,64450.0,155100.0,484.0,3705.0,11.0,0.0,0.0,0.0,0.0,64.0,351.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1301.03,2176.018606,2075.243652,5.636185646,10.37058163,9.017897606,0.0,74.17220306,1429.562134,50797.99923,135600.0013,283.83831789999994 +13117130405,"Census Tract 1304.05, Forsyth County, Georgia",4528,2837.0,86792.0,265900.0,1197.0,3679.0,204.0,21.0,78.0,0.0,33.0,9.0,504.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1304.05,1923.000007,1677.4125980000001,7.461995125,10.09564018,11.63193321,0.21947044100000002,213.1058044,1241.544312,54499.9994,133400.0026,276.09381099999996 +13117130504,"Census Tract 1305.04, Forsyth County, Georgia",4164,2945.0,66399.0,217800.0,1223.0,3729.0,206.0,0.0,124.0,0.0,0.0,0.0,105.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.04,3212.999982,3044.966064,9.993203162999999,19.24617004,11.84379673,0.0,119.5483246,2313.241455,66240.00142,167099.9962,757.2627562999999 +13117130505,"Census Tract 1305.05, Forsyth County, Georgia",2758,2080.0,90268.0,314900.0,940.0,2462.0,5.0,5.0,110.0,0.0,0.0,11.0,165.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.05,2138.999941,2027.1342769999999,6.652804852,12.81280899,7.884805678999999,0.0,79.58725739,1540.001099,66239.99842999999,167100.005,504.13476560000004 +13117130503,"Census Tract 1305.03, Forsyth County, Georgia",2581,1864.0,90772.0,329600.0,803.0,2470.0,0.0,0.0,43.0,0.0,0.0,18.0,50.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.03,1430.000023,1355.213745,4.447644234,8.565834045,5.2712821960000005,0.0,53.20700455,1029.5473630000001,66240.00202999999,167099.9955,337.03259280000003 +13117130102,"Census Tract 1301.02, Forsyth County, Georgia",2670,1712.0,80855.0,236900.0,636.0,2564.0,71.0,0.0,8.0,0.0,0.0,14.0,13.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1301.02,1381.999947,1317.997314,3.579568863,6.586406707999999,5.727310181,0.0,47.10712433,907.921875,50797.99961,135600.0043,180.2670898 +13117130303,"Census Tract 1303.03, Forsyth County, Georgia",4411,2825.0,85267.0,207400.0,848.0,3333.0,109.0,0.0,169.0,0.0,0.0,33.0,767.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1303.03,2645.000063,2515.650391,8.393494606,14.23896408,19.63478279,0.299767673,83.63517761,1724.563477,71993.00003,179799.997,616.7719727000001 +13117130201,"Census Tract 1302.01, Forsyth County, Georgia",4972,3144.0,91250.0,240400.0,1023.0,4635.0,18.0,0.0,94.0,0.0,0.0,0.0,225.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1302.01,1446.192134,1380.03833,0.9041526320000001,7.835989475,4.520763397,0.0,51.98877716,950.8671875,58294.00329,136400.0041,251.05305479999998 +13117130613,"Census Tract 1306.13, Forsyth County, Georgia",3777,2479.0,97132.0,389300.0,1456.0,2550.0,55.0,53.0,872.0,0.0,0.0,176.0,71.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.13,789.7095536,715.5968017999999,7.557168961,3.1804301739999996,15.93132877,0.0,46.48096466,513.2163696,91047.00329,225600.0048,249.03643799999998 +13117130307,"Census Tract 1303.07, Forsyth County, Georgia",5026,3216.0,107545.0,302800.0,1650.0,3657.0,200.0,0.0,604.0,0.0,0.0,209.0,356.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1303.07,2105.999993,2003.0092769999999,6.683062077000001,11.33733749,15.63359165,0.238680795,66.59194183,1373.130615,71992.99842999999,179799.9928,491.0857239 +13117130408,"Census Tract 1304.08, Forsyth County, Georgia",3366,2334.0,52321.0,232300.0,743.0,2497.0,81.0,0.0,55.0,0.0,0.0,9.0,724.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1304.08,2742.000027,2298.2807620000003,20.55032158,21.808504100000004,15.09819508,0.419394314,370.3251648,1806.331299,44825.99935,139700.0005,377.454895 +13117130612,"Census Tract 1306.12, Forsyth County, Georgia",6436,3987.0,141061.0,399200.0,2705.0,4860.0,135.0,37.0,1025.0,0.0,7.0,71.0,301.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.12,2896.813042,2624.9526370000003,27.72121048,11.66645527,58.43930817,0.0,170.5014954,1882.580566,91046.99758,225600.0067,913.515564 +13117130608,"Census Tract 1306.08, Forsyth County, Georgia",5839,3648.0,122031.0,549200.0,2363.0,2523.0,152.0,10.0,2869.0,0.0,24.0,138.0,123.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.08,1292.9083859999998,1171.571289,12.37255764,5.206983566,26.08268929,0.0,76.0983963,840.2351685000001,91046.99758,225599.9956,407.7211609 +13117130302,"Census Tract 1303.02, Forsyth County, Georgia",5630,3597.0,112445.0,355700.0,2303.0,5124.0,114.0,0.0,97.0,0.0,11.0,41.0,243.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1303.02,2535.969419,2411.95166,8.047503471,13.65201378,18.82540894,0.287410825,80.18762207,1653.474487,71993.00004,179800.0039,591.3477783 +13117130304,"Census Tract 1303.04, Forsyth County, Georgia",4251,2745.0,112133.0,349100.0,1410.0,3869.0,35.0,7.0,120.0,0.0,0.0,50.0,170.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1303.04,3120.000078,2967.421143,9.90083313,16.79605675,23.16087723,0.35360118700000004,98.65473175,2034.2675780000002,71992.99743999999,179799.9999,727.5344238 +13117130404,"Census Tract 1304.04, Forsyth County, Georgia",4473,2728.0,126250.0,302700.0,1696.0,3047.0,371.0,8.0,515.0,0.0,0.0,91.0,441.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1304.04,1250.000037,1090.361816,4.850491047,6.562428951,7.561059475,0.142661497,138.5243073,807.0360718,54499.99826,133399.9984,179.46817019999997 +13117130306,"Census Tract 1303.06, Forsyth County, Georgia",4804,3282.0,113551.0,385800.0,2007.0,3571.0,188.0,54.0,696.0,0.0,0.0,174.0,146.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1303.06,2350.999905,2236.027832,7.460531235,12.65625858,17.45231438,0.266447544,74.33886719,1532.872681,71992.99803999999,179799.9992,548.2158203 +13117130601,"Census Tract 1306.01, Forsyth County, Georgia",5174,3232.0,78886.0,246800.0,1588.0,2884.0,248.0,38.0,797.0,0.0,0.0,374.0,833.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1306.01,1583.000007,1434.438354,15.14860535,6.375281811,31.93489838,0.0,93.17269897,1028.759888,91047.00466,225599.9952,499.20211789999996 +13117130510,"Census Tract 1305.10, Forsyth County, Georgia",6391,4038.0,120100.0,411800.0,2133.0,4374.0,207.0,0.0,956.0,0.0,16.0,170.0,668.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.10,2353.999927,2203.964844,9.897372246,13.27147579,15.07099819,0.44988054,106.8466263,1589.652832,73891.99745,191199.9934,609.8130493 +13117130406,"Census Tract 1304.06, Forsyth County, Georgia",6657,4220.0,79708.0,230000.0,1814.0,3724.0,604.0,0.0,566.0,0.0,0.0,154.0,1609.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1304.06,1668.9999369999998,1455.850952,6.476375103,8.762154579,10.09552574,0.19048161800000002,184.95765690000002,1077.5545650000001,54499.99754,133399.9974,239.62586980000003 +13117130410,"Census Tract 1304.10, Forsyth County, Georgia",4471,2908.0,46395.0,172700.0,944.0,2720.0,402.0,7.0,325.0,7.0,0.0,77.0,933.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1304.10,1977.999923,1657.913696,14.82441044,15.73202705,10.8914032,0.30253899100000003,267.1419373,1303.0354,44825.99817,139700.0036,272.2850952 +13117130203,"Census Tract 1302.03, Forsyth County, Georgia",5140,3272.0,74805.0,205200.0,1078.0,4514.0,11.0,77.0,19.0,28.0,0.0,30.0,525.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1302.03,3609.807843,3444.6826170000004,2.256835222,19.55923843,11.28417587,0.0,129.7680206,2373.438232,58294.00217000001,136399.9975,626.6478882 +13117130204,"Census Tract 1302.04, Forsyth County, Georgia",5839,3699.0,65000.0,232300.0,1475.0,4883.0,33.0,0.0,258.0,0.0,0.0,143.0,522.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1302.04,1385.973694,1322.5744630000002,0.866504312,7.509704113,4.332521915,0.0,49.82400131,911.2737427000001,58293.99894,136399.9953,240.59936519999997 +13117130506,"Census Tract 1305.06, Forsyth County, Georgia",3811,2274.0,90327.0,259500.0,1047.0,3149.0,0.0,0.0,54.0,0.0,19.0,176.0,413.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.06,1899.0000539999999,1799.6859129999998,5.906347275,11.37518787,7.000115395,0.0,70.65741729999999,1367.210083,66239.99784,167099.9965,447.5698853 +13117130202,"Census Tract 1302.02, Forsyth County, Georgia",4418,2769.0,107500.0,334700.0,1347.0,3998.0,30.0,0.0,71.0,0.0,0.0,62.0,257.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1302.02,1756.0000079999998,1675.674438,1.097843051,9.514639854,5.489215374,0.0,63.12597656,1154.564941,58294.00113,136400.0069,304.8344421 +13117130509,"Census Tract 1305.09, Forsyth County, Georgia",4218,3068.0,81849.0,278000.0,1573.0,3228.0,232.0,34.0,333.0,0.0,0.0,99.0,292.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1305.09,3259.960536,3052.182861,13.70647526,18.37913704,20.87122345,0.623021603,147.9676361,2201.446777,73892.00202999999,191199.9972,844.5057982999999 +13117130403,"Census Tract 1304.03, Forsyth County, Georgia",6087,3907.0,71348.0,232100.0,1279.0,5026.0,96.0,11.0,58.0,0.0,0.0,69.0,827.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1304.03,3920.0000189999996,3419.374512,15.21113873,20.57977676,23.71148109,0.447386444,434.41223139999994,2530.86499,54500.0019,133399.9933,562.8121338 +13117130101,"Census Tract 1301.01, Forsyth County, Georgia",3878,2623.0,75938.0,247500.0,1003.0,3516.0,0.0,0.0,86.0,0.0,0.0,0.0,276.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1301.01,1988.0000440000001,1895.932495,5.149191856,9.474513053999999,8.238707542,0.0,67.7633667,1306.0410160000001,50798.001560000004,135600.0018,259.3132935 +13117130104,"Census Tract 1301.04, Forsyth County, Georgia",4185,2915.0,84063.0,225500.0,1031.0,4065.0,0.0,0.0,0.0,0.0,0.0,0.0,120.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Forsyth County,Census Tract 1301.04,2273.98152,2168.669678,5.889923096,10.83745861,9.423876762,0.0,77.51139069,1493.920044,50798.00101,135600.0038,296.6165161 +13121001800,"Census Tract 18, Fulton County, Georgia",4336,3443.0,42159.0,136500.0,1837.0,1894.0,1997.0,0.0,281.0,0.0,0.0,27.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 18,3560.7880689999997,1267.750198,2138.469259,14.02985843,57.13101899,0.0,66.37839596,2668.7620739999998,39286.984730000004,160059.7176,1170.20533 +13121003200,"Census Tract 32, Fulton County, Georgia",2251,1952.0,84350.0,228700.0,1274.0,1701.0,199.0,0.0,54.0,0.0,0.0,219.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 32,1500.0,912.6544715,505.2215447,18.01626016,5.042682923,1.0,53.04471545,1154.53252,32187.79572,129272.5989,484.1006097 +13121003600,"Census Tract 36, Fulton County, Georgia",1358,923.0,41372.0,175900.0,383.0,159.0,1066.0,0.0,23.0,0.0,0.0,88.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 36,1502.0,81.0,1372.0,3.0,14.0,0.0,28.0,650.0,17375.0,138200.0,118.0 +13121006801,"Census Tract 68.01, Fulton County, Georgia",2494,2414.0,,,131.0,514.0,1350.0,106.0,0.0,0.0,9.0,144.0,458.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 68.01,2648.0,746.0,1537.0,13.0,35.0,1.0,317.0,2415.0,53750.0,,99.0 +13121008800,"Census Tract 88, Fulton County, Georgia",4665,3236.0,95524.0,285100.0,2059.0,2718.0,978.0,0.0,118.0,0.0,122.0,153.0,576.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 88,2974.540226,1116.018655,1443.496075,18.00124368,15.0043529,1.000621842,379.01865530000003,1960.317062,26076.04675,84187.41098,438.05534400000005 +13121010512,"Census Tract 105.12, Fulton County, Georgia",6497,3730.0,30819.0,92800.0,951.0,192.0,5983.0,0.0,20.0,0.0,0.0,152.0,150.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.12,5572.728709,546.5907943,4836.861529,15.01350047,44.02522341,0.000547345,118.2331713,3304.050934,35807.61525,62212.70762000001,668.1535657000001 +13121010513,"Census Tract 105.13, Fulton County, Georgia",13303,8410.0,43931.0,85800.0,1988.0,1448.0,10375.0,0.0,0.0,0.0,71.0,29.0,1380.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.13,7342.241832,2272.555473,4022.3960439999996,52.13763731,100.2165936,1.99945271,875.8953586000001,4450.835947,40995.15358,84290.28307,683.8817622 +13121010601,"Census Tract 106.01, Fulton County, Georgia",3603,2407.0,29786.0,219000.0,834.0,1104.0,2373.0,0.0,28.0,0.0,0.0,8.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 106.01,4103.774171999999,950.3266602,2666.3051760000003,6.9876961710000005,29.94726944,0.0,442.22134400000004,2374.818359,25101.99912,107000.0031,485.14575199999996 +13121010604,"Census Tract 106.04, Fulton County, Georgia",2898,1998.0,33133.0,100600.0,509.0,190.0,2284.0,77.0,0.0,0.0,0.0,20.0,392.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 106.04,5388.000094,194.3921356,4757.698242,9.817784309,53.01603699,0.0,359.3309021,3024.859375,30408.000219999998,94999.99754,513.4701537999999 +13121011202,"Census Tract 112.02, Fulton County, Georgia",4169,2994.0,40150.0,85600.0,697.0,997.0,2225.0,0.0,14.0,0.0,11.0,70.0,852.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 112.02,6285.22572,1261.6732880000002,3611.694697,10.01230359,60.05272966,3.0,1338.778641,3968.1814619999996,30570.17346,76829.7102,507.8542204 +13121000700,"Census Tract 7, Fulton County, Georgia",3121,2636.0,71214.0,258300.0,459.0,699.0,2108.0,23.0,31.0,8.0,0.0,72.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 7,3551.0,498.0,2953.0,2.0,24.0,9.0,72.0,2759.0,35500.0,131800.0,149.0 +13121001300,"Census Tract 13, Fulton County, Georgia",4655,3673.0,66223.0,364300.0,2265.0,2728.0,1088.0,0.0,268.0,0.0,31.0,107.0,433.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 13,3898.918612,2720.703437,969.1010722000001,15.00739553,74.03979499,0.0,106.0588121,3103.550244,44997.382710000005,264746.9962,1698.132925 +13121003800,"Census Tract 38, Fulton County, Georgia",4091,323.0,22150.0,146900.0,113.0,670.0,2819.0,10.0,263.0,0.0,9.0,85.0,245.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 38,2273.091105,5.000572588,2218.0901510000003,2.000063621,6.0,0.0,36.00025448,538.0391268999999,8416.794511,74699.72044,126.0003817 +13121004000,"Census Tract 40, Fulton County, Georgia",2522,1787.0,28191.0,58200.0,365.0,69.0,2416.0,0.0,5.0,0.0,0.0,0.0,32.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 40,3166.0,15.0,3110.0,3.0,2.0,1.0,33.0,2180.0,28621.0,79300.0,387.0 +13121004200,"Census Tract 42, Fulton County, Georgia",2546,1912.0,18569.0,113500.0,490.0,275.0,2238.0,0.0,0.0,0.0,0.0,0.0,33.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 42,2493.0,45.0,2393.0,3.0,5.0,0.0,41.0,1597.0,13880.0,75900.0,183.0 +13121004900,"Census Tract 49, Fulton County, Georgia",2565,1946.0,77875.0,268800.0,1234.0,1432.0,862.0,4.0,37.0,0.0,11.0,78.0,141.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 49,2036.815012,949.0499877999998,1003.937256,6.985646725,20.9569397,0.0,47.901577,1523.8688960000002,54226.00145,186200.0019,815.3247681 +13121005200,"Census Tract 52, Fulton County, Georgia",5661,4098.0,93580.0,281300.0,2790.0,3819.0,1259.0,10.0,186.0,0.0,0.0,45.0,352.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 52,3475.249908,1697.149216,1535.069469,19.00195139,58.00234167,2.000130093,159.0257583,2422.186683,39032.03722,162201.6856,936.0831292000001 +13121006400,"Census Tract 64, Fulton County, Georgia",1075,784.0,43690.0,,178.0,238.0,522.0,57.0,0.0,0.0,0.0,7.0,308.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 64,2972.0,160.0,2007.0,11.0,85.0,0.0,700.0,1305.0,15417.0,52500.0,39.0 +13121007200,"Census Tract 72, Fulton County, Georgia",2307,1370.0,24722.0,79400.0,188.0,23.0,2154.0,0.0,99.0,0.0,0.0,13.0,18.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 72,4162.0,75.0,3838.0,5.0,13.0,1.0,221.0,1910.0,24833.0,71800.0,81.0 +13121010508,"Census Tract 105.08, Fulton County, Georgia",3503,2230.0,46983.0,87000.0,580.0,99.0,3212.0,0.0,0.0,0.0,0.0,47.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.08,2974.0,192.0,2678.0,8.0,37.0,0.0,52.0,1837.0,47972.0,95200.0,442.0 +13121008301,"Census Tract 83.01, Fulton County, Georgia",2556,1842.0,27023.0,57500.0,239.0,55.0,2487.0,0.0,0.0,0.0,0.0,11.0,3.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 83.01,3844.0,12.0,3778.0,11.0,0.0,0.0,40.0,2290.0,22134.0,64300.0,215.0 +13121007300,"Census Tract 73, Fulton County, Georgia",7880,5069.0,24465.0,72300.0,524.0,188.0,7251.0,0.0,0.0,0.0,110.0,229.0,102.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 73,7396.0,208.0,6985.0,14.0,9.0,0.0,180.0,4019.0,25164.0,68000.0,187.0 +13121007806,"Census Tract 78.06, Fulton County, Georgia",7035,4612.0,31192.0,79700.0,781.0,185.0,6425.0,0.0,17.0,0.0,0.0,0.0,408.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.06,5241.0,47.0,5130.0,6.0,20.0,1.0,37.0,3329.0,33976.0,85300.0,590.0 +13121008000,"Census Tract 80, Fulton County, Georgia",5965,4053.0,41450.0,90600.0,764.0,131.0,5728.0,0.0,0.0,0.0,0.0,58.0,48.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 80,5797.0000039999995,81.72317159,5661.773758,12.12576897,12.01572112,0.0,26.33014357,3918.4176369999996,30775.53365,84899.86667999999,729.9090919 +13121008400,"Census Tract 84, Fulton County, Georgia",2785,1895.0,21708.0,72800.0,305.0,353.0,2312.0,14.0,23.0,0.0,0.0,29.0,62.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 84,5410.0,61.0,5292.0,3.0,2.0,1.0,43.0,2830.0,17752.0,68400.0,198.0 +13121008602,"Census Tract 86.02, Fulton County, Georgia",1348,874.0,36815.0,,242.0,91.0,1208.0,0.0,0.0,0.0,0.0,36.0,13.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 86.02,3625.0,24.0,3539.0,7.0,2.0,0.0,48.0,1312.0,9853.0,70800.0,36.0 +13121009000,"Census Tract 90, Fulton County, Georgia",5248,3480.0,105197.0,633100.0,3037.0,4068.0,424.0,6.0,431.0,0.0,0.0,109.0,210.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 90,3585.48516,3295.819336,165.23890690000002,7.963320732000001,64.70198059,0.0,45.78909302,2691.602295,71886.00157000001,362800.0021,2259.592285 +13121009300,"Census Tract 93, Fulton County, Georgia",4916,3807.0,100844.0,489500.0,3029.0,4242.0,340.0,11.0,89.0,0.0,0.0,0.0,234.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 93,4751.0,4329.0,158.0,12.0,92.0,0.0,137.0,3975.0,66661.0,328600.0,2923.0 +13121009402,"Census Tract 94.02, Fulton County, Georgia",4957,3742.0,69034.0,236600.0,2848.0,2404.0,825.0,35.0,739.0,8.0,24.0,226.0,731.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 94.02,4176.008814,852.5733521,381.58525719999994,10.02372664,258.1482915,1.0,2641.662369,2546.232755,49197.588130000004,940638.4904,670.7122726 +13121010107,"Census Tract 101.07, Fulton County, Georgia",2004,1474.0,174875.0,670200.0,1105.0,1880.0,35.0,0.0,18.0,0.0,0.0,25.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.07,1735.0,1581.0,59.0,3.0,50.0,0.0,37.0,1245.0,127373.0,485100.0,899.0 +13121010304,"Census Tract 103.04, Fulton County, Georgia",16085,10204.0,79397.0,209300.0,5144.0,734.0,14790.0,0.0,0.0,0.0,0.0,124.0,437.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 103.04,4012.0,785.0,3122.0,6.0,34.0,0.0,57.0,2810.0,59432.0,129600.0,1109.0 +13121010603,"Census Tract 106.03, Fulton County, Georgia",4213,2340.0,29066.0,120300.0,308.0,28.0,3897.0,29.0,0.0,0.0,0.0,64.0,195.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 106.03,5395.000037,113.5370102,5138.047852000001,4.979693413,19.91877365,0.0,105.56950379999999,2774.685303,29785.998489999998,126500.0003,516.8922119 +13121002600,"Census Tract 26, Fulton County, Georgia",1777,889.0,26350.0,114300.0,137.0,43.0,1538.0,0.0,21.0,0.0,34.0,8.0,133.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 26,1378.0,37.0,1323.0,1.0,0.0,0.0,17.0,786.0,21538.0,78600.0,163.0 +13121003700,"Census Tract 37, Fulton County, Georgia",136,136.0,22679.0,,42.0,0.0,136.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 37,1431.908927,8.999427795,1416.9099119999998,0.999936402,0.0,0.0,3.999745607,614.9608764999999,4705.000183,,5.99961853 +13121002400,"Census Tract 24, Fulton County, Georgia",2645,1612.0,30972.0,92700.0,401.0,100.0,2491.0,0.0,26.0,0.0,0.0,7.0,21.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 24,2467.0,23.0,2424.0,2.0,5.0,0.0,12.0,1686.0,22113.0,57400.0,176.0 +13121002500,"Census Tract 25, Fulton County, Georgia",2271,1633.0,26066.0,165500.0,417.0,79.0,2073.0,3.0,13.0,0.0,15.0,44.0,44.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 25,1981.0,13.0,1937.0,1.0,2.0,0.0,27.0,1195.0,16949.0,50500.0,104.0 +13121004400,"Census Tract 44, Fulton County, Georgia",2516,1247.0,18030.0,108000.0,235.0,43.0,2353.0,0.0,0.0,0.0,0.0,62.0,58.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 44,1717.0,10.0,1686.0,4.0,3.0,0.0,14.0,738.0,7796.0,22500.0,0.0 +13121008601,"Census Tract 86.01, Fulton County, Georgia",3943,2398.0,21846.0,61600.0,319.0,66.0,3835.0,0.0,0.0,0.0,0.0,8.0,34.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 86.01,5811.0,51.0,5699.0,12.0,4.0,0.0,35.0,3205.0,18051.0,57600.0,224.0 +13121007400,"Census Tract 74, Fulton County, Georgia",3435,2119.0,17796.0,74500.0,176.0,202.0,2641.0,0.0,0.0,0.0,0.0,22.0,570.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 74,4162.514875,411.42920360000005,2089.594333,23.02400678,499.0704199,0.0,1102.387309,2446.9096219999997,25016.48017,53152.52831,76.58896631 +13121008201,"Census Tract 82.01, Fulton County, Georgia",5555,4140.0,31037.0,78400.0,1202.0,148.0,5311.0,0.0,0.0,0.0,0.0,87.0,9.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 82.01,5714.921947999999,17.00575169,5651.872838,11.00265462,9.005309249,0.0,19.03229794,3995.9764590000004,35396.97946,83397.98846000001,1172.0460130000001 +13121008202,"Census Tract 82.02, Fulton County, Georgia",2090,1426.0,27454.0,60200.0,197.0,67.0,2001.0,0.0,0.0,0.0,0.0,0.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 82.02,4342.078018,12.99424839,4231.126953,5.997345448,11.9946909,0.0,72.96770477,2206.0234379999997,20654.99985,70700.00231,103.95398709999999 +13121010108,"Census Tract 101.08, Fulton County, Georgia",3662,2669.0,148000.0,576000.0,1957.0,2849.0,362.0,0.0,198.0,0.0,38.0,85.0,130.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.08,3845.0,3386.0,155.0,5.0,206.0,0.0,83.0,2571.0,147681.0,428800.0,1938.0 +13121010110,"Census Tract 101.10, Fulton County, Georgia",6668,4849.0,70456.0,327000.0,3231.0,3860.0,1197.0,60.0,503.0,0.0,0.0,108.0,957.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.10,3822.8758119999998,3078.899902,161.99473569999998,15.99948025,94.99691772,0.999967515,456.9851685,3179.896729,51850.999489999995,192300.0009,1556.9494630000002 +13121010303,"Census Tract 103.03, Fulton County, Georgia",10581,7156.0,63209.0,204500.0,3325.0,17.0,10382.0,20.0,12.0,0.0,0.0,119.0,31.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 103.03,5526.0,134.0,5349.0,4.0,7.0,5.0,25.0,3607.0,65254.0,131900.0,1435.0 +13121010800,"Census Tract 108, Fulton County, Georgia",6622,4492.0,44828.0,106500.0,950.0,1895.0,2844.0,0.0,104.0,0.0,274.0,352.0,1153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 108,6180.0,2597.0,1611.0,42.0,569.0,7.0,1348.0,4055.0,34158.0,75600.0,490.0 +13121011405,"Census Tract 114.05, Fulton County, Georgia",7375,5135.0,63890.0,283300.0,2406.0,3470.0,2101.0,0.0,351.0,0.0,0.0,114.0,1339.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.05,6493.0,3733.0,839.0,34.0,249.0,0.0,1572.0,4372.0,51926.0,160400.0,1847.0 +13121011412,"Census Tract 114.12, Fulton County, Georgia",9214,6307.0,85333.0,282100.0,3711.0,6111.0,1096.0,87.0,849.0,0.0,38.0,61.0,972.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.12,7883.999804000001,6336.235035,617.7715622999999,32.53496052,372.8794785,1.9672238169999998,473.2489862,5209.861279,71971.99063,168802.9046,2878.6599539999997 +13121011000,"Census Tract 110, Fulton County, Georgia",3375,1932.0,27344.0,68300.0,217.0,192.0,2528.0,0.0,0.0,0.0,0.0,0.0,655.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 110,4476.0,365.0,3476.0,8.0,31.0,0.0,595.0,2445.0,20824.0,66100.0,197.0 +13121011100,"Census Tract 111, Fulton County, Georgia",2420,2005.0,51848.0,168100.0,564.0,930.0,1319.0,0.0,19.0,0.0,0.0,29.0,123.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 111,2929.150209,907.1674213,1708.0568920000003,15.18121184,46.1283524,0.0,246.30339909999998,1892.8682170000002,34287.77646,87915.30602999999,374.212575 +13121002100,"Census Tract 21, Fulton County, Georgia",2640,1835.0,51250.0,243700.0,630.0,740.0,1575.0,0.0,214.0,0.0,0.0,18.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 21,1573.0,317.0,1073.0,4.0,134.0,0.0,38.0,1053.0,14363.0,261100.0,298.0 +13121007900,"Census Tract 79, Fulton County, Georgia",5455,4412.0,54467.0,116300.0,1528.0,179.0,5263.0,13.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 79,4319.999906,45.27682877,4243.226074,7.874230862,0.9842788579999999,0.0,20.66985512,3156.582275,58402.99855,131600.0029,1309.09082 +13121011201,"Census Tract 112.01, Fulton County, Georgia",3876,2495.0,35470.0,68300.0,627.0,639.0,3081.0,5.0,63.0,0.0,16.0,63.0,9.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 112.01,5719.0,691.0,4709.0,17.0,17.0,0.0,276.0,3114.0,25452.0,70400.0,313.0 +13121003900,"Census Tract 39, Fulton County, Georgia",2522,1383.0,36174.0,61300.0,195.0,29.0,2471.0,0.0,0.0,0.0,0.0,0.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 39,2426.0,8.0,2398.0,6.0,8.0,0.0,5.0,1368.0,18669.0,59900.0,100.0 +13121010210,"Census Tract 102.10, Fulton County, Georgia",6426,4568.0,72979.0,349000.0,2763.0,3870.0,1402.0,0.0,104.0,0.0,257.0,17.0,776.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.10,5245.1407850000005,3371.0088520000004,1117.068004,9.001273482,188.02979950000002,1.0002546959999998,473.02750719999995,3474.8799759999997,71480.17354,294491.7755,2115.559568 +13121010212,"Census Tract 102.12, Fulton County, Georgia",5332,3494.0,52270.0,443000.0,1745.0,2378.0,409.0,764.0,191.0,2.0,0.0,8.0,2344.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.12,5652.902428,3156.608398,536.425415,12.13343239,153.90301509999998,1.277203441,1730.610718,3733.265625,56327.99736,342200.0116,1848.7519530000002 +13121009802,"Census Tract 98.02, Fulton County, Georgia",4648,3272.0,158800.0,1117200.0,2867.0,3708.0,249.0,0.0,465.0,0.0,9.0,74.0,143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 98.02,3689.024987,3485.4826659999994,75.79209137,6.6735172270000005,74.36204529,0.0,41.94782257,2674.173584,117940.998,569200.0019,2101.20459 +13121009403,"Census Tract 94.03, Fulton County, Georgia",4833,3642.0,45102.0,197500.0,1882.0,2041.0,1142.0,213.0,803.0,0.0,0.0,217.0,624.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 94.03,3051.373843,2332.972989,348.393428,9.036759788,189.258072,1.003948689,147.616467,2526.731417,55131.38074,227812.3181,1825.3645530000001 +13121009404,"Census Tract 94.04, Fulton County, Georgia",4475,3461.0,73649.0,288200.0,2743.0,3065.0,706.0,25.0,307.0,0.0,69.0,53.0,250.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 94.04,3026.999936,2314.325195,345.6297913,8.96446228,187.7556763,0.996051311,146.41954040000002,2506.563232,55130.998289999996,227800.0085,1810.821289 +13121010001,"Census Tract 100.01, Fulton County, Georgia",4935,3612.0,103894.0,370800.0,2874.0,3760.0,462.0,0.0,580.0,0.0,0.0,74.0,59.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 100.01,3572.86702,3292.674561,125.2625504,4.944574356,69.2240448,0.0,70.04813385,2698.501465,95857.99852000001,361400.0083,2077.54541 +13121009602,"Census Tract 96.02, Fulton County, Georgia",4953,3822.0,101689.0,499300.0,2847.0,3720.0,729.0,0.0,187.0,0.0,12.0,151.0,154.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 96.02,3439.626311,2743.989502,213.67132569999998,11.24585915,126.5159149,0.0,331.3511963,2711.457031,58631.99837,317499.9891,1710.1738280000002 +13121010002,"Census Tract 100.02, Fulton County, Georgia",7624,5844.0,138864.0,690500.0,5008.0,6408.0,221.0,5.0,459.0,0.0,0.0,156.0,375.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 100.02,5097.70556,4697.931640999999,178.72245790000002,7.054834366000001,98.76767731,0.0,99.94348145,3850.1757810000004,95857.99785,361400.0123,2964.206055 +13121009502,"Census Tract 95.02, Fulton County, Georgia",3592,2746.0,89298.0,232600.0,1757.0,2509.0,558.0,0.0,255.0,0.0,0.0,155.0,115.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 95.02,3449.0000130000003,3201.041748,111.6270065,9.149754524,48.49369812,1.372463226,67.25069427,2850.148682,71221.00117999999,611700.0244,1906.35144 +13121011612,"Census Tract 116.12, Fulton County, Georgia",3387,2512.0,110329.0,445900.0,1689.0,2289.0,125.0,3.0,751.0,0.0,0.0,110.0,109.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.12,4157.000093,2994.04834,338.7152405,5.748431206,643.3820801,0.0,138.8467255,2747.75,83301.00304,259099.9925,1637.860718 +13121011623,"Census Tract 116.23, Fulton County, Georgia",11870,8025.0,104164.0,365700.0,5501.0,6204.0,686.0,86.0,4019.0,0.0,126.0,302.0,447.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.23,7352.652905,5686.458984000001,403.7055359,21.30041504,986.8357543999999,0.0,219.519577,4406.429688,106433.0049,241299.9895,3063.2504879999997 +13121011625,"Census Tract 116.25, Fulton County, Georgia",7891,4871.0,107175.0,405500.0,3408.0,4065.0,801.0,93.0,2415.0,0.0,30.0,165.0,415.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.25,5511.347415,4262.414063,302.6066284,15.96620846,739.7050781,0.0,164.5458679,3302.938965,106433.0036,241299.9983,2296.128662 +13121011615,"Census Tract 116.15, Fulton County, Georgia",10427,6732.0,136921.0,392600.0,4612.0,7625.0,915.0,8.0,1062.0,0.0,165.0,190.0,462.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.15,6393.685112,5514.671386999999,328.64736939999995,18.34554672,285.6663818,1.0483169559999999,224.8639832,4451.153809,79871.00119,180499.9956,2420.563965 +13121010515,"Census Tract 105.15, Fulton County, Georgia",5553,3396.0,43316.0,95900.0,1062.0,585.0,4670.0,0.0,30.0,0.0,0.0,11.0,257.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.15,2090.000051,308.2276917,1753.014282,2.9495472910000005,4.915912151000001,0.245795608,19.66364861,1343.0272220000002,47149.00014,96799.996,333.2988586 +13121011504,"Census Tract 115.04, Fulton County, Georgia",13253,8061.0,193419.0,642800.0,5974.0,11778.0,378.0,0.0,504.0,0.0,0.0,105.0,488.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 115.04,6681.000275,6252.26416,163.56088259999999,19.01870728,103.78780359999999,0.0,121.1763382,4398.211914,102979.9957,305500.0048,2411.028809 +13121010516,"Census Tract 105.16, Fulton County, Georgia",9424,6087.0,50030.0,91600.0,1222.0,194.0,8540.0,0.0,13.0,0.0,26.0,337.0,314.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.16,6412.999949,945.7722777999999,5378.98584,9.050453186,15.08408737,0.754204392,60.33634949,4120.972656,47149.00243,96799.99805,1022.701172 +13121010120,"Census Tract 101.20, Fulton County, Georgia",2486,1878.0,67727.0,155800.0,907.0,1379.0,557.0,13.0,163.0,0.0,0.0,14.0,360.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.20,1771.0000109999999,809.5766602000001,617.4552612000001,4.89827919,55.24170303,0.0,262.0579224,1212.052002,48958.00075,128200.0035,514.5914307 +13121010117,"Census Tract 101.17, Fulton County, Georgia",3969,2747.0,55782.0,115300.0,1300.0,1065.0,1794.0,40.0,292.0,0.0,42.0,134.0,602.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.17,2793.88525,1600.76416,692.0263672,9.667423247999999,194.9597015,0.0,267.06256099999996,2097.830811,45167.99891,119899.9968,1064.222168 +13121010118,"Census Tract 101.18, Fulton County, Georgia",6028,3712.0,43902.0,416500.0,1054.0,1952.0,2113.0,21.0,213.0,6.0,14.0,147.0,1562.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.18,4142.114543,2373.23584,1025.973633,14.33257675,289.0402832,0.0,395.9374084,3110.168945,45167.99848,119899.9962,1577.777832 +13121010113,"Census Tract 101.13, Fulton County, Georgia",5339,3606.0,51344.0,408900.0,1840.0,1546.0,940.0,256.0,364.0,0.0,0.0,149.0,2340.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.13,4306.235048,3238.458558,320.615039,7.539941752000001,102.68369859999999,0.359062615,617.5495584,3046.396966,61275.66462999999,316896.0478,1910.7558589999999 +13121010115,"Census Tract 101.15, Fulton County, Georgia",2526,1916.0,116923.0,634100.0,1221.0,1961.0,402.0,0.0,98.0,0.0,0.0,8.0,57.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.15,1927.9754690000002,1449.9198,143.54527280000002,3.3756449219999998,45.97306824,0.160744995,276.48138430000006,1363.921265,61275.99999,316899.9956,855.4848632999999 +13121010122,"Census Tract 101.22, Fulton County, Georgia",6635,4987.0,78542.0,411600.0,3769.0,2526.0,831.0,0.0,2829.0,0.0,0.0,142.0,307.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.22,4515.049951,3381.653883,602.6023746000001,7.828044192,220.8634642,0.434343755,272.122614,3456.3748619999997,57377.34926,235231.047,2128.6943850000002 +13121010114,"Census Tract 101.14, Fulton County, Georgia",6738,4850.0,66186.0,490000.0,2794.0,4156.0,766.0,345.0,227.0,0.0,0.0,120.0,1469.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.14,5760.405703,4332.1433130000005,428.867795,10.08559617,137.3564389,0.480238318,826.0182654,4075.14476,61278.51813,316906.5714,2556.0768420000004 +13121011503,"Census Tract 115.03, Fulton County, Georgia",10811,6687.0,147394.0,464100.0,4810.0,8517.0,707.0,0.0,630.0,27.0,56.0,379.0,495.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 115.03,5666.827457,5295.901161,141.70056630000002,16.13288671,89.35135007,0.005614556999999999,105.34961100000001,3730.750175,102562.7042,304590.1425,2043.382175 +13121011419,"Census Tract 114.19, Fulton County, Georgia",5427,4040.0,105714.0,334800.0,2621.0,4137.0,513.0,65.0,270.0,0.0,0.0,144.0,298.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.19,3872.000097,3450.649902,171.16075130000002,12.28426456,125.70896909999999,0.0,106.8731003,2752.903564,79364.00198,197299.9941,1585.8985599999999 +13121004100,"Census Tract 41, Fulton County, Georgia",2127,1392.0,38519.0,175400.0,300.0,145.0,1921.0,0.0,0.0,0.0,0.0,42.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 41,2565.0,46.0,2423.0,9.0,45.0,0.0,37.0,1535.0,21741.0,78900.0,207.0 +13121005000,"Census Tract 50, Fulton County, Georgia",2013,1600.0,79250.0,328500.0,1101.0,1405.0,457.0,2.0,45.0,0.0,0.0,37.0,67.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 50,1920.750045,1146.850708,533.930542,14.99804783,17.99765778,0.999869883,197.9742432,1434.813232,39530.99923,192100.0015,638.9168701 +13121005502,"Census Tract 55.02, Fulton County, Georgia",2523,1346.0,19469.0,95000.0,249.0,112.0,2403.0,0.0,0.0,0.0,0.0,0.0,8.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 55.02,1229.0,43.0,1118.0,0.0,10.0,0.0,58.0,734.0,16198.0,57400.0,56.0 +13121006100,"Census Tract 61, Fulton County, Georgia",3758,2551.0,29276.0,65900.0,334.0,41.0,3650.0,0.0,0.0,0.0,0.0,52.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 61,4326.0,70.0,4218.0,7.0,4.0,0.0,21.0,2837.0,27212.0,69700.0,253.0 +13121006300,"Census Tract 63, Fulton County, Georgia",1384,1017.0,24893.0,58300.0,116.0,94.0,1277.0,0.0,13.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 63,1879.0,17.0,1816.0,6.0,15.0,0.0,25.0,1105.0,19662.0,47300.0,60.0 +13121007500,"Census Tract 75, Fulton County, Georgia",3280,2362.0,23563.0,61600.0,425.0,279.0,2839.0,0.0,7.0,0.0,0.0,79.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 75,3730.334916,516.4033813,2968.3486329999996,6.794781208,72.80123138,0.0,155.3092804,2575.222168,17518.000030000003,65600.00069,225.1984711 +13121007807,"Census Tract 78.07, Fulton County, Georgia",3564,2004.0,21912.0,66100.0,334.0,5.0,3227.0,0.0,0.0,0.0,0.0,128.0,204.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.07,3610.0,14.0,3401.0,12.0,4.0,0.0,169.0,2069.0,26567.0,76100.0,193.0 +13121007808,"Census Tract 78.08, Fulton County, Georgia",4447,1764.0,12266.0,69400.0,229.0,0.0,4187.0,0.0,0.0,0.0,0.0,19.0,241.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.08,4016.0,12.0,3924.0,10.0,3.0,1.0,61.0,2003.0,20083.0,62800.0,65.0 +13121008102,"Census Tract 81.02, Fulton County, Georgia",6876,4323.0,24940.0,90300.0,614.0,5.0,6325.0,0.0,61.0,0.0,0.0,17.0,468.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 81.02,6579.0,77.0,5957.0,12.0,19.0,0.0,513.0,4091.0,30665.0,97000.0,861.0 +13121008500,"Census Tract 85, Fulton County, Georgia",2546,1891.0,28364.0,67500.0,222.0,48.0,2463.0,0.0,0.0,0.0,0.0,35.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 85,4798.0,42.0,4711.0,8.0,4.0,0.0,30.0,3018.0,25592.0,61300.0,107.0 +13121008902,"Census Tract 89.02, Fulton County, Georgia",6766,4744.0,57142.0,243500.0,3469.0,3707.0,1957.0,59.0,541.0,0.0,0.0,139.0,363.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 89.02,4875.514795,3359.180591,819.7610927000001,17.03667917,317.2980182,0.0,344.21090519999996,3309.3975579999997,44822.00996,213478.9165,2099.407714 +13121009900,"Census Tract 99, Fulton County, Georgia",4980,3277.0,124643.0,763200.0,2817.0,4515.0,43.0,0.0,314.0,0.0,0.0,53.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 99,4491.0,4195.0,103.0,5.0,95.0,0.0,77.0,3391.0,104497.0,435200.0,2536.0 +13121010106,"Census Tract 101.06, Fulton County, Georgia",4382,3114.0,74167.0,499700.0,1934.0,2925.0,1161.0,20.0,45.0,0.0,0.0,66.0,165.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.06,3768.0,3031.0,446.0,12.0,105.0,0.0,140.0,2761.0,60173.0,309400.0,1713.0 +13121010205,"Census Tract 102.05, Fulton County, Georgia",5151,4088.0,111103.0,426000.0,3014.0,4601.0,89.0,0.0,108.0,0.0,16.0,155.0,182.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.05,4477.859240999999,3959.991211,266.9320068,4.998726368,116.9701996,0.999745309,107.97249599999999,3454.1201170000004,76055.99836,275299.9923,2196.44043 +13121010208,"Census Tract 102.08, Fulton County, Georgia",4695,3568.0,56897.0,546000.0,2190.0,2270.0,1477.0,28.0,288.0,0.0,0.0,18.0,614.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.08,3593.0,2798.0,408.0,10.0,192.0,0.0,160.0,2910.0,50588.0,397200.0,1787.0 +13121010301,"Census Tract 103.01, Fulton County, Georgia",17958,11530.0,65340.0,168300.0,4807.0,1568.0,15754.0,3.0,0.0,30.0,166.0,113.0,324.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 103.01,3179.0,1786.9533609999999,1275.848319,32.00840336,40.01344538,7.0,32.17394958,2269.328151,51958.15381,121987.5301,500.22436969999995 +13121010507,"Census Tract 105.07, Fulton County, Georgia",8190,4369.0,39190.0,89000.0,1037.0,123.0,7415.0,0.0,0.0,0.0,74.0,353.0,225.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.07,7161.0,247.0,6698.0,13.0,54.0,3.0,137.0,4173.0,37830.0,88000.0,950.0 +13121000200,"Census Tract 2, Fulton County, Georgia",6282,4763.0,116094.0,548300.0,3819.0,5539.0,251.0,0.0,188.0,0.0,0.0,121.0,183.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 2,5445.864276,4835.104004,286.88748169999997,20.99176788,112.9557037,0.0,166.9345398,4400.274414,67655.99902,326199.9951,3215.73877 +13121001900,"Census Tract 19, Fulton County, Georgia",5188,2179.0,62222.0,216400.0,1279.0,2269.0,1600.0,32.0,848.0,10.0,0.0,151.0,305.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 19,2114.698649,543.3808594,1461.6446529999998,8.973261832999999,41.87522125,0.0,49.85145187,1628.1484380000002,12882.00048,87399.99914,361.9215393 +13121002900,"Census Tract 29, Fulton County, Georgia",2385,1985.0,63112.0,295800.0,1153.0,1229.0,880.0,0.0,136.0,0.0,0.0,62.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 29,1333.0,252.0,973.0,16.0,11.0,0.0,79.0,995.0,26346.0,100800.0,282.0 +13121003000,"Census Tract 30, Fulton County, Georgia",3325,2739.0,94079.0,446500.0,2242.0,2646.0,271.0,15.0,180.0,0.0,30.0,69.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 30,1966.000002,1626.345581,217.7784576,15.98373985,41.95731735,0.0,43.95528412,1506.467529,60323.001670000005,255300.0067,1081.899414 +13121004300,"Census Tract 43, Fulton County, Georgia",3060,931.0,28287.0,263200.0,247.0,428.0,2262.0,0.0,206.0,0.0,0.0,65.0,99.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 43,2770.0,95.0,2628.0,4.0,6.0,0.0,36.0,287.0,12443.0,24300.0,50.0 +13121005800,"Census Tract 58, Fulton County, Georgia",1924,1268.0,31625.0,100000.0,393.0,313.0,1504.0,0.0,44.0,2.0,0.0,46.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 58,2230.0,159.0,1639.0,11.0,381.0,0.0,39.0,1352.0,27096.0,75200.0,102.0 +13121006700,"Census Tract 67, Fulton County, Georgia",4051,2689.0,23017.0,79900.0,582.0,167.0,3810.0,0.0,6.0,0.0,24.0,12.0,32.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 67,3878.2691170000003,276.9480591,3417.020996,3.984864235,12.95080853,0.0,160.3907928,2080.099121,21738.99904,48699.99882,184.2999725 +13121006900,"Census Tract 69, Fulton County, Georgia",3861,2629.0,71359.0,209900.0,859.0,1318.0,1675.0,32.0,0.0,0.0,0.0,59.0,782.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 69,3302.0,695.0,1889.0,26.0,12.0,0.0,674.0,1991.0,27665.0,95200.0,232.0 +13121007002,"Census Tract 70.02, Fulton County, Georgia",2548,1431.0,34286.0,70200.0,203.0,62.0,2307.0,34.0,23.0,0.0,0.0,0.0,156.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 70.02,4584.0,273.0,3308.0,10.0,378.0,0.0,575.0,2175.0,20016.0,64800.0,42.0 +13121007100,"Census Tract 71, Fulton County, Georgia",2266,1553.0,22500.0,56300.0,110.0,113.0,1994.0,0.0,0.0,0.0,0.0,2.0,157.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 71,3923.0,28.0,3807.0,11.0,10.0,0.0,60.0,1865.0,14600.0,63600.0,82.0 +13121008302,"Census Tract 83.02, Fulton County, Georgia",1653,1249.0,28949.0,72200.0,274.0,21.0,1616.0,0.0,0.0,0.0,0.0,5.0,11.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 83.02,2813.0,12.0,2765.0,0.0,6.0,0.0,29.0,1719.0,23112.0,60600.0,200.0 +13121009200,"Census Tract 92, Fulton County, Georgia",6800,5150.0,65957.0,306600.0,3209.0,3349.0,1134.0,19.0,541.0,0.0,15.0,319.0,1423.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 92,4051.932517,2601.305048,591.4364927999999,23.97899245,149.8664477,0.0,669.3587254,3267.525043,47279.75153,225858.8427,1730.901503 +13121010204,"Census Tract 102.04, Fulton County, Georgia",5075,3589.0,163214.0,567600.0,3001.0,4727.0,86.0,16.0,119.0,0.0,0.0,54.0,73.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.04,4752.0,4522.0,49.0,7.0,76.0,0.0,79.0,3417.0,138568.0,391500.0,2597.0 +13121010209,"Census Tract 102.09, Fulton County, Georgia",5836,4263.0,60614.0,113500.0,2124.0,2474.0,2330.0,0.0,143.0,0.0,0.0,314.0,575.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.09,5043.0,3674.0,728.0,21.0,305.0,0.0,246.0,3595.0,46875.0,175300.0,2205.0 +13121010400,"Census Tract 104, Fulton County, Georgia",8290,5424.0,50294.0,121400.0,1128.0,3196.0,3854.0,7.0,47.0,0.0,0.0,68.0,1118.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 104,6359.042584000001,3917.015436,1966.022111,56.00002026,27.00037193,0.9999945159999999,379.0046613,4137.028974,44112.97393,97300.02166,509.00591210000005 +13121010511,"Census Tract 105.11, Fulton County, Georgia",7714,4884.0,58173.0,100000.0,1601.0,371.0,7138.0,27.0,38.0,13.0,0.0,114.0,13.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.11,4561.0,432.0,4006.0,9.0,42.0,0.0,55.0,2805.0,47375.0,100300.0,489.0 +13121010514,"Census Tract 105.14, Fulton County, Georgia",13563,8188.0,56991.0,140700.0,2115.0,1617.0,11310.0,25.0,0.0,0.0,0.0,96.0,540.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.14,4721.952267000001,2250.863281,2002.8616940000002,19.84013557,31.74421692,0.0,410.69079589999996,3135.733398,41912.001430000004,99399.99698,529.7316284 +13121011301,"Census Tract 113.01, Fulton County, Georgia",4478,3499.0,51148.0,93500.0,1089.0,534.0,3261.0,3.0,151.0,5.0,0.0,51.0,473.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 113.01,5479.738133,917.9949853,4393.8241689999995,8.985358045,57.53179962,0.0,99.39924407,3614.197559,45349.30865,91582.01675,985.3167710000001 +13121011410,"Census Tract 114.10, Fulton County, Georgia",6866,4951.0,116102.0,409100.0,3145.0,5726.0,459.0,0.0,152.0,0.0,0.0,283.0,246.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.10,6265.0,5116.0,535.0,12.0,226.0,0.0,336.0,4381.0,100000.0,299500.0,2767.0 +13121011411,"Census Tract 114.11, Fulton County, Georgia",8284,5823.0,70663.0,264200.0,3106.0,5479.0,1139.0,0.0,187.0,0.0,207.0,18.0,1254.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.11,7993.0,5830.0,789.0,36.0,302.0,1.0,994.0,5285.0,75520.0,183000.0,2799.0 +13121011414,"Census Tract 114.14, Fulton County, Georgia",8019,5121.0,72663.0,354600.0,3090.0,4384.0,1957.0,12.0,747.0,0.0,308.0,51.0,560.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.14,7454.0,5426.0,934.0,14.0,617.0,0.0,428.0,4730.0,62103.0,254200.0,2781.0 +13121006802,"Census Tract 68.02, Fulton County, Georgia",2180,636.0,9815.0,53200.0,28.0,0.0,2136.0,0.0,0.0,0.0,44.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 68.02,1896.0,0.0,1876.0,2.0,1.0,0.0,17.0,627.0,12240.0,63800.0,0.0 +13121006200,"Census Tract 62, Fulton County, Georgia",1664,980.0,27115.0,94100.0,150.0,88.0,1482.0,8.0,0.0,0.0,0.0,63.0,23.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 62,1614.0,26.0,1578.0,0.0,0.0,0.0,9.0,1034.0,24464.0,60500.0,93.0 +13121006500,"Census Tract 65, Fulton County, Georgia",4726,2980.0,39274.0,84700.0,655.0,707.0,3651.0,8.0,0.0,0.0,5.0,254.0,101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 65,4674.0,330.0,4278.0,16.0,3.0,0.0,40.0,2868.0,33311.0,71600.0,321.0 +13121006601,"Census Tract 66.01, Fulton County, Georgia",2087,1489.0,36250.0,87200.0,291.0,319.0,1703.0,0.0,19.0,0.0,0.0,24.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 66.01,2425.021973,254.0013014,2125.020258,11.00001891,11.00002836,0.0,18.00033717,1620.012951,29999.864910000004,67900.01168,188.0014148 +13121007001,"Census Tract 70.01, Fulton County, Georgia",4797,2852.0,26436.0,87000.0,366.0,96.0,4494.0,1.0,0.0,0.0,0.0,1.0,205.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 70.01,4985.730769,363.0519276,4207.978818,11.01513565,30.04919086,0.0,362.60920980000003,2898.900808,33001.56667,66868.00105,314.7000237 +13121001100,"Census Tract 11, Fulton County, Georgia",4356,3990.0,99205.0,293700.0,2968.0,3097.0,356.0,56.0,511.0,19.0,40.0,115.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 11,2550.102161,1895.949829,434.77801510000006,7.941151142000001,90.33059692,0.0,113.1614075,2294.0,46053.99969,174099.99899999998,1474.076172 +13121001400,"Census Tract 14, Fulton County, Georgia",2281,1894.0,86333.0,388200.0,1461.0,1955.0,71.0,0.0,79.0,0.0,9.0,99.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 14,2130.0,1748.0,258.0,8.0,51.0,0.0,55.0,1783.0,46129.0,316300.0,1246.0 +13121001500,"Census Tract 15, Fulton County, Georgia",4637,3628.0,63464.0,517600.0,2459.0,3314.0,475.0,0.0,125.0,0.0,0.0,158.0,565.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 15,4205.415625,3507.5126950000003,409.94302369999997,24.99652672,103.98554990000001,0.0,136.98097230000002,3493.514648,39764.00069,301999.9958,2264.685303 +13121002300,"Census Tract 23, Fulton County, Georgia",1500,1021.0,27674.0,72800.0,107.0,109.0,1369.0,0.0,0.0,0.0,0.0,22.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 23,2714.0,31.0,2640.0,4.0,10.0,0.0,28.0,1727.0,18582.0,60500.0,62.0 +13121002800,"Census Tract 28, Fulton County, Georgia",5005,1809.0,26059.0,139700.0,853.0,1395.0,2743.0,21.0,361.0,0.0,4.0,125.0,367.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 28,2857.5131760000004,251.8689423,2140.885986,5.996879578,11.99375916,0.0,441.77014160000004,1750.089355,15159.999319999999,131299.9966,243.87310789999998 +13121004800,"Census Tract 48, Fulton County, Georgia",1158,711.0,16413.0,,232.0,221.0,743.0,0.0,125.0,0.0,0.0,23.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 48,2263.184988,69.94998693,2153.062762,3.0143532160000004,5.043059647,0.0,25.09842205,903.1310515,8566.626293000001,80783.56124,65.67522526 +13121005300,"Census Tract 53, Fulton County, Georgia",3619,2650.0,93456.0,322000.0,2015.0,2312.0,897.0,0.0,11.0,0.0,8.0,231.0,160.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 53,2892.0,1207.0,1524.0,14.0,47.0,0.0,87.0,2082.0,39167.0,192700.0,763.0 +13121001600,"Census Tract 16, Fulton County, Georgia",2304,1854.0,66806.0,458300.0,1313.0,1705.0,379.0,0.0,107.0,0.0,0.0,33.0,80.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 16,1390.0,1111.0,191.0,12.0,40.0,1.0,33.0,1080.0,42438.0,304100.0,750.0 +13121008101,"Census Tract 81.01, Fulton County, Georgia",1301,958.0,31833.0,85100.0,179.0,12.0,1289.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 81.01,1121.0,5.0,1095.0,5.0,0.0,0.0,16.0,784.0,32442.0,80600.0,166.0 +13121010510,"Census Tract 105.10, Fulton County, Georgia",14706,9473.0,38223.0,131400.0,1784.0,1018.0,12351.0,0.0,0.0,0.0,0.0,89.0,1248.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 105.10,6645.0,1244.0,5101.0,19.0,65.0,0.0,212.0,4201.0,45743.0,94500.0,856.0 +13121000500,"Census Tract 5, Fulton County, Georgia",5572,3934.0,85750.0,343600.0,3115.0,3674.0,1099.0,0.0,341.0,15.0,0.0,117.0,326.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 5,3712.1065479999997,2783.820669,697.8407703,19.0276049,106.16322190000001,1.000001961,86.22274298,3036.626127,70683.26202000001,451716.321,2034.762809 +13121003100,"Census Tract 31, Fulton County, Georgia",1974,1471.0,46467.0,244400.0,776.0,1170.0,696.0,0.0,18.0,0.0,0.0,18.0,72.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 31,1626.0,181.0,1351.0,8.0,20.0,0.0,62.0,1087.0,28214.0,86700.0,173.0 +13121005501,"Census Tract 55.01, Fulton County, Georgia",2298,1381.0,30469.0,185600.0,413.0,408.0,1662.0,8.0,73.0,0.0,0.0,24.0,131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 55.01,2368.0,41.0,2244.0,6.0,33.0,0.0,40.0,1261.0,19018.0,71600.0,80.0 +13121005700,"Census Tract 57, Fulton County, Georgia",1708,929.0,19698.0,,160.0,33.0,1596.0,0.0,5.0,0.0,0.0,45.0,29.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 57,1382.0,7.0,1331.0,0.0,27.0,0.0,16.0,760.0,12361.0,43200.0,14.0 +13121006000,"Census Tract 60, Fulton County, Georgia",3643,2418.0,35549.0,102000.0,386.0,98.0,3294.0,7.0,15.0,0.0,0.0,22.0,214.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 60,4263.0,56.0,4155.0,6.0,9.0,0.0,29.0,2860.0,27218.0,72500.0,273.0 +13121006602,"Census Tract 66.02, Fulton County, Georgia",1356,781.0,20170.0,78800.0,12.0,1.0,1307.0,0.0,0.0,0.0,3.0,23.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 66.02,1405.0,44.0,1344.0,1.0,2.0,0.0,14.0,720.0,20990.0,57200.0,25.0 +13121007602,"Census Tract 76.02, Fulton County, Georgia",2737,2029.0,34136.0,83000.0,523.0,33.0,2623.0,0.0,0.0,0.0,0.0,0.0,81.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 76.02,2848.0,33.0,2775.0,5.0,1.0,0.0,31.0,1900.0,34012.0,86500.0,341.0 +13121001700,"Census Tract 17, Fulton County, Georgia",4439,3548.0,60069.0,372000.0,2195.0,1965.0,1942.0,0.0,173.0,0.0,11.0,111.0,237.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 17,2506.0,310.0,2094.0,10.0,8.0,0.0,82.0,1610.0,17913.0,88700.0,275.0 +13121007802,"Census Tract 78.02, Fulton County, Georgia",10402,6228.0,44932.0,176700.0,2495.0,70.0,10157.0,6.0,0.0,0.0,16.0,153.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.02,6340.0,163.0,6115.0,5.0,16.0,0.0,36.0,4243.0,57248.0,150900.0,1861.0 +13121007805,"Census Tract 78.05, Fulton County, Georgia",3540,2236.0,33255.0,92300.0,392.0,34.0,3422.0,0.0,34.0,0.0,0.0,30.0,20.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.05,4149.0,69.0,3617.0,3.0,42.0,21.0,416.0,2531.0,35489.0,86500.0,514.0 +13121009700,"Census Tract 97, Fulton County, Georgia",3855,2646.0,200179.0,951700.0,2186.0,3271.0,315.0,0.0,142.0,0.0,0.0,0.0,127.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 97,3930.0,3625.0,131.0,5.0,101.0,0.0,67.0,2829.0,120709.0,628400.0,2232.0 +13121010206,"Census Tract 102.06, Fulton County, Georgia",5880,4302.0,177188.0,889000.0,3555.0,4988.0,253.0,6.0,378.0,0.0,29.0,46.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.06,4923.97509,4663.535064,75.16385055,9.014427092,105.16075900000001,0.0,52.09068458,3471.7811420000003,163389.0352,573394.0916,2774.542473 +13121011618,"Census Tract 116.18, Fulton County, Georgia",4709,2930.0,110335.0,544100.0,2244.0,2680.0,526.0,0.0,1228.0,4.0,19.0,60.0,192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.18,2038.633134,1583.1939849999999,161.8156176,5.003267944,172.5096817,0.155250952,98.47660446,1313.536858,74176.48272999999,220394.2993,767.2338181 +13121011610,"Census Tract 116.10, Fulton County, Georgia",5967,3736.0,102656.0,336400.0,2318.0,4377.0,620.0,0.0,343.0,0.0,0.0,211.0,416.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.10,5214.035347999999,4161.696777,420.60290530000003,14.96215916,211.1326904,0.554154038,348.00872799999996,3450.717285,64239.003020000004,175800.0059,1718.4316410000001 +13121011614,"Census Tract 116.14, Fulton County, Georgia",14013,9971.0,74191.0,219900.0,5822.0,5982.0,2594.0,27.0,2800.0,20.0,0.0,280.0,2310.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.14,5804.314888,5006.328613000001,298.35263060000005,16.65445328,259.3336182,0.951683044,204.1360168,4040.8461909999996,79870.99869,180500.0048,2197.436035 +13121011620,"Census Tract 116.20, Fulton County, Georgia",10558,6850.0,120227.0,356300.0,4752.0,6003.0,867.0,125.0,2221.0,0.0,13.0,305.0,1024.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.20,7173.20328,5801.782715,428.091217,19.11121368,616.9100342,0.0,256.4725037,4611.918457,90497.99831,260099.9978,3025.6875 +13121011420,"Census Tract 114.20, Fulton County, Georgia",8309,4472.0,41275.0,132700.0,763.0,975.0,1560.0,53.0,159.0,0.0,0.0,419.0,5143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.20,7081.593059999999,2448.702393,1165.030029,31.11933136,363.0588684,0.0,3025.706787,4129.794922,45978.001339999995,102900.0015,1119.647583 +13121011613,"Census Tract 116.13, Fulton County, Georgia",7109,4514.0,101902.0,328200.0,2582.0,3720.0,1107.0,32.0,1553.0,0.0,0.0,64.0,633.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.13,5243.999907,3776.95166,427.28475949999995,7.251568794,811.6179199,0.0,175.1532745,3466.25,83300.99759,259100.00600000002,2066.139404 +13121011426,"Census Tract 114.26, Fulton County, Georgia",2461,1566.0,101500.0,418000.0,825.0,1601.0,186.0,0.0,242.0,0.0,0.0,40.0,392.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.26,2392.9999190000003,1964.2243649999998,164.8940887,7.379518986,134.358139,0.254466176,107.8936615,1565.7303470000002,89343.99733,189699.9961,933.1274413999998 +13121011425,"Census Tract 114.25, Fulton County, Georgia",7369,4955.0,198808.0,681300.0,3691.0,5068.0,137.0,0.0,1661.0,0.0,0.0,116.0,387.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.25,6146.0000549999995,5283.749511999999,274.45788569999996,13.92598152,375.42126460000003,0.58024925,163.6302948,4093.078125,115674.004,299299.9984,2528.145996 +13121011423,"Census Tract 114.23, Fulton County, Georgia",4936,3532.0,116250.0,364600.0,2430.0,4111.0,255.0,0.0,124.0,10.0,83.0,222.0,131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.23,4669.876864,4038.292725,262.00827030000005,19.8309021,169.4640656,1.201872826,161.6519012,3245.056641,79922.00239,208500.0041,1858.696289 +13121011418,"Census Tract 114.18, Fulton County, Georgia",6435,4404.0,130653.0,362300.0,3017.0,5798.0,358.0,0.0,25.0,0.0,0.0,3.0,251.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.18,5584.000185,4976.350586,246.8392639,17.71573639,181.2910309,0.0,154.1269073,3970.0966799999997,79364.00262999999,197300.0014,2287.1015629999997 +13121011421,"Census Tract 114.21, Fulton County, Georgia",4451,2663.0,47428.0,179500.0,1002.0,1284.0,1281.0,11.0,312.0,0.0,13.0,136.0,1425.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.21,3841.40694,1328.297485,631.9699707000001,16.88066864,196.9411163,0.0,1641.2932130000002,2240.205322,45978.00169,102899.9973,607.352356 +13121011416,"Census Tract 114.16, Fulton County, Georgia",5344,3833.0,103813.0,304800.0,2302.0,4062.0,500.0,12.0,375.0,0.0,0.0,176.0,219.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.16,4892.04021,4325.042969,204.18656919999998,14.062436100000001,189.5616302,0.0,134.4368896,3552.171387,82013.99948,194900.0051,1941.741211 +13121011506,"Census Tract 115.06, Fulton County, Georgia",5937,4158.0,155980.0,432400.0,3101.0,5467.0,81.0,0.0,92.0,3.0,0.0,196.0,98.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 115.06,5545.9997490000005,5018.46875,266.0740967,19.62368584,128.7082825,0.0,99.84992981,3456.6545409999994,118513.0035,284400.0072,2152.256592 +13121011417,"Census Tract 114.17, Fulton County, Georgia",5147,3834.0,96538.0,322400.0,2413.0,3887.0,289.0,29.0,283.0,0.0,0.0,240.0,419.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.17,3804.9595310000004,3363.9570310000004,158.8134155,10.93756294,147.4383545,0.0,104.5631027,2762.8286129999997,82014.00175,194899.9978,1510.258789 +13121011619,"Census Tract 116.19, Fulton County, Georgia",8621,5471.0,80469.0,390000.0,3687.0,3681.0,920.0,25.0,2773.0,0.0,56.0,366.0,800.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.19,5917.733631,4786.327297,353.1746168,15.76623407,508.93644450000005,3.4288e-05,211.58976800000002,3804.730929,90496.70931,260097.2011,2496.1045670000003 +13121011621,"Census Tract 116.21, Fulton County, Georgia",7000,4645.0,155842.0,485600.0,3320.0,4155.0,424.0,36.0,1621.0,44.0,21.0,53.0,646.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.21,5488.430046,4439.115234000001,327.5452576,14.62255573,472.0160828,0.0,196.23469540000002,3528.7150880000004,90498.00132000001,260099.9894,2315.042969 +13121011303,"Census Tract 113.03, Fulton County, Georgia",9355,6056.0,45000.0,98100.0,2077.0,365.0,7660.0,0.0,110.0,0.0,0.0,89.0,1131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 113.03,7624.482555,587.3648413999999,6796.544428,19.14542845,41.25639658,0.0,165.081131,4678.147118,40684.39182,98616.57651,1134.355301 +13121000400,"Census Tract 4, Fulton County, Georgia",1805,1393.0,91857.0,419300.0,1121.0,1495.0,196.0,0.0,45.0,0.0,0.0,33.0,36.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 4,1686.6114579999999,1503.007736,120.0580055,4.0536894519999995,20.643926899999997,0.0,31.79877882,1366.150139,83954.10573,328009.7944,1017.540933 +13121000100,"Census Tract 1, Fulton County, Georgia",5183,3509.0,149450.0,680600.0,2898.0,4611.0,92.0,0.0,114.0,0.0,0.0,200.0,166.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 1,4152.642937,3874.608935,96.03520074,12.00075328,64.99971597,0.0,92.99795288,3342.727596,97729.92744,370695.2704,2707.700899 +13121000600,"Census Tract 6, Fulton County, Georgia",6350,3115.0,50969.0,190300.0,2412.0,2989.0,998.0,0.0,1721.0,25.0,0.0,241.0,376.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 6,2706.994675,1669.996704,334.9993286,0.999998033,539.9989624,0.999998033,122.99975590000001,738.9985352000001,24230.999480000002,166299.9982,419.999176 +13121003500,"Census Tract 35, Fulton County, Georgia",2175,1841.0,55585.0,175300.0,550.0,748.0,1220.0,10.0,29.0,0.0,0.0,81.0,87.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 35,3710.0,614.0,2832.0,27.0,39.0,3.0,195.0,2610.0,42906.0,185400.0,424.0 +13121011626,"Census Tract 116.26, Fulton County, Georgia",10191,6218.0,94803.0,329800.0,3711.0,4699.0,1365.0,0.0,3144.0,0.0,0.0,225.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.26,5762.000134000001,4456.266113000001,316.368988,16.69234276,773.3463745,0.0,172.0293121,3453.1545409999994,106432.9984,241299.9942,2400.5551760000003 +13121011622,"Census Tract 116.22, Fulton County, Georgia",10206,6517.0,137643.0,371000.0,4903.0,3751.0,944.0,8.0,4707.0,0.0,0.0,291.0,505.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.22,6716.000139,5194.079102000001,368.74938960000003,19.45605087,901.3874512,0.0,200.51177980000003,4024.8847659999997,106433.0053,241300.0045,2798.009033 +13121011424,"Census Tract 114.24, Fulton County, Georgia",5875,4372.0,104861.0,339100.0,2521.0,3819.0,729.0,0.0,756.0,0.0,0.0,144.0,427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.24,4445.9999450000005,3822.250244,198.542099,10.07401848,271.57873539999997,0.41975075,118.3697128,2960.921875,115674.0034,299300.0021,1828.8540039999998 +13121011422,"Census Tract 114.22, Fulton County, Georgia",3914,2788.0,64402.0,302600.0,1500.0,2775.0,545.0,10.0,220.0,0.0,0.0,130.0,244.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.22,3101.122904,2681.707031,173.9917145,13.16909695,112.5359268,0.798127115,107.34809879999999,2154.943115,79921.99837,208500.0066,1234.303589 +13121011505,"Census Tract 115.05, Fulton County, Georgia",4446,2895.0,179000.0,447200.0,2014.0,3743.0,279.0,12.0,182.0,0.0,0.0,39.0,203.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 115.05,4062.999964,3676.530762,194.92590330000002,14.37631416,94.29170227,0.0,73.15007019,2532.345459,118512.9981,284399.9981,1576.743408 +13121010123,"Census Tract 101.23, Fulton County, Georgia",5140,3542.0,69479.0,171300.0,1938.0,2267.0,1455.0,17.0,285.0,0.0,0.0,56.0,1060.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.23,4652.999865,3482.9079590000006,622.2843627999999,8.075788498,227.91668700000002,0.44865489,280.8579712,3562.7685549999997,57260.99978,234800.0007,2193.473877 +13121010121,"Census Tract 101.21, Fulton County, Georgia",2200,1843.0,86402.0,283800.0,1307.0,1837.0,117.0,0.0,172.0,0.0,0.0,36.0,38.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.21,1209.9999990000001,905.7207642000001,161.823349,2.100086689,59.26911545,0.116671488,73.03635406,926.4882812999999,57261.00147,234799.9942,570.4069214 +13121010119,"Census Tract 101.19, Fulton County, Georgia",5314,3432.0,43621.0,146700.0,1380.0,1100.0,2920.0,8.0,131.0,0.0,47.0,218.0,890.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.19,4736.999989,2165.42334,1651.544678,13.10172081,147.7583008,0.0,700.9420776000001,3241.947998,48957.99972,128199.9949,1376.408569 +13121010211,"Census Tract 102.11, Fulton County, Georgia",2738,2037.0,138393.0,807300.0,1455.0,2414.0,17.0,0.0,13.0,0.0,24.0,0.0,270.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.11,3198.9999620000003,1786.3371579999998,303.56530760000004,6.866357803,87.09432983,0.7227745059999999,979.359436,2112.669922,56327.997279999996,342199.9917,1046.216064 +13121009801,"Census Tract 98.01, Fulton County, Georgia",4787,3203.0,105536.0,788800.0,2465.0,4196.0,223.0,0.0,138.0,0.0,0.0,68.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 98.01,4041.9999369999996,3818.982178,83.04405975,7.312055588,81.47719574,0.0,45.96149445,2930.045166,117941.0038,569200.0145,2302.25293 +13121009603,"Census Tract 96.03, Fulton County, Georgia",4401,3532.0,75987.0,449800.0,2748.0,3050.0,774.0,0.0,76.0,0.0,45.0,123.0,333.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 96.03,3209.000051,2560.005615,199.344696,10.49182606,118.03305049999999,0.0,309.1341858,2529.654297,58631.9995,317500.0068,1595.50708 +13121009601,"Census Tract 96.01, Fulton County, Georgia",2670,1834.0,94265.0,335000.0,1515.0,2027.0,227.0,0.0,104.0,0.0,21.0,114.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 96.01,1914.999986,1527.706665,118.96076200000002,6.26109314,70.43729401,0.0,184.47863769999998,1509.5942380000001,58631.99765,317499.9937,952.1333617999999 +13121007705,"Census Tract 77.05, Fulton County, Georgia",4618,2824.0,22592.0,105200.0,665.0,86.0,4475.0,0.0,0.0,0.0,0.0,49.0,8.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.05,2981.446695,66.24506092,2883.851139,3.84622319,5.832411647000001,0.0,20.52497774,1802.411831,29997.231519999998,88135.54372999999,317.4897385 +13121009501,"Census Tract 95.01, Fulton County, Georgia",3631,2799.0,149688.0,946400.0,2359.0,3512.0,47.0,0.0,41.0,0.0,0.0,9.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 95.01,4090.000212,3795.958496,132.37300109999998,10.85024643,57.50630188,1.627536893,79.74930573,3379.851563,71220.99899,611700.0131,2260.648682 +13121011305,"Census Tract 113.05, Fulton County, Georgia",5463,3241.0,25823.0,79500.0,657.0,118.0,5157.0,0.0,91.0,0.0,0.0,22.0,75.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 113.05,5718.999997,131.2859187,5484.593742,12.4253159,13.8100701,1.166009545,72.54863548,2876.134811,28243.747639999998,101655.7445,522.5740728000001 +13121011306,"Census Tract 113.06, Fulton County, Georgia",2356,1594.0,34907.0,88800.0,294.0,156.0,1967.0,0.0,0.0,0.0,0.0,56.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 113.06,4019.000001,91.32195282,3859.707764,8.756899834,9.173894882,0.833990455,47.12046051,2017.0058589999999,28203.99896,101799.996,366.9558105 +13121007706,"Census Tract 77.06, Fulton County, Georgia",9593,7053.0,36369.0,134100.0,1896.0,187.0,9100.0,141.0,0.0,0.0,0.0,27.0,138.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.06,4708.3322689999995,91.85810852,4568.731934,6.043296337,8.460615158,0.0,31.42514229,2841.558105,29725.999589999996,87999.99801,494.9459839 +13121007703,"Census Tract 77.03, Fulton County, Georgia",4403,2995.0,42150.0,104100.0,759.0,42.0,4314.0,0.0,0.0,0.0,13.0,34.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.03,3964.8104270000003,54.48958969,3873.3786619999996,3.6942095760000004,4.617762089,0.0,24.93591499,2406.777588,35504.99999,103699.996,559.6727295 +13121007604,"Census Tract 76.04, Fulton County, Georgia",2536,1754.0,18537.0,94500.0,259.0,28.0,2270.0,0.0,0.0,0.0,0.0,7.0,231.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 76.04,2659.000051,157.4884644,2451.5576170000004,2.28796792,3.431952,0.0,40.80209351,1567.258057,17723.00041,73299.99987,171.2162628 +13121007704,"Census Tract 77.04, Fulton County, Georgia",5852,3868.0,30497.0,119900.0,829.0,89.0,5362.0,0.0,0.0,0.0,0.0,39.0,362.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.04,4621.189573,63.51041031,4514.621094,4.305790424,5.382237911,0.0,29.06408501,2805.222412,35505.00001,103700.0034,652.3272705 +13121007603,"Census Tract 76.03, Fulton County, Georgia",4613,2827.0,13792.0,,250.0,63.0,4440.0,13.0,29.0,0.0,0.0,0.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 76.03,4313.977921,255.5102386,3977.422119,3.712013245,5.568019867,0.0,66.1975708,2542.729004,17722.99977,73300.00200000001,277.78231810000005 +13121011427,"Census Tract 114.27, Fulton County, Georgia",7947,5255.0,108295.0,296300.0,3268.0,5518.0,505.0,0.0,878.0,0.0,66.0,256.0,724.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 114.27,7109.0000310000005,5832.54026,491.3343239,22.08552092,397.7623754,0.7783099520000001,322.8573494,4652.408211,88925.43903,189353.06699999998,2768.212646 +13121011616,"Census Tract 116.16, Fulton County, Georgia",5631,4287.0,71145.0,242500.0,2774.0,2604.0,862.0,59.0,1578.0,0.0,18.0,84.0,426.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.16,4061.063572,3140.5865350000004,330.4702975,9.881442018,342.943355,0.340761839,201.4023004,2617.2586469999997,72576.59887,215969.7522,1509.482676 +13121011617,"Census Tract 116.17, Fulton County, Georgia",7653,5132.0,106367.0,357500.0,3312.0,4565.0,1088.0,39.0,974.0,12.0,131.0,307.0,537.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.17,6011.000204,4648.439453,489.1501769999999,14.624077800000002,507.80850219999996,0.504278541,298.0286255,3873.867676,72583.00301,216000.0074,2234.458252 +13121011611,"Census Tract 116.11, Fulton County, Georgia",8461,5869.0,59095.0,179300.0,2268.0,3712.0,1617.0,0.0,540.0,0.0,245.0,187.0,2160.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.11,4139.073601,3303.6923829999996,333.8884888,11.87745667,167.60411069999998,0.439905792,276.2608337,2739.293457,64239.001939999995,175799.996,1364.147827 +13121980000,"Census Tract 9800, Fulton County, Georgia",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 9800,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +13121008904,"Census Tract 89.04, Fulton County, Georgia",4889,4085.0,78924.0,192500.0,3370.0,3704.0,587.0,0.0,303.0,0.0,0.0,118.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 89.04,4562.999857,2481.620605,1227.8594970000001,14.18421364,95.58926392,0.0,725.8616943,2986.085205,49881.99878,179500.008,1678.054199 +13121008903,"Census Tract 89.03, Fulton County, Georgia",1824,1226.0,71548.0,185400.0,712.0,435.0,579.0,0.0,61.0,0.0,0.0,34.0,715.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 89.03,2835.999923,1542.37915,763.1403809,8.815785408,59.41072845,0.0,451.13824460000006,1855.914551,49881.99809,179500.0074,1042.945801 +13121001001,"Census Tract 10.01, Fulton County, Georgia",2740,1504.0,80132.0,284600.0,1211.0,1502.0,269.0,13.0,732.0,0.0,0.0,110.0,119.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 10.01,1565.664767,998.3383179,162.62678530000002,1.3580524919999999,333.2321167,0.509269714,56.52893448,333.06237789999994,25832.99912,183599.9941,188.260025 +13121009101,"Census Tract 91.01, Fulton County, Georgia",4551,3814.0,76981.0,270000.0,2821.0,3399.0,458.0,0.0,371.0,0.0,13.0,240.0,70.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 91.01,4396.943593,3425.787354,635.6880493,20.66290092,126.4083328,0.0,168.3418579,3442.196045,42178.00166,237799.9916,2152.587891 +13121001201,"Census Tract 12.01, Fulton County, Georgia",4030,3240.0,58603.0,246800.0,2439.0,3028.0,463.0,0.0,184.0,0.0,0.0,106.0,249.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 12.01,2471.999884,1744.2478030000002,499.11416629999997,18.26745987,87.21239471,0.589272916,111.3725815,2085.436768,40654.00095,207099.9976,1172.653076 +13121001202,"Census Tract 12.02, Fulton County, Georgia",4141,3491.0,83063.0,227000.0,3014.0,2654.0,725.0,30.0,329.0,0.0,56.0,74.0,273.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 12.02,1722.999991,1215.752075,347.88580319999994,12.73253822,60.78760529,0.410727054,77.62741089,1453.5629880000001,40654.0002,207100.0092,817.3468627999999 +13121009102,"Census Tract 91.02, Fulton County, Georgia",3160,2385.0,54174.0,557500.0,1693.0,1872.0,700.0,0.0,341.0,0.0,0.0,50.0,197.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 91.02,2833.4587460000002,2207.630615,409.6472473,13.31549358,81.45948792,0.0,108.4821091,2218.20459,42177.99972,237800.0013,1387.161133 +13121001002,"Census Tract 10.02, Fulton County, Georgia",6998,486.0,27250.0,,337.0,3360.0,1263.0,52.0,1574.0,0.0,18.0,241.0,530.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 10.02,7657.335508,4882.661621,795.37323,6.6419477460000005,1629.767944,2.490730286,276.4710693,1628.9377439999998,25832.99994,183600.0048,920.7399902000001 +13121008700,"Census Tract 87, Fulton County, Georgia",5178,3375.0,29583.0,150600.0,1113.0,465.0,4699.0,0.0,0.0,0.0,0.0,0.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 87,4408.459721,52.98134422,4314.503906,1.9987562890000001,6.995646954,0.999378145,29.98134422,2297.682861,16053.408280000001,62960.367329999994,88.94465637 +13121012300,"Census Tract 123, Fulton County, Georgia",2599,1842.0,48155.0,188100.0,620.0,895.0,1496.0,13.0,9.0,0.0,0.0,84.0,102.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 123,3122.2636789999997,997.7752686000001,1647.571167,13.99692535,18.99600315,0.0,430.9262085,2079.505371,28586.44042,71491.80408999999,243.93083190000002 +13121012000,"Census Tract 120, Fulton County, Georgia",2850,2169.0,28902.0,104000.0,372.0,138.0,2548.0,5.0,53.0,0.0,17.0,47.0,47.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 120,2830.0,104.0,2535.0,2.0,94.0,1.0,83.0,1580.0,12223.68007,87630.15075,84.0 +13121011900,"Census Tract 119, Fulton County, Georgia",3289,2045.0,26032.0,162800.0,880.0,1085.0,1858.0,3.0,124.0,0.0,0.0,40.0,179.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 119,3086.0,317.0,2669.0,4.0,18.0,0.0,69.0,1932.0,14119.15385,85185.98131,306.0 +13121011800,"Census Tract 118, Fulton County, Georgia",2198,973.0,16087.0,301000.0,385.0,362.0,1561.0,0.0,148.0,0.0,0.0,23.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 118,2669.0,42.0,2595.0,3.0,2.0,0.0,26.0,1504.0,14774.43127,53559.493669999996,74.0 +13121011624,"Census Tract 116.24, Fulton County, Georgia",4295,2630.0,184830.0,461400.0,1981.0,2711.0,260.0,11.0,1105.0,0.0,0.0,125.0,94.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 116.24,3998.9998450000003,3092.7814940000003,219.5695038,11.58498287,536.7254638999999,0.0,119.39347079999999,2396.592285,106433.0014,241299.9965,1666.056885 +13135050309,"Census Tract 503.09, Gwinnett County, Georgia",8562,6002.0,96490.0,322500.0,3502.0,4132.0,2056.0,6.0,1560.0,0.0,0.0,206.0,608.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.09,7735.0,4903.0,702.0,31.0,1527.0,0.0,551.0,5389.0,87052.0,229200.0,3182.0 +13135050430,"Census Tract 504.30, Gwinnett County, Georgia",5690,3667.0,62458.0,158200.0,1295.0,2659.0,1220.0,36.0,819.0,20.0,12.0,92.0,868.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.30,5050.001748,3833.169922,405.2778625,22.95909119,620.8936767999999,0.0,138.7527618,3416.911621,55271.999710000004,127700.0021,1147.95459 +13135050714,"Census Tract 507.14, Gwinnett County, Georgia",5657,3620.0,82746.0,224400.0,1746.0,2955.0,1572.0,10.0,483.0,0.0,50.0,141.0,456.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.14,4524.0,3941.0,292.0,18.0,117.0,0.0,142.0,2872.0,78777.0,164500.0,1463.0 +13135050718,"Census Tract 507.18, Gwinnett County, Georgia",8209,5655.0,90694.0,238700.0,2741.0,4882.0,1770.0,0.0,981.0,0.0,0.0,121.0,455.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.18,7708.07483,6880.053954999999,296.01118510000003,29.00021567,306.00394900000003,2.97477e-05,172.00533230000002,5020.0451570000005,79872.88432000001,170199.6109,1987.0146949999998 +13135050106,"Census Tract 501.06, Gwinnett County, Georgia",12111,7903.0,65826.0,197400.0,2204.0,5457.0,1547.0,12.0,1111.0,0.0,0.0,146.0,3850.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 501.06,6700.0,5179.0,361.0,28.0,96.0,3.0,994.0,4195.0,46217.0,117700.0,749.0 +13135050421,"Census Tract 504.21, Gwinnett County, Georgia",7343,4423.0,36099.0,89600.0,872.0,1079.0,1876.0,0.0,1057.0,0.0,0.0,107.0,3224.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.21,7203.0,2091.0,1777.0,33.0,961.0,3.0,2291.0,4247.0,44588.0,99400.0,957.0 +13135050423,"Census Tract 504.23, Gwinnett County, Georgia",7865,4877.0,48661.0,128400.0,1133.0,1330.0,2338.0,0.0,1452.0,0.0,249.0,249.0,2247.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.23,5207.0,2301.0,1351.0,10.0,429.0,0.0,1106.0,3272.0,48071.0,116100.0,861.0 +13135050511,"Census Tract 505.11, Gwinnett County, Georgia",12501,7853.0,54267.0,158100.0,2337.0,2170.0,2929.0,480.0,2206.0,1.0,31.0,226.0,4938.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.11,6189.0,3688.0,1070.0,38.0,724.0,1.0,647.0,3920.0,56685.0,121100.0,1176.0 +13135050522,"Census Tract 505.22, Gwinnett County, Georgia",5091,3339.0,32685.0,139000.0,686.0,1792.0,1353.0,14.0,373.0,0.0,0.0,280.0,1279.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.22,4075.0,2753.0,497.0,12.0,83.0,0.0,692.0,2671.0,41774.0,119500.0,536.0 +13135050720,"Census Tract 507.20, Gwinnett County, Georgia",7414,5195.0,73301.0,212000.0,1844.0,4572.0,1626.0,0.0,284.0,0.0,0.0,96.0,836.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.20,6461.0,5778.0,320.0,20.0,157.0,0.0,179.0,4158.0,73293.0,134600.0,1225.0 +13135050304,"Census Tract 503.04, Gwinnett County, Georgia",5126,3292.0,40806.0,124200.0,799.0,1137.0,1282.0,227.0,294.0,0.0,5.0,44.0,2350.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.04,3590.351757,1442.7303470000002,808.7277222,23.96230316,309.513092,0.0,1002.4230349999999,2473.109375,36357.00136,88000.00265,593.0670166 +13135050306,"Census Tract 503.06, Gwinnett County, Georgia",3992,2535.0,47955.0,120700.0,369.0,515.0,341.0,0.0,418.0,0.0,13.0,58.0,2647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.06,4205.109144,1269.2335779999999,612.2644852999999,19.00335145,391.0787591,0.0,1905.5242230000001,2368.630631,40643.07214,89403.52854,307.1147872 +13135050426,"Census Tract 504.26, Gwinnett County, Georgia",7081,4814.0,79309.0,173200.0,1876.0,4238.0,1376.0,0.0,827.0,0.0,0.0,220.0,420.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.26,6693.957243,5636.121843,310.04490710000005,26.02909173,543.3862177999999,0.001003163,154.332047,4647.8103200000005,68461.67082999999,141084.9481,1836.4085940000002 +13135050712,"Census Tract 507.12, Gwinnett County, Georgia",6972,4612.0,78157.0,201000.0,2270.0,4448.0,996.0,0.0,407.0,0.0,0.0,219.0,902.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.12,6961.417004000001,6129.248734000001,349.17328019999997,20.20863587,216.2205789,1.0,233.38369440000002,4272.289007,83481.33197,152980.0065,2029.5753780000002 +13135050410,"Census Tract 504.10, Gwinnett County, Georgia",6245,4082.0,52759.0,135700.0,743.0,1345.0,1033.0,1.0,1269.0,0.0,0.0,232.0,2365.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.10,5565.0,2783.0,918.0,32.0,835.0,2.0,971.0,3486.0,48870.0,114900.0,867.0 +13135050428,"Census Tract 504.28, Gwinnett County, Georgia",6450,4219.0,86118.0,224800.0,1949.0,3189.0,1028.0,62.0,1299.0,11.0,0.0,244.0,617.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.28,5686.0,4524.0,330.0,35.0,625.0,0.0,165.0,3669.0,85060.0,183800.0,1832.0 +13135050709,"Census Tract 507.09, Gwinnett County, Georgia",13046,7607.0,62154.0,158900.0,2190.0,2966.0,7740.0,17.0,139.0,17.0,284.0,204.0,1696.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.09,6843.0,5118.0,1247.0,28.0,94.0,0.0,333.0,4321.0,63523.0,120500.0,1208.0 +13135050314,"Census Tract 503.14, Gwinnett County, Georgia",9860,6544.0,47396.0,133000.0,1802.0,2122.0,2375.0,20.0,1293.0,0.0,0.0,345.0,3705.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.14,6665.677423,3706.8692929999997,701.0167236000001,20.72866726,893.136467,3.037898157,1305.757484,4220.62677,58988.499370000005,122033.3263,1499.643555 +13135050315,"Census Tract 503.15, Gwinnett County, Georgia",5741,3554.0,47091.0,233000.0,1317.0,2045.0,2059.0,0.0,101.0,0.0,111.0,146.0,1279.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.15,5815.666461,2558.803871,2058.0079960000003,19.78684187,360.00549889999996,0.0,786.6815109,3787.572632,41582.75337,150403.3085,1447.930134 +13135050415,"Census Tract 504.15, Gwinnett County, Georgia",3577,2849.0,66776.0,175500.0,1252.0,1451.0,1883.0,14.0,72.0,0.0,0.0,41.0,116.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.15,4186.0,3181.0,701.0,22.0,187.0,1.0,79.0,2813.0,75298.0,160400.0,1308.0 +13135050425,"Census Tract 504.25, Gwinnett County, Georgia",5497,3591.0,88141.0,242800.0,1848.0,2997.0,1029.0,11.0,737.0,0.0,0.0,146.0,577.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.25,5294.0,4460.0,189.0,19.0,468.0,0.0,154.0,3416.0,79558.0,167500.0,1503.0 +13135050429,"Census Tract 504.29, Gwinnett County, Georgia",7429,5121.0,84706.0,191000.0,2373.0,3927.0,1319.0,18.0,1009.0,0.0,24.0,164.0,986.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.29,6600.998381,5664.830161,388.7221472,23.04090982,286.10634369999997,0.0,216.2472376,4289.0884479999995,77153.1529,147875.3776,1684.045491 +13135050105,"Census Tract 501.05, Gwinnett County, Georgia",3977,2350.0,36006.0,110000.0,236.0,1200.0,668.0,16.0,0.0,0.0,0.0,63.0,2030.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 501.05,4048.0,2432.0,933.0,29.0,28.0,0.0,610.0,2463.0,33716.0,82600.0,228.0 +13135050205,"Census Tract 502.05, Gwinnett County, Georgia",4414,3069.0,57197.0,162400.0,1032.0,1612.0,1154.0,0.0,759.0,3.0,13.0,136.0,737.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.05,4155.0,2656.4726579999997,514.8285788,12.03173281,516.1938586,0.0,410.4174626,2894.063722,53813.69278,127749.5087,1093.580165 +13135050308,"Census Tract 503.08, Gwinnett County, Georgia",4105,2612.0,131806.0,421500.0,1690.0,2874.0,218.0,0.0,917.0,0.0,0.0,32.0,64.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.08,3486.0,2862.0,115.0,8.0,437.0,0.0,62.0,2161.0,128137.0,318300.0,1386.0 +13135050417,"Census Tract 504.17, Gwinnett County, Georgia",6041,3397.0,29288.0,112700.0,436.0,474.0,1359.0,0.0,534.0,0.0,0.0,74.0,3600.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.17,6086.0,1125.0,1672.0,33.0,767.0,0.0,2446.0,3539.0,40889.0,94000.0,805.0 +13135050427,"Census Tract 504.27, Gwinnett County, Georgia",6689,4479.0,78929.0,198200.0,2014.0,3736.0,891.0,0.0,1149.0,0.0,0.0,152.0,761.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.27,5118.340238000001,4455.585838,183.9113979,13.75373292,204.52396299999998,0.992011309,248.5095501,3399.633415,82774.75293999999,162637.2367,1768.826019 +13135050713,"Census Tract 507.13, Gwinnett County, Georgia",7196,4938.0,111929.0,261100.0,2975.0,4485.0,1331.0,15.0,854.0,0.0,66.0,97.0,348.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.13,6454.0117310000005,5567.696777,253.803833,16.98687172,422.6733093,0.0,179.86099240000001,3698.141846,90522.99785,174499.9946,1799.609131 +13135050719,"Census Tract 507.19, Gwinnett County, Georgia",5688,3634.0,52159.0,139300.0,775.0,1436.0,3086.0,0.0,296.0,0.0,0.0,53.0,817.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.19,5055.063232,3613.516432,765.3142943,30.01311703,139.0704719,0.0,488.1409438,3152.247147,46880.98297,112201.5158,654.336156 +13135050219,"Census Tract 502.19, Gwinnett County, Georgia",3692,2677.0,65913.0,177300.0,1382.0,1481.0,1001.0,5.0,825.0,0.0,0.0,82.0,298.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.19,3622.7016329999997,2261.5395510000003,436.4424744,16.61001587,445.0338745,0.0,438.7335205,2464.009766,55653.00091,139999.9947,1083.946655 +13135050211,"Census Tract 502.11, Gwinnett County, Georgia",5411,3330.0,33284.0,152200.0,817.0,621.0,1413.0,105.0,1081.0,0.0,18.0,85.0,2193.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.11,6330.322622,3171.216553,1050.151855,31.14124298,1017.2805789999999,0.43251726,1012.9554439999999,4184.171875,50636.99856,135199.9993,1513.810425 +13135050215,"Census Tract 502.15, Gwinnett County, Georgia",3321,2275.0,60144.0,274500.0,1153.0,698.0,757.0,42.0,1390.0,0.0,0.0,206.0,228.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.15,1542.713292,772.8323364,255.92428590000003,7.589188098999999,247.9134827,0.10540539,246.8594208,1019.691772,50636.99792,135200.0014,368.9188538 +13135050216,"Census Tract 502.16, Gwinnett County, Georgia",9422,6439.0,80357.0,278400.0,3256.0,3437.0,948.0,61.0,3788.0,0.0,0.0,106.0,1082.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.16,4835.133103,3724.220947,364.2080383,13.94839382,524.7695313,0.0,183.49887080000002,3104.912354,82265.00302,180400.0048,1573.688721 +13135050527,"Census Tract 505.27, Gwinnett County, Georgia",6099,4002.0,79675.0,193800.0,1665.0,3267.0,1110.0,0.0,653.0,0.0,0.0,276.0,793.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.27,5811.019825,4621.623535,507.7915039,23.4325695,378.0111389,2.0600061419999998,260.07577510000004,3510.765381,74992.00073,161599.9958,1555.562134 +13135050103,"Census Tract 501.03, Gwinnett County, Georgia",10831,6908.0,71563.0,171300.0,2140.0,6508.0,966.0,30.0,764.0,0.0,12.0,166.0,2415.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 501.03,6933.0,5469.0,507.0,27.0,104.0,3.0,802.0,4593.0,46598.0,116200.0,936.0 +13135050313,"Census Tract 503.13, Gwinnett County, Georgia",8796,5308.0,46377.0,168000.0,1287.0,2367.0,2029.0,0.0,1319.0,0.0,0.0,241.0,2840.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.13,6956.0,3610.0,1127.0,29.0,741.0,2.0,1406.0,4592.0,57307.0,124100.0,1418.0 +13135050416,"Census Tract 504.16, Gwinnett County, Georgia",3593,2382.0,62591.0,103700.0,737.0,791.0,1974.0,111.0,54.0,0.0,0.0,72.0,702.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.16,3503.0,2010.0,1055.0,30.0,77.0,0.0,316.0,2059.0,56281.0,108700.0,455.0 +13135050418,"Census Tract 504.18, Gwinnett County, Georgia",7305,4396.0,36172.0,104900.0,760.0,438.0,1656.0,96.0,497.0,0.0,39.0,39.0,4540.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.18,7354.0,1204.0,2253.0,23.0,1246.0,1.0,2571.0,4353.0,43474.0,97600.0,1431.0 +13135050422,"Census Tract 504.22, Gwinnett County, Georgia",8184,4396.0,37715.0,116000.0,550.0,443.0,1320.0,0.0,531.0,0.0,53.0,134.0,5703.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.22,6752.0,2209.0,1864.0,29.0,941.0,0.0,1679.0,3833.0,41517.0,106800.0,645.0 +13135050424,"Census Tract 504.24, Gwinnett County, Georgia",7755,4844.0,40670.0,113800.0,1001.0,1246.0,1226.0,0.0,959.0,0.0,23.0,170.0,4131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.24,6383.0,2413.0,1732.0,34.0,906.0,0.0,1256.0,4011.0,46155.0,108900.0,1241.0 +13135050520,"Census Tract 505.20, Gwinnett County, Georgia",5245,3399.0,41420.0,207700.0,732.0,1745.0,1808.0,0.0,225.0,0.0,0.0,105.0,1362.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.20,4590.0,3123.0,817.0,23.0,150.0,0.0,431.0,3005.0,32554.0,131700.0,416.0 +13135050521,"Census Tract 505.21, Gwinnett County, Georgia",6167,3914.0,49474.0,165700.0,899.0,2263.0,1401.0,0.0,310.0,0.0,24.0,313.0,1856.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.21,5537.999968,4197.147461,643.4894409,28.93208504,151.64402769999998,0.0,499.8266907,3410.99292,43749.99985,133599.9947,785.1569214 +13135050715,"Census Tract 507.15, Gwinnett County, Georgia",5972,3877.0,73095.0,177000.0,1382.0,3184.0,909.0,17.0,653.0,0.0,0.0,38.0,1171.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.15,4863.98837,4078.303329,303.1961675,28.01312932,209.3266884,0.0,222.13901639999997,3067.858331,68737.88115,133938.5569,1079.390936 +13135050310,"Census Tract 503.10, Gwinnett County, Georgia",6220,4730.0,61295.0,197400.0,2271.0,3452.0,1321.0,0.0,541.0,0.0,0.0,115.0,791.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.10,4629.0,3138.0,880.0,14.0,320.0,0.0,252.0,3478.0,52286.0,149800.0,1836.0 +13135050721,"Census Tract 507.21, Gwinnett County, Georgia",8506,5884.0,63900.0,155600.0,1612.0,3484.0,3498.0,0.0,291.0,0.0,52.0,241.0,940.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.21,6964.665328,6117.102319,467.34292220000003,28.01303865,139.068759,1.000075727,199.1253577,4417.360374,62421.1348,131109.4489,1235.6919269999999 +13135050311,"Census Tract 503.11, Gwinnett County, Georgia",2646,1895.0,100284.0,276800.0,1205.0,1625.0,521.0,0.0,304.0,0.0,0.0,35.0,161.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.11,2237.0,1528.0,423.0,17.0,158.0,0.0,106.0,1688.0,59107.0,167000.0,636.0 +13135050419,"Census Tract 504.19, Gwinnett County, Georgia",8095,4885.0,50714.0,114800.0,749.0,1122.0,1309.0,0.0,1214.0,0.0,177.0,668.0,3605.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.19,6677.0,2351.0,1072.0,25.0,1173.0,0.0,2032.0,4302.0,48333.0,122100.0,864.0 +13135050526,"Census Tract 505.26, Gwinnett County, Georgia",4761,3181.0,46596.0,115900.0,766.0,811.0,1010.0,0.0,807.0,0.0,0.0,22.0,2111.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.26,4349.999865,2323.559082,849.5730591,19.49839783,480.0320129,2.321238041,629.9839477999999,2886.227295,49189.00099,110999.9998,897.390564 +13135050431,"Census Tract 504.31, Gwinnett County, Georgia",8367,5080.0,46145.0,249500.0,1815.0,1175.0,2772.0,8.0,1959.0,1.0,0.0,250.0,2210.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.31,4313.145988,2171.405103,860.706384,13.03960517,653.1293128,0.0,599.1297606,2893.8779050000003,52329.61623,133521.5601,1080.1723 +13135050319,"Census Tract 503.19, Gwinnett County, Georgia",6706,3880.0,36067.0,135000.0,655.0,849.0,1066.0,0.0,390.0,0.0,62.0,64.0,4275.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.19,6546.999931,1378.749634,1561.190796,19.78277588,464.89523319999995,0.0,3094.355957,3722.4589840000003,43923.9996,105800.00300000001,677.5601196 +13135050433,"Census Tract 504.33, Gwinnett County, Georgia",2404,1660.0,45000.0,147700.0,483.0,608.0,586.0,0.0,171.0,0.0,0.0,65.0,974.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.33,2224.999961,535.6656494,662.2474365,8.754253387,309.2380981,0.236601442,683.7781372000001,1323.31189,44338.00114,119200.0016,384.7139587 +13135050432,"Census Tract 504.32, Gwinnett County, Georgia",6378,4333.0,63327.0,144900.0,1062.0,1836.0,1127.0,0.0,1311.0,0.0,88.0,57.0,1959.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.32,5278.999903,2656.834229,1053.81897,15.958615300000002,799.581665,0.0,733.5460205,3541.711914,52322.99977,133500.0053,1321.813599 +13135050317,"Census Tract 503.17, Gwinnett County, Georgia",4002,2354.0,40276.0,85200.0,702.0,630.0,1497.0,27.0,111.0,0.0,0.0,44.0,1720.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.17,4255.619268,1195.866577,1892.037964,25.80585098,274.4804077,0.0,847.4875488,2665.626953,40137.00103,88700.00284,778.8674927000001 +13135050321,"Census Tract 503.21, Gwinnett County, Georgia",4663,3335.0,148289.0,403200.0,2346.0,3931.0,68.0,0.0,349.0,0.0,0.0,129.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.21,4349.000077000001,3849.050293,84.88828278,16.41485977,301.56445310000004,0.0,90.51622772,2741.750732,114607.0,263800.0053,1950.085449 +13135050434,"Census Tract 504.34, Gwinnett County, Georgia",8751,5253.0,39773.0,165900.0,623.0,1155.0,919.0,159.0,571.0,0.0,0.0,82.0,6024.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.34,7178.999758,1728.3342289999998,2136.752441,28.24574471,997.7619018999999,0.763398528,2206.22168,4269.687988000001,44337.999,119199.9972,1241.286011 +13135050322,"Census Tract 503.22, Gwinnett County, Georgia",4986,3232.0,130426.0,366900.0,2584.0,4425.0,0.0,0.0,473.0,15.0,0.0,73.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.22,4924.0002,4357.949707,96.11172485,18.58514023,341.4355774,0.0,102.4837723,3104.2495120000003,114606.9974,263800.0102,2207.914795 +13135050318,"Census Tract 503.18, Gwinnett County, Georgia",2739,1796.0,53500.0,112900.0,895.0,467.0,1303.0,0.0,208.0,0.0,0.0,0.0,761.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.18,2705.71446,760.3296508999999,1202.954102,16.40730858,174.5141144,0.0,538.8309326,1694.800415,40136.998589999996,88700.0018,495.20242310000003 +13135050320,"Census Tract 503.20, Gwinnett County, Georgia",5718,3289.0,33758.0,121100.0,227.0,752.0,1041.0,1.0,711.0,0.0,92.0,34.0,3087.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 503.20,5365.890847,1130.016846,1279.544678,16.213870999999997,381.02600099999995,0.0,2536.119873,3050.910156,43924.0009,105799.9971,555.3251343 +13135050220,"Census Tract 502.20, Gwinnett County, Georgia",6317,3813.0,41307.0,269400.0,1630.0,2288.0,1895.0,0.0,578.0,0.0,128.0,216.0,1212.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.20,5296.298008,3306.313477,638.0678101,24.28342247,650.6282348999999,0.0,641.4172973999999,3602.320068,55653.00161,139999.9998,1584.7026369999999 +13135050214,"Census Tract 502.14, Gwinnett County, Georgia",8903,6138.0,84084.0,242900.0,3354.0,3821.0,1509.0,0.0,2741.0,0.0,0.0,81.0,751.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.14,6883.000118999999,5301.57373,518.4643555,19.85608101,747.0299072,0.0,261.2177734,4419.963379,82264.99612000001,180399.9964,2240.207275 +13135050218,"Census Tract 502.18, Gwinnett County, Georgia",4265,2785.0,63359.0,167500.0,684.0,1271.0,603.0,0.0,856.0,0.0,5.0,121.0,1409.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.18,3732.044614,2329.670044,449.66295099999996,17.111700600000002,458.50573210000005,7.13741e-05,452.0163404,2538.3603949999997,55651.63075,139998.9549,1116.600395 +13135050209,"Census Tract 502.09, Gwinnett County, Georgia",8980,6280.0,52595.0,162700.0,2578.0,2842.0,1516.0,0.0,2316.0,0.0,21.0,138.0,2147.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.09,6207.242051,3109.558594,1029.733765,30.53576279,997.5015868999999,0.42410782,993.2604980000001,4102.818848,50636.998869999996,135199.9993,1484.377319 +13135050217,"Census Tract 502.17, Gwinnett County, Georgia",10808,7097.0,75274.0,358300.0,3905.0,3805.0,2447.0,0.0,3595.0,0.0,0.0,250.0,711.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.17,3869.866868,2980.732666,291.499054,11.16379356,420.00671389999997,0.0,146.8659058,2485.060303,82265.00346,180399.9967,1259.523926 +13135050529,"Census Tract 505.29, Gwinnett County, Georgia",4273,2900.0,59298.0,180000.0,1232.0,2069.0,667.0,0.0,570.0,0.0,0.0,152.0,815.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.29,3851.0001119999997,2832.697998,421.00228880000003,10.10038185,379.6825256,0.0,192.3663635,2302.886963,75123.99785,156100.0059,921.4302979 +13135050530,"Census Tract 505.30, Gwinnett County, Georgia",6428,4160.0,89484.0,213500.0,1787.0,2963.0,1191.0,25.0,1585.0,0.0,11.0,71.0,582.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.30,4537.000138,3337.302246,495.99774169999995,11.899619099999999,447.31750489999996,0.0,226.6336517,2713.113037,75123.99944,156100.0036,1085.569824 +13135050538,"Census Tract 505.38, Gwinnett County, Georgia",7684,4973.0,81159.0,192300.0,1890.0,3743.0,1353.0,0.0,1078.0,0.0,64.0,53.0,1393.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.38,7052.012573,5184.695313,744.4940186000001,27.16835403,666.6384277000001,1.216493487,391.71090699999996,4235.830078,70757.00081,152400.0002,1777.702393 +13135050525,"Census Tract 505.25, Gwinnett County, Georgia",8491,5356.0,85122.0,178100.0,2153.0,3849.0,1539.0,23.0,1451.0,0.0,0.0,133.0,1519.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.25,7091.000303,5639.618652,619.6416016,28.594009399999997,461.2748108,2.513759136,317.36209110000004,4284.074219,74991.99895,161599.9972,1898.202393 +13135050528,"Census Tract 505.28, Gwinnett County, Georgia",5085,3472.0,99958.0,238200.0,1378.0,2917.0,869.0,0.0,557.0,0.0,0.0,106.0,636.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.28,4403.000139,3501.796631,384.75280760000004,17.75481987,286.418396,1.560863256,197.0589905,2660.101318,74992.00318,161600.0064,1178.646851 +13135050605,"Census Tract 506.05, Gwinnett County, Georgia",15002,9452.0,73289.0,204600.0,3091.0,8928.0,2612.0,42.0,709.0,0.0,0.0,579.0,2132.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 506.05,6864.539051999999,6099.87793,285.1597595,33.88036728,131.7569885,0.47056067,294.1004333,4397.389647999999,70786.00337,148799.9985,1118.052124 +13135050606,"Census Tract 506.06, Gwinnett County, Georgia",24632,15438.0,69788.0,215200.0,5812.0,13948.0,4648.0,6.0,3387.0,0.0,0.0,301.0,2342.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 506.06,7716.630056999999,6857.052245999999,320.5564575,38.08591843,148.111908,0.528971076,330.6069336,4943.234863000001,70786.00269,148800.0051,1256.835327 +13135050210,"Census Tract 502.10, Gwinnett County, Georgia",7845,5334.0,78333.0,231400.0,2379.0,3892.0,1714.0,0.0,1366.0,0.0,0.0,217.0,656.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.10,3057.999891,2427.255615,237.00198360000002,7.565642834,259.36996459999995,0.49341148100000004,114.9648743,1926.6074219999998,82052.99801,201800.0006,956.0669556 +13135050213,"Census Tract 502.13, Gwinnett County, Georgia",12758,7963.0,96720.0,256500.0,3808.0,6156.0,1716.0,14.0,3405.0,0.0,562.0,323.0,582.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.13,5292.999994,4201.263672,410.2196045,13.09514332,448.93566889999994,0.854031086,198.9892426,3334.706787,82053.00122,201800.0076,1654.827515 +13135050208,"Census Tract 502.08, Gwinnett County, Georgia",6513,4253.0,68981.0,166300.0,1498.0,2718.0,1655.0,0.0,953.0,0.0,30.0,52.0,1105.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.08,3082.999879,2447.099121,238.93954469999997,7.627493857999999,261.490387,0.497445256,115.904747,1942.3579100000002,82053.0014,201799.9991,963.8831177000001 +13135050212,"Census Tract 502.12, Gwinnett County, Georgia",13472,8398.0,120787.0,347700.0,5065.0,9337.0,1136.0,73.0,1917.0,0.0,39.0,264.0,706.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 502.12,7159.000236,5682.381836,554.8388672,17.71171951,607.2039795,1.155112147,269.1411438,4510.328125,82053.00362999999,201799.9945,2238.222412 +13135050109,"Census Tract 501.09, Gwinnett County, Georgia",7894,4749.0,65169.0,179300.0,1821.0,3683.0,951.0,0.0,1512.0,0.0,0.0,544.0,1204.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 501.09,4015.0925549999997,3472.724365,162.85983280000002,14.19420528,89.274086,2.614722013,263.3398743,2623.313232,67889.99887000001,146999.99300000002,936.0704956000001 +13135050107,"Census Tract 501.07, Gwinnett County, Georgia",7935,4461.0,90257.0,234500.0,1883.0,5102.0,877.0,0.0,452.0,0.0,0.0,469.0,1035.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 501.07,2326.9999199999997,2012.66333,94.38756561,8.226439476,51.73997498,1.515396714,152.62210080000003,1520.375854,67890.00195,146999.9973,542.5120239 +13135050108,"Census Tract 501.08, Gwinnett County, Georgia",9578,6085.0,117983.0,273200.0,3341.0,6762.0,948.0,0.0,869.0,0.0,55.0,243.0,701.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 501.08,4406.907365,3811.612061,178.752594,15.57935429,97.98593903,2.869881153,289.0380249,2879.310791,67889.99754,147000.0025,1027.41748 +13135050549,"Census Tract 505.49, Gwinnett County, Georgia",5422,3380.0,71971.0,172000.0,1211.0,2708.0,1102.0,0.0,932.0,0.0,17.0,9.0,654.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.49,4665.131923,3429.841797,492.5065918000001,17.97273445,441.0026245,0.80474937,259.1292725,2802.137207,70756.9993,152399.9988,1176.00708 +13135050540,"Census Tract 505.40, Gwinnett County, Georgia",7330,4790.0,57386.0,166000.0,1660.0,2659.0,2925.0,7.0,411.0,0.0,0.0,191.0,1144.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.40,5652.986986999999,4156.120605,596.7962646000001,21.77851295,534.3862305,0.97515732,314.0006714,3395.497803,70757.00038,152400.0054,1425.029907 +13135050729,"Census Tract 507.29, Gwinnett County, Georgia",3341,2220.0,50625.0,107700.0,484.0,928.0,1790.0,0.0,126.0,0.0,53.0,38.0,406.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.29,2987.227964,2195.549316,455.047699,18.99135208,102.0319672,0.0,204.0639343,1805.667969,62589.00144,115099.9999,486.6999512 +13135050722,"Census Tract 507.22, Gwinnett County, Georgia",3600,2167.0,61523.0,168200.0,623.0,937.0,1860.0,0.0,148.0,0.0,0.0,32.0,623.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.22,2324.9999199999997,1691.7603760000002,467.4238586,12.67029953,57.01634598,0.0,87.03944397,1420.726196,74985.99757,134099.9965,484.77667239999994 +13135050725,"Census Tract 507.25, Gwinnett County, Georgia",6758,3994.0,62147.0,141600.0,1211.0,1565.0,4105.0,0.0,178.0,11.0,0.0,141.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.25,5032.708586,3698.934082,766.6380005,31.99552917,171.8975525,0.0,343.795105,3042.084717,62588.99872,115099.9981,819.9638672 +13135050730,"Census Tract 507.30, Gwinnett County, Georgia",6811,4381.0,74776.0,172500.0,1526.0,2368.0,3173.0,98.0,381.0,0.0,85.0,95.0,611.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.30,4206.3349579999995,3607.6694340000004,354.11514950000003,15.65660143,80.71093675,0.270090507,135.49808430000002,2694.1689300000003,65074.71524,142095.0232,777.1166883999999 +13135050728,"Census Tract 507.28, Gwinnett County, Georgia",13992,8894.0,71594.0,157700.0,3178.0,3495.0,9512.0,0.0,475.0,0.0,0.0,126.0,384.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.28,6874.1717069999995,5895.739258,578.7661743,25.58569908,131.8986969,0.44113275399999996,221.4486389,4402.945801,65076.003220000006,142100.0012,1270.02124 +13135050731,"Census Tract 507.31, Gwinnett County, Georgia",10343,6305.0,64980.0,152600.0,1752.0,3579.0,5099.0,0.0,381.0,0.0,95.0,377.0,812.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.31,4498.841134,3858.5015630000003,378.7760019,16.74474784,86.32172734,0.288704613,144.92824199999998,2881.533162,65075.98677,142099.9561,831.1717072 +13135050609,"Census Tract 506.09, Gwinnett County, Georgia",12706,7258.0,96602.0,243100.0,3048.0,8325.0,1946.0,0.0,441.0,56.0,0.0,548.0,1390.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 506.09,4894.831115999999,4323.522675,327.5155763,24.52591167,84.44851053,2.409536843,129.9808484,3183.141991,71225.32559,156987.4043,926.9979588 +13135050610,"Census Tract 506.10, Gwinnett County, Georgia",17109,10277.0,111481.0,267800.0,5020.0,11238.0,3141.0,130.0,1034.0,0.0,0.0,139.0,1427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 506.10,7285.999842,6435.547363000001,487.76818849999995,36.50780106,125.68260190000001,3.590931416,193.3118134,4738.233886999999,71226.00293,156999.9983,1380.114624 +13135050541,"Census Tract 505.41, Gwinnett County, Georgia",5337,2910.0,38018.0,,747.0,559.0,1785.0,0.0,398.0,62.0,14.0,188.0,2331.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.41,4839.454646,1958.758545,1480.397583,27.44431877,588.7763672,0.63823998,749.612854,2844.316406,43910.00101,119500.0003,874.3887938999999 +13135050524,"Census Tract 505.24, Gwinnett County, Georgia",6289,3658.0,43723.0,120200.0,636.0,1059.0,1200.0,0.0,343.0,0.0,98.0,127.0,3462.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.24,5020.000135,2681.440918,980.4269409,22.50160217,553.9680176,2.678761959,727.0160522000001,3330.772705,49188.99914,111000.0001,1035.609375 +13135050547,"Census Tract 505.47, Gwinnett County, Georgia",8354,5452.0,79135.0,200300.0,2269.0,4930.0,1433.0,0.0,858.0,0.0,106.0,269.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.47,5553.999867,4527.348633,567.5359497000001,24.98586082,167.3160248,0.44617608200000003,260.5668335,3550.669189,71250.00068,147099.9949,895.4754027999999 +13135050523,"Census Tract 505.23, Gwinnett County, Georgia",7723,4877.0,55255.0,188600.0,1471.0,2525.0,3079.0,165.0,207.0,0.0,175.0,124.0,1448.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.23,5282.84827,4200.303403,462.0171813999999,21.29899738,344.2683904,1.8689714130000001,236.6623031,3191.594171,74975.12921,161564.99599999998,1413.849293 +13135050724,"Census Tract 507.24, Gwinnett County, Georgia",17337,11373.0,79540.0,199400.0,4792.0,8405.0,6865.0,39.0,842.0,0.0,20.0,553.0,613.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.24,6173.0002079999995,5581.393555,249.93634029999998,17.88036156,113.8901215,0.0,196.6839752,3937.955078,65707.99966,146799.9959,1126.462769 +13135050543,"Census Tract 505.43, Gwinnett County, Georgia",7343,4960.0,67188.0,159000.0,1513.0,2375.0,2929.0,27.0,821.0,0.0,27.0,144.0,1047.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.43,3334.999976,2404.633789,498.4933472,9.611906052,175.99731450000002,1.325780153,237.64608760000002,2012.534302,68002.99811,128099.9981,654.9354248 +13135050545,"Census Tract 505.45, Gwinnett County, Georgia",13424,7607.0,61481.0,134700.0,1712.0,3676.0,5588.0,0.0,424.0,0.0,96.0,365.0,3275.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.45,4114.000051,2983.67041,465.9406738,18.6723671,175.43339540000002,0.0,441.6231995,2555.074463,57973.99931,120199.9959,563.2106934 +13135050727,"Census Tract 507.27, Gwinnett County, Georgia",11175,7395.0,88666.0,236200.0,2830.0,6690.0,3135.0,82.0,449.0,0.0,49.0,156.0,614.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.27,5612.999834,5075.0625,227.26269530000002,16.25829506,103.5582733,0.0,178.8412476,3580.7128909999997,65707.9982,146800.0021,1024.272583 +13135050548,"Census Tract 505.48, Gwinnett County, Georgia",11283,7131.0,79234.0,190400.0,2279.0,5872.0,2768.0,31.0,605.0,28.0,14.0,302.0,1694.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.48,6893.999762,5619.650879,704.4639892999999,31.01413727,207.68396,0.5538238879999999,323.433136,4407.330566,71250.00017,147099.9962,1111.524536 +13135050546,"Census Tract 505.46, Gwinnett County, Georgia",17153,10030.0,74457.0,174100.0,3570.0,5026.0,8043.0,56.0,835.0,0.0,0.0,283.0,2945.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.46,5360.000231,3887.32959,607.0593262,24.32763481,228.5666199,0.0,575.3768311000001,3328.925537,57973.9996,120199.9997,733.7893677000001 +13135050726,"Census Tract 507.26, Gwinnett County, Georgia",9754,6060.0,72594.0,181500.0,1778.0,6019.0,2576.0,0.0,382.0,0.0,0.0,24.0,753.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.26,4094.999958,3702.544189,165.8009491,11.86134338,75.55160522,0.0,130.4747772,2612.332031,65707.99711,146800.0033,747.2646484 +13135050607,"Census Tract 506.07, Gwinnett County, Georgia",18602,11522.0,90721.0,217500.0,4148.0,10486.0,4593.0,0.0,572.0,0.0,0.0,642.0,2309.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 506.07,5189.819694,4646.90332,276.0457458,22.73787308,80.97873688,0.398910046,153.1814575,3316.9370120000003,62893.00057999999,140100.0044,893.1596069 +13135050608,"Census Tract 506.08, Gwinnett County, Georgia",18842,11416.0,71938.0,172800.0,3453.0,10523.0,4919.0,30.0,302.0,0.0,0.0,612.0,2456.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 506.08,7820.180306,7002.09668,415.9542542,34.26212692,122.0212631,0.601089954,230.81854249999998,4998.062988000001,62893.00253,140100.0041,1345.840454 +13135050542,"Census Tract 505.42, Gwinnett County, Georgia",5765,3614.0,42338.0,155400.0,926.0,790.0,2523.0,0.0,663.0,0.0,46.0,98.0,1645.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.42,2401.999949,972.2041626,734.776001,13.62162876,292.2314453,0.316782057,372.0605164,1411.739258,43910.00071,119500.0027,433.9914246 +13135050536,"Census Tract 505.36, Gwinnett County, Georgia",5150,3219.0,48936.0,137900.0,827.0,1088.0,1613.0,0.0,721.0,0.0,0.0,56.0,1672.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.36,4174.999927000001,2667.012207,622.0856934,21.86838341,320.58117680000004,0.0,523.9105835,2649.331299,60761.00064,122699.9944,668.6141357000001 +13135050537,"Census Tract 505.37, Gwinnett County, Georgia",5185,2765.0,37528.0,144700.0,710.0,789.0,2495.0,0.0,326.0,0.0,29.0,152.0,1394.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.37,3532.000038,1429.569214,1080.444946,20.02980614,429.7091980000001,0.465809435,547.0932007,2075.879639,43909.99914,119500.0015,638.1589355000001 +13135050539,"Census Tract 505.39, Gwinnett County, Georgia",5826,3458.0,39324.0,114300.0,925.0,760.0,2006.0,20.0,402.0,0.0,18.0,50.0,2590.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.39,4391.54514,1777.46814,1343.3813480000001,24.90424538,534.282959,0.579168499,680.2333984,2581.064453,43909.99847,119500.0007,793.4608154 +13135050544,"Census Tract 505.44, Gwinnett County, Georgia",12040,7827.0,84501.0,185700.0,3436.0,4488.0,3292.0,39.0,1671.0,0.0,0.0,231.0,2358.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.44,6739.9961920000005,4860.209913000001,1007.0166210000001,19.45616671,355.36015239999995,2.674190044,480.5308005,4067.4725770000005,67952.34449,128106.9795,1322.9044099999999 +13135050535,"Census Tract 505.35, Gwinnett County, Georgia",7701,5025.0,56135.0,149800.0,1230.0,1304.0,2680.0,67.0,1303.0,0.0,45.0,163.0,2139.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.35,4797.928672999999,3064.9423829999996,714.9036865,25.13124275,368.41333010000005,0.0,602.0804443,3044.623291,60761.0005,122700.0055,768.3743896000001 +13135050532,"Census Tract 505.32, Gwinnett County, Georgia",8520,5453.0,57462.0,142400.0,1554.0,2790.0,2368.0,13.0,989.0,0.0,43.0,107.0,2210.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.32,4766.223817,3053.025391,867.378418,25.22782326,389.4258423,0.0,409.1494141,2936.977295,63546.99752999999,131099.9982,915.9993286 +13135050534,"Census Tract 505.34, Gwinnett County, Georgia",8782,5462.0,57714.0,131700.0,1386.0,2108.0,2254.0,38.0,1408.0,0.0,32.0,150.0,2792.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.34,5375.999847,2817.567139,923.8912964,15.29774857,902.5671997000002,0.0,687.0079956000001,3576.891846,61478.99811,131700.0026,1110.709351 +13135050723,"Census Tract 507.23, Gwinnett County, Georgia",8346,5202.0,68963.0,169700.0,1702.0,1838.0,5153.0,0.0,804.0,0.0,11.0,148.0,392.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 507.23,6116.00008,4450.239746,1229.576172,33.32970047,149.98365780000003,0.0,228.960556,3737.273926,74985.99852000001,134099.9967,1275.223389 +13135050435,"Census Tract 504.35, Gwinnett County, Georgia",3744,2406.0,50720.0,115900.0,442.0,873.0,648.0,124.0,215.0,66.0,111.0,128.0,1703.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.35,3692.999928,2159.384033,603.2946167,19.76109505,346.7878418,0.0,537.4243164,2468.974365,49691.9985,112000.0034,618.7935181 +13135050531,"Census Tract 505.31, Gwinnett County, Georgia",9481,5007.0,57214.0,157000.0,1328.0,2142.0,1975.0,0.0,724.0,0.0,571.0,0.0,4069.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.31,5625.286706,3612.8522340000004,1017.7185099999999,29.66739477,457.8794222,0.00798872,481.28032790000003,3468.248205,63701.32546,131355.06900000002,1087.453485 +13135050533,"Census Tract 505.33, Gwinnett County, Georgia",8367,4905.0,57035.0,152100.0,1135.0,1036.0,1834.0,75.0,2437.0,0.0,49.0,51.0,2960.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 505.33,6221.000153,3260.432861,1069.108643,17.70225143,1044.432861,0.0,794.9920043999999,4139.10791,61478.99805,131699.9978,1285.290649 +13135050436,"Census Tract 504.36, Gwinnett County, Georgia",7852,4705.0,46765.0,154900.0,957.0,1351.0,2551.0,127.0,1394.0,38.0,29.0,113.0,2249.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Gwinnett County,Census Tract 504.36,5677.732266,3319.903564,927.5238037,30.38131905,533.1623535,0.0,826.2527466,3795.877686,49691.99819,112000.005,951.3522339 +13143010400,"Census Tract 104, Haralson County, Georgia",7734,5284.0,45127.0,118500.0,859.0,6547.0,627.0,0.0,74.0,0.0,0.0,223.0,263.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Haralson County,Census Tract 104,6992.985411,6181.987305,616.9987183,70.99985504,50.99989319,0.0,59.99987411,4474.990723,30697.998939999998,69000.00097000001,527.9989013999999 +13143010301,"Census Tract 103.01, Haralson County, Georgia",3806,2722.0,38564.0,97000.0,171.0,3418.0,138.0,61.0,15.0,0.0,0.0,124.0,50.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Haralson County,Census Tract 103.01,3201.450287,2965.36084,188.9349365,17.40606689,9.810691833,0.0,15.19074821,2116.894043,32014.00149,71000.00037000001,181.97250369999998 +13143010302,"Census Tract 103.02, Haralson County, Georgia",7761,5167.0,53182.0,137300.0,846.0,7064.0,388.0,3.0,118.0,0.0,58.0,23.0,107.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Haralson County,Census Tract 103.02,6977.550014,6464.651459000001,410.2147002,37.93645659,21.43733966,0.0,33.03366314,4613.361862,32012.759210000004,71017.70421,396.6652915 +13143010200,"Census Tract 102, Haralson County, Georgia",5584,3681.0,42123.0,129400.0,655.0,5385.0,68.0,0.0,0.0,0.0,23.0,108.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Haralson County,Census Tract 102,5271.00003,5020.988281,179.8503876,28.65748024,20.75196838,0.0,18.775590899999997,3451.7441409999997,31881.00162,72899.99979,304.3622131 +13143010100,"Census Tract 101, Haralson County, Georgia",3837,2614.0,42820.0,96200.0,217.0,3781.0,16.0,3.0,14.0,0.0,0.0,23.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Haralson County,Census Tract 101,3247.0,3166.0,43.0,14.0,6.0,0.0,16.0,2157.0,32433.0,70700.0,107.0 +13149970100,"Census Tract 9701, Heard County, Georgia",4393,2964.0,36885.0,108700.0,269.0,3496.0,704.0,4.0,0.0,0.0,0.0,173.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Heard County,Census Tract 9701,4470.0,3828.0,546.0,29.0,9.0,2.0,43.0,2844.0,29810.0,59400.0,115.0 +13149970300,"Census Tract 9703, Heard County, Georgia",2801,2038.0,40000.0,114600.0,244.0,2358.0,236.0,0.0,57.0,0.0,0.0,107.0,43.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Heard County,Census Tract 9703,2755.01723,2215.015822,466.0009209,6.000052622999999,9.000149098,4.000004385,48.00026311,1762.011314,41029.04802,71200.22567,160.0029863 +13149970200,"Census Tract 9702, Heard County, Georgia",4413,2912.0,49469.0,84500.0,338.0,4008.0,222.0,1.0,4.0,10.0,0.0,152.0,16.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Heard County,Census Tract 9702,3787.0,3537.0,193.0,27.0,5.0,0.0,25.0,2414.0,34653.0,70400.0,238.0 +13151070403,"Census Tract 704.03, Henry County, Georgia",10857,6735.0,54837.0,153300.0,1590.0,7849.0,2111.0,19.0,0.0,0.0,0.0,68.0,810.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 704.03,5627.794223,4754.654785,648.4838867000001,44.93114853,30.84825325,0.0,129.42854309999998,3489.2055659999996,53299.99886,101399.9986,328.60095210000003 +13151070307,"Census Tract 703.07, Henry County, Georgia",4189,2787.0,77037.0,160200.0,957.0,1982.0,1701.0,11.0,51.0,0.0,0.0,217.0,227.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 703.07,2244.999982,1711.138062,376.2937012,8.845049858,53.32301331,1.010862827,87.56599426,1353.16626,56177.001639999995,118400.0007,336.4909668 +13151070104,"Census Tract 701.04, Henry County, Georgia",13339,8746.0,63275.0,165900.0,3480.0,3325.0,7572.0,0.0,1513.0,0.0,200.0,302.0,427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.04,6297.0,4237.0,1261.0,45.0,580.0,0.0,161.0,4202.0,69401.0,153100.0,1533.0 +13151070202,"Census Tract 702.02, Henry County, Georgia",11410,7517.0,82953.0,211000.0,2341.0,7759.0,2095.0,0.0,378.0,0.0,41.0,298.0,839.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 702.02,5544.0,5183.0,197.0,24.0,51.0,2.0,81.0,3622.0,67612.0,149400.0,683.0 +13151070402,"Census Tract 704.02, Henry County, Georgia",12322,7336.0,71980.0,150200.0,1436.0,10118.0,1562.0,0.0,50.0,0.0,0.0,170.0,422.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 704.02,5609.526115,5132.312222,360.83506850000003,27.53551264,23.03221041,0.0009288,60.78348981,3504.6309840000004,52600.2168,120892.2703,463.3826343 +13151070304,"Census Tract 703.04, Henry County, Georgia",11574,7351.0,53110.0,116500.0,1455.0,3355.0,7088.0,0.0,84.0,0.0,0.0,473.0,574.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 703.04,4731.705259,2423.849121,2213.862061,12.99919033,36.99769592,2.99981308,39.997509,3117.805908,37463.00031,99599.99496,377.97644039999994 +13151070106,"Census Tract 701.06, Henry County, Georgia",6587,4220.0,55511.0,121800.0,707.0,3008.0,2663.0,0.0,198.0,0.0,54.0,150.0,514.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.06,4900.989484000001,4380.990723,303.9993591,51.99988937,49.99989319,0.0,111.99975590000001,3049.993408,56282.00155,96599.9999,382.999176 +13151070306,"Census Tract 703.06, Henry County, Georgia",10350,6208.0,65088.0,159200.0,1963.0,3950.0,4702.0,0.0,404.0,0.0,0.0,684.0,610.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 703.06,2705.576608,2446.798812,170.6993646,7.061018558,40.36527769,1.007067875,36.59855857,1719.405305,72174.27944,142974.7339,230.31406 +13151070203,"Census Tract 702.03, Henry County, Georgia",15745,9671.0,91813.0,193600.0,3496.0,11404.0,3053.0,26.0,39.0,0.0,84.0,440.0,699.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 702.03,7022.0,6648.0,223.0,31.0,51.0,0.0,63.0,4640.0,72468.0,157500.0,1019.0 +13151070305,"Census Tract 703.05, Henry County, Georgia",9030,6382.0,90709.0,196600.0,2192.0,3753.0,3846.0,0.0,838.0,0.0,56.0,215.0,322.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 703.05,5076.435818999999,4609.909934,251.0758866,23.02542673,105.1522692,0.002883444,83.24993386,3230.88053,71320.68641000001,142473.6711,969.9613082000001 +13151070311,"Census Tract 703.11, Henry County, Georgia",12573,7540.0,40762.0,115300.0,1456.0,2465.0,8160.0,0.0,102.0,0.0,11.0,469.0,1366.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 703.11,6559.71815,4999.814453,1099.501343,25.84455872,155.8057709,2.953663826,255.8611298,3953.8481450000004,56177.00022,118400.0013,983.2008667000001 +13151070113,"Census Tract 701.13, Henry County, Georgia",3995,2687.0,42848.0,82100.0,454.0,2302.0,693.0,0.0,143.0,0.0,0.0,29.0,828.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.13,4007.100938,2750.717773,874.1258545,17.50093842,177.7726898,0.307034016,175.6234589,2496.493652,48498.99974,100299.9945,552.6612549 +13151070501,"Census Tract 705.01, Henry County, Georgia",7924,4801.0,55053.0,103800.0,677.0,3025.0,3007.0,0.0,44.0,0.0,15.0,329.0,1504.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 705.01,3922.0036840000002,3422.070801,386.9046326,22.13142014,36.75396347,0.395203918,49.00528717,2493.341553,46975.0007,99300.00239,272.2955017 +13151070502,"Census Tract 705.02, Henry County, Georgia",14510,9247.0,69427.0,157000.0,3003.0,7628.0,5595.0,6.0,494.0,0.0,0.0,309.0,478.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 705.02,6001.954614,5236.893066,592.0912476,33.86834717,56.24564362,0.60479188,74.99419403,3815.63208,46974.99888,99299.99802,416.70159910000007 +13151070404,"Census Tract 704.04, Henry County, Georgia",7641,5012.0,50883.0,136700.0,962.0,4060.0,2519.0,0.0,256.0,0.0,83.0,195.0,528.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 704.04,2746.6411550000003,2320.031787,316.9957668,21.93982886,15.04809558,0.000839352,63.14586375,1702.9471489999999,53292.18647,101384.7955,160.3513606 +13151070204,"Census Tract 702.04, Henry County, Georgia",4918,3095.0,82220.0,178200.0,807.0,3270.0,1441.0,0.0,44.0,0.0,9.0,86.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 702.04,3574.734853,3166.449034,251.7726423,23.24625249,71.87872498,0.000374731,57.39244144,2309.184882,63144.214179999995,135081.6257,438.7264673 +13151070310,"Census Tract 703.10, Henry County, Georgia",4500,3053.0,69167.0,129400.0,459.0,2951.0,1175.0,17.0,61.0,0.0,8.0,37.0,251.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 703.10,5266.00026,4013.743164,882.6560059000001,20.74745369,125.07750700000001,2.371137619,205.3997955,3174.064209,56176.99891,118400.0046,789.2924194 +13151070205,"Census Tract 702.05, Henry County, Georgia",10288,6651.0,66214.0,166900.0,2109.0,5557.0,3170.0,0.0,374.0,0.0,0.0,212.0,975.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 702.05,6204.999975,5496.289551,436.954071,40.35362244,124.844017,0.0,99.62300873,4008.249756,63144.9973,135099.9992,761.6746216 +13151070309,"Census Tract 703.09, Henry County, Georgia",7572,4907.0,80269.0,182900.0,1987.0,2571.0,3828.0,0.0,842.0,0.0,0.0,0.0,331.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 703.09,3674.6055549999996,2800.782715,615.9157715,14.4775362,87.278862,1.654575586,143.3276062,2214.856201,56176.998660000005,118400.0003,550.7668457000001 +13151070114,"Census Tract 701.14, Henry County, Georgia",5381,3243.0,46309.0,179700.0,1137.0,1445.0,3342.0,0.0,385.0,0.0,0.0,162.0,47.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.14,2986.010052,2049.778809,651.3807982999999,13.04134369,132.4725952,0.22879549899999999,130.8710327,1860.336182,48498.99981,100300.00300000001,411.8319092 +13151070111,"Census Tract 701.11, Henry County, Georgia",9621,5908.0,45273.0,97500.0,1439.0,1312.0,5904.0,33.0,722.0,0.0,0.0,292.0,1358.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.11,6057.899418999999,4158.512724,1321.494054,26.45782835,268.7548059,0.464170486,265.50576159999997,3774.1766439999997,48499.00978,100299.9956,835.5077105 +13151070107,"Census Tract 701.07, Henry County, Georgia",6846,4666.0,74904.0,142500.0,1446.0,1966.0,4723.0,0.0,25.0,0.0,0.0,40.0,92.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.07,5846.000027,3425.8718259999996,2238.984375,17.07751656,43.91361618,0.0,106.1245728,3620.4335939999996,56844.000920000006,110699.9989,830.6992187999999 +13151070109,"Census Tract 701.09, Henry County, Georgia",3526,2383.0,68774.0,150800.0,732.0,1695.0,1570.0,0.0,0.0,0.0,8.0,91.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.09,3076.999906,2731.2734379999997,254.07989500000002,18.466102600000003,21.20182228,0.341964871,48.55901337,1996.7329100000002,62284.00064,116999.9998,306.0585632 +13151070110,"Census Tract 701.10, Henry County, Georgia",7631,5225.0,80903.0,154100.0,1698.0,3941.0,3130.0,25.0,28.0,0.0,0.0,154.0,353.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.10,5982.264975,5309.9878229999995,493.19337989999997,35.93402103,42.07543492,0.657660365,94.42553687,3881.832489,62293.60954,117181.7742,596.5403242000001 +13151070108,"Census Tract 701.08, Henry County, Georgia",5177,3469.0,66509.0,138300.0,838.0,961.0,3837.0,0.0,68.0,0.0,0.0,17.0,294.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Henry County,Census Tract 701.08,3738.9999729999995,2191.128174,1432.0155029999999,10.92248344,28.08638382,0.0,67.87542725,2315.566406,56843.99856,110700.0016,531.3007813 +13159010100,"Census Tract 101, Jasper County, Georgia",2432,1720.0,39665.0,99200.0,155.0,1851.0,367.0,0.0,5.0,0.0,0.0,11.0,198.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Jasper County,Census Tract 101,2181.569222,1550.6999130000002,539.8880369,16.99648826,3.99939812,0.0,63.98660336,1303.744656,38192.232019999996,77200.90088,57.99195859 +13159010500,"Census Tract 105, Jasper County, Georgia",8473,5865.0,41556.0,123100.0,652.0,5748.0,2320.0,16.0,36.0,0.0,0.0,63.0,290.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Jasper County,Census Tract 105,6970.0,4401.0,2367.0,24.0,21.0,0.0,144.0,4727.0,40813.38031,82780.87805,693.0 +13159010200,"Census Tract 102, Jasper County, Georgia",2827,1831.0,49570.0,122000.0,182.0,2511.0,171.0,10.0,0.0,0.0,0.0,90.0,45.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Jasper County,Census Tract 102,2259.788801,1999.426147,213.6563721,12.91875744,2.9812517169999997,0.0,27.82501602,1490.625854,39874.99972,87800.00297,117.2625656 +13171970300,"Census Tract 9703, Lamar County, Georgia",3990,2682.0,29516.0,92000.0,220.0,2046.0,1703.0,11.0,95.0,0.0,0.0,44.0,91.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Lamar County,Census Tract 9703,4204.999981,2552.679932,1555.710571,21.91141701,14.9396019,0.0,58.76243591,2786.733643,30731.00015,66200.00099999999,218.1181946 +13171970200,"Census Tract 9702, Lamar County, Georgia",7300,4204.0,42535.0,151300.0,849.0,4054.0,2905.0,5.0,31.0,0.0,0.0,251.0,54.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Lamar County,Census Tract 9702,6778.029701,4096.344593,2512.294002,43.08868599,32.06047982,1.0,79.23791323,4110.285677000001,37097.73452,82166.57087000001,638.8835296 +13171970100,"Census Tract 9701, Lamar County, Georgia",6992,4784.0,47823.0,135000.0,1078.0,5787.0,685.0,0.0,12.0,0.0,0.0,238.0,270.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Lamar County,Census Tract 9701,4929.233918999999,4034.188639,796.04076,40.00069909,16.00143491,5.7636900000000005e-06,34.00237749,3330.151884,41644.12881,85400.78459,294.02342569999996 +13199970600,"Census Tract 9706, Meriwether County, Georgia",4050,2701.0,38648.0,108300.0,513.0,2121.0,1539.0,8.0,90.0,0.0,13.0,58.0,221.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Meriwether County,Census Tract 9706,3304.0,2193.0,1036.0,25.0,11.0,0.0,20.0,2175.0,34688.0,72400.0,311.0 +13199970500,"Census Tract 9705, Meriwether County, Georgia",5206,3438.0,32969.0,75100.0,342.0,3029.0,2016.0,28.0,43.0,0.0,34.0,56.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Meriwether County,Census Tract 9705,6125.0,3925.0,2057.0,36.0,48.0,4.0,47.0,3915.0,29176.0,62200.0,486.0 +13199970700,"Census Tract 9707, Meriwether County, Georgia",6911,5070.0,38542.0,102200.0,452.0,4494.0,1973.0,0.0,0.0,0.0,15.0,298.0,131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Meriwether County,Census Tract 9707,7194.0644409999995,3932.523193,3123.563965,50.99264145,2.9993691439999997,0.0,70.9875946,4539.425049,34714.49511,76990.341,299.9703522 +13199970800,"Census Tract 9708, Meriwether County, Georgia",4985,3522.0,34003.0,80100.0,263.0,2268.0,2588.0,0.0,0.0,0.0,28.0,11.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Meriwether County,Census Tract 9708,5910.935472,2528.476672,3296.435881,23.0073593,8.000630797000001,1.0,53.01240568,3804.5748659999995,29058.836539999997,58567.147079999995,462.02964749999995 +13211010200,"Census Tract 102, Morgan County, Georgia",3796,2552.0,60304.0,178100.0,422.0,3206.0,480.0,14.0,5.0,0.0,7.0,27.0,57.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Morgan County,Census Tract 102,2984.0,2380.0,565.0,9.0,7.0,0.0,22.0,1948.0,39844.0,102600.0,283.0 +13211010300,"Census Tract 103, Morgan County, Georgia",7132,4822.0,52171.0,230200.0,1304.0,4120.0,2867.0,0.0,0.0,0.0,0.0,59.0,86.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Morgan County,Census Tract 103,6422.0,3526.0,2719.0,11.0,41.0,0.0,111.0,4174.0,38393.0,93000.0,887.0 +13211010500,"Census Tract 105, Morgan County, Georgia",1578,1113.0,59832.0,240000.0,325.0,1359.0,64.0,1.0,6.0,0.0,0.0,33.0,115.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Morgan County,Census Tract 105,1335.0,1043.0,220.0,6.0,2.0,0.0,54.0,866.0,36903.0,111000.0,122.0 +13211010400,"Census Tract 104, Morgan County, Georgia",2833,1935.0,69882.0,222900.0,372.0,2088.0,485.0,9.0,0.0,0.0,8.0,68.0,175.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Morgan County,Census Tract 104,2407.0,1914.0,430.0,10.0,5.0,0.0,38.0,1632.0,47837.0,101400.0,357.0 +13211010100,"Census Tract 101, Morgan County, Georgia",2674,1965.0,62946.0,174600.0,310.0,2130.0,342.0,0.0,0.0,0.0,0.0,70.0,132.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Morgan County,Census Tract 101,2308.514203,1755.6312329999998,515.8906768,9.997906301,3.999175923,0.0,22.99517364,1504.683555,41181.01625,90400.0407,240.9489713 +13217100400,"Census Tract 1004, Newton County, Georgia",3154,1840.0,41182.0,83200.0,300.0,2132.0,828.0,0.0,146.0,0.0,0.0,17.0,31.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1004,3402.0000130000003,1505.055176,1699.511841,16.86614227,96.23622131,1.984251976,77.38582611,1941.590576,36291.999130000004,80800.00008,211.32283019999997 +13217100600,"Census Tract 1006, Newton County, Georgia",6020,4020.0,49855.0,81500.0,848.0,2572.0,2968.0,32.0,105.0,0.0,0.0,154.0,189.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1006,3825.8589380000003,2708.67642,971.4191479,19.16258678,40.82123655,0.015748031000000003,80.71006436,2340.860301,36941.34944,85805.00003,237.0890702 +13217100800,"Census Tract 1008, Newton County, Georgia",10218,6159.0,51347.0,119600.0,1076.0,7384.0,2100.0,0.0,13.0,0.0,0.0,478.0,243.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1008,4698.0,4288.0,267.0,36.0,11.0,0.0,93.0,3004.0,43359.0,88400.0,173.0 +13217100700,"Census Tract 1007, Newton County, Georgia",6226,3787.0,32904.0,78200.0,439.0,2024.0,3661.0,0.0,46.0,0.0,0.0,25.0,470.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1007,5058.0,1991.0,2944.0,15.0,13.0,1.0,82.0,2988.0,30575.0,74900.0,217.0 +13217100100,"Census Tract 1001, Newton County, Georgia",11070,7855.0,66272.0,168100.0,1673.0,7665.0,2888.0,8.0,51.0,0.0,0.0,272.0,194.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1001,7551.959038,6308.96582,1075.9941410000001,27.99984741,45.99975204,0.0,72.99960327,5051.972656,53207.00212,117600.0018,1003.994568 +13217100300,"Census Tract 1003, Newton County, Georgia",9797,5939.0,46227.0,170900.0,1301.0,4402.0,4191.0,0.0,112.0,0.0,0.0,270.0,822.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1003,5812.1961,3722.042011,1830.129152,18.00446844,47.00807202,0.0,188.01124319999997,3580.780391,36983.5424,98506.47901,644.1385216 +13217100903,"Census Tract 1009.03, Newton County, Georgia",6558,4398.0,55369.0,105800.0,874.0,2538.0,3136.0,43.0,257.0,0.0,0.0,0.0,627.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1009.03,4060.0000689999997,3395.03125,554.8464966,12.7064085,21.78241539,0.0,72.00298309,2575.468018,51107.00012,99999.99912000001,358.199707 +13217100501,"Census Tract 1005.01, Newton County, Georgia",15611,9201.0,59976.0,110700.0,2247.0,2371.0,11826.0,32.0,93.0,0.0,170.0,301.0,818.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1005.01,5910.000136,4183.376465,1425.772705,43.99798965,87.99597931,0.0,146.8581543,3753.50415,46047.00012,110000.0041,630.8360596 +13217100902,"Census Tract 1009.02, Newton County, Georgia",5874,3642.0,49125.0,111700.0,435.0,2621.0,2441.0,102.0,54.0,0.0,0.0,201.0,455.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1009.02,4030.9999,3370.781006,550.8833007999999,12.61564827,21.62682533,0.0,71.48867035,2557.071777,51106.99808,100000.0018,355.6411133 +13217100901,"Census Tract 1009.01, Newton County, Georgia",10590,6948.0,60327.0,118000.0,1376.0,5229.0,4514.0,0.0,148.0,124.0,27.0,287.0,261.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1009.01,5329.000032,4456.1875,728.2702026000001,16.67794418,28.59075928,0.0,94.50834656,3380.460205,51107.00136,99999.99931,470.15917970000004 +13217100201,"Census Tract 1002.01, Newton County, Georgia",6155,3989.0,68235.0,202100.0,741.0,5104.0,930.0,23.0,0.0,0.0,0.0,10.0,107.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1002.01,4258.64181,3710.135259,459.7134576,15.93965789,28.660467699999998,0.0,40.08136512,2778.611711,50459.482469999995,121186.3645,492.2474881 +13217100202,"Census Tract 1002.02, Newton County, Georgia",5319,3748.0,84904.0,173000.0,1086.0,4884.0,340.0,0.0,0.0,0.0,32.0,32.0,31.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1002.02,4052.8038899999997,3530.696533,437.61294560000005,15.14062691,27.350809100000003,0.0,38.09577179,2644.237305,50498.00148,121299.9988,469.359436 +13217100502,"Census Tract 1005.02, Newton County, Georgia",8450,5378.0,45926.0,110700.0,907.0,2242.0,4919.0,76.0,16.0,0.0,0.0,132.0,1141.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Newton County,Census Tract 1005.02,4026.181931,2849.926439,971.3022034,29.97343513,59.9468162,0.0,100.0463541,2557.0724760000003,46047.06995,110000.0897,429.7575027 +13223120202,"Census Tract 1202.02, Paulding County, Georgia",7319,5209.0,56909.0,155900.0,1523.0,4758.0,1852.0,36.0,0.0,0.0,36.0,150.0,487.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1202.02,3915.0,3641.0,171.0,20.0,15.0,1.0,60.0,2517.0,57037.0,114100.0,453.0 +13223120400,"Census Tract 1204, Paulding County, Georgia",18066,10915.0,52867.0,113100.0,1778.0,13647.0,2743.0,20.0,221.0,0.0,0.0,455.0,980.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1204,6862.550026999999,6288.587890999999,426.97201540000003,50.99665451,13.99908257,0.0,62.99586868,4458.70752,39657.99869,84700.0004,256.9831543 +13223120104,"Census Tract 1201.04, Paulding County, Georgia",2824,1939.0,67778.0,174900.0,408.0,2698.0,48.0,0.0,34.0,0.0,0.0,23.0,21.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1201.04,1458.999956,1368.173584,47.64329910000001,8.514972687,9.528659821,0.20273743600000002,24.02438545,927.6251221000001,59105.00132,125300.0004,171.51586909999997 +13223120604,"Census Tract 1206.04, Paulding County, Georgia",5685,3513.0,69167.0,142700.0,930.0,3940.0,1333.0,0.0,0.0,0.0,0.0,53.0,359.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1206.04,3673.1242409999995,3137.585693,407.8459778,21.08682632,26.60956573,0.167355761,74.30596161,2233.697266,58227.99974,107500.0057,380.73434449999996 +13223120601,"Census Tract 1206.01, Paulding County, Georgia",5097,3461.0,63302.0,132700.0,839.0,2362.0,1770.0,10.0,134.0,0.0,36.0,131.0,654.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1206.01,2982.899128,2547.311159,331.3615779,17.24035857,21.64249167,0.135388183,60.670547899999995,1815.1459539999998,58118.749910000006,107379.0635,308.808883 +13223120603,"Census Tract 1206.03, Paulding County, Georgia",6647,4256.0,63545.0,137300.0,1024.0,4516.0,1918.0,69.0,43.0,0.0,0.0,23.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1206.03,4180.000149,3570.5595700000003,464.12704469999994,23.99672127,30.28157616,0.190450162,84.55987549,2541.938232,58227.99808,107499.9977,433.2741089 +13223120501,"Census Tract 1205.01, Paulding County, Georgia",6719,4540.0,54881.0,124900.0,868.0,4093.0,2107.0,0.0,0.0,0.0,0.0,89.0,430.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1205.01,3751.260767,3323.726536,296.802552,36.09465992,19.27019095,0.517113984,66.29546767,2255.053436,52433.6066,98168.13763,338.9381958 +13223120203,"Census Tract 1202.03, Paulding County, Georgia",5280,3656.0,69621.0,145400.0,746.0,4802.0,265.0,34.0,42.0,0.0,0.0,51.0,86.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1202.03,4352.999992,3990.94751,198.81491090000003,46.0413475,41.33257294,0.0,73.24759674,2668.8283690000003,53609.998419999996,104600.0022,446.2871399 +13223120101,"Census Tract 1201.01, Paulding County, Georgia",13319,8434.0,100787.0,235800.0,4107.0,10296.0,1567.0,33.0,128.0,0.0,0.0,453.0,842.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1201.01,4411.990935,4137.333496,144.07250980000003,25.74913025,28.81450272,0.613074541,72.64933014,2805.122559,59105.00109,125300.0014,518.6610718000001 +13223120502,"Census Tract 1205.02, Paulding County, Georgia",8913,6056.0,60471.0,127400.0,1142.0,7237.0,567.0,0.0,0.0,0.0,0.0,238.0,871.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1205.02,7705.941798000001,6827.17041,610.0648804,74.25482941,39.53134918,1.0684148070000001,136.2228851,4632.112305,52514.000739999996,98199.99887000001,697.1406860000001 +13223120503,"Census Tract 1205.03, Paulding County, Georgia",5318,3501.0,64271.0,149100.0,775.0,4254.0,676.0,0.0,148.0,0.0,0.0,77.0,163.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1205.03,2989.05805,2648.191406,236.63807680000002,28.80270767,15.33381557,0.414427459,52.83950043,1796.750244,52513.99923,98199.99703,270.41390989999996 +13223120301,"Census Tract 1203.01, Paulding County, Georgia",5848,3732.0,50500.0,140400.0,767.0,3603.0,1380.0,19.0,252.0,0.0,19.0,185.0,390.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1203.01,3601.094044,3232.613775,255.395554,25.90792012,22.86137818,0.000145577,60.65795219,2187.388012,40081.974010000005,91712.05034,253.96086580000002 +13223120605,"Census Tract 1206.05, Paulding County, Georgia",5860,3824.0,65597.0,145400.0,620.0,4689.0,705.0,13.0,78.0,0.0,21.0,228.0,139.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1206.05,3736.239136,3191.498535,414.8539734,21.44915771,27.06679535,0.170231417,75.58274841,2272.0786129999997,58227.998739999995,107500.0036,387.2764587 +13223120602,"Census Tract 1206.02, Paulding County, Georgia",10212,6369.0,69217.0,142000.0,1630.0,6729.0,2666.0,32.0,107.0,0.0,0.0,57.0,621.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1206.02,7203.602054999999,6153.322754,799.8532104,41.35474014,52.18574524,0.328212231,145.7262268,4380.648438,58228.00049,107499.9968,746.6828002999999 +13223120204,"Census Tract 1202.04, Paulding County, Georgia",7630,4733.0,59536.0,160900.0,958.0,5930.0,1273.0,0.0,0.0,0.0,0.0,90.0,337.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1202.04,3967.985732,3637.937339,181.2550093,41.96574464,37.67368484,0.0,66.76900722,2432.770375,53606.3262,104597.3071,406.7823631 +13223120303,"Census Tract 1203.03, Paulding County, Georgia",1959,1252.0,56875.0,119000.0,184.0,1656.0,99.0,0.0,0.0,0.0,31.0,36.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1203.03,1590.822958,1428.02417,112.8415146,11.44573784,10.09918118,0.0,26.79649353,966.2896117999999,40077.00125,91699.99908,112.1682358 +13223120102,"Census Tract 1201.02, Paulding County, Georgia",12956,7737.0,77072.0,170700.0,2066.0,9429.0,1740.0,23.0,93.0,0.0,122.0,264.0,1285.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1201.02,4849.416,4547.527832,158.3565216,28.30201721,31.67130661,0.67385757,79.85211945,3083.235352,59104.999339999995,125300.0001,570.0834961 +13223120103,"Census Tract 1201.03, Paulding County, Georgia",10539,6751.0,82460.0,206200.0,2149.0,8921.0,910.0,0.0,156.0,0.0,0.0,121.0,431.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1201.03,3671.536081,3442.9738770000004,119.89314270000001,21.42770958,23.97862816,0.510183573,60.45675278,2334.344971,59105.0022,125300.0007,431.6152954 +13223120302,"Census Tract 1203.02, Paulding County, Georgia",12208,7410.0,56840.0,141200.0,1197.0,7739.0,3652.0,0.0,0.0,52.0,0.0,210.0,555.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Paulding County,Census Tract 1203.02,6600.884179,5925.370803,468.22175250000004,47.49316364,41.90467164,4.37394e-05,111.18833889999999,4009.473568,40077.52917,91700.36606,465.43176869999996 +13227050400,"Census Tract 504, Pickens County, Georgia",3687,2511.0,52857.0,160200.0,390.0,3509.0,27.0,0.0,0.0,0.0,0.0,151.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pickens County,Census Tract 504,2723.0,2641.0,12.0,22.0,5.0,0.0,39.0,1783.0,35719.0,74000.0,86.0 +13227050100,"Census Tract 501, Pickens County, Georgia",5444,4687.0,92243.0,342200.0,2579.0,5256.0,10.0,0.0,0.0,7.0,0.0,43.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pickens County,Census Tract 501,3333.1555989999997,3267.151417,1.000403489,31.00207683,4.000945703999999,3.71252e-05,28.00067942,2861.108745,51441.65992,193199.0509,1200.0220960000001 +13227050200,"Census Tract 502, Pickens County, Georgia",6322,4764.0,50540.0,186700.0,888.0,5536.0,105.0,0.0,64.0,0.0,0.0,134.0,483.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pickens County,Census Tract 502,5657.0,5220.0,124.0,60.0,28.0,0.0,214.0,3927.0,40425.0,93600.0,451.0 +13227050600,"Census Tract 506, Pickens County, Georgia",5786,3933.0,63349.0,150900.0,795.0,5463.0,3.0,0.0,42.0,0.0,0.0,195.0,83.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pickens County,Census Tract 506,5324.0,5059.0,157.0,34.0,20.0,1.0,46.0,3517.0,38450.0,88300.0,359.0 +13227050300,"Census Tract 503, Pickens County, Georgia",4441,3030.0,52642.0,137100.0,364.0,4224.0,0.0,22.0,44.0,0.0,0.0,70.0,88.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pickens County,Census Tract 503,3502.0,3345.0,11.0,30.0,14.0,0.0,98.0,2247.0,41806.0,97200.0,265.0 +13227050500,"Census Tract 505, Pickens County, Georgia",4663,3162.0,63194.0,188900.0,476.0,4428.0,3.0,0.0,14.0,3.0,0.0,74.0,141.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pickens County,Census Tract 505,2444.0,2365.0,2.0,29.0,5.0,0.0,42.0,1533.0,49016.0,101700.0,118.0 +13231010100,"Census Tract 101, Pike County, Georgia",6933,4845.0,50570.0,165100.0,771.0,5943.0,750.0,0.0,17.0,0.0,0.0,153.0,70.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pike County,Census Tract 101,5284.781068,4373.818848,812.9663086,14.9993782,31.99867439,0.0,50.99788666,3431.85791,45146.00114,106099.9993,530.9780273 +13231010200,"Census Tract 102, Pike County, Georgia",3552,2313.0,66402.0,188000.0,346.0,3231.0,185.0,0.0,6.0,0.0,0.0,13.0,117.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pike County,Census Tract 102,2276.0,2084.0,155.0,8.0,7.0,0.0,21.0,1477.0,51763.0,127000.0,154.0 +13231010400,"Census Tract 104, Pike County, Georgia",3216,2313.0,46782.0,128200.0,517.0,3022.0,132.0,0.0,8.0,0.0,0.0,28.0,26.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pike County,Census Tract 104,2829.0,2447.0,290.0,13.0,17.0,0.0,58.0,1812.0,41036.0,92700.0,263.0 +13231010300,"Census Tract 103, Pike County, Georgia",4218,2676.0,52500.0,126600.0,367.0,3340.0,774.0,0.0,0.0,0.0,0.0,44.0,60.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Pike County,Census Tract 103,3298.0,2445.0,792.0,18.0,6.0,0.0,37.0,2112.0,41747.0,93800.0,289.0 +13247060202,"Census Tract 602.02, Rockdale County, Georgia",10428,6687.0,63750.0,150400.0,2114.0,2862.0,5769.0,38.0,335.0,0.0,43.0,455.0,926.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 602.02,7623.0,5498.0,1784.0,26.0,147.0,0.0,153.0,4842.0,59583.0,118200.0,1291.0 +13247060307,"Census Tract 603.07, Rockdale County, Georgia",10853,7331.0,62929.0,196200.0,2470.0,2071.0,7633.0,0.0,394.0,0.0,0.0,257.0,498.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 603.07,7890.0,5350.0,1954.0,35.0,393.0,0.0,142.0,4952.0,69460.0,188400.0,2129.0 +13247060309,"Census Tract 603.09, Rockdale County, Georgia",5618,3330.0,35786.0,93700.0,652.0,1237.0,3533.0,0.0,99.0,0.0,0.0,0.0,749.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 603.09,4935.0,2855.0,1821.0,31.0,59.0,0.0,151.0,3040.0,35432.0,81300.0,430.0 +13247060405,"Census Tract 604.05, Rockdale County, Georgia",7242,4893.0,59972.0,151500.0,1240.0,3046.0,3662.0,0.0,87.0,0.0,16.0,30.0,401.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 604.05,5333.0,4664.0,480.0,29.0,89.0,0.0,64.0,3555.0,65582.0,142200.0,917.0 +13247060406,"Census Tract 604.06, Rockdale County, Georgia",5469,4149.0,64660.0,153900.0,1124.0,2728.0,2030.0,0.0,260.0,0.0,34.0,81.0,336.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 604.06,5149.0,4515.0,416.0,26.0,117.0,2.0,69.0,3227.0,62917.0,131900.0,1000.0 +13247060102,"Census Tract 601.02, Rockdale County, Georgia",5315,3643.0,55000.0,162900.0,826.0,3317.0,1864.0,50.0,32.0,0.0,0.0,0.0,52.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 601.02,4497.566715999999,3943.533339,377.0096815,21.0039047,48.00497448,0.00016046700000000002,107.01396059999999,2988.361799,49973.30346,124500.0439,712.0612984 +13247060201,"Census Tract 602.01, Rockdale County, Georgia",4896,2664.0,36393.0,86200.0,344.0,978.0,991.0,0.0,62.0,0.0,34.0,32.0,2799.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 602.01,4659.399203,2045.2299329999998,792.1277309999999,25.00173077,40.0071827,1.000086539,1749.0321059999999,2871.25901,40520.51696,103699.9386,381.0442212 +13247060308,"Census Tract 603.08, Rockdale County, Georgia",8408,4678.0,43447.0,119100.0,885.0,1793.0,5666.0,17.0,52.0,220.0,0.0,104.0,567.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 603.08,4474.0,2803.0,895.0,24.0,133.0,0.0,573.0,2807.0,38814.0,88100.0,465.0 +13247060404,"Census Tract 604.04, Rockdale County, Georgia",6188,4248.0,65547.0,118900.0,1265.0,3292.0,2398.0,0.0,210.0,0.0,0.0,151.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 604.04,5915.0,5039.998867,610.4971642,28.14744802,75.75198489,0.0,150.4275993,3691.3020799999995,61848.58481,101513.4868,566.6351603999999 +13247060304,"Census Tract 603.04, Rockdale County, Georgia",5429,3621.0,42125.0,162300.0,1022.0,1426.0,2847.0,0.0,94.0,0.0,0.0,80.0,982.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 603.04,4612.600764,2656.77002,1475.872314,19.99826813,82.99281311,0.9999134540000001,370.9678955,2992.740967,36504.00005,103099.9998,510.95578 +13247060407,"Census Tract 604.07, Rockdale County, Georgia",3410,2177.0,64561.0,126900.0,566.0,1969.0,1248.0,0.0,41.0,0.0,7.0,0.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 604.07,3489.0,3109.0,222.0,22.0,31.0,0.0,89.0,2318.0,69547.0,108100.0,543.0 +13247060305,"Census Tract 603.05, Rockdale County, Georgia",5588,3400.0,41307.0,104800.0,568.0,1179.0,3122.0,0.0,33.0,0.0,0.0,159.0,1095.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 603.05,4203.0,2278.0,1249.0,22.0,188.0,0.0,456.0,2610.0,39306.0,95100.0,495.0 +13247060101,"Census Tract 601.01, Rockdale County, Georgia",3123,2402.0,54276.0,97200.0,293.0,2156.0,742.0,0.0,9.0,0.0,0.0,16.0,200.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 601.01,3342.0,2983.0,224.0,26.0,25.0,0.0,73.0,2212.0,46591.0,91800.0,235.0 +13247060306,"Census Tract 603.06, Rockdale County, Georgia",2903,1909.0,63036.0,163600.0,611.0,710.0,2116.0,0.0,0.0,0.0,0.0,62.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 603.06,1383.0,1022.0,339.0,5.0,11.0,0.0,6.0,997.0,52344.0,140000.0,342.0 +13247060403,"Census Tract 604.03, Rockdale County, Georgia",3612,2537.0,76645.0,196700.0,880.0,1829.0,1541.0,0.0,40.0,0.0,0.0,74.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Rockdale County,Census Tract 604.03,2605.9999559999997,2205.000977,300.5028381,9.85255146,50.24801254,0.0,28.57240105,1690.6978760000002,69525.99987,160700.0048,443.36483760000004 +13255160300,"Census Tract 1603, Spalding County, Georgia",3679,2513.0,23271.0,76800.0,248.0,828.0,2674.0,4.0,0.0,0.0,0.0,30.0,143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1603,3514.0,795.0,2660.0,12.0,1.0,0.0,43.0,2082.0,28466.0,68000.0,67.0 +13255160900,"Census Tract 1609, Spalding County, Georgia",2553,1634.0,33229.0,59700.0,72.0,1276.0,1036.0,8.0,20.0,0.0,0.0,29.0,184.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1609,2920.000066,2074.579102,734.4969482000001,19.98631096,11.99178696,0.0,68.95277405,1849.733154,27131.9986,57700.00055,29.97946739 +13255160200,"Census Tract 1602, Spalding County, Georgia",6569,5206.0,62610.0,163900.0,1030.0,4876.0,1193.0,124.0,129.0,0.0,0.0,14.0,233.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1602,4445.058063,3798.0414969999997,547.0147199,27.00064232,15.00020073,2.0000133819999997,52.00099025,2914.036679,44362.042030000004,81400.10906,223.00303760000003 +13255160500,"Census Tract 1605, Spalding County, Georgia",6548,4301.0,36288.0,97500.0,795.0,2847.0,2748.0,49.0,0.0,19.0,0.0,224.0,661.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1605,5254.0,3664.0,1348.0,19.0,153.0,0.0,64.0,3397.0,45241.0,86400.0,683.0 +13255161000,"Census Tract 1610, Spalding County, Georgia",5318,3737.0,44281.0,120200.0,482.0,4291.0,849.0,30.0,0.0,0.0,0.0,134.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1610,5116.001988,4312.422364999999,724.5035841,17.01371125,24.00822043,4.5820300000000004e-07,37.04726183,3339.268196,44646.0578,83193.85319,211.02063790000003 +13255160100,"Census Tract 1601, Spalding County, Georgia",5796,3896.0,46712.0,106400.0,522.0,4870.0,525.0,0.0,0.0,0.0,0.0,107.0,294.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1601,5664.0,5114.0,364.0,27.0,41.0,1.0,109.0,3516.0,37072.0,74300.0,267.0 +13255160400,"Census Tract 1604, Spalding County, Georgia",5230,3062.0,24865.0,71000.0,91.0,2151.0,2620.0,0.0,0.0,0.0,44.0,103.0,312.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1604,6292.0,2420.0,3653.0,22.0,13.0,0.0,177.0,3641.0,23991.0,63800.0,93.0 +13255161200,"Census Tract 1612, Spalding County, Georgia",8649,5811.0,54351.0,130300.0,1611.0,5711.0,2347.0,0.0,360.0,0.0,0.0,39.0,192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1612,7790.0,5620.0,1967.0,36.0,70.0,1.0,94.0,5316.0,42209.0,110700.0,1210.0 +13255160600,"Census Tract 1606, Spalding County, Georgia",3865,2811.0,56429.0,118400.0,489.0,3727.0,46.0,0.0,0.0,0.0,0.0,13.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1606,3672.0,3505.0,91.0,29.0,12.0,0.0,34.0,2488.0,43143.0,94800.0,293.0 +13255161100,"Census Tract 1611, Spalding County, Georgia",3989,2709.0,61107.0,127900.0,939.0,3239.0,424.0,24.0,93.0,0.0,13.0,71.0,125.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1611,3445.0,3150.0,222.0,12.0,27.0,0.0,33.0,2436.0,47500.0,115600.0,1001.0 +13255160700,"Census Tract 1607, Spalding County, Georgia",7258,4703.0,35192.0,82000.0,555.0,3469.0,3558.0,12.0,0.0,0.0,0.0,137.0,82.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1607,5813.0,3223.0,2392.0,27.0,73.0,3.0,91.0,3518.0,31229.0,85400.0,461.0 +13255160800,"Census Tract 1608, Spalding County, Georgia",4738,2810.0,25257.0,54900.0,164.0,827.0,3382.0,8.0,0.0,0.0,0.0,49.0,472.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Spalding County,Census Tract 1608,4492.0,759.0,3552.0,11.0,18.0,0.0,144.0,2613.0,21427.0,47500.0,89.0 +13297110601,"Census Tract 1106.01, Walton County, Georgia",4887,3350.0,72950.0,156500.0,639.0,4070.0,501.0,0.0,47.0,7.0,53.0,102.0,107.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1106.01,3343.000101,3154.287354,95.73275757,23.85672569,22.93915939,0.0,43.12561798,2152.610596,50561.002360000006,112499.9975,282.9162903 +13297110507,"Census Tract 1105.07, Walton County, Georgia",8017,5278.0,66120.0,166800.0,1130.0,5903.0,1122.0,0.0,194.0,0.0,72.0,281.0,445.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1105.07,3804.020507,3579.9799799999996,64.98609924,26.20986366,33.39064789,1.0771176820000001,93.70923615,2428.54126,61118.99935,124799.9977,411.4589539 +13297110506,"Census Tract 1105.06, Walton County, Georgia",5379,3842.0,71850.0,189400.0,852.0,4537.0,440.0,0.0,22.0,0.0,0.0,104.0,276.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1105.06,3533.392061,3325.290527,60.36280823,24.34522057,31.01514435,1.00048852,87.04250336,2255.768066,61118.99756,124800.0059,382.186615 +13297110603,"Census Tract 1106.03, Walton County, Georgia",4803,3133.0,51899.0,140000.0,290.0,4368.0,145.0,0.0,40.0,0.0,0.0,132.0,118.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1106.03,4010.008134,3783.6426409999995,114.833627,28.61670741,27.51608146,2.29604e-06,51.73030229,2582.107716,50561.02213,112500.0212,339.3650128 +13297110100,"Census Tract 1101, Walton County, Georgia",9164,6555.0,62065.0,213200.0,1656.0,7572.0,544.0,0.0,145.0,0.0,383.0,61.0,459.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1101,5102.000088000001,4478.954102000001,352.8933105,37.8812027,167.4747925,0.0,62.80305099,3390.367676,55178.999729999996,125900.0011,528.3431396000001 +13297110200,"Census Tract 1102, Walton County, Georgia",4386,3078.0,46553.0,158800.0,575.0,3979.0,378.0,0.0,0.0,0.0,0.0,0.0,29.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1102,3177.479518,2809.4092149999997,295.21540739999995,19.12085289,15.52599956,0.0,38.20170359,2182.944386,46876.7723,104410.34,157.7076101 +13297110400,"Census Tract 1104, Walton County, Georgia",6695,3989.0,34682.0,117100.0,530.0,3147.0,3263.0,0.0,122.0,0.0,31.0,77.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1104,6007.323182,3065.654541,2750.690186,30.99650764,26.99695778,0.0,126.9856949,3468.609131,31673.99949,90900.00169,272.9692383 +13297110800,"Census Tract 1108, Walton County, Georgia",6658,4650.0,53433.0,126800.0,504.0,4303.0,1817.0,106.0,0.0,45.0,0.0,17.0,370.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1108,5648.0,3925.0,1605.0,27.0,19.0,0.0,67.0,3580.0,42090.0,95800.0,460.0 +13297110300,"Census Tract 1103, Walton County, Georgia",6558,3906.0,36199.0,149500.0,422.0,3591.0,2690.0,0.0,21.0,0.0,0.0,108.0,148.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1103,5517.683065,2877.35094,2445.3104670000002,33.00352984,21.00307129,0.0,132.01438149999998,3450.395092,30959.09825,80601.22306,289.03106280000003 +13297110700,"Census Tract 1107, Walton County, Georgia",8279,5478.0,45853.0,140000.0,978.0,6219.0,1837.0,0.0,0.0,0.0,0.0,75.0,148.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1107,5212.0,4401.0,634.0,19.0,45.0,0.0,109.0,3467.0,35854.0,93600.0,504.0 +13297110504,"Census Tract 1105.04, Walton County, Georgia",5088,2891.0,54928.0,148300.0,592.0,3731.0,347.0,0.0,186.0,0.0,92.0,33.0,699.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1105.04,3922.5848549999996,3642.30545,123.7449341,30.89764524,19.49797177,0.00821142,103.8041305,2394.618019,52949.13907,116375.2133,342.645643 +13297110508,"Census Tract 1105.08, Walton County, Georgia",5150,3492.0,70417.0,192200.0,893.0,4222.0,506.0,0.0,55.0,0.0,0.0,40.0,327.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1105.08,3227.99987,3037.884521,55.145633700000005,22.24105644,28.33449554,0.9140160079999999,79.51939392,2060.801514,61119.00196,124799.9986,349.1541138 +13297110503,"Census Tract 1105.03, Walton County, Georgia",3670,2440.0,67396.0,168100.0,692.0,3161.0,252.0,0.0,70.0,0.0,0.0,50.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1105.03,2002.671871,1859.388184,63.39358902,15.78948212,9.897884369,0.0,53.02437973,1222.153076,52888.99928,116300.0047,174.6269531 +13297110505,"Census Tract 1105.05, Walton County, Georgia",4445,2706.0,65071.0,180400.0,497.0,3510.0,622.0,82.0,0.0,12.0,0.0,70.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1105.05,2601.7431460000003,2415.598145,82.35689545,20.51268387,12.85869789,0.0,68.88587952,1587.743042,52888.99901,116299.9971,226.86416630000002 +13297110602,"Census Tract 1106.02, Walton County, Georgia",5516,3592.0,64688.0,198200.0,824.0,5048.0,155.0,0.0,188.0,0.0,0.0,35.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Walton County,Census Tract 1106.02,3576.999874,3375.077637,102.43375400000001,25.52662277,24.54483032,0.0,46.14427948,2303.286865,50561.00133,112499.9948,302.719574 +06001437102,"Census Tract 4371.02, Alameda County, California",4586,3144.0,72168.0,384400.0,692.0,463.0,389.0,42.0,1813.0,24.0,11.0,307.0,1570.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4371.02,4520.999785,1081.3903810000002,465.52664180000005,38.36188507,1721.6191410000001,8.812865257,1128.0467529999999,2966.825195,56402.999379999994,205299.9999,639.1918945 +06001437701,"Census Tract 4377.01, Alameda County, California",3745,2186.0,58197.0,310700.0,252.0,438.0,371.0,39.0,303.0,160.0,0.0,202.0,2232.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4377.01,4227.999908,509.16098020000004,455.5146484,26.82315636,835.3497313999999,6.705789089,2317.329102,2140.583496,39541.001000000004,177999.9933,117.3513031 +06001437101,"Census Tract 4371.01, Alameda County, California",7186,4988.0,109435.0,582400.0,1994.0,1001.0,427.0,15.0,3623.0,227.0,9.0,407.0,1477.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4371.01,4199.999954999999,1004.609558,432.47332760000006,35.63811493,1599.380737,8.187134743,1047.9532470000001,2756.174805,56403.00245,205300.0015,593.8080444 +06001450744,"Census Tract 4507.44, Alameda County, California",5930,3856.0,137566.0,838000.0,2209.0,3384.0,99.0,61.0,1651.0,23.0,0.0,101.0,624.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.44,4943.537944,3253.1088870000003,126.15933989999999,24.91382027,1068.643799,4.240650177,430.9560852,3324.669678,83405.0025,413000.0024,1720.643799 +06001450752,"Census Tract 4507.52, Alameda County, California",5854,3800.0,195250.0,1008600.0,2496.0,1328.0,254.0,15.0,3514.0,10.0,0.0,265.0,468.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.52,296.3644347,211.5978394,8.285457611,2.549371481,40.15259933,0.0,22.94434357,216.0592346,97803.99648,441699.9828,77.75582886 +06001450751,"Census Tract 4507.51, Alameda County, California",8963,5834.0,194417.0,922500.0,4576.0,2009.0,111.0,0.0,6020.0,28.0,0.0,362.0,433.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.51,152.5603589,108.92481229999999,4.265128136,1.3123471740000001,20.66946793,0.0,11.8111248,111.22142029999999,97803.99681,441699.9878,40.02658844 +06001450750,"Census Tract 4507.50, Alameda County, California",4844,3465.0,107306.0,533400.0,2258.0,1751.0,200.0,0.0,1959.0,82.0,0.0,193.0,659.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.50,16.07520813,11.4773531,0.44941443200000003,0.13828136,2.177931309,0.0,1.244532228,11.71934509,97804.00189,441699.9972,4.217581271999999 +06001450502,"Census Tract 4505.02, Alameda County, California",5564,3776.0,158242.0,899000.0,2472.0,3071.0,136.0,36.0,1534.0,0.0,0.0,345.0,442.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4505.02,4007.89745,2971.440186,116.5381088,19.70450974,585.5054321,4.50388813,281.4930115,2759.19458,92364.9997,373500.0094,1345.5366210000002 +06001450501,"Census Tract 4505.01, Alameda County, California",3341,2421.0,126850.0,637700.0,1502.0,2061.0,77.0,19.0,787.0,0.0,0.0,125.0,272.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4505.01,3111.1023379999997,2306.55957,90.46189117,15.29548836,454.4945068,3.496111631,218.5069733,2141.80542,92365.00385,373500.0077,1044.4633789999998 +06001444602,"Census Tract 4446.02, Alameda County, California",4429,3293.0,104759.0,491400.0,1863.0,892.0,282.0,19.0,2565.0,29.0,0.0,206.0,447.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4446.02,4014.9999399999997,1756.5625,226.712204,24.22529602,1312.736816,3.199567318,633.9714355000001,2722.3747559999997,75758.00256000001,299700.0025,897.7071533 +06001444301,"Census Tract 4443.01, Alameda County, California",4164,2729.0,106103.0,660000.0,942.0,1368.0,217.0,0.0,1076.0,70.0,0.0,170.0,1263.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4443.01,3904.9999119999998,1352.247925,167.59037780000003,31.69330978,945.5170898,11.5248394,1354.648926,2351.0673829999996,72075.00192000001,330800.0061,535.9050293 +06001442302,"Census Tract 4423.02, Alameda County, California",5988,4192.0,80233.0,618300.0,1993.0,1202.0,565.0,15.0,3213.0,24.0,0.0,246.0,723.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4423.02,3921.999965,1874.821045,271.54953,46.1585083,996.3363037,8.838863372999999,679.1193237000001,2579.474854,57781.99759,291299.9932,775.3646851 +06001410500,"Census Tract 4105, Alameda County, California",2209,1394.0,25536.0,631900.0,297.0,150.0,1440.0,8.0,340.0,20.0,7.0,99.0,145.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4105,1614.0,69.0,1291.0,5.0,172.0,1.0,73.0,1032.0,19589.88201,190559.1837,148.0 +06001405902,"Census Tract 4059.02, Alameda County, California",3101,1978.0,36000.0,407600.0,367.0,273.0,424.0,31.0,1480.0,56.0,20.0,42.0,787.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4059.02,3280.390899,124.42431640000001,625.4506836,11.65177536,1396.9646,0.8322696690000001,1089.857178,1768.572998,28677.000480000002,145999.9977,133.99542240000002 +06001451704,"Census Tract 4517.04, Alameda County, California",4668,3242.0,107321.0,694300.0,1546.0,3560.0,64.0,16.0,243.0,34.0,0.0,107.0,644.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4517.04,4554.999824,3708.3564450000003,62.26174927,51.20592499,288.6152039,4.073198795,414.30249019999997,2956.560303,74182.99809,347099.9889,1022.954712 +06001451506,"Census Tract 4515.06, Alameda County, California",3482,2225.0,78013.0,597300.0,680.0,1393.0,49.0,0.0,265.0,27.0,0.0,139.0,1609.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4515.06,2801.48917,2138.63208,80.80210114,29.03278732,180.1432037,1.399170518,348.3934631,1738.1196289999998,83259.99833999999,348099.9998,684.194397 +06001983200,"Census Tract 9832, Alameda County, California",573,524.0,159044.0,588200.0,395.0,292.0,33.0,12.0,170.0,0.0,0.0,18.0,55.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 9832,63.0,29.0,10.0,1.0,15.0,0.0,8.0,64.0,104385.0,239700.0,21.0 +06001982000,"Census Tract 9820, Alameda County, California",66,56.0,124063.0,388900.0,37.0,37.0,18.0,0.0,4.0,0.0,0.0,0.0,7.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 9820,28.0,5.0,7.0,5.0,1.0,0.0,10.0,7.0,61250.0,137500.0,0.0 +06001451505,"Census Tract 4515.05, Alameda County, California",3434,2474.0,153194.0,738100.0,1076.0,2680.0,0.0,12.0,186.0,0.0,0.0,50.0,518.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4515.05,3686.510704,2814.2497559999997,106.32837679999999,38.20456696,237.05244449999998,1.84118402,458.454834,2287.2109379999997,83260.00167,348099.9894,900.3389892999999 +06001451504,"Census Tract 4515.04, Alameda County, California",1742,1195.0,114671.0,601300.0,533.0,1113.0,41.0,0.0,148.0,0.0,26.0,58.0,356.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4515.04,1521.000007,1161.118042,43.86952209,15.76264191,97.80434418,0.7596454020000001,189.1517029,943.6694946,83260.00224,348099.9988,371.4666138 +06001450746,"Census Tract 4507.46, Alameda County, California",3616,2462.0,117292.0,741300.0,1297.0,2414.0,10.0,5.0,738.0,0.0,32.0,111.0,306.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.46,3051.999985,2172.59668,45.84378052,13.95245552,553.7131347999999,3.18913269,245.56321719999997,2016.329102,93104.99936,376800.0049,956.7398071 +06001444601,"Census Tract 4446.01, Alameda County, California",5478,4056.0,114318.0,654000.0,1141.0,1839.0,260.0,5.0,1649.0,70.0,8.0,183.0,1464.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4446.01,4768.999798,2086.4375,269.2877808,28.77470207,1559.263184,3.8004324439999997,753.0285644999999,3233.625,75757.99944,299700.0092,1066.292725 +06001443321,"Census Tract 4433.21, Alameda County, California",3428,2307.0,123531.0,578600.0,1470.0,314.0,45.0,0.0,2557.0,0.0,7.0,81.0,424.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4433.21,2975.9998920000003,1210.155518,108.9089355,24.31455231,1300.828491,2.026212692,296.3336182,2071.295898,65718.00302,314299.9983,853.0355225 +06001443105,"Census Tract 4431.05, Alameda County, California",4493,3220.0,160250.0,1153300.0,2403.0,583.0,64.0,3.0,3665.0,83.0,0.0,95.0,0.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4431.05,4401.999933,1693.984375,93.42866516,20.76192474,2300.326904,2.831171513,241.5933075,2825.981201,105983.9983,566399.9831,1628.867432 +06001443104,"Census Tract 4431.04, Alameda County, California",5535,3555.0,139139.0,1145500.0,2486.0,952.0,40.0,3.0,4155.0,0.0,15.0,171.0,199.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4431.04,4926.999789,1896.015625,104.5713348,23.23807335,2574.672852,3.1688282489999997,270.4066772,3163.018799,105984.0039,566399.9831,1823.132568 +06001442602,"Census Tract 4426.02, Alameda County, California",4947,3251.0,103056.0,867100.0,1367.0,1638.0,282.0,4.0,1538.0,11.0,0.0,58.0,1416.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4426.02,5095.000058,2899.286377,175.8931885,33.0537529,1072.476318,3.541473627,859.397583,3385.648682,69013.00222000001,403599.9952,1220.62793 +06001441524,"Census Tract 4415.24, Alameda County, California",4432,2892.0,146250.0,810800.0,2175.0,426.0,79.0,12.0,3644.0,16.0,0.0,58.0,197.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4415.24,3787.000038,732.6052246,113.43791200000001,15.10164165,2694.413818,1.75600481,191.0533295,2591.511963,90359.00073,363400.0101,1772.862427 +06001440333,"Census Tract 4403.33, Alameda County, California",3073,2265.0,127292.0,756700.0,1028.0,464.0,212.0,12.0,2007.0,11.0,0.0,207.0,160.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.33,3045.000084,507.2268677,264.26602169999995,15.15944576,1833.473511,2.45828867,377.757019,1915.4165039999998,86789.00099999999,324800.0139,574.420105 +06001433104,"Census Tract 4331.04, Alameda County, California",3839,2862.0,48646.0,355100.0,1067.0,1209.0,593.0,27.0,548.0,19.0,5.0,276.0,1169.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4331.04,3745.000114,1382.5817869999998,764.1559447999999,32.85552597,581.8607787999999,7.418990135,942.2117310000001,2572.269775,40757.001260000005,194299.9945,502.90151979999996 +06001425104,"Census Tract 4251.04, Alameda County, California",3421,2801.0,65847.0,448900.0,1670.0,1413.0,848.0,21.0,573.0,0.0,0.0,119.0,468.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4251.04,2607.0561559999996,1045.58888,594.8607407000001,19.3650738,682.9374781,2.67642954,234.0989466,1926.5893019999999,44778.88278,174326.8995,1001.889573 +06001438203,"Census Tract 4382.03, Alameda County, California",4295,3299.0,69745.0,409600.0,583.0,792.0,199.0,20.0,2142.0,46.0,0.0,98.0,1004.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4382.03,3715.999923,1128.884644,285.91101069999996,28.67544174,1456.543823,2.530186176,773.3935547,2560.126709,52897.0015,174600.0037,492.54287719999996 +06001438400,"Census Tract 4384, Alameda County, California",2416,1729.0,79671.0,451100.0,340.0,487.0,125.0,5.0,976.0,53.0,0.0,32.0,740.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4384,2254.0,829.0,133.0,24.0,674.0,4.0,574.0,1502.0,58125.0,229700.0,235.0 +06001435400,"Census Tract 4354, Alameda County, California",4360,2849.0,55649.0,447100.0,980.0,919.0,826.0,9.0,591.0,34.0,0.0,328.0,1662.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4354,4365.046485,1783.0153109999999,813.0071224,53.00043607,460.0095256,11.00015505,1202.013683,3119.0284899999997,38086.12125,228799.6814,606.0080817 +06001436000,"Census Tract 4360, Alameda County, California",4486,3137.0,87872.0,474400.0,881.0,1544.0,28.0,100.0,1025.0,10.0,0.0,176.0,1677.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4360,4252.0,2525.0,79.0,65.0,464.0,3.0,1072.0,2817.0,58719.0,222500.0,382.0 +06001436601,"Census Tract 4366.01, Alameda County, California",6915,4638.0,71250.0,388700.0,763.0,792.0,731.0,22.0,1211.0,142.0,12.0,401.0,3624.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4366.01,6424.0,1500.0,867.0,45.0,757.0,18.0,3219.0,3689.0,45649.0,199100.0,471.0 +06001437200,"Census Tract 4372, Alameda County, California",7864,5673.0,85052.0,509600.0,1749.0,1408.0,439.0,58.0,3305.0,31.0,32.0,355.0,2236.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4372,6239.0,2135.0,624.0,43.0,2173.0,9.0,1173.0,4266.0,54056.0,273700.0,1209.0 +06001440305,"Census Tract 4403.05, Alameda County, California",4105,3064.0,117105.0,677900.0,1021.0,653.0,279.0,25.0,2285.0,134.0,5.0,139.0,607.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.05,4321.0,911.0,349.0,20.0,2283.0,9.0,721.0,2774.0,81301.0,304700.0,680.0 +06001440306,"Census Tract 4403.06, Alameda County, California",4222,2875.0,81174.0,469100.0,825.0,431.0,395.0,13.0,2805.0,104.0,30.0,106.0,338.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.06,4195.0,514.0,548.0,18.0,2530.0,5.0,528.0,2485.0,70947.0,223900.0,628.0 +06001440332,"Census Tract 4403.32, Alameda County, California",3612,2594.0,162986.0,860500.0,1427.0,325.0,29.0,2.0,2878.0,28.0,29.0,198.0,123.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.32,3318.0,490.0,122.0,7.0,2467.0,2.0,206.0,2083.0,130650.0,493300.0,1251.0 +06001441521,"Census Tract 4415.21, Alameda County, California",6282,4408.0,139219.0,795000.0,2444.0,1077.0,82.0,73.0,4395.0,86.0,0.0,220.0,417.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4415.21,6100.0,1620.0,244.0,22.0,3753.0,3.0,373.0,3983.0,82344.0,331100.0,1830.0 +06001442900,"Census Tract 4429, Alameda County, California",7909,5479.0,107824.0,657800.0,2358.0,2224.0,266.0,24.0,3277.0,313.0,15.0,270.0,1520.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4429,7149.0,3628.0,189.0,91.0,2042.0,18.0,1136.0,4776.0,80653.0,329000.0,1395.0 +06001443002,"Census Tract 4430.02, Alameda County, California",6822,4619.0,92455.0,682700.0,1476.0,1499.0,78.0,20.0,3746.0,0.0,11.0,141.0,1337.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4430.02,6069.0,2850.0,160.0,110.0,1592.0,7.0,1322.0,3848.0,70351.0,280100.0,917.0 +06001443103,"Census Tract 4431.03, Alameda County, California",4003,2959.0,224931.0,1635400.0,2418.0,353.0,83.0,3.0,3375.0,0.0,0.0,130.0,59.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4431.03,3860.4349039999997,769.1413713,36.00662103,1.001961787,2944.266435,0.000122612,92.01336468,2385.285931,153323.7841,872803.2349,1894.1961789999998 +06001450400,"Census Tract 4504, Alameda County, California",6097,4206.0,96050.0,610100.0,1857.0,4209.0,103.0,0.0,1055.0,28.0,0.0,166.0,536.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4504,5783.0,3956.0,123.0,113.0,651.0,5.0,888.0,3758.0,67654.0,284000.0,821.0 +06001450603,"Census Tract 4506.03, Alameda County, California",5318,3702.0,133711.0,740500.0,1764.0,3101.0,58.0,9.0,1440.0,0.0,0.0,141.0,569.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4506.03,4662.0,3670.0,81.0,34.0,426.0,3.0,400.0,2977.0,85853.0,353000.0,871.0 +06001450606,"Census Tract 4506.06, Alameda County, California",6209,4259.0,176563.0,958400.0,2771.0,3787.0,40.0,51.0,1368.0,13.0,0.0,520.0,430.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4506.06,6111.0,4665.0,64.0,25.0,986.0,2.0,325.0,3803.0,110336.0,502800.0,1944.0 +06001451102,"Census Tract 4511.02, Alameda County, California",4163,2943.0,179397.0,1065000.0,1869.0,3267.0,12.0,19.0,384.0,0.0,0.0,167.0,314.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4511.02,2356.0,1998.0,39.0,12.0,150.0,3.0,142.0,1558.0,113631.0,466900.0,889.0 +06001451202,"Census Tract 4512.02, Alameda County, California",4685,3463.0,127500.0,594000.0,1430.0,2850.0,45.0,5.0,750.0,0.0,0.0,131.0,904.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4512.02,3479.835921,2564.1450449999998,73.97190186,48.98281395,279.9159744,0.999885991,475.8338448,2202.295522,85426.3454,273088.0901,557.8219487000001 +06001422700,"Census Tract 4227, Alameda County, California",5207,1157.0,30078.0,,702.0,2473.0,138.0,0.0,1516.0,11.0,0.0,252.0,817.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4227,3788.0,2131.0,148.0,8.0,1007.0,0.0,425.0,1031.0,25625.0,559800.0,752.0 +06001422400,"Census Tract 4224, Alameda County, California",4187,2403.0,58421.0,901900.0,2024.0,2228.0,70.0,0.0,1347.0,0.0,0.0,192.0,350.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4224,3556.0,1937.0,200.0,25.0,1081.0,0.0,235.0,2262.0,31741.0,416400.0,1689.0 +06001422500,"Census Tract 4225, Alameda County, California",4136,2154.0,63125.0,858100.0,1708.0,2113.0,104.0,11.0,1176.0,17.0,0.0,312.0,408.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4225,3733.0,2362.0,116.0,26.0,956.0,3.0,216.0,2053.0,26908.0,377400.0,1655.0 +06001422600,"Census Tract 4226, Alameda County, California",1421,306.0,250001.0,2000001.0,290.0,542.0,41.0,0.0,586.0,0.0,0.0,61.0,191.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4226,688.0,306.0,17.0,2.0,306.0,0.0,54.0,203.0,2499.0,225000.0,138.0 +06001423100,"Census Tract 4231, Alameda County, California",4319,3162.0,67786.0,691100.0,2034.0,2087.0,630.0,0.0,769.0,0.0,11.0,328.0,494.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4231,3832.0,1641.0,921.0,26.0,456.0,0.0,754.0,2894.0,37188.0,252600.0,1399.0 +06001426100,"Census Tract 4261, Alameda County, California",6339,4332.0,211327.0,2000001.0,3731.0,4679.0,88.0,13.0,1128.0,0.0,0.0,228.0,203.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4261,6126.0,4768.0,114.0,15.0,1045.0,2.0,162.0,4128.0,167106.0,889800.0,3249.0 +06001427300,"Census Tract 4273, Alameda County, California",5169,3808.0,95694.0,683800.0,1999.0,2098.0,344.0,4.0,1978.0,34.0,0.0,216.0,495.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4273,4760.0,2255.0,431.0,57.0,1484.0,9.0,493.0,3501.0,52183.0,274400.0,1343.0 +06001427600,"Census Tract 4276, Alameda County, California",5680,3646.0,53873.0,443800.0,1347.0,1318.0,1237.0,5.0,1884.0,84.0,17.0,423.0,712.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4276,5079.0,828.0,1663.0,35.0,1824.0,6.0,615.0,2795.0,37585.0,150000.0,620.0 +06001427900,"Census Tract 4279, Alameda County, California",4951,4012.0,93071.0,846100.0,1996.0,2432.0,290.0,29.0,1357.0,0.0,0.0,225.0,618.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4279,4658.0,2881.0,269.0,49.0,873.0,8.0,541.0,3446.0,48993.0,418700.0,1429.0 +06001428302,"Census Tract 4283.02, Alameda County, California",7472,5431.0,133916.0,889300.0,3509.0,3015.0,302.0,0.0,3149.0,23.0,37.0,351.0,595.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4283.02,7451.0,3692.0,229.0,17.0,3195.0,6.0,284.0,5147.0,109259.0,445800.0,3386.0 +06001428600,"Census Tract 4286, Alameda County, California",3412,2748.0,84091.0,622400.0,1453.0,1365.0,344.0,76.0,1175.0,0.0,0.0,269.0,231.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4286,3387.0,1538.0,264.0,21.0,1253.0,0.0,284.0,2790.0,62422.0,269400.0,1263.0 +06001430800,"Census Tract 4308, Alameda County, California",5457,3866.0,81133.0,602600.0,1244.0,2881.0,88.0,19.0,1153.0,113.0,0.0,210.0,1006.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4308,5180.840969,3953.252494,81.44657791,68.11826102,475.4492764,3.010861121,569.4419084,3641.1291200000005,53726.55547000001,248012.9678,767.3481168 +06001433600,"Census Tract 4336, Alameda County, California",5757,4257.0,49720.0,446400.0,1063.0,1214.0,489.0,97.0,2701.0,35.0,0.0,161.0,1060.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4336,5901.0,2595.0,499.0,59.0,1700.0,10.0,976.0,4072.0,52555.0,221300.0,705.0 +06001437400,"Census Tract 4374, Alameda County, California",3334,2248.0,78456.0,424800.0,387.0,576.0,89.0,56.0,710.0,128.0,18.0,21.0,1780.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4374,3357.0,1068.0,219.0,36.0,555.0,8.0,1449.0,2134.0,56488.0,218300.0,242.0 +06001438201,"Census Tract 4382.01, Alameda County, California",5001,3446.0,65192.0,240800.0,527.0,475.0,337.0,32.0,1175.0,95.0,14.0,131.0,2774.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4382.01,4469.0,997.0,297.0,35.0,1039.0,24.0,2082.0,2741.0,60065.0,165200.0,286.0 +06001440100,"Census Tract 4401, Alameda County, California",2447,1938.0,78292.0,480800.0,659.0,957.0,62.0,9.0,903.0,11.0,0.0,51.0,454.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4401,2283.0,952.0,273.0,25.0,650.0,8.0,351.0,1691.0,67829.0,260900.0,463.0 +06001441301,"Census Tract 4413.01, Alameda County, California",3184,2174.0,122850.0,900200.0,1491.0,680.0,105.0,5.0,2036.0,0.0,10.0,89.0,259.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4413.01,2721.0,982.0,154.0,17.0,1329.0,2.0,212.0,1889.0,80236.0,426400.0,1067.0 +06001421800,"Census Tract 4218, Alameda County, California",2241,1755.0,126146.0,848100.0,1423.0,1580.0,62.0,7.0,332.0,0.0,4.0,179.0,77.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4218,2047.0,1553.0,91.0,12.0,281.0,0.0,92.0,1499.0,60529.0,370300.0,1180.0 +06001423000,"Census Tract 4230, Alameda County, California",4679,3503.0,69125.0,676800.0,2520.0,2711.0,157.0,51.0,910.0,0.0,0.0,277.0,598.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4230,4423.0,2583.0,538.0,32.0,868.0,1.0,330.0,3158.0,44307.0,295300.0,2077.0 +06001428100,"Census Tract 4281, Alameda County, California",4866,3427.0,95305.0,837800.0,1685.0,2748.0,189.0,6.0,1042.0,19.0,44.0,167.0,651.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4281,4490.0,3045.0,144.0,61.0,724.0,5.0,467.0,3226.0,57373.0,350400.0,1243.0 +06001428400,"Census Tract 4284, Alameda County, California",4516,3537.0,77266.0,642900.0,1848.0,1905.0,426.0,95.0,1286.0,25.0,4.0,210.0,650.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4284,4496.0,2549.0,305.0,55.0,1042.0,4.0,465.0,3446.0,47997.0,254200.0,1179.0 +06001430200,"Census Tract 4302, Alameda County, California",6690,4935.0,115963.0,698700.0,2415.0,4234.0,159.0,95.0,1258.0,1.0,41.0,256.0,660.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4302,7070.534861,5330.1297270000005,192.8193331,43.96240315,872.1906108,1.998284495,565.4941167999999,4825.595391,78707.41414,337095.6785,1704.406652 +06001432200,"Census Tract 4322, Alameda County, California",4487,3288.0,66229.0,634000.0,1150.0,1582.0,884.0,76.0,534.0,28.0,59.0,188.0,1207.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4322,3939.0,2156.0,660.0,32.0,385.0,6.0,669.0,2927.0,49850.0,275400.0,1005.0 +06001432400,"Census Tract 4324, Alameda County, California",6461,4188.0,65753.0,421100.0,734.0,1368.0,375.0,27.0,2183.0,32.0,0.0,134.0,2369.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4324,5411.0,2037.0,420.0,52.0,1247.0,19.0,1605.0,3506.0,50729.0,202900.0,562.0 +06001433800,"Census Tract 4338, Alameda County, California",8282,5552.0,58234.0,380600.0,1115.0,1324.0,699.0,19.0,2971.0,7.0,0.0,47.0,3231.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4338,7100.0,1947.0,1103.0,72.0,1877.0,9.0,2026.0,4613.0,43657.0,205400.0,749.0 +06001434000,"Census Tract 4340, Alameda County, California",5357,3356.0,45638.0,410900.0,511.0,698.0,929.0,49.0,757.0,0.0,0.0,136.0,2822.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4340,4616.0,1338.0,875.0,77.0,571.0,11.0,1696.0,2831.0,34627.0,182900.0,379.0 +06001435102,"Census Tract 4351.02, Alameda County, California",5979,3504.0,110710.0,644500.0,1990.0,2339.0,626.0,14.0,1195.0,14.0,26.0,335.0,1438.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4351.02,5031.0,2339.0,825.0,26.0,1255.0,14.0,518.0,3285.0,75174.0,335800.0,1590.0 +06001435500,"Census Tract 4355, Alameda County, California",4059,2945.0,53861.0,443500.0,640.0,1142.0,395.0,57.0,416.0,156.0,16.0,52.0,1857.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4355,3694.0,1616.0,417.0,42.0,364.0,8.0,1223.0,2408.0,37325.0,211100.0,312.0 +06001438000,"Census Tract 4380, Alameda County, California",3877,2839.0,88250.0,603800.0,851.0,1128.0,67.0,12.0,1166.0,0.0,0.0,70.0,1446.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4380,3021.0,1532.0,195.0,60.0,480.0,6.0,720.0,1999.0,62731.0,264000.0,408.0 +06001440307,"Census Tract 4403.07, Alameda County, California",4445,3481.0,55781.0,246100.0,1034.0,936.0,181.0,9.0,2366.0,31.0,0.0,154.0,777.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.07,4333.0,1419.0,283.0,30.0,1745.0,7.0,827.0,3032.0,54821.0,172900.0,674.0 +06001441401,"Census Tract 4414.01, Alameda County, California",8092,5382.0,122793.0,668300.0,2421.0,1652.0,409.0,10.0,4364.0,125.0,0.0,510.0,1022.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4414.01,7125.722831,2511.135832,387.3996468,48.04713783,3165.867493,6.018445237000001,843.0431806,4801.277671,72820.21259,329446.4696,1722.158235 +06001441601,"Census Tract 4416.01, Alameda County, California",5063,3639.0,111458.0,664100.0,1229.0,1369.0,271.0,24.0,1839.0,292.0,7.0,217.0,1055.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4416.01,4484.0,2398.0,141.0,53.0,950.0,4.0,897.0,3052.0,71866.0,306800.0,726.0 +06001442800,"Census Tract 4428, Alameda County, California",2928,2117.0,102788.0,625700.0,820.0,1073.0,74.0,0.0,1267.0,0.0,0.0,82.0,432.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4428,2962.0,1554.0,86.0,34.0,731.0,5.0,533.0,2001.0,77313.0,301400.0,377.0 +06001443102,"Census Tract 4431.02, Alameda County, California",4788,3358.0,183750.0,1149300.0,2571.0,803.0,25.0,5.0,3643.0,16.0,55.0,87.0,154.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4431.02,4862.0,1535.0,52.0,20.0,3039.0,6.0,190.0,3159.0,128897.0,589200.0,2019.0 +06001443200,"Census Tract 4432, Alameda County, California",3967,2963.0,230804.0,1707500.0,2439.0,784.0,0.0,7.0,2831.0,56.0,0.0,251.0,38.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4432,3546.570178,1152.862807,53.99343592,15.99806418,2172.734203,0.999881438,108.98684850000001,2331.717318,159436.991,897499.8053,1599.805699 +06001444100,"Census Tract 4441, Alameda County, California",7752,5774.0,111467.0,674500.0,2166.0,2973.0,76.0,24.0,2111.0,0.0,0.0,317.0,2251.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4441,7497.0,4158.0,277.0,64.0,1470.0,9.0,1451.0,5024.0,74261.0,357900.0,1364.0 +06001444500,"Census Tract 4445, Alameda County, California",7354,4847.0,91067.0,634500.0,1333.0,1351.0,613.0,16.0,2196.0,85.0,0.0,144.0,2952.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4445,6365.0,1873.0,284.0,42.0,1766.0,7.0,2325.0,3647.0,61774.0,274500.0,721.0 +06001450601,"Census Tract 4506.01, Alameda County, California",3705,2795.0,129625.0,1142300.0,1856.0,2133.0,39.0,0.0,1188.0,3.0,0.0,147.0,195.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4506.01,3158.3229969999998,2326.732278,51.03821367,29.01698386,539.3678066000001,1.002653727,188.1411783,2304.104406,101913.3119,714707.8694,1240.22443 +06001450741,"Census Tract 4507.41, Alameda County, California",5350,3730.0,128438.0,858500.0,1878.0,3049.0,96.0,17.0,1078.0,0.0,0.0,160.0,950.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.41,4596.0,3349.0,70.0,54.0,337.0,1.0,760.0,3149.0,66614.0,434400.0,1136.0 +06001451101,"Census Tract 4511.01, Alameda County, California",7522,5453.0,144476.0,708500.0,2265.0,4666.0,110.0,0.0,1046.0,142.0,1.0,363.0,1194.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4511.01,4613.0,3496.0,106.0,44.0,441.0,2.0,484.0,3025.0,90608.0,396700.0,1095.0 +06001441923,"Census Tract 4419.23, Alameda County, California",6537,4869.0,88048.0,527800.0,3091.0,1513.0,82.0,0.0,4143.0,0.0,0.0,215.0,584.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4419.23,5247.0,1626.0,293.0,36.0,2407.0,4.0,806.0,3716.0,56679.0,218500.0,1587.0 +06001442400,"Census Tract 4424, Alameda County, California",6502,4829.0,106726.0,642200.0,1662.0,1534.0,135.0,44.0,2891.0,26.0,7.0,129.0,1766.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4424,5953.0,2835.0,152.0,77.0,1246.0,19.0,1595.0,3702.0,73295.0,287500.0,1007.0 +06001444200,"Census Tract 4442, Alameda County, California",6969,4734.0,96563.0,579100.0,1100.0,1486.0,319.0,45.0,2074.0,51.0,0.0,422.0,2572.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4442,6500.0,2956.0,252.0,64.0,1309.0,0.0,1839.0,3941.0,65205.0,283100.0,725.0 +06001450604,"Census Tract 4506.04, Alameda County, California",5489,3781.0,146573.0,955600.0,2519.0,3578.0,11.0,9.0,1212.0,0.0,0.0,198.0,481.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4506.04,4817.0,4002.0,45.0,34.0,396.0,0.0,310.0,3210.0,100177.0,465900.0,1474.0 +06001450701,"Census Tract 4507.01, Alameda County, California",8799,5955.0,199063.0,1464200.0,4220.0,5013.0,128.0,10.0,2816.0,0.0,0.0,329.0,503.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.01,6257.671939,5145.263672,71.96173096,31.98299026,692.6316528,4.99734211,265.85861209999996,3962.8923340000006,150839.9999,723299.9933,2305.773682 +06001435800,"Census Tract 4358, Alameda County, California",5614,3887.0,86402.0,455800.0,939.0,1097.0,56.0,18.0,1261.0,0.0,24.0,152.0,3024.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4358,5034.0,2454.0,159.0,59.0,1065.0,3.0,1259.0,3278.0,56662.0,213100.0,527.0 +06001435900,"Census Tract 4359, Alameda County, California",5446,3748.0,94481.0,525300.0,1121.0,1684.0,345.0,109.0,1404.0,43.0,27.0,250.0,1693.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4359,4817.0,2651.0,117.0,61.0,1074.0,3.0,848.0,3332.0,58774.0,236700.0,486.0 +06001436500,"Census Tract 4365, Alameda County, California",4998,3144.0,65337.0,415400.0,976.0,915.0,596.0,22.0,833.0,183.0,0.0,213.0,2258.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4365,4796.953394,1579.9846189999998,734.9928589,44.99956131,982.9904785,15.99984455,1411.986328,2939.971436,51265.99923,199899.9929,833.9918822999999 +06001436700,"Census Tract 4367, Alameda County, California",3280,2305.0,81167.0,420100.0,626.0,559.0,137.0,16.0,964.0,26.0,0.0,89.0,1505.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4367,2989.0,705.0,172.0,28.0,266.0,10.0,1810.0,1826.0,52835.0,188000.0,167.0 +06001402600,"Census Tract 4026, Alameda County, California",1241,1041.0,21250.0,372200.0,300.0,162.0,320.0,0.0,574.0,0.0,4.0,29.0,152.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4026,977.0,59.0,439.0,6.0,416.0,0.0,46.0,843.0,13258.0,79100.0,101.0 +06001402800,"Census Tract 4028, Alameda County, California",4255,3611.0,37250.0,642000.0,1616.0,1208.0,1751.0,26.0,738.0,0.0,0.0,183.0,363.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4028,1898.8994420000001,324.1053467,1115.479126,17.89538765,274.39593510000003,2.982564449,153.10498049999998,1621.5209960000002,10268.00038,191100.0042,199.83183290000002 +06001404400,"Census Tract 4044, Alameda County, California",5425,4303.0,163464.0,917900.0,3495.0,3670.0,136.0,0.0,946.0,0.0,0.0,331.0,342.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4044,4699.0,3551.0,234.0,32.0,644.0,0.0,201.0,3604.0,101888.0,443500.0,2621.0 +06001400900,"Census Tract 4009, Alameda County, California",2394,1801.0,57011.0,586600.0,811.0,1019.0,775.0,9.0,147.0,0.0,62.0,93.0,289.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4009,2456.0,499.0,1570.0,22.0,132.0,0.0,202.0,1765.0,29338.0,139900.0,464.0 +06001404200,"Census Tract 4042, Alameda County, California",3600,2416.0,156364.0,1103600.0,1913.0,2520.0,249.0,7.0,398.0,28.0,24.0,180.0,194.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4042,3176.0,2587.0,133.0,18.0,293.0,3.0,125.0,2428.0,94112.0,492800.0,1745.0 +06001405500,"Census Tract 4055, Alameda County, California",4124,3210.0,56005.0,509300.0,1221.0,813.0,558.0,14.0,2051.0,6.0,0.0,220.0,476.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4055,4147.0,471.0,1046.0,24.0,2110.0,0.0,485.0,2708.0,36356.0,169900.0,608.0 +06001405600,"Census Tract 4056, Alameda County, California",3171,2334.0,58138.0,541300.0,1209.0,789.0,472.0,110.0,875.0,0.0,9.0,172.0,769.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4056,3734.0,612.0,1095.0,27.0,1460.0,0.0,509.0,2425.0,36918.0,190500.0,819.0 +06001406000,"Census Tract 4060, Alameda County, California",3184,2514.0,35457.0,434500.0,688.0,655.0,435.0,33.0,1377.0,7.0,0.0,153.0,524.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4060,3654.94314,403.99371339999993,450.992981,20.99967384,1661.9741210000002,0.999984443,1106.982788,2391.962891,27317.999760000002,135500.0006,393.993866 +06001406100,"Census Tract 4061, Alameda County, California",4629,3000.0,44298.0,326200.0,895.0,652.0,482.0,208.0,622.0,36.0,0.0,110.0,2716.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4061,4301.056877,513.0062869,545.0070182999999,53.00032679,453.0258633,6.000015562000001,2720.017227,2542.0372230000003,34362.878789999995,131300.0405,307.00613119999997 +06001406500,"Census Tract 4065, Alameda County, California",6231,4125.0,40989.0,368900.0,881.0,392.0,1151.0,105.0,926.0,24.0,5.0,308.0,3425.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4065,6253.0,519.0,1670.0,39.0,1553.0,9.0,2421.0,3546.0,34283.0,157000.0,520.0 +06001407500,"Census Tract 4075, Alameda County, California",4362,2473.0,31516.0,285700.0,290.0,272.0,1384.0,44.0,218.0,0.0,0.0,237.0,2251.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4075,4388.0,148.0,1691.0,14.0,382.0,6.0,2147.0,2239.0,28182.0,140700.0,145.0 +06001407900,"Census Tract 4079, Alameda County, California",2971,2221.0,115563.0,616700.0,1256.0,1224.0,446.0,0.0,601.0,21.0,42.0,284.0,353.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4079,2788.0,1199.0,807.0,15.0,502.0,2.0,252.0,2180.0,66895.0,263100.0,956.0 +06001408100,"Census Tract 4081, Alameda County, California",6346,5237.0,121484.0,767600.0,3214.0,2344.0,1326.0,38.0,1447.0,0.0,27.0,457.0,707.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4081,5763.0,2282.66035,2019.23255,23.03609978,1142.523627,2.006716239,273.4776925,4369.828136,87698.60292,431574.6175,2501.442192 +06001408500,"Census Tract 4085, Alameda County, California",5932,3388.0,47333.0,276600.0,393.0,80.0,2221.0,74.0,139.0,78.0,54.0,190.0,3169.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4085,5305.142290999999,81.00562664,3035.746627,22.9961415,222.89894700000002,4.997054883000001,1923.4987640000002,2920.96082,33264.80401,138796.2536,185.9437868 +06001408700,"Census Tract 4087, Alameda County, California",7734,4687.0,47228.0,326900.0,703.0,409.0,3201.0,0.0,160.0,0.0,0.0,208.0,3756.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4087,7504.0,287.0,4270.0,26.0,347.0,0.0,2541.0,4265.0,32578.0,142400.0,220.0 +06001409200,"Census Tract 4092, Alameda County, California",3605,2089.0,49783.0,264000.0,159.0,137.0,1303.0,66.0,184.0,0.0,0.0,81.0,1885.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4092,3168.817537,73.74954033,1791.1564440000002,6.574567437000001,218.62248990000003,1.1938094940000001,1072.006223,1614.758556,40359.52257,132676.9395,119.05676319999999 +06001409500,"Census Tract 4095, Alameda County, California",4613,2588.0,33963.0,255200.0,228.0,354.0,1118.0,28.0,48.0,0.0,9.0,176.0,2895.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4095,3555.0,83.0,1425.0,13.0,219.0,0.0,1795.0,1850.0,25962.0,116100.0,65.0 +06001421700,"Census Tract 4217, Alameda County, California",3572,2759.0,76014.0,881100.0,2357.0,2406.0,10.0,15.0,638.0,0.0,6.0,211.0,296.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4217,3076.0,2220.0,106.0,20.0,514.0,0.0,167.0,2357.0,54180.0,378600.0,1906.0 +06001409600,"Census Tract 4096, Alameda County, California",4680,2788.0,44542.0,294100.0,211.0,97.0,1247.0,9.0,177.0,24.0,45.0,80.0,3003.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4096,5235.0,88.0,2799.0,14.0,238.0,10.0,2060.0,2740.0,31385.0,136500.0,125.0 +06001410200,"Census Tract 4102, Alameda County, California",3370,2321.0,56534.0,332500.0,332.0,177.0,1665.0,0.0,42.0,49.0,0.0,64.0,1373.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4102,3550.0,156.0,2298.0,10.0,187.0,2.0,891.0,2053.0,35755.0,157200.0,295.0 +06001421300,"Census Tract 4213, Alameda County, California",3924,3043.0,135724.0,962900.0,2510.0,3158.0,41.0,0.0,364.0,11.0,50.0,218.0,82.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4213,3828.0,3047.0,117.0,16.0,466.0,1.0,161.0,2964.0,95646.0,437900.0,2386.0 +06001422000,"Census Tract 4220, Alameda County, California",1973,1533.0,77411.0,721000.0,1009.0,1247.0,306.0,2.0,85.0,0.0,12.0,88.0,235.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4220,1333.0,561.0,377.0,23.0,179.0,0.0,180.0,978.0,38587.0,275500.0,378.0 +06001422300,"Census Tract 4223, Alameda County, California",3890,2771.0,64458.0,834300.0,2020.0,2296.0,190.0,0.0,860.0,0.0,9.0,206.0,329.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4223,3238.0,2079.0,194.0,17.0,729.0,0.0,188.0,2309.0,47423.0,323600.0,1705.0 +06001422800,"Census Tract 4228, Alameda County, California",9074,1442.0,16511.0,625000.0,748.0,2612.0,428.0,88.0,4001.0,14.0,7.0,513.0,1444.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4228,5475.0,1916.0,290.0,48.0,2429.0,2.0,746.0,898.0,11019.0,1000001.0,589.0 +06001423602,"Census Tract 4236.02, Alameda County, California",5243,2128.0,28056.0,593800.0,1592.0,2183.0,356.0,62.0,1813.0,79.0,11.0,309.0,436.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4236.02,5047.0,2275.0,171.0,40.0,2074.0,2.0,404.0,2087.0,19286.0,307100.0,1514.0 +06001427100,"Census Tract 4271, Alameda County, California",3786,2809.0,123375.0,908700.0,1497.0,2441.0,179.0,13.0,551.0,55.0,10.0,125.0,412.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4271,3497.0,2601.0,95.0,16.0,455.0,4.0,302.0,2641.0,80354.0,403600.0,1250.0 +06001430500,"Census Tract 4305, Alameda County, California",6076,4324.0,70673.0,482200.0,1270.0,1895.0,1303.0,49.0,1288.0,29.0,9.0,293.0,1222.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4305,6005.263914,2852.849854,1256.172607,68.89977264,761.8916626,6.9898314479999994,977.5778809000001,4030.137207,57480.99966,249799.9903,925.6534424 +06001430600,"Census Tract 4306, Alameda County, California",6609,4999.0,101589.0,621200.0,2238.0,2522.0,908.0,18.0,1772.0,129.0,0.0,304.0,956.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4306,5696.736068,3797.1501409999996,239.8273983,59.10023091,962.1083505,3.010168353,592.4221169,3974.862782,77196.75861,295255.4254,1416.346581 +06001430700,"Census Tract 4307, Alameda County, California",4138,2938.0,99212.0,589500.0,1269.0,2389.0,143.0,44.0,795.0,0.0,0.0,225.0,579.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4307,3713.387022,2708.552979,63.9894371,44.99257278,438.9275513,1.999669909,441.927063,2500.587158,66844.99892,281799.9915,732.8790283 +06001400200,"Census Tract 4002, Alameda County, California",1997,1568.0,147500.0,1045200.0,1281.0,1424.0,18.0,5.0,196.0,0.0,5.0,172.0,177.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4002,1909.417911,1508.540161,70.97836304,18.99420929,171.9475861,0.0,116.9643402,1604.510864,82729.00144,474499.994,1239.62207 +06001401100,"Census Tract 4011, Alameda County, California",4205,3551.0,78258.0,665500.0,2429.0,2123.0,644.0,0.0,688.0,0.0,14.0,300.0,436.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4011,4007.0,1480.0,1395.0,55.0,550.0,1.0,472.0,2876.0,33034.0,259700.0,1236.0 +06001401400,"Census Tract 4014, Alameda County, California",4013,3003.0,30479.0,385300.0,849.0,889.0,1509.0,72.0,235.0,40.0,25.0,317.0,940.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4014,4765.0,253.0,3167.0,25.0,547.0,3.0,706.0,2764.0,19824.0,144000.0,234.0 +06001401500,"Census Tract 4015, Alameda County, California",2638,2158.0,54464.0,449000.0,738.0,979.0,947.0,11.0,181.0,23.0,0.0,142.0,362.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4015,2413.0,265.0,1717.0,20.0,136.0,2.0,255.0,1406.0,26912.0,168300.0,231.0 +06001401700,"Census Tract 4017, Alameda County, California",2769,2141.0,86313.0,446700.0,1025.0,910.0,721.0,0.0,251.0,0.0,0.0,85.0,802.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4017,1878.0,209.0,979.0,25.0,87.0,0.0,568.0,1021.0,24542.0,136300.0,188.0 +06001402200,"Census Tract 4022, Alameda County, California",2557,1710.0,47000.0,510300.0,612.0,684.0,800.0,24.0,354.0,0.0,0.0,72.0,628.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4022,2559.153826,250.87655640000003,1330.215256,12.88446331,175.4761314,0.0,774.701416,1345.8847660000001,33229.92096,126889.6092,205.6275406 +06001451503,"Census Tract 4515.03, Alameda County, California",6157,4123.0,106333.0,588600.0,1341.0,3621.0,64.0,22.0,688.0,19.0,0.0,282.0,1472.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4515.03,5731.0,4295.0,90.0,76.0,435.0,3.0,768.0,3701.0,65948.0,280200.0,1107.0 +06001402400,"Census Tract 4024, Alameda County, California",2820,2213.0,36867.0,479500.0,924.0,595.0,1441.0,16.0,315.0,10.0,0.0,108.0,336.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4024,2600.341168,129.4566106,1985.6101760000001,8.1458617,296.08445,0.006341813000000001,173.8538158,1632.906234,16825.541719999997,195641.42,230.7737012 +06001409300,"Census Tract 4093, Alameda County, California",5110,3177.0,37490.0,287000.0,273.0,278.0,1546.0,122.0,80.0,19.0,0.0,86.0,3101.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4093,5470.93642,174.3288116,2345.967773,20.91945839,224.1370544,3.984658718,2668.725098,3012.4021,33091.999189999995,131399.9969,136.47456359999998 +06001409700,"Census Tract 4097, Alameda County, California",5402,3057.0,45163.0,299700.0,273.0,137.0,1860.0,37.0,148.0,12.0,26.0,92.0,3119.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4097,5208.0,167.0,3281.0,17.0,255.0,0.0,1471.0,2701.0,27500.0,139500.0,163.0 +06001451300,"Census Tract 4513, Alameda County, California",7034,4729.0,112939.0,556000.0,1747.0,4608.0,39.0,0.0,507.0,0.0,0.0,357.0,1523.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4513,6743.0,5222.0,121.0,75.0,426.0,5.0,875.0,4337.0,82141.0,283400.0,1148.0 +06001406400,"Census Tract 4064, Alameda County, California",2355,1799.0,67102.0,480000.0,629.0,696.0,598.0,24.0,447.0,0.0,0.0,192.0,422.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4064,2276.0,507.0,886.0,19.0,529.0,0.0,331.0,1535.0,48618.0,195600.0,437.0 +06001404300,"Census Tract 4043, Alameda County, California",3324,2468.0,194500.0,1284200.0,1958.0,2085.0,142.0,0.0,368.0,0.0,16.0,246.0,467.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4043,3089.0,2481.0,209.0,12.0,276.0,0.0,97.0,2395.0,100970.0,665200.0,1814.0 +06001404800,"Census Tract 4048, Alameda County, California",2723,1935.0,72833.0,760000.0,1208.0,1191.0,459.0,68.0,373.0,14.0,30.0,274.0,365.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4048,2683.0,1260.0,677.0,24.0,474.0,0.0,232.0,2042.0,53309.0,334300.0,998.0 +06001406202,"Census Tract 4062.02, Alameda County, California",4597,2954.0,34351.0,317600.0,641.0,488.0,552.0,342.0,372.0,0.0,0.0,223.0,2770.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4062.02,5084.0,275.0,705.0,57.0,727.0,0.0,3285.0,2762.0,33277.0,159600.0,274.0 +06001407000,"Census Tract 4070, Alameda County, California",6020,4093.0,52087.0,381900.0,733.0,675.0,938.0,7.0,2151.0,0.0,0.0,289.0,1960.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4070,6652.0,768.0,1827.0,52.0,2025.0,4.0,1934.0,3971.0,35875.0,154800.0,655.0 +06001407200,"Census Tract 4072, Alameda County, California",7064,4424.0,38660.0,282400.0,592.0,484.0,563.0,168.0,1031.0,0.0,23.0,105.0,4824.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4072,7039.0,475.0,603.0,49.0,814.0,3.0,5060.0,3993.0,31094.0,149900.0,325.0 +06001407400,"Census Tract 4074, Alameda County, California",4205,2657.0,49722.0,343800.0,226.0,168.0,708.0,0.0,465.0,22.0,0.0,94.0,2748.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4074,4157.0,142.0,1311.0,18.0,461.0,0.0,2209.0,2259.0,30859.0,140600.0,160.0 +06001408300,"Census Tract 4083, Alameda County, California",5172,3723.0,83917.0,448300.0,1255.0,1305.0,1817.0,28.0,459.0,48.0,25.0,242.0,1276.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4083,4799.0,985.0,2816.0,17.0,234.0,0.0,712.0,3078.0,51944.0,199000.0,887.0 +06001410100,"Census Tract 4101, Alameda County, California",2776,1971.0,60089.0,415500.0,475.0,346.0,1657.0,0.0,83.0,0.0,0.0,207.0,483.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4101,2784.0,226.0,1968.0,16.0,108.0,1.0,448.0,1756.0,39716.0,166200.0,316.0 +06001420600,"Census Tract 4206, Alameda County, California",3344,2196.0,145556.0,880800.0,1796.0,2440.0,19.0,25.0,415.0,29.0,0.0,139.0,302.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4206,3174.0,2357.0,112.0,20.0,472.0,0.0,181.0,2195.0,72310.0,347200.0,1415.0 +06001421100,"Census Tract 4211, Alameda County, California",2085,1677.0,178438.0,1063600.0,1410.0,1631.0,27.0,0.0,268.0,0.0,0.0,74.0,85.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4211,2013.0,1602.0,60.0,5.0,244.0,0.0,81.0,1640.0,109660.0,517100.0,1318.0 +06001421400,"Census Tract 4214, Alameda County, California",1709,1291.0,146774.0,1127400.0,1093.0,1287.0,61.0,3.0,189.0,5.0,20.0,66.0,78.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4214,1628.946459,1299.603468,49.05174198,10.0096016,183.1749626,0.0,71.0832139,1259.442908,96268.7204,495513.5533,1024.199667 +06001422100,"Census Tract 4221, Alameda County, California",2617,2053.0,66481.0,701800.0,1302.0,1335.0,371.0,109.0,366.0,0.0,7.0,131.0,376.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4221,2630.0,889.0,713.0,34.0,287.0,0.0,664.0,1863.0,39602.0,243900.0,723.0 +06001423700,"Census Tract 4237, Alameda County, California",4379,2002.0,91250.0,1143000.0,1718.0,2809.0,120.0,30.0,892.0,30.0,8.0,204.0,314.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4237,2912.0,1957.0,112.0,19.0,634.0,1.0,164.0,1869.0,40660.0,645300.0,1456.0 +06001423800,"Census Tract 4238, Alameda County, California",2910,2420.0,170417.0,1414200.0,2022.0,2237.0,35.0,0.0,258.0,9.0,7.0,93.0,271.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4238,3120.0,2691.0,82.0,15.0,210.0,1.0,95.0,2401.0,105011.0,620300.0,2011.0 +06001426200,"Census Tract 4262, Alameda County, California",4957,3389.0,172708.0,1529500.0,2820.0,3258.0,97.0,5.0,878.0,6.0,0.0,394.0,319.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4262,4812.472301,3629.796875,72.79537201,12.963560099999999,910.4407958999999,0.0,162.54309080000002,3121.226318,103626.9975,607699.9957,2394.269775 +06001428000,"Census Tract 4280, Alameda County, California",2751,2083.0,68542.0,538600.0,1115.0,1005.0,287.0,0.0,838.0,0.0,0.0,196.0,425.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4280,2901.0,1327.0,227.0,42.0,784.0,9.0,463.0,2154.0,45112.0,245800.0,776.0 +06001430300,"Census Tract 4303, Alameda County, California",3705,2751.0,113493.0,680200.0,1150.0,2029.0,282.0,15.0,802.0,5.0,0.0,149.0,437.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4303,3649.0,2893.0,64.0,24.0,363.0,2.0,272.0,2587.0,72426.0,356500.0,982.0 +06001431200,"Census Tract 4312, Alameda County, California",5818,4692.0,86381.0,464700.0,2134.0,2907.0,840.0,17.0,927.0,19.0,0.0,168.0,940.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4312,5988.0,3749.0,556.0,66.0,688.0,10.0,864.0,4555.0,51781.0,213400.0,1187.0 +06001432100,"Census Tract 4321, Alameda County, California",3792,2750.0,109145.0,587900.0,1465.0,1589.0,480.0,19.0,721.0,0.0,49.0,215.0,734.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4321,3606.7729659999995,1964.876343,553.9651489,39.997482299999994,448.97174069999994,4.999685287,559.9647217,2498.842773,58628.99812999999,247200.0013,851.9463501 +06001432300,"Census Tract 4323, Alameda County, California",4727,3275.0,82571.0,477800.0,1162.0,973.0,383.0,46.0,1191.0,8.0,0.0,309.0,1851.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4323,3303.245976,1307.6745210000001,371.1369136,25.08089322,443.8746178,3.0153998489999996,1131.336773,2411.690461,49692.26369,217888.37600000002,477.5320657 +06001432600,"Census Tract 4326, Alameda County, California",7391,5311.0,56404.0,352800.0,1599.0,1830.0,1229.0,139.0,1556.0,204.0,0.0,239.0,2288.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4326,6401.0,2642.0,1123.0,92.0,1120.0,8.0,1339.0,4679.0,40654.0,185200.0,1042.0 +06001403900,"Census Tract 4039, Alameda County, California",3989,3397.0,85571.0,437100.0,2295.0,2191.0,589.0,21.0,686.0,0.0,36.0,231.0,235.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4039,3794.0,1952.0,999.0,24.0,449.0,0.0,305.0,3055.0,43949.0,204100.0,1698.0 +06001400500,"Census Tract 4005, Alameda County, California",3944,2971.0,92375.0,721700.0,1997.0,2105.0,951.0,0.0,220.0,31.0,16.0,214.0,407.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4005,3410.0,1268.0,1510.0,23.0,204.0,1.0,363.0,2345.0,40781.0,240500.0,1110.0 +06001401600,"Census Tract 4016, Alameda County, California",2098,1496.0,45240.0,382100.0,528.0,531.0,946.0,0.0,179.0,48.0,15.0,109.0,270.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4016,1933.0,197.0,1170.0,25.0,169.0,0.0,322.0,1143.0,27286.0,131300.0,126.0 +06001402500,"Census Tract 4025, Alameda County, California",1770,995.0,19931.0,490000.0,149.0,142.0,1135.0,0.0,179.0,0.0,0.0,86.0,228.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4025,1779.0,63.0,1369.0,6.0,228.0,3.0,108.0,874.0,15824.0,171000.0,96.0 +06001407600,"Census Tract 4076, Alameda County, California",6502,4236.0,58619.0,386800.0,1001.0,625.0,2669.0,0.0,746.0,0.0,0.0,433.0,2029.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4076,6681.0,594.0,3115.0,79.0,833.0,0.0,2033.0,4087.0,35625.0,167800.0,767.0 +06001408400,"Census Tract 4084, Alameda County, California",3310,2014.0,36133.0,219900.0,360.0,406.0,1208.0,40.0,0.0,0.0,98.0,37.0,1521.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4084,3782.0,93.0,2496.0,8.0,136.0,4.0,1026.0,2062.0,32304.0,135500.0,131.0 +06001408900,"Census Tract 4089, Alameda County, California",3050,1768.0,31318.0,220300.0,148.0,92.0,886.0,22.0,140.0,22.0,0.0,84.0,1804.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4089,3340.857843,111.9943753,1570.253503,22.00385962,99.10106118,1.0029451059999999,1520.501207,1810.039293,29987.514239999997,123225.3119,133.0562188 +06001435602,"Census Tract 4356.02, Alameda County, California",5493,3774.0,62500.0,360800.0,699.0,1564.0,456.0,58.0,584.0,29.0,0.0,49.0,2804.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4356.02,4856.999783,1745.1336670000003,523.7440796,46.407703399999995,419.1992798,12.74936962,2076.107422,3029.760254,44194.0014,203000.0063,269.26669310000005 +06001435601,"Census Tract 4356.01, Alameda County, California",5701,3433.0,57800.0,321500.0,608.0,535.0,731.0,11.0,627.0,30.0,0.0,198.0,3569.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4356.01,4666.999933,1676.866211,503.25585939999996,44.59229279,402.8007202,12.25062943,1994.8925780000002,2911.239746,44193.999339999995,203000.0056,258.7333069 +06001435104,"Census Tract 4351.04, Alameda County, California",5882,4043.0,57348.0,524800.0,1282.0,785.0,799.0,56.0,1405.0,222.0,34.0,330.0,2277.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4351.04,5605.97872,2185.372559,767.3179932,28.08553505,1574.379639,6.358988762,973.9851685000001,3564.743164,69791.99824,410300.0205,1435.541748 +06001433103,"Census Tract 4331.03, Alameda County, California",3805,2484.0,49779.0,349500.0,504.0,418.0,1105.0,49.0,873.0,53.0,36.0,84.0,1236.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4331.03,3322.000096,1226.418335,677.8440552000001,29.14447594,516.1392822,6.581010342000001,835.7883301,2281.730469,40757.001169999996,194300.0046,446.09851069999996 +06001432502,"Census Tract 4325.02, Alameda County, California",5109,3524.0,63295.0,385700.0,823.0,680.0,612.0,7.0,1952.0,105.0,32.0,105.0,1616.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4325.02,4182.000009,1207.940552,379.3492432,41.45366669,1415.690918,13.9785614,1086.47168,2729.193604,50804.00061,203899.9998,437.19155880000005 +06001432501,"Census Tract 4325.01, Alameda County, California",4737,3190.0,54552.0,397700.0,576.0,877.0,358.0,10.0,1679.0,30.0,27.0,64.0,1697.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4325.01,4436.000253,1281.3066410000001,402.38961789999996,43.97141647,1501.675049,14.82757092,1152.460205,2894.955322,50803.99955,203899.9955,463.74505619999996 +06001407102,"Census Tract 4071.02, Alameda County, California",4106,2648.0,52383.0,439800.0,648.0,598.0,652.0,55.0,658.0,126.0,0.0,184.0,1888.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4071.02,4757.000011,374.83523560000003,1184.706543,47.13837051,905.8518677000001,4.543457508,2212.663818,2697.677979,39868.00052,160199.9999,328.264801 +06001407101,"Census Tract 4071.01, Alameda County, California",3444,2326.0,52068.0,372600.0,448.0,373.0,457.0,15.0,831.0,0.0,0.0,115.0,1653.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4071.01,3618.999989,285.16476439999997,901.293457,35.86162949,689.1481322999999,3.456542492,1683.336182,2052.322021,39867.999319999995,160200.0001,249.73519900000002 +06001406602,"Census Tract 4066.02, Alameda County, California",2815,1888.0,47182.0,521000.0,498.0,294.0,465.0,46.0,1157.0,6.0,0.0,89.0,775.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4066.02,2837.000026,327.49993900000004,945.0608520999999,27.62485695,915.2551269999999,2.5443947319999998,592.4804687999999,1716.73938,36262.000660000005,171299.9931,319.1397705 +06001406601,"Census Tract 4066.01, Alameda County, California",5181,3415.0,48407.0,361300.0,712.0,570.0,1331.0,167.0,1144.0,0.0,0.0,562.0,1567.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4066.01,4968.000207,573.5000610000001,1654.939209,48.37514496,1602.744995,4.455605507,1037.5195310000001,3006.2607420000004,36261.99999,171300.0035,558.8602295 +06001405901,"Census Tract 4059.01, Alameda County, California",4583,2918.0,36214.0,369100.0,157.0,179.0,700.0,185.0,1652.0,0.0,93.0,29.0,1900.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4059.01,4602.609101,174.5756836,877.5493163999998,16.34822464,1960.0354,1.167730331,1529.142822,2481.427002,28676.99966,145999.995,188.00457759999998 +06001405402,"Census Tract 4054.02, Alameda County, California",3250,2146.0,41521.0,428600.0,440.0,334.0,806.0,68.0,1117.0,219.0,0.0,128.0,638.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4054.02,3622.0000659999996,290.84906010000003,966.7598267000001,35.0056076,1468.939087,1.2965040209999998,824.5765381,2178.558838,28303.00113,165800.0052,321.96517939999995 +06001405401,"Census Tract 4054.01, Alameda County, California",4014,3068.0,46790.0,459500.0,727.0,760.0,762.0,87.0,1362.0,0.0,36.0,130.0,942.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4054.01,4758.999934,382.15093989999997,1270.240112,45.9943924,1930.0609129999998,1.7034959790000002,1083.423462,2862.441162,28302.999139999996,165799.99599999998,423.03482060000005 +06001405302,"Census Tract 4053.02, Alameda County, California",2446,2097.0,41111.0,428300.0,848.0,689.0,310.0,16.0,848.0,0.0,34.0,182.0,367.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4053.02,2895.000029,874.74823,802.3483887,26.28211784,829.1264037999999,0.9917780159999999,331.2538452,2324.727783,34386.001019999996,192000.0089,810.7785034 +06001405301,"Census Tract 4053.01, Alameda County, California",3019,2477.0,62500.0,647700.0,1489.0,1415.0,757.0,7.0,267.0,7.0,0.0,188.0,378.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4053.01,2942.999971,889.25177,815.6516113,26.71788216,842.8735962000001,1.008221984,336.7461548,2363.272217,34385.99899,191999.9912,824.2214966 +06001403502,"Census Tract 4035.02, Alameda County, California",2066,1822.0,63678.0,386500.0,1103.0,936.0,518.0,0.0,281.0,0.0,0.0,95.0,236.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4035.02,2053.2510469999997,673.632019,821.8181152000001,24.26628304,336.1689148,0.323550433,166.628479,1600.6040039999998,32339.99957,188799.9937,646.7773437999999 +06001451403,"Census Tract 4514.03, Alameda County, California",2244,1568.0,109028.0,542400.0,487.0,1301.0,70.0,0.0,273.0,0.0,9.0,51.0,540.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4514.03,2277.999992,1307.405396,43.71814728,33.11196899,216.0038605,2.32818532,661.4633179,1396.911133,60686.998170000006,236099.9944,194.5328217 +06001441523,"Census Tract 4415.23, Alameda County, California",4336,2936.0,134250.0,620900.0,2036.0,309.0,175.0,14.0,3428.0,159.0,0.0,67.0,184.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4415.23,3798.0001380000003,734.7332153,113.7674179,15.14550781,2702.240234,1.761105537,191.6082764,2599.0395510000003,90358.99597,363400.0103,1778.012085 +06001437702,"Census Tract 4377.02, Alameda County, California",4804,2738.0,57454.0,347100.0,234.0,179.0,127.0,48.0,598.0,20.0,0.0,130.0,3750.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4377.02,4598.999829,553.8389892999999,495.485321,29.17684174,908.6502686000001,7.294210434,2520.670898,2328.41626,39541.00108,177999.996,127.64868929999999 +06001440335,"Census Tract 4403.35, Alameda County, California",6979,5249.0,137265.0,738300.0,2738.0,1256.0,275.0,67.0,4326.0,57.0,14.0,345.0,639.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.35,2171.000086,497.44985959999997,163.545166,13.31901932,1061.494873,1.238978505,405.14596560000007,1437.2150880000002,74462.00213,333200.0028,566.8326416 +06001440334,"Census Tract 4403.34, Alameda County, California",4536,3394.0,113788.0,604400.0,965.0,664.0,205.0,0.0,2660.0,124.0,0.0,299.0,584.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.34,4386.999916,730.7731322999999,380.73397830000005,21.84055328,2641.5263670000004,3.54171133,544.242981,2759.583496,86788.99931,324799.9904,827.579895 +06001990000,"Census Tract 9900, Alameda County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,,,,,,,,,,,,,, +06001404101,"Census Tract 4041.01, Alameda County, California",3033,2520.0,95288.0,657400.0,1884.0,1977.0,165.0,5.0,400.0,0.0,54.0,251.0,181.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4041.01,2949.786831,2109.6533649999997,270.8884314,21.49308395,322.75835939999996,1.100340724,190.8158479,2494.993575,42762.11647,320120.3523,1538.404484 +06001451703,"Census Tract 4517.03, Alameda County, California",4493,2956.0,119815.0,693800.0,1271.0,2845.0,27.0,0.0,692.0,0.0,0.0,197.0,732.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4517.03,3272.9999420000004,2664.643311,44.73824692,36.794071200000005,207.3847656,2.926801205,297.6974792,2124.439453,74182.99737000001,347099.9907,735.0452271 +06001436900,"Census Tract 4369, Alameda County, California",6838,4205.0,63571.0,444400.0,699.0,942.0,334.0,112.0,848.0,157.0,0.0,176.0,4375.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4369,6868.0,1452.0,669.0,51.0,1251.0,7.0,3414.0,4002.0,50208.0,221000.0,508.0 +06001437000,"Census Tract 4370, Alameda County, California",3508,2575.0,77586.0,440800.0,717.0,686.0,210.0,73.0,744.0,273.0,0.0,201.0,1335.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4370,3430.0,1313.0,371.0,41.0,856.0,4.0,792.0,2399.0,56719.0,221700.0,652.0 +06001438300,"Census Tract 4383, Alameda County, California",3997,2643.0,74306.0,401300.0,561.0,216.0,346.0,0.0,1569.0,298.0,0.0,174.0,1394.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4383,3759.0,590.0,354.0,27.0,1451.0,15.0,1293.0,2374.0,66250.0,219800.0,427.0 +06001440304,"Census Tract 4403.04, Alameda County, California",5140,3541.0,85417.0,582000.0,1133.0,488.0,352.0,22.0,3271.0,122.0,0.0,261.0,624.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.04,5022.0,805.0,382.0,27.0,3071.0,3.0,654.0,2879.0,65800.0,263500.0,801.0 +06001441402,"Census Tract 4414.02, Alameda County, California",5438,3811.0,134692.0,801600.0,2260.0,1029.0,138.0,32.0,3654.0,0.0,0.0,353.0,232.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4414.02,5221.277298,2013.8642579999998,194.6003571,22.95286179,2370.132568,8.981554985,507.9568176,3543.7224119999996,86483.00103,356799.9947,1537.841797 +06001441522,"Census Tract 4415.22, Alameda County, California",5147,3544.0,100938.0,700900.0,1678.0,544.0,278.0,12.0,3133.0,18.0,0.0,237.0,925.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4415.22,4996.0,1330.0,246.0,24.0,2635.0,10.0,682.0,3131.0,79882.0,312500.0,1136.0 +06001441800,"Census Tract 4418, Alameda County, California",7674,5364.0,112264.0,767100.0,2675.0,2699.0,90.0,68.0,3697.0,0.0,0.0,137.0,998.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4418,6641.091899,3395.024658,324.90664669999995,45.98678589,1853.467407,13.99597836,925.7340088,4504.705566,64910.00212999999,315600.0014,1569.549072 +06001441921,"Census Tract 4419.21, Alameda County, California",3949,2893.0,125563.0,613500.0,1280.0,659.0,272.0,65.0,1605.0,0.0,0.0,237.0,1111.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4419.21,2982.0,1147.0,132.0,50.0,729.0,5.0,886.0,1901.0,71745.0,269700.0,577.0 +06001442000,"Census Tract 4420, Alameda County, California",3286,2385.0,164107.0,1375900.0,1791.0,587.0,5.0,17.0,2397.0,6.0,98.0,128.0,48.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4420,3357.0,1218.0,42.0,4.0,1929.0,0.0,140.0,2186.0,116733.0,694400.0,1378.0 +06001442601,"Census Tract 4426.01, Alameda County, California",4061,2901.0,136750.0,834000.0,1365.0,1298.0,45.0,8.0,1623.0,0.0,0.0,172.0,923.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4426.01,3536.9999420000004,2012.713623,122.10681149999999,22.9462471,744.5237427000001,2.458526373,596.602417,2350.351318,69012.9968,403600.0069,847.3720703 +06001442301,"Census Tract 4423.01, Alameda County, California",4948,3353.0,97292.0,712000.0,1322.0,1054.0,178.0,22.0,2571.0,16.0,0.0,223.0,884.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4423.01,4064.999797,1943.1788329999997,281.45047,47.8414917,1032.663696,9.161136627000001,703.8806762999999,2673.524902,57781.99894,291299.9895,803.6352539 +06001441926,"Census Tract 4419.26, Alameda County, California",4456,2875.0,88704.0,602100.0,1331.0,422.0,173.0,17.0,2278.0,19.0,7.0,162.0,1378.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4419.26,3976.0002159999995,1174.1073,212.18806459999996,29.30216217,1833.9111329999998,1.515629053,641.616272,2751.877197,61420.00169,295900.0006,1398.925659 +06001440336,"Census Tract 4403.36, Alameda County, California",4949,3578.0,94625.0,594800.0,1114.0,899.0,484.0,102.0,2270.0,15.0,21.0,122.0,1107.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.36,4838.000123,1108.550171,364.4548645,29.68098259,2365.505371,2.7610216139999997,902.8540649,3202.785156,74461.99934,333199.99199999997,1263.167358 +06001438204,"Census Tract 4382.04, Alameda County, California",5467,4077.0,75761.0,289600.0,1076.0,919.0,498.0,96.0,1953.0,204.0,0.0,316.0,1543.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4382.04,5096.000077000001,1548.115356,392.08898930000004,39.32455826,1997.456177,3.4698138239999996,1060.606445,3510.8732909999994,52896.99891,174599.9973,675.4570923 +06001442100,"Census Tract 4421, Alameda County, California",5201,3561.0,175417.0,1070600.0,2710.0,826.0,38.0,9.0,4091.0,6.0,8.0,134.0,89.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4421,5079.0,1978.0,40.0,21.0,2785.0,6.0,221.0,3305.0,99729.0,484000.0,1929.0 +06001442200,"Census Tract 4422, Alameda County, California",7113,4817.0,157041.0,1117600.0,3051.0,1422.0,112.0,8.0,4908.0,84.0,0.0,201.0,378.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4422,6482.0,3488.0,136.0,46.0,2213.0,7.0,549.0,4387.0,84220.0,465300.0,2015.0 +06001440331,"Census Tract 4403.31, Alameda County, California",3373,2285.0,82031.0,575200.0,621.0,522.0,125.0,12.0,1770.0,115.0,0.0,150.0,685.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.31,3346.0,501.0,231.0,11.0,1731.0,5.0,816.0,1954.0,56750.0,281500.0,567.0 +06001441302,"Census Tract 4413.02, Alameda County, California",5881,4314.0,115673.0,769800.0,2372.0,1536.0,143.0,46.0,2982.0,0.0,23.0,289.0,862.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4413.02,5622.0,2675.0,197.0,44.0,1967.0,7.0,668.0,3980.0,85479.0,367300.0,1453.0 +06001443301,"Census Tract 4433.01, Alameda County, California",4163,2731.0,146875.0,963700.0,1677.0,1058.0,163.0,13.0,2468.0,0.0,0.0,113.0,348.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4433.01,3927.0958149999997,1842.637329,98.92684174,13.98965454,1587.825806,5.9955663679999995,351.7398682,2615.066162,96910.99835,425899.9891,1183.125 +06001450742,"Census Tract 4507.42, Alameda County, California",4931,3506.0,140938.0,784500.0,2194.0,2917.0,27.0,0.0,1209.0,0.0,7.0,163.0,608.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.42,4427.0,3567.0,58.0,34.0,476.0,3.0,267.0,3020.0,82746.0,389100.0,1376.0 +06001451601,"Census Tract 4516.01, Alameda County, California",5309,3816.0,130595.0,859400.0,2144.0,4000.0,48.0,0.0,673.0,0.0,0.0,201.0,387.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4516.01,3614.0,3005.0,60.0,39.0,176.0,4.0,323.0,2480.0,75698.0,482000.0,986.0 +06001451701,"Census Tract 4517.01, Alameda County, California",3156,2073.0,112240.0,601800.0,838.0,2243.0,6.0,4.0,136.0,0.0,0.0,167.0,600.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4517.01,3075.0,2452.0,49.0,33.0,177.0,9.0,348.0,2040.0,68583.0,272900.0,578.0 +06001400600,"Census Tract 4006, Alameda County, California",1635,1242.0,86458.0,615000.0,814.0,729.0,402.0,4.0,158.0,0.0,14.0,188.0,140.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4006,1707.0,396.0,1037.0,12.0,89.0,0.0,148.0,1227.0,42237.0,271000.0,313.0 +06001401200,"Census Tract 4012, Alameda County, California",2601,2083.0,86824.0,703300.0,1377.0,1332.0,430.0,24.0,227.0,0.0,0.0,117.0,486.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4012,2432.0,1303.0,589.0,15.0,319.0,0.0,185.0,1802.0,46343.0,313700.0,975.0 +06001403100,"Census Tract 4031, Alameda County, California",1830,1564.0,72813.0,460900.0,638.0,420.0,335.0,25.0,767.0,4.0,3.0,49.0,234.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4031,1647.0,218.0,470.0,10.0,623.0,1.0,322.0,1410.0,15341.0,217600.0,203.0 +06001403800,"Census Tract 4038, Alameda County, California",3299,2897.0,84815.0,847000.0,2181.0,2185.0,198.0,0.0,472.0,0.0,14.0,174.0,256.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4038,3453.3046229999995,2040.195761,605.0435447000001,25.002757199999998,525.0416432,9.50759e-05,235.0180644,2819.24501,51660.17654,360500.4899,1820.145371 +06001404000,"Census Tract 4040, Alameda County, California",3033,2595.0,79398.0,547500.0,1716.0,1751.0,184.0,11.0,331.0,47.0,20.0,186.0,503.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4040,2885.0,1711.0,577.0,32.0,332.0,0.0,209.0,2435.0,43485.0,220200.0,1522.0 +06001404501,"Census Tract 4045.01, Alameda County, California",1857,1326.0,185313.0,1102600.0,1130.0,1238.0,79.0,0.0,256.0,6.0,0.0,151.0,127.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4045.01,1575.0,1243.0,83.0,7.0,177.0,0.0,61.0,1238.0,113255.0,558800.0,958.0 +06001405100,"Census Tract 4051, Alameda County, California",4334,3217.0,191705.0,1160800.0,2681.0,2712.0,722.0,0.0,434.0,0.0,21.0,312.0,133.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4051,4161.0,2785.0,750.0,13.0,409.0,0.0,179.0,3062.0,106217.0,527100.0,2050.0 +06001405700,"Census Tract 4057, Alameda County, California",3760,2763.0,50344.0,455700.0,605.0,482.0,1229.0,9.0,1179.0,0.0,52.0,131.0,678.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4057,3782.1446020000003,340.8842983,1515.611282,15.25792035,1232.101103,0.0,665.1847253,2349.696097,35230.3616,157218.8618,313.3475022 +06001405800,"Census Tract 4058, Alameda County, California",4472,2937.0,38794.0,370000.0,576.0,584.0,1041.0,54.0,1918.0,25.0,7.0,34.0,829.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4058,4751.855371,167.1157074,1438.388672,48.74208069,2097.8989260000003,0.0,979.8152466,2588.303955,32218.999539999997,160200.0031,254.6524963 +06001406900,"Census Tract 4069, Alameda County, California",3941,2867.0,75721.0,634800.0,1286.0,1373.0,546.0,25.0,882.0,28.0,0.0,411.0,676.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4069,3695.0,1399.0,1030.0,38.0,865.0,11.0,333.0,2588.0,56016.0,271100.0,1063.0 +06001436300,"Census Tract 4363, Alameda County, California",8391,5585.0,67361.0,484600.0,1433.0,1169.0,945.0,32.0,2109.0,77.0,0.0,158.0,3902.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4363,6378.0,1383.0,628.0,46.0,753.0,11.0,3518.0,3748.0,43162.0,188400.0,346.0 +06001436602,"Census Tract 4366.02, Alameda County, California",5084,3380.0,48333.0,431200.0,552.0,468.0,994.0,0.0,1070.0,134.0,17.0,186.0,2215.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4366.02,4344.0,781.0,719.0,27.0,984.0,10.0,1759.0,2653.0,38969.0,229700.0,565.0 +06001433300,"Census Tract 4333, Alameda County, California",7841,5430.0,78704.0,460900.0,1272.0,1836.0,478.0,44.0,3409.0,30.0,0.0,121.0,1937.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4333,6635.0,3007.0,215.0,77.0,1915.0,5.0,1372.0,4535.0,53200.0,230400.0,734.0 +06001435300,"Census Tract 4353, Alameda County, California",4628,3310.0,71004.0,464700.0,1067.0,1248.0,1091.0,0.0,652.0,231.0,47.0,52.0,1307.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4353,4707.0,1834.0,1037.0,44.0,511.0,4.0,1189.0,3025.0,56607.0,225300.0,624.0 +06001437300,"Census Tract 4373, Alameda County, California",3229,2188.0,73625.0,463200.0,532.0,466.0,362.0,12.0,914.0,153.0,0.0,205.0,1117.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4373,3270.0,872.0,344.0,31.0,1043.0,13.0,934.0,1956.0,58250.0,258200.0,402.0 +06001437500,"Census Tract 4375, Alameda County, California",4572,2691.0,57401.0,484700.0,338.0,539.0,203.0,0.0,694.0,29.0,0.0,52.0,3055.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4375,4872.0,746.0,481.0,29.0,924.0,4.0,2609.0,2539.0,40019.0,213800.0,252.0 +06001437800,"Census Tract 4378, Alameda County, California",4704,3272.0,90505.0,443600.0,824.0,780.0,478.0,16.0,1529.0,93.0,0.0,260.0,1548.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4378,4118.0,1142.0,398.0,39.0,1250.0,3.0,1231.0,2542.0,61814.0,221100.0,551.0 +06001438100,"Census Tract 4381, Alameda County, California",7491,5176.0,100833.0,495100.0,1139.0,1284.0,716.0,24.0,2346.0,43.0,0.0,359.0,2719.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4381,7109.0,2462.0,581.0,75.0,1460.0,10.0,2485.0,4332.0,66970.0,245300.0,879.0 +06001400700,"Census Tract 4007, Alameda County, California",4837,3802.0,55066.0,648900.0,1600.0,1816.0,1679.0,79.0,200.0,0.0,0.0,224.0,857.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4007,4451.0,752.0,3104.0,29.0,201.0,3.0,299.0,3003.0,30587.0,186000.0,698.0 +06001402700,"Census Tract 4027, Alameda County, California",1826,1307.0,59688.0,538500.0,570.0,473.0,738.0,18.0,207.0,0.0,6.0,60.0,329.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4027,1944.759411,73.43804288,1198.9106359999998,22.95875025,171.51960590000002,1.011093656,448.0412,1091.572834,30143.78443,176620.062,122.394472 +06001402900,"Census Tract 4029, Alameda County, California",1417,1230.0,26786.0,,531.0,332.0,218.0,30.0,532.0,0.0,13.0,75.0,217.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4029,1291.0,297.0,419.0,15.0,438.0,2.0,117.0,1030.0,19132.0,,300.0 +06001403400,"Census Tract 4034, Alameda County, California",4401,3930.0,59730.0,454500.0,2362.0,1815.0,851.0,36.0,1177.0,12.0,38.0,143.0,329.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4034,3697.0,1244.0,1128.0,33.0,976.0,3.0,282.0,2958.0,30470.0,201200.0,1187.0 +06001407800,"Census Tract 4078, Alameda County, California",2742,1390.0,89583.0,492400.0,657.0,849.0,691.0,4.0,592.0,8.0,2.0,205.0,395.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4078,2453.0,733.0,1174.0,31.0,227.0,6.0,282.0,1291.0,51167.0,221900.0,405.0 +06001406800,"Census Tract 4068, Alameda County, California",3613,2684.0,91050.0,678800.0,1301.0,1212.0,322.0,16.0,1183.0,0.0,106.0,206.0,568.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4068,3611.0,1303.0,667.0,42.0,1190.0,1.0,386.0,2544.0,55670.0,260000.0,929.0 +06001404600,"Census Tract 4046, Alameda County, California",4544,3657.0,158867.0,881700.0,2677.0,3230.0,243.0,26.0,597.0,141.0,11.0,185.0,122.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4046,4296.0,3296.0,264.0,25.0,515.0,1.0,167.0,3346.0,116633.0,451500.0,2381.0 +06001406201,"Census Tract 4062.01, Alameda County, California",4399,2720.0,41563.0,348700.0,483.0,314.0,708.0,14.0,998.0,137.0,70.0,220.0,1938.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4062.01,5802.0,193.0,934.0,37.0,1609.0,0.0,3000.0,3021.0,26475.0,121800.0,167.0 +06001408000,"Census Tract 4080, Alameda County, California",2762,1919.0,151667.0,816300.0,1247.0,1391.0,397.0,15.0,532.0,6.0,14.0,115.0,292.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4080,2404.0,1450.0,313.0,6.0,447.0,1.0,172.0,1612.0,88812.0,377300.0,1021.0 +06001408200,"Census Tract 4082, Alameda County, California",4489,3231.0,58207.0,453700.0,1178.0,869.0,2267.0,91.0,217.0,27.0,0.0,431.0,604.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4082,4388.0,674.0,2882.0,40.0,223.0,1.0,560.0,2720.0,35543.0,193900.0,618.0 +06001409900,"Census Tract 4099, Alameda County, California",3464,2707.0,105833.0,668500.0,1487.0,878.0,1642.0,11.0,303.0,0.0,14.0,233.0,394.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4099,3499.0,921.0,2199.0,19.0,198.0,0.0,149.0,2650.0,83465.0,327500.0,1285.0 +06001420200,"Census Tract 4202, Alameda County, California",3196,2135.0,91029.0,708000.0,1457.0,1467.0,249.0,3.0,847.0,30.0,20.0,89.0,491.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4202,2672.0,1554.0,126.0,21.0,705.0,0.0,231.0,1905.0,52500.0,292500.0,1068.0 +06001420500,"Census Tract 4205, Alameda County, California",2513,1749.0,90645.0,760700.0,1076.0,1245.0,158.0,8.0,536.0,0.0,77.0,258.0,231.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4205,2152.0,1283.0,145.0,18.0,479.0,1.0,203.0,1594.0,56008.0,318900.0,1052.0 +06001421600,"Census Tract 4216, Alameda County, California",3545,2766.0,126806.0,982700.0,2454.0,2752.0,60.0,0.0,495.0,33.0,0.0,38.0,167.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4216,3554.816923,2908.850098,70.99634552,18.99902153,402.979248,0.0,105.99453740000001,2765.857666,95867.99944,505899.9961,2259.883545 +06001421900,"Census Tract 4219, Alameda County, California",3962,2888.0,99010.0,696500.0,2180.0,2446.0,225.0,7.0,579.0,11.0,23.0,363.0,315.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4219,3682.0,2125.0,529.0,39.0,633.0,2.0,322.0,2831.0,55000.0,286100.0,1694.0 +06001422200,"Census Tract 4222, Alameda County, California",3553,2757.0,90583.0,670100.0,1952.0,2049.0,217.0,36.0,538.0,31.0,0.0,239.0,470.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4222,3259.0,1685.0,566.0,36.0,564.0,0.0,343.0,2383.0,42885.0,288400.0,1329.0 +06001435700,"Census Tract 4357, Alameda County, California",4966,3386.0,83405.0,457100.0,550.0,978.0,499.0,7.0,665.0,16.0,17.0,183.0,2601.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4357,4181.0,1952.0,274.0,45.0,623.0,3.0,1246.0,2822.0,49201.0,214900.0,365.0 +06001436100,"Census Tract 4361, Alameda County, California",6134,4424.0,78870.0,459900.0,1098.0,1300.0,317.0,146.0,1518.0,0.0,95.0,109.0,2743.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4361,4873.0,2337.0,218.0,72.0,857.0,4.0,1349.0,3233.0,47667.0,216700.0,556.0 +06001440200,"Census Tract 4402, Alameda County, California",5970,3611.0,62679.0,486500.0,420.0,250.0,420.0,18.0,1198.0,32.0,0.0,94.0,3963.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4402,6346.0,434.0,162.0,27.0,509.0,6.0,5165.0,3424.0,53062.0,205000.0,242.0 +06001440308,"Census Tract 4403.08, Alameda County, California",6217,4614.0,85625.0,625500.0,1869.0,1032.0,228.0,4.0,3037.0,1.0,21.0,202.0,1692.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.08,6001.0,1357.0,402.0,42.0,2239.0,21.0,1894.0,4021.0,66576.0,310000.0,1067.0 +06001441501,"Census Tract 4415.01, Alameda County, California",6479,4808.0,145583.0,769500.0,2469.0,674.0,98.0,9.0,4676.0,107.0,0.0,381.0,534.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4415.01,5273.0,1009.0,310.0,18.0,3491.0,8.0,376.0,3256.0,96706.0,367300.0,1499.0 +06001442500,"Census Tract 4425, Alameda County, California",7759,5801.0,88963.0,648200.0,2018.0,1685.0,299.0,111.0,3073.0,134.0,140.0,431.0,1901.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4425,7186.0,3233.0,225.0,55.0,2122.0,7.0,1458.0,4737.0,72275.0,290400.0,1432.0 +06001450300,"Census Tract 4503, Alameda County, California",5161,3515.0,116953.0,643000.0,1814.0,2717.0,192.0,66.0,1022.0,0.0,0.0,225.0,993.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4503,4562.0,3266.0,152.0,39.0,563.0,17.0,526.0,2960.0,74301.0,294700.0,778.0 +06001442700,"Census Tract 4427, Alameda County, California",3025,2176.0,116528.0,740600.0,1075.0,1121.0,121.0,0.0,1134.0,0.0,0.0,102.0,547.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4427,2877.0,2049.0,50.0,43.0,418.0,1.0,282.0,2061.0,69032.0,361600.0,610.0 +06001451201,"Census Tract 4512.01, Alameda County, California",7335,4731.0,92381.0,518200.0,1650.0,4429.0,49.0,15.0,995.0,0.0,0.0,370.0,1492.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4512.01,6542.163961,4834.854731,122.02809920000001,88.01718593,575.0840452000001,3.000114018,859.1661556,4303.7044240000005,72734.94926000001,239912.8115,1092.178035 +06001451401,"Census Tract 4514.01, Alameda County, California",6266,4492.0,92388.0,666000.0,2075.0,4201.0,181.0,33.0,601.0,0.0,0.0,205.0,1058.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4514.01,5601.0,4160.0,143.0,38.0,437.0,4.0,757.0,3552.0,83030.0,376300.0,1330.0 +06001451602,"Census Tract 4516.02, Alameda County, California",6861,5172.0,80862.0,633400.0,2204.0,4671.0,29.0,18.0,689.0,76.0,0.0,183.0,1195.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4516.02,5938.0,4497.0,63.0,56.0,340.0,9.0,943.0,4113.0,71396.0,345400.0,1507.0 +06001400300,"Census Tract 4003, Alameda County, California",5123,4037.0,88173.0,943300.0,2677.0,3431.0,482.0,0.0,500.0,42.0,0.0,283.0,385.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4003,4878.582135000001,3277.459917,768.0216396000001,33.00579087,427.0524227,2.0,314.03565960000003,3915.4891770000004,58665.687210000004,396411.7932,2482.377931 +06001401800,"Census Tract 4018, Alameda County, California",1928,1286.0,31042.0,471200.0,505.0,515.0,815.0,3.0,71.0,0.0,20.0,141.0,363.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4018,1953.0,62.0,1490.0,17.0,49.0,1.0,308.0,1101.0,19055.0,122400.0,117.0 +06001404502,"Census Tract 4045.02, Alameda County, California",5556,4317.0,153169.0,841900.0,3276.0,3657.0,365.0,2.0,695.0,0.0,0.0,432.0,407.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4045.02,5493.0,4070.0,396.0,30.0,673.0,2.0,272.0,4312.0,98560.0,439400.0,3245.0 +06001406700,"Census Tract 4067, Alameda County, California",4984,3685.0,93133.0,647400.0,2117.0,2400.0,641.0,26.0,1154.0,0.0,0.0,219.0,544.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4067,5224.0,2632.0,789.0,47.0,1212.0,1.0,497.0,3898.0,68432.0,284900.0,1638.0 +06001408600,"Census Tract 4086, Alameda County, California",6680,3905.0,32185.0,289600.0,393.0,246.0,2113.0,28.0,109.0,0.0,0.0,330.0,3863.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4086,5232.0,144.0,3218.0,21.0,203.0,0.0,1623.0,2900.0,35096.0,138200.0,208.0 +06001409000,"Census Tract 4090, Alameda County, California",3775,2213.0,44474.0,228800.0,208.0,68.0,1295.0,62.0,100.0,104.0,7.0,262.0,1939.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4090,3327.0,96.0,2132.0,6.0,117.0,0.0,968.0,1995.0,29904.0,115500.0,158.0 +06001409800,"Census Tract 4098, Alameda County, California",3515,2408.0,73125.0,474800.0,653.0,487.0,1801.0,3.0,181.0,0.0,34.0,439.0,571.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4098,3250.0,347.0,2542.0,4.0,103.0,0.0,249.0,2062.0,56063.0,225400.0,458.0 +06001410000,"Census Tract 4100, Alameda County, California",3549,2680.0,111688.0,626300.0,1274.0,1145.0,1447.0,0.0,146.0,0.0,0.0,503.0,308.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4100,2845.339566,1021.8579380000001,1434.472622,19.99661001,188.0077009,5.998389437999999,172.9992237,2073.516268,73227.58645,320398.1321,847.7673317 +06001421200,"Census Tract 4212, Alameda County, California",3650,2800.0,157045.0,1149000.0,2557.0,2743.0,23.0,4.0,418.0,0.0,16.0,208.0,238.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4212,3647.0536159999997,3004.396484,96.94825745,17.99039841,327.8250427,0.0,155.91679380000002,2703.557129,129902.0011,584800.0071,2247.800293 +06001423500,"Census Tract 4235, Alameda County, California",3284,2410.0,49500.0,735900.0,1570.0,1746.0,468.0,15.0,382.0,0.0,0.0,173.0,500.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4235,2967.0,1509.0,640.0,37.0,499.0,1.0,246.0,2002.0,35154.0,312100.0,1035.0 +06001424002,"Census Tract 4240.02, Alameda County, California",2525,1794.0,69135.0,634300.0,844.0,801.0,800.0,22.0,183.0,0.0,5.0,128.0,598.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4240.02,1998.0,342.0,1228.0,4.0,132.0,5.0,268.0,1283.0,35994.0,199200.0,389.0 +06001430900,"Census Tract 4309, Alameda County, California",5245,3413.0,60444.0,442600.0,1019.0,2232.0,617.0,59.0,791.0,7.0,0.0,194.0,1390.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4309,4665.212170000001,2853.90625,245.9057617,64.97509766,582.7766723999999,13.99463654,864.6686401000001,3133.799072,45402.9993,246499.9917,710.7276611000001 +06001431000,"Census Tract 4310, Alameda County, California",2924,1872.0,63405.0,505300.0,414.0,932.0,90.0,0.0,764.0,30.0,0.0,142.0,966.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4310,2582.024908,1598.158569,139.83886719999998,41.95166016,298.6558838,2.996547222,461.4682922,1831.889282,41749.99993,191400.00100000002,313.6386108 +06001432800,"Census Tract 4328, Alameda County, California",3889,2885.0,108971.0,716800.0,1271.0,1323.0,474.0,98.0,1001.0,5.0,28.0,213.0,836.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4328,3634.823835,1994.070034,340.3099919,29.80849435,735.1500567,6.95583074,454.0282985,2722.614684,71300.72119,351589.2064,798.9989856000001 +06001433102,"Census Tract 4331.02, Alameda County, California",4161,2957.0,70521.0,483900.0,916.0,595.0,199.0,53.0,1577.0,0.0,0.0,98.0,1659.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4331.02,3683.0,1352.0,268.0,37.0,1193.0,2.0,797.0,2555.0,52074.0,211900.0,433.0 +06001433700,"Census Tract 4337, Alameda County, California",3669,2273.0,72887.0,428700.0,449.0,436.0,336.0,20.0,526.0,0.0,0.0,173.0,2178.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4337,2849.0,1126.0,298.0,68.0,389.0,3.0,941.0,1909.0,47308.0,177100.0,310.0 +06001407300,"Census Tract 4073, Alameda County, California",2485,1795.0,54150.0,244200.0,432.0,385.0,209.0,0.0,387.0,17.0,0.0,89.0,1398.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4073,2516.0,372.0,564.0,12.0,228.0,0.0,1323.0,1435.0,29470.0,120000.0,168.0 +06001421500,"Census Tract 4215, Alameda County, California",3804,2963.0,155197.0,981000.0,2440.0,3020.0,120.0,0.0,351.0,0.0,22.0,109.0,182.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4215,3721.0,3126.0,85.0,25.0,318.0,1.0,139.0,2928.0,101324.0,482200.0,2417.0 +06001423400,"Census Tract 4234, Alameda County, California",5307,3678.0,83636.0,708300.0,2364.0,2517.0,766.0,7.0,725.0,0.0,0.0,529.0,763.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4234,4653.0,1582.0,1853.0,46.0,511.0,3.0,596.0,3046.0,37776.0,269000.0,1354.0 +06001423901,"Census Tract 4239.01, Alameda County, California",1986,1534.0,79438.0,710800.0,1017.0,1180.0,264.0,0.0,193.0,0.0,17.0,32.0,300.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4239.01,1942.0,937.0,547.0,35.0,185.0,0.0,202.0,1429.0,46136.0,298500.0,647.0 +06001423902,"Census Tract 4239.02, Alameda County, California",1542,1278.0,99327.0,919600.0,1046.0,1133.0,43.0,5.0,155.0,0.0,15.0,87.0,109.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4239.02,1553.0,1137.0,119.0,7.0,175.0,0.0,90.0,1136.0,57083.0,429700.0,911.0 +06001427200,"Census Tract 4272, Alameda County, California",4218,3189.0,66818.0,604600.0,1074.0,1580.0,199.0,43.0,865.0,164.0,17.0,274.0,1097.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4272,4221.0,1861.0,243.0,49.0,1414.0,5.0,614.0,2954.0,41858.0,262400.0,863.0 +06001428500,"Census Tract 4285, Alameda County, California",3147,2395.0,77500.0,796600.0,1403.0,1296.0,220.0,22.0,1036.0,9.0,45.0,247.0,272.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4285,3298.0,1765.0,170.0,21.0,1042.0,9.0,210.0,2426.0,54963.0,375200.0,1116.0 +06001430400,"Census Tract 4304, Alameda County, California",2150,1605.0,123000.0,754300.0,644.0,1288.0,6.0,5.0,396.0,10.0,0.0,87.0,363.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4304,2086.968031,1606.975342,35.99944687,12.99980068,256.9960632,0.999984682,168.997406,1457.977661,90717.99845,339699.9943,571.9912109 +06001431100,"Census Tract 4311, Alameda County, California",3575,2525.0,69000.0,488900.0,725.0,1182.0,458.0,0.0,380.0,60.0,42.0,211.0,1242.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4311,3137.0,1868.0,252.0,41.0,340.0,0.0,599.0,2157.0,46518.0,225600.0,303.0 +06001433500,"Census Tract 4335, Alameda County, California",4664,3442.0,86536.0,478500.0,768.0,1212.0,187.0,127.0,1781.0,5.0,0.0,33.0,1386.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4335,4092.0,2110.0,112.0,41.0,1101.0,7.0,707.0,2935.0,61154.0,236600.0,579.0 +06001433900,"Census Tract 4339, Alameda County, California",7478,4595.0,42363.0,377800.0,571.0,550.0,2346.0,271.0,920.0,99.0,0.0,166.0,3397.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4339,6301.0,1180.0,2109.0,78.0,792.0,10.0,2103.0,3540.0,37843.0,191400.0,374.0 +06001404900,"Census Tract 4049, Alameda County, California",3937,3039.0,100625.0,715700.0,2007.0,2365.0,369.0,51.0,441.0,68.0,20.0,270.0,353.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4049,4356.0,2457.0,546.0,29.0,960.0,1.0,322.0,3314.0,56538.0,313300.0,1772.0 +06001450607,"Census Tract 4506.07, Alameda County, California",5691,4194.0,90905.0,853800.0,2169.0,2853.0,312.0,0.0,1531.0,0.0,113.0,179.0,703.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4506.07,3357.0,2511.0,66.0,23.0,261.0,5.0,476.0,2399.0,51543.0,342900.0,719.0 +06001404700,"Census Tract 4047, Alameda County, California",2084,1588.0,159856.0,908900.0,1273.0,1490.0,118.0,6.0,285.0,9.0,18.0,30.0,134.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4047,1927.0,1408.0,221.0,9.0,182.0,0.0,97.0,1399.0,110915.0,437400.0,1032.0 +06001405200,"Census Tract 4052, Alameda County, California",5125,4278.0,77688.0,764100.0,2440.0,1583.0,506.0,58.0,1519.0,68.0,0.0,403.0,1000.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4052,4948.958946,1600.346452,1078.616132,29.75618111,1831.7512140000001,0.991903124,362.87604819999996,3884.062585,46459.64576,285494.7947,1847.610953 +06001406300,"Census Tract 4063, Alameda County, California",4128,2669.0,45015.0,413400.0,451.0,465.0,618.0,18.0,1462.0,0.0,0.0,84.0,1481.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4063,4410.0,289.0,1374.0,35.0,1229.0,12.0,1459.0,2370.0,29849.0,163800.0,191.0 +06001400100,"Census Tract 4001, Alameda County, California",2991,2412.0,208393.0,1104500.0,1961.0,2070.0,84.0,0.0,484.0,0.0,77.0,163.0,113.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4001,2497.383734,1936.522095,124.96916200000001,11.99703979,306.92425539999994,3.9990131860000004,96.97606659,2038.496948,133272.0014,690600.0185,1706.578857 +06001400800,"Census Tract 4008, Alameda County, California",3796,3022.0,64788.0,581300.0,1478.0,1457.0,1217.0,9.0,501.0,0.0,0.0,191.0,421.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4008,3368.0,705.0,1990.0,30.0,315.0,1.0,301.0,2356.0,32981.0,168400.0,630.0 +06001401000,"Census Tract 4010, Alameda County, California",6247,4501.0,60443.0,466300.0,1415.0,1829.0,2286.0,8.0,186.0,85.0,42.0,574.0,1237.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4010,5590.943946,514.1435547,4089.644775,26.44166946,381.93521119999997,6.855247498,535.6885986000001,3630.343262,27290.001369999998,164800.0035,551.3577881 +06001444302,"Census Tract 4443.02, Alameda County, California",4422,2886.0,83492.0,598300.0,626.0,654.0,234.0,53.0,1021.0,50.0,17.0,169.0,2233.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4443.02,4227.000088000001,1463.752075,181.40962219999997,34.30669022,1023.48291,12.4751606,1466.351074,2544.9326170000004,72074.99822000001,330799.9944,580.0949707000001 +06001443322,"Census Tract 4433.22, Alameda County, California",3196,2236.0,150132.0,983000.0,1297.0,645.0,80.0,42.0,2139.0,45.0,0.0,108.0,137.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4433.22,2898.9999329999996,1178.84436,106.0910645,23.68544579,1267.1713869999999,1.973787189,288.6663818,2017.703979,65718.00048999999,314300.0102,830.9644165 +06001450102,"Census Tract 4501.02, Alameda County, California",6490,4688.0,157102.0,866900.0,2097.0,1577.0,827.0,90.0,2059.0,8.0,35.0,655.0,1247.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4501.02,6266.218304999999,2330.868408,1987.875366,46.99663544,584.5722046,2.473507166,1300.240356,4799.428711,92516.00275,416600.0124,979.5088501 +06001428700,"Census Tract 4287, Alameda County, California",4442,2816.0,52188.0,922200.0,1207.0,1463.0,636.0,0.0,1608.0,4.0,0.0,196.0,535.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4287,1797.0,1105.0,170.0,117.0,154.0,3.0,245.0,859.0,51902.417219999996,366666.6667,230.0 +06001981900,"Census Tract 9819, Alameda County, California",58,58.0,108036.0,,44.0,58.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 9819,43.84617376,6.123444557000001,11.78474236,0.11553669,3.523869038,0.0,22.29858017,29.11524582,50207.99817,140800.0,5.372456074 +06001451404,"Census Tract 4514.04, Alameda County, California",6390,4226.0,61543.0,491200.0,995.0,2569.0,222.0,34.0,487.0,0.0,36.0,152.0,2921.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4514.04,6528.000008,3746.594482,125.2818527,94.88803101,618.9961548,6.671814919,1895.5366210000002,4003.0888670000004,60686.99887999999,236099.9903,557.4671631 +06001435103,"Census Tract 4351.03, Alameda County, California",6922,4980.0,161058.0,819400.0,3184.0,2175.0,781.0,0.0,2877.0,0.0,0.0,445.0,644.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4351.03,4973.02128,1938.627441,680.6820068,24.91446495,1396.620361,5.641011238,864.0148314999999,3162.256836,69792.00199,410300.0031,1273.458252 +06001430102,"Census Tract 4301.02, Alameda County, California",2427,1892.0,125132.0,794400.0,968.0,1380.0,72.0,7.0,517.0,6.0,44.0,148.0,258.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4301.02,2459.6077609999998,1286.1464839999999,81.71160126,12.68447304,886.7331542999999,2.359901905,167.8480225,1696.4744870000002,99999.99865,411899.9866,858.1193237 +06001430101,"Census Tract 4301.01, Alameda County, California",6899,4999.0,125850.0,787900.0,2812.0,2214.0,394.0,19.0,3436.0,12.0,0.0,414.0,410.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4301.01,5871.392226,3070.193115,195.0558472,30.27942657,2116.743164,5.633381844,400.6742859,4049.6972659999997,100000.0004,411900.0032,2048.438477 +06001425103,"Census Tract 4251.03, Alameda County, California",2871,2384.0,108446.0,561000.0,1689.0,1354.0,407.0,0.0,729.0,0.0,11.0,148.0,222.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4251.03,795.999992,330.914856,162.6236572,6.014530659,215.8291168,0.809648335,71.24905396,591.6216431,45358.99943,174599.9992,316.6881714 +06001425102,"Census Tract 4251.02, Alameda County, California",3494,2818.0,106033.0,463900.0,2136.0,1242.0,301.0,13.0,1441.0,40.0,11.0,155.0,291.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4251.02,1947.000083,809.4111328,397.7742004,14.71142197,527.9136963000001,1.980383635,174.27375790000002,1447.094604,45359.00154,174600.0059,774.612915 +06001425101,"Census Tract 4251.01, Alameda County, California",1738,1589.0,72642.0,330500.0,1170.0,1009.0,142.0,0.0,436.0,9.0,0.0,79.0,63.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4251.01,1649.999992,685.9415893999999,337.0967712,12.46730614,447.384491,1.6782912019999998,147.689621,1226.351318,45359.00136,174599.9925,656.4515991000001 +06001450745,"Census Tract 4507.45, Alameda County, California",6113,4246.0,157202.0,852000.0,2863.0,2059.0,40.0,5.0,3400.0,92.0,0.0,90.0,427.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.45,4604.000015,3277.40332,69.15621948,21.04754448,835.2868652000001,4.81086731,370.43676760000005,3041.670898,93105.00042000001,376799.9967,1443.2602539999998 +06001450743,"Census Tract 4507.43, Alameda County, California",6496,4077.0,117392.0,703600.0,2836.0,1615.0,397.0,22.0,3724.0,155.0,0.0,283.0,300.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4507.43,4382.462056,2883.8911129999997,111.84066010000001,22.08617973,947.3561401000001,3.759349823,382.0439148,2947.330322,83404.99717999999,412999.9973,1525.356201 +06001450101,"Census Tract 4501.01, Alameda County, California",5230,3570.0,134005.0,662700.0,2498.0,1412.0,401.0,16.0,2510.0,22.0,0.0,493.0,376.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4501.01,1333.781695,496.1316833000001,423.1246948,10.00336266,124.42779540000001,0.5264927739999999,276.7597046,1021.5714720000001,92516.00396,416600.0178,208.49113459999998 +06001404102,"Census Tract 4041.02, Alameda County, California",2422,2273.0,81438.0,437800.0,1503.0,1754.0,81.0,3.0,296.0,22.0,13.0,22.0,231.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4041.02,2400.740937,1716.550049,221.3161926,17.54335785,261.80087280000004,0.8996593359999999,155.6410675,2032.780273,42608.99867,317600.0099,1252.325806 +06001403702,"Census Tract 4037.02, Alameda County, California",1901,1727.0,83603.0,583900.0,1134.0,1006.0,201.0,0.0,285.0,26.0,12.0,105.0,266.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4037.02,1900.962758,932.5569534,553.9941616,11.04240435,229.29823489999998,0.806945143,150.9154325,1615.201389,42608.32245,192538.181,945.9802245999999 +06001403701,"Census Tract 4037.01, Alameda County, California",2825,2477.0,69421.0,356100.0,1429.0,1264.0,898.0,0.0,232.0,0.0,19.0,133.0,279.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4037.01,2796.0001190000003,1382.974243,819.8074341,16.2278595,320.3499756,1.20206368,222.38177489999998,2380.086182,42538.9987,189600.00100000002,1399.803101 +06001441927,"Census Tract 4419.27, Alameda County, California",4552,3309.0,100625.0,625000.0,2416.0,569.0,152.0,0.0,3137.0,9.0,9.0,151.0,525.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4419.27,3894.0000189999996,1149.892822,207.8119507,28.69783974,1796.088989,1.484371066,628.383728,2695.123047,61420.00197999999,295899.9933,1370.0744630000002 +06001441925,"Census Tract 4419.25, Alameda County, California",6920,5458.0,120711.0,432500.0,4421.0,1282.0,136.0,9.0,4787.0,0.0,0.0,281.0,425.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4419.25,4754.999868999999,1836.999023,202.8689575,24.42707825,2041.93811,3.726164341,594.9442749,3420.618896,71850.9983,290999.9985,2017.925049 +06001441924,"Census Tract 4419.24, Alameda County, California",8030,5742.0,126795.0,638800.0,3818.0,1918.0,90.0,50.0,4665.0,0.0,14.0,381.0,912.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4419.24,6731.908044,2600.97633,287.22438460000006,34.58613326,2890.5942489999998,5.277856552,842.3216784,4842.675012,71849.34451,291009.6285,2856.525866 +06001403501,"Census Tract 4035.01, Alameda County, California",4698,3914.0,41348.0,430100.0,2108.0,1773.0,1046.0,57.0,996.0,19.0,0.0,258.0,579.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4035.01,4292.749142000001,1408.368042,1718.182007,50.73371887,702.8311157,0.6764495970000001,348.3715515,3346.39624,32339.998489999998,188799.9913,1352.2227779999998 +06001409100,"Census Tract 4091, Alameda County, California",2233,1342.0,48065.0,269400.0,138.0,41.0,738.0,10.0,131.0,0.0,0.0,147.0,1166.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4091,2163.0,21.0,1489.0,7.0,39.0,0.0,607.0,1373.0,29597.0,114700.0,90.0 +06001409400,"Census Tract 4094, Alameda County, California",5311,2876.0,42344.0,360300.0,345.0,266.0,1363.0,0.0,511.0,12.0,0.0,19.0,3140.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4094,4455.0,115.0,1929.0,10.0,134.0,4.0,2255.0,2333.0,35298.0,118800.0,98.0 +06001410300,"Census Tract 4103, Alameda County, California",3598,2163.0,51034.0,331000.0,165.0,43.0,891.0,46.0,48.0,84.0,5.0,78.0,2417.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4103,3728.0,91.0,1938.0,13.0,179.0,0.0,1490.0,1873.0,26683.0,130700.0,71.0 +06001420300,"Census Tract 4203, Alameda County, California",4948,3418.0,87237.0,586600.0,2389.0,1680.0,252.0,15.0,1841.0,73.0,289.0,207.0,599.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4203,4386.0,2267.0,227.0,34.0,1507.0,2.0,294.0,3260.0,52273.0,230900.0,2062.0 +06001423200,"Census Tract 4232, Alameda County, California",3069,2043.0,45338.0,709300.0,973.0,933.0,635.0,25.0,194.0,133.0,0.0,200.0,968.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4232,2939.0,707.0,1025.0,41.0,267.0,1.0,849.0,1946.0,32219.0,251600.0,691.0 +06001423300,"Census Tract 4233, Alameda County, California",4060,3005.0,86738.0,684800.0,1460.0,1511.0,1449.0,44.0,373.0,19.0,0.0,191.0,481.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4233,3468.0,853.0,1929.0,21.0,237.0,0.0,405.0,2422.0,36701.0,217600.0,768.0 +06001423601,"Census Tract 4236.01, Alameda County, California",2839,2002.0,89605.0,813700.0,1540.0,2067.0,105.0,12.0,283.0,0.0,25.0,126.0,221.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4236.01,2700.0,1814.0,178.0,21.0,453.0,3.0,190.0,1822.0,54057.0,402300.0,1303.0 +06001427700,"Census Tract 4277, Alameda County, California",5075,4034.0,87083.0,615800.0,1902.0,2604.0,405.0,1.0,884.0,0.0,0.0,471.0,710.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4277,5130.0,2608.0,298.0,56.0,1654.0,11.0,472.0,3882.0,54351.0,287600.0,1773.0 +06001450602,"Census Tract 4506.02, Alameda County, California",9949,6608.0,146042.0,856200.0,4320.0,5565.0,289.0,16.0,3095.0,68.0,0.0,215.0,701.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4506.02,7890.0,6148.0,131.0,59.0,946.0,5.0,538.0,5363.0,99587.0,429200.0,2743.0 +06001443001,"Census Tract 4430.01, Alameda County, California",2814,1961.0,102111.0,617600.0,608.0,686.0,52.0,5.0,1094.0,72.0,0.0,25.0,885.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4430.01,2987.0,1233.0,92.0,23.0,734.0,5.0,889.0,1909.0,68656.0,288700.0,341.0 +06001450200,"Census Tract 4502, Alameda County, California",6252,4612.0,117390.0,661400.0,2889.0,2776.0,318.0,0.0,2450.0,4.0,0.0,257.0,447.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4502,4726.0,3235.0,212.0,43.0,620.0,0.0,545.0,3371.0,68560.0,283700.0,1650.0 +06001427800,"Census Tract 4278, Alameda County, California",5241,4099.0,89853.0,764900.0,2123.0,2381.0,183.0,0.0,1890.0,0.0,15.0,436.0,336.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4278,4715.0,2739.0,223.0,53.0,1227.0,4.0,415.0,3485.0,49393.0,350000.0,1333.0 +06001428301,"Census Tract 4283.01, Alameda County, California",7012,4927.0,120042.0,646900.0,2621.0,2259.0,150.0,10.0,3159.0,0.0,183.0,588.0,663.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4283.01,6247.0,3286.0,237.0,40.0,2198.0,13.0,412.0,4572.0,75288.0,293600.0,2243.0 +06001433000,"Census Tract 4330, Alameda County, California",3838,2867.0,79421.0,473000.0,1107.0,1007.0,267.0,36.0,1494.0,8.0,32.0,121.0,900.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4330,3395.0957689999996,1878.2203960000002,216.25280279999998,13.197614300000001,691.874486,4.04611,562.0103245,2593.048773,51039.68558,228724.0693,548.2960628999999 +06001433200,"Census Tract 4332, Alameda County, California",7392,4930.0,43682.0,417400.0,1063.0,1331.0,1498.0,68.0,2666.0,25.0,0.0,304.0,1500.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4332,6562.0,2537.0,807.0,54.0,1995.0,4.0,1103.0,4634.0,50304.0,221700.0,1176.0 +06001435200,"Census Tract 4352, Alameda County, California",4586,3493.0,100199.0,513600.0,996.0,1355.0,949.0,6.0,937.0,0.0,0.0,253.0,1086.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4352,4198.0,1567.0,1328.0,49.0,601.0,6.0,620.0,2837.0,71029.0,259100.0,748.0 +06001436402,"Census Tract 4364.02, Alameda County, California",2678,2071.0,126144.0,657400.0,930.0,1285.0,357.0,2.0,315.0,0.0,14.0,139.0,566.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4364.02,2844.0,1846.0,270.0,14.0,383.0,3.0,295.0,2134.0,97644.0,380400.0,1004.0 +06001437600,"Census Tract 4376, Alameda County, California",3829,2671.0,71458.0,441400.0,465.0,501.0,272.0,0.0,1069.0,179.0,0.0,143.0,1665.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4376,3184.0,976.0,340.0,15.0,759.0,25.0,1062.0,2119.0,55093.0,203000.0,347.0 +06001440301,"Census Tract 4403.01, Alameda County, California",7369,5298.0,82708.0,538200.0,1487.0,1640.0,302.0,48.0,2416.0,244.0,0.0,33.0,2686.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4403.01,7001.0,1951.0,489.0,41.0,2461.0,7.0,2006.0,4566.0,69178.0,285100.0,1149.0 +06001407700,"Census Tract 4077, Alameda County, California",4240,3121.0,74402.0,486100.0,1392.0,1134.0,2045.0,0.0,262.0,41.0,8.0,192.0,558.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4077,4599.0,731.0,3036.0,27.0,246.0,1.0,530.0,3132.0,50747.0,204900.0,849.0 +06001441602,"Census Tract 4416.02, Alameda County, California",8065,5477.0,103588.0,675300.0,2232.0,1365.0,575.0,0.0,4100.0,274.0,0.0,213.0,1538.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4416.02,6908.0,2919.0,376.0,71.0,1875.0,9.0,1558.0,4406.0,65542.0,275200.0,1288.0 +06001420400,"Census Tract 4204, Alameda County, California",3247,2113.0,43272.0,,1629.0,983.0,58.0,129.0,1104.0,50.0,21.0,254.0,758.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4204,1721.0,425.0,140.0,22.0,858.0,0.0,239.0,996.0,27566.0,,807.0 +06001428200,"Census Tract 4282, Alameda County, California",6508,4865.0,91045.0,721400.0,2530.0,3519.0,343.0,0.0,1613.0,65.0,0.0,339.0,629.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4282,6132.0,3841.0,213.0,57.0,1504.0,8.0,443.0,4628.0,56019.0,313200.0,1861.0 +06001441100,"Census Tract 4411, Alameda County, California",4221,3312.0,98906.0,795200.0,1407.0,1842.0,70.0,51.0,1183.0,9.0,0.0,210.0,879.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4411,4167.0,2485.0,111.0,49.0,828.0,7.0,638.0,2859.0,86701.0,345300.0,1245.0 +06001451501,"Census Tract 4515.01, Alameda County, California",4882,3408.0,122222.0,795700.0,1526.0,3390.0,52.0,5.0,445.0,0.0,0.0,311.0,679.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4515.01,3126.0,2351.0,61.0,25.0,187.0,0.0,480.0,2178.0,58333.0,280300.0,721.0 +06001403600,"Census Tract 4036, Alameda County, California",5025,4235.0,73513.0,434100.0,2585.0,1871.0,1614.0,36.0,472.0,0.0,26.0,348.0,658.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4036,4400.0,1475.0,2028.0,31.0,493.0,0.0,316.0,3461.0,40420.0,227000.0,1651.0 +06001405000,"Census Tract 4050, Alameda County, California",3328,2643.0,128125.0,837600.0,1894.0,2084.0,322.0,14.0,408.0,0.0,11.0,211.0,286.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4050,3200.773697,2056.9267579999996,457.53881839999997,28.97079849,437.55895999999996,0.998993039,189.80867,2574.405029,66611.00015,364399.9929,1527.460327 +06001400400,"Census Tract 4004, Alameda County, California",3991,3156.0,102821.0,872400.0,2528.0,2625.0,238.0,25.0,484.0,0.0,0.0,256.0,377.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4004,3659.0,2357.0,671.0,27.0,313.0,1.0,241.0,2832.0,58405.0,392400.0,1937.0 +06001403300,"Census Tract 4033, Alameda County, California",4743,3649.0,56673.0,365500.0,1446.0,1024.0,311.0,55.0,2611.0,0.0,0.0,259.0,513.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4033,2310.0,172.0,207.0,30.0,1803.0,0.0,96.0,1737.0,24474.0,162100.0,301.0 +06001401300,"Census Tract 4013, Alameda County, California",4054,3593.0,43476.0,625000.0,1480.0,1400.0,1319.0,35.0,620.0,0.0,0.0,142.0,546.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4013,2810.0,678.0,1468.0,41.0,341.0,2.0,249.0,2121.0,18644.0,325000.0,314.0 +06001408800,"Census Tract 4088, Alameda County, California",6276,3609.0,26156.0,239100.0,70.0,240.0,2265.0,22.0,315.0,254.0,0.0,31.0,3166.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4088,5174.0,97.0,2396.0,13.0,673.0,1.0,1981.0,2602.0,25903.0,120700.0,61.0 +06001403000,"Census Tract 4030, Alameda County, California",3251,2754.0,22711.0,416500.0,661.0,175.0,159.0,35.0,2701.0,72.0,21.0,29.0,59.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4030,2734.0,102.0,115.0,6.0,2464.0,1.0,46.0,2226.0,13107.0,162500.0,326.0 +06001420100,"Census Tract 4201, Alameda County, California",2434,1623.0,124811.0,929000.0,1163.0,1452.0,71.0,17.0,526.0,0.0,30.0,170.0,168.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4201,2339.0,1575.0,85.0,10.0,484.0,1.0,164.0,1624.0,67969.0,352400.0,998.0 +06001410400,"Census Tract 4104, Alameda County, California",4146,2927.0,69258.0,317600.0,517.0,249.0,1520.0,43.0,348.0,9.0,0.0,66.0,1954.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4104,3366.0,194.0,1842.0,4.0,118.0,2.0,1195.0,1938.0,40787.0,140500.0,265.0 +06001422900,"Census Tract 4229, Alameda County, California",5167,2437.0,22399.0,990400.0,1607.0,1889.0,659.0,0.0,1864.0,122.0,0.0,287.0,346.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4229,2416.0,1077.0,135.0,13.0,905.0,0.0,252.0,1376.0,17257.0,276100.0,873.0 +06001436800,"Census Tract 4368, Alameda County, California",4179,2835.0,76791.0,481600.0,823.0,567.0,532.0,11.0,805.0,74.0,0.0,145.0,2045.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4368,3790.0,1077.0,560.0,32.0,800.0,4.0,1284.0,2419.0,52022.0,242300.0,424.0 +06001436401,"Census Tract 4364.01, Alameda County, California",7758,5495.0,78168.0,533100.0,1829.0,2478.0,1007.0,20.0,1461.0,16.0,45.0,597.0,2147.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4364.01,7145.0,3690.0,967.0,69.0,827.0,11.0,1481.0,4867.0,48800.0,234000.0,1161.0 +06001424001,"Census Tract 4240.01, Alameda County, California",4320,2951.0,71392.0,682700.0,1620.0,1934.0,1038.0,5.0,425.0,42.0,48.0,187.0,641.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4240.01,3875.0,834.0,1821.0,32.0,310.0,5.0,810.0,2334.0,31632.0,268700.0,672.0 +06001432700,"Census Tract 4327, Alameda County, California",2843,2076.0,90741.0,587900.0,846.0,1215.0,151.0,0.0,493.0,29.0,13.0,158.0,784.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4327,2408.0,1558.0,194.0,20.0,261.0,2.0,344.0,1769.0,66296.0,283200.0,766.0 +06001441503,"Census Tract 4415.03, Alameda County, California",6759,4615.0,157650.0,786100.0,3401.0,571.0,107.0,23.0,5465.0,53.0,11.0,335.0,194.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4415.03,3198.000145,618.6616211,95.79467773,12.75285244,2275.346191,1.482889771,161.33840940000002,2188.44873,90359.00305,363400.0123,1497.1254880000001 +06001450605,"Census Tract 4506.05, Alameda County, California",3934,2799.0,130029.0,813100.0,1793.0,2418.0,38.0,3.0,912.0,74.0,0.0,222.0,267.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4506.05,3677.0,3170.0,32.0,20.0,243.0,1.0,205.0,2544.0,88583.0,426000.0,1263.0 +06001433400,"Census Tract 4334, Alameda County, California",6546,5390.0,102744.0,488500.0,1960.0,1180.0,521.0,81.0,3660.0,104.0,0.0,121.0,910.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4334,6014.0,1976.0,428.0,34.0,2959.0,3.0,548.0,4433.0,64016.0,243500.0,1649.0 +06001441200,"Census Tract 4412, Alameda County, California",6977,4763.0,120658.0,743100.0,2430.0,2526.0,177.0,17.0,2370.0,0.0,18.0,411.0,1458.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4412,6442.0,3424.0,167.0,82.0,1601.0,20.0,1104.0,4465.0,75329.0,412700.0,1975.0 +06001444400,"Census Tract 4444, Alameda County, California",4986,3538.0,83222.0,464200.0,799.0,1017.0,249.0,22.0,1175.0,0.0,9.0,324.0,2212.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4444,5193.0,1457.0,217.0,50.0,1069.0,17.0,2322.0,3118.0,62049.0,233600.0,541.0 +06001436200,"Census Tract 4362, Alameda County, California",4149,2615.0,50313.0,341200.0,271.0,524.0,727.0,58.0,460.0,70.0,0.0,56.0,2312.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4362,3330.0,956.0,526.0,30.0,499.0,11.0,1286.0,2060.0,45398.0,188400.0,256.0 +06001437900,"Census Tract 4379, Alameda County, California",2454,1641.0,75852.0,434600.0,274.0,194.0,135.0,155.0,398.0,27.0,0.0,86.0,1570.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4379,2276.0,464.0,174.0,34.0,460.0,7.0,1114.0,1384.0,45669.0,174700.0,140.0 +06001441700,"Census Tract 4417, Alameda County, California",8093,5339.0,107074.0,590800.0,2237.0,1857.0,375.0,53.0,3720.0,0.0,0.0,374.0,1738.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4417,6493.0,2699.0,332.0,62.0,2023.0,17.0,1253.0,4449.0,62157.0,249800.0,1510.0 +06013355112,"Census Tract 3551.12, Contra Costa County, California",5410,4110.0,166771.0,1222200.0,2652.0,4173.0,98.0,0.0,587.0,7.0,22.0,124.0,399.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.12,5477.000057,3988.976074,149.20933530000002,21.7031765,1041.0742189999999,1.695560694,244.4998474,3628.499756,146499.99800000002,668700.0214,2227.627686 +06013392300,"Census Tract 3923, Contra Costa County, California",3122,2041.0,145833.0,661400.0,1139.0,195.0,331.0,0.0,2134.0,0.0,10.0,153.0,299.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3923,1.824798085,0.690608859,0.347407609,0.017207861,0.544724405,0.000573595,0.20917111600000002,1.226920485,57134.999339999995,194199.9958,0.39673680100000003 +06013355306,"Census Tract 3553.06, Contra Costa County, California",5227,3458.0,137727.0,677500.0,1853.0,4241.0,80.0,60.0,194.0,0.0,2.0,157.0,493.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3553.06,5025.001838,4326.00101,69.00026098,37.00001704,257.0002363,3.000000695,309.0002973,3460.001107,97788.17442000001,367664.508,1635.000302 +06013392200,"Census Tract 3922, Contra Costa County, California",12001,7960.0,78105.0,370900.0,1935.0,2130.0,1854.0,82.0,2468.0,15.0,12.0,492.0,4948.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3922,7066.437197,2176.797251,1558.002778,72.64598829,1235.068376,9.045100608,1966.280262,4442.437819,50273.44931,148100.6143,866.1316793999999 +06013334200,"Census Tract 3342, Contra Costa County, California",7809,5762.0,170494.0,1025900.0,3995.0,6173.0,400.0,0.0,459.0,15.0,272.0,209.0,281.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3342,6831.588643000001,6022.008347,51.04037908,42.99600413,421.5125328,2.003997935,230.0519759,5121.105404,88437.29207000001,517458.2279,2685.677568 +06013334006,"Census Tract 3340.06, Contra Costa County, California",4834,3378.0,120873.0,580500.0,1937.0,2811.0,223.0,19.0,1103.0,0.0,0.0,213.0,472.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3340.06,5215.0,3497.0,110.0,30.0,1115.0,5.0,385.0,3333.0,82466.18519,294926.7919,1739.0 +06013355113,"Census Tract 3551.13, Contra Costa County, California",5134,3470.0,185500.0,1077400.0,2555.0,3115.0,109.0,0.0,1442.0,29.0,0.0,121.0,318.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.13,5409.0020159999995,3939.452148,147.3568726,21.43372726,1028.149048,1.6745100019999999,241.46434019999998,3583.451172,146500.0024,668699.9801,2199.971191 +06013360102,"Census Tract 3601.02, Contra Costa County, California",4241,3281.0,115082.0,559200.0,1464.0,1427.0,305.0,27.0,1220.0,0.0,0.0,271.0,1003.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3601.02,4677.456236,2367.199707,468.25402829999996,36.60617828,1243.5932619999999,4.067353249,506.3854675,3266.084717,77127.99738,264299.9977,1161.737793 +06013320003,"Census Tract 3200.03, Contra Costa County, California",2704,1868.0,124250.0,556200.0,879.0,1946.0,79.0,0.0,392.0,0.0,0.0,83.0,204.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3200.03,2654.000074,1949.9237059999998,77.11927032,40.97969818,302.6689453,1.936048746,266.8520508,1826.6619870000002,68446.00144,271099.9914,610.8233642999999 +06013303202,"Census Tract 3032.02, Contra Costa County, California",7211,4559.0,109338.0,446200.0,1202.0,4160.0,480.0,27.0,535.0,0.0,0.0,318.0,1718.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3032.02,4873.000095,3291.665527,268.1412964,48.48644257,292.271759,3.608293295,926.2037964,3036.829834,73621.99975,248299.99399999998,762.477478 +06013355109,"Census Tract 3551.09, Contra Costa County, California",7469,5258.0,107250.0,360900.0,1376.0,2655.0,1669.0,0.0,944.0,12.0,0.0,226.0,1963.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.09,5934.999831,3287.873779,739.68396,52.58416748,902.5001221000001,5.842685222999999,886.9196167000001,3532.4875490000004,81605.99818,234500.0074,1050.514893 +06013304004,"Census Tract 3040.04, Contra Costa County, California",3794,3015.0,109773.0,598000.0,970.0,2911.0,14.0,8.0,190.0,0.0,0.0,229.0,450.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3040.04,3889.999953,3097.486572,79.71604156,48.97353363,112.24591059999999,6.077007771,519.0479736000001,2682.105225,85687.99707,326399.9854,674.5478516 +06013990000,"Census Tract 9900, Contra Costa County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,,,,,,,,,,,,,, +06013303203,"Census Tract 3032.03, Contra Costa County, California",9692,5969.0,117128.0,558200.0,2103.0,5180.0,694.0,12.0,1215.0,0.0,16.0,511.0,2064.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3032.03,2926.118215,1976.565186,161.0123291,29.11493111,175.5020905,2.166692495,556.1629028,1823.542603,73621.99853,248299.9927,457.84921260000004 +06013302009,"Census Tract 3020.09, Contra Costa County, California",7546,4410.0,99563.0,384000.0,1350.0,1621.0,1888.0,0.0,1377.0,0.0,0.0,326.0,2334.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3020.09,4017.999949,2443.736816,359.94735719999994,48.63157654,344.84210210000003,2.210526228,777.7368164,2350.5263670000004,76174.00068,213000.00100000002,505.8421021000001 +06013302010,"Census Tract 3020.10, Contra Costa County, California",11648,6969.0,117500.0,395700.0,1572.0,5687.0,615.0,142.0,1082.0,16.0,73.0,633.0,3492.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3020.10,6904.031881999999,4199.623114999999,617.9421771000001,83.69325688,592.1873943,3.804466197,1336.57644,4039.853554,76123.45606,212908.0706,868.4222182 +06013313204,"Census Tract 3132.04, Contra Costa County, California",5426,3613.0,74265.0,355600.0,669.0,1334.0,810.0,8.0,555.0,0.0,0.0,318.0,2401.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3132.04,5339.377153,2093.803711,661.7936401000001,45.02803802,792.7304077,4.147319317,1676.701904,3158.479736,58002.99846,177400.0044,510.12023930000004 +06013313203,"Census Tract 3132.03, Contra Costa County, California",3257,2218.0,81417.0,339100.0,411.0,952.0,147.0,13.0,489.0,155.0,0.0,102.0,1412.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3132.03,3676.4592909999997,1441.1082390000001,456.0393323,30.99962747,545.8786549,2.8565756039999997,1154.725091,2174.602851,57999.747460000006,177369.8532,351.07505069999996 +06013302005,"Census Tract 3020.05, Contra Costa County, California",7131,4516.0,53327.0,277600.0,424.0,3144.0,624.0,84.0,224.0,43.0,0.0,309.0,2714.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3020.05,6020.999836999999,3844.11792,257.17691040000005,97.10340881,344.27572630000003,6.473560332999999,1428.302856,3454.5273439999996,64397.99925,177899.9936,473.74691770000004 +06013339001,"Census Tract 3390.01, Contra Costa County, California",3501,2565.0,77422.0,470800.0,1698.0,2025.0,102.0,27.0,557.0,20.0,7.0,117.0,673.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3390.01,3104.999973,2192.000732,69.33247375,20.43483353,413.4404602,1.459630966,366.00247189999993,2396.714111,50618.00142,185099.9998,1265.135132 +06013345204,"Census Tract 3452.04, Contra Costa County, California",4005,2683.0,205250.0,1567400.0,2031.0,3489.0,0.0,0.0,143.0,0.0,0.0,49.0,324.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3452.04,3597.2563450000002,3185.4926800000003,22.86116257,15.33061136,181.64695859999998,0.718262257,169.83426369999998,2563.953224,107257.037,608839.2977,1498.179474 +06013365003,"Census Tract 3650.03, Contra Costa County, California",5185,3738.0,61775.0,352300.0,1116.0,1144.0,1264.0,0.0,1288.0,0.0,84.0,273.0,1132.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3650.03,3739.837527,850.8823279999999,1719.2824859999998,14.30637395,668.4965457999999,2.158226281,443.16210559999996,2624.5146870000003,46345.949010000004,146378.6196,733.4908905 +06013351101,"Census Tract 3511.01, Contra Costa County, California",2655,2645.0,53389.0,443800.0,1624.0,2366.0,16.0,0.0,170.0,40.0,0.0,17.0,46.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3511.01,2501.940407,2369.07735,9.397589395,3.946370438,89.69707509999999,0.605578652,25.264281,2487.6529010000004,40091.4842,166978.719,1081.1627449999999 +06013351103,"Census Tract 3511.03, Contra Costa County, California",1872,1871.0,85671.0,574700.0,1226.0,1703.0,1.0,8.0,103.0,0.0,8.0,18.0,31.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3511.03,1720.354544,1628.6829289999998,6.488882955,2.742075302,61.83138928,0.41724481399999996,17.42959839,1709.5703839999999,40150.22105,167312.5817,743.240845 +06013351102,"Census Tract 3511.02, Contra Costa County, California",3584,3584.0,45892.0,311600.0,1897.0,3035.0,12.0,16.0,324.0,0.0,0.0,11.0,186.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3511.02,3800.9465020000002,3599.1467700000003,14.27412191,5.995896984,136.33351169999997,0.92082018,38.27602372,3779.812243,40062.726610000005,166786.6035,1642.5229539999998 +06013339002,"Census Tract 3390.02, Contra Costa County, California",7097,5300.0,73083.0,427200.0,2916.0,3996.0,140.0,0.0,1594.0,0.0,56.0,442.0,869.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3390.02,5404.000027,3814.999268,120.66752620000001,35.56516647,719.5595093,2.5403690340000002,636.9975586,4171.286133,50617.999189999995,185099.9912,2201.864746 +06013355117,"Census Tract 3551.17, Contra Costa County, California",7189,3985.0,241552.0,1037600.0,3230.0,1281.0,40.0,10.0,5319.0,34.0,30.0,365.0,110.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.17,32.97617118,24.44059181,0.6921761740000001,0.228053597,5.301362753,0.006418213000000001,2.180713378,21.91582251,96224.59475,424897.5906,10.55822694 +06013355115,"Census Tract 3551.15, Contra Costa County, California",7772,4720.0,107821.0,896100.0,3181.0,1637.0,527.0,0.0,4389.0,133.0,9.0,496.0,581.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.15,20.46406885,14.90426826,0.557500482,0.08109097900000001,3.8898329730000003,0.006335233000000001,0.913540542,13.55739784,146500.0002,668700.005,8.323228836 +06013355116,"Census Tract 3551.16, Contra Costa County, California",8105,4691.0,187759.0,1085300.0,3516.0,1434.0,209.0,33.0,5393.0,48.0,43.0,368.0,577.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.16,36.340759999999996,26.46748543,0.990027487,0.144004002,6.907691956,0.011250312,1.622295141,24.07566833,146500.0012,668700.0171,14.78066063 +06013338204,"Census Tract 3382.04, Contra Costa County, California",6141,4673.0,93803.0,542500.0,3223.0,3885.0,72.0,0.0,1272.0,0.0,0.0,210.0,702.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3382.04,5585.403802000001,4276.052246,111.31453700000002,41.04021072,771.3310547,7.308530331,323.82412719999996,4578.513184,63910.000479999995,266399.9975,2499.517334 +06013357000,"Census Tract 3570, Contra Costa County, California",3201,2504.0,90833.0,430700.0,858.0,2182.0,50.0,32.0,21.0,0.0,14.0,115.0,787.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3570,3100.0,2462.0,108.0,63.0,92.0,0.0,369.0,2345.0,49364.0,195800.0,685.0 +06013338302,"Census Tract 3383.02, Contra Costa County, California",6149,4450.0,165463.0,906700.0,3229.0,4380.0,0.0,0.0,783.0,0.0,16.0,525.0,445.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3383.02,5832.0,4708.0,88.0,27.0,724.0,3.0,244.0,4055.0,88625.0,451800.0,2536.0 +06013349000,"Census Tract 3490, Contra Costa County, California",5618,3820.0,116206.0,1094100.0,2484.0,4105.0,122.0,8.0,587.0,0.0,0.0,214.0,582.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3490,4777.0,3805.0,65.0,39.0,570.0,5.0,251.0,3399.0,79128.0,485800.0,2044.0 +06013307101,"Census Tract 3071.01, Contra Costa County, California",4535,2967.0,71062.0,297700.0,493.0,2353.0,315.0,65.0,343.0,0.0,0.0,108.0,1392.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3071.01,4442.840576,3079.889404,239.99139399999999,78.99716187,206.992569,0.999964118,817.9706421,2823.898682,63089.99954,186399.9946,304.98904419999997 +06013321101,"Census Tract 3211.01, Contra Costa County, California",6906,5187.0,105039.0,496400.0,1668.0,4366.0,386.0,7.0,549.0,0.0,48.0,263.0,1287.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3211.01,6526.0,4878.0,269.0,89.0,569.0,14.0,677.0,4614.0,67128.0,245500.0,1461.0 +06013307202,"Census Tract 3072.02, Contra Costa County, California",4129,2211.0,35723.0,122500.0,191.0,422.0,1512.0,11.0,125.0,65.0,48.0,331.0,1615.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3072.02,4493.0,1507.0,921.0,44.0,277.0,6.0,1705.0,2228.0,32861.0,84700.0,117.0 +06013307204,"Census Tract 3072.04, Contra Costa County, California",4237,2742.0,62010.0,284800.0,325.0,1408.0,520.0,224.0,227.0,0.0,12.0,72.0,1983.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3072.04,4443.0,2763.0,283.0,72.0,281.0,1.0,1010.0,2740.0,60265.0,167800.0,308.0 +06013317000,"Census Tract 3170, Contra Costa County, California",2300,1672.0,70793.0,417400.0,676.0,1527.0,71.0,0.0,272.0,0.0,0.0,220.0,210.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3170,2085.0,1636.0,55.0,51.0,83.0,4.0,233.0,1505.0,40052.0,198600.0,317.0 +06013321102,"Census Tract 3211.02, Contra Costa County, California",6816,5159.0,123834.0,575200.0,2911.0,4666.0,114.0,36.0,736.0,0.0,0.0,452.0,839.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3211.02,6784.972608,5259.126953,105.7813034,48.89890671,790.3659667999999,6.985558032999999,517.9291992,4917.833008,94794.99651,289699.9937,2519.790527 +06013321103,"Census Tract 3211.03, Contra Costa County, California",4297,3198.0,120658.0,611500.0,1596.0,3208.0,82.0,34.0,342.0,0.0,48.0,97.0,499.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3211.03,4734.1847,3868.616569,87.52603575,34.40942662,334.5948934,0.00337075,379.5249965,3263.6919390000003,75885.28977,295235.2044,1316.971628 +06013330000,"Census Tract 3300, Contra Costa County, California",5623,4139.0,78351.0,416900.0,1161.0,3008.0,25.0,29.0,644.0,0.0,24.0,220.0,1673.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3300,5679.0,3789.0,157.0,68.0,507.0,2.0,1108.0,3760.0,58943.0,189400.0,663.0 +06013321200,"Census Tract 3212, Contra Costa County, California",5425,3584.0,73000.0,357700.0,1483.0,2638.0,152.0,97.0,1429.0,27.0,0.0,196.0,983.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3212,5249.4593780000005,3462.3375100000003,217.01334849999998,57.00709313,885.0523886,2.0003351080000003,569.0461891,3515.316175,54883.09319,202408.1362,1239.105727 +06013310000,"Census Tract 3100, Contra Costa County, California",6482,3676.0,53103.0,274700.0,371.0,721.0,1088.0,80.0,363.0,135.0,0.0,381.0,3794.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3100,4510.0,856.0,770.0,33.0,125.0,7.0,2662.0,2380.0,37401.0,109300.0,141.0 +06013313102,"Census Tract 3131.02, Contra Costa County, California",4115,2859.0,66680.0,322700.0,456.0,881.0,1026.0,79.0,361.0,141.0,0.0,191.0,1515.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3131.02,3922.0,1576.0,900.0,27.0,576.0,9.0,803.0,2352.0,51667.0,170400.0,394.0 +06013336101,"Census Tract 3361.01, Contra Costa County, California",5312,3330.0,51404.0,316700.0,814.0,736.0,304.0,6.0,735.0,190.0,0.0,139.0,3202.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3361.01,5185.0,1313.0,448.0,44.0,512.0,0.0,2826.0,2941.0,38271.0,167200.0,400.0 +06013337200,"Census Tract 3372, Contra Costa County, California",8168,6183.0,72624.0,390000.0,2017.0,4255.0,221.0,33.0,1038.0,0.0,0.0,381.0,2240.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3372,7208.0,5005.0,199.0,98.0,881.0,12.0,951.0,5178.0,52011.0,208900.0,1419.0 +06013337300,"Census Tract 3373, Contra Costa County, California",6019,4513.0,114316.0,735700.0,2403.0,4152.0,215.0,52.0,739.0,0.0,12.0,360.0,541.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3373,6206.0,4806.0,94.0,32.0,885.0,2.0,312.0,4313.0,88108.0,369800.0,2360.0 +06013359203,"Census Tract 3592.03, Contra Costa County, California",7136,5035.0,97616.0,433700.0,1907.0,1301.0,1358.0,0.0,3138.0,0.0,0.0,104.0,1235.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3592.03,6566.424471,1695.9441829999998,1341.146744,24.85702467,2642.6707460000002,15.12421846,811.638195,4235.5415649999995,70924.86317000001,231655.401,1203.379776 +06013370000,"Census Tract 3700, Contra Costa County, California",2794,2211.0,90781.0,473200.0,880.0,1312.0,337.0,0.0,573.0,0.0,4.0,101.0,467.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3700,2938.4931579999998,1369.526232,481.59908780000006,18.04680373,528.0741456999999,0.001170093,504.2082766,2131.533682,55883.194110000004,218228.5355,722.1085081 +06013386000,"Census Tract 3860, Contra Costa County, California",3690,2708.0,60920.0,484500.0,1177.0,1297.0,334.0,32.0,1262.0,20.0,0.0,211.0,557.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3860,3439.9864880000005,1165.353101,731.8812485000001,23.64502341,1084.312375,6.0694678,367.5648623,2485.456799,52172.274580000005,237909.6413,976.7769903999999 +06013389100,"Census Tract 3891, Contra Costa County, California",1970,1578.0,85972.0,625000.0,902.0,792.0,73.0,4.0,610.0,0.0,0.0,118.0,373.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3891,1908.560727,1074.404707,100.0117941,23.0026958,497.10581030000003,9.0,195.02459919999998,1517.4505359999998,45781.13253,271728.2117,798.2857552 +06013389200,"Census Tract 3892, Contra Costa County, California",1809,1331.0,65972.0,475000.0,786.0,436.0,144.0,23.0,845.0,9.0,0.0,48.0,327.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3892,1717.000001,775.1979485,255.26928230000004,18.70931786,373.4966564,1.076683015,266.0231838,1347.0815890000001,39718.23373,164989.4655,714.4204197 +06013323000,"Census Tract 3230, Contra Costa County, California",4582,3212.0,105641.0,604100.0,1745.0,3291.0,40.0,0.0,420.0,66.0,0.0,99.0,666.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3230,4459.0,3717.0,36.0,42.0,294.0,1.0,336.0,3140.0,67037.0,247000.0,1254.0 +06013326000,"Census Tract 3260, Contra Costa County, California",3537,2611.0,128587.0,783200.0,1545.0,2839.0,113.0,0.0,199.0,23.0,21.0,127.0,215.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3260,3316.0,2797.0,21.0,34.0,242.0,2.0,208.0,2408.0,85693.0,352900.0,1199.0 +06013333200,"Census Tract 3332, Contra Costa County, California",6070,4205.0,99394.0,542600.0,1458.0,4356.0,46.0,0.0,229.0,0.0,53.0,213.0,1173.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3332,6115.0,4488.0,172.0,70.0,531.0,1.0,781.0,4255.0,65063.0,245500.0,1168.0 +06013341000,"Census Tract 3410, Contra Costa County, California",5446,3849.0,118821.0,895400.0,2740.0,4017.0,76.0,0.0,688.0,0.0,0.0,277.0,388.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3410,4708.053349,4071.4292729999997,32.98189842,27.98243377,369.7885081,1.9989231319999998,170.89332290000002,3420.953406,78502.91575,406930.3468,1949.218991 +06013343002,"Census Tract 3430.02, Contra Costa County, California",4852,3529.0,97532.0,819900.0,2087.0,3376.0,53.0,0.0,592.0,0.0,0.0,241.0,590.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3430.02,4413.01307,3696.0115950000004,50.00015869,29.00005402,388.00083060000003,6.7528899999999995e-06,223.0003545,3407.0091939999998,66267.06753,384300.227,1695.005423 +06013345101,"Census Tract 3451.01, Contra Costa County, California",6006,4176.0,134628.0,776000.0,2255.0,2819.0,467.0,7.0,1493.0,16.0,0.0,45.0,1159.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.01,5909.0,4326.0,128.0,53.0,827.0,4.0,555.0,3865.0,85599.0,354000.0,1789.0 +06013314104,"Census Tract 3141.04, Contra Costa County, California",8445,4683.0,40129.0,160100.0,337.0,1199.0,1096.0,129.0,527.0,0.0,0.0,425.0,5132.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3141.04,7272.0,2290.0,1266.0,112.0,837.0,4.0,2700.0,4107.0,31850.0,112200.0,399.0 +06013315000,"Census Tract 3150, Contra Costa County, California",3668,2661.0,85793.0,341700.0,744.0,1627.0,249.0,109.0,696.0,31.0,35.0,147.0,778.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3150,3596.0,1901.0,274.0,43.0,705.0,3.0,631.0,2411.0,73691.0,212300.0,625.0 +06013305000,"Census Tract 3050, Contra Costa County, California",6347,4059.0,47787.0,223400.0,395.0,1774.0,1264.0,118.0,246.0,0.0,0.0,201.0,2785.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3050,6480.0,3319.0,448.0,118.0,209.0,12.0,2309.0,3699.0,31692.0,134600.0,242.0 +06013312000,"Census Tract 3120, Contra Costa County, California",2215,1391.0,34239.0,269300.0,213.0,193.0,793.0,13.0,144.0,0.0,0.0,87.0,985.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3120,2617.0,264.0,1299.0,28.0,321.0,2.0,692.0,1500.0,27399.0,142900.0,211.0 +06013320001,"Census Tract 3200.01, Contra Costa County, California",4231,2749.0,75391.0,367600.0,687.0,1965.0,127.0,8.0,128.0,251.0,0.0,156.0,1604.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3200.01,3225.86301,2107.881592,90.35196686,100.2807541,123.11696620000001,1.98575747,780.40271,2110.860107,48899.00184,188199.9976,261.1271057 +06013307205,"Census Tract 3072.05, Contra Costa County, California",7058,4567.0,41814.0,293400.0,656.0,1744.0,1775.0,21.0,725.0,19.0,0.0,232.0,2542.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3072.05,7162.0,4078.0,730.0,120.0,585.0,8.0,1580.0,4336.0,47526.0,150000.0,670.0 +06013308001,"Census Tract 3080.01, Contra Costa County, California",7708,4803.0,65385.0,345400.0,1068.0,3381.0,1302.0,159.0,182.0,68.0,0.0,632.0,2120.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3080.01,7552.159446,5018.110532,424.00861289999995,88.00283508,450.0074286,4.000035887,1507.029356,4786.101345,64171.976370000004,191599.8919,704.0109456 +06013314200,"Census Tract 3142, Contra Costa County, California",6790,4058.0,46087.0,167800.0,255.0,834.0,155.0,0.0,337.0,120.0,15.0,101.0,5228.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3142,6270.0,2153.0,343.0,135.0,578.0,5.0,3017.0,3449.0,45067.0,121100.0,219.0 +06013327000,"Census Tract 3270, Contra Costa County, California",7810,5504.0,54745.0,170300.0,1110.0,3351.0,5.0,19.0,485.0,19.0,154.0,432.0,3364.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3270,6885.979678,4278.148438,263.05767819999994,119.6615753,521.1706543,9.889386177,1641.638184,4692.513672,42062.99877,93900.00231,740.7150268999999 +06013328000,"Census Tract 3280, Contra Costa County, California",2535,2182.0,33839.0,225000.0,751.0,1154.0,145.0,12.0,508.0,0.0,0.0,164.0,564.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3280,1683.0,1068.0,57.0,20.0,217.0,3.0,296.0,1318.0,24881.0,158800.0,148.0 +06013329000,"Census Tract 3290, Contra Costa County, California",6239,4502.0,83082.0,382900.0,1305.0,3324.0,115.0,0.0,471.0,0.0,0.0,213.0,2116.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3290,6645.020354,4131.851509,218.9423258,85.33842635,678.8293447000001,13.11061375,1473.361883,4455.486225,55826.672889999994,179824.8474,1097.28497 +06013332000,"Census Tract 3320, Contra Costa County, California",8476,5964.0,103418.0,462100.0,1861.0,5014.0,88.0,44.0,700.0,0.0,0.0,517.0,2141.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3320,7672.0,5613.0,158.0,79.0,584.0,10.0,1190.0,5221.0,61053.0,220600.0,1099.0 +06013340001,"Census Tract 3400.01, Contra Costa County, California",6351,4506.0,61803.0,699700.0,2644.0,4647.0,112.0,0.0,835.0,107.0,0.0,289.0,361.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3400.01,5707.761398,4330.300147999999,111.5097561,63.27143744,568.0106711,1.050556093,575.3327912999999,4045.0743829999997,61241.91085,328253.2466,1771.911036 +06013343003,"Census Tract 3430.03, Contra Costa County, California",3873,2872.0,146786.0,1009100.0,2020.0,3075.0,8.0,20.0,316.0,35.0,0.0,224.0,195.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3430.03,3870.9868479999996,3433.9882810000004,46.99983978,15.99994564,245.9991608,1.999993205,104.99964140000002,2722.990723,93497.00263999999,455999.9832,1605.994507 +06013345103,"Census Tract 3451.03, Contra Costa County, California",4898,3452.0,136607.0,753900.0,2111.0,2881.0,191.0,16.0,988.0,0.0,8.0,289.0,541.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.03,5314.054069,3943.038086,109.3631363,37.77999115,844.0845337000001,0.994210303,358.90991210000004,3532.429199,93215.0005,408200.0144,1671.267578 +06013345105,"Census Tract 3451.05, Contra Costa County, California",6801,4528.0,132004.0,868900.0,3004.0,4920.0,40.0,15.0,835.0,0.0,0.0,263.0,728.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.05,6186.869454,5145.891602000001,68.99854279,22.99951553,573.987915,2.999936581,350.99258419999995,4067.914063,91049.99567999999,448400.0049,2212.9533690000003 +06013345108,"Census Tract 3451.08, Contra Costa County, California",7360,5259.0,121583.0,770400.0,3773.0,3614.0,252.0,44.0,2590.0,0.0,0.0,438.0,436.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.08,6542.0,4906.0,154.0,38.0,1029.0,6.0,369.0,5012.0,97762.0,455000.0,3046.0 +06013346201,"Census Tract 3462.01, Contra Costa County, California",7377,5482.0,164052.0,1218300.0,3674.0,6570.0,52.0,0.0,390.0,0.0,0.0,135.0,230.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3462.01,6925.0,6106.0,59.0,22.0,444.0,1.0,279.0,4745.0,129197.0,688500.0,2916.0 +06013348000,"Census Tract 3480, Contra Costa County, California",4915,3339.0,201250.0,1458300.0,2353.0,3934.0,38.0,8.0,562.0,0.0,0.0,161.0,212.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3480,4560.401540999999,3968.7387700000004,32.9812088,15.9908886,389.7779236,0.9994305370000001,137.92141719999998,3205.173828,130411.9999,716300.026,2375.646484 +06013355304,"Census Tract 3553.04, Contra Costa County, California",8635,5998.0,137170.0,616900.0,2943.0,6462.0,58.0,16.0,733.0,30.0,19.0,522.0,795.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3553.04,7618.049020999999,6134.976563,108.7586517,51.4131813,700.9989013999999,1.977429986,545.7706909,5298.523438,91145.00371,326000.0146,2742.6953129999997 +06013356002,"Census Tract 3560.02, Contra Costa County, California",5131,3889.0,141667.0,525400.0,1743.0,1775.0,530.0,9.0,1737.0,0.0,11.0,496.0,573.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3560.02,5849.491744,2164.687932,822.4758221,41.80018397,2222.9677269999997,1.826335298,551.1804883,3975.8926380000003,86917.49552000001,320434.3099,1878.9101690000002 +06013359204,"Census Tract 3592.04, Contra Costa County, California",5101,3618.0,124205.0,481900.0,1361.0,893.0,521.0,0.0,2660.0,0.0,43.0,238.0,746.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3592.04,5077.387542,965.0220222000002,812.4947147,16.9106406,2778.417393,5.1751950419999995,468.85564230000006,3074.546967,89334.78797,273871.8755,1051.975178 +06013365002,"Census Tract 3650.02, Contra Costa County, California",5757,3309.0,50313.0,293400.0,375.0,248.0,944.0,50.0,517.0,13.0,0.0,319.0,3716.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3650.02,4077.717942,88.18277548,2011.2104129999998,8.013081714,183.2074649,0.000368499,1764.090941,1919.9050329999998,22657.09489,98924.9654,32.03998214 +06013366002,"Census Tract 3660.02, Contra Costa County, California",6224,3806.0,57188.0,249400.0,450.0,366.0,655.0,6.0,1000.0,23.0,17.0,119.0,4044.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3660.02,5856.0,817.0,906.0,32.0,1142.0,3.0,2898.0,3215.0,47386.0,141500.0,243.0 +06013367200,"Census Tract 3672, Contra Costa County, California",5763,3763.0,51953.0,301000.0,633.0,624.0,853.0,0.0,1401.0,71.0,0.0,154.0,2660.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3672,4362.052895000001,738.0768929999999,863.3337618999999,42.86640649,1012.1745789999999,4.995579483,1675.676054,2446.041568,36231.00249,141655.62099999998,292.68773930000003 +06013369001,"Census Tract 3690.01, Contra Costa County, California",7423,4945.0,36732.0,228300.0,721.0,989.0,1213.0,31.0,1674.0,3.0,15.0,50.0,3479.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3690.01,7053.0,1559.0,1802.0,78.0,1463.0,1.0,2014.0,4701.0,29826.0,102100.0,645.0 +06013373000,"Census Tract 3730, Contra Costa County, California",4309,2578.0,52426.0,241900.0,171.0,77.0,543.0,48.0,601.0,0.0,0.0,30.0,3034.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3730,4290.0,498.0,829.0,50.0,434.0,1.0,2454.0,2414.0,37139.0,132500.0,163.0 +06013377000,"Census Tract 3770, Contra Costa County, California",7063,4497.0,33932.0,136600.0,407.0,458.0,1131.0,48.0,382.0,72.0,13.0,63.0,4896.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3770,7596.0,636.0,2627.0,45.0,399.0,2.0,3864.0,4026.0,30389.0,71700.0,338.0 +06013385200,"Census Tract 3852, Contra Costa County, California",1157,917.0,111765.0,676400.0,637.0,585.0,49.0,18.0,391.0,0.0,0.0,43.0,71.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3852,1440.0,722.0,100.0,5.0,546.0,0.0,65.0,1085.0,74583.0,298100.0,643.0 +06013388000,"Census Tract 3880, Contra Costa County, California",2727,2081.0,89146.0,584400.0,1166.0,1282.0,95.0,10.0,881.0,0.0,12.0,127.0,320.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3880,2536.0,1362.0,138.0,20.0,701.0,1.0,281.0,1966.0,46625.0,257600.0,1020.0 +06013391000,"Census Tract 3910, Contra Costa County, California",2707,2111.0,140809.0,885100.0,1808.0,1927.0,57.0,0.0,351.0,0.0,0.0,140.0,232.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3910,2436.099442,1969.415989,75.37956952,10.91058167,289.03846400000003,0.004936358,77.3815853,1911.9232550000002,85887.48796,424079.3214,1447.3955970000002 +06013392000,"Census Tract 3920, Contra Costa County, California",2760,2100.0,150326.0,826100.0,1718.0,2021.0,25.0,11.0,362.0,0.0,0.0,191.0,161.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3920,2343.836501,1826.604094,80.31889506,11.21686061,317.57244449999996,1.009093473,90.88605139,1817.179059,101174.0257,416876.6893,1450.2294539999998 +06013374000,"Census Tract 3740, Contra Costa County, California",4662,3165.0,47672.0,333600.0,633.0,940.0,876.0,11.0,387.0,0.0,45.0,158.0,2256.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3740,4517.0,1197.0,1178.0,36.0,571.0,1.0,1498.0,3018.0,36900.0,159700.0,523.0 +06013379000,"Census Tract 3790, Contra Costa County, California",6513,3762.0,41111.0,254400.0,318.0,193.0,1914.0,8.0,88.0,0.0,85.0,245.0,3980.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3790,6329.0,202.0,4372.0,22.0,208.0,9.0,1488.0,3597.0,27207.0,117100.0,312.0 +06013381000,"Census Tract 3810, Contra Costa County, California",6564,4170.0,46413.0,271600.0,441.0,488.0,1887.0,0.0,241.0,2.0,115.0,220.0,3611.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3810,6222.0,316.0,3938.0,25.0,462.0,2.0,1461.0,3553.0,38076.0,141200.0,419.0 +06013382000,"Census Tract 3820, Contra Costa County, California",7590,4808.0,40542.0,316200.0,807.0,462.0,3405.0,10.0,955.0,140.0,0.0,234.0,2384.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3820,7185.000065,587.1975097999999,5005.536621,27.72602081,719.8862915,2.970644951,789.201355,4239.110352000001,37396.001189999995,164400.0041,554.5203857000001 +06013383000,"Census Tract 3830, Contra Costa County, California",4594,3606.0,76192.0,475600.0,2031.0,2028.0,534.0,42.0,1343.0,0.0,14.0,139.0,494.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3830,4355.013535,2086.251465,621.3126831000001,35.91963959,987.3046875,3.883204222,558.2106322999999,3346.351318,47785.9987,217900.0092,1287.282227 +06013384000,"Census Tract 3840, Contra Costa County, California",4054,3143.0,101000.0,682400.0,2091.0,2167.0,303.0,23.0,702.0,17.0,0.0,489.0,368.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3840,3841.8673369999997,2160.216668,512.3633413,40.02894443,917.7679701999999,1.007741308,178.45561730000003,3021.2405949999998,68434.70797,284727.6891,1801.98566 +06013313101,"Census Tract 3131.01, Contra Costa County, California",7104,4829.0,45865.0,265300.0,657.0,1573.0,829.0,42.0,881.0,159.0,16.0,778.0,2826.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3131.01,7030.0,2618.0,1522.0,56.0,951.0,5.0,1762.0,4371.0,36466.0,149900.0,519.0 +06013335000,"Census Tract 3350, Contra Costa County, California",3387,2505.0,77348.0,452600.0,809.0,1768.0,168.0,0.0,248.0,0.0,0.0,296.0,907.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3350,3486.0,2506.0,92.0,30.0,246.0,7.0,578.0,2387.0,64250.0,220800.0,573.0 +06013304003,"Census Tract 3040.03, Contra Costa County, California",4058,2975.0,115265.0,552100.0,909.0,3095.0,70.0,21.0,213.0,0.0,0.0,84.0,590.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3040.03,3725.000031,2966.102295,76.33477020000001,46.89625168,107.48484040000001,5.819242954,497.0317993,2568.339844,85688.00262999999,326400.0155,645.9359741000001 +06013303205,"Census Tract 3032.05, Contra Costa County, California",8860,6422.0,86471.0,451400.0,1824.0,5976.0,98.0,0.0,350.0,281.0,43.0,417.0,1695.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3032.05,4938.00003,3335.57251,271.7179871,49.13319016,296.17031860000003,3.6564235689999998,938.5582275,3077.337402,73621.99987999999,248300.0045,772.6480102999999 +06013359105,"Census Tract 3591.05, Contra Costa County, California",4884,3399.0,115288.0,474300.0,1655.0,774.0,874.0,0.0,2127.0,13.0,0.0,422.0,674.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3591.05,2000.1752420000003,756.9816894999999,380.79614260000005,18.86166954,597.0765991000001,0.62872231,229.2740631,1344.837036,57135.00146,194199.9947,434.866272 +06013368001,"Census Tract 3680.01, Contra Costa County, California",5048,3185.0,48281.0,255300.0,246.0,271.0,148.0,65.0,251.0,0.0,21.0,114.0,4243.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3680.01,5733.9999960000005,610.0523682,702.2981567,43.66302109,692.4586182,1.229944229,3641.25,3020.74292,39763.99834,137099.9952,133.44894409999998 +06013368002,"Census Tract 3680.02, Contra Costa County, California",3627,2217.0,45588.0,260900.0,205.0,271.0,279.0,48.0,351.0,29.0,23.0,112.0,2538.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3680.02,3588.2821689999996,381.76489260000005,439.4914551,27.32389832,433.3339539,0.769687295,2278.65918,1890.352051,39763.99878,137100.0013,83.51107025 +06013359104,"Census Tract 3591.04, Contra Costa County, California",2005,1558.0,79125.0,312200.0,703.0,360.0,393.0,17.0,778.0,0.0,31.0,158.0,274.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3591.04,2244.999981,849.6374512,427.4062195,21.17036819,670.15979,0.70567894,257.3375854,1509.4472660000001,57134.99867000001,194200.0041,488.0946045 +06013359103,"Census Tract 3591.03, Contra Costa County, California",4884,3962.0,78348.0,391900.0,1418.0,1817.0,480.0,0.0,1394.0,1.0,0.0,424.0,768.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3591.03,5297.000278,2004.69043,1008.4502560000001,49.95075607,1581.2189939999998,1.665025234,607.1791992000001,3561.489014,57134.9993,194200.0079,1151.642456 +06013360101,"Census Tract 3601.01, Contra Costa County, California",4644,3323.0,82069.0,472100.0,1289.0,1783.0,378.0,0.0,1001.0,0.0,35.0,411.0,1036.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3601.01,4522.54349,2288.800293,452.74594119999995,35.3938179,1202.406616,3.932646513,489.61450199999996,3157.915039,77127.99803999999,264300.01,1123.262207 +06013345116,"Census Tract 3451.16, Contra Costa County, California",2798,1793.0,162841.0,816800.0,1195.0,1548.0,27.0,14.0,658.0,0.0,56.0,134.0,361.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.16,3005.999925,2163.96167,60.14559174,12.79693413,510.1711121,0.426564485,241.0089264,1920.819824,112824.9987,451700.0033,1022.048523 +06013346203,"Census Tract 3462.03, Contra Costa County, California",3777,2572.0,132384.0,1013200.0,1893.0,3173.0,11.0,0.0,393.0,0.0,0.0,67.0,133.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3462.03,3878.5646049999996,3205.962891,47.56829071,15.73950863,416.5723267,1.049300551,169.9866943,2533.011475,131160.9969,605200.0285,1549.467163 +06013345114,"Census Tract 3451.14, Contra Costa County, California",6700,4873.0,155298.0,928800.0,3114.0,5783.0,60.0,0.0,480.0,9.0,14.0,94.0,260.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.14,6493.515014,5284.8723390000005,75.54023727,27.7373822,821.4963740000001,4.131090572,258.49166490000005,4418.514614,116653.5236,501799.0425,2818.587503 +06013346204,"Census Tract 3462.04, Contra Costa County, California",7444,4693.0,184814.0,1118400.0,3398.0,5678.0,0.0,0.0,1129.0,0.0,0.0,228.0,409.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3462.04,7210.435395,5960.037109000001,88.43170929,29.26049232,774.4276732999999,1.950699449,316.0133057,4708.988281,131160.9951,605199.9847,2880.532959 +06013345111,"Census Tract 3451.11, Contra Costa County, California",5375,3667.0,128631.0,851500.0,2572.0,1781.0,74.0,24.0,3027.0,0.0,0.0,156.0,313.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.11,4660.999802,3064.485596,113.86902620000001,23.47814941,1092.907959,0.586953759,306.97680660000003,3178.3544920000004,97610.00117,496499.9815,1848.3173829999998 +06013355114,"Census Tract 3551.14, Contra Costa County, California",11628,6970.0,185469.0,1008400.0,5005.0,4666.0,205.0,2.0,5456.0,0.0,0.0,504.0,795.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.14,5283.1626240000005,3854.389343,142.72670359999998,20.95886558,999.3344831,1.660701957,235.4745116,3501.465267,146017.7775,666015.8371,2150.894321 +06013345113,"Census Tract 3451.13, Contra Costa County, California",4446,3001.0,167045.0,969100.0,2136.0,2873.0,82.0,23.0,1079.0,13.0,0.0,135.0,241.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.13,4432.615302,3607.567871,51.56546021,18.93419266,560.774353,2.819986105,176.4505615,3016.176514,116653.9971,501799.9969,1924.036255 +06013345112,"Census Tract 3451.12, Contra Costa County, California",6017,3762.0,111597.0,1109600.0,2413.0,2958.0,10.0,0.0,2194.0,0.0,8.0,227.0,620.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.12,3279.9999620000003,2156.51416,80.13096619,16.52184868,769.092041,0.413046211,216.0231628,2236.645264,97610.00062,496499.9905,1300.682495 +06013345203,"Census Tract 3452.03, Contra Costa County, California",6935,4854.0,131168.0,1081000.0,2919.0,5649.0,205.0,0.0,417.0,0.0,0.0,254.0,410.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3452.03,6427.188932999999,5688.018411,40.99893651,27.54135628,325.4035465,1.281017098,305.5152435,4565.328614999999,108362.2671,617183.0157,2675.8817649999996 +06013303102,"Census Tract 3031.02, Contra Costa County, California",8930,5470.0,109514.0,547900.0,1903.0,3983.0,972.0,0.0,1431.0,0.0,57.0,412.0,2075.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3031.02,2546.999914,1134.686768,47.75050735,26.93618393,59.07595062,6.7340459820000005,1254.981323,1419.047241,50448.99828,193000.0013,155.8013458 +06013302007,"Census Tract 3020.07, Contra Costa County, California",7050,4250.0,73362.0,324900.0,658.0,2759.0,628.0,83.0,455.0,100.0,0.0,267.0,2758.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3020.07,5213.0,3062.599121,190.6820068,84.88424683,187.60649109999997,4.305722713,1631.8688960000002,3002.318848,58769.00099,184500.0061,292.1740417 +06013302008,"Census Tract 3020.08, Contra Costa County, California",8126,4915.0,95972.0,387300.0,1328.0,2668.0,955.0,153.0,764.0,0.0,0.0,404.0,3182.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3020.08,3262.0,1916.4010010000002,119.3179932,53.11575317,117.39350890000001,2.694277287,1021.1311039999999,1878.68103,58768.99842,184500.0047,182.8259583 +06013303103,"Census Tract 3031.03, Contra Costa County, California",12210,7875.0,76842.0,432500.0,1619.0,5746.0,806.0,239.0,512.0,5.0,0.0,897.0,4092.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3031.03,5773.999838000001,2572.313232,108.24948880000001,61.06381226,133.9240417,15.26595306,2845.018555,3216.9526370000003,50449.00039,193000.0029,353.1986389 +06013304002,"Census Tract 3040.02, Contra Costa County, California",1647,1075.0,68750.0,445000.0,164.0,915.0,31.0,17.0,11.0,0.0,0.0,17.0,656.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3040.02,1382.999943,1101.240112,28.34120369,17.41141319,39.90644836,2.160540342,184.535553,953.560791,85688.00165,326399.9956,239.81996150000003 +06013304005,"Census Tract 3040.05, Contra Costa County, California",8287,5141.0,119583.0,498600.0,1305.0,5313.0,765.0,152.0,265.0,66.0,105.0,295.0,1478.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3040.05,1827.0000309999998,1454.783569,37.43990326,23.00119591,52.71806717,2.8541629310000003,243.7790833,1259.693237,85688.00155,326400.003,316.8120728 +06013302006,"Census Tract 3020.06, Contra Costa County, California",3873,2531.0,95640.0,328700.0,337.0,2195.0,190.0,12.0,191.0,0.0,0.0,139.0,1158.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3020.06,4209.999858,2687.881836,179.8230743,67.89658356,240.72425840000002,4.52643919,998.6970825,2415.472412,64398.002420000004,177899.9963,331.25305180000004 +06013313205,"Census Tract 3132.05, Contra Costa County, California",1749,1135.0,83281.0,290600.0,171.0,351.0,216.0,65.0,421.0,0.0,7.0,81.0,673.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3132.05,1808.959432,444.13073729999996,384.2479248,13.1560688,286.2579041,1.814630151,667.5570679,986.4783325,54655.998770000006,146899.9978,96.17539978 +06013313206,"Census Tract 3132.06, Contra Costa County, California",6167,3932.0,61218.0,259000.0,365.0,638.0,995.0,52.0,734.0,62.0,0.0,132.0,3586.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3132.06,6162.20464,1512.957475,1308.919134,44.81627226,975.1330696,6.181475621000001,2274.0160920000003,3360.4392729999995,54656.1237,146901.1315,327.6293307 +06013304001,"Census Tract 3040.01, Contra Costa County, California",4700,3285.0,117917.0,599400.0,1461.0,2594.0,105.0,0.0,1003.0,0.0,12.0,411.0,575.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3040.01,57.00000038,45.38733673,1.168075681,0.7176070809999999,1.644734383,0.089046136,7.605587482000001,39.30077362,85687.99648999999,326400.0036,9.884120941 +06013355108,"Census Tract 3551.08, Contra Costa County, California",13020,8533.0,93688.0,374600.0,2867.0,2414.0,3865.0,17.0,2221.0,235.0,128.0,1246.0,2911.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.08,6675.662277,3668.078125,947.8026123,61.88184738,858.137085,2.5257897380000003,1079.7751460000002,4019.162842,79659.99795,228900.0,1098.087036 +06013355107,"Census Tract 3551.07, Contra Costa County, California",5313,3722.0,100385.0,366300.0,1157.0,2283.0,569.0,52.0,575.0,0.0,0.0,215.0,1660.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.07,3983.1882520000004,2210.864998,554.4370872000001,36.70428872,508.854702,1.496753978,636.4468722,2406.24374,79977.72911,231480.004,672.1817226 +06013306003,"Census Tract 3060.03, Contra Costa County, California",5221,3256.0,53618.0,242800.0,300.0,1923.0,773.0,62.0,119.0,22.0,0.0,207.0,2115.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3060.03,4741.000186,3185.051025,267.6464844,99.85942078,171.8510895,5.225202084,988.1437988,2987.073975,44202.001280000004,148099.9917,369.8282166 +06013306004,"Census Tract 3060.04, Contra Costa County, California",3761,2478.0,62796.0,278000.0,286.0,1254.0,887.0,6.0,91.0,0.0,16.0,171.0,1342.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3060.04,3425.000057,2300.948975,193.3535461,72.14058685,124.1489105,3.7747979160000003,713.8562622000001,2157.92627,44202.00137,148099.9976,267.17181400000004 +06013345115,"Census Tract 3451.15, Contra Costa County, California",5846,4013.0,186250.0,993300.0,2640.0,2871.0,48.0,10.0,2147.0,0.0,0.0,351.0,429.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.15,4040.9998649999998,2909.03833,80.85440063,17.20306396,685.8288574,0.573435485,323.9910583,2582.179932,112824.9951,451699.999,1373.951416 +06013355110,"Census Tract 3551.10, Contra Costa County, California",4290,2587.0,89755.0,345100.0,822.0,1074.0,714.0,0.0,1075.0,0.0,65.0,325.0,1037.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.10,4427.999829,2453.025391,551.8652954,39.23213196,673.3395996,4.359125614,661.715271,2635.527344,81605.99775,234500.0014,783.770813 +06013355111,"Census Tract 3551.11, Contra Costa County, California",6109,3873.0,83786.0,345800.0,1041.0,1724.0,1477.0,0.0,716.0,0.0,0.0,290.0,1902.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3551.11,4873.999886,2700.100586,607.4506836,43.18369675,741.1601562999999,4.7981886860000005,728.3649902000001,2900.9848629999997,81605.99666,234499.9898,862.7142944 +06013303201,"Census Tract 3032.01, Contra Costa County, California",11740,6802.0,113085.0,433800.0,1745.0,4755.0,1534.0,32.0,1458.0,464.0,15.0,874.0,2624.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3032.01,4651.881891,3142.302246,255.97406009999997,46.2863121,279.0095825,3.4445626739999997,884.1762085000001,2899.030029,73622.00104,248299.99,727.8791504 +06013303204,"Census Tract 3032.04, Contra Costa County, California",4759,3285.0,68523.0,369800.0,708.0,2469.0,417.0,0.0,189.0,0.0,31.0,196.0,1457.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3032.04,4219.000092,2849.894775,232.15434269999997,41.97912979,253.0462799,3.124028206,801.8989868,2629.260254,73622.00269,248300.0,660.1462402000001 +06013324001,"Census Tract 3240.01, Contra Costa County, California",5661,4502.0,90223.0,494900.0,2604.0,3238.0,213.0,0.0,1138.0,26.0,61.0,326.0,659.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3240.01,4160.999977,2927.445557,122.57209009999998,36.40298843,603.1837158,4.147176266000001,427.15911869999996,3151.393066,49002.00153,223099.9982,1272.72229 +06013338203,"Census Tract 3382.03, Contra Costa County, California",5526,4225.0,96375.0,621200.0,3071.0,3268.0,70.0,0.0,1324.0,0.0,0.0,341.0,523.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3382.03,4349.596493999999,3329.947754,86.68546295,31.95979309,600.6690062999999,5.691470146,252.17590330000002,3565.487061,63909.99706,266399.9949,1946.4827879999998 +06013338101,"Census Tract 3381.01, Contra Costa County, California",5089,3714.0,62375.0,371800.0,957.0,1738.0,371.0,13.0,535.0,0.0,31.0,77.0,2331.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3381.01,4566.672732999999,2706.217041,170.0269623,60.68486404,599.741394,6.013815403,967.6775513,3053.924805,62973.99909,233099.991,917.9269409 +06013324002,"Census Tract 3240.02, Contra Costa County, California",5603,4325.0,97368.0,494900.0,2269.0,3357.0,151.0,0.0,949.0,26.0,42.0,344.0,734.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3240.02,4868.9997539999995,3425.554199,143.42790219999998,42.59700775,705.8162231000001,4.852823733999999,499.84085080000006,3687.606689,49002.00064,223100.0094,1489.27771 +06013338102,"Census Tract 3381.02, Contra Costa County, California",3549,2674.0,106895.0,574000.0,1464.0,2178.0,3.0,11.0,347.0,45.0,12.0,333.0,631.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3381.02,3786.327516,2243.783203,140.973053,50.31513977,497.2586365,4.986185074,802.3225097999999,2532.075439,62973.999520000005,233099.9952,761.0731201 +06013336201,"Census Tract 3362.01, Contra Costa County, California",4230,2751.0,57778.0,354900.0,595.0,988.0,12.0,19.0,640.0,0.0,0.0,271.0,2300.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3362.01,3597.9999420000004,1116.3188480000001,129.2956696,36.99845123,421.7027893,7.956656456,1849.52478,2059.978271,39351.99808,170800.0011,254.6130066 +06013336202,"Census Tract 3362.02, Contra Costa County, California",5959,3348.0,40861.0,232100.0,388.0,929.0,114.0,14.0,338.0,0.0,7.0,128.0,4429.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3362.02,5446.000058,1689.6811519999999,195.7043304,56.00154877,638.2972412,12.04334354,2799.475342,3118.021729,39352.00127,170800.0073,385.3869934 +06013320004,"Census Tract 3200.04, Contra Costa County, California",6380,4393.0,96579.0,484100.0,1797.0,3860.0,241.0,0.0,599.0,21.0,0.0,527.0,1132.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3200.04,5570.540808,4092.739014,161.86738590000002,86.01321411,635.2786865,4.063616276,560.1018066,3834.021973,68446.00119,271099.9907,1282.070923 +06013333102,"Census Tract 3331.02, Contra Costa County, California",4296,3132.0,92787.0,528500.0,1089.0,2554.0,199.0,0.0,664.0,0.0,0.0,224.0,655.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3331.02,3961.098468,2812.913296,112.1984351,49.42666716,460.1651598,0.98854565,494.7613586,2629.531877,65300.676770000005,254102.3353,739.4484819 +06013333101,"Census Tract 3331.01, Contra Costa County, California",4445,3011.0,89259.0,478400.0,844.0,2714.0,69.0,0.0,523.0,30.0,0.0,146.0,963.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3331.01,4050.200144,2876.177734,114.7236633,50.53905869,470.51864620000003,1.0107811690000001,505.89596560000007,2688.677979,65299.999370000005,254099.9914,756.0643311000001 +06013350000,"Census Tract 3500, Contra Costa County, California",6436,4661.0,113846.0,1052200.0,3363.0,4396.0,357.0,0.0,705.0,0.0,65.0,437.0,476.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3500,5531.0,4387.0,51.0,50.0,726.0,1.0,281.0,4006.0,77562.0,539200.0,2700.0 +06013355301,"Census Tract 3553.01, Contra Costa County, California",8184,5859.0,120233.0,614800.0,3229.0,5434.0,40.0,109.0,962.0,105.0,169.0,386.0,991.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3553.01,6550.0,4886.0,97.0,53.0,681.0,1.0,739.0,4404.0,71800.0,271800.0,1414.0 +06013358000,"Census Tract 3580, Contra Costa County, California",6262,4108.0,60132.0,372900.0,740.0,1631.0,963.0,0.0,908.0,66.0,0.0,390.0,2304.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3580,5199.0,2886.0,830.0,105.0,449.0,4.0,889.0,3295.0,43725.0,182100.0,497.0 +06013359102,"Census Tract 3591.02, Contra Costa County, California",5814,4374.0,75463.0,407000.0,1224.0,1545.0,666.0,51.0,1559.0,0.0,0.0,354.0,1685.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3591.02,5212.562714,2085.6247559999997,866.4286499,59.96046066,1270.162476,2.998023033,867.4279785,3469.711914,57940.001829999994,202299.9898,859.4332886 +06013367100,"Census Tract 3671, Contra Costa County, California",5127,3415.0,59598.0,346300.0,609.0,440.0,1764.0,129.0,696.0,0.0,0.0,212.0,2015.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3671,5335.9471060000005,699.9231412,3002.666287,22.13359532,800.8254075,12.00442064,779.3239288,3515.958197,45768.73919,171230.7203,658.3122308 +06013372000,"Census Tract 3720, Contra Costa County, California",7479,4904.0,54957.0,328400.0,1019.0,972.0,608.0,0.0,1364.0,16.0,0.0,538.0,3981.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3720,7133.0,1600.0,1288.0,35.0,1199.0,10.0,2925.0,4498.0,46711.0,149200.0,643.0 +06013390100,"Census Tract 3901, Contra Costa County, California",2423,1820.0,130833.0,733900.0,1372.0,1484.0,91.0,0.0,453.0,4.0,30.0,157.0,204.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3901,2167.038105,1444.288435,126.4288639,14.06904453,461.6790516,2.995063782,84.51472056,1720.338861,70776.51917,334499.047,1146.3607060000002 +06013306002,"Census Tract 3060.02, Contra Costa County, California",3344,2469.0,76111.0,289300.0,407.0,1758.0,194.0,0.0,267.0,0.0,0.0,26.0,1099.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3060.02,3191.967855,2062.6401370000003,177.1104431,64.67515564,204.97050480000001,2.985007286,659.6866455,2066.6201170000004,57550.002329999996,175900.0055,251.7356262 +06013311000,"Census Tract 3110, Contra Costa County, California",5444,3069.0,54290.0,284100.0,468.0,692.0,1202.0,56.0,939.0,144.0,0.0,307.0,2104.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3110,4976.0,849.0,998.0,39.0,718.0,8.0,2340.0,2703.0,41681.0,121200.0,197.0 +06013314102,"Census Tract 3141.02, Contra Costa County, California",5739,3605.0,57135.0,225200.0,408.0,925.0,401.0,90.0,570.0,55.0,39.0,211.0,3495.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3141.02,5727.0,1737.0,902.0,75.0,917.0,3.0,2056.0,3243.0,53642.0,135800.0,348.0 +06013314103,"Census Tract 3141.03, Contra Costa County, California",6309,3507.0,45570.0,258000.0,504.0,599.0,984.0,9.0,745.0,38.0,0.0,346.0,3588.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3141.03,5468.0,1239.0,1144.0,81.0,886.0,8.0,2071.0,3145.0,48014.0,154200.0,455.0 +06013331000,"Census Tract 3310, Contra Costa County, California",7036,5302.0,68349.0,430900.0,1846.0,3663.0,479.0,36.0,831.0,122.0,28.0,269.0,1644.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3310,6770.0,4690.0,163.0,88.0,654.0,3.0,1094.0,4632.0,56129.0,225800.0,1160.0 +06013345102,"Census Tract 3451.02, Contra Costa County, California",3773,2494.0,134458.0,731300.0,1355.0,2370.0,13.0,76.0,695.0,8.0,0.0,211.0,400.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3451.02,4141.0,3284.0,55.0,53.0,365.0,1.0,367.0,2676.0,95244.0,360900.0,1088.0 +06013346101,"Census Tract 3461.01, Contra Costa County, California",3457,2540.0,152136.0,967700.0,1927.0,2606.0,0.0,0.0,535.0,0.0,0.0,91.0,225.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3461.01,3612.0,3015.0,19.0,3.0,460.0,1.0,109.0,2509.0,114914.0,489000.0,1625.0 +06013351200,"Census Tract 3512, Contra Costa County, California",6238,4060.0,201731.0,1193600.0,3042.0,4893.0,8.0,0.0,657.0,0.0,20.0,380.0,280.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3512,6035.0,5265.0,28.0,28.0,504.0,0.0,192.0,4061.0,107389.0,514000.0,2694.0 +06013352102,"Census Tract 3521.02, Contra Costa County, California",5811,3551.0,179250.0,1100700.0,2693.0,4263.0,17.0,0.0,950.0,0.0,0.0,160.0,421.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3521.02,5186.0,4216.0,27.0,15.0,741.0,0.0,165.0,3493.0,119297.0,561000.0,2379.0 +06013371000,"Census Tract 3710, Contra Costa County, California",6013,4144.0,76942.0,343800.0,1304.0,1550.0,713.0,7.0,912.0,37.0,33.0,173.0,2588.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3710,5266.0,1656.0,1203.0,48.0,976.0,2.0,1320.0,3579.0,45923.0,161700.0,671.0 +06013352202,"Census Tract 3522.02, Contra Costa County, California",2615,1911.0,109677.0,920500.0,1486.0,1797.0,7.0,0.0,496.0,8.0,0.0,164.0,143.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3522.02,2270.0,1878.0,9.0,1.0,286.0,0.0,77.0,1766.0,98181.0,477100.0,1091.0 +06013355200,"Census Tract 3552, Contra Costa County, California",10727,7153.0,109951.0,479700.0,2957.0,2200.0,1605.0,0.0,4078.0,68.0,37.0,547.0,2192.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3552,3842.7998829999997,1331.988287,502.0793079,32.034937400000004,1359.325267,1.000698748,566.3497234,2343.85867,75115.93437999999,232321.1473,712.5226635 +06013369002,"Census Tract 3690.02, Contra Costa County, California",2693,1864.0,58319.0,368200.0,488.0,715.0,532.0,29.0,318.0,0.0,18.0,175.0,906.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3690.02,2822.77222,1138.8907470000001,630.8317261,34.93529892,400.25872799999996,3.992605686,536.0073242,1939.4082030000002,49332.99968,176900.0027,497.0794067 +06013387000,"Census Tract 3870, Contra Costa County, California",2958,2075.0,74943.0,588700.0,1086.0,1211.0,174.0,22.0,1112.0,0.0,0.0,245.0,210.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3870,2294.0,1199.0,160.0,11.0,666.0,0.0,226.0,1780.0,54453.0,241100.0,881.0 +06013322000,"Census Tract 3220, Contra Costa County, California",6267,4450.0,105625.0,651800.0,2455.0,3977.0,51.0,46.0,547.0,0.0,16.0,521.0,1118.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3220,6333.0275329999995,4847.872937,126.2186966,65.10109562,750.6340352999999,4.0144422319999995,504.07078830000006,4599.167331000001,74557.39322,301269.24600000004,1964.2095190000002 +06013334001,"Census Tract 3340.01, Contra Costa County, California",4165,2886.0,86125.0,431600.0,946.0,2316.0,84.0,0.0,510.0,0.0,0.0,123.0,1132.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3340.01,4092.0,2815.0,126.0,47.0,423.0,5.0,622.0,2851.0,50529.0,223200.0,620.0 +06013338201,"Census Tract 3382.01, Contra Costa County, California",3918,2959.0,105573.0,764600.0,1597.0,2837.0,68.0,0.0,513.0,0.0,0.0,132.0,368.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3382.01,3881.0,2930.0,73.0,32.0,515.0,3.0,302.0,2788.0,81773.0,386200.0,1331.0 +06013336102,"Census Tract 3361.02, Contra Costa County, California",7456,4708.0,39186.0,227400.0,1051.0,1342.0,707.0,60.0,808.0,0.0,15.0,233.0,4337.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3361.02,7200.0,2242.0,444.0,83.0,771.0,4.0,3514.0,4092.0,34286.0,91000.0,615.0 +06013337100,"Census Tract 3371, Contra Costa County, California",3656,2685.0,98665.0,657000.0,1198.0,1876.0,170.0,37.0,530.0,0.0,9.0,149.0,912.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3371,3142.0,2252.0,78.0,27.0,407.0,2.0,317.0,2190.0,85460.0,359600.0,837.0 +06013338301,"Census Tract 3383.01, Contra Costa County, California",2931,2184.0,129333.0,893900.0,1300.0,2060.0,19.0,0.0,374.0,0.0,11.0,105.0,362.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3383.01,2976.0,2398.0,16.0,10.0,430.0,0.0,99.0,2093.0,102345.0,481700.0,1463.0 +06013345202,"Census Tract 3452.02, Contra Costa County, California",7394,4973.0,123787.0,692300.0,3375.0,4308.0,159.0,101.0,1893.0,0.0,47.0,413.0,561.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3452.02,6382.9147649999995,4949.614002,139.23341409999998,37.16162969,805.8782292999999,2.007493865,392.79462060000003,4617.92415,80628.07257,368371.9054,2281.81743 +06013352101,"Census Tract 3521.01, Contra Costa County, California",3249,1600.0,177431.0,1161300.0,1235.0,2176.0,72.0,8.0,473.0,60.0,2.0,143.0,315.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3521.01,3993.756008,3055.529422,107.7236111,18.30362167,495.9082216,3.046661939,296.940661,1828.698995,99573.38849,536321.7102,1230.2980289999998 +06013352201,"Census Tract 3522.01, Contra Costa County, California",5970,3880.0,106406.0,1014300.0,2767.0,3819.0,14.0,30.0,1395.0,0.0,20.0,221.0,471.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3522.01,5738.0,4361.0,65.0,20.0,944.0,1.0,275.0,3984.0,79929.0,503000.0,2638.0 +06013353002,"Census Tract 3530.02, Contra Costa County, California",4530,3140.0,194519.0,1229100.0,2428.0,3391.0,80.0,76.0,575.0,1.0,0.0,164.0,318.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3530.02,3980.0,3339.0,39.0,13.0,443.0,1.0,123.0,2781.0,119317.0,615500.0,2031.0 +06013359202,"Census Tract 3592.02, Contra Costa County, California",6166,4815.0,89763.0,467500.0,1368.0,2525.0,426.0,12.0,1215.0,24.0,158.0,363.0,1443.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3592.02,6437.000153,3686.313965,487.0390625,64.08409119,1298.442261,9.859090805,857.7408447,4413.914551,77184.99679,250199.9953,1394.075439 +06013360200,"Census Tract 3602, Contra Costa County, California",4884,3701.0,71612.0,437800.0,1065.0,1592.0,418.0,22.0,946.0,19.0,18.0,222.0,1660.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3602,4980.0,2514.0,804.0,78.0,875.0,7.0,635.0,3320.0,50593.0,199300.0,779.0 +06013361000,"Census Tract 3610, Contra Costa County, California",5100,3655.0,75915.0,434400.0,1308.0,1704.0,603.0,0.0,1135.0,186.0,37.0,210.0,1225.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3610,4231.081654,1941.6689379999998,719.4580806,50.28866843,755.5183712999999,0.029564398999999998,706.8542385,2954.036483,46929.50307,194279.8354,722.3509177999999 +06013362000,"Census Tract 3620, Contra Costa County, California",3277,2561.0,75455.0,444900.0,1040.0,1668.0,338.0,0.0,342.0,14.0,26.0,174.0,715.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3620,2840.546868,1670.080357,430.2557436000001,33.83031649,376.2925578,3.974985488,297.1567845,2131.6374960000003,54816.267920000006,234091.2131,933.8888754000001 +06013390200,"Census Tract 3902, Contra Costa County, California",1745,1320.0,109226.0,693600.0,999.0,1218.0,38.0,0.0,304.0,0.0,0.0,51.0,134.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3902,1668.3017029999999,1204.8909039999999,35.17976937,8.017678041,314.17667969999997,0.0,73.07909384,1340.2873880000002,70289.3477,320618.9693,850.9578443 +06013364002,"Census Tract 3640.02, Contra Costa County, California",5884,4042.0,68923.0,358500.0,729.0,1500.0,845.0,36.0,900.0,0.0,0.0,389.0,2214.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3640.02,5416.152343,2335.691406,802.2846069,74.08703613,880.2709961000002,7.798635482999999,1273.127197,3550.328857,56867.00038,185699.9942,466.9432983 +06013380000,"Census Tract 3800, Contra Costa County, California",6150,4763.0,79277.0,387000.0,2304.0,1960.0,1520.0,7.0,1315.0,32.0,186.0,162.0,968.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3800,6002.0,1732.0,1961.0,23.0,1066.0,3.0,1136.0,4111.0,60625.0,242400.0,1978.0 +06013385100,"Census Tract 3851, Contra Costa County, California",2981,2338.0,146705.0,874400.0,1717.0,1553.0,99.0,18.0,702.0,0.0,0.0,305.0,322.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3851,2661.098077,1673.0449859999999,206.01670049999998,7.001167867,640.0174479,0.0,119.0164436,2128.06846,88789.64786,418094.4874,1409.016607 +06013307102,"Census Tract 3071.02, Contra Costa County, California",5346,3226.0,44961.0,232300.0,113.0,1106.0,487.0,84.0,112.0,34.0,0.0,202.0,3405.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3071.02,5018.0,2716.0,263.0,99.0,214.0,5.0,1671.0,2974.0,42264.0,135400.0,234.0 +06013318000,"Census Tract 3180, Contra Costa County, California",3877,2837.0,77934.0,453200.0,822.0,2621.0,18.0,0.0,381.0,0.0,0.0,221.0,636.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3180,3499.0,2808.0,93.0,62.0,149.0,0.0,360.0,2545.0,45647.0,217400.0,742.0 +06013354001,"Census Tract 3540.01, Contra Costa County, California",2113,1520.0,177727.0,1034900.0,1230.0,1510.0,0.0,27.0,322.0,24.0,0.0,133.0,97.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3540.01,1844.796348,1631.625352,14.03434448,5.00392453,119.09612390000001,0.000982019,63.02927281,1381.6430289999998,104350.3663,509972.6933,1017.535463 +06013354002,"Census Tract 3540.02, Contra Costa County, California",6980,5083.0,238750.0,1470200.0,4169.0,4820.0,92.0,1.0,998.0,0.0,0.0,539.0,530.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3540.02,6510.0,5785.0,36.0,15.0,494.0,2.0,152.0,4698.0,149926.0,801500.0,3737.0 +06013355302,"Census Tract 3553.02, Contra Costa County, California",3498,2492.0,206532.0,961500.0,1808.0,2372.0,44.0,0.0,715.0,0.0,0.0,132.0,235.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3553.02,3659.0,2754.0,35.0,21.0,667.0,0.0,167.0,2412.0,131860.0,533400.0,1714.0 +06013308002,"Census Tract 3080.02, Contra Costa County, California",4337,2875.0,97375.0,364600.0,652.0,1328.0,767.0,30.0,922.0,0.0,22.0,270.0,1000.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3080.02,4206.0,2375.0,497.0,32.0,596.0,7.0,664.0,2428.0,81597.0,225600.0,675.0 +06013316000,"Census Tract 3160, Contra Costa County, California",1017,775.0,31042.0,387500.0,167.0,670.0,133.0,0.0,18.0,0.0,0.0,14.0,182.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3160,1651.0,883.0,386.0,25.0,80.0,2.0,259.0,1206.0,29336.0,161200.0,101.0 +06013319000,"Census Tract 3190, Contra Costa County, California",8258,5788.0,82743.0,421500.0,1410.0,5630.0,172.0,115.0,367.0,0.0,0.0,266.0,1794.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3190,7655.137,5817.118452000001,263.6480354,145.7192481,412.8830373,8.014242536,961.5973167000001,5107.139816,60818.002629999995,194581.7713,1214.8728939999999 +06013325000,"Census Tract 3250, Contra Costa County, California",5806,4333.0,101027.0,667000.0,1940.0,4229.0,168.0,15.0,355.0,0.0,44.0,208.0,787.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3250,5417.23881,4491.6996,85.49024719,45.72856568,343.9893376,7.949444074,394.6672297,3972.9257729999995,66412.92154,309405.26300000004,1485.0889710000001 +06013340002,"Census Tract 3400.02, Contra Costa County, California",7441,5674.0,132773.0,811000.0,3801.0,5329.0,18.0,13.0,754.0,28.0,28.0,464.0,814.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3400.02,7230.0,5948.0,102.0,40.0,718.0,4.0,368.0,5373.0,89386.0,385400.0,3180.0 +06013343001,"Census Tract 3430.01, Contra Costa County, California",4725,3539.0,100625.0,962900.0,2311.0,3435.0,68.0,0.0,488.0,21.0,0.0,110.0,603.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3430.01,4748.0,3834.0,46.0,39.0,296.0,2.0,498.0,3552.0,69005.0,427200.0,1790.0 +06013346102,"Census Tract 3461.02, Contra Costa County, California",5695,3778.0,235179.0,1579700.0,2794.0,4353.0,44.0,26.0,590.0,40.0,0.0,192.0,464.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3461.02,5532.0,4717.0,35.0,21.0,442.0,3.0,267.0,3725.0,153729.0,794500.0,2437.0 +06013347000,"Census Tract 3470, Contra Costa County, California",6226,4719.0,175431.0,997600.0,3267.0,4743.0,36.0,31.0,585.0,0.0,19.0,332.0,511.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3470,6226.413738,5113.644789,95.49275009,24.59968466,632.6271883,3.997198724,316.5535923,4323.134328,126497.2364,579692.8136,2777.382085 +06013353001,"Census Tract 3530.01, Contra Costa County, California",3973,2779.0,165956.0,1192100.0,2260.0,2837.0,114.0,0.0,746.0,0.0,0.0,222.0,54.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3530.01,3578.002982,2894.002313,34.00014923,12.00001433,459.0003665,4.77544e-06,150.0001158,2480.002434,107363.0254,552500.1446,1773.0020379999999 +06013356001,"Census Tract 3560.01, Contra Costa County, California",4369,2959.0,87981.0,390800.0,1001.0,1190.0,489.0,84.0,1217.0,0.0,50.0,152.0,1187.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3560.01,4045.0,1387.0,748.0,33.0,1202.0,12.0,651.0,2529.0,75420.0,214000.0,604.0 +06013366001,"Census Tract 3660.01, Contra Costa County, California",4572,2935.0,58731.0,299100.0,396.0,362.0,493.0,18.0,565.0,0.0,44.0,241.0,2849.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3660.01,4632.0,739.0,999.0,39.0,1137.0,4.0,1694.0,2615.0,47104.0,155100.0,344.0 +06013375000,"Census Tract 3750, Contra Costa County, California",4790,2760.0,56453.0,317900.0,193.0,273.0,338.0,0.0,145.0,0.0,65.0,83.0,3886.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3750,4502.0,267.0,1135.0,33.0,218.0,4.0,2787.0,2168.0,33689.0,128300.0,98.0 +06013301000,"Census Tract 3010, Contra Costa County, California",4784,3342.0,66029.0,306400.0,696.0,3233.0,372.0,0.0,105.0,0.0,21.0,154.0,899.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3010,3355.0,2830.0,56.0,78.0,69.0,3.0,296.0,2602.0,44871.0,143600.0,245.0 +06013307201,"Census Tract 3072.01, Contra Costa County, California",3506,2219.0,50781.0,245300.0,380.0,995.0,160.0,25.0,367.0,0.0,0.0,268.0,1716.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3072.01,3029.0,1373.0,249.0,52.0,207.0,2.0,1121.0,1612.0,45000.0,147300.0,84.0 +06013378000,"Census Tract 3780, Contra Costa County, California",3193,2776.0,97313.0,638900.0,1833.0,2114.0,159.0,0.0,320.0,0.0,0.0,125.0,475.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3780,2895.0,2170.0,243.0,45.0,140.0,2.0,266.0,2376.0,60878.0,327200.0,1233.0 +06013313103,"Census Tract 3131.03, Contra Costa County, California",8515,5894.0,92279.0,362700.0,1472.0,2461.0,871.0,26.0,1869.0,143.0,49.0,688.0,2434.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3131.03,5912.0,2880.0,861.0,81.0,626.0,4.0,1401.0,3718.0,59107.0,176500.0,661.0 +06013334004,"Census Tract 3340.04, Contra Costa County, California",7875,5687.0,68686.0,402500.0,2167.0,4800.0,489.0,63.0,812.0,0.0,0.0,362.0,1349.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3340.04,7516.0,4635.0,267.0,81.0,1236.0,7.0,1186.0,5015.0,55384.0,190800.0,1581.0 +06013363000,"Census Tract 3630, Contra Costa County, California",6950,5305.0,75964.0,359500.0,1819.0,2199.0,1285.0,0.0,1418.0,0.0,27.0,252.0,1769.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3630,6829.010193000001,2964.0043960000003,1614.00151,86.00013943,1191.001657,3.000014677,906.0023960000001,4458.006682,55078.00241,188899.9954,1088.000879 +06013309000,"Census Tract 3090, Contra Costa County, California",3571,2463.0,64722.0,332900.0,525.0,680.0,1315.0,9.0,270.0,0.0,0.0,209.0,1097.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3090,2496.0,903.0,839.0,17.0,222.0,5.0,480.0,1706.0,60615.0,210000.0,497.0 +06013376000,"Census Tract 3760, Contra Costa County, California",5682,3260.0,38856.0,215200.0,378.0,132.0,1251.0,0.0,436.0,11.0,0.0,123.0,3729.0,Oakland,San Francisco-Oakland-Berkeley,CA,Contra Costa County,Census Tract 3760,5959.0,158.0,2990.0,29.0,568.0,4.0,2189.0,3134.0,26186.0,123800.0,163.0 +06041990100,"Census Tract 9901, Marin County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,,,,,,,,,,,,,, +06041131100,"Census Tract 1311, Marin County, California",1123,846.0,110500.0,1071400.0,539.0,1068.0,0.0,0.0,5.0,0.0,0.0,17.0,33.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1311,978.0994011,851.2132671,9.106354466,11.032068800000001,41.44340643,1.013664431,56.27242434,719.3502308999999,74025.89873,772927.5347,475.1055815 +06041119201,"Census Tract 1192.01, Marin County, California",3360,2651.0,82006.0,610500.0,1550.0,2432.0,79.0,8.0,225.0,0.0,0.0,69.0,555.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1192.01,3260.999948,2928.316162,30.42535973,16.45961952,178.06317140000002,0.997552752,96.26383972,2639.025879,74043.99736000001,596299.9905,1657.932617 +06041112202,"Census Tract 1122.02, Marin County, California",4607,2873.0,60956.0,651500.0,652.0,830.0,14.0,0.0,555.0,0.0,195.0,42.0,2971.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1122.02,4098.999862,674.2168579,148.4610748,16.84664726,368.5204163,0.0,2875.1611329999996,2328.697998,40684.9993,199499.9961,335.52905269999997 +06041112201,"Census Tract 1122.01, Marin County, California",7700,4056.0,35098.0,276400.0,293.0,391.0,105.0,150.0,278.0,0.0,292.0,59.0,6569.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1122.01,7580.000137999999,1246.783081,274.53890989999996,31.15335274,681.4796142999999,0.0,5316.838867,4306.301758,40685.00038,199500.0021,620.4709472999999 +06041130202,"Census Tract 1302.02, Marin County, California",4232,3767.0,106904.0,911900.0,2554.0,3528.0,148.0,0.0,131.0,0.0,11.0,78.0,336.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1302.02,4325.999227,3870.983154,39.0332489,28.99612808,223.0471344,3.34570694,144.42301940000002,3958.529053,87919.00136000001,621500.0093,2767.457275 +06041130201,"Census Tract 1302.01, Marin County, California",3477,3118.0,131134.0,1539000.0,2227.0,3042.0,36.0,28.0,78.0,19.0,0.0,8.0,274.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1302.01,3425.4294240000004,3065.136719,30.90745735,22.95982552,176.61404419999997,2.649210691,114.35759740000002,3134.457764,87919.00025,621499.9976,2191.3388670000004 +06041119202,"Census Tract 1192.02, Marin County, California",3534,2364.0,188750.0,1515700.0,1813.0,2994.0,80.0,0.0,139.0,0.0,24.0,111.0,186.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1192.02,3287.641593,2950.751069,30.895104800000002,16.60129523,179.3950135,1.005095715,98.38350689,2660.128752,73975.65538,595818.0883,1669.854691 +06041109002,"Census Tract 1090.02, Marin County, California",4129,3151.0,100000.0,903600.0,2016.0,3671.0,30.0,0.0,90.0,0.0,0.0,94.0,244.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1090.02,3807.5209950000003,2982.487012,88.80462243,23.02526786,170.4556023,0.50840212,510.2438645,2947.305681,66006.63546,489892.0475,1422.883887 +06041109001,"Census Tract 1090.01, Marin County, California",4411,3077.0,100260.0,989800.0,1636.0,2524.0,80.0,0.0,178.0,0.0,65.0,340.0,1224.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1090.01,4033.9998590000005,3151.789307,94.9115448,24.37618828,181.0061646,0.518642306,547.1676636,3126.375732,65816.00145,488299.9899,1502.506714 +06041102203,"Census Tract 1022.03, Marin County, California",5737,4015.0,68688.0,649800.0,1178.0,2704.0,244.0,0.0,279.0,12.0,133.0,350.0,2015.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1022.03,4232.999922,3135.4140629999997,122.1424713,41.1382637,294.3294067,1.6964231730000001,617.9221191,2895.794434,56950.99801,354500.0014,839.7294922 +06041113000,"Census Tract 1130, Marin County, California",3808,3062.0,93728.0,736900.0,1703.0,3397.0,5.0,24.0,0.0,0.0,0.0,136.0,246.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1130,3797.0,3333.0,58.0,58.0,81.0,2.0,232.0,2765.0,58594.0,418800.0,1308.0 +06041122000,"Census Tract 1220, Marin County, California",2816,2126.0,,,96.0,456.0,838.0,56.0,73.0,36.0,0.0,308.0,1049.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1220,6362.0,2210.0,2534.0,92.0,137.0,10.0,1325.0,5556.0,70735.0,,223.0 +06041126100,"Census Tract 1261, Marin County, California",6163,4237.0,185074.0,1573300.0,3413.0,5252.0,0.0,0.0,197.0,0.0,0.0,323.0,391.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1261,5526.653104999999,5096.680176,45.99711227,18.99880791,209.98681639999998,2.9998116489999997,143.9909668,4109.742188,102315.9973,763499.9929,2959.814209 +06041105000,"Census Tract 1050, Marin County, California",6581,4505.0,66184.0,397400.0,2172.0,3649.0,227.0,0.0,729.0,12.0,304.0,327.0,1333.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1050,3771.9449259999997,2753.738702,123.0380341,30.00642135,244.08248959999997,1.00049395,592.0652012999999,2558.793036,48262.02297,109724.1363,916.4042978 +06041110100,"Census Tract 1101, Marin County, California",5926,4333.0,103657.0,962500.0,2490.0,4050.0,394.0,0.0,486.0,0.0,35.0,177.0,784.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1101,5643.0,4572.0,119.0,25.0,282.0,1.0,614.0,4129.0,70881.0,611600.0,2275.0 +06041121200,"Census Tract 1212, Marin County, California",6238,4485.0,97941.0,1063400.0,2972.0,4831.0,86.0,4.0,545.0,5.0,72.0,254.0,441.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1212,5521.0,4561.0,92.0,23.0,490.0,1.0,307.0,3987.0,75190.0,485400.0,2489.0 +06041129000,"Census Tract 1290, Marin County, California",2686,1777.0,36643.0,631100.0,592.0,647.0,805.0,0.0,240.0,0.0,35.0,194.0,765.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1290,2500.0,841.0,1202.0,15.0,212.0,1.0,207.0,1830.0,37292.0,327300.0,546.0 +06041132200,"Census Tract 1322, Marin County, California",1823,1519.0,67399.0,948900.0,787.0,1511.0,10.0,18.0,10.0,0.0,74.0,0.0,218.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1322,2332.0,1800.0,21.0,29.0,40.0,0.0,436.0,1812.0,48833.0,480300.0,1008.0 +06041123000,"Census Tract 1230, Marin County, California",2160,1633.0,213000.0,2000001.0,1383.0,1892.0,0.0,0.0,77.0,0.0,0.0,85.0,106.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1230,2106.0,2000.0,2.0,2.0,49.0,0.0,46.0,1630.0,134463.0,1000001.0,1233.0 +06041107000,"Census Tract 1070, Marin County, California",7171,5084.0,121287.0,838200.0,2947.0,5881.0,10.0,0.0,546.0,0.0,0.0,123.0,611.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1070,6416.267034,5515.187483,77.36673322,40.11087283,469.83296770000004,5.011371573,269.6780052,4544.161897,85414.28248,452303.636,2599.731273 +06041111000,"Census Tract 1110, Marin County, California",5843,4352.0,83183.0,798500.0,2302.0,3770.0,257.0,0.0,82.0,0.0,35.0,131.0,1568.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1110,5518.359699000001,3888.75887,189.4585195,46.87099105,301.2906708,0.0,1038.1077480000001,4256.806495000001,53788.41217999999,485761.4644,1745.0565550000001 +06041116000,"Census Tract 1160, Marin County, California",3199,2330.0,123371.0,1016400.0,1666.0,2881.0,32.0,0.0,75.0,0.0,11.0,101.0,99.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1160,3020.867791,2749.674469,48.82605729,22.921273899999996,59.86616206,0.9960223090000001,114.6756453,2192.7969190000003,78549.24201,485223.8575,1249.731089 +06041124200,"Census Tract 1242, Marin County, California",5911,4367.0,152596.0,2000001.0,3205.0,4915.0,59.0,25.0,205.0,12.0,58.0,223.0,414.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1242,5431.0,4869.0,65.0,17.0,232.0,0.0,221.0,4259.0,99820.0,1000001.0,2916.0 +06041125000,"Census Tract 1250, Marin County, California",4470,3131.0,98200.0,1501900.0,2285.0,3321.0,36.0,0.0,593.0,25.0,0.0,128.0,367.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1250,3931.0,3147.0,103.0,18.0,448.0,1.0,171.0,2959.0,69830.0,773900.0,1978.0 +06041127000,"Census Tract 1270, Marin County, California",4546,3520.0,150192.0,1553700.0,2734.0,3805.0,0.0,0.0,172.0,0.0,0.0,290.0,279.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1270,4442.485906,4083.5337130000003,34.27554607,19.06865458,161.0035774,4.989225923,134.50893430000002,3426.4798049999995,97033.55367000001,821419.4178,2522.568558 +06041102100,"Census Tract 1021, Marin County, California",2317,1777.0,108984.0,800900.0,1070.0,1993.0,16.0,0.0,102.0,8.0,0.0,78.0,120.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1021,2347.0,1946.0,48.0,9.0,163.0,4.0,162.0,1643.0,80087.0,435000.0,848.0 +06041106001,"Census Tract 1060.01, Marin County, California",4362,3289.0,72272.0,407300.0,1682.0,2491.0,353.0,0.0,355.0,0.0,0.0,327.0,836.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1060.01,3825.054972,2990.26123,153.96195980000002,25.99357796,333.917511,1.999505997,263.9347839,3210.206787,63973.99895,223499.99399999998,1636.595703 +06041108100,"Census Tract 1081, Marin County, California",6839,5047.0,121591.0,818800.0,3308.0,5503.0,29.0,1.0,297.0,119.0,0.0,292.0,599.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1081,6524.0,5678.0,70.0,24.0,415.0,1.0,289.0,4888.0,72632.0,424000.0,2417.0 +06041108200,"Census Tract 1082, Marin County, California",6376,4970.0,81343.0,720600.0,2550.0,3735.0,26.0,47.0,925.0,0.0,58.0,439.0,1146.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1082,6120.0,4766.0,181.0,47.0,513.0,1.0,529.0,4736.0,57029.0,428300.0,2089.0 +06041110200,"Census Tract 1102, Marin County, California",4896,3821.0,166125.0,1071000.0,2652.0,4317.0,22.0,28.0,248.0,0.0,23.0,169.0,89.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1102,5432.0,4859.0,35.0,13.0,300.0,2.0,193.0,4150.0,121929.0,658600.0,2845.0 +06041128100,"Census Tract 1281, Marin County, California",6476,4796.0,153038.0,1075400.0,3360.0,5542.0,0.0,0.0,444.0,0.0,30.0,249.0,211.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1281,6188.0,5335.0,94.0,43.0,421.0,3.0,265.0,4732.0,102220.0,590100.0,3500.0 +06041103100,"Census Tract 1031, Marin County, California",7798,5672.0,133814.0,839300.0,2856.0,6454.0,118.0,21.0,376.0,10.0,0.0,436.0,383.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1031,7682.0,6680.0,85.0,45.0,340.0,0.0,472.0,5292.0,89327.0,428800.0,2121.0 +06041104300,"Census Tract 1043, Marin County, California",1635,1298.0,102768.0,891400.0,669.0,1372.0,23.0,11.0,113.0,0.0,15.0,49.0,52.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1043,1665.0,1487.0,7.0,10.0,74.0,1.0,81.0,1205.0,105145.0,511000.0,556.0 +06041114100,"Census Tract 1141, Marin County, California",5272,4147.0,106356.0,820300.0,2576.0,4397.0,2.0,16.0,263.0,0.0,0.0,271.0,339.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1141,5155.491844,4580.274485,72.18447313,37.12085133,175.3128707,1.0039777029999999,261.49287480000004,3907.983526,63957.26587999999,437053.1652,2048.880165 +06041119100,"Census Tract 1191, Marin County, California",5110,3611.0,188214.0,1925400.0,2895.0,4788.0,0.0,0.0,67.0,0.0,10.0,64.0,181.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1191,4618.363703,4272.486049,27.9830804,24.89022342,160.6254963,2.98019168,109.408102,3327.783636,107441.6941,983773.3438,2220.307731 +06041112100,"Census Tract 1121, Marin County, California",4832,3360.0,73594.0,812100.0,1354.0,2672.0,67.0,0.0,211.0,0.0,36.0,132.0,1714.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1121,4007.358436,3037.932861,120.67953490000002,22.93908501,172.5418091,0.9973515270000001,620.3526611000001,3070.845459,51275.00118,420099.9996,1426.2126460000002 +06041114200,"Census Tract 1142, Marin County, California",3182,2421.0,84750.0,775600.0,1461.0,2534.0,14.0,16.0,116.0,0.0,0.0,106.0,412.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1142,3091.767416,2697.7971190000003,51.99608994,32.99751663,102.9922485,1.9998495580000002,184.986084,2287.8278809999997,56172.000470000006,409000.0034,890.9329833999999 +06041117000,"Census Tract 1170, Marin County, California",4424,3273.0,105746.0,1029800.0,2202.0,3864.0,50.0,0.0,165.0,0.0,13.0,115.0,217.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1170,4658.291899,4052.780679,89.16262841,43.02560246,259.176554,1.9986059669999998,192.09778390000002,3515.594363,70358.68029,573930.288,2133.5789010000003 +06041133000,"Census Tract 1330, Marin County, California",2991,2382.0,83333.0,1109400.0,1075.0,2315.0,10.0,31.0,65.0,0.0,66.0,46.0,458.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1330,3220.0,2616.0,20.0,47.0,54.0,1.0,465.0,2336.0,52137.0,500000.0,913.0 +06041120000,"Census Tract 1200, Marin County, California",6225,4783.0,105417.0,1353600.0,3533.0,5239.0,72.0,33.0,321.0,0.0,56.0,226.0,278.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1200,6069.232845,5493.047327,47.17742203,34.15729803,241.02089339999998,4.018738658999999,225.6831395,4700.021831,73748.62938,655242.5783,3148.0031710000003 +06041126200,"Census Tract 1262, Marin County, California",4464,3320.0,90700.0,839300.0,2209.0,3533.0,9.0,87.0,306.0,0.0,24.0,45.0,547.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1262,4335.0,3542.0,101.0,34.0,408.0,3.0,232.0,3232.0,75077.0,540100.0,2056.0 +06041128200,"Census Tract 1282, Marin County, California",4722,3404.0,156481.0,1131200.0,2613.0,3989.0,148.0,0.0,275.0,0.0,0.0,71.0,239.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1282,4491.068439,3987.5938530000003,64.66994724,19.90251119,251.7285057,0.002380062,146.2807657,3344.7229820000002,101290.8032,644774.3791,2624.150309 +06041103200,"Census Tract 1032, Marin County, California",7112,5450.0,98088.0,642900.0,2457.0,4640.0,125.0,43.0,587.0,0.0,70.0,357.0,1290.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1032,6590.0,5175.0,116.0,49.0,482.0,5.0,732.0,4890.0,60618.0,358500.0,1563.0 +06041115000,"Census Tract 1150, Marin County, California",7331,5116.0,145990.0,1027900.0,3868.0,6482.0,19.0,2.0,266.0,0.0,0.0,164.0,398.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1150,6986.348609000001,6305.350899,77.31904371,43.61614506,267.6370509,2.973809483,264.6695558,5017.725820000001,79554.11439,555395.8375,3120.426398 +06041104101,"Census Tract 1041.01, Marin County, California",7835,5970.0,88702.0,706900.0,2577.0,5183.0,251.0,20.0,560.0,17.0,87.0,193.0,1524.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1041.01,6666.0,5164.0,147.0,50.0,512.0,3.0,731.0,4765.0,66327.0,383600.0,1848.0 +06041124100,"Census Tract 1241, Marin County, California",5488,3957.0,147379.0,1716700.0,2859.0,4161.0,0.0,0.0,290.0,0.0,134.0,261.0,642.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1241,5377.0,4620.0,79.0,13.0,419.0,2.0,183.0,3972.0,105008.0,922000.0,2712.0 +06041102202,"Census Tract 1022.02, Marin County, California",6419,4461.0,96983.0,712400.0,1942.0,4287.0,55.0,0.0,322.0,0.0,136.0,176.0,1443.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1022.02,5747.99978,4257.585449,165.8575287,55.861736300000004,399.6705627,2.303576708,839.0778197999999,3932.205322,56951.00165,354500.013,1140.270508 +06041104102,"Census Tract 1041.02, Marin County, California",5621,3753.0,81086.0,463400.0,1301.0,2673.0,140.0,20.0,603.0,0.0,167.0,177.0,1841.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1041.02,4959.0,3162.0,234.0,31.0,363.0,2.0,1111.0,3383.0,51626.0,245900.0,1103.0 +06041104200,"Census Tract 1042, Marin County, California",5807,4487.0,92344.0,700800.0,2264.0,4139.0,118.0,0.0,294.0,0.0,86.0,272.0,898.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1042,5705.732908,4274.8125,128.6332703,38.88912582,292.1670227,3.988628387,939.3219604000001,4265.837890999999,74917.00184,411599.9919,2010.268677 +06041106002,"Census Tract 1060.02, Marin County, California",6229,4716.0,98162.0,688100.0,2509.0,4404.0,72.0,0.0,554.0,0.0,174.0,388.0,637.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1060.02,5745.0,4087.0,214.0,47.0,461.0,3.0,871.0,4355.0,76564.0,378000.0,1700.0 +06041118100,"Census Tract 1181, Marin County, California",2333,1604.0,203611.0,2000001.0,1301.0,2091.0,63.0,0.0,66.0,26.0,0.0,18.0,69.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1181,2312.090334,2176.552877,5.181780693,3.0349744939999996,61.76420954,0.0009431260000000001,54.60670891,1516.778495,101803.0649,999107.7716,1120.7569640000002 +06041121100,"Census Tract 1211, Marin County, California",5356,3837.0,135536.0,1189200.0,2462.0,3963.0,79.0,0.0,246.0,0.0,134.0,211.0,723.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1211,4958.929053,4276.85944,63.005070200000006,23.00566354,292.0285123,1.000817109,269.0271613,3870.7171710000002,73423.05772000001,583918.2056,2366.5002329999998 +06041101200,"Census Tract 1012, Marin County, California",3086,2182.0,103594.0,624100.0,776.0,2055.0,0.0,0.0,143.0,0.0,0.0,13.0,875.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1012,2584.0,2086.0,24.0,14.0,219.0,0.0,225.0,1764.0,71593.0,345900.0,685.0 +06041132100,"Census Tract 1321, Marin County, California",1936,1635.0,85000.0,1250000.0,1062.0,1701.0,7.0,0.0,35.0,0.0,0.0,110.0,83.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1321,2337.0,2095.0,41.0,15.0,52.0,1.0,122.0,1693.0,61010.0,574300.0,937.0 +06041101100,"Census Tract 1011, Marin County, California",2689,2137.0,127778.0,960500.0,1228.0,2423.0,0.0,0.0,151.0,0.0,0.0,46.0,69.0,Oakland,San Francisco-Oakland-Berkeley,CA,Marin County,Census Tract 1011,2539.0,2275.0,30.0,20.0,117.0,4.0,88.0,1958.0,99899.0,536400.0,1016.0 +06075012402,"Census Tract 124.02, San Francisco County, California",4000,3292.0,46422.0,704500.0,2012.0,1571.0,221.0,3.0,1022.0,48.0,194.0,97.0,844.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 124.02,3535.999889,1356.4454349999999,324.32046510000004,38.00292969,1020.8969119999999,3.022960424,724.2149048,2578.15332,19610.00047,734400.0046,781.6511841 +06075012401,"Census Tract 124.01, San Francisco County, California",4986,3817.0,23467.0,,1124.0,1511.0,531.0,45.0,1435.0,49.0,30.0,176.0,1251.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 124.01,4651.999867,1784.554443,426.6795044,49.997066499999995,1343.1030269999999,3.977039337,952.7850342,3391.846436,19609.99959,734400.0327,1028.348755 +06075012202,"Census Tract 122.02, San Francisco County, California",3443,3056.0,36719.0,977900.0,1062.0,1252.0,461.0,43.0,600.0,12.0,0.0,217.0,888.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 122.02,2311.9999,900.1517944,170.5654449,26.62004089,731.8868408,0.985927463,428.22116090000003,1735.889648,29301.000589999996,170500.0039,598.4579468 +06075012201,"Census Tract 122.01, San Francisco County, California",4710,4033.0,56298.0,577600.0,1812.0,1697.0,359.0,0.0,977.0,0.0,20.0,248.0,1409.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 122.01,4723.0001,1838.848267,348.4345398,54.37995911,1495.113159,2.014072418,874.7788086000002,3546.110352,29301.001089999998,170500.0032,1222.541992 +06075011902,"Census Tract 119.02, San Francisco County, California",2825,2440.0,84735.0,481000.0,1520.0,1377.0,75.0,0.0,877.0,17.0,0.0,117.0,362.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 119.02,2792.999863,1690.8223879999998,84.16822052,17.57943916,759.1121216,2.130841017,221.0747528,2351.915771,44202.9989,295600.0074,1160.24292 +06075011901,"Census Tract 119.01, San Francisco County, California",2613,2081.0,72038.0,658000.0,1464.0,1342.0,39.0,34.0,808.0,0.0,30.0,84.0,310.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 119.01,2449.999981,1483.177612,73.83177185,15.42056084,665.8878174,1.869158864,193.9252319,2063.083984,44202.99843,295599.9927,1017.7570189999999 +06075042602,"Census Tract 426.02, San Francisco County, California",3157,2488.0,113258.0,1511400.0,1705.0,1695.0,29.0,0.0,1029.0,0.0,18.0,225.0,161.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 426.02,3283.999944,1702.206665,55.64555359,18.24444389,1320.897705,1.8244444130000002,161.9194489,2582.957275,63189.9999,667600.0111,1387.48999 +06075042601,"Census Tract 426.01, San Francisco County, California",3956,3101.0,81815.0,1041700.0,1821.0,1941.0,246.0,7.0,1439.0,0.0,8.0,97.0,218.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 426.01,3915.999842,2029.793213,66.35443878,21.7555542,1575.102173,2.175555468,193.0805511,3080.042725,63190.00105,667599.9958,1654.509888 +06075990100,"Census Tract 9901, San Francisco County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,,,,,,,,,,,,,, +06075980600,"Census Tract 9806, San Francisco County, California",513,386.0,68958.0,587500.0,112.0,82.0,230.0,0.0,108.0,0.0,0.0,4.0,89.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 9806,530.0,28.0,316.0,2.0,117.0,1.0,67.0,303.0,46964.0,191400.0,30.0 +06075980501,"Census Tract 9805.01, San Francisco County, California",782,532.0,16016.0,668500.0,75.0,5.0,147.0,0.0,340.0,118.0,0.0,25.0,147.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 9805.01,412.0,16.0,68.0,0.0,229.0,0.0,89.0,266.0,70521.0,254200.0,38.0 +06075980200,"Census Tract 9802, San Francisco County, California",304,298.0,149250.0,1044600.0,139.0,148.0,48.0,0.0,93.0,0.0,0.0,5.0,10.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 9802,231.0,148.0,21.0,5.0,37.0,0.0,19.0,512.0,101557.0,567300.0,123.0 +06075012502,"Census Tract 125.02, San Francisco County, California",3707,3441.0,12479.0,,469.0,693.0,384.0,47.0,1409.0,0.0,37.0,255.0,882.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 125.02,3930.000072,1135.2089839999999,602.6983642999999,78.32535553,1539.5509029999998,1.525818586,510.640625,3303.397217,12162.99985,,452.15090939999993 +06075012302,"Census Tract 123.02, San Francisco County, California",2507,2149.0,40976.0,,1329.0,1059.0,119.0,0.0,771.0,0.0,9.0,108.0,441.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 123.02,3070.0000800000003,1228.0,343.3650513,38.59146118,1021.684143,2.9685738089999996,401.7469788,2550.0048829999996,21291.000509999998,1000001.016,706.0258179 +06075012301,"Census Tract 123.01, San Francisco County, California",2124,1722.0,17342.0,,382.0,630.0,207.0,33.0,539.0,0.0,0.0,46.0,669.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 123.01,3134.9999199999997,1254.0,350.6349487,39.40853882,1043.315796,3.0314261910000004,410.2530212,2603.9951170000004,21290.9995,1000000.984,720.9741821 +06075980900,"Census Tract 9809, San Francisco County, California",242,199.0,103750.0,1068200.0,114.0,135.0,4.0,0.0,35.0,0.0,0.0,10.0,58.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 9809,410.8843473,163.9538574,126.96426389999999,2.99915576,30.99127769,0.999718606,85.97579956,102.97101590000001,60179.000420000004,343299.9908,28.99184036 +06075980401,"Census Tract 9804.01, San Francisco County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 9804.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +06075012000,"Census Tract 120, San Francisco County, California",3951,3352.0,39957.0,,1437.0,1609.0,189.0,72.0,1449.0,0.0,16.0,244.0,438.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 120,3972.0,2044.0,162.0,54.0,1171.0,6.0,475.0,3099.0,25621.0,162500.0,1084.0 +06075012700,"Census Tract 127, San Francisco County, California",3637,3137.0,129300.0,1702600.0,2570.0,2842.0,92.0,0.0,319.0,0.0,0.0,187.0,197.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 127,3498.7158979999995,2954.448465,14.00856115,16.00733813,374.173669,0.000815347,123.0627817,3126.5035,88123.10772999999,904347.8269,2426.1541239999997 +06075013200,"Census Tract 132, San Francisco County, California",4044,3372.0,142650.0,2000001.0,3008.0,2988.0,144.0,0.0,636.0,0.0,72.0,35.0,169.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 132,4436.0,3772.0,58.0,19.0,434.0,1.0,135.0,3710.0,112360.0,1000001.0,2996.0 +06075020500,"Census Tract 205, San Francisco County, California",2973,2578.0,130000.0,1216000.0,1958.0,2303.0,66.0,0.0,336.0,0.0,0.0,89.0,179.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 205,2551.0,2052.0,67.0,36.0,188.0,3.0,176.0,2418.0,69402.0,635500.0,1418.0 +06075013300,"Census Tract 133, San Francisco County, California",4626,3376.0,144875.0,2000001.0,2684.0,3253.0,98.0,0.0,674.0,0.0,27.0,277.0,297.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 133,4145.0,3553.0,49.0,17.0,394.0,2.0,109.0,3327.0,115771.0,1000001.0,2578.0 +06075013500,"Census Tract 135, San Francisco County, California",2617,2257.0,125804.0,1531300.0,1809.0,1708.0,71.0,10.0,633.0,0.0,7.0,85.0,103.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 135,2666.0,2120.0,56.0,16.0,340.0,3.0,110.0,2320.0,78215.0,726600.0,1677.0 +06075015300,"Census Tract 153, San Francisco County, California",2210,1867.0,120833.0,1096700.0,1324.0,1275.0,165.0,0.0,393.0,16.0,17.0,81.0,263.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 153,2114.0,1376.0,284.0,17.0,286.0,0.0,113.0,1864.0,70500.0,758700.0,1155.0 +06075016700,"Census Tract 167, San Francisco County, California",5036,4432.0,159634.0,1327100.0,3388.0,3751.0,216.0,0.0,355.0,0.0,12.0,147.0,555.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 167,4701.0,3295.0,555.0,36.0,387.0,2.0,392.0,4009.0,65369.0,645500.0,2665.0 +06075020200,"Census Tract 202, San Francisco County, California",6087,5304.0,77368.0,859000.0,3002.0,2950.0,413.0,15.0,1077.0,45.0,182.0,256.0,1149.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 202,6188.0,2990.0,483.0,58.0,786.0,4.0,1811.0,4952.0,44541.0,401900.0,2096.0 +06075021000,"Census Tract 210, San Francisco County, California",4835,4229.0,113250.0,1075000.0,3259.0,2976.0,137.0,18.0,508.0,0.0,0.0,240.0,956.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 210,4559.0,2573.0,162.0,29.0,468.0,8.0,1276.0,3800.0,51659.0,625000.0,2065.0 +06075023001,"Census Tract 230.01, San Francisco County, California",5178,3935.0,64527.0,680300.0,870.0,253.0,525.0,13.0,3879.0,0.0,0.0,129.0,392.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 230.01,5083.0,369.0,1244.0,20.0,2696.0,1.0,747.0,3533.0,52128.0,267000.0,403.0 +06075035202,"Census Tract 352.02, San Francisco County, California",4911,3879.0,83977.0,749600.0,1791.0,1931.0,124.0,0.0,1971.0,201.0,0.0,333.0,351.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 352.02,4436.0,2021.0,84.0,30.0,1938.0,4.0,301.0,3374.0,51000.0,364800.0,1343.0 +06075042700,"Census Tract 427, San Francisco County, California",5397,4342.0,66595.0,1069100.0,2055.0,1985.0,274.0,0.0,2608.0,29.0,0.0,208.0,293.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 427,5513.0,2729.0,88.0,17.0,2369.0,4.0,255.0,4297.0,60181.0,597400.0,2103.0 +06075060100,"Census Tract 601, San Francisco County, California",4117,2505.0,195375.0,2000001.0,2092.0,3255.0,13.0,0.0,206.0,0.0,0.0,247.0,396.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 601,2234.0,1603.0,129.0,23.0,241.0,4.0,211.0,1538.0,73571.0,1000001.0,1152.0 +06075031400,"Census Tract 314, San Francisco County, California",6915,5318.0,64282.0,668200.0,1165.0,766.0,1036.0,42.0,3745.0,0.0,27.0,153.0,1170.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 314,6112.035356,585.0046575,1877.0065399999999,32.00016247,2385.018655,4.16591e-06,1181.0051369999999,4114.024990999999,57451.99901,285399.9805,924.0056281 +06075040100,"Census Tract 401, San Francisco County, California",4670,3738.0,96875.0,1250000.0,2420.0,2501.0,58.0,0.0,1697.0,18.0,19.0,97.0,280.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 401,4348.0,2335.0,104.0,23.0,1630.0,0.0,228.0,3462.0,57061.0,758600.0,1941.0 +06075023200,"Census Tract 232, San Francisco County, California",4456,2928.0,54375.0,658200.0,539.0,249.0,1320.0,6.0,557.0,24.0,13.0,306.0,1987.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 232,4490.0,187.0,2651.0,39.0,572.0,1.0,1011.0,2614.0,43950.0,261500.0,238.0 +06075030102,"Census Tract 301.02, San Francisco County, California",5090,4003.0,123333.0,1264300.0,3428.0,3342.0,77.0,16.0,977.0,0.0,145.0,124.0,425.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 301.02,4797.0,3155.0,164.0,21.0,1161.0,6.0,258.0,3887.0,72123.0,657400.0,2762.0 +06075032700,"Census Tract 327, San Francisco County, California",7215,5736.0,111114.0,945800.0,3143.0,2427.0,1.0,0.0,3869.0,79.0,0.0,422.0,417.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 327,6498.0,2679.0,86.0,24.0,3340.0,2.0,270.0,4933.0,59148.0,415200.0,2104.0 +06075035201,"Census Tract 352.01, San Francisco County, California",6180,4775.0,92719.0,812400.0,1906.0,2238.0,8.0,1.0,3370.0,0.0,0.0,209.0,354.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 352.01,5587.0,1903.0,163.0,39.0,3125.0,3.0,305.0,4073.0,62070.0,344500.0,1539.0 +06075035400,"Census Tract 354, San Francisco County, California",7075,5814.0,97689.0,869100.0,2786.0,2404.0,129.0,0.0,3552.0,0.0,37.0,282.0,671.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 354,6726.0,2325.0,124.0,34.0,3810.0,5.0,373.0,5047.0,59725.0,342100.0,1833.0 +06075015900,"Census Tract 159, San Francisco County, California",4432,3478.0,62731.0,653700.0,2230.0,1671.0,307.0,399.0,1814.0,14.0,0.0,63.0,498.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 159,4165.0,1699.0,767.0,17.0,1297.0,2.0,318.0,3230.0,41671.0,271000.0,1546.0 +06075016000,"Census Tract 160, San Francisco County, California",2807,2425.0,63808.0,658100.0,1535.0,1245.0,182.0,0.0,962.0,0.0,10.0,181.0,227.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 160,2026.0,1220.0,106.0,9.0,487.0,1.0,159.0,1801.0,48375.0,295300.0,972.0 +06075010500,"Census Tract 105, San Francisco County, California",2691,2235.0,108063.0,1141000.0,1689.0,1274.0,243.0,0.0,659.0,0.0,0.0,228.0,287.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 105,2217.0,1670.0,45.0,9.0,405.0,2.0,71.0,2101.0,71985.0,552500.0,1440.0 +06075011300,"Census Tract 113, San Francisco County, California",2907,2421.0,37159.0,1002800.0,646.0,601.0,68.0,19.0,2139.0,0.0,0.0,55.0,44.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 113,3264.0,424.0,48.0,9.0,2703.0,1.0,69.0,2597.0,23933.0,663200.0,436.0 +06075015200,"Census Tract 152, San Francisco County, California",4385,3781.0,87969.0,1007400.0,2526.0,2689.0,236.0,0.0,1112.0,0.0,0.0,102.0,246.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 152,3857.0,2526.0,206.0,18.0,908.0,3.0,162.0,3473.0,53906.0,546000.0,2128.0 +06075017700,"Census Tract 177, San Francisco County, California",1822,1510.0,104375.0,924300.0,859.0,639.0,61.0,119.0,372.0,0.0,82.0,124.0,536.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 177,1777.0,621.0,50.0,11.0,361.0,0.0,719.0,1406.0,56667.0,618400.0,536.0 +06075022702,"Census Tract 227.02, San Francisco County, California",2264,1868.0,176944.0,1380300.0,1591.0,1435.0,46.0,0.0,317.0,0.0,5.0,116.0,345.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 227.02,1805.0,1307.0,47.0,12.0,182.0,4.0,229.0,1612.0,94988.0,658800.0,1128.0 +06075022801,"Census Tract 228.01, San Francisco County, California",5361,4164.0,127143.0,923200.0,2094.0,2229.0,76.0,0.0,835.0,0.0,9.0,207.0,2005.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 228.01,4676.0,1236.0,118.0,24.0,429.0,2.0,2839.0,3067.0,61391.0,376500.0,922.0 +06075023103,"Census Tract 231.03, San Francisco County, California",2722,1322.0,21415.0,544900.0,239.0,132.0,1402.0,0.0,244.0,324.0,0.0,221.0,399.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 231.03,4649.0,112.0,3496.0,11.0,734.0,0.0,271.0,2003.0,16979.0,290500.0,83.0 +06075025900,"Census Tract 259, San Francisco County, California",4897,3746.0,101935.0,695000.0,1491.0,1249.0,409.0,18.0,2288.0,0.0,0.0,123.0,828.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 259,4278.0,923.0,586.0,26.0,1962.0,1.0,739.0,3000.0,70950.0,322900.0,787.0 +06075026003,"Census Tract 260.03, San Francisco County, California",5342,3976.0,62563.0,652100.0,830.0,599.0,71.0,38.0,2301.0,0.0,14.0,53.0,2279.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 260.03,4826.0,846.0,151.0,21.0,1856.0,5.0,1914.0,3164.0,61129.0,303600.0,616.0 +06075026004,"Census Tract 260.04, San Francisco County, California",5043,3728.0,86192.0,735000.0,944.0,512.0,93.0,52.0,2285.0,12.0,49.0,104.0,1949.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 260.04,4010.0,670.0,99.0,17.0,1687.0,7.0,1493.0,2628.0,51062.0,304300.0,468.0 +06075030101,"Census Tract 301.01, San Francisco County, California",4893,4152.0,117668.0,994500.0,3127.0,2778.0,81.0,28.0,1152.0,29.0,153.0,241.0,431.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 301.01,4475.0,2867.0,146.0,17.0,1145.0,6.0,262.0,3575.0,62109.0,547500.0,2539.0 +06075033000,"Census Tract 330, San Francisco County, California",8390,6198.0,96818.0,976000.0,2821.0,2633.0,59.0,45.0,4723.0,0.0,38.0,246.0,646.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 330,7496.0,3324.0,121.0,40.0,3533.0,0.0,408.0,5572.0,71074.0,418700.0,2205.0 +06075035300,"Census Tract 353, San Francisco County, California",7510,5504.0,81748.0,817900.0,2031.0,1978.0,72.0,13.0,4655.0,19.0,23.0,295.0,455.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 353,7082.0,2377.0,59.0,34.0,4189.0,0.0,363.0,5457.0,57357.0,349100.0,1872.0 +06075025403,"Census Tract 254.03, San Francisco County, California",5054,3777.0,94135.0,843900.0,1360.0,1226.0,509.0,26.0,1255.0,0.0,33.0,158.0,1873.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 254.03,4487.0,1038.0,588.0,24.0,1220.0,1.0,1568.0,2937.0,53125.0,333500.0,751.0 +06075026401,"Census Tract 264.01, San Francisco County, California",3587,2648.0,59453.0,603200.0,365.0,128.0,308.0,0.0,2398.0,14.0,0.0,51.0,688.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 264.01,3733.0,227.0,479.0,12.0,2450.0,9.0,549.0,2492.0,55352.0,232800.0,354.0 +06075030202,"Census Tract 302.02, San Francisco County, California",4384,3852.0,114535.0,1061700.0,2805.0,2004.0,141.0,0.0,1271.0,0.0,0.0,340.0,628.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 302.02,4454.0,2565.0,117.0,17.0,1379.0,3.0,304.0,3635.0,58779.0,598100.0,2247.0 +06075047600,"Census Tract 476, San Francisco County, California",5660,4378.0,89031.0,1109100.0,2674.0,2252.0,53.0,1.0,2700.0,60.0,0.0,288.0,306.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 476,5431.0,2265.0,107.0,26.0,2782.0,2.0,202.0,4252.0,61589.0,553000.0,2081.0 +06075010600,"Census Tract 106, San Francisco County, California",3505,3023.0,37000.0,944400.0,1320.0,1121.0,51.0,0.0,2161.0,0.0,0.0,42.0,130.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 106,4279.0,1377.0,51.0,11.0,2680.0,0.0,131.0,3347.0,37037.0,476400.0,1086.0 +06075061000,"Census Tract 610, San Francisco County, California",4813,3581.0,101977.0,673500.0,1765.0,738.0,693.0,0.0,2504.0,0.0,16.0,207.0,655.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 610,2400.0,250.0,470.0,6.0,1358.0,2.0,309.0,1761.0,61429.0,299300.0,324.0 +06075020700,"Census Tract 207, San Francisco County, California",5011,4298.0,153912.0,1328900.0,3414.0,3223.0,68.0,23.0,601.0,0.0,14.0,339.0,763.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 207,5427.0,3448.0,166.0,51.0,536.0,7.0,1189.0,4569.0,57056.0,678600.0,2752.0 +06075020300,"Census Tract 203, San Francisco County, California",3413,2910.0,123099.0,910700.0,2307.0,2225.0,112.0,17.0,438.0,0.0,49.0,153.0,419.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 203,3145.0,2109.0,132.0,24.0,328.0,2.0,510.0,2836.0,64386.0,455500.0,1554.0 +06075020800,"Census Tract 208, San Francisco County, California",6305,5305.0,84833.0,775700.0,3064.0,2494.0,147.0,122.0,1006.0,12.0,26.0,237.0,2261.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 208,7371.0,1726.0,203.0,62.0,1145.0,10.0,4193.0,5034.0,40740.0,415800.0,1372.0 +06075021100,"Census Tract 211, San Francisco County, California",4246,3470.0,153750.0,1576800.0,2636.0,2990.0,24.0,27.0,520.0,0.0,11.0,237.0,447.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 211,3833.0,3045.0,71.0,17.0,331.0,0.0,334.0,3226.0,70563.0,754900.0,2325.0 +06075021200,"Census Tract 212, San Francisco County, California",3091,2438.0,154632.0,1545000.0,2047.0,2084.0,41.0,1.0,366.0,0.0,8.0,205.0,386.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 212,2882.0,2327.0,52.0,16.0,223.0,0.0,212.0,2399.0,89908.0,691400.0,1689.0 +06075021300,"Census Tract 213, San Francisco County, California",2592,2135.0,156912.0,1561400.0,1795.0,1832.0,12.0,0.0,355.0,0.0,0.0,157.0,236.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 213,2402.0,1884.0,51.0,17.0,240.0,4.0,188.0,2093.0,89298.0,655600.0,1450.0 +06075010700,"Census Tract 107, San Francisco County, California",5502,4436.0,27786.0,1101900.0,1123.0,997.0,0.0,23.0,4164.0,0.0,18.0,16.0,284.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 107,5634.0,744.0,72.0,22.0,4638.0,2.0,136.0,4536.0,16097.0,504000.0,752.0 +06075016200,"Census Tract 162, San Francisco County, California",3236,2930.0,88611.0,921900.0,2068.0,1914.0,143.0,0.0,814.0,0.0,37.0,58.0,270.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 162,2502.0,1444.0,267.0,18.0,363.0,4.0,381.0,2100.0,40168.0,426600.0,922.0 +06075016900,"Census Tract 169, San Francisco County, California",3133,2756.0,104570.0,970200.0,1998.0,2125.0,138.0,0.0,400.0,10.0,0.0,122.0,338.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 169,2995.0,2299.0,148.0,28.0,239.0,2.0,249.0,2692.0,62606.0,580500.0,1627.0 +06075025200,"Census Tract 252, San Francisco County, California",5809,4511.0,133310.0,1047500.0,2803.0,3510.0,104.0,17.0,569.0,0.0,0.0,257.0,1352.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 252,5454.0,2785.0,260.0,35.0,675.0,7.0,1625.0,4187.0,70455.0,390900.0,2095.0 +06075010100,"Census Tract 101, San Francisco County, California",3967,3328.0,81509.0,870600.0,1898.0,1861.0,135.0,0.0,1549.0,0.0,5.0,139.0,278.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 101,2879.0,1657.0,166.0,8.0,796.0,2.0,209.0,2477.0,48250.0,564000.0,1378.0 +06075011200,"Census Tract 112, San Francisco County, California",3378,2978.0,103750.0,1619800.0,2203.0,1898.0,130.0,5.0,1093.0,0.0,0.0,94.0,163.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 112,3700.0,2108.0,54.0,17.0,1397.0,2.0,102.0,3179.0,72500.0,881800.0,1813.0 +06075013400,"Census Tract 134, San Francisco County, California",4031,3221.0,152417.0,1599600.0,2625.0,2827.0,59.0,0.0,704.0,16.0,0.0,188.0,237.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 134,3665.0,3006.0,113.0,14.0,377.0,5.0,140.0,3181.0,82006.0,936500.0,2661.0 +06075015100,"Census Tract 151, San Francisco County, California",2425,2257.0,97059.0,793000.0,1722.0,1352.0,4.0,0.0,714.0,0.0,7.0,115.0,233.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 151,2420.0,1615.0,68.0,9.0,570.0,0.0,129.0,2186.0,55848.0,421300.0,1328.0 +06075033203,"Census Tract 332.03, San Francisco County, California",3580,2386.0,50360.0,,1286.0,1489.0,278.0,0.0,1228.0,0.0,0.0,78.0,507.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 332.03,3383.9999049999997,1497.1098630000001,232.6558228,12.12234783,1297.557373,1.398732424,257.3667603,2419.34082,46021.00146,9999.000128,1241.608154 +06075032902,"Census Tract 329.02, San Francisco County, California",4423,3566.0,93613.0,838000.0,1565.0,1066.0,57.0,0.0,2993.0,0.0,0.0,149.0,158.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 329.02,3604.0001039999997,1200.3383789999998,28.14292526,12.79223919,2210.925293,0.42640796299999995,132.6128693,2725.17334,65240.00037,394299.9879,1055.359741 +06075032901,"Census Tract 329.01, San Francisco County, California",5878,4350.0,98023.0,909500.0,2114.0,1475.0,41.0,0.0,3582.0,34.0,14.0,343.0,389.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 329.01,4848.000148,1614.6616210000002,37.85707474,17.20776176,2974.074951,0.573592067,178.38713069999997,3665.826904,65239.9984,394300.0096,1419.6403810000002 +06075033204,"Census Tract 332.04, San Francisco County, California",4678,2567.0,59125.0,,1388.0,1371.0,406.0,20.0,1621.0,0.0,175.0,192.0,893.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 332.04,3873.999879,1713.890015,266.3441772,13.87765217,1485.442505,1.601267576,294.63320919999995,2769.658936,46020.9994,9999.000521,1421.391846 +06075032802,"Census Tract 328.02, San Francisco County, California",4226,3304.0,90700.0,872500.0,1695.0,1042.0,104.0,8.0,2738.0,10.0,25.0,199.0,100.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 328.02,3776.0001030000003,1328.227051,50.29026794,15.04008007,2191.621582,2.820014954,146.64077759999998,2848.685059,60775.99853,396599.9881,1182.526245 +06075032801,"Census Tract 328.01, San Francisco County, California",4505,3563.0,110255.0,864900.0,1757.0,1303.0,102.0,5.0,2599.0,0.0,31.0,114.0,351.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 328.01,4258.000137,1497.773071,56.70973587,16.95992088,2471.378418,3.179985046,165.35922240000002,3212.314941,60775.999729999996,396600.0059,1333.473755 +06075032602,"Census Tract 326.02, San Francisco County, California",5047,4000.0,91433.0,917400.0,1897.0,1477.0,10.0,0.0,2923.0,0.0,34.0,178.0,425.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 326.02,4213.999968,1647.4022220000002,61.21440887,19.5886116,2268.85083,0.979430556,173.3592072,3313.90332,61324.00217000001,431999.9862,1356.5113529999999 +06075032601,"Census Tract 326.01, San Francisco County, California",5178,4053.0,100240.0,936100.0,2197.0,1667.0,54.0,23.0,2535.0,0.0,0.0,412.0,510.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 326.01,4391.000032,1716.597778,63.78559113,20.4113884,2364.14917,1.0205694440000002,180.6407928,3453.0966799999997,61323.997910000006,432000.0133,1413.4886470000001 +06075031201,"Census Tract 312.01, San Francisco County, California",7477,5611.0,81443.0,661300.0,2059.0,1456.0,399.0,45.0,4283.0,0.0,73.0,278.0,943.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 312.01,5639.9999880000005,742.9621582000001,1043.336914,25.91728592,2975.8359379999997,0.664545774,819.3849487000001,3986.610107,57281.00022,281899.9843,897.8013306 +06075031302,"Census Tract 313.02, San Francisco County, California",6225,4565.0,78548.0,625200.0,1578.0,710.0,559.0,0.0,3680.0,0.0,58.0,258.0,960.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 313.02,4583.999844,726.6430664,1353.79187,19.00451088,2046.8975829999997,1.1179124120000001,409.15594480000004,3255.919922,54963.002089999994,305399.9869,810.4865112000001 +06075031301,"Census Tract 313.01, San Francisco County, California",4397,3201.0,97866.0,749400.0,1205.0,917.0,780.0,41.0,2052.0,0.0,0.0,328.0,320.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 313.01,3616.999911,573.3568726,1068.208008,14.99548817,1615.102295,0.8820875290000001,322.8440247,2569.079834,54962.999520000005,305399.99600000004,639.5134887999999 +06075031202,"Census Tract 312.02, San Francisco County, California",3451,2467.0,77267.0,694900.0,627.0,265.0,569.0,6.0,2003.0,28.0,0.0,153.0,433.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 312.02,2846.964602,375.0331726,526.6565552000001,13.08255196,1502.145386,0.335450053,413.60992430000005,2012.364868,57280.99842999999,281900.0161,453.19302369999997 +06075025702,"Census Tract 257.02, San Francisco County, California",4698,3350.0,63311.0,778500.0,680.0,290.0,142.0,14.0,2768.0,61.0,0.0,28.0,1395.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 257.02,4364.000127,704.2221069,179.84167480000002,11.83168888,2419.34375,0.94653511,1001.434143,2994.837158,51354.99747,327999.9924,468.53488160000006 +06075025701,"Census Tract 257.01, San Francisco County, California",5301,4052.0,95669.0,720700.0,1173.0,616.0,136.0,11.0,3381.0,5.0,0.0,66.0,1097.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 257.01,4856.999873,783.7778931,200.15832519999998,13.16831112,2692.65625,1.05346489,1114.565796,3333.162842,51355.00227,328000.0069,521.4651489 +06075022704,"Census Tract 227.04, San Francisco County, California",3365,2755.0,176667.0,1200600.0,2190.0,2383.0,27.0,9.0,519.0,0.0,15.0,142.0,279.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 227.04,2717.0,2124.415527,102.71464540000001,10.86404991,217.2809906,0.987640858,243.94729610000002,2352.560547,78267.00202,545599.9937,1550.596191 +06075020402,"Census Tract 204.02, San Francisco County, California",4646,4149.0,105161.0,1114200.0,2973.0,2883.0,98.0,0.0,727.0,0.0,30.0,104.0,804.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 204.02,4006.3203350000003,3074.5627440000003,125.9774399,32.08859253,434.384491,3.56539917,295.33389280000006,3718.117188,76329.00048,561700.0188,2504.098877 +06075020401,"Census Tract 204.01, San Francisco County, California",3290,2873.0,156161.0,1133300.0,2034.0,2344.0,57.0,35.0,499.0,0.0,0.0,210.0,156.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 204.01,2735.6796649999997,2099.4372559999997,86.02256012,21.91140556,296.615509,2.43460083,201.6660919,2538.8828129999997,76328.9993,561699.9725,1709.901245 +06075017802,"Census Tract 178.02, San Francisco County, California",5108,4309.0,73966.0,821000.0,2245.0,1746.0,596.0,6.0,1411.0,17.0,131.0,239.0,962.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 178.02,3375.9999299999995,1251.013916,323.1785889,36.48790359,1397.544678,1.7375192640000001,337.07873539999997,2969.42041,14726.99971,419700.0051,912.1976318 +06075017801,"Census Tract 178.01, San Francisco County, California",3472,3364.0,18930.0,785200.0,1489.0,1015.0,136.0,0.0,2169.0,0.0,0.0,20.0,132.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 178.01,2453.00007,908.986145,234.8214111,26.51209641,1015.455322,1.2624807359999999,244.92126459999997,2157.57959,14727.0004,419699.99299999996,662.8023682 +06075016801,"Census Tract 168.01, San Francisco County, California",3424,3014.0,103730.0,995400.0,2170.0,2337.0,147.0,0.0,341.0,0.0,0.0,146.0,453.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 168.01,2983.000033,1874.0926510000002,497.24816889999994,36.18128204,264.0255737,1.466808796,281.62728880000003,2470.594727,49760.00046,460999.9841,1291.28064 +06075017102,"Census Tract 171.02, San Francisco County, California",3719,2988.0,129792.0,1421200.0,2438.0,2836.0,68.0,1.0,397.0,0.0,14.0,167.0,236.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 171.02,3651.999951,2818.3203129999997,266.4959412,31.17499542,303.2019653,3.519757748,203.6431274,3054.144043,78222.00147,709899.9856,2273.260498 +06075017101,"Census Tract 171.01, San Francisco County, California",3743,3090.0,155278.0,1484400.0,2437.0,2830.0,164.0,50.0,245.0,0.0,0.0,248.0,256.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 171.01,3611.000049,2786.6796879999997,263.5040588,30.82500458,299.7980347,3.480242252,201.3568726,3019.855957,78221.99851,709900.0146,2247.739502 +06075016802,"Census Tract 168.02, San Francisco County, California",3390,2924.0,83672.0,914400.0,1809.0,1768.0,187.0,62.0,498.0,0.0,0.0,70.0,815.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 168.02,3117.999967,1958.9073489999998,519.7518311000001,37.81871796,275.9744263,1.533191204,294.37271119999997,2582.405273,49759.999560000004,461000.0152,1349.71936 +06075015802,"Census Tract 158.02, San Francisco County, California",3506,2962.0,100509.0,951400.0,2197.0,2231.0,271.0,19.0,404.0,11.0,30.0,169.0,390.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 158.02,2924.000014,1275.393433,943.8847655999999,24.25673103,463.4312438999999,0.42555669,190.6493988,2217.150391,45962.00085,453599.99600000004,1067.72168 +06075015801,"Census Tract 158.01, San Francisco County, California",4129,3077.0,66603.0,991000.0,1651.0,1476.0,1324.0,0.0,674.0,0.0,0.0,311.0,344.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 158.01,3947.0001909999996,1721.606689,1274.115356,32.74327087,625.5687866000001,0.57444334,257.3506165,2992.849854,45961.998719999996,453600.0053,1441.27832 +06075013102,"Census Tract 131.02, San Francisco County, California",3084,2729.0,150643.0,1703800.0,2349.0,2127.0,12.0,0.0,599.0,11.0,38.0,84.0,213.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 131.02,2851.000011,2313.599609,54.22498703,10.13963223,335.0487061,2.645121336,121.23473359999998,2540.1982420000004,83106.00027,638199.9765,1931.820313 +06075013101,"Census Tract 131.01, San Francisco County, California",3742,3378.0,130927.0,977500.0,2799.0,2761.0,111.0,0.0,500.0,0.0,15.0,48.0,307.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 131.01,3616.000182,2934.400635,68.77501678,12.86036873,424.9513245,3.354878902,153.765274,3221.802002,83105.99974,638200.0076,2450.1796879999997 +06075012902,"Census Tract 129.02, San Francisco County, California",3628,3010.0,120190.0,1658700.0,2441.0,2724.0,100.0,12.0,437.0,0.0,59.0,111.0,185.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 129.02,3145.0001190000003,2545.32251,33.62162781,15.98405266,359.91677860000004,0.0,153.7776031,2825.319092,68900.99897999999,674299.9685,1973.203735 +06075012501,"Census Tract 125.01, San Francisco County, California",3559,2946.0,21412.0,,878.0,947.0,388.0,7.0,1450.0,0.0,0.0,16.0,751.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 125.01,3778.000006,1091.3027339999999,579.3878784,75.29597473,1480.005981,1.4668047430000002,490.8906555,3175.6323239999997,12163.0001,,434.6631165 +06075980300,"Census Tract 9803, San Francisco County, California",84,84.0,131333.0,,76.0,74.0,0.0,0.0,5.0,0.0,0.0,5.0,0.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 9803,137.0,91.0,10.0,0.0,9.0,0.0,26.0,67.0,23295.0,,40.0 +06075061400,"Census Tract 614, San Francisco County, California",6124,4473.0,125234.0,930800.0,2765.0,2625.0,690.0,24.0,1150.0,0.0,0.0,519.0,1116.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 614,5174.0,2257.584515,1537.285351,56.13595057,624.7190113,6.012359142,652.0527081,3569.439476,51469.14338,420842.1323,1835.403854 +06075061200,"Census Tract 612, San Francisco County, California",4451,3331.0,60903.0,540300.0,717.0,379.0,999.0,9.0,1313.0,9.0,0.0,74.0,1668.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 612,3561.0,197.0,1753.0,22.0,680.0,1.0,894.0,2277.0,35393.17927,232973.7418,217.0 +06075061100,"Census Tract 611, San Francisco County, California",4572,3703.0,16560.0,672600.0,340.0,262.0,37.0,19.0,4178.0,53.0,0.0,7.0,16.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 611,3934.0,198.0,70.0,19.0,3568.0,1.0,71.0,3172.0,14342.011719999999,632927.1463,242.0 +06075047802,"Census Tract 478.02, San Francisco County, California",3892,2793.0,80801.0,987600.0,1460.0,1208.0,12.0,34.0,2177.0,11.0,22.0,131.0,331.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 478.02,3614.0001020000004,1527.37561,63.11853409,13.45909882,1827.652832,1.3923206330000002,149.9065094,2836.621094,57500.002029999996,464599.9888,1228.490845 +06075047801,"Census Tract 478.01, San Francisco County, California",4134,3453.0,102083.0,1038100.0,1948.0,1584.0,46.0,10.0,2009.0,0.0,24.0,258.0,203.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 478.01,4172.999898,1763.62439,72.88146973,15.54090118,2110.347168,1.6076793669999998,173.0934906,3275.378906,57499.99824,464600.0097,1418.509155 +06075015600,"Census Tract 156, San Francisco County, California",3236,2475.0,88083.0,1202900.0,1682.0,1538.0,68.0,0.0,1113.0,0.0,0.0,206.0,311.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 156,2821.0,1544.0,108.0,13.0,967.0,0.0,164.0,2227.0,62109.0,650000.0,1401.0 +06075010200,"Census Tract 102, San Francisco County, California",4363,3847.0,125238.0,1061600.0,3208.0,3609.0,34.0,0.0,488.0,0.0,0.0,98.0,134.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 102,4288.0,3587.0,43.0,8.0,454.0,2.0,162.0,3985.0,79443.0,824800.0,2810.0 +06075010800,"Census Tract 108, San Francisco County, California",4927,4164.0,100226.0,1878100.0,2701.0,2392.0,0.0,0.0,1812.0,0.0,0.0,181.0,542.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 108,5130.0,2018.0,56.0,32.0,2865.0,2.0,132.0,4243.0,50905.0,657000.0,1971.0 +06075033100,"Census Tract 331, San Francisco County, California",3978,3054.0,111333.0,1111600.0,1947.0,1376.0,13.0,0.0,2330.0,0.0,0.0,122.0,137.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 331,3739.0,1858.0,27.0,13.0,1647.0,1.0,166.0,2894.0,77032.0,537300.0,1469.0 +06075040200,"Census Tract 402, San Francisco County, California",5633,4350.0,98531.0,1530100.0,2741.0,3060.0,12.0,0.0,1842.0,0.0,48.0,204.0,467.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 402,5364.0,2853.0,82.0,22.0,2127.0,4.0,233.0,4217.0,57873.0,684300.0,2416.0 +06075012602,"Census Tract 126.02, San Francisco County, California",2814,2392.0,129196.0,2000001.0,1957.0,2270.0,15.0,0.0,384.0,0.0,0.0,39.0,106.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 126.02,2604.000093,2211.41333,15.89420223,8.47690773,258.01586910000003,2.119226933,88.47772217,2360.2890629999997,84920.00277,798200.0086,1757.3688960000002 +06075012901,"Census Tract 129.01, San Francisco County, California",2754,2485.0,143403.0,1152000.0,2076.0,2169.0,0.0,27.0,282.0,0.0,0.0,100.0,176.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 129.01,2561.000051,2072.67749,27.378374100000002,13.015948300000002,293.083252,0.0,125.2223969,2300.681152,68901.00071000001,674300.0045,1606.7963869999999 +06075012601,"Census Tract 126.01, San Francisco County, California",2592,2280.0,129139.0,1953100.0,1861.0,2029.0,55.0,0.0,206.0,0.0,0.0,0.0,302.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 126.01,2311.000053,1962.5867920000003,14.10579872,7.523092747000001,228.9841309,1.880773187,78.52227783,2094.711182,84920.00226000001,798199.9639,1559.631226 +06075061500,"Census Tract 615, San Francisco County, California",13864,11713.0,173449.0,839300.0,9348.0,6888.0,304.0,35.0,5200.0,52.0,0.0,404.0,981.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 615.00,5965.2196539999995,3794.519307,560.6227887,51.31016046,1046.86811,2.000232806,410.62458119999997,5136.486605,76336.32365,446649.838,3370.2197100000003 +06075060700,"Census Tract 607, San Francisco County, California",11425,9317.0,141588.0,796000.0,6393.0,4060.0,747.0,86.0,4514.0,0.0,0.0,437.0,1667.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 607,653.0036842999999,353.54934689999993,73.41461182,8.693836212,164.2169037,0.0,45.40114212,434.69180300000005,34500.00063,98099.99798,203.8221588 +06075047701,"Census Tract 477.01, San Francisco County, California",4342,3671.0,82734.0,945800.0,1955.0,1729.0,0.0,0.0,1967.0,75.0,67.0,288.0,216.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 477.01,4618.0,1910.0,73.0,13.0,2308.0,1.0,258.0,3480.0,48958.0,506600.0,1549.0 +06075047702,"Census Tract 477.02, San Francisco County, California",4054,3213.0,96823.0,1066900.0,1651.0,1652.0,21.0,0.0,1962.0,0.0,26.0,91.0,302.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 477.02,3946.0,1580.0,70.0,18.0,2106.0,4.0,152.0,3084.0,57963.0,489700.0,1229.0 +06075060502,"Census Tract 605.02, San Francisco County, California",3446,1997.0,27989.0,644700.0,250.0,90.0,641.0,51.0,1307.0,125.0,0.0,74.0,1209.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 605.02,3416.0,99.0,1605.0,14.0,1047.0,5.0,645.0,1623.0,18292.0,250700.0,200.0 +06075047902,"Census Tract 479.02, San Francisco County, California",3858,3224.0,83984.0,1034300.0,1772.0,1619.0,21.0,0.0,1550.0,0.0,0.0,504.0,164.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 479.02,3539.0,1716.0,54.0,21.0,1576.0,3.0,147.0,2619.0,60539.0,427600.0,1291.0 +06075060400,"Census Tract 604, San Francisco County, California",1616,1345.0,47308.0,807700.0,749.0,902.0,77.0,6.0,402.0,0.0,0.0,65.0,164.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 604,1517.297695,835.6132202,111.9481812,5.997223854,430.80059810000006,0.0,115.9463348,1189.4494630000002,53068.00097,448700.0091,678.6858521 +06075010900,"Census Tract 109, San Francisco County, California",4519,4165.0,122206.0,1153600.0,3314.0,3131.0,69.0,0.0,1135.0,0.0,20.0,106.0,58.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 109,4497.73369,3144.221191,72.86608124,25.95230293,1016.1324460000001,2.994496346,194.6422729,4061.5354,66114.00052,639099.9882,2631.164307 +06075011800,"Census Tract 118, San Francisco County, California",1558,1278.0,23512.0,,337.0,160.0,1.0,10.0,1351.0,0.0,0.0,6.0,38.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 118,1528.0,130.0,12.0,3.0,1370.0,0.0,10.0,1237.0,18262.0,350000.0,181.0 +06075012100,"Census Tract 121, San Francisco County, California",4062,2935.0,73521.0,656300.0,1838.0,1889.0,127.0,13.0,1086.0,0.0,5.0,135.0,820.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 121,3462.0,1944.0,134.0,35.0,1042.0,2.0,257.0,2750.0,32438.0,315600.0,1262.0 +06075012800,"Census Tract 128, San Francisco County, California",4738,3844.0,151830.0,1447500.0,3022.0,3611.0,80.0,1.0,334.0,0.0,17.0,145.0,550.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 128,4207.284009,3551.551514,20.99143791,17.99266052,425.8263245,1.9991846080000002,153.93721010000002,3686.4963380000004,101397.9994,1000000.957,2829.845703 +06075015500,"Census Tract 155, San Francisco County, California",3740,3504.0,65536.0,590300.0,1619.0,1929.0,115.0,0.0,1280.0,47.0,0.0,76.0,293.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 155,3591.0,1594.0,647.0,16.0,1109.0,3.0,196.0,3020.0,36190.0,312500.0,1347.0 +06075016100,"Census Tract 161, San Francisco County, California",5562,4435.0,24041.0,704100.0,1886.0,1174.0,1954.0,0.0,1641.0,0.0,57.0,421.0,315.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 161,5257.0,1313.0,2772.0,26.0,776.0,1.0,323.0,3895.0,18592.0,306100.0,962.0 +06075016300,"Census Tract 163, San Francisco County, California",4671,3941.0,132742.0,1031000.0,2773.0,2518.0,654.0,0.0,733.0,0.0,0.0,288.0,478.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 163,4521.0,2239.0,1406.0,36.0,367.0,5.0,418.0,3412.0,46750.0,652400.0,1464.0 +06075017601,"Census Tract 176.01, San Francisco County, California",8432,7046.0,40878.0,715800.0,2945.0,2214.0,821.0,81.0,3583.0,39.0,50.0,290.0,1435.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 176.01,5774.776651,1774.419684,966.8763939999999,103.3746744,2198.35816,6.0071440339999995,665.4430501,4613.792399,23849.050430000003,397595.80700000003,1081.1441009999999 +06075020100,"Census Tract 201, San Francisco County, California",5911,5096.0,46604.0,746500.0,2434.0,1904.0,343.0,68.0,874.0,45.0,42.0,157.0,2517.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 201,6340.0,1436.0,358.0,87.0,1124.0,11.0,3290.0,4387.0,26228.0,243000.0,961.0 +06075020600,"Census Tract 206, San Francisco County, California",4953,4400.0,141875.0,1452000.0,3364.0,3616.0,120.0,0.0,532.0,61.0,0.0,300.0,324.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 206,4836.0,3753.0,143.0,48.0,401.0,5.0,439.0,4300.0,76375.0,761700.0,2959.0 +06075020900,"Census Tract 209, San Francisco County, California",4816,3780.0,83523.0,918600.0,1831.0,1586.0,85.0,17.0,681.0,0.0,11.0,123.0,2330.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 209,5092.0,1337.0,100.0,27.0,644.0,1.0,2944.0,3687.0,42209.0,390000.0,1152.0 +06075021800,"Census Tract 218, San Francisco County, California",4075,3225.0,137969.0,1111100.0,2293.0,2803.0,125.0,18.0,431.0,0.0,11.0,118.0,587.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 218,3914.0,2646.0,134.0,31.0,384.0,9.0,674.0,3235.0,79869.0,478600.0,1947.0 +06075022600,"Census Tract 226, San Francisco County, California",2361,2078.0,195000.0,986700.0,1666.0,1449.0,161.0,0.0,437.0,0.0,0.0,130.0,184.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 226,846.0,578.0,102.0,7.0,91.0,1.0,60.0,817.0,90622.0,474500.0,504.0 +06075023102,"Census Tract 231.02, San Francisco County, California",4537,2621.0,28618.0,519700.0,436.0,182.0,2686.0,0.0,672.0,180.0,0.0,81.0,736.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 231.02,3600.0,135.0,2665.0,6.0,452.0,0.0,321.0,2115.0,28818.0,222500.0,308.0 +06075025100,"Census Tract 251, San Francisco County, California",3788,2969.0,148500.0,1119200.0,1975.0,2129.0,260.0,47.0,511.0,14.0,0.0,134.0,702.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 251,3249.090679,1634.033579,257.0337558,26.00064397,558.0044512999999,3.000258287,737.0185253,2600.008966,67454.93187,392199.52,1162.99925 +06075017000,"Census Tract 170, San Francisco County, California",4113,3678.0,161563.0,1182500.0,3003.0,3145.0,29.0,0.0,513.0,20.0,0.0,137.0,269.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 170,3775.0,3129.0,80.0,15.0,293.0,5.0,234.0,3458.0,87496.0,651700.0,2518.0 +06075018000,"Census Tract 180, San Francisco County, California",2972,2600.0,156932.0,916500.0,1524.0,1293.0,414.0,5.0,718.0,13.0,0.0,206.0,323.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 180,2285.0,857.0,695.0,34.0,263.0,3.0,421.0,1971.0,61458.0,522100.0,524.0 +06075021500,"Census Tract 215, San Francisco County, California",5155,4290.0,122857.0,1047900.0,3218.0,3262.0,193.0,13.0,500.0,0.0,161.0,120.0,906.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 215,5195.0,3298.0,112.0,25.0,530.0,1.0,1182.0,4267.0,68464.0,567100.0,2565.0 +06075022803,"Census Tract 228.03, San Francisco County, California",4677,3611.0,114583.0,894900.0,1805.0,1768.0,91.0,0.0,558.0,0.0,13.0,82.0,2165.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 228.03,5178.0,1145.0,80.0,22.0,484.0,11.0,3391.0,3457.0,47961.0,424200.0,953.0 +06075026404,"Census Tract 264.04, San Francisco County, California",3061,2000.0,54958.0,586200.0,290.0,112.0,358.0,0.0,1589.0,153.0,17.0,7.0,825.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 264.04,2287.6778050000003,91.0550552,564.053242,14.0023077,986.4719252999998,0.0004945080000000001,632.0862092,1518.42165,55862.37689,253903.4422,327.0534068 +06075030600,"Census Tract 306, San Francisco County, California",2420,1756.0,155000.0,1150200.0,1131.0,1263.0,16.0,0.0,655.0,0.0,15.0,103.0,368.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 306,2132.0,1407.0,24.0,7.0,537.0,2.0,143.0,1683.0,107395.0,562800.0,972.0 +06075031000,"Census Tract 310, San Francisco County, California",3799,2669.0,131544.0,1104700.0,1800.0,1832.0,58.0,5.0,1255.0,0.0,0.0,128.0,521.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 310,3556.0,1739.0,219.0,13.0,1214.0,2.0,337.0,2600.0,85608.0,475600.0,1377.0 +06075033201,"Census Tract 332.01, San Francisco County, California",4281,723.0,28750.0,,406.0,1338.0,290.0,15.0,879.0,22.0,13.0,347.0,1392.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 332.01,3075.0,1462.0,230.0,20.0,967.0,2.0,345.0,1219.0,33715.0,,620.0 +06075011100,"Census Tract 111, San Francisco County, California",4844,4350.0,100500.0,853200.0,2802.0,3101.0,259.0,0.0,1054.0,0.0,23.0,97.0,310.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 111,5559.0,2679.0,146.0,44.0,2323.0,2.0,327.0,4521.0,35286.0,633900.0,1927.0 +06075011700,"Census Tract 117, San Francisco County, California",1704,1495.0,52371.0,1106500.0,719.0,495.0,73.0,0.0,809.0,0.0,31.0,35.0,261.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 117,1747.0,527.0,87.0,15.0,953.0,1.0,144.0,1360.0,18958.0,393800.0,357.0 +06075015700,"Census Tract 157, San Francisco County, California",9377,5588.0,111181.0,1098300.0,4219.0,4706.0,334.0,0.0,2272.0,54.0,277.0,486.0,1248.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 157,6875.0,3823.0,551.0,36.0,1816.0,9.0,567.0,4186.0,59426.0,616100.0,2379.0 +06075022901,"Census Tract 229.01, San Francisco County, California",5392,3686.0,72045.0,895100.0,1525.0,1513.0,78.0,44.0,377.0,0.0,10.0,82.0,3332.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 229.01,4965.0,921.0,100.0,21.0,331.0,4.0,3564.0,3310.0,53843.0,422900.0,767.0 +06075021700,"Census Tract 217, San Francisco County, California",4235,3224.0,122875.0,1174700.0,2171.0,2195.0,403.0,0.0,1014.0,0.0,22.0,63.0,538.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 217,4139.0,2244.0,554.0,28.0,817.0,1.0,467.0,3239.0,72804.0,470200.0,1796.0 +06075022802,"Census Tract 228.02, San Francisco County, California",2335,1911.0,80385.0,1029900.0,776.0,798.0,84.0,9.0,348.0,0.0,36.0,76.0,993.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 228.02,1762.0,613.0,114.0,13.0,317.0,3.0,689.0,1377.0,46761.0,434200.0,400.0 +06075022902,"Census Tract 229.02, San Francisco County, California",2597,2157.0,131571.0,880100.0,970.0,915.0,111.0,0.0,271.0,21.0,0.0,153.0,1126.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 229.02,2925.0,608.0,69.0,14.0,320.0,0.0,1895.0,1793.0,61392.0,338900.0,457.0 +06075022903,"Census Tract 229.03, San Francisco County, California",3481,2754.0,113250.0,825400.0,1253.0,965.0,70.0,44.0,363.0,0.0,26.0,70.0,1955.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 229.03,3942.0250130000004,927.0125797000001,117.00197859999999,25.00020017,483.0042959,1.0000230959999998,2345.005674,2568.0200170000003,51400.13957,327301.1837,758.0089536 +06075023003,"Census Tract 230.03, San Francisco County, California",3921,2877.0,74113.0,624000.0,924.0,345.0,804.0,1.0,1867.0,0.0,10.0,33.0,861.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 230.03,4028.0,268.0,1557.0,10.0,1522.0,9.0,655.0,2641.0,53795.0,255400.0,355.0 +06075026403,"Census Tract 264.03, San Francisco County, California",3945,2849.0,61131.0,640000.0,448.0,188.0,74.0,6.0,2606.0,12.0,9.0,92.0,958.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 264.03,4111.322314,333.9449463,322.9467773,13.99769306,2862.528076,2.99950552,522.9138184,2557.5783690000003,50271.99972,265299.9942,323.9465942 +06075030201,"Census Tract 302.01, San Francisco County, California",4454,3663.0,97039.0,1002900.0,2652.0,2138.0,28.0,0.0,1656.0,0.0,0.0,303.0,329.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 302.01,3980.0,2244.0,83.0,24.0,1312.0,0.0,257.0,3191.0,57202.0,444100.0,1567.0 +06075030302,"Census Tract 303.02, San Francisco County, California",4108,3048.0,135143.0,1053500.0,2096.0,1473.0,138.0,0.0,2066.0,0.0,17.0,118.0,296.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 303.02,3471.0,1644.0,42.0,16.0,1618.0,1.0,127.0,2389.0,84843.0,472000.0,1272.0 +06075030400,"Census Tract 304, San Francisco County, California",5626,4169.0,156786.0,1269100.0,2588.0,2658.0,150.0,6.0,2029.0,37.0,136.0,252.0,358.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 304,5177.0,2802.0,72.0,12.0,2035.0,1.0,223.0,3836.0,87626.0,597100.0,2293.0 +06075010300,"Census Tract 103, San Francisco County, California",4377,3797.0,118210.0,1300000.0,2474.0,2423.0,0.0,0.0,1445.0,0.0,0.0,104.0,405.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 103,4092.0,2375.0,33.0,22.0,1496.0,2.0,140.0,3494.0,66390.0,645800.0,2089.0 +06075011000,"Census Tract 110, San Francisco County, California",4989,4542.0,134948.0,1024600.0,3092.0,2519.0,88.0,0.0,2066.0,0.0,0.0,33.0,283.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 110,5037.266357,1925.7787449999998,80.13392012,22.04769758,2849.867544,1.005503567,141.3577318,4135.464671,44126.35417,486137.1944,1847.8358010000002 +06075015400,"Census Tract 154, San Francisco County, California",5877,4754.0,121116.0,1011000.0,3607.0,3655.0,99.0,1.0,1375.0,111.0,43.0,275.0,319.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 154,5762.0,3731.0,318.0,26.0,1325.0,1.0,312.0,4624.0,70139.0,651000.0,2914.0 +06075010400,"Census Tract 104, San Francisco County, California",4645,3948.0,106979.0,1137500.0,2959.0,2491.0,1.0,4.0,1303.0,0.0,0.0,301.0,545.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 104,4859.0,3054.0,39.0,17.0,1564.0,1.0,166.0,4208.0,70914.0,720900.0,2583.0 +06075025500,"Census Tract 255, San Francisco County, California",9366,7119.0,106000.0,816600.0,2979.0,2051.0,98.0,0.0,3845.0,0.0,33.0,239.0,3100.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 255,7518.075215999999,1863.0326,114.00316299999999,32.00053914,3260.024429,5.000023962,2209.01397,5457.057281,58013.1571,332400.4661,1513.023423 +06075025600,"Census Tract 256, San Francisco County, California",5503,4194.0,74688.0,658600.0,1162.0,934.0,105.0,85.0,3136.0,0.0,76.0,190.0,1051.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 256,5705.0,899.0,174.0,21.0,3028.0,2.0,1518.0,3987.0,63234.0,299000.0,923.0 +06075025800,"Census Tract 258, San Francisco County, California",1853,1376.0,72411.0,703500.0,467.0,285.0,110.0,45.0,909.0,0.0,0.0,32.0,517.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 258,1871.0,228.0,255.0,8.0,940.0,1.0,423.0,1246.0,46538.0,280300.0,277.0 +06075026001,"Census Tract 260.01, San Francisco County, California",5940,4261.0,62656.0,647400.0,942.0,714.0,146.0,33.0,2208.0,0.0,56.0,203.0,2580.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 260.01,5549.0,755.0,132.0,12.0,2087.0,2.0,2526.0,3688.0,52631.0,303900.0,596.0 +06075045100,"Census Tract 451, San Francisco County, California",5139,4098.0,101480.0,1241300.0,2719.0,2511.0,106.0,7.0,1902.0,0.0,9.0,126.0,478.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 451,5102.0,2057.0,156.0,12.0,2635.0,2.0,208.0,3887.0,56335.0,562300.0,1617.0 +06075045200,"Census Tract 452, San Francisco County, California",7113,5732.0,92193.0,1375000.0,3546.0,2938.0,264.0,0.0,2671.0,0.0,15.0,647.0,578.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 452,6695.0,2967.0,132.0,28.0,3229.0,1.0,287.0,5081.0,52171.0,571800.0,2597.0 +06075026100,"Census Tract 261, San Francisco County, California",7310,5674.0,78640.0,750300.0,1628.0,589.0,83.0,19.0,4374.0,15.0,0.0,224.0,2025.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 261,5995.0,925.0,104.0,25.0,3464.0,1.0,1445.0,4386.0,58854.0,314300.0,997.0 +06075023300,"Census Tract 233, San Francisco County, California",3429,2513.0,55600.0,601400.0,695.0,335.0,310.0,0.0,2023.0,0.0,0.0,37.0,724.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 233,2591.0,129.0,454.0,13.0,1560.0,4.0,430.0,1582.0,59091.0,303900.0,284.0 +06075025300,"Census Tract 253, San Francisco County, California",4634,3623.0,126563.0,1011600.0,2198.0,2574.0,108.0,29.0,474.0,0.0,79.0,250.0,1120.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 253,4615.0,2005.0,213.0,36.0,603.0,2.0,1712.0,3588.0,65933.0,420800.0,1642.0 +06075025401,"Census Tract 254.01, San Francisco County, California",4171,3141.0,114211.0,928800.0,1494.0,1587.0,88.0,1.0,452.0,0.0,52.0,156.0,1835.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 254.01,3906.0,1200.0,245.0,24.0,669.0,3.0,1686.0,2779.0,50369.0,361300.0,953.0 +06075026301,"Census Tract 263.01, San Francisco County, California",5084,3951.0,65893.0,671700.0,937.0,657.0,17.0,27.0,3165.0,0.0,0.0,30.0,1188.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 263.01,4410.0,552.0,48.0,33.0,2604.0,5.0,1150.0,3012.0,49861.0,327300.0,635.0 +06075026302,"Census Tract 263.02, San Francisco County, California",5149,4032.0,79375.0,652800.0,1194.0,672.0,92.0,0.0,2955.0,0.0,0.0,76.0,1354.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 263.02,4354.833610000001,882.9662476,119.99541470000001,16.99934959,2192.91626,2.9998853210000003,1066.9592289999998,3054.8833010000003,58750.00069,303700.0089,647.9752197 +06075026303,"Census Tract 263.03, San Francisco County, California",4783,3606.0,80690.0,682000.0,900.0,631.0,14.0,6.0,2562.0,0.0,5.0,11.0,1554.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 263.03,4529.0,616.0,84.0,7.0,2545.0,2.0,1230.0,3132.0,51742.0,342500.0,743.0 +06075030500,"Census Tract 305, San Francisco County, California",3116,2591.0,122813.0,972100.0,1454.0,1402.0,304.0,7.0,801.0,20.0,9.0,212.0,368.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 305,3374.0,1834.0,397.0,26.0,818.0,5.0,265.0,2600.0,78777.0,436200.0,1262.0 +06075031100,"Census Tract 311, San Francisco County, California",6726,5232.0,112750.0,837600.0,3170.0,3054.0,160.0,0.0,1851.0,12.0,0.0,395.0,1254.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 311,6277.924786,2720.967285,263.9968262,44.99946213,2038.975586,1.999976039,1165.986084,4780.942871,70186.99827000001,369500.013,1954.976563 +06075021400,"Census Tract 214, San Francisco County, California",3806,3064.0,148594.0,1163600.0,2415.0,2638.0,9.0,41.0,555.0,37.0,19.0,76.0,472.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 214,3285.0,2463.0,72.0,23.0,297.0,4.0,386.0,2808.0,75341.0,648700.0,1953.0 +06075016400,"Census Tract 164, San Francisco County, California",3915,3484.0,119321.0,991600.0,2308.0,2394.0,398.0,10.0,481.0,0.0,0.0,200.0,432.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 164,3791.0,2341.0,688.0,34.0,343.0,3.0,335.0,3113.0,52885.0,423800.0,1811.0 +06075016600,"Census Tract 166, San Francisco County, California",5787,5179.0,134395.0,1402800.0,3917.0,4056.0,230.0,31.0,774.0,20.0,0.0,277.0,415.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 166,5045.0,3835.0,388.0,60.0,386.0,5.0,314.0,4249.0,64613.0,621500.0,2835.0 +06075017902,"Census Tract 179.02, San Francisco County, California",3129,1645.0,52143.0,,712.0,867.0,534.0,101.0,382.0,22.0,17.0,224.0,1059.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 179.02,1453.0,898.0,185.0,16.0,200.0,1.0,148.0,721.0,80959.0,,424.0 +06075042800,"Census Tract 428, San Francisco County, California",2497,1720.0,161523.0,2000001.0,1388.0,1804.0,0.0,0.0,453.0,0.0,9.0,128.0,103.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 428,2451.0,1873.0,18.0,8.0,468.0,0.0,76.0,1805.0,144245.0,1000001.0,1312.0 +06075023400,"Census Tract 234, San Francisco County, California",3432,2196.0,40648.0,582700.0,352.0,154.0,856.0,0.0,592.0,266.0,110.0,279.0,1175.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 234,3492.0,132.0,1647.0,14.0,807.0,1.0,886.0,1805.0,31926.0,207300.0,135.0 +06075016500,"Census Tract 165, San Francisco County, California",5760,4851.0,117156.0,1097800.0,3489.0,3702.0,377.0,0.0,663.0,0.0,29.0,336.0,653.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 165,5121.0,3312.0,712.0,38.0,662.0,7.0,352.0,4100.0,50739.0,476400.0,2478.0 +06075030700,"Census Tract 307, San Francisco County, California",6964,5403.0,139531.0,1029200.0,3568.0,3431.0,169.0,44.0,1970.0,0.0,118.0,438.0,818.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 307,6367.0,3756.0,319.0,25.0,1702.0,1.0,479.0,5103.0,89390.0,470900.0,2910.0 +06075035100,"Census Tract 351, San Francisco County, California",9020,7101.0,125408.0,929900.0,3902.0,2841.0,59.0,52.0,4925.0,0.0,15.0,536.0,592.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 351,7756.0,2839.0,112.0,23.0,4345.0,0.0,354.0,5786.0,61777.0,365100.0,2247.0 +06075013000,"Census Tract 130, San Francisco County, California",4957,4158.0,156117.0,1660400.0,3568.0,4011.0,0.0,29.0,550.0,0.0,0.0,162.0,205.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 130,4130.0,3450.0,28.0,14.0,444.0,2.0,157.0,3639.0,100428.0,886600.0,2756.0 +06075026002,"Census Tract 260.02, San Francisco County, California",3570,2810.0,94200.0,701700.0,1073.0,805.0,241.0,17.0,1313.0,0.0,22.0,123.0,1049.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 260.02,3680.0,1079.0,186.0,33.0,1196.0,2.0,1161.0,2713.0,54063.0,296000.0,680.0 +06075026402,"Census Tract 264.02, San Francisco County, California",5120,3735.0,87404.0,662100.0,756.0,437.0,412.0,17.0,2506.0,0.0,0.0,120.0,1628.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 264.02,4109.0,485.0,639.0,9.0,2130.0,1.0,812.0,2856.0,60000.0,272100.0,558.0 +06075030301,"Census Tract 303.01, San Francisco County, California",5907,4763.0,140179.0,1180800.0,3202.0,2528.0,119.0,0.0,2543.0,0.0,97.0,245.0,375.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 303.01,5886.0,3016.0,124.0,12.0,2399.0,2.0,287.0,4576.0,69539.0,523100.0,2713.0 +06075030800,"Census Tract 308, San Francisco County, California",6768,5275.0,151250.0,1258900.0,3697.0,3312.0,284.0,20.0,2286.0,36.0,0.0,133.0,697.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 308,5646.0,3436.0,39.0,25.0,1712.0,0.0,365.0,4377.0,96975.0,602400.0,2409.0 +06075025402,"Census Tract 254.02, San Francisco County, California",3249,2574.0,128750.0,945200.0,1266.0,1248.0,106.0,74.0,997.0,0.0,8.0,100.0,790.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 254.02,3241.0,949.0,263.0,36.0,974.0,2.0,996.0,2420.0,65769.0,306900.0,833.0 +06075026200,"Census Tract 262, San Francisco County, California",7806,5920.0,79861.0,682100.0,1443.0,675.0,51.0,53.0,5261.0,0.0,24.0,253.0,1489.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 262,6992.0,832.0,194.0,24.0,3830.0,8.0,2082.0,4901.0,63036.0,309600.0,1085.0 +06075021600,"Census Tract 216, San Francisco County, California",4372,3470.0,138117.0,1087300.0,2736.0,2473.0,279.0,77.0,697.0,0.0,39.0,227.0,657.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 216,3880.0,2463.0,296.0,16.0,721.0,6.0,341.0,3321.0,82918.0,485800.0,2253.0 +06075030900,"Census Tract 309, San Francisco County, California",6942,4944.0,174946.0,1313800.0,3517.0,3221.0,173.0,0.0,2975.0,0.0,0.0,378.0,195.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 309,6771.0,3762.0,340.0,22.0,2153.0,0.0,433.0,4986.0,106679.0,630500.0,2843.0 +06075047901,"Census Tract 479.01, San Francisco County, California",7113,5564.0,82241.0,906200.0,2750.0,2907.0,166.0,0.0,3394.0,0.0,0.0,359.0,287.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Francisco County,Census Tract 479.01,6540.0,2846.0,215.0,30.0,3074.0,1.0,267.0,5088.0,64433.0,429700.0,2220.0 +06081990100,"Census Tract 9901, San Mateo County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,,,,,,,,,,,,,, +06081984300,"Census Tract 9843, San Mateo County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 9843,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +06081603801,"Census Tract 6038.01, San Mateo County, California",2355,1925.0,81591.0,345100.0,1137.0,929.0,2.0,0.0,1064.0,0.0,15.0,60.0,285.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6038.01,2170.999976,1304.286377,40.35427856,10.84144783,484.85363770000004,1.5057566169999999,285.19030760000004,1660.548462,64816.99939,389300.0104,539.3620605000001 +06081600401,"Census Tract 6004.01, San Mateo County, California",3482,2776.0,93859.0,539900.0,877.0,311.0,151.0,0.0,1743.0,0.0,0.0,169.0,1108.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6004.01,3357.0633740000003,387.07345580000003,197.3791504,25.07685852,1679.340576,4.044654846,1053.2280269999999,2233.458252,67632.00154,289900.006,535.9167480000001 +06081614000,"Census Tract 6140, San Mateo County, California",5753,4077.0,121926.0,877300.0,2041.0,1363.0,103.0,0.0,2486.0,53.0,0.0,521.0,1227.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6140,5450.0,2289.0,284.0,33.0,2027.0,10.0,737.0,3663.0,79108.59935,389723.9557,1422.0 +06081613900,"Census Tract 6139, San Mateo County, California",6796,4693.0,163010.0,1775400.0,3128.0,4091.0,277.0,192.0,1129.0,45.0,56.0,239.0,795.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6139,5615.0,4339.0,176.0,28.0,644.0,4.0,378.0,4201.0,97482.96248999999,750627.1279,2859.0 +06081609202,"Census Tract 6092.02, San Mateo County, California",4315,3335.0,99677.0,1061500.0,2036.0,2506.0,57.0,0.0,692.0,60.0,17.0,182.0,801.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6092.02,3424.546062,2660.80542,41.92141724,15.901226999999999,314.1697083,2.409276724,360.42782589999996,2680.07959,62634.998620000006,527999.9987,1048.0354 +06081609201,"Census Tract 6092.01, San Mateo County, California",3752,2732.0,114444.0,1213300.0,1693.0,2721.0,34.0,1.0,496.0,0.0,10.0,159.0,331.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6092.01,3607.999995,2803.345459,44.16716003,16.75305939,330.99984739999996,2.538342476,379.73602289999997,2823.6521,62634.998810000005,528000.0068,1104.178955 +06081603802,"Census Tract 6038.02, San Mateo County, California",5026,3802.0,114375.0,886200.0,1557.0,2421.0,36.0,0.0,1216.0,23.0,0.0,273.0,1057.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6038.02,5038.000024,3026.713623,93.64572144,25.15855217,1125.146362,3.494243383,661.8096924,3853.4514159999994,64817.00026,389299.9955,1251.637939 +06081601902,"Census Tract 6019.02, San Mateo County, California",5508,4228.0,87168.0,541900.0,1766.0,1132.0,105.0,0.0,2415.0,0.0,0.0,182.0,1674.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6019.02,4687.000021,1532.4379880000001,197.5165405,38.88120651,1365.508057,7.776241778999999,1450.009888,3212.6245120000003,57132.00185,312600.0034,733.0404053 +06081601603,"Census Tract 6016.03, San Mateo County, California",5969,4474.0,110600.0,701000.0,1829.0,1033.0,53.0,0.0,3993.0,29.0,1.0,64.0,796.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6016.03,6317.3753289999995,952.1771693,265.0669616,20.00488262,4379.945484000001,13.00104628,623.1701941,4309.90468,73872.60527999999,351188.7792,1599.367591 +06081602100,"Census Tract 6021, San Mateo County, California",3139,2185.0,61900.0,608000.0,312.0,321.0,66.0,42.0,532.0,89.0,0.0,130.0,1985.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6021,3828.0,511.0,136.0,45.0,572.0,10.0,2521.0,2155.0,45658.0,332800.0,173.0 +06081603400,"Census Tract 6034, San Mateo County, California",5970,4156.0,107011.0,779700.0,1662.0,3583.0,40.0,16.0,604.0,0.0,59.0,221.0,1447.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6034,5911.0,4236.0,113.0,44.0,697.0,8.0,767.0,4132.0,77520.0,425600.0,1248.0 +06081604101,"Census Tract 6041.01, San Mateo County, California",8299,5624.0,82953.0,682200.0,1276.0,1530.0,122.0,30.0,1743.0,465.0,0.0,362.0,4066.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6041.01,7679.0,2452.0,170.0,69.0,1567.0,14.0,3259.0,4901.0,47857.0,321900.0,743.0 +06081604200,"Census Tract 6042, San Mateo County, California",4113,2798.0,76818.0,613700.0,819.0,1096.0,7.0,0.0,632.0,79.0,21.0,127.0,2151.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6042,4257.0,922.0,64.0,31.0,1024.0,2.0,2137.0,2591.0,55431.0,274700.0,276.0 +06081604400,"Census Tract 6044, San Mateo County, California",4966,3622.0,82723.0,808200.0,1403.0,1187.0,24.0,51.0,2428.0,27.0,0.0,181.0,1107.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6044,3980.999999,1898.169125,72.49716231,16.19069239,1010.053349,8.040862657,913.6538024,2803.300795,56127.50067,358563.0271,585.0692391 +06081604700,"Census Tract 6047, San Mateo County, California",2735,2123.0,130288.0,1239200.0,1110.0,1086.0,15.0,4.0,1334.0,23.0,6.0,88.0,179.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6047,2758.0,1551.0,19.0,11.0,917.0,0.0,225.0,2024.0,88677.0,634000.0,812.0 +06081604800,"Census Tract 6048, San Mateo County, California",4944,3760.0,104810.0,1190500.0,1791.0,1576.0,43.0,25.0,2229.0,20.0,0.0,190.0,861.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6048,4853.0,2733.0,58.0,15.0,1374.0,6.0,641.0,3501.0,54524.0,519000.0,1126.0 +06081605400,"Census Tract 6054, San Mateo County, California",6018,4227.0,91801.0,1383300.0,2383.0,3681.0,36.0,91.0,940.0,0.0,338.0,253.0,745.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6054,6033.000002000001,4048.40229,72.98154044,18.88478678,809.4653091,4.412900507,1012.8504140000001,4261.490562,62632.0657,581374.5926,1713.6624219999999 +06081605900,"Census Tract 6059, San Mateo County, California",5804,4664.0,86563.0,722000.0,2575.0,2322.0,130.0,49.0,1251.0,33.0,102.0,383.0,1557.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6059,5094.0,3030.0,127.0,26.0,740.0,8.0,1128.0,3952.0,50060.0,375300.0,1411.0 +06081606100,"Census Tract 6061, San Mateo County, California",4824,3298.0,67143.0,674400.0,846.0,1283.0,120.0,13.0,801.0,371.0,0.0,170.0,2079.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6061,4254.0,1647.0,147.0,51.0,953.0,9.0,1417.0,2757.0,58576.0,357900.0,555.0 +06081609400,"Census Tract 6094, San Mateo County, California",3485,2200.0,195625.0,1529600.0,1576.0,2791.0,7.0,0.0,261.0,10.0,11.0,109.0,296.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6094,3053.1410539999997,2676.704376,12.8406162,12.31355557,165.6200852,1.992871404,167.12781730000003,2133.742325,100587.3144,595023.1242,1128.604272 +06081609500,"Census Tract 6095, San Mateo County, California",4976,3447.0,183171.0,1294000.0,2380.0,3359.0,0.0,0.0,783.0,0.0,0.0,174.0,660.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6095,4795.0,3752.0,32.0,29.0,572.0,1.0,354.0,3419.0,106280.0,620800.0,1953.0 +06081609700,"Census Tract 6097, San Mateo County, California",4656,3305.0,178542.0,1565100.0,2289.0,3768.0,56.0,16.0,203.0,0.0,0.0,265.0,364.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6097,4113.00005,3557.5371090000003,31.68416023,10.8914299,278.22653199999996,0.0,194.0654755,3047.6201170000004,127687.9989,810500.003,1692.132202 +06081613000,"Census Tract 6130, San Mateo County, California",3627,2315.0,117153.0,1713000.0,2018.0,2505.0,2.0,0.0,842.0,0.0,0.0,167.0,111.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6130,3162.0,2621.0,11.0,5.0,437.0,0.0,67.0,2614.0,108704.0,904400.0,2023.0 +06081611100,"Census Tract 6111, San Mateo County, California",6455,4566.0,158304.0,1199900.0,2781.0,5067.0,0.0,0.0,478.0,66.0,0.0,290.0,554.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6111,5855.999981,4829.783203,52.70300674,17.89913368,446.4839478,4.971981525,473.33264160000004,4345.511719,103061.0047,585299.9838,2191.649414 +06081611700,"Census Tract 6117, San Mateo County, California",5509,3312.0,58274.0,668000.0,583.0,423.0,1153.0,36.0,175.0,460.0,0.0,115.0,3173.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6117,6095.0,149.0,1850.0,25.0,404.0,0.0,3653.0,3123.0,46385.0,296600.0,201.0 +06081600500,"Census Tract 6005, San Mateo County, California",8231,6250.0,117813.0,632700.0,2291.0,693.0,58.0,51.0,5053.0,0.0,3.0,159.0,2247.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6005,7775.0,941.0,271.0,27.0,4078.0,6.0,2410.0,5227.0,68032.0,315700.0,1524.0 +06081601604,"Census Tract 6016.04, San Mateo County, California",2701,2252.0,96274.0,398800.0,1059.0,783.0,82.0,0.0,1226.0,13.0,29.0,212.0,356.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6016.04,2759.999992,809.2927818,152.4889584,8.594045638999999,1326.2939609999999,6.0455441620000006,415.00749210000004,2091.749207,52070.02713,185305.8755,931.1382064999999 +06081601400,"Census Tract 6014, San Mateo County, California",7427,5567.0,80278.0,712600.0,2146.0,1072.0,100.0,13.0,4630.0,0.0,0.0,115.0,1510.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6014,6670.0,1256.0,228.0,34.0,4365.0,11.0,732.0,4675.0,69803.0,334300.0,1452.0 +06081602800,"Census Tract 6028, San Mateo County, California",4829,3552.0,118661.0,727600.0,1543.0,1456.0,160.0,0.0,1891.0,43.0,0.0,274.0,1005.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6028,4826.785275,1556.6407470000001,443.61264040000003,19.98255157,2047.2124019999999,5.994765282,686.4006347999999,3207.199463,76631.99857000001,353799.9965,1208.944336 +06081610203,"Census Tract 6102.03, San Mateo County, California",3928,2467.0,60400.0,736500.0,344.0,279.0,58.0,131.0,127.0,213.0,0.0,40.0,3211.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6102.03,3381.0,414.0,97.0,16.0,156.0,0.0,2681.0,1905.0,40575.0,360500.0,195.0 +06081601000,"Census Tract 6010, San Mateo County, California",6896,4861.0,100764.0,651600.0,1882.0,958.0,564.0,25.0,3687.0,39.0,8.0,245.0,1386.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6010,7488.214853,1655.359292,620.3873721,35.0174492,3948.78767,6.0052347589999995,1126.59938,4922.800596,75378.78106000001,331711.7283,1578.055676 +06081610602,"Census Tract 6106.02, San Mateo County, California",4037,2664.0,122250.0,923900.0,1250.0,1703.0,34.0,10.0,260.0,0.0,10.0,46.0,1974.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6106.02,3401.0,1716.0,48.0,24.0,149.0,1.0,1436.0,2394.0,80480.0,424300.0,884.0 +06081607702,"Census Tract 6077.02, San Mateo County, California",2941,2146.0,113485.0,739100.0,663.0,956.0,110.0,0.0,440.0,201.0,0.0,136.0,1098.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6077.02,2800.0,1191.0,66.0,16.0,701.0,4.0,798.0,1872.0,74625.0,357400.0,315.0 +06081607200,"Census Tract 6072, San Mateo County, California",4622,3478.0,96146.0,962800.0,1764.0,1911.0,72.0,0.0,1318.0,0.0,0.0,123.0,1198.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6072,3908.0,2147.0,111.0,14.0,940.0,4.0,618.0,2929.0,51298.0,450800.0,1079.0 +06081608004,"Census Tract 6080.04, San Mateo County, California",7707,5724.0,127406.0,826700.0,4009.0,2495.0,110.0,0.0,4253.0,0.0,0.0,276.0,573.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6080.04,6218.9581579999995,3383.606707,171.235663,24.03366614,2272.540873,6.005179406,311.497223,4912.583025,88639.37667,432031.6182,3055.630764 +06081608023,"Census Tract 6080.23, San Mateo County, California",2653,1892.0,138333.0,1311200.0,1153.0,1018.0,58.0,5.0,1340.0,0.0,5.0,100.0,127.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6080.23,2607.0,1268.0,50.0,16.0,1066.0,0.0,176.0,1876.0,103633.0,641000.0,980.0 +06081608100,"Census Tract 6081, San Mateo County, California",3943,2872.0,110608.0,996600.0,1883.0,1700.0,129.0,0.0,1855.0,0.0,20.0,140.0,99.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6081,3181.0,1785.0,68.0,15.0,1039.0,3.0,222.0,2311.0,81691.0,521000.0,1158.0 +06081608502,"Census Tract 6085.02, San Mateo County, California",2717,2247.0,109881.0,693800.0,1394.0,1255.0,13.0,61.0,850.0,36.0,0.0,60.0,490.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6085.02,2739.648086,1481.1887550000001,60.17373657,23.50861919,868.3312053999999,0.029343415,271.96649410000003,1877.350872,70107.30195,365522.8356,920.4611702 +06081600100,"Census Tract 6001, San Mateo County, California",5445,4147.0,107059.0,746700.0,2035.0,2004.0,248.0,0.0,1553.0,0.0,37.0,541.0,1062.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6001,3784.0,2389.0,57.0,28.0,606.0,9.0,647.0,2880.0,63684.0,379700.0,1121.0 +06081601100,"Census Tract 6011, San Mateo County, California",6405,4751.0,104650.0,686700.0,1809.0,1149.0,207.0,0.0,3616.0,293.0,0.0,249.0,891.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6011,5905.0,1742.0,180.0,17.0,3194.0,2.0,683.0,4330.0,65693.0,343500.0,1341.0 +06081601300,"Census Tract 6013, San Mateo County, California",8509,5344.0,60032.0,590400.0,1445.0,882.0,285.0,0.0,3760.0,0.0,0.0,143.0,3439.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6013,7547.039481999999,1052.588783,336.30547260000003,33.33881223,3030.048557,7.178314358,3027.6001969999998,4786.339386,46921.4705,308482.0565,1064.511885 +06081601501,"Census Tract 6015.01, San Mateo County, California",5648,4326.0,98648.0,693400.0,1460.0,594.0,61.0,32.0,4110.0,203.0,58.0,68.0,522.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6015.01,5194.0,806.0,169.0,32.0,3480.0,6.0,634.0,3583.0,78733.0,346500.0,924.0 +06081601700,"Census Tract 6017, San Mateo County, California",4434,3319.0,111528.0,668300.0,1079.0,1207.0,35.0,0.0,1557.0,0.0,0.0,88.0,1547.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6017,4155.0,1632.0,106.0,42.0,1086.0,10.0,1222.0,2768.0,66734.0,331000.0,647.0 +06081602000,"Census Tract 6020, San Mateo County, California",8166,5975.0,99931.0,731900.0,2155.0,1427.0,7.0,0.0,3386.0,136.0,83.0,144.0,2983.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6020,7190.0,2617.0,119.0,55.0,2077.0,7.0,2216.0,4919.0,71225.0,360200.0,1505.0 +06081602400,"Census Tract 6024, San Mateo County, California",7369,5432.0,85873.0,719900.0,1759.0,2654.0,122.0,22.0,2097.0,141.0,0.0,492.0,1863.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6024,6511.0,3530.0,110.0,43.0,1432.0,3.0,1322.0,4649.0,57675.0,361400.0,1103.0 +06081603000,"Census Tract 6030, San Mateo County, California",4315,3208.0,95016.0,746800.0,1505.0,2886.0,59.0,73.0,296.0,24.0,0.0,204.0,788.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6030,4336.0,3041.0,141.0,62.0,407.0,7.0,639.0,3082.0,61903.0,340400.0,1095.0 +06081605200,"Census Tract 6052, San Mateo County, California",3718,2411.0,186250.0,1929100.0,1711.0,2384.0,27.0,1.0,779.0,39.0,0.0,143.0,345.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6052,3466.0,2757.0,22.0,10.0,381.0,1.0,254.0,2468.0,84834.0,826200.0,1369.0 +06081606200,"Census Tract 6062, San Mateo County, California",8105,5211.0,67250.0,705100.0,1086.0,1052.0,513.0,52.0,1246.0,281.0,0.0,259.0,4725.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6062,7917.0,952.0,839.0,40.0,1308.0,16.0,4712.0,4811.0,47554.0,350600.0,649.0 +06081606500,"Census Tract 6065, San Mateo County, California",3548,2418.0,222974.0,1934600.0,1881.0,2554.0,29.0,0.0,584.0,0.0,0.0,185.0,196.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6065,3534.522042,2978.670418,13.845212400000001,5.170127675,342.54676820000003,0.018826207,169.8267894,2517.855606,103914.5961,825640.6055,1613.510315 +06081606600,"Census Tract 6066, San Mateo County, California",3820,2670.0,124158.0,1066700.0,1470.0,2105.0,8.0,10.0,641.0,39.0,0.0,145.0,882.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6066,3316.0,2201.331623,31.04384328,31.00932836,542.3316231000001,6.0,469.26539180000003,2332.520989,68923.37931,480790.0895,1069.562966 +06081606900,"Census Tract 6069, San Mateo County, California",2560,1786.0,165893.0,1239400.0,1161.0,1340.0,35.0,0.0,717.0,41.0,10.0,177.0,240.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6069,2454.0,1586.0,54.0,19.0,581.0,0.0,181.0,1763.0,97525.0,626500.0,975.0 +06081607600,"Census Tract 6076, San Mateo County, California",3662,2560.0,111023.0,906500.0,1264.0,1501.0,73.0,11.0,820.0,24.0,9.0,127.0,1108.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6076,3524.0,2008.0,93.0,25.0,685.0,0.0,678.0,2562.0,62074.0,431700.0,806.0 +06081610900,"Census Tract 6109, San Mateo County, California",7081,5049.0,66406.0,784100.0,1644.0,2192.0,48.0,78.0,745.0,0.0,0.0,141.0,3887.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6109,6469.7350670000005,3060.360107,164.5354919,44.87331772,422.806366,3.988739252,2738.269531,4188.17627,55213.00208,392199.9919,857.5789185000001 +06081610800,"Census Tract 6108, San Mateo County, California",5093,3195.0,65446.0,716800.0,971.0,1196.0,157.0,6.0,430.0,0.0,0.0,81.0,3229.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6108,4287.264965,1528.639824,150.4645067,19.12668364,309.1936413,2.011260767,2240.730517,2679.823806,46585.201030000004,339668.30799999996,716.4210651000001 +06081609601,"Census Tract 6096.01, San Mateo County, California",3162,2238.0,205388.0,1534600.0,1717.0,2202.0,5.0,0.0,622.0,0.0,0.0,167.0,166.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6096.01,2734.33755,2171.065918,32.61045837,9.881957053999999,360.6914368,0.9881957170000001,131.4300232,2023.824829,118209.0026,697799.9898,1288.607178 +06081609800,"Census Tract 6098, San Mateo County, California",4743,3537.0,124048.0,1148000.0,1877.0,3160.0,82.0,0.0,544.0,0.0,93.0,72.0,792.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6098,4465.692281000001,3576.688566,37.65282017,35.38462564,298.8236105,1.000194279,495.50794890000003,3352.539475,89043.8756,529797.4766,1341.473045 +06081611800,"Census Tract 6118, San Mateo County, California",4191,2577.0,65313.0,572600.0,218.0,135.0,634.0,103.0,74.0,669.0,12.0,36.0,2627.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6118,4758.0,105.0,1543.0,14.0,609.0,10.0,2464.0,2379.0,54375.0,298900.0,190.0 +06081612600,"Census Tract 6126, San Mateo County, California",4750,3567.0,136250.0,1665400.0,2933.0,3435.0,12.0,0.0,875.0,0.0,48.0,170.0,210.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6126,3947.0,3216.0,53.0,15.0,438.0,0.0,195.0,3364.0,69545.0,711200.0,2422.0 +06081613200,"Census Tract 6132, San Mateo County, California",6937,5084.0,243750.0,2000001.0,4205.0,5585.0,22.0,0.0,426.0,0.0,124.0,452.0,328.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6132,6726.879311,6062.891113000001,39.99928284,13.99974918,332.9940186,0.999982059,255.9954071,5022.909668,164422.0013,1000001.0279999999,4025.9277340000003 +06081613400,"Census Tract 6134, San Mateo County, California",3105,2222.0,243194.0,2000001.0,1757.0,2584.0,0.0,0.0,161.0,0.0,20.0,52.0,288.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6134,3392.0,3048.0,22.0,22.0,130.0,0.0,159.0,2482.0,167475.0,1000001.0,1677.0 +06081613700,"Census Tract 6137, San Mateo County, California",9219,6937.0,108050.0,904200.0,3236.0,5730.0,0.0,23.0,407.0,104.0,0.0,398.0,2580.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6137,7968.0,5584.0,29.0,64.0,356.0,0.0,1868.0,5661.0,78420.0,472600.0,2167.0 +06081608300,"Census Tract 6083, San Mateo County, California",3871,2740.0,153409.0,1239500.0,1844.0,1268.0,184.0,0.0,1852.0,0.0,21.0,190.0,356.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6083,3321.0,1778.0,107.0,11.0,1228.0,2.0,173.0,2426.0,90110.0,572000.0,1460.0 +06081609300,"Census Tract 6093, San Mateo County, California",3572,2363.0,161167.0,1351700.0,1441.0,2753.0,0.0,0.0,336.0,0.0,0.0,168.0,315.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6093,3092.684195,2666.593637,23.42853934,8.815639147,177.0014727,0.007128606,202.15875,2234.321698,88772.06702999999,656567.6189,1093.195434 +06081612700,"Census Tract 6127, San Mateo County, California",2129,1428.0,220357.0,2000001.0,1209.0,1764.0,1.0,0.0,172.0,0.0,0.0,76.0,116.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6127,2136.0,1922.0,17.0,2.0,143.0,0.0,50.0,1473.0,151703.0,1000001.0,1144.0 +06081612900,"Census Tract 6129, San Mateo County, California",4546,3017.0,164597.0,1747900.0,2521.0,2997.0,112.0,0.0,996.0,0.0,20.0,212.0,209.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6129,4311.0,3621.0,37.0,16.0,455.0,3.0,157.0,3232.0,113308.0,812600.0,2280.0 +06081613300,"Census Tract 6133, San Mateo County, California",2927,2079.0,246042.0,2000001.0,1540.0,2465.0,2.0,0.0,162.0,0.0,24.0,79.0,195.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6133,2648.0,2273.462929,15.31584015,12.10857005,224.7734714,1.0,93.93452096,1939.379875,167678.8112,997023.6759,1301.8678380000001 +06081613600,"Census Tract 6136, San Mateo County, California",6824,4724.0,118152.0,860900.0,2383.0,5007.0,16.0,0.0,87.0,0.0,46.0,212.0,1456.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6136,5777.0,4460.0,61.0,52.0,264.0,8.0,897.0,3898.0,87481.0,460600.0,1908.0 +06081608700,"Census Tract 6087, San Mateo County, California",7287,4965.0,131771.0,1146500.0,3259.0,4541.0,121.0,0.0,1429.0,15.0,44.0,509.0,628.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6087,6606.0,4962.0,108.0,29.0,910.0,16.0,528.0,4763.0,87495.0,575200.0,2507.0 +06081609603,"Census Tract 6096.03, San Mateo County, California",5132,3727.0,161553.0,1219000.0,2661.0,3819.0,21.0,13.0,711.0,0.0,10.0,231.0,340.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6096.03,5255.728623,4396.431372,50.73318332,24.72391828,492.8553755,0.026974255,249.5803827,3977.8286700000003,104531.1951,653000.0003,2216.788175 +06081611900,"Census Tract 6119, San Mateo County, California",10073,6312.0,70521.0,632700.0,1341.0,1340.0,1151.0,46.0,659.0,892.0,0.0,481.0,5550.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6119,8847.0,418.0,2650.0,27.0,890.0,15.0,4830.0,4657.0,51302.0,304600.0,402.0 +06081612800,"Census Tract 6128, San Mateo County, California",3430,2188.0,233571.0,2000001.0,1767.0,2793.0,4.0,0.0,264.0,2.0,1.0,157.0,209.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6128,3166.0,2854.0,22.0,4.0,188.0,1.0,88.0,2255.0,166224.0,1000001.0,1647.0 +06081601800,"Census Tract 6018, San Mateo County, California",7168,5155.0,116184.0,740800.0,1691.0,2052.0,45.0,0.0,2837.0,78.0,0.0,332.0,1824.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6018,5590.0,2640.0,71.0,51.0,1361.0,6.0,1326.0,3925.0,63310.0,357200.0,863.0 +06081600800,"Census Tract 6008, San Mateo County, California",7150,4566.0,57500.0,845400.0,2230.0,1009.0,637.0,0.0,3930.0,0.0,12.0,203.0,1359.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6008,7075.0,1577.0,545.0,29.0,3085.0,1.0,1493.0,4509.0,40080.0,356200.0,1505.0 +06081601200,"Census Tract 6012, San Mateo County, California",6756,5233.0,89709.0,670300.0,1754.0,1559.0,121.0,0.0,3028.0,0.0,42.0,129.0,1877.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6012,6490.0,1987.0,221.0,36.0,2486.0,5.0,1658.0,4270.0,61184.0,319600.0,1252.0 +06081602600,"Census Tract 6026, San Mateo County, California",8017,6159.0,111048.0,617500.0,2631.0,802.0,323.0,1.0,6026.0,54.0,43.0,246.0,522.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6026,7885.624481999999,1015.822815,383.93304439999997,27.99511719,5421.054199,5.998953819,975.8297729000001,5187.095215,72071.99662,303499.998,2107.6323239999997 +06081603100,"Census Tract 6031, San Mateo County, California",3408,2495.0,120855.0,796600.0,1205.0,2153.0,29.0,12.0,343.0,0.0,14.0,204.0,663.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6031,3026.0,2303.0,43.0,30.0,300.0,0.0,335.0,2172.0,72321.0,382200.0,941.0 +06081604500,"Census Tract 6045, San Mateo County, California",3770,2812.0,123917.0,1088100.0,1407.0,1569.0,26.0,16.0,1610.0,0.0,0.0,192.0,357.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6045,3416.0,2256.0,24.0,7.0,832.0,5.0,263.0,2628.0,70990.0,495900.0,896.0 +06081606000,"Census Tract 6060, San Mateo County, California",5343,3710.0,75295.0,576000.0,1358.0,2152.0,154.0,29.0,757.0,41.0,0.0,39.0,2171.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6060,4573.999893,2349.597656,131.0184631,29.11521339,640.534668,13.58709908,1377.149536,3405.509277,53277.002389999994,258599.9945,1239.337524 +06081606700,"Census Tract 6067, San Mateo County, California",2502,1851.0,138594.0,1258400.0,1220.0,1507.0,0.0,11.0,673.0,0.0,5.0,154.0,161.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6067,2330.746673,1748.5526120000002,10.83610058,6.895700455,415.7122192,0.985100031,132.0034027,1765.299316,90824.99783,686800.0116,903.3367310000001 +06081607000,"Census Tract 6070, San Mateo County, California",3497,2600.0,134231.0,1172100.0,1735.0,1970.0,31.0,71.0,834.0,0.0,40.0,249.0,302.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6070,3338.0,2301.0,39.0,23.0,752.0,0.0,195.0,2631.0,86141.0,678800.0,1433.0 +06081607100,"Census Tract 6071, San Mateo County, California",3095,2152.0,156354.0,1176900.0,1366.0,1938.0,19.0,0.0,769.0,0.0,0.0,156.0,213.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6071,2834.0,2143.0,24.0,10.0,456.0,0.0,174.0,2222.0,95341.0,569400.0,1194.0 +06081607500,"Census Tract 6075, San Mateo County, California",4413,3065.0,105461.0,922800.0,1734.0,1485.0,160.0,0.0,1407.0,74.0,33.0,210.0,1044.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6075,2218.0,1308.0,59.0,26.0,408.0,2.0,399.0,1541.0,49950.0,426000.0,434.0 +06081607701,"Census Tract 6077.01, San Mateo County, California",4294,2768.0,103229.0,700700.0,996.0,1130.0,46.0,20.0,705.0,500.0,0.0,298.0,1605.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6077.01,3609.0,1523.0,64.0,30.0,835.0,4.0,1102.0,2366.0,70365.0,368700.0,629.0 +06081607800,"Census Tract 6078, San Mateo County, California",3429,2491.0,98688.0,824600.0,892.0,1325.0,45.0,0.0,859.0,141.0,12.0,214.0,833.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6078,3183.0,1754.0,51.0,17.0,731.0,6.0,598.0,2205.0,75823.0,410000.0,687.0 +06081608002,"Census Tract 6080.02, San Mateo County, California",3538,2629.0,156250.0,1044500.0,1978.0,1769.0,70.0,16.0,1314.0,0.0,0.0,236.0,133.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6080.02,3713.0,2444.0,79.0,14.0,976.0,2.0,160.0,2736.0,107652.0,487600.0,1631.0 +06081608013,"Census Tract 6080.13, San Mateo County, California",4191,3055.0,146354.0,1133500.0,2223.0,1803.0,26.0,20.0,2029.0,0.0,10.0,78.0,225.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6080.13,3920.432253,2136.993415,82.09672861,10.04191573,1492.768992,7.002418215,150.4917037,2711.50124,114440.4166,654349.3602,1782.026935 +06081609602,"Census Tract 6096.02, San Mateo County, California",1801,1334.0,149545.0,1300300.0,948.0,1263.0,0.0,4.0,310.0,0.0,20.0,104.0,104.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6096.02,1619.0,1301.0,19.0,5.0,188.0,0.0,94.0,1200.0,91428.0,655800.0,604.0 +06081610000,"Census Tract 6100, San Mateo County, California",4795,3692.0,101311.0,1128400.0,2294.0,3002.0,21.0,9.0,547.0,0.0,14.0,164.0,1047.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6100,4468.999952,3342.344727,69.3021698,33.6610527,336.6105347,0.9900310040000001,651.4404297,3452.2380369999996,60240.99646,606499.9798,1562.268921 +06081610500,"Census Tract 6105, San Mateo County, California",5302,3440.0,65722.0,559900.0,448.0,719.0,32.0,43.0,373.0,286.0,0.0,50.0,3842.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6105,5478.0,957.0,131.0,30.0,226.0,2.0,4124.0,2984.0,47266.0,281400.0,257.0 +06081610601,"Census Tract 6106.01, San Mateo County, California",6115,3869.0,65045.0,683000.0,697.0,545.0,55.0,0.0,394.0,0.0,29.0,46.0,5046.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6106.01,6492.0,900.0,105.0,19.0,328.0,1.0,5121.0,3475.0,45036.0,336700.0,348.0 +06081611000,"Census Tract 6110, San Mateo County, California",6523,4654.0,111791.0,977700.0,2196.0,3106.0,214.0,0.0,516.0,0.0,0.0,288.0,2399.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6110,5751.619376,3836.6467020000005,133.5425236,50.81371468,436.0611823,5.994235856,1260.5447869999998,4015.887442,65685.6237,461211.4194,1368.670552 +06081611200,"Census Tract 6112, San Mateo County, California",2887,2047.0,149861.0,1108200.0,1061.0,2001.0,12.0,0.0,192.0,0.0,18.0,57.0,607.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6112,2887.0,2283.0,30.0,13.0,172.0,5.0,380.0,2086.0,79313.0,480900.0,818.0 +06081611300,"Census Tract 6113, San Mateo County, California",5350,3788.0,126646.0,1015300.0,2190.0,3738.0,11.0,21.0,553.0,0.0,0.0,282.0,766.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6113,4830.0,3786.0,59.0,15.0,410.0,0.0,537.0,3531.0,71403.0,569600.0,1448.0 +06081612100,"Census Tract 6121, San Mateo County, California",8925,5001.0,55733.0,1175600.0,1537.0,1570.0,431.0,0.0,592.0,668.0,0.0,191.0,5473.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6121,8782.896253,1804.0282789999999,1043.188602,47.00394329,776.1032015,2.000337996,5080.570087,4896.446379999999,40899.82127,440266.3397,1265.0306449999998 +06081600600,"Census Tract 6006, San Mateo County, California",5640,4146.0,83938.0,604800.0,1208.0,323.0,187.0,0.0,2331.0,58.0,0.0,172.0,2569.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6006,5522.0,548.0,196.0,15.0,2335.0,3.0,2402.0,3639.0,57750.0,278800.0,679.0 +06081601601,"Census Tract 6016.01, San Mateo County, California",2883,2029.0,81071.0,197400.0,568.0,572.0,93.0,34.0,1132.0,0.0,10.0,94.0,982.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6016.01,2101.947558,849.4058933,42.69425821,20.66105924,447.9486885,2.821667909,722.3953581000001,1547.650979,49552.58213,85226.87342,271.48638569999997 +06081603200,"Census Tract 6032, San Mateo County, California",3739,2655.0,114559.0,753200.0,1097.0,2523.0,40.0,9.0,266.0,0.0,0.0,252.0,649.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6032,3994.0,2964.0,61.0,53.0,293.0,6.0,572.0,2784.0,72132.0,371900.0,725.0 +06081604102,"Census Tract 6041.02, San Mateo County, California",2866,2402.0,79412.0,346500.0,1243.0,984.0,154.0,0.0,1106.0,115.0,68.0,88.0,351.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6041.02,1633.0,664.0,55.0,9.0,590.0,0.0,282.0,1314.0,47237.0,170700.0,544.0 +06081604900,"Census Tract 6049, San Mateo County, California",3329,2525.0,125833.0,1325000.0,1548.0,1002.0,0.0,0.0,1850.0,0.0,22.0,79.0,376.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6049,3190.000093,1816.254639,28.51726341,8.850185394,1177.074585,0.0,145.53637700000002,2443.634521,83111.99931,643499.9803,981.387207 +06081605000,"Census Tract 6050, San Mateo County, California",8446,6056.0,168051.0,1729300.0,3677.0,3888.0,168.0,6.0,3069.0,14.0,19.0,555.0,733.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6050,7418.741872,5020.57057,73.48018149,22.14904447,1874.860336,3.99985981,395.4498615,5601.170773,82419.28979,767198.2715,2960.509552 +06081605100,"Census Tract 6051, San Mateo County, California",3168,2246.0,107788.0,1223900.0,1477.0,1751.0,14.0,0.0,677.0,0.0,0.0,270.0,456.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6051,2927.0,2071.0,31.0,24.0,389.0,6.0,383.0,2276.0,62300.0,556100.0,985.0 +06081611400,"Census Tract 6114, San Mateo County, California",4487,3046.0,250001.0,2000001.0,2324.0,3226.0,23.0,28.0,786.0,0.0,18.0,188.0,246.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6114,4466.0,3647.0,48.0,16.0,579.0,9.0,142.0,3049.0,200001.0,1000001.0,2263.0 +06081610302,"Census Tract 6103.02, San Mateo County, California",3073,2186.0,64741.0,107600.0,623.0,1045.0,41.0,85.0,377.0,22.0,8.0,53.0,1520.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6103.02,2175.0,1298.0,132.0,27.0,173.0,3.0,528.0,1713.0,46964.0,57800.0,320.0 +06081609000,"Census Tract 6090, San Mateo County, California",2557,1812.0,112120.0,1196300.0,998.0,1630.0,28.0,8.0,439.0,0.0,0.0,184.0,268.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6090,2586.628118,1948.6357100000002,34.93639221,10.35023565,369.087001,1.053104387,173.9224509,1940.177789,78218.09592,592572.6882,968.2978075 +06081609900,"Census Tract 6099, San Mateo County, California",3200,2315.0,180337.0,1200500.0,1461.0,2383.0,0.0,0.0,110.0,0.0,0.0,152.0,555.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6099,2858.688123,2417.7751350000003,17.94686538,17.43372801,127.19975249999999,0.021119867999999997,258.9105704,2051.221793,108919.2729,610153.1338,922.2660271999999 +06081612000,"Census Tract 6120, San Mateo County, California",7348,4404.0,67383.0,576600.0,685.0,166.0,933.0,0.0,103.0,812.0,0.0,244.0,5090.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6120,7954.103847,250.9717255,1673.811401,34.996055600000005,915.8967895999999,2.999661922,5059.430176,3961.553711,54605.0015,288700.0034,271.96936039999997 +06081613502,"Census Tract 6135.02, San Mateo County, California",6718,4976.0,143942.0,932800.0,2872.0,4530.0,0.0,2.0,312.0,54.0,0.0,115.0,1707.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6135.02,5412.0,4536.0,31.0,56.0,240.0,3.0,470.0,3753.0,98419.0,536200.0,2104.0 +06081613800,"Census Tract 6138, San Mateo County, California",3963,3221.0,90888.0,883100.0,1363.0,2940.0,27.0,9.0,33.0,19.0,113.0,69.0,753.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6138,4783.0,3404.0,33.0,52.0,118.0,0.0,1148.0,3229.0,80000.0,493900.0,1337.0 +06081602500,"Census Tract 6025, San Mateo County, California",5567,4202.0,116905.0,817900.0,1797.0,860.0,221.0,17.0,3384.0,195.0,0.0,214.0,676.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6025,5147.45709,997.6809515000001,323.0360873,12.00653755,3282.467827,4.004968541,446.2413665,3466.9913549999997,86956.00487,427486.9038,1359.250258 +06081600900,"Census Tract 6009, San Mateo County, California",3922,3126.0,109112.0,800000.0,1549.0,1444.0,13.0,48.0,1934.0,17.0,0.0,105.0,361.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6009,3889.7022850000003,1919.386766,78.05181548,15.00277583,1491.199397,9.0,291.053666,2843.550539,71613.02169,382904.4186,1224.314131 +06081601605,"Census Tract 6016.05, San Mateo County, California",6186,4576.0,112679.0,679000.0,1789.0,532.0,62.0,14.0,4594.0,15.0,0.0,172.0,811.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6016.05,6588.0,940.0,199.0,22.0,4742.0,1.0,633.0,4426.0,86044.0,361300.0,1498.0 +06081602700,"Census Tract 6027, San Mateo County, California",6234,4547.0,105734.0,668300.0,1773.0,1614.0,251.0,9.0,2301.0,533.0,0.0,286.0,1249.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6027,5539.0,1993.0,445.0,48.0,1945.0,7.0,1066.0,3601.0,74594.0,326200.0,1286.0 +06081602900,"Census Tract 6029, San Mateo County, California",3860,2883.0,103381.0,715400.0,1557.0,1967.0,121.0,0.0,736.0,0.0,0.0,213.0,823.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6029,4135.0,2525.0,167.0,46.0,727.0,4.0,640.0,2971.0,61958.0,337800.0,1030.0 +06081604000,"Census Tract 6040, San Mateo County, California",3285,2330.0,108825.0,826000.0,985.0,1483.0,13.0,6.0,1018.0,17.0,0.0,64.0,690.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6040,3115.0,2175.0,29.0,23.0,399.0,5.0,434.0,2214.0,65952.0,388900.0,468.0 +06081607300,"Census Tract 6073, San Mateo County, California",3728,2674.0,138929.0,1116800.0,1658.0,2267.0,0.0,0.0,793.0,0.0,32.0,170.0,466.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6073,3503.0,2653.0,36.0,14.0,531.0,0.0,230.0,2533.0,91579.0,578600.0,1183.0 +06081608001,"Census Tract 6080.01, San Mateo County, California",3673,2798.0,131188.0,905100.0,2224.0,1254.0,90.0,23.0,1869.0,16.0,0.0,203.0,218.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6080.01,2557.0,1396.0,58.0,4.0,937.0,2.0,143.0,1888.0,88608.0,487100.0,1218.0 +06081608200,"Census Tract 6082, San Mateo County, California",3953,2930.0,163750.0,1115300.0,1829.0,1979.0,41.0,17.0,1469.0,0.0,0.0,227.0,237.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6082,3296.0,1906.0,93.0,11.0,1071.0,5.0,196.0,2380.0,93924.0,561500.0,1425.0 +06081608600,"Census Tract 6086, San Mateo County, California",4557,3197.0,98693.0,884400.0,1834.0,1589.0,40.0,0.0,1913.0,0.0,41.0,176.0,798.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6086,4165.539369,2419.299805,117.394249,50.87084198,933.2843017999999,2.934856415,596.7540893999999,3035.619629,65288.00106,416699.9855,1246.335693 +06081603300,"Census Tract 6033, San Mateo County, California",6786,4952.0,110063.0,754000.0,2205.0,4517.0,8.0,0.0,969.0,0.0,0.0,557.0,735.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6033,6679.0,4961.0,91.0,58.0,614.0,7.0,916.0,4506.0,75000.0,368300.0,1406.0 +06081604600,"Census Tract 6046, San Mateo County, California",2994,2120.0,131250.0,1181000.0,1100.0,1196.0,9.0,0.0,1510.0,0.0,0.0,152.0,127.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6046,2520.0,1430.0,6.0,10.0,873.0,5.0,186.0,1866.0,83569.0,579200.0,750.0 +06081605500,"Census Tract 6055, San Mateo County, California",5516,4434.0,98654.0,1636500.0,3000.0,3269.0,105.0,15.0,1238.0,0.0,0.0,204.0,700.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6055,4914.0,3538.0,89.0,19.0,633.0,0.0,578.0,4021.0,60965.0,521800.0,2152.0 +06081605800,"Census Tract 6058, San Mateo County, California",2766,1942.0,205625.0,2000001.0,1471.0,1905.0,49.0,0.0,438.0,0.0,0.0,155.0,219.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6058,2545.0,2141.0,25.0,3.0,219.0,1.0,136.0,1924.0,108848.0,1000001.0,1341.0 +06081607400,"Census Tract 6074, San Mateo County, California",4895,3632.0,95625.0,1075700.0,1963.0,2111.0,84.0,0.0,1243.0,0.0,13.0,277.0,1167.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6074,4286.00005,2853.668457,93.9561615,19.99067116,710.668396,0.0,568.7346191,3259.479004,60190.00135,464400.0001,1206.4370119999999 +06081607900,"Census Tract 6079, San Mateo County, California",3044,2561.0,114470.0,703200.0,1603.0,1661.0,13.0,0.0,1101.0,0.0,0.0,117.0,152.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6079,3065.0418440000003,2159.393311,90.76433563,12.96633339,593.4591063999999,1.994820595,191.5027771,2535.4169920000004,73214.00098,393299.9884,1398.369263 +06081608400,"Census Tract 6084, San Mateo County, California",6026,4500.0,114042.0,657600.0,2425.0,1821.0,179.0,0.0,1693.0,342.0,28.0,188.0,1775.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6084,5583.0,2259.0,225.0,19.0,1550.0,7.0,1436.0,3871.0,57399.0,324700.0,1376.0 +06081608501,"Census Tract 6085.01, San Mateo County, California",5206,3575.0,130040.0,891100.0,1610.0,2656.0,74.0,13.0,925.0,14.0,17.0,278.0,1229.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6085.01,4633.0,2986.0,72.0,33.0,560.0,6.0,927.0,3420.0,69740.0,414600.0,962.0 +06081605300,"Census Tract 6053, San Mateo County, California",4587,3292.0,126115.0,1571600.0,2112.0,2773.0,34.0,4.0,998.0,2.0,11.0,266.0,499.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6053,4598.671603,3542.125488,58.91891861,11.98350906,480.33898930000004,2.9958772660000004,451.37884519999994,3454.246582,76620.99851,653200.0177,1613.779175 +06081605600,"Census Tract 6056, San Mateo County, California",5970,4015.0,230865.0,2000001.0,2965.0,3745.0,44.0,9.0,1660.0,0.0,13.0,239.0,269.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6056,5602.586488,3936.0492990000002,20.08363822,5.017261926000001,1443.726034,0.004262892,141.634925,3980.948351,199821.2096,999715.3807,2701.3239519999997 +06081606400,"Census Tract 6064, San Mateo County, California",5108,3882.0,103008.0,1129300.0,2603.0,2838.0,116.0,0.0,1164.0,0.0,14.0,300.0,676.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6064,4433.0,3368.0,84.0,23.0,630.0,2.0,288.0,3787.0,61389.0,574100.0,1858.0 +06081606800,"Census Tract 6068, San Mateo County, California",3375,2491.0,140600.0,1314400.0,1638.0,1921.0,38.0,0.0,1174.0,0.0,0.0,206.0,36.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6068,3241.0,2153.0,50.0,17.0,846.0,0.0,159.0,2369.0,110480.0,639900.0,1446.0 +06081608800,"Census Tract 6088, San Mateo County, California",6143,4547.0,184767.0,1270900.0,2816.0,3809.0,47.0,23.0,1492.0,0.0,0.0,251.0,521.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6088,5559.0,4235.0,79.0,24.0,861.0,6.0,330.0,4188.0,101584.0,602400.0,2296.0 +06081608900,"Census Tract 6089, San Mateo County, California",6846,4918.0,110959.0,1197400.0,3025.0,3670.0,36.0,17.0,1823.0,89.0,0.0,249.0,962.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6089,6508.934369,4362.179778,138.2148444,25.06814941,1420.3959960000002,4.006543525,477.88025580000004,5040.973894,76530.74962,689546.2652,2839.9644359999998 +06081609100,"Census Tract 6091, San Mateo County, California",1598,1073.0,122000.0,846300.0,558.0,827.0,18.0,0.0,239.0,0.0,0.0,151.0,363.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6091,1619.776169,1111.339883,26.07257251,11.02491295,150.2577949,2.0021663430000003,290.06584100000003,1079.860889,82558.23595,352608.2771,302.36502889999997 +06081610100,"Census Tract 6101, San Mateo County, California",2448,1690.0,78913.0,835600.0,644.0,1067.0,58.0,21.0,107.0,0.0,11.0,52.0,1142.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6101,2560.223771,1235.660034,66.9274292,22.97508621,237.7422028,1.99783361,982.9341431,1716.1390379999998,57627.998629999995,361200.0075,336.6349487 +06081610400,"Census Tract 6104, San Mateo County, California",6024,3701.0,65181.0,805900.0,801.0,1101.0,300.0,129.0,280.0,191.0,13.0,77.0,4062.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6104,5612.0,1620.0,124.0,32.0,362.0,7.0,3448.0,3248.0,65317.0,356400.0,498.0 +06081611500,"Census Tract 6115, San Mateo County, California",2695,1859.0,250001.0,2000001.0,1499.0,1934.0,0.0,13.0,493.0,12.0,11.0,113.0,132.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6115,2728.0000010000003,2377.312162,20.3466273,5.141802073,260.4977844,0.039389465,59.48892176,1903.241261,182191.2457,998580.5466,1510.323978 +06081601901,"Census Tract 6019.01, San Mateo County, California",4634,3134.0,84183.0,781300.0,899.0,722.0,57.0,1.0,1703.0,0.0,69.0,155.0,1927.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6019.01,4354.013201,1423.567375,183.48372619999998,36.11892387,1268.494746,7.223775999999999,1346.9946519999999,2984.3852309999997,57131.97462000001,312599.0098,680.9613015 +06081600402,"Census Tract 6004.02, San Mateo County, California",5090,3864.0,84212.0,649700.0,1209.0,383.0,161.0,73.0,3007.0,0.0,0.0,134.0,1405.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6004.02,4942.936873,569.9265747000001,290.6208801,36.92314148,2472.659424,5.955345631,1550.7719730000001,3288.541748,67631.99919,289900.0104,789.083313 +06081610304,"Census Tract 6103.04, San Mateo County, California",4514,3464.0,122429.0,930200.0,2243.0,2033.0,185.0,0.0,1625.0,0.0,9.0,217.0,445.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6103.04,4167.380288,2713.517954,138.3352829,16.57862258,899.6154985,8.033382073,356.7876878,3225.528191,84884.11417999999,467942.8448,1822.176253 +06081610201,"Census Tract 6102.01, San Mateo County, California",6046,4044.0,52472.0,722600.0,912.0,842.0,262.0,69.0,520.0,0.0,54.0,58.0,4310.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6102.01,5966.0,976.0,201.0,26.0,669.0,11.0,4073.0,3277.0,45099.0,313100.0,598.0 +06081612500,"Census Tract 6125, San Mateo County, California",4260,3105.0,121146.0,1854600.0,2687.0,3104.0,38.0,0.0,429.0,0.0,0.0,268.0,421.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6125,4030.0000259999997,3313.6877440000003,43.65337372,17.85819817,440.5022278,4.96061039,187.5110779,3304.758789,80937.99528999999,774299.9788,2307.676025 +06081613501,"Census Tract 6135.01, San Mateo County, California",4921,3522.0,111739.0,798700.0,1431.0,2682.0,25.0,0.0,228.0,0.0,21.0,99.0,1866.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6135.01,5072.0,2803.0,469.0,32.0,238.0,3.0,1502.0,3359.0,77286.0,462700.0,899.0 +06081610303,"Census Tract 6103.03, San Mateo County, California",8280,5888.0,171935.0,1232800.0,4579.0,3365.0,32.0,0.0,3759.0,0.0,79.0,450.0,595.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6103.03,6528.0,3613.0,75.0,25.0,2465.0,13.0,282.0,4776.0,115640.0,650100.0,3450.0 +06081610202,"Census Tract 6102.02, San Mateo County, California",2860,2220.0,59844.0,342100.0,954.0,1043.0,126.0,17.0,501.0,19.0,13.0,95.0,1057.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6102.02,2224.0,716.0,321.0,22.0,235.0,3.0,909.0,1543.0,35858.0,205200.0,211.0 +06081610700,"Census Tract 6107, San Mateo County, California",5787,4425.0,98485.0,866300.0,1678.0,2848.0,88.0,2.0,828.0,88.0,15.0,105.0,1813.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6107,5290.0,2769.0,272.0,17.0,368.0,6.0,1837.0,3692.0,51779.0,472500.0,1111.0 +06081602200,"Census Tract 6022, San Mateo County, California",8436,5474.0,63580.0,854000.0,1084.0,1000.0,192.0,12.0,1029.0,127.0,32.0,371.0,5685.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6022,7993.0,1728.0,211.0,52.0,929.0,7.0,4997.0,4931.0,47419.0,331200.0,671.0 +06081611600,"Census Tract 6116, San Mateo County, California",2401,1560.0,191094.0,1416300.0,1174.0,1728.0,52.0,14.0,287.0,0.0,0.0,152.0,174.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6116,2142.0,1694.0,75.0,8.0,188.0,0.0,161.0,1519.0,95214.0,594800.0,902.0 +06081600200,"Census Tract 6002, San Mateo County, California",4354,3281.0,74539.0,607200.0,884.0,163.0,79.0,20.0,2353.0,286.0,8.0,103.0,1362.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6002,3890.0,286.0,393.0,15.0,2268.0,1.0,915.0,2457.0,61071.0,281500.0,378.0 +06081600300,"Census Tract 6003, San Mateo County, California",3685,2718.0,103125.0,695900.0,971.0,577.0,273.0,151.0,2071.0,0.0,0.0,66.0,698.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6003,3771.166362,867.0337308000001,183.00458400000002,9.000649403999999,1897.083773,1.000114601,742.0407597,2710.116702,71324.4733,333198.8369,724.0247538 +06081600700,"Census Tract 6007, San Mateo County, California",7724,5569.0,73586.0,667800.0,1954.0,883.0,404.0,16.0,4247.0,0.0,0.0,103.0,2071.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6007,7843.0,655.0,374.0,28.0,4186.0,5.0,2569.0,5104.0,56644.0,285400.0,1181.0 +06081601502,"Census Tract 6015.02, San Mateo County, California",5520,3683.0,66382.0,754200.0,1410.0,617.0,264.0,10.0,2966.0,117.0,11.0,63.0,1482.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6015.02,4841.000084,697.7072143999999,366.5110474,33.40595627,2646.706055,0.954455853,1047.992554,3138.250732,47880.00054,427599.9865,987.8618163999998 +06081602300,"Census Tract 6023, San Mateo County, California",4064,2805.0,90075.0,644000.0,676.0,495.0,72.0,24.0,1169.0,171.0,0.0,128.0,2019.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6023,3204.0,881.0,90.0,21.0,787.0,7.0,1395.0,2120.0,57163.0,317800.0,358.0 +06081603700,"Census Tract 6037, San Mateo County, California",5592,4255.0,92044.0,739200.0,1587.0,1967.0,67.0,10.0,1749.0,66.0,174.0,329.0,1230.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6037,5570.543002,2603.319092,137.963913,24.99346352,1788.532227,18.99503136,922.758667,3790.008789,74228.9981,383699.9865,956.7497559000001 +06081603900,"Census Tract 6039, San Mateo County, California",5833,4074.0,107140.0,815900.0,1865.0,3053.0,132.0,19.0,1196.0,0.0,2.0,27.0,1404.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6039,5250.000084,3378.830811,72.50283813,27.809307099999998,736.9466553,5.95913744,970.3461913999998,3689.6992189999996,62446.99635,402599.9915,1030.930786 +06081605700,"Census Tract 6057, San Mateo County, California",5466,3810.0,250001.0,2000001.0,2959.0,3168.0,115.0,9.0,1688.0,0.0,38.0,166.0,291.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6057,5277.731477,3661.7770479999995,49.31868726,10.93417226,1358.741111,0.996073779,163.16981950000002,3645.8452399999996,173850.82,996969.6336,2639.1528989999997 +06081606300,"Census Tract 6063, San Mateo County, California",4421,3286.0,86168.0,825400.0,1481.0,2069.0,85.0,0.0,956.0,0.0,0.0,199.0,1112.0,Oakland,San Francisco-Oakland-Berkeley,CA,San Mateo County,Census Tract 6063,3757.0,2169.0,91.0,31.0,585.0,5.0,852.0,2924.0,57897.0,423800.0,1012.0 +34003007002,"Census Tract 70.02, Bergen County, New Jersey",4710,3090.0,153750.0,724800.0,2044.0,2737.0,61.0,0.0,1770.0,0.0,11.0,26.0,105.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 70.02,4598.0,3239.0,47.0,9.0,1117.0,0.0,173.0,3080.0,90280.0,377800.0,1655.0 +34003009100,"Census Tract 91, Bergen County, New Jersey",5031,3262.0,149271.0,673200.0,2248.0,2863.0,14.0,0.0,1638.0,0.0,0.0,119.0,397.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 91,4845.0,3616.0,32.0,5.0,1010.0,0.0,167.0,3251.0,103286.0,361400.0,1916.0 +34003006300,"Census Tract 63, Bergen County, New Jersey",8511,6259.0,62491.0,431400.0,2460.0,3029.0,364.0,0.0,746.0,0.0,23.0,287.0,4062.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 63,7482.974354000001,4249.125977000001,184.0562286,10.88504601,790.6501465,0.0,2174.040527,5263.414551,42253.00157,219699.9904,1494.219971 +34003015200,"Census Tract 152, Bergen County, New Jersey",6483,4602.0,69746.0,348100.0,1734.0,1298.0,2024.0,3.0,648.0,0.0,14.0,195.0,2301.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 152,6187.986428,1719.028163,2247.092631,25.01543856,384.3371601,0.0,1778.47622,4396.949782,61714.42494,186713.5863,1570.295538 +34003015500,"Census Tract 155, Bergen County, New Jersey",5978,4470.0,109063.0,559100.0,3069.0,3353.0,1064.0,0.0,1202.0,0.0,0.0,62.0,297.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 155,6093.0,4069.0,787.0,6.0,480.0,0.0,692.0,4407.0,85888.0,292100.0,2610.0 +34003051100,"Census Tract 511, Bergen County, New Jersey",6134,4226.0,83881.0,454400.0,2364.0,3743.0,209.0,0.0,1126.0,0.0,0.0,173.0,883.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 511,5852.0,4533.0,163.0,32.0,654.0,1.0,450.0,4170.0,57011.0,208200.0,1655.0 +34003042100,"Census Tract 421, Bergen County, New Jersey",7303,5163.0,92875.0,505900.0,2284.0,4553.0,116.0,0.0,1974.0,0.0,0.0,0.0,660.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 421,7364.0,5618.0,48.0,8.0,1295.0,0.0,381.0,5122.0,70060.0,272900.0,1950.0 +34003046200,"Census Tract 462, Bergen County, New Jersey",4151,2678.0,94212.0,332800.0,945.0,1754.0,58.0,3.0,445.0,4.0,0.0,36.0,1851.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 462,4284.0,2872.0,112.0,12.0,251.0,0.0,1003.0,2859.0,56059.0,179400.0,743.0 +34003048200,"Census Tract 482, Bergen County, New Jersey",7543,5091.0,162083.0,493900.0,3059.0,5303.0,108.0,0.0,1323.0,0.0,76.0,10.0,723.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 482,7161.194009999999,6054.473145,31.99193192,5.998487473,744.8121947999999,0.0,312.9210815,5001.73877,77753.0004,256799.988,2353.4064940000003 +34003057102,"Census Tract 571.02, Bergen County, New Jersey",4035,2999.0,66551.0,371800.0,748.0,3103.0,2.0,7.0,294.0,0.0,9.0,11.0,609.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 571.02,4137.0,3804.0,27.0,3.0,113.0,0.0,181.0,2975.0,46419.0,215700.0,408.0 +34003058100,"Census Tract 581, Bergen County, New Jersey",3885,2708.0,136063.0,513600.0,1610.0,3224.0,17.0,0.0,183.0,0.0,0.0,0.0,461.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 581,3587.0,3170.0,40.0,9.0,242.0,0.0,112.0,2630.0,83135.0,325100.0,1286.0 +34003017100,"Census Tract 171, Bergen County, New Jersey",7189,4972.0,142143.0,459200.0,3452.0,5768.0,1.0,0.0,651.0,14.0,35.0,32.0,688.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 171,7199.0,6699.0,43.0,8.0,224.0,1.0,181.0,5114.0,73250.0,245200.0,3044.0 +34003017200,"Census Tract 172, Bergen County, New Jersey",5918,4541.0,83778.0,366400.0,2148.0,3851.0,136.0,0.0,542.0,0.0,0.0,83.0,1306.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 172,5827.0,4920.0,86.0,5.0,323.0,0.0,465.0,4278.0,60159.0,190300.0,1488.0 +34003011300,"Census Tract 113, Bergen County, New Jersey",4292,3024.0,88776.0,351000.0,906.0,2666.0,174.0,30.0,268.0,0.0,0.0,141.0,1013.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 113,4145.0,3349.0,52.0,2.0,234.0,0.0,478.0,2981.0,56078.0,191000.0,452.0 +34003050000,"Census Tract 500, Bergen County, New Jersey",5677,4109.0,78333.0,371300.0,1400.0,3538.0,77.0,10.0,680.0,0.0,0.0,51.0,1326.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 500,5528.0,4650.0,32.0,11.0,352.0,0.0,474.0,4197.0,60818.0,192600.0,994.0 +34003051200,"Census Tract 512, Bergen County, New Jersey",2541,1820.0,121023.0,460400.0,1013.0,1867.0,20.0,6.0,110.0,0.0,0.0,44.0,500.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 512,2666.0,2255.0,36.0,3.0,170.0,0.0,195.0,1907.0,75792.0,230900.0,786.0 +34003003500,"Census Tract 35, Bergen County, New Jersey",4106,2850.0,56364.0,346900.0,919.0,823.0,411.0,0.0,1247.0,0.0,0.0,58.0,1567.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 35,4101.0,1519.0,580.0,21.0,1001.0,0.0,943.0,2830.0,51548.0,199800.0,964.0 +34003016000,"Census Tract 160, Bergen County, New Jersey",5435,3961.0,134629.0,995300.0,2470.0,2738.0,99.0,20.0,2221.0,0.0,0.0,90.0,267.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 160,5322.0,3341.0,78.0,3.0,1600.0,0.0,260.0,3921.0,106478.0,504800.0,2058.0 +34003017300,"Census Tract 173, Bergen County, New Jersey",6525,4322.0,122616.0,408900.0,2012.0,4880.0,32.0,12.0,587.0,0.0,34.0,0.0,980.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 173,5719.0,4996.0,44.0,16.0,282.0,0.0,333.0,3893.0,82050.0,212100.0,1620.0 +34003019202,"Census Tract 192.02, Bergen County, New Jersey",1957,1299.0,83523.0,367700.0,809.0,559.0,54.0,4.0,827.0,4.0,14.0,63.0,432.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 192.02,1368.0,626.0,37.0,2.0,508.0,0.0,185.0,970.0,42357.0,217200.0,415.0 +34003021100,"Census Tract 211, Bergen County, New Jersey",6972,4880.0,61984.0,355200.0,1057.0,4802.0,111.0,0.0,106.0,4.0,33.0,107.0,1809.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 211,6557.0,5317.0,111.0,22.0,181.0,1.0,885.0,4574.0,49024.0,184800.0,666.0 +34003001000,"Census Tract 10, Bergen County, New Jersey",6820,4477.0,151875.0,682100.0,3223.0,5682.0,74.0,0.0,801.0,0.0,0.0,140.0,123.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 10,6683.181012,6034.576265,26.95911483,4.989668536,435.9836607,0.0,169.6651947,4366.0897700000005,105711.9486,414634.6781,2726.3033649999998 +34003009200,"Census Tract 92, Bergen County, New Jersey",3473,2347.0,170417.0,645500.0,1599.0,2736.0,26.0,7.0,560.0,0.0,0.0,50.0,101.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 92,3390.0,2909.0,45.0,1.0,333.0,0.0,92.0,2259.0,101836.0,375300.0,1288.0 +34003002100,"Census Tract 21, Bergen County, New Jersey",1481,1135.0,118977.0,2000001.0,802.0,812.0,133.0,0.0,424.0,0.0,3.0,14.0,95.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 21,2183.0,1647.0,37.0,6.0,435.0,0.0,55.0,1530.0,130740.0,1000001.0,961.0 +34003003402,"Census Tract 34.02, Bergen County, New Jersey",3744,2191.0,120227.0,372300.0,1259.0,2030.0,259.0,0.0,775.0,0.0,5.0,66.0,609.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 34.02,3393.0,1945.0,235.0,8.0,797.0,1.0,389.0,2144.0,67000.0,190200.0,927.0 +34003007001,"Census Tract 70.01, Bergen County, New Jersey",4000,2794.0,105893.0,527200.0,1584.0,2038.0,27.0,0.0,1364.0,0.0,0.0,33.0,538.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 70.01,3785.0,2820.0,43.0,6.0,739.0,0.0,170.0,2607.0,80508.0,309300.0,1181.0 +34003021600,"Census Tract 216, Bergen County, New Jersey",4852,3126.0,52773.0,265700.0,245.0,1692.0,182.0,0.0,65.0,0.0,73.0,28.0,2812.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 216,4392.0,2477.0,191.0,19.0,164.0,0.0,1433.0,2758.0,40426.0,168100.0,380.0 +34003024200,"Census Tract 242, Bergen County, New Jersey",4819,3218.0,127188.0,595900.0,2016.0,3442.0,32.0,0.0,902.0,0.0,0.0,88.0,355.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 242,4740.0,3869.0,32.0,3.0,702.0,0.0,122.0,3114.0,100302.0,344000.0,1820.0 +34003025200,"Census Tract 252, Bergen County, New Jersey",5774,4170.0,106286.0,417600.0,1939.0,4784.0,52.0,0.0,515.0,0.0,0.0,0.0,423.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 252,5737.0,5067.0,57.0,5.0,260.0,0.0,345.0,3990.0,63482.0,214600.0,1026.0 +34003033300,"Census Tract 333, Bergen County, New Jersey",3540,2616.0,63620.0,378600.0,884.0,1630.0,232.0,0.0,887.0,0.0,0.0,54.0,737.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 333,3315.0,2268.0,147.0,6.0,336.0,0.0,505.0,2415.0,51159.0,213300.0,841.0 +34003036100,"Census Tract 361, Bergen County, New Jersey",2769,1945.0,65273.0,364900.0,287.0,1247.0,121.0,0.0,94.0,0.0,0.0,72.0,1235.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 361,2203.0,1663.0,60.0,6.0,131.0,0.0,332.0,1624.0,58333.0,234100.0,220.0 +34003051300,"Census Tract 513, Bergen County, New Jersey",4695,3434.0,77500.0,426000.0,1700.0,2411.0,160.0,14.0,1081.0,5.0,0.0,190.0,834.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 513,4706.0,3046.0,249.0,10.0,895.0,0.0,475.0,3464.0,58023.0,220000.0,1383.0 +34003053200,"Census Tract 532, Bergen County, New Jersey",8339,5154.0,176674.0,920400.0,3520.0,6168.0,309.0,0.0,1140.0,0.0,0.0,185.0,537.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 532,7741.0,6936.0,89.0,7.0,523.0,0.0,169.0,5147.0,127635.0,595700.0,3081.0 +34003030100,"Census Tract 301, Bergen County, New Jersey",5679,3571.0,56125.0,390200.0,941.0,2638.0,218.0,0.0,514.0,0.0,0.0,83.0,2226.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 301,5073.0,3391.0,163.0,23.0,488.0,0.0,954.0,3684.0,39503.0,174800.0,565.0 +34003031200,"Census Tract 312, Bergen County, New Jersey",4826,3602.0,60040.0,368800.0,1145.0,3387.0,31.0,17.0,234.0,0.0,8.0,44.0,1105.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 312,4644.0,3868.0,45.0,8.0,270.0,0.0,429.0,3392.0,54810.0,194000.0,797.0 +34003031400,"Census Tract 314, Bergen County, New Jersey",6093,4439.0,82349.0,370000.0,1370.0,4424.0,0.0,0.0,237.0,0.0,10.0,103.0,1319.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 314,5374.0,4557.0,38.0,6.0,274.0,0.0,453.0,3972.0,51014.0,188900.0,958.0 +34003035100,"Census Tract 351, Bergen County, New Jersey",8440,5754.0,120060.0,609700.0,3377.0,5882.0,260.0,6.0,1295.0,0.0,0.0,0.0,997.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 351,7050.763257,6372.6839,36.21043238,14.042799800000003,388.58493070000003,0.0,218.2376277,4830.233611,92984.33507,338696.9244,2671.446275 +34003038200,"Census Tract 382, Bergen County, New Jersey",4150,3127.0,70091.0,338900.0,1233.0,2271.0,166.0,0.0,619.0,0.0,0.0,80.0,1014.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 382,4094.0,3214.0,43.0,8.0,328.0,1.0,468.0,3025.0,45975.0,179700.0,731.0 +34003008000,"Census Tract 80, Bergen County, New Jersey",8811,6102.0,136250.0,595200.0,4024.0,5587.0,35.0,0.0,2417.0,0.0,0.0,101.0,671.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 80,7745.809781,5800.857422,78.99806213,11.99970531,1509.9628910000001,0.0,308.99240110000005,5407.867188,84692.00108,280700.0096,2707.933594 +34003010100,"Census Tract 101, Bergen County, New Jersey",5858,4167.0,102045.0,368100.0,1969.0,3863.0,78.0,0.0,953.0,0.0,0.0,125.0,839.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 101,6265.0,4922.0,76.0,8.0,766.0,0.0,476.0,4318.0,68125.0,203300.0,1345.0 +34003011400,"Census Tract 114, Bergen County, New Jersey",6685,4591.0,78438.0,364300.0,1387.0,4488.0,285.0,0.0,339.0,19.0,38.0,35.0,1481.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 114,5685.0,4624.0,71.0,16.0,276.0,0.0,635.0,3980.0,55064.0,207500.0,701.0 +34003054600,"Census Tract 546, Bergen County, New Jersey",8383,5969.0,93563.0,357300.0,2777.0,3171.0,797.0,66.0,1795.0,0.0,48.0,170.0,2336.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 546,7817.0,3746.0,1421.0,37.0,1286.0,0.0,1242.0,5476.0,69375.0,190000.0,2140.0 +34003002300,"Census Tract 23, Bergen County, New Jersey",5864,4258.0,125417.0,639100.0,2287.0,3562.0,50.0,46.0,1656.0,0.0,22.0,37.0,491.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 23,5751.0,4356.0,70.0,1.0,1122.0,0.0,172.0,3900.0,92447.0,340800.0,1669.0 +34003003300,"Census Tract 33, Bergen County, New Jersey",6699,4523.0,99085.0,341800.0,1782.0,2504.0,602.0,0.0,1809.0,0.0,0.0,56.0,1728.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 33,6679.6407659999995,3785.6435890000002,375.8935835,28.99160898,1421.099592,0.0,1034.0186210000002,4423.713444,69775.93661,186014.5825,1408.602177 +34003028001,"Census Tract 280.01, Bergen County, New Jersey",5430,3696.0,79450.0,461000.0,2144.0,1634.0,61.0,6.0,2615.0,0.0,0.0,81.0,1033.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 280.01,5144.0,2703.0,162.0,11.0,1537.0,0.0,701.0,3603.0,66598.0,248500.0,1708.0 +34003021500,"Census Tract 215, Bergen County, New Jersey",4843,3152.0,44119.0,317300.0,534.0,1780.0,457.0,47.0,56.0,0.0,0.0,23.0,2480.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 215,4857.0,3058.0,189.0,16.0,100.0,0.0,1376.0,3245.0,37679.0,173300.0,325.0 +34003022200,"Census Tract 222, Bergen County, New Jersey",8129,5208.0,175388.0,622800.0,3819.0,6212.0,42.0,32.0,936.0,0.0,0.0,312.0,595.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 222,7531.0,6569.0,85.0,7.0,611.0,0.0,236.0,5091.0,105726.0,309900.0,3072.0 +34003023402,"Census Tract 234.02, Bergen County, New Jersey",6257,4523.0,51678.0,351300.0,1300.0,1182.0,1561.0,0.0,480.0,0.0,0.0,76.0,2958.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 234.02,5484.0,1846.0,1399.0,30.0,547.0,0.0,1617.0,3948.0,45050.0,181600.0,864.0 +34003005000,"Census Tract 50, Bergen County, New Jersey",6268,4602.0,89419.0,380700.0,1714.0,3962.0,0.0,0.0,538.0,0.0,0.0,97.0,1671.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 50,5917.0,4970.0,72.0,7.0,379.0,1.0,473.0,4306.0,55058.0,216800.0,905.0 +34003020200,"Census Tract 202, Bergen County, New Jersey",6877,4726.0,186272.0,1110600.0,3262.0,5640.0,115.0,0.0,656.0,27.0,0.0,44.0,395.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 202,6614.0,5899.0,72.0,7.0,454.0,0.0,168.0,4335.0,156315.0,699000.0,2453.0 +34003011200,"Census Tract 112, Bergen County, New Jersey",4966,3216.0,72948.0,353700.0,893.0,2204.0,555.0,0.0,492.0,0.0,36.0,138.0,1541.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 112,4683.0,3241.0,159.0,6.0,593.0,0.0,648.0,3322.0,51175.0,193500.0,843.0 +34003015100,"Census Tract 151, Bergen County, New Jersey",2766,1686.0,150938.0,985100.0,1196.0,2102.0,158.0,10.0,145.0,0.0,92.0,4.0,255.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 151,2405.0,1841.0,232.0,0.0,166.0,0.0,153.0,1737.0,132867.0,645600.0,1260.0 +34003023200,"Census Tract 232, Bergen County, New Jersey",6818,4955.0,55058.0,298100.0,1993.0,2320.0,1283.0,34.0,639.0,0.0,0.0,106.0,2436.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 232,6513.0,3189.0,1531.0,16.0,596.0,0.0,1118.0,4871.0,51601.0,158900.0,1773.0 +34003034000,"Census Tract 340, Bergen County, New Jersey",7336,5151.0,105313.0,488500.0,2545.0,6135.0,60.0,0.0,65.0,3.0,0.0,97.0,976.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 340,6947.0,6461.0,37.0,5.0,172.0,1.0,256.0,4867.0,76462.0,253900.0,1894.0 +34003047300,"Census Tract 473, Bergen County, New Jersey",3167,1907.0,250001.0,1061700.0,1515.0,2635.0,21.0,0.0,372.0,0.0,0.0,76.0,63.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 473,3288.0,3035.0,20.0,1.0,144.0,0.0,80.0,2007.0,171796.0,679700.0,1657.0 +34003057101,"Census Tract 571.01, Bergen County, New Jersey",4237,3278.0,60308.0,360700.0,1087.0,2893.0,357.0,0.0,361.0,0.0,0.0,48.0,578.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 571.01,4183.0,2988.0,255.0,18.0,437.0,0.0,417.0,3180.0,44112.0,204000.0,758.0 +34003041100,"Census Tract 411, Bergen County, New Jersey",5990,4423.0,54113.0,478500.0,1868.0,755.0,129.0,17.0,2921.0,0.0,0.0,82.0,2086.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 411,4810.0,1647.0,76.0,5.0,2115.0,0.0,918.0,3491.0,45839.0,230400.0,1113.0 +34003054400,"Census Tract 544, Bergen County, New Jersey",7811,4976.0,104440.0,363600.0,2797.0,3716.0,1368.0,2.0,659.0,10.0,27.0,113.0,1918.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 544,7165.0,3962.0,1437.0,21.0,657.0,1.0,993.0,4601.0,65845.0,193400.0,1965.0 +34003049002,"Census Tract 490.02, Bergen County, New Jersey",5496,3753.0,123409.0,525700.0,2090.0,4453.0,16.0,26.0,473.0,0.0,43.0,154.0,331.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 490.02,5088.0,4512.0,36.0,5.0,316.0,1.0,212.0,3563.0,72147.0,294800.0,1335.0 +34003048100,"Census Tract 481, Bergen County, New Jersey",4105,2880.0,82364.0,460600.0,1520.0,1951.0,10.0,46.0,1294.0,0.0,96.0,119.0,589.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 481,3784.8061740000003,2703.52704,92.00806891,16.00151292,680.1878542000001,0.0,268.07892400000003,2805.261523,60560.87075,234320.6419,1189.593569 +34003041200,"Census Tract 412, Bergen County, New Jersey",4574,3714.0,67246.0,571200.0,1749.0,1033.0,24.0,39.0,2975.0,0.0,0.0,67.0,436.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 412,3906.0,1528.0,25.0,8.0,1753.0,0.0,576.0,2760.0,56691.0,254400.0,867.0 +34003055200,"Census Tract 552, Bergen County, New Jersey",7870,4911.0,146307.0,636000.0,3804.0,3965.0,173.0,0.0,2491.0,0.0,117.0,111.0,1013.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 552,7558.013711,5069.972168,77.90737152,12.98456192,1965.6628420000002,0.0,400.5237732,5004.050293,76050.00097000001,312100.0107,2771.70459 +34003039300,"Census Tract 393, Bergen County, New Jersey",2846,2054.0,121078.0,456900.0,1037.0,2629.0,36.0,0.0,95.0,0.0,0.0,25.0,61.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 393,2904.0,2714.0,33.0,2.0,74.0,1.0,78.0,2115.0,89236.0,250800.0,801.0 +34003051400,"Census Tract 514, Bergen County, New Jersey",5252,3701.0,108333.0,439300.0,2077.0,3166.0,29.0,0.0,945.0,0.0,44.0,157.0,911.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 514,4886.0,3862.0,102.0,7.0,440.0,0.0,435.0,3456.0,75921.0,219700.0,1416.0 +34003003100,"Census Tract 31, Bergen County, New Jersey",5040,3654.0,78825.0,321300.0,1692.0,2099.0,330.0,0.0,1378.0,0.0,11.0,15.0,1207.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 31,5057.0,2880.0,260.0,10.0,1067.0,0.0,816.0,3532.0,65750.0,179700.0,1021.0 +34003023501,"Census Tract 235.01, Bergen County, New Jersey",3612,2744.0,54702.0,220700.0,615.0,359.0,1535.0,15.0,91.0,0.0,17.0,96.0,1510.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 235.01,3728.9999020000005,950.4672852,1712.651489,10.40987968,173.34712219999997,0.0,867.6408081000001,2670.8129879999997,48440.00105,141000.0014,701.0827637 +34003019305,"Census Tract 193.05, Bergen County, New Jersey",6660,5485.0,103415.0,392000.0,3628.0,3896.0,20.0,0.0,2153.0,5.0,0.0,57.0,529.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 193.05,6008.370648,4413.499189,49.03213466,5.684064698999999,1158.652269,7.61952e-05,347.4017458,5010.269354,82300.14284,262896.4674,2762.627817 +34003019203,"Census Tract 192.03, Bergen County, New Jersey",3005,2437.0,56000.0,197300.0,1392.0,1631.0,9.0,0.0,1001.0,0.0,0.0,18.0,346.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 192.03,3019.0,1951.912964,38.83525848,3.530478001,759.9353637999999,0.8826195,243.60298160000002,2391.0161129999997,52014.9993,121899.9982,972.6466675 +34003019303,"Census Tract 193.03, Bergen County, New Jersey",5472,4116.0,63309.0,398700.0,2347.0,1521.0,77.0,0.0,3003.0,0.0,46.0,82.0,743.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 193.03,5648.000129,2661.677734,70.63395691,10.1875906,2365.558594,0.0,483.5709534,4045.8317869999996,58271.00014,265299.9861,1835.124634 +34003019304,"Census Tract 193.04, Bergen County, New Jersey",2734,2054.0,86953.0,614700.0,726.0,1068.0,6.0,19.0,808.0,0.0,6.0,25.0,821.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 193.04,2668.0001190000003,1257.3222660000001,33.36604309,4.812409878,1117.44165,0.0,228.4290619,1911.168457,58270.99838,265300.0046,866.8754882999999 +34003019204,"Census Tract 192.04, Bergen County, New Jersey",3595,2940.0,60603.0,247700.0,1823.0,1422.0,107.0,19.0,1647.0,0.0,0.0,30.0,370.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 192.04,3822.0,2471.086914,49.16474152,4.4695219989999995,962.0646362,1.1173805,308.3970032,3026.9838870000003,52015.00055,121900.0014,1231.3532710000002 +34003019104,"Census Tract 191.04, Bergen County, New Jersey",4080,2949.0,73482.0,286100.0,1823.0,1378.0,49.0,24.0,2049.0,0.0,0.0,114.0,466.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 191.04,3737.9999549999998,1792.218872,135.729126,4.953617573,1472.710571,0.0,314.55471800000004,2891.4267579999996,50632.00061,96499.99732000001,1450.914673 +34003019103,"Census Tract 191.03, Bergen County, New Jersey",4119,3218.0,66650.0,114200.0,1751.0,1303.0,260.0,32.0,1753.0,0.0,6.0,153.0,612.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 191.03,3807.9998200000005,1825.781006,138.2708588,5.04638195,1500.289307,0.0,320.44525150000004,2945.5732420000004,50631.99981,96499.99693,1478.085327 +34003013002,"Census Tract 130.02, Bergen County, New Jersey",5747,4276.0,94352.0,484900.0,2545.0,3318.0,212.0,16.0,1289.0,0.0,0.0,31.0,891.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 130.02,5509.741243,3354.759197,194.57743369999997,14.93698259,1313.495343,0.707897186,572.082056,4397.882885,63709.035110000004,199377.3583,2260.9204219999997 +34003012002,"Census Tract 120.02, Bergen County, New Jersey",3335,2561.0,83083.0,357000.0,1334.0,1954.0,13.0,60.0,909.0,0.0,0.0,64.0,395.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 120.02,3494.0000229999996,2569.589355,129.88252260000002,4.008719444,400.0702209,0.801743925,372.0091858,2579.210205,50163.00142,196700.0046,657.4299927000001 +34003012001,"Census Tract 120.01, Bergen County, New Jersey",6098,4505.0,72359.0,402000.0,1934.0,3215.0,311.0,0.0,863.0,35.0,20.0,101.0,1553.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 120.01,5222.000236,3840.410889,194.11749269999999,5.991280556,597.9298096,1.198256135,555.9908447,3854.790039,50162.99873,196699.99399999998,982.5700072999999 +34003018200,"Census Tract 182, Bergen County, New Jersey",7204,5284.0,60756.0,359900.0,1437.0,2636.0,225.0,15.0,398.0,0.0,38.0,0.0,3907.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 182,6240.0,3382.0,111.0,30.0,475.0,0.0,2091.0,4226.0,45593.0,191400.0,867.0 +34003030400,"Census Tract 304, Bergen County, New Jersey",7641,5535.0,69250.0,357100.0,1137.0,3453.0,490.0,129.0,1258.0,0.0,0.0,86.0,2344.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 304,7284.0,4771.0,264.0,25.0,985.0,0.0,1184.0,5183.0,46667.0,188300.0,1097.0 +34003038300,"Census Tract 383, Bergen County, New Jersey",5989,4215.0,88368.0,366400.0,1259.0,3723.0,133.0,0.0,481.0,0.0,0.0,16.0,1636.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 383,5846.0,4780.0,22.0,12.0,289.0,0.0,698.0,4268.0,58575.0,195200.0,748.0 +34003042302,"Census Tract 423.02, Bergen County, New Jersey",5875,4533.0,128963.0,605000.0,1828.0,3485.0,232.0,13.0,1461.0,0.0,0.0,25.0,659.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 423.02,5512.0,4295.0,152.0,9.0,811.0,0.0,237.0,4078.0,81050.0,309200.0,1417.0 +34003042500,"Census Tract 425, Bergen County, New Jersey",4694,3338.0,110750.0,641500.0,1716.0,2001.0,333.0,0.0,1689.0,0.0,0.0,76.0,595.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 425,3846.0,2565.0,37.0,4.0,965.0,0.0,252.0,2596.0,72500.0,316700.0,1080.0 +34003043001,"Census Tract 430.01, Bergen County, New Jersey",4242,2926.0,132646.0,595200.0,1834.0,3155.0,40.0,0.0,55.0,0.0,0.0,75.0,917.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 430.01,4008.0,3661.0,22.0,3.0,198.0,0.0,116.0,2863.0,100617.0,311700.0,1303.0 +34003044100,"Census Tract 441, Bergen County, New Jersey",6133,4071.0,157794.0,634100.0,2687.0,5714.0,0.0,0.0,234.0,0.0,0.0,78.0,107.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 441,5942.115672999999,5549.570313,24.97106934,16.98032761,243.7176361,0.0,103.8796463,3896.485596,105356.00099999999,343999.9971,2089.579102 +34003047100,"Census Tract 471, Bergen County, New Jersey",5935,3867.0,151838.0,634000.0,2688.0,4212.0,97.0,18.0,1142.0,7.0,0.0,101.0,367.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 471,5931.0,4880.0,64.0,5.0,776.0,0.0,177.0,3941.0,104396.0,341800.0,2501.0 +34003054100,"Census Tract 541, Bergen County, New Jersey",8744,5400.0,94021.0,374500.0,2488.0,1362.0,5664.0,0.0,492.0,0.0,0.0,35.0,1191.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 541,7917.299040999999,1603.959501,5293.267433,12.27617127,309.3277295,0.026302027000000002,667.2840919,5404.196373,73608.82119,185660.2838,1942.995293 +34003010200,"Census Tract 102, Bergen County, New Jersey",4414,3209.0,77206.0,357400.0,1205.0,2458.0,178.0,27.0,935.0,0.0,0.0,25.0,818.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 102,4017.0,3153.0,73.0,14.0,373.0,0.0,395.0,2837.0,54750.0,186800.0,638.0 +34003010300,"Census Tract 103, Bergen County, New Jersey",7610,5462.0,103424.0,364200.0,2437.0,4652.0,234.0,0.0,1083.0,0.0,0.0,74.0,1567.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 103,7217.358991,5613.356462,106.10641480000001,8.008389361,884.9003912999999,0.0,591.9813766,5071.286416,68082.82933,198193.9142,1362.397799 +34003015300,"Census Tract 153, Bergen County, New Jersey",6633,4573.0,69973.0,305800.0,1069.0,268.0,3781.0,18.0,222.0,0.0,39.0,167.0,2156.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 153,6175.701105,147.0404968,5047.73291,20.72382927,174.67227169999998,1.97369802,771.7159424,3916.803711,50111.00056,166200.0054,675.0046997000001 +34003017400,"Census Tract 174, Bergen County, New Jersey",5504,3848.0,114141.0,409500.0,2190.0,3991.0,23.0,5.0,871.0,0.0,0.0,95.0,519.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 174,5458.0,4908.0,18.0,0.0,252.0,0.0,259.0,3882.0,85351.0,227700.0,1910.0 +34003026100,"Census Tract 261, Bergen County, New Jersey",4823,3313.0,126419.0,510400.0,1670.0,3872.0,45.0,0.0,383.0,0.0,10.0,34.0,479.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 261,4497.0,4053.0,28.0,9.0,201.0,0.0,204.0,3070.0,78526.0,274800.0,1370.0 +34003027000,"Census Tract 270, Bergen County, New Jersey",4162,2741.0,176518.0,727900.0,2154.0,3440.0,1.0,0.0,290.0,0.0,0.0,74.0,357.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 270,4089.7354229999996,3722.3516270000005,24.27986279,6.025442073,247.4501982,7.0,81.61557162,2796.703487,129505.7771,459607.0518,1904.72803 +34003029200,"Census Tract 292, Bergen County, New Jersey",6297,4566.0,72750.0,338500.0,1136.0,2973.0,38.0,0.0,1165.0,0.0,0.0,54.0,2067.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 292,6404.0,4553.0,148.0,20.0,627.0,3.0,1021.0,4540.0,51146.0,207600.0,875.0 +34003030200,"Census Tract 302, Bergen County, New Jersey",6868,4887.0,44511.0,385100.0,970.0,3360.0,371.0,14.0,386.0,0.0,36.0,85.0,2616.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 302,7059.0,4848.0,322.0,10.0,403.0,0.0,1416.0,4963.0,44838.0,193900.0,879.0 +34003039200,"Census Tract 392, Bergen County, New Jersey",6005,3784.0,121987.0,448300.0,2025.0,4998.0,67.0,0.0,411.0,0.0,0.0,0.0,529.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 392,5797.0,5344.0,52.0,3.0,178.0,0.0,207.0,3947.0,93928.0,246800.0,1800.0 +34003056100,"Census Tract 561, Bergen County, New Jersey",4830,3298.0,108696.0,415500.0,1694.0,3898.0,60.0,0.0,314.0,0.0,0.0,57.0,501.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 561,4645.264518,4116.648438,43.72013855,3.974557877,226.54980469999998,0.0,252.38442990000001,3234.2963870000003,75169.00048999999,217699.9936,1207.2719730000001 +34003023301,"Census Tract 233.01, Bergen County, New Jersey",3051,2278.0,112917.0,367200.0,962.0,1184.0,575.0,9.0,478.0,0.0,10.0,43.0,761.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 233.01,2735.000028,1777.304565,400.8957825,7.423995972,207.5006866,0.0,310.32302860000004,2211.9794920000004,60408.99887999999,181600.0051,976.2554321 +34003023302,"Census Tract 233.02, Bergen County, New Jersey",5442,4430.0,67837.0,232300.0,2035.0,2364.0,1311.0,13.0,694.0,0.0,0.0,143.0,930.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 233.02,4632.999972,3010.6953129999997,679.1042480000001,12.57600403,351.4993286,0.0,525.6770019999999,3747.0205079999996,60409.000660000005,181600.0067,1653.744507 +34003013001,"Census Tract 130.01, Bergen County, New Jersey",6418,4845.0,106486.0,626000.0,3625.0,2146.0,334.0,0.0,3035.0,26.0,24.0,97.0,756.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 130.01,2320.914059,1406.009922,81.95906019,6.247513011000001,544.2186899000001,0.292026609,257.1648235,1843.9565469999998,62866.44507,198275.38100000002,934.2037811 +34003023601,"Census Tract 236.01, Bergen County, New Jersey",2857,2156.0,55446.0,274300.0,525.0,920.0,670.0,0.0,160.0,0.0,13.0,0.0,1094.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 236.01,3248.999932,981.6956787,598.6508789,8.792446136,155.5880585,0.0,1451.9003910000001,2247.043457,42954.0005,170199.99899999998,269.50756839999997 +34003006201,"Census Tract 62.01, Bergen County, New Jersey",4349,3604.0,44661.0,425500.0,1344.0,2203.0,157.0,0.0,939.0,0.0,59.0,81.0,910.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 62.01,4319.999987,3063.0002440000003,67.1753006,14.98154163,615.2097778,0.0,528.7034302000001,3495.531982,50318.000360000005,249300.0029,1356.554443 +34003004002,"Census Tract 40.02, Bergen County, New Jersey",5054,3435.0,78610.0,312800.0,1044.0,1804.0,638.0,0.0,239.0,0.0,26.0,30.0,2317.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 40.02,4997.000105,3154.246582,285.3178711,7.2692451479999995,421.6162109,0.605770409,1065.550171,3357.179688,59812.99912000001,169299.9965,952.2710571 +34003019306,"Census Tract 193.06, Bergen County, New Jersey",2135,1676.0,132708.0,785700.0,1148.0,1205.0,69.0,16.0,638.0,0.0,0.0,0.0,207.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 193.06,2374.999971,1744.605713,19.37514687,2.246393919,457.983551,0.0,137.3108215,1980.477051,82301.99782,262900.0037,1092.028198 +34003006202,"Census Tract 62.02, Bergen County, New Jersey",5073,4213.0,90214.0,424300.0,2532.0,2739.0,146.0,19.0,1500.0,13.0,14.0,41.0,601.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 62.02,4619.000013,3274.9997559999997,71.8246994,16.01845932,657.7902222,0.0,565.2965697999999,3737.468018,50317.99967,249299.9973,1450.445557 +34003004001,"Census Tract 40.01, Bergen County, New Jersey",3383,2310.0,82568.0,321300.0,613.0,1380.0,182.0,0.0,247.0,0.0,51.0,85.0,1438.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 40.01,3251.999895,2052.753418,185.68214419999998,4.730754852,274.3837891,0.394229591,693.4498291,2184.8203129999997,59813.00135,169300.0054,619.7289429 +34003023602,"Census Tract 236.02, Bergen County, New Jersey",5247,3686.0,46741.0,295300.0,565.0,815.0,659.0,7.0,257.0,0.0,19.0,44.0,3453.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 236.02,5249.999814,1586.304199,967.3490601,14.20755291,251.41192630000003,0.0,2346.099365,3630.956543,42954.00067,170200.0048,435.4924011 +34003023502,"Census Tract 235.02, Bergen County, New Jersey",4279,3174.0,51810.0,216300.0,1206.0,1216.0,913.0,0.0,342.0,0.0,0.0,15.0,1793.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 235.02,4510.0000979999995,1149.532715,2071.348389,12.59012032,209.65287780000003,0.0,1049.3591310000002,3230.1870120000003,48439.99914,140999.9989,847.9172363 +34003044202,"Census Tract 442.02, Bergen County, New Jersey",5123,3821.0,110689.0,427000.0,2449.0,3541.0,3.0,0.0,1056.0,0.0,0.0,0.0,523.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 442.02,4893.9179460000005,4246.210449,69.31400299,13.97929382,372.78118900000004,0.5824705960000001,184.06071469999998,3394.638672,80677.00251,284100.0104,1869.148193 +34003044201,"Census Tract 442.01, Bergen County, New Jersey",3865,2540.0,162198.0,592300.0,1834.0,3384.0,16.0,0.0,250.0,0.0,0.0,0.0,215.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 442.01,3514.5238799999997,3049.606068,49.71196149,10.02551346,267.639051,0.417529374,132.1027654,2437.569253,80713.75165,284315.126,1342.4799890000002 +34003041302,"Census Tract 413.02, Bergen County, New Jersey",4492,3540.0,73407.0,508200.0,1609.0,995.0,75.0,31.0,2811.0,18.0,0.0,74.0,499.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 413.02,3796.999917,1587.043335,48.61540985,11.81309032,1504.3516849999999,0.0,599.2871704,2690.658447,46390.99803,255000.0139,793.7488403 +34003041301,"Census Tract 413.01, Bergen County, New Jersey",5660,4233.0,61579.0,531900.0,1649.0,1048.0,185.0,17.0,3049.0,0.0,0.0,17.0,1344.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 413.01,4560.000083,1905.956665,58.38459015,14.18690968,1806.648315,0.0,719.7128296,3231.341553,46391.001639999995,254999.9884,953.2511597000001 +34003040002,"Census Tract 400.02, Bergen County, New Jersey",4703,3158.0,117042.0,520100.0,1854.0,3427.0,170.0,0.0,802.0,0.0,22.0,120.0,162.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 400.02,4498.0002079999995,3939.0341799999997,22.35864449,3.353796482,386.245575,0.0,139.1825562,3139.712646,91014.00193,332300.0068,1626.591309 +34003040001,"Census Tract 400.01, Bergen County, New Jersey",3519,2476.0,180875.0,636000.0,1627.0,2938.0,6.0,0.0,306.0,0.0,0.0,80.0,189.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 400.01,3549.000031,3107.966064,17.64135742,2.646203518,304.75445560000003,0.0,109.81745149999999,2477.287598,91014.0037,332300.0138,1283.408691 +34003032202,"Census Tract 322.02, Bergen County, New Jersey",4695,3367.0,82052.0,443600.0,1920.0,3684.0,83.0,4.0,652.0,0.0,0.0,18.0,254.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 322.02,4968.999873,4224.227051,79.3846817,28.86715698,393.07446289999996,0.0,226.60717769999997,3632.450439,82006.99968,284300.007,1759.934326 +34003032201,"Census Tract 322.01, Bergen County, New Jersey",5690,4088.0,114712.0,576600.0,2537.0,4373.0,0.0,0.0,776.0,0.0,0.0,52.0,489.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 322.01,5359.000127,4555.772949,85.6153183,31.13284302,423.92553710000004,0.0,244.39282230000003,3917.549561,82007.0003,284299.9935,1898.065674 +34003032104,"Census Tract 321.04, Bergen County, New Jersey",4994,1507.0,101111.0,420900.0,566.0,3056.0,375.0,37.0,415.0,23.0,13.0,93.0,987.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 321.04,3280.999886,2657.3955079999996,148.0150299,49.74275589,224.04461669999998,0.0,184.00775149999998,2040.6662600000002,69760.00292,193000.0056,964.5241699 +34003032103,"Census Tract 321.03, Bergen County, New Jersey",5187,4130.0,100804.0,374400.0,2529.0,3508.0,135.0,0.0,1244.0,0.0,0.0,0.0,300.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 321.03,4831.999872,3913.6042479999996,217.9849548,73.25724029999999,329.9553833,0.0,270.99221800000004,3005.333496,69759.99912000001,193000.0019,1420.475708 +34003024100,"Census Tract 241, Bergen County, New Jersey",5999,4241.0,141185.0,760000.0,2591.0,4161.0,43.0,0.0,1329.0,0.0,0.0,191.0,275.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 241,5482.0,4412.0,34.0,14.0,869.0,0.0,151.0,3708.0,102127.0,429100.0,1833.0 +34003003200,"Census Tract 32, Bergen County, New Jersey",5269,3837.0,76046.0,329700.0,1411.0,1284.0,269.0,27.0,2022.0,0.0,4.0,52.0,1638.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 32,4484.0,2377.0,292.0,9.0,791.0,0.0,975.0,3145.0,46330.0,168500.0,778.0 +34003061300,"Census Tract 613, Bergen County, New Jersey",3914,2691.0,162159.0,834800.0,1675.0,3362.0,66.0,0.0,277.0,0.0,0.0,24.0,185.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 613,3663.0,3467.0,22.0,2.0,105.0,0.0,61.0,2561.0,114999.0,488900.0,1334.0 +34003002200,"Census Tract 22, Bergen County, New Jersey",5471,3877.0,93925.0,463400.0,1839.0,3460.0,115.0,9.0,1276.0,0.0,46.0,36.0,534.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 22,4851.0,3889.0,56.0,3.0,657.0,0.0,230.0,3467.0,74423.0,251500.0,1023.0 +34003057200,"Census Tract 572, Bergen County, New Jersey",3429,2451.0,64102.0,306400.0,599.0,2860.0,22.0,13.0,17.0,0.0,0.0,8.0,509.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 572,3263.0,2941.0,36.0,1.0,54.0,1.0,178.0,2279.0,45669.0,183300.0,269.0 +34003058200,"Census Tract 582, Bergen County, New Jersey",5483,3882.0,121576.0,482900.0,1984.0,4533.0,6.0,0.0,414.0,0.0,0.0,0.0,530.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 582,5351.0,4811.0,58.0,3.0,279.0,0.0,187.0,3859.0,84040.0,275800.0,1618.0 +34003020100,"Census Tract 201, Bergen County, New Jersey",4076,2932.0,129615.0,762000.0,1892.0,3140.0,80.0,5.0,259.0,0.0,14.0,138.0,440.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 201,3808.0,3386.0,41.0,8.0,235.0,0.0,118.0,2550.0,101006.0,462900.0,1192.0 +34003021200,"Census Tract 212, Bergen County, New Jersey",5795,4194.0,61573.0,333800.0,988.0,3979.0,99.0,0.0,143.0,0.0,0.0,9.0,1565.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 212,5045.0,4097.0,87.0,5.0,111.0,0.0,705.0,3483.0,41646.0,178500.0,483.0 +34003029100,"Census Tract 291, Bergen County, New Jersey",4645,3700.0,49360.0,291500.0,1313.0,1658.0,183.0,0.0,1703.0,6.0,0.0,171.0,924.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 291,4396.0,1951.0,369.0,8.0,1347.0,1.0,620.0,3222.0,48004.0,163700.0,997.0 +34003030300,"Census Tract 303, Bergen County, New Jersey",4617,3301.0,54913.0,342800.0,805.0,1899.0,214.0,0.0,700.0,0.0,0.0,48.0,1756.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 303,4555.0,3267.0,124.0,12.0,354.0,0.0,755.0,3187.0,44200.0,183200.0,640.0 +34003032102,"Census Tract 321.02, Bergen County, New Jersey",6015,4176.0,121917.0,774200.0,2275.0,5076.0,199.0,0.0,376.0,0.0,0.0,67.0,297.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 321.02,5626.087568999999,5208.76601,31.01902214,10.01647624,252.20181359999998,0.0,102.0877442,3781.306601,103113.6437,456769.3715,2056.7639480000003 +34003033200,"Census Tract 332, Bergen County, New Jersey",2624,1874.0,99091.0,367300.0,743.0,1689.0,106.0,0.0,232.0,0.0,9.0,51.0,537.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 332,2568.0,2047.0,61.0,3.0,186.0,0.0,261.0,1941.0,67083.0,204000.0,489.0 +34003035200,"Census Tract 352, Bergen County, New Jersey",5868,3962.0,161250.0,769500.0,2896.0,5182.0,153.0,0.0,382.0,0.0,0.0,59.0,92.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 352,5776.713727,5301.779875,51.39810848,11.08097122,268.1066066,0.0,136.34141780000002,3814.144274,122705.8238,445028.0453,2220.3035879999998 +34003045200,"Census Tract 452, Bergen County, New Jersey",2715,1929.0,65341.0,433000.0,782.0,952.0,1.0,8.0,782.0,0.0,0.0,117.0,855.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 452,2904.0,1801.0,29.0,6.0,566.0,0.0,487.0,2107.0,54750.0,234900.0,599.0 +34003059200,"Census Tract 592, Bergen County, New Jersey",5827,3983.0,100332.0,440500.0,2007.0,4136.0,343.0,0.0,544.0,0.0,14.0,53.0,737.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 592,5949.463243,5354.516781,81.15209468,10.02684024,179.74461540000001,0.0,296.99010649999997,4299.406296,65158.5876,243861.2386,1721.203077 +34003061100,"Census Tract 611, Bergen County, New Jersey",4504,3038.0,121327.0,654500.0,1971.0,4096.0,0.0,0.0,230.0,0.0,0.0,1.0,177.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 611,4566.796789999999,4212.663493,9.009909353,13.00319657,211.0805535,0.0,109.032605,3036.2076620000003,98319.91098,381429.5417,1679.6568940000002 +34003046100,"Census Tract 461, Bergen County, New Jersey",4179,3074.0,63836.0,340800.0,1559.0,1659.0,144.0,0.0,803.0,0.0,12.0,0.0,1561.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 461,4054.0,2651.0,204.0,11.0,367.0,0.0,796.0,2960.0,55341.0,177400.0,804.0 +34003043002,"Census Tract 430.02, Bergen County, New Jersey",4663,3385.0,94536.0,494000.0,1743.0,3723.0,131.0,10.0,127.0,0.0,0.0,31.0,641.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 430.02,4644.98414,4069.508722,58.15330614,11.85885113,162.6987356,0.0,341.77079110000005,3388.3699049999996,74384.32844,291296.99100000004,1511.060528 +34003006100,"Census Tract 61, Bergen County, New Jersey",6928,5307.0,67566.0,442100.0,1980.0,3840.0,93.0,0.0,931.0,0.0,76.0,88.0,1900.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 61,6506.0,4630.0,78.0,5.0,818.0,1.0,886.0,4830.0,45272.0,202000.0,1364.0 +34003011100,"Census Tract 111, Bergen County, New Jersey",4350,3161.0,71250.0,322300.0,889.0,1830.0,262.0,0.0,591.0,0.0,45.0,156.0,1466.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 111,4412.0,2924.0,130.0,12.0,510.0,0.0,774.0,3254.0,48125.0,182000.0,789.0 +34003014000,"Census Tract 140, Bergen County, New Jersey",7668,5256.0,111536.0,465600.0,2216.0,5858.0,49.0,0.0,660.0,0.0,11.0,83.0,1007.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 140,7165.734184,6182.026367,50.77844238,8.96090126,582.4586182,0.0,330.5577087,5143.557617,74555.99914,260299.99800000002,2070.9638670000004 +34003018100,"Census Tract 181, Bergen County, New Jersey",7218,5629.0,53424.0,343900.0,935.0,2170.0,90.0,47.0,142.0,0.0,41.0,239.0,4536.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 181,7015.0,3490.0,77.0,15.0,276.0,0.0,2820.0,4633.0,35427.0,188700.0,599.0 +34003021300,"Census Tract 213, Bergen County, New Jersey",4471,3007.0,56637.0,323500.0,624.0,2979.0,63.0,0.0,106.0,0.0,0.0,186.0,1137.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 213,4261.0,3221.0,90.0,11.0,160.0,0.0,761.0,2956.0,44241.0,170300.0,403.0 +34003022100,"Census Tract 221, Bergen County, New Jersey",3833,2494.0,139688.0,619500.0,1794.0,3146.0,60.0,0.0,371.0,0.0,0.0,8.0,248.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 221,4037.678307,3611.534071,142.3827126,7.022741985,186.86939109999997,2.0,79.83755231,2638.823873,100416.02900000001,334142.6109,1649.910957 +34003023100,"Census Tract 231, Bergen County, New Jersey",3363,2258.0,55925.0,231300.0,653.0,683.0,574.0,61.0,324.0,0.0,15.0,106.0,1611.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 231,2988.0,814.0,636.0,15.0,335.0,0.0,1159.0,2149.0,42213.0,145700.0,623.0 +34003025100,"Census Tract 251, Bergen County, New Jersey",6431,4439.0,78043.0,385200.0,1795.0,3698.0,194.0,52.0,1058.0,0.0,0.0,122.0,1359.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 251,5925.0,4544.0,152.0,7.0,560.0,1.0,619.0,4321.0,65120.0,217700.0,1460.0 +34003028002,"Census Tract 280.02, Bergen County, New Jersey",3761,2622.0,98850.0,542200.0,1538.0,1762.0,116.0,0.0,1152.0,0.0,0.0,207.0,524.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 280.02,3770.0,2420.0,64.0,2.0,839.0,0.0,434.0,2618.0,84901.0,307300.0,1396.0 +34003031100,"Census Tract 311, Bergen County, New Jersey",5969,4506.0,72245.0,374900.0,1944.0,3217.0,124.0,0.0,836.0,0.0,84.0,80.0,1628.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 311,4398.0,3478.0,15.0,7.0,401.0,0.0,415.0,3250.0,50152.0,192600.0,677.0 +34003033100,"Census Tract 331, Bergen County, New Jersey",3625,2555.0,100524.0,374200.0,999.0,2214.0,75.0,7.0,411.0,0.0,0.0,154.0,764.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 331,3640.0,3015.0,56.0,9.0,195.0,0.0,349.0,2697.0,70064.0,194100.0,869.0 +34003036200,"Census Tract 362, Bergen County, New Jersey",2783,1938.0,59700.0,336600.0,394.0,1553.0,0.0,0.0,229.0,0.0,0.0,156.0,845.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 362,2764.3148760000004,2151.8482050000002,26.09233607,5.017396651,191.5660602,0.0,349.7534088,1989.54747,50611.027219999996,160730.7745,264.0916128 +34003037201,"Census Tract 372.01, Bergen County, New Jersey",3968,2765.0,123864.0,393800.0,1184.0,2316.0,31.0,0.0,915.0,0.0,0.0,82.0,624.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 372.01,4034.0,3047.0,52.0,4.0,605.0,0.0,320.0,2823.0,81877.0,223800.0,1034.0 +34003042301,"Census Tract 423.01, Bergen County, New Jersey",4412,3129.0,96026.0,569800.0,1576.0,2689.0,46.0,7.0,1324.0,0.0,11.0,88.0,247.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 423.01,4443.0,3463.0,36.0,3.0,705.0,0.0,189.0,3193.0,79896.0,271100.0,1204.0 +34003042400,"Census Tract 424, Bergen County, New Jersey",4635,3365.0,111250.0,584700.0,1761.0,2935.0,54.0,3.0,1127.0,0.0,61.0,73.0,382.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 424,4572.0,3492.0,41.0,3.0,823.0,0.0,194.0,3275.0,85846.0,291200.0,1412.0 +34003052200,"Census Tract 522, Bergen County, New Jersey",6176,4668.0,96638.0,344000.0,1800.0,4213.0,131.0,0.0,850.0,0.0,0.0,97.0,885.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 522,5674.0,4699.0,136.0,9.0,363.0,0.0,436.0,4285.0,57888.0,199700.0,977.0 +34003053100,"Census Tract 531, Bergen County, New Jersey",3248,2507.0,173333.0,1883500.0,1569.0,2156.0,282.0,0.0,568.0,0.0,18.0,82.0,142.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 531,3212.845586,2821.803178,28.02739491,3.008017989,251.71588250000002,0.0,82.29956532,2342.409138,134160.2408,967106.9405,1420.684267 +34003054200,"Census Tract 542, Bergen County, New Jersey",4514,3180.0,64327.0,329100.0,1150.0,1162.0,1862.0,0.0,159.0,0.0,8.0,53.0,1270.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 542,4513.0,1594.0,2145.0,13.0,214.0,0.0,498.0,3051.0,52963.0,182600.0,1272.0 +34003046300,"Census Tract 463, Bergen County, New Jersey",4740,3308.0,65195.0,292500.0,1367.0,1658.0,265.0,22.0,542.0,7.0,7.0,75.0,2164.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 463,4535.0,2815.0,178.0,8.0,433.0,0.0,1064.0,3205.0,47409.0,170600.0,811.0 +34003055100,"Census Tract 551, Bergen County, New Jersey",7012,4238.0,207365.0,1050800.0,3440.0,4690.0,118.0,0.0,1374.0,0.0,0.0,211.0,619.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 551,6239.190312,5100.142525,70.00194096,9.00029483,759.0370994,0.0,241.00759190000002,4163.13287,132447.5467,594189.7465,2926.0665329999997 +34003061200,"Census Tract 612, Bergen County, New Jersey",3537,2229.0,138494.0,816500.0,1442.0,3372.0,0.0,0.0,44.0,0.0,0.0,55.0,66.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 612,3251.0,3033.0,17.0,0.0,113.0,0.0,80.0,2199.0,116535.0,429400.0,1355.0 +34003056200,"Census Tract 562, Bergen County, New Jersey",5155,3612.0,121579.0,454400.0,1865.0,3957.0,109.0,0.0,505.0,0.0,0.0,91.0,493.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 562,4944.531397,4399.803223,24.98752403,4.997505188,239.88023379999998,0.0,256.8717651,3419.2929689999996,75876.00213,247500.0017,1233.3842769999999 +34003052100,"Census Tract 521, Bergen County, New Jersey",7900,5982.0,86469.0,375700.0,1709.0,6304.0,2.0,0.0,406.0,0.0,0.0,0.0,1188.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 521,7481.0,6701.0,46.0,6.0,303.0,0.0,389.0,5418.0,70365.0,202800.0,1469.0 +34003054300,"Census Tract 543, Bergen County, New Jersey",6729,4038.0,183281.0,582800.0,3356.0,6151.0,321.0,0.0,97.0,0.0,0.0,14.0,146.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 543,7202.0,6223.0,494.0,1.0,213.0,0.0,232.0,4346.0,112533.0,306600.0,3256.0 +34003059100,"Census Tract 591, Bergen County, New Jersey",5419,3918.0,90074.0,442000.0,1973.0,3377.0,420.0,0.0,446.0,0.0,0.0,50.0,1126.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 591,5080.802727,3783.457014,570.0694649000001,13.01225852,339.79680360000003,1.0,364.4522031,3775.0363880000004,55270.26861,229190.3986,1302.833079 +34003060000,"Census Tract 600, Bergen County, New Jersey",8432,5990.0,101848.0,384700.0,2249.0,5765.0,224.0,0.0,1158.0,0.0,0.0,138.0,1147.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 600,7697.685279,6603.151855,68.90766907,12.98260403,422.43395999999996,0.0,562.246582,5632.452636999999,60858.99948,194399.9939,1560.908447 +34003003401,"Census Tract 34.01, Bergen County, New Jersey",2836,1776.0,126750.0,379000.0,878.0,1653.0,113.0,0.0,525.0,0.0,0.0,18.0,527.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 34.01,2536.0,1662.0,107.0,6.0,424.0,0.0,317.0,1759.0,79032.0,189000.0,659.0 +34003015400,"Census Tract 154, Bergen County, New Jersey",6649,5102.0,66342.0,299500.0,2287.0,1890.0,1313.0,48.0,1286.0,0.0,0.0,150.0,1980.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 154,5268.0,617.0,2047.0,4.0,264.0,0.0,2298.0,3506.0,35898.0,166300.0,490.0 +34003017500,"Census Tract 175, Bergen County, New Jersey",8311,5793.0,98083.0,375300.0,2523.0,5276.0,171.0,9.0,1740.0,0.0,0.0,31.0,1084.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 175,7434.0,6214.0,80.0,11.0,593.0,0.0,506.0,5285.0,65754.0,205700.0,2000.0 +34003019102,"Census Tract 191.02, Bergen County, New Jersey",3301,2457.0,77219.0,231700.0,1625.0,1395.0,41.0,13.0,1453.0,0.0,0.0,70.0,329.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 191.02,2932.0,1551.0,58.0,3.0,1076.0,0.0,218.0,2255.0,52500.0,95700.0,1123.0 +34003021400,"Census Tract 214, Bergen County, New Jersey",4875,3266.0,47281.0,336900.0,742.0,2720.0,241.0,0.0,231.0,0.0,0.0,87.0,1596.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 214,4674.0,3390.0,232.0,17.0,167.0,0.0,829.0,3255.0,45475.0,195700.0,582.0 +34003037100,"Census Tract 371, Bergen County, New Jersey",5738,3892.0,118381.0,405100.0,1630.0,4046.0,90.0,10.0,741.0,0.0,25.0,73.0,763.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 371,5443.0,4280.0,106.0,9.0,625.0,0.0,401.0,3761.0,73800.0,225200.0,1310.0 +34003038100,"Census Tract 381, Bergen County, New Jersey",5738,4103.0,67312.0,323300.0,1392.0,3644.0,84.0,0.0,167.0,0.0,33.0,70.0,1740.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 381,5241.0,4444.0,12.0,7.0,302.0,0.0,439.0,3959.0,49148.0,194100.0,719.0 +34003039100,"Census Tract 391, Bergen County, New Jersey",4294,2959.0,91532.0,432500.0,1296.0,3684.0,0.0,29.0,227.0,0.0,0.0,57.0,326.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 391,3765.0,3383.0,33.0,6.0,138.0,0.0,198.0,2645.0,76762.0,236700.0,1003.0 +34003047200,"Census Tract 472, Bergen County, New Jersey",4422,2660.0,206792.0,914300.0,2256.0,3485.0,13.0,0.0,623.0,5.0,0.0,76.0,220.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 472,4273.0,3802.0,34.0,3.0,301.0,0.0,122.0,2718.0,136708.0,481600.0,2037.0 +34003054500,"Census Tract 545, Bergen County, New Jersey",4796,3141.0,150089.0,425600.0,2345.0,2770.0,555.0,0.0,278.0,0.0,55.0,161.0,977.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 545,4728.0,3110.0,737.0,11.0,341.0,0.0,481.0,3228.0,89516.0,238200.0,1904.0 +34003061400,"Census Tract 614, Bergen County, New Jersey",5276,3414.0,160278.0,680900.0,2307.0,4591.0,31.0,0.0,345.0,0.0,0.0,152.0,157.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 614,5029.0,4601.0,41.0,11.0,229.0,0.0,126.0,3327.0,92695.0,379600.0,1930.0 +34003047400,"Census Tract 474, Bergen County, New Jersey",4857,3369.0,118958.0,732500.0,2397.0,3152.0,170.0,12.0,550.0,0.0,23.0,239.0,711.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 474,4963.321822999999,3837.466064,302.61730960000006,4.977258205,409.13061519999997,0.0,402.1624451,3463.1762700000004,75379.99837999999,346499.9965,2169.089111 +34003037202,"Census Tract 372.02, Bergen County, New Jersey",7054,5214.0,71310.0,391900.0,2224.0,3646.0,422.0,49.0,1335.0,0.0,0.0,77.0,1554.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 372.02,6923.0,4681.0,277.0,19.0,1298.0,0.0,605.0,5269.0,47959.0,216000.0,1499.0 +34003045100,"Census Tract 451, Bergen County, New Jersey",8654,5868.0,66938.0,452400.0,2011.0,3332.0,126.0,41.0,2583.0,0.0,54.0,116.0,2402.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 451,7926.0,5388.0,67.0,13.0,1375.0,0.0,1007.0,5630.0,53966.0,245300.0,1411.0 +34003047500,"Census Tract 475, Bergen County, New Jersey",7173,4597.0,191471.0,663400.0,3628.0,5229.0,111.0,2.0,1059.0,0.0,0.0,149.0,623.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 475,6458.0,5592.0,51.0,2.0,653.0,0.0,159.0,4262.0,99082.0,320700.0,2577.0 +34003049001,"Census Tract 490.01, Bergen County, New Jersey",4559,3072.0,169013.0,673700.0,2068.0,4081.0,0.0,0.0,321.0,0.0,0.0,40.0,117.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 490.01,4367.538949,3963.027481,24.23815346,11.01737743,273.6097323,0.0,93.65017247,2897.252314,120733.1316,380784.2185,1798.189662 +34003023401,"Census Tract 234.01, Bergen County, New Jersey",3747,2668.0,72174.0,142700.0,1492.0,875.0,1079.0,56.0,1177.0,0.0,20.0,93.0,498.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 234.01,3586.0,1708.0,662.0,17.0,547.0,0.0,616.0,2812.0,51450.0,98700.0,1029.0 +34003026200,"Census Tract 262, Bergen County, New Jersey",5697,3873.0,120398.0,533600.0,2061.0,4609.0,127.0,0.0,504.0,0.0,0.0,0.0,457.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 262,5590.0,4930.0,79.0,5.0,342.0,0.0,225.0,3833.0,87094.0,312100.0,1795.0 +34003031300,"Census Tract 313, Bergen County, New Jersey",5049,3814.0,72711.0,356700.0,1031.0,3591.0,37.0,0.0,406.0,0.0,48.0,38.0,929.0,New York City,New York-Newark-Jersey City,NJ,Bergen County,Census Tract 313,4967.0,4263.0,40.0,4.0,162.0,0.0,447.0,3649.0,56496.0,194000.0,685.0 +34013017600,"Census Tract 176, Essex County, New Jersey",4828,3231.0,55938.0,276400.0,771.0,1122.0,1951.0,19.0,138.0,0.0,36.0,18.0,1544.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 176,4636.0,1951.0,1479.0,8.0,336.0,0.0,766.0,3061.0,45743.0,148600.0,727.0 +34013018600,"Census Tract 186, Essex County, New Jersey",4089,2461.0,34898.0,234100.0,414.0,121.0,1870.0,0.0,26.0,0.0,104.0,0.0,1968.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 186,4675.815597,570.3901977999999,2320.114014,16.8052578,85.01483154,0.0,1638.018311,2759.027832,29596.0001,90999.99732000001,345.00204469999994 +34013016200,"Census Tract 162, Essex County, New Jersey",3320,2218.0,250001.0,721700.0,1976.0,2778.0,203.0,0.0,135.0,0.0,11.0,67.0,126.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 162,3450.235353,2809.632072,272.9512153,1.033311807,199.96445469999998,0.0,154.6034253,2311.499111,141908.7285,362889.6705,1667.305191 +34013017100,"Census Tract 171, Essex County, New Jersey",2467,1533.0,37202.0,340000.0,440.0,224.0,1608.0,4.0,71.0,0.0,0.0,104.0,460.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 171,2573.0,249.0,2022.0,10.0,67.0,0.0,210.0,1638.0,39327.0,173200.0,296.0 +34013011200,"Census Tract 112, Essex County, New Jersey",3076,2059.0,30683.0,215200.0,253.0,28.0,2828.0,0.0,22.0,0.0,0.0,51.0,147.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 112,3555.0,36.0,3355.0,12.0,11.0,1.0,130.0,2065.0,24350.0,134800.0,107.0 +34013011600,"Census Tract 116, Essex County, New Jersey",3294,2092.0,40652.0,208500.0,347.0,18.0,3163.0,0.0,0.0,0.0,0.0,56.0,57.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 116,3140.0,12.0,3018.0,9.0,13.0,1.0,84.0,1762.0,34889.0,135700.0,220.0 +34013004600,"Census Tract 46, Essex County, New Jersey",2700,1826.0,26897.0,217300.0,297.0,0.0,2689.0,0.0,0.0,0.0,0.0,11.0,0.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 46,3091.0,13.0,2914.0,2.0,95.0,0.0,62.0,1885.0,30000.0,130700.0,211.0 +34013004802,"Census Tract 48.02, Essex County, New Jersey",3038,2333.0,13909.0,135300.0,99.0,98.0,2062.0,0.0,16.0,0.0,0.0,13.0,849.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 48.02,3529.000001,108.79868219999999,2411.44278,11.77112043,14.75134814,0.0,968.9592571000001,2473.786102,10233.97078,114549.9551,92.25404429 +34013006400,"Census Tract 64, Essex County, New Jersey",1066,801.0,65000.0,205300.0,454.0,49.0,743.0,0.0,75.0,0.0,82.0,38.0,79.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 64,1706.0,55.0,1454.0,1.0,35.0,0.0,154.0,1100.0,56705.0,110400.0,325.0 +34013006800,"Census Tract 68, Essex County, New Jersey",6138,3830.0,45426.0,347500.0,610.0,1282.0,1171.0,0.0,104.0,0.0,291.0,78.0,3212.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 68,3455.0,794.0,718.0,3.0,10.0,3.0,1712.0,1919.0,27445.0,176400.0,104.0 +34013000400,"Census Tract 4, Essex County, New Jersey",1948,1327.0,41382.0,273800.0,192.0,310.0,83.0,0.0,42.0,0.0,127.0,8.0,1378.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 4,2052.363407,754.206892,108.94931840000001,3.016251702,92.88248181,0.0,1037.355491,1367.999749,31212.11443,140423.6965,130.9315283 +34013002201,"Census Tract 22.01, Essex County, New Jersey",8736,5397.0,34028.0,239100.0,649.0,503.0,5036.0,0.0,910.0,0.0,137.0,207.0,1943.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 22.01,7503.06097,1516.761543,3742.299557,25.99880076,967.6392732,0.06856728299999999,1158.3779650000001,4780.120975,28290.153339999997,145539.5919,1158.7088130000002 +34013004900,"Census Tract 49, Essex County, New Jersey",3449,2209.0,33170.0,263100.0,242.0,10.0,3118.0,0.0,37.0,0.0,0.0,48.0,236.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 49,4302.0,22.0,4073.0,5.0,13.0,0.0,173.0,2623.0,27296.0,110900.0,266.0 +34013007501,"Census Tract 75.01, Essex County, New Jersey",4689,3083.0,24486.0,310200.0,425.0,1308.0,439.0,0.0,0.0,0.0,263.0,126.0,2553.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 75.01,4207.0,1193.0,730.0,4.0,28.0,2.0,2016.0,2561.0,26000.0,152700.0,146.0 +34013009500,"Census Tract 95, Essex County, New Jersey",5816,3996.0,35716.0,299000.0,698.0,484.0,770.0,19.0,91.0,0.0,15.0,50.0,4406.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 95,6600.0,986.0,861.0,18.0,104.0,1.0,4549.0,4108.0,31713.0,181500.0,579.0 +34013012000,"Census Tract 120, Essex County, New Jersey",6564,4203.0,48009.0,170600.0,699.0,97.0,5854.0,5.0,234.0,0.0,0.0,0.0,374.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 120,6388.247616,644.0179473999999,4927.120502000001,15.9628092,253.39394249999998,0.000500857,505.8292281,4103.5169240000005,45123.28358,123819.5642,822.2409572 +34013012800,"Census Tract 128, Essex County, New Jersey",3274,2178.0,51831.0,170500.0,360.0,231.0,2639.0,15.0,17.0,0.0,0.0,224.0,148.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 128,3631.0,185.0,3032.0,7.0,28.0,0.0,355.0,2253.0,43438.0,119900.0,235.0 +34013013200,"Census Tract 132, Essex County, New Jersey",2302,1220.0,22034.0,150500.0,151.0,31.0,2193.0,0.0,10.0,0.0,0.0,28.0,40.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 132,3497.4466469999998,47.68288207,3162.185463,6.0,11.10926113,0.0,266.4690409,2046.1740260000001,26325.682080000002,139874.8891,178.36576409999998 +34013013300,"Census Tract 133, Essex County, New Jersey",3518,1878.0,28704.0,155100.0,214.0,6.0,3117.0,0.0,22.0,0.0,10.0,39.0,324.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 133,4054.8434869999996,123.7120825,3515.4429990000003,4.984654694,9.00549192,0.0,385.7569206,2272.083315,24705.09935,118584.1994,116.032675 +34013015800,"Census Tract 158, Essex County, New Jersey",4032,2784.0,64000.0,311300.0,966.0,1281.0,701.0,0.0,376.0,0.0,10.0,37.0,1627.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 158,4182.0,2321.0,487.0,10.0,440.0,0.0,856.0,2987.0,50599.0,153300.0,712.0 +34013017200,"Census Tract 172, Essex County, New Jersey",3084,2082.0,102371.0,375300.0,1065.0,515.0,1991.0,9.0,146.0,0.0,84.0,120.0,228.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 172,3069.0,337.0,2555.0,10.0,38.0,2.0,114.0,2093.0,61133.0,178900.0,671.0 +34013017400,"Census Tract 174, Essex County, New Jersey",5534,3852.0,134493.0,353100.0,2184.0,2801.0,1269.0,0.0,577.0,0.0,0.0,14.0,873.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 174,5060.210221,3667.006836,554.4889526000001,6.980976105,548.505249,0.0,259.293396,3577.251465,72115.00077,200299.9943,1702.3608399999998 +34013017700,"Census Tract 177, Essex County, New Jersey",5013,2861.0,50064.0,256400.0,642.0,708.0,2054.0,0.0,63.0,0.0,85.0,91.0,2012.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 177,4731.0,1327.0,1634.0,40.0,223.0,5.0,1452.0,2876.0,42209.0,147500.0,471.0 +34013020902,"Census Tract 209.02, Essex County, New Jersey",5907,4432.0,110208.0,492700.0,2775.0,4763.0,0.0,0.0,568.0,0.0,0.0,143.0,433.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 209.02,5298.0,4847.0,50.0,5.0,263.0,0.0,121.0,3988.0,82499.0,289500.0,1853.0 +34013020300,"Census Tract 203, Essex County, New Jersey",4500,2907.0,107981.0,831300.0,2182.0,2843.0,216.0,0.0,1180.0,0.0,0.0,107.0,154.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 203,4349.0,3580.0,45.0,5.0,554.0,0.0,151.0,3089.0,80911.0,417400.0,2049.0 +34013020400,"Census Tract 204, Essex County, New Jersey",5273,3646.0,174205.0,593400.0,2549.0,3700.0,12.0,0.0,1083.0,55.0,49.0,48.0,326.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 204,4673.0,3819.0,37.0,3.0,713.0,0.0,93.0,3125.0,105393.0,299400.0,1895.0 +34013000300,"Census Tract 3, Essex County, New Jersey",3777,2644.0,19746.0,190500.0,137.0,492.0,1272.0,0.0,0.0,0.0,0.0,44.0,1969.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 3,3393.15641,792.9620677,782.2542724,7.928161299,116.33478799999999,0.0,1645.072664,2245.799191,15447.07703,150852.1007,147.1036486 +34013001700,"Census Tract 17, Essex County, New Jersey",2403,1243.0,28555.0,177200.0,107.0,0.0,1639.0,0.0,0.0,0.0,32.0,33.0,699.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 17,2150.0,22.0,1895.0,2.0,6.0,0.0,214.0,1225.0,30495.0,77100.0,99.0 +34013002202,"Census Tract 22.02, Essex County, New Jersey",3389,2301.0,50192.0,194100.0,496.0,145.0,2986.0,0.0,129.0,0.0,63.0,41.0,25.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 22.02,3491.90094,262.3918355,2959.372537,9.924790733,54.13854561,0.0,181.2106013,1910.728491,37350.08741,138792.0566,356.8993309 +34013011400,"Census Tract 114, Essex County, New Jersey",4844,3424.0,57701.0,174300.0,1109.0,286.0,4032.0,25.0,93.0,0.0,0.0,77.0,331.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 114,4363.0,285.0,3858.0,9.0,31.0,0.0,164.0,3106.0,38938.0,104900.0,688.0 +34013018400,"Census Tract 184, Essex County, New Jersey",1953,1327.0,27981.0,215700.0,176.0,21.0,1425.0,0.0,0.0,0.0,39.0,13.0,455.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 184,2557.0,33.0,2314.0,12.0,10.0,0.0,177.0,1428.0,26051.0,99700.0,70.0 +34013018700,"Census Tract 187, Essex County, New Jersey",4817,3762.0,27416.0,180000.0,858.0,108.0,3825.0,0.0,93.0,0.0,0.0,31.0,760.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 187,5410.0,326.0,4580.0,15.0,96.0,0.0,356.0,3588.0,27813.0,151000.0,591.0 +34013017800,"Census Tract 178, Essex County, New Jersey",3465,2074.0,58359.0,276200.0,485.0,752.0,1068.0,33.0,34.0,0.0,67.0,98.0,1446.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 178,3252.184539,1474.609827,822.8860703,9.194743589,186.9851735,0.0,725.9817715,2113.972315,34399.72644,154613.6438,363.9979713 +34013018300,"Census Tract 183, Essex County, New Jersey",4823,2894.0,38835.0,147500.0,574.0,50.0,2986.0,0.0,89.0,0.0,82.0,52.0,1564.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 183,4925.0,286.0,3974.0,16.0,65.0,0.0,542.0,2985.0,31845.0,131100.0,512.0 +34013018900,"Census Tract 189, Essex County, New Jersey",3745,2261.0,43266.0,194800.0,450.0,84.0,2764.0,0.0,61.0,17.0,0.0,73.0,746.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 189,3986.0,356.0,2955.0,7.0,73.0,0.0,553.0,2435.0,44068.0,111300.0,517.0 +34013009100,"Census Tract 91, Essex County, New Jersey",2794,1572.0,35762.0,174600.0,197.0,134.0,516.0,11.0,0.0,0.0,0.0,0.0,2144.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 91,3216.0,270.0,266.0,9.0,27.0,0.0,2617.0,1599.0,25931.0,144200.0,82.0 +34013002600,"Census Tract 26, Essex County, New Jersey",1907,1091.0,17308.0,192300.0,82.0,22.0,1587.0,0.0,0.0,0.0,72.0,0.0,226.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 26,1215.3227539999998,18.98941803,1066.4057619999999,1.9988861080000002,2.998329163,0.0,124.93038179999999,630.6485596,23167.0,77700.0,45.97438049 +34013003500,"Census Tract 35, Essex County, New Jersey",2181,1311.0,34441.0,185500.0,155.0,5.0,1856.0,0.0,85.0,0.0,0.0,4.0,231.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 35,1674.6264859999999,24.10228157,1524.2282710000002,0.0,3.856364965,0.0,122.43959050000001,853.2207642000001,19831.00015,90599.99616,48.20456314 +34013004200,"Census Tract 42, Essex County, New Jersey",2371,1387.0,36833.0,177200.0,162.0,37.0,2175.0,17.0,49.0,0.0,0.0,0.0,93.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 42,3241.7125530000003,24.87068702,3110.306617,1.0032767870000001,1.993583111,0.0,91.61958623,1929.148763,34774.534739999996,110325.0324,150.034685 +34013005700,"Census Tract 57, Essex County, New Jersey",2566,1541.0,38894.0,214600.0,186.0,366.0,1032.0,13.0,10.0,0.0,206.0,6.0,946.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 57,1847.0,50.0,772.0,1.0,7.0,0.0,1001.0,889.0,19487.0,110700.0,42.0 +34013006700,"Census Tract 67, Essex County, New Jersey",4051,2521.0,15247.0,327800.0,242.0,262.0,2524.0,224.0,9.0,0.0,0.0,22.0,1010.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 67,3777.0,150.0,2024.0,11.0,7.0,0.0,1570.0,2433.0,9482.0,123400.0,97.0 +34013007300,"Census Tract 73, Essex County, New Jersey",5986,3953.0,48952.0,315700.0,421.0,2531.0,177.0,0.0,26.0,0.0,637.0,22.0,2593.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 73,5076.0,3336.0,56.0,5.0,47.0,0.0,1307.0,3374.0,43851.0,218900.0,299.0 +34013008000,"Census Tract 80, Essex County, New Jersey",2378,1599.0,47083.0,288500.0,592.0,551.0,522.0,110.0,201.0,0.0,33.0,21.0,940.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 80,1796.0,272.0,577.0,5.0,51.0,0.0,823.0,1266.0,21250.0,156400.0,223.0 +34013008700,"Census Tract 87, Essex County, New Jersey",3784,2604.0,43547.0,254800.0,567.0,89.0,979.0,39.0,22.0,0.0,186.0,0.0,2508.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 87,4091.0,179.0,437.0,0.0,46.0,4.0,3407.0,2337.0,30486.0,116100.0,194.0 +34013010500,"Census Tract 105, Essex County, New Jersey",4787,3097.0,41528.0,212000.0,519.0,60.0,3821.0,10.0,63.0,0.0,0.0,11.0,822.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 105,4836.0,80.0,4461.0,16.0,24.0,0.0,225.0,2976.0,33524.0,123600.0,452.0 +34013003900,"Census Tract 39, Essex County, New Jersey",1167,757.0,15909.0,168500.0,27.0,0.0,1059.0,0.0,5.0,0.0,0.0,0.0,103.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 39,2607.0,2.0,2475.0,3.0,3.0,0.0,122.0,1455.0,11102.0,97100.0,0.0 +34013000700,"Census Tract 7, Essex County, New Jersey",6855,3680.0,29412.0,252700.0,722.0,161.0,2810.0,0.0,22.0,0.0,22.0,0.0,3840.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 7,6517.0,236.0,3258.0,24.0,58.0,0.0,2890.0,3389.0,27454.0,135000.0,196.0 +34013002000,"Census Tract 20, Essex County, New Jersey",4623,3061.0,35635.0,210200.0,503.0,10.0,4295.0,0.0,0.0,0.0,0.0,88.0,230.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 20,4641.984133,159.6945038,4261.477539,3.9430742260000002,19.71537018,0.0,163.6375732,2800.568359,27201.999480000002,121099.9977,202.08255 +34013000900,"Census Tract 9, Essex County, New Jersey",3525,2052.0,24479.0,196400.0,180.0,49.0,1366.0,122.0,11.0,0.0,0.0,22.0,2077.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 9,4006.0,83.0,2091.0,11.0,18.0,0.0,1783.0,2057.0,20192.0,116700.0,112.0 +34013002800,"Census Tract 28, Essex County, New Jersey",1567,964.0,27578.0,187500.0,65.0,0.0,1300.0,0.0,7.0,0.0,0.0,0.0,260.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 28,1534.0,9.0,1364.0,1.0,0.0,0.0,153.0,839.0,30781.0,93800.0,14.0 +34013003800,"Census Tract 38, Essex County, New Jersey",2207,1382.0,41250.0,169000.0,173.0,11.0,1887.0,0.0,23.0,0.0,0.0,0.0,286.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 38,2417.0,23.0,2242.0,7.0,10.0,0.0,120.0,1376.0,28445.0,93800.0,61.0 +34013000100,"Census Tract 1, Essex County, New Jersey",6493,4336.0,41476.0,218000.0,715.0,451.0,1114.0,0.0,130.0,0.0,42.0,0.0,4756.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 1,5619.0,1166.0,905.0,14.0,163.0,0.0,3296.0,3721.0,37763.0,146900.0,604.0 +34013020200,"Census Tract 202, Essex County, New Jersey",5194,3336.0,150489.0,746300.0,2795.0,3405.0,384.0,0.0,948.0,0.0,0.0,105.0,352.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 202,4677.015872999999,4194.051542,58.43171835,3.0186016189999996,314.0869933,0.0,93.47330081,3168.247308,101142.0447,351963.4122,2204.544494 +34013019200,"Census Tract 192, Essex County, New Jersey",4719,1762.0,76094.0,449300.0,921.0,2892.0,947.0,9.0,308.0,0.0,6.0,73.0,493.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 192,4811.981318,2733.457957,1477.033045,4.914813861,279.11642810000006,3.930018902,300.7483639,2065.6441210000003,66033.52621,176698.1697,1005.203209 +34013020000,"Census Tract 200, Essex County, New Jersey",5841,3575.0,250001.0,1524500.0,3112.0,4192.0,16.0,0.0,1267.0,0.0,55.0,133.0,178.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 200,5804.451657,5220.354090999999,47.00835854,3.0001479389999997,430.0732297,2.0,89.01464594,3691.3113369999996,199993.5077,785462.9326,2978.186995 +34013020100,"Census Tract 201, Essex County, New Jersey",4852,3075.0,250001.0,1449900.0,2788.0,3558.0,17.0,0.0,872.0,0.0,70.0,115.0,220.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 201,4959.463986,4278.861588000001,83.12327957,2.075029954,505.938921,0.999365389,72.37919199,3261.508085,198981.1077,696932.3209,2538.898643 +34013020800,"Census Tract 208, Essex County, New Jersey",7637,5418.0,155086.0,624400.0,3715.0,5462.0,143.0,0.0,1481.0,0.0,0.0,236.0,315.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 208,6105.548343,4786.645996,112.9916382,1.999852061,989.9267578,0.0,197.98535159999997,4208.688477000001,106971.0031,316099.9968,2527.8129879999997 +34013021802,"Census Tract 218.02, Essex County, New Jersey",3646,2846.0,94333.0,451100.0,1231.0,2914.0,64.0,0.0,471.0,0.0,9.0,25.0,163.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 218.02,3754.4238729999997,3263.0253190000003,67.03148504,7.010750988,234.16510440000002,0.0,164.18737439999998,2763.86114,70627.29337999999,247440.5434,1142.3423380000002 +34013003700,"Census Tract 37, Essex County, New Jersey",1658,1099.0,36250.0,185400.0,110.0,62.0,1495.0,0.0,0.0,0.0,0.0,0.0,101.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 37,2063.678417,14.91097164,1904.628052,2.982194185,6.958453177999999,0.0,123.26403049999999,1144.168579,27075.99934,84999.99661,71.57266235 +34013006200,"Census Tract 62, Essex County, New Jersey",1644,977.0,19186.0,66600.0,133.0,0.0,1224.0,0.0,15.0,0.0,0.0,0.0,405.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 62,2394.0,18.0,2106.0,7.0,1.0,0.0,262.0,1425.0,11053.0,9999.0,69.0 +34013007000,"Census Tract 70, Essex County, New Jersey",3775,2853.0,45051.0,228300.0,407.0,2146.0,2.0,0.0,0.0,0.0,189.0,16.0,1422.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 70,3553.0,2139.0,58.0,4.0,30.0,0.0,1125.0,2376.0,36434.0,200600.0,124.0 +34013001800,"Census Tract 18, Essex County, New Jersey",2165,1350.0,30208.0,158300.0,137.0,0.0,1878.0,0.0,62.0,0.0,0.0,0.0,225.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 18,2161.0,18.0,2009.0,2.0,0.0,0.0,128.0,1246.0,24263.0,85500.0,48.0 +34013000200,"Census Tract 2, Essex County, New Jersey",3134,2055.0,29985.0,307000.0,193.0,177.0,294.0,57.0,77.0,0.0,65.0,9.0,2466.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 2,2490.0,472.0,366.0,16.0,36.0,0.0,1537.0,1487.0,12446.0,171900.0,87.0 +34013000500,"Census Tract 5, Essex County, New Jersey",1959,1094.0,33722.0,212500.0,167.0,184.0,140.0,0.0,59.0,0.0,13.0,40.0,1523.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 5,1727.0,349.0,77.0,2.0,57.0,0.0,1176.0,1120.0,37125.0,149100.0,111.0 +34013000800,"Census Tract 8, Essex County, New Jersey",4388,2562.0,36442.0,234800.0,370.0,200.0,758.0,27.0,28.0,0.0,81.0,61.0,3233.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 8,4410.0,409.0,689.0,12.0,77.0,0.0,3142.0,2481.0,35833.0,153100.0,151.0 +34013002100,"Census Tract 21, Essex County, New Jersey",3582,2366.0,57625.0,214800.0,500.0,50.0,3321.0,30.0,103.0,0.0,0.0,0.0,87.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 21,3407.4817799999996,126.4191284,3054.480713,19.44909668,50.56765366,0.0,140.033493,2008.1192629999998,46926.99944,117499.9953,260.61788939999997 +34013004100,"Census Tract 41, Essex County, New Jersey",2534,1536.0,21544.0,168300.0,97.0,0.0,2431.0,0.0,0.0,0.0,59.0,32.0,12.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 41,3293.0,29.0,3088.0,9.0,6.0,0.0,158.0,1974.0,26324.0,99700.0,194.0 +34013004300,"Census Tract 43, Essex County, New Jersey",2574,1593.0,25972.0,190800.0,119.0,0.0,2475.0,0.0,0.0,0.0,0.0,32.0,67.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 43,1978.612991,10.07223962,1881.205931,2.01127954,6.997233276,0.0,77.31016728,1045.003298,31112.09748,99083.58962,84.11993787 +34013004801,"Census Tract 48.01, Essex County, New Jersey",2431,1613.0,31079.0,191100.0,153.0,62.0,1970.0,0.0,0.0,0.0,29.0,26.0,344.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 48.01,2300.0,14.0,2065.0,5.0,11.0,0.0,201.0,1316.0,23397.0,131800.0,142.0 +34013005100,"Census Tract 51, Essex County, New Jersey",2161,1453.0,44013.0,193500.0,209.0,108.0,1864.0,0.0,0.0,0.0,0.0,15.0,174.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 51,2372.0,9.0,2283.0,2.0,4.0,0.0,74.0,1403.0,33854.0,123500.0,162.0 +34013005300,"Census Tract 53, Essex County, New Jersey",2080,1321.0,28459.0,188800.0,152.0,72.0,1938.0,6.0,0.0,0.0,29.0,0.0,35.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 53,2175.0,26.0,2110.0,0.0,1.0,0.0,34.0,1217.0,34470.0,99000.0,101.0 +34013007900,"Census Tract 79, Essex County, New Jersey",4202,3307.0,45538.0,316700.0,612.0,1384.0,88.0,62.0,84.0,0.0,175.0,32.0,2439.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 79,4279.0,1605.0,87.0,4.0,28.0,0.0,2211.0,2940.0,36411.0,192200.0,337.0 +34013008100,"Census Tract 81, Essex County, New Jersey",3436,2555.0,23250.0,211700.0,550.0,192.0,2490.0,204.0,63.0,0.0,21.0,71.0,395.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 81,3332.0,147.0,2821.0,16.0,68.0,0.0,257.0,2539.0,13361.0,133800.0,326.0 +34013008200,"Census Tract 82, Essex County, New Jersey",2242,1086.0,18814.0,215800.0,198.0,114.0,1864.0,10.0,77.0,0.0,31.0,1.0,145.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 82,2308.0,143.0,2031.0,6.0,15.0,0.0,111.0,1314.0,20948.0,130400.0,125.0 +34013001300,"Census Tract 13, Essex County, New Jersey",1644,995.0,31563.0,144600.0,187.0,42.0,1160.0,0.0,102.0,15.0,0.0,0.0,325.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 13,1410.0,15.0,1257.0,11.0,4.0,0.0,120.0,734.0,19931.0,89100.0,66.0 +34013001500,"Census Tract 15, Essex County, New Jersey",1816,971.0,18382.0,297700.0,24.0,50.0,1466.0,0.0,19.0,0.0,0.0,0.0,281.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 15,1673.0,23.0,1404.0,0.0,11.0,1.0,235.0,919.0,15536.0,87600.0,84.0 +34013020500,"Census Tract 205, Essex County, New Jersey",8038,5510.0,166888.0,623700.0,4107.0,5489.0,168.0,0.0,1800.0,0.0,0.0,252.0,329.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 205,7242.0,6029.0,74.0,9.0,965.0,0.0,152.0,4948.0,106910.0,327900.0,3025.0 +34013021100,"Census Tract 211, Essex County, New Jersey",4707,3543.0,105288.0,368000.0,2103.0,3685.0,116.0,0.0,640.0,0.0,0.0,22.0,244.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 211,5163.057221,4512.048953,149.0044687,5.00001557,283.00149480000005,2.0,201.0020241,3973.0400619999996,69324.29922,214701.217,1804.029288 +34013008800,"Census Tract 88, Essex County, New Jersey",1887,1018.0,39297.0,204900.0,143.0,0.0,472.0,49.0,0.0,21.0,0.0,0.0,1381.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 88,1614.0,51.0,331.0,0.0,2.0,0.0,1225.0,902.0,25394.0,95300.0,24.0 +34013009000,"Census Tract 90, Essex County, New Jersey",2045,1507.0,38797.0,,488.0,130.0,1256.0,0.0,131.0,0.0,0.0,32.0,496.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 90,1985.0,127.0,1217.0,7.0,23.0,0.0,590.0,1342.0,29395.0,162500.0,286.0 +34013010000,"Census Tract 100, Essex County, New Jersey",2994,2227.0,62181.0,214800.0,621.0,91.0,2595.0,0.0,283.0,0.0,0.0,8.0,17.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 100,3137.0,204.0,2764.0,7.0,35.0,0.0,113.0,2060.0,51212.0,141900.0,348.0 +34013010400,"Census Tract 104, Essex County, New Jersey",4929,3297.0,41924.0,255200.0,643.0,77.0,4119.0,0.0,0.0,0.0,0.0,89.0,644.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 104,5222.0,128.0,4692.0,12.0,16.0,1.0,354.0,3495.0,32459.0,137500.0,627.0 +34013980200,"Census Tract 9802, Essex County, New Jersey",1590,1418.0,,,16.0,270.0,1126.0,0.0,10.0,0.0,0.0,0.0,184.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 9802,620.0000007,82.65428162,389.31097410000007,7.243858814,7.05811882,0.0,131.13241580000002,533.4451904,15416.999930000002,147899.9953,21.17435646 +34013980100,"Census Tract 9801, Essex County, New Jersey",2455,2317.0,,,12.0,324.0,1720.0,0.0,7.0,0.0,0.0,0.0,404.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 9801,2651.999992,353.54702760000004,1665.246216,30.98502159,30.19053268,0.0,560.9083252,2281.768799,15417.000419999998,147900.0,90.57160187 +34013023200,"Census Tract 232, Essex County, New Jersey",3231,1658.0,27500.0,206400.0,105.0,159.0,2284.0,0.0,0.0,0.0,0.0,13.0,775.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 232,2825.0,13.0,2209.0,2.0,0.0,0.0,599.0,1326.0,14937.796180000001,89975.0,53.0 +34013023100,"Census Tract 231, Essex County, New Jersey",2486,1520.0,31696.0,250400.0,216.0,36.0,2049.0,0.0,4.0,0.0,0.0,19.0,378.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 231,2283.0,27.0,1993.0,2.0,1.0,0.0,259.0,1118.0,22792.972009999998,99219.19192000001,51.0 +34013023000,"Census Tract 230, Essex County, New Jersey",2925,1900.0,17863.0,180200.0,120.0,15.0,2243.0,0.0,0.0,0.0,158.0,47.0,462.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 230,3238.0,43.0,2850.0,7.0,4.0,0.0,323.0,1796.0,11942.05335,72045.11278,58.0 +34013022900,"Census Tract 229, Essex County, New Jersey",4324,2331.0,40733.0,165700.0,803.0,714.0,2303.0,27.0,492.0,0.0,55.0,28.0,705.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 229,3034.0,464.0,1851.0,19.0,212.0,1.0,452.0,1922.0,29672.274760000004,135972.9412,391.0 +34013021702,"Census Tract 217.02, Essex County, New Jersey",4438,3202.0,74653.0,411000.0,1603.0,3450.0,179.0,0.0,157.0,0.0,0.0,39.0,613.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 217.02,4025.9600200000004,3549.257568,99.2687912,6.370189667000001,174.1185303,0.0,186.858902,2944.620361,61250.001189999995,218599.9943,1294.210205 +34013021701,"Census Tract 217.01, Essex County, New Jersey",3594,2532.0,95109.0,439000.0,1333.0,2949.0,49.0,0.0,125.0,0.0,0.0,92.0,379.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 217.01,3560.025114,3138.291308,88.01973456,5.6300794729999994,153.9813359,0.0,165.1839066,2603.703783,61270.24246,218725.5496,1144.5603429999999 +34013000600,"Census Tract 6, Essex County, New Jersey",4124,2915.0,50821.0,260600.0,311.0,523.0,448.0,0.0,127.0,0.0,0.0,8.0,3018.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 6,4182.024893,1046.889288,386.05045889999997,35.99605915,169.64944599999998,0.0,2306.90205,2617.6603010000003,36781.80728,159153.7171,131.8783331 +34013001000,"Census Tract 10, Essex County, New Jersey",3679,2501.0,35987.0,198600.0,345.0,260.0,2152.0,20.0,80.0,0.0,52.0,6.0,1129.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 10,4542.0,225.0,2760.0,17.0,61.0,1.0,1463.0,2729.0,16522.0,125900.0,72.0 +34013001600,"Census Tract 16, Essex County, New Jersey",1792,1168.0,34306.0,214000.0,165.0,48.0,886.0,0.0,0.0,0.0,0.0,7.0,851.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 16,1536.0,31.0,1215.0,6.0,3.0,0.0,276.0,1038.0,16295.0,88300.0,111.0 +34013001900,"Census Tract 19, Essex County, New Jersey",2022,1032.0,26471.0,158100.0,110.0,23.0,1797.0,0.0,7.0,0.0,0.0,0.0,195.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 19,2338.662211,30.53912282,2114.087339,3.107331078,5.426071692000001,0.0,177.79137930000002,1246.326991,21137.18608,113358.4022,56.27589202 +34013002500,"Census Tract 25, Essex County, New Jersey",3491,2027.0,32647.0,169900.0,216.0,65.0,3321.0,0.0,0.0,0.0,21.0,27.0,57.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 25,4135.713934,43.48648816,3924.226978,6.8988688179999995,18.75790304,0.0,108.79266940000001,2515.290275,36527.65432,128701.9479,177.7376726 +34013004400,"Census Tract 44, Essex County, New Jersey",1440,961.0,34318.0,174100.0,110.0,14.0,1356.0,0.0,0.0,0.0,0.0,9.0,61.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 44,1754.0,3.0,1682.0,5.0,3.0,0.0,52.0,993.0,31309.0,103400.0,37.0 +34013004500,"Census Tract 45, Essex County, New Jersey",2946,1978.0,43325.0,203200.0,392.0,32.0,2793.0,0.0,40.0,0.0,0.0,17.0,64.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 45,3576.0,16.0,3472.0,15.0,2.0,0.0,70.0,2164.0,35526.0,131900.0,332.0 +34013005400,"Census Tract 54, Essex County, New Jersey",4010,2029.0,26116.0,268800.0,229.0,18.0,3395.0,0.0,132.0,0.0,0.0,28.0,437.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 54,4035.0,19.0,3691.0,16.0,7.0,1.0,299.0,2018.0,19093.0,105700.0,127.0 +34013007200,"Census Tract 72, Essex County, New Jersey",4162,2938.0,61776.0,245300.0,386.0,1763.0,30.0,16.0,0.0,0.0,178.0,0.0,2191.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 72,3567.0,2466.0,16.0,10.0,23.0,0.0,925.0,2327.0,37628.0,173900.0,138.0 +34013009300,"Census Tract 93, Essex County, New Jersey",5672,3610.0,36390.0,188500.0,664.0,232.0,1309.0,0.0,145.0,0.0,357.0,0.0,3629.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 93,4864.0,177.0,931.0,17.0,179.0,1.0,3513.0,2774.0,26938.0,127500.0,238.0 +34013009400,"Census Tract 94, Essex County, New Jersey",5591,4265.0,50048.0,313100.0,740.0,970.0,1037.0,0.0,262.0,0.0,0.0,46.0,3276.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 94,6085.0,1052.0,1439.0,14.0,126.0,0.0,3347.0,4034.0,25567.0,169100.0,479.0 +34013009700,"Census Tract 97, Essex County, New Jersey",5308,3057.0,34605.0,222800.0,381.0,188.0,721.0,0.0,18.0,0.0,92.0,9.0,4280.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 97,5125.0,285.0,620.0,14.0,58.0,1.0,4120.0,2736.0,26971.0,143600.0,261.0 +34013010700,"Census Tract 107, Essex County, New Jersey",3069,2207.0,47159.0,198400.0,416.0,73.0,2310.0,0.0,31.0,0.0,0.0,0.0,655.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 107,3240.0,54.0,2901.0,8.0,16.0,0.0,211.0,2229.0,25172.0,111400.0,336.0 +34013011500,"Census Tract 115, Essex County, New Jersey",2343,1449.0,45294.0,206700.0,238.0,130.0,2038.0,18.0,39.0,0.0,46.0,19.0,53.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 115,2591.0,65.0,2426.0,11.0,13.0,1.0,67.0,1596.0,42108.0,113000.0,239.0 +34013012100,"Census Tract 121, Essex County, New Jersey",4047,2435.0,46492.0,235300.0,374.0,55.0,3107.0,0.0,27.0,0.0,0.0,0.0,858.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 121,4244.124039,340.92962650000004,3025.3754879999997,7.99834919,50.98947525,0.0,765.8419188999999,2513.481201,37101.9999,120599.9998,219.9546051 +34013012300,"Census Tract 123, Essex County, New Jersey",5004,3383.0,40625.0,185500.0,557.0,122.0,4434.0,0.0,0.0,0.0,0.0,30.0,418.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 123,5171.522586,286.29259060000004,4588.8037030000005,2.987132557,69.05924394,0.0,212.48364390000003,3172.678796,38762.76935,129776.0137,450.3840049 +34013016400,"Census Tract 164, Essex County, New Jersey",3715,2435.0,134500.0,654000.0,1935.0,2939.0,358.0,0.0,52.0,0.0,0.0,71.0,295.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 164,3674.942829,3143.951172,286.99554439999997,0.999984443,95.99850464,0.0,129.9979706,2572.959961,100564.9999,354699.99799999996,1880.9707030000002 +34013016500,"Census Tract 165, Essex County, New Jersey",3925,2561.0,165938.0,658800.0,2060.0,2415.0,506.0,0.0,182.0,0.0,9.0,299.0,514.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 165,4041.0,2956.0,706.0,3.0,164.0,0.0,177.0,2747.0,102739.0,304100.0,1790.0 +34013016900,"Census Tract 169, Essex County, New Jersey",2868,1861.0,137841.0,865500.0,1530.0,1857.0,483.0,0.0,103.0,0.0,0.0,128.0,297.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 169,2956.0,2116.0,608.0,3.0,81.0,0.0,123.0,2020.0,101637.0,535200.0,1455.0 +34013019300,"Census Tract 193, Essex County, New Jersey",3391,2372.0,85417.0,436200.0,1595.0,2053.0,855.0,0.0,207.0,0.0,0.0,79.0,197.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 193,3318.0,1895.0,1028.0,7.0,165.0,0.0,205.0,2343.0,57632.0,193900.0,1045.0 +34013019600,"Census Tract 196, Essex County, New Jersey",5656,3973.0,105000.0,363100.0,2173.0,2050.0,2728.0,28.0,204.0,0.0,34.0,103.0,509.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 196,6148.964365,2364.739768,3149.53422,18.21444946,212.4407938,0.02396271,316.3778648,4194.820766,67086.8582,165845.0566,1655.402312 +34013019700,"Census Tract 197, Essex County, New Jersey",6370,4186.0,75475.0,293200.0,1695.0,1294.0,4180.0,0.0,68.0,0.0,61.0,85.0,682.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 197,5879.628355,1598.0523660000001,3537.5036600000003,14.0388413,191.61658730000002,0.999499142,460.3288516,3763.0020219999997,55034.48722,147657.8552,1034.804511 +34013021000,"Census Tract 210, Essex County, New Jersey",5137,3700.0,114500.0,460800.0,2242.0,4629.0,104.0,0.0,137.0,0.0,0.0,145.0,122.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 210,4816.853998,4468.884639,33.9702183,14.85918517,143.1123658,0.0,149.0381032,3515.560298,72431.0599,238887.0783,1665.146103 +34013010800,"Census Tract 108, Essex County, New Jersey",2615,1513.0,47262.0,198400.0,240.0,23.0,1940.0,0.0,0.0,0.0,0.0,0.0,652.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 108,2510.0,21.0,2347.0,3.0,3.0,0.0,135.0,1322.0,36875.0,109700.0,138.0 +34013010900,"Census Tract 109, Essex County, New Jersey",2335,1609.0,41537.0,224100.0,234.0,46.0,2073.0,0.0,0.0,0.0,0.0,36.0,180.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 109,3801.0,27.0,3540.0,8.0,3.0,0.0,204.0,2175.0,23060.0,123100.0,234.0 +34013007100,"Census Tract 71, Essex County, New Jersey",3700,2505.0,55066.0,249100.0,519.0,2166.0,114.0,0.0,0.0,0.0,252.0,13.0,1155.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 71,3175.0,2207.0,38.0,4.0,22.0,0.0,717.0,2162.0,36157.0,197000.0,193.0 +34013007400,"Census Tract 74, Essex County, New Jersey",5401,4064.0,50639.0,248300.0,316.0,1625.0,1827.0,0.0,17.0,8.0,251.0,31.0,1642.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 74,2471.0,1630.0,61.0,2.0,28.0,0.0,654.0,1609.0,31310.0,187900.0,119.0 +34013007600,"Census Tract 76, Essex County, New Jersey",3214,2167.0,42960.0,293200.0,333.0,838.0,13.0,0.0,55.0,0.0,123.0,20.0,2165.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 76,3208.0,1800.0,36.0,10.0,15.0,0.0,1003.0,2206.0,37625.0,182100.0,174.0 +34013007700,"Census Tract 77, Essex County, New Jersey",3016,2215.0,50495.0,228000.0,363.0,1080.0,82.0,0.0,0.0,0.0,162.0,32.0,1660.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 77,2629.0,1527.0,25.0,4.0,26.0,0.0,843.0,1809.0,36397.0,171600.0,178.0 +34013009200,"Census Tract 92, Essex County, New Jersey",2998,1871.0,25100.0,242900.0,182.0,224.0,1008.0,105.0,38.0,0.0,8.0,11.0,1709.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 92,5352.0,1228.0,2128.0,39.0,60.0,3.0,1883.0,3085.0,17575.0,140600.0,131.0 +34013002300,"Census Tract 23, Essex County, New Jersey",4950,3493.0,46453.0,175300.0,779.0,45.0,3913.0,22.0,0.0,0.0,163.0,42.0,787.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 23,4939.419543,161.3364877,4497.963564,7.001429282,26.35187209,0.0,229.7348375,2887.250854,45792.03832,114193.6255,388.7874415 +34013006600,"Census Tract 66, Essex County, New Jersey",1390,975.0,33494.0,246400.0,212.0,26.0,1019.0,36.0,14.0,0.0,0.0,15.0,316.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 66,2395.0,9.0,2244.0,9.0,0.0,0.0,126.0,1161.0,15093.0,9999.0,65.0 +34013005200,"Census Tract 52, Essex County, New Jersey",1547,880.0,55924.0,245700.0,192.0,15.0,1259.0,0.0,0.0,0.0,0.0,0.0,273.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 52,1467.0,6.0,1361.0,2.0,3.0,0.0,95.0,951.0,39181.0,99400.0,149.0 +34013018100,"Census Tract 181, Essex County, New Jersey",2057,1318.0,40880.0,171500.0,150.0,90.0,1333.0,0.0,0.0,0.0,82.0,0.0,552.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 181,1986.524137,105.5879605,1723.359482,1.347377241,7.217110783,0.0,135.6995678,1325.064558,36975.89557,101449.0602,185.69217369999998 +34013001100,"Census Tract 11, Essex County, New Jersey",3060,1055.0,42750.0,186700.0,333.0,893.0,895.0,0.0,299.0,0.0,0.0,92.0,881.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 11,2550.0,454.0,1494.0,16.0,183.0,0.0,385.0,1182.0,45000.0,130500.0,254.0 +34013001400,"Census Tract 14, Essex County, New Jersey",2473,1551.0,29449.0,155200.0,205.0,31.0,1721.0,0.0,41.0,0.0,0.0,14.0,666.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 14,2769.0,35.0,2424.0,2.0,9.0,0.0,291.0,1574.0,20982.0,86700.0,87.0 +34013020600,"Census Tract 206, Essex County, New Jersey",4728,3213.0,138750.0,667900.0,2143.0,3158.0,58.0,0.0,1294.0,0.0,41.0,129.0,48.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 206,5101.128093,4132.701621,95.05077042,10.00126926,728.3185844,0.00063463,108.04505870000001,3586.0542979999996,90375.25452,302863.1877,1981.604345 +34013010100,"Census Tract 101, Essex County, New Jersey",3019,2027.0,60335.0,213100.0,513.0,23.0,2611.0,0.0,61.0,0.0,0.0,8.0,316.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 101,2912.0,123.0,2597.0,10.0,59.0,0.0,105.0,1821.0,48750.0,125900.0,400.0 +34013012700,"Census Tract 127, Essex County, New Jersey",4500,2865.0,50456.0,169200.0,408.0,52.0,4107.0,0.0,188.0,0.0,0.0,41.0,112.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 127,4016.0,153.0,3669.0,9.0,50.0,0.0,130.0,2669.0,47163.0,117100.0,295.0 +34013014200,"Census Tract 142, Essex County, New Jersey",4371,3253.0,93933.0,300000.0,999.0,1866.0,367.0,0.0,385.0,0.0,8.0,93.0,1652.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 142,3798.0,2749.0,80.0,4.0,368.0,0.0,563.0,2759.0,57635.0,162800.0,684.0 +34013019400,"Census Tract 194, Essex County, New Jersey",3256,2017.0,214167.0,663500.0,1622.0,2571.0,225.0,5.0,129.0,0.0,0.0,90.0,241.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 194,2915.0,2580.0,164.0,2.0,71.0,0.0,93.0,1992.0,132786.0,361300.0,1484.0 +34013021801,"Census Tract 218.01, Essex County, New Jersey",2711,2002.0,152772.0,503100.0,1126.0,2440.0,54.0,0.0,141.0,0.0,0.0,0.0,76.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 218.01,2769.0,2570.0,22.0,2.0,111.0,0.0,63.0,1896.0,92707.0,277900.0,855.0 +34013006900,"Census Tract 69, Essex County, New Jersey",5183,3452.0,45526.0,317900.0,528.0,1261.0,73.0,0.0,0.0,0.0,118.0,37.0,3694.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 69,3881.0,2286.0,87.0,8.0,14.0,0.0,1297.0,2663.0,33542.0,214100.0,72.0 +34013015200,"Census Tract 152, Essex County, New Jersey",4369,3119.0,65511.0,292500.0,1128.0,2157.0,422.0,0.0,301.0,0.0,20.0,55.0,1414.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 152,4054.0,3098.0,235.0,7.0,285.0,0.0,384.0,2960.0,47208.0,154800.0,598.0 +34013017301,"Census Tract 173.01, Essex County, New Jersey",5514,3784.0,124770.0,395200.0,2555.0,3459.0,815.0,0.0,583.0,0.0,9.0,129.0,519.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 173.01,5157.747807,4082.7604979999996,362.6463623,8.966530800000001,475.2261353,0.0,209.21905519999999,3677.273926,103126.9986,236200.0083,2044.3690190000002 +34013014500,"Census Tract 145, Essex County, New Jersey",4548,2962.0,57550.0,271900.0,686.0,1099.0,572.0,0.0,96.0,0.0,6.0,30.0,2745.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 145,4092.0,1820.0,303.0,4.0,302.0,2.0,1522.0,2700.0,44479.0,144500.0,399.0 +34013004700,"Census Tract 47, Essex County, New Jersey",5506,3964.0,45677.0,248500.0,921.0,27.0,5239.0,0.0,79.0,0.0,0.0,57.0,104.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 47,4945.0,30.0,4747.0,12.0,9.0,0.0,137.0,3232.0,36799.0,140800.0,437.0 +34013009600,"Census Tract 96, Essex County, New Jersey",4851,2643.0,32312.0,259800.0,265.0,82.0,1286.0,112.0,2.0,0.0,96.0,90.0,3252.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 96,3071.0,132.0,993.0,1.0,25.0,0.0,1900.0,1713.0,31375.0,129900.0,160.0 +34013015600,"Census Tract 156, Essex County, New Jersey",4339,3317.0,74273.0,275500.0,1402.0,1420.0,1015.0,22.0,666.0,0.0,79.0,93.0,1044.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 156,4447.0,2387.0,970.0,5.0,238.0,0.0,803.0,3139.0,45299.0,151300.0,955.0 +34013018800,"Census Tract 188, Essex County, New Jersey",4675,3493.0,57279.0,280300.0,1396.0,301.0,3861.0,0.0,151.0,0.0,27.0,125.0,210.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 188,4876.0,523.0,3952.0,16.0,107.0,0.0,254.0,3329.0,54005.0,169300.0,909.0 +34013021300,"Census Tract 213, Essex County, New Jersey",6043,4626.0,131875.0,454900.0,1973.0,4766.0,242.0,0.0,515.0,14.0,0.0,116.0,390.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 213,5600.398241,4723.354855,283.38342439999997,4.174283803,379.6615057,0.0,199.7428381,4178.165836,88873.27358,231275.3077,1750.48493 +34013021400,"Census Tract 214, Essex County, New Jersey",6595,4909.0,106528.0,448300.0,2685.0,5494.0,409.0,21.0,389.0,0.0,0.0,0.0,303.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 214,6756.0,6106.0,98.0,6.0,333.0,0.0,195.0,5127.0,71458.0,242900.0,2097.0 +34013022700,"Census Tract 227, Essex County, New Jersey",2920,1869.0,13974.0,,243.0,67.0,1778.0,20.0,16.0,0.0,25.0,30.0,984.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 227,2718.0,18.0,2201.0,1.0,6.0,0.0,485.0,1555.0,10685.0,111300.0,55.0 +34013022800,"Census Tract 228, Essex County, New Jersey",2247,1328.0,16537.0,,101.0,27.0,1946.0,7.0,0.0,0.0,8.0,0.0,259.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 228,1913.0,10.0,1822.0,4.0,3.0,0.0,74.0,1166.0,11737.0,91300.0,64.0 +34013011700,"Census Tract 117, Essex County, New Jersey",3266,2228.0,35865.0,182900.0,426.0,155.0,2849.0,0.0,36.0,0.0,49.0,91.0,86.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 117,3612.0,62.0,3373.0,10.0,13.0,0.0,141.0,2373.0,34846.0,117500.0,341.0 +34013011900,"Census Tract 119, Essex County, New Jersey",1720,1223.0,36000.0,132700.0,163.0,41.0,1407.0,0.0,107.0,16.0,0.0,49.0,100.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 119,1930.0,139.0,1540.0,5.0,38.0,0.0,185.0,1196.0,34924.0,115400.0,119.0 +34013013500,"Census Tract 135, Essex County, New Jersey",4558,3251.0,103475.0,411900.0,1631.0,3315.0,170.0,0.0,383.0,0.0,13.0,22.0,655.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 135,4474.0,3830.0,43.0,12.0,319.0,2.0,261.0,3159.0,70777.0,210500.0,1234.0 +34013013600,"Census Tract 136, Essex County, New Jersey",6791,5065.0,94009.0,364600.0,2752.0,3975.0,305.0,0.0,1388.0,0.0,0.0,82.0,1041.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 136,4578.207059,3460.0840670000002,145.0218775,7.000555267,508.0244317,0.0,428.0736839,3367.138983,52357.61274,164398.9532,1191.033038 +34013014000,"Census Tract 140, Essex County, New Jersey",4114,2977.0,89531.0,279900.0,1002.0,2283.0,122.0,0.0,836.0,0.0,132.0,71.0,670.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 140,3898.0,2754.0,94.0,4.0,640.0,0.0,389.0,2864.0,53583.0,151100.0,655.0 +34013014100,"Census Tract 141, Essex County, New Jersey",4078,2692.0,74266.0,289400.0,687.0,1442.0,201.0,0.0,575.0,0.0,0.0,198.0,1662.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 141,3641.0,2751.0,40.0,9.0,395.0,0.0,432.0,2623.0,50299.0,147600.0,564.0 +34013014900,"Census Tract 149, Essex County, New Jersey",4743,3247.0,122321.0,352600.0,1686.0,3259.0,209.0,0.0,455.0,0.0,0.0,120.0,700.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 149,4680.670144,3914.594194,76.00416978,6.001787049,446.0370813,0.0,225.03201800000002,3328.469994,83411.25005,180801.695,1393.151601 +34013015700,"Census Tract 157, Essex County, New Jersey",2411,1516.0,54444.0,288200.0,471.0,458.0,845.0,0.0,154.0,0.0,0.0,35.0,919.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 157,2181.0,729.0,661.0,15.0,173.0,0.0,551.0,1293.0,41685.0,155000.0,304.0 +34013016600,"Census Tract 166, Essex County, New Jersey",3230,2321.0,103056.0,461800.0,1453.0,1903.0,734.0,0.0,108.0,0.0,0.0,141.0,344.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 166,3198.0,1069.0,1705.0,14.0,161.0,0.0,196.0,2289.0,56667.0,188800.0,918.0 +34013017302,"Census Tract 173.02, Essex County, New Jersey",7801,6428.0,97917.0,389200.0,3830.0,4309.0,1325.0,21.0,1216.0,4.0,0.0,77.0,870.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 173.02,6570.408088,4804.437011999999,620.8259887999999,14.92370129,832.7424927000001,0.0,278.57574460000006,5195.437988000001,71539.00205,211199.9946,2445.49707 +34013019500,"Census Tract 195, Essex County, New Jersey",4040,2682.0,199940.0,573900.0,2157.0,3018.0,322.0,0.0,135.0,0.0,134.0,199.0,232.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 195,3983.0,3096.0,533.0,10.0,151.0,0.0,186.0,2724.0,96440.0,255500.0,1716.0 +34013019800,"Census Tract 198, Essex County, New Jersey",2838,1791.0,150938.0,531100.0,1329.0,1795.0,738.0,0.0,59.0,0.0,5.0,55.0,186.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 198,2703.274405,1623.7608400000001,823.2885934,4.965568781,108.25092820000002,0.0,139.03598480000002,1731.010384,86248.16895,212401.5566,1039.799773 +34013020901,"Census Tract 209.01, Essex County, New Jersey",2095,1419.0,200875.0,834400.0,1148.0,1810.0,7.0,0.0,82.0,0.0,0.0,77.0,119.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 209.01,2162.0,2074.0,16.0,9.0,33.0,0.0,26.0,1438.0,148173.0,587900.0,1041.0 +34013021601,"Census Tract 216.01, Essex County, New Jersey",7671,5606.0,110303.0,472900.0,2051.0,6885.0,0.0,0.0,259.0,0.0,19.0,39.0,469.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 216.01,7057.575996,6538.974609000001,40.96851349,13.98924828,214.83488459999998,0.0,243.8126221,5024.138672,83119.99908,273899.9964,1746.657593 +34013021200,"Census Tract 212, Essex County, New Jersey",3741,2561.0,125000.0,508000.0,1618.0,3132.0,42.0,0.0,87.0,0.0,13.0,84.0,383.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 212,3529.7899039999998,3251.993196,37.51107347,3.019024307,111.494767,0.0,116.70661709999999,2473.748598,87581.9051,271501.9002,1467.6392130000002 +34013021803,"Census Tract 218.03, Essex County, New Jersey",4575,3160.0,97279.0,472800.0,1595.0,4087.0,13.0,0.0,133.0,0.0,0.0,0.0,342.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 218.03,4715.0,4472.0,27.0,1.0,122.0,0.0,87.0,3326.0,92787.0,258300.0,1847.0 +34013012500,"Census Tract 125, Essex County, New Jersey",3946,2661.0,44542.0,201500.0,419.0,59.0,3616.0,0.0,39.0,0.0,0.0,6.0,226.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 125,4390.523203,224.2314644,3984.0044880000005,10.90700257,14.90223069,0.013595703,127.69774709999999,2627.813752,43511.00535,119389.1266,240.02421260000003 +34013016800,"Census Tract 168, Essex County, New Jersey",3397,2486.0,74750.0,292900.0,1483.0,1875.0,1164.0,0.0,17.0,0.0,0.0,123.0,218.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 168,3273.0,1668.0,1224.0,14.0,113.0,1.0,216.0,2514.0,41484.0,170600.0,1306.0 +34013018000,"Census Tract 180, Essex County, New Jersey",5948,3988.0,123225.0,439100.0,2742.0,3056.0,1398.0,0.0,519.0,0.0,6.0,138.0,831.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 180,6048.0,4268.0,918.0,4.0,561.0,0.0,266.0,4223.0,106034.0,236000.0,2582.0 +34013011100,"Census Tract 111, Essex County, New Jersey",4129,2687.0,30278.0,149000.0,407.0,96.0,3471.0,85.0,0.0,0.0,14.0,100.0,448.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 111,3765.0,100.0,3374.0,12.0,29.0,1.0,214.0,2370.0,17428.0,,258.0 +34013012900,"Census Tract 129, Essex County, New Jersey",3633,2071.0,31572.0,163500.0,161.0,32.0,2473.0,0.0,17.0,0.0,0.0,11.0,1100.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 129,3717.0,112.0,3203.0,13.0,17.0,0.0,358.0,2113.0,36344.0,114100.0,171.0 +34013014600,"Census Tract 146, Essex County, New Jersey",4411,2966.0,74255.0,273100.0,759.0,1086.0,506.0,0.0,318.0,0.0,44.0,51.0,2406.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 146,4556.0,2225.0,400.0,17.0,545.0,2.0,1292.0,3122.0,52500.0,153700.0,723.0 +34013016300,"Census Tract 163, Essex County, New Jersey",3782,2387.0,157727.0,708300.0,1963.0,3120.0,203.0,0.0,107.0,0.0,0.0,148.0,204.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 163,3412.0,2968.0,175.0,9.0,140.0,0.0,100.0,2387.0,100753.0,333300.0,1795.0 +34013016700,"Census Tract 167, Essex County, New Jersey",2549,2007.0,62734.0,334800.0,1113.0,1026.0,854.0,0.0,51.0,0.0,0.0,79.0,539.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 167,2693.0,587.0,1642.0,25.0,133.0,0.0,290.0,1754.0,41991.0,151800.0,670.0 +34013010600,"Census Tract 106, Essex County, New Jersey",4054,2464.0,25596.0,220500.0,259.0,88.0,3472.0,0.0,0.0,0.0,0.0,78.0,416.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 106,5403.0,95.0,4866.0,13.0,14.0,1.0,395.0,2995.0,21567.0,118800.0,317.0 +34013009900,"Census Tract 99, Essex County, New Jersey",2230,1496.0,30121.0,195500.0,296.0,30.0,2078.0,0.0,43.0,0.0,0.0,15.0,64.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 99,2625.0,103.0,2414.0,9.0,7.0,0.0,85.0,1716.0,31360.0,129300.0,296.0 +34013010200,"Census Tract 102, Essex County, New Jersey",4698,3455.0,36125.0,211000.0,595.0,164.0,4033.0,10.0,23.0,0.0,0.0,0.0,478.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 102,4748.0,244.0,4194.0,17.0,35.0,0.0,235.0,3213.0,45950.0,131000.0,708.0 +34013010300,"Census Tract 103, Essex County, New Jersey",3621,2563.0,39583.0,192900.0,445.0,69.0,3125.0,0.0,55.0,0.0,61.0,0.0,311.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 103,4405.0,149.0,4009.0,5.0,31.0,0.0,167.0,2667.0,31532.0,125000.0,422.0 +34013011300,"Census Tract 113, Essex County, New Jersey",3607,2228.0,45625.0,255000.0,323.0,46.0,3155.0,0.0,38.0,0.0,69.0,27.0,272.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 113,3075.0,37.0,2801.0,1.0,15.0,4.0,201.0,1777.0,31334.0,119100.0,226.0 +34013012600,"Census Tract 126, Essex County, New Jersey",3054,2034.0,32145.0,173600.0,217.0,52.0,2779.0,0.0,0.0,0.0,0.0,0.0,223.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 126,3712.226482,78.46651361,3339.483212,1.009439329,21.82263757,0.003025634,241.68442799999997,2206.960501,32484.500160000003,130393.6701,225.36128540000004 +34013013400,"Census Tract 134, Essex County, New Jersey",3827,2869.0,105476.0,396300.0,1635.0,2856.0,14.0,0.0,446.0,0.0,0.0,59.0,452.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 134,4174.00538,3748.0044350000003,15.00004115,6.000008705,214.0003403,0.0,184.00050009999998,2863.003882,74642.97662,198599.9929,1132.001076 +34013013800,"Census Tract 138, Essex County, New Jersey",4225,2991.0,93214.0,367400.0,1403.0,3198.0,0.0,0.0,296.0,0.0,0.0,70.0,661.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 138,4499.329984,3989.406006,27.99583054,11.99821281,248.96292110000002,0.0,214.9679871,3155.530029,65499.99955,194899.9922,1017.84845 +34013021602,"Census Tract 216.02, Essex County, New Jersey",6637,4652.0,187470.0,730900.0,3237.0,5879.0,0.0,0.0,511.0,0.0,0.0,92.0,155.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 216.02,7373.0152769999995,5752.45166,1071.711548,0.999730885,370.9001465,0.0,158.9572144,4917.67627,117394.9961,398500.0012,2862.2294920000004 +34013002400,"Census Tract 24, Essex County, New Jersey",2445,1662.0,41294.0,170300.0,140.0,172.0,2053.0,15.0,114.0,0.0,0.0,12.0,94.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 24,4018.080079,63.77342845,3797.460152,2.091221158,7.114661032000001,1.983378649,138.39703400000002,2271.5360379999997,35154.905269999996,99082.42056,200.9567784 +34013003100,"Census Tract 31, Essex County, New Jersey",2122,978.0,29801.0,157300.0,71.0,1.0,1953.0,0.0,0.0,0.0,0.0,27.0,141.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 31,807.0,9.0,758.0,4.0,0.0,0.0,36.0,355.0,20313.0,83800.0,13.0 +34013005000,"Census Tract 50, Essex County, New Jersey",3039,1731.0,30491.0,223200.0,242.0,86.0,2556.0,0.0,2.0,0.0,0.0,0.0,395.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 50,2219.0,12.0,1977.0,16.0,1.0,0.0,207.0,1136.0,16080.0,94800.0,58.0 +34013007502,"Census Tract 75.02, Essex County, New Jersey",2545,1689.0,29375.0,328200.0,155.0,512.0,527.0,27.0,12.0,0.0,127.0,67.0,1300.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 75.02,3136.0,987.0,585.0,17.0,7.0,3.0,1428.0,1765.0,24622.0,149400.0,80.0 +34013007800,"Census Tract 78, Essex County, New Jersey",4026,2876.0,46148.0,262500.0,235.0,996.0,62.0,148.0,0.0,0.0,0.0,0.0,2820.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 78,3348.0,1609.0,35.0,4.0,21.0,0.0,1457.0,2283.0,37591.0,186100.0,186.0 +34013008900,"Census Tract 89, Essex County, New Jersey",1961,1109.0,24830.0,185200.0,114.0,25.0,582.0,11.0,0.0,0.0,0.0,0.0,1354.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 89,2352.0,145.0,314.0,10.0,18.0,0.0,1841.0,1215.0,23849.0,119900.0,43.0 +34013011800,"Census Tract 118, Essex County, New Jersey",2241,1572.0,66500.0,207200.0,309.0,20.0,2087.0,65.0,25.0,0.0,0.0,0.0,44.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 118,2885.554673,49.01632203,2753.475289,13.00259669,16.00704815,0.0,54.04080507,1791.9455649999998,32956.72563,129999.3881,188.0667719 +34013014400,"Census Tract 144, Essex County, New Jersey",3489,2431.0,49449.0,233400.0,748.0,797.0,656.0,0.0,473.0,0.0,0.0,40.0,1523.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 144,3728.7928479999996,1513.915894,393.97811889999997,9.999444962,439.97555539999996,0.0,1326.92627,2502.86084,42923.999130000004,116199.9993,594.9669188999999 +34013015500,"Census Tract 155, Essex County, New Jersey",4250,2986.0,84778.0,284300.0,1137.0,1696.0,975.0,0.0,204.0,0.0,0.0,0.0,1375.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 155,3736.0,2509.0,348.0,20.0,247.0,0.0,574.0,2670.0,53125.0,152100.0,693.0 +34013015900,"Census Tract 159, Essex County, New Jersey",5639,3262.0,61303.0,256900.0,726.0,679.0,1789.0,0.0,498.0,15.0,162.0,10.0,2486.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 159,5211.975153,1836.1107600000003,952.9495939999999,19.00393885,472.35054800000006,0.0,1701.097916,3269.339874,42912.14159,145350.7587,535.1216664 +34013016100,"Census Tract 161, Essex County, New Jersey",3417,2103.0,186594.0,720100.0,1755.0,2717.0,67.0,10.0,161.0,0.0,0.0,106.0,366.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 161,3516.0,2968.0,244.0,3.0,135.0,0.0,148.0,2171.0,122627.0,333700.0,1645.0 +34013014800,"Census Tract 148, Essex County, New Jersey",3304,2378.0,111284.0,380300.0,1325.0,2003.0,39.0,0.0,444.0,0.0,0.0,0.0,818.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 148,3335.764813,2613.367894,77.04880809999999,6.9666884829999995,455.0355728,0.0,169.3965795,2428.500999,81752.19834,202853.0402,1188.694818 +34013013900,"Census Tract 139, Essex County, New Jersey",4916,3406.0,82485.0,344700.0,1421.0,3268.0,51.0,0.0,543.0,0.0,49.0,182.0,823.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 139,5081.0,4116.0,167.0,4.0,436.0,0.0,321.0,3699.0,61023.0,180300.0,992.0 +34013014300,"Census Tract 143, Essex County, New Jersey",5392,3588.0,60372.0,271200.0,779.0,1657.0,146.0,18.0,446.0,0.0,44.0,34.0,3065.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 143,5546.0,3140.0,171.0,8.0,605.0,0.0,1545.0,3736.0,50557.0,148200.0,739.0 +34013014700,"Census Tract 147, Essex County, New Jersey",5980,4568.0,50127.0,297100.0,1094.0,1596.0,785.0,0.0,895.0,0.0,87.0,175.0,2442.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 147,6700.480137,3718.8310189999997,373.79643089999996,16.05558674,950.7827356,0.0,1459.571881,4827.200817,41354.78073,133752.3753,1100.9648220000001 +34013015000,"Census Tract 150, Essex County, New Jersey",3227,2410.0,82148.0,353200.0,1215.0,1945.0,264.0,0.0,461.0,0.0,29.0,76.0,452.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 150,3434.0,2716.0,151.0,6.0,334.0,0.0,214.0,2512.0,56758.0,181500.0,1056.0 +34013015300,"Census Tract 153, Essex County, New Jersey",2802,2121.0,67941.0,326200.0,955.0,880.0,760.0,0.0,481.0,0.0,0.0,51.0,630.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 153,2836.0,1540.0,514.0,5.0,466.0,0.0,287.0,2190.0,52383.0,165100.0,1084.0 +34013016000,"Census Tract 160, Essex County, New Jersey",7668,4767.0,196821.0,623700.0,3382.0,5767.0,332.0,0.0,441.0,0.0,0.0,269.0,859.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 160,7271.0,6335.0,365.0,11.0,281.0,0.0,251.0,4727.0,105638.0,255700.0,3111.0 +34013017000,"Census Tract 170, Essex County, New Jersey",2818,1987.0,104500.0,552000.0,1432.0,1410.0,960.0,19.0,83.0,0.0,0.0,157.0,208.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 170,3132.0,1405.0,1458.0,15.0,93.0,0.0,137.0,2163.0,65455.0,219600.0,1200.0 +34013019000,"Census Tract 190, Essex County, New Jersey",4384,2855.0,190598.0,716400.0,2312.0,3006.0,712.0,0.0,260.0,0.0,6.0,156.0,244.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 190,4503.0,3288.0,858.0,7.0,182.0,0.0,154.0,3136.0,137323.0,378200.0,2256.0 +34013017500,"Census Tract 175, Essex County, New Jersey",5962,4727.0,82670.0,359000.0,2669.0,2781.0,1709.0,0.0,469.0,0.0,0.0,41.0,962.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 175,5889.0,4032.0,974.0,8.0,526.0,0.0,325.0,4530.0,71900.0,226800.0,2288.0 +34013017900,"Census Tract 179, Essex County, New Jersey",3544,2442.0,110982.0,376000.0,1272.0,1686.0,1017.0,0.0,156.0,0.0,0.0,277.0,408.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 179,3586.0,2257.0,925.0,5.0,141.0,0.0,248.0,2422.0,80537.0,182400.0,1030.0 +34013018200,"Census Tract 182, Essex County, New Jersey",4572,3043.0,32112.0,172900.0,425.0,90.0,3150.0,13.0,0.0,0.0,38.0,0.0,1294.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 182,4397.475752,295.41201780000006,3579.640381,39.65262222,24.78288841,0.0,422.30041500000004,2746.935303,30614.99921,128000.0032,307.30783080000003 +34013019100,"Census Tract 191, Essex County, New Jersey",4009,2626.0,144500.0,495200.0,1828.0,1704.0,1767.0,0.0,57.0,0.0,43.0,289.0,149.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 191,4435.4917909999995,1917.6669160000001,2180.7092390000003,17.694214199999998,118.961258,0.0014138710000000001,182.2025954,2883.546859,97532.35195,237541.6869,1628.3876 +34013019900,"Census Tract 199, Essex County, New Jersey",2546,1690.0,186719.0,724100.0,1332.0,2159.0,96.0,5.0,80.0,0.0,0.0,109.0,102.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 199,2341.709783,2138.187622,71.27965376,2.0158294569999997,66.66209304,0.0,61.49071318,1644.742289,113101.12599999999,360021.3363,1200.655757 +34013020700,"Census Tract 207, Essex County, New Jersey",4279,2973.0,137431.0,483000.0,1801.0,2920.0,80.0,0.0,1056.0,0.0,0.0,36.0,187.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 207,4272.0,3385.0,49.0,2.0,683.0,2.0,144.0,2903.0,80541.0,228800.0,1397.0 +34013012200,"Census Tract 122, Essex County, New Jersey",5009,3228.0,40309.0,224000.0,548.0,189.0,4338.0,0.0,71.0,0.0,0.0,57.0,354.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 122,6434.192693,591.2394409,4927.325684,15.87219906,123.00954440000001,2.976037264,721.1930542,3909.520996,38366.99978,148000.0005,555.5269775 +34013012400,"Census Tract 124, Essex County, New Jersey",4431,3310.0,27959.0,192900.0,537.0,142.0,3660.0,0.0,0.0,0.0,0.0,11.0,618.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 124,4426.0,390.0,3557.0,15.0,37.0,0.0,400.0,2835.0,27066.0,134600.0,385.0 +34013013000,"Census Tract 130, Essex County, New Jersey",1980,1614.0,52201.0,,438.0,33.0,1705.0,0.0,84.0,0.0,10.0,0.0,148.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 130,2646.0,102.0,2233.0,9.0,49.0,3.0,239.0,1863.0,34648.0,112500.0,339.0 +34013013100,"Census Tract 131, Essex County, New Jersey",1733,1059.0,41773.0,176400.0,108.0,13.0,1500.0,0.0,0.0,0.0,0.0,0.0,220.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 131,2350.996185,36.14610192,2111.859756,6.003249585,5.050730741000001,0.0,184.8062257,1300.679475,28808.43891,128064.1933,119.2727124 +34013013700,"Census Tract 137, Essex County, New Jersey",4512,3184.0,69000.0,365500.0,1068.0,2900.0,190.0,0.0,274.0,0.0,62.0,181.0,905.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 137,4555.0,3651.0,122.0,8.0,326.0,1.0,421.0,3445.0,46148.0,180200.0,915.0 +34013015100,"Census Tract 151, Essex County, New Jersey",4724,3332.0,75750.0,291800.0,1242.0,2061.0,891.0,0.0,312.0,0.0,40.0,65.0,1355.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 151,4673.0,3130.0,602.0,12.0,435.0,1.0,463.0,3368.0,55408.0,157500.0,803.0 +34013015400,"Census Tract 154, Essex County, New Jersey",5052,3480.0,66033.0,338700.0,1284.0,2809.0,785.0,0.0,260.0,0.0,0.0,217.0,981.0,New York City,New York-Newark-Jersey City,NJ,Essex County,Census Tract 154,4857.0,3215.0,631.0,11.0,276.0,0.0,666.0,3492.0,50000.0,160100.0,1385.0 +34017013100,"Census Tract 131, Hudson County, New Jersey",2411,1465.0,53333.0,296100.0,346.0,1052.0,53.0,0.0,72.0,0.0,79.0,0.0,1155.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 131,2130.0,1365.0,18.0,5.0,108.0,0.0,591.0,1335.0,41118.0,166400.0,215.0 +34017013900,"Census Tract 139, Hudson County, New Jersey",3107,2190.0,71250.0,299700.0,791.0,1323.0,141.0,35.0,686.0,0.0,77.0,59.0,786.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 139,2975.0,1425.0,26.0,16.0,522.0,0.0,860.0,1998.0,49107.0,178600.0,507.0 +34017011100,"Census Tract 111, Hudson County, New Jersey",4724,3085.0,41382.0,296200.0,765.0,1807.0,476.0,11.0,384.0,0.0,4.0,166.0,1887.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 111,4339.0,2206.0,403.0,17.0,230.0,3.0,1295.0,2846.0,33811.0,166900.0,446.0 +34017011500,"Census Tract 115, Hudson County, New Jersey",3249,2334.0,70250.0,339600.0,742.0,1853.0,162.0,0.0,169.0,0.0,107.0,0.0,958.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 115,3228.0,2705.0,53.0,4.0,121.0,0.0,328.0,2277.0,56786.0,183500.0,459.0 +34017016100,"Census Tract 161, Hudson County, New Jersey",3520,2290.0,47219.0,312200.0,375.0,455.0,67.0,0.0,95.0,0.0,0.0,0.0,2903.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 161,3789.0,240.0,36.0,6.0,41.0,2.0,3450.0,2340.0,34336.0,170000.0,274.0 +34017016700,"Census Tract 167, Hudson County, New Jersey",1638,1150.0,43359.0,361200.0,229.0,364.0,0.0,0.0,79.0,0.0,9.0,0.0,1186.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 167,1796.0,200.0,8.0,8.0,62.0,0.0,1510.0,1122.0,26042.0,164100.0,97.0 +34017017000,"Census Tract 170, Hudson County, New Jersey",5175,3516.0,38313.0,298900.0,657.0,717.0,116.0,14.0,195.0,0.0,35.0,72.0,4040.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 170,4917.0,493.0,67.0,10.0,44.0,0.0,4290.0,3050.0,28952.0,143000.0,132.0 +34017000902,"Census Tract 9.02, Hudson County, New Jersey",6161,4513.0,52231.0,318200.0,2426.0,1424.0,458.0,0.0,3262.0,0.0,0.0,0.0,1017.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 9.02,6103.0,2290.0,447.0,45.0,1985.0,0.0,1107.0,4433.0,39113.0,119300.0,1890.0 +34017005600,"Census Tract 56, Hudson County, New Jersey",3736,2407.0,46658.0,311100.0,853.0,407.0,1423.0,13.0,732.0,0.0,0.0,45.0,1129.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 56,3794.0,609.0,1435.0,24.0,858.0,0.0,782.0,2389.0,40625.0,147400.0,493.0 +34017004101,"Census Tract 41.01, Hudson County, New Jersey",6501,4439.0,55495.0,316900.0,1625.0,1696.0,1659.0,0.0,990.0,0.0,0.0,187.0,1969.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 41.01,7129.0,1317.0,2600.0,25.0,748.0,2.0,2102.0,4538.0,34197.0,157700.0,1362.0 +34017004500,"Census Tract 45, Hudson County, New Jersey",4236,2794.0,33972.0,321400.0,287.0,105.0,3063.0,25.0,44.0,0.0,0.0,0.0,999.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 45,3637.87471,56.03862356,3034.7092350000003,7.003029299,29.00189331,0.0,487.1170067,2145.5668579999997,32978.345389999995,101198.836,117.09390829999998 +34017005300,"Census Tract 53, Hudson County, New Jersey",3034,1854.0,38500.0,255300.0,241.0,73.0,2036.0,0.0,17.0,0.0,9.0,0.0,899.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 53,3023.999993,254.32014469999996,2522.208298,0.359691411,25.53808975,0.0,212.135004,1978.872711,38999.33656,151751.8268,298.6673126 +34017010400,"Census Tract 104, Hudson County, New Jersey",4562,3358.0,63386.0,318700.0,1441.0,1965.0,597.0,0.0,801.0,0.0,8.0,51.0,1140.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 104,3706.0,2790.0,82.0,7.0,181.0,0.0,593.0,2669.0,42083.0,163100.0,697.0 +34017010700,"Census Tract 107, Hudson County, New Jersey",3861,2446.0,44863.0,317400.0,695.0,2071.0,328.0,0.0,101.0,0.0,0.0,62.0,1299.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 107,3856.0,2561.0,269.0,12.0,180.0,0.0,774.0,2687.0,41289.0,165400.0,451.0 +34017010900,"Census Tract 109, Hudson County, New Jersey",2190,1623.0,29333.0,306100.0,477.0,1151.0,152.0,0.0,176.0,0.0,10.0,18.0,683.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 109,2032.0,1266.0,205.0,10.0,46.0,0.0,445.0,1399.0,23158.0,149000.0,143.0 +34017011200,"Census Tract 112, Hudson County, New Jersey",6532,4427.0,62481.0,328500.0,1710.0,3939.0,399.0,42.0,299.0,0.0,163.0,198.0,1492.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 112,6364.0,5196.0,151.0,10.0,167.0,1.0,721.0,4487.0,53027.0,179400.0,1002.0 +34017011600,"Census Tract 116, Hudson County, New Jersey",4458,3192.0,45791.0,316500.0,1041.0,2280.0,643.0,0.0,244.0,0.0,8.0,92.0,1191.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 116,4057.0,2459.0,688.0,5.0,78.0,0.0,802.0,2647.0,30443.0,159100.0,413.0 +34017012600,"Census Tract 126, Hudson County, New Jersey",3781,2685.0,57328.0,320100.0,684.0,1742.0,26.0,0.0,168.0,0.0,55.0,55.0,1735.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 126,3496.0,2341.0,37.0,3.0,175.0,0.0,862.0,2386.0,47061.0,170600.0,405.0 +34017013000,"Census Tract 130, Hudson County, New Jersey",4068,2491.0,51422.0,297600.0,522.0,696.0,140.0,84.0,264.0,0.0,86.0,26.0,2803.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 130,3337.0,1527.0,38.0,6.0,198.0,0.0,1429.0,2233.0,40523.0,170200.0,295.0 +34017015100,"Census Tract 151, Hudson County, New Jersey",3328,2382.0,51667.0,257800.0,495.0,604.0,78.0,0.0,212.0,0.0,0.0,11.0,2423.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 151,2601.0,713.0,23.0,3.0,107.0,0.0,1725.0,1630.0,35250.0,139100.0,265.0 +34017015700,"Census Tract 157, Hudson County, New Jersey",3885,2668.0,53362.0,185800.0,482.0,147.0,1.0,0.0,46.0,0.0,0.0,0.0,3691.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 157,3670.0,363.0,29.0,8.0,52.0,0.0,3191.0,2401.0,34439.0,196500.0,336.0 +34017016800,"Census Tract 168, Hudson County, New Jersey",3642,2534.0,41181.0,321400.0,287.0,476.0,69.0,0.0,55.0,57.0,0.0,0.0,2985.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 168,3315.0,293.0,44.0,2.0,60.0,0.0,2900.0,1994.0,28438.0,163100.0,139.0 +34017017100,"Census Tract 171, Hudson County, New Jersey",4827,3607.0,56115.0,307000.0,652.0,623.0,172.0,0.0,140.0,0.0,58.0,0.0,3834.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 171,5104.0,955.0,74.0,6.0,104.0,8.0,3896.0,3397.0,37991.0,169500.0,426.0 +34017017500,"Census Tract 175, Hudson County, New Jersey",4153,2587.0,36832.0,268500.0,511.0,498.0,55.0,7.0,136.0,0.0,12.0,37.0,3415.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 175,4255.0,337.0,68.0,8.0,67.0,0.0,3762.0,2483.0,27841.0,164700.0,125.0 +34017018000,"Census Tract 180, Hudson County, New Jersey",4357,3272.0,72700.0,424100.0,1539.0,1884.0,156.0,30.0,282.0,0.0,0.0,55.0,1950.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 180,4707.0,1758.0,148.0,9.0,269.0,0.0,2455.0,3352.0,45750.0,189500.0,1195.0 +34017019400,"Census Tract 194, Hudson County, New Jersey",2909,2372.0,85037.0,564000.0,1694.0,2186.0,7.0,0.0,207.0,0.0,6.0,98.0,405.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 194,2602.0,2010.0,61.0,6.0,145.0,0.0,361.0,2013.0,69099.0,302200.0,1329.0 +34017001201,"Census Tract 12.01, Hudson County, New Jersey",2206,1600.0,69896.0,348800.0,951.0,346.0,98.0,10.0,1148.0,0.0,25.0,45.0,534.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 12.01,2170.0,614.0,156.0,18.0,833.0,0.0,497.0,1443.0,35893.0,148800.0,455.0 +34017010200,"Census Tract 102, Hudson County, New Jersey",3032,2263.0,73333.0,325700.0,888.0,1727.0,109.0,0.0,434.0,0.0,0.0,55.0,707.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 102,3068.0,2271.0,78.0,5.0,194.0,0.0,452.0,2198.0,45256.0,167500.0,434.0 +34017016500,"Census Tract 165, Hudson County, New Jersey",4689,3521.0,56742.0,245300.0,1014.0,828.0,206.0,0.0,491.0,0.0,27.0,20.0,3117.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 165,4119.0,787.0,100.0,7.0,125.0,0.0,3039.0,2686.0,26442.0,141800.0,297.0 +34017002700,"Census Tract 27, Hudson County, New Jersey",5950,3688.0,39885.0,275600.0,1148.0,816.0,1502.0,51.0,1726.0,0.0,0.0,102.0,1771.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 27,6281.0,897.0,2429.0,31.0,1059.0,0.0,1655.0,3679.0,31868.0,124000.0,626.0 +34017007000,"Census Tract 70, Hudson County, New Jersey",4310,3556.0,104735.0,627900.0,2173.0,1126.0,422.0,0.0,1429.0,0.0,35.0,161.0,1137.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 70,4279.99997,1157.955292,391.0051117,13.30012751,833.7650146000001,0.0,1820.573425,3045.130249,40656.79404,190759.8375,1241.35376 +34017006800,"Census Tract 68, Hudson County, New Jersey",4179,2275.0,39032.0,188100.0,267.0,39.0,3261.0,0.0,166.0,0.0,0.0,96.0,617.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 68,3196.0,24.0,2904.0,4.0,20.0,2.0,230.0,1778.0,29261.3,89178.87324,224.0 +34017006700,"Census Tract 67, Hudson County, New Jersey",3345,1905.0,25920.0,289800.0,195.0,124.0,1591.0,0.0,13.0,0.0,0.0,8.0,1609.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 67,4576.000003,67.63366318,3295.554455,9.351485132999999,276.2079163,0.0,920.3910903999999,2337.504959,13580.61992,99317.57213,162.96039580000001 +34017006500,"Census Tract 65, Hudson County, New Jersey",2091,1518.0,60804.0,465900.0,803.0,694.0,300.0,29.0,198.0,0.0,4.0,186.0,680.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 65,2173.254361,658.1759567,387.52522660000005,9.265688181,117.7025852,5.0,979.6220778999999,1446.346466,36541.02597,163274.8634,469.0102005 +34017006400,"Census Tract 64, Hudson County, New Jersey",2967,2508.0,97083.0,613600.0,1642.0,1364.0,165.0,10.0,596.0,0.0,0.0,48.0,794.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 64,2987.745644,1066.493103,375.6762085,18.892584799999998,348.4916611,0.0,1139.255615,2057.538452,46221.34532,228487.9586,966.2344055 +34017980100,"Census Tract 9801, Hudson County, New Jersey",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 9801,0.906397934,0.072901681,0.360220075,0.00272894,0.017933035,0.0,0.439749181,0.477564514,29544.99878,107999.99699999999,0.051849861 +34017020100,"Census Tract 201, Hudson County, New Jersey",2248,1741.0,124900.0,,1275.0,559.0,201.0,0.0,1104.0,0.0,0.0,31.0,353.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 201,1000.328832,600.4238892000001,100.4482727,2.265750408,141.98703,0.0,149.91716,736.1801147000001,48949.00174,183300.0005,192.7776031 +34017018702,"Census Tract 187.02, Hudson County, New Jersey",4308,3350.0,113581.0,634000.0,2496.0,3048.0,31.0,0.0,389.0,0.0,15.0,46.0,779.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 187.02,5128.000046,3775.7006840000004,114.76089479999999,5.368930817000001,342.2693481,0.6711163520000001,865.7401123,3580.405762,80550.99891000001,248799.9865,2296.560059 +34017018302,"Census Tract 183.02, Hudson County, New Jersey",3936,3164.0,233162.0,866800.0,2937.0,2771.0,65.0,0.0,508.0,0.0,0.0,147.0,445.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 183.02,109.99999979999998,97.37705231,4.508196831,0.9016393420000001,3.606557369,0.0,3.606557369,101.8852463,81534.00359,254500.0,76.63934326 +34017018301,"Census Tract 183.01, Hudson County, New Jersey",2614,1981.0,227396.0,1131200.0,1843.0,2026.0,0.0,0.0,376.0,0.0,0.0,71.0,141.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 183.01,12.00000024,10.62295151,0.49180328799999995,0.098360658,0.39344263100000004,0.0,0.39344263100000004,11.11475468,81534.00341,254500.0,8.360655785 +34017015801,"Census Tract 158.01, Hudson County, New Jersey",3348,2763.0,136763.0,589100.0,2244.0,1527.0,180.0,0.0,1213.0,11.0,10.0,41.0,366.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 158.01,989.0000177999999,187.9572754,22.66052818,1.1121732,60.61343765,0.0,707.6201782,735.4244995,30229.00007,344899.9977,183.23052980000003 +34017015202,"Census Tract 152.02, Hudson County, New Jersey",6167,4372.0,54572.0,236000.0,1411.0,1036.0,392.0,0.0,399.0,0.0,13.0,28.0,4299.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 152.02,6207.217901,1770.5205079999998,223.11437990000002,10.396010400000002,346.2671204,0.0,3759.357178,4583.041015999999,42308.99974,117800.00099999999,1234.726196 +34017015201,"Census Tract 152.01, Hudson County, New Jersey",2690,2354.0,99844.0,249600.0,1742.0,1344.0,257.0,0.0,691.0,0.0,0.0,0.0,398.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 152.01,1554.781867,443.4794006,55.885616299999995,2.603989124,86.73287201,0.0,941.6425780999999,1147.958618,42308.99847,117800.0026,309.2738037 +34017015001,"Census Tract 150.01, Hudson County, New Jersey",2212,1825.0,92440.0,252500.0,1122.0,830.0,66.0,20.0,596.0,0.0,9.0,46.0,645.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 150.01,2197.9999390000003,742.487915,87.32000732,4.0177917480000005,195.8003845,0.267852783,1110.517578,1589.9741210000002,48655.99846,174000.0,533.5627441 +34017014101,"Census Tract 141.01, Hudson County, New Jersey",3788,3379.0,82527.0,246000.0,1820.0,1409.0,212.0,0.0,885.0,0.0,23.0,33.0,1226.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 141.01,2365.999929,1193.017456,72.62661743,4.06959486,154.01852419999997,1.25218308,900.6326903999999,1924.918457,49554.99978,162300.0036,714.6834717 +34017007800,"Census Tract 78, Hudson County, New Jersey",1585,1212.0,33571.0,,509.0,615.0,185.0,0.0,273.0,0.0,0.0,24.0,488.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 78,863.0000154999999,312.79986160000004,223.20826830000001,4.251189049,43.10143852,0.000750638,267.9799195,586.8125427,37624.92311,215601.9611,129.5573707 +34017007700,"Census Tract 77, Hudson County, New Jersey",9996,7439.0,152325.0,678300.0,6491.0,1689.0,583.0,19.0,6940.0,0.0,77.0,314.0,393.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 77,5552.999943,2198.8419289999997,390.2069006,6.632037163,2397.611159,0.829004645,466.60373780000003,4358.528772,83204.42628,222276.4424,3627.346643 +34017007400,"Census Tract 74, Hudson County, New Jersey",5223,4242.0,185439.0,682200.0,3777.0,2653.0,169.0,0.0,1529.0,0.0,0.0,303.0,569.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 74,1225.639616,743.5300292999999,148.11355590000002,2.962270975,173.29284669999998,0.0,132.56163020000002,1009.39386,78090.00082,215499.9958,725.0158081000001 +34017006600,"Census Tract 66, Hudson County, New Jersey",1655,1235.0,125000.0,461000.0,800.0,249.0,32.0,0.0,1290.0,0.0,6.0,31.0,47.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 66,1724.275957,131.32468799999998,149.33570859999998,9.201224566,1069.1111369999999,0.0,326.4080353,1071.009247,36438.07936,160458.1245,378.0423813 +34017019900,"Census Tract 199, Hudson County, New Jersey",5260,3924.0,86100.0,366500.0,1958.0,2352.0,117.0,42.0,1642.0,0.0,0.0,25.0,1082.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 199,4218.457039,2825.664185,265.36683650000003,6.498938798999999,547.0339812999999,0.0,547.1574860000001,3134.4490969999997,58491.76175,198162.872,998.6460876 +34017019800,"Census Tract 198, Hudson County, New Jersey",6369,4740.0,107454.0,508300.0,1900.0,3454.0,27.0,37.0,1791.0,0.0,114.0,124.0,846.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 198,5408.0,4103.0,33.0,2.0,604.0,0.0,594.0,3959.0,60732.0,229500.0,919.0 +34017015802,"Census Tract 158.02, Hudson County, New Jersey",6467,4620.0,36490.0,403500.0,1015.0,685.0,46.0,0.0,324.0,0.0,0.0,13.0,5399.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 158.02,6125.000088000001,1164.042725,140.3394775,6.88782692,375.3865662,0.0,4382.379883,4554.575684,30228.998789999998,344899.9933,1134.7695310000001 +34017007600,"Census Tract 76, Hudson County, New Jersey",7198,6167.0,181923.0,715000.0,5607.0,2489.0,186.0,104.0,3673.0,0.0,0.0,283.0,475.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 76,1481.000017,490.8520966,148.30791090000002,3.390459478,415.01896669999996,0.08632337300000001,392.3360481,1091.686279,52739.1905,200718.6638,606.3255615 +34017006900,"Census Tract 69, Hudson County, New Jersey",66,42.0,40577.0,,13.0,32.0,13.0,0.0,0.0,0.0,0.0,3.0,18.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 69,168.99999680000002,45.46400452,41.27717972,0.049256775999999995,29.11075401,0.0,49.20751953,101.76449579999999,31286.99989,129500.0029,26.25386047 +34017007300,"Census Tract 73, Hudson County, New Jersey",2207,1962.0,150598.0,596700.0,1799.0,1026.0,73.0,0.0,746.0,0.0,0.0,105.0,257.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 73,117.9178893,55.21797192,19.19821168,0.909257399,12.74167573,0.0,28.17710784,91.07953343,57341.29716,209616.99,56.21995214 +34017007200,"Census Tract 72, Hudson County, New Jersey",2397,1919.0,124250.0,651400.0,1379.0,1074.0,226.0,0.0,693.0,0.0,2.0,27.0,375.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 72,1464.000051,549.5507355000001,283.2718315,5.42618674,272.5034313,0.083921336,334.5068817,1056.842041,61347.80684,219165.306,471.4165421 +34017007100,"Census Tract 71, Hudson County, New Jersey",3507,2671.0,59316.0,382500.0,1413.0,838.0,286.0,11.0,1190.0,8.0,0.0,134.0,1051.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 71,3956.724186,1054.041626,479.10986330000003,33.44729233,1085.68103,0.0,1090.200928,2744.48584,34884.000739999996,129100.0033,884.9972534 +34017001701,"Census Tract 17.01, Hudson County, New Jersey",4283,2831.0,47346.0,383900.0,978.0,549.0,681.0,0.0,1194.0,0.0,22.0,153.0,1684.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 17.01,3261.999914,877.5359497000002,796.7227783,0.950743198,561.8892212000001,0.0,949.7924805,1964.2354739999998,31287.00017,129500.0025,506.74612429999996 +34017020000,"Census Tract 200, Hudson County, New Jersey",5402,4045.0,100423.0,404800.0,1438.0,3004.0,199.0,0.0,1138.0,0.0,0.0,88.0,973.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 200,5304.214207999999,3642.9121090000003,285.184906,7.235310792999999,671.9789734,0.0,661.925354,3950.3709719999997,60569.150570000005,200824.725,1312.576324 +34017018701,"Census Tract 187.01, Hudson County, New Jersey",2584,965.0,114625.0,805800.0,835.0,1918.0,157.0,6.0,230.0,1.0,0.0,108.0,164.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 187.01,2512.999954,1850.299438,56.23910522,2.631069183,167.73066709999998,0.32888364800000003,424.2599182,1754.594238,80551.00223,248799.9996,1125.439819 +34017015002,"Census Tract 150.02, Hudson County, New Jersey",6193,4379.0,45431.0,346600.0,846.0,1263.0,127.0,48.0,65.0,0.0,70.0,10.0,4658.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 150.02,6008.000061,2029.512085,238.67999269999996,10.98220825,535.199585,0.7321472170000001,3035.482422,4346.025879,48656.00056,174000.0056,1458.4372560000002 +34017014502,"Census Tract 145.02, Hudson County, New Jersey",3283,2536.0,16332.0,289600.0,357.0,604.0,0.0,9.0,35.0,0.0,19.0,0.0,2625.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 145.02,3056.750122,1037.056274,31.342451099999998,8.266140938,181.16625980000003,0.0,1714.5354,2056.891357,26238.00042,168499.9944,202.520462 +34017014501,"Census Tract 145.01, Hudson County, New Jersey",6703,4308.0,46765.0,269900.0,764.0,1094.0,2.0,0.0,289.0,0.0,25.0,18.0,5275.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 145.01,5584.55769,1894.659546,57.26137924,15.10190201,330.98336789999996,0.0,3132.38623,3757.856689,26238.00129,168499.997,369.9966125 +34017014102,"Census Tract 141.02, Hudson County, New Jersey",5148,4271.0,61290.0,303500.0,1438.0,1197.0,215.0,42.0,193.0,0.0,16.0,106.0,3379.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 141.02,5191.999846,2617.982422,159.3733673,8.930404663,337.9814758,2.7478168010000004,1976.367188,4224.081543,49554.99795,162299.9968,1568.3164060000001 +34017007500,"Census Tract 75, Hudson County, New Jersey",5937,4728.0,94149.0,538700.0,3370.0,2147.0,395.0,0.0,2115.0,54.0,24.0,105.0,1097.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 75,4422.53611,1956.5904850000002,650.5240021000001,11.97048002,1163.773083,2.0,580.4289818,3568.691071,38412.22373,83640.22783999999,1792.5249789999998 +34017016200,"Census Tract 162, Hudson County, New Jersey",4585,3197.0,35707.0,331100.0,354.0,414.0,40.0,0.0,46.0,0.0,0.0,23.0,4062.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 162,4854.0,395.0,31.0,11.0,34.0,0.0,4372.0,3186.0,31590.0,167800.0,354.0 +34017016400,"Census Tract 164, Hudson County, New Jersey",3817,2705.0,36048.0,257800.0,465.0,444.0,12.0,0.0,35.0,0.0,0.0,0.0,3326.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 164,3584.0,381.0,25.0,8.0,60.0,1.0,3084.0,2302.0,25979.0,172500.0,327.0 +34017017900,"Census Tract 179, Hudson County, New Jersey",2561,2102.0,148684.0,1024300.0,1764.0,1522.0,58.0,0.0,593.0,0.0,0.0,49.0,339.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 179,1186.0,740.0,40.0,4.0,149.0,0.0,229.0,990.0,78694.0,334900.0,564.0 +34017018100,"Census Tract 181, Hudson County, New Jersey",3020,2329.0,62313.0,593300.0,1085.0,988.0,111.0,0.0,247.0,0.0,0.0,107.0,1567.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 181,3359.0,1668.0,75.0,8.0,86.0,0.0,1486.0,2390.0,50381.0,253600.0,889.0 +34017019200,"Census Tract 192, Hudson County, New Jersey",4141,3429.0,195433.0,618300.0,3130.0,3054.0,24.0,0.0,788.0,0.0,0.0,173.0,102.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 192,1876.0,1445.0,37.0,3.0,115.0,0.0,263.0,1456.0,76161.0,253000.0,1171.0 +34017016000,"Census Tract 160, Hudson County, New Jersey",3326,2397.0,51514.0,264300.0,511.0,224.0,68.0,35.0,134.0,0.0,19.0,0.0,2881.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 160,3102.0,354.0,20.0,2.0,39.0,0.0,2668.0,1980.0,30408.0,187300.0,295.0 +34017014900,"Census Tract 149, Hudson County, New Jersey",3551,2341.0,66944.0,294800.0,549.0,455.0,23.0,0.0,635.0,0.0,0.0,8.0,2430.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 149,3244.0,957.0,59.0,9.0,576.0,0.0,1603.0,2204.0,41692.0,172100.0,497.0 +34017015300,"Census Tract 153, Hudson County, New Jersey",4290,2912.0,41757.0,307400.0,516.0,292.0,76.0,39.0,151.0,0.0,0.0,26.0,3706.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 153,4498.0,566.0,83.0,11.0,146.0,0.0,3657.0,2902.0,31014.0,148700.0,364.0 +34017017400,"Census Tract 174, Hudson County, New Jersey",2855,1910.0,39500.0,305100.0,317.0,305.0,53.0,5.0,10.0,0.0,25.0,57.0,2405.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 174,2783.0,328.0,40.0,11.0,24.0,0.0,2371.0,1690.0,30850.0,175000.0,182.0 +34017018600,"Census Tract 186, Hudson County, New Jersey",2628,2072.0,118393.0,622800.0,1507.0,1877.0,0.0,0.0,200.0,0.0,0.0,73.0,478.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 186,2613.0,2141.0,47.0,3.0,203.0,1.0,212.0,1903.0,76037.0,257600.0,1265.0 +34017018900,"Census Tract 189, Hudson County, New Jersey",3824,3087.0,116683.0,615600.0,2282.0,2848.0,0.0,0.0,381.0,0.0,0.0,119.0,476.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 189,2931.0,2282.0,40.0,2.0,95.0,0.0,487.0,2151.0,40333.0,269100.0,987.0 +34017006200,"Census Tract 62, Hudson County, New Jersey",3683,2419.0,48043.0,262200.0,395.0,382.0,1018.0,56.0,403.0,0.0,82.0,134.0,1608.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 62,3677.0,901.0,1329.0,15.0,321.0,0.0,1039.0,2499.0,29323.0,132300.0,388.0 +34017006300,"Census Tract 63, Hudson County, New Jersey",4543,3202.0,34833.0,232300.0,515.0,365.0,1428.0,195.0,273.0,0.0,35.0,27.0,2378.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 63,4621.0,845.0,1647.0,19.0,379.0,4.0,1621.0,2927.0,36069.0,136800.0,464.0 +34017010500,"Census Tract 105, Hudson County, New Jersey",5350,4217.0,71846.0,345300.0,1759.0,2896.0,425.0,7.0,602.0,0.0,0.0,36.0,1384.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 105,5270.0,3794.0,236.0,6.0,381.0,0.0,699.0,3831.0,51050.0,187900.0,1271.0 +34017015600,"Census Tract 156, Hudson County, New Jersey",4633,3243.0,41432.0,277500.0,562.0,310.0,39.0,0.0,112.0,0.0,12.0,20.0,4140.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 156,3702.0,337.0,33.0,5.0,70.0,0.0,3215.0,2251.0,30237.0,152100.0,178.0 +34017018500,"Census Tract 185, Hudson County, New Jersey",6660,5048.0,128131.0,620000.0,4203.0,5046.0,125.0,0.0,539.0,0.0,0.0,36.0,914.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 185,3311.0,2232.0,62.0,3.0,101.0,0.0,884.0,2589.0,65245.0,216800.0,1590.0 +34017014200,"Census Tract 142, Hudson County, New Jersey",6379,4242.0,55349.0,368500.0,1201.0,577.0,144.0,0.0,550.0,0.0,0.0,82.0,5026.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 142,5862.0,1493.0,91.0,11.0,372.0,0.0,3793.0,3857.0,43006.0,185700.0,811.0 +34017014700,"Census Tract 147, Hudson County, New Jersey",5759,3765.0,64583.0,288700.0,808.0,758.0,52.0,10.0,328.0,0.0,0.0,27.0,4584.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 147,4660.552992,1295.875732,142.9862823,10.99894524,344.9669189,0.0,2829.728516,3001.712158,41761.00103,152500.0033,507.95129389999994 +34017004300,"Census Tract 43, Hudson County, New Jersey",2324,1726.0,61979.0,323600.0,525.0,389.0,1080.0,17.0,90.0,0.0,5.0,99.0,661.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 43,2309.125276,101.9613724,1872.2907710000002,7.996970654,4.99810648,0.0,308.8829956,1496.433105,37221.99918,96399.99491000001,247.9060974 +34017000700,"Census Tract 7, Hudson County, New Jersey",3280,2262.0,63325.0,318800.0,966.0,911.0,122.0,0.0,687.0,0.0,24.0,44.0,1492.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 7,4032.0,1083.0,199.0,12.0,444.0,0.0,2225.0,2407.0,31324.0,127900.0,375.0 +34017001900,"Census Tract 19, Hudson County, New Jersey",1383,1082.0,56597.0,368600.0,639.0,229.0,121.0,11.0,970.0,0.0,0.0,11.0,41.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 19,1753.000004,430.4818039,118.85509590000001,17.66537762,753.4438133,0.026615106,333.57324980000004,1441.134216,35374.9565,145578.8053,490.91924670000003 +34017003100,"Census Tract 31, Hudson County, New Jersey",4983,3690.0,55385.0,343100.0,1859.0,1308.0,664.0,16.0,1556.0,0.0,17.0,96.0,1342.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 31,4294.0,832.0,816.0,20.0,1017.0,2.0,1505.0,2923.0,25953.0,152300.0,472.0 +34017004400,"Census Tract 44, Hudson County, New Jersey",2557,1606.0,16600.0,277300.0,305.0,29.0,2018.0,0.0,91.0,0.0,16.0,28.0,375.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 44,2232.0,15.0,2010.0,3.0,21.0,0.0,170.0,1286.0,18148.0,106900.0,149.0 +34017005400,"Census Tract 54, Hudson County, New Jersey",7260,4740.0,80223.0,342800.0,2538.0,558.0,2494.0,0.0,3033.0,0.0,0.0,177.0,998.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 54,5693.0,1196.0,2059.0,7.0,1550.0,0.0,788.0,3692.0,66019.0,146300.0,1505.0 +34017011400,"Census Tract 114, Hudson County, New Jersey",3677,2661.0,78553.0,326400.0,821.0,2088.0,155.0,0.0,431.0,0.0,0.0,71.0,932.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 114,3184.0,2604.0,81.0,10.0,107.0,0.0,361.0,2240.0,43875.0,161600.0,513.0 +34017012400,"Census Tract 124, Hudson County, New Jersey",3065,2357.0,92051.0,355100.0,915.0,2051.0,1.0,0.0,263.0,0.0,9.0,38.0,703.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 124,3143.0,2608.0,20.0,2.0,91.0,0.0,388.0,2217.0,67321.0,190900.0,634.0 +34017012700,"Census Tract 127, Hudson County, New Jersey",6237,4580.0,67446.0,285500.0,692.0,2594.0,781.0,16.0,141.0,0.0,0.0,48.0,2673.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 127,7271.0,3867.0,1199.0,15.0,282.0,0.0,1789.0,5268.0,49692.0,150200.0,611.0 +34017013300,"Census Tract 133, Hudson County, New Jersey",3099,2283.0,57018.0,310500.0,537.0,1252.0,164.0,21.0,51.0,0.0,74.0,104.0,1454.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 133,3313.0,1685.0,76.0,6.0,495.0,0.0,990.0,2193.0,43164.0,163700.0,393.0 +34017010800,"Census Tract 108, Hudson County, New Jersey",3374,2241.0,60057.0,331800.0,475.0,1687.0,117.0,26.0,126.0,173.0,7.0,90.0,1174.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 108,3068.0,2160.0,74.0,4.0,104.0,0.0,693.0,2144.0,43644.0,164800.0,343.0 +34017012300,"Census Tract 123, Hudson County, New Jersey",2580,1889.0,75962.0,311900.0,548.0,1107.0,87.0,32.0,123.0,0.0,3.0,36.0,1224.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 123,2128.0,1487.0,29.0,3.0,137.0,1.0,440.0,1509.0,51685.0,165500.0,364.0 +34017014400,"Census Tract 144, Hudson County, New Jersey",7907,5591.0,66437.0,317000.0,1312.0,1301.0,306.0,0.0,309.0,0.0,94.0,0.0,5897.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 144,7855.0,2305.0,96.0,30.0,592.0,0.0,4589.0,5138.0,44375.0,168000.0,927.0 +34017013400,"Census Tract 134, Hudson County, New Jersey",2725,1897.0,59313.0,300000.0,356.0,484.0,0.0,0.0,187.0,0.0,11.0,5.0,2038.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 134,2377.0,1058.0,30.0,5.0,60.0,1.0,1130.0,1495.0,44352.0,158600.0,197.0 +34017013800,"Census Tract 138, Hudson County, New Jersey",2661,2020.0,80347.0,331200.0,1164.0,706.0,22.0,0.0,1164.0,0.0,19.0,18.0,732.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 138,1965.0,872.0,8.0,5.0,321.0,0.0,687.0,1384.0,45486.0,166800.0,259.0 +34017015500,"Census Tract 155, Hudson County, New Jersey",5702,3972.0,49226.0,276100.0,454.0,480.0,117.0,0.0,67.0,0.0,0.0,83.0,4955.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 155,4252.0,640.0,56.0,19.0,56.0,0.0,3423.0,2757.0,29479.0,173700.0,321.0 +34017015900,"Census Tract 159, Hudson County, New Jersey",6051,3896.0,39114.0,265600.0,382.0,614.0,14.0,42.0,55.0,22.0,0.0,31.0,5315.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 159,5742.0,322.0,38.0,10.0,56.0,0.0,5303.0,3413.0,28833.0,165200.0,315.0 +34017016300,"Census Tract 163, Hudson County, New Jersey",4992,3690.0,46483.0,299200.0,667.0,405.0,110.0,0.0,276.0,0.0,10.0,9.0,4182.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 163,4091.0,358.0,32.0,6.0,67.0,0.0,3615.0,2711.0,28603.0,170100.0,212.0 +34017016600,"Census Tract 166, Hudson County, New Jersey",4416,2920.0,41477.0,287600.0,509.0,518.0,182.0,0.0,184.0,0.0,0.0,17.0,3515.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 166,3767.0,529.0,37.0,4.0,64.0,0.0,3106.0,2345.0,26292.0,162500.0,245.0 +34017017200,"Census Tract 172, Hudson County, New Jersey",3491,2381.0,45208.0,276100.0,543.0,468.0,78.0,52.0,37.0,0.0,0.0,0.0,2896.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 172,3080.0,422.0,24.0,7.0,37.0,0.0,2572.0,1926.0,29665.0,183300.0,257.0 +34017018800,"Census Tract 188, Hudson County, New Jersey",3326,2793.0,112341.0,564900.0,2355.0,2678.0,20.0,0.0,320.0,0.0,0.0,30.0,278.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 188,3459.0,2837.0,53.0,4.0,209.0,0.0,338.0,2822.0,65256.0,263400.0,1878.0 +34017019000,"Census Tract 190, Hudson County, New Jersey",5184,3524.0,54700.0,542700.0,1824.0,1943.0,424.0,0.0,255.0,0.0,0.0,41.0,2521.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 190,4782.0,1882.0,697.0,3.0,89.0,0.0,2100.0,2954.0,36250.0,227700.0,979.0 +34017000400,"Census Tract 4, Hudson County, New Jersey",3754,2560.0,55613.0,344000.0,1089.0,628.0,267.0,12.0,1508.0,0.0,23.0,95.0,1233.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 4,3895.0,1488.0,148.0,43.0,1005.0,0.0,1084.0,2446.0,42375.0,157442.7798,494.0 +34017001100,"Census Tract 11, Hudson County, New Jersey",5354,3745.0,66397.0,288500.0,1441.0,1381.0,242.0,0.0,1109.0,0.0,12.0,113.0,2497.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 11,5709.0,1795.0,317.0,19.0,1011.0,0.0,2373.0,3733.0,42192.0,146000.0,764.0 +34017001202,"Census Tract 12.02, Hudson County, New Jersey",1608,1115.0,50038.0,301800.0,382.0,108.0,227.0,0.0,554.0,0.0,0.0,141.0,578.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 12.02,1509.0,354.0,223.0,3.0,272.0,0.0,632.0,998.0,31014.0,98000.0,242.0 +34017002300,"Census Tract 23, Hudson County, New Jersey",2350,1997.0,115127.0,574000.0,1390.0,1147.0,64.0,0.0,537.0,0.0,0.0,92.0,510.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 23,2382.0,699.0,266.0,3.0,277.0,0.0,1110.0,1733.0,47011.0,142000.0,659.0 +34017002400,"Census Tract 24, Hudson County, New Jersey",2586,2091.0,117273.0,573600.0,1609.0,1538.0,196.0,0.0,315.0,0.0,9.0,122.0,406.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 24,2458.0,1346.0,323.0,7.0,200.0,1.0,543.0,1866.0,59934.0,203300.0,1147.0 +34017003500,"Census Tract 35, Hudson County, New Jersey",2090,1657.0,79464.0,550400.0,1101.0,1070.0,148.0,5.0,171.0,0.0,11.0,35.0,655.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 35,2539.0,1047.0,440.0,11.0,131.0,0.0,888.0,1833.0,58152.0,356300.0,975.0 +34017004102,"Census Tract 41.02, Hudson County, New Jersey",3356,2357.0,37222.0,319300.0,557.0,511.0,1614.0,8.0,196.0,0.0,0.0,46.0,989.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 41.02,2763.0,137.0,1848.0,5.0,108.0,0.0,637.0,1590.0,27197.0,107400.0,272.0 +34017005802,"Census Tract 58.02, Hudson County, New Jersey",1618,1236.0,140658.0,511200.0,1022.0,954.0,29.0,0.0,358.0,0.0,17.0,28.0,232.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 58.02,663.9999756,331.67984010000004,231.7917023,0.6403085589999999,45.46190643,0.0,51.86499405,596.1272583,80294.99803999999,253400.0067,275.3326721 +34017005500,"Census Tract 55, Hudson County, New Jersey",2835,1720.0,43750.0,200900.0,269.0,35.0,2091.0,0.0,59.0,0.0,13.0,0.0,637.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 55,2551.0,41.0,2260.0,5.0,4.0,0.0,232.0,1462.0,22254.0,102900.0,129.0 +34017005801,"Census Tract 58.01, Hudson County, New Jersey",5940,3424.0,34782.0,260300.0,272.0,112.0,3980.0,0.0,62.0,0.0,0.0,26.0,1760.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 58.01,4908.0,81.0,4231.0,13.0,26.0,0.0,523.0,2678.0,28792.0,128100.0,272.0 +34017006100,"Census Tract 61, Hudson County, New Jersey",7245,4620.0,49596.0,287500.0,1212.0,1383.0,2052.0,98.0,1204.0,0.0,277.0,297.0,1934.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 61,6903.0,1939.0,1994.0,25.0,1335.0,0.0,1502.0,4155.0,39629.0,156300.0,1024.0 +34017010100,"Census Tract 101, Hudson County, New Jersey",6633,4362.0,51389.0,302700.0,1594.0,3138.0,917.0,0.0,543.0,0.0,0.0,125.0,1910.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 101,5377.0,3798.0,223.0,10.0,402.0,3.0,844.0,3835.0,42264.0,163800.0,877.0 +34017010300,"Census Tract 103, Hudson County, New Jersey",3378,2073.0,53329.0,278000.0,643.0,1259.0,757.0,0.0,235.0,0.0,0.0,254.0,873.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 103,2814.0,1941.0,237.0,10.0,140.0,1.0,461.0,1973.0,42350.0,166300.0,373.0 +34017012900,"Census Tract 129, Hudson County, New Jersey",4034,2709.0,59107.0,330500.0,600.0,1449.0,46.0,14.0,60.0,0.0,8.0,23.0,2448.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 129,3765.0,2274.0,31.0,6.0,191.0,0.0,1126.0,2515.0,47450.0,163600.0,462.0 +34017013200,"Census Tract 132, Hudson County, New Jersey",4500,2999.0,56229.0,314900.0,615.0,1622.0,48.0,0.0,243.0,0.0,33.0,203.0,2351.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 132,4090.0,2031.0,77.0,5.0,294.0,0.0,1540.0,2625.0,40833.0,157200.0,469.0 +34017014800,"Census Tract 148, Hudson County, New Jersey",5856,4008.0,44289.0,240200.0,903.0,1077.0,274.0,0.0,391.0,0.0,0.0,66.0,4048.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 148,6114.0,1595.0,128.0,12.0,324.0,0.0,4016.0,4169.0,35313.0,156700.0,590.0 +34017001400,"Census Tract 14, Hudson County, New Jersey",4453,3091.0,62775.0,360600.0,1078.0,507.0,418.0,0.0,1131.0,24.0,16.0,122.0,2235.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 14,3996.0,1093.0,371.0,11.0,901.0,0.0,1534.0,2543.0,37907.0,136200.0,728.0 +34017002200,"Census Tract 22, Hudson County, New Jersey",1749,1443.0,85375.0,640800.0,970.0,975.0,43.0,23.0,283.0,0.0,0.0,21.0,427.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 22,1569.0,674.0,146.0,3.0,95.0,0.0,630.0,1102.0,36848.0,121500.0,293.0 +34017000200,"Census Tract 2, Hudson County, New Jersey",5677,3865.0,47834.0,323400.0,1434.0,878.0,385.0,117.0,1057.0,0.0,0.0,100.0,3257.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 2,5968.0,1492.0,311.0,22.0,726.0,1.0,3268.0,3685.0,30158.0,136300.0,310.0 +34017000600,"Census Tract 6, Hudson County, New Jersey",5319,3897.0,61493.0,287300.0,1409.0,2030.0,469.0,25.0,930.0,0.0,71.0,68.0,1726.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 6,5858.0,2033.0,322.0,41.0,944.0,0.0,2379.0,3952.0,38486.0,158400.0,870.0 +34017001300,"Census Tract 13, Hudson County, New Jersey",2661,1902.0,61838.0,329500.0,662.0,856.0,189.0,0.0,378.0,0.0,45.0,51.0,1142.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 13,3576.0,956.0,237.0,17.0,316.0,0.0,1991.0,2242.0,44866.0,156300.0,497.0 +34017002800,"Census Tract 28, Hudson County, New Jersey",6305,4445.0,56875.0,293900.0,1718.0,2045.0,1310.0,0.0,1137.0,38.0,0.0,88.0,1687.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 28,6225.0,1701.0,1251.0,24.0,963.0,0.0,1975.0,4241.0,33750.0,124800.0,1222.0 +34017004200,"Census Tract 42, Hudson County, New Jersey",5435,3257.0,40938.0,294100.0,897.0,419.0,2414.0,0.0,524.0,0.0,83.0,32.0,1963.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 42,4673.0,360.0,2463.0,21.0,486.0,0.0,1238.0,2802.0,32335.0,98400.0,481.0 +34017004700,"Census Tract 47, Hudson County, New Jersey",2770,1920.0,55399.0,280700.0,736.0,616.0,651.0,0.0,167.0,0.0,0.0,29.0,1307.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 47,2324.0000010000003,186.9195709,923.6026001,6.99698925,45.98021698,0.0,1127.514893,1224.473145,29544.99962,107999.9991,132.94279479999997 +34017000100,"Census Tract 1, Hudson County, New Jersey",6836,4488.0,63620.0,327300.0,1424.0,1024.0,56.0,14.0,1825.0,0.0,0.0,192.0,3739.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 1,5775.0,2081.0,218.0,40.0,1450.0,0.0,1834.0,3937.0,42313.0,147700.0,956.0 +34017000500,"Census Tract 5, Hudson County, New Jersey",4583,2903.0,57721.0,393500.0,994.0,919.0,380.0,15.0,998.0,0.0,4.0,115.0,2167.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 5,4226.0,1326.0,220.0,35.0,863.0,0.0,1672.0,2772.0,37473.0,151700.0,758.0 +34017002900,"Census Tract 29, Hudson County, New Jersey",3890,2682.0,55069.0,280100.0,1580.0,1350.0,461.0,5.0,1074.0,0.0,0.0,5.0,995.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 29,4166.0,1136.0,596.0,25.0,1252.0,0.0,978.0,2715.0,34469.0,119800.0,965.0 +34017004000,"Census Tract 40, Hudson County, New Jersey",5802,4178.0,67500.0,263800.0,1316.0,474.0,1443.0,0.0,1875.0,0.0,334.0,74.0,1602.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 40,5232.0,1031.0,920.0,54.0,1980.0,8.0,1086.0,3205.0,44750.0,124900.0,1109.0 +34017006000,"Census Tract 60, Hudson County, New Jersey",4577,2756.0,43075.0,273100.0,432.0,71.0,3006.0,0.0,231.0,0.0,78.0,30.0,1161.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 60,4412.0,342.0,2762.0,13.0,194.0,0.0,1064.0,2623.0,35606.0,103800.0,254.0 +34017010600,"Census Tract 106, Hudson County, New Jersey",6845,4811.0,46187.0,294000.0,1648.0,3044.0,675.0,0.0,864.0,32.0,13.0,69.0,2148.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 106,6457.0,4558.0,177.0,17.0,330.0,0.0,1205.0,4692.0,33684.0,173500.0,1139.0 +34017005200,"Census Tract 52, Hudson County, New Jersey",4691,2669.0,33989.0,249800.0,796.0,861.0,2724.0,5.0,507.0,0.0,0.0,44.0,550.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 52,4288.0,714.0,2952.0,18.0,271.0,0.0,316.0,2638.0,34727.0,123100.0,483.0 +34017004600,"Census Tract 46, Hudson County, New Jersey",2411,1500.0,32634.0,286700.0,276.0,143.0,748.0,7.0,20.0,0.0,7.0,70.0,1423.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 46,2304.0,150.0,1070.0,10.0,23.0,0.0,1038.0,1249.0,24122.0,97500.0,89.0 +34017004800,"Census Tract 48, Hudson County, New Jersey",4033,2829.0,53281.0,295500.0,1021.0,749.0,990.0,45.0,1409.0,0.0,52.0,62.0,726.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 48,3626.0,908.0,781.0,5.0,1116.0,0.0,695.0,2291.0,37786.0,129400.0,577.0 +34017004900,"Census Tract 49, Hudson County, New Jersey",3870,2629.0,52031.0,297200.0,754.0,289.0,1816.0,0.0,698.0,0.0,24.0,0.0,1043.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 49,3968.0,358.0,2314.0,14.0,482.0,0.0,728.0,2379.0,40156.0,99400.0,454.0 +34017011000,"Census Tract 110, Hudson County, New Jersey",2193,1454.0,50466.0,281700.0,416.0,859.0,217.0,0.0,369.0,0.0,0.0,0.0,748.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 110,2248.0,895.0,350.0,5.0,129.0,0.0,822.0,1525.0,36703.0,164700.0,180.0 +34017012800,"Census Tract 128, Hudson County, New Jersey",4358,2833.0,53664.0,304400.0,595.0,1575.0,22.0,0.0,240.0,0.0,152.0,95.0,2274.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 128,3993.0,2439.0,40.0,28.0,224.0,0.0,1152.0,2708.0,45497.0,150000.0,354.0 +34017013600,"Census Tract 136, Hudson County, New Jersey",2296,1694.0,52278.0,351900.0,637.0,709.0,71.0,0.0,425.0,0.0,6.0,0.0,1085.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 136,2193.0,885.0,10.0,4.0,164.0,0.0,1076.0,1505.0,36425.0,163400.0,254.0 +34017013700,"Census Tract 137, Hudson County, New Jersey",2635,1801.0,62708.0,267800.0,547.0,485.0,48.0,31.0,365.0,0.0,0.0,21.0,1716.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 137,2614.0,1065.0,23.0,3.0,314.0,0.0,1139.0,1750.0,40230.0,152800.0,494.0 +34017014300,"Census Tract 143, Hudson County, New Jersey",5494,3870.0,67875.0,354800.0,970.0,955.0,49.0,9.0,119.0,0.0,24.0,62.0,4285.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 143,5628.0,1411.0,106.0,41.0,328.0,0.0,3613.0,3693.0,45208.0,214400.0,675.0 +34017016900,"Census Tract 169, Hudson County, New Jersey",3699,2381.0,32151.0,292700.0,297.0,725.0,11.0,0.0,83.0,0.0,0.0,0.0,2880.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 169,3258.0,545.0,37.0,3.0,24.0,0.0,2631.0,2228.0,24506.0,185100.0,315.0 +34017017300,"Census Tract 173, Hudson County, New Jersey",2647,1847.0,58380.0,259300.0,574.0,572.0,23.0,0.0,194.0,0.0,8.0,118.0,1732.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 173,2611.0,866.0,59.0,1.0,68.0,0.0,1596.0,1882.0,41735.0,115500.0,594.0 +34017017600,"Census Tract 176, Hudson County, New Jersey",3570,2307.0,42340.0,284800.0,238.0,372.0,108.0,9.0,119.0,0.0,9.0,0.0,2962.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 176,3067.0,319.0,54.0,4.0,74.0,0.0,2605.0,1936.0,30723.0,177200.0,159.0 +34017017700,"Census Tract 177, Hudson County, New Jersey",1911,1323.0,41548.0,288200.0,400.0,266.0,48.0,0.0,116.0,0.0,0.0,20.0,1461.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 177,2448.0,305.0,80.0,9.0,206.0,0.0,1841.0,1501.0,34929.0,170100.0,374.0 +34017019300,"Census Tract 193, Hudson County, New Jersey",3030,2647.0,105203.0,552500.0,1908.0,2275.0,14.0,0.0,223.0,0.0,0.0,45.0,473.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 193,2404.0,1765.0,29.0,4.0,103.0,0.0,490.0,2035.0,76012.0,227000.0,1287.0 +34017018200,"Census Tract 182, Hudson County, New Jersey",4330,3345.0,71325.0,489300.0,1764.0,2450.0,43.0,64.0,260.0,0.0,0.0,68.0,1509.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 182,4249.0,2600.0,105.0,6.0,176.0,1.0,1317.0,3278.0,46133.0,221600.0,1104.0 +34017018400,"Census Tract 184, Hudson County, New Jersey",5469,4144.0,134138.0,647700.0,3057.0,4000.0,69.0,0.0,262.0,0.0,16.0,82.0,1040.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 184,3630.0,2727.0,161.0,16.0,135.0,0.0,563.0,2760.0,62917.0,337100.0,1673.0 +34017032400,"Census Tract 324, Hudson County, New Jersey",6786,4682.0,40026.0,335300.0,732.0,653.0,1.0,0.0,98.0,0.0,25.0,111.0,5898.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 324,5926.0,940.0,53.0,12.0,102.0,0.0,4790.0,3944.0,27910.0,178400.0,356.0 +34017000300,"Census Tract 3, Hudson County, New Jersey",4685,3070.0,53472.0,379900.0,929.0,854.0,259.0,0.0,723.0,0.0,25.0,0.0,2824.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 3,4449.0,1424.0,227.0,8.0,231.0,0.0,2444.0,2659.0,40158.0,142000.0,431.0 +34017000800,"Census Tract 8, Hudson County, New Jersey",3943,2865.0,64189.0,383600.0,1204.0,1364.0,165.0,31.0,519.0,0.0,0.0,42.0,1853.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 8,4004.0,1045.0,362.0,15.0,307.0,0.0,2142.0,2501.0,39375.0,140600.0,586.0 +34017001000,"Census Tract 10, Hudson County, New Jersey",2111,1591.0,65242.0,359600.0,846.0,460.0,64.0,14.0,1006.0,0.0,30.0,0.0,537.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 10,1920.0,833.0,72.0,6.0,401.0,0.0,556.0,1386.0,41026.0,144400.0,351.0 +34017001800,"Census Tract 18, Hudson County, New Jersey",4227,2999.0,26947.0,315900.0,1454.0,1123.0,240.0,0.0,1766.0,0.0,0.0,85.0,1013.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 18,4286.0,764.0,535.0,27.0,1145.0,0.0,1683.0,2529.0,32937.0,172500.0,538.0 +34017002000,"Census Tract 20, Hudson County, New Jersey",3632,2925.0,48750.0,359500.0,1741.0,1019.0,258.0,20.0,1489.0,0.0,47.0,38.0,771.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 20,4279.000094,1224.518188,470.14492800000005,24.33462334,1186.556274,0.9733849170000001,1008.4267580000001,3003.865967,31724.999260000004,117900.00300000001,1021.08075 +34017003000,"Census Tract 30, Hudson County, New Jersey",3025,2156.0,40156.0,343000.0,721.0,670.0,427.0,11.0,683.0,0.0,21.0,48.0,1165.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 30,3255.0,492.0,769.0,8.0,666.0,0.0,1211.0,2007.0,26790.0,120500.0,473.0 +34017017800,"Census Tract 178, Hudson County, New Jersey",6188,4080.0,44022.0,308300.0,1468.0,961.0,0.0,226.0,475.0,0.0,0.0,89.0,4663.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 178,6250.0,1137.0,169.0,9.0,310.0,0.0,4586.0,3898.0,35452.0,139700.0,806.0 +34017019100,"Census Tract 191, Hudson County, New Jersey",3504,2990.0,122446.0,605600.0,2446.0,2512.0,32.0,0.0,309.0,0.0,25.0,65.0,561.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 191,3206.0,2141.0,79.0,5.0,142.0,0.0,791.0,2506.0,52479.0,219900.0,1341.0 +34017012500,"Census Tract 125, Hudson County, New Jersey",4354,3035.0,100729.0,330600.0,1094.0,2388.0,223.0,28.0,399.0,0.0,9.0,130.0,1177.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 125,3847.0,2801.0,27.0,17.0,179.0,1.0,768.0,2701.0,57414.0,173600.0,608.0 +34017005900,"Census Tract 59, Hudson County, New Jersey",7728,5930.0,55733.0,280500.0,2113.0,1184.0,1189.0,17.0,3655.0,0.0,132.0,179.0,1389.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 59,7192.0,2321.0,1239.0,21.0,2058.0,0.0,1237.0,5096.0,48563.0,151800.0,1242.0 +34017011300,"Census Tract 113, Hudson County, New Jersey",2661,1966.0,47102.0,255300.0,492.0,966.0,343.0,0.0,95.0,0.0,0.0,32.0,1225.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 113,2774.0,2013.0,98.0,7.0,103.0,0.0,520.0,1909.0,39485.0,147800.0,333.0 +34017013500,"Census Tract 135, Hudson County, New Jersey",5199,3459.0,49900.0,309000.0,1009.0,1634.0,13.0,0.0,888.0,0.0,10.0,51.0,2603.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 135,4677.0,2509.0,37.0,6.0,441.0,0.0,1571.0,3100.0,39589.0,156400.0,518.0 +34017014000,"Census Tract 140, Hudson County, New Jersey",5233,3651.0,58231.0,368400.0,1002.0,663.0,86.0,0.0,265.0,0.0,0.0,0.0,4219.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 140,4670.0,1524.0,71.0,15.0,202.0,0.0,2753.0,3254.0,41238.0,187300.0,604.0 +34017014600,"Census Tract 146, Hudson County, New Jersey",4337,2764.0,69627.0,334200.0,435.0,560.0,129.0,0.0,199.0,0.0,41.0,16.0,3392.0,New York City,New York-Newark-Jersey City,NJ,Hudson County,Census Tract 146,3859.138978,1103.408418,41.40987716,7.633010725,318.8834482,0.0,2339.349558,2438.5395559999997,41761.763960000004,153903.3343,318.5316289 +34019011001,"Census Tract 110.01, Hunterdon County, New Jersey",7266,3762.0,144848.0,433900.0,2013.0,4246.0,1551.0,35.0,319.0,0.0,0.0,226.0,889.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 110.01,5805.831306,4480.265793,808.7219437000001,14.99688575,124.96565109999999,0.000127875,366.88403239999997,3338.431824,102545.0963,280891.2998,1504.699664 +34019010600,"Census Tract 106, Hunterdon County, New Jersey",6103,4294.0,120019.0,426000.0,1923.0,5868.0,5.0,4.0,129.0,0.0,0.0,31.0,70.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 106,5892.973202,5665.974384,48.99976404,20.99990409,44.99982399,0.0,104.99955859999999,3995.98212,82206.96567,253799.9341,1473.9927369999998 +34019010802,"Census Tract 108.02, Hunterdon County, New Jersey",1693,1254.0,87837.0,260900.0,583.0,1535.0,14.0,0.0,12.0,0.0,5.0,11.0,116.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 108.02,1065.0,998.0,7.0,5.0,33.0,0.0,22.0,764.0,68542.0,170100.0,303.0 +34019010900,"Census Tract 109, Hunterdon County, New Jersey",3565,2544.0,92961.0,249700.0,1234.0,3049.0,73.0,0.0,52.0,0.0,0.0,51.0,340.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 109,3775.3002920000004,3578.3300329999997,34.00427274,14.99625095,58.98697427,8.274319999999999e-05,79.98538035,2529.53641,68720.73383,162512.3361,987.8169507000001 +34019010400,"Census Tract 104, Hunterdon County, New Jersey",4667,3312.0,121121.0,372100.0,1734.0,4428.0,14.0,0.0,98.0,0.0,0.0,25.0,102.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 104,4697.198488,4522.525879,38.92705917,7.985037804,52.90087509,0.998129725,74.85972595,3074.239502,85119.99726,254899.9953,1320.525635 +34019011800,"Census Tract 118, Hunterdon County, New Jersey",2781,2023.0,110000.0,407300.0,969.0,2558.0,33.0,0.0,61.0,0.0,5.0,36.0,88.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 118,2381.396589,2320.4286039999997,18.98800137,2.998324237,19.98921189,0.0,16.99375543,1780.7727670000002,73382.9376,223710.7291,659.5569132 +34019011002,"Census Tract 110.02, Hunterdon County, New Jersey",5801,4107.0,122989.0,396800.0,2458.0,5027.0,8.0,0.0,349.0,0.0,0.0,36.0,381.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 110.02,7151.214961,6660.124325,88.01348483,17.00464232,224.0378017,4.0,140.03249619999997,4761.860154999999,93718.99981000001,281290.7215,2589.375807 +34019011202,"Census Tract 112.02, Hunterdon County, New Jersey",3565,2488.0,99375.0,366400.0,1310.0,3201.0,51.0,0.0,134.0,0.0,0.0,10.0,169.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 112.02,3315.0,3108.0,27.0,2.0,97.0,0.0,75.0,2288.0,90110.0,267500.0,986.0 +34019011302,"Census Tract 113.02, Hunterdon County, New Jersey",7519,5090.0,112326.0,427500.0,3090.0,6084.0,372.0,0.0,596.0,0.0,0.0,110.0,357.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 113.02,5382.000000999999,4858.395594,100.08336640000002,7.008336642000001,232.25009920000002,0.0,159.2250893,3488.9142520000005,83063.95012000001,228020.4151,1576.693926 +34019011304,"Census Tract 113.04, Hunterdon County, New Jersey",3575,2312.0,150781.0,464500.0,1404.0,3246.0,29.0,0.0,114.0,0.0,9.0,18.0,159.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 113.04,3388.70205,3111.726318,40.99639511,0.999912083,128.98866270000002,0.0,77.99314117,2103.814941,105812.0,294300.0072,1210.893555 +34019010200,"Census Tract 102, Hunterdon County, New Jersey",7411,5427.0,107398.0,343900.0,2737.0,6633.0,33.0,0.0,123.0,0.0,19.0,236.0,367.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 102,6872.868355,6612.404367,56.27380317,17.00686458,76.04738167,0.999789357,105.1305836,4764.0316649999995,77442.67566000001,233496.538,1801.48329 +34019010100,"Census Tract 101, Hunterdon County, New Jersey",5881,4251.0,161477.0,639500.0,2753.0,5402.0,0.0,0.0,277.0,0.0,0.0,20.0,182.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 101,5536.14405,5290.359863000001,28.97458458,6.99386549,111.90184779999998,0.0,84.92550659,3882.594482,135649.0026,480199.9862,2285.994873 +34019010702,"Census Tract 107.02, Hunterdon County, New Jersey",3234,2293.0,108309.0,462000.0,1222.0,3068.0,0.0,0.0,11.0,17.0,0.0,6.0,132.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 107.02,2989.734277,2866.7451170000004,18.998312,6.999377728,28.99742317,0.0,66.99404907,2111.8122559999997,91364.0036,290499.9964,938.9165649 +34019010801,"Census Tract 108.01, Hunterdon County, New Jersey",2690,1788.0,103125.0,349800.0,970.0,2220.0,15.0,0.0,286.0,0.0,0.0,26.0,143.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 108.01,2632.265707,2355.254776,39.00168844,17.00062206,109.0025771,0.0,108.005954,1852.1876829999999,78122.19859,221707.4709,910.0834443 +34019011400,"Census Tract 114, Hunterdon County, New Jersey",4650,3224.0,60869.0,286800.0,1011.0,2335.0,84.0,0.0,649.0,0.0,0.0,35.0,1547.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 114,4192.728388,3402.0996090000003,139.75761409999998,10.98095512,159.7229919,0.0,460.2018433,2936.9064940000003,39886.00107,168999.9949,804.6045532 +34019011700,"Census Tract 117, Hunterdon County, New Jersey",3933,2985.0,107356.0,392800.0,1055.0,3442.0,79.0,13.0,55.0,0.0,0.0,15.0,329.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 117,4454.458678,4277.481785,40.99489944,7.998975555,55.99278889,0.0,67.99094564,3134.623251,85663.69873999999,266998.9761,1240.849043 +34019011900,"Census Tract 119, Hunterdon County, New Jersey",3840,3040.0,84231.0,378600.0,1652.0,3569.0,80.0,0.0,64.0,0.0,0.0,23.0,104.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 119,3870.1446969999997,3597.089797,94.01709998,14.0027,40.01799998,2.0,120.0153,3083.603798,52656.52589,170831.6153,1157.593999 +34019010701,"Census Tract 107.01, Hunterdon County, New Jersey",5669,3639.0,108333.0,378200.0,2040.0,4611.0,443.0,0.0,231.0,0.0,1.0,48.0,335.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 107.01,6168.8014539999995,4891.474158,820.0729402000001,19.0149621,118.09912390000001,0.0018702620000000001,316.1402697,4596.760408,81096.20111000001,262585.0285,1465.474357 +34019011500,"Census Tract 115, Hunterdon County, New Jersey",5198,3878.0,103979.0,381800.0,1611.0,4914.0,13.0,0.0,87.0,0.0,0.0,81.0,103.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 115,5270.289688,5048.281033,37.00128304,19.00019935,54.00330596,0.0,109.00325829999998,3669.2047,65855.6454,222103.5971,1036.07857 +34019010300,"Census Tract 103, Hunterdon County, New Jersey",2873,2164.0,68875.0,216900.0,793.0,2462.0,85.0,0.0,72.0,0.0,0.0,24.0,230.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 103,3448.0,3154.0,109.0,17.0,48.0,0.0,109.0,2276.0,56979.0,150900.0,674.0 +34019010500,"Census Tract 105, Hunterdon County, New Jersey",5201,3718.0,94766.0,324900.0,1506.0,5066.0,0.0,0.0,0.0,0.0,0.0,0.0,135.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 105,5124.0,4958.0,29.0,13.0,29.0,0.0,87.0,3557.0,68083.0,201500.0,865.0 +34019011100,"Census Tract 111, Hunterdon County, New Jersey",5147,3905.0,98345.0,387200.0,1665.0,4808.0,0.0,18.0,188.0,0.0,0.0,36.0,97.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 111,5501.859664,5091.4617960000005,61.05555493,21.00380232,171.2202918,0.00101288,147.10307590000002,3895.0850119999996,77517.28078,228725.8798,1702.496927 +34019011201,"Census Tract 112.01, Hunterdon County, New Jersey",7250,5233.0,179228.0,538800.0,3214.0,6376.0,41.0,0.0,338.0,0.0,0.0,74.0,421.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 112.01,6992.0,6613.0,49.0,8.0,208.0,0.0,102.0,4588.0,114017.0,326500.0,2499.0 +34019011303,"Census Tract 113.03, Hunterdon County, New Jersey",4677,3442.0,84052.0,280100.0,1568.0,4012.0,89.0,0.0,203.0,0.0,0.0,82.0,291.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 113.03,4986.297865,4524.273518999999,46.00360356,7.000087892000001,228.011338,0.0,158.0068556,3314.1849239999997,69647.65978,151708.0228,1370.106437 +34019011600,"Census Tract 116, Hunterdon County, New Jersey",5196,3986.0,122610.0,441000.0,1939.0,4772.0,2.0,0.0,12.0,0.0,0.0,71.0,339.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 116,5016.737193,4872.349121,19.91559029,1.991559029,59.74677277,0.0,53.77209473,3562.89917,76522.99938,281999.997,1360.2348630000001 +34019011301,"Census Tract 113.01, Hunterdon County, New Jersey",6332,4386.0,144250.0,455700.0,2467.0,5523.0,21.0,0.0,359.0,0.0,0.0,54.0,375.0,New York City,New York-Newark-Jersey City,NJ,Hunterdon County,Census Tract 113.01,6080.27164,5616.9004159999995,90.242388,17.01904477,180.2770149,0.0,157.798149,4199.093611,92433.58957000001,276730.3665,2174.395462 +34023003002,"Census Tract 30.02, Middlesex County, New Jersey",6213,4296.0,100230.0,265200.0,2690.0,1353.0,504.0,0.0,3672.0,0.0,104.0,45.0,535.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 30.02,5506.0,2330.0,588.0,5.0,2149.0,0.0,367.0,4130.0,77273.0,136200.0,2467.0 +34023001901,"Census Tract 19.01, Middlesex County, New Jersey",5077,3998.0,67227.0,330600.0,1784.0,1917.0,643.0,0.0,1517.0,0.0,27.0,127.0,846.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 19.01,4893.0,2953.0,428.0,12.0,1020.0,0.0,417.0,3781.0,57014.0,190700.0,1400.0 +34023003102,"Census Tract 31.02, Middlesex County, New Jersey",5190,3798.0,91231.0,317700.0,1594.0,1772.0,704.0,11.0,1627.0,0.0,6.0,98.0,983.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 31.02,5053.0,2605.0,494.0,20.0,1468.0,0.0,417.0,3582.0,65164.0,175300.0,1513.0 +34023003201,"Census Tract 32.01, Middlesex County, New Jersey",3354,2379.0,85486.0,275900.0,577.0,1840.0,260.0,27.0,495.0,0.0,0.0,0.0,732.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 32.01,3073.0,2533.0,103.0,4.0,148.0,0.0,270.0,2201.0,52295.0,151700.0,332.0 +34023003101,"Census Tract 31.01, Middlesex County, New Jersey",2645,1911.0,111042.0,300500.0,743.0,1150.0,239.0,10.0,773.0,0.0,0.0,61.0,412.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 31.01,2886.0,1791.0,199.0,12.0,634.0,0.0,224.0,1957.0,67083.0,154400.0,614.0 +34023004400,"Census Tract 44, Middlesex County, New Jersey",4807,2824.0,60839.0,225700.0,391.0,225.0,477.0,0.0,65.0,0.0,0.0,0.0,4040.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 44,3928.0,909.0,151.0,10.0,33.0,0.0,2730.0,2363.0,43565.0,134100.0,165.0 +34023005200,"Census Tract 52, Middlesex County, New Jersey",5330,1958.0,25506.0,357400.0,222.0,1957.0,385.0,74.0,597.0,0.0,0.0,32.0,2285.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 52,5072.0,3464.0,213.0,9.0,390.0,1.0,930.0,1701.0,29790.0,142300.0,528.0 +34023005800,"Census Tract 58, Middlesex County, New Jersey",5456,2673.0,32198.0,246200.0,251.0,624.0,519.0,0.0,150.0,0.0,0.0,0.0,4163.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 58,5220.0,801.0,1261.0,20.0,110.0,0.0,3007.0,2593.0,40636.0,108700.0,304.0 +34023006607,"Census Tract 66.07, Middlesex County, New Jersey",2832,1991.0,134602.0,413600.0,1187.0,2044.0,55.0,0.0,411.0,0.0,16.0,52.0,254.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 66.07,2943.0,2588.0,30.0,3.0,244.0,0.0,63.0,2012.0,108281.0,239800.0,1099.0 +34023006608,"Census Tract 66.08, Middlesex County, New Jersey",3652,2855.0,100568.0,282500.0,1445.0,2217.0,141.0,0.0,1089.0,0.0,4.0,84.0,117.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 66.08,3904.0,2754.0,121.0,4.0,820.0,0.0,157.0,2666.0,63201.0,143900.0,1268.0 +34023007801,"Census Tract 78.01, Middlesex County, New Jersey",3220,2455.0,65089.0,319400.0,732.0,1940.0,356.0,0.0,475.0,0.0,0.0,21.0,428.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 78.01,3031.000069,2144.29248,150.95019530000002,12.99571228,498.8354187,0.0,215.928772,2340.228027,52284.000980000004,156299.9996,844.7213135 +34023001804,"Census Tract 18.04, Middlesex County, New Jersey",3998,3092.0,60773.0,291400.0,1250.0,1703.0,396.0,20.0,1454.0,0.0,0.0,29.0,396.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 18.04,3791.0,2431.0,246.0,7.0,756.0,0.0,338.0,2637.0,53194.0,155800.0,725.0 +34023001100,"Census Tract 11, Middlesex County, New Jersey",4514,3152.0,83032.0,404900.0,2490.0,2817.0,265.0,25.0,852.0,0.0,0.0,130.0,450.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 11,4397.0,2797.0,224.0,18.0,1108.0,0.0,221.0,3119.0,58917.0,236900.0,2338.0 +34023001413,"Census Tract 14.13, Middlesex County, New Jersey",5497,3969.0,135865.0,478800.0,2461.0,815.0,463.0,0.0,3548.0,0.0,9.0,525.0,137.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.13,4842.0,2342.0,641.0,25.0,1648.0,0.0,155.0,3182.0,77107.0,206800.0,1578.0 +34023001600,"Census Tract 16, Middlesex County, New Jersey",5068,3695.0,73625.0,272200.0,1333.0,1973.0,652.0,12.0,1012.0,0.0,0.0,308.0,1123.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 16,4787.207129,3312.501201,311.6225901,24.00696929,595.5265687000001,0.0,497.5134045,3359.8728969999997,50040.48167,147703.9525,790.2420827000001 +34023002200,"Census Tract 22, Middlesex County, New Jersey",3760,2644.0,106926.0,347200.0,1461.0,2940.0,106.0,0.0,404.0,0.0,13.0,70.0,227.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 22,3537.0,2885.0,237.0,11.0,200.0,0.0,187.0,2609.0,64440.0,175400.0,1129.0 +34023002701,"Census Tract 27.01, Middlesex County, New Jersey",5640,3941.0,78628.0,272100.0,1678.0,1679.0,411.0,12.0,2228.0,0.0,39.0,239.0,1032.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 27.01,5750.0,2366.0,712.0,42.0,1947.0,1.0,550.0,3783.0,51690.0,150700.0,1330.0 +34023000200,"Census Tract 2, Middlesex County, New Jersey",5693,3973.0,61528.0,264100.0,738.0,2587.0,689.0,0.0,561.0,0.0,0.0,17.0,1839.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 2,6244.0,4530.0,389.0,14.0,350.0,0.0,932.0,4331.0,50483.0,148600.0,784.0 +34023000701,"Census Tract 7.01, Middlesex County, New Jersey",3655,2667.0,101786.0,419800.0,1584.0,1120.0,587.0,0.0,1425.0,0.0,0.0,61.0,462.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 7.01,3543.0,1737.0,434.0,7.0,1071.0,0.0,264.0,2457.0,73958.0,250900.0,1271.0 +34023001002,"Census Tract 10.02, Middlesex County, New Jersey",7579,5673.0,88125.0,326200.0,2279.0,2841.0,941.0,0.0,2752.0,0.0,44.0,192.0,809.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 10.02,5950.0,3561.0,651.0,40.0,988.0,0.0,582.0,3832.0,65942.0,183200.0,863.0 +34023001414,"Census Tract 14.14, Middlesex County, New Jersey",5668,3790.0,107900.0,386400.0,2774.0,949.0,194.0,31.0,4159.0,0.0,0.0,56.0,279.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.14,4712.0,2021.0,384.0,17.0,2071.0,0.0,200.0,3463.0,83952.0,187000.0,2017.0 +34023001504,"Census Tract 15.04, Middlesex County, New Jersey",5947,4197.0,100924.0,385500.0,3018.0,1077.0,488.0,99.0,3821.0,0.0,24.0,99.0,339.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 15.04,6478.167545,2170.1942510000003,771.3646422999999,17.01188058,3140.414906,0.0,330.15993080000004,4515.299349,75264.57793,180800.8767,2628.827071 +34023002102,"Census Tract 21.02, Middlesex County, New Jersey",3968,2896.0,121174.0,453500.0,1808.0,2982.0,174.0,0.0,464.0,0.0,0.0,61.0,287.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 21.02,3544.0,3150.0,70.0,4.0,220.0,0.0,79.0,2570.0,84922.0,223500.0,1530.0 +34023002302,"Census Tract 23.02, Middlesex County, New Jersey",3780,2712.0,116979.0,363900.0,1027.0,2659.0,5.0,12.0,572.0,0.0,0.0,103.0,429.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 23.02,3533.0,3033.0,100.0,5.0,226.0,0.0,150.0,2491.0,65815.0,181600.0,575.0 +34023002703,"Census Tract 27.03, Middlesex County, New Jersey",5647,4018.0,65049.0,276700.0,934.0,2369.0,838.0,25.0,834.0,0.0,0.0,48.0,1533.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 27.03,5764.0,3891.0,511.0,35.0,898.0,0.0,409.0,4025.0,55137.0,138800.0,934.0 +34023003600,"Census Tract 36, Middlesex County, New Jersey",7976,5322.0,60948.0,256200.0,1616.0,1790.0,839.0,0.0,2387.0,0.0,24.0,63.0,2873.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 36,6350.0,3527.0,463.0,27.0,574.0,0.0,1703.0,4244.0,41025.0,127200.0,550.0 +34023003800,"Census Tract 38, Middlesex County, New Jersey",8012,5648.0,79142.0,273500.0,1277.0,2405.0,1372.0,0.0,1407.0,0.0,24.0,66.0,2738.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 38,7398.0,3703.0,1096.0,12.0,488.0,2.0,2049.0,4711.0,49750.0,134400.0,535.0 +34023000501,"Census Tract 5.01, Middlesex County, New Jersey",4589,3256.0,69464.0,254000.0,749.0,719.0,1892.0,0.0,441.0,0.0,27.0,260.0,1250.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 5.01,4846.0,1489.0,2403.0,22.0,250.0,1.0,653.0,3099.0,61550.0,148300.0,523.0 +34023000502,"Census Tract 5.02, Middlesex County, New Jersey",6697,4760.0,79063.0,260100.0,2560.0,971.0,1275.0,0.0,3811.0,0.0,10.0,124.0,506.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 5.02,6585.0,1785.0,934.0,39.0,3004.0,0.0,774.0,4414.0,57717.0,154800.0,1950.0 +34023000702,"Census Tract 7.02, Middlesex County, New Jersey",5221,3890.0,98889.0,327400.0,1811.0,2419.0,1263.0,28.0,981.0,0.0,9.0,124.0,397.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 7.02,5594.0,3289.0,1381.0,7.0,565.0,0.0,316.0,3906.0,79954.0,183900.0,1371.0 +34023001001,"Census Tract 10.01, Middlesex County, New Jersey",2584,1752.0,99250.0,342500.0,836.0,1720.0,221.0,0.0,369.0,0.0,0.0,40.0,234.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 10.01,2634.0,2147.0,130.0,1.0,146.0,0.0,170.0,1900.0,70976.0,189200.0,640.0 +34023001415,"Census Tract 14.15, Middlesex County, New Jersey",5355,3742.0,142989.0,562800.0,2407.0,2165.0,68.0,0.0,2483.0,0.0,7.0,99.0,533.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.15,5260.0,3891.0,70.0,9.0,1102.0,0.0,165.0,3655.0,107894.0,290400.0,1984.0 +34023000100,"Census Tract 1, Middlesex County, New Jersey",8182,5435.0,92723.0,319000.0,1640.0,5490.0,599.0,0.0,460.0,0.0,0.0,58.0,1575.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 1,7473.0,6769.0,78.0,14.0,272.0,0.0,303.0,5207.0,68438.0,175000.0,1450.0 +34023000401,"Census Tract 4.01, Middlesex County, New Jersey",3472,2453.0,81161.0,290100.0,1073.0,1282.0,765.0,21.0,637.0,0.0,0.0,77.0,711.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 4.01,3702.0,2310.0,514.0,20.0,518.0,0.0,332.0,2502.0,71391.0,162900.0,565.0 +34023007806,"Census Tract 78.06, Middlesex County, New Jersey",4310,3154.0,86938.0,361000.0,1059.0,3521.0,165.0,0.0,189.0,0.0,0.0,7.0,428.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 78.06,4058.0,3265.0,149.0,7.0,312.0,0.0,308.0,2766.0,56461.0,184800.0,782.0 +34023008207,"Census Tract 82.07, Middlesex County, New Jersey",2634,2588.0,58576.0,290800.0,1134.0,2292.0,74.0,2.0,185.0,0.0,0.0,19.0,62.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 82.07,2483.0,2434.0,15.0,1.0,12.0,0.0,16.0,2400.0,57273.0,234000.0,886.0 +34023002402,"Census Tract 24.02, Middlesex County, New Jersey",1633,1179.0,124219.0,439600.0,478.0,1043.0,0.0,0.0,449.0,0.0,0.0,0.0,141.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 24.02,1441.0,1162.0,13.0,4.0,207.0,0.0,53.0,1032.0,94319.0,311600.0,361.0 +34023002603,"Census Tract 26.03, Middlesex County, New Jersey",5429,4104.0,90313.0,321100.0,1886.0,1270.0,484.0,0.0,3122.0,0.0,222.0,169.0,162.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 26.03,3837.0,1882.0,357.0,11.0,1361.0,0.0,186.0,2749.0,64167.0,153600.0,1272.0 +34023000300,"Census Tract 3, Middlesex County, New Jersey",7392,4794.0,78447.0,279800.0,1436.0,3951.0,743.0,19.0,424.0,0.0,40.0,81.0,2153.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 3,6823.0,5227.0,259.0,24.0,275.0,0.0,1010.0,4715.0,59205.0,156900.0,1049.0 +34023000403,"Census Tract 4.03, Middlesex County, New Jersey",5457,3940.0,109245.0,317600.0,2143.0,1170.0,1087.0,0.0,2369.0,0.0,0.0,149.0,682.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 4.03,3140.0,1640.0,609.0,16.0,663.0,0.0,204.0,2200.0,82125.0,166700.0,955.0 +34023000603,"Census Tract 6.03, Middlesex County, New Jersey",2168,1598.0,116125.0,374000.0,915.0,856.0,162.0,8.0,892.0,0.0,0.0,25.0,225.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 6.03,2615.0,1385.0,357.0,9.0,601.0,0.0,243.0,1782.0,85236.0,189100.0,874.0 +34023000606,"Census Tract 6.06, Middlesex County, New Jersey",7244,5155.0,92279.0,309000.0,2940.0,1634.0,1361.0,47.0,3587.0,0.0,132.0,42.0,441.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 6.06,7083.0,2125.0,2220.0,39.0,2329.0,1.0,319.0,4697.0,76813.0,161200.0,2163.0 +34023000902,"Census Tract 9.02, Middlesex County, New Jersey",4672,3355.0,67481.0,313400.0,884.0,2923.0,470.0,0.0,367.0,0.0,0.0,0.0,912.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 9.02,4592.0,3551.0,406.0,10.0,214.0,1.0,379.0,3218.0,62317.0,159000.0,607.0 +34023001200,"Census Tract 12, Middlesex County, New Jersey",5302,3595.0,59244.0,339000.0,1967.0,2785.0,740.0,0.0,753.0,0.0,0.0,102.0,922.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 12,5428.7927740000005,3227.498779,803.3773804,8.993030548,679.4733887,0.0,662.4865722999999,3707.126953,46013.001489999995,154799.9987,1602.7579349999999 +34023001410,"Census Tract 14.10, Middlesex County, New Jersey",4249,3268.0,124881.0,503100.0,2347.0,825.0,133.0,14.0,3178.0,0.0,0.0,0.0,99.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.10,4740.0,1897.0,280.0,10.0,2390.0,0.0,152.0,3056.0,84283.0,259400.0,1561.0 +34023001805,"Census Tract 18.05, Middlesex County, New Jersey",5133,3523.0,85489.0,335400.0,1636.0,1697.0,799.0,0.0,1998.0,0.0,0.0,221.0,418.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 18.05,4636.0,2536.0,394.0,22.0,1291.0,0.0,349.0,3297.0,67394.0,157500.0,1263.0 +34023002000,"Census Tract 20, Middlesex County, New Jersey",3878,2844.0,112520.0,360400.0,1597.0,2161.0,342.0,0.0,992.0,0.0,0.0,140.0,243.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 20,3462.8323600000003,2398.805664,398.6353455,12.98811913,453.585083,0.0,174.8400574,2513.700684,70404.00278,181800.0051,904.1729126 +34023002301,"Census Tract 23.01, Middlesex County, New Jersey",3821,2760.0,108913.0,352100.0,1020.0,2817.0,353.0,0.0,327.0,0.0,18.0,0.0,306.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 23.01,4013.0,3216.0,365.0,3.0,244.0,0.0,174.0,2774.0,69079.0,183200.0,652.0 +34023002401,"Census Tract 24.01, Middlesex County, New Jersey",5341,3776.0,100156.0,331500.0,1356.0,3713.0,416.0,0.0,561.0,0.0,19.0,45.0,587.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 24.01,5536.0,4548.0,287.0,13.0,363.0,0.0,291.0,3870.0,67692.0,173700.0,888.0 +34023002605,"Census Tract 26.05, Middlesex County, New Jersey",2697,1905.0,73814.0,347100.0,685.0,1763.0,28.0,0.0,505.0,0.0,27.0,156.0,218.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 26.05,2777.0,2300.0,106.0,7.0,136.0,0.0,207.0,1931.0,63262.0,169600.0,517.0 +34023003500,"Census Tract 35, Middlesex County, New Jersey",3424,2388.0,74261.0,258300.0,432.0,1315.0,312.0,0.0,737.0,0.0,0.0,0.0,1060.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 35,3229.0,2337.0,151.0,5.0,240.0,0.0,474.0,2344.0,48958.0,135100.0,319.0 +34023003700,"Census Tract 37, Middlesex County, New Jersey",3671,2525.0,67813.0,276200.0,743.0,1174.0,384.0,55.0,836.0,0.0,57.0,58.0,1162.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 37,3522.0,2201.0,250.0,28.0,501.0,0.0,522.0,2333.0,56250.0,142700.0,352.0 +34023000801,"Census Tract 8.01, Middlesex County, New Jersey",3967,2896.0,101818.0,324200.0,908.0,1853.0,761.0,0.0,328.0,0.0,0.0,26.0,999.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 8.01,3738.0,2613.0,524.0,15.0,127.0,0.0,449.0,2515.0,71985.0,152800.0,619.0 +34023000802,"Census Tract 8.02, Middlesex County, New Jersey",2807,1940.0,95391.0,327300.0,536.0,1898.0,109.0,0.0,137.0,0.0,17.0,139.0,507.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 8.02,2637.0,2102.0,121.0,10.0,172.0,0.0,187.0,1849.0,57463.0,165100.0,499.0 +34023001300,"Census Tract 13, Middlesex County, New Jersey",4434,2951.0,78788.0,357300.0,2178.0,2812.0,345.0,0.0,377.0,0.0,20.0,75.0,805.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 13,4169.0,3490.0,128.0,6.0,223.0,0.0,261.0,2972.0,55063.0,177800.0,1885.0 +34023001803,"Census Tract 18.03, Middlesex County, New Jersey",3099,2297.0,84236.0,300500.0,653.0,1585.0,178.0,0.0,497.0,0.0,72.0,86.0,681.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 18.03,3158.0,2325.0,115.0,10.0,415.0,0.0,264.0,2119.0,65559.0,157800.0,363.0 +34023001903,"Census Tract 19.03, Middlesex County, New Jersey",3472,2439.0,87746.0,288500.0,1197.0,1886.0,195.0,0.0,713.0,0.0,6.0,77.0,595.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 19.03,3210.0,2552.0,163.0,12.0,229.0,0.0,232.0,2377.0,49199.0,144500.0,535.0 +34023002101,"Census Tract 21.01, Middlesex County, New Jersey",2334,1558.0,138125.0,544800.0,1046.0,1802.0,35.0,0.0,188.0,0.0,8.0,78.0,223.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 21.01,2293.0,2047.0,39.0,1.0,121.0,0.0,67.0,1559.0,102938.0,277100.0,986.0 +34023004200,"Census Tract 42, Middlesex County, New Jersey",3138,2066.0,60050.0,254200.0,283.0,627.0,38.0,13.0,0.0,0.0,2.0,0.0,2471.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 42,3120.0,803.0,177.0,11.0,31.0,0.0,2059.0,2005.0,43929.0,135100.0,206.0 +34023004800,"Census Tract 48, Middlesex County, New Jersey",5889,3693.0,35985.0,229200.0,338.0,458.0,209.0,0.0,59.0,0.0,0.0,19.0,5144.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 48,5839.0,717.0,445.0,21.0,24.0,3.0,4603.0,3348.0,31605.0,134300.0,185.0 +34023005000,"Census Tract 50, Middlesex County, New Jersey",5023,3154.0,52891.0,282800.0,519.0,386.0,136.0,0.0,59.0,0.0,52.0,0.0,4390.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 50,5520.0,694.0,378.0,11.0,33.0,0.0,4341.0,3149.0,42075.0,139000.0,276.0 +34023006601,"Census Tract 66.01, Middlesex County, New Jersey",2532,1866.0,120000.0,439500.0,955.0,1839.0,16.0,0.0,498.0,0.0,7.0,0.0,172.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 66.01,2398.0,2105.0,36.0,0.0,188.0,0.0,57.0,1719.0,98139.0,264500.0,776.0 +34023003300,"Census Tract 33, Middlesex County, New Jersey",5332,3738.0,62378.0,231600.0,940.0,1602.0,639.0,10.0,196.0,0.0,51.0,77.0,2767.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 33,5353.0,2526.0,627.0,16.0,383.0,0.0,1733.0,3488.0,44741.0,129800.0,576.0 +34023004600,"Census Tract 46, Middlesex County, New Jersey",5376,3220.0,42500.0,258200.0,416.0,271.0,253.0,0.0,60.0,0.0,15.0,28.0,4749.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 46,5694.0,477.0,297.0,20.0,42.0,1.0,4805.0,3188.0,31798.0,115200.0,243.0 +34023006800,"Census Tract 68, Middlesex County, New Jersey",4963,3288.0,57460.0,263300.0,574.0,3089.0,98.0,17.0,137.0,0.0,0.0,104.0,1518.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 68,4541.0,3637.0,220.0,15.0,92.0,0.0,509.0,3092.0,50625.0,148100.0,582.0 +34023007000,"Census Tract 70, Middlesex County, New Jersey",7847,5643.0,70890.0,313600.0,1792.0,5448.0,699.0,0.0,489.0,80.0,85.0,209.0,837.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 70,7270.0,5618.0,529.0,18.0,470.0,6.0,517.0,5158.0,61108.0,156600.0,1228.0 +34023007301,"Census Tract 73.01, Middlesex County, New Jersey",3088,2191.0,98393.0,316200.0,523.0,2300.0,161.0,0.0,181.0,0.0,0.0,0.0,446.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 73.01,3207.0,2788.0,78.0,11.0,127.0,0.0,186.0,2254.0,66087.0,155600.0,452.0 +34023007402,"Census Tract 74.02, Middlesex County, New Jersey",4596,3475.0,76755.0,256600.0,937.0,3914.0,205.0,0.0,147.0,0.0,51.0,17.0,262.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 74.02,4540.0,3935.0,172.0,11.0,213.0,0.0,199.0,3202.0,55188.0,138100.0,618.0 +34023008300,"Census Tract 83, Middlesex County, New Jersey",6038,4071.0,83095.0,267700.0,1290.0,4077.0,200.0,0.0,488.0,15.0,0.0,99.0,1159.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 83,6024.390218,4663.527832,545.9447632,21.99777412,146.9851227,0.0,605.9386597,4088.586182,59460.99778,138800.0012,826.9163208 +34023008601,"Census Tract 86.01, Middlesex County, New Jersey",5395,3873.0,134281.0,532100.0,2925.0,2603.0,26.0,0.0,2483.0,0.0,0.0,139.0,144.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 86.01,3703.0,2472.0,121.0,3.0,958.0,0.0,131.0,2635.0,104562.0,266400.0,1968.0 +34023000901,"Census Tract 9.01, Middlesex County, New Jersey",2545,1704.0,112137.0,325200.0,662.0,1718.0,115.0,0.0,123.0,0.0,25.0,37.0,527.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 9.01,2259.0,1928.0,85.0,6.0,98.0,0.0,121.0,1626.0,73219.0,166100.0,362.0 +34023006002,"Census Tract 60.02, Middlesex County, New Jersey",7211,2179.0,52512.0,296300.0,880.0,2252.0,1190.0,4.0,1760.0,29.0,0.0,183.0,1793.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 60.02,6237.999952,3008.402344,1249.97522,22.26796722,718.5130615,0.742265582,1203.212524,2354.466309,43215.99905,145600.0002,777.1520386 +34023005602,"Census Tract 56.02, Middlesex County, New Jersey",7928,4092.0,37378.0,262800.0,153.0,590.0,509.0,31.0,56.0,0.0,126.0,197.0,6450.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 56.02,7043.9998049999995,904.4707030999999,1448.059082,15.09967804,123.06237790000002,3.019935608,4483.094238000001,3917.611572,36614.0,127300.0039,388.0617371 +34023005601,"Census Tract 56.01, Middlesex County, New Jersey",3101,1808.0,38409.0,261000.0,151.0,139.0,283.0,0.0,65.0,0.0,15.0,5.0,2594.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 56.01,2286.000056,293.5292664,469.9408569,4.900321484,39.93762207,0.980064332,1454.905518,1271.388428,36614.00152,127300.0016,125.9382629 +34023006001,"Census Tract 60.01, Middlesex County, New Jersey",2352,1696.0,87750.0,279700.0,644.0,1060.0,569.0,0.0,270.0,0.0,0.0,4.0,449.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 60.01,2166.000048,1044.5976560000001,434.0247498,7.7320327760000005,249.48692319999998,0.257734418,417.78750610000003,817.5335693,43215.99995,145599.9994,269.8479309 +34023009100,"Census Tract 91, Middlesex County, New Jersey",3630,2412.0,90625.0,282900.0,778.0,1526.0,400.0,0.0,473.0,0.0,31.0,18.0,1182.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 91,2907.0,2391.0,106.0,4.0,83.0,0.0,312.0,1991.0,60784.04912999999,158090.6103,274.0 +34023009400,"Census Tract 94, Middlesex County, New Jersey",5558,4049.0,88224.0,298400.0,1839.0,3184.0,326.0,0.0,1281.0,0.0,0.0,189.0,578.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 94,5157.0,2966.0,323.0,12.0,1425.0,0.0,346.0,3548.0,59739.85303,177008.9501,1571.0 +34023009300,"Census Tract 93, Middlesex County, New Jersey",5852,3150.0,37125.0,438300.0,1229.0,1671.0,1232.0,49.0,443.0,3.0,0.0,52.0,2402.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 93,4272.889938,816.4977112,1268.867035,20.96739674,193.1034088,3.0,1955.519592,2227.093201,26454.91364,136333.6031,387.2231293 +34023009200,"Census Tract 92, Middlesex County, New Jersey",4710,3529.0,82260.0,269300.0,1085.0,3064.0,477.0,0.0,477.0,0.0,0.0,21.0,671.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 92,4432.0,3585.0,205.0,15.0,249.0,0.0,359.0,3207.0,61902.910529999994,139983.2476,622.0 +34023009000,"Census Tract 90, Middlesex County, New Jersey",7559,6573.0,61108.0,212300.0,908.0,2238.0,3427.0,0.0,711.0,0.0,13.0,0.0,1170.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 90,6038.0,2339.0,2201.0,30.0,685.0,1.0,770.0,5018.0,59819.23491,66940.7155,977.0 +34023001506,"Census Tract 15.06, Middlesex County, New Jersey",5779,3950.0,95448.0,318200.0,2802.0,769.0,320.0,0.0,4189.0,0.0,0.0,82.0,419.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 15.06,6105.376564,1465.112305,895.8411865,26.7193718,3098.705078,0.0,586.3417969,3891.379639,74405.00086,150900.003,2426.267334 +34023001505,"Census Tract 15.05, Middlesex County, New Jersey",2291,1569.0,110833.0,288800.0,1093.0,164.0,237.0,3.0,1706.0,0.0,0.0,18.0,163.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 15.05,2120.623436,508.88775630000004,311.15881349999995,9.280628204,1076.295044,0.0,203.6582184,1351.620361,74404.99753,150900.0056,842.7325438999999 +34023008900,"Census Tract 89, Middlesex County, New Jersey",4331,3044.0,66354.0,191700.0,1322.0,976.0,842.0,0.0,1545.0,0.0,21.0,29.0,918.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 89,3711.0,1466.0,755.0,14.0,861.0,0.0,581.0,2547.0,53760.63619,48644.44444,1025.0 +34023008800,"Census Tract 88, Middlesex County, New Jersey",12391,1823.0,117153.0,380100.0,1328.0,4293.0,1611.0,3.0,5223.0,52.0,0.0,158.0,1051.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 88,6400.0,2919.0,649.0,9.0,2371.0,0.0,411.0,2191.0,57470.1785,220161.0169,1420.0 +34023008605,"Census Tract 86.05, Middlesex County, New Jersey",2591,1866.0,96534.0,407300.0,1413.0,696.0,246.0,29.0,1428.0,0.0,6.0,95.0,91.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 86.05,3249.092912,1635.836426,355.5121765,9.128014565,1033.387329,0.0,200.81633,2298.818604,60416.99933,146800.0003,1525.819824 +34023007912,"Census Tract 79.12, Middlesex County, New Jersey",7065,5394.0,104107.0,352400.0,2696.0,4264.0,398.0,0.0,1460.0,0.0,0.0,40.0,903.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.12,5878.969695000001,4184.61084,317.2174377,15.82921314,1010.536926,0.6331685189999999,326.7149658,3883.2224119999996,89098.00273,224300.0009,1760.2084960000002 +34023007911,"Census Tract 79.11, Middlesex County, New Jersey",3748,2494.0,153625.0,487200.0,1454.0,2132.0,327.0,0.0,475.0,0.0,13.0,169.0,632.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.11,3406.0303049999998,2424.38916,183.7825775,9.170786858,585.4630737000001,0.366831481,189.2850494,2249.777588,89097.99528999999,224299.9984,1019.7915039999999 +34023006203,"Census Tract 62.03, Middlesex County, New Jersey",9455,6582.0,102625.0,352800.0,3539.0,3231.0,2055.0,0.0,3279.0,0.0,0.0,84.0,806.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 62.03,5495.0,3271.0,857.0,19.0,819.0,1.0,513.0,3850.0,73238.0,167200.0,1289.0 +34023002805,"Census Tract 28.05, Middlesex County, New Jersey",2522,1825.0,95438.0,315600.0,498.0,1709.0,82.0,0.0,168.0,0.0,0.0,38.0,525.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 28.05,2761.0,2356.0,63.0,4.0,120.0,0.0,216.0,1957.0,70325.0,166700.0,444.0 +34023004000,"Census Tract 40, Middlesex County, New Jersey",4089,2679.0,56178.0,267200.0,468.0,749.0,333.0,0.0,58.0,0.0,0.0,43.0,2906.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 40,4626.0,1319.0,843.0,1.0,136.0,0.0,2311.0,3091.0,35625.0,147800.0,403.0 +34023004100,"Census Tract 41, Middlesex County, New Jersey",2826,1844.0,73750.0,253100.0,303.0,403.0,110.0,0.0,25.0,0.0,0.0,32.0,2256.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 41,2255.0,989.0,123.0,9.0,41.0,0.0,1042.0,1493.0,44625.0,122900.0,205.0 +34023001416,"Census Tract 14.16, Middlesex County, New Jersey",9253,7052.0,88485.0,449300.0,4084.0,726.0,196.0,53.0,7582.0,0.0,18.0,427.0,251.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.16,7242.0,2399.0,159.0,47.0,4316.0,0.0,253.0,5027.0,58125.0,216300.0,2620.0 +34023001417,"Census Tract 14.17, Middlesex County, New Jersey",2113,1599.0,103500.0,531300.0,899.0,854.0,72.0,9.0,1110.0,0.0,0.0,31.0,37.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.17,1994.0,1377.0,50.0,1.0,508.0,0.0,55.0,1495.0,118669.0,262700.0,753.0 +34023001701,"Census Tract 17.01, Middlesex County, New Jersey",5076,3815.0,95806.0,300300.0,1272.0,2995.0,237.0,0.0,1107.0,0.0,0.0,93.0,644.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 17.01,5424.0,4063.0,226.0,9.0,633.0,2.0,470.0,3638.0,64576.0,150800.0,680.0 +34023001902,"Census Tract 19.02, Middlesex County, New Jersey",2034,1546.0,68512.0,296600.0,616.0,1092.0,107.0,0.0,419.0,0.0,0.0,0.0,416.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 19.02,2174.0,1718.0,103.0,4.0,137.0,0.0,193.0,1550.0,59938.0,158000.0,437.0 +34023002500,"Census Tract 25, Middlesex County, New Jersey",7042,5506.0,80553.0,297200.0,2573.0,2021.0,247.0,0.0,4177.0,0.0,0.0,83.0,514.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 25,6527.0,4233.0,214.0,36.0,1596.0,0.0,375.0,4520.0,63092.0,149900.0,1177.0 +34023002604,"Census Tract 26.04, Middlesex County, New Jersey",6222,4711.0,98705.0,291000.0,1768.0,2824.0,444.0,21.0,2246.0,0.0,0.0,62.0,625.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 26.04,6556.0,4662.0,469.0,12.0,985.0,1.0,399.0,4684.0,70833.0,147600.0,1245.0 +34023002901,"Census Tract 29.01, Middlesex County, New Jersey",3510,2380.0,78828.0,269400.0,921.0,1277.0,690.0,0.0,679.0,0.0,0.0,18.0,846.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 29.01,2981.0,2325.0,148.0,2.0,254.0,0.0,233.0,2064.0,61500.0,147500.0,500.0 +34023003001,"Census Tract 30.01, Middlesex County, New Jersey",4107,2856.0,75197.0,282400.0,915.0,2442.0,248.0,0.0,296.0,0.0,15.0,67.0,1039.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 30.01,4194.0,3336.0,252.0,2.0,159.0,0.0,433.0,2891.0,46455.0,155500.0,402.0 +34023000608,"Census Tract 6.08, Middlesex County, New Jersey",1836,1209.0,84044.0,259400.0,794.0,444.0,349.0,0.0,919.0,0.0,0.0,49.0,75.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 6.08,1670.0,653.0,263.0,11.0,670.0,0.0,71.0,1079.0,75158.0,134800.0,613.0 +34023004900,"Census Tract 49, Middlesex County, New Jersey",4996,3292.0,31964.0,233200.0,453.0,395.0,206.0,25.0,56.0,0.0,17.0,28.0,4294.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 49,4564.0,860.0,428.0,5.0,135.0,0.0,3059.0,2857.0,32670.0,147100.0,312.0 +34023005700,"Census Tract 57, Middlesex County, New Jersey",5470,3346.0,39000.0,188400.0,596.0,757.0,810.0,0.0,129.0,0.0,0.0,43.0,3731.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 57,4072.0,656.0,1672.0,6.0,60.0,0.0,1635.0,2522.0,40196.0,95300.0,343.0 +34023006605,"Census Tract 66.05, Middlesex County, New Jersey",3820,2746.0,116573.0,499900.0,1704.0,3053.0,20.0,15.0,582.0,0.0,0.0,67.0,83.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 66.05,3750.0,3119.0,98.0,0.0,429.0,0.0,70.0,2534.0,83199.0,329900.0,1522.0 +34023007102,"Census Tract 71.02, Middlesex County, New Jersey",4767,3485.0,91797.0,312400.0,1038.0,2929.0,405.0,0.0,808.0,0.0,0.0,116.0,509.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 71.02,3649.0,3253.0,78.0,4.0,102.0,0.0,190.0,2564.0,59417.0,163700.0,553.0 +34023007202,"Census Tract 72.02, Middlesex County, New Jersey",4761,3556.0,91797.0,290900.0,1218.0,2932.0,288.0,0.0,1106.0,33.0,0.0,51.0,351.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 72.02,4931.0,3667.0,199.0,6.0,719.0,0.0,304.0,3289.0,70061.0,162000.0,852.0 +34023007500,"Census Tract 75, Middlesex County, New Jersey",3434,2488.0,81604.0,278200.0,452.0,2590.0,162.0,0.0,163.0,0.0,0.0,29.0,490.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 75,3259.0,2933.0,18.0,2.0,47.0,1.0,243.0,2293.0,52569.0,142600.0,309.0 +34023008205,"Census Tract 82.05, Middlesex County, New Jersey",3272,3224.0,51250.0,171000.0,1298.0,2902.0,83.0,0.0,187.0,0.0,0.0,16.0,84.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 82.05,3658.0,3600.0,20.0,3.0,19.0,0.0,12.0,3697.0,43382.0,160500.0,1155.0 +34023008501,"Census Tract 85.01, Middlesex County, New Jersey",5694,3748.0,81681.0,342000.0,2314.0,1498.0,1026.0,0.0,2738.0,0.0,110.0,16.0,306.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 85.01,4317.0,2350.0,687.0,15.0,875.0,0.0,365.0,3051.0,62824.0,165000.0,1534.0 +34023008502,"Census Tract 85.02, Middlesex County, New Jersey",4949,3462.0,139432.0,501500.0,2246.0,1999.0,198.0,0.0,2301.0,0.0,11.0,148.0,292.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 85.02,3175.0,2404.0,120.0,9.0,495.0,0.0,128.0,2000.0,89075.0,246000.0,864.0 +34023008503,"Census Tract 85.03, Middlesex County, New Jersey",9219,5720.0,125052.0,364100.0,3657.0,2591.0,970.0,14.0,4566.0,0.0,0.0,174.0,904.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 85.03,7437.0,4456.0,779.0,31.0,1755.0,1.0,387.0,4690.0,78512.0,162500.0,2301.0 +34023008700,"Census Tract 87, Middlesex County, New Jersey",3844,2703.0,138906.0,673500.0,1777.0,2926.0,222.0,0.0,466.0,0.0,0.0,41.0,189.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 87,3227.0,2821.0,79.0,5.0,262.0,0.0,55.0,2142.0,111680.0,352200.0,1342.0 +34023007703,"Census Tract 77.03, Middlesex County, New Jersey",3280,2240.0,102759.0,323100.0,620.0,2434.0,96.0,0.0,107.0,0.0,0.0,5.0,638.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 77.03,3169.0,2715.0,85.0,7.0,190.0,0.0,168.0,2029.0,74861.0,145800.0,436.0 +34023007910,"Census Tract 79.10, Middlesex County, New Jersey",3324,2551.0,61453.0,212700.0,956.0,2544.0,82.0,25.0,436.0,0.0,0.0,93.0,144.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.10,3179.0,2626.0,155.0,4.0,244.0,1.0,128.0,2424.0,56447.0,128700.0,658.0 +34023008101,"Census Tract 81.01, Middlesex County, New Jersey",4424,3531.0,61705.0,262700.0,713.0,3630.0,90.0,15.0,95.0,0.0,0.0,63.0,531.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 81.01,4475.0,4024.0,97.0,10.0,144.0,0.0,186.0,3307.0,50594.0,130100.0,548.0 +34023006604,"Census Tract 66.04, Middlesex County, New Jersey",6802,4908.0,84750.0,329100.0,2845.0,3334.0,498.0,0.0,2429.0,0.0,39.0,85.0,417.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 66.04,6855.0,4679.0,230.0,14.0,1609.0,0.0,223.0,4617.0,70648.0,154700.0,2439.0 +34023006606,"Census Tract 66.06, Middlesex County, New Jersey",3015,2076.0,159926.0,480600.0,1558.0,2179.0,29.0,11.0,681.0,0.0,14.0,31.0,81.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 66.06,2739.0,2306.0,24.0,0.0,318.0,0.0,81.0,1824.0,107652.0,279800.0,1142.0 +34023007101,"Census Tract 71.01, Middlesex County, New Jersey",3768,2714.0,82865.0,326200.0,750.0,2432.0,317.0,0.0,434.0,0.0,6.0,0.0,579.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 71.01,3786.0,2932.0,239.0,16.0,291.0,0.0,294.0,2641.0,60293.0,165200.0,519.0 +34023007704,"Census Tract 77.04, Middlesex County, New Jersey",2730,1909.0,98800.0,317100.0,658.0,2006.0,170.0,0.0,173.0,0.0,0.0,24.0,357.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 77.04,2864.0,2498.0,65.0,6.0,90.0,0.0,190.0,1921.0,61771.0,147600.0,356.0 +34023007804,"Census Tract 78.04, Middlesex County, New Jersey",5338,3921.0,86172.0,337600.0,1365.0,3639.0,301.0,0.0,764.0,0.0,18.0,100.0,516.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 78.04,5458.0,4114.0,228.0,29.0,723.0,0.0,338.0,3600.0,76476.0,158100.0,1097.0 +34023007906,"Census Tract 79.06, Middlesex County, New Jersey",1649,1076.0,64861.0,355800.0,312.0,929.0,220.0,0.0,129.0,0.0,5.0,6.0,360.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.06,1726.0,797.0,217.0,9.0,228.0,0.0,437.0,992.0,46429.0,178500.0,233.0 +34023007909,"Census Tract 79.09, Middlesex County, New Jersey",4311,3032.0,135720.0,377200.0,1633.0,3221.0,52.0,10.0,574.0,0.0,0.0,39.0,425.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.09,3361.0,2592.0,111.0,21.0,449.0,0.0,172.0,2233.0,82764.0,186200.0,935.0 +34023008405,"Census Tract 84.05, Middlesex County, New Jersey",5058,3347.0,151964.0,479900.0,2028.0,2179.0,289.0,0.0,2188.0,0.0,12.0,41.0,349.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 84.05,4809.0,3237.0,287.0,9.0,1113.0,0.0,133.0,3004.0,101314.0,257000.0,1495.0 +34023006206,"Census Tract 62.06, Middlesex County, New Jersey",1748,1219.0,125938.0,424700.0,750.0,1212.0,84.0,0.0,364.0,0.0,0.0,21.0,67.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 62.06,1794.0,1579.0,39.0,9.0,89.0,0.0,78.0,1349.0,101320.0,237400.0,764.0 +34023006300,"Census Tract 63, Middlesex County, New Jersey",7069,5028.0,99704.0,335900.0,1788.0,5419.0,372.0,0.0,277.0,0.0,0.0,87.0,914.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 63,7000.0,6407.0,48.0,16.0,223.0,0.0,261.0,4918.0,68429.0,175400.0,1339.0 +34023006701,"Census Tract 67.01, Middlesex County, New Jersey",3974,2870.0,103017.0,347300.0,1178.0,2638.0,158.0,0.0,753.0,0.0,0.0,44.0,381.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 67.01,4161.0,3300.0,109.0,20.0,471.0,0.0,234.0,2759.0,79322.0,180100.0,920.0 +34023007805,"Census Tract 78.05, Middlesex County, New Jersey",4884,3395.0,123397.0,345000.0,1344.0,3566.0,99.0,14.0,428.0,0.0,0.0,204.0,587.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 78.05,4605.0,3789.0,156.0,8.0,306.0,0.0,328.0,3062.0,79495.0,173900.0,822.0 +34023008202,"Census Tract 82.02, Middlesex County, New Jersey",13167,9566.0,138116.0,517100.0,5545.0,8518.0,457.0,0.0,3603.0,0.0,60.0,140.0,389.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 82.02,4126.0,3318.0,437.0,7.0,134.0,0.0,208.0,2392.0,81514.0,277400.0,602.0 +34023008209,"Census Tract 82.09, Middlesex County, New Jersey",3494,2469.0,101302.0,349000.0,897.0,2804.0,66.0,0.0,427.0,0.0,0.0,84.0,113.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 82.09,4040.0,3627.0,56.0,5.0,202.0,1.0,141.0,2613.0,78657.0,168200.0,761.0 +34023008504,"Census Tract 85.04, Middlesex County, New Jersey",6905,4934.0,94261.0,421500.0,3067.0,3422.0,383.0,0.0,2786.0,0.0,0.0,92.0,222.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 85.04,5589.0,4013.0,328.0,7.0,928.0,0.0,288.0,3896.0,81917.0,224300.0,2337.0 +34023000404,"Census Tract 4.04, Middlesex County, New Jersey",4965,3599.0,70518.0,276300.0,1465.0,1788.0,674.0,0.0,1636.0,0.0,0.0,123.0,744.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 4.04,5304.0,3350.0,655.0,13.0,831.0,1.0,415.0,3791.0,60364.0,158500.0,1307.0 +34023007600,"Census Tract 76, Middlesex County, New Jersey",5377,4113.0,58703.0,279800.0,1367.0,4273.0,200.0,0.0,152.0,0.0,0.0,31.0,721.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 76,4654.0,4188.0,54.0,22.0,78.0,1.0,291.0,3100.0,46848.0,138500.0,363.0 +34023007905,"Census Tract 79.05, Middlesex County, New Jersey",2330,1736.0,91750.0,279600.0,485.0,1562.0,91.0,0.0,263.0,0.0,15.0,76.0,323.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.05,2443.0,1850.0,66.0,2.0,235.0,0.0,271.0,1568.0,70385.0,141000.0,308.0 +34023008103,"Census Tract 81.03, Middlesex County, New Jersey",2321,1729.0,79702.0,262000.0,531.0,1796.0,116.0,6.0,121.0,0.0,0.0,26.0,262.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 81.03,1825.0,1631.0,45.0,3.0,48.0,0.0,97.0,1308.0,60125.0,116200.0,241.0 +34023008204,"Census Tract 82.04, Middlesex County, New Jersey",4540,4300.0,56964.0,178600.0,1479.0,3423.0,205.0,61.0,626.0,0.0,0.0,0.0,225.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 82.04,3289.0,3193.0,28.0,2.0,32.0,0.0,30.0,3178.0,37315.0,120300.0,897.0 +34023008403,"Census Tract 84.03, Middlesex County, New Jersey",7762,5230.0,127411.0,452800.0,3383.0,2964.0,992.0,71.0,3049.0,0.0,0.0,246.0,440.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 84.03,6309.0,4173.0,568.0,22.0,1191.0,0.0,322.0,4178.0,86112.0,206600.0,2187.0 +34023008406,"Census Tract 84.06, Middlesex County, New Jersey",2097,1473.0,128750.0,430900.0,895.0,1141.0,70.0,18.0,657.0,0.0,43.0,12.0,174.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 84.06,2225.0,1649.0,127.0,14.0,314.0,5.0,108.0,1440.0,100473.0,217000.0,700.0 +34023008602,"Census Tract 86.02, Middlesex County, New Jersey",5526,3790.0,105703.0,563700.0,3227.0,1642.0,397.0,179.0,2922.0,0.0,172.0,86.0,150.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 86.02,4478.0,2565.0,388.0,8.0,1329.0,0.0,170.0,2963.0,82677.0,308000.0,2131.0 +34023008604,"Census Tract 86.04, Middlesex County, New Jersey",5826,3983.0,94327.0,398900.0,3045.0,1840.0,155.0,7.0,3625.0,0.0,15.0,39.0,145.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 86.04,5271.0,2770.0,368.0,9.0,1871.0,0.0,218.0,3564.0,68634.0,186000.0,2525.0 +34023006207,"Census Tract 62.07, Middlesex County, New Jersey",6748,4510.0,65684.0,282500.0,1943.0,2299.0,2145.0,31.0,1143.0,0.0,0.0,95.0,1066.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 62.07,6790.0,3421.0,1581.0,11.0,793.0,0.0,887.0,4403.0,55095.0,150900.0,1247.0 +34023006500,"Census Tract 65, Middlesex County, New Jersey",7320,5107.0,114063.0,379000.0,2717.0,4595.0,239.0,0.0,1813.0,0.0,0.0,57.0,616.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 65,6451.0,5418.0,119.0,8.0,638.0,0.0,235.0,4418.0,74762.0,185700.0,1753.0 +34023004300,"Census Tract 43, Middlesex County, New Jersey",3940,2508.0,61250.0,226300.0,210.0,465.0,187.0,0.0,8.0,0.0,6.0,0.0,3274.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 43,3453.78095,936.9405517999999,229.98541260000002,9.999365807,23.99847794,0.9999365809999999,2209.8598629999997,2082.86792,46421.99879,114099.9966,173.9889679 +34023005300,"Census Tract 53, Middlesex County, New Jersey",3952,1821.0,45385.0,246200.0,138.0,382.0,283.0,61.0,319.0,0.0,0.0,8.0,2899.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 53,3417.1100539999998,519.5022981000001,466.1329623,6.032603234,142.89658889999998,0.0,2264.480395,1578.906787,36832.593539999994,123280.2022,123.7768762 +34023005500,"Census Tract 55, Middlesex County, New Jersey",4081,2247.0,25676.0,143500.0,237.0,181.0,1023.0,0.0,118.0,0.0,0.0,106.0,2653.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 55,3082.0,274.0,1633.0,5.0,32.0,0.0,1119.0,1623.0,34508.0,78000.0,156.0 +34023004700,"Census Tract 47, Middlesex County, New Jersey",4439,2623.0,64545.0,242500.0,519.0,386.0,286.0,44.0,259.0,0.0,0.0,0.0,3508.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 47,3359.0,570.0,290.0,2.0,109.0,0.0,2375.0,2025.0,35720.0,121200.0,174.0 +34023005100,"Census Tract 51, Middlesex County, New Jersey",6059,1526.0,53209.0,364600.0,991.0,3316.0,460.0,0.0,1558.0,4.0,6.0,39.0,676.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 51,5703.0,4182.0,292.0,18.0,692.0,0.0,477.0,1482.0,42875.0,180500.0,847.0 +34023006101,"Census Tract 61.01, Middlesex County, New Jersey",6418,3231.0,53708.0,253100.0,678.0,2054.0,644.0,88.0,616.0,2.0,0.0,32.0,3033.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 61.01,3917.0,2663.0,326.0,12.0,171.0,0.0,686.0,2719.0,42117.0,147500.0,545.0 +34023006104,"Census Tract 61.04, Middlesex County, New Jersey",4210,3012.0,99583.0,362400.0,1368.0,1654.0,625.0,0.0,1087.0,10.0,10.0,81.0,743.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 61.04,4749.0,2521.0,938.0,6.0,674.0,0.0,590.0,3176.0,67333.0,204800.0,1094.0 +34023006403,"Census Tract 64.03, Middlesex County, New Jersey",2902,2016.0,114375.0,419100.0,1104.0,1412.0,222.0,0.0,993.0,0.0,0.0,0.0,275.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 64.03,2460.0,1807.0,80.0,2.0,397.0,0.0,134.0,1734.0,90538.0,226400.0,867.0 +34023007303,"Census Tract 73.03, Middlesex County, New Jersey",1842,1366.0,83750.0,291600.0,272.0,1309.0,108.0,0.0,157.0,0.0,0.0,54.0,214.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 73.03,1895.0,1573.0,77.0,12.0,88.0,0.0,137.0,1283.0,71538.0,154700.0,197.0 +34023007304,"Census Tract 73.04, Middlesex County, New Jersey",7042,5080.0,84275.0,327700.0,2122.0,2996.0,1011.0,16.0,1714.0,0.0,19.0,220.0,1082.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 73.04,4983.0,3155.0,464.0,8.0,792.0,0.0,515.0,3569.0,53191.0,188100.0,1150.0 +34023007702,"Census Tract 77.02, Middlesex County, New Jersey",6178,4472.0,96534.0,449100.0,1897.0,3842.0,481.0,11.0,1349.0,0.0,0.0,29.0,477.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 77.02,3193.0,2511.0,121.0,13.0,332.0,0.0,185.0,2188.0,52052.0,216200.0,597.0 +34023007907,"Census Tract 79.07, Middlesex County, New Jersey",3177,2481.0,94464.0,299100.0,935.0,2400.0,46.0,0.0,336.0,0.0,0.0,18.0,377.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.07,3371.0,2613.707454,161.0498021,6.0042875989999995,312.1645778,0.0,261.0712401,2462.772098,58306.820360000005,159699.4572,674.2786938999999 +34023008208,"Census Tract 82.08, Middlesex County, New Jersey",12822,8325.0,143611.0,562400.0,4195.0,7846.0,442.0,12.0,3427.0,0.0,21.0,399.0,675.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 82.08,6667.609628,5897.471918,222.05524599999998,13.00222603,290.01487389999994,0.0,233.06131690000004,4461.413738,90952.77186000001,234692.7535,1328.083678 +34023008404,"Census Tract 84.04, Middlesex County, New Jersey",3918,2828.0,89099.0,352500.0,1360.0,2315.0,74.0,0.0,1009.0,0.0,16.0,71.0,433.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 84.04,3873.0,3110.0,202.0,1.0,366.0,0.0,187.0,2613.0,57768.0,160500.0,780.0 +34023006900,"Census Tract 69, Middlesex County, New Jersey",3535,2124.0,56652.0,277300.0,246.0,1657.0,181.0,0.0,34.0,0.0,0.0,64.0,1599.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 69,3511.0,2740.0,216.0,5.0,38.0,0.0,454.0,2297.0,40000.0,133600.0,399.0 +34023007908,"Census Tract 79.08, Middlesex County, New Jersey",4666,3329.0,56491.0,,977.0,1285.0,707.0,0.0,1417.0,0.0,10.0,60.0,1187.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 79.08,4486.0,1545.0,896.0,25.0,1299.0,2.0,633.0,2798.0,45991.0,,855.0 +34023006205,"Census Tract 62.05, Middlesex County, New Jersey",6897,5181.0,109761.0,314300.0,3284.0,2526.0,1176.0,0.0,2258.0,0.0,38.0,59.0,840.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 62.05,6916.0,4163.0,974.0,14.0,1368.0,0.0,358.0,4947.0,71354.0,140300.0,2603.0 +34023007203,"Census Tract 72.03, Middlesex County, New Jersey",4874,3367.0,78045.0,297800.0,1172.0,2709.0,298.0,7.0,1016.0,0.0,21.0,93.0,730.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 72.03,4401.0,3060.0,304.0,4.0,712.0,0.0,295.0,3095.0,56495.0,144200.0,885.0 +34023008001,"Census Tract 80.01, Middlesex County, New Jersey",6670,4890.0,67679.0,230200.0,1401.0,4366.0,451.0,0.0,546.0,0.0,0.0,45.0,1262.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 80.01,6429.690347,5473.7459770000005,269.6355352,28.59878915,173.03889919999997,0.0,446.4770693,4300.662903,57834.89629,120504.3854,648.3161522999999 +34023003401,"Census Tract 34.01, Middlesex County, New Jersey",3676,2707.0,71949.0,276100.0,853.0,2253.0,274.0,0.0,167.0,0.0,0.0,19.0,963.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 34.01,3952.0,3138.0,188.0,7.0,194.0,1.0,403.0,2750.0,57699.0,147400.0,447.0 +34023001409,"Census Tract 14.09, Middlesex County, New Jersey",3347,2489.0,167599.0,515300.0,1577.0,1069.0,37.0,0.0,1888.0,0.0,0.0,68.0,285.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.09,3718.0,2303.0,93.0,11.0,1183.0,0.0,98.0,2579.0,100214.0,256900.0,1227.0 +34023001502,"Census Tract 15.02, Middlesex County, New Jersey",6066,4055.0,102583.0,357800.0,2074.0,3580.0,371.0,9.0,1223.0,0.0,0.0,135.0,748.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 15.02,5663.0,4399.0,168.0,11.0,657.0,1.0,383.0,3687.0,67500.0,172400.0,1308.0 +34023002902,"Census Tract 29.02, Middlesex County, New Jersey",3232,2361.0,62756.0,277600.0,628.0,1145.0,179.0,0.0,413.0,0.0,0.0,215.0,1280.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 29.02,2704.0,2139.0,109.0,7.0,115.0,0.0,322.0,1956.0,40223.0,143500.0,356.0 +34023006204,"Census Tract 62.04, Middlesex County, New Jersey",1811,1297.0,92143.0,323000.0,800.0,550.0,301.0,9.0,761.0,0.0,0.0,18.0,172.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 62.04,1798.0,755.0,306.0,7.0,603.0,0.0,118.0,1224.0,69406.0,144300.0,651.0 +34023007103,"Census Tract 71.03, Middlesex County, New Jersey",5296,3489.0,49254.0,343200.0,1238.0,1468.0,2066.0,0.0,997.0,0.0,0.0,55.0,710.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 71.03,4553.0,1120.0,1663.0,22.0,1202.0,0.0,463.0,2768.0,50657.0,167000.0,1106.0 +34023008102,"Census Tract 81.02, Middlesex County, New Jersey",4019,2833.0,80875.0,330000.0,914.0,3347.0,148.0,0.0,144.0,0.0,0.0,0.0,380.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 81.02,3405.0,3113.0,26.0,3.0,98.0,0.0,159.0,2343.0,65451.0,166400.0,477.0 +34023001411,"Census Tract 14.11, Middlesex County, New Jersey",3373,2409.0,133445.0,470400.0,1501.0,904.0,124.0,6.0,2168.0,0.0,0.0,25.0,146.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.11,3546.0,1848.0,368.0,4.0,1199.0,0.0,96.0,2433.0,91501.0,215800.0,1040.0 +34023004500,"Census Tract 45, Middlesex County, New Jersey",8040,4791.0,47795.0,232100.0,844.0,551.0,1130.0,0.0,100.0,0.0,18.0,59.0,6182.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 45,4944.218961,644.0593996,618.0145805,11.00063393,120.00152140000002,6.33934e-05,3498.140099,2707.132048,32003.70893,134697.8216,407.0110305 +34023006703,"Census Tract 67.03, Middlesex County, New Jersey",6266,4381.0,107181.0,363800.0,1954.0,3176.0,410.0,0.0,1890.0,0.0,10.0,94.0,686.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 67.03,5938.0,3962.0,258.0,20.0,1295.0,0.0,357.0,3821.0,77006.0,193800.0,1553.0 +34023001412,"Census Tract 14.12, Middlesex County, New Jersey",3420,2436.0,136806.0,400200.0,1699.0,1225.0,170.0,0.0,1877.0,0.0,10.0,60.0,78.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 14.12,3100.0,2345.0,74.0,3.0,576.0,0.0,74.0,2336.0,87363.0,222700.0,1073.0 +34023003203,"Census Tract 32.03, Middlesex County, New Jersey",3626,2541.0,72708.0,269500.0,659.0,1714.0,289.0,0.0,209.0,0.0,6.0,106.0,1302.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 32.03,3253.0,2617.0,72.0,9.0,148.0,0.0,403.0,2347.0,48262.0,137100.0,280.0 +34023006103,"Census Tract 61.03, Middlesex County, New Jersey",5304,3582.0,68355.0,283500.0,1356.0,1825.0,596.0,9.0,1100.0,0.0,58.0,150.0,1566.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 61.03,4828.0,2683.0,639.0,8.0,898.0,0.0,545.0,3421.0,47625.0,153000.0,1090.0 +34023008206,"Census Tract 82.06, Middlesex County, New Jersey",3867,3777.0,38927.0,103000.0,1062.0,3005.0,303.0,0.0,212.0,0.0,0.0,110.0,237.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 82.06,3736.0,3624.0,47.0,8.0,25.0,0.0,26.0,3653.0,34092.0,91000.0,980.0 +34023001702,"Census Tract 17.02, Middlesex County, New Jersey",3406,2564.0,76333.0,284300.0,932.0,1627.0,180.0,0.0,980.0,0.0,0.0,50.0,569.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 17.02,3407.0,2510.0,119.0,11.0,475.0,1.0,284.0,2444.0,57773.0,152500.0,702.0 +34023008606,"Census Tract 86.06, Middlesex County, New Jersey",4149,3091.0,76335.0,319600.0,2015.0,1124.0,451.0,14.0,2210.0,0.0,60.0,76.0,214.0,New York City,New York-Newark-Jersey City,NJ,Middlesex County,Census Tract 86.06,3513.9070880000004,1769.163574,384.4878235,9.871985435,1117.612671,0.0,217.18367,2486.181396,60417.000620000006,146799.9997,1650.180176 +34025812400,"Census Tract 8124, Monmouth County, New Jersey",2105,1677.0,109464.0,782600.0,901.0,1986.0,3.0,0.0,27.0,5.0,0.0,20.0,64.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8124,2969.958824,2817.8060149999997,32.02837388,8.003760394,16.05811518,1.000341854,84.05674777,2218.301096,71606.83282000001,379222.91299999994,1001.475519 +34025811501,"Census Tract 8115.01, Monmouth County, New Jersey",6300,4055.0,125474.0,330000.0,1583.0,5209.0,156.0,23.0,241.0,0.0,6.0,125.0,563.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8115.01,6063.927253,5401.591323,154.85393330000002,17.66353319,123.0410243,0.0,355.2248309,3681.360892,68807.81095,172161.0057,1012.3207970000001 +34025810102,"Census Tract 8101.02, Monmouth County, New Jersey",4114,2852.0,118894.0,427800.0,1613.0,3263.0,12.0,30.0,408.0,0.0,8.0,39.0,384.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8101.02,4289.319896,3768.7932130000004,46.22436905,3.0146327019999997,296.4388733,0.0,162.7901611,2671.467041,95275.0003,249999.9975,1249.062866 +34025803201,"Census Tract 8032.01, Monmouth County, New Jersey",3976,2938.0,104896.0,405300.0,1738.0,2452.0,38.0,15.0,955.0,0.0,31.0,50.0,450.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8032.01,3580.2023729999996,2737.651127,31.00978759,7.551838815,701.2860975,0.393297315,93.50715244,2440.539885,98318.35231,336900.3178,1185.934031 +34025812501,"Census Tract 8125.01, Monmouth County, New Jersey",6109,4099.0,156679.0,573600.0,2158.0,5384.0,104.0,0.0,76.0,0.0,1.0,198.0,346.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8125.01,5298.001311,4723.312988000001,163.60606380000002,8.26889801,194.90974430000003,0.0,186.0502167,3321.7346190000003,94560.99856,325200.0102,1418.116089 +34025808702,"Census Tract 8087.02, Monmouth County, New Jersey",4305,3062.0,123262.0,552300.0,1664.0,4149.0,52.0,0.0,56.0,0.0,0.0,0.0,48.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8087.02,4210.406701,4039.1968380000003,18.19843222,5.4483164770000005,91.64545439,0.0,50.01818264,2973.8190000000004,90730.76672999999,316129.2806,1322.2101630000002 +34025808701,"Census Tract 8087.01, Monmouth County, New Jersey",4818,3557.0,119643.0,535600.0,1922.0,4630.0,0.0,0.0,110.0,0.0,0.0,10.0,68.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8087.01,5068.489349,4862.711520000001,21.85306623,6.574772362,110.16945759999999,0.0,60.08246797,3580.4373450000003,90692.30646,315968.3216,1592.179942 +34025812300,"Census Tract 8123, Monmouth County, New Jersey",5168,3620.0,100021.0,477100.0,1907.0,4386.0,290.0,0.0,174.0,0.0,2.0,73.0,243.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8123,4704.777118999999,4127.739578,214.4863179,15.03775796,189.81179609999998,0.0,142.6607642,3148.978712,71933.45046000001,218545.0329,1315.509515 +34025812200,"Census Tract 8122, Monmouth County, New Jersey",3305,2622.0,80123.0,295000.0,901.0,2494.0,67.0,0.0,384.0,0.0,0.0,32.0,328.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8122,4278.68267,3187.821915,412.9189548,35.99529462,360.9926522,0.0,274.953834,2945.900483,53546.84729,153903.3464,823.9745546 +34025812100,"Census Tract 8121, Monmouth County, New Jersey",1324,1068.0,84922.0,491500.0,657.0,1195.0,34.0,0.0,12.0,0.0,10.0,21.0,52.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8121,1838.0,1667.0,34.0,2.0,49.0,0.0,84.0,1498.0,65563.0,194500.0,709.0 +34025811102,"Census Tract 8111.02, Monmouth County, New Jersey",6810,4448.0,119485.0,483000.0,2158.0,5373.0,172.0,12.0,416.0,0.0,0.0,61.0,788.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8111.02,5232.850274,4646.4148399999995,136.3200301,15.55128732,200.33515680000002,0.515655577,222.34703829999998,3654.5244799999996,58365.65622999999,164898.6857,1068.153654 +34025811101,"Census Tract 8111.01, Monmouth County, New Jersey",5715,4328.0,49449.0,230000.0,1459.0,4394.0,228.0,0.0,492.0,0.0,5.0,31.0,565.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8111.01,4865.184681000001,4321.88916,125.26519009999998,14.39829731,186.21797180000002,0.479943246,206.3755951,3399.437988,58375.99902,164899.9938,993.9624633999999 +34025810101,"Census Tract 8101.01, Monmouth County, New Jersey",4424,2870.0,108942.0,447500.0,1307.0,3684.0,44.0,0.0,213.0,0.0,0.0,147.0,336.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8101.01,4258.711134,3741.7228950000003,46.58800924,2.9995667569999998,294.6901352,0.0,160.80546299999997,2656.351239,95172.25246,250275.2856,1241.005076 +34025809302,"Census Tract 8093.02, Monmouth County, New Jersey",2676,2008.0,92143.0,747500.0,1203.0,2486.0,0.0,0.0,0.0,0.0,0.0,33.0,157.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8093.02,2974.000072,2801.027344,16.49603844,8.48367691,14.6107769,0.0,133.3822479,2072.844971,63078.99695,262599.9954,837.9987792999999 +34025809301,"Census Tract 8093.01, Monmouth County, New Jersey",3148,2208.0,108854.0,594400.0,1238.0,2553.0,1.0,0.0,286.0,0.0,0.0,0.0,308.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8093.01,3333.898598,3140.036066,18.49131383,9.51077731,16.38271249,0.0,149.476031,2323.739409,63082.1315,262574.0722,939.4672046000001 +34025804700,"Census Tract 8047, Monmouth County, New Jersey",5,1.0,,,1.0,3.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8047,1694.2475670000001,855.2138882000002,554.0256329,18.92551702,71.39429235,1.9808523169999999,191.4272325,806.6225624,45819.98607,46885.395789999995,204.0624008 +34025810401,"Census Tract 8104.01, Monmouth County, New Jersey",4437,2949.0,126442.0,461600.0,1207.0,3265.0,344.0,13.0,411.0,0.0,0.0,52.0,365.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8104.01,4627.55082,3394.5017799999996,654.0058255,21.10136602,322.6173063,0.0,225.19316630000003,3203.3862059999997,86772.05613,236466.6514,1008.700873 +34025808500,"Census Tract 8085, Monmouth County, New Jersey",6376,4533.0,100009.0,365500.0,2159.0,6026.0,4.0,0.0,60.0,0.0,0.0,65.0,221.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8085,6474.569587,6157.032227000001,50.92582321,25.96218491,90.86764526,4.992727757,144.7891083,4468.491699,55887.0005,157200.0018,1260.164551 +34025809600,"Census Tract 8096, Monmouth County, New Jersey",7380,4778.0,142315.0,473600.0,2977.0,6001.0,160.0,72.0,539.0,0.0,15.0,44.0,574.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8096,6852.0,6009.0,80.0,2.0,567.0,4.0,181.0,4609.0,105363.0,276500.0,2498.0 +34025811304,"Census Tract 8113.04, Monmouth County, New Jersey",3130,2171.0,122339.0,333900.0,826.0,2499.0,51.0,0.0,175.0,0.0,0.0,55.0,350.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8113.04,3864.6498619999998,3298.1669920000004,145.6100311,8.975960732,191.4871674,0.0,203.4551086,2244.987549,68511.99855,182700.00100000002,654.2478027000001 +34025808100,"Census Tract 8081, Monmouth County, New Jersey",4749,3332.0,58936.0,271000.0,814.0,3391.0,686.0,0.0,238.0,0.0,0.0,78.0,356.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8081,5225.634602,4204.438512,535.3777964999999,30.076627000000002,166.4041534,0.0,280.0642791,3773.509897,43419.43301,122252.8361,636.4764183 +34025806202,"Census Tract 8062.02, Monmouth County, New Jersey",4418,3017.0,102898.0,395200.0,1282.0,3860.0,122.0,0.0,21.0,0.0,9.0,33.0,373.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8062.02,4157.9998399999995,3823.6679689999996,93.65318298,8.559699059,73.00920105,0.0,121.3463287,2377.582275,71851.99831,203000.00100000002,829.2838135 +34025806201,"Census Tract 8062.01, Monmouth County, New Jersey",3526,1538.0,80000.0,447600.0,564.0,3007.0,133.0,0.0,33.0,0.0,38.0,102.0,213.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8062.01,4099.999914,3770.3317869999996,92.34681702,8.440299988,71.99079895,0.0,119.65366359999999,2344.41748,71851.9974,203000.0108,817.7161255 +34025811502,"Census Tract 8115.02, Monmouth County, New Jersey",3610,2394.0,99479.0,352100.0,922.0,3144.0,42.0,0.0,94.0,0.0,0.0,100.0,230.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8115.02,2861.497342,2549.347888,72.95027440000001,8.325792771,58.07023279,0.0,167.354622,1737.7693800000002,68861.42154,172495.4589,478.5588586 +34025803202,"Census Tract 8032.02, Monmouth County, New Jersey",6100,4329.0,161127.0,718300.0,2654.0,4568.0,6.0,0.0,1160.0,0.0,21.0,33.0,312.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8032.02,5493.847817,4195.752737,47.80937181,11.56375527,1081.37798,0.606100619,143.298952,3744.4850869999996,98534.2684,337579.9527,1828.1699600000002 +34025990000,"Census Tract 9900, Monmouth County, New Jersey",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +34025812502,"Census Tract 8125.02, Monmouth County, New Jersey",5221,3423.0,136648.0,530900.0,1616.0,4224.0,137.0,17.0,340.0,22.0,3.0,92.0,386.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8125.02,4591.825357,4066.9426270000004,143.9871368,8.710541248,158.60562130000002,0.0,170.48718259999998,2878.006104,87250.76985,283449.8554,1237.357849 +34025808800,"Census Tract 8088, Monmouth County, New Jersey",4336,3170.0,82594.0,456900.0,1640.0,3897.0,146.0,0.0,9.0,0.0,0.0,64.0,220.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8088,4089.629019,3971.172636,19.8936187,12.9281767,30.82201497,0.0,49.84413956,2988.5313530000003,70283.71566,211038.8826,1315.6603109999999 +34025801400,"Census Tract 8014, Monmouth County, New Jersey",4069,2808.0,134016.0,416600.0,1418.0,3713.0,0.0,0.0,141.0,0.0,0.0,67.0,148.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8014,4091.0,3793.0,30.0,3.0,96.0,1.0,163.0,2700.0,80838.0,198800.0,1016.0 +34025801800,"Census Tract 8018, Monmouth County, New Jersey",5634,3662.0,77324.0,259800.0,883.0,4229.0,458.0,0.0,111.0,0.0,64.0,45.0,727.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8018,6649.007577,5871.005472,73.00072124,49.00004029,114.00029620000001,0.0,538.0009872,4167.005147,59945.98108,132799.9999,355.00095489999995 +34025805300,"Census Tract 8053, Monmouth County, New Jersey",5673,4179.0,102325.0,440300.0,2201.0,5051.0,0.0,0.0,105.0,0.0,0.0,56.0,461.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8053,5490.3172380000005,5295.178056000001,45.08104794,13.00470499,54.00734605,0.0,81.04616468,3806.0994049999995,71667.34722000001,230499.9273,1382.0254730000001 +34025805400,"Census Tract 8054, Monmouth County, New Jersey",4264,3314.0,60257.0,370800.0,1606.0,2514.0,830.0,0.0,124.0,0.0,0.0,131.0,665.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8054,4802.522168,2791.240708,1154.0670109999999,10.96653027,63.83519245,0.0,758.4906318,3326.3942460000003,41481.670439999994,146249.491,832.0041677999999 +34025805800,"Census Tract 8058, Monmouth County, New Jersey",3561,2402.0,45444.0,387500.0,725.0,1586.0,290.0,0.0,153.0,0.0,50.0,69.0,1413.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8058,3602.0,1555.0,484.0,9.0,76.0,0.0,1377.0,2425.0,22188.0,111800.0,320.0 +34025806504,"Census Tract 8065.04, Monmouth County, New Jersey",2676,1940.0,58008.0,462900.0,753.0,1437.0,680.0,0.0,205.0,0.0,0.0,53.0,301.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8065.04,2768.69176,1940.762393,383.71837830000004,4.013470215,230.0394565,0.000709887,186.1525117,1942.8818850000002,42818.88759,275010.0804,619.3259312000001 +34025807200,"Census Tract 8072, Monmouth County, New Jersey",2099,1102.0,20731.0,229500.0,77.0,63.0,1554.0,0.0,2.0,0.0,0.0,20.0,460.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8072,1832.0,32.0,1607.0,2.0,2.0,2.0,189.0,900.0,14883.0,80800.0,23.0 +34025800702,"Census Tract 8007.02, Monmouth County, New Jersey",3690,2635.0,103125.0,414900.0,1137.0,3258.0,37.0,0.0,128.0,0.0,0.0,1.0,266.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8007.02,3515.0,3325.0,15.0,4.0,72.0,0.0,96.0,2375.0,65491.0,225700.0,673.0 +34025800100,"Census Tract 8001, Monmouth County, New Jersey",4880,4184.0,60817.0,276200.0,1306.0,4401.0,49.0,0.0,16.0,0.0,0.0,91.0,323.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8001,5274.501679999999,4871.554156,72.33803732,33.19118491,73.94636749,0.0,211.986108,3917.332458,46804.00376,132876.7235,1052.5791869999998 +34025800602,"Census Tract 8006.02, Monmouth County, New Jersey",3281,2255.0,95729.0,346100.0,590.0,2834.0,42.0,0.0,144.0,0.0,0.0,52.0,209.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8006.02,3740.0,3455.0,31.0,6.0,70.0,0.0,170.0,2394.0,69900.0,178600.0,459.0 +34025802000,"Census Tract 8020, Monmouth County, New Jersey",3941,2989.0,39148.0,264700.0,602.0,2743.0,330.0,0.0,141.0,0.0,0.0,30.0,697.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8020,3807.0,3217.0,176.0,11.0,47.0,0.0,349.0,2790.0,39018.0,150300.0,376.0 +34025807003,"Census Tract 8070.03, Monmouth County, New Jersey",4684,3151.0,39509.0,462800.0,738.0,1303.0,1226.0,0.0,57.0,0.0,0.0,0.0,2098.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8070.03,5430.0,932.0,3238.0,20.0,61.0,0.0,1157.0,3158.0,21845.0,127100.0,401.0 +34025807100,"Census Tract 8071, Monmouth County, New Jersey",2586,2088.0,62852.0,350600.0,618.0,918.0,1273.0,0.0,5.0,0.0,0.0,19.0,371.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8071,3374.0,600.0,2330.0,11.0,22.0,0.0,392.0,2035.0,28568.0,103000.0,190.0 +34025808600,"Census Tract 8086, Monmouth County, New Jersey",6185,3915.0,105123.0,458000.0,1409.0,5240.0,640.0,0.0,24.0,0.0,0.0,2.0,279.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8086,5398.104953,5175.935689,73.25602577,12.04373237,46.25566211,0.003811094,86.59366202,3591.4160009999996,84524.64982,227049.2429,1353.327354 +34025809704,"Census Tract 8097.04, Monmouth County, New Jersey",6077,4005.0,148676.0,563300.0,2625.0,4606.0,97.0,0.0,1080.0,0.0,0.0,95.0,199.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8097.04,5414.9282140000005,4412.49707,69.96031189,0.0,825.5316772000001,0.0,93.94670868,3173.199951,107039.0005,310600.0118,1866.940918 +34025810200,"Census Tract 8102, Monmouth County, New Jersey",13105,8590.0,128414.0,491500.0,4904.0,9953.0,232.0,58.0,1740.0,0.0,0.0,212.0,910.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8102,5523.643492,4624.665962,249.8840609,10.07055811,325.68472119999996,0.0,263.3414713,3412.2792700000005,91362.50341,307432.2008,1414.4848 +34025810402,"Census Tract 8104.02, Monmouth County, New Jersey",8535,5577.0,127237.0,469600.0,2891.0,6784.0,341.0,0.0,813.0,0.0,0.0,173.0,424.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8104.02,7275.0,6094.0,366.0,11.0,489.0,0.0,300.0,4729.0,92928.0,253100.0,2205.0 +34025811000,"Census Tract 8110, Monmouth County, New Jersey",3693,2609.0,53682.0,263500.0,320.0,1223.0,189.0,10.0,94.0,0.0,0.0,24.0,2163.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8110,3240.647187,1580.672761,450.1478318,19.91675285,55.80991241,0.0,1127.128704,2094.405409,46602.991180000005,121833.4869,343.6684944 +34025811401,"Census Tract 8114.01, Monmouth County, New Jersey",5948,3800.0,122875.0,347800.0,1723.0,5093.0,325.0,21.0,138.0,0.0,0.0,149.0,222.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8114.01,6213.0,5408.0,176.0,9.0,263.0,0.0,349.0,3665.0,90111.0,178100.0,1303.0 +34025811900,"Census Tract 8119, Monmouth County, New Jersey",6899,4884.0,133920.0,490700.0,2612.0,6035.0,153.0,0.0,398.0,0.0,0.0,96.0,217.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8119,4326.2620289999995,3985.7123189999998,53.03497844,20.16020383,68.98863208,0.0,152.2204475,2858.0697149999996,71306.49272000001,264541.6425,1038.585478 +34025802600,"Census Tract 8026, Monmouth County, New Jersey",4821,3318.0,66055.0,268400.0,1168.0,2665.0,995.0,0.0,408.0,11.0,10.0,146.0,586.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8026,3903.484623,2151.18786,1050.613169,10.54467788,293.1918063,0.0,373.9281037,2720.384417,52800.35748,135471.8669,605.3767552 +34025802700,"Census Tract 8027, Monmouth County, New Jersey",4015,2939.0,110491.0,352100.0,1254.0,3158.0,112.0,0.0,226.0,0.0,44.0,27.0,448.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8027,3483.0,2811.0,281.0,4.0,199.0,0.0,173.0,2428.0,74665.0,174400.0,983.0 +34025803600,"Census Tract 8036, Monmouth County, New Jersey",4382,3368.0,83589.0,379800.0,1913.0,3478.0,33.0,0.0,97.0,0.0,0.0,0.0,774.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8036,4802.406151,3936.9548340000006,230.58737180000003,12.97677803,103.81422420000001,2.9946410660000002,510.0872192,3956.919189,52547.00192,188600.0033,1669.013306 +34025805001,"Census Tract 8050.01, Monmouth County, New Jersey",4823,3457.0,47097.0,259700.0,1064.0,2146.0,1042.0,60.0,442.0,0.0,22.0,142.0,1029.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8050.01,5463.199765,3212.945557,937.8542480000001,25.83073235,801.7461548,0.993489683,439.12243650000005,4083.242676,49662.00185,136800.0041,1463.4102779999998 +34025803900,"Census Tract 8039, Monmouth County, New Jersey",3619,2210.0,131680.0,796400.0,1499.0,3276.0,27.0,0.0,53.0,0.0,29.0,69.0,165.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8039,3756.0,3638.0,9.0,5.0,53.0,0.0,50.0,2448.0,98649.0,321900.0,1529.0 +34025804100,"Census Tract 8041, Monmouth County, New Jersey",3247,2417.0,107383.0,705300.0,1594.0,3066.0,0.0,0.0,13.0,0.0,10.0,59.0,99.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8041,3606.4776829999996,3465.759218,24.93295979,3.033469722,39.16480525,0.0,70.50933051,2744.605615,80314.31723,279956.2856,1335.995762 +34025804800,"Census Tract 8048, Monmouth County, New Jersey",9918,7726.0,60194.0,275500.0,3635.0,7359.0,576.0,46.0,777.0,2.0,283.0,506.0,413.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8048,7034.578344,5423.734256000001,731.2950142000001,22.54606033,434.10873660000004,0.0,402.8697546,4881.658409000001,64420.49455,160311.8926,1806.4193030000001 +34025805100,"Census Tract 8051, Monmouth County, New Jersey",4219,3012.0,96894.0,396200.0,1366.0,3333.0,156.0,30.0,238.0,0.0,4.0,162.0,326.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8051,3690.0,3186.0,129.0,10.0,207.0,0.0,136.0,2468.0,78936.0,223800.0,924.0 +34025805500,"Census Tract 8055, Monmouth County, New Jersey",4136,2820.0,61827.0,282400.0,543.0,1389.0,1000.0,0.0,62.0,0.0,43.0,147.0,1495.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8055,3918.281979,1312.729125,1632.131572,11.00590385,77.02445881,0.0,842.3525442,2424.81431,41600.46989,109103.9503,342.14000560000005 +34025802100,"Census Tract 8021, Monmouth County, New Jersey",6223,4391.0,94306.0,309500.0,1448.0,5303.0,148.0,0.0,221.0,0.0,0.0,0.0,551.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8021,6610.0,5870.0,68.0,7.0,245.0,0.0,400.0,4522.0,58325.0,165600.0,823.0 +34025804500,"Census Tract 8045, Monmouth County, New Jersey",5368,3925.0,113333.0,361700.0,1826.0,3891.0,872.0,0.0,146.0,0.0,0.0,54.0,405.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8045,5315.223024,3719.2604979999996,1104.513672,11.96224213,257.18820189999997,0.0,209.33924869999998,3795.0214840000003,69219.00155,172700.0053,1745.4904789999998 +34025802300,"Census Tract 8023, Monmouth County, New Jersey",5106,3405.0,95529.0,319300.0,1037.0,4391.0,99.0,0.0,203.0,0.0,0.0,47.0,366.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8023,4580.1218770000005,4172.757813,41.62845993,9.911538124,103.08000179999999,0.0,233.9123077,3166.736572,64861.00041,176200.0078,460.88653560000006 +34025802400,"Census Tract 8024, Monmouth County, New Jersey",5305,3732.0,106699.0,335200.0,1477.0,4303.0,92.0,0.0,407.0,0.0,0.0,35.0,468.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8024,5856.828441,4981.838695,100.5523877,7.972868956,369.256015,0.0006021080000000001,379.2816288,3986.238925,77325.10978,188036.1895,1180.0095820000001 +34025806501,"Census Tract 8065.01, Monmouth County, New Jersey",4017,2853.0,44904.0,403400.0,914.0,1969.0,531.0,10.0,456.0,0.0,0.0,47.0,1014.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8065.01,3298.0,1590.0,771.0,12.0,536.0,2.0,350.0,2237.0,45106.0,194500.0,647.0 +34025807400,"Census Tract 8074, Monmouth County, New Jersey",2943,2661.0,60000.0,482400.0,1544.0,2652.0,71.0,0.0,45.0,0.0,0.0,0.0,175.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8074,4263.0,3868.0,178.0,10.0,42.0,1.0,161.0,3558.0,31991.0,149200.0,1283.0 +34025808900,"Census Tract 8089, Monmouth County, New Jersey",4645,3493.0,78829.0,478000.0,1831.0,4325.0,29.0,0.0,107.0,0.0,0.0,8.0,176.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8089,5229.159341,5015.053439,65.01698433,3.0086586769999997,24.03030537,1.00166513,111.04828880000001,4080.490292,51331.52251,217774.72,1572.420279 +34025809100,"Census Tract 8091, Monmouth County, New Jersey",2980,2211.0,88679.0,1420900.0,1355.0,2962.0,0.0,0.0,18.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8091,3567.0,3502.0,16.0,5.0,16.0,0.0,26.0,2600.0,89885.0,636400.0,1546.0 +34025809200,"Census Tract 8092, Monmouth County, New Jersey",1714,1379.0,126667.0,1404000.0,962.0,1669.0,3.0,0.0,1.0,0.0,0.0,0.0,41.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8092,2148.0,2107.0,3.0,3.0,5.0,0.0,30.0,1622.0,86104.0,555800.0,950.0 +34025809903,"Census Tract 8099.03, Monmouth County, New Jersey",264,96.0,49063.0,,14.0,199.0,12.0,0.0,4.0,0.0,0.0,17.0,32.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8099.03,2339.9350010000003,1229.730644,708.1785265999999,33.33099728,107.6380477,0.0,251.9852381,893.8906174000001,38800.13715,263732.1392,105.70307539999999 +34025810004,"Census Tract 8100.04, Monmouth County, New Jersey",4043,2683.0,122586.0,477100.0,1269.0,3612.0,0.0,0.0,289.0,0.0,0.0,0.0,142.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8100.04,3918.0,3612.0,44.0,2.0,123.0,1.0,132.0,2397.0,108775.0,261200.0,988.0 +34025806502,"Census Tract 8065.02, Monmouth County, New Jersey",3463,2495.0,63125.0,343200.0,1170.0,2425.0,392.0,26.0,195.0,0.0,8.0,66.0,377.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8065.02,3597.8932,2560.924072,277.9917603,11.99964333,445.98675539999994,1.999940634,278.99172969999995,2680.92041,43815.00152,183000.0072,969.9711913999998 +34025805600,"Census Tract 8056, Monmouth County, New Jersey",2470,1517.0,36000.0,302100.0,125.0,268.0,1096.0,0.0,32.0,0.0,0.0,34.0,1040.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8056,2298.0,317.0,1284.0,10.0,25.0,0.0,657.0,1301.0,20862.0,95000.0,54.0 +34025806000,"Census Tract 8060, Monmouth County, New Jersey",3863,3118.0,55682.0,452400.0,1427.0,2620.0,160.0,28.0,259.0,0.0,0.0,0.0,796.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8060,4551.0,3547.0,232.0,13.0,140.0,3.0,543.0,3472.0,38605.0,160000.0,1034.0 +34025806100,"Census Tract 8061, Monmouth County, New Jersey",3722,2230.0,61583.0,391000.0,827.0,3175.0,77.0,0.0,197.0,0.0,0.0,54.0,219.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8061,3794.0,3478.0,69.0,2.0,66.0,0.0,127.0,2503.0,53320.0,183000.0,817.0 +34025806600,"Census Tract 8066, Monmouth County, New Jersey",5747,3970.0,106656.0,374600.0,1742.0,4329.0,217.0,0.0,281.0,0.0,0.0,0.0,920.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8066,5727.5371939999995,5280.729492,82.96432495,10.99527168,169.9269257,0.9995701909999999,165.9286499,3804.3642579999996,63821.99802000001,168699.9987,1390.4021 +34025807500,"Census Tract 8075, Monmouth County, New Jersey",2863,1793.0,51128.0,236300.0,316.0,718.0,1549.0,0.0,0.0,0.0,2.0,75.0,519.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8075,3023.7656309999998,977.3768005000001,1518.349348,21.92460684,24.55309892,0.0,449.83532740000004,1872.339346,31832.15373,98067.96338,149.5519779 +34025807800,"Census Tract 8078, Monmouth County, New Jersey",4374,3272.0,87656.0,257300.0,794.0,1463.0,2151.0,0.0,287.0,22.0,90.0,144.0,217.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8078,4102.992176,1510.6289060000001,2239.449951,14.99631691,97.97593689,0.0,226.94425959999998,2771.319336,57263.9982,134400.0009,547.8654175 +34025808401,"Census Tract 8084.01, Monmouth County, New Jersey",2271,1933.0,71343.0,758300.0,1143.0,2146.0,2.0,18.0,21.0,0.0,0.0,0.0,102.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8084.01,2468.0,2310.0,32.0,4.0,24.0,0.0,91.0,1962.0,45559.0,272500.0,806.0 +34025809502,"Census Tract 8095.02, Monmouth County, New Jersey",8455,5711.0,135250.0,488400.0,3376.0,5556.0,347.0,0.0,2195.0,0.0,0.0,47.0,310.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8095.02,7427.0,5700.0,124.0,17.0,1304.0,0.0,263.0,4625.0,86666.0,250000.0,2589.0 +34025809703,"Census Tract 8097.03, Monmouth County, New Jersey",4380,3260.0,117411.0,460700.0,1687.0,3506.0,45.0,0.0,590.0,0.0,0.0,63.0,176.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8097.03,5371.242955,4755.147461,114.0917892,3.968410015,384.9357605,0.0,106.1549683,3839.436768,86174.00032,269999.9915,1667.724365 +34025810503,"Census Tract 8105.03, Monmouth County, New Jersey",3895,3082.0,72042.0,238600.0,1322.0,2917.0,309.0,23.0,106.0,0.0,0.0,31.0,509.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8105.03,3794.9558909999996,3489.99873,90.09775516,6.928711268,73.29153705,0.0,133.639388,3232.473918,54381.518070000006,136036.6277,1027.412663 +34025810700,"Census Tract 8107, Monmouth County, New Jersey",1824,1338.0,87800.0,307400.0,540.0,1100.0,135.0,24.0,38.0,0.0,0.0,4.0,547.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8107,2140.0,1413.0,192.0,7.0,66.0,0.0,461.0,1423.0,61100.0,154500.0,335.0 +34025800500,"Census Tract 8005, Monmouth County, New Jersey",4395,2947.0,101111.0,302700.0,855.0,3750.0,0.0,0.0,98.0,0.0,87.0,29.0,431.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8005,4088.0,3752.0,42.0,10.0,45.0,0.0,221.0,2648.0,61250.0,146900.0,409.0 +34025800800,"Census Tract 8008, Monmouth County, New Jersey",6593,4639.0,89279.0,360400.0,1779.0,5431.0,16.0,0.0,671.0,0.0,86.0,18.0,371.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8008,6982.565970000001,6339.158691,61.9429245,23.97790527,294.72842410000004,0.9990794059999999,253.76617430000002,4826.552734000001,67469.99854,179599.9999,1532.587769 +34025801500,"Census Tract 8015, Monmouth County, New Jersey",6321,4343.0,132135.0,495800.0,2416.0,5759.0,38.0,0.0,218.0,0.0,8.0,9.0,289.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8015,6255.0,5711.0,60.0,7.0,303.0,0.0,159.0,4131.0,94199.0,298400.0,2019.0 +34025801600,"Census Tract 8016, Monmouth County, New Jersey",5634,4053.0,53936.0,191800.0,795.0,4136.0,289.0,0.0,117.0,0.0,0.0,244.0,848.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8016,6090.491781000001,5327.936035,142.3570251,17.91906738,110.5009155,0.0,479.83279419999997,3916.311768,37453.000980000004,106300.0013,356.39031980000004 +34025802900,"Census Tract 8029, Monmouth County, New Jersey",1936,1322.0,114500.0,349700.0,605.0,1708.0,28.0,0.0,119.0,0.0,0.0,8.0,73.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8029,1981.2068420000003,1676.536878,61.90446693,5.072615705,119.2449628,0.0,113.2844247,1405.002133,87983.7974,188529.1509,619.3031070000001 +34025804600,"Census Tract 8046, Monmouth County, New Jersey",2611,1767.0,135000.0,505400.0,1063.0,2307.0,110.0,0.0,62.0,0.0,0.0,43.0,89.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8046,2407.700481,2062.976581,139.121992,6.243819955,115.86474220000001,0.02565806,76.45427691,1624.2309109999999,95002.62414,235142.3822,787.5772397000001 +34025808002,"Census Tract 8080.02, Monmouth County, New Jersey",2250,1756.0,93750.0,285600.0,722.0,1954.0,113.0,0.0,101.0,0.0,0.0,20.0,62.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8080.02,2027.0,1741.0,152.0,1.0,66.0,0.0,65.0,1476.0,70815.0,141400.0,388.0 +34025808300,"Census Tract 8083, Monmouth County, New Jersey",1814,1472.0,78323.0,864800.0,863.0,1707.0,9.0,10.0,4.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8083,2244.0,2149.0,13.0,5.0,20.0,0.0,54.0,1746.0,60192.0,343800.0,838.0 +34025809701,"Census Tract 8097.01, Monmouth County, New Jersey",5449,3456.0,158409.0,543500.0,2207.0,3848.0,158.0,0.0,956.0,0.0,40.0,27.0,420.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8097.01,4520.0,3922.0,54.0,8.0,415.0,0.0,115.0,2913.0,114976.0,277100.0,1501.0 +34025809902,"Census Tract 8099.02, Monmouth County, New Jersey",4622,2973.0,166667.0,778100.0,1651.0,4175.0,68.0,0.0,71.0,0.0,0.0,96.0,212.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8099.02,4289.977140999999,3949.745738,55.79145658,2.0418929830000003,150.98741869999998,0.0,114.52897949999999,2786.408128,124524.9863,412996.7849,1448.668083 +34025810002,"Census Tract 8100.02, Monmouth County, New Jersey",3362,2953.0,33625.0,165400.0,750.0,3130.0,18.0,0.0,89.0,0.0,0.0,0.0,125.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8100.02,3742.9214840000004,3596.8322270000003,47.02390209,7.001504327,29.0327609,0.000167147,59.03058799,3252.5683010000002,27245.042569999998,79921.45635,585.2343407999999 +34025810300,"Census Tract 8103, Monmouth County, New Jersey",2131,1468.0,77992.0,291800.0,448.0,1657.0,63.0,0.0,162.0,0.0,0.0,41.0,208.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8103,1764.0,1493.0,74.0,3.0,79.0,0.0,110.0,1162.0,57557.0,147400.0,218.0 +34025810800,"Census Tract 8108, Monmouth County, New Jersey",3361,1939.0,45919.0,249200.0,198.0,567.0,929.0,51.0,37.0,0.0,64.0,43.0,1721.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8108,2767.0,1009.0,879.0,4.0,91.0,0.0,775.0,1808.0,39621.0,95900.0,256.0 +34025811200,"Census Tract 8112, Monmouth County, New Jersey",6009,3893.0,87632.0,324900.0,1245.0,4791.0,243.0,0.0,182.0,0.0,0.0,82.0,711.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8112,5455.0,4704.0,203.0,23.0,190.0,0.0,316.0,3515.0,60313.0,163500.0,774.0 +34025811600,"Census Tract 8116, Monmouth County, New Jersey",1470,946.0,58875.0,282100.0,247.0,1157.0,87.0,0.0,59.0,0.0,0.0,24.0,143.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8116,1587.0,1458.0,24.0,0.0,42.0,0.0,61.0,1041.0,48889.0,153700.0,198.0 +34025802800,"Census Tract 8028, Monmouth County, New Jersey",4462,3147.0,99107.0,331500.0,1700.0,3574.0,61.0,13.0,133.0,0.0,13.0,227.0,441.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8028,4438.0,3698.0,142.0,8.0,368.0,0.0,205.0,3270.0,80000.0,175400.0,1652.0 +34025803000,"Census Tract 8030, Monmouth County, New Jersey",5387,3912.0,93011.0,340800.0,1768.0,3944.0,416.0,0.0,478.0,0.0,0.0,70.0,479.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8030,5108.6267689999995,4167.7027960000005,355.35593660000006,11.98603695,277.8515343,0.0,280.741529,3517.382661,68217.81818999999,178113.4976,1091.6867630000002 +34025803100,"Census Tract 8031, Monmouth County, New Jersey",3511,2494.0,76728.0,330100.0,912.0,2538.0,223.0,0.0,192.0,0.0,0.0,121.0,437.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8031,3776.751999,2734.755897,239.67219790000001,7.958175646,476.06886529999997,0.0,292.4457988,2720.577834,60045.806220000006,176445.5394,803.1954811 +34025804200,"Census Tract 8042, Monmouth County, New Jersey",5917,3960.0,144250.0,605100.0,2553.0,5574.0,22.0,0.0,46.0,0.0,0.0,0.0,275.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8042,6183.185896,5933.885927,25.45341098,6.031646962999999,120.74283909999998,0.0,83.02683377,4211.570313,93845.91248,300643.4627,2541.540764 +34025806300,"Census Tract 8063, Monmouth County, New Jersey",2339,1626.0,94125.0,496900.0,791.0,2062.0,5.0,48.0,0.0,0.0,0.0,84.0,140.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8063,2983.0,2832.0,23.0,4.0,38.0,0.0,56.0,1997.0,75059.0,229000.0,889.0 +34025807700,"Census Tract 8077, Monmouth County, New Jersey",4084,2684.0,55313.0,230100.0,501.0,908.0,2418.0,0.0,169.0,0.0,13.0,269.0,307.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8077,3806.308257,1085.237584,2421.281719,18.98652892,56.96055468,0.999290109,215.847487,2661.118203,40443.00992,120800.2588,462.67406320000003 +34025810900,"Census Tract 8109, Monmouth County, New Jersey",3060,2026.0,62703.0,316300.0,413.0,1381.0,154.0,0.0,64.0,0.0,0.0,0.0,1461.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8109,2815.0,1844.0,162.0,8.0,86.0,0.0,713.0,1814.0,55083.0,149800.0,474.0 +34025811301,"Census Tract 8113.01, Monmouth County, New Jersey",6272,4207.0,82577.0,227800.0,1462.0,4109.0,446.0,0.0,652.0,76.0,15.0,30.0,944.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8113.01,5500.375711,4237.67041,490.06402589999993,18.77261353,356.67965699999996,0.0,372.4881592,3500.598389,56851.999189999995,124699.9954,848.7197266000001 +34025811402,"Census Tract 8114.02, Monmouth County, New Jersey",3986,2707.0,91129.0,298400.0,943.0,3256.0,127.0,13.0,98.0,0.0,0.0,105.0,400.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8114.02,3953.0,3447.0,141.0,7.0,130.0,1.0,221.0,2522.0,78218.0,159700.0,833.0 +34025800701,"Census Tract 8007.01, Monmouth County, New Jersey",5094,3346.0,121685.0,357600.0,1368.0,4526.0,37.0,5.0,202.0,0.0,0.0,0.0,329.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8007.01,5094.0,4566.0,60.0,8.0,223.0,0.0,226.0,3326.0,78825.0,197600.0,902.0 +34025803500,"Census Tract 8035, Monmouth County, New Jersey",2422,1834.0,92163.0,431300.0,1055.0,1567.0,212.0,0.0,144.0,0.0,0.0,0.0,499.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8035,2514.8139309999997,2190.113964,42.54658832,3.968352629,88.25715971,0.0,182.9731643,2002.42935,59223.767,187312.5042,801.4590936000001 +34025801700,"Census Tract 8017, Monmouth County, New Jersey",4234,2903.0,39179.0,164300.0,537.0,2879.0,425.0,38.0,160.0,0.0,0.0,78.0,654.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8017,4614.0,4051.0,107.0,17.0,57.0,1.0,371.0,2920.0,33620.0,93900.0,293.0 +34025802200,"Census Tract 8022, Monmouth County, New Jersey",3448,2518.0,68929.0,261200.0,655.0,2988.0,123.0,0.0,61.0,0.0,0.0,73.0,203.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8022,4267.0,3907.0,40.0,12.0,57.0,0.0,237.0,2848.0,60870.0,132000.0,328.0 +34025803300,"Census Tract 8033, Monmouth County, New Jersey",6572,4694.0,195826.0,737400.0,3342.0,4998.0,149.0,0.0,1080.0,0.0,4.0,193.0,148.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8033,6765.0491680000005,5461.196289,47.95781326,7.992969036,1072.057007,0.0,153.8646545,4255.256836,142280.99800000002,448200.0047,2692.631348 +34025806400,"Census Tract 8064, Monmouth County, New Jersey",4842,3367.0,93036.0,368200.0,1354.0,4043.0,91.0,0.0,152.0,0.0,0.0,231.0,325.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8064,5167.0,4831.0,52.0,4.0,161.0,0.0,106.0,3407.0,72335.0,189200.0,1239.0 +34025806503,"Census Tract 8065.03, Monmouth County, New Jersey",3922,2971.0,117734.0,463300.0,1742.0,3335.0,104.0,0.0,323.0,0.0,31.0,46.0,83.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8065.03,3418.1147450000003,3015.447136,65.55837615,12.00404019,240.03731200000001,5.93912e-05,72.06403391,2264.7603879999997,111388.6469,288452.4195,1412.1633880000002 +34025807300,"Census Tract 8073, Monmouth County, New Jersey",3492,1814.0,35453.0,201000.0,171.0,85.0,2145.0,151.0,22.0,0.0,7.0,67.0,1073.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8073,2836.0,96.0,2455.0,5.0,15.0,0.0,264.0,1316.0,21354.0,72500.0,66.0 +34025807900,"Census Tract 8079, Monmouth County, New Jersey",3644,2885.0,83418.0,322300.0,909.0,1786.0,1328.0,0.0,127.0,0.0,81.0,52.0,270.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8079,3276.0,1467.0,1574.0,25.0,43.0,0.0,154.0,2347.0,56389.0,140900.0,516.0 +34025809000,"Census Tract 8090, Monmouth County, New Jersey",1518,1128.0,74861.0,408500.0,496.0,1130.0,54.0,23.0,18.0,0.0,0.0,36.0,280.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8090,1808.4311030000001,1428.311872,153.01912190000002,9.009748408,28.03411942,1.001874694,183.05436609999998,1254.677851,47575.5798,126645.9164,316.4731727 +34025809501,"Census Tract 8095.01, Monmouth County, New Jersey",8725,5271.0,153616.0,581800.0,3184.0,5439.0,150.0,0.0,2471.0,0.0,38.0,280.0,347.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8095.01,6724.117227,4802.564299000001,328.7817908,8.948378052999999,1273.846547,0.0,289.109401,4234.358121,109238.3149,306717.50899999996,2115.378543 +34025810001,"Census Tract 8100.01, Monmouth County, New Jersey",5873,3762.0,123922.0,530700.0,1820.0,4973.0,85.0,0.0,414.0,0.0,0.0,31.0,370.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8100.01,6228.0,5486.0,139.0,10.0,337.0,0.0,223.0,3541.0,93976.0,303200.0,1503.0 +34025810600,"Census Tract 8106, Monmouth County, New Jersey",6166,4524.0,81684.0,411300.0,1892.0,5086.0,113.0,0.0,412.0,35.0,0.0,2.0,518.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8106,5601.73166,4885.793447,144.90975680000003,6.441122636,260.5686847,1.004322313,286.58966660000004,3757.067125,69136.90307,181555.1442,1036.756686 +34025811303,"Census Tract 8113.03, Monmouth County, New Jersey",4296,2920.0,114083.0,318900.0,980.0,3645.0,153.0,0.0,175.0,0.0,0.0,93.0,230.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8113.03,4792.350154,4165.833022,160.38996709999998,5.0240390669999995,256.5128335,0.0,190.5448855,2890.0124379999997,83568.74773999999,170025.0339,957.7521809 +34025800900,"Census Tract 8009, Monmouth County, New Jersey",5829,4227.0,95913.0,501400.0,2266.0,5313.0,200.0,14.0,113.0,0.0,0.0,21.0,182.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8009,5790.422364,5104.899861999999,337.19712749999997,9.779053111,152.4436872,0.0,170.630469,4142.172206,84059.77917000001,268196.9609,1621.629615 +34025800400,"Census Tract 8004, Monmouth County, New Jersey",3482,2355.0,91250.0,322300.0,761.0,3204.0,0.0,24.0,36.0,0.0,0.0,9.0,209.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8004,3777.4664439999997,3556.6324329999998,26.17595605,14.02549049,33.32523697,0.00092058,147.293607,2508.9010559999997,67703.00639,161982.3531,555.9821149 +34025801100,"Census Tract 8011, Monmouth County, New Jersey",4189,2917.0,139214.0,581400.0,1701.0,3860.0,0.0,0.0,41.0,0.0,24.0,50.0,214.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8011,4289.0,4033.0,33.0,2.0,115.0,0.0,98.0,2834.0,109231.0,325800.0,1487.0 +34025802500,"Census Tract 8025, Monmouth County, New Jersey",3138,2183.0,83281.0,242400.0,567.0,2153.0,392.0,0.0,57.0,0.0,14.0,112.0,410.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8025,3519.0729880000004,2545.310303,543.0791016,18.89835739,55.70042038,0.0,344.14901729999997,2347.3747559999997,57097.998029999995,122199.9974,351.11157230000003 +34025800200,"Census Tract 8002, Monmouth County, New Jersey",4322,3068.0,95284.0,376500.0,1505.0,3815.0,94.0,0.0,51.0,26.0,0.0,94.0,242.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8002,4710.043436999999,4335.823002,119.8195397,7.01132524,69.31864631,0.0,165.05895180000002,3369.604663,65028.81291,186263.8741,1236.697527 +34025801000,"Census Tract 8010, Monmouth County, New Jersey",4183,2971.0,84778.0,453400.0,1633.0,3394.0,110.0,0.0,246.0,0.0,18.0,47.0,368.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8010,3464.0,3216.932152,52.52640373,5.015040106,97.23763368,0.0,91.26470587,2347.437166,90875.62291,246452.2641,1038.5237300000001 +34025801900,"Census Tract 8019, Monmouth County, New Jersey",3197,2386.0,62740.0,247000.0,774.0,2172.0,166.0,0.0,174.0,0.0,0.0,89.0,596.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8019,3760.992378,2715.994385,357.99926760000005,19.99995995,146.99969480000001,0.0,489.99899289999996,2554.994873,46207.998569999996,132700.0031,473.999054 +34025803400,"Census Tract 8034, Monmouth County, New Jersey",5416,3412.0,53401.0,261500.0,497.0,1080.0,1031.0,0.0,34.0,0.0,0.0,64.0,3207.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8034,4505.0,919.0,2123.0,7.0,110.0,1.0,1331.0,2758.0,33235.0,99400.0,309.0 +34025803700,"Census Tract 8037, Monmouth County, New Jersey",6015,3628.0,158264.0,686100.0,2652.0,5555.0,188.0,0.0,68.0,0.0,0.0,42.0,162.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8037,5945.593963,5518.0452270000005,272.4126388,6.023222098,64.18577679,0.005358946,79.91280711,3754.080954,97120.32299,308963.794,2316.986719 +34025805700,"Census Tract 8057, Monmouth County, New Jersey",3053,2067.0,49653.0,263100.0,329.0,1472.0,56.0,0.0,120.0,0.0,22.0,28.0,1355.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8057,3038.718023,1728.2708739999998,311.8684387,13.994095800000002,57.97554016,0.0,835.6474609,1930.1856690000002,49167.00219,119599.9971,331.85998539999997 +34025807600,"Census Tract 8076, Monmouth County, New Jersey",3051,2053.0,35739.0,206500.0,196.0,191.0,1942.0,0.0,45.0,0.0,58.0,171.0,644.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8076,2921.5040710000003,116.4647479,2578.007302,10.00096768,5.014954979,8.79705e-05,207.0146031,1595.334816,24436.142209999998,89834.48292000001,157.1223669 +34025808200,"Census Tract 8082, Monmouth County, New Jersey",4262,3354.0,61209.0,479100.0,1463.0,3206.0,286.0,0.0,75.0,0.0,0.0,216.0,479.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8082,4793.0,3851.0,200.0,22.0,82.0,0.0,615.0,3544.0,40878.0,162000.0,893.0 +34025808402,"Census Tract 8084.02, Monmouth County, New Jersey",3448,2624.0,75573.0,488400.0,1202.0,2520.0,136.0,0.0,22.0,0.0,0.0,36.0,734.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8084.02,3577.0,2964.0,211.0,20.0,46.0,0.0,323.0,2591.0,44438.0,149100.0,743.0 +34025810003,"Census Tract 8100.03, Monmouth County, New Jersey",5175,3398.0,121583.0,423700.0,1571.0,4834.0,59.0,0.0,97.0,0.0,31.0,55.0,99.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8100.03,5512.078604,4978.167969,142.97610469999998,8.998496056,195.9672394,0.999832869,182.96942140000002,3399.4316409999997,98930.99696,234100.0076,1401.765625 +34025810502,"Census Tract 8105.02, Monmouth County, New Jersey",7919,5213.0,135327.0,463700.0,2782.0,5701.0,493.0,0.0,644.0,0.0,0.0,236.0,845.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8105.02,6805.0,5699.0,184.0,20.0,417.0,3.0,448.0,4531.0,87694.0,263700.0,2077.0 +34025800601,"Census Tract 8006.01, Monmouth County, New Jersey",5221,3420.0,82571.0,243600.0,867.0,4438.0,69.0,0.0,48.0,0.0,0.0,78.0,588.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8006.01,5286.508236,4832.064087,68.64296794,9.080933027,64.49908698,0.0,306.1672065,3334.6883620000003,55257.092370000006,132885.1323,406.6096679 +34025808001,"Census Tract 8080.01, Monmouth County, New Jersey",4519,3403.0,96327.0,353400.0,1298.0,4110.0,63.0,0.0,36.0,0.0,0.0,121.0,189.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8080.01,4258.599897,4100.185015999999,39.2728858,14.99876685,46.04275165,0.0,54.10041285,3164.1509100000003,68631.17319,157382.3724,1074.971628 +34025812000,"Census Tract 8120, Monmouth County, New Jersey",1890,1274.0,96154.0,328400.0,586.0,1678.0,59.0,0.0,22.0,0.0,43.0,29.0,59.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8120,1871.200227,1671.434251,122.14212140000002,16.89003657,12.95092692,0.0,35.83931925,1261.6792039999998,71193.07689,167148.74599999998,517.9056963 +34025801200,"Census Tract 8012, Monmouth County, New Jersey",3602,2438.0,176458.0,614600.0,1690.0,3336.0,0.0,0.0,58.0,0.0,0.0,99.0,109.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8012,3710.0,3439.0,15.0,3.0,189.0,0.0,60.0,2451.0,130694.0,355000.0,1479.0 +34025805900,"Census Tract 8059, Monmouth County, New Jersey",5682,3781.0,50582.0,303300.0,646.0,2423.0,382.0,8.0,43.0,0.0,28.0,107.0,2691.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8059,5324.0,3097.0,611.0,21.0,116.0,0.0,1334.0,3384.0,36661.0,130800.0,456.0 +34025809400,"Census Tract 8094, Monmouth County, New Jersey",4738,3261.0,133493.0,633700.0,2108.0,4367.0,123.0,0.0,19.0,0.0,0.0,36.0,193.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8094,4906.397752000001,4487.010026,197.0651642,7.042356707000001,44.10100446,0.0,162.16291040000002,3542.790915,68373.39563,277513.8414,1582.3106089999999 +34025807004,"Census Tract 8070.04, Monmouth County, New Jersey",2969,2333.0,49292.0,339700.0,836.0,1632.0,509.0,0.0,19.0,0.0,0.0,36.0,773.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8070.04,3458.0,1487.0,1234.0,21.0,53.0,0.0,635.0,2527.0,26299.0,84500.0,430.0 +34025801300,"Census Tract 8013, Monmouth County, New Jersey",5983,4485.0,85161.0,365500.0,2255.0,5694.0,15.0,0.0,60.0,0.0,0.0,132.0,82.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8013,6069.0,5792.0,37.0,3.0,132.0,0.0,98.0,4523.0,64181.0,184600.0,1973.0 +34025803800,"Census Tract 8038, Monmouth County, New Jersey",3255,1891.0,250001.0,1338700.0,1421.0,2960.0,54.0,0.0,56.0,0.0,0.0,29.0,156.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8038,3381.0,3271.0,15.0,8.0,38.0,0.0,49.0,2182.0,163733.0,763800.0,1430.0 +34025809901,"Census Tract 8099.01, Monmouth County, New Jersey",5132,3361.0,174524.0,747900.0,2219.0,4778.0,49.0,0.0,156.0,0.0,0.0,36.0,113.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8099.01,5173.0,4835.0,23.0,8.0,207.0,0.0,96.0,3374.0,129582.0,438000.0,1872.0 +34025810501,"Census Tract 8105.01, Monmouth County, New Jersey",4477,3088.0,78271.0,311800.0,1286.0,3372.0,295.0,33.0,211.0,0.0,0.0,75.0,491.0,New York City,New York-Newark-Jersey City,NJ,Monmouth County,Census Tract 8105.01,3575.0,2919.0,214.0,4.0,175.0,0.0,256.0,2439.0,74674.0,176800.0,846.0 +34027040702,"Census Tract 407.02, Morris County, New Jersey",4265,2859.0,150714.0,620800.0,1926.0,3556.0,37.0,0.0,320.0,0.0,0.0,37.0,315.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 407.02,3825.7923299999998,3581.848703,24.27207556,3.043186598,101.2180923,0.00431866,110.39299799999999,2556.097717,122251.8148,420732.6904,1545.9345289999999 +34027041601,"Census Tract 416.01, Morris County, New Jersey",7491,5455.0,106933.0,440100.0,3481.0,4069.0,366.0,0.0,2558.0,0.0,0.0,91.0,407.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 416.01,6424.770218,4449.579927000001,365.17197089999996,10.00565731,1213.688333,0.018263288,345.3045107,4980.980724,94658.28077,261964.1265,2743.351579 +34027043700,"Census Tract 437, Morris County, New Jersey",3768,3049.0,113883.0,463800.0,2116.0,2793.0,271.0,0.0,263.0,0.0,10.0,70.0,361.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 437,3269.378056,2543.751659,248.06006659999997,12.064827099999999,155.2459263,1.003190295,303.2370435,2660.721149,76905.76707999999,225996.8103,1379.787489 +34027041604,"Census Tract 416.04, Morris County, New Jersey",4582,3165.0,112539.0,459800.0,1741.0,3129.0,60.0,44.0,901.0,0.0,6.0,23.0,419.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 416.04,4753.0,3789.0,66.0,10.0,657.0,0.0,216.0,3254.0,97016.0,267300.0,1635.0 +34027042700,"Census Tract 427, Morris County, New Jersey",4205,2601.0,142321.0,671100.0,1815.0,3151.0,104.0,0.0,386.0,0.0,0.0,77.0,487.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 427,3840.0,3593.0,9.0,3.0,156.0,1.0,73.0,2711.0,88293.0,347600.0,1748.0 +34027043402,"Census Tract 434.02, Morris County, New Jersey",5532,3942.0,156667.0,583400.0,2926.0,4614.0,299.0,0.0,340.0,0.0,0.0,60.0,219.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 434.02,5332.6546530000005,4827.01684,146.7482814,13.15461091,200.20026040000002,0.04380947,138.3233625,3768.5608780000002,111170.9183,348131.2995,2702.34191 +34027044501,"Census Tract 445.01, Morris County, New Jersey",6492,4981.0,83318.0,325300.0,2349.0,4884.0,352.0,0.0,493.0,0.0,0.0,189.0,574.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 445.01,4849.053416,3862.885992,183.0859487,11.69698952,455.0389487,0.0,327.6226883,3466.4417689999996,79295.15989,212017.0928,1496.5754279999999 +34027044601,"Census Tract 446.01, Morris County, New Jersey",4835,3245.0,105234.0,348500.0,1196.0,4386.0,1.0,0.0,48.0,0.0,15.0,47.0,338.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 446.01,4623.0,4338.0,44.0,21.0,79.0,1.0,121.0,3044.0,71762.0,198000.0,850.0 +34027040803,"Census Tract 408.03, Morris County, New Jersey",6660,4587.0,113856.0,520500.0,2936.0,4530.0,75.0,13.0,1619.0,0.0,0.0,181.0,242.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 408.03,6829.0,5122.0,97.0,1.0,1398.0,0.0,183.0,4746.0,91931.0,349000.0,2546.0 +34027041603,"Census Tract 416.03, Morris County, New Jersey",4801,3493.0,88807.0,435500.0,1732.0,1822.0,393.0,0.0,1776.0,0.0,0.0,197.0,613.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 416.03,4570.848707,2616.0102850000003,122.98957340000001,19.99824343,1532.8712269999999,0.0,254.98066310000002,3307.860544,60836.88696,261423.9031,1406.998697 +34027041701,"Census Tract 417.01, Morris County, New Jersey",5880,4306.0,76750.0,333200.0,2281.0,3033.0,220.0,0.0,1772.0,0.0,111.0,309.0,435.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 417.01,5505.0,4089.0,201.0,13.0,766.0,0.0,390.0,4010.0,56160.0,181000.0,1511.0 +34027041702,"Census Tract 417.02, Morris County, New Jersey",3274,2271.0,84930.0,312100.0,869.0,1846.0,181.0,4.0,701.0,0.0,0.0,39.0,503.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 417.02,3504.0,2585.0,104.0,13.0,486.0,0.0,284.0,2341.0,66375.0,162800.0,545.0 +34027040600,"Census Tract 406, Morris County, New Jersey",4065,2958.0,106595.0,344700.0,1143.0,3474.0,0.0,127.0,178.0,0.0,0.0,0.0,413.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 406,3797.0,3486.0,17.0,13.0,68.0,0.0,209.0,2760.0,63462.0,198400.0,779.0 +34027042800,"Census Tract 428, Morris County, New Jersey",4798,2988.0,212697.0,805900.0,2375.0,3960.0,11.0,0.0,376.0,0.0,0.0,55.0,396.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 428,4566.163938000001,4275.589844,8.895124435,3.9533886910000002,116.6249695,0.0,148.25207519999998,2976.901611,118701.0011,395200.0163,2042.913574 +34027040200,"Census Tract 402, Morris County, New Jersey",7144,4852.0,107998.0,372400.0,1959.0,5965.0,9.0,0.0,63.0,0.0,0.0,175.0,932.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 402,7194.0,6699.0,42.0,8.0,182.0,0.0,252.0,4934.0,69139.0,218600.0,1604.0 +34027044102,"Census Tract 441.02, Morris County, New Jersey",5671,3979.0,125231.0,520700.0,2246.0,4995.0,68.0,0.0,308.0,0.0,17.0,25.0,258.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 441.02,5685.0,5075.0,35.0,10.0,328.0,0.0,218.0,3906.0,78426.0,276600.0,1757.0 +34027042302,"Census Tract 423.02, Morris County, New Jersey",3039,2181.0,127381.0,525800.0,1398.0,2466.0,92.0,0.0,231.0,0.0,11.0,25.0,214.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 423.02,3023.3364579999998,2718.325315,44.85946145,0.99700022,195.3632792,4.98173666,58.80701972,2220.1863489999996,103825.599,291497.0423,1265.539957 +34027045300,"Census Tract 453, Morris County, New Jersey",4850,3410.0,98405.0,291500.0,1093.0,3830.0,125.0,0.0,109.0,0.0,0.0,43.0,743.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 453,4616.568699,4027.215953,103.004908,17.11003562,154.0405633,0.0,310.0631994,3270.204213,61574.9807,161123.1354,811.3889422999999 +34027042600,"Census Tract 426, Morris County, New Jersey",8455,5386.0,110801.0,577300.0,3567.0,6287.0,464.0,12.0,1145.0,0.0,0.0,49.0,498.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 426,5499.095996999999,4950.509029999999,82.01247120000001,6.115365519,302.4702518,0.9974495609999999,152.86770190000001,4129.228574000001,86894.60802,303538.8707,2456.5082629999997 +34027040805,"Census Tract 408.05, Morris County, New Jersey",6061,4223.0,149830.0,605800.0,2661.0,4590.0,0.0,25.0,1126.0,0.0,0.0,109.0,236.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 408.05,5875.122229,4940.324444,49.16407144,5.082081959,763.1041903,0.0,113.30566429999999,4023.3695829999997,104129.51,349575.1623,2111.954025 +34027043302,"Census Tract 433.02, Morris County, New Jersey",3033,2295.0,137473.0,604400.0,1760.0,2589.0,64.0,0.0,156.0,0.0,19.0,32.0,173.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 433.02,3187.661998,2769.2595149999997,93.85865240000001,3.242309105,193.19460619999998,1.005700667,124.9258876,2173.937629,108522.7528,374280.7192,1521.4772169999999 +34027044401,"Census Tract 444.01, Morris County, New Jersey",4369,3156.0,129485.0,463700.0,1710.0,3948.0,14.0,0.0,171.0,0.0,0.0,66.0,170.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 444.01,4987.207533,4551.151367,125.72792050000001,19.95681381,100.7819061,1.995681286,181.6069946,3279.9021,81928.99861000001,237900.0059,1356.06543 +34027046300,"Census Tract 463, Morris County, New Jersey",5653,3811.0,128977.0,459300.0,2274.0,4266.0,151.0,0.0,674.0,0.0,0.0,121.0,441.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 463,4909.194740999999,3978.9555240000004,168.39906069999998,9.994356095,482.4742478,0.0,255.1736088,3134.019846,99713.60045,316361.9499,1688.521618 +34027046400,"Census Tract 464, Morris County, New Jersey",4992,3450.0,145284.0,640100.0,2332.0,4543.0,31.0,0.0,92.0,0.0,0.0,53.0,273.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 464,5102.263981,4850.985905,26.05493865,4.004883405,94.13104747,0.9999870059999999,125.0793152,3492.376782,110373.4849,393171.2603,2172.4129629999998 +34027041706,"Census Tract 417.06, Morris County, New Jersey",5372,4096.0,71157.0,511400.0,2566.0,2395.0,271.0,0.0,2198.0,0.0,0.0,27.0,481.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 417.06,5302.663348,3594.9345700000003,244.95161439999998,15.40576172,984.4282227,0.0,412.10412599999995,3986.240967,56396.99839,271699.9897,1854.0834960000002 +34027041705,"Census Tract 417.05, Morris County, New Jersey",1512,1212.0,80227.0,463600.0,550.0,834.0,0.0,0.0,613.0,0.0,0.0,16.0,49.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 417.05,1581.33655,1072.065308,73.04837799,4.594237328,293.5717773,0.0,122.89585109999999,1188.758911,56397.00175,271699.9972,552.9165039 +34027045804,"Census Tract 458.04, Morris County, New Jersey",5877,3877.0,185882.0,902700.0,2937.0,5000.0,35.0,0.0,234.0,0.0,14.0,193.0,401.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 458.04,5398.271768,5112.8910399999995,56.18298677,5.017542533,134.1166358,1.30216e-05,82.06805179999999,3466.6998840000006,136113.0198,547821.5668,2472.8486510000002 +34027041704,"Census Tract 417.04, Morris County, New Jersey",4844,3577.0,98935.0,451400.0,1926.0,2181.0,449.0,0.0,1618.0,0.0,11.0,113.0,472.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 417.04,4505.0,2893.0,193.0,16.0,1153.0,0.0,217.0,3382.0,64236.0,265500.0,1481.0 +34027041802,"Census Tract 418.02, Morris County, New Jersey",4990,3552.0,103661.0,371200.0,1603.0,2579.0,41.0,0.0,1534.0,0.0,0.0,162.0,674.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 418.02,5084.0,3700.0,95.0,17.0,921.0,0.0,347.0,3593.0,75169.0,186600.0,1084.0 +34027042500,"Census Tract 425, Morris County, New Jersey",3337,2378.0,136298.0,663600.0,1631.0,2874.0,10.0,15.0,134.0,0.0,0.0,33.0,286.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 425,3368.9998969999997,3239.3486329999996,16.44830513,2.902642012,69.66340637,0.0,38.70189285,2362.750732,92477.00302999999,324500.0075,1284.902832 +34027041901,"Census Tract 419.01, Morris County, New Jersey",6266,4595.0,129563.0,546400.0,1774.0,4534.0,1.0,0.0,660.0,0.0,0.0,0.0,1071.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 419.01,6163.0,5444.0,38.0,6.0,501.0,0.0,155.0,4400.0,79553.0,318200.0,1147.0 +34027041902,"Census Tract 419.02, Morris County, New Jersey",4975,3631.0,120380.0,576100.0,1666.0,3409.0,91.0,8.0,785.0,0.0,10.0,119.0,553.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 419.02,5222.080129,4217.603515999999,29.95457077,3.9939427380000003,800.7855225,0.0,156.76225280000003,3741.325928,86030.99923,298599.9945,1568.6209720000002 +34027042000,"Census Tract 420, Morris County, New Jersey",4672,3381.0,107768.0,489900.0,1457.0,3472.0,0.0,0.0,802.0,0.0,0.0,30.0,368.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 420,4081.959333,3417.7096229999997,44.49168867,6.075007215,426.7835727,0.0,177.8077943,2942.686213,77684.50892000001,287634.8007,984.8498992999998 +34027043800,"Census Tract 438, Morris County, New Jersey",6003,4445.0,98738.0,411900.0,1900.0,3134.0,218.0,0.0,106.0,0.0,0.0,193.0,2352.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 438,6596.354958,3339.196679,843.8228402000001,22.96433301,218.18198569999998,4.953754902,2145.257293,4797.624152,61238.80462,212992.4825,1826.171012 +34027044200,"Census Tract 442, Morris County, New Jersey",3887,2873.0,183587.0,1030200.0,2170.0,3552.0,0.0,0.0,201.0,0.0,0.0,33.0,101.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 442,3193.411253,3049.422823,15.52254677,9.054484002,42.85787719,0.997187078,57.58242059,2274.772865,111336.4621,735245.7226,1501.279202 +34027045200,"Census Tract 452, Morris County, New Jersey",3609,2415.0,84904.0,284400.0,747.0,2383.0,137.0,0.0,239.0,0.0,0.0,39.0,811.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 452,3664.399539,3088.7670399999997,144.3813916,6.97679838,97.62828545,0.0,317.6851798,2615.5645170000003,64640.8952,162399.146,737.9930524 +34027045501,"Census Tract 455.01, Morris County, New Jersey",4999,3533.0,133007.0,383300.0,1795.0,4309.0,130.0,0.0,176.0,0.0,0.0,75.0,309.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 455.01,5454.131728,5055.947265999999,63.70951462,6.96822834,196.1058502,0.0,124.43264769999999,3589.633057,91324.00006,237300.0003,1551.92395 +34027045704,"Census Tract 457.04, Morris County, New Jersey",5266,3581.0,146875.0,544900.0,2467.0,4592.0,19.0,0.0,417.0,0.0,21.0,50.0,167.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 457.04,5577.9999450000005,4943.589844,93.2071991,11.42539883,345.1672974,0.0,176.19168090000002,3585.77124,129519.0022,350900.0073,2420.380615 +34027045703,"Census Tract 457.03, Morris County, New Jersey",3794,2454.0,152500.0,544800.0,1785.0,3054.0,78.0,0.0,174.0,34.0,0.0,137.0,317.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 457.03,3696.665899,3276.2625789999997,61.82968244,7.571668888,228.65886650000002,0.0,116.7651635,2376.65101,129485.9004,350865.52200000006,1604.14824 +34027042900,"Census Tract 429, Morris County, New Jersey",3799,2728.0,97917.0,600700.0,1672.0,2583.0,193.0,0.0,460.0,0.0,8.0,76.0,479.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 429,3638.828625,2962.832764,138.3849945,5.973453522000001,139.3805695,0.0,381.30541989999995,2719.912354,65445.99865,289699.9997,1108.075562 +34027046201,"Census Tract 462.01, Morris County, New Jersey",6214,4083.0,122763.0,386500.0,2134.0,5381.0,71.0,0.0,401.0,0.0,0.0,16.0,345.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 462.01,5536.0,5069.0,73.0,17.0,189.0,0.0,180.0,3547.0,82098.0,248000.0,1735.0 +34027040804,"Census Tract 408.04, Morris County, New Jersey",3726,2746.0,154444.0,534700.0,1732.0,2503.0,17.0,0.0,785.0,0.0,0.0,50.0,371.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 408.04,3485.3900020000005,2992.979665,43.37063789,6.052117467,313.2633342,0.0,125.61191969999999,2545.048463,83195.25817999999,300164.1224,1240.651155 +34027041400,"Census Tract 414, Morris County, New Jersey",6184,4197.0,115000.0,357400.0,2418.0,5268.0,116.0,0.0,376.0,0.0,0.0,172.0,252.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 414,5471.415681,4974.089693,43.18601089,17.03055912,265.8442349,0.0021152420000000003,162.231583,3827.624669,68980.87473,189860.4144,1411.717892 +34027043600,"Census Tract 436, Morris County, New Jersey",5577,4166.0,94506.0,482500.0,2721.0,3090.0,385.0,0.0,745.0,0.0,0.0,171.0,1186.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 436,4908.181683,3152.588192,485.03112460000006,26.84165999,329.1418519,0.000244102,893.7079902999999,3775.924914,52910.106889999995,242378.4424,1881.2480859999998 +34027044701,"Census Tract 447.01, Morris County, New Jersey",4984,3628.0,81055.0,267800.0,930.0,4411.0,0.0,14.0,100.0,0.0,0.0,37.0,422.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 447.01,4859.352261999999,4459.117149000001,53.04102096,20.00984076,68.06141691,0.0,239.11784069999996,3285.346577,62877.450520000006,145425.9971,658.7574331000001 +34027045901,"Census Tract 459.01, Morris County, New Jersey",1540,1020.0,101375.0,488000.0,579.0,1338.0,12.0,16.0,33.0,0.0,0.0,0.0,157.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 459.01,1583.119094,1431.023062,7.0166642370000005,0.9928739,34.12061191,0.0,107.0671078,1100.6498490000001,81047.58352,295682.5942,535.2113495 +34027046103,"Census Tract 461.03, Morris County, New Jersey",5441,4025.0,86397.0,318100.0,1767.0,4212.0,441.0,22.0,324.0,0.0,0.0,28.0,414.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 461.03,5848.0,4741.0,298.0,20.0,509.0,0.0,268.0,4010.0,65143.0,193700.0,1660.0 +34027046105,"Census Tract 461.05, Morris County, New Jersey",8115,5530.0,73860.0,272100.0,2081.0,6098.0,575.0,0.0,243.0,0.0,0.0,149.0,1050.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 461.05,6410.0,5079.0,294.0,20.0,428.0,0.0,552.0,4291.0,51095.0,145100.0,1115.0 +34027046202,"Census Tract 462.02, Morris County, New Jersey",3799,2529.0,148603.0,429500.0,1443.0,3534.0,0.0,0.0,96.0,0.0,0.0,68.0,101.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 462.02,3974.0,3770.0,38.0,6.0,80.0,0.0,76.0,2429.0,111765.0,286300.0,1397.0 +34027041100,"Census Tract 411, Morris County, New Jersey",3702,2565.0,82800.0,378200.0,1142.0,2814.0,61.0,0.0,190.0,0.0,0.0,5.0,632.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 411,3572.7368100000003,2739.673906,190.0104841,12.00103123,352.0329992,0.0,247.01581209999998,2540.523691,58577.124639999995,215633.9847,911.2406192 +34027041200,"Census Tract 412, Morris County, New Jersey",4309,2697.0,175556.0,810300.0,2322.0,3491.0,16.0,0.0,649.0,0.0,0.0,50.0,103.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 412,4255.89305,3907.748602,18.0201402,2.002639861,243.1007076,0.0,72.01987505,2624.082211,141732.6505,495141.2057,1996.7260379999998 +34027041300,"Census Tract 413, Morris County, New Jersey",4635,3415.0,91298.0,393100.0,1655.0,3935.0,10.0,0.0,487.0,0.0,0.0,5.0,198.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 413,4848.325999000001,4528.370605,39.99443817,18.99735832,150.9790039,0.0,95.98665619,3619.4968259999996,69290.99856,239899.9985,1476.794678 +34027044000,"Census Tract 440, Morris County, New Jersey",5740,3799.0,190147.0,921900.0,2816.0,4569.0,146.0,0.0,745.0,0.0,0.0,64.0,216.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 440,5480.247889,4990.4553590000005,21.38585556,12.09329025,333.3679829,1.007175738,118.85928770000001,3702.830624,115787.906,460853.9019,2506.1712789999997 +34027041500,"Census Tract 415, Morris County, New Jersey",6003,4147.0,134911.0,455900.0,2549.0,4542.0,213.0,0.0,529.0,0.0,0.0,58.0,661.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 415,5516.0,4834.0,109.0,17.0,377.0,3.0,161.0,3880.0,99475.0,263700.0,2095.0 +34027043500,"Census Tract 435, Morris County, New Jersey",3485,2193.0,48364.0,342400.0,341.0,397.0,758.0,0.0,32.0,0.0,0.0,39.0,2259.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 435,3791.2116,415.2991552,1630.193708,10.93451188,53.44318292,0.0,1669.461611,2380.078512,40223.70738,178245.3945,275.96317789999995 +34027043900,"Census Tract 439, Morris County, New Jersey",4767,3116.0,159914.0,866700.0,2443.0,4174.0,61.0,0.0,336.0,0.0,0.0,83.0,113.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 439,4694.735768,4371.457325,25.10902979,6.042786822999999,208.2660964,0.0,81.70582917,3358.5525350000003,93998.83602,342749.6879,2136.208587 +34027044101,"Census Tract 441.01, Morris County, New Jersey",3092,2103.0,154000.0,573100.0,1477.0,2832.0,0.0,0.0,116.0,0.0,0.0,27.0,117.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 441.01,3092.0,2841.0,8.0,6.0,144.0,0.0,85.0,2089.0,101083.0,327300.0,1196.0 +34027046106,"Census Tract 461.06, Morris County, New Jersey",8435,5447.0,132500.0,378400.0,2753.0,5624.0,480.0,120.0,963.0,0.0,0.0,207.0,1161.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 461.06,5971.418292,5233.27656,146.99943169999997,28.00188465,282.98780899999997,0.0,251.1474557,3865.0891090000005,78165.61996,214269.1427,1500.066493 +34027044702,"Census Tract 447.02, Morris County, New Jersey",5969,4001.0,96659.0,400200.0,1892.0,4164.0,282.0,0.0,960.0,0.0,0.0,0.0,563.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 447.02,4219.790113,3947.4836880000003,66.70634652,11.93876457,49.0635348,0.0,141.5849472,2968.47035,69419.63738,174018.6903,934.1867914 +34027044800,"Census Tract 448, Morris County, New Jersey",7213,5099.0,65787.0,253600.0,728.0,1416.0,606.0,0.0,188.0,0.0,29.0,87.0,4887.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 448,7357.868384,2012.5479300000002,421.9109398,15.99448861,217.38633199999998,0.009143534,4640.0981170000005,4734.472888,51443.657680000004,154347.7889,398.8496027 +34027045603,"Census Tract 456.03, Morris County, New Jersey",5256,3824.0,91824.0,442900.0,2117.0,2557.0,173.0,0.0,1155.0,0.0,0.0,142.0,1229.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 456.03,5009.85702,3091.754761,235.18012280000002,8.324741431,1045.876549,0.0,596.7081032000001,3688.502542,61571.144770000006,220913.6135,1926.0944329999998 +34027040500,"Census Tract 405, Morris County, New Jersey",3715,2573.0,79313.0,344600.0,897.0,2598.0,2.0,16.0,190.0,0.0,0.0,125.0,784.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 405,3624.978778,3307.794208,43.02772507,8.00316858,84.05545015,0.0,170.08713590000002,2534.3656579999997,51017.35458,178418.0298,497.42142110000003 +34027040801,"Census Tract 408.01, Morris County, New Jersey",5292,3388.0,134026.0,630200.0,2088.0,4289.0,85.0,14.0,597.0,0.0,0.0,83.0,224.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 408.01,4721.955008,4280.197961999999,35.20975139,19.99631683,262.7784647,0.0,113.6630142,3184.783998,100851.1106,339582.2716,1520.730151 +34027041602,"Census Tract 416.02, Morris County, New Jersey",2840,1962.0,108750.0,403600.0,1044.0,1903.0,77.0,0.0,427.0,0.0,0.0,84.0,349.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 416.02,3023.0,2299.0,71.0,5.0,496.0,0.0,139.0,2150.0,82795.0,215300.0,1236.0 +34027042100,"Census Tract 421, Morris County, New Jersey",4138,2926.0,121328.0,464500.0,1462.0,3261.0,67.0,0.0,412.0,0.0,0.0,17.0,381.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 421,4033.306307,3522.3934799999997,38.99331892,3.999323071,351.9398573,0.0,111.98109369999999,2978.4873079999998,84736.96192,273000.0749,1467.744756 +34027043000,"Census Tract 430, Morris County, New Jersey",4609,3155.0,126655.0,652000.0,2020.0,3682.0,126.0,0.0,230.0,0.0,13.0,42.0,516.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 430,4270.380258,3627.241333,155.0208002,12.00154075,166.07678090000002,0.000256792,299.0385188,3024.037954,74658.7682,309197.7546,1667.619383 +34027043200,"Census Tract 432, Morris County, New Jersey",4249,2090.0,144211.0,739900.0,1457.0,3103.0,140.0,5.0,362.0,0.0,0.0,146.0,493.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 432,5117.2486340000005,4321.716219,190.2569591,12.81529323,325.3114179,0.985792193,255.31941809999998,2038.626961,82269.35274,381900.9917,1260.834766 +34027043301,"Census Tract 433.01, Morris County, New Jersey",3086,2269.0,111458.0,549600.0,1295.0,1959.0,427.0,0.0,125.0,0.0,0.0,5.0,570.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 433.01,2596.309527,1664.749427,635.8451812000001,6.053272475,101.5135423,0.0,187.0895185,1909.8416379999999,78881.39601,367742.5966,1035.857554 +34027043303,"Census Tract 433.03, Morris County, New Jersey",3705,2797.0,154435.0,645800.0,2255.0,3107.0,29.0,12.0,154.0,0.0,0.0,142.0,273.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 433.03,3597.011343,3213.288846,90.71536969,12.83303091,156.77155109999998,0.0029446679999999997,119.40866329999999,2597.483688,116588.4466,363224.1839,1686.8820829999997 +34027044502,"Census Tract 445.02, Morris County, New Jersey",4616,3043.0,100797.0,341400.0,1046.0,2701.0,74.0,0.0,453.0,0.0,40.0,70.0,1278.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 445.02,3831.241088,2826.867257,133.0613218,4.928431549,336.10602969999997,0.985644257,519.4358067,2638.600055,76250.53521,194799.7847,989.5917145 +34027043100,"Census Tract 431, Morris County, New Jersey",3423,2179.0,156016.0,1112300.0,1725.0,3124.0,48.0,0.0,30.0,0.0,0.0,159.0,62.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 431,3417.100239,3187.952636,51.99584563,2.003824165,119.1089347,0.0,46.04209617,2356.545838,136995.8196,566196.4947,1724.877666 +34027044300,"Census Tract 443, Morris County, New Jersey",6473,4638.0,83714.0,338800.0,1636.0,4531.0,265.0,0.0,496.0,0.0,0.0,72.0,1109.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 443,6466.846214,5306.439883,95.45878187,17.9514436,423.1968058,0.9995200209999999,607.8140222,4547.484206,61071.45645,186468.3071,1307.907808 +34027045000,"Census Tract 450, Morris County, New Jersey",4923,3420.0,54426.0,241300.0,542.0,1008.0,317.0,16.0,243.0,0.0,18.0,3.0,3334.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 450,5362.261532,2043.1438600000001,317.588778,16.28213745,166.13827709999998,0.0,2810.846848,3632.3448789999998,45174.476780000005,153667.3426,519.7180214 +34027045100,"Census Tract 451, Morris County, New Jersey",6591,4504.0,68265.0,293800.0,1153.0,2369.0,71.0,0.0,662.0,0.0,0.0,162.0,3327.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 451,6300.314211,4254.8900539999995,266.0882679,46.00515453,213.16382709999996,0.0,1462.162212,4219.654272,56587.09386,167012.7133,958.6315114 +34027045602,"Census Tract 456.02, Morris County, New Jersey",1655,1008.0,45938.0,172100.0,106.0,343.0,177.0,0.0,49.0,0.0,36.0,4.0,1046.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 456.02,1408.383033,301.55428670000003,298.8309913,1.8620367759999998,83.31724572,0.0,713.7301209,894.9499499,44367.07101,118263.8467,90.75194389 +34027040101,"Census Tract 401.01, Morris County, New Jersey",4288,2905.0,96997.0,373000.0,982.0,3416.0,10.0,0.0,248.0,0.0,8.0,32.0,574.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 401.01,4198.082078,3712.923279,41.83788995,4.003321843,219.2394071,0.0,189.21562240000003,2986.191635,70134.42648,217101.2118,941.1774228 +34027040102,"Census Tract 401.02, Morris County, New Jersey",6176,4808.0,87279.0,311400.0,1861.0,4890.0,201.0,0.0,306.0,0.0,25.0,117.0,637.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 401.02,6666.877579999999,5629.675293,154.83592219999997,10.91791725,412.895813,0.0,439.6943359,5103.630371,68749.99842999999,170700.0003,1723.045898 +34027040400,"Census Tract 404, Morris County, New Jersey",4238,3173.0,100602.0,331200.0,1564.0,3576.0,0.0,0.0,194.0,0.0,0.0,23.0,445.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 404,2485.17784,2253.374734,34.82010645,3.979468975,69.64044458,0.0,109.4349467,1715.1506219999999,71083.05396,203500.6533,529.270846 +34027040900,"Census Tract 409, Morris County, New Jersey",4353,2951.0,136125.0,599700.0,1891.0,3739.0,36.0,0.0,411.0,0.0,25.0,31.0,111.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 409,4277.278803,3912.108643,60.86167526,5.986394405,191.564621,0.0,91.79138184,3040.090576,91753.00317000001,329799.9895,1396.825317 +34027041000,"Census Tract 410, Morris County, New Jersey",4688,3304.0,98889.0,360400.0,1634.0,3161.0,180.0,0.0,521.0,0.0,0.0,256.0,570.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 410,4921.229339,3952.4880840000005,170.6414134,23.95476811,396.8268458,0.0,334.4269888,3539.0435039999998,69892.79879,208548.7109,1089.870772 +34027042200,"Census Tract 422, Morris County, New Jersey",5626,3774.0,123621.0,507700.0,2102.0,4210.0,121.0,0.0,746.0,0.0,0.0,42.0,507.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 422,4810.0,4194.0,45.0,5.0,392.0,0.0,163.0,3370.0,85620.0,267500.0,1402.0 +34027043401,"Census Tract 434.01, Morris County, New Jersey",7142,5350.0,136776.0,473900.0,3399.0,5882.0,150.0,0.0,362.0,0.0,0.0,331.0,417.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 434.01,7085.307577,6238.9477990000005,262.37642259999996,10.93386077,282.15673860000004,0.002442531,283.92792430000003,5110.484687,91265.92807000001,283038.2366,2929.536916 +34027044403,"Census Tract 444.03, Morris County, New Jersey",4876,3341.0,130524.0,355700.0,1965.0,3893.0,195.0,0.0,250.0,0.0,85.0,16.0,437.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 444.03,4907.8953409999995,4279.329979,113.2919909,13.0553246,267.3001281,0.0030735890000000003,221.86874210000002,3144.990977,81919.34595,194571.9973,1376.0171810000002 +34027044404,"Census Tract 444.04, Morris County, New Jersey",4405,3031.0,114297.0,337300.0,1650.0,3363.0,220.0,10.0,226.0,0.0,0.0,86.0,500.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 444.04,4167.258434,3696.674504,54.04782192,9.009060995,197.2129334,0.000503389,206.3060603,2823.291425,86686.51148,194994.7437,1117.657929 +34027044602,"Census Tract 446.02, Morris County, New Jersey",5652,3992.0,105974.0,331500.0,1956.0,4744.0,75.0,0.0,79.0,0.0,0.0,220.0,534.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 446.02,6017.334724,5701.991212,34.05219489,30.03231118,75.09289403,0.0,170.1531668,4100.2079969999995,76552.22791,191976.9258,1287.350743 +34027045502,"Census Tract 455.02, Morris County, New Jersey",8628,5964.0,116581.0,401900.0,3056.0,6618.0,544.0,0.0,833.0,0.0,0.0,58.0,575.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 455.02,7545.1132609999995,6773.745177,128.0407992,14.011041899999999,376.0426669,0.0,241.2587324,5113.215992,83422.37281,243160.5317,2268.347179 +34027045902,"Census Tract 459.02, Morris County, New Jersey",7931,5307.0,153056.0,653500.0,3734.0,6637.0,65.0,0.0,348.0,0.0,38.0,297.0,546.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 459.02,7372.658190000001,6860.818442,85.46048929999999,10.057340400000001,210.3278738,0.0,193.8267024,4852.35233,116697.2458,419470.9352,3078.322073 +34027046000,"Census Tract 460, Morris County, New Jersey",3245,2370.0,56484.0,265500.0,597.0,2489.0,176.0,0.0,132.0,0.0,0.0,78.0,370.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 460,2961.194015,2615.506275,45.48136793,9.152589665,65.99839357,0.0,213.034118,2070.916409,55316.8645,150705.2706,450.90437230000003 +34027046104,"Census Tract 461.04, Morris County, New Jersey",7019,4478.0,84664.0,421300.0,1946.0,4477.0,388.0,0.0,875.0,0.0,0.0,195.0,1084.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 461.04,5965.0,4937.0,235.0,17.0,350.0,0.0,374.0,3599.0,77106.0,279300.0,1475.0 +34027046298,"Census Tract 462.98, Morris County, New Jersey",5110,3313.0,136833.0,498200.0,1805.0,4496.0,116.0,0.0,214.0,0.0,0.0,66.0,218.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 462.98,4796.0,4610.0,44.0,9.0,56.0,0.0,73.0,3291.0,95737.0,283200.0,1640.0 +34027045401,"Census Tract 454.01, Morris County, New Jersey",5405,4260.0,90625.0,296600.0,1763.0,4416.0,297.0,0.0,210.0,0.0,0.0,15.0,467.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 454.01,4661.547723,4118.723039,97.36078042,14.00084005,191.5095699,0.0,213.08933169999997,3404.525425,67141.54362000001,174185.9789,1217.663699 +34027046297,"Census Tract 462.97, Morris County, New Jersey",3590,2317.0,149211.0,516100.0,1513.0,3383.0,84.0,6.0,0.0,0.0,0.0,53.0,64.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 462.97,3286.0,3161.0,23.0,3.0,39.0,0.0,60.0,2046.0,104097.0,321000.0,1250.0 +34027044900,"Census Tract 449, Morris County, New Jersey",6171,4205.0,71497.0,282200.0,689.0,1275.0,151.0,23.0,65.0,0.0,87.0,63.0,4530.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 449,5576.014641,2029.437486,369.1015332,15.87918405,116.1908152,0.0,3027.522768,3726.9417359999998,64510.36337000001,152842.4438,649.9247257999999 +34027045402,"Census Tract 454.02, Morris County, New Jersey",4981,3333.0,91781.0,266600.0,943.0,3815.0,280.0,6.0,79.0,0.0,0.0,38.0,763.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 454.02,5893.682934,5036.015542,190.87415190000002,17.80527348,183.9222021,0.0,449.0562337,3931.989392,57435.738260000006,157693.0713,802.5476463 +34027045701,"Census Tract 457.01, Morris County, New Jersey",5949,3823.0,156599.0,545100.0,2361.0,4859.0,178.0,0.0,325.0,0.0,8.0,133.0,446.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 457.01,5857.0,5213.0,105.0,4.0,326.0,0.0,175.0,3601.0,111324.0,331100.0,2034.0 +34027040300,"Census Tract 403, Morris County, New Jersey",8355,6523.0,82000.0,412900.0,3205.0,7805.0,14.0,58.0,104.0,0.0,14.0,0.0,360.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 403,6711.262479999999,6415.386213000001,15.23258335,11.0210016,106.73772959999998,0.0,156.77282019999998,4572.986185,78033.5225,275358.9909,1956.922388 +34027040701,"Census Tract 407.01, Morris County, New Jersey",5977,4004.0,141970.0,510500.0,2282.0,4636.0,0.0,0.0,249.0,0.0,0.0,145.0,947.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 407.01,5546.828493999999,5200.0851649999995,28.97236073,6.000899329,200.81229219999997,0.0,107.95717920000001,3631.0479259999997,97719.76175,297187.4161,2005.5369719999999 +34027041801,"Census Tract 418.01, Morris County, New Jersey",2878,2172.0,74010.0,390800.0,1314.0,1060.0,152.0,6.0,1372.0,0.0,50.0,48.0,190.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 418.01,3053.0,1602.0,131.0,10.0,561.0,0.0,710.0,2097.0,48459.0,212100.0,522.0 +34027041803,"Census Tract 418.03, Morris County, New Jersey",4980,3568.0,148672.0,516300.0,2161.0,2232.0,91.0,0.0,2055.0,0.0,0.0,49.0,553.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 418.03,3328.018157,2584.271484,58.50806808,8.924959183,569.2140502999999,0.0,96.19123077,2343.297607,94501.00452,292900.0027,1172.1446529999998 +34027042301,"Census Tract 423.01, Morris County, New Jersey",2566,1825.0,117386.0,462800.0,1008.0,2204.0,29.0,0.0,33.0,0.0,0.0,4.0,296.0,New York City,New York-Newark-Jersey City,NJ,Morris County,Census Tract 423.01,2198.893305,2016.0949890000002,29.96855335,1.9973419609999998,64.94840559,0.0,81.88847171,1546.832709,71736.60155,253000.7462,654.1084375 +34029735002,"Census Tract 7350.02, Ocean County, New Jersey",9121,6215.0,77068.0,254100.0,2038.0,7888.0,645.0,0.0,74.0,0.0,0.0,111.0,403.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7350.02,7884.000251,7438.869140999999,95.97401428,22.96310806,96.56281281,0.0,213.7335358,5364.535156,53763.00091,130699.996,935.5994263 +34029735001,"Census Tract 7350.01, Ocean County, New Jersey",7083,4869.0,75230.0,250000.0,1317.0,6275.0,2.0,0.0,0.0,0.0,0.0,299.0,507.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7350.01,5506.000148,5195.131348,67.02599335,16.03689384,67.43719482,0.0,149.2664642,3746.4650880000004,53762.999189999995,130699.9975,653.4006347999999 +34029732104,"Census Tract 7321.04, Ocean County, New Jersey",3886,2850.0,64302.0,292600.0,683.0,3552.0,0.0,7.0,139.0,0.0,0.0,0.0,188.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7321.04,3964.999962,3795.210938,26.87307358,12.82578564,21.37630844,0.0,104.43853759999999,2866.257568,54233.000589999996,144300.0002,502.0379028 +34029722002,"Census Tract 7220.02, Ocean County, New Jersey",8997,6538.0,67944.0,273900.0,1687.0,6543.0,565.0,0.0,667.0,0.0,0.0,83.0,1139.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7220.02,7748.999695999999,6894.237305,219.2041321,18.04424286,240.5899048,2.004915714,369.57281489999997,5595.720215,49555.0002,141100.0027,1295.175659 +34029990000,"Census Tract 9900, Ocean County, New Jersey",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +34029980100,"Census Tract 9801, Ocean County, New Jersey",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 9801,2.000000054,1.9062352180000002,0.023798192000000003,0.009995241,0.011423131999999999,0.000475964,0.047596384000000005,1.508329391,41063.00017,97299.99673,0.21656355300000002 +34029980000,"Census Tract 9800, Ocean County, New Jersey",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 9800,2.999999953,2.847263098,0.010594467,0.020306062,0.029134784,0.0,0.089170098,2.1612713340000003,50913.00005,119599.9937,0.267510295 +34029722001,"Census Tract 7220.01, Ocean County, New Jersey",5419,3924.0,73963.0,255400.0,1385.0,4499.0,380.0,0.0,87.0,0.0,0.0,125.0,328.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7220.01,3845.999958,3421.7624509999996,108.79586029999999,8.955757141,119.4100876,0.9950840470000001,183.4271698,2777.279541,49554.999039999995,141100.006,642.8243408 +34029735101,"Census Tract 7351.01, Ocean County, New Jersey",2632,1998.0,66250.0,203200.0,509.0,2482.0,0.0,0.0,0.0,0.0,0.0,0.0,150.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7351.01,1506.6873150000001,1446.53186,7.086802959,4.285043716000001,17.79941177,0.659237504,29.50087738,1137.349487,51005.999130000004,152499.9972,232.21641540000002 +34029732103,"Census Tract 7321.03, Ocean County, New Jersey",2575,1967.0,91510.0,371500.0,735.0,2359.0,3.0,0.0,21.0,0.0,0.0,2.0,190.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7321.03,2527.0000379999997,2418.7890629999997,17.12692642,8.174214362999999,13.62369061,0.0,66.5614624,1826.74231,54232.999079999994,144299.9997,319.9620972 +34029720001,"Census Tract 7200.01, Ocean County, New Jersey",4375,3416.0,55129.0,171900.0,802.0,3909.0,244.0,0.0,42.0,0.0,0.0,76.0,104.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7200.01,4378.674472,4232.404785,39.10177231,9.41339016,27.51606178,0.0,66.617836,3787.079102,28452.000669999998,61899.99915,484.4275208000001 +34029720206,"Census Tract 7202.06, Ocean County, New Jersey",5991,5419.0,55962.0,265700.0,1545.0,5280.0,56.0,0.0,315.0,0.0,0.0,62.0,278.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7202.06,3959.998983,3740.6035159999997,84.01097107,7.2527456279999996,31.42856407,1.208790898,87.03294373,3474.6694340000004,37092.999789999994,107799.998,575.9888916 +34029715901,"Census Tract 7159.01, Ocean County, New Jersey",2428,1543.0,40435.0,173800.0,433.0,1298.0,545.0,0.0,169.0,0.0,0.0,80.0,336.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7159.01,1162.999966,1015.291077,61.61451721,1.867106676,17.01141548,0.0,65.55619049,1035.414307,27599.000210000002,66599.99797000001,172.81109619999998 +34029720205,"Census Tract 7202.05, Ocean County, New Jersey",3081,2921.0,50993.0,171800.0,719.0,2754.0,52.0,0.0,33.0,24.0,0.0,82.0,136.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7202.05,2592.001212,2448.396729,54.98903656,4.747254848,20.57143784,0.7912091609999999,56.96706009,2274.330811,37092.999789999994,107800.0011,377.01116939999997 +34029739100,"Census Tract 7391, Ocean County, New Jersey",1610,1602.0,32064.0,69800.0,277.0,1445.0,39.0,0.0,46.0,0.0,0.0,34.0,46.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7391,2114.325708,1890.5953370000002,108.89822859999998,8.586610556,38.48393822,0.0,65.38216782,1679.921021,29329.73123,61641.79321,211.57249449999998 +34029715902,"Census Tract 7159.02, Ocean County, New Jersey",4400,3830.0,36971.0,84300.0,557.0,3076.0,211.0,0.0,37.0,0.0,0.0,0.0,1076.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7159.02,4443.000034000001,3878.7089840000003,235.38548280000003,7.1328935620000005,64.98858643,0.0,250.44381710000002,3955.585693,27598.999939999998,66599.99857000001,660.1889037999999 +34029736105,"Census Tract 7361.05, Ocean County, New Jersey",3161,2717.0,67837.0,242600.0,701.0,2692.0,61.0,0.0,10.0,0.0,0.0,49.0,349.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7361.05,4200.020463,4003.11289,49.97631014,20.99012137,23.98877485,0.999524057,99.95319003,3167.505673,41063.01528,97299.96168,454.7849972 +34029735104,"Census Tract 7351.04, Ocean County, New Jersey",4014,2827.0,82683.0,337200.0,1194.0,3156.0,12.0,0.0,223.0,0.0,0.0,49.0,574.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7351.04,2834.62405,2721.449951,13.33284092,8.061717987,33.48713684,1.240264297,55.50182724,2139.7658690000003,51005.99855,152500.0022,436.8830872 +34029735103,"Census Tract 7351.03, Ocean County, New Jersey",4162,3402.0,80547.0,381700.0,1365.0,3935.0,0.0,0.0,62.0,0.0,0.0,0.0,165.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7351.03,4800.678231,4609.0083460000005,22.58027755,13.65323751,56.71326491,2.10049057,93.99703396,3623.8760909999996,51005.981960000005,152499.9513,739.8983053999999 +34029713100,"Census Tract 7131, Ocean County, New Jersey",6059,4371.0,85237.0,288700.0,1673.0,5425.0,36.0,0.0,125.0,0.0,0.0,66.0,407.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7131,7018.0,6599.0,61.0,25.0,90.0,0.0,211.0,4571.0,59273.0,133400.0,977.0 +34029713202,"Census Tract 7132.02, Ocean County, New Jersey",4161,2771.0,89450.0,276500.0,949.0,3339.0,47.0,0.0,90.0,0.0,0.0,0.0,685.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7132.02,4084.0,3700.0,94.0,15.0,81.0,0.0,189.0,2541.0,63886.0,134600.0,622.0 +34029713500,"Census Tract 7135, Ocean County, New Jersey",3016,2350.0,66509.0,296100.0,670.0,2880.0,13.0,0.0,7.0,0.0,0.0,29.0,87.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7135,3106.442408,2985.50293,10.99448776,6.9964919089999995,55.97193527,0.0,44.97744751,2336.8283690000003,56912.0025,162900.0061,640.678772 +34029714100,"Census Tract 7141, Ocean County, New Jersey",3494,2955.0,48587.0,195100.0,440.0,2893.0,356.0,7.0,0.0,0.0,0.0,33.0,212.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7141,3183.0,3044.0,13.0,12.0,34.0,0.0,77.0,2653.0,40964.0,132000.0,376.0 +34029714400,"Census Tract 7144, Ocean County, New Jersey",734,713.0,80804.0,943000.0,403.0,726.0,1.0,0.0,1.0,0.0,0.0,0.0,6.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7144,927.6314877999998,922.6442261,0.0,0.0,0.0,0.0,4.987266064,822.8989257999999,61651.999820000005,354799.9938,323.1748352 +34029717101,"Census Tract 7171.01, Ocean County, New Jersey",8517,5487.0,112786.0,372900.0,1846.0,6560.0,268.0,0.0,425.0,0.0,0.0,118.0,1146.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7171.01,6606.929446,5757.609863000001,235.5340424,21.95656395,167.6683044,0.0,415.1786499,4115.857422,70806.99946,165500.0005,1072.877563 +34029722300,"Census Tract 7223, Ocean County, New Jersey",4004,2737.0,116848.0,388000.0,1219.0,3331.0,201.0,0.0,112.0,0.0,0.0,40.0,320.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7223,3942.0,3674.0,39.0,3.0,131.0,0.0,93.0,2464.0,83981.0,198800.0,897.0 +34029731204,"Census Tract 7312.04, Ocean County, New Jersey",3483,3469.0,40202.0,167400.0,557.0,3338.0,0.0,0.0,29.0,0.0,0.0,0.0,116.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7312.04,4049.4858159999994,3969.411367,19.00744487,1.0,12.02233461,0.0,42.04466921,3973.429979,28821.18028,127733.9052,300.454137 +34029731206,"Census Tract 7312.06, Ocean County, New Jersey",2293,2250.0,32066.0,141300.0,332.0,2126.0,0.0,0.0,32.0,0.0,33.0,0.0,102.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7312.06,2661.0,2592.0,15.0,4.0,8.0,0.0,36.0,2656.0,24500.0,83700.0,229.0 +34029736102,"Census Tract 7361.02, Ocean County, New Jersey",7742,5330.0,60440.0,207500.0,1214.0,6976.0,55.0,0.0,76.0,0.0,0.0,201.0,434.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7361.02,5739.0,5340.0,70.0,27.0,65.0,0.0,222.0,3763.0,45089.0,105500.0,680.0 +34029731103,"Census Tract 7311.03, Ocean County, New Jersey",4685,3159.0,97188.0,275500.0,638.0,4176.0,60.0,0.0,11.0,0.0,0.0,54.0,384.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7311.03,3617.618121,3415.8625490000004,66.91894531,9.987901688,20.97459412,0.998790205,102.87538909999999,2342.163086,53707.00046,122499.9976,388.52938839999996 +34029725002,"Census Tract 7250.02, Ocean County, New Jersey",6066,3854.0,66554.0,237900.0,820.0,5336.0,28.0,7.0,17.0,0.0,11.0,135.0,539.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7250.02,5606.381944,5230.137562,57.08105749999999,13.01209813,68.02540608,0.0012098130000000001,219.1246108,3457.8370130000003,61958.049810000004,119302.3761,387.4706174 +34029726000,"Census Tract 7260, Ocean County, New Jersey",1581,1188.0,82174.0,400000.0,545.0,1395.0,12.0,3.0,16.0,0.0,0.0,95.0,60.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7260,1745.928545,1683.9038859999998,8.020335257000001,16.91956472,12.98944603,0.0,24.08959544,1172.078035,61092.081439999994,168100.1303,390.99231549999996 +34029731002,"Census Tract 7310.02, Ocean County, New Jersey",4076,2911.0,75086.0,275600.0,722.0,3739.0,99.0,0.0,12.0,0.0,0.0,17.0,209.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7310.02,3395.000028,3222.152832,11.98940563,22.97969437,32.97086716,0.0,100.91082759999999,2445.8388670000004,50912.99801,119599.9957,302.7324829 +34029731202,"Census Tract 7312.02, Ocean County, New Jersey",4123,4040.0,35946.0,143200.0,480.0,4016.0,31.0,11.0,40.0,0.0,0.0,0.0,25.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7312.02,4982.0,4861.0,31.0,5.0,12.0,1.0,63.0,4967.0,30370.0,87700.0,380.0 +34029739000,"Census Tract 7390, Ocean County, New Jersey",2222,1905.0,75385.0,647300.0,930.0,2159.0,16.0,0.0,4.0,0.0,0.0,11.0,32.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7390,2826.0,2679.0,8.0,6.0,24.0,6.0,108.0,2281.0,40128.0,236900.0,586.0 +34029716000,"Census Tract 7160, Ocean County, New Jersey",3526,3473.0,43915.0,173100.0,1045.0,3216.0,76.0,0.0,50.0,0.0,0.0,0.0,184.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7160,4597.0,4516.0,21.0,1.0,9.0,0.0,49.0,4566.0,34402.0,134000.0,977.0 +34029717501,"Census Tract 7175.01, Ocean County, New Jersey",8109,5561.0,66641.0,247100.0,1607.0,6361.0,640.0,0.0,199.0,0.0,0.0,224.0,685.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7175.01,7695.0,6616.0,392.0,16.0,141.0,0.0,505.0,5135.0,59583.0,135300.0,1278.0 +34029720101,"Census Tract 7201.01, Ocean County, New Jersey",6384,5269.0,31663.0,65800.0,877.0,5271.0,354.0,0.0,0.0,0.0,0.0,321.0,438.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7201.01,5255.853696,4753.832064,260.00797,8.002277131,53.00387112,0.0,176.0070591,4747.84937,24302.921019999998,46101.91259,381.1108963 +34029720103,"Census Tract 7201.03, Ocean County, New Jersey",4864,4770.0,32899.0,60000.0,654.0,4557.0,24.0,0.0,128.0,0.0,0.0,16.0,139.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7201.03,4089.022051,3987.369629,19.93186569,14.94889832,11.95911884,0.0,51.82284927,4062.114014,22372.999780000002,37200.00031,299.9745789 +34029720202,"Census Tract 7202.02, Ocean County, New Jersey",3839,3283.0,34909.0,87000.0,841.0,3231.0,370.0,0.0,59.0,0.0,0.0,14.0,165.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7202.02,4198.130634,3733.118458,322.0046934,12.000340099999999,54.00234672,0.0,70.00469344,3865.0999909999996,29538.340389999998,77800.79092,480.01955599999997 +34029727001,"Census Tract 7270.01, Ocean County, New Jersey",2042,1756.0,68098.0,711300.0,800.0,1968.0,0.0,0.0,0.0,0.0,0.0,9.0,65.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7270.01,2665.0,2591.0,11.0,3.0,8.0,0.0,43.0,2168.0,43846.0,317500.0,575.0 +34029730000,"Census Tract 7300, Ocean County, New Jersey",2185,1600.0,95909.0,305100.0,628.0,2021.0,23.0,0.0,43.0,0.0,0.0,5.0,93.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7300,1941.892442,1874.175171,4.97921133,2.9875268939999997,13.94179153,0.0,45.80874634,1392.1875,57365.99959,150400.006,454.1040649 +34029731001,"Census Tract 7310.01, Ocean County, New Jersey",3144,2345.0,78657.0,286500.0,566.0,2916.0,0.0,0.0,86.0,0.0,7.0,35.0,100.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7310.01,3305.3403719999997,3105.621826,42.93946838,3.99436903,45.93524551,0.0,98.86063385,2269.800293,60687.99794,159199.9987,422.4045105000001 +34029732002,"Census Tract 7320.02, Ocean County, New Jersey",9200,6372.0,69119.0,233400.0,1753.0,8270.0,177.0,0.0,97.0,0.0,0.0,0.0,656.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7320.02,7810.0,7536.0,39.0,19.0,49.0,0.0,161.0,5232.0,48664.0,119200.0,837.0 +34029736002,"Census Tract 7360.02, Ocean County, New Jersey",1605,1122.0,77708.0,262800.0,216.0,1505.0,0.0,0.0,0.0,0.0,0.0,70.0,30.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7360.02,1441.0104019999999,1410.009913,1.000077167,10.00000098,4.00018654,7.63296e-06,16.00026337,974.008408,38625.162560000004,112600.5288,98.00220806 +34029711400,"Census Tract 7114, Ocean County, New Jersey",5547,3940.0,89477.0,429900.0,1791.0,5316.0,19.0,0.0,0.0,0.0,0.0,0.0,212.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7114,5959.0,5771.0,7.0,19.0,46.0,0.0,110.0,4152.0,63358.0,174300.0,1428.0 +34029713203,"Census Tract 7132.03, Ocean County, New Jersey",4808,3664.0,54183.0,222200.0,929.0,3743.0,344.0,0.0,82.0,0.0,0.0,0.0,639.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7132.03,4914.0,4385.0,155.0,21.0,95.0,0.0,251.0,3299.0,44877.0,118200.0,447.0 +34029713300,"Census Tract 7133, Ocean County, New Jersey",3989,3300.0,40721.0,170100.0,808.0,3782.0,20.0,0.0,5.0,0.0,13.0,66.0,103.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7133,4187.0,4026.0,27.0,8.0,41.0,0.0,74.0,3491.0,31456.0,91300.0,467.0 +34029714200,"Census Tract 7142, Ocean County, New Jersey",7012,4692.0,83005.0,306700.0,1196.0,6052.0,109.0,0.0,128.0,0.0,0.0,24.0,699.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7142,6533.0,5914.0,136.0,17.0,91.0,0.0,356.0,4319.0,55669.0,148500.0,798.0 +34029715500,"Census Tract 7155, Ocean County, New Jersey",12155,4194.0,55593.0,368400.0,1636.0,11213.0,54.0,15.0,53.0,0.0,0.0,54.0,781.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7155,5432.976036,4492.97998,432.9980774,3.999982357,56.99974823,0.0,411.9981689,3269.985596,48529.00118,140900.0013,924.9959106000001 +34029715600,"Census Tract 7156, Ocean County, New Jersey",8052,2914.0,47784.0,425400.0,724.0,6266.0,312.0,0.0,3.0,0.0,0.0,0.0,1471.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7156,3589.0,1536.0,1109.0,1.0,53.0,0.0,860.0,2072.0,35053.0,120100.0,306.0 +34029717200,"Census Tract 7172, Ocean County, New Jersey",8834,6334.0,103026.0,376700.0,2021.0,7679.0,264.0,17.0,212.0,0.0,0.0,17.0,662.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7172,6572.778571,5809.849121,270.62033080000003,28.95937157,170.76042180000002,0.0,283.60211180000005,4211.091797,72578.0006,181000.0037,999.5975952 +34029722701,"Census Tract 7227.01, Ocean County, New Jersey",4749,3423.0,106375.0,317200.0,1394.0,4275.0,0.0,14.0,259.0,0.0,0.0,0.0,201.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7227.01,4874.000009,4508.8918,59.77985084,12.16791046,159.25,0.0,132.6082091,3017.548515,73852.6868,163359.7028,1074.485075 +34029725100,"Census Tract 7251, Ocean County, New Jersey",2027,1323.0,74020.0,224200.0,260.0,1703.0,84.0,0.0,19.0,0.0,0.0,12.0,209.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7251,2066.859265,1850.918701,45.775409700000004,2.985352755,20.89747047,0.0,142.3018188,1352.364868,58294.997879999995,108100.00099999999,245.79405209999996 +34029729000,"Census Tract 7290, Ocean County, New Jersey",1911,1331.0,62813.0,250800.0,336.0,1693.0,62.0,0.0,7.0,0.0,0.0,0.0,149.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7290,2076.659643,1963.5958620000001,24.0142913,2.999850763,23.02044096,0.0,49.04495306,1393.515846,41108.60588,103952.7521,102.3989432 +34029736001,"Census Tract 7360.01, Ocean County, New Jersey",3608,2941.0,88050.0,276900.0,983.0,3473.0,0.0,8.0,12.0,12.0,0.0,60.0,51.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7360.01,1784.0,1721.0,4.0,15.0,6.0,0.0,36.0,1145.0,59730.0,116500.0,204.0 +34029720204,"Census Tract 7202.04, Ocean County, New Jersey",5721,3854.0,77564.0,243400.0,809.0,4288.0,128.0,0.0,154.0,0.0,18.0,444.0,689.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7202.04,4743.0,4141.0,200.0,38.0,70.0,0.0,281.0,2958.0,57989.0,116300.0,399.0 +34029722401,"Census Tract 7224.01, Ocean County, New Jersey",5252,3594.0,77688.0,301000.0,1262.0,4748.0,45.0,11.0,72.0,0.0,0.0,240.0,147.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7224.01,5543.0,5131.0,51.0,17.0,96.0,0.0,224.0,3605.0,60486.0,151300.0,801.0 +34029723300,"Census Tract 7233, Ocean County, New Jersey",6824,4357.0,82128.0,244900.0,1247.0,5539.0,17.0,0.0,210.0,0.0,0.0,33.0,1025.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7233,6539.285525,5975.062965,78.02871742,24.06102451,123.0466658,0.0,320.0861523,4119.217871,51943.55338,119362.0646,557.4071535 +34029723400,"Census Tract 7234, Ocean County, New Jersey",3126,2352.0,83023.0,371500.0,572.0,2914.0,0.0,0.0,26.0,0.0,0.0,63.0,123.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7234,3362.0,3206.0,9.0,12.0,24.0,0.0,109.0,2525.0,56029.0,168800.0,598.0 +34029725001,"Census Tract 7250.01, Ocean County, New Jersey",3100,2032.0,84167.0,229900.0,481.0,2908.0,31.0,3.0,0.0,0.0,0.0,31.0,127.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7250.01,2706.140784,2558.0813,22.22459127,1.014647257,48.1025308,0.0,76.69818592,1828.635208,51661.09126,108996.8789,240.2059575 +34029727002,"Census Tract 7270.02, Ocean County, New Jersey",1168,1056.0,79500.0,508700.0,559.0,1108.0,0.0,0.0,23.0,0.0,0.0,0.0,37.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7270.02,1594.0,1547.0,3.0,5.0,4.0,0.0,34.0,1397.0,38407.0,159900.0,294.0 +34029731102,"Census Tract 7311.02, Ocean County, New Jersey",6244,4323.0,70565.0,252000.0,1037.0,5304.0,80.0,0.0,257.0,0.0,0.0,20.0,583.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7311.02,4890.0,4417.0,114.0,19.0,49.0,0.0,285.0,3335.0,43500.0,134800.0,445.0 +34029731203,"Census Tract 7312.03, Ocean County, New Jersey",1776,1715.0,37255.0,155700.0,160.0,1740.0,0.0,0.0,0.0,0.0,0.0,0.0,36.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7312.03,2003.514195,1983.588623,1.992555141,0.0,5.977665424,0.0,11.95533085,1988.570068,30887.9993,94200.00194,121.54586029999999 +34029732101,"Census Tract 7321.01, Ocean County, New Jersey",6408,4654.0,69435.0,254200.0,887.0,6090.0,0.0,0.0,30.0,0.0,9.0,0.0,279.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7321.01,6100.0,5864.0,28.0,16.0,51.0,0.0,128.0,4122.0,53910.0,119700.0,639.0 +34029733000,"Census Tract 7330, Ocean County, New Jersey",8838,7214.0,67288.0,308200.0,1996.0,8414.0,44.0,49.0,40.0,0.0,0.0,76.0,215.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7330,6450.0,6123.0,49.0,26.0,39.0,0.0,200.0,4369.0,46461.0,107300.0,684.0 +34029734002,"Census Tract 7340.02, Ocean County, New Jersey",6668,4262.0,77756.0,273700.0,1089.0,5427.0,362.0,48.0,0.0,0.0,0.0,105.0,726.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7340.02,5040.158340999999,4722.1512729999995,78.00063808,8.000785324,73.00103074,0.0,157.0038775,3215.124768,52249.36357,130398.8284,627.0186024000001 +34029712000,"Census Tract 7120, Ocean County, New Jersey",1305,1048.0,111375.0,1210400.0,714.0,1187.0,6.0,0.0,20.0,0.0,19.0,28.0,45.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7120,1663.346695,1616.334079,11.0,4.0,10.0,0.0,19.01261664,1353.081746,84843.92345,501973.2072,736.8175583 +34029718000,"Census Tract 7180, Ocean County, New Jersey",8509,5716.0,91438.0,294400.0,1217.0,7334.0,318.0,0.0,70.0,0.0,0.0,37.0,750.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7180,7275.0,6690.0,176.0,41.0,74.0,1.0,280.0,4720.0,61357.0,150000.0,820.0 +34029715302,"Census Tract 7153.02, Ocean County, New Jersey",6539,2263.0,26447.0,453700.0,673.0,5799.0,98.0,0.0,21.0,0.0,0.0,24.0,597.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7153.02,5018.0,3123.0,365.0,4.0,31.0,0.0,1447.0,2022.0,17031.0,175000.0,333.0 +34029717001,"Census Tract 7170.01, Ocean County, New Jersey",2925,1967.0,120694.0,319100.0,492.0,2310.0,214.0,0.0,64.0,0.0,0.0,32.0,305.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7170.01,3138.0,2745.0,132.0,8.0,76.0,0.0,161.0,1936.0,76972.0,144700.0,405.0 +34029717300,"Census Tract 7173, Ocean County, New Jersey",5807,3864.0,108615.0,413400.0,1417.0,4794.0,496.0,0.0,82.0,0.0,0.0,96.0,339.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7173,4336.0,3874.0,150.0,7.0,96.0,0.0,202.0,2678.0,70594.0,172900.0,686.0 +34029720203,"Census Tract 7202.03, Ocean County, New Jersey",4153,3190.0,60233.0,165000.0,897.0,3628.0,122.0,0.0,153.0,0.0,0.0,0.0,250.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7202.03,3840.869274,3482.881348,137.9953003,9.999659538,68.99765015,0.0,137.9953003,2939.899902,44253.00038,111900.0014,574.9804077 +34029722200,"Census Tract 7222, Ocean County, New Jersey",2271,2101.0,32181.0,123600.0,363.0,2157.0,0.0,8.0,11.0,0.0,0.0,23.0,72.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7222,2606.0,2499.0,9.0,5.0,23.0,0.0,69.0,2462.0,23252.0,75200.0,205.0 +34029722600,"Census Tract 7226, Ocean County, New Jersey",3133,2209.0,87628.0,269800.0,483.0,3047.0,19.0,0.0,0.0,0.0,0.0,1.0,66.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7226,3131.0,2903.0,21.0,10.0,72.0,0.0,120.0,2140.0,60000.0,143900.0,411.0 +34029724000,"Census Tract 7240, Ocean County, New Jersey",3741,2181.0,62500.0,186700.0,192.0,1711.0,594.0,3.0,30.0,0.0,0.0,303.0,1100.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7240,3634.0,2457.0,774.0,15.0,36.0,0.0,337.0,2201.0,43468.0,85600.0,123.0 +34029731205,"Census Tract 7312.05, Ocean County, New Jersey",3232,3000.0,34810.0,138500.0,467.0,2721.0,182.0,0.0,13.0,0.0,0.0,56.0,260.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7312.05,3276.0,3025.0,203.0,6.0,4.0,0.0,36.0,3255.0,26793.0,92500.0,285.0 +34029736101,"Census Tract 7361.01, Ocean County, New Jersey",6184,4233.0,60642.0,206200.0,963.0,5592.0,33.0,0.0,247.0,0.0,0.0,39.0,273.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7361.01,4219.979625999999,3963.980957,21.99989319,23.99988365,40.99980164,0.0,161.99922180000002,2893.986084,45058.00118,89399.99987999999,320.99844360000003 +34029738100,"Census Tract 7381, Ocean County, New Jersey",1601,1437.0,84489.0,936600.0,854.0,1572.0,1.0,0.0,5.0,0.0,4.0,17.0,2.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7381,1833.0,1786.0,7.0,4.0,14.0,0.0,22.0,1538.0,58750.0,386800.0,669.0 +34029737000,"Census Tract 7370, Ocean County, New Jersey",3371,2409.0,57868.0,216300.0,579.0,3117.0,64.0,0.0,105.0,0.0,0.0,31.0,54.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7370,3517.0,3342.0,20.0,12.0,27.0,0.0,109.0,2408.0,40042.0,103700.0,324.0 +34029710100,"Census Tract 7101, Ocean County, New Jersey",4577,3384.0,92143.0,556300.0,1698.0,4107.0,9.0,0.0,25.0,0.0,0.0,100.0,336.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7101,5314.0,4960.0,40.0,12.0,65.0,1.0,234.0,3926.0,51105.0,225600.0,1338.0 +34029711200,"Census Tract 7112, Ocean County, New Jersey",4597,3177.0,103477.0,359400.0,1256.0,4149.0,0.0,0.0,31.0,0.0,0.0,73.0,344.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7112,4151.736973,4003.6714039999997,12.00701058,24.00453625,33.01525831,0.0,73.03629004,2866.145611,58081.14249,152896.4109,769.2532054999999 +34029713401,"Census Tract 7134.01, Ocean County, New Jersey",5110,3514.0,72063.0,208000.0,962.0,3981.0,165.0,0.0,65.0,0.0,0.0,205.0,694.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7134.01,5241.0,4770.0,86.0,11.0,87.0,0.0,267.0,3465.0,56875.0,99400.0,685.0 +34029713800,"Census Tract 7138, Ocean County, New Jersey",3395,2443.0,75484.0,276000.0,752.0,2874.0,28.0,0.0,55.0,0.0,0.0,92.0,346.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7138,3500.0217979999998,3340.0216809999997,19.0,12.0,42.0,0.0,80.00011719,2399.019337,55385.05429,131701.9002,457.00759410000006 +34029714300,"Census Tract 7143, Ocean County, New Jersey",3275,2395.0,81875.0,346800.0,763.0,3179.0,0.0,0.0,7.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7143,3681.0,3547.0,11.0,4.0,23.0,0.0,94.0,2614.0,66313.0,179700.0,621.0 +34029715200,"Census Tract 7152, Ocean County, New Jersey",12802,4652.0,42625.0,550100.0,1148.0,9362.0,407.0,0.0,104.0,0.0,0.0,27.0,2902.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7152,5440.0,2017.0,1254.0,20.0,16.0,0.0,2123.0,2535.0,25313.0,118800.0,285.0 +34029715301,"Census Tract 7153.01, Ocean County, New Jersey",9434,3460.0,49923.0,375600.0,1066.0,7472.0,381.0,0.0,130.0,0.0,0.0,8.0,1443.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7153.01,7853.0,5374.0,1034.0,9.0,180.0,4.0,1159.0,3529.0,37037.0,99800.0,768.0 +34029717102,"Census Tract 7171.02, Ocean County, New Jersey",4620,3625.0,74036.0,330000.0,1075.0,3682.0,170.0,0.0,404.0,0.0,0.0,20.0,344.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7171.02,1983.0,1749.0,55.0,3.0,42.0,0.0,132.0,1321.0,60294.0,150800.0,274.0 +34029722500,"Census Tract 7225, Ocean County, New Jersey",1540,1408.0,68417.0,528700.0,617.0,1453.0,8.0,0.0,11.0,0.0,0.0,15.0,53.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7225,1785.0,1739.0,7.0,4.0,9.0,0.0,26.0,1512.0,43125.0,203700.0,444.0 +34029722800,"Census Tract 7228, Ocean County, New Jersey",4808,3023.0,67817.0,286100.0,763.0,2816.0,344.0,0.0,352.0,0.0,0.0,53.0,1243.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7228,4738.0,3517.0,168.0,31.0,270.0,0.0,736.0,3001.0,52097.0,153900.0,755.0 +34029723000,"Census Tract 7230, Ocean County, New Jersey",5752,3978.0,65595.0,263400.0,1153.0,4475.0,181.0,0.0,484.0,0.0,41.0,115.0,456.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7230,5999.0,5012.0,312.0,7.0,355.0,0.0,294.0,4120.0,56534.0,138500.0,1028.0 +34029723100,"Census Tract 7231, Ocean County, New Jersey",4177,3091.0,68029.0,288500.0,1106.0,3442.0,168.0,0.0,244.0,0.0,0.0,70.0,253.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7231,4132.0,3658.0,172.0,12.0,104.0,0.0,181.0,2954.0,49063.0,132000.0,799.0 +34029723200,"Census Tract 7232, Ocean County, New Jersey",6553,4462.0,97927.0,288200.0,1452.0,5832.0,0.0,39.0,167.0,0.0,0.0,45.0,470.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7232,5986.0,5529.0,48.0,14.0,125.0,1.0,257.0,3948.0,66757.0,151800.0,1076.0 +34029731101,"Census Tract 7311.01, Ocean County, New Jersey",3444,2120.0,69470.0,305800.0,542.0,2832.0,95.0,0.0,104.0,0.0,27.0,129.0,257.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7311.01,2423.1075530000003,2281.607101,19.06703137,8.018253504,21.10252406,0.0,93.28566741,1645.496499,57553.38997999999,132125.9929,196.0924517 +34029713900,"Census Tract 7139, Ocean County, New Jersey",6943,4461.0,61866.0,271800.0,945.0,5314.0,95.0,0.0,243.0,0.0,97.0,39.0,1155.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7139,6137.0,5416.0,76.0,23.0,129.0,1.0,459.0,4060.0,46915.0,116200.0,507.0 +34029715800,"Census Tract 7158, Ocean County, New Jersey",7827,3134.0,60259.0,377200.0,975.0,6217.0,124.0,0.0,140.0,0.0,0.0,45.0,1301.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7158,2933.0,1938.0,407.0,7.0,129.0,0.0,434.0,1891.0,62917.0,133100.0,424.0 +34029717400,"Census Tract 7174, Ocean County, New Jersey",5803,3894.0,91786.0,342200.0,1008.0,4550.0,100.0,0.0,353.0,0.0,0.0,61.0,739.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7174,4562.0,4176.0,86.0,29.0,59.0,0.0,204.0,3000.0,43858.0,120700.0,486.0 +34029720102,"Census Tract 7201.02, Ocean County, New Jersey",3400,3381.0,24796.0,79800.0,463.0,3039.0,217.0,0.0,18.0,0.0,0.0,0.0,126.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7201.02,3762.124224,3666.798315,35.06016579,10.04882365,17.03701081,0.0,31.17009112,3743.036487,23865.50607,55729.234829999994,487.91455690000004 +34029721000,"Census Tract 7210, Ocean County, New Jersey",2687,1714.0,62262.0,186800.0,248.0,2080.0,109.0,0.0,124.0,0.0,3.0,29.0,342.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7210,2522.0,2030.0,190.0,22.0,75.0,0.0,201.0,1558.0,43567.0,88700.0,117.0 +34029722100,"Census Tract 7221, Ocean County, New Jersey",6016,4994.0,85489.0,347800.0,1586.0,4993.0,126.0,0.0,473.0,0.0,35.0,54.0,335.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7221,5456.0,5034.0,37.0,10.0,231.0,0.0,142.0,4287.0,58425.0,193500.0,1244.0 +34029722402,"Census Tract 7224.02, Ocean County, New Jersey",3715,2834.0,89755.0,278100.0,1164.0,3399.0,46.0,0.0,62.0,4.0,0.0,75.0,129.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7224.02,4207.0,4005.0,19.0,3.0,67.0,0.0,107.0,2922.0,61085.0,147600.0,700.0 +34029722900,"Census Tract 7229, Ocean County, New Jersey",5369,3596.0,60638.0,265500.0,1063.0,3643.0,314.0,0.0,309.0,0.0,0.0,298.0,805.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7229,4536.0,3812.0,219.0,23.0,177.0,0.0,288.0,3042.0,47467.0,142600.0,594.0 +34029723500,"Census Tract 7235, Ocean County, New Jersey",2216,1687.0,61964.0,233300.0,438.0,1914.0,42.0,0.0,84.0,0.0,0.0,114.0,62.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7235,2665.0,2457.0,38.0,11.0,24.0,0.0,135.0,1779.0,46711.0,116700.0,261.0 +34029723600,"Census Tract 7236, Ocean County, New Jersey",2440,1707.0,92537.0,309100.0,809.0,2273.0,51.0,0.0,18.0,0.0,0.0,0.0,98.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7236,2358.785887,2204.033109,25.95094598,12.01941075,26.96388825,0.0,87.82425059,1750.7039670000001,53764.9721,140768.6532,572.6004957 +34029728000,"Census Tract 7280, Ocean County, New Jersey",5262,3760.0,53574.0,518300.0,1221.0,3977.0,90.0,0.0,70.0,91.0,0.0,10.0,1024.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7280,6245.0,5600.0,157.0,48.0,39.0,1.0,373.0,4512.0,35379.0,182800.0,1075.0 +34029732001,"Census Tract 7320.01, Ocean County, New Jersey",6375,4205.0,112067.0,342400.0,1519.0,6217.0,47.0,0.0,50.0,0.0,0.0,26.0,35.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7320.01,4944.0,4779.0,9.0,26.0,40.0,1.0,85.0,3133.0,72008.0,174200.0,1049.0 +34029734003,"Census Tract 7340.03, Ocean County, New Jersey",7580,4898.0,70276.0,203700.0,940.0,5992.0,626.0,0.0,87.0,0.0,26.0,61.0,788.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7340.03,7004.0,6246.0,267.0,18.0,97.0,0.0,354.0,4311.0,55424.0,109200.0,582.0 +34029738001,"Census Tract 7380.01, Ocean County, New Jersey",2103,1948.0,81391.0,812300.0,1066.0,2072.0,0.0,0.0,7.0,0.0,0.0,17.0,7.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7380.01,2427.0,2341.0,8.0,2.0,9.0,0.0,67.0,2063.0,44643.0,271200.0,710.0 +34029738002,"Census Tract 7380.02, Ocean County, New Jersey",1362,1166.0,85455.0,720100.0,647.0,1318.0,15.0,2.0,11.0,0.0,0.0,4.0,12.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7380.02,1470.0,1396.0,1.0,4.0,8.0,0.0,60.0,1106.0,49013.0,282200.0,381.0 +34029713402,"Census Tract 7134.02, Ocean County, New Jersey",3585,2625.0,47996.0,225000.0,431.0,3092.0,67.0,0.0,0.0,0.0,0.0,33.0,393.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7134.02,3740.0,3413.0,69.0,18.0,39.0,0.0,195.0,2722.0,41582.0,109800.0,324.0 +34029711100,"Census Tract 7111, Ocean County, New Jersey",4228,3130.0,84408.0,372400.0,1382.0,3967.0,53.0,9.0,0.0,0.0,0.0,34.0,165.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7111,4985.0,4730.0,23.0,11.0,23.0,1.0,194.0,3652.0,50330.0,159400.0,930.0 +34029713000,"Census Tract 7130, Ocean County, New Jersey",4512,3120.0,71490.0,289700.0,879.0,3742.0,99.0,0.0,167.0,0.0,0.0,2.0,502.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7130,4401.0,4133.0,32.0,27.0,48.0,0.0,157.0,3053.0,51381.0,149500.0,703.0 +34029713201,"Census Tract 7132.01, Ocean County, New Jersey",2606,1955.0,103641.0,377900.0,810.0,2466.0,28.0,0.0,26.0,0.0,0.0,0.0,86.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7132.01,2643.0,2547.0,8.0,3.0,34.0,0.0,43.0,1776.0,70197.0,176700.0,542.0 +34029713700,"Census Tract 7137, Ocean County, New Jersey",2569,2039.0,106006.0,397600.0,846.0,2285.0,0.0,0.0,39.0,23.0,0.0,9.0,213.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7137,2639.557532,2554.4968949999998,4.005512501,15.00350796,24.02806364,0.0,39.02255114,1967.171657,69316.45242999999,193180.6738,572.3212285 +34029714000,"Census Tract 7140, Ocean County, New Jersey",6124,4389.0,78606.0,277100.0,1070.0,4835.0,107.0,13.0,324.0,0.0,0.0,16.0,842.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7140,6408.0,5925.0,47.0,14.0,101.0,0.0,318.0,4400.0,51113.0,136700.0,670.0 +34029715700,"Census Tract 7157, Ocean County, New Jersey",10290,5416.0,46556.0,333300.0,1565.0,8717.0,221.0,0.0,73.0,0.0,0.0,0.0,1279.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7157,3643.0,2321.0,636.0,8.0,132.0,0.0,505.0,2662.0,53906.0,152500.0,568.0 +34029717002,"Census Tract 7170.02, Ocean County, New Jersey",4838,3224.0,69226.0,292000.0,824.0,3304.0,594.0,0.0,162.0,0.0,25.0,52.0,701.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7170.02,4404.0,3554.0,260.0,28.0,193.0,0.0,363.0,2763.0,61179.0,145500.0,646.0 +34029717502,"Census Tract 7175.02, Ocean County, New Jersey",7048,5448.0,80156.0,350900.0,1781.0,6261.0,229.0,0.0,0.0,0.0,48.0,56.0,454.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7175.02,3490.0,3041.0,117.0,20.0,52.0,0.0,207.0,2211.0,67181.0,152000.0,472.0 +34029715000,"Census Tract 7150, Ocean County, New Jersey",10710,5207.0,65481.0,362300.0,1128.0,5443.0,487.0,0.0,163.0,0.0,0.0,271.0,4346.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7150,6056.0,3038.0,1501.0,17.0,180.0,4.0,1301.0,3711.0,52222.0,121500.0,791.0 +34029715401,"Census Tract 7154.01, Ocean County, New Jersey",5267,1896.0,71510.0,477700.0,686.0,4938.0,85.0,0.0,53.0,0.0,0.0,5.0,186.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7154.01,5057.0,4711.0,126.0,8.0,31.0,0.0,152.0,2136.0,63646.0,195100.0,788.0 +34029711300,"Census Tract 7113, Ocean County, New Jersey",4147,2688.0,96940.0,321100.0,981.0,4000.0,0.0,0.0,0.0,0.0,14.0,0.0,133.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7113,4210.262952,4051.328613,16.99298859,10.99546337,36.98474121,0.0,87.96370697,2776.854248,53668.998419999996,144199.9963,613.7467651000001 +34029715402,"Census Tract 7154.02, Ocean County, New Jersey",6037,2121.0,27157.0,468200.0,781.0,6015.0,0.0,0.0,0.0,0.0,0.0,8.0,14.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7154.02,5127.024001,4855.019849,33.00191287,7.000017671,11.00025181,0.0,177.00182009999997,1783.0144460000001,20335.1818,181998.7904,378.00408639999995 +34029722702,"Census Tract 7227.02, Ocean County, New Jersey",3886,2732.0,77530.0,284200.0,688.0,3261.0,111.0,0.0,104.0,0.0,7.0,133.0,270.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7227.02,4661.999991,4371.108397999999,51.22014999,4.832089423999999,64.75,0.0,161.3917847,3037.451416,64772.99777,142000.003,589.5149536 +34029734001,"Census Tract 7340.01, Ocean County, New Jersey",7893,6866.0,65250.0,273200.0,1871.0,6910.0,415.0,0.0,23.0,0.0,15.0,123.0,407.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7340.01,3225.84175,3081.848877,12.99936199,15.99921513,20.99897003,0.0,78.99612427,2541.8752440000003,37073.00001,104799.9972,378.9814148 +34029713600,"Census Tract 7136, Ocean County, New Jersey",3726,2635.0,113199.0,308300.0,793.0,3324.0,0.0,0.0,57.0,0.0,39.0,132.0,174.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7136,3773.0,3636.0,15.0,4.0,36.0,0.0,70.0,2473.0,69559.0,144600.0,536.0 +34029731201,"Census Tract 7312.01, Ocean County, New Jersey",4374,4319.0,35439.0,146700.0,458.0,3939.0,0.0,36.0,68.0,0.0,0.0,0.0,343.0,New York City,New York-Newark-Jersey City,NJ,Ocean County,Census Tract 7312.01,4561.0,4485.0,11.0,3.0,13.0,0.0,47.0,4518.0,24495.0,89000.0,294.0 +34031182302,"Census Tract 1823.02, Passaic County, New Jersey",6975,3991.0,33413.0,230200.0,366.0,79.0,1215.0,0.0,2.0,0.0,0.0,75.0,5604.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1823.02,6072.999813,129.74238590000002,1704.754639,13.57769203,35.45286179,0.0,4155.527832,3232.244873,26809.99911,128700.00099999999,73.92298889 +34031180202,"Census Tract 1802.02, Passaic County, New Jersey",6815,4162.0,31719.0,234400.0,372.0,525.0,680.0,0.0,1825.0,0.0,12.0,108.0,3665.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1802.02,6778.000297,1196.85022,1114.263672,14.41988277,675.7681274,0.0,3701.321777,3960.224121,37904.999019999996,131200.0019,338.86724849999996 +34031180201,"Census Tract 1802.01, Passaic County, New Jersey",3409,2202.0,37868.0,200000.0,278.0,386.0,942.0,9.0,253.0,0.0,0.0,47.0,1781.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1802.01,3563.000011,629.1497803,585.7363892000001,7.580118178999999,355.23190310000007,0.0,1945.6784670000002,2081.776123,37905.00067,131199.9965,178.1327667 +34031175802,"Census Tract 1758.02, Passaic County, New Jersey",6855,3842.0,29266.0,222000.0,202.0,76.0,215.0,0.0,0.0,9.0,0.0,47.0,6508.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1758.02,6762.9999849999995,280.5128784,678.2642212000001,28.84924698,698.5200806,0.0,5046.776855,3640.529297,31056.000089999998,154499.9963,452.38073729999996 +34031175801,"Census Tract 1758.01, Passaic County, New Jersey",4490,2940.0,31612.0,319900.0,370.0,154.0,374.0,18.0,652.0,0.0,0.0,34.0,3276.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1758.01,4256.761794,176.6030484,427.0838045,18.15447128,439.49076669999994,0.0,3176.491653,2291.467196,31056.90448,154499.2485,284.6767267 +34031175704,"Census Tract 1757.04, Passaic County, New Jersey",4426,2394.0,73984.0,429500.0,878.0,2593.0,90.0,0.0,280.0,0.0,0.0,30.0,1433.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1757.04,3452.0000990000003,1387.130249,277.325592,9.54562664,418.5003662,0.251200706,1302.224487,2177.407715,40345.99852,161399.9955,590.3216553 +34031175703,"Census Tract 1757.03, Passaic County, New Jersey",4485,2878.0,54325.0,230800.0,995.0,1570.0,448.0,115.0,411.0,46.0,9.0,23.0,1863.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1757.03,5001.000151,2009.570923,401.76861569999994,13.82899189,606.2921142999999,0.36392083799999997,1886.565674,3154.46582,40345.99936,161399.9965,855.2139892999999 +34031175701,"Census Tract 1757.01, Passaic County, New Jersey",5113,3243.0,50996.0,299600.0,763.0,1444.0,545.0,11.0,406.0,0.0,13.0,14.0,2691.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1757.01,5289.0001600000005,2125.299072,424.9058533,14.62538242,641.2075806,0.384878486,1995.2100829999997,3336.126709,40345.99916,161400.0052,904.4644164999999 +34031175602,"Census Tract 1756.02, Passaic County, New Jersey",6959,4313.0,38423.0,312200.0,648.0,1066.0,444.0,96.0,281.0,0.0,21.0,94.0,5033.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1756.02,6461.0000469999995,2375.980713,762.9637451,19.35322571,584.3185425,0.0,2646.925781,3909.351563,49697.00002,167600.0095,950.5411377 +34031175601,"Census Tract 1756.01, Passaic County, New Jersey",2321,1044.0,110673.0,478600.0,654.0,2202.0,0.0,0.0,33.0,0.0,0.0,0.0,86.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1756.01,2218.999953,816.0193481000001,262.03628540000005,6.646774292000001,200.68144230000001,0.0,909.0741577,1342.6483150000001,49696.99993,167600.0015,326.4588623 +34031175402,"Census Tract 1754.02, Passaic County, New Jersey",5547,2931.0,27645.0,260000.0,243.0,193.0,693.0,134.0,96.0,0.0,0.0,0.0,4565.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1754.02,4795.2382880000005,315.5730591,947.1791382000001,10.12041855,29.44121742,0.0,3451.9826659999994,2712.272217,33214.000660000005,153499.9957,156.4064636 +34031175401,"Census Tract 1754.01, Passaic County, New Jersey",5776,3345.0,30528.0,282000.0,341.0,468.0,475.0,0.0,0.0,0.0,0.0,0.0,4833.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1754.01,5626.999963,370.3110046,1111.4729,11.87586308,34.547965999999995,0.0,4050.749023,3182.731445,33214.00116,153500.0057,183.5360718 +34031175301,"Census Tract 1753.01, Passaic County, New Jersey",3373,1867.0,26021.0,240600.0,90.0,191.0,11.0,77.0,16.0,0.0,0.0,0.0,3155.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1753.01,3499.999889,370.0496521,194.56217959999998,3.391062021,30.09567451,1.695531011,2837.89502,1785.394165,29188.00055,131599.9994,88.5914917 +34031154002,"Census Tract 1540.02, Passaic County, New Jersey",8184,5926.0,98036.0,350800.0,2110.0,6278.0,173.0,0.0,486.0,0.0,0.0,295.0,952.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1540.02,6739.0003,5955.525390999999,49.66559601,8.691478729,309.7891541,0.620819926,359.4547424,5077.06543,58856.999379999994,198900.0057,1763.12854 +34031154001,"Census Tract 1540.01, Passaic County, New Jersey",6340,4126.0,80809.0,414800.0,1924.0,4748.0,324.0,5.0,494.0,6.0,5.0,96.0,662.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1540.01,4116.000024,3637.474854,30.33440781,5.308521271,189.21087649999998,0.37918010399999996,219.54527280000002,3100.934814,58857.00159,198900.0063,1076.87146 +34031133702,"Census Tract 1337.02, Passaic County, New Jersey",2925,2101.0,61229.0,277000.0,621.0,1531.0,128.0,8.0,68.0,0.0,0.0,54.0,1136.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1337.02,3108.99996,1967.8026120000002,214.3748169,3.0140571589999996,164.2661133,0.0,702.6520996,2031.851318,45598.997789999994,170100.00199999998,376.7571411 +34031133701,"Census Tract 1337.01, Passaic County, New Jersey",5515,3344.0,71541.0,256300.0,778.0,1429.0,551.0,0.0,336.0,0.0,220.0,46.0,2933.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1337.01,5143.00004,3255.19751,354.6251831,4.985942841,271.7338867,0.0,1162.3479,3361.148682,45599.001339999995,170099.9988,623.2428589 +34031216702,"Census Tract 2167.02, Passaic County, New Jersey",5676,3990.0,117321.0,330300.0,1668.0,4549.0,10.0,0.0,418.0,0.0,14.0,45.0,640.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2167.02,5657.999968,5137.661133,105.8935165,81.70232391,81.24588776,0.0,240.5425873,3739.136475,81636.0017,194100.0033,1466.077393 +34031175302,"Census Tract 1753.02, Passaic County, New Jersey",5114,2763.0,26890.0,241700.0,170.0,299.0,199.0,1.0,0.0,0.0,77.0,0.0,4538.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1753.02,4756.999865,502.95031739999996,264.43780519999996,4.60893774,40.90432358,2.30446887,3857.104736,2426.605713,29188.00107,131600.0055,120.4085007 +34031182301,"Census Tract 1823.01, Passaic County, New Jersey",1519,785.0,26283.0,243800.0,28.0,59.0,76.0,17.0,0.0,0.0,0.0,0.0,1384.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1823.01,1977.9999469999998,42.25760651,555.2453002999999,4.422307491000001,11.54713631,0.0,1353.471802,1052.754883,26809.999490000002,128699.9995,24.0770092 +34031264200,"Census Tract 2642, Passaic County, New Jersey",4436,2308.0,20161.0,288100.0,400.0,0.0,2403.0,0.0,250.0,0.0,0.0,0.0,1783.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2642,3440.0,31.0,2644.0,5.0,17.0,0.0,737.0,1949.0,19085.62907,114909.0909,28.0 +34031264102,"Census Tract 2641.02, Passaic County, New Jersey",6634,5160.0,79297.0,388300.0,1911.0,4549.0,323.0,78.0,447.0,0.0,27.0,17.0,1214.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2641.02,5900.895766,4733.853912,188.29836880000002,12.3458214,296.1462499,0.0,593.4834187999999,4297.093904,60271.56639,204359.1592,1083.775152 +34031264101,"Census Tract 2641.01, Passaic County, New Jersey",5908,3723.0,63854.0,336100.0,963.0,2905.0,314.0,34.0,361.0,0.0,23.0,106.0,2178.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2641.01,5095.717699,4087.890869,162.7921143,10.66728973,255.5511475,0.0,512.4936523,3710.8251950000003,60273.00053,204400.0071,935.9386597000001 +34031236602,"Census Tract 2366.02, Passaic County, New Jersey",6943,5191.0,85673.0,330500.0,2089.0,5833.0,189.0,0.0,321.0,0.0,0.0,119.0,481.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2366.02,5758.412064,5046.603515999999,110.50138090000002,30.28971863,233.3430176,0.0,310.75006099999996,4017.3142090000006,66113.00183,172800.0026,895.7904053 +34031216701,"Census Tract 2167.01, Passaic County, New Jersey",6775,4329.0,115135.0,351100.0,1995.0,5988.0,152.0,218.0,90.0,0.0,39.0,108.0,191.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2167.01,6737.999662,6118.338379,126.1064758,97.29766846,96.75411224,0.0,286.4573975,4452.863281,81635.99858,194099.9978,1745.922485 +34031236601,"Census Tract 2366.01, Passaic County, New Jersey",4839,3575.0,80182.0,254200.0,842.0,3501.0,201.0,0.0,161.0,0.0,0.0,314.0,662.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2366.01,4507.588242,3950.3964840000003,86.49862671,23.71028328,182.6569977,0.0,243.249939,3144.686035,66113.00215,172800.0085,701.2096558 +34031223802,"Census Tract 2238.02, Passaic County, New Jersey",7788,5654.0,106875.0,406000.0,2042.0,5807.0,141.0,0.0,657.0,0.0,0.0,55.0,1128.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2238.02,6696.000247999999,6022.157715,39.59619904,4.24244976,175.354599,0.0,415.76010130000003,4977.808105,60408.00127000001,197599.9969,929.0965576 +34031223801,"Census Tract 2238.01, Passaic County, New Jersey",2675,1813.0,81625.0,330100.0,414.0,1869.0,124.0,0.0,32.0,0.0,9.0,0.0,641.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2238.01,2774.000034,2494.842529,16.40380096,1.75755024,72.64540863,0.0,172.2399139,2062.192139,60408.003079999995,197599.9989,384.9035034 +34031196402,"Census Tract 1964.02, Passaic County, New Jersey",6981,5263.0,91941.0,298800.0,2007.0,4893.0,43.0,0.0,371.0,0.0,74.0,296.0,1304.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1964.02,6318.999867,5628.304688,85.52030182,8.314473152,207.2679443,0.0,362.8673706,4333.622559,65648.00076,176900.0057,1229.354248 +34031182100,"Census Tract 1821, Passaic County, New Jersey",3597,2327.0,33865.0,238900.0,214.0,515.0,239.0,0.0,107.0,0.0,0.0,123.0,2613.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1821,3476.0,447.0,293.0,2.0,52.0,0.0,2431.0,2122.0,31085.0,128300.0,123.0 +34031246001,"Census Tract 2460.01, Passaic County, New Jersey",6564,3591.0,101344.0,460400.0,1967.0,4334.0,552.0,23.0,791.0,4.0,4.0,123.0,733.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2460.01,6295.0,4863.0,441.0,24.0,549.0,0.0,405.0,3650.0,90771.0,316600.0,1739.0 +34031181900,"Census Tract 1819, Passaic County, New Jersey",4490,2939.0,49125.0,246800.0,591.0,1015.0,309.0,0.0,445.0,0.0,0.0,0.0,2721.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1819,4423.308387,1960.266528,286.10523860000006,17.0,156.03774860000001,0.0,1959.887432,2937.204525,42167.11363,155297.9865,456.0480437 +34031182000,"Census Tract 1820, Passaic County, New Jersey",1518,818.0,33333.0,252000.0,52.0,74.0,46.0,0.0,24.0,0.0,0.0,0.0,1374.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1820,2015.6916649999998,232.7334747,91.89476013,0.0,32.96225357,0.0,1648.112671,1051.795532,33553.00079,131300.0037,41.95195770000001 +34031246101,"Census Tract 2461.01, Passaic County, New Jersey",6733,4977.0,102110.0,449200.0,2606.0,5358.0,16.0,0.0,343.0,0.0,0.0,236.0,780.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2461.01,6559.0,5624.0,108.0,8.0,484.0,0.0,307.0,4602.0,100261.0,288100.0,2031.0 +34031246102,"Census Tract 2461.02, Passaic County, New Jersey",3043,2343.0,78597.0,224600.0,1337.0,1746.0,64.0,0.0,648.0,0.0,0.0,8.0,577.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2461.02,2679.0,1984.0,78.0,3.0,381.0,0.0,218.0,2032.0,46847.0,111800.0,695.0 +34031246104,"Census Tract 2461.04, Passaic County, New Jersey",3129,2247.0,76029.0,484400.0,865.0,2727.0,8.0,0.0,120.0,0.0,0.0,27.0,247.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2461.04,2848.0,2575.0,20.0,2.0,116.0,0.0,103.0,2075.0,65473.0,270600.0,697.0 +34031256801,"Census Tract 2568.01, Passaic County, New Jersey",5499,3707.0,87780.0,246200.0,1007.0,4398.0,98.0,170.0,128.0,0.0,246.0,59.0,400.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2568.01,5369.0,4873.0,92.0,78.0,59.0,0.0,263.0,3413.0,62600.0,146700.0,642.0 +34031182700,"Census Tract 1827, Passaic County, New Jersey",6886,4409.0,37846.0,257900.0,381.0,411.0,726.0,0.0,1.0,0.0,0.0,7.0,5741.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1827,6724.0,654.0,677.0,14.0,84.0,0.0,5209.0,4027.0,41000.0,166300.0,335.0 +34031180900,"Census Tract 1809, Passaic County, New Jersey",3786,2183.0,41516.0,207000.0,185.0,78.0,813.0,58.0,0.0,0.0,20.0,142.0,2690.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1809,3782.0,321.0,555.0,1.0,14.0,0.0,2817.0,2038.0,28871.0,130000.0,58.0 +34031246300,"Census Tract 2463, Passaic County, New Jersey",5066,3414.0,71039.0,310800.0,1101.0,3213.0,50.0,0.0,290.0,0.0,17.0,44.0,1452.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2463,4998.0,4051.0,103.0,18.0,244.0,0.0,541.0,3475.0,61784.0,164000.0,893.0 +34031196401,"Census Tract 1964.01, Passaic County, New Jersey",4224,2812.0,102344.0,307900.0,765.0,3289.0,72.0,0.0,226.0,0.0,7.0,36.0,594.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1964.01,4321.000133,3848.695313,58.479702,5.685526371,141.7320557,0.0,248.13261409999998,2963.377686,65647.99888,176899.9917,840.6456909 +34031183102,"Census Tract 1831.02, Passaic County, New Jersey",5148,3344.0,44933.0,208300.0,356.0,748.0,163.0,0.0,41.0,0.0,94.0,32.0,4070.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1831.02,4230.000025,1093.362549,894.1546020999999,11.15158749,77.55422211,0.0,2044.288818,2590.716553,36516.0008,150000.0024,253.4451752 +34031183101,"Census Tract 1831.01, Passaic County, New Jersey",2933,1998.0,49934.0,274400.0,380.0,823.0,251.0,0.0,35.0,0.0,8.0,65.0,1751.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1831.01,4114.999975,1063.637451,869.8453979000001,10.84841251,75.44577789,0.0,1988.711182,2520.283447,36515.99918,149999.9975,246.5548248 +34031223900,"Census Tract 2239, Passaic County, New Jersey",366,361.0,,,2.0,246.0,112.0,0.0,0.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2239,422.0,305.0,71.0,0.0,4.0,0.0,42.0,362.0,,,0.0 +34031124500,"Census Tract 1245, Passaic County, New Jersey",5496,4085.0,49957.0,282300.0,1052.0,3443.0,278.0,0.0,291.0,0.0,0.0,80.0,1404.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1245,5943.0,3450.0,289.0,16.0,508.0,0.0,1550.0,4171.0,43895.0,169100.0,707.0 +34031143400,"Census Tract 1434, Passaic County, New Jersey",7094,4596.0,82997.0,383100.0,1546.0,5174.0,154.0,0.0,144.0,0.0,0.0,52.0,1570.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1434,6179.720784,5029.246094,93.97686768,11.87076187,216.64140319999996,0.0,739.9441528,4436.697265999999,53930.999729999996,204900.0081,1175.205444 +34031182600,"Census Tract 1826, Passaic County, New Jersey",5329,3637.0,49469.0,268600.0,554.0,185.0,3118.0,0.0,60.0,0.0,15.0,101.0,1850.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1826,5604.0,360.0,3538.0,17.0,40.0,0.0,1591.0,3582.0,49375.0,161400.0,526.0 +34031182800,"Census Tract 1828, Passaic County, New Jersey",3925,2740.0,25755.0,269100.0,101.0,60.0,319.0,0.0,57.0,0.0,0.0,6.0,3483.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1828,3388.0,519.0,365.0,2.0,59.0,0.0,2400.0,2120.0,17802.0,154300.0,110.0 +34031246103,"Census Tract 2461.03, Passaic County, New Jersey",6160,4290.0,126976.0,466300.0,2446.0,5032.0,15.0,0.0,500.0,0.0,0.0,0.0,613.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2461.03,6781.0,5973.0,39.0,4.0,444.0,1.0,275.0,4904.0,79024.0,294500.0,1676.0 +34031246201,"Census Tract 2462.01, Passaic County, New Jersey",6311,4365.0,134180.0,508700.0,2327.0,5159.0,38.0,0.0,455.0,0.0,0.0,109.0,550.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2462.01,6011.0,5505.0,49.0,2.0,259.0,0.0,187.0,4124.0,100109.0,320000.0,1913.0 +34031246202,"Census Tract 2462.02, Passaic County, New Jersey",5217,3348.0,132222.0,502400.0,2133.0,4537.0,12.0,0.0,138.0,0.0,0.0,40.0,490.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2462.02,5298.0,4944.0,8.0,8.0,174.0,1.0,158.0,3494.0,100887.0,282100.0,1883.0 +34031124900,"Census Tract 1249, Passaic County, New Jersey",5698,3349.0,56046.0,302300.0,545.0,1086.0,365.0,27.0,237.0,0.0,19.0,66.0,3925.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1249,4587.0,1868.0,332.0,11.0,281.0,0.0,1928.0,2843.0,44375.0,169600.0,400.0 +34031125100,"Census Tract 1251, Passaic County, New Jersey",4248,2603.0,46559.0,265600.0,293.0,734.0,125.0,61.0,0.0,0.0,6.0,40.0,3342.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1251,3654.0,1593.0,175.0,5.0,69.0,0.0,1578.0,2199.0,34330.0,154800.0,364.0 +34031181200,"Census Tract 1812, Passaic County, New Jersey",4784,2973.0,40146.0,280700.0,111.0,101.0,2623.0,0.0,0.0,0.0,0.0,0.0,2060.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1812,4299.0,70.0,2765.0,15.0,8.0,0.0,1434.0,2374.0,32867.0,152600.0,147.0 +34031181400,"Census Tract 1814, Passaic County, New Jersey",2746,1845.0,23273.0,231100.0,73.0,47.0,1591.0,0.0,0.0,0.0,0.0,46.0,1062.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1814,3144.0,31.0,2413.0,4.0,5.0,1.0,675.0,1705.0,19646.0,129300.0,40.0 +34031183200,"Census Tract 1832, Passaic County, New Jersey",3044,2220.0,24796.0,,184.0,138.0,1571.0,10.0,57.0,0.0,10.0,44.0,1214.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1832,3021.0,288.0,1479.0,9.0,78.0,1.0,1152.0,2042.0,13496.0,259200.0,136.0 +34031246002,"Census Tract 2460.02, Passaic County, New Jersey",3049,2428.0,135870.0,499800.0,1353.0,2509.0,30.0,0.0,344.0,0.0,0.0,0.0,166.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2460.02,3252.0,3017.0,36.0,2.0,108.0,0.0,84.0,2443.0,97691.0,339600.0,1297.0 +34031124312,"Census Tract 1243.12, Passaic County, New Jersey",4358,3183.0,102917.0,422400.0,1714.0,2771.0,232.0,27.0,731.0,0.0,0.0,12.0,585.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1243.12,3903.0,3329.0,24.0,1.0,365.0,0.0,154.0,3022.0,78956.0,271200.0,1396.0 +34031124402,"Census Tract 1244.02, Passaic County, New Jersey",5135,3694.0,98472.0,341300.0,1736.0,2372.0,606.0,0.0,884.0,0.0,0.0,20.0,1253.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1244.02,4967.0,3502.0,118.0,4.0,537.0,0.0,747.0,3684.0,55750.0,176900.0,1080.0 +34031181702,"Census Tract 1817.02, Passaic County, New Jersey",2657,1669.0,23669.0,256700.0,62.0,101.0,580.0,0.0,0.0,0.0,10.0,3.0,1963.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1817.02,2845.0,39.0,815.0,11.0,17.0,0.0,1961.0,1501.0,26705.0,79300.0,44.0 +34031182200,"Census Tract 1822, Passaic County, New Jersey",3242,2115.0,23684.0,269000.0,153.0,242.0,685.0,3.0,0.0,0.0,0.0,14.0,2298.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1822,3720.0,201.0,765.0,12.0,41.0,0.0,2680.0,2113.0,25696.0,127100.0,58.0 +34031182900,"Census Tract 1829, Passaic County, New Jersey",2129,1170.0,35227.0,123100.0,100.0,41.0,276.0,4.0,6.0,0.0,0.0,0.0,1806.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1829,2664.0,269.0,342.0,6.0,181.0,0.0,1798.0,1551.0,27713.0,131500.0,279.0 +34031182400,"Census Tract 1824, Passaic County, New Jersey",4967,3079.0,42557.0,273200.0,308.0,12.0,1550.0,0.0,0.0,0.0,0.0,0.0,3405.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1824,5772.0,162.0,2879.0,16.0,30.0,2.0,2649.0,3425.0,41864.0,143800.0,285.0 +34031182500,"Census Tract 1825, Passaic County, New Jersey",8629,5890.0,64324.0,189900.0,941.0,848.0,3152.0,0.0,42.0,0.0,0.0,23.0,4564.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1825,7384.0,1269.0,3948.0,19.0,98.0,0.0,1977.0,4917.0,41975.0,155800.0,646.0 +34031246003,"Census Tract 2460.03, Passaic County, New Jersey",5775,3986.0,120625.0,402400.0,1941.0,4678.0,65.0,0.0,525.0,0.0,0.0,14.0,493.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2460.03,5478.0,4759.0,39.0,17.0,331.0,0.0,307.0,3785.0,86667.0,244800.0,1509.0 +34031256804,"Census Tract 2568.04, Passaic County, New Jersey",6802,4821.0,124709.0,334400.0,2290.0,6078.0,85.0,0.0,47.0,42.0,0.0,0.0,550.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2568.04,7080.0,6694.0,71.0,33.0,82.0,1.0,182.0,4644.0,79716.0,189600.0,1441.0 +34031180700,"Census Tract 1807, Passaic County, New Jersey",2582,1354.0,30887.0,179700.0,109.0,43.0,1317.0,0.0,20.0,0.0,0.0,0.0,1202.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1807,3455.0,119.0,2031.0,6.0,28.0,0.0,1248.0,1799.0,28553.0,100900.0,64.0 +34031180800,"Census Tract 1808, Passaic County, New Jersey",3301,1826.0,21389.0,214700.0,87.0,23.0,1244.0,0.0,17.0,0.0,0.0,50.0,1967.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1808,2746.0,56.0,1525.0,8.0,0.0,0.0,1147.0,1516.0,27014.0,151100.0,51.0 +34031181000,"Census Tract 1810, Passaic County, New Jersey",4158,2695.0,35772.0,227600.0,438.0,142.0,614.0,18.0,25.0,0.0,0.0,0.0,3377.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1810,4977.0,760.0,714.0,8.0,20.0,1.0,3347.0,2997.0,35515.0,160900.0,244.0 +34031181300,"Census Tract 1813, Passaic County, New Jersey",5134,3200.0,27435.0,230000.0,323.0,189.0,2025.0,16.0,8.0,0.0,0.0,0.0,2912.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1813,5307.0,177.0,3527.0,32.0,68.0,0.0,1462.0,3070.0,28000.0,163100.0,222.0 +34031183000,"Census Tract 1830, Passaic County, New Jersey",7365,4502.0,33963.0,272500.0,415.0,3040.0,238.0,0.0,227.0,0.0,57.0,210.0,3593.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1830,7766.0,2437.0,288.0,21.0,261.0,0.0,3856.0,4462.0,31672.0,153300.0,352.0 +34031256803,"Census Tract 2568.03, Passaic County, New Jersey",5337,3965.0,68603.0,217000.0,1135.0,4185.0,48.0,10.0,99.0,0.0,0.0,91.0,904.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2568.03,4481.0,4130.0,75.0,26.0,71.0,0.0,168.0,3144.0,66453.0,157200.0,727.0 +34031256805,"Census Tract 2568.05, Passaic County, New Jersey",5320,3506.0,106795.0,326700.0,1290.0,4846.0,80.0,5.0,108.0,0.0,0.0,71.0,215.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2568.05,5032.0,4652.0,122.0,23.0,63.0,0.0,149.0,3486.0,79680.0,198100.0,1126.0 +34031116500,"Census Tract 1165, Passaic County, New Jersey",8139,5726.0,80516.0,298700.0,2024.0,6049.0,174.0,53.0,318.0,0.0,29.0,65.0,1465.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1165,7610.0,7010.0,48.0,21.0,181.0,0.0,332.0,5442.0,67885.0,177900.0,1399.0 +34031124311,"Census Tract 1243.11, Passaic County, New Jersey",4728,3689.0,109688.0,356500.0,1469.0,2795.0,132.0,0.0,790.0,0.0,40.0,70.0,901.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1243.11,4783.0,3979.0,50.0,15.0,416.0,0.0,298.0,3572.0,64792.0,194000.0,989.0 +34031124601,"Census Tract 1246.01, Passaic County, New Jersey",5133,3512.0,46004.0,293100.0,591.0,1898.0,180.0,0.0,493.0,0.0,66.0,132.0,2364.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1246.01,4216.0,2623.0,126.0,10.0,261.0,0.0,969.0,2966.0,41991.0,168600.0,392.0 +34031124602,"Census Tract 1246.02, Passaic County, New Jersey",5077,3310.0,58173.0,333000.0,1076.0,2381.0,337.0,12.0,560.0,0.0,0.0,0.0,1799.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1246.02,4709.0,3227.0,66.0,1.0,411.0,0.0,710.0,3358.0,45642.0,184400.0,765.0 +34031143300,"Census Tract 1433, Passaic County, New Jersey",5458,3926.0,85938.0,324400.0,1056.0,3872.0,259.0,0.0,0.0,0.0,0.0,89.0,1238.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1433,5654.0,5128.0,26.0,10.0,105.0,0.0,351.0,4061.0,51275.0,174500.0,884.0 +34031175900,"Census Tract 1759, Passaic County, New Jersey",3838,2052.0,24237.0,,73.0,269.0,178.0,95.0,46.0,0.0,0.0,43.0,3302.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1759,3750.0,757.0,253.0,3.0,15.0,0.0,2695.0,2089.0,26767.0,128900.0,58.0 +34031180100,"Census Tract 1801, Passaic County, New Jersey",8465,5553.0,73322.0,233000.0,721.0,1053.0,1446.0,0.0,1295.0,0.0,34.0,18.0,4619.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1801,6852.0,2859.0,903.0,22.0,308.0,0.0,2649.0,4593.0,50600.0,148200.0,734.0 +34031180600,"Census Tract 1806, Passaic County, New Jersey",4826,2978.0,38510.0,190300.0,288.0,199.0,1554.0,0.0,118.0,0.0,88.0,0.0,2867.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1806,4406.0,451.0,1912.0,7.0,35.0,0.0,1957.0,2373.0,37698.0,148800.0,158.0 +34031246203,"Census Tract 2462.03, Passaic County, New Jersey",4107,3003.0,134722.0,435500.0,1302.0,3160.0,43.0,10.0,276.0,0.0,0.0,65.0,553.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2462.03,3870.0,3471.0,19.0,15.0,187.0,0.0,169.0,2714.0,88941.0,279300.0,1164.0 +34031181500,"Census Tract 1815, Passaic County, New Jersey",3073,1614.0,22428.0,205800.0,28.0,4.0,2016.0,0.0,0.0,0.0,0.0,28.0,1025.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1815,3012.0,45.0,2317.0,2.0,3.0,0.0,640.0,1502.0,18750.0,95000.0,34.0 +34031203600,"Census Tract 2036, Passaic County, New Jersey",5955,3696.0,50938.0,259800.0,664.0,1107.0,1277.0,70.0,132.0,0.0,0.0,83.0,3356.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2036,5779.0,2393.0,762.0,11.0,219.0,0.0,2211.0,3433.0,46434.0,154700.0,425.0 +34031256802,"Census Tract 2568.02, Passaic County, New Jersey",3801,2820.0,99861.0,280800.0,764.0,3365.0,15.0,0.0,1.0,0.0,15.0,51.0,354.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 2568.02,4448.0,4125.0,62.0,66.0,46.0,0.0,131.0,2970.0,75000.0,173700.0,865.0 +34031124200,"Census Tract 1242, Passaic County, New Jersey",7324,5061.0,97674.0,343200.0,1991.0,4155.0,461.0,0.0,881.0,0.0,90.0,48.0,1689.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1242,7262.386477,5850.255092,70.90951735,9.986889444,524.3025660000001,0.0,738.0228983,5228.0807270000005,59357.02289,185600.2981,1295.286175 +34031124322,"Census Tract 1243.22, Passaic County, New Jersey",4378,3346.0,96516.0,333000.0,1564.0,2804.0,43.0,46.0,736.0,0.0,0.0,86.0,673.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1243.22,4323.0,3610.0,27.0,2.0,366.0,0.0,290.0,3335.0,48723.0,181600.0,1017.0 +34031124323,"Census Tract 1243.23, Passaic County, New Jersey",3160,2389.0,70184.0,322500.0,1235.0,1489.0,286.0,0.0,673.0,0.0,10.0,158.0,544.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1243.23,2650.0,1828.0,186.0,1.0,363.0,0.0,235.0,1964.0,40376.0,178700.0,675.0 +34031175500,"Census Tract 1755, Passaic County, New Jersey",7678,4337.0,38704.0,282600.0,517.0,449.0,975.0,262.0,165.0,0.0,7.0,5.0,6077.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1755,6871.0,549.0,1809.0,6.0,110.0,0.0,4374.0,3831.0,32234.0,139600.0,221.0 +34031124321,"Census Tract 1243.21, Passaic County, New Jersey",6063,4694.0,87444.0,341000.0,1800.0,3183.0,207.0,21.0,828.0,0.0,0.0,117.0,1707.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1243.21,4547.0,3563.0,115.0,11.0,435.0,4.0,384.0,3566.0,60833.0,192400.0,1029.0 +34031125000,"Census Tract 1250, Passaic County, New Jersey",7006,4650.0,55292.0,331700.0,743.0,1152.0,666.0,231.0,49.0,0.0,0.0,0.0,5139.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1250,5956.0,2957.0,172.0,15.0,114.0,0.0,2473.0,3854.0,41319.0,179900.0,477.0 +34031124401,"Census Tract 1244.01, Passaic County, New Jersey",7135,4703.0,96563.0,357300.0,1841.0,4797.0,215.0,0.0,771.0,0.0,0.0,81.0,1271.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1244.01,6798.994731999999,5603.995605,51.99995804,10.99999142,429.9996643,0.0,631.9995117000001,4905.996094,57483.998920000005,191899.9971,1359.998901 +34031124700,"Census Tract 1247, Passaic County, New Jersey",6304,4154.0,80313.0,288200.0,934.0,2625.0,827.0,0.0,27.0,0.0,58.0,42.0,2725.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1247,6074.0,3571.0,254.0,13.0,220.0,0.0,1786.0,4174.0,49634.0,165900.0,667.0 +34031124800,"Census Tract 1248, Passaic County, New Jersey",4964,3225.0,59875.0,288500.0,703.0,1644.0,310.0,0.0,412.0,0.0,0.0,15.0,2583.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1248,4289.0,2644.0,139.0,18.0,218.0,1.0,1135.0,2881.0,50098.0,182200.0,555.0 +34031143200,"Census Tract 1432, Passaic County, New Jersey",6513,4677.0,117179.0,405800.0,1977.0,5265.0,98.0,0.0,7.0,0.0,0.0,27.0,1116.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1432,6317.0,5929.0,34.0,3.0,92.0,0.0,255.0,4576.0,62686.0,237200.0,1281.0 +34031175200,"Census Tract 1752, Passaic County, New Jersey",5082,2561.0,28818.0,,124.0,164.0,255.0,0.0,0.0,0.0,0.0,14.0,4649.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1752,5119.0,369.0,528.0,7.0,19.0,0.0,4157.0,2558.0,24353.0,95000.0,89.0 +34031163500,"Census Tract 1635, Passaic County, New Jersey",8564,6669.0,96851.0,424100.0,2609.0,7453.0,0.0,0.0,357.0,0.0,0.0,91.0,663.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1635,7987.279395999999,7399.754031999999,112.0231379,11.12923847,110.3586023,0.0,316.0558653,5628.302879,74490.48416,234706.7039,1897.794609 +34031180300,"Census Tract 1803, Passaic County, New Jersey",6076,3608.0,32904.0,196100.0,260.0,573.0,1079.0,0.0,630.0,0.0,0.0,122.0,3672.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1803,6902.0,785.0,1805.0,7.0,276.0,5.0,3984.0,3899.0,37500.0,154700.0,269.0 +34031181100,"Census Tract 1811, Passaic County, New Jersey",6916,4162.0,39265.0,240000.0,448.0,468.0,2433.0,0.0,1.0,0.0,0.0,59.0,3955.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1811,6774.0,623.0,2364.0,6.0,40.0,0.0,3699.0,4029.0,39116.0,155000.0,480.0 +34031181800,"Census Tract 1818, Passaic County, New Jersey",3030,2123.0,18250.0,206300.0,234.0,334.0,751.0,32.0,180.0,0.0,0.0,9.0,1744.0,New York City,New York-Newark-Jersey City,NJ,Passaic County,Census Tract 1818,4586.0,444.0,1438.0,9.0,198.0,0.0,2477.0,2944.0,21048.0,98100.0,179.0 +34035052001,"Census Tract 520.01, Somerset County, New Jersey",4785,3232.0,95000.0,279600.0,825.0,1530.0,1620.0,0.0,179.0,0.0,0.0,63.0,1393.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 520.01,3634.236584,2347.894968,584.1566524,14.02120014,126.08741210000001,1.00000457,539.0118671,2556.276895,72601.11492,156163.7226,928.0170216 +34035052603,"Census Tract 526.03, Somerset County, New Jersey",4092,3146.0,89591.0,370700.0,2518.0,3429.0,99.0,0.0,419.0,0.0,0.0,0.0,145.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 526.03,3924.0,3518.0,34.0,3.0,268.0,0.0,98.0,2979.0,79594.0,241300.0,1893.0 +34035050802,"Census Tract 508.02, Somerset County, New Jersey",4472,3097.0,133393.0,474200.0,1736.0,3217.0,81.0,0.0,907.0,0.0,9.0,27.0,231.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 508.02,4025.0,3396.0,97.0,5.0,389.0,1.0,135.0,2832.0,91151.0,247400.0,1407.0 +34035051300,"Census Tract 513, Somerset County, New Jersey",2313,1653.0,84250.0,303300.0,565.0,1549.0,64.0,0.0,18.0,0.0,0.0,20.0,662.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 513,2163.0,1961.0,28.0,3.0,31.0,0.0,140.0,1677.0,74866.0,187900.0,778.0 +34035051500,"Census Tract 515, Somerset County, New Jersey",3295,2065.0,51791.0,236800.0,257.0,2304.0,132.0,0.0,51.0,0.0,0.0,50.0,758.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 515,2936.0,2621.0,12.0,7.0,78.0,3.0,196.0,2080.0,46292.0,139800.0,209.0 +34035052100,"Census Tract 521, Somerset County, New Jersey",7210,5050.0,136094.0,442600.0,2935.0,4169.0,422.0,0.0,1732.0,0.0,0.0,37.0,850.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 521,5650.077603,4814.657715,108.92438510000001,12.9909811,466.67602539999996,0.0,230.8397522,3981.2360840000006,80643.99964,238700.0072,1578.903931 +34035052800,"Census Tract 528, Somerset County, New Jersey",2595,1652.0,129688.0,650700.0,1003.0,2147.0,106.0,0.0,34.0,0.0,0.0,12.0,296.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 528,2433.0,2221.0,78.0,1.0,36.0,0.0,92.0,1694.0,99499.0,459100.0,964.0 +34035053703,"Census Tract 537.03, Somerset County, New Jersey",3864,2781.0,151875.0,491100.0,1635.0,2503.0,2.0,0.0,1169.0,0.0,0.0,24.0,166.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 537.03,3178.382111,3029.349815,35.48070133,14.00839373,44.9941318,0.002612029,48.51573414,2168.8213370000003,88261.03123,275942.6828,831.5149689 +34035053704,"Census Tract 537.04, Somerset County, New Jersey",3058,2071.0,148073.0,408000.0,1297.0,2399.0,21.0,0.0,301.0,0.0,34.0,72.0,231.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 537.04,3243.0,2885.0,63.0,1.0,202.0,0.0,74.0,1905.0,101540.0,231900.0,1031.0 +34035053901,"Census Tract 539.01, Somerset County, New Jersey",622,436.0,112917.0,484400.0,304.0,535.0,22.0,3.0,2.0,0.0,0.0,9.0,51.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 539.01,642.0394003,589.6676025,12.6080246,0.0,9.698480606,3.879392147,25.21604919,507.23052980000006,79469.00326,268200.001,302.5925903 +34035050500,"Census Tract 505, Somerset County, New Jersey",3728,2700.0,65478.0,277700.0,951.0,2026.0,83.0,0.0,497.0,0.0,0.0,127.0,995.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 505,2745.0,2146.0,34.0,7.0,190.0,0.0,356.0,2010.0,45680.0,155500.0,434.0 +34035051000,"Census Tract 510, Somerset County, New Jersey",6984,4651.0,78289.0,295900.0,1969.0,3312.0,274.0,0.0,1502.0,0.0,65.0,122.0,1709.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 510,6661.0,4807.0,290.0,15.0,542.0,3.0,978.0,4637.0,61250.0,168100.0,1683.0 +34035052400,"Census Tract 524, Somerset County, New Jersey",5507,3599.0,139091.0,707600.0,2473.0,4567.0,21.0,0.0,372.0,0.0,0.0,93.0,454.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 524,5067.5766490000005,4758.8488130000005,32.97092438,14.98689747,111.900856,5.21342e-05,136.87900919999998,3446.9965020000004,97370.46309,368013.68299999996,2164.118224 +34035053000,"Census Tract 530, Somerset County, New Jersey",4606,3290.0,81545.0,246500.0,708.0,1879.0,373.0,0.0,549.0,0.0,0.0,270.0,1535.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 530,4396.165028,2785.2817379999997,368.9568481,9.786654472,198.6690826,0.0,1006.068054,2995.6948239999997,48983.9983,135199.9979,532.3939819 +34035053805,"Census Tract 538.05, Somerset County, New Jersey",3783,2681.0,108600.0,387200.0,1242.0,2893.0,241.0,0.0,542.0,0.0,0.0,33.0,74.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 538.05,3295.0,2759.0,81.0,2.0,290.0,0.0,152.0,2192.0,80936.0,228600.0,875.0 +34035050300,"Census Tract 503, Somerset County, New Jersey",3744,2804.0,83659.0,295700.0,1176.0,2536.0,80.0,0.0,470.0,0.0,0.0,118.0,540.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 503,3669.0,3022.0,138.0,8.0,260.0,0.0,215.0,2730.0,61667.0,159900.0,945.0 +34035050903,"Census Tract 509.03, Somerset County, New Jersey",5433,3741.0,148636.0,617400.0,2471.0,3996.0,196.0,0.0,770.0,0.0,9.0,69.0,393.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 509.03,5209.896836,4643.125488000001,63.9741745,2.99878931,385.8442383,0.0,106.9568253,3438.6118159999996,127433.0023,396999.9875,2110.148193 +34035051400,"Census Tract 514, Somerset County, New Jersey",4007,2996.0,77582.0,246800.0,412.0,2830.0,273.0,0.0,55.0,9.0,0.0,36.0,804.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 514,4527.0,4234.0,23.0,8.0,30.0,0.0,223.0,3226.0,57015.0,145800.0,385.0 +34035051200,"Census Tract 512, Somerset County, New Jersey",5195,3352.0,67816.0,250600.0,469.0,1628.0,168.0,46.0,92.0,0.0,0.0,11.0,3296.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 512,4549.0,2362.0,127.0,17.0,192.0,0.0,1817.0,3023.0,40933.0,145000.0,442.0 +34035052201,"Census Tract 522.01, Somerset County, New Jersey",5353,3742.0,111193.0,631600.0,1934.0,3819.0,3.0,0.0,905.0,0.0,0.0,145.0,481.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 522.01,5478.32611,4589.8580950000005,69.16098599,4.003664762,611.239564,0.003103748,157.0740022,3731.916217,90504.71567,360781.3624,1872.256423 +34035053105,"Census Tract 531.05, Somerset County, New Jersey",7407,5508.0,101144.0,292900.0,2768.0,3280.0,2047.0,0.0,1592.0,0.0,0.0,83.0,405.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 531.05,6778.0,4059.0,1051.0,12.0,1251.0,1.0,376.0,5090.0,80317.0,149200.0,2787.0 +34035053402,"Census Tract 534.02, Somerset County, New Jersey",6818,4972.0,130712.0,401100.0,3672.0,2366.0,1161.0,19.0,2523.0,0.0,0.0,164.0,585.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 534.02,4507.0,2907.0,567.0,15.0,776.0,0.0,223.0,3318.0,80795.0,204100.0,1778.0 +34035053501,"Census Tract 535.01, Somerset County, New Jersey",4471,3566.0,92326.0,384900.0,1683.0,2970.0,332.0,195.0,776.0,0.0,0.0,25.0,173.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 535.01,1754.835022,1429.718269,130.0431442,2.213346004,73.33092356,0.0,106.9319687,1268.305206,68911.00076,167479.4727,360.6060219 +34035050400,"Census Tract 504, Somerset County, New Jersey",2965,1905.0,64266.0,246200.0,415.0,1250.0,616.0,0.0,57.0,0.0,0.0,19.0,1023.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 504,2852.0,979.0,828.0,4.0,159.0,0.0,854.0,1759.0,47292.0,129200.0,372.0 +34035050600,"Census Tract 506, Somerset County, New Jersey",4030,2733.0,89839.0,366800.0,1047.0,2722.0,117.0,0.0,708.0,0.0,0.0,35.0,448.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 506,3593.0,3015.0,36.0,12.0,349.0,0.0,177.0,2547.0,57500.0,191900.0,795.0 +34035051900,"Census Tract 519, Somerset County, New Jersey",3358,2351.0,94348.0,274300.0,784.0,1174.0,683.0,0.0,305.0,0.0,10.0,47.0,1139.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 519,3914.0,2657.0,635.0,2.0,190.0,1.0,408.0,2663.0,73520.0,151300.0,873.0 +34035052002,"Census Tract 520.02, Somerset County, New Jersey",4797,3328.0,63902.0,251100.0,801.0,1231.0,798.0,18.0,433.0,0.0,0.0,0.0,2317.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 520.02,4309.9537,1800.312298,569.4647551,11.98873413,585.4501878,1.998124543,1264.810975,2959.2220620000003,43152.07264,85801.42344,838.2144385 +34035053102,"Census Tract 531.02, Somerset County, New Jersey",4332,3126.0,92337.0,327700.0,1768.0,828.0,1365.0,17.0,1233.0,0.0,0.0,126.0,763.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 531.02,3474.0,1537.0,980.0,8.0,678.0,0.0,244.0,2513.0,65956.0,173400.0,1487.0 +34035050200,"Census Tract 502, Somerset County, New Jersey",2467,1792.0,73459.0,302100.0,1010.0,994.0,331.0,10.0,753.0,0.0,0.0,8.0,371.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 502,2883.0,1382.0,382.0,12.0,442.0,0.0,648.0,1957.0,50000.0,146200.0,733.0 +34035050901,"Census Tract 509.01, Somerset County, New Jersey",4761,3287.0,130000.0,487500.0,2168.0,3900.0,143.0,0.0,480.0,0.0,14.0,48.0,176.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 509.01,4772.08007,4230.524902,36.9696312,4.995896339,350.7119141,0.0,137.88673400000002,3369.232422,107200.9993,311399.9981,1941.405273 +34035051700,"Census Tract 517, Somerset County, New Jersey",4872,2978.0,71856.0,245200.0,523.0,772.0,593.0,0.0,254.0,0.0,0.0,24.0,3229.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 517,4952.0,1444.0,421.0,10.0,158.0,0.0,2889.0,2943.0,46949.0,143500.0,421.0 +34035053604,"Census Tract 536.04, Somerset County, New Jersey",3412,2437.0,109141.0,381300.0,1425.0,2852.0,14.0,0.0,289.0,0.0,28.0,60.0,169.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 536.04,3585.784243,3183.2353980000003,63.69398998,5.946533031,225.8961338,1.273739457,98.09485029,2499.524459,93481.08521,243797.4207,1337.1973699999999 +34035053404,"Census Tract 534.04, Somerset County, New Jersey",11280,7572.0,99363.0,392100.0,3879.0,3146.0,2891.0,0.0,3175.0,0.0,0.0,337.0,1731.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 534.04,7713.999939,4005.827148,1627.7189939999998,16.88375473,1613.336548,0.0,397.0809021,5500.977539,63255.00232000001,149500.0003,2695.147461 +34035053904,"Census Tract 539.04, Somerset County, New Jersey",3536,2177.0,201964.0,673500.0,1682.0,2390.0,36.0,0.0,836.0,0.0,0.0,46.0,228.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 539.04,3529.999994,2771.7416989999997,84.96250916,7.258103371,581.5021972999999,0.0,74.71577454,2104.423096,126158.9968,371099.9888,1516.0897220000002 +34035053905,"Census Tract 539.05, Somerset County, New Jersey",6946,4478.0,161280.0,615000.0,3412.0,3122.0,204.0,0.0,3047.0,0.0,0.0,194.0,379.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 539.05,4737.999759,3720.258057,114.0374908,9.741895676,780.4978027000001,0.0,100.2842255,2824.57666,126158.9958,371099.989,2034.910156 +34035052204,"Census Tract 522.04, Somerset County, New Jersey",5137,3382.0,173571.0,821000.0,2355.0,3767.0,36.0,22.0,932.0,0.0,0.0,99.0,281.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 522.04,4170.00001,3480.1435549999997,58.87282181,3.7982466219999997,474.7808228,1.424342513,141.48468019999999,2690.108154,116877.0022,464600.0005,1707.31189 +34035053707,"Census Tract 537.07, Somerset County, New Jersey",3897,2639.0,156842.0,505400.0,1405.0,2996.0,155.0,0.0,478.0,0.0,0.0,74.0,194.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 537.07,3402.767114,2787.948486,134.1947937,2.064535379,346.0161133,0.0,117.67851259999999,2121.929443,97648.99659,255199.9948,1071.9067380000001 +34035050704,"Census Tract 507.04, Somerset County, New Jersey",6902,4834.0,112766.0,372100.0,2872.0,3215.0,328.0,0.0,2672.0,0.0,0.0,91.0,596.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 507.04,6318.010577,4767.303711,169.3619385,13.22473526,1098.07959,0.0,249.99015809999997,4349.231445,82487.00244,200900.0097,2086.948486 +34035054201,"Census Tract 542.01, Somerset County, New Jersey",7141,5041.0,166639.0,521000.0,4109.0,4460.0,128.0,58.0,2216.0,0.0,0.0,78.0,259.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 542.01,5233.125038,4554.88447,109.84902959999998,3.4294967730000003,437.6699431,0.685792044,119.1591795,3475.733226,113540.5695,307837.9406,2384.033298 +34035054202,"Census Tract 542.02, Somerset County, New Jersey",5436,3378.0,208259.0,676300.0,2557.0,3717.0,103.0,12.0,1318.0,0.0,0.0,87.0,199.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 542.02,3992.617965,3470.219602,85.56909886,2.600500356,333.68360939999997,0.43220368,94.49111752,2638.858819,113783.7807,307638.8436,1810.928036 +34035053603,"Census Tract 536.03, Somerset County, New Jersey",4877,3260.0,122981.0,452400.0,1988.0,4181.0,150.0,12.0,315.0,0.0,0.0,7.0,212.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 536.03,4855.996972,4310.818848,86.26238251,8.05115509,305.9439087,1.725247622,132.84407040000002,3384.9357909999994,93484.00222000001,243799.9962,1810.934937 +34035053403,"Census Tract 534.03, Somerset County, New Jersey",4443,3730.0,85293.0,239100.0,1913.0,1455.0,1127.0,0.0,1582.0,0.0,0.0,31.0,248.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 534.03,4622.000061,2400.172852,975.2810059000001,10.11624527,966.6634521,0.0,237.91909790000003,3296.022461,63255.000120000004,149499.9995,1614.852539 +34035054300,"Census Tract 543, Somerset County, New Jersey",10166,8435.0,99554.0,350300.0,4390.0,5770.0,1031.0,16.0,2307.0,0.0,13.0,114.0,915.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 543,6175.0,4538.0,652.0,7.0,679.0,0.0,259.0,4713.0,73078.26309,168514.9153,2084.0 +34035052904,"Census Tract 529.04, Somerset County, New Jersey",2228,1654.0,119145.0,786600.0,1076.0,2020.0,22.0,0.0,48.0,0.0,0.0,24.0,114.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 529.04,2340.5546510000004,2034.9461670000003,44.26247787,4.792752266,156.75119019999997,0.0,89.93458557,1834.77832,71550.00048999999,197899.9962,1108.817383 +34035052903,"Census Tract 529.03, Somerset County, New Jersey",6016,5086.0,103687.0,342800.0,3454.0,4879.0,90.0,0.0,532.0,0.0,0.0,45.0,470.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 529.03,5956.470003,5178.728027,112.64343259999998,12.19705963,398.91558839999993,0.0,228.8742371,4669.321289,71549.99941,197899.9979,2821.825684 +34035054100,"Census Tract 541, Somerset County, New Jersey",8020,5213.0,129591.0,572000.0,3707.0,5754.0,407.0,0.0,1227.0,0.0,0.0,241.0,391.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 541,7863.0,6844.0,239.0,8.0,534.0,0.0,214.0,5422.0,102516.8557,303256.2728,3699.0 +34035050701,"Census Tract 507.01, Somerset County, New Jersey",4255,2766.0,119145.0,438600.0,1298.0,3161.0,15.0,11.0,663.0,0.0,0.0,16.0,400.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 507.01,4283.059621,3231.815674,114.8126068,8.965215683,744.4020996,0.0,169.4714966,2948.39917,82486.99899,200899.9932,1414.768921 +34035052203,"Census Tract 522.03, Somerset County, New Jersey",5508,3797.0,195208.0,832200.0,2739.0,4128.0,84.0,0.0,1060.0,0.0,0.0,91.0,145.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 522.03,4613.000252000001,3849.856689,65.12718201,4.201753616,525.2191772,1.575657606,156.51531980000001,2975.89209,116877.0046,464599.9851,1888.688232 +34035053706,"Census Tract 537.06, Somerset County, New Jersey",5338,3372.0,131985.0,447400.0,1949.0,3246.0,410.0,35.0,870.0,0.0,13.0,140.0,624.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 537.06,4838.232886,3964.051514,190.8052063,2.9354646210000004,491.98388669999997,0.0,167.3214874,3017.070557,97649.0024,255200.0037,1524.0932619999999 +34035050703,"Census Tract 507.03, Somerset County, New Jersey",5104,3460.0,135375.0,544800.0,2340.0,2268.0,95.0,0.0,2451.0,0.0,0.0,136.0,154.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 507.03,4208.929803,3175.880615,112.82546229999998,8.810049057,731.5182495,0.0,166.53834530000003,2897.369385,82486.99736000001,200899.9924,1390.282593 +34035052601,"Census Tract 526.01, Somerset County, New Jersey",9413,6048.0,222841.0,832600.0,4468.0,5576.0,89.0,0.0,3119.0,0.0,0.0,153.0,476.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 526.01,7722.023147,6278.349493,67.05619369,9.005314424,1161.443849,0.0,197.15644319999998,5103.1557490000005,154673.5043,447613.3444,3675.4465880000002 +34035052901,"Census Tract 529.01, Somerset County, New Jersey",887,633.0,112083.0,800700.0,420.0,737.0,0.0,0.0,31.0,0.0,0.0,21.0,98.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 529.01,870.9335970000001,805.7394247000001,9.05849006,1.022746135,23.36393815,0.0,31.7132538,677.333209,112715.0437,439246.5126,393.9635315 +34035053200,"Census Tract 532, Somerset County, New Jersey",6750,4509.0,66275.0,265100.0,1322.0,973.0,3258.0,150.0,457.0,0.0,67.0,53.0,1942.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 532,7105.0,1705.0,3808.0,30.0,182.0,0.0,1279.0,4515.0,49653.0,154500.0,845.0 +34035053602,"Census Tract 536.02, Somerset County, New Jersey",6394,4260.0,145337.0,542300.0,2372.0,5155.0,539.0,0.0,596.0,0.0,0.0,0.0,104.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 536.02,6122.0,5360.0,145.0,20.0,431.0,0.0,161.0,4068.0,103402.0,308100.0,2197.0 +34035053705,"Census Tract 537.05, Somerset County, New Jersey",6072,4425.0,88472.0,240900.0,2396.0,3542.0,823.0,0.0,1216.0,0.0,12.0,58.0,421.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 537.05,6702.0,4960.0,494.0,20.0,520.0,1.0,683.0,4690.0,65203.0,132300.0,2002.0 +34035050801,"Census Tract 508.01, Somerset County, New Jersey",3907,2552.0,149813.0,544000.0,1510.0,3105.0,44.0,0.0,376.0,0.0,0.0,32.0,350.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 508.01,3798.0,3403.0,32.0,8.0,309.0,0.0,44.0,2665.0,99005.0,296900.0,1368.0 +34035050100,"Census Tract 501, Somerset County, New Jersey",3058,2105.0,66305.0,325500.0,669.0,2014.0,113.0,0.0,95.0,0.0,28.0,78.0,730.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 501,3019.0,2149.0,337.0,7.0,121.0,0.0,395.0,2157.0,47083.0,184900.0,662.0 +34035051100,"Census Tract 511, Somerset County, New Jersey",3002,2067.0,48838.0,265700.0,351.0,1153.0,192.0,17.0,98.0,0.0,21.0,11.0,1527.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 511,3443.0,1641.0,96.0,14.0,100.0,0.0,1584.0,2306.0,44531.0,154500.0,452.0 +34035051800,"Census Tract 518, Somerset County, New Jersey",4280,2645.0,64792.0,265400.0,542.0,781.0,694.0,0.0,169.0,0.0,87.0,224.0,2325.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 518,4299.0,1773.0,519.0,33.0,138.0,0.0,1817.0,2745.0,56759.0,155600.0,617.0 +34035052300,"Census Tract 523, Somerset County, New Jersey",5961,4038.0,121678.0,717200.0,2318.0,4167.0,62.0,0.0,886.0,0.0,23.0,35.0,788.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 523,5618.713772,4618.2017829999995,198.47290980000002,6.017157957,607.6297254,2.998766991,169.2969459,4147.672335,101875.5519,435818.4317,2364.627832 +34035052700,"Census Tract 527, Somerset County, New Jersey",7792,5414.0,150635.0,704200.0,3742.0,6397.0,2.0,55.0,340.0,0.0,0.0,0.0,1053.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 527,7337.655656999999,6603.570265,35.97136737,13.99082579,223.73739930000002,0.0,438.41069960000004,5123.788522999999,104157.7596,397282.0176,3051.9964 +34035053803,"Census Tract 538.03, Somerset County, New Jersey",8378,5559.0,182656.0,566100.0,3724.0,6462.0,69.0,0.0,1420.0,0.0,0.0,207.0,220.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 538.03,7140.0,6331.0,157.0,3.0,496.0,0.0,145.0,4385.0,114168.0,297600.0,2488.0 +34035053103,"Census Tract 531.03, Somerset County, New Jersey",5618,3691.0,105240.0,345100.0,1754.0,2140.0,2234.0,31.0,539.0,7.0,0.0,97.0,570.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 531.03,4994.0,2696.0,1670.0,18.0,347.0,0.0,234.0,3457.0,86383.0,192400.0,1657.0 +34035053801,"Census Tract 538.01, Somerset County, New Jersey",550,337.0,116500.0,354000.0,156.0,464.0,5.0,0.0,17.0,0.0,0.0,22.0,42.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 538.01,410.0,387.0,5.0,0.0,5.0,0.0,13.0,305.0,76353.0,213600.0,119.0 +34035051600,"Census Tract 516, Somerset County, New Jersey",3134,2199.0,66667.0,268600.0,473.0,2111.0,76.0,0.0,57.0,0.0,0.0,11.0,879.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 516,2880.0,2669.0,17.0,7.0,45.0,0.0,140.0,2119.0,48920.0,153200.0,423.0 +34035053804,"Census Tract 538.04, Somerset County, New Jersey",5322,3466.0,84671.0,263000.0,1663.0,2864.0,415.0,37.0,689.0,0.0,0.0,200.0,1146.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 538.04,4857.0,3665.0,303.0,8.0,517.0,0.0,353.0,3278.0,62569.0,139100.0,1251.0 +34035050902,"Census Tract 509.02, Somerset County, New Jersey",3518,2515.0,151637.0,548200.0,1608.0,2828.0,68.0,0.0,373.0,0.0,0.0,70.0,179.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 509.02,3658.0,3335.0,50.0,3.0,194.0,0.0,68.0,2545.0,104053.0,313900.0,1405.0 +34035053300,"Census Tract 533, Somerset County, New Jersey",4714,2948.0,54821.0,263700.0,830.0,657.0,1676.0,0.0,596.0,0.0,79.0,61.0,1645.0,New York City,New York-Newark-Jersey City,NJ,Somerset County,Census Tract 533,3875.0,1009.0,1868.0,4.0,172.0,0.0,792.0,2505.0,46786.0,137400.0,323.0 +34037371503,"Census Tract 3715.03, Sussex County, New Jersey",2782,1925.0,96378.0,227000.0,540.0,2427.0,22.0,0.0,9.0,0.0,0.0,136.0,188.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3715.03,2972.2070329999997,2798.614502,27.37285614,8.315804482,19.40354347,0.0,109.4914246,1892.8848879999998,69109.00085,141699.9979,472.6148682 +34037371502,"Census Tract 3715.02, Sussex County, New Jersey",5004,3680.0,90167.0,212900.0,1363.0,4357.0,10.0,12.0,11.0,0.0,0.0,80.0,534.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3715.02,5605.793222,5278.385742,51.62714767,15.68419647,36.59645844,0.0,206.50859069999998,3570.1152340000003,69108.99832,141699.9978,891.3851929 +34037374900,"Census Tract 3749, Sussex County, New Jersey",4774,3250.0,76250.0,197600.0,782.0,3771.0,66.0,0.0,184.0,0.0,0.0,4.0,749.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3749,4356.0,3795.0,104.0,17.0,79.0,0.0,324.0,2856.0,52398.0,119100.0,450.0 +34037372700,"Census Tract 3727, Sussex County, New Jersey",3172,2467.0,73735.0,185100.0,705.0,2811.0,128.0,0.0,91.0,0.0,0.0,0.0,142.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3727,3105.0,2819.0,25.0,22.0,81.0,0.0,131.0,2060.0,58246.0,120600.0,407.0 +34037373000,"Census Tract 3730, Sussex County, New Jersey",2433,1683.0,82500.0,221300.0,439.0,2125.0,0.0,0.0,76.0,0.0,0.0,19.0,213.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3730,2637.6196440000003,2480.642334,4.999279022,7.998846531,22.99668312,0.0,109.9841385,1667.7595210000002,60312.9992,142399.9945,332.9519958 +34037373600,"Census Tract 3736, Sussex County, New Jersey",2942,2022.0,82837.0,267400.0,808.0,2615.0,35.0,0.0,123.0,0.0,0.0,0.0,169.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3736,2682.0,2461.0,57.0,2.0,95.0,0.0,66.0,1791.0,74276.0,147500.0,625.0 +34037374000,"Census Tract 3740, Sussex County, New Jersey",3238,2177.0,108400.0,366800.0,916.0,2944.0,4.0,0.0,53.0,0.0,0.0,56.0,181.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3740,2860.0,2740.0,19.0,12.0,27.0,0.0,62.0,1946.0,75710.0,211100.0,661.0 +34037371200,"Census Tract 3712, Sussex County, New Jersey",1872,1305.0,41667.0,209900.0,184.0,1512.0,40.0,0.0,165.0,0.0,0.0,2.0,153.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3712,2145.0,2027.0,22.0,13.0,27.0,0.0,55.0,1446.0,36172.0,123600.0,155.0 +34037371300,"Census Tract 3713, Sussex County, New Jersey",3455,2298.0,101905.0,240400.0,648.0,2924.0,106.0,0.0,99.0,0.0,0.0,163.0,163.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3713,3835.0,3640.0,26.0,20.0,34.0,0.0,105.0,2351.0,70938.0,156500.0,667.0 +34037371400,"Census Tract 3714, Sussex County, New Jersey",2900,1986.0,96681.0,269300.0,567.0,2599.0,48.0,0.0,16.0,0.0,0.0,0.0,237.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3714,3401.0,3212.0,29.0,5.0,43.0,1.0,97.0,2063.0,77799.0,166500.0,517.0 +34037373400,"Census Tract 3734, Sussex County, New Jersey",6415,4467.0,123672.0,334100.0,2469.0,6038.0,14.0,0.0,77.0,0.0,15.0,71.0,200.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3734,6783.329938,6472.737671,20.7061764,20.70610267,90.27886924,0.0,164.8207856,4696.978965,77264.03522,202300.0497,2195.6784420000004 +34037373500,"Census Tract 3735, Sussex County, New Jersey",3714,2854.0,105774.0,282700.0,970.0,3393.0,141.0,0.0,41.0,0.0,0.0,20.0,119.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3735,3976.895479,3712.938899,80.10420002,14.93500165,76.44128283,0.004656747,86.52532272,2960.939848,74741.92932000001,167432.4826,696.8110573 +34037373700,"Census Tract 3737, Sussex County, New Jersey",4043,2963.0,47656.0,188500.0,759.0,2891.0,330.0,0.0,67.0,0.0,0.0,37.0,718.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3737,3973.0,3533.0,194.0,7.0,100.0,0.0,124.0,2807.0,37295.0,137400.0,571.0 +34037371000,"Census Tract 3710, Sussex County, New Jersey",3753,2653.0,70329.0,192000.0,479.0,3391.0,85.0,0.0,81.0,6.0,0.0,122.0,68.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3710,3412.0,3172.0,73.0,12.0,30.0,0.0,112.0,2262.0,45368.0,128000.0,329.0 +34037371100,"Census Tract 3711, Sussex County, New Jersey",4028,2748.0,80078.0,288700.0,780.0,3639.0,11.0,0.0,6.0,0.0,0.0,172.0,200.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3711,3740.0,3547.0,46.0,9.0,25.0,0.0,96.0,2371.0,57906.0,166100.0,451.0 +34037372400,"Census Tract 3724, Sussex County, New Jersey",2391,1659.0,96815.0,364400.0,531.0,2164.0,19.0,0.0,0.0,0.0,7.0,8.0,193.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3724,2324.858956,2211.2812129999998,28.30937206,3.0911652519999997,21.41362604,0.0015108370000000001,54.75387574,1526.264531,82540.18895,240107.1019,508.4900317 +34037371800,"Census Tract 3718, Sussex County, New Jersey",7034,5037.0,98648.0,306200.0,1395.0,6279.0,79.0,0.0,124.0,0.0,0.0,144.0,408.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3718,6644.660486,6307.779297,33.98803329,27.99014473,61.97817993,0.0,203.9281921,4192.523926,58660.002089999994,154199.9954,827.7085571 +34037372000,"Census Tract 3720, Sussex County, New Jersey",2988,2170.0,75855.0,301200.0,817.0,2681.0,1.0,14.0,40.0,0.0,10.0,40.0,216.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3720,2957.504326,2871.433011,23.01481954,6.008468026,15.00176034,0.0,37.04509656,1931.509404,66338.84005,159511.4553,517.6594566000001 +34037372300,"Census Tract 3723, Sussex County, New Jersey",4167,3042.0,81319.0,326600.0,876.0,3825.0,49.0,0.0,139.0,0.0,8.0,30.0,116.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3723,4133.334454,3994.3170020000002,13.0041163,13.0005461,26.00326355,0.0,80.00871851,2832.2152920000003,65537.19151,185403.9203,652.0697044 +34037372600,"Census Tract 3726, Sussex County, New Jersey",4873,3554.0,97689.0,290100.0,1381.0,4601.0,94.0,0.0,95.0,0.0,0.0,8.0,75.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3726,3875.7750479999995,3661.064453,35.95153427,23.96768951,50.93133926,0.0,95.87075806,2625.460693,68999.99869,155799.9984,718.0320435 +34037374400,"Census Tract 3744, Sussex County, New Jersey",2330,1571.0,124265.0,339200.0,736.0,2172.0,0.0,0.0,38.0,0.0,0.0,10.0,110.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3744,2125.0,1978.0,31.0,7.0,42.0,0.0,62.0,1371.0,95188.0,217000.0,594.0 +34037371600,"Census Tract 3716, Sussex County, New Jersey",2913,2229.0,63053.0,167900.0,682.0,2399.0,55.0,0.0,0.0,0.0,0.0,34.0,425.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3716,3336.973785,3093.9756230000003,42.99966084,5.999952915,24.99980401,1.4316200000000001e-08,165.9986892,2252.982202,52667.00054,117200.0026,481.9962221 +34037371700,"Census Tract 3717, Sussex County, New Jersey",5518,3663.0,102835.0,275800.0,1146.0,4574.0,234.0,0.0,0.0,0.0,0.0,77.0,633.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3717,5535.026239,5191.024328,48.00033811,17.00004718,65.00019657,2.0,205.0013052,3355.017715,69468.88389,154099.8518,883.0037899 +34037372200,"Census Tract 3722, Sussex County, New Jersey",2152,1518.0,89659.0,274400.0,492.0,1767.0,0.0,0.0,9.0,0.0,0.0,1.0,375.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3722,2128.106358,2083.188477,9.981737137,4.990868568,1.996347427,0.0,26.95069122,1509.2386470000001,56115.99967999999,167600.0056,398.2713013 +34037372900,"Census Tract 3729, Sussex County, New Jersey",3249,2224.0,54729.0,210000.0,468.0,2925.0,83.0,0.0,35.0,0.0,0.0,0.0,206.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3729,3370.699451,3093.2194219999997,43.03428778,20.04762191,45.15239012,0.0019048770000000001,163.23620469999997,2139.116438,44537.44643,124616.1021,349.15822510000004 +34037373800,"Census Tract 3738, Sussex County, New Jersey",3894,2794.0,68813.0,218100.0,689.0,2987.0,150.0,0.0,76.0,0.0,0.0,48.0,633.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3738,4271.0,3858.0,116.0,11.0,89.0,0.0,189.0,2883.0,47041.0,135900.0,524.0 +34037374500,"Census Tract 3745, Sussex County, New Jersey",1811,1419.0,86071.0,221800.0,463.0,1549.0,27.0,0.0,148.0,0.0,0.0,11.0,76.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3745,2127.666936,1952.959857,28.94992442,8.983727898,31.95440329,0.0,98.82926529999999,1509.58878,67576.94037000001,151321.545,325.59296439999997 +34037374600,"Census Tract 3746, Sussex County, New Jersey",3411,2337.0,83813.0,229700.0,895.0,2714.0,73.0,0.0,84.0,0.0,0.0,190.0,350.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3746,3585.556982,3256.440777,58.02720446,19.00692854,75.04485276,0.001385618,145.047914,2433.9570320000003,63062.946970000005,135712.6505,786.2139692000001 +34037371900,"Census Tract 3719, Sussex County, New Jersey",1860,1414.0,80027.0,249800.0,368.0,1683.0,9.0,0.0,41.0,0.0,6.0,8.0,113.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3719,1866.0,1810.0,10.0,11.0,11.0,0.0,24.0,1286.0,54922.0,149400.0,308.0 +34037374100,"Census Tract 3741, Sussex County, New Jersey",3511,2330.0,117563.0,353800.0,1042.0,3118.0,14.0,0.0,6.0,0.0,40.0,43.0,290.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3741,3220.0,3031.0,30.0,7.0,46.0,0.0,103.0,2079.0,84847.0,190200.0,710.0 +34037374300,"Census Tract 3743, Sussex County, New Jersey",3274,2298.0,102727.0,273600.0,1004.0,3155.0,23.0,0.0,22.0,0.0,0.0,19.0,55.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3743,3685.0,3505.0,22.0,6.0,51.0,0.0,93.0,2406.0,80000.0,174600.0,690.0 +34037372100,"Census Tract 3721, Sussex County, New Jersey",1971,1514.0,75391.0,229700.0,480.0,1700.0,49.0,0.0,54.0,0.0,0.0,1.0,167.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3721,1971.36242,1848.462036,30.72510529,4.955662251000001,30.72510529,0.0,56.494548800000004,1431.1951900000001,53225.9992,136499.9948,399.4263611 +34037373300,"Census Tract 3733, Sussex County, New Jersey",3029,1897.0,119625.0,365800.0,1049.0,2419.0,201.0,0.0,139.0,0.0,0.0,88.0,182.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3733,2799.074202,2655.173096,16.98831177,1.998624921,61.95737076,0.0,58.95943451,1778.776123,99494.99897999999,231299.9923,888.3887938999999 +34037373900,"Census Tract 3739, Sussex County, New Jersey",3975,2770.0,86806.0,241900.0,1011.0,3765.0,0.0,0.0,0.0,0.0,0.0,45.0,165.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3739,4267.4576130000005,4117.444547,16.00365744,18.00087782,22.00232235,0.0,89.00553657,2797.298726,63750.28929,156100.4081,758.0800347 +34037374200,"Census Tract 3742, Sussex County, New Jersey",2472,1787.0,92500.0,256200.0,612.0,2278.0,25.0,0.0,60.0,0.0,4.0,7.0,98.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3742,2442.443069,2237.559061,40.97279534,11.99307174,59.95514821,0.998614371,87.95208607,1586.043014,67579.32711,148790.4052,443.786 +34037373100,"Census Tract 3731, Sussex County, New Jersey",6218,3929.0,138814.0,438200.0,2049.0,5078.0,238.0,0.0,208.0,0.0,7.0,51.0,636.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3731,4944.184581,4626.569326,23.12929369,29.2747038,99.01047292,0.991927564,158.24715980000002,3153.968142,93809.23721,269600.4521,1587.699121 +34037372800,"Census Tract 3728, Sussex County, New Jersey",1600,1174.0,62000.0,138700.0,298.0,1303.0,141.0,0.0,0.0,0.0,0.0,6.0,150.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3728,1796.0,1668.0,9.0,8.0,44.0,0.0,65.0,1190.0,46250.0,103800.0,162.0 +34037373200,"Census Tract 3732, Sussex County, New Jersey",3391,2204.0,156597.0,407200.0,1379.0,2989.0,20.0,12.0,141.0,0.0,0.0,0.0,241.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3732,3556.5301200000004,3383.2836909999996,11.94802952,0.0,77.6621933,0.0,76.66651917,2142.679932,101015.9973,246300.0006,1226.664307 +34037372500,"Census Tract 3725, Sussex County, New Jersey",3091,2143.0,85476.0,210800.0,655.0,2798.0,46.0,0.0,51.0,0.0,0.0,66.0,130.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3725,2290.0,2082.0,28.0,11.0,57.0,0.0,103.0,1638.0,57431.0,150100.0,420.0 +34037374800,"Census Tract 3748, Sussex County, New Jersey",3986,2923.0,80441.0,253700.0,865.0,3254.0,63.0,0.0,135.0,0.0,0.0,25.0,509.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3748,4742.0,4137.0,109.0,10.0,130.0,0.0,325.0,3128.0,74805.0,148400.0,568.0 +34037374700,"Census Tract 3747, Sussex County, New Jersey",3936,3086.0,91076.0,265200.0,959.0,3569.0,96.0,0.0,70.0,0.0,0.0,9.0,192.0,New York City,New York-Newark-Jersey City,NJ,Sussex County,Census Tract 3747,4659.0,4256.0,101.0,19.0,79.0,0.0,204.0,3157.0,72135.0,152900.0,723.0 +34039032700,"Census Tract 327, Union County, New Jersey",7698,5545.0,72073.0,294500.0,2021.0,2739.0,2346.0,0.0,1008.0,0.0,229.0,136.0,1240.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 327,7039.0,3918.0,1578.0,21.0,757.0,0.0,704.0,4725.0,59257.0,167600.0,1164.0 +34039033900,"Census Tract 339, Union County, New Jersey",3275,2056.0,62700.0,253700.0,598.0,1259.0,401.0,16.0,77.0,0.0,468.0,46.0,1024.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 339,2964.0,2068.0,81.0,3.0,156.0,0.0,606.0,2006.0,45435.0,151400.0,489.0 +34039034400,"Census Tract 344, Union County, New Jersey",4093,2641.0,53292.0,203100.0,420.0,376.0,2604.0,0.0,19.0,0.0,255.0,176.0,663.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 344,4238.0,388.0,3335.0,6.0,48.0,1.0,440.0,2615.0,49976.0,121100.0,338.0 +34039035700,"Census Tract 357, Union County, New Jersey",5212,3744.0,71839.0,299000.0,1247.0,2292.0,991.0,0.0,169.0,0.0,34.0,5.0,1721.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 357,5403.0,3711.0,560.0,30.0,290.0,1.0,787.0,3727.0,51865.0,149000.0,921.0 +34039035800,"Census Tract 358, Union County, New Jersey",3869,2487.0,64922.0,254100.0,541.0,540.0,2060.0,0.0,192.0,0.0,0.0,87.0,990.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 358,3123.0,960.0,1756.0,7.0,70.0,0.0,312.0,1988.0,47841.0,139000.0,302.0 +34039036700,"Census Tract 367, Union County, New Jersey",5626,3808.0,150347.0,629600.0,2503.0,4718.0,76.0,0.0,435.0,0.0,10.0,132.0,255.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 367,5758.0,5049.0,191.0,7.0,270.0,0.0,215.0,3975.0,83166.0,290300.0,2415.0 +34039030500,"Census Tract 305, Union County, New Jersey",5694,3193.0,57692.0,258900.0,284.0,419.0,596.0,0.0,45.0,0.0,145.0,55.0,4434.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 305,4559.0,1021.0,420.0,11.0,19.0,0.0,3003.0,2797.0,34913.0,149400.0,163.0 +34039030600,"Census Tract 306, Union County, New Jersey",3374,2010.0,43860.0,206000.0,125.0,500.0,872.0,0.0,45.0,0.0,127.0,3.0,1827.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 306,3627.0,1229.0,868.0,4.0,58.0,0.0,1454.0,2090.0,24542.0,141900.0,151.0 +34039031200,"Census Tract 312, Union County, New Jersey",6017,3772.0,40295.0,208300.0,337.0,537.0,1920.0,0.0,10.0,0.0,182.0,58.0,3310.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 312,5636.0,444.0,2985.0,14.0,32.0,0.0,2147.0,3324.0,29308.0,115100.0,281.0 +34039032100,"Census Tract 321, Union County, New Jersey",7682,5022.0,84537.0,301700.0,1317.0,3017.0,116.0,146.0,151.0,0.0,0.0,41.0,4357.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 321,6802.0,4449.0,144.0,23.0,250.0,1.0,1882.0,4582.0,62487.0,162500.0,1221.0 +34039032600,"Census Tract 326, Union County, New Jersey",4952,3711.0,67161.0,291600.0,1144.0,753.0,3252.0,0.0,378.0,0.0,0.0,9.0,560.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 326,5084.0,1802.0,2292.0,6.0,534.0,1.0,402.0,3349.0,50278.0,168600.0,889.0 +34039036800,"Census Tract 368, Union County, New Jersey",7507,5134.0,150403.0,677000.0,3547.0,6104.0,26.0,0.0,626.0,0.0,0.0,173.0,578.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 368,7442.0,6744.0,117.0,10.0,405.0,0.0,158.0,5138.0,98484.0,296000.0,2757.0 +34039037300,"Census Tract 373, Union County, New Jersey",4654,3249.0,111417.0,404100.0,1450.0,3831.0,120.0,0.0,86.0,0.0,147.0,31.0,439.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 373,4447.0,3907.0,202.0,7.0,144.0,0.0,181.0,3191.0,72418.0,200900.0,1056.0 +34039038101,"Census Tract 381.01, Union County, New Jersey",4013,2691.0,166771.0,648700.0,2146.0,3108.0,32.0,0.0,449.0,0.0,0.0,161.0,263.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 381.01,3982.0,3457.0,38.0,15.0,341.0,1.0,127.0,2674.0,105204.0,357200.0,1747.0 +34039032800,"Census Tract 328, Union County, New Jersey",4779,3446.0,50655.0,219100.0,770.0,302.0,3829.0,0.0,143.0,0.0,18.0,50.0,437.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 328,5088.0,767.0,3826.0,21.0,116.0,0.0,329.0,3333.0,42945.0,136800.0,537.0 +34039033600,"Census Tract 336, Union County, New Jersey",8235,5712.0,108281.0,347500.0,1521.0,5214.0,147.0,10.0,508.0,0.0,0.0,105.0,2251.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 336,7675.0,6539.0,205.0,7.0,232.0,0.0,663.0,5574.0,59929.0,177000.0,862.0 +34039034300,"Census Tract 343, Union County, New Jersey",4022,2956.0,77991.0,209200.0,624.0,855.0,2173.0,0.0,44.0,0.0,130.0,33.0,787.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 343,3742.0,1599.0,1495.0,18.0,168.0,0.0,420.0,2669.0,54597.0,132300.0,615.0 +34039038000,"Census Tract 380, Union County, New Jersey",5903,3949.0,82375.0,470900.0,1799.0,2860.0,471.0,0.0,447.0,0.0,39.0,69.0,2017.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 380,5184.047434,3244.043187,476.0006648,14.00001127,329.00233230000003,0.0,1113.001172,3668.036922,61322.15264,260299.7126,1439.019199 +34039030900,"Census Tract 309, Union County, New Jersey",6394,3854.0,46429.0,259100.0,339.0,643.0,136.0,59.0,0.0,0.0,274.0,124.0,5217.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 309,5318.0,1784.0,126.0,8.0,44.0,0.0,3271.0,3347.0,41716.0,147800.0,298.0 +34039038602,"Census Tract 386.02, Union County, New Jersey",4035,2750.0,202907.0,703500.0,2014.0,2983.0,206.0,0.0,545.0,0.0,0.0,12.0,289.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 386.02,3972.0,3297.0,138.0,2.0,405.0,0.0,125.0,2668.0,134713.0,421900.0,1783.0 +34039039500,"Census Tract 395, Union County, New Jersey",6711,4145.0,67612.0,185500.0,519.0,265.0,2248.0,0.0,0.0,0.0,627.0,94.0,3477.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 395,5450.0,113.0,4216.0,2.0,22.0,0.0,1087.0,3138.0,47368.0,109200.0,340.0 +34039030200,"Census Tract 302, Union County, New Jersey",3515,2102.0,42000.0,259200.0,73.0,150.0,689.0,24.0,46.0,0.0,88.0,16.0,2526.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 302,3075.0,209.0,862.0,7.0,9.0,0.0,1970.0,1589.0,24539.0,133300.0,118.0 +34039031700,"Census Tract 317, Union County, New Jersey",5266,3673.0,36576.0,209300.0,722.0,304.0,1651.0,0.0,382.0,0.0,198.0,82.0,2649.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 317,5942.0,1063.0,2660.0,17.0,259.0,0.0,1882.0,3775.0,31529.0,164100.0,730.0 +34039032400,"Census Tract 324, Union County, New Jersey",7794,5171.0,58988.0,242800.0,1443.0,1552.0,3212.0,23.0,590.0,32.0,230.0,423.0,1755.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 324,7509.0,3321.0,2229.0,9.0,391.0,2.0,1331.0,4923.0,52951.0,141900.0,781.0 +34039032500,"Census Tract 325, Union County, New Jersey",5877,4071.0,82776.0,261300.0,991.0,2090.0,1611.0,0.0,201.0,0.0,583.0,8.0,1384.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 325,5791.0,2964.0,1023.0,11.0,354.0,1.0,1314.0,3903.0,67346.0,146900.0,946.0 +34039033100,"Census Tract 331, Union County, New Jersey",6231,4464.0,94007.0,308100.0,1545.0,2293.0,2034.0,0.0,945.0,0.0,74.0,0.0,885.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 331,5370.0,3494.0,668.0,9.0,663.0,0.0,498.0,3808.0,64125.0,169800.0,1013.0 +34039034600,"Census Tract 346, Union County, New Jersey",4404,2733.0,65264.0,255700.0,401.0,230.0,2905.0,50.0,17.0,0.0,13.0,37.0,1152.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 346,4165.0,258.0,3608.0,9.0,40.0,0.0,228.0,2595.0,44722.0,142900.0,215.0 +34039036200,"Census Tract 362, Union County, New Jersey",6570,4637.0,110036.0,401600.0,2007.0,5385.0,0.0,0.0,111.0,0.0,0.0,65.0,1009.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 362,6329.0,5888.0,4.0,18.0,184.0,0.0,218.0,4592.0,65000.0,200500.0,1139.0 +34039037000,"Census Tract 370, Union County, New Jersey",6284,4504.0,135983.0,488800.0,2514.0,5291.0,149.0,0.0,83.0,0.0,0.0,96.0,665.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 370,5977.0,5489.0,124.0,2.0,121.0,0.0,225.0,4261.0,87331.0,237900.0,2051.0 +34039037700,"Census Tract 377, Union County, New Jersey",4794,3156.0,181292.0,1024300.0,2401.0,3926.0,49.0,0.0,535.0,0.0,0.0,9.0,275.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 377,4616.0,3893.0,145.0,7.0,260.0,0.0,299.0,3104.0,115236.0,469800.0,2111.0 +34039030400,"Census Tract 304, Union County, New Jersey",5541,3008.0,33750.0,253100.0,162.0,377.0,2100.0,0.0,22.0,0.0,52.0,76.0,2914.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 304,4692.000103,502.7857056,1633.303833,4.9978694919999995,3.9982957839999997,0.0,2519.926025,2426.965576,26647.99974,115900.0021,105.9548416 +34039032200,"Census Tract 322, Union County, New Jersey",5857,4082.0,67986.0,213100.0,835.0,211.0,5290.0,0.0,61.0,0.0,0.0,6.0,289.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 322,6156.0,333.0,5431.0,10.0,38.0,0.0,308.0,4040.0,61213.0,130100.0,736.0 +34039032902,"Census Tract 329.02, Union County, New Jersey",5538,4110.0,81544.0,342800.0,1243.0,3147.0,624.0,137.0,578.0,0.0,0.0,45.0,1007.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 329.02,4712.0,3786.0,113.0,3.0,380.0,0.0,396.0,3491.0,64191.0,191200.0,952.0 +34039033700,"Census Tract 337, Union County, New Jersey",5069,3358.0,91208.0,281800.0,1195.0,2482.0,259.0,0.0,329.0,0.0,145.0,44.0,1810.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 337,4667.0,3514.0,99.0,6.0,239.0,0.0,789.0,3150.0,63879.0,160900.0,633.0 +34039035200,"Census Tract 352, Union County, New Jersey",2683,1756.0,56806.0,255800.0,210.0,582.0,421.0,7.0,9.0,0.0,0.0,24.0,1640.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 352,2372.0,1067.0,269.0,5.0,46.0,0.0,914.0,1560.0,41997.0,141100.0,123.0 +34039036100,"Census Tract 361, Union County, New Jersey",1525,1153.0,59153.0,200000.0,209.0,1260.0,21.0,0.0,7.0,0.0,12.0,23.0,202.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 361,1514.0,1450.0,6.0,6.0,7.0,1.0,37.0,1112.0,37000.0,55800.0,89.0 +34039036301,"Census Tract 363.01, Union County, New Jersey",5079,3838.0,77276.0,382500.0,1534.0,3983.0,154.0,0.0,226.0,0.0,0.0,77.0,639.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 363.01,4596.0,4228.0,19.0,4.0,162.0,0.0,175.0,3599.0,59978.0,190600.0,958.0 +34039037100,"Census Tract 371, Union County, New Jersey",4367,3014.0,152773.0,561600.0,1983.0,4101.0,0.0,0.0,114.0,0.0,0.0,54.0,98.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 371,4252.0,3996.0,7.0,0.0,110.0,1.0,133.0,2972.0,90384.0,290400.0,1577.0 +34039037500,"Census Tract 375, Union County, New Jersey",6060,4448.0,94085.0,393300.0,2310.0,3853.0,246.0,0.0,729.0,0.0,354.0,46.0,832.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 375,4912.474996,4162.530945,112.09046940000002,11.82476938,258.5436974,0.0,343.615634,3821.277115,71372.54534,212345.7897,1526.293453 +34039037900,"Census Tract 379, Union County, New Jersey",5468,3468.0,212414.0,1100700.0,2848.0,4598.0,146.0,0.0,274.0,0.0,91.0,156.0,203.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 379,5725.0,5247.0,68.0,4.0,204.0,0.0,190.0,3688.0,153001.0,606200.0,2808.0 +34039038202,"Census Tract 382.02, Union County, New Jersey",7095,4839.0,145963.0,598400.0,3198.0,5929.0,79.0,0.0,650.0,0.0,29.0,78.0,330.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 382.02,7158.0,6317.0,31.0,6.0,483.0,0.0,300.0,4973.0,94137.0,297000.0,2463.0 +34039038400,"Census Tract 384, Union County, New Jersey",6233,4234.0,94471.0,371900.0,1916.0,3582.0,1164.0,0.0,384.0,0.0,133.0,231.0,739.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 384,5639.416343,3523.0151960000003,1343.243606,15.04569679,352.1620042,0.0,342.87476719999995,3975.3170200000004,63797.984339999995,182007.90399999998,1431.316816 +34039031500,"Census Tract 315, Union County, New Jersey",5785,3884.0,60926.0,273000.0,579.0,1782.0,471.0,0.0,67.0,0.0,112.0,107.0,3246.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 315,5640.0,2078.0,525.0,7.0,79.0,0.0,2859.0,3623.0,36875.0,179800.0,320.0 +34039033000,"Census Tract 330, Union County, New Jersey",4444,3289.0,87580.0,273700.0,1350.0,2311.0,989.0,0.0,369.0,0.0,98.0,50.0,627.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 330,3989.0,3029.0,283.0,11.0,232.0,0.0,405.0,2889.0,61536.0,171700.0,1011.0 +34039033400,"Census Tract 334, Union County, New Jersey",3795,2677.0,106979.0,338900.0,1108.0,2141.0,296.0,0.0,443.0,0.0,0.0,20.0,895.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 334,3515.0,2946.0,70.0,1.0,150.0,0.0,325.0,2542.0,70144.0,189500.0,823.0 +34039036400,"Census Tract 364, Union County, New Jersey",7557,4699.0,176583.0,820800.0,3649.0,6465.0,42.0,0.0,351.0,0.0,74.0,146.0,479.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 364,7109.0,6641.0,64.0,6.0,257.0,0.0,130.0,4626.0,116088.0,394800.0,3485.0 +34039034000,"Census Tract 340, Union County, New Jersey",6204,3994.0,34881.0,220000.0,542.0,780.0,2248.0,0.0,129.0,0.0,122.0,31.0,2894.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 340,5874.0,1655.0,2388.0,14.0,180.0,3.0,1567.0,3852.0,45238.0,135200.0,572.0 +34039034200,"Census Tract 342, Union County, New Jersey",3822,2560.0,59167.0,204500.0,699.0,629.0,1885.0,0.0,1.0,6.0,0.0,33.0,1268.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 342,3841.0,985.0,2134.0,14.0,104.0,0.0,587.0,2472.0,60375.0,139700.0,498.0 +34039034900,"Census Tract 349, Union County, New Jersey",6195,4353.0,70104.0,279800.0,1424.0,3277.0,1368.0,0.0,456.0,0.0,0.0,56.0,1038.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 349,6300.0,4897.0,461.0,13.0,245.0,0.0,627.0,4513.0,51078.0,163500.0,946.0 +34039036500,"Census Tract 365, Union County, New Jersey",5559,3423.0,243235.0,908400.0,2800.0,4614.0,83.0,0.0,303.0,0.0,73.0,94.0,392.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 365,5430.0,4787.0,159.0,0.0,338.0,1.0,123.0,3461.0,128467.0,459100.0,2508.0 +34039036600,"Census Tract 366, Union County, New Jersey",4342,3063.0,106847.0,585400.0,1788.0,2649.0,760.0,12.0,207.0,0.0,106.0,0.0,620.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 366,3905.0,2826.0,707.0,26.0,111.0,0.0,210.0,2852.0,61302.0,239900.0,1376.0 +34039038500,"Census Tract 385, Union County, New Jersey",6026,4258.0,120188.0,438700.0,2364.0,4473.0,597.0,0.0,350.0,0.0,0.0,11.0,595.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 385,5499.0,4435.0,611.0,9.0,205.0,0.0,218.0,3793.0,81242.0,231800.0,1735.0 +34039038601,"Census Tract 386.01, Union County, New Jersey",8045,5893.0,106932.0,584500.0,3346.0,5813.0,981.0,0.0,803.0,0.0,0.0,112.0,336.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 386.01,7650.92607,6105.18163,533.2807331,14.01181062,774.1885037000001,0.0,210.2415946,5495.085405,86578.71039,289907.9846,2964.038727 +34039039300,"Census Tract 393, Union County, New Jersey",6519,3876.0,40996.0,250000.0,277.0,110.0,1173.0,0.0,11.0,0.0,526.0,0.0,4699.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 393,5817.0,297.0,2249.0,18.0,37.0,0.0,3179.0,3210.0,28138.0,118100.0,164.0 +34039031802,"Census Tract 318.02, Union County, New Jersey",2901,1872.0,39881.0,301200.0,306.0,232.0,676.0,0.0,150.0,0.0,9.0,0.0,1834.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 318.02,3263.9999190000003,831.5029297,491.8035583000001,9.360258102000001,129.8735809,0.0,1746.46814,2099.427734,40123.00182,149500.0056,334.6292114 +34039030701,"Census Tract 307.01, Union County, New Jersey",1811,1215.0,59417.0,264900.0,233.0,560.0,39.0,0.0,36.0,0.0,97.0,11.0,1068.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 307.01,1801.999996,567.4417114,146.9951935,1.610906243,76.51804352,0.0,978.0214232999999,1155.221191,36126.99968,144699.9951,135.71885680000003 +34039039900,"Census Tract 399, Union County, New Jersey",1832,1391.0,30662.0,276000.0,99.0,358.0,530.0,0.0,79.0,0.0,0.0,0.0,865.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 399,2942.0,381.0,1495.0,3.0,29.0,1.0,1020.0,2195.0,29259.40637,171323.5294,128.0 +34039039800,"Census Tract 398, Union County, New Jersey",4480,2453.0,42254.0,192400.0,280.0,952.0,1134.0,63.0,16.0,0.0,78.0,118.0,2182.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 398,3750.0,1005.214316,494.6962079,3.0021303789999996,128.0017043,0.0,2000.074137,2073.034512,32968.55978,150651.5687,130.045164 +34039031904,"Census Tract 319.04, Union County, New Jersey",3117,2276.0,24943.0,223200.0,212.0,251.0,657.0,16.0,35.0,0.0,45.0,0.0,2113.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 319.04,2755.99996,836.4341431,352.1994324,8.528595924,127.6130676,0.0,1396.16272,1881.660889,28289.999219999998,161399.9941,295.02624510000004 +34039031903,"Census Tract 319.03, Union County, New Jersey",6189,4115.0,37425.0,271200.0,474.0,792.0,892.0,0.0,205.0,0.0,279.0,115.0,3906.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 319.03,5969.00004,1811.565918,762.8005981000001,18.47140503,276.3869324,0.0,3023.837158,4075.339111,28289.99898,161400.0027,638.9737549 +34039031602,"Census Tract 316.02, Union County, New Jersey",5385,3603.0,46042.0,309100.0,740.0,984.0,836.0,0.0,13.0,0.0,147.0,92.0,3313.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 316.02,5616.000147,1574.1994630000002,959.6226807,13.36036491,210.86140440000003,1.161770821,2747.00708,3656.6735840000006,34623.99952,169199.9976,625.0327147999999 +34039031801,"Census Tract 318.01, Union County, New Jersey",5561,3620.0,40246.0,274800.0,340.0,584.0,585.0,0.0,177.0,0.0,131.0,115.0,3969.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 318.01,5104.999831,1300.49707,769.1964111000001,14.639741899999999,203.1264191,0.0,2731.5317379999997,3283.572021,40122.99959,149499.9988,523.3707275 +34039031601,"Census Tract 316.01, Union County, New Jersey",3700,2737.0,37129.0,196400.0,533.0,289.0,1077.0,0.0,104.0,0.0,47.0,29.0,2154.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 316.01,4052.0001409999995,1135.800659,692.3773804,9.63963604,152.1386108,0.838229239,1981.9930420000003,2638.326416,34624.00041,169199.9959,450.9673157 +34039038900,"Census Tract 389, Union County, New Jersey",6428,3815.0,42757.0,210000.0,400.0,309.0,2413.0,24.0,10.0,0.0,570.0,84.0,3018.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 389,5205.691872,467.07510379999997,3120.8203129999997,10.97826099,41.916996000000005,0.0,1531.966431,3193.676025,41377.998660000005,112199.9941,514.9802246 +34039033300,"Census Tract 333, Union County, New Jersey",4287,3084.0,100640.0,316000.0,1205.0,1973.0,607.0,0.0,392.0,0.0,283.0,103.0,929.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 333,3879.0,3049.0,146.0,14.0,262.0,0.0,388.0,2615.0,66196.0,174800.0,705.0 +34039038201,"Census Tract 382.01, Union County, New Jersey",6481,4375.0,157083.0,618000.0,2967.0,4886.0,146.0,10.0,1008.0,0.0,0.0,18.0,423.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 382.01,6249.0,5294.0,127.0,15.0,611.0,0.0,194.0,4294.0,124772.0,361800.0,2382.0 +34039034700,"Census Tract 347, Union County, New Jersey",4252,3044.0,74712.0,255600.0,667.0,1076.0,1546.0,0.0,96.0,0.0,94.0,161.0,1279.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 347,3708.0,2256.0,696.0,6.0,88.0,0.0,594.0,2506.0,41961.0,143700.0,465.0 +34039035600,"Census Tract 356, Union County, New Jersey",3561,2661.0,106168.0,286900.0,939.0,2220.0,395.0,0.0,93.0,0.0,54.0,17.0,782.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 356,3528.0,2979.0,144.0,5.0,178.0,0.0,215.0,2605.0,66142.0,155200.0,589.0 +34039036000,"Census Tract 360, Union County, New Jersey",5252,3754.0,51563.0,242400.0,907.0,929.0,2067.0,16.0,218.0,0.0,0.0,208.0,1830.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 360,4631.0,1014.0,2805.0,18.0,101.0,1.0,644.0,3170.0,42813.0,125200.0,411.0 +34039039000,"Census Tract 390, Union County, New Jersey",3536,2363.0,33777.0,208900.0,170.0,169.0,1095.0,121.0,27.0,0.0,194.0,0.0,2051.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 390,3646.0,169.0,1985.0,6.0,51.0,0.0,1399.0,2200.0,30814.0,127100.0,131.0 +34039039400,"Census Tract 394, Union County, New Jersey",4872,2910.0,50260.0,186900.0,235.0,280.0,1475.0,287.0,78.0,0.0,504.0,9.0,2526.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 394,4857.0,296.0,3205.0,18.0,89.0,0.0,1225.0,2872.0,41679.0,113500.0,222.0 +34039039700,"Census Tract 397, Union County, New Jersey",5361,3780.0,66179.0,295200.0,1011.0,683.0,2911.0,0.0,72.0,0.0,145.0,136.0,1414.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 397,5431.0,1186.0,3651.0,19.0,54.0,2.0,492.0,3720.0,68949.0,155700.0,1242.0 +34039031000,"Census Tract 310, Union County, New Jersey",4216,2507.0,48654.0,275000.0,95.0,46.0,455.0,152.0,0.0,0.0,125.0,11.0,3538.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 310,3847.0,393.0,444.0,9.0,37.0,0.0,2928.0,2278.0,31136.0,141300.0,225.0 +34039032001,"Census Tract 320.01, Union County, New Jersey",7510,4601.0,52431.0,282700.0,615.0,756.0,559.0,0.0,232.0,0.0,365.0,353.0,5245.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 320.01,6112.0,2140.0,456.0,12.0,293.0,1.0,3124.0,3972.0,41589.0,172400.0,452.0 +34039032300,"Census Tract 323, Union County, New Jersey",2541,1600.0,55119.0,250000.0,197.0,248.0,1738.0,0.0,50.0,0.0,7.0,102.0,396.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 323,2291.0,373.0,1602.0,6.0,54.0,0.0,200.0,1413.0,49306.0,139200.0,182.0 +34039032901,"Census Tract 329.01, Union County, New Jersey",3944,3016.0,60784.0,318000.0,800.0,1336.0,1209.0,0.0,481.0,0.0,161.0,41.0,716.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 329.01,3995.524988,2707.4689940000003,585.9095459,14.17523098,387.4562988,0.0,268.3843689,2943.7229,61198.002270000005,165800.0001,709.706543 +34039033500,"Census Tract 335, Union County, New Jersey",8073,5080.0,78954.0,339200.0,2022.0,4509.0,1185.0,0.0,740.0,6.0,117.0,57.0,1459.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 335,7398.0,5337.0,746.0,21.0,577.0,1.0,658.0,4809.0,52464.0,183100.0,1343.0 +34039033800,"Census Tract 338, Union County, New Jersey",5365,3781.0,62143.0,279700.0,1655.0,2917.0,588.0,20.0,738.0,0.0,190.0,35.0,897.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 338,5650.0,3815.0,155.0,17.0,857.0,0.0,775.0,3939.0,52604.0,156400.0,1208.0 +34039035000,"Census Tract 350, Union County, New Jersey",2818,1866.0,82470.0,267000.0,423.0,1232.0,260.0,0.0,93.0,0.0,74.0,0.0,1159.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 350,2539.0,1999.0,91.0,4.0,59.0,0.0,368.0,1843.0,53966.0,142700.0,217.0 +34039035300,"Census Tract 353, Union County, New Jersey",5542,4064.0,56131.0,266100.0,682.0,1892.0,1520.0,0.0,149.0,0.0,59.0,167.0,1755.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 353,5266.0,3167.0,1049.0,16.0,120.0,0.0,811.0,3679.0,42201.0,146600.0,387.0 +34039035500,"Census Tract 355, Union County, New Jersey",7943,5366.0,67828.0,224000.0,1162.0,2553.0,1607.0,0.0,191.0,0.0,112.0,340.0,3140.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 355,6721.0,4200.0,1172.0,21.0,248.0,0.0,994.0,4560.0,47128.0,140700.0,698.0 +34039035900,"Census Tract 359, Union County, New Jersey",3606,2403.0,63889.0,227500.0,940.0,1304.0,959.0,8.0,197.0,0.0,16.0,18.0,1112.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 359,3094.0,1235.0,969.0,11.0,120.0,0.0,723.0,2090.0,51019.0,134400.0,454.0 +34039037200,"Census Tract 372, Union County, New Jersey",4079,3037.0,80996.0,428300.0,1376.0,2960.0,241.0,0.0,234.0,0.0,4.0,72.0,568.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 372,3436.0,3078.0,106.0,3.0,91.0,0.0,151.0,2628.0,58802.0,230900.0,977.0 +34039037601,"Census Tract 376.01, Union County, New Jersey",4656,3423.0,123894.0,430900.0,2267.0,3767.0,95.0,0.0,411.0,0.0,12.0,10.0,361.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 376.01,4209.952573,3832.9567869999996,58.99933624,0.999988735,206.99766540000002,0.0,103.99882509999999,3276.963135,75632.0006,241000.009,1703.980835 +34039037602,"Census Tract 376.02, Union County, New Jersey",6812,4983.0,114330.0,442500.0,3116.0,4396.0,1075.0,0.0,585.0,0.0,24.0,97.0,635.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 376.02,5539.0,4653.0,419.0,5.0,289.0,0.0,165.0,4064.0,75766.0,271600.0,1948.0 +34039037800,"Census Tract 378, Union County, New Jersey",5990,4139.0,126816.0,746700.0,3224.0,4346.0,106.0,0.0,442.0,0.0,0.0,135.0,961.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 378,5606.0,4542.0,250.0,9.0,245.0,1.0,548.0,4057.0,84823.0,431100.0,2585.0 +34039038800,"Census Tract 388, Union County, New Jersey",4487,3075.0,54979.0,199000.0,552.0,327.0,2839.0,28.0,111.0,0.0,132.0,40.0,1010.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 388,4698.0,354.0,3427.0,12.0,68.0,0.0,813.0,2996.0,47196.0,123400.0,507.0 +34039030702,"Census Tract 307.02, Union County, New Jersey",8676,5501.0,43819.0,268700.0,592.0,927.0,653.0,0.0,281.0,0.0,449.0,37.0,6329.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 307.02,7147.000137000001,2250.55835,583.0048218,6.3890938760000004,303.4819641,0.0,3878.9785159999997,4581.778809,36126.99899,144699.9985,538.2811889999999 +34039039100,"Census Tract 391, Union County, New Jersey",3154,2390.0,103641.0,299100.0,1047.0,1247.0,1423.0,8.0,66.0,0.0,0.0,46.0,372.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 391,3402.0,1379.0,1794.0,10.0,40.0,0.0,158.0,2471.0,78644.0,161000.0,1042.0 +34039031100,"Census Tract 311, Union County, New Jersey",5718,3901.0,38344.0,287900.0,440.0,562.0,169.0,0.0,44.0,0.0,75.0,8.0,4860.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 311,5283.0,1211.0,477.0,7.0,53.0,1.0,3515.0,3362.0,33333.0,138600.0,263.0 +34039032002,"Census Tract 320.02, Union County, New Jersey",4033,2709.0,57151.0,244100.0,379.0,916.0,260.0,10.0,137.0,0.0,182.0,13.0,2525.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 320.02,3602.0,1622.0,233.0,4.0,200.0,0.0,1476.0,2453.0,46875.0,157200.0,414.0 +34039038300,"Census Tract 383, Union County, New Jersey",6907,5027.0,129405.0,619500.0,2694.0,5888.0,113.0,0.0,482.0,0.0,59.0,108.0,257.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 383,6602.0,6111.0,68.0,10.0,205.0,4.0,199.0,4931.0,97195.0,344800.0,2362.0 +34039039600,"Census Tract 396, Union County, New Jersey",4284,3036.0,51763.0,252000.0,696.0,437.0,2375.0,4.0,78.0,0.0,103.0,86.0,1201.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 396,4182.0,535.0,2754.0,7.0,62.0,0.0,808.0,2697.0,51331.0,153700.0,748.0 +34039035100,"Census Tract 351, Union County, New Jersey",4258,2963.0,63117.0,251200.0,769.0,1261.0,1963.0,75.0,160.0,0.0,0.0,106.0,768.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 351,3751.0,1776.0,1119.0,16.0,171.0,0.0,594.0,2551.0,41750.0,134900.0,370.0 +34039031400,"Census Tract 314, Union County, New Jersey",5041,3247.0,41094.0,238000.0,171.0,171.0,2346.0,7.0,0.0,0.0,70.0,170.0,2284.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 314,5176.0,393.0,2761.0,16.0,56.0,0.0,1873.0,3080.0,34091.0,153300.0,227.0 +34039034800,"Census Tract 348, Union County, New Jersey",4746,3643.0,96776.0,286100.0,1193.0,2704.0,379.0,0.0,454.0,0.0,47.0,153.0,1009.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 348,4326.0,3813.0,139.0,6.0,97.0,0.0,256.0,3192.0,63804.0,165000.0,623.0 +34039036302,"Census Tract 363.02, Union County, New Jersey",3958,2894.0,104013.0,511300.0,1361.0,3351.0,31.0,0.0,93.0,0.0,0.0,0.0,483.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 363.02,3672.0,3418.0,22.0,6.0,75.0,0.0,142.0,2648.0,81085.0,278400.0,957.0 +34039030802,"Census Tract 308.02, Union County, New Jersey",2901,1950.0,57875.0,291900.0,210.0,507.0,327.0,9.0,9.0,0.0,7.0,7.0,2044.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 308.02,2613.0,717.0,234.0,2.0,55.0,0.0,1585.0,1709.0,35950.0,163700.0,185.0 +34039034500,"Census Tract 345, Union County, New Jersey",4489,3532.0,37946.0,211700.0,612.0,1032.0,1340.0,0.0,79.0,0.0,10.0,28.0,2000.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 345,4430.0,1839.0,1577.0,6.0,91.0,0.0,882.0,3003.0,33226.0,143700.0,307.0 +34039037400,"Census Tract 374, Union County, New Jersey",4588,3237.0,124444.0,459500.0,1667.0,3352.0,161.0,0.0,228.0,0.0,183.0,44.0,620.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 374,4466.0,3994.0,178.0,3.0,91.0,1.0,189.0,3152.0,75142.0,221500.0,1302.0 +34039034100,"Census Tract 341, Union County, New Jersey",3605,2454.0,49015.0,195500.0,389.0,462.0,1857.0,0.0,149.0,0.0,19.0,20.0,1098.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 341,3579.0,1047.0,1717.0,8.0,124.0,0.0,627.0,2409.0,45956.0,125800.0,399.0 +34039031300,"Census Tract 313, Union County, New Jersey",7024,4172.0,44757.0,274100.0,579.0,605.0,2099.0,74.0,0.0,0.0,58.0,33.0,4229.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 313,6241.0,1388.0,2010.0,10.0,49.0,0.0,2634.0,3864.0,35557.0,140800.0,247.0 +34039038700,"Census Tract 387, Union County, New Jersey",7648,5044.0,132292.0,433100.0,3225.0,5749.0,499.0,0.0,691.0,0.0,0.0,110.0,599.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 387,7144.657609999999,6106.803259,379.47564489999996,13.94249252,354.6494729,0.0,266.8836465,4978.597419,85233.42067,225013.673,2537.644452 +34039035400,"Census Tract 354, Union County, New Jersey",2843,1950.0,56607.0,231300.0,165.0,1252.0,483.0,0.0,119.0,0.0,11.0,15.0,963.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 354,2537.0,1755.0,265.0,0.0,64.0,1.0,400.0,1796.0,47604.0,141400.0,189.0 +34039036900,"Census Tract 369, Union County, New Jersey",4365,3091.0,79063.0,365600.0,1230.0,3530.0,68.0,0.0,74.0,0.0,0.0,22.0,671.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 369,4153.0,3851.0,21.0,0.0,72.0,0.0,207.0,3090.0,52571.0,186400.0,852.0 +34039038102,"Census Tract 381.02, Union County, New Jersey",8703,5732.0,125534.0,551600.0,3580.0,6472.0,65.0,25.0,1186.0,2.0,20.0,208.0,725.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 381.02,7925.0,6902.0,78.0,8.0,638.0,0.0,290.0,5645.0,85447.0,297400.0,3084.0 +34039039200,"Census Tract 392, Union County, New Jersey",5745,3648.0,47338.0,279900.0,766.0,602.0,2077.0,0.0,55.0,0.0,421.0,77.0,2513.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 392,5130.0,711.0,2998.0,9.0,53.0,0.0,1337.0,3317.0,47009.0,159400.0,612.0 +34039033200,"Census Tract 332, Union County, New Jersey",4758,3247.0,93047.0,327600.0,908.0,1847.0,1365.0,68.0,495.0,0.0,95.0,85.0,803.0,New York City,New York-Newark-Jersey City,NJ,Union County,Census Tract 332,4103.0,2668.0,624.0,5.0,304.0,0.0,472.0,2919.0,63029.0,173600.0,767.0 +36005016700,"Census Tract 167, Bronx County, New York",3269,1725.0,29549.0,420400.0,255.0,20.0,1356.0,17.0,0.0,0.0,0.0,31.0,1862.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 167,1822.0,5.0,785.0,0.0,3.0,2.0,1028.0,888.0,14432.0,78900.0,8.0 +36005022401,"Census Tract 224.01, Bronx County, New York",2625,1848.0,43150.0,127500.0,476.0,225.0,597.0,21.0,244.0,0.0,90.0,0.0,1469.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 224.01,2607.0,742.0,318.0,10.0,182.0,0.0,1312.0,1805.0,30278.0,53200.0,259.0 +36005002800,"Census Tract 28, Bronx County, New York",5423,4015.0,52294.0,261600.0,781.0,74.0,2882.0,0.0,40.0,0.0,0.0,213.0,2214.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 28,5718.0,70.0,4448.0,25.0,14.0,2.0,1155.0,3720.0,34234.0,145800.0,522.0 +36005007900,"Census Tract 79, Bronx County, New York",7051,4080.0,26438.0,,255.0,20.0,1752.0,0.0,0.0,32.0,0.0,52.0,5195.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 79,6598.0,96.0,1420.0,12.0,19.0,0.0,5021.0,3752.0,14767.0,178400.0,179.0 +36005015800,"Census Tract 158, Bronx County, New York",1234,886.0,48289.0,446300.0,204.0,446.0,75.0,0.0,24.0,0.0,0.0,30.0,659.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 158,1211.0,800.0,15.0,1.0,46.0,0.0,337.0,922.0,33438.0,224700.0,96.0 +36005021800,"Census Tract 218, Bronx County, New York",6765,4626.0,37008.0,439300.0,583.0,189.0,1946.0,0.0,159.0,0.0,0.0,19.0,4452.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 218,6648.0,389.0,1857.0,20.0,282.0,7.0,4063.0,3759.0,26264.0,192300.0,331.0 +36005033800,"Census Tract 338, Bronx County, New York",4350,2862.0,42353.0,387000.0,457.0,342.0,1454.0,52.0,335.0,0.0,0.0,51.0,2168.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 338,3848.0,431.0,1748.0,12.0,114.0,0.0,1398.0,2100.0,25060.0,173900.0,139.0 +36005036502,"Census Tract 365.02, Bronx County, New York",2182,1351.0,28095.0,601400.0,110.0,75.0,468.0,15.0,50.0,0.0,0.0,0.0,1589.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 365.02,1793.0,24.0,583.0,1.0,2.0,0.0,1180.0,800.0,18402.0,153200.0,62.0 +36005027401,"Census Tract 274.01, Bronx County, New York",4961,3685.0,93250.0,535800.0,1046.0,3593.0,67.0,0.0,161.0,0.0,0.0,0.0,1140.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 274.01,5371.999959000001,4835.369629,13.28919792,4.4297323230000005,58.85216141,0.632818937,444.23889160000004,4007.6423340000006,49712.00004,241999.9923,801.1488037 +36005027402,"Census Tract 274.02, Bronx County, New York",3460,2853.0,74063.0,497200.0,750.0,2463.0,27.0,0.0,107.0,0.0,9.0,57.0,797.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 274.02,3117.0000410000002,2805.630615,7.7108020779999995,2.570267439,34.14783859,0.367181063,257.7611084,2325.357666,49711.999939999994,241999.9928,464.8512268 +36005029301,"Census Tract 293.01, Bronx County, New York",1835,1583.0,97955.0,380400.0,1071.0,1312.0,126.0,0.0,25.0,0.0,0.0,81.0,291.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 293.01,1862.999912,1410.971313,176.8244781,1.035575271,82.84602356,0.0,177.86004640000002,1532.133667,62726.998320000006,96099.99883,886.4524536 +36005029302,"Census Tract 293.02, Bronx County, New York",5838,4660.0,100996.0,230700.0,2865.0,3776.0,463.0,0.0,138.0,0.0,19.0,129.0,1313.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 293.02,5504.436055,4167.821152,514.7859888,3.2812363510000004,250.9716253,0.0,525.7369595,4527.082703,62648.20692999999,96628.77378999999,2601.5650100000003 +36005030900,"Census Tract 309, Bronx County, New York",3582,2887.0,93750.0,418500.0,1590.0,2574.0,166.0,19.0,129.0,0.0,0.0,40.0,654.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 309,3744.999956,3301.239746,114.78426359999999,1.306537509,100.2968521,1.0,208.7142792,3134.465088,61516.63734,185491.7859,1510.221069 +36005033201,"Census Tract 332.01, Bronx County, New York",4490,3136.0,50739.0,171000.0,1041.0,796.0,652.0,90.0,35.0,0.0,54.0,67.0,2886.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 332.01,3590.999913,973.9960327,779.1080322,8.878724098,127.4096909,0.443936199,1631.465576,2563.287598,32997.00058,65699.99679,503.423645 +36005033202,"Census Tract 332.02, Bronx County, New York",4334,3146.0,47672.0,159600.0,548.0,661.0,1164.0,0.0,51.0,0.0,0.0,29.0,2429.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 332.02,4497.999846,1220.0039060000001,975.8919066999999,11.12127495,159.59030149999998,0.556063771,2043.534302,3210.712158,32996.99995,65699.99904,630.5762938999999 +36005040501,"Census Tract 405.01, Bronx County, New York",4521,2629.0,35464.0,441800.0,233.0,111.0,421.0,0.0,231.0,0.0,13.0,43.0,3702.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 405.01,4195.00002,149.3657227,1125.121704,22.89273643,139.98344419999998,0.0,2681.8276370000003,2182.315674,24708.99935,197499.9947,224.42387390000002 +36005038301,"Census Tract 383.01, Bronx County, New York",4842,2682.0,28309.0,,307.0,65.0,1190.0,9.0,6.0,0.0,22.0,50.0,3509.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 383.01,4861.9999020000005,77.10618591,1810.3190920000002,31.60874557,57.94936752,0.4789204000000001,2846.7028809999997,2433.873535,16432.999819999997,104099.9965,146.5496368 +36005038302,"Census Tract 383.02, Bronx County, New York",6034,3320.0,22468.0,,323.0,39.0,2474.0,8.0,0.0,0.0,0.0,65.0,3456.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 383.02,5290.0000979999995,83.89381409,1969.6809079999998,34.39125443,63.05063248,0.5210796,3097.2971190000003,2648.126465,16433.00016,104100.0032,159.4503632 +36005040303,"Census Tract 403.03, Bronx County, New York",5149,3194.0,38199.0,357500.0,480.0,142.0,795.0,208.0,187.0,0.0,39.0,59.0,3741.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 403.03,4697.000148,231.0629883,819.4229126,17.56298256,308.4498901,0.548843205,3268.361328,2569.683838,26947.000910000002,182999.9952,277.1658325 +36005040502,"Census Tract 405.02, Bronx County, New York",7172,4179.0,28750.0,522400.0,653.0,95.0,2165.0,16.0,134.0,0.0,42.0,26.0,4710.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 405.02,6982.99998,248.6342773,1872.878296,38.10726547,233.01655580000002,0.0,4464.172363000001,3632.6843259999996,24708.99901,197500.0032,373.5761414 +36005020000,"Census Tract 200, Bronx County, New York",4671,3083.0,43088.0,400000.0,551.0,96.0,235.0,57.0,1420.0,19.0,18.0,0.0,2883.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 200,4100.000002000001,737.8082199,171.0876713,11.0,911.3369865,0.0,2177.375336,2603.136993,27512.19035,214782.5347,436.3369865 +36005033700,"Census Tract 337, Bronx County, New York",2490,1760.0,79773.0,608700.0,1008.0,1614.0,195.0,8.0,152.0,0.0,0.0,133.0,396.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 337,3014.194366,2222.611559,129.8875936,5.0,252.6399083,0.0,354.8528124,1989.6543969999998,56950.04994,295877.6558,1133.488321 +36005034800,"Census Tract 348, Bronx County, New York",6776,4164.0,37742.0,390700.0,756.0,159.0,3077.0,0.0,172.0,0.0,0.0,118.0,3250.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 348,5991.0,447.0,3403.0,19.0,107.0,0.0,1948.0,3624.0,34790.72095,198380.0,591.0 +36005036000,"Census Tract 360, Bronx County, New York",2977,2198.0,61929.0,440500.0,551.0,327.0,1243.0,0.0,355.0,0.0,48.0,40.0,964.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 360,2899.0,838.0,1058.0,13.0,114.0,0.0,835.0,1933.0,41337.097180000004,201593.5702,466.0 +36005039500,"Census Tract 395, Bronx County, New York",4327,2484.0,23860.0,448000.0,464.0,56.0,1673.0,57.0,30.0,0.0,0.0,0.0,2511.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 395,3414.0,48.0,980.0,21.0,32.0,1.0,2315.0,1765.0,14526.83933,178836.8932,146.0 +36005021700,"Census Tract 217, Bronx County, New York",5438,3481.0,27823.0,366700.0,328.0,58.0,2483.0,32.0,21.0,7.0,0.0,0.0,2837.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 217,4797.00002,56.98277664,2215.6801760000003,6.647990704,28.49138832,1.8994258640000001,2458.806885,2502.493652,15065.99999,121100.005,204.18827819999998 +36005032600,"Census Tract 326, Bronx County, New York",3463,2639.0,58798.0,470200.0,560.0,1593.0,333.0,6.0,793.0,0.0,0.0,35.0,703.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 326,3203.0,1756.0,237.0,24.0,416.0,0.0,701.0,2400.0,52901.628110000005,234805.8252,731.0 +36005033500,"Census Tract 335, Bronx County, New York",2112,1280.0,89141.0,284500.0,781.0,1486.0,118.0,0.0,126.0,0.0,9.0,41.0,332.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 335,2081.999989,1650.862061,116.74482730000001,4.0,87.69655037,0.0,201.6965504,1354.289642,83735.19471,405009.4615,726.3310242 +36005022404,"Census Tract 224.04, Bronx County, New York",4186,2822.0,39651.0,112500.0,886.0,996.0,930.0,117.0,307.0,0.0,16.0,90.0,1798.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 224.04,3940.000157,1209.033325,555.0386352999999,15.47916412,277.5193176,3.869791031,1775.128418,2507.6245120000003,30981.999010000003,41500.00099,499.7558899 +36005023704,"Census Tract 237.04, Bronx County, New York",4295,2384.0,21394.0,,301.0,20.0,794.0,30.0,17.0,0.0,26.0,28.0,3410.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 237.04,3774.000079,74.74565887,1001.854065,12.67616463,35.84294891,0.0,2618.283691,1979.230103,21369.000330000003,119800.0032,161.7303772 +36005040304,"Census Tract 403.04, Bronx County, New York",4009,1848.0,22750.0,,258.0,65.0,110.0,7.0,210.0,0.0,10.0,6.0,3608.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 403.04,3861.000107,189.937027,673.5771484,14.43701839,253.5501404,0.451156825,2686.638916,2112.316162,26947.00068,183000.0046,227.834198 +36005004200,"Census Tract 42, Bronx County, New York",7814,4759.0,30710.0,143800.0,563.0,359.0,3685.0,57.0,120.0,0.0,0.0,19.0,3631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 42,7539.0,135.3340336,3615.7184880000004,20.03151261,35.10084034,4.0,3693.720588,4503.4348740000005,29358.326930000003,118377.161,516.6554622 +36005043400,"Census Tract 434, Bronx County, New York",3952,2400.0,45625.0,460100.0,452.0,144.0,2183.0,0.0,271.0,0.0,127.0,35.0,1192.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 434,3756.0,476.0,2144.0,14.0,195.0,0.0,802.0,2119.0,31194.09041,206950.4348,313.0 +36005044400,"Census Tract 444, Bronx County, New York",4155,2889.0,66190.0,387100.0,694.0,110.0,3349.0,62.0,124.0,0.0,116.0,87.0,369.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 444,3937.0,245.0,3087.0,16.0,121.0,0.0,455.0,2585.0,44458.64402,185039.31399999998,597.0 +36005001900,"Census Tract 19, Bronx County, New York",2817,1837.0,40117.0,375000.0,420.0,218.0,932.0,0.0,68.0,0.0,81.0,14.0,1504.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 19,1584.0,91.0,471.0,9.0,15.0,0.0,987.0,961.0,22771.9156,116340.4762,37.0 +36005045600,"Census Tract 456, Bronx County, New York",3189,2274.0,79257.0,519100.0,521.0,613.0,1642.0,0.0,71.0,0.0,23.0,83.0,757.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 456,2883.0,733.0,1601.0,2.0,80.0,0.0,444.0,1785.0,59110.08817,221496.3875,405.0 +36005005001,"Census Tract 50.01, Bronx County, New York",5101,2780.0,24683.0,447200.0,312.0,62.0,1388.0,64.0,0.0,0.0,6.0,42.0,3539.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 50.01,4871.0000469999995,70.75195313,1224.099487,16.3273735,58.50642395,1.360614538,3462.7639159999994,2611.4729,20384.99971,176999.9982,210.4417114 +36005005002,"Census Tract 50.02, Bronx County, New York",5583,3460.0,27321.0,597500.0,311.0,71.0,1187.0,29.0,65.0,0.0,92.0,66.0,4094.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 50.02,5868.9999530000005,85.24804688,1474.900513,19.6726265,70.49357605,1.639385462,4172.23584,3146.5271,20385.00024,177000.0015,253.5582886 +36005005300,"Census Tract 53, Bronx County, New York",4167,2160.0,13519.0,,208.0,55.0,2124.0,40.0,4.0,0.0,0.0,54.0,1930.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 53,4159.000008,30.98509979,2609.7451170000004,7.996154785,8.995674133,0.0,1487.28479,2098.990723,15527.00025,198200.0,198.9043579 +36005008900,"Census Tract 89, Bronx County, New York",3373,1906.0,24821.0,,274.0,53.0,746.0,49.0,12.0,0.0,0.0,0.0,2562.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 89,2886.0,31.0,361.0,6.0,8.0,1.0,2478.0,1683.0,13007.0,160600.0,136.0 +36005009800,"Census Tract 98, Bronx County, New York",5189,3570.0,63267.0,425900.0,989.0,103.0,1095.0,0.0,229.0,0.0,111.0,15.0,3636.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 98,5538.0,279.0,1618.0,26.0,224.0,0.0,3329.0,3643.0,38642.0,198300.0,562.0 +36005012500,"Census Tract 125, Bronx County, New York",4510,2774.0,31336.0,414400.0,421.0,59.0,1380.0,56.0,77.0,0.0,0.0,10.0,2952.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 125,2271.0,31.0,845.0,6.0,59.0,0.0,1297.0,1377.0,27566.0,160800.0,184.0 +36005014900,"Census Tract 149, Bronx County, New York",4423,2870.0,24874.0,,378.0,107.0,1688.0,0.0,13.0,0.0,0.0,21.0,2594.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 149,3668.0,58.0,1764.0,15.0,9.0,0.0,1815.0,2144.0,14353.0,214600.0,116.0 +36005019700,"Census Tract 197, Bronx County, New York",7489,4348.0,25302.0,,377.0,46.0,1436.0,68.0,559.0,30.0,113.0,96.0,5209.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 197,7754.0,74.0,1899.0,63.0,353.0,0.0,5258.0,4135.0,22904.0,101100.0,242.0 +36005022000,"Census Tract 220, Bronx County, New York",2410,1398.0,27969.0,,142.0,43.0,564.0,0.0,162.0,0.0,0.0,10.0,1631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 220,1445.0,25.0,249.0,9.0,54.0,1.0,1090.0,799.0,11190.0,177800.0,30.0 +36005022702,"Census Tract 227.02, Bronx County, New York",1534,1018.0,31778.0,,226.0,0.0,436.0,0.0,118.0,0.0,25.0,0.0,955.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 227.02,1963.999999,23.01722431,594.3197403,3.352009505,90.50861216,1.100574143,1231.193222,1028.506439,19926.058409999998,27553.153560000002,37.81172085 +36005023100,"Census Tract 231, Bronx County, New York",1570,974.0,18750.0,,85.0,47.0,614.0,0.0,0.0,0.0,0.0,0.0,909.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 231,1611.0,30.0,467.0,2.0,10.0,0.0,1090.0,974.0,15700.0,144100.0,65.0 +36005023501,"Census Tract 235.01, Bronx County, New York",3235,2054.0,23311.0,,218.0,23.0,521.0,7.0,32.0,0.0,98.0,11.0,2550.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 235.01,4405.0,61.0,1082.0,13.0,163.0,1.0,3003.0,2422.0,27591.0,66800.0,224.0 +36005001600,"Census Tract 16, Bronx County, New York",6115,3533.0,33118.0,389600.0,454.0,226.0,1899.0,0.0,0.0,0.0,117.0,0.0,3873.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 16,5237.0,250.0,1625.0,25.0,56.0,0.0,3250.0,3157.0,24552.0,186800.0,351.0 +36005002400,"Census Tract 24, Bronx County, New York",130,104.0,,,70.0,60.0,70.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36005003100,"Census Tract 31, Bronx County, New York",1675,1020.0,42353.0,,152.0,29.0,427.0,0.0,29.0,0.0,0.0,0.0,1190.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 31,1478.0,24.0,306.0,3.0,2.0,0.0,1134.0,862.0,27330.0,,110.0 +36005003800,"Census Tract 38, Bronx County, New York",1437,995.0,36667.0,374600.0,84.0,14.0,527.0,6.0,7.0,0.0,8.0,9.0,872.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 38,1263.0,43.0,440.0,5.0,12.0,0.0,753.0,697.0,47647.0,192200.0,56.0 +36005004100,"Census Tract 41, Bronx County, New York",5946,3054.0,20137.0,381500.0,177.0,97.0,1215.0,0.0,45.0,0.0,0.0,25.0,4564.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 41,5240.0,52.0,1331.0,20.0,17.0,6.0,3815.0,2769.0,12970.0,107500.0,71.0 +36005011900,"Census Tract 119, Bronx County, New York",5474,3313.0,25261.0,435100.0,208.0,22.0,1581.0,32.0,12.0,0.0,25.0,63.0,3749.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 119,4793.0,52.0,1248.0,24.0,33.0,0.0,3414.0,2591.0,16990.0,119700.0,122.0 +36005011502,"Census Tract 115.02, Bronx County, New York",4568,2507.0,22365.0,393500.0,279.0,34.0,1490.0,0.0,0.0,0.0,30.0,0.0,3014.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 115.02,4139.0,52.0,1103.0,8.0,11.0,0.0,2952.0,1945.0,14167.0,158300.0,63.0 +36005014100,"Census Tract 141, Bronx County, New York",5795,3445.0,28451.0,277300.0,608.0,22.0,2063.0,48.0,17.0,0.0,6.0,82.0,3605.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 141,2313.9999980000002,45.41370869,834.2509155,10.0,11.12851897,0.0,1404.206852,1021.8812710000001,13844.51155,129912.1464,43.79926562 +36005015100,"Census Tract 151, Bronx County, New York",5086,2993.0,33525.0,423900.0,405.0,49.0,2274.0,0.0,0.0,0.0,26.0,14.0,2723.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 151,4743.0,38.0,2504.0,19.0,26.0,0.0,2110.0,2438.0,18448.0,197700.0,230.0 +36005015300,"Census Tract 153, Bronx County, New York",4847,3016.0,17154.0,375200.0,594.0,54.0,2131.0,0.0,47.0,0.0,0.0,0.0,2615.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 153,2962.0,33.0,1498.0,12.0,13.0,2.0,1396.0,1632.0,20918.0,167900.0,129.0 +36005015500,"Census Tract 155, Bronx County, New York",3016,1766.0,17912.0,456000.0,257.0,10.0,472.0,0.0,42.0,0.0,9.0,0.0,2483.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 155,2779.0,21.0,659.0,12.0,17.0,0.0,2065.0,1562.0,17616.0,216700.0,122.0 +36005023600,"Census Tract 236, Bronx County, New York",2110,1247.0,38831.0,469200.0,160.0,656.0,193.0,0.0,135.0,0.0,0.0,0.0,1126.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 236,1873.0,426.0,227.0,5.0,84.0,0.0,1084.0,1026.0,29669.0,169500.0,72.0 +36005024300,"Census Tract 243, Bronx County, New York",5446,3185.0,20437.0,411800.0,208.0,43.0,1488.0,46.0,224.0,0.0,27.0,17.0,3647.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 243,5415.0,35.0,1788.0,9.0,18.0,4.0,3535.0,2795.0,21029.0,151700.0,251.0 +36005004400,"Census Tract 44, Bronx County, New York",4446,2549.0,19077.0,383000.0,287.0,141.0,1573.0,17.0,173.0,0.0,0.0,0.0,2559.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 44,4671.0,61.0,1947.0,10.0,28.0,0.0,2603.0,2494.0,13185.0,180200.0,158.0 +36005004800,"Census Tract 48, Bronx County, New York",4536,2674.0,32872.0,326300.0,264.0,51.0,1085.0,5.0,0.0,0.0,0.0,102.0,3298.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 48,3678.0,72.0,611.0,15.0,89.0,0.0,2863.0,1939.0,19023.0,175000.0,117.0 +36005005902,"Census Tract 59.02, Bronx County, New York",2757,1901.0,29794.0,223500.0,479.0,146.0,631.0,0.0,36.0,0.0,86.0,50.0,1808.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 59.02,2682.0,92.0,1013.0,4.0,21.0,0.0,1543.0,1729.0,33256.0,60000.0,341.0 +36005008300,"Census Tract 83, Bronx County, New York",6575,4023.0,27136.0,392300.0,582.0,29.0,1121.0,26.0,267.0,0.0,15.0,34.0,5109.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 83,6204.0,61.0,1086.0,2.0,25.0,0.0,5019.0,3389.0,25886.0,183100.0,162.0 +36005008400,"Census Tract 84, Bronx County, New York",2809,1859.0,77885.0,448600.0,388.0,52.0,647.0,129.0,231.0,0.0,25.0,15.0,1722.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 84,2079.0,20.0,773.0,0.0,26.0,0.0,1251.0,1228.0,39911.0,207800.0,190.0 +36005009200,"Census Tract 92, Bronx County, New York",6202,3965.0,44318.0,467200.0,790.0,141.0,1055.0,0.0,914.0,0.0,339.0,269.0,3484.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 92,4877.0,494.0,630.0,46.0,620.0,0.0,2926.0,3082.0,36589.0,202700.0,488.0 +36005012701,"Census Tract 127.01, Bronx County, New York",1982,1319.0,20859.0,346000.0,198.0,46.0,390.0,29.0,77.0,0.0,0.0,0.0,1440.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 127.01,2309.0,42.0,536.0,0.0,39.0,0.0,1692.0,1352.0,12342.0,166400.0,77.0 +36005013500,"Census Tract 135, Bronx County, New York",3717,2296.0,23689.0,257400.0,262.0,19.0,1285.0,11.0,0.0,0.0,0.0,76.0,2337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 135,3126.0,18.0,1679.0,10.0,15.0,4.0,1397.0,1626.0,14667.0,116100.0,96.0 +36005013800,"Census Tract 138, Bronx County, New York",2480,1761.0,76600.0,285100.0,356.0,1624.0,85.0,0.0,132.0,0.0,0.0,20.0,619.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 138,1940.0,1247.0,35.0,2.0,78.0,0.0,563.0,1353.0,48813.0,149400.0,229.0 +36005016100,"Census Tract 161, Bronx County, New York",4417,2711.0,14667.0,,343.0,9.0,1284.0,0.0,0.0,0.0,0.0,0.0,3124.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 161,4755.0,31.0,1777.0,17.0,16.0,0.0,2903.0,2555.0,16308.0,176700.0,151.0 +36005017100,"Census Tract 171, Bronx County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 171,3.0,0.0,2.0,0.0,0.0,0.0,1.0,0.0,,,0.0 +36005019500,"Census Tract 195, Bronx County, New York",7352,4828.0,28365.0,192600.0,864.0,63.0,1783.0,0.0,14.0,0.0,17.0,91.0,5384.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 195,7327.0,124.0,2074.0,44.0,107.0,0.0,4901.0,4154.0,20402.0,33800.0,281.0 +36005022902,"Census Tract 229.02, Bronx County, New York",3537,2037.0,31790.0,384200.0,335.0,30.0,985.0,0.0,7.0,0.0,18.0,66.0,2431.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 229.02,3112.0,21.0,1020.0,5.0,66.0,0.0,1971.0,1550.0,21600.0,202800.0,87.0 +36005023302,"Census Tract 233.02, Bronx County, New York",3647,2029.0,26641.0,,228.0,44.0,613.0,4.0,62.0,0.0,0.0,0.0,2928.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 233.02,3545.0,71.0,993.0,12.0,206.0,0.0,2242.0,1981.0,31466.0,159100.0,279.0 +36005024400,"Census Tract 244, Bronx County, New York",2276,1616.0,52277.0,433800.0,458.0,864.0,104.0,19.0,96.0,0.0,0.0,0.0,1193.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 244,2083.0,1434.0,9.0,1.0,143.0,0.0,464.0,1541.0,45000.0,221900.0,278.0 +36005026900,"Census Tract 269, Bronx County, New York",3802,2399.0,38469.0,209300.0,562.0,29.0,527.0,35.0,143.0,0.0,53.0,54.0,2996.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 269,4098.0,229.0,1076.0,5.0,131.0,3.0,2610.0,2451.0,31894.94864,127800.0,400.0 +36005027300,"Census Tract 273, Bronx County, New York",7732,5174.0,38018.0,,1118.0,275.0,1373.0,19.0,181.0,0.0,0.0,129.0,5774.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 273,7943.0,630.0,1571.0,21.0,261.0,0.0,5356.0,4647.0,27819.0,192300.0,649.0 +36005029500,"Census Tract 295, Bronx County, New York",4614,3463.0,93839.0,314500.0,2068.0,2600.0,540.0,0.0,246.0,0.0,0.0,158.0,1070.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 295,4081.0,2771.0,276.0,1.0,317.0,2.0,688.0,3105.0,49352.0,77400.0,1375.0 +36005029700,"Census Tract 297, Bronx County, New York",3791,2854.0,91099.0,335800.0,1922.0,2483.0,207.0,0.0,191.0,43.0,20.0,25.0,822.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 297,3639.000093,2734.023193,184.2410889,6.682319164,292.1128235,0.0,352.2536926,2997.497559,59939.999910000006,120600.0032,1362.238525 +36005031000,"Census Tract 310, Bronx County, New York",4806,3693.0,90893.0,483800.0,1018.0,1520.0,1029.0,196.0,417.0,0.0,0.0,115.0,1725.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 310,4284.0,2522.0,611.0,6.0,204.0,0.0,858.0,3330.0,56406.0,238800.0,823.0 +36005031600,"Census Tract 316, Bronx County, New York",1899,1392.0,66625.0,513900.0,396.0,709.0,148.0,0.0,281.0,0.0,36.0,6.0,719.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 316,1779.0,1062.0,186.0,7.0,119.0,0.0,353.0,1179.0,41364.0,225500.0,263.0 +36005031800,"Census Tract 318, Bronx County, New York",2001,1524.0,75069.0,508600.0,406.0,720.0,492.0,23.0,143.0,0.0,0.0,0.0,646.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 318,1795.0,939.0,198.0,3.0,197.0,0.0,433.0,1353.0,59179.0,237700.0,276.0 +36005032300,"Census Tract 323, Bronx County, New York",4423,3662.0,85755.0,252300.0,2159.0,2807.0,494.0,0.0,266.0,0.0,114.0,102.0,640.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 323,5171.000028,3442.0185549999997,640.7695312999999,8.968780517999999,278.032196,0.9965311290000001,747.3983764999999,4170.48291,58071.002210000006,92299.99792000001,2079.760498 +36005032400,"Census Tract 324, Bronx County, New York",3173,2019.0,19764.0,483600.0,342.0,332.0,623.0,0.0,27.0,0.0,73.0,52.0,2066.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 324,2826.0,753.0,735.0,3.0,70.0,1.0,1213.0,1752.0,18942.0,223700.0,163.0 +36005037300,"Census Tract 373, Bronx County, New York",5858,3518.0,30928.0,340500.0,322.0,138.0,2100.0,72.0,2.0,0.0,26.0,9.0,3583.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 373,4891.000086,95.82367706,1768.745361,10.97979641,4.990816593,0.0,2987.502686,2579.253906,22535.99983,168200.0089,245.54817200000002 +36005033400,"Census Tract 334, Bronx County, New York",570,414.0,57500.0,168000.0,131.0,92.0,88.0,0.0,9.0,0.0,0.0,0.0,381.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 334,224.0,8.0,123.0,1.0,19.0,0.0,69.0,86.0,31250.0,,4.0 +36005036300,"Census Tract 363, Bronx County, New York",8121,4670.0,19813.0,422100.0,654.0,152.0,1412.0,30.0,0.0,23.0,0.0,54.0,6480.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 363,6571.0,68.0,1309.0,18.0,19.0,3.0,5149.0,3254.0,14632.0,118500.0,228.0 +36005036902,"Census Tract 369.02, Bronx County, New York",2150,1269.0,24375.0,,199.0,20.0,807.0,37.0,0.0,0.0,0.0,0.0,1323.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 369.02,2143.0,27.0,991.0,3.0,3.0,0.0,1117.0,1297.0,15602.0,275000.0,129.0 +36005037800,"Census Tract 378, Bronx County, New York",3260,1930.0,39758.0,355900.0,223.0,92.0,1923.0,0.0,25.0,0.0,0.0,0.0,1220.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 378,2795.0,145.0,1692.0,8.0,48.0,0.0,879.0,1646.0,30893.0,181300.0,317.0 +36005037900,"Census Tract 379, Bronx County, New York",5360,2961.0,27625.0,282400.0,317.0,58.0,2595.0,10.0,122.0,0.0,54.0,79.0,2452.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 379,5057.0,52.0,2363.0,38.0,42.0,0.0,2526.0,2520.0,22824.0,201300.0,206.0 +36005038700,"Census Tract 387, Bronx County, New York",3630,1884.0,23377.0,294600.0,292.0,662.0,571.0,0.0,17.0,0.0,16.0,23.0,2341.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 387,3392.0,662.0,853.0,7.0,87.0,0.0,1685.0,1733.0,17130.0,156800.0,307.0 +36005039600,"Census Tract 396, Bronx County, New York",4743,2755.0,39821.0,388100.0,396.0,45.0,3891.0,0.0,23.0,0.0,52.0,70.0,662.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 396,3400.0,50.0,2834.0,7.0,45.0,0.0,444.0,2032.0,24045.0,210400.0,220.0 +36005040100,"Census Tract 401, Bronx County, New York",4425,2719.0,31208.0,,200.0,106.0,433.0,0.0,202.0,0.0,0.0,30.0,3654.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 401,5302.0,521.0,1070.0,19.0,279.0,8.0,3326.0,3303.0,26779.0,187500.0,340.0 +36005040600,"Census Tract 406, Bronx County, New York",3870,2439.0,48267.0,419400.0,479.0,1.0,3020.0,0.0,59.0,0.0,0.0,26.0,764.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 406,3398.0,63.0,2773.0,9.0,68.0,0.0,434.0,2028.0,29773.0,195800.0,378.0 +36005042300,"Census Tract 423, Bronx County, New York",4658,2969.0,35288.0,413600.0,668.0,642.0,426.0,45.0,432.0,0.0,39.0,9.0,3110.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 423,3929.000005,921.6516627999998,601.2933063999999,19.4823581,217.07608599999998,0.043850735,2109.742561,2200.104691,35145.22032,193289.1757,365.1751137 +36005042500,"Census Tract 425, Bronx County, New York",5940,3621.0,27241.0,567100.0,589.0,702.0,447.0,106.0,735.0,0.0,0.0,18.0,4038.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 425,6530.0,1301.0,744.0,43.0,513.0,0.0,3716.0,3742.0,27914.0,166200.0,506.0 +36005042901,"Census Tract 429.01, Bronx County, New York",4123,2632.0,42625.0,562500.0,485.0,430.0,535.0,0.0,611.0,0.0,32.0,37.0,2478.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 429.01,3269.0000019999998,579.7904762999999,485.22340199999996,6.206802726,324.79918369999996,0.0,1824.4838100000002,1964.644899,27176.039539999998,212872.6999,247.802177 +36005044200,"Census Tract 442, Bronx County, New York",3642,2385.0,52474.0,434300.0,426.0,360.0,2292.0,0.0,0.0,0.0,0.0,8.0,982.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 442,3715.0,254.0,2645.0,20.0,127.0,0.0,653.0,2393.0,36475.0,195200.0,438.0 +36005050400,"Census Tract 504, Bronx County, New York",143,74.0,50417.0,,0.0,0.0,5.0,0.0,4.0,0.0,0.0,0.0,134.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 504,5.0,2.0,0.0,0.0,0.0,0.0,3.0,0.0,,,0.0 +36005016300,"Census Tract 163, Bronx County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 163,301.0,8.0,163.0,0.0,1.0,1.0,129.0,75.0,,,0.0 +36005016900,"Census Tract 169, Bronx County, New York",1440,952.0,28064.0,443000.0,88.0,35.0,731.0,0.0,0.0,0.0,0.0,0.0,674.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 169,1796.0,22.0,1015.0,8.0,11.0,0.0,740.0,1031.0,16591.0,223400.0,69.0 +36005017300,"Census Tract 173, Bronx County, New York",5615,3417.0,19406.0,418200.0,339.0,71.0,1121.0,10.0,374.0,0.0,0.0,36.0,4003.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 173,4842.0,39.0,2149.0,26.0,16.0,1.0,2591.0,2571.0,18375.0,146400.0,132.0 +36005024600,"Census Tract 246, Bronx County, New York",2365,1691.0,63500.0,555300.0,435.0,932.0,93.0,0.0,418.0,0.0,0.0,7.0,915.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 246,2086.0,1310.0,60.0,1.0,226.0,0.0,454.0,1450.0,51350.0,234900.0,397.0 +36005024900,"Census Tract 249, Bronx County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 249,144.0,22.0,37.0,1.0,0.0,0.0,84.0,74.0,63125.0,275000.0,16.0 +36005025000,"Census Tract 250, Bronx County, New York",2716,1979.0,76111.0,441200.0,591.0,1361.0,36.0,0.0,393.0,0.0,0.0,44.0,882.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 250,2297.0,1860.0,4.0,1.0,137.0,0.0,238.0,1764.0,38854.0,208500.0,362.0 +36005025200,"Census Tract 252, Bronx County, New York",2780,1896.0,63398.0,463900.0,530.0,1200.0,142.0,75.0,340.0,0.0,0.0,71.0,1027.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 252,2417.0,1803.0,39.0,2.0,136.0,5.0,398.0,1730.0,46563.0,215200.0,341.0 +36005025700,"Census Tract 257, Bronx County, New York",1941,1446.0,34559.0,583300.0,270.0,45.0,365.0,18.0,5.0,0.0,21.0,0.0,1505.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 257,1512.471902,42.52793688,478.62869739999996,4.623935685,4.624223693,0.9243263009999999,975.5928012,870.395893,29559.167410000002,155206.2476,106.3548371 +36005027700,"Census Tract 277, Bronx County, New York",5674,3415.0,39554.0,343400.0,526.0,562.0,700.0,115.0,153.0,0.0,38.0,10.0,4159.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 277,5339.0,629.0,892.0,21.0,253.0,0.0,3506.0,3157.0,25988.0,159700.0,412.0 +36005028500,"Census Tract 285, Bronx County, New York",3377,2453.0,60078.0,352100.0,1324.0,1672.0,98.0,17.0,323.0,0.0,12.0,51.0,1221.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 285,3238.0,1763.0,215.0,5.0,295.0,0.0,843.0,2404.0,35634.0,157400.0,775.0 +36005028600,"Census Tract 286, Bronx County, New York",1284,895.0,88000.0,456500.0,414.0,725.0,14.0,0.0,125.0,0.0,0.0,31.0,389.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 286,1268.0,898.0,31.0,2.0,110.0,0.0,214.0,1056.0,48571.0,190600.0,269.0 +36005028900,"Census Tract 289, Bronx County, New York",4646,3364.0,51414.0,305800.0,1041.0,777.0,216.0,0.0,125.0,0.0,196.0,40.0,3292.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 289,4628.563775,1476.9034880000002,449.40907530000004,16.98137472,223.05004559999998,0.0,2384.208498,2963.97342,29536.882139999998,154959.9675,516.0588794 +36005031200,"Census Tract 312, Bronx County, New York",1779,1233.0,76893.0,453400.0,550.0,671.0,461.0,0.0,308.0,0.0,3.0,52.0,284.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 312,1569.0,987.0,166.0,5.0,104.0,0.0,300.0,1154.0,50217.0,216500.0,320.0 +36005018900,"Census Tract 189, Bronx County, New York",8518,5055.0,26370.0,326200.0,658.0,186.0,2256.0,17.0,0.0,0.0,46.0,15.0,6015.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 189,6813.58844,128.5051727,2555.095703,12.19392204,69.41156006,0.937994003,4009.9243159999996,3822.3256840000004,25163.00025,112499.99699999999,269.2042847 +36005019900,"Census Tract 199, Bronx County, New York",8763,5586.0,33528.0,,966.0,173.0,2487.0,0.0,0.0,0.0,109.0,0.0,5994.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 199,7880.0,58.0,2802.0,19.0,69.0,1.0,4898.0,4217.0,22231.0,203000.0,249.0 +36005020200,"Census Tract 202, Bronx County, New York",2257,1478.0,29868.0,476700.0,269.0,191.0,354.0,0.0,300.0,0.0,2.0,48.0,1362.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 202,1824.0,397.0,148.0,15.0,216.0,0.0,989.0,1286.0,35000.0,203600.0,177.0 +36005020601,"Census Tract 206.01, Bronx County, New York",2816,1886.0,50952.0,397900.0,315.0,113.0,310.0,0.0,890.0,0.0,94.0,267.0,1142.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 206.01,2375.0,457.0,293.0,7.0,288.0,0.0,1192.0,1450.0,29831.0,210800.0,197.0 +36005021100,"Census Tract 211, Bronx County, New York",5157,2848.0,27539.0,393800.0,296.0,11.0,1934.0,20.0,6.0,0.0,9.0,13.0,3184.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 211,4532.0,44.0,1707.0,12.0,15.0,0.0,2733.0,2294.0,19109.0,77500.0,189.0 +36005021200,"Census Tract 212, Bronx County, New York",5202,3743.0,57679.0,100000.0,1124.0,57.0,1976.0,35.0,1179.0,0.0,10.0,120.0,1860.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 212,5232.0,278.0,2402.0,20.0,667.0,2.0,1841.0,3379.0,34444.0,47400.0,611.0 +36005021601,"Census Tract 216.01, Bronx County, New York",4428,2839.0,30160.0,438800.0,305.0,391.0,995.0,39.0,170.0,0.0,157.0,83.0,2632.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 216.01,4339.0,416.0,840.0,20.0,181.0,0.0,2795.0,2522.0,33955.0,176000.0,261.0 +36005025600,"Census Tract 256, Bronx County, New York",1536,1022.0,43125.0,421900.0,171.0,410.0,203.0,0.0,178.0,0.0,0.0,16.0,729.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 256,1727.0,920.0,151.0,4.0,83.0,0.0,546.0,1236.0,34712.0,207900.0,260.0 +36005022703,"Census Tract 227.03, Bronx County, New York",1841,1049.0,49602.0,,392.0,130.0,348.0,0.0,237.0,0.0,7.0,6.0,1113.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 227.03,1585.0,23.0,406.0,10.0,181.0,0.0,946.0,967.0,29063.0,112500.0,187.0 +36005023702,"Census Tract 237.02, Bronx County, New York",1203,784.0,31500.0,,48.0,15.0,242.0,13.0,3.0,0.0,0.0,0.0,943.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 237.02,1212.0,37.0,267.0,8.0,9.0,0.0,885.0,714.0,16111.0,,37.0 +36005024000,"Census Tract 240, Bronx County, New York",3986,2377.0,34715.0,410300.0,410.0,189.0,1006.0,0.0,66.0,0.0,0.0,29.0,2696.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 240,3502.0,329.0,753.0,17.0,121.0,2.0,2242.0,2018.0,29770.0,189000.0,283.0 +36005026300,"Census Tract 263, Bronx County, New York",5993,4369.0,28411.0,353000.0,503.0,435.0,1063.0,178.0,0.0,0.0,34.0,42.0,4277.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 263,7978.0,763.0,2011.0,18.0,400.0,0.0,4707.0,4840.0,26343.0,32000.0,640.0 +36005026500,"Census Tract 265, Bronx County, New York",8499,5341.0,34919.0,,664.0,309.0,667.0,0.0,434.0,0.0,175.0,130.0,6784.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 265,6724.0,462.0,1088.0,24.0,665.0,0.0,4435.0,3753.0,21306.0,223100.0,305.0 +36005028100,"Census Tract 281, Bronx County, New York",4314,3371.0,62958.0,33000.0,1205.0,1241.0,769.0,31.0,98.0,19.0,76.0,49.0,2042.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 281,3824.0,2000.0,582.0,11.0,112.0,0.0,1100.0,2896.0,39655.0,14200.0,864.0 +36005028300,"Census Tract 283, Bronx County, New York",2927,1912.0,24745.0,,349.0,285.0,758.0,0.0,0.0,0.0,0.0,5.0,1879.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 283,2248.999967,292.2808657,664.7393494,10.01949406,88.01949406,0.0,1169.940796,1367.3126220000001,23110.37082,42125.36865,211.68519590000002 +36005031400,"Census Tract 314, Bronx County, New York",2228,1660.0,86761.0,481700.0,527.0,839.0,269.0,0.0,255.0,0.0,48.0,10.0,807.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 314,2024.0,1154.0,183.0,9.0,163.0,4.0,450.0,1521.0,64167.0,225100.0,382.0 +36005032800,"Census Tract 328, Bronx County, New York",4005,2523.0,25500.0,448000.0,414.0,477.0,943.0,62.0,447.0,0.0,0.0,106.0,2032.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 328,3937.0,1407.0,757.0,9.0,197.0,0.0,1460.0,2534.0,28347.0,219700.0,448.0 +36005037400,"Census Tract 374, Bronx County, New York",3904,2415.0,27854.0,593400.0,275.0,66.0,2032.0,0.0,147.0,0.0,13.0,42.0,1604.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 374,3519.0,197.0,1974.0,8.0,110.0,1.0,1217.0,2059.0,22137.0,153600.0,154.0 +36005038200,"Census Tract 382, Bronx County, New York",2814,1835.0,50469.0,366400.0,320.0,48.0,2073.0,0.0,38.0,0.0,10.0,5.0,640.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 382,2571.475265,64.20239983,2125.599362,4.0,19.12213784,0.0,322.5269375,1654.430328,42088.53576,191022.3464,264.9631441 +36005045102,"Census Tract 451.02, Bronx County, New York",1637,1410.0,66194.0,409000.0,481.0,1282.0,100.0,0.0,35.0,0.0,0.0,18.0,202.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 451.02,1943.0,1726.0,75.0,1.0,16.0,0.0,102.0,1529.0,39931.0,186500.0,334.0 +36005034500,"Census Tract 345, Bronx County, New York",3591,2639.0,59632.0,441700.0,1282.0,1827.0,278.0,0.0,561.0,0.0,0.0,32.0,893.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 345,3499.0,2049.0,354.0,8.0,246.0,0.0,734.0,2754.0,51250.0,192500.0,1215.0 +36005035600,"Census Tract 356, Bronx County, New York",2400,1718.0,68893.0,437100.0,470.0,71.0,1524.0,23.0,169.0,0.0,13.0,113.0,509.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 356,2020.0,115.0,1496.0,4.0,27.0,0.0,370.0,1250.0,48859.0,185600.0,193.0 +36005035900,"Census Tract 359, Bronx County, New York",2234,1413.0,23080.0,364700.0,85.0,0.0,495.0,7.0,56.0,0.0,0.0,0.0,1683.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 359,1346.0,13.0,278.0,1.0,19.0,0.0,1026.0,789.0,31767.0,133300.0,63.0 +36005036800,"Census Tract 368, Bronx County, New York",2152,1326.0,50357.0,392900.0,202.0,42.0,1617.0,0.0,0.0,0.0,0.0,0.0,493.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 368,1563.524703,57.79759979,1313.400635,0.0,34.87786102,0.0,150.473053,979.5696411,36405.99929,200900.0036,275.03686519999997 +36005030100,"Census Tract 301, Bronx County, New York",1314,1151.0,85500.0,288400.0,541.0,684.0,100.0,0.0,57.0,0.0,0.0,26.0,447.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 301,1510.0,1223.0,96.0,4.0,54.0,0.0,129.0,1251.0,48333.0,154900.0,482.0 +36005027600,"Census Tract 276, Bronx County, New York",36,18.0,,,0.0,22.0,7.0,0.0,0.0,0.0,0.0,0.0,7.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 276,7.0,5.0,0.0,0.0,0.0,0.0,2.0,0.0,,,0.0 +36005030200,"Census Tract 302, Bronx County, New York",9613,7267.0,59105.0,28700.0,2259.0,549.0,5917.0,0.0,116.0,0.0,657.0,58.0,2316.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 302,8864.0,1144.0,5464.0,21.0,79.0,1.0,2105.0,6399.0,41031.0,14000.0,1382.0 +36005034200,"Census Tract 342, Bronx County, New York",2040,1286.0,49231.0,415800.0,349.0,125.0,920.0,65.0,70.0,0.0,23.0,7.0,895.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 342,1533.0,221.0,787.0,8.0,51.0,0.0,457.0,966.0,40800.0,197200.0,205.0 +36005037000,"Census Tract 370, Bronx County, New York",2307,1633.0,45694.0,408400.0,267.0,88.0,1588.0,0.0,18.0,0.0,0.0,45.0,568.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 370,2210.0,151.0,1668.0,0.0,43.0,1.0,309.0,1349.0,44375.0,212600.0,326.0 +36005037200,"Census Tract 372, Bronx County, New York",2083,1358.0,47596.0,341100.0,229.0,27.0,1265.0,0.0,51.0,0.0,64.0,74.0,602.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 372,2182.0,260.0,1249.0,11.0,91.0,0.0,564.0,1573.0,34180.0,183600.0,189.0 +36005039902,"Census Tract 399.02, Bronx County, New York",5375,3270.0,33142.0,,366.0,534.0,695.0,74.0,0.0,31.0,0.0,29.0,4044.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 399.02,4960.0,122.0,1373.0,30.0,306.0,3.0,3070.0,2552.0,16771.0,118200.0,202.0 +36005042600,"Census Tract 426, Bronx County, New York",6942,4904.0,84850.0,449700.0,1633.0,345.0,5499.0,0.0,503.0,0.0,0.0,30.0,565.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 426,6470.0,173.0,5644.0,25.0,152.0,0.0,455.0,4173.0,50972.0,202700.0,987.0 +36005045800,"Census Tract 458, Bronx County, New York",5506,2807.0,24421.0,,354.0,13.0,1839.0,0.0,58.0,0.0,11.0,151.0,3434.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 458,7329.0,81.0,3863.0,22.0,14.0,0.0,3340.0,3740.0,12960.0,,205.0 +36005046000,"Census Tract 460, Bronx County, New York",3073,1975.0,34808.0,426200.0,211.0,55.0,2043.0,14.0,3.0,0.0,0.0,23.0,948.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 460,2693.0,103.0,2081.0,11.0,2.0,0.0,482.0,1778.0,30802.0,233300.0,318.0 +36005023900,"Census Tract 239, Bronx County, New York",7547,4723.0,21052.0,426100.0,531.0,0.0,1482.0,50.0,75.0,0.0,0.0,177.0,5763.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 239,8094.0,110.0,2064.0,30.0,110.0,0.0,5722.0,4124.0,17548.0,151500.0,225.0 +36005024100,"Census Tract 241, Bronx County, New York",6378,3705.0,30422.0,663800.0,543.0,202.0,1825.0,18.0,30.0,0.0,62.0,0.0,4259.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 241,5955.0,64.0,1711.0,15.0,36.0,5.0,4109.0,3021.0,19692.0,122700.0,254.0 +36005026601,"Census Tract 266.01, Bronx County, New York",3377,2397.0,53854.0,464400.0,540.0,1119.0,107.0,0.0,258.0,0.0,14.0,17.0,1862.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 266.01,3003.0,2187.0,57.0,5.0,102.0,0.0,614.0,2156.0,31480.0,191200.0,329.0 +36005028400,"Census Tract 284, Bronx County, New York",595,575.0,,,53.0,174.0,183.0,5.0,15.0,0.0,0.0,19.0,199.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 284,857.0000008,198.191781,360.9123288,2.0,20.66301394,0.0,274.62465860000003,735.8630142000001,16249.99935,186543.8108,79.66301394 +36005028700,"Census Tract 287, Bronx County, New York",3332,2221.0,54531.0,509500.0,648.0,970.0,314.0,21.0,210.0,0.0,0.0,54.0,1784.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 287,3159.0,1005.0,271.0,4.0,293.0,0.0,1536.0,2084.0,38446.0,192400.0,617.0 +36005028800,"Census Tract 288, Bronx County, New York",3274,2415.0,102601.0,539900.0,996.0,2290.0,175.0,0.0,262.0,0.0,0.0,0.0,547.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 288,3066.0,2475.0,30.0,2.0,222.0,0.0,320.0,2372.0,54776.0,258600.0,737.0 +36005035100,"Census Tract 351, Bronx County, New York",3628,1994.0,76905.0,261400.0,1086.0,2066.0,209.0,20.0,209.0,0.0,0.0,70.0,1074.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 351,3366.0,1998.0,387.0,11.0,214.0,0.0,707.0,1820.0,49957.0,242300.0,855.0 +36005036700,"Census Tract 367, Bronx County, New York",2592,1370.0,30068.0,446000.0,182.0,40.0,708.0,2.0,0.0,0.0,3.0,12.0,1829.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 367,2223.0,36.0,821.0,6.0,3.0,0.0,1351.0,1106.0,17214.0,247200.0,52.0 +36005000200,"Census Tract 2, Bronx County, New York",5058,3438.0,62773.0,399400.0,530.0,39.0,933.0,0.0,158.0,0.0,0.0,0.0,3928.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 2,3545.0,209.0,807.0,8.0,25.0,0.0,2464.0,2116.0,42539.0,167900.0,176.0 +36005038600,"Census Tract 386, Bronx County, New York",8408,5311.0,62577.0,375400.0,1145.0,69.0,6792.0,0.0,802.0,105.0,0.0,117.0,523.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 386,7123.0,127.0,6128.0,14.0,27.0,0.0,813.0,4226.0,35696.0,197500.0,656.0 +36005000400,"Census Tract 4, Bronx County, New York",5944,4180.0,82697.0,376500.0,1189.0,205.0,1701.0,30.0,33.0,0.0,0.0,56.0,3949.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 4,3314.0,174.0,738.0,9.0,85.0,0.0,2255.0,1922.0,39013.0,168800.0,229.0 +36005003500,"Census Tract 35, Bronx County, New York",3821,2275.0,31638.0,423700.0,254.0,10.0,1060.0,36.0,0.0,0.0,0.0,0.0,2751.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 35,3473.0,24.0,879.0,9.0,6.0,0.0,2553.0,1805.0,18736.0,176600.0,150.0 +36005004001,"Census Tract 40.01, Bronx County, New York",1428,1043.0,49706.0,423300.0,119.0,168.0,124.0,0.0,138.0,0.0,83.0,29.0,886.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 40.01,1420.0,216.0,262.0,15.0,172.0,0.0,723.0,1047.0,29545.0,173100.0,195.0 +36005004300,"Census Tract 43, Bronx County, New York",6190,3706.0,22940.0,424500.0,316.0,5.0,1597.0,35.0,62.0,0.0,0.0,130.0,4396.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 43,4789.0,29.0,989.0,13.0,32.0,0.0,3713.0,2534.0,19434.0,177500.0,105.0 +36005005200,"Census Tract 52, Bronx County, New York",2151,1315.0,17454.0,212500.0,153.0,8.0,630.0,30.0,8.0,0.0,0.0,13.0,1492.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 52,2186.0,28.0,678.0,5.0,49.0,0.0,1405.0,1184.0,13826.0,211800.0,54.0 +36005006400,"Census Tract 64, Bronx County, New York",3309,2094.0,31782.0,509500.0,388.0,134.0,1351.0,34.0,53.0,0.0,18.0,248.0,1505.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 64,3967.0,81.0,1510.0,23.0,99.0,0.0,2133.0,2286.0,35279.0,226500.0,335.0 +36005007800,"Census Tract 78, Bronx County, New York",7035,4305.0,40129.0,414200.0,615.0,234.0,1387.0,0.0,422.0,0.0,233.0,0.0,4759.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 78,6171.0,520.0,1083.0,39.0,432.0,3.0,3938.0,3570.0,34353.0,208600.0,435.0 +36005008500,"Census Tract 85, Bronx County, New York",6587,4100.0,30898.0,264200.0,554.0,53.0,1243.0,13.0,6.0,0.0,37.0,8.0,5240.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 85,5424.886309,104.9397659,1268.272095,20.98795319,23.98623276,2.998279095,3988.710693,2859.3588870000003,18402.999669999997,219600.0028,214.87666319999997 +36005013100,"Census Tract 131, Bronx County, New York",5240,2987.0,36500.0,415200.0,392.0,30.0,1641.0,0.0,7.0,0.0,16.0,28.0,3518.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 131,3519.0,25.0,1171.0,19.0,3.0,3.0,2272.0,1797.0,13281.0,221900.0,182.0 +36005016400,"Census Tract 164, Bronx County, New York",1031,797.0,78750.0,470000.0,211.0,696.0,69.0,0.0,0.0,0.0,0.0,0.0,266.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 164,1212.0,990.0,11.0,0.0,23.0,0.0,188.0,834.0,50733.0,210700.0,138.0 +36005018400,"Census Tract 184, Bronx County, New York",3780,2807.0,65099.0,445800.0,798.0,2047.0,66.0,0.0,38.0,13.0,8.0,44.0,1564.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 184,3695.0,3063.0,13.0,4.0,63.0,0.0,497.0,2782.0,44167.0,209300.0,470.0 +36005019300,"Census Tract 193, Bronx County, New York",5853,3171.0,22761.0,,476.0,16.0,2070.0,31.0,14.0,0.0,0.0,0.0,3722.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 193,5698.411479,51.49481964,2393.904312,8.806077838,8.588442802000001,0.062005986,3187.075592,3044.674393,14456.98476,248417.1569,201.79571719999998 +36005021302,"Census Tract 213.02, Bronx County, New York",6337,3795.0,31714.0,,550.0,41.0,2624.0,0.0,71.0,0.0,0.0,0.0,3601.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 213.02,3981.0,27.0,1631.0,4.0,6.0,0.0,2298.0,2023.0,24899.0,165800.0,146.0 +36005021602,"Census Tract 216.02, Bronx County, New York",5617,3966.0,46453.0,126800.0,1248.0,47.0,1692.0,57.0,1330.0,0.0,0.0,279.0,2235.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 216.02,5293.0,305.0,2520.0,14.0,459.0,3.0,1953.0,3584.0,34866.0,56800.0,689.0 +36005021900,"Census Tract 219, Bronx County, New York",1118,736.0,23370.0,,93.0,18.0,26.0,6.0,4.0,0.0,0.0,0.0,1064.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 219,1307.0,23.0,291.0,4.0,29.0,0.0,935.0,666.0,18750.0,,0.0 +36005023301,"Census Tract 233.01, Bronx County, New York",3919,2517.0,24621.0,,275.0,0.0,1249.0,15.0,14.0,0.0,0.0,25.0,2631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 233.01,4916.0,70.0,1745.0,4.0,48.0,3.0,3006.0,2757.0,24094.0,,278.0 +36005023502,"Census Tract 235.02, Bronx County, New York",4781,3240.0,23529.0,423600.0,333.0,117.0,625.0,7.0,42.0,0.0,0.0,55.0,3942.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 235.02,5178.0,120.0,1024.0,55.0,165.0,0.0,3731.0,2984.0,19504.0,142000.0,144.0 +36005025100,"Census Tract 251, Bronx County, New York",6732,3943.0,29559.0,541700.0,696.0,3.0,1198.0,0.0,794.0,0.0,0.0,43.0,4694.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 251,6639.0,92.0,2101.0,39.0,343.0,1.0,4040.0,3470.0,23841.0,213800.0,294.0 +36005025500,"Census Tract 255, Bronx County, New York",6523,4059.0,32115.0,463800.0,607.0,227.0,747.0,209.0,0.0,0.0,0.0,54.0,5468.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 255,6567.0,242.0,1352.0,16.0,300.0,0.0,4629.0,3652.0,21135.0,106300.0,424.0 +36005026400,"Census Tract 264, Bronx County, New York",5519,4022.0,61603.0,402700.0,1112.0,1875.0,357.0,0.0,596.0,0.0,0.0,44.0,2647.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 264,4798.0,3522.0,37.0,1.0,97.0,0.0,1108.0,3389.0,49099.0,196100.0,609.0 +36005033600,"Census Tract 336, Bronx County, New York",6822,4455.0,33816.0,163000.0,710.0,221.0,2780.0,20.0,129.0,0.0,63.0,0.0,3629.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 336,6138.0,410.0,2864.0,21.0,234.0,0.0,2582.0,3622.0,25065.0,115800.0,287.0 +36005034300,"Census Tract 343, Bronx County, New York",1609,1088.0,75547.0,635600.0,407.0,618.0,297.0,0.0,2.0,0.0,12.0,19.0,661.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 343,1548.8056,911.5263672,192.367569,0.0,97.66353607,0.0,332.45062260000003,1092.055908,60417.002870000004,307600.006,352.1806335 +36005002000,"Census Tract 20, Bronx County, New York",9608,5698.0,18370.0,391800.0,682.0,132.0,3515.0,261.0,104.0,0.0,0.0,0.0,5827.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 20,9068.0,130.0,3873.0,14.0,69.0,0.0,4940.0,4894.0,14691.0,211500.0,302.0 +36005003700,"Census Tract 37, Bronx County, New York",292,208.0,,,22.0,56.0,76.0,0.0,0.0,0.0,0.0,0.0,160.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 37,478.0,3.0,174.0,3.0,1.0,0.0,297.0,252.0,23750.0,,22.0 +36005006900,"Census Tract 69, Bronx County, New York",8351,4805.0,27950.0,505600.0,972.0,289.0,3170.0,30.0,108.0,0.0,0.0,190.0,4594.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 69,4323.0,87.0,1418.0,37.0,8.0,0.0,2758.0,2118.0,10576.0,187500.0,139.0 +36005016000,"Census Tract 160, Bronx County, New York",3760,2768.0,73841.0,411800.0,818.0,2247.0,64.0,0.0,90.0,0.0,66.0,18.0,1275.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 160,5196.0,4486.0,25.0,3.0,55.0,0.0,606.0,3872.0,45828.0,186000.0,667.0 +36005016200,"Census Tract 162, Bronx County, New York",1984,1391.0,71319.0,396600.0,286.0,766.0,88.0,43.0,7.0,0.0,0.0,10.0,1070.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 162,1719.0,1209.0,36.0,6.0,40.0,0.0,410.0,1246.0,50833.0,220700.0,182.0 +36005016500,"Census Tract 165, Bronx County, New York",996,649.0,25403.0,,106.0,0.0,412.0,0.0,7.0,0.0,0.0,0.0,577.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 165,1243.0,12.0,616.0,6.0,4.0,1.0,595.0,687.0,11442.0,,59.0 +36005017500,"Census Tract 175, Bronx County, New York",7140,4483.0,27585.0,,392.0,72.0,2270.0,329.0,14.0,0.0,83.0,84.0,4356.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 175,6466.0,37.0,3056.0,34.0,59.0,3.0,3246.0,3555.0,14172.0,219200.0,214.0 +36005021501,"Census Tract 215.01, Bronx County, New York",4887,2509.0,27102.0,,392.0,12.0,1221.0,8.0,0.0,0.0,31.0,0.0,3623.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 215.01,3690.0,23.0,1314.0,5.0,4.0,0.0,2317.0,1732.0,18207.0,225000.0,112.0 +36005021502,"Census Tract 215.02, Bronx County, New York",6687,3881.0,24256.0,381900.0,470.0,29.0,1568.0,10.0,0.0,0.0,20.0,20.0,5050.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 215.02,6726.0,75.0,2443.0,25.0,11.0,2.0,4146.0,3209.0,16768.0,198500.0,131.0 +36005023000,"Census Tract 230, Bronx County, New York",2974,1776.0,41341.0,502600.0,331.0,732.0,315.0,83.0,262.0,0.0,0.0,95.0,1570.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 230,2748.515873,654.6936646,312.376709,11.97610378,241.51809690000002,0.0,1457.092651,1722.562988,26042.00005,204000.003,199.6017303 +36005025300,"Census Tract 253, Bronx County, New York",6279,3699.0,30069.0,225000.0,414.0,39.0,895.0,63.0,285.0,0.0,17.0,128.0,4852.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 253,6402.0,135.0,1373.0,15.0,329.0,0.0,4510.0,3317.0,20956.0,136300.0,226.0 +36005026100,"Census Tract 261, Bronx County, New York",1969,1558.0,68971.0,158300.0,697.0,66.0,1014.0,3.0,45.0,0.0,0.0,30.0,814.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 261,1517.0,206.0,948.0,1.0,29.0,0.0,325.0,1170.0,55438.0,57400.0,455.0 +36005027900,"Census Tract 279, Bronx County, New York",7350,5391.0,58472.0,151400.0,1715.0,1213.0,927.0,147.0,351.0,0.0,20.0,24.0,4668.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 279,7182.0,2681.0,917.0,23.0,587.0,0.0,2875.0,5026.0,40308.0,177100.0,1505.0 +36005030000,"Census Tract 300, Bronx County, New York",5687,4062.0,52546.0,449400.0,1205.0,1914.0,360.0,0.0,729.0,0.0,0.0,29.0,2655.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 300,5862.0,3977.0,99.0,16.0,279.0,0.0,1423.0,4453.0,45289.0,216000.0,823.0 +36005031900,"Census Tract 319, Bronx County, New York",636,75.0,,,56.0,367.0,78.0,0.0,30.0,0.0,0.0,4.0,157.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 319,7.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36005034000,"Census Tract 340, Bronx County, New York",4984,3193.0,38243.0,420600.0,567.0,255.0,1922.0,116.0,91.0,0.0,103.0,105.0,2422.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 340,4360.0,569.0,1568.0,8.0,123.0,0.0,2050.0,2775.0,29459.0,192600.0,317.0 +36005034400,"Census Tract 344, Bronx County, New York",2207,1577.0,61141.0,462300.0,467.0,125.0,772.0,0.0,262.0,0.0,216.0,0.0,832.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 344,1537.0,240.0,815.0,17.0,62.0,0.0,372.0,1176.0,40368.0,193100.0,269.0 +36005035000,"Census Tract 350, Bronx County, New York",1951,1428.0,58056.0,372200.0,381.0,58.0,1193.0,0.0,48.0,0.0,21.0,0.0,631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 350,1896.0,161.0,1205.0,6.0,52.0,0.0,419.0,1238.0,52656.0,197500.0,317.0 +36005036100,"Census Tract 361, Bronx County, New York",5794,3866.0,24063.0,238500.0,311.0,27.0,1565.0,0.0,3.0,0.0,0.0,0.0,4199.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 361,6283.0,36.0,1891.0,10.0,46.0,3.0,4261.0,3398.0,12723.0,211400.0,207.0 +36005036501,"Census Tract 365.01, Bronx County, New York",4079,2487.0,26152.0,359700.0,379.0,12.0,1654.0,13.0,0.0,0.0,26.0,16.0,2371.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 365.01,3421.0,22.0,1669.0,18.0,11.0,1.0,1689.0,1762.0,18125.0,273700.0,134.0 +36005002300,"Census Tract 23, Bronx County, New York",4733,2803.0,17426.0,,130.0,11.0,1768.0,130.0,0.0,0.0,21.0,8.0,2850.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 23,4338.0,50.0,1542.0,17.0,9.0,0.0,2712.0,2430.0,14112.0,187500.0,152.0 +36005003900,"Census Tract 39, Bronx County, New York",6473,3815.0,30357.0,222100.0,343.0,443.0,1034.0,39.0,0.0,0.0,0.0,0.0,4996.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 39,6022.0,88.0,1125.0,4.0,33.0,0.0,4745.0,3492.0,15893.0,138200.0,104.0 +36005005400,"Census Tract 54, Bronx County, New York",6463,4032.0,31692.0,417000.0,251.0,99.0,1243.0,477.0,114.0,0.0,72.0,113.0,4822.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 54,5550.0,76.0,1615.0,13.0,262.0,1.0,3435.0,2993.0,21282.0,220500.0,154.0 +36005006200,"Census Tract 62, Bronx County, New York",7268,3910.0,24152.0,107900.0,280.0,11.0,2205.0,58.0,164.0,0.0,0.0,1.0,4861.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 62,6399.0,91.0,2813.0,33.0,72.0,0.0,3356.0,3594.0,16314.0,219800.0,256.0 +36005006800,"Census Tract 68, Bronx County, New York",3435,2237.0,48730.0,461500.0,323.0,106.0,1279.0,62.0,390.0,0.0,9.0,8.0,1593.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 68,3209.0,34.0,1003.0,42.0,163.0,6.0,1913.0,1987.0,25966.0,226700.0,210.0 +36005007100,"Census Tract 71, Bronx County, New York",2702,1694.0,38600.0,232400.0,387.0,58.0,870.0,7.0,28.0,0.0,20.0,27.0,1699.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 71,1885.0,40.0,560.0,2.0,9.0,0.0,1271.0,995.0,36316.0,104700.0,107.0 +36005008600,"Census Tract 86, Bronx County, New York",4046,2463.0,22704.0,399200.0,252.0,47.0,1103.0,0.0,82.0,0.0,0.0,30.0,2784.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 86,4381.0,66.0,1611.0,0.0,30.0,0.0,2649.0,2299.0,14409.0,195200.0,97.0 +36005008700,"Census Tract 87, Bronx County, New York",6093,3981.0,27099.0,,312.0,142.0,1376.0,65.0,20.0,0.0,19.0,56.0,4435.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 87,5206.113553,66.06022901,887.7279106000001,14.012045800000001,19.01376663,1.0017208290000001,4215.2892759999995,2672.6410969999997,19614.27349,136451.9029,150.12332609999999 +36005011000,"Census Tract 110, Bronx County, New York",113,77.0,,,27.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,113.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 110,38.46196788,13.17588806,7.266114712,0.0,1.0656968359999999,0.0,16.9542675,31.58337975,9461.00025,186299.9947,5.6191287039999995 +36005012901,"Census Tract 129.01, Bronx County, New York",4504,2579.0,23255.0,467200.0,256.0,67.0,1539.0,0.0,38.0,0.0,42.0,15.0,2803.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 129.01,2728.0,32.0,772.0,7.0,25.0,0.0,1888.0,1546.0,13214.0,136400.0,99.0 +36005013000,"Census Tract 130, Bronx County, New York",1520,1065.0,76771.0,448800.0,316.0,637.0,52.0,0.0,0.0,0.0,0.0,5.0,826.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 130,1179.0,719.0,8.0,0.0,9.0,0.0,374.0,795.0,48500.0,231500.0,130.0 +36005036901,"Census Tract 369.01, Bronx County, New York",2259,1279.0,18679.0,,100.0,4.0,450.0,6.0,0.0,0.0,12.0,0.0,1793.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 369.01,1687.0,13.0,462.0,10.0,5.0,0.0,1188.0,865.0,11172.0,215900.0,61.0 +36005005600,"Census Tract 56, Bronx County, New York",2608,1632.0,21367.0,429700.0,147.0,21.0,628.0,34.0,25.0,0.0,245.0,14.0,1641.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 56,2710.0,60.0,749.0,33.0,81.0,0.0,1733.0,1715.0,12604.0,208700.0,147.0 +36005002702,"Census Tract 27.02, Bronx County, New York",4538,2415.0,13216.0,,178.0,80.0,1460.0,64.0,0.0,0.0,0.0,0.0,2976.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 27.02,4736.0,54.0,1112.0,10.0,9.0,0.0,3547.0,2249.0,12654.0,148400.0,77.0 +36005003300,"Census Tract 33, Bronx County, New York",3693,2020.0,20413.0,402300.0,153.0,56.0,1193.0,124.0,0.0,0.0,0.0,49.0,2271.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 33,3116.0,46.0,650.0,17.0,15.0,0.0,2383.0,1490.0,11322.0,183900.0,50.0 +36005007200,"Census Tract 72, Bronx County, New York",5520,3558.0,37271.0,386800.0,779.0,304.0,1029.0,92.0,1425.0,0.0,10.0,307.0,2445.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 72,5073.0,373.0,783.0,62.0,901.0,0.0,2842.0,3142.0,31126.0,202800.0,474.0 +36005012101,"Census Tract 121.01, Bronx County, New York",2970,1817.0,28777.0,418400.0,221.0,99.0,842.0,7.0,29.0,0.0,51.0,44.0,1905.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 121.01,2878.0,47.0,740.0,7.0,12.0,0.0,2071.0,1524.0,21424.0,171000.0,155.0 +36005012102,"Census Tract 121.02, Bronx County, New York",1561,846.0,20559.0,,84.0,16.0,202.0,0.0,0.0,0.0,0.0,6.0,1337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 121.02,1619.0,13.0,269.0,1.0,1.0,0.0,1319.0,802.0,17688.0,225000.0,24.0 +36005012300,"Census Tract 123, Bronx County, New York",3995,2426.0,23590.0,422900.0,326.0,69.0,1190.0,3.0,39.0,0.0,0.0,11.0,2683.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 123,2920.8960469999997,46.0,671.3792093999999,5.0,18.0,4.0,2175.516838,1519.379209,17901.45905,167500.0,95.0 +36005013300,"Census Tract 133, Bronx County, New York",5934,3498.0,21923.0,,392.0,65.0,1934.0,229.0,237.0,0.0,43.0,0.0,3446.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 133,6047.0,37.0,2840.0,8.0,18.0,0.0,3136.0,3320.0,16426.0,92400.0,237.0 +36005014300,"Census Tract 143, Bronx County, New York",1193,794.0,15060.0,329500.0,145.0,62.0,663.0,0.0,37.0,0.0,12.0,12.0,407.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 143,711.9999781,9.586291313,340.74908450000004,0.0,0.8714810009999999,0.0,360.7931213,311.11871339999993,8605.999764,349999.9891,12.20073414 +36005014400,"Census Tract 144, Bronx County, New York",5417,3288.0,21508.0,452400.0,409.0,189.0,1856.0,0.0,111.0,0.0,0.0,12.0,3249.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 144,5772.99999,539.3551636,2122.1738010000004,27.0,75.06549072,2.0,2993.4055399999997,3344.395462,21583.752330000003,196314.3781,265.254406 +36005014500,"Census Tract 145, Bronx County, New York",7919,4235.0,28732.0,,358.0,101.0,2989.0,52.0,7.0,0.0,91.0,0.0,4696.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 145,4878.0,42.0,2687.0,34.0,11.0,4.0,2097.0,2500.0,14264.0,,212.0 +36005016600,"Census Tract 166, Bronx County, New York",2324,1639.0,76328.0,461800.0,375.0,624.0,100.0,0.0,170.0,0.0,51.0,17.0,1362.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 166,2225.999958,1257.0119630000002,61.36594009,3.959092855,66.31480408,0.0,783.9003906,1577.698486,41776.00041,218300.0041,203.89328 +36005019400,"Census Tract 194, Bronx County, New York",2291,1494.0,55625.0,395400.0,350.0,417.0,287.0,13.0,45.0,9.0,0.0,64.0,1456.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 194,1666.0,795.0,41.0,11.0,62.0,0.0,738.0,989.0,51705.0,203600.0,166.0 +36005021301,"Census Tract 213.01, Bronx County, New York",1160,650.0,20595.0,235500.0,121.0,65.0,144.0,0.0,0.0,5.0,0.0,0.0,946.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 213.01,1464.0,7.0,342.0,4.0,16.0,0.0,1087.0,786.0,15603.0,167200.0,39.0 +36005022901,"Census Tract 229.01, Bronx County, New York",5922,3178.0,28500.0,697100.0,528.0,157.0,1737.0,60.0,61.0,18.0,55.0,182.0,3652.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 229.01,6093.0,109.0,1553.0,50.0,217.0,0.0,3885.0,3329.0,25402.0,151300.0,283.0 +36005013200,"Census Tract 132, Bronx County, New York",7202,5275.0,106731.0,455300.0,1833.0,2002.0,1028.0,0.0,333.0,0.0,0.0,40.0,3799.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 132,5635.905309000001,3224.07666,213.2774048,11.95948029,225.23689269999997,1.993246794,1918.5,3970.547607,54508.99819,196699.992,630.8626098999999 +36005020100,"Census Tract 201, Bronx County, New York",4909,2876.0,33938.0,,372.0,199.0,1359.0,0.0,27.0,0.0,0.0,0.0,3324.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 201,3631.99995,56.52360761,1501.546179,11.97354603,16.96252441,0.0,2035.016113,1915.7674559999998,21398.00099,178552.6399,160.6450806 +36005039000,"Census Tract 390, Bronx County, New York",2515,1690.0,35313.0,417900.0,250.0,80.0,1916.0,0.0,59.0,0.0,0.0,0.0,460.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 390,2580.0,69.0,2135.0,10.0,39.0,0.0,308.0,1574.0,37222.0,197300.0,267.0 +36005039300,"Census Tract 393, Bronx County, New York",9292,5039.0,21651.0,372500.0,510.0,316.0,2271.0,0.0,56.0,0.0,55.0,90.0,6504.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 393,7731.0,834.0,2461.0,48.0,82.0,0.0,4267.0,4012.0,13163.0,200700.0,213.0 +36005040302,"Census Tract 403.02, Bronx County, New York",4438,2543.0,28152.0,,216.0,73.0,821.0,83.0,203.0,0.0,0.0,46.0,3262.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 403.02,4558.0,134.0,565.0,15.0,248.0,0.0,3550.0,2282.0,18750.0,137500.0,119.0 +36005040400,"Census Tract 404, Bronx County, New York",3483,2374.0,49306.0,385900.0,693.0,60.0,2938.0,0.0,0.0,32.0,44.0,0.0,409.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 404,2904.0,28.0,2600.0,6.0,16.0,0.0,244.0,1891.0,37750.0,208100.0,273.0 +36005040701,"Census Tract 407.01, Bronx County, New York",3291,2197.0,35785.0,,362.0,138.0,315.0,17.0,43.0,0.0,137.0,12.0,2646.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 407.01,3309.0,301.0,415.0,11.0,147.0,1.0,2349.0,1960.0,22014.0,187500.0,220.0 +36005041500,"Census Tract 415, Bronx County, New York",6238,4130.0,50440.0,,720.0,447.0,1121.0,0.0,125.0,0.0,57.0,137.0,4351.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 415,5635.0,1005.0,861.0,46.0,555.0,1.0,2985.0,3606.0,30763.0,79400.0,743.0 +36005043600,"Census Tract 436, Bronx County, New York",2237,1575.0,67553.0,362300.0,548.0,98.0,1286.0,0.0,284.0,0.0,57.0,0.0,512.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 436,2334.0,194.0,1578.0,17.0,141.0,0.0,383.0,1399.0,55588.0,193800.0,205.0 +36005044800,"Census Tract 448, Bronx County, New York",1964,1546.0,90132.0,411100.0,415.0,26.0,1576.0,0.0,63.0,0.0,84.0,14.0,201.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 448,1836.0,85.0,1532.0,5.0,23.0,0.0,166.0,1146.0,63625.0,191500.0,296.0 +36005051600,"Census Tract 516, Bronx County, New York",4265,3153.0,88061.0,498500.0,1217.0,2895.0,27.0,0.0,195.0,0.0,23.0,0.0,1125.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 516,4520.0,3799.0,81.0,15.0,164.0,1.0,398.0,3459.0,56750.0,272100.0,1147.0 +36005039200,"Census Tract 392, Bronx County, New York",1738,1088.0,40282.0,454100.0,199.0,32.0,1108.0,0.0,0.0,0.0,89.0,5.0,504.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 392,1607.0,59.0,1200.0,1.0,42.0,0.0,299.0,1038.0,32440.0,233600.0,156.0 +36005038900,"Census Tract 389, Bronx County, New York",6040,3019.0,32062.0,429600.0,435.0,1505.0,595.0,58.0,114.0,0.0,19.0,27.0,3780.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 389,4558.0,1369.0,429.0,9.0,166.0,0.0,2456.0,2225.0,21936.0,176500.0,183.0 +36005039100,"Census Tract 391, Bronx County, New York",7089,4413.0,33020.0,354700.0,1036.0,638.0,884.0,0.0,133.0,0.0,0.0,147.0,5287.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 391,6372.0,996.0,719.0,29.0,220.0,3.0,4273.0,3182.0,19031.0,186600.0,249.0 +36005039400,"Census Tract 394, Bronx County, New York",5143,3155.0,31738.0,436900.0,386.0,136.0,3236.0,107.0,0.0,0.0,6.0,0.0,1658.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 394,4453.0,282.0,2883.0,16.0,66.0,1.0,1180.0,2716.0,30814.0,213000.0,199.0 +36005039800,"Census Tract 398, Bronx County, New York",3442,2365.0,75962.0,407500.0,693.0,130.0,3019.0,0.0,64.0,0.0,0.0,0.0,229.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 398,2771.0,25.0,2575.0,2.0,18.0,0.0,133.0,1787.0,40821.0,196200.0,307.0 +36005041400,"Census Tract 414, Bronx County, New York",4769,3490.0,51434.0,428000.0,787.0,348.0,2813.0,0.0,170.0,0.0,48.0,112.0,1278.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 414,5040.0,572.0,2916.0,46.0,410.0,1.0,924.0,3156.0,33585.0,224800.0,326.0 +36005041800,"Census Tract 418, Bronx County, New York",4194,2785.0,40208.0,434900.0,506.0,139.0,1734.0,0.0,491.0,0.0,71.0,95.0,1664.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 418,3587.0,342.0,1831.0,37.0,307.0,0.0,910.0,2121.0,42481.0,212800.0,303.0 +36005042200,"Census Tract 422, Bronx County, New York",3338,2287.0,54698.0,353900.0,496.0,69.0,2654.0,14.0,0.0,0.0,77.0,56.0,482.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 422,2694.0,239.0,1945.0,2.0,48.0,0.0,422.0,1885.0,35078.0,158800.0,249.0 +36005043000,"Census Tract 430, Bronx County, New York",3648,2658.0,55197.0,405900.0,593.0,134.0,2669.0,7.0,175.0,0.0,83.0,139.0,441.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 430,2961.0,202.0,2093.0,6.0,139.0,0.0,487.0,2092.0,48580.0,203100.0,341.0 +36005043100,"Census Tract 431, Bronx County, New York",10265,6785.0,29568.0,,1020.0,495.0,1720.0,16.0,1231.0,0.0,0.0,307.0,6512.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 431,9819.562856999999,886.1549068,2784.032712,38.0,1040.0,1.0,4879.013789,5797.549068,27778.75402,59183.73016,867.0 +36005044901,"Census Tract 449.01, Bronx County, New York",1550,1241.0,67368.0,300000.0,480.0,1209.0,103.0,7.0,23.0,0.0,0.0,28.0,187.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 449.01,1973.0,1816.0,29.0,0.0,4.0,0.0,105.0,1548.0,52500.0,233000.0,459.0 +36005046201,"Census Tract 462.01, Bronx County, New York",28937,21613.0,46491.0,24200.0,5358.0,2093.0,16231.0,72.0,396.0,0.0,105.0,497.0,9605.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 462.01,24523.0,4271.0,14039.0,47.0,274.0,2.0,5817.0,17974.0,40843.0,12300.0,3994.0 +36005046202,"Census Tract 462.02, Bronx County, New York",9690,5872.0,37440.0,370100.0,1432.0,153.0,6474.0,280.0,106.0,0.0,143.0,77.0,2639.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 462.02,7294.967285,686.1509722,4873.06404,36.01035238,56.04313492,1.0,1609.678081,4741.921827,39349.03718,184711.1377,869.8885794 +36005022500,"Census Tract 225, Bronx County, New York",8570,4682.0,31281.0,,436.0,84.0,2370.0,31.0,190.0,0.0,0.0,13.0,5913.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 225,6926.0,78.0,2537.0,18.0,46.0,1.0,4219.0,3342.0,20393.0,191400.0,205.0 +36005022800,"Census Tract 228, Bronx County, New York",6023,4050.0,52447.0,496700.0,1162.0,1156.0,1070.0,0.0,550.0,0.0,0.0,39.0,3208.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 228,5782.484049000001,1951.3062949999999,689.6232779000001,33.02389564,723.4818954,0.0,2271.907303,3854.4369890000003,32871.30303,259674.5156,992.3982606000001 +36005023200,"Census Tract 232, Bronx County, New York",2804,1700.0,57708.0,450700.0,459.0,730.0,203.0,27.0,139.0,0.0,20.0,33.0,1670.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 232,2333.0,857.0,139.0,1.0,181.0,0.0,1032.0,1434.0,30598.0,204700.0,200.0 +36005004600,"Census Tract 46, Bronx County, New York",1876,1214.0,39643.0,131300.0,210.0,46.0,646.0,0.0,0.0,0.0,0.0,12.0,1172.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 46,1418.999979,52.66596603,586.2814941,4.968487263,15.89915943,0.0,744.2794188999999,1014.565125,17975.99975,,103.3445358 +36005006000,"Census Tract 60, Bronx County, New York",1328,823.0,38321.0,416700.0,194.0,22.0,260.0,0.0,50.0,0.0,29.0,0.0,967.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 60,1081.0,32.0,147.0,8.0,5.0,7.0,880.0,616.0,30242.0,57900.0,37.0 +36005007000,"Census Tract 70, Bronx County, New York",4899,3228.0,36016.0,430100.0,380.0,133.0,1160.0,46.0,460.0,0.0,57.0,197.0,2846.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 70,4160.0,132.0,963.0,44.0,353.0,0.0,2532.0,2423.0,32146.0,220700.0,326.0 +36005007300,"Census Tract 73, Bronx County, New York",4139,2405.0,19935.0,,132.0,72.0,1369.0,0.0,0.0,36.0,0.0,26.0,2636.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 73,3248.0,32.0,718.0,6.0,23.0,5.0,2444.0,1662.0,21545.0,,74.0 +36005007400,"Census Tract 74, Bronx County, New York",3466,2343.0,36567.0,352400.0,462.0,90.0,1081.0,0.0,0.0,0.0,22.0,81.0,2192.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 74,3503.0,88.0,1536.0,4.0,88.0,0.0,1769.0,2156.0,40654.0,211000.0,494.0 +36005007500,"Census Tract 75, Bronx County, New York",6039,3527.0,26868.0,337100.0,475.0,85.0,2221.0,139.0,0.0,0.0,0.0,10.0,3643.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 75,4688.0,36.0,1466.0,14.0,30.0,1.0,3125.0,2665.0,20813.0,110400.0,211.0 +36005007700,"Census Tract 77, Bronx County, New York",2087,1194.0,34516.0,376300.0,205.0,42.0,463.0,12.0,0.0,0.0,0.0,0.0,1570.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 77,1307.0,20.0,319.0,0.0,24.0,0.0,941.0,787.0,21958.0,101000.0,29.0 +36005015200,"Census Tract 152, Bronx County, New York",2828,1958.0,73622.0,453800.0,498.0,720.0,226.0,0.0,122.0,0.0,10.0,15.0,1735.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 152,2382.0,1352.987995,43.63405961,1.04090707,35.68519342,0.0,897.0995998,1558.3014679999999,54609.10469,193763.1052,237.106714 +36005014701,"Census Tract 147.01, Bronx County, New York",7637,3755.0,21436.0,,379.0,43.0,3440.0,0.0,0.0,0.0,0.0,0.0,4154.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 147.01,5652.000108,43.45702744,2850.056641,14.48567581,19.659130100000002,0.0,2713.477295,2729.5151370000003,10774.99975,204500.0019,133.9924927 +36005014702,"Census Tract 147.02, Bronx County, New York",5511,2984.0,19425.0,,352.0,80.0,2206.0,48.0,0.0,0.0,23.0,18.0,3184.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 147.02,5272.999892,40.54297256,2658.943359,13.51432419,18.340869899999998,0.0,2531.522705,2546.4848629999997,10775.00027,204499.99800000002,125.0074997 +36005017701,"Census Tract 177.01, Bronx County, New York",4857,2953.0,28090.0,485200.0,294.0,36.0,1346.0,0.0,8.0,0.0,0.0,25.0,3442.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 177.01,3954.00009,97.40116119,1967.016479,12.66215038,20.94124985,0.0,1847.2130129999998,2277.7260739999997,14930.999890000001,159800.0037,113.9593582 +36005017702,"Census Tract 177.02, Bronx County, New York",5522,3505.0,29327.0,395700.0,588.0,61.0,1634.0,0.0,110.0,0.0,44.0,144.0,3529.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 177.02,4165.0001520000005,102.5988464,2071.983643,13.33784962,22.05875206,0.0,1945.7871089999999,2399.2739260000003,14930.999630000002,159800.0058,120.04064939999999 +36005017901,"Census Tract 179.01, Bronx County, New York",5071,2854.0,30587.0,332100.0,414.0,15.0,1106.0,226.0,77.0,0.0,0.0,0.0,3687.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 179.01,4816.999905,57.97969437,1534.997803,40.995742799999995,56.80838776,1.7569603919999999,3108.0629879999997,2439.83252,17685.00028,223600.0021,165.73992919999998 +36005018301,"Census Tract 183.01, Bronx County, New York",3971,2926.0,30990.0,262700.0,834.0,121.0,1516.0,8.0,258.0,0.0,51.0,14.0,2011.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 183.01,4637.000014,81.92383575,2110.645996,26.01635361,82.47737885,0.553539455,2268.404785,2784.303467,24802.00028,44699.998230000005,428.9930725 +36005017902,"Census Tract 179.02, Bronx County, New York",4007,2157.0,19396.0,,237.0,45.0,1472.0,59.0,0.0,0.0,59.0,48.0,2383.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 179.02,3408.0000950000003,41.02030563,1086.002197,29.00425529,40.19161224,1.243039608,2198.9370120000003,1726.167603,17684.9996,223599.9971,117.2600632 +36005018101,"Census Tract 181.01, Bronx County, New York",2973,1724.0,24594.0,482000.0,122.0,2.0,1103.0,0.0,0.0,0.0,12.0,20.0,1836.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 181.01,2982.999976,49.75725937,1404.685791,8.698822021,85.59640503,0.0,1422.4313960000002,1715.7556149999998,22514.00074,172800.004,157.6226501 +36005018102,"Census Tract 181.02, Bronx County, New York",6247,3833.0,35593.0,367700.0,644.0,173.0,2232.0,0.0,253.0,0.0,77.0,11.0,3501.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 181.02,5589.999768,93.24273682,2632.314209,16.30117798,160.40357969999997,0.0,2665.568604,3215.244141,22513.999369999998,172800.0054,295.37734989999996 +36005018302,"Census Tract 183.02, Bronx County, New York",3589,2249.0,33226.0,156000.0,401.0,101.0,1215.0,22.0,15.0,0.0,0.0,34.0,2224.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 183.02,3739.999986,66.07616425,1702.3540039999998,20.98364639,66.52262115,0.446460545,1829.5953370000002,2245.696533,24801.99965,44700.0022,346.0069275 +36005020501,"Census Tract 205.01, Bronx County, New York",7400,4574.0,20586.0,580700.0,584.0,14.0,2117.0,150.0,17.0,0.0,0.0,0.0,5252.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 205.01,5724.3260119999995,73.19711942,2760.45611,19.67651613,27.05631286,1.842193365,2823.653802,3183.858304,21753.57489,186396.2124,267.4729607 +36005020502,"Census Tract 205.02, Bronx County, New York",2034,1251.0,14821.0,417500.0,202.0,20.0,668.0,0.0,5.0,0.0,0.0,4.0,1337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 205.02,3592.6742659999995,45.92633438,1732.8507079999997,12.34993839,16.98116493,1.157806754,1771.8302,1998.37439,21754.00065,186400.00199999998,167.8819733 +36005021001,"Census Tract 210.01, Bronx County, New York",9511,7127.0,51457.0,159400.0,1565.0,197.0,4321.0,69.0,631.0,0.0,76.0,126.0,4112.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 210.01,7050.999892,415.8144836,3881.530029,24.09225464,265.46096800000004,0.0,2424.394775,4465.543945,32813.00123,45300.00181,838.321228 +36005021002,"Census Tract 210.02, Bronx County, New York",7201,5225.0,55091.0,121200.0,1451.0,81.0,3743.0,0.0,1199.0,0.0,11.0,76.0,2091.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 210.02,8753.000108,516.1855469,4818.470215,29.90774536,329.53903199999996,0.0,3009.605225,5543.456055,32812.99901,45299.99854,1040.678711 +36005022101,"Census Tract 221.01, Bronx County, New York",3927,2071.0,26732.0,,322.0,5.0,667.0,0.0,182.0,0.0,23.0,33.0,3017.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 221.01,3300.000074,62.93532562,652.0255737000001,24.62686539,48.86283112,0.0,2467.768311,1722.317017,20602.99971,137500.0032,66.06254578 +36005022102,"Census Tract 221.02, Bronx County, New York",5453,3116.0,21933.0,604200.0,323.0,76.0,849.0,9.0,29.0,0.0,115.0,97.0,4287.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 221.02,5141.9999259999995,98.06467438,1015.974426,38.37313461,76.13716888,0.0,3845.231689,2683.682861,20602.999359999998,137499.9979,102.9374542 +36005005100,"Census Tract 51, Bronx County, New York",5721,3169.0,18428.0,,245.0,9.0,1472.0,122.0,30.0,0.0,0.0,0.0,4088.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 51,5634.0,38.05882353,2123.4411760000003,21.0,24.0,0.0,3414.5,2801.0,12336.1875,177948.4646,85.0 +36005006300,"Census Tract 63, Bronx County, New York",4298,3034.0,30524.0,235500.0,760.0,349.0,817.0,25.0,232.0,0.0,23.0,34.0,2843.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 63,5885.000000999999,153.2941177,1868.7058829999999,27.0,284.0,0.0,3517.0,3463.0,23757.98101,88379.54271000001,235.0 +36005007600,"Census Tract 76, Bronx County, New York",5142,3504.0,33108.0,506400.0,269.0,213.0,863.0,14.0,554.0,0.0,43.0,99.0,3370.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 76,4929.0,123.0,1096.0,22.0,180.0,0.0,3423.0,2939.0,33121.48973,220197.9522,367.0 +36005009000,"Census Tract 90, Bronx County, New York",3877,2233.0,30250.0,412400.0,325.0,151.0,1038.0,36.0,48.0,0.0,29.0,49.0,2526.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 90,3669.538028,146.46894840000002,1246.560081,12.0,51.86881185,1.0,2180.64019,1982.021149,15769.59601,189664.6855,163.1264629 +36005009300,"Census Tract 93, Bronx County, New York",6424,3999.0,32565.0,444700.0,385.0,50.0,1872.0,31.0,0.0,0.0,0.0,8.0,4482.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 93,5531.0,91.0,1363.0,20.0,15.0,1.0,4025.0,2703.0,18371.23821,159557.3864,112.0 +36005009600,"Census Tract 96, Bronx County, New York",2607,1780.0,49130.0,382300.0,340.0,158.0,586.0,22.0,426.0,0.0,47.0,9.0,1381.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 96,2099.0,350.0,317.0,24.0,183.0,0.0,1134.0,1325.0,39218.22353,200276.3359,210.0 +36005011700,"Census Tract 117, Bronx County, New York",1616,849.0,23125.0,,150.0,13.0,490.0,15.0,0.0,0.0,0.0,0.0,1113.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 117,1695.0,12.0,562.0,4.0,11.0,0.0,1103.0,963.0,16605.7986,128583.3333,31.0 +36005015900,"Census Tract 159, Bronx County, New York",1862,1174.0,17905.0,363900.0,63.0,11.0,96.0,19.0,18.0,0.0,6.0,0.0,1731.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 159,2170.0,12.0,225.0,5.0,11.0,0.0,1913.0,1192.0,16057.731740000001,137085.2857,97.0 +36005018500,"Census Tract 185, Bronx County, New York",8449,5247.0,32680.0,489500.0,682.0,93.0,3639.0,146.0,0.0,0.0,0.0,138.0,4579.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 185,4750.0,56.0,2523.0,17.0,6.0,0.0,2139.0,2693.0,22338.56545,180497.8261,199.0 +36005022403,"Census Tract 224.03, Bronx County, New York",3651,2534.0,38875.0,188300.0,576.0,455.0,597.0,27.0,0.0,0.0,11.0,62.0,2526.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 224.03,3187.000055,977.9667357999999,448.96142580000003,12.52083683,224.48071290000001,3.130209208,1435.871582,2028.375488,30982.00035,41499.99855,404.24414060000004 +36005023703,"Census Tract 237.03, Bronx County, New York",5746,3300.0,32484.0,,296.0,179.0,1089.0,17.0,108.0,0.0,20.0,10.0,4340.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 237.03,4859.9999210000005,96.25434113,1290.145874,16.32383537,46.15705109,0.0,3371.7163090000004,2548.77002,21368.99974,119800.0032,208.2696228 +36005024501,"Census Tract 245.01, Bronx County, New York",5601,3111.0,19040.0,341900.0,262.0,12.0,1031.0,0.0,57.0,0.0,44.0,0.0,4457.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 245.01,4895.000128,74.51405334,1586.00293,20.63466072,19.48829079,0.0,3167.993652,2552.392822,22260.99953,166500.0049,148.4549255 +36005024502,"Census Tract 245.02, Bronx County, New York",3882,2451.0,27813.0,385300.0,354.0,25.0,963.0,65.0,0.0,0.0,0.0,1.0,2893.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 245.02,3645.0001270000002,55.48595047,1180.99707,15.36534023,14.51171017,0.0,2359.006592,1900.6071780000002,22260.99964,166500.0051,110.5450821 +36005026701,"Census Tract 267.01, Bronx County, New York",4101,2694.0,42266.0,,615.0,97.0,392.0,102.0,674.0,0.0,13.0,87.0,2838.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 267.01,3619.999868,259.1143799,606.8035888999999,12.55911541,222.098053,0.330503047,2472.493408,2029.6192629999998,27378.99917,230500.0027,403.54422 +36005026702,"Census Tract 267.02, Bronx County, New York",7115,4198.0,35315.0,438600.0,827.0,170.0,1083.0,8.0,82.0,0.0,0.0,156.0,5624.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 267.02,7333.000131999999,524.8856201,1229.196411,25.44088364,449.90194699999995,0.669496953,5008.506836,4111.380859000001,27378.999089999998,230499.9987,817.4558105000001 +36005039700,"Census Tract 397, Bronx County, New York",3939,886.0,27440.0,450000.0,96.0,2325.0,243.0,0.0,220.0,0.0,6.0,72.0,1073.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 397,3914.0,2383.0,275.0,8.0,188.0,0.0,1055.0,1005.0,13250.0,266200.0,264.0 +36005038100,"Census Tract 381, Bronx County, New York",7175,4296.0,36998.0,423800.0,478.0,40.0,1998.0,0.0,74.0,0.0,60.0,119.0,4884.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 381,6192.0,127.0,1339.0,60.0,251.0,0.0,4320.0,3418.0,19349.0,184100.0,249.0 +36005038800,"Census Tract 388, Bronx County, New York",2528,1692.0,57500.0,377300.0,363.0,34.0,1951.0,0.0,26.0,0.0,0.0,16.0,501.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 388,2374.0,45.0,2119.0,2.0,12.0,0.0,192.0,1625.0,39420.0,199700.0,255.0 +36005039901,"Census Tract 399.01, Bronx County, New York",5983,3666.0,25362.0,350000.0,405.0,114.0,923.0,47.0,310.0,0.0,109.0,22.0,4505.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 399.01,5550.0,272.0,1141.0,36.0,565.0,2.0,3444.0,2994.0,19375.0,164900.0,250.0 +36005040900,"Census Tract 409, Bronx County, New York",3122,2372.0,46127.0,103800.0,670.0,494.0,2007.0,0.0,100.0,0.0,0.0,15.0,506.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 409,3499.0,760.0,2207.0,11.0,92.0,0.0,409.0,2558.0,41147.0,21100.0,494.0 +36005042000,"Census Tract 420, Bronx County, New York",3698,2411.0,31417.0,332700.0,343.0,134.0,2140.0,95.0,178.0,25.0,0.0,0.0,1221.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 420,3788.0,332.0,1893.0,28.0,175.0,0.0,1284.0,2399.0,26175.0,209500.0,317.0 +36005042400,"Census Tract 424, Bronx County, New York",2485,1803.0,71406.0,381500.0,465.0,83.0,1924.0,7.0,35.0,0.0,0.0,8.0,428.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 424,2570.0,101.0,2092.0,5.0,20.0,0.0,340.0,1704.0,46843.0,178000.0,301.0 +36005043500,"Census Tract 435, Bronx County, New York",165,90.0,41042.0,,10.0,16.0,92.0,0.0,0.0,0.0,0.0,5.0,52.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 435,65.43714201,2.84509325,18.96728706,0.0,0.0,0.0,36.98620987,28.45093155,80487.99663,225000.0057,0.0 +36005042800,"Census Tract 428, Bronx County, New York",2069,1544.0,69800.0,378900.0,453.0,55.0,1607.0,0.0,16.0,0.0,0.0,54.0,337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 428,2239.0,114.0,1819.0,7.0,58.0,0.0,214.0,1509.0,61600.0,196800.0,258.0 +36005041100,"Census Tract 411, Bronx County, New York",3416,2072.0,36681.0,143400.0,372.0,389.0,792.0,18.0,230.0,0.0,0.0,0.0,2005.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 411,2701.0,627.0,362.0,8.0,162.0,0.0,1493.0,1610.0,35320.0,72000.0,202.0 +36005041300,"Census Tract 413, Bronx County, New York",7897,5203.0,46627.0,237500.0,1187.0,537.0,870.0,45.0,443.0,0.0,0.0,175.0,5872.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 413,7515.0,1617.0,885.0,27.0,663.0,0.0,4129.0,4651.0,32037.0,178200.0,960.0 +36005041900,"Census Tract 419, Bronx County, New York",7238,4717.0,33759.0,406300.0,1036.0,1200.0,881.0,0.0,607.0,0.0,0.0,23.0,4527.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 419,6735.999841,1367.348267,1083.706665,21.51764107,627.9238892000001,1.95614922,3557.257324,3974.895264,26529.99885,252799.9908,1033.824829 +36005042902,"Census Tract 429.02, Bronx County, New York",4445,2909.0,26621.0,,693.0,263.0,800.0,158.0,173.0,0.0,16.0,58.0,3106.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 429.02,3636.9999329999996,554.2095337000001,882.7766113,19.79319763,172.2008057,0.0,1960.516113,2167.35498,28381.000930000002,230000.0005,268.1978149 +36005033000,"Census Tract 330, Bronx County, New York",5925,4286.0,37355.0,439000.0,578.0,1840.0,863.0,0.0,46.0,0.0,57.0,0.0,3119.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 330,5111.0,1877.0,836.0,17.0,224.0,2.0,1990.0,3299.0,30619.0,193200.0,526.0 +36005035800,"Census Tract 358, Bronx County, New York",8115,5418.0,69939.0,419200.0,1748.0,190.0,5860.0,187.0,174.0,0.0,0.0,88.0,1616.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 358,6911.032581999999,174.8490295,5864.936035,11.98964691,49.956863399999996,0.0,785.3218994,4542.078125,43954.00157,191999.9947,1029.11145 +36005037100,"Census Tract 371, Bronx County, New York",4308,2938.0,26667.0,395400.0,439.0,90.0,1668.0,0.0,21.0,0.0,63.0,39.0,2427.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 371,4305.0,54.0,1750.0,4.0,17.0,1.0,2470.0,2507.0,16570.0,172300.0,204.0 +36005038500,"Census Tract 385, Bronx County, New York",4757,2755.0,19163.0,447000.0,139.0,43.0,1530.0,26.0,0.0,0.0,0.0,73.0,3111.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 385,4071.0,94.0,1047.0,12.0,13.0,0.0,2883.0,2008.0,14679.0,158300.0,110.0 +36005042100,"Census Tract 421, Bronx County, New York",5887,3524.0,31969.0,132400.0,957.0,534.0,791.0,0.0,658.0,0.0,0.0,123.0,3781.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 421,6831.0,730.0,1452.0,22.0,1065.0,0.0,3463.0,4324.0,30272.0,95000.0,1172.0 +36005045101,"Census Tract 451.01, Bronx County, New York",1537,1260.0,63819.0,376700.0,499.0,1195.0,33.0,0.0,124.0,0.0,0.0,28.0,157.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 451.01,1800.0,1647.0,42.0,4.0,7.0,0.0,91.0,1461.0,43106.0,188900.0,431.0 +36005011800,"Census Tract 118, Bronx County, New York",5220,3059.0,81667.0,420200.0,771.0,3646.0,161.0,0.0,229.0,7.0,0.0,24.0,1153.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 118,5058.0945759999995,4154.923245,58.72258872,16.040519,86.76310772,0.006753166,604.4999217999999,3233.4523059999997,57650.76524,191220.8812,710.1373769999999 +36005020400,"Census Tract 204, Bronx County, New York",3264,2297.0,45179.0,445700.0,338.0,278.0,255.0,0.0,355.0,0.0,34.0,9.0,2333.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 204,2884.0,532.0,285.0,12.0,311.0,0.0,1645.0,1770.0,34024.0,211000.0,256.0 +36005024800,"Census Tract 248, Bronx County, New York",2998,2359.0,57292.0,463300.0,654.0,1414.0,374.0,28.0,292.0,0.0,0.0,0.0,899.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 248,3245.0,2174.0,137.0,14.0,230.0,7.0,572.0,2560.0,49063.0,239700.0,651.0 +36005040800,"Census Tract 408, Bronx County, New York",4710,2786.0,32262.0,440300.0,456.0,345.0,2838.0,134.0,0.0,0.0,55.0,43.0,1422.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 408,4014.0,148.0,2383.0,11.0,193.0,0.0,1248.0,2264.0,29826.0,198400.0,290.0 +36005048400,"Census Tract 484, Bronx County, New York",4244,2885.0,74583.0,396700.0,765.0,160.0,3197.0,176.0,10.0,0.0,18.0,74.0,785.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 484,3758.0,136.0,2973.0,12.0,28.0,0.0,589.0,2255.0,57853.0,224500.0,587.0 +36005024700,"Census Tract 247, Bronx County, New York",1884,1234.0,43438.0,,217.0,26.0,806.0,0.0,36.0,0.0,0.0,0.0,1016.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 247,1931.5281100000002,37.48696243,1071.626305,2.379909694,50.38010234,0.075673707,765.1224191,1157.6135179999999,37384.38968,169731.5344,126.74081299999999 +36005026602,"Census Tract 266.02, Bronx County, New York",5714,4127.0,50300.0,346800.0,1037.0,2040.0,482.0,91.0,130.0,0.0,0.0,93.0,2944.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 266.02,5266.0,3431.0,215.0,18.0,164.0,0.0,1384.0,4017.0,35248.0,217000.0,594.0 +36005036400,"Census Tract 364, Bronx County, New York",2474,1726.0,64167.0,425800.0,449.0,0.0,1998.0,101.0,0.0,0.0,0.0,47.0,328.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 364,2699.0,22.0,2484.0,6.0,17.0,0.0,160.0,1808.0,62644.0,192400.0,342.0 +36005044902,"Census Tract 449.02, Bronx County, New York",1882,1376.0,68000.0,439600.0,575.0,1468.0,106.0,0.0,71.0,0.0,0.0,14.0,223.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 449.02,1992.0,1884.0,14.0,1.0,10.0,0.0,58.0,1457.0,45379.0,233000.0,287.0 +36005022300,"Census Tract 223, Bronx County, New York",5275,3252.0,26000.0,,241.0,95.0,733.0,0.0,11.0,0.0,15.0,199.0,4222.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 223,5559.999713,64.31728363,1512.604736,20.67341423,56.85188675,0.0,3848.700439,3055.645264,19676.99988,84999.99967,258.41766359999997 +36005025400,"Census Tract 254, Bronx County, New York",2325,1747.0,53110.0,469100.0,459.0,1346.0,80.0,27.0,201.0,0.0,35.0,32.0,631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 254,1886.0,1564.0,16.0,4.0,132.0,0.0,161.0,1516.0,45476.0,195100.0,309.0 +36005029600,"Census Tract 296, Bronx County, New York",1650,1200.0,56064.0,439700.0,667.0,403.0,325.0,19.0,486.0,0.0,0.0,14.0,411.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 296,3801.0,1711.0,377.0,12.0,1086.0,0.0,577.0,2587.0,29426.0,210500.0,1927.0 +36005037600,"Census Tract 376, Bronx County, New York",2257,1578.0,53255.0,323100.0,378.0,111.0,852.0,16.0,48.0,0.0,0.0,5.0,1225.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 376,2116.0,154.0,1265.0,3.0,22.0,0.0,643.0,1358.0,30132.0,197800.0,171.0 +36005002701,"Census Tract 27.01, Bronx County, New York",2958,1522.0,17383.0,,152.0,0.0,878.0,0.0,0.0,0.0,23.0,0.0,2057.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 27.01,3033.0,14.0,1033.0,2.0,3.0,0.0,1967.0,1533.0,12898.0,187500.0,161.0 +36005006500,"Census Tract 65, Bronx County, New York",5471,3202.0,25526.0,,329.0,276.0,1547.0,0.0,76.0,0.0,20.0,0.0,3552.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 65,4655.0,153.0,1318.0,20.0,104.0,0.0,3010.0,2589.0,17457.0,226600.0,310.0 +36005000100,"Census Tract 1, Bronx County, New York",7411,5522.0,,,119.0,536.0,4267.0,22.0,125.0,0.0,35.0,55.0,2371.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 1,12780.0,1091.0,7747.0,17.0,64.0,0.0,3443.0,9228.0,,,0.0 +36005006700,"Census Tract 67, Bronx County, New York",7314,3964.0,20972.0,346600.0,345.0,12.0,2570.0,0.0,0.0,53.0,0.0,0.0,4679.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 67,6491.0,80.0,1937.0,17.0,60.0,0.0,4370.0,3378.0,17353.0,187500.0,67.0 +36005040702,"Census Tract 407.02, Bronx County, New York",7050,4282.0,33419.0,,659.0,567.0,730.0,18.0,298.0,0.0,22.0,178.0,5255.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 407.02,6718.0,874.0,1048.0,37.0,460.0,3.0,4137.0,3795.0,28198.0,157800.0,577.0 +36005015700,"Census Tract 157, Bronx County, New York",4515,3131.0,34738.0,457900.0,473.0,36.0,980.0,0.0,66.0,0.0,0.0,0.0,3433.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 157,3574.1039530000003,41.0,1382.620791,9.0,19.0,0.0,2118.483162,1673.620791,20676.65337,235100.0,125.0 +36005038000,"Census Tract 380, Bronx County, New York",5225,3255.0,36781.0,272700.0,923.0,67.0,3614.0,0.0,122.0,0.0,48.0,27.0,1347.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 380,3910.0,91.0,3226.0,7.0,31.0,0.0,539.0,2346.0,30734.0,182800.0,462.0 +36005002500,"Census Tract 25, Bronx County, New York",5760,3466.0,22771.0,493300.0,310.0,141.0,1161.0,27.0,7.0,0.0,26.0,8.0,4417.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 25,5109.0,40.0,974.0,10.0,32.0,0.0,4038.0,2728.0,12221.0,92400.0,90.0 +36005006100,"Census Tract 61, Bronx County, New York",3869,3228.0,42200.0,22400.0,1046.0,84.0,2932.0,0.0,20.0,0.0,0.0,42.0,791.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 61,4039.0,84.0,3292.0,14.0,12.0,1.0,628.0,2998.0,30469.0,17300.0,446.0 +36005022701,"Census Tract 227.01, Bronx County, New York",5702,3644.0,31368.0,,840.0,90.0,1865.0,0.0,160.0,0.0,0.0,18.0,3569.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 227.01,3036.0,38.0,1169.0,3.0,12.0,0.0,1800.0,1610.0,19219.0,96000.0,77.0 +36005037504,"Census Tract 375.04, Bronx County, New York",3470,2072.0,20576.0,,367.0,72.0,1176.0,14.0,76.0,0.0,0.0,0.0,2146.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 375.04,3172.0,174.1763265,934.254694,6.020204082,55.00918367,1.0,1990.497347,1963.7461219999998,13103.81366,143697.5563,187.45183669999997 +36005020900,"Census Tract 209, Bronx County, New York",4784,3005.0,28438.0,,578.0,117.0,1733.0,0.0,0.0,0.0,32.0,0.0,2902.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 209,4588.999999000001,52.68270874,1263.395142,18.32658577,42.14810944,0.0,3169.299316,2491.3544920000004,19795.87095,85000.00154,211.5823212 +36005022200,"Census Tract 222, Bronx County, New York",3262,2261.0,40811.0,323400.0,343.0,191.0,423.0,6.0,700.0,0.0,65.0,42.0,1841.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 222,3024.0,334.0,331.0,9.0,319.0,0.0,1958.0,1815.0,33117.092580000004,194546.1929,310.0 +36005023800,"Census Tract 238, Bronx County, New York",2551,1551.0,50625.0,514900.0,386.0,338.0,504.0,14.0,185.0,0.0,0.0,34.0,1490.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 238,2335.0,876.0,137.0,4.0,123.0,0.0,1100.0,1551.0,31370.246310000002,224777.3585,269.0 +36005030701,"Census Tract 307.01, Bronx County, New York",5580,4112.0,87188.0,334700.0,2781.0,4054.0,311.0,0.0,170.0,0.0,44.0,100.0,901.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 307.01,5579.999798,4745.741754,191.44621630000003,2.72468226,205.67095680000003,0.0034688759999999996,399.887363,4357.051915999999,69533.81141000001,157363.9896,2766.018354 +36027150006,"Census Tract 1500.06, Dutchess County, New York",2021,1218.0,55938.0,266700.0,518.0,1683.0,43.0,0.0,100.0,0.0,0.0,53.0,142.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1500.06,1802.4855129999999,1661.616272,28.54088497,5.108603716,50.01565170000001,0.24463429999999997,48.73066711,1061.1489869999998,46223.33696,141359.1225,384.2625885 +36027640001,"Census Tract 6400.01, Dutchess County, New York",1319,1126.0,,,58.0,227.0,606.0,19.0,33.0,0.0,0.0,46.0,388.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 6400.01,1432.9999460000001,227.25657650000002,749.7202147999999,4.152528763,15.85511017,0.0,433.3730164,1188.755737,60041.99759,,23.02766037 +36027110005,"Census Tract 1100.05, Dutchess County, New York",2053,1394.0,62852.0,273600.0,478.0,1649.0,93.0,0.0,18.0,0.0,0.0,22.0,271.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1100.05,2232.99998,2027.036255,44.70814419,3.686044931,36.4488554,0.0,115.4649429,1553.243958,61744.42089,177289.4041,449.8504181 +36027200002,"Census Tract 2000.02, Dutchess County, New York",1515,1126.0,79167.0,356400.0,488.0,1304.0,11.0,51.0,23.0,0.0,0.0,60.0,117.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2000.02,1420.469901,1309.036987,42.53621292,3.8941605089999998,11.38293076,0.299550802,50.92363739,989.4163207999999,52103.99753,192700.0026,330.404541 +36027070401,"Census Tract 704.01, Dutchess County, New York",4795,2270.0,90000.0,208500.0,588.0,3328.0,204.0,4.0,421.0,0.0,0.0,165.0,673.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 704.01,3732.6063229999995,3255.930711,179.3242311,15.01726884,99.10212890000001,0.999672771,163.2157851,1973.564468,47805.18219,108213.9543,377.58303060000003 +36027140400,"Census Tract 1404, Dutchess County, New York",5615,3859.0,118500.0,289600.0,2255.0,4142.0,297.0,10.0,547.0,0.0,44.0,85.0,500.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1404,4949.673809000001,4127.6212,193.56205830000002,7.986130051,413.9191486,0.000575612,192.6180511,3283.556039,82287.49854,177478.2211,1684.794319 +36027140700,"Census Tract 1407, Dutchess County, New York",6542,4775.0,91368.0,272400.0,1889.0,4760.0,930.0,0.0,382.0,0.0,0.0,40.0,430.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1407,6424.774259000001,5472.244095,259.86888650000003,17.99040401,305.863523,0.9994243979999999,351.81584300000003,4382.790666,70069.86627,148802.0877,1580.2514199999998 +36027410000,"Census Tract 4100, Dutchess County, New York",4235,1471.0,65000.0,247500.0,542.0,2635.0,410.0,7.0,337.0,0.0,9.0,186.0,651.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 4100,3806.0,2870.0,281.0,8.0,409.0,1.0,209.0,1203.0,60481.0,145600.0,502.0 +36027140500,"Census Tract 1405, Dutchess County, New York",2999,2152.0,58068.0,241200.0,686.0,1719.0,579.0,33.0,245.0,0.0,0.0,50.0,373.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1405,2450.207077,1753.318977,186.1461858,6.944349684,369.2929857,0.0,123.5960576,1745.807904,49092.77699,159424.538,672.9275606000001 +36027610000,"Census Tract 6100, Dutchess County, New York",2050,1919.0,,,21.0,351.0,1057.0,30.0,29.0,0.0,21.0,59.0,533.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 6100,19.24836107,18.22816782,0.00564457,0.000675758,0.005008562,0.0,1.008466855,0.161188245,77999.99777,215200.00600000002,0.058075469000000005 +36027220201,"Census Tract 2202.01, Dutchess County, New York",3419,2309.0,36151.0,166000.0,326.0,945.0,1429.0,38.0,15.0,0.0,0.0,290.0,702.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2202.01,3356.5555719999998,1335.0404939999999,1506.968898,16.02638045,28.86251646,0.0,445.41416200000003,1905.198818,26140.27874,87497.71744,137.99444730000002 +36027080104,"Census Tract 801.04, Dutchess County, New York",3718,2458.0,102039.0,329000.0,1155.0,3289.0,4.0,3.0,153.0,0.0,12.0,21.0,236.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 801.04,3457.9149799999996,3187.913964,76.62329641,13.68583464,80.35613196,0.0,98.08158617,2206.6446809999998,71629.56558,199905.5845,745.0410266 +36027190301,"Census Tract 1903.01, Dutchess County, New York",3458,2590.0,78482.0,273200.0,868.0,2502.0,233.0,0.0,63.0,0.0,26.0,126.0,508.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1903.01,3556.0000229999996,2930.655273,218.52514649999998,12.95603561,139.92518619999998,0.0,247.02842709999996,2588.615967,54101.99871,146299.9973,910.3774413999998 +36027050204,"Census Tract 502.04, Dutchess County, New York",2799,1931.0,115321.0,391100.0,887.0,2316.0,56.0,0.0,215.0,0.0,0.0,0.0,212.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 502.04,2391.999945,2112.869873,59.91255188,5.887360573,104.93354029999999,0.0,100.4314423,1546.297974,78266.00251,210499.9978,587.0044556 +36027020003,"Census Tract 200.03, Dutchess County, New York",4298,3044.0,83016.0,211200.0,923.0,3787.0,112.0,92.0,75.0,0.0,0.0,76.0,248.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 200.03,4472.369517,3960.5331,142.4958692,24.98604519,81.29882549,0.0,249.59251519999998,2773.5176149999998,62217.77997999999,175049.4498,697.6781189 +36027050104,"Census Tract 501.04, Dutchess County, New York",6824,4630.0,110273.0,383000.0,2241.0,5704.0,198.0,0.0,399.0,0.0,0.0,305.0,218.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 501.04,4766.4360799999995,4315.166992,101.50134849999999,22.25198889,132.548357,0.0,182.5255928,3064.017517,81229.64063,200849.4974,1107.464447 +36027190101,"Census Tract 1901.01, Dutchess County, New York",3946,2917.0,97708.0,303400.0,1210.0,3121.0,140.0,18.0,380.0,0.0,0.0,23.0,264.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1901.01,4094.999999,3411.029785,164.2071228,24.42750549,249.02485660000002,0.6785418390000001,230.7042236,2706.7033690000003,64012.000720000004,172599.99899999998,877.3546142999999 +36027060301,"Census Tract 603.01, Dutchess County, New York",4308,3091.0,100357.0,284400.0,1163.0,3366.0,280.0,0.0,101.0,0.0,24.0,130.0,407.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 603.01,4463.899247,3873.667725,141.36409,8.744171142999999,200.38725280000003,0.0,234.63525389999998,3177.048828,59950.00172000001,156499.9993,1053.672607 +36027040003,"Census Tract 400.03, Dutchess County, New York",3866,2714.0,50234.0,262400.0,559.0,2648.0,192.0,0.0,11.0,0.0,0.0,79.0,936.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 400.03,3768.977745,3013.981445,388.998291,24.999843600000002,44.99972916,0.0,266.9985809,2409.985596,52908.2896,140062.8189,390.9975586 +36027190204,"Census Tract 1902.04, Dutchess County, New York",4776,3263.0,108688.0,299900.0,1399.0,3569.0,156.0,0.0,515.0,0.0,9.0,38.0,489.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1902.04,5196.602768,4277.842651,249.0984945,16.65801346,280.1065454,1.0,362.54612349999996,3525.4711,78806.08465,165383.95,1174.236416 +36027200001,"Census Tract 2000.01, Dutchess County, New York",3180,2295.0,89464.0,398100.0,856.0,2812.0,145.0,0.0,0.0,0.0,0.0,0.0,223.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2000.01,3303.206251,3043.9942539999997,98.88582068,9.074987083,26.53422278,0.694087453,118.4461774,2300.423007,52140.98633,192644.8323,767.7053063 +36027020004,"Census Tract 200.04, Dutchess County, New York",2732,1809.0,113092.0,350300.0,913.0,2298.0,40.0,29.0,27.0,0.0,0.0,2.0,365.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 200.04,2562.7123239999996,2275.483574,76.60659692,13.41420171,48.96661009,0.0,141.0999401,1602.653404,63911.93916,177387.4337,411.7738022 +36027190203,"Census Tract 1902.03, Dutchess County, New York",2607,1873.0,75956.0,260300.0,475.0,1751.0,154.0,0.0,61.0,0.0,134.0,44.0,463.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1902.03,2646.999997,2215.605637,161.8169012,10.01408446,95.33802795,0.028169014,159.57746509999998,1692.3661960000002,57497.161720000004,146700.4644,490.42253489999996 +36027140801,"Census Tract 1408.01, Dutchess County, New York",2781,1989.0,95104.0,246300.0,858.0,2180.0,23.0,0.0,243.0,0.0,0.0,49.0,286.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1408.01,2811.0,2440.0,158.0,10.0,75.0,0.0,120.0,1924.0,60455.0,133800.0,490.0 +36027130005,"Census Tract 1300.05, Dutchess County, New York",2571,1961.0,80222.0,250700.0,618.0,2154.0,56.0,0.0,0.0,0.0,0.0,0.0,361.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1300.05,2619.799705,2458.913532,50.86069312,17.63974559,20.78406605,0.518398293,65.89766174,1717.8323679999999,57933.99307999999,157718.0062,441.5116193 +36027060201,"Census Tract 602.01, Dutchess County, New York",3451,2421.0,78819.0,273800.0,944.0,2453.0,273.0,5.0,95.0,0.0,20.0,48.0,557.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 602.01,2799.280118,2447.8971739999997,123.3365507,8.565921962000001,53.83865768,0.370918751,157.0903368,2037.485905,51478.04492,133946.1244,577.6325897999999 +36027060400,"Census Tract 604, Dutchess County, New York",2127,1506.0,62917.0,220500.0,717.0,1535.0,154.0,0.0,110.0,0.0,0.0,28.0,300.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 604,1719.468827,1498.2380369999998,65.78223419,4.37499392,53.72978783,0.12114685,93.63069153,1238.537903,55154.252889999996,144588.8907,378.721283 +36027060302,"Census Tract 603.02, Dutchess County, New York",2602,1935.0,103077.0,341500.0,938.0,1501.0,165.0,0.0,768.0,0.0,0.0,37.0,131.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 603.02,831.3749073,721.4483002000001,26.32922717,1.628638953,37.31887744,1.06653e-05,43.69971868,591.7078802999999,59949.0555,156497.8436,196.2379089 +36027190102,"Census Tract 1901.02, Dutchess County, New York",1871,1424.0,71972.0,312800.0,409.0,1405.0,107.0,0.0,95.0,0.0,0.0,38.0,226.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1901.02,1768.964073,1473.501587,70.93443298,10.55222988,107.5741196,0.293117493,99.65995026,1169.2457279999999,64011.998289999996,172600.0001,379.00091549999996 +36027050103,"Census Tract 501.03, Dutchess County, New York",5594,3853.0,109464.0,327700.0,1574.0,4916.0,40.0,0.0,109.0,0.0,13.0,69.0,447.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 501.03,5204.999793999999,4683.651855,107.78152469999999,28.45916557,161.0667725,0.0,208.296875,3332.75,82580.00202,194999.9932,1206.184204 +36027220801,"Census Tract 2208.01, Dutchess County, New York",3801,2900.0,37697.0,279800.0,1046.0,2249.0,671.0,0.0,145.0,0.0,0.0,116.0,620.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2208.01,4218.000000999999,2594.812897,1081.8088380000002,15.45213223,67.66113186,0.0,438.14584349999996,2922.322021,32501.5739,159563.811,882.0052147 +36027220901,"Census Tract 2209.01, Dutchess County, New York",4010,2631.0,47904.0,179300.0,556.0,1564.0,1761.0,49.0,25.0,0.0,0.0,148.0,505.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2209.01,4154.9999960000005,2499.3611760000003,1120.191032,20.02436978,88.5910759,0.0,406.8249798,2676.438889,40702.4868,115922.365,679.9899292 +36027221001,"Census Tract 2210.01, Dutchess County, New York",3682,2958.0,76875.0,217400.0,1363.0,2820.0,616.0,0.0,96.0,6.0,0.0,0.0,144.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2210.01,3461.272456,2873.494615,316.235036,18.67551413,103.54555440000001,0.0,122.0694595,2560.031268,55791.84287000001,123889.5889,957.3341498 +36027010000,"Census Tract 100, Dutchess County, New York",4314,3035.0,53736.0,247500.0,719.0,3836.0,167.0,8.0,16.0,0.0,0.0,56.0,231.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 100,4071.031904,3709.182058,145.6687533,40.08729316,23.19485363,0.004090105,136.8598608,2854.857956,39298.81012,122309.7863,412.8207569 +36027120000,"Census Tract 1200, Dutchess County, New York",2504,1861.0,56912.0,240400.0,387.0,2346.0,15.0,0.0,6.0,0.0,0.0,12.0,125.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1200,2562.548691,2438.857707,31.55780727,31.90909103,20.94879977,0.0,35.27872837,1715.9657550000002,43130.62622,118418.6128,383.948275 +36027140200,"Census Tract 1402, Dutchess County, New York",6830,4956.0,73617.0,227300.0,1648.0,4559.0,1017.0,0.0,249.0,30.0,0.0,190.0,785.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1402,6059.486523,4921.793637,607.374282,12.04124319,208.090735,0.0,283.1309471,4161.310945,53514.47892,129601.2728,1175.052732 +36027100000,"Census Tract 1000, Dutchess County, New York",2997,2233.0,60536.0,250300.0,611.0,2254.0,108.0,0.0,92.0,0.0,0.0,57.0,486.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1000,3002.0,2793.0,78.0,13.0,20.0,1.0,98.0,2046.0,42038.0,128200.0,422.0 +36027220300,"Census Tract 2203, Dutchess County, New York",4691,2908.0,30699.0,146900.0,455.0,711.0,2874.0,29.0,27.0,0.0,22.0,55.0,973.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2203,4547.615143999999,1235.833967,2672.0780489999997,22.52341508,47.17637922,0.010859869,529.8700466,2484.508459,23911.66384,88274.35497,156.17231940000002 +36027300000,"Census Tract 3000, Dutchess County, New York",5416,3780.0,53654.0,211900.0,733.0,3127.0,426.0,164.0,322.0,0.0,0.0,21.0,1520.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 3000,4929.0,3664.0,326.0,18.0,168.0,0.0,742.0,3272.0,39123.0,124600.0,622.0 +36027040001,"Census Tract 400.01, Dutchess County, New York",4643,3125.0,54217.0,236400.0,589.0,4009.0,51.0,0.0,118.0,0.0,0.0,83.0,382.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 400.01,4789.650106,4357.223633,115.84641270000002,44.94041824,51.93115234,0.0,216.7126923,3092.899658,46841.99903,122599.9949,407.4598083 +36027060100,"Census Tract 601, Dutchess County, New York",4755,3726.0,87213.0,332300.0,1570.0,2529.0,594.0,23.0,375.0,1.0,136.0,25.0,1072.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 601,2925.2787780000003,2185.350912,281.81787099999997,3.0295063030000002,207.5998572,0.0,235.4546429,2120.907895,50330.79585,148809.5994,699.1915435 +36027140300,"Census Tract 1403, Dutchess County, New York",5864,3828.0,51329.0,185800.0,1219.0,3330.0,923.0,0.0,265.0,0.0,77.0,235.0,1034.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1403,6026.392453,4382.178947,936.7095809,27.95886098,309.2037001,3.9891400339999996,347.3760742,3922.720179,40048.79353,118881.6946,927.6389739 +36027170000,"Census Tract 1700, Dutchess County, New York",3784,2896.0,85536.0,299900.0,1102.0,3301.0,104.0,0.0,87.0,0.0,0.0,64.0,228.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1700,3548.9821939999997,3302.66155,73.75021471,22.03371909,44.05296381,4.3280699999999994e-05,94.47072956,2509.72156,54123.42718,182076.6937,787.8598477999999 +36027220100,"Census Tract 2201, Dutchess County, New York",4373,2999.0,26064.0,176800.0,575.0,2016.0,1250.0,0.0,78.0,7.0,42.0,287.0,693.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2201,4701.062847,2456.7831170000004,1476.624289,34.03214025,143.2037628,0.0,561.3878581,2827.381471,20770.817369999997,79527.3467,511.4833323 +36027220700,"Census Tract 2207, Dutchess County, New York",2426,1550.0,44233.0,116200.0,329.0,781.0,1156.0,4.0,17.0,0.0,4.0,131.0,333.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2207,2335.869812,758.4680525,1362.256323,5.00598238,50.03521818,0.0,149.0989866,1288.531407,25550.910490000002,86903.16112,138.1066888 +36027030000,"Census Tract 300, Dutchess County, New York",4270,2996.0,98094.0,344400.0,1231.0,3907.0,67.0,0.0,54.0,0.0,0.0,76.0,166.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 300,4024.5218090000003,3812.208489,66.55954244,17.06744904,56.11286778,0.00017314400000000002,70.50803769,2860.507695,66354.00277,169021.5987,1010.5087460000001 +36027050102,"Census Tract 501.02, Dutchess County, New York",4103,2914.0,97083.0,311300.0,1115.0,3461.0,136.0,8.0,81.0,0.0,0.0,33.0,384.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 501.02,3904.000002,3427.430493,144.6183876,8.18649501,107.79193240000001,0.0,190.7553596,2488.61623,67726.99092000001,168012.42,665.0872724999999 +36027070102,"Census Tract 701.02, Dutchess County, New York",3434,2462.0,59524.0,200000.0,612.0,2724.0,152.0,29.0,67.0,0.0,9.0,19.0,463.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 701.02,3569.5689759999996,3285.592041,115.17941280000001,15.88681602,34.75241089,0.0,106.2430801,2399.9021,55639.99757000001,129700.0077,527.2437133999999 +36027090000,"Census Tract 900, Dutchess County, New York",2308,1680.0,64239.0,330500.0,730.0,2079.0,42.0,0.0,20.0,0.0,0.0,96.0,71.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 900,4572.849569,2576.942638,1184.620905,38.06236092,40.34119109,0.005473026999999999,713.8503472,3567.9727700000003,54440.1581,151249.4319,536.0627276 +36027070101,"Census Tract 701.01, Dutchess County, New York",4371,3288.0,85274.0,232500.0,997.0,3799.0,125.0,0.0,40.0,6.0,12.0,153.0,236.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 701.01,4202.966305,3697.0163700000003,236.42523119999998,29.0173157,57.15855278,0.0,165.3404936,2716.663382,55780.192970000004,132298.1408,825.5195248 +36027080103,"Census Tract 801.03, Dutchess County, New York",4906,3202.0,121518.0,311000.0,1562.0,4011.0,144.0,0.0,312.0,0.0,0.0,6.0,433.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 801.03,4230.717563,3829.168474,100.3897295,10.490941000000001,120.14040020000002,0.0,154.32359350000002,2783.472127,71751.16834,173233.7102,889.1553167999999 +36027180001,"Census Tract 1800.01, Dutchess County, New York",4833,3480.0,93559.0,336400.0,1329.0,4397.0,89.0,24.0,85.0,0.0,0.0,74.0,188.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1800.01,4596.636874,4208.049747999999,129.9957094,14.69069646,64.9973762,0.0,168.0191189,3063.6548559999997,70464.31441,191355.275,928.7282299000001 +36027110003,"Census Tract 1100.03, Dutchess County, New York",4274,2859.0,104643.0,290300.0,976.0,3862.0,99.0,0.0,80.0,0.0,0.0,19.0,214.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1100.03,3240.248034,3038.828295,28.44632295,8.456390595,37.67134362,0.0,120.6958798,2190.1399300000003,59647.857679999994,176800.9216,603.4621252999999 +36027130003,"Census Tract 1300.03, Dutchess County, New York",5597,4065.0,73574.0,227700.0,1091.0,4523.0,426.0,0.0,153.0,0.0,72.0,194.0,229.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1300.03,4625.659369,4326.475579999999,101.6873047,16.29941421,41.7222937,0.13374608699999999,128.17636869999998,3170.813942,52425.94829,152449.0043,829.974822 +36027221100,"Census Tract 2211, Dutchess County, New York",4103,2625.0,34042.0,178600.0,281.0,1140.0,1426.0,0.0,0.0,0.0,38.0,24.0,1475.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2211,3165.00001,1008.196991,1546.0631560000002,15.44895947,37.12930632,0.0,527.7178421,1769.1984710000002,23837.83886,92770.18766,131.49576570000002 +36027210101,"Census Tract 2101.01, Dutchess County, New York",5380,3910.0,80694.0,273200.0,1742.0,3091.0,496.0,13.0,214.0,0.0,0.0,291.0,1275.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2101.01,5157.537668,3064.784075,1129.931143,28.33145425,75.09552816,0.0,824.9266369,3483.13502,46669.45815,120530.7806,624.3587243 +36027210201,"Census Tract 2102.01, Dutchess County, New York",3813,2719.0,64511.0,222400.0,862.0,1679.0,1107.0,24.0,66.0,0.0,51.0,79.0,814.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2102.01,4476.998217,2109.592773,1206.849976,32.72542953,72.63448334,0.0,1037.635498,2856.69043,37745.99957,114700.0034,557.9286499 +36027210301,"Census Tract 2103.01, Dutchess County, New York",4263,3045.0,69735.0,256400.0,933.0,2712.0,367.0,105.0,80.0,18.0,16.0,263.0,780.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 2103.01,4080.0898829999996,3116.266006,395.1764192,25.75242882,57.54925364,0.001107291,470.47794910000005,2769.7138879999998,57318.96632000001,121826.4068,518.2300596 +36027020005,"Census Tract 200.05, Dutchess County, New York",5353,3666.0,95842.0,332500.0,1387.0,4678.0,86.0,0.0,116.0,0.0,0.0,62.0,411.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 200.05,4374.7519649999995,3937.4582520000004,88.91034698,15.423223499999999,103.4263229,0.0,222.2758636,2846.03833,72109.00128,189200.0033,806.5438843 +36027050205,"Census Tract 502.05, Dutchess County, New York",5417,3719.0,94006.0,361500.0,1503.0,4605.0,20.0,28.0,29.0,0.0,216.0,182.0,337.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 502.05,4860.946589,4465.722168,110.476059,13.22600746,98.02805328,0.0,165.71408080000003,3154.791748,78000.00186,215199.9983,1136.658569 +36027070201,"Census Tract 702.01, Dutchess County, New York",2954,2076.0,71364.0,224900.0,717.0,2389.0,194.0,16.0,56.0,0.0,0.0,14.0,285.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 702.01,3039.073538,2755.34668,88.91438293,9.990379333,61.94035339,0.0,111.8922577,2012.0625,42660.99894,122800.0,537.4824219 +36027070301,"Census Tract 703.01, Dutchess County, New York",5661,3962.0,74005.0,224000.0,1064.0,4729.0,500.0,0.0,235.0,0.0,0.0,27.0,170.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 703.01,6280.480138,5609.604004,362.39297489999996,39.9331131,87.85284424,0.0,126.78762820000001,4174.008301,52016.99794,130599.9977,1019.2926640000001 +36027080202,"Census Tract 802.02, Dutchess County, New York",2741,1907.0,110694.0,340500.0,775.0,2206.0,148.0,0.0,245.0,0.0,0.0,25.0,117.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 802.02,2321.5304579999997,2025.7191010000001,66.96151304,5.86430198,96.36564398,0.0,117.62663459999999,1537.053085,76779.48197000001,174277.0615,612.4471474 +36027160004,"Census Tract 1600.04, Dutchess County, New York",2505,1934.0,98333.0,411400.0,1037.0,2337.0,45.0,0.0,13.0,0.0,0.0,28.0,82.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1600.04,2317.987477,2039.889509,125.12414070000001,5.693822442,45.24711129999999,0.0,99.18557568,1639.7221220000001,59199.08591,179356.3879,716.2946837000001 +36027110004,"Census Tract 1100.04, Dutchess County, New York",2009,1592.0,79625.0,356300.0,570.0,1574.0,23.0,0.0,0.0,0.0,0.0,60.0,352.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1100.04,2047.999941,1811.358643,58.85057449,1.858439207,40.88566208,0.0,128.8517761,1455.7773439999999,63281.00176,177700.0041,436.7331848 +36027080201,"Census Tract 802.01, Dutchess County, New York",4315,2995.0,103571.0,263800.0,1194.0,3483.0,235.0,59.0,155.0,0.0,0.0,7.0,423.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 802.01,4953.106778,4306.278875,145.3809241,12.64438666,212.10402459999997,0.000171645,257.7373754,3280.299438,77266.22248,174699.6039,1334.957044 +36027050203,"Census Tract 502.03, Dutchess County, New York",4575,3205.0,107500.0,353000.0,1444.0,3268.0,71.0,32.0,315.0,0.0,0.0,400.0,521.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 502.03,4457.000034000001,3936.898438,111.63471979999998,10.96988583,195.5220795,0.0,187.1333466,2881.208252,78265.9975,210499.9962,1093.762085 +36027160003,"Census Tract 1600.03, Dutchess County, New York",2664,2091.0,81719.0,360300.0,870.0,2353.0,73.0,0.0,56.0,0.0,8.0,14.0,160.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1600.03,2504.539916,2266.919934,86.92330652,6.518080867,44.46541916,0.0,97.21831485,1866.958915,50486.662039999996,173212.4364,709.1639675 +36027160005,"Census Tract 1600.05, Dutchess County, New York",2608,2058.0,65238.0,366200.0,1142.0,2227.0,120.0,0.0,112.0,0.0,0.0,20.0,129.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1600.05,2935.822353,2683.466919,81.71753693,7.810893059,50.17459488,0.0,109.97815320000001,2229.856506,47570.64024,170894.5169,803.2550659 +36027060202,"Census Tract 602.02, Dutchess County, New York",4302,2914.0,69048.0,238400.0,758.0,2908.0,236.0,0.0,140.0,0.0,6.0,204.0,808.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 602.02,3845.8888520000005,3358.4836090000003,172.0119504,11.93385916,73.17620631,0.5068164470000001,218.46645469999999,2797.506678,51491.805,133687.5346,789.5057292 +36027640002,"Census Tract 6400.02, Dutchess County, New York",1467,1376.0,24375.0,,79.0,365.0,713.0,23.0,13.0,0.0,0.0,3.0,350.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 6400.02,2333.1836120000003,370.01489260000005,1220.68042,6.761069298,25.814992899999996,0.0,705.6098022000001,1935.5097660000001,60041.99714,,37.49320221 +36027190402,"Census Tract 1904.02, Dutchess County, New York",3537,2466.0,82292.0,278200.0,793.0,2462.0,122.0,0.0,135.0,0.0,0.0,56.0,762.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1904.02,2920.423152,2481.454346,141.743866,13.11286831,97.40988159,0.0,175.462677,1986.911743,54792.002089999994,143400.0,497.6645813 +36027190401,"Census Tract 1904.01, Dutchess County, New York",2127,1446.0,86250.0,232900.0,340.0,1584.0,183.0,3.0,0.0,0.0,0.0,84.0,273.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1904.01,2136.974088,1806.047791,108.63250159999998,9.273082256,73.55838490000001,0.0,131.9627895,1472.00119,54648.81022000001,143760.6702,396.72155 +36027130004,"Census Tract 1300.04, Dutchess County, New York",1601,1159.0,96250.0,286900.0,443.0,1442.0,47.0,2.0,13.0,0.0,0.0,9.0,88.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1300.04,1775.4588850000002,1666.124714,34.69867762,11.94675546,14.10577769,0.349910825,44.68128486,1164.184234,57903.34072000001,157551.8943,298.88269360000004 +36027140101,"Census Tract 1401.01, Dutchess County, New York",5938,2272.0,76346.0,201000.0,583.0,4073.0,568.0,70.0,213.0,0.0,36.0,167.0,811.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1401.01,6215.896291,5018.36809,638.249021,26.92371232,160.473163,0.000327243,345.9566793,2726.88728,44618.529039999994,107893.8745,404.7403819 +36027150005,"Census Tract 1500.05, Dutchess County, New York",2681,1906.0,75880.0,309000.0,787.0,2425.0,78.0,26.0,14.0,0.0,9.0,18.0,137.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1500.05,2505.695531,2317.957133,38.30254537,6.836784347,65.86178748,0.655722618,64.91951803,1542.782912,48460.79967,148693.5615,567.5396316 +36027150004,"Census Tract 1500.04, Dutchess County, New York",3464,2421.0,87202.0,281100.0,1131.0,3124.0,85.0,24.0,54.0,0.0,0.0,6.0,195.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1500.04,3456.2182420000004,3202.4736940000003,51.75068569,9.266401052,88.67957687,1.0928781029999999,87.72341156,2168.1687620000002,49399.05936,151630.4523,802.8357239000001 +36027140602,"Census Tract 1406.02, Dutchess County, New York",2877,1938.0,81875.0,224800.0,619.0,1961.0,161.0,0.0,135.0,0.0,0.0,169.0,451.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1406.02,2992.0,2365.0,280.0,1.0,140.0,0.0,196.0,1913.0,60994.0,137500.0,395.0 +36027150003,"Census Tract 1500.03, Dutchess County, New York",3072,1111.0,59000.0,246800.0,487.0,2446.0,56.0,10.0,200.0,0.0,0.0,76.0,284.0,New York City,New York-Newark-Jersey City,NY,Dutchess County,Census Tract 1500.03,2629.999965,2415.125918,43.34046946,7.7556700670000005,77.09641966,0.00129199,74.36186156,1472.236799,43719.29999,132534.075,523.0340464 +36047007000,"Census Tract 70, Kings County, New York",2552,1852.0,50380.0,,839.0,1355.0,148.0,65.0,419.0,0.0,0.0,24.0,558.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 70,2549.0,1444.0,144.0,0.0,418.0,0.0,436.0,1893.0,39831.0,244300.0,462.0 +36047010600,"Census Tract 106, Kings County, New York",4862,3466.0,41047.0,843200.0,572.0,309.0,10.0,0.0,3898.0,0.0,0.0,103.0,542.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 106,5460.0,636.0,74.0,14.0,3698.0,0.0,977.0,3402.0,26895.0,244700.0,379.0 +36047010800,"Census Tract 108, Kings County, New York",4303,3014.0,38042.0,772900.0,357.0,403.0,42.0,0.0,3127.0,0.0,0.0,0.0,731.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 108,4773.0,962.0,59.0,19.0,2401.0,0.0,1201.0,2847.0,28844.0,217800.0,411.0 +36047012100,"Census Tract 121, Kings County, New York",1948,1557.0,101786.0,1036600.0,1012.0,1071.0,59.0,0.0,169.0,0.0,0.0,20.0,629.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 121,1796.0,521.0,153.0,6.0,155.0,3.0,912.0,1144.0,36343.0,203400.0,220.0 +36047012902,"Census Tract 129.02, Kings County, New York",2114,1608.0,110694.0,1700000.0,1243.0,1316.0,143.0,6.0,95.0,0.0,19.0,70.0,471.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 129.02,2125.0,1101.0,442.0,17.0,85.0,0.0,448.0,1602.0,55625.0,458500.0,956.0 +36047013700,"Census Tract 137, Kings County, New York",3494,2569.0,109081.0,1217400.0,1587.0,2098.0,242.0,0.0,265.0,0.0,22.0,198.0,669.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 137,2972.0,1677.0,251.0,10.0,161.0,3.0,839.0,1937.0,57042.0,372800.0,965.0 +36047014300,"Census Tract 143, Kings County, New York",3631,2621.0,102470.0,994400.0,1639.0,1667.0,61.0,12.0,258.0,0.0,53.0,86.0,1494.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 143,3682.0,1063.0,138.0,6.0,149.0,0.0,2294.0,2336.0,31771.0,223300.0,540.0 +36047015100,"Census Tract 151, Kings County, New York",4185,2985.0,122456.0,1230300.0,2305.0,2661.0,205.0,0.0,213.0,0.0,10.0,339.0,757.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 151,3390.0,2347.0,213.0,19.0,203.0,0.0,517.0,2498.0,66815.0,431900.0,1771.0 +36047015400,"Census Tract 154, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047015700,"Census Tract 157, Kings County, New York",4079,3277.0,120272.0,882500.0,2867.0,2965.0,135.0,31.0,400.0,0.0,15.0,152.0,381.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 157,4143.0,3197.0,355.0,12.0,238.0,0.0,303.0,3260.0,68787.0,362900.0,2437.0 +36047016500,"Census Tract 165, Kings County, New York",5859,4303.0,152143.0,1244900.0,3861.0,4422.0,129.0,15.0,504.0,0.0,20.0,379.0,390.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 165,4847.0,3997.0,258.0,11.0,241.0,5.0,282.0,3741.0,77871.0,401300.0,2946.0 +36047017800,"Census Tract 178, Kings County, New York",3058,2082.0,60733.0,642900.0,550.0,702.0,94.0,0.0,1190.0,12.0,0.0,118.0,942.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 178,2579.0,1449.0,19.0,12.0,811.0,0.0,271.0,1689.0,31652.0,331100.0,313.0 +36047017900,"Census Tract 179, Kings County, New York",4540,3288.0,52266.0,1118200.0,1458.0,819.0,2555.0,0.0,213.0,0.0,41.0,174.0,738.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 179,3379.0,293.0,2569.0,5.0,69.0,0.0,432.0,2325.0,38750.0,217200.0,699.0 +36047019100,"Census Tract 191, Kings County, New York",2826,1888.0,86225.0,1106200.0,1262.0,1455.0,612.0,0.0,170.0,0.0,9.0,181.0,399.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 191,2816.0,616.0,971.0,8.0,97.0,0.0,1103.0,1695.0,38099.0,210200.0,502.0 +36047036200,"Census Tract 362, Kings County, New York",3480,2342.0,31250.0,503200.0,831.0,1416.0,40.0,108.0,957.0,0.0,0.0,0.0,959.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 362,5084.0,1568.0,193.0,30.0,1324.0,0.0,1869.0,3109.0,18854.0,203700.0,386.0 +36047036600,"Census Tract 366, Kings County, New York",5165,3497.0,37414.0,507500.0,1239.0,2279.0,100.0,0.0,1280.0,0.0,0.0,233.0,1273.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 366,4449.0,1943.0,109.0,16.0,1401.0,0.0,875.0,2800.0,30817.0,197700.0,581.0 +36047112000,"Census Tract 1120, Kings County, New York",3048,1910.0,24135.0,458900.0,310.0,84.0,1769.0,0.0,0.0,0.0,0.0,0.0,1195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1120,3142.0,26.0,1839.0,12.0,8.0,0.0,1237.0,1886.0,30145.0,175100.0,235.0 +36047113000,"Census Tract 1130, Kings County, New York",4000,2369.0,31615.0,380700.0,362.0,26.0,3352.0,39.0,0.0,0.0,59.0,76.0,461.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1130,3544.0,16.0,2672.0,20.0,9.0,0.0,814.0,1840.0,18333.0,158200.0,117.0 +36047113200,"Census Tract 1132, Kings County, New York",1956,1279.0,59792.0,357800.0,238.0,41.0,1627.0,9.0,19.0,0.0,0.0,0.0,260.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1132,1387.0,3.0,1047.0,5.0,2.0,0.0,325.0,859.0,20288.0,143600.0,80.0 +36047054800,"Census Tract 548, Kings County, New York",2068,1259.0,62989.0,817600.0,732.0,1833.0,16.0,0.0,21.0,0.0,4.0,82.0,112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 548,2077.0,1936.0,12.0,0.0,77.0,0.0,46.0,1287.0,50227.0,325000.0,632.0 +36047037500,"Census Tract 375, Kings County, New York",3042,1854.0,38056.0,620000.0,413.0,546.0,1408.0,125.0,444.0,0.0,4.0,54.0,586.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 375,2831.0,35.0,2242.0,5.0,48.0,2.0,491.0,1625.0,20510.0,222100.0,71.0 +36047116200,"Census Tract 1162, Kings County, New York",2276,1409.0,39250.0,355400.0,197.0,7.0,1806.0,34.0,17.0,82.0,16.0,57.0,272.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1162,2290.0,17.0,1781.0,9.0,19.0,0.0,463.0,1312.0,40104.0,148000.0,139.0 +36047116600,"Census Tract 1166, Kings County, New York",3012,1811.0,40405.0,370300.0,376.0,105.0,1701.0,0.0,21.0,0.0,56.0,125.0,1004.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1166,2599.0,44.0,1191.0,3.0,77.0,2.0,1263.0,1372.0,25833.0,144800.0,120.0 +36047040100,"Census Tract 401, Kings County, New York",3244,2271.0,44412.0,685200.0,752.0,554.0,1636.0,1.0,141.0,0.0,0.0,14.0,898.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 401,3157.0,33.0,1864.0,16.0,20.0,0.0,1209.0,1678.0,21029.0,175500.0,103.0 +36047033100,"Census Tract 331, Kings County, New York",4046,2864.0,42438.0,948100.0,710.0,2357.0,1511.0,0.0,0.0,0.0,0.0,0.0,178.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 331,4725.0,2240.0,2054.0,8.0,25.0,0.0,225.0,2439.0,26954.0,270000.0,415.0 +36047035700,"Census Tract 357, Kings County, New York",2425,1398.0,27375.0,377800.0,228.0,48.0,1852.0,8.0,11.0,0.0,57.0,45.0,404.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 357,2295.0,8.0,1917.0,5.0,17.0,0.0,344.0,1282.0,19712.0,258300.0,82.0 +36047090000,"Census Tract 900, Kings County, New York",4830,2883.0,22978.0,472500.0,316.0,11.0,3708.0,0.0,9.0,0.0,80.0,32.0,990.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 900,5520.0,24.0,4482.0,19.0,11.0,0.0,972.0,2817.0,17869.0,174500.0,97.0 +36047099600,"Census Tract 996, Kings County, New York",4240,2981.0,69676.0,554400.0,787.0,175.0,3814.0,0.0,140.0,0.0,0.0,0.0,111.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 996,3875.0,600.0,2911.0,3.0,91.0,1.0,226.0,2290.0,45345.0,258100.0,487.0 +36047061200,"Census Tract 612, Kings County, New York",990,767.0,86953.0,922600.0,350.0,990.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 612,1177.0,1121.0,5.0,0.0,23.0,0.0,24.0,894.0,69013.0,455200.0,445.0 +36047044500,"Census Tract 445, Kings County, New York",5066,3459.0,57604.0,522000.0,1235.0,1073.0,299.0,57.0,433.0,0.0,105.0,112.0,3044.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 445,4576.0,297.0,201.0,57.0,718.0,2.0,3132.0,2636.0,30417.0,168200.0,366.0 +36047047200,"Census Tract 472, Kings County, New York",2777,1333.0,51958.0,884500.0,309.0,2745.0,24.0,0.0,0.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 472,2969.0,2802.0,20.0,8.0,13.0,0.0,60.0,1331.0,26953.0,390200.0,455.0 +36047054400,"Census Tract 544, Kings County, New York",3344,2317.0,49091.0,527600.0,871.0,2581.0,0.0,0.0,549.0,0.0,16.0,2.0,196.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 544,3705.0,2988.0,36.0,5.0,572.0,0.0,89.0,2356.0,42733.0,260000.0,803.0 +36047068200,"Census Tract 682, Kings County, New York",3050,2205.0,99583.0,461700.0,790.0,531.0,1980.0,0.0,205.0,0.0,0.0,15.0,319.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 682,2238.0,1257.0,640.0,20.0,69.0,0.0,237.0,1558.0,51852.0,192000.0,301.0 +36047080600,"Census Tract 806, Kings County, New York",3730,2131.0,39870.0,476900.0,632.0,1397.0,2003.0,0.0,145.0,0.0,0.0,0.0,185.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 806,2770.0,42.0,2495.0,8.0,16.0,0.0,196.0,1633.0,34831.0,155400.0,181.0 +36047085400,"Census Tract 854, Kings County, New York",1987,1284.0,50216.0,442100.0,296.0,52.0,1618.0,0.0,6.0,0.0,0.0,127.0,184.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 854,2210.0,58.0,1982.0,9.0,12.0,0.0,141.0,1412.0,50817.0,179600.0,280.0 +36047091000,"Census Tract 910, Kings County, New York",4876,3253.0,11560.0,,142.0,0.0,3256.0,0.0,0.0,0.0,92.0,16.0,1512.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 910,5642.0,31.0,4171.0,16.0,5.0,0.0,1413.0,2999.0,7987.0,137500.0,36.0 +36047017000,"Census Tract 170, Kings County, New York",3419,2433.0,66510.0,837500.0,701.0,1577.0,70.0,0.0,1250.0,0.0,0.0,0.0,522.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 170,2882.0,2181.0,9.0,5.0,392.0,3.0,207.0,2049.0,47569.0,289900.0,535.0 +36047057100,"Census Tract 571, Kings County, New York",3800,3307.0,57614.0,571700.0,1682.0,3353.0,38.0,0.0,83.0,0.0,0.0,57.0,269.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 571,5083.0,4647.0,8.0,7.0,104.0,0.0,216.0,3780.0,35282.0,231900.0,636.0 +36047070000,"Census Tract 700, Kings County, New York",1715,1156.0,59583.0,578700.0,422.0,1586.0,46.0,7.0,17.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 700,1736.0,1615.0,25.0,1.0,46.0,0.0,45.0,1247.0,53229.0,273700.0,268.0 +36047075800,"Census Tract 758, Kings County, New York",1659,1166.0,86625.0,835100.0,622.0,1529.0,10.0,0.0,49.0,0.0,0.0,15.0,56.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 758,1877.0,1756.0,15.0,6.0,62.0,0.0,34.0,1145.0,50662.0,345700.0,548.0 +36047084000,"Census Tract 840, Kings County, New York",2482,1768.0,49487.0,419700.0,322.0,82.0,2196.0,0.0,29.0,0.0,0.0,26.0,149.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 840,2512.0,76.0,2262.0,9.0,16.0,0.0,140.0,1644.0,50125.0,185100.0,344.0 +36047014700,"Census Tract 147, Kings County, New York",2535,1880.0,87679.0,1034700.0,968.0,1151.0,68.0,42.0,121.0,0.0,14.0,76.0,1105.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 147,1979.999959,633.1707153,103.73983759999999,5.36585331,66.17886353,1.788617849,1119.674805,1246.666626,34878.000660000005,183199.99899999998,213.73983760000002 +36047021300,"Census Tract 213, Kings County, New York",4228,3195.0,42480.0,,1199.0,799.0,2992.0,0.0,55.0,0.0,15.0,99.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 213,4735.0,97.0,4235.0,7.0,45.0,1.0,324.0,2953.0,28696.0,218400.0,388.0 +36047024600,"Census Tract 246, Kings County, New York",2892,1849.0,46027.0,840000.0,553.0,1602.0,1.0,9.0,1031.0,0.0,0.0,53.0,205.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 246,2911.0,1881.0,2.0,8.0,817.0,1.0,126.0,1973.0,41738.0,252400.0,374.0 +36047030100,"Census Tract 301, Kings County, New York",2675,1929.0,44911.0,614800.0,405.0,189.0,1965.0,0.0,197.0,0.0,0.0,0.0,324.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 301,2650.0,5.0,2273.0,15.0,4.0,0.0,349.0,1540.0,30636.0,181000.0,154.0 +36047033000,"Census Tract 330, Kings County, New York",4948,3123.0,27965.0,388200.0,627.0,816.0,2726.0,0.0,208.0,0.0,0.0,156.0,1042.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 330,5288.0,663.0,3187.0,30.0,83.0,0.0,1276.0,2809.0,20276.0,156400.0,335.0 +36047021200,"Census Tract 212, Kings County, New York",4858,3623.0,40472.0,756500.0,500.0,1155.0,0.0,0.0,3246.0,0.0,0.0,32.0,425.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 212,3638.0,1526.0,17.0,5.0,1550.0,0.0,361.0,2662.0,29179.0,297400.0,392.0 +36047038100,"Census Tract 381, Kings County, New York",5459,3441.0,32933.0,848900.0,709.0,393.0,4194.0,0.0,0.0,0.0,0.0,80.0,792.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 381,4849.0,13.0,4307.0,23.0,18.0,0.0,469.0,2768.0,16560.0,168100.0,172.0 +36047040400,"Census Tract 404, Kings County, New York",2352,1793.0,52438.0,772600.0,384.0,1041.0,12.0,0.0,1024.0,0.0,0.0,23.0,252.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 404,2109.0,1435.0,4.0,9.0,512.0,0.0,142.0,1440.0,39028.0,300700.0,271.0 +36047027600,"Census Tract 276, Kings County, New York",4103,2828.0,53813.0,748000.0,798.0,1311.0,0.0,0.0,1641.0,0.0,0.0,0.0,1151.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 276,3331.0,2153.0,9.0,7.0,773.0,0.0,352.0,2304.0,30496.0,316400.0,428.0 +36047038600,"Census Tract 386, Kings County, New York",3730,2500.0,57188.0,594100.0,633.0,1356.0,1.0,0.0,1377.0,0.0,8.0,38.0,950.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 386,3377.0,1988.0,95.0,10.0,756.0,0.0,422.0,2284.0,26129.0,233400.0,298.0 +36047043000,"Census Tract 430, Kings County, New York",3602,2588.0,37813.0,607800.0,691.0,1564.0,0.0,0.0,1595.0,0.0,0.0,37.0,406.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 430,3291.0,2238.0,16.0,4.0,710.0,0.0,303.0,2384.0,27260.0,261300.0,453.0 +36047048600,"Census Tract 486, Kings County, New York",3355,2075.0,47981.0,708900.0,595.0,851.0,106.0,0.0,1473.0,0.0,0.0,14.0,911.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 486,3576.0,800.0,189.0,27.0,1363.0,0.0,1095.0,2159.0,30329.0,274600.0,346.0 +36047052800,"Census Tract 528, Kings County, New York",1868,1290.0,83523.0,1056600.0,796.0,1010.0,140.0,0.0,448.0,0.0,0.0,31.0,239.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 528,2105.0,1105.0,237.0,12.0,534.0,0.0,132.0,1280.0,48750.0,309000.0,591.0 +36047055000,"Census Tract 550, Kings County, New York",3496,2436.0,60568.0,477800.0,1170.0,2367.0,43.0,0.0,423.0,0.0,0.0,64.0,599.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 550,3572.0,2952.0,73.0,2.0,276.0,0.0,235.0,2419.0,29148.0,296200.0,810.0 +36047058900,"Census Tract 589, Kings County, New York",1817,1511.0,82045.0,842400.0,776.0,1439.0,33.0,0.0,146.0,0.0,0.0,32.0,167.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 589,1774.0,1624.0,8.0,1.0,21.0,0.0,107.0,1203.0,41552.0,221600.0,247.0 +36047062600,"Census Tract 626, Kings County, New York",2817,2040.0,55833.0,330300.0,810.0,1391.0,252.0,0.0,691.0,0.0,0.0,85.0,398.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 626,2720.0,1872.0,201.0,10.0,293.0,1.0,293.0,1905.0,41733.0,172400.0,456.0 +36047029300,"Census Tract 293, Kings County, New York",3156,2338.0,38576.0,1040100.0,779.0,159.0,2034.0,41.0,150.0,0.0,0.0,28.0,744.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 293,3277.0,14.0,2879.0,30.0,37.0,0.0,307.0,2019.0,22500.0,205400.0,221.0 +36047026900,"Census Tract 269, Kings County, New York",3302,2409.0,62125.0,1192300.0,955.0,236.0,2419.0,0.0,227.0,0.0,0.0,42.0,378.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 269,2809.0,34.0,2555.0,23.0,63.0,0.0,108.0,1663.0,26905.0,211400.0,177.0 +36047028100,"Census Tract 281, Kings County, New York",5076,2938.0,27265.0,487800.0,482.0,455.0,2467.0,6.0,186.0,0.0,0.0,168.0,1794.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 281,3579.0,23.0,2277.0,5.0,14.0,0.0,1259.0,1674.0,12194.0,206500.0,84.0 +36047028400,"Census Tract 284, Kings County, New York",3712,2739.0,49200.0,834000.0,812.0,1977.0,60.0,12.0,1251.0,0.0,0.0,23.0,401.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 284,3826.0,2520.0,19.0,0.0,659.0,0.0,484.0,2652.0,30727.0,329400.0,728.0 +36047030300,"Census Tract 303, Kings County, New York",5120,3051.0,28380.0,580200.0,597.0,75.0,3757.0,0.0,45.0,0.0,0.0,62.0,1181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 303,3409.0,15.0,3001.0,9.0,31.0,0.0,339.0,1729.0,15020.0,208100.0,144.0 +36047031500,"Census Tract 315, Kings County, New York",4776,3823.0,53563.0,801700.0,2070.0,1346.0,2696.0,0.0,184.0,0.0,0.0,210.0,340.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 315,5371.0,30.0,4876.0,9.0,68.0,0.0,345.0,3445.0,26019.0,198300.0,380.0 +36047059200,"Census Tract 592, Kings County, New York",4641,3525.0,60982.0,524900.0,1404.0,2477.0,314.0,0.0,1375.0,0.0,17.0,74.0,384.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 592,3987.0,2577.0,52.0,13.0,1099.0,0.0,168.0,2931.0,39375.0,231400.0,987.0 +36047063600,"Census Tract 636, Kings County, New York",1453,1040.0,105987.0,597300.0,526.0,1055.0,0.0,14.0,126.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 636,1283.0,1097.0,6.0,7.0,36.0,0.0,103.0,982.0,76854.0,222900.0,322.0 +36047064800,"Census Tract 648, Kings County, New York",2240,1430.0,78103.0,580600.0,465.0,1504.0,492.0,0.0,60.0,0.0,0.0,25.0,159.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 648,1974.0,1239.0,315.0,5.0,181.0,0.0,222.0,1220.0,61902.0,223500.0,328.0 +36047065200,"Census Tract 652, Kings County, New York",1053,882.0,91845.0,569100.0,410.0,900.0,31.0,0.0,72.0,0.0,0.0,28.0,22.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 652,1173.0,988.0,17.0,0.0,64.0,0.0,97.0,833.0,63958.0,224600.0,154.0 +36047066200,"Census Tract 662, Kings County, New York",1670,1209.0,84750.0,497100.0,396.0,1194.0,12.0,0.0,192.0,0.0,65.0,19.0,188.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 662,1366.0,1093.0,13.0,3.0,69.0,0.0,185.0,1035.0,48419.0,193600.0,238.0 +36047067600,"Census Tract 676, Kings County, New York",1969,1506.0,83382.0,450000.0,566.0,179.0,1444.0,0.0,99.0,0.0,10.0,0.0,237.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 676,1738.0,405.0,1055.0,15.0,70.0,0.0,161.0,1119.0,55119.0,209900.0,264.0 +36047069800,"Census Tract 698, Kings County, New York",1478,1045.0,69375.0,495500.0,345.0,1097.0,55.0,0.0,162.0,0.0,0.0,0.0,164.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 698,1294.259549,1173.416424,25.71078146,2.0,31.0,0.0,44.13234425,893.7301712000001,74352.18557,218801.5912,243.3234444 +36047072000,"Census Tract 720, Kings County, New York",2261,1447.0,78750.0,575900.0,493.0,80.0,1998.0,0.0,121.0,0.0,0.0,32.0,30.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 720,1643.0,481.0,988.0,0.0,20.0,1.0,134.0,970.0,34712.0,287400.0,149.0 +36047073600,"Census Tract 736, Kings County, New York",3569,2428.0,70033.0,454000.0,751.0,286.0,2310.0,0.0,282.0,0.0,78.0,32.0,581.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 736,3337.025252,406.68753050000004,2230.318115,2.983037949,333.1059265,0.0,293.3320618,2187.561279,45944.001710000004,186200.0008,337.083313 +36047074200,"Census Tract 742, Kings County, New York",3326,2102.0,80543.0,582200.0,632.0,1208.0,1516.0,11.0,171.0,0.0,8.0,100.0,323.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 742,3348.0,910.0,2026.0,0.0,153.0,0.0,244.0,1930.0,50085.0,221700.0,393.0 +36047074600,"Census Tract 746, Kings County, New York",2600,1518.0,82159.0,660900.0,506.0,1836.0,378.0,0.0,120.0,0.0,31.0,49.0,186.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 746,1985.0,1246.0,451.0,2.0,121.0,0.0,155.0,1299.0,48466.0,224300.0,431.0 +36047076600,"Census Tract 766, Kings County, New York",2416,1605.0,67736.0,821100.0,490.0,284.0,1657.0,0.0,35.0,0.0,15.0,45.0,380.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 766,2297.0,159.0,1801.0,5.0,39.0,0.0,286.0,1353.0,38796.0,275000.0,259.0 +36047077000,"Census Tract 770, Kings County, New York",3131,1868.0,49951.0,519500.0,861.0,356.0,1961.0,0.0,98.0,0.0,0.0,169.0,547.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 770,3063.0,206.0,2457.0,4.0,81.0,0.0,287.0,1961.0,41775.0,286600.0,406.0 +36047078000,"Census Tract 780, Kings County, New York",2551,1943.0,83478.0,459500.0,559.0,57.0,2347.0,0.0,0.0,0.0,8.0,19.0,120.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 780,2548.831406,125.0777366,2277.792156,3.0244518439999997,20.07205175,0.0,98.94497085,1653.133375,60212.21329,194604.169,425.0601489 +36047078400,"Census Tract 784, Kings County, New York",2612,1934.0,82174.0,506300.0,649.0,93.0,2220.0,0.0,34.0,0.0,65.0,19.0,181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 784,2740.0,143.0,2377.0,5.0,35.0,0.0,159.0,1785.0,51972.0,218200.0,327.0 +36047114202,"Census Tract 1142.02, Kings County, New York",2837,1846.0,48837.0,437100.0,319.0,63.0,926.0,0.0,0.0,0.0,15.0,7.0,1826.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1142.02,2508.0,79.0,1013.0,12.0,59.0,0.0,1310.0,1661.0,40039.0,181900.0,275.0 +36047117601,"Census Tract 1176.01, Kings County, New York",3037,1862.0,47131.0,435400.0,219.0,195.0,616.0,0.0,76.0,0.0,0.0,0.0,2150.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1176.01,2664.0,160.0,384.0,15.0,195.0,0.0,1820.0,1513.0,28587.0,206500.0,117.0 +36047050500,"Census Tract 505, Kings County, New York",4062,3133.0,32750.0,510900.0,1196.0,1161.0,600.0,73.0,486.0,0.0,0.0,24.0,1757.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 505,4211.0,421.0,654.0,21.0,315.0,1.0,2769.0,2653.0,22000.0,231100.0,327.0 +36047046800,"Census Tract 468, Kings County, New York",2368,987.0,43750.0,845100.0,211.0,2274.0,7.0,0.0,52.0,0.0,0.0,0.0,35.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 468,982.0,885.0,1.0,0.0,35.0,0.0,55.0,543.0,38950.0,269400.0,108.0 +36047048400,"Census Tract 484, Kings County, New York",6107,3128.0,50156.0,686900.0,1087.0,4303.0,455.0,0.0,556.0,0.0,0.0,344.0,449.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 484,5244.0,3371.0,338.0,16.0,449.0,0.0,905.0,2904.0,29861.0,265900.0,721.0 +36047049500,"Census Tract 495, Kings County, New York",2920,2322.0,87652.0,766900.0,1093.0,1564.0,65.0,0.0,355.0,0.0,19.0,44.0,873.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 495,2727.0,1067.0,58.0,6.0,233.0,0.0,1338.0,1855.0,28750.0,182400.0,472.0 +36047053700,"Census Tract 537, Kings County, New York",3612,1365.0,32963.0,744800.0,80.0,3465.0,48.0,0.0,39.0,0.0,0.0,10.0,50.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 537,1963.0,1811.0,9.0,0.0,0.0,0.0,22.0,650.0,16750.0,209100.0,57.0 +36047054300,"Census Tract 543, Kings County, New York",347,283.0,131250.0,,210.0,208.0,11.0,0.0,29.0,0.0,13.0,10.0,76.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 543,38.0,18.0,8.0,0.0,3.0,0.0,9.0,40.0,40357.0,,8.0 +36047055800,"Census Tract 558, Kings County, New York",2331,1605.0,54926.0,674700.0,615.0,1795.0,24.0,0.0,192.0,0.0,0.0,75.0,245.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 558,2533.0,1855.0,33.0,1.0,444.0,0.0,167.0,1696.0,24750.0,259400.0,464.0 +36047056500,"Census Tract 565, Kings County, New York",3049,2598.0,97135.0,1122300.0,1747.0,2355.0,12.0,0.0,192.0,0.0,25.0,98.0,367.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 565,3563.0,2295.1,58.99473691,7.17368421,193.12631580000001,0.0,867.9105263,2714.836842,32639.662180000003,267999.9608,834.7157897999999 +36047056800,"Census Tract 568, Kings County, New York",1453,1150.0,84688.0,580800.0,402.0,927.0,0.0,0.0,403.0,0.0,0.0,0.0,123.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 568,1343.0,1034.0,11.0,3.0,196.0,0.0,94.0,865.0,48125.0,210900.0,213.0 +36047061002,"Census Tract 610.02, Kings County, New York",4207,3326.0,65284.0,715300.0,1909.0,4207.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 610.02,2747.0,2618.0,9.0,1.0,25.0,2.0,69.0,2274.0,27361.0,178800.0,974.0 +36047062800,"Census Tract 628, Kings County, New York",5099,3624.0,72627.0,427900.0,911.0,4377.0,19.0,9.0,352.0,0.0,0.0,0.0,342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 628,5509.0,5153.0,21.0,16.0,66.0,0.0,241.0,3744.0,59294.0,190400.0,517.0 +36047064200,"Census Tract 642, Kings County, New York",2327,1635.0,54211.0,820200.0,710.0,1738.0,62.0,0.0,106.0,0.0,0.0,37.0,384.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 642,2693.0,2237.0,22.0,0.0,215.0,0.0,189.0,1804.0,38182.0,341600.0,662.0 +36047068000,"Census Tract 680, Kings County, New York",2300,1494.0,74904.0,413200.0,372.0,230.0,1792.0,0.0,46.0,0.0,0.0,15.0,217.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 680,1780.0,721.0,819.0,5.0,46.0,0.0,157.0,1087.0,59167.0,183700.0,208.0 +36047072400,"Census Tract 724, Kings County, New York",1741,1280.0,69375.0,484300.0,312.0,41.0,1558.0,0.0,0.0,0.0,20.0,13.0,109.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 724,1984.0,74.0,1780.0,6.0,17.0,0.0,105.0,1348.0,47861.0,184600.0,265.0 +36047072800,"Census Tract 728, Kings County, New York",4065,2890.0,55156.0,310600.0,976.0,144.0,3608.0,0.0,93.0,0.0,12.0,16.0,192.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 728,3777.0,490.0,3022.0,11.0,43.0,0.0,179.0,2532.0,45775.0,194000.0,718.0 +36047086400,"Census Tract 864, Kings County, New York",2149,1426.0,45868.0,427100.0,242.0,13.0,2014.0,0.0,0.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 864,2134.0,9.0,2027.0,6.0,5.0,0.0,79.0,1356.0,40094.0,213400.0,158.0 +36047086600,"Census Tract 866, Kings County, New York",3225,2100.0,46335.0,435600.0,645.0,34.0,2968.0,26.0,39.0,0.0,9.0,13.0,136.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 866,3215.0,18.0,3021.0,2.0,13.0,0.0,156.0,2040.0,38646.0,189400.0,330.0 +36047087600,"Census Tract 876, Kings County, New York",1555,1196.0,34271.0,375000.0,355.0,264.0,1154.0,0.0,62.0,0.0,0.0,4.0,71.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 876,1707.0,244.0,1367.0,1.0,5.0,0.0,79.0,1072.0,31958.0,178700.0,276.0 +36047001300,"Census Tract 13, Kings County, New York",2401,2003.0,112000.0,448800.0,1125.0,1446.0,277.0,0.0,159.0,0.0,11.0,45.0,463.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 13,2533.0,1323.0,638.0,10.0,212.0,0.0,340.0,2304.0,58828.0,104200.0,1243.0 +36047002000,"Census Tract 20, Kings County, New York",1232,806.0,64653.0,625000.0,122.0,37.0,22.0,37.0,85.0,0.0,0.0,0.0,1088.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 20,1574.0,66.0,116.0,2.0,70.0,0.0,1301.0,884.0,26813.0,181300.0,75.0 +36047090200,"Census Tract 902, Kings County, New York",3290,2211.0,41875.0,380700.0,215.0,44.0,2400.0,0.0,159.0,8.0,9.0,43.0,627.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 902,4884.0,61.0,3536.0,5.0,120.0,0.0,1143.0,2363.0,18348.0,150600.0,234.0 +36047084600,"Census Tract 846, Kings County, New York",1882,1351.0,57188.0,411400.0,355.0,50.0,1683.0,0.0,0.0,0.0,0.0,14.0,135.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 846,2164.0,33.0,1950.0,3.0,13.0,0.0,138.0,1429.0,44569.0,183200.0,262.0 +36047090600,"Census Tract 906, Kings County, New York",3857,2357.0,10693.0,,202.0,106.0,2349.0,60.0,0.0,0.0,10.0,0.0,1392.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 906,4150.99991,15.98246002,3128.122559,10.65497303,12.43080139,0.0,975.8179321,2010.238281,10804.99998,154400.0,65.70566559 +36047016000,"Census Tract 160, Kings County, New York",3983,2991.0,64118.0,527800.0,1257.0,2171.0,136.0,0.0,758.0,35.0,8.0,80.0,795.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 160,4246.0,2358.0,144.0,13.0,817.0,0.0,710.0,2982.0,41049.0,216000.0,870.0 +36047018000,"Census Tract 180, Kings County, New York",3298,2225.0,66346.0,870800.0,599.0,1248.0,0.0,11.0,1317.0,0.0,0.0,10.0,712.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 180,2803.0,1856.0,13.0,6.0,545.0,2.0,261.0,1969.0,40565.0,287600.0,272.0 +36047020300,"Census Tract 203, Kings County, New York",1764,1300.0,103571.0,918600.0,833.0,675.0,496.0,0.0,271.0,0.0,21.0,34.0,267.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 203,1192.0,140.0,684.0,4.0,47.0,0.0,303.0,720.0,38942.0,192900.0,154.0 +36047020500,"Census Tract 205, Kings County, New York",2907,2302.0,83901.0,918700.0,1533.0,1525.0,756.0,14.0,267.0,0.0,33.0,193.0,119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 205,2444.0,552.0,1458.0,9.0,104.0,0.0,289.0,1632.0,45256.0,237800.0,718.0 +36047021400,"Census Tract 214, Kings County, New York",2194,1237.0,54375.0,831500.0,158.0,1068.0,0.0,0.0,952.0,0.0,0.0,14.0,160.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 214,1811.0,1070.0,8.0,1.0,491.0,0.0,225.0,1050.0,32069.0,281300.0,88.0 +36047021700,"Census Tract 217, Kings County, New York",4035,2673.0,60219.0,1137500.0,1392.0,881.0,1829.0,0.0,340.0,0.0,48.0,135.0,802.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 217,3843.0,147.0,2917.0,15.0,258.0,1.0,481.0,2276.0,30712.0,173800.0,517.0 +36047024200,"Census Tract 242, Kings County, New York",2994,1582.0,61591.0,897100.0,285.0,2682.0,0.0,0.0,184.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 242,2808.0,2449.0,6.0,3.0,203.0,4.0,142.0,1439.0,29632.0,296900.0,170.0 +36047024400,"Census Tract 244, Kings County, New York",4039,1946.0,52692.0,880500.0,407.0,3213.0,17.0,0.0,403.0,0.0,0.0,0.0,406.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 244,3069.0,2420.0,24.0,2.0,310.0,0.0,248.0,1820.0,28824.0,285500.0,297.0 +36047026100,"Census Tract 261, Kings County, New York",4993,3572.0,42398.0,731300.0,1130.0,959.0,1961.0,83.0,124.0,0.0,0.0,79.0,1870.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 261,4445.0,60.0,2913.0,9.0,7.0,0.0,1443.0,2394.0,15702.0,186500.0,128.0 +36047027700,"Census Tract 277, Kings County, New York",4630,2812.0,40790.0,827800.0,687.0,394.0,3575.0,32.0,41.0,0.0,0.0,115.0,505.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 277,4001.0,20.0,3660.0,0.0,40.0,0.0,265.0,2130.0,23561.0,210000.0,239.0 +36047028200,"Census Tract 282, Kings County, New York",3496,2670.0,61713.0,662100.0,897.0,1671.0,0.0,0.0,1480.0,0.0,28.0,59.0,258.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 282,2890.0,1970.0,11.0,2.0,684.0,0.0,180.0,2173.0,38382.0,285100.0,540.0 +36047028800,"Census Tract 288, Kings County, New York",3816,2772.0,47641.0,671100.0,770.0,1439.0,9.0,0.0,1546.0,0.0,102.0,18.0,702.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 288,3503.0,1945.0,17.0,3.0,1003.0,0.0,475.0,2347.0,32171.0,303500.0,452.0 +36047029000,"Census Tract 290, Kings County, New York",4186,2981.0,49683.0,679300.0,1163.0,2862.0,0.0,0.0,945.0,0.0,0.0,114.0,265.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 290,3802.0,2673.0,24.0,1.0,638.0,0.0,365.0,2659.0,28634.0,264600.0,671.0 +36047030200,"Census Tract 302, Kings County, New York",4802,3334.0,56250.0,688000.0,918.0,1553.0,29.0,0.0,2889.0,0.0,8.0,105.0,218.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 302,3711.0,2346.0,16.0,11.0,1140.0,1.0,161.0,2717.0,39881.0,276500.0,461.0 +36047030800,"Census Tract 308, Kings County, New York",2006,1555.0,45417.0,487800.0,426.0,1419.0,30.0,0.0,330.0,0.0,0.0,32.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 308,1691.0,1202.0,5.0,1.0,308.0,0.0,142.0,1254.0,32670.0,141300.0,195.0 +36047020000,"Census Tract 200, Kings County, New York",2335,1659.0,56667.0,761000.0,412.0,1105.0,11.0,0.0,843.0,0.0,0.0,0.0,376.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 200,1940.0,1605.0,1.0,6.0,139.0,0.0,146.0,1289.0,38936.0,298900.0,242.0 +36047017600,"Census Tract 176, Kings County, New York",2571,1873.0,59338.0,626200.0,565.0,1069.0,22.0,0.0,876.0,0.0,0.0,0.0,604.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 176,2239.0,1517.0,18.0,5.0,392.0,0.0,255.0,1744.0,37633.0,221800.0,248.0 +36047018501,"Census Tract 185.01, Kings County, New York",4951,3032.0,24268.0,791700.0,501.0,328.0,2784.0,19.0,532.0,0.0,43.0,43.0,1202.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 185.01,4816.340993,116.50321029999999,3320.313243,23.05332131,17.46389544,0.0,1324.6394050000001,2490.73114,13777.66575,407050.1322,84.02820015 +36047020200,"Census Tract 202, Kings County, New York",2154,1509.0,94063.0,764800.0,435.0,1316.0,0.0,0.0,719.0,0.0,0.0,0.0,119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 202,1758.0,1473.0,2.0,3.0,187.0,0.0,54.0,1332.0,47422.0,289900.0,399.0 +36047020800,"Census Tract 208, Kings County, New York",3216,2293.0,52679.0,785000.0,650.0,1072.0,25.0,74.0,1667.0,0.0,0.0,115.0,263.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 208,2657.0,1809.0,12.0,2.0,536.0,0.0,234.0,1938.0,46544.0,288200.0,502.0 +36047021800,"Census Tract 218, Kings County, New York",3892,1729.0,32469.0,863700.0,311.0,3312.0,30.0,0.0,119.0,0.0,0.0,84.0,347.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 218,3785.0,3162.0,10.0,8.0,166.0,0.0,314.0,1773.0,30259.0,287100.0,322.0 +36047022900,"Census Tract 229, Kings County, New York",3862,2931.0,64935.0,674200.0,1709.0,1380.0,1760.0,15.0,331.0,0.0,27.0,79.0,285.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 229,3153.0,63.0,2809.0,7.0,67.0,8.0,191.0,1964.0,31202.0,194900.0,385.0 +36047023300,"Census Tract 233, Kings County, New York",5153,3247.0,35938.0,815700.0,1275.0,1175.0,2553.0,0.0,234.0,0.0,0.0,147.0,1044.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 233,4875.0,83.0,3683.0,42.0,65.0,0.0,970.0,2637.0,23099.0,208800.0,326.0 +36047024500,"Census Tract 245, Kings County, New York",4535,3108.0,64000.0,756400.0,1391.0,932.0,2913.0,0.0,363.0,0.0,0.0,107.0,220.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 245,3555.0,37.0,3180.0,19.0,121.0,0.0,168.0,2354.0,24352.0,206700.0,371.0 +36047025100,"Census Tract 251, Kings County, New York",3547,2503.0,33321.0,894700.0,655.0,484.0,2349.0,19.0,104.0,0.0,8.0,61.0,522.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 251,3779.0,15.0,3168.0,11.0,5.0,0.0,562.0,1898.0,21724.0,144400.0,119.0 +36047025500,"Census Tract 255, Kings County, New York",5569,3050.0,20776.0,,236.0,158.0,1672.0,54.0,102.0,0.0,0.0,56.0,3562.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 255,5077.0,33.0,3002.0,17.0,5.0,0.0,2016.0,2562.0,11822.0,,79.0 +36047026400,"Census Tract 264, Kings County, New York",4931,3661.0,46027.0,761100.0,746.0,1651.0,70.0,39.0,2184.0,0.0,0.0,25.0,962.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 264,4440.0,2609.0,15.0,9.0,1124.0,0.0,543.0,2908.0,30525.0,247000.0,372.0 +36047035200,"Census Tract 352, Kings County, New York",1083,1034.0,12302.0,,266.0,594.0,289.0,6.0,12.0,0.0,0.0,0.0,182.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 352,1267.0,760.0,215.0,3.0,22.0,0.0,255.0,1139.0,7863.0,,182.0 +36047036501,"Census Tract 365.01, Kings County, New York",2916,1848.0,39926.0,462500.0,533.0,21.0,2655.0,0.0,18.0,0.0,0.0,0.0,222.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 365.01,2349.0,8.0,2032.0,4.0,26.0,0.0,266.0,1433.0,20948.0,187500.0,110.0 +36047036700,"Census Tract 367, Kings County, New York",1405,987.0,50382.0,370400.0,243.0,56.0,861.0,0.0,70.0,0.0,11.0,46.0,361.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 367,1373.0,26.0,625.0,11.0,22.0,0.0,684.0,918.0,20714.0,169800.0,57.0 +36047037000,"Census Tract 370, Kings County, New York",4495,3182.0,63083.0,512400.0,1420.0,2785.0,0.0,32.0,1400.0,0.0,44.0,10.0,224.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 370,4062.0,3021.0,31.0,19.0,810.0,0.0,150.0,2970.0,39104.0,232200.0,927.0 +36047038700,"Census Tract 387, Kings County, New York",4201,2734.0,48266.0,642200.0,957.0,791.0,2274.0,26.0,125.0,0.0,0.0,29.0,956.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 387,3581.0,27.0,2974.0,35.0,6.0,0.0,519.0,2140.0,22338.0,181700.0,159.0 +36047039200,"Census Tract 392, Kings County, New York",2546,1733.0,42188.0,743100.0,658.0,2083.0,0.0,0.0,331.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 392,2789.0,2445.0,13.0,5.0,219.0,0.0,95.0,1813.0,31898.0,266200.0,471.0 +36047009600,"Census Tract 96, Kings County, New York",6477,4369.0,40581.0,655200.0,729.0,892.0,131.0,0.0,1868.0,0.0,93.0,183.0,3310.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 96,5900.0,643.0,171.0,20.0,636.0,3.0,4315.0,3425.0,29654.0,226000.0,372.0 +36047010200,"Census Tract 102, Kings County, New York",5081,3516.0,53550.0,866800.0,484.0,289.0,4.0,0.0,3515.0,0.0,0.0,0.0,1273.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 102,4616.0,942.0,60.0,6.0,1978.0,1.0,1551.0,2895.0,29485.0,245100.0,252.0 +36047011000,"Census Tract 110, Kings County, New York",2702,1492.0,55625.0,683400.0,247.0,854.0,22.0,0.0,922.0,0.0,9.0,51.0,844.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 110,2017.0,349.0,70.0,5.0,639.0,0.0,899.0,1337.0,30786.0,206900.0,172.0 +36047013400,"Census Tract 134, Kings County, New York",4035,2942.0,74602.0,757700.0,1474.0,2544.0,15.0,21.0,801.0,0.0,0.0,37.0,617.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 134,3890.0,2793.460595,28.00175131,5.0,431.2749562,0.0,457.19789840000004,2654.784588,43917.58785,281798.7632,908.1366024 +36047013600,"Census Tract 136, Kings County, New York",3919,2745.0,68719.0,821200.0,1463.0,2858.0,20.0,0.0,483.0,0.0,0.0,58.0,500.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 136,3924.0,2797.0,29.0,13.0,452.0,4.0,415.0,2783.0,42500.0,286900.0,833.0 +36047014900,"Census Tract 149, Kings County, New York",6318,4535.0,124028.0,1028100.0,2982.0,4000.0,136.0,0.0,316.0,0.0,85.0,244.0,1537.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 149,4774.0,2515.0,428.0,24.0,275.0,0.0,1483.0,3330.0,47569.0,276000.0,1443.0 +36047015000,"Census Tract 150, Kings County, New York",1547,1155.0,75750.0,823600.0,481.0,1158.0,4.0,0.0,253.0,0.0,0.0,10.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 150,1564.0,1469.0,1.0,2.0,45.0,0.0,33.0,1334.0,34358.0,265400.0,273.0 +36047007500,"Census Tract 75, Kings County, New York",4700,3568.0,154375.0,1294600.0,2804.0,3615.0,1.0,58.0,300.0,0.0,17.0,85.0,682.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 75,4454.0,3288.0,138.0,15.0,185.0,1.0,697.0,3412.0,69107.0,413000.0,2143.0 +36047003600,"Census Tract 36, Kings County, New York",4245,3195.0,67105.0,360700.0,1549.0,2488.0,77.0,18.0,926.0,0.0,62.0,41.0,642.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 36,3940.0,2912.0,56.0,5.0,489.0,1.0,440.0,3016.0,42476.0,211500.0,1181.0 +36047003900,"Census Tract 39, Kings County, New York",2411,1859.0,108214.0,1150000.0,1294.0,1369.0,191.0,12.0,326.0,0.0,20.0,119.0,386.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 39,2119.0,824.0,515.0,16.0,133.0,0.0,556.0,1642.0,38686.0,478000.0,673.0 +36047015300,"Census Tract 153, Kings County, New York",2843,2234.0,141250.0,1386400.0,1815.0,2013.0,110.0,0.0,238.0,0.0,2.0,89.0,391.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 153,2955.0,2102.0,173.0,9.0,367.0,2.0,262.0,2340.0,66809.0,568000.0,1659.0 +36047016300,"Census Tract 163, Kings County, New York",3225,2563.0,99938.0,1017400.0,1909.0,2152.0,468.0,0.0,254.0,0.0,17.0,164.0,170.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 163,3175.0,1195.0,1306.0,22.0,242.0,0.0,366.0,2232.0,59583.0,282900.0,1358.0 +36047018400,"Census Tract 184, Kings County, New York",2993,2150.0,79964.0,773200.0,710.0,1377.0,0.0,0.0,1475.0,0.0,0.0,0.0,141.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 184,1977.0,1523.0,5.0,0.0,402.0,0.0,44.0,1565.0,45699.0,280300.0,277.0 +36047018700,"Census Tract 187, Kings County, New York",1614,1169.0,68500.0,1543100.0,657.0,576.0,367.0,0.0,141.0,0.0,0.0,54.0,476.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 187,1228.0,243.0,547.0,4.0,39.0,0.0,382.0,803.0,33750.0,176400.0,221.0 +36047019000,"Census Tract 190, Kings County, New York",4682,3220.0,42891.0,852800.0,821.0,1452.0,29.0,22.0,1929.0,0.0,0.0,11.0,1261.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 190,4595.0,2311.0,25.0,5.0,1455.0,0.0,670.0,3115.0,30786.0,275000.0,431.0 +36047019500,"Census Tract 195, Kings County, New York",3901,3054.0,78964.0,491200.0,2096.0,1635.0,1485.0,35.0,293.0,0.0,13.0,57.0,400.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 195,3821.0,775.0,2188.0,9.0,210.0,0.0,606.0,2913.0,42587.0,161000.0,1286.0 +36047019900,"Census Tract 199, Kings County, New York",3829,2975.0,82955.0,891400.0,2002.0,1852.0,1253.0,0.0,180.0,0.0,0.0,231.0,313.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 199,2946.0,451.0,2067.0,10.0,76.0,0.0,304.0,2338.0,38717.0,248300.0,941.0 +36047000900,"Census Tract 9, Kings County, New York",4410,3439.0,161144.0,865400.0,2963.0,3065.0,213.0,0.0,563.0,0.0,0.0,275.0,294.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 9,2178.0,1603.0,150.0,5.0,195.0,0.0,169.0,1725.0,79201.0,285000.0,1302.0 +36047002200,"Census Tract 22, Kings County, New York",4907,3471.0,37299.0,,754.0,879.0,125.0,0.0,695.0,0.0,0.0,13.0,3195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 22,4240.0,836.0,247.0,8.0,535.0,0.0,2513.0,2712.0,28164.0,156600.0,367.0 +36047003700,"Census Tract 37, Kings County, New York",1175,833.0,136176.0,843400.0,738.0,876.0,63.0,0.0,138.0,0.0,0.0,66.0,32.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 37,357.0,92.0,99.0,2.0,37.0,0.0,86.0,305.0,36667.0,,121.0 +36047004600,"Census Tract 46, Kings County, New York",1378,980.0,103750.0,976900.0,556.0,1134.0,8.0,0.0,164.0,0.0,0.0,0.0,72.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 46,1217.0,1076.0,7.0,3.0,52.0,1.0,71.0,839.0,68594.0,464800.0,334.0 +36047004700,"Census Tract 47, Kings County, New York",2025,1432.0,107198.0,1247400.0,1029.0,1143.0,292.0,0.0,135.0,0.0,10.0,89.0,356.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 47,1166.000002,508.38732530000004,181.105634,1.0,104.94366200000002,0.0,355.23943660000003,764.0985927999999,52004.126,315652.7318,410.02816960000007 +36047006600,"Census Tract 66, Kings County, New York",3566,2617.0,62910.0,867600.0,1079.0,2166.0,7.0,108.0,413.0,0.0,13.0,51.0,916.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 66,3631.0,2570.0,25.0,6.0,423.0,0.0,464.0,2632.0,37500.0,285200.0,796.0 +36047007400,"Census Tract 74, Kings County, New York",5856,3621.0,34850.0,945500.0,578.0,435.0,36.0,28.0,1275.0,0.0,8.0,17.0,4057.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 74,5330.0,320.0,108.0,20.0,1315.0,0.0,3520.0,3104.0,35893.0,237300.0,276.0 +36047002100,"Census Tract 21, Kings County, New York",4910,3775.0,212159.0,1475000.0,3156.0,3463.0,223.0,0.0,532.0,0.0,0.0,372.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 21,1134.0,712.0,181.0,4.0,67.0,0.0,158.0,883.0,74464.0,468400.0,547.0 +36047007800,"Census Tract 78, Kings County, New York",5459,3539.0,47143.0,738600.0,608.0,465.0,166.0,0.0,592.0,0.0,0.0,6.0,4230.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 78,5018.0,316.0,187.0,14.0,326.0,0.0,4080.0,2947.0,27750.0,216600.0,242.0 +36047011200,"Census Tract 112, Kings County, New York",6561,3882.0,30662.0,537300.0,758.0,2478.0,128.0,77.0,1556.0,0.0,17.0,13.0,2369.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 112,6242.0,2124.0,163.0,26.0,1077.0,0.0,2612.0,3523.0,19697.0,239200.0,388.0 +36047012000,"Census Tract 120, Kings County, New York",1154,793.0,32708.0,863600.0,101.0,68.0,0.0,0.0,905.0,0.0,6.0,0.0,175.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 120,1253.0,158.0,3.0,7.0,828.0,0.0,241.0,967.0,31797.0,215500.0,81.0 +36047003000,"Census Tract 30, Kings County, New York",1780,1198.0,70125.0,713800.0,628.0,967.0,70.0,0.0,227.0,0.0,26.0,53.0,437.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 30,1873.0,1324.0,45.0,3.0,237.0,0.0,232.0,1462.0,54375.0,268800.0,567.0 +36047003300,"Census Tract 33, Kings County, New York",3512,2721.0,118565.0,899300.0,1961.0,1886.0,903.0,0.0,253.0,0.0,0.0,172.0,298.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 33,2348.0,579.0,1077.0,9.0,171.0,0.0,481.0,1802.0,45213.0,357400.0,908.0 +36047004100,"Census Tract 41, Kings County, New York",3649,2865.0,121818.0,2000001.0,1926.0,2360.0,435.0,0.0,425.0,0.0,52.0,50.0,327.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 41,3251.0,2043.0,474.0,31.0,164.0,0.0,498.0,2732.0,61486.0,545300.0,1584.0 +36047005201,"Census Tract 52.01, Kings County, New York",1662,1447.0,31302.0,907500.0,750.0,1299.0,10.0,13.0,218.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 52.01,1781.0,1595.0,10.33333337,7.0,86.0,0.0,81.66666675,1597.0,21804.0,375000.0,497.0 +36047005601,"Census Tract 56.01, Kings County, New York",2302,2063.0,76413.0,373600.0,1204.0,1910.0,64.0,0.0,48.0,0.0,0.0,67.0,213.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 56.01,2515.0,2111.0,28.0,4.0,131.0,1.0,187.0,2121.0,43922.0,136300.0,755.0 +36047005602,"Census Tract 56.02, Kings County, New York",1608,1282.0,66750.0,415800.0,718.0,1167.0,6.0,0.0,200.0,0.0,0.0,19.0,216.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 56.02,1523.0,1227.0,6.0,3.0,139.0,1.0,113.0,1238.0,45089.0,115900.0,603.0 +36047005800,"Census Tract 58, Kings County, New York",3205,2324.0,46985.0,822800.0,1000.0,1931.0,42.0,0.0,515.0,0.0,0.0,96.0,621.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 58,3308.0,2344.0,19.0,14.0,459.0,0.0,348.0,2585.0,41522.0,274000.0,967.0 +36047026300,"Census Tract 263, Kings County, New York",1834,1386.0,38631.0,875000.0,526.0,348.0,1205.0,33.0,39.0,0.0,24.0,9.0,209.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 263,1877.0,4.0,1634.0,4.0,6.0,0.0,221.0,977.0,25417.0,168100.0,128.0 +36047027900,"Census Tract 279, Kings County, New York",3705,2685.0,58786.0,731100.0,953.0,421.0,2807.0,0.0,20.0,0.0,22.0,136.0,299.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 279,3791.0,5.0,3493.0,14.0,29.0,0.0,237.0,2276.0,19551.0,209900.0,187.0 +36047028600,"Census Tract 286, Kings County, New York",5115,3824.0,40950.0,544500.0,1502.0,2414.0,130.0,96.0,1481.0,0.0,0.0,107.0,983.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 286,4984.0,3440.0,96.0,13.0,884.0,0.0,389.0,3661.0,22981.0,299500.0,1279.0 +36047037100,"Census Tract 371, Kings County, New York",4491,2602.0,50761.0,536200.0,580.0,348.0,3231.0,0.0,80.0,0.0,0.0,74.0,758.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 371,3982.0,23.0,3520.0,9.0,19.0,4.0,400.0,2115.0,23799.0,205400.0,179.0 +36047037900,"Census Tract 379, Kings County, New York",3683,2439.0,37250.0,562500.0,688.0,343.0,3017.0,0.0,46.0,0.0,0.0,42.0,235.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 379,2827.0,48.0,2557.0,2.0,2.0,0.0,216.0,1637.0,31650.0,175500.0,207.0 +36047041200,"Census Tract 412, Kings County, New York",3161,2154.0,50189.0,680100.0,660.0,1616.0,0.0,23.0,923.0,0.0,42.0,36.0,544.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 412,2708.0,1757.0,22.0,0.0,708.0,0.0,204.0,1974.0,35170.0,252200.0,448.0 +36047041300,"Census Tract 413, Kings County, New York",4062,2466.0,39128.0,808900.0,375.0,444.0,1314.0,51.0,156.0,0.0,26.0,40.0,2082.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 413,3249.0,28.0,1800.0,10.0,13.0,0.0,1393.0,1771.0,22654.0,164300.0,144.0 +36047041402,"Census Tract 414.02, Kings County, New York",1783,1264.0,46210.0,1010900.0,524.0,1699.0,0.0,0.0,0.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 414.02,1918.0,1768.0,0.0,3.0,52.0,0.0,87.0,1214.0,36850.0,770800.0,278.0 +36047041700,"Census Tract 417, Kings County, New York",3215,1908.0,32344.0,581600.0,265.0,281.0,663.0,11.0,273.0,0.0,0.0,24.0,1974.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 417,3197.0,51.0,1022.0,19.0,20.0,0.0,2071.0,1718.0,16394.0,214500.0,85.0 +36047042200,"Census Tract 422, Kings County, New York",3523,2277.0,60331.0,803900.0,751.0,2155.0,49.0,69.0,156.0,0.0,0.0,366.0,797.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 422,3674.0,3030.0,32.0,1.0,175.0,0.0,376.0,2321.0,35136.0,295700.0,539.0 +36047042700,"Census Tract 427, Kings County, New York",5303,3394.0,51842.0,725600.0,1115.0,1360.0,414.0,16.0,249.0,0.0,0.0,114.0,3150.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 427,5599.0,106.0,308.0,7.0,159.0,0.0,4991.0,2669.0,19297.0,208000.0,99.0 +36047043600,"Census Tract 436, Kings County, New York",4532,3332.0,44799.0,910700.0,1061.0,2758.0,52.0,0.0,1450.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 436,4020.0,2783.0,18.0,13.0,760.0,0.0,391.0,2912.0,28036.0,306100.0,705.0 +36047044300,"Census Tract 443, Kings County, New York",4896,3150.0,50532.0,492600.0,960.0,1022.0,156.0,0.0,905.0,0.0,31.0,87.0,2695.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 443,5210.0,520.0,119.0,27.0,515.0,0.0,3922.0,2954.0,27965.0,184900.0,407.0 +36047044600,"Census Tract 446, Kings County, New York",2190,1561.0,60052.0,793900.0,469.0,1124.0,13.0,0.0,754.0,0.0,0.0,40.0,259.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 446,1819.0,1171.0,17.0,0.0,479.0,0.0,145.0,1207.0,38698.0,312100.0,275.0 +36047045300,"Census Tract 453, Kings County, New York",2513,1851.0,53125.0,,456.0,649.0,653.0,0.0,54.0,0.0,0.0,16.0,1141.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 453,1616.0,100.0,60.0,13.0,30.0,0.0,1403.0,864.0,25000.0,238200.0,86.0 +36047048800,"Census Tract 488, Kings County, New York",3929,2629.0,48229.0,369700.0,994.0,1843.0,232.0,0.0,1210.0,0.0,0.0,210.0,434.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 488,4393.0,2306.0,394.0,18.0,804.0,0.0,706.0,2689.0,37115.0,206000.0,773.0 +36047049100,"Census Tract 491, Kings County, New York",6670,4813.0,38400.0,,894.0,1199.0,773.0,122.0,2435.0,35.0,0.0,0.0,2228.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 491,5448.705131000001,341.7306213,1299.975342,11.99054909,1273.99585,0.0,2465.056885,3707.077881,24459.00115,9999.000188,447.6471558 +36047049600,"Census Tract 496, Kings County, New York",4452,2894.0,73611.0,710900.0,1251.0,1371.0,93.0,120.0,1357.0,0.0,139.0,68.0,1424.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 496,4560.0,1837.0,92.0,8.0,1493.0,0.0,1021.0,2841.0,38088.0,244400.0,684.0 +36047049900,"Census Tract 499, Kings County, New York",1860,1445.0,78906.0,892500.0,950.0,1470.0,21.0,0.0,126.0,0.0,12.0,66.0,165.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 499,1649.0,1387.0,2.0,2.0,36.0,0.0,171.0,1175.0,32014.0,277300.0,268.0 +36047050400,"Census Tract 504, Kings County, New York",4626,3254.0,81944.0,522400.0,1798.0,2331.0,519.0,0.0,650.0,0.0,47.0,138.0,941.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 504,4463.0,2112.0,773.0,32.0,472.0,1.0,917.0,3165.0,41803.0,140500.0,1226.0 +36047053300,"Census Tract 533, Kings County, New York",6907,2944.0,26477.0,828700.0,280.0,6713.0,51.0,0.0,73.0,0.0,0.0,11.0,59.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 533,7560.0,6658.0,22.0,0.0,12.0,0.0,263.0,2521.0,12209.0,216700.0,111.0 +36047055300,"Census Tract 553, Kings County, New York",2761,2316.0,98875.0,823800.0,1713.0,1839.0,6.0,0.0,279.0,0.0,0.0,91.0,546.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 553,2583.0,1449.0,47.0,13.0,206.0,1.0,795.0,1871.0,34679.0,222300.0,676.0 +36047056300,"Census Tract 563, Kings County, New York",5092,4146.0,69583.0,725000.0,2339.0,3005.0,124.0,0.0,422.0,0.0,103.0,272.0,1166.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 563,4439.999997999999,1788.0999980000001,237.10000040000003,12.69999999,422.5999994,0.0,1774.7,3121.099998,32066.71958,208805.5913,716.4000014999999 +36047059401,"Census Tract 594.01, Kings County, New York",8186,5763.0,55474.0,684900.0,2450.0,4444.0,71.0,14.0,3026.0,0.0,0.0,77.0,554.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 594.01,7875.0,5287.0,27.0,11.0,2109.0,0.0,277.0,5595.0,35065.0,265700.0,1407.0 +36047060000,"Census Tract 600, Kings County, New York",6572,4890.0,54664.0,439600.0,2391.0,5554.0,19.0,0.0,573.0,0.0,0.0,64.0,362.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 600,6116.0,4874.0,95.0,16.0,635.0,0.0,416.0,4542.0,42582.0,215900.0,1448.0 +36047060600,"Census Tract 606, Kings County, New York",2728,2188.0,50500.0,258700.0,1018.0,1882.0,19.0,7.0,480.0,0.0,0.0,91.0,249.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 606,2472.0,1834.0,46.0,2.0,323.0,0.0,254.0,1923.0,29405.0,85800.0,607.0 +36047067400,"Census Tract 674, Kings County, New York",2011,1409.0,79375.0,463000.0,377.0,302.0,1245.0,0.0,91.0,0.0,23.0,76.0,274.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 674,2009.0,766.0,940.0,7.0,50.0,0.0,241.0,1160.0,51146.0,199100.0,229.0 +36047068600,"Census Tract 686, Kings County, New York",1784,1341.0,57596.0,314700.0,452.0,838.0,540.0,0.0,130.0,0.0,0.0,71.0,205.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 686,1546.0,1261.0,66.0,0.0,109.0,0.0,104.0,1168.0,43393.0,197200.0,246.0 +36047032100,"Census Tract 321, Kings County, New York",5866,4206.0,51622.0,761700.0,1694.0,1094.0,3572.0,0.0,187.0,0.0,252.0,50.0,711.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 321,5612.0,78.0,4593.0,9.0,23.0,1.0,884.0,3428.0,28659.0,180200.0,431.0 +36047032800,"Census Tract 328, Kings County, New York",2376,1776.0,55236.0,379400.0,334.0,311.0,918.0,48.0,777.0,0.0,0.0,18.0,304.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 328,3304.0,259.0,1463.0,20.0,859.0,0.0,671.0,1819.0,24750.0,136300.0,309.0 +36047035100,"Census Tract 351, Kings County, New York",4445,2990.0,32656.0,735000.0,471.0,796.0,2277.0,13.0,116.0,0.0,84.0,206.0,966.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 351,5052.0,660.0,3688.0,11.0,118.0,0.0,530.0,2915.0,26124.0,214800.0,461.0 +36047073200,"Census Tract 732, Kings County, New York",2644,1743.0,75094.0,457300.0,366.0,60.0,2278.0,21.0,140.0,0.0,75.0,0.0,70.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 732,2363.974803,239.3124833,1853.6819079999998,3.016961981,46.89408791,0.0,154.66792809999998,1509.4387869999998,62598.39746,206114.5322,365.9167038 +36047074000,"Census Tract 740, Kings County, New York",4122,2486.0,60913.0,491300.0,738.0,406.0,2578.0,0.0,736.0,0.0,23.0,85.0,294.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 740,3623.0,283.0,2592.0,6.0,246.0,0.0,451.0,2092.0,38208.0,221300.0,406.0 +36047074800,"Census Tract 748, Kings County, New York",1741,1030.0,76917.0,687900.0,555.0,1321.0,337.0,0.0,15.0,0.0,0.0,0.0,68.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 748,2094.0,1458.0,425.0,0.0,69.0,0.0,141.0,1115.0,57500.0,328800.0,403.0 +36047075400,"Census Tract 754, Kings County, New York",1495,934.0,109167.0,928700.0,495.0,1489.0,2.0,0.0,1.0,0.0,0.0,0.0,3.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 754,1600.0,1585.0,1.0,0.0,0.0,0.0,8.0,882.0,92663.0,482100.0,473.0 +36047076200,"Census Tract 762, Kings County, New York",5214,3068.0,48810.0,848400.0,1221.0,2459.0,939.0,0.0,913.0,0.0,0.0,0.0,903.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 762,4671.0,2779.0,604.0,14.0,546.0,0.0,672.0,2883.0,30275.0,356700.0,921.0 +36047081800,"Census Tract 818, Kings County, New York",4667,3291.0,60529.0,342100.0,1105.0,424.0,3442.0,0.0,220.0,0.0,30.0,11.0,540.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 818,5253.0,166.0,4319.0,15.0,306.0,1.0,414.0,3183.0,30144.0,190000.0,592.0 +36047082200,"Census Tract 822, Kings County, New York",7494,5305.0,41862.0,506800.0,1089.0,499.0,5815.0,0.0,146.0,0.0,0.0,99.0,935.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 822,7463.0,100.0,6564.0,17.0,61.0,0.0,676.0,4661.0,29091.0,204200.0,337.0 +36047083000,"Census Tract 830, Kings County, New York",6220,3907.0,48140.0,459700.0,1112.0,98.0,5147.0,0.0,214.0,0.0,49.0,108.0,604.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 830,6563.0,48.0,5985.0,29.0,68.0,0.0,387.0,3756.0,27623.0,204300.0,438.0 +36047083400,"Census Tract 834, Kings County, New York",1477,1074.0,55887.0,385900.0,241.0,0.0,1391.0,0.0,0.0,0.0,0.0,53.0,33.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 834,2132.0,54.0,1942.0,1.0,59.0,0.0,66.0,1352.0,58990.0,177500.0,167.0 +36047118800,"Census Tract 1188, Kings County, New York",4760,3164.0,49365.0,559500.0,482.0,170.0,2072.0,0.0,897.0,0.0,157.0,24.0,1440.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1188,4560.0,297.0,800.0,86.0,1067.0,0.0,2148.0,2398.0,21683.0,192900.0,166.0 +36047117202,"Census Tract 1172.02, Kings County, New York",3104,2041.0,50170.0,448400.0,322.0,116.0,978.0,0.0,96.0,0.0,17.0,102.0,1795.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1172.02,4287.0,165.0,1141.0,61.0,272.0,0.0,2484.0,2279.0,29292.0,183000.0,184.0 +36047118400,"Census Tract 1184, Kings County, New York",5361,3401.0,55070.0,455000.0,526.0,261.0,554.0,20.0,659.0,0.0,96.0,33.0,3758.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1184,5106.0,284.0,779.0,63.0,610.0,0.0,3272.0,2803.0,33109.0,179800.0,247.0 +36047118600,"Census Tract 1186, Kings County, New York",2694,1705.0,46047.0,465800.0,221.0,104.0,855.0,2.0,414.0,0.0,23.0,25.0,1273.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1186,3133.0,227.0,491.0,25.0,377.0,0.0,1885.0,1804.0,31959.0,187900.0,131.0 +36047119400,"Census Tract 1194, Kings County, New York",4248,2121.0,39531.0,396700.0,308.0,95.0,2559.0,0.0,88.0,0.0,0.0,0.0,1506.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1194,3371.0,49.0,1946.0,25.0,41.0,0.0,1284.0,1747.0,30250.0,165100.0,101.0 +36047120800,"Census Tract 1208, Kings County, New York",9566,6537.0,35993.0,498700.0,1065.0,172.0,8200.0,55.0,126.0,0.0,37.0,129.0,902.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1208,8483.0,200.0,6458.0,33.0,162.0,2.0,1571.0,4826.0,30568.0,193400.0,647.0 +36047121400,"Census Tract 1214, Kings County, New York",4851,2426.0,20601.0,,104.0,24.0,2921.0,28.0,0.0,0.0,0.0,53.0,1853.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1214,4384.0,57.0,3003.0,1.0,28.0,0.0,1288.0,2235.0,8927.0,291700.0,72.0 +36047017200,"Census Tract 172, Kings County, New York",3360,2311.0,62196.0,678300.0,784.0,1394.0,1.0,0.0,1115.0,22.0,0.0,97.0,731.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 172,2892.0,2024.0,1.0,7.0,621.0,0.0,177.0,2054.0,34617.0,292500.0,363.0 +36047017500,"Census Tract 175, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 175,28.0,17.0,0.0,0.0,0.0,0.0,10.0,0.0,,,0.0 +36047018200,"Census Tract 182, Kings County, New York",3574,2489.0,60208.0,739000.0,607.0,1156.0,89.0,0.0,1734.0,0.0,0.0,40.0,555.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 182,3039.0,1812.0,9.0,8.0,983.0,0.0,201.0,2013.0,41108.0,251900.0,311.0 +36047018800,"Census Tract 188, Kings County, New York",2875,2043.0,64406.0,883400.0,536.0,1437.0,7.0,0.0,1049.0,0.0,0.0,16.0,366.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 188,2615.0,1908.0,3.0,1.0,515.0,0.0,160.0,1838.0,38512.0,273800.0,348.0 +36047021600,"Census Tract 216, Kings County, New York",4533,2105.0,42400.0,990000.0,469.0,3900.0,0.0,0.0,477.0,0.0,0.0,0.0,156.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 216,3601.0,2976.0,10.0,6.0,356.0,0.0,183.0,1775.0,25616.0,367800.0,340.0 +36047022600,"Census Tract 226, Kings County, New York",2261,1394.0,46573.0,511800.0,155.0,731.0,56.0,0.0,204.0,0.0,0.0,28.0,1242.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 226,2544.0,649.0,80.0,1.0,611.0,0.0,1132.0,1376.0,22316.0,152500.0,127.0 +36047023200,"Census Tract 232, Kings County, New York",5073,2350.0,36617.0,746300.0,271.0,3926.0,0.0,0.0,396.0,0.0,0.0,0.0,751.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 232,6059.0,4914.0,27.0,14.0,399.0,0.0,510.0,2846.0,21981.0,281500.0,371.0 +36047023800,"Census Tract 238, Kings County, New York",3990,2188.0,28399.0,970900.0,441.0,3637.0,0.0,13.0,0.0,0.0,0.0,45.0,295.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 238,4470.0,4107.0,12.0,6.0,141.0,0.0,101.0,2484.0,23393.0,473800.0,310.0 +36047029600,"Census Tract 296, Kings County, New York",5845,4124.0,53137.0,609300.0,1587.0,2857.0,6.0,15.0,2500.0,0.0,0.0,197.0,285.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 296,5343.0,3746.0,24.0,0.0,900.0,0.0,594.0,3900.0,34824.0,311800.0,826.0 +36047029200,"Census Tract 292, Kings County, New York",2971,2098.0,46944.0,706400.0,700.0,1321.0,94.0,0.0,989.0,0.0,0.0,23.0,544.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 292,2442.0,1599.0,40.0,3.0,469.0,0.0,311.0,1677.0,25655.0,308800.0,446.0 +36047030400,"Census Tract 304, Kings County, New York",4109,3037.0,42250.0,692000.0,927.0,1900.0,75.0,0.0,1667.0,0.0,0.0,203.0,264.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 304,3966.0,2534.0,47.0,7.0,1059.0,0.0,286.0,2875.0,35724.0,307500.0,653.0 +36047030600,"Census Tract 306, Kings County, New York",1880,1351.0,46250.0,674600.0,340.0,805.0,8.0,0.0,789.0,0.0,0.0,59.0,219.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 306,1918.0,1278.0,14.0,4.0,477.0,0.0,114.0,1301.0,35515.0,229700.0,207.0 +36047031900,"Census Tract 319, Kings County, New York",3412,2340.0,47587.0,691900.0,969.0,1143.0,1934.0,0.0,34.0,0.0,0.0,52.0,249.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 319,3850.0,670.0,2871.0,11.0,11.0,0.0,205.0,2395.0,33738.0,225400.0,647.0 +36047032600,"Census Tract 326, Kings County, New York",7191,3778.0,23849.0,444100.0,444.0,1058.0,2542.0,45.0,658.0,0.0,0.0,126.0,2762.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 326,7247.0,644.0,3389.0,26.0,513.0,2.0,2593.0,3905.0,12041.0,151800.0,276.0 +36047033700,"Census Tract 337, Kings County, New York",4254,2579.0,67763.0,701500.0,873.0,1641.0,1990.0,32.0,110.0,0.0,0.0,44.0,469.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 337,4541.0,1358.0,2779.0,6.0,30.0,1.0,295.0,2499.0,30763.0,265800.0,496.0 +36047034200,"Census Tract 342, Kings County, New York",6404,4287.0,19574.0,293300.0,992.0,2028.0,2112.0,0.0,360.0,0.0,228.0,14.0,1662.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 342,7462.0,1088.0,4028.0,38.0,133.0,0.0,2121.0,4336.0,10069.0,145800.0,519.0 +36047034900,"Census Tract 349, Kings County, New York",6041,3805.0,33917.0,596900.0,620.0,462.0,4771.0,0.0,68.0,0.0,0.0,119.0,621.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 349,5572.0,105.0,4870.0,3.0,20.0,0.0,549.0,3215.0,27981.0,203200.0,319.0 +36047041900,"Census Tract 419, Kings County, New York",3871,2354.0,38521.0,489600.0,307.0,390.0,747.0,154.0,91.0,0.0,59.0,0.0,2480.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 419,3908.0,56.0,868.0,7.0,27.0,0.0,2931.0,2040.0,22788.0,197000.0,137.0 +36047042900,"Census Tract 429, Kings County, New York",5327,3459.0,49179.0,393100.0,1062.0,1356.0,127.0,0.0,200.0,0.0,18.0,89.0,3537.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 429,5829.0,189.0,247.0,34.0,255.0,0.0,4993.0,2921.0,16431.0,140600.0,116.0 +36047043300,"Census Tract 433, Kings County, New York",4284,2542.0,32500.0,788300.0,269.0,273.0,321.0,21.0,327.0,0.0,0.0,0.0,3363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 433,3668.0,57.0,543.0,10.0,105.0,0.0,2922.0,1893.0,15900.0,199000.0,69.0 +36047049300,"Census Tract 493, Kings County, New York",7797,5213.0,32665.0,,1528.0,1472.0,1272.0,26.0,266.0,0.0,19.0,288.0,4480.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 493,7681.0,320.0,1161.0,18.0,75.0,0.0,6027.0,4444.0,18479.0,142900.0,245.0 +36047049400,"Census Tract 494, Kings County, New York",5930,4214.0,50811.0,429000.0,1969.0,2755.0,462.0,0.0,1408.0,0.0,11.0,296.0,998.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 494,5596.0,2898.0,1008.0,28.0,716.0,0.0,697.0,3903.0,30986.0,204300.0,1073.0 +36047049800,"Census Tract 498, Kings County, New York",4624,3266.0,77383.0,694800.0,1600.0,1680.0,214.0,0.0,1601.0,0.0,8.0,285.0,836.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 498,4069.0,1924.0,119.0,8.0,1410.0,3.0,533.0,2832.0,35560.0,275600.0,700.0 +36047050700,"Census Tract 507, Kings County, New York",2667,993.0,40272.0,650600.0,187.0,1851.0,187.0,0.0,36.0,0.0,62.0,41.0,490.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 507,728.0,34.0,47.0,2.0,7.0,0.0,635.0,317.0,18571.0,275000.0,21.0 +36047050900,"Census Tract 509, Kings County, New York",4743,1371.0,36107.0,654300.0,94.0,4273.0,178.0,0.0,0.0,12.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 509,1842.29483,877.2693622000002,9.024678826,2.009451304,6.004200935,0.0,675.9430305,595.9220281,17118.44019,270128.9043,17.35284865 +36047051200,"Census Tract 512, Kings County, New York",5907,3935.0,41571.0,638900.0,1219.0,1033.0,3025.0,0.0,105.0,0.0,14.0,304.0,1426.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 512,6871.0,231.0,4876.0,12.0,232.0,0.0,1494.0,4069.0,31393.0,535700.0,470.0 +36047051300,"Census Tract 513, Kings County, New York",5058,4342.0,82730.0,794400.0,2308.0,2524.0,123.0,0.0,377.0,0.0,20.0,200.0,1814.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 513,4362.0,1060.0,154.0,18.0,106.0,0.0,2958.0,2718.0,30000.0,221900.0,440.0 +36047052300,"Census Tract 523, Kings County, New York",5511,4291.0,42908.0,,1855.0,1769.0,70.0,182.0,339.0,19.0,35.0,127.0,3152.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 523,5729.0,458.0,151.0,11.0,84.0,0.0,4989.0,3235.0,22652.0,286000.0,318.0 +36047053100,"Census Tract 531, Kings County, New York",9068,2801.0,36225.0,697800.0,576.0,8498.0,13.0,0.0,69.0,0.0,37.0,24.0,427.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 531,2582.0,1780.0,18.0,5.0,16.0,0.0,518.0,946.0,22796.0,244600.0,45.0 +36047053400,"Census Tract 534, Kings County, New York",4400,2618.0,32500.0,625000.0,896.0,2766.0,278.0,64.0,944.0,0.0,0.0,130.0,218.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 534,4612.0,2776.0,447.0,9.0,971.0,0.0,366.0,2727.0,23955.0,231100.0,678.0 +36047053900,"Census Tract 539, Kings County, New York",2564,1448.0,21659.0,496200.0,189.0,2104.0,82.0,16.0,16.0,0.0,0.0,0.0,362.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 539,3476.000014,1981.8076170000002,153.25050349999998,6.965931892,3.482965946,0.0,407.507019,1475.036133,16917.0,188599.9937,70.53005981 +36047054500,"Census Tract 545, Kings County, New York",8252,3990.0,19157.0,,236.0,5576.0,794.0,0.0,0.0,0.0,0.0,19.0,1863.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 545,8256.999986,4805.192383,401.7494984,19.03406811,17.51703405,0.0,1758.492985,3442.963928,13656.54663,196714.9537,151.4699392 +36047056600,"Census Tract 566, Kings County, New York",2821,2016.0,66445.0,588500.0,782.0,1326.0,195.0,0.0,953.0,0.0,51.0,115.0,181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 566,2577.0,2047.0,62.0,2.0,331.0,0.0,119.0,1921.0,42036.0,217300.0,563.0 +36047057600,"Census Tract 576, Kings County, New York",3141,2379.0,75772.0,665300.0,860.0,1471.0,37.0,0.0,1438.0,0.0,0.0,25.0,170.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 576,2836.0,1743.0,25.0,10.0,876.0,0.0,99.0,1973.0,45354.0,264500.0,695.0 +36047058000,"Census Tract 580, Kings County, New York",4164,2730.0,43542.0,657900.0,895.0,1564.0,156.0,0.0,1723.0,0.0,0.0,44.0,677.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 580,3149.0,1713.0,35.0,10.0,1024.0,0.0,310.0,2197.0,29471.0,225300.0,482.0 +36047059402,"Census Tract 594.02, Kings County, New York",5179,4243.0,71899.0,586400.0,1937.0,3832.0,86.0,0.0,1120.0,0.0,10.0,13.0,118.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 594.02,4614.0,3828.0,19.0,10.0,559.0,0.0,104.0,3574.0,47923.0,227300.0,1275.0 +36047059600,"Census Tract 596, Kings County, New York",2505,1946.0,53295.0,170200.0,953.0,2132.0,205.0,0.0,110.0,0.0,0.0,10.0,48.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 596,2249.0,2002.0,39.0,1.0,125.0,0.0,67.0,1865.0,35000.0,48500.0,637.0 +36047062200,"Census Tract 622, Kings County, New York",2956,2335.0,69231.0,400800.0,958.0,2200.0,292.0,0.0,78.0,0.0,43.0,52.0,291.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 622,3064.0,2701.0,90.0,2.0,106.0,0.0,149.0,2461.0,41130.0,150800.0,620.0 +36047063800,"Census Tract 638, Kings County, New York",1882,1318.0,105833.0,601800.0,530.0,1371.0,26.0,0.0,355.0,0.0,0.0,1.0,129.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 638,1507.0,1294.0,6.0,3.0,96.0,0.0,84.0,1092.0,53603.0,239800.0,331.0 +36047035000,"Census Tract 350, Kings County, New York",2856,2475.0,39531.0,208000.0,931.0,2772.0,24.0,0.0,20.0,0.0,0.0,0.0,40.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 350,3584.0,3398.871003,36.46857771,1.027563395,47.47960308,0.0,46.07607484,2729.164278,25927.79912,16773.36476,671.2646086 +36047066600,"Census Tract 666, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 666,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36047089200,"Census Tract 892, Kings County, New York",3460,2251.0,18792.0,,181.0,35.0,2967.0,52.0,0.0,0.0,17.0,105.0,284.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 892,4012.0,23.0,3613.0,0.0,13.0,0.0,354.0,2316.0,21717.0,228100.0,225.0 +36047092800,"Census Tract 928, Kings County, New York",3136,2131.0,55238.0,451400.0,664.0,55.0,2768.0,13.0,0.0,0.0,0.0,0.0,300.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 928,2801.0,57.0,2490.0,6.0,90.0,0.0,136.0,1834.0,38009.0,206300.0,394.0 +36047093600,"Census Tract 936, Kings County, New York",1832,1262.0,64313.0,435200.0,385.0,0.0,1792.0,0.0,15.0,0.0,0.0,4.0,21.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 936,1876.0,14.0,1780.0,0.0,7.0,0.0,69.0,1242.0,47688.0,203900.0,242.0 +36047095800,"Census Tract 958, Kings County, New York",3743,2718.0,54537.0,464800.0,702.0,205.0,3103.0,11.0,184.0,0.0,0.0,56.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 958,3351.0,590.0,2251.0,8.0,136.0,0.0,319.0,2164.0,52109.0,221100.0,505.0 +36047097400,"Census Tract 974, Kings County, New York",3065,2190.0,61375.0,472100.0,376.0,183.0,2404.0,16.0,57.0,0.0,49.0,25.0,331.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 974,2599.0,573.0,1638.0,14.0,82.0,0.0,283.0,2026.0,48707.0,224000.0,337.0 +36047099000,"Census Tract 990, Kings County, New York",1724,1033.0,85526.0,474000.0,303.0,172.0,1322.0,0.0,98.0,0.0,42.0,0.0,90.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 990,1531.0,276.0,905.0,10.0,101.0,0.0,205.0,902.0,42283.0,189800.0,100.0 +36047109800,"Census Tract 1098, Kings County, New York",2254,1434.0,47406.0,517900.0,338.0,83.0,1659.0,0.0,111.0,0.0,29.0,9.0,363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1098,1488.0,184.0,988.0,2.0,58.0,0.0,242.0,606.0,33750.0,186000.0,55.0 +36047115000,"Census Tract 1150, Kings County, New York",2855,1708.0,41346.0,473000.0,212.0,23.0,1226.0,152.0,33.0,0.0,100.0,19.0,1454.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1150,1763.0,31.0,814.0,8.0,14.0,0.0,894.0,949.0,22212.0,157200.0,34.0 +36047120000,"Census Tract 1200, Kings County, New York",2576,1540.0,32880.0,426000.0,125.0,73.0,1556.0,12.0,458.0,0.0,0.0,0.0,489.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1200,2247.0,156.0,1167.0,21.0,118.0,0.0,686.0,1705.0,30556.0,199500.0,132.0 +36047016100,"Census Tract 161, Kings County, New York",3243,2508.0,113438.0,1273400.0,1913.0,2071.0,348.0,1.0,199.0,0.0,0.0,156.0,468.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 161,2568.0,1213.0,696.0,5.0,146.0,0.0,474.0,1995.0,65192.0,437500.0,1348.0 +36047016400,"Census Tract 164, Kings County, New York",774,331.0,90875.0,,255.0,417.0,142.0,0.0,51.0,0.0,0.0,78.0,86.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 164,1172.9999779999998,327.4824524,437.6007996,1.915102005,46.91999817,0.957551003,349.5061035,731.5689697,60499.99772000001,,271.9444885 +36047016800,"Census Tract 168, Kings County, New York",1676,1262.0,77321.0,720400.0,619.0,1041.0,0.0,0.0,496.0,0.0,8.0,52.0,79.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 168,1425.0,1275.0,1.0,8.0,61.0,0.0,33.0,1173.0,49444.0,284500.0,302.0 +36047039400,"Census Tract 394, Kings County, New York",2464,1368.0,55673.0,917500.0,379.0,1912.0,61.0,0.0,60.0,0.0,11.0,121.0,299.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 394,2526.0,2205.0,16.0,0.0,161.0,0.0,117.0,1582.0,27452.0,373300.0,148.0 +36047031701,"Census Tract 317.01, Kings County, New York",3306,2434.0,56250.0,1052200.0,983.0,898.0,2055.0,10.0,162.0,0.0,0.0,79.0,112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 317.01,3673.0,23.0,3414.0,18.0,13.0,0.0,183.0,2209.0,27007.0,182400.0,340.0 +36047028502,"Census Tract 285.02, Kings County, New York",2938,1905.0,18850.0,,125.0,7.0,1565.0,0.0,110.0,0.0,0.0,41.0,1215.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 285.02,2921.0,11.0,1639.0,16.0,3.0,0.0,1241.0,1715.0,11859.0,350000.0,79.0 +36047029800,"Census Tract 298, Kings County, New York",4126,2824.0,55469.0,840000.0,932.0,1794.0,40.0,0.0,1261.0,0.0,119.0,18.0,894.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 298,3355.0,2329.0,7.0,7.0,597.0,0.0,365.0,2417.0,32385.0,275700.0,497.0 +36047030000,"Census Tract 300, Kings County, New York",4237,2960.0,50268.0,661600.0,824.0,1181.0,55.0,0.0,2159.0,0.0,0.0,0.0,842.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 300,3576.0,2045.0,15.0,10.0,1210.0,1.0,247.0,2581.0,37750.0,297800.0,518.0 +36047032300,"Census Tract 323, Kings County, New York",3665,2689.0,66419.0,690400.0,1206.0,610.0,2487.0,0.0,67.0,0.0,0.0,181.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 323,3763.0,28.0,3152.0,11.0,28.0,0.0,516.0,2410.0,29747.0,213200.0,415.0 +36047032500,"Census Tract 325, Kings County, New York",6881,4913.0,50096.0,,1407.0,447.0,5647.0,0.0,165.0,0.0,0.0,92.0,530.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 325,6641.0,44.0,6060.0,17.0,27.0,0.0,477.0,4061.0,28111.0,170100.0,491.0 +36047032900,"Census Tract 329, Kings County, New York",6207,3955.0,42628.0,537200.0,1259.0,2545.0,2964.0,0.0,82.0,65.0,40.0,40.0,471.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 329,5856.0,707.0,4268.0,11.0,25.0,0.0,757.0,3700.0,27454.0,173700.0,421.0 +36047033900,"Census Tract 339, Kings County, New York",4829,3430.0,37239.0,816600.0,1069.0,1045.0,3080.0,0.0,256.0,0.0,18.0,162.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 339,4541.0,23.0,4151.0,13.0,27.0,1.0,316.0,3062.0,37519.0,202400.0,481.0 +36047034500,"Census Tract 345, Kings County, New York",3050,2238.0,36548.0,587300.0,472.0,230.0,2193.0,0.0,27.0,0.0,54.0,130.0,416.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 345,2529.0,15.0,2267.0,8.0,18.0,0.0,218.0,1592.0,32917.0,176100.0,130.0 +36047034700,"Census Tract 347, Kings County, New York",3412,2395.0,36172.0,644500.0,681.0,52.0,2854.0,0.0,65.0,0.0,0.0,0.0,441.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 347,3140.0,11.0,2792.0,4.0,3.0,0.0,329.0,1690.0,16078.0,167200.0,121.0 +36047009000,"Census Tract 90, Kings County, New York",3245,2149.0,38919.0,385000.0,355.0,314.0,78.0,43.0,1268.0,0.0,0.0,22.0,1542.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 90,2610.092204,406.9472485,60.11645579,8.664468706000001,504.86617659999996,1.0,1557.824379,1440.4684140000002,29233.591139999997,192977.44600000003,109.6290851 +36047008200,"Census Tract 82, Kings County, New York",4275,3060.0,40850.0,764100.0,825.0,515.0,64.0,82.0,532.0,0.0,0.0,107.0,3057.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 82,4072.0,406.0,194.0,18.0,263.0,2.0,3128.0,2337.0,28648.0,212500.0,351.0 +36047008500,"Census Tract 85, Kings County, New York",7559,4375.0,13207.0,,187.0,80.0,3614.0,130.0,394.0,0.0,103.0,19.0,3349.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 85,7278.0,95.0,4026.0,29.0,25.0,1.0,3084.0,3846.0,10372.0,275000.0,129.0 +36047008600,"Census Tract 86, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047011600,"Census Tract 116, Kings County, New York",3683,2440.0,40000.0,865400.0,347.0,524.0,51.0,15.0,2848.0,0.0,0.0,2.0,243.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 116,4259.0,1194.0,46.0,14.0,2395.0,0.0,501.0,2773.0,26330.0,306500.0,260.0 +36047011700,"Census Tract 117, Kings County, New York",2851,2171.0,91307.0,1081000.0,1420.0,1584.0,125.0,37.0,224.0,0.0,69.0,55.0,757.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 117,2788.0,679.0,291.0,12.0,200.0,0.0,1549.0,1733.0,30833.0,176500.0,319.0 +36047012200,"Census Tract 122, Kings County, New York",5945,3972.0,41061.0,956400.0,480.0,600.0,0.0,159.0,2447.0,0.0,0.0,33.0,2860.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 122,5045.0,920.0,87.0,11.0,1504.0,0.0,2379.0,2952.0,31688.0,271600.0,312.0 +36047012901,"Census Tract 129.01, Kings County, New York",2429,2020.0,104331.0,1028200.0,1489.0,1488.0,146.0,0.0,63.0,0.0,8.0,86.0,638.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 129.01,2239.0,791.0,536.0,6.0,138.0,0.0,739.0,1665.0,48024.0,337300.0,759.0 +36047013900,"Census Tract 139, Kings County, New York",3520,2544.0,120580.0,1216000.0,1839.0,2266.0,316.0,0.0,287.0,0.0,27.0,123.0,501.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 139,3832.0,1875.0,497.0,20.0,293.0,0.0,1096.0,2642.0,42361.0,332600.0,1229.0 +36047014500,"Census Tract 145, Kings County, New York",4078,3070.0,73109.0,732100.0,1681.0,2114.0,133.0,82.0,249.0,0.0,16.0,132.0,1352.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 145,4326.0,1183.0,266.0,12.0,145.0,0.0,2574.0,2744.0,30735.0,178300.0,493.0 +36047014800,"Census Tract 148, Kings County, New York",1289,946.0,56750.0,872700.0,356.0,1101.0,0.0,0.0,129.0,0.0,0.0,51.0,8.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 148,1222.0,1161.0,0.0,0.0,32.0,0.0,23.0,869.0,47250.0,294600.0,230.0 +36047016200,"Census Tract 162, Kings County, New York",2062,1652.0,75694.0,535200.0,853.0,1587.0,35.0,0.0,113.0,0.0,14.0,18.0,295.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 162,1885.999999,1387.51755,32.39918327,5.084897958,228.0799999,0.042448979000000005,169.4938774,1502.4310189999999,44305.45517,259813.7764,631.0555095999999 +36047037700,"Census Tract 377, Kings County, New York",4354,3160.0,45688.0,871500.0,939.0,400.0,3220.0,19.0,45.0,0.0,0.0,144.0,545.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 377,3827.0,28.0,3570.0,7.0,15.0,0.0,201.0,2246.0,34601.0,193600.0,319.0 +36047019400,"Census Tract 194, Kings County, New York",4031,2777.0,47632.0,611400.0,498.0,872.0,15.0,0.0,2147.0,0.0,0.0,7.0,990.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 194,3070.0,1287.0,9.0,4.0,1246.0,0.0,427.0,1984.0,32500.0,278900.0,315.0 +36047039600,"Census Tract 396, Kings County, New York",1824,1114.0,42192.0,952400.0,286.0,1446.0,0.0,83.0,25.0,132.0,0.0,11.0,127.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 396,2030.0,1862.0,8.0,0.0,46.0,0.0,88.0,1362.0,33313.0,297000.0,282.0 +36047040800,"Census Tract 408, Kings County, New York",3499,2385.0,73445.0,704800.0,687.0,990.0,135.0,0.0,1601.0,0.0,0.0,49.0,724.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 408,2921.0,1816.0,7.0,1.0,861.0,0.0,198.0,2021.0,33850.0,229600.0,378.0 +36047019200,"Census Tract 192, Kings County, New York",3702,1997.0,41442.0,753000.0,404.0,1859.0,27.0,17.0,1327.0,0.0,0.0,0.0,472.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 192,2320.0,1245.0,21.0,8.0,606.0,0.0,387.0,1444.0,33839.0,333300.0,232.0 +36047020400,"Census Tract 204, Kings County, New York",1992,1490.0,75991.0,807100.0,464.0,1356.0,0.0,0.0,600.0,12.0,0.0,0.0,24.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 204,1960.0,1769.0,5.0,3.0,89.0,0.0,74.0,1407.0,52321.0,285600.0,358.0 +36047020700,"Census Tract 207, Kings County, New York",4708,3822.0,113574.0,862500.0,2864.0,2550.0,848.0,0.0,279.0,0.0,0.0,318.0,713.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 207,4659.0,1458.0,2341.0,7.0,234.0,0.0,584.0,3264.0,50137.0,254200.0,1754.0 +36047022800,"Census Tract 228, Kings County, New York",3748,1779.0,32685.0,670900.0,278.0,2282.0,48.0,2.0,1036.0,0.0,0.0,34.0,346.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 228,3426.0,1633.0,134.0,4.0,873.0,0.0,711.0,1630.0,23407.0,222100.0,232.0 +36047113400,"Census Tract 1134, Kings County, New York",3163,1858.0,19191.0,590900.0,141.0,25.0,1935.0,0.0,40.0,0.0,63.0,12.0,1088.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1134,2998.0,50.0,1883.0,6.0,34.0,0.0,1018.0,1250.0,11204.0,96400.0,72.0 +36047115600,"Census Tract 1156, Kings County, New York",4091,2394.0,16404.0,573900.0,176.0,12.0,3086.0,32.0,23.0,0.0,0.0,10.0,928.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1156,4076.0,26.0,2578.0,8.0,23.0,0.0,1411.0,1961.0,12349.0,167500.0,78.0 +36047117800,"Census Tract 1178, Kings County, New York",1892,1153.0,45688.0,472400.0,89.0,17.0,326.0,0.0,371.0,0.0,41.0,18.0,1119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1178,1715.0,56.0,385.0,26.0,237.0,1.0,926.0,818.0,35625.0,178600.0,56.0 +36047087800,"Census Tract 878, Kings County, New York",2698,2047.0,35588.0,402600.0,200.0,10.0,2492.0,7.0,10.0,0.0,4.0,41.0,134.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 878,3165.0,234.0,2681.0,4.0,45.0,0.0,194.0,2196.0,29260.0,229800.0,255.0 +36047088200,"Census Tract 882, Kings County, New York",6409,4278.0,48333.0,397900.0,1250.0,86.0,5649.0,0.0,0.0,0.0,0.0,0.0,674.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 882,6760.999845,17.98403931,6365.351074,13.98758698,31.97162628,0.0,305.7286682,4015.436523,27348.000219999998,221800.0012,597.4697876 +36047089000,"Census Tract 890, Kings County, New York",5892,4434.0,28877.0,443000.0,632.0,48.0,5186.0,0.0,0.0,0.0,0.0,46.0,612.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 890,6566.0,154.0,5885.0,12.0,66.0,1.0,443.0,3978.0,23431.0,258900.0,321.0 +36047089400,"Census Tract 894, Kings County, New York",3449,2193.0,47188.0,472100.0,445.0,237.0,2723.0,0.0,108.0,0.0,0.0,60.0,321.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 894,3664.0,19.0,3228.0,2.0,19.0,0.0,382.0,2031.0,32619.0,165600.0,168.0 +36047093000,"Census Tract 930, Kings County, New York",2808,2133.0,67917.0,454600.0,575.0,21.0,2673.0,0.0,22.0,0.0,0.0,52.0,40.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 930,2775.0,36.0,2657.0,7.0,7.0,0.0,61.0,1866.0,35296.0,180500.0,330.0 +36047096200,"Census Tract 962, Kings County, New York",2051,1297.0,71000.0,555100.0,348.0,66.0,1795.0,19.0,23.0,0.0,0.0,6.0,161.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 962,1674.0,311.0,1114.0,4.0,60.0,0.0,166.0,964.0,35703.0,227000.0,95.0 +36047098400,"Census Tract 984, Kings County, New York",2207,1449.0,69542.0,483700.0,428.0,66.0,2038.0,0.0,13.0,0.0,0.0,0.0,90.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 984,2066.0,89.0,1875.0,1.0,12.0,0.0,77.0,1335.0,54286.0,231300.0,196.0 +36047041401,"Census Tract 414.01, Kings County, New York",1653,1037.0,59063.0,587500.0,313.0,1325.0,11.0,0.0,91.0,0.0,0.0,0.0,226.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 414.01,1390.0,1173.0,25.0,1.0,84.0,0.0,91.0,927.0,37143.0,285300.0,139.0 +36047041500,"Census Tract 415, Kings County, New York",4409,2487.0,56532.0,576900.0,438.0,378.0,1177.0,49.0,100.0,0.0,0.0,27.0,2727.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 415,3638.0,20.0,2048.0,6.0,20.0,0.0,1511.0,1991.0,25983.0,182800.0,206.0 +36047041800,"Census Tract 418, Kings County, New York",2598,1402.0,34450.0,895500.0,246.0,2096.0,4.0,7.0,120.0,0.0,0.0,0.0,378.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 418,2527.0,2017.0,5.0,1.0,173.0,0.0,242.0,1548.0,27778.0,310700.0,337.0 +36047043100,"Census Tract 431, Kings County, New York",5369,3289.0,62625.0,589700.0,1129.0,1251.0,138.0,108.0,675.0,0.0,11.0,56.0,3238.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 431,5276.0,255.0,193.0,13.0,174.0,0.0,4572.0,2520.0,20960.0,233700.0,96.0 +36047043800,"Census Tract 438, Kings County, New York",2556,1625.0,42115.0,691700.0,575.0,1880.0,60.0,0.0,231.0,0.0,0.0,63.0,322.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 438,2674.0,2299.0,19.0,7.0,173.0,0.0,133.0,1748.0,33382.0,418100.0,548.0 +36047048900,"Census Tract 489, Kings County, New York",3595,2390.0,17518.0,,214.0,19.0,1279.0,37.0,48.0,0.0,0.0,0.0,2229.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 489,4020.0,27.0,1769.0,16.0,8.0,0.0,2187.0,2153.0,12786.0,162500.0,87.0 +36047047400,"Census Tract 474, Kings County, New York",2717,1317.0,50893.0,1015100.0,296.0,2632.0,0.0,0.0,0.0,0.0,0.0,60.0,25.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 474,2983.0,2849.0,2.0,2.0,13.0,0.0,32.0,1473.0,32606.0,404900.0,319.0 +36047047700,"Census Tract 477, Kings County, New York",3816,3303.0,101607.0,843000.0,2208.0,2759.0,163.0,0.0,404.0,0.0,60.0,86.0,344.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 477,2276.0,1467.0,50.0,10.0,81.0,1.0,604.0,1703.0,37863.0,209000.0,412.0 +36047048200,"Census Tract 482, Kings County, New York",5300,3702.0,41566.0,496100.0,1539.0,2438.0,305.0,8.0,2036.0,0.0,53.0,38.0,422.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 482,5310.0,2793.0,487.0,17.0,1305.0,2.0,588.0,3637.0,22265.0,211200.0,997.0 +36047049000,"Census Tract 490, Kings County, New York",6290,4084.0,51290.0,460900.0,2013.0,3215.0,450.0,54.0,1125.0,0.0,0.0,237.0,1236.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 490,6153.0,3534.0,879.0,58.0,611.0,0.0,824.0,3916.0,27267.0,225900.0,1036.0 +36047049700,"Census Tract 497, Kings County, New York",2786,2419.0,85058.0,1144900.0,1567.0,1834.0,34.0,14.0,421.0,0.0,49.0,56.0,392.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 497,2228.0,1799.0,10.0,4.0,131.0,0.0,232.0,1728.0,35990.0,240300.0,560.0 +36047050100,"Census Tract 501, Kings County, New York",3157,2535.0,95769.0,930300.0,1475.0,2218.0,186.0,0.0,180.0,0.0,22.0,62.0,489.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 501,2646.0,1905.0,14.0,8.0,97.0,0.0,563.0,2001.0,35000.0,238100.0,513.0 +36047051400,"Census Tract 514, Kings County, New York",7947,5187.0,48445.0,391700.0,1687.0,1117.0,3194.0,95.0,1053.0,0.0,62.0,297.0,2224.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 514,7692.0,397.0,4796.0,36.0,386.0,0.0,2012.0,4590.0,32103.0,278200.0,758.0 +36047078800,"Census Tract 788, Kings County, New York",3307,2055.0,37159.0,498200.0,383.0,25.0,2920.0,16.0,29.0,0.0,13.0,78.0,226.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 788,3775.0,36.0,3432.0,14.0,24.0,0.0,242.0,2077.0,26353.0,234000.0,165.0 +36047099800,"Census Tract 998, Kings County, New York",3539,2507.0,70611.0,585100.0,739.0,264.0,3091.0,0.0,0.0,0.0,0.0,71.0,113.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 998,3736.0,724.0,2679.0,4.0,63.0,0.0,224.0,2292.0,52614.0,279300.0,653.0 +36047007600,"Census Tract 76, Kings County, New York",5124,3147.0,38125.0,763300.0,807.0,724.0,114.0,0.0,1071.0,0.0,0.0,51.0,3164.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 76,4440.0,419.0,81.0,15.0,513.0,0.0,3350.0,2560.0,31573.0,228200.0,295.0 +36047008400,"Census Tract 84, Kings County, New York",3895,2709.0,49821.0,792300.0,510.0,735.0,76.0,95.0,251.0,0.0,0.0,75.0,2758.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 84,3229.0,368.0,62.0,13.0,207.0,0.0,2553.0,1917.0,30054.0,215600.0,290.0 +36047102200,"Census Tract 1022, Kings County, New York",1993,1342.0,61132.0,458500.0,414.0,107.0,1541.0,0.0,196.0,0.0,11.0,56.0,82.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1022,2106.0,469.0,1034.0,2.0,395.0,0.0,174.0,1442.0,46046.0,197900.0,246.0 +36047102800,"Census Tract 1028, Kings County, New York",1795,1222.0,75625.0,569300.0,474.0,23.0,1689.0,0.0,17.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1028,1772.000001,280.75246810000004,1173.244495,1.3027081790000001,110.39483680000001,0.0,195.0291071,1153.9941789999998,57118.14877000001,281439.3034,234.61908390000002 +36047111000,"Census Tract 1110, Kings County, New York",3365,2051.0,17854.0,,185.0,94.0,2380.0,16.0,0.0,0.0,0.0,158.0,733.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1110,3508.0,19.0,2657.0,11.0,2.0,0.0,818.0,1907.0,15722.0,,108.0 +36047112200,"Census Tract 1122, Kings County, New York",3587,2176.0,35000.0,577000.0,328.0,0.0,2732.0,44.0,93.0,0.0,0.0,0.0,718.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1122,2914.0,28.0,2206.0,2.0,11.0,1.0,656.0,1590.0,26778.0,195500.0,75.0 +36047112600,"Census Tract 1126, Kings County, New York",3388,2315.0,33365.0,386200.0,226.0,42.0,2533.0,0.0,64.0,0.0,0.0,0.0,749.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1126,3626.0,26.0,2473.0,5.0,18.0,5.0,1085.0,1744.0,21738.0,190900.0,102.0 +36047114600,"Census Tract 1146, Kings County, New York",3308,2244.0,41012.0,525300.0,290.0,94.0,735.0,30.0,252.0,0.0,38.0,63.0,2107.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1146,3036.0,105.0,833.0,11.0,142.0,0.0,1907.0,1747.0,31171.0,182100.0,158.0 +36047115200,"Census Tract 1152, Kings County, New York",3075,1977.0,38482.0,496900.0,247.0,76.0,1757.0,0.0,116.0,0.0,200.0,65.0,861.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1152,2525.0,44.0,1553.0,12.0,21.0,0.0,877.0,1282.0,17308.0,121400.0,134.0 +36047026600,"Census Tract 266, Kings County, New York",3464,2479.0,46974.0,943200.0,471.0,1024.0,5.0,0.0,1899.0,0.0,0.0,5.0,531.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 266,3399.0,2121.0,20.0,9.0,858.0,0.0,320.0,2369.0,36458.0,318100.0,393.0 +36047026800,"Census Tract 268, Kings County, New York",3841,2711.0,46544.0,901200.0,690.0,1751.0,3.0,0.0,1299.0,0.0,0.0,1.0,787.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 268,4017.0,3063.0,19.0,10.0,559.0,0.0,315.0,2877.0,32672.0,297800.0,596.0 +36047028000,"Census Tract 280, Kings County, New York",1763,1268.0,61429.0,610600.0,417.0,724.0,38.0,0.0,741.0,0.0,7.0,5.0,248.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 280,1685.0,1043.0,31.0,10.0,454.0,0.0,123.0,1218.0,42500.0,207100.0,296.0 +36047029400,"Census Tract 294, Kings County, New York",2493,1944.0,51500.0,793600.0,365.0,1293.0,157.0,0.0,607.0,0.0,0.0,67.0,369.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 294,2351.0,1509.0,43.0,5.0,573.0,0.0,193.0,1795.0,40227.0,312800.0,356.0 +36047033300,"Census Tract 333, Kings County, New York",4531,2375.0,49896.0,808200.0,683.0,3223.0,1135.0,7.0,0.0,0.0,7.0,16.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 333,4491.0,2391.0,1767.0,3.0,18.0,0.0,191.0,2199.0,35625.0,273400.0,587.0 +36047036002,"Census Tract 360.02, Kings County, New York",4241,3597.0,18092.0,,1390.0,3683.0,32.0,0.0,134.0,0.0,0.0,25.0,367.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 360.02,4230.0,3879.0,19.0,0.0,109.0,0.0,205.0,3575.0,12351.0,77000.0,1039.0 +36047038300,"Census Tract 383, Kings County, New York",4525,3225.0,67917.0,645300.0,1064.0,368.0,3488.0,0.0,249.0,0.0,0.0,93.0,327.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 383,3999.0,36.0,3768.0,3.0,6.0,0.0,177.0,2425.0,35966.0,180200.0,481.0 +36047038500,"Census Tract 385, Kings County, New York",3503,2527.0,60931.0,650700.0,967.0,458.0,2216.0,34.0,124.0,0.0,0.0,69.0,636.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 385,3628.0,18.0,3251.0,6.0,22.0,0.0,297.0,2083.0,23750.0,172000.0,260.0 +36047039000,"Census Tract 390, Kings County, New York",2457,1429.0,64342.0,559300.0,479.0,2212.0,0.0,0.0,87.0,0.0,0.0,68.0,90.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 390,2192.0,1966.0,1.0,5.0,140.0,0.0,64.0,1516.0,38102.0,258200.0,426.0 +36047041100,"Census Tract 411, Kings County, New York",3147,2181.0,35369.0,529000.0,335.0,363.0,1335.0,0.0,62.0,0.0,0.0,44.0,1343.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 411,2837.0,37.0,1699.0,4.0,20.0,1.0,1065.0,1694.0,17750.0,182200.0,63.0 +36047042000,"Census Tract 420, Kings County, New York",1831,979.0,54643.0,986100.0,394.0,1688.0,15.0,0.0,39.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 420,2256.0,1917.0,26.0,1.0,97.0,1.0,214.0,1126.0,44904.0,272600.0,249.0 +36047082000,"Census Tract 820, Kings County, New York",4986,3037.0,41123.0,391700.0,423.0,245.0,3842.0,0.0,75.0,0.0,8.0,196.0,620.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 820,5392.0,38.0,4833.0,4.0,93.0,0.0,388.0,3280.0,28015.0,211100.0,347.0 +36047070203,"Census Tract 702.03, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047070600,"Census Tract 706, Kings County, New York",2985,1983.0,98889.0,644200.0,742.0,2452.0,310.0,0.0,95.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 706,2876.0,2741.0,7.0,0.0,60.0,0.0,65.0,2091.0,68348.0,346600.0,602.0 +36047080000,"Census Tract 800, Kings County, New York",3877,2643.0,72083.0,1102400.0,1121.0,839.0,2537.0,0.0,73.0,0.0,0.0,160.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 800,3927.0,245.0,3378.0,10.0,64.0,1.0,210.0,2536.0,42225.0,242300.0,510.0 +36047084800,"Census Tract 848, Kings County, New York",1546,1094.0,53636.0,448800.0,252.0,3.0,1418.0,0.0,101.0,0.0,0.0,9.0,15.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 848,1792.0,20.0,1668.0,12.0,5.0,0.0,76.0,1266.0,47115.0,196600.0,270.0 +36047086000,"Census Tract 860, Kings County, New York",3293,2319.0,49087.0,404400.0,348.0,11.0,2839.0,13.0,11.0,0.0,0.0,72.0,347.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 860,3665.0,18.0,3413.0,8.0,18.0,0.0,192.0,2396.0,43548.0,183000.0,333.0 +36047087200,"Census Tract 872, Kings County, New York",2738,1933.0,45972.0,411900.0,529.0,86.0,2437.0,0.0,96.0,0.0,0.0,0.0,119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 872,3627.0,84.0,3252.0,4.0,23.0,0.0,238.0,2600.0,45429.0,210800.0,499.0 +36047067800,"Census Tract 678, Kings County, New York",2650,2077.0,88385.0,477600.0,658.0,292.0,2298.0,0.0,0.0,0.0,10.0,0.0,50.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 678,2637.0,802.0,1592.0,5.0,57.0,0.0,169.0,1734.0,50536.0,250500.0,318.0 +36047070202,"Census Tract 702.02, Kings County, New York",24,24.0,,,12.0,24.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 702.02,114.7404505,109.58358,1.289218545,0.0,0.0,0.0,3.867655754,99.2698288,53750.0014,351599.9916,38.67655563 +36047072600,"Census Tract 726, Kings County, New York",2196,1547.0,82353.0,470400.0,490.0,45.0,1880.0,0.0,45.0,0.0,0.0,0.0,226.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 726,2546.577752,147.5664262,2187.349739,11.01359423,68.09062819,0.0,122.44860959999998,1601.508546,65143.23887000001,191114.3317,392.9303805 +36047073800,"Census Tract 738, Kings County, New York",3988,2493.0,62784.0,515800.0,713.0,1251.0,2041.0,0.0,211.0,0.0,0.0,14.0,471.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 738,3306.0,1080.0,1651.0,3.0,168.0,1.0,343.0,2002.0,37833.0,216900.0,437.0 +36047077600,"Census Tract 776, Kings County, New York",3907,2949.0,62083.0,318600.0,1242.0,157.0,3174.0,0.0,298.0,0.0,0.0,132.0,146.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 776,4123.381214999999,490.6680951,3157.4720899999998,28.97491097,124.12236920000001,0.0,300.10914069999995,2776.1205800000002,41168.7983,143920.2726,754.7998285 +36047080200,"Census Tract 802, Kings County, New York",4897,3497.0,47109.0,708300.0,1052.0,543.0,3704.0,31.0,117.0,0.0,0.0,178.0,324.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 802,4817.0,71.0,4352.0,10.0,33.0,0.0,335.0,3061.0,31919.0,198300.0,502.0 +36047081000,"Census Tract 810, Kings County, New York",2117,1408.0,41772.0,452200.0,381.0,339.0,1609.0,0.0,9.0,0.0,0.0,97.0,63.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 810,2444.0,44.0,2169.0,7.0,81.0,0.0,135.0,1559.0,32784.0,181300.0,205.0 +36047081400,"Census Tract 814, Kings County, New York",2767,2001.0,39769.0,449500.0,418.0,50.0,2417.0,0.0,113.0,0.0,49.0,17.0,121.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 814,3080.0,27.0,2869.0,7.0,17.0,0.0,142.0,1900.0,45179.0,197600.0,347.0 +36047085200,"Census Tract 852, Kings County, New York",9,9.0,,,0.0,0.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047000100,"Census Tract 1, Kings County, New York",4116,3552.0,88238.0,710700.0,2370.0,2811.0,369.0,21.0,419.0,0.0,0.0,178.0,318.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1,5498.000007,3920.612686,708.8943663,24.0,276.0563383,1.0,500.76056289999997,4339.9014130000005,65347.7308,178501.1519,2494.971832 +36047000301,"Census Tract 3.01, Kings County, New York",4340,3451.0,130063.0,998500.0,2565.0,3436.0,121.0,24.0,244.0,0.0,9.0,254.0,276.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 3.01,5036.0,4027.0,355.0,9.0,249.0,1.0,352.0,4223.0,83739.0,377500.0,3000.0 +36047004900,"Census Tract 49, Kings County, New York",2631,2111.0,125833.0,1085800.0,1565.0,1612.0,291.0,0.0,196.0,0.0,8.0,93.0,431.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 49,2593.0,1551.0,253.0,7.0,327.0,0.0,377.0,2113.0,62344.0,641000.0,1158.0 +36047005000,"Census Tract 50, Kings County, New York",2369,1741.0,104890.0,981100.0,1129.0,1743.0,21.0,0.0,242.0,0.0,0.0,29.0,334.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 50,2401.0,2075.0,10.0,1.0,162.0,1.0,115.0,1817.0,61217.0,356500.0,775.0 +36047006000,"Census Tract 60, Kings County, New York",2745,1923.0,86800.0,820600.0,874.0,1623.0,7.0,0.0,509.0,0.0,0.0,50.0,556.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 60,2907.0,1786.0,20.0,5.0,444.0,0.0,441.0,2088.0,45396.0,266700.0,709.0 +36047006700,"Census Tract 67, Kings County, New York",3941,2941.0,158194.0,2000001.0,2256.0,3229.0,44.0,19.0,140.0,0.0,8.0,187.0,333.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 67,3500.0,2791.0,72.0,2.0,134.0,0.0,393.0,2775.0,70536.0,683300.0,1921.0 +36047065000,"Census Tract 650, Kings County, New York",1622,1183.0,64500.0,496700.0,363.0,369.0,658.0,0.0,208.0,0.0,0.0,0.0,387.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 650,1425.0,665.0,450.0,2.0,98.0,0.0,197.0,945.0,50500.0,208700.0,208.0 +36047058800,"Census Tract 588, Kings County, New York",3728,2843.0,65069.0,489200.0,1485.0,2316.0,38.0,0.0,799.0,0.0,12.0,47.0,516.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 588,3473.0,2549.0,52.0,0.0,672.0,0.0,179.0,2628.0,38866.0,169400.0,982.0 +36047059300,"Census Tract 593, Kings County, New York",2135,1645.0,68304.0,693500.0,752.0,1575.0,30.0,0.0,73.0,0.0,0.0,67.0,390.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 593,2488.0,1616.0,43.0,5.0,58.0,0.0,678.0,1612.0,35208.0,210000.0,179.0 +36047064000,"Census Tract 640, Kings County, New York",1832,1190.0,109911.0,651200.0,551.0,1393.0,0.0,0.0,175.0,0.0,0.0,0.0,264.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 640,1488.0,1308.0,4.0,5.0,60.0,0.0,101.0,1064.0,64297.0,236400.0,348.0 +36047068800,"Census Tract 688, Kings County, New York",1652,1265.0,91250.0,438900.0,323.0,591.0,800.0,5.0,104.0,0.0,0.0,0.0,157.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 688,1559.0,1056.0,278.0,2.0,63.0,0.0,153.0,1168.0,52391.0,187200.0,214.0 +36047075200,"Census Tract 752, Kings County, New York",955,584.0,153438.0,1055000.0,368.0,915.0,35.0,0.0,5.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 752,1260.0,1238.0,8.0,0.0,3.0,0.0,9.0,609.0,65227.0,636800.0,305.0 +36047076400,"Census Tract 764, Kings County, New York",3725,2486.0,55111.0,786500.0,891.0,1088.0,1786.0,0.0,210.0,0.0,21.0,61.0,559.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 764,4192.0,1048.0,2349.0,9.0,150.0,6.0,559.0,2533.0,30328.0,340500.0,558.0 +36047077400,"Census Tract 774, Kings County, New York",3539,2229.0,62917.0,642400.0,813.0,550.0,2254.0,0.0,319.0,0.0,44.0,47.0,325.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 774,3121.0,779.0,1508.0,7.0,343.0,0.0,387.0,2008.0,34583.0,208300.0,699.0 +36047078200,"Census Tract 782, Kings County, New York",5329,3632.0,65028.0,461600.0,851.0,42.0,4955.0,0.0,61.0,0.0,19.0,57.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 782,4320.0,64.0,3942.0,9.0,55.0,0.0,228.0,2574.0,30678.0,181100.0,418.0 +36047079000,"Census Tract 790, Kings County, New York",5197,3281.0,37367.0,593200.0,611.0,145.0,4539.0,2.0,108.0,0.0,25.0,77.0,301.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 790,5908.0,28.0,5410.0,8.0,50.0,0.0,380.0,3513.0,32310.0,229300.0,447.0 +36047079200,"Census Tract 792, Kings County, New York",3820,2486.0,39468.0,467300.0,452.0,387.0,2715.0,0.0,7.0,0.0,10.0,67.0,634.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 792,3815.0,54.0,3443.0,3.0,30.0,0.0,273.0,2362.0,24878.0,184400.0,252.0 +36047079400,"Census Tract 794, Kings County, New York",1783,1178.0,35871.0,392400.0,201.0,13.0,1637.0,0.0,0.0,0.0,0.0,0.0,133.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 794,1932.0,18.0,1745.0,11.0,6.0,0.0,139.0,1048.0,32014.0,148500.0,59.0 +36047083600,"Census Tract 836, Kings County, New York",2100,1440.0,59107.0,475500.0,367.0,21.0,1972.0,10.0,55.0,0.0,5.0,26.0,11.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 836,2186.0,64.0,1974.0,1.0,29.0,0.0,112.0,1419.0,45292.0,206500.0,289.0 +36047085800,"Census Tract 858, Kings County, New York",2587,1743.0,57679.0,399700.0,334.0,4.0,2358.0,0.0,103.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 858,2443.0,36.0,2291.0,4.0,16.0,0.0,90.0,1505.0,32972.0,194200.0,227.0 +36047086200,"Census Tract 862, Kings County, New York",3368,2084.0,42663.0,456500.0,543.0,145.0,2854.0,0.0,0.0,0.0,0.0,24.0,345.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 862,3395.0,26.0,3236.0,10.0,24.0,0.0,81.0,2090.0,30291.0,190800.0,237.0 +36047088000,"Census Tract 880, Kings County, New York",2766,1862.0,39943.0,417800.0,440.0,79.0,2505.0,0.0,0.0,0.0,0.0,39.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 880,2721.0,14.0,2525.0,7.0,15.0,0.0,143.0,1779.0,37434.0,185100.0,270.0 +36047089800,"Census Tract 898, Kings County, New York",1688,1196.0,35938.0,397700.0,242.0,33.0,1555.0,0.0,16.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 898,1530.0,6.0,1365.0,0.0,11.0,0.0,139.0,880.0,37331.0,144900.0,74.0 +36047091800,"Census Tract 918, Kings County, New York",2531,1625.0,22050.0,336600.0,270.0,0.0,1522.0,6.0,0.0,0.0,0.0,0.0,1009.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 918,2847.0,10.0,1912.0,15.0,6.0,0.0,893.0,1604.0,24934.0,135200.0,165.0 +36047092000,"Census Tract 920, Kings County, New York",3083,2061.0,17016.0,360300.0,266.0,8.0,2012.0,40.0,121.0,0.0,16.0,0.0,886.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 920,2892.0,12.0,2450.0,6.0,9.0,0.0,403.0,1590.0,28125.0,131500.0,185.0 +36047080400,"Census Tract 804, Kings County, New York",3217,2393.0,41316.0,546500.0,468.0,286.0,2530.0,15.0,148.0,0.0,75.0,20.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 804,3380.0,55.0,2988.0,8.0,69.0,0.0,236.0,2157.0,26287.0,213300.0,249.0 +36047082600,"Census Tract 826, Kings County, New York",5281,3788.0,44697.0,411300.0,947.0,371.0,4402.0,33.0,19.0,0.0,9.0,90.0,372.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 826,6051.0,50.0,5395.0,22.0,69.0,2.0,465.0,3855.0,36866.0,192100.0,564.0 +36047085600,"Census Tract 856, Kings County, New York",3478,2593.0,52214.0,362400.0,575.0,90.0,2880.0,0.0,76.0,0.0,0.0,112.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 856,3898.0,31.0,3558.0,4.0,37.0,0.0,220.0,2451.0,33796.0,187900.0,326.0 +36047087000,"Census Tract 870, Kings County, New York",3275,2208.0,36250.0,445300.0,524.0,51.0,2876.0,0.0,0.0,0.0,0.0,24.0,324.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 870,3216.0,25.0,3044.0,8.0,26.0,0.0,93.0,1961.0,31919.0,194600.0,249.0 +36047088600,"Census Tract 886, Kings County, New York",4393,3133.0,35563.0,434400.0,585.0,49.0,3655.0,0.0,45.0,0.0,96.0,72.0,476.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 886,4650.0,11.0,4369.0,14.0,6.0,0.0,243.0,2711.0,29271.0,192600.0,268.0 +36047088800,"Census Tract 888, Kings County, New York",3931,2714.0,44732.0,618600.0,565.0,8.0,3304.0,0.0,112.0,0.0,0.0,97.0,410.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 888,4124.0,20.0,3757.0,8.0,13.0,0.0,307.0,2532.0,30299.0,220100.0,270.0 +36047091200,"Census Tract 912, Kings County, New York",6039,3384.0,14347.0,,180.0,0.0,4173.0,43.0,155.0,0.0,0.0,0.0,1668.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 912,7340.0,15.0,5916.0,17.0,19.0,0.0,1362.0,3327.0,8182.0,149200.0,35.0 +36047095000,"Census Tract 950, Kings County, New York",3066,2263.0,74650.0,570400.0,656.0,177.0,2791.0,0.0,0.0,0.0,0.0,25.0,73.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 950,3182.0,202.0,2735.0,0.0,56.0,2.0,166.0,1886.0,48036.0,263900.0,385.0 +36047056000,"Census Tract 560, Kings County, New York",3481,2542.0,51581.0,633600.0,1203.0,2935.0,56.0,0.0,403.0,0.0,0.0,11.0,76.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 560,3571.0,3228.0,35.0,5.0,130.0,0.0,159.0,2467.0,40913.0,287500.0,990.0 +36047055100,"Census Tract 551, Kings County, New York",5728,4069.0,74931.0,1094200.0,2494.0,2361.0,109.0,0.0,40.0,0.0,44.0,150.0,3024.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 551,4313.0,966.0,149.0,8.0,198.0,0.0,2935.0,2781.0,27083.0,220100.0,624.0 +36047055400,"Census Tract 554, Kings County, New York",4492,2985.0,49583.0,459500.0,1393.0,3207.0,11.0,0.0,418.0,0.0,0.0,247.0,609.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 554,4284.0,3075.0,43.0,21.0,541.0,0.0,456.0,2922.0,28291.0,325500.0,1047.0 +36047056200,"Census Tract 562, Kings County, New York",1593,1146.0,55750.0,702000.0,594.0,1355.0,0.0,0.0,238.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 562,1673.0,1514.0,1.0,0.0,137.0,0.0,21.0,1013.0,51300.0,290100.0,422.0 +36047057400,"Census Tract 574, Kings County, New York",3211,2270.0,93750.0,590000.0,813.0,1553.0,37.0,0.0,1532.0,0.0,0.0,12.0,77.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 574,2626.0,1579.0,11.0,0.0,846.0,0.0,146.0,1832.0,58519.0,230900.0,676.0 +36047057800,"Census Tract 578, Kings County, New York",3478,2415.0,52841.0,688500.0,756.0,1818.0,0.0,0.0,1041.0,0.0,0.0,113.0,506.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 578,2988.0,1840.0,25.0,13.0,767.0,0.0,287.0,2034.0,37262.0,259200.0,702.0 +36047059000,"Census Tract 590, Kings County, New York",1861,1295.0,48542.0,652600.0,473.0,701.0,170.0,0.0,759.0,0.0,0.0,7.0,224.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 590,1878.0,835.0,189.0,0.0,744.0,0.0,99.0,1364.0,46188.0,256900.0,268.0 +36047061600,"Census Tract 616, Kings County, New York",1513,1218.0,83854.0,1006800.0,636.0,1373.0,69.0,0.0,11.0,0.0,0.0,0.0,60.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 616,1521.0,1471.0,3.0,0.0,19.0,0.0,27.0,1190.0,70119.0,432400.0,552.0 +36047065600,"Census Tract 656, Kings County, New York",1788,1213.0,77328.0,445400.0,343.0,1294.0,0.0,0.0,149.0,0.0,0.0,48.0,297.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 656,1826.0,1670.0,12.0,7.0,55.0,0.0,73.0,1232.0,60098.0,184200.0,277.0 +36047067200,"Census Tract 672, Kings County, New York",1587,1123.0,70192.0,435500.0,267.0,211.0,1306.0,0.0,28.0,0.0,0.0,0.0,42.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 672,1319.0,358.0,720.0,8.0,44.0,0.0,182.0,781.0,39875.0,207300.0,194.0 +36047070201,"Census Tract 702.01, Kings County, New York",5939,4171.0,83672.0,709500.0,1881.0,5015.0,124.0,42.0,185.0,0.0,0.0,0.0,590.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 702.01,6502.0,6143.0,26.0,1.0,173.0,4.0,121.0,4641.0,67986.0,371200.0,1860.0 +36047073000,"Census Tract 730, Kings County, New York",2431,1768.0,103424.0,484500.0,626.0,124.0,2018.0,0.0,13.0,0.0,34.0,86.0,156.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 730,2327.0,291.0,1870.0,16.0,22.0,0.0,108.0,1478.0,50598.0,215100.0,408.0 +36047029900,"Census Tract 299, Kings County, New York",2947,1871.0,31953.0,590000.0,236.0,89.0,2165.0,0.0,98.0,0.0,5.0,11.0,579.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 299,1657.0,29.0,1363.0,13.0,15.0,0.0,224.0,962.0,27733.0,181800.0,42.0 +36047031100,"Census Tract 311, Kings County, New York",3194,2125.0,50191.0,649500.0,633.0,185.0,2381.0,0.0,14.0,0.0,27.0,178.0,409.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 311,2650.0,14.0,2449.0,2.0,47.0,0.0,121.0,1744.0,25086.0,173300.0,120.0 +36047031400,"Census Tract 314, Kings County, New York",5127,3967.0,59022.0,428700.0,1236.0,3529.0,22.0,17.0,1148.0,0.0,0.0,0.0,411.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 314,4507.80345,3379.984878,29.77753711,6.0,750.0410349,0.0,263.0,3431.151183,32110.27525,145204.9919,714.0 +36047034100,"Census Tract 341, Kings County, New York",2809,2230.0,51125.0,578900.0,703.0,389.0,2101.0,0.0,11.0,0.0,61.0,65.0,182.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 341,2779.0,40.0,2528.0,3.0,24.0,0.0,168.0,1827.0,30909.0,219800.0,260.0 +36047035300,"Census Tract 353, Kings County, New York",5253,3593.0,48738.0,735000.0,1083.0,968.0,3522.0,0.0,185.0,0.0,0.0,130.0,448.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 353,5558.0,576.0,4271.0,1.0,22.0,0.0,606.0,3014.0,27188.0,218500.0,289.0 +36047064600,"Census Tract 646, Kings County, New York",2402,1307.0,94940.0,583300.0,545.0,1908.0,31.0,25.0,129.0,0.0,9.0,14.0,286.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 646,2064.0,1562.0,136.0,3.0,145.0,0.0,210.0,1411.0,59620.0,206400.0,393.0 +36047065400,"Census Tract 654, Kings County, New York",1571,1195.0,90089.0,573600.0,423.0,1204.0,40.0,0.0,192.0,0.0,0.0,62.0,73.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 654,1611.0,1469.0,9.0,0.0,72.0,0.0,57.0,1074.0,67438.0,227400.0,298.0 +36047118201,"Census Tract 1182.01, Kings County, New York",2970,1909.0,46012.0,464000.0,261.0,191.0,539.0,57.0,151.0,0.0,68.0,64.0,1945.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1182.01,2902.0,164.0,544.0,26.0,183.0,0.0,1868.0,1636.0,30993.0,176700.0,66.0 +36047095600,"Census Tract 956, Kings County, New York",4633,2967.0,60164.0,581200.0,788.0,411.0,3824.0,37.0,210.0,0.0,18.0,0.0,170.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 956,3966.0,664.0,2860.0,15.0,155.0,0.0,242.0,2340.0,48934.0,252800.0,504.0 +36047096000,"Census Tract 960, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 960,3.0,3.0,0.0,0.0,0.0,0.0,0.0,5.0,66250.0,,5.0 +36047098600,"Census Tract 986, Kings County, New York",3145,2238.0,68632.0,454800.0,582.0,48.0,2880.0,0.0,54.0,0.0,0.0,68.0,95.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 986,3128.0,78.0,2707.0,7.0,110.0,0.0,202.0,1954.0,54444.0,236100.0,493.0 +36047102600,"Census Tract 1026, Kings County, New York",2617,1826.0,75161.0,530200.0,511.0,91.0,2425.0,11.0,0.0,0.0,8.0,13.0,69.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1026,2775.0,492.0,2004.0,6.0,90.0,0.0,170.0,1706.0,50192.0,268500.0,440.0 +36047103400,"Census Tract 1034, Kings County, New York",4046,2378.0,23450.0,,398.0,167.0,2577.0,265.0,0.0,0.0,0.0,0.0,1048.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1034,3898.9999329999996,731.2474976,2267.755371,22.69729233,29.60516357,0.0,826.9708862000001,2174.005859,15524.000119999999,225000.0019,196.3809204 +36047107000,"Census Tract 1070, Kings County, New York",1724,1031.0,58618.0,365900.0,363.0,22.0,1171.0,0.0,78.0,0.0,0.0,6.0,447.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1070,294.0,80.0,153.0,0.0,4.0,0.0,57.0,274.0,,,0.0 +36047114201,"Census Tract 1142.01, Kings County, New York",1629,933.0,36739.0,473700.0,144.0,28.0,299.0,0.0,33.0,0.0,0.0,23.0,1246.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1142.01,1736.0,54.0,457.0,10.0,81.0,2.0,1128.0,711.0,37422.0,190200.0,97.0 +36047005900,"Census Tract 59, Kings County, New York",1337,1072.0,70833.0,950800.0,622.0,809.0,60.0,0.0,18.0,0.0,0.0,78.0,372.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 59,1099.0,206.0,211.0,7.0,20.0,0.0,626.0,566.0,21674.0,253800.0,66.0 +36047006400,"Census Tract 64, Kings County, New York",3171,2466.0,71781.0,835500.0,1097.0,2383.0,52.0,0.0,294.0,0.0,0.0,82.0,360.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 64,3484.0,2514.0,75.0,4.0,349.0,1.0,327.0,2592.0,45213.0,338400.0,891.0 +36047009400,"Census Tract 94, Kings County, New York",5429,3727.0,42104.0,791900.0,772.0,674.0,114.0,0.0,3519.0,0.0,0.0,10.0,1112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 94,4855.0,1494.0,70.0,35.0,1738.0,0.0,1296.0,2944.0,28822.0,262100.0,421.0 +36047010400,"Census Tract 104, Kings County, New York",5677,4070.0,42697.0,960400.0,694.0,385.0,10.0,0.0,4598.0,0.0,84.0,55.0,545.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 104,5530.0,948.0,50.0,4.0,3873.0,1.0,569.0,3721.0,24574.0,277500.0,421.0 +36047013000,"Census Tract 130, Kings County, New York",5244,3552.0,61410.0,549300.0,1257.0,2333.0,166.0,50.0,1137.0,0.0,0.0,165.0,1443.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 130,4733.0,2644.0,45.0,28.0,874.0,0.0,879.0,3163.0,36496.0,260000.0,765.0 +36047013200,"Census Tract 132, Kings County, New York",2044,1298.0,53065.0,892500.0,364.0,597.0,0.0,0.0,1053.0,0.0,0.0,8.0,386.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 132,2165.0,1275.0,12.0,3.0,487.0,0.0,296.0,1380.0,34375.0,253900.0,301.0 +36047020600,"Census Tract 206, Kings County, New York",2347,1748.0,81324.0,837600.0,636.0,1390.0,30.0,0.0,623.0,0.0,0.0,0.0,304.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 206,2192.0,1749.0,9.0,9.0,191.0,0.0,154.0,1515.0,52679.0,294000.0,449.0 +36047021000,"Census Tract 210, Kings County, New York",4380,3063.0,37623.0,807900.0,651.0,1284.0,38.0,0.0,2181.0,0.0,11.0,73.0,793.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 210,3307.0,2017.0,10.0,7.0,903.0,0.0,277.0,2224.0,33333.0,304000.0,408.0 +36047022200,"Census Tract 222, Kings County, New York",4281,2012.0,36033.0,826400.0,425.0,3892.0,0.0,0.0,140.0,0.0,0.0,0.0,249.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 222,4719.0,3902.0,68.0,9.0,214.0,0.0,429.0,2520.0,25919.0,281000.0,350.0 +36047022700,"Census Tract 227, Kings County, New York",3556,2622.0,76549.0,1075000.0,1188.0,994.0,1978.0,0.0,120.0,11.0,10.0,173.0,270.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 227,3406.0,89.0,2993.0,10.0,54.0,0.0,233.0,2242.0,31853.0,196000.0,289.0 +36047023000,"Census Tract 230, Kings County, New York",4288,2109.0,37404.0,880500.0,397.0,3051.0,88.0,0.0,341.0,0.0,0.0,68.0,740.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 230,4176.0,2893.0,31.0,6.0,238.0,0.0,946.0,1894.0,22984.0,240100.0,165.0 +36047024800,"Census Tract 248, Kings County, New York",3013,1850.0,50739.0,703600.0,327.0,1029.0,51.0,23.0,1127.0,0.0,130.0,24.0,629.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 248,2448.0,1437.0,8.0,4.0,810.0,0.0,143.0,1789.0,35086.0,270200.0,329.0 +36047025200,"Census Tract 252, Kings County, New York",5310,3785.0,47315.0,726000.0,1015.0,2197.0,155.0,30.0,1870.0,0.0,0.0,95.0,974.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 252,4654.0,2806.0,19.0,13.0,1154.0,0.0,525.0,3285.0,29470.0,270300.0,681.0 +36047025700,"Census Tract 257, Kings County, New York",2111,1365.0,63021.0,733500.0,412.0,448.0,609.0,74.0,121.0,0.0,0.0,50.0,883.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 257,2026.0,32.0,700.0,4.0,74.0,1.0,1204.0,1146.0,32275.0,195600.0,93.0 +36047026200,"Census Tract 262, Kings County, New York",2548,1834.0,49357.0,782900.0,431.0,952.0,43.0,0.0,1084.0,0.0,0.0,42.0,427.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 262,2364.0,1379.0,2.0,1.0,746.0,0.0,213.0,1664.0,38000.0,232100.0,225.0 +36047026700,"Census Tract 267, Kings County, New York",3937,3046.0,50811.0,969300.0,1295.0,927.0,2353.0,0.0,90.0,0.0,7.0,39.0,521.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 267,4151.0,11.0,3890.0,10.0,57.0,0.0,169.0,2774.0,32971.0,205800.0,403.0 +36047051100,"Census Tract 511, Kings County, New York",4317,3357.0,35750.0,477000.0,1241.0,1485.0,216.0,0.0,882.0,0.0,0.0,95.0,1639.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 511,3730.0,380.0,438.0,5.0,640.0,0.0,2243.0,2562.0,26568.0,152400.0,294.0 +36047005400,"Census Tract 54, Kings County, New York",3054,2572.0,67015.0,557600.0,1456.0,2256.0,58.0,17.0,281.0,0.0,0.0,65.0,377.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 54,3205.0,2499.0,19.0,10.0,307.0,0.0,270.0,2701.0,45267.0,218800.0,1035.0 +36047006200,"Census Tract 62, Kings County, New York",2908,2021.0,63750.0,820400.0,983.0,1751.0,224.0,0.0,408.0,0.0,0.0,29.0,496.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 62,3062.0,2042.0,16.0,12.0,429.0,0.0,372.0,2200.0,34576.0,318000.0,704.0 +36047006500,"Census Tract 65, Kings County, New York",5874,4484.0,156712.0,1305800.0,3611.0,4912.0,90.0,0.0,260.0,0.0,14.0,232.0,366.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 65,5136.0,4118.0,147.0,3.0,184.0,0.0,581.0,4074.0,62049.0,375200.0,2260.0 +36047001100,"Census Tract 11, Kings County, New York",1237,1100.0,126726.0,1322900.0,929.0,806.0,86.0,0.0,150.0,0.0,0.0,28.0,167.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 11,117.0,31.0,24.0,0.0,12.0,0.0,48.0,94.0,29732.0,,0.0 +36047003500,"Census Tract 35, Kings County, New York",1708,1419.0,79083.0,1638200.0,879.0,693.0,617.0,0.0,106.0,0.0,13.0,78.0,201.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 35,1477.0,319.0,889.0,17.0,71.0,0.0,168.0,1113.0,44306.0,535700.0,483.0 +36047024300,"Census Tract 243, Kings County, New York",4020,3006.0,56047.0,891100.0,1622.0,1333.0,1734.0,0.0,192.0,0.0,0.0,184.0,577.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 243,3954.0,19.0,3372.0,12.0,28.0,0.0,516.0,2449.0,23358.0,202600.0,291.0 +36047093800,"Census Tract 938, Kings County, New York",2383,1663.0,46691.0,469700.0,392.0,13.0,2274.0,0.0,7.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 938,2654.0,23.0,2522.0,4.0,7.0,0.0,91.0,1706.0,34238.0,198600.0,279.0 +36047098200,"Census Tract 982, Kings County, New York",4535,2489.0,20256.0,,204.0,0.0,3721.0,0.0,6.0,0.0,0.0,0.0,808.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 982,4542.0,50.0,3320.0,12.0,1.0,0.0,1156.0,2279.0,15300.0,,74.0 +36047094401,"Census Tract 944.01, Kings County, New York",4149,3171.0,81086.0,486400.0,688.0,73.0,3786.0,28.0,23.0,0.0,0.0,0.0,239.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 944.01,3350.000003,82.0,3125.096771,6.451612948999999,9.0,0.0,115.4516129,2099.225807,49629.66314,246031.6945,440.96774289999996 +36047096600,"Census Tract 966, Kings County, New York",2558,1636.0,67679.0,526600.0,382.0,126.0,1932.0,0.0,138.0,0.0,75.0,79.0,208.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 966,2128.0,506.0,1316.0,2.0,97.0,0.0,186.0,1327.0,50536.0,209500.0,239.0 +36047100800,"Census Tract 1008, Kings County, New York",2205,1389.0,68750.0,440400.0,434.0,172.0,1694.0,0.0,86.0,0.0,0.0,23.0,230.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1008,2087.0,514.0,1125.0,3.0,203.0,0.0,218.0,1267.0,55375.0,199900.0,276.0 +36047116400,"Census Tract 1164, Kings County, New York",3394,2179.0,51852.0,359900.0,235.0,57.0,2199.0,0.0,56.0,0.0,0.0,33.0,1049.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1164,2766.0,13.0,1889.0,9.0,14.0,0.0,828.0,1547.0,37875.0,145200.0,144.0 +36047116800,"Census Tract 1168, Kings County, New York",1732,1085.0,54474.0,535300.0,210.0,54.0,701.0,32.0,37.0,0.0,9.0,0.0,931.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1168,1957.0,72.0,470.0,26.0,109.0,0.0,1204.0,1101.0,30264.0,176100.0,66.0 +36047118202,"Census Tract 1182.02, Kings County, New York",3279,1955.0,53625.0,442200.0,240.0,126.0,550.0,0.0,196.0,0.0,0.0,46.0,2361.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1182.02,3057.0,157.0,536.0,33.0,173.0,0.0,2083.0,1613.0,36179.0,182900.0,130.0 +36047119000,"Census Tract 1190, Kings County, New York",2709,1504.0,40234.0,464600.0,211.0,52.0,1219.0,10.0,104.0,0.0,112.0,32.0,1180.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1190,1986.0,83.0,554.0,31.0,108.0,0.0,1054.0,1088.0,25093.0,162100.0,47.0 +36047119600,"Census Tract 1196, Kings County, New York",4925,3258.0,32344.0,434200.0,499.0,122.0,2486.0,29.0,942.0,0.0,9.0,161.0,1176.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1196,4972.0,71.0,2351.0,39.0,585.0,0.0,1820.0,2743.0,29188.0,171100.0,174.0 +36047120200,"Census Tract 1202, Kings County, New York",1924,1173.0,32083.0,458800.0,170.0,44.0,786.0,0.0,567.0,0.0,0.0,18.0,509.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1202,1916.0,101.0,305.0,56.0,722.0,0.0,668.0,1094.0,35741.0,169600.0,113.0 +36047039700,"Census Tract 397, Kings County, New York",3701,2516.0,38750.0,525800.0,579.0,537.0,1893.0,0.0,51.0,0.0,0.0,31.0,1189.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 397,3237.0,21.0,2138.0,5.0,32.0,0.0,1021.0,1776.0,21729.0,209700.0,131.0 +36047039800,"Census Tract 398, Kings County, New York",2665,1908.0,52024.0,615100.0,576.0,988.0,0.0,30.0,1169.0,0.0,15.0,18.0,475.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 398,2391.0,1437.0,16.0,8.0,537.0,0.0,371.0,1583.0,31078.0,247600.0,182.0 +36047040500,"Census Tract 405, Kings County, New York",1555,1173.0,60987.0,431900.0,378.0,159.0,651.0,0.0,21.0,0.0,0.0,9.0,715.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 405,1335.0,19.0,798.0,2.0,22.0,0.0,489.0,710.0,33125.0,154300.0,43.0 +36047040700,"Census Tract 407, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047041000,"Census Tract 410, Kings County, New York",1977,1377.0,55938.0,658000.0,432.0,1247.0,13.0,0.0,592.0,0.0,1.0,23.0,101.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 410,1749.0,1370.0,11.0,0.0,178.0,0.0,129.0,1316.0,40577.0,234100.0,288.0 +36047042600,"Census Tract 426, Kings County, New York",4373,3287.0,48015.0,695400.0,1104.0,1695.0,141.0,0.0,1723.0,0.0,0.0,82.0,732.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 426,3823.0,2300.0,13.0,7.0,1010.0,0.0,365.0,2610.0,30477.0,270300.0,489.0 +36047044800,"Census Tract 448, Kings County, New York",1801,1133.0,52361.0,396000.0,507.0,1430.0,0.0,0.0,132.0,0.0,0.0,46.0,193.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 448,1521.670534,1272.463806,10.18962312,2.0,127.2758007,0.0,87.96546423,1043.48156,42191.74792,211343.7769,407.6029186 +36047045000,"Census Tract 450, Kings County, New York",551,284.0,43750.0,854200.0,105.0,519.0,0.0,0.0,13.0,0.0,0.0,0.0,19.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 450,1277.329436,1163.536133,21.81037712,0.0,41.72419739,0.0,36.03453445,815.5184326,48213.99878,251000.0077,359.3970642 +36047045800,"Census Tract 458, Kings County, New York",1602,983.0,72271.0,,361.0,1412.0,29.0,18.0,0.0,0.0,0.0,0.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 458,1513.0,1438.0,4.0,1.0,29.0,0.0,41.0,935.0,64032.0,393800.0,473.0 +36047044000,"Census Tract 440, Kings County, New York",2939,1729.0,44961.0,920900.0,602.0,2451.0,52.0,0.0,92.0,0.0,0.0,103.0,241.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 440,2726.0,2361.0,2.0,0.0,156.0,0.0,177.0,1673.0,30675.0,350800.0,322.0 +36047042100,"Census Tract 421, Kings County, New York",4321,2800.0,41250.0,567700.0,514.0,624.0,486.0,47.0,216.0,0.0,0.0,12.0,2967.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 421,3481.0,60.0,677.0,8.0,58.0,0.0,2658.0,1877.0,19767.0,182100.0,187.0 +36047042500,"Census Tract 425, Kings County, New York",3103,2102.0,59352.0,398100.0,1046.0,996.0,201.0,1.0,118.0,0.0,0.0,43.0,1744.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 425,2260.0,46.0,102.0,0.0,10.0,0.0,2094.0,1137.0,17109.0,196900.0,52.0 +36047043200,"Census Tract 432, Kings County, New York",4522,3310.0,49946.0,643400.0,973.0,1802.0,19.0,8.0,1936.0,0.0,16.0,130.0,619.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 432,3860.0,2088.0,24.0,1.0,1081.0,0.0,632.0,2674.0,28631.0,232400.0,605.0 +36047044700,"Census Tract 447, Kings County, New York",2496,1658.0,50000.0,464300.0,645.0,655.0,436.0,0.0,110.0,13.0,11.0,32.0,1239.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 447,1883.0,138.0,88.0,10.0,37.0,0.0,1561.0,1052.0,23250.0,177800.0,87.0 +36047045600,"Census Tract 456, Kings County, New York",2399,1513.0,33750.0,1166100.0,606.0,1711.0,21.0,0.0,467.0,0.0,10.0,123.0,67.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 456,2330.0,2007.0,22.0,5.0,171.0,0.0,110.0,1586.0,34076.0,400000.0,531.0 +36047092200,"Census Tract 922, Kings County, New York",2578,1901.0,29504.0,306800.0,312.0,51.0,2415.0,0.0,0.0,0.0,0.0,56.0,56.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 922,2865.0,31.0,2560.0,9.0,13.0,0.0,227.0,1877.0,30703.0,145800.0,272.0 +36047094402,"Census Tract 944.02, Kings County, New York",3071,1770.0,19604.0,,163.0,31.0,2282.0,0.0,54.0,0.0,0.0,0.0,704.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 944.02,2826.0,440.0,1917.0,9.0,15.0,1.0,441.0,1722.0,14728.0,,140.0 +36047096400,"Census Tract 964, Kings County, New York",1715,1198.0,54306.0,460100.0,247.0,50.0,1542.0,0.0,76.0,0.0,0.0,12.0,35.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 964,2161.0,473.0,1354.0,2.0,103.0,0.0,218.0,1326.0,45929.0,210900.0,205.0 +36047101600,"Census Tract 1016, Kings County, New York",1810,1270.0,83542.0,515600.0,367.0,124.0,1563.0,6.0,84.0,0.0,0.0,0.0,33.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1016,1572.0,203.0,1192.0,6.0,68.0,0.0,89.0,915.0,75319.0,245500.0,326.0 +36047101800,"Census Tract 1018, Kings County, New York",2058,1538.0,80395.0,462000.0,654.0,71.0,1550.0,0.0,131.0,0.0,34.0,18.0,254.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1018,2020.0,340.0,1409.0,6.0,87.0,0.0,157.0,1273.0,50769.0,232800.0,359.0 +36047102000,"Census Tract 1020, Kings County, New York",2291,1437.0,103750.0,476900.0,525.0,216.0,1808.0,0.0,42.0,0.0,0.0,64.0,161.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1020,2055.0,284.0,1553.0,3.0,109.0,0.0,75.0,1206.0,58800.0,231100.0,487.0 +36047107800,"Census Tract 1078, Kings County, New York",4068,3354.0,65412.0,306400.0,743.0,109.0,3327.0,0.0,0.0,0.0,250.0,19.0,363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1078,4428.0,81.0,4064.0,7.0,18.0,1.0,245.0,3052.0,41196.0,159800.0,505.0 +36047110600,"Census Tract 1106, Kings County, New York",4082,2273.0,17405.0,,256.0,0.0,2814.0,0.0,9.0,0.0,60.0,23.0,1176.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1106,4277.0,28.0,3308.0,25.0,12.0,0.0,900.0,2185.0,20625.0,9999.0,101.0 +36047038200,"Census Tract 382, Kings County, New York",6197,3985.0,19201.0,1031300.0,594.0,343.0,2118.0,0.0,1637.0,0.0,0.0,282.0,1817.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 382,6161.0,551.0,2443.0,38.0,840.0,0.0,2246.0,3335.0,15601.0,259700.0,240.0 +36047038900,"Census Tract 389, Kings County, New York",2943,2134.0,53938.0,332100.0,746.0,803.0,236.0,90.0,358.0,0.0,16.0,15.0,1515.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 389,2287.0,43.0,159.0,8.0,106.0,3.0,1962.0,1278.0,25208.0,124000.0,74.0 +36047043400,"Census Tract 434, Kings County, New York",3480,2406.0,52123.0,554300.0,965.0,1926.0,0.0,0.0,1186.0,0.0,0.0,43.0,325.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 434,3529.0,2290.0,22.0,11.0,824.0,0.0,354.0,2507.0,29107.0,271000.0,690.0 +36047043500,"Census Tract 435, Kings County, New York",5202,3190.0,50625.0,562500.0,788.0,523.0,792.0,0.0,68.0,0.0,0.0,19.0,3800.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 435,4494.0,45.0,1149.0,3.0,95.0,0.0,3141.0,2361.0,22056.0,176900.0,216.0 +36047043700,"Census Tract 437, Kings County, New York",6449,4116.0,46690.0,597200.0,1069.0,1079.0,1056.0,13.0,46.0,0.0,8.0,164.0,4096.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 437,5027.0,54.0,1435.0,8.0,59.0,2.0,3445.0,2738.0,24488.0,182100.0,135.0 +36047043900,"Census Tract 439, Kings County, New York",4146,2813.0,53073.0,625800.0,521.0,272.0,679.0,70.0,399.0,0.0,0.0,75.0,2651.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 439,3778.0,69.0,572.0,14.0,228.0,0.0,2843.0,2036.0,28092.0,182500.0,86.0 +36047044100,"Census Tract 441, Kings County, New York",5261,3658.0,52852.0,585200.0,832.0,804.0,165.0,72.0,745.0,0.0,41.0,35.0,3450.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 441,5630.0,449.0,238.0,20.0,617.0,0.0,4210.0,3121.0,22904.0,206300.0,231.0 +36047044400,"Census Tract 444, Kings County, New York",3514,1996.0,48133.0,614100.0,740.0,2874.0,87.0,0.0,122.0,0.0,0.0,7.0,424.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 444,3201.0,2744.0,14.0,9.0,171.0,0.0,223.0,1972.0,30693.0,305600.0,666.0 +36047045400,"Census Tract 454, Kings County, New York",1771,1000.0,58750.0,887500.0,537.0,1326.0,17.0,10.0,75.0,0.0,0.0,126.0,227.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 454,2110.0,1737.0,13.0,3.0,256.0,0.0,90.0,1106.0,45735.0,309700.0,389.0 +36047046201,"Census Tract 462.01, Kings County, New York",2498,1594.0,24701.0,437100.0,850.0,2152.0,0.0,0.0,296.0,0.0,8.0,0.0,42.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 462.01,2447.0,1770.0,53.0,7.0,331.0,0.0,189.0,1743.0,25689.0,148800.0,465.0 +36047046400,"Census Tract 464, Kings County, New York",2929,1286.0,58266.0,916400.0,360.0,2647.0,48.0,0.0,119.0,0.0,0.0,48.0,67.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 464,2537.0,2227.0,7.0,2.0,122.0,6.0,127.0,1184.0,35741.0,271000.0,186.0 +36047050000,"Census Tract 500, Kings County, New York",3964,2747.0,85375.0,647900.0,1648.0,2236.0,233.0,0.0,903.0,0.0,6.0,108.0,478.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 500,3680.0,2206.0,430.0,16.0,384.0,0.0,559.0,2633.0,39556.0,208800.0,798.0 +36047077200,"Census Tract 772, Kings County, New York",3168,1951.0,56740.0,573900.0,871.0,1130.0,1317.0,26.0,58.0,0.0,0.0,38.0,625.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 772,3325.0,1064.0,1764.0,9.0,98.0,0.0,338.0,1915.0,47730.0,321700.0,609.0 +36047072200,"Census Tract 722, Kings County, New York",3296,2251.0,67287.0,499000.0,594.0,106.0,2877.0,0.0,68.0,0.0,0.0,13.0,232.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 722,2853.0,191.0,2502.0,3.0,47.0,0.0,89.0,1943.0,46389.0,201200.0,434.0 +36047073400,"Census Tract 734, Kings County, New York",2145,1563.0,87361.0,476000.0,659.0,67.0,1925.0,0.0,0.0,0.0,29.0,14.0,110.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 734,2165.0,106.0,1803.0,1.0,38.0,0.0,179.0,1187.0,55735.0,220800.0,243.0 +36047074400,"Census Tract 744, Kings County, New York",2797,1393.0,104167.0,624600.0,659.0,2083.0,390.0,0.0,110.0,0.0,0.0,59.0,155.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 744,2349.0,2025.0,169.0,1.0,57.0,0.0,97.0,1303.0,66563.0,273500.0,379.0 +36047075600,"Census Tract 756, Kings County, New York",2144,1354.0,82813.0,794600.0,694.0,1694.0,73.0,0.0,301.0,0.0,0.0,0.0,76.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 756,1974.0,1677.0,73.0,4.0,137.0,0.0,81.0,1187.0,54236.0,326100.0,532.0 +36047078600,"Census Tract 786, Kings County, New York",4965,3366.0,53019.0,338800.0,883.0,372.0,3454.0,0.0,279.0,0.0,65.0,166.0,629.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 786,4463.20958,240.6877441,3556.385986,9.987043381,219.7149506,0.0,387.49728389999996,2900.237305,33821.99967,173500.0041,609.2096558 +36047082400,"Census Tract 824, Kings County, New York",4267,2804.0,41327.0,456000.0,690.0,137.0,3671.0,0.0,98.0,0.0,0.0,93.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 824,4448.0,25.0,4034.0,10.0,45.0,0.0,303.0,2691.0,31193.0,194200.0,386.0 +36047083800,"Census Tract 838, Kings County, New York",2335,1703.0,62188.0,436900.0,420.0,104.0,2074.0,0.0,9.0,0.0,0.0,71.0,77.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 838,2521.0,113.0,2259.0,4.0,28.0,0.0,83.0,1631.0,57623.0,185100.0,359.0 +36047051500,"Census Tract 515, Kings County, New York",2024,1633.0,133500.0,846500.0,1283.0,1371.0,109.0,0.0,143.0,0.0,14.0,35.0,352.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 515,877.0,522.0,9.0,7.0,38.0,0.0,282.0,622.0,36107.0,258800.0,117.0 +36047052700,"Census Tract 527, Kings County, New York",6776,4994.0,51927.0,620800.0,1856.0,1364.0,136.0,0.0,370.0,0.0,83.0,95.0,4728.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 527,7277.0,333.0,171.0,58.0,117.0,1.0,6539.0,3974.0,22680.0,270800.0,275.0 +36047052900,"Census Tract 529, Kings County, New York",3995,1808.0,37703.0,590900.0,358.0,3701.0,77.0,0.0,0.0,0.0,0.0,12.0,205.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 529,4295.0,3288.0,17.0,11.0,50.0,1.0,521.0,1686.0,17216.0,341200.0,116.0 +36047054700,"Census Tract 547, Kings County, New York",4903,2636.0,36214.0,828100.0,914.0,3414.0,268.0,13.0,185.0,0.0,0.0,70.0,966.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 547,3364.0,2130.0,197.0,0.0,12.0,0.0,863.0,1297.0,15379.0,75000.0,145.0 +36047055600,"Census Tract 556, Kings County, New York",3951,2453.0,65464.0,681500.0,1099.0,3152.0,20.0,0.0,400.0,0.0,0.0,108.0,271.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 556,3806.0,3148.0,36.0,2.0,408.0,0.0,118.0,2437.0,37828.0,254500.0,844.0 +36047056400,"Census Tract 564, Kings County, New York",2600,1822.0,89938.0,483700.0,825.0,1919.0,62.0,0.0,316.0,76.0,0.0,31.0,196.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 564,2442.0,2069.0,69.0,1.0,182.0,0.0,84.0,1700.0,46359.0,239300.0,557.0 +36047057000,"Census Tract 570, Kings County, New York",3548,2879.0,62031.0,175700.0,1045.0,2105.0,85.0,0.0,1012.0,0.0,32.0,20.0,294.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 570,3292.0,2483.0,71.0,4.0,535.0,0.0,182.0,2645.0,38750.0,63900.0,703.0 +36047057900,"Census Tract 579, Kings County, New York",1074,852.0,56250.0,,353.0,520.0,67.0,7.0,20.0,0.0,0.0,22.0,445.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 579,1362.0,482.0,40.0,5.0,99.0,0.0,708.0,854.0,23445.0,242900.0,100.0 +36047058400,"Census Tract 584, Kings County, New York",3179,2461.0,54375.0,568800.0,1206.0,2379.0,112.0,0.0,428.0,0.0,19.0,0.0,241.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 584,3528.0,2778.0,35.0,4.0,566.0,1.0,133.0,2677.0,37992.0,203300.0,749.0 +36047058600,"Census Tract 586, Kings County, New York",3012,2124.0,66087.0,607000.0,614.0,692.0,21.0,0.0,1730.0,0.0,0.0,14.0,555.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 586,2327.0,773.0,138.0,9.0,1228.0,0.0,148.0,1602.0,44177.0,226300.0,357.0 +36047000200,"Census Tract 2, Kings County, New York",1506,999.0,34931.0,450000.0,93.0,52.0,24.0,0.0,56.0,0.0,13.0,24.0,1337.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 2,1303.0,71.0,61.0,2.0,18.0,0.0,1132.0,700.0,29219.0,325000.0,24.0 +36047000700,"Census Tract 7, Kings County, New York",4054,2994.0,157534.0,1564700.0,2631.0,3126.0,58.0,0.0,415.0,0.0,8.0,144.0,303.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 7,3682.0,2835.0,272.0,2.0,241.0,0.0,289.0,2867.0,66213.0,584700.0,2237.0 +36047001800,"Census Tract 18, Kings County, New York",2022,1837.0,,,145.0,216.0,769.0,28.0,14.0,19.0,0.0,14.0,962.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 18,1442.0,292.0,338.0,11.0,81.0,0.0,709.0,1197.0,85000.0,187500.0,143.0 +36047002300,"Census Tract 23, Kings County, New York",4707,2763.0,19510.0,,401.0,34.0,2354.0,68.0,733.0,0.0,0.0,156.0,1430.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 23,4314.0,41.0,2549.0,8.0,468.0,4.0,1239.0,2472.0,9876.0,25700.0,47.0 +36047002901,"Census Tract 29.01, Kings County, New York",4289,2578.0,22905.0,,208.0,98.0,2071.0,0.0,870.0,0.0,0.0,44.0,1206.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 29.01,4300.0,82.0,2805.0,21.0,68.0,6.0,1303.0,2107.0,11641.0,202500.0,69.0 +36047003400,"Census Tract 34, Kings County, New York",3022,2453.0,77216.0,663300.0,1062.0,1723.0,139.0,0.0,637.0,0.0,0.0,29.0,494.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 34,2894.0,2179.0,20.66666675,1.0,361.0,0.0,273.3333335,2238.0,51362.0,214500.0,807.0 +36047003800,"Census Tract 38, Kings County, New York",1506,1111.0,86000.0,843100.0,536.0,1072.0,0.0,0.0,247.0,0.0,0.0,113.0,74.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 38,1607.0,1385.0,4.0,3.0,92.0,0.0,89.0,1213.0,65234.0,328000.0,648.0 +36047004500,"Census Tract 45, Kings County, New York",3651,2843.0,145721.0,1164800.0,2413.0,2960.0,75.0,0.0,263.0,0.0,6.0,203.0,144.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 45,3444.0,2808.0,74.0,5.0,198.0,0.0,256.0,2800.0,68182.0,458700.0,2102.0 +36047005202,"Census Tract 52.02, Kings County, New York",2424,1985.0,74083.0,326800.0,1183.0,2084.0,79.0,0.0,127.0,0.0,0.0,28.0,106.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 52.02,2453.0,2186.0,7.0,9.0,85.0,0.0,110.0,2032.0,54500.0,128900.0,720.0 +36047006300,"Census Tract 63, Kings County, New York",1967,1493.0,111313.0,861100.0,1049.0,1564.0,9.0,0.0,114.0,0.0,0.0,120.0,160.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 63,1821.0,1320.0,58.0,11.0,91.0,0.0,270.0,1368.0,60274.0,354000.0,779.0 +36047006800,"Census Tract 68, Kings County, New York",4771,3346.0,45917.0,846600.0,1205.0,2176.0,79.0,23.0,949.0,0.0,33.0,91.0,1443.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 68,4781.0,2426.0,83.0,8.0,935.0,0.0,1048.0,3208.0,35292.0,290400.0,766.0 +36047007100,"Census Tract 71, Kings County, New York",4830,3417.0,34719.0,,1079.0,902.0,1503.0,0.0,196.0,0.0,99.0,10.0,2120.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 71,4609.0,670.0,1979.0,16.0,62.0,1.0,1858.0,2721.0,22011.0,371100.0,584.0 +36047007700,"Census Tract 77, Kings County, New York",5105,3986.0,135938.0,1109100.0,2781.0,3546.0,77.0,0.0,357.0,0.0,0.0,217.0,908.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 77,3905.0,2720.0,253.0,10.0,205.0,0.0,580.0,3192.0,44444.0,368100.0,1313.0 +36047049200,"Census Tract 492, Kings County, New York",3108,2158.0,46974.0,625700.0,767.0,1577.0,450.0,10.0,694.0,0.0,0.0,34.0,343.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 492,3346.0,1157.0,917.0,18.0,610.0,0.0,472.0,2148.0,30926.0,227000.0,650.0 +36047050202,"Census Tract 502.02, Kings County, New York",2246,1733.0,98603.0,726600.0,1399.0,1977.0,24.0,10.0,58.0,0.0,6.0,58.0,123.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 502.02,2150.0,1583.0,148.0,7.0,120.0,1.0,280.0,1815.0,49184.0,147900.0,753.0 +36047050300,"Census Tract 503, Kings County, New York",2486,2056.0,83864.0,666700.0,1126.0,1481.0,23.0,167.0,214.0,0.0,51.0,45.0,528.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 503,2735.0,1390.0,38.0,13.0,162.0,0.0,1099.0,1823.0,36042.0,174000.0,429.0 +36047051900,"Census Tract 519, Kings County, New York",5159,4437.0,123432.0,980800.0,3299.0,3479.0,188.0,0.0,541.0,0.0,1.0,140.0,810.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 519,3043.0,1826.0,59.0,21.0,142.0,0.0,866.0,2220.0,34704.0,222400.0,873.0 +36047053000,"Census Tract 530, Kings County, New York",3736,2301.0,39511.0,777100.0,784.0,2193.0,161.0,0.0,978.0,0.0,9.0,80.0,315.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 530,3564.0,2124.0,208.0,15.0,873.0,0.0,320.0,2173.0,30571.0,235100.0,546.0 +36047057200,"Census Tract 572, Kings County, New York",5551,3419.0,18310.0,,527.0,718.0,2707.0,0.0,377.0,0.0,0.0,11.0,1738.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 572,5633.0,1337.0,2640.0,12.0,247.0,4.0,1356.0,3176.0,15361.0,275000.0,200.0 +36047055500,"Census Tract 555, Kings County, New York",6431,5197.0,136689.0,1153000.0,3839.0,4058.0,194.0,0.0,981.0,0.0,22.0,185.0,991.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 555,874.9999998,672.8999996,18.84736842,0.036842104,64.66315788,0.0,97.40526316,637.2684207000001,50203.35049,123938.1737,398.75789449999996 +36047055700,"Census Tract 557, Kings County, New York",2214,1872.0,87361.0,930600.0,1237.0,1405.0,70.0,0.0,137.0,0.0,10.0,26.0,566.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 557,1168.0000009999999,888.9000006000001,12.05789471,1.0894736870000001,59.61052632,0.0,154.98421059999998,912.7947368999999,40319.81989,216266.81100000002,377.12631610000005 +36047056900,"Census Tract 569, Kings County, New York",1537,1327.0,81691.0,944100.0,919.0,1278.0,16.0,0.0,67.0,9.0,5.0,13.0,149.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 569,1664.0,1313.0,10.0,11.0,68.0,0.0,219.0,1357.0,40143.0,235800.0,463.0 +36047057300,"Census Tract 573, Kings County, New York",2593,2166.0,82448.0,771400.0,1130.0,1859.0,310.0,35.0,138.0,0.0,28.0,52.0,181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 573,2787.0,2436.0,17.0,6.0,99.0,0.0,209.0,2077.0,35588.0,224700.0,356.0 +36047057500,"Census Tract 575, Kings County, New York",3935,3244.0,72656.0,725000.0,1526.0,2985.0,2.0,0.0,337.0,0.0,14.0,35.0,562.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 575,5006.0,3231.0,59.0,17.0,279.0,0.0,1325.0,3468.0,30056.0,285600.0,589.0 +36047058200,"Census Tract 582, Kings County, New York",2812,1815.0,49750.0,931800.0,361.0,1581.0,10.0,159.0,393.0,0.0,0.0,111.0,717.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 582,2999.0,1870.0,41.0,7.0,845.0,0.0,204.0,1995.0,24738.0,265900.0,426.0 +36047059800,"Census Tract 598, Kings County, New York",3391,2299.0,67279.0,274300.0,1036.0,2428.0,154.0,101.0,287.0,0.0,0.0,155.0,266.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 598,3310.0,2601.0,257.0,9.0,190.0,0.0,213.0,2418.0,43017.0,226300.0,847.0 +36047060800,"Census Tract 608, Kings County, New York",3432,2603.0,51111.0,410900.0,1360.0,2571.0,129.0,0.0,467.0,0.0,0.0,33.0,232.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 608,3725.0,2628.0,315.0,11.0,334.0,0.0,370.0,2527.0,42792.0,173600.0,756.0 +36047063200,"Census Tract 632, Kings County, New York",1588,1253.0,74250.0,248400.0,440.0,1243.0,14.0,0.0,199.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 632,1368.0,1206.0,8.0,0.0,85.0,0.0,52.0,1090.0,45645.0,112900.0,252.0 +36047064400,"Census Tract 644, Kings County, New York",3030,1773.0,88750.0,658400.0,724.0,2059.0,99.0,0.0,578.0,0.0,0.0,4.0,290.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 644,2299.0,1922.0,48.0,2.0,129.0,0.0,174.0,1482.0,49653.0,248400.0,331.0 +36047065800,"Census Tract 658, Kings County, New York",1992,1458.0,81406.0,569200.0,705.0,1365.0,22.0,0.0,527.0,0.0,0.0,17.0,61.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 658,1849.0,1590.0,12.0,9.0,102.0,0.0,124.0,1279.0,63250.0,222600.0,350.0 +36047066000,"Census Tract 660, Kings County, New York",2295,1544.0,100978.0,543700.0,644.0,1697.0,22.0,0.0,372.0,0.0,0.0,55.0,149.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 660,1662.0,1508.0,2.0,0.0,78.0,0.0,74.0,1159.0,65833.0,229200.0,335.0 +36047067000,"Census Tract 670, Kings County, New York",2897,2048.0,80417.0,483800.0,663.0,616.0,1521.0,0.0,222.0,0.0,31.0,23.0,484.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 670,2364.0,1477.0,527.0,7.0,149.0,1.0,188.0,1848.0,50901.0,212700.0,360.0 +36047069000,"Census Tract 690, Kings County, New York",2234,1497.0,101146.0,447100.0,627.0,345.0,1325.0,0.0,143.0,0.0,73.0,108.0,240.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 690,1773.0,905.0,623.0,1.0,63.0,0.0,172.0,1108.0,56786.0,190700.0,216.0 +36047069200,"Census Tract 692, Kings County, New York",3000,1882.0,107264.0,457100.0,628.0,289.0,2289.0,0.0,117.0,9.0,48.0,95.0,153.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 692,2353.0,926.0,1153.0,1.0,63.0,0.0,180.0,1501.0,51914.0,245300.0,353.0 +36047035900,"Census Tract 359, Kings County, New York",5337,3297.0,30096.0,538300.0,363.0,5.0,4622.0,0.0,65.0,0.0,0.0,31.0,614.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 359,5257.0,36.0,4539.0,16.0,24.0,0.0,614.0,2830.0,19333.0,174300.0,135.0 +36047036001,"Census Tract 360.01, Kings County, New York",3090,2566.0,21750.0,484800.0,1138.0,2927.0,16.0,0.0,0.0,0.0,0.0,106.0,41.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 360.01,3475.0,3154.0,8.0,3.0,110.0,0.0,133.0,2842.0,19539.0,113100.0,1029.0 +36047036100,"Census Tract 361, Kings County, New York",2973,2010.0,28960.0,615700.0,182.0,124.0,2145.0,0.0,17.0,0.0,15.0,18.0,654.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 361,2533.0,18.0,2023.0,9.0,13.0,0.0,468.0,1461.0,17212.0,196900.0,85.0 +36047036300,"Census Tract 363, Kings County, New York",4331,2775.0,31075.0,601500.0,489.0,223.0,3409.0,39.0,15.0,0.0,0.0,65.0,619.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 363,3664.0,28.0,2983.0,10.0,13.0,1.0,622.0,1734.0,12212.0,148300.0,163.0 +36047011900,"Census Tract 119, Kings County, New York",1529,1228.0,91397.0,986500.0,760.0,1021.0,71.0,0.0,87.0,0.0,0.0,103.0,247.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 119,1555.0,541.0,152.0,3.0,48.0,0.0,697.0,1103.0,28405.744339999997,238015.625,256.0 +36047015200,"Census Tract 152, Kings County, New York",2465,1803.0,84375.0,717100.0,782.0,1513.0,65.0,0.0,496.0,0.0,10.0,18.0,363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 152,2240.0,1742.0,18.0,7.0,261.0,0.0,149.0,1634.0,52859.38108,271403.3333,544.0 +36047016600,"Census Tract 166, Kings County, New York",1798,1331.0,102829.0,897600.0,541.0,1513.0,0.0,2.0,159.0,0.0,0.0,0.0,126.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 166,2042.0,1960.0,4.0,1.0,39.0,0.0,37.0,1479.0,69859.16923,362866.3948,493.0 +36047114400,"Census Tract 1144, Kings County, New York",2452,1465.0,30170.0,471400.0,108.0,95.0,1327.0,0.0,8.0,0.0,5.0,26.0,991.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1144,2212.999996,41.64255333,1202.8978730000001,8.0,33.0,0.0,913.5191497999999,1182.029785,16343.51715,228777.9532,68.0 +36047021100,"Census Tract 211, Kings County, New York",1829,1261.0,58849.0,669100.0,537.0,391.0,629.0,0.0,102.0,0.0,0.0,28.0,679.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 211,1533.0,124.0,710.0,4.0,27.0,0.0,657.0,837.0,25908.06108,149446.1538,126.0 +36047048500,"Census Tract 485, Kings County, New York",2802,2054.0,99063.0,503100.0,1158.0,1379.0,107.0,34.0,137.0,0.0,0.0,63.0,1116.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 485,1613.0,211.0,118.0,5.0,53.0,0.0,1217.0,1008.0,40397.267060000006,168028.5714,118.0 +36047056100,"Census Tract 561, Kings County, New York",3348,2680.0,84125.0,832200.0,1822.0,2479.0,240.0,8.0,189.0,0.0,0.0,117.0,315.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 561,3728.0,2876.0,45.0,11.0,210.0,1.0,489.0,2738.0,39022.2396,275020.7207,742.0 +36047062000,"Census Tract 620, Kings County, New York",2112,1540.0,119833.0,1221000.0,960.0,2036.0,0.0,0.0,47.0,0.0,0.0,0.0,29.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 620,1759.0,1690.0,3.0,2.0,24.0,0.0,31.0,1258.0,72413.58307000001,565227.1579,724.0 +36047080800,"Census Tract 808, Kings County, New York",1338,1209.0,10729.0,,117.0,97.0,866.0,0.0,141.0,0.0,5.0,21.0,208.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047092400,"Census Tract 924, Kings County, New York",2906,1963.0,36989.0,359000.0,295.0,4.0,2420.0,0.0,0.0,0.0,0.0,3.0,479.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 924,2484.0,8.0,2055.0,2.0,4.0,0.0,409.0,1254.0,23421.08784,148982.2581,69.0 +36047093200,"Census Tract 932, Kings County, New York",1201,927.0,79750.0,466200.0,285.0,39.0,1145.0,0.0,0.0,0.0,0.0,0.0,17.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 932,1355.9999970000001,45.0,1219.903221,2.5483870509999997,9.0,0.0,77.54838705,872.7741927999999,52540.0324,190870.31100000002,145.0322571 +36047110400,"Census Tract 1104, Kings County, New York",4675,3066.0,35257.0,376400.0,293.0,44.0,3839.0,0.0,0.0,0.0,0.0,0.0,792.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1104,4018.000041,33.71597672,3237.884766,10.94674587,21.82248497,0.0,701.7366943,2609.553223,25171.12595,166145.5988,363.8165741 +36047111600,"Census Tract 1116, Kings County, New York",3763,2015.0,40160.0,510600.0,373.0,141.0,2611.0,0.0,7.0,0.0,0.0,7.0,997.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1116,2315.0,55.28402367,1610.115385,2.05325444,6.177514791,0.0,639.2633137999999,1392.446745,26731.1764,181999.8042,195.18343190000002 +36047123700,"Census Tract 1237, Kings County, New York",6300,2186.0,33709.0,656000.0,450.0,5246.0,246.0,0.0,59.0,0.0,0.0,37.0,712.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1237,1838.0,144.0,207.0,10.0,19.0,0.0,1440.0,769.0,17773.89038,173316.6667,64.0 +36047150200,"Census Tract 1502, Kings County, New York",2876,2056.0,112656.0,898400.0,1178.0,2021.0,71.0,0.0,318.0,0.0,32.0,70.0,364.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1502,2237.000008,1604.8292689999998,62.26016331,11.63414633,115.82113840000001,0.211382121,406.3252106,1508.333344,59343.27805,249724.1351,471.26016430000004 +36047004400,"Census Tract 44, Kings County, New York",2373,1775.0,108125.0,1006900.0,1076.0,1930.0,12.0,0.0,227.0,0.0,0.0,9.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 44,2590.0,2304.0,17.0,5.0,158.0,0.0,82.0,1901.0,80102.48497,438958.2865,903.0 +36047005300,"Census Tract 53, Kings County, New York",2420,1771.0,93750.0,880400.0,931.0,1208.0,233.0,5.0,40.0,0.0,42.0,61.0,836.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 53,1838.0,467.0,199.0,8.0,24.0,0.0,1056.0,1047.0,33850.111110000005,124974.8571,284.0 +36047069602,"Census Tract 696.02, Kings County, New York",6601,4649.0,88048.0,603900.0,1665.0,3933.0,1074.0,0.0,491.0,0.0,0.0,117.0,986.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 696.02,4583.000043999999,3955.706543,184.43005369999997,1.73445189,131.8183441,0.0,278.6686096,3189.078857,48492.00061,270700.0002,851.6159058000001 +36047079601,"Census Tract 796.01, Kings County, New York",4577,3498.0,57061.0,737600.0,1243.0,960.0,3017.0,0.0,81.0,0.0,9.0,68.0,442.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 796.01,5194.999976,89.55171204,4438.062988000001,7.504333496,58.03351212,0.0,559.3229980000001,3168.32959,29878.99966,197699.9954,250.6447449 +36047079602,"Census Tract 796.02, Kings County, New York",4639,3180.0,45377.0,363500.0,981.0,444.0,3309.0,0.0,28.0,0.0,9.0,151.0,698.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 796.02,5189.000024,89.44828796,4432.937011999999,7.495666504,57.96648788,0.0,558.6770019999999,3164.67041,29879.00034,197700.0046,250.3552551 +36047079801,"Census Tract 798.01, Kings County, New York",3023,2326.0,80037.0,801600.0,1159.0,826.0,1680.0,0.0,115.0,0.0,29.0,54.0,319.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 798.01,3572.6294909999997,112.39379879999998,3009.8745120000003,9.824632645,58.94779587,0.0,363.5114136,2232.942627,29746.99958,314800.0015,371.76409910000007 +36047079802,"Census Tract 798.02, Kings County, New York",5985,4572.0,61974.0,581300.0,1684.0,1266.0,3379.0,0.0,300.0,0.0,48.0,65.0,927.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 798.02,5518.370779999999,173.6062012,4649.125488000001,15.17536831,91.05220795,0.0,561.4885864,3449.0576170000004,29747.000010000003,314799.9942,574.2359008999999 +36047105801,"Census Tract 1058.01, Kings County, New York",5870,4471.0,22641.0,547400.0,894.0,1461.0,3296.0,16.0,22.0,0.0,0.0,0.0,1075.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1058.01,7858.0000310000005,2511.48584,3393.9724119999996,23.64763069,366.000824,0.537446141,1445.7301029999999,5290.08252,16918.99957,161299.9967,823.3674927000001 +36047990100,"Census Tract 9901, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047011800,"Census Tract 118, Kings County, New York",2112,1412.0,31597.0,808300.0,136.0,107.0,0.0,9.0,1696.0,0.0,0.0,8.0,301.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 118,2009.0,443.0,13.0,0.0,1233.0,2.0,285.0,1331.0,24655.0,222300.0,138.0 +36047013300,"Census Tract 133, Kings County, New York",4462,3200.0,156467.0,1072300.0,2617.0,2983.0,127.0,10.0,444.0,0.0,33.0,223.0,652.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 133,3667.0,2138.0,411.0,12.0,230.0,1.0,821.0,2689.0,57885.0,369400.0,1586.0 +36047012700,"Census Tract 127, Kings County, New York",4768,3533.0,53245.0,726700.0,1421.0,1266.0,1960.0,23.0,377.0,0.0,0.0,66.0,1099.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 127,3405.0,367.0,1195.0,26.0,43.0,0.0,1763.0,2081.0,19000.0,351700.0,341.0 +36047011400,"Census Tract 114, Kings County, New York",4538,2901.0,43965.0,853500.0,606.0,2326.0,305.0,0.0,1278.0,0.0,0.0,96.0,533.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 114,4116.0,2496.0,186.0,5.0,632.0,0.0,597.0,2543.0,35107.0,357400.0,675.0 +36047015500,"Census Tract 155, Kings County, New York",3741,2762.0,143641.0,1477300.0,2187.0,2855.0,326.0,32.0,130.0,0.0,0.0,176.0,254.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 155,3312.0,2481.0,304.0,10.0,181.0,0.0,304.0,2570.0,63073.0,533500.0,1783.0 +36047017100,"Census Tract 171, Kings County, New York",4098,2997.0,114773.0,973300.0,2301.0,3317.0,36.0,0.0,229.0,0.0,0.0,73.0,443.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 171,3449.0,2759.0,135.0,8.0,263.0,0.0,257.0,2596.0,63587.0,313600.0,1435.0 +36047017400,"Census Tract 174, Kings County, New York",2081,1429.0,100099.0,705900.0,514.0,1322.0,0.0,12.0,519.0,0.0,8.0,22.0,198.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 174,1751.0,1325.0,11.0,0.0,282.0,0.0,85.0,1204.0,50250.0,242800.0,257.0 +36047018300,"Census Tract 183, Kings County, New York",2817,2218.0,104196.0,1063600.0,1734.0,1761.0,470.0,0.0,139.0,0.0,20.0,198.0,229.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 183,2488.659055,653.4968262,1177.686768,9.946679115,86.53610992,0.0,492.3605956999999,1815.268921,41648.00078,364700.0004,937.9718017999999 +36047022000,"Census Tract 220, Kings County, New York",4924,2182.0,31732.0,859500.0,402.0,4330.0,138.0,0.0,289.0,0.0,0.0,0.0,167.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 220,4452.0,3481.0,26.0,3.0,286.0,0.0,255.0,2305.0,24846.0,350000.0,251.0 +36047022100,"Census Tract 221, Kings County, New York",4174,3286.0,50434.0,762500.0,1533.0,1387.0,1870.0,62.0,185.0,0.0,89.0,69.0,512.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 221,3928.0,73.0,3381.0,13.0,23.0,0.0,398.0,2579.0,21415.0,176200.0,246.0 +36047022400,"Census Tract 224, Kings County, New York",5780,2669.0,37813.0,1007100.0,515.0,4161.0,7.0,0.0,818.0,0.0,0.0,0.0,794.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 224,4943.0,2676.0,47.0,9.0,813.0,0.0,1014.0,2673.0,34188.0,275500.0,350.0 +36047023100,"Census Tract 231, Kings County, New York",3376,2709.0,71188.0,911800.0,1444.0,1244.0,1412.0,0.0,154.0,0.0,32.0,156.0,378.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 231,2774.0,212.0,2198.0,11.0,64.0,0.0,261.0,1893.0,35260.0,233300.0,562.0 +36047023600,"Census Tract 236, Kings County, New York",5669,2517.0,23600.0,1023100.0,515.0,5279.0,16.0,53.0,249.0,0.0,0.0,0.0,72.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 236,5222.0,4887.0,5.0,10.0,159.0,0.0,35.0,2697.0,16941.0,553600.0,305.0 +36047024700,"Census Tract 247, Kings County, New York",2398,1653.0,45769.0,981500.0,557.0,515.0,1384.0,15.0,202.0,0.0,0.0,63.0,219.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 247,2349.0,25.0,1990.0,9.0,188.0,0.0,118.0,1483.0,17964.0,190300.0,172.0 +36047024900,"Census Tract 249, Kings County, New York",4630,3495.0,66455.0,1050000.0,1518.0,1057.0,3083.0,0.0,140.0,0.0,0.0,53.0,297.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 249,4240.0,40.0,3954.0,7.0,13.0,1.0,209.0,2785.0,28449.0,216000.0,472.0 +36047025600,"Census Tract 256, Kings County, New York",3338,2348.0,49236.0,743800.0,473.0,1018.0,85.0,0.0,1894.0,0.0,0.0,194.0,147.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 256,2956.0,1658.0,3.0,1.0,1116.0,0.0,127.0,2074.0,40871.0,250200.0,317.0 +36047027800,"Census Tract 278, Kings County, New York",3181,2481.0,56607.0,768500.0,813.0,1488.0,59.0,0.0,1400.0,0.0,26.0,31.0,177.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 278,2758.0,1935.0,20.0,8.0,438.0,0.0,225.0,1997.0,24730.0,274500.0,376.0 +36047028501,"Census Tract 285.01, Kings County, New York",460,343.0,91842.0,,154.0,137.0,22.0,0.0,21.0,0.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 285.01,1422.0,101.0,423.0,3.0,16.0,1.0,873.0,1114.0,38438.0,,63.0 +36047028900,"Census Tract 289, Kings County, New York",3789,2385.0,50089.0,717400.0,460.0,356.0,2260.0,59.0,46.0,0.0,33.0,11.0,1024.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 289,3432.0,52.0,2292.0,8.0,47.0,0.0,1014.0,1909.0,20461.0,192300.0,168.0 +36047029100,"Census Tract 291, Kings County, New York",2896,2184.0,44505.0,687000.0,756.0,477.0,2003.0,0.0,10.0,0.0,0.0,54.0,352.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 291,2777.0,3.0,2517.0,7.0,14.0,0.0,231.0,1555.0,26155.0,186600.0,151.0 +36047016900,"Census Tract 169, Kings County, New York",4739,3549.0,82732.0,1009100.0,2515.0,3212.0,60.0,0.0,527.0,0.0,38.0,103.0,799.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 169,4800.0,2724.0,316.0,32.0,425.0,0.0,1259.0,3505.0,43925.0,281200.0,1480.0 +36047036400,"Census Tract 364, Kings County, New York",2498,1810.0,53173.0,558100.0,822.0,1549.0,47.0,7.0,614.0,0.0,0.0,63.0,225.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 364,2641.0,1040.0,55.0,7.0,685.0,0.0,665.0,1781.0,19693.0,156900.0,458.0 +36047037300,"Census Tract 373, Kings County, New York",4050,2574.0,30396.0,617500.0,542.0,447.0,2492.0,48.0,72.0,0.0,0.0,14.0,977.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 373,4199.0,24.0,3543.0,31.0,15.0,1.0,572.0,2451.0,20912.0,177400.0,364.0 +36047008000,"Census Tract 80, Kings County, New York",3835,2680.0,59432.0,758300.0,720.0,679.0,91.0,0.0,234.0,0.0,21.0,7.0,2803.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 80,4360.0,321.0,149.0,28.0,302.0,2.0,3463.0,2662.0,26902.0,189600.0,270.0 +36047008800,"Census Tract 88, Kings County, New York",3042,2065.0,64246.0,354700.0,888.0,855.0,115.0,13.0,358.0,0.0,54.0,51.0,1609.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 88,3332.907892,632.0527954,83.88354492,26.33553123,272.13381960000004,0.0,2252.175781,2079.5317379999997,26581.99942,66699.99728,302.3709106 +36047009200,"Census Tract 92, Kings County, New York",5703,3570.0,43104.0,477500.0,690.0,461.0,155.0,0.0,2990.0,0.0,0.0,45.0,2052.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 92,5160.0,741.0,284.0,14.0,1493.0,0.0,2540.0,3131.0,26597.0,202900.0,428.0 +36047009800,"Census Tract 98, Kings County, New York",7403,4552.0,38696.0,823800.0,369.0,328.0,165.0,0.0,3110.0,0.0,0.0,10.0,3790.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 98,6121.0,493.0,98.0,28.0,1263.0,0.0,4136.0,3416.0,28594.0,240800.0,252.0 +36047010100,"Census Tract 101, Kings County, New York",4459,3128.0,64612.0,806400.0,917.0,1034.0,139.0,68.0,490.0,0.0,25.0,138.0,2633.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 101,4095.0,948.0,152.0,34.0,219.0,0.0,2639.0,2476.0,30788.0,201900.0,263.0 +36047012801,"Census Tract 128.01, Kings County, New York",2326,1753.0,37128.0,824700.0,447.0,659.0,67.0,0.0,1492.0,0.0,16.0,0.0,92.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 128.01,2006.0,951.0,11.0,8.0,805.0,0.0,172.0,1239.0,40341.0,243300.0,208.0 +36047013100,"Census Tract 131, Kings County, New York",4254,3250.0,130156.0,996400.0,2513.0,2555.0,303.0,0.0,446.0,23.0,0.0,236.0,691.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 131,3994.0,1557.0,922.0,9.0,161.0,5.0,1306.0,2911.0,51131.0,373500.0,1305.0 +36047013500,"Census Tract 135, Kings County, New York",3733,2517.0,134536.0,1003200.0,2068.0,2662.0,66.0,0.0,292.0,0.0,35.0,289.0,389.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 135,2830.0,1608.0,334.0,5.0,122.0,1.0,725.0,2001.0,51420.0,471200.0,1082.0 +36047014000,"Census Tract 140, Kings County, New York",1931,1445.0,70982.0,820900.0,607.0,1346.0,59.0,0.0,303.0,0.0,0.0,0.0,223.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 140,2012.0,1641.0,4.0,4.0,128.0,0.0,184.0,1531.0,57436.0,296900.0,533.0 +36047014100,"Census Tract 141, Kings County, New York",3256,2398.0,102835.0,1042700.0,1785.0,1854.0,100.0,0.0,348.0,0.0,57.0,195.0,702.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 141,2737.0,984.0,197.0,18.0,246.0,0.0,1132.0,1872.0,41840.0,264200.0,691.0 +36047019300,"Census Tract 193, Kings County, New York",5861,3192.0,54615.0,295300.0,1446.0,1816.0,2607.0,0.0,501.0,7.0,10.0,103.0,817.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 193,5214.0,1326.0,2693.0,19.0,353.0,1.0,744.0,3051.0,36034.0,55800.0,842.0 +36047017700,"Census Tract 177, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 177,11.0,1.0,9.0,0.0,0.0,0.0,1.0,0.0,,,0.0 +36047018100,"Census Tract 181, Kings County, New York",3619,2954.0,83981.0,967500.0,2185.0,1796.0,1051.0,0.0,249.0,0.0,0.0,90.0,433.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 181,3895.0,1164.0,2004.0,10.0,167.0,0.0,511.0,3193.0,48731.0,433700.0,1781.0 +36047018600,"Census Tract 186, Kings County, New York",2158,1611.0,66600.0,831800.0,525.0,1156.0,8.0,0.0,840.0,0.0,0.0,30.0,124.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 186,1848.0,1379.0,2.0,5.0,361.0,0.0,84.0,1330.0,37667.0,286000.0,224.0 +36047035400,"Census Tract 354, Kings County, New York",5533,4695.0,43773.0,347800.0,2673.0,5080.0,31.0,0.0,0.0,0.0,0.0,24.0,398.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 354,5622.0,5256.0,181.0,2.0,29.0,0.0,141.0,4693.0,28678.0,114300.0,1515.0 +36047087401,"Census Tract 874.01, Kings County, New York",3505,2272.0,30760.0,380100.0,523.0,222.0,2870.0,0.0,0.0,0.0,37.0,87.0,289.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 874.01,3315.0,275.0,2783.0,5.0,15.0,0.0,231.0,2037.0,23311.0,188700.0,264.0 +36047088400,"Census Tract 884, Kings County, New York",5151,3397.0,45581.0,526600.0,546.0,120.0,4729.0,0.0,56.0,0.0,58.0,32.0,156.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 884,5097.0,19.0159598,4779.648884,8.012413181,38.02837299,0.0,226.2713167,3043.56347,23882.9335,248462.0813,251.5302202 +36047089600,"Census Tract 896, Kings County, New York",3327,2448.0,33409.0,445500.0,346.0,52.0,2615.0,0.0,126.0,0.0,0.0,62.0,472.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 896,3654.0,28.0,3156.0,9.0,202.0,0.0,256.0,2052.0,28893.0,201100.0,240.0 +36047090800,"Census Tract 908, Kings County, New York",7094,4548.0,10767.0,,296.0,107.0,4697.0,13.0,152.0,0.0,22.0,47.0,2069.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 908,3375.999986,29.374986800000002,2513.979539,18.34502673,5.569197774,0.0,799.6628808999999,1883.731916,12596.761120000001,236373.1075,71.29433155 +36047093400,"Census Tract 934, Kings County, New York",2281,1706.0,48182.0,425300.0,508.0,49.0,2024.0,0.0,25.0,0.0,0.0,0.0,183.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 934,2402.0,71.0,2225.0,3.0,5.0,0.0,91.0,1586.0,33142.0,188700.0,215.0 +36047095400,"Census Tract 954, Kings County, New York",4474,3029.0,76263.0,567200.0,755.0,35.0,4225.0,0.0,77.0,0.0,38.0,0.0,99.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 954,4742.0,389.0,4086.0,6.0,58.0,0.0,185.0,2943.0,42045.0,267300.0,474.0 +36047096800,"Census Tract 968, Kings County, New York",1512,942.0,67750.0,464000.0,342.0,132.0,1193.0,0.0,67.0,0.0,0.0,16.0,104.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 968,1395.0,278.0,812.0,0.0,81.0,0.0,189.0,753.0,45329.0,208300.0,66.0 +36047097000,"Census Tract 970, Kings County, New York",2498,1653.0,90735.0,535100.0,359.0,185.0,2048.0,0.0,29.0,0.0,0.0,68.0,168.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 970,2078.0,319.0,1236.0,0.0,124.0,0.0,339.0,1273.0,37527.0,221400.0,142.0 +36047099400,"Census Tract 994, Kings County, New York",1886,1326.0,72961.0,503400.0,359.0,153.0,1578.0,24.0,46.0,0.0,0.0,0.0,85.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 994,1930.0,316.0,1360.0,7.0,52.0,0.0,173.0,1300.0,49635.0,250700.0,310.0 +36047100400,"Census Tract 1004, Kings County, New York",2756,1748.0,63250.0,528300.0,437.0,98.0,2471.0,47.0,44.0,0.0,0.0,21.0,75.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1004,2779.0,487.0,2098.0,3.0,59.0,0.0,115.0,1740.0,51328.0,226200.0,323.0 +36047118000,"Census Tract 1180, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36047121000,"Census Tract 1210, Kings County, New York",4299,2376.0,20099.0,,135.0,0.0,2159.0,30.0,7.0,0.0,0.0,44.0,2089.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1210,3986.0,36.0,2521.0,22.0,1.0,0.0,1400.0,2039.0,9919.0,12500.0,44.0 +36047019700,"Census Tract 197, Kings County, New York",3561,2819.0,90487.0,735700.0,1933.0,1678.0,1260.0,0.0,219.0,0.0,9.0,159.0,236.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 197,3577.0,751.0,2235.0,11.0,248.0,0.0,316.0,2837.0,48885.0,195400.0,1473.0 +36047020100,"Census Tract 201, Kings County, New York",3735,2869.0,94375.0,1042600.0,1914.0,1593.0,1316.0,0.0,167.0,0.0,12.0,258.0,389.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 201,3632.0,579.0,2608.0,4.0,122.0,0.0,278.0,2732.0,45189.0,248100.0,1336.0 +36047021500,"Census Tract 215, Kings County, New York",5406,4172.0,67857.0,695400.0,2446.0,1806.0,2310.0,19.0,324.0,0.0,22.0,378.0,547.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 215,5617.0,983.0,3696.0,19.0,221.0,0.0,633.0,3745.0,39489.0,245200.0,1384.0 +36047027200,"Census Tract 272, Kings County, New York",3565,2420.0,55231.0,746300.0,673.0,1768.0,0.0,48.0,1064.0,0.0,0.0,51.0,634.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 272,3449.0,2370.0,6.0,5.0,796.0,0.0,248.0,2320.0,32356.0,234600.0,544.0 +36047035500,"Census Tract 355, Kings County, New York",5397,3549.0,46632.0,642200.0,896.0,922.0,3899.0,0.0,0.0,0.0,0.0,41.0,535.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 355,5433.0,411.0,4398.0,9.0,15.0,0.0,407.0,3058.0,26992.0,224000.0,287.0 +36047036502,"Census Tract 365.02, Kings County, New York",1282,883.0,36708.0,654100.0,109.0,63.0,845.0,0.0,9.0,0.0,0.0,0.0,365.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 365.02,996.0,51.0,496.0,1.0,11.0,0.0,422.0,550.0,26771.0,167100.0,35.0 +36047039300,"Census Tract 393, Kings County, New York",3675,2675.0,56518.0,585600.0,837.0,746.0,740.0,46.0,161.0,0.0,26.0,38.0,1964.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 393,2800.0,49.0,873.0,19.0,63.0,0.0,1778.0,1635.0,23456.0,175600.0,85.0 +36047029500,"Census Tract 295, Kings County, New York",4027,3061.0,56842.0,1072300.0,1543.0,821.0,2504.0,0.0,173.0,0.0,15.0,123.0,391.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 295,3745.0,13.0,3543.0,7.0,37.0,0.0,129.0,2449.0,31765.0,211800.0,510.0 +36047030700,"Census Tract 307, Kings County, New York",4958,2909.0,20881.0,752900.0,534.0,170.0,3263.0,0.0,30.0,0.0,0.0,57.0,1438.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 307,3734.0,8.0,3313.0,10.0,6.0,0.0,395.0,2156.0,10516.0,163200.0,85.0 +36047152200,"Census Tract 1522, Kings County, New York",3877,2618.0,95333.0,1275600.0,1515.0,1548.0,635.0,0.0,869.0,0.0,11.0,243.0,571.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1522,3407.0,1248.0,971.0,21.0,634.0,0.0,477.0,2224.0,58327.15441,362596.5909,939.0 +36047032700,"Census Tract 327, Kings County, New York",2485,1969.0,43953.0,881400.0,772.0,343.0,1605.0,0.0,28.0,0.0,30.0,20.0,459.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 327,3868.0,95.0,3403.0,19.0,38.0,1.0,300.0,2528.0,33038.0,220400.0,396.0 +36047030900,"Census Tract 309, Kings County, New York",2190,1347.0,36087.0,516100.0,302.0,59.0,1532.0,0.0,346.0,0.0,0.0,0.0,253.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 309,1593.0,4.0,1304.0,5.0,13.0,0.0,267.0,818.0,13578.0,185900.0,27.0 +36047031702,"Census Tract 317.02, Kings County, New York",3799,2531.0,64231.0,756300.0,1227.0,1082.0,1872.0,0.0,166.0,0.0,118.0,176.0,385.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 317.02,3579.0,56.0,3155.0,6.0,36.0,0.0,303.0,2169.0,30093.0,190900.0,261.0 +36047033600,"Census Tract 336, Kings County, New York",4041,3006.0,76900.0,557800.0,1559.0,3265.0,239.0,2.0,108.0,0.0,13.0,112.0,302.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 336,5159.0,3901.0,424.0,3.0,130.0,0.0,485.0,3314.0,33359.0,246600.0,938.0 +36047034000,"Census Tract 340, Kings County, New York",2215,1793.0,20714.0,,406.0,782.0,837.0,0.0,134.0,0.0,0.0,7.0,455.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 340,2511.0,954.0,910.0,11.0,14.0,0.0,605.0,1834.0,16028.0,,146.0 +36047034300,"Census Tract 343, Kings County, New York",5279,3426.0,27569.0,920500.0,778.0,389.0,3345.0,48.0,200.0,0.0,0.0,117.0,1180.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 343,5434.0,46.0,4843.0,18.0,18.0,1.0,487.0,3119.0,16981.0,187200.0,298.0 +36047038800,"Census Tract 388, Kings County, New York",3833,2484.0,62289.0,613800.0,1108.0,2698.0,257.0,0.0,511.0,0.0,0.0,26.0,341.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 388,3804.0,3225.0,24.0,0.0,345.0,0.0,132.0,2661.0,37571.0,269300.0,659.0 +36047039500,"Census Tract 395, Kings County, New York",4422,2785.0,46582.0,663200.0,764.0,866.0,1581.0,0.0,373.0,0.0,0.0,19.0,1583.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 395,3636.0,148.0,1246.0,27.0,47.0,0.0,2132.0,2246.0,20417.0,168800.0,191.0 +36047039900,"Census Tract 399, Kings County, New York",3893,2542.0,40375.0,633100.0,588.0,441.0,1439.0,13.0,8.0,0.0,137.0,0.0,1868.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 399,3777.0,44.0,2249.0,15.0,91.0,0.0,1357.0,2002.0,16594.0,173900.0,115.0 +36047040200,"Census Tract 402, Kings County, New York",2962,2198.0,53269.0,739800.0,531.0,1172.0,0.0,58.0,1203.0,0.0,0.0,35.0,552.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 402,2564.0,1426.0,19.0,5.0,830.0,0.0,206.0,1691.0,39960.0,232200.0,269.0 +36047040900,"Census Tract 409, Kings County, New York",3526,2384.0,48052.0,534000.0,467.0,320.0,596.0,22.0,18.0,0.0,0.0,38.0,2554.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 409,3507.0,37.0,984.0,7.0,28.0,0.0,2438.0,1905.0,24048.0,179400.0,115.0 +36047041600,"Census Tract 416, Kings County, New York",2357,1348.0,46797.0,697700.0,237.0,1760.0,65.0,0.0,151.0,0.0,12.0,10.0,359.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 416,2483.0,2221.0,9.0,2.0,98.0,0.0,133.0,1481.0,41542.0,316000.0,354.0 +36047040000,"Census Tract 400, Kings County, New York",3344,2326.0,51835.0,682600.0,468.0,1350.0,20.0,0.0,1620.0,0.0,0.0,0.0,354.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 400,2948.0,1846.0,42.0,3.0,595.0,0.0,373.0,2063.0,30559.0,270700.0,300.0 +36047042300,"Census Tract 423, Kings County, New York",4384,2897.0,62750.0,485900.0,697.0,1047.0,188.0,19.0,228.0,0.0,0.0,36.0,2885.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 423,2634.0,73.0,180.0,9.0,25.0,0.0,2312.0,1345.0,20889.0,152600.0,164.0 +36047042400,"Census Tract 424, Kings County, New York",3752,2523.0,49417.0,689800.0,782.0,2217.0,0.0,20.0,890.0,0.0,0.0,36.0,589.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 424,3692.0,2238.0,24.0,9.0,900.0,0.0,501.0,2423.0,34583.0,244000.0,568.0 +36047044200,"Census Tract 442, Kings County, New York",2991,1674.0,71848.0,995100.0,838.0,2688.0,0.0,200.0,28.0,0.0,17.0,58.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 442,2739.0,2451.0,14.0,2.0,78.0,0.0,166.0,1533.0,26912.0,388800.0,462.0 +36047045200,"Census Tract 452, Kings County, New York",2768,1611.0,76563.0,803700.0,777.0,2601.0,21.0,0.0,63.0,0.0,0.0,0.0,83.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 452,2817.0,2667.0,13.0,0.0,51.0,0.0,41.0,1601.0,45644.0,358300.0,628.0 +36047046202,"Census Tract 462.02, Kings County, New York",2283,1160.0,52738.0,881200.0,465.0,1915.0,0.0,0.0,17.0,0.0,12.0,0.0,339.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 462.02,1490.0,1241.0,8.0,8.0,114.0,0.0,101.0,868.0,45313.0,335200.0,205.0 +36047047800,"Census Tract 478, Kings County, New York",4455,2361.0,41719.0,972200.0,413.0,3331.0,11.0,33.0,221.0,0.0,71.0,51.0,770.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 478,4916.0,3203.0,53.0,8.0,431.0,0.0,1067.0,2495.0,37071.0,331100.0,529.0 +36047048000,"Census Tract 480, Kings County, New York",4028,2224.0,30659.0,826600.0,449.0,2512.0,131.0,0.0,471.0,0.0,0.0,0.0,914.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 480,3442.0,2222.0,80.0,5.0,516.0,1.0,509.0,1949.0,23475.0,261900.0,390.0 +36047048100,"Census Tract 481, Kings County, New York",3050,2349.0,76682.0,950000.0,1350.0,1535.0,137.0,0.0,510.0,0.0,25.0,17.0,826.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 481,2772.0,1033.0,46.0,6.0,149.0,1.0,1495.0,1810.0,21625.0,231900.0,403.0 +36047050600,"Census Tract 506, Kings County, New York",5986,3880.0,51063.0,785400.0,1034.0,931.0,2614.0,11.0,462.0,0.0,17.0,62.0,1900.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 506,6187.0,310.0,3543.0,19.0,191.0,0.0,2061.0,3413.0,26369.0,222800.0,358.0 +36047051700,"Census Tract 517, Kings County, New York",2343,2064.0,106184.0,1140400.0,1654.0,1831.0,82.0,0.0,215.0,0.0,0.0,99.0,116.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 517,1514.0,1086.0,19.0,2.0,38.0,0.0,303.0,1136.0,48542.0,260000.0,556.0 +36047051800,"Census Tract 518, Kings County, New York",3307,2509.0,60362.0,692800.0,1139.0,881.0,1482.0,0.0,280.0,0.0,0.0,115.0,549.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 518,3678.0,620.0,2104.0,11.0,385.0,0.0,540.0,2510.0,40833.0,291200.0,796.0 +36047052000,"Census Tract 520, Kings County, New York",4684,2979.0,59146.0,766300.0,1110.0,1281.0,916.0,0.0,1228.0,0.0,203.0,33.0,1023.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 520,4399.0,847.0,1454.0,27.0,1068.0,0.0,873.0,2761.0,34677.0,288400.0,667.0 +36047053200,"Census Tract 532, Kings County, New York",2659,1810.0,63906.0,512700.0,846.0,1670.0,147.0,0.0,592.0,0.0,4.0,40.0,206.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 532,2757.0,1681.0,190.0,9.0,697.0,0.0,162.0,1917.0,41750.0,193200.0,679.0 +36047054600,"Census Tract 546, Kings County, New York",4861,3202.0,48971.0,700200.0,1616.0,3837.0,168.0,0.0,264.0,0.0,0.0,235.0,357.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 546,4571.0,3972.0,69.0,4.0,262.0,1.0,242.0,3163.0,35469.0,327900.0,1177.0 +36047014200,"Census Tract 142, Kings County, New York",3084,2250.0,58309.0,796900.0,1011.0,1945.0,25.0,0.0,370.0,0.0,9.0,52.0,683.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 142,3238.0,2249.0,26.0,11.0,410.0,2.0,365.0,2297.0,42713.0,233900.0,888.0 +36047015900,"Census Tract 159, Kings County, New York",5161,4077.0,130021.0,954200.0,3436.0,4217.0,177.0,0.0,294.0,0.0,100.0,155.0,218.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 159,5091.0,3574.0,680.0,15.0,353.0,0.0,416.0,4131.0,67317.0,268500.0,3112.0 +36047016700,"Census Tract 167, Kings County, New York",5800,4090.0,141316.0,1092700.0,3460.0,4737.0,108.0,0.0,397.0,0.0,15.0,189.0,354.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 167,4534.0,3420.0,281.0,14.0,225.0,0.0,543.0,3543.0,68125.0,472900.0,2531.0 +36047003100,"Census Tract 31, Kings County, New York",2800,1993.0,85577.0,437800.0,1109.0,817.0,980.0,0.0,523.0,0.0,5.0,191.0,284.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 31,2870.0,417.0,1618.0,12.0,450.0,0.0,364.0,1774.0,40641.0,94300.0,606.0 +36047004300,"Census Tract 43, Kings County, New York",3336,2650.0,120368.0,1156300.0,2157.0,2046.0,289.0,0.0,276.0,33.0,22.0,175.0,495.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 43,2942.0,1220.0,632.0,2.0,186.0,0.0,778.0,2142.0,56429.0,498300.0,958.0 +36047005100,"Census Tract 51, Kings County, New York",2523,1947.0,99792.0,696000.0,1322.0,1667.0,56.0,11.0,119.0,0.0,41.0,127.0,513.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 51,2093.0,1098.0,161.0,6.0,177.0,0.0,581.0,1651.0,51767.0,306300.0,752.0 +36047006900,"Census Tract 69, Kings County, New York",3581,2857.0,132500.0,1195300.0,2412.0,2686.0,175.0,0.0,172.0,0.0,44.0,122.0,382.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 69,3340.0,1837.0,210.0,11.0,217.0,0.0,930.0,2521.0,55417.0,382900.0,1457.0 +36047117000,"Census Tract 1170, Kings County, New York",1930,962.0,36553.0,367600.0,62.0,0.0,451.0,0.0,101.0,0.0,0.0,33.0,1345.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1170,1837.0,56.0,492.0,25.0,85.0,0.0,1150.0,863.0,18250.0,190800.0,86.0 +36047117201,"Census Tract 1172.01, Kings County, New York",2369,1492.0,58482.0,487000.0,144.0,46.0,339.0,0.0,95.0,0.0,0.0,99.0,1790.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1172.01,2914.0,92.0,669.0,15.0,108.0,1.0,1949.0,1701.0,37875.0,182600.0,193.0 +36047117400,"Census Tract 1174, Kings County, New York",4362,2827.0,53512.0,431800.0,175.0,41.0,879.0,0.0,308.0,0.0,12.0,36.0,3086.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1174,4268.0,169.0,816.0,64.0,256.0,0.0,2818.0,2360.0,33250.0,188300.0,176.0 +36047117602,"Census Tract 1176.02, Kings County, New York",2996,1965.0,41703.0,440200.0,180.0,104.0,632.0,0.0,70.0,0.0,131.0,52.0,2007.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1176.02,3173.0,172.0,563.0,21.0,223.0,1.0,2002.0,1868.0,27244.0,172400.0,118.0 +36047122000,"Census Tract 1220, Kings County, New York",6169,4006.0,44944.0,554200.0,815.0,90.0,4831.0,0.0,38.0,0.0,90.0,38.0,1082.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1220,2555.0,103.0,1938.0,14.0,27.0,0.0,445.0,1439.0,25807.0,203900.0,170.0 +36047031300,"Census Tract 313, Kings County, New York",4753,3762.0,41165.0,1016200.0,1260.0,588.0,3496.0,18.0,18.0,0.0,54.0,32.0,565.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 313,4782.0,37.0,4397.0,9.0,54.0,0.0,276.0,3178.0,22514.0,188800.0,327.0 +36047101400,"Census Tract 1014, Kings County, New York",2280,1604.0,69464.0,430800.0,495.0,58.0,1901.0,0.0,127.0,0.0,73.0,18.0,103.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1014,2189.0,218.0,1571.0,7.0,211.0,0.0,176.0,1283.0,48355.0,190000.0,313.0 +36047111800,"Census Tract 1118, Kings County, New York",3418,2207.0,31842.0,447600.0,250.0,191.0,2441.0,0.0,0.0,0.0,0.0,0.0,786.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1118,2623.0,24.0,1841.0,7.0,9.0,0.0,735.0,1387.0,26861.0,164400.0,151.0 +36047115800,"Census Tract 1158, Kings County, New York",2938,1959.0,53125.0,479300.0,218.0,75.0,1896.0,18.0,1.0,0.0,72.0,26.0,868.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1158,2929.0,14.0,1934.0,8.0,14.0,0.0,940.0,1602.0,35496.0,161200.0,212.0 +36047040300,"Census Tract 403, Kings County, New York",4025,2890.0,36116.0,754000.0,631.0,346.0,2491.0,0.0,50.0,0.0,0.0,0.0,1138.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 403,2981.0,32.0,2048.0,16.0,33.0,0.0,837.0,1819.0,26341.0,181800.0,73.0 +36047042800,"Census Tract 428, Kings County, New York",3692,2899.0,52569.0,597300.0,1422.0,2421.0,19.0,0.0,1023.0,0.0,0.0,41.0,188.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 428,3655.0,2674.0,18.0,3.0,647.0,0.0,286.0,2723.0,31667.0,234700.0,797.0 +36047047000,"Census Tract 470, Kings County, New York",2719,1268.0,46250.0,981700.0,260.0,2409.0,13.0,0.0,121.0,0.0,9.0,55.0,112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 470,3020.0,2828.0,2.0,3.0,34.0,1.0,62.0,1480.0,42663.0,408600.0,250.0 +36047019800,"Census Tract 198, Kings County, New York",1860,1296.0,58750.0,813200.0,378.0,892.0,7.0,35.0,739.0,0.0,0.0,0.0,222.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 198,1710.0,1485.0,8.0,1.0,54.0,0.0,144.0,1207.0,43527.0,310800.0,315.0 +36047029700,"Census Tract 297, Kings County, New York",4302,2856.0,58462.0,944400.0,1183.0,465.0,3161.0,0.0,55.0,0.0,0.0,279.0,342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 297,3349.0,36.0,3124.0,18.0,38.0,0.0,127.0,2189.0,33333.0,249400.0,487.0 +36047033500,"Census Tract 335, Kings County, New York",3034,1523.0,46375.0,895800.0,712.0,1993.0,854.0,0.0,35.0,0.0,6.0,9.0,137.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 335,3120.0,1123.0,1757.0,2.0,14.0,0.0,129.0,1850.0,36528.0,280300.0,554.0 +36047039100,"Census Tract 391, Kings County, New York",3053,2077.0,46007.0,,603.0,572.0,321.0,0.0,78.0,0.0,0.0,106.0,1976.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 391,1467.0,50.0,229.0,0.0,33.0,0.0,1152.0,886.0,13947.0,108900.0,46.0 +36047086800,"Census Tract 868, Kings County, New York",3526,2311.0,48375.0,521700.0,384.0,82.0,2928.0,21.0,38.0,0.0,21.0,58.0,387.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 868,3438.0,26.0,3154.0,5.0,24.0,0.0,198.0,2149.0,33317.0,195900.0,249.0 +36047091600,"Census Tract 916, Kings County, New York",4104,2743.0,33043.0,423000.0,226.0,4.0,3394.0,0.0,0.0,0.0,0.0,94.0,612.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 916,4238.0,20.0,3557.0,7.0,13.0,0.0,629.0,2105.0,23967.0,178200.0,190.0 +36047101200,"Census Tract 1012, Kings County, New York",2280,1604.0,66375.0,451100.0,483.0,101.0,1975.0,0.0,53.0,0.0,0.0,0.0,151.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1012,2016.0,480.0,1167.0,3.0,184.0,0.0,169.0,1392.0,48854.0,191600.0,339.0 +36047007200,"Census Tract 72, Kings County, New York",2073,1266.0,36250.0,820300.0,194.0,212.0,33.0,6.0,505.0,0.0,0.0,0.0,1317.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 72,1858.0,226.0,74.0,15.0,474.0,0.0,1011.0,1143.0,35417.0,237500.0,129.0 +36047010000,"Census Tract 100, Kings County, New York",6459,4274.0,40938.0,852200.0,443.0,497.0,6.0,67.0,3609.0,0.0,0.0,35.0,2312.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 100,6271.0,778.0,191.0,5.0,1932.0,0.0,3127.0,3687.0,29976.0,267100.0,277.0 +36047013800,"Census Tract 138, Kings County, New York",3197,2438.0,56053.0,831500.0,1037.0,1916.0,58.0,0.0,462.0,0.0,29.0,118.0,614.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 138,3206.0,2337.0,8.0,5.0,387.0,0.0,330.0,2586.0,40117.0,307900.0,786.0 +36047028300,"Census Tract 283, Kings County, New York",3997,2487.0,34716.0,,385.0,504.0,1997.0,14.0,42.0,0.0,0.0,14.0,1426.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 283,3624.0,25.0,2208.0,13.0,26.0,3.0,1335.0,1863.0,12830.0,173200.0,85.0 +36047036900,"Census Tract 369, Kings County, New York",5619,3281.0,37481.0,386100.0,620.0,341.0,3582.0,0.0,14.0,0.0,0.0,42.0,1640.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 369,4912.0,46.0,3563.0,16.0,28.0,0.0,1240.0,2601.0,21170.0,138200.0,173.0 +36047100600,"Census Tract 1006, Kings County, New York",2441,1784.0,78750.0,493900.0,614.0,75.0,2158.0,0.0,55.0,0.0,0.0,61.0,92.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1006,2581.0,520.0,1739.0,5.0,97.0,0.0,197.0,1581.0,49572.0,229400.0,393.0 +36047116000,"Census Tract 1160, Kings County, New York",2126,1423.0,27449.0,364900.0,205.0,0.0,1375.0,13.0,17.0,0.0,0.0,44.0,690.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1160,2604.0,7.0,1827.0,8.0,11.0,0.0,742.0,1352.0,23281.0,151700.0,168.0 +36047119200,"Census Tract 1192, Kings County, New York",3028,2021.0,41615.0,400000.0,316.0,85.0,1226.0,10.0,195.0,0.0,0.0,78.0,1444.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1192,2400.0,46.0,867.0,14.0,49.0,0.0,1384.0,1288.0,26585.0,148500.0,44.0 +36047019600,"Census Tract 196, Kings County, New York",4430,2997.0,38973.0,869100.0,681.0,1627.0,17.0,0.0,1707.0,0.0,43.0,0.0,1036.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 196,3849.0,2374.0,23.0,1.0,892.0,0.0,484.0,2541.0,36092.0,292800.0,348.0 +36047023400,"Census Tract 234, Kings County, New York",4667,1875.0,28438.0,881500.0,263.0,4504.0,0.0,14.0,0.0,0.0,0.0,9.0,140.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 234,4710.0,4580.0,1.0,2.0,11.0,0.0,44.0,2265.0,17731.0,509900.0,277.0 +36047026500,"Census Tract 265, Kings County, New York",4011,2932.0,58603.0,765600.0,1108.0,1027.0,2204.0,4.0,55.0,0.0,0.0,93.0,628.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 265,3717.0,15.0,3344.0,4.0,25.0,0.0,301.0,2021.0,24977.0,189100.0,263.0 +36047040600,"Census Tract 406, Kings County, New York",3533,2426.0,36292.0,790100.0,622.0,1091.0,30.0,0.0,1756.0,0.0,53.0,26.0,577.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 406,3089.0,2022.0,7.0,3.0,817.0,0.0,181.0,2283.0,31828.0,291700.0,513.0 +36047047600,"Census Tract 476, Kings County, New York",3563,1979.0,35571.0,884900.0,377.0,3048.0,132.0,18.0,8.0,0.0,0.0,15.0,342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 476,3794.0,3522.0,12.0,3.0,113.0,0.0,77.0,1844.0,27917.0,339700.0,426.0 +36047054200,"Census Tract 542, Kings County, New York",4789,2863.0,41219.0,730800.0,1260.0,3753.0,96.0,0.0,167.0,0.0,0.0,0.0,773.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 542,4469.0,3698.0,49.0,4.0,250.0,1.0,438.0,2727.0,32083.0,339900.0,966.0 +36047021900,"Census Tract 219, Kings County, New York",3576,2779.0,62621.0,1089000.0,1193.0,844.0,2017.0,0.0,225.0,0.0,0.0,76.0,414.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 219,3820.0,53.0,3432.0,8.0,33.0,0.0,289.0,2387.0,26469.0,187100.0,413.0 +36047025300,"Census Tract 253, Kings County, New York",2936,2108.0,50799.0,832400.0,910.0,998.0,1390.0,0.0,197.0,0.0,0.0,31.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 253,2528.0,18.0,2107.0,11.0,20.0,0.0,351.0,1315.0,27955.0,191800.0,208.0 +36047027400,"Census Tract 274, Kings County, New York",3019,2190.0,48750.0,875000.0,609.0,1533.0,1.0,0.0,993.0,0.0,0.0,0.0,492.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 274,2885.0,2067.0,9.0,0.0,621.0,0.0,129.0,1963.0,40691.0,309500.0,323.0 +36047025902,"Census Tract 259.02, Kings County, New York",3826,1881.0,16448.0,,108.0,0.0,1948.0,8.0,45.0,0.0,0.0,21.0,1812.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 259.02,3595.0,22.0,2138.0,10.0,16.0,0.0,1407.0,1595.0,13218.0,,55.0 +36047027000,"Census Tract 270, Kings County, New York",2450,1812.0,60741.0,755000.0,753.0,1623.0,27.0,10.0,721.0,0.0,0.0,7.0,62.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 270,2337.0,1901.0,10.0,14.0,294.0,0.0,87.0,1620.0,28380.0,365300.0,449.0 +36047027300,"Census Tract 273, Kings County, New York",3228,2317.0,45900.0,777300.0,633.0,270.0,2725.0,15.0,59.0,0.0,0.0,57.0,117.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 273,3061.0,22.0,2833.0,11.0,13.0,0.0,167.0,1906.0,29883.0,214200.0,240.0 +36047027500,"Census Tract 275, Kings County, New York",4630,3268.0,73571.0,826000.0,1359.0,675.0,3016.0,0.0,277.0,0.0,34.0,184.0,444.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 275,4171.0,30.0,3857.0,6.0,77.0,0.0,185.0,2582.0,30241.0,223600.0,296.0 +36047028700,"Census Tract 287, Kings County, New York",2781,2049.0,33333.0,829500.0,470.0,339.0,1282.0,26.0,270.0,0.0,42.0,0.0,822.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 287,2755.0,89.0,1452.0,24.0,204.0,0.0,960.0,1565.0,15714.0,196700.0,106.0 +36047102400,"Census Tract 1024, Kings County, New York",2134,1483.0,87375.0,469500.0,534.0,107.0,1857.0,0.0,151.0,0.0,0.0,10.0,9.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1024,2044.0,453.0,1141.0,2.0,263.0,0.0,153.0,1238.0,49250.0,221700.0,302.0 +36047098800,"Census Tract 988, Kings County, New York",3343,2254.0,73603.0,492000.0,562.0,261.0,2697.0,0.0,96.0,0.0,10.0,9.0,270.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 988,3074.0,472.0,2153.0,4.0,194.0,0.0,233.0,2118.0,42500.0,218100.0,371.0 +36047099200,"Census Tract 992, Kings County, New York",2348,1638.0,86000.0,421300.0,425.0,83.0,2073.0,0.0,13.0,0.0,0.0,19.0,160.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 992,1847.0,368.0,1147.0,0.0,119.0,0.0,202.0,1031.0,46354.0,224700.0,208.0 +36047101000,"Census Tract 1010, Kings County, New York",2196,1399.0,73036.0,579000.0,445.0,86.0,1697.0,0.0,154.0,0.0,26.0,43.0,190.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1010,2155.0,648.0,1004.0,9.0,288.0,0.0,196.0,1322.0,44844.0,214900.0,192.0 +36047112400,"Census Tract 1124, Kings County, New York",3169,2053.0,48819.0,559200.0,531.0,16.0,2687.0,0.0,0.0,0.0,34.0,32.0,400.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1124,3253.0,17.0,2521.0,7.0,12.0,0.0,691.0,1822.0,32284.0,175800.0,129.0 +36047112800,"Census Tract 1128, Kings County, New York",3910,2570.0,38045.0,422300.0,477.0,225.0,3095.0,0.0,20.0,0.0,0.0,32.0,538.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1128,3937.0,22.0,2951.0,13.0,31.0,1.0,901.0,2143.0,25802.0,165600.0,307.0 +36047023500,"Census Tract 235, Kings County, New York",4062,2248.0,51678.0,735600.0,943.0,2259.0,680.0,0.0,260.0,0.0,22.0,76.0,765.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 235,1953.0,108.0,541.0,11.0,15.0,0.0,1269.0,1129.0,21875.0,250000.0,68.0 +36047024000,"Census Tract 240, Kings County, New York",4626,2224.0,31019.0,846500.0,450.0,4349.0,71.0,0.0,0.0,0.0,36.0,22.0,148.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 240,4634.0,4316.0,14.0,2.0,63.0,4.0,167.0,2526.0,27930.0,417500.0,534.0 +36047024100,"Census Tract 241, Kings County, New York",2501,1765.0,59798.0,606200.0,822.0,1289.0,612.0,0.0,118.0,0.0,4.0,56.0,422.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 241,1564.0,40.0,993.0,12.0,12.0,0.0,494.0,1025.0,10500.0,176900.0,101.0 +36047025000,"Census Tract 250, Kings County, New York",1539,1204.0,52852.0,675900.0,235.0,322.0,0.0,45.0,1001.0,0.0,0.0,10.0,180.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 250,1532.0,606.0,3.0,4.0,799.0,0.0,103.0,1018.0,43717.0,274700.0,164.0 +36047025400,"Census Tract 254, Kings County, New York",4280,3238.0,46454.0,635300.0,902.0,1272.0,0.0,16.0,2544.0,0.0,0.0,73.0,375.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 254,3379.0,1651.0,13.0,4.0,1386.0,0.0,248.0,2375.0,34803.0,247500.0,342.0 +36047025800,"Census Tract 258, Kings County, New York",4888,3420.0,41375.0,722400.0,932.0,1724.0,2.0,0.0,2062.0,0.0,0.0,26.0,1074.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 258,4329.0,2866.0,17.0,11.0,956.0,0.0,406.0,3015.0,31541.0,306800.0,635.0 +36047025901,"Census Tract 259.01, Kings County, New York",2158,1421.0,53033.0,677100.0,448.0,557.0,867.0,0.0,15.0,0.0,0.0,11.0,708.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 259.01,1887.0,39.0,843.0,9.0,10.0,0.0,985.0,1118.0,18150.0,162800.0,83.0 +36047026000,"Census Tract 260, Kings County, New York",3310,2485.0,46667.0,817900.0,508.0,1040.0,46.0,9.0,1805.0,0.0,1.0,59.0,350.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 260,3463.0,2044.0,6.0,7.0,1119.0,0.0,184.0,2445.0,31651.0,284100.0,305.0 +36047053800,"Census Tract 538, Kings County, New York",4414,3008.0,32841.0,533800.0,1332.0,3434.0,73.0,18.0,403.0,0.0,0.0,34.0,452.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 538,4701.0,3956.0,45.0,12.0,442.0,1.0,217.0,3466.0,28407.0,242500.0,1091.0 +36047052500,"Census Tract 525, Kings County, New York",3423,2159.0,35568.0,233300.0,719.0,2023.0,180.0,0.0,143.0,0.0,0.0,41.0,1036.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 525,3537.0,1828.0,166.0,9.0,63.0,1.0,1340.0,1762.0,12069.0,296400.0,139.0 +36047052600,"Census Tract 526, Kings County, New York",4737,3250.0,65578.0,931800.0,1713.0,1882.0,1038.0,87.0,838.0,0.0,0.0,48.0,915.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 526,4515.0,1573.0,1236.0,15.0,727.0,0.0,793.0,3011.0,34881.0,278300.0,809.0 +36047053500,"Census Tract 535, Kings County, New York",4053,1494.0,27027.0,740400.0,119.0,3705.0,197.0,14.0,0.0,0.0,0.0,0.0,137.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 535,4880.0,3901.0,3.0,6.0,8.0,0.0,390.0,1667.0,16434.0,306900.0,92.0 +36047054900,"Census Tract 549, Kings County, New York",3806,2573.0,89241.0,1025000.0,1405.0,2556.0,22.0,0.0,242.0,0.0,26.0,209.0,751.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 549,1488.0,509.0,60.0,3.0,68.0,0.0,802.0,1013.0,29722.0,352300.0,399.0 +36047055200,"Census Tract 552, Kings County, New York",3279,2438.0,51103.0,464700.0,1014.0,2078.0,5.0,0.0,685.0,0.0,0.0,180.0,331.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 552,3489.0,2634.0,62.0,12.0,563.0,2.0,174.0,2512.0,33870.0,254600.0,836.0 +36047059100,"Census Tract 591, Kings County, New York",3998,3452.0,92768.0,695100.0,1951.0,3106.0,102.0,0.0,116.0,0.0,0.0,105.0,569.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 591,4277.0,3557.0,26.0,16.0,68.0,0.0,499.0,2872.0,33047.0,249000.0,581.0 +36047012600,"Census Tract 126, Kings County, New York",2909,1920.0,47375.0,859800.0,545.0,867.0,66.0,125.0,1061.0,0.0,0.0,92.0,765.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 126,2522.0000059999998,1104.5393980000001,48.998248700000005,11.0,677.7250518999999,0.0,579.8021011,1646.215424,34753.30672,229650.2771,309.8633957 +36047027100,"Census Tract 271, Kings County, New York",2874,1955.0,40357.0,726500.0,635.0,236.0,2179.0,38.0,130.0,0.0,23.0,37.0,231.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 271,2810.0,34.0,2524.0,9.0,52.0,0.0,183.0,1586.0,27788.640219999997,157222.9167,116.0 +36047030500,"Census Tract 305, Kings County, New York",6267,5310.0,70125.0,544800.0,3034.0,2483.0,2471.0,0.0,317.0,0.0,0.0,93.0,903.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 305,4777.0,121.0,3684.0,17.0,103.0,0.0,803.0,2909.0,28331.018330000003,141396.7742,351.0 +36047034800,"Census Tract 348, Kings County, New York",2874,1855.0,55469.0,599100.0,460.0,950.0,78.0,0.0,500.0,0.0,0.0,0.0,1346.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 348,2029.196575,749.1441231000001,162.75388859999998,7.972436905,224.4793663,0.0,825.9239502,1256.684574,23290.75369,157106.7359,160.73539350000001 +36047044900,"Census Tract 449, Kings County, New York",3034,2066.0,27643.0,808000.0,379.0,474.0,1091.0,18.0,109.0,0.0,0.0,0.0,1342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 449,3100.0,461.0,1165.0,3.0,33.0,0.0,1424.0,1827.0,18073.56742,175839.6226,117.0 +36047046000,"Census Tract 460, Kings County, New York",3969,2533.0,51528.0,694100.0,981.0,1889.0,59.0,19.0,1539.0,0.0,73.0,165.0,244.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 460,3668.0,2092.0,233.0,16.0,1029.0,0.0,266.0,2397.0,35082.932689999994,251988.8889,767.0 +36047076800,"Census Tract 768, Kings County, New York",3104,1958.0,41920.0,671100.0,883.0,2488.0,57.0,0.0,253.0,0.0,0.0,58.0,248.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 768,3601.0,2830.0,60.0,7.0,552.0,0.0,119.0,2159.0,35341.17876,272396.6102,632.0 +36047094600,"Census Tract 946, Kings County, New York",1883,1324.0,58600.0,446800.0,384.0,29.0,1728.0,0.0,46.0,0.0,0.0,0.0,80.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 946,2090.0,45.0,1942.0,8.0,15.0,0.0,67.0,1408.0,43975.83562,195348.3412,352.0 +36047105804,"Census Tract 1058.04, Kings County, New York",6679,4756.0,30530.0,416700.0,823.0,1124.0,3951.0,111.0,328.0,0.0,0.0,74.0,1108.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1058.04,6762.9999689999995,2161.51416,2921.027588,20.35236931,314.999176,0.462553859,1244.2698970000001,4552.91748,16919.0005,161300.0038,708.6325072999999 +36047119800,"Census Tract 1198, Kings County, New York",3376,2204.0,30297.0,560500.0,234.0,78.0,1325.0,15.0,161.0,0.0,0.0,11.0,1786.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1198,3190.0,157.0,973.0,23.0,155.0,0.0,1841.0,1899.0,20328.83871,156872.3214,232.0 +36047000501,"Census Tract 5.01, Kings County, New York",4536,2811.0,129107.0,811600.0,2243.0,3197.0,174.0,0.0,482.0,9.0,10.0,219.0,445.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 5.01,3415.000164,2780.722412,158.153244,6.6590838429999994,209.7611389,0.0,213.090683,2815.127686,65013.00187000001,217699.9991,2194.168213 +36047000502,"Census Tract 5.02, Kings County, New York",2756,2280.0,106667.0,583300.0,1969.0,2099.0,83.0,0.0,214.0,0.0,9.0,104.0,247.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 5.02,2739.000019,2230.277832,126.84676359999999,5.340916634,168.23887630000002,0.0,170.90933230000002,2257.872559,65013.002029999996,217699.9952,1759.832031 +36047051002,"Census Tract 510.02, Kings County, New York",4595,3078.0,48266.0,1074400.0,864.0,453.0,2782.0,0.0,111.0,0.0,86.0,180.0,983.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 510.02,5444.000042000001,72.2109375,4328.546386999999,7.044969559,86.3008728,0.0,897.0594482000001,3059.86499,24271.00026,202499.9986,254.2059784 +36047051601,"Census Tract 516.01, Kings County, New York",5506,3501.0,52063.0,,858.0,367.0,3327.0,0.0,184.0,0.0,32.0,27.0,1569.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 516.01,5586.999803,112.255455,4621.946289,10.88190651,77.31880951,0.0,742.833313,3122.534424,25147.99916,169799.9982,250.8565826 +36047051602,"Census Tract 516.02, Kings County, New York",4235,2865.0,55577.0,1041700.0,666.0,407.0,2890.0,0.0,135.0,0.0,0.0,156.0,647.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 516.02,4167.999906,83.74453735,3448.053223,8.118093491,57.68118668,0.0,554.166687,2329.465332,25147.999369999998,169800.0076,187.1434021 +36047061003,"Census Tract 610.03, Kings County, New York",2079,1231.0,52159.0,651100.0,330.0,546.0,0.0,0.0,620.0,0.0,85.0,0.0,828.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 610.03,1974.000019,1429.28125,23.30224419,3.691444635,255.401825,0.461430579,239.94390869999998,1494.112183,19490.0,198199.9991,475.7349243 +36047061004,"Census Tract 610.04, Kings County, New York",6556,5070.0,24741.0,568500.0,2361.0,5425.0,2.0,0.0,400.0,0.0,0.0,343.0,386.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 610.04,6582.0001090000005,4765.71875,77.69775391,12.3085556,851.5982056,1.53856945,800.0560912999999,4981.887695,19489.99996,198200.0082,1586.2651369999999 +36047069601,"Census Tract 696.01, Kings County, New York",3677,2589.0,62458.0,606000.0,1018.0,1529.0,1388.0,0.0,152.0,0.0,10.0,70.0,528.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 696.01,3343.9999559999997,2886.293457,134.56994630000003,1.26554811,96.18165588,0.0,203.3313904,2326.921143,48491.99916,270699.9998,621.3840942 +36047001500,"Census Tract 15, Kings County, New York",7391,5398.0,102899.0,941500.0,3477.0,2264.0,1693.0,11.0,1687.0,17.0,60.0,209.0,1461.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 15,2726.0,218.0,1609.0,23.0,84.0,0.0,777.0,1570.0,19683.72144,165795.3488,256.0 +36047035601,"Census Tract 356.01, Kings County, New York",2849,2498.0,43152.0,279900.0,1350.0,2575.0,158.0,0.0,0.0,9.0,0.0,0.0,107.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 356.01,2931.0000649999997,2732.82373,91.90789032,3.2311367989999997,12.20651627,0.359015197,76.82925415,2440.944336,30492.99942,17399.99938,779.7810059 +36047035602,"Census Tract 356.02, Kings County, New York",5198,4448.0,36615.0,299500.0,2210.0,4953.0,1.0,0.0,115.0,0.0,0.0,25.0,104.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 356.02,5233.000179,4879.176758,164.0921173,5.768863678,21.79348373,0.640984833,137.1707611,4358.055664,30493.000389999997,17400.0004,1392.219116 +36047037401,"Census Tract 374.01, Kings County, New York",4470,3166.0,45938.0,518000.0,1475.0,3235.0,254.0,71.0,363.0,0.0,151.0,254.0,142.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 374.01,4383.999906,3707.195313,57.590270999999994,4.75952673,418.3623962,0.475952655,155.16056819999997,3326.433105,37924.00005,262099.996,1073.273193 +36047037402,"Census Tract 374.02, Kings County, New York",4753,3334.0,33247.0,751800.0,1479.0,3001.0,101.0,0.0,855.0,0.0,0.0,52.0,744.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 374.02,4826.99982,4081.804443,63.40972519,5.24047327,460.63760379999997,0.524047315,170.83943180000003,3662.56665,37924.00211,262100.0048,1181.7266849999999 +36047050801,"Census Tract 508.01, Kings County, New York",4112,2843.0,47750.0,345700.0,612.0,490.0,2540.0,0.0,32.0,0.0,0.0,21.0,1029.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 508.01,4342.000206000001,80.68539429,3142.0395510000003,15.01123619,166.37454219999998,0.625468194,912.5581055,2448.7080079999996,25435.00085,153599.994,235.4887695 +36047050803,"Census Tract 508.03, Kings County, New York",2260,1538.0,45086.0,437500.0,505.0,426.0,1285.0,6.0,70.0,0.0,8.0,46.0,419.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 508.03,2896.0000579999996,53.81504059,2095.657715,10.01210022,110.96744540000002,0.41717085200000004,608.6522827,1633.223877,25435.000509999998,153599.9985,157.0648193 +36047050804,"Census Tract 508.04, Kings County, New York",6297,4284.0,51082.0,431100.0,1280.0,1010.0,2798.0,0.0,135.0,0.0,77.0,88.0,2189.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 508.04,6645.999943,123.49956509999998,4809.302734000001,22.97666359,254.65802000000002,0.9573609829999999,1396.789673,3748.0683590000003,25434.99859,153600.0048,360.4464111 +36047051001,"Census Tract 510.01, Kings County, New York",4361,3128.0,50954.0,,829.0,380.0,3097.0,13.0,67.0,0.0,0.0,43.0,761.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 510.01,3828.999958,50.78906631,3044.4533690000003,4.955030441,60.6991272,0.0,630.9405517999999,2152.13501,24270.999630000002,202500.0021,178.7940216 +36047081600,"Census Tract 816, Kings County, New York",2680,1782.0,45372.0,489900.0,353.0,98.0,2117.0,0.0,139.0,0.0,0.0,80.0,246.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 816,3011.0,48.0,2633.0,6.0,149.0,0.0,149.0,1889.0,39333.0,194100.0,364.0 +36047082800,"Census Tract 828, Kings County, New York",4255,2651.0,49727.0,403500.0,709.0,128.0,3551.0,17.0,39.0,0.0,0.0,69.0,468.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 828,3985.0,53.0,3464.0,12.0,120.0,0.0,301.0,2487.0,25946.0,190500.0,257.0 +36047075000,"Census Tract 750, Kings County, New York",2823,1677.0,58750.0,720100.0,633.0,2264.0,300.0,0.0,66.0,0.0,20.0,9.0,164.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 750,3148.0,2583.0,278.0,11.0,109.0,0.0,146.0,1683.0,47976.0,329600.0,707.0 +36047076000,"Census Tract 760, Kings County, New York",3017,1710.0,57292.0,930400.0,914.0,2593.0,77.0,0.0,157.0,0.0,31.0,22.0,137.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 760,2993.0,2598.0,62.0,1.0,175.0,0.0,141.0,1935.0,31888.0,407400.0,711.0 +36047083200,"Census Tract 832, Kings County, New York",2318,1670.0,58819.0,394800.0,408.0,0.0,2165.0,0.0,51.0,0.0,6.0,13.0,83.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 832,2563.0,62.0,2359.0,10.0,21.0,0.0,99.0,1615.0,49231.0,194000.0,324.0 +36047085000,"Census Tract 850, Kings County, New York",1540,1072.0,67679.0,414100.0,295.0,12.0,1460.0,7.0,0.0,0.0,0.0,0.0,61.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 850,1435.0,30.0,1325.0,2.0,11.0,0.0,67.0,895.0,63807.0,175700.0,209.0 +36059416201,"Census Tract 4162.01, Nassau County, New York",3700,2904.0,95865.0,449600.0,861.0,2749.0,114.0,54.0,25.0,0.0,17.0,0.0,741.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4162.01,3821.0,3395.0,9.0,10.0,87.0,0.0,301.0,2840.0,79307.0,246200.0,680.0 +36059406202,"Census Tract 4062.02, Nassau County, New York",6756,4086.0,115750.0,360600.0,1130.0,143.0,5017.0,12.0,58.0,0.0,3.0,293.0,1242.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4062.02,5607.108024,290.10240960000004,4840.00126,17.0,29.00160418,0.0,389.00243489999997,3619.0692950000002,68439.48751,178607.6722,924.0484405 +36059408700,"Census Tract 4087, Nassau County, New York",4663,3265.0,128144.0,377200.0,1160.0,3531.0,1.0,0.0,366.0,0.0,0.0,105.0,660.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4087,4921.529890999999,4264.3597899999995,45.01122668,11.00204122,228.06123650000004,0.0,355.0928753,3281.036597,71895.62109,185203.0193,779.2340594 +36059413500,"Census Tract 4135, Nassau County, New York",8330,5490.0,103472.0,358100.0,2190.0,2670.0,2649.0,0.0,256.0,34.0,0.0,220.0,2501.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4135,7101.073563,4433.970982,1601.021945,25.00255176,256.0199038,0.0,750.0566492,4877.38918,72915.99757,191456.9924,1836.913531 +36059517901,"Census Tract 5179.01, Nassau County, New York",4890,3553.0,102598.0,538000.0,1747.0,4449.0,6.0,0.0,86.0,0.0,8.0,72.0,269.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5179.01,4887.0,4571.0,21.0,11.0,78.0,0.0,200.0,3446.0,74300.0,317500.0,1131.0 +36059521000,"Census Tract 5210, Nassau County, New York",4945,3574.0,102744.0,409800.0,1269.0,4585.0,0.0,0.0,99.0,0.0,0.0,102.0,159.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5210,5312.0,5090.0,13.0,1.0,39.0,0.0,150.0,3743.0,70147.0,222000.0,775.0 +36059519602,"Census Tract 5196.02, Nassau County, New York",1966,1411.0,157031.0,573300.0,1055.0,1695.0,0.0,0.0,203.0,0.0,37.0,5.0,26.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5196.02,2220.0,2122.0,13.0,0.0,49.0,0.0,30.0,1439.0,93534.0,315200.0,782.0 +36059300600,"Census Tract 3006, Nassau County, New York",6751,4711.0,137414.0,885200.0,3416.0,4601.0,49.0,6.0,1909.0,0.0,0.0,53.0,139.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3006,6445.0,5319.0,64.0,2.0,700.0,2.0,343.0,4532.0,104085.0,480100.0,3077.0 +36059303700,"Census Tract 3037, Nassau County, New York",6860,5246.0,91096.0,457700.0,2000.0,5050.0,216.0,0.0,820.0,0.0,0.0,0.0,774.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3037,7017.0,5813.0,100.0,32.0,311.0,0.0,644.0,5110.0,60940.0,242100.0,1478.0 +36059406201,"Census Tract 4062.01, Nassau County, New York",3006,2185.0,73417.0,368300.0,606.0,752.0,520.0,0.0,540.0,0.0,16.0,88.0,1090.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4062.01,2892.0000010000003,1701.271513,478.70533560000007,10.15825278,244.9414012,0.004057764,431.76524639999997,1997.4917070000001,66376.32502999999,180007.4875,600.5429048999999 +36059410100,"Census Tract 4101, Nassau County, New York",5653,4137.0,103239.0,456700.0,2015.0,4576.0,429.0,0.0,275.0,0.0,24.0,56.0,293.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4101,6242.0,5606.0,91.0,1.0,193.0,0.0,334.0,4327.0,82383.0,252700.0,1661.0 +36059411902,"Census Tract 4119.02, Nassau County, New York",4107,2568.0,113424.0,446000.0,954.0,3022.0,93.0,0.0,95.0,0.0,0.0,161.0,736.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4119.02,3515.725292,3084.004639,31.97930908,6.995473862000001,157.8978424,0.0,229.8512878,2432.42627,70833.00308,231699.9877,883.4284058000001 +36059414900,"Census Tract 4149, Nassau County, New York",6928,4849.0,117266.0,443000.0,2243.0,5650.0,49.0,0.0,545.0,0.0,0.0,98.0,586.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4149,7222.0,6298.0,291.0,10.0,279.0,0.0,314.0,4945.0,77731.0,218900.0,1609.0 +36059518300,"Census Tract 5183, Nassau County, New York",5876,4012.0,155435.0,703700.0,2489.0,3938.0,7.0,0.0,1307.0,0.0,11.0,133.0,480.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5183,5561.106299,4584.795084,24.07828954,3.993917671,719.6729054,0.0,211.58366189999998,3844.005027,89084.57659,355964.85,2065.465514 +36059413600,"Census Tract 4136, Nassau County, New York",5770,3897.0,92386.0,364600.0,1305.0,2486.0,1139.0,0.0,340.0,0.0,0.0,156.0,1649.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4136,5456.819490999999,3752.863261,613.2916995,15.000388399999999,206.8582496,0.001664255,830.8281469,3674.016684,69031.9236,196369.048,1296.242961 +36059416701,"Census Tract 4167.01, Nassau County, New York",4529,3174.0,92614.0,493500.0,1429.0,3057.0,67.0,12.0,127.0,0.0,7.0,166.0,1093.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4167.01,4471.0,3544.0,117.0,4.0,146.0,3.0,650.0,3163.0,66680.0,242900.0,1131.0 +36059519100,"Census Tract 5191, Nassau County, New York",6011,4483.0,91694.0,403300.0,1453.0,3851.0,162.0,28.0,1147.0,0.0,0.0,30.0,793.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5191,6072.0,5011.0,34.0,12.0,478.0,0.0,481.0,4217.0,76518.0,198700.0,1164.0 +36059520700,"Census Tract 5207, Nassau County, New York",4999,3436.0,113271.0,421900.0,1250.0,4599.0,127.0,28.0,79.0,0.0,0.0,36.0,158.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5207,4946.0,4663.0,20.0,15.0,100.0,0.0,142.0,3500.0,69048.0,229000.0,850.0 +36059522000,"Census Tract 5220, Nassau County, New York",6386,5165.0,70024.0,338800.0,1586.0,2374.0,2226.0,20.0,154.0,0.0,37.0,153.0,1442.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5220,6908.0,3073.0,2433.0,25.0,245.0,0.0,1094.0,4763.0,64050.0,169000.0,1316.0 +36059410700,"Census Tract 4107, Nassau County, New York",6412,4274.0,90765.0,392300.0,1260.0,2856.0,779.0,0.0,986.0,0.0,16.0,239.0,1536.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4107,6173.000154,5201.09375,60.74415207,15.932892800000001,329.61172489999996,3.9832232000000003,540.7225342,4302.876953,60463.002360000006,217299.9982,1090.407349 +36059412900,"Census Tract 4129, Nassau County, New York",6279,4275.0,102806.0,364700.0,1491.0,1028.0,3905.0,0.0,182.0,0.0,32.0,184.0,948.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4129,5852.0,1888.0,3176.0,29.0,186.0,0.0,544.0,3842.0,81497.0,192800.0,1468.0 +36059409400,"Census Tract 4094, Nassau County, New York",4331,3002.0,122731.0,411100.0,1018.0,3487.0,25.0,0.0,205.0,0.0,39.0,55.0,520.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4094,4487.0,4078.0,30.0,20.0,129.0,0.0,220.0,3051.0,71802.0,215100.0,821.0 +36059412200,"Census Tract 4122, Nassau County, New York",5202,3576.0,93229.0,391600.0,1403.0,4410.0,65.0,0.0,229.0,0.0,0.0,0.0,498.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4122,5866.798649,5434.196039,22.98202941,6.9936487320000005,87.92749202,0.0,307.70466830000004,4044.381882,64554.88766,228079.89,1203.093738 +36059414002,"Census Tract 4140.02, Nassau County, New York",5117,3472.0,76250.0,284600.0,647.0,59.0,2643.0,135.0,0.0,0.0,45.0,52.0,2318.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4140.02,4424.0,71.0,3639.0,13.0,8.0,0.0,683.0,2554.0,59091.0,154700.0,240.0 +36059518600,"Census Tract 5186, Nassau County, New York",4240,2842.0,197153.0,750200.0,2238.0,2825.0,0.0,0.0,1315.0,0.0,0.0,51.0,49.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5186,4030.3764590000005,3634.14761,15.19184846,3.00594822,302.7930961,0.0,67.20084554,2680.211199,120773.6863,415695.3018,1976.489627 +36059521400,"Census Tract 5214, Nassau County, New York",6752,4663.0,125375.0,640400.0,2500.0,6212.0,7.0,0.0,367.0,0.0,25.0,18.0,123.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5214,6780.0,6496.0,5.0,13.0,115.0,0.0,137.0,4521.0,94005.0,357700.0,2007.0 +36059301900,"Census Tract 3019, Nassau County, New York",2870,1955.0,187708.0,1229800.0,1379.0,2500.0,0.0,28.0,309.0,0.0,0.0,21.0,12.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3019,3017.0716039999998,2659.181641,14.99538612,0.0,213.9341736,0.0,122.96216580000001,2063.36499,113181.9987,637699.9892,1245.616699 +36059304202,"Census Tract 3042.02, Nassau County, New York",3799,2650.0,97107.0,338400.0,862.0,726.0,866.0,0.0,154.0,0.0,0.0,88.0,1965.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3042.02,3393.0,987.0,848.0,5.0,117.0,0.0,1422.0,2222.0,73083.0,182800.0,436.0 +36059406002,"Census Tract 4060.02, Nassau County, New York",3491,2101.0,113264.0,384800.0,1123.0,2216.0,357.0,0.0,338.0,0.0,0.0,78.0,502.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4060.02,3130.0,2554.0,146.0,3.0,111.0,0.0,294.0,1975.0,75901.0,222700.0,831.0 +36059302200,"Census Tract 3022, Nassau County, New York",4189,2712.0,89420.0,647700.0,1472.0,2109.0,306.0,0.0,762.0,0.0,92.0,87.0,833.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3022,3719.0013270000004,2473.590798,389.04990630000003,7.0047932589999995,447.32284010000006,0.0,363.0267859,2480.59108,65732.71942000001,310156.8672,952.9490652999999 +36059518203,"Census Tract 5182.03, Nassau County, New York",4533,3503.0,165577.0,1057200.0,1982.0,3695.0,127.0,0.0,539.0,0.0,0.0,22.0,150.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5182.03,4416.885837,3864.0253909999997,55.98587799,6.998234749,416.8948364,0.0,65.98335266,3248.180664,122008.9959,689499.9907,1574.602783 +36059519704,"Census Tract 5197.04, Nassau County, New York",3198,2252.0,134118.0,554000.0,1515.0,2368.0,0.0,0.0,709.0,0.0,0.0,0.0,121.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5197.04,3133.0,2929.0,14.0,0.0,119.0,0.0,64.0,2267.0,79672.0,281900.0,1145.0 +36059520100,"Census Tract 5201, Nassau County, New York",5624,3945.0,114375.0,570000.0,2242.0,5109.0,8.0,0.0,329.0,0.0,0.0,59.0,119.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5201,5402.0,5023.563407,73.03462798,5.0051474030000005,181.0903135,0.0,104.28872249999999,3780.4103880000002,89759.48585,292674.8472,1885.489471 +36059521602,"Census Tract 5216.02, Nassau County, New York",3181,2226.0,123110.0,456600.0,970.0,2821.0,13.0,0.0,148.0,0.0,0.0,0.0,199.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5216.02,3473.0,3312.0,7.0,6.0,28.0,0.0,120.0,2363.0,72981.0,226900.0,538.0 +36059300100,"Census Tract 3001, Nassau County, New York",5181,3009.0,122083.0,2000001.0,1678.0,4746.0,67.0,0.0,125.0,0.0,0.0,147.0,96.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3001,5076.0,4593.0,48.0,5.0,287.0,0.0,99.0,2926.0,153715.0,1000001.0,1840.0 +36059300800,"Census Tract 3008, Nassau County, New York",4208,3044.0,97180.0,641000.0,1934.0,2194.0,239.0,0.0,1545.0,0.0,0.0,26.0,204.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3008,4138.0,3132.0,107.0,1.0,572.0,0.0,314.0,2984.0,74637.0,331400.0,1575.0 +36059301102,"Census Tract 3011.02, Nassau County, New York",4595,3230.0,104063.0,703500.0,1951.0,3355.0,163.0,0.0,318.0,0.0,17.0,28.0,714.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3011.02,4030.0,3388.0,40.0,6.0,394.0,0.0,195.0,2936.0,91128.0,419200.0,1742.0 +36059302101,"Census Tract 3021.01, Nassau County, New York",4427,3102.0,174489.0,1030000.0,2243.0,3547.0,37.0,12.0,567.0,0.0,0.0,97.0,179.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3021.01,5437.172226,4317.516138,312.50482939999995,8.957045675,429.955017,0.0,334.4010827,2893.289358,135234.39800000002,642724.5306,1943.7886230000001 +36059302300,"Census Tract 3023, Nassau County, New York",4572,3241.0,154570.0,829500.0,2040.0,2300.0,56.0,24.0,1971.0,0.0,69.0,104.0,67.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3023,5109.092849000001,3477.9417810000004,59.45460135,6.1422859370000005,1386.565615,0.0,144.80441580000002,3448.0187659999997,120857.0578,464450.7629,1962.0381949999999 +36059304001,"Census Tract 3040.01, Nassau County, New York",2451,1743.0,126765.0,524500.0,813.0,1763.0,23.0,0.0,366.0,0.0,14.0,51.0,234.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3040.01,2587.0,2225.0,34.0,3.0,109.0,0.0,207.0,1661.0,58750.0,233900.0,463.0 +36059404400,"Census Tract 4044, Nassau County, New York",5233,3584.0,122865.0,568700.0,1857.0,4616.0,0.0,0.0,88.0,0.0,0.0,107.0,422.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4044,4985.708735,4619.171554,26.459486,2.051202852,91.36076205,0.0,239.5147841,3442.518171,79293.44989,267916.0777,1402.8243109999999 +36059404902,"Census Tract 4049.02, Nassau County, New York",5478,3784.0,92894.0,371100.0,786.0,276.0,2891.0,0.0,372.0,0.0,68.0,277.0,1594.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4049.02,4060.4348619999996,1060.878839,1656.477981,21.01998928,490.4880141,0.0,759.5273033,2444.813663,55162.717410000005,186611.8361,492.8691888999999 +36059406400,"Census Tract 4064, Nassau County, New York",6972,4811.0,145179.0,884100.0,3353.0,6656.0,0.0,0.0,55.0,0.0,0.0,90.0,171.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4064,6566.0,6223.0,27.0,7.0,174.0,0.0,128.0,4686.0,96101.0,525100.0,2903.0 +36059409300,"Census Tract 4093, Nassau County, New York",4468,3045.0,94928.0,362700.0,786.0,3326.0,3.0,0.0,216.0,0.0,15.0,25.0,883.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4093,4463.0,4016.0,15.0,7.0,120.0,0.0,291.0,2954.0,70521.0,183300.0,674.0 +36059411800,"Census Tract 4118, Nassau County, New York",5960,4416.0,101170.0,421300.0,1881.0,5062.0,146.0,0.0,93.0,0.0,29.0,87.0,543.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4118,6416.212896,5679.181345,54.00319674,3.0003474710000004,181.0068104,0.0,465.0202228,4604.14903,58047.27888,215700.1278,1336.041801 +36059413002,"Census Tract 4130.02, Nassau County, New York",3815,2590.0,96490.0,428400.0,843.0,3035.0,13.0,0.0,75.0,0.0,0.0,0.0,692.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4130.02,3789.9724189999997,3421.5300850000003,17.02358581,5.007079169,120.0896069,0.0,217.31459819999998,2638.118536,73870.59298,243277.1412,867.2274386 +36059413900,"Census Tract 4139, Nassau County, New York",7005,4803.0,73472.0,275600.0,794.0,117.0,3652.0,59.0,10.0,0.0,0.0,128.0,3098.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4139,7382.0,308.0,5502.0,38.0,60.0,0.0,1446.0,4380.0,51532.0,149700.0,553.0 +36059414001,"Census Tract 4140.01, Nassau County, New York",3969,2776.0,95179.0,274300.0,374.0,50.0,2508.0,28.0,6.0,0.0,0.0,22.0,1355.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4140.01,4047.248655,81.98477936,3473.355225,8.998329163,19.9962883,0.0,442.91778560000006,2536.529053,65500.000120000004,156199.9977,563.8953247000001 +36059414202,"Census Tract 4142.02, Nassau County, New York",4281,2743.0,60833.0,296900.0,492.0,302.0,1849.0,10.0,10.0,8.0,10.0,23.0,2079.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4142.02,4610.841549,398.54188419999997,2400.686957,19.015406,36.11682886,0.0,1751.3983079999998,2632.3239519999997,53053.44222,166813.7971,329.99111960000005 +36059414700,"Census Tract 4147, Nassau County, New York",4717,3154.0,125511.0,479500.0,1501.0,4021.0,55.0,0.0,249.0,0.0,0.0,59.0,333.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4147,4533.08719,4226.078128,23.0015548,20.00004859,120.0032554,1.0,130.0040085,3148.0601030000003,80613.01424,243099.8177,1001.0231279999999 +36059415201,"Census Tract 4152.01, Nassau County, New York",3429,2455.0,150250.0,595100.0,1588.0,2906.0,218.0,0.0,69.0,0.0,0.0,48.0,188.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4152.01,3885.6949520000003,3574.719482,13.99890137,12.99897957,111.99121090000001,0.0,157.9875946,2534.801025,92558.99764,290499.9926,1369.892456 +36059415802,"Census Tract 4158.02, Nassau County, New York",7029,4798.0,142240.0,506900.0,2211.0,6504.0,30.0,0.0,39.0,0.0,0.0,86.0,370.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4158.02,7181.0,6752.0,23.0,8.0,162.0,0.0,229.0,4759.0,90971.11649,254227.987,2041.0 +36059517400,"Census Tract 5174, Nassau County, New York",5085,3548.0,115691.0,658000.0,2322.0,4390.0,170.0,0.0,52.0,0.0,0.0,113.0,360.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5174,5073.814009000001,4629.718435,99.13883674,12.01906889,76.35171518,0.0010593830000000001,243.5393412,3636.159195,78452.24984,369506.2637,2087.09858 +36059517705,"Census Tract 5177.05, Nassau County, New York",2948,1990.0,250001.0,1901600.0,1507.0,2376.0,16.0,0.0,372.0,0.0,0.0,25.0,159.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5177.05,2700.4528969999997,2355.216074,65.18624139,1.034099322,191.619958,0.0,78.26834357,1714.8506559999998,199572.39,997661.6333,1150.289986 +36059518800,"Census Tract 5188, Nassau County, New York",3648,2373.0,161964.0,618900.0,1558.0,2230.0,21.0,0.0,1176.0,0.0,9.0,71.0,141.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5188,3193.9843339999998,2794.842593,4.002507218,1.001504331,321.085914,0.0,60.04864004,2131.689819,96793.7685,327072.9441,1203.2301630000002 +36059518900,"Census Tract 5189, Nassau County, New York",7158,4920.0,108750.0,429700.0,1719.0,2484.0,1451.0,0.0,2009.0,0.0,0.0,0.0,1214.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5189,6773.0,4454.0,483.0,22.0,913.0,0.0,884.0,4732.0,62791.0,205500.0,1285.0 +36059519500,"Census Tract 5195, Nassau County, New York",6162,4579.0,116553.0,443500.0,1731.0,3451.0,3.0,0.0,1570.0,0.0,59.0,66.0,1013.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5195,5884.211849,5036.901367,14.98780441,8.992682457,513.5820923,0.0,290.7633972,4123.644531,71131.00138999999,237700.0023,1375.8803710000002 +36059520900,"Census Tract 5209, Nassau County, New York",4759,3376.0,134531.0,449900.0,1447.0,4358.0,56.0,0.0,43.0,0.0,13.0,53.0,236.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5209,4726.478482,4472.634277,6.968270779,2.9864017960000004,45.79149246,0.0,189.1387787,3194.454346,71920.99966,242400.0081,733.6593627999999 +36059300500,"Census Tract 3005, Nassau County, New York",5173,3524.0,123839.0,1223000.0,2393.0,4369.0,20.0,0.0,513.0,0.0,60.0,45.0,166.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3005,5381.0,4786.0,56.0,2.0,275.0,0.0,207.0,3695.0,114407.0,729700.0,2428.0 +36059301400,"Census Tract 3014, Nassau County, New York",2025,1351.0,166635.0,730100.0,1071.0,1620.0,0.0,0.0,215.0,0.0,0.0,12.0,178.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3014,1973.0,1756.0,5.0,1.0,142.0,0.0,63.0,1399.0,88426.0,398600.0,949.0 +36059301800,"Census Tract 3018, Nassau County, New York",5052,3462.0,98110.0,886200.0,1873.0,2780.0,650.0,0.0,676.0,0.0,0.0,97.0,849.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3018,5344.928384000001,3415.818257,1021.0046140000001,9.0,401.0658297,0.0,476.03783669999996,3869.6349179999997,75479.62273999999,405363.3473,1693.383289 +36059302501,"Census Tract 3025.01, Nassau County, New York",2625,1821.0,177917.0,946400.0,1415.0,1837.0,0.0,13.0,696.0,0.0,0.0,5.0,87.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3025.01,2578.0,2273.0,13.0,0.0,236.0,0.0,43.0,1715.0,122083.0,516900.0,1169.0 +36059302700,"Census Tract 3027, Nassau County, New York",4510,3212.0,102283.0,547900.0,1545.0,1932.0,0.0,0.0,2057.0,0.0,184.0,11.0,326.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3027,4138.684959,3016.770264,26.99794579,14.99885845,893.9319457999999,0.0,174.9866791,2970.7739260000003,67070.00159,254099.9976,812.9381103999999 +36059302800,"Census Tract 3028, Nassau County, New York",6563,4639.0,122019.0,573700.0,2479.0,3150.0,202.0,0.0,2448.0,0.0,0.0,169.0,594.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3028,5942.662856,4776.256909000001,19.95621132,9.978219796,855.1036695,0.0,267.3990275,4224.520987,70381.82105,266999.3553,1522.564059 +36059302900,"Census Tract 3029, Nassau County, New York",4512,3218.0,139250.0,565800.0,1405.0,3103.0,41.0,34.0,1043.0,0.0,0.0,18.0,273.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3029,4447.0,3671.0,16.0,5.0,470.0,0.0,264.0,3165.0,73705.0,277500.0,1155.0 +36059301101,"Census Tract 3011.01, Nassau County, New York",6627,4268.0,86237.0,557000.0,2195.0,3626.0,9.0,37.0,1333.0,8.0,0.0,130.0,1484.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3011.01,6138.0,3903.0,85.0,17.0,868.0,0.0,1197.0,4468.0,61474.0,271900.0,1824.0 +36059411400,"Census Tract 4114, Nassau County, New York",6437,4053.0,130273.0,623400.0,2462.0,5140.0,402.0,0.0,168.0,0.0,0.0,131.0,596.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4114,6360.568843,5580.306447999999,137.005664,6.005279719,290.0198749,0.0,322.2040908,4370.11206,85469.3606,341169.1342,2283.389443 +36059412100,"Census Tract 4121, Nassau County, New York",6287,4464.0,93611.0,456700.0,1946.0,4726.0,28.0,36.0,241.0,0.0,22.0,69.0,1201.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4121,6886.236765000001,6267.760257,50.50644778,2.0531547740000002,155.7623303,0.999868929,396.0512725,4939.923365,57566.81192000001,241014.7134,1709.2032510000001 +36059412302,"Census Tract 4123.02, Nassau County, New York",3535,2594.0,110401.0,545300.0,1239.0,2484.0,205.0,0.0,81.0,0.0,0.0,54.0,711.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4123.02,3693.8236450000004,3065.1088870000003,55.62089920000001,3.9729213710000004,71.5125885,0.0,490.6557922,2505.920166,70787.00134,252000.0063,880.0020752 +36059412500,"Census Tract 4125, Nassau County, New York",4244,2618.0,160882.0,657600.0,1889.0,3968.0,66.0,0.0,22.0,0.0,0.0,0.0,188.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4125,4347.0,4173.0,16.0,1.0,68.0,0.0,86.0,2789.0,102373.0,368600.0,1665.0 +36059413300,"Census Tract 4133, Nassau County, New York",6326,4582.0,109761.0,447200.0,2289.0,5894.0,0.0,0.0,178.0,0.0,0.0,0.0,254.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4133,7107.989969,6636.123535,40.98841095,1.99943459,94.97314453,0.0,320.90924069999994,4808.640136999999,79999.99874,228100.0056,1918.45752 +36059413804,"Census Tract 4138.04, Nassau County, New York",3388,2365.0,120238.0,412700.0,1130.0,2020.0,855.0,17.0,82.0,0.0,0.0,82.0,344.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4138.04,3882.0,3069.0,360.0,3.0,158.0,0.0,274.0,2596.0,96074.0,241700.0,1036.0 +36059414502,"Census Tract 4145.02, Nassau County, New York",4075,3050.0,92569.0,322700.0,1223.0,2385.0,384.0,0.0,141.0,0.0,0.0,138.0,1027.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4145.02,4550.0,3285.0,515.0,11.0,75.0,0.0,649.0,3284.0,67083.0,179800.0,741.0 +36059415401,"Census Tract 4154.01, Nassau County, New York",5381,3674.0,132275.0,469300.0,1591.0,4719.0,13.0,0.0,86.0,0.0,0.0,133.0,430.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4154.01,5767.293729999999,5452.689934,27.11370292,16.02274058,123.02332630000001,3.0,141.43265680000002,3967.101849,77399.11289,251596.8567,1383.215208 +36059416500,"Census Tract 4165, Nassau County, New York",6102,4236.0,62956.0,473500.0,1507.0,2573.0,1421.0,0.0,476.0,0.0,72.0,249.0,1311.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4165,6231.0,2409.0,1661.0,45.0,291.0,0.0,1667.0,4073.0,44914.0,203900.0,759.0 +36059416202,"Census Tract 4162.02, Nassau County, New York",4765,3527.0,89158.0,370900.0,945.0,3132.0,18.0,19.0,101.0,0.0,0.0,16.0,1479.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4162.02,4732.0,3694.0,41.0,12.0,65.0,2.0,864.0,3352.0,57813.0,192300.0,526.0 +36059414201,"Census Tract 4142.01, Nassau County, New York",5247,3370.0,62038.0,312000.0,900.0,786.0,1210.0,63.0,139.0,0.0,10.0,142.0,2960.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4142.01,5322.1585,1199.45813,1312.31311,11.98459435,90.88317108,0.0,2643.601807,3363.676025,42726.99977,177199.9933,771.0089111000001 +36059415102,"Census Tract 4151.02, Nassau County, New York",4928,3408.0,166341.0,597600.0,2257.0,4480.0,50.0,0.0,114.0,0.0,11.0,8.0,265.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4151.02,5235.0,4990.0,23.0,10.0,64.0,0.0,140.0,3547.0,111309.0,358200.0,2035.0 +36059416900,"Census Tract 4169, Nassau County, New York",4172,3048.0,153462.0,706300.0,1962.0,3926.0,5.0,0.0,15.0,0.0,0.0,8.0,218.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4169,4301.0,4076.0,28.0,8.0,65.0,0.0,112.0,3165.0,81468.0,370200.0,1692.0 +36059517200,"Census Tract 5172, Nassau County, New York",8074,5298.0,55699.0,378000.0,1475.0,2733.0,1292.0,68.0,297.0,0.0,440.0,254.0,3058.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5172,7371.832617,3508.587586,1074.1480099999999,17.98592634,331.7553014,1.000367533,2395.383889,4867.309333,44161.73018,243190.4955,1036.527179 +36059517302,"Census Tract 5173.02, Nassau County, New York",5160,3540.0,70114.0,473000.0,1368.0,3048.0,108.0,63.0,210.0,0.0,355.0,79.0,1297.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5173.02,4882.0,3918.0,30.0,3.0,220.0,0.0,676.0,3606.0,56950.0,260700.0,852.0 +36059519000,"Census Tract 5190, Nassau County, New York",6797,4672.0,105724.0,394000.0,1556.0,3920.0,57.0,36.0,1598.0,0.0,12.0,96.0,1114.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5190,6175.0,5160.0,24.0,16.0,523.0,2.0,437.0,4235.0,70185.0,195900.0,963.0 +36059519300,"Census Tract 5193, Nassau County, New York",5665,4069.0,80885.0,422200.0,1290.0,2810.0,77.0,0.0,1585.0,0.0,16.0,153.0,1024.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5193,5959.748549,4142.457234,17.01415065,7.001077914,707.1548378,0.00012041100000000001,1059.114332,4259.256521,60728.834010000006,199004.7619,957.3353970000001 +36059519601,"Census Tract 5196.01, Nassau County, New York",4388,3084.0,129297.0,471600.0,1934.0,3175.0,0.0,0.0,814.0,0.0,0.0,45.0,354.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5196.01,4447.0,3977.0,25.0,0.0,261.0,1.0,179.0,3134.0,77788.0,252600.0,1319.0 +36059520001,"Census Tract 5200.01, Nassau County, New York",7294,5511.0,104868.0,380600.0,2073.0,6049.0,1.0,0.0,590.0,0.0,22.0,32.0,600.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5200.01,6840.073189,6189.887484000001,18.00462335,9.004623354,218.09131119999998,0.0,365.0801381,4971.455201,59035.48707,199213.0467,1106.491617 +36059301500,"Census Tract 3015, Nassau County, New York",3052,2001.0,210972.0,1407100.0,1634.0,2543.0,0.0,0.0,341.0,0.0,3.0,31.0,134.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3015,3081.0,2820.0,11.0,4.0,164.0,1.0,76.0,2016.0,160527.0,744100.0,1469.0 +36059302502,"Census Tract 3025.02, Nassau County, New York",2719,1868.0,161433.0,1702900.0,1458.0,1841.0,137.0,6.0,617.0,0.0,7.0,36.0,75.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3025.02,3460.37435,2118.057213,582.5146356,6.801177888,457.58653439999995,0.00076195,278.8940194,1879.5283359999999,137159.6643,999574.4474,1160.202888 +36059303102,"Census Tract 3031.02, Nassau County, New York",4127,2878.0,134688.0,620600.0,1571.0,1695.0,11.0,17.0,1807.0,33.0,48.0,208.0,308.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3031.02,4087.947037,2867.89139,17.03153993,11.94094722,1010.542977,0.0,170.5984149,2792.690001,78293.39792,288875.2684,1067.794799 +36059303202,"Census Tract 3032.02, Nassau County, New York",4293,3211.0,96550.0,546800.0,1150.0,1610.0,9.0,0.0,1698.0,0.0,123.0,0.0,853.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3032.02,3852.500573,2680.2565449999997,62.96200499,23.98433646,655.5787267999999,0.0,397.73979049999997,2760.208117,63365.22003,244800.5676,803.4834222 +36059407302,"Census Tract 4073.02, Nassau County, New York",4743,3043.0,73571.0,324600.0,603.0,546.0,1614.0,22.0,116.0,0.0,170.0,219.0,2056.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4073.02,4775.5300210000005,1133.403269,2308.299238,21.98964885,154.0126086,0.002465645,1128.8529210000002,3078.04053,68382.55333,172984.8527,651.589919 +36059414301,"Census Tract 4143.01, Nassau County, New York",4170,2661.0,56213.0,323400.0,693.0,974.0,1113.0,0.0,61.0,0.0,25.0,154.0,1843.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4143.01,3597.0,1233.0,724.0,8.0,120.0,0.0,1491.0,2472.0,42208.0,159300.0,406.0 +36059407401,"Census Tract 4074.01, Nassau County, New York",5346,3378.0,62019.0,323200.0,762.0,735.0,2437.0,148.0,79.0,0.0,0.0,49.0,2046.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4074.01,5077.9999960000005,1131.903564,2655.597168,25.8452282,143.3235321,0.0,1087.8491210000002,3272.9458010000003,60938.00227999999,166899.9956,703.6950684 +36059407600,"Census Tract 4076, Nassau County, New York",5463,4011.0,101448.0,480900.0,1809.0,3932.0,64.0,24.0,808.0,0.0,0.0,43.0,616.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4076,5528.0,4222.0,76.0,5.0,756.0,0.0,445.0,3905.0,82341.0,247700.0,1532.0 +36059407700,"Census Tract 4077, Nassau County, New York",5153,3531.0,124667.0,407400.0,1386.0,3285.0,4.0,0.0,625.0,0.0,26.0,67.0,1146.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4077,4659.0,3897.0,34.0,13.0,276.0,1.0,417.0,3175.0,66797.0,198100.0,908.0 +36059414600,"Census Tract 4146, Nassau County, New York",3791,2520.0,125179.0,480400.0,1324.0,3220.0,81.0,0.0,184.0,0.0,0.0,0.0,306.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4146,3589.663982,3215.937093,64.64317769,2.001621658,134.00044640000002,0.0,165.0782026,2474.410779,81357.39218,233388.6006,952.0815395 +36059414800,"Census Tract 4148, Nassau County, New York",6742,4672.0,130288.0,425900.0,2110.0,5898.0,99.0,0.0,294.0,0.0,0.0,113.0,338.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4148,6752.368001999999,6085.643497999999,89.1109058,10.00843848,192.3025799,0.0036164929999999997,357.2917305,4643.092022,68226.96922,213126.5206,1341.5611199999998 +36059520600,"Census Tract 5206, Nassau County, New York",5964,3886.0,123292.0,389400.0,1431.0,4385.0,214.0,0.0,268.0,0.0,15.0,19.0,1063.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5206,5954.0,5168.0,94.0,17.0,236.0,0.0,425.0,4035.0,71365.0,207600.0,1011.0 +36059521601,"Census Tract 5216.01, Nassau County, New York",4225,2812.0,111688.0,428200.0,1017.0,3929.0,22.0,0.0,69.0,0.0,0.0,26.0,179.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5216.01,4345.0,4132.0,20.0,1.0,63.0,0.0,125.0,3009.0,79155.0,228600.0,956.0 +36059407402,"Census Tract 4074.02, Nassau County, New York",3863,2759.0,68242.0,329900.0,575.0,498.0,1577.0,0.0,180.0,0.0,0.0,170.0,1438.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4074.02,3573.796874,796.7046337,1868.691686,18.18608067,100.8956223,0.0,765.758955,2303.4345940000003,60954.03193,166912.7876,495.23138939999996 +36059407802,"Census Tract 4078.02, Nassau County, New York",1762,1406.0,28917.0,170700.0,156.0,656.0,689.0,0.0,57.0,0.0,0.0,0.0,360.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4078.02,2329.0,901.0,840.0,1.0,251.0,0.0,332.0,1721.0,28824.0,116800.0,326.0 +36059405400,"Census Tract 4054, Nassau County, New York",9107,5911.0,85592.0,420200.0,1416.0,3849.0,397.0,0.0,1422.0,0.0,173.0,565.0,2701.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4054,7316.0,5951.0,174.0,12.0,373.0,0.0,708.0,5170.0,51305.0,213900.0,802.0 +36059404800,"Census Tract 4048, Nassau County, New York",6732,4306.0,87317.0,378500.0,1062.0,1433.0,2522.0,6.0,1009.0,0.0,8.0,95.0,1659.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4048,5379.281465999999,2181.248291,2031.574341,13.96956825,216.5283051,0.0,898.0436401000001,3590.178955,58397.999970000004,193199.9999,507.8935852 +36059405200,"Census Tract 4052, Nassau County, New York",7018,5103.0,91381.0,385900.0,1330.0,1449.0,1965.0,0.0,1371.0,0.0,47.0,350.0,1836.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4052,5627.0,3471.0,772.0,19.0,436.0,0.0,816.0,3752.0,48419.0,189100.0,555.0 +36059405302,"Census Tract 4053.02, Nassau County, New York",4582,3229.0,95104.0,468000.0,906.0,3140.0,56.0,0.0,413.0,0.0,0.0,37.0,936.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4053.02,4376.0,3883.0,21.0,6.0,137.0,1.0,308.0,3054.0,65977.0,235300.0,718.0 +36059405600,"Census Tract 4056, Nassau County, New York",4545,3172.0,103333.0,471300.0,1311.0,3374.0,35.0,0.0,649.0,0.0,0.0,0.0,487.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4056,4117.0,3740.0,10.0,7.0,148.0,0.0,198.0,2945.0,65370.0,236300.0,703.0 +36059405700,"Census Tract 4057, Nassau County, New York",4878,3588.0,117813.0,472700.0,1461.0,3127.0,57.0,0.0,747.0,0.0,0.0,112.0,835.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4057,4742.0,4231.0,38.0,5.0,189.0,0.0,247.0,3457.0,67241.0,236200.0,937.0 +36059405900,"Census Tract 4059, Nassau County, New York",5204,3473.0,127792.0,470700.0,1310.0,3463.0,516.0,0.0,167.0,0.0,36.0,191.0,831.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4059,5213.0,4323.0,207.0,5.0,278.0,0.0,364.0,3438.0,76764.0,231000.0,1217.0 +36059406100,"Census Tract 4061, Nassau County, New York",3272,2230.0,133500.0,447600.0,917.0,2111.0,315.0,0.0,131.0,0.0,0.0,26.0,689.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4061,2912.0,2335.0,161.0,4.0,130.0,0.0,260.0,2010.0,75517.0,221500.0,776.0 +36059406300,"Census Tract 4063, Nassau County, New York",3699,2477.0,186471.0,730300.0,1733.0,3255.0,22.0,0.0,115.0,0.0,0.0,52.0,255.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4063,3675.9999439999997,3417.912598,20.92599678,5.9788560870000005,126.5524521,0.0,94.66522217,2538.024414,94387.00048999999,384100.0012,1387.094604 +36059407501,"Census Tract 4075.01, Nassau County, New York",4987,3118.0,65071.0,288100.0,563.0,196.0,2335.0,0.0,80.0,0.0,4.0,26.0,2346.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4075.01,4509.0,485.0,2506.0,19.0,81.0,0.0,1391.0,2774.0,49844.0,165600.0,407.0 +36059407900,"Census Tract 4079, Nassau County, New York",5926,4558.0,66250.0,427300.0,2044.0,4338.0,416.0,0.0,426.0,0.0,0.0,244.0,502.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4079,5125.673256,4059.9887700000004,476.4119568,16.97904205,187.76823430000002,1.997534394,373.53894039999994,3581.579102,49975.99855,221899.991,1228.483643 +36059409000,"Census Tract 4090, Nassau County, New York",5887,4233.0,123803.0,365800.0,1162.0,4300.0,92.0,24.0,398.0,0.0,16.0,0.0,1081.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4090,6014.688231,5246.094671,33.37562849,0.067091569,203.7230415,0.020095861,512.1731256,4019.3813450000002,72456.74086,191724.4563,847.0058472000001 +36059409200,"Census Tract 4092, Nassau County, New York",6016,4112.0,97156.0,355500.0,1387.0,4732.0,1.0,0.0,338.0,0.0,0.0,60.0,885.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4092,6194.0,5519.0,39.0,9.0,184.0,0.0,428.0,4174.0,66161.0,181500.0,910.0 +36059410200,"Census Tract 4102, Nassau County, New York",3875,2796.0,113274.0,418200.0,1481.0,2813.0,153.0,22.0,286.0,0.0,0.0,173.0,444.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4102,3904.0,3291.0,119.0,6.0,159.0,0.0,316.0,2798.0,80138.0,226100.0,928.0 +36059412000,"Census Tract 4120, Nassau County, New York",5763,4096.0,84427.0,423700.0,1800.0,3203.0,416.0,0.0,318.0,0.0,165.0,163.0,1498.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4120,6117.196999,5210.649902,91.85280609,9.984000206000001,195.6864014,0.0,581.0688477000001,4282.137695,66830.00249,220000.0074,1201.075195 +36059519702,"Census Tract 5197.02, Nassau County, New York",5251,3855.0,128750.0,628500.0,2592.0,4518.0,107.0,0.0,509.0,0.0,0.0,0.0,117.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5197.02,4549.0,4234.0,25.0,1.0,203.0,0.0,76.0,3131.0,115560.0,362500.0,1892.0 +36059520402,"Census Tract 5204.02, Nassau County, New York",4588,3384.0,78220.0,361400.0,1205.0,3434.0,270.0,0.0,376.0,0.0,38.0,62.0,408.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5204.02,4127.0,3450.0,57.0,2.0,148.0,0.0,439.0,3041.0,53528.0,187700.0,707.0 +36059520502,"Census Tract 5205.02, Nassau County, New York",5375,3770.0,111063.0,401400.0,1425.0,4732.0,150.0,0.0,159.0,0.0,0.0,84.0,250.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5205.02,5375.726858,4971.972656,23.98539543,9.993914604,120.9263687,0.0,234.8569946,3767.7060549999997,71938.99851,216800.0054,810.5065308 +36059409900,"Census Tract 4099, Nassau County, New York",9307,6669.0,110640.0,341500.0,2096.0,1386.0,3854.0,0.0,1323.0,13.0,401.0,223.0,2107.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4099,7117.32075,3163.4715929999998,2311.013645,32.92342194,717.8971897000001,0.989928603,826.7160831,4767.6293049999995,71661.5702,200808.5772,1358.035478 +36059410500,"Census Tract 4105, Nassau County, New York",7146,5225.0,104722.0,366100.0,2184.0,2188.0,1695.0,0.0,1135.0,0.0,141.0,403.0,1584.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4105,6804.0,4855.0,353.0,9.0,550.0,0.0,965.0,4708.0,52396.0,197500.0,971.0 +36059410600,"Census Tract 4106, Nassau County, New York",7318,4891.0,109868.0,417200.0,2084.0,2367.0,1224.0,0.0,1103.0,0.0,0.0,61.0,2563.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4106,7197.0,5910.0,166.0,12.0,467.0,0.0,573.0,4968.0,67778.0,217000.0,1419.0 +36059411000,"Census Tract 4110, Nassau County, New York",5447,3441.0,66009.0,381500.0,640.0,2044.0,915.0,28.0,158.0,0.0,55.0,12.0,2263.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4110,4954.0,2721.0,646.0,28.0,180.0,0.0,1300.0,3273.0,50610.0,186800.0,351.0 +36059411700,"Census Tract 4117, Nassau County, New York",6268,4706.0,104516.0,439600.0,2385.0,4759.0,72.0,0.0,620.0,0.0,0.0,18.0,799.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4117,7047.657773999999,5980.590508,73.89517971,8.983531031,359.3586858,0.0,610.850136,4934.329482,66555.27549,246126.8511,1961.7437850000001 +36059412301,"Census Tract 4123.01, Nassau County, New York",3407,2563.0,73819.0,473500.0,1305.0,2205.0,47.0,0.0,197.0,0.0,105.0,30.0,823.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4123.01,3537.0,2859.0,75.0,4.0,78.0,0.0,516.0,2731.0,58482.0,224700.0,1203.0 +36059412600,"Census Tract 4126, Nassau County, New York",3815,2399.0,214219.0,877800.0,1931.0,3477.0,1.0,0.0,109.0,0.0,47.0,0.0,181.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4126,3770.891886,3574.897461,43.99873734,0.0,55.99839401,0.0,84.99756622,2418.930664,136582.9963,488700.0076,1690.9515379999998 +36059412800,"Census Tract 4128, Nassau County, New York",3044,2081.0,113750.0,398000.0,1034.0,2243.0,231.0,0.0,48.0,0.0,145.0,36.0,341.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4128,3188.0,2385.0,385.0,5.0,97.0,0.0,303.0,2141.0,78130.0,193000.0,785.0 +36059413700,"Census Tract 4137, Nassau County, New York",4835,3417.0,90588.0,368100.0,1089.0,2699.0,784.0,6.0,135.0,0.0,0.0,15.0,1202.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4137,5046.733578,4069.97876,150.9621124,15.99598598,178.9550934,0.0,595.8504638999999,3457.132568,63710.00197999999,206699.9983,976.7548828 +36059412400,"Census Tract 4124, Nassau County, New York",5662,4155.0,59073.0,384500.0,1815.0,3621.0,925.0,0.0,107.0,0.0,0.0,109.0,900.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4124,5135.180303,3711.1367159999995,696.7082382,12.99961046,91.14175019,0.9983357190000001,604.1718055,3735.98307,50918.18814,250997.468,1248.75696 +36059413200,"Census Tract 4132, Nassau County, New York",5653,4431.0,99769.0,412500.0,1871.0,5054.0,2.0,0.0,74.0,0.0,0.0,0.0,523.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4132,6762.346254000001,6118.110132,41.02236618,5.003419699,109.0593137,0.0,455.14338719999995,4760.638668,62278.23962000001,212907.3284,1601.548468 +36059414100,"Census Tract 4141, Nassau County, New York",6686,4688.0,90591.0,346000.0,1297.0,608.0,3727.0,10.0,37.0,0.0,0.0,215.0,2099.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4141,6557.0,854.0,4272.0,27.0,70.0,0.0,1299.0,4032.0,69228.0,170700.0,1146.0 +36059414400,"Census Tract 4144, Nassau County, New York",5455,3170.0,47819.0,319100.0,536.0,671.0,1219.0,175.0,0.0,0.0,28.0,19.0,3518.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4144,5204.0,694.0,2364.0,12.0,38.0,0.0,2068.0,2981.0,47284.0,173400.0,428.0 +36059416000,"Census Tract 4160, Nassau County, New York",4102,2790.0,130370.0,430400.0,1203.0,3680.0,0.0,0.0,83.0,0.0,0.0,16.0,323.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4160,4079.0,3799.0,9.0,2.0,68.0,0.0,200.0,2746.0,75890.0,227800.0,832.0 +36059416702,"Census Tract 4167.02, Nassau County, New York",4058,3270.0,81750.0,344200.0,1709.0,3127.0,109.0,0.0,232.0,0.0,122.0,46.0,422.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4167.02,4443.0,3508.0,165.0,12.0,107.0,1.0,624.0,3739.0,50810.0,147700.0,1343.0 +36059517000,"Census Tract 5170, Nassau County, New York",3513,2703.0,122083.0,683500.0,1496.0,2621.0,159.0,0.0,210.0,0.0,8.0,77.0,438.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5170,3474.8758780000003,2879.421803,72.66446948,5.046396233,197.994205,0.013256066,303.5766754,2577.932995,78078.99094,386660.4611,1027.812785 +36059517801,"Census Tract 5178.01, Nassau County, New York",3696,2594.0,155625.0,1226900.0,1798.0,3312.0,21.0,0.0,142.0,0.0,13.0,24.0,184.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5178.01,3521.0,3230.0,22.0,7.0,125.0,0.0,121.0,2464.0,134058.0,835400.0,1487.0 +36059518502,"Census Tract 5185.02, Nassau County, New York",2982,2114.0,102561.0,562900.0,1155.0,1407.0,97.0,0.0,1135.0,0.0,69.0,77.0,197.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5185.02,2799.6628760000003,2079.7495120000003,77.99060822,4.999398232,455.9450989,0.999879599,168.97964480000002,2066.751221,79712.00205,262900.0026,846.8980103 +36059302102,"Census Tract 3021.02, Nassau County, New York",3762,2489.0,172969.0,878400.0,2039.0,3061.0,4.0,0.0,411.0,0.0,0.0,0.0,286.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3021.02,3340.0,3107.0,15.0,1.0,161.0,1.0,39.0,2222.0,130221.0,487300.0,1608.0 +36059303302,"Census Tract 3033.02, Nassau County, New York",4200,2993.0,90625.0,489600.0,1364.0,3250.0,110.0,89.0,129.0,0.0,19.0,100.0,503.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3033.02,3981.0,3646.0,18.0,3.0,121.0,0.0,167.0,2833.0,68529.0,254900.0,860.0 +36059303800,"Census Tract 3038, Nassau County, New York",4918,3620.0,89409.0,486000.0,1371.0,3336.0,65.0,0.0,578.0,0.0,0.0,64.0,875.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3038,5247.0,4427.0,89.0,5.0,306.0,1.0,408.0,3657.0,70938.0,240700.0,1263.0 +36059405100,"Census Tract 4051, Nassau County, New York",8193,5617.0,105000.0,374600.0,2041.0,1186.0,4849.0,13.0,667.0,0.0,225.0,196.0,1070.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4051,7748.0,2563.0,3365.0,34.0,850.0,0.0,818.0,4939.0,75775.0,192700.0,1315.0 +36059405800,"Census Tract 4058, Nassau County, New York",4096,2846.0,114088.0,510900.0,1270.0,3264.0,12.0,0.0,345.0,0.0,87.0,20.0,368.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4058,3974.0,3591.0,15.0,0.0,128.0,0.0,233.0,2822.0,73482.0,265000.0,907.0 +36059406600,"Census Tract 4066, Nassau County, New York",4172,2795.0,135608.0,802400.0,2057.0,3858.0,0.0,0.0,143.0,0.0,0.0,95.0,76.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4066,4104.0,3783.0,17.0,4.0,181.0,0.0,108.0,2759.0,102525.0,435100.0,1678.0 +36059406900,"Census Tract 4069, Nassau County, New York",7097,4376.0,48197.0,323100.0,597.0,298.0,3444.0,16.0,214.0,0.0,49.0,177.0,2899.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4069,7199.114113,532.9843521,4698.298973,18.01653308,68.41194928,0.0,1862.3733719999998,4333.925732,48868.83444,162074.8127,557.9128294 +36059407000,"Census Tract 4070, Nassau County, New York",8063,5093.0,59278.0,290800.0,898.0,182.0,4113.0,0.0,132.0,0.0,0.0,128.0,3508.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4070,6713.038595999999,209.0669669,5073.7179670000005,64.00405860000001,35.00730548,0.0,1308.23966,3996.638418,31252.60107,161200.1784,442.10795880000006 +36059408000,"Census Tract 4080, Nassau County, New York",5991,4365.0,111674.0,410800.0,1741.0,4590.0,137.0,0.0,741.0,0.0,9.0,0.0,514.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4080,6347.0,5327.0,72.0,10.0,442.0,1.0,469.0,4376.0,72313.0,203300.0,1329.0 +36059409100,"Census Tract 4091, Nassau County, New York",5018,3660.0,96505.0,347200.0,1215.0,3713.0,40.0,0.0,377.0,0.0,39.0,163.0,686.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4091,5523.0,4998.0,42.0,7.0,135.0,0.0,332.0,3696.0,68333.0,180200.0,729.0 +36059410800,"Census Tract 4108, Nassau County, New York",4751,3358.0,94609.0,389900.0,1296.0,2511.0,655.0,0.0,873.0,0.0,0.0,32.0,680.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4108,4998.484829999999,4117.736191,154.31956599999998,9.816221947,286.2875727,0.0,401.82930419999997,3439.8865229999997,69115.91925,190057.5713,1032.1278710000001 +36059411200,"Census Tract 4112, Nassau County, New York",6685,3761.0,93558.0,524000.0,1768.0,5251.0,0.0,0.0,43.0,0.0,0.0,22.0,1369.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4112,6168.72807,5299.768075999999,87.07783023,11.9679594,196.9408149,0.0,514.0525813999999,4292.835794,56593.15542999999,285554.314,1933.4355600000001 +36059411302,"Census Tract 4113.02, Nassau County, New York",6968,3907.0,141281.0,630300.0,2640.0,6479.0,67.0,0.0,43.0,0.0,0.0,0.0,379.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4113.02,6517.933497,6117.870927,96.01323164,0.098600958,145.06516440000001,0.0,134.6324981,4092.6790539999997,107423.1825,364147.5523,2633.669618 +36059411901,"Census Tract 4119.01, Nassau County, New York",3876,2856.0,76898.0,404000.0,1124.0,2560.0,48.0,0.0,147.0,0.0,21.0,36.0,1064.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4119.01,3831.291883,3287.850039,40.06015757,3.0524307860000004,129.75718490000003,0.016776898999999998,364.4966717,2883.038284,55517.35799,209765.9277,801.673975 +36059413803,"Census Tract 4138.03, Nassau County, New York",3947,2796.0,117500.0,391700.0,1346.0,1562.0,987.0,0.0,231.0,0.0,24.0,46.0,1097.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4138.03,4265.0,3286.0,374.0,10.0,269.0,0.0,287.0,2928.0,72359.0,225600.0,1217.0 +36059517101,"Census Tract 5171.01, Nassau County, New York",5204,3469.0,79067.0,430400.0,1067.0,2849.0,392.0,85.0,112.0,0.0,143.0,46.0,1648.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5171.01,5073.477573,3208.272217,399.0487061,6.948609352,148.8987732,1.9853169919999998,1284.5001220000001,3434.598389,54088.9983,228499.9994,870.5615233999999 +36059415202,"Census Tract 4152.02, Nassau County, New York",3940,2843.0,161292.0,612500.0,2054.0,3613.0,7.0,0.0,47.0,0.0,0.0,18.0,255.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4152.02,4571.0,4374.0,26.0,10.0,72.0,0.0,78.0,2977.0,111126.0,361100.0,1788.0 +36059415600,"Census Tract 4156, Nassau County, New York",5420,3813.0,124737.0,477300.0,1809.0,4951.0,17.0,0.0,198.0,0.0,26.0,17.0,211.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4156,5641.0,5295.0,9.0,4.0,171.0,0.0,157.0,3777.0,80996.0,258100.0,1512.0 +36059517102,"Census Tract 5171.02, Nassau County, New York",2308,1806.0,101932.0,493500.0,751.0,1700.0,56.0,0.0,209.0,0.0,0.0,12.0,331.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5171.02,2666.0,2320.0,34.0,9.0,170.0,0.0,128.0,1984.0,80983.0,272800.0,710.0 +36059517701,"Census Tract 5177.01, Nassau County, New York",7783,5381.0,218333.0,1667600.0,3791.0,5559.0,166.0,0.0,1622.0,0.0,28.0,122.0,286.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5177.01,7627.344161,6216.905696,212.67071319999997,6.99702163,917.6786317,0.0,231.1413273,5040.2698390000005,152572.5658,871871.3682,3040.392866 +36059518100,"Census Tract 5181, Nassau County, New York",2888,1938.0,150208.0,640000.0,1165.0,2561.0,3.0,0.0,62.0,0.0,1.0,81.0,180.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5181,2679.890202,2494.388335,21.0696734,1.007620528,74.31570756,0.0,85.09688957,1941.245256,92096.27019,326624.2317,880.2153962000001 +36059519802,"Census Tract 5198.02, Nassau County, New York",5455,3739.0,126396.0,471700.0,2141.0,4289.0,75.0,0.0,720.0,0.0,0.0,73.0,298.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5198.02,5177.0,4696.0,32.0,2.0,265.0,0.0,168.0,3611.0,90402.0,275300.0,1415.0 +36059519900,"Census Tract 5199, Nassau County, New York",5366,3923.0,134779.0,482500.0,1919.0,4843.0,63.0,15.0,251.0,0.0,0.0,0.0,209.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5199,5379.720946,4897.809287,11.99730729,11.99569837,236.97787480000002,0.0,207.9439946,3776.1142340000006,78835.28061,243602.5023,1275.730453 +36059520401,"Census Tract 5204.01, Nassau County, New York",4131,3314.0,94028.0,402200.0,1448.0,3047.0,69.0,14.0,355.0,0.0,0.0,36.0,610.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5204.01,4271.999956000001,3339.436523,73.96537018,10.99485207,192.9096832,0.0,616.7112427000001,3012.5896,61435.00193,206899.9999,1045.510498 +36059520200,"Census Tract 5202, Nassau County, New York",3138,2154.0,115446.0,393800.0,930.0,2522.0,2.0,0.0,299.0,0.0,0.0,64.0,251.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5202,3183.8277399999997,2858.400635,23.81173706,4.960778713,70.4430542,0.0,220.2585754,2168.852539,73461.99736000001,219099.9988,541.717041 +36059518201,"Census Tract 5182.01, Nassau County, New York",4384,2984.0,225208.0,1557400.0,2220.0,3644.0,82.0,0.0,339.0,0.0,11.0,27.0,281.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5182.01,4487.109922,4026.6118159999996,63.93032837,6.992379665,289.6842957,0.0,88.90311432,2977.7548829999996,200000.9923,948900.0231,2032.784668 +36059518204,"Census Tract 5182.04, Nassau County, New York",4151,3064.0,171111.0,730700.0,2297.0,3602.0,71.0,0.0,429.0,0.0,0.0,19.0,30.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5182.04,4592.0,4238.0,36.0,9.0,241.0,0.0,62.0,3170.0,123109.0,468800.0,2152.0 +36059518700,"Census Tract 5187, Nassau County, New York",5671,3845.0,153411.0,585300.0,2363.0,3594.0,46.0,17.0,1921.0,0.0,0.0,0.0,93.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5187,5416.624092,4437.808722,5.1180045960000005,3.004163527,809.5356072000001,0.0,136.133753,3904.057582,83506.70096,293788.4899,1922.8856660000001 +36059520501,"Census Tract 5205.01, Nassau County, New York",3955,2839.0,108564.0,374000.0,769.0,2907.0,0.0,0.0,377.0,0.0,28.0,19.0,624.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5205.01,3728.0,3294.0,13.0,7.0,173.0,1.0,228.0,2600.0,69482.0,196200.0,534.0 +36059521100,"Census Tract 5211, Nassau County, New York",4804,3269.0,125304.0,443000.0,1352.0,4460.0,0.0,0.0,21.0,0.0,0.0,0.0,323.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5211,4686.841421,4445.54834,12.90867329,1.985949755,88.37476349,1.985949755,135.0445862,3221.2104489999997,69327.00138999999,223799.9937,857.9302979 +36059521301,"Census Tract 5213.01, Nassau County, New York",2090,1448.0,117375.0,442500.0,646.0,1933.0,13.0,0.0,12.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5213.01,2404.0,2280.0,13.0,1.0,29.0,0.0,78.0,1610.0,84934.0,239200.0,445.0 +36059521802,"Census Tract 5218.02, Nassau County, New York",4320,3044.0,107415.0,448700.0,1092.0,3678.0,12.0,0.0,117.0,0.0,0.0,18.0,495.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5218.02,4151.0,3958.0,13.0,2.0,84.0,0.0,92.0,2846.0,75531.0,227100.0,969.0 +36059409800,"Census Tract 4098, Nassau County, New York",5780,4130.0,108606.0,384600.0,1627.0,403.0,4168.0,0.0,436.0,0.0,61.0,195.0,517.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4098,5591.307089,1096.844456,3372.9124090000005,22.31221303,519.7981873,0.010071388,523.8153973,3592.1198200000003,76320.3874,202160.4346,929.7604493999999 +36059408200,"Census Tract 4082, Nassau County, New York",6304,4410.0,111399.0,418500.0,1524.0,4209.0,68.0,167.0,788.0,0.0,0.0,7.0,1065.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4082,6575.0,5564.0,59.0,8.0,512.0,0.0,415.0,4484.0,64811.0,200200.0,1347.0 +36059408500,"Census Tract 4085, Nassau County, New York",6324,4631.0,132422.0,470900.0,2378.0,5232.0,112.0,0.0,373.0,0.0,0.0,109.0,498.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4085,6104.63196,5504.356445,91.88909149,6.9915614129999994,250.69741820000002,2.9963834289999998,241.70826719999997,4218.907715,71749.99842,235999.9977,1293.438843 +36059409500,"Census Tract 4095, Nassau County, New York",3896,2708.0,113424.0,405400.0,1025.0,3372.0,0.0,0.0,198.0,0.0,11.0,15.0,300.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4095,4056.184954,3842.963806,12.42925722,2.049437623,74.58044082,2.029213201,117.7574453,2757.960978,78124.82656,227370.718,782.2268653 +36059416402,"Census Tract 4164.02, Nassau County, New York",3156,2540.0,100650.0,504700.0,1160.0,2616.0,214.0,0.0,37.0,0.0,28.0,9.0,252.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4164.02,3347.999945,3034.7182620000003,42.94625854,9.945449829,40.23386383,0.0,206.1420441,2609.324219,57463.999339999995,194299.9973,1003.134216 +36059416801,"Census Tract 4168.01, Nassau County, New York",2103,1498.0,104716.0,558000.0,804.0,1815.0,86.0,0.0,45.0,0.0,9.0,5.0,143.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4168.01,2282.9999589999998,2057.993652,22.18861008,3.813667297,34.66970444,0.0,160.1740265,1793.463745,62473.99801,228500.0109,783.882019 +36059416802,"Census Tract 4168.02, Nassau County, New York",3771,3217.0,79632.0,456300.0,1718.0,3270.0,0.0,0.0,28.0,0.0,0.0,0.0,473.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4168.02,4302.000040999999,3878.006348,41.81138992,7.186332703,65.33029938,0.0,301.8259583,3379.5361329999996,62474.00105,228500.00600000002,1477.118042 +36059521902,"Census Tract 5219.02, Nassau County, New York",4129,2818.0,138036.0,602200.0,1485.0,3961.0,3.0,0.0,36.0,0.0,0.0,0.0,129.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5219.02,4659.0,4401.0,18.0,15.0,70.0,0.0,143.0,3187.0,94017.0,295600.0,1373.0 +36059522700,"Census Tract 5227, Nassau County, New York",4891,3353.0,132875.0,456900.0,1390.0,4570.0,3.0,0.0,0.0,0.0,0.0,10.0,308.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5227,5129.158605,4840.4515,17.09132667,4.014050256,77.62523639,2.014050256,182.9554175,3470.789516,78773.80755,237215.1869,1194.0697109999999 +36059407204,"Census Tract 4072.04, Nassau County, New York",2765,1754.0,72022.0,314900.0,384.0,390.0,1244.0,83.0,44.0,0.0,0.0,64.0,940.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4072.04,5879.0000390000005,2067.001709,2599.820068,23.78080177,157.4674835,0.0,989.152832,2484.772461,65508.001829999994,170199.9954,530.2476196 +36059407203,"Census Tract 4072.03, Nassau County, New York",3224,2006.0,86875.0,312000.0,484.0,168.0,1816.0,13.0,86.0,0.0,0.0,148.0,1006.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4072.03,3267.999961,1148.998291,1445.1798099999999,13.21919727,87.53252411,0.0,549.847168,1381.227539,65507.99671,170199.996,294.75238039999994 +36059980100,"Census Tract 9801, Nassau County, New York",1045,0.0,,,0.0,683.0,97.0,0.0,89.0,0.0,6.0,55.0,115.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 9801,5.715821755,5.077356339,0.16895972199999998,0.009343395,0.23280625,0.0,0.211005002,3.348828316,125275.0016,456599.9858,2.211270094 +36059981100,"Census Tract 9811, Nassau County, New York",1189,30.0,,,26.0,654.0,195.0,0.0,68.0,0.0,0.0,96.0,176.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 9811,5.0,5.0,0.0,0.0,0.0,0.0,0.0,1.0,,625000.0,0.0 +36059982100,"Census Tract 9821, Nassau County, New York",1428,100.0,,,36.0,672.0,227.0,2.0,139.0,0.0,0.0,126.0,262.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 9821,1.11269754,0.681179643,0.18716816600000002,0.002187274,0.147172302,0.0,0.089678235,0.604312539,137183.0055,1000000.98,0.373086452 +36059990100,"Census Tract 9901, Nassau County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36059990200,"Census Tract 9902, Nassau County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36059990301,"Census Tract 9903.01, Nassau County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36059304204,"Census Tract 3042.04, Nassau County, New York",4973,2924.0,59392.0,338800.0,416.0,198.0,1679.0,0.0,45.0,0.0,0.0,51.0,3000.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3042.04,4372.060422,91.36965942,2432.5517579999996,16.77317429,38.40174103,0.0,1785.460327,2386.204834,50480.99916,153100.0031,180.5323334 +36059990302,"Census Tract 9903.02, Nassau County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36059990400,"Census Tract 9904, Nassau County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36059304203,"Census Tract 3042.03, Nassau County, New York",5549,3353.0,96875.0,323800.0,711.0,96.0,2940.0,15.0,0.0,17.0,20.0,0.0,2461.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3042.03,5532.939578,115.6303406,3078.4482420000004,21.22682571,48.59825897,0.0,2259.539795,3019.795166,50480.99792,153100.0053,228.46766659999997 +36059406701,"Census Tract 4067.01, Nassau County, New York",2895,1992.0,68418.0,279200.0,475.0,289.0,943.0,0.0,45.0,0.0,11.0,69.0,1538.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4067.01,3398.9999479999997,726.9373168999999,1470.100952,15.82062244,94.11241913,0.40565699299999997,1076.208008,2048.567871,40410.99931,204299.9977,554.1274414 +36059406702,"Census Tract 4067.02, Nassau County, New York",4699,2649.0,35682.0,425000.0,760.0,766.0,2335.0,81.0,52.0,0.0,0.0,39.0,1426.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4067.02,4946.0000390000005,1057.791138,2139.193604,23.02112389,136.9461823,0.590285242,1566.026733,2980.94043,40411.00116,204300.0048,806.3296508999999 +36059519703,"Census Tract 5197.03, Nassau County, New York",3344,2499.0,153140.0,587000.0,1569.0,2492.0,15.0,52.0,494.0,0.0,0.0,92.0,199.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5197.03,3643.0,3353.0,11.0,0.0,205.0,0.0,66.0,2501.0,95909.0,315500.0,1384.0 +36059519801,"Census Tract 5198.01, Nassau County, New York",2539,1798.0,128393.0,495100.0,970.0,1860.0,0.0,17.0,415.0,0.0,0.0,32.0,215.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5198.01,2467.2057839999998,2165.302979,5.998069286000001,0.999678195,214.93081669999998,0.0,74.97586823,1769.43042,68295.00195,261199.9983,689.7779541 +36059520002,"Census Tract 5200.02, Nassau County, New York",4356,3055.0,108553.0,455800.0,1416.0,3537.0,76.0,0.0,243.0,0.0,0.0,51.0,449.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5200.02,4324.0,3979.0,24.0,6.0,93.0,0.0,212.0,3032.0,71375.0,241600.0,703.0 +36059519200,"Census Tract 5192, Nassau County, New York",6269,4423.0,112125.0,428700.0,1702.0,3851.0,13.0,10.0,1362.0,0.0,31.0,104.0,898.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5192,5930.58853,5070.792969,19.99524117,1.999524117,419.9000549,0.0,394.90600589999997,4233.992188,67407.00112,201599.9979,980.7666016000001 +36059520800,"Census Tract 5208, Nassau County, New York",3888,2745.0,119861.0,439900.0,977.0,3421.0,18.0,0.0,100.0,0.0,0.0,1.0,348.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5208,4110.436582,3875.4108200000005,11.90219721,0.006084975,78.33361507,0.0,135.859687,2822.625578,72240.75205,232786.9586,750.402488 +36059521200,"Census Tract 5212, Nassau County, New York",3058,2098.0,112019.0,442000.0,819.0,2731.0,74.0,0.0,42.0,0.0,11.0,31.0,169.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5212,2898.0,2754.0,10.0,3.0,45.0,0.0,83.0,2146.0,71615.0,223500.0,571.0 +36059521700,"Census Tract 5217, Nassau County, New York",4820,3341.0,123274.0,470500.0,1494.0,4293.0,20.0,0.0,15.0,0.0,7.0,11.0,474.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5217,4839.0,4610.0,10.0,7.0,80.0,0.0,119.0,3344.0,87654.0,267500.0,1288.0 +36059521801,"Census Tract 5218.01, Nassau County, New York",3854,2750.0,126644.0,431400.0,1054.0,3287.0,114.0,0.0,18.0,0.0,0.0,37.0,398.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5218.01,3844.5978630000004,3578.7639159999994,25.98376465,0.0,102.93568420000001,0.0,136.91445919999998,2620.362793,80571.00207999999,228400.0051,781.5117187999999 +36059300700,"Census Tract 3007, Nassau County, New York",6260,5170.0,74598.0,350600.0,3112.0,4282.0,166.0,96.0,924.0,0.0,0.0,153.0,660.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3007,5586.0,4901.0,95.0,2.0,193.0,2.0,360.0,4817.0,55833.0,195700.0,2803.0 +36059302000,"Census Tract 3020, Nassau County, New York",4886,3588.0,118857.0,824200.0,2578.0,4109.0,22.0,0.0,511.0,0.0,0.0,43.0,201.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3020,4579.87172,3989.967451,87.07652432,1.0505640170000001,278.79807139999997,0.0,208.8971019,3403.6938840000003,95261.01906,530739.1772,2136.358951 +36059302400,"Census Tract 3024, Nassau County, New York",5294,3879.0,113889.0,548600.0,1859.0,3401.0,2.0,82.0,1253.0,0.0,0.0,69.0,487.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3024,5186.040885,4052.38659,18.02343987,18.00242481,794.5564949,0.0,286.0581955,3700.3744659999998,66535.07978,273171.1565,1425.781599 +36059303000,"Census Tract 3030, Nassau County, New York",5821,3975.0,116199.0,515900.0,1958.0,2313.0,12.0,29.0,2370.0,47.0,47.0,70.0,962.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3030,5561.651919,4132.972421,42.04584257,11.02292129,880.9643543,1.0,486.61429050000004,3925.7048729999997,61145.612460000004,252740.65899999999,1146.4977880000001 +36059303900,"Census Tract 3039, Nassau County, New York",4337,3081.0,140819.0,471600.0,1287.0,1383.0,2067.0,0.0,250.0,0.0,11.0,37.0,589.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3039,4002.5129869999996,1555.261734,1830.298166,5.196634769,256.2663136,1.9992380140000001,333.0163193,2642.8673670000003,95067.69989,267944.604,1191.424046 +36059404600,"Census Tract 4046, Nassau County, New York",4328,2991.0,129896.0,561400.0,1673.0,3595.0,34.0,0.0,224.0,0.0,0.0,18.0,457.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4046,4441.0329759999995,4053.21122,25.4177022,8.027388878,151.4142627,0.0,185.8863542,3003.680901,83058.79437999999,293090.2475,1229.638893 +36059404901,"Census Tract 4049.01, Nassau County, New York",5652,4074.0,104792.0,381300.0,1331.0,380.0,3938.0,0.0,563.0,0.0,70.0,153.0,548.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4049.01,6429.565249,1274.121216,3592.521973,28.98001099,707.5120239,0.0,764.4727173,4079.186523,74339.99833,195500.0013,1260.1308589999999 +36059406001,"Census Tract 4060.01, Nassau County, New York",4868,3296.0,100212.0,409400.0,1141.0,3060.0,315.0,0.0,497.0,0.0,11.0,77.0,908.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4060.01,4566.0,3578.0,124.0,8.0,275.0,0.0,519.0,3100.0,63056.0,218600.0,916.0 +36059518501,"Census Tract 5185.01, Nassau County, New York",6901,4892.0,174559.0,784400.0,3499.0,4279.0,197.0,0.0,2026.0,0.0,0.0,204.0,195.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5185.01,6352.599395,5455.943665,110.09772140000001,10.00328258,670.4278952000001,0.0,82.10741798,4552.379004,106422.1665,423932.856,2774.445522 +36059518000,"Census Tract 5180, Nassau County, New York",6104,4555.0,92952.0,562600.0,2077.0,4743.0,170.0,0.0,237.0,0.0,294.0,73.0,587.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5180,6827.309236,5587.0671219999995,235.0365488,8.001201134,138.1575202,0.0,836.0396374,5075.86516,58006.90489,296736.3451,2163.521979 +36059518400,"Census Tract 5184, Nassau County, New York",4474,2959.0,159474.0,630700.0,2050.0,3044.0,51.0,22.0,1056.0,0.0,0.0,75.0,226.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5184,4369.114285000001,3591.97481,76.01412403,7.001765504,549.1051736000001,0.0,134.0166462,2886.819446,98663.15319,343348.1253,1669.397238 +36059519400,"Census Tract 5194, Nassau County, New York",4306,3069.0,114821.0,430400.0,1136.0,3084.0,0.0,0.0,563.0,0.0,0.0,95.0,564.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5194,4464.803989999999,3769.256226,13.00968923,7.005813536000001,381.3320175,0.0,272.187971,3142.665829,64818.44225,222613.3519,720.8894711 +36059301000,"Census Tract 3010, Nassau County, New York",5829,4167.0,158864.0,1190000.0,3135.0,5054.0,62.0,1.0,448.0,0.0,0.0,71.0,193.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3010,4880.0,4216.0,56.0,6.0,398.0,0.0,183.0,3255.0,165101.0,732200.0,2277.0 +36059301200,"Census Tract 3012, Nassau County, New York",6168,4281.0,142679.0,844000.0,3029.0,4962.0,13.0,0.0,394.0,0.0,1.0,42.0,756.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3012,5859.0,4907.0,87.0,7.0,333.0,0.0,504.0,4131.0,90000.0,457100.0,2360.0 +36059301700,"Census Tract 3017, Nassau County, New York",2739,1726.0,250001.0,1505700.0,1454.0,2359.0,0.0,0.0,252.0,0.0,0.0,60.0,68.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3017,2632.0,2417.0,11.0,0.0,159.0,0.0,43.0,1665.0,149100.0,704600.0,1231.0 +36059303301,"Census Tract 3033.01, Nassau County, New York",3134,2148.0,133681.0,517600.0,1109.0,2143.0,1.0,0.0,854.0,0.0,0.0,10.0,126.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3033.01,3268.0529100000003,2700.108589,11.9684594,1.059052788,409.45701119999995,0.0,145.4015816,2280.310026,72873.82387000001,261026.2569,824.2051425 +36059303400,"Census Tract 3034, Nassau County, New York",2582,1605.0,156397.0,815900.0,1116.0,2019.0,23.0,0.0,280.0,0.0,13.0,80.0,167.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3034,2503.0,2334.0,10.0,3.0,93.0,0.0,59.0,1651.0,109111.0,442000.0,982.0 +36059303600,"Census Tract 3036, Nassau County, New York",7304,5491.0,76898.0,457700.0,2578.0,3995.0,262.0,0.0,798.0,0.0,0.0,66.0,2183.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3036,6824.0,4896.0,98.0,16.0,357.0,0.0,1367.0,5075.0,54732.0,238300.0,1617.0 +36059404500,"Census Tract 4045, Nassau County, New York",4124,3054.0,90250.0,498300.0,1454.0,3166.0,39.0,0.0,436.0,0.0,0.0,75.0,408.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4045,4262.0,3707.0,17.0,8.0,175.0,0.0,328.0,3042.0,57697.0,240400.0,986.0 +36059407201,"Census Tract 4072.01, Nassau County, New York",5181,3085.0,44958.0,281000.0,432.0,19.0,1543.0,38.0,16.0,0.0,0.0,22.0,3581.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4072.01,4945.0,353.0,2020.0,10.0,73.0,1.0,2469.0,2837.0,36215.0,161600.0,260.0 +36059407301,"Census Tract 4073.01, Nassau County, New York",7008,3023.0,103309.0,669100.0,1630.0,4345.0,1121.0,14.0,502.0,0.0,0.0,211.0,815.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4073.01,979.0,302.0,527.0,1.0,17.0,1.0,131.0,611.0,62083.0,165700.0,227.0 +36059410400,"Census Tract 4104, Nassau County, New York",5277,3463.0,110319.0,386000.0,1227.0,862.0,2093.0,0.0,669.0,0.0,84.0,236.0,1333.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4104,5056.372414,2439.475327,1092.7235970000002,12.05781458,529.8835022,0.003613411,922.0334357,3306.05617,66267.68963,198016.5153,703.9124559999999 +36059407502,"Census Tract 4075.02, Nassau County, New York",5650,3636.0,75979.0,320700.0,879.0,285.0,2684.0,51.0,46.0,0.0,12.0,81.0,2491.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4075.02,5081.0,514.0,3569.0,24.0,65.0,0.0,888.0,3240.0,65523.0,165500.0,592.0 +36059408800,"Census Tract 4088, Nassau County, New York",6988,5178.0,97295.0,367200.0,1616.0,5215.0,189.0,0.0,578.0,0.0,0.0,58.0,948.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4088,7041.0,6200.0,48.0,5.0,224.0,0.0,538.0,4814.0,60570.0,190800.0,947.0 +36059409700,"Census Tract 4097, Nassau County, New York",4224,3264.0,109875.0,393100.0,1357.0,3614.0,11.0,6.0,51.0,0.0,0.0,27.0,515.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4097,4402.0,4136.0,28.0,3.0,87.0,0.0,148.0,3239.0,66750.0,211700.0,1079.0 +36059520300,"Census Tract 5203, Nassau County, New York",6089,4250.0,123087.0,408800.0,1547.0,5159.0,2.0,0.0,341.0,0.0,0.0,14.0,573.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5203,5893.611905,5395.713087,31.491165000000002,4.921922533,182.9657603,2.9499212000000004,247.05030069999998,4067.4380579999997,65839.17328999999,208109.1572,930.846388 +36059413400,"Census Tract 4134, Nassau County, New York",5761,3822.0,140167.0,541900.0,2307.0,5107.0,58.0,83.0,64.0,0.0,0.0,17.0,515.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4134,5752.0,5362.0,31.0,4.0,106.0,0.0,223.0,3802.0,89130.0,293400.0,1765.0 +36059415500,"Census Tract 4155, Nassau County, New York",2632,1905.0,134286.0,447700.0,914.0,2286.0,32.0,8.0,15.0,0.0,0.0,33.0,258.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4155,2721.045242,2588.810104,10.03634772,5.014368021,31.23621736,0.000769727,79.90509976,1887.5813100000003,71465.34236000001,238920.0211,683.635453 +36059517301,"Census Tract 5173.01, Nassau County, New York",3117,2276.0,69952.0,554700.0,1053.0,2279.0,120.0,0.0,42.0,0.0,11.0,62.0,603.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5173.01,3146.0,2306.0,111.0,6.0,161.0,0.0,546.0,2311.0,51429.0,254600.0,749.0 +36059407102,"Census Tract 4071.02, Nassau County, New York",6454,4297.0,86505.0,309900.0,999.0,228.0,3407.0,0.0,0.0,0.0,0.0,117.0,2702.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4071.02,5105.0,473.0,3640.0,20.0,40.0,0.0,905.0,3191.0,63963.0,167800.0,633.0 +36059410900,"Census Tract 4109, Nassau County, New York",6924,4647.0,132619.0,443500.0,2652.0,2360.0,2138.0,0.0,1118.0,9.0,146.0,177.0,976.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4109,5675.193094,4038.936882,477.05548930000003,16.05550334,798.4140682,0.996386588,289.60125639999995,3915.559799,70098.65529,248316.8958,1917.9519129999999 +36059411100,"Census Tract 4111, Nassau County, New York",4857,3087.0,48425.0,360400.0,393.0,878.0,1371.0,46.0,167.0,0.0,0.0,12.0,2383.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4111,4371.0,1298.0,1807.0,12.0,59.0,0.0,1154.0,2723.0,29969.0,188100.0,274.0 +36059411600,"Census Tract 4116, Nassau County, New York",6553,3841.0,129609.0,889100.0,2891.0,6333.0,21.0,0.0,118.0,0.0,0.0,2.0,79.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4116,6522.0,6082.0,76.0,0.0,117.0,0.0,223.0,3878.0,104845.0,549900.0,2493.0 +36059412700,"Census Tract 4127, Nassau County, New York",3822,2503.0,157014.0,649800.0,1785.0,3396.0,14.0,0.0,75.0,0.0,0.0,83.0,254.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4127,4060.9265090000004,3860.029053,42.97805405,4.997448444,38.98009872,0.0,110.9433517,2720.61084,121200.0043,370200.0121,1789.086548 +36059413001,"Census Tract 4130.01, Nassau County, New York",3990,2956.0,83289.0,430500.0,1034.0,3312.0,19.0,69.0,82.0,0.0,0.0,0.0,508.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4130.01,4441.003859,3856.2245770000004,44.06839839,9.00467967,107.0996975,0.000131046,415.5969409,3103.429561,75627.88365,234418.9393,861.2011405 +36059413100,"Census Tract 4131, Nassau County, New York",5165,3487.0,118578.0,428400.0,1399.0,4097.0,73.0,0.0,225.0,4.0,0.0,8.0,758.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4131,4912.909879999999,4418.18951,46.34382219,7.023754476000001,122.4189112,0.0,302.88950570000003,3431.8191490000004,71498.15062,235052.2796,1149.237337 +36059414501,"Census Tract 4145.01, Nassau County, New York",5238,3977.0,101806.0,301800.0,1508.0,2213.0,1447.0,0.0,37.0,0.0,29.0,105.0,1407.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4145.01,5483.0,3137.0,1295.0,16.0,95.0,0.0,898.0,3898.0,66364.0,181200.0,918.0 +36059415000,"Census Tract 4150, Nassau County, New York",5760,3925.0,122439.0,460300.0,1948.0,4963.0,84.0,0.0,209.0,0.0,0.0,48.0,456.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4150,6141.0,5503.0,45.0,10.0,222.0,0.0,330.0,4093.0,76046.0,219600.0,1078.0 +36059415300,"Census Tract 4153, Nassau County, New York",5926,4425.0,103776.0,404500.0,2141.0,4889.0,215.0,0.0,318.0,0.0,93.0,3.0,408.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4153,5866.305058,5355.2806439999995,59.00109903,8.001020524,162.0087922,0.0,249.01240330000002,4048.1990020000003,67791.20688,201704.9601,1329.107548 +36059416300,"Census Tract 4163, Nassau County, New York",3416,2636.0,132219.0,670700.0,1463.0,3120.0,21.0,4.0,50.0,0.0,0.0,40.0,181.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4163,4243.0,4012.0,26.0,8.0,49.0,0.0,139.0,3146.0,79723.0,372800.0,1373.0 +36059303101,"Census Tract 3031.01, Nassau County, New York",3579,2508.0,155234.0,835000.0,1618.0,1599.0,0.0,0.0,1536.0,0.0,0.0,52.0,392.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3031.01,3658.7425909999997,2478.470703,15.99013424,5.99630022,1012.375366,0.0,120.9253922,2570.4140629999997,103539.9957,442800.0145,1458.100342 +36059521302,"Census Tract 5213.02, Nassau County, New York",5398,3930.0,124563.0,496700.0,1724.0,4805.0,0.0,64.0,66.0,0.0,9.0,18.0,436.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5213.02,5849.784511,5598.793945,9.999631882000001,5.999778748,59.99779129,0.9999631640000001,152.9943695,4084.8496090000003,88011.9994,279899.9939,1384.948975 +36059521500,"Census Tract 5215, Nassau County, New York",4997,3362.0,134934.0,444400.0,1551.0,4562.0,0.0,7.0,62.0,0.0,0.0,0.0,366.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5215,4844.4020390000005,4562.23595,5.016234208,3.0,108.0643124,0.0,161.08554180000002,3289.637158,78128.18549,233397.569,999.4882751 +36059408900,"Census Tract 4089, Nassau County, New York",5822,3993.0,113403.0,363000.0,1335.0,4164.0,77.0,0.0,634.0,0.0,18.0,219.0,710.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4089,6026.0,5233.0,36.0,12.0,192.0,0.0,541.0,3965.0,71019.0,181200.0,874.0 +36059410000,"Census Tract 4100, Nassau County, New York",4066,2908.0,88878.0,407100.0,1028.0,1347.0,1013.0,42.0,749.0,0.0,80.0,272.0,563.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4100,3082.694801,2018.984375,361.4550171,13.76971436,305.5155334,0.0,358.8731689,2044.8026120000002,68528.9989,221400.0075,638.5704956000001 +36059408400,"Census Tract 4084, Nassau County, New York",3928,2728.0,117857.0,446100.0,1253.0,3191.0,115.0,0.0,233.0,0.0,0.0,54.0,335.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4084,3722.0,3310.0,69.0,13.0,174.0,0.0,141.0,2577.0,80422.0,227000.0,809.0 +36059408600,"Census Tract 4086, Nassau County, New York",4750,3248.0,113886.0,365300.0,993.0,3094.0,189.0,0.0,442.0,0.0,25.0,93.0,907.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4086,4495.470015999999,3995.640137,32.98877335,5.99795866,179.9387665,0.0,272.9071045,3045.963379,67679.00057,194700.0086,687.7659302000001 +36059409600,"Census Tract 4096, Nassau County, New York",5163,3594.0,125930.0,410600.0,1364.0,4357.0,0.0,0.0,154.0,0.0,0.0,100.0,552.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4096,5056.0,4545.0,38.0,4.0,130.0,0.0,329.0,3387.0,71367.0,208500.0,1099.0 +36059410300,"Census Tract 4103, Nassau County, New York",6939,4784.0,95938.0,371100.0,1683.0,1353.0,2298.0,0.0,812.0,0.0,187.0,451.0,1838.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4103,6075.677442,3401.699707,996.6190186000001,13.99464989,551.7890625,0.0,1058.595337,4058.448486,67282.9996,195600.0028,958.6335449 +36059411301,"Census Tract 4113.01, Nassau County, New York",3971,2538.0,116250.0,613400.0,1593.0,2951.0,316.0,0.0,209.0,0.0,48.0,99.0,348.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4113.01,3585.5005579999997,3166.959717,69.75682068,0.9965260029999999,204.2878265,0.0,133.53448490000002,2482.346191,88018.0039,350200.0067,1228.716553 +36059411500,"Census Tract 4115, Nassau County, New York",2723,1856.0,211250.0,1074000.0,1413.0,2481.0,45.0,0.0,118.0,0.0,16.0,7.0,56.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4115,3089.3185399999998,2925.354736,22.99492836,2.999338388,70.98434448,0.0,59.98676682,1982.562622,179977.0044,834900.0109999999,1359.700073 +36059415101,"Census Tract 4151.01, Nassau County, New York",2622,1853.0,124861.0,476700.0,946.0,2197.0,186.0,0.0,83.0,0.0,0.0,0.0,156.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4151.01,2931.0,2655.0,28.0,4.0,100.0,0.0,136.0,2051.0,85713.0,236500.0,943.0 +36059415402,"Census Tract 4154.02, Nassau County, New York",4460,3040.0,131985.0,549600.0,1902.0,3898.0,1.0,0.0,265.0,0.0,0.0,5.0,291.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4154.02,4758.923533,4534.5143450000005,9.811435767,1.95908331,87.98253521,0.0,123.59846280000001,3278.889725,88542.73751,310642.4928,1564.864524 +36059415700,"Census Tract 4157, Nassau County, New York",6076,4062.0,142891.0,453800.0,1671.0,5372.0,0.0,0.0,68.0,0.0,0.0,18.0,618.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4157,6197.782797999999,5828.7959439999995,19.07486142,3.018176248,91.99413776,0.0,233.9688895,4173.00824,79416.2381,240864.0569,1332.920372 +36059416100,"Census Tract 4161, Nassau County, New York",6412,4418.0,111145.0,465300.0,2035.0,5801.0,3.0,21.0,192.0,0.0,0.0,59.0,357.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4161,6616.215614,6211.206363,23.00036857,13.00022114,149.0022114,3.68571e-05,204.0056391,4548.150561,83163.1547,247301.1313,1320.0510470000002 +36059416600,"Census Tract 4166, Nassau County, New York",5723,4681.0,96250.0,544300.0,2537.0,4526.0,166.0,0.0,87.0,0.0,0.0,93.0,851.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4166,6326.0,5218.0,123.0,10.0,243.0,3.0,681.0,4904.0,61860.0,253800.0,2200.0 +36059517500,"Census Tract 5175, Nassau County, New York",3958,2771.0,123684.0,620900.0,1822.0,3312.0,127.0,0.0,174.0,0.0,0.0,109.0,236.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5175,3764.4350640000002,3474.144923,15.00665817,6.952380422,123.2569848,0.0,133.1488153,2588.1083329999997,79772.35676,349417.701,1113.562862 +36059517600,"Census Tract 5176, Nassau County, New York",4963,3459.0,107125.0,619100.0,2021.0,4108.0,115.0,0.0,67.0,0.0,43.0,31.0,599.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5176,4625.0,4264.0,24.0,3.0,106.0,0.0,213.0,3297.0,74453.0,338900.0,1301.0 +36059517802,"Census Tract 5178.02, Nassau County, New York",3174,2163.0,98125.0,574200.0,895.0,2478.0,96.0,9.0,41.0,0.0,179.0,0.0,371.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5178.02,3521.0,2773.0,138.0,3.0,85.0,0.0,512.0,2438.0,57418.0,304600.0,782.0 +36059517902,"Census Tract 5179.02, Nassau County, New York",2695,2065.0,105559.0,651500.0,873.0,2452.0,4.0,19.0,33.0,0.0,2.0,44.0,141.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 5179.02,3111.0,2861.0,10.0,2.0,61.0,0.0,170.0,2235.0,66489.0,285200.0,880.0 +36059303201,"Census Tract 3032.01, Nassau County, New York",4039,2902.0,115194.0,616700.0,1354.0,1273.0,170.0,0.0,1981.0,0.0,130.0,215.0,270.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3032.01,3701.4993409999997,2226.7432559999997,283.0379883,15.01566257,947.4212299000001,0.0,213.26020099999997,2562.791956,82435.86654,282678.3189,1140.516501 +36059304100,"Census Tract 3041, Nassau County, New York",4318,2765.0,83601.0,380300.0,896.0,626.0,1203.0,0.0,342.0,0.0,30.0,24.0,2093.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3041,3985.0606409999996,852.6073542000001,1373.364227,14.00343611,260.4570022,0.0,1459.405275,2606.775723,75166.93042,193540.4927,737.2850107999999 +36059404300,"Census Tract 4043, Nassau County, New York",3393,2322.0,121394.0,484800.0,1141.0,1737.0,19.0,14.0,792.0,0.0,17.0,138.0,690.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4043,3319.9767829999996,2196.369141,149.5485077,15.951840400000002,431.6966858,0.0,478.5552063,2112.621826,81827.9992,219600.0025,780.6431885 +36059405000,"Census Tract 4050, Nassau County, New York",5569,3844.0,86944.0,358000.0,911.0,844.0,1640.0,46.0,1287.0,13.0,104.0,99.0,1536.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4050,4979.0,2333.0,1128.0,47.0,546.0,0.0,828.0,3379.0,60250.0,188100.0,617.0 +36059405301,"Census Tract 4053.01, Nassau County, New York",3886,2699.0,116016.0,447600.0,912.0,2438.0,181.0,0.0,329.0,0.0,6.0,115.0,817.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4053.01,3631.0,3078.0,37.0,1.0,226.0,0.0,275.0,2623.0,60075.0,228600.0,635.0 +36059405500,"Census Tract 4055, Nassau County, New York",5484,3635.0,101442.0,431600.0,1139.0,3803.0,128.0,0.0,708.0,0.0,0.0,5.0,840.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4055,5160.0,4674.0,34.0,3.0,139.0,0.0,287.0,3609.0,63295.0,214000.0,859.0 +36059406501,"Census Tract 4065.01, Nassau County, New York",6811,4248.0,174591.0,791700.0,3180.0,6072.0,254.0,0.0,71.0,0.0,0.0,13.0,401.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4065.01,7325.170037999999,6506.938477000001,216.5320587,11.974122999999999,298.3552551,0.0,270.41561889999997,4291.725586,125274.9989,456600.0096,2833.875977 +36059407101,"Census Tract 4071.01, Nassau County, New York",5680,3889.0,73359.0,327300.0,859.0,312.0,3064.0,0.0,253.0,0.0,0.0,70.0,1981.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4071.01,5116.961282,329.9330139,3537.281982,19.99594116,35.99269485,0.0,1180.7602539999998,3145.361572,51008.998810000005,162099.9958,531.8920287999999 +36059407801,"Census Tract 4078.01, Nassau County, New York",5698,3922.0,106302.0,424800.0,1644.0,3672.0,260.0,0.0,841.0,0.0,0.0,0.0,925.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4078.01,5456.0,4488.0,61.0,14.0,494.0,0.0,388.0,3730.0,75950.0,207900.0,1326.0 +36059408100,"Census Tract 4081, Nassau County, New York",6315,4498.0,101496.0,430300.0,1856.0,4246.0,66.0,0.0,878.0,0.0,0.0,99.0,1026.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4081,6678.0,5805.0,57.0,6.0,384.0,0.0,396.0,4594.0,75911.0,220800.0,1611.0 +36059408300,"Census Tract 4083, Nassau County, New York",7057,5336.0,93641.0,402300.0,2146.0,4857.0,196.0,0.0,744.0,0.0,107.0,218.0,935.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4083,7098.0,6008.0,76.0,11.0,540.0,0.0,446.0,4919.0,66788.0,212500.0,929.0 +36059300300,"Census Tract 3003, Nassau County, New York",4077,2586.0,82581.0,815600.0,1354.0,3238.0,87.0,0.0,334.0,0.0,0.0,57.0,361.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3003,4351.0,3290.0,216.0,7.0,272.0,0.0,497.0,3000.0,70956.0,473100.0,1442.0 +36059300400,"Census Tract 3004, Nassau County, New York",6195,3928.0,94524.0,785900.0,2103.0,5270.0,0.0,0.0,572.0,0.0,0.0,33.0,320.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3004,5189.0,4356.0,64.0,3.0,341.0,0.0,378.0,3554.0,80661.0,445800.0,1875.0 +36059300900,"Census Tract 3009, Nassau County, New York",8636,6980.0,139167.0,1035500.0,4219.0,5465.0,382.0,20.0,2587.0,0.0,0.0,110.0,72.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3009,7037.122645999999,5593.610352000001,175.48191830000002,16.85419655,1135.1796880000002,0.0,94.18521118,5594.601563,144275.9997,655300.0047,3337.130859 +36059301300,"Census Tract 3013, Nassau County, New York",4524,3194.0,84917.0,644600.0,1334.0,2195.0,275.0,0.0,553.0,0.0,0.0,41.0,1460.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3013,4965.0,3065.0,348.0,7.0,322.0,1.0,1185.0,3470.0,68393.0,353500.0,1302.0 +36059301600,"Census Tract 3016, Nassau County, New York",4785,3177.0,178750.0,1237700.0,2425.0,3539.0,36.0,0.0,870.0,0.0,0.0,69.0,271.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3016,4509.708165999999,3727.487612,47.03263294,0.000375091,508.10427539999995,0.0,181.07801899999998,3055.270059,121987.239,638959.7542,1864.798569 +36059302600,"Census Tract 3026, Nassau County, New York",2584,1877.0,106550.0,529300.0,820.0,1539.0,72.0,0.0,484.0,0.0,4.0,60.0,425.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3026,2300.0,1922.0,16.0,4.0,242.0,0.0,109.0,1598.0,76692.0,248700.0,468.0 +36059303500,"Census Tract 3035, Nassau County, New York",5059,3591.0,102292.0,454500.0,1378.0,3701.0,8.0,0.0,516.0,0.0,4.0,62.0,768.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3035,5378.0,4510.0,23.0,4.0,278.0,0.0,496.0,3823.0,73333.0,241300.0,1097.0 +36059304002,"Census Tract 3040.02, Nassau County, New York",4352,3346.0,75525.0,397200.0,1135.0,2070.0,477.0,0.0,462.0,18.0,0.0,0.0,1325.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 3040.02,3787.9394270000003,2786.392578,105.63577269999999,0.996563911,132.5429993,0.0,697.5947266,2835.224365,65040.002570000004,202399.9942,662.7150268999999 +36059404700,"Census Tract 4047, Nassau County, New York",6210,4169.0,126389.0,520000.0,1864.0,3653.0,119.0,0.0,910.0,0.0,79.0,157.0,1292.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4047,5910.0,4965.087286999999,63.07400379,10.02114394,476.44754680000005,0.0,346.33477910000005,4079.9756030000003,68036.7862,253920.4725,1291.905395 +36059406801,"Census Tract 4068.01, Nassau County, New York",5361,3518.0,53801.0,269800.0,529.0,161.0,1742.0,192.0,75.0,0.0,0.0,13.0,3370.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4068.01,5093.999738,291.0711365,1584.3240970000002,19.88051605,67.7976532,0.509756804,3097.282227,3036.621338,41341.00097,142500.0009,285.97357180000006 +36059406802,"Census Tract 4068.02, Nassau County, New York",4279,2745.0,52500.0,277000.0,259.0,37.0,1228.0,0.0,9.0,0.0,0.0,0.0,3005.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4068.02,4898.999965,279.928833,1523.6757810000001,19.11948395,65.20233917,0.49024316700000004,2978.717529,2920.378662,41341.00022,142500.003,275.02642819999994 +36059414303,"Census Tract 4143.03, Nassau County, New York",4736,3239.0,79775.0,332700.0,949.0,1798.0,1099.0,0.0,4.0,0.0,0.0,93.0,1742.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4143.03,4309.999884000001,1545.873047,692.9423828,15.28549385,73.87989044,0.509516478,1960.6193850000002,2808.964355,54028.001789999995,176599.9973,528.8781128 +36059414304,"Census Tract 4143.04, Nassau County, New York",3492,2253.0,38448.0,277200.0,518.0,688.0,797.0,315.0,24.0,0.0,0.0,36.0,1947.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4143.04,4149.000115999999,1488.126953,667.0576172,14.71450615,71.12010956,0.490483522,1887.3806149999998,2704.035645,54027.998139999996,176600.0028,509.12188719999995 +36059416401,"Census Tract 4164.01, Nassau County, New York",4215,3248.0,100583.0,456700.0,1692.0,3750.0,16.0,17.0,0.0,0.0,0.0,96.0,336.0,New York City,New York-Newark-Jersey City,NY,Nassau County,Census Tract 4164.01,4058.0000549999995,3678.281738,52.05374146,12.05455017,48.76613617,0.0,249.85795589999998,3162.675781,57464.00055,194300.0022,1215.865845 +36061001001,"Census Tract 10.01, New York County, New York",1382,1178.0,79205.0,618000.0,752.0,907.0,25.0,0.0,128.0,0.0,5.0,6.0,311.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 10.01,1361.0,1001.0,73.0,1.0,44.0,0.0,230.0,1043.0,41932.0,122000.0,398.0 +36061000700,"Census Tract 7, New York County, New York",8881,6476.0,134926.0,1481700.0,5587.0,6343.0,226.0,0.0,1648.0,0.0,57.0,162.0,445.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 7,912.9847705,580.2502107999999,36.38785192,0.005386831999999999,215.75954339999998,0.010773663999999999,67.39862558,726.9181776,81175.21863999999,161049.4928,540.9754822000001 +36061010300,"Census Tract 103, New York County, New York",1674,1363.0,98901.0,437100.0,1129.0,1013.0,74.0,4.0,324.0,5.0,0.0,111.0,143.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 103,1463.0,817.0,90.0,7.0,248.0,1.0,262.0,1255.0,61007.0,571400.0,742.0 +36061011800,"Census Tract 118, New York County, New York",8604,7067.0,122537.0,841200.0,5700.0,7284.0,1.0,0.0,705.0,0.0,0.0,73.0,541.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 118,8605.0,7515.0,113.0,8.0,556.0,0.0,382.0,7384.0,85223.0,396200.0,5523.0 +36061015900,"Census Tract 159, New York County, New York",8811,7603.0,112263.0,988700.0,6330.0,7065.0,270.0,0.0,795.0,0.0,117.0,117.0,447.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 159,9293.0,7867.0,237.0,18.0,652.0,1.0,446.0,7910.0,75327.0,413400.0,6080.0 +36061024500,"Census Tract 245, New York County, New York",15149,11325.0,38579.0,273500.0,2326.0,1099.0,1182.0,0.0,298.0,0.0,22.0,148.0,12400.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 245,15838.0,411.0,1678.0,71.0,191.0,1.0,13391.0,9429.0,25631.0,240600.0,736.0 +36061002000,"Census Tract 20, New York County, New York",4920,3292.0,14745.0,,245.0,55.0,1003.0,0.0,1074.0,0.0,0.0,0.0,2788.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 20,5174.227992,93.00498172,870.0414694,15.00080785,423.01463099999995,4.48803e-05,3768.1654740000004,2867.12939,11963.19491,624978.6909,121.00543049999999 +36061003900,"Census Tract 39, New York County, New York",5621,4199.0,157652.0,2000001.0,3396.0,4201.0,300.0,0.0,315.0,0.0,16.0,320.0,469.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 39,4292.0,3220.0,398.0,14.0,248.0,1.0,380.0,3416.0,47083.0,860700.0,2129.0 +36061000100,"Census Tract 1, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36061007500,"Census Tract 75, New York County, New York",3990,3459.0,129924.0,1138200.0,2813.0,3313.0,50.0,0.0,269.0,0.0,38.0,60.0,260.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 75,4167.354993,3511.5699950000003,132.7849976,9.0,234.0,1.0,252.0,3573.0,72418.0,489300.0,2667.0 +36061008300,"Census Tract 83, New York County, New York",4127,3435.0,69485.0,691700.0,1861.0,1817.0,431.0,60.0,193.0,0.0,0.0,178.0,1508.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 83,3477.0,1396.0,427.0,13.0,238.0,4.0,1356.0,2596.0,28700.0,192900.0,1088.0 +36061009700,"Census Tract 97, New York County, New York",5233,4367.0,51500.0,96500.0,2484.0,2427.0,367.0,23.0,1102.0,0.0,0.0,18.0,1296.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 97,4852.0,2565.0,590.0,14.0,447.0,0.0,1177.0,3978.0,32350.0,17800.0,1516.0 +36061010601,"Census Tract 106.01, New York County, New York",6742,6163.0,126607.0,959500.0,4755.0,5922.0,23.0,21.0,469.0,0.0,0.0,80.0,227.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 106.01,7968.0,7293.0,51.0,1.0,339.0,1.0,251.0,7136.0,102149.0,606100.0,4888.0 +36061011300,"Census Tract 113, New York County, New York",115,93.0,110000.0,904400.0,58.0,21.0,26.0,0.0,65.0,0.0,0.0,3.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 113,322.0,179.0,34.0,0.0,59.0,1.0,50.0,169.0,47813.0,,34.0 +36061012100,"Census Tract 121, New York County, New York",8505,6912.0,69507.0,720400.0,5077.0,5484.0,490.0,0.0,860.0,0.0,0.0,65.0,1606.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 121,8288.0,5198.0,862.0,48.0,627.0,1.0,1406.0,7330.0,38453.0,284400.0,4098.0 +36061012200,"Census Tract 122, New York County, New York",2963,2617.0,156827.0,2000001.0,2122.0,2723.0,0.0,0.0,12.0,0.0,0.0,0.0,228.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 122,3914.0,3568.0,42.0,3.0,130.0,0.0,160.0,3375.0,105573.0,1000001.0,2416.0 +36061012600,"Census Tract 126, New York County, New York",12920,10596.0,133878.0,1004000.0,8521.0,9571.0,123.0,216.0,1973.0,0.0,0.0,300.0,737.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 126,12895.0,11404.0,179.0,20.0,674.0,0.0,551.0,11216.0,75747.0,346900.0,8531.0 +36061012900,"Census Tract 129, New York County, New York",6294,5272.0,118954.0,895700.0,4185.0,3753.0,297.0,11.0,1217.0,0.0,0.0,110.0,906.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 129,4457.0,2341.0,448.0,23.0,377.0,0.0,1176.0,3542.0,52743.0,278000.0,1855.0 +36061013700,"Census Tract 137, New York County, New York",6213,5244.0,148761.0,1187500.0,4423.0,4019.0,191.0,21.0,969.0,21.0,154.0,237.0,601.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 137,6797.0,5398.0,131.0,13.0,822.0,1.0,380.0,5913.0,80934.0,524700.0,4273.0 +36061013800,"Census Tract 138, New York County, New York",13256,11416.0,132087.0,789100.0,9404.0,10541.0,173.0,0.0,1669.0,0.0,0.0,262.0,611.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 138,12612.0,10861.0,246.0,13.0,828.0,2.0,572.0,10713.0,70730.0,359600.0,8015.0 +36061015200,"Census Tract 152, New York County, New York",7644,5901.0,85428.0,862700.0,3818.0,4004.0,543.0,0.0,539.0,0.0,0.0,273.0,2285.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 152,6909.0,4222.0,761.0,22.0,476.0,0.0,1396.0,5215.0,51150.0,327800.0,2962.0 +36061010100,"Census Tract 101, New York County, New York",1225,1045.0,148348.0,,794.0,590.0,82.0,0.0,429.0,0.0,5.0,24.0,95.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 101,239.0,157.0,22.0,0.0,32.0,2.0,26.0,247.0,66786.0,,148.0 +36061012700,"Census Tract 127, New York County, New York",6403,5662.0,74236.0,835600.0,4056.0,3595.0,384.0,140.0,775.0,0.0,58.0,41.0,1550.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 127,7278.0,3666.0,448.0,36.0,789.0,5.0,2112.0,5940.0,46279.0,233300.0,2991.0 +36061013100,"Census Tract 131, New York County, New York",2749,2377.0,105144.0,958300.0,1936.0,1736.0,43.0,0.0,598.0,0.0,0.0,0.0,372.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 131,2086.0,1393.0,96.0,7.0,253.0,3.0,306.0,1886.0,52386.0,326000.0,1130.0 +36061013300,"Census Tract 133, New York County, New York",5038,4321.0,83382.0,1123700.0,3054.0,2526.0,162.0,15.0,839.0,6.0,9.0,157.0,1324.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 133,5805.0,3356.0,370.0,22.0,640.0,0.0,1321.0,4766.0,50688.0,392300.0,2625.0 +36061014200,"Census Tract 142, New York County, New York",4583,3708.0,208024.0,2000001.0,3055.0,4101.0,11.0,0.0,263.0,0.0,10.0,115.0,83.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 142,4980.0,4603.0,32.0,3.0,182.0,1.0,133.0,4015.0,145979.0,1000001.0,3221.0 +36061014900,"Census Tract 149, New York County, New York",5560,4523.0,155935.0,1847100.0,3745.0,4019.0,63.0,0.0,736.0,0.0,0.0,58.0,684.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 149,5956.0,4971.0,151.0,4.0,548.0,2.0,259.0,4947.0,96588.0,607300.0,3881.0 +36061015001,"Census Tract 150.01, New York County, New York",2238,1699.0,149861.0,1759400.0,1474.0,1811.0,0.0,0.0,261.0,0.0,0.0,30.0,136.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 150.01,2247.0,2085.0,19.0,0.0,65.0,0.0,68.0,1735.0,127126.0,827100.0,1407.0 +36061015002,"Census Tract 150.02, New York County, New York",5119,4094.0,205145.0,2000001.0,3562.0,4225.0,44.0,0.0,207.0,0.0,0.0,0.0,643.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 150.02,5866.0,5441.0,46.0,3.0,196.0,2.0,162.0,4487.0,166209.0,1000001.0,3839.0 +36061015400,"Census Tract 154, New York County, New York",15218,12162.0,93078.0,621400.0,9898.0,10111.0,726.0,0.0,1368.0,0.0,0.0,1002.0,2011.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 154,13058.0,9636.0,890.0,28.0,1059.0,0.0,1298.0,10366.0,58761.0,203900.0,7210.0 +36061016300,"Census Tract 163, New York County, New York",7157,5848.0,119301.0,1267200.0,4585.0,6096.0,65.0,0.0,564.0,0.0,0.0,83.0,349.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 163,6844.0,5773.647057,229.7352941,14.86764705,385.9411764,2.0,388.8088236,5828.235294,78606.14334,531938.704,4486.897058 +36061019200,"Census Tract 192, New York County, New York",3963,2330.0,17304.0,,301.0,97.0,1250.0,112.0,272.0,0.0,0.0,110.0,2234.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 192,3818.0,120.0,1752.0,12.0,31.0,0.0,1895.0,2246.0,9320.0,323100.0,160.0 +36061019500,"Census Tract 195, New York County, New York",7207,5545.0,116144.0,1053800.0,4064.0,4551.0,160.0,0.0,972.0,0.0,0.0,179.0,1345.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 195,8067.0,4484.0,426.0,23.0,637.0,0.0,2376.0,5960.0,56196.0,361400.0,3842.0 +36061019900,"Census Tract 199, New York County, New York",8854,5696.0,81054.0,953400.0,4413.0,5399.0,584.0,13.0,1321.0,15.0,25.0,180.0,1317.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 199,9077.0,5733.0,669.0,19.0,1364.0,2.0,1163.0,6086.0,49750.0,365700.0,4339.0 +36061020500,"Census Tract 205, New York County, New York",5020,1986.0,116131.0,1233200.0,1705.0,3326.0,480.0,8.0,680.0,8.0,6.0,68.0,444.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 205,5113.0,3481.0,415.0,16.0,827.0,0.0,329.0,2378.0,73750.0,484700.0,2054.0 +36061023000,"Census Tract 230, New York County, New York",9129,6493.0,35386.0,500000.0,1372.0,711.0,5742.0,0.0,131.0,65.0,35.0,189.0,2256.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 230,7965.0,79.0,6526.0,41.0,43.0,0.0,1247.0,4756.0,16958.0,418000.0,680.0 +36061023501,"Census Tract 235.01, New York County, New York",6820,4495.0,40145.0,277700.0,1526.0,1234.0,2590.0,0.0,111.0,0.0,0.0,127.0,2758.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 235.01,6254.994081,135.9444322,3926.7640530000003,18.22326568,34.35989094,1.0,2112.951456,3847.100876,24068.74148,303211.3084,540.837019 +36061023600,"Census Tract 236, New York County, New York",7133,4626.0,38466.0,29100.0,1092.0,126.0,4965.0,28.0,53.0,0.0,0.0,417.0,1544.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 236,5688.0,48.0,5069.0,18.0,15.0,0.0,529.0,3937.0,23047.0,38500.0,495.0 +36061016900,"Census Tract 169, New York County, New York",8553,6859.0,114408.0,1354900.0,5687.0,6954.0,143.0,0.0,741.0,0.0,0.0,83.0,632.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 169,8641.0,6498.0,395.0,21.0,406.0,2.0,1275.0,7119.0,75000.0,442800.0,5115.0 +36061017100,"Census Tract 171, New York County, New York",8942,7333.0,150159.0,2000001.0,5905.0,7376.0,244.0,0.0,323.0,0.0,19.0,301.0,679.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 171,9626.554702,7787.509201000001,482.10455010000004,12.05227503,445.41820020000006,1.0,828.4704753,7719.881901000001,72225.21125,630973.7472,5935.620526 +36061017900,"Census Tract 179, New York County, New York",9115,7225.0,75411.0,1182000.0,5141.0,5635.0,230.0,601.0,695.0,0.0,0.0,133.0,2422.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 179,9497.0,6569.0,788.0,25.0,651.0,1.0,1376.0,7539.0,59637.0,508700.0,5095.0 +36061018200,"Census Tract 182, New York County, New York",8147,4940.0,23860.0,,1126.0,518.0,2409.0,0.0,494.0,0.0,123.0,29.0,4574.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 182,6859.0,114.0,2196.0,16.0,67.0,0.0,4433.0,3927.0,16058.0,19600.0,288.0 +36061018300,"Census Tract 183, New York County, New York",7454,6300.0,120617.0,1022100.0,5243.0,5511.0,302.0,20.0,555.0,0.0,0.0,116.0,950.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 183,9112.0,5605.0,739.0,17.0,729.0,1.0,1878.0,7396.0,53229.0,321100.0,4856.0 +36061004100,"Census Tract 41, New York County, New York",8543,6514.0,80909.0,826000.0,3323.0,2824.0,82.0,41.0,4872.0,0.0,50.0,216.0,458.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 41,8957.0,1724.0,75.0,24.0,6825.0,2.0,267.0,6294.0,20950.0,188200.0,1040.0 +36061022600,"Census Tract 226, New York County, New York",4731,3431.0,41898.0,990000.0,1335.0,634.0,2973.0,4.0,104.0,0.0,11.0,160.0,845.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 226,3601.0,73.0,3154.0,23.0,28.0,2.0,316.0,2724.0,17766.0,186200.0,283.0 +36061026500,"Census Tract 265, New York County, New York",8178,6539.0,73973.0,467300.0,3074.0,2447.0,463.0,0.0,175.0,0.0,0.0,94.0,4999.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 265,8119.999997,1478.327433,342.3451309,20.0,157.62831830000002,2.0,6016.761061,5506.486725,29520.663480000003,92442.22548,1264.398228 +36061003800,"Census Tract 38, New York County, New York",8418,7053.0,59427.0,813300.0,4871.0,5581.0,506.0,4.0,1001.0,0.0,0.0,100.0,1226.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 38,9162.0,6045.0,386.0,40.0,1547.0,0.0,948.0,7405.0,40886.0,372700.0,4260.0 +36061005800,"Census Tract 58, New York County, New York",3355,2992.0,183988.0,2000001.0,2666.0,2355.0,0.0,0.0,694.0,0.0,0.0,134.0,172.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 58,659.0,544.0,18.0,2.0,63.0,0.0,27.0,495.0,68523.0,775000.0,380.0 +36061008800,"Census Tract 88, New York County, New York",7047,5943.0,103667.0,545100.0,4983.0,4638.0,97.0,0.0,1535.0,0.0,92.0,255.0,430.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 88,7345.0,5121.0,233.0,12.0,1486.0,1.0,431.0,6336.0,61358.0,214900.0,4597.0 +36061012000,"Census Tract 120, New York County, New York",3335,2800.0,187292.0,1735300.0,2465.0,3038.0,86.0,0.0,31.0,0.0,0.0,0.0,180.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 120,3965.0,3580.0,75.0,2.0,143.0,1.0,138.0,3389.0,115430.0,767300.0,2534.0 +36061015500,"Census Tract 155, New York County, New York",9882,8288.0,109827.0,812600.0,6996.0,8265.0,109.0,0.0,1061.0,0.0,178.0,176.0,93.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 155,6518.46955,5607.535545000001,198.553833,13.666260300000001,385.42832569999996,0.037014462000000005,290.5459061,5794.737961,70319.10458,290501.2672,4222.570122 +36061016600,"Census Tract 166, New York County, New York",7024,4883.0,40593.0,,1702.0,1842.0,957.0,36.0,290.0,0.0,27.0,75.0,3833.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 166,7327.0,518.0,1365.0,20.0,258.0,0.0,5048.0,4288.0,26670.0,119700.0,536.0 +36061016700,"Census Tract 167, New York County, New York",6400,4973.0,165753.0,1346900.0,4303.0,5241.0,22.0,0.0,501.0,0.0,0.0,193.0,443.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 167,6940.445298000001,5923.431975,160.1013323,10.05066615,381.4053292,2.0,439.4559954,5602.8239810000005,93322.91092000001,548971.0165,4539.570651 +36061018100,"Census Tract 181, New York County, New York",9579,8027.0,95478.0,1009900.0,5830.0,5694.0,1077.0,0.0,779.0,0.0,256.0,56.0,1717.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 181,9082.0,5137.0,1721.0,36.0,539.0,4.0,1546.0,7292.0,53222.0,309500.0,4565.0 +36061020901,"Census Tract 209.01, New York County, New York",3766,2495.0,23875.0,53800.0,437.0,203.0,1395.0,0.0,119.0,0.0,0.0,91.0,1958.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 209.01,3448.0,63.0,2009.0,12.0,71.0,0.0,1291.0,2065.0,14310.0,96700.0,266.0 +36061022302,"Census Tract 223.02, New York County, New York",3405,2257.0,26007.0,,763.0,376.0,697.0,92.0,401.0,0.0,11.0,105.0,1785.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 223.02,3997.0,55.0,1242.0,10.0,8.0,0.0,2673.0,2439.0,17400.0,583300.0,215.0 +36061025300,"Census Tract 253, New York County, New York",13415,9421.0,50609.0,609400.0,2868.0,2031.0,527.0,15.0,436.0,0.0,0.0,67.0,10354.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 253,12753.0,655.0,614.0,44.0,361.0,2.0,11023.0,7780.0,26899.0,134100.0,710.0 +36061006600,"Census Tract 66, New York County, New York",10946,8375.0,68500.0,668000.0,4976.0,5671.0,166.0,33.0,1291.0,0.0,0.0,314.0,3504.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 66,11841.0,6520.0,1317.0,34.0,1568.0,3.0,2309.0,9147.0,44914.0,220900.0,4779.0 +36061006800,"Census Tract 68, New York County, New York",7684,5064.0,124070.0,692500.0,3987.0,5137.0,500.0,6.0,1247.0,0.0,0.0,27.0,767.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 68,6753.0,4970.0,480.0,12.0,696.0,4.0,522.0,5508.0,52442.0,230800.0,4011.0 +36061008200,"Census Tract 82, New York County, New York",3321,2936.0,131769.0,872300.0,2414.0,1979.0,62.0,0.0,952.0,0.0,93.0,58.0,177.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 82,2764.0,2305.0,53.0,3.0,254.0,0.0,140.0,2399.0,62136.0,296900.0,1758.0 +36061008400,"Census Tract 84, New York County, New York",1951,1508.0,133142.0,1081500.0,1291.0,923.0,65.0,0.0,749.0,0.0,15.0,104.0,95.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 84,1041.0,506.0,45.0,3.0,430.0,0.0,50.0,955.0,70694.0,232700.0,700.0 +36061008900,"Census Tract 89, New York County, New York",5255,3923.0,102314.0,1145200.0,2742.0,3362.0,543.0,0.0,390.0,0.0,191.0,86.0,683.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 89,5320.0,3535.0,412.0,18.0,336.0,2.0,966.0,4524.0,55198.0,236700.0,2883.0 +36061009900,"Census Tract 99, New York County, New York",5733,4877.0,126842.0,975000.0,3942.0,3332.0,289.0,8.0,1323.0,0.0,21.0,164.0,596.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 99,1155.0,499.0,315.0,4.0,52.0,0.0,274.0,1012.0,60476.0,1000001.0,353.0 +36061000600,"Census Tract 6, New York County, New York",10890,8752.0,19778.0,602400.0,1607.0,459.0,453.0,135.0,6569.0,0.0,0.0,76.0,3198.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 6,12276.0,462.0,884.0,36.0,8038.0,2.0,2813.0,8461.0,19002.0,159900.0,856.0 +36061000800,"Census Tract 8, New York County, New York",9363,7569.0,32313.0,534300.0,1732.0,755.0,78.0,87.0,7822.0,5.0,70.0,146.0,400.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 8,10917.0,995.0,102.0,31.0,9491.0,0.0,278.0,7802.0,25148.0,175000.0,752.0 +36061002400,"Census Tract 24, New York County, New York",4275,3099.0,14300.0,,248.0,79.0,756.0,0.0,440.0,0.0,325.0,127.0,2548.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 24,5079.435899,110.9876709,923.8973999,17.998001100000003,325.96380619999996,0.999888957,3686.5905759999996,2882.679932,16396.0,221399.9921,120.9865646 +36061002500,"Census Tract 25, New York County, New York",5171,3975.0,17500.0,,262.0,22.0,1190.0,0.0,2306.0,0.0,0.0,55.0,1598.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 25,5209.0,147.0,790.0,10.0,2079.0,0.0,2177.0,3476.0,13611.0,416700.0,196.0 +36061002900,"Census Tract 29, New York County, New York",6869,5844.0,28861.0,756400.0,1537.0,534.0,630.0,11.0,4793.0,0.0,0.0,230.0,671.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 29,7422.0,519.0,792.0,17.0,5339.0,0.0,736.0,5856.0,20344.0,150800.0,716.0 +36061005400,"Census Tract 54, New York County, New York",4570,3828.0,150000.0,941900.0,3196.0,3345.0,133.0,0.0,682.0,0.0,24.0,196.0,190.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 54,3955.0,3170.0,186.0,5.0,363.0,3.0,206.0,3377.0,81696.0,328000.0,2835.0 +36061007100,"Census Tract 71, New York County, New York",6000,5184.0,143462.0,991700.0,4123.0,4727.0,162.0,0.0,731.0,4.0,13.0,125.0,238.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 71,5620.0,4740.0,149.0,16.0,378.0,0.0,282.0,4917.0,75502.0,361800.0,3663.0 +36061007900,"Census Tract 79, New York County, New York",4550,3678.0,110543.0,1260600.0,3079.0,4084.0,18.0,15.0,156.0,0.0,14.0,17.0,246.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 79,4598.645007,3860.4300049999997,175.2150024,19.0,260.0,0.0,256.0,3991.0,67112.0,382200.0,3061.0 +36061009400,"Census Tract 94, New York County, New York",56,46.0,,,33.0,56.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 94,51.0,30.0,3.0,0.0,4.0,0.0,3.0,41.0,15947.0,,0.0 +36061010800,"Census Tract 108, New York County, New York",9084,7590.0,144881.0,785600.0,6725.0,7197.0,71.0,0.0,1261.0,0.0,0.0,103.0,452.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 108,8079.0,6873.0,97.0,8.0,655.0,1.0,385.0,7113.0,71262.0,299800.0,5260.0 +36061011000,"Census Tract 110, New York County, New York",7460,6042.0,114597.0,874400.0,4800.0,5803.0,250.0,0.0,803.0,0.0,0.0,114.0,490.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 110,6732.0,5700.0,92.0,5.0,505.0,0.0,372.0,5922.0,68417.0,373100.0,4172.0 +36061011201,"Census Tract 112.01, New York County, New York",804,749.0,135769.0,2000001.0,548.0,658.0,7.0,6.0,76.0,0.0,0.0,6.0,51.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 112.01,1041.0,858.0,42.0,2.0,84.0,0.0,48.0,940.0,78354.0,546900.0,633.0 +36061011600,"Census Tract 116, New York County, New York",3490,2599.0,84038.0,610800.0,2100.0,2478.0,166.0,27.0,554.0,0.0,0.0,105.0,160.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 116,3860.0,2749.0,127.0,3.0,607.0,2.0,315.0,3278.0,49146.0,189900.0,2383.0 +36061012400,"Census Tract 124, New York County, New York",10194,8008.0,125466.0,958000.0,6764.0,7406.0,229.0,3.0,1022.0,16.0,12.0,235.0,1274.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 124,10714.0,8376.0,275.0,15.0,1314.0,0.0,637.0,8882.0,67653.0,334900.0,6581.0 +36061011500,"Census Tract 115, New York County, New York",3569,2716.0,122143.0,1183300.0,1999.0,1381.0,318.0,15.0,1029.0,0.0,5.0,73.0,748.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 115,1467.0,526.0,350.0,15.0,179.0,0.0,387.0,980.0,44519.0,684500.0,415.0 +36061011700,"Census Tract 117, New York County, New York",3942,3389.0,124964.0,,2560.0,1922.0,204.0,0.0,884.0,0.0,0.0,39.0,893.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 117,340.0,22.0,178.0,0.0,2.0,0.0,138.0,133.0,16607.0,1000001.0,38.0 +36061013000,"Census Tract 130, New York County, New York",3399,2838.0,190208.0,2000001.0,2342.0,2972.0,9.0,0.0,185.0,0.0,20.0,74.0,139.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 130,4622.0,4180.0,69.0,4.0,168.0,2.0,181.0,3957.0,171146.0,1000001.0,3072.0 +36061013500,"Census Tract 135, New York County, New York",7924,6600.0,64654.0,,3524.0,3329.0,809.0,15.0,973.0,0.0,0.0,111.0,2702.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 135,3505.0,1014.0,450.0,9.0,245.0,1.0,1744.0,2515.0,25229.0,59700.0,489.0 +36061014401,"Census Tract 144.01, New York County, New York",5346,4435.0,103646.0,829000.0,3464.0,4538.0,21.0,0.0,398.0,0.0,0.0,102.0,287.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 144.01,4887.0,4272.0,85.0,8.0,269.0,0.0,234.0,3993.0,84046.0,353500.0,3109.0 +36061014602,"Census Tract 146.02, New York County, New York",7330,6139.0,95227.0,660000.0,5465.0,5878.0,24.0,0.0,575.0,0.0,27.0,43.0,783.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 146.02,8257.0,6903.0,189.0,8.0,635.0,1.0,444.0,6807.0,70370.0,236000.0,5126.0 +36061014802,"Census Tract 148.02, New York County, New York",7000,5353.0,124250.0,1737900.0,4539.0,5267.0,0.0,0.0,714.0,0.0,15.0,362.0,642.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 148.02,6947.0,6055.0,87.0,3.0,421.0,0.0,331.0,5452.0,89713.0,790500.0,4410.0 +36061015802,"Census Tract 158.02, New York County, New York",4956,3295.0,96471.0,,2674.0,2637.0,435.0,7.0,1105.0,0.0,12.0,189.0,578.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 158.02,3190.0,1706.0,421.0,6.0,351.0,0.0,637.0,2647.0,51648.0,1000001.0,1445.0 +36061016002,"Census Tract 160.02, New York County, New York",3625,2603.0,118317.0,1242700.0,2144.0,2517.0,101.0,1.0,516.0,0.0,61.0,84.0,346.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 160.02,3164.0,1981.0,163.0,2.0,420.0,1.0,544.0,2263.0,58619.0,667100.0,1411.0 +36061009600,"Census Tract 96, New York County, New York",124,124.0,126563.0,,110.0,85.0,0.0,14.0,21.0,0.0,0.0,0.0,4.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 96,210.0,101.0,9.0,0.0,81.0,0.0,15.0,168.0,60083.0,1000001.0,121.0 +36061010000,"Census Tract 100, New York County, New York",1771,1550.0,106705.0,651800.0,1345.0,1350.0,29.0,7.0,215.0,0.0,0.0,22.0,148.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 100,1822.0,1480.0,20.0,3.0,192.0,1.0,117.0,1529.0,73906.0,312500.0,1118.0 +36061010200,"Census Tract 102, New York County, New York",126,104.0,167500.0,,87.0,81.0,0.0,22.0,7.0,0.0,0.0,5.0,11.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 102,269.0,241.0,1.0,0.0,7.0,0.0,20.0,224.0,174119.0,1000001.0,188.0 +36061010602,"Census Tract 106.02, New York County, New York",4655,3744.0,134943.0,696200.0,3203.0,3559.0,220.0,0.0,423.0,0.0,17.0,29.0,407.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 106.02,3949.0,3061.0,79.0,6.0,569.0,1.0,211.0,3184.0,76416.0,359700.0,2693.0 +36061011401,"Census Tract 114.01, New York County, New York",1224,1039.0,233646.0,2000001.0,837.0,1058.0,7.0,0.0,92.0,0.0,0.0,13.0,54.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 114.01,1484.0,1332.0,8.0,0.0,48.0,0.0,86.0,1326.0,108107.0,1000001.0,923.0 +36061012800,"Census Tract 128, New York County, New York",5950,4613.0,165049.0,2000001.0,3804.0,4933.0,10.0,0.0,130.0,0.0,21.0,175.0,681.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 128,6639.0,6108.0,54.0,0.0,247.0,0.0,203.0,5343.0,109336.0,657300.0,4149.0 +36061015300,"Census Tract 153, New York County, New York",9724,7601.0,155000.0,1297600.0,6278.0,7409.0,61.0,21.0,1102.0,0.0,71.0,238.0,822.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 153,9040.0,7664.0,200.0,22.0,642.0,1.0,453.0,7840.0,94583.0,441600.0,6255.0 +36061017000,"Census Tract 170, New York County, New York",7601,6038.0,31079.0,829900.0,1620.0,476.0,1293.0,18.0,1245.0,84.0,87.0,94.0,4322.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 170,8157.0,483.0,2172.0,35.0,669.0,2.0,4712.0,5361.0,27168.0,81900.0,803.0 +36061000900,"Census Tract 9, New York County, New York",1736,1425.0,180547.0,1140600.0,1236.0,1175.0,45.0,0.0,280.0,10.0,0.0,86.0,140.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 9,1118.015233,792.6202989,72.78685093,1.033769798,142.6290176,1.989226341,75.08932364,916.0697999,105206.0288,170300.0013,736.8438132 +36061019100,"Census Tract 191, New York County, New York",9834,8032.0,101667.0,922800.0,5699.0,5688.0,826.0,29.0,1433.0,0.0,43.0,343.0,1501.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 191,9077.0,5667.0,1101.0,17.0,543.0,3.0,1631.0,7057.0,56836.0,281500.0,4624.0 +36061019701,"Census Tract 197.01, New York County, New York",593,449.0,69375.0,,327.0,229.0,23.0,0.0,183.0,0.0,0.0,11.0,147.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 197.01,23.0,13.0,3.0,1.0,1.0,0.0,5.0,20.0,14688.0,,17.0 +36061020600,"Census Tract 206, New York County, New York",3411,2328.0,38021.0,,637.0,437.0,2017.0,18.0,124.0,0.0,0.0,44.0,789.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 206,2310.0,84.0,1849.0,8.0,11.0,0.0,348.0,1583.0,25714.0,260700.0,342.0 +36061021800,"Census Tract 218, New York County, New York",7337,4952.0,47059.0,681700.0,1919.0,1383.0,4380.0,0.0,124.0,0.0,0.0,173.0,1277.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 218,5018.0,104.0,3986.0,19.0,26.0,0.0,872.0,3255.0,22246.0,392300.0,497.0 +36061022000,"Census Tract 220, New York County, New York",6265,4823.0,62000.0,,2115.0,945.0,3651.0,0.0,480.0,0.0,0.0,55.0,1134.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 220,5068.0,145.0,4048.0,25.0,54.0,0.0,759.0,3155.0,21123.0,376700.0,638.0 +36061022301,"Census Tract 223.01, New York County, New York",8316,5444.0,42146.0,489400.0,1576.0,1152.0,594.0,27.0,197.0,0.0,0.0,198.0,6175.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 223.01,8410.0,192.0,429.0,28.0,145.0,0.0,7567.0,4984.0,26771.0,171100.0,433.0 +36061023300,"Census Tract 233, New York County, New York",7265,5160.0,52511.0,,2151.0,1490.0,1615.0,0.0,364.0,0.0,0.0,299.0,3497.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 233,6084.896239,216.01710759999997,2724.592473,30.12767041,101.3659885,0.0,2959.563192,3815.537828,23753.47782,308894.6863,626.4853172 +36061023400,"Census Tract 234, New York County, New York",5328,3755.0,34409.0,539800.0,1335.0,490.0,3178.0,83.0,109.0,0.0,0.0,108.0,1360.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 234,3530.0,38.0,2913.0,7.0,19.0,0.0,532.0,2078.0,20257.0,,191.0 +36061024700,"Census Tract 247, New York County, New York",7444,5759.0,44671.0,490600.0,1879.0,1327.0,623.0,28.0,311.0,0.0,0.0,263.0,4920.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 247,7758.663938,508.63651600000003,1038.390905,31.0,130.141448,1.0,5999.471493,5055.098145,30131.58465,162220.214,933.9901361 +36061024900,"Census Tract 249, New York County, New York",1200,843.0,41786.0,304500.0,221.0,126.0,244.0,0.0,35.0,0.0,0.0,39.0,756.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 249,1150.0,22.0,261.0,0.0,6.0,0.0,855.0,757.0,20197.0,350000.0,46.0 +36061026100,"Census Tract 261, New York County, New York",13814,9456.0,36000.0,512800.0,1299.0,424.0,726.0,502.0,44.0,0.0,86.0,110.0,12424.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 261,13080.0,201.0,798.0,30.0,44.0,1.0,11944.0,7690.0,25712.0,166700.0,478.0 +36061026300,"Census Tract 263, New York County, New York",9255,6806.0,30961.0,,1693.0,900.0,514.0,70.0,112.0,0.0,29.0,20.0,7680.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 263,9811.0,535.0,562.0,39.0,121.0,0.0,8458.0,5721.0,30297.0,97700.0,528.0 +36061027500,"Census Tract 275, New York County, New York",3579,2769.0,92946.0,616200.0,1897.0,2127.0,183.0,17.0,101.0,0.0,12.0,157.0,999.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 275,2718.0,1794.0,187.0,9.0,138.0,0.0,567.0,2201.0,55865.0,191100.0,1422.0 +36061028500,"Census Tract 285, New York County, New York",7675,5109.0,43553.0,,1545.0,736.0,383.0,27.0,128.0,0.0,103.0,107.0,6218.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 285,8391.0,389.0,226.0,19.0,155.0,0.0,7547.0,4966.0,21023.0,9999.0,524.0 +36061005900,"Census Tract 59, New York County, New York",5634,4304.0,123859.0,1139700.0,3653.0,4630.0,135.0,39.0,495.0,0.0,0.0,73.0,296.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 59,5581.0,4718.0,139.0,11.0,460.0,0.0,190.0,4031.0,72480.0,418100.0,3204.0 +36061006700,"Census Tract 67, New York County, New York",5277,4671.0,99671.0,950500.0,3867.0,4517.0,75.0,16.0,292.0,0.0,60.0,141.0,192.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 67,5645.0,4728.0,118.0,18.0,376.0,3.0,341.0,4884.0,57567.0,381300.0,3563.0 +36061006900,"Census Tract 69, New York County, New York",2568,1865.0,198636.0,1239700.0,1623.0,1911.0,53.0,0.0,293.0,0.0,22.0,128.0,161.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 69,2341.0,1964.0,82.0,10.0,142.0,0.0,136.0,1735.0,128295.0,552100.0,1412.0 +36061007000,"Census Tract 70, New York County, New York",8574,7042.0,102939.0,864800.0,5753.0,5254.0,473.0,0.0,1931.0,0.0,227.0,215.0,474.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 70,7763.0,6022.0,256.0,12.0,864.0,1.0,537.0,6352.0,67850.0,304600.0,4642.0 +36061007300,"Census Tract 73, New York County, New York",6019,5440.0,106522.0,683500.0,4824.0,5107.0,97.0,0.0,221.0,0.0,37.0,28.0,529.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 73,6699.0,5679.0,219.0,18.0,360.0,1.0,371.0,6082.0,58202.0,399600.0,4326.0 +36061007600,"Census Tract 76, New York County, New York",2055,1529.0,89583.0,1433300.0,1276.0,857.0,81.0,12.0,996.0,0.0,8.0,14.0,87.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 76,2493.0,1069.0,98.0,19.0,1169.0,0.0,126.0,2057.0,41276.0,631300.0,1232.0 +36061008100,"Census Tract 81, New York County, New York",8045,6956.0,125625.0,1095400.0,5806.0,6045.0,291.0,0.0,782.0,0.0,0.0,158.0,769.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 81,7359.0,5466.0,282.0,26.0,554.0,2.0,950.0,6432.0,61525.0,332200.0,4551.0 +36061009100,"Census Tract 91, New York County, New York",6662,5441.0,116653.0,1302800.0,4256.0,4457.0,302.0,0.0,1325.0,0.0,0.0,180.0,398.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 91,4553.0,3242.0,257.0,21.0,503.0,1.0,497.0,4058.0,58381.0,376000.0,2778.0 +36061009300,"Census Tract 93, New York County, New York",9916,7668.0,75862.0,510000.0,5444.0,5384.0,1698.0,0.0,1101.0,0.0,80.0,66.0,1587.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 93,8714.0,5876.0,612.0,22.0,413.0,1.0,1734.0,7375.0,51710.0,206000.0,4053.0 +36061017700,"Census Tract 177, New York County, New York",9513,7360.0,82176.0,960100.0,5003.0,4349.0,979.0,0.0,657.0,0.0,49.0,543.0,2936.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 177,9618.0,4754.0,1653.0,26.0,268.0,1.0,2833.0,7301.0,46154.0,441900.0,4087.0 +36061015601,"Census Tract 156.01, New York County, New York",5557,4736.0,89057.0,2000001.0,3404.0,3736.0,251.0,0.0,915.0,0.0,0.0,34.0,621.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 156.01,5486.0,3487.0,475.0,18.0,649.0,0.0,757.0,3977.0,53153.0,368800.0,2741.0 +36061016001,"Census Tract 160.01, New York County, New York",4011,3161.0,250001.0,2000001.0,2858.0,3361.0,11.0,0.0,281.0,0.0,0.0,91.0,267.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 160.01,4172.0,3827.0,43.0,4.0,145.0,1.0,136.0,3015.0,152728.0,919600.0,2476.0 +36061016200,"Census Tract 162, New York County, New York",9807,6549.0,32594.0,199100.0,2038.0,645.0,4383.0,0.0,814.0,0.0,31.0,45.0,3889.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 162,10067.0,277.0,4986.0,30.0,369.0,7.0,4298.0,5753.0,23211.0,484500.0,725.0 +36061018600,"Census Tract 186, New York County, New York",7928,5089.0,34023.0,,842.0,443.0,3783.0,0.0,450.0,0.0,0.0,279.0,2973.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 186,5736.0,166.0,3949.0,22.0,49.0,0.0,1541.0,3439.0,14008.0,118400.0,392.0 +36061020000,"Census Tract 200, New York County, New York",3394,2646.0,61250.0,1119200.0,1377.0,771.0,1778.0,0.0,103.0,0.0,0.0,129.0,613.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 200,2413.0,85.0,2015.0,13.0,35.0,0.0,247.0,1651.0,24091.0,455600.0,269.0 +36061020102,"Census Tract 201.02, New York County, New York",4454,3245.0,69306.0,1070700.0,1837.0,1302.0,2000.0,0.0,183.0,0.0,52.0,98.0,819.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 201.02,3594.0,153.0,2592.0,16.0,21.0,0.0,791.0,2331.0,23146.0,203700.0,491.0 +36061021400,"Census Tract 214, New York County, New York",3433,2846.0,53424.0,,1242.0,254.0,2668.0,6.0,88.0,0.0,0.0,97.0,326.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 214,3161.0,10.0,2986.0,10.0,16.0,0.0,135.0,2607.0,25788.0,120800.0,467.0 +36061022102,"Census Tract 221.02, New York County, New York",2594,1978.0,52986.0,601900.0,1166.0,652.0,1519.0,0.0,69.0,0.0,57.0,88.0,209.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 221.02,2050.0,46.0,1711.0,8.0,19.0,1.0,259.0,1532.0,30185.0,175000.0,433.0 +36061022800,"Census Tract 228, New York County, New York",6327,4735.0,38165.0,698700.0,1644.0,845.0,4157.0,30.0,126.0,0.0,53.0,358.0,758.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 228,4636.0,88.0,4083.0,7.0,50.0,2.0,385.0,3210.0,16444.0,318400.0,442.0 +36061022900,"Census Tract 229, New York County, New York",8781,6389.0,46508.0,490400.0,1871.0,1546.0,2001.0,12.0,298.0,0.0,31.0,438.0,4455.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 229,8843.0,241.0,2564.0,31.0,93.0,3.0,5861.0,5531.0,21692.0,194400.0,557.0 +36061023502,"Census Tract 235.02, New York County, New York",2022,1260.0,31188.0,,373.0,236.0,1429.0,0.0,7.0,0.0,0.0,20.0,330.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 235.02,2040.0,17.0,1454.0,11.0,4.0,0.0,532.0,1199.0,16094.0,350000.0,79.0 +36061024000,"Census Tract 240, New York County, New York",1814,1713.0,,,88.0,368.0,907.0,12.0,59.0,33.0,7.0,20.0,408.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 240,1386.0,162.0,782.0,12.0,17.0,0.0,410.0,1361.0,,,33.0 +36061001200,"Census Tract 12, New York County, New York",3921,3031.0,50399.0,618100.0,1383.0,2016.0,57.0,19.0,615.0,0.0,28.0,99.0,1106.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 12,3466.0,1662.0,121.0,10.0,361.0,0.0,1220.0,2657.0,25865.0,115400.0,865.0 +36061001401,"Census Tract 14.01, New York County, New York",3095,2609.0,84489.0,721200.0,1818.0,2084.0,64.0,0.0,540.0,0.0,0.0,93.0,314.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 14.01,2962.0,2219.0,110.0,5.0,112.0,0.0,471.0,2457.0,39239.0,135500.0,979.0 +36061001501,"Census Tract 15.01, New York County, New York",6892,5687.0,88528.0,634300.0,3828.0,3918.0,344.0,25.0,1786.0,0.0,74.0,159.0,586.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 15.01,4562.0,2832.0,369.0,9.0,973.0,0.0,343.0,3422.0,40158.0,106500.0,1533.0 +36061004300,"Census Tract 43, New York County, New York",4225,3495.0,73025.0,743100.0,2656.0,2575.0,5.0,0.0,1073.0,0.0,15.0,196.0,361.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 43,4884.0,2538.0,75.0,10.0,1552.0,2.0,616.0,3917.0,45409.0,542300.0,1918.0 +36061004900,"Census Tract 49, New York County, New York",4406,3512.0,95568.0,2000001.0,2755.0,3527.0,123.0,15.0,414.0,0.0,0.0,76.0,266.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 49,5010.0,4220.0,127.0,15.0,321.0,0.0,265.0,4161.0,63275.0,869500.0,2991.0 +36061003300,"Census Tract 33, New York County, New York",5415,4168.0,193750.0,2000001.0,3519.0,4138.0,153.0,0.0,588.0,0.0,0.0,294.0,242.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 33,3696.0,3088.0,85.0,3.0,308.0,0.0,162.0,2880.0,113332.0,794100.0,2349.0 +36061003602,"Census Tract 36.02, New York County, New York",2903,2319.0,85417.0,486500.0,1335.0,1630.0,273.0,42.0,397.0,0.0,0.0,155.0,406.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 36.02,2372.0,1363.0,371.0,17.0,249.0,0.0,352.0,1905.0,45000.0,268500.0,874.0 +36061004800,"Census Tract 48, New York County, New York",6926,4648.0,114808.0,803100.0,3546.0,4977.0,303.0,16.0,1057.0,45.0,0.0,77.0,451.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 48,6402.0,4670.0,268.0,8.0,887.0,2.0,518.0,5387.0,62229.0,243300.0,3874.0 +36061005200,"Census Tract 52, New York County, New York",3642,2335.0,159821.0,1614500.0,2166.0,2742.0,98.0,23.0,609.0,0.0,17.0,9.0,144.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 52,3741.0,2906.0,144.0,9.0,468.0,4.0,201.0,2276.0,82882.0,450000.0,1872.0 +36061005501,"Census Tract 55.01, New York County, New York",4709,3640.0,160121.0,1118500.0,3344.0,3248.0,267.0,14.0,822.0,0.0,38.0,216.0,104.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 55.01,4907.0,3743.0,259.0,5.0,618.0,1.0,250.0,3749.0,77877.0,305700.0,3146.0 +36061006000,"Census Tract 60, New York County, New York",5457,4041.0,123563.0,,3549.0,4073.0,214.0,0.0,678.0,0.0,63.0,32.0,397.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 60,3989.0,3665.0,85.0,2.0,148.0,1.0,77.0,3595.0,76573.0,875000.0,2526.0 +36061006100,"Census Tract 61, New York County, New York",4824,3054.0,155960.0,1123700.0,2729.0,3692.0,111.0,0.0,579.0,0.0,8.0,90.0,344.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 61,5101.0,4039.0,203.0,5.0,518.0,3.0,286.0,3115.0,86597.0,391400.0,2584.0 +36061007200,"Census Tract 72, New York County, New York",7224,5587.0,108362.0,625000.0,4345.0,4862.0,50.0,0.0,1777.0,0.0,0.0,343.0,192.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 72,8111.0,6713.0,126.0,11.0,875.0,1.0,317.0,6147.0,75097.0,245600.0,4765.0 +36061007400,"Census Tract 74, New York County, New York",3803,2826.0,135588.0,791300.0,2383.0,2625.0,61.0,0.0,526.0,0.0,51.0,112.0,428.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 74,3712.0,2881.0,258.0,6.0,356.0,1.0,174.0,2642.0,76804.0,260900.0,2022.0 +36061000201,"Census Tract 2.01, New York County, New York",2730,1923.0,23574.0,,178.0,264.0,205.0,0.0,1153.0,0.0,0.0,2.0,1106.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 2.01,3329.0,153.0,305.0,6.0,1465.0,1.0,1383.0,2115.0,21019.0,187500.0,293.0 +36061000202,"Census Tract 2.02, New York County, New York",7789,5821.0,32068.0,569700.0,1751.0,1403.0,1341.0,37.0,1841.0,0.0,22.0,201.0,2981.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 2.02,6837.0,1816.0,879.0,21.0,1247.0,0.0,2761.0,4893.0,22750.0,132900.0,1004.0 +36061001502,"Census Tract 15.02, New York County, New York",7932,5352.0,155688.0,1123300.0,4746.0,5400.0,186.0,40.0,1745.0,0.0,0.0,202.0,359.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 15.02,3937.0,2720.0,179.0,14.0,674.0,1.0,230.0,1960.0,74531.0,442900.0,1555.0 +36061002202,"Census Tract 22.02, New York County, New York",1947,1696.0,90703.0,656300.0,1213.0,1055.0,122.0,11.0,307.0,0.0,0.0,103.0,360.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 22.02,1556.0,743.0,192.0,7.0,152.0,0.0,426.0,1203.0,32425.0,346200.0,541.0 +36061002700,"Census Tract 27, New York County, New York",1417,1151.0,59688.0,721300.0,513.0,260.0,4.0,0.0,1046.0,0.0,0.0,79.0,28.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 27,1517.0,290.0,28.0,2.0,1150.0,0.0,45.0,1261.0,28438.0,186300.0,240.0 +36061004700,"Census Tract 47, New York County, New York",2318,1867.0,124821.0,2000001.0,1631.0,1829.0,9.0,0.0,293.0,0.0,0.0,63.0,124.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 47,2463.0,1986.0,41.0,11.0,233.0,0.0,169.0,2019.0,57167.0,1000001.0,1357.0 +36061005000,"Census Tract 50, New York County, New York",5009,4325.0,137986.0,1016000.0,3768.0,3981.0,0.0,0.0,688.0,0.0,0.0,50.0,290.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 50,5695.0,4615.0,104.0,22.0,656.0,0.0,263.0,4748.0,71734.0,268400.0,3627.0 +36061009500,"Census Tract 95, New York County, New York",3471,1929.0,141971.0,1527100.0,1580.0,2366.0,107.0,20.0,588.0,0.0,0.0,89.0,301.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 95,2694.0,1933.0,165.0,14.0,345.0,1.0,214.0,1336.0,60993.0,613300.0,938.0 +36061009800,"Census Tract 98, New York County, New York",7350,6294.0,134500.0,756300.0,4808.0,5588.0,156.0,8.0,789.0,0.0,79.0,87.0,643.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 98,7066.0,5756.0,170.0,7.0,680.0,1.0,372.0,6232.0,67482.0,286300.0,4587.0 +36061020800,"Census Tract 208, New York County, New York",5566,3928.0,70651.0,1005200.0,1874.0,980.0,3162.0,62.0,139.0,0.0,0.0,244.0,1041.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 208,4071.0,127.0,3483.0,13.0,58.0,0.0,374.0,2665.0,24729.0,100000.0,437.0 +36061017402,"Census Tract 174.02, New York County, New York",2555,1847.0,38354.0,457700.0,717.0,436.0,978.0,8.0,223.0,0.0,0.0,28.0,890.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 174.02,2173.0,21.0,1153.0,1.0,28.0,0.0,970.0,1134.0,26175.0,,182.0 +36061018700,"Census Tract 187, New York County, New York",8660,6730.0,113879.0,2000001.0,5513.0,6280.0,506.0,0.0,767.0,0.0,2.0,119.0,986.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 187,9806.0,5827.0,963.0,18.0,736.0,0.0,2131.0,7325.0,54977.0,533300.0,4784.0 +36061018900,"Census Tract 189, New York County, New York",12236,8994.0,26529.0,1250000.0,3214.0,2480.0,2146.0,0.0,821.0,0.0,0.0,495.0,6294.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 189,11883.0,2418.0,3504.0,32.0,369.0,0.0,5451.0,8185.0,23836.0,242900.0,1929.0 +36061021000,"Census Tract 210, New York County, New York",7628,4589.0,28119.0,,1397.0,186.0,5129.0,0.0,104.0,0.0,0.0,80.0,2129.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 210,6623.0,26.0,5442.0,12.0,27.0,1.0,1110.0,4448.0,26047.0,17700.0,710.0 +36061022500,"Census Tract 225, New York County, New York",11072,8120.0,51572.0,311100.0,2445.0,1962.0,2533.0,45.0,490.0,0.0,29.0,396.0,5617.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 225,11108.0,405.0,2465.0,40.0,187.0,2.0,7960.0,6765.0,28689.0,162500.0,862.0 +36061024301,"Census Tract 243.01, New York County, New York",4419,3177.0,42312.0,,965.0,620.0,1576.0,36.0,155.0,0.0,13.0,42.0,2013.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 243.01,4296.0,109.0,1862.0,34.0,20.0,0.0,2262.0,2585.0,24219.0,411500.0,359.0 +36061024302,"Census Tract 243.02, New York County, New York",7649,4382.0,20949.0,,341.0,15.0,3880.0,152.0,85.0,0.0,0.0,52.0,3586.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 243.02,7386.0,48.0,5025.0,38.0,90.0,0.0,2175.0,3971.0,11482.0,450000.0,196.0 +36061027300,"Census Tract 273, New York County, New York",7007,5287.0,78165.0,473500.0,4079.0,4364.0,396.0,1.0,186.0,0.0,0.0,324.0,1737.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 273,6265.0,3564.0,300.0,15.0,249.0,0.0,2078.0,4766.0,46418.0,138400.0,2584.0 +36061028700,"Census Tract 287, New York County, New York",4069,3051.0,47992.0,379000.0,1415.0,1390.0,99.0,14.0,106.0,0.0,22.0,21.0,2431.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 287,4545.670093,945.7233276000001,152.955246,24.99268723,111.96723940000001,0.0,3251.048828,2904.150391,29613.001080000002,92800.00135,787.7695312999999 +36061030900,"Census Tract 309, New York County, New York",10137,6632.0,31549.0,626100.0,1486.0,1062.0,1936.0,0.0,27.0,0.0,105.0,153.0,6854.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 309,7820.0,487.0,2071.0,18.0,151.0,4.0,5042.0,4759.0,25754.0,163900.0,719.0 +36061031100,"Census Tract 311, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 311,18.99561501,5.998615265,11.99723053,0.0,0.0,0.0,0.9997692109999999,0.0,,,0.0 +36061004000,"Census Tract 40, New York County, New York",8667,6017.0,89818.0,728600.0,4876.0,6438.0,253.0,0.0,1110.0,8.0,35.0,228.0,595.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 40,8690.0,5845.0,516.0,24.0,1261.0,11.0,933.0,6066.0,51413.0,231000.0,3942.0 +36061002601,"Census Tract 26.01, New York County, New York",3934,2929.0,57788.0,419000.0,1124.0,1009.0,419.0,15.0,455.0,0.0,0.0,92.0,1959.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 26.01,3400.0,630.0,438.0,6.0,296.0,0.0,1994.0,2097.0,28060.0,187500.0,412.0 +36061002602,"Census Tract 26.02, New York County, New York",4207,3475.0,77212.0,651200.0,2348.0,2353.0,167.0,44.0,626.0,36.0,0.0,266.0,715.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 26.02,3718.0,1734.0,330.0,25.0,552.0,1.0,1015.0,2944.0,33100.0,234500.0,1428.0 +36061026900,"Census Tract 269, New York County, New York",9657,6566.0,38211.0,493500.0,982.0,657.0,423.0,14.0,201.0,0.0,33.0,65.0,8278.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 269,9931.0,1164.0,280.0,33.0,90.0,2.0,8315.0,5355.0,22279.0,135000.0,371.0 +36061028100,"Census Tract 281, New York County, New York",3208,2566.0,99038.0,421100.0,1830.0,2367.0,209.0,0.0,133.0,0.0,14.0,101.0,384.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 281,2540.329885,1890.276682,106.0447487,4.007311881000001,133.0327572,0.0,402.95112939999996,2056.84964,48426.12512,126998.8288,1185.23047 +36061028300,"Census Tract 283, New York County, New York",7919,5906.0,54243.0,,2415.0,1719.0,669.0,23.0,229.0,0.0,0.0,82.0,5220.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 283,8370.0,1339.0,586.0,14.0,294.0,0.0,6012.0,5218.0,26238.0,22400.0,1025.0 +36061029100,"Census Tract 291, New York County, New York",12180,7973.0,34024.0,,1378.0,614.0,533.0,33.0,214.0,0.0,53.0,36.0,10730.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 291,12413.0,378.0,510.0,39.0,141.0,0.0,11282.0,7198.0,21826.0,12600.0,702.0 +36061029500,"Census Tract 295, New York County, New York",8573,6547.0,73420.0,348400.0,2999.0,2678.0,168.0,0.0,334.0,0.0,0.0,160.0,5233.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 295,7588.0,2191.0,399.0,23.0,264.0,2.0,4622.0,5273.0,35069.0,94700.0,1760.0 +36061025500,"Census Tract 255, New York County, New York",5831,4318.0,35481.0,670000.0,2326.0,1554.0,352.0,61.0,963.0,0.0,90.0,138.0,2704.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 255,6888.336062,1723.03605,423.2639618,16.0,1178.230233,5.0,3462.7674450000004,4654.415129,35109.08719,121749.7553,1766.611634 +36061002100,"Census Tract 21, New York County, New York",6863,4883.0,250001.0,2000001.0,4245.0,5176.0,74.0,0.0,961.0,0.0,0.0,359.0,293.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 21,2407.0,1804.0,96.0,6.0,362.0,0.0,117.0,1891.0,128384.0,582800.0,1539.0 +36061022200,"Census Tract 222, New York County, New York",3323,2326.0,52826.0,1074700.0,1227.0,1181.0,1424.0,0.0,189.0,0.0,31.0,146.0,352.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 222,2412.0,68.0,1975.0,5.0,28.0,1.0,330.0,1534.0,16744.0,450000.0,264.0 +36061001600,"Census Tract 16, New York County, New York",7244,5929.0,44375.0,1546600.0,2251.0,990.0,93.0,0.0,5602.0,0.0,38.0,49.0,472.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 16,9598.0,526.0,43.0,26.0,8728.0,0.0,265.0,7004.0,23619.0,138400.0,1037.0 +36061002800,"Census Tract 28, New York County, New York",7304,5423.0,36470.0,479500.0,2383.0,2100.0,1044.0,16.0,853.0,0.0,44.0,78.0,3185.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 28,6701.0,1797.0,917.0,26.0,788.0,0.0,3079.0,4592.0,27976.0,184800.0,1280.0 +36061001300,"Census Tract 13, New York County, New York",4805,3716.0,139281.0,971700.0,3489.0,2992.0,60.0,0.0,953.0,0.0,31.0,129.0,640.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 13,1607.0000009999999,1146.644577,141.4096384,6.246987954,177.06626509999998,0.0,108.38554189999999,1215.385544,81594.94801000001,187500.0,855.7831325999999 +36061001402,"Census Tract 14.02, New York County, New York",2857,2396.0,29890.0,558300.0,997.0,872.0,100.0,48.0,860.0,0.0,45.0,108.0,872.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 14.02,3019.0,553.0,115.0,9.0,1040.0,0.0,1280.0,2092.0,18984.0,175000.0,383.0 +36061002201,"Census Tract 22.01, New York County, New York",6484,5048.0,28791.0,,1557.0,1151.0,731.0,35.0,1560.0,0.0,0.0,152.0,2890.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 22.01,6646.0,830.0,928.0,18.0,1607.0,3.0,3201.0,4435.0,25700.0,229500.0,822.0 +36061003001,"Census Tract 30.01, New York County, New York",4140,3212.0,72258.0,693200.0,2322.0,2047.0,208.0,0.0,810.0,0.0,0.0,281.0,794.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 30.01,4275.0,1435.0,145.0,25.0,1312.0,0.0,1294.0,3208.0,34826.0,153800.0,1276.0 +36061003100,"Census Tract 31, New York County, New York",2720,1423.0,202404.0,1458300.0,1086.0,1470.0,255.0,8.0,665.0,0.0,10.0,117.0,195.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 31,1726.0,750.0,175.0,2.0,406.0,0.0,125.0,490.0,67361.0,366100.0,282.0 +36061003400,"Census Tract 34, New York County, New York",6493,5216.0,75340.0,722500.0,3504.0,3842.0,153.0,0.0,989.0,0.0,0.0,62.0,1447.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 34,6561.0,3945.0,327.0,38.0,789.0,0.0,1327.0,5130.0,37371.0,197900.0,2736.0 +36061004200,"Census Tract 42, New York County, New York",5197,2354.0,123889.0,1023600.0,2011.0,3488.0,223.0,0.0,1087.0,0.0,0.0,98.0,301.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 42,3664.0,2412.0,347.0,11.0,618.0,0.0,263.0,2444.0,63258.0,378800.0,1702.0 +36061005700,"Census Tract 57, New York County, New York",2766,2265.0,157176.0,1345600.0,2057.0,2068.0,96.0,0.0,230.0,0.0,70.0,82.0,220.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 57,2535.0,2216.0,44.0,9.0,198.0,0.0,57.0,2148.0,97765.0,488800.0,1779.0 +36061008700,"Census Tract 87, New York County, New York",6815,5672.0,153350.0,1983300.0,4470.0,4779.0,85.0,0.0,579.0,0.0,59.0,148.0,1165.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 87,4626.0,3461.0,145.0,7.0,290.0,1.0,677.0,4140.0,56939.0,236200.0,2933.0 +36061027100,"Census Tract 271, New York County, New York",9743,7030.0,57111.0,410200.0,2885.0,2816.0,102.0,48.0,218.0,0.0,0.0,28.0,6579.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 271,8897.0,1829.0,137.0,17.0,149.0,10.0,6658.0,5689.0,32168.0,94600.0,1283.0 +36061030300,"Census Tract 303, New York County, New York",5113,3703.0,61714.0,329800.0,1712.0,1664.0,148.0,0.0,137.0,0.0,0.0,101.0,3063.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 303,4178.0,1256.0,255.0,17.0,131.0,1.0,2473.0,2753.0,38149.0,73600.0,918.0 +36061030700,"Census Tract 307, New York County, New York",3756,3076.0,76759.0,367600.0,1761.0,1960.0,275.0,47.0,142.0,12.0,64.0,121.0,1176.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 307,3587.0,1798.1666670000002,462.66666669999995,15.0,115.0,0.0,1166.166667,2812.0,47994.0,81800.0,1367.0 +36061001002,"Census Tract 10.02, New York County, New York",5707,4195.0,18977.0,,416.0,182.0,511.0,0.0,776.0,0.0,0.0,71.0,4167.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 10.02,6733.3359709999995,135.0073411,1201.0611099999999,20.00119045,586.0215602999999,6.6136e-05,4761.243843,3839.1906700000004,14519.093840000001,19.52162012,154.0080025 +36061001800,"Census Tract 18, New York County, New York",7895,6171.0,65223.0,1061000.0,2401.0,2238.0,373.0,155.0,4237.0,0.0,17.0,233.0,642.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 18,10157.0,967.0,273.0,16.0,7457.0,2.0,1406.0,7122.0,25747.0,667800.0,710.0 +36061021100,"Census Tract 211, New York County, New York",10050,6877.0,48955.0,569800.0,4817.0,4194.0,1850.0,0.0,2393.0,0.0,114.0,265.0,1234.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 211,10718.0,3517.411765,2978.0588239999997,65.02941176,1260.2352939999998,3.0,2806.264706,7667.058824,34943.32449,100285.405,3583.911765 +36061021600,"Census Tract 216, New York County, New York",8282,6088.0,57589.0,930100.0,2852.0,2057.0,4115.0,47.0,390.0,0.0,17.0,184.0,1519.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 216,7986.0,286.0,5817.0,29.0,156.0,1.0,1673.0,4809.0,25236.0,153800.0,980.0 +36061021900,"Census Tract 219, New York County, New York",6469,3912.0,19637.0,,489.0,330.0,2211.0,170.0,109.0,8.0,0.0,0.0,3811.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 219,6423.0,128.0,2560.0,14.0,101.0,4.0,3601.0,3716.0,17272.0,625000.0,215.0 +36061023700,"Census Tract 237, New York County, New York",7721,5421.0,41953.0,169900.0,1789.0,1231.0,1864.0,19.0,400.0,0.0,41.0,501.0,3684.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 237,7229.103963,237.9828949,2712.407715,29.87232971,85.63401031,0.0,4109.437011999999,4571.462402,22087.00058,91399.99991,581.5147095 +36061025100,"Census Tract 251, New York County, New York",2809,1988.0,32049.0,519200.0,414.0,313.0,403.0,23.0,111.0,0.0,0.0,5.0,1977.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 251,2995.0,163.0,383.0,9.0,120.0,0.0,2312.0,1885.0,21354.0,9999.0,138.0 +36061026700,"Census Tract 267, New York County, New York",2174,1092.0,38911.0,,442.0,1244.0,40.0,41.0,51.0,0.0,0.0,0.0,818.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 267,1923.0,592.0,36.0,3.0,35.0,0.0,1219.0,1035.0,19947.0,55000.0,182.0 +36061027700,"Census Tract 277, New York County, New York",7725,5801.0,31327.0,,1123.0,920.0,656.0,86.0,147.0,0.0,0.0,44.0,5958.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 277,8112.0,606.0,496.0,31.0,74.0,2.0,6847.0,5162.0,25087.0,225000.0,378.0 +36061031900,"Census Tract 319, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 319,237.00000789999999,143.4849396,21.41566277,0.713855445,43.54518127,0.0,27.12650681,145.6265106,81250.99897,,51.39759064 +36061011100,"Census Tract 111, New York County, New York",5012,4249.0,105887.0,489300.0,2886.0,2393.0,367.0,0.0,1241.0,0.0,4.0,82.0,925.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 111,3048.0,1420.0,268.0,16.0,568.0,1.0,743.0,2347.0,41940.0,288800.0,1122.0 +36061011402,"Census Tract 114.02, New York County, New York",1910,1617.0,155353.0,1184000.0,1369.0,1679.0,0.0,0.0,105.0,0.0,0.0,48.0,78.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 114.02,2367.0,2023.0,20.0,2.0,177.0,1.0,129.0,2030.0,85908.0,599900.0,1474.0 +36061014000,"Census Tract 140, New York County, New York",7773,6266.0,153906.0,2000001.0,5269.0,6586.0,101.0,0.0,492.0,0.0,0.0,67.0,527.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 140,7754.0,7042.0,80.0,9.0,318.0,1.0,272.0,6113.0,97430.0,699900.0,5152.0 +36061015100,"Census Tract 151, New York County, New York",8332,6601.0,61595.0,1335000.0,3850.0,2874.0,1155.0,26.0,1397.0,0.0,135.0,229.0,2542.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 151,6828.530291,2433.464355,1653.446167,17.33374023,687.5716553,0.9629855159999999,1991.454102,4858.261719,39983.000810000005,432300.0078,2538.429932 +36061015602,"Census Tract 156.02, New York County, New York",2617,1847.0,56458.0,1072700.0,763.0,606.0,585.0,0.0,348.0,0.0,7.0,94.0,977.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 156.02,1598.0,219.0,456.0,7.0,83.0,2.0,823.0,1101.0,15069.0,,105.0 +36061016800,"Census Tract 168, New York County, New York",4770,3321.0,24777.0,2000001.0,946.0,929.0,1461.0,45.0,313.0,0.0,0.0,82.0,1985.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 168,4158.0,547.0,1072.0,12.0,167.0,0.0,2343.0,2610.0,22061.0,1000001.0,545.0 +36061017300,"Census Tract 173, New York County, New York",8226,6964.0,128064.0,972600.0,5215.0,5827.0,259.0,0.0,710.0,0.0,0.0,141.0,1289.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 173,8991.0,6402.0,743.0,21.0,362.0,2.0,1396.0,7343.0,71969.0,569900.0,5144.0 +36061017500,"Census Tract 175, New York County, New York",10500,8318.0,146042.0,1144700.0,6735.0,8304.0,540.0,0.0,530.0,0.0,99.0,36.0,991.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 175,10725.0,8650.0,551.0,15.0,504.0,2.0,865.0,8771.0,87026.0,470000.0,6331.0 +36061000500,"Census Tract 5, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 5,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36061003002,"Census Tract 30.02, New York County, New York",2972,2523.0,53333.0,635200.0,1522.0,1520.0,239.0,0.0,358.0,0.0,24.0,30.0,801.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 30.02,3281.0,1812.0,241.0,18.0,426.0,1.0,741.0,2457.0,34450.0,183000.0,1155.0 +36061006300,"Census Tract 63, New York County, New York",6728,5245.0,134512.0,1218600.0,4599.0,5606.0,88.0,0.0,539.0,0.0,67.0,115.0,313.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 63,6265.0,5530.0,130.0,11.0,326.0,1.0,244.0,5462.0,77355.0,498700.0,4218.0 +36061017800,"Census Tract 178, New York County, New York",3782,2642.0,48353.0,838000.0,1059.0,671.0,632.0,28.0,218.0,16.0,110.0,50.0,2085.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 178,4096.0,555.0,894.0,9.0,47.0,0.0,2504.0,2460.0,23284.0,242500.0,304.0 +36061018800,"Census Tract 188, New York County, New York",6009,4197.0,30963.0,355800.0,1223.0,863.0,1232.0,14.0,144.0,0.0,16.0,122.0,3632.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 188,6471.0,402.0,1160.0,7.0,84.0,4.0,4786.0,3606.0,16716.0,236100.0,380.0 +36061020300,"Census Tract 203, New York County, New York",3338,891.0,38750.0,937500.0,706.0,1682.0,455.0,34.0,582.0,5.0,0.0,92.0,488.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 203,3583.0,2109.0,388.0,13.0,728.0,1.0,331.0,1018.0,34702.0,444700.0,871.0 +36061013900,"Census Tract 139, New York County, New York",9600,8464.0,101912.0,802200.0,6168.0,5998.0,456.0,37.0,1699.0,0.0,206.0,422.0,782.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 139,9795.0,6939.0,500.0,27.0,1137.0,1.0,1088.0,8637.0,56507.0,275400.0,5758.0 +36061014500,"Census Tract 145, New York County, New York",5858,4467.0,159222.0,1137400.0,3709.0,3868.0,426.0,0.0,802.0,0.0,37.0,134.0,591.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 145,4411.0,3203.0,175.0,11.0,590.0,0.0,382.0,3716.0,102582.0,459600.0,3069.0 +36061014700,"Census Tract 147, New York County, New York",3436,2780.0,190167.0,1658700.0,2509.0,1825.0,69.0,0.0,917.0,0.0,25.0,142.0,458.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 147,2231.0,1360.0,194.0,10.0,530.0,0.0,117.0,1219.0,68750.0,162500.0,1046.0 +36061006400,"Census Tract 64, New York County, New York",7961,6759.0,106179.0,684900.0,5489.0,5557.0,257.0,180.0,1177.0,0.0,74.0,337.0,379.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 64,7334.0,5649.0,293.0,22.0,805.0,3.0,515.0,6165.0,63678.0,224000.0,4577.0 +36061006500,"Census Tract 65, New York County, New York",6490,4918.0,104384.0,914100.0,3951.0,4864.0,201.0,0.0,590.0,0.0,0.0,362.0,473.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 65,6690.0,5154.0,259.0,14.0,718.0,0.0,456.0,4835.0,56625.0,421800.0,3378.0 +36061012500,"Census Tract 125, New York County, New York",2489,2088.0,141875.0,1375000.0,1746.0,1360.0,8.0,0.0,885.0,0.0,0.0,41.0,195.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 125,1762.0,1023.0,114.0,6.0,364.0,1.0,214.0,1491.0,76099.0,112500.0,1069.0 +36061020101,"Census Tract 201.01, New York County, New York",1781,439.0,112708.0,1137900.0,418.0,950.0,269.0,39.0,282.0,0.0,0.0,59.0,182.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 201.01,2215.0,1275.0,242.0,5.0,487.0,3.0,193.0,466.0,59479.0,383300.0,385.0 +36061007800,"Census Tract 78, New York County, New York",8610,6966.0,118866.0,701100.0,5479.0,4864.0,378.0,0.0,1933.0,0.0,0.0,451.0,984.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 78,7471.0,5644.0,214.0,16.0,1101.0,2.0,422.0,6275.0,70174.0,219300.0,4211.0 +36061011202,"Census Tract 112.02, New York County, New York",266,231.0,163750.0,1650000.0,193.0,198.0,0.0,0.0,43.0,0.0,0.0,0.0,25.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 112.02,380.0,316.0,3.0,0.0,20.0,0.0,40.0,354.0,188697.0,1000001.0,195.0 +36061014300,"Census Tract 143, New York County, New York",4,1.0,,,0.0,0.0,2.0,0.0,0.0,0.0,0.0,1.0,1.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 143,18.0,8.0,8.0,0.0,0.0,0.0,1.0,12.0,18750.0,350000.0,0.0 +36061017401,"Census Tract 174.01, New York County, New York",4582,3249.0,19890.0,900600.0,1084.0,523.0,1517.0,0.0,358.0,0.0,17.0,34.0,2133.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 174.01,5821.0,456.0,2334.0,12.0,114.0,0.0,2867.0,3745.0,24861.0,195000.0,721.0 +36061020701,"Census Tract 207.01, New York County, New York",3181,2134.0,62331.0,593800.0,1842.0,1570.0,183.0,0.0,896.0,0.0,0.0,100.0,432.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 207.01,2548.0,1555.0,210.0,14.0,494.0,0.0,238.0,1966.0,32273.0,166000.0,1640.0 +36061003200,"Census Tract 32, New York County, New York",7939,7171.0,68675.0,656100.0,5158.0,5972.0,304.0,1.0,1095.0,0.0,0.0,40.0,527.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 32,8016.0,5819.0,340.0,41.0,1006.0,0.0,717.0,6729.0,36759.0,176300.0,3406.0 +36061014601,"Census Tract 146.01, New York County, New York",4468,3913.0,111853.0,1561900.0,3311.0,3098.0,6.0,25.0,742.0,0.0,0.0,57.0,540.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 146.01,3846.0,3135.0,72.0,2.0,353.0,1.0,225.0,3337.0,60589.0,242800.0,2476.0 +36061016500,"Census Tract 165, New York County, New York",6529,5506.0,138313.0,1014600.0,4104.0,5017.0,307.0,0.0,413.0,0.0,0.0,80.0,712.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 165,6618.0,5468.0,244.0,13.0,330.0,1.0,534.0,5556.0,89811.0,489000.0,4449.0 +36061027900,"Census Tract 279, New York County, New York",12283,8621.0,44962.0,421400.0,2400.0,1703.0,419.0,234.0,278.0,0.0,0.0,198.0,9685.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 279,11764.0,1414.0,545.0,39.0,170.0,2.0,9450.0,7307.0,30387.0,170500.0,1548.0 +36061011203,"Census Tract 112.03, New York County, New York",1228,1025.0,124050.0,1070700.0,904.0,878.0,42.0,0.0,238.0,0.0,0.0,18.0,52.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 112.03,1255.0,1057.0,16.0,0.0,91.0,0.0,83.0,1067.0,77329.0,430800.0,637.0 +36061018400,"Census Tract 184, New York County, New York",7459,5055.0,27132.0,657700.0,1437.0,365.0,3015.0,0.0,704.0,0.0,84.0,58.0,3233.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 184,6006.0,88.0,2571.0,18.0,95.0,0.0,3213.0,3690.0,14103.0,1000001.0,196.0 +36061017200,"Census Tract 172, New York County, New York",5787,4088.0,43750.0,1079500.0,1217.0,630.0,978.0,0.0,206.0,0.0,0.0,33.0,3940.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 172,5258.0,174.0,983.0,12.0,214.0,0.0,3821.0,2973.0,19106.8125,141890.2439,250.0 +36061021500,"Census Tract 215, New York County, New York",4520,2765.0,33958.0,635400.0,763.0,622.0,2433.0,0.0,154.0,0.0,19.0,50.0,1242.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 215,2925.0,26.0,2558.0,20.0,4.0,0.0,313.0,1735.0,18134.35345,777778.5556,113.0 +36061025700,"Census Tract 257, New York County, New York",4609,3331.0,81513.0,865200.0,2167.0,1536.0,1730.0,0.0,351.0,0.0,13.0,109.0,870.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 257,2942.0,129.0,2236.0,17.0,33.0,1.0,514.0,1912.0,21529.80392,130542.95300000001,316.0 +36061029900,"Census Tract 299, New York County, New York",4348,2943.0,21957.0,195300.0,511.0,91.0,875.0,5.0,0.0,0.0,9.0,8.0,3365.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 299,3979.0,119.83333329999999,1138.333333,22.0,19.0,0.0,2660.833333,2487.0,23272.0,12100.0,239.0 +36061003700,"Census Tract 37, New York County, New York",2674,2211.0,147738.0,1410000.0,1712.0,2072.0,73.0,0.0,208.0,0.0,29.0,71.0,221.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 37,2256.0,1732.0,171.0,6.0,111.0,0.0,211.0,1913.0,82651.09813,433035.7868,1246.0 +36061024200,"Census Tract 242, New York County, New York",4421,2887.0,25285.0,,637.0,205.0,2162.0,8.0,204.0,0.0,0.0,0.0,1842.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 242,3311.0,31.0,2234.0,14.0,8.0,0.0,1019.0,1855.0,16665.47074,276690.9091,130.0 +36061025900,"Census Tract 259, New York County, New York",3635,2585.0,57161.0,540500.0,1568.0,663.0,1556.0,0.0,139.0,0.0,21.0,133.0,1123.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 259,1932.0,25.0,1458.0,10.0,19.0,0.0,417.0,1032.0,15121.277280000002,381944.4444,45.0 +36061008601,"Census Tract 86.01, New York County, New York",2986,2181.0,152120.0,1014800.0,1881.0,1914.0,55.0,14.0,704.0,0.0,0.0,67.0,232.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 86.01,2656.0001039999997,2102.6752850000003,52.38602111,2.559176448,345.1175665,0.0,129.1169678,2264.782468,110298.2901,493698.6736,1795.814059 +36061008603,"Census Tract 86.03, New York County, New York",4772,4178.0,167607.0,1042900.0,3485.0,3923.0,18.0,0.0,399.0,0.0,14.0,197.0,221.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 86.03,4558.913269,3609.740967,89.71028137,4.391412258,592.2133179,0.0,221.452652,3887.6545409999994,110330.0032,493699.9827,3082.771484 +36061022700,"Census Tract 227, New York County, New York",5875,4316.0,53633.0,450000.0,1933.0,1275.0,2030.0,0.0,158.0,0.0,13.0,186.0,2213.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 227,5195.0,218.0,3530.0,18.0,103.0,0.0,1282.0,3460.0,23661.020969999998,371179.8165,736.0 +36061023100,"Census Tract 231, New York County, New York",6760,5305.0,42924.0,489200.0,1818.0,860.0,2627.0,126.0,71.0,0.0,17.0,157.0,3028.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 231,5840.010348,142.0569611,3898.2387700000004,10.77673435,65.6401062,0.0,1687.0488280000002,3962.89917,25272.000219999998,366199.9842,716.1629638999999 +36061023801,"Census Tract 238.01, New York County, New York",9300,7315.0,88724.0,653000.0,5130.0,3575.0,1029.0,0.0,3147.0,0.0,23.0,374.0,1152.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 238.01,1389.043149,614.2722167999999,389.7199707,3.50178957,161.66593930000002,0.0,199.4560852,968.8284302000001,49976.00033,32900.00032,444.72726439999997 +36061023802,"Census Tract 238.02, New York County, New York",2645,2306.0,124250.0,,962.0,1159.0,456.0,0.0,498.0,0.0,0.0,65.0,467.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 238.02,8130.956993000001,3595.727783,2281.280029,20.49821091,946.3340454,0.0,1167.543945,5671.171875,49976.00137,32900.00093,2603.272705 +36061021703,"Census Tract 217.03, New York County, New York",9,9.0,,,4.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 217.03,1.00000003,0.020729093,0.444603294,0.002859185,0.0192995,0.0,0.508934975,0.701215148,24117.99954,,0.09435311 +36061008602,"Census Tract 86.02, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 86.02,54.08660664,42.82569504,1.064316034,0.052099387999999996,7.025974274,0.0,2.62729764,46.1228447,110329.9995,493699.9971,36.57376862 +36061021303,"Census Tract 213.03, New York County, New York",5850,4445.0,44688.0,422500.0,1850.0,997.0,2644.0,67.0,311.0,0.0,0.0,171.0,1727.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 213.03,5941.000024,136.97927090000002,3582.55542,12.99714088,106.9807014,0.0,2079.491089,3598.298828,24920.71197,8666.625963,478.90565489999994 +36061003601,"Census Tract 36.01, New York County, New York",3522,2524.0,47759.0,488500.0,969.0,830.0,236.0,0.0,786.0,0.0,7.0,31.0,1632.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 36.01,3280.0,617.0,326.0,10.0,946.0,0.0,1340.0,2195.0,19271.0,141800.0,456.0 +36061004500,"Census Tract 45, New York County, New York",1005,797.0,142632.0,2000001.0,550.0,672.0,1.0,1.0,261.0,0.0,0.0,42.0,29.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 45,1066.0,736.0,20.0,4.0,244.0,0.0,51.0,829.0,65662.0,808600.0,557.0 +36061005502,"Census Tract 55.02, New York County, New York",2245,1807.0,127465.0,1602000.0,1407.0,1673.0,90.0,0.0,78.0,21.0,0.0,67.0,316.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 55.02,2187.0,1663.0,119.0,3.0,215.0,0.0,156.0,1818.0,83497.0,992300.0,1323.0 +36061005600,"Census Tract 56, New York County, New York",3220,2703.0,124321.0,1177600.0,1979.0,2217.0,204.0,0.0,458.0,0.0,0.0,59.0,282.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 56,2577.0,1859.0,219.0,2.0,280.0,4.0,204.0,2180.0,85399.0,472400.0,1763.0 +36061006200,"Census Tract 62, New York County, New York",4692,3426.0,105170.0,,2184.0,2124.0,855.0,10.0,888.0,0.0,0.0,162.0,653.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 62,5077.000002000001,2810.758057,779.839386,6.997311831,737.6431274,0.0,674.8031006,3810.440186,61909.6332,,2208.840698 +36061007700,"Census Tract 77, New York County, New York",5991,5390.0,136731.0,992000.0,4631.0,4975.0,45.0,0.0,378.0,0.0,0.0,165.0,428.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 77,6146.0,5201.0,171.0,13.0,303.0,0.0,434.0,5436.0,68133.0,410400.0,4180.0 +36061008000,"Census Tract 80, New York County, New York",5013,4313.0,119167.0,858700.0,3657.0,3958.0,88.0,12.0,586.0,0.0,54.0,20.0,295.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 80,5392.0,4495.0,78.0,11.0,526.0,1.0,255.0,4677.0,68868.0,289300.0,3362.0 +36061009000,"Census Tract 90, New York County, New York",7645,6496.0,132390.0,668400.0,5389.0,5161.0,192.0,0.0,1476.0,5.0,0.0,98.0,713.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 90,7599.0,5461.0,323.0,25.0,1323.0,1.0,380.0,6412.0,80953.0,280000.0,4879.0 +36061009200,"Census Tract 92, New York County, New York",1691,1512.0,122500.0,721500.0,1264.0,1254.0,18.0,0.0,317.0,0.0,0.0,24.0,78.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 92,1334.0,919.0,75.0,5.0,217.0,0.0,106.0,1226.0,62375.0,319200.0,813.0 +36061010400,"Census Tract 104, New York County, New York",1008,935.0,120217.0,1200500.0,689.0,696.0,25.0,0.0,194.0,11.0,0.0,0.0,82.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 104,1097.0,909.0,29.0,2.0,98.0,0.0,51.0,951.0,67500.0,296400.0,655.0 +36061011900,"Census Tract 119, New York County, New York",1027,999.0,16394.0,,200.0,258.0,417.0,0.0,19.0,0.0,0.0,42.0,291.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 119,1405.0,761.0,304.0,16.0,121.0,1.0,186.0,1295.0,12173.0,625000.0,419.0 +36061013200,"Census Tract 132, New York County, New York",10818,8253.0,89282.0,661300.0,6633.0,6938.0,0.0,0.0,614.0,96.0,0.0,294.0,2876.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 132,9690.0,8197.0,179.0,17.0,696.0,0.0,517.0,7987.0,65477.0,238200.0,6063.0 +36061013400,"Census Tract 134, New York County, New York",11698,9552.0,96591.0,845700.0,7827.0,9717.0,229.0,0.0,1101.0,0.0,0.0,354.0,297.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 134,10666.0,9259.0,150.0,16.0,707.0,2.0,446.0,9107.0,66578.0,323500.0,6780.0 +36061013600,"Census Tract 136, New York County, New York",16147,13253.0,105867.0,940000.0,10542.0,13699.0,247.0,0.0,626.0,0.0,0.0,251.0,1324.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 136,15354.0,13450.0,253.0,21.0,918.0,0.0,631.0,12505.0,69163.0,439100.0,9313.0 +36061014402,"Census Tract 144.02, New York County, New York",7466,6052.0,126442.0,1030700.0,5380.0,6397.0,227.0,0.0,498.0,0.0,84.0,142.0,118.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 144.02,6359.0,5468.0,128.0,14.0,441.0,0.0,286.0,5370.0,67055.0,536100.0,4381.0 +36061014801,"Census Tract 148.01, New York County, New York",3198,2484.0,154306.0,1683300.0,2121.0,2555.0,11.0,11.0,256.0,0.0,0.0,117.0,248.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 148.01,2903.0,2538.0,43.0,3.0,176.0,0.0,122.0,2329.0,90391.0,640100.0,1867.0 +36061015700,"Census Tract 157, New York County, New York",9847,7442.0,139792.0,1047700.0,6909.0,7728.0,226.0,34.0,780.0,0.0,0.0,237.0,842.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 157,10961.0,9087.0,446.0,23.0,604.0,3.0,737.0,9430.0,71839.0,479800.0,6693.0 +36061015801,"Census Tract 158.01, New York County, New York",5598,4201.0,152784.0,1023600.0,3901.0,4407.0,198.0,0.0,615.0,0.0,52.0,87.0,239.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 158.01,5804.0,5068.0,114.0,11.0,310.0,1.0,264.0,4464.0,92940.0,696200.0,3568.0 +36061016100,"Census Tract 161, New York County, New York",6168,5127.0,121652.0,2000001.0,4314.0,4658.0,101.0,0.0,725.0,0.0,0.0,256.0,428.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 161,6710.0,5741.0,175.0,18.0,397.0,0.0,320.0,5834.0,69262.0,751600.0,4574.0 +36061016400,"Census Tract 164, New York County, New York",7696,5552.0,27116.0,,1533.0,802.0,1551.0,17.0,1175.0,0.0,68.0,43.0,4040.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 164,5986.0,131.0,1572.0,13.0,173.0,1.0,4046.0,3397.0,14830.0,211700.0,274.0 +36061019600,"Census Tract 196, New York County, New York",4072,3016.0,17070.0,,607.0,507.0,1223.0,0.0,230.0,4.0,0.0,224.0,1884.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 196,3751.0,43.0,1789.0,10.0,27.0,0.0,1867.0,2245.0,9829.0,17500.0,119.0 +36061018000,"Census Tract 180, New York County, New York",7896,4966.0,34516.0,517900.0,1312.0,639.0,1784.0,68.0,386.0,0.0,106.0,80.0,4901.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 180,7851.0,262.0,1951.0,10.0,135.0,0.0,5451.0,4374.0,13705.0,364100.0,314.0 +36061018500,"Census Tract 185, New York County, New York",5135,4158.0,116382.0,919400.0,3490.0,3319.0,722.0,8.0,522.0,0.0,0.0,89.0,475.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 185,3783.0,2224.0,953.0,11.0,211.0,1.0,360.0,3317.0,56810.0,319900.0,2414.0 +36061019000,"Census Tract 190, New York County, New York",3452,2518.0,55536.0,586800.0,1374.0,637.0,2001.0,34.0,291.0,0.0,9.0,59.0,421.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 190,1818.0,20.0,1470.0,6.0,10.0,0.0,302.0,1104.0,16623.0,275000.0,91.0 +36061019300,"Census Tract 193, New York County, New York",9361,7157.0,41205.0,657700.0,3185.0,2932.0,1558.0,26.0,766.0,0.0,271.0,125.0,3709.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 193,9416.0,1913.0,2256.0,40.0,499.0,0.0,4626.0,6597.0,34360.0,165800.0,2363.0 +36061019400,"Census Tract 194, New York County, New York",6703,4279.0,20086.0,381300.0,616.0,467.0,2194.0,118.0,111.0,0.0,24.0,126.0,3781.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 194,6845.0,115.0,2651.0,24.0,55.0,2.0,3971.0,3775.0,16507.0,450000.0,109.0 +36061021200,"Census Tract 212, New York County, New York",4615,3684.0,53117.0,325000.0,1955.0,357.0,3037.0,0.0,243.0,0.0,9.0,160.0,809.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 212,4166.0,56.0,3825.0,13.0,25.0,0.0,230.0,3326.0,29563.0,137500.0,864.0 +36061022400,"Census Tract 224, New York County, New York",8292,5018.0,31600.0,1131000.0,1218.0,890.0,4912.0,31.0,64.0,0.0,0.0,27.0,2368.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 224,6211.0,58.0,4791.0,26.0,49.0,0.0,1248.0,3705.0,15900.0,363200.0,335.0 +36061029300,"Census Tract 293, New York County, New York",9504,6575.0,37491.0,,1204.0,534.0,390.0,100.0,123.0,0.0,13.0,176.0,8268.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 293,9522.0,495.0,340.0,13.0,86.0,2.0,8491.0,5408.0,21678.0,9999.0,486.0 +36061023200,"Census Tract 232, New York County, New York",8512,5439.0,33586.0,280300.0,1393.0,484.0,4389.0,0.0,149.0,10.0,0.0,66.0,3414.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 232,8344.0,48.0,6345.0,19.0,89.0,0.0,1798.0,4469.0,18013.0,805000.0,300.0 +36061023900,"Census Tract 239, New York County, New York",3135,2278.0,34715.0,500000.0,716.0,316.0,973.0,57.0,102.0,0.0,11.0,52.0,1681.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 239,2686.0,61.0,1473.0,8.0,22.0,0.0,1106.0,1615.0,17841.0,266700.0,202.0 +36061024100,"Census Tract 241, New York County, New York",8613,7088.0,52519.0,417600.0,2663.0,1378.0,2051.0,200.0,301.0,88.0,92.0,43.0,4660.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 241,8295.0,604.0,2971.0,36.0,82.0,1.0,4541.0,5501.0,26491.0,150900.0,1328.0 +36061029700,"Census Tract 297, New York County, New York",17,17.0,,,0.0,0.0,13.0,0.0,4.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 297,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36061019702,"Census Tract 197.02, New York County, New York",2460,2062.0,66103.0,699000.0,1184.0,676.0,820.0,24.0,398.0,0.0,0.0,60.0,502.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 197.02,2088.0,228.0,1220.0,17.0,126.0,0.0,484.0,1595.0,26029.0,141600.0,497.0 +36061031703,"Census Tract 317.03, New York County, New York",5644,3938.0,250001.0,2000001.0,3317.0,4043.0,58.0,0.0,950.0,0.0,13.0,265.0,315.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 317.03,3651.394172,2609.385254,115.26850890000001,7.807030677999999,692.9887695,0.459237099,194.2572937,2922.584961,107611.0002,318600.0102,2206.175049 +36061031704,"Census Tract 317.04, New York County, New York",10241,7805.0,162030.0,965500.0,6938.0,6844.0,151.0,0.0,2055.0,0.0,59.0,276.0,856.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 317.04,4299.605828,3072.614746,135.73149109999997,9.192969322,816.0112305,0.540762901,228.7427063,3441.415039,107611.0053,318599.9914,2597.824951 +36061004400,"Census Tract 44, New York County, New York",17069,12699.0,98886.0,,9883.0,11993.0,894.0,0.0,1960.0,0.0,0.0,548.0,1674.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 44,15112.0,11572.0,891.0,31.0,1575.0,3.0,948.0,12761.0,66154.0,350000.0,8253.0 +36061019800,"Census Tract 198, New York County, New York",2806,2165.0,74712.0,498200.0,1027.0,453.0,1434.0,15.0,302.0,0.0,0.0,51.0,551.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 198,1517.0,50.0,1205.0,6.0,14.0,0.0,227.0,1266.0,21480.0,97400.0,301.0 +36061010900,"Census Tract 109, New York County, New York",179,142.0,160511.0,461400.0,127.0,109.0,13.0,1.0,49.0,0.0,0.0,5.0,3.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 109,208.0,97.0,13.0,0.0,73.0,0.0,23.0,127.0,71641.0,625000.0,105.0 +36071012300,"Census Tract 123, Orange County, New York",5456,3597.0,105417.0,350200.0,1167.0,4421.0,192.0,0.0,291.0,0.0,55.0,15.0,482.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 123,4677.265565,4234.839523,112.5568393,26.02716059,85.15926797,0.0,207.65995149999998,3007.406589,74476.74793,195332.6686,877.7278914999999 +36071013900,"Census Tract 139, Orange County, New York",4523,2859.0,114811.0,311400.0,1167.0,3299.0,198.0,0.0,64.0,0.0,44.0,53.0,865.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 139,4221.012749,3817.011445,56.00019119,14.00004971,65.00046651,0.0,256.000543,2714.009338,76934.9756,198600.2628,1030.0043859999998 +36071014800,"Census Tract 148, Orange County, New York",6480,4651.0,83260.0,275300.0,1207.0,4471.0,118.0,86.0,14.0,0.0,0.0,201.0,1590.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 148,6618.0,5985.0,133.0,33.0,88.0,3.0,362.0,4570.0,53450.0,127300.0,855.0 +36071013300,"Census Tract 133, Orange County, New York",7222,4895.0,111619.0,291800.0,1278.0,6071.0,308.0,0.0,0.0,0.0,19.0,0.0,824.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 133,6732.818406999999,5841.633500999999,222.8993603,72.96464379,87.10792295,0.0,493.1997086,4299.830946,71154.49382,168898.5301,1196.044969 +36071014302,"Census Tract 143.02, Orange County, New York",6909,4392.0,113264.0,317000.0,1768.0,5274.0,429.0,34.0,281.0,0.0,0.0,169.0,753.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 143.02,6652.710353,5744.106771,234.02838340000002,17.08626519,153.52529099999998,5.035917435,491.18088150000005,4114.379407,82754.44214,194463.9542,1285.437399 +36071014700,"Census Tract 147, Orange County, New York",4029,2798.0,105949.0,244100.0,1071.0,2851.0,694.0,0.0,49.0,0.0,0.0,99.0,336.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 147,3934.105535,2523.154993,700.7044302999999,40.93806083,72.36164161,0.9522738479999999,581.7133612000001,2637.319171,78121.44161000001,149104.4181,522.7261381 +36071014900,"Census Tract 149, Orange County, New York",3552,2571.0,104625.0,437800.0,1359.0,2890.0,127.0,0.0,138.0,0.0,0.0,78.0,319.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 149,3333.987282,2992.988525,49.99980927,12.99995041,121.99953459999999,0.0,141.9994507,2441.990723,70417.0006,275800.0043,1146.995605 +36071013700,"Census Tract 137, Orange County, New York",2682,2019.0,74500.0,202800.0,764.0,1438.0,539.0,10.0,135.0,0.0,30.0,103.0,427.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 137,2553.37565,1647.796777,431.67577400000005,21.0485648,86.34821996,0.0030998809999999996,354.4835814,1882.98599,42824.8011,127225.9787,294.2378858 +36071013800,"Census Tract 138, Orange County, New York",2929,2077.0,84100.0,263900.0,903.0,2113.0,191.0,14.0,94.0,0.0,0.0,103.0,414.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 138,2807.0,2515.0,80.0,19.0,40.0,0.0,141.0,1869.0,58346.0,148600.0,518.0 +36071000200,"Census Tract 2, Orange County, New York",2862,1767.0,52578.0,147900.0,308.0,835.0,611.0,0.0,90.0,0.0,0.0,61.0,1265.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 2,2336.0,1322.0,399.0,8.0,42.0,0.0,558.0,1503.0,39963.0,94400.0,181.0 +36071002100,"Census Tract 21, Orange County, New York",3224,2322.0,49861.0,165400.0,534.0,2162.0,429.0,10.0,66.0,0.0,28.0,49.0,480.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 21,3483.0,3028.0,145.0,19.0,25.0,0.0,256.0,2272.0,34375.0,93200.0,231.0 +36071002200,"Census Tract 22, Orange County, New York",3587,2137.0,42516.0,156700.0,350.0,2495.0,808.0,6.0,14.0,0.0,0.0,115.0,149.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 22,3202.0,2627.0,201.0,22.0,37.0,1.0,297.0,2059.0,23327.0,70800.0,174.0 +36071002300,"Census Tract 23, Orange County, New York",1859,1243.0,52629.0,161300.0,181.0,1595.0,26.0,50.0,26.0,0.0,0.0,93.0,107.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 23,2175.0,1934.0,97.0,12.0,18.0,0.0,107.0,1400.0,35313.0,82200.0,88.0 +36071010500,"Census Tract 105, Orange County, New York",8197,6208.0,83634.0,231500.0,1922.0,4469.0,1000.0,19.0,377.0,0.0,0.0,326.0,2006.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 105,7454.0,5692.0,768.0,35.0,117.0,0.0,809.0,5071.0,58662.0,136400.0,1180.0 +36071011400,"Census Tract 114, Orange County, New York",4091,2797.0,69421.0,254100.0,624.0,3078.0,313.0,24.0,40.0,0.0,36.0,29.0,571.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 114,3542.893279,3107.3583280000003,130.9619555,11.03970176,20.28452414,0.002495446,255.2007937,2338.685763,57021.69994,128824.6641,344.5272195 +36071013000,"Census Tract 130, Orange County, New York",4824,3089.0,78483.0,285200.0,1256.0,3641.0,23.0,0.0,168.0,0.0,1.0,126.0,865.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 130,4307.218714,3887.8621009999997,65.39398253,19.02638554,66.58874094,0.0,261.29002290000005,2865.1100469999997,57108.199929999995,140368.8788,913.9035568 +36071013400,"Census Tract 134, Orange County, New York",3097,2047.0,86724.0,271200.0,564.0,2124.0,299.0,0.0,98.0,0.0,5.0,18.0,553.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 134,3490.5739630000003,3001.5463760000002,90.00704949,17.99995327,73.00221917,0.0,301.0181702,2374.370936,61350.526289999994,159900.0629,511.02635260000005 +36071014600,"Census Tract 146, Orange County, New York",7241,5120.0,79188.0,311900.0,2121.0,6154.0,189.0,96.0,156.0,65.0,0.0,56.0,525.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 146,6770.908395,6052.236328,248.8863525,26.98767662,54.97489929,1.999087214,374.82885739999995,4601.898926,51825.00125,152100.0011,1395.362915 +36071010300,"Census Tract 103, Orange County, New York",3648,2418.0,77545.0,225900.0,526.0,2424.0,343.0,0.0,36.0,0.0,10.0,51.0,784.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 103,3637.0,2817.0,304.0,20.0,106.0,0.0,383.0,2369.0,63083.0,133500.0,465.0 +36071010400,"Census Tract 104, Orange County, New York",4025,2707.0,71017.0,214000.0,789.0,2549.0,287.0,0.0,55.0,0.0,0.0,101.0,1033.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 104,3570.0,2917.0,212.0,11.0,56.0,0.0,362.0,2500.0,52444.0,119700.0,472.0 +36071010600,"Census Tract 106, Orange County, New York",7186,5188.0,92692.0,289300.0,1635.0,5763.0,135.0,0.0,155.0,0.0,0.0,37.0,1096.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 106,6317.62843,5836.374739,88.06214791,38.00920201,41.03413036,0.999895632,288.1460796,4155.097337,52227.2885,148593.86800000002,870.2126222999999 +36071012200,"Census Tract 122, Orange County, New York",3721,2373.0,102853.0,314500.0,1184.0,2974.0,58.0,0.0,116.0,0.0,0.0,173.0,400.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 122,3210.601354,2984.490497,65.94507384,5.122078411,78.61256582,0.9999225740000001,74.40919328,2145.9482,70310.22464,177087.7469,860.6152763 +36071012900,"Census Tract 129, Orange County, New York",2815,2000.0,100000.0,308500.0,915.0,2503.0,0.0,0.0,44.0,32.0,0.0,43.0,193.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 129,3187.0,3008.0,10.0,10.0,29.0,0.0,122.0,2117.0,58214.0,159900.0,836.0 +36071011000,"Census Tract 110, Orange County, New York",4949,3198.0,65417.0,273100.0,969.0,3518.0,471.0,112.0,64.0,0.0,12.0,74.0,698.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 110,4165.773086,3612.201904,129.8993835,23.98142242,69.94581604,0.0,320.75152589999993,2787.840576,52976.00038,130999.9967,552.5719604 +36071012700,"Census Tract 127, Orange County, New York",4141,2845.0,60704.0,205400.0,541.0,2098.0,415.0,41.0,51.0,0.0,92.0,146.0,1339.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 127,4207.0,3262.0,295.0,20.0,67.0,0.0,534.0,2792.0,42796.0,116300.0,553.0 +36071014400,"Census Tract 144, Orange County, New York",4567,3254.0,90295.0,283900.0,1052.0,3603.0,168.0,50.0,29.0,0.0,6.0,119.0,598.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 144,4315.403668999999,3875.7700200000004,98.91756439,26.97751808,27.97668457,0.0,270.77435299999996,2866.611084,58250.00083,164300.0072,771.3571777000001 +36071014301,"Census Tract 143.01, Orange County, New York",5062,3364.0,79718.0,215700.0,1075.0,2458.0,633.0,36.0,411.0,0.0,0.0,113.0,1441.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 143.01,5666.398647999999,4038.509451,619.0549440000001,38.87792016,196.38743380000003,7.74409e-05,766.5907808,4163.0519,57663.603910000005,126202.9849,851.3847426000001 +36071012601,"Census Tract 126.01, Orange County, New York",4259,2708.0,87794.0,230900.0,997.0,2224.0,513.0,0.0,72.0,0.0,27.0,141.0,1282.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 126.01,3269.988623,2336.486084,308.6861267,17.86607742,113.64810940000001,0.0,476.428772,2261.547852,48589.00118,133500.0,494.29483030000006 +36071000502,"Census Tract 5.02, Orange County, New York",3865,1906.0,41875.0,205400.0,80.0,353.0,775.0,10.0,0.0,0.0,0.0,75.0,2652.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 5.02,4589.999851,614.7998047,1454.7540279999998,20.41555405,9.332824707,0.0,2479.614746,2286.5419920000004,27439.998939999998,80499.99871,127.74304199999999 +36071012602,"Census Tract 126.02, Orange County, New York",3309,2274.0,40615.0,204100.0,410.0,1682.0,666.0,0.0,242.0,0.0,0.0,23.0,696.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 126.02,3320.088952,2375.2301350000002,312.1740934,18.123724300000003,115.08774640000001,0.0,482.396055,2295.7849300000003,48628.12451,133535.7016,502.82637 +36071011802,"Census Tract 118.02, Orange County, New York",2667,1743.0,119583.0,311800.0,668.0,2379.0,95.0,9.0,41.0,0.0,0.0,0.0,152.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 118.02,2250.0000760000003,2010.760498,46.98708725,10.76040173,40.53084946,0.0,132.352951,1458.751831,61885.00129,152400.003,270.08609010000004 +36071011702,"Census Tract 117.02, Orange County, New York",4513,2986.0,88689.0,286100.0,912.0,3659.0,99.0,32.0,19.0,0.0,69.0,47.0,609.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 117.02,3584.7742350000003,3324.107422,49.02670288,11.16449642,34.94972992,0.0,162.613327,2288.236328,57264.002420000004,149600.0004,447.55068969999996 +36071011801,"Census Tract 118.01, Orange County, New York",4621,2759.0,67339.0,263200.0,954.0,3374.0,290.0,0.0,123.0,0.0,0.0,139.0,695.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 118.01,4022.999924,3595.2395020000004,84.01290894,19.23959732,72.46915436,0.0,236.647049,2608.248047,61884.999279999996,152400.0064,482.91390989999996 +36071011602,"Census Tract 116.02, Orange County, New York",3676,2705.0,50958.0,160700.0,366.0,3225.0,117.0,0.0,0.0,0.0,0.0,98.0,236.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 116.02,3847.99999,3573.282715,71.49503326,21.05675697,29.87121391,0.0,146.907608,2541.011963,45000.00138,92300.00482999999,239.4593964 +36071010102,"Census Tract 101.02, Orange County, New York",5181,3637.0,94648.0,290800.0,1107.0,3489.0,629.0,0.0,66.0,0.0,49.0,107.0,841.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 101.02,4164.000126,3433.7929689999996,244.7883301,21.30853844,76.91862488,0.0,374.71844480000004,2708.263184,61534.001860000004,160099.9969,628.8617554 +36071000300,"Census Tract 3, Orange County, New York",6553,3475.0,40494.0,178400.0,467.0,877.0,1384.0,101.0,210.0,0.0,144.0,52.0,3886.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 3,6175.0,1819.0,1509.0,31.0,76.0,0.0,2682.0,3383.0,37250.0,92200.0,424.0 +36071011500,"Census Tract 115, Orange County, New York",6993,5416.0,81722.0,240000.0,1145.0,4592.0,965.0,15.0,123.0,0.0,26.0,121.0,1152.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 115,6639.870334,4516.059182999999,1009.2797449999999,31.01382319,100.981425,0.999130428,969.5206177000001,4852.080945000001,56930.351570000006,136040.0859,609.2542894999999 +36071001100,"Census Tract 11, Orange County, New York",4603,3147.0,50664.0,163500.0,540.0,1302.0,1001.0,10.0,141.0,0.0,0.0,89.0,2070.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 11,4298.011876,2472.733614,493.3800272,31.67036411,94.32341509999999,0.0,1159.421186,2697.645991,33211.95715,103797.3496,239.148059 +36071001200,"Census Tract 12, Orange County, New York",2663,1652.0,44074.0,155800.0,147.0,380.0,488.0,31.0,122.0,0.0,43.0,118.0,1512.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 12,2600.856316,968.1075438999999,428.83285520000004,11.93966198,35.81898499,0.0,1138.247803,1405.895142,33482.00049,88200.00029,108.45192720000001 +36071001300,"Census Tract 13, Orange County, New York",3195,2361.0,84125.0,209900.0,746.0,1669.0,431.0,30.0,295.0,0.0,0.0,33.0,737.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 13,2972.0,2261.0,275.0,8.0,109.0,0.0,311.0,2099.0,60515.0,123200.0,749.0 +36071001600,"Census Tract 16, Orange County, New York",6980,4700.0,58872.0,194100.0,903.0,2738.0,1198.0,13.0,184.0,0.0,13.0,119.0,2728.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 16,5104.0430670000005,3248.58578,797.0356912999999,16.96009974,115.7151128,0.997504532,904.7946621,3303.272193,48495.2595,100806.0028,644.4666109 +36071010200,"Census Tract 102, Orange County, New York",4631,3376.0,79728.0,285900.0,1245.0,3610.0,364.0,0.0,55.0,0.0,0.0,88.0,514.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 102,4755.0,3920.0,245.0,8.0,210.0,0.0,355.0,3497.0,61315.0,171600.0,1095.0 +36071011300,"Census Tract 113, Orange County, New York",7787,5693.0,54402.0,242200.0,1310.0,2839.0,1479.0,0.0,318.0,0.0,84.0,215.0,2852.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 113,6052.131881,3666.158873,821.7871115,39.38997594,239.8576014,0.0,1240.331058,4049.458797,40912.86393,102989.2602,553.4000010999999 +36071010700,"Census Tract 107, Orange County, New York",6781,4268.0,70147.0,196200.0,866.0,4865.0,408.0,0.0,65.0,0.0,280.0,90.0,1073.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 107,6289.659214,5371.609011,227.00918470000002,35.00396614,54.00427925,0.00010437200000000001,585.0300592,3850.4335619999997,42631.95096,103006.1451,515.0908036999999 +36071011900,"Census Tract 119, Orange County, New York",6474,4918.0,99180.0,351000.0,1652.0,4830.0,514.0,0.0,266.0,0.0,0.0,72.0,792.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 119,5280.850874000001,4512.260676,291.4472026,16.97420647,91.84213872,0.0,355.3491556,3617.6675729999997,70386.36476,214092.9954,986.2926177999999 +36071012800,"Census Tract 128, Orange County, New York",4834,3494.0,84688.0,238800.0,926.0,3189.0,428.0,10.0,53.0,0.0,0.0,14.0,1140.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 128,4978.69229,4066.41333,307.7447205,3.983750582,79.67501068,0.0,518.8834839,3297.549561,59073.999729999996,138499.9968,741.9735718 +36071013500,"Census Tract 135, Orange County, New York",6268,3909.0,132930.0,301800.0,1901.0,4360.0,381.0,0.0,414.0,0.0,0.0,22.0,1091.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 135,4632.4458509999995,3834.4174799999996,222.0020886,6.001392417000001,128.003481,1.0,429.016709,2936.3651609999997,80911.40774,169700.06699999998,1032.004177 +36071014201,"Census Tract 142.01, Orange County, New York",3768,2460.0,105000.0,291500.0,969.0,2849.0,135.0,0.0,136.0,0.0,12.0,14.0,622.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 142.01,3647.899009,3240.943553,42.28127389,12.97762584,75.96416149,0.011808774,264.76002769999997,2339.631593,76121.76026,167812.6915,868.5384149 +36071000100,"Census Tract 1, Orange County, New York",3307,1691.0,57534.0,166100.0,579.0,1689.0,729.0,0.0,38.0,0.0,0.0,186.0,665.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 1,3270.0,1656.0,965.0,7.0,56.0,1.0,571.0,1815.0,41071.0,101300.0,438.0 +36071000400,"Census Tract 4, Orange County, New York",4112,2391.0,26051.0,220800.0,325.0,572.0,2148.0,0.0,0.0,0.0,0.0,193.0,1199.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 4,5587.0,901.0,3303.0,21.0,25.0,0.0,1300.0,2826.0,25016.0,115300.0,285.0 +36071000600,"Census Tract 6, Orange County, New York",4325,2314.0,27699.0,186200.0,249.0,528.0,1129.0,66.0,8.0,0.0,0.0,0.0,2594.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 6,3161.0,1308.0,870.0,11.0,45.0,0.0,909.0,1946.0,22383.0,93700.0,177.0 +36071001500,"Census Tract 15, Orange County, New York",4969,3137.0,47936.0,193500.0,640.0,1540.0,1070.0,0.0,182.0,0.0,10.0,210.0,1957.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 15,4463.0,2327.0,730.0,41.0,85.0,0.0,1271.0,2721.0,37467.0,97900.0,506.0 +36071011200,"Census Tract 112, Orange County, New York",4391,3058.0,65234.0,202400.0,705.0,2153.0,1105.0,0.0,20.0,0.0,0.0,156.0,957.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 112,3669.0,2525.0,467.0,29.0,83.0,0.0,562.0,2419.0,55766.0,98500.0,399.0 +36071014202,"Census Tract 142.02, Orange County, New York",6025,3772.0,122964.0,356100.0,1816.0,4446.0,269.0,73.0,101.0,0.0,78.0,259.0,799.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 142.02,5495.0,4935.0,83.0,17.0,134.0,0.0,306.0,3608.0,78434.0,189900.0,1224.0 +36071012100,"Census Tract 121, Orange County, New York",3669,2652.0,72768.0,258700.0,904.0,2571.0,187.0,9.0,65.0,0.0,0.0,15.0,831.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 121,4430.0,3346.0,481.0,7.0,72.0,1.0,522.0,3058.0,45472.0,141300.0,760.0 +36071013201,"Census Tract 132.01, Orange County, New York",5352,3453.0,99153.0,256400.0,1347.0,3750.0,423.0,0.0,36.0,0.0,51.0,0.0,1092.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 132.01,4881.941709000001,3975.4779799999997,259.2464113,25.3092233,85.59229124,0.0,521.2615246,3043.000589,65163.267470000006,157446.2667,841.7226143999999 +36071000501,"Census Tract 5.01, Orange County, New York",3443,1891.0,38676.0,119200.0,186.0,628.0,580.0,0.0,0.0,0.0,0.0,88.0,2147.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 5.01,3278.999914,439.20013430000006,1039.24585,14.584445,6.667174816,0.0,1771.3850100000002,1633.457886,27439.999519999998,80500.0033,91.25695801 +36071011101,"Census Tract 111.01, Orange County, New York",2646,1836.0,89833.0,256600.0,447.0,1084.0,597.0,0.0,219.0,0.0,93.0,103.0,550.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 111.01,2693.000095,1903.395264,322.6547852,11.48237705,91.85901642,0.0,350.21249389999997,1753.741699,58082.00178,141300.0068,408.7726135 +36071015200,"Census Tract 152, Orange County, New York",10256,6474.0,95881.0,311800.0,2625.0,6453.0,1159.0,0.0,499.0,0.0,0.0,327.0,1818.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 152,7096.214253,6018.999659,392.82208149999997,50.96886739,75.37359385,0.0,523.0896031999999,4417.878705,54357.426660000005,145685.8868,904.4963838 +36071015100,"Census Tract 151, Orange County, New York",5968,3701.0,40049.0,169300.0,624.0,1824.0,1232.0,0.0,121.0,0.0,171.0,0.0,2620.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 151,6140.0,3279.0,1095.0,54.0,73.0,0.0,1601.0,3780.0,28663.849360000004,94310.20408,477.0 +36071010101,"Census Tract 101.01, Orange County, New York",4992,3423.0,102974.0,287100.0,1038.0,3689.0,584.0,0.0,34.0,0.0,0.0,77.0,608.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 101.01,3848.0001119999997,3173.207275,226.2116852,19.69146347,71.08138275,0.0,346.2815857,2502.737061,61534.00181,160099.9949,581.1383057 +36071010801,"Census Tract 108.01, Orange County, New York",4117,2976.0,58015.0,192700.0,731.0,2731.0,504.0,5.0,66.0,9.0,0.0,152.0,650.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 108.01,3684.0195240000003,3082.022133,210.2987946,10.22603265,40.90405086,0.0,332.1210774,2319.074117,53906.10117,122400.4467,521.5257709 +36071013202,"Census Tract 132.02, Orange County, New York",2054,1312.0,69934.0,244500.0,356.0,1457.0,50.0,8.0,58.0,0.0,0.0,13.0,476.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 132.02,2268.6770079999997,1848.2643030000002,120.35114229999999,11.76384643,39.6080014,0.0,241.6518559,1414.281107,65089.257489999996,157303.9268,390.2995245 +36071010802,"Census Tract 108.02, Orange County, New York",5630,3790.0,83064.0,245400.0,1053.0,4456.0,231.0,0.0,58.0,29.0,0.0,175.0,681.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 108.02,4602.000066,3849.9956049999996,262.7016602,12.77407646,51.09630585,0.0,414.8797913,2896.938477,53905.99855,122399.9978,651.4779053 +36071010902,"Census Tract 109.02, Orange County, New York",6090,4050.0,92167.0,283800.0,982.0,5224.0,78.0,0.0,95.0,0.0,0.0,45.0,648.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 109.02,4770.939143,4386.185604,70.89785923,12.119693,50.89576923,0.0,244.7808829,3021.3256469999997,57062.15905,148396.4373,687.6102553 +36071011102,"Census Tract 111.02, Orange County, New York",4027,2581.0,65344.0,259200.0,519.0,1748.0,938.0,113.0,246.0,0.0,9.0,174.0,870.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 111.02,4343.000115,3069.604736,520.3452148,18.517623899999997,148.14099119999997,0.0,564.7875366000001,2828.258545,58082.0017,141300.0026,659.227417 +36071011701,"Census Tract 117.01, Orange County, New York",4697,3214.0,93387.0,274400.0,770.0,3790.0,84.0,0.0,189.0,0.0,0.0,211.0,423.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 117.01,3800.362543,3524.01943,51.97593561,11.83629845,37.05129489,0.0,172.391766,2425.854377,57263.430810000005,149597.4482,474.45658269999996 +36071014502,"Census Tract 145.02, Orange County, New York",4923,3360.0,95662.0,361500.0,1616.0,4289.0,334.0,0.0,0.0,0.0,65.0,0.0,235.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 145.02,4819.906777,4460.517675,84.88440172,17.29043995,50.23963094,0.000912727,201.02926010000002,3114.322045,69613.71793,193276.8102,1036.7841779999999 +36071014501,"Census Tract 145.01, Orange County, New York",4065,2692.0,102330.0,348000.0,1046.0,3504.0,114.0,0.0,160.0,0.0,29.0,83.0,175.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 145.01,4104.184363,3798.245361,72.22922516,14.72188091,42.78546524,0.0,171.141861,2651.778809,69627.00211,193299.9983,882.8527832000001 +36071013100,"Census Tract 131, Orange County, New York",4852,3310.0,104696.0,360700.0,1826.0,4375.0,0.0,0.0,139.0,0.0,0.0,33.0,305.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 131,4812.166455,4323.735586,111.11392430000001,11.03918481,106.6791713,0.001681143,248.6278762,3268.107195,63894.71469,192942.0384,1189.035194 +36071013600,"Census Tract 136, Orange County, New York",6541,1614.0,100234.0,422200.0,1132.0,4795.0,383.0,24.0,276.0,0.0,80.0,319.0,675.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 136,7126.624531,5601.05957,652.9577637,46.92509842,336.4629517,2.995218992,467.25418089999994,1918.937012,56515.99875,1000001.0090000001,1196.09082 +36071015005,"Census Tract 150.05, Orange County, New York",4558,1243.0,40411.0,444100.0,35.0,4395.0,0.0,0.0,0.0,0.0,0.0,0.0,163.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 150.05,2192.08783,2143.615967,11.57538128,0.361730665,4.702498436,0.0,31.470567699999997,553.447937,20427.99945,160500.0039,47.38671875 +36071015006,"Census Tract 150.06, Orange County, New York",6550,1725.0,24661.0,401900.0,159.0,6421.0,0.0,0.0,0.0,0.0,0.0,11.0,118.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 150.06,3866.2768189999997,3780.7849119999996,20.4159832,0.637999475,8.293992996,0.0,55.50595474,976.1392212000001,20428.00077,160500.0046,83.57793427 +36071014102,"Census Tract 141.02, Orange County, New York",6307,4046.0,85357.0,291900.0,1516.0,2829.0,765.0,9.0,709.0,0.0,16.0,128.0,1860.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 141.02,4623.999811,3764.922852,167.571701,23.93881607,188.2461395,0.0,464.6306458000001,2990.175781,61962.99786,154199.9935,860.1651611 +36071014101,"Census Tract 141.01, Orange County, New York",3955,2458.0,80515.0,288600.0,946.0,2142.0,208.0,11.0,326.0,0.0,0.0,51.0,1217.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 141.01,3874.9999350000003,3155.076904,140.42828369999998,20.06118393,157.75384519999997,0.0,389.3693237,2505.824219,61962.9985,154199.9976,720.8347778 +36071015003,"Census Tract 150.03, Orange County, New York",5581,1454.0,29522.0,422300.0,147.0,5480.0,3.0,0.0,0.0,0.0,0.0,0.0,98.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 150.03,3585.5542509999996,3515.198486,5.17956543,3.4530436989999997,8.632609367,0.0,41.43652344,905.56073,12942.00008,170899.9993,10.35913086 +36071015004,"Census Tract 150.04, Orange County, New York",7006,2139.0,39094.0,393800.0,75.0,6729.0,0.0,53.0,0.0,0.0,0.0,0.0,224.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 150.04,4720.0002,4627.384277,6.818346023999999,4.545564175,11.36391068,0.0,54.54676819,1192.0742189999999,12941.99982,170899.9956,13.63669205 +36071011601,"Census Tract 116.01, Orange County, New York",4123,2957.0,52318.0,176400.0,379.0,3716.0,23.0,27.0,76.0,0.0,0.0,57.0,224.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 116.01,4010.0576509999996,3723.7224229999997,74.53191606,21.94335578,31.13072089,2.92953e-05,153.1157155,2648.039409,45000.42106,92301.63647,249.55115469999998 +36071010901,"Census Tract 109.01, Orange County, New York",3144,2210.0,66250.0,254100.0,672.0,2503.0,299.0,0.0,0.0,0.0,0.0,23.0,319.0,New York City,New York-Newark-Jersey City,NY,Orange County,Census Tract 109.01,3104.9999559999997,2854.628418,46.13142776,7.885714054,33.11999893,0.0,159.2914276,1966.3028559999998,57062.99945,148400.0037,447.51428219999997 +36079010500,"Census Tract 105, Putnam County, New York",5205,3988.0,112823.0,320600.0,1452.0,4485.0,175.0,0.0,12.0,0.0,15.0,97.0,421.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 105,5350.634317,4845.148164,82.10476208,31.01813304,113.0620855,0.000185574,269.2878472,3728.1059979999995,80399.11937,207315.8373,1376.146861 +36079010900,"Census Tract 109, Putnam County, New York",7512,5440.0,108000.0,351700.0,2450.0,6253.0,133.0,19.0,83.0,0.0,33.0,263.0,747.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 109,6861.0,6137.0,130.0,24.0,82.0,0.0,447.0,4598.0,69261.0,184500.0,1713.0 +36079010700,"Census Tract 107, Putnam County, New York",2553,1896.0,95000.0,419000.0,1045.0,2204.0,15.0,24.0,45.0,0.0,6.0,51.0,208.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 107,2545.818897,2401.9401980000002,20.98182837,5.995673005,31.97226858,0.0,77.93453383,1884.37568,53955.49856,191107.6477,745.3691101 +36079011800,"Census Tract 118, Putnam County, New York",7818,5466.0,86531.0,310400.0,1795.0,4782.0,169.0,62.0,264.0,0.0,0.0,190.0,2413.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 118,7634.098281999999,6317.116211,181.85940549999998,8.993047714,138.89262390000002,0.0,969.2506714,5259.933594,59302.998660000005,190599.9973,1399.917725 +36079011600,"Census Tract 116, Putnam County, New York",6155,4298.0,114519.0,420200.0,1377.0,5406.0,110.0,0.0,151.0,0.0,0.0,0.0,488.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 116,5864.084218,5383.24224,90.97012899,2.999141355,71.97697042,1.9993166919999998,274.9091732,3828.751732,85975.89461,253799.8025,1433.537128 +36079010400,"Census Tract 104, Putnam County, New York",3511,2558.0,102054.0,307200.0,977.0,2641.0,304.0,0.0,56.0,0.0,0.0,6.0,504.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 104,3380.6683009999997,3005.370361,62.71557617,17.91873741,38.82392883,0.0,226.97065730000003,2303.553223,75649.00223,165899.9963,617.2009277000001 +36079010800,"Census Tract 108, Putnam County, New York",3366,2452.0,110833.0,387200.0,1152.0,2652.0,128.0,0.0,111.0,0.0,24.0,165.0,286.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 108,3376.0,3103.0,55.0,8.0,48.0,0.0,153.0,2401.0,78707.0,214200.0,1051.0 +36079011000,"Census Tract 110, Putnam County, New York",4193,3125.0,122614.0,407900.0,1176.0,3674.0,0.0,23.0,0.0,0.0,0.0,21.0,498.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 110,3821.748438,3473.0451659999994,55.95239639,14.98724842,43.96259689,0.0,223.80958560000002,2516.858643,82753.00282000001,233000.0048,989.1584472999999 +36079011700,"Census Tract 117, Putnam County, New York",4929,3424.0,103286.0,413000.0,1680.0,4374.0,35.0,11.0,57.0,0.0,0.0,4.0,459.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 117,4920.470911,4572.200543999999,67.8409572,9.203630054,87.53478568,0.000683294,173.397301,3358.992678,79859.17738,242006.4538,1512.5711099999999 +36079011900,"Census Tract 119, Putnam County, New York",5541,3685.0,98182.0,352200.0,1453.0,4464.0,155.0,0.0,71.0,4.0,0.0,24.0,823.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 119,4817.901882,4354.88373,87.14059457,10.00695248,103.1073772,9.0,254.74932280000002,3181.066428,82136.74889,214376.75600000002,1220.082269 +36079010200,"Census Tract 102, Putnam County, New York",8468,5835.0,92083.0,388000.0,2027.0,5967.0,372.0,40.0,385.0,19.0,0.0,41.0,1644.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 102,7449.087495000001,6428.457214,307.8627233,28.99052079,132.9450598,0.999423683,524.8380768999999,5196.578887,70281.0176,203875.5502,1644.3893289999999 +36079011300,"Census Tract 113, Putnam County, New York",3945,2750.0,88000.0,381200.0,1096.0,3528.0,0.0,0.0,50.0,0.0,12.0,21.0,334.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 113,4545.0,4229.0,37.0,8.0,60.0,0.0,191.0,2994.0,80755.0,233400.0,831.0 +36079010300,"Census Tract 103, Putnam County, New York",4690,3421.0,80324.0,249600.0,779.0,3146.0,123.0,78.0,64.0,0.0,29.0,81.0,1229.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 103,5263.607081,4779.78751,89.01382583,15.99218045,47.99451454,0.000390763,310.8328973,3479.863219,67611.28635,145125.00699999998,745.7498612 +36079010600,"Census Tract 106, Putnam County, New York",3844,2791.0,126369.0,616500.0,1537.0,3556.0,41.0,0.0,16.0,0.0,0.0,45.0,186.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 106,3500.181207,3274.059847,26.018170899999998,20.00432766,39.027733500000004,0.0,126.06547009999998,2447.624385,85082.58046,263355.3046,1136.63093 +36079011100,"Census Tract 111, Putnam County, New York",5801,3952.0,110542.0,367500.0,1162.0,5076.0,26.0,0.0,84.0,0.0,0.0,65.0,550.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 111,5176.0,4704.0,87.0,11.0,100.0,0.0,236.0,3287.0,78343.0,217400.0,1157.0 +36079011500,"Census Tract 115, Putnam County, New York",6392,4587.0,93287.0,324400.0,1611.0,4850.0,129.0,0.0,392.0,0.0,0.0,105.0,916.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 115,5614.69914,4985.748734000001,83.53962135,20.89040834,52.70006093,0.0,442.9544841,3884.295655,66780.06465,212113.4774,1245.246304 +36079010100,"Census Tract 101, Putnam County, New York",3506,2546.0,95238.0,228100.0,804.0,2677.0,206.0,0.0,44.0,0.0,15.0,54.0,510.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 101,3855.0,3376.0,125.0,24.0,54.0,0.0,267.0,2449.0,62695.0,147400.0,559.0 +36079011400,"Census Tract 114, Putnam County, New York",4950,3433.0,108125.0,427800.0,1845.0,4136.0,83.0,0.0,108.0,0.0,0.0,139.0,484.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 114,5021.0,4598.0,32.0,13.0,68.0,0.0,284.0,3328.0,71135.0,234100.0,1123.0 +36079011200,"Census Tract 112, Putnam County, New York",7085,4726.0,101985.0,346000.0,1708.0,5876.0,0.0,0.0,208.0,0.0,0.0,17.0,984.0,New York City,New York-Newark-Jersey City,NY,Putnam County,Census Tract 112,6748.0,6005.0,62.0,23.0,90.0,0.0,523.0,4497.0,76077.0,217300.0,1391.0 +36081011900,"Census Tract 119, Queens County, New York",1565,1217.0,63750.0,687500.0,606.0,927.0,10.0,16.0,128.0,0.0,10.0,49.0,433.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 119,1975.0,1225.0,6.0,20.0,171.0,0.0,402.0,1379.0,37500.0,284600.0,480.0 +36081013500,"Census Tract 135, Queens County, New York",1607,1188.0,67132.0,792600.0,397.0,1375.0,0.0,0.0,58.0,0.0,6.0,13.0,155.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 135,1764.0,1398.0,6.0,8.0,45.0,0.0,205.0,1351.0,39583.0,269700.0,431.0 +36081013600,"Census Tract 136, Queens County, New York",1981,1562.0,66645.0,364900.0,757.0,1204.0,100.0,0.0,127.0,0.0,0.0,29.0,521.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 136,2181.0,1156.0,80.0,12.0,217.0,0.0,605.0,1574.0,58281.0,256000.0,551.0 +36081014100,"Census Tract 141, Queens County, New York",1822,1377.0,61154.0,926500.0,524.0,794.0,52.0,0.0,257.0,0.0,0.0,26.0,693.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 141,1976.0,1045.0,33.33333337,6.0,195.0,0.0,593.6666667000001,1348.0,30542.0,289234.8285,218.0 +36081014500,"Census Tract 145, Queens County, New York",2267,1765.0,65313.0,671000.0,830.0,1651.0,49.0,0.0,176.0,0.0,8.0,21.0,362.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 145,2282.0,1452.0,47.0,12.0,156.0,0.0,478.0,1574.0,37813.0,296600.0,378.0 +36081016100,"Census Tract 161, Queens County, New York",2482,1688.0,51964.0,877000.0,555.0,793.0,5.0,0.0,421.0,0.0,18.0,23.0,1222.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 161,2922.9844329999996,803.7292368,75.08396673,8.032961797,783.182071,0.0,1055.824349,1999.6854329999999,45264.50127,283363.4593,324.8471182 +36081016300,"Census Tract 163, Queens County, New York",3558,2920.0,20920.0,633900.0,346.0,532.0,821.0,0.0,550.0,0.0,0.0,0.0,1655.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 163,4531.015490999999,825.2707519999999,1234.9160160000001,9.967038155,659.8179321,0.0,1761.175659,2626.314453,25101.9999,227400.0012,256.1528625 +36081018000,"Census Tract 180, Queens County, New York",1457,839.0,66739.0,428200.0,106.0,228.0,265.0,129.0,307.0,0.0,184.0,72.0,272.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 180,1099.0,14.0,874.0,2.0,67.0,0.0,102.0,650.0,50278.0,170800.0,70.0 +36081020600,"Census Tract 206, Queens County, New York",1974,1334.0,69630.0,417600.0,78.0,194.0,420.0,8.0,187.0,0.0,144.0,15.0,1014.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 206,1758.0,185.0,699.0,31.0,178.0,0.0,573.0,923.0,36446.0,193300.0,93.0 +36081006900,"Census Tract 69, Queens County, New York",4380,3568.0,58879.0,392700.0,1444.0,1856.0,136.0,0.0,924.0,0.0,0.0,20.0,1444.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 69,4537.0,1654.0,79.0,40.0,869.0,0.0,1664.0,3103.0,35620.0,344900.0,686.0 +36081023200,"Census Tract 232, Queens County, New York",5823,4374.0,70729.0,482500.0,1382.0,748.0,1116.0,0.0,1926.0,7.0,444.0,326.0,1256.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 232,5011.0,1191.0,724.0,41.0,1742.0,0.0,1082.0,3473.0,47131.0,227900.0,996.0 +36081012601,"Census Tract 126.01, Queens County, New York",2889,1905.0,70179.0,472800.0,390.0,206.0,290.0,46.0,430.0,0.0,129.0,76.0,1729.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 126.01,2434.0,479.0,242.0,52.0,435.0,0.0,1071.0,1465.0,44722.0,195800.0,248.0 +36081013200,"Census Tract 132, Queens County, New York",2456,1492.0,66250.0,735200.0,595.0,1010.0,154.0,18.0,308.0,0.0,22.0,38.0,906.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 132,1785.0,878.0,80.0,9.0,244.0,0.0,480.0,1145.0,32361.0,277600.0,396.0 +36081007500,"Census Tract 75, Queens County, New York",4252,3527.0,81716.0,510500.0,2120.0,2244.0,30.0,0.0,886.0,0.0,96.0,64.0,932.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 75,4518.0,2301.0,103.0,14.0,746.0,0.0,1165.0,3472.0,30983.0,97900.0,985.0 +36081026200,"Census Tract 262, Queens County, New York",1153,747.0,71250.0,405100.0,146.0,6.0,925.0,0.0,11.0,0.0,33.0,0.0,178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 262,1144.0,12.0,1022.0,0.0,12.0,0.0,88.0,703.0,51307.0,155800.0,73.0 +36081059300,"Census Tract 593, Queens County, New York",4338,2997.0,60258.0,561300.0,853.0,3014.0,13.0,0.0,213.0,0.0,0.0,0.0,1098.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 593,3865.0,2804.0,21.0,5.0,196.0,0.0,771.0,2698.0,35547.0,247300.0,413.0 +36081059800,"Census Tract 598, Queens County, New York",1693,1226.0,86506.0,408700.0,418.0,20.0,1528.0,0.0,5.0,0.0,15.0,56.0,69.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 598,1830.0,23.0,1710.0,8.0,15.0,0.0,62.0,1206.0,54484.0,170700.0,302.0 +36081060000,"Census Tract 600, Queens County, New York",1188,886.0,81731.0,387100.0,340.0,4.0,1065.0,23.0,11.0,0.0,0.0,9.0,76.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 600,1260.0,38.0,1181.0,3.0,1.0,0.0,32.0,862.0,65000.0,187900.0,266.0 +36081061601,"Census Tract 616.01, Queens County, New York",2376,1774.0,97500.0,425400.0,497.0,6.0,2108.0,0.0,11.0,0.0,0.0,73.0,178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 616.01,2207.261565,45.62595528,2081.465345,8.027215447,4.054430895,0.0,55.08861792,1584.900122,71100.19327,193731.8069,491.85762189999997 +36081062000,"Census Tract 620, Queens County, New York",1439,1068.0,106500.0,426100.0,544.0,17.0,1184.0,46.0,91.0,0.0,0.0,0.0,101.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 620,1579.7542130000002,42.43717867,1454.4997,3.0190077680000003,9.038015537,0.0,59.76031077,1142.009683,59735.64359,190163.5953,287.9958156 +36081062500,"Census Tract 625, Queens County, New York",2807,1963.0,76250.0,544400.0,451.0,1775.0,43.0,0.0,80.0,0.0,0.0,16.0,893.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 625,2242.0,1903.0,17.0,4.0,29.0,0.0,280.0,1562.0,47600.0,211400.0,229.0 +36081063500,"Census Tract 635, Queens County, New York",2609,1812.0,54865.0,615000.0,494.0,1852.0,14.0,0.0,24.0,0.0,5.0,30.0,684.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 635,2485.0,2267.0,16.0,8.0,14.0,0.0,180.0,1680.0,49333.0,256000.0,340.0 +36081065600,"Census Tract 656, Queens County, New York",5816,3987.0,78314.0,465100.0,1174.0,124.0,5069.0,0.0,161.0,0.0,60.0,168.0,234.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 656,4373.0,661.0,3036.0,15.0,155.0,0.0,439.0,2673.0,55923.0,197000.0,480.0 +36081066000,"Census Tract 660, Queens County, New York",3724,2540.0,96150.0,443700.0,567.0,193.0,3154.0,93.0,18.0,0.0,0.0,7.0,317.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 660,3214.0,405.0,2313.0,1.0,120.0,0.0,341.0,1908.0,65153.0,192300.0,432.0 +36081068300,"Census Tract 683, Queens County, New York",3991,3322.0,52005.0,287500.0,1396.0,542.0,402.0,0.0,1860.0,0.0,0.0,16.0,1171.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 683,4298.0,472.0,234.0,36.0,1542.0,0.0,1967.0,3003.0,40205.0,81100.0,838.0 +36081071600,"Census Tract 716, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 716,27.40611291,19.57579422,0.978789747,0.0,2.9363691810000003,0.0,0.0,29.36369324,47749.99968,121899.9992,0.0 +36081062900,"Census Tract 629, Queens County, New York",2996,2162.0,72926.0,478700.0,554.0,1963.0,5.0,0.0,254.0,0.0,0.0,53.0,721.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 629,2673.0,2049.0,20.0,3.0,23.0,0.0,546.0,1776.0,36563.0,208500.0,169.0 +36081059900,"Census Tract 599, Queens County, New York",1299,1026.0,48750.0,517700.0,219.0,939.0,7.0,0.0,42.0,0.0,0.0,11.0,300.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 599,1446.0,1180.0,2.0,0.0,46.0,0.0,213.0,1002.0,50391.0,207800.0,174.0 +36081061900,"Census Tract 619, Queens County, New York",2706,1971.0,82049.0,564500.0,590.0,1822.0,0.0,0.0,116.0,0.0,0.0,0.0,768.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 619,2649.0,2237.0,25.0,2.0,78.0,1.0,286.0,1865.0,42788.0,250500.0,281.0 +36081062300,"Census Tract 623, Queens County, New York",2137,1585.0,79813.0,503900.0,317.0,1390.0,0.0,0.0,17.0,0.0,0.0,0.0,730.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 623,1669.0,1521.0,6.0,6.0,5.0,0.0,113.0,1268.0,45845.0,210100.0,238.0 +36081063900,"Census Tract 639, Queens County, New York",2965,2163.0,64526.0,487900.0,685.0,1874.0,70.0,0.0,242.0,0.0,0.0,67.0,712.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 639,2670.0,2082.0,57.0,2.0,104.0,0.0,361.0,1987.0,45323.0,220200.0,448.0 +36081064102,"Census Tract 641.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 641.02,31.00000139,22.00000191,2.142857313,0.14285714900000002,1.285714388,0.0,5.428571701,14.4285717,46635.00208,87700.00214,7.142857552000001 +36081066900,"Census Tract 669, Queens County, New York",1584,1169.0,75664.0,633000.0,490.0,1431.0,0.0,0.0,98.0,0.0,0.0,0.0,55.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 669,1702.0,1520.0,4.0,0.0,69.0,0.0,106.0,1333.0,54167.0,271800.0,383.0 +36081068200,"Census Tract 682, Queens County, New York",1109,787.0,87750.0,387400.0,194.0,9.0,922.0,0.0,26.0,0.0,4.0,4.0,144.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 682,1261.0,33.0,1096.0,13.0,9.0,0.0,100.0,941.0,63548.0,186700.0,231.0 +36081069500,"Census Tract 695, Queens County, New York",2029,1631.0,57225.0,695400.0,715.0,965.0,17.0,0.0,593.0,0.0,0.0,15.0,439.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 695,2332.0,1218.0,39.0,7.0,762.0,0.0,283.0,1682.0,52031.0,274000.0,773.0 +36081070300,"Census Tract 703, Queens County, New York",2104,1573.0,61797.0,649400.0,511.0,961.0,43.0,0.0,609.0,0.0,12.0,12.0,467.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 703,2151.999961,1345.089111,29.93838882,0.712818801,421.98873899999995,0.0,312.2146301,1629.503784,52019.00015,239299.9956,638.6856688999999 +36081018200,"Census Tract 182, Queens County, New York",2538,1806.0,54330.0,360300.0,267.0,43.0,1188.0,23.0,389.0,0.0,306.0,129.0,460.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 182,2238.0,29.0,1917.0,3.0,44.0,0.0,221.0,1220.0,33194.0,149900.0,211.0 +36081018600,"Census Tract 186, Queens County, New York",2098,1261.0,73264.0,367400.0,135.0,12.0,1359.0,15.0,198.0,0.0,179.0,31.0,304.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 186,1742.0,5.0,1602.0,7.0,14.0,0.0,109.0,1053.0,52639.0,151500.0,154.0 +36081020800,"Census Tract 208, Queens County, New York",2757,1845.0,69650.0,516700.0,298.0,263.0,390.0,0.0,400.0,0.0,527.0,144.0,1033.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 208,2549.789234,337.5054247,910.9517655,12.86206901,155.81576950000002,0.0,986.6542051000001,1464.7123210000002,39894.076460000004,204089.3224,218.0 +36081023600,"Census Tract 236, Queens County, New York",3179,2144.0,58050.0,591300.0,530.0,348.0,258.0,10.0,1241.0,0.0,58.0,63.0,1201.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 236,2816.0,352.0,489.0,33.0,866.0,0.0,973.0,1831.0,40230.0,262800.0,423.0 +36081024900,"Census Tract 249, Queens County, New York",4981,3958.0,57150.0,467200.0,1334.0,1224.0,44.0,61.0,2219.0,0.0,0.0,69.0,1425.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 249,5095.0,1742.0,71.0,8.0,1934.0,0.0,1277.0,3851.0,36526.0,215100.0,1150.0 +36081025800,"Census Tract 258, Queens County, New York",2203,1464.0,60368.0,355700.0,218.0,6.0,1609.0,0.0,61.0,0.0,248.0,0.0,279.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 258,1671.0,14.0,1534.0,6.0,26.0,0.0,81.0,884.0,32292.0,142800.0,72.0 +36081026400,"Census Tract 264, Queens County, New York",2572,1653.0,58462.0,425000.0,310.0,9.0,1839.0,0.0,106.0,0.0,121.0,15.0,482.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 264,2181.0,5.0,1967.0,19.0,49.0,0.0,130.0,1409.0,39483.0,166300.0,118.0 +36081026700,"Census Tract 267, Queens County, New York",5768,4244.0,44656.0,584800.0,841.0,231.0,49.0,94.0,2320.0,0.0,0.0,105.0,3002.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 267,6415.0,494.0,79.0,36.0,2685.0,0.0,3070.0,4435.0,36342.0,297100.0,1106.0 +36081027200,"Census Tract 272, Queens County, New York",2339,1603.0,59412.0,353000.0,185.0,11.0,1972.0,0.0,59.0,0.0,57.0,61.0,179.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 272,2184.0,33.0,1953.0,3.0,9.0,0.0,176.0,1410.0,31756.0,134500.0,104.0 +36081027400,"Census Tract 274, Queens County, New York",1745,1251.0,67167.0,365500.0,207.0,0.0,1193.0,0.0,79.0,0.0,292.0,45.0,136.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 274,1834.0,29.0,1703.0,7.0,11.0,0.0,80.0,1218.0,41270.0,157000.0,97.0 +36081027700,"Census Tract 277, Queens County, New York",8299,6024.0,52667.0,252600.0,1123.0,733.0,153.0,15.0,1147.0,108.0,0.0,218.0,5940.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 277,9360.0,1201.0,238.0,23.0,1709.0,0.0,6052.0,6057.0,38074.0,63200.0,1028.0 +36081033000,"Census Tract 330, Queens County, New York",6921,4613.0,75833.0,425500.0,1012.0,42.0,5944.0,9.0,61.0,0.0,63.0,123.0,688.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 330,6083.0,31.0,5721.0,16.0,33.0,0.0,244.0,3865.0,48706.0,172700.0,790.0 +36081035100,"Census Tract 351, Queens County, New York",4178,2965.0,55000.0,277200.0,840.0,478.0,142.0,0.0,787.0,0.0,18.0,23.0,2730.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 351,4288.0,695.0,318.0,15.0,546.0,5.0,2664.0,2924.0,36250.0,66900.0,572.0 +36081035800,"Census Tract 358, Queens County, New York",4120,2782.0,80345.0,457500.0,698.0,68.0,3608.0,0.0,0.0,0.0,92.0,31.0,321.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 358,3923.0,37.0,3671.0,14.0,31.0,0.0,166.0,2654.0,51960.0,185800.0,633.0 +36081036600,"Census Tract 366, Queens County, New York",3058,2128.0,70662.0,368400.0,518.0,14.0,2687.0,0.0,138.0,0.0,0.0,47.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 366,2638.0,16.0,2498.0,7.0,9.0,0.0,95.0,1762.0,42333.0,163000.0,285.0 +36081037300,"Census Tract 373, Queens County, New York",2586,1603.0,46694.0,599300.0,287.0,98.0,293.0,0.0,392.0,0.0,18.0,26.0,1759.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 373,2225.9999989999997,71.77949333,1012.758427,8.41994381,57.63342667,0.0,1056.341292,1349.271069,40193.00151,237664.9055,139.7050552 +36081038100,"Census Tract 381, Queens County, New York",7089,4484.0,48933.0,402000.0,455.0,162.0,766.0,93.0,382.0,0.0,33.0,78.0,5668.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 381,5298.0,89.0,1538.0,34.0,97.0,0.0,3497.0,3130.0,33516.0,176500.0,312.0 +36081039800,"Census Tract 398, Queens County, New York",1781,1217.0,89167.0,429100.0,402.0,17.0,1637.0,0.0,40.0,0.0,0.0,0.0,87.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 398,1762.0,5.0,1686.0,2.0,22.0,0.0,42.0,1263.0,62708.0,184100.0,146.0 +36081042700,"Census Tract 427, Queens County, New York",5552,3351.0,51518.0,651100.0,380.0,377.0,0.0,0.0,532.0,0.0,0.0,0.0,4643.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 427,3822.0,612.0,54.0,8.0,533.0,0.0,2588.0,2295.0,36652.0,288500.0,224.0 +36081044000,"Census Tract 440, Queens County, New York",3916,2547.0,60400.0,365300.0,448.0,7.0,2965.0,0.0,135.0,0.0,229.0,85.0,495.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 440,3359.0,23.0,2943.0,33.0,100.0,0.0,226.0,1913.0,35179.0,158600.0,187.0 +36081086400,"Census Tract 864, Queens County, New York",3001,2101.0,62039.0,462100.0,483.0,318.0,233.0,2.0,949.0,0.0,158.0,65.0,1278.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 864,2480.8129329999997,801.9395142000001,225.98295589999998,40.9969101,377.9714966,0.0,846.9361572,1596.879639,60505.00008,190999.9951,251.9810028 +36081079300,"Census Tract 793, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36081080301,"Census Tract 803.01, Queens County, New York",4604,3345.0,53938.0,651600.0,563.0,813.0,78.0,11.0,2631.0,0.0,0.0,88.0,994.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 803.01,3891.0,1237.0,29.0,13.0,1851.0,6.0,719.0,2668.0,38556.0,270100.0,671.0 +36081086100,"Census Tract 861, Queens County, New York",2082,1697.0,39677.0,342600.0,362.0,178.0,17.0,0.0,1532.0,0.0,5.0,19.0,331.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 861,2461.0,592.0,85.0,21.0,1232.0,1.0,496.0,1776.0,36289.0,86200.0,468.0 +36081092800,"Census Tract 928, Queens County, New York",3470,2572.0,139226.0,831300.0,1624.0,3393.0,0.0,0.0,11.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 928,3440.0,3308.0,11.0,1.0,53.0,0.0,66.0,2386.0,82745.0,412200.0,1353.0 +36081093900,"Census Tract 939, Queens County, New York",5042,3540.0,73796.0,582300.0,977.0,1411.0,185.0,22.0,1853.0,0.0,15.0,0.0,1578.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 939,3741.0,2236.0,28.0,8.0,663.0,0.0,721.0,2643.0,45893.0,231500.0,683.0 +36081094500,"Census Tract 945, Queens County, New York",3896,2755.0,80568.0,767700.0,863.0,1939.0,35.0,0.0,791.0,0.0,0.0,132.0,999.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 945,4209.0,2901.224705,60.02365309,21.00788436,696.2536137,0.0,495.3482261,3026.781866,62874.3137,316141.3006,781.7529566000001 +36081098700,"Census Tract 987, Queens County, New York",2519,1679.0,69242.0,649500.0,605.0,1867.0,52.0,0.0,305.0,0.0,21.0,40.0,234.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 987,2599.0,2018.0,8.0,4.0,298.0,0.0,257.0,1843.0,50122.0,282800.0,516.0 +36081099900,"Census Tract 999, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 999,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36081111300,"Census Tract 1113, Queens County, New York",2596,1855.0,85938.0,828500.0,867.0,1271.0,10.0,0.0,946.0,0.0,0.0,28.0,341.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1113,2514.0,1750.0,60.0,3.0,476.0,0.0,216.0,1888.0,76890.0,340300.0,794.0 +36081114100,"Census Tract 1141, Queens County, New York",2469,1872.0,120347.0,741500.0,858.0,1130.0,31.0,0.0,996.0,0.0,8.0,54.0,250.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1141,2463.0,1810.0,7.0,1.0,468.0,1.0,170.0,1775.0,70455.0,320700.0,611.0 +36081115500,"Census Tract 1155, Queens County, New York",2440,1609.0,52386.0,702400.0,291.0,397.0,50.0,46.0,1169.0,0.0,5.0,10.0,803.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1155,2135.0,825.0,37.0,6.0,612.0,0.0,636.0,1505.0,41471.0,269200.0,474.0 +36081115700,"Census Tract 1157, Queens County, New York",3423,2646.0,52014.0,676700.0,680.0,654.0,102.0,0.0,2446.0,0.0,0.0,58.0,163.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1157,3465.0,1114.0,57.0,9.0,1698.0,0.0,558.0,2558.0,48500.0,252900.0,946.0 +36081118500,"Census Tract 1185, Queens County, New York",2207,1598.0,43938.0,689400.0,346.0,158.0,37.0,0.0,1294.0,0.0,0.0,25.0,693.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1185,2048.0,657.0,34.0,5.0,664.0,0.0,652.0,1425.0,39219.0,253600.0,400.0 +36081118700,"Census Tract 1187, Queens County, New York",2341,1795.0,38875.0,860600.0,363.0,239.0,3.0,0.0,1499.0,0.0,0.0,14.0,586.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1187,2491.0,562.0,31.0,4.0,1334.0,0.0,503.0,1646.0,40938.0,271500.0,446.0 +36081119500,"Census Tract 1195, Queens County, New York",1390,1045.0,81518.0,640300.0,295.0,363.0,44.0,44.0,520.0,0.0,0.0,46.0,373.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1195,1381.0,863.0,14.0,1.0,247.0,0.0,241.0,868.0,66741.0,265800.0,164.0 +36081122701,"Census Tract 1227.01, Queens County, New York",11979,8564.0,56936.0,521600.0,2262.0,3183.0,920.0,24.0,3839.0,0.0,114.0,132.0,3791.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1227.01,9953.0,5177.0,923.0,23.0,2010.0,2.0,1659.0,6826.0,50008.0,189300.0,1692.0 +36081128300,"Census Tract 1283, Queens County, New York",37,37.0,46250.0,165600.0,8.0,33.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1283,30.22463489,22.668476100000003,0.0,0.0,7.556158543,0.0,0.0,30.22463417,112819.9968,287499.9941,26.737176899999998 +36081138501,"Census Tract 1385.01, Queens County, New York",4625,3286.0,65204.0,844300.0,1224.0,1498.0,49.0,23.0,2825.0,0.0,0.0,30.0,200.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1385.01,4532.000049,1945.3535160000001,28.30669785,5.856558323,2279.177246,0.0,223.52531430000002,3152.780518,59526.001110000005,371199.9875,1275.7536619999998 +36081142900,"Census Tract 1429, Queens County, New York",3444,2683.0,84464.0,675500.0,964.0,1467.0,0.0,13.0,1682.0,0.0,0.0,42.0,253.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1429,3657.0,2244.0,16.0,8.0,930.0,0.0,307.0,2690.0,64153.0,300200.0,901.0 +36081143500,"Census Tract 1435, Queens County, New York",2246,1760.0,74286.0,700000.0,739.0,809.0,0.0,0.0,1229.0,0.0,8.0,49.0,151.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1435,2174.0,1113.0,19.0,10.0,710.0,0.0,294.0,1687.0,61125.0,271600.0,549.0 +36081145101,"Census Tract 1451.01, Queens County, New York",1520,1139.0,86023.0,689100.0,518.0,771.0,0.0,0.0,609.0,0.0,0.0,12.0,128.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1451.01,1458.0,905.0,6.0,1.0,415.0,0.0,83.0,1062.0,67917.0,302200.0,323.0 +36081146700,"Census Tract 1467, Queens County, New York",3002,2301.0,72027.0,677100.0,939.0,1412.0,1.0,0.0,1256.0,0.0,0.0,10.0,323.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1467,2682.000011,1830.820435,33.34113312,4.903107643,441.27972410000007,0.0,311.8376465,2083.8208010000003,52280.00238,331400.0102,784.4972534 +36081027600,"Census Tract 276, Queens County, New York",1299,963.0,53594.0,416300.0,136.0,15.0,1009.0,0.0,38.0,0.0,36.0,8.0,193.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 276,1221.997017,10.99097919,1108.090454,4.995899677,16.98605919,0.0,71.94095612,696.4284058,34926.00099,169699.9945,85.92947388 +36081028200,"Census Tract 282, Queens County, New York",1883,1198.0,73864.0,384300.0,339.0,19.0,1440.0,0.0,14.0,0.0,170.0,53.0,187.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 282,1318.0,3.0,1262.0,0.0,2.0,0.0,47.0,805.0,51714.0,153600.0,118.0 +36081028300,"Census Tract 283, Queens County, New York",7824,5992.0,60531.0,266800.0,1990.0,1323.0,20.0,21.0,1583.0,0.0,65.0,17.0,4795.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 283,8241.0,2060.0,145.0,30.0,1228.0,0.0,4639.0,5708.0,40025.0,67400.0,1229.0 +36081028500,"Census Tract 285, Queens County, New York",4994,3709.0,62948.0,471300.0,1829.0,1803.0,129.0,55.0,569.0,0.0,0.0,224.0,2269.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 285,4979.0,2153.0,62.0,15.0,763.0,1.0,1942.0,3795.0,46276.0,103300.0,1355.0 +36081028900,"Census Tract 289, Queens County, New York",5251,3999.0,66184.0,366000.0,1604.0,1263.0,75.0,0.0,1861.0,0.0,95.0,171.0,1786.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 289,5484.0,1561.0,82.0,33.0,1691.0,0.0,2019.0,3906.0,41639.0,165300.0,1535.0 +36081113300,"Census Tract 1133, Queens County, New York",1788,1278.0,90563.0,548700.0,660.0,914.0,0.0,0.0,432.0,0.0,0.0,63.0,379.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1133,1696.0,1248.505386,5.336262867,2.121840778,262.18159390000005,0.0,159.5975375,1179.788822,62125.796160000005,268141.0362,403.18816380000004 +36081107201,"Census Tract 1072.01, Queens County, New York",2231,1469.0,82727.0,389300.0,381.0,2067.0,4.0,0.0,21.0,0.0,0.0,10.0,129.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1072.01,2630.0,2463.0,3.0,6.0,18.0,0.0,129.0,1677.0,51818.0,165000.0,196.0 +36081026901,"Census Tract 269.01, Queens County, New York",4836,3659.0,49643.0,213500.0,698.0,179.0,38.0,53.0,1784.0,0.0,23.0,103.0,2709.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 269.01,5921.999987,354.88061519999997,63.08988953,24.22201157,2012.116821,0.0,3422.063232,3944.244629,31732.999369999998,126800.0036,958.7409667999999 +36081042400,"Census Tract 424, Queens County, New York",2426,1678.0,85455.0,468700.0,725.0,11.0,2201.0,0.0,55.0,0.0,13.0,64.0,82.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 424,2464.0,18.0,2316.0,31.0,11.0,0.0,83.0,1642.0,67362.98481000001,203221.1538,515.0 +36081062200,"Census Tract 622, Queens County, New York",1841,1503.0,82050.0,426200.0,581.0,19.0,1594.0,0.0,8.0,0.0,0.0,11.0,209.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 622,2240.6667469999998,76.05014078,2026.453184,4.012999462,14.0055712,0.0,113.1281375,1451.836638,56231.90786,193007.1549,365.38998389999995 +36081107202,"Census Tract 1072.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1072.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36081115100,"Census Tract 1151, Queens County, New York",1167,885.0,73487.0,843400.0,315.0,535.0,0.0,0.0,418.0,0.0,0.0,50.0,164.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1151,1210.0,839.0,6.0,0.0,279.0,0.0,82.0,913.0,82453.0,348400.0,391.0 +36081120100,"Census Tract 1201, Queens County, New York",1791,1335.0,46731.0,724700.0,200.0,202.0,72.0,0.0,1343.0,0.0,26.0,8.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1201,1712.0,368.0,51.0,5.0,980.0,0.0,299.0,1094.0,36645.0,255400.0,320.0 +36081120300,"Census Tract 1203, Queens County, New York",1494,1098.0,73512.0,737500.0,338.0,332.0,0.0,0.0,976.0,0.0,0.0,27.0,159.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1203,1616.0,488.0,52.0,5.0,885.0,0.0,169.0,1173.0,54000.0,263000.0,454.0 +36081121100,"Census Tract 1211, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36081121500,"Census Tract 1215, Queens County, New York",4543,3305.0,64500.0,640300.0,982.0,615.0,178.0,0.0,2866.0,0.0,0.0,33.0,851.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1215,3907.0,1317.0,64.0,13.0,1765.0,0.0,695.0,2821.0,40285.0,224700.0,820.0 +36081124700,"Census Tract 1247, Queens County, New York",3403,2459.0,72750.0,670500.0,1184.0,1976.0,43.0,0.0,1269.0,0.0,0.0,0.0,115.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1247,3643.0,2175.0,49.0,0.0,1223.0,0.0,186.0,2493.0,66473.0,269600.0,1106.0 +36081136700,"Census Tract 1367, Queens County, New York",6164,4602.0,66486.0,295200.0,1536.0,2038.0,40.0,0.0,2835.0,0.0,0.0,79.0,1172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1367,5721.0,3229.0,65.0,9.0,2072.0,0.0,322.0,4345.0,45846.0,104800.0,1628.0 +36081138502,"Census Tract 1385.02, Queens County, New York",37,29.0,,,14.0,16.0,0.0,0.0,0.0,0.0,0.0,0.0,21.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1385.02,63.0,34.0,3.0,0.0,18.0,0.0,8.0,16.0,,,16.0 +36081147100,"Census Tract 1471, Queens County, New York",3403,2511.0,79096.0,616700.0,1306.0,1353.0,21.0,0.0,1431.0,0.0,19.0,67.0,512.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1471,3190.0,1836.0,31.0,2.0,1002.0,0.0,270.0,2350.0,54432.0,267500.0,944.0 +36081152902,"Census Tract 1529.02, Queens County, New York",4926,3807.0,70768.0,253400.0,1816.0,2177.0,85.0,0.0,2109.0,0.0,16.0,346.0,193.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1529.02,4965.0,3673.0,28.0,13.0,978.0,0.0,255.0,3815.0,55101.0,99300.0,1476.0 +36081161700,"Census Tract 1617, Queens County, New York",4806,3535.0,92375.0,512200.0,1252.0,2004.0,322.0,47.0,1250.0,0.0,0.0,129.0,1101.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1617,4359.0,2838.0,133.0,5.0,736.0,0.0,623.0,2978.0,63250.0,220900.0,848.0 +36081026500,"Census Tract 265, Queens County, New York",3807,2908.0,54906.0,640000.0,1036.0,374.0,40.0,0.0,2532.0,0.0,0.0,43.0,818.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 265,4534.0,358.0,79.0,33.0,2352.0,0.0,1666.0,3172.0,34127.0,280400.0,763.0 +36081027500,"Census Tract 275, Queens County, New York",6473,4894.0,49063.0,207600.0,495.0,231.0,134.0,0.0,609.0,0.0,0.0,0.0,5499.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 275,7115.0,897.0,204.0,9.0,977.0,3.0,4914.0,4596.0,36048.0,67500.0,818.0 +36081048400,"Census Tract 484, Queens County, New York",5265,3667.0,70833.0,442700.0,983.0,130.0,1562.0,0.0,2209.0,0.0,524.0,115.0,725.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 484,5282.0,276.0,2275.0,117.0,1320.0,0.0,945.0,3336.0,45577.0,183600.0,605.0 +36081051000,"Census Tract 510, Queens County, New York",1673,1194.0,81534.0,429200.0,346.0,5.0,1325.0,0.0,218.0,0.0,6.0,14.0,105.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 510,1679.0,22.0,1504.0,1.0,14.0,0.0,106.0,1166.0,58750.0,175800.0,152.0 +36081049301,"Census Tract 493.01, Queens County, New York",2042,1517.0,62708.0,631400.0,467.0,691.0,24.0,0.0,787.0,0.0,0.0,13.0,527.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 493.01,1827.38048,1200.367432,5.962089539,0.0,387.5358276,0.0,221.5910034,1246.076782,43600.00022,215700.0043,211.6541901 +36081049700,"Census Tract 497, Queens County, New York",3077,2168.0,73750.0,620000.0,753.0,1075.0,25.0,0.0,1274.0,0.0,0.0,114.0,589.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 497,2638.0,1609.0,32.0,1.0,542.0,0.0,405.0,1991.0,41892.0,232400.0,332.0 +36081050201,"Census Tract 502.01, Queens County, New York",1431,981.0,92583.0,427300.0,216.0,10.0,999.0,0.0,94.0,0.0,5.0,52.0,271.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 502.01,1345.0,5.0,1229.0,2.0,20.0,0.0,75.0,799.0,52596.0,195100.0,162.0 +36081052000,"Census Tract 520, Queens County, New York",1619,1202.0,69350.0,378300.0,203.0,7.0,1388.0,0.0,2.0,0.0,0.0,136.0,86.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 520,1701.0,19.0,1597.0,2.0,13.0,0.0,65.0,1099.0,44750.0,161300.0,144.0 +36081055100,"Census Tract 551, Queens County, New York",4672,3115.0,61250.0,453100.0,966.0,2246.0,80.0,39.0,502.0,0.0,19.0,0.0,1825.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 551,4679.0,1866.0,110.0,3.0,380.0,0.0,2026.0,2896.0,29275.0,239400.0,516.0 +36081056200,"Census Tract 562, Queens County, New York",1691,1180.0,91438.0,494500.0,232.0,438.0,275.0,7.0,305.0,0.0,100.0,226.0,347.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 562,1484.0,430.0,293.0,10.0,318.0,0.0,394.0,1020.0,64375.0,192900.0,271.0 +36081056500,"Census Tract 565, Queens County, New York",1571,1034.0,62404.0,459400.0,158.0,328.0,2.0,19.0,1.0,0.0,7.0,0.0,1233.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 565,1120.0,288.0,45.0,4.0,54.0,0.0,718.0,702.0,29917.0,182900.0,71.0 +36081056700,"Census Tract 567, Queens County, New York",4867,3505.0,92533.0,492100.0,739.0,1606.0,84.0,82.0,375.0,0.0,0.0,58.0,2744.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 567,4494.999879999999,2349.591064,88.64501953,11.95213795,154.3817749,1.992022991,1807.760864,2821.700684,51543.998360000005,200899.9962,379.48037719999996 +36081056800,"Census Tract 568, Queens County, New York",4719,3349.0,78725.0,433900.0,895.0,138.0,3221.0,0.0,171.0,0.0,75.0,183.0,931.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 568,5356.0,314.0,3835.0,12.0,215.0,0.0,926.0,3360.0,48400.0,181300.0,611.0 +36081058500,"Census Tract 585, Queens County, New York",4374,3006.0,67663.0,533200.0,774.0,1875.0,49.0,0.0,611.0,0.0,40.0,17.0,1782.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 585,4135.0,2366.0,11.0,5.0,280.0,1.0,1419.0,2686.0,35268.0,225400.0,416.0 +36081058700,"Census Tract 587, Queens County, New York",3672,2563.0,58680.0,506400.0,631.0,2670.0,18.0,0.0,123.0,0.0,0.0,0.0,861.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 587,3336.0,2205.0,10.0,6.0,205.0,0.0,861.0,2325.0,35589.0,232600.0,329.0 +36081061800,"Census Tract 618, Queens County, New York",1842,1356.0,73810.0,361700.0,395.0,65.0,1711.0,0.0,0.0,0.0,15.0,27.0,24.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 618,1603.0,91.0,1391.0,5.0,19.0,1.0,87.0,1027.0,55375.0,180100.0,199.0 +36081062600,"Census Tract 626, Queens County, New York",3091,2207.0,80441.0,393700.0,479.0,20.0,2730.0,13.0,14.0,0.0,55.0,48.0,224.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 626,2693.245755,54.86535376,2445.762566,9.037624076,31.07524815,0.0,150.50496299999998,1740.833813,54527.28514,180953.4427,345.95052789999994 +36081000400,"Census Tract 4, Queens County, New York",5231,3267.0,59566.0,462200.0,592.0,453.0,199.0,10.0,1181.0,0.0,78.0,10.0,3310.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 4,4747.0,695.0,362.0,48.0,749.0,2.0,2689.0,2889.0,41845.0,189400.0,450.0 +36081002200,"Census Tract 22, Queens County, New York",2351,1641.0,70833.0,549800.0,403.0,433.0,125.0,21.0,376.0,0.0,5.0,20.0,1392.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 22,2409.0,786.0,169.0,15.0,385.0,0.0,1014.0,1590.0,47031.0,231500.0,357.0 +36081003100,"Census Tract 31, Queens County, New York",1015,729.0,56250.0,595200.0,188.0,269.0,28.0,0.0,113.0,0.0,0.0,0.0,605.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 31,1736.0,466.0,52.0,2.0,378.0,0.0,763.0,1211.0,33819.0,195300.0,255.0 +36081003900,"Census Tract 39, Queens County, New York",1690,1149.0,43194.0,583300.0,444.0,587.0,51.0,4.0,208.0,0.0,6.0,33.0,805.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 39,1516.0,326.0,250.0,5.0,130.0,2.0,735.0,906.0,32097.0,221300.0,89.0 +36081004300,"Census Tract 43, Queens County, New York",2671,1743.0,25500.0,,224.0,99.0,815.0,0.0,172.0,0.0,96.0,95.0,1394.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 43,2571.0,276.0,1054.0,18.0,99.0,0.0,1108.0,1464.0,15456.0,197900.0,48.0 +36081005100,"Census Tract 51, Queens County, New York",2056,1514.0,47786.0,795800.0,617.0,422.0,14.0,22.0,1325.0,0.0,0.0,7.0,277.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 51,2526.0,589.0,44.0,14.0,1025.0,0.0,725.0,1787.0,36020.0,241500.0,403.0 +36081044602,"Census Tract 446.02, Queens County, New York",4706,3106.0,40467.0,408600.0,814.0,94.0,1022.0,53.0,1916.0,0.0,186.0,123.0,1358.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 446.02,4128.0,142.0,1710.0,52.0,697.0,0.0,1356.0,2338.0,31394.0,234600.0,302.0 +36081045400,"Census Tract 454, Queens County, New York",4708,3118.0,47907.0,216700.0,1165.0,223.0,702.0,39.0,2895.0,0.0,212.0,93.0,573.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 454,4235.111682,357.0819702,1095.184326,51.86665344,2023.796875,0.0,511.68447879999997,2836.707031,46154.00178,205200.0063,989.4561156999999 +36081049900,"Census Tract 499, Queens County, New York",5490,3980.0,56801.0,681700.0,936.0,802.0,21.0,0.0,3752.0,0.0,57.0,38.0,820.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 499,4204.739596,1486.703354,28.48111498,17.47934204,1946.7798879999998,0.998204648,702.2646189,3085.205132,45287.368239999996,243200.8834,719.6645888999999 +36081046000,"Census Tract 460, Queens County, New York",6197,4015.0,35391.0,515600.0,1184.0,70.0,802.0,100.0,2910.0,0.0,55.0,240.0,2044.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 460,5718.0,169.0,2014.0,92.0,797.0,0.0,2376.0,3506.0,30053.0,183800.0,550.0 +36081047900,"Census Tract 479, Queens County, New York",5340,3822.0,49129.0,639000.0,1150.0,555.0,71.0,0.0,3972.0,0.0,9.0,76.0,657.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 479,5280.2604710000005,1056.463246,70.04847495,29.03052127,2844.443517,3.001795369,1251.235214,3629.323268,36078.48959,234914.9663,977.2298275 +36081050600,"Census Tract 506, Queens County, New York",1652,1125.0,73688.0,415400.0,234.0,14.0,1142.0,0.0,283.0,0.0,16.0,32.0,165.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 506,1562.0,9.0,1453.0,4.0,22.0,0.0,73.0,1039.0,51033.0,182700.0,232.0 +36081051100,"Census Tract 511, Queens County, New York",2139,1491.0,92727.0,626200.0,537.0,1408.0,6.0,5.0,233.0,0.0,3.0,42.0,447.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 511,2045.0,1677.087307,9.039009287999999,2.013003096,135.36408669999997,0.0,214.26253870000002,1477.693499,49523.90347,238041.6956,273.2625387 +36081051700,"Census Tract 517, Queens County, New York",1862,1467.0,63672.0,548600.0,355.0,1188.0,1.0,0.0,56.0,0.0,0.0,0.0,617.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 517,1762.999976,1501.108383,3.205328017,1.149888456,33.41856432,0.0,205.2116737,1227.701698,34361.66078,229275.3221,183.2213125 +36081052200,"Census Tract 522, Queens County, New York",1822,1172.0,83646.0,403100.0,316.0,0.0,1614.0,96.0,49.0,0.0,0.0,0.0,63.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 522,1478.0,22.0,1414.0,5.0,1.0,0.0,33.0,929.0,71364.0,162800.0,195.0 +36081053000,"Census Tract 530, Queens County, New York",2426,1625.0,77629.0,405600.0,403.0,9.0,2297.0,20.0,0.0,0.0,0.0,20.0,80.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 530,2227.0,20.0,2124.0,0.0,7.0,0.0,69.0,1445.0,46056.0,159800.0,248.0 +36081053900,"Census Tract 539, Queens County, New York",4370,2988.0,69861.0,574100.0,928.0,1508.0,125.0,0.0,822.0,0.0,21.0,49.0,1845.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 539,3951.0,1004.0,79.0,9.0,772.0,0.0,2020.0,2454.0,37296.0,189800.0,432.0 +36081054500,"Census Tract 545, Queens County, New York",4031,2661.0,51328.0,576100.0,465.0,836.0,35.0,0.0,269.0,0.0,0.0,15.0,2876.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 545,3932.0,964.0,49.0,10.0,353.0,1.0,2473.0,2256.0,24841.0,198100.0,196.0 +36081063700,"Census Tract 637, Queens County, New York",3345,2580.0,95000.0,603500.0,728.0,2187.0,153.0,0.0,234.0,0.0,0.0,26.0,745.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 637,3138.0000010000003,2552.801868,38.86358923,9.046680498999999,98.54253101,0.0,431.5119295,2247.3298760000002,50890.48757,236653.8741,483.3594398 +36081060100,"Census Tract 601, Queens County, New York",2165,1500.0,66574.0,558600.0,343.0,1132.0,11.0,0.0,107.0,0.0,28.0,22.0,865.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 601,2003.0,1487.0,13.0,0.0,105.0,0.0,371.0,1397.0,47188.0,224400.0,208.0 +36081061200,"Census Tract 612, Queens County, New York",1851,1298.0,130865.0,435600.0,445.0,0.0,1804.0,0.0,0.0,0.0,14.0,7.0,26.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 612,1731.7422239999999,81.43676776,1572.488891,8.018989902000001,4.037979804,0.0,52.75959611,1214.001213,76324.77922000001,192745.9897,338.9939398 +36081063000,"Census Tract 630, Queens County, New York",1634,1246.0,83700.0,407300.0,363.0,13.0,1497.0,0.0,0.0,0.0,1.0,27.0,96.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 630,1787.8332280000002,25.61127311,1662.07914,8.026577091,7.053154182,0.0,79.06308365,1199.597541,65010.02341,179276.9847,253.7905946 +36081064600,"Census Tract 646, Queens County, New York",3410,2450.0,85000.0,442700.0,567.0,22.0,3074.0,10.0,0.0,0.0,8.0,63.0,243.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 646,3134.0,59.0,2927.0,3.0,28.0,0.0,109.0,2064.0,58333.0,184800.0,549.0 +36081065000,"Census Tract 650, Queens County, New York",3100,2217.0,87417.0,428600.0,733.0,79.0,2727.0,25.0,0.0,0.0,7.0,63.0,199.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 650,3027.0,62.0,2836.0,8.0,26.0,3.0,82.0,2045.0,63359.0,191800.0,417.0 +36081071100,"Census Tract 711, Queens County, New York",6660,5127.0,74573.0,283700.0,2735.0,3375.0,70.0,76.0,1807.0,68.0,12.0,326.0,926.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 711,5576.517586,3493.9596560000005,131.6752834,19.12501717,1367.70578,2.0,497.4266205,4559.688416,51969.87017,168386.4203,2303.405975 +36081076901,"Census Tract 769.01, Queens County, New York",4132,3257.0,81985.0,309400.0,2342.0,1944.0,178.0,0.0,1365.0,0.0,0.0,93.0,552.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 769.01,3893.999995,2583.863922,112.63296509999998,3.1763296569999997,707.1935768,0.0,445.61140439999997,3097.59845,56459.995670000004,105183.6376,1532.353622 +36081077905,"Census Tract 779.05, Queens County, New York",2692,2105.0,73750.0,233600.0,1244.0,1004.0,294.0,0.0,569.0,0.0,0.0,24.0,801.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.05,2177.0,914.1235903999999,405.35387910000003,7.022909219,479.9416739,2.0,333.366834,1705.5573989999998,56004.91662999999,96498.21863999999,933.7830856 +36081080302,"Census Tract 803.02, Queens County, New York",3475,2658.0,59609.0,681600.0,682.0,656.0,38.0,0.0,2199.0,0.0,0.0,0.0,582.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 803.02,3186.0,1416.0,36.0,4.0,1182.0,0.0,509.0,2252.0,61452.0,230800.0,620.0 +36081084500,"Census Tract 845, Queens County, New York",5222,4351.0,26926.0,600900.0,562.0,260.0,524.0,0.0,3516.0,0.0,0.0,26.0,896.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 845,4883.0,865.0,1251.0,15.0,1551.0,0.0,1146.0,3441.0,32609.0,183800.0,870.0 +36081046300,"Census Tract 463, Queens County, New York",4362,2796.0,44110.0,751000.0,472.0,80.0,43.0,0.0,1609.0,0.0,28.0,152.0,2450.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 463,4021.0,220.0,87.0,17.0,1338.0,0.0,2331.0,2480.0,38929.0,272500.0,370.0 +36081046500,"Census Tract 465, Queens County, New York",3329,2253.0,38313.0,750000.0,499.0,116.0,0.0,0.0,861.0,0.0,0.0,0.0,2352.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 465,4398.0,228.0,39.0,12.0,669.0,0.0,3414.0,2700.0,43867.0,266300.0,233.0 +36081073700,"Census Tract 737, Queens County, New York",1803,1521.0,65650.0,592400.0,1077.0,1152.0,17.0,0.0,385.0,0.0,0.0,77.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 737,1848.0,1288.0,22.0,1.0,328.0,0.0,202.0,1616.0,51367.0,138200.0,949.0 +36081077902,"Census Tract 779.02, Queens County, New York",5235,3108.0,87450.0,638400.0,1929.0,4434.0,52.0,0.0,545.0,0.0,0.0,40.0,164.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.02,5389.0,4316.0,176.0,6.0,387.0,0.0,312.0,3242.0,56862.0,269200.0,1543.0 +36081018700,"Census Tract 187, Queens County, New York",2923,2251.0,73500.0,567500.0,1087.0,1015.0,95.0,0.0,1094.0,0.0,8.0,57.0,654.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 187,3142.0,1281.0,79.0,16.0,804.0,0.0,894.0,2328.0,41275.0,222300.0,640.0 +36081021400,"Census Tract 214, Queens County, New York",7002,4884.0,51475.0,330200.0,1602.0,596.0,308.0,20.0,3275.0,0.0,0.0,212.0,2611.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 214,6226.99999,1206.258408,887.7014694000001,64.11107206,1769.172737,0.08444288400000001,1998.396461,4156.10791,43227.39292,194410.8069,919.4968451999999 +36081058300,"Census Tract 583, Queens County, New York",3375,2432.0,76361.0,602200.0,596.0,1814.0,188.0,10.0,86.0,0.0,26.0,33.0,1228.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 583,3366.0,1822.0,46.0,2.0,243.0,0.0,1169.0,2225.0,39783.0,243700.0,431.0 +36081046600,"Census Tract 466, Queens County, New York",3786,2606.0,52788.0,192700.0,1217.0,368.0,857.0,0.0,1824.0,0.0,77.0,41.0,619.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 466,2831.0,697.0,838.0,12.0,744.0,0.0,471.0,2200.0,51979.0,70800.0,969.0 +36081050202,"Census Tract 502.02, Queens County, New York",1473,972.0,67404.0,430600.0,137.0,10.0,1064.0,0.0,164.0,0.0,18.0,45.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 502.02,1449.0,11.0,1323.0,3.0,33.0,0.0,65.0,899.0,60227.0,180800.0,92.0 +36081056000,"Census Tract 560, Queens County, New York",1743,1176.0,61029.0,497300.0,240.0,445.0,178.0,3.0,647.0,0.0,70.0,104.0,296.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 560,1826.0,504.0,301.0,22.0,503.0,0.0,460.0,1024.0,48542.0,202200.0,224.0 +36081000600,"Census Tract 6, Queens County, New York",4142,2711.0,80352.0,440000.0,530.0,419.0,124.0,56.0,959.0,0.0,0.0,30.0,2610.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 6,3717.0,765.0,338.0,76.0,543.0,0.0,1846.0,2185.0,45225.0,182500.0,253.0 +36081014201,"Census Tract 142.01, Queens County, New York",4285,2668.0,65625.0,486000.0,464.0,170.0,485.0,77.0,1317.0,0.0,161.0,204.0,1871.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 142.01,4374.0,277.0,788.0,145.0,1036.0,0.0,1746.0,2529.0,32068.0,197600.0,281.0 +36081062100,"Census Tract 621, Queens County, New York",2569,1844.0,59259.0,556700.0,416.0,1655.0,20.0,0.0,32.0,0.0,0.0,0.0,862.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 621,2709.000005,2264.771484,2.974743843,6.941068649,62.46961975,0.0,352.0113525,1737.250366,46008.000889999996,236399.9969,190.38360600000001 +36081059100,"Census Tract 591, Queens County, New York",5375,3665.0,63851.0,502400.0,1118.0,2494.0,103.0,0.0,266.0,0.0,48.0,50.0,2414.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 591,5777.0,2361.0,30.0,6.0,214.0,6.0,3032.0,3501.0,34544.0,225500.0,402.0 +36081089200,"Census Tract 892, Queens County, New York",7664,5893.0,89130.0,672000.0,1910.0,6565.0,75.0,0.0,197.0,0.0,35.0,96.0,696.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 892,8646.999884,8099.4221450000005,8.935625099,2.978163326,184.1064146,0.0,328.785015,6393.650175,57109.06857,371778.2088,1241.456718 +36081157902,"Census Tract 1579.02, Queens County, New York",4199,3129.0,109697.0,621600.0,1215.0,1256.0,49.0,100.0,2117.0,42.0,41.0,176.0,418.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1579.02,3685.0,1814.0,60.0,25.0,1472.0,0.0,262.0,2642.0,65774.0,261400.0,932.0 +36081005200,"Census Tract 52, Queens County, New York",2701,1783.0,59234.0,562500.0,453.0,431.0,188.0,0.0,1090.0,0.0,40.0,85.0,867.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 52,2415.0,587.0,201.0,23.0,560.0,0.0,909.0,1380.0,33220.0,218400.0,187.0 +36081012000,"Census Tract 120, Queens County, New York",2456,1729.0,46071.0,489400.0,453.0,117.0,85.0,0.0,1516.0,0.0,210.0,62.0,466.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 120,2539.0,282.0,260.0,57.0,1116.0,1.0,663.0,1603.0,45750.0,221200.0,286.0 +36081015600,"Census Tract 156, Queens County, New York",3284,2251.0,61917.0,479400.0,502.0,130.0,397.0,63.0,1344.0,0.0,824.0,135.0,391.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 156,3429.0,224.0,657.0,440.0,1155.0,0.0,751.0,2148.0,42583.0,191400.0,251.0 +36081122702,"Census Tract 1227.02, Queens County, New York",8227,5055.0,28220.0,578600.0,1244.0,1762.0,1972.0,0.0,1222.0,0.0,0.0,222.0,3049.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1227.02,6263.0,2019.0,2143.0,25.0,609.0,0.0,1399.0,4111.0,23079.0,215000.0,604.0 +36081008300,"Census Tract 83, Queens County, New York",2935,1930.0,50417.0,496600.0,783.0,894.0,220.0,0.0,721.0,0.0,0.0,73.0,1027.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 83,3114.0,720.0,263.0,16.0,359.0,0.0,1602.0,1918.0,35781.0,283800.0,363.0 +36081088901,"Census Tract 889.01, Queens County, New York",11133,8309.0,49167.0,238100.0,2366.0,1839.0,227.0,0.0,6052.0,0.0,0.0,38.0,2977.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 889.01,9079.0,3602.0,583.0,25.0,3001.0,3.0,1796.0,6985.0,34107.0,65400.0,1554.0 +36081145102,"Census Tract 1451.02, Queens County, New York",2539,1889.0,81458.0,640000.0,587.0,671.0,180.0,0.0,1441.0,0.0,0.0,53.0,194.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1451.02,2488.0,997.7329546,201.2159092,14.05965909,796.4261365,0.0,427.3863636,1796.409091,52034.74767,235974.8114,484.5113636 +36081008600,"Census Tract 86, Queens County, New York",2920,1907.0,78833.0,492600.0,472.0,813.0,21.0,23.0,668.0,7.0,5.0,79.0,1327.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 86,2703.0,1528.0,54.0,32.0,201.0,0.0,749.0,1799.0,45431.0,193100.0,190.0 +36081014202,"Census Tract 142.02, Queens County, New York",2674,1865.0,79915.0,463800.0,366.0,184.0,198.0,52.0,937.0,0.0,129.0,53.0,1121.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 142.02,2953.0,286.0,495.0,156.0,531.0,0.0,1301.0,2021.0,37625.0,195100.0,230.0 +36081019000,"Census Tract 190, Queens County, New York",2749,1859.0,83006.0,381100.0,243.0,54.0,1402.0,65.0,75.0,0.0,597.0,72.0,514.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 190,2226.0,16.0,2076.0,3.0,25.0,0.0,102.0,1320.0,38241.0,141400.0,189.0 +36081025100,"Census Tract 251, Queens County, New York",6339,4744.0,52368.0,269800.0,1841.0,1691.0,91.0,0.0,2230.0,0.0,15.0,28.0,2284.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 251,5501.0,1725.0,56.0,8.0,1575.0,0.0,2048.0,4011.0,38143.0,98300.0,935.0 +36081036700,"Census Tract 367, Queens County, New York",2567,1818.0,58250.0,542600.0,337.0,128.0,889.0,0.0,271.0,0.0,3.0,31.0,1245.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 367,2822.0,45.0,1912.0,11.0,53.0,0.0,783.0,1820.0,42976.0,206900.0,267.0 +36081040900,"Census Tract 409, Queens County, New York",5338,3668.0,48348.0,641200.0,299.0,69.0,180.0,71.0,599.0,0.0,0.0,10.0,4480.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 409,5198.0,218.0,261.0,27.0,474.0,0.0,4173.0,3022.0,40208.0,270200.0,288.0 +36081047600,"Census Tract 476, Queens County, New York",1594,1081.0,102857.0,860500.0,598.0,552.0,278.0,0.0,581.0,0.0,0.0,0.0,183.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 476,1466.266069,690.0177242999999,254.1537298,3.0047128080000003,375.0307869,0.0,110.04938200000001,1057.172069,94808.29044,375989.9116,626.0381123 +36081084601,"Census Tract 846.01, Queens County, New York",3102,2285.0,80694.0,575600.0,560.0,667.0,198.0,45.0,1015.0,0.0,372.0,113.0,722.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 846.01,2817.0,858.0,339.0,49.0,525.0,1.0,762.0,1878.0,43167.0,249900.0,331.0 +36081092900,"Census Tract 929, Queens County, New York",6536,4439.0,55488.0,587700.0,1026.0,1370.0,86.0,0.0,1630.0,0.0,40.0,163.0,3247.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 929,5375.0,3049.0,76.0,21.0,828.0,0.0,1303.0,3647.0,51211.0,221900.0,697.0 +36081093800,"Census Tract 938, Queens County, New York",5240,4167.0,49245.0,141500.0,892.0,3661.0,563.0,0.0,178.0,0.0,0.0,24.0,814.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 938,4345.0,3336.0,351.0,10.0,116.0,0.0,516.0,3497.0,37902.0,15700.0,724.0 +36081085500,"Census Tract 855, Queens County, New York",6537,4943.0,36275.0,276400.0,1180.0,372.0,389.0,0.0,4281.0,39.0,43.0,114.0,1299.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 855,7135.0,836.0,360.0,24.0,3776.0,0.0,2071.0,5070.0,33343.0,78000.0,1236.0 +36081017400,"Census Tract 174, Queens County, New York",2474,1750.0,63173.0,426300.0,350.0,40.0,930.0,35.0,434.0,0.0,279.0,127.0,633.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 174,2396.0,53.0,1590.0,51.0,180.0,8.0,419.0,1561.0,57500.0,167200.0,178.0 +36081083700,"Census Tract 837, Queens County, New York",5640,4085.0,52708.0,633400.0,786.0,511.0,2.0,34.0,4511.0,0.0,6.0,85.0,491.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 837,5129.0,1392.0,40.0,10.0,3204.0,1.0,466.0,3807.0,49766.0,217500.0,992.0 +36081085700,"Census Tract 857, Queens County, New York",5346,4222.0,37692.0,360700.0,825.0,286.0,122.0,92.0,3912.0,0.0,0.0,61.0,965.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 857,6207.0,898.0,230.0,27.0,3577.0,1.0,1417.0,4396.0,30984.0,87300.0,1072.0 +36081086300,"Census Tract 863, Queens County, New York",6722,5447.0,39955.0,358500.0,961.0,419.0,102.0,0.0,5360.0,33.0,0.0,14.0,794.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 863,7207.0,720.0,549.0,33.0,3799.0,0.0,2020.0,5039.0,36005.0,166300.0,1146.0 +36081087100,"Census Tract 871, Queens County, New York",2350,1612.0,41612.0,754400.0,335.0,123.0,652.0,0.0,1090.0,0.0,0.0,85.0,400.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 871,1834.000003,112.58961059999999,450.2909093,8.15324676,668.8441582,0.0,585.8155847,1160.5610390000002,23598.1023,87292.23617,171.9844158 +36081091601,"Census Tract 916.01, Queens County, New York",3702,2599.0,99792.0,556400.0,1251.0,3476.0,11.0,0.0,9.0,0.0,26.0,0.0,180.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 916.01,4202.910237,4123.930664,4.998703957,1.9994815590000001,18.99507523,1.9994815590000001,51.98651886,3162.1801760000003,58276.00184,244999.9945,1037.730957 +36081094201,"Census Tract 942.01, Queens County, New York",3242,2304.0,60385.0,460600.0,560.0,771.0,900.0,124.0,123.0,0.0,0.0,0.0,1395.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 942.01,1967.0,665.0,707.0,14.0,41.0,0.0,520.0,1253.0,26580.0,222500.0,197.0 +36081103300,"Census Tract 1033, Queens County, New York",4374,3241.0,88438.0,754100.0,1071.0,2449.0,0.0,24.0,1361.0,0.0,9.0,51.0,504.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1033,4149.0,3281.0,5.0,2.0,477.0,0.0,333.0,3053.0,57165.0,297600.0,700.0 +36081010200,"Census Tract 102, Queens County, New York",3085,2140.0,52443.0,495300.0,475.0,237.0,441.0,0.0,954.0,0.0,183.0,224.0,1046.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 102,2741.6713600000003,428.57705719999996,468.02381119999995,48.08988265,740.6414111,0.0,796.04934,1809.3412039999998,43594.26268,191298.3048,301.2494376 +36081011300,"Census Tract 113, Queens County, New York",4554,3532.0,72861.0,695400.0,1608.0,2233.0,57.0,0.0,874.0,0.0,11.0,28.0,1351.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 113,5256.0,2572.0,74.0,33.0,1134.0,0.0,1243.0,3629.0,33279.0,264700.0,989.0 +36081011400,"Census Tract 114, Queens County, New York",1277,796.0,42321.0,585100.0,44.0,141.0,184.0,0.0,290.0,0.0,4.0,0.0,658.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 114,1120.0,358.0,140.0,13.0,105.0,0.0,464.0,733.0,28571.0,246400.0,86.0 +36081012602,"Census Tract 126.02, Queens County, New York",2736,1795.0,64000.0,426700.0,407.0,317.0,32.0,33.0,903.0,0.0,30.0,29.0,1425.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 126.02,2536.0,498.0,262.0,59.0,437.0,1.0,1111.0,1572.0,46466.0,211400.0,298.0 +36081012800,"Census Tract 128, Queens County, New York",2357,1467.0,63490.0,609400.0,599.0,805.0,76.0,0.0,337.0,0.0,5.0,20.0,1114.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 128,2073.0,884.0,119.0,9.0,238.0,0.0,751.0,1342.0,47969.0,240100.0,304.0 +36081013000,"Census Tract 130, Queens County, New York",1598,1169.0,63409.0,529400.0,508.0,537.0,146.0,0.0,409.0,0.0,68.0,37.0,401.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 130,1670.0,790.0,68.0,22.0,272.0,0.0,468.0,1163.0,38598.0,267600.0,296.0 +36081014400,"Census Tract 144, Queens County, New York",2082,1322.0,49400.0,456500.0,296.0,71.0,153.0,8.0,907.0,0.0,18.0,136.0,789.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 144,1966.0,323.0,273.0,43.0,579.0,0.0,659.0,1288.0,40125.0,257400.0,275.0 +36081014800,"Census Tract 148, Queens County, New York",2189,1470.0,65000.0,426000.0,255.0,99.0,169.0,0.0,657.0,0.0,440.0,131.0,693.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 148,2276.0,150.0,442.0,159.0,567.0,0.0,789.0,1316.0,32475.0,198800.0,78.0 +36081017600,"Census Tract 176, Queens County, New York",2423,1628.0,62337.0,426900.0,330.0,89.0,1007.0,0.0,473.0,0.0,273.0,179.0,402.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 176,2011.0,45.0,1501.0,47.0,135.0,0.0,220.0,1228.0,41321.0,175400.0,117.0 +36081017900,"Census Tract 179, Queens County, New York",967,728.0,43750.0,560500.0,250.0,236.0,29.0,0.0,346.0,0.0,10.0,6.0,340.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 179,1135.0,353.0,33.0,5.0,273.0,0.0,438.0,824.0,29250.0,276100.0,145.0 +36081018402,"Census Tract 184.02, Queens County, New York",2448,1754.0,65458.0,367900.0,222.0,79.0,1622.0,6.0,134.0,0.0,104.0,142.0,367.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 184.02,2186.0,9.0,2010.0,2.0,26.0,0.0,118.0,1431.0,50625.0,160600.0,109.0 +36081019600,"Census Tract 196, Queens County, New York",2947,1811.0,65333.0,391100.0,369.0,21.0,1671.0,0.0,332.0,0.0,519.0,44.0,360.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 196,2695.0,32.0,2238.0,36.0,93.0,0.0,251.0,1597.0,39340.0,179900.0,288.0 +36081022900,"Census Tract 229, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 229,25.60688233,15.86905384,1.442641258,0.0,5.0492444039999995,0.360660315,3.2459428310000003,11.54113007,76250.0,316700.0,7.573866843999999 +36081023000,"Census Tract 230, Queens County, New York",2205,1563.0,107176.0,594600.0,540.0,603.0,53.0,0.0,836.0,0.0,10.0,27.0,676.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 230,1742.0,558.0,119.0,31.0,555.0,0.0,359.0,1220.0,49500.0,218300.0,320.0 +36081102900,"Census Tract 1029, Queens County, New York",3827,2738.0,64656.0,628600.0,773.0,2704.0,71.0,0.0,586.0,15.0,0.0,75.0,376.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1029,3406.0,2515.0,22.0,15.0,534.0,0.0,277.0,2625.0,49722.0,292800.0,613.0 +36081099701,"Census Tract 997.01, Queens County, New York",2717,2086.0,74922.0,520100.0,1183.0,2000.0,2.0,8.0,417.0,0.0,0.0,15.0,283.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.01,2792.0,2273.0,14.0,2.0,379.0,0.0,117.0,2229.0,52756.0,122300.0,689.0 +36081119100,"Census Tract 1191, Queens County, New York",3314,2382.0,44444.0,830500.0,373.0,235.0,0.0,0.0,1929.0,0.0,0.0,82.0,1068.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1191,2944.0,1062.0,68.0,14.0,1206.0,0.0,541.0,1998.0,41503.0,260600.0,607.0 +36081119300,"Census Tract 1193, Queens County, New York",1956,1466.0,46250.0,795100.0,492.0,355.0,36.0,0.0,1288.0,0.0,15.0,22.0,240.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1193,2350.0,1056.0,48.0,3.0,698.0,0.0,533.0,1670.0,36173.0,271000.0,332.0 +36081129102,"Census Tract 1291.02, Queens County, New York",3790,2629.0,109911.0,805300.0,1423.0,2102.0,4.0,0.0,1321.0,0.0,0.0,112.0,251.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1291.02,3269.0000019999998,2330.836432,114.88933370000001,7.621389866,565.1149558999999,0.0,210.0697746,2452.030025,69164.39133,326574.7498,1273.422362 +36081140300,"Census Tract 1403, Queens County, New York",2140,1696.0,64400.0,646700.0,672.0,664.0,0.0,0.0,1231.0,0.0,0.0,21.0,224.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1403,2395.0,1273.0,9.0,1.0,922.0,0.0,145.0,1625.0,58220.0,247600.0,396.0 +36081003400,"Census Tract 34, Queens County, New York",2561,1664.0,71000.0,459000.0,281.0,300.0,78.0,0.0,524.0,0.0,16.0,85.0,1558.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 34,2332.0,481.0,241.0,31.0,308.0,0.0,1204.0,1215.0,38370.0,173500.0,120.0 +36081112900,"Census Tract 1129, Queens County, New York",2131,1574.0,87204.0,594300.0,907.0,1342.0,75.0,0.0,585.0,0.0,0.0,10.0,119.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1129,2292.9999980000002,1621.273071,31.75075722,13.89095592,385.9701538,0.0,227.21635440000003,1700.6499019999999,66499.99799,311299.9905,654.859375 +36081055300,"Census Tract 553, Queens County, New York",2718,1720.0,45163.0,493500.0,434.0,508.0,74.0,32.0,435.0,0.0,0.0,154.0,1547.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 553,2537.0,186.0,122.0,4.0,257.0,0.0,1923.0,1430.0,33925.0,198900.0,148.0 +36081062700,"Census Tract 627, Queens County, New York",2901,2148.0,69293.0,548300.0,311.0,1605.0,8.0,0.0,63.0,0.0,0.0,0.0,1225.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 627,2630.0,2183.0,17.0,13.0,48.0,1.0,351.0,1890.0,42292.0,205700.0,341.0 +36081067700,"Census Tract 677, Queens County, New York",1765,1381.0,92750.0,642400.0,558.0,1436.0,24.0,0.0,214.0,0.0,0.0,0.0,91.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 677,1859.0,1681.0,2.0,8.0,75.0,0.0,89.0,1319.0,65982.0,277000.0,425.0 +36081079900,"Census Tract 799, Queens County, New York",3229,2179.0,48603.0,725300.0,459.0,389.0,0.0,30.0,2119.0,0.0,82.0,0.0,639.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 799,3196.0,1075.0,49.0,7.0,1577.0,0.0,452.0,2235.0,52500.0,275000.0,594.0 +36081099100,"Census Tract 991, Queens County, New York",7051,5383.0,99440.0,457600.0,2725.0,4785.0,0.0,0.0,1296.0,0.0,30.0,257.0,683.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 991,6659.0,5527.0,44.0,7.0,592.0,0.0,420.0,5211.0,62341.0,227900.0,1824.0 +36081010000,"Census Tract 100, Queens County, New York",4485,3210.0,92816.0,493200.0,715.0,115.0,1077.0,22.0,1215.0,0.0,489.0,357.0,1232.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 100,3475.1871189999997,701.0604873,631.0170451,103.0030922,903.028509,0.0,844.0638812999999,2210.120447,55601.28227999999,196999.6461,258.019006 +36081060800,"Census Tract 608, Queens County, New York",1728,1210.0,79653.0,415400.0,329.0,63.0,1597.0,0.0,0.0,0.0,0.0,0.0,68.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 608,1631.0,23.0,1512.0,0.0,8.0,0.0,84.0,999.0,66964.0,189300.0,362.0 +36081002400,"Census Tract 24, Queens County, New York",2355,1725.0,70089.0,452300.0,407.0,186.0,128.0,18.0,751.0,0.0,45.0,100.0,1144.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 24,2163.0,549.0,248.0,20.0,292.0,0.0,972.0,1518.0,50893.0,194400.0,400.0 +36081005900,"Census Tract 59, Queens County, New York",4260,3627.0,80194.0,693900.0,1819.0,2441.0,58.0,0.0,406.0,0.0,74.0,84.0,1197.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 59,4779.0,2191.0,67.0,10.0,791.0,0.0,1426.0,3488.0,41520.0,324700.0,914.0 +36081009100,"Census Tract 91, Queens County, New York",2657,2156.0,65354.0,602600.0,891.0,1484.0,93.0,0.0,368.0,0.0,0.0,26.0,686.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 91,2731.0,1260.0,91.0,6.0,345.0,0.0,860.0,2039.0,41000.0,205600.0,720.0 +36081014000,"Census Tract 140, Queens County, New York",3926,2544.0,66917.0,540400.0,1041.0,1820.0,251.0,0.0,676.0,0.0,20.0,85.0,1074.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 140,4191.416035,2417.638546,168.57413880000001,25.02567287,762.7060791,1.0,732.2755501,2586.676039,41896.023960000006,236652.151,989.0001502 +36081025500,"Census Tract 255, Queens County, New York",1410,1101.0,72981.0,667100.0,477.0,450.0,0.0,0.0,530.0,0.0,47.0,0.0,383.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 255,1849.0,593.0,36.0,3.0,716.0,0.0,451.0,1387.0,47143.0,140400.0,356.0 +36081035200,"Census Tract 352, Queens County, New York",3073,1959.0,84167.0,385900.0,417.0,152.0,2642.0,0.0,20.0,0.0,4.0,36.0,219.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 352,2519.0,11.0,2421.0,5.0,10.0,0.0,70.0,1745.0,50313.0,170100.0,222.0 +36081040300,"Census Tract 403, Queens County, New York",7716,4428.0,47386.0,469200.0,381.0,38.0,0.0,24.0,923.0,0.0,73.0,65.0,6617.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 403,6412.0,233.0,118.0,17.0,684.0,0.0,5323.0,3766.0,35551.0,235800.0,267.0 +36081048100,"Census Tract 481, Queens County, New York",6384,4859.0,35063.0,501600.0,1192.0,712.0,364.0,0.0,3410.0,0.0,152.0,0.0,1746.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 481,6782.0,643.0,185.0,32.0,2860.0,1.0,2991.0,4548.0,37143.0,208000.0,877.0 +36081052100,"Census Tract 521, Queens County, New York",2265,1486.0,83333.0,477200.0,373.0,1517.0,26.0,0.0,122.0,0.0,19.0,109.0,472.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 521,1906.000061,1445.804443,2.75566268,1.8371084930000001,65.21735382,0.0,377.52578739999996,1267.604858,48806.9979,213599.9999,129.5161438 +36081059400,"Census Tract 594, Queens County, New York",1842,1390.0,92986.0,393100.0,420.0,6.0,1660.0,0.0,5.0,0.0,9.0,53.0,109.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 594,1780.0,51.0,1610.0,7.0,9.0,0.0,93.0,1188.0,68833.0,184700.0,326.0 +36081063302,"Census Tract 633.02, Queens County, New York",1578,1179.0,63380.0,546100.0,279.0,1134.0,0.0,0.0,4.0,0.0,0.0,19.0,421.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 633.02,1438.0,1271.2284029999998,3.025256222,4.058931187,15.53038067,0.0,139.9886529,984.7496338,46246.21978,200004.4885,165.6163982 +36081069300,"Census Tract 693, Queens County, New York",3012,2173.0,47951.0,294200.0,1051.0,1182.0,280.0,32.0,856.0,0.0,17.0,20.0,657.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 693,2835.0,1358.0,61.0,6.0,798.0,0.0,533.0,2112.0,38353.0,74800.0,751.0 +36081019800,"Census Tract 198, Queens County, New York",3210,1928.0,52292.0,461100.0,321.0,17.0,1377.0,0.0,567.0,0.0,326.0,246.0,677.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 198,2782.0,30.0,2240.0,32.0,99.0,0.0,305.0,1731.0,26667.0,151700.0,180.0 +36081020500,"Census Tract 205, Queens County, New York",1283,890.0,58750.0,669800.0,132.0,142.0,3.0,0.0,72.0,0.0,0.0,0.0,1066.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 205,1241.0,377.0,29.0,3.0,125.0,0.0,688.0,762.0,41285.90074,203786.7133,95.0 +36081021600,"Census Tract 216, Queens County, New York",4339,3212.0,68211.0,201400.0,1594.0,1302.0,312.0,39.0,839.0,0.0,71.0,183.0,1593.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 216,4700.999895,1682.5758059999998,793.9320068,41.17904663,627.5686646,1.647161841,1392.675293,3376.681885,42648.00004,138000.0035,985.0028076 +36081021900,"Census Tract 219, Queens County, New York",4,4.0,,,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 219,45.39311767,28.13094711,2.557358742,0.0,8.950756072999999,0.639339685,5.754056931,20.45886993,76250.00316000001,316700.0131,13.42613316 +36081023800,"Census Tract 238, Queens County, New York",4774,3341.0,45896.0,545500.0,694.0,149.0,531.0,0.0,1672.0,0.0,559.0,0.0,1863.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 238,5273.0,200.0,1154.0,40.0,944.0,1.0,2821.0,3115.0,30746.0,186700.0,234.0 +36081024000,"Census Tract 240, Queens County, New York",6659,4623.0,43594.0,321900.0,939.0,208.0,1009.0,53.0,1390.0,0.0,569.0,152.0,3331.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 240,5748.0,206.0,1246.0,37.0,529.0,0.0,3532.0,3537.0,31943.0,190600.0,256.0 +36081024600,"Census Tract 246, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 246,1.2107659579999999,0.10089716300000001,0.7062801120000001,0.0,0.10089716300000001,0.0,0.302691489,0.10089716300000001,2499.0,187500.0,0.0 +36081024700,"Census Tract 247, Queens County, New York",1577,1115.0,58125.0,639200.0,232.0,277.0,12.0,0.0,731.0,0.0,0.0,44.0,513.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 247,1482.1020019999999,326.6150208,11.84102821,1.9735046630000002,717.3689575,0.0,414.43597410000007,1051.87793,43999.999939999994,286600.0035,278.2641602 +36081025700,"Census Tract 257, Queens County, New York",1422,1128.0,60000.0,577000.0,334.0,383.0,48.0,0.0,470.0,0.0,6.0,40.0,475.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 257,1504.0,430.0,8.0,2.0,592.0,0.0,444.0,1142.0,34375.0,226500.0,341.0 +36081026000,"Census Tract 260, Queens County, New York",2661,1509.0,44018.0,559000.0,128.0,5.0,1502.0,0.0,305.0,0.0,135.0,0.0,714.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 260,1636.0,4.0,1444.0,12.0,15.0,0.0,153.0,884.0,22466.0,141400.0,67.0 +36081026100,"Census Tract 261, Queens County, New York",7364,5167.0,44720.0,616500.0,1015.0,502.0,54.0,0.0,2785.0,0.0,16.0,63.0,3944.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 261,7233.0,972.0,74.0,40.0,2861.0,0.0,3231.0,4788.0,36104.0,252000.0,947.0 +36081027900,"Census Tract 279, Queens County, New York",6359,4963.0,51875.0,291900.0,1236.0,1069.0,136.0,0.0,599.0,0.0,21.0,69.0,4465.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 279,6763.0,1325.0,118.0,31.0,755.0,0.0,4476.0,4672.0,42822.0,70700.0,1070.0 +36081028000,"Census Tract 280, Queens County, New York",1923,1295.0,69850.0,335300.0,287.0,0.0,1645.0,0.0,0.0,0.0,32.0,75.0,171.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 280,1698.0,7.0,1616.0,4.0,2.0,0.0,65.0,1085.0,47596.0,159000.0,155.0 +36081028700,"Census Tract 287, Queens County, New York",6377,4912.0,62964.0,377100.0,1831.0,2071.0,0.0,32.0,1199.0,0.0,0.0,17.0,3090.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 287,6545.0,2228.0,132.0,14.0,1340.0,2.0,2739.0,4971.0,37895.0,77500.0,1484.0 +36081044800,"Census Tract 448, Queens County, New York",2923,1735.0,57500.0,641200.0,679.0,156.0,154.0,17.0,1481.0,0.0,70.0,280.0,765.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 448,2371.0,398.0,404.0,16.0,997.0,0.0,461.0,1605.0,47976.0,256000.0,408.0 +36081032900,"Census Tract 329, Queens County, New York",3983,2813.0,58333.0,562500.0,421.0,434.0,141.0,20.0,716.0,0.0,0.0,19.0,2673.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 329,4067.0,664.0,248.0,10.0,573.0,0.0,2512.0,2422.0,47917.0,215400.0,418.0 +36081035300,"Census Tract 353, Queens County, New York",2541,1706.0,45880.0,514400.0,163.0,32.0,306.0,0.0,144.0,0.0,38.0,17.0,2004.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 353,2658.0,105.0,679.0,3.0,95.0,6.0,1742.0,1625.0,34135.0,181700.0,151.0 +36081037500,"Census Tract 375, Queens County, New York",4321,2843.0,53050.0,662500.0,314.0,45.0,129.0,37.0,206.0,0.0,44.0,0.0,3897.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 375,4073.0,123.0,329.0,7.0,606.0,0.0,2977.0,2431.0,38594.0,285100.0,374.0 +36081045500,"Census Tract 455, Queens County, New York",15051,9375.0,48625.0,,2430.0,1700.0,7286.0,0.0,1800.0,0.0,23.0,184.0,4058.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 455,12577.0,1897.0,7620.0,48.0,442.0,0.0,2286.0,8028.0,35320.0,83400.0,1561.0 +36081047500,"Census Tract 475, Queens County, New York",3982,3018.0,50926.0,570000.0,1052.0,247.0,13.0,58.0,2334.0,0.0,24.0,148.0,1216.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 475,4130.0,741.0,42.0,12.0,2128.0,0.0,1174.0,2858.0,41495.0,232000.0,902.0 +36081048900,"Census Tract 489, Queens County, New York",1788,1193.0,63750.0,690500.0,295.0,81.0,1.0,2.0,841.0,0.0,0.0,0.0,865.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 489,1233.619493,405.6325979,6.037910257,2.0,443.4641666,0.0,356.4089978,904.9232435,39789.07785,245117.0001,208.34581409999998 +36081050700,"Census Tract 507, Queens County, New York",4192,3074.0,79313.0,588800.0,1025.0,1773.0,106.0,0.0,1323.0,0.0,19.0,40.0,931.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 507,3118.481245,2174.892334,28.39284897,9.46428299,598.1427002,0.0,287.7142029,2330.106445,53219.99777,241499.9906,666.2855225 +36081052800,"Census Tract 528, Queens County, New York",1371,943.0,53000.0,439200.0,196.0,0.0,1075.0,0.0,68.0,14.0,55.0,19.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 528,1484.0,17.0,1407.0,3.0,8.0,0.0,36.0,936.0,47188.0,182500.0,248.0 +36081053500,"Census Tract 535, Queens County, New York",1407,819.0,59417.0,467400.0,90.0,310.0,0.0,8.0,84.0,0.0,0.0,0.0,1005.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 535,1117.0,417.0,16.0,1.0,13.0,0.0,662.0,773.0,31071.0,187000.0,52.0 +36081090700,"Census Tract 907, Queens County, New York",1418,913.0,69886.0,665300.0,125.0,467.0,0.0,0.0,553.0,0.0,0.0,85.0,313.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 907,1354.0,762.0,15.0,4.0,240.0,4.0,293.0,796.0,45956.0,252600.0,105.0 +36081091602,"Census Tract 916.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 916.02,23.0896862,23.06920922,0.0012960110000000001,0.000518404,0.004924843,0.000518404,0.013478516999999999,5.819856644,83088.75612,345461.2655,0.269051909 +36081091900,"Census Tract 919, Queens County, New York",5860,4461.0,49644.0,513200.0,524.0,1042.0,185.0,0.0,2418.0,55.0,0.0,104.0,2056.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 919,5454.0,2675.0,202.0,22.0,1146.0,0.0,1296.0,3926.0,49926.0,227600.0,795.0 +36081094700,"Census Tract 947, Queens County, New York",2536,1775.0,62452.0,676400.0,331.0,880.0,8.0,0.0,439.0,0.0,5.0,72.0,1132.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 947,2139.0,1258.0,9.0,7.0,297.0,0.0,527.0,1373.0,50929.0,244600.0,157.0 +36081099200,"Census Tract 992, Queens County, New York",4146,2253.0,26766.0,370200.0,359.0,477.0,2017.0,0.0,50.0,0.0,96.0,121.0,1385.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 992,2788.0,490.0,1427.0,21.0,79.0,0.0,723.0,1599.0,25179.0,185500.0,209.0 +36081101001,"Census Tract 1010.01, Queens County, New York",10986,7020.0,26557.0,467400.0,1420.0,2892.0,4556.0,0.0,239.0,0.0,27.0,178.0,3094.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1010.01,9479.0,1953.0,4587.0,45.0,221.0,0.0,2588.0,6067.0,23721.0,178800.0,738.0 +36081103202,"Census Tract 1032.02, Queens County, New York",8014,4219.0,52331.0,759000.0,1188.0,3541.0,1182.0,63.0,73.0,0.0,26.0,54.0,3138.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1032.02,6670.0,2619.0,1818.0,14.0,59.0,0.0,2056.0,3728.0,34942.0,231700.0,731.0 +36081117500,"Census Tract 1175, Queens County, New York",4904,3977.0,69769.0,741700.0,1276.0,1817.0,19.0,0.0,2470.0,0.0,0.0,0.0,598.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1175,4975.999913000001,2348.481201,64.54599762,7.944122791,1727.84668,0.9930153490000001,792.4262695,3612.5898439999996,48027.001260000005,270999.9977,1216.4438480000001 +36081016400,"Census Tract 164, Queens County, New York",3852,2553.0,76414.0,420500.0,345.0,117.0,1136.0,1.0,920.0,0.0,714.0,238.0,726.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 164,3607.0,117.0,1226.0,199.0,993.0,1.0,704.0,2273.0,55625.0,178000.0,271.0 +36081011500,"Census Tract 115, Queens County, New York",2252,1824.0,74688.0,861500.0,1198.0,1383.0,11.0,10.0,302.0,0.0,10.0,120.0,416.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 115,2755.999893,1464.38208,45.62170792,2.9915874,376.94000239999997,0.0,597.5695801,1959.4897460000002,36683.99996,275999.9944,535.4941406 +36081015100,"Census Tract 151, Queens County, New York",2455,2142.0,69519.0,688500.0,1115.0,1715.0,50.0,0.0,308.0,0.0,5.0,7.0,370.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 151,3148.0,1622.0,42.0,10.0,476.0,0.0,791.0,2112.0,39788.0,253800.0,592.0 +36081015200,"Census Tract 152, Queens County, New York",3037,2095.0,56522.0,462600.0,535.0,124.0,427.0,0.0,1009.0,0.0,570.0,102.0,805.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 152,2662.0,101.0,805.0,270.0,500.0,0.0,745.0,1629.0,45240.0,181600.0,103.0 +36081017800,"Census Tract 178, Queens County, New York",2284,1574.0,56667.0,420000.0,192.0,7.0,799.0,35.0,291.0,0.0,375.0,156.0,621.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 178,1911.0,38.0,1392.0,51.0,118.0,0.0,260.0,1242.0,45313.0,164700.0,155.0 +36081020200,"Census Tract 202, Queens County, New York",1784,1099.0,67564.0,432400.0,214.0,30.0,865.0,0.0,219.0,0.0,401.0,60.0,209.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 202,1418.253134,18.12390076,1102.256295,27.06195038,52.10137334,0.0,179.6251356,863.7839127000001,48248.25058,150930.462,57.74903637 +36081020400,"Census Tract 204, Queens County, New York",2473,1578.0,42378.0,471700.0,204.0,133.0,1075.0,7.0,500.0,0.0,101.0,190.0,474.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 204,1936.000001,77.31034493,1341.7586210000002,34.13793135,148.0,0.0,260.7931037,1188.103449,28640.39202,181146.3801,108.0 +36081022001,"Census Tract 220.01, Queens County, New York",5958,4902.0,68868.0,227700.0,2363.0,1711.0,741.0,18.0,1464.0,0.0,42.0,41.0,1959.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 220.01,6693.788821,2709.674332,981.8333912,21.78098905,1126.974327,0.268395245,1734.7035260000002,5032.142685,43341.992999999995,92288.1011,1751.683689 +36081024300,"Census Tract 243, Queens County, New York",5963,4437.0,63333.0,636700.0,1009.0,1449.0,7.0,9.0,2099.0,0.0,8.0,53.0,2347.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 243,5251.390026,1984.211382,47.39541762,15.01916089,1395.99156,0.0,1708.6004649999998,3642.652693,39984.95289,242280.2308,741.1462032000001 +36081027000,"Census Tract 270, Queens County, New York",1989,1117.0,66250.0,364300.0,209.0,8.0,1370.0,0.0,67.0,0.0,0.0,62.0,482.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 270,1468.0,18.0,1321.0,9.0,28.0,0.0,85.0,876.0,47614.0,151400.0,87.0 +36081027800,"Census Tract 278, Queens County, New York",2374,1514.0,40000.0,350500.0,218.0,12.0,1897.0,0.0,10.0,0.0,0.0,97.0,358.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 278,2250.538599,17.90983501,1926.241507,16.91042482,33.82659024,0.0,241.7200417,1278.49079,22532.499519999998,144322.8021,78.63520942 +36081028100,"Census Tract 281, Queens County, New York",4547,3634.0,46576.0,285400.0,1507.0,1397.0,38.0,22.0,693.0,0.0,0.0,124.0,2295.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 281,6120.0,1906.0,136.0,17.0,702.0,0.0,3299.0,4453.0,41962.0,73300.0,1204.0 +36081033401,"Census Tract 334.01, Queens County, New York",3645,2354.0,74542.0,432200.0,525.0,27.0,3279.0,0.0,41.0,0.0,11.0,21.0,266.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 334.01,2538.0,17.0,2397.0,5.0,27.0,0.0,76.0,1439.0,50833.0,177300.0,218.0 +36081034700,"Census Tract 347, Queens County, New York",3470,2310.0,51367.0,598800.0,339.0,349.0,378.0,23.0,478.0,0.0,10.0,8.0,2224.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 347,3436.0,352.0,648.0,13.0,282.0,0.0,2087.0,2042.0,42321.0,222000.0,214.0 +36081037600,"Census Tract 376, Queens County, New York",6422,4207.0,72689.0,424600.0,976.0,0.0,5770.0,50.0,206.0,0.0,28.0,67.0,301.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 376,5975.0,27.0,5583.0,22.0,25.0,0.0,295.0,3931.0,46549.0,172500.0,843.0 +36081039900,"Census Tract 399, Queens County, New York",4014,2394.0,52378.0,512100.0,242.0,75.0,308.0,87.0,120.0,0.0,70.0,9.0,3432.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 399,3589.0,135.0,222.0,16.0,446.0,0.0,2721.0,2055.0,32340.0,265500.0,164.0 +36081073900,"Census Tract 739, Queens County, New York",5903,4762.0,84159.0,385500.0,3193.0,2934.0,124.0,0.0,1658.0,0.0,0.0,337.0,850.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 739,4994.0,4000.0,75.0,5.0,508.0,0.0,371.0,4268.0,55000.0,123400.0,2161.0 +36081074100,"Census Tract 741, Queens County, New York",3194,2592.0,71375.0,300700.0,1705.0,1801.0,122.0,76.0,667.0,0.0,8.0,99.0,451.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 741,3079.0,2217.0,60.0,2.0,501.0,0.0,250.0,2521.0,49625.0,96200.0,1392.0 +36081074300,"Census Tract 743, Queens County, New York",4441,3291.0,58718.0,414500.0,1395.0,2533.0,79.0,24.0,1205.0,0.0,0.0,160.0,451.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 743,4365.0,2415.0,79.0,8.0,1206.0,0.0,602.0,3249.0,36824.0,167000.0,1328.0 +36081074500,"Census Tract 745, Queens County, New York",4260,2658.0,45708.0,505900.0,1056.0,2324.0,186.0,0.0,824.0,0.0,0.0,182.0,744.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 745,3911.000037,2250.127443,318.5633173,10.95358102,597.8866,0.0,620.3807032000001,2830.853086,28829.86484,117861.0078,773.8221049 +36081077904,"Census Tract 779.04, Queens County, New York",6121,4051.0,64087.0,425200.0,1668.0,3736.0,160.0,59.0,1302.0,0.0,0.0,171.0,712.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.04,6303.0,2926.0,412.0,34.0,1785.0,2.0,927.0,4182.0,53708.0,197700.0,1888.0 +36081080900,"Census Tract 809, Queens County, New York",7281,4958.0,68386.0,239600.0,1762.0,2954.0,441.0,0.0,2340.0,0.0,0.0,11.0,1535.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 809,6401.0,3987.0,608.0,7.0,953.0,1.0,745.0,4489.0,47867.0,74600.0,1507.0 +36081085300,"Census Tract 853, Queens County, New York",5070,4018.0,38885.0,432500.0,865.0,184.0,54.0,25.0,4446.0,0.0,0.0,72.0,289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 853,5861.0,467.0,145.0,32.0,4353.0,0.0,804.0,4306.0,30886.0,98900.0,1303.0 +36081085900,"Census Tract 859, Queens County, New York",5343,3970.0,44535.0,284800.0,679.0,666.0,29.0,153.0,3777.0,0.0,0.0,241.0,477.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 859,4950.0,1025.0,199.0,28.0,2556.0,0.0,1054.0,3491.0,37027.0,68600.0,1146.0 +36081086500,"Census Tract 865, Queens County, New York",4506,3814.0,29810.0,411800.0,744.0,511.0,39.0,0.0,3439.0,0.0,0.0,205.0,312.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 865,4156.0,952.0,79.0,20.0,2570.0,0.0,510.0,3295.0,25395.0,97400.0,866.0 +36081094202,"Census Tract 942.02, Queens County, New York",4617,2756.0,48047.0,349500.0,911.0,827.0,1841.0,0.0,476.0,0.0,0.0,118.0,1355.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 942.02,3629.0,697.0,1990.0,20.0,84.0,0.0,810.0,1770.0,17917.0,157500.0,176.0 +36081094203,"Census Tract 942.03, Queens County, New York",6505,4649.0,52545.0,46000.0,1101.0,3411.0,453.0,0.0,221.0,0.0,173.0,139.0,2108.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 942.03,5441.0,2965.0,1390.0,24.0,154.0,0.0,808.0,3780.0,34844.0,15600.0,606.0 +36081098100,"Census Tract 981, Queens County, New York",2417,1722.0,93860.0,837000.0,620.0,1510.0,0.0,58.0,449.0,0.0,41.0,5.0,354.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 981,1908.0,1477.0,5.0,3.0,236.0,0.0,157.0,1379.0,53281.0,285100.0,453.0 +36081101002,"Census Tract 1010.02, Queens County, New York",4090,2565.0,36520.0,800000.0,950.0,3111.0,777.0,0.0,48.0,0.0,0.0,5.0,149.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1010.02,3751.0,2796.0,678.0,6.0,29.0,0.0,219.0,2332.0,13776.0,260100.0,801.0 +36081103900,"Census Tract 1039, Queens County, New York",7088,5193.0,82156.0,704500.0,1760.0,3226.0,0.0,0.0,2643.0,0.0,0.0,115.0,1104.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1039,6161.0,4483.0,26.0,8.0,1015.0,0.0,565.0,4410.0,54366.0,276700.0,1021.0 +36081012301,"Census Tract 123.01, Queens County, New York",2812,2218.0,83155.0,762300.0,1071.0,1869.0,88.0,63.0,194.0,0.0,0.0,8.0,590.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 123.01,3402.0,2513.0,37.0,11.0,197.0,0.0,492.0,2377.0,44127.72349,239798.9691,575.0 +36081067100,"Census Tract 671, Queens County, New York",2368,1808.0,100909.0,613100.0,699.0,1672.0,0.0,7.0,568.0,0.0,0.0,31.0,97.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 671,2295.0,1973.0,3.0,1.0,226.0,0.0,74.0,1697.0,53135.710139999996,240690.0901,413.0 +36081074900,"Census Tract 749, Queens County, New York",1590,1079.0,161750.0,1439100.0,905.0,1165.0,0.0,0.0,254.0,0.0,0.0,77.0,94.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 749,2111.999996,1542.065643,30.21226597,2.112122662,379.1883087,2.0,130.36703300000002,1447.059891,95058.9522,483634.4346,934.0618134 +36081079702,"Census Tract 797.02, Queens County, New York",4877,3709.0,38640.0,409400.0,612.0,274.0,18.0,0.0,3976.0,0.0,25.0,105.0,479.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 797.02,4635.999973,585.7888184,249.60375980000003,24.96037674,3078.316406,0.0,635.3195801,3360.290771,37896.99873,93700.00007000001,1240.21875 +36081093402,"Census Tract 934.02, Queens County, New York",4343,3410.0,73277.0,527400.0,1377.0,3243.0,121.0,0.0,268.0,0.0,189.0,130.0,392.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 934.02,4050.000208,3474.6435549999997,94.61422729,4.0914258960000005,146.7799072,0.0,310.43695069999995,3085.446533,42133.00039,268000.0113,970.6907958999999 +36081038301,"Census Tract 383.01, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 383.01,1.00000001,0.388108611,0.17041198899999999,0.006086141999999999,0.212078661,0.0,0.193352059,0.80102998,51765.99824,112900.0041,0.285580516 +36081097203,"Census Tract 972.03, Queens County, New York",7002,4003.0,26154.0,442400.0,503.0,213.0,3961.0,52.0,191.0,0.0,39.0,0.0,2598.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 972.03,5886.000257,410.24453739999996,4381.545897999999,22.86608887,47.74977493,0.6725320220000001,985.9319457999999,3271.1958010000003,18449.99955,133999.9982,258.9248352 +36081097204,"Census Tract 972.04, Queens County, New York",3741,2774.0,43029.0,425200.0,303.0,266.0,2025.0,0.0,41.0,0.0,11.0,97.0,1301.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 972.04,2866.000004,199.75547790000002,2133.454102,11.13391209,23.25022888,0.32746800800000003,480.0680847,1592.804443,18450.00015,133999.9973,126.0751801 +36081099703,"Census Tract 997.03, Queens County, New York",3899,3150.0,102772.0,423400.0,1723.0,2396.0,38.0,31.0,1111.0,0.0,43.0,140.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.03,4271.999827000001,3199.025391,67.83345032,6.029639721000001,714.8137817,0.301481992,258.6715393,3487.242188,58253.00147,185600.0003,1568.61084 +36081099704,"Census Tract 997.04, Queens County, New York",6809,5562.0,68750.0,294000.0,3013.0,4316.0,64.0,0.0,1604.0,0.0,0.0,85.0,740.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.04,7168.232581,5367.827636999999,113.82161709999998,10.11747742,1199.42688,0.505873859,434.03976439999997,5851.442871,58253.00083,185599.9942,2632.061768 +36081100802,"Census Tract 1008.02, Queens County, New York",8954,5117.0,59529.0,455000.0,1478.0,2596.0,3737.0,0.0,359.0,0.0,84.0,0.0,2178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1008.02,7612.999793999999,1135.563843,4261.26709,32.5110321,302.6622314,2.322216511,1683.606934,4223.337890999999,43512.99855,205699.9889,918.0496216 +36081099705,"Census Tract 997.05, Queens County, New York",2790,2018.0,95395.0,614400.0,992.0,1449.0,0.0,25.0,1055.0,0.0,0.0,61.0,200.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.05,2729.7673809999997,2044.1468510000002,43.34492874,3.852882624,456.7592468,0.192644134,165.28866580000002,2228.314697,58253.00161,185600.0004,1002.3274539999999 +36081099801,"Census Tract 998.01, Queens County, New York",8230,5414.0,68252.0,377700.0,1049.0,743.0,5201.0,0.0,285.0,0.0,0.0,104.0,1897.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 998.01,8041.0003560000005,1422.18811,4460.923828,21.18019867,113.99930570000001,0.622947037,1920.5457760000002,5256.427246,29920.00085,185300.0071,809.2081909 +36081100801,"Census Tract 1008.01, Queens County, New York",2506,1482.0,88047.0,453100.0,483.0,1145.0,822.0,0.0,55.0,0.0,0.0,0.0,484.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1008.01,2222.000059,331.4360962,1243.732666,9.488967896,88.33777618,0.67778343,491.39300539999994,1232.6621089999999,43512.99792,205700.004,267.9503784 +36081129103,"Census Tract 1291.03, Queens County, New York",3872,2973.0,60244.0,215100.0,1526.0,2285.0,106.0,0.0,956.0,0.0,0.0,82.0,443.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1291.03,3681.775314,2552.2763489999998,155.1888428,5.847695827000001,630.1956727,0.0,309.4780579,2860.848853,52010.10382,88260.63775,1266.921957 +36081129104,"Census Tract 1291.04, Queens County, New York",4350,3374.0,77857.0,243400.0,1750.0,1525.0,150.0,0.0,2119.0,0.0,46.0,70.0,440.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1291.04,4500.999808,3120.054932,189.811142,7.152303696000001,770.2481079,0.0,378.52191160000007,3496.9262700000004,51996.99869,88200.00066,1547.6485599999999 +36081095400,"Census Tract 954, Queens County, New York",5598,3683.0,55526.0,373000.0,876.0,487.0,3407.0,56.0,370.0,0.0,0.0,138.0,1184.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 954,4033.0,510.0,2646.0,21.0,87.0,0.0,684.0,2552.0,33798.65012,171491.0596,349.0 +36081099802,"Census Tract 998.02, Queens County, New York",5462,3854.0,34836.0,328800.0,1418.0,1124.0,3290.0,0.0,61.0,0.0,0.0,0.0,987.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 998.02,4867.000028,860.8120117000001,2700.076416,12.81980133,69.00069427,0.37705299299999995,1162.454346,3181.5732420000004,29920.00096,185300.0029,489.79183960000006 +36081127700,"Census Tract 1277, Queens County, New York",3179,1979.0,118233.0,853000.0,1095.0,2551.0,154.0,0.0,457.0,0.0,0.0,5.0,12.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1277,3656.0,2667.0,151.0,2.0,637.0,4.0,146.0,2539.0,85334.91337000001,373288.0104,1662.0 +36081990100,"Census Tract 9901, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36081025400,"Census Tract 254, Queens County, New York",9722,6103.0,37103.0,322300.0,971.0,0.0,5759.0,0.0,1062.0,0.0,539.0,160.0,2202.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 254,7015.0,66.0,6060.0,26.0,66.0,0.0,755.0,3897.0,22493.640580000003,159905.7663,425.0 +36081030600,"Census Tract 306, Queens County, New York",4827,3007.0,69464.0,392900.0,657.0,187.0,4005.0,0.0,161.0,0.0,100.0,33.0,341.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 306,3909.0,86.0,3415.0,4.0,56.0,0.0,301.0,2485.0,48818.93295,176774.0696,505.0 +36081035700,"Census Tract 357, Queens County, New York",4061,3119.0,62031.0,491100.0,551.0,637.0,1452.0,0.0,569.0,0.0,0.0,7.0,1396.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 357,4306.000002000001,381.8984089,2346.054307,19.3590824,129.512641,0.0,1373.407772,2815.260769,41415.8946,190494.8185,345.8492508 +36081010701,"Census Tract 107.01, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 107.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36081038302,"Census Tract 383.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 383.02,1647.211269,639.296875,280.7045288,10.02516174,349.3383484,0.0,318.4916992,1319.465576,51765.99975,112899.9991,470.41146849999996 +36081040400,"Census Tract 404, Queens County, New York",4415,2916.0,65329.0,381800.0,458.0,40.0,3829.0,9.0,92.0,0.0,0.0,159.0,295.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 404,3959.0,29.0,3573.0,44.0,62.0,1.0,214.0,2508.0,37034.0,161100.0,351.0 +36081043900,"Census Tract 439, Queens County, New York",4281,2753.0,42833.0,477300.0,243.0,285.0,40.0,0.0,669.0,0.0,0.0,0.0,3287.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 439,3663.0,520.0,100.0,13.0,267.0,0.0,2724.0,2126.0,34297.0,238400.0,283.0 +36081045600,"Census Tract 456, Queens County, New York",1497,1035.0,74861.0,615400.0,403.0,51.0,50.0,0.0,1202.0,0.0,71.0,15.0,108.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 456,1285.0,171.0,134.0,22.0,705.0,2.0,208.0,867.0,51528.0,269400.0,365.0 +36081045800,"Census Tract 458, Queens County, New York",2299,1669.0,60556.0,625000.0,952.0,207.0,284.0,0.0,1494.0,0.0,67.0,65.0,182.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 458,1878.0000440000001,286.5586243,344.068634,13.88173199,847.7772217,0.0,337.1277771,1212.668457,49278.99978,308900.0156,536.4298096 +36081046700,"Census Tract 467, Queens County, New York",6400,4150.0,32140.0,217700.0,609.0,153.0,91.0,39.0,1994.0,0.0,0.0,17.0,4145.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 467,7108.0,378.0,195.0,25.0,2226.0,0.0,4236.0,4726.0,29394.0,234800.0,833.0 +36081047800,"Census Tract 478, Queens County, New York",5450,4368.0,71333.0,174700.0,1812.0,1026.0,1381.0,6.0,1421.0,0.0,132.0,305.0,1185.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 478,5586.0,1371.0,1800.0,102.0,1141.0,0.0,996.0,4026.0,44777.0,84800.0,1373.0 +36081049500,"Census Tract 495, Queens County, New York",1417,1023.0,72550.0,656900.0,270.0,891.0,0.0,12.0,76.0,0.0,0.0,0.0,438.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 495,1288.0,1004.0,1.0,2.0,72.0,1.0,152.0,940.0,42227.0,274600.0,163.0 +36081051200,"Census Tract 512, Queens County, New York",2831,1802.0,81220.0,436300.0,406.0,12.0,2067.0,0.0,98.0,0.0,344.0,10.0,300.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 512,2885.0,38.0,2532.0,11.0,37.0,0.0,222.0,1785.0,54130.0,188900.0,283.0 +36081113900,"Census Tract 1139, Queens County, New York",3131,2525.0,55921.0,611400.0,781.0,1292.0,14.0,10.0,1294.0,0.0,57.0,45.0,429.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1139,3328.0,2109.0,32.0,16.0,600.0,0.0,479.0,2562.0,53468.0,230500.0,790.0 +36081114700,"Census Tract 1147, Queens County, New York",1722,1224.0,79432.0,729600.0,469.0,923.0,0.0,0.0,433.0,0.0,0.0,48.0,318.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1147,1800.0,1262.0,9.0,1.0,354.0,0.0,160.0,1279.0,80822.0,329500.0,571.0 +36081073100,"Census Tract 731, Queens County, New York",1608,1121.0,116397.0,816400.0,572.0,990.0,21.0,0.0,479.0,0.0,6.0,23.0,89.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 731,1747.0,1105.0,12.0,0.0,444.0,0.0,173.0,1311.0,57096.0,291100.0,632.0 +36081074700,"Census Tract 747, Queens County, New York",3769,2629.0,65833.0,272200.0,1071.0,991.0,61.0,22.0,1604.0,0.0,0.0,119.0,972.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 747,2621.0,734.0,109.0,35.0,1312.0,3.0,407.0,1732.0,56125.0,231600.0,789.0 +36081077300,"Census Tract 773, Queens County, New York",2204,1726.0,71585.0,267000.0,1005.0,1133.0,64.0,0.0,348.0,0.0,16.0,125.0,518.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 773,1213.000014,812.565918,62.06653595,1.3492367859999999,153.3740911,0.0,157.07119369999998,872.4453888,58267.01082999999,259757.9241,451.29510120000003 +36081078800,"Census Tract 788, Queens County, New York",1889,1326.0,76250.0,391200.0,227.0,53.0,1229.0,0.0,207.0,0.0,183.0,19.0,198.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 788,1746.0,9.0,1550.0,10.0,30.0,0.0,132.0,959.0,48523.0,143300.0,133.0 +36081081400,"Census Tract 814, Queens County, New York",4155,2596.0,68333.0,414900.0,517.0,65.0,1731.0,0.0,1030.0,0.0,427.0,110.0,792.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 814,3642.0,63.0,2781.0,29.0,196.0,0.0,497.0,2130.0,52730.0,166500.0,260.0 +36081088400,"Census Tract 884, Queens County, New York",7966,6086.0,80263.0,590200.0,1218.0,6152.0,102.0,0.0,226.0,0.0,120.0,85.0,1281.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 884,7929.000184999999,7199.276367,74.97163391,23.99092293,60.97692871,0.0,544.7938843,5806.803223,60056.00159,296500.0087,1000.62146 +36081092200,"Census Tract 922, Queens County, New York",1924,1376.0,132981.0,790200.0,914.0,1830.0,0.0,7.0,37.0,0.0,0.0,0.0,57.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 922,2206.0,2100.0,9.0,4.0,43.0,0.0,48.0,1548.0,90929.0,394300.0,845.0 +36081096400,"Census Tract 964, Queens County, New York",5640,3630.0,60966.0,356600.0,1012.0,488.0,2987.0,0.0,534.0,0.0,179.0,73.0,1379.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 964,3732.0,345.0,2586.0,24.0,55.0,0.0,668.0,2164.0,46445.0,166300.0,411.0 +36081097202,"Census Tract 972.02, Queens County, New York",3226,1508.0,35058.0,,215.0,147.0,2152.0,18.0,3.0,0.0,122.0,18.0,766.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 972.02,3270.0,22.0,2710.0,9.0,6.0,0.0,505.0,1455.0,27535.0,187500.0,193.0 +36081097300,"Census Tract 973, Queens County, New York",1812,1414.0,87375.0,756300.0,402.0,1490.0,0.0,0.0,121.0,0.0,22.0,4.0,175.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 973,2264.999953,1915.7752690000002,2.97634697,0.9921156170000001,157.7463837,0.0,169.6517639,1734.21814,63827.99975,303299.9946,472.2470398 +36081101700,"Census Tract 1017, Queens County, New York",6143,4446.0,80417.0,525200.0,1568.0,3361.0,41.0,0.0,1368.0,0.0,0.0,153.0,1220.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1017,5769.000168,4580.021973,27.51354218,10.8088913,785.1185912999999,0.0,321.3188782,4494.533691,47646.99825,221799.9964,1170.308105 +36081000800,"Census Tract 8, Queens County, New York",3679,2430.0,70324.0,439900.0,590.0,521.0,88.0,38.0,894.0,0.0,0.0,47.0,2091.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 8,3186.0,974.0,150.0,21.0,420.0,0.0,1518.0,1960.0,37201.0,178800.0,314.0 +36081001400,"Census Tract 14, Queens County, New York",3903,2703.0,64535.0,540200.0,491.0,643.0,144.0,0.0,787.0,0.0,9.0,0.0,2320.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 14,3268.0,1431.0,96.0,17.0,406.0,0.0,1221.0,2312.0,46014.0,211900.0,428.0 +36081001600,"Census Tract 16, Queens County, New York",2848,2115.0,78359.0,454800.0,510.0,330.0,137.0,0.0,478.0,0.0,15.0,13.0,1875.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 16,2688.0,889.0,133.0,8.0,320.0,0.0,1233.0,1693.0,51250.0,172900.0,206.0 +36081001900,"Census Tract 19, Queens County, New York",2347,1947.0,130917.0,797400.0,1608.0,1138.0,50.0,9.0,913.0,0.0,0.0,59.0,187.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 19,794.0,300.0,26.0,0.0,95.0,0.0,368.0,575.0,37063.0,287500.0,225.0 +36081002600,"Census Tract 26, Queens County, New York",2476,1561.0,80677.0,575000.0,525.0,304.0,118.0,0.0,544.0,0.0,12.0,76.0,1422.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 26,2132.0,664.0,215.0,32.0,339.0,0.0,760.0,1220.0,42378.0,259700.0,250.0 +36081002800,"Census Tract 28, Queens County, New York",3216,2070.0,63438.0,541700.0,259.0,495.0,101.0,43.0,651.0,0.0,94.0,84.0,1791.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 28,3083.0,717.0,286.0,32.0,423.0,0.0,1414.0,2017.0,37135.0,202600.0,211.0 +36081004001,"Census Tract 40.01, Queens County, New York",2422,1651.0,72250.0,559000.0,360.0,606.0,50.0,0.0,550.0,26.0,33.0,11.0,1146.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 40.01,1786.0,684.0,110.0,11.0,216.0,0.0,546.0,1165.0,41436.0,225300.0,90.0 +36081005400,"Census Tract 54, Queens County, New York",5710,3741.0,65172.0,446500.0,849.0,1111.0,412.0,0.0,1457.0,0.0,245.0,290.0,2195.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 54,5242.814213000001,1966.430054,301.7590942,55.95532608,762.3912964,0.9992022509999999,1671.665405,3359.317871,44958.00155,189700.0036,375.7000427 +36081005800,"Census Tract 58, Queens County, New York",6202,4478.0,71702.0,432900.0,1027.0,1809.0,375.0,0.0,919.0,0.0,95.0,170.0,2834.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 58,5569.0,3318.0,113.0,27.0,437.0,0.0,1534.0,3878.0,46563.0,189000.0,419.0 +36081006300,"Census Tract 63, Queens County, New York",5340,4470.0,72264.0,769200.0,2691.0,3006.0,47.0,26.0,846.0,0.0,0.0,149.0,1292.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 63,7029.0,3382.0,116.0,28.0,1506.0,0.0,1756.0,5091.0,32730.0,316700.0,1413.0 +36081008800,"Census Tract 88, Queens County, New York",3772,2437.0,86731.0,458600.0,692.0,1436.0,216.0,0.0,265.0,0.0,0.0,47.0,1808.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 88,3035.0,2052.0,27.0,19.0,151.0,0.0,625.0,2020.0,46691.0,189100.0,267.0 +36081009700,"Census Tract 97, Queens County, New York",3561,2794.0,87034.0,685100.0,1771.0,2415.0,60.0,0.0,608.0,0.0,0.0,91.0,387.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 97,3593.0,2639.0,13.0,2.0,354.0,1.0,404.0,2701.0,51495.0,294800.0,888.0 +36081010600,"Census Tract 106, Queens County, New York",4161,2872.0,64716.0,444300.0,435.0,117.0,612.0,39.0,1198.0,0.0,1325.0,277.0,593.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 106,3482.0,285.0,629.0,214.0,1225.0,0.0,662.0,2180.0,45396.0,199100.0,169.0 +36081023500,"Census Tract 235, Queens County, New York",8238,6050.0,50274.0,620700.0,959.0,839.0,52.0,0.0,2272.0,0.0,29.0,135.0,4911.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 235,8426.0,991.0,116.0,32.0,1135.0,4.0,5992.0,5288.0,33280.0,245700.0,633.0 +36081028400,"Census Tract 284, Queens County, New York",4310,2785.0,64737.0,406300.0,399.0,39.0,3800.0,0.0,48.0,0.0,251.0,109.0,63.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 284,3255.464302,26.09918542,3084.667943,5.093675122,7.187350242999999,0.0,112.33900320000001,2042.080737,54970.11952000001,151989.1798,297.4353138 +36081029100,"Census Tract 291, Queens County, New York",6767,4965.0,45299.0,374700.0,1508.0,955.0,63.0,8.0,4046.0,0.0,0.0,88.0,1607.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 291,7120.0,1386.0,108.0,56.0,3216.0,0.0,2233.0,5105.0,36892.0,171900.0,1129.0 +36081038400,"Census Tract 384, Queens County, New York",2428,1613.0,73385.0,371300.0,285.0,23.0,2181.0,0.0,94.0,0.0,0.0,5.0,125.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 384,2608.0,25.0,2484.0,5.0,14.0,0.0,72.0,1645.0,57708.0,168200.0,381.0 +36081040100,"Census Tract 401, Queens County, New York",7637,4651.0,52132.0,561800.0,463.0,40.0,137.0,37.0,906.0,0.0,0.0,0.0,6537.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 401,6758.0,229.0,251.0,36.0,723.0,0.0,5463.0,3942.0,36517.0,267200.0,266.0 +36081041100,"Census Tract 411, Queens County, New York",4108,2638.0,60058.0,488600.0,280.0,51.0,24.0,66.0,658.0,0.0,16.0,5.0,3354.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 411,3623.0,201.0,29.0,13.0,530.0,0.0,2825.0,2092.0,35938.0,220500.0,201.0 +36081041400,"Census Tract 414, Queens County, New York",4279,2925.0,51190.0,408000.0,468.0,58.0,3153.0,0.0,117.0,0.0,140.0,44.0,767.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 414,3637.0,25.0,3381.0,13.0,32.0,0.0,169.0,2154.0,34540.0,176800.0,309.0 +36081043200,"Census Tract 432, Queens County, New York",1427,935.0,91750.0,456600.0,292.0,0.0,1264.0,0.0,54.0,0.0,10.0,12.0,87.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 432,1109.0,21.0,1005.0,2.0,19.0,0.0,60.0,749.0,61875.0,186400.0,167.0 +36081044601,"Census Tract 446.01, Queens County, New York",3817,2573.0,41488.0,163600.0,633.0,47.0,796.0,38.0,820.0,0.0,34.0,6.0,2076.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 446.01,2462.0,106.0,1094.0,17.0,169.0,0.0,1032.0,1587.0,29038.0,51800.0,191.0 +36081045700,"Census Tract 457, Queens County, New York",3462,2592.0,65273.0,649000.0,952.0,141.0,0.0,0.0,2590.0,0.0,0.0,0.0,731.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 457,3395.0,469.0,47.0,4.0,1698.0,0.0,1134.0,2230.0,45197.0,228600.0,550.0 +36081045900,"Census Tract 459, Queens County, New York",3700,2564.0,60735.0,701800.0,582.0,126.0,6.0,24.0,1835.0,0.0,0.0,59.0,1674.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 459,3885.0,439.0,58.0,8.0,2130.0,0.0,1218.0,2767.0,41325.0,259900.0,740.0 +36081118100,"Census Tract 1181, Queens County, New York",1581,1206.0,63950.0,710100.0,478.0,676.0,12.0,0.0,671.0,0.0,0.0,16.0,206.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1181,1811.0,1181.0,16.0,0.0,388.0,0.0,178.0,1257.0,49680.0,271200.0,376.0 +36081120500,"Census Tract 1205, Queens County, New York",2901,2336.0,27679.0,663100.0,344.0,123.0,125.0,41.0,2270.0,0.0,97.0,52.0,193.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1205,2837.0,478.0,145.0,15.0,1575.0,0.0,559.0,1994.0,33405.0,232100.0,661.0 +36081126500,"Census Tract 1265, Queens County, New York",1608,1065.0,60625.0,552300.0,430.0,594.0,75.0,0.0,600.0,0.0,0.0,157.0,182.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1265,1784.0,468.0,117.0,3.0,788.0,0.0,367.0,1300.0,60250.0,202800.0,560.0 +36081126700,"Census Tract 1267, Queens County, New York",4756,1698.0,76932.0,585600.0,555.0,1596.0,618.0,5.0,1289.0,22.0,0.0,256.0,975.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1267,3007.0,1085.518248,324.75587989999997,16.032441199999997,1118.008921,0.0,416.512571,1496.03974,57738.25805,229908.4739,618.7201946 +36081133900,"Census Tract 1339, Queens County, New York",1322,906.0,109896.0,711700.0,490.0,655.0,2.0,0.0,495.0,0.0,0.0,0.0,170.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1339,1277.0,781.0,9.0,6.0,387.0,0.0,92.0,904.0,81614.0,294700.0,408.0 +36081018300,"Census Tract 183, Queens County, New York",6461,5021.0,70992.0,457100.0,2527.0,3038.0,36.0,0.0,1206.0,0.0,14.0,156.0,2011.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 183,6766.0,2612.0,79.0,32.0,1871.0,1.0,2016.0,5068.0,42299.0,235200.0,1548.0 +36081018800,"Census Tract 188, Queens County, New York",1399,904.0,78194.0,453300.0,165.0,2.0,918.0,11.0,154.0,0.0,80.0,31.0,214.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 188,1266.0,10.0,1138.0,7.0,25.0,1.0,76.0,840.0,44306.0,154200.0,88.0 +36081018900,"Census Tract 189, Queens County, New York",3644,2819.0,67618.0,611100.0,994.0,1044.0,65.0,0.0,937.0,0.0,11.0,91.0,1496.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 189,3594.0,985.0,163.0,24.0,1008.0,0.0,1384.0,2566.0,38000.0,227300.0,631.0 +36081019200,"Census Tract 192, Queens County, New York",2227,1563.0,69531.0,340400.0,381.0,17.0,1420.0,0.0,106.0,0.0,119.0,103.0,462.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 192,2000.0,26.0,1809.0,13.0,11.0,3.0,125.0,1216.0,39519.0,148400.0,226.0 +36081025900,"Census Tract 259, Queens County, New York",3504,2587.0,52891.0,577800.0,586.0,493.0,0.0,0.0,1159.0,0.0,0.0,134.0,1718.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 259,3365.0,647.0,28.0,31.0,1449.0,0.0,1147.0,2285.0,36091.0,258300.0,484.0 +36081026600,"Census Tract 266, Queens County, New York",2046,1467.0,31850.0,381200.0,155.0,0.0,1654.0,49.0,34.0,0.0,35.0,10.0,264.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 266,1799.0,9.0,1681.0,19.0,12.0,0.0,73.0,1196.0,16010.0,160100.0,112.0 +36081027300,"Census Tract 273, Queens County, New York",7683,5087.0,48333.0,239000.0,565.0,245.0,198.0,0.0,896.0,0.0,15.0,13.0,6316.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 273,9459.0,529.0,295.0,61.0,1003.0,0.0,7512.0,5588.0,35310.0,71400.0,713.0 +36081029300,"Census Tract 293, Queens County, New York",1097,813.0,61250.0,678000.0,277.0,72.0,0.0,0.0,923.0,0.0,14.0,16.0,72.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 293,1368.0,194.0,27.0,6.0,699.0,0.0,435.0,879.0,38438.0,215800.0,314.0 +36081003600,"Census Tract 36, Queens County, New York",3748,2413.0,79549.0,524500.0,637.0,533.0,40.0,0.0,1352.0,0.0,37.0,186.0,1600.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 36,3099.0,788.0,265.0,85.0,393.0,1.0,1456.0,2008.0,43438.0,212500.0,127.0 +36081004401,"Census Tract 44.01, Queens County, New York",4130,2593.0,57917.0,500600.0,494.0,400.0,222.0,27.0,2202.0,0.0,121.0,110.0,1075.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 44.01,3140.542227,773.1615666,227.08812719999997,55.0,885.4553241,0.0,1020.837209,1954.0869030000001,35340.70712,242993.9052,183.352509 +36081005300,"Census Tract 53, Queens County, New York",4926,4074.0,62250.0,598000.0,2602.0,2058.0,82.0,0.0,839.0,0.0,182.0,285.0,1480.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 53,5966.0,2650.0,51.0,34.0,1529.0,1.0,1315.0,4233.0,38240.0,250300.0,1327.0 +36081005700,"Census Tract 57, Queens County, New York",4262,3190.0,62177.0,663200.0,1392.0,1524.0,131.0,9.0,1091.0,0.0,12.0,93.0,1411.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 57,4904.0,1665.0,72.0,29.0,1156.0,0.0,1687.0,3278.0,35290.0,253100.0,807.0 +36081007300,"Census Tract 73, Queens County, New York",4330,3657.0,69719.0,439700.0,2084.0,2063.0,72.0,25.0,1199.0,0.0,12.0,69.0,890.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 73,4881.0,2464.0,83.0,17.0,1053.0,1.0,1101.0,3694.0,42019.0,200900.0,1402.0 +36081008100,"Census Tract 81, Queens County, New York",1418,1054.0,57431.0,663500.0,435.0,417.0,32.0,0.0,197.0,25.0,7.0,65.0,675.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 81,978.0,190.0,66.0,5.0,89.0,0.0,603.0,558.0,29650.0,267200.0,103.0 +36081003800,"Census Tract 38, Queens County, New York",2681,1714.0,73281.0,498600.0,348.0,361.0,151.0,1.0,473.0,0.0,0.0,54.0,1641.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 38,2213.0,749.0,160.0,21.0,252.0,0.0,903.0,1498.0,42908.0,232800.0,206.0 +36081029900,"Census Tract 299, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 299,11.99715292,5.9985766410000005,2.666033983,0.0,0.0,0.0,3.3325424189999997,0.0,,,0.0 +36081026300,"Census Tract 263, Queens County, New York",6884,4897.0,55150.0,682800.0,1696.0,638.0,18.0,0.0,4184.0,0.0,19.0,245.0,1780.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 263,6003.0,801.0,75.0,29.0,2605.0,1.0,2428.0,4036.0,33838.0,235900.0,1060.0 +36081027100,"Census Tract 271, Queens County, New York",8744,6297.0,61645.0,317300.0,1515.0,364.0,105.0,101.0,4019.0,0.0,0.0,184.0,4072.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 271,8911.0,673.0,175.0,47.0,2831.0,1.0,5077.0,5662.0,34206.0,101100.0,1148.0 +36081028800,"Census Tract 288, Queens County, New York",5154,3511.0,64706.0,363900.0,564.0,32.0,3879.0,0.0,213.0,0.0,312.0,137.0,581.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 288,4366.0,27.0,4011.0,18.0,53.0,0.0,218.0,2616.0,44348.0,151800.0,381.0 +36081032000,"Census Tract 320, Queens County, New York",5097,2940.0,75729.0,410700.0,643.0,162.0,4339.0,0.0,95.0,0.0,2.0,76.0,423.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 320,4585.0,104.0,3728.0,11.0,94.0,2.0,625.0,2508.0,46696.0,176600.0,370.0 +36081033100,"Census Tract 331, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 331,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36081036100,"Census Tract 361, Queens County, New York",2813,1880.0,44900.0,572400.0,278.0,70.0,530.0,0.0,120.0,0.0,0.0,12.0,2081.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 361,2246.0,94.0,1172.0,7.0,63.0,0.0,888.0,1458.0,35000.0,192500.0,172.0 +36081036300,"Census Tract 363, Queens County, New York",1960,1274.0,53807.0,617600.0,164.0,54.0,249.0,0.0,146.0,0.0,11.0,12.0,1488.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 363,2179.0,45.0,1109.0,4.0,69.0,0.0,941.0,1321.0,50094.0,193100.0,99.0 +36081037100,"Census Tract 371, Queens County, New York",1404,950.0,59602.0,651100.0,305.0,47.0,347.0,2.0,267.0,0.0,10.0,39.0,694.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 371,1562.000008,108.2022476,1048.629215,5.022471905,51.62921524,0.0,333.48314669999996,1102.573044,49209.01147,212331.7949,177.9775314 +36081037700,"Census Tract 377, Queens County, New York",3566,2290.0,64545.0,638200.0,158.0,0.0,361.0,0.0,99.0,0.0,16.0,0.0,3090.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 377,3579.0,82.0,948.0,15.0,41.0,0.0,2454.0,1951.0,27708.0,219100.0,123.0 +36081037900,"Census Tract 379, Queens County, New York",7184,4277.0,60239.0,709600.0,322.0,9.0,169.0,0.0,510.0,0.0,0.0,0.0,6496.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 379,4631.0,87.0,952.0,22.0,72.0,0.0,3469.0,2621.0,32451.0,214900.0,215.0 +36081041300,"Census Tract 413, Queens County, New York",4614,2786.0,48545.0,610700.0,194.0,74.0,0.0,0.0,1021.0,0.0,0.0,37.0,3482.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 413,3536.0,396.0,35.0,13.0,553.0,0.0,2483.0,2114.0,36744.0,251300.0,187.0 +36081041500,"Census Tract 415, Queens County, New York",4278,2635.0,44659.0,631600.0,279.0,605.0,36.0,0.0,336.0,0.0,12.0,0.0,3289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 415,3604.0,524.0,82.0,20.0,584.0,0.0,2372.0,2128.0,36741.0,292200.0,278.0 +36081045200,"Census Tract 452, Queens County, New York",989,738.0,58750.0,595200.0,221.0,229.0,231.0,24.0,360.0,0.0,0.0,52.0,93.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 452,1239.888274,467.3997896000001,235.0597873,10.10090533,315.1941652,0.0,158.80294080000002,941.2532916000001,47366.95948,244710.8068,223.8236558 +36081042600,"Census Tract 426, Queens County, New York",492,484.0,,,40.0,226.0,195.0,0.0,18.0,0.0,0.0,0.0,53.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 426,475.0,207.0,245.0,3.0,2.0,0.0,17.0,471.0,,,30.0 +36081043400,"Census Tract 434, Queens County, New York",1796,1267.0,93125.0,380200.0,304.0,11.0,1300.0,0.0,143.0,9.0,133.0,61.0,139.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 434,1635.0,9.0,1494.0,1.0,7.0,0.0,113.0,1084.0,31645.0,167700.0,124.0 +36081045000,"Census Tract 450, Queens County, New York",2271,1503.0,80000.0,556900.0,445.0,321.0,244.0,0.0,1021.0,0.0,0.0,77.0,608.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 450,1909.0,596.0,181.0,23.0,561.0,0.0,449.0,1362.0,49934.0,214300.0,324.0 +36081046200,"Census Tract 462, Queens County, New York",8189,5173.0,49088.0,488700.0,1347.0,292.0,909.0,7.0,3255.0,0.0,542.0,304.0,2880.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 462,6576.0,398.0,2070.0,109.0,1283.0,0.0,2306.0,4250.0,36840.0,208600.0,541.0 +36081046800,"Census Tract 468, Queens County, New York",3162,2389.0,49861.0,473800.0,697.0,156.0,302.0,23.0,1827.0,0.0,284.0,286.0,307.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 468,4064.0,175.0,972.0,121.0,1251.0,1.0,1024.0,2636.0,35200.0,182600.0,492.0 +36081047000,"Census Tract 470, Queens County, New York",3488,2443.0,61932.0,455100.0,568.0,90.0,464.0,74.0,1855.0,0.0,362.0,132.0,511.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 470,3824.0,143.0,816.0,206.0,1150.0,0.0,1157.0,2369.0,45592.0,182000.0,469.0 +36081047100,"Census Tract 471, Queens County, New York",4463,3325.0,47358.0,550200.0,823.0,209.0,10.0,53.0,3099.0,0.0,9.0,0.0,1136.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 471,4001.0,355.0,61.0,19.0,2001.0,2.0,1525.0,2685.0,28393.0,231400.0,755.0 +36081047200,"Census Tract 472, Queens County, New York",3811,2886.0,61280.0,742900.0,1264.0,913.0,850.0,0.0,1387.0,0.0,60.0,77.0,524.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 472,4078.0,1073.0,1084.0,18.0,1222.0,0.0,614.0,2927.0,57765.0,352900.0,1288.0 +36081047300,"Census Tract 473, Queens County, New York",4249,3358.0,54911.0,484400.0,1305.0,622.0,66.0,14.0,2788.0,0.0,0.0,0.0,773.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 473,3830.0,616.0,33.0,8.0,2028.0,0.0,1100.0,2774.0,40604.0,152700.0,876.0 +36081048200,"Census Tract 482, Queens County, New York",1521,1060.0,88295.0,637200.0,392.0,76.0,434.0,0.0,598.0,0.0,170.0,88.0,155.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 482,1608.0,136.0,777.0,14.0,291.0,0.0,278.0,1063.0,49773.0,302000.0,304.0 +36081048300,"Census Tract 483, Queens County, New York",4290,3234.0,56272.0,578400.0,1027.0,400.0,23.0,36.0,2363.0,12.0,0.0,60.0,1396.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 483,3751.0,564.0,35.0,18.0,1979.0,0.0,1053.0,2556.0,32288.0,307700.0,637.0 +36081049302,"Census Tract 493.02, Queens County, New York",2879,1994.0,67500.0,611100.0,415.0,1198.0,76.0,0.0,293.0,0.0,0.0,79.0,1233.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 493.02,2775.0,1891.0,22.0,10.0,220.0,0.0,614.0,2088.0,50031.0,257800.0,241.0 +36081050400,"Census Tract 504, Queens County, New York",2051,1441.0,53750.0,438400.0,259.0,2.0,1808.0,1.0,15.0,0.0,0.0,85.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 504,1750.0,13.0,1653.0,8.0,5.0,0.0,66.0,1163.0,42708.0,199100.0,136.0 +36081050500,"Census Tract 505, Queens County, New York",1497,1131.0,71154.0,683900.0,426.0,606.0,46.0,0.0,525.0,0.0,0.0,24.0,296.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 505,1660.518768,772.9411616,19.07756086,2.0258536190000003,581.6339488,1.0,262.78595,1205.365161,51835.20765,268167.0889,427.8200948 +36081054000,"Census Tract 540, Queens County, New York",4536,3192.0,62534.0,403700.0,596.0,65.0,2922.0,50.0,277.0,0.0,465.0,69.0,688.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 540,4499.851884000001,121.21270109999999,3808.258093,8.016617272000001,66.04985182,0.0,473.28249360000007,2687.381809,56420.183670000006,182593.7347,372.4608523 +36081054200,"Census Tract 542, Queens County, New York",5095,3533.0,73221.0,434900.0,495.0,604.0,935.0,0.0,1047.0,0.0,615.0,849.0,1045.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 542,5709.0,527.0,2162.0,183.0,1281.0,0.0,1202.0,3611.0,53846.0,183700.0,650.0 +36081054900,"Census Tract 549, Queens County, New York",6202,3979.0,56591.0,293400.0,883.0,1107.0,50.0,0.0,592.0,0.0,8.0,18.0,4427.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 549,5322.0,967.0,95.0,8.0,635.0,0.0,3495.0,2976.0,30295.0,178400.0,286.0 +36081055500,"Census Tract 555, Queens County, New York",2421,1582.0,61010.0,608500.0,231.0,533.0,19.0,0.0,96.0,0.0,31.0,25.0,1717.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 555,2187.0,340.0,140.0,4.0,201.0,0.0,1452.0,1324.0,30938.0,188900.0,183.0 +36081058100,"Census Tract 581, Queens County, New York",3200,2220.0,57083.0,492600.0,619.0,1598.0,39.0,0.0,61.0,0.0,0.0,23.0,1479.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 581,2608.0,1682.0,55.0,5.0,107.0,0.0,728.0,1776.0,35909.0,212900.0,310.0 +36081147900,"Census Tract 1479, Queens County, New York",4898,3600.0,84196.0,663300.0,1665.0,2011.0,68.0,0.0,1510.0,0.0,17.0,42.0,1250.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1479,3904.0,2567.0,20.0,11.0,894.0,0.0,398.0,2911.0,61530.0,274700.0,1284.0 +36081156700,"Census Tract 1567, Queens County, New York",1516,1089.0,55313.0,654200.0,222.0,328.0,253.0,0.0,607.0,0.0,0.0,13.0,315.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1567,1200.167588,422.65039060000004,480.46575930000006,10.96498585,92.70397186,0.0,189.3952179,1028.7150880000002,6771.000174,,62.79946518 +36081051800,"Census Tract 518, Queens County, New York",2336,1518.0,82989.0,372000.0,366.0,1.0,2130.0,0.0,1.0,0.0,0.0,28.0,176.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 518,2110.0,4.0,2045.0,7.0,3.0,0.0,48.0,1182.0,55361.0,162300.0,177.0 +36081146300,"Census Tract 1463, Queens County, New York",3295,2457.0,60769.0,580700.0,789.0,1583.0,126.0,0.0,1141.0,0.0,0.0,0.0,445.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1463,3075.0000010000003,1733.401098,84.57184643,2.0840950680000003,806.5685557999999,1.0,415.34844639999994,2309.740402,47650.3088,277069.3672,409.4552107 +36081000100,"Census Tract 1, Queens County, New York",7575,6241.0,137147.0,811900.0,5101.0,4431.0,384.0,0.0,1792.0,0.0,57.0,353.0,558.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1,1370.0,696.0,322.0,10.0,164.0,0.0,148.0,1311.0,85898.0,129000.0,714.0 +36081001000,"Census Tract 10, Queens County, New York",4305,2700.0,79432.0,462600.0,512.0,470.0,138.0,0.0,790.0,0.0,6.0,35.0,2866.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 10,3170.0,910.0,135.0,30.0,592.0,1.0,1409.0,2016.0,45694.0,189400.0,273.0 +36081003200,"Census Tract 32, Queens County, New York",1688,1109.0,61411.0,454400.0,212.0,177.0,72.0,0.0,452.0,0.0,40.0,5.0,942.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 32,1547.0,461.0,82.0,7.0,216.0,0.0,716.0,949.0,45000.0,193000.0,135.0 +36081157101,"Census Tract 1571.01, Queens County, New York",8468,5972.0,84096.0,557000.0,2589.0,2233.0,234.0,0.0,4696.0,0.0,14.0,105.0,1186.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1571.01,7258.000001,3654.509521,256.1621799,58.42613265,2486.147079,2.0,678.7091268999999,5211.887065999999,60159.68592,231729.3557,1707.653316 +36081150702,"Census Tract 1507.02, Queens County, New York",3237,2523.0,75667.0,722700.0,1089.0,1714.0,23.0,0.0,1121.0,0.0,0.0,8.0,371.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1507.02,3229.0,2251.0,19.0,2.0,631.0,0.0,291.0,2427.0,61579.0,354100.0,1074.0 +36081155101,"Census Tract 1551.01, Queens County, New York",1762,1762.0,51801.0,585100.0,725.0,1722.0,0.0,0.0,0.0,0.0,0.0,22.0,18.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1551.01,2194.999976,2098.745361,26.79249573,0.0,43.66184235,0.0,11.90777588,2206.907715,55724.001560000004,310400.0118,1030.022583 +36081157102,"Census Tract 1571.02, Queens County, New York",2268,1439.0,83750.0,503400.0,527.0,337.0,59.0,33.0,1319.0,0.0,54.0,29.0,458.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1571.02,1464.00001,831.4904785,28.83782005,10.573867800000002,375.8529358,0.0,191.2908783,940.112915,66103.00032,223299.9961,264.3466797 +36081046100,"Census Tract 461, Queens County, New York",2801,1924.0,54688.0,714000.0,318.0,226.0,42.0,8.0,1162.0,0.0,6.0,66.0,1291.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 461,2791.0,203.0,19.0,26.0,1449.0,0.0,1084.0,1710.0,36250.0,315600.0,296.0 +36081046400,"Census Tract 464, Queens County, New York",1725,943.0,76458.0,642600.0,477.0,239.0,470.0,0.0,352.0,0.0,26.0,76.0,562.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 464,1372.0000009999999,433.4413938999999,385.9313624,2.1182682219999998,317.22280930000005,0.0,206.8722281,958.3315735,60068.90704,382293.3541,559.5702219 +36081049200,"Census Tract 492, Queens County, New York",4976,3746.0,61691.0,438700.0,1018.0,326.0,2293.0,0.0,1433.0,0.0,67.0,267.0,590.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 492,5193.734065,345.9822998,3000.846436,91.99529266,600.9692382999999,0.0,963.9506226,3358.828125,37928.00056,215099.9906,743.9619141 +36081051300,"Census Tract 513, Queens County, New York",2281,1542.0,75060.0,727200.0,401.0,1122.0,15.0,0.0,652.0,0.0,0.0,6.0,486.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 513,2098.001621,1464.3032230000001,10.99476814,2.998573065,254.8787079,0.0,329.84304810000003,1529.272217,41513.9985,229500.0019,282.865387 +36081007100,"Census Tract 71, Queens County, New York",3539,3086.0,72302.0,690800.0,1942.0,1923.0,60.0,0.0,809.0,0.0,24.0,76.0,647.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 71,4572.0,2097.0,130.0,32.0,967.0,0.0,1142.0,3241.0,35909.0,292100.0,796.0 +36081011700,"Census Tract 117, Queens County, New York",3866,3037.0,59934.0,756000.0,1337.0,2499.0,64.0,0.0,472.0,0.0,0.0,63.0,768.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 117,4366.0,2729.0,41.0,12.0,518.0,10.0,785.0,3210.0,41067.0,272000.0,995.0 +36081014700,"Census Tract 147, Queens County, New York",3224,2686.0,79118.0,843100.0,1280.0,2170.0,88.0,20.0,389.0,0.0,0.0,41.0,536.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 147,3268.0,2215.0,19.0,8.0,321.0,0.0,490.0,2354.0,44125.0,306500.0,613.0 +36081029700,"Census Tract 297, Queens County, New York",2117,1442.0,61838.0,653700.0,525.0,961.0,13.0,0.0,545.0,0.0,0.0,60.0,538.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 297,1961.002847,803.0014234,36.00063263,2.0,639.0,0.0,405.0007908,1328.0,44643.0,223799.9011,401.0 +36081030902,"Census Tract 309.02, Queens County, New York",7652,5201.0,52380.0,616700.0,1291.0,1440.0,164.0,144.0,3283.0,0.0,85.0,260.0,2393.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 309.02,7949.0,2292.0,111.0,22.0,2596.0,0.0,2728.0,5415.0,41018.0,285400.0,1384.0 +36081033700,"Census Tract 337, Queens County, New York",3238,2223.0,69967.0,660300.0,422.0,97.0,0.0,0.0,695.0,0.0,0.0,0.0,2446.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 337,3860.0,457.0,96.0,7.0,862.0,0.0,2375.0,2398.0,34427.0,228500.0,268.0 +36081031700,"Census Tract 317, Queens County, New York",6271,4797.0,63214.0,603100.0,1595.0,4465.0,59.0,115.0,568.0,0.0,0.0,61.0,1118.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 317,6131.0,4389.0,90.0,10.0,305.0,0.0,959.0,4488.0,45833.0,223200.0,1128.0 +36081032700,"Census Tract 327, Queens County, New York",3916,2780.0,56786.0,617000.0,421.0,234.0,45.0,16.0,1058.0,0.0,0.0,0.0,2579.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 327,4285.0,614.0,42.0,17.0,929.0,0.0,2571.0,2576.0,39881.0,280000.0,367.0 +36081032800,"Census Tract 328, Queens County, New York",2526,1680.0,60208.0,463500.0,406.0,45.0,2114.0,0.0,0.0,30.0,14.0,80.0,243.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 328,2155.0,26.0,2030.0,1.0,4.0,1.0,90.0,1530.0,55625.0,192300.0,475.0 +36081039400,"Census Tract 394, Queens County, New York",3013,2092.0,64550.0,427100.0,401.0,31.0,2540.0,0.0,53.0,0.0,15.0,90.0,284.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 394,2857.0,11.0,2735.0,5.0,8.0,0.0,89.0,1838.0,48493.0,174400.0,299.0 +36081040500,"Census Tract 405, Queens County, New York",3350,2121.0,48100.0,477100.0,76.0,15.0,26.0,12.0,84.0,0.0,0.0,0.0,3225.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 405,3303.0,122.0,119.0,19.0,140.0,0.0,2893.0,1952.0,34871.0,257100.0,193.0 +36081040700,"Census Tract 407, Queens County, New York",8990,5611.0,45761.0,558800.0,238.0,239.0,213.0,59.0,452.0,0.0,0.0,34.0,8031.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 407,7904.0,248.0,360.0,10.0,526.0,0.0,6651.0,4447.0,33750.0,268400.0,154.0 +36081046900,"Census Tract 469, Queens County, New York",7804,5571.0,43622.0,315500.0,1096.0,245.0,311.0,93.0,2090.0,0.0,89.0,447.0,4573.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 469,9282.0,534.0,233.0,48.0,3010.0,0.0,5387.0,6076.0,37425.0,206700.0,1094.0 +36081048000,"Census Tract 480, Queens County, New York",2730,1959.0,63688.0,492300.0,468.0,84.0,341.0,260.0,1086.0,0.0,403.0,115.0,441.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 480,2650.0,160.0,637.0,90.0,917.0,0.0,566.0,1725.0,51071.0,196300.0,374.0 +36081048500,"Census Tract 485, Queens County, New York",4369,3621.0,64737.0,464500.0,1334.0,422.0,63.0,0.0,3078.0,0.0,18.0,19.0,769.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 485,4318.0,560.0,72.0,14.0,2751.0,0.0,874.0,2987.0,37651.0,260100.0,692.0 +36081049600,"Census Tract 496, Queens County, New York",3296,2477.0,83101.0,431900.0,497.0,144.0,785.0,0.0,785.0,0.0,440.0,292.0,850.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 496,3463.0,214.0,1470.0,105.0,665.0,0.0,716.0,2276.0,57143.0,178700.0,458.0 +36081050000,"Census Tract 500, Queens County, New York",4476,3099.0,43879.0,517700.0,541.0,148.0,2944.0,7.0,474.0,0.0,214.0,59.0,630.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 500,4013.0,159.0,3215.0,28.0,152.0,0.0,389.0,2432.0,38125.0,165300.0,238.0 +36081050800,"Census Tract 508, Queens County, New York",2237,1403.0,83235.0,431600.0,274.0,51.0,1841.0,0.0,30.0,0.0,105.0,69.0,141.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 508,2059.0,13.0,1971.0,4.0,3.0,0.0,63.0,1187.0,46250.0,181800.0,250.0 +36081015500,"Census Tract 155, Queens County, New York",2471,1936.0,76319.0,755400.0,943.0,1379.0,48.0,0.0,403.0,0.0,4.0,87.0,550.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 155,2675.0,1159.0,25.0,15.0,634.0,0.0,676.0,1752.0,39864.0,255400.0,361.0 +36081017200,"Census Tract 172, Queens County, New York",2115,1446.0,63920.0,435600.0,286.0,52.0,644.0,0.0,684.0,0.0,380.0,102.0,253.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 172,2228.533512,40.97303772,1337.120117,34.97698212,332.78100589999997,4.996711731,353.7672119,1295.147705,38438.00138,179700.0052,146.9033356 +36081033402,"Census Tract 334.02, Queens County, New York",13204,10035.0,49873.0,115600.0,2476.0,222.0,11665.0,46.0,258.0,0.0,58.0,56.0,945.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 334.02,13194.0,210.0,12435.0,63.0,41.0,0.0,425.0,9127.0,39792.0,130800.0,1859.0 +36081033900,"Census Tract 339, Queens County, New York",3016,2102.0,68813.0,252600.0,536.0,421.0,67.0,0.0,520.0,0.0,0.0,22.0,1986.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 339,3703.0,672.0,180.0,6.0,639.0,0.0,2146.0,2444.0,38281.0,151300.0,423.0 +36081036500,"Census Tract 365, Queens County, New York",3650,2212.0,48350.0,628300.0,187.0,72.0,597.0,24.0,179.0,0.0,0.0,11.0,2791.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 365,3184.0,54.0,1295.0,10.0,148.0,0.0,1644.0,1800.0,35625.0,216800.0,147.0 +36081036800,"Census Tract 368, Queens County, New York",2673,1800.0,76359.0,379000.0,447.0,16.0,2319.0,0.0,0.0,0.0,0.0,49.0,289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 368,2501.0,11.0,2344.0,8.0,5.0,0.0,131.0,1563.0,49955.0,170100.0,259.0 +36081040000,"Census Tract 400, Queens County, New York",1333,975.0,82396.0,422000.0,323.0,14.0,1212.0,0.0,0.0,0.0,0.0,33.0,74.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 400,1416.0,2.0,1328.0,12.0,7.0,0.0,64.0,839.0,47222.0,203100.0,165.0 +36081040200,"Census Tract 402, Queens County, New York",1811,1209.0,100893.0,445200.0,311.0,0.0,1695.0,0.0,48.0,0.0,0.0,35.0,33.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 402,1453.0,2.0,1360.0,9.0,10.0,0.0,62.0,1032.0,47955.0,174500.0,156.0 +36081059500,"Census Tract 595, Queens County, New York",5289,3677.0,68095.0,602700.0,1115.0,2451.0,38.0,22.0,301.0,0.0,0.0,82.0,2417.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 595,4550.0,2402.0,41.0,10.0,251.0,0.0,1814.0,2902.0,35828.0,202800.0,367.0 +36081056400,"Census Tract 564, Queens County, New York",1570,1116.0,50667.0,473100.0,258.0,250.0,153.0,0.0,434.0,0.0,220.0,102.0,411.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 564,1839.0,419.0,341.0,37.0,314.0,0.0,658.0,1171.0,55435.0,195300.0,227.0 +36081059200,"Census Tract 592, Queens County, New York",1307,1066.0,105833.0,407600.0,240.0,0.0,1248.0,0.0,0.0,0.0,20.0,4.0,35.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 592,1263.0,21.0,1184.0,2.0,11.0,0.0,41.0,914.0,53672.0,185600.0,222.0 +36081061000,"Census Tract 610, Queens County, New York",1351,917.0,83750.0,420600.0,364.0,4.0,1316.0,0.0,0.0,0.0,0.0,0.0,31.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 610,1238.42832,23.76877993,1153.222256,0.033425216,3.066850431,0.0,56.337008600000004,837.8435526000001,73596.17182,183744.7986,130.5096476 +36081061400,"Census Tract 614, Queens County, New York",1318,977.0,98750.0,438300.0,313.0,12.0,1083.0,0.0,30.0,0.0,42.0,25.0,126.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 614,1433.333287,26.94985962,1318.546875,6.987000465,2.994428873,0.0,68.87186432,987.1633911,63481.9982,189699.9999,209.6100159 +36081063200,"Census Tract 632, Queens County, New York",2705,1860.0,100550.0,441100.0,480.0,34.0,2442.0,0.0,83.0,0.0,0.0,24.0,122.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 632,2407.0,49.0,2194.0,6.0,17.0,0.0,127.0,1615.0,60150.0,190500.0,305.0 +36081063301,"Census Tract 633.01, Queens County, New York",1490,1047.0,79583.0,608100.0,284.0,1116.0,5.0,0.0,0.0,0.0,0.0,12.0,357.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 633.01,1462.0,1303.0,6.0,2.0,9.0,0.0,135.0,1037.0,47500.0,221300.0,145.0 +36081064101,"Census Tract 641.01, Queens County, New York",2220,1734.0,64375.0,217900.0,652.0,1663.0,17.0,0.0,250.0,0.0,4.0,10.0,276.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 641.01,1603.0,1287.0,18.0,2.0,91.0,0.0,188.0,1401.0,31012.0,55900.0,246.0 +36081007900,"Census Tract 79, Queens County, New York",3376,2444.0,50072.0,529000.0,987.0,1117.0,119.0,0.0,741.0,0.0,95.0,20.0,1284.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 79,3489.0,884.0,99.0,13.0,934.0,0.0,1307.0,2122.0,33807.0,252400.0,465.0 +36081052400,"Census Tract 524, Queens County, New York",1705,1232.0,74907.0,417500.0,304.0,0.0,1399.0,0.0,90.0,0.0,0.0,28.0,188.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 524,1889.0,12.0,1809.0,5.0,19.0,0.0,38.0,1317.0,43819.0,174200.0,140.0 +36081003000,"Census Tract 30, Queens County, New York",1528,947.0,43152.0,583000.0,256.0,306.0,76.0,23.0,197.0,0.0,3.0,136.0,810.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 30,1364.0,491.0,86.0,29.0,216.0,0.0,486.0,858.0,58750.0,189400.0,172.0 +36081000700,"Census Tract 7, Queens County, New York",6132,4861.0,123658.0,917100.0,3660.0,3355.0,57.0,0.0,1354.0,0.0,60.0,195.0,1111.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 7,4030.0,2021.0,129.0,21.0,437.0,1.0,1349.0,2892.0,45189.0,231700.0,1093.0 +36081005500,"Census Tract 55, Queens County, New York",886,682.0,60179.0,601200.0,196.0,239.0,12.0,8.0,228.0,0.0,33.0,11.0,355.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 55,1216.0,256.0,20.0,3.0,217.0,0.0,668.0,725.0,33611.0,176900.0,92.0 +36081004002,"Census Tract 40.02, Queens County, New York",1764,1004.0,84028.0,566500.0,160.0,110.0,79.0,0.0,707.0,0.0,85.0,56.0,727.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 40.02,1258.185881,341.5700046,110.24092549999999,14.04467493,280.6086959,0.000797767,393.33466339999995,746.6820912000001,31751.187639999996,232678.1593,74.29996023 +36081133300,"Census Tract 1333, Queens County, New York",3686,2732.0,82891.0,775500.0,1298.0,1790.0,68.0,0.0,1414.0,0.0,0.0,78.0,336.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1333,3864.0,2185.0,49.0,2.0,1364.0,0.0,233.0,2893.0,79397.0,323000.0,1314.0 +36081134700,"Census Tract 1347, Queens County, New York",9943,7101.0,64216.0,247900.0,3407.0,2389.0,873.0,146.0,4645.0,0.0,300.0,310.0,1303.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1347,8952.0,3558.0,2258.0,22.0,2185.0,0.0,840.0,6508.0,50661.0,202500.0,2759.0 +36081140902,"Census Tract 1409.02, Queens County, New York",3241,2448.0,102364.0,693900.0,806.0,815.0,46.0,0.0,2191.0,16.0,0.0,50.0,123.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1409.02,2466.0,1168.0,27.0,4.0,1036.0,0.0,183.0,1748.0,60644.0,261900.0,607.0 +36081145900,"Census Tract 1459, Queens County, New York",2788,2155.0,76912.0,634300.0,531.0,1133.0,17.0,10.0,1025.0,0.0,0.0,40.0,563.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1459,2867.0,1826.0,19.0,2.0,682.0,0.0,270.0,2067.0,58125.0,275800.0,534.0 +36081057700,"Census Tract 577, Queens County, New York",4232,2815.0,65551.0,581000.0,735.0,2078.0,47.0,0.0,171.0,0.0,0.0,47.0,1889.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 577,3483.0,2384.0,23.0,9.0,161.0,0.0,875.0,2446.0,38185.0,219400.0,266.0 +36081052500,"Census Tract 525, Queens County, New York",2116,1530.0,74000.0,593600.0,382.0,1327.0,45.0,0.0,238.0,0.0,0.0,7.0,499.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 525,1877.0,1383.0,18.0,8.0,72.0,0.0,388.0,1233.0,45583.0,191500.0,195.0 +36081055600,"Census Tract 556, Queens County, New York",2322,1724.0,75147.0,439400.0,414.0,152.0,343.0,0.0,1034.0,0.0,172.0,218.0,403.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 556,2254.0,449.0,370.0,58.0,659.0,2.0,593.0,1486.0,56250.0,180400.0,245.0 +36081060600,"Census Tract 606, Queens County, New York",1337,1021.0,84583.0,407800.0,284.0,32.0,1201.0,0.0,5.0,0.0,9.0,19.0,71.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 606,1521.0,39.0,1384.0,4.0,20.0,0.0,73.0,1083.0,59875.0,186300.0,198.0 +36081063800,"Census Tract 638, Queens County, New York",3853,3040.0,110129.0,416000.0,911.0,182.0,2988.0,0.0,64.0,0.0,86.0,34.0,499.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 638,3835.0,497.0,2777.0,19.0,138.0,0.0,358.0,2467.0,58164.0,189300.0,480.0 +36081065400,"Census Tract 654, Queens County, New York",3289,2102.0,91146.0,416300.0,490.0,86.0,2313.0,0.0,196.0,0.0,0.0,81.0,613.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 654,2699.0,313.0,1926.0,7.0,64.0,0.0,341.0,1684.0,60542.0,186300.0,328.0 +36081066300,"Census Tract 663, Queens County, New York",2605,1989.0,101413.0,632200.0,810.0,1998.0,6.0,0.0,376.0,0.0,0.0,19.0,206.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 663,2537.0,2143.0,10.0,7.0,169.0,1.0,175.0,2033.0,60817.0,253600.0,486.0 +36081068700,"Census Tract 687, Queens County, New York",4401,3539.0,60291.0,398100.0,1394.0,1266.0,94.0,0.0,1863.0,0.0,16.0,142.0,1020.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 687,4709.0,1858.0,80.0,31.0,1830.0,0.0,815.0,3404.0,39308.0,197900.0,1259.0 +36081069400,"Census Tract 694, Queens County, New York",3810,2464.0,80398.0,383100.0,873.0,187.0,3090.0,0.0,94.0,0.0,0.0,114.0,325.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 694,2861.0,119.0,2477.0,17.0,39.0,0.0,173.0,1860.0,51229.0,191300.0,385.0 +36081065702,"Census Tract 657.02, Queens County, New York",1811,1437.0,60750.0,490800.0,372.0,1275.0,79.0,16.0,70.0,0.0,6.0,6.0,375.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 657.02,1490.0,1327.0,1.0,3.0,57.0,0.0,81.0,1123.0,46161.0,263300.0,200.0 +36081068000,"Census Tract 680, Queens County, New York",5443,3756.0,95000.0,439700.0,850.0,24.0,4938.0,0.0,171.0,0.0,171.0,18.0,121.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 680,4310.0,172.0,3808.0,7.0,44.0,0.0,261.0,2827.0,66071.0,179300.0,669.0 +36081072100,"Census Tract 721, Queens County, New York",4334,3498.0,50744.0,245800.0,1568.0,2335.0,36.0,0.0,934.0,0.0,35.0,200.0,794.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 721,5243.0,3333.0,118.0,7.0,967.0,0.0,745.0,3968.0,33402.0,78700.0,1536.0 +36081077903,"Census Tract 779.03, Queens County, New York",3361,2344.0,76659.0,234200.0,961.0,1766.0,118.0,0.0,612.0,0.0,0.0,201.0,664.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.03,2886.0,1228.0,225.0,15.0,505.0,0.0,866.0,1975.0,46610.0,69200.0,563.0 +36081084602,"Census Tract 846.02, Queens County, New York",1064,730.0,74028.0,462200.0,113.0,85.0,214.0,0.0,373.0,0.0,98.0,47.0,247.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 846.02,1109.0,361.0,246.0,8.0,96.0,0.0,357.0,521.0,53646.0,219000.0,40.0 +36081016600,"Census Tract 166, Queens County, New York",3585,2431.0,56852.0,459000.0,309.0,101.0,565.0,100.0,743.0,0.0,798.0,190.0,1088.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 166,3723.0,225.0,825.0,143.0,1234.0,0.0,1022.0,2287.0,42791.0,184000.0,310.0 +36081015000,"Census Tract 150, Queens County, New York",2799,1880.0,72719.0,467200.0,373.0,33.0,153.0,0.0,1076.0,0.0,855.0,76.0,606.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 150,2518.0,190.0,430.0,408.0,602.0,0.0,784.0,1621.0,37684.0,193000.0,144.0 +36081015300,"Census Tract 153, Queens County, New York",2018,1553.0,60577.0,706500.0,691.0,935.0,80.0,0.0,372.0,46.0,0.0,83.0,502.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 153,2622.0,1198.0,36.0,12.0,468.0,0.0,645.0,1853.0,40665.0,242100.0,359.0 +36081015700,"Census Tract 157, Queens County, New York",1486,1054.0,54792.0,,373.0,568.0,28.0,0.0,478.0,0.0,5.0,50.0,357.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 157,1635.0,379.0,32.0,23.0,504.0,0.0,651.0,1029.0,30903.0,191700.0,161.0 +36081017000,"Census Tract 170, Queens County, New York",2800,1994.0,75100.0,415000.0,361.0,62.0,828.0,75.0,1004.0,0.0,485.0,80.0,266.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 170,2376.466466,70.02696194,1504.8798800000002,59.02301629,295.2189835,0.003288041,333.2327933,1561.85226,47196.8443,164909.1335,167.0966684 +36081064500,"Census Tract 645, Queens County, New York",1898,1410.0,68571.0,646800.0,694.0,922.0,58.0,0.0,531.0,0.0,0.0,44.0,343.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 645,1883.000046,1205.19812,36.13641357,1.95331955,357.457489,0.0,272.4880676,1394.670166,47763.00073,233100.0048,391.64056400000004 +36081066100,"Census Tract 661, Queens County, New York",1546,1242.0,82375.0,638100.0,436.0,1282.0,26.0,0.0,75.0,0.0,0.0,19.0,144.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 661,1534.0,1407.0,2.0,2.0,36.0,0.0,72.0,1194.0,52273.0,266700.0,253.0 +36081066400,"Census Tract 664, Queens County, New York",9266,6091.0,79838.0,404400.0,1507.0,499.0,7743.0,0.0,162.0,0.0,0.0,117.0,745.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 664,9808.593887,908.4242052999999,7570.021209999999,39.0,292.0636308,0.0,870.0,5920.636308,59373.52274,199391.8498,1243.0 +36081069000,"Census Tract 690, Queens County, New York",3489,2219.0,76528.0,486300.0,609.0,49.0,3267.0,0.0,36.0,52.0,0.0,57.0,28.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 690,3285.0,64.0,3006.0,7.0,50.0,1.0,135.0,2072.0,51131.0,191500.0,359.0 +36081069702,"Census Tract 697.02, Queens County, New York",3402,2599.0,68819.0,849400.0,1394.0,1777.0,19.0,0.0,1323.0,0.0,0.0,80.0,203.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 697.02,3983.482414,2187.040283,64.32471466,3.874982834,1311.294189,0.0,366.5733948,3040.311523,55048.00001,291400.00399999996,1351.5939939999998 +36081071900,"Census Tract 719, Queens County, New York",2321,1884.0,39474.0,534000.0,708.0,1293.0,103.0,0.0,466.0,0.0,0.0,51.0,408.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 719,2828.0,1558.918083,98.65204144,4.12553893,721.8704033,0.0,350.13289360000005,1845.560234,35261.32923,240705.7769,647.890439 +36081083800,"Census Tract 838, Queens County, New York",5705,3979.0,77348.0,485000.0,856.0,626.0,610.0,200.0,1992.0,54.0,328.0,245.0,1650.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 838,4764.0,1329.0,687.0,96.0,762.0,0.0,1356.0,3190.0,52179.0,210400.0,532.0 +36081076902,"Census Tract 769.02, Queens County, New York",1221,960.0,78550.0,364800.0,591.0,600.0,29.0,0.0,352.0,0.0,0.0,0.0,240.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 769.02,1790.0000120000002,1067.504547,44.94537735,2.219453767,366.958313,0.0,246.52180479999998,1399.467651,50040.951539999995,198573.38,678.1466217 +36081079000,"Census Tract 790, Queens County, New York",2884,1926.0,56979.0,422600.0,356.0,20.0,1713.0,23.0,321.0,0.0,236.0,101.0,470.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 790,2478.0,18.0,2247.0,2.0,36.0,0.0,137.0,1626.0,32578.0,165500.0,184.0 +36081081800,"Census Tract 818, Queens County, New York",3908,2503.0,68148.0,464600.0,351.0,213.0,1274.0,8.0,765.0,0.0,476.0,267.0,913.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 818,3531.0,211.0,2096.0,73.0,305.0,0.0,711.0,2190.0,49631.0,170700.0,276.0 +36081084000,"Census Tract 840, Queens County, New York",6500,4480.0,58707.0,454500.0,839.0,385.0,1385.0,19.0,2432.0,0.0,781.0,439.0,1059.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 840,6899.328624,1084.422974,1923.976196,168.9101105,1205.358643,0.0,1971.950684,4399.658691,47908.00017,190099.9946,468.7505493 +36081009400,"Census Tract 94, Queens County, New York",2717,1758.0,53674.0,450300.0,466.0,189.0,216.0,0.0,1480.0,0.0,39.0,111.0,682.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 94,3105.0,476.0,516.0,134.0,875.0,0.0,774.0,1824.0,36341.0,210900.0,230.0 +36081091800,"Census Tract 918, Queens County, New York",3,3.0,,,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 918,16.0,12.0,0.0,0.0,3.0,0.0,1.0,0.0,,,0.0 +36081092500,"Census Tract 925, Queens County, New York",3906,2731.0,41463.0,583300.0,341.0,774.0,138.0,0.0,1355.0,0.0,20.0,18.0,1601.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 925,3344.0,1610.0,26.0,13.0,475.0,1.0,1190.0,2170.0,42802.0,224700.0,473.0 +36081008700,"Census Tract 87, Queens County, New York",5089,2704.0,27544.0,,436.0,342.0,2413.0,0.0,93.0,0.0,0.0,37.0,2204.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 87,4545.0,254.0,2567.0,29.0,61.0,1.0,1594.0,2269.0,14755.0,162500.0,135.0 +36081009900,"Census Tract 99, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36081010100,"Census Tract 101, Queens County, New York",2490,1955.0,63309.0,793700.0,971.0,1767.0,11.0,23.0,289.0,0.0,0.0,96.0,327.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 101,3002.0,2074.0,13.0,16.0,280.0,0.0,460.0,2127.0,50806.0,272400.0,668.0 +36081029500,"Census Tract 295, Queens County, New York",3451,2718.0,65955.0,251500.0,1152.0,1206.0,53.0,12.0,1209.0,0.0,8.0,95.0,880.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 295,3790.0,1614.0,202.0,16.0,985.0,0.0,847.0,2933.0,44231.0,77400.0,848.0 +36081058000,"Census Tract 580, Queens County, New York",3811,2641.0,68854.0,412300.0,784.0,31.0,2853.0,4.0,79.0,52.0,117.0,95.0,580.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 580,4145.0,128.0,3637.0,5.0,54.0,0.0,257.0,2677.0,55750.0,184800.0,533.0 +36081054800,"Census Tract 548, Queens County, New York",2453,1832.0,63646.0,460300.0,659.0,107.0,399.0,22.0,1072.0,0.0,249.0,225.0,379.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 548,2392.0,210.0,767.0,114.0,612.0,0.0,452.0,1566.0,62216.0,187400.0,343.0 +36081055200,"Census Tract 552, Queens County, New York",2986,2179.0,53553.0,523500.0,525.0,234.0,880.0,0.0,593.0,0.0,277.0,194.0,808.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 552,3433.9999909999997,536.1635742,975.1106566999999,88.3786087,823.8850708,0.0,875.9302367999999,2290.969971,50568.00003,218999.9929,404.5776367 +36081056600,"Census Tract 566, Queens County, New York",1444,1099.0,54483.0,491500.0,188.0,85.0,374.0,0.0,402.0,0.0,28.0,156.0,399.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 566,1588.0,275.0,398.0,4.0,527.0,0.0,323.0,1089.0,53550.0,192800.0,222.0 +36081059000,"Census Tract 590, Queens County, New York",1622,1154.0,82083.0,410400.0,319.0,4.0,1368.0,107.0,0.0,0.0,6.0,11.0,126.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 590,1241.0,20.0,1137.0,6.0,8.0,0.0,68.0,859.0,65192.0,175600.0,121.0 +36081148300,"Census Tract 1483, Queens County, New York",2894,2088.0,127768.0,992900.0,1169.0,1857.0,19.0,0.0,804.0,0.0,0.0,42.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1483,3049.0,2225.0,13.0,6.0,645.0,0.0,135.0,2161.0,85183.0,512500.0,1179.0 +36081157903,"Census Tract 1579.03, Queens County, New York",4097,3149.0,76786.0,574700.0,1227.0,1393.0,131.0,0.0,2260.0,0.0,49.0,0.0,264.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1579.03,3841.0,2391.0,50.0,19.0,981.0,0.0,317.0,2792.0,52188.0,231300.0,868.0 +36081162100,"Census Tract 1621, Queens County, New York",7003,4433.0,76875.0,495000.0,1320.0,1354.0,325.0,0.0,2773.0,0.0,203.0,279.0,2069.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1621,6181.0,2611.0,347.0,56.0,1850.0,0.0,1166.0,4001.0,53812.0,215400.0,1013.0 +36081112300,"Census Tract 1123, Queens County, New York",1976,1510.0,84063.0,801800.0,668.0,727.0,65.0,0.0,637.0,0.0,0.0,19.0,528.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1123,2111.0,1055.0,100.0,8.0,576.0,0.0,366.0,1653.0,46964.0,263600.0,758.0 +36081116100,"Census Tract 1161, Queens County, New York",4491,3752.0,27653.0,271900.0,717.0,372.0,119.0,0.0,3211.0,0.0,26.0,75.0,688.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1161,4542.0,957.0,202.0,11.0,2548.0,0.0,759.0,3402.0,34273.0,91300.0,665.0 +36081116300,"Census Tract 1163, Queens County, New York",9464,7542.0,35377.0,381300.0,1067.0,880.0,444.0,0.0,6382.0,6.0,0.0,29.0,1723.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1163,9375.0,1520.0,407.0,32.0,5191.0,0.0,2077.0,6554.0,32500.0,129000.0,1571.0 +36081125700,"Census Tract 1257, Queens County, New York",3260,2097.0,48583.0,628500.0,664.0,544.0,366.0,0.0,1879.0,0.0,0.0,182.0,289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1257,3162.0,430.0,1097.0,8.0,952.0,0.0,629.0,2121.0,52541.0,214500.0,647.0 +36081139900,"Census Tract 1399, Queens County, New York",1956,1326.0,99375.0,776900.0,664.0,779.0,5.0,0.0,991.0,0.0,0.0,58.0,123.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1399,1760.000003,967.6465645,10.69330174,0.14344173699999999,680.8227463,0.0,93.4746933,1313.219475,71869.34813,314912.6324,576.2463932 +36081140901,"Census Tract 1409.01, Queens County, New York",1017,750.0,84625.0,670100.0,385.0,351.0,7.0,0.0,547.0,0.0,0.0,19.0,93.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1409.01,1000.0,520.0,11.0,5.0,346.0,0.0,98.0,758.0,66853.94958,271924.368,261.6923084 +36081144100,"Census Tract 1441, Queens County, New York",3047,2403.0,89679.0,652900.0,1281.0,951.0,22.0,0.0,1839.0,0.0,0.0,20.0,215.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1441,2986.0,1858.0,33.0,9.0,854.0,0.0,201.0,2066.0,57794.0,263100.0,844.0 +36081144700,"Census Tract 1447, Queens County, New York",3100,2305.0,77917.0,663500.0,688.0,448.0,358.0,0.0,1665.0,0.0,0.0,43.0,586.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1447,2807.9999239999997,608.2670287999999,777.7840576,20.94034004,851.5738525,0.0,486.61361689999995,1898.59082,43586.000360000005,226900.003,530.4886475 +36081152901,"Census Tract 1529.01, Queens County, New York",6684,5313.0,74125.0,491500.0,2220.0,2251.0,26.0,0.0,3840.0,0.0,0.0,56.0,511.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1529.01,6242.222919,3460.134981,132.2902383,12.02944527,2097.248946,2.0,482.50860020000005,4652.7625020000005,59759.24197999999,200599.39800000002,1818.168641 +36081157901,"Census Tract 1579.01, Queens County, New York",5228,4043.0,98605.0,587500.0,1789.0,1466.0,199.0,0.0,2852.0,0.0,15.0,320.0,376.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1579.01,4902.0,2999.0,46.0,25.0,1478.0,0.0,312.0,3574.0,58226.0,248100.0,1199.0 +36081103201,"Census Tract 1032.01, Queens County, New York",6544,3700.0,34231.0,407600.0,388.0,42.0,3133.0,29.0,597.0,62.0,0.0,35.0,2675.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1032.01,5701.0,240.0,4087.0,40.0,150.0,0.0,1117.0,2887.0,22904.0,168800.0,238.0 +36081109700,"Census Tract 1097, Queens County, New York",1703,1258.0,97875.0,757500.0,560.0,1035.0,11.0,0.0,540.0,0.0,0.0,26.0,91.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1097,2048.0,1373.0,14.0,4.0,411.0,0.0,223.0,1492.0,66071.0,321900.0,562.0 +36081124100,"Census Tract 1241, Queens County, New York",3746,2627.0,63333.0,666800.0,934.0,1074.0,264.0,0.0,2058.0,0.0,0.0,108.0,242.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1241,3754.0,1555.0,237.0,7.0,1363.0,0.0,520.0,2598.0,59096.0,245500.0,1094.0 +36081134100,"Census Tract 1341, Queens County, New York",3572,2584.0,79688.0,708700.0,1177.0,934.0,0.0,0.0,2311.0,0.0,8.0,70.0,249.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1341,3280.0,1409.0,25.0,9.0,1565.0,0.0,258.0,2282.0,70636.0,292500.0,1032.0 +36081137700,"Census Tract 1377, Queens County, New York",6363,4635.0,66826.0,533500.0,1826.0,1734.0,495.0,97.0,3379.0,0.0,0.0,173.0,485.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1377,6138.0,2759.0,157.0,13.0,2511.0,1.0,644.0,4230.0,51272.0,235000.0,1530.0 +36081150701,"Census Tract 1507.01, Queens County, New York",3190,2389.0,114423.0,885500.0,1252.0,1768.0,16.0,0.0,950.0,0.0,51.0,59.0,346.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1507.01,2970.0,2227.0,13.0,4.0,553.0,0.0,150.0,2149.0,73229.0,380200.0,1022.0 +36081155102,"Census Tract 1551.02, Queens County, New York",9044,6717.0,87012.0,258600.0,2754.0,4224.0,921.0,0.0,2174.0,0.0,0.0,156.0,1569.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1551.02,7803.6095,4473.469161999999,603.451507,26.00556852,1966.3852350000002,0.0,688.1884077999999,5756.6146530000005,50654.96951,82929.64496,2077.0092879999997 +36081010500,"Census Tract 105, Queens County, New York",4091,3031.0,48030.0,700700.0,1125.0,1915.0,151.0,0.0,622.0,0.0,0.0,82.0,1321.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 105,4705.0,1563.0,327.0,19.0,391.0,0.0,2091.0,3099.0,23125.0,243000.0,563.0 +36081009500,"Census Tract 95, Queens County, New York",2521,1904.0,68621.0,722800.0,1068.0,1667.0,115.0,0.0,385.0,0.0,0.0,51.0,303.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 95,2742.0,1718.0,52.0,12.0,351.0,0.0,469.0,1976.0,39828.0,277700.0,500.0 +36081011000,"Census Tract 110, Queens County, New York",3426,2294.0,71776.0,469700.0,361.0,337.0,319.0,160.0,1003.0,0.0,499.0,234.0,874.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 110,3101.0,448.0,382.0,82.0,711.0,0.0,1052.0,1825.0,39122.0,182000.0,164.0 +36081011200,"Census Tract 112, Queens County, New York",2321,1600.0,54113.0,618500.0,305.0,446.0,108.0,0.0,937.0,0.0,52.0,147.0,631.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 112,2246.0,703.0,117.0,55.0,620.0,0.0,521.0,1346.0,43015.0,218600.0,173.0 +36081012200,"Census Tract 122, Queens County, New York",3293,2137.0,61563.0,577800.0,501.0,227.0,138.0,15.0,1410.0,0.0,129.0,204.0,1170.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 122,3101.0,490.0,280.0,95.0,1028.0,0.0,1031.0,1921.0,37804.0,234100.0,296.0 +36081012400,"Census Tract 124, Queens County, New York",3096,1979.0,69265.0,496400.0,411.0,227.0,383.0,0.0,735.0,0.0,66.0,173.0,1512.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 124,2936.0,555.0,275.0,66.0,620.0,0.0,1255.0,1863.0,44438.0,236100.0,291.0 +36081013400,"Census Tract 134, Queens County, New York",5719,4157.0,63448.0,254800.0,1886.0,2689.0,440.0,14.0,1270.0,0.0,0.0,178.0,1142.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 134,5522.0,3406.0,341.0,10.0,709.0,5.0,926.0,4086.0,40286.0,130200.0,1680.0 +36081013800,"Census Tract 138, Queens County, New York",3740,2674.0,60753.0,400800.0,1055.0,1218.0,130.0,50.0,1177.0,0.0,0.0,63.0,1102.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 138,3597.5840310000003,1555.36145,245.4258728,10.97432709,729.2939453,0.0,972.7244873,2426.323975,45862.99996,158300.0002,854.9998778999999 +36081014300,"Census Tract 143, Queens County, New York",4074,2964.0,63487.0,732600.0,1118.0,1967.0,39.0,15.0,702.0,0.0,0.0,105.0,1246.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 143,4509.0,1999.0,92.0,26.0,749.0,3.0,1320.0,3226.0,34515.0,288000.0,743.0 +36081015900,"Census Tract 159, Queens County, New York",3948,3131.0,51397.0,531300.0,1321.0,2321.0,53.0,0.0,467.0,0.0,45.0,69.0,993.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 159,4754.0,2579.0,46.0,9.0,488.0,1.0,1313.0,3469.0,33936.0,319600.0,719.0 +36081016800,"Census Tract 168, Queens County, New York",3314,2275.0,82700.0,392200.0,227.0,105.0,397.0,6.0,907.0,0.0,602.0,459.0,844.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 168,2943.0,266.0,855.0,167.0,646.0,1.0,795.0,1837.0,45296.0,171600.0,187.0 +36081016900,"Census Tract 169, Queens County, New York",6038,4819.0,56541.0,365100.0,2334.0,2215.0,126.0,0.0,1920.0,0.0,0.0,148.0,1629.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 169,5579.0,2686.0,83.0,25.0,1201.0,0.0,1469.0,4159.0,43205.0,207300.0,1503.0 +36081017100,"Census Tract 171, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 171,21.0,8.0,4.0,0.0,1.0,0.0,8.0,0.0,,,0.0 +36081018401,"Census Tract 184.01, Queens County, New York",2118,1469.0,63667.0,383600.0,248.0,0.0,1729.0,0.0,39.0,0.0,60.0,112.0,178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 184.01,2370.0,8.0,2159.0,5.0,42.0,0.0,130.0,1338.0,31477.0,143000.0,115.0 +36081066501,"Census Tract 665.01, Queens County, New York",3891,2796.0,97750.0,682200.0,1048.0,3328.0,11.0,0.0,85.0,0.0,0.0,80.0,387.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 665.01,3221.186532,3004.561615,3.0,9.712493896,49.56246948,0.0,141.3499413,2494.761749,52184.294630000004,294500.4011,480.33732599999996 +36081065501,"Census Tract 655.01, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 655.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36081066701,"Census Tract 667.01, Queens County, New York",2449,1789.0,55239.0,569500.0,450.0,1842.0,10.0,0.0,53.0,0.0,0.0,0.0,544.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 667.01,2447.104699,2231.868042,7.0,3.4332423210000003,59.16621208,0.0,129.63721280000001,1802.812775,52427.98525,238506.7796,310.4783936 +36081012500,"Census Tract 125, Queens County, New York",1883,1551.0,77011.0,719300.0,740.0,1184.0,28.0,0.0,193.0,0.0,0.0,62.0,416.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 125,1888.999998,1002.6179199999999,31.37829018,6.00841248,285.0599747,0.0,392.43038939999997,1407.510193,44999.2615,281808.4464,465.5058289 +36081002000,"Census Tract 20, Queens County, New York",2009,1463.0,89226.0,456700.0,399.0,249.0,5.0,50.0,742.0,0.0,0.0,7.0,1006.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 20,1332.0,419.0,93.0,11.0,241.0,0.0,535.0,1008.0,62813.0,175000.0,130.0 +36081001200,"Census Tract 12, Queens County, New York",4392,2984.0,65392.0,471200.0,501.0,875.0,80.0,0.0,787.0,0.0,0.0,66.0,2584.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 12,3797.0,1467.0,108.0,14.0,569.0,0.0,1475.0,2474.0,40529.0,203400.0,596.0 +36081010800,"Census Tract 108, Queens County, New York",3536,2409.0,59779.0,515500.0,383.0,131.0,285.0,0.0,1226.0,0.0,816.0,222.0,856.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 108,3035.0,388.0,424.0,144.0,1116.0,0.0,718.0,1894.0,54073.0,213100.0,248.0 +36081011800,"Census Tract 118, Queens County, New York",2644,1699.0,56921.0,419000.0,360.0,129.0,203.0,35.0,1041.0,0.0,340.0,103.0,828.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 118,2425.0,409.0,326.0,78.0,558.0,0.0,864.0,1460.0,37179.0,213500.0,201.0 +36081002500,"Census Tract 25, Queens County, New York",7411,4704.0,18060.0,433900.0,337.0,342.0,3479.0,124.0,714.0,0.0,176.0,148.0,2497.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 25,6597.0,162.0,4092.0,71.0,167.0,0.0,2053.0,3494.0,11055.0,210400.0,188.0 +36081003700,"Census Tract 37, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 37,1414.0,31.0,947.0,3.0,21.0,0.0,403.0,807.0,11625.0,,44.0 +36081061602,"Census Tract 616.02, Queens County, New York",1253,947.0,101667.0,430200.0,282.0,33.0,1112.0,7.0,0.0,0.0,0.0,28.0,73.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 616.02,1545.0,104.0,1290.0,7.0,33.0,0.0,81.0,1087.0,56310.0,189600.0,247.0 +36081062400,"Census Tract 624, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 624,561.7346741,19.25469017,506.48208619999997,0.837160468,1.674320936,0.0,33.48641968,396.81405639999997,65885.00213,185899.9922,87.90184784 +36081000200,"Census Tract 2, Queens County, New York",3323,2406.0,67619.0,475100.0,393.0,502.0,22.0,0.0,555.0,0.0,0.0,41.0,2203.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 2,2941.0,831.0,132.0,18.0,641.0,0.0,1202.0,1864.0,38333.0,199500.0,476.0 +36081001800,"Census Tract 18, Queens County, New York",3129,2035.0,67279.0,429600.0,468.0,437.0,106.0,37.0,714.0,0.0,95.0,74.0,1666.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 18,2795.0,891.0,89.0,25.0,341.0,0.0,1343.0,1669.0,47841.0,167400.0,224.0 +36081072300,"Census Tract 723, Queens County, New York",1902,1426.0,107500.0,1111900.0,1010.0,989.0,57.0,0.0,702.0,0.0,11.0,20.0,123.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 723,1761.0,1202.0,22.0,6.0,429.0,0.0,94.0,1290.0,106844.2885,497394.6768,880.0 +36081029400,"Census Tract 294, Queens County, New York",7097,4743.0,68240.0,455500.0,1197.0,36.0,6232.0,0.0,293.0,0.0,0.0,56.0,480.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 294,6164.0,173.0,5587.0,20.0,55.0,0.0,307.0,4126.0,43546.63036,181704.1838,798.0 +36081061301,"Census Tract 613.01, Queens County, New York",6241,4347.0,77377.0,552100.0,1172.0,3268.0,70.0,41.0,501.0,0.0,12.0,141.0,2249.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 613.01,5011.0,3745.0,38.0,7.0,205.0,0.0,970.0,3322.0,42722.0,226900.0,472.0 +36081065703,"Census Tract 657.03, Queens County, New York",2862,2127.0,80774.0,643800.0,667.0,2258.0,2.0,0.0,21.0,0.0,0.0,11.0,570.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 657.03,2559.0,2361.0,2.0,5.0,29.0,0.0,150.0,1998.0,52593.79234,258661.1801,339.0 +36081084900,"Census Tract 849, Queens County, New York",7147,5092.0,26341.0,460700.0,458.0,148.0,347.0,43.0,5196.0,0.0,0.0,0.0,1413.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 849,7358.999997,295.4103889,518.7090912,34.84675324,4032.155838,0.0,2384.184414,4921.438965,32372.033580000003,101421.7613,850.0155848999999 +36081086900,"Census Tract 869, Queens County, New York",2052,1567.0,27891.0,489100.0,207.0,78.0,17.0,0.0,1693.0,0.0,0.0,0.0,264.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 869,1469.0,101.0,48.0,2.0,982.0,0.0,316.0,985.0,42061.59677,200897.03699999998,345.0 +36081003300,"Census Tract 33, Queens County, New York",2966,2367.0,62961.0,752700.0,1090.0,979.0,34.0,0.0,1032.0,40.0,0.0,127.0,754.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 33,2283.0,396.0,59.0,11.0,638.0,0.0,1110.0,1310.0,35475.16,228837.6923,292.0 +36081008500,"Census Tract 85, Queens County, New York",1090,699.0,43750.0,531300.0,288.0,375.0,84.0,0.0,208.0,0.0,53.0,23.0,347.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 85,1245.0,361.0,152.0,8.0,144.0,0.0,508.0,692.0,34214.67327,241447.2527,105.0 +36081053401,"Census Tract 534.01, Queens County, New York",2073,1558.0,73889.0,406300.0,582.0,56.0,1840.0,0.0,0.0,0.0,0.0,39.0,138.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 534.01,2195.000003,29.46518135,2071.423401,8.151810586,5.428969382999999,0.0,76.34261894,1348.445679,52735.56922,178820.2726,223.0515327 +36081053601,"Census Tract 536.01, Queens County, New York",2050,1358.0,66506.0,426700.0,216.0,0.0,1649.0,6.0,27.0,0.0,98.0,33.0,243.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 536.01,1826.999997,30.53481865,1650.576538,0.848189414,13.57103062,0.0,113.65737920000001,1192.554321,52882.99767,184299.9983,234.9484711 +36081051500,"Census Tract 515, Queens County, New York",2881,2114.0,72298.0,488600.0,750.0,1940.0,19.0,0.0,115.0,0.0,23.0,5.0,779.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 515,2798.0,2162.0,16.0,2.0,153.0,0.0,419.0,2047.0,40793.0,214200.0,350.0 +36081051600,"Census Tract 516, Queens County, New York",2141,1600.0,51375.0,383500.0,345.0,11.0,1722.0,18.0,0.0,0.0,0.0,36.0,354.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 516,2143.0,17.0,1978.0,8.0,26.0,1.0,103.0,1460.0,59038.0,173800.0,341.0 +36081052600,"Census Tract 526, Queens County, New York",2043,1255.0,64615.0,411500.0,283.0,81.0,1629.0,0.0,0.0,0.0,0.0,121.0,212.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 526,1867.0,5.0,1763.0,2.0,19.0,0.0,69.0,1122.0,45227.0,163100.0,160.0 +36081055400,"Census Tract 554, Queens County, New York",2387,1731.0,67344.0,438300.0,336.0,350.0,330.0,0.0,915.0,22.0,142.0,0.0,628.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 554,2492.0,654.0,401.0,5.0,710.0,0.0,641.0,1623.0,56352.0,193700.0,455.0 +36081053200,"Census Tract 532, Queens County, New York",1809,1255.0,89833.0,400000.0,325.0,36.0,1486.0,0.0,23.0,8.0,9.0,132.0,115.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 532,1855.0,13.0,1761.0,0.0,14.0,0.0,66.0,1211.0,57162.0,166800.0,251.0 +36081053800,"Census Tract 538, Queens County, New York",1782,1164.0,95714.0,402200.0,233.0,16.0,1513.0,14.0,68.0,0.0,69.0,0.0,102.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 538,1952.0,22.0,1813.0,6.0,7.0,0.0,95.0,1264.0,64554.0,180400.0,207.0 +36081054700,"Census Tract 547, Queens County, New York",5459,3464.0,62991.0,590800.0,679.0,922.0,110.0,0.0,808.0,0.0,48.0,10.0,3561.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 547,4717.0,706.0,92.0,7.0,695.0,0.0,3156.0,2768.0,30850.0,217900.0,207.0 +36081055700,"Census Tract 557, Queens County, New York",3547,2345.0,54167.0,428600.0,521.0,1327.0,53.0,0.0,325.0,0.0,0.0,27.0,1815.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 557,3964.000001,1171.408819,131.3549745,7.0478617329999995,470.6182141,0.007976956,2102.239087,2618.299357,34043.66334,210869.758,352.51961 +36081055800,"Census Tract 558, Queens County, New York",1753,1352.0,92870.0,442100.0,333.0,252.0,271.0,0.0,510.0,0.0,45.0,158.0,517.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 558,1967.0,377.0,488.0,53.0,478.0,0.0,510.0,1139.0,73824.0,185000.0,327.0 +36081055900,"Census Tract 559, Queens County, New York",1335,787.0,60688.0,584500.0,213.0,184.0,48.0,0.0,69.0,0.0,18.0,7.0,1009.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 559,1134.0,98.0,113.0,3.0,65.0,0.0,839.0,773.0,32292.0,147600.0,59.0 +36081056100,"Census Tract 561, Queens County, New York",62,57.0,160250.0,350000.0,21.0,38.0,5.0,0.0,11.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 561,7.0,0.0,0.0,0.0,0.0,0.0,7.0,0.0,,,0.0 +36081057900,"Census Tract 579, Queens County, New York",1898,1317.0,59167.0,518400.0,378.0,1074.0,5.0,19.0,87.0,0.0,0.0,0.0,732.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 579,1566.0,1091.0,2.0,5.0,71.0,1.0,377.0,1082.0,32625.0,216700.0,64.0 +36081058900,"Census Tract 589, Queens County, New York",4670,2871.0,46250.0,549600.0,783.0,2362.0,22.0,41.0,174.0,0.0,0.0,25.0,2046.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 589,4384.0,2274.0,51.0,9.0,171.0,1.0,1716.0,2718.0,30078.0,253400.0,399.0 +36081059600,"Census Tract 596, Queens County, New York",1462,1030.0,70469.0,427400.0,430.0,20.0,1352.0,0.0,0.0,0.0,0.0,15.0,75.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 596,1614.0,45.0,1531.0,0.0,3.0,0.0,32.0,1119.0,65469.0,189000.0,335.0 +36081060300,"Census Tract 603, Queens County, New York",2104,1622.0,91250.0,618700.0,510.0,1127.0,12.0,0.0,140.0,0.0,0.0,40.0,785.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 603,1560.0,1274.0,12.0,0.0,34.0,0.0,232.0,1279.0,50847.0,229200.0,190.0 +36081065900,"Census Tract 659, Queens County, New York",1807,1333.0,85714.0,600900.0,537.0,1546.0,0.0,6.0,45.0,0.0,85.0,0.0,131.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 659,1694.0,1581.0,2.0,6.0,30.0,0.0,71.0,1270.0,61063.0,252100.0,261.0 +36081067900,"Census Tract 679, Queens County, New York",3928,3114.0,48977.0,574300.0,946.0,2030.0,79.0,0.0,222.0,0.0,15.0,179.0,1403.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 679,4301.0,2655.0,146.0,18.0,431.0,0.0,938.0,3299.0,35430.0,246300.0,796.0 +36081069701,"Census Tract 697.01, Queens County, New York",3807,3029.0,64861.0,299400.0,1769.0,1484.0,161.0,0.0,1352.0,0.0,0.0,77.0,733.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 697.01,3597.0,2072.0,71.0,4.0,796.0,1.0,531.0,2640.0,31832.0,117100.0,894.0 +36081009800,"Census Tract 98, Queens County, New York",2859,1953.0,66000.0,448600.0,363.0,32.0,424.0,0.0,796.0,0.0,942.0,75.0,590.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 98,2944.0,301.0,541.0,141.0,1138.0,0.0,581.0,1778.0,39943.0,186800.0,275.0 +36081104700,"Census Tract 1047, Queens County, New York",6882,5014.0,50556.0,594100.0,1230.0,2725.0,5.0,30.0,2756.0,0.0,334.0,31.0,1001.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1047,7207.0,4449.0,32.0,9.0,2001.0,2.0,594.0,5454.0,48395.0,263500.0,1511.0 +36081105900,"Census Tract 1059, Queens County, New York",4352,3067.0,82875.0,716000.0,904.0,2501.0,0.0,0.0,1461.0,0.0,12.0,227.0,151.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1059,3741.999996,2860.978027,8.486458837999999,0.191108838,648.8814507000001,0.0,202.68114419999998,2757.46653,51084.76132,323804.2376,909.6918736 +36081109900,"Census Tract 1099, Queens County, New York",3557,2489.0,74167.0,595000.0,882.0,1324.0,15.0,0.0,1528.0,0.0,0.0,40.0,650.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1099,3335.0,2384.0,14.0,5.0,534.0,0.0,369.0,2217.0,54656.0,204200.0,650.0 +36081010400,"Census Tract 104, Queens County, New York",3556,2587.0,67589.0,464000.0,477.0,248.0,932.0,0.0,636.0,0.0,984.0,305.0,451.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 104,3481.0,406.0,708.0,189.0,1132.0,0.0,737.0,2160.0,41750.0,191400.0,276.0 +36081004700,"Census Tract 47, Queens County, New York",4037,2812.0,34063.0,685800.0,781.0,967.0,910.0,30.0,429.0,0.0,0.0,130.0,1601.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 47,4436.0,971.0,1300.0,14.0,537.0,0.0,1478.0,2950.0,23984.0,258000.0,480.0 +36081004200,"Census Tract 42, Queens County, New York",4665,2807.0,51288.0,417900.0,492.0,401.0,108.0,0.0,2137.0,0.0,0.0,39.0,1980.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 42,3740.0,812.0,293.0,60.0,657.0,1.0,1734.0,2371.0,33000.0,194700.0,234.0 +36081004500,"Census Tract 45, Queens County, New York",3639,3012.0,82662.0,355400.0,1510.0,1840.0,124.0,0.0,871.0,0.0,0.0,117.0,687.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 45,3165.0,1826.0,175.0,8.0,478.0,2.0,608.0,2557.0,49668.0,75600.0,904.0 +36081006100,"Census Tract 61, Queens County, New York",5750,4872.0,64588.0,728900.0,2754.0,3006.0,95.0,0.0,1255.0,0.0,14.0,146.0,1234.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 61,6749.0,3360.0,89.0,44.0,1390.0,0.0,1616.0,4892.0,31010.0,281000.0,1637.0 +36081005000,"Census Tract 50, Queens County, New York",55,42.0,,,14.0,14.0,0.0,0.0,0.0,0.0,0.0,0.0,41.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 50,103.4577709,10.83843327,5.911872863999999,0.0,30.54467583,0.0,56.16278839,72.91309357,27411.000860000004,224999.9975,23.64749146 +36081009600,"Census Tract 96, Queens County, New York",4006,2759.0,87880.0,468500.0,815.0,230.0,375.0,11.0,1287.0,0.0,972.0,227.0,904.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 96,3378.0,581.0,503.0,157.0,976.0,0.0,728.0,2008.0,40406.0,187300.0,242.0 +36081011100,"Census Tract 111, Queens County, New York",3419,2584.0,71570.0,735300.0,1382.0,1811.0,115.0,0.0,650.0,0.0,19.0,74.0,750.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 111,3132.0,1638.0,69.0,2.0,492.0,1.0,630.0,2303.0,41406.0,277900.0,602.0 +36081011600,"Census Tract 116, Queens County, New York",2226,1623.0,64167.0,458900.0,342.0,290.0,164.0,0.0,875.0,0.0,110.0,104.0,683.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 116,2066.0,455.0,287.0,28.0,468.0,0.0,650.0,1308.0,41772.0,196200.0,60.0 +36081012100,"Census Tract 121, Queens County, New York",2241,1799.0,60119.0,816700.0,853.0,1545.0,62.0,18.0,212.0,0.0,5.0,30.0,369.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 121,2570.0,1942.0,18.0,8.0,210.0,0.0,294.0,1886.0,44375.0,308000.0,628.0 +36081013700,"Census Tract 137, Queens County, New York",1609,1301.0,69500.0,865900.0,621.0,1193.0,18.0,0.0,118.0,0.0,0.0,21.0,259.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 137,1474.0,1054.0,32.0,12.0,95.0,0.0,217.0,1060.0,34545.0,320700.0,280.0 +36081014900,"Census Tract 149, Queens County, New York",2233,1722.0,68152.0,883900.0,764.0,1356.0,18.0,10.0,302.0,0.0,0.0,9.0,548.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 149,3133.0,1602.0,23.0,23.0,309.0,0.0,1016.0,2160.0,44630.0,320000.0,441.0 +36081015400,"Census Tract 154, Queens County, New York",2637,1868.0,61815.0,489900.0,461.0,92.0,294.0,0.0,998.0,0.0,653.0,59.0,541.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 154,2362.0,143.0,401.0,405.0,632.0,0.0,606.0,1574.0,41848.0,202600.0,229.0 +36081021200,"Census Tract 212, Queens County, New York",2396,1691.0,44828.0,479200.0,257.0,225.0,198.0,5.0,297.0,0.0,101.0,106.0,1469.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 212,2701.0,169.0,543.0,57.0,384.0,0.0,1371.0,1686.0,28571.0,196700.0,55.0 +36081022002,"Census Tract 220.02, Queens County, New York",6880,5227.0,61121.0,263800.0,2045.0,2070.0,1177.0,0.0,1554.0,0.0,165.0,247.0,1667.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 220.02,5095.999965,2110.7573239999997,599.6469727000001,9.994116782999999,1257.259888,0.0,973.4269409,3863.725342,42398.99793,108599.9982,1542.092163 +36081024500,"Census Tract 245, Queens County, New York",5608,4342.0,57377.0,272000.0,1324.0,2077.0,34.0,25.0,1328.0,0.0,0.0,197.0,1947.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 245,4684.506346,2476.870526,174.76878390000002,8.008761111,850.7607892000001,0.0,1104.1205109999999,3570.1969729999996,41402.58601,23304.79965,905.7242341 +36081118900,"Census Tract 1189, Queens County, New York",2418,1846.0,62583.0,813100.0,528.0,314.0,31.0,0.0,1762.0,0.0,0.0,0.0,311.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1189,2395.0,631.0,21.0,14.0,1229.0,0.0,456.0,1606.0,41105.0,298200.0,416.0 +36081115900,"Census Tract 1159, Queens County, New York",4388,3343.0,58400.0,806700.0,641.0,361.0,63.0,11.0,3581.0,0.0,0.0,155.0,228.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1159,4284.0,1123.0,170.0,10.0,2116.0,0.0,801.0,2908.0,39899.0,271300.0,819.0 +36081116700,"Census Tract 1167, Queens County, New York",1985,1512.0,31776.0,767000.0,242.0,124.0,40.0,27.0,1430.0,0.0,2.0,0.0,383.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1167,2075.0,298.0,50.0,6.0,1092.0,0.0,595.0,1397.0,36895.0,248400.0,425.0 +36081117100,"Census Tract 1171, Queens County, New York",2488,1910.0,43750.0,863300.0,474.0,629.0,11.0,0.0,1106.0,0.0,2.0,25.0,715.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1171,3070.0,1067.51866,55.45400119,8.055877071,1242.1532630000002,0.006984634,663.5737376000001,2144.410097,34644.53469,295490.1511,568.5561762 +36081119900,"Census Tract 1199, Queens County, New York",1564,1236.0,60583.0,796700.0,320.0,312.0,12.0,0.0,984.0,0.0,13.0,14.0,229.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1199,1506.0,637.0,21.0,8.0,623.0,0.0,192.0,1149.0,54458.0,284500.0,339.0 +36081120700,"Census Tract 1207, Queens County, New York",2937,2144.0,73194.0,698700.0,581.0,821.0,10.0,24.0,1269.0,0.0,33.0,61.0,743.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1207,2775.0,1472.0,24.0,7.0,814.0,0.0,430.0,1836.0,49688.0,272100.0,438.0 +36081122300,"Census Tract 1223, Queens County, New York",3670,2820.0,68246.0,765500.0,960.0,1378.0,12.0,0.0,1831.0,0.0,119.0,0.0,330.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1223,3330.0,1573.0,26.0,1.0,1234.0,0.0,468.0,2275.0,51935.0,275400.0,814.0 +36081130100,"Census Tract 1301, Queens County, New York",3994,2924.0,75547.0,255800.0,1088.0,1213.0,726.0,93.0,869.0,0.0,40.0,77.0,1001.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1301,3998.0,1937.0,458.0,27.0,1019.0,0.0,475.0,2904.0,46680.0,76400.0,885.0 +36081070700,"Census Tract 707, Queens County, New York",2412,1819.0,87404.0,602700.0,1004.0,1148.0,0.0,23.0,753.0,0.0,21.0,74.0,416.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 707,2627.000008,1627.645569,34.91421032,0.16462405,729.4574356,0.0,209.1053314,1947.330566,58495.02132000001,273765.8069,966.5031433 +36081070900,"Census Tract 709, Queens County, New York",2645,2013.0,85000.0,745600.0,1133.0,1011.0,32.0,0.0,1171.0,0.0,10.0,96.0,325.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 709,2791.000008,1588.26532,41.1473999,6.122557141000001,858.5538254,1.0,244.680027,2075.1656190000003,61226.93301,273355.9176,1081.811195 +36081072900,"Census Tract 729, Queens County, New York",1375,1021.0,71563.0,734300.0,476.0,586.0,61.0,0.0,484.0,0.0,0.0,48.0,196.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 729,1418.0,759.0,24.0,2.0,454.0,0.0,171.0,1053.0,49635.0,274800.0,367.0 +36081077500,"Census Tract 775, Queens County, New York",2252,1731.0,71746.0,541700.0,885.0,1630.0,58.0,0.0,168.0,0.0,13.0,56.0,327.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 775,2482.0,1574.0,75.0,4.0,353.0,0.0,426.0,1849.0,48451.0,355200.0,928.0 +36081079200,"Census Tract 792, Queens County, New York",2881,1750.0,82586.0,430900.0,476.0,6.0,1482.0,0.0,588.0,0.0,379.0,144.0,282.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 792,2365.0,11.0,2102.0,1.0,29.0,0.0,194.0,1361.0,38664.0,162700.0,217.0 +36081044400,"Census Tract 444, Queens County, New York",3308,2267.0,44388.0,401300.0,457.0,91.0,716.0,67.0,587.0,0.0,381.0,170.0,1296.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 444,2460.0,55.08333334,1317.583333,50.0,347.0833333,0.0,527.25,1565.083333,29345.78773,173315.0071,217.0 +36081053100,"Census Tract 531, Queens County, New York",3300,2399.0,64432.0,500000.0,591.0,1978.0,57.0,49.0,100.0,0.0,0.0,0.0,1116.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 531,3322.0,2423.0,29.0,12.0,86.0,0.0,613.0,2307.0,40193.21108,209583.2661,259.0 +36081058200,"Census Tract 582, Queens County, New York",4956,3709.0,91974.0,398500.0,818.0,133.0,4064.0,12.0,13.0,0.0,173.0,150.0,423.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 582,4593.1481380000005,204.7872925,3967.741943,19.98338318,64.95014954,0.0,305.717514,2963.618164,49089.66096,177584.0913,553.5391541 +36081108500,"Census Tract 1085, Queens County, New York",2422,1818.0,66563.0,704100.0,604.0,1176.0,9.0,0.0,975.0,0.0,87.0,34.0,141.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1085,2775.0,2017.0,9.0,2.0,534.0,0.0,201.0,2083.0,60829.6747,321347.0588,655.0 +36081109300,"Census Tract 1093, Queens County, New York",3384,2568.0,88363.0,882700.0,1124.0,1732.0,29.0,0.0,1098.0,0.0,16.0,9.0,500.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1093,3041.0,2095.0,55.0,1.0,706.0,0.0,174.0,2116.0,66600.43568,387941.2766,853.0 +36081141700,"Census Tract 1417, Queens County, New York",5102,3695.0,75750.0,680300.0,1354.0,1383.0,169.0,0.0,2606.0,0.0,0.0,214.0,730.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1417,4614.0,2363.0,37.0,7.0,1675.0,0.0,474.0,3274.0,60032.185789999996,268959.2996,1006.0 +36081006201,"Census Tract 62.01, Queens County, New York",6559,5049.0,58685.0,161900.0,1396.0,3738.0,110.0,0.0,256.0,0.0,13.0,118.0,2324.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 62.01,5451.000147,4155.273392,89.60345575,6.2136789079999994,289.5202624,0.9525157209999999,861.6399932,4235.320877,45367.609319999996,88762.24953,875.1692857999999 +36081006202,"Census Tract 62.02, Queens County, New York",7014,4757.0,51250.0,366700.0,1274.0,3370.0,458.0,0.0,461.0,0.0,144.0,12.0,2569.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 62.02,6093.999853,4567.0284329999995,122.48928529999999,8.817234763,334.3963853,1.047484279,1007.7811199999999,4704.225952000001,45168.24499,86874.96678,955.7526286 +36081006501,"Census Tract 65.01, Queens County, New York",3472,2929.0,63214.0,573400.0,1750.0,2256.0,64.0,0.0,470.0,0.0,5.0,83.0,594.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 65.01,4274.9999960000005,2084.974365,49.60750961,24.80375481,708.1228637999999,0.972696245,1083.583618,3022.653564,37169.00082,297300.0059,868.6177367999999 +36081006502,"Census Tract 65.02, Queens County, New York",3764,3091.0,80747.0,845800.0,1735.0,1841.0,114.0,0.0,691.0,0.0,9.0,173.0,936.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 65.02,4514.999743,2202.025391,52.39248657,26.19624329,747.8770752,1.027303696,1144.41626,3192.346191,37168.99946,297299.9954,917.3822021 +36081044301,"Census Tract 443.01, Queens County, New York",3613,2457.0,28686.0,620800.0,339.0,142.0,264.0,127.0,858.0,0.0,0.0,26.0,2253.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 443.01,3411.999914,235.45129390000002,500.7427673,18.39463234,949.9805908,0.0,1673.502808,2122.331787,31360.99932,239000.00199999998,269.7879333 +36081015801,"Census Tract 158.01, Queens County, New York",3782,2439.0,62625.0,471900.0,363.0,27.0,1145.0,73.0,1031.0,0.0,940.0,161.0,452.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 158.01,3853.0000200000004,168.8793488,1293.862183,272.230011,956.1033936000001,0.0,856.2711182,2351.1171879999997,42329.00014,192399.9918,214.6175079 +36081043701,"Census Tract 437.01, Queens County, New York",3249,2263.0,58523.0,368800.0,363.0,469.0,282.0,12.0,122.0,0.0,141.0,23.0,2212.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 437.01,3161.000028,554.472168,406.2738037,16.61720848,515.4725952,0.0,1639.338501,2017.464722,35182.00085,67399.99752,370.6654968 +36081043702,"Census Tract 437.02, Queens County, New York",6537,4698.0,40950.0,215000.0,1069.0,452.0,674.0,87.0,1247.0,0.0,0.0,23.0,4054.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 437.02,6159.999972,1080.527832,791.7261963,32.38278961,1004.527405,0.0,3194.661621,3931.5351560000004,35182.00069,67400.00127000001,722.3345337000001 +36081044302,"Census Tract 443.02, Queens County, New York",4491,3253.0,54286.0,549400.0,805.0,205.0,449.0,8.0,1771.0,0.0,0.0,33.0,2025.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 443.02,4935.000086,340.5487061,724.2572021000001,26.60536766,1374.019409,0.0,2420.497314,3069.668213,31361.00047,239000.0099,390.2120667 +36081061302,"Census Tract 613.02, Queens County, New York",16,12.0,,,12.0,12.0,0.0,0.0,0.0,0.0,0.0,0.0,4.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 613.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0 +36081071303,"Census Tract 713.03, Queens County, New York",5677,4468.0,84195.0,293200.0,3015.0,3290.0,94.0,0.0,1160.0,0.0,0.0,54.0,1079.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.03,4923.999972,3730.51709,126.675148,5.2965221410000005,545.5417480000001,0.0,457.7077637,3909.716064,46542.99805,86600.00102000001,1793.3140870000002 +36081071304,"Census Tract 713.04, Queens County, New York",6032,4873.0,48032.0,261600.0,2391.0,3278.0,330.0,27.0,1417.0,0.0,0.0,220.0,760.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.04,6231.999695,4721.48291,160.32484440000002,6.7034778589999995,690.4581909,0.0,579.2921752999999,4948.283691,46542.99905,86600.00054,2269.685791 +36081071305,"Census Tract 713.05, Queens County, New York",4914,3984.0,75082.0,370700.0,2579.0,2295.0,120.0,0.0,1396.0,0.0,19.0,31.0,1053.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.05,4686.000049,3091.081055,101.4499512,8.528978347999999,881.1781006000001,0.0,466.8493347,3640.5268549999996,46750.00023,99199.99874,1811.734497 +36081071306,"Census Tract 713.06, Queens County, New York",6864,5226.0,77500.0,262900.0,3072.0,2553.0,212.0,0.0,2060.0,0.0,0.0,472.0,1567.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.06,5753.000262,3794.9189450000003,124.5500565,10.47102261,1081.8220210000002,0.0,573.1506958,4469.473145,46749.99835,99199.99957,2224.265625 +36081071701,"Census Tract 717.01, Queens County, New York",5702,4715.0,66715.0,277800.0,2475.0,3348.0,190.0,0.0,1489.0,0.0,0.0,113.0,562.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 717.01,5578.000224,2974.971436,285.6704102,12.56949806,1506.054321,1.7140223980000002,717.0327147999999,4291.912109000001,39845.0011,75600.00385,1868.855713 +36081071702,"Census Tract 717.02, Queens County, New York",3836,3029.0,44692.0,261800.0,1554.0,1364.0,362.0,34.0,1514.0,0.0,25.0,72.0,465.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 717.02,4185.000067,2232.028564,214.32962039999998,9.430502892,1129.945679,1.2859777209999999,537.9673462000001,3220.088135,39844.99875,75600.00012000001,1402.1442869999998 +36081075701,"Census Tract 757.01, Queens County, New York",5181,4114.0,82292.0,311000.0,3004.0,2395.0,100.0,0.0,1596.0,0.0,0.0,215.0,875.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 757.01,4659.999818,3173.151611,97.39632416,5.698721409,960.4935912999999,0.0,378.70593260000004,3894.8168950000004,56267.000620000006,142100.0037,2172.249023 +36081015802,"Census Tract 158.02, Queens County, New York",4722,3387.0,64219.0,446800.0,636.0,251.0,1095.0,18.0,823.0,0.0,1251.0,250.0,1034.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 158.02,4908.000241,215.1206665,1648.137939,346.7700195,1217.896606,0.0,1090.7290039999998,2994.8828129999997,42328.99824,192400.0004,273.38250730000004 +36081018101,"Census Tract 181.01, Queens County, New York",3581,2794.0,53443.0,349000.0,1100.0,1132.0,43.0,19.0,708.0,0.0,6.0,27.0,1665.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 181.01,4636.000158,1730.6347660000001,84.76365662,19.76085281,1353.098389,0.0,1361.418823,3427.9880369999996,34931.99976,79399.99633,853.8768921 +36081018102,"Census Tract 181.02, Queens County, New York",3539,3020.0,62733.0,351500.0,1458.0,2029.0,49.0,0.0,601.0,0.0,29.0,81.0,750.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 181.02,4279.000107,1597.365356,78.23634338,18.23914719,1248.901611,0.0,1256.581299,3164.012207,34932.00007,79400.00005,788.1231688999999 +36081018501,"Census Tract 185.01, Queens County, New York",3333,2649.0,70066.0,237700.0,1152.0,1347.0,125.0,30.0,798.0,0.0,0.0,38.0,1006.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 185.01,3626.999968,1391.8594970000001,96.66994476,14.07814693,820.7559813999999,0.0,1230.899292,2597.418213,38481.99978,71799.997,644.7791137999999 +36081018502,"Census Tract 185.02, Queens County, New York",3610,2804.0,73917.0,365700.0,1099.0,1654.0,19.0,0.0,709.0,0.0,0.0,24.0,1204.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 185.02,4101.999802,1574.1403810000002,109.3300476,15.92185211,928.2439575,0.0,1392.100586,2937.581787,38482.00078,71799.99862,729.2208252 +36081025301,"Census Tract 253.01, Queens County, New York",4020,3216.0,61219.0,363300.0,1203.0,1526.0,12.0,11.0,942.0,0.0,7.0,39.0,1494.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 253.01,5015.999838000001,1379.640015,61.45960236,19.20612526,1371.317383,0.0,2092.1872559999997,3506.398438,33681.99929,111300.0022,950.7032471000001 +36081025302,"Census Tract 253.02, Queens County, New York",3057,2549.0,64792.0,391300.0,596.0,684.0,7.0,129.0,432.0,0.0,0.0,81.0,1724.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 253.02,2818.999928,775.3599243,34.54039383,10.79387379,770.6825562000001,0.0,1175.8126220000001,1970.60144,33681.99848,111300.0024,534.2967529 +36081026902,"Census Tract 269.02, Queens County, New York",3675,2659.0,47222.0,308300.0,931.0,155.0,23.0,0.0,2284.0,0.0,0.0,0.0,1213.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 269.02,4591.000013,275.11938480000003,48.91011047,18.77798843,1559.883179,0.0,2652.936768,3057.755371,31733.00081,126799.9954,743.2590332000001 +36081077908,"Census Tract 779.08, Queens County, New York",4084,2517.0,48857.0,601200.0,766.0,1115.0,965.0,0.0,952.0,0.0,0.0,477.0,575.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.08,3137.000026,1585.580444,355.1442261,7.734539032000001,519.1809082,1.611362219,493.3991089,2014.202759,39070.00047,210500.0013,583.635376 +36081075702,"Census Tract 757.02, Queens County, New York",4178,3252.0,93484.0,423200.0,2090.0,2455.0,35.0,19.0,1149.0,0.0,0.0,183.0,356.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 757.02,4334.999914,2951.848145,90.60366821,5.301278591,893.5063477,0.0,352.2940369,3623.182861,56267.00163,142100.0028,2020.750977 +36081030903,"Census Tract 309.03, Queens County, New York",5811,3942.0,65644.0,634300.0,1241.0,785.0,54.0,44.0,2352.0,0.0,14.0,102.0,2504.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 309.03,6614.000204999999,1635.794556,80.2228775,15.04179001,1905.293335,1.880223751,2832.870361,4526.325195,48397.99847,261799.99800000002,1072.980957 +36081030904,"Census Tract 309.04, Queens County, New York",3576,2502.0,60774.0,682600.0,757.0,892.0,16.0,82.0,1240.0,0.0,8.0,0.0,1420.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 309.04,3939.0001090000005,974.2054443,47.77712631,8.958210945,1134.7067869999998,1.119776368,1687.129761,2695.675049,48398.001639999995,261799.9969,639.019043 +36081077906,"Census Tract 779.06, Queens County, New York",3653,2496.0,62091.0,224600.0,1055.0,1978.0,97.0,0.0,1116.0,0.0,0.0,70.0,392.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.06,3598.9999340000004,1819.0959469999998,407.4479065,8.873638153,595.6430054,1.848674774,566.064209,2310.8435059999997,39069.999339999995,210499.99899999998,669.5899658 +36081077907,"Census Tract 779.07, Queens County, New York",3137,1664.0,45721.0,678400.0,741.0,2354.0,74.0,60.0,116.0,0.0,0.0,60.0,473.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.07,2998.00004,1515.323608,339.4078674,7.391822815,496.17608640000003,1.5399630069999999,471.53668210000006,1924.953735,39070.0003,210499.9999,557.7745972 +36081079701,"Census Tract 797.01, Queens County, New York",7132,5299.0,32091.0,312800.0,2007.0,451.0,299.0,0.0,5621.0,0.0,155.0,57.0,549.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 797.01,7251.000026999999,916.2111815999999,390.39624019999997,39.03962326,4814.683594,0.0,993.6804199,5255.709473,37896.9991,93699.99995,1939.78125 +36081093401,"Census Tract 934.01, Queens County, New York",3596,2714.0,82250.0,632100.0,1232.0,3205.0,84.0,0.0,5.0,0.0,0.0,0.0,302.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 934.01,3869.000028,3319.356689,90.38578033,3.908574343,140.220108,0.0,296.56307979999997,2947.553711,42132.99899,268000.0046,927.3092651000001 +36081060701,"Census Tract 607.01, Queens County, New York",21,21.0,,,13.0,8.0,0.0,0.0,0.0,0.0,0.0,0.0,13.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 607.01,292.7087687,263.57034300000004,0.0,1.8542636630000002,9.271318436,0.0,18.0128479,225.4254913,52321.001189999995,239500.009,52.18427658 +36081019400,"Census Tract 194, Queens County, New York",2816,1923.0,73052.0,371500.0,288.0,17.0,1690.0,0.0,149.0,0.0,419.0,294.0,247.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 194,2740.746847,30.87609863,2411.743652,17.93804932,47.89862633,0.0,199.3748627,1632.216064,49657.56084,154875.30800000002,204.2509613 +36081019900,"Census Tract 199, Queens County, New York",830,659.0,38977.0,387500.0,56.0,140.0,196.0,8.0,68.0,0.0,0.0,0.0,426.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 199,1334.0,335.0,333.0,1.0,86.0,0.0,550.0,928.0,44659.0,215800.0,41.0 +36081007700,"Census Tract 77, Queens County, New York",1828,1392.0,81667.0,443200.0,772.0,834.0,8.0,19.0,461.0,0.0,11.0,37.0,458.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 77,1330.0,468.0,55.0,0.0,247.0,0.0,470.0,923.0,39340.0,235500.0,188.0 +36081010300,"Census Tract 103, Queens County, New York",3837,3068.0,64189.0,780000.0,1573.0,2228.0,152.0,0.0,548.0,0.0,0.0,31.0,878.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 103,4847.0,2805.0,102.0,24.0,873.0,0.0,867.0,3506.0,37413.0,316000.0,974.0 +36085015100,"Census Tract 151, Richmond County, New York",5412,3792.0,111595.0,472200.0,1626.0,3643.0,6.0,0.0,462.0,0.0,0.0,5.0,1296.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 151,5030.0,4357.0,72.0,7.0,225.0,0.0,348.0,3610.0,60152.0,229600.0,1029.0 +36085015603,"Census Tract 156.03, Richmond County, New York",4996,3564.0,89212.0,436000.0,1273.0,4327.0,14.0,0.0,145.0,0.0,0.0,0.0,510.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 156.03,4392.0,3950.0,19.0,5.0,131.0,0.0,263.0,2979.0,62534.0,208300.0,747.0 +36085018902,"Census Tract 189.02, Richmond County, New York",5513,3617.0,83767.0,550000.0,1537.0,3231.0,154.0,0.0,1378.0,0.0,9.0,320.0,421.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 189.02,4978.0,3503.0,226.0,7.0,811.0,0.0,377.0,3229.0,67269.0,246100.0,1356.0 +36085020100,"Census Tract 201, Richmond County, New York",3579,2498.0,81771.0,413400.0,741.0,2091.0,360.0,0.0,243.0,0.0,25.0,24.0,836.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 201,3428.0,2683.0,117.0,9.0,105.0,0.0,486.0,2252.0,62095.0,193400.0,488.0 +36085029102,"Census Tract 291.02, Richmond County, New York",3012,2076.0,75889.0,427800.0,552.0,1875.0,50.0,0.0,401.0,0.0,0.0,9.0,677.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 291.02,1775.869709,1417.8007810000001,21.33176804,10.66588402,89.89816284,0.0,227.7928162,1174.009155,57708.00072999999,185800.0025,190.4622192 +36085030301,"Census Tract 303.01, Richmond County, New York",4803,3296.0,67885.0,345200.0,985.0,1709.0,805.0,0.0,838.0,0.0,0.0,66.0,1385.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 303.01,4882.000000999999,2926.761593,467.3950533,16.03950533,504.09378219999996,0.01580213,873.4967365,3181.623497,50098.992860000006,136024.799,499.9010649 +36085000800,"Census Tract 8, Richmond County, New York",5843,4256.0,80440.0,404400.0,1261.0,2879.0,401.0,0.0,948.0,0.0,9.0,90.0,1516.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 8,4822.0,3209.0,143.0,12.0,382.0,0.0,908.0,3140.0,51404.0,181600.0,524.0 +36085003900,"Census Tract 39, Richmond County, New York",2431,1573.0,69539.0,497900.0,665.0,1186.0,461.0,0.0,202.0,0.0,13.0,89.0,480.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 39,2198.1991190000003,1241.125147,415.47855039999996,4.002766188,176.17841909999999,0.0,353.3893409,1570.533159,48276.940610000005,410292.1735,691.6493625 +36085012500,"Census Tract 125, Richmond County, New York",2871,1861.0,78654.0,430400.0,506.0,1340.0,482.0,0.0,64.0,0.0,0.0,64.0,921.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 125,2803.0,1495.0,499.0,12.0,115.0,0.0,657.0,1719.0,42260.0,179100.0,414.0 +36085013400,"Census Tract 134, Richmond County, New York",4087,2927.0,83201.0,555300.0,814.0,3109.0,26.0,0.0,98.0,0.0,0.0,27.0,827.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 134,3721.0,3244.0,19.0,17.0,105.0,0.0,331.0,2776.0,64542.0,257700.0,729.0 +36085002001,"Census Tract 20.01, Richmond County, New York",2648,1909.0,87768.0,361100.0,726.0,1642.0,172.0,84.0,207.0,0.0,0.0,103.0,524.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 20.01,2299.0,1694.0,76.0,1.0,184.0,1.0,326.0,1658.0,50859.0,172600.0,374.0 +36085006400,"Census Tract 64, Richmond County, New York",3501,2180.0,50750.0,427800.0,766.0,1897.0,548.0,0.0,332.0,0.0,0.0,15.0,709.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 64,3659.0,2431.0,305.0,4.0,230.0,1.0,618.0,2416.0,40069.0,212100.0,434.0 +36085011401,"Census Tract 114.01, Richmond County, New York",2848,1879.0,29444.0,406400.0,341.0,1211.0,464.0,0.0,322.0,0.0,0.0,167.0,684.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 114.01,2946.0,1878.0,345.0,16.0,153.0,0.0,529.0,2028.0,37656.0,202600.0,319.0 +36085019700,"Census Tract 197, Richmond County, New York",1805,1270.0,97083.0,475000.0,516.0,1576.0,6.0,0.0,103.0,0.0,0.0,20.0,100.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 197,1910.0,1753.0,11.0,2.0,53.0,0.0,81.0,1260.0,72935.0,213300.0,317.0 +36085013204,"Census Tract 132.04, Richmond County, New York",4682,3479.0,83262.0,526100.0,1035.0,4116.0,12.0,0.0,135.0,0.0,9.0,0.0,410.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 132.04,5138.0,4666.0,23.0,9.0,164.0,1.0,264.0,3722.0,59250.0,237400.0,716.0 +36085013800,"Census Tract 138, Richmond County, New York",6442,4873.0,96042.0,549500.0,1909.0,5353.0,0.0,0.0,407.0,0.0,0.0,14.0,668.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 138,6627.0,6175.0,19.0,9.0,125.0,0.0,282.0,4773.0,66932.0,262500.0,1126.0 +36085014700,"Census Tract 147, Richmond County, New York",3411,2475.0,87174.0,484900.0,1163.0,2840.0,90.0,0.0,106.0,0.0,0.0,15.0,360.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 147,3421.0,3082.0,90.0,6.0,69.0,0.0,162.0,2519.0,62964.0,222300.0,817.0 +36085020804,"Census Tract 208.04, Richmond County, New York",5835,4144.0,94583.0,624300.0,1400.0,4944.0,2.0,94.0,191.0,0.0,91.0,72.0,441.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 208.04,5319.3112280000005,4897.773695,18.02452823,6.003131262999999,207.2525886,1.001043755,184.2505011,3573.735681,71917.82153,291820.2566,1019.593374 +36085023900,"Census Tract 239, Richmond County, New York",3630,2171.0,65345.0,342500.0,601.0,1003.0,705.0,9.0,212.0,0.0,0.0,100.0,1610.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 239,2994.127414,1316.616333,593.8269653,11.99650383,174.94902040000002,1.999417305,854.7509154999999,1771.483765,54300.9998,159100.0024,175.94873049999998 +36085024800,"Census Tract 248, Richmond County, New York",4954,3080.0,79583.0,561700.0,854.0,4396.0,22.0,14.0,112.0,0.0,0.0,0.0,410.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 248,3868.0,3446.0,39.0,16.0,89.0,0.0,256.0,2472.0,57209.0,243100.0,369.0 +36085002100,"Census Tract 21, Richmond County, New York",4403,2781.0,54081.0,341600.0,770.0,884.0,1343.0,0.0,196.0,0.0,104.0,61.0,1815.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 21,3758.589531,1151.586445,1195.754971,18.59767675,212.31659539999998,5.0,1127.005662,2293.9706309999997,41333.41863,144315.6281,544.8613313 +36085008100,"Census Tract 81, Richmond County, New York",4501,3123.0,37176.0,393500.0,884.0,1110.0,1713.0,20.0,280.0,0.0,18.0,309.0,1051.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 81,4360.0,1899.0,1392.0,27.0,303.0,0.0,718.0,3147.0,34085.0,177300.0,658.0 +36085014604,"Census Tract 146.04, Richmond County, New York",6988,4875.0,77843.0,477800.0,1376.0,5502.0,14.0,8.0,550.0,0.0,0.0,144.0,770.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.04,6600.0,6106.0,17.0,12.0,164.0,0.0,277.0,4576.0,56152.0,224400.0,848.0 +36085014606,"Census Tract 146.06, Richmond County, New York",6687,4914.0,103060.0,388700.0,1756.0,5961.0,0.0,0.0,277.0,0.0,0.0,0.0,449.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.06,6558.0,5857.0,31.0,3.0,235.0,0.0,408.0,4122.0,61024.0,214300.0,997.0 +36085017005,"Census Tract 170.05, Richmond County, New York",5082,3678.0,101489.0,541100.0,1427.0,4348.0,3.0,0.0,327.0,0.0,0.0,0.0,404.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.05,3968.0,3668.0,4.0,4.0,145.0,0.0,136.0,2619.0,66348.0,291900.0,659.0 +36085017300,"Census Tract 173, Richmond County, New York",2599,1702.0,33947.0,540100.0,461.0,880.0,570.0,0.0,571.0,0.0,0.0,100.0,478.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 173,2540.0,1278.0,436.0,19.0,380.0,1.0,423.0,1574.0,39609.0,252700.0,332.0 +36085017600,"Census Tract 176, Richmond County, New York",4729,3437.0,111339.0,694200.0,1524.0,4376.0,27.0,0.0,67.0,13.0,0.0,27.0,219.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 176,4812.0,4398.0,21.0,3.0,172.0,0.0,204.0,3086.0,75710.0,391500.0,844.0 +36085020801,"Census Tract 208.01, Richmond County, New York",9382,6512.0,84931.0,488900.0,1942.0,8028.0,0.0,0.0,422.0,0.0,0.0,15.0,917.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 208.01,8256.688598,7227.226073999999,46.975471500000005,5.99686861,483.74740599999996,1.998956203,479.7494812,5239.26416,60528.00219,189499.9945,1136.406616 +36085022600,"Census Tract 226, Richmond County, New York",8080,5483.0,105475.0,538400.0,2072.0,7012.0,152.0,22.0,367.0,0.0,0.0,0.0,527.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 226,6063.0001649999995,4601.641113000001,540.4345703,7.947566986,192.7285004,0.0,692.4317627,4207.243164,61277.99845,281300.0029,854.3634643999999 +36085023100,"Census Tract 231, Richmond County, New York",4590,2949.0,67419.0,343000.0,569.0,841.0,1266.0,0.0,674.0,0.0,0.0,72.0,1737.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 231,3281.0,1150.0,889.0,8.0,155.0,0.0,1041.0,2034.0,46827.0,154000.0,349.0 +36085031902,"Census Tract 319.02, Richmond County, New York",5140,2887.0,36932.0,284800.0,752.0,446.0,2663.0,36.0,47.0,0.0,28.0,150.0,1806.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 319.02,4131.0,716.3067766,2316.3479850000003,30.0018315,106.05219779999999,0.0,938.2866300000001,2144.663919,32239.80025,139185.4646,334.1346154 +36085013201,"Census Tract 132.01, Richmond County, New York",1559,1129.0,105294.0,557700.0,424.0,1335.0,25.0,0.0,81.0,0.0,0.0,0.0,118.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 132.01,1569.0,1450.0,6.0,2.0,49.0,0.0,58.0,1209.0,67898.0,257100.0,357.0 +36085014100,"Census Tract 141, Richmond County, New York",2329,1600.0,65227.0,356400.0,506.0,759.0,303.0,0.0,255.0,0.0,39.0,17.0,956.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 141,2142.0,1231.0,307.0,6.0,124.0,1.0,461.0,1400.0,41528.0,164200.0,253.0 +36085000600,"Census Tract 6, Richmond County, New York",2217,1873.0,32778.0,435900.0,566.0,1402.0,95.0,0.0,275.0,0.0,0.0,44.0,401.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 6,2533.9999980000002,1825.3870960000002,144.0967741,8.096774191,172.4516129,0.0,358.7096767,1926.6129039999998,41232.57333,169660.9117,489.1612892 +36085001800,"Census Tract 18, Richmond County, New York",572,339.0,83438.0,,145.0,336.0,78.0,10.0,10.0,0.0,0.0,49.0,89.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 18,1049.99999,648.3552856000001,151.97367859999997,0.986842096,32.56578827,0.0,210.1973724,625.6578979,33408.998830000004,207499.99800000002,119.40789029999999 +36085003300,"Census Tract 33, Richmond County, New York",3571,2593.0,77556.0,481500.0,1087.0,1811.0,918.0,0.0,314.0,0.0,0.0,0.0,528.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 33,3177.800925,1625.8748779999999,691.5214844,3.997233868,257.8215942,0.0,562.6106567,2215.466797,55568.00195,189399.9906,938.3506470000001 +36085007000,"Census Tract 70, Richmond County, New York",8895,6102.0,67163.0,400400.0,1525.0,5807.0,517.0,263.0,820.0,0.0,19.0,27.0,1669.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 70,7298.0,5867.0,183.0,18.0,297.0,0.0,831.0,5061.0,51510.0,198000.0,725.0 +36085010500,"Census Tract 105, Richmond County, New York",4663,3078.0,67865.0,386900.0,1019.0,2102.0,621.0,0.0,385.0,0.0,0.0,43.0,1512.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 105,4415.0,2394.0,906.0,11.0,268.0,0.0,780.0,2876.0,50586.0,187400.0,621.0 +36085011201,"Census Tract 112.01, Richmond County, New York",6007,4241.0,66404.0,424200.0,1274.0,4651.0,53.0,0.0,433.0,0.0,0.0,0.0,870.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 112.01,5590.0,4790.0,21.0,19.0,279.0,0.0,466.0,3699.0,54732.0,208900.0,658.0 +36085015602,"Census Tract 156.02, Richmond County, New York",3378,2352.0,100150.0,547200.0,771.0,3183.0,20.0,0.0,52.0,0.0,0.0,13.0,110.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 156.02,3512.0,3250.0,9.0,12.0,108.0,0.0,125.0,2504.0,72292.0,240900.0,602.0 +36085017700,"Census Tract 177, Richmond County, New York",6293,4536.0,102292.0,737700.0,2145.0,4919.0,53.0,0.0,987.0,14.0,0.0,88.0,232.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 177,6920.0,5759.0,51.0,12.0,802.0,0.0,253.0,5054.0,86909.4188,364931.9149,1925.0 +36085027301,"Census Tract 273.01, Richmond County, New York",3835,2676.0,71150.0,395100.0,983.0,2424.0,84.0,0.0,723.0,0.0,38.0,97.0,469.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 273.01,3652.0,2841.0,89.0,6.0,441.0,0.0,247.0,2607.0,62989.0,171800.0,697.0 +36085027704,"Census Tract 277.04, Richmond County, New York",4568,3226.0,101221.0,479100.0,966.0,3528.0,10.0,15.0,647.0,0.0,0.0,44.0,339.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.04,3939.0,3030.0,56.0,4.0,520.0,1.0,261.0,2556.0,58804.0,246300.0,732.0 +36085032300,"Census Tract 323, Richmond County, New York",1136,801.0,69239.0,251600.0,122.0,258.0,519.0,0.0,10.0,0.0,12.0,4.0,333.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 323,1017.0000210000001,311.9917603,353.9010925,1.862637401,53.08516693,0.0,291.5027466,675.2060547,51071.00084,107100.0041,136.9038544 +36085004000,"Census Tract 40, Richmond County, New York",12211,7723.0,39222.0,346100.0,2028.0,1005.0,4708.0,211.0,1372.0,0.0,21.0,447.0,4447.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 40,11105.0,1527.0,6233.0,46.0,804.0,0.0,2381.0,6137.0,30616.0,142100.0,930.0 +36085012804,"Census Tract 128.04, Richmond County, New York",4133,2874.0,74333.0,389600.0,768.0,3021.0,33.0,0.0,291.0,0.0,0.0,0.0,788.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 128.04,3903.000001,3233.466021,10.365695800000001,17.03883495,248.2459548,0.0,324.70226549999995,2622.964401,47778.509739999994,191118.0093,349.35922339999996 +36085013302,"Census Tract 133.02, Richmond County, New York",2835,1750.0,39965.0,346500.0,304.0,230.0,1246.0,0.0,271.0,0.0,0.0,95.0,993.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 133.02,2764.0,619.1026393,1068.366569,15.00293255,109.13489740000001,0.0,924.3548387,1380.442815,36059.290239999995,147223.7239,188.6715543 +36085015400,"Census Tract 154, Richmond County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 154,7.0,2.0,0.0,0.0,5.0,0.0,0.0,0.0,,,0.0 +36085016901,"Census Tract 169.01, Richmond County, New York",3199,2229.0,71331.0,465000.0,802.0,2384.0,119.0,0.0,249.0,0.0,0.0,21.0,426.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 169.01,2971.0,2382.0,14.0,3.0,288.0,0.0,233.0,2143.0,68403.0,235200.0,544.0 +36085017007,"Census Tract 170.07, Richmond County, New York",5564,3635.0,84091.0,323200.0,1155.0,3283.0,344.0,0.0,830.0,0.0,0.0,94.0,1013.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.07,3006.0,2161.0,116.0,3.0,273.0,0.0,421.0,1997.0,57500.0,154200.0,350.0 +36085027302,"Census Tract 273.02, Richmond County, New York",3385,2338.0,74948.0,542600.0,1096.0,2541.0,73.0,0.0,472.0,0.0,0.0,27.0,272.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 273.02,3932.0,3032.0,78.0,6.0,588.0,0.0,173.0,2405.0,68017.0,249100.0,1144.0 +36085027702,"Census Tract 277.02, Richmond County, New York",6855,4995.0,63362.0,324000.0,1561.0,4208.0,83.0,42.0,1162.0,0.0,0.0,0.0,1378.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.02,5883.0,4116.0,157.0,17.0,988.0,1.0,569.0,4459.0,50164.0,116400.0,1211.0 +36085027900,"Census Tract 279, Richmond County, New York",2144,1624.0,103182.0,786900.0,528.0,1787.0,66.0,0.0,109.0,0.0,0.0,20.0,162.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 279,2092.9999940000002,1949.841095,8.460742116,6.561823905,46.19902229,0.0,76.73874664,1556.261139,72204.18356,381287.0136,432.885891 +36085030302,"Census Tract 303.02, Richmond County, New York",6560,4188.0,76417.0,328300.0,1315.0,2190.0,780.0,0.0,813.0,0.0,57.0,196.0,2524.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 303.02,6125.0,2678.0,1015.0,30.0,659.0,0.0,1592.0,3525.0,51867.0,163800.0,697.0 +36085014605,"Census Tract 146.05, Richmond County, New York",3680,2790.0,107589.0,541900.0,1018.0,3172.0,9.0,0.0,70.0,0.0,0.0,0.0,429.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.05,3927.0,3642.0,12.0,7.0,89.0,0.0,171.0,2669.0,63222.0,242300.0,662.0 +36085017008,"Census Tract 170.08, Richmond County, New York",7720,5592.0,78750.0,481900.0,1773.0,6838.0,56.0,0.0,371.0,0.0,0.0,41.0,414.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.08,8230.0,7416.0,22.0,6.0,380.0,1.0,371.0,5290.0,71632.0,226700.0,1213.0 +36085002900,"Census Tract 29, Richmond County, New York",4982,3244.0,28793.0,325000.0,465.0,342.0,2149.0,0.0,168.0,0.0,32.0,31.0,2260.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 29,5301.0,561.0,2879.0,38.0,100.0,0.0,1666.0,2486.0,17019.0,145900.0,236.0 +36085005900,"Census Tract 59, Richmond County, New York",2986,2133.0,81691.0,517300.0,1110.0,2125.0,132.0,0.0,225.0,0.0,0.0,24.0,480.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 59,2633.0,2245.0,91.0,5.0,139.0,0.0,144.0,1936.0,59811.0,245000.0,839.0 +36085007500,"Census Tract 75, Richmond County, New York",4060,2682.0,50688.0,448300.0,498.0,1638.0,550.0,0.0,95.0,0.0,0.0,193.0,1584.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 75,3693.0,1968.0,694.0,5.0,205.0,0.0,771.0,2615.0,49393.0,191400.0,583.0 +36085009700,"Census Tract 97, Richmond County, New York",4526,2900.0,70985.0,408400.0,901.0,1588.0,1569.0,0.0,66.0,0.0,0.0,22.0,1281.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 97,3818.0,1758.0,1137.0,22.0,107.0,0.0,757.0,2293.0,45938.0,171300.0,638.0 +36085011402,"Census Tract 114.02, Richmond County, New York",3743,2737.0,80957.0,468000.0,820.0,3016.0,66.0,0.0,277.0,0.0,0.0,41.0,343.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 114.02,3254.0,2705.0,43.0,9.0,141.0,0.0,334.0,2380.0,57469.0,219300.0,438.0 +36085012100,"Census Tract 121, Richmond County, New York",3228,2307.0,103750.0,522400.0,1162.0,2335.0,30.0,10.0,118.0,0.0,0.0,33.0,712.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 121,3187.0,2869.0,27.0,5.0,109.0,0.0,161.0,2200.0,76675.0,231200.0,871.0 +36085002002,"Census Tract 20.02, Richmond County, New York",3467,2548.0,95588.0,491500.0,1213.0,2743.0,65.0,0.0,369.0,0.0,15.0,131.0,144.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 20.02,3236.0,2433.644737,126.02631570000001,13.01315789,297.4342105,0.0,293.8026316,2282.342105,51664.47143,223094.6885,585.5921053 +36085003600,"Census Tract 36, Richmond County, New York",2769,1831.0,70573.0,380800.0,506.0,1153.0,178.0,0.0,462.0,0.0,0.0,38.0,938.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 36,2173.0,1378.0,52.0,4.0,277.0,1.0,363.0,1367.0,50671.0,176400.0,258.0 +36085011202,"Census Tract 112.02, Richmond County, New York",5417,3798.0,79525.0,366800.0,1133.0,3228.0,235.0,22.0,734.0,0.0,13.0,28.0,1157.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 112.02,5605.0,4247.0,81.0,14.0,308.0,0.0,906.0,3677.0,53274.0,179100.0,559.0 +36085029103,"Census Tract 291.03, Richmond County, New York",8151,5678.0,81726.0,523800.0,1532.0,5959.0,18.0,0.0,1051.0,88.0,0.0,48.0,987.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 291.03,7577.668565000001,6456.289962,70.06883017,7.013646932,395.9256691,0.000867169,600.307528,5242.220865,61948.59266,243686.5537,1220.842907 +36085001100,"Census Tract 11, Richmond County, New York",3346,2191.0,44343.0,326200.0,774.0,489.0,1566.0,0.0,85.0,0.0,42.0,144.0,1020.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 11,3705.0,1002.0,1326.0,37.0,192.0,0.0,1108.0,2216.0,37321.0,133800.0,632.0 +36085022300,"Census Tract 223, Richmond County, New York",2684,1524.0,62054.0,334600.0,440.0,495.0,1070.0,54.0,117.0,0.0,0.0,15.0,965.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 223,2264.872667,918.9853889000001,587.392857,2.030969025,48.83395761,0.000582749,683.5485758,1345.475108,35938.57975,139482.4872,159.0705128 +36085017009,"Census Tract 170.09, Richmond County, New York",4525,3282.0,104393.0,631100.0,1228.0,3896.0,17.0,0.0,119.0,0.0,0.0,68.0,425.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.09,4482.0,4147.0,8.0,16.0,124.0,0.0,186.0,3028.0,75457.0,322700.0,769.0 +36085020700,"Census Tract 207, Richmond County, New York",5372,3435.0,31250.0,337900.0,427.0,468.0,1508.0,0.0,132.0,0.0,3.0,32.0,3229.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 207,5142.059159,1201.536692,1880.937266,8.463151246,127.7704582,0.0,1870.4680329999999,2995.810036,32982.76235,146384.2777,373.6010833 +36085020803,"Census Tract 208.03, Richmond County, New York",6927,4864.0,112473.0,614400.0,1862.0,5971.0,10.0,0.0,279.0,0.0,0.0,54.0,613.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 208.03,5318.0,4807.0,13.0,2.0,201.0,0.0,269.0,3309.0,70885.0,283700.0,781.0 +36085024700,"Census Tract 247, Richmond County, New York",2755,1832.0,56875.0,365700.0,429.0,724.0,569.0,0.0,255.0,2.0,17.0,94.0,1094.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 247,2353.0,1282.0,355.0,15.0,128.0,2.0,542.0,1511.0,41964.0,168700.0,146.0 +36085025100,"Census Tract 251, Richmond County, New York",6220,4548.0,100152.0,464300.0,1448.0,4834.0,19.0,0.0,397.0,0.0,17.0,103.0,850.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 251,5775.999956000001,5118.238281,49.60494614,4.960494518,262.90621949999996,1.984197855,313.5032654,4096.376465,63750.00144,226900.0045,992.0989380000001 +36085029104,"Census Tract 291.04, Richmond County, New York",7715,5047.0,89894.0,438500.0,1440.0,4960.0,719.0,0.0,378.0,0.0,0.0,86.0,1572.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 291.04,6939.0,4988.0,199.0,22.0,822.0,3.0,837.0,4527.0,62260.0,193200.0,1038.0 +36085004700,"Census Tract 47, Richmond County, New York",3127,1837.0,69290.0,439800.0,872.0,2437.0,240.0,27.0,248.0,0.0,0.0,28.0,147.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 47,3353.0,2515.0,203.0,11.0,255.0,1.0,345.0,1754.0,57500.0,223700.0,582.0 +36085005000,"Census Tract 50, Richmond County, New York",4105,2797.0,67361.0,460300.0,1080.0,2353.0,468.0,0.0,697.0,0.0,9.0,5.0,573.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 50,3649.0,2771.0,97.0,2.0,305.0,0.0,429.0,2568.0,48600.0,195600.0,705.0 +36085007400,"Census Tract 74, Richmond County, New York",4583,3161.0,77413.0,415800.0,1025.0,2788.0,121.0,0.0,727.0,0.0,127.0,50.0,770.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 74,3644.0,2565.0,74.0,6.0,284.0,1.0,681.0,2419.0,30604.0,187200.0,227.0 +36085009601,"Census Tract 96.01, Richmond County, New York",3984,3133.0,66927.0,508400.0,987.0,2758.0,99.0,95.0,355.0,0.0,0.0,65.0,612.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 96.01,3843.0,3287.0,32.0,0.0,180.0,0.0,325.0,2995.0,44599.0,242900.0,599.0 +36085009602,"Census Tract 96.02, Richmond County, New York",3367,2528.0,83308.0,476000.0,874.0,2687.0,72.0,0.0,278.0,0.0,9.0,0.0,321.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 96.02,3340.0,2844.0,37.0,4.0,199.0,0.0,222.0,2382.0,52596.0,224700.0,480.0 +36085012200,"Census Tract 122, Richmond County, New York",3753,2787.0,95556.0,522900.0,1084.0,3239.0,8.0,0.0,242.0,0.0,8.0,15.0,241.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 122,3759.0,3419.0,22.0,9.0,96.0,0.0,204.0,2744.0,55705.0,254200.0,717.0 +36085013203,"Census Tract 132.03, Richmond County, New York",5744,4210.0,80500.0,482800.0,1539.0,4308.0,243.0,0.0,348.0,0.0,0.0,0.0,845.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 132.03,5491.0,5046.0,18.0,15.0,110.0,0.0,283.0,3876.0,63533.0,247000.0,790.0 +36085015601,"Census Tract 156.01, Richmond County, New York",6470,4587.0,104760.0,487400.0,1539.0,5701.0,4.0,43.0,313.0,0.0,0.0,0.0,429.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 156.01,6437.0,5926.0,19.0,9.0,126.0,0.0,334.0,4492.0,61463.0,229600.0,1062.0 +36085018701,"Census Tract 187.01, Richmond County, New York",1898,1362.0,97228.0,471600.0,461.0,1331.0,5.0,0.0,235.0,0.0,0.0,73.0,254.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 187.01,1740.0,1315.0,56.0,12.0,113.0,0.0,177.0,1165.0,57763.0,206200.0,248.0 +36085018702,"Census Tract 187.02, Richmond County, New York",7877,5838.0,103802.0,487500.0,1711.0,3794.0,446.0,16.0,2809.0,0.0,0.0,184.0,644.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 187.02,7323.0,4699.0,427.0,32.0,1458.0,4.0,672.0,5124.0,61377.0,228600.0,1276.0 +36085018901,"Census Tract 189.01, Richmond County, New York",4931,3482.0,58902.0,459900.0,879.0,3457.0,205.0,0.0,597.0,0.0,0.0,67.0,605.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 189.01,5290.0,4421.0,53.0,15.0,438.0,0.0,277.0,3911.0,57538.0,214300.0,809.0 +36085021300,"Census Tract 213, Richmond County, New York",5119,3325.0,61726.0,329900.0,755.0,1604.0,701.0,141.0,257.0,0.0,201.0,182.0,2165.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 213,4770.940873,2718.437042,693.8578033,15.72701883,116.086339,2.0,1202.378632,2976.7600399999997,46747.22204,159401.9978,452.14475250000004 +36085000700,"Census Tract 7, Richmond County, New York",6051,3666.0,40147.0,271600.0,1164.0,886.0,2313.0,0.0,145.0,0.0,39.0,808.0,1860.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 7,4947.0,1025.0,2308.0,36.0,276.0,0.0,1255.0,3048.0,35843.0,152100.0,957.0 +36085000300,"Census Tract 3, Richmond County, New York",1927,1538.0,72386.0,409800.0,781.0,768.0,245.0,10.0,396.0,0.0,0.0,36.0,482.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 3,1935.410446,737.6309813999999,430.44912719999996,7.2835930289999995,372.0452795,0.0,344.3147583,1282.527771,39398.80282,165545.9772,460.9428024 +36085000900,"Census Tract 9, Richmond County, New York",1757,1035.0,55250.0,391500.0,340.0,367.0,823.0,0.0,105.0,0.0,4.0,57.0,401.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 9,2109.0,623.0,859.0,17.0,90.0,0.0,505.0,1424.0,35703.0,165200.0,458.0 +36085002700,"Census Tract 27, Richmond County, New York",2376,1474.0,25938.0,370600.0,216.0,617.0,631.0,0.0,62.0,0.0,23.0,241.0,802.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 27,1787.999979,713.4189453,464.0686035,5.93691206,68.27449036,0.0,500.6795654,1313.0469970000001,30226.99974,143200.0003,135.559494 +36085007700,"Census Tract 77, Richmond County, New York",1370,784.0,42917.0,297100.0,169.0,201.0,539.0,0.0,80.0,0.0,10.0,20.0,520.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 77,1566.0,255.0,738.0,8.0,51.0,0.0,502.0,830.0,43583.0,148200.0,134.0 +36085017010,"Census Tract 170.10, Richmond County, New York",8886,6177.0,78736.0,375900.0,1827.0,6603.0,45.0,15.0,540.0,19.0,18.0,92.0,1554.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.10,9278.0,7666.0,188.0,20.0,490.0,0.0,884.0,5735.0,67774.0,173300.0,1429.0 +36085031901,"Census Tract 319.01, Richmond County, New York",2737,1702.0,9053.0,304300.0,244.0,184.0,1562.0,0.0,91.0,0.0,0.0,0.0,900.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 319.01,3262.0,257.0,1888.0,12.0,83.0,0.0,985.0,1606.0,26821.0,132500.0,156.0 +36085001700,"Census Tract 17, Richmond County, New York",1452,998.0,41154.0,490400.0,466.0,553.0,310.0,0.0,119.0,0.0,0.0,45.0,425.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 17,1672.0,661.0,314.0,8.0,185.0,0.0,472.0,1121.0,44444.0,208900.0,433.0 +36085013301,"Census Tract 133.01, Richmond County, New York",1380,786.0,13485.0,,94.0,115.0,548.0,4.0,0.0,0.0,0.0,91.0,626.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 133.01,1705.0,92.0,964.0,12.0,52.0,0.0,581.0,850.0,12300.0,,36.0 +36085022800,"Census Tract 228, Richmond County, New York",27,13.0,,,0.0,27.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 228,599.1302221,476.96653200000003,10.27065932,3.390245593,29.58194377,0.0,76.09229466,397.5150485,57944.47482,191556.549,65.81865877 +36085024401,"Census Tract 244.01, Richmond County, New York",6622,4195.0,78889.0,699000.0,1431.0,5586.0,0.0,0.0,145.0,0.0,0.0,74.0,817.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 244.01,5000.999787,4609.30127,25.00202179,8.334007263,112.5091019,0.0,233.3522034,3220.498535,68073.00186,294000.0085,742.9172363 +36085024402,"Census Tract 244.02, Richmond County, New York",4630,3105.0,91094.0,644000.0,1417.0,4117.0,31.0,0.0,208.0,0.0,0.0,0.0,274.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 244.02,3399.999962,3133.6982420000004,16.9979763,5.66599226,76.4908905,0.0,158.6477814,2189.501221,68072.99932999999,294000.0063,505.08273319999995 +36085027705,"Census Tract 277.05, Richmond County, New York",5754,4359.0,78158.0,478400.0,1317.0,3920.0,74.0,0.0,1138.0,0.0,0.0,161.0,461.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.05,5725.00003,4254.09668,78.98337555,12.94809437,846.8053589,0.64740473,466.1314087,3723.8720700000003,56345.99882000001,229199.9994,1110.299072 +36085027706,"Census Tract 277.06, Richmond County, New York",3658,2452.0,80286.0,482500.0,808.0,1988.0,316.0,0.0,746.0,0.0,18.0,48.0,542.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.06,3110.33169,2311.205322,42.91083145,7.0345621110000005,460.0603638,0.35172811200000004,253.2442474,2023.140137,56346.00112000001,229200.0062,603.2136841 +36085990100,"Census Tract 9901, Richmond County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36085006700,"Census Tract 67, Richmond County, New York",2650,1875.0,103265.0,569100.0,791.0,2280.0,40.0,0.0,122.0,0.0,9.0,17.0,182.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 67,2856.0,2360.0,123.0,0.0,158.0,3.0,208.0,1974.0,71909.07338999999,256718.8092,886.0 +36085018100,"Census Tract 181, Richmond County, New York",3038,2402.0,118000.0,748700.0,1145.0,2216.0,22.0,0.0,426.0,0.0,8.0,34.0,332.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 181,3084.0,2632.0,48.0,0.0,181.0,0.0,216.0,2309.0,68132.61932,364000.0,782.0 +36085019800,"Census Tract 198, Richmond County, New York",6552,4688.0,106000.0,650700.0,1503.0,5860.0,90.0,27.0,165.0,0.0,0.0,55.0,355.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 198,5059.0,4607.0,77.0,5.0,161.0,1.0,200.0,3390.0,66072.66335,288877.6952,834.0 +36085012805,"Census Tract 128.05, Richmond County, New York",2570,1808.0,73636.0,434300.0,344.0,2023.0,8.0,0.0,68.0,0.0,0.0,10.0,461.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 128.05,2963.3485769999998,2500.0463870000003,37.36841583,3.968327522,127.3171768,0.0,276.12945560000003,2040.051025,45870.99909,210099.9939,343.2603455 +36085017011,"Census Tract 170.11, Richmond County, New York",4547,3340.0,87301.0,494400.0,1054.0,4020.0,4.0,0.0,147.0,0.0,0.0,33.0,343.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.11,4480.000036,4048.6293950000004,9.927977562,9.431578636000001,176.2216034,0.0,220.89750669999998,3077.1767579999996,65526.00106,254499.9975,651.7717285 +36085012806,"Census Tract 128.06, Richmond County, New York",5658,3808.0,56711.0,416400.0,849.0,3776.0,496.0,0.0,239.0,0.0,116.0,160.0,871.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 128.06,5968.651528,5035.487793,75.2658844,7.992837906,256.4368896,0.0,556.1682739,4108.984863000001,45870.99817,210099.9984,691.3804321 +36085014607,"Census Tract 146.07, Richmond County, New York",4539,3243.0,74630.0,462200.0,904.0,3611.0,54.0,0.0,530.0,0.0,0.0,64.0,280.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.07,4655.000092,4161.181152,21.11725044,8.122019768,161.8989258,0.0,285.35360719999994,3169.753418,64892.001339999995,220799.9932,619.980835 +36085014608,"Census Tract 146.08, Richmond County, New York",3617,2595.0,96616.0,449800.0,776.0,2833.0,0.0,0.0,76.0,0.0,0.0,27.0,681.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.08,3620.0001060000004,3235.977783,16.42200851,6.316156864,125.9020615,0.0,221.90765380000002,2464.985596,64892.00276,220800.0001,482.1333313 +36085017012,"Census Tract 170.12, Richmond County, New York",4526,3290.0,91131.0,518500.0,966.0,3614.0,23.0,11.0,138.0,0.0,0.0,70.0,681.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.12,4545.000233,4107.370605,10.07202244,9.568421363999999,178.7783966,0.0,224.1025085,3121.823486,65525.997910000006,254499.9924,661.2282715 +36087012000,"Census Tract 120, Rockland County, New York",3764,3075.0,87500.0,233900.0,1643.0,3122.0,112.0,0.0,309.0,0.0,0.0,72.0,149.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 120,3775.101615,3426.865176,101.00541209999999,2.950237025,100.07213929999999,0.0,138.3148401,2988.145321,62067.29035,136175.305,1398.39678 +36087010803,"Census Tract 108.03, Rockland County, New York",5306,3735.0,121558.0,474900.0,2280.0,3836.0,194.0,0.0,613.0,0.0,0.0,142.0,521.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 108.03,5736.0,4674.0,134.0,9.0,477.0,0.0,424.0,3902.0,87642.0,289500.0,1971.0 +36087011301,"Census Tract 113.01, Rockland County, New York",8277,5587.0,51181.0,287300.0,1484.0,1671.0,3280.0,54.0,634.0,0.0,47.0,247.0,2398.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 113.01,5282.967954,1558.647383,2571.799388,25.84888494,427.51453849999996,0.0,679.3581074,3232.237093,57576.3615,141899.5792,1135.160437 +36087011502,"Census Tract 115.02, Rockland County, New York",7755,4786.0,99323.0,464200.0,1697.0,4311.0,1126.0,0.0,534.0,0.0,0.0,118.0,1666.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 115.02,6933.705746,4394.3613,1138.850137,17.90273106,616.5875817000001,0.0,727.0010013,4347.209049,90871.99003,244771.2242,1970.49722 +36087012202,"Census Tract 122.02, Rockland County, New York",6479,3903.0,47560.0,121200.0,697.0,506.0,3713.0,0.0,312.0,0.0,61.0,149.0,1738.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 122.02,5649.149359,507.06553360000004,3813.9997789999998,24.72451966,630.3111872999999,0.0,646.2604198,3345.604504,41046.82727,79909.29828999999,474.1398716 +36087013100,"Census Tract 131, Rockland County, New York",6265,4791.0,69286.0,463600.0,2451.0,3155.0,1239.0,0.0,239.0,0.0,98.0,264.0,1270.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 131,6073.271383,3774.010874,1555.37286,16.97177448,176.75895469999998,0.0,523.2026023,4573.117621,55230.11505,242877.4858,2016.7838239999999 +36087013200,"Census Tract 132, Rockland County, New York",3546,2267.0,99643.0,462600.0,1359.0,2363.0,501.0,28.0,181.0,0.0,0.0,126.0,347.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 132,3466.3845579999997,2353.6228920000003,619.6802123,9.981006122,218.6065651,0.997836411,239.54377709999997,2157.997142,53005.8579,260863.1036,1099.9120189999999 +36087010101,"Census Tract 101.01, Rockland County, New York",5990,3988.0,118889.0,488300.0,1816.0,4570.0,440.0,29.0,149.0,0.0,0.0,26.0,776.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 101.01,4908.839131000001,4399.648977000001,82.07810622,7.003271465,108.0584774,0.0008178660000000001,288.0466184,3201.582321,83245.4494,300498.6555,1154.311607 +36087010501,"Census Tract 105.01, Rockland County, New York",5555,3908.0,122614.0,373000.0,1627.0,3263.0,555.0,0.0,424.0,0.0,0.0,30.0,1283.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 105.01,4901.330243,3926.001568,182.74423969999998,7.542793535,149.91362949999998,0.056581168,624.6457791,3324.546453,79340.98591,224457.7371,1068.627712 +36087011000,"Census Tract 110, Rockland County, New York",2204,1497.0,127167.0,531400.0,961.0,1836.0,143.0,4.0,65.0,0.0,3.0,39.0,118.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 110,1847.940813,1657.513,67.81986713,1.015994083,43.70284525,0.0,76.85553533,1352.210391,90901.58491,329428.1323,832.9291985 +36087011101,"Census Tract 111.01, Rockland County, New York",6672,4812.0,109059.0,413600.0,1977.0,3704.0,373.0,24.0,880.0,0.0,0.0,81.0,1634.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 111.01,6066.044707,4627.040172,182.00158380000002,14.000024,785.0010559,1.0,440.0018478,4315.032708,79933.09917,224600.9649,1584.020182 +36087011302,"Census Tract 113.02, Rockland County, New York",5281,3737.0,120313.0,443600.0,1567.0,3432.0,335.0,5.0,758.0,0.0,0.0,29.0,722.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 113.02,5239.130409,3996.234619,296.49804689999996,7.986479282,550.0687866000001,0.0,384.3493042,3411.224854,88433.99985,246900.009,1298.8011470000001 +36087013001,"Census Tract 130.01, Rockland County, New York",2897,2173.0,121750.0,446000.0,900.0,2160.0,199.0,17.0,178.0,0.0,6.0,75.0,271.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 130.01,2930.316641,2207.0024129999997,300.02038619999996,2.004217826,225.19894080000003,0.0,193.0868169,2098.513497,71069.57191,254918.9467,580.680476 +36087013002,"Census Tract 130.02, Rockland County, New York",5715,3574.0,117561.0,484700.0,1964.0,4415.0,98.0,0.0,445.0,0.0,0.0,51.0,706.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 130.02,4857.417226,3924.913086,111.94047549999999,13.99255943,510.72842410000004,0.0,273.8544006,3341.223389,80142.99764,256800.0079,1421.244263 +36087010802,"Census Tract 108.02, Rockland County, New York",5046,3644.0,143125.0,549600.0,2544.0,4033.0,42.0,9.0,655.0,0.0,0.0,9.0,298.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 108.02,5699.749065,4961.305385000001,106.26026850000001,11.17761723,373.913748,0.000433835,236.86783309999998,3909.359261,108801.9763,332470.6151,2261.257803 +36087011601,"Census Tract 116.01, Rockland County, New York",3428,2229.0,137679.0,582400.0,1442.0,3102.0,19.0,0.0,138.0,0.0,5.0,45.0,119.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 116.01,3302.953963,3042.530222,54.00429669,4.3421151469999995,88.00924721,0.047329025,102.62690740000001,2023.4245429999999,98481.9646,317140.2439,1157.93174 +36087012700,"Census Tract 127, Rockland County, New York",4503,2969.0,73611.0,430100.0,1314.0,3442.0,41.0,94.0,192.0,0.0,0.0,42.0,692.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 127,4158.0,3795.0,37.0,9.0,111.0,0.0,203.0,2948.0,58385.0,233200.0,966.0 +36087012103,"Census Tract 121.03, Rockland County, New York",5802,2052.0,55000.0,670500.0,385.0,5786.0,8.0,0.0,0.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 121.03,4783.0,4602.0,32.0,0.0,28.0,0.0,108.0,1847.0,42500.0,260600.0,608.0 +36087012300,"Census Tract 123, Rockland County, New York",6096,3217.0,38077.0,341000.0,303.0,887.0,1502.0,4.0,14.0,0.0,164.0,0.0,3525.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 123,4307.387212,462.5300694,2891.438489,30.16620966,50.57080729,0.0,854.08616,2424.983068,39805.95667,142400.6697,218.84808769999998 +36087012600,"Census Tract 126, Rockland County, New York",6339,4376.0,122599.0,432400.0,1872.0,5249.0,281.0,132.0,329.0,0.0,0.0,0.0,348.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 126,6170.939267,5760.248067,30.4028697,6.014152907000001,199.5815371,0.0,168.6612027,4233.430627000001,81158.58725,248384.8522,1681.953284 +36087012502,"Census Tract 125.02, Rockland County, New York",5454,3608.0,108958.0,434200.0,1707.0,3251.0,1053.0,0.0,274.0,0.0,50.0,204.0,622.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 125.02,5341.9302210000005,3670.517514,813.0990924,9.999367286,396.3497089,0.0,431.98948269999994,3868.34424,85755.04493999999,238220.0677,1647.245447 +36087011602,"Census Tract 116.02, Rockland County, New York",6186,3984.0,89559.0,666700.0,1926.0,4924.0,414.0,0.0,459.0,0.0,0.0,0.0,389.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 116.02,4819.212584000001,4410.804688,69.7281723,8.965050697,132.4835205,0.0,176.31265259999998,2928.5830079999996,79410.99945,302400.0121,1344.757568 +36087010801,"Census Tract 108.01, Rockland County, New York",4661,3277.0,150962.0,604500.0,2157.0,3539.0,420.0,15.0,292.0,0.0,13.0,95.0,287.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 108.01,4298.564542,3705.315983,166.02964440000002,0.10807555,233.5869079,0.0,188.3774132,2950.531487,115148.7718,357299.1711,1966.9619969999999 +36087010702,"Census Tract 107.02, Rockland County, New York",3558,2187.0,44826.0,255000.0,295.0,187.0,87.0,0.0,41.0,0.0,0.0,0.0,3243.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 107.02,3703.0,718.0,395.0,19.0,28.0,1.0,2539.0,2134.0,39677.0,152700.0,213.0 +36087011403,"Census Tract 114.03, Rockland County, New York",5757,3981.0,117600.0,468400.0,2147.0,4218.0,286.0,0.0,516.0,0.0,37.0,61.0,639.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 114.03,5442.0,4832.0,45.0,5.0,314.0,0.0,236.0,3890.0,91345.0,251600.0,1945.0 +36087012203,"Census Tract 122.03, Rockland County, New York",3229,1354.0,40833.0,427800.0,372.0,3148.0,31.0,4.0,5.0,6.0,0.0,5.0,30.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 122.03,1836.7082100000002,1358.330644,251.70405440000002,1.859755544,38.58021108,0.0,172.83901,783.4366403,45400.07862,218886.9187,228.0815159 +36087013402,"Census Tract 134.02, Rockland County, New York",4111,2861.0,120795.0,467800.0,1476.0,3035.0,110.0,19.0,462.0,0.0,0.0,53.0,432.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 134.02,4219.081442000001,3418.7840579999997,78.50259059999999,10.47371632,415.96248260000004,0.0,276.4117023,2858.141957,77897.31654,266752.7542,1352.014527 +36087013401,"Census Tract 134.01, Rockland County, New York",4698,3230.0,108516.0,468200.0,1631.0,3374.0,18.0,0.0,721.0,0.0,0.0,43.0,542.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 134.01,4256.479302000001,3449.918688,78.87271038,10.55337955,419.69636119999996,0.0,278.3503878,2882.932966,77958.4554,266710.8655,1363.214796 +36087011504,"Census Tract 115.04, Rockland County, New York",7574,5265.0,96250.0,356600.0,1532.0,959.0,3699.0,13.0,708.0,0.0,28.0,175.0,1992.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 115.04,6920.432585,1534.914923,3502.8825979999997,16.83316464,1044.3811859999998,0.0,790.6233639,4417.1450429999995,67526.00207999999,183899.3933,1245.2495689999998 +36087010703,"Census Tract 107.03, Rockland County, New York",4099,2466.0,64969.0,314500.0,618.0,734.0,252.0,0.0,63.0,0.0,0.0,63.0,2987.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 107.03,2872.979591,283.60311889999997,250.6492462,6.990218163,5.991615295,0.0,2316.758057,1499.901001,34711.99897,133300.0056,165.7680206 +36087010901,"Census Tract 109.01, Rockland County, New York",4997,3325.0,115833.0,482100.0,1432.0,3786.0,89.0,0.0,296.0,0.0,69.0,54.0,703.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 109.01,4792.865855,4094.0489090000005,89.97782397,7.998366561,316.92476380000005,0.9995661379999999,263.92305189999996,3219.25165,84810.69029,258114.8292,1100.899519 +36087011700,"Census Tract 117, Rockland County, New York",3142,2090.0,91042.0,302200.0,796.0,2512.0,112.0,0.0,42.0,0.0,0.0,6.0,470.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 117,2979.711081,2599.240967,108.0228882,15.29527664,85.07997894,0.95595479,166.33613590000002,2008.46106,70720.99918,181299.9985,504.74414060000004 +36087010503,"Census Tract 105.03, Rockland County, New York",2312,1686.0,131000.0,479900.0,912.0,1144.0,620.0,0.0,338.0,0.0,0.0,44.0,166.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 105.03,2071.373888,1604.663665,191.63914590000002,7.984112282000001,143.4978093,2.009744547,114.54891440000002,1434.008603,102318.1507,293687.8512,768.2309511 +36087010602,"Census Tract 106.02, Rockland County, New York",6813,4263.0,55697.0,240000.0,543.0,1779.0,1064.0,0.0,350.0,0.0,0.0,39.0,3581.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 106.02,6372.113203,2773.738177,1092.514024,31.79584728,323.59472410000006,0.991843998,2116.684711,4127.2589259999995,42271.97211,144546.3378,524.9678298 +36087010902,"Census Tract 109.02, Rockland County, New York",3873,2812.0,110972.0,409600.0,1338.0,2537.0,77.0,31.0,664.0,0.0,0.0,55.0,509.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 109.02,4026.80813,3016.7384920000004,89.07311147,12.01966503,485.5435374,0.0,405.41152789999995,2749.2394,76150.47367,230489.2628,1052.4436449999998 +36087011501,"Census Tract 115.01, Rockland County, New York",7607,4378.0,119000.0,533600.0,2537.0,6669.0,255.0,14.0,244.0,0.0,31.0,61.0,347.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 115.01,6896.18793,5884.003906,406.06793210000006,7.962116241,307.5367432,4.976322651,269.7166748,4072.6225590000004,95273.99772999999,286600.0022,2370.720215 +36087011800,"Census Tract 118, Rockland County, New York",1019,654.0,68542.0,298800.0,184.0,317.0,228.0,53.0,33.0,0.0,0.0,110.0,278.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 118,877.1502897,416.2820085,233.9124239,116.4569642,48.77885211,0.0,48.77954347,455.0249438999999,54640.981289999996,158958.1481,75.73383774 +36087012102,"Census Tract 121.02, Rockland County, New York",9253,3074.0,25417.0,485400.0,347.0,8666.0,353.0,0.0,15.0,0.0,0.0,5.0,214.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 121.02,5062.535701,4670.5601990000005,276.3440471,6.199593559,30.31260115,0.0,58.67556906,1703.768841,20804.43299,250044.8444,229.2235383 +36087013003,"Census Tract 130.03, Rockland County, New York",3137,2024.0,88068.0,703300.0,1171.0,2441.0,144.0,3.0,179.0,0.0,0.0,49.0,324.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 130.03,2428.107934,1954.0206329999999,66.67711699,7.175571311000001,216.7069969,0.002163594,172.22706440000002,1821.772218,72144.88435,409048.8434,803.8366311000001 +36087010200,"Census Tract 102, Rockland County, New York",4482,2991.0,84948.0,336000.0,957.0,3109.0,359.0,0.0,7.0,0.0,0.0,20.0,987.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 102,4626.023208,4109.355469,73.95241547,13.99099731,53.96527481,0.0,368.7626953,3108.9995120000003,65285.99763,210000.0007,625.5974121 +36087011102,"Census Tract 111.02, Rockland County, New York",6388,4777.0,94681.0,339800.0,2346.0,3217.0,1197.0,0.0,628.0,0.0,0.0,169.0,1177.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 111.02,5723.0,3508.0,1346.0,19.0,385.0,7.0,431.0,4058.0,65112.0,173600.0,1694.0 +36087011200,"Census Tract 112, Rockland County, New York",6435,4433.0,144688.0,530600.0,2414.0,4978.0,92.0,0.0,565.0,0.0,0.0,164.0,636.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 112,6387.076214,5338.827663,124.0302695,27.00106953,525.1477223999999,0.0,345.0642225,4338.753146,104996.8315,285189.1257,2181.24105 +36087011603,"Census Tract 116.03, Rockland County, New York",5133,3693.0,117679.0,450200.0,1937.0,3795.0,179.0,9.0,461.0,14.0,28.0,140.0,507.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 116.03,5309.898502,4734.134781000001,113.9945915,17.04976406,190.92786740000003,0.0,230.685169,3619.8547590000003,86472.97914,263664.6169,1596.603294 +36087010804,"Census Tract 108.04, Rockland County, New York",4191,2935.0,115660.0,449900.0,1563.0,3063.0,203.0,0.0,447.0,0.0,14.0,29.0,435.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 108.04,4104.0,3454.0,134.0,0.0,231.0,2.0,276.0,2858.0,80152.0,248400.0,1332.0 +36087011303,"Census Tract 113.03, Rockland County, New York",5702,4200.0,100903.0,392400.0,1992.0,3924.0,218.0,22.0,743.0,0.0,0.0,250.0,567.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 113.03,5339.0,4324.0,121.0,5.0,487.0,0.0,372.0,3865.0,60439.0,245500.0,1359.0 +36087011401,"Census Tract 114.01, Rockland County, New York",4324,3011.0,126397.0,458000.0,1596.0,3120.0,114.0,0.0,459.0,0.0,9.0,81.0,541.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 114.01,4225.082572,3582.7868259999996,134.1300334,11.00158577,300.0943535,0.0,188.0531234,2848.336014,90246.57117000001,258196.7782,1348.198222 +36087012101,"Census Tract 121.01, Rockland County, New York",6114,2340.0,50987.0,660900.0,827.0,5819.0,89.0,0.0,7.0,0.0,0.0,12.0,187.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 121.01,5129.413679,4756.166042,110.83463689999999,6.966640418,87.74163467,0.0,114.96425,2411.939887,51904.53783,328620.4661,1061.333675 +36087012501,"Census Tract 125.01, Rockland County, New York",5381,3007.0,87321.0,472000.0,1147.0,3999.0,559.0,0.0,176.0,0.0,38.0,43.0,566.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 125.01,4669.0,3648.0,416.0,6.0,258.0,7.0,327.0,3114.0,94196.0,235600.0,1379.0 +36087011405,"Census Tract 114.05, Rockland County, New York",4190,2795.0,108476.0,411800.0,1308.0,1755.0,1369.0,8.0,304.0,0.0,49.0,180.0,533.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 114.05,4101.236513,2610.5420059999997,649.2740703,13.64869973,424.58583949999996,0.0,383.9983618,2855.6792600000003,78915.84748,212858.8602,1236.9408970000002 +36087012402,"Census Tract 124.02, Rockland County, New York",5515,3684.0,47391.0,309600.0,345.0,474.0,2067.0,0.0,137.0,0.0,0.0,34.0,2803.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 124.02,4615.858369,1637.784325,1765.6939940000002,16.53956753,349.82779619999997,0.00034925699999999995,807.4163346,2975.028458,41970.590410000004,123229.0494,784.9026967 +36087012106,"Census Tract 121.06, Rockland County, New York",4563,1895.0,60625.0,402900.0,358.0,3290.0,555.0,0.0,110.0,0.0,19.0,5.0,584.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 121.06,2633.1563739999997,1994.789711,380.33633710000004,3.905641437,71.2314806,0.411613464,169.21688369999998,1180.349422,40881.756069999996,182331.6095,214.49153379999998 +36087012105,"Census Tract 121.05, Rockland County, New York",6114,2232.0,25687.0,670000.0,133.0,5688.0,232.0,0.0,9.0,0.0,0.0,30.0,155.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 121.05,3460.0579810000004,2701.298315,460.30591960000004,4.833710372,76.69032049,0.57836169,199.81698889999998,1499.157616,40354.79292,187017.1615,249.2320318 +36087011505,"Census Tract 115.05, Rockland County, New York",3219,1072.0,26375.0,339200.0,23.0,3098.0,2.0,0.0,63.0,0.0,26.0,29.0,1.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 115.05,2913.2659,2701.807235,93.07095417,1.132785221,67.40521333,0.0,37.96790389,953.5444328,14211.667640000001,236152.1296,141.525715 +36087011506,"Census Tract 115.06, Rockland County, New York",5267,1533.0,24708.0,445100.0,202.0,4974.0,78.0,17.0,32.0,0.0,0.0,5.0,161.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 115.06,2036.9176530000002,1889.3608399999998,64.87754822,0.791189611,47.07578278,0.0,26.50485229,666.5772705,14195.999919999998,236200.0068,98.89870453 +36087011902,"Census Tract 119.02, Rockland County, New York",3195,2399.0,69583.0,374700.0,851.0,2049.0,64.0,0.0,145.0,0.0,30.0,20.0,887.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 119.02,3182.811657,2351.292618,133.14355179999998,14.63884966,103.1135617,0.0,565.515448,2237.3014789999997,58012.37523,190797.8097,708.9184129 +36087012204,"Census Tract 122.04, Rockland County, New York",4007,1302.0,41379.0,456600.0,262.0,3630.0,182.0,0.0,45.0,0.0,60.0,67.0,23.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 122.04,3106.250224,2285.1195629999997,433.00694400000003,3.123571208,65.54202505,0.0,296.9736486,1322.663455,45274.45165,215639.5454,381.03150669999997 +36087011404,"Census Tract 114.04, Rockland County, New York",3920,3162.0,104111.0,337000.0,1661.0,2249.0,641.0,0.0,451.0,0.0,0.0,67.0,512.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 114.04,3976.939953,2527.025539,620.3794699,13.61822172,417.37399320000003,0.0,379.8558137,2813.503669,80032.26157999999,213087.0729,1235.322533 +36087011901,"Census Tract 119.01, Rockland County, New York",4025,2495.0,103635.0,338600.0,918.0,2323.0,146.0,0.0,331.0,0.0,0.0,110.0,1115.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 119.01,3971.9998219999998,2931.965332,166.494339,18.31437683,128.7556152,0.0,707.6008911,2793.219971,57904.000329999995,190199.9967,882.9749756000001 +36087010601,"Census Tract 106.01, Rockland County, New York",3828,2464.0,85662.0,289800.0,660.0,1385.0,368.0,0.0,121.0,0.0,212.0,67.0,1675.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 106.01,3812.951038,2416.105056,233.49978280000002,19.47109714,147.7721099,1.941287424,976.6075381,2541.440086,57739.909920000006,178025.3494,574.4176235 +36087012800,"Census Tract 128, Rockland County, New York",6580,4521.0,128125.0,495600.0,2300.0,5746.0,49.0,0.0,563.0,0.0,0.0,80.0,142.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 128,6584.71066,5691.520954,57.96064811,11.99217577,565.4544139999999,0.0,246.78924080000002,4301.9300729999995,98339.55759,275002.3536,1934.224581 +36087013300,"Census Tract 133, Rockland County, New York",2574,2013.0,104549.0,575400.0,1376.0,1905.0,102.0,0.0,187.0,0.0,0.0,97.0,283.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 133,2563.42595,1883.389477,146.31561010000001,9.826302119,210.49812169999998,0.0,297.6723933,1885.7352210000001,61614.6328,300610.4007,1052.631507 +36087010502,"Census Tract 105.02, Rockland County, New York",6808,4735.0,73768.0,221500.0,1622.0,3411.0,1109.0,0.0,282.0,0.0,22.0,132.0,1852.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 105.02,6409.776638,4573.478698,581.6401387,28.43258313,327.7759146,0.009831,865.1137864,4470.848193,52004.33295,120943.2092,1352.106706 +36087010701,"Census Tract 107.01, Rockland County, New York",4524,3137.0,63125.0,218100.0,787.0,1559.0,670.0,0.0,100.0,0.0,0.0,54.0,2141.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 107.01,3543.668974,1774.1672839999999,507.72130350000003,17.04283918,82.54668999,0.010628623,1141.185838,2476.056543,51738.88433,144287.4011,305.8233787 +36087010102,"Census Tract 101.02, Rockland County, New York",5029,3597.0,91622.0,339900.0,1007.0,3507.0,271.0,0.0,134.0,0.0,27.0,72.0,1018.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 101.02,4687.253938,4220.372359,61.41357841,13.98276793,61.37106746,0.999658796,320.0930749,3253.586694,67401.76978999999,204097.7202,735.4637938999999 +36087012401,"Census Tract 124.01, Rockland County, New York",5119,3385.0,50453.0,224800.0,758.0,1370.0,2980.0,0.0,312.0,0.0,0.0,38.0,419.0,New York City,New York-Newark-Jersey City,NY,Rockland County,Census Tract 124.01,4333.352092,1561.682392,1643.310993,15.400742900000001,325.4968934,0.009675624,751.413182,2781.227663,41958.87695,124057.1184,731.5301678 +36103145804,"Census Tract 1458.04, Suffolk County, New York",3352,2351.0,90966.0,305300.0,531.0,1584.0,395.0,0.0,361.0,0.0,125.0,31.0,856.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1458.04,3057.0,1870.0,379.0,4.0,193.0,1.0,584.0,2110.0,69519.0,159700.0,527.0 +36103145903,"Census Tract 1459.03, Suffolk County, New York",5778,4026.0,94414.0,312500.0,1258.0,3520.0,353.0,25.0,58.0,0.0,0.0,157.0,1690.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1459.03,5730.0,4368.0,456.0,25.0,106.0,0.0,744.0,3570.0,63030.0,143900.0,588.0 +36103146001,"Census Tract 1460.01, Suffolk County, New York",6048,3846.0,90083.0,329500.0,274.0,1122.0,494.0,0.0,52.0,0.0,25.0,90.0,4265.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1460.01,4451.0,516.0,637.0,14.0,78.0,1.0,3166.0,2578.0,60000.0,139800.0,253.0 +36103146204,"Census Tract 1462.04, Suffolk County, New York",6805,4191.0,78542.0,313300.0,543.0,1018.0,1298.0,0.0,114.0,0.0,0.0,0.0,4375.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1462.04,5591.0,1519.0,1211.0,7.0,110.0,0.0,2704.0,3341.0,67798.0,146000.0,392.0 +36103146604,"Census Tract 1466.04, Suffolk County, New York",4417,3133.0,92938.0,354300.0,1018.0,3192.0,133.0,60.0,503.0,73.0,0.0,22.0,434.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.04,4724.0,4124.0,63.0,3.0,200.0,0.0,302.0,3258.0,67599.0,173800.0,704.0 +36103145808,"Census Tract 1458.08, Suffolk County, New York",2980,2066.0,73800.0,355700.0,493.0,2479.0,85.0,0.0,125.0,0.0,0.0,83.0,208.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1458.08,3417.0,2996.0,41.0,5.0,86.0,0.0,234.0,2158.0,67500.0,166600.0,429.0 +36103145702,"Census Tract 1457.02, Suffolk County, New York",6692,4322.0,76447.0,282200.0,766.0,1481.0,813.0,81.0,113.0,0.0,14.0,152.0,4119.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1457.02,5565.0,1670.779313,903.1989735,40.00157916,154.57797069999998,1.001579155,2753.415318,3427.4859850000003,59315.634679999996,144776.2546,446.8918278 +36103145704,"Census Tract 1457.04, Suffolk County, New York",8041,4947.0,71572.0,224100.0,876.0,1921.0,2321.0,22.0,477.0,0.0,0.0,213.0,3109.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1457.04,6923.0,2637.0,1598.0,30.0,442.0,1.0,2183.0,4193.0,51757.0,124300.0,589.0 +36103145803,"Census Tract 1458.03, Suffolk County, New York",4504,3300.0,96574.0,436000.0,1351.0,3833.0,61.0,0.0,268.0,0.0,4.0,11.0,327.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1458.03,4964.660874,4394.355108,78.10492637,17.02374342,193.3789371,0.0019288060000000001,259.7614606,3417.277933,79179.95531,253177.943,1266.6498789999998 +36103145805,"Census Tract 1458.05, Suffolk County, New York",5775,3935.0,100350.0,307400.0,1447.0,4814.0,74.0,0.0,196.0,0.0,18.0,122.0,551.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1458.05,5904.916777,5313.812855,39.95360093,10.98818486,152.7751706,0.0,371.4115628,3956.885582,62267.79662000001,145425.5811,1010.513939 +36103146103,"Census Tract 1461.03, Suffolk County, New York",4004,2585.0,99261.0,349500.0,720.0,2655.0,228.0,0.0,157.0,0.0,0.0,0.0,964.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1461.03,4099.6456020000005,3079.359375,241.19592290000003,4.11129427,102.7823563,0.0,646.8436279,2678.5083010000003,67602.00028,162100.0043,532.4125977 +36103146615,"Census Tract 1466.15, Suffolk County, New York",4485,3236.0,85899.0,364500.0,1223.0,3601.0,169.0,0.0,171.0,25.0,0.0,76.0,443.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.15,5078.005538,4438.004849,115.00008159999999,14.00002272,218.0000795,0.0,284.000487,3592.003689,73062.98814,190899.9153,937.0006602 +36103146901,"Census Tract 1469.01, Suffolk County, New York",5314,3658.0,110486.0,428600.0,1448.0,4840.0,0.0,9.0,19.0,0.0,0.0,17.0,438.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1469.01,5861.0,5518.0,15.0,6.0,86.0,1.0,217.0,3815.0,75797.0,217100.0,1039.0 +36103147402,"Census Tract 1474.02, Suffolk County, New York",3626,2449.0,136875.0,490400.0,1334.0,3284.0,0.0,0.0,89.0,0.0,0.0,14.0,239.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1474.02,3746.0,3547.0,30.0,5.0,61.0,1.0,85.0,2517.0,76966.0,261300.0,1037.0 +36103147701,"Census Tract 1477.01, Suffolk County, New York",3434,2576.0,83417.0,370800.0,891.0,2945.0,26.0,0.0,153.0,29.0,0.0,44.0,237.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1477.01,3435.0,3065.0,36.0,6.0,155.0,0.0,171.0,2273.0,56000.0,168800.0,534.0 +36103147802,"Census Tract 1478.02, Suffolk County, New York",3839,2671.0,122230.0,526900.0,1464.0,3388.0,1.0,0.0,80.0,0.0,0.0,42.0,328.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1478.02,4128.999911,3919.792236,48.4981575,5.705665588,23.77360535,0.0,127.42652890000001,2793.874268,84015.00012000001,257800.0032,1277.118164 +36103147804,"Census Tract 1478.04, Suffolk County, New York",5821,3924.0,127540.0,437100.0,1815.0,5332.0,100.0,0.0,109.0,0.0,0.0,38.0,242.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1478.04,6308.2632539999995,5994.457703,40.51250267,5.5897061820000005,113.2687531,0.0,145.2551575,4241.155457,79674.79808,212250.1732,1498.60463 +36103158102,"Census Tract 1581.02, Suffolk County, New York",4616,3294.0,75762.0,313400.0,844.0,3233.0,82.0,0.0,153.0,0.0,20.0,87.0,1041.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.02,4983.0,4212.0,151.0,18.0,163.0,0.0,428.0,3166.0,59167.0,157400.0,524.0 +36103158205,"Census Tract 1582.05, Suffolk County, New York",1867,1302.0,114028.0,387900.0,545.0,1511.0,0.0,0.0,36.0,0.0,0.0,15.0,305.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1582.05,1788.0,1619.0,16.0,2.0,53.0,1.0,98.0,1080.0,91409.0,283800.0,397.0 +36103158206,"Census Tract 1582.06, Suffolk County, New York",3958,2914.0,85385.0,497600.0,1651.0,2840.0,121.0,0.0,281.0,0.0,0.0,56.0,660.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1582.06,3674.0,3134.0,104.0,11.0,113.0,0.0,294.0,2546.0,57415.0,233600.0,1382.0 +36103158308,"Census Tract 1583.08, Suffolk County, New York",8787,5798.0,99766.0,347900.0,1957.0,5989.0,672.0,0.0,98.0,0.0,0.0,0.0,2028.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.08,7671.134620000001,6415.110890999999,143.01780559999997,6.002023932999999,241.9979684,0.0,829.0065154,4909.103436,62016.40233,161200.2062,941.0364214 +36103158310,"Census Tract 1583.10, Suffolk County, New York",4388,3447.0,70365.0,302600.0,824.0,3635.0,111.0,4.0,100.0,0.0,0.0,85.0,453.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.10,3925.0,3531.0,101.0,11.0,59.0,2.0,208.0,2951.0,56140.0,155900.0,497.0 +36103146902,"Census Tract 1469.02, Suffolk County, New York",3760,2859.0,143345.0,657600.0,1291.0,3613.0,34.0,0.0,12.0,0.0,0.0,0.0,101.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1469.02,4468.0,4294.0,16.0,15.0,57.0,0.0,85.0,3076.0,100000.0,374900.0,1369.0 +36103123101,"Census Tract 1231.01, Suffolk County, New York",3193,2318.0,82284.0,352000.0,777.0,2546.0,57.0,0.0,43.0,0.0,0.0,100.0,447.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1231.01,3628.0,3251.0,72.0,6.0,58.0,0.0,223.0,2552.0,63380.0,189300.0,599.0 +36103123201,"Census Tract 1232.01, Suffolk County, New York",2105,1436.0,56012.0,400000.0,301.0,572.0,558.0,0.0,78.0,0.0,8.0,67.0,822.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1232.01,1691.517309,413.0411625,786.9531403,4.350598216,97.70119643,0.0,381.9116764,1009.438797,50337.45247,170010.68300000002,218.0203238 +36103123702,"Census Tract 1237.02, Suffolk County, New York",8537,5938.0,78466.0,284900.0,995.0,4373.0,579.0,0.0,242.0,0.0,147.0,300.0,2896.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1237.02,7773.0,6062.0,146.0,17.0,201.0,2.0,1309.0,5372.0,54474.0,149200.0,671.0 +36103124401,"Census Tract 1244.01, Suffolk County, New York",3862,2784.0,87727.0,378100.0,738.0,3338.0,51.0,0.0,33.0,0.0,0.0,24.0,416.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1244.01,3755.4918799999996,3452.464133,47.00571758,6.000168164,84.00706289,0.0,158.014294,2794.339187,60496.08326,177003.1259,598.1032528 +36103134906,"Census Tract 1349.06, Suffolk County, New York",5872,4301.0,92309.0,445800.0,1819.0,5219.0,24.0,0.0,191.0,0.0,0.0,55.0,383.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1349.06,5687.0,5394.0,31.0,8.0,89.0,0.0,161.0,4036.0,75169.0,243800.0,1199.0 +36103135004,"Census Tract 1350.04, Suffolk County, New York",2949,2090.0,170966.0,962500.0,1326.0,2570.0,61.0,25.0,75.0,0.0,12.0,29.0,177.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1350.04,2990.0,2822.0,23.0,6.0,73.0,0.0,65.0,2060.0,129210.0,567600.0,1188.0 +36103135303,"Census Tract 1353.03, Suffolk County, New York",4037,2769.0,125264.0,417500.0,1290.0,3432.0,95.0,0.0,195.0,0.0,39.0,25.0,251.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1353.03,4008.0,3735.0,18.0,3.0,73.0,0.0,170.0,2660.0,73333.0,221500.0,807.0 +36103146003,"Census Tract 1460.03, Suffolk County, New York",9259,5597.0,79261.0,291700.0,1508.0,1822.0,2190.0,0.0,774.0,0.0,62.0,89.0,4322.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1460.03,7510.000040000001,3742.6142579999996,1611.253723,37.87932479,243.98312,0.0,1826.68042,4853.380127,58317.257289999994,143511.5463,761.3725586 +36103146102,"Census Tract 1461.02, Suffolk County, New York",2769,1772.0,92000.0,294900.0,252.0,378.0,475.0,27.0,117.0,0.0,111.0,45.0,1643.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1461.02,2291.0,795.0,403.0,15.0,85.0,4.0,984.0,1441.0,62438.0,142100.0,179.0 +36103146105,"Census Tract 1461.05, Suffolk County, New York",6782,4575.0,68854.0,261600.0,434.0,1226.0,834.0,0.0,102.0,0.0,0.0,0.0,4620.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1461.05,5797.0,1627.0,1106.0,21.0,136.0,0.0,2850.0,3471.0,55255.0,139200.0,281.0 +36103146202,"Census Tract 1462.02, Suffolk County, New York",4683,3021.0,89323.0,277200.0,652.0,325.0,1837.0,22.0,0.0,0.0,32.0,67.0,2400.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1462.02,4375.0,397.0,2316.0,25.0,32.0,0.0,1576.0,2497.0,66667.0,143900.0,415.0 +36103146203,"Census Tract 1462.03, Suffolk County, New York",5245,2918.0,55824.0,245300.0,289.0,1052.0,1102.0,0.0,84.0,0.0,23.0,32.0,2952.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1462.03,5202.0,1638.0,1343.0,28.0,97.0,1.0,2077.0,2969.0,55746.0,131700.0,492.0 +36103146300,"Census Tract 1463, Suffolk County, New York",2257,1897.0,54571.0,276600.0,553.0,1253.0,535.0,10.0,69.0,0.0,19.0,128.0,252.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1463,1861.0,1015.0,457.0,6.0,114.0,0.0,259.0,1140.0,59219.0,168300.0,376.0 +36103146403,"Census Tract 1464.03, Suffolk County, New York",4910,3217.0,63405.0,212200.0,337.0,803.0,1472.0,0.0,48.0,0.0,14.0,61.0,2512.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1464.03,4897.0,1233.0,1348.0,32.0,116.0,0.0,2130.0,2747.0,49262.0,116800.0,246.0 +36103146404,"Census Tract 1464.04, Suffolk County, New York",3542,2316.0,69643.0,291500.0,398.0,1131.0,745.0,0.0,21.0,0.0,0.0,28.0,1617.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1464.04,3320.510033,1546.625366,659.2321777000001,17.13462448,73.94943237,0.0,943.3062133999999,2080.50415,64292.000360000005,147500.0054,310.2268982 +36103146608,"Census Tract 1466.08, Suffolk County, New York",2620,1967.0,85000.0,325300.0,582.0,2033.0,0.0,65.0,68.0,40.0,0.0,0.0,414.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.08,2301.0,2057.0,29.0,6.0,63.0,0.0,144.0,1568.0,71929.0,176600.0,301.0 +36103146611,"Census Tract 1466.11, Suffolk County, New York",3052,2074.0,83218.0,334900.0,628.0,2439.0,175.0,0.0,86.0,0.0,0.0,44.0,308.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.11,2689.0,2430.0,44.0,10.0,43.0,0.0,155.0,1876.0,64478.0,159800.0,433.0 +36103146612,"Census Tract 1466.12, Suffolk County, New York",5133,3325.0,105135.0,346700.0,915.0,4341.0,161.0,68.0,81.0,0.0,0.0,97.0,385.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.12,5350.000006,4810.656158,28.18243241,8.484984994,110.3048048,0.0,380.91666789999994,3472.8461,69407.69359,168822.1535,624.4016514 +36103147200,"Census Tract 1472, Suffolk County, New York",6602,4599.0,65972.0,328000.0,1561.0,2694.0,1160.0,0.0,120.0,0.0,13.0,88.0,2527.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1472,5671.0,3648.0,814.0,33.0,172.0,0.0,985.0,3954.0,42342.0,168800.0,1090.0 +36103147503,"Census Tract 1475.03, Suffolk County, New York",1441,994.0,117443.0,614900.0,569.0,1355.0,0.0,0.0,15.0,0.0,0.0,8.0,63.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1475.03,1548.6051439999999,1475.216967,4.6574920010000005,3.467757282,19.67383092,0.0,35.18709226,995.4138231000001,75688.89905,263766.2088,319.31906739999994 +36103158315,"Census Tract 1583.15, Suffolk County, New York",4611,3158.0,83539.0,290500.0,1072.0,3161.0,511.0,0.0,200.0,0.0,10.0,33.0,696.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.15,4870.0,3837.0,385.0,10.0,151.0,0.0,472.0,3204.0,66318.0,145900.0,821.0 +36103158320,"Census Tract 1583.20, Suffolk County, New York",6234,4418.0,89449.0,338000.0,1588.0,5115.0,501.0,0.0,0.0,0.0,0.0,0.0,618.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.20,5948.0,4934.0,288.0,16.0,312.0,1.0,370.0,3922.0,62469.0,182000.0,1275.0 +36103158405,"Census Tract 1584.05, Suffolk County, New York",4896,3391.0,108657.0,348800.0,1142.0,4195.0,39.0,0.0,192.0,0.0,0.0,65.0,405.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.05,4910.0559299999995,4526.349547999999,88.60048294,9.036656141,50.43395615,0.980866253,220.0497713,3101.167145,64647.29206,152117.3519,657.9679642000001 +36103124101,"Census Tract 1241.01, Suffolk County, New York",4856,3412.0,92697.0,353800.0,608.0,3773.0,93.0,0.0,0.0,0.0,0.0,21.0,969.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1241.01,4754.0,4255.0,30.0,13.0,94.0,0.0,324.0,3109.0,60686.0,163700.0,425.0 +36103110101,"Census Tract 1101.01, Suffolk County, New York",3702,2467.0,211087.0,1403900.0,1849.0,3359.0,10.0,0.0,177.0,0.0,0.0,48.0,108.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1101.01,3650.262357,3448.6289060000004,24.83171654,7.946149349,82.44129944,0.0,84.42783356,2351.066895,160411.0057,912100.0201,1687.563477 +36103110801,"Census Tract 1108.01, Suffolk County, New York",2039,1540.0,136750.0,798900.0,971.0,1927.0,1.0,3.0,50.0,0.0,0.0,22.0,36.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1108.01,2061.0,1989.0,4.0,1.0,35.0,2.0,31.0,1489.0,100565.0,405400.0,786.0 +36103111602,"Census Tract 1116.02, Suffolk County, New York",2588,2008.0,86806.0,451300.0,1033.0,2448.0,26.0,0.0,20.0,0.0,0.0,23.0,71.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1116.02,3189.332918,3021.9453129999997,38.85785294,10.95990658,23.91252518,0.0,92.66103363,2193.974121,66983.00131,220999.99399999998,823.9857178 +36103111801,"Census Tract 1118.01, Suffolk County, New York",6603,4437.0,115792.0,462900.0,1969.0,5324.0,273.0,0.0,608.0,0.0,0.0,20.0,378.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1118.01,6361.999987,5596.012207,101.51567840000001,9.059233427,466.45295719999996,0.0,175.49825669999998,4374.024353,89341.81452999999,270318.6847,1917.7491149999998 +36103111900,"Census Tract 1119, Suffolk County, New York",5349,3936.0,124167.0,595200.0,2250.0,4457.0,12.0,22.0,272.0,0.0,68.0,118.0,422.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1119,5607.0,5184.0,55.0,9.0,215.0,0.0,135.0,4006.0,87295.0,330000.0,2101.0 +36103190705,"Census Tract 1907.05, Suffolk County, New York",3870,2840.0,74125.0,716200.0,1372.0,2628.0,8.0,44.0,369.0,0.0,20.0,80.0,721.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1907.05,3881.0,2650.0,115.0,461.0,34.0,0.0,588.0,2398.0,48194.0,297400.0,1002.0 +36103158707,"Census Tract 1587.07, Suffolk County, New York",1717,1151.0,77625.0,330900.0,299.0,1269.0,202.0,0.0,105.0,0.0,0.0,35.0,106.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.07,1433.023195,1058.473145,234.6369019,13.03538418,26.07076836,0.0,95.59281158,975.0466918999999,66874.99867,146899.9949,155.5555878 +36103146613,"Census Tract 1466.13, Suffolk County, New York",4082,2678.0,106726.0,371400.0,705.0,3377.0,131.0,0.0,93.0,0.0,0.0,15.0,466.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.13,3957.0,3598.0,39.0,2.0,90.0,0.0,227.0,2490.0,76687.0,175500.0,500.0 +36103146703,"Census Tract 1467.03, Suffolk County, New York",4062,2685.0,78261.0,279400.0,495.0,2008.0,473.0,92.0,63.0,0.0,11.0,44.0,1462.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1467.03,4130.0,2869.0,314.0,9.0,94.0,4.0,837.0,2653.0,63438.0,143000.0,284.0 +36103146704,"Census Tract 1467.04, Suffolk County, New York",2011,1362.0,103505.0,359100.0,402.0,1713.0,0.0,0.0,80.0,0.0,0.0,22.0,196.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1467.04,2100.0,1970.0,0.0,3.0,23.0,0.0,96.0,1485.0,64926.0,186800.0,228.0 +36103122405,"Census Tract 1224.05, Suffolk County, New York",3605,2228.0,113447.0,407000.0,877.0,636.0,1784.0,0.0,421.0,0.0,57.0,104.0,603.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1224.05,3455.9845630000004,971.4759923,1836.972802,13.94659578,144.4565949,0.0,473.1935517,2142.950383,72498.87878,188103.134,664.4946121 +36103158506,"Census Tract 1585.06, Suffolk County, New York",2599,1727.0,107206.0,348700.0,587.0,2363.0,6.0,0.0,32.0,0.0,63.0,18.0,117.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.06,2592.3382079999997,2424.170654,17.70185471,12.78467274,21.63559914,0.0,112.11174009999998,1678.72583,61187.9987,157799.9974,352.0702209 +36103158711,"Census Tract 1587.11, Suffolk County, New York",5353,3946.0,75483.0,285200.0,1551.0,3992.0,491.0,0.0,476.0,0.0,0.0,54.0,340.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.11,3965.9767810000003,3295.5268100000003,185.3630867,7.964615941,50.92923188,0.0,408.4071836,2803.953278,56392.42327000001,137819.693,663.4444179999999 +36103110902,"Census Tract 1109.02, Suffolk County, New York",4668,2840.0,76429.0,408900.0,920.0,1696.0,1239.0,0.0,52.0,0.0,0.0,16.0,1665.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1109.02,4101.0,2023.0,869.0,24.0,114.0,0.0,1054.0,2640.0,59914.0,195700.0,551.0 +36103111703,"Census Tract 1117.03, Suffolk County, New York",3118,2165.0,107118.0,478400.0,1065.0,2606.0,1.0,0.0,134.0,23.0,0.0,23.0,331.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1117.03,3311.400661,2998.457275,43.99203873,10.99800968,108.980278,0.0,138.9748535,2335.577393,75755.99904,254099.9973,858.8445435000001 +36103112206,"Census Tract 1122.06, Suffolk County, New York",7771,5505.0,119985.0,616400.0,2880.0,6353.0,174.0,0.0,437.0,0.0,0.0,18.0,789.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1122.06,6319.0,5513.0,121.0,1.0,429.0,0.0,205.0,4444.0,87287.0,329900.0,2170.0 +36103112212,"Census Tract 1122.12, Suffolk County, New York",3570,2369.0,197411.0,812500.0,1715.0,2233.0,169.0,0.0,918.0,0.0,0.0,114.0,136.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1122.12,3207.0,2693.0,163.0,4.0,277.0,0.0,59.0,2088.0,110888.0,463300.0,1279.0 +36103122403,"Census Tract 1224.03, Suffolk County, New York",2351,1559.0,90000.0,328500.0,535.0,466.0,1228.0,0.0,101.0,0.0,35.0,91.0,430.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1224.03,2469.919393,809.6471382999999,1302.4289529999999,0.999567592,43.98086358,5.44022e-07,284.87518450000005,1485.35029,65000.044910000004,181400.3384,326.85747010000006 +36103122501,"Census Tract 1225.01, Suffolk County, New York",4489,2510.0,40905.0,221700.0,340.0,222.0,2669.0,31.0,22.0,0.0,31.0,93.0,1421.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1225.01,3848.6397450000004,92.99130212,3273.6935780000003,18.99822419,9.999065014,2.35748e-07,440.95877199999995,2039.80905,37125.00139,102800.0045,126.98811699999999 +36103122801,"Census Tract 1228.01, Suffolk County, New York",5289,3855.0,61577.0,341000.0,799.0,2361.0,1815.0,0.0,258.0,0.0,12.0,21.0,822.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1228.01,5489.0,2638.0,2107.0,16.0,107.0,0.0,567.0,3733.0,54273.0,166500.0,714.0 +36103123002,"Census Tract 1230.02, Suffolk County, New York",4823,3222.0,97170.0,331900.0,755.0,2989.0,312.0,0.0,188.0,0.0,10.0,196.0,1128.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1230.02,5076.0,4275.0,135.0,10.0,137.0,1.0,507.0,3432.0,68750.0,178300.0,579.0 +36103123202,"Census Tract 1232.02, Suffolk County, New York",9616,6170.0,94531.0,301200.0,1193.0,553.0,5137.0,0.0,224.0,0.0,65.0,60.0,3577.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1232.02,7355.9998319999995,702.5059204,5516.009277,75.30387878,48.55118561,0.0,974.9870605000001,4484.543945,50445.00127,151700.0061,716.3776855000001 +36103123301,"Census Tract 1233.01, Suffolk County, New York",8190,5438.0,63194.0,232300.0,859.0,894.0,4430.0,0.0,70.0,0.0,0.0,127.0,2669.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1233.01,7396.482677,1526.958862,4623.046875,68.6493988,137.2987976,0.0,1012.088318,4698.561035,40201.9988,113399.9984,610.9796752999999 +36103123600,"Census Tract 1236, Suffolk County, New York",3361,2671.0,120000.0,438800.0,1133.0,3150.0,27.0,0.0,65.0,0.0,12.0,59.0,48.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1236,3862.0,3689.0,30.0,9.0,34.0,0.0,94.0,2894.0,74609.0,243500.0,1014.0 +36103123802,"Census Tract 1238.02, Suffolk County, New York",3367,2461.0,78382.0,328800.0,526.0,2621.0,20.0,112.0,35.0,0.0,0.0,60.0,563.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1238.02,3900.0,3456.0,36.0,4.0,46.0,2.0,331.0,2705.0,63267.0,159900.0,435.0 +36103124102,"Census Tract 1241.02, Suffolk County, New York",3264,2320.0,79750.0,356800.0,653.0,2647.0,1.0,0.0,37.0,0.0,0.0,23.0,556.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1241.02,3734.0,3390.0,21.0,11.0,60.0,1.0,230.0,2407.0,61679.0,177500.0,505.0 +36103124402,"Census Tract 1244.02, Suffolk County, New York",3357,2569.0,102933.0,350000.0,730.0,3044.0,0.0,0.0,30.0,0.0,0.0,0.0,283.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1244.02,3688.000006,3420.382477,16.59124088,0.83795619,42.14014626,0.059854015999999996,200.7489052,2539.388321,68302.84537000001,179050.7291,658.8029175 +36103134702,"Census Tract 1347.02, Suffolk County, New York",5569,4112.0,84846.0,391300.0,1743.0,4736.0,113.0,0.0,441.0,0.0,72.0,35.0,172.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1347.02,5930.0,5417.0,41.0,15.0,188.0,3.0,238.0,4181.0,54688.0,198700.0,1075.0 +36103134902,"Census Tract 1349.02, Suffolk County, New York",4720,3537.0,149500.0,539100.0,1775.0,4401.0,103.0,0.0,70.0,0.0,0.0,10.0,136.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1349.02,4629.0,4392.0,21.0,2.0,102.0,0.0,110.0,3102.0,92789.0,271300.0,1314.0 +36103135102,"Census Tract 1351.02, Suffolk County, New York",4637,3171.0,129479.0,485300.0,1757.0,3826.0,0.0,0.0,237.0,0.0,17.0,225.0,332.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1351.02,4579.0,4181.0,33.0,5.0,182.0,0.0,160.0,3100.0,88179.0,258500.0,1115.0 +36103110102,"Census Tract 1101.02, Suffolk County, New York",5088,3556.0,173088.0,763900.0,2481.0,4446.0,8.0,0.0,220.0,0.0,0.0,103.0,311.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1101.02,4975.230458,4740.204441,28.00618218,8.000085863999999,86.00532355,8.586370000000001e-05,98.01382405,3443.171384,101120.1742,410494.1479,2046.094793 +36103110901,"Census Tract 1109.01, Suffolk County, New York",2867,2094.0,110688.0,522900.0,1379.0,2549.0,18.0,0.0,36.0,0.0,0.0,82.0,182.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1109.01,2683.7694699999997,2380.79541,71.99381256,0.99991411,61.99467468,0.99991411,160.9861755,1995.828613,68582.99832,260300.00199999998,1103.905151 +36103111401,"Census Tract 1114.01, Suffolk County, New York",1362,1058.0,145000.0,444100.0,497.0,1006.0,32.0,16.0,58.0,0.0,0.0,24.0,226.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1114.01,1409.0,1192.0,96.0,1.0,70.0,0.0,48.0,982.0,92827.0,241800.0,542.0 +36103111402,"Census Tract 1114.02, Suffolk County, New York",4687,3427.0,116528.0,421100.0,2076.0,3940.0,36.0,0.0,379.0,0.0,27.0,20.0,285.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1114.02,4864.9834710000005,4325.985352000001,74.99974823,0.9999966029999999,188.9993591,0.9999966029999999,238.9991913,3411.988525,82830.99812999999,222300.0041,1402.995239 +36103112102,"Census Tract 1121.02, Suffolk County, New York",3751,2618.0,163125.0,821200.0,1878.0,3132.0,137.0,0.0,381.0,0.0,0.0,22.0,79.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1121.02,3936.0,3454.0,62.0,5.0,244.0,0.0,154.0,2609.0,126004.0,469500.0,1655.0 +36103112103,"Census Tract 1121.03, Suffolk County, New York",4659,3584.0,93542.0,416500.0,1415.0,3888.0,92.0,0.0,258.0,0.0,0.0,74.0,347.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1121.03,4591.257713,4283.307617,28.99531174,3.999353409,149.9757538,0.0,117.9809265,3379.453613,78830.0012,222599.99399999998,968.8433838 +36103124300,"Census Tract 1243, Suffolk County, New York",6300,4783.0,70923.0,341800.0,1303.0,4675.0,92.0,0.0,416.0,0.0,22.0,68.0,1027.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1243,6827.0,5756.0,278.0,12.0,217.0,1.0,511.0,4881.0,53558.0,159900.0,975.0 +36103134704,"Census Tract 1347.04, Suffolk County, New York",2578,1899.0,103125.0,479700.0,820.0,2345.0,6.0,0.0,111.0,0.0,1.0,11.0,104.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1347.04,2754.2376489999997,2544.582449,62.10557728,3.0,78.29499534,0.0,64.24220669,1890.2722899999999,78449.59221,267687.917,596.7790456 +36103134903,"Census Tract 1349.03, Suffolk County, New York",1287,852.0,136927.0,516200.0,424.0,1024.0,16.0,0.0,0.0,0.0,0.0,4.0,243.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1349.03,1261.0,1186.0,16.0,2.0,21.0,0.0,36.0,890.0,70652.0,293400.0,421.0 +36103110402,"Census Tract 1104.02, Suffolk County, New York",3165,2244.0,116250.0,545300.0,1250.0,3031.0,33.0,0.0,21.0,0.0,0.0,0.0,80.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1104.02,3184.0,3067.0,9.0,6.0,47.0,0.0,52.0,2292.0,86723.0,283400.0,1234.0 +36103201100,"Census Tract 2011, Suffolk County, New York",6185,3951.0,69294.0,267600.0,712.0,1543.0,636.0,155.0,221.0,0.0,3.0,140.0,3642.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 2011,5208.971661,1975.9830550000001,728.9919891,17.99953794,140.0,5.0,2299.997074,3281.970886,57358.0,136579.1521,442.995533 +36103145807,"Census Tract 1458.07, Suffolk County, New York",4506,3075.0,104688.0,341300.0,952.0,3661.0,120.0,0.0,179.0,0.0,28.0,26.0,492.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1458.07,4652.0,4225.0,65.0,14.0,89.0,0.0,250.0,3166.0,78145.0,165000.0,426.0 +36103135101,"Census Tract 1351.01, Suffolk County, New York",3902,2818.0,126477.0,484600.0,1213.0,3094.0,145.0,0.0,273.0,0.0,10.0,30.0,350.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1351.01,4011.0,3653.0,25.0,0.0,204.0,0.0,124.0,2727.0,84950.0,255500.0,1059.0 +36103147601,"Census Tract 1476.01, Suffolk County, New York",2288,1569.0,109000.0,491300.0,722.0,1994.0,38.0,0.0,44.0,0.0,0.0,48.0,164.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1476.01,2611.0,2454.0,78.0,0.0,20.0,0.0,56.0,1751.0,84599.0,260200.0,872.0 +36103146606,"Census Tract 1466.06, Suffolk County, New York",6937,4539.0,98750.0,394900.0,1355.0,6374.0,0.0,0.0,0.0,0.0,0.0,0.0,563.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.06,7497.0,6992.0,67.0,8.0,95.0,0.0,309.0,5212.0,72368.0,185000.0,1109.0 +36103158001,"Census Tract 1580.01, Suffolk County, New York",4309,3092.0,161875.0,664200.0,2181.0,3643.0,26.0,0.0,327.0,0.0,47.0,96.0,170.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1580.01,4784.0,4369.0,48.0,12.0,202.0,0.0,137.0,3198.0,119082.0,393200.0,2103.0 +36103158319,"Census Tract 1583.19, Suffolk County, New York",3631,2497.0,100885.0,334100.0,899.0,2247.0,220.0,0.0,419.0,39.0,0.0,14.0,692.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.19,3590.865253,2988.888898,203.9821914,19.99797641,57.00203051,0.0,315.9934918,2453.896259,69918.39831,165099.721,618.9635306 +36103158202,"Census Tract 1582.02, Suffolk County, New York",7306,5262.0,92174.0,355800.0,1958.0,5521.0,210.0,23.0,334.0,0.0,0.0,177.0,1041.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1582.02,7527.0,6330.0,159.0,25.0,305.0,0.0,685.0,5046.0,57330.0,158700.0,1250.0 +36103158407,"Census Tract 1584.07, Suffolk County, New York",5396,3602.0,89180.0,280100.0,1300.0,4578.0,0.0,0.0,31.0,0.0,303.0,45.0,439.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.07,5305.0,4848.0,55.0,16.0,87.0,0.0,279.0,3369.0,57794.0,137200.0,759.0 +36103158900,"Census Tract 1589, Suffolk County, New York",7603,5262.0,72511.0,295100.0,1380.0,4230.0,386.0,55.0,247.0,0.0,25.0,168.0,2492.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1589,6986.999847,4647.037598,309.9353943,35.87676239,136.53102109999998,0.996576786,1811.776611,4795.527344,47243.00193,139499.9977,1151.046143 +36103201004,"Census Tract 2010.04, Suffolk County, New York",3662,3076.0,87717.0,871300.0,1162.0,3165.0,39.0,18.0,30.0,0.0,0.0,20.0,390.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 2010.04,3849.00004,2828.530273,35.98130417,6.996364594,41.97818756,0.0,920.5216675,2794.547852,42329.00161,287099.9882,692.6400757 +36103145603,"Census Tract 1456.03, Suffolk County, New York",6777,4316.0,56929.0,274500.0,463.0,876.0,916.0,0.0,179.0,0.0,40.0,91.0,4675.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1456.03,5975.0,456.0,1160.0,24.0,100.0,0.0,4214.0,3391.0,46298.0,125700.0,182.0 +36103145605,"Census Tract 1456.05, Suffolk County, New York",3844,2365.0,82750.0,273700.0,393.0,792.0,549.0,0.0,80.0,0.0,21.0,44.0,2358.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1456.05,3223.0,1019.6948279999999,569.0497433999999,9.000394789,86.14449269,0.000394789,1520.103829,1984.371496,61811.746510000004,145572.7691,308.472957 +36103145901,"Census Tract 1459.01, Suffolk County, New York",3298,2278.0,78603.0,285700.0,497.0,1363.0,573.0,0.0,80.0,0.0,64.0,85.0,1133.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1459.01,3441.0,1936.0,454.0,15.0,73.0,0.0,922.0,2142.0,55938.0,133300.0,301.0 +36103146605,"Census Tract 1466.05, Suffolk County, New York",950,666.0,102938.0,348200.0,146.0,782.0,38.0,0.0,9.0,13.0,0.0,12.0,96.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.05,1008.9999939999999,892.343811,6.817567348,1.5150150059999998,19.69519424,0.0,84.08333588,646.1538696,63750.002239999994,169199.9988,85.59835052 +36103146614,"Census Tract 1466.14, Suffolk County, New York",5002,3679.0,105679.0,403300.0,1648.0,4543.0,77.0,0.0,81.0,0.0,0.0,82.0,219.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.14,6113.0,5359.0,142.0,7.0,306.0,1.0,280.0,4016.0,77729.0,191600.0,1258.0 +36103110502,"Census Tract 1105.02, Suffolk County, New York",2770,1856.0,119479.0,581600.0,979.0,2655.0,48.0,0.0,43.0,0.0,0.0,19.0,5.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1105.02,2802.0,2603.0,45.0,2.0,72.0,0.0,76.0,1866.0,71058.0,289200.0,754.0 +36103110803,"Census Tract 1108.03, Suffolk County, New York",6423,4323.0,125953.0,643800.0,2208.0,5820.0,47.0,0.0,46.0,0.0,0.0,30.0,480.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1108.03,6097.266543,5759.597563,77.15011194,13.04208403,91.1072033,0.0,153.3641266,4296.448710000001,93434.94476,329181.0968,2308.169746 +36103111001,"Census Tract 1110.01, Suffolk County, New York",2002,1596.0,90179.0,474700.0,903.0,1599.0,80.0,7.0,81.0,0.0,0.0,10.0,232.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1110.01,2006.0,1612.0,202.0,9.0,61.0,0.0,113.0,1467.0,69306.0,235300.0,688.0 +36103111601,"Census Tract 1116.01, Suffolk County, New York",4168,2962.0,109076.0,435300.0,1424.0,3599.0,105.0,0.0,24.0,0.0,1.0,54.0,385.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1116.01,3959.0,3623.0,21.0,13.0,95.0,0.0,201.0,2713.0,69028.0,231000.0,948.0 +36103111506,"Census Tract 1115.06, Suffolk County, New York",3464,2382.0,96771.0,598500.0,1139.0,2009.0,511.0,0.0,312.0,0.0,0.0,152.0,480.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1115.06,3139.0,2085.0,517.0,20.0,183.0,0.0,321.0,2081.0,88647.0,262100.0,692.0 +36103112104,"Census Tract 1121.04, Suffolk County, New York",2454,1630.0,131793.0,699600.0,903.0,1601.0,104.0,23.0,322.0,0.0,213.0,31.0,160.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1121.04,2262.000013,1907.987793,56.48432159,3.9407665730000003,207.5470428,0.0,77.5017395,1553.975586,85883.00197,295499.9872,604.2508545 +36103122707,"Census Tract 1227.07, Suffolk County, New York",3014,2106.0,95040.0,357800.0,557.0,2421.0,0.0,0.0,152.0,0.0,0.0,23.0,418.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1227.07,2985.0965539999997,2603.188884,72.98323791,11.99443312,68.0214846,0.0,203.9159779,2049.3711399999997,66202.44643,174444.1582,354.01864900000004 +36103135002,"Census Tract 1350.02, Suffolk County, New York",5345,3569.0,104956.0,425600.0,1746.0,4584.0,27.0,0.0,366.0,0.0,0.0,56.0,312.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1350.02,5385.0,5075.0,25.0,3.0,96.0,0.0,178.0,3588.0,76633.0,229600.0,1088.0 +36103111202,"Census Tract 1112.02, Suffolk County, New York",4889,3319.0,94318.0,357200.0,1113.0,3170.0,308.0,0.0,148.0,0.0,35.0,75.0,1153.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1112.02,4358.0166229999995,3609.0147810000003,81.00025626,12.00000342,161.0006458,3.41685e-06,443.0008166,3025.011658,60280.08435,174300.2041,1067.004794 +36103112204,"Census Tract 1122.04, Suffolk County, New York",4090,2829.0,127244.0,471500.0,1467.0,3351.0,63.0,0.0,162.0,41.0,6.0,133.0,334.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1122.04,3719.0,3400.0,17.0,3.0,144.0,0.0,140.0,2612.0,88734.0,263200.0,1239.0 +36103146402,"Census Tract 1464.02, Suffolk County, New York",3720,2604.0,80000.0,353900.0,710.0,3199.0,138.0,0.0,104.0,0.0,0.0,33.0,246.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1464.02,4287.884792,3697.033264,130.7286949,7.861395955,77.00480843,0.0,350.5293274,2779.801605,65863.50745,174810.2771,435.50654979999996 +36103158321,"Census Tract 1583.21, Suffolk County, New York",10304,7083.0,83040.0,334700.0,2812.0,6120.0,870.0,103.0,1619.0,0.0,20.0,141.0,1534.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.21,7195.0,5436.0,546.0,16.0,406.0,0.0,756.0,4831.0,67123.0,165000.0,1387.0 +36103190704,"Census Tract 1907.04, Suffolk County, New York",3052,2378.0,88778.0,1547700.0,1207.0,2136.0,220.0,12.0,37.0,0.0,0.0,34.0,613.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1907.04,3336.7275059999997,2831.768799,304.9750977,7.999346732999999,44.99632645,0.9999183420000001,132.98913570000002,2540.79248,68333.00229,568599.9936,1140.90686 +36103169704,"Census Tract 1697.04, Suffolk County, New York",7160,6283.0,46182.0,260400.0,1077.0,5327.0,692.0,0.0,158.0,0.0,0.0,55.0,928.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1697.04,6055.000147,5231.958984000001,349.3890076,29.85541153,100.8628769,0.0,341.3199768,4666.320313,39797.998569999996,120199.9956,799.6408691 +36103158323,"Census Tract 1583.23, Suffolk County, New York",6513,4022.0,113594.0,414200.0,1650.0,5535.0,1.0,0.0,337.0,0.0,0.0,19.0,621.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.23,5498.000096,5098.634277,38.40055847,17.28025246,113.2816467,0.0,209.2830505,3371.569092,74867.00221,195000.0015,1104.976074 +36103169703,"Census Tract 1697.03, Suffolk County, New York",1637,1295.0,98750.0,397700.0,473.0,1385.0,19.0,0.0,57.0,0.0,0.0,38.0,138.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1697.03,1448.999965,1252.0410160000001,83.61100769,7.144589423999999,24.13712692,0.0,81.68003845,1116.680054,39798.001430000004,120199.9984,191.35913090000003 +36103158410,"Census Tract 1584.10, Suffolk County, New York",3177,2816.0,40250.0,223500.0,521.0,3102.0,58.0,0.0,0.0,0.0,0.0,0.0,17.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.10,3146.640865,2993.5083010000003,43.69156265,6.362848758999999,28.42072487,0.0,69.99134064,2489.994873,35318.999189999995,135700.0015,434.37048339999996 +36103159412,"Census Tract 1594.12, Suffolk County, New York",7993,5629.0,77500.0,362700.0,1699.0,6773.0,295.0,0.0,70.0,0.0,37.0,164.0,654.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1594.12,7180.866491,6579.9259409999995,112.00540179999999,11.6990561,68.75652355,0.0,394.3417397,4816.0864090000005,61110.0698,160520.7538,962.0312512 +36103158409,"Census Tract 1584.09, Suffolk County, New York",3977,3037.0,56641.0,278800.0,707.0,3016.0,234.0,0.0,471.0,0.0,0.0,0.0,256.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.09,3682.9999729999995,3503.765381,51.13898468,7.447424889,33.26516724,0.0,81.92167664,2914.425781,35319.00034,135699.9958,508.4108887 +36103112001,"Census Tract 1120.01, Suffolk County, New York",5245,3740.0,106625.0,385900.0,1510.0,3792.0,88.0,0.0,431.0,0.0,0.0,37.0,897.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1120.01,4442.0,3957.0,49.0,16.0,226.0,0.0,186.0,3257.0,70966.0,197700.0,1093.0 +36103112211,"Census Tract 1122.11, Suffolk County, New York",4596,3269.0,158625.0,620300.0,1828.0,3576.0,97.0,0.0,526.0,0.0,0.0,50.0,347.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1122.11,4600.0,4003.0,116.0,4.0,257.0,0.0,199.0,3124.0,103075.0,369300.0,1717.0 +36103111701,"Census Tract 1117.01, Suffolk County, New York",5681,3969.0,66741.0,428100.0,1420.0,5147.0,29.0,0.0,29.0,0.0,0.0,28.0,448.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1117.01,5908.999984,5294.791656,96.74947739,15.24116421,221.36923030000003,1.1241164209999999,270.4831581,4027.2864689999997,62830.52846,217644.6244,1356.790436 +36103111803,"Census Tract 1118.03, Suffolk County, New York",2933,1872.0,157240.0,534300.0,1029.0,2414.0,80.0,0.0,86.0,0.0,0.0,37.0,316.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1118.03,2656.0,2423.0,22.0,5.0,125.0,0.0,75.0,1838.0,87215.0,267800.0,782.0 +36103112213,"Census Tract 1122.13, Suffolk County, New York",5512,3802.0,155324.0,625400.0,2226.0,3321.0,429.0,0.0,1163.0,22.0,24.0,82.0,471.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1122.13,5390.207407,4243.164855,329.30650710000003,7.082781646,520.4247190000001,0.0,254.1284351,3465.8079009999997,107179.079,360736.8608,1930.216743 +36103159204,"Census Tract 1592.04, Suffolk County, New York",4134,2990.0,74697.0,380900.0,946.0,3163.0,290.0,0.0,4.0,0.0,0.0,7.0,670.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1592.04,4275.0,3446.0,418.0,31.0,46.0,0.0,314.0,3021.0,68220.0,172200.0,836.0 +36103159406,"Census Tract 1594.06, Suffolk County, New York",4931,3466.0,85089.0,374900.0,807.0,3661.0,247.0,0.0,39.0,0.0,6.0,88.0,890.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1594.06,2961.0,2199.0,323.0,15.0,66.0,0.0,355.0,1939.0,55911.0,142400.0,326.0 +36103159505,"Census Tract 1595.05, Suffolk County, New York",8688,6004.0,88207.0,259500.0,1291.0,6302.0,795.0,0.0,0.0,0.0,0.0,0.0,1591.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1595.05,7550.0,6489.0,190.0,24.0,122.0,4.0,698.0,4569.0,55978.0,124900.0,550.0 +36103147901,"Census Tract 1479.01, Suffolk County, New York",4225,3109.0,72500.0,375500.0,1110.0,3552.0,129.0,8.0,79.0,0.0,41.0,26.0,398.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1479.01,4320.35257,3950.118328,54.49127117,6.411132262000001,81.73893051,0.0,214.7716804,3017.266344,61162.20059,191200.4768,744.5535274 +36103158103,"Census Tract 1581.03, Suffolk County, New York",4448,2812.0,75823.0,308900.0,815.0,3018.0,74.0,0.0,131.0,0.0,10.0,77.0,1138.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.03,4054.250444,3212.029297,203.8115082,14.98614025,172.8401489,0.0,444.58883669999994,2652.546875,56705.999970000004,146400.0039,700.3522949 +36103158403,"Census Tract 1584.03, Suffolk County, New York",2072,1381.0,84875.0,242700.0,489.0,1442.0,376.0,0.0,56.0,0.0,26.0,17.0,155.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.03,1943.0,1495.0,207.0,9.0,56.0,0.0,153.0,1279.0,44700.0,108500.0,243.0 +36103158203,"Census Tract 1582.03, Suffolk County, New York",1496,1016.0,142500.0,497500.0,682.0,1293.0,37.0,0.0,84.0,0.0,0.0,0.0,82.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1582.03,1636.0,1488.0,12.0,2.0,47.0,0.0,87.0,1177.0,86296.0,235000.0,662.0 +36103158309,"Census Tract 1583.09, Suffolk County, New York",4956,3456.0,91277.0,323800.0,1088.0,2866.0,600.0,0.0,217.0,0.0,86.0,158.0,1029.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.09,4139.0,3311.0,290.0,11.0,134.0,0.0,365.0,2680.0,61429.0,159900.0,709.0 +36103158402,"Census Tract 1584.02, Suffolk County, New York",4500,3052.0,127478.0,435900.0,1618.0,3822.0,36.0,0.0,40.0,0.0,0.0,38.0,564.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.02,4235.769842000001,3975.8824310000005,39.56121695,5.152242243,100.87143929999999,0.019064911,110.01682140000001,2743.078243,88147.75656000001,231956.725,1334.136804 +36103158509,"Census Tract 1585.09, Suffolk County, New York",4966,3511.0,75842.0,274600.0,674.0,3452.0,229.0,0.0,358.0,0.0,0.0,0.0,927.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.09,4829.0,4130.0,75.0,12.0,145.0,0.0,442.0,3149.0,55290.0,138400.0,310.0 +36103158605,"Census Tract 1586.05, Suffolk County, New York",5022,3684.0,113929.0,355900.0,1280.0,3824.0,201.0,0.0,270.0,0.0,0.0,261.0,466.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1586.05,5100.0,4513.0,54.0,14.0,157.0,0.0,351.0,3230.0,76090.0,178700.0,677.0 +36103158704,"Census Tract 1587.04, Suffolk County, New York",8937,6359.0,67547.0,245000.0,1958.0,4871.0,1158.0,0.0,74.0,0.0,18.0,123.0,2693.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.04,7243.0,4783.0,1339.0,34.0,133.0,1.0,926.0,4903.0,48642.0,132000.0,1087.0 +36103158710,"Census Tract 1587.10, Suffolk County, New York",3687,2511.0,90250.0,325500.0,602.0,2636.0,511.0,46.0,84.0,0.0,51.0,64.0,295.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.10,3630.0,2875.0,385.0,37.0,81.0,0.0,234.0,2021.0,68125.0,148900.0,436.0 +36103159105,"Census Tract 1591.05, Suffolk County, New York",7225,4923.0,69196.0,326400.0,1219.0,4893.0,218.0,0.0,262.0,0.0,0.0,160.0,1692.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1591.05,7105.0,5759.0,310.0,20.0,316.0,0.0,646.0,4741.0,56622.0,158400.0,955.0 +36103159404,"Census Tract 1594.04, Suffolk County, New York",6674,4188.0,56071.0,221600.0,881.0,4138.0,929.0,17.0,239.0,0.0,12.0,172.0,1167.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1594.04,6268.000166,4751.644531,469.7027893,37.73510742,145.975296,0.0,815.2769775,3805.287842,49316.00187,100900.0035,449.84222410000007 +36103159408,"Census Tract 1594.08, Suffolk County, New York",4264,2644.0,86833.0,245600.0,436.0,2895.0,199.0,141.0,137.0,0.0,4.0,77.0,883.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1594.08,3942.9999049999997,3209.906784,162.60640049999998,18.789216699999997,69.19423234,1.481945992,445.1200399,2305.945206,58012.1022,125497.2897,201.7385595 +36103201003,"Census Tract 2010.03, Suffolk County, New York",3282,2519.0,92663.0,815300.0,876.0,2404.0,113.0,0.0,12.0,0.0,0.0,18.0,735.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 2010.03,3285.0,2337.469748,309.01869639999995,18.00363542,55.02181252,3.0,528.4783173000001,2324.4520899999998,46272.50795,344366.9084,712.3599065000001 +36103170201,"Census Tract 1702.01, Suffolk County, New York",6474,4921.0,82222.0,524400.0,1916.0,6029.0,7.0,0.0,55.0,0.0,0.0,16.0,367.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1702.01,5465.0,5203.0,52.0,11.0,22.0,1.0,148.0,4090.0,47074.0,224500.0,1243.0 +36103159506,"Census Tract 1595.06, Suffolk County, New York",9195,5644.0,63009.0,217500.0,860.0,4688.0,1309.0,0.0,230.0,0.0,0.0,76.0,2892.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1595.06,8075.826209999999,6454.015114,486.8862398,45.53106618,137.36474719999998,0.00547506,907.2230252999999,4742.7287479999995,50034.515510000005,110982.5945,470.78641560000005 +36103169701,"Census Tract 1697.01, Suffolk County, New York",8367,6042.0,116709.0,398900.0,2770.0,7703.0,50.0,6.0,62.0,0.0,3.0,49.0,500.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1697.01,6668.533446,6170.494501,134.0077521,18.00082792,90.00870813,3.000068862,246.0204028,4530.334182,63939.06247999999,189700.1536,1486.113791 +36103190502,"Census Tract 1905.02, Suffolk County, New York",2527,1839.0,84038.0,612300.0,849.0,1920.0,29.0,32.0,28.0,0.0,0.0,52.0,466.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1905.02,2702.5691850000003,2166.822798,201.8644716,18.99751645,39.00310214,0.99972291,260.8909497,1962.359213,54818.09042000001,287971.1127,788.134324 +36103147702,"Census Tract 1477.02, Suffolk County, New York",4824,3393.0,95938.0,367900.0,1234.0,4449.0,11.0,17.0,47.0,0.0,11.0,67.0,222.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1477.02,5216.000008,4995.207748,27.5018425,12.29433441,67.22639346,0.0,111.57346869999999,3522.1257479999995,67612.70543,183083.7664,925.8818512 +36103158115,"Census Tract 1581.15, Suffolk County, New York",7101,4790.0,89107.0,344100.0,1508.0,5797.0,259.0,0.0,481.0,0.0,23.0,51.0,490.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.15,6718.0,5984.0,142.0,10.0,239.0,0.0,314.0,4418.0,78232.0,169300.0,1028.0 +36103158207,"Census Tract 1582.07, Suffolk County, New York",4554,3331.0,119167.0,575000.0,2148.0,3926.0,26.0,0.0,349.0,0.0,0.0,116.0,137.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1582.07,4995.0,4564.0,44.0,5.0,221.0,0.0,130.0,3738.0,84148.0,301400.0,2049.0 +36103158304,"Census Tract 1583.04, Suffolk County, New York",7146,4594.0,127908.0,440700.0,2247.0,5958.0,25.0,0.0,55.0,0.0,0.0,120.0,988.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.04,6746.269706,6429.972975,20.04129753,14.009942,83.07647691,1.0,174.1575424,4337.706518,85971.87072,218556.5466,1905.6469949999998 +36103158502,"Census Tract 1585.02, Suffolk County, New York",3513,2661.0,35703.0,324300.0,632.0,2987.0,35.0,0.0,35.0,0.0,0.0,38.0,418.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.02,3660.927078,3298.435333,48.41678653,6.227699488,108.63605940000001,1.999498367,190.1293024,2708.1536530000003,35100.66359,167102.6442,493.71195760000006 +36103158608,"Census Tract 1586.08, Suffolk County, New York",3957,2672.0,92560.0,316700.0,583.0,2487.0,270.0,4.0,504.0,0.0,0.0,115.0,577.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1586.08,3905.913404,3375.061035,92.97413635,14.99582863,124.9652328,0.0,278.9223938,2748.235352,50486.99772,144399.995,445.875946 +36103158802,"Census Tract 1588.02, Suffolk County, New York",4742,3257.0,117313.0,401800.0,1435.0,4269.0,6.0,0.0,29.0,0.0,0.0,9.0,429.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1588.02,4406.505705,4121.5406219999995,26.99715519,5.99932961,54.99345181,0.0,191.97599350000002,3017.660053,70333.68577000001,193801.8271,1131.8785710000002 +36103159103,"Census Tract 1591.03, Suffolk County, New York",6138,3359.0,50424.0,224300.0,467.0,1337.0,1930.0,0.0,106.0,0.0,10.0,153.0,2602.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1591.03,5132.0,1366.0,2457.0,105.0,43.0,0.0,1139.0,2626.0,39348.0,99600.0,205.0 +36103159106,"Census Tract 1591.06, Suffolk County, New York",7026,4735.0,92381.0,324900.0,1046.0,4201.0,820.0,8.0,355.0,0.0,15.0,86.0,1541.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1591.06,4645.0,3093.0,591.0,7.0,164.0,0.0,782.0,2878.0,74354.0,146600.0,524.0 +36103159300,"Census Tract 1593, Suffolk County, New York",2050,1621.0,103438.0,459600.0,894.0,1866.0,19.0,23.0,61.0,0.0,0.0,29.0,52.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1593,2363.0,2216.0,43.0,15.0,47.0,1.0,42.0,1800.0,77523.0,187300.0,756.0 +36103159601,"Census Tract 1596.01, Suffolk County, New York",6365,4416.0,99622.0,375200.0,1654.0,6029.0,12.0,0.0,95.0,0.0,12.0,0.0,217.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1596.01,5727.0,5325.0,85.0,9.0,58.0,0.0,241.0,4229.0,65510.0,172600.0,1144.0 +36103169800,"Census Tract 1698, Suffolk County, New York",6055,4037.0,58401.0,273000.0,447.0,3053.0,995.0,285.0,14.0,0.0,23.0,67.0,1903.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1698,5077.0,3148.0,1228.0,41.0,57.0,1.0,582.0,3383.0,39297.0,124000.0,524.0 +36103170101,"Census Tract 1701.01, Suffolk County, New York",2057,1602.0,56799.0,510000.0,477.0,1260.0,302.0,0.0,14.0,0.0,0.0,46.0,435.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1701.01,2048.0,1348.0,321.0,2.0,6.0,0.0,353.0,1397.0,31675.0,156400.0,271.0 +36103190401,"Census Tract 1904.01, Suffolk County, New York",9632,6678.0,65052.0,280500.0,854.0,3617.0,1809.0,0.0,118.0,0.0,1.0,132.0,3955.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1904.01,6967.070203,4045.541074,1935.2286210000002,86.53473285,71.78486611,1.3423299999999999e-05,806.346997,4597.181299,39464.351310000005,103400.9888,464.15248330000003 +36103190707,"Census Tract 1907.07, Suffolk County, New York",5160,3850.0,113403.0,792500.0,2394.0,4187.0,96.0,0.0,350.0,0.0,0.0,21.0,506.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1907.07,4642.0,4339.0,41.0,6.0,55.0,0.0,192.0,3448.0,64211.0,317200.0,1504.0 +36103110401,"Census Tract 1104.01, Suffolk County, New York",2382,1738.0,175875.0,731800.0,1221.0,2153.0,9.0,0.0,24.0,0.0,0.0,15.0,181.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1104.01,2693.0,2582.0,5.0,6.0,56.0,0.0,37.0,1907.0,136669.0,397300.0,1304.0 +36103110600,"Census Tract 1106, Suffolk County, New York",7405,5508.0,108850.0,562600.0,3391.0,6850.0,105.0,0.0,91.0,0.0,0.0,58.0,301.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1106,7606.0,7260.0,50.0,8.0,122.0,0.0,159.0,5428.0,86456.0,313400.0,2921.0 +36103111100,"Census Tract 1111, Suffolk County, New York",8165,5071.0,65689.0,293500.0,1297.0,2579.0,684.0,47.0,230.0,0.0,263.0,68.0,4341.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1111,7544.0,3434.0,1458.0,45.0,284.0,0.0,2258.0,4858.0,54222.0,162500.0,811.0 +36103111503,"Census Tract 1115.03, Suffolk County, New York",4341,2810.0,72542.0,480000.0,1239.0,2930.0,1004.0,0.0,104.0,0.0,0.0,66.0,237.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1115.03,4213.000016,3428.2082520000004,372.2505188,8.758835793,129.6307678,0.875883579,264.5168457,2937.713623,53977.00121,221800.0092,951.2095947 +36103135301,"Census Tract 1353.01, Suffolk County, New York",3990,2753.0,119505.0,493100.0,1241.0,3460.0,100.0,0.0,262.0,0.0,0.0,31.0,137.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1353.01,3470.0,3250.0,19.0,5.0,51.0,1.0,138.0,2370.0,81158.0,240100.0,846.0 +36103135304,"Census Tract 1353.04, Suffolk County, New York",3230,2384.0,120000.0,443000.0,1128.0,2928.0,53.0,0.0,49.0,0.0,58.0,31.0,111.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1353.04,3369.0,3155.0,26.0,2.0,79.0,2.0,105.0,2439.0,83856.0,244400.0,985.0 +36103145602,"Census Tract 1456.02, Suffolk County, New York",6648,3916.0,74464.0,287100.0,532.0,999.0,663.0,0.0,118.0,0.0,61.0,13.0,4794.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1456.02,5458.0,1641.0,920.0,16.0,171.0,0.0,2681.0,3256.0,63333.0,137400.0,423.0 +36103146201,"Census Tract 1462.01, Suffolk County, New York",5272,3206.0,61350.0,290000.0,246.0,908.0,533.0,0.0,0.0,0.0,130.0,11.0,3690.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1462.01,4774.0,1124.0,867.0,31.0,58.0,0.0,2663.0,2675.0,56477.0,136000.0,262.0 +36103135402,"Census Tract 1354.02, Suffolk County, New York",6800,4600.0,123279.0,456700.0,2571.0,6118.0,21.0,0.0,389.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1354.02,6298.0,5786.0,68.0,12.0,228.0,0.0,197.0,4135.0,88500.0,243500.0,1656.0 +36103146002,"Census Tract 1460.02, Suffolk County, New York",5674,3399.0,72658.0,281000.0,546.0,398.0,892.0,0.0,374.0,0.0,0.0,21.0,3989.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1460.02,5211.0,953.0,954.0,22.0,98.0,1.0,3120.0,3053.0,58611.0,142600.0,318.0 +36103146607,"Census Tract 1466.07, Suffolk County, New York",2345,1685.0,52917.0,323300.0,417.0,1884.0,72.0,0.0,110.0,0.0,0.0,20.0,259.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1466.07,2374.0,2049.0,32.0,8.0,158.0,0.0,126.0,1761.0,40771.0,65000.0,331.0 +36103158712,"Census Tract 1587.12, Suffolk County, New York",7988,5185.0,89464.0,251400.0,1038.0,4699.0,594.0,13.0,121.0,0.0,0.0,13.0,2561.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.12,6898.0,5251.0,450.0,40.0,134.0,1.0,987.0,4188.0,64347.0,127500.0,408.0 +36103159407,"Census Tract 1594.07, Suffolk County, New York",6984,4604.0,89570.0,267900.0,797.0,5076.0,403.0,0.0,127.0,0.0,0.0,229.0,1149.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1594.07,6183.773281000001,5084.778168,212.87423419999996,26.32201147,70.39085162,0.041809198,744.7023964,3682.1716840000004,63443.15237,129826.9407,497.775528 +36103134907,"Census Tract 1349.07, Suffolk County, New York",4286,3253.0,113253.0,426400.0,1455.0,3903.0,46.0,7.0,93.0,0.0,0.0,0.0,244.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1349.07,4210.0,3980.0,45.0,8.0,49.0,0.0,126.0,2985.0,74918.0,223600.0,893.0 +36103135201,"Census Tract 1352.01, Suffolk County, New York",2165,1574.0,133083.0,441000.0,791.0,1988.0,2.0,0.0,114.0,0.0,0.0,22.0,39.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1352.01,2166.0,2034.0,1.0,0.0,59.0,0.0,61.0,1517.0,70915.0,227600.0,469.0 +36103135204,"Census Tract 1352.04, Suffolk County, New York",4911,3479.0,138023.0,539800.0,1530.0,4495.0,0.0,0.0,181.0,0.0,0.0,11.0,224.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1352.04,4354.0,4052.0,21.0,5.0,130.0,0.0,136.0,3063.0,81497.0,277300.0,1051.0 +36103135205,"Census Tract 1352.05, Suffolk County, New York",5081,3625.0,115349.0,453500.0,1795.0,4488.0,15.0,0.0,305.0,0.0,0.0,53.0,220.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1352.05,5126.759942000001,4723.703055,17.00967593,4.0009343710000005,217.0242473,0.0,149.02089709999998,3585.564503,80311.80791,238197.6952,1250.15942 +36103146500,"Census Tract 1465, Suffolk County, New York",5611,3661.0,108438.0,351300.0,943.0,4462.0,101.0,0.0,199.0,0.0,0.0,81.0,768.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1465,5641.0,5127.0,34.0,6.0,93.0,0.0,373.0,3608.0,66644.0,171200.0,541.0 +36103146705,"Census Tract 1467.05, Suffolk County, New York",3254,2276.0,98571.0,395800.0,626.0,2874.0,87.0,0.0,0.0,0.0,0.0,0.0,293.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1467.05,3528.0,3363.0,12.0,5.0,40.0,0.0,99.0,2345.0,76654.0,217300.0,569.0 +36103146706,"Census Tract 1467.06, Suffolk County, New York",2594,1795.0,106563.0,358900.0,579.0,2236.0,71.0,0.0,81.0,0.0,0.0,64.0,142.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1467.06,2689.0,2432.0,35.0,6.0,48.0,0.0,157.0,1716.0,62098.0,160700.0,247.0 +36103147803,"Census Tract 1478.03, Suffolk County, New York",3049,2251.0,80903.0,394100.0,895.0,2851.0,20.0,0.0,16.0,0.0,0.0,63.0,99.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1478.03,2651.0,2447.0,15.0,6.0,105.0,0.0,77.0,1732.0,57250.0,181500.0,437.0 +36103158007,"Census Tract 1580.07, Suffolk County, New York",9059,914.0,155179.0,578100.0,467.0,2899.0,756.0,12.0,4033.0,0.0,42.0,467.0,850.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1580.07,7043.035551999999,2477.81665,1141.061279,28.2344532,2692.982666,0.973601818,672.7588501,1002.809875,36897.999039999995,279399.9979,474.14407350000005 +36103158111,"Census Tract 1581.11, Suffolk County, New York",3256,2178.0,100625.0,296500.0,489.0,2428.0,200.0,0.0,140.0,0.0,0.0,22.0,466.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.11,3314.999856,2924.637939,51.95710373,8.203752518,102.5469131,0.0,213.9812164,2037.265381,63068.00045,144499.9966,283.71313480000003 +36103158112,"Census Tract 1581.12, Suffolk County, New York",4307,2792.0,89961.0,318000.0,574.0,2987.0,232.0,25.0,171.0,0.0,0.0,7.0,905.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.12,4415.0,3837.0,57.0,20.0,69.0,0.0,407.0,2746.0,55231.0,150800.0,420.0 +36103158116,"Census Tract 1581.16, Suffolk County, New York",2040,1392.0,83750.0,315500.0,285.0,1304.0,190.0,0.0,110.0,0.0,0.0,0.0,436.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.16,1937.0,1607.0,121.0,1.0,92.0,0.0,109.0,1442.0,60493.0,150400.0,265.0 +36103158317,"Census Tract 1583.17, Suffolk County, New York",6285,4609.0,95160.0,310200.0,2050.0,5588.0,0.0,239.0,26.0,0.0,0.0,4.0,428.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.17,5578.730193,5191.026855,53.95870209,12.99005795,99.92352295,0.0,205.842453,3536.293457,51821.99909,142200.0025,845.3529662999999 +36103158318,"Census Tract 1583.18, Suffolk County, New York",4078,2829.0,95458.0,306800.0,1166.0,3677.0,2.0,0.0,12.0,0.0,0.0,37.0,350.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.18,4224.0,3983.0,32.0,12.0,41.0,4.0,135.0,2691.0,66636.0,163700.0,696.0 +36103158401,"Census Tract 1584.01, Suffolk County, New York",1194,825.0,101458.0,384200.0,294.0,1081.0,16.0,21.0,7.0,0.0,0.0,14.0,55.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.01,1183.0,1102.0,9.0,5.0,22.0,0.0,43.0,779.0,70000.0,185200.0,221.0 +36103158508,"Census Tract 1585.08, Suffolk County, New York",6231,4165.0,119708.0,344200.0,1298.0,4539.0,251.0,0.0,281.0,0.0,101.0,41.0,1018.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.08,6299.740722,5670.762432,91.150231,16.01788464,125.2700581,0.0,383.52938539999997,4015.222564,73739.07677999999,183468.0755,1004.6903470000001 +36103158511,"Census Tract 1585.11, Suffolk County, New York",6434,4616.0,104559.0,343800.0,1253.0,4657.0,96.0,0.0,212.0,0.0,0.0,37.0,1432.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.11,5852.0,5247.0,55.0,6.0,101.0,0.0,411.0,3783.0,66287.0,164600.0,607.0 +36103158512,"Census Tract 1585.12, Suffolk County, New York",3708,2518.0,114265.0,365800.0,957.0,3441.0,2.0,0.0,101.0,0.0,0.0,17.0,147.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.12,3318.341837,3081.363228,41.78272486,7.2534397539999995,49.07836199,0.0,134.5281582,2145.6836780000003,67159.83754,180852.0604,600.3551177999999 +36103158604,"Census Tract 1586.04, Suffolk County, New York",4795,3418.0,97188.0,341900.0,1021.0,3981.0,84.0,0.0,54.0,0.0,8.0,110.0,558.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1586.04,5036.0,4534.0,51.0,6.0,110.0,0.0,327.0,3263.0,70493.0,163400.0,506.0 +36103111802,"Census Tract 1118.02, Suffolk County, New York",2852,1943.0,118958.0,534800.0,941.0,2573.0,1.0,0.0,103.0,0.0,0.0,8.0,167.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1118.02,2827.0,2616.0,28.0,3.0,127.0,0.0,52.0,2004.0,93515.0,280200.0,872.0 +36103111201,"Census Tract 1112.01, Suffolk County, New York",4013,2771.0,72969.0,330500.0,689.0,1730.0,181.0,0.0,32.0,0.0,0.0,34.0,2036.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1112.01,3225.0,1827.0,304.0,23.0,116.0,0.0,940.0,2115.0,53141.0,155800.0,475.0 +36103111804,"Census Tract 1118.04, Suffolk County, New York",2539,1692.0,132692.0,479600.0,764.0,2328.0,37.0,0.0,80.0,0.0,0.0,0.0,94.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1118.04,2297.0,2115.0,16.0,0.0,79.0,0.0,84.0,1536.0,88939.0,255500.0,531.0 +36103122705,"Census Tract 1227.05, Suffolk County, New York",3040,2079.0,87167.0,359300.0,561.0,1701.0,450.0,0.0,210.0,0.0,0.0,173.0,506.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1227.05,3153.999928,2688.243896,120.7873764,10.62928867,103.3939896,0.0,224.18136600000003,1984.778198,59275.99827999999,174099.9943,394.25 +36103122901,"Census Tract 1229.01, Suffolk County, New York",6329,4476.0,87308.0,347300.0,964.0,4555.0,25.0,39.0,302.0,0.0,0.0,187.0,1260.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1229.01,6137.0,5505.0,67.0,13.0,122.0,2.0,404.0,3970.0,61063.0,161800.0,583.0 +36103123102,"Census Tract 1231.02, Suffolk County, New York",3996,2742.0,104453.0,337100.0,520.0,3055.0,260.0,9.0,72.0,0.0,0.0,16.0,584.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1231.02,4253.0,3770.0,94.0,10.0,87.0,0.0,283.0,2925.0,68872.0,168000.0,701.0 +36103123900,"Census Tract 1239, Suffolk County, New York",5668,3865.0,79688.0,338800.0,909.0,4172.0,136.0,0.0,90.0,0.0,0.0,190.0,1080.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1239,5170.000002000001,4452.494073,126.9908409,13.69612074,87.44881466,0.0,475.01293089999996,3385.455822,55114.61973,159430.7519,559.6223062999999 +36103124001,"Census Tract 1240.01, Suffolk County, New York",4862,3463.0,91319.0,342800.0,911.0,3680.0,162.0,10.0,92.0,0.0,0.0,33.0,895.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1240.01,4565.0,4252.0,28.0,7.0,67.0,0.0,202.0,3096.0,60873.0,172700.0,530.0 +36103124601,"Census Tract 1246.01, Suffolk County, New York",2665,1918.0,126667.0,408900.0,889.0,2306.0,6.0,0.0,54.0,0.0,0.0,47.0,252.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1246.01,2924.508177,2759.535889,33.99428177,0.999831855,41.992939,0.0,84.98571014,2016.660889,77576.99895,192499.99899999998,613.8967896 +36103134703,"Census Tract 1347.03, Suffolk County, New York",3732,2596.0,157933.0,713000.0,1437.0,3563.0,2.0,0.0,80.0,0.0,0.0,9.0,78.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1347.03,3928.762315,3718.4174799999996,33.89442062,0.0,94.70500183,0.0,77.75778961,2655.727783,108553.9968,413400.0066,1213.220947 +36103134904,"Census Tract 1349.04, Suffolk County, New York",6281,4319.0,121838.0,487800.0,2530.0,5453.0,76.0,0.0,510.0,0.0,3.0,15.0,224.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1349.04,7056.0,6521.0,64.0,14.0,128.0,0.0,318.0,4940.0,80934.0,281800.0,2000.0 +36103135003,"Census Tract 1350.03, Suffolk County, New York",4695,3262.0,115430.0,474000.0,1480.0,4375.0,0.0,0.0,62.0,0.0,0.0,59.0,199.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1350.03,4210.027589,3996.8890109999998,9.022895562,3.0018075439999996,33.08103824,0.000451886,167.0311801,2792.6983149999996,81042.86948,232096.0843,939.3157177000002 +36103135103,"Census Tract 1351.03, Suffolk County, New York",5047,3544.0,155362.0,530300.0,2050.0,4330.0,169.0,0.0,122.0,0.0,107.0,178.0,141.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1351.03,5182.0,4745.0,50.0,3.0,214.0,0.0,144.0,3316.0,94504.0,304500.0,1445.0 +36103145703,"Census Tract 1457.03, Suffolk County, New York",4575,3031.0,53100.0,275900.0,277.0,1225.0,715.0,8.0,213.0,0.0,0.0,98.0,2324.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1457.03,5010.0,1527.0,998.0,20.0,238.0,1.0,2181.0,3096.0,49704.0,133000.0,357.0 +36103145902,"Census Tract 1459.02, Suffolk County, New York",11268,5998.0,84386.0,285900.0,586.0,915.0,1933.0,175.0,36.0,0.0,382.0,491.0,7336.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1459.02,7490.0,2154.0,1528.0,24.0,207.0,4.0,3504.0,4597.0,51195.0,139200.0,364.0 +36103146205,"Census Tract 1462.05, Suffolk County, New York",2307,1506.0,102708.0,353400.0,496.0,2012.0,87.0,0.0,0.0,0.0,8.0,8.0,192.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1462.05,2335.354477,2025.0264120000002,70.55035532,4.009381057,24.23452643,0.0,199.475953,1492.111759,77700.03433,175750.3166,354.21484680000003 +36103146206,"Census Tract 1462.06, Suffolk County, New York",2468,1629.0,99750.0,362100.0,568.0,1399.0,191.0,1.0,106.0,0.0,45.0,62.0,664.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1462.06,2245.0,1568.0,220.0,13.0,41.0,0.0,391.0,1444.0,68684.0,162000.0,279.0 +36103146800,"Census Tract 1468, Suffolk County, New York",5757,3858.0,105000.0,393400.0,1328.0,5304.0,0.0,0.0,48.0,0.0,0.0,35.0,370.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1468,6325.0,5929.0,35.0,13.0,87.0,0.0,255.0,4083.0,72843.0,187400.0,898.0 +36103147401,"Census Tract 1474.01, Suffolk County, New York",5849,4404.0,85203.0,342600.0,1292.0,4440.0,267.0,0.0,39.0,0.0,0.0,41.0,1062.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1474.01,6275.0,5094.0,349.0,11.0,211.0,0.0,577.0,4240.0,56651.0,160000.0,758.0 +36103147501,"Census Tract 1475.01, Suffolk County, New York",7073,4514.0,115727.0,376300.0,1886.0,6002.0,81.0,0.0,167.0,0.0,0.0,0.0,823.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1475.01,7728.0,7119.0,56.0,20.0,144.0,0.0,366.0,5069.0,69821.0,172800.0,1436.0 +36103147902,"Census Tract 1479.02, Suffolk County, New York",3956,2781.0,137841.0,480400.0,1485.0,3562.0,2.0,37.0,66.0,0.0,0.0,133.0,156.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1479.02,4340.878672,4154.883785,32.99907312,5.999832121,40.99886411,0.0,102.99718370000001,2922.918402,96085.97685,255299.9522,1306.9633279999998 +36103158006,"Census Tract 1580.06, Suffolk County, New York",6405,4736.0,113542.0,409700.0,2758.0,5145.0,80.0,0.0,964.0,24.0,0.0,91.0,101.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1580.06,7002.376983,5997.810989,172.5986852,12.59376662,586.9452789,3.0320175089999997,220.70861949999997,4695.540815,76275.80573,217206.7969,2116.6240780000003 +36103158009,"Census Tract 1580.09, Suffolk County, New York",2638,1722.0,134750.0,435600.0,1245.0,2257.0,34.0,0.0,249.0,0.0,0.0,5.0,93.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1580.09,2752.0,2528.0,14.0,6.0,147.0,0.0,57.0,1755.0,96123.0,235800.0,896.0 +36103158107,"Census Tract 1581.07, Suffolk County, New York",4207,3069.0,101736.0,401900.0,1272.0,3255.0,50.0,0.0,370.0,0.0,18.0,150.0,364.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.07,3494.749549,3017.9706260000003,44.18849383,2.013859841,243.1598502,0.0,172.4111753,2444.4531920000004,72357.71515,192456.5686,851.6477166000001 +36103158110,"Census Tract 1581.10, Suffolk County, New York",3512,2330.0,104184.0,308000.0,648.0,2774.0,6.0,0.0,80.0,0.0,0.0,28.0,624.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.10,3527.0,3088.361938,44.04289627,8.796246529,98.45308304,0.0,274.01876830000003,2287.7345579999997,67053.33974,154068.2998,360.28686519999997 +36103158306,"Census Tract 1583.06, Suffolk County, New York",6115,4348.0,105633.0,419700.0,1804.0,5112.0,48.0,58.0,192.0,0.0,0.0,35.0,670.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.06,5057.0,4666.0,91.0,9.0,64.0,0.0,213.0,3256.0,82545.0,206000.0,932.0 +36103180300,"Census Tract 1803, Suffolk County, New York",2643,1927.0,110530.0,785600.0,1155.0,2459.0,0.0,0.0,16.0,0.0,50.0,0.0,118.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1803,2228.0,2123.0,21.0,10.0,20.0,0.0,53.0,1746.0,53011.0,289100.0,749.0 +36103159410,"Census Tract 1594.10, Suffolk County, New York",8141,4894.0,115701.0,448700.0,2034.0,6429.0,271.0,0.0,127.0,0.0,51.0,93.0,1170.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1594.10,5231.929833,4423.94043,407.99453739999996,26.9996376,49.99932861,0.999986589,300.9959717,3211.957031,75251.99982000001,188499.9999,1012.986389 +36103159602,"Census Tract 1596.02, Suffolk County, New York",4036,2657.0,101922.0,419100.0,982.0,3965.0,13.0,0.0,0.0,0.0,0.0,0.0,58.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1596.02,4049.0,3725.0,67.0,4.0,69.0,1.0,181.0,2758.0,65281.0,180600.0,866.0 +36103170002,"Census Tract 1700.02, Suffolk County, New York",3992,3078.0,91761.0,537400.0,1346.0,3713.0,36.0,0.0,50.0,0.0,3.0,0.0,190.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1700.02,4267.0,3902.0,90.0,5.0,35.0,0.0,213.0,3123.0,60042.0,254100.0,1123.0 +36103190403,"Census Tract 1904.03, Suffolk County, New York",3779,2698.0,71439.0,459100.0,845.0,2632.0,18.0,0.0,0.0,0.0,0.0,55.0,1074.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1904.03,3144.0000010000003,2623.5182800000002,62.77685165,3.465631604,25.21580803,0.0,421.6570225,2273.861679,49422.0155,188258.3652,626.861115 +36103190708,"Census Tract 1907.08, Suffolk County, New York",2038,1600.0,112344.0,1141000.0,892.0,1757.0,1.0,0.0,55.0,0.0,0.0,22.0,203.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1907.08,2108.0,1938.0,23.0,8.0,24.0,0.0,108.0,1689.0,55526.0,391400.0,723.0 +36103111505,"Census Tract 1115.05, Suffolk County, New York",6739,4503.0,87250.0,390900.0,1706.0,3614.0,1199.0,34.0,345.0,0.0,100.0,264.0,1183.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1115.05,6271.0,3796.0,1645.0,21.0,234.0,0.0,551.0,4228.0,69392.0,193900.0,1251.0 +36103145701,"Census Tract 1457.01, Suffolk County, New York",5004,3415.0,99491.0,456600.0,1536.0,3310.0,532.0,15.0,418.0,0.0,48.0,77.0,604.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1457.01,5055.061301,4283.730469,125.7279358,0.997840762,365.2097168,0.997840762,262.4321289,3466.498779,67985.99857000001,250100.0078,1195.413208 +36103111504,"Census Tract 1115.04, Suffolk County, New York",1525,942.0,114861.0,594100.0,513.0,1186.0,41.0,0.0,212.0,0.0,0.0,16.0,70.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1115.04,1415.0,1282.0,24.0,5.0,53.0,0.0,46.0,1054.0,102282.0,324700.0,473.0 +36103111300,"Census Tract 1113, Suffolk County, New York",4380,3040.0,143641.0,645300.0,1998.0,4154.0,22.0,0.0,10.0,0.0,0.0,25.0,169.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1113,4884.0,4506.9418350000005,97.19748478,6.029475338999999,112.20043229999999,0.0029475340000000004,141.58655919999998,3255.84103,94360.91484,338560.0063,1927.03655 +36103110300,"Census Tract 1103, Suffolk County, New York",4989,3781.0,125972.0,629700.0,2217.0,4332.0,74.0,9.0,101.0,0.0,10.0,23.0,440.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1103,5074.000125,4716.058105,66.80251312,9.970524787999999,67.79956818,0.9970524909999999,198.4134521,3667.1591799999997,93786.99946,357099.9918,2041.9635010000002 +36103111002,"Census Tract 1110.02, Suffolk County, New York",5554,3441.0,60319.0,322500.0,921.0,1836.0,374.0,0.0,142.0,0.0,231.0,75.0,2896.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1110.02,4408.0,1776.0,701.0,6.0,96.0,0.0,1820.0,2759.0,50479.0,175500.0,667.0 +36103122300,"Census Tract 1223, Suffolk County, New York",4117,2484.0,105865.0,400900.0,868.0,2651.0,113.0,8.0,486.0,0.0,8.0,145.0,714.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1223,4384.0,3576.0,172.0,13.0,220.0,3.0,367.0,2771.0,72208.0,194300.0,654.0 +36103123402,"Census Tract 1234.02, Suffolk County, New York",6177,4277.0,63750.0,334400.0,769.0,4578.0,435.0,0.0,71.0,0.0,21.0,25.0,1047.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1234.02,7684.0,6371.0,281.0,28.0,169.0,0.0,801.0,5195.0,57090.0,156600.0,752.0 +36103123801,"Census Tract 1238.01, Suffolk County, New York",3927,3136.0,75265.0,332800.0,929.0,3034.0,152.0,0.0,36.0,0.0,46.0,7.0,652.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1238.01,4345.0,4007.0,58.0,12.0,68.0,0.0,190.0,3249.0,66282.0,171600.0,651.0 +36103124002,"Census Tract 1240.02, Suffolk County, New York",3463,2355.0,109293.0,359400.0,576.0,2421.0,340.0,10.0,0.0,0.0,0.0,41.0,651.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1240.02,3431.0,3078.0,23.0,7.0,44.0,0.0,245.0,2236.0,68707.0,170900.0,298.0 +36103135005,"Census Tract 1350.05, Suffolk County, New York",3496,2668.0,66597.0,409700.0,989.0,3149.0,6.0,0.0,47.0,0.0,6.0,0.0,288.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1350.05,3618.0650219999998,3419.126907,13.78999304,5.908673995,56.14295934,0.9848039129999999,111.27955959999998,2761.296074,55308.93585,202500.6659,814.4232722999999 +36103135401,"Census Tract 1354.01, Suffolk County, New York",6874,4669.0,117151.0,459600.0,1948.0,6165.0,38.0,0.0,238.0,0.0,0.0,126.0,307.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1354.01,5690.339013000001,5216.643555,57.96270752,7.994856358,186.8797607,2.9980711939999996,205.86755369999997,4005.423096,82449.0013,237799.9905,1459.061279 +36103135403,"Census Tract 1354.03, Suffolk County, New York",4494,2948.0,117000.0,384400.0,1041.0,3564.0,51.0,0.0,228.0,0.0,0.0,41.0,610.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1354.03,4513.989485,4040.004176,55.99080136,16.99472023,133.9932004,0.000501589,255.00658059999998,2978.084903,71463.44836000001,204870.3716,887.8970837999999 +36103145604,"Census Tract 1456.04, Suffolk County, New York",5122,3369.0,77100.0,280600.0,305.0,719.0,618.0,68.0,10.0,0.0,40.0,25.0,3710.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1456.04,4164.0,910.0,579.0,36.0,148.0,0.0,2469.0,2450.0,51538.0,140200.0,214.0 +36103158708,"Census Tract 1587.08, Suffolk County, New York",3945,2829.0,66667.0,206300.0,819.0,2411.0,966.0,0.0,138.0,0.0,0.0,52.0,378.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.08,3834.0,2839.0,457.0,11.0,184.0,0.0,306.0,2473.0,50086.0,85900.0,535.0 +36103158609,"Census Tract 1586.09, Suffolk County, New York",4721,3233.0,97457.0,318900.0,770.0,3439.0,235.0,10.0,354.0,0.0,7.0,109.0,567.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1586.09,4369.0,3878.0,43.0,9.0,132.0,2.0,295.0,2894.0,65570.0,156500.0,523.0 +36103158705,"Census Tract 1587.05, Suffolk County, New York",3573,1961.0,71214.0,255400.0,419.0,861.0,1415.0,0.0,26.0,0.0,0.0,93.0,1178.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.05,3094.0,599.0,1941.0,30.0,61.0,0.0,449.0,1824.0,56250.0,141000.0,338.0 +36103147001,"Census Tract 1470.01, Suffolk County, New York",4427,2820.0,111250.0,389800.0,1378.0,3775.0,0.0,0.0,66.0,0.0,0.0,44.0,542.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1470.01,4460.999991,4168.996338,29.74817514,11.34124088,103.0291967,1.095802918,129.40602109999998,2971.164215,75960.87805,197039.3779,803.3339386 +36103147100,"Census Tract 1471, Suffolk County, New York",3096,2202.0,123152.0,503400.0,1293.0,2564.0,66.0,0.0,50.0,0.0,72.0,64.0,280.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1471,3248.0,2994.0,61.0,8.0,51.0,1.0,132.0,2204.0,88556.0,246000.0,1176.0 +36103147300,"Census Tract 1473, Suffolk County, New York",8753,5673.0,80992.0,381400.0,1758.0,3103.0,2368.0,196.0,69.0,0.0,0.0,101.0,3111.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1473,6815.0,3667.0,1377.0,36.0,207.0,1.0,1478.0,4605.0,43343.0,172200.0,1011.0 +36103147502,"Census Tract 1475.02, Suffolk County, New York",6543,4478.0,128750.0,434100.0,1873.0,6238.0,17.0,0.0,27.0,0.0,33.0,14.0,214.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1475.02,6798.9999849999995,6478.124268,27.38162804,5.536221027000001,78.37191963,0.0,182.97734450000002,4381.280272999999,74839.47235,228206.0194,1254.947479 +36103158002,"Census Tract 1580.02, Suffolk County, New York",6064,4120.0,163977.0,561000.0,3257.0,4735.0,15.0,0.0,562.0,0.0,56.0,229.0,467.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1580.02,6439.494893,5832.356456,104.52709420000001,16.26129892,304.8481203,0.009124805,158.22179640000002,4359.654656000001,97017.68165,299085.7452,3049.4928640000003 +36103158104,"Census Tract 1581.04, Suffolk County, New York",5620,3746.0,103137.0,311100.0,742.0,4292.0,292.0,46.0,182.0,0.0,0.0,81.0,727.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.04,5686.0,5016.0,102.0,21.0,156.0,0.0,372.0,3647.0,64340.0,144300.0,712.0 +36103158114,"Census Tract 1581.14, Suffolk County, New York",3592,2507.0,102865.0,360500.0,847.0,3068.0,18.0,0.0,163.0,0.0,0.0,29.0,314.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.14,2918.0,2649.0,38.0,3.0,50.0,0.0,178.0,2033.0,83096.0,175200.0,639.0 +36103122404,"Census Tract 1224.04, Suffolk County, New York",3674,2369.0,93819.0,340900.0,561.0,2551.0,139.0,0.0,66.0,0.0,0.0,0.0,918.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1224.04,3602.0,3124.0,79.0,13.0,85.0,0.0,299.0,2306.0,71792.0,161300.0,377.0 +36103122602,"Census Tract 1226.02, Suffolk County, New York",4811,3277.0,91786.0,351500.0,841.0,3234.0,160.0,0.0,199.0,0.0,26.0,146.0,1046.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1226.02,5027.0,4495.0,71.0,6.0,145.0,0.0,297.0,3507.0,63293.0,177300.0,785.0 +36103122704,"Census Tract 1227.04, Suffolk County, New York",2212,1568.0,103388.0,383500.0,455.0,1107.0,217.0,0.0,326.0,0.0,11.0,24.0,527.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1227.04,2150.594781,1472.295677,436.6762152,3.339568317,92.67173219,0.0,141.4172144,1459.636734,61886.10297000001,214474.5066,388.8156738 +36103123001,"Census Tract 1230.01, Suffolk County, New York",5815,3984.0,84051.0,339100.0,1164.0,3770.0,378.0,0.0,409.0,0.0,132.0,86.0,1040.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1230.01,5934.0,5128.0,123.0,16.0,144.0,0.0,493.0,4004.0,53641.0,164100.0,355.0 +36103123302,"Census Tract 1233.02, Suffolk County, New York",1867,1059.0,54417.0,278500.0,195.0,92.0,1000.0,0.0,55.0,0.0,0.0,85.0,635.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1233.02,1663.0,38.0,1338.0,46.0,6.0,0.0,230.0,929.0,40096.0,108600.0,87.0 +36103123701,"Census Tract 1237.01, Suffolk County, New York",7095,4830.0,69109.0,282900.0,619.0,1539.0,996.0,35.0,110.0,0.0,0.0,85.0,4365.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1237.01,5904.0,2324.0,677.0,25.0,140.0,5.0,2659.0,3670.0,50441.0,142700.0,324.0 +36103158709,"Census Tract 1587.09, Suffolk County, New York",2377,1830.0,100313.0,268400.0,649.0,2115.0,56.0,0.0,37.0,0.0,0.0,19.0,150.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1587.09,1901.0,1747.0,33.0,2.0,26.0,0.0,93.0,1461.0,68814.0,131300.0,482.0 +36103158804,"Census Tract 1588.04, Suffolk County, New York",6869,4714.0,83750.0,280300.0,975.0,4779.0,213.0,0.0,86.0,0.0,0.0,40.0,1751.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1588.04,7034.556426,6154.805118,104.4121317,28.88080518,101.1204742,0.0034231920000000002,622.7137809,4686.881579999999,60938.95336,136906.2177,839.7206936000001 +36103159107,"Census Tract 1591.07, Suffolk County, New York",3576,2505.0,99875.0,350400.0,595.0,3022.0,28.0,0.0,12.0,0.0,0.0,59.0,455.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1591.07,3869.0,3501.0,53.0,5.0,60.0,0.0,241.0,2517.0,77680.0,159700.0,417.0 +36103159108,"Census Tract 1591.08, Suffolk County, New York",7212,4728.0,102321.0,321400.0,1377.0,4663.0,348.0,0.0,154.0,0.0,0.0,187.0,1860.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1591.08,7468.0,6256.0,259.0,22.0,134.0,1.0,751.0,4581.0,73787.0,154400.0,862.0 +36103122406,"Census Tract 1224.06, Suffolk County, New York",5226,3277.0,68958.0,249900.0,472.0,107.0,3074.0,137.0,15.0,0.0,109.0,77.0,1707.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1224.06,5259.573479,191.8283274,3926.5635799999995,48.00353882,21.05389048,1.9999997619999998,1046.1206550000002,2838.017694,39790.43436,130837.3566,225.2348748 +36103122601,"Census Tract 1226.01, Suffolk County, New York",6095,4095.0,102426.0,340600.0,1425.0,3396.0,877.0,11.0,650.0,0.0,1.0,59.0,1112.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1226.01,5810.0,4863.0,161.0,12.0,260.0,0.0,487.0,3934.0,55878.0,164600.0,703.0 +36103122706,"Census Tract 1227.06, Suffolk County, New York",3874,2671.0,108889.0,374900.0,679.0,2676.0,355.0,0.0,451.0,0.0,0.0,68.0,324.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1227.06,4185.490882,3594.1279299999997,82.91067505,12.9860096,199.7847748,0.0,278.6997375,2926.846924,58640.99895,184899.9953,476.48666380000003 +36103112214,"Census Tract 1122.14, Suffolk County, New York",6557,5147.0,97465.0,795400.0,3253.0,4690.0,830.0,0.0,754.0,0.0,29.0,56.0,198.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1122.14,4890.080575999999,4119.352634000001,221.5710668,11.00043264,284.0191354,0.9999994640000001,227.12481180000003,3270.6497010000003,106344.7191,439052.61,1491.142491 +36103111704,"Census Tract 1117.04, Suffolk County, New York",3322,2337.0,126667.0,494600.0,1072.0,3087.0,0.0,0.0,28.0,0.0,0.0,34.0,173.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1117.04,3295.0,3092.0,25.0,1.0,88.0,0.0,84.0,2307.0,86200.0,250700.0,930.0 +36103112002,"Census Tract 1120.02, Suffolk County, New York",4488,3465.0,96438.0,472300.0,1577.0,3807.0,94.0,0.0,244.0,0.0,0.0,20.0,323.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1120.02,5023.0,4641.0,44.0,4.0,157.0,0.0,170.0,3645.0,85353.0,269900.0,1659.0 +36103112210,"Census Tract 1122.10, Suffolk County, New York",7764,5203.0,138887.0,681300.0,3118.0,5849.0,309.0,0.0,1141.0,0.0,0.0,13.0,452.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1122.10,6667.423382,5613.689696,209.1091119,10.01973172,516.1937566,0.0,262.3853889,4503.792995000001,92289.96722,345969.1598,1879.496402 +36103122502,"Census Tract 1225.02, Suffolk County, New York",4984,3404.0,95417.0,333500.0,871.0,321.0,3199.0,22.0,36.0,0.0,5.0,54.0,1347.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1225.02,4489.0,141.0,3802.0,26.0,23.0,0.0,458.0,2675.0,69112.0,155500.0,546.0 +36103122902,"Census Tract 1229.02, Suffolk County, New York",4210,3161.0,76829.0,348500.0,551.0,3508.0,133.0,0.0,31.0,0.0,0.0,71.0,467.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1229.02,4455.0,3926.0,55.0,4.0,115.0,0.0,330.0,3050.0,56652.0,162100.0,515.0 +36103122603,"Census Tract 1226.03, Suffolk County, New York",5846,4134.0,99980.0,342300.0,1506.0,4001.0,526.0,0.0,290.0,0.0,0.0,67.0,962.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1226.03,5693.0,4998.0,103.0,17.0,142.0,1.0,413.0,3973.0,63274.0,180900.0,867.0 +36103123401,"Census Tract 1234.01, Suffolk County, New York",4611,3239.0,95096.0,345900.0,539.0,2911.0,236.0,0.0,76.0,0.0,0.0,55.0,1333.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1234.01,4083.0,3194.0,163.0,7.0,121.0,1.0,571.0,2680.0,61000.0,157900.0,344.0 +36103123500,"Census Tract 1235, Suffolk County, New York",6253,4250.0,78750.0,341000.0,1393.0,3421.0,580.0,6.0,101.0,0.0,0.0,7.0,2138.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1235,5601.0,3848.0,815.0,27.0,102.0,0.0,777.0,3988.0,55061.0,162300.0,809.0 +36103124500,"Census Tract 1245, Suffolk County, New York",5432,3834.0,128875.0,447900.0,1921.0,4341.0,68.0,28.0,181.0,0.0,9.0,463.0,370.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1245,5134.0,4408.0,253.0,11.0,118.0,0.0,270.0,3425.0,69141.0,197900.0,1062.0 +36103124602,"Census Tract 1246.02, Suffolk County, New York",4080,3116.0,116250.0,517900.0,1700.0,3467.0,13.0,0.0,202.0,0.0,14.0,24.0,360.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1246.02,4556.0,4076.0,87.0,12.0,61.0,0.0,289.0,3240.0,66513.0,256400.0,1243.0 +36103135104,"Census Tract 1351.04, Suffolk County, New York",5459,3575.0,128389.0,480200.0,1701.0,5101.0,22.0,0.0,28.0,0.0,27.0,44.0,237.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1351.04,5065.0,4767.0,18.0,1.0,118.0,0.0,146.0,3322.0,94229.0,255100.0,1267.0 +36103158408,"Census Tract 1584.08, Suffolk County, New York",4181,2688.0,93036.0,257000.0,823.0,3760.0,53.0,0.0,16.0,0.0,0.0,8.0,344.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1584.08,3697.0,3414.0,27.0,6.0,41.0,0.0,189.0,2306.0,49255.0,127800.0,354.0 +36103159203,"Census Tract 1592.03, Suffolk County, New York",5694,4291.0,101684.0,336300.0,1746.0,5046.0,220.0,0.0,37.0,0.0,0.0,34.0,357.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1592.03,5076.0,4682.0,80.0,9.0,40.0,0.0,251.0,3550.0,69692.0,164300.0,1046.0 +36103158507,"Census Tract 1585.07, Suffolk County, New York",3854,2435.0,98036.0,331400.0,811.0,2755.0,62.0,0.0,556.0,0.0,0.0,39.0,442.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.07,3762.2593799999995,3216.237549,83.84976959,9.982115746,150.72995,0.0,295.47061160000004,2356.777588,63526.99767999999,152799.99599999998,385.3096619 +36103147602,"Census Tract 1476.02, Suffolk County, New York",4986,3744.0,85465.0,404600.0,1101.0,4516.0,89.0,0.0,0.0,0.0,0.0,12.0,369.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1476.02,5464.0,5176.0,44.0,7.0,46.0,0.0,187.0,3992.0,65828.0,199200.0,1052.0 +36103158108,"Census Tract 1581.08, Suffolk County, New York",2888,1854.0,131429.0,406400.0,910.0,1900.0,41.0,5.0,539.0,0.0,10.0,63.0,330.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1581.08,1994.0,1645.0,48.0,10.0,160.0,0.0,128.0,1193.0,73594.0,190100.0,452.0 +36103158505,"Census Tract 1585.05, Suffolk County, New York",4399,3050.0,97857.0,414400.0,1119.0,3569.0,112.0,0.0,245.0,0.0,84.0,25.0,364.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.05,4098.573221,3495.153493,105.1124564,9.73685528,264.6576505,0.0,211.2612335,2795.530055,69685.60137,213960.1507,782.8645644 +36103158510,"Census Tract 1585.10, Suffolk County, New York",6828,4769.0,87179.0,330400.0,1225.0,5369.0,68.0,0.0,439.0,0.0,213.0,25.0,714.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1585.10,6951.0,6046.0,141.0,22.0,140.0,0.0,580.0,4384.0,64434.0,149200.0,887.0 +36103158606,"Census Tract 1586.06, Suffolk County, New York",4877,3370.0,86771.0,330500.0,630.0,4129.0,19.0,0.0,224.0,0.0,4.0,4.0,497.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1586.06,5011.0,4402.0,34.0,13.0,88.0,0.0,467.0,3194.0,68229.0,154200.0,501.0 +36103158803,"Census Tract 1588.03, Suffolk County, New York",6967,4891.0,103333.0,397300.0,1575.0,5033.0,183.0,0.0,311.0,0.0,0.0,52.0,1388.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1588.03,5049.437936,4498.152466,67.65239906,6.242406607,68.348423,0.0,378.5090942,3110.587097,72080.05816,170045.9612,637.2324447999999 +36103159000,"Census Tract 1590, Suffolk County, New York",4822,3432.0,66736.0,305100.0,1149.0,2795.0,230.0,0.0,23.0,0.0,0.0,51.0,1723.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1590,4932.0,3592.0,199.0,21.0,66.0,0.0,1024.0,3386.0,47167.0,136200.0,758.0 +36103159102,"Census Tract 1591.02, Suffolk County, New York",6720,4811.0,52297.0,268300.0,611.0,4671.0,148.0,0.0,270.0,0.0,0.0,22.0,1609.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1591.02,5837.0,4819.0,258.0,17.0,106.0,0.0,627.0,4209.0,42763.0,141300.0,441.0 +36103159201,"Census Tract 1592.01, Suffolk County, New York",3157,2293.0,108889.0,319200.0,693.0,2389.0,1.0,0.0,7.0,0.0,0.0,0.0,760.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1592.01,2890.0,2370.0,82.0,9.0,34.0,0.0,382.0,1880.0,58654.0,147500.0,293.0 +36103170001,"Census Tract 1700.01, Suffolk County, New York",5821,4359.0,86250.0,553800.0,1778.0,5417.0,14.0,134.0,17.0,0.0,0.0,46.0,327.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1700.01,5386.048459000001,5110.038458,79.00698918,17.00016668,27.00028738,5.74768e-06,135.0024543,3817.0346130000003,55659.91215,206499.6771,1303.007817 +36103170202,"Census Tract 1702.02, Suffolk County, New York",3897,3330.0,68910.0,582600.0,1318.0,3324.0,42.0,7.0,3.0,0.0,0.0,79.0,442.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1702.02,3433.0,3124.0,117.0,3.0,39.0,0.0,133.0,2639.0,45257.323,216671.9766,820.0 +36103190402,"Census Tract 1904.02, Suffolk County, New York",2512,1752.0,81500.0,474800.0,629.0,1873.0,97.0,0.0,30.0,0.0,5.0,6.0,501.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1904.02,2272.0,1796.0,145.0,9.0,26.0,0.0,282.0,1517.0,47443.0,172700.0,297.0 +36103190601,"Census Tract 1906.01, Suffolk County, New York",4762,3615.0,92697.0,603900.0,1641.0,4200.0,42.0,17.0,132.0,0.0,0.0,124.0,247.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1906.01,4334.0,4068.0,78.0,10.0,43.0,0.0,125.0,3104.0,61321.0,251200.0,1037.0 +36103201001,"Census Tract 2010.01, Suffolk County, New York",7205,5367.0,85946.0,674000.0,2497.0,5003.0,79.0,21.0,329.0,0.0,0.0,24.0,1749.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 2010.01,5022.000003,3950.268764,87.42318273,19.19803537,100.0278978,0.0,810.2333989,3532.3277020000005,57024.73302000001,232808.9389,1234.5284880000002 +36103158607,"Census Tract 1586.07, Suffolk County, New York",3353,2385.0,90256.0,305600.0,476.0,2520.0,59.0,0.0,59.0,0.0,0.0,0.0,715.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1586.07,3161.0,2730.0,51.0,7.0,60.0,0.0,291.0,2102.0,57049.0,156100.0,309.0 +36103159508,"Census Tract 1595.08, Suffolk County, New York",7786,5273.0,71910.0,189500.0,957.0,5978.0,505.0,42.0,45.0,0.0,0.0,555.0,661.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1595.08,7013.0,5848.0,336.0,49.0,63.0,1.0,682.0,4211.0,44676.0,98200.0,338.0 +36103190706,"Census Tract 1907.06, Suffolk County, New York",4295,3419.0,73614.0,802300.0,1404.0,3324.0,228.0,0.0,115.0,0.0,0.0,44.0,584.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1907.06,4413.0,3813.0,195.0,17.0,42.0,0.0,327.0,3171.0,52689.0,279600.0,838.0 +36103190800,"Census Tract 1908, Suffolk County, New York",3256,2606.0,78864.0,1195700.0,1363.0,2580.0,441.0,16.0,55.0,0.0,33.0,2.0,145.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1908,3965.2725909999995,2994.231339,514.0249147,25.000653500000002,58.00367593,8.168739999999999e-05,359.0108644,2943.207568,54300.99757000001,384215.3129,1029.0932050000001 +36103110501,"Census Tract 1105.01, Suffolk County, New York",2803,1963.0,124000.0,669800.0,1242.0,2543.0,9.0,0.0,34.0,0.0,0.0,65.0,152.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1105.01,3039.0,2887.0,12.0,1.0,42.0,0.0,91.0,2086.0,101149.0,381900.0,1218.0 +36103110200,"Census Tract 1102, Suffolk County, New York",4979,3684.0,107917.0,530400.0,2238.0,4237.0,130.0,0.0,359.0,0.0,0.0,0.0,253.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1102,5164.737744,4925.371279,33.16828397,3.0538508710000003,81.55870277,0.0,106.5721655,3803.933126,82167.95391,300225.2804,2184.4365789999997 +36103122802,"Census Tract 1228.02, Suffolk County, New York",4147,2960.0,91523.0,332700.0,669.0,2625.0,524.0,0.0,35.0,0.0,24.0,104.0,835.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1228.02,4303.0,3573.0,131.0,13.0,146.0,0.0,394.0,2892.0,59554.0,155900.0,450.0 +36103124200,"Census Tract 1242, Suffolk County, New York",5144,3904.0,87222.0,349300.0,963.0,4020.0,2.0,0.0,180.0,0.0,0.0,45.0,897.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1242,6165.0,5529.0,56.0,29.0,124.0,0.0,342.0,4157.0,65483.0,174600.0,702.0 +36103169901,"Census Tract 1699.01, Suffolk County, New York",6296,4801.0,54479.0,337000.0,1170.0,4165.0,1304.0,0.0,50.0,0.0,2.0,2.0,773.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1699.01,3849.999975,3055.432373,555.2840576,13.24279404,22.83240318,0.456648082,194.9887238,2749.934814,46011.99936,165099.9988,621.0413818 +36103159512,"Census Tract 1595.12, Suffolk County, New York",2413,1571.0,71875.0,236500.0,190.0,1695.0,125.0,0.0,34.0,0.0,0.0,27.0,532.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1595.12,2120.99989,1669.685547,133.0376282,64.6182785,17.73834991,0.253405005,232.118988,1259.422852,52739.99892,112099.9988,114.7924652 +36103190503,"Census Tract 1905.03, Suffolk County, New York",3010,2034.0,106094.0,609500.0,857.0,2457.0,84.0,0.0,107.0,0.0,0.0,30.0,332.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1905.03,3127.9998969999997,2913.956055,36.39360809,14.80418015,39.47781372,0.616840839,120.28396609999999,2211.3745120000003,70606.00331,261900.0055,877.1476439999999 +36103190504,"Census Tract 1905.04, Suffolk County, New York",1628,1159.0,116000.0,828600.0,665.0,1557.0,5.0,3.0,38.0,0.0,4.0,0.0,23.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1905.04,1942.4308260000003,1809.220895,22.74191324,9.198302835,24.51908404,0.383436231,74.82506651,1373.2663380000001,70585.97661,261928.5274,544.71793 +36103169902,"Census Tract 1699.02, Suffolk County, New York",4324,3202.0,77109.0,421000.0,999.0,3852.0,149.0,0.0,0.0,0.0,0.0,0.0,323.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1699.02,4580.951531000001,3635.529297,660.7089232999999,15.75703907,27.16730881,0.543346167,232.0088196,3272.030518,46012.00127,165099.9957,738.9508057 +36103190604,"Census Tract 1906.04, Suffolk County, New York",3812,2989.0,79760.0,428200.0,1006.0,3190.0,0.0,0.0,29.0,0.0,0.0,41.0,552.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1906.04,4282.99997,3701.881836,41.39892578,7.155369759,36.28794861,1.0221956970000001,473.78771969999997,3027.232666,50136.99843,170900.0054,740.5808105000001 +36103190603,"Census Tract 1906.03, Suffolk County, New York",4750,3663.0,81094.0,409700.0,1139.0,2759.0,107.0,0.0,10.0,0.0,0.0,70.0,1804.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1906.03,4097.00003,3541.118164,39.60107422,6.844630241,34.71205139,0.977804303,453.21228030000003,2895.767334,50137.001639999995,170899.9944,708.4191894999999 +36103200902,"Census Tract 2009.02, Suffolk County, New York",6656,5326.0,108942.0,889000.0,2490.0,4641.0,298.0,0.0,26.0,0.0,26.0,55.0,1610.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 2009.02,6226.082354,5211.642578,296.0141296,17.12478447,88.88578796,0.0,539.0229492000001,4697.899414,56192.99916,338599.9838,2034.5875239999998 +36103200901,"Census Tract 2009.01, Suffolk County, New York",1130,965.0,103269.0,1665800.0,594.0,952.0,15.0,0.0,11.0,0.0,6.0,40.0,106.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 2009.01,1336.917615,1119.088501,63.56268311,3.6771800519999998,19.08631516,0.0,115.74362179999999,1008.7730710000001,56192.99747,338600.0008,436.8840027 +36103158322,"Census Tract 1583.22, Suffolk County, New York",2044,1484.0,123047.0,591300.0,771.0,1727.0,0.0,0.0,215.0,0.0,0.0,11.0,91.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1583.22,228.99998959999996,212.365799,1.599441171,0.719748497,4.718351364,0.0,8.716954231,140.43093869999998,74866.9991,195000.0009,46.02391815 +36103159509,"Census Tract 1595.09, Suffolk County, New York",2985,1941.0,61541.0,182700.0,300.0,2074.0,269.0,0.0,6.0,0.0,0.0,0.0,636.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1595.09,2961.999883,2329.061279,209.70474240000001,21.03421402,49.07983398,0.0,344.19622799999996,1795.557007,46070.99978,103700.004,255.59758 +36103159411,"Census Tract 1594.11, Suffolk County, New York",3464,2148.0,93480.0,272300.0,298.0,2862.0,112.0,0.0,14.0,0.0,14.0,0.0,462.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1594.11,3425.3604490000002,3012.744629,84.81117249,9.454607725,42.68311119,0.476244777,259.55889890000003,2190.509155,60184.32845,149056.0049,355.612484 +36103159511,"Census Tract 1595.11, Suffolk County, New York",8048,4849.0,73846.0,227300.0,591.0,4229.0,831.0,428.0,128.0,0.0,36.0,104.0,2307.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1595.11,6203.173741,4883.239258,389.0879517,188.9855804,51.87839508,0.7411199209999999,678.8658447,3683.365967,52739.99946,112099.9957,335.7273254 +36103147004,"Census Tract 1470.04, Suffolk County, New York",130,102.0,115313.0,687500.0,56.0,129.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1470.04,377.0000052,347.555481,4.127737045,0.9631386999999999,9.356204987,0.068795621,14.65346718,269.403656,72074.99797000001,202300.00199999998,92.8740921 +36103159510,"Census Tract 1595.10, Suffolk County, New York",147,94.0,84375.0,343800.0,21.0,80.0,0.0,1.0,6.0,0.0,0.0,0.0,61.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1595.10,117.00000359999999,91.99871063,8.283409119,0.830858648,1.938670158,0.0,13.59586906,70.92511749,46070.99914,103700.0021,10.09619141 +36103135208,"Census Tract 1352.08, Suffolk County, New York",3302,2265.0,111707.0,435100.0,999.0,2936.0,43.0,0.0,87.0,0.0,0.0,61.0,175.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1352.08,2931.000075,2739.036865,12.20967388,2.713260889,80.04119873,0.0,90.89424133,2017.309448,81933.99743999999,254599.9955,819.4047852000001 +36103147003,"Census Tract 1470.03, Suffolk County, New York",4745,3351.0,112257.0,412600.0,1610.0,3543.0,79.0,0.0,192.0,0.0,0.0,105.0,826.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1470.03,4249.999997999999,3918.0656740000004,46.53284836,10.85766411,105.47444920000001,0.775547445,165.19160459999998,3037.043701,72075.00008,202299.9957,1046.989014 +36103158011,"Census Tract 1580.11, Suffolk County, New York",4499,3105.0,105875.0,389300.0,1612.0,3661.0,9.0,0.0,458.0,0.0,40.0,30.0,301.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1580.11,4585.0002079999995,3740.766846,72.66564178,9.083205223,591.4176025,0.0,151.8913727,2994.93457,80809.99893999999,243299.98899999997,1496.710449 +36103158010,"Census Tract 1580.10, Suffolk County, New York",3369,2251.0,169706.0,470500.0,1450.0,2845.0,82.0,12.0,311.0,0.0,0.0,58.0,61.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1580.10,4501.000063,3672.233398,71.33435822,8.916794777,580.5824585,0.0,149.1086273,2940.06543,80809.99971,243300.0014,1469.289673 +36103990100,"Census Tract 9901, Suffolk County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36103135209,"Census Tract 1352.09, Suffolk County, New York",3124,2289.0,115147.0,466000.0,1239.0,2726.0,24.0,0.0,237.0,0.0,0.0,0.0,137.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1352.09,3234.9388559999998,2939.758812,23.81367622,13.28692454,131.026634,0.000185314,119.15450020000002,2265.334395,79980.04916000001,250215.7368,1021.8172519999999 +36103146106,"Census Tract 1461.06, Suffolk County, New York",5115,3263.0,80682.0,301900.0,579.0,892.0,728.0,0.0,44.0,0.0,96.0,0.0,3355.0,New York City,New York-Newark-Jersey City,NY,Suffolk County,Census Tract 1461.06,3901.0,1098.0,781.0,11.0,48.0,0.0,1950.0,2341.0,72579.84191,141408.9838,404.0 +36119008301,"Census Tract 83.01, Westchester County, New York",2981,2122.0,82250.0,582800.0,792.0,1637.0,180.0,18.0,31.0,0.0,0.0,69.0,1046.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 83.01,2586.873491,2059.304671,58.32103619,1.027573662,126.3604271,0.0019695470000000003,329.7691834,1890.9639399999999,74103.31194,290910.2617,628.2477834 +36119009500,"Census Tract 95, Westchester County, New York",4524,3463.0,80439.0,338500.0,1769.0,2365.0,317.0,0.0,372.0,0.0,0.0,97.0,1373.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 95,4499.0,2362.0,831.0,14.0,228.0,4.0,989.0,3453.0,50240.0,109600.0,1420.0 +36119014704,"Census Tract 147.04, Westchester County, New York",2603,1556.0,87361.0,379800.0,606.0,1395.0,439.0,0.0,30.0,0.0,5.0,137.0,597.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 147.04,1977.0,1482.0,138.0,3.0,68.0,0.0,273.0,1465.0,60250.0,206200.0,474.0 +36119010000,"Census Tract 100, Westchester County, New York",5642,3473.0,250001.0,1433600.0,3098.0,4415.0,13.0,0.0,977.0,0.0,13.0,84.0,140.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 100,5111.0,4258.0,89.0,4.0,605.0,0.0,128.0,3228.0,200001.0,756500.0,2668.0 +36119010400,"Census Tract 104, Westchester County, New York",4254,2806.0,109583.0,564900.0,1615.0,2805.0,194.0,29.0,265.0,0.0,52.0,180.0,729.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 104,3670.0,2722.0,286.0,7.0,285.0,0.0,338.0,2430.0,54071.0,286300.0,983.0 +36119014701,"Census Tract 147.01, Westchester County, New York",4986,3513.0,86012.0,345200.0,1045.0,2912.0,473.0,26.0,135.0,0.0,10.0,147.0,1309.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 147.01,4525.608379,3456.262207,489.49645999999996,15.88629532,104.2538147,0.0,448.7878418000001,2959.81543,74570.00211,189199.9967,824.1015625 +36119006600,"Census Tract 66, Westchester County, New York",6374,3816.0,130286.0,514700.0,2066.0,4681.0,517.0,13.0,269.0,0.0,9.0,132.0,761.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 66,5347.0,3995.0,642.0,13.0,256.0,0.0,413.0,3679.0,80419.0,276300.0,1679.0 +36119006700,"Census Tract 67, Westchester County, New York",5091,3297.0,199375.0,879500.0,2779.0,3965.0,454.0,0.0,122.0,0.0,37.0,44.0,469.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 67,5006.0,4107.0,530.0,5.0,130.0,0.0,212.0,3329.0,156979.0,515900.0,2635.0 +36119000101,"Census Tract 1.01, Westchester County, New York",4732,3017.0,35026.0,131300.0,506.0,113.0,666.0,0.0,67.0,0.0,0.0,7.0,3879.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 1.01,5381.0,421.0,1556.0,24.0,148.0,0.0,3161.0,2974.0,28422.0,124600.0,331.0 +36119000201,"Census Tract 2.01, Westchester County, New York",8312,5154.0,37831.0,235200.0,616.0,622.0,1775.0,142.0,402.0,0.0,343.0,20.0,5150.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 2.01,7721.0,1080.0,1448.0,37.0,379.0,2.0,4635.0,4388.0,24648.0,178500.0,485.0 +36119000300,"Census Tract 3, Westchester County, New York",4541,3034.0,31635.0,,427.0,459.0,917.0,0.0,321.0,0.0,0.0,1.0,2843.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 3,4837.0,519.0,1611.0,24.0,294.0,1.0,2321.0,2900.0,25918.0,147200.0,282.0 +36119000803,"Census Tract 8.03, Westchester County, New York",4919,3339.0,72847.0,379300.0,1180.0,1971.0,584.0,0.0,176.0,0.0,9.0,16.0,2163.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 8.03,4347.0,2985.0,371.0,16.0,185.0,1.0,682.0,2883.0,52425.0,207900.0,783.0 +36119010702,"Census Tract 107.02, Westchester County, New York",5213,3784.0,116507.0,328600.0,2886.0,3236.0,189.0,0.0,1361.0,0.0,0.0,141.0,286.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 107.02,5195.086987,3634.361328,150.973465,10.998066900000001,1108.805176,0.0,273.9518433,3832.3264159999994,75948.0005,277100.0052,2504.559814 +36119009703,"Census Tract 97.03, Westchester County, New York",3771,2876.0,173472.0,810300.0,2048.0,3169.0,100.0,0.0,148.0,0.0,0.0,93.0,261.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 97.03,4181.0,3671.0,149.0,6.0,204.0,0.0,144.0,3028.0,130909.0,487000.0,1979.0 +36119010200,"Census Tract 102, Westchester County, New York",4831,3171.0,180227.0,672000.0,2432.0,4252.0,137.0,0.0,71.0,0.0,14.0,93.0,264.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 102,4760.301205,4343.675293,88.7074585,4.983564854,209.3097229,0.0,96.68115997,3213.402588,103439.9979,393099.9862,2084.126953 +36119010600,"Census Tract 106, Westchester County, New York",4557,3217.0,130586.0,620200.0,2082.0,3037.0,88.0,11.0,859.0,0.0,0.0,148.0,414.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 106,4269.421662,3443.295572,63.93533472,4.994733826,564.4086682999999,0.99883014,184.7958163,2934.8531239999998,105296.4858,359111.8509,1722.195945 +36119011600,"Census Tract 116, Westchester County, New York",7144,4794.0,42536.0,599000.0,1108.0,1689.0,394.0,0.0,57.0,0.0,0.0,112.0,4892.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 116,6323.256221,1818.2273280000002,388.0044314,7.000265881,85.00921722,1.000088627,3990.014446,4028.18009,42987.431939999995,225531.5005,771.1114928999999 +36119002900,"Census Tract 29, Westchester County, New York",3728,2200.0,31114.0,325000.0,265.0,24.0,3314.0,0.0,0.0,0.0,0.0,0.0,390.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 29,3935.0,60.0,3653.0,18.0,31.0,0.0,153.0,2308.0,22862.0,185000.0,147.0 +36119003800,"Census Tract 38, Westchester County, New York",2966,2354.0,53047.0,153500.0,746.0,1155.0,939.0,9.0,166.0,0.0,0.0,42.0,655.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 38,3168.0,2026.0,443.0,14.0,151.0,2.0,466.0,2508.0,46522.0,88800.0,730.0 +36119004400,"Census Tract 44, Westchester County, New York",3617,2694.0,139353.0,598500.0,1500.0,1906.0,972.0,0.0,279.0,0.0,9.0,25.0,426.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 44,3369.0,2298.0,738.0,5.0,130.0,0.0,160.0,2532.0,89746.0,348400.0,1416.0 +36119004900,"Census Tract 49, Westchester County, New York",2930,2552.0,88698.0,245300.0,1690.0,2280.0,41.0,45.0,284.0,0.0,5.0,92.0,183.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 49,2785.0,2357.0,62.0,2.0,209.0,0.0,148.0,2404.0,66400.0,106100.0,1529.0 +36119005400,"Census Tract 54, Westchester County, New York",1653,1007.0,248438.0,1054400.0,825.0,1266.0,61.0,0.0,43.0,0.0,0.0,95.0,188.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 54,1891.3210390000002,1685.13302,45.05231277,3.000383712,63.00396503,0.0,72.12918311,1143.190961,134218.8179,571579.9058,917.0298016 +36119006100,"Census Tract 61, Westchester County, New York",4169,2733.0,77386.0,393400.0,891.0,837.0,883.0,0.0,201.0,0.0,14.0,73.0,2161.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 61,2509.678942,1039.866943,408.94769289999994,2.999616146,30.99603462,0.0,1009.8707890000001,1492.809082,39249.999319999995,240800.0042,232.97019959999997 +36119006500,"Census Tract 65, Westchester County, New York",5599,3494.0,62235.0,527900.0,1105.0,1800.0,1878.0,0.0,145.0,0.0,27.0,157.0,1592.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 65,5414.0,1839.0,2060.0,4.0,193.0,0.0,1234.0,3199.0,53618.0,256500.0,925.0 +36119007100,"Census Tract 71, Westchester County, New York",6111,3763.0,198661.0,1183700.0,3311.0,4930.0,106.0,17.0,205.0,0.0,0.0,246.0,624.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 71,6485.0,5887.0,58.0,4.0,211.0,1.0,291.0,4354.0,123238.0,581000.0,3210.0 +36119007500,"Census Tract 75, Westchester County, New York",4687,2945.0,189625.0,1412100.0,2305.0,3964.0,9.0,32.0,320.0,0.0,0.0,125.0,237.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 75,4118.0,3631.0,28.0,6.0,344.0,0.0,104.0,2744.0,122940.0,595700.0,1913.0 +36119008000,"Census Tract 80, Westchester County, New York",5058,3160.0,40164.0,419600.0,458.0,494.0,277.0,205.0,0.0,0.0,15.0,21.0,4251.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 80,5388.0,774.0,527.0,6.0,59.0,1.0,3913.0,3288.0,33125.0,230800.0,397.0 +36119006300,"Census Tract 63, Westchester County, New York",6500,4629.0,31220.0,528400.0,618.0,891.0,2120.0,0.0,300.0,16.0,341.0,172.0,2660.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 63,5905.0,1467.0,1867.0,14.0,325.0,0.0,2177.0,4066.0,27585.0,206800.0,590.0 +36119009100,"Census Tract 91, Westchester County, New York",6206,4279.0,76438.0,459700.0,1369.0,1291.0,884.0,229.0,364.0,0.0,33.0,29.0,3605.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 91,5531.0,1857.0,1064.0,10.0,247.0,0.0,2318.0,3808.0,51610.0,225000.0,942.0 +36119011200,"Census Tract 112, Westchester County, New York",4243,2901.0,85694.0,420400.0,897.0,889.0,952.0,0.0,173.0,0.0,18.0,75.0,2136.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 112,3729.854975,1646.54659,806.8626881,20.95577336,235.0561281,0.0,971.5005332999999,2548.944529,57972.001079999995,233187.3121,605.6268418 +36119013104,"Census Tract 131.04, Westchester County, New York",6100,3714.0,238083.0,921300.0,3153.0,5128.0,240.0,46.0,509.0,0.0,0.0,0.0,177.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 131.04,6257.484183,5761.331402000001,50.82188804,4.979794367,293.0588918,0.0,131.38370749999999,3995.2774259999997,182576.5127,582248.9106,3109.8238890000002 +36119002000,"Census Tract 20, Westchester County, New York",4747,3408.0,95788.0,492500.0,1601.0,2923.0,172.0,0.0,447.0,0.0,17.0,81.0,1107.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 20,4083.0,3160.0,120.0,10.0,332.0,0.0,429.0,3020.0,78522.0,235100.0,1086.0 +36119003600,"Census Tract 36, Westchester County, New York",3458,2492.0,37747.0,384000.0,390.0,567.0,1568.0,21.0,150.0,0.0,44.0,52.0,1056.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 36,4074.0,1257.0,1156.0,11.0,234.0,0.0,1187.0,2688.0,31849.0,217500.0,412.0 +36119005902,"Census Tract 59.02, Westchester County, New York",5534,4109.0,84571.0,517200.0,1895.0,2765.0,1232.0,0.0,319.0,0.0,0.0,46.0,1172.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 59.02,5504.953924,3526.408203,1007.259705,15.98824883,271.80023189999997,0.0,630.5365601,4013.0505369999996,52482.99897,297500.0053,1836.6500239999998 +36119000500,"Census Tract 5, Westchester County, New York",3772,2276.0,21074.0,357900.0,197.0,103.0,1300.0,72.0,270.0,0.0,0.0,0.0,2063.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 5,5169.0,478.0,2183.0,13.0,132.0,1.0,2304.0,2761.0,10259.0,261100.0,137.0 +36119002403,"Census Tract 24.03, Westchester County, New York",5448,4149.0,76765.0,348700.0,1254.0,2576.0,756.0,30.0,357.0,0.0,0.0,0.0,1759.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 24.03,5371.0,3948.0,330.0,4.0,259.0,0.0,801.0,3899.0,60049.0,228500.0,978.0 +36119015000,"Census Tract 150, Westchester County, New York",5205,3760.0,137414.0,582400.0,2254.0,4259.0,182.0,31.0,118.0,0.0,26.0,179.0,417.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 150,5173.0,4796.0,48.0,19.0,71.0,0.0,189.0,3620.0,100280.0,319700.0,1756.0 +36119002300,"Census Tract 23, Westchester County, New York",4007,2867.0,76042.0,429200.0,953.0,2463.0,164.0,31.0,328.0,0.0,62.0,121.0,838.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 23,3732.0,2988.0,128.0,7.0,159.0,1.0,398.0,2742.0,59800.0,250600.0,703.0 +36119006000,"Census Tract 60, Westchester County, New York",3990,2970.0,77807.0,455800.0,1356.0,1484.0,1018.0,0.0,337.0,0.0,0.0,57.0,1094.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 60,3015.046206,1582.5919509999999,554.7403477000001,9.01175155,54.19977635,0.0,792.4634517999999,1988.9496390000002,48409.93845,211249.532,527.3499594 +36119008404,"Census Tract 84.04, Westchester County, New York",5701,4065.0,103137.0,520800.0,1864.0,3180.0,334.0,78.0,994.0,0.0,18.0,77.0,1020.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 84.04,4661.113153,3760.1400270000004,30.86850191,2.98169197,490.49543370000004,0.0,347.82890330000004,3388.7499770000004,57503.95285,309100.0502,1194.813582 +36119012304,"Census Tract 123.04, Westchester County, New York",4800,3135.0,224083.0,1166300.0,2706.0,4402.0,40.0,0.0,237.0,0.0,7.0,63.0,51.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 123.04,4861.191248,4476.152213,36.62754187,2.9698058119999997,203.89140049999997,0.0,133.63238710000002,3084.4252850000003,178053.0945,689195.3142,2136.131709 +36119014806,"Census Tract 148.06, Westchester County, New York",6656,4540.0,134522.0,431000.0,2497.0,5134.0,261.0,144.0,330.0,0.0,0.0,126.0,661.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 148.06,6764.0,6020.0,111.0,13.0,267.0,0.0,345.0,4477.0,93462.0,237600.0,2084.0 +36119005100,"Census Tract 51, Westchester County, New York",4034,2956.0,89231.0,548000.0,1432.0,3268.0,70.0,13.0,337.0,0.0,0.0,0.0,346.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 51,3996.0,3367.0,36.0,9.0,304.0,0.0,201.0,2929.0,53450.0,292300.0,1217.0 +36119008901,"Census Tract 89.01, Westchester County, New York",5592,4185.0,95946.0,350800.0,2434.0,3247.0,348.0,33.0,723.0,0.0,92.0,39.0,1143.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 89.01,5505.0,3615.0,460.0,13.0,406.0,0.0,948.0,4289.0,56344.0,190400.0,2098.0 +36119011902,"Census Tract 119.02, Westchester County, New York",4417,3104.0,109408.0,573400.0,1363.0,3352.0,50.0,0.0,247.0,0.0,25.0,76.0,667.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 119.02,4312.0,3950.0,49.0,5.0,126.0,1.0,179.0,3084.0,75862.0,296900.0,1293.0 +36119014809,"Census Tract 148.09, Westchester County, New York",5956,4326.0,95613.0,421700.0,2108.0,4584.0,75.0,0.0,427.0,10.0,42.0,51.0,767.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 148.09,6021.283733,5222.250964,176.0108814,12.00050319,248.00811389999998,0.0,343.0128312,4115.183222,85529.15084,259910.1328,1721.0888120000002 +36119000600,"Census Tract 6, Westchester County, New York",7067,4949.0,27326.0,227900.0,1141.0,993.0,1957.0,42.0,505.0,0.0,153.0,7.0,3452.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 6,6644.0,2183.0,2046.0,20.0,232.0,0.0,2038.0,4359.0,32213.0,148700.0,714.0 +36119000203,"Census Tract 2.03, Westchester County, New York",3500,2314.0,54637.0,145300.0,927.0,1252.0,245.0,9.0,86.0,0.0,0.0,10.0,1907.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 2.03,2963.0,1488.0,239.0,13.0,104.0,0.0,1076.0,2082.0,41563.0,77500.0,581.0 +36119001504,"Census Tract 15.04, Westchester County, New York",5427,3758.0,80156.0,404500.0,1242.0,2937.0,607.0,0.0,365.0,0.0,0.0,49.0,1469.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 15.04,4800.0,3832.0,166.0,21.0,248.0,0.0,439.0,3498.0,60433.0,225500.0,635.0 +36119002800,"Census Tract 28, Westchester County, New York",2384,1624.0,40114.0,327000.0,368.0,7.0,2181.0,0.0,63.0,0.0,45.0,26.0,62.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 28,2319.0,69.0,2131.0,8.0,7.0,0.0,73.0,1431.0,29600.0,171300.0,160.0 +36119004000,"Census Tract 40, Westchester County, New York",6298,4703.0,50984.0,350000.0,1373.0,1327.0,3387.0,17.0,137.0,0.0,0.0,30.0,1400.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 40,6529.0,1802.0,3679.0,11.0,124.0,1.0,698.0,4716.0,35998.0,248700.0,1241.0 +36119005600,"Census Tract 56, Westchester County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36119005702,"Census Tract 57.02, Westchester County, New York",3196,2432.0,59965.0,203000.0,1010.0,1602.0,430.0,0.0,117.0,0.0,0.0,82.0,965.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 57.02,3318.0,2005.0,538.0,5.0,121.0,2.0,531.0,2286.0,47151.0,171900.0,752.0 +36119006400,"Census Tract 64, Westchester County, New York",5822,3660.0,67000.0,498700.0,1270.0,803.0,2905.0,0.0,149.0,0.0,38.0,107.0,1820.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 64,5443.400767,879.9332275,3611.621582,5.992734909,108.86801909999998,1.997578263,820.0058594,3471.7910159999997,40582.99906,261799.9982,930.87146 +36119007300,"Census Tract 73, Westchester County, New York",4900,3201.0,67868.0,582500.0,1327.0,2024.0,439.0,0.0,249.0,0.0,0.0,14.0,2174.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 73,4569.041242,2660.316871,328.437699,5.990969402999999,135.817331,0.000223247,1397.544956,3068.358552,56028.22525,295325.1837,913.9831462000001 +36119008100,"Census Tract 81, Westchester County, New York",4531,3368.0,67813.0,351400.0,731.0,1381.0,106.0,0.0,72.0,8.0,0.0,0.0,2964.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 81,4141.0,2183.0,109.0,9.0,72.0,0.0,1681.0,3001.0,50974.0,203100.0,691.0 +36119008401,"Census Tract 84.01, Westchester County, New York",2106,1372.0,190208.0,1131200.0,1003.0,1729.0,14.0,14.0,71.0,0.0,23.0,57.0,198.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 84.01,2172.0,1967.0,13.0,0.0,109.0,0.0,70.0,1508.0,133986.0,748000.0,1006.0 +36119009200,"Census Tract 92, Westchester County, New York",7704,5120.0,77070.0,548200.0,1882.0,1501.0,1183.0,0.0,399.0,0.0,32.0,160.0,4429.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 92,6430.0,1958.0,1382.0,15.0,213.0,0.0,2789.0,4263.0,51167.0,257000.0,891.0 +36119010100,"Census Tract 101, Westchester County, New York",4741,3039.0,223958.0,918900.0,2710.0,3541.0,93.0,0.0,779.0,0.0,25.0,182.0,121.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 101,5087.0,3929.0,49.0,6.0,928.0,0.0,164.0,3286.0,131205.0,466900.0,2349.0 +36119011300,"Census Tract 113, Westchester County, New York",6588,4195.0,133194.0,670200.0,3003.0,5482.0,24.0,0.0,515.0,7.0,0.0,125.0,435.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 113,6620.014602,5709.917131,107.1075469,14.97969953,512.3334938999999,0.001089326,250.7111279,4520.6227149999995,96463.95543999999,378063.1189,2799.284716 +36119012900,"Census Tract 129, Westchester County, New York",4291,3123.0,59250.0,161600.0,1046.0,1599.0,287.0,0.0,231.0,0.0,42.0,57.0,2075.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 129,4065.8115270000003,2144.597685,360.0912633,4.001073686,181.0237106,8.947379999999999e-05,1345.095647,2968.5439109999998,45919.42112,83051.53675,916.2199266000001 +36119013400,"Census Tract 134, Westchester County, New York",6726,4448.0,64311.0,360100.0,1739.0,2631.0,507.0,0.0,371.0,0.0,0.0,301.0,2916.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 134,6331.0,4021.0,566.0,12.0,514.0,0.0,1173.0,4536.0,57849.0,208900.0,1750.0 +36119013500,"Census Tract 135, Westchester County, New York",3889,2728.0,84063.0,393900.0,1166.0,1913.0,155.0,0.0,135.0,0.0,0.0,51.0,1635.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 135,3669.4216840000004,2821.4559280000003,117.48677830000001,2.018642575,184.5509917,0.0,512.8161305,2571.579727,64347.31585,209493.3109,958.0707802999999 +36119014605,"Census Tract 146.05, Westchester County, New York",3248,2686.0,63418.0,352400.0,1328.0,2126.0,221.0,0.0,510.0,0.0,6.0,43.0,342.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 146.05,3187.790845,2717.1554739999997,188.53451090000001,13.046479199999998,102.5019754,0.0,149.4919825,2611.166862,42328.99036,231704.8819,887.8875207999998 +36119000104,"Census Tract 1.04, Westchester County, New York",21,21.0,,,0.0,21.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36119011102,"Census Tract 111.02, Westchester County, New York",2920,1984.0,168500.0,618200.0,1456.0,1898.0,333.0,35.0,304.0,0.0,13.0,42.0,310.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 111.02,2849.10611,2416.0685829999998,158.0124883,6.000412157,192.01514680000002,4.12157e-05,70.00882015,1947.0771559999998,110780.0603,352897.8838,1273.042225 +36119011500,"Census Tract 115, Westchester County, New York",5591,4203.0,93722.0,585000.0,1920.0,2592.0,176.0,0.0,186.0,0.0,0.0,0.0,2637.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 115,4958.0,2928.0,428.0,15.0,200.0,2.0,1354.0,3825.0,53000.0,261400.0,1529.0 +36119012000,"Census Tract 120, Westchester County, New York",4884,3360.0,100139.0,498000.0,1518.0,3923.0,174.0,0.0,172.0,0.0,15.0,28.0,572.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 120,4904.0,4360.0,156.0,11.0,77.0,0.0,296.0,3262.0,81020.0,290700.0,1149.0 +36119012501,"Census Tract 125.01, Westchester County, New York",3111,2065.0,134453.0,737700.0,1419.0,2718.0,48.0,0.0,65.0,0.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 125.01,3061.136989,2868.199951,52.70963669,0.994521439,65.63841248,0.0,68.62197876,1971.141479,128471.9988,407400.0014,1344.593018 +36119012600,"Census Tract 126, Westchester County, New York",4669,3006.0,150227.0,743300.0,2344.0,4108.0,79.0,0.0,153.0,0.0,0.0,104.0,225.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 126,4545.160638,4136.3411240000005,133.2110474,9.99951426,81.31327429,0.0,170.2766246,3068.034002,90527.7874,424929.4142,1907.273196 +36119013800,"Census Tract 138, Westchester County, New York",3374,2140.0,138485.0,535800.0,1519.0,2802.0,155.0,41.0,139.0,0.0,22.0,49.0,166.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 138,3348.0,2976.0,60.0,11.0,84.0,0.0,206.0,2241.0,89458.0,264500.0,1215.0 +36119014604,"Census Tract 146.04, Westchester County, New York",4445,3032.0,83696.0,349900.0,1034.0,3504.0,78.0,0.0,45.0,0.0,0.0,46.0,772.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 146.04,3569.0,3187.0,64.0,6.0,101.0,1.0,209.0,2438.0,62826.0,187500.0,684.0 +36119014908,"Census Tract 149.08, Westchester County, New York",2986,1997.0,147083.0,628300.0,1057.0,2565.0,18.0,0.0,149.0,0.0,0.0,32.0,222.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 149.08,2701.6142809999997,2538.637451,30.99557495,2.9995717999999996,52.99243546,0.0,69.99000549,1737.7519530000002,114338.0031,341999.9993,1040.8514400000001 +36119006801,"Census Tract 68.01, Westchester County, New York",5611,3705.0,183250.0,701000.0,2900.0,4744.0,166.0,0.0,362.0,0.0,39.0,59.0,241.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 68.01,5445.0,4775.0,263.0,1.0,238.0,0.0,151.0,3697.0,127385.0,392800.0,2599.0 +36119006900,"Census Tract 69, Westchester County, New York",6395,4203.0,166797.0,979800.0,2953.0,5168.0,76.0,0.0,386.0,0.0,0.0,213.0,552.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 69,5787.958841,5017.683321,138.5622892,8.009030597999999,280.1826707,0.9997767809999999,310.4550598,4028.641582,117451.3803,564666.0164,2835.0169260000002 +36119007000,"Census Tract 70, Westchester County, New York",5924,4073.0,158299.0,868100.0,3279.0,4871.0,93.0,0.0,344.0,0.0,0.0,146.0,470.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 70,5648.0,5130.0,116.0,6.0,152.0,0.0,217.0,3912.0,105351.0,461000.0,2773.0 +36119007401,"Census Tract 74.01, Westchester County, New York",4940,3348.0,72096.0,596600.0,1604.0,3100.0,408.0,0.0,318.0,0.0,0.0,71.0,1043.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 74.01,4629.3372340000005,3470.237494,184.6544607,7.000379701,199.0326774,0.0,748.2589459,3235.175152,66642.04922999999,309204.4265,1162.2724560000001 +36119007800,"Census Tract 78, Westchester County, New York",4424,2812.0,52070.0,486200.0,430.0,788.0,337.0,39.0,27.0,0.0,50.0,53.0,3157.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 78,3993.0,931.0,544.0,12.0,75.0,0.0,2340.0,2367.0,39471.0,295500.0,425.0 +36119008302,"Census Tract 83.02, Westchester County, New York",6562,4470.0,166064.0,823600.0,3528.0,5561.0,30.0,0.0,554.0,0.0,11.0,63.0,343.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 83.02,6031.067595,5554.929399000001,47.0213521,4.0,273.0616838,0.0,141.0498216,4280.335692000001,115945.2533,471257.6443,2719.980417 +36119008403,"Census Tract 84.03, Westchester County, New York",3810,2664.0,98750.0,649500.0,1094.0,2746.0,91.0,14.0,663.0,0.0,0.0,57.0,253.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 84.03,3774.549579,3119.622296,22.47703123,2.017928202,345.4718745,0.0,249.9121898,2579.075005,60878.42805,374970.5782,806.9139771 +36119009600,"Census Tract 96, Westchester County, New York",4304,2973.0,159653.0,621400.0,2042.0,3330.0,212.0,35.0,201.0,0.0,24.0,79.0,443.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 96,4411.0,3817.0,163.0,4.0,120.0,0.0,284.0,3029.0,104099.0,335600.0,1973.0 +36119010801,"Census Tract 108.01, Westchester County, New York",3052,2303.0,141250.0,546400.0,1577.0,2085.0,127.0,40.0,344.0,0.0,44.0,120.0,292.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 108.01,3219.0,2323.0,248.0,5.0,391.0,0.0,237.0,2398.0,102635.0,310000.0,1374.0 +36119010901,"Census Tract 109.01, Westchester County, New York",2259,1642.0,106250.0,479500.0,858.0,1349.0,503.0,6.0,136.0,0.0,6.0,64.0,195.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 109.01,1704.0,965.0,527.0,6.0,99.0,0.0,83.0,1257.0,75229.0,235700.0,506.0 +36119011400,"Census Tract 114, Westchester County, New York",5943,4208.0,132407.0,580300.0,2686.0,4380.0,395.0,0.0,534.0,0.0,0.0,0.0,634.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 114,6055.333136,4627.018443,357.6700283,9.882503133,576.8571801,0.001298104,433.5498279,4125.916378,82291.98221,297791.8318,2463.7757079999997 +36119011700,"Census Tract 117, Westchester County, New York",2985,2011.0,132868.0,645700.0,1302.0,2049.0,6.0,8.0,146.0,0.0,0.0,129.0,655.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 117,2890.7437649999997,2564.772705,49.99556732,2.9997341630000003,103.99078370000001,0.999911368,162.9855499,2031.819946,97250.00005,403700.0132,1257.88855 +36119012200,"Census Tract 122, Westchester County, New York",7275,4678.0,113071.0,571300.0,2840.0,5748.0,253.0,0.0,291.0,0.0,0.0,84.0,899.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 122,7188.233386,6187.052703,198.0421418,13.01043907,244.0574236,0.001327569,528.0845585,4792.328119,86746.58924,313690.1894,2707.784793 +36119001000,"Census Tract 10, Westchester County, New York",1759,1029.0,20357.0,418400.0,114.0,166.0,720.0,0.0,117.0,0.0,0.0,41.0,715.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 10,1805.982777,420.99597170000004,765.9926757999999,12.99987602,36.99964905,0.0,538.9948730000001,971.9907227,20383.00062,144100.0,81.9992218 +36119000801,"Census Tract 8.01, Westchester County, New York",6288,4308.0,83500.0,301300.0,1538.0,2788.0,707.0,0.0,651.0,0.0,0.0,348.0,1794.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 8.01,5535.0,4314.0,210.0,9.0,282.0,1.0,634.0,4122.0,50904.0,154800.0,946.0 +36119001800,"Census Tract 18, Westchester County, New York",1959,1346.0,84881.0,424700.0,360.0,141.0,993.0,4.0,116.0,0.0,0.0,13.0,696.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 18,1595.095108,361.3562622,907.5270443,4.0,71.65439796,0.0,243.74529269999996,1111.429016,42505.32967,233104.0058,129.6299782 +36119002104,"Census Tract 21.04, Westchester County, New York",4656,3754.0,87308.0,255000.0,1656.0,2559.0,316.0,0.0,466.0,0.0,0.0,17.0,1298.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 21.04,5191.0,3837.0,367.0,10.0,342.0,0.0,611.0,4064.0,52468.0,119600.0,1286.0 +36119002402,"Census Tract 24.02, Westchester County, New York",3858,2964.0,76937.0,166700.0,1359.0,1889.0,719.0,0.0,133.0,0.0,14.0,127.0,976.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 24.02,3345.0,2364.0,289.0,8.0,157.0,0.0,489.0,2880.0,51481.0,63300.0,1149.0 +36119003000,"Census Tract 30, Westchester County, New York",3391,2027.0,51997.0,364000.0,326.0,86.0,2784.0,16.0,68.0,0.0,54.0,33.0,366.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 30,3062.0,164.0,2410.0,23.0,95.0,4.0,316.0,1869.0,39896.0,191800.0,243.0 +36119003500,"Census Tract 35, Westchester County, New York",1968,1213.0,32917.0,330300.0,137.0,184.0,1047.0,0.0,18.0,0.0,0.0,54.0,665.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 35,2418.0,274.0,1252.0,16.0,108.0,1.0,713.0,1360.0,38911.0,246900.0,165.0 +36119004200,"Census Tract 42, Westchester County, New York",4982,3663.0,62071.0,234200.0,1444.0,1185.0,2996.0,0.0,17.0,0.0,40.0,88.0,656.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 42,4481.0,1785.0,1989.0,15.0,230.0,0.0,361.0,3423.0,48424.0,75900.0,1118.0 +36119004500,"Census Tract 45, Westchester County, New York",1443,1110.0,81767.0,292100.0,577.0,731.0,526.0,0.0,45.0,0.0,0.0,8.0,133.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 45,1468.0,1045.0,207.0,6.0,52.0,0.0,129.0,1104.0,62743.0,211900.0,564.0 +36119004700,"Census Tract 47, Westchester County, New York",3561,1925.0,250001.0,2000001.0,1670.0,3164.0,61.0,0.0,139.0,0.0,5.0,47.0,145.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 47,3728.0,3428.0,60.0,4.0,135.0,0.0,90.0,2052.0,200001.0,1000001.0,1664.0 +36119005002,"Census Tract 50.02, Westchester County, New York",4708,3240.0,139107.0,693900.0,1994.0,4106.0,29.0,0.0,337.0,0.0,0.0,145.0,91.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 50.02,4074.0,3693.0,26.0,9.0,257.0,0.0,72.0,2907.0,83955.0,349900.0,1581.0 +36119010803,"Census Tract 108.03, Westchester County, New York",3343,2805.0,87273.0,319400.0,1749.0,1931.0,420.0,35.0,358.0,0.0,0.0,56.0,578.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 108.03,3904.753639,2553.1142809999997,517.5473099,1.116749443,307.2653599,0.0,500.30902050000003,3123.735569,76227.38763,188651.5183,1718.615109 +36119010902,"Census Tract 109.02, Westchester County, New York",5835,4409.0,124500.0,426400.0,2707.0,2195.0,2069.0,31.0,609.0,0.0,51.0,6.0,905.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 109.02,4910.0,1456.0,2570.0,12.0,249.0,0.0,589.0,3543.0,67340.0,194100.0,1337.0 +36119011101,"Census Tract 111.01, Westchester County, New York",6386,4455.0,125164.0,553600.0,2763.0,3043.0,1239.0,25.0,845.0,0.0,0.0,256.0,978.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 111.01,5236.162971,3391.0307310000003,612.8679328,20.18171124,742.572488,1.997571349,436.7073103999999,3803.1302979999996,89338.99844,283028.5419,2081.238142 +36119000202,"Census Tract 2.02, Westchester County, New York",4076,2998.0,69154.0,354300.0,935.0,1030.0,747.0,0.0,229.0,0.0,10.0,117.0,1943.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 2.02,3507.0,1193.0,707.0,4.0,166.0,0.0,1395.0,2234.0,45926.0,193300.0,648.0 +36119000900,"Census Tract 9, Westchester County, New York",3368,2248.0,88977.0,404000.0,905.0,1627.0,290.0,20.0,326.0,0.0,38.0,0.0,1087.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 9,3422.27655,2459.552321,260.330734,8.018617339,188.9507845,0.0,464.36466809999996,2470.6830059999998,68640.98496,229754.9927,517.6693997 +36119001403,"Census Tract 14.03, Westchester County, New York",3722,2685.0,86630.0,365900.0,1002.0,2117.0,386.0,0.0,453.0,0.0,0.0,91.0,675.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 14.03,2995.0,2290.0,84.0,4.0,166.0,0.0,400.0,2182.0,44583.0,213800.0,623.0 +36119001600,"Census Tract 16, Westchester County, New York",3305,2103.0,50503.0,373800.0,551.0,1249.0,330.0,0.0,86.0,0.0,0.0,140.0,1500.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 16,3295.0,2234.0,151.0,13.0,113.0,1.0,749.0,2221.0,46000.0,205600.0,383.0 +36119002202,"Census Tract 22.02, Westchester County, New York",4984,4056.0,110572.0,404900.0,2590.0,3575.0,111.0,0.0,302.0,0.0,0.0,415.0,581.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 22.02,4804.0,4288.0,119.0,3.0,146.0,5.0,230.0,3912.0,64259.0,206000.0,2013.0 +36119002203,"Census Tract 22.03, Westchester County, New York",1754,1593.0,65089.0,165000.0,672.0,994.0,108.0,0.0,199.0,0.0,0.0,49.0,404.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 22.03,1991.0,1609.0,98.0,6.0,90.0,0.0,179.0,1689.0,31474.0,69500.0,528.0 +36119002401,"Census Tract 24.01, Westchester County, New York",1756,1354.0,70163.0,331000.0,530.0,996.0,90.0,14.0,72.0,0.0,0.0,0.0,587.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 24.01,1654.0,1308.0,73.0,1.0,96.0,0.0,160.0,1240.0,49271.0,124400.0,392.0 +36119014607,"Census Tract 146.07, Westchester County, New York",4264,2822.0,140962.0,424200.0,1697.0,3123.0,296.0,0.0,171.0,0.0,0.0,58.0,616.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 146.07,4028.439874,3281.778793,233.93857069999999,3.060715932,162.0711355,0.0,313.4871902,2533.3846129999997,92128.25048999999,251746.9661,1101.0521609999998 +36119002404,"Census Tract 24.04, Westchester County, New York",3264,2239.0,80737.0,488300.0,598.0,1523.0,152.0,7.0,601.0,0.0,37.0,52.0,899.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 24.04,2592.0,1974.0,128.0,9.0,141.0,0.0,290.0,1882.0,50925.0,235000.0,372.0 +36119003100,"Census Tract 31, Westchester County, New York",2801,1746.0,27039.0,325000.0,145.0,11.0,2524.0,0.0,0.0,0.0,0.0,40.0,226.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 31,2354.0,64.0,2093.0,9.0,22.0,0.0,153.0,1223.0,21724.0,253100.0,43.0 +36119004800,"Census Tract 48, Westchester County, New York",6656,4813.0,70354.0,450600.0,2220.0,4528.0,514.0,0.0,421.0,0.0,74.0,216.0,903.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 48,6211.0,4349.0,619.0,13.0,624.0,0.0,549.0,4387.0,60744.0,265800.0,1603.0 +36119000103,"Census Tract 1.03, Westchester County, New York",4674,2772.0,27957.0,166300.0,423.0,476.0,1953.0,0.0,74.0,0.0,0.0,50.0,2121.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 1.03,5475.0,371.0,2035.0,36.0,168.0,0.0,2795.0,3073.0,24877.0,157300.0,260.0 +36119000401,"Census Tract 4.01, Westchester County, New York",4030,2660.0,51144.0,275600.0,1096.0,926.0,1161.0,48.0,351.0,16.0,0.0,26.0,1502.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 4.01,4087.0,270.0,1829.0,17.0,43.0,0.0,1890.0,2248.0,28546.0,153800.0,238.0 +36119000402,"Census Tract 4.02, Westchester County, New York",4889,3421.0,32029.0,132500.0,656.0,492.0,2238.0,0.0,358.0,20.0,46.0,41.0,1694.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 4.02,6033.0,456.0,3874.0,18.0,105.0,0.0,1545.0,3658.0,24802.0,99500.0,438.0 +36119001200,"Census Tract 12, Westchester County, New York",4024,2404.0,30299.0,457000.0,321.0,736.0,764.0,82.0,148.0,0.0,13.0,84.0,2279.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 12,4662.0,1107.0,514.0,30.0,159.0,0.0,2707.0,2472.0,21233.0,269600.0,241.0 +36119002101,"Census Tract 21.01, Westchester County, New York",3912,3023.0,87159.0,415300.0,1097.0,2476.0,158.0,0.0,514.0,0.0,27.0,35.0,702.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 21.01,3258.0,2607.0,52.0,5.0,267.0,0.0,308.0,2480.0,55000.0,240500.0,653.0 +36119002105,"Census Tract 21.05, Westchester County, New York",1607,1250.0,140000.0,686600.0,844.0,1322.0,24.0,0.0,211.0,0.0,0.0,0.0,50.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 21.05,1628.913166,1240.63883,70.02653736,0.001933185,204.19490019999998,0.0,90.04815388,1104.673627,89273.89896,351665.3147,592.4402388999999 +36119013201,"Census Tract 132.01, Westchester County, New York",4196,2587.0,236250.0,834600.0,2087.0,3190.0,108.0,0.0,333.0,7.0,32.0,101.0,425.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 132.01,4025.036474,3596.1196600000003,70.62216599,1.003634217,233.84604539999998,0.0,119.4673376,2368.7296929999998,178690.4025,608228.5919,1879.3220010000002 +36119012303,"Census Tract 123.03, Westchester County, New York",4984,3207.0,210972.0,907400.0,2545.0,4296.0,34.0,0.0,212.0,0.0,0.0,54.0,388.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 123.03,4091.710727,3626.743744,87.99318948,7.999396354,200.9867262,0.0,156.988412,2692.809682,111324.6724,575498.8204,1425.908238 +36119013102,"Census Tract 131.02, Westchester County, New York",6664,4175.0,212083.0,900400.0,3707.0,5674.0,69.0,0.0,611.0,0.0,34.0,128.0,148.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 131.02,6007.510118,5349.330566,70.91159058,7.990038395,386.51809689999993,0.0,182.77212519999998,3956.067871,154270.00199999998,498400.01200000005,2986.276855 +36119013103,"Census Tract 131.03, Westchester County, New York",5271,3581.0,176042.0,805100.0,2715.0,4398.0,11.0,8.0,472.0,0.0,30.0,84.0,268.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 131.03,5179.040581,4471.098076,141.98183390000003,6.000004175,376.96614930000004,0.999761462,171.9935645,3407.023604,150056.7055,474505.5683,2529.975535 +36119012503,"Census Tract 125.03, Westchester County, New York",3595,2678.0,128077.0,564400.0,1576.0,3160.0,119.0,0.0,110.0,0.0,0.0,10.0,196.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 125.03,3795.915656,3535.7287229999997,68.04318576,9.004318576000001,81.06662945,0.0,87.07156497,2470.0642789999997,92741.85002,344511.8296,1501.4714 +36119014200,"Census Tract 142, Westchester County, New York",3443,2331.0,48250.0,275400.0,519.0,1087.0,708.0,36.0,38.0,0.0,0.0,105.0,1505.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 142,3476.4335960000003,1564.331142,959.0468983999999,23.00152206,105.0099885,0.0,798.0429981000001,2267.283578,48887.75885,155806.9362,501.0789567 +36119012102,"Census Tract 121.02, Westchester County, New York",4541,3132.0,135563.0,600300.0,1510.0,3704.0,56.0,0.0,141.0,0.0,12.0,11.0,617.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 121.02,4563.15541,3946.706805,125.08750619999999,5.007164499,170.1000524,2.998672485,310.2436749,2931.154602,80363.28821,324686.572,968.5210607999999 +36119012301,"Census Tract 123.01, Westchester County, New York",2525,1801.0,104653.0,580500.0,796.0,1434.0,188.0,29.0,90.0,0.0,0.0,29.0,784.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 123.01,1846.0,1533.0,63.0,5.0,76.0,0.0,157.0,1316.0,65565.0,273000.0,464.0 +36119014300,"Census Tract 143, Westchester County, New York",4261,2556.0,36699.0,277700.0,277.0,481.0,1064.0,0.0,103.0,0.0,0.0,181.0,2432.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 143,3605.0,882.0,1456.0,16.0,96.0,0.0,1122.0,2345.0,23790.0,128600.0,264.0 +36119014703,"Census Tract 147.03, Westchester County, New York",6553,4217.0,103029.0,347900.0,1839.0,4317.0,157.0,0.0,164.0,0.0,94.0,91.0,1730.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 147.03,5481.678475,4433.739746,308.98187260000003,29.99824142,107.9936676,0.0,579.9660034,3507.794189,74740.00119,196500.0075,1075.93689 +36119001900,"Census Tract 19, Westchester County, New York",1707,1183.0,113438.0,430000.0,479.0,994.0,93.0,0.0,219.0,0.0,23.0,85.0,293.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 19,1537.904866,1082.643677,188.4729462,0.0,121.3455963,0.0,134.2546997,1064.570923,79565.00121,225100.00199999998,269.3700256 +36119001302,"Census Tract 13.02, Westchester County, New York",4171,2686.0,40444.0,310800.0,600.0,797.0,474.0,0.0,371.0,0.0,0.0,0.0,2529.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 13.02,3798.0,1211.0,535.0,11.0,459.0,0.0,1499.0,2179.0,35395.0,173500.0,473.0 +36119001402,"Census Tract 14.02, Westchester County, New York",1800,1366.0,72361.0,454100.0,520.0,1249.0,0.0,0.0,189.0,0.0,0.0,13.0,349.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 14.02,1953.0,1422.0,93.0,2.0,158.0,0.0,266.0,1377.0,83198.0,238400.0,520.0 +36119001503,"Census Tract 15.03, Westchester County, New York",2848,2022.0,64464.0,445600.0,584.0,2179.0,11.0,0.0,89.0,0.0,0.0,74.0,495.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 15.03,2898.0,2615.0,23.0,13.0,73.0,0.0,134.0,2218.0,56234.0,210300.0,676.0 +36119002106,"Census Tract 21.06, Westchester County, New York",2646,1794.0,75000.0,294700.0,677.0,404.0,727.0,0.0,904.0,0.0,15.0,35.0,561.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 21.06,2532.0,877.0,609.0,13.0,645.0,0.0,367.0,1862.0,48450.0,187500.0,605.0 +36119002201,"Census Tract 22.01, Westchester County, New York",2672,1771.0,126442.0,598000.0,983.0,1666.0,154.0,0.0,347.0,0.0,0.0,7.0,498.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 22.01,2301.0,1791.0,85.0,10.0,201.0,0.0,206.0,1622.0,66618.0,251100.0,645.0 +36119002405,"Census Tract 24.05, Westchester County, New York",3145,2299.0,74643.0,474100.0,627.0,1773.0,181.0,17.0,85.0,21.0,13.0,37.0,1018.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 24.05,2885.0,2401.0,57.0,9.0,75.0,0.0,311.0,2177.0,52532.0,242100.0,388.0 +36119004300,"Census Tract 43, Westchester County, New York",1783,1408.0,91667.0,448400.0,606.0,863.0,629.0,0.0,18.0,0.0,6.0,40.0,227.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 43,1740.0,795.0,744.0,7.0,38.0,0.0,125.0,1347.0,73606.0,248800.0,413.0 +36119005800,"Census Tract 58, Westchester County, New York",4713,3018.0,44200.0,430200.0,757.0,1293.0,454.0,0.0,228.0,0.0,74.0,22.0,2642.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 58,3891.0,1969.0,339.0,11.0,140.0,3.0,1400.0,2636.0,34898.0,218000.0,615.0 +36119005901,"Census Tract 59.01, Westchester County, New York",4786,2874.0,56369.0,174000.0,1102.0,1676.0,609.0,2.0,401.0,0.0,84.0,115.0,1899.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 59.01,4209.0,2036.0,565.0,14.0,197.0,1.0,1344.0,2841.0,40000.0,99500.0,792.0 +36119008200,"Census Tract 82, Westchester County, New York",7288,5174.0,98828.0,484200.0,1883.0,4223.0,155.0,0.0,97.0,0.0,74.0,32.0,2707.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 82,7030.1263069999995,5221.695313,162.6789551,13.97242546,182.63957209999998,0.9980304240000001,1403.230835,5049.036133,61679.99715,275400.0042,1645.752197 +36119008700,"Census Tract 87, Westchester County, New York",5187,3818.0,89978.0,575900.0,1338.0,3988.0,2.0,13.0,129.0,0.0,0.0,29.0,1039.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 87,5379.227178,4591.340332,22.99669647,5.999137877999999,109.98419950000002,0.0,583.9161377,3871.443848,58788.00155,360299.985,1121.838867 +36119008800,"Census Tract 88, Westchester County, New York",4652,3414.0,75313.0,209200.0,1912.0,1687.0,685.0,0.0,593.0,0.0,56.0,44.0,1587.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 88,4047.0,1638.0,816.0,14.0,289.0,0.0,1240.0,3004.0,46036.0,78000.0,1092.0 +36119009000,"Census Tract 90, Westchester County, New York",4217,2930.0,83079.0,329200.0,1392.0,1394.0,742.0,116.0,360.0,0.0,0.0,121.0,1579.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 90,3382.0,1533.0,693.0,4.0,218.0,0.0,911.0,2447.0,47436.0,195900.0,769.0 +36119009701,"Census Tract 97.01, Westchester County, New York",2958,2009.0,127188.0,649300.0,1394.0,2582.0,21.0,0.0,90.0,0.0,15.0,17.0,233.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 97.01,2888.0,2576.0,78.0,5.0,103.0,0.0,115.0,2066.0,101741.0,368400.0,1328.0 +36119014000,"Census Tract 140, Westchester County, New York",2255,1555.0,107418.0,390800.0,521.0,1693.0,68.0,0.0,40.0,0.0,6.0,79.0,369.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 140,2189.0,2052.0,23.0,9.0,28.0,0.0,76.0,1516.0,62604.0,212400.0,382.0 +36119014606,"Census Tract 146.06, Westchester County, New York",5825,3907.0,175268.0,588700.0,2730.0,5090.0,157.0,0.0,159.0,1.0,0.0,59.0,359.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 146.06,5597.686786,5019.411354999999,140.05415019999998,9.004679647,240.10362080000002,0.0,170.10362080000002,3687.846455,110620.0077,354189.4465,2484.002113 +36119014805,"Census Tract 148.05, Westchester County, New York",4452,3111.0,136063.0,593600.0,1573.0,3219.0,445.0,0.0,93.0,0.0,23.0,112.0,560.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 148.05,3985.0340539999997,3576.516113,80.31544495,6.940840721,153.69004819999998,0.0,153.69004819999998,2738.657471,97661.00016,329799.9962,1486.331421 +36119014907,"Census Tract 149.07, Westchester County, New York",4451,2856.0,123281.0,399500.0,1263.0,3486.0,163.0,14.0,167.0,0.0,0.0,28.0,593.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 149.07,3556.0,3295.0,51.0,9.0,59.0,0.0,133.0,2282.0,86194.0,219600.0,952.0 +36119002700,"Census Tract 27, Westchester County, New York",3929,2265.0,47207.0,298000.0,318.0,40.0,3313.0,0.0,0.0,0.0,125.0,10.0,441.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 27,3565.0,25.0,3399.0,4.0,13.0,0.0,110.0,2192.0,32500.0,189000.0,335.0 +36119004100,"Census Tract 41, Westchester County, New York",4458,3201.0,72269.0,233800.0,1181.0,294.0,3413.0,36.0,149.0,0.0,0.0,60.0,542.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 41,3708.0,567.0,2663.0,16.0,74.0,0.0,360.0,2557.0,48681.0,214000.0,886.0 +36119004600,"Census Tract 46, Westchester County, New York",2867,2038.0,134375.0,680800.0,1521.0,2419.0,1.0,0.0,155.0,0.0,7.0,89.0,196.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 46,2815.0,2442.0,24.0,4.0,229.0,1.0,102.0,2105.0,100382.0,284900.0,1394.0 +36119005300,"Census Tract 53, Westchester County, New York",5363,3663.0,111615.0,570800.0,1729.0,3119.0,773.0,0.0,482.0,0.0,0.0,175.0,814.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 53,4517.082178000001,3343.778275,396.7812924,5.046589567,294.34040550000003,0.010286626,401.05604460000006,3118.111335,68603.56418,289225.078,1409.558787 +36119006200,"Census Tract 62, Westchester County, New York",5907,3824.0,41365.0,487300.0,716.0,1588.0,582.0,0.0,27.0,0.0,170.0,17.0,3523.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 62,5441.517209000001,1953.288574,608.59729,9.960676193,52.791580200000006,1.9921351669999998,2801.938232,3268.097656,41249.99858,266300.0102,615.5697632 +36119007402,"Census Tract 74.02, Westchester County, New York",2872,1906.0,149145.0,711700.0,1184.0,2432.0,92.0,0.0,162.0,0.0,17.0,115.0,54.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 74.02,2802.0,2415.0,47.0,5.0,165.0,1.0,164.0,1954.0,87525.0,386800.0,951.0 +36119007900,"Census Tract 79, Westchester County, New York",8322,5528.0,53125.0,291300.0,1151.0,1583.0,366.0,176.0,193.0,0.0,0.0,76.0,6104.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 79,7301.0,2814.0,541.0,14.0,235.0,0.0,3544.0,5040.0,39221.0,226000.0,701.0 +36119009702,"Census Tract 97.02, Westchester County, New York",2808,2161.0,102639.0,677600.0,1222.0,2105.0,167.0,0.0,175.0,0.0,0.0,22.0,339.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 97.02,2694.0,2283.0,150.0,4.0,128.0,0.0,124.0,2028.0,88197.0,409300.0,1229.0 +36119010701,"Census Tract 107.01, Westchester County, New York",6054,4119.0,209583.0,885500.0,3207.0,4273.0,87.0,0.0,1235.0,0.0,10.0,172.0,277.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 107.01,5787.000431,4502.476858,140.02647040000002,8.003083666,955.3308342,0.0011698639999999998,168.15834990000002,3982.0610850000003,140902.8701,478597.0984,2920.0078129999997 +36119011000,"Census Tract 110, Westchester County, New York",3231,2088.0,101250.0,427000.0,968.0,894.0,1308.0,95.0,201.0,0.0,0.0,132.0,683.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 110,2462.0,877.0,1070.0,11.0,129.0,0.0,342.0,1694.0,70833.0,209000.0,622.0 +36119011800,"Census Tract 118, Westchester County, New York",5689,3292.0,216731.0,839000.0,2524.0,4210.0,165.0,15.0,399.0,0.0,105.0,126.0,669.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 118,5171.483955,4655.879968,65.30174644,5.999545576,270.7300222,0.00023856,170.4817972,2983.8869489999997,126866.0354,446404.1393,1953.726809 +36119012502,"Census Tract 125.02, Westchester County, New York",6035,4159.0,170927.0,692100.0,3328.0,5331.0,223.0,27.0,142.0,0.0,0.0,81.0,258.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 125.02,5443.431415,5055.112311999999,56.90168281,11.97894348,151.7323856,0.0,149.7376966,3498.852615,122988.4424,422300.044,2363.8434899999997 +36119012700,"Census Tract 127, Westchester County, New York",4777,3062.0,191806.0,968400.0,2099.0,4269.0,14.0,8.0,204.0,0.0,0.0,48.0,242.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 127,4579.511345,4298.672321,49.35177591,4.028603771,90.07474911,0.0,134.3028554,3057.040909,141733.8008,663373.8975,2111.773232 +36119013600,"Census Tract 136, Westchester County, New York",4908,3322.0,61757.0,391000.0,1199.0,1692.0,581.0,258.0,260.0,0.0,0.0,109.0,2259.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 136,4285.0,2156.0,512.0,4.0,166.0,0.0,1409.0,3006.0,55426.0,211000.0,1089.0 +36119014100,"Census Tract 141, Westchester County, New York",5959,4262.0,46501.0,319100.0,1188.0,2408.0,942.0,65.0,278.0,0.0,16.0,426.0,1824.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 141,5774.0,2977.0,1315.0,29.0,117.0,0.0,1269.0,3713.0,41659.0,168900.0,627.0 +36119001102,"Census Tract 11.02, Westchester County, New York",4991,3002.0,36667.0,258600.0,730.0,1076.0,1148.0,204.0,145.0,0.0,0.0,54.0,2568.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 11.02,5626.0,1800.0,1004.0,19.0,256.0,2.0,2260.0,3321.0,35191.0,162700.0,550.0 +36119001301,"Census Tract 13.01, Westchester County, New York",3873,2811.0,99333.0,530500.0,1160.0,1398.0,399.0,0.0,377.0,0.0,0.0,144.0,1555.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 13.01,3766.0,1725.0,359.0,9.0,271.0,0.0,1314.0,2560.0,61250.0,245200.0,705.0 +36119001505,"Census Tract 15.05, Westchester County, New York",2291,1737.0,67600.0,119600.0,754.0,931.0,618.0,0.0,39.0,0.0,14.0,34.0,655.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 15.05,2095.0,1388.0,218.0,3.0,145.0,0.0,315.0,1749.0,45500.0,69900.0,551.0 +36119001700,"Census Tract 17, Westchester County, New York",7261,5180.0,76445.0,414200.0,1858.0,5886.0,82.0,84.0,152.0,0.0,0.0,127.0,1014.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 17,6506.0,5209.0,157.0,13.0,260.0,0.0,767.0,4673.0,58200.0,228500.0,1143.0 +36119003200,"Census Tract 32, Westchester County, New York",2437,1560.0,46586.0,335000.0,287.0,65.0,1791.0,56.0,0.0,0.0,96.0,37.0,428.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 32,2633.0,74.0,2324.0,1.0,29.0,0.0,171.0,1735.0,30938.0,187500.0,170.0 +36119003300,"Census Tract 33, Westchester County, New York",3171,2303.0,46582.0,377300.0,730.0,88.0,2754.0,0.0,0.0,0.0,0.0,0.0,329.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 33,3684.0,70.0,3418.0,12.0,37.0,0.0,140.0,2161.0,37578.0,226500.0,492.0 +36119003400,"Census Tract 34, Westchester County, New York",4775,3320.0,65375.0,346500.0,983.0,25.0,4211.0,92.0,20.0,0.0,0.0,33.0,394.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 34,4613.0,267.0,3971.0,8.0,23.0,0.0,314.0,2899.0,51394.0,223600.0,609.0 +36119003700,"Census Tract 37, Westchester County, New York",3492,2443.0,44514.0,416700.0,538.0,797.0,1540.0,0.0,108.0,0.0,82.0,99.0,866.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 37,3864.0,1583.0,1081.0,6.0,180.0,0.0,867.0,2622.0,40020.0,211100.0,397.0 +36119003900,"Census Tract 39, Westchester County, New York",3664,2784.0,89390.0,412500.0,1106.0,1548.0,1119.0,26.0,103.0,0.0,0.0,0.0,868.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 39,3535.0,2295.0,559.0,8.0,89.0,0.0,428.0,2631.0,51113.0,269300.0,834.0 +36119005001,"Census Tract 50.01, Westchester County, New York",3744,2509.0,114464.0,703500.0,1555.0,2801.0,118.0,0.0,363.0,0.0,0.0,103.0,359.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 50.01,3084.0,2640.0,10.0,0.0,341.0,0.0,80.0,2208.0,79455.0,350200.0,921.0 +36119005701,"Census Tract 57.01, Westchester County, New York",6897,5208.0,71771.0,314300.0,1931.0,3239.0,1162.0,36.0,333.0,0.0,46.0,23.0,2058.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 57.01,6299.0,4449.0,694.0,14.0,282.0,0.0,793.0,5032.0,52174.0,195000.0,1460.0 +36119007200,"Census Tract 72, Westchester County, New York",6615,5049.0,102567.0,546100.0,2782.0,4344.0,423.0,0.0,205.0,0.0,0.0,155.0,1488.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 72,6477.0,5049.0,214.0,8.0,219.0,1.0,948.0,4784.0,56496.0,279600.0,2016.0 +36119007700,"Census Tract 77, Westchester County, New York",5078,3337.0,125972.0,730900.0,2124.0,4046.0,103.0,11.0,297.0,0.0,57.0,57.0,507.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 77,4757.0,3961.0,65.0,6.0,347.0,0.0,355.0,3302.0,87382.0,445800.0,2291.0 +36119008902,"Census Tract 89.02, Westchester County, New York",3665,2475.0,61875.0,550400.0,998.0,1236.0,609.0,31.0,309.0,0.0,14.0,36.0,1430.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 89.02,3416.772864,1646.659664,834.0033041,6.00086193,205.0158021,0.0,692.0838946,2386.556232,55882.666639999996,286519.9573,959.161181 +36119009300,"Census Tract 93, Westchester County, New York",3725,2351.0,32281.0,996400.0,983.0,1017.0,1197.0,26.0,457.0,0.0,0.0,0.0,1054.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 93,2881.0,691.0,1348.0,4.0,152.0,0.0,652.0,1844.0,20337.0,171100.0,431.0 +36119009400,"Census Tract 94, Westchester County, New York",4278,3266.0,80114.0,632500.0,1444.0,1415.0,540.0,0.0,325.0,0.0,0.0,63.0,1935.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 94,3212.0,1096.0,682.0,4.0,127.0,0.0,1270.0,2338.0,36736.0,177400.0,511.0 +36119009800,"Census Tract 98, Westchester County, New York",4458,2903.0,250001.0,1515200.0,2556.0,3418.0,24.0,10.0,575.0,12.0,0.0,159.0,270.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 98,4535.0,3769.0,99.0,7.0,547.0,0.0,98.0,2808.0,186247.0,705100.0,2394.0 +36119009900,"Census Tract 99, Westchester County, New York",3015,1867.0,250001.0,2000001.0,1673.0,2276.0,2.0,0.0,358.0,0.0,0.0,116.0,263.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 99,3090.0,2638.0,57.0,0.0,307.0,0.0,77.0,1940.0,200001.0,1000001.0,1580.0 +36119012400,"Census Tract 124, Westchester County, New York",5230,3811.0,198500.0,923700.0,2879.0,4799.0,78.0,0.0,181.0,0.0,10.0,56.0,106.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 124,4738.002981000001,4434.104289,70.16266792,7.024977249,108.3003622,0.0,116.3703337,3353.671813,153109.5433,604698.2869,2390.036127 +36119013000,"Census Tract 130, Westchester County, New York",6703,4568.0,98098.0,482500.0,2102.0,3633.0,206.0,0.0,129.0,0.0,0.0,34.0,2701.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 130,5924.491804,4249.035885,252.37907620000001,14.002720499999999,273.3545545,0.000522708,1104.7246109999999,4039.198288,64691.378189999996,277785.4869,1714.3360519999999 +36119013304,"Census Tract 133.04, Westchester County, New York",4853,3484.0,72418.0,351800.0,958.0,1137.0,729.0,128.0,155.0,0.0,91.0,7.0,2734.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 133.04,6968.777028,1841.52186,2465.206768,16.00291222,156.68437230000004,0.0,2461.349467,5273.93109,45924.01717,191675.26100000003,902.5011888 +36119014500,"Census Tract 145, Westchester County, New York",4412,3565.0,86264.0,287600.0,1429.0,2394.0,525.0,0.0,199.0,0.0,19.0,332.0,943.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 145,4014.528552,2790.829013,515.6229365,8.978596676,107.7130356,0.0,579.4171488,3017.973245,60069.963970000004,150014.5825,939.4673015000001 +36119014804,"Census Tract 148.04, Westchester County, New York",8277,6049.0,95188.0,339200.0,2541.0,5214.0,313.0,0.0,307.0,0.0,0.0,44.0,2399.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 148.04,7791.321486,6320.260027,418.018121,38.00175932,234.00633349999998,0.0,737.0340135,4948.205723,80517.76336,200399.8264,1855.0631010000002 +36119014808,"Census Tract 148.08, Westchester County, New York",3682,2528.0,134798.0,448600.0,1639.0,3003.0,47.0,0.0,288.0,0.0,0.0,28.0,316.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 148.08,3596.3856990000004,3112.362432,51.00442512,3.000428238,242.00756549999997,0.0,178.00999219999997,2377.2480920000003,87480.93849,271007.9616,1156.148598 +36119005200,"Census Tract 52, Westchester County, New York",4683,3137.0,160909.0,698800.0,1931.0,4165.0,16.0,0.0,125.0,0.0,58.0,71.0,248.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 52,4625.0,4225.0,42.0,0.0,183.0,0.0,160.0,3166.0,106892.0,383800.0,1671.0 +36119008500,"Census Tract 85, Westchester County, New York",3320,2183.0,222708.0,2000001.0,1818.0,2984.0,5.0,0.0,236.0,0.0,0.0,0.0,95.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 85,3483.9323630000004,3251.070557,35.97864914,0.0,103.9383163,0.0,83.95018005,2250.664307,173100.0067,1000001.041,1652.0195310000001 +36119005500,"Census Tract 55, Westchester County, New York",5634,3372.0,158417.0,858900.0,2534.0,4608.0,156.0,0.0,218.0,0.0,13.0,183.0,456.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 55,5486.0,4892.0,123.0,11.0,192.0,0.0,253.0,3641.0,113002.0,458000.0,2298.0 +36119006802,"Census Tract 68.02, Westchester County, New York",5688,4133.0,174477.0,663500.0,3347.0,4587.0,391.0,0.0,254.0,0.0,8.0,32.0,416.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 68.02,5405.0,4639.0,361.0,6.0,190.0,1.0,170.0,3855.0,112193.0,394600.0,2530.0 +36119007600,"Census Tract 76, Westchester County, New York",6239,3890.0,207663.0,1062700.0,3050.0,5590.0,21.0,77.0,148.0,0.0,53.0,117.0,233.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 76,6080.0,5315.0,108.0,6.0,356.0,0.0,259.0,4098.0,122651.0,590100.0,2727.0 +36119008602,"Census Tract 86.02, Westchester County, New York",5708,2825.0,196094.0,1196700.0,2033.0,4369.0,325.0,6.0,322.0,0.0,16.0,210.0,460.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 86.02,4660.0,3875.0,224.0,18.0,241.0,0.0,282.0,2277.0,157505.0,734400.0,1421.0 +36119010903,"Census Tract 109.03, Westchester County, New York",4769,3226.0,84766.0,462100.0,1103.0,1058.0,2341.0,61.0,315.0,0.0,22.0,36.0,997.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 109.03,4805.984995000001,1095.409219,2752.709577,9.851957998,283.83341210000003,0.0,629.6914016,3183.1570269999997,71013.14745,253068.1599,1196.586017 +36119010300,"Census Tract 103, Westchester County, New York",3162,2394.0,82000.0,294500.0,1561.0,2577.0,184.0,0.0,117.0,0.0,32.0,40.0,212.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 103,2872.0,2325.0,123.0,13.0,147.0,0.0,247.0,2205.0,65313.0,255400.0,1315.0 +36119010500,"Census Tract 105, Westchester County, New York",6887,4756.0,142750.0,641700.0,2921.0,5273.0,476.0,0.0,472.0,0.0,0.0,156.0,510.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 105,6965.789884999999,5423.895361,517.2225181,10.03119413,580.0668392000001,0.0,406.5219818,4608.416468,76630.89277,319138.4504,2580.831223 +36119010804,"Census Tract 108.04, Westchester County, New York",2681,2115.0,115523.0,364300.0,1357.0,1761.0,226.0,0.0,138.0,0.0,0.0,31.0,525.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 108.04,2772.0,2051.0,136.0,3.0,355.0,0.0,212.0,2127.0,73221.0,226000.0,1322.0 +36119012101,"Census Tract 121.01, Westchester County, New York",5599,3620.0,181765.0,774500.0,2540.0,4954.0,104.0,0.0,213.0,0.0,7.0,107.0,214.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 121.01,5523.0,5027.0,52.0,8.0,288.0,0.0,131.0,3574.0,109470.0,442100.0,1950.0 +36119013202,"Census Tract 132.02, Westchester County, New York",3120,2268.0,111642.0,572300.0,1368.0,2405.0,127.0,0.0,299.0,0.0,0.0,123.0,166.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 132.02,2966.0,2560.0,60.0,5.0,197.0,2.0,114.0,2128.0,91074.0,340800.0,1352.0 +36119013301,"Census Tract 133.01, Westchester County, New York",3368,2244.0,48269.0,336700.0,485.0,375.0,789.0,224.0,70.0,0.0,0.0,64.0,2070.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 133.01,2779.0,474.0,1119.0,11.0,60.0,0.0,1099.0,1762.0,30461.0,175200.0,274.0 +36119013700,"Census Tract 137, Westchester County, New York",5555,4403.0,124028.0,455200.0,2718.0,4028.0,425.0,9.0,244.0,0.0,37.0,93.0,728.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 137,5502.578407,4555.543945,234.51322940000003,8.981357574,265.4490051,0.0,393.1838684,4133.42041,100328.002,262599.9946,2442.9291989999997 +36119013900,"Census Tract 139, Westchester County, New York",4883,3422.0,122083.0,486600.0,1958.0,3276.0,392.0,0.0,273.0,0.0,44.0,141.0,757.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 139,4238.209197,3673.844482,114.4654922,9.953520775,107.498024,0.0,319.50802610000005,3033.833252,78564.00052999999,263500.0097,1689.112549 +36119014400,"Census Tract 144, Westchester County, New York",6036,4142.0,61332.0,268000.0,1157.0,1452.0,1567.0,60.0,123.0,0.0,0.0,63.0,2819.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 144,5591.379712,2578.201355,1650.285914,16.10664225,162.6998398,0.0,1153.012644,3705.8687840000002,58920.45329,140962.2936,949.5320667999999 +36119000701,"Census Tract 7.01, Westchester County, New York",3830,2849.0,83713.0,369500.0,1111.0,2086.0,654.0,0.0,252.0,0.0,44.0,53.0,741.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 7.01,3595.0,1925.0,819.0,4.0,220.0,0.0,568.0,2532.0,63319.0,210400.0,1023.0 +36119000702,"Census Tract 7.02, Westchester County, New York",4088,3265.0,68696.0,287300.0,1532.0,1390.0,1271.0,0.0,120.0,0.0,0.0,113.0,1194.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 7.02,4743.0,1516.0,2176.0,20.0,174.0,0.0,806.0,3388.0,46593.0,104300.0,1363.0 +36119000802,"Census Tract 8.02, Westchester County, New York",2394,1546.0,62583.0,367500.0,405.0,1055.0,138.0,0.0,192.0,0.0,0.0,35.0,974.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 8.02,2303.0,1495.0,147.0,6.0,160.0,0.0,462.0,1656.0,59803.0,205900.0,354.0 +36119001101,"Census Tract 11.01, Westchester County, New York",3820,1918.0,38162.0,302000.0,102.0,392.0,749.0,0.0,43.0,0.0,0.0,12.0,2624.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 11.01,3902.0172390000002,609.0040186000001,687.0073118,8.00012409,218.00035319999998,0.0,2195.005145,1948.0092780000002,20167.001369999998,213399.5168,129.0007827 +36119001303,"Census Tract 13.03, Westchester County, New York",7459,4266.0,39275.0,315100.0,534.0,791.0,1290.0,0.0,870.0,0.0,0.0,72.0,4436.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 13.03,7055.0,1193.0,1415.0,23.0,419.0,0.0,3870.0,3718.0,26817.0,180700.0,469.0 +36119001401,"Census Tract 14.01, Westchester County, New York",4451,3078.0,85625.0,497300.0,883.0,2546.0,502.0,0.0,232.0,0.0,0.0,0.0,1171.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 14.01,3989.0,2976.0,216.0,22.0,267.0,2.0,478.0,2887.0,60689.0,240500.0,661.0 +36119001502,"Census Tract 15.02, Westchester County, New York",3076,2453.0,78750.0,219300.0,779.0,2259.0,226.0,0.0,92.0,0.0,0.0,0.0,499.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 15.02,3026.0,2467.0,132.0,6.0,117.0,1.0,255.0,2326.0,49941.0,205000.0,482.0 +36119002103,"Census Tract 21.03, Westchester County, New York",3334,2261.0,161034.0,606300.0,1409.0,2884.0,9.0,0.0,202.0,0.0,0.0,26.0,213.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 21.03,3182.0,2952.0,26.0,4.0,83.0,0.0,115.0,2273.0,92280.0,305300.0,1173.0 +36119002107,"Census Tract 21.07, Westchester County, New York",1717,1068.0,73750.0,487900.0,473.0,741.0,168.0,0.0,387.0,0.0,0.0,10.0,411.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 21.07,1476.0,803.0,164.0,3.0,343.0,0.0,134.0,1083.0,71307.0,241700.0,479.0 +36119002204,"Census Tract 22.04, Westchester County, New York",5047,3333.0,77563.0,257800.0,1688.0,3237.0,448.0,4.0,227.0,8.0,20.0,89.0,1014.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 22.04,5011.0,4118.0,289.0,8.0,194.0,0.0,393.0,3626.0,65231.0,147200.0,1854.0 +36119002600,"Census Tract 26, Westchester County, New York",3926,2697.0,64931.0,345200.0,553.0,123.0,3177.0,59.0,61.0,0.0,67.0,34.0,419.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 26,3862.0,157.0,3462.0,20.0,49.0,0.0,159.0,2399.0,51623.0,195800.0,683.0 +36119985000,"Census Tract 9850, Westchester County, New York",2487,15.0,,,6.0,1539.0,323.0,12.0,84.0,11.0,0.0,80.0,446.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +36119983000,"Census Tract 9830, Westchester County, New York",1306,1207.0,,,109.0,450.0,499.0,23.0,12.0,0.0,0.0,110.0,212.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 9830,1389.000015,1022.990112,156.2050781,1.837706804,40.58269119,0.153142229,163.7090454,930.9515991000001,78431.99938,344900.0109,376.423584 +36119984000,"Census Tract 9840, Westchester County, New York",380,308.0,43125.0,,75.0,185.0,140.0,0.0,0.0,0.0,0.0,4.0,51.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 9840,326.0,194.0,102.0,0.0,10.0,0.0,20.0,321.0,32031.0,173200.0,39.0 +36119012802,"Census Tract 128.02, Westchester County, New York",7203,4903.0,66997.0,610400.0,2567.0,4687.0,72.0,0.0,192.0,0.0,0.0,86.0,2166.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 128.02,7702.803486,5676.951514,863.5878212000001,10.18559237,225.5325751,0.8462455870000001,906.1511329,5162.037736,78739.37791,345905.5906,2092.4919219999997 +36119014901,"Census Tract 149.01, Westchester County, New York",6479,4271.0,156393.0,642100.0,2408.0,5533.0,17.0,44.0,268.0,0.0,0.0,51.0,566.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 149.01,5752.716335,5170.749022999999,178.9891205,7.999496937000001,147.99188230000001,0.0,231.9871674,3775.8168950000004,107278.2083,428912.1694,1793.911255 +36119014903,"Census Tract 149.03, Westchester County, New York",4584,3981.0,82453.0,457100.0,2242.0,4382.0,29.0,43.0,2.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 149.03,2292.000074,2171.158936,26.41136551,1.0853986740000001,52.09913254,0.0,39.07434845,1897.276733,71783.00048,259400.0047,1009.058899 +36119014909,"Census Tract 149.09, Westchester County, New York",2948,2316.0,96154.0,423400.0,1529.0,2612.0,0.0,0.0,122.0,0.0,0.0,0.0,214.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 149.09,4042.999926,3829.841064,46.58863449,1.9146013259999999,91.90086365,0.0,68.92565155,3346.723145,71782.99973,259399.9973,1779.94104 +36119014810,"Census Tract 148.10, Westchester County, New York",2046,1674.0,49861.0,269000.0,441.0,1895.0,17.0,0.0,8.0,0.0,0.0,22.0,104.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 148.10,2276.999909,2029.8836670000003,66.96234131,6.724252224,69.20376587,0.0,99.182724,1620.824951,72577.99799,228500.0059,599.0187988 +36119014811,"Census Tract 148.11, Westchester County, New York",5831,3804.0,134167.0,444200.0,2097.0,4444.0,258.0,0.0,297.0,0.0,42.0,62.0,728.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 148.11,5850.000091,5215.116211,172.03765869999998,17.2757473,177.7962341,0.0,254.81727599999996,4164.174805,72577.99883,228500.0044,1538.981201 +36119981000,"Census Tract 9810, Westchester County, New York",2101,1483.0,46429.0,,425.0,663.0,619.0,0.0,407.0,0.0,11.0,0.0,401.0,New York City,New York-Newark-Jersey City,NY,Westchester County,Census Tract 9810,2382.0,904.0,958.0,2.0,221.0,0.0,290.0,1837.0,16912.0,271400.0,489.0 +36119982000,"Census Tract 9820, Westchester County, New York",1642,1564.0,,,43.0,208.0,915.0,0.0,46.0,0.0,0.0,17.0,456.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,, +42103950900,"Census Tract 9509, Pike County, Pennsylvania",4191,3094.0,50451.0,152400.0,762.0,3863.0,62.0,20.0,28.0,0.0,0.0,2.0,216.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9509,3544.194343,3376.7436399999997,25.15369503,21.05910038,15.03118678,0.000215811,95.17976992,2595.3084719999997,34358.32093,101457.7982,392.5207149 +42103950606,"Census Tract 9506.06, Pike County, Pennsylvania",6000,4539.0,72323.0,231500.0,1398.0,5434.0,52.0,16.0,135.0,0.0,0.0,8.0,355.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9506.06,4390.590879,4004.1467810000004,103.1130426,24.36193053,31.02394696,0.0,200.50590019999999,2863.805464,51636.542539999995,137950.9997,719.6181187999999 +42103950202,"Census Tract 9502.02, Pike County, Pennsylvania",1453,1077.0,51875.0,173400.0,156.0,1330.0,7.0,0.0,0.0,0.0,0.0,43.0,73.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9502.02,1279.9157089999999,1192.171816,34.71282787,8.94222881,7.4084453020000005,0.0,34.83419401,896.3226794,38099.17847,112503.035,129.8112609 +42103950702,"Census Tract 9507.02, Pike County, Pennsylvania",3053,2152.0,60597.0,152700.0,425.0,2554.0,11.0,0.0,61.0,0.0,0.0,166.0,261.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9507.02,3053.297745,2797.678667,64.75307276,21.257310500000003,15.466674300000001,0.0,145.919621,1950.198013,46267.01797,98028.94071,278.482887 +42103950501,"Census Tract 9505.01, Pike County, Pennsylvania",1586,1037.0,54010.0,191500.0,236.0,1300.0,75.0,0.0,36.0,0.0,12.0,40.0,123.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9505.01,1191.521705,1074.910188,43.19014627,4.619654178999999,8.846277125,0.326756239,49.4727404,885.7701516000001,42363.11976,134227.416,193.2613018 +42103950102,"Census Tract 9501.02, Pike County, Pennsylvania",2316,1766.0,58929.0,193000.0,535.0,1975.0,5.0,0.0,25.0,0.0,21.0,16.0,274.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9501.02,2083.737639,1971.465228,9.763139244,17.69493024,18.30512604,0.0,64.67854134,1463.8018220000001,40713.0971,113300.2425,252.30702689999998 +42103950502,"Census Tract 9505.02, Pike County, Pennsylvania",3064,1994.0,63640.0,190100.0,645.0,2186.0,294.0,0.0,103.0,0.0,23.0,65.0,393.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9505.02,2432.477445,2193.330207,88.67013426,9.40521923,18.13767253,0.6716960670000001,101.4382623,1808.379282,42386.94636,134300.3582,394.32920110000003 +42103950301,"Census Tract 9503.01, Pike County, Pennsylvania",2515,2018.0,55882.0,192800.0,746.0,2344.0,18.0,0.0,40.0,0.0,0.0,84.0,29.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9503.01,2345.1459219999997,2264.515524,16.44963911,12.67405263,6.718562422000001,0.000414911,37.323576200000005,1727.7165120000002,39414.71755,124403.7836,409.33101360000006 +42103950201,"Census Tract 9502.01, Pike County, Pennsylvania",3544,2734.0,68056.0,235800.0,773.0,2866.0,365.0,0.0,0.0,0.0,38.0,21.0,254.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9502.01,2877.20966,2679.831079,78.25391579999999,20.08503584,16.62239777,0.0,78.26182998,2014.8578530000002,38088.40862,112498.43800000001,291.5974481 +42103950302,"Census Tract 9503.02, Pike County, Pennsylvania",712,656.0,67829.0,329100.0,253.0,707.0,0.0,5.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9503.02,787.5654767000001,760.5203247000001,5.5092020029999995,4.257110596,2.253764391,0.0,12.52091408,580.2191162,39413.9985,124399.9963,137.4796295 +42103950802,"Census Tract 9508.02, Pike County, Pennsylvania",5589,3899.0,52442.0,141400.0,949.0,2791.0,1157.0,9.0,43.0,0.0,0.0,10.0,1579.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9508.02,3260.9999239999997,2421.341309,374.0494995,14.31976032,41.65748596,0.43393212600000003,382.2941895,2122.362061,49856.00258,105100.0002,347.5796204 +42103950801,"Census Tract 9508.01, Pike County, Pennsylvania",4647,3312.0,58553.0,119600.0,770.0,2843.0,819.0,0.0,70.0,0.0,0.0,50.0,865.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9508.01,4254.000075999999,3158.658691,487.9505005,18.68024063,54.34251404,0.566067874,498.70581050000004,2768.637939,49855.99803,105100.005,453.4203796 +42103950601,"Census Tract 9506.01, Pike County, Pennsylvania",1462,1110.0,71328.0,276200.0,381.0,1365.0,3.0,0.0,9.0,0.0,0.0,25.0,60.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9506.01,1303.781131,1189.0635029999999,30.59919246,7.237107534,9.214970656,0.0,59.52329069,850.4629827,51627.49102,137938.2549,213.6624837 +42103950603,"Census Tract 9506.03, Pike County, Pennsylvania",1124,912.0,45568.0,280800.0,219.0,1043.0,16.0,0.0,5.0,0.0,0.0,17.0,43.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9506.03,1101.5313230000002,1004.516968,25.90332031,6.10648632,7.780845165,0.0,50.32926559,718.3985596,51657.00155,137999.9939,180.6338043 +42103950104,"Census Tract 9501.04, Pike County, Pennsylvania",2410,1952.0,63508.0,228700.0,500.0,2228.0,38.0,5.0,42.0,0.0,0.0,4.0,98.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9501.04,2425.331412,2294.654785,11.36319256,20.59578705,21.3059864,0.0,75.28115082,1703.768677,40713.0009,113300.0025,293.667511 +42103950103,"Census Tract 9501.03, Pike County, Pennsylvania",2267,1570.0,63169.0,173000.0,375.0,1988.0,0.0,0.0,21.0,8.0,0.0,101.0,149.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9501.03,2306.114293,2181.861084,10.80463505,19.58340073,20.25868988,0.0,71.58070374,1620.02002,40713.001260000005,113299.9981,279.2322998 +42103950605,"Census Tract 9506.05, Pike County, Pennsylvania",5693,3822.0,82500.0,215800.0,934.0,4677.0,220.0,14.0,0.0,0.0,73.0,29.0,680.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9506.05,4400.112778,4012.5502799999995,103.51561190000001,24.38694589,31.08223907,0.000933114,201.02887019999997,2869.9814260000003,51649.36537,137996.8193,721.5429162 +42103950701,"Census Tract 9507.01, Pike County, Pennsylvania",4061,2736.0,66953.0,157100.0,654.0,3684.0,16.0,0.0,56.0,0.0,0.0,0.0,305.0,New York City,New York-Newark-Jersey City,PA,Pike County,Census Tract 9507.01,3266.877927,2993.388672,69.2770462,22.74768639,16.54377174,0.0,156.1318512,2086.583252,46263.00242,97999.99927,297.7879028 diff --git a/output/census_tracts.csv b/output/census_tracts.csv new file mode 100644 index 0000000..41b9222 --- /dev/null +++ b/output/census_tracts.csv @@ -0,0 +1,8282 @@ +geoid,name,total_population,total_population_25_over,median_income,median_home_value,educational_attainment,white_alone,black_alone,native_alone,asian_alone,native_hawaiian_pacific_islander,some_other_race_alone,two_or_more,hispanic_or_latino,city,metro_area +11001007503,"Census Tract 75.03, District of Columbia, District of Columbia",2454,1425.0,26250.0,345600.0,308.0,122.0,2278.0,0.0,0.0,0.0,0.0,17.0,37.0,Washington,Washington-Arlington-Alexandria +11001007601,"Census Tract 76.01, District of Columbia, District of Columbia",4855,3463.0,34840.0,255000.0,727.0,311.0,4292.0,0.0,0.0,13.0,0.0,41.0,198.0,Washington,Washington-Arlington-Alexandria +11001007709,"Census Tract 77.09, District of Columbia, District of Columbia",2524,1817.0,33750.0,250000.0,344.0,20.0,2280.0,0.0,0.0,0.0,0.0,130.0,94.0,Washington,Washington-Arlington-Alexandria +11001009508,"Census Tract 95.08, District of Columbia, District of Columbia",3691,2838.0,56404.0,356600.0,1008.0,211.0,2688.0,68.0,71.0,0.0,0.0,66.0,587.0,Washington,Washington-Arlington-Alexandria +11001009904,"Census Tract 99.04, District of Columbia, District of Columbia",2979,1526.0,30728.0,298600.0,252.0,52.0,2375.0,0.0,0.0,15.0,0.0,46.0,491.0,Washington,Washington-Arlington-Alexandria +11001008903,"Census Tract 89.03, District of Columbia, District of Columbia",3252,2345.0,40605.0,318100.0,788.0,398.0,2571.0,0.0,90.0,0.0,7.0,22.0,164.0,Washington,Washington-Arlington-Alexandria +11001009204,"Census Tract 92.04, District of Columbia, District of Columbia",2918,2040.0,26215.0,330900.0,382.0,309.0,2243.0,0.0,14.0,0.0,0.0,59.0,293.0,Washington,Washington-Arlington-Alexandria +11001009902,"Census Tract 99.02, District of Columbia, District of Columbia",3120,2322.0,51813.0,258000.0,376.0,57.0,3029.0,0.0,11.0,0.0,0.0,21.0,2.0,Washington,Washington-Arlington-Alexandria +11001000100,"Census Tract 1, District of Columbia, District of Columbia",5170,4098.0,168477.0,1231500.0,3741.0,4093.0,53.0,0.0,296.0,0.0,0.0,103.0,625.0,Washington,Washington-Arlington-Alexandria +11001000801,"Census Tract 8.01, District of Columbia, District of Columbia",6267,4263.0,148456.0,761900.0,3688.0,4731.0,335.0,27.0,339.0,0.0,11.0,244.0,607.0,Washington,Washington-Arlington-Alexandria +11001000802,"Census Tract 8.02, District of Columbia, District of Columbia",3476,2538.0,99808.0,970300.0,2232.0,2253.0,215.0,0.0,343.0,0.0,0.0,102.0,563.0,Washington,Washington-Arlington-Alexandria +11001001001,"Census Tract 10.01, District of Columbia, District of Columbia",7853,5233.0,164180.0,919000.0,4683.0,5835.0,316.0,0.0,492.0,0.0,0.0,447.0,763.0,Washington,Washington-Arlington-Alexandria +11001001702,"Census Tract 17.02, District of Columbia, District of Columbia",3217,2600.0,91711.0,420800.0,1672.0,1224.0,1435.0,0.0,41.0,0.0,0.0,79.0,438.0,Washington,Washington-Arlington-Alexandria +11001003000,"Census Tract 30, District of Columbia, District of Columbia",3279,2545.0,67457.0,677900.0,1628.0,1316.0,1275.0,7.0,95.0,0.0,9.0,46.0,538.0,Washington,Washington-Arlington-Alexandria +11001003301,"Census Tract 33.01, District of Columbia, District of Columbia",4066,3347.0,121250.0,687200.0,2461.0,1700.0,1765.0,0.0,182.0,0.0,8.0,159.0,252.0,Washington,Washington-Arlington-Alexandria +11001003600,"Census Tract 36, District of Columbia, District of Columbia",4833,4124.0,93734.0,630600.0,2947.0,2129.0,1281.0,0.0,569.0,0.0,0.0,215.0,639.0,Washington,Washington-Arlington-Alexandria +11001004202,"Census Tract 42.02, District of Columbia, District of Columbia",2538,2248.0,105978.0,469400.0,2072.0,1918.0,35.0,9.0,144.0,0.0,7.0,72.0,353.0,Washington,Washington-Arlington-Alexandria +11001000600,"Census Tract 6, District of Columbia, District of Columbia",4998,3853.0,221103.0,906300.0,3499.0,3554.0,271.0,0.0,288.0,0.0,9.0,100.0,776.0,Washington,Washington-Arlington-Alexandria +11001001402,"Census Tract 14.02, District of Columbia, District of Columbia",3375,2459.0,111361.0,834600.0,1959.0,2145.0,319.0,0.0,181.0,0.0,9.0,122.0,599.0,Washington,Washington-Arlington-Alexandria +11001002002,"Census Tract 20.02, District of Columbia, District of Columbia",4202,2988.0,87256.0,597000.0,1428.0,781.0,2326.0,7.0,66.0,0.0,46.0,82.0,894.0,Washington,Washington-Arlington-Alexandria +11001002101,"Census Tract 21.01, District of Columbia, District of Columbia",4819,3868.0,54359.0,418100.0,1042.0,428.0,3152.0,28.0,178.0,0.0,0.0,83.0,950.0,Washington,Washington-Arlington-Alexandria +11001004802,"Census Tract 48.02, District of Columbia, District of Columbia",3528,2831.0,67409.0,590800.0,1557.0,1260.0,1579.0,0.0,313.0,0.0,15.0,89.0,272.0,Washington,Washington-Arlington-Alexandria +11001002400,"Census Tract 24, District of Columbia, District of Columbia",4067,3231.0,105189.0,531400.0,1761.0,1234.0,1921.0,0.0,91.0,0.0,9.0,84.0,728.0,Washington,Washington-Arlington-Alexandria +11001002702,"Census Tract 27.02, District of Columbia, District of Columbia",6306,4920.0,78976.0,759900.0,3266.0,3580.0,631.0,0.0,130.0,0.0,166.0,228.0,1571.0,Washington,Washington-Arlington-Alexandria +11001004801,"Census Tract 48.01, District of Columbia, District of Columbia",2725,2203.0,109601.0,633500.0,1473.0,1128.0,988.0,0.0,251.0,0.0,48.0,94.0,216.0,Washington,Washington-Arlington-Alexandria +11001005301,"Census Tract 53.01, District of Columbia, District of Columbia",4915,4270.0,90402.0,444900.0,3999.0,3534.0,181.0,16.0,582.0,0.0,0.0,129.0,473.0,Washington,Washington-Arlington-Alexandria +11001006801,"Census Tract 68.01, District of Columbia, District of Columbia",2350,1896.0,89327.0,598500.0,1205.0,1052.0,993.0,4.0,90.0,0.0,10.0,74.0,131.0,Washington,Washington-Arlington-Alexandria +11001006804,"Census Tract 68.04, District of Columbia, District of Columbia",2733,2150.0,156583.0,822400.0,167.0,159.0,2360.0,13.0,0.0,0.0,22.0,40.0,143.0,Washington,Washington-Arlington-Alexandria +11001007000,"Census Tract 70, District of Columbia, District of Columbia",2923,1956.0,124583.0,834100.0,1667.0,1999.0,290.0,0.0,59.0,0.0,32.0,179.0,364.0,Washington,Washington-Arlington-Alexandria +11001007301,"Census Tract 73.01, District of Columbia, District of Columbia",4606,2161.0,84009.0,-666666666.0,1305.0,2409.0,1107.0,6.0,103.0,0.0,31.0,241.0,709.0,Washington,Washington-Arlington-Alexandria +11001007404,"Census Tract 74.04, District of Columbia, District of Columbia",4307,2074.0,42439.0,339200.0,337.0,37.0,4058.0,0.0,8.0,0.0,87.0,0.0,117.0,Washington,Washington-Arlington-Alexandria +11001007504,"Census Tract 75.04, District of Columbia, District of Columbia",2906,1661.0,17077.0,316700.0,190.0,27.0,2874.0,0.0,0.0,0.0,0.0,0.0,5.0,Washington,Washington-Arlington-Alexandria +11001007605,"Census Tract 76.05, District of Columbia, District of Columbia",3956,2771.0,33659.0,247300.0,583.0,128.0,3418.0,0.0,69.0,0.0,0.0,127.0,214.0,Washington,Washington-Arlington-Alexandria +11001004001,"Census Tract 40.01, District of Columbia, District of Columbia",4400,3805.0,118988.0,600900.0,3413.0,3332.0,219.0,0.0,150.0,42.0,0.0,47.0,610.0,Washington,Washington-Arlington-Alexandria +11001004002,"Census Tract 40.02, District of Columbia, District of Columbia",3190,2826.0,102455.0,626200.0,2624.0,2670.0,94.0,0.0,135.0,0.0,12.0,48.0,231.0,Washington,Washington-Arlington-Alexandria +11001001901,"Census Tract 19.01, District of Columbia, District of Columbia",4065,2900.0,82963.0,445700.0,1403.0,680.0,2584.0,0.0,208.0,0.0,20.0,103.0,470.0,Washington,Washington-Arlington-Alexandria +11001001600,"Census Tract 16, District of Columbia, District of Columbia",4699,3399.0,169250.0,812000.0,2729.0,1254.0,2932.0,0.0,62.0,0.0,18.0,107.0,326.0,Washington,Washington-Arlington-Alexandria +11001002600,"Census Tract 26, District of Columbia, District of Columbia",2521,1910.0,181875.0,923800.0,1615.0,1200.0,838.0,20.0,145.0,16.0,17.0,86.0,199.0,Washington,Washington-Arlington-Alexandria +11001005900,"Census Tract 59, District of Columbia, District of Columbia",2682,1917.0,101553.0,455200.0,1495.0,1474.0,568.0,0.0,337.0,0.0,31.0,86.0,186.0,Washington,Washington-Arlington-Alexandria +11001005600,"Census Tract 56, District of Columbia, District of Columbia",6442,3853.0,83365.0,484800.0,3352.0,4021.0,369.0,17.0,733.0,0.0,101.0,247.0,954.0,Washington,Washington-Arlington-Alexandria +11001004600,"Census Tract 46, District of Columbia, District of Columbia",2863,2328.0,98698.0,641100.0,1371.0,1192.0,1309.0,0.0,133.0,0.0,0.0,36.0,193.0,Washington,Washington-Arlington-Alexandria +11001005201,"Census Tract 52.01, District of Columbia, District of Columbia",6263,5810.0,114271.0,563900.0,4789.0,4297.0,376.0,83.0,517.0,0.0,21.0,171.0,798.0,Washington,Washington-Arlington-Alexandria +11001007703,"Census Tract 77.03, District of Columbia, District of Columbia",6159,3471.0,26020.0,257500.0,154.0,0.0,5753.0,0.0,23.0,0.0,0.0,16.0,367.0,Washington,Washington-Arlington-Alexandria +11001007707,"Census Tract 77.07, District of Columbia, District of Columbia",4484,2692.0,40995.0,272800.0,398.0,21.0,4356.0,0.0,0.0,0.0,0.0,38.0,69.0,Washington,Washington-Arlington-Alexandria +11001008100,"Census Tract 81, District of Columbia, District of Columbia",3286,2602.0,143068.0,849700.0,2186.0,2493.0,315.0,7.0,92.0,0.0,18.0,85.0,276.0,Washington,Washington-Arlington-Alexandria +11001008200,"Census Tract 82, District of Columbia, District of Columbia",3056,2124.0,115742.0,989800.0,1947.0,2381.0,232.0,0.0,102.0,0.0,0.0,87.0,254.0,Washington,Washington-Arlington-Alexandria +11001008410,"Census Tract 84.10, District of Columbia, District of Columbia",1533,1160.0,141563.0,651900.0,837.0,760.0,607.0,5.0,47.0,0.0,4.0,10.0,100.0,Washington,Washington-Arlington-Alexandria +11001008804,"Census Tract 88.04, District of Columbia, District of Columbia",2561,1876.0,43922.0,387700.0,571.0,253.0,2010.0,0.0,194.0,0.0,0.0,33.0,71.0,Washington,Washington-Arlington-Alexandria +11001009201,"Census Tract 92.01, District of Columbia, District of Columbia",2718,1691.0,84844.0,662400.0,1174.0,1142.0,1118.0,10.0,82.0,0.0,0.0,181.0,195.0,Washington,Washington-Arlington-Alexandria +11001009302,"Census Tract 93.02, District of Columbia, District of Columbia",1279,1017.0,71375.0,510200.0,417.0,384.0,541.0,0.0,3.0,0.0,0.0,6.0,345.0,Washington,Washington-Arlington-Alexandria +11001009507,"Census Tract 95.07, District of Columbia, District of Columbia",1924,1230.0,74375.0,332600.0,326.0,18.0,1603.0,0.0,0.0,0.0,0.0,11.0,292.0,Washington,Washington-Arlington-Alexandria +11001009901,"Census Tract 99.01, District of Columbia, District of Columbia",2890,2175.0,89813.0,383800.0,985.0,95.0,2465.0,0.0,186.0,0.0,0.0,88.0,56.0,Washington,Washington-Arlington-Alexandria +11001009903,"Census Tract 99.03, District of Columbia, District of Columbia",1952,1392.0,64279.0,304800.0,310.0,91.0,1749.0,53.0,0.0,0.0,18.0,33.0,8.0,Washington,Washington-Arlington-Alexandria +11001009905,"Census Tract 99.05, District of Columbia, District of Columbia",2890,1785.0,40650.0,174800.0,218.0,3.0,2705.0,0.0,0.0,0.0,14.0,42.0,126.0,Washington,Washington-Arlington-Alexandria +11001000202,"Census Tract 2.02, District of Columbia, District of Columbia",4473,2485.0,162981.0,1201000.0,2302.0,3440.0,327.0,0.0,196.0,0.0,0.0,147.0,363.0,Washington,Washington-Arlington-Alexandria +11001000400,"Census Tract 4, District of Columbia, District of Columbia",1489,1146.0,143229.0,1381900.0,906.0,973.0,50.0,0.0,146.0,0.0,0.0,56.0,264.0,Washington,Washington-Arlington-Alexandria +11001000901,"Census Tract 9.01, District of Columbia, District of Columbia",7799,3352.0,242208.0,1477400.0,2824.0,5385.0,546.0,7.0,514.0,0.0,8.0,201.0,1138.0,Washington,Washington-Arlington-Alexandria +11001000902,"Census Tract 9.02, District of Columbia, District of Columbia",2584,1766.0,205469.0,1179600.0,1532.0,2050.0,51.0,0.0,52.0,0.0,0.0,99.0,332.0,Washington,Washington-Arlington-Alexandria +11001001002,"Census Tract 10.02, District of Columbia, District of Columbia",3512,2272.0,99167.0,421800.0,1832.0,2349.0,154.0,0.0,317.0,0.0,14.0,165.0,513.0,Washington,Washington-Arlington-Alexandria +11001001200,"Census Tract 12, District of Columbia, District of Columbia",5031,3894.0,125179.0,844300.0,3356.0,3783.0,290.0,0.0,292.0,0.0,0.0,226.0,440.0,Washington,Washington-Arlington-Alexandria +11001002001,"Census Tract 20.01, District of Columbia, District of Columbia",3150,2266.0,63060.0,765300.0,912.0,611.0,1326.0,77.0,77.0,0.0,173.0,48.0,910.0,Washington,Washington-Arlington-Alexandria +11001003100,"Census Tract 31, District of Columbia, District of Columbia",3282,2709.0,94939.0,574700.0,1527.0,945.0,934.0,32.0,164.0,0.0,26.0,84.0,1097.0,Washington,Washington-Arlington-Alexandria +11001002201,"Census Tract 22.01, District of Columbia, District of Columbia",2955,2355.0,65069.0,564900.0,904.0,563.0,1960.0,14.0,66.0,0.0,0.0,22.0,330.0,Washington,Washington-Arlington-Alexandria +11001002502,"Census Tract 25.02, District of Columbia, District of Columbia",6389,5193.0,73464.0,564800.0,2119.0,1185.0,2446.0,0.0,283.0,0.0,24.0,206.0,2245.0,Washington,Washington-Arlington-Alexandria +11001002900,"Census Tract 29, District of Columbia, District of Columbia",4465,3476.0,103700.0,608300.0,2192.0,1752.0,1088.0,0.0,157.0,0.0,0.0,145.0,1323.0,Washington,Washington-Arlington-Alexandria +11001003200,"Census Tract 32, District of Columbia, District of Columbia",4822,3715.0,92375.0,483300.0,1693.0,1191.0,2212.0,0.0,234.0,0.0,0.0,29.0,1156.0,Washington,Washington-Arlington-Alexandria +11001003302,"Census Tract 33.02, District of Columbia, District of Columbia",2256,1796.0,112426.0,681500.0,1346.0,1085.0,887.0,4.0,85.0,0.0,23.0,66.0,106.0,Washington,Washington-Arlington-Alexandria +11001004300,"Census Tract 43, District of Columbia, District of Columbia",4033,3421.0,95000.0,694600.0,2729.0,2324.0,950.0,0.0,156.0,0.0,0.0,130.0,473.0,Washington,Washington-Arlington-Alexandria +11001004901,"Census Tract 49.01, District of Columbia, District of Columbia",2837,2291.0,103500.0,739100.0,1518.0,1125.0,1022.0,0.0,186.0,0.0,12.0,70.0,422.0,Washington,Washington-Arlington-Alexandria +11001006500,"Census Tract 65, District of Columbia, District of Columbia",2604,2072.0,125536.0,891800.0,1862.0,1999.0,305.0,0.0,6.0,0.0,0.0,19.0,275.0,Washington,Washington-Arlington-Alexandria +11001007100,"Census Tract 71, District of Columbia, District of Columbia",3425,2333.0,72109.0,550300.0,1247.0,1099.0,1985.0,0.0,101.0,0.0,0.0,74.0,166.0,Washington,Washington-Arlington-Alexandria +11001007708,"Census Tract 77.08, District of Columbia, District of Columbia",3039,1830.0,35488.0,220600.0,30.0,0.0,3039.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria +11001008802,"Census Tract 88.02, District of Columbia, District of Columbia",4311,3413.0,64810.0,510300.0,1305.0,1053.0,2980.0,14.0,63.0,0.0,35.0,25.0,141.0,Washington,Washington-Arlington-Alexandria +11001009603,"Census Tract 96.03, District of Columbia, District of Columbia",3635,2638.0,44229.0,230600.0,320.0,0.0,3500.0,0.0,0.0,0.0,0.0,21.0,114.0,Washington,Washington-Arlington-Alexandria +11001007807,"Census Tract 78.07, District of Columbia, District of Columbia",2171,1528.0,38438.0,250300.0,204.0,16.0,2049.0,0.0,6.0,0.0,0.0,14.0,86.0,Washington,Washington-Arlington-Alexandria +11001008402,"Census Tract 84.02, District of Columbia, District of Columbia",2352,2118.0,93011.0,676900.0,1602.0,1532.0,628.0,0.0,20.0,0.0,0.0,95.0,77.0,Washington,Washington-Arlington-Alexandria +11001001401,"Census Tract 14.01, District of Columbia, District of Columbia",3334,2416.0,120526.0,1057700.0,2207.0,2339.0,285.0,19.0,268.0,0.0,13.0,100.0,321.0,Washington,Washington-Arlington-Alexandria +11001009801,"Census Tract 98.01, District of Columbia, District of Columbia",2317,1245.0,20513.0,231700.0,171.0,33.0,2178.0,5.0,0.0,0.0,0.0,51.0,50.0,Washington,Washington-Arlington-Alexandria +11001009802,"Census Tract 98.02, District of Columbia, District of Columbia",2051,1131.0,23625.0,215400.0,131.0,7.0,1979.0,0.0,0.0,0.0,0.0,0.0,65.0,Washington,Washington-Arlington-Alexandria +11001009804,"Census Tract 98.04, District of Columbia, District of Columbia",2826,1707.0,36559.0,217900.0,190.0,27.0,2476.0,0.0,9.0,0.0,0.0,98.0,216.0,Washington,Washington-Arlington-Alexandria +11001007409,"Census Tract 74.09, District of Columbia, District of Columbia",4000,2202.0,38107.0,255700.0,173.0,32.0,3751.0,0.0,55.0,0.0,0.0,23.0,139.0,Washington,Washington-Arlington-Alexandria +11001006802,"Census Tract 68.02, District of Columbia, District of Columbia",2509,1837.0,156042.0,655000.0,1426.0,1486.0,809.0,0.0,37.0,0.0,8.0,86.0,83.0,Washington,Washington-Arlington-Alexandria +11001007806,"Census Tract 78.06, District of Columbia, District of Columbia",2169,1519.0,37981.0,297800.0,250.0,62.0,2104.0,0.0,0.0,0.0,0.0,0.0,3.0,Washington,Washington-Arlington-Alexandria +11001007901,"Census Tract 79.01, District of Columbia, District of Columbia",4078,2914.0,51949.0,514100.0,1105.0,950.0,2764.0,40.0,22.0,0.0,88.0,68.0,156.0,Washington,Washington-Arlington-Alexandria +11001008002,"Census Tract 80.02, District of Columbia, District of Columbia",3470,2733.0,116641.0,678700.0,2012.0,2047.0,1004.0,0.0,79.0,0.0,0.0,52.0,288.0,Washington,Washington-Arlington-Alexandria +11001008702,"Census Tract 87.02, District of Columbia, District of Columbia",2751,2170.0,72292.0,437700.0,1219.0,712.0,1559.0,0.0,131.0,0.0,11.0,63.0,275.0,Washington,Washington-Arlington-Alexandria +11001009601,"Census Tract 96.01, District of Columbia, District of Columbia",2567,1496.0,29428.0,313600.0,266.0,44.0,2497.0,0.0,0.0,0.0,0.0,5.0,21.0,Washington,Washington-Arlington-Alexandria +11001009400,"Census Tract 94, District of Columbia, District of Columbia",4917,3614.0,97804.0,498000.0,1521.0,710.0,3782.0,0.0,49.0,0.0,19.0,78.0,279.0,Washington,Washington-Arlington-Alexandria +11001009501,"Census Tract 95.01, District of Columbia, District of Columbia",7659,3550.0,48395.0,361800.0,1014.0,1933.0,3469.0,15.0,260.0,5.0,0.0,67.0,1910.0,Washington,Washington-Arlington-Alexandria +11001009906,"Census Tract 99.06, District of Columbia, District of Columbia",1623,1145.0,44357.0,217500.0,159.0,2.0,1555.0,0.0,8.0,0.0,0.0,26.0,32.0,Washington,Washington-Arlington-Alexandria +11001009907,"Census Tract 99.07, District of Columbia, District of Columbia",2773,1674.0,31426.0,185300.0,187.0,0.0,2761.0,0.0,0.0,0.0,0.0,12.0,0.0,Washington,Washington-Arlington-Alexandria +11001004902,"Census Tract 49.02, District of Columbia, District of Columbia",3147,2694.0,87083.0,544100.0,1767.0,1243.0,639.0,30.0,336.0,0.0,6.0,109.0,784.0,Washington,Washington-Arlington-Alexandria +11001009509,"Census Tract 95.09, District of Columbia, District of Columbia",3314,2280.0,64792.0,377400.0,901.0,245.0,2701.0,0.0,0.0,0.0,0.0,79.0,289.0,Washington,Washington-Arlington-Alexandria +11001009803,"Census Tract 98.03, District of Columbia, District of Columbia",3081,1887.0,26306.0,282800.0,142.0,0.0,3064.0,9.0,0.0,0.0,0.0,8.0,0.0,Washington,Washington-Arlington-Alexandria +11001000300,"Census Tract 3, District of Columbia, District of Columbia",6374,4243.0,133008.0,881500.0,3780.0,4935.0,467.0,0.0,513.0,0.0,0.0,164.0,295.0,Washington,Washington-Arlington-Alexandria +11001000702,"Census Tract 7.02, District of Columbia, District of Columbia",3318,2808.0,71671.0,286800.0,2079.0,2283.0,189.0,20.0,319.0,0.0,67.0,94.0,366.0,Washington,Washington-Arlington-Alexandria +11001001500,"Census Tract 15, District of Columbia, District of Columbia",6077,4091.0,205159.0,977200.0,3532.0,4940.0,454.0,0.0,88.0,0.0,0.0,132.0,463.0,Washington,Washington-Arlington-Alexandria +11001001804,"Census Tract 18.04, District of Columbia, District of Columbia",5668,3843.0,42579.0,450900.0,1079.0,258.0,3624.0,0.0,125.0,0.0,0.0,14.0,1647.0,Washington,Washington-Arlington-Alexandria +11001002301,"Census Tract 23.01, District of Columbia, District of Columbia",3625,2640.0,118750.0,538000.0,1228.0,897.0,1851.0,0.0,78.0,0.0,30.0,153.0,616.0,Washington,Washington-Arlington-Alexandria +11001002501,"Census Tract 25.01, District of Columbia, District of Columbia",3138,2378.0,59141.0,666700.0,958.0,778.0,1355.0,0.0,46.0,0.0,11.0,64.0,884.0,Washington,Washington-Arlington-Alexandria +11001006600,"Census Tract 66, District of Columbia, District of Columbia",2036,1664.0,134911.0,1022300.0,1465.0,1651.0,48.0,64.0,106.0,0.0,0.0,89.0,78.0,Washington,Washington-Arlington-Alexandria +11001004400,"Census Tract 44, District of Columbia, District of Columbia",5385,4807.0,166071.0,697000.0,4226.0,3611.0,992.0,0.0,263.0,0.0,0.0,191.0,328.0,Washington,Washington-Arlington-Alexandria +11001003500,"Census Tract 35, District of Columbia, District of Columbia",5539,2425.0,87813.0,541400.0,1334.0,1024.0,3787.0,0.0,291.0,0.0,34.0,89.0,314.0,Washington,Washington-Arlington-Alexandria +11001004201,"Census Tract 42.01, District of Columbia, District of Columbia",3724,3293.0,114205.0,656300.0,2904.0,2813.0,363.0,0.0,129.0,0.0,93.0,102.0,224.0,Washington,Washington-Arlington-Alexandria +11001006700,"Census Tract 67, District of Columbia, District of Columbia",4375,3522.0,140054.0,789500.0,3121.0,3306.0,591.0,0.0,150.0,0.0,16.0,72.0,240.0,Washington,Washington-Arlington-Alexandria +11001007408,"Census Tract 74.08, District of Columbia, District of Columbia",3632,2015.0,21728.0,265200.0,136.0,63.0,3376.0,11.0,0.0,0.0,146.0,0.0,47.0,Washington,Washington-Arlington-Alexandria +11001007502,"Census Tract 75.02, District of Columbia, District of Columbia",5314,3118.0,27003.0,264800.0,411.0,47.0,5245.0,0.0,0.0,0.0,0.0,22.0,0.0,Washington,Washington-Arlington-Alexandria +11001009000,"Census Tract 90, District of Columbia, District of Columbia",3523,2768.0,38088.0,399000.0,1110.0,206.0,3039.0,0.0,10.0,0.0,0.0,0.0,268.0,Washington,Washington-Arlington-Alexandria +11001007603,"Census Tract 76.03, District of Columbia, District of Columbia",4283,3247.0,49435.0,221400.0,1022.0,308.0,3583.0,0.0,22.0,0.0,0.0,0.0,370.0,Washington,Washington-Arlington-Alexandria +11001007903,"Census Tract 79.03, District of Columbia, District of Columbia",1971,1401.0,80588.0,439600.0,668.0,397.0,1433.0,0.0,30.0,0.0,8.0,50.0,53.0,Washington,Washington-Arlington-Alexandria +11001008904,"Census Tract 89.04, District of Columbia, District of Columbia",3680,2630.0,33228.0,278100.0,485.0,209.0,2904.0,0.0,24.0,0.0,0.0,60.0,483.0,Washington,Washington-Arlington-Alexandria +11001007406,"Census Tract 74.06, District of Columbia, District of Columbia",3254,1452.0,24688.0,250000.0,115.0,2.0,2904.0,0.0,0.0,16.0,0.0,40.0,292.0,Washington,Washington-Arlington-Alexandria +11001007200,"Census Tract 72, District of Columbia, District of Columbia",5154,4345.0,109605.0,530000.0,3550.0,3291.0,1296.0,0.0,160.0,0.0,0.0,117.0,290.0,Washington,Washington-Arlington-Alexandria +11001007401,"Census Tract 74.01, District of Columbia, District of Columbia",2262,1154.0,14566.0,255200.0,91.0,49.0,2139.0,0.0,26.0,0.0,0.0,0.0,48.0,Washington,Washington-Arlington-Alexandria +11001007403,"Census Tract 74.03, District of Columbia, District of Columbia",3187,1738.0,25761.0,231300.0,169.0,41.0,3054.0,0.0,0.0,0.0,11.0,0.0,81.0,Washington,Washington-Arlington-Alexandria +11001007604,"Census Tract 76.04, District of Columbia, District of Columbia",4256,3126.0,54338.0,412100.0,792.0,132.0,3793.0,72.0,21.0,0.0,20.0,58.0,160.0,Washington,Washington-Arlington-Alexandria +11001007808,"Census Tract 78.08, District of Columbia, District of Columbia",3949,2309.0,31714.0,226400.0,388.0,0.0,3804.0,0.0,8.0,0.0,0.0,32.0,105.0,Washington,Washington-Arlington-Alexandria +11001008302,"Census Tract 83.02, District of Columbia, District of Columbia",2547,2030.0,129167.0,753800.0,1588.0,1740.0,514.0,1.0,146.0,0.0,3.0,70.0,73.0,Washington,Washington-Arlington-Alexandria +11001009102,"Census Tract 91.02, District of Columbia, District of Columbia",5254,3275.0,44217.0,350300.0,1061.0,567.0,4324.0,0.0,59.0,0.0,0.0,83.0,221.0,Washington,Washington-Arlington-Alexandria +11001009503,"Census Tract 95.03, District of Columbia, District of Columbia",3144,2335.0,104603.0,478200.0,1295.0,577.0,2432.0,0.0,34.0,0.0,0.0,44.0,57.0,Washington,Washington-Arlington-Alexandria +11001009604,"Census Tract 96.04, District of Columbia, District of Columbia",2204,1758.0,56010.0,198400.0,337.0,51.0,2059.0,9.0,0.0,0.0,5.0,24.0,56.0,Washington,Washington-Arlington-Alexandria +11001009700,"Census Tract 97, District of Columbia, District of Columbia",3255,1976.0,31771.0,261900.0,227.0,23.0,3207.0,0.0,0.0,0.0,8.0,0.0,17.0,Washington,Washington-Arlington-Alexandria +11001009807,"Census Tract 98.07, District of Columbia, District of Columbia",3369,2299.0,41452.0,234800.0,477.0,118.0,3229.0,0.0,0.0,0.0,0.0,19.0,3.0,Washington,Washington-Arlington-Alexandria +11001000502,"Census Tract 5.02, District of Columbia, District of Columbia",3296,2665.0,129779.0,1011500.0,2320.0,2504.0,93.0,20.0,121.0,18.0,0.0,69.0,491.0,Washington,Washington-Arlington-Alexandria +11001001803,"Census Tract 18.03, District of Columbia, District of Columbia",4176,2836.0,51182.0,485500.0,873.0,301.0,2547.0,23.0,17.0,0.0,6.0,43.0,1239.0,Washington,Washington-Arlington-Alexandria +11001001902,"Census Tract 19.02, District of Columbia, District of Columbia",2494,1991.0,89583.0,514900.0,796.0,285.0,1666.0,6.0,15.0,0.0,0.0,70.0,452.0,Washington,Washington-Arlington-Alexandria +11001002701,"Census Tract 27.01, District of Columbia, District of Columbia",6173,4452.0,72308.0,681800.0,2885.0,2786.0,1133.0,31.0,143.0,0.0,0.0,253.0,1846.0,Washington,Washington-Arlington-Alexandria +11001002801,"Census Tract 28.01, District of Columbia, District of Columbia",4169,2992.0,53568.0,411500.0,1385.0,1147.0,1541.0,0.0,92.0,0.0,0.0,53.0,1336.0,Washington,Washington-Arlington-Alexandria +11001007804,"Census Tract 78.04, District of Columbia, District of Columbia",4121,2635.0,51065.0,301000.0,460.0,4.0,3976.0,0.0,9.0,0.0,0.0,110.0,22.0,Washington,Washington-Arlington-Alexandria +11001008001,"Census Tract 80.01, District of Columbia, District of Columbia",3125,2418.0,139706.0,622200.0,1866.0,2000.0,779.0,0.0,106.0,0.0,10.0,137.0,93.0,Washington,Washington-Arlington-Alexandria +11001005500,"Census Tract 55, District of Columbia, District of Columbia",6864,5575.0,79306.0,713500.0,5014.0,4907.0,405.0,60.0,704.0,0.0,0.0,212.0,576.0,Washington,Washington-Arlington-Alexandria +11001006202,"Census Tract 62.02, District of Columbia, District of Columbia",72,52.0,-666666666.0,-666666666.0,52.0,72.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria +11001008301,"Census Tract 83.01, District of Columbia, District of Columbia",2423,1919.0,147989.0,798300.0,1692.0,1777.0,242.0,0.0,135.0,0.0,7.0,120.0,142.0,Washington,Washington-Arlington-Alexandria +11001008803,"Census Tract 88.03, District of Columbia, District of Columbia",2569,1243.0,25774.0,243500.0,337.0,554.0,1617.0,3.0,48.0,18.0,5.0,66.0,258.0,Washington,Washington-Arlington-Alexandria +11001009301,"Census Tract 93.01, District of Columbia, District of Columbia",3468,2709.0,94495.0,540900.0,1586.0,1137.0,1807.0,24.0,134.0,7.0,11.0,126.0,246.0,Washington,Washington-Arlington-Alexandria +11001009504,"Census Tract 95.04, District of Columbia, District of Columbia",3296,2627.0,83690.0,449800.0,1328.0,963.0,1744.0,304.0,94.0,0.0,0.0,49.0,446.0,Washington,Washington-Arlington-Alexandria +11001000501,"Census Tract 5.01, District of Columbia, District of Columbia",3632,2980.0,109081.0,695100.0,2744.0,2763.0,162.0,0.0,128.0,0.0,0.0,68.0,511.0,Washington,Washington-Arlington-Alexandria +11001001301,"Census Tract 13.01, District of Columbia, District of Columbia",4151,3272.0,134282.0,1396700.0,3012.0,2900.0,457.0,0.0,366.0,0.0,0.0,29.0,399.0,Washington,Washington-Arlington-Alexandria +11001002102,"Census Tract 21.02, District of Columbia, District of Columbia",5264,4072.0,76836.0,453200.0,1991.0,503.0,3786.0,82.0,38.0,0.0,0.0,94.0,807.0,Washington,Washington-Arlington-Alexandria +11001002202,"Census Tract 22.02, District of Columbia, District of Columbia",3347,2393.0,54817.0,464200.0,839.0,265.0,2081.0,7.0,63.0,0.0,0.0,79.0,859.0,Washington,Washington-Arlington-Alexandria +11001002302,"Census Tract 23.02, District of Columbia, District of Columbia",1708,1386.0,60417.0,302800.0,797.0,685.0,764.0,0.0,67.0,0.0,52.0,67.0,73.0,Washington,Washington-Arlington-Alexandria +11001003400,"Census Tract 34, District of Columbia, District of Columbia",4901,2210.0,88772.0,710200.0,1298.0,1287.0,2926.0,0.0,108.0,0.0,6.0,112.0,462.0,Washington,Washington-Arlington-Alexandria +11001005800,"Census Tract 58, District of Columbia, District of Columbia",3039,2778.0,137259.0,510700.0,2237.0,1851.0,240.0,0.0,605.0,0.0,0.0,106.0,237.0,Washington,Washington-Arlington-Alexandria +11001006400,"Census Tract 64, District of Columbia, District of Columbia",2488,1678.0,19459.0,465200.0,448.0,290.0,2068.0,9.0,0.0,0.0,0.0,0.0,121.0,Washington,Washington-Arlington-Alexandria +11001007407,"Census Tract 74.07, District of Columbia, District of Columbia",3297,2073.0,34410.0,239600.0,394.0,76.0,3145.0,0.0,0.0,0.0,0.0,26.0,50.0,Washington,Washington-Arlington-Alexandria +11001009203,"Census Tract 92.03, District of Columbia, District of Columbia",2808,2176.0,70156.0,498000.0,898.0,436.0,1955.0,26.0,9.0,0.0,11.0,104.0,267.0,Washington,Washington-Arlington-Alexandria +11001001302,"Census Tract 13.02, District of Columbia, District of Columbia",7563,6564.0,113300.0,459700.0,5829.0,4965.0,726.0,0.0,639.0,0.0,26.0,244.0,963.0,Washington,Washington-Arlington-Alexandria +11001003700,"Census Tract 37, District of Columbia, District of Columbia",5917,4075.0,79440.0,499500.0,2317.0,2021.0,2145.0,0.0,218.0,0.0,0.0,66.0,1467.0,Washington,Washington-Arlington-Alexandria +11001007304,"Census Tract 73.04, District of Columbia, District of Columbia",3592,2352.0,32428.0,263500.0,284.0,164.0,3278.0,0.0,0.0,0.0,0.0,28.0,122.0,Washington,Washington-Arlington-Alexandria +11001009602,"Census Tract 96.02, District of Columbia, District of Columbia",3675,2033.0,24138.0,320000.0,122.0,7.0,3492.0,0.0,0.0,0.0,23.0,19.0,134.0,Washington,Washington-Arlington-Alexandria +11001004100,"Census Tract 41, District of Columbia, District of Columbia",2658,2298.0,143586.0,977500.0,2142.0,2012.0,137.0,0.0,190.0,0.0,20.0,61.0,238.0,Washington,Washington-Arlington-Alexandria +11001001100,"Census Tract 11, District of Columbia, District of Columbia",4947,3840.0,154156.0,937000.0,3332.0,3735.0,368.0,39.0,217.0,0.0,0.0,134.0,454.0,Washington,Washington-Arlington-Alexandria +11001002802,"Census Tract 28.02, District of Columbia, District of Columbia",4651,3456.0,59811.0,353400.0,1651.0,1128.0,1074.0,3.0,319.0,0.0,64.0,77.0,1989.0,Washington,Washington-Arlington-Alexandria +11001000201,"Census Tract 2.01, District of Columbia, District of Columbia",3682,8.0,-666666666.0,-666666666.0,8.0,2351.0,272.0,7.0,493.0,0.0,0.0,123.0,436.0,Washington,Washington-Arlington-Alexandria +11001003800,"Census Tract 38, District of Columbia, District of Columbia",5259,4480.0,98093.0,656000.0,3347.0,2792.0,867.0,30.0,271.0,42.0,44.0,121.0,1092.0,Washington,Washington-Arlington-Alexandria +11001006900,"Census Tract 69, District of Columbia, District of Columbia",2379,1932.0,144063.0,815700.0,1558.0,1683.0,423.0,0.0,30.0,0.0,0.0,123.0,120.0,Washington,Washington-Arlington-Alexandria +11001008701,"Census Tract 87.01, District of Columbia, District of Columbia",2368,2024.0,100333.0,567300.0,1154.0,789.0,1294.0,0.0,43.0,0.0,0.0,14.0,228.0,Washington,Washington-Arlington-Alexandria +11001007803,"Census Tract 78.03, District of Columbia, District of Columbia",4111,2672.0,37203.0,251700.0,440.0,121.0,3605.0,29.0,9.0,0.0,20.0,9.0,318.0,Washington,Washington-Arlington-Alexandria +11001009505,"Census Tract 95.05, District of Columbia, District of Columbia",2940,2274.0,67112.0,423800.0,883.0,306.0,2236.0,34.0,21.0,0.0,11.0,21.0,324.0,Washington,Washington-Arlington-Alexandria +11001000701,"Census Tract 7.01, District of Columbia, District of Columbia",5643,4727.0,89889.0,455700.0,4112.0,4327.0,474.0,52.0,380.0,0.0,0.0,181.0,229.0,Washington,Washington-Arlington-Alexandria +11001003900,"Census Tract 39, District of Columbia, District of Columbia",4643,4333.0,97557.0,446100.0,3783.0,3324.0,444.0,0.0,301.0,0.0,16.0,83.0,475.0,Washington,Washington-Arlington-Alexandria +11001007809,"Census Tract 78.09, District of Columbia, District of Columbia",3521,2300.0,47713.0,209300.0,347.0,16.0,3323.0,0.0,33.0,0.0,0.0,50.0,99.0,Washington,Washington-Arlington-Alexandria +11001010400,"Census Tract 104, District of Columbia, District of Columbia",4625,2925.0,36477.0,260300.0,583.0,277.0,4149.0,0.0,0.0,0.0,0.0,32.0,167.0,Washington,Washington-Arlington-Alexandria +11001010100,"Census Tract 101, District of Columbia, District of Columbia",2861,2415.0,84514.0,431500.0,1902.0,1750.0,363.0,0.0,388.0,0.0,43.0,39.0,278.0,Washington,Washington-Arlington-Alexandria +11001010300,"Census Tract 103, District of Columbia, District of Columbia",3515,2727.0,69741.0,443700.0,1538.0,590.0,1782.0,0.0,68.0,0.0,0.0,64.0,1011.0,Washington,Washington-Arlington-Alexandria +11001010900,"Census Tract 109, District of Columbia, District of Columbia",4054,2019.0,31094.0,334100.0,311.0,19.0,3907.0,0.0,14.0,0.0,9.0,34.0,71.0,Washington,Washington-Arlington-Alexandria +11001010200,"Census Tract 102, District of Columbia, District of Columbia",2745,2325.0,104215.0,561700.0,1792.0,1152.0,1125.0,40.0,124.0,0.0,0.0,117.0,187.0,Washington,Washington-Arlington-Alexandria +11001011000,"Census Tract 110, District of Columbia, District of Columbia",3720,3278.0,75529.0,336900.0,2691.0,2313.0,978.0,37.0,162.0,0.0,0.0,78.0,152.0,Washington,Washington-Arlington-Alexandria +11001010600,"Census Tract 106, District of Columbia, District of Columbia",7167,5824.0,110469.0,599300.0,4825.0,4560.0,1694.0,11.0,457.0,0.0,0.0,124.0,321.0,Washington,Washington-Arlington-Alexandria +11001005002,"Census Tract 50.02, District of Columbia, District of Columbia",5986,4981.0,87969.0,470300.0,3508.0,2591.0,1157.0,22.0,426.0,27.0,8.0,268.0,1487.0,Washington,Washington-Arlington-Alexandria +11001005001,"Census Tract 50.01, District of Columbia, District of Columbia",2083,1803.0,138295.0,814300.0,1444.0,1187.0,282.0,0.0,132.0,0.0,15.0,94.0,373.0,Washington,Washington-Arlington-Alexandria +11001004701,"Census Tract 47.01, District of Columbia, District of Columbia",4888,3399.0,40378.0,513900.0,1610.0,924.0,2854.0,0.0,479.0,0.0,14.0,118.0,499.0,Washington,Washington-Arlington-Alexandria +11001004702,"Census Tract 47.02, District of Columbia, District of Columbia",3144,2628.0,101891.0,478700.0,1939.0,1531.0,1029.0,27.0,182.0,0.0,0.0,137.0,243.0,Washington,Washington-Arlington-Alexandria +11001011100,"Census Tract 111, District of Columbia, District of Columbia",5548,4202.0,75781.0,427300.0,1669.0,416.0,4473.0,8.0,47.0,0.0,8.0,126.0,470.0,Washington,Washington-Arlington-Alexandria +11001009811,"Census Tract 98.11, District of Columbia, District of Columbia",5163,2970.0,30764.0,236700.0,205.0,0.0,5056.0,0.0,0.0,0.0,0.0,94.0,13.0,Washington,Washington-Arlington-Alexandria +11001009810,"Census Tract 98.10, District of Columbia, District of Columbia",2914,1831.0,30704.0,-666666666.0,117.0,0.0,2840.0,0.0,0.0,0.0,41.0,33.0,0.0,Washington,Washington-Arlington-Alexandria +11001010500,"Census Tract 105, District of Columbia, District of Columbia",3624,3062.0,83750.0,398100.0,2234.0,1515.0,1467.0,0.0,198.0,14.0,12.0,149.0,269.0,Washington,Washington-Arlington-Alexandria +11001010800,"Census Tract 108, District of Columbia, District of Columbia",6451,780.0,36058.0,242500.0,649.0,4155.0,749.0,0.0,773.0,8.0,0.0,235.0,531.0,Washington,Washington-Arlington-Alexandria +11001010700,"Census Tract 107, District of Columbia, District of Columbia",1711,1174.0,73750.0,444700.0,1053.0,1143.0,123.0,0.0,179.0,0.0,0.0,23.0,243.0,Washington,Washington-Arlington-Alexandria +24009860102,"Census Tract 8601.02, Calvert County, Maryland",2692,2036.0,84609.0,384000.0,633.0,2449.0,79.0,0.0,0.0,0.0,26.0,43.0,95.0,Washington,Washington-Arlington-Alexandria +24009860801,"Census Tract 8608.01, Calvert County, Maryland",7166,4677.0,119831.0,375900.0,1181.0,5665.0,826.0,144.0,0.0,0.0,0.0,328.0,203.0,Washington,Washington-Arlington-Alexandria +24009860702,"Census Tract 8607.02, Calvert County, Maryland",3317,2274.0,73550.0,324300.0,456.0,1920.0,934.0,0.0,52.0,0.0,0.0,152.0,259.0,Washington,Washington-Arlington-Alexandria +24009861001,"Census Tract 8610.01, Calvert County, Maryland",1082,777.0,130000.0,370500.0,353.0,926.0,93.0,0.0,13.0,0.0,0.0,20.0,30.0,Washington,Washington-Arlington-Alexandria +24009860701,"Census Tract 8607.01, Calvert County, Maryland",3153,2280.0,88929.0,402500.0,601.0,2397.0,407.0,0.0,184.0,0.0,0.0,100.0,65.0,Washington,Washington-Arlington-Alexandria +24009860802,"Census Tract 8608.02, Calvert County, Maryland",4938,3318.0,86324.0,296100.0,970.0,4057.0,484.0,0.0,40.0,0.0,10.0,97.0,250.0,Washington,Washington-Arlington-Alexandria +24009860200,"Census Tract 8602, Calvert County, Maryland",6005,4116.0,126859.0,485000.0,1478.0,4795.0,691.0,0.0,78.0,0.0,0.0,292.0,149.0,Washington,Washington-Arlington-Alexandria +24009860703,"Census Tract 8607.03, Calvert County, Maryland",3849,2627.0,95313.0,340300.0,535.0,2350.0,944.0,0.0,21.0,0.0,0.0,170.0,364.0,Washington,Washington-Arlington-Alexandria +24009860101,"Census Tract 8601.01, Calvert County, Maryland",3168,2202.0,124706.0,462500.0,863.0,2523.0,282.0,6.0,161.0,0.0,0.0,89.0,113.0,Washington,Washington-Arlington-Alexandria +24009860401,"Census Tract 8604.01, Calvert County, Maryland",10175,6851.0,96875.0,298200.0,2034.0,8168.0,685.0,0.0,291.0,0.0,0.0,583.0,448.0,Washington,Washington-Arlington-Alexandria +24009860402,"Census Tract 8604.02, Calvert County, Maryland",3755,2418.0,92105.0,297900.0,667.0,2969.0,519.0,0.0,29.0,0.0,0.0,139.0,99.0,Washington,Washington-Arlington-Alexandria +24009860501,"Census Tract 8605.01, Calvert County, Maryland",6429,3974.0,135369.0,444300.0,1437.0,5175.0,564.0,0.0,161.0,34.0,0.0,347.0,148.0,Washington,Washington-Arlington-Alexandria +24009860502,"Census Tract 8605.02, Calvert County, Maryland",3154,2292.0,100625.0,319000.0,684.0,2616.0,267.0,0.0,0.0,0.0,12.0,51.0,208.0,Washington,Washington-Arlington-Alexandria +24009860600,"Census Tract 8606, Calvert County, Maryland",7375,4850.0,132682.0,425900.0,1648.0,6290.0,376.0,0.0,175.0,0.0,0.0,392.0,142.0,Washington,Washington-Arlington-Alexandria +24009860300,"Census Tract 8603, Calvert County, Maryland",4818,3257.0,128155.0,400800.0,1147.0,3859.0,698.0,0.0,36.0,0.0,0.0,132.0,93.0,Washington,Washington-Arlington-Alexandria +24009860900,"Census Tract 8609, Calvert County, Maryland",7102,5100.0,93454.0,284700.0,1745.0,5315.0,1233.0,0.0,14.0,0.0,0.0,184.0,356.0,Washington,Washington-Arlington-Alexandria +24009861003,"Census Tract 8610.03, Calvert County, Maryland",5795,3943.0,81068.0,223000.0,1112.0,4623.0,962.0,0.0,36.0,0.0,21.0,55.0,98.0,Washington,Washington-Arlington-Alexandria +24009861004,"Census Tract 8610.04, Calvert County, Maryland",6851,4277.0,85612.0,215000.0,886.0,5485.0,547.0,0.0,122.0,0.0,0.0,541.0,156.0,Washington,Washington-Arlington-Alexandria +24009990100,"Census Tract 9901, Calvert County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria +24017850102,"Census Tract 8501.02, Charles County, Maryland",2393,1618.0,61422.0,239300.0,346.0,981.0,1115.0,14.0,54.0,0.0,0.0,141.0,88.0,Washington,Washington-Arlington-Alexandria +24017850101,"Census Tract 8501.01, Charles County, Maryland",5859,3942.0,89935.0,267100.0,1192.0,1431.0,3194.0,31.0,240.0,0.0,34.0,411.0,518.0,Washington,Washington-Arlington-Alexandria +24017850713,"Census Tract 8507.13, Charles County, Maryland",7805,5380.0,137202.0,362200.0,2038.0,2676.0,4039.0,0.0,238.0,131.0,0.0,144.0,577.0,Washington,Washington-Arlington-Alexandria +24017850712,"Census Tract 8507.12, Charles County, Maryland",6025,4010.0,120673.0,326700.0,1664.0,2494.0,2998.0,50.0,93.0,0.0,12.0,263.0,115.0,Washington,Washington-Arlington-Alexandria +24017850708,"Census Tract 8507.08, Charles County, Maryland",5353,3677.0,115179.0,293700.0,1083.0,1699.0,2829.0,0.0,352.0,6.0,0.0,236.0,231.0,Washington,Washington-Arlington-Alexandria +24017850709,"Census Tract 8507.09, Charles County, Maryland",6777,3926.0,86540.0,253500.0,986.0,836.0,4778.0,0.0,193.0,0.0,142.0,196.0,632.0,Washington,Washington-Arlington-Alexandria +24017851301,"Census Tract 8513.01, Charles County, Maryland",4757,3252.0,122314.0,403500.0,801.0,3778.0,376.0,83.0,146.0,0.0,6.0,173.0,195.0,Washington,Washington-Arlington-Alexandria +24017850711,"Census Tract 8507.11, Charles County, Maryland",5115,3331.0,77310.0,218800.0,1060.0,936.0,3302.0,0.0,265.0,0.0,0.0,204.0,408.0,Washington,Washington-Arlington-Alexandria +24017850706,"Census Tract 8507.06, Charles County, Maryland",5210,3214.0,124426.0,327700.0,1282.0,1536.0,2934.0,18.0,253.0,21.0,0.0,288.0,160.0,Washington,Washington-Arlington-Alexandria +24017850710,"Census Tract 8507.10, Charles County, Maryland",5588,3374.0,118438.0,286400.0,1360.0,1851.0,2944.0,21.0,232.0,0.0,0.0,176.0,364.0,Washington,Washington-Arlington-Alexandria +24017851302,"Census Tract 8513.02, Charles County, Maryland",4771,3407.0,114241.0,372200.0,871.0,3168.0,964.0,0.0,49.0,0.0,22.0,415.0,153.0,Washington,Washington-Arlington-Alexandria +24017990000,"Census Tract 9900, Charles County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria +24017851500,"Census Tract 8515, Charles County, Maryland",9103,5531.0,91489.0,263300.0,1738.0,2108.0,5532.0,49.0,362.0,0.0,12.0,587.0,453.0,Washington,Washington-Arlington-Alexandria +24017850902,"Census Tract 8509.02, Charles County, Maryland",5941,4230.0,89777.0,224400.0,651.0,2363.0,2332.0,9.0,529.0,0.0,0.0,407.0,301.0,Washington,Washington-Arlington-Alexandria +24017850906,"Census Tract 8509.06, Charles County, Maryland",4467,3064.0,51536.0,218600.0,804.0,1232.0,2784.0,0.0,33.0,0.0,0.0,239.0,179.0,Washington,Washington-Arlington-Alexandria +24017851100,"Census Tract 8511, Charles County, Maryland",2871,1972.0,79167.0,340800.0,483.0,2332.0,299.0,61.0,24.0,0.0,0.0,77.0,78.0,Washington,Washington-Arlington-Alexandria +24017851400,"Census Tract 8514, Charles County, Maryland",8825,6122.0,124411.0,385900.0,2053.0,5223.0,2252.0,0.0,272.0,0.0,26.0,586.0,466.0,Washington,Washington-Arlington-Alexandria +24017850300,"Census Tract 8503, Charles County, Maryland",2150,1501.0,72163.0,256600.0,263.0,1111.0,701.0,45.0,33.0,0.0,0.0,165.0,95.0,Washington,Washington-Arlington-Alexandria +24017850400,"Census Tract 8504, Charles County, Maryland",3617,2499.0,77207.0,305800.0,308.0,2080.0,1179.0,9.0,0.0,5.0,0.0,331.0,13.0,Washington,Washington-Arlington-Alexandria +24017851200,"Census Tract 8512, Charles County, Maryland",5023,3312.0,81563.0,299800.0,603.0,3932.0,844.0,21.0,73.0,0.0,0.0,78.0,75.0,Washington,Washington-Arlington-Alexandria +24017850600,"Census Tract 8506, Charles County, Maryland",4927,3372.0,104145.0,350600.0,1149.0,2561.0,1788.0,43.0,153.0,0.0,0.0,141.0,241.0,Washington,Washington-Arlington-Alexandria +24017850801,"Census Tract 8508.01, Charles County, Maryland",4894,3476.0,110000.0,259500.0,833.0,2470.0,1778.0,44.0,91.0,0.0,0.0,282.0,229.0,Washington,Washington-Arlington-Alexandria +24017850201,"Census Tract 8502.01, Charles County, Maryland",1222,425.0,61292.0,230100.0,135.0,642.0,198.0,0.0,52.0,0.0,2.0,74.0,254.0,Washington,Washington-Arlington-Alexandria +24017850202,"Census Tract 8502.02, Charles County, Maryland",4768,2938.0,56875.0,154800.0,570.0,2094.0,1971.0,28.0,206.0,0.0,0.0,280.0,189.0,Washington,Washington-Arlington-Alexandria +24017850500,"Census Tract 8505, Charles County, Maryland",2798,1991.0,107875.0,350800.0,476.0,2250.0,354.0,83.0,0.0,0.0,0.0,102.0,9.0,Washington,Washington-Arlington-Alexandria +24017850901,"Census Tract 8509.01, Charles County, Maryland",5379,3359.0,40493.0,192700.0,379.0,1672.0,3024.0,128.0,56.0,0.0,0.0,187.0,312.0,Washington,Washington-Arlington-Alexandria +24017850905,"Census Tract 8509.05, Charles County, Maryland",4313,3013.0,90846.0,222600.0,793.0,1411.0,2027.0,34.0,118.0,0.0,26.0,163.0,550.0,Washington,Washington-Arlington-Alexandria +24017850802,"Census Tract 8508.02, Charles County, Maryland",4699,3140.0,73088.0,226800.0,561.0,1427.0,2343.0,0.0,49.0,0.0,10.0,229.0,641.0,Washington,Washington-Arlington-Alexandria +24017850904,"Census Tract 8509.04, Charles County, Maryland",8522,5489.0,106563.0,332500.0,2302.0,2192.0,5158.0,104.0,324.0,0.0,0.0,316.0,428.0,Washington,Washington-Arlington-Alexandria +24017851002,"Census Tract 8510.02, Charles County, Maryland",9038,6102.0,91875.0,346800.0,1927.0,6207.0,1784.0,0.0,349.0,0.0,0.0,387.0,311.0,Washington,Washington-Arlington-Alexandria +24017851001,"Census Tract 8510.01, Charles County, Maryland",3811,2651.0,82059.0,332500.0,733.0,2587.0,940.0,19.0,26.0,0.0,7.0,139.0,93.0,Washington,Washington-Arlington-Alexandria +24021751600,"Census Tract 7516, Frederick County, Maryland",2968,2105.0,90900.0,347800.0,461.0,2708.0,84.0,0.0,0.0,0.0,0.0,16.0,160.0,Washington,Washington-Arlington-Alexandria +24021752900,"Census Tract 7529, Frederick County, Maryland",3234,2296.0,65745.0,248400.0,450.0,2953.0,87.0,6.0,3.0,0.0,0.0,24.0,161.0,Washington,Washington-Arlington-Alexandria +24021750100,"Census Tract 7501, Frederick County, Maryland",1475,1153.0,63155.0,232000.0,534.0,1114.0,138.0,3.0,21.0,0.0,0.0,62.0,137.0,Washington,Washington-Arlington-Alexandria +24021750300,"Census Tract 7503, Frederick County, Maryland",1636,1258.0,47120.0,229500.0,419.0,879.0,531.0,0.0,0.0,0.0,0.0,56.0,170.0,Washington,Washington-Arlington-Alexandria +24021750200,"Census Tract 7502, Frederick County, Maryland",1778,1411.0,78380.0,437800.0,936.0,1562.0,70.0,15.0,41.0,0.0,0.0,32.0,58.0,Washington,Washington-Arlington-Alexandria +24021750600,"Census Tract 7506, Frederick County, Maryland",2579,1628.0,90078.0,424600.0,896.0,2219.0,110.0,11.0,39.0,0.0,0.0,134.0,77.0,Washington,Washington-Arlington-Alexandria +24021767600,"Census Tract 7676, Frederick County, Maryland",3035,2228.0,85380.0,306000.0,624.0,2890.0,31.0,0.0,46.0,0.0,0.0,27.0,41.0,Washington,Washington-Arlington-Alexandria +24021740200,"Census Tract 7402, Frederick County, Maryland",4783,3235.0,85313.0,287200.0,1019.0,3879.0,362.0,18.0,75.0,0.0,0.0,51.0,416.0,Washington,Washington-Arlington-Alexandria +24021767500,"Census Tract 7675, Frederick County, Maryland",2874,2055.0,74225.0,275900.0,436.0,2569.0,0.0,0.0,0.0,0.0,296.0,0.0,9.0,Washington,Washington-Arlington-Alexandria +24021772200,"Census Tract 7722, Frederick County, Maryland",1326,1097.0,54844.0,212500.0,315.0,957.0,156.0,0.0,35.0,0.0,0.0,82.0,96.0,Washington,Washington-Arlington-Alexandria +24021775302,"Census Tract 7753.02, Frederick County, Maryland",4250,2737.0,96750.0,267500.0,1162.0,3376.0,323.0,0.0,34.0,0.0,20.0,285.0,212.0,Washington,Washington-Arlington-Alexandria +24021766800,"Census Tract 7668, Frederick County, Maryland",5985,3012.0,69787.0,263300.0,996.0,4969.0,383.0,4.0,256.0,0.0,0.0,135.0,242.0,Washington,Washington-Arlington-Alexandria +24021765100,"Census Tract 7651, Frederick County, Maryland",3728,2879.0,63237.0,212600.0,790.0,2242.0,658.0,0.0,342.0,0.0,8.0,90.0,388.0,Washington,Washington-Arlington-Alexandria +24021775400,"Census Tract 7754, Frederick County, Maryland",3740,2548.0,64516.0,190600.0,618.0,3291.0,105.0,0.0,0.0,0.0,0.0,151.0,193.0,Washington,Washington-Arlington-Alexandria +24021770700,"Census Tract 7707, Frederick County, Maryland",3581,2703.0,115977.0,391400.0,875.0,3386.0,0.0,0.0,0.0,0.0,44.0,0.0,151.0,Washington,Washington-Arlington-Alexandria +24021752302,"Census Tract 7523.02, Frederick County, Maryland",4114,2918.0,115000.0,416900.0,1476.0,3604.0,269.0,0.0,38.0,0.0,0.0,77.0,126.0,Washington,Washington-Arlington-Alexandria +24021773500,"Census Tract 7735, Frederick County, Maryland",4431,2939.0,75167.0,259100.0,801.0,2973.0,337.0,26.0,322.0,0.0,0.0,211.0,562.0,Washington,Washington-Arlington-Alexandria +24021775600,"Census Tract 7756, Frederick County, Maryland",3921,2586.0,125263.0,360400.0,1520.0,3413.0,142.0,0.0,99.0,0.0,0.0,63.0,204.0,Washington,Washington-Arlington-Alexandria +24021752301,"Census Tract 7523.01, Frederick County, Maryland",4617,2981.0,89224.0,254200.0,1272.0,2692.0,793.0,5.0,224.0,12.0,0.0,132.0,759.0,Washington,Washington-Arlington-Alexandria +24021752502,"Census Tract 7525.02, Frederick County, Maryland",2607,1819.0,97070.0,377300.0,678.0,2332.0,118.0,0.0,14.0,0.0,4.0,85.0,54.0,Washington,Washington-Arlington-Alexandria +24021752303,"Census Tract 7523.03, Frederick County, Maryland",3538,2314.0,113967.0,370000.0,936.0,2703.0,275.0,0.0,170.0,0.0,0.0,134.0,256.0,Washington,Washington-Arlington-Alexandria +24021750504,"Census Tract 7505.04, Frederick County, Maryland",5236,3721.0,55096.0,248000.0,1575.0,2373.0,1415.0,0.0,721.0,0.0,0.0,319.0,408.0,Washington,Washington-Arlington-Alexandria +24021750503,"Census Tract 7505.03, Frederick County, Maryland",7522,4517.0,52903.0,215500.0,1055.0,2061.0,2001.0,8.0,503.0,15.0,0.0,151.0,2783.0,Washington,Washington-Arlington-Alexandria +24021751003,"Census Tract 7510.03, Frederick County, Maryland",6133,4144.0,64048.0,216900.0,1501.0,2831.0,1320.0,0.0,522.0,89.0,0.0,294.0,1077.0,Washington,Washington-Arlington-Alexandria +24021751002,"Census Tract 7510.02, Frederick County, Maryland",5400,3569.0,72231.0,256300.0,1287.0,3980.0,663.0,17.0,442.0,0.0,15.0,58.0,225.0,Washington,Washington-Arlington-Alexandria +24021750802,"Census Tract 7508.02, Frederick County, Maryland",4842,3604.0,98571.0,296000.0,1716.0,3546.0,566.0,9.0,60.0,0.0,0.0,53.0,612.0,Washington,Washington-Arlington-Alexandria +24021750803,"Census Tract 7508.03, Frederick County, Maryland",6318,4411.0,91596.0,270900.0,2005.0,4258.0,957.0,10.0,286.0,0.0,0.0,217.0,590.0,Washington,Washington-Arlington-Alexandria +24021751202,"Census Tract 7512.02, Frederick County, Maryland",6339,4397.0,95263.0,236100.0,2130.0,4205.0,860.0,67.0,451.0,0.0,17.0,253.0,486.0,Washington,Washington-Arlington-Alexandria +24021750701,"Census Tract 7507.01, Frederick County, Maryland",5503,3565.0,92500.0,244500.0,1363.0,3476.0,926.0,61.0,221.0,0.0,11.0,157.0,662.0,Washington,Washington-Arlington-Alexandria +24021750702,"Census Tract 7507.02, Frederick County, Maryland",3895,2678.0,50767.0,208800.0,955.0,2177.0,987.0,17.0,174.0,9.0,27.0,112.0,392.0,Washington,Washington-Arlington-Alexandria +24021751201,"Census Tract 7512.01, Frederick County, Maryland",4953,3152.0,110521.0,383500.0,1883.0,3305.0,635.0,32.0,285.0,0.0,72.0,190.0,434.0,Washington,Washington-Arlington-Alexandria +24021750506,"Census Tract 7505.06, Frederick County, Maryland",4456,2747.0,94250.0,299100.0,1147.0,2020.0,611.0,23.0,700.0,0.0,0.0,265.0,837.0,Washington,Washington-Arlington-Alexandria +24021751203,"Census Tract 7512.03, Frederick County, Maryland",2064,1649.0,89886.0,340400.0,669.0,1835.0,25.0,28.0,5.0,0.0,0.0,64.0,107.0,Washington,Washington-Arlington-Alexandria +24021751301,"Census Tract 7513.01, Frederick County, Maryland",3667,2668.0,94659.0,329100.0,1053.0,3274.0,219.0,0.0,11.0,0.0,0.0,57.0,106.0,Washington,Washington-Arlington-Alexandria +24021750801,"Census Tract 7508.01, Frederick County, Maryland",3028,2194.0,49329.0,267300.0,960.0,2406.0,371.0,0.0,71.0,0.0,0.0,57.0,123.0,Washington,Washington-Arlington-Alexandria +24021750505,"Census Tract 7505.05, Frederick County, Maryland",7514,4448.0,60172.0,189400.0,943.0,2229.0,1314.0,34.0,730.0,0.0,38.0,231.0,2954.0,Washington,Washington-Arlington-Alexandria +24021751001,"Census Tract 7510.01, Frederick County, Maryland",1016,626.0,95568.0,240400.0,238.0,645.0,149.0,0.0,93.0,6.0,0.0,34.0,89.0,Washington,Washington-Arlington-Alexandria +24021751004,"Census Tract 7510.04, Frederick County, Maryland",3987,2852.0,97524.0,243100.0,1318.0,2726.0,426.0,0.0,222.0,0.0,38.0,66.0,509.0,Washington,Washington-Arlington-Alexandria +24021752603,"Census Tract 7526.03, Frederick County, Maryland",3792,2591.0,120478.0,364100.0,1386.0,3306.0,196.0,5.0,139.0,0.0,0.0,24.0,122.0,Washington,Washington-Arlington-Alexandria +24021752501,"Census Tract 7525.01, Frederick County, Maryland",4983,3639.0,105583.0,351600.0,1565.0,4704.0,93.0,0.0,41.0,0.0,0.0,43.0,102.0,Washington,Washington-Arlington-Alexandria +24021752602,"Census Tract 7526.02, Frederick County, Maryland",2815,2049.0,102619.0,343000.0,923.0,2506.0,122.0,21.0,43.0,0.0,31.0,17.0,91.0,Washington,Washington-Arlington-Alexandria +24021752601,"Census Tract 7526.01, Frederick County, Maryland",4233,2767.0,126307.0,408800.0,1575.0,3887.0,70.0,0.0,125.0,0.0,0.0,86.0,65.0,Washington,Washington-Arlington-Alexandria +24021752802,"Census Tract 7528.02, Frederick County, Maryland",3693,2586.0,90234.0,331000.0,1000.0,3380.0,80.0,3.0,58.0,0.0,0.0,11.0,161.0,Washington,Washington-Arlington-Alexandria +24021753001,"Census Tract 7530.01, Frederick County, Maryland",4852,3429.0,78021.0,254000.0,804.0,4573.0,31.0,0.0,39.0,0.0,0.0,89.0,120.0,Washington,Washington-Arlington-Alexandria +24021751302,"Census Tract 7513.02, Frederick County, Maryland",3497,2575.0,87026.0,281300.0,653.0,3059.0,58.0,4.0,132.0,10.0,0.0,108.0,126.0,Washington,Washington-Arlington-Alexandria +24021752801,"Census Tract 7528.01, Frederick County, Maryland",2039,1522.0,84076.0,329000.0,546.0,1976.0,0.0,5.0,4.0,0.0,9.0,26.0,19.0,Washington,Washington-Arlington-Alexandria +24021752204,"Census Tract 7522.04, Frederick County, Maryland",7634,4542.0,142773.0,448500.0,2847.0,4538.0,673.0,53.0,1406.0,0.0,0.0,301.0,663.0,Washington,Washington-Arlington-Alexandria +24021752102,"Census Tract 7521.02, Frederick County, Maryland",4233,2989.0,102061.0,377700.0,1218.0,3771.0,0.0,0.0,56.0,0.0,0.0,103.0,303.0,Washington,Washington-Arlington-Alexandria +24021752201,"Census Tract 7522.01, Frederick County, Maryland",2195,1655.0,123750.0,435000.0,850.0,2000.0,40.0,0.0,71.0,0.0,0.0,38.0,46.0,Washington,Washington-Arlington-Alexandria +24021752101,"Census Tract 7521.01, Frederick County, Maryland",3202,2149.0,138526.0,458200.0,968.0,2667.0,51.0,7.0,66.0,0.0,0.0,27.0,391.0,Washington,Washington-Arlington-Alexandria +24021751904,"Census Tract 7519.04, Frederick County, Maryland",3344,2158.0,113594.0,410500.0,917.0,2482.0,385.0,5.0,89.0,33.0,22.0,71.0,257.0,Washington,Washington-Arlington-Alexandria +24021752202,"Census Tract 7522.02, Frederick County, Maryland",4118,2335.0,144779.0,487100.0,1578.0,2214.0,396.0,6.0,647.0,0.0,0.0,255.0,600.0,Washington,Washington-Arlington-Alexandria +24021751702,"Census Tract 7517.02, Frederick County, Maryland",3984,2906.0,87292.0,357800.0,994.0,3641.0,11.0,1.0,147.0,0.0,0.0,95.0,89.0,Washington,Washington-Arlington-Alexandria +24021751802,"Census Tract 7518.02, Frederick County, Maryland",3551,2481.0,121033.0,409800.0,910.0,3428.0,10.0,10.0,25.0,0.0,0.0,37.0,41.0,Washington,Washington-Arlington-Alexandria +24021751701,"Census Tract 7517.01, Frederick County, Maryland",2383,1706.0,100333.0,367700.0,595.0,2257.0,33.0,0.0,0.0,0.0,0.0,10.0,83.0,Washington,Washington-Arlington-Alexandria +24021751801,"Census Tract 7518.01, Frederick County, Maryland",4808,3044.0,120903.0,395700.0,1529.0,4149.0,209.0,2.0,128.0,0.0,0.0,65.0,255.0,Washington,Washington-Arlington-Alexandria +24021751902,"Census Tract 7519.02, Frederick County, Maryland",6123,3854.0,98354.0,304900.0,2147.0,4770.0,252.0,49.0,347.0,0.0,0.0,15.0,716.0,Washington,Washington-Arlington-Alexandria +24021751903,"Census Tract 7519.03, Frederick County, Maryland",5909,4138.0,130625.0,392800.0,1900.0,5341.0,243.0,0.0,212.0,0.0,16.0,85.0,12.0,Washington,Washington-Arlington-Alexandria +24021751901,"Census Tract 7519.01, Frederick County, Maryland",4641,3036.0,109750.0,341900.0,1682.0,4048.0,173.0,0.0,40.0,0.0,13.0,120.0,247.0,Washington,Washington-Arlington-Alexandria +24021753002,"Census Tract 7530.02, Frederick County, Maryland",2931,1866.0,64420.0,199900.0,440.0,2865.0,14.0,0.0,0.0,0.0,0.0,15.0,37.0,Washington,Washington-Arlington-Alexandria +24021752001,"Census Tract 7520.01, Frederick County, Maryland",5072,3360.0,116080.0,353200.0,1203.0,4583.0,78.0,53.0,73.0,0.0,0.0,74.0,211.0,Washington,Washington-Arlington-Alexandria +24031706013,"Census Tract 7060.13, Montgomery County, Maryland",2961,1970.0,216500.0,974300.0,1696.0,2010.0,42.0,0.0,490.0,0.0,0.0,64.0,355.0,Washington,Washington-Arlington-Alexandria +24031701216,"Census Tract 7012.16, Montgomery County, Maryland",4889,4269.0,98155.0,481600.0,3137.0,2631.0,267.0,11.0,1171.0,13.0,16.0,298.0,482.0,Washington,Washington-Arlington-Alexandria +24031706011,"Census Tract 7060.11, Montgomery County, Maryland",5416,3839.0,204844.0,894600.0,3358.0,3370.0,225.0,8.0,1224.0,0.0,0.0,142.0,447.0,Washington,Washington-Arlington-Alexandria +24031706010,"Census Tract 7060.10, Montgomery County, Maryland",3097,2154.0,136688.0,673300.0,1537.0,1742.0,518.0,10.0,593.0,0.0,51.0,115.0,68.0,Washington,Washington-Arlington-Alexandria +24031706012,"Census Tract 7060.12, Montgomery County, Maryland",3344,2587.0,66778.0,279100.0,1699.0,1604.0,447.0,10.0,718.0,0.0,0.0,118.0,457.0,Washington,Washington-Arlington-Alexandria +24031704404,"Census Tract 7044.04, Montgomery County, Maryland",5256,3778.0,135462.0,714000.0,3062.0,3452.0,538.0,0.0,740.0,0.0,0.0,81.0,445.0,Washington,Washington-Arlington-Alexandria +24031703221,"Census Tract 7032.21, Montgomery County, Maryland",5441,3605.0,103113.0,372600.0,1953.0,1617.0,1847.0,34.0,1032.0,0.0,45.0,173.0,717.0,Washington,Washington-Arlington-Alexandria +24031703218,"Census Tract 7032.18, Montgomery County, Maryland",1923,1910.0,55354.0,207300.0,885.0,1546.0,162.0,0.0,138.0,0.0,0.0,11.0,66.0,Washington,Washington-Arlington-Alexandria +24031703219,"Census Tract 7032.19, Montgomery County, Maryland",3393,3393.0,53297.0,202000.0,1597.0,2722.0,290.0,25.0,159.0,0.0,33.0,65.0,99.0,Washington,Washington-Arlington-Alexandria +24031703216,"Census Tract 7032.16, Montgomery County, Maryland",3833,3506.0,54041.0,176300.0,1356.0,1650.0,1181.0,30.0,469.0,8.0,0.0,34.0,461.0,Washington,Washington-Arlington-Alexandria +24031701315,"Census Tract 7013.15, Montgomery County, Maryland",4665,3135.0,109256.0,391500.0,1882.0,2596.0,769.0,0.0,576.0,0.0,47.0,213.0,464.0,Washington,Washington-Arlington-Alexandria +24031701316,"Census Tract 7013.16, Montgomery County, Maryland",6485,4314.0,135648.0,640000.0,2533.0,3954.0,1156.0,0.0,494.0,0.0,0.0,210.0,671.0,Washington,Washington-Arlington-Alexandria +24031701314,"Census Tract 7013.14, Montgomery County, Maryland",3272,2171.0,110156.0,372000.0,1334.0,1544.0,553.0,0.0,540.0,0.0,26.0,94.0,515.0,Washington,Washington-Arlington-Alexandria +24031701421,"Census Tract 7014.21, Montgomery County, Maryland",2062,1332.0,79450.0,251300.0,396.0,99.0,751.0,0.0,242.0,0.0,0.0,223.0,747.0,Washington,Washington-Arlington-Alexandria +24031701509,"Census Tract 7015.09, Montgomery County, Maryland",6745,4306.0,54417.0,485900.0,1292.0,944.0,2750.0,20.0,388.0,0.0,15.0,70.0,2578.0,Washington,Washington-Arlington-Alexandria +24031701800,"Census Tract 7018, Montgomery County, Maryland",5011,3736.0,81114.0,623400.0,1864.0,2084.0,2411.0,9.0,194.0,0.0,7.0,34.0,272.0,Washington,Washington-Arlington-Alexandria +24031702900,"Census Tract 7029, Montgomery County, Maryland",5226,4227.0,109867.0,658700.0,3502.0,3340.0,985.0,73.0,245.0,0.0,37.0,143.0,423.0,Washington,Washington-Arlington-Alexandria +24031703402,"Census Tract 7034.02, Montgomery County, Maryland",3592,2510.0,81667.0,350300.0,710.0,658.0,530.0,59.0,643.0,0.0,25.0,254.0,1470.0,Washington,Washington-Arlington-Alexandria +24031703213,"Census Tract 7032.13, Montgomery County, Maryland",6409,3880.0,42955.0,109900.0,816.0,598.0,2604.0,0.0,293.0,0.0,382.0,48.0,2484.0,Washington,Washington-Arlington-Alexandria +24031703302,"Census Tract 7033.02, Montgomery County, Maryland",4512,3130.0,81544.0,346100.0,770.0,929.0,133.0,101.0,656.0,0.0,35.0,19.0,2730.0,Washington,Washington-Arlington-Alexandria +24031703401,"Census Tract 7034.01, Montgomery County, Maryland",5569,3957.0,81944.0,328900.0,898.0,1185.0,374.0,36.0,978.0,4.0,32.0,54.0,2927.0,Washington,Washington-Arlington-Alexandria +24031703701,"Census Tract 7037.01, Montgomery County, Maryland",4456,2922.0,73375.0,280500.0,679.0,692.0,681.0,21.0,301.0,0.0,0.0,55.0,2727.0,Washington,Washington-Arlington-Alexandria +24031703702,"Census Tract 7037.02, Montgomery County, Maryland",4408,3298.0,100045.0,326300.0,1005.0,1176.0,362.0,9.0,704.0,0.0,65.0,94.0,2007.0,Washington,Washington-Arlington-Alexandria +24031704100,"Census Tract 7041, Montgomery County, Maryland",4746,3257.0,177443.0,829400.0,2590.0,3870.0,216.0,15.0,98.0,0.0,14.0,129.0,419.0,Washington,Washington-Arlington-Alexandria +24031703220,"Census Tract 7032.20, Montgomery County, Maryland",5450,3642.0,61599.0,286100.0,1278.0,1540.0,2143.0,8.0,520.0,0.0,0.0,553.0,694.0,Washington,Washington-Arlington-Alexandria +24031704806,"Census Tract 7048.06, Montgomery County, Maryland",3257,2712.0,94623.0,495700.0,2267.0,2247.0,268.0,8.0,353.0,0.0,7.0,50.0,324.0,Washington,Washington-Arlington-Alexandria +24031704804,"Census Tract 7048.04, Montgomery County, Maryland",1688,1442.0,106953.0,457700.0,1289.0,1248.0,62.0,0.0,142.0,0.0,0.0,35.0,201.0,Washington,Washington-Arlington-Alexandria +24031704803,"Census Tract 7048.03, Montgomery County, Maryland",3824,2916.0,71774.0,592300.0,2219.0,2299.0,385.0,48.0,403.0,0.0,10.0,150.0,545.0,Washington,Washington-Arlington-Alexandria +24031705502,"Census Tract 7055.02, Montgomery County, Maryland",3924,2811.0,214286.0,1094700.0,2434.0,3456.0,23.0,0.0,200.0,0.0,0.0,76.0,169.0,Washington,Washington-Arlington-Alexandria +24031701312,"Census Tract 7013.12, Montgomery County, Maryland",6528,4286.0,144811.0,505500.0,2804.0,4514.0,433.0,54.0,634.0,0.0,77.0,200.0,616.0,Washington,Washington-Arlington-Alexandria +24031701415,"Census Tract 7014.15, Montgomery County, Maryland",7786,5439.0,102841.0,400800.0,2691.0,1809.0,2897.0,0.0,1471.0,0.0,0.0,315.0,1294.0,Washington,Washington-Arlington-Alexandria +24031701417,"Census Tract 7014.17, Montgomery County, Maryland",5816,4158.0,81809.0,243800.0,2408.0,1138.0,3372.0,0.0,558.0,0.0,0.0,221.0,527.0,Washington,Washington-Arlington-Alexandria +24031701900,"Census Tract 7019, Montgomery County, Maryland",3253,2260.0,67860.0,411800.0,914.0,1037.0,639.0,9.0,90.0,0.0,13.0,20.0,1454.0,Washington,Washington-Arlington-Alexandria +24031702102,"Census Tract 7021.02, Montgomery County, Maryland",3350,2189.0,160074.0,530600.0,1704.0,2740.0,291.0,0.0,145.0,0.0,0.0,36.0,138.0,Washington,Washington-Arlington-Alexandria +24031702301,"Census Tract 7023.01, Montgomery County, Maryland",3698,2440.0,53182.0,267900.0,990.0,857.0,1111.0,8.0,80.0,0.0,0.0,42.0,1608.0,Washington,Washington-Arlington-Alexandria +24031702700,"Census Tract 7027, Montgomery County, Maryland",7415,4733.0,94524.0,639000.0,2569.0,2449.0,2343.0,63.0,412.0,0.0,29.0,133.0,2013.0,Washington,Washington-Arlington-Alexandria +24031702401,"Census Tract 7024.01, Montgomery County, Maryland",2558,1864.0,144583.0,553900.0,1438.0,1547.0,435.0,0.0,185.0,0.0,0.0,189.0,202.0,Washington,Washington-Arlington-Alexandria +24031702500,"Census Tract 7025, Montgomery County, Maryland",7098,6057.0,66868.0,338600.0,4008.0,2733.0,3075.0,0.0,499.0,0.0,0.0,299.0,492.0,Washington,Washington-Arlington-Alexandria +24031702601,"Census Tract 7026.01, Montgomery County, Maryland",4570,3497.0,71161.0,256500.0,2258.0,2002.0,1442.0,0.0,343.0,0.0,16.0,227.0,540.0,Washington,Washington-Arlington-Alexandria +24031703100,"Census Tract 7031, Montgomery County, Maryland",4567,3291.0,111198.0,388600.0,1565.0,1935.0,685.0,115.0,503.0,5.0,56.0,173.0,1210.0,Washington,Washington-Arlington-Alexandria +24031703800,"Census Tract 7038, Montgomery County, Maryland",3525,2612.0,67321.0,410200.0,1616.0,1026.0,1071.0,46.0,428.0,0.0,21.0,143.0,790.0,Washington,Washington-Arlington-Alexandria +24031704200,"Census Tract 7042, Montgomery County, Maryland",2171,1462.0,127000.0,675400.0,1089.0,1605.0,108.0,0.0,153.0,0.0,0.0,34.0,271.0,Washington,Washington-Arlington-Alexandria +24031705000,"Census Tract 7050, Montgomery County, Maryland",4760,3118.0,148060.0,817000.0,2564.0,3773.0,76.0,0.0,215.0,0.0,37.0,213.0,446.0,Washington,Washington-Arlington-Alexandria +24031700103,"Census Tract 7001.03, Montgomery County, Maryland",5314,3793.0,151435.0,634400.0,2483.0,3477.0,486.0,7.0,773.0,0.0,4.0,221.0,353.0,Washington,Washington-Arlington-Alexandria +24031700306,"Census Tract 7003.06, Montgomery County, Maryland",7346,4587.0,112547.0,350400.0,2897.0,2431.0,2057.0,0.0,1691.0,0.0,45.0,118.0,1004.0,Washington,Washington-Arlington-Alexandria +24031700606,"Census Tract 7006.06, Montgomery County, Maryland",4243,2896.0,155250.0,592800.0,2335.0,2480.0,75.0,0.0,1322.0,0.0,0.0,127.0,239.0,Washington,Washington-Arlington-Alexandria +24031700604,"Census Tract 7006.04, Montgomery County, Maryland",6540,4358.0,189620.0,734200.0,3004.0,4408.0,330.0,0.0,805.0,10.0,0.0,176.0,811.0,Washington,Washington-Arlington-Alexandria +24031700710,"Census Tract 7007.10, Montgomery County, Maryland",6482,4369.0,90495.0,363200.0,1757.0,2317.0,884.0,89.0,1128.0,0.0,0.0,179.0,1908.0,Washington,Washington-Arlington-Alexandria +24031700716,"Census Tract 7007.16, Montgomery County, Maryland",8889,5445.0,94952.0,312500.0,2510.0,2640.0,2399.0,0.0,1181.0,1.0,0.0,419.0,2249.0,Washington,Washington-Arlington-Alexandria +24031700904,"Census Tract 7009.04, Montgomery County, Maryland",3033,2014.0,48646.0,210700.0,1004.0,845.0,451.0,8.0,874.0,0.0,12.0,61.0,782.0,Washington,Washington-Arlington-Alexandria +24031701001,"Census Tract 7010.01, Montgomery County, Maryland",5887,4119.0,89892.0,498600.0,2587.0,3488.0,200.0,0.0,890.0,0.0,36.0,306.0,967.0,Washington,Washington-Arlington-Alexandria +24031701004,"Census Tract 7010.04, Montgomery County, Maryland",5600,3432.0,112582.0,559200.0,2362.0,3534.0,784.0,0.0,576.0,0.0,82.0,195.0,429.0,Washington,Washington-Arlington-Alexandria +24031700308,"Census Tract 7003.08, Montgomery County, Maryland",6058,4173.0,87867.0,320500.0,2154.0,2932.0,1133.0,0.0,692.0,0.0,0.0,323.0,978.0,Washington,Washington-Arlington-Alexandria +24031700400,"Census Tract 7004, Montgomery County, Maryland",2063,1512.0,110179.0,620900.0,841.0,1740.0,125.0,0.0,115.0,0.0,0.0,13.0,70.0,Washington,Washington-Arlington-Alexandria +24031700610,"Census Tract 7006.10, Montgomery County, Maryland",2245,1582.0,155938.0,488000.0,975.0,1415.0,86.0,0.0,390.0,0.0,9.0,80.0,265.0,Washington,Washington-Arlington-Alexandria +24031701214,"Census Tract 7012.14, Montgomery County, Maryland",3802,3017.0,108125.0,273800.0,2548.0,2269.0,581.0,9.0,456.0,0.0,55.0,91.0,341.0,Washington,Washington-Arlington-Alexandria +24031705200,"Census Tract 7052, Montgomery County, Maryland",3297,2253.0,250001.0,1070000.0,2068.0,2886.0,88.0,0.0,65.0,0.0,2.0,44.0,212.0,Washington,Washington-Arlington-Alexandria +24031701407,"Census Tract 7014.07, Montgomery County, Maryland",5729,4117.0,141389.0,489700.0,2749.0,2502.0,1534.0,0.0,969.0,0.0,0.0,285.0,439.0,Washington,Washington-Arlington-Alexandria +24031702101,"Census Tract 7021.01, Montgomery County, Maryland",6121,3895.0,54508.0,362600.0,1119.0,710.0,1985.0,5.0,661.0,0.0,8.0,148.0,2604.0,Washington,Washington-Arlington-Alexandria +24031700206,"Census Tract 7002.06, Montgomery County, Maryland",5563,3861.0,133953.0,431200.0,1873.0,4163.0,304.0,0.0,252.0,0.0,0.0,171.0,673.0,Washington,Washington-Arlington-Alexandria +24031700818,"Census Tract 7008.18, Montgomery County, Maryland",6854,4126.0,65457.0,262600.0,1669.0,1413.0,2555.0,197.0,576.0,0.0,28.0,309.0,1973.0,Washington,Washington-Arlington-Alexandria +24031700901,"Census Tract 7009.01, Montgomery County, Maryland",4532,3556.0,81591.0,355100.0,2350.0,2261.0,469.0,0.0,1259.0,0.0,135.0,304.0,104.0,Washington,Washington-Arlington-Alexandria +24031701507,"Census Tract 7015.07, Montgomery County, Maryland",5013,3644.0,123164.0,502100.0,2107.0,2024.0,1111.0,0.0,1100.0,0.0,7.0,138.0,633.0,Washington,Washington-Arlington-Alexandria +24031700309,"Census Tract 7003.09, Montgomery County, Maryland",5811,3450.0,74898.0,243200.0,1588.0,1621.0,2067.0,0.0,698.0,0.0,0.0,214.0,1211.0,Washington,Washington-Arlington-Alexandria +24031705901,"Census Tract 7059.01, Montgomery County, Maryland",4185,2925.0,227708.0,984600.0,2502.0,3007.0,146.0,0.0,449.0,0.0,47.0,116.0,420.0,Washington,Washington-Arlington-Alexandria +24031700715,"Census Tract 7007.15, Montgomery County, Maryland",6412,4040.0,102772.0,296300.0,1706.0,1596.0,1304.0,31.0,1174.0,4.0,0.0,155.0,2179.0,Washington,Washington-Arlington-Alexandria +24031700810,"Census Tract 7008.10, Montgomery County, Maryland",5386,3426.0,96140.0,326300.0,1842.0,1760.0,1500.0,14.0,705.0,0.0,66.0,316.0,1025.0,Washington,Washington-Arlington-Alexandria +24031700815,"Census Tract 7008.15, Montgomery County, Maryland",7453,4666.0,99005.0,272900.0,1998.0,1593.0,1795.0,0.0,934.0,0.0,109.0,259.0,2763.0,Washington,Washington-Arlington-Alexandria +24031700902,"Census Tract 7009.02, Montgomery County, Maryland",4129,2876.0,74708.0,361800.0,1103.0,1675.0,748.0,0.0,583.0,0.0,0.0,119.0,1004.0,Washington,Washington-Arlington-Alexandria +24031701002,"Census Tract 7010.02, Montgomery County, Maryland",3662,2743.0,196250.0,719100.0,2210.0,2498.0,78.0,0.0,710.0,0.0,9.0,125.0,242.0,Washington,Washington-Arlington-Alexandria +24031701005,"Census Tract 7010.05, Montgomery County, Maryland",3672,2619.0,148705.0,679200.0,1740.0,2044.0,374.0,0.0,829.0,0.0,0.0,79.0,346.0,Washington,Washington-Arlington-Alexandria +24031701308,"Census Tract 7013.08, Montgomery County, Maryland",3256,2323.0,175357.0,720900.0,1500.0,1962.0,464.0,41.0,574.0,0.0,0.0,60.0,166.0,Washington,Washington-Arlington-Alexandria +24031703210,"Census Tract 7032.10, Montgomery County, Maryland",3432,2367.0,91597.0,371500.0,1202.0,1315.0,539.0,6.0,318.0,0.0,62.0,65.0,1133.0,Washington,Washington-Arlington-Alexandria +24031703404,"Census Tract 7034.04, Montgomery County, Maryland",3303,2254.0,70227.0,232400.0,336.0,356.0,207.0,0.0,507.0,0.0,0.0,70.0,2163.0,Washington,Washington-Arlington-Alexandria +24031704502,"Census Tract 7045.02, Montgomery County, Maryland",2525,1700.0,201429.0,824100.0,1492.0,1974.0,9.0,0.0,311.0,0.0,10.0,55.0,166.0,Washington,Washington-Arlington-Alexandria +24031705300,"Census Tract 7053, Montgomery County, Maryland",1924,1313.0,250001.0,1616000.0,1181.0,1701.0,15.0,8.0,33.0,3.0,14.0,34.0,116.0,Washington,Washington-Arlington-Alexandria +24031705601,"Census Tract 7056.01, Montgomery County, Maryland",2929,1938.0,235938.0,865300.0,1721.0,2352.0,55.0,10.0,212.0,0.0,0.0,149.0,161.0,Washington,Washington-Arlington-Alexandria +24031706008,"Census Tract 7060.08, Montgomery County, Maryland",5546,3578.0,218431.0,1328300.0,2930.0,4037.0,134.0,0.0,971.0,0.0,0.0,131.0,273.0,Washington,Washington-Arlington-Alexandria +24031700101,"Census Tract 7001.01, Montgomery County, Maryland",4413,3082.0,162171.0,655100.0,1872.0,3130.0,328.0,0.0,466.0,0.0,0.0,96.0,393.0,Washington,Washington-Arlington-Alexandria +24031700205,"Census Tract 7002.05, Montgomery County, Maryland",10427,6714.0,137121.0,467900.0,4140.0,4917.0,1139.0,0.0,2542.0,0.0,0.0,568.0,1261.0,Washington,Washington-Arlington-Alexandria +24031700500,"Census Tract 7005, Montgomery County, Maryland",6783,4307.0,138427.0,523300.0,2093.0,5411.0,457.0,33.0,208.0,0.0,0.0,61.0,613.0,Washington,Washington-Arlington-Alexandria +24031700607,"Census Tract 7006.07, Montgomery County, Maryland",7821,5106.0,176184.0,697600.0,4058.0,2970.0,507.0,0.0,3894.0,0.0,24.0,163.0,263.0,Washington,Washington-Arlington-Alexandria +24031700811,"Census Tract 7008.11, Montgomery County, Maryland",4339,2694.0,82167.0,264600.0,948.0,1166.0,1082.0,18.0,496.0,9.0,12.0,173.0,1401.0,Washington,Washington-Arlington-Alexandria +24031700817,"Census Tract 7008.17, Montgomery County, Maryland",6459,4949.0,89970.0,499000.0,3109.0,2437.0,1219.0,0.0,1517.0,0.0,0.0,486.0,800.0,Washington,Washington-Arlington-Alexandria +24031701102,"Census Tract 7011.02, Montgomery County, Maryland",6527,4463.0,84652.0,352500.0,1571.0,2058.0,425.0,78.0,789.0,0.0,0.0,222.0,3033.0,Washington,Washington-Arlington-Alexandria +24031701306,"Census Tract 7013.06, Montgomery County, Maryland",3045,2100.0,150588.0,590200.0,1354.0,2546.0,89.0,0.0,146.0,0.0,0.0,78.0,186.0,Washington,Washington-Arlington-Alexandria +24031701201,"Census Tract 7012.01, Montgomery County, Maryland",5971,4110.0,68601.0,362200.0,1590.0,2668.0,335.0,62.0,1080.0,1.0,18.0,135.0,1734.0,Washington,Washington-Arlington-Alexandria +24031701205,"Census Tract 7012.05, Montgomery County, Maryland",6746,4636.0,155950.0,875600.0,3769.0,4755.0,558.0,0.0,595.0,0.0,54.0,378.0,406.0,Washington,Washington-Arlington-Alexandria +24031701210,"Census Tract 7012.10, Montgomery County, Maryland",3949,2743.0,207143.0,815300.0,2412.0,2688.0,242.0,8.0,767.0,27.0,0.0,31.0,194.0,Washington,Washington-Arlington-Alexandria +24031701303,"Census Tract 7013.03, Montgomery County, Maryland",3427,2527.0,154345.0,608000.0,1894.0,2615.0,395.0,0.0,248.0,0.0,0.0,83.0,86.0,Washington,Washington-Arlington-Alexandria +24031701409,"Census Tract 7014.09, Montgomery County, Maryland",4741,3386.0,125694.0,479000.0,1752.0,1664.0,1134.0,0.0,844.0,0.0,222.0,182.0,695.0,Washington,Washington-Arlington-Alexandria +24031701503,"Census Tract 7015.03, Montgomery County, Maryland",6910,5047.0,115208.0,390600.0,2137.0,2011.0,2457.0,0.0,1230.0,0.0,200.0,127.0,885.0,Washington,Washington-Arlington-Alexandria +24031702402,"Census Tract 7024.02, Montgomery County, Maryland",4306,3109.0,68575.0,526400.0,2201.0,2330.0,1125.0,0.0,208.0,0.0,0.0,231.0,412.0,Washington,Washington-Arlington-Alexandria +24031703201,"Census Tract 7032.01, Montgomery County, Maryland",7946,5514.0,111264.0,418300.0,2795.0,3711.0,516.0,0.0,1100.0,97.0,70.0,389.0,2063.0,Washington,Washington-Arlington-Alexandria +24031703215,"Census Tract 7032.15, Montgomery County, Maryland",3295,2202.0,79881.0,446000.0,944.0,848.0,884.0,0.0,370.0,21.0,36.0,63.0,1073.0,Washington,Washington-Arlington-Alexandria +24031703601,"Census Tract 7036.01, Montgomery County, Maryland",4812,3204.0,99907.0,392200.0,1710.0,2195.0,441.0,0.0,454.0,0.0,37.0,327.0,1358.0,Washington,Washington-Arlington-Alexandria +24031704300,"Census Tract 7043, Montgomery County, Maryland",4040,2622.0,176250.0,702800.0,2116.0,3412.0,34.0,9.0,206.0,0.0,0.0,116.0,272.0,Washington,Washington-Arlington-Alexandria +24031704401,"Census Tract 7044.01, Montgomery County, Maryland",3477,2461.0,184459.0,732800.0,1855.0,2309.0,155.0,0.0,473.0,0.0,0.0,106.0,434.0,Washington,Washington-Arlington-Alexandria +24031705100,"Census Tract 7051, Montgomery County, Maryland",5168,3788.0,201534.0,929800.0,3077.0,4001.0,408.0,6.0,250.0,0.0,32.0,78.0,395.0,Washington,Washington-Arlington-Alexandria +24031705400,"Census Tract 7054, Montgomery County, Maryland",2960,1972.0,250001.0,1225200.0,1833.0,2644.0,16.0,4.0,80.0,0.0,9.0,93.0,114.0,Washington,Washington-Arlington-Alexandria +24031700905,"Census Tract 7009.05, Montgomery County, Maryland",4159,2779.0,73158.0,626300.0,2331.0,1868.0,156.0,57.0,1662.0,0.0,0.0,169.0,247.0,Washington,Washington-Arlington-Alexandria +24031700711,"Census Tract 7007.11, Montgomery County, Maryland",6055,4055.0,103567.0,405600.0,2365.0,2482.0,812.0,0.0,1035.0,11.0,0.0,240.0,1475.0,Washington,Washington-Arlington-Alexandria +24031700812,"Census Tract 7008.12, Montgomery County, Maryland",4113,3031.0,91671.0,284200.0,1397.0,1671.0,590.0,0.0,627.0,0.0,52.0,84.0,1089.0,Washington,Washington-Arlington-Alexandria +24031700819,"Census Tract 7008.19, Montgomery County, Maryland",7106,4616.0,88125.0,276700.0,1802.0,2403.0,1822.0,0.0,782.0,0.0,21.0,210.0,1868.0,Washington,Washington-Arlington-Alexandria +24031701307,"Census Tract 7013.07, Montgomery County, Maryland",4337,2873.0,159091.0,615100.0,1869.0,2301.0,572.0,37.0,1016.0,0.0,0.0,190.0,236.0,Washington,Washington-Arlington-Alexandria +24031702200,"Census Tract 7022, Montgomery County, Maryland",5040,3340.0,134458.0,467600.0,1969.0,2542.0,765.0,0.0,245.0,0.0,0.0,184.0,1304.0,Washington,Washington-Arlington-Alexandria +24031703206,"Census Tract 7032.06, Montgomery County, Maryland",3730,2664.0,93321.0,437000.0,1217.0,1351.0,815.0,0.0,632.0,0.0,16.0,60.0,856.0,Washington,Washington-Arlington-Alexandria +24031703207,"Census Tract 7032.07, Montgomery County, Maryland",6349,3519.0,58340.0,459400.0,1179.0,1226.0,1107.0,0.0,526.0,0.0,0.0,27.0,3463.0,Washington,Washington-Arlington-Alexandria +24031703212,"Census Tract 7032.12, Montgomery County, Maryland",9699,6800.0,104286.0,432500.0,3551.0,2369.0,2798.0,28.0,1662.0,0.0,0.0,448.0,2394.0,Washington,Washington-Arlington-Alexandria +24031704600,"Census Tract 7046, Montgomery County, Maryland",4993,3522.0,206500.0,850300.0,2859.0,3899.0,25.0,0.0,486.0,0.0,0.0,405.0,178.0,Washington,Washington-Arlington-Alexandria +24031705602,"Census Tract 7056.02, Montgomery County, Maryland",4877,3671.0,96250.0,583800.0,2979.0,3507.0,156.0,0.0,761.0,0.0,59.0,98.0,296.0,Washington,Washington-Arlington-Alexandria +24031705701,"Census Tract 7057.01, Montgomery County, Maryland",4584,3015.0,167683.0,927200.0,2685.0,3669.0,230.0,0.0,414.0,0.0,0.0,33.0,238.0,Washington,Washington-Arlington-Alexandria +24031706005,"Census Tract 7060.05, Montgomery County, Maryland",4447,3176.0,227778.0,1183200.0,2697.0,3015.0,156.0,0.0,849.0,0.0,9.0,57.0,361.0,Washington,Washington-Arlington-Alexandria +24031703901,"Census Tract 7039.01, Montgomery County, Maryland",3349,2305.0,127411.0,435700.0,1430.0,1830.0,457.0,81.0,214.0,0.0,26.0,175.0,580.0,Washington,Washington-Arlington-Alexandria +24031705702,"Census Tract 7057.02, Montgomery County, Maryland",4559,3097.0,195125.0,986800.0,2631.0,3836.0,39.0,0.0,228.0,0.0,32.0,79.0,345.0,Washington,Washington-Arlington-Alexandria +24031705800,"Census Tract 7058, Montgomery County, Maryland",6041,4156.0,193421.0,951700.0,3527.0,4867.0,33.0,18.0,566.0,11.0,0.0,222.0,342.0,Washington,Washington-Arlington-Alexandria +24031705903,"Census Tract 7059.03, Montgomery County, Maryland",4377,2939.0,228816.0,992600.0,2594.0,3205.0,63.0,0.0,780.0,0.0,8.0,144.0,177.0,Washington,Washington-Arlington-Alexandria +24031701414,"Census Tract 7014.14, Montgomery County, Maryland",7520,5023.0,103105.0,421400.0,2330.0,1611.0,2924.0,4.0,1545.0,16.0,0.0,306.0,1114.0,Washington,Washington-Arlington-Alexandria +24031701313,"Census Tract 7013.13, Montgomery County, Maryland",3738,2574.0,133589.0,497800.0,1651.0,2193.0,456.0,0.0,514.0,0.0,0.0,156.0,419.0,Washington,Washington-Arlington-Alexandria +24031701418,"Census Tract 7014.18, Montgomery County, Maryland",3481,2341.0,110714.0,334400.0,1351.0,634.0,1630.0,12.0,744.0,0.0,0.0,98.0,375.0,Washington,Washington-Arlington-Alexandria +24031704805,"Census Tract 7048.05, Montgomery County, Maryland",2006,1684.0,96875.0,819900.0,1419.0,1380.0,108.0,0.0,370.0,0.0,0.0,8.0,140.0,Washington,Washington-Arlington-Alexandria +24031705501,"Census Tract 7055.01, Montgomery County, Maryland",2595,2153.0,108011.0,850000.0,1814.0,2071.0,59.0,0.0,184.0,0.0,10.0,32.0,239.0,Washington,Washington-Arlington-Alexandria +24031700613,"Census Tract 7006.13, Montgomery County, Maryland",6360,4209.0,131159.0,519600.0,2990.0,2630.0,985.0,0.0,2127.0,0.0,0.0,94.0,524.0,Washington,Washington-Arlington-Alexandria +24031700834,"Census Tract 7008.34, Montgomery County, Maryland",5282,3483.0,79559.0,239700.0,1398.0,1298.0,1839.0,29.0,440.0,0.0,23.0,252.0,1430.0,Washington,Washington-Arlington-Alexandria +24031704403,"Census Tract 7044.03, Montgomery County, Maryland",1637,1439.0,86920.0,224400.0,1061.0,1218.0,38.0,0.0,152.0,0.0,0.0,69.0,160.0,Washington,Washington-Arlington-Alexandria +24031701422,"Census Tract 7014.22, Montgomery County, Maryland",3282,2034.0,53308.0,-666666666.0,678.0,129.0,2593.0,0.0,190.0,0.0,0.0,112.0,258.0,Washington,Washington-Arlington-Alexandria +24031700207,"Census Tract 7002.07, Montgomery County, Maryland",5699,3604.0,101946.0,321500.0,1428.0,3041.0,683.0,38.0,492.0,0.0,0.0,331.0,1140.0,Washington,Washington-Arlington-Alexandria +24031700835,"Census Tract 7008.35, Montgomery County, Maryland",4857,3133.0,131528.0,475900.0,1839.0,1504.0,812.0,32.0,1416.0,0.0,0.0,102.0,1023.0,Washington,Washington-Arlington-Alexandria +24031700312,"Census Tract 7003.12, Montgomery County, Maryland",6415,4080.0,130329.0,457600.0,2338.0,3018.0,1236.0,16.0,1114.0,0.0,59.0,119.0,853.0,Washington,Washington-Arlington-Alexandria +24031700208,"Census Tract 7002.08, Montgomery County, Maryland",2385,1515.0,136625.0,427100.0,719.0,1874.0,124.0,0.0,98.0,0.0,14.0,31.0,244.0,Washington,Washington-Arlington-Alexandria +24031701317,"Census Tract 7013.17, Montgomery County, Maryland",4503,3028.0,167629.0,689400.0,1796.0,3024.0,456.0,70.0,576.0,0.0,0.0,65.0,382.0,Washington,Washington-Arlington-Alexandria +24031700104,"Census Tract 7001.04, Montgomery County, Maryland",5652,3470.0,114762.0,357000.0,1894.0,1928.0,1141.0,0.0,642.0,0.0,0.0,235.0,1706.0,Washington,Washington-Arlington-Alexandria +24031700105,"Census Tract 7001.05, Montgomery County, Maryland",6266,4423.0,111719.0,361000.0,2616.0,3184.0,635.0,0.0,1487.0,0.0,69.0,355.0,536.0,Washington,Washington-Arlington-Alexandria +24031700720,"Census Tract 7007.20, Montgomery County, Maryland",3755,2482.0,98092.0,436900.0,923.0,986.0,761.0,0.0,583.0,0.0,67.0,249.0,1109.0,Washington,Washington-Arlington-Alexandria +24031700830,"Census Tract 7008.30, Montgomery County, Maryland",3193,2115.0,68929.0,358300.0,909.0,486.0,958.0,0.0,769.0,0.0,16.0,40.0,924.0,Washington,Washington-Arlington-Alexandria +24031700311,"Census Tract 7003.11, Montgomery County, Maryland",10025,6263.0,131438.0,442400.0,4257.0,3566.0,1495.0,158.0,3391.0,0.0,27.0,315.0,1176.0,Washington,Washington-Arlington-Alexandria +24031700833,"Census Tract 7008.33, Montgomery County, Maryland",4002,2674.0,88137.0,365300.0,1146.0,914.0,704.0,0.0,879.0,0.0,0.0,170.0,1335.0,Washington,Washington-Arlington-Alexandria +24031700722,"Census Tract 7007.22, Montgomery County, Maryland",4725,3269.0,74602.0,263800.0,1375.0,1201.0,1330.0,56.0,954.0,0.0,0.0,144.0,1085.0,Washington,Washington-Arlington-Alexandria +24031700614,"Census Tract 7006.14, Montgomery County, Maryland",5303,3623.0,66344.0,199600.0,1561.0,1922.0,965.0,0.0,591.0,0.0,59.0,228.0,1538.0,Washington,Washington-Arlington-Alexandria +24031700611,"Census Tract 7006.11, Montgomery County, Maryland",6356,3901.0,173393.0,589900.0,2821.0,1752.0,815.0,0.0,3003.0,0.0,0.0,164.0,622.0,Washington,Washington-Arlington-Alexandria +24031700616,"Census Tract 7006.16, Montgomery County, Maryland",4753,3240.0,164265.0,615100.0,2326.0,2685.0,92.0,0.0,1151.0,0.0,8.0,315.0,502.0,Washington,Washington-Arlington-Alexandria +24031700820,"Census Tract 7008.20, Montgomery County, Maryland",2769,1808.0,73733.0,533600.0,924.0,581.0,776.0,16.0,558.0,0.0,53.0,97.0,704.0,Washington,Washington-Arlington-Alexandria +24031700823,"Census Tract 7008.23, Montgomery County, Maryland",3446,2484.0,120909.0,388300.0,1634.0,1951.0,381.0,0.0,670.0,0.0,0.0,73.0,371.0,Washington,Washington-Arlington-Alexandria +24031700829,"Census Tract 7008.29, Montgomery County, Maryland",3210,2406.0,125469.0,424600.0,1782.0,1446.0,109.0,14.0,1026.0,0.0,0.0,247.0,368.0,Washington,Washington-Arlington-Alexandria +24031700822,"Census Tract 7008.22, Montgomery County, Maryland",1850,1162.0,71818.0,124900.0,489.0,494.0,241.0,19.0,340.0,0.0,22.0,52.0,682.0,Washington,Washington-Arlington-Alexandria +24031700826,"Census Tract 7008.26, Montgomery County, Maryland",5575,4028.0,120550.0,513400.0,3417.0,4184.0,188.0,0.0,877.0,0.0,0.0,57.0,269.0,Washington,Washington-Arlington-Alexandria +24031700824,"Census Tract 7008.24, Montgomery County, Maryland",2866,1874.0,134917.0,674700.0,1375.0,1929.0,257.0,25.0,413.0,0.0,0.0,152.0,90.0,Washington,Washington-Arlington-Alexandria +24031700615,"Census Tract 7006.15, Montgomery County, Maryland",3008,2026.0,171667.0,626800.0,1651.0,2191.0,172.0,0.0,375.0,0.0,0.0,91.0,179.0,Washington,Washington-Arlington-Alexandria +24031701220,"Census Tract 7012.20, Montgomery County, Maryland",3904,2581.0,193226.0,877800.0,2032.0,1830.0,215.0,9.0,1553.0,0.0,14.0,163.0,129.0,Washington,Washington-Arlington-Alexandria +24031700718,"Census Tract 7007.18, Montgomery County, Maryland",5398,4174.0,109792.0,538200.0,3050.0,2720.0,886.0,64.0,1078.0,0.0,17.0,222.0,429.0,Washington,Washington-Arlington-Alexandria +24031700717,"Census Tract 7007.17, Montgomery County, Maryland",7474,4678.0,64911.0,337200.0,1676.0,1495.0,1765.0,0.0,640.0,0.0,27.0,185.0,3362.0,Washington,Washington-Arlington-Alexandria +24031700719,"Census Tract 7007.19, Montgomery County, Maryland",9738,5876.0,65045.0,236700.0,1750.0,1979.0,1847.0,0.0,838.0,0.0,114.0,116.0,4844.0,Washington,Washington-Arlington-Alexandria +24031700713,"Census Tract 7007.13, Montgomery County, Maryland",5873,3523.0,55670.0,244500.0,939.0,849.0,1592.0,0.0,728.0,0.0,0.0,94.0,2610.0,Washington,Washington-Arlington-Alexandria +24031701211,"Census Tract 7012.11, Montgomery County, Maryland",6467,4828.0,84886.0,573600.0,3106.0,2677.0,1042.0,21.0,1679.0,13.0,292.0,242.0,501.0,Washington,Washington-Arlington-Alexandria +24031701304,"Census Tract 7013.04, Montgomery County, Maryland",6008,4267.0,122569.0,456300.0,2393.0,4297.0,268.0,25.0,463.0,13.0,32.0,144.0,766.0,Washington,Washington-Arlington-Alexandria +24031701702,"Census Tract 7017.02, Montgomery County, Maryland",2657,1652.0,50000.0,509800.0,653.0,659.0,913.0,14.0,183.0,0.0,4.0,88.0,797.0,Washington,Washington-Arlington-Alexandria +24031700310,"Census Tract 7003.10, Montgomery County, Maryland",6482,4712.0,75393.0,303100.0,2070.0,2579.0,1465.0,21.0,909.0,0.0,43.0,219.0,1267.0,Washington,Washington-Arlington-Alexandria +24031703403,"Census Tract 7034.03, Montgomery County, Maryland",3580,2424.0,80188.0,323000.0,679.0,804.0,463.0,4.0,486.0,5.0,0.0,49.0,1769.0,Washington,Washington-Arlington-Alexandria +24031703902,"Census Tract 7039.02, Montgomery County, Maryland",7460,5097.0,92147.0,370000.0,2348.0,2379.0,1344.0,9.0,998.0,11.0,0.0,224.0,2495.0,Washington,Washington-Arlington-Alexandria +24031700813,"Census Tract 7008.13, Montgomery County, Maryland",5923,3854.0,74091.0,267900.0,1601.0,1650.0,1305.0,16.0,584.0,0.0,39.0,230.0,2115.0,Washington,Washington-Arlington-Alexandria +24031701703,"Census Tract 7017.03, Montgomery County, Maryland",3605,2469.0,96985.0,422800.0,1567.0,1594.0,1215.0,0.0,383.0,0.0,0.0,65.0,348.0,Washington,Washington-Arlington-Alexandria +24031701704,"Census Tract 7017.04, Montgomery County, Maryland",3023,2009.0,121089.0,536600.0,1309.0,1648.0,745.0,0.0,114.0,0.0,0.0,125.0,391.0,Washington,Washington-Arlington-Alexandria +24031702302,"Census Tract 7023.02, Montgomery County, Maryland",4018,2635.0,81473.0,489800.0,1510.0,1699.0,1045.0,7.0,259.0,0.0,15.0,306.0,694.0,Washington,Washington-Arlington-Alexandria +24031702602,"Census Tract 7026.02, Montgomery County, Maryland",5172,3563.0,64375.0,242300.0,2376.0,1974.0,1886.0,12.0,407.0,0.0,0.0,94.0,811.0,Washington,Washington-Arlington-Alexandria +24031703209,"Census Tract 7032.09, Montgomery County, Maryland",6466,4367.0,92176.0,400600.0,2526.0,2393.0,1290.0,31.0,771.0,132.0,0.0,336.0,1513.0,Washington,Washington-Arlington-Alexandria +24031700204,"Census Tract 7002.04, Montgomery County, Maryland",1943,1443.0,94583.0,412700.0,558.0,1684.0,20.0,0.0,105.0,0.0,0.0,0.0,134.0,Washington,Washington-Arlington-Alexandria +24031700304,"Census Tract 7003.04, Montgomery County, Maryland",8499,5637.0,123906.0,469900.0,3407.0,2703.0,1751.0,177.0,3030.0,0.0,0.0,136.0,815.0,Washington,Washington-Arlington-Alexandria +24031700704,"Census Tract 7007.04, Montgomery County, Maryland",3299,2337.0,88750.0,380900.0,954.0,1061.0,203.0,15.0,870.0,4.0,35.0,68.0,1058.0,Washington,Washington-Arlington-Alexandria +24031700816,"Census Tract 7008.16, Montgomery County, Maryland",8953,5960.0,83940.0,314600.0,3375.0,2157.0,1963.0,29.0,2222.0,0.0,0.0,158.0,2424.0,Washington,Washington-Arlington-Alexandria +24031700903,"Census Tract 7009.03, Montgomery County, Maryland",2291,1445.0,74444.0,370400.0,501.0,680.0,382.0,6.0,286.0,0.0,21.0,26.0,896.0,Washington,Washington-Arlington-Alexandria +24031701101,"Census Tract 7011.01, Montgomery County, Maryland",4862,3408.0,130658.0,358900.0,1630.0,1993.0,245.0,0.0,694.0,0.0,36.0,176.0,1718.0,Washington,Washington-Arlington-Alexandria +24031701410,"Census Tract 7014.10, Montgomery County, Maryland",9252,5717.0,96262.0,297600.0,2836.0,1473.0,4900.0,0.0,1345.0,0.0,42.0,318.0,1174.0,Washington,Washington-Arlington-Alexandria +24031701505,"Census Tract 7015.05, Montgomery County, Maryland",7273,4877.0,85799.0,397700.0,2621.0,1757.0,3418.0,0.0,516.0,0.0,27.0,200.0,1355.0,Washington,Washington-Arlington-Alexandria +24031701701,"Census Tract 7017.01, Montgomery County, Maryland",3487,2379.0,113698.0,642400.0,1668.0,2133.0,768.0,12.0,146.0,0.0,0.0,261.0,167.0,Washington,Washington-Arlington-Alexandria +24031702800,"Census Tract 7028, Montgomery County, Maryland",5209,3942.0,96372.0,557600.0,2952.0,2723.0,1186.0,52.0,277.0,19.0,57.0,49.0,846.0,Washington,Washington-Arlington-Alexandria +24031703202,"Census Tract 7032.02, Montgomery County, Maryland",5964,4364.0,121835.0,460100.0,2693.0,3916.0,398.0,44.0,643.0,0.0,0.0,114.0,871.0,Washington,Washington-Arlington-Alexandria +24031703301,"Census Tract 7033.01, Montgomery County, Maryland",5277,3596.0,94583.0,333100.0,1223.0,1510.0,459.0,0.0,801.0,0.0,0.0,91.0,2416.0,Washington,Washington-Arlington-Alexandria +24031700608,"Census Tract 7006.08, Montgomery County, Maryland",6040,4259.0,242438.0,1177000.0,3222.0,3004.0,312.0,0.0,1993.0,0.0,15.0,225.0,491.0,Washington,Washington-Arlington-Alexandria +24031700706,"Census Tract 7007.06, Montgomery County, Maryland",4482,2970.0,85091.0,387400.0,1678.0,1310.0,1094.0,0.0,1042.0,0.0,15.0,45.0,976.0,Washington,Washington-Arlington-Alexandria +24031701202,"Census Tract 7012.02, Montgomery County, Maryland",2797,1923.0,160833.0,654500.0,1546.0,2306.0,21.0,0.0,98.0,0.0,0.0,88.0,284.0,Washington,Washington-Arlington-Alexandria +24031701206,"Census Tract 7012.06, Montgomery County, Maryland",6417,4177.0,170000.0,675200.0,3314.0,4103.0,85.0,17.0,1350.0,0.0,0.0,22.0,857.0,Washington,Washington-Arlington-Alexandria +24031701212,"Census Tract 7012.12, Montgomery County, Maryland",2924,2045.0,150208.0,587200.0,1409.0,1845.0,140.0,0.0,602.0,0.0,0.0,79.0,258.0,Washington,Washington-Arlington-Alexandria +24031702000,"Census Tract 7020, Montgomery County, Maryland",5738,3369.0,54250.0,249600.0,534.0,465.0,883.0,49.0,537.0,0.0,0.0,69.0,3784.0,Washington,Washington-Arlington-Alexandria +24031701213,"Census Tract 7012.13, Montgomery County, Maryland",7148,5653.0,114035.0,471900.0,4536.0,4962.0,540.0,10.0,888.0,0.0,66.0,121.0,571.0,Washington,Washington-Arlington-Alexandria +24031701215,"Census Tract 7012.15, Montgomery County, Maryland",4915,3960.0,94559.0,343100.0,2867.0,3306.0,269.0,0.0,709.0,0.0,16.0,155.0,460.0,Washington,Washington-Arlington-Alexandria +24031701506,"Census Tract 7015.06, Montgomery County, Maryland",5224,3886.0,126705.0,462600.0,2370.0,2360.0,1526.0,6.0,508.0,0.0,32.0,167.0,631.0,Washington,Washington-Arlington-Alexandria +24031703000,"Census Tract 7030, Montgomery County, Maryland",1887,1312.0,133542.0,448400.0,818.0,1128.0,179.0,3.0,58.0,0.0,55.0,110.0,354.0,Washington,Washington-Arlington-Alexandria +24031703208,"Census Tract 7032.08, Montgomery County, Maryland",5572,3557.0,121477.0,449400.0,2391.0,3818.0,576.0,0.0,250.0,14.0,0.0,124.0,790.0,Washington,Washington-Arlington-Alexandria +24031703214,"Census Tract 7032.14, Montgomery County, Maryland",7910,4861.0,65353.0,423200.0,1600.0,812.0,2377.0,0.0,565.0,0.0,278.0,83.0,3795.0,Washington,Washington-Arlington-Alexandria +24031703501,"Census Tract 7035.01, Montgomery County, Maryland",6438,4539.0,63093.0,308900.0,969.0,1430.0,1767.0,0.0,256.0,0.0,260.0,103.0,2622.0,Washington,Washington-Arlington-Alexandria +24031703502,"Census Tract 7035.02, Montgomery County, Maryland",2828,2010.0,82964.0,439900.0,1224.0,1430.0,411.0,25.0,351.0,0.0,0.0,171.0,465.0,Washington,Washington-Arlington-Alexandria +24031703602,"Census Tract 7036.02, Montgomery County, Maryland",3257,2469.0,131384.0,510500.0,1393.0,1973.0,321.0,4.0,163.0,0.0,39.0,66.0,691.0,Washington,Washington-Arlington-Alexandria +24031704000,"Census Tract 7040, Montgomery County, Maryland",6577,4550.0,82829.0,394900.0,2641.0,2804.0,1406.0,0.0,728.0,0.0,0.0,166.0,1473.0,Washington,Washington-Arlington-Alexandria +24031704501,"Census Tract 7045.01, Montgomery County, Maryland",3622,2392.0,139643.0,661200.0,1866.0,2285.0,173.0,0.0,433.0,0.0,40.0,181.0,510.0,Washington,Washington-Arlington-Alexandria +24031704503,"Census Tract 7045.03, Montgomery County, Maryland",4148,2677.0,208220.0,803100.0,2161.0,3243.0,141.0,0.0,340.0,0.0,0.0,173.0,251.0,Washington,Washington-Arlington-Alexandria +24031704700,"Census Tract 7047, Montgomery County, Maryland",3752,2527.0,250001.0,1251600.0,2268.0,3226.0,17.0,0.0,219.0,0.0,12.0,68.0,210.0,Washington,Washington-Arlington-Alexandria +24031705902,"Census Tract 7059.02, Montgomery County, Maryland",4170,2965.0,218417.0,988700.0,2559.0,2826.0,77.0,2.0,707.0,0.0,59.0,196.0,303.0,Washington,Washington-Arlington-Alexandria +24031706007,"Census Tract 7060.07, Montgomery County, Maryland",7561,5278.0,237298.0,999500.0,4394.0,4613.0,436.0,0.0,2081.0,6.0,0.0,152.0,273.0,Washington,Washington-Arlington-Alexandria +24031706009,"Census Tract 7060.09, Montgomery County, Maryland",5357,3775.0,250001.0,1143000.0,3049.0,3749.0,202.0,0.0,781.0,0.0,0.0,34.0,591.0,Washington,Washington-Arlington-Alexandria +24031701408,"Census Tract 7014.08, Montgomery County, Maryland",6700,4514.0,120644.0,493800.0,2688.0,3013.0,1902.0,4.0,1080.0,0.0,0.0,263.0,438.0,Washington,Washington-Arlington-Alexandria +24031701007,"Census Tract 7010.07, Montgomery County, Maryland",3206,2371.0,107375.0,733900.0,1628.0,1651.0,581.0,10.0,756.0,0.0,0.0,140.0,68.0,Washington,Washington-Arlington-Alexandria +24031701006,"Census Tract 7010.06, Montgomery County, Maryland",5448,3841.0,149539.0,647900.0,2969.0,3379.0,106.0,0.0,1366.0,0.0,0.0,121.0,476.0,Washington,Washington-Arlington-Alexandria +24031701221,"Census Tract 7012.21, Montgomery County, Maryland",4411,3016.0,129313.0,1012500.0,2253.0,2089.0,421.0,40.0,1634.0,0.0,0.0,174.0,53.0,Washington,Washington-Arlington-Alexandria +24031700828,"Census Tract 7008.28, Montgomery County, Maryland",2221,1541.0,137396.0,608900.0,1185.0,1434.0,53.0,3.0,592.0,0.0,0.0,71.0,68.0,Washington,Washington-Arlington-Alexandria +24031700724,"Census Tract 7007.24, Montgomery County, Maryland",3635,2318.0,48901.0,327800.0,571.0,320.0,742.0,30.0,474.0,0.0,14.0,21.0,2064.0,Washington,Washington-Arlington-Alexandria +24031700723,"Census Tract 7007.23, Montgomery County, Maryland",3720,3191.0,55450.0,306300.0,1475.0,2015.0,576.0,10.0,338.0,0.0,11.0,72.0,698.0,Washington,Washington-Arlington-Alexandria +24031700832,"Census Tract 7008.32, Montgomery County, Maryland",3322,2128.0,71976.0,260900.0,705.0,834.0,674.0,0.0,339.0,0.0,0.0,152.0,1323.0,Washington,Washington-Arlington-Alexandria +24031700721,"Census Tract 7007.21, Montgomery County, Maryland",3292,2401.0,46310.0,120000.0,828.0,649.0,1014.0,0.0,369.0,0.0,0.0,57.0,1203.0,Washington,Washington-Arlington-Alexandria +24031701219,"Census Tract 7012.19, Montgomery County, Maryland",4323,2555.0,56006.0,-666666666.0,1606.0,1013.0,636.0,10.0,1001.0,0.0,22.0,276.0,1365.0,Washington,Washington-Arlington-Alexandria +24031701508,"Census Tract 7015.08, Montgomery County, Maryland",4067,2649.0,57885.0,239300.0,1005.0,335.0,2779.0,0.0,408.0,0.0,0.0,117.0,428.0,Washington,Washington-Arlington-Alexandria +24031701420,"Census Tract 7014.20, Montgomery County, Maryland",6849,5631.0,74621.0,336700.0,3030.0,3194.0,1834.0,0.0,983.0,0.0,0.0,97.0,741.0,Washington,Washington-Arlington-Alexandria +24031701423,"Census Tract 7014.23, Montgomery County, Maryland",4691,3031.0,67478.0,275700.0,1218.0,559.0,3108.0,100.0,414.0,0.0,0.0,82.0,428.0,Washington,Washington-Arlington-Alexandria +24031701602,"Census Tract 7016.02, Montgomery County, Maryland",7299,4269.0,71563.0,353800.0,886.0,634.0,1704.0,17.0,976.0,0.0,12.0,91.0,3882.0,Washington,Washington-Arlington-Alexandria +24031701601,"Census Tract 7016.01, Montgomery County, Maryland",2622,1585.0,60938.0,350000.0,396.0,96.0,979.0,0.0,251.0,0.0,0.0,67.0,1229.0,Washington,Washington-Arlington-Alexandria +24031701218,"Census Tract 7012.18, Montgomery County, Maryland",2995,2521.0,77188.0,386500.0,1610.0,1559.0,272.0,0.0,545.0,0.0,8.0,172.0,439.0,Washington,Washington-Arlington-Alexandria +24033803521,"Census Tract 8035.21, Prince George's County, Maryland",5965,4251.0,124125.0,403900.0,2351.0,451.0,4942.0,36.0,178.0,0.0,58.0,192.0,108.0,Washington,Washington-Arlington-Alexandria +24033803523,"Census Tract 8035.23, Prince George's County, Maryland",4038,2866.0,128594.0,370700.0,1325.0,74.0,3718.0,0.0,73.0,0.0,0.0,50.0,123.0,Washington,Washington-Arlington-Alexandria +24033800517,"Census Tract 8005.17, Prince George's County, Maryland",6030,4103.0,141957.0,395600.0,2377.0,648.0,4879.0,63.0,151.0,0.0,57.0,144.0,88.0,Washington,Washington-Arlington-Alexandria +24033803520,"Census Tract 8035.20, Prince George's County, Maryland",4424,3062.0,119479.0,354200.0,1263.0,213.0,3578.0,0.0,40.0,0.0,0.0,137.0,456.0,Washington,Washington-Arlington-Alexandria +24033803527,"Census Tract 8035.27, Prince George's County, Maryland",3343,2432.0,86389.0,238700.0,953.0,95.0,3074.0,0.0,43.0,0.0,0.0,62.0,69.0,Washington,Washington-Arlington-Alexandria +24033801214,"Census Tract 8012.14, Prince George's County, Maryland",4458,3088.0,71940.0,211900.0,615.0,795.0,2964.0,0.0,20.0,0.0,0.0,27.0,652.0,Washington,Washington-Arlington-Alexandria +24033800707,"Census Tract 8007.07, Prince George's County, Maryland",3074,2270.0,86080.0,271500.0,979.0,298.0,2497.0,0.0,39.0,0.0,0.0,81.0,159.0,Washington,Washington-Arlington-Alexandria +24033800705,"Census Tract 8007.05, Prince George's County, Maryland",4335,3110.0,130066.0,305300.0,1290.0,463.0,3376.0,29.0,75.0,0.0,98.0,148.0,146.0,Washington,Washington-Arlington-Alexandria +24033801004,"Census Tract 8010.04, Prince George's County, Maryland",4965,3442.0,129231.0,364400.0,1209.0,970.0,3514.0,53.0,118.0,0.0,16.0,158.0,136.0,Washington,Washington-Arlington-Alexandria +24033800706,"Census Tract 8007.06, Prince George's County, Maryland",3905,2703.0,135568.0,395900.0,1267.0,426.0,2942.0,0.0,29.0,0.0,84.0,359.0,65.0,Washington,Washington-Arlington-Alexandria +24033801006,"Census Tract 8010.06, Prince George's County, Maryland",3629,2587.0,107656.0,286500.0,864.0,312.0,3133.0,0.0,38.0,0.0,0.0,57.0,89.0,Washington,Washington-Arlington-Alexandria +24033801311,"Census Tract 8013.11, Prince George's County, Maryland",6971,4759.0,115492.0,344500.0,1473.0,504.0,5401.0,0.0,285.0,0.0,205.0,199.0,377.0,Washington,Washington-Arlington-Alexandria +24033806501,"Census Tract 8065.01, Prince George's County, Maryland",5584,3280.0,58929.0,234000.0,668.0,719.0,1013.0,228.0,115.0,0.0,9.0,31.0,3658.0,Washington,Washington-Arlington-Alexandria +24033806710,"Census Tract 8067.10, Prince George's County, Maryland",5286,3518.0,78987.0,255000.0,1650.0,781.0,3497.0,0.0,657.0,0.0,0.0,138.0,213.0,Washington,Washington-Arlington-Alexandria +24033806712,"Census Tract 8067.12, Prince George's County, Maryland",3363,2331.0,87830.0,132600.0,912.0,155.0,2483.0,0.0,298.0,0.0,66.0,106.0,255.0,Washington,Washington-Arlington-Alexandria +24033807000,"Census Tract 8070, Prince George's County, Maryland",6923,3961.0,37970.0,270900.0,1698.0,3108.0,1443.0,0.0,1290.0,0.0,21.0,249.0,812.0,Washington,Washington-Arlington-Alexandria +24033800507,"Census Tract 8005.07, Prince George's County, Maryland",3231,2429.0,104792.0,452300.0,1044.0,600.0,2105.0,0.0,281.0,0.0,9.0,119.0,117.0,Washington,Washington-Arlington-Alexandria +24033803605,"Census Tract 8036.05, Prince George's County, Maryland",7081,4779.0,79110.0,263200.0,1102.0,784.0,3084.0,48.0,268.0,0.0,26.0,295.0,2586.0,Washington,Washington-Arlington-Alexandria +24033802203,"Census Tract 8022.03, Prince George's County, Maryland",4518,3129.0,61648.0,202000.0,368.0,147.0,4066.0,0.0,30.0,0.0,0.0,53.0,222.0,Washington,Washington-Arlington-Alexandria +24033802700,"Census Tract 8027, Prince George's County, Maryland",3170,2059.0,58403.0,207600.0,206.0,91.0,2512.0,0.0,0.0,0.0,0.0,21.0,546.0,Washington,Washington-Arlington-Alexandria +24033803001,"Census Tract 8030.01, Prince George's County, Maryland",2950,2242.0,67000.0,209800.0,309.0,27.0,2390.0,0.0,76.0,0.0,0.0,99.0,358.0,Washington,Washington-Arlington-Alexandria +24033803801,"Census Tract 8038.01, Prince George's County, Maryland",2482,1650.0,76500.0,222100.0,220.0,110.0,1091.0,0.0,40.0,0.0,0.0,19.0,1222.0,Washington,Washington-Arlington-Alexandria +24033804101,"Census Tract 8041.01, Prince George's County, Maryland",3500,2344.0,70938.0,297700.0,695.0,643.0,2168.0,7.0,73.0,0.0,0.0,55.0,554.0,Washington,Washington-Arlington-Alexandria +24033804102,"Census Tract 8041.02, Prince George's County, Maryland",5916,3854.0,67773.0,223700.0,760.0,286.0,4093.0,9.0,90.0,9.0,0.0,114.0,1315.0,Washington,Washington-Arlington-Alexandria +24033804400,"Census Tract 8044, Prince George's County, Maryland",2782,1837.0,59911.0,208300.0,305.0,312.0,915.0,39.0,161.0,0.0,0.0,46.0,1313.0,Washington,Washington-Arlington-Alexandria +24033805000,"Census Tract 8050, Prince George's County, Maryland",5583,3639.0,53778.0,244500.0,644.0,314.0,3027.0,126.0,22.0,0.0,0.0,0.0,2220.0,Washington,Washington-Arlington-Alexandria +24033806100,"Census Tract 8061, Prince George's County, Maryland",4229,2936.0,76922.0,300700.0,1005.0,1231.0,1216.0,0.0,146.0,0.0,0.0,87.0,1549.0,Washington,Washington-Arlington-Alexandria +24033806900,"Census Tract 8069, Prince George's County, Maryland",5559,3770.0,88194.0,253100.0,1269.0,1960.0,999.0,0.0,490.0,0.0,25.0,208.0,1877.0,Washington,Washington-Arlington-Alexandria +24033807102,"Census Tract 8071.02, Prince George's County, Maryland",2484,1806.0,99881.0,355400.0,1038.0,1456.0,369.0,44.0,155.0,0.0,11.0,0.0,493.0,Washington,Washington-Arlington-Alexandria +24033807407,"Census Tract 8074.07, Prince George's County, Maryland",6066,4476.0,77417.0,361700.0,2509.0,1282.0,2609.0,0.0,871.0,0.0,73.0,60.0,1171.0,Washington,Washington-Arlington-Alexandria +24033800408,"Census Tract 8004.08, Prince George's County, Maryland",7150,4878.0,141750.0,390500.0,2250.0,826.0,4832.0,0.0,366.0,0.0,67.0,258.0,801.0,Washington,Washington-Arlington-Alexandria +24033800403,"Census Tract 8004.03, Prince George's County, Maryland",3819,2666.0,109545.0,327900.0,1149.0,1808.0,1455.0,0.0,188.0,0.0,0.0,75.0,293.0,Washington,Washington-Arlington-Alexandria +24033800606,"Census Tract 8006.06, Prince George's County, Maryland",5445,3511.0,92442.0,217000.0,1208.0,330.0,4858.0,0.0,0.0,0.0,100.0,126.0,31.0,Washington,Washington-Arlington-Alexandria +24033801407,"Census Tract 8014.07, Prince George's County, Maryland",6785,4798.0,86813.0,248600.0,1257.0,647.0,5179.0,0.0,30.0,0.0,50.0,191.0,688.0,Washington,Washington-Arlington-Alexandria +24033802405,"Census Tract 8024.05, Prince George's County, Maryland",3816,2469.0,61865.0,211500.0,440.0,90.0,3544.0,0.0,0.0,0.0,27.0,34.0,121.0,Washington,Washington-Arlington-Alexandria +24033802600,"Census Tract 8026, Prince George's County, Maryland",3554,2443.0,57284.0,201500.0,242.0,101.0,3063.0,0.0,8.0,0.0,0.0,46.0,336.0,Washington,Washington-Arlington-Alexandria +24033803402,"Census Tract 8034.02, Prince George's County, Maryland",4691,2844.0,43657.0,124600.0,399.0,75.0,4196.0,0.0,9.0,0.0,11.0,115.0,285.0,Washington,Washington-Arlington-Alexandria +24033803612,"Census Tract 8036.12, Prince George's County, Maryland",3309,1978.0,60299.0,168800.0,297.0,296.0,1829.0,0.0,38.0,0.0,18.0,46.0,1082.0,Washington,Washington-Arlington-Alexandria +24033800106,"Census Tract 8001.06, Prince George's County, Maryland",2856,1943.0,90855.0,263400.0,1077.0,608.0,1547.0,0.0,287.0,0.0,0.0,157.0,257.0,Washington,Washington-Arlington-Alexandria +24033803512,"Census Tract 8035.12, Prince George's County, Maryland",6987,4992.0,94191.0,294400.0,1702.0,406.0,5755.0,0.0,245.0,0.0,129.0,108.0,344.0,Washington,Washington-Arlington-Alexandria +24033803602,"Census Tract 8036.02, Prince George's County, Maryland",2543,1617.0,61538.0,261800.0,409.0,42.0,2163.0,15.0,21.0,0.0,0.0,6.0,296.0,Washington,Washington-Arlington-Alexandria +24033803610,"Census Tract 8036.10, Prince George's County, Maryland",3673,2310.0,67167.0,263400.0,514.0,238.0,2118.0,0.0,66.0,0.0,0.0,100.0,1151.0,Washington,Washington-Arlington-Alexandria +24033803700,"Census Tract 8037, Prince George's County, Maryland",2776,1654.0,70446.0,210700.0,224.0,300.0,984.0,13.0,27.0,0.0,0.0,129.0,1336.0,Washington,Washington-Arlington-Alexandria +24033804001,"Census Tract 8040.01, Prince George's County, Maryland",4917,3023.0,35853.0,124300.0,390.0,109.0,3801.0,0.0,45.0,0.0,0.0,37.0,925.0,Washington,Washington-Arlington-Alexandria +24033805500,"Census Tract 8055, Prince George's County, Maryland",3897,2539.0,49917.0,228700.0,405.0,209.0,763.0,54.0,130.0,0.0,0.0,54.0,2741.0,Washington,Washington-Arlington-Alexandria +24033805602,"Census Tract 8056.02, Prince George's County, Maryland",5561,3505.0,72574.0,197300.0,122.0,97.0,376.0,0.0,0.0,0.0,0.0,97.0,4991.0,Washington,Washington-Arlington-Alexandria +24033806602,"Census Tract 8066.02, Prince George's County, Maryland",5678,3565.0,70806.0,254100.0,904.0,721.0,2012.0,58.0,426.0,0.0,9.0,324.0,2186.0,Washington,Washington-Arlington-Alexandria +24033806706,"Census Tract 8067.06, Prince George's County, Maryland",3402,2627.0,65043.0,232100.0,1132.0,748.0,1551.0,0.0,395.0,0.0,41.0,0.0,667.0,Washington,Washington-Arlington-Alexandria +24033806708,"Census Tract 8067.08, Prince George's County, Maryland",4266,3175.0,69481.0,196400.0,1834.0,2341.0,1225.0,0.0,349.0,0.0,0.0,49.0,302.0,Washington,Washington-Arlington-Alexandria +24033806711,"Census Tract 8067.11, Prince George's County, Maryland",5131,3488.0,63358.0,172400.0,1020.0,473.0,3806.0,57.0,270.0,0.0,0.0,72.0,453.0,Washington,Washington-Arlington-Alexandria +24033807200,"Census Tract 8072, Prince George's County, Maryland",13922,572.0,32045.0,332200.0,358.0,8618.0,1961.0,13.0,2253.0,25.0,49.0,420.0,583.0,Washington,Washington-Arlington-Alexandria +24033806400,"Census Tract 8064, Prince George's County, Maryland",3515,2458.0,130893.0,478900.0,1866.0,2099.0,362.0,0.0,487.0,0.0,11.0,138.0,418.0,Washington,Washington-Arlington-Alexandria +24033805601,"Census Tract 8056.01, Prince George's County, Maryland",6620,3842.0,50271.0,334100.0,104.0,20.0,392.0,70.0,13.0,0.0,26.0,18.0,6118.0,Washington,Washington-Arlington-Alexandria +24033805700,"Census Tract 8057, Prince George's County, Maryland",6021,4079.0,58421.0,230600.0,561.0,265.0,694.0,5.0,213.0,0.0,42.0,5.0,4802.0,Washington,Washington-Arlington-Alexandria +24033805801,"Census Tract 8058.01, Prince George's County, Maryland",4737,3168.0,103194.0,240000.0,626.0,239.0,1545.0,54.0,212.0,0.0,0.0,18.0,2681.0,Washington,Washington-Arlington-Alexandria +24033806800,"Census Tract 8068, Prince George's County, Maryland",4246,3073.0,100129.0,298100.0,1146.0,1856.0,611.0,13.0,364.0,0.0,0.0,98.0,1304.0,Washington,Washington-Arlington-Alexandria +24033801209,"Census Tract 8012.09, Prince George's County, Maryland",4965,3267.0,102168.0,259000.0,920.0,304.0,4130.0,66.0,69.0,0.0,0.0,21.0,375.0,Washington,Washington-Arlington-Alexandria +24033801313,"Census Tract 8013.13, Prince George's County, Maryland",3412,2598.0,102159.0,284600.0,961.0,289.0,2531.0,0.0,153.0,0.0,0.0,0.0,439.0,Washington,Washington-Arlington-Alexandria +24033801211,"Census Tract 8012.11, Prince George's County, Maryland",3103,2093.0,99464.0,267000.0,630.0,393.0,2482.0,114.0,31.0,0.0,0.0,35.0,138.0,Washington,Washington-Arlington-Alexandria +24033801215,"Census Tract 8012.15, Prince George's County, Maryland",2724,1843.0,104779.0,348800.0,615.0,158.0,2244.0,0.0,47.0,0.0,0.0,19.0,256.0,Washington,Washington-Arlington-Alexandria +24033801005,"Census Tract 8010.05, Prince George's County, Maryland",4175,3078.0,126285.0,284100.0,1053.0,669.0,3192.0,0.0,115.0,0.0,13.0,70.0,116.0,Washington,Washington-Arlington-Alexandria +24033801217,"Census Tract 8012.17, Prince George's County, Maryland",3860,2884.0,124609.0,286700.0,883.0,316.0,2992.0,0.0,190.0,18.0,0.0,63.0,281.0,Washington,Washington-Arlington-Alexandria +24033807404,"Census Tract 8074.04, Prince George's County, Maryland",5723,3926.0,84792.0,263600.0,1268.0,1803.0,1192.0,0.0,444.0,0.0,50.0,144.0,2090.0,Washington,Washington-Arlington-Alexandria +24033807405,"Census Tract 8074.05, Prince George's County, Maryland",5372,4248.0,96122.0,322200.0,2037.0,2278.0,912.0,0.0,837.0,41.0,0.0,137.0,1167.0,Washington,Washington-Arlington-Alexandria +24033800401,"Census Tract 8004.01, Prince George's County, Maryland",2422,1807.0,110625.0,310300.0,778.0,1278.0,596.0,0.0,192.0,0.0,0.0,88.0,268.0,Washington,Washington-Arlington-Alexandria +24033800505,"Census Tract 8005.05, Prince George's County, Maryland",2454,1770.0,111211.0,296200.0,823.0,1451.0,509.0,0.0,110.0,0.0,4.0,63.0,317.0,Washington,Washington-Arlington-Alexandria +24033800604,"Census Tract 8006.04, Prince George's County, Maryland",1936,1251.0,85990.0,284300.0,415.0,53.0,1818.0,0.0,3.0,0.0,8.0,9.0,45.0,Washington,Washington-Arlington-Alexandria +24033800701,"Census Tract 8007.01, Prince George's County, Maryland",6090,4067.0,130306.0,391000.0,1708.0,450.0,5150.0,19.0,79.0,0.0,0.0,129.0,263.0,Washington,Washington-Arlington-Alexandria +24033801104,"Census Tract 8011.04, Prince George's County, Maryland",2962,1435.0,72862.0,-666666666.0,547.0,1681.0,562.0,0.0,79.0,0.0,0.0,192.0,448.0,Washington,Washington-Arlington-Alexandria +24033801305,"Census Tract 8013.05, Prince George's County, Maryland",6357,4584.0,122091.0,325000.0,1278.0,355.0,4417.0,0.0,252.0,0.0,0.0,251.0,1082.0,Washington,Washington-Arlington-Alexandria +24033801805,"Census Tract 8018.05, Prince George's County, Maryland",2423,1864.0,54871.0,193300.0,323.0,124.0,2112.0,0.0,9.0,0.0,0.0,118.0,60.0,Washington,Washington-Arlington-Alexandria +24033803401,"Census Tract 8034.01, Prince George's County, Maryland",1233,841.0,50481.0,136500.0,66.0,0.0,857.0,46.0,7.0,0.0,0.0,0.0,369.0,Washington,Washington-Arlington-Alexandria +24033801904,"Census Tract 8019.04, Prince George's County, Maryland",2942,2120.0,49643.0,265000.0,471.0,360.0,2241.0,42.0,0.0,0.0,0.0,106.0,193.0,Washington,Washington-Arlington-Alexandria +24033802201,"Census Tract 8022.01, Prince George's County, Maryland",2012,1450.0,70000.0,178400.0,261.0,134.0,1564.0,0.0,44.0,0.0,0.0,98.0,172.0,Washington,Washington-Arlington-Alexandria +24033802804,"Census Tract 8028.04, Prince George's County, Maryland",5351,3789.0,62308.0,220100.0,951.0,38.0,4998.0,0.0,19.0,0.0,0.0,164.0,132.0,Washington,Washington-Arlington-Alexandria +24033801208,"Census Tract 8012.08, Prince George's County, Maryland",4359,3119.0,115313.0,292200.0,1240.0,188.0,3894.0,24.0,157.0,0.0,0.0,42.0,54.0,Washington,Washington-Arlington-Alexandria +24033801216,"Census Tract 8012.16, Prince George's County, Maryland",3815,2745.0,107979.0,255600.0,806.0,368.0,3104.0,0.0,81.0,0.0,0.0,0.0,262.0,Washington,Washington-Arlington-Alexandria +24033801411,"Census Tract 8014.11, Prince George's County, Maryland",3426,2270.0,91673.0,283100.0,823.0,208.0,1762.0,0.0,431.0,17.0,26.0,115.0,867.0,Washington,Washington-Arlington-Alexandria +24033801210,"Census Tract 8012.10, Prince George's County, Maryland",4189,2933.0,100417.0,264400.0,815.0,155.0,3556.0,0.0,61.0,0.0,0.0,76.0,341.0,Washington,Washington-Arlington-Alexandria +24033801213,"Census Tract 8012.13, Prince George's County, Maryland",3806,2626.0,109196.0,265500.0,820.0,115.0,3099.0,18.0,88.0,0.0,0.0,25.0,461.0,Washington,Washington-Arlington-Alexandria +24033801409,"Census Tract 8014.09, Prince George's County, Maryland",3104,2159.0,75568.0,233800.0,439.0,160.0,1905.0,0.0,61.0,0.0,18.0,14.0,946.0,Washington,Washington-Arlington-Alexandria +24033801410,"Census Tract 8014.10, Prince George's County, Maryland",3206,2642.0,102153.0,320700.0,917.0,338.0,2132.0,0.0,469.0,0.0,14.0,11.0,242.0,Washington,Washington-Arlington-Alexandria +24033801908,"Census Tract 8019.08, Prince George's County, Maryland",3305,1886.0,61080.0,169100.0,423.0,77.0,3080.0,15.0,53.0,0.0,0.0,0.0,80.0,Washington,Washington-Arlington-Alexandria +24033801907,"Census Tract 8019.07, Prince George's County, Maryland",2723,2159.0,54564.0,187400.0,486.0,147.0,2421.0,0.0,93.0,0.0,0.0,0.0,62.0,Washington,Washington-Arlington-Alexandria +24033802408,"Census Tract 8024.08, Prince George's County, Maryland",1681,1220.0,51958.0,202700.0,250.0,69.0,1508.0,0.0,35.0,0.0,0.0,34.0,35.0,Washington,Washington-Arlington-Alexandria +24033802107,"Census Tract 8021.07, Prince George's County, Maryland",3665,2359.0,55779.0,179000.0,392.0,69.0,3488.0,22.0,53.0,0.0,0.0,8.0,25.0,Washington,Washington-Arlington-Alexandria +24033803522,"Census Tract 8035.22, Prince George's County, Maryland",3628,2620.0,100317.0,269200.0,1184.0,215.0,3157.0,0.0,46.0,0.0,0.0,97.0,113.0,Washington,Washington-Arlington-Alexandria +24033800109,"Census Tract 8001.09, Prince George's County, Maryland",3597,2308.0,63229.0,220000.0,422.0,885.0,1276.0,50.0,30.0,0.0,15.0,65.0,1276.0,Washington,Washington-Arlington-Alexandria +24033800413,"Census Tract 8004.13, Prince George's County, Maryland",4157,2633.0,72901.0,249200.0,903.0,133.0,3696.0,0.0,161.0,0.0,0.0,39.0,128.0,Washington,Washington-Arlington-Alexandria +24033800412,"Census Tract 8004.12, Prince George's County, Maryland",3618,2312.0,75933.0,314500.0,711.0,325.0,2166.0,29.0,225.0,0.0,182.0,60.0,631.0,Washington,Washington-Arlington-Alexandria +24033800514,"Census Tract 8005.14, Prince George's County, Maryland",5945,4036.0,157000.0,453700.0,2745.0,537.0,4498.0,0.0,571.0,0.0,0.0,193.0,146.0,Washington,Washington-Arlington-Alexandria +24033800518,"Census Tract 8005.18, Prince George's County, Maryland",3689,2527.0,172061.0,568600.0,1586.0,495.0,2767.0,0.0,8.0,0.0,0.0,211.0,208.0,Washington,Washington-Arlington-Alexandria +24033800608,"Census Tract 8006.08, Prince George's County, Maryland",5086,3273.0,150375.0,448600.0,1822.0,253.0,4593.0,0.0,49.0,0.0,5.0,129.0,57.0,Washington,Washington-Arlington-Alexandria +24033805908,"Census Tract 8059.08, Prince George's County, Maryland",2198,1513.0,56469.0,91300.0,469.0,140.0,1098.0,0.0,111.0,0.0,0.0,63.0,786.0,Washington,Washington-Arlington-Alexandria +24033800519,"Census Tract 8005.19, Prince George's County, Maryland",4005,2865.0,104931.0,355400.0,1182.0,763.0,2320.0,0.0,369.0,0.0,56.0,153.0,344.0,Washington,Washington-Arlington-Alexandria +24033800520,"Census Tract 8005.20, Prince George's County, Maryland",1913,1392.0,88375.0,259800.0,772.0,59.0,1653.0,0.0,67.0,0.0,0.0,51.0,83.0,Washington,Washington-Arlington-Alexandria +24033800516,"Census Tract 8005.16, Prince George's County, Maryland",4017,2719.0,88141.0,250800.0,1246.0,815.0,2682.0,0.0,170.0,0.0,0.0,90.0,260.0,Washington,Washington-Arlington-Alexandria +24033800607,"Census Tract 8006.07, Prince George's County, Maryland",5945,4217.0,129837.0,345300.0,1698.0,269.0,4915.0,0.0,140.0,0.0,49.0,186.0,386.0,Washington,Washington-Arlington-Alexandria +24033800515,"Census Tract 8005.15, Prince George's County, Maryland",4325,3086.0,95682.0,238600.0,1379.0,1263.0,2433.0,0.0,201.0,0.0,0.0,78.0,350.0,Washington,Washington-Arlington-Alexandria +24033800213,"Census Tract 8002.13, Prince George's County, Maryland",4892,3500.0,83281.0,222000.0,1522.0,802.0,2215.0,0.0,641.0,0.0,0.0,186.0,1048.0,Washington,Washington-Arlington-Alexandria +24033803525,"Census Tract 8035.25, Prince George's County, Maryland",2001,1431.0,60635.0,171700.0,357.0,13.0,1844.0,11.0,18.0,0.0,0.0,39.0,76.0,Washington,Washington-Arlington-Alexandria +24033803524,"Census Tract 8035.24, Prince George's County, Maryland",4213,2469.0,72218.0,216500.0,712.0,70.0,3803.0,0.0,0.0,0.0,0.0,111.0,229.0,Washington,Washington-Arlington-Alexandria +24033806713,"Census Tract 8067.13, Prince George's County, Maryland",4156,2057.0,62524.0,417200.0,676.0,103.0,2850.0,0.0,243.0,0.0,0.0,80.0,880.0,Washington,Washington-Arlington-Alexandria +24033804802,"Census Tract 8048.02, Prince George's County, Maryland",3077,1991.0,53082.0,-666666666.0,207.0,29.0,1357.0,0.0,83.0,0.0,0.0,50.0,1558.0,Washington,Washington-Arlington-Alexandria +24033805907,"Census Tract 8059.07, Prince George's County, Maryland",4068,2899.0,60985.0,69500.0,680.0,155.0,2071.0,27.0,141.0,0.0,52.0,69.0,1580.0,Washington,Washington-Arlington-Alexandria +24033805909,"Census Tract 8059.09, Prince George's County, Maryland",4913,3263.0,64441.0,369700.0,1313.0,618.0,2395.0,15.0,520.0,0.0,0.0,98.0,1282.0,Washington,Washington-Arlington-Alexandria +24033800215,"Census Tract 8002.15, Prince George's County, Maryland",2588,1714.0,74613.0,283900.0,726.0,311.0,1768.0,0.0,203.0,0.0,6.0,80.0,220.0,Washington,Washington-Arlington-Alexandria +24033800410,"Census Tract 8004.10, Prince George's County, Maryland",7011,3990.0,126922.0,370900.0,1925.0,1800.0,4238.0,0.0,294.0,0.0,22.0,251.0,406.0,Washington,Washington-Arlington-Alexandria +24033800411,"Census Tract 8004.11, Prince George's County, Maryland",3892,2798.0,110139.0,440600.0,1529.0,859.0,2147.0,0.0,483.0,18.0,0.0,53.0,332.0,Washington,Washington-Arlington-Alexandria +24033806714,"Census Tract 8067.14, Prince George's County, Maryland",4024,2508.0,61169.0,-666666666.0,551.0,255.0,1694.0,0.0,96.0,0.0,46.0,131.0,1802.0,Washington,Washington-Arlington-Alexandria +24033807409,"Census Tract 8074.09, Prince George's County, Maryland",4340,2830.0,73125.0,290600.0,867.0,446.0,1493.0,0.0,507.0,0.0,114.0,48.0,1732.0,Washington,Washington-Arlington-Alexandria +24033807410,"Census Tract 8074.10, Prince George's County, Maryland",4317,2718.0,64444.0,167400.0,858.0,321.0,2444.0,11.0,276.0,26.0,20.0,155.0,1064.0,Washington,Washington-Arlington-Alexandria +24033800212,"Census Tract 8002.12, Prince George's County, Maryland",4617,3388.0,88194.0,369800.0,1744.0,905.0,2319.0,0.0,1030.0,0.0,0.0,61.0,302.0,Washington,Washington-Arlington-Alexandria +24033800214,"Census Tract 8002.14, Prince George's County, Maryland",2453,1818.0,62796.0,201300.0,553.0,570.0,1401.0,0.0,73.0,0.0,0.0,0.0,409.0,Washington,Washington-Arlington-Alexandria +24033800513,"Census Tract 8005.13, Prince George's County, Maryland",5530,3848.0,111480.0,325700.0,2108.0,2078.0,2266.0,0.0,377.0,0.0,20.0,363.0,426.0,Washington,Washington-Arlington-Alexandria +24033801310,"Census Tract 8013.10, Prince George's County, Maryland",6345,4391.0,114087.0,366200.0,1721.0,872.0,4888.0,0.0,444.0,0.0,0.0,89.0,52.0,Washington,Washington-Arlington-Alexandria +24033800704,"Census Tract 8007.04, Prince George's County, Maryland",5066,3313.0,89188.0,240100.0,1470.0,400.0,4310.0,8.0,180.0,0.0,0.0,73.0,95.0,Washington,Washington-Arlington-Alexandria +24033802106,"Census Tract 8021.06, Prince George's County, Maryland",3856,2389.0,47768.0,237500.0,355.0,0.0,3516.0,0.0,23.0,0.0,0.0,33.0,284.0,Washington,Washington-Arlington-Alexandria +24033800409,"Census Tract 8004.09, Prince George's County, Maryland",6125,4354.0,137339.0,369400.0,2592.0,1612.0,3028.0,0.0,630.0,0.0,0.0,337.0,518.0,Washington,Washington-Arlington-Alexandria +24033800211,"Census Tract 8002.11, Prince George's County, Maryland",3207,2153.0,49719.0,303400.0,744.0,540.0,1925.0,0.0,275.0,0.0,0.0,125.0,342.0,Washington,Washington-Arlington-Alexandria +24033803608,"Census Tract 8036.08, Prince George's County, Maryland",6197,3804.0,74036.0,259800.0,1072.0,474.0,3561.0,0.0,224.0,0.0,7.0,87.0,1844.0,Washington,Washington-Arlington-Alexandria +24033803613,"Census Tract 8036.13, Prince George's County, Maryland",5644,3501.0,57645.0,110800.0,703.0,206.0,4166.0,16.0,89.0,0.0,0.0,109.0,1074.0,Washington,Washington-Arlington-Alexandria +24033800605,"Census Tract 8006.05, Prince George's County, Maryland",5260,3377.0,104313.0,281700.0,1030.0,535.0,4387.0,8.0,23.0,0.0,12.0,115.0,180.0,Washington,Washington-Arlington-Alexandria +24033801309,"Census Tract 8013.09, Prince George's County, Maryland",3425,2612.0,139702.0,374800.0,1329.0,700.0,2299.0,1.0,197.0,0.0,24.0,108.0,96.0,Washington,Washington-Arlington-Alexandria +24033801405,"Census Tract 8014.05, Prince George's County, Maryland",4691,3307.0,67359.0,218200.0,803.0,417.0,2355.0,0.0,519.0,0.0,0.0,50.0,1350.0,Washington,Washington-Arlington-Alexandria +24033801406,"Census Tract 8014.06, Prince George's County, Maryland",2666,1953.0,80357.0,213200.0,595.0,89.0,2367.0,0.0,102.0,0.0,6.0,29.0,73.0,Washington,Washington-Arlington-Alexandria +24033802002,"Census Tract 8020.02, Prince George's County, Maryland",4024,2638.0,74125.0,205900.0,557.0,57.0,3652.0,0.0,0.0,0.0,0.0,24.0,291.0,Washington,Washington-Arlington-Alexandria +24033802406,"Census Tract 8024.06, Prince George's County, Maryland",2214,1523.0,54963.0,220700.0,222.0,85.0,1981.0,0.0,15.0,0.0,0.0,27.0,106.0,Washington,Washington-Arlington-Alexandria +24033803606,"Census Tract 8036.06, Prince George's County, Maryland",5363,3487.0,72806.0,274200.0,866.0,636.0,2898.0,8.0,330.0,0.0,0.0,92.0,1399.0,Washington,Washington-Arlington-Alexandria +24033803900,"Census Tract 8039, Prince George's County, Maryland",3831,2411.0,67083.0,224800.0,221.0,171.0,892.0,8.0,40.0,0.0,0.0,23.0,2705.0,Washington,Washington-Arlington-Alexandria +24033804002,"Census Tract 8040.02, Prince George's County, Maryland",4300,2573.0,62215.0,214000.0,303.0,294.0,1222.0,0.0,89.0,0.0,0.0,0.0,2695.0,Washington,Washington-Arlington-Alexandria +24033805904,"Census Tract 8059.04, Prince George's County, Maryland",3310,2351.0,74107.0,283400.0,698.0,645.0,907.0,0.0,206.0,0.0,12.0,12.0,1528.0,Washington,Washington-Arlington-Alexandria +24033806200,"Census Tract 8062, Prince George's County, Maryland",3931,2788.0,74821.0,311900.0,1330.0,1564.0,1340.0,11.0,92.0,0.0,0.0,217.0,718.0,Washington,Washington-Arlington-Alexandria +24033806300,"Census Tract 8063, Prince George's County, Maryland",2513,1648.0,78258.0,282800.0,614.0,510.0,664.0,64.0,39.0,0.0,49.0,33.0,1154.0,Washington,Washington-Arlington-Alexandria +24033800103,"Census Tract 8001.03, Prince George's County, Maryland",2288,1613.0,54056.0,275600.0,500.0,723.0,862.0,6.0,164.0,0.0,0.0,98.0,435.0,Washington,Washington-Arlington-Alexandria +24033807408,"Census Tract 8074.08, Prince George's County, Maryland",5955,4449.0,86833.0,269500.0,2533.0,2333.0,2033.0,65.0,1140.0,0.0,20.0,161.0,203.0,Washington,Washington-Arlington-Alexandria +24033800105,"Census Tract 8001.05, Prince George's County, Maryland",3886,2594.0,84022.0,225000.0,1205.0,973.0,1972.0,0.0,233.0,0.0,0.0,86.0,622.0,Washington,Washington-Arlington-Alexandria +24033800206,"Census Tract 8002.06, Prince George's County, Maryland",4095,2769.0,77500.0,313000.0,1129.0,734.0,2604.0,0.0,219.0,0.0,7.0,94.0,437.0,Washington,Washington-Arlington-Alexandria +24033800210,"Census Tract 8002.10, Prince George's County, Maryland",2665,1884.0,59681.0,365000.0,700.0,278.0,1875.0,0.0,251.0,0.0,9.0,11.0,241.0,Washington,Washington-Arlington-Alexandria +24033800504,"Census Tract 8005.04, Prince George's County, Maryland",4836,3497.0,115139.0,303700.0,1845.0,2663.0,1187.0,0.0,330.0,0.0,8.0,94.0,554.0,Washington,Washington-Arlington-Alexandria +24033805202,"Census Tract 8052.02, Prince George's County, Maryland",3840,2672.0,55824.0,257000.0,638.0,94.0,2768.0,0.0,38.0,0.0,0.0,7.0,933.0,Washington,Washington-Arlington-Alexandria +24033802301,"Census Tract 8023.01, Prince George's County, Maryland",3936,2855.0,69152.0,198600.0,414.0,77.0,3231.0,0.0,36.0,5.0,0.0,123.0,464.0,Washington,Washington-Arlington-Alexandria +24033801707,"Census Tract 8017.07, Prince George's County, Maryland",7039,4810.0,52381.0,204600.0,409.0,139.0,4399.0,0.0,133.0,0.0,0.0,20.0,2348.0,Washington,Washington-Arlington-Alexandria +24033801708,"Census Tract 8017.08, Prince George's County, Maryland",3380,2211.0,54468.0,235800.0,196.0,64.0,2888.0,0.0,41.0,0.0,0.0,251.0,136.0,Washington,Washington-Arlington-Alexandria +24033801905,"Census Tract 8019.05, Prince George's County, Maryland",5355,3708.0,93388.0,233400.0,1281.0,609.0,4247.0,0.0,208.0,0.0,0.0,140.0,151.0,Washington,Washington-Arlington-Alexandria +24033802204,"Census Tract 8022.04, Prince George's County, Maryland",6259,4409.0,84450.0,237300.0,1133.0,281.0,5695.0,51.0,45.0,0.0,0.0,0.0,187.0,Washington,Washington-Arlington-Alexandria +24033802404,"Census Tract 8024.04, Prince George's County, Maryland",3933,2367.0,43350.0,195600.0,226.0,73.0,3532.0,6.0,0.0,0.0,0.0,57.0,265.0,Washington,Washington-Arlington-Alexandria +24033802901,"Census Tract 8029.01, Prince George's County, Maryland",4221,2516.0,47260.0,170800.0,219.0,146.0,3135.0,108.0,0.0,0.0,0.0,20.0,920.0,Washington,Washington-Arlington-Alexandria +24033803300,"Census Tract 8033, Prince George's County, Maryland",4438,2898.0,54989.0,193600.0,280.0,34.0,3160.0,3.0,55.0,0.0,125.0,0.0,1064.0,Washington,Washington-Arlington-Alexandria +24033803516,"Census Tract 8035.16, Prince George's County, Maryland",4862,3362.0,126509.0,273400.0,1567.0,399.0,4018.0,0.0,171.0,0.0,6.0,183.0,85.0,Washington,Washington-Arlington-Alexandria +24033803519,"Census Tract 8035.19, Prince George's County, Maryland",5656,3952.0,91389.0,281600.0,1603.0,168.0,5116.0,0.0,50.0,0.0,15.0,42.0,265.0,Washington,Washington-Arlington-Alexandria +24033803601,"Census Tract 8036.01, Prince George's County, Maryland",3915,2682.0,89286.0,289700.0,748.0,48.0,3363.0,0.0,231.0,0.0,0.0,103.0,170.0,Washington,Washington-Arlington-Alexandria +24033804300,"Census Tract 8043, Prince George's County, Maryland",3502,2378.0,46773.0,221000.0,292.0,133.0,2419.0,0.0,224.0,0.0,12.0,0.0,714.0,Washington,Washington-Arlington-Alexandria +24033805101,"Census Tract 8051.01, Prince George's County, Maryland",4128,2480.0,51250.0,263300.0,300.0,202.0,772.0,0.0,130.0,0.0,24.0,177.0,2823.0,Washington,Washington-Arlington-Alexandria +24033801802,"Census Tract 8018.02, Prince George's County, Maryland",3618,2455.0,47457.0,168200.0,272.0,8.0,3337.0,0.0,48.0,0.0,58.0,23.0,144.0,Washington,Washington-Arlington-Alexandria +24033801807,"Census Tract 8018.07, Prince George's County, Maryland",4776,3397.0,65460.0,234900.0,767.0,25.0,4591.0,0.0,0.0,0.0,0.0,20.0,140.0,Washington,Washington-Arlington-Alexandria +24033802104,"Census Tract 8021.04, Prince George's County, Maryland",1885,1360.0,67414.0,142200.0,192.0,49.0,1585.0,0.0,4.0,0.0,0.0,22.0,225.0,Washington,Washington-Arlington-Alexandria +24033800601,"Census Tract 8006.01, Prince George's County, Maryland",1891,1378.0,76587.0,235200.0,321.0,170.0,1473.0,0.0,4.0,0.0,0.0,76.0,168.0,Washington,Washington-Arlington-Alexandria +24033801706,"Census Tract 8017.06, Prince George's County, Maryland",1597,1107.0,69821.0,187500.0,198.0,62.0,1314.0,0.0,0.0,24.0,16.0,30.0,151.0,Washington,Washington-Arlington-Alexandria +24033801307,"Census Tract 8013.07, Prince George's County, Maryland",3812,2976.0,111786.0,415900.0,1390.0,340.0,2757.0,0.0,487.0,0.0,0.0,58.0,170.0,Washington,Washington-Arlington-Alexandria +24033801600,"Census Tract 8016, Prince George's County, Maryland",2478,1504.0,42338.0,154500.0,161.0,72.0,2100.0,73.0,0.0,23.0,0.0,38.0,172.0,Washington,Washington-Arlington-Alexandria +24033801704,"Census Tract 8017.04, Prince George's County, Maryland",5885,3956.0,50063.0,231100.0,689.0,330.0,5245.0,0.0,0.0,0.0,41.0,33.0,236.0,Washington,Washington-Arlington-Alexandria +24033801906,"Census Tract 8019.06, Prince George's County, Maryland",1761,1150.0,56806.0,184700.0,122.0,334.0,1045.0,0.0,9.0,0.0,0.0,69.0,304.0,Washington,Washington-Arlington-Alexandria +24033801801,"Census Tract 8018.01, Prince George's County, Maryland",1978,1337.0,45425.0,211400.0,173.0,51.0,1722.0,23.0,0.0,0.0,4.0,27.0,151.0,Washington,Washington-Arlington-Alexandria +24033801804,"Census Tract 8018.04, Prince George's County, Maryland",2145,1682.0,80476.0,215600.0,285.0,58.0,1875.0,0.0,0.0,0.0,11.0,23.0,178.0,Washington,Washington-Arlington-Alexandria +24033801808,"Census Tract 8018.08, Prince George's County, Maryland",3964,2485.0,58839.0,239000.0,527.0,82.0,3339.0,0.0,0.0,0.0,0.0,116.0,427.0,Washington,Washington-Arlington-Alexandria +24033802001,"Census Tract 8020.01, Prince George's County, Maryland",6310,3939.0,63185.0,203800.0,456.0,185.0,5279.0,80.0,86.0,0.0,17.0,51.0,692.0,Washington,Washington-Arlington-Alexandria +24033802501,"Census Tract 8025.01, Prince George's County, Maryland",2731,1920.0,56167.0,180700.0,395.0,66.0,2568.0,0.0,0.0,0.0,0.0,70.0,27.0,Washington,Washington-Arlington-Alexandria +24033802803,"Census Tract 8028.03, Prince George's County, Maryland",5721,3750.0,62095.0,217100.0,844.0,114.0,5412.0,94.0,11.0,0.0,20.0,22.0,82.0,Washington,Washington-Arlington-Alexandria +24033803002,"Census Tract 8030.02, Prince George's County, Maryland",2556,1890.0,65461.0,185200.0,251.0,26.0,2384.0,0.0,13.0,0.0,0.0,61.0,72.0,Washington,Washington-Arlington-Alexandria +24033803200,"Census Tract 8032, Prince George's County, Maryland",2736,1839.0,52675.0,161700.0,211.0,0.0,2405.0,0.0,34.0,30.0,0.0,0.0,267.0,Washington,Washington-Arlington-Alexandria +24033803509,"Census Tract 8035.09, Prince George's County, Maryland",3013,1719.0,44516.0,124000.0,394.0,7.0,2188.0,35.0,85.0,0.0,0.0,12.0,686.0,Washington,Washington-Arlington-Alexandria +24033803514,"Census Tract 8035.14, Prince George's County, Maryland",4237,2920.0,79506.0,248400.0,1400.0,61.0,4052.0,0.0,0.0,0.0,80.0,44.0,0.0,Washington,Washington-Arlington-Alexandria +24033804700,"Census Tract 8047, Prince George's County, Maryland",3368,2304.0,74783.0,292800.0,911.0,1171.0,1010.0,0.0,32.0,0.0,61.0,86.0,1008.0,Washington,Washington-Arlington-Alexandria +24033806000,"Census Tract 8060, Prince George's County, Maryland",5090,3228.0,71576.0,226500.0,541.0,611.0,1312.0,54.0,139.0,0.0,80.0,71.0,2877.0,Washington,Washington-Arlington-Alexandria +24033800203,"Census Tract 8002.03, Prince George's County, Maryland",4462,3253.0,118920.0,360100.0,1550.0,2590.0,722.0,1.0,342.0,0.0,20.0,197.0,590.0,Washington,Washington-Arlington-Alexandria +24033800209,"Census Tract 8002.09, Prince George's County, Maryland",4302,2660.0,51176.0,223300.0,551.0,260.0,2135.0,79.0,420.0,0.0,8.0,49.0,1351.0,Washington,Washington-Arlington-Alexandria +24033800511,"Census Tract 8005.11, Prince George's County, Maryland",5176,3515.0,96635.0,267200.0,1405.0,1474.0,3035.0,0.0,138.0,0.0,85.0,243.0,201.0,Washington,Washington-Arlington-Alexandria +24033800900,"Census Tract 8009, Prince George's County, Maryland",1500,1156.0,65400.0,328800.0,231.0,754.0,620.0,11.0,6.0,0.0,0.0,108.0,1.0,Washington,Washington-Arlington-Alexandria +24033801302,"Census Tract 8013.02, Prince George's County, Maryland",2853,2098.0,123822.0,324200.0,1029.0,964.0,1245.0,87.0,117.0,0.0,0.0,321.0,119.0,Washington,Washington-Arlington-Alexandria +24033801308,"Census Tract 8013.08, Prince George's County, Maryland",3930,2909.0,114167.0,296700.0,1273.0,168.0,3199.0,0.0,294.0,0.0,0.0,40.0,229.0,Washington,Washington-Arlington-Alexandria +24033801500,"Census Tract 8015, Prince George's County, Maryland",2650,1735.0,77667.0,202300.0,299.0,39.0,2000.0,11.0,55.0,0.0,0.0,29.0,516.0,Washington,Washington-Arlington-Alexandria +24033801901,"Census Tract 8019.01, Prince George's County, Maryland",4700,3392.0,83333.0,258100.0,1045.0,325.0,3764.0,0.0,23.0,0.0,0.0,93.0,495.0,Washington,Washington-Arlington-Alexandria +24033802103,"Census Tract 8021.03, Prince George's County, Maryland",3319,2435.0,85563.0,190800.0,535.0,257.0,2539.0,0.0,78.0,0.0,0.0,42.0,403.0,Washington,Washington-Arlington-Alexandria +24033802805,"Census Tract 8028.05, Prince George's County, Maryland",4302,2995.0,67667.0,222300.0,730.0,60.0,3868.0,8.0,0.0,0.0,7.0,83.0,276.0,Washington,Washington-Arlington-Alexandria +24033803513,"Census Tract 8035.13, Prince George's County, Maryland",4818,3347.0,72244.0,219500.0,1330.0,57.0,4466.0,16.0,114.0,0.0,19.0,93.0,53.0,Washington,Washington-Arlington-Alexandria +24033803607,"Census Tract 8036.07, Prince George's County, Maryland",3552,2404.0,85714.0,282400.0,591.0,390.0,2234.0,0.0,78.0,0.0,0.0,25.0,825.0,Washington,Washington-Arlington-Alexandria +24033803803,"Census Tract 8038.03, Prince George's County, Maryland",6225,4045.0,65917.0,208900.0,484.0,224.0,3225.0,276.0,175.0,0.0,0.0,89.0,2236.0,Washington,Washington-Arlington-Alexandria +24033804200,"Census Tract 8042, Prince George's County, Maryland",3142,2345.0,117665.0,326800.0,1304.0,1416.0,1166.0,0.0,57.0,0.0,6.0,116.0,381.0,Washington,Washington-Arlington-Alexandria +24033804900,"Census Tract 8049, Prince George's County, Maryland",3877,2886.0,69190.0,275100.0,749.0,307.0,2672.0,0.0,54.0,38.0,23.0,31.0,752.0,Washington,Washington-Arlington-Alexandria +24033807304,"Census Tract 8073.04, Prince George's County, Maryland",2094,1494.0,94191.0,322600.0,470.0,416.0,439.0,9.0,108.0,0.0,20.0,23.0,1084.0,Washington,Washington-Arlington-Alexandria +24033807305,"Census Tract 8073.05, Prince George's County, Maryland",3539,2228.0,97500.0,335100.0,836.0,312.0,1382.0,0.0,212.0,0.0,19.0,64.0,1550.0,Washington,Washington-Arlington-Alexandria +24033800208,"Census Tract 8002.08, Prince George's County, Maryland",8059,5423.0,96628.0,334500.0,3076.0,1520.0,4967.0,19.0,659.0,0.0,0.0,120.0,793.0,Washington,Washington-Arlington-Alexandria +24033800402,"Census Tract 8004.02, Prince George's County, Maryland",4730,3475.0,105000.0,290600.0,1679.0,2840.0,959.0,0.0,202.0,0.0,31.0,146.0,552.0,Washington,Washington-Arlington-Alexandria +24033800800,"Census Tract 8008, Prince George's County, Maryland",3550,2776.0,116919.0,416700.0,939.0,1612.0,1164.0,0.0,37.0,0.0,0.0,218.0,519.0,Washington,Washington-Arlington-Alexandria +24033801207,"Census Tract 8012.07, Prince George's County, Maryland",4308,3145.0,110685.0,282100.0,831.0,564.0,3284.0,0.0,133.0,6.0,0.0,118.0,203.0,Washington,Washington-Arlington-Alexandria +24033801702,"Census Tract 8017.02, Prince George's County, Maryland",4040,2744.0,70797.0,248300.0,729.0,37.0,3512.0,0.0,19.0,0.0,0.0,29.0,443.0,Washington,Washington-Arlington-Alexandria +24033807301,"Census Tract 8073.01, Prince George's County, Maryland",3437,2359.0,60943.0,332000.0,1334.0,964.0,1060.0,0.0,906.0,0.0,8.0,30.0,469.0,Washington,Washington-Arlington-Alexandria +24033803100,"Census Tract 8031, Prince George's County, Maryland",2783,1781.0,53800.0,189900.0,244.0,29.0,2300.0,0.0,11.0,0.0,0.0,22.0,421.0,Washington,Washington-Arlington-Alexandria +24033806601,"Census Tract 8066.01, Prince George's County, Maryland",4284,2521.0,47939.0,201200.0,286.0,260.0,864.0,130.0,0.0,0.0,0.0,4.0,3156.0,Washington,Washington-Arlington-Alexandria +24033800102,"Census Tract 8001.02, Prince George's County, Maryland",2633,2042.0,56806.0,282200.0,832.0,1280.0,1064.0,10.0,78.0,0.0,0.0,34.0,177.0,Washington,Washington-Arlington-Alexandria +24033800509,"Census Tract 8005.09, Prince George's County, Maryland",10290,7600.0,104403.0,338800.0,3655.0,476.0,9218.0,12.0,271.0,0.0,0.0,141.0,172.0,Washington,Washington-Arlington-Alexandria +24033801701,"Census Tract 8017.01, Prince George's County, Maryland",4495,2833.0,65547.0,247300.0,592.0,202.0,3966.0,70.0,68.0,0.0,12.0,18.0,159.0,Washington,Washington-Arlington-Alexandria +24033804600,"Census Tract 8046, Prince George's County, Maryland",3157,2065.0,78798.0,253200.0,530.0,422.0,1009.0,2.0,139.0,0.0,3.0,23.0,1561.0,Washington,Washington-Arlington-Alexandria +24033803508,"Census Tract 8035.08, Prince George's County, Maryland",4052,2574.0,83831.0,240900.0,540.0,76.0,3495.0,0.0,12.0,0.0,0.0,46.0,423.0,Washington,Washington-Arlington-Alexandria +24033805201,"Census Tract 8052.01, Prince George's County, Maryland",5030,3250.0,51172.0,263100.0,364.0,8.0,2029.0,34.0,30.0,0.0,0.0,32.0,2897.0,Washington,Washington-Arlington-Alexandria +24033805802,"Census Tract 8058.02, Prince George's County, Maryland",4168,2724.0,66473.0,241200.0,342.0,107.0,939.0,0.0,159.0,0.0,0.0,5.0,2958.0,Washington,Washington-Arlington-Alexandria +24033801404,"Census Tract 8014.04, Prince George's County, Maryland",4788,3610.0,80349.0,318100.0,1448.0,740.0,2644.0,0.0,571.0,0.0,8.0,252.0,573.0,Washington,Washington-Arlington-Alexandria +24033802502,"Census Tract 8025.02, Prince George's County, Maryland",2593,1750.0,63704.0,184700.0,323.0,69.0,2269.0,0.0,11.0,0.0,0.0,32.0,212.0,Washington,Washington-Arlington-Alexandria +24033802407,"Census Tract 8024.07, Prince George's County, Maryland",3399,2455.0,51712.0,221300.0,430.0,142.0,2930.0,0.0,84.0,0.0,0.0,111.0,132.0,Washington,Washington-Arlington-Alexandria +24033801003,"Census Tract 8010.03, Prince George's County, Maryland",5533,3715.0,107917.0,324000.0,1023.0,1055.0,3481.0,162.0,76.0,0.0,13.0,157.0,589.0,Washington,Washington-Arlington-Alexandria +24033801408,"Census Tract 8014.08, Prince George's County, Maryland",3264,2256.0,61573.0,210900.0,473.0,147.0,2445.0,12.0,53.0,0.0,0.0,473.0,134.0,Washington,Washington-Arlington-Alexandria +24033805906,"Census Tract 8059.06, Prince George's County, Maryland",3318,2161.0,55781.0,75000.0,571.0,176.0,1151.0,0.0,168.0,0.0,10.0,17.0,1796.0,Washington,Washington-Arlington-Alexandria +24033801312,"Census Tract 8013.12, Prince George's County, Maryland",4147,3214.0,89036.0,270900.0,896.0,326.0,2448.0,0.0,126.0,0.0,22.0,97.0,1128.0,Washington,Washington-Arlington-Alexandria +24033801212,"Census Tract 8012.12, Prince George's County, Maryland",3430,2528.0,101029.0,286600.0,540.0,348.0,2847.0,0.0,9.0,0.0,0.0,36.0,190.0,Washington,Washington-Arlington-Alexandria +24033800108,"Census Tract 8001.08, Prince George's County, Maryland",3450,2410.0,63195.0,233000.0,1118.0,524.0,2176.0,20.0,178.0,0.0,0.0,79.0,473.0,Washington,Washington-Arlington-Alexandria +24033804801,"Census Tract 8048.01, Prince George's County, Maryland",2535,1803.0,41455.0,-666666666.0,407.0,63.0,1638.0,32.0,70.0,0.0,0.0,47.0,685.0,Washington,Washington-Arlington-Alexandria +24033803526,"Census Tract 8035.26, Prince George's County, Maryland",3367,2457.0,84350.0,228800.0,1069.0,68.0,3249.0,0.0,3.0,0.0,0.0,36.0,11.0,Washington,Washington-Arlington-Alexandria +51013102902,"Census Tract 1029.02, Arlington County, Virginia",4288,3489.0,103261.0,391800.0,2684.0,2817.0,254.0,221.0,87.0,22.0,38.0,158.0,912.0,Washington,Washington-Arlington-Alexandria +51013980100,"Census Tract 9801, Arlington County, Virginia",14,14.0,-666666666.0,-666666666.0,14.0,14.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria +51013101801,"Census Tract 1018.01, Arlington County, Virginia",3331,2851.0,152192.0,592600.0,2675.0,2438.0,44.0,20.0,529.0,0.0,0.0,135.0,165.0,Washington,Washington-Arlington-Alexandria +51013103503,"Census Tract 1035.03, Arlington County, Virginia",3720,2886.0,96795.0,568400.0,2351.0,2215.0,523.0,0.0,680.0,0.0,0.0,138.0,164.0,Washington,Washington-Arlington-Alexandria +51013101601,"Census Tract 1016.01, Arlington County, Virginia",1473,1131.0,129306.0,869400.0,981.0,1158.0,8.0,10.0,127.0,0.0,5.0,30.0,135.0,Washington,Washington-Arlington-Alexandria +51013101603,"Census Tract 1016.03, Arlington County, Virginia",3700,3015.0,121724.0,700000.0,2711.0,2639.0,100.0,0.0,544.0,0.0,0.0,111.0,306.0,Washington,Washington-Arlington-Alexandria +51013101401,"Census Tract 1014.01, Arlington County, Virginia",1515,1176.0,116164.0,440500.0,989.0,1065.0,144.0,0.0,169.0,0.0,5.0,37.0,95.0,Washington,Washington-Arlington-Alexandria +51013101404,"Census Tract 1014.04, Arlington County, Virginia",5173,4589.0,123185.0,504000.0,4177.0,3579.0,168.0,13.0,976.0,0.0,0.0,160.0,277.0,Washington,Washington-Arlington-Alexandria +51013101403,"Census Tract 1014.03, Arlington County, Virginia",5766,4882.0,105898.0,425500.0,4121.0,4268.0,293.0,0.0,640.0,0.0,0.0,98.0,467.0,Washington,Washington-Arlington-Alexandria +51013103000,"Census Tract 1030, Arlington County, Virginia",3326,2663.0,139009.0,435300.0,2252.0,2941.0,164.0,0.0,49.0,0.0,0.0,69.0,103.0,Washington,Washington-Arlington-Alexandria +51013100300,"Census Tract 1003, Arlington County, Virginia",6264,3900.0,194766.0,1041400.0,3212.0,5389.0,96.0,0.0,422.0,0.0,7.0,46.0,304.0,Washington,Washington-Arlington-Alexandria +51013100500,"Census Tract 1005, Arlington County, Virginia",4633,3053.0,204886.0,906600.0,2606.0,3874.0,136.0,33.0,223.0,0.0,0.0,225.0,142.0,Washington,Washington-Arlington-Alexandria +51013100600,"Census Tract 1006, Arlington County, Virginia",3235,2433.0,133523.0,779300.0,1792.0,2371.0,155.0,10.0,193.0,0.0,0.0,86.0,430.0,Washington,Washington-Arlington-Alexandria +51013100900,"Census Tract 1009, Arlington County, Virginia",4330,3013.0,130125.0,870000.0,2438.0,3199.0,244.0,0.0,332.0,10.0,0.0,65.0,480.0,Washington,Washington-Arlington-Alexandria +51013101200,"Census Tract 1012, Arlington County, Virginia",4057,2751.0,149464.0,715900.0,1720.0,2776.0,61.0,0.0,344.0,0.0,0.0,157.0,719.0,Washington,Washington-Arlington-Alexandria +51013102600,"Census Tract 1026, Arlington County, Virginia",3959,2915.0,89609.0,636800.0,1595.0,1856.0,252.0,31.0,396.0,13.0,0.0,34.0,1377.0,Washington,Washington-Arlington-Alexandria +51013103100,"Census Tract 1031, Arlington County, Virginia",6554,4558.0,87702.0,490000.0,2312.0,2098.0,2349.0,0.0,360.0,10.0,14.0,211.0,1512.0,Washington,Washington-Arlington-Alexandria +51013103402,"Census Tract 1034.02, Arlington County, Virginia",5488,4687.0,110114.0,433500.0,4156.0,3541.0,574.0,18.0,804.0,0.0,14.0,236.0,301.0,Washington,Washington-Arlington-Alexandria +51013103700,"Census Tract 1037, Arlington County, Virginia",2737,2120.0,185694.0,842000.0,1745.0,1970.0,52.0,0.0,177.0,0.0,16.0,58.0,464.0,Washington,Washington-Arlington-Alexandria +51013101500,"Census Tract 1015, Arlington County, Virginia",7497,5818.0,111627.0,937100.0,4756.0,5420.0,205.0,0.0,638.0,0.0,18.0,346.0,870.0,Washington,Washington-Arlington-Alexandria +51013102400,"Census Tract 1024, Arlington County, Virginia",3254,2561.0,98984.0,631700.0,1712.0,2007.0,591.0,0.0,152.0,12.0,0.0,96.0,396.0,Washington,Washington-Arlington-Alexandria +51013100400,"Census Tract 1004, Arlington County, Virginia",3989,2629.0,238636.0,1034500.0,2243.0,3187.0,108.0,0.0,139.0,0.0,0.0,91.0,464.0,Washington,Washington-Arlington-Alexandria +51013101100,"Census Tract 1011, Arlington County, Virginia",5846,4103.0,184792.0,757800.0,3569.0,4986.0,73.0,0.0,343.0,0.0,100.0,106.0,238.0,Washington,Washington-Arlington-Alexandria +51013102500,"Census Tract 1025, Arlington County, Virginia",5348,4278.0,100000.0,600800.0,2901.0,3014.0,926.0,56.0,558.0,0.0,0.0,138.0,656.0,Washington,Washington-Arlington-Alexandria +51013103200,"Census Tract 1032, Arlington County, Virginia",5896,4461.0,95370.0,377700.0,2932.0,2644.0,602.0,107.0,1306.0,8.0,164.0,60.0,1005.0,Washington,Washington-Arlington-Alexandria +51013100100,"Census Tract 1001, Arlington County, Virginia",5105,3357.0,175938.0,810700.0,2633.0,3967.0,43.0,0.0,501.0,0.0,20.0,88.0,486.0,Washington,Washington-Arlington-Alexandria +51013100700,"Census Tract 1007, Arlington County, Virginia",6240,4452.0,143750.0,768000.0,3373.0,4495.0,97.0,0.0,649.0,0.0,0.0,224.0,775.0,Washington,Washington-Arlington-Alexandria +51013103800,"Census Tract 1038, Arlington County, Virginia",4704,3408.0,83116.0,521100.0,2535.0,2443.0,1080.0,0.0,446.0,0.0,0.0,36.0,699.0,Washington,Washington-Arlington-Alexandria +51013100200,"Census Tract 1002, Arlington County, Virginia",6405,4270.0,223036.0,916000.0,3461.0,5473.0,20.0,0.0,318.0,0.0,0.0,121.0,473.0,Washington,Washington-Arlington-Alexandria +51013101000,"Census Tract 1010, Arlington County, Virginia",3389,2335.0,159650.0,777700.0,1876.0,2756.0,197.0,0.0,122.0,0.0,25.0,84.0,205.0,Washington,Washington-Arlington-Alexandria +51013102100,"Census Tract 1021, Arlington County, Virginia",2465,1863.0,122639.0,657400.0,1241.0,1522.0,139.0,27.0,399.0,0.0,21.0,124.0,233.0,Washington,Washington-Arlington-Alexandria +51013102200,"Census Tract 1022, Arlington County, Virginia",8441,5453.0,40401.0,232800.0,1381.0,1058.0,2553.0,156.0,706.0,0.0,143.0,264.0,3630.0,Washington,Washington-Arlington-Alexandria +51013101300,"Census Tract 1013, Arlington County, Virginia",7035,4715.0,185972.0,708700.0,3810.0,5173.0,63.0,0.0,508.0,0.0,26.0,471.0,794.0,Washington,Washington-Arlington-Alexandria +51013101900,"Census Tract 1019, Arlington County, Virginia",3206,2452.0,172396.0,861100.0,2152.0,2776.0,68.0,0.0,110.0,0.0,16.0,144.0,92.0,Washington,Washington-Arlington-Alexandria +51013103300,"Census Tract 1033, Arlington County, Virginia",2503,1870.0,77371.0,396000.0,1175.0,971.0,956.0,11.0,221.0,0.0,15.0,90.0,239.0,Washington,Washington-Arlington-Alexandria +51013100800,"Census Tract 1008, Arlington County, Virginia",1637,1181.0,105750.0,691600.0,708.0,753.0,491.0,0.0,98.0,8.0,0.0,70.0,217.0,Washington,Washington-Arlington-Alexandria +51013103401,"Census Tract 1034.01, Arlington County, Virginia",1046,276.0,-666666666.0,-666666666.0,84.0,824.0,68.0,7.0,56.0,32.0,0.0,9.0,50.0,Washington,Washington-Arlington-Alexandria +51013101402,"Census Tract 1014.02, Arlington County, Virginia",2871,2476.0,124821.0,565000.0,2050.0,1972.0,136.0,47.0,470.0,0.0,0.0,108.0,162.0,Washington,Washington-Arlington-Alexandria +51013102003,"Census Tract 1020.03, Arlington County, Virginia",4109,3045.0,34118.0,249600.0,1460.0,1732.0,499.0,0.0,353.0,0.0,0.0,109.0,1416.0,Washington,Washington-Arlington-Alexandria +51013102301,"Census Tract 1023.01, Arlington County, Virginia",1619,1184.0,131607.0,568900.0,923.0,1180.0,77.0,0.0,128.0,0.0,0.0,29.0,205.0,Washington,Washington-Arlington-Alexandria +51013102001,"Census Tract 1020.01, Arlington County, Virginia",2972,2196.0,87647.0,516800.0,1430.0,1479.0,119.0,0.0,179.0,0.0,15.0,93.0,1087.0,Washington,Washington-Arlington-Alexandria +51013102002,"Census Tract 1020.02, Arlington County, Virginia",1317,1041.0,73125.0,615100.0,791.0,788.0,61.0,0.0,314.0,44.0,0.0,23.0,87.0,Washington,Washington-Arlington-Alexandria +51013102302,"Census Tract 1023.02, Arlington County, Virginia",4426,3114.0,103813.0,609400.0,1652.0,2166.0,149.0,0.0,185.0,0.0,32.0,67.0,1827.0,Washington,Washington-Arlington-Alexandria +51013101803,"Census Tract 1018.03, Arlington County, Virginia",4509,3517.0,83878.0,821100.0,2780.0,3277.0,192.0,0.0,304.0,0.0,21.0,155.0,560.0,Washington,Washington-Arlington-Alexandria +51013101703,"Census Tract 1017.03, Arlington County, Virginia",2060,1799.0,103682.0,567400.0,1535.0,1591.0,198.0,0.0,181.0,12.0,0.0,15.0,63.0,Washington,Washington-Arlington-Alexandria +51013101702,"Census Tract 1017.02, Arlington County, Virginia",4798,4040.0,98396.0,469400.0,3591.0,2479.0,169.0,19.0,1433.0,0.0,0.0,117.0,600.0,Washington,Washington-Arlington-Alexandria +51013102801,"Census Tract 1028.01, Arlington County, Virginia",8675,6629.0,81786.0,322500.0,3274.0,2622.0,1170.0,0.0,1351.0,0.0,32.0,107.0,3393.0,Washington,Washington-Arlington-Alexandria +51013102802,"Census Tract 1028.02, Arlington County, Virginia",1330,969.0,145750.0,579900.0,715.0,982.0,44.0,0.0,44.0,0.0,0.0,22.0,238.0,Washington,Washington-Arlington-Alexandria +51013102901,"Census Tract 1029.01, Arlington County, Virginia",2723,2425.0,112153.0,383400.0,2027.0,2196.0,145.0,14.0,60.0,0.0,0.0,39.0,269.0,Washington,Washington-Arlington-Alexandria +51013102701,"Census Tract 1027.01, Arlington County, Virginia",4008,2823.0,52007.0,563900.0,997.0,752.0,967.0,146.0,750.0,15.0,6.0,11.0,1361.0,Washington,Washington-Arlington-Alexandria +51013102702,"Census Tract 1027.02, Arlington County, Virginia",2102,1498.0,114250.0,389400.0,984.0,934.0,148.0,8.0,242.0,0.0,0.0,21.0,749.0,Washington,Washington-Arlington-Alexandria +51013103501,"Census Tract 1035.01, Arlington County, Virginia",3347,2909.0,86544.0,427100.0,2538.0,2132.0,143.0,15.0,701.0,0.0,0.0,30.0,341.0,Washington,Washington-Arlington-Alexandria +51013103601,"Census Tract 1036.01, Arlington County, Virginia",2753,1999.0,174318.0,787100.0,1705.0,2272.0,23.0,0.0,186.0,0.0,28.0,117.0,127.0,Washington,Washington-Arlington-Alexandria +51013980200,"Census Tract 9802, Arlington County, Virginia",9,9.0,-666666666.0,-666666666.0,5.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria +51013103502,"Census Tract 1035.02, Arlington County, Virginia",4041,3673.0,106964.0,621400.0,2946.0,2004.0,744.0,22.0,752.0,0.0,0.0,98.0,421.0,Washington,Washington-Arlington-Alexandria +51013103602,"Census Tract 1036.02, Arlington County, Virginia",1139,812.0,78000.0,-666666666.0,752.0,581.0,47.0,0.0,395.0,0.0,0.0,44.0,72.0,Washington,Washington-Arlington-Alexandria +51013101701,"Census Tract 1017.01, Arlington County, Virginia",4164,2980.0,121250.0,541000.0,2356.0,2495.0,347.0,0.0,472.0,0.0,26.0,143.0,681.0,Washington,Washington-Arlington-Alexandria +51013101802,"Census Tract 1018.02, Arlington County, Virginia",7304,5806.0,123310.0,539300.0,4800.0,4520.0,222.0,22.0,517.0,0.0,0.0,169.0,1876.0,Washington,Washington-Arlington-Alexandria +51013101602,"Census Tract 1016.02, Arlington County, Virginia",1689,1318.0,83507.0,343900.0,1029.0,1122.0,94.0,0.0,157.0,0.0,17.0,22.0,277.0,Washington,Washington-Arlington-Alexandria +51043010100,"Census Tract 101, Clarke County, Virginia",8293,5952.0,66970.0,319600.0,1769.0,6902.0,512.0,32.0,115.0,0.0,0.0,187.0,545.0,Washington,Washington-Arlington-Alexandria +51043010200,"Census Tract 102, Clarke County, Virginia",3165,2184.0,84276.0,362900.0,840.0,2737.0,177.0,19.0,22.0,0.0,0.0,115.0,95.0,Washington,Washington-Arlington-Alexandria +51043010300,"Census Tract 103, Clarke County, Virginia",2873,2107.0,78196.0,333500.0,617.0,2814.0,14.0,0.0,0.0,0.0,0.0,0.0,45.0,Washington,Washington-Arlington-Alexandria +51047930300,"Census Tract 9303, Culpeper County, Virginia",6786,4282.0,51165.0,216000.0,775.0,3249.0,1619.0,41.0,374.0,0.0,0.0,109.0,1435.0,Washington,Washington-Arlington-Alexandria +51047930501,"Census Tract 9305.01, Culpeper County, Virginia",5818,4233.0,92014.0,277000.0,993.0,3963.0,1256.0,14.0,73.0,5.0,0.0,220.0,297.0,Washington,Washington-Arlington-Alexandria +51047930400,"Census Tract 9304, Culpeper County, Virginia",5302,3674.0,67616.0,243200.0,584.0,3900.0,597.0,21.0,37.0,0.0,22.0,225.0,500.0,Washington,Washington-Arlington-Alexandria +51047930202,"Census Tract 9302.02, Culpeper County, Virginia",6192,4440.0,73869.0,261300.0,984.0,4934.0,772.0,99.0,0.0,0.0,11.0,23.0,363.0,Washington,Washington-Arlington-Alexandria +51047930102,"Census Tract 9301.02, Culpeper County, Virginia",8389,5960.0,86042.0,350000.0,1859.0,7433.0,353.0,52.0,145.0,0.0,0.0,231.0,175.0,Washington,Washington-Arlington-Alexandria +51047930201,"Census Tract 9302.01, Culpeper County, Virginia",7416,4413.0,75403.0,273100.0,1226.0,5476.0,1034.0,0.0,0.0,0.0,114.0,317.0,475.0,Washington,Washington-Arlington-Alexandria +51047930502,"Census Tract 9305.02, Culpeper County, Virginia",5596,3365.0,51094.0,185700.0,771.0,3248.0,935.0,0.0,17.0,0.0,0.0,330.0,1066.0,Washington,Washington-Arlington-Alexandria +51047930101,"Census Tract 9301.01, Culpeper County, Virginia",4296,2878.0,59452.0,232100.0,602.0,3221.0,208.0,0.0,42.0,0.0,0.0,310.0,515.0,Washington,Washington-Arlington-Alexandria +51061930402,"Census Tract 9304.02, Fauquier County, Virginia",5856,3993.0,117393.0,402000.0,1732.0,5103.0,240.0,0.0,93.0,0.0,0.0,44.0,376.0,Washington,Washington-Arlington-Alexandria +51061930100,"Census Tract 9301, Fauquier County, Virginia",5802,4000.0,84265.0,369700.0,1618.0,4571.0,346.0,0.0,83.0,0.0,0.0,200.0,602.0,Washington,Washington-Arlington-Alexandria +51061930204,"Census Tract 9302.04, Fauquier County, Virginia",3376,2567.0,116979.0,462600.0,1062.0,2662.0,404.0,0.0,33.0,0.0,0.0,29.0,248.0,Washington,Washington-Arlington-Alexandria +51061930403,"Census Tract 9304.03, Fauquier County, Virginia",6881,4620.0,110521.0,388100.0,1522.0,5664.0,604.0,25.0,70.0,0.0,32.0,166.0,331.0,Washington,Washington-Arlington-Alexandria +51061930302,"Census Tract 9303.02, Fauquier County, Virginia",7954,5275.0,76373.0,341800.0,2267.0,6216.0,725.0,16.0,321.0,0.0,0.0,77.0,599.0,Washington,Washington-Arlington-Alexandria +51061930401,"Census Tract 9304.01, Fauquier County, Virginia",5803,3646.0,122109.0,451800.0,1609.0,5075.0,247.0,6.0,71.0,0.0,7.0,119.0,278.0,Washington,Washington-Arlington-Alexandria +51061930203,"Census Tract 9302.03, Fauquier County, Virginia",2561,1884.0,90972.0,450400.0,780.0,2208.0,260.0,10.0,25.0,0.0,0.0,40.0,18.0,Washington,Washington-Arlington-Alexandria +51061930304,"Census Tract 9303.04, Fauquier County, Virginia",2472,1812.0,138594.0,530200.0,1075.0,2244.0,86.0,0.0,12.0,11.0,0.0,69.0,50.0,Washington,Washington-Arlington-Alexandria +51061930207,"Census Tract 9302.07, Fauquier County, Virginia",1836,1186.0,97250.0,361800.0,424.0,1531.0,119.0,0.0,20.0,0.0,0.0,40.0,126.0,Washington,Washington-Arlington-Alexandria +51061930707,"Census Tract 9307.07, Fauquier County, Virginia",2216,1570.0,83438.0,276500.0,263.0,1859.0,170.0,0.0,18.0,0.0,7.0,41.0,121.0,Washington,Washington-Arlington-Alexandria +51061930206,"Census Tract 9302.06, Fauquier County, Virginia",2265,1682.0,102273.0,397400.0,617.0,1874.0,153.0,46.0,94.0,0.0,4.0,35.0,59.0,Washington,Washington-Arlington-Alexandria +51061930706,"Census Tract 9307.06, Fauquier County, Virginia",5852,3709.0,67961.0,234700.0,740.0,3862.0,709.0,51.0,26.0,0.0,0.0,310.0,894.0,Washington,Washington-Arlington-Alexandria +51061930705,"Census Tract 9307.05, Fauquier County, Virginia",3705,2264.0,76944.0,296300.0,363.0,2369.0,240.0,34.0,19.0,0.0,0.0,40.0,1003.0,Washington,Washington-Arlington-Alexandria +51061930704,"Census Tract 9307.04, Fauquier County, Virginia",3810,2726.0,98580.0,378500.0,549.0,3208.0,312.0,0.0,6.0,0.0,0.0,237.0,47.0,Washington,Washington-Arlington-Alexandria +51061930703,"Census Tract 9307.03, Fauquier County, Virginia",2531,1764.0,86484.0,298200.0,418.0,2058.0,96.0,8.0,12.0,3.0,0.0,63.0,291.0,Washington,Washington-Arlington-Alexandria +51061930205,"Census Tract 9302.05, Fauquier County, Virginia",1828,1309.0,85444.0,470900.0,493.0,1517.0,207.0,0.0,22.0,0.0,0.0,40.0,42.0,Washington,Washington-Arlington-Alexandria +51061930303,"Census Tract 9303.03, Fauquier County, Virginia",3658,2763.0,84392.0,323200.0,980.0,3298.0,195.0,0.0,14.0,0.0,0.0,95.0,56.0,Washington,Washington-Arlington-Alexandria +51107611012,"Census Tract 6110.12, Loudoun County, Virginia",4607,2757.0,201179.0,709400.0,2075.0,2705.0,346.0,4.0,1188.0,9.0,36.0,114.0,205.0,Washington,Washington-Arlington-Alexandria +51107610506,"Census Tract 6105.06, Loudoun County, Virginia",6368,3935.0,121146.0,370900.0,2022.0,2502.0,687.0,49.0,1293.0,0.0,111.0,253.0,1473.0,Washington,Washington-Arlington-Alexandria +51107611013,"Census Tract 6110.13, Loudoun County, Virginia",4394,2724.0,143947.0,526300.0,1811.0,2455.0,236.0,14.0,962.0,11.0,8.0,183.0,535.0,Washington,Washington-Arlington-Alexandria +51107610201,"Census Tract 6102.01, Loudoun County, Virginia",4426,2917.0,142845.0,608700.0,1774.0,4021.0,0.0,4.0,160.0,0.0,0.0,149.0,92.0,Washington,Washington-Arlington-Alexandria +51107610701,"Census Tract 6107.01, Loudoun County, Virginia",5550,3344.0,147813.0,461500.0,1887.0,4774.0,79.0,31.0,156.0,0.0,0.0,187.0,323.0,Washington,Washington-Arlington-Alexandria +51107610703,"Census Tract 6107.03, Loudoun County, Virginia",4687,3099.0,145179.0,583800.0,1749.0,3860.0,164.0,15.0,157.0,1.0,15.0,80.0,395.0,Washington,Washington-Arlington-Alexandria +51107610202,"Census Tract 6102.02, Loudoun County, Virginia",4887,2943.0,141591.0,449500.0,1606.0,4353.0,23.0,51.0,180.0,5.0,0.0,40.0,256.0,Washington,Washington-Arlington-Alexandria +51107610702,"Census Tract 6107.02, Loudoun County, Virginia",6839,3893.0,127155.0,432600.0,1916.0,5371.0,502.0,15.0,234.0,5.0,0.0,204.0,508.0,Washington,Washington-Arlington-Alexandria +51107610503,"Census Tract 6105.03, Loudoun County, Virginia",7978,4966.0,156111.0,501100.0,3211.0,5062.0,899.0,0.0,601.0,12.0,136.0,604.0,664.0,Washington,Washington-Arlington-Alexandria +51107610102,"Census Tract 6101.02, Loudoun County, Virginia",3788,2575.0,122375.0,473400.0,1303.0,3296.0,88.0,12.0,85.0,0.0,32.0,21.0,254.0,Washington,Washington-Arlington-Alexandria +51107610505,"Census Tract 6105.05, Loudoun County, Virginia",6286,3531.0,44928.0,251300.0,1042.0,2413.0,65.0,20.0,634.0,8.0,18.0,76.0,3064.0,Washington,Washington-Arlington-Alexandria +51107610603,"Census Tract 6106.03, Loudoun County, Virginia",2948,2048.0,55852.0,234600.0,770.0,1749.0,540.0,5.0,105.0,6.0,77.0,20.0,446.0,Washington,Washington-Arlington-Alexandria +51107610507,"Census Tract 6105.07, Loudoun County, Virginia",6725,4143.0,183403.0,662000.0,2694.0,5042.0,424.0,44.0,733.0,0.0,0.0,245.0,255.0,Washington,Washington-Arlington-Alexandria +51107611011,"Census Tract 6110.11, Loudoun County, Virginia",3696,2567.0,102344.0,445500.0,1519.0,1658.0,547.0,12.0,821.0,0.0,0.0,67.0,591.0,Washington,Washington-Arlington-Alexandria +51107610604,"Census Tract 6106.04, Loudoun County, Virginia",8472,5171.0,119167.0,391400.0,2930.0,5868.0,599.0,6.0,572.0,0.0,163.0,288.0,976.0,Washington,Washington-Arlington-Alexandria +51107611025,"Census Tract 6110.25, Loudoun County, Virginia",12791,7824.0,161960.0,534500.0,6188.0,6543.0,1029.0,12.0,3474.0,0.0,49.0,790.0,894.0,Washington,Washington-Arlington-Alexandria +51107611024,"Census Tract 6110.24, Loudoun County, Virginia",8833,5311.0,220114.0,698800.0,3703.0,5488.0,657.0,0.0,1724.0,0.0,0.0,287.0,677.0,Washington,Washington-Arlington-Alexandria +51107611806,"Census Tract 6118.06, Loudoun County, Virginia",12603,7421.0,158939.0,584200.0,5307.0,5443.0,1741.0,0.0,3382.0,8.0,73.0,957.0,999.0,Washington,Washington-Arlington-Alexandria +51107611014,"Census Tract 6110.14, Loudoun County, Virginia",4851,2958.0,115650.0,432000.0,1639.0,2656.0,392.0,33.0,327.0,0.0,0.0,140.0,1303.0,Washington,Washington-Arlington-Alexandria +51107611018,"Census Tract 6110.18, Loudoun County, Virginia",2932,2052.0,70323.0,341600.0,1021.0,1303.0,580.0,15.0,306.0,0.0,0.0,115.0,613.0,Washington,Washington-Arlington-Alexandria +51107611015,"Census Tract 6110.15, Loudoun County, Virginia",2659,1854.0,115481.0,539900.0,1178.0,1272.0,133.0,5.0,842.0,0.0,0.0,118.0,289.0,Washington,Washington-Arlington-Alexandria +51107611016,"Census Tract 6110.16, Loudoun County, Virginia",3480,2750.0,118409.0,475200.0,1685.0,2533.0,158.0,12.0,361.0,0.0,0.0,25.0,391.0,Washington,Washington-Arlington-Alexandria +51107611020,"Census Tract 6110.20, Loudoun County, Virginia",6804,4366.0,102283.0,448000.0,2674.0,3408.0,966.0,24.0,1383.0,0.0,61.0,195.0,791.0,Washington,Washington-Arlington-Alexandria +51107611017,"Census Tract 6110.17, Loudoun County, Virginia",3072,2139.0,110833.0,489400.0,1342.0,1948.0,228.0,14.0,476.0,13.0,49.0,146.0,208.0,Washington,Washington-Arlington-Alexandria +51107611900,"Census Tract 6119, Loudoun County, Virginia",10130,6055.0,195104.0,638400.0,4843.0,3246.0,682.0,45.0,5101.0,0.0,82.0,600.0,374.0,Washington,Washington-Arlington-Alexandria +51107610504,"Census Tract 6105.04, Loudoun County, Virginia",8137,5291.0,111011.0,381900.0,2349.0,5405.0,538.0,0.0,570.0,0.0,68.0,88.0,1468.0,Washington,Washington-Arlington-Alexandria +51107611801,"Census Tract 6118.01, Loudoun County, Virginia",7575,4819.0,129688.0,425500.0,3151.0,3478.0,1064.0,36.0,1840.0,26.0,0.0,437.0,694.0,Washington,Washington-Arlington-Alexandria +51107611601,"Census Tract 6116.01, Loudoun County, Virginia",4197,2670.0,101154.0,334300.0,1384.0,1967.0,402.0,5.0,585.0,0.0,112.0,68.0,1058.0,Washington,Washington-Arlington-Alexandria +51107611207,"Census Tract 6112.07, Loudoun County, Virginia",4421,2990.0,152417.0,462300.0,2018.0,2636.0,351.0,7.0,861.0,0.0,12.0,145.0,409.0,Washington,Washington-Arlington-Alexandria +51107611019,"Census Tract 6110.19, Loudoun County, Virginia",6213,3735.0,160677.0,534800.0,2520.0,4038.0,319.0,8.0,1113.0,0.0,6.0,102.0,627.0,Washington,Washington-Arlington-Alexandria +51107611501,"Census Tract 6115.01, Loudoun County, Virginia",3043,2116.0,70793.0,431300.0,937.0,1131.0,340.0,6.0,438.0,0.0,0.0,45.0,1083.0,Washington,Washington-Arlington-Alexandria +51107611602,"Census Tract 6116.02, Loudoun County, Virginia",4292,2701.0,64386.0,269300.0,453.0,949.0,365.0,48.0,343.0,0.0,149.0,26.0,2452.0,Washington,Washington-Arlington-Alexandria +51107980100,"Census Tract 9801, Loudoun County, Virginia",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria +51107611802,"Census Tract 6118.02, Loudoun County, Virginia",11623,7412.0,140474.0,488700.0,5299.0,4626.0,653.0,30.0,4758.0,6.0,32.0,714.0,804.0,Washington,Washington-Arlington-Alexandria +51107611502,"Census Tract 6115.02, Loudoun County, Virginia",6394,4372.0,104386.0,361100.0,1430.0,2498.0,364.0,28.0,1159.0,19.0,60.0,48.0,2218.0,Washington,Washington-Arlington-Alexandria +51107611023,"Census Tract 6110.23, Loudoun County, Virginia",6329,3699.0,176492.0,591100.0,2881.0,4244.0,317.0,19.0,888.0,4.0,0.0,209.0,648.0,Washington,Washington-Arlington-Alexandria +51107611804,"Census Tract 6118.04, Loudoun County, Virginia",7223,4765.0,156214.0,540600.0,3372.0,3235.0,514.0,0.0,2649.0,12.0,158.0,216.0,439.0,Washington,Washington-Arlington-Alexandria +51107611803,"Census Tract 6118.03, Loudoun County, Virginia",6740,4148.0,149280.0,479500.0,2664.0,3340.0,461.0,10.0,1925.0,0.0,27.0,273.0,704.0,Washington,Washington-Arlington-Alexandria +51107610101,"Census Tract 6101.01, Loudoun County, Virginia",4658,3040.0,136250.0,433400.0,1482.0,4086.0,119.0,0.0,104.0,0.0,0.0,109.0,240.0,Washington,Washington-Arlington-Alexandria +51107611805,"Census Tract 6118.05, Loudoun County, Virginia",4840,2780.0,146912.0,501000.0,2129.0,3073.0,215.0,22.0,857.0,0.0,22.0,293.0,373.0,Washington,Washington-Arlington-Alexandria +51107611022,"Census Tract 6110.22, Loudoun County, Virginia",6796,3919.0,167560.0,564500.0,2889.0,3422.0,476.0,26.0,2132.0,0.0,19.0,272.0,449.0,Washington,Washington-Arlington-Alexandria +51107611021,"Census Tract 6110.21, Loudoun County, Virginia",8162,5255.0,127625.0,478200.0,3657.0,3037.0,452.0,29.0,3516.0,0.0,0.0,475.0,653.0,Washington,Washington-Arlington-Alexandria +51107611010,"Census Tract 6110.10, Loudoun County, Virginia",1653,1576.0,59412.0,291700.0,875.0,1375.0,127.0,2.0,127.0,0.0,0.0,0.0,22.0,Washington,Washington-Arlington-Alexandria +51107611400,"Census Tract 6114, Loudoun County, Virginia",5916,3788.0,99000.0,383900.0,1169.0,1994.0,337.0,30.0,696.0,0.0,0.0,208.0,2651.0,Washington,Washington-Arlington-Alexandria +51107611005,"Census Tract 6110.05, Loudoun County, Virginia",5440,3318.0,130909.0,394100.0,2161.0,3824.0,453.0,0.0,502.0,0.0,0.0,272.0,389.0,Washington,Washington-Arlington-Alexandria +51107611101,"Census Tract 6111.01, Loudoun County, Virginia",4266,2910.0,92500.0,367700.0,1454.0,2392.0,421.0,27.0,469.0,0.0,6.0,195.0,756.0,Washington,Washington-Arlington-Alexandria +51107610300,"Census Tract 6103, Loudoun County, Virginia",7571,4971.0,171419.0,664900.0,2903.0,6285.0,194.0,20.0,196.0,0.0,25.0,310.0,541.0,Washington,Washington-Arlington-Alexandria +51107611002,"Census Tract 6110.02, Loudoun County, Virginia",5129,3726.0,85359.0,318500.0,1969.0,2155.0,461.0,10.0,1168.0,42.0,9.0,364.0,920.0,Washington,Washington-Arlington-Alexandria +51107611202,"Census Tract 6112.02, Loudoun County, Virginia",4663,3177.0,145268.0,459800.0,2084.0,3386.0,365.0,12.0,438.0,0.0,0.0,106.0,356.0,Washington,Washington-Arlington-Alexandria +51107611204,"Census Tract 6112.04, Loudoun County, Virginia",5939,3880.0,89630.0,347000.0,1382.0,2730.0,479.0,0.0,612.0,0.0,7.0,163.0,1948.0,Washington,Washington-Arlington-Alexandria +51107611006,"Census Tract 6110.06, Loudoun County, Virginia",5471,3276.0,153811.0,522300.0,2139.0,3052.0,345.0,20.0,1303.0,0.0,0.0,301.0,450.0,Washington,Washington-Arlington-Alexandria +51107611300,"Census Tract 6113, Loudoun County, Virginia",6380,4284.0,109209.0,326300.0,2225.0,2308.0,513.0,0.0,1024.0,5.0,37.0,361.0,2132.0,Washington,Washington-Arlington-Alexandria +51107610400,"Census Tract 6104, Loudoun County, Virginia",5105,3489.0,130878.0,428700.0,2150.0,4598.0,114.0,4.0,74.0,0.0,3.0,93.0,219.0,Washington,Washington-Arlington-Alexandria +51107610800,"Census Tract 6108, Loudoun County, Virginia",5481,3811.0,135880.0,595200.0,2103.0,4770.0,403.0,17.0,15.0,0.0,0.0,0.0,276.0,Washington,Washington-Arlington-Alexandria +51107611205,"Census Tract 6112.05, Loudoun County, Virginia",6532,4249.0,103421.0,421800.0,1528.0,2328.0,473.0,24.0,1141.0,32.0,65.0,380.0,2089.0,Washington,Washington-Arlington-Alexandria +51107611700,"Census Tract 6117, Loudoun County, Virginia",6654,4567.0,88657.0,383600.0,1888.0,2329.0,583.0,0.0,1555.0,0.0,0.0,73.0,2114.0,Washington,Washington-Arlington-Alexandria +51107610602,"Census Tract 6106.02, Loudoun County, Virginia",2565,1581.0,173487.0,640400.0,878.0,1761.0,128.0,0.0,308.0,0.0,8.0,174.0,186.0,Washington,Washington-Arlington-Alexandria +51107611004,"Census Tract 6110.04, Loudoun County, Virginia",8397,5254.0,137219.0,475200.0,3749.0,5213.0,483.0,11.0,1541.0,0.0,29.0,215.0,905.0,Washington,Washington-Arlington-Alexandria +51107610601,"Census Tract 6106.01, Loudoun County, Virginia",8024,5187.0,126635.0,437900.0,3292.0,6033.0,724.0,14.0,110.0,0.0,103.0,239.0,801.0,Washington,Washington-Arlington-Alexandria +51107611102,"Census Tract 6111.02, Loudoun County, Virginia",6585,4478.0,141813.0,422700.0,2488.0,4345.0,559.0,7.0,347.0,8.0,170.0,197.0,952.0,Washington,Washington-Arlington-Alexandria +51107610900,"Census Tract 6109, Loudoun County, Virginia",2187,1722.0,62284.0,610800.0,789.0,1685.0,239.0,4.0,39.0,1.0,2.0,21.0,196.0,Washington,Washington-Arlington-Alexandria +51107611206,"Census Tract 6112.06, Loudoun County, Virginia",3985,2874.0,110664.0,431800.0,1896.0,2624.0,230.0,17.0,538.0,0.0,45.0,83.0,448.0,Washington,Washington-Arlington-Alexandria +51107611209,"Census Tract 6112.09, Loudoun County, Virginia",6710,4492.0,146971.0,542300.0,3051.0,4535.0,214.0,13.0,1154.0,22.0,0.0,358.0,414.0,Washington,Washington-Arlington-Alexandria +51107611208,"Census Tract 6112.08, Loudoun County, Virginia",4384,2764.0,186964.0,629700.0,2360.0,2901.0,209.0,29.0,738.0,4.0,32.0,241.0,230.0,Washington,Washington-Arlington-Alexandria +51107611009,"Census Tract 6110.09, Loudoun County, Virginia",5072,3037.0,198021.0,649100.0,2169.0,3294.0,171.0,0.0,844.0,0.0,42.0,185.0,536.0,Washington,Washington-Arlington-Alexandria +51113930100,"Census Tract 9301, Madison County, Virginia",7601,5301.0,60777.0,276000.0,1560.0,6410.0,399.0,0.0,141.0,0.0,0.0,485.0,166.0,Washington,Washington-Arlington-Alexandria +51113930200,"Census Tract 9302, Madison County, Virginia",5507,4045.0,46786.0,234700.0,954.0,4737.0,481.0,0.0,18.0,0.0,5.0,117.0,149.0,Washington,Washington-Arlington-Alexandria +51157950100,"Census Tract 9501, Rappahannock County, Virginia",2632,1979.0,58672.0,279000.0,691.0,2499.0,61.0,0.0,0.0,0.0,0.0,14.0,58.0,Washington,Washington-Arlington-Alexandria +51157950200,"Census Tract 9502, Rappahannock County, Virginia",4727,3551.0,63438.0,387300.0,1169.0,4067.0,219.0,12.0,88.0,0.0,0.0,138.0,203.0,Washington,Washington-Arlington-Alexandria +51179010211,"Census Tract 102.11, Stafford County, Virginia",4180,2553.0,86897.0,334100.0,1173.0,2149.0,1233.0,0.0,162.0,0.0,26.0,70.0,540.0,Washington,Washington-Arlington-Alexandria +51179010108,"Census Tract 101.08, Stafford County, Virginia",5826,3923.0,114375.0,319300.0,1444.0,3558.0,1418.0,14.0,139.0,0.0,0.0,189.0,508.0,Washington,Washington-Arlington-Alexandria +51179010304,"Census Tract 103.04, Stafford County, Virginia",5676,3926.0,65709.0,300700.0,1305.0,3643.0,1097.0,0.0,191.0,0.0,0.0,130.0,615.0,Washington,Washington-Arlington-Alexandria +51179010305,"Census Tract 103.05, Stafford County, Virginia",6455,4052.0,100238.0,362700.0,1633.0,3367.0,1673.0,6.0,373.0,0.0,8.0,275.0,753.0,Washington,Washington-Arlington-Alexandria +51179010213,"Census Tract 102.13, Stafford County, Virginia",2595,1584.0,158398.0,364500.0,821.0,1740.0,335.0,24.0,82.0,0.0,9.0,267.0,138.0,Washington,Washington-Arlington-Alexandria +51179010212,"Census Tract 102.12, Stafford County, Virginia",4444,2634.0,106401.0,324300.0,1219.0,2461.0,767.0,0.0,181.0,0.0,0.0,254.0,781.0,Washington,Washington-Arlington-Alexandria +51179010214,"Census Tract 102.14, Stafford County, Virginia",3979,2377.0,98340.0,289100.0,832.0,2261.0,701.0,0.0,134.0,0.0,25.0,175.0,683.0,Washington,Washington-Arlington-Alexandria +51179010107,"Census Tract 101.07, Stafford County, Virginia",3849,2697.0,114598.0,335400.0,1097.0,2704.0,228.0,0.0,117.0,0.0,0.0,182.0,618.0,Washington,Washington-Arlington-Alexandria +51179010106,"Census Tract 101.06, Stafford County, Virginia",2937,1984.0,124625.0,445600.0,756.0,2348.0,270.0,8.0,57.0,0.0,85.0,78.0,91.0,Washington,Washington-Arlington-Alexandria +51179010405,"Census Tract 104.05, Stafford County, Virginia",6581,4104.0,94592.0,301100.0,1656.0,5101.0,517.0,0.0,179.0,0.0,0.0,310.0,474.0,Washington,Washington-Arlington-Alexandria +51179010504,"Census Tract 105.04, Stafford County, Virginia",1796,1233.0,87500.0,261100.0,342.0,1483.0,108.0,7.0,0.0,0.0,0.0,111.0,87.0,Washington,Washington-Arlington-Alexandria +51179010206,"Census Tract 102.06, Stafford County, Virginia",5271,3314.0,96536.0,263300.0,1176.0,2903.0,1015.0,0.0,123.0,0.0,0.0,214.0,1016.0,Washington,Washington-Arlington-Alexandria +51179010210,"Census Tract 102.10, Stafford County, Virginia",7883,4372.0,106196.0,390900.0,1971.0,3635.0,1800.0,0.0,400.0,0.0,15.0,499.0,1534.0,Washington,Washington-Arlington-Alexandria +51179010404,"Census Tract 104.04, Stafford County, Virginia",6530,4028.0,84491.0,286800.0,1586.0,5027.0,830.0,15.0,86.0,0.0,5.0,214.0,353.0,Washington,Washington-Arlington-Alexandria +51179010406,"Census Tract 104.06, Stafford County, Virginia",3150,2077.0,74375.0,258100.0,652.0,2242.0,298.0,19.0,15.0,0.0,0.0,275.0,301.0,Washington,Washington-Arlington-Alexandria +51179010105,"Census Tract 101.05, Stafford County, Virginia",7826,4925.0,112342.0,338500.0,1688.0,4218.0,1666.0,0.0,205.0,19.0,0.0,332.0,1386.0,Washington,Washington-Arlington-Alexandria +51179010201,"Census Tract 102.01, Stafford County, Virginia",1809,466.0,28750.0,275000.0,175.0,1260.0,218.0,0.0,53.0,29.0,0.0,66.0,183.0,Washington,Washington-Arlington-Alexandria +51179010202,"Census Tract 102.02, Stafford County, Virginia",6381,4125.0,108846.0,336800.0,1464.0,4962.0,434.0,17.0,214.0,10.0,0.0,281.0,470.0,Washington,Washington-Arlington-Alexandria +51179010303,"Census Tract 103.03, Stafford County, Virginia",10927,6820.0,112806.0,356900.0,3009.0,7184.0,1945.0,63.0,420.0,25.0,0.0,417.0,873.0,Washington,Washington-Arlington-Alexandria +51179010503,"Census Tract 105.03, Stafford County, Virginia",2140,1511.0,90577.0,328600.0,587.0,1782.0,108.0,63.0,35.0,0.0,0.0,62.0,90.0,Washington,Washington-Arlington-Alexandria +51179010301,"Census Tract 103.01, Stafford County, Virginia",4199,2844.0,117238.0,417200.0,927.0,3226.0,389.0,13.0,28.0,0.0,56.0,160.0,336.0,Washington,Washington-Arlington-Alexandria +51179010403,"Census Tract 104.03, Stafford County, Virginia",3227,2215.0,96115.0,271700.0,640.0,2374.0,352.0,25.0,116.0,0.0,0.0,164.0,196.0,Washington,Washington-Arlington-Alexandria +51179010204,"Census Tract 102.04, Stafford County, Virginia",9580,6351.0,170446.0,515900.0,2781.0,6340.0,1351.0,8.0,345.0,0.0,14.0,753.0,769.0,Washington,Washington-Arlington-Alexandria +51179010205,"Census Tract 102.05, Stafford County, Virginia",6752,4314.0,131603.0,342000.0,1830.0,4580.0,964.0,24.0,134.0,17.0,19.0,302.0,718.0,Washington,Washington-Arlington-Alexandria +51179010502,"Census Tract 105.02, Stafford County, Virginia",4309,2970.0,88247.0,268300.0,1016.0,3650.0,354.0,17.0,23.0,0.0,7.0,159.0,99.0,Washington,Washington-Arlington-Alexandria +51179010103,"Census Tract 101.03, Stafford County, Virginia",3975,2716.0,110833.0,352000.0,1343.0,2565.0,574.0,59.0,128.0,12.0,56.0,139.0,442.0,Washington,Washington-Arlington-Alexandria +51179010207,"Census Tract 102.07, Stafford County, Virginia",8882,5440.0,71804.0,234400.0,1508.0,3204.0,2480.0,0.0,381.0,0.0,0.0,356.0,2461.0,Washington,Washington-Arlington-Alexandria +51187020602,"Census Tract 206.02, Warren County, Virginia",2846,1929.0,70417.0,219200.0,371.0,2371.0,55.0,0.0,88.0,0.0,0.0,103.0,229.0,Washington,Washington-Arlington-Alexandria +51187020601,"Census Tract 206.01, Warren County, Virginia",5992,3512.0,65388.0,238300.0,860.0,4981.0,160.0,0.0,147.0,0.0,0.0,312.0,392.0,Washington,Washington-Arlington-Alexandria +51187020700,"Census Tract 207, Warren County, Virginia",3014,2249.0,68891.0,248900.0,375.0,2898.0,23.0,8.0,0.0,0.0,0.0,0.0,85.0,Washington,Washington-Arlington-Alexandria +51187020100,"Census Tract 201, Warren County, Virginia",8572,5901.0,82998.0,235200.0,1502.0,8024.0,104.0,0.0,46.0,0.0,0.0,190.0,208.0,Washington,Washington-Arlington-Alexandria +51187020500,"Census Tract 205, Warren County, Virginia",4272,3014.0,39310.0,149200.0,260.0,3101.0,534.0,12.0,47.0,0.0,0.0,286.0,292.0,Washington,Washington-Arlington-Alexandria +51187020300,"Census Tract 203, Warren County, Virginia",6832,4969.0,69844.0,250600.0,1030.0,6433.0,90.0,0.0,0.0,0.0,0.0,209.0,100.0,Washington,Washington-Arlington-Alexandria +51187020400,"Census Tract 204, Warren County, Virginia",4716,3176.0,50557.0,168600.0,596.0,3714.0,387.0,81.0,117.0,0.0,0.0,180.0,276.0,Washington,Washington-Arlington-Alexandria +51187020200,"Census Tract 202, Warren County, Virginia",2747,2051.0,97563.0,296400.0,598.0,2634.0,54.0,0.0,19.0,0.0,0.0,0.0,40.0,Washington,Washington-Arlington-Alexandria +51510200701,"Census Tract 2007.01, Alexandria city, Virginia",766,668.0,118690.0,-666666666.0,513.0,573.0,64.0,0.0,23.0,0.0,0.0,5.0,101.0,Washington,Washington-Arlington-Alexandria +51510200703,"Census Tract 2007.03, Alexandria city, Virginia",3393,2553.0,106250.0,632600.0,2010.0,2162.0,907.0,0.0,37.0,0.0,11.0,130.0,146.0,Washington,Washington-Arlington-Alexandria +51510200404,"Census Tract 2004.04, Alexandria city, Virginia",3809,2916.0,163702.0,560000.0,2441.0,2615.0,525.0,0.0,247.0,0.0,10.0,121.0,291.0,Washington,Washington-Arlington-Alexandria +51510200403,"Census Tract 2004.03, Alexandria city, Virginia",1310,1128.0,105288.0,380200.0,827.0,671.0,212.0,0.0,168.0,0.0,7.0,134.0,118.0,Washington,Washington-Arlington-Alexandria +51510201802,"Census Tract 2018.02, Alexandria city, Virginia",2069,1686.0,153542.0,898900.0,1230.0,1507.0,369.0,0.0,68.0,0.0,0.0,20.0,105.0,Washington,Washington-Arlington-Alexandria +51510200104,"Census Tract 2001.04, Alexandria city, Virginia",4121,2658.0,49568.0,-666666666.0,777.0,1074.0,831.0,22.0,275.0,0.0,12.0,86.0,1843.0,Washington,Washington-Arlington-Alexandria +51510200105,"Census Tract 2001.05, Alexandria city, Virginia",4130,3465.0,50820.0,-666666666.0,1492.0,1069.0,2640.0,0.0,74.0,0.0,0.0,152.0,195.0,Washington,Washington-Arlington-Alexandria +51510200201,"Census Tract 2002.01, Alexandria city, Virginia",3427,2886.0,95690.0,380200.0,1950.0,2007.0,577.0,8.0,293.0,0.0,0.0,49.0,501.0,Washington,Washington-Arlington-Alexandria +51510200301,"Census Tract 2003.01, Alexandria city, Virginia",3833,2761.0,84286.0,379300.0,1607.0,1397.0,1052.0,9.0,321.0,0.0,19.0,243.0,801.0,Washington,Washington-Arlington-Alexandria +51510201202,"Census Tract 2012.02, Alexandria city, Virginia",3033,2287.0,136250.0,606500.0,1809.0,2166.0,448.0,6.0,150.0,0.0,0.0,115.0,153.0,Washington,Washington-Arlington-Alexandria +51510202002,"Census Tract 2020.02, Alexandria city, Virginia",2233,1983.0,115078.0,846600.0,1442.0,1913.0,94.0,37.0,88.0,0.0,0.0,47.0,54.0,Washington,Washington-Arlington-Alexandria +51510200102,"Census Tract 2001.02, Alexandria city, Virginia",4428,2931.0,61640.0,545200.0,1111.0,1457.0,1200.0,64.0,140.0,0.0,12.0,119.0,1500.0,Washington,Washington-Arlington-Alexandria +51510200103,"Census Tract 2001.03, Alexandria city, Virginia",8047,5543.0,53125.0,225500.0,2002.0,1648.0,3816.0,79.0,730.0,0.0,31.0,232.0,1590.0,Washington,Washington-Arlington-Alexandria +51510201203,"Census Tract 2012.03, Alexandria city, Virginia",8184,5226.0,53646.0,517600.0,1641.0,1634.0,1091.0,0.0,362.0,0.0,12.0,197.0,4888.0,Washington,Washington-Arlington-Alexandria +51510201204,"Census Tract 2012.04, Alexandria city, Virginia",3832,3067.0,102200.0,471900.0,1646.0,1556.0,746.0,0.0,224.0,0.0,0.0,179.0,1127.0,Washington,Washington-Arlington-Alexandria +51510201801,"Census Tract 2018.01, Alexandria city, Virginia",6581,5799.0,118068.0,595800.0,4618.0,4725.0,1053.0,0.0,371.0,0.0,0.0,94.0,338.0,Washington,Washington-Arlington-Alexandria +51510201500,"Census Tract 2015, Alexandria city, Virginia",4034,3080.0,167772.0,830900.0,2486.0,3624.0,87.0,42.0,73.0,0.0,7.0,59.0,142.0,Washington,Washington-Arlington-Alexandria +51510201600,"Census Tract 2016, Alexandria city, Virginia",5582,4546.0,128244.0,624800.0,3395.0,3323.0,1108.0,35.0,177.0,0.0,42.0,283.0,649.0,Washington,Washington-Arlington-Alexandria +51510200500,"Census Tract 2005, Alexandria city, Virginia",4296,2857.0,45126.0,263100.0,1006.0,1361.0,1792.0,0.0,103.0,0.0,15.0,168.0,857.0,Washington,Washington-Arlington-Alexandria +51510200802,"Census Tract 2008.02, Alexandria city, Virginia",3381,2408.0,95685.0,378000.0,1476.0,1741.0,732.0,0.0,99.0,0.0,70.0,205.0,534.0,Washington,Washington-Arlington-Alexandria +51510201900,"Census Tract 2019, Alexandria city, Virginia",1631,1411.0,127981.0,770800.0,1254.0,1415.0,58.0,0.0,46.0,0.0,0.0,10.0,102.0,Washington,Washington-Arlington-Alexandria +51510200202,"Census Tract 2002.02, Alexandria city, Virginia",1590,1205.0,209545.0,888300.0,1067.0,1298.0,13.0,0.0,73.0,0.0,0.0,51.0,155.0,Washington,Washington-Arlington-Alexandria +51510200600,"Census Tract 2006, Alexandria city, Virginia",4811,3474.0,91842.0,379600.0,1706.0,2064.0,1345.0,20.0,523.0,0.0,0.0,154.0,705.0,Washington,Washington-Arlington-Alexandria +51510200801,"Census Tract 2008.01, Alexandria city, Virginia",2770,1909.0,181786.0,846300.0,1416.0,1948.0,226.0,0.0,133.0,0.0,0.0,62.0,401.0,Washington,Washington-Arlington-Alexandria +51510202001,"Census Tract 2020.01, Alexandria city, Virginia",2146,1710.0,198611.0,1004900.0,1553.0,1997.0,50.0,0.0,24.0,0.0,8.0,24.0,43.0,Washington,Washington-Arlington-Alexandria +51510200302,"Census Tract 2003.02, Alexandria city, Virginia",5229,3568.0,106563.0,589300.0,1536.0,1874.0,1264.0,0.0,598.0,10.0,15.0,150.0,1318.0,Washington,Washington-Arlington-Alexandria +51510200303,"Census Tract 2003.03, Alexandria city, Virginia",5035,3898.0,71159.0,246800.0,1995.0,2131.0,1740.0,0.0,425.0,0.0,0.0,208.0,531.0,Washington,Washington-Arlington-Alexandria +51510200900,"Census Tract 2009, Alexandria city, Virginia",5344,3846.0,187674.0,807900.0,3201.0,4501.0,346.0,0.0,89.0,0.0,7.0,185.0,216.0,Washington,Washington-Arlington-Alexandria +51510201300,"Census Tract 2013, Alexandria city, Virginia",3714,3024.0,136875.0,679600.0,2541.0,3017.0,273.0,0.0,120.0,0.0,0.0,41.0,263.0,Washington,Washington-Arlington-Alexandria +51510201400,"Census Tract 2014, Alexandria city, Virginia",4394,3294.0,126223.0,723700.0,2614.0,3477.0,198.0,0.0,118.0,13.0,0.0,68.0,520.0,Washington,Washington-Arlington-Alexandria +51510201100,"Census Tract 2011, Alexandria city, Virginia",3512,2257.0,147063.0,814900.0,1771.0,2537.0,99.0,0.0,306.0,11.0,34.0,76.0,449.0,Washington,Washington-Arlington-Alexandria +51510201000,"Census Tract 2010, Alexandria city, Virginia",2685,2354.0,99479.0,300800.0,2009.0,2267.0,47.0,0.0,37.0,0.0,0.0,54.0,280.0,Washington,Washington-Arlington-Alexandria +51510200106,"Census Tract 2001.06, Alexandria city, Virginia",3574,2687.0,71944.0,532600.0,1325.0,1445.0,760.0,0.0,307.0,0.0,0.0,114.0,948.0,Washington,Washington-Arlington-Alexandria +51510200107,"Census Tract 2001.07, Alexandria city, Virginia",6226,5222.0,95391.0,244100.0,3504.0,2855.0,1575.0,0.0,644.0,0.0,25.0,209.0,918.0,Washington,Washington-Arlington-Alexandria +51510200405,"Census Tract 2004.05, Alexandria city, Virginia",7305,5486.0,70962.0,236500.0,2693.0,2218.0,2282.0,0.0,703.0,0.0,16.0,426.0,1660.0,Washington,Washington-Arlington-Alexandria +51510200406,"Census Tract 2004.06, Alexandria city, Virginia",5314,4303.0,76835.0,195600.0,1819.0,1469.0,2111.0,0.0,536.0,0.0,18.0,262.0,918.0,Washington,Washington-Arlington-Alexandria +51510200407,"Census Tract 2004.07, Alexandria city, Virginia",4026,3102.0,74257.0,230100.0,1673.0,1747.0,1290.0,0.0,335.0,0.0,0.0,310.0,344.0,Washington,Washington-Arlington-Alexandria +51510200702,"Census Tract 2007.02, Alexandria city, Virginia",4915,4466.0,120980.0,526100.0,3600.0,3660.0,536.0,0.0,380.0,0.0,0.0,143.0,196.0,Washington,Washington-Arlington-Alexandria +54037972505,"Census Tract 9725.05, Jefferson County, West Virginia",2660,1965.0,39449.0,171600.0,363.0,2060.0,358.0,0.0,30.0,0.0,68.0,23.0,121.0,Washington,Washington-Arlington-Alexandria +54037972701,"Census Tract 9727.01, Jefferson County, West Virginia",2752,2050.0,60030.0,163500.0,262.0,2545.0,32.0,25.0,0.0,0.0,0.0,37.0,113.0,Washington,Washington-Arlington-Alexandria +54037972702,"Census Tract 9727.02, Jefferson County, West Virginia",4342,3008.0,71429.0,176200.0,699.0,3955.0,4.0,15.0,26.0,0.0,0.0,119.0,223.0,Washington,Washington-Arlington-Alexandria +54037972401,"Census Tract 9724.01, Jefferson County, West Virginia",2546,1780.0,32386.0,130800.0,358.0,1523.0,538.0,0.0,120.0,0.0,157.0,117.0,91.0,Washington,Washington-Arlington-Alexandria +54037972503,"Census Tract 9725.03, Jefferson County, West Virginia",3413,2327.0,78984.0,213000.0,740.0,2820.0,302.0,0.0,46.0,0.0,11.0,11.0,223.0,Washington,Washington-Arlington-Alexandria +54037972506,"Census Tract 9725.06, Jefferson County, West Virginia",3556,2311.0,71583.0,254500.0,766.0,2623.0,429.0,0.0,113.0,0.0,0.0,24.0,367.0,Washington,Washington-Arlington-Alexandria +54037972501,"Census Tract 9725.01, Jefferson County, West Virginia",4807,3269.0,87963.0,241500.0,1325.0,3768.0,308.0,0.0,58.0,0.0,0.0,156.0,517.0,Washington,Washington-Arlington-Alexandria +54037972601,"Census Tract 9726.01, Jefferson County, West Virginia",2033,1464.0,60132.0,194000.0,465.0,1884.0,39.0,4.0,9.0,0.0,15.0,33.0,49.0,Washington,Washington-Arlington-Alexandria +54037972602,"Census Tract 9726.02, Jefferson County, West Virginia",4134,2772.0,105714.0,306700.0,1176.0,3908.0,38.0,0.0,52.0,0.0,0.0,19.0,117.0,Washington,Washington-Arlington-Alexandria +54037972203,"Census Tract 9722.03, Jefferson County, West Virginia",2517,1857.0,98533.0,279500.0,788.0,2302.0,62.0,6.0,13.0,0.0,0.0,51.0,83.0,Washington,Washington-Arlington-Alexandria +54037972201,"Census Tract 9722.01, Jefferson County, West Virginia",4916,2859.0,97574.0,277400.0,1453.0,4099.0,351.0,0.0,136.0,0.0,6.0,205.0,119.0,Washington,Washington-Arlington-Alexandria +54037972204,"Census Tract 9722.04, Jefferson County, West Virginia",2645,1617.0,42759.0,241900.0,538.0,2433.0,123.0,6.0,3.0,0.0,0.0,62.0,18.0,Washington,Washington-Arlington-Alexandria +54037972402,"Census Tract 9724.02, Jefferson County, West Virginia",4825,3338.0,66331.0,196300.0,768.0,3600.0,532.0,0.0,72.0,0.0,25.0,127.0,469.0,Washington,Washington-Arlington-Alexandria +54037972800,"Census Tract 9728, Jefferson County, West Virginia",5894,4278.0,89500.0,247500.0,1128.0,5314.0,118.0,52.0,143.0,0.0,0.0,70.0,197.0,Washington,Washington-Arlington-Alexandria +54037972300,"Census Tract 9723, Jefferson County, West Virginia",4633,3205.0,73750.0,217800.0,806.0,3832.0,396.0,0.0,9.0,0.0,29.0,102.0,265.0,Washington,Washington-Arlington-Alexandria +24003990000,"Census Tract 9900, Anne Arundel County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24003708004,"Census Tract 7080.04, Anne Arundel County, Maryland",5996,3770.0,66769.0,-666666666.0,816.0,4427.0,957.0,38.0,0.0,0.0,0.0,152.0,422.0,Baltimore,Baltimore-Columbia-Towson +24003708001,"Census Tract 7080.01, Anne Arundel County, Maryland",3787,2856.0,106875.0,452100.0,962.0,3500.0,73.0,0.0,37.0,0.0,32.0,71.0,74.0,Baltimore,Baltimore-Columbia-Towson +24003702209,"Census Tract 7022.09, Anne Arundel County, Maryland",4467,2784.0,151944.0,483700.0,1806.0,3550.0,322.0,10.0,123.0,0.0,0.0,142.0,320.0,Baltimore,Baltimore-Columbia-Towson +24003702702,"Census Tract 7027.02, Anne Arundel County, Maryland",3715,2760.0,161406.0,683100.0,1851.0,3231.0,321.0,0.0,23.0,0.0,0.0,11.0,129.0,Baltimore,Baltimore-Columbia-Towson +24003740702,"Census Tract 7407.02, Anne Arundel County, Maryland",9811,6936.0,108031.0,342500.0,3878.0,6849.0,1249.0,41.0,377.0,0.0,25.0,646.0,624.0,Baltimore,Baltimore-Columbia-Towson +24003702205,"Census Tract 7022.05, Anne Arundel County, Maryland",5746,4059.0,104795.0,404400.0,2260.0,4420.0,911.0,0.0,58.0,0.0,0.0,284.0,73.0,Baltimore,Baltimore-Columbia-Towson +24003702204,"Census Tract 7022.04, Anne Arundel County, Maryland",4236,2886.0,138816.0,466700.0,1870.0,3430.0,157.0,9.0,227.0,0.0,9.0,76.0,328.0,Baltimore,Baltimore-Columbia-Towson +24003706301,"Census Tract 7063.01, Anne Arundel County, Maryland",4233,3385.0,71693.0,311800.0,1830.0,2675.0,1204.0,0.0,25.0,0.0,21.0,81.0,227.0,Baltimore,Baltimore-Columbia-Towson +24003702206,"Census Tract 7022.06, Anne Arundel County, Maryland",6694,4533.0,106642.0,287000.0,2384.0,4449.0,1093.0,0.0,348.0,0.0,0.0,386.0,418.0,Baltimore,Baltimore-Columbia-Towson +24003706302,"Census Tract 7063.02, Anne Arundel County, Maryland",3145,2673.0,91875.0,710100.0,1886.0,2598.0,132.0,0.0,58.0,0.0,0.0,44.0,313.0,Baltimore,Baltimore-Columbia-Towson +24003731105,"Census Tract 7311.05, Anne Arundel County, Maryland",3574,2484.0,97250.0,389700.0,1234.0,3147.0,123.0,0.0,162.0,0.0,0.0,39.0,103.0,Baltimore,Baltimore-Columbia-Towson +24003702701,"Census Tract 7027.01, Anne Arundel County, Maryland",4617,3769.0,91496.0,296900.0,2268.0,3422.0,640.0,0.0,286.0,0.0,0.0,78.0,191.0,Baltimore,Baltimore-Columbia-Towson +24003730506,"Census Tract 7305.06, Anne Arundel County, Maryland",3416,2244.0,44831.0,214600.0,575.0,1066.0,1629.0,0.0,238.0,0.0,11.0,40.0,432.0,Baltimore,Baltimore-Columbia-Towson +24003730505,"Census Tract 7305.05, Anne Arundel County, Maryland",4673,2989.0,50784.0,189200.0,940.0,1518.0,2264.0,0.0,342.0,0.0,11.0,142.0,396.0,Baltimore,Baltimore-Columbia-Towson +24003731104,"Census Tract 7311.04, Anne Arundel County, Maryland",4336,2898.0,105982.0,376900.0,1185.0,3486.0,256.0,0.0,158.0,0.0,0.0,221.0,215.0,Baltimore,Baltimore-Columbia-Towson +24003731004,"Census Tract 7310.04, Anne Arundel County, Maryland",4408,3054.0,104559.0,373800.0,1479.0,3996.0,61.0,0.0,135.0,0.0,0.0,9.0,207.0,Baltimore,Baltimore-Columbia-Towson +24003731003,"Census Tract 7310.03, Anne Arundel County, Maryland",4166,2869.0,91750.0,364100.0,1302.0,3682.0,38.0,0.0,65.0,6.0,0.0,142.0,233.0,Baltimore,Baltimore-Columbia-Towson +24003740305,"Census Tract 7403.05, Anne Arundel County, Maryland",11647,6952.0,92478.0,284300.0,3274.0,2646.0,6870.0,20.0,356.0,0.0,0.0,735.0,1040.0,Baltimore,Baltimore-Columbia-Towson +24003740701,"Census Tract 7407.01, Anne Arundel County, Maryland",5737,4083.0,92879.0,282700.0,2381.0,3850.0,942.0,0.0,263.0,0.0,104.0,192.0,386.0,Baltimore,Baltimore-Columbia-Towson +24003740304,"Census Tract 7403.04, Anne Arundel County, Maryland",5158,4008.0,95258.0,353300.0,1810.0,3306.0,1094.0,47.0,193.0,0.0,0.0,285.0,233.0,Baltimore,Baltimore-Columbia-Towson +24003980000,"Census Tract 9800, Anne Arundel County, Maryland",9,9.0,-666666666.0,-666666666.0,0.0,3.0,6.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24003702300,"Census Tract 7023, Anne Arundel County, Maryland",5626,3985.0,124158.0,592200.0,1997.0,4890.0,124.0,35.0,229.0,0.0,48.0,98.0,237.0,Baltimore,Baltimore-Columbia-Towson +24003706101,"Census Tract 7061.01, Anne Arundel County, Maryland",3686,2604.0,86944.0,706800.0,1536.0,2665.0,825.0,9.0,35.0,0.0,0.0,0.0,152.0,Baltimore,Baltimore-Columbia-Towson +24003730300,"Census Tract 7303, Anne Arundel County, Maryland",3470,2364.0,86568.0,229800.0,377.0,2621.0,322.0,7.0,80.0,0.0,15.0,26.0,399.0,Baltimore,Baltimore-Columbia-Towson +24003750102,"Census Tract 7501.02, Anne Arundel County, Maryland",2892,1870.0,54097.0,146500.0,259.0,1832.0,606.0,25.0,150.0,0.0,14.0,68.0,219.0,Baltimore,Baltimore-Columbia-Towson +24003750203,"Census Tract 7502.03, Anne Arundel County, Maryland",1099,850.0,67692.0,226200.0,99.0,903.0,58.0,3.0,28.0,0.0,8.0,26.0,73.0,Baltimore,Baltimore-Columbia-Towson +24003750300,"Census Tract 7503, Anne Arundel County, Maryland",2953,1931.0,80000.0,252600.0,491.0,2328.0,97.0,14.0,159.0,0.0,0.0,255.0,100.0,Baltimore,Baltimore-Columbia-Towson +24003750803,"Census Tract 7508.03, Anne Arundel County, Maryland",7645,4657.0,57886.0,181500.0,1021.0,3236.0,2392.0,63.0,191.0,0.0,130.0,383.0,1250.0,Baltimore,Baltimore-Columbia-Towson +24003751103,"Census Tract 7511.03, Anne Arundel County, Maryland",5194,3828.0,60477.0,267100.0,454.0,4310.0,471.0,0.0,40.0,0.0,0.0,304.0,69.0,Baltimore,Baltimore-Columbia-Towson +24003706500,"Census Tract 7065, Anne Arundel County, Maryland",5295,3837.0,88854.0,422300.0,1763.0,3068.0,1013.0,0.0,257.0,0.0,0.0,18.0,939.0,Baltimore,Baltimore-Columbia-Towson +24003706700,"Census Tract 7067, Anne Arundel County, Maryland",5873,390.0,96944.0,-666666666.0,155.0,3906.0,512.0,15.0,379.0,29.0,43.0,524.0,465.0,Baltimore,Baltimore-Columbia-Towson +24003730402,"Census Tract 7304.02, Anne Arundel County, Maryland",6199,4532.0,58911.0,213400.0,845.0,3695.0,1190.0,30.0,436.0,0.0,124.0,269.0,455.0,Baltimore,Baltimore-Columbia-Towson +24003701102,"Census Tract 7011.02, Anne Arundel County, Maryland",8296,5987.0,87878.0,335600.0,2031.0,6579.0,455.0,20.0,195.0,0.0,0.0,236.0,831.0,Baltimore,Baltimore-Columbia-Towson +24003730401,"Census Tract 7304.01, Anne Arundel County, Maryland",5341,3419.0,74868.0,239300.0,621.0,3176.0,1333.0,0.0,201.0,0.0,0.0,243.0,388.0,Baltimore,Baltimore-Columbia-Towson +24003730800,"Census Tract 7308, Anne Arundel County, Maryland",2477,1771.0,171106.0,696300.0,1289.0,2298.0,13.0,0.0,33.0,0.0,4.0,32.0,97.0,Baltimore,Baltimore-Columbia-Towson +24003730901,"Census Tract 7309.01, Anne Arundel County, Maryland",2604,1672.0,140048.0,666500.0,1112.0,2093.0,304.0,0.0,34.0,0.0,0.0,93.0,80.0,Baltimore,Baltimore-Columbia-Towson +24003731309,"Census Tract 7313.09, Anne Arundel County, Maryland",5912,3921.0,78245.0,260700.0,742.0,5096.0,473.0,2.0,23.0,0.0,14.0,73.0,231.0,Baltimore,Baltimore-Columbia-Towson +24003740203,"Census Tract 7402.03, Anne Arundel County, Maryland",6395,4288.0,128184.0,409800.0,1816.0,4483.0,887.0,0.0,313.0,10.0,0.0,277.0,425.0,Baltimore,Baltimore-Columbia-Towson +24003740900,"Census Tract 7409, Anne Arundel County, Maryland",7851,4978.0,90377.0,323100.0,1717.0,4959.0,1246.0,0.0,457.0,0.0,46.0,167.0,976.0,Baltimore,Baltimore-Columbia-Towson +24003701400,"Census Tract 7014, Anne Arundel County, Maryland",3515,2382.0,108438.0,709800.0,975.0,3074.0,367.0,0.0,0.0,0.0,0.0,57.0,17.0,Baltimore,Baltimore-Columbia-Towson +24003702601,"Census Tract 7026.01, Anne Arundel County, Maryland",5470,3765.0,98953.0,384800.0,2295.0,4275.0,729.0,0.0,116.0,0.0,0.0,159.0,191.0,Baltimore,Baltimore-Columbia-Towson +24003707002,"Census Tract 7070.02, Anne Arundel County, Maryland",4900,3492.0,95852.0,341200.0,1217.0,4296.0,247.0,23.0,113.0,0.0,37.0,53.0,131.0,Baltimore,Baltimore-Columbia-Towson +24003731202,"Census Tract 7312.02, Anne Arundel County, Maryland",7920,5472.0,101842.0,370700.0,1703.0,7378.0,201.0,28.0,147.0,0.0,0.0,27.0,139.0,Baltimore,Baltimore-Columbia-Towson +24003740303,"Census Tract 7403.03, Anne Arundel County, Maryland",4579,3174.0,98958.0,326000.0,1002.0,3108.0,481.0,0.0,275.0,0.0,26.0,155.0,534.0,Baltimore,Baltimore-Columbia-Towson +24003740603,"Census Tract 7406.03, Anne Arundel County, Maryland",2926,1293.0,67863.0,-666666666.0,613.0,1818.0,385.0,11.0,141.0,0.0,28.0,165.0,378.0,Baltimore,Baltimore-Columbia-Towson +24003751102,"Census Tract 7511.02, Anne Arundel County, Maryland",4159,3047.0,59896.0,184800.0,590.0,2358.0,1064.0,6.0,262.0,0.0,0.0,95.0,374.0,Baltimore,Baltimore-Columbia-Towson +24003730604,"Census Tract 7306.04, Anne Arundel County, Maryland",7372,4878.0,146295.0,524300.0,3226.0,6515.0,396.0,0.0,261.0,0.0,0.0,186.0,14.0,Baltimore,Baltimore-Columbia-Towson +24003740201,"Census Tract 7402.01, Anne Arundel County, Maryland",7474,5275.0,80227.0,269200.0,1236.0,3903.0,1363.0,0.0,682.0,0.0,0.0,265.0,1261.0,Baltimore,Baltimore-Columbia-Towson +24003740602,"Census Tract 7406.02, Anne Arundel County, Maryland",3213,1523.0,64981.0,-666666666.0,549.0,1463.0,828.0,9.0,164.0,0.0,68.0,245.0,445.0,Baltimore,Baltimore-Columbia-Towson +24003740800,"Census Tract 7408, Anne Arundel County, Maryland",4610,3475.0,104020.0,376000.0,1341.0,3705.0,333.0,0.0,92.0,9.0,16.0,187.0,268.0,Baltimore,Baltimore-Columbia-Towson +24003701101,"Census Tract 7011.01, Anne Arundel County, Maryland",4059,2864.0,119801.0,501400.0,1497.0,3786.0,73.0,0.0,21.0,0.0,0.0,0.0,179.0,Baltimore,Baltimore-Columbia-Towson +24003750201,"Census Tract 7502.01, Anne Arundel County, Maryland",3154,2241.0,46806.0,194000.0,349.0,1544.0,852.0,0.0,111.0,0.0,27.0,144.0,476.0,Baltimore,Baltimore-Columbia-Towson +24003750400,"Census Tract 7504, Anne Arundel County, Maryland",3947,3085.0,93558.0,315700.0,1047.0,3429.0,120.0,0.0,177.0,130.0,0.0,30.0,61.0,Baltimore,Baltimore-Columbia-Towson +24003701300,"Census Tract 7013, Anne Arundel County, Maryland",7790,5431.0,119844.0,509300.0,2437.0,6388.0,873.0,0.0,69.0,0.0,0.0,236.0,224.0,Baltimore,Baltimore-Columbia-Towson +24003702602,"Census Tract 7026.02, Anne Arundel County, Maryland",5784,4348.0,140712.0,618100.0,3046.0,4479.0,558.0,0.0,138.0,0.0,18.0,156.0,435.0,Baltimore,Baltimore-Columbia-Towson +24003706600,"Census Tract 7066, Anne Arundel County, Maryland",5398,3553.0,106064.0,466900.0,2178.0,3864.0,725.0,9.0,96.0,0.0,0.0,27.0,686.0,Baltimore,Baltimore-Columbia-Towson +24003731102,"Census Tract 7311.02, Anne Arundel County, Maryland",7658,5253.0,121250.0,434400.0,3202.0,7189.0,157.0,0.0,99.0,0.0,46.0,68.0,99.0,Baltimore,Baltimore-Columbia-Towson +24003731303,"Census Tract 7313.03, Anne Arundel County, Maryland",6838,4933.0,101771.0,433700.0,1391.0,6473.0,39.0,0.0,109.0,0.0,26.0,166.0,25.0,Baltimore,Baltimore-Columbia-Towson +24003731308,"Census Tract 7313.08, Anne Arundel County, Maryland",3898,2761.0,89375.0,256000.0,490.0,3548.0,69.0,0.0,87.0,0.0,0.0,119.0,75.0,Baltimore,Baltimore-Columbia-Towson +24003750804,"Census Tract 7508.04, Anne Arundel County, Maryland",3591,2780.0,63922.0,238600.0,333.0,2584.0,295.0,9.0,246.0,0.0,0.0,153.0,304.0,Baltimore,Baltimore-Columbia-Towson +24003731307,"Census Tract 7313.07, Anne Arundel County, Maryland",6530,4362.0,90028.0,283100.0,1074.0,5824.0,336.0,0.0,51.0,0.0,0.0,186.0,133.0,Baltimore,Baltimore-Columbia-Towson +24003730502,"Census Tract 7305.02, Anne Arundel County, Maryland",5953,4215.0,82404.0,291600.0,1216.0,3585.0,1487.0,0.0,316.0,0.0,0.0,291.0,274.0,Baltimore,Baltimore-Columbia-Towson +24003730504,"Census Tract 7305.04, Anne Arundel County, Maryland",7430,5330.0,89274.0,270200.0,2094.0,4269.0,2305.0,0.0,190.0,0.0,0.0,402.0,264.0,Baltimore,Baltimore-Columbia-Towson +24003731002,"Census Tract 7310.02, Anne Arundel County, Maryland",3571,2622.0,105161.0,373800.0,1236.0,2702.0,303.0,0.0,82.0,0.0,0.0,138.0,346.0,Baltimore,Baltimore-Columbia-Towson +24003731310,"Census Tract 7313.10, Anne Arundel County, Maryland",5612,3680.0,96792.0,272700.0,714.0,4834.0,460.0,5.0,119.0,0.0,0.0,35.0,159.0,Baltimore,Baltimore-Columbia-Towson +24003731311,"Census Tract 7313.11, Anne Arundel County, Maryland",8123,5247.0,105769.0,257900.0,1422.0,6180.0,529.0,0.0,92.0,0.0,0.0,441.0,881.0,Baltimore,Baltimore-Columbia-Towson +24003740102,"Census Tract 7401.02, Anne Arundel County, Maryland",10522,7714.0,105059.0,356500.0,4044.0,5444.0,2021.0,41.0,1794.0,0.0,0.0,406.0,816.0,Baltimore,Baltimore-Columbia-Towson +24003740400,"Census Tract 7404, Anne Arundel County, Maryland",5849,5129.0,-666666666.0,-666666666.0,158.0,1566.0,3860.0,18.0,11.0,0.0,0.0,117.0,277.0,Baltimore,Baltimore-Columbia-Towson +24003741000,"Census Tract 7410, Anne Arundel County, Maryland",2438,1685.0,142361.0,439900.0,699.0,1925.0,156.0,67.0,120.0,0.0,0.0,53.0,184.0,Baltimore,Baltimore-Columbia-Towson +24003750900,"Census Tract 7509, Anne Arundel County, Maryland",2949,2121.0,62768.0,242300.0,379.0,2143.0,163.0,38.0,148.0,0.0,0.0,147.0,310.0,Baltimore,Baltimore-Columbia-Towson +24003751000,"Census Tract 7510, Anne Arundel County, Maryland",4232,2941.0,68059.0,225600.0,432.0,3042.0,464.0,0.0,21.0,48.0,25.0,67.0,565.0,Baltimore,Baltimore-Columbia-Towson +24003702500,"Census Tract 7025, Anne Arundel County, Maryland",5949,4271.0,88482.0,509400.0,1543.0,2760.0,1942.0,0.0,92.0,0.0,0.0,202.0,953.0,Baltimore,Baltimore-Columbia-Towson +24003702100,"Census Tract 7021, Anne Arundel County, Maryland",7148,5078.0,123419.0,399700.0,2510.0,6029.0,453.0,0.0,59.0,0.0,0.0,218.0,389.0,Baltimore,Baltimore-Columbia-Towson +24003702402,"Census Tract 7024.02, Anne Arundel County, Maryland",6341,5072.0,107283.0,512100.0,3145.0,5698.0,174.0,11.0,144.0,0.0,0.0,122.0,192.0,Baltimore,Baltimore-Columbia-Towson +24003730100,"Census Tract 7301, Anne Arundel County, Maryland",10861,7408.0,102700.0,300700.0,2584.0,8112.0,1450.0,0.0,399.0,0.0,60.0,457.0,383.0,Baltimore,Baltimore-Columbia-Towson +24003730203,"Census Tract 7302.03, Anne Arundel County, Maryland",5538,4110.0,46779.0,257000.0,805.0,2763.0,1459.0,0.0,208.0,39.0,0.0,125.0,944.0,Baltimore,Baltimore-Columbia-Towson +24003730204,"Census Tract 7302.04, Anne Arundel County, Maryland",6162,4196.0,65163.0,254400.0,774.0,3476.0,1635.0,61.0,334.0,74.0,0.0,136.0,446.0,Baltimore,Baltimore-Columbia-Towson +24003701200,"Census Tract 7012, Anne Arundel County, Maryland",8656,5925.0,130036.0,445800.0,2460.0,8237.0,121.0,0.0,0.0,0.0,0.0,83.0,215.0,Baltimore,Baltimore-Columbia-Towson +24003730601,"Census Tract 7306.01, Anne Arundel County, Maryland",6993,4622.0,174271.0,599800.0,3274.0,6275.0,0.0,11.0,398.0,0.0,20.0,83.0,206.0,Baltimore,Baltimore-Columbia-Towson +24003730603,"Census Tract 7306.03, Anne Arundel County, Maryland",3054,2044.0,121016.0,463400.0,864.0,2522.0,113.0,18.0,297.0,0.0,35.0,69.0,0.0,Baltimore,Baltimore-Columbia-Towson +24003731103,"Census Tract 7311.03, Anne Arundel County, Maryland",5300,3534.0,114730.0,404500.0,1605.0,4241.0,411.0,21.0,315.0,0.0,0.0,69.0,243.0,Baltimore,Baltimore-Columbia-Towson +24003731204,"Census Tract 7312.04, Anne Arundel County, Maryland",6284,4460.0,82589.0,354600.0,1403.0,5283.0,325.0,0.0,255.0,0.0,0.0,106.0,315.0,Baltimore,Baltimore-Columbia-Towson +24003731306,"Census Tract 7313.06, Anne Arundel County, Maryland",5904,4374.0,88000.0,444200.0,1004.0,5403.0,90.0,40.0,60.0,0.0,0.0,149.0,162.0,Baltimore,Baltimore-Columbia-Towson +24003740105,"Census Tract 7401.05, Anne Arundel County, Maryland",3769,2093.0,62685.0,318600.0,540.0,696.0,2438.0,0.0,232.0,0.0,7.0,142.0,254.0,Baltimore,Baltimore-Columbia-Towson +24003706401,"Census Tract 7064.01, Anne Arundel County, Maryland",7855,4969.0,69945.0,254200.0,1385.0,2476.0,1060.0,0.0,77.0,0.0,0.0,55.0,4187.0,Baltimore,Baltimore-Columbia-Towson +24003730700,"Census Tract 7307, Anne Arundel County, Maryland",7487,4909.0,118433.0,503800.0,2986.0,6530.0,344.0,36.0,63.0,0.0,14.0,213.0,287.0,Baltimore,Baltimore-Columbia-Towson +24003731203,"Census Tract 7312.03, Anne Arundel County, Maryland",7132,4844.0,125035.0,440700.0,2445.0,6485.0,205.0,0.0,66.0,0.0,0.0,161.0,215.0,Baltimore,Baltimore-Columbia-Towson +24003740500,"Census Tract 7405, Anne Arundel County, Maryland",10675,7290.0,110486.0,323600.0,4071.0,2485.0,6594.0,0.0,776.0,0.0,0.0,296.0,524.0,Baltimore,Baltimore-Columbia-Towson +24003740601,"Census Tract 7406.01, Anne Arundel County, Maryland",3981,2111.0,76343.0,238200.0,820.0,2111.0,856.0,7.0,157.0,0.0,11.0,425.0,414.0,Baltimore,Baltimore-Columbia-Towson +24003750101,"Census Tract 7501.01, Anne Arundel County, Maryland",4294,2808.0,55492.0,198300.0,457.0,2591.0,605.0,82.0,72.0,14.0,11.0,384.0,535.0,Baltimore,Baltimore-Columbia-Towson +24003750801,"Census Tract 7508.01, Anne Arundel County, Maryland",6391,4441.0,94904.0,256500.0,1084.0,5198.0,517.0,0.0,127.0,0.0,0.0,424.0,125.0,Baltimore,Baltimore-Columbia-Towson +24003731201,"Census Tract 7312.01, Anne Arundel County, Maryland",6454,4249.0,130370.0,513900.0,2804.0,5956.0,2.0,0.0,62.0,0.0,33.0,80.0,321.0,Baltimore,Baltimore-Columbia-Towson +24003740103,"Census Tract 7401.03, Anne Arundel County, Maryland",8677,6182.0,113544.0,327300.0,2517.0,4003.0,2621.0,2.0,776.0,36.0,0.0,425.0,814.0,Baltimore,Baltimore-Columbia-Towson +24003730902,"Census Tract 7309.02, Anne Arundel County, Maryland",4156,2908.0,166591.0,668700.0,1900.0,3491.0,178.0,11.0,65.0,0.0,0.0,88.0,323.0,Baltimore,Baltimore-Columbia-Towson +24003750202,"Census Tract 7502.02, Anne Arundel County, Maryland",3394,2394.0,75135.0,221300.0,350.0,2364.0,228.0,0.0,138.0,0.0,0.0,83.0,581.0,Baltimore,Baltimore-Columbia-Towson +24003740104,"Census Tract 7401.04, Anne Arundel County, Maryland",8549,5353.0,97688.0,327100.0,2592.0,2857.0,4016.0,0.0,601.0,0.0,13.0,328.0,734.0,Baltimore,Baltimore-Columbia-Towson +24003707001,"Census Tract 7070.01, Anne Arundel County, Maryland",6242,4317.0,92298.0,308400.0,1181.0,5281.0,604.0,0.0,39.0,0.0,0.0,118.0,200.0,Baltimore,Baltimore-Columbia-Towson +24003706402,"Census Tract 7064.02, Anne Arundel County, Maryland",3099,2364.0,71979.0,363300.0,934.0,1483.0,981.0,45.0,23.0,0.0,0.0,44.0,568.0,Baltimore,Baltimore-Columbia-Towson +24003702208,"Census Tract 7022.08, Anne Arundel County, Maryland",7139,4825.0,111057.0,315200.0,3020.0,4344.0,1293.0,0.0,609.0,0.0,16.0,437.0,440.0,Baltimore,Baltimore-Columbia-Towson +24003751700,"Census Tract 7517, Anne Arundel County, Maryland",2866,2123.0,172604.0,668800.0,1036.0,2305.0,251.0,0.0,138.0,0.0,0.0,32.0,140.0,Baltimore,Baltimore-Columbia-Towson +24003751600,"Census Tract 7516, Anne Arundel County, Maryland",5197,4571.0,81295.0,373500.0,2018.0,4848.0,168.0,16.0,134.0,0.0,0.0,30.0,1.0,Baltimore,Baltimore-Columbia-Towson +24003751400,"Census Tract 7514, Anne Arundel County, Maryland",3935,2895.0,103682.0,357300.0,893.0,2435.0,953.0,12.0,226.0,0.0,0.0,168.0,141.0,Baltimore,Baltimore-Columbia-Towson +24003751200,"Census Tract 7512, Anne Arundel County, Maryland",4254,2842.0,97284.0,318000.0,953.0,3876.0,144.0,0.0,128.0,0.0,27.0,43.0,36.0,Baltimore,Baltimore-Columbia-Towson +24003751500,"Census Tract 7515, Anne Arundel County, Maryland",7021,4768.0,71451.0,256200.0,939.0,2445.0,2502.0,0.0,326.0,0.0,0.0,36.0,1712.0,Baltimore,Baltimore-Columbia-Towson +24005451702,"Census Tract 4517.02, Baltimore County, Maryland",1833,1438.0,83250.0,287400.0,337.0,1748.0,29.0,13.0,4.0,0.0,0.0,27.0,12.0,Baltimore,Baltimore-Columbia-Towson +24005451500,"Census Tract 4515, Baltimore County, Maryland",3750,2379.0,62244.0,141800.0,207.0,2247.0,1201.0,96.0,0.0,0.0,0.0,151.0,55.0,Baltimore,Baltimore-Columbia-Towson +24005450900,"Census Tract 4509, Baltimore County, Maryland",4182,3231.0,76607.0,266300.0,720.0,3431.0,653.0,0.0,17.0,0.0,8.0,48.0,25.0,Baltimore,Baltimore-Columbia-Towson +24005451100,"Census Tract 4511, Baltimore County, Maryland",2261,1486.0,90417.0,308300.0,370.0,1097.0,952.0,0.0,32.0,0.0,13.0,82.0,85.0,Baltimore,Baltimore-Columbia-Towson +24005452000,"Census Tract 4520, Baltimore County, Maryland",2638,1961.0,70625.0,260200.0,268.0,2358.0,180.0,0.0,38.0,0.0,0.0,12.0,50.0,Baltimore,Baltimore-Columbia-Towson +24005491900,"Census Tract 4919, Baltimore County, Maryland",1872,1494.0,62025.0,219400.0,304.0,1572.0,31.0,0.0,110.0,0.0,0.0,25.0,134.0,Baltimore,Baltimore-Columbia-Towson +24005491402,"Census Tract 4914.02, Baltimore County, Maryland",2946,2026.0,40347.0,167800.0,363.0,1080.0,1763.0,0.0,46.0,0.0,14.0,21.0,22.0,Baltimore,Baltimore-Columbia-Towson +24005400900,"Census Tract 4009, Baltimore County, Maryland",2044,1342.0,65481.0,324000.0,605.0,1099.0,381.0,0.0,52.0,0.0,31.0,44.0,437.0,Baltimore,Baltimore-Columbia-Towson +24005400200,"Census Tract 4002, Baltimore County, Maryland",2278,1798.0,76389.0,209200.0,862.0,1712.0,290.0,0.0,125.0,0.0,0.0,37.0,114.0,Baltimore,Baltimore-Columbia-Towson +24005400800,"Census Tract 4008, Baltimore County, Maryland",2545,1957.0,88864.0,273600.0,594.0,1425.0,660.0,0.0,197.0,0.0,12.0,26.0,225.0,Baltimore,Baltimore-Columbia-Towson +24005401504,"Census Tract 4015.04, Baltimore County, Maryland",6455,4921.0,88697.0,287300.0,2235.0,1906.0,1973.0,100.0,1553.0,68.0,0.0,95.0,760.0,Baltimore,Baltimore-Columbia-Towson +24005402304,"Census Tract 4023.04, Baltimore County, Maryland",3655,2667.0,70202.0,175500.0,935.0,92.0,3424.0,21.0,0.0,0.0,0.0,7.0,111.0,Baltimore,Baltimore-Columbia-Towson +24005402404,"Census Tract 4024.04, Baltimore County, Maryland",5294,3875.0,51552.0,187800.0,964.0,401.0,4589.0,0.0,30.0,0.0,0.0,47.0,227.0,Baltimore,Baltimore-Columbia-Towson +24005420600,"Census Tract 4206, Baltimore County, Maryland",4449,2937.0,52883.0,132200.0,267.0,3304.0,287.0,60.0,349.0,11.0,0.0,41.0,397.0,Baltimore,Baltimore-Columbia-Towson +24005411202,"Census Tract 4112.02, Baltimore County, Maryland",3802,2770.0,123229.0,458900.0,1569.0,3500.0,92.0,6.0,81.0,0.0,10.0,75.0,38.0,Baltimore,Baltimore-Columbia-Towson +24005411307,"Census Tract 4113.07, Baltimore County, Maryland",3855,2745.0,78565.0,239700.0,1104.0,2328.0,577.0,0.0,737.0,0.0,0.0,26.0,187.0,Baltimore,Baltimore-Columbia-Towson +24005420401,"Census Tract 4204.01, Baltimore County, Maryland",6230,3618.0,54581.0,130800.0,538.0,4066.0,1230.0,126.0,392.0,0.0,0.0,344.0,118.0,Baltimore,Baltimore-Columbia-Towson +24005421102,"Census Tract 4211.02, Baltimore County, Maryland",2392,1765.0,53772.0,139200.0,235.0,2072.0,202.0,0.0,28.0,0.0,0.0,25.0,65.0,Baltimore,Baltimore-Columbia-Towson +24005430700,"Census Tract 4307, Baltimore County, Maryland",5283,3938.0,90226.0,208900.0,1195.0,4369.0,376.0,0.0,364.0,0.0,0.0,74.0,100.0,Baltimore,Baltimore-Columbia-Towson +24005430800,"Census Tract 4308, Baltimore County, Maryland",3497,2492.0,73981.0,217900.0,735.0,2835.0,58.0,0.0,240.0,53.0,0.0,277.0,34.0,Baltimore,Baltimore-Columbia-Towson +24005441101,"Census Tract 4411.01, Baltimore County, Maryland",2113,1631.0,63684.0,220900.0,347.0,1475.0,427.0,0.0,43.0,0.0,0.0,23.0,145.0,Baltimore,Baltimore-Columbia-Towson +24005451200,"Census Tract 4512, Baltimore County, Maryland",3570,2685.0,74539.0,198900.0,403.0,3246.0,200.0,20.0,0.0,0.0,0.0,62.0,42.0,Baltimore,Baltimore-Columbia-Towson +24005451300,"Census Tract 4513, Baltimore County, Maryland",4037,2664.0,48563.0,153700.0,371.0,2538.0,986.0,9.0,156.0,0.0,0.0,79.0,269.0,Baltimore,Baltimore-Columbia-Towson +24005451802,"Census Tract 4518.02, Baltimore County, Maryland",3910,3092.0,68405.0,309600.0,636.0,3565.0,59.0,0.0,146.0,48.0,0.0,54.0,38.0,Baltimore,Baltimore-Columbia-Towson +24005452400,"Census Tract 4524, Baltimore County, Maryland",3405,2405.0,67875.0,167800.0,387.0,2903.0,250.0,0.0,97.0,0.0,9.0,125.0,21.0,Baltimore,Baltimore-Columbia-Towson +24005490301,"Census Tract 4903.01, Baltimore County, Maryland",7178,4605.0,56609.0,245300.0,1965.0,4862.0,1369.0,29.0,259.0,0.0,100.0,102.0,457.0,Baltimore,Baltimore-Columbia-Towson +24005490701,"Census Tract 4907.01, Baltimore County, Maryland",1676,1408.0,102500.0,479600.0,853.0,1551.0,112.0,0.0,0.0,0.0,0.0,4.0,9.0,Baltimore,Baltimore-Columbia-Towson +24005490800,"Census Tract 4908, Baltimore County, Maryland",3525,1936.0,87727.0,387800.0,1485.0,3225.0,23.0,0.0,120.0,0.0,0.0,96.0,61.0,Baltimore,Baltimore-Columbia-Towson +24005402503,"Census Tract 4025.03, Baltimore County, Maryland",5185,3457.0,47679.0,294200.0,784.0,517.0,4316.0,9.0,76.0,0.0,0.0,228.0,39.0,Baltimore,Baltimore-Columbia-Towson +24005403500,"Census Tract 4035, Baltimore County, Maryland",5115,3389.0,97375.0,360800.0,2331.0,4334.0,180.0,0.0,518.0,0.0,0.0,16.0,67.0,Baltimore,Baltimore-Columbia-Towson +24005408200,"Census Tract 4082, Baltimore County, Maryland",1889,1401.0,150750.0,635500.0,861.0,1701.0,39.0,0.0,64.0,0.0,0.0,41.0,44.0,Baltimore,Baltimore-Columbia-Towson +24005402403,"Census Tract 4024.03, Baltimore County, Maryland",1975,1591.0,65461.0,171300.0,452.0,115.0,1780.0,0.0,20.0,0.0,25.0,27.0,8.0,Baltimore,Baltimore-Columbia-Towson +24005491500,"Census Tract 4915, Baltimore County, Maryland",3909,2632.0,64538.0,190000.0,926.0,2163.0,758.0,27.0,576.0,0.0,5.0,77.0,303.0,Baltimore,Baltimore-Columbia-Towson +24005492102,"Census Tract 4921.02, Baltimore County, Maryland",2088,1434.0,70441.0,210700.0,333.0,1602.0,251.0,0.0,50.0,0.0,0.0,13.0,172.0,Baltimore,Baltimore-Columbia-Towson +24005492200,"Census Tract 4922, Baltimore County, Maryland",5025,3661.0,58103.0,259100.0,1173.0,3345.0,976.0,0.0,398.0,0.0,0.0,60.0,246.0,Baltimore,Baltimore-Columbia-Towson +24005402405,"Census Tract 4024.05, Baltimore County, Maryland",3517,2462.0,60335.0,189600.0,441.0,445.0,2700.0,13.0,14.0,0.0,0.0,40.0,305.0,Baltimore,Baltimore-Columbia-Towson +24005402504,"Census Tract 4025.04, Baltimore County, Maryland",4149,2860.0,97351.0,274200.0,1241.0,517.0,3417.0,0.0,43.0,0.0,0.0,132.0,40.0,Baltimore,Baltimore-Columbia-Towson +24005403201,"Census Tract 4032.01, Baltimore County, Maryland",3367,2498.0,72426.0,197100.0,712.0,189.0,2941.0,0.0,11.0,0.0,18.0,75.0,133.0,Baltimore,Baltimore-Columbia-Towson +24005403702,"Census Tract 4037.02, Baltimore County, Maryland",5099,3556.0,77446.0,237100.0,1571.0,2836.0,1626.0,0.0,116.0,0.0,79.0,147.0,295.0,Baltimore,Baltimore-Columbia-Towson +24005408900,"Census Tract 4089, Baltimore County, Maryland",2629,2012.0,102772.0,337500.0,1154.0,2149.0,308.0,0.0,110.0,0.0,0.0,15.0,47.0,Baltimore,Baltimore-Columbia-Towson +24005411102,"Census Tract 4111.02, Baltimore County, Maryland",3066,2311.0,103311.0,362500.0,886.0,2934.0,44.0,0.0,21.0,0.0,0.0,27.0,40.0,Baltimore,Baltimore-Columbia-Towson +24005408502,"Census Tract 4085.02, Baltimore County, Maryland",5328,4227.0,91335.0,413900.0,2397.0,4622.0,189.0,0.0,311.0,0.0,0.0,69.0,137.0,Baltimore,Baltimore-Columbia-Towson +24005408503,"Census Tract 4085.03, Baltimore County, Maryland",3546,2367.0,59853.0,230000.0,989.0,1626.0,822.0,0.0,618.0,0.0,0.0,90.0,390.0,Baltimore,Baltimore-Columbia-Towson +24005408602,"Census Tract 4086.02, Baltimore County, Maryland",2115,1545.0,98462.0,355300.0,879.0,1606.0,26.0,0.0,287.0,0.0,0.0,53.0,143.0,Baltimore,Baltimore-Columbia-Towson +24005411407,"Census Tract 4114.07, Baltimore County, Maryland",10888,8266.0,57608.0,240200.0,2751.0,7601.0,2154.0,0.0,773.0,0.0,1.0,123.0,236.0,Baltimore,Baltimore-Columbia-Towson +24005411409,"Census Tract 4114.09, Baltimore County, Maryland",5242,3571.0,101821.0,259300.0,1719.0,3845.0,775.0,54.0,354.0,0.0,0.0,147.0,92.0,Baltimore,Baltimore-Columbia-Towson +24005411410,"Census Tract 4114.10, Baltimore County, Maryland",4783,3382.0,91750.0,283200.0,1531.0,3300.0,572.0,0.0,721.0,0.0,0.0,62.0,128.0,Baltimore,Baltimore-Columbia-Towson +24005420100,"Census Tract 4201, Baltimore County, Maryland",3689,2727.0,53781.0,154900.0,394.0,3256.0,38.0,48.0,323.0,0.0,0.0,11.0,13.0,Baltimore,Baltimore-Columbia-Towson +24005420200,"Census Tract 4202, Baltimore County, Maryland",2604,1978.0,57143.0,148500.0,236.0,2128.0,118.0,65.0,0.0,0.0,0.0,39.0,254.0,Baltimore,Baltimore-Columbia-Towson +24005408704,"Census Tract 4087.04, Baltimore County, Maryland",5692,3903.0,111607.0,411300.0,2816.0,4408.0,14.0,0.0,1063.0,0.0,0.0,31.0,176.0,Baltimore,Baltimore-Columbia-Towson +24005408400,"Census Tract 4084, Baltimore County, Maryland",817,738.0,63971.0,264200.0,386.0,714.0,16.0,0.0,60.0,0.0,4.0,8.0,15.0,Baltimore,Baltimore-Columbia-Towson +24005408505,"Census Tract 4085.05, Baltimore County, Maryland",3886,2738.0,84269.0,372400.0,1578.0,2935.0,270.0,0.0,467.0,0.0,0.0,35.0,179.0,Baltimore,Baltimore-Columbia-Towson +24005408703,"Census Tract 4087.03, Baltimore County, Maryland",6395,4738.0,94922.0,334400.0,3049.0,5136.0,313.0,27.0,554.0,0.0,0.0,183.0,182.0,Baltimore,Baltimore-Columbia-Towson +24005411306,"Census Tract 4113.06, Baltimore County, Maryland",5384,3862.0,86179.0,233200.0,1777.0,3577.0,804.0,0.0,856.0,0.0,0.0,95.0,52.0,Baltimore,Baltimore-Columbia-Towson +24005411404,"Census Tract 4114.04, Baltimore County, Maryland",3665,2725.0,87250.0,280200.0,1204.0,2845.0,325.0,0.0,429.0,0.0,0.0,20.0,46.0,Baltimore,Baltimore-Columbia-Towson +24005420303,"Census Tract 4203.03, Baltimore County, Maryland",1352,965.0,61250.0,163000.0,101.0,1288.0,5.0,6.0,5.0,0.0,0.0,31.0,17.0,Baltimore,Baltimore-Columbia-Towson +24005430300,"Census Tract 4303, Baltimore County, Maryland",5668,3402.0,35022.0,121900.0,407.0,2619.0,1678.0,0.0,141.0,0.0,9.0,289.0,932.0,Baltimore,Baltimore-Columbia-Towson +24005440400,"Census Tract 4404, Baltimore County, Maryland",4976,3713.0,74410.0,191300.0,976.0,3193.0,1212.0,0.0,0.0,3.0,0.0,153.0,415.0,Baltimore,Baltimore-Columbia-Towson +24005450501,"Census Tract 4505.01, Baltimore County, Maryland",4309,3197.0,48929.0,156700.0,264.0,3301.0,611.0,0.0,72.0,0.0,87.0,126.0,112.0,Baltimore,Baltimore-Columbia-Towson +24005400400,"Census Tract 4004, Baltimore County, Maryland",5683,4201.0,114386.0,386600.0,2380.0,4696.0,426.0,39.0,343.0,0.0,0.0,78.0,101.0,Baltimore,Baltimore-Columbia-Towson +24005400702,"Census Tract 4007.02, Baltimore County, Maryland",2052,1320.0,90938.0,224000.0,540.0,1313.0,442.0,0.0,79.0,0.0,0.0,130.0,88.0,Baltimore,Baltimore-Columbia-Towson +24005402307,"Census Tract 4023.07, Baltimore County, Maryland",6348,4121.0,63743.0,193200.0,1445.0,471.0,5568.0,0.0,209.0,0.0,0.0,0.0,100.0,Baltimore,Baltimore-Columbia-Towson +24005402602,"Census Tract 4026.02, Baltimore County, Maryland",2200,1467.0,72750.0,207000.0,415.0,324.0,1725.0,13.0,7.0,0.0,0.0,55.0,76.0,Baltimore,Baltimore-Columbia-Towson +24005403701,"Census Tract 4037.01, Baltimore County, Maryland",7433,5584.0,77417.0,309700.0,3184.0,4956.0,1673.0,0.0,363.0,0.0,63.0,122.0,256.0,Baltimore,Baltimore-Columbia-Towson +24005404402,"Census Tract 4044.02, Baltimore County, Maryland",6355,4166.0,114583.0,331800.0,2641.0,4425.0,1125.0,1.0,377.0,0.0,0.0,170.0,257.0,Baltimore,Baltimore-Columbia-Towson +24005405000,"Census Tract 4050, Baltimore County, Maryland",4704,3286.0,101964.0,397900.0,1288.0,4351.0,92.0,0.0,90.0,0.0,0.0,23.0,148.0,Baltimore,Baltimore-Columbia-Towson +24005408302,"Census Tract 4083.02, Baltimore County, Maryland",2986,2262.0,126667.0,450400.0,1548.0,2282.0,0.0,0.0,613.0,12.0,0.0,35.0,44.0,Baltimore,Baltimore-Columbia-Towson +24005408601,"Census Tract 4086.01, Baltimore County, Maryland",4015,2824.0,102902.0,340300.0,1619.0,3501.0,70.0,6.0,346.0,0.0,9.0,57.0,26.0,Baltimore,Baltimore-Columbia-Towson +24005491000,"Census Tract 4910, Baltimore County, Maryland",2252,1497.0,144000.0,474200.0,1167.0,2008.0,50.0,0.0,91.0,0.0,0.0,25.0,78.0,Baltimore,Baltimore-Columbia-Towson +24005451000,"Census Tract 4510, Baltimore County, Maryland",1723,1433.0,79519.0,369500.0,247.0,1589.0,63.0,6.0,10.0,0.0,0.0,23.0,32.0,Baltimore,Baltimore-Columbia-Towson +24005491300,"Census Tract 4913, Baltimore County, Maryland",3638,2096.0,55440.0,242000.0,1067.0,1443.0,1513.0,14.0,330.0,0.0,0.0,123.0,215.0,Baltimore,Baltimore-Columbia-Towson +24005491401,"Census Tract 4914.01, Baltimore County, Maryland",5709,3280.0,43456.0,168600.0,989.0,783.0,4847.0,0.0,26.0,0.0,0.0,38.0,15.0,Baltimore,Baltimore-Columbia-Towson +24005440300,"Census Tract 4403, Baltimore County, Maryland",2035,1408.0,60040.0,207900.0,505.0,980.0,561.0,0.0,346.0,15.0,0.0,49.0,84.0,Baltimore,Baltimore-Columbia-Towson +24005440600,"Census Tract 4406, Baltimore County, Maryland",2300,1632.0,108929.0,346800.0,668.0,1455.0,506.0,0.0,248.0,0.0,0.0,33.0,58.0,Baltimore,Baltimore-Columbia-Towson +24005440800,"Census Tract 4408, Baltimore County, Maryland",3173,2380.0,66875.0,330400.0,853.0,1420.0,928.0,39.0,562.0,0.0,23.0,103.0,98.0,Baltimore,Baltimore-Columbia-Towson +24005490602,"Census Tract 4906.02, Baltimore County, Maryland",2831,1876.0,83233.0,297200.0,1357.0,2345.0,27.0,0.0,261.0,0.0,0.0,62.0,136.0,Baltimore,Baltimore-Columbia-Towson +24005492002,"Census Tract 4920.02, Baltimore County, Maryland",3963,2731.0,74819.0,203000.0,905.0,2862.0,900.0,0.0,7.0,15.0,26.0,41.0,112.0,Baltimore,Baltimore-Columbia-Towson +24005401102,"Census Tract 4011.02, Baltimore County, Maryland",1010,708.0,53469.0,188400.0,226.0,103.0,732.0,6.0,66.0,2.0,0.0,74.0,27.0,Baltimore,Baltimore-Columbia-Towson +24005401301,"Census Tract 4013.01, Baltimore County, Maryland",3626,2575.0,62963.0,162700.0,525.0,476.0,2771.0,0.0,127.0,0.0,58.0,45.0,149.0,Baltimore,Baltimore-Columbia-Towson +24005401505,"Census Tract 4015.05, Baltimore County, Maryland",4477,3234.0,73375.0,250100.0,1163.0,1186.0,1964.0,9.0,838.0,0.0,7.0,124.0,349.0,Baltimore,Baltimore-Columbia-Towson +24005402303,"Census Tract 4023.03, Baltimore County, Maryland",6705,4717.0,69772.0,173300.0,1524.0,460.0,5866.0,134.0,48.0,0.0,0.0,103.0,228.0,Baltimore,Baltimore-Columbia-Towson +24005402306,"Census Tract 4023.06, Baltimore County, Maryland",3960,2567.0,48431.0,204200.0,849.0,211.0,3332.0,0.0,261.0,0.0,8.0,24.0,124.0,Baltimore,Baltimore-Columbia-Towson +24005402506,"Census Tract 4025.06, Baltimore County, Maryland",4521,3104.0,83107.0,214200.0,1154.0,498.0,3707.0,0.0,131.0,0.0,0.0,123.0,62.0,Baltimore,Baltimore-Columbia-Towson +24005403801,"Census Tract 4038.01, Baltimore County, Maryland",1659,1249.0,198158.0,658100.0,1008.0,1461.0,26.0,0.0,157.0,0.0,0.0,0.0,15.0,Baltimore,Baltimore-Columbia-Towson +24005420800,"Census Tract 4208, Baltimore County, Maryland",3220,2217.0,63017.0,155800.0,158.0,2748.0,108.0,28.0,62.0,0.0,0.0,91.0,211.0,Baltimore,Baltimore-Columbia-Towson +24005430400,"Census Tract 4304, Baltimore County, Maryland",4429,3155.0,76757.0,251100.0,527.0,3662.0,403.0,0.0,77.0,0.0,0.0,131.0,156.0,Baltimore,Baltimore-Columbia-Towson +24005430600,"Census Tract 4306, Baltimore County, Maryland",2320,1746.0,95385.0,270800.0,632.0,2026.0,129.0,0.0,43.0,0.0,0.0,53.0,69.0,Baltimore,Baltimore-Columbia-Towson +24005450300,"Census Tract 4503, Baltimore County, Maryland",3156,2286.0,48623.0,188900.0,234.0,2660.0,250.0,0.0,104.0,0.0,22.0,63.0,57.0,Baltimore,Baltimore-Columbia-Towson +24005451701,"Census Tract 4517.01, Baltimore County, Maryland",3757,2809.0,85000.0,270600.0,807.0,2812.0,585.0,0.0,173.0,0.0,35.0,0.0,152.0,Baltimore,Baltimore-Columbia-Towson +24005451801,"Census Tract 4518.01, Baltimore County, Maryland",5742,3990.0,65290.0,218200.0,625.0,4488.0,955.0,0.0,24.0,18.0,0.0,238.0,19.0,Baltimore,Baltimore-Columbia-Towson +24005490100,"Census Tract 4901, Baltimore County, Maryland",3887,2965.0,142950.0,465800.0,2013.0,3527.0,31.0,8.0,163.0,0.0,0.0,1.0,165.0,Baltimore,Baltimore-Columbia-Towson +24005490200,"Census Tract 4902, Baltimore County, Maryland",2908,1937.0,111292.0,322800.0,1145.0,2476.0,87.0,0.0,224.0,0.0,14.0,51.0,56.0,Baltimore,Baltimore-Columbia-Towson +24005491100,"Census Tract 4911, Baltimore County, Maryland",4104,2460.0,88793.0,334200.0,1613.0,2483.0,1025.0,0.0,280.0,0.0,0.0,96.0,220.0,Baltimore,Baltimore-Columbia-Towson +24005491202,"Census Tract 4912.02, Baltimore County, Maryland",1879,1315.0,72083.0,217500.0,723.0,1295.0,386.0,0.0,61.0,0.0,0.0,28.0,109.0,Baltimore,Baltimore-Columbia-Towson +24005491701,"Census Tract 4917.01, Baltimore County, Maryland",4086,2989.0,73828.0,264500.0,1394.0,2341.0,1000.0,32.0,247.0,0.0,0.0,77.0,389.0,Baltimore,Baltimore-Columbia-Towson +24005400100,"Census Tract 4001, Baltimore County, Maryland",4610,3482.0,49833.0,242200.0,1393.0,3337.0,684.0,0.0,589.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24005402201,"Census Tract 4022.01, Baltimore County, Maryland",3763,2547.0,84135.0,322000.0,995.0,1937.0,1530.0,13.0,63.0,2.0,60.0,83.0,75.0,Baltimore,Baltimore-Columbia-Towson +24005408100,"Census Tract 4081, Baltimore County, Maryland",5923,4117.0,108448.0,397600.0,2488.0,5213.0,206.0,6.0,370.0,0.0,0.0,43.0,85.0,Baltimore,Baltimore-Columbia-Towson +24005411303,"Census Tract 4113.03, Baltimore County, Maryland",6292,4443.0,70173.0,258700.0,1708.0,4640.0,943.0,21.0,347.0,0.0,0.0,123.0,218.0,Baltimore,Baltimore-Columbia-Towson +24005420402,"Census Tract 4204.02, Baltimore County, Maryland",1972,1408.0,58679.0,167000.0,185.0,1628.0,120.0,9.0,78.0,9.0,0.0,74.0,54.0,Baltimore,Baltimore-Columbia-Towson +24005452100,"Census Tract 4521, Baltimore County, Maryland",3380,2437.0,76384.0,240600.0,397.0,2759.0,263.0,0.0,0.0,0.0,0.0,114.0,244.0,Baltimore,Baltimore-Columbia-Towson +24005400500,"Census Tract 4005, Baltimore County, Maryland",2525,1693.0,157708.0,485600.0,1149.0,2298.0,97.0,28.0,24.0,0.0,0.0,0.0,78.0,Baltimore,Baltimore-Columbia-Towson +24005402202,"Census Tract 4022.02, Baltimore County, Maryland",1520,1215.0,128281.0,418800.0,578.0,908.0,417.0,0.0,39.0,0.0,0.0,99.0,57.0,Baltimore,Baltimore-Columbia-Towson +24005403802,"Census Tract 4038.02, Baltimore County, Maryland",2825,1965.0,158908.0,560200.0,1540.0,2603.0,141.0,0.0,23.0,0.0,0.0,46.0,12.0,Baltimore,Baltimore-Columbia-Towson +24005408702,"Census Tract 4087.02, Baltimore County, Maryland",2497,1775.0,98333.0,433300.0,1217.0,2241.0,48.0,15.0,135.0,0.0,0.0,39.0,19.0,Baltimore,Baltimore-Columbia-Towson +24005440100,"Census Tract 4401, Baltimore County, Maryland",4676,3450.0,68977.0,219900.0,1067.0,3530.0,588.0,17.0,279.0,0.0,27.0,55.0,180.0,Baltimore,Baltimore-Columbia-Towson +24005401503,"Census Tract 4015.03, Baltimore County, Maryland",6492,4990.0,96039.0,346100.0,2494.0,5618.0,142.0,43.0,363.0,0.0,15.0,136.0,175.0,Baltimore,Baltimore-Columbia-Towson +24005403602,"Census Tract 4036.02, Baltimore County, Maryland",5964,3711.0,89477.0,277100.0,2635.0,3831.0,851.0,20.0,847.0,0.0,0.0,294.0,121.0,Baltimore,Baltimore-Columbia-Towson +24005441000,"Census Tract 4410, Baltimore County, Maryland",3747,2184.0,62895.0,165000.0,351.0,699.0,2925.0,0.0,0.0,0.0,0.0,100.0,23.0,Baltimore,Baltimore-Columbia-Towson +24005452500,"Census Tract 4525, Baltimore County, Maryland",3684,2481.0,52371.0,153300.0,183.0,3094.0,145.0,43.0,49.0,0.0,0.0,191.0,173.0,Baltimore,Baltimore-Columbia-Towson +24005490605,"Census Tract 4906.05, Baltimore County, Maryland",5004,214.0,11190.0,-666666666.0,48.0,3184.0,1043.0,36.0,263.0,0.0,15.0,160.0,338.0,Baltimore,Baltimore-Columbia-Towson +24005451803,"Census Tract 4518.03, Baltimore County, Maryland",4119,2903.0,74574.0,198500.0,574.0,3316.0,647.0,0.0,68.0,0.0,0.0,35.0,53.0,Baltimore,Baltimore-Columbia-Towson +24005430900,"Census Tract 4309, Baltimore County, Maryland",5638,3446.0,50913.0,223200.0,979.0,2115.0,1120.0,11.0,1750.0,0.0,34.0,410.0,198.0,Baltimore,Baltimore-Columbia-Towson +24005452300,"Census Tract 4523, Baltimore County, Maryland",3106,2386.0,49167.0,91300.0,131.0,1804.0,377.0,0.0,34.0,3.0,80.0,100.0,708.0,Baltimore,Baltimore-Columbia-Towson +24005491600,"Census Tract 4916, Baltimore County, Maryland",3327,2335.0,60017.0,158000.0,443.0,2092.0,949.0,0.0,14.0,0.0,27.0,41.0,204.0,Baltimore,Baltimore-Columbia-Towson +24005492300,"Census Tract 4923, Baltimore County, Maryland",4213,2764.0,70066.0,154400.0,401.0,3092.0,609.0,0.0,87.0,0.0,0.0,116.0,309.0,Baltimore,Baltimore-Columbia-Towson +24005404403,"Census Tract 4044.03, Baltimore County, Maryland",5051,3209.0,48194.0,246200.0,1197.0,1822.0,2327.0,11.0,431.0,0.0,0.0,59.0,401.0,Baltimore,Baltimore-Columbia-Towson +24005402406,"Census Tract 4024.06, Baltimore County, Maryland",6092,3652.0,65434.0,191000.0,1141.0,430.0,5068.0,0.0,164.0,0.0,0.0,142.0,288.0,Baltimore,Baltimore-Columbia-Towson +24005451401,"Census Tract 4514.01, Baltimore County, Maryland",4003,2205.0,73889.0,242800.0,770.0,971.0,1784.0,14.0,610.0,0.0,0.0,93.0,531.0,Baltimore,Baltimore-Columbia-Towson +24005402509,"Census Tract 4025.09, Baltimore County, Maryland",9648,6503.0,87650.0,279600.0,3831.0,2364.0,5566.0,24.0,1051.0,0.0,21.0,316.0,306.0,Baltimore,Baltimore-Columbia-Towson +24005492401,"Census Tract 4924.01, Baltimore County, Maryland",3714,2672.0,88237.0,250900.0,1006.0,385.0,2792.0,0.0,270.0,0.0,0.0,161.0,106.0,Baltimore,Baltimore-Columbia-Towson +24005492402,"Census Tract 4924.02, Baltimore County, Maryland",6657,4678.0,76063.0,210100.0,2703.0,1727.0,3758.0,8.0,677.0,0.0,0.0,291.0,196.0,Baltimore,Baltimore-Columbia-Towson +24005403402,"Census Tract 4034.02, Baltimore County, Maryland",5546,3944.0,48445.0,166800.0,1610.0,2099.0,2485.0,3.0,0.0,0.0,0.0,47.0,912.0,Baltimore,Baltimore-Columbia-Towson +24005403401,"Census Tract 4034.01, Baltimore County, Maryland",3490,2948.0,65403.0,233200.0,1556.0,1998.0,1205.0,19.0,132.0,0.0,11.0,35.0,90.0,Baltimore,Baltimore-Columbia-Towson +24005408304,"Census Tract 4083.04, Baltimore County, Maryland",5250,4235.0,89417.0,416200.0,2430.0,4268.0,178.0,0.0,499.0,0.0,0.0,134.0,171.0,Baltimore,Baltimore-Columbia-Towson +24005408303,"Census Tract 4083.03, Baltimore County, Maryland",3361,2248.0,167069.0,683200.0,1765.0,2852.0,56.0,7.0,208.0,0.0,0.0,215.0,23.0,Baltimore,Baltimore-Columbia-Towson +24005407002,"Census Tract 4070.02, Baltimore County, Maryland",5846,4087.0,102009.0,422400.0,1551.0,5403.0,95.0,0.0,191.0,0.0,0.0,62.0,95.0,Baltimore,Baltimore-Columbia-Towson +24005407001,"Census Tract 4070.01, Baltimore County, Maryland",3008,2321.0,97153.0,489300.0,1071.0,2748.0,53.0,0.0,125.0,0.0,0.0,42.0,40.0,Baltimore,Baltimore-Columbia-Towson +24005451402,"Census Tract 4514.02, Baltimore County, Maryland",5268,3541.0,57585.0,166100.0,824.0,2203.0,2283.0,0.0,46.0,0.0,0.0,144.0,592.0,Baltimore,Baltimore-Columbia-Towson +24005980100,"Census Tract 9801, Baltimore County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24005492500,"Census Tract 4925, Baltimore County, Maryland",3059,441.0,-666666666.0,-666666666.0,50.0,1773.0,744.0,0.0,216.0,0.0,25.0,114.0,187.0,Baltimore,Baltimore-Columbia-Towson +24005492600,"Census Tract 4926, Baltimore County, Maryland",3717,2346.0,66494.0,237200.0,921.0,2200.0,1006.0,0.0,325.0,0.0,0.0,177.0,9.0,Baltimore,Baltimore-Columbia-Towson +24005980000,"Census Tract 9800, Baltimore County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24005980200,"Census Tract 9802, Baltimore County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24005401507,"Census Tract 4015.07, Baltimore County, Maryland",6124,4194.0,54545.0,177800.0,1213.0,634.0,3499.0,0.0,1412.0,0.0,108.0,145.0,326.0,Baltimore,Baltimore-Columbia-Towson +24005401506,"Census Tract 4015.06, Baltimore County, Maryland",5207,3386.0,75604.0,189500.0,1380.0,816.0,3370.0,0.0,804.0,5.0,0.0,81.0,131.0,Baltimore,Baltimore-Columbia-Towson +24005400701,"Census Tract 4007.01, Baltimore County, Maryland",2905,1976.0,69661.0,249500.0,942.0,1587.0,927.0,0.0,200.0,0.0,40.0,72.0,79.0,Baltimore,Baltimore-Columbia-Towson +24005401101,"Census Tract 4011.01, Baltimore County, Maryland",5942,4245.0,65522.0,209100.0,925.0,1029.0,3889.0,77.0,523.0,0.0,19.0,14.0,391.0,Baltimore,Baltimore-Columbia-Towson +24005401200,"Census Tract 4012, Baltimore County, Maryland",2883,2024.0,70156.0,185500.0,525.0,471.0,2131.0,7.0,68.0,3.0,9.0,10.0,184.0,Baltimore,Baltimore-Columbia-Towson +24005401302,"Census Tract 4013.02, Baltimore County, Maryland",2728,1941.0,46731.0,156500.0,423.0,350.0,2281.0,0.0,9.0,0.0,0.0,42.0,46.0,Baltimore,Baltimore-Columbia-Towson +24005404201,"Census Tract 4042.01, Baltimore County, Maryland",6224,4207.0,76985.0,254500.0,1516.0,2030.0,2933.0,0.0,541.0,0.0,36.0,136.0,548.0,Baltimore,Baltimore-Columbia-Towson +24005402505,"Census Tract 4025.05, Baltimore County, Maryland",3877,2564.0,62574.0,220300.0,963.0,279.0,3443.0,1.0,93.0,0.0,0.0,54.0,7.0,Baltimore,Baltimore-Columbia-Towson +24005402604,"Census Tract 4026.04, Baltimore County, Maryland",6179,4593.0,82167.0,224700.0,1438.0,805.0,5274.0,19.0,0.0,0.0,16.0,17.0,48.0,Baltimore,Baltimore-Columbia-Towson +24005403601,"Census Tract 4036.01, Baltimore County, Maryland",4784,3645.0,83622.0,301200.0,2419.0,4081.0,447.0,0.0,72.0,0.0,0.0,48.0,136.0,Baltimore,Baltimore-Columbia-Towson +24005404502,"Census Tract 4045.02, Baltimore County, Maryland",3959,2737.0,51452.0,143600.0,643.0,1799.0,1080.0,10.0,132.0,0.0,8.0,75.0,855.0,Baltimore,Baltimore-Columbia-Towson +24005404800,"Census Tract 4048, Baltimore County, Maryland",1910,1506.0,120938.0,396600.0,679.0,1620.0,95.0,0.0,15.0,0.0,9.0,25.0,146.0,Baltimore,Baltimore-Columbia-Towson +24005406000,"Census Tract 4060, Baltimore County, Maryland",6012,4449.0,105972.0,417800.0,1851.0,5668.0,84.0,0.0,86.0,0.0,0.0,69.0,105.0,Baltimore,Baltimore-Columbia-Towson +24005408800,"Census Tract 4088, Baltimore County, Maryland",2632,1838.0,89556.0,340200.0,871.0,2071.0,185.0,0.0,202.0,0.0,0.0,94.0,80.0,Baltimore,Baltimore-Columbia-Towson +24005410100,"Census Tract 4101, Baltimore County, Maryland",5541,3673.0,116735.0,561700.0,2417.0,5158.0,91.0,0.0,126.0,0.0,0.0,0.0,166.0,Baltimore,Baltimore-Columbia-Towson +24005421000,"Census Tract 4210, Baltimore County, Maryland",1664,1259.0,26402.0,96800.0,61.0,1216.0,300.0,8.0,0.0,0.0,0.0,41.0,99.0,Baltimore,Baltimore-Columbia-Towson +24005430101,"Census Tract 4301.01, Baltimore County, Maryland",4726,2788.0,45952.0,143200.0,297.0,1271.0,1070.0,0.0,276.0,0.0,0.0,133.0,1976.0,Baltimore,Baltimore-Columbia-Towson +24005440500,"Census Tract 4405, Baltimore County, Maryland",3227,2392.0,71957.0,198900.0,680.0,2524.0,344.0,0.0,180.0,0.0,0.0,62.0,117.0,Baltimore,Baltimore-Columbia-Towson +24005401000,"Census Tract 4010, Baltimore County, Maryland",2564,1791.0,98636.0,399600.0,968.0,2102.0,253.0,0.0,95.0,0.0,0.0,28.0,86.0,Baltimore,Baltimore-Columbia-Towson +24005401400,"Census Tract 4014, Baltimore County, Maryland",1718,1165.0,114875.0,361400.0,699.0,1525.0,29.0,4.0,51.0,0.0,0.0,54.0,55.0,Baltimore,Baltimore-Columbia-Towson +24005403300,"Census Tract 4033, Baltimore County, Maryland",2513,1813.0,74013.0,208700.0,729.0,1073.0,1115.0,11.0,128.0,0.0,0.0,71.0,119.0,Baltimore,Baltimore-Columbia-Towson +24005402305,"Census Tract 4023.05, Baltimore County, Maryland",2131,1322.0,57888.0,213400.0,461.0,554.0,1425.0,0.0,40.0,0.0,0.0,29.0,83.0,Baltimore,Baltimore-Columbia-Towson +24005402603,"Census Tract 4026.03, Baltimore County, Maryland",6500,4772.0,107398.0,234000.0,2412.0,1043.0,5237.0,0.0,110.0,0.0,0.0,31.0,79.0,Baltimore,Baltimore-Columbia-Towson +24005403202,"Census Tract 4032.02, Baltimore County, Maryland",2167,1583.0,67697.0,205400.0,611.0,169.0,1804.0,0.0,20.0,0.0,43.0,96.0,35.0,Baltimore,Baltimore-Columbia-Towson +24005403803,"Census Tract 4038.03, Baltimore County, Maryland",3269,2719.0,103846.0,369300.0,1999.0,2911.0,114.0,0.0,86.0,0.0,0.0,85.0,73.0,Baltimore,Baltimore-Columbia-Towson +24005404202,"Census Tract 4042.02, Baltimore County, Maryland",9322,4816.0,54093.0,242600.0,1440.0,2190.0,4540.0,9.0,559.0,0.0,43.0,295.0,1695.0,Baltimore,Baltimore-Columbia-Towson +24005403100,"Census Tract 4031, Baltimore County, Maryland",2430,1798.0,69301.0,222400.0,566.0,579.0,1736.0,5.0,9.0,0.0,24.0,53.0,24.0,Baltimore,Baltimore-Columbia-Towson +24005404501,"Census Tract 4045.01, Baltimore County, Maryland",7005,4654.0,72741.0,224400.0,1658.0,3798.0,1867.0,0.0,292.0,0.0,33.0,280.0,735.0,Baltimore,Baltimore-Columbia-Towson +24005408506,"Census Tract 4085.06, Baltimore County, Maryland",4580,3062.0,46997.0,302800.0,1328.0,1971.0,1339.0,23.0,403.0,21.0,0.0,66.0,757.0,Baltimore,Baltimore-Columbia-Towson +24005408507,"Census Tract 4085.07, Baltimore County, Maryland",6767,4560.0,58682.0,251400.0,1828.0,2704.0,1222.0,111.0,1406.0,0.0,33.0,162.0,1240.0,Baltimore,Baltimore-Columbia-Towson +24005411101,"Census Tract 4111.01, Baltimore County, Maryland",2213,1727.0,97813.0,441000.0,687.0,2172.0,0.0,0.0,19.0,0.0,0.0,0.0,22.0,Baltimore,Baltimore-Columbia-Towson +24005411201,"Census Tract 4112.01, Baltimore County, Maryland",3154,2431.0,118676.0,420500.0,1255.0,3059.0,35.0,0.0,14.0,0.0,0.0,0.0,46.0,Baltimore,Baltimore-Columbia-Towson +24005411302,"Census Tract 4113.02, Baltimore County, Maryland",3708,2409.0,98750.0,374800.0,852.0,2497.0,353.0,0.0,571.0,0.0,0.0,148.0,139.0,Baltimore,Baltimore-Columbia-Towson +24005411406,"Census Tract 4114.06, Baltimore County, Maryland",4331,3243.0,85065.0,273800.0,1231.0,3751.0,172.0,9.0,242.0,0.0,0.0,93.0,64.0,Baltimore,Baltimore-Columbia-Towson +24005420301,"Census Tract 4203.01, Baltimore County, Maryland",2515,1667.0,52314.0,128600.0,178.0,1962.0,122.0,0.0,32.0,0.0,0.0,198.0,201.0,Baltimore,Baltimore-Columbia-Towson +24005410200,"Census Tract 4102, Baltimore County, Maryland",4843,3402.0,144514.0,499500.0,2332.0,4459.0,18.0,0.0,143.0,5.0,0.0,163.0,55.0,Baltimore,Baltimore-Columbia-Towson +24005404600,"Census Tract 4046, Baltimore County, Maryland",2852,2063.0,101197.0,350000.0,771.0,2631.0,37.0,16.0,47.0,0.0,0.0,45.0,76.0,Baltimore,Baltimore-Columbia-Towson +24005404900,"Census Tract 4049, Baltimore County, Maryland",4240,3297.0,134777.0,502200.0,2206.0,3715.0,129.0,9.0,251.0,0.0,0.0,49.0,87.0,Baltimore,Baltimore-Columbia-Towson +24005411408,"Census Tract 4114.08, Baltimore County, Maryland",3574,2652.0,65135.0,189800.0,875.0,2177.0,570.0,0.0,298.0,11.0,22.0,245.0,251.0,Baltimore,Baltimore-Columbia-Towson +24005420302,"Census Tract 4203.02, Baltimore County, Maryland",2574,1678.0,57389.0,133200.0,291.0,1818.0,229.0,52.0,29.0,0.0,12.0,67.0,367.0,Baltimore,Baltimore-Columbia-Towson +24005420500,"Census Tract 4205, Baltimore County, Maryland",3350,2432.0,51616.0,132900.0,393.0,2459.0,154.0,0.0,257.0,0.0,25.0,0.0,455.0,Baltimore,Baltimore-Columbia-Towson +24005420701,"Census Tract 4207.01, Baltimore County, Maryland",3209,2385.0,47934.0,162100.0,408.0,2181.0,137.0,45.0,135.0,15.0,0.0,331.0,365.0,Baltimore,Baltimore-Columbia-Towson +24005420702,"Census Tract 4207.02, Baltimore County, Maryland",2014,1439.0,36574.0,159500.0,195.0,1559.0,159.0,76.0,105.0,0.0,10.0,58.0,47.0,Baltimore,Baltimore-Columbia-Towson +24005421300,"Census Tract 4213, Baltimore County, Maryland",2949,2056.0,40391.0,120300.0,266.0,662.0,1930.0,9.0,250.0,0.0,0.0,88.0,10.0,Baltimore,Baltimore-Columbia-Towson +24005430200,"Census Tract 4302, Baltimore County, Maryland",2646,1795.0,40887.0,182000.0,180.0,1820.0,296.0,0.0,205.0,0.0,0.0,87.0,238.0,Baltimore,Baltimore-Columbia-Towson +24005440701,"Census Tract 4407.01, Baltimore County, Maryland",7029,4759.0,59610.0,228800.0,1106.0,2061.0,2986.0,0.0,220.0,0.0,11.0,30.0,1721.0,Baltimore,Baltimore-Columbia-Towson +24005440702,"Census Tract 4407.02, Baltimore County, Maryland",4826,3653.0,62250.0,208900.0,1063.0,2703.0,1195.0,0.0,447.0,0.0,0.0,129.0,352.0,Baltimore,Baltimore-Columbia-Towson +24005450200,"Census Tract 4502, Baltimore County, Maryland",3167,2345.0,62389.0,168200.0,317.0,2896.0,122.0,0.0,0.0,0.0,0.0,0.0,149.0,Baltimore,Baltimore-Columbia-Towson +24005450504,"Census Tract 4505.04, Baltimore County, Maryland",5379,3317.0,38271.0,116900.0,477.0,1653.0,3356.0,0.0,54.0,0.0,61.0,58.0,197.0,Baltimore,Baltimore-Columbia-Towson +24005400600,"Census Tract 4006, Baltimore County, Maryland",2965,2134.0,85583.0,241300.0,1135.0,1999.0,784.0,0.0,115.0,4.0,0.0,40.0,23.0,Baltimore,Baltimore-Columbia-Towson +24005402302,"Census Tract 4023.02, Baltimore County, Maryland",5525,3606.0,85714.0,240500.0,1087.0,447.0,4402.0,0.0,333.0,0.0,0.0,18.0,325.0,Baltimore,Baltimore-Columbia-Towson +24005440200,"Census Tract 4402, Baltimore County, Maryland",2417,1806.0,64041.0,198600.0,635.0,1590.0,487.0,5.0,98.0,0.0,17.0,176.0,44.0,Baltimore,Baltimore-Columbia-Towson +24005420900,"Census Tract 4209, Baltimore County, Maryland",3580,2363.0,37688.0,151600.0,221.0,2753.0,468.0,68.0,0.0,0.0,0.0,92.0,245.0,Baltimore,Baltimore-Columbia-Towson +24005421101,"Census Tract 4211.01, Baltimore County, Maryland",3033,2062.0,45373.0,141900.0,218.0,2249.0,439.0,85.0,0.0,0.0,0.0,142.0,118.0,Baltimore,Baltimore-Columbia-Towson +24005421200,"Census Tract 4212, Baltimore County, Maryland",1635,1137.0,51563.0,167400.0,138.0,1530.0,26.0,0.0,27.0,0.0,0.0,24.0,28.0,Baltimore,Baltimore-Columbia-Towson +24005440900,"Census Tract 4409, Baltimore County, Maryland",3745,2468.0,72428.0,217900.0,668.0,1346.0,1438.0,35.0,458.0,7.0,58.0,117.0,286.0,Baltimore,Baltimore-Columbia-Towson +24005441102,"Census Tract 4411.02, Baltimore County, Maryland",4985,3474.0,57125.0,207400.0,781.0,2884.0,1347.0,37.0,67.0,0.0,6.0,112.0,532.0,Baltimore,Baltimore-Columbia-Towson +24005450503,"Census Tract 4505.03, Baltimore County, Maryland",6413,3590.0,54291.0,126400.0,495.0,2346.0,3346.0,6.0,71.0,0.0,0.0,184.0,466.0,Baltimore,Baltimore-Columbia-Towson +24005450800,"Census Tract 4508, Baltimore County, Maryland",3757,2365.0,42179.0,171300.0,264.0,1929.0,1429.0,0.0,0.0,0.0,0.0,57.0,342.0,Baltimore,Baltimore-Columbia-Towson +24005451900,"Census Tract 4519, Baltimore County, Maryland",2604,1904.0,78500.0,298200.0,315.0,2409.0,139.0,0.0,6.0,0.0,0.0,50.0,0.0,Baltimore,Baltimore-Columbia-Towson +24005490302,"Census Tract 4903.02, Baltimore County, Maryland",4996,2161.0,81307.0,325100.0,1413.0,3450.0,633.0,28.0,272.0,0.0,92.0,304.0,222.0,Baltimore,Baltimore-Columbia-Towson +24005490400,"Census Tract 4904, Baltimore County, Maryland",1848,1412.0,148182.0,541700.0,1092.0,1665.0,78.0,0.0,35.0,0.0,0.0,30.0,40.0,Baltimore,Baltimore-Columbia-Towson +24005490500,"Census Tract 4905, Baltimore County, Maryland",3703,2662.0,156607.0,704500.0,2162.0,3523.0,43.0,8.0,29.0,0.0,11.0,28.0,61.0,Baltimore,Baltimore-Columbia-Towson +24005490603,"Census Tract 4906.03, Baltimore County, Maryland",2175,1571.0,106087.0,376800.0,1132.0,1852.0,25.0,0.0,159.0,0.0,0.0,11.0,128.0,Baltimore,Baltimore-Columbia-Towson +24005490703,"Census Tract 4907.03, Baltimore County, Maryland",3381,2221.0,92386.0,419800.0,1536.0,2431.0,505.0,24.0,241.0,0.0,45.0,52.0,83.0,Baltimore,Baltimore-Columbia-Towson +24005450100,"Census Tract 4501, Baltimore County, Maryland",3827,2875.0,54313.0,175900.0,520.0,3414.0,111.0,28.0,67.0,0.0,13.0,65.0,157.0,Baltimore,Baltimore-Columbia-Towson +24005450400,"Census Tract 4504, Baltimore County, Maryland",2402,1790.0,70714.0,183400.0,222.0,2090.0,52.0,0.0,58.0,0.0,17.0,58.0,127.0,Baltimore,Baltimore-Columbia-Towson +24005451600,"Census Tract 4516, Baltimore County, Maryland",2033,1583.0,55324.0,123200.0,293.0,1887.0,71.0,0.0,15.0,0.0,0.0,36.0,24.0,Baltimore,Baltimore-Columbia-Towson +24005490601,"Census Tract 4906.01, Baltimore County, Maryland",2182,1413.0,103667.0,330900.0,1039.0,1890.0,80.0,0.0,135.0,0.0,0.0,6.0,71.0,Baltimore,Baltimore-Columbia-Towson +24005490900,"Census Tract 4909, Baltimore County, Maryland",4338,3314.0,50217.0,236600.0,1729.0,2984.0,849.0,0.0,88.0,0.0,0.0,131.0,286.0,Baltimore,Baltimore-Columbia-Towson +24005491201,"Census Tract 4912.01, Baltimore County, Maryland",1560,1173.0,74250.0,235000.0,686.0,1270.0,92.0,0.0,106.0,0.0,0.0,19.0,73.0,Baltimore,Baltimore-Columbia-Towson +24005492001,"Census Tract 4920.01, Baltimore County, Maryland",1443,1025.0,55375.0,202600.0,244.0,964.0,187.0,0.0,101.0,0.0,0.0,73.0,118.0,Baltimore,Baltimore-Columbia-Towson +24005492101,"Census Tract 4921.01, Baltimore County, Maryland",3701,2575.0,61971.0,215400.0,665.0,2805.0,395.0,26.0,57.0,13.0,0.0,187.0,235.0,Baltimore,Baltimore-Columbia-Towson +24005402407,"Census Tract 4024.07, Baltimore County, Maryland",1474,1070.0,51964.0,177000.0,354.0,207.0,941.0,8.0,243.0,0.0,0.0,2.0,73.0,Baltimore,Baltimore-Columbia-Towson +24005404102,"Census Tract 4041.02, Baltimore County, Maryland",5846,4194.0,65676.0,227900.0,1703.0,1877.0,2030.0,0.0,356.0,0.0,54.0,684.0,845.0,Baltimore,Baltimore-Columbia-Towson +24005404404,"Census Tract 4044.04, Baltimore County, Maryland",4664,3457.0,81613.0,259500.0,1401.0,2989.0,1041.0,0.0,369.0,0.0,0.0,21.0,244.0,Baltimore,Baltimore-Columbia-Towson +24005404101,"Census Tract 4041.01, Baltimore County, Maryland",5720,4133.0,90271.0,262100.0,2254.0,2516.0,2478.0,49.0,521.0,0.0,29.0,44.0,83.0,Baltimore,Baltimore-Columbia-Towson +24005411309,"Census Tract 4113.09, Baltimore County, Maryland",8608,5867.0,107718.0,350700.0,2537.0,6137.0,861.0,0.0,1260.0,0.0,0.0,149.0,201.0,Baltimore,Baltimore-Columbia-Towson +24005411308,"Census Tract 4113.08, Baltimore County, Maryland",3315,2419.0,89917.0,269600.0,957.0,2577.0,249.0,0.0,264.0,0.0,0.0,163.0,62.0,Baltimore,Baltimore-Columbia-Towson +24005430104,"Census Tract 4301.04, Baltimore County, Maryland",2839,2080.0,79833.0,195100.0,179.0,2266.0,124.0,0.0,27.0,0.0,19.0,18.0,385.0,Baltimore,Baltimore-Columbia-Towson +24013501002,"Census Tract 5010.02, Carroll County, Maryland",5406,4015.0,75069.0,271000.0,780.0,5138.0,106.0,10.0,0.0,0.0,0.0,133.0,19.0,Baltimore,Baltimore-Columbia-Towson +24013507704,"Census Tract 5077.04, Carroll County, Maryland",5997,3779.0,88306.0,281700.0,1454.0,4553.0,624.0,10.0,256.0,0.0,15.0,218.0,321.0,Baltimore,Baltimore-Columbia-Towson +24013506102,"Census Tract 5061.02, Carroll County, Maryland",4066,2882.0,84810.0,305000.0,703.0,3850.0,17.0,10.0,66.0,0.0,0.0,34.0,89.0,Baltimore,Baltimore-Columbia-Towson +24013506101,"Census Tract 5061.01, Carroll County, Maryland",4165,2889.0,95075.0,289300.0,700.0,3894.0,141.0,0.0,12.0,0.0,0.0,16.0,102.0,Baltimore,Baltimore-Columbia-Towson +24013505206,"Census Tract 5052.06, Carroll County, Maryland",3389,2457.0,91908.0,363300.0,1104.0,3171.0,19.0,0.0,90.0,0.0,0.0,35.0,74.0,Baltimore,Baltimore-Columbia-Towson +24013505208,"Census Tract 5052.08, Carroll County, Maryland",5075,3607.0,106116.0,377400.0,1895.0,4749.0,138.0,0.0,6.0,0.0,0.0,0.0,182.0,Baltimore,Baltimore-Columbia-Towson +24013508102,"Census Tract 5081.02, Carroll County, Maryland",2918,1964.0,76083.0,220000.0,654.0,2719.0,11.0,26.0,0.0,0.0,0.0,62.0,100.0,Baltimore,Baltimore-Columbia-Towson +24013508101,"Census Tract 5081.01, Carroll County, Maryland",4713,3361.0,84821.0,288100.0,1152.0,4347.0,118.0,0.0,174.0,0.0,0.0,41.0,33.0,Baltimore,Baltimore-Columbia-Towson +24013509002,"Census Tract 5090.02, Carroll County, Maryland",2725,1953.0,124250.0,380300.0,776.0,2470.0,49.0,36.0,0.0,0.0,0.0,11.0,159.0,Baltimore,Baltimore-Columbia-Towson +24013513002,"Census Tract 5130.02, Carroll County, Maryland",5520,3538.0,129519.0,441800.0,1648.0,4802.0,91.0,21.0,36.0,0.0,20.0,156.0,394.0,Baltimore,Baltimore-Columbia-Towson +24013513001,"Census Tract 5130.01, Carroll County, Maryland",4781,3185.0,109940.0,376900.0,1074.0,4197.0,107.0,9.0,72.0,0.0,24.0,77.0,295.0,Baltimore,Baltimore-Columbia-Towson +24013509001,"Census Tract 5090.01, Carroll County, Maryland",4195,2914.0,99360.0,358800.0,1087.0,3981.0,57.0,9.0,30.0,0.0,0.0,68.0,50.0,Baltimore,Baltimore-Columbia-Towson +24013507703,"Census Tract 5077.03, Carroll County, Maryland",3094,2280.0,87733.0,310300.0,968.0,2803.0,205.0,0.0,21.0,0.0,0.0,45.0,20.0,Baltimore,Baltimore-Columbia-Towson +24013505205,"Census Tract 5052.05, Carroll County, Maryland",3572,2347.0,112774.0,334900.0,972.0,3042.0,22.0,0.0,90.0,0.0,21.0,106.0,291.0,Baltimore,Baltimore-Columbia-Towson +24013505207,"Census Tract 5052.07, Carroll County, Maryland",3893,2562.0,104577.0,324200.0,1134.0,3444.0,75.0,0.0,141.0,0.0,0.0,114.0,119.0,Baltimore,Baltimore-Columbia-Towson +24013501001,"Census Tract 5010.01, Carroll County, Maryland",4312,2705.0,72222.0,255800.0,543.0,3802.0,202.0,4.0,48.0,0.0,6.0,48.0,202.0,Baltimore,Baltimore-Columbia-Towson +24013505203,"Census Tract 5052.03, Carroll County, Maryland",3805,2743.0,102782.0,344600.0,934.0,2967.0,439.0,20.0,309.0,0.0,0.0,70.0,0.0,Baltimore,Baltimore-Columbia-Towson +24013506200,"Census Tract 5062, Carroll County, Maryland",4890,3467.0,75238.0,311300.0,897.0,4717.0,28.0,0.0,67.0,0.0,0.0,56.0,22.0,Baltimore,Baltimore-Columbia-Towson +24013503000,"Census Tract 5030, Carroll County, Maryland",5433,3885.0,82804.0,306400.0,842.0,4859.0,167.0,0.0,0.0,0.0,0.0,178.0,229.0,Baltimore,Baltimore-Columbia-Towson +24013504202,"Census Tract 5042.02, Carroll County, Maryland",6479,4587.0,109280.0,385500.0,1786.0,6264.0,118.0,16.0,0.0,0.0,0.0,14.0,67.0,Baltimore,Baltimore-Columbia-Towson +24013507500,"Census Tract 5075, Carroll County, Maryland",4670,2264.0,90093.0,370100.0,882.0,3628.0,426.0,23.0,181.0,0.0,6.0,272.0,147.0,Baltimore,Baltimore-Columbia-Towson +24013504201,"Census Tract 5042.01, Carroll County, Maryland",6195,4318.0,105308.0,357600.0,1907.0,5598.0,73.0,0.0,273.0,0.0,0.0,166.0,85.0,Baltimore,Baltimore-Columbia-Towson +24013514100,"Census Tract 5141, Carroll County, Maryland",3655,2597.0,122083.0,380600.0,1070.0,3429.0,57.0,38.0,67.0,0.0,0.0,23.0,41.0,Baltimore,Baltimore-Columbia-Towson +24013502000,"Census Tract 5020, Carroll County, Maryland",3812,2821.0,81723.0,331100.0,795.0,3659.0,37.0,0.0,47.0,0.0,0.0,16.0,53.0,Baltimore,Baltimore-Columbia-Towson +24013505102,"Census Tract 5051.02, Carroll County, Maryland",5658,3873.0,120821.0,368800.0,1699.0,5254.0,36.0,43.0,84.0,0.0,0.0,127.0,114.0,Baltimore,Baltimore-Columbia-Towson +24013504100,"Census Tract 5041, Carroll County, Maryland",5121,3734.0,103958.0,322200.0,1172.0,4435.0,375.0,25.0,118.0,0.0,0.0,54.0,114.0,Baltimore,Baltimore-Columbia-Towson +24013508200,"Census Tract 5082, Carroll County, Maryland",6954,4887.0,79797.0,318800.0,1541.0,6462.0,87.0,10.0,89.0,0.0,0.0,68.0,238.0,Baltimore,Baltimore-Columbia-Towson +24013514202,"Census Tract 5142.02, Carroll County, Maryland",3528,2516.0,107961.0,448900.0,1181.0,3175.0,106.0,0.0,73.0,0.0,0.0,35.0,139.0,Baltimore,Baltimore-Columbia-Towson +24013511000,"Census Tract 5110, Carroll County, Maryland",3712,2611.0,83625.0,284800.0,611.0,3448.0,22.0,0.0,26.0,0.0,16.0,133.0,67.0,Baltimore,Baltimore-Columbia-Towson +24013512000,"Census Tract 5120, Carroll County, Maryland",1442,1001.0,59188.0,241800.0,176.0,1333.0,78.0,0.0,2.0,0.0,0.0,11.0,18.0,Baltimore,Baltimore-Columbia-Towson +24013505101,"Census Tract 5051.01, Carroll County, Maryland",4107,2590.0,127652.0,408400.0,1336.0,3769.0,143.0,0.0,40.0,0.0,0.0,68.0,87.0,Baltimore,Baltimore-Columbia-Towson +24013507601,"Census Tract 5076.01, Carroll County, Maryland",5154,3157.0,66605.0,299100.0,922.0,4353.0,176.0,0.0,11.0,17.0,0.0,101.0,496.0,Baltimore,Baltimore-Columbia-Towson +24013507801,"Census Tract 5078.01, Carroll County, Maryland",5765,3759.0,53010.0,247800.0,1296.0,4946.0,249.0,0.0,63.0,0.0,84.0,44.0,379.0,Baltimore,Baltimore-Columbia-Towson +24013510000,"Census Tract 5100, Carroll County, Maryland",1487,1039.0,80139.0,285700.0,164.0,1379.0,43.0,8.0,0.0,0.0,0.0,0.0,57.0,Baltimore,Baltimore-Columbia-Towson +24013507602,"Census Tract 5076.02, Carroll County, Maryland",4288,3079.0,61226.0,264200.0,673.0,3685.0,375.0,0.0,95.0,0.0,0.0,72.0,61.0,Baltimore,Baltimore-Columbia-Towson +24013507802,"Census Tract 5078.02, Carroll County, Maryland",4565,3351.0,85208.0,294600.0,1136.0,4381.0,59.0,0.0,48.0,0.0,5.0,24.0,48.0,Baltimore,Baltimore-Columbia-Towson +24013514201,"Census Tract 5142.01, Carroll County, Maryland",5105,3702.0,91993.0,371100.0,1199.0,4620.0,132.0,0.0,0.0,8.0,31.0,72.0,242.0,Baltimore,Baltimore-Columbia-Towson +24013507702,"Census Tract 5077.02, Carroll County, Maryland",3673,2794.0,75761.0,278700.0,998.0,2974.0,247.0,30.0,127.0,0.0,0.0,81.0,214.0,Baltimore,Baltimore-Columbia-Towson +24025301201,"Census Tract 3012.01, Harford County, Maryland",1990,1416.0,70536.0,276800.0,373.0,1980.0,0.0,0.0,10.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24025301602,"Census Tract 3016.02, Harford County, Maryland",8243,5272.0,75224.0,191100.0,1047.0,3873.0,3053.0,0.0,121.0,0.0,278.0,356.0,562.0,Baltimore,Baltimore-Columbia-Towson +24025301702,"Census Tract 3017.02, Harford County, Maryland",8955,5722.0,82857.0,241900.0,1914.0,5024.0,2648.0,12.0,199.0,0.0,13.0,260.0,799.0,Baltimore,Baltimore-Columbia-Towson +24025302801,"Census Tract 3028.01, Harford County, Maryland",3548,2598.0,61081.0,238400.0,480.0,2271.0,690.0,8.0,189.0,0.0,0.0,241.0,149.0,Baltimore,Baltimore-Columbia-Towson +24025303201,"Census Tract 3032.01, Harford County, Maryland",5703,3801.0,113549.0,388300.0,1464.0,5212.0,95.0,9.0,121.0,0.0,0.0,129.0,137.0,Baltimore,Baltimore-Columbia-Towson +24025303400,"Census Tract 3034, Harford County, Maryland",4543,3146.0,112321.0,387000.0,1225.0,4129.0,82.0,13.0,117.0,0.0,0.0,75.0,127.0,Baltimore,Baltimore-Columbia-Towson +24025306200,"Census Tract 3062, Harford County, Maryland",2176,1670.0,48494.0,234100.0,432.0,1833.0,186.0,0.0,44.0,0.0,0.0,22.0,91.0,Baltimore,Baltimore-Columbia-Towson +24025306300,"Census Tract 3063, Harford County, Maryland",2590,2043.0,103641.0,317000.0,940.0,1735.0,341.0,23.0,243.0,0.0,23.0,190.0,35.0,Baltimore,Baltimore-Columbia-Towson +24025304202,"Census Tract 3042.02, Harford County, Maryland",6935,4829.0,106236.0,397200.0,1954.0,6521.0,120.0,9.0,63.0,0.0,0.0,116.0,106.0,Baltimore,Baltimore-Columbia-Towson +24025302100,"Census Tract 3021, Harford County, Maryland",2184,1578.0,102279.0,360500.0,665.0,2106.0,11.0,0.0,6.0,0.0,0.0,25.0,36.0,Baltimore,Baltimore-Columbia-Towson +24025302902,"Census Tract 3029.02, Harford County, Maryland",3996,2996.0,50652.0,177900.0,402.0,2145.0,1264.0,0.0,228.0,0.0,67.0,86.0,206.0,Baltimore,Baltimore-Columbia-Towson +24025303602,"Census Tract 3036.02, Harford County, Maryland",3921,2752.0,118304.0,348100.0,1477.0,3596.0,0.0,0.0,220.0,0.0,14.0,14.0,77.0,Baltimore,Baltimore-Columbia-Towson +24025305100,"Census Tract 3051, Harford County, Maryland",7545,5465.0,91447.0,334600.0,1365.0,7407.0,33.0,33.0,0.0,0.0,0.0,53.0,19.0,Baltimore,Baltimore-Columbia-Towson +24025301102,"Census Tract 3011.02, Harford County, Maryland",3696,2448.0,127303.0,471400.0,1077.0,2886.0,270.0,9.0,177.0,0.0,0.0,124.0,230.0,Baltimore,Baltimore-Columbia-Towson +24025301402,"Census Tract 3014.02, Harford County, Maryland",2693,1875.0,78935.0,243900.0,548.0,1819.0,486.0,0.0,59.0,0.0,10.0,32.0,287.0,Baltimore,Baltimore-Columbia-Towson +24025302901,"Census Tract 3029.01, Harford County, Maryland",2642,1602.0,30114.0,92200.0,266.0,1220.0,1110.0,41.0,18.0,0.0,0.0,143.0,110.0,Baltimore,Baltimore-Columbia-Towson +24025303900,"Census Tract 3039, Harford County, Maryland",2393,1707.0,77841.0,281000.0,761.0,2192.0,36.0,0.0,78.0,0.0,8.0,38.0,41.0,Baltimore,Baltimore-Columbia-Towson +24025304201,"Census Tract 3042.01, Harford County, Maryland",6505,4546.0,122760.0,375800.0,2289.0,6097.0,214.0,20.0,0.0,0.0,0.0,0.0,194.0,Baltimore,Baltimore-Columbia-Towson +24025301601,"Census Tract 3016.01, Harford County, Maryland",6933,3988.0,43758.0,162600.0,701.0,2897.0,2673.0,0.0,53.0,0.0,0.0,350.0,960.0,Baltimore,Baltimore-Columbia-Towson +24025303300,"Census Tract 3033, Harford County, Maryland",6214,4367.0,93654.0,370000.0,1621.0,5890.0,0.0,0.0,0.0,0.0,0.0,260.0,64.0,Baltimore,Baltimore-Columbia-Towson +24025301302,"Census Tract 3013.02, Harford County, Maryland",6474,4098.0,49300.0,122200.0,817.0,2201.0,3506.0,0.0,55.0,0.0,0.0,404.0,308.0,Baltimore,Baltimore-Columbia-Towson +24025303603,"Census Tract 3036.03, Harford County, Maryland",7027,4347.0,106526.0,369100.0,2128.0,5942.0,389.0,0.0,288.0,0.0,0.0,318.0,90.0,Baltimore,Baltimore-Columbia-Towson +24025301202,"Census Tract 3012.02, Harford County, Maryland",7203,4791.0,84752.0,260700.0,2202.0,5406.0,585.0,7.0,606.0,0.0,0.0,231.0,368.0,Baltimore,Baltimore-Columbia-Towson +24025306100,"Census Tract 3061, Harford County, Maryland",4048,3069.0,58125.0,222200.0,963.0,2688.0,1042.0,8.0,34.0,0.0,0.0,96.0,180.0,Baltimore,Baltimore-Columbia-Towson +24025306400,"Census Tract 3064, Harford County, Maryland",6120,4481.0,96840.0,282200.0,1984.0,4841.0,778.0,40.0,313.0,0.0,0.0,91.0,57.0,Baltimore,Baltimore-Columbia-Towson +24025301301,"Census Tract 3013.01, Harford County, Maryland",4597,3245.0,67313.0,238600.0,793.0,3097.0,770.0,20.0,99.0,0.0,72.0,154.0,385.0,Baltimore,Baltimore-Columbia-Towson +24025301401,"Census Tract 3014.01, Harford County, Maryland",7384,5528.0,71962.0,241000.0,1717.0,5726.0,1014.0,0.0,141.0,0.0,19.0,151.0,333.0,Baltimore,Baltimore-Columbia-Towson +24025302802,"Census Tract 3028.02, Harford County, Maryland",5325,3633.0,57463.0,192800.0,678.0,2926.0,1427.0,0.0,313.0,0.0,15.0,109.0,535.0,Baltimore,Baltimore-Columbia-Towson +24025302200,"Census Tract 3022, Harford County, Maryland",3104,2242.0,91750.0,253600.0,789.0,2383.0,343.0,0.0,68.0,0.0,0.0,310.0,0.0,Baltimore,Baltimore-Columbia-Towson +24025305200,"Census Tract 3052, Harford County, Maryland",2613,1993.0,74583.0,234900.0,226.0,2480.0,111.0,0.0,0.0,0.0,0.0,11.0,11.0,Baltimore,Baltimore-Columbia-Towson +24025302400,"Census Tract 3024, Harford County, Maryland",3922,2608.0,55962.0,252700.0,468.0,2372.0,1270.0,0.0,34.0,0.0,0.0,143.0,103.0,Baltimore,Baltimore-Columbia-Towson +24025303700,"Census Tract 3037, Harford County, Maryland",3826,2726.0,97941.0,280500.0,839.0,3172.0,250.0,7.0,82.0,0.0,0.0,13.0,309.0,Baltimore,Baltimore-Columbia-Towson +24025305300,"Census Tract 3053, Harford County, Maryland",2181,1625.0,71406.0,287500.0,488.0,2029.0,21.0,0.0,6.0,0.0,0.0,23.0,102.0,Baltimore,Baltimore-Columbia-Towson +24025301703,"Census Tract 3017.03, Harford County, Maryland",4921,3355.0,105456.0,275900.0,1231.0,3110.0,1251.0,13.0,223.0,0.0,104.0,89.0,131.0,Baltimore,Baltimore-Columbia-Towson +24025301108,"Census Tract 3011.08, Harford County, Maryland",3308,2317.0,135778.0,343600.0,1007.0,2679.0,256.0,0.0,31.0,0.0,0.0,83.0,259.0,Baltimore,Baltimore-Columbia-Towson +24025301106,"Census Tract 3011.06, Harford County, Maryland",4129,2795.0,104392.0,316300.0,1555.0,3567.0,353.0,7.0,71.0,0.0,0.0,61.0,70.0,Baltimore,Baltimore-Columbia-Towson +24025303606,"Census Tract 3036.06, Harford County, Maryland",3243,2039.0,144261.0,394800.0,1114.0,2644.0,189.0,0.0,293.0,0.0,9.0,0.0,108.0,Baltimore,Baltimore-Columbia-Towson +24025301107,"Census Tract 3011.07, Harford County, Maryland",3196,2358.0,56865.0,212600.0,593.0,2265.0,403.0,0.0,90.0,0.0,0.0,145.0,293.0,Baltimore,Baltimore-Columbia-Towson +24025301105,"Census Tract 3011.05, Harford County, Maryland",3769,2476.0,93114.0,242800.0,891.0,3266.0,300.0,0.0,10.0,0.0,0.0,81.0,112.0,Baltimore,Baltimore-Columbia-Towson +24025303501,"Census Tract 3035.01, Harford County, Maryland",6474,4773.0,86975.0,346700.0,1837.0,5551.0,476.0,51.0,81.0,0.0,43.0,53.0,219.0,Baltimore,Baltimore-Columbia-Towson +24025301205,"Census Tract 3012.05, Harford County, Maryland",4250,2921.0,78819.0,196800.0,1050.0,3148.0,355.0,0.0,60.0,0.0,8.0,109.0,570.0,Baltimore,Baltimore-Columbia-Towson +24025301204,"Census Tract 3012.04, Harford County, Maryland",4010,2760.0,90000.0,221900.0,1253.0,3059.0,410.0,0.0,217.0,0.0,4.0,196.0,124.0,Baltimore,Baltimore-Columbia-Towson +24025301704,"Census Tract 3017.04, Harford County, Maryland",3342,2322.0,80647.0,179400.0,983.0,1872.0,728.0,37.0,167.0,0.0,0.0,256.0,282.0,Baltimore,Baltimore-Columbia-Towson +24025303101,"Census Tract 3031.01, Harford County, Maryland",5901,4021.0,99461.0,308500.0,1522.0,5483.0,116.0,0.0,131.0,0.0,0.0,136.0,35.0,Baltimore,Baltimore-Columbia-Towson +24025303102,"Census Tract 3031.02, Harford County, Maryland",2815,1949.0,124063.0,407600.0,1025.0,2472.0,67.0,0.0,128.0,0.0,0.0,53.0,95.0,Baltimore,Baltimore-Columbia-Towson +24025304101,"Census Tract 3041.01, Harford County, Maryland",4252,3107.0,93246.0,364000.0,1058.0,4117.0,21.0,0.0,15.0,0.0,0.0,12.0,87.0,Baltimore,Baltimore-Columbia-Towson +24025304102,"Census Tract 3041.02, Harford County, Maryland",3969,2737.0,96116.0,355900.0,915.0,3834.0,80.0,0.0,18.0,0.0,0.0,37.0,0.0,Baltimore,Baltimore-Columbia-Towson +24025303206,"Census Tract 3032.06, Harford County, Maryland",3472,2393.0,108295.0,301000.0,993.0,3159.0,175.0,0.0,77.0,0.0,0.0,0.0,61.0,Baltimore,Baltimore-Columbia-Towson +24025303502,"Census Tract 3035.02, Harford County, Maryland",3540,2414.0,87652.0,321600.0,839.0,3240.0,171.0,0.0,11.0,0.0,0.0,70.0,48.0,Baltimore,Baltimore-Columbia-Towson +24025303205,"Census Tract 3032.05, Harford County, Maryland",1638,1059.0,135850.0,474100.0,569.0,1604.0,29.0,0.0,0.0,0.0,0.0,0.0,5.0,Baltimore,Baltimore-Columbia-Towson +24025303204,"Census Tract 3032.04, Harford County, Maryland",4606,3281.0,85811.0,315100.0,1247.0,4020.0,239.0,0.0,76.0,0.0,0.0,122.0,149.0,Baltimore,Baltimore-Columbia-Towson +24025303803,"Census Tract 3038.03, Harford County, Maryland",4930,3421.0,74923.0,240800.0,1506.0,4318.0,159.0,0.0,246.0,0.0,0.0,164.0,43.0,Baltimore,Baltimore-Columbia-Towson +24025303203,"Census Tract 3032.03, Harford County, Maryland",3532,2401.0,77500.0,260300.0,925.0,3177.0,85.0,15.0,63.0,0.0,8.0,37.0,147.0,Baltimore,Baltimore-Columbia-Towson +24025303801,"Census Tract 3038.01, Harford County, Maryland",2537,1899.0,76071.0,223800.0,697.0,2161.0,208.0,36.0,33.0,0.0,0.0,12.0,87.0,Baltimore,Baltimore-Columbia-Towson +24025303802,"Census Tract 3038.02, Harford County, Maryland",2064,1582.0,82250.0,241300.0,523.0,1683.0,286.0,0.0,0.0,0.0,6.0,21.0,68.0,Baltimore,Baltimore-Columbia-Towson +24025303605,"Census Tract 3036.05, Harford County, Maryland",6180,4040.0,66932.0,271000.0,1407.0,4685.0,685.0,26.0,375.0,0.0,0.0,175.0,234.0,Baltimore,Baltimore-Columbia-Towson +24025306500,"Census Tract 3065, Harford County, Maryland",2825,1404.0,73393.0,-666666666.0,642.0,1299.0,831.0,0.0,123.0,0.0,0.0,202.0,370.0,Baltimore,Baltimore-Columbia-Towson +24027605601,"Census Tract 6056.01, Howard County, Maryland",6878,4709.0,103357.0,360400.0,2857.0,3890.0,2124.0,42.0,378.0,0.0,0.0,154.0,290.0,Baltimore,Baltimore-Columbia-Towson +24027606603,"Census Tract 6066.03, Howard County, Maryland",7511,4987.0,81075.0,304600.0,2454.0,2572.0,2494.0,0.0,622.0,0.0,59.0,559.0,1205.0,Baltimore,Baltimore-Columbia-Towson +24027606804,"Census Tract 6068.04, Howard County, Maryland",3512,2316.0,118315.0,384200.0,1579.0,2107.0,779.0,0.0,268.0,0.0,11.0,42.0,305.0,Baltimore,Baltimore-Columbia-Towson +24027606901,"Census Tract 6069.01, Howard County, Maryland",6318,4438.0,86823.0,285400.0,1793.0,2563.0,2110.0,0.0,800.0,0.0,0.0,246.0,599.0,Baltimore,Baltimore-Columbia-Towson +24027602303,"Census Tract 6023.03, Howard County, Maryland",3881,2658.0,178665.0,627600.0,1999.0,2104.0,210.0,0.0,1410.0,0.0,0.0,70.0,87.0,Baltimore,Baltimore-Columbia-Towson +24027602800,"Census Tract 6028, Howard County, Maryland",6079,3978.0,120764.0,458500.0,2359.0,3335.0,408.0,63.0,2005.0,0.0,0.0,242.0,26.0,Baltimore,Baltimore-Columbia-Towson +24027604001,"Census Tract 6040.01, Howard County, Maryland",5905,3930.0,125515.0,570100.0,1668.0,5396.0,41.0,0.0,177.0,0.0,0.0,152.0,139.0,Baltimore,Baltimore-Columbia-Towson +24027605602,"Census Tract 6056.02, Howard County, Maryland",8226,5756.0,135926.0,405100.0,4007.0,4757.0,1280.0,6.0,1051.0,0.0,0.0,369.0,766.0,Baltimore,Baltimore-Columbia-Towson +24027606701,"Census Tract 6067.01, Howard County, Maryland",2835,1934.0,137721.0,414100.0,1205.0,2226.0,167.0,0.0,95.0,0.0,7.0,47.0,293.0,Baltimore,Baltimore-Columbia-Towson +24027606704,"Census Tract 6067.04, Howard County, Maryland",6836,4800.0,102760.0,319600.0,2862.0,2827.0,2152.0,0.0,815.0,0.0,0.0,285.0,757.0,Baltimore,Baltimore-Columbia-Towson +24027602306,"Census Tract 6023.06, Howard County, Maryland",5630,3930.0,109647.0,419800.0,2503.0,3806.0,396.0,0.0,992.0,11.0,14.0,161.0,250.0,Baltimore,Baltimore-Columbia-Towson +24027602600,"Census Tract 6026, Howard County, Maryland",8132,5475.0,69263.0,385600.0,2743.0,3043.0,766.0,36.0,3814.0,3.0,19.0,107.0,344.0,Baltimore,Baltimore-Columbia-Towson +24027602302,"Census Tract 6023.02, Howard County, Maryland",7850,5172.0,118667.0,448100.0,3224.0,4338.0,1444.0,0.0,1790.0,0.0,0.0,201.0,77.0,Baltimore,Baltimore-Columbia-Towson +24027605503,"Census Tract 6055.03, Howard County, Maryland",6469,4486.0,89423.0,298300.0,2352.0,2331.0,2533.0,0.0,542.0,0.0,0.0,239.0,824.0,Baltimore,Baltimore-Columbia-Towson +24027602305,"Census Tract 6023.05, Howard County, Maryland",3857,2627.0,145547.0,538400.0,1921.0,2678.0,178.0,1.0,723.0,0.0,0.0,104.0,174.0,Baltimore,Baltimore-Columbia-Towson +24027605401,"Census Tract 6054.01, Howard County, Maryland",4980,3637.0,81611.0,387200.0,2374.0,2384.0,1333.0,18.0,444.0,0.0,108.0,227.0,466.0,Baltimore,Baltimore-Columbia-Towson +24027602700,"Census Tract 6027, Howard County, Maryland",5426,3636.0,147781.0,504200.0,2645.0,3494.0,449.0,12.0,1007.0,0.0,41.0,166.0,257.0,Baltimore,Baltimore-Columbia-Towson +24027602900,"Census Tract 6029, Howard County, Maryland",5126,3533.0,79904.0,607800.0,2060.0,1739.0,1076.0,0.0,2053.0,0.0,0.0,36.0,222.0,Baltimore,Baltimore-Columbia-Towson +24027604002,"Census Tract 6040.02, Howard County, Maryland",8125,5547.0,175500.0,684500.0,3619.0,6621.0,469.0,71.0,673.0,0.0,16.0,142.0,133.0,Baltimore,Baltimore-Columbia-Towson +24027605102,"Census Tract 6051.02, Howard County, Maryland",10940,7302.0,168836.0,638900.0,4875.0,6963.0,1191.0,24.0,1989.0,0.0,0.0,326.0,447.0,Baltimore,Baltimore-Columbia-Towson +24027605402,"Census Tract 6054.02, Howard County, Maryland",7061,5276.0,84763.0,283000.0,3543.0,2904.0,2195.0,31.0,746.0,0.0,8.0,426.0,751.0,Baltimore,Baltimore-Columbia-Towson +24027606604,"Census Tract 6066.04, Howard County, Maryland",4671,3224.0,99241.0,319800.0,1674.0,1743.0,1451.0,100.0,585.0,0.0,44.0,132.0,628.0,Baltimore,Baltimore-Columbia-Towson +24027601201,"Census Tract 6012.01, Howard County, Maryland",8303,5713.0,101136.0,354600.0,2745.0,5095.0,1413.0,20.0,763.0,0.0,0.0,308.0,704.0,Baltimore,Baltimore-Columbia-Towson +24027602100,"Census Tract 6021, Howard County, Maryland",7662,5287.0,176848.0,567500.0,3700.0,5438.0,382.0,21.0,1310.0,0.0,0.0,324.0,187.0,Baltimore,Baltimore-Columbia-Towson +24027602304,"Census Tract 6023.04, Howard County, Maryland",5085,3480.0,152656.0,577700.0,2593.0,3136.0,82.0,0.0,1495.0,0.0,0.0,174.0,198.0,Baltimore,Baltimore-Columbia-Towson +24027605502,"Census Tract 6055.02, Howard County, Maryland",5222,4030.0,129787.0,514600.0,3114.0,2603.0,1695.0,0.0,563.0,0.0,162.0,149.0,50.0,Baltimore,Baltimore-Columbia-Towson +24027606705,"Census Tract 6067.05, Howard County, Maryland",1999,1443.0,112188.0,338300.0,934.0,1367.0,355.0,0.0,144.0,0.0,0.0,68.0,65.0,Baltimore,Baltimore-Columbia-Towson +24027606803,"Census Tract 6068.03, Howard County, Maryland",5936,4162.0,91136.0,399800.0,2764.0,3472.0,1473.0,5.0,737.0,0.0,16.0,153.0,80.0,Baltimore,Baltimore-Columbia-Towson +24027606601,"Census Tract 6066.01, Howard County, Maryland",3008,2008.0,122143.0,384500.0,1332.0,1928.0,721.0,9.0,29.0,0.0,18.0,53.0,250.0,Baltimore,Baltimore-Columbia-Towson +24027601204,"Census Tract 6012.04, Howard County, Maryland",5832,3680.0,92480.0,326900.0,1696.0,3054.0,1158.0,1.0,671.0,0.0,29.0,117.0,802.0,Baltimore,Baltimore-Columbia-Towson +24027601203,"Census Tract 6012.03, Howard County, Maryland",5816,3713.0,104975.0,333000.0,2114.0,1699.0,2241.0,0.0,980.0,0.0,0.0,225.0,671.0,Baltimore,Baltimore-Columbia-Towson +24027601103,"Census Tract 6011.03, Howard County, Maryland",6516,4170.0,124447.0,369000.0,2546.0,3931.0,674.0,0.0,1379.0,0.0,14.0,193.0,325.0,Baltimore,Baltimore-Columbia-Towson +24027601104,"Census Tract 6011.04, Howard County, Maryland",6581,3890.0,185417.0,623100.0,3105.0,3994.0,620.0,0.0,1358.0,0.0,55.0,215.0,339.0,Baltimore,Baltimore-Columbia-Towson +24027606607,"Census Tract 6066.07, Howard County, Maryland",5029,3635.0,112609.0,374400.0,1895.0,2206.0,1225.0,0.0,456.0,12.0,10.0,125.0,995.0,Baltimore,Baltimore-Columbia-Towson +24027601105,"Census Tract 6011.05, Howard County, Maryland",4721,3011.0,124212.0,455600.0,2208.0,2802.0,615.0,0.0,874.0,0.0,0.0,293.0,137.0,Baltimore,Baltimore-Columbia-Towson +24027606606,"Census Tract 6066.06, Howard County, Maryland",5080,3444.0,87026.0,245300.0,1860.0,1640.0,2160.0,20.0,807.0,0.0,0.0,265.0,208.0,Baltimore,Baltimore-Columbia-Towson +24027601108,"Census Tract 6011.08, Howard County, Maryland",3780,2631.0,113281.0,327600.0,1880.0,2015.0,359.0,0.0,902.0,0.0,10.0,204.0,290.0,Baltimore,Baltimore-Columbia-Towson +24027606706,"Census Tract 6067.06, Howard County, Maryland",4891,3481.0,127769.0,418500.0,2373.0,2341.0,1047.0,12.0,1038.0,0.0,41.0,286.0,126.0,Baltimore,Baltimore-Columbia-Towson +24027602202,"Census Tract 6022.02, Howard County, Maryland",5447,3521.0,125029.0,492000.0,2496.0,3568.0,353.0,0.0,1193.0,0.0,17.0,166.0,150.0,Baltimore,Baltimore-Columbia-Towson +24027603004,"Census Tract 6030.04, Howard County, Maryland",6705,4542.0,195573.0,672900.0,3202.0,4655.0,465.0,34.0,1133.0,0.0,13.0,263.0,142.0,Baltimore,Baltimore-Columbia-Towson +24027605104,"Census Tract 6051.04, Howard County, Maryland",5485,3517.0,205259.0,869000.0,2519.0,3517.0,373.0,0.0,1368.0,0.0,23.0,69.0,135.0,Baltimore,Baltimore-Columbia-Towson +24027603003,"Census Tract 6030.03, Howard County, Maryland",3955,2789.0,169167.0,594100.0,1747.0,3051.0,153.0,0.0,371.0,0.0,13.0,205.0,162.0,Baltimore,Baltimore-Columbia-Towson +24027603001,"Census Tract 6030.01, Howard County, Maryland",6080,4298.0,128611.0,526700.0,2859.0,3778.0,151.0,15.0,1992.0,0.0,12.0,58.0,74.0,Baltimore,Baltimore-Columbia-Towson +24027605505,"Census Tract 6055.05, Howard County, Maryland",6282,3920.0,180825.0,659700.0,3244.0,3311.0,512.0,0.0,2024.0,0.0,69.0,162.0,204.0,Baltimore,Baltimore-Columbia-Towson +24027605103,"Census Tract 6051.03, Howard County, Maryland",5106,3577.0,179722.0,666200.0,2461.0,3931.0,313.0,0.0,658.0,0.0,0.0,92.0,112.0,Baltimore,Baltimore-Columbia-Towson +24027606806,"Census Tract 6068.06, Howard County, Maryland",7720,5081.0,137228.0,466600.0,3041.0,3953.0,1319.0,0.0,1797.0,0.0,0.0,309.0,342.0,Baltimore,Baltimore-Columbia-Towson +24027606707,"Census Tract 6067.07, Howard County, Maryland",3752,2424.0,92097.0,295100.0,1220.0,1161.0,1786.0,0.0,290.0,0.0,141.0,58.0,316.0,Baltimore,Baltimore-Columbia-Towson +24027606905,"Census Tract 6069.05, Howard County, Maryland",6830,4609.0,104731.0,387800.0,2164.0,3451.0,1970.0,0.0,590.0,0.0,0.0,197.0,622.0,Baltimore,Baltimore-Columbia-Towson +24027606907,"Census Tract 6069.07, Howard County, Maryland",6549,3905.0,73213.0,211700.0,1533.0,1628.0,2444.0,0.0,1307.0,0.0,61.0,302.0,807.0,Baltimore,Baltimore-Columbia-Towson +24027606805,"Census Tract 6068.05, Howard County, Maryland",4290,2955.0,148207.0,514300.0,1927.0,2648.0,401.0,7.0,946.0,0.0,10.0,211.0,67.0,Baltimore,Baltimore-Columbia-Towson +24027601107,"Census Tract 6011.07, Howard County, Maryland",5206,3352.0,88462.0,116100.0,1310.0,2556.0,688.0,38.0,827.0,0.0,0.0,75.0,1022.0,Baltimore,Baltimore-Columbia-Towson +24027602201,"Census Tract 6022.01, Howard County, Maryland",3465,2214.0,155114.0,647800.0,1576.0,2096.0,217.0,0.0,852.0,0.0,0.0,150.0,150.0,Baltimore,Baltimore-Columbia-Towson +24027605504,"Census Tract 6055.04, Howard County, Maryland",2620,1666.0,201250.0,674800.0,1378.0,1387.0,157.0,6.0,964.0,0.0,0.0,74.0,32.0,Baltimore,Baltimore-Columbia-Towson +24027606904,"Census Tract 6069.04, Howard County, Maryland",4819,2902.0,98542.0,347800.0,1463.0,1394.0,2012.0,0.0,492.0,15.0,35.0,364.0,507.0,Baltimore,Baltimore-Columbia-Towson +24027606906,"Census Tract 6069.06, Howard County, Maryland",6475,3937.0,89795.0,293700.0,1458.0,2442.0,1850.0,0.0,890.0,0.0,83.0,178.0,1032.0,Baltimore,Baltimore-Columbia-Towson +24035810800,"Census Tract 8108, Queen Anne's County, Maryland",5651,4025.0,95951.0,353800.0,1602.0,5035.0,398.0,0.0,0.0,0.0,19.0,142.0,57.0,Baltimore,Baltimore-Columbia-Towson +24035810500,"Census Tract 8105, Queen Anne's County, Maryland",5405,3598.0,92557.0,361200.0,1222.0,4786.0,374.0,0.0,7.0,0.0,0.0,93.0,145.0,Baltimore,Baltimore-Columbia-Towson +24035810200,"Census Tract 8102, Queen Anne's County, Maryland",2762,1819.0,63914.0,223200.0,354.0,2122.0,333.0,13.0,0.0,0.0,0.0,18.0,286.0,Baltimore,Baltimore-Columbia-Towson +24035810300,"Census Tract 8103, Queen Anne's County, Maryland",4603,3261.0,68432.0,256000.0,891.0,4074.0,369.0,9.0,0.0,0.0,0.0,21.0,130.0,Baltimore,Baltimore-Columbia-Towson +24035811000,"Census Tract 8110, Queen Anne's County, Maryland",4512,3188.0,80324.0,317200.0,810.0,3642.0,208.0,0.0,41.0,0.0,0.0,453.0,168.0,Baltimore,Baltimore-Columbia-Towson +24035810700,"Census Tract 8107, Queen Anne's County, Maryland",4073,2793.0,90707.0,362900.0,1058.0,3385.0,468.0,15.0,38.0,0.0,67.0,10.0,105.0,Baltimore,Baltimore-Columbia-Towson +24035810400,"Census Tract 8104, Queen Anne's County, Maryland",6028,4172.0,105699.0,367500.0,1587.0,5415.0,462.0,1.0,0.0,0.0,0.0,17.0,133.0,Baltimore,Baltimore-Columbia-Towson +24035990200,"Census Tract 9902, Queen Anne's County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24035990100,"Census Tract 9901, Queen Anne's County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24035810901,"Census Tract 8109.01, Queen Anne's County, Maryland",5029,3540.0,113500.0,396600.0,1563.0,4516.0,144.0,0.0,91.0,0.0,37.0,100.0,141.0,Baltimore,Baltimore-Columbia-Towson +24035990000,"Census Tract 9900, Queen Anne's County, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24035810902,"Census Tract 8109.02, Queen Anne's County, Maryland",2949,2126.0,91444.0,347000.0,899.0,2733.0,54.0,0.0,71.0,0.0,7.0,71.0,13.0,Baltimore,Baltimore-Columbia-Towson +24035810600,"Census Tract 8106, Queen Anne's County, Maryland",4973,3644.0,109327.0,441800.0,1656.0,4198.0,147.0,0.0,20.0,0.0,3.0,11.0,594.0,Baltimore,Baltimore-Columbia-Towson +24035810100,"Census Tract 8101, Queen Anne's County, Maryland",3086,2286.0,59145.0,238400.0,515.0,2583.0,470.0,0.0,0.0,0.0,0.0,0.0,33.0,Baltimore,Baltimore-Columbia-Towson +24510190100,"Census Tract 1901, Baltimore city, Maryland",2057,1244.0,20000.0,85300.0,142.0,51.0,1750.0,0.0,35.0,0.0,0.0,18.0,203.0,Baltimore,Baltimore-Columbia-Towson +24510190200,"Census Tract 1902, Baltimore city, Maryland",1877,1309.0,36875.0,190400.0,269.0,397.0,994.0,0.0,88.0,0.0,0.0,172.0,226.0,Baltimore,Baltimore-Columbia-Towson +24510220100,"Census Tract 2201, Baltimore city, Maryland",4308,3500.0,69245.0,468800.0,2307.0,2892.0,639.0,31.0,244.0,0.0,79.0,153.0,270.0,Baltimore,Baltimore-Columbia-Towson +24510230300,"Census Tract 2303, Baltimore city, Maryland",1306,1104.0,103889.0,276600.0,818.0,1164.0,57.0,0.0,31.0,0.0,0.0,11.0,43.0,Baltimore,Baltimore-Columbia-Towson +24510250207,"Census Tract 2502.07, Baltimore city, Maryland",2093,1317.0,30688.0,75400.0,218.0,66.0,1822.0,0.0,16.0,0.0,0.0,69.0,120.0,Baltimore,Baltimore-Columbia-Towson +24510250303,"Census Tract 2503.03, Baltimore city, Maryland",2224,1579.0,33833.0,88200.0,161.0,1177.0,543.0,0.0,227.0,0.0,0.0,29.0,248.0,Baltimore,Baltimore-Columbia-Towson +24510260202,"Census Tract 2602.02, Baltimore city, Maryland",5785,3822.0,38347.0,101300.0,363.0,280.0,4861.0,0.0,436.0,0.0,0.0,35.0,173.0,Baltimore,Baltimore-Columbia-Towson +24510260302,"Census Tract 2603.02, Baltimore city, Maryland",6557,4274.0,31097.0,107700.0,581.0,304.0,5964.0,31.0,0.0,0.0,98.0,1.0,159.0,Baltimore,Baltimore-Columbia-Towson +24510260700,"Census Tract 2607, Baltimore city, Maryland",2691,1800.0,56818.0,171400.0,478.0,1100.0,60.0,75.0,75.0,0.0,0.0,220.0,1161.0,Baltimore,Baltimore-Columbia-Towson +24510260900,"Census Tract 2609, Baltimore city, Maryland",3110,2527.0,99932.0,258500.0,1694.0,2521.0,238.0,0.0,65.0,0.0,0.0,95.0,191.0,Baltimore,Baltimore-Columbia-Towson +24510261000,"Census Tract 2610, Baltimore city, Maryland",3077,1888.0,53194.0,188900.0,509.0,1426.0,855.0,0.0,0.0,0.0,0.0,64.0,732.0,Baltimore,Baltimore-Columbia-Towson +24510270101,"Census Tract 2701.01, Baltimore city, Maryland",1568,1115.0,65469.0,181900.0,434.0,633.0,758.0,0.0,4.0,0.0,64.0,42.0,67.0,Baltimore,Baltimore-Columbia-Towson +24510271900,"Census Tract 2719, Baltimore city, Maryland",4012,2923.0,52200.0,164200.0,994.0,983.0,2947.0,0.0,35.0,14.0,9.0,24.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510272003,"Census Tract 2720.03, Baltimore city, Maryland",5677,3493.0,64984.0,257000.0,1802.0,3633.0,1724.0,20.0,89.0,0.0,0.0,0.0,211.0,Baltimore,Baltimore-Columbia-Towson +24510010300,"Census Tract 103, Baltimore city, Maryland",2552,2066.0,137275.0,297600.0,1569.0,2191.0,52.0,0.0,104.0,0.0,0.0,108.0,97.0,Baltimore,Baltimore-Columbia-Towson +24510080301,"Census Tract 803.01, Baltimore city, Maryland",1653,1124.0,38553.0,44200.0,54.0,13.0,1581.0,6.0,10.0,0.0,0.0,0.0,43.0,Baltimore,Baltimore-Columbia-Towson +24510110100,"Census Tract 1101, Baltimore city, Maryland",3040,2440.0,49411.0,215400.0,1646.0,1691.0,650.0,0.0,356.0,0.0,14.0,165.0,164.0,Baltimore,Baltimore-Columbia-Towson +24510090300,"Census Tract 903, Baltimore city, Maryland",4558,3473.0,40231.0,152300.0,1115.0,1019.0,3013.0,233.0,75.0,0.0,10.0,61.0,147.0,Baltimore,Baltimore-Columbia-Towson +24510100300,"Census Tract 1003, Baltimore city, Maryland",4247,3177.0,-666666666.0,-666666666.0,50.0,602.0,3283.0,30.0,21.0,0.0,7.0,111.0,199.0,Baltimore,Baltimore-Columbia-Towson +24510120400,"Census Tract 1204, Baltimore city, Maryland",1707,1078.0,38194.0,161900.0,356.0,400.0,1231.0,0.0,17.0,0.0,0.0,8.0,51.0,Baltimore,Baltimore-Columbia-Towson +24510130600,"Census Tract 1306, Baltimore city, Maryland",3682,3042.0,89363.0,217800.0,2077.0,3011.0,256.0,0.0,234.0,0.0,7.0,92.0,82.0,Baltimore,Baltimore-Columbia-Towson +24510130804,"Census Tract 1308.04, Baltimore city, Maryland",1942,1501.0,65188.0,201200.0,751.0,1706.0,147.0,0.0,27.0,0.0,0.0,0.0,62.0,Baltimore,Baltimore-Columbia-Towson +24510170200,"Census Tract 1702, Baltimore city, Maryland",3033,1683.0,14707.0,182400.0,194.0,223.0,2641.0,0.0,113.0,0.0,0.0,48.0,8.0,Baltimore,Baltimore-Columbia-Towson +24510160200,"Census Tract 1602, Baltimore city, Maryland",2389,1407.0,26331.0,95800.0,54.0,11.0,2344.0,0.0,0.0,0.0,0.0,6.0,28.0,Baltimore,Baltimore-Columbia-Towson +24510160400,"Census Tract 1604, Baltimore city, Maryland",2452,1371.0,23417.0,28300.0,50.0,16.0,2410.0,12.0,4.0,0.0,0.0,10.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510160700,"Census Tract 1607, Baltimore city, Maryland",4311,2661.0,36097.0,81500.0,342.0,60.0,4164.0,0.0,0.0,0.0,0.0,47.0,40.0,Baltimore,Baltimore-Columbia-Towson +24510180100,"Census Tract 1801, Baltimore city, Maryland",2253,1063.0,15662.0,132700.0,17.0,4.0,2231.0,0.0,0.0,0.0,5.0,0.0,13.0,Baltimore,Baltimore-Columbia-Towson +24510120700,"Census Tract 1207, Baltimore city, Maryland",2241,1773.0,57381.0,122800.0,755.0,1567.0,505.0,0.0,65.0,0.0,11.0,42.0,51.0,Baltimore,Baltimore-Columbia-Towson +24510180300,"Census Tract 1803, Baltimore city, Maryland",1651,1253.0,36458.0,182800.0,479.0,609.0,917.0,0.0,41.0,0.0,0.0,64.0,20.0,Baltimore,Baltimore-Columbia-Towson +24510200100,"Census Tract 2001, Baltimore city, Maryland",1745,1120.0,32636.0,61000.0,82.0,27.0,1716.0,0.0,0.0,0.0,0.0,0.0,2.0,Baltimore,Baltimore-Columbia-Towson +24510160300,"Census Tract 1603, Baltimore city, Maryland",1114,897.0,21017.0,96100.0,34.0,123.0,988.0,0.0,3.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510130400,"Census Tract 1304, Baltimore city, Maryland",2182,1523.0,27393.0,105800.0,227.0,135.0,1921.0,15.0,1.0,0.0,0.0,5.0,105.0,Baltimore,Baltimore-Columbia-Towson +24510130700,"Census Tract 1307, Baltimore city, Maryland",4712,3906.0,57368.0,254000.0,2270.0,3781.0,352.0,0.0,153.0,0.0,0.0,202.0,224.0,Baltimore,Baltimore-Columbia-Towson +24510140300,"Census Tract 1403, Baltimore city, Maryland",2856,1781.0,27337.0,168600.0,349.0,106.0,2627.0,0.0,35.0,0.0,37.0,22.0,29.0,Baltimore,Baltimore-Columbia-Towson +24510170100,"Census Tract 1701, Baltimore city, Maryland",1661,1292.0,27000.0,166000.0,454.0,515.0,1065.0,52.0,14.0,0.0,0.0,15.0,19.0,Baltimore,Baltimore-Columbia-Towson +24510180200,"Census Tract 1802, Baltimore city, Maryland",930,664.0,22778.0,157300.0,59.0,68.0,796.0,0.0,13.0,0.0,0.0,20.0,33.0,Baltimore,Baltimore-Columbia-Towson +24510190300,"Census Tract 1903, Baltimore city, Maryland",2442,1505.0,20352.0,59200.0,163.0,527.0,1518.0,0.0,118.0,0.0,1.0,10.0,268.0,Baltimore,Baltimore-Columbia-Towson +24510250102,"Census Tract 2501.02, Baltimore city, Maryland",3250,2035.0,48950.0,115900.0,271.0,84.0,3113.0,0.0,19.0,0.0,0.0,16.0,18.0,Baltimore,Baltimore-Columbia-Towson +24510250301,"Census Tract 2503.01, Baltimore city, Maryland",2348,1338.0,28917.0,96300.0,87.0,157.0,2064.0,0.0,0.0,0.0,0.0,0.0,127.0,Baltimore,Baltimore-Columbia-Towson +24510250401,"Census Tract 2504.01, Baltimore city, Maryland",3497,2461.0,41622.0,112300.0,236.0,1537.0,1007.0,0.0,290.0,23.0,44.0,33.0,563.0,Baltimore,Baltimore-Columbia-Towson +24510270701,"Census Tract 2707.01, Baltimore city, Maryland",2654,1809.0,42176.0,-666666666.0,244.0,59.0,2450.0,0.0,0.0,0.0,0.0,22.0,123.0,Baltimore,Baltimore-Columbia-Towson +24510080700,"Census Tract 807, Baltimore city, Maryland",697,456.0,30278.0,49000.0,92.0,3.0,693.0,0.0,0.0,0.0,0.0,0.0,1.0,Baltimore,Baltimore-Columbia-Towson +24510130805,"Census Tract 1308.05, Baltimore city, Maryland",906,767.0,49545.0,179500.0,298.0,98.0,783.0,0.0,16.0,0.0,0.0,9.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510210100,"Census Tract 2101, Baltimore city, Maryland",2378,1620.0,44583.0,169500.0,682.0,701.0,1530.0,0.0,64.0,0.0,0.0,32.0,51.0,Baltimore,Baltimore-Columbia-Towson +24510160600,"Census Tract 1606, Baltimore city, Maryland",3393,2245.0,33586.0,66600.0,214.0,71.0,3188.0,40.0,27.0,0.0,21.0,21.0,65.0,Baltimore,Baltimore-Columbia-Towson +24510240100,"Census Tract 2401, Baltimore city, Maryland",3091,2502.0,119353.0,299100.0,1811.0,2806.0,93.0,34.0,73.0,0.0,8.0,9.0,102.0,Baltimore,Baltimore-Columbia-Towson +24510260605,"Census Tract 2606.05, Baltimore city, Maryland",4606,3050.0,37326.0,110400.0,404.0,2307.0,773.0,33.0,37.0,0.0,0.0,62.0,1394.0,Baltimore,Baltimore-Columbia-Towson +24510271503,"Census Tract 2715.03, Baltimore city, Maryland",863,810.0,71848.0,178000.0,599.0,739.0,35.0,9.0,47.0,0.0,4.0,10.0,19.0,Baltimore,Baltimore-Columbia-Towson +24510100200,"Census Tract 1002, Baltimore city, Maryland",2837,1765.0,14452.0,86700.0,116.0,62.0,2733.0,0.0,0.0,0.0,0.0,11.0,31.0,Baltimore,Baltimore-Columbia-Towson +24510150800,"Census Tract 1508, Baltimore city, Maryland",4337,3086.0,35095.0,158200.0,591.0,31.0,4161.0,5.0,0.0,0.0,0.0,107.0,33.0,Baltimore,Baltimore-Columbia-Towson +24510170300,"Census Tract 1703, Baltimore city, Maryland",1630,1110.0,22574.0,142000.0,249.0,34.0,1524.0,9.0,42.0,0.0,0.0,11.0,10.0,Baltimore,Baltimore-Columbia-Towson +24510240400,"Census Tract 2404, Baltimore city, Maryland",2877,2431.0,102107.0,312500.0,1630.0,2579.0,17.0,0.0,98.0,0.0,0.0,39.0,144.0,Baltimore,Baltimore-Columbia-Towson +24510270902,"Census Tract 2709.02, Baltimore city, Maryland",5626,2936.0,62946.0,159700.0,784.0,249.0,5102.0,17.0,44.0,0.0,9.0,119.0,86.0,Baltimore,Baltimore-Columbia-Towson +24510271002,"Census Tract 2710.02, Baltimore city, Maryland",4268,2770.0,38358.0,112800.0,521.0,141.0,3994.0,0.0,0.0,0.0,0.0,49.0,84.0,Baltimore,Baltimore-Columbia-Towson +24510260402,"Census Tract 2604.02, Baltimore city, Maryland",2999,1837.0,42231.0,131100.0,317.0,107.0,2729.0,0.0,0.0,0.0,33.0,130.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510271200,"Census Tract 2712, Baltimore city, Maryland",6661,4690.0,135441.0,448100.0,3482.0,4653.0,953.0,0.0,424.0,0.0,0.0,349.0,282.0,Baltimore,Baltimore-Columbia-Towson +24510280404,"Census Tract 2804.04, Baltimore city, Maryland",2519,1700.0,39479.0,127000.0,198.0,101.0,2271.0,0.0,0.0,0.0,0.0,35.0,112.0,Baltimore,Baltimore-Columbia-Towson +24510090100,"Census Tract 901, Baltimore city, Maryland",4057,2987.0,44904.0,130500.0,551.0,493.0,3399.0,0.0,10.0,0.0,0.0,54.0,101.0,Baltimore,Baltimore-Columbia-Towson +24510200300,"Census Tract 2003, Baltimore city, Maryland",1612,973.0,21890.0,43000.0,48.0,237.0,1061.0,81.0,25.0,0.0,0.0,94.0,114.0,Baltimore,Baltimore-Columbia-Towson +24510271501,"Census Tract 2715.01, Baltimore city, Maryland",4077,2906.0,87422.0,343500.0,2286.0,3124.0,484.0,0.0,223.0,0.0,0.0,35.0,211.0,Baltimore,Baltimore-Columbia-Towson +24510250203,"Census Tract 2502.03, Baltimore city, Maryland",1938,1182.0,38009.0,87700.0,149.0,198.0,1499.0,0.0,59.0,0.0,0.0,37.0,145.0,Baltimore,Baltimore-Columbia-Towson +24510110200,"Census Tract 1102, Baltimore city, Maryland",5273,4488.0,42167.0,279200.0,3175.0,3259.0,1151.0,42.0,311.0,0.0,28.0,150.0,332.0,Baltimore,Baltimore-Columbia-Towson +24510020300,"Census Tract 203, Baltimore city, Maryland",3768,3444.0,96667.0,329000.0,2571.0,2838.0,84.0,0.0,287.0,0.0,0.0,222.0,337.0,Baltimore,Baltimore-Columbia-Towson +24510150400,"Census Tract 1504, Baltimore city, Maryland",3749,2108.0,32868.0,73300.0,224.0,34.0,3495.0,15.0,37.0,6.0,7.0,137.0,18.0,Baltimore,Baltimore-Columbia-Towson +24510010200,"Census Tract 102, Baltimore city, Maryland",3145,2638.0,109102.0,242500.0,1864.0,2732.0,164.0,0.0,138.0,0.0,0.0,45.0,66.0,Baltimore,Baltimore-Columbia-Towson +24510060400,"Census Tract 604, Baltimore city, Maryland",1433,1193.0,51932.0,190400.0,527.0,408.0,928.0,11.0,46.0,0.0,0.0,17.0,23.0,Baltimore,Baltimore-Columbia-Towson +24510280500,"Census Tract 2805, Baltimore city, Maryland",2257,1375.0,15000.0,135500.0,164.0,217.0,1995.0,0.0,7.0,0.0,7.0,9.0,22.0,Baltimore,Baltimore-Columbia-Towson +24510260303,"Census Tract 2603.03, Baltimore city, Maryland",947,553.0,17898.0,46800.0,45.0,226.0,615.0,22.0,0.0,0.0,0.0,27.0,65.0,Baltimore,Baltimore-Columbia-Towson +24510260403,"Census Tract 2604.03, Baltimore city, Maryland",1840,1027.0,31657.0,126500.0,217.0,123.0,1685.0,0.0,0.0,0.0,0.0,32.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510230200,"Census Tract 2302, Baltimore city, Maryland",2166,1530.0,105511.0,264700.0,1057.0,1622.0,289.0,0.0,87.0,0.0,0.0,62.0,106.0,Baltimore,Baltimore-Columbia-Towson +24510260102,"Census Tract 2601.02, Baltimore city, Maryland",4742,3360.0,52560.0,124900.0,579.0,505.0,3955.0,0.0,54.0,0.0,0.0,20.0,208.0,Baltimore,Baltimore-Columbia-Towson +24510260800,"Census Tract 2608, Baltimore city, Maryland",2704,1917.0,44519.0,139000.0,429.0,1133.0,445.0,0.0,25.0,0.0,0.0,50.0,1051.0,Baltimore,Baltimore-Columbia-Towson +24510270401,"Census Tract 2704.01, Baltimore city, Maryland",6211,3982.0,61786.0,140900.0,1051.0,1480.0,4168.0,0.0,92.0,0.0,37.0,296.0,138.0,Baltimore,Baltimore-Columbia-Towson +24510280401,"Census Tract 2804.01, Baltimore city, Maryland",3606,2621.0,51309.0,166100.0,773.0,581.0,2826.0,0.0,0.0,0.0,0.0,139.0,60.0,Baltimore,Baltimore-Columbia-Towson +24510270302,"Census Tract 2703.02, Baltimore city, Maryland",1837,1371.0,68839.0,168100.0,330.0,827.0,848.0,0.0,5.0,0.0,0.0,29.0,128.0,Baltimore,Baltimore-Columbia-Towson +24510270702,"Census Tract 2707.02, Baltimore city, Maryland",1962,1446.0,50651.0,178500.0,332.0,565.0,1291.0,0.0,0.0,0.0,0.0,74.0,32.0,Baltimore,Baltimore-Columbia-Towson +24510270903,"Census Tract 2709.03, Baltimore city, Maryland",4630,1909.0,44085.0,163100.0,733.0,482.0,3366.0,0.0,84.0,0.0,31.0,222.0,445.0,Baltimore,Baltimore-Columbia-Towson +24510271101,"Census Tract 2711.01, Baltimore city, Maryland",1986,1427.0,47188.0,234500.0,735.0,986.0,668.0,0.0,222.0,0.0,34.0,55.0,21.0,Baltimore,Baltimore-Columbia-Towson +24510271801,"Census Tract 2718.01, Baltimore city, Maryland",2960,2135.0,26938.0,73700.0,203.0,45.0,2770.0,15.0,0.0,0.0,10.0,72.0,48.0,Baltimore,Baltimore-Columbia-Towson +24510260201,"Census Tract 2602.01, Baltimore city, Maryland",5259,3760.0,34417.0,142200.0,849.0,654.0,4239.0,0.0,248.0,0.0,0.0,59.0,59.0,Baltimore,Baltimore-Columbia-Towson +24510260401,"Census Tract 2604.01, Baltimore city, Maryland",3533,2149.0,32105.0,36300.0,162.0,1794.0,163.0,195.0,18.0,0.0,10.0,192.0,1356.0,Baltimore,Baltimore-Columbia-Towson +24510270301,"Census Tract 2703.01, Baltimore city, Maryland",3089,2312.0,67379.0,188000.0,835.0,1064.0,1768.0,0.0,24.0,4.0,0.0,62.0,167.0,Baltimore,Baltimore-Columbia-Towson +24510270802,"Census Tract 2708.02, Baltimore city, Maryland",5738,3832.0,50084.0,120200.0,364.0,244.0,5212.0,0.0,33.0,0.0,2.0,0.0,247.0,Baltimore,Baltimore-Columbia-Towson +24510270804,"Census Tract 2708.04, Baltimore city, Maryland",3172,2320.0,51268.0,205500.0,908.0,1280.0,1474.0,0.0,70.0,0.0,0.0,16.0,332.0,Baltimore,Baltimore-Columbia-Towson +24510270805,"Census Tract 2708.05, Baltimore city, Maryland",5278,3733.0,56412.0,141500.0,1159.0,477.0,4342.0,13.0,84.0,0.0,0.0,205.0,170.0,Baltimore,Baltimore-Columbia-Towson +24510271102,"Census Tract 2711.02, Baltimore city, Maryland",4496,944.0,209167.0,849500.0,754.0,2849.0,846.0,21.0,237.0,0.0,33.0,307.0,203.0,Baltimore,Baltimore-Columbia-Towson +24510271802,"Census Tract 2718.02, Baltimore city, Maryland",2543,1685.0,29688.0,62200.0,119.0,7.0,2497.0,0.0,0.0,0.0,0.0,33.0,6.0,Baltimore,Baltimore-Columbia-Towson +24510280101,"Census Tract 2801.01, Baltimore city, Maryland",3763,2649.0,45458.0,114800.0,392.0,201.0,3320.0,48.0,0.0,0.0,19.0,50.0,125.0,Baltimore,Baltimore-Columbia-Towson +24510280402,"Census Tract 2804.02, Baltimore city, Maryland",1657,1230.0,40781.0,117300.0,160.0,2.0,1602.0,0.0,0.0,0.0,44.0,1.0,8.0,Baltimore,Baltimore-Columbia-Towson +24510280403,"Census Tract 2804.03, Baltimore city, Maryland",5431,3510.0,60061.0,204800.0,982.0,1428.0,3728.0,0.0,43.0,0.0,27.0,38.0,167.0,Baltimore,Baltimore-Columbia-Towson +24510271300,"Census Tract 2713, Baltimore city, Maryland",2715,2009.0,145966.0,542000.0,1713.0,2231.0,161.0,0.0,211.0,0.0,15.0,52.0,45.0,Baltimore,Baltimore-Columbia-Towson +24510250103,"Census Tract 2501.03, Baltimore city, Maryland",3417,2778.0,38109.0,144200.0,373.0,2004.0,994.0,0.0,29.0,0.0,0.0,133.0,257.0,Baltimore,Baltimore-Columbia-Towson +24510280102,"Census Tract 2801.02, Baltimore city, Maryland",6292,4575.0,47527.0,146300.0,968.0,164.0,6061.0,0.0,0.0,0.0,0.0,0.0,67.0,Baltimore,Baltimore-Columbia-Towson +24510200800,"Census Tract 2008, Baltimore city, Maryland",2075,1493.0,38750.0,96400.0,206.0,207.0,1807.0,0.0,0.0,0.0,0.0,31.0,30.0,Baltimore,Baltimore-Columbia-Towson +24510240200,"Census Tract 2402, Baltimore city, Maryland",3218,2787.0,126597.0,367300.0,2275.0,2559.0,260.0,0.0,188.0,0.0,0.0,102.0,109.0,Baltimore,Baltimore-Columbia-Towson +24510250204,"Census Tract 2502.04, Baltimore city, Maryland",4037,1967.0,14520.0,129900.0,99.0,88.0,3736.0,0.0,0.0,0.0,0.0,9.0,204.0,Baltimore,Baltimore-Columbia-Towson +24510250206,"Census Tract 2502.06, Baltimore city, Maryland",2021,1563.0,53079.0,109900.0,223.0,1554.0,153.0,42.0,28.0,0.0,0.0,28.0,216.0,Baltimore,Baltimore-Columbia-Towson +24510250500,"Census Tract 2505, Baltimore city, Maryland",5171,3230.0,37258.0,104700.0,185.0,2454.0,1751.0,0.0,36.0,0.0,18.0,204.0,708.0,Baltimore,Baltimore-Columbia-Towson +24510260101,"Census Tract 2601.01, Baltimore city, Maryland",4725,3424.0,50981.0,152300.0,933.0,1199.0,3051.0,0.0,98.0,0.0,1.0,45.0,331.0,Baltimore,Baltimore-Columbia-Towson +24510260301,"Census Tract 2603.01, Baltimore city, Maryland",4649,2785.0,37409.0,103800.0,490.0,296.0,4132.0,0.0,50.0,0.0,12.0,152.0,7.0,Baltimore,Baltimore-Columbia-Towson +24510270600,"Census Tract 2706, Baltimore city, Maryland",4882,3562.0,58972.0,168600.0,1159.0,1838.0,2890.0,0.0,0.0,0.0,0.0,115.0,39.0,Baltimore,Baltimore-Columbia-Towson +24510010100,"Census Tract 101, Baltimore city, Maryland",3201,2727.0,95625.0,316500.0,1767.0,2772.0,219.0,0.0,120.0,0.0,0.0,32.0,58.0,Baltimore,Baltimore-Columbia-Towson +24510010500,"Census Tract 105, Baltimore city, Maryland",1712,1450.0,92000.0,305300.0,1099.0,1462.0,73.0,15.0,40.0,0.0,18.0,14.0,105.0,Baltimore,Baltimore-Columbia-Towson +24510080400,"Census Tract 804, Baltimore city, Maryland",1214,790.0,23472.0,92100.0,105.0,139.0,972.0,0.0,0.0,0.0,0.0,13.0,90.0,Baltimore,Baltimore-Columbia-Towson +24510070200,"Census Tract 702, Baltimore city, Maryland",2817,1686.0,28510.0,73700.0,136.0,12.0,2656.0,0.0,9.0,0.0,0.0,13.0,127.0,Baltimore,Baltimore-Columbia-Towson +24510070300,"Census Tract 703, Baltimore city, Maryland",885,572.0,28566.0,107100.0,93.0,32.0,690.0,17.0,0.0,0.0,1.0,0.0,145.0,Baltimore,Baltimore-Columbia-Towson +24510070400,"Census Tract 704, Baltimore city, Maryland",1495,1014.0,19034.0,51400.0,297.0,75.0,1281.0,0.0,117.0,0.0,0.0,0.0,22.0,Baltimore,Baltimore-Columbia-Towson +24510130100,"Census Tract 1301, Baltimore city, Maryland",2746,2171.0,28095.0,222200.0,705.0,450.0,2124.0,10.0,15.0,0.0,17.0,55.0,75.0,Baltimore,Baltimore-Columbia-Towson +24510130200,"Census Tract 1302, Baltimore city, Maryland",3195,2063.0,46086.0,235600.0,693.0,444.0,2574.0,0.0,14.0,0.0,28.0,26.0,109.0,Baltimore,Baltimore-Columbia-Towson +24510130806,"Census Tract 1308.06, Baltimore city, Maryland",1353,1132.0,84444.0,236500.0,567.0,921.0,256.0,0.0,38.0,13.0,0.0,31.0,94.0,Baltimore,Baltimore-Columbia-Towson +24510200200,"Census Tract 2002, Baltimore city, Maryland",2618,1724.0,29974.0,48400.0,65.0,67.0,2494.0,0.0,0.0,0.0,0.0,57.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510200600,"Census Tract 2006, Baltimore city, Maryland",2299,1714.0,33550.0,78200.0,189.0,612.0,1534.0,0.0,0.0,0.0,0.0,76.0,77.0,Baltimore,Baltimore-Columbia-Towson +24510200701,"Census Tract 2007.01, Baltimore city, Maryland",5483,3559.0,37194.0,83200.0,204.0,61.0,5314.0,0.0,0.0,0.0,0.0,0.0,108.0,Baltimore,Baltimore-Columbia-Towson +24510271600,"Census Tract 2716, Baltimore city, Maryland",4693,3404.0,28161.0,99300.0,307.0,100.0,4539.0,0.0,8.0,0.0,0.0,23.0,23.0,Baltimore,Baltimore-Columbia-Towson +24510270803,"Census Tract 2708.03, Baltimore city, Maryland",7144,4920.0,52900.0,135100.0,1167.0,652.0,6314.0,0.0,89.0,0.0,0.0,42.0,47.0,Baltimore,Baltimore-Columbia-Towson +24510270901,"Census Tract 2709.01, Baltimore city, Maryland",4259,2888.0,51355.0,133400.0,436.0,95.0,3997.0,0.0,0.0,0.0,14.0,29.0,124.0,Baltimore,Baltimore-Columbia-Towson +24510271400,"Census Tract 2714, Baltimore city, Maryland",4047,2530.0,119167.0,480100.0,2071.0,2960.0,261.0,0.0,428.0,0.0,45.0,168.0,185.0,Baltimore,Baltimore-Columbia-Towson +24510280302,"Census Tract 2803.02, Baltimore city, Maryland",2492,1641.0,42005.0,154300.0,312.0,120.0,2332.0,0.0,6.0,0.0,0.0,19.0,15.0,Baltimore,Baltimore-Columbia-Towson +24510200702,"Census Tract 2007.02, Baltimore city, Maryland",1100,707.0,27328.0,84600.0,44.0,28.0,1062.0,0.0,0.0,0.0,0.0,10.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510230100,"Census Tract 2301, Baltimore city, Maryland",1822,1352.0,61563.0,320600.0,716.0,1044.0,641.0,0.0,41.0,0.0,5.0,19.0,72.0,Baltimore,Baltimore-Columbia-Towson +24510250205,"Census Tract 2502.05, Baltimore city, Maryland",4397,2751.0,40453.0,105500.0,364.0,1307.0,2402.0,0.0,250.0,0.0,0.0,61.0,377.0,Baltimore,Baltimore-Columbia-Towson +24510270402,"Census Tract 2704.02, Baltimore city, Maryland",3396,2262.0,72759.0,180900.0,725.0,1214.0,1929.0,0.0,57.0,0.0,0.0,135.0,61.0,Baltimore,Baltimore-Columbia-Towson +24510250402,"Census Tract 2504.02, Baltimore city, Maryland",4232,2662.0,42163.0,87700.0,283.0,1128.0,2139.0,84.0,0.0,0.0,0.0,229.0,652.0,Baltimore,Baltimore-Columbia-Towson +24510260501,"Census Tract 2605.01, Baltimore city, Maryland",5785,3982.0,53911.0,114300.0,785.0,3016.0,599.0,7.0,195.0,0.0,25.0,123.0,1827.0,Baltimore,Baltimore-Columbia-Towson +24510261100,"Census Tract 2611, Baltimore city, Maryland",1813,1483.0,111458.0,341000.0,1069.0,1573.0,122.0,0.0,49.0,0.0,0.0,25.0,44.0,Baltimore,Baltimore-Columbia-Towson +24510270502,"Census Tract 2705.02, Baltimore city, Maryland",4259,3103.0,64375.0,173100.0,1126.0,1558.0,2455.0,11.0,66.0,12.0,0.0,129.0,28.0,Baltimore,Baltimore-Columbia-Towson +24510270703,"Census Tract 2707.03, Baltimore city, Maryland",2646,2077.0,63448.0,181900.0,785.0,1521.0,946.0,0.0,54.0,0.0,0.0,5.0,120.0,Baltimore,Baltimore-Columbia-Towson +24510271001,"Census Tract 2710.01, Baltimore city, Maryland",2400,1519.0,35707.0,100600.0,249.0,83.0,2261.0,12.0,0.0,0.0,0.0,20.0,24.0,Baltimore,Baltimore-Columbia-Towson +24510020100,"Census Tract 201, Baltimore city, Maryland",1877,1501.0,88553.0,291200.0,1084.0,1331.0,124.0,9.0,58.0,0.0,0.0,97.0,267.0,Baltimore,Baltimore-Columbia-Towson +24510060100,"Census Tract 601, Baltimore city, Maryland",2948,2039.0,55781.0,199400.0,666.0,787.0,1420.0,115.0,116.0,0.0,0.0,50.0,557.0,Baltimore,Baltimore-Columbia-Towson +24510090200,"Census Tract 902, Baltimore city, Maryland",3027,2352.0,66552.0,164600.0,796.0,500.0,2357.0,9.0,10.0,0.0,15.0,74.0,62.0,Baltimore,Baltimore-Columbia-Towson +24510090600,"Census Tract 906, Baltimore city, Maryland",3260,2333.0,46037.0,91800.0,207.0,336.0,2896.0,0.0,26.0,0.0,0.0,1.0,1.0,Baltimore,Baltimore-Columbia-Towson +24510090900,"Census Tract 909, Baltimore city, Maryland",2500,1372.0,23816.0,86100.0,95.0,87.0,2244.0,16.0,0.0,0.0,0.0,0.0,153.0,Baltimore,Baltimore-Columbia-Towson +24510100100,"Census Tract 1001, Baltimore city, Maryland",2238,1497.0,24146.0,88600.0,144.0,39.0,2177.0,0.0,20.0,0.0,0.0,1.0,1.0,Baltimore,Baltimore-Columbia-Towson +24510150100,"Census Tract 1501, Baltimore city, Maryland",2678,1790.0,20269.0,74300.0,102.0,28.0,2595.0,0.0,22.0,0.0,0.0,33.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510150900,"Census Tract 1509, Baltimore city, Maryland",3327,2353.0,54410.0,111000.0,491.0,64.0,3161.0,0.0,0.0,0.0,0.0,46.0,56.0,Baltimore,Baltimore-Columbia-Towson +24510200400,"Census Tract 2004, Baltimore city, Maryland",1549,899.0,30365.0,54200.0,47.0,84.0,1368.0,15.0,50.0,0.0,0.0,16.0,25.0,Baltimore,Baltimore-Columbia-Towson +24510200500,"Census Tract 2005, Baltimore city, Maryland",2943,1954.0,20982.0,33900.0,115.0,763.0,1491.0,93.0,168.0,0.0,0.0,132.0,296.0,Baltimore,Baltimore-Columbia-Towson +24510250101,"Census Tract 2501.01, Baltimore city, Maryland",4354,2946.0,54853.0,134700.0,481.0,516.0,3532.0,15.0,13.0,0.0,0.0,266.0,12.0,Baltimore,Baltimore-Columbia-Towson +24510250600,"Census Tract 2506, Baltimore city, Maryland",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510260404,"Census Tract 2604.04, Baltimore city, Maryland",2277,1495.0,35900.0,77500.0,139.0,490.0,691.0,28.0,131.0,0.0,117.0,20.0,800.0,Baltimore,Baltimore-Columbia-Towson +24510270102,"Census Tract 2701.02, Baltimore city, Maryland",3953,2733.0,66581.0,152400.0,582.0,1106.0,2481.0,15.0,36.0,0.0,159.0,106.0,50.0,Baltimore,Baltimore-Columbia-Towson +24510270501,"Census Tract 2705.01, Baltimore city, Maryland",3994,2936.0,59167.0,168500.0,677.0,2028.0,1651.0,0.0,43.0,0.0,0.0,61.0,211.0,Baltimore,Baltimore-Columbia-Towson +24510270801,"Census Tract 2708.01, Baltimore city, Maryland",4184,2865.0,52546.0,135200.0,714.0,525.0,3325.0,0.0,35.0,0.0,166.0,81.0,52.0,Baltimore,Baltimore-Columbia-Towson +24510271700,"Census Tract 2717, Baltimore city, Maryland",5066,4081.0,40694.0,99000.0,478.0,225.0,4796.0,0.0,22.0,0.0,0.0,17.0,6.0,Baltimore,Baltimore-Columbia-Towson +24510280200,"Census Tract 2802, Baltimore city, Maryland",5023,4021.0,62857.0,177300.0,1050.0,185.0,4582.0,11.0,21.0,0.0,7.0,196.0,21.0,Baltimore,Baltimore-Columbia-Towson +24510280301,"Census Tract 2803.01, Baltimore city, Maryland",3731,2463.0,40900.0,267500.0,632.0,356.0,3007.0,0.0,62.0,30.0,0.0,209.0,67.0,Baltimore,Baltimore-Columbia-Towson +24510160801,"Census Tract 1608.01, Baltimore city, Maryland",3128,2191.0,40260.0,111100.0,362.0,52.0,3035.0,0.0,0.0,11.0,0.0,30.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510160802,"Census Tract 1608.02, Baltimore city, Maryland",3375,2073.0,42297.0,90900.0,181.0,56.0,3177.0,0.0,0.0,0.0,9.0,34.0,99.0,Baltimore,Baltimore-Columbia-Towson +24510060300,"Census Tract 603, Baltimore city, Maryland",1931,1256.0,57679.0,219600.0,619.0,664.0,844.0,0.0,86.0,0.0,7.0,94.0,236.0,Baltimore,Baltimore-Columbia-Towson +24510080101,"Census Tract 801.01, Baltimore city, Maryland",3993,2632.0,60511.0,154300.0,692.0,1115.0,2657.0,0.0,37.0,0.0,0.0,134.0,50.0,Baltimore,Baltimore-Columbia-Towson +24510080302,"Census Tract 803.02, Baltimore city, Maryland",3002,2020.0,33429.0,79400.0,313.0,0.0,2831.0,0.0,0.0,0.0,0.0,119.0,52.0,Baltimore,Baltimore-Columbia-Towson +24510080500,"Census Tract 805, Baltimore city, Maryland",1683,1077.0,29583.0,57500.0,67.0,7.0,1648.0,0.0,28.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510120500,"Census Tract 1205, Baltimore city, Maryland",2340,1661.0,52596.0,254900.0,743.0,731.0,1337.0,0.0,80.0,0.0,21.0,64.0,107.0,Baltimore,Baltimore-Columbia-Towson +24510130300,"Census Tract 1303, Baltimore city, Maryland",2446,1424.0,34118.0,113000.0,358.0,130.0,2258.0,0.0,36.0,0.0,0.0,7.0,15.0,Baltimore,Baltimore-Columbia-Towson +24510130803,"Census Tract 1308.03, Baltimore city, Maryland",2416,1813.0,55398.0,183300.0,922.0,1620.0,240.0,0.0,362.0,0.0,20.0,88.0,86.0,Baltimore,Baltimore-Columbia-Towson +24510140100,"Census Tract 1401, Baltimore city, Maryland",4700,3441.0,50750.0,395500.0,1980.0,2414.0,1606.0,0.0,218.0,0.0,0.0,131.0,331.0,Baltimore,Baltimore-Columbia-Towson +24510150500,"Census Tract 1505, Baltimore city, Maryland",1582,1090.0,34583.0,113400.0,158.0,13.0,1519.0,0.0,0.0,0.0,0.0,4.0,46.0,Baltimore,Baltimore-Columbia-Towson +24510010400,"Census Tract 104, Baltimore city, Maryland",2573,2349.0,112059.0,354200.0,1676.0,2162.0,57.0,15.0,141.0,0.0,32.0,64.0,102.0,Baltimore,Baltimore-Columbia-Towson +24510020200,"Census Tract 202, Baltimore city, Maryland",1857,1475.0,80221.0,284400.0,1020.0,1131.0,233.0,15.0,119.0,0.0,0.0,51.0,308.0,Baltimore,Baltimore-Columbia-Towson +24510030100,"Census Tract 301, Baltimore city, Maryland",3355,2098.0,28227.0,237200.0,419.0,409.0,2235.0,18.0,55.0,0.0,0.0,10.0,628.0,Baltimore,Baltimore-Columbia-Towson +24510030200,"Census Tract 302, Baltimore city, Maryland",2327,1898.0,88077.0,316300.0,1109.0,1099.0,725.0,0.0,248.0,0.0,5.0,43.0,207.0,Baltimore,Baltimore-Columbia-Towson +24510070100,"Census Tract 701, Baltimore city, Maryland",2889,1586.0,33750.0,63400.0,116.0,46.0,2447.0,37.0,0.0,0.0,35.0,7.0,317.0,Baltimore,Baltimore-Columbia-Towson +24510080800,"Census Tract 808, Baltimore city, Maryland",1452,707.0,33750.0,168800.0,78.0,64.0,1326.0,0.0,0.0,0.0,0.0,8.0,54.0,Baltimore,Baltimore-Columbia-Towson +24510080102,"Census Tract 801.02, Baltimore city, Maryland",2181,1322.0,34167.0,85100.0,71.0,28.0,2133.0,0.0,12.0,0.0,0.0,8.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510080200,"Census Tract 802, Baltimore city, Maryland",1539,1107.0,28958.0,69000.0,96.0,56.0,1483.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510080600,"Census Tract 806, Baltimore city, Maryland",2418,1708.0,34881.0,43500.0,234.0,129.0,2266.0,0.0,0.0,0.0,0.0,23.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510090400,"Census Tract 904, Baltimore city, Maryland",1756,1104.0,31696.0,94900.0,140.0,97.0,1436.0,0.0,4.0,0.0,0.0,65.0,154.0,Baltimore,Baltimore-Columbia-Towson +24510090700,"Census Tract 907, Baltimore city, Maryland",3090,2139.0,30242.0,55700.0,232.0,36.0,2890.0,27.0,15.0,0.0,0.0,32.0,90.0,Baltimore,Baltimore-Columbia-Towson +24510120300,"Census Tract 1203, Baltimore city, Maryland",3949,2912.0,49628.0,223500.0,1302.0,1424.0,1950.0,0.0,151.0,0.0,88.0,215.0,121.0,Baltimore,Baltimore-Columbia-Towson +24510120600,"Census Tract 1206, Baltimore city, Maryland",2687,2376.0,20164.0,220200.0,840.0,935.0,1248.0,0.0,257.0,0.0,0.0,10.0,237.0,Baltimore,Baltimore-Columbia-Towson +24510140200,"Census Tract 1402, Baltimore city, Maryland",2691,1356.0,24282.0,-666666666.0,209.0,68.0,2564.0,0.0,0.0,0.0,0.0,41.0,18.0,Baltimore,Baltimore-Columbia-Towson +24510150200,"Census Tract 1502, Baltimore city, Maryland",2573,1678.0,40313.0,64100.0,114.0,0.0,2477.0,0.0,0.0,0.0,96.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510151200,"Census Tract 1512, Baltimore city, Maryland",4761,3515.0,20276.0,90900.0,244.0,173.0,4508.0,0.0,11.0,0.0,0.0,25.0,44.0,Baltimore,Baltimore-Columbia-Towson +24510150600,"Census Tract 1506, Baltimore city, Maryland",2922,2057.0,26782.0,80000.0,140.0,123.0,2772.0,0.0,0.0,0.0,0.0,27.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510160500,"Census Tract 1605, Baltimore city, Maryland",4605,3028.0,36333.0,70900.0,253.0,0.0,4605.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510151000,"Census Tract 1510, Baltimore city, Maryland",4764,3409.0,39369.0,160800.0,534.0,106.0,4384.0,0.0,20.0,0.0,41.0,98.0,115.0,Baltimore,Baltimore-Columbia-Towson +24510160100,"Census Tract 1601, Baltimore city, Maryland",1998,1490.0,25772.0,110300.0,131.0,34.0,1872.0,0.0,3.0,0.0,63.0,10.0,16.0,Baltimore,Baltimore-Columbia-Towson +24510210200,"Census Tract 2102, Baltimore city, Maryland",3025,2354.0,32000.0,132400.0,503.0,1122.0,1585.0,0.0,73.0,0.0,0.0,153.0,92.0,Baltimore,Baltimore-Columbia-Towson +24510240300,"Census Tract 2403, Baltimore city, Maryland",2075,1687.0,115078.0,356900.0,1292.0,1656.0,58.0,0.0,150.0,13.0,8.0,33.0,157.0,Baltimore,Baltimore-Columbia-Towson +24510260203,"Census Tract 2602.03, Baltimore city, Maryland",3041,1959.0,37500.0,129100.0,207.0,121.0,2869.0,15.0,0.0,0.0,0.0,24.0,12.0,Baltimore,Baltimore-Columbia-Towson +24510260604,"Census Tract 2606.04, Baltimore city, Maryland",1435,672.0,22027.0,88300.0,95.0,185.0,1014.0,0.0,84.0,0.0,0.0,0.0,152.0,Baltimore,Baltimore-Columbia-Towson +24510270200,"Census Tract 2702, Baltimore city, Maryland",1772,1294.0,68036.0,205500.0,615.0,845.0,736.0,22.0,7.0,0.0,14.0,92.0,62.0,Baltimore,Baltimore-Columbia-Towson +24510040100,"Census Tract 401, Baltimore city, Maryland",4007,3316.0,61754.0,270500.0,2662.0,1996.0,544.0,27.0,948.0,89.0,119.0,35.0,276.0,Baltimore,Baltimore-Columbia-Towson +24510040200,"Census Tract 402, Baltimore city, Maryland",865,374.0,56250.0,-666666666.0,282.0,361.0,287.0,1.0,100.0,9.0,23.0,55.0,29.0,Baltimore,Baltimore-Columbia-Towson +24510060200,"Census Tract 602, Baltimore city, Maryland",3075,2071.0,66371.0,197100.0,1013.0,1306.0,1279.0,10.0,30.0,0.0,0.0,54.0,396.0,Baltimore,Baltimore-Columbia-Towson +24510090500,"Census Tract 905, Baltimore city, Maryland",1957,1304.0,42347.0,97700.0,220.0,327.0,1492.0,0.0,45.0,0.0,0.0,86.0,7.0,Baltimore,Baltimore-Columbia-Towson +24510090800,"Census Tract 908, Baltimore city, Maryland",2797,1969.0,34185.0,60200.0,176.0,28.0,2611.0,0.0,17.0,0.0,0.0,103.0,38.0,Baltimore,Baltimore-Columbia-Towson +24510120100,"Census Tract 1201, Baltimore city, Maryland",4602,3608.0,62266.0,318800.0,2887.0,2890.0,394.0,41.0,859.0,0.0,0.0,240.0,178.0,Baltimore,Baltimore-Columbia-Towson +24510150701,"Census Tract 1507.01, Baltimore city, Maryland",1547,1200.0,45357.0,106300.0,266.0,66.0,1412.0,0.0,0.0,0.0,0.0,54.0,15.0,Baltimore,Baltimore-Columbia-Towson +24510150300,"Census Tract 1503, Baltimore city, Maryland",2117,1428.0,38617.0,70900.0,150.0,17.0,2066.0,0.0,0.0,0.0,19.0,8.0,7.0,Baltimore,Baltimore-Columbia-Towson +24510150702,"Census Tract 1507.02, Baltimore city, Maryland",2211,1486.0,40529.0,86300.0,285.0,23.0,2118.0,0.0,0.0,11.0,0.0,45.0,14.0,Baltimore,Baltimore-Columbia-Towson +24510151100,"Census Tract 1511, Baltimore city, Maryland",6918,4661.0,46389.0,145900.0,1026.0,19.0,6825.0,0.0,0.0,0.0,0.0,74.0,0.0,Baltimore,Baltimore-Columbia-Towson +24510151300,"Census Tract 1513, Baltimore city, Maryland",4338,2848.0,26538.0,80400.0,343.0,136.0,3824.0,5.0,38.0,0.0,0.0,142.0,193.0,Baltimore,Baltimore-Columbia-Towson +24510120202,"Census Tract 1202.02, Baltimore city, Maryland",6030,2043.0,36552.0,280800.0,1708.0,3188.0,685.0,10.0,1447.0,0.0,45.0,276.0,379.0,Baltimore,Baltimore-Columbia-Towson +24510272007,"Census Tract 2720.07, Baltimore city, Maryland",4626,2797.0,40455.0,152500.0,979.0,1698.0,2097.0,0.0,216.0,14.0,21.0,111.0,469.0,Baltimore,Baltimore-Columbia-Towson +24510272005,"Census Tract 2720.05, Baltimore city, Maryland",3440,2169.0,60250.0,268200.0,1210.0,3016.0,298.0,0.0,60.0,0.0,0.0,16.0,50.0,Baltimore,Baltimore-Columbia-Towson +24510120201,"Census Tract 1202.01, Baltimore city, Maryland",1986,1434.0,73625.0,252000.0,1022.0,1343.0,357.0,4.0,104.0,16.0,0.0,101.0,61.0,Baltimore,Baltimore-Columbia-Towson +24510272004,"Census Tract 2720.04, Baltimore city, Maryland",3811,2612.0,38125.0,148900.0,1379.0,2841.0,555.0,0.0,287.0,0.0,45.0,0.0,83.0,Baltimore,Baltimore-Columbia-Towson +24510272006,"Census Tract 2720.06, Baltimore city, Maryland",3513,2462.0,30304.0,147100.0,737.0,1654.0,1672.0,0.0,0.0,0.0,0.0,65.0,122.0,Baltimore,Baltimore-Columbia-Towson +13013180103,"Census Tract 1801.03, Barrow County, Georgia",5152,3405.0,79655.0,215000.0,1144.0,4312.0,253.0,0.0,350.0,0.0,0.0,26.0,211.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180401,"Census Tract 1804.01, Barrow County, Georgia",5879,3738.0,59375.0,152300.0,793.0,4893.0,420.0,0.0,138.0,0.0,0.0,45.0,383.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180206,"Census Tract 1802.06, Barrow County, Georgia",2917,1866.0,62266.0,149100.0,356.0,2644.0,25.0,0.0,0.0,0.0,0.0,62.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180205,"Census Tract 1802.05, Barrow County, Georgia",4253,2748.0,42253.0,122000.0,439.0,2702.0,774.0,11.0,133.0,0.0,0.0,247.0,386.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180402,"Census Tract 1804.02, Barrow County, Georgia",6602,4278.0,55313.0,113100.0,549.0,3640.0,1650.0,0.0,156.0,0.0,31.0,69.0,1056.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180303,"Census Tract 1803.03, Barrow County, Georgia",5142,3171.0,61382.0,151900.0,538.0,3933.0,319.0,0.0,303.0,0.0,0.0,71.0,516.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180106,"Census Tract 1801.06, Barrow County, Georgia",2803,1855.0,53015.0,112300.0,335.0,2242.0,261.0,0.0,53.0,0.0,0.0,31.0,216.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180203,"Census Tract 1802.03, Barrow County, Georgia",3692,2220.0,34750.0,84600.0,164.0,1793.0,807.0,0.0,270.0,0.0,0.0,134.0,688.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180503,"Census Tract 1805.03, Barrow County, Georgia",5264,3301.0,70000.0,140100.0,550.0,3639.0,657.0,0.0,286.0,0.0,0.0,87.0,595.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180502,"Census Tract 1805.02, Barrow County, Georgia",4586,3082.0,58489.0,120700.0,502.0,3634.0,355.0,0.0,88.0,0.0,9.0,146.0,354.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180204,"Census Tract 1802.04, Barrow County, Georgia",2837,1757.0,42813.0,161200.0,198.0,1204.0,943.0,45.0,33.0,0.0,27.0,81.0,504.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180501,"Census Tract 1805.01, Barrow County, Georgia",6190,4027.0,59323.0,133300.0,515.0,4329.0,1029.0,0.0,124.0,0.0,22.0,99.0,587.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180301,"Census Tract 1803.01, Barrow County, Georgia",2317,1655.0,63859.0,153800.0,359.0,1931.0,111.0,12.0,27.0,0.0,0.0,44.0,204.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180302,"Census Tract 1803.02, Barrow County, Georgia",5675,3768.0,54916.0,141800.0,735.0,5125.0,68.0,0.0,35.0,0.0,40.0,64.0,343.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180105,"Census Tract 1801.05, Barrow County, Georgia",2779,1856.0,65326.0,155100.0,423.0,2025.0,75.0,123.0,267.0,0.0,0.0,64.0,348.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180104,"Census Tract 1801.04, Barrow County, Georgia",2039,1284.0,48250.0,121800.0,167.0,1377.0,339.0,0.0,20.0,0.0,18.0,86.0,199.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180107,"Census Tract 1801.07, Barrow County, Georgia",4073,2810.0,55859.0,121400.0,396.0,2999.0,69.0,0.0,354.0,0.0,0.0,122.0,529.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13013180108,"Census Tract 1801.08, Barrow County, Georgia",2899,1991.0,50609.0,118000.0,258.0,2387.0,165.0,0.0,42.0,0.0,11.0,75.0,219.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960101,"Census Tract 9601.01, Bartow County, Georgia",1461,1137.0,63594.0,145300.0,216.0,1326.0,13.0,0.0,0.0,0.0,0.0,84.0,38.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960402,"Census Tract 9604.02, Bartow County, Georgia",9266,6386.0,59388.0,144900.0,1325.0,7142.0,1467.0,0.0,85.0,0.0,60.0,144.0,368.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960901,"Census Tract 9609.01, Bartow County, Georgia",3256,2149.0,60536.0,134400.0,443.0,2982.0,51.0,0.0,0.0,0.0,13.0,11.0,199.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960102,"Census Tract 9601.02, Bartow County, Georgia",10073,6902.0,68173.0,143100.0,1622.0,8988.0,301.0,0.0,4.0,0.0,0.0,247.0,533.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960902,"Census Tract 9609.02, Bartow County, Georgia",6373,4377.0,64599.0,137800.0,1635.0,5518.0,617.0,51.0,72.0,0.0,0.0,14.0,129.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960401,"Census Tract 9604.01, Bartow County, Georgia",9607,6153.0,44250.0,119900.0,915.0,6430.0,1533.0,0.0,89.0,0.0,0.0,217.0,1338.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015961000,"Census Tract 9610, Bartow County, Georgia",7774,5375.0,62877.0,164400.0,865.0,6779.0,486.0,0.0,63.0,0.0,2.0,105.0,339.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960300,"Census Tract 9603, Bartow County, Georgia",7167,4856.0,59639.0,173400.0,587.0,6314.0,301.0,0.0,128.0,0.0,0.0,41.0,383.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960803,"Census Tract 9608.03, Bartow County, Georgia",5404,3815.0,47424.0,119900.0,723.0,4569.0,85.0,21.0,260.0,0.0,35.0,68.0,366.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960700,"Census Tract 9607, Bartow County, Georgia",7970,4734.0,40429.0,123000.0,1014.0,3668.0,1801.0,29.0,173.0,0.0,0.0,445.0,1854.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960801,"Census Tract 9608.01, Bartow County, Georgia",3476,2463.0,50074.0,136900.0,533.0,2850.0,129.0,10.0,74.0,0.0,0.0,26.0,387.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960802,"Census Tract 9608.02, Bartow County, Georgia",3123,2095.0,31915.0,58800.0,177.0,2603.0,20.0,34.0,0.0,0.0,0.0,0.0,466.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960600,"Census Tract 9606, Bartow County, Georgia",8610,5533.0,50615.0,166200.0,1543.0,5896.0,1948.0,0.0,0.0,0.0,42.0,135.0,589.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960200,"Census Tract 9602, Bartow County, Georgia",10651,6991.0,42919.0,121700.0,758.0,9504.0,604.0,73.0,0.0,2.0,79.0,31.0,431.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13015960500,"Census Tract 9605, Bartow County, Georgia",8412,5297.0,52857.0,150800.0,872.0,5729.0,1417.0,101.0,14.0,0.0,82.0,127.0,959.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13035150100,"Census Tract 1501, Butts County, Georgia",8079,5776.0,54094.0,139100.0,689.0,7169.0,680.0,6.0,19.0,0.0,0.0,8.0,197.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13035150200,"Census Tract 1502, Butts County, Georgia",7964,5252.0,32048.0,109700.0,645.0,4013.0,3358.0,0.0,75.0,0.0,102.0,161.0,255.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13035150300,"Census Tract 1503, Butts County, Georgia",7513,5426.0,43500.0,117500.0,398.0,4503.0,2606.0,11.0,46.0,0.0,25.0,49.0,273.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045911100,"Census Tract 9111, Carroll County, Georgia",7288,4821.0,46513.0,150200.0,1496.0,5758.0,1086.0,0.0,62.0,0.0,0.0,196.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045911000,"Census Tract 9110, Carroll County, Georgia",6127,3790.0,52017.0,158200.0,880.0,4757.0,622.0,24.0,0.0,0.0,54.0,0.0,670.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910701,"Census Tract 9107.01, Carroll County, Georgia",9278,6326.0,43761.0,130100.0,1455.0,6657.0,1469.0,0.0,174.0,0.0,24.0,126.0,828.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910703,"Census Tract 9107.03, Carroll County, Georgia",8811,5792.0,45793.0,109000.0,1141.0,6260.0,1687.0,0.0,63.0,50.0,128.0,156.0,467.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910600,"Census Tract 9106, Carroll County, Georgia",6288,3677.0,46490.0,115300.0,1047.0,3771.0,1431.0,153.0,76.0,0.0,0.0,341.0,669.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910501,"Census Tract 9105.01, Carroll County, Georgia",8677,3017.0,35381.0,104100.0,667.0,3461.0,3703.0,0.0,63.0,0.0,60.0,109.0,1281.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910702,"Census Tract 9107.02, Carroll County, Georgia",7808,5387.0,62079.0,161000.0,1537.0,6457.0,903.0,0.0,88.0,29.0,0.0,142.0,189.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045911200,"Census Tract 9112, Carroll County, Georgia",6018,4270.0,46891.0,110300.0,639.0,4631.0,1014.0,130.0,9.0,10.0,91.0,126.0,7.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910400,"Census Tract 9104, Carroll County, Georgia",3212,2260.0,38532.0,107800.0,321.0,2975.0,170.0,0.0,0.0,0.0,25.0,24.0,18.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910103,"Census Tract 9101.03, Carroll County, Georgia",5140,3280.0,58617.0,135500.0,580.0,3676.0,818.0,22.0,92.0,19.0,0.0,296.0,217.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910104,"Census Tract 9101.04, Carroll County, Georgia",10630,6346.0,59662.0,111500.0,854.0,6760.0,2507.0,18.0,37.0,0.0,255.0,111.0,960.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910502,"Census Tract 9105.02, Carroll County, Georgia",3352,1549.0,19864.0,100500.0,76.0,712.0,1493.0,0.0,22.0,0.0,0.0,78.0,1047.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910800,"Census Tract 9108, Carroll County, Georgia",4194,2837.0,52281.0,96300.0,415.0,3964.0,102.0,3.0,6.0,0.0,0.0,4.0,115.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910101,"Census Tract 9101.01, Carroll County, Georgia",5935,3608.0,37438.0,118100.0,651.0,3439.0,1784.0,108.0,137.0,0.0,51.0,195.0,221.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910200,"Census Tract 9102, Carroll County, Georgia",11620,7715.0,49421.0,110900.0,1136.0,9592.0,1619.0,0.0,20.0,0.0,0.0,88.0,301.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910900,"Census Tract 9109, Carroll County, Georgia",4053,2764.0,56660.0,110300.0,578.0,3785.0,135.0,0.0,0.0,0.0,27.0,5.0,101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13045910300,"Census Tract 9103, Carroll County, Georgia",6467,4310.0,45372.0,103200.0,595.0,5050.0,893.0,16.0,52.0,0.0,12.0,43.0,401.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090905,"Census Tract 909.05, Cherokee County, Georgia",4042,2991.0,54692.0,150500.0,1362.0,3293.0,101.0,25.0,46.0,0.0,17.0,29.0,531.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090904,"Census Tract 909.04, Cherokee County, Georgia",9180,6248.0,64136.0,188900.0,2079.0,6524.0,586.0,24.0,516.0,0.0,124.0,183.0,1247.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091007,"Census Tract 910.07, Cherokee County, Georgia",6753,4557.0,104746.0,239900.0,2280.0,5874.0,448.0,0.0,0.0,0.0,0.0,119.0,312.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090803,"Census Tract 908.03, Cherokee County, Georgia",11145,7098.0,90255.0,269200.0,3165.0,9677.0,392.0,0.0,69.0,0.0,0.0,276.0,731.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090804,"Census Tract 908.04, Cherokee County, Georgia",9451,6672.0,86509.0,225700.0,2617.0,7936.0,528.0,0.0,164.0,0.0,0.0,130.0,693.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091008,"Census Tract 910.08, Cherokee County, Georgia",8716,5596.0,90198.0,288500.0,3035.0,7018.0,647.0,12.0,540.0,0.0,0.0,77.0,422.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090701,"Census Tract 907.01, Cherokee County, Georgia",21286,13990.0,79625.0,206800.0,5052.0,15657.0,1751.0,433.0,767.0,0.0,0.0,348.0,2763.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090902,"Census Tract 909.02, Cherokee County, Georgia",15734,10831.0,89464.0,214000.0,5115.0,12296.0,1021.0,0.0,480.0,0.0,0.0,310.0,1627.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090802,"Census Tract 908.02, Cherokee County, Georgia",7401,5002.0,95636.0,298500.0,2009.0,6177.0,697.0,0.0,82.0,0.0,25.0,0.0,420.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091003,"Census Tract 910.03, Cherokee County, Georgia",7978,5022.0,44886.0,151300.0,1172.0,5521.0,801.0,24.0,0.0,0.0,37.0,135.0,1460.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090501,"Census Tract 905.01, Cherokee County, Georgia",6875,4523.0,74748.0,258600.0,1295.0,6575.0,16.0,0.0,52.0,0.0,39.0,147.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090502,"Census Tract 905.02, Cherokee County, Georgia",13942,8769.0,115279.0,329800.0,4123.0,12953.0,166.0,0.0,261.0,0.0,0.0,146.0,416.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091005,"Census Tract 910.05, Cherokee County, Georgia",7225,4846.0,68582.0,193100.0,1961.0,5295.0,624.0,0.0,95.0,0.0,37.0,38.0,1136.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090200,"Census Tract 902, Cherokee County, Georgia",8482,5836.0,65549.0,222700.0,1379.0,7409.0,447.0,19.0,89.0,0.0,0.0,432.0,86.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090702,"Census Tract 907.02, Cherokee County, Georgia",7191,4945.0,54780.0,145300.0,975.0,6109.0,54.0,0.0,11.0,0.0,0.0,67.0,950.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091102,"Census Tract 911.02, Cherokee County, Georgia",9332,6156.0,76042.0,154600.0,1518.0,6251.0,1003.0,0.0,227.0,0.0,87.0,118.0,1646.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091001,"Census Tract 910.01, Cherokee County, Georgia",4967,3028.0,50196.0,150900.0,703.0,2881.0,1276.0,0.0,192.0,0.0,12.0,229.0,377.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091006,"Census Tract 910.06, Cherokee County, Georgia",4940,3237.0,100855.0,241500.0,1539.0,4548.0,82.0,0.0,11.0,0.0,18.0,19.0,262.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091101,"Census Tract 911.01, Cherokee County, Georgia",6136,4158.0,75083.0,188100.0,1241.0,4873.0,709.0,0.0,148.0,0.0,0.0,256.0,150.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090901,"Census Tract 909.01, Cherokee County, Georgia",8058,5337.0,94074.0,194400.0,2307.0,7175.0,91.0,27.0,0.0,0.0,0.0,252.0,513.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090300,"Census Tract 903, Cherokee County, Georgia",12615,8393.0,83057.0,291900.0,3523.0,11125.0,453.0,15.0,94.0,0.0,0.0,421.0,507.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090400,"Census Tract 904, Cherokee County, Georgia",9596,5877.0,40015.0,200500.0,1234.0,6495.0,590.0,81.0,16.0,0.0,0.0,51.0,2444.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090601,"Census Tract 906.01, Cherokee County, Georgia",7903,4919.0,53144.0,200900.0,1043.0,4903.0,375.0,8.0,20.0,0.0,0.0,65.0,2532.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057091103,"Census Tract 911.03, Cherokee County, Georgia",9630,6499.0,67622.0,155800.0,1910.0,7534.0,963.0,0.0,444.0,0.0,24.0,43.0,622.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090602,"Census Tract 906.02, Cherokee County, Georgia",8444,5470.0,63901.0,246800.0,1542.0,5934.0,488.0,39.0,43.0,0.0,158.0,115.0,1667.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13057090100,"Census Tract 901, Cherokee County, Georgia",8874,6284.0,65867.0,196700.0,1584.0,8346.0,206.0,0.0,49.0,0.0,0.0,169.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040204,"Census Tract 402.04, Clayton County, Georgia",4101,2452.0,39194.0,105000.0,560.0,113.0,3804.0,0.0,0.0,0.0,0.0,38.0,146.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040308,"Census Tract 403.08, Clayton County, Georgia",4222,3089.0,25159.0,60500.0,258.0,838.0,1845.0,7.0,121.0,0.0,0.0,42.0,1369.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040620,"Census Tract 406.20, Clayton County, Georgia",4065,2593.0,60893.0,148000.0,550.0,524.0,3047.0,0.0,6.0,0.0,7.0,241.0,240.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040616,"Census Tract 406.16, Clayton County, Georgia",8698,5324.0,48285.0,76900.0,1312.0,704.0,6568.0,46.0,228.0,0.0,231.0,197.0,724.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040526,"Census Tract 405.26, Clayton County, Georgia",6545,3713.0,50752.0,86800.0,844.0,335.0,5383.0,0.0,0.0,0.0,0.0,65.0,762.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040525,"Census Tract 405.25, Clayton County, Georgia",3083,1852.0,41819.0,67600.0,377.0,127.0,2544.0,0.0,66.0,0.0,17.0,76.0,253.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040524,"Census Tract 405.24, Clayton County, Georgia",8024,4948.0,43407.0,75900.0,1004.0,632.0,6042.0,0.0,371.0,0.0,0.0,67.0,912.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040416,"Census Tract 404.16, Clayton County, Georgia",3465,2321.0,53094.0,72700.0,297.0,462.0,1151.0,0.0,580.0,0.0,0.0,105.0,1167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040306,"Census Tract 403.06, Clayton County, Georgia",4090,1959.0,27372.0,-666666666.0,181.0,109.0,1855.0,45.0,55.0,0.0,0.0,136.0,1890.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040302,"Census Tract 403.02, Clayton County, Georgia",6029,3520.0,33190.0,55400.0,284.0,1034.0,2641.0,282.0,298.0,0.0,29.0,73.0,1672.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040303,"Census Tract 403.03, Clayton County, Georgia",6782,4072.0,37236.0,59300.0,619.0,900.0,3913.0,0.0,408.0,0.0,0.0,123.0,1438.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040510,"Census Tract 405.10, Clayton County, Georgia",3563,2164.0,43833.0,86000.0,392.0,153.0,2990.0,0.0,177.0,0.0,0.0,22.0,221.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040516,"Census Tract 405.16, Clayton County, Georgia",5835,3617.0,43485.0,79600.0,553.0,334.0,4334.0,0.0,365.0,0.0,0.0,66.0,736.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040614,"Census Tract 406.14, Clayton County, Georgia",4525,3427.0,68030.0,209200.0,1059.0,2057.0,1653.0,0.0,475.0,0.0,0.0,37.0,303.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040202,"Census Tract 402.02, Clayton County, Georgia",2647,1393.0,31524.0,98600.0,156.0,163.0,2052.0,0.0,145.0,0.0,12.0,25.0,250.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040413,"Census Tract 404.13, Clayton County, Georgia",7242,4481.0,55666.0,87600.0,1430.0,757.0,4552.0,0.0,437.0,0.0,123.0,257.0,1116.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040411,"Census Tract 404.11, Clayton County, Georgia",13385,8666.0,69158.0,104200.0,2688.0,1472.0,10032.0,0.0,491.0,0.0,414.0,58.0,918.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040412,"Census Tract 404.12, Clayton County, Georgia",7607,5329.0,43321.0,73300.0,908.0,669.0,4529.0,0.0,1180.0,0.0,0.0,141.0,1088.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040514,"Census Tract 405.14, Clayton County, Georgia",7793,4440.0,44922.0,84000.0,943.0,361.0,6171.0,42.0,79.0,0.0,0.0,73.0,1067.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040512,"Census Tract 405.12, Clayton County, Georgia",5478,3384.0,36414.0,97100.0,685.0,192.0,4996.0,0.0,27.0,0.0,0.0,8.0,255.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040613,"Census Tract 406.13, Clayton County, Georgia",8203,4986.0,52431.0,117000.0,1375.0,1992.0,5117.0,0.0,326.0,0.0,6.0,121.0,641.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040515,"Census Tract 405.15, Clayton County, Georgia",8029,4820.0,42407.0,79500.0,651.0,273.0,5953.0,0.0,111.0,0.0,0.0,243.0,1449.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040611,"Census Tract 406.11, Clayton County, Georgia",6600,3638.0,30318.0,53200.0,404.0,982.0,3863.0,0.0,0.0,0.0,0.0,92.0,1663.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040612,"Census Tract 406.12, Clayton County, Georgia",7282,4357.0,29157.0,76700.0,438.0,1329.0,4709.0,53.0,205.0,0.0,8.0,334.0,647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040409,"Census Tract 404.09, Clayton County, Georgia",6052,3685.0,42280.0,88100.0,625.0,631.0,3505.0,31.0,964.0,0.0,0.0,105.0,847.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040410,"Census Tract 404.10, Clayton County, Georgia",7047,4574.0,45051.0,86400.0,584.0,812.0,3935.0,0.0,13.0,0.0,81.0,208.0,1998.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040509,"Census Tract 405.09, Clayton County, Georgia",4375,2915.0,59773.0,86400.0,812.0,114.0,3771.0,0.0,50.0,0.0,18.0,13.0,409.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040407,"Census Tract 404.07, Clayton County, Georgia",3866,2421.0,45768.0,89700.0,307.0,495.0,1787.0,0.0,953.0,0.0,6.0,91.0,534.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040518,"Census Tract 405.18, Clayton County, Georgia",5287,3125.0,41375.0,69200.0,403.0,481.0,4016.0,0.0,0.0,0.0,0.0,201.0,589.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040606,"Census Tract 406.06, Clayton County, Georgia",3745,2290.0,44063.0,86100.0,333.0,1031.0,1617.0,6.0,13.0,0.0,6.0,132.0,940.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040608,"Census Tract 406.08, Clayton County, Georgia",11792,7626.0,60957.0,136300.0,2293.0,1516.0,9109.0,0.0,251.0,0.0,67.0,302.0,547.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040609,"Census Tract 406.09, Clayton County, Georgia",5887,4120.0,57092.0,101800.0,628.0,1015.0,3714.0,0.0,588.0,0.0,0.0,100.0,470.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040513,"Census Tract 405.13, Clayton County, Georgia",4559,3103.0,64038.0,87200.0,443.0,581.0,3334.0,12.0,300.0,0.0,6.0,187.0,139.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040408,"Census Tract 404.08, Clayton County, Georgia",8346,4892.0,37224.0,99200.0,598.0,1251.0,4543.0,70.0,1686.0,0.0,0.0,164.0,632.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040307,"Census Tract 403.07, Clayton County, Georgia",4939,3098.0,37064.0,69100.0,245.0,942.0,1784.0,0.0,1084.0,0.0,0.0,51.0,1078.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063980000,"Census Tract 9800, Clayton County, Georgia",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040622,"Census Tract 406.22, Clayton County, Georgia",8244,4922.0,48278.0,90400.0,880.0,1212.0,5157.0,74.0,763.0,0.0,0.0,177.0,861.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040621,"Census Tract 406.21, Clayton County, Georgia",10351,6237.0,52705.0,97600.0,1850.0,988.0,8057.0,0.0,239.0,0.0,0.0,190.0,877.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040619,"Census Tract 406.19, Clayton County, Georgia",2532,1747.0,62500.0,114300.0,426.0,151.0,1900.0,0.0,13.0,0.0,0.0,101.0,367.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040523,"Census Tract 405.23, Clayton County, Georgia",3092,1926.0,44353.0,102700.0,437.0,259.0,2264.0,0.0,352.0,0.0,0.0,0.0,217.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040522,"Census Tract 405.22, Clayton County, Georgia",4611,2910.0,33333.0,61000.0,509.0,478.0,3299.0,0.0,381.0,21.0,0.0,10.0,422.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040203,"Census Tract 402.03, Clayton County, Georgia",3573,2134.0,36786.0,98200.0,387.0,54.0,3390.0,13.0,88.0,0.0,0.0,9.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040520,"Census Tract 405.20, Clayton County, Georgia",4113,2390.0,32414.0,89400.0,366.0,53.0,3534.0,0.0,80.0,0.0,0.0,220.0,226.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040519,"Census Tract 405.19, Clayton County, Georgia",4380,2658.0,32568.0,-666666666.0,517.0,35.0,4129.0,0.0,11.0,0.0,0.0,46.0,159.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040417,"Census Tract 404.17, Clayton County, Georgia",5366,2692.0,35128.0,70200.0,354.0,456.0,4130.0,0.0,0.0,0.0,0.0,105.0,675.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040617,"Census Tract 406.17, Clayton County, Georgia",1418,648.0,33182.0,10500.0,44.0,378.0,147.0,0.0,9.0,0.0,0.0,0.0,884.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040615,"Census Tract 406.15, Clayton County, Georgia",1926,1200.0,66250.0,114900.0,200.0,345.0,1352.0,0.0,75.0,0.0,0.0,2.0,152.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040521,"Census Tract 405.21, Clayton County, Georgia",3349,2057.0,30550.0,53000.0,271.0,322.0,2423.0,0.0,147.0,0.0,0.0,202.0,255.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040415,"Census Tract 404.15, Clayton County, Georgia",6019,3478.0,36500.0,59000.0,572.0,344.0,4117.0,0.0,252.0,0.0,0.0,54.0,1252.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13063040414,"Census Tract 404.14, Clayton County, Georgia",1988,1119.0,35000.0,70500.0,101.0,379.0,885.0,0.0,0.0,0.0,32.0,0.0,692.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030337,"Census Tract 303.37, Cobb County, Georgia",4418,3152.0,151719.0,458900.0,2479.0,3901.0,147.0,0.0,202.0,0.0,29.0,42.0,97.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030901,"Census Tract 309.01, Cobb County, Georgia",8242,5648.0,65973.0,261800.0,2399.0,5033.0,2472.0,0.0,12.0,0.0,0.0,251.0,474.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031111,"Census Tract 311.11, Cobb County, Georgia",3496,2767.0,82757.0,172200.0,1536.0,1916.0,1199.0,0.0,271.0,0.0,0.0,58.0,52.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030318,"Census Tract 303.18, Cobb County, Georgia",7778,5531.0,144698.0,568800.0,4165.0,6738.0,41.0,0.0,647.0,0.0,0.0,188.0,164.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031505,"Census Tract 315.05, Cobb County, Georgia",6326,3828.0,64214.0,159700.0,1684.0,2202.0,3360.0,1.0,118.0,0.0,0.0,26.0,619.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030215,"Census Tract 302.15, Cobb County, Georgia",9655,5783.0,73199.0,190200.0,2490.0,6260.0,1335.0,25.0,473.0,0.0,0.0,485.0,1102.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030313,"Census Tract 303.13, Cobb County, Georgia",9073,5990.0,93817.0,191700.0,2662.0,6053.0,1179.0,17.0,760.0,0.0,89.0,212.0,763.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030904,"Census Tract 309.04, Cobb County, Georgia",7119,4079.0,38818.0,67700.0,816.0,1618.0,2615.0,30.0,173.0,0.0,39.0,214.0,2460.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031002,"Census Tract 310.02, Cobb County, Georgia",9787,5323.0,33037.0,107400.0,693.0,1782.0,2727.0,37.0,247.0,0.0,252.0,63.0,4716.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031311,"Census Tract 313.11, Cobb County, Georgia",10043,5953.0,43030.0,116400.0,1351.0,923.0,7146.0,22.0,93.0,0.0,0.0,215.0,1666.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031406,"Census Tract 314.06, Cobb County, Georgia",8184,5316.0,34437.0,130800.0,1288.0,1878.0,5235.0,0.0,114.0,1.0,0.0,106.0,850.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030902,"Census Tract 309.02, Cobb County, Georgia",6019,4176.0,60820.0,195400.0,1263.0,2346.0,1242.0,81.0,0.0,0.0,0.0,259.0,2163.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031101,"Census Tract 311.01, Cobb County, Georgia",5123,3237.0,51506.0,185700.0,924.0,1719.0,1148.0,29.0,161.0,0.0,0.0,104.0,1962.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031110,"Census Tract 311.10, Cobb County, Georgia",3385,2328.0,63269.0,182500.0,1079.0,2047.0,387.0,0.0,95.0,0.0,23.0,219.0,614.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031306,"Census Tract 313.06, Cobb County, Georgia",4251,2807.0,59981.0,147300.0,830.0,1432.0,1873.0,0.0,22.0,0.0,13.0,254.0,657.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031405,"Census Tract 314.05, Cobb County, Georgia",8183,5238.0,61593.0,159700.0,1679.0,2347.0,3644.0,0.0,63.0,0.0,9.0,150.0,1970.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030209,"Census Tract 302.09, Cobb County, Georgia",7370,5196.0,87430.0,232700.0,2251.0,4899.0,1453.0,0.0,369.0,23.0,22.0,169.0,435.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030328,"Census Tract 303.28, Cobb County, Georgia",6557,4675.0,125707.0,336900.0,2878.0,4928.0,499.0,20.0,566.0,0.0,0.0,102.0,442.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031112,"Census Tract 311.12, Cobb County, Georgia",5385,3989.0,112500.0,320000.0,2807.0,3643.0,1086.0,0.0,212.0,0.0,18.0,79.0,347.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030905,"Census Tract 309.05, Cobb County, Georgia",8302,5321.0,54167.0,137200.0,1062.0,2022.0,3124.0,0.0,149.0,0.0,28.0,298.0,2681.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031001,"Census Tract 310.01, Cobb County, Georgia",5035,3106.0,26719.0,88300.0,231.0,1128.0,1439.0,0.0,10.0,0.0,0.0,77.0,2381.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031503,"Census Tract 315.03, Cobb County, Georgia",10363,6212.0,62896.0,145200.0,1950.0,2871.0,5220.0,18.0,82.0,0.0,46.0,191.0,1935.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030311,"Census Tract 303.11, Cobb County, Georgia",6054,4190.0,96214.0,211300.0,1946.0,4694.0,336.0,0.0,400.0,0.0,0.0,62.0,562.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030326,"Census Tract 303.26, Cobb County, Georgia",4526,3154.0,139118.0,426300.0,2067.0,3319.0,239.0,13.0,331.0,0.0,0.0,100.0,537.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030502,"Census Tract 305.02, Cobb County, Georgia",7246,5103.0,96148.0,231800.0,2492.0,4335.0,1214.0,10.0,855.0,0.0,0.0,170.0,662.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030505,"Census Tract 305.05, Cobb County, Georgia",7001,4460.0,49619.0,124800.0,1425.0,2754.0,2698.0,189.0,240.0,0.0,18.0,109.0,1182.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030800,"Census Tract 308, Cobb County, Georgia",5650,2600.0,39648.0,191300.0,730.0,2193.0,1126.0,0.0,214.0,4.0,0.0,30.0,2083.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031004,"Census Tract 310.04, Cobb County, Georgia",7814,4781.0,40161.0,95600.0,613.0,1607.0,3268.0,0.0,62.0,16.0,38.0,121.0,2702.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031106,"Census Tract 311.06, Cobb County, Georgia",9099,6018.0,70933.0,161100.0,2357.0,3458.0,3077.0,0.0,507.0,8.0,0.0,246.0,1803.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031108,"Census Tract 311.08, Cobb County, Georgia",4939,3898.0,50752.0,137500.0,1880.0,2269.0,2015.0,14.0,90.0,0.0,0.0,78.0,473.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030103,"Census Tract 301.03, Cobb County, Georgia",9627,6483.0,76602.0,201000.0,2848.0,5386.0,2842.0,34.0,434.0,0.0,0.0,272.0,659.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031308,"Census Tract 313.08, Cobb County, Georgia",5514,3648.0,47373.0,107700.0,629.0,1451.0,1974.0,0.0,27.0,0.0,0.0,8.0,2054.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031309,"Census Tract 313.09, Cobb County, Georgia",7582,4895.0,48313.0,107000.0,981.0,1654.0,4777.0,0.0,5.0,0.0,24.0,60.0,1062.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031310,"Census Tract 313.10, Cobb County, Georgia",7538,4238.0,32000.0,110200.0,529.0,730.0,4385.0,0.0,24.0,0.0,0.0,0.0,2399.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030106,"Census Tract 301.06, Cobb County, Georgia",7402,4735.0,51653.0,147800.0,1237.0,3937.0,2254.0,0.0,242.0,0.0,17.0,300.0,652.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030310,"Census Tract 303.10, Cobb County, Georgia",8383,5546.0,71193.0,163000.0,2055.0,5870.0,1149.0,0.0,72.0,0.0,61.0,402.0,829.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030320,"Census Tract 303.20, Cobb County, Georgia",7429,5607.0,84238.0,383300.0,4564.0,4986.0,703.0,99.0,1002.0,0.0,24.0,146.0,469.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030339,"Census Tract 303.39, Cobb County, Georgia",5669,4273.0,61542.0,206600.0,2882.0,3214.0,989.0,0.0,590.0,0.0,36.0,88.0,752.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031307,"Census Tract 313.07, Cobb County, Georgia",5927,4223.0,70839.0,175400.0,1423.0,2896.0,1607.0,0.0,221.0,0.0,9.0,91.0,1103.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030327,"Census Tract 303.27, Cobb County, Georgia",4701,3160.0,103125.0,271200.0,1928.0,3630.0,352.0,9.0,361.0,0.0,13.0,215.0,121.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030314,"Census Tract 303.14, Cobb County, Georgia",8429,5845.0,99899.0,258200.0,3186.0,6189.0,632.0,114.0,647.0,20.0,0.0,188.0,639.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030312,"Census Tract 303.12, Cobb County, Georgia",5902,4241.0,78185.0,193100.0,1704.0,4482.0,636.0,20.0,320.0,0.0,0.0,125.0,339.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031005,"Census Tract 310.05, Cobb County, Georgia",5417,3654.0,63617.0,131600.0,690.0,1271.0,1809.0,9.0,353.0,0.0,0.0,130.0,1854.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030330,"Census Tract 303.30, Cobb County, Georgia",6318,4140.0,110060.0,304700.0,2555.0,4222.0,382.0,69.0,1056.0,0.0,0.0,343.0,246.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030700,"Census Tract 307, Cobb County, Georgia",4653,3072.0,41972.0,242900.0,796.0,1867.0,1456.0,134.0,11.0,0.0,13.0,59.0,1247.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030335,"Census Tract 303.35, Cobb County, Georgia",4837,3372.0,140179.0,356600.0,2593.0,4055.0,158.0,0.0,222.0,0.0,46.0,156.0,200.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030219,"Census Tract 302.19, Cobb County, Georgia",10410,6517.0,108099.0,299200.0,3275.0,7773.0,1194.0,40.0,674.0,0.0,15.0,207.0,507.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030218,"Census Tract 302.18, Cobb County, Georgia",5280,3475.0,137260.0,368500.0,2109.0,3449.0,714.0,0.0,464.0,0.0,106.0,149.0,398.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030329,"Census Tract 303.29, Cobb County, Georgia",4741,3191.0,108995.0,251500.0,1942.0,3642.0,308.0,65.0,436.0,0.0,8.0,113.0,169.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030223,"Census Tract 302.23, Cobb County, Georgia",6347,4025.0,66722.0,176900.0,1500.0,3245.0,1748.0,16.0,251.0,0.0,0.0,109.0,994.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030601,"Census Tract 306.01, Cobb County, Georgia",9006,5218.0,62893.0,195100.0,2581.0,3851.0,2428.0,26.0,1383.0,0.0,131.0,169.0,1044.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030227,"Census Tract 302.27, Cobb County, Georgia",7860,5132.0,62581.0,143800.0,1615.0,3962.0,1611.0,0.0,353.0,0.0,62.0,217.0,1655.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030602,"Census Tract 306.02, Cobb County, Georgia",6528,5183.0,84304.0,331000.0,2660.0,5338.0,744.0,0.0,98.0,16.0,0.0,73.0,259.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030506,"Census Tract 305.06, Cobb County, Georgia",4614,3064.0,62415.0,160600.0,1079.0,2503.0,992.0,0.0,99.0,0.0,14.0,254.0,752.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030507,"Census Tract 305.07, Cobb County, Georgia",5145,3782.0,75938.0,203700.0,1694.0,3577.0,815.0,13.0,198.0,0.0,80.0,102.0,373.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030229,"Census Tract 302.29, Cobb County, Georgia",6314,2303.0,55738.0,202600.0,837.0,4261.0,1182.0,0.0,202.0,13.0,15.0,103.0,538.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031209,"Census Tract 312.09, Cobb County, Georgia",4745,3425.0,139792.0,421800.0,2475.0,3102.0,764.0,0.0,314.0,0.0,0.0,108.0,457.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030224,"Census Tract 302.24, Cobb County, Georgia",6318,3995.0,73061.0,190800.0,1808.0,3523.0,1262.0,0.0,412.0,0.0,86.0,277.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030333,"Census Tract 303.33, Cobb County, Georgia",5857,3999.0,119177.0,383700.0,2994.0,4639.0,332.0,0.0,551.0,0.0,0.0,61.0,274.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030319,"Census Tract 303.19, Cobb County, Georgia",4266,2926.0,102736.0,343500.0,2029.0,3471.0,60.0,0.0,454.0,0.0,20.0,116.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030322,"Census Tract 303.22, Cobb County, Georgia",3420,2296.0,97629.0,246500.0,1483.0,2613.0,515.0,0.0,70.0,0.0,20.0,109.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031404,"Census Tract 314.04, Cobb County, Georgia",6055,4518.0,72108.0,153300.0,1150.0,2641.0,2907.0,0.0,33.0,0.0,0.0,99.0,375.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030101,"Census Tract 301.01, Cobb County, Georgia",7787,5383.0,81010.0,189800.0,1672.0,6509.0,427.0,15.0,35.0,6.0,139.0,30.0,641.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030214,"Census Tract 302.14, Cobb County, Georgia",7939,5686.0,80086.0,194200.0,2681.0,5668.0,1002.0,0.0,273.0,0.0,34.0,35.0,927.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030334,"Census Tract 303.34, Cobb County, Georgia",3379,2365.0,106250.0,409800.0,1696.0,2637.0,239.0,49.0,265.0,0.0,0.0,79.0,110.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030324,"Census Tract 303.24, Cobb County, Georgia",3602,2512.0,96940.0,188800.0,1061.0,2834.0,405.0,0.0,113.0,0.0,9.0,74.0,167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030331,"Census Tract 303.31, Cobb County, Georgia",6107,4175.0,108750.0,322300.0,2803.0,5065.0,528.0,23.0,144.0,0.0,22.0,46.0,279.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030332,"Census Tract 303.32, Cobb County, Georgia",3565,2332.0,119712.0,386000.0,1749.0,2745.0,55.0,0.0,643.0,0.0,0.0,46.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030336,"Census Tract 303.36, Cobb County, Georgia",7359,4853.0,153313.0,494600.0,3493.0,5742.0,56.0,0.0,871.0,62.0,32.0,49.0,547.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030405,"Census Tract 304.05, Cobb County, Georgia",6299,4367.0,48781.0,140300.0,1179.0,3552.0,2036.0,0.0,216.0,0.0,0.0,0.0,495.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030504,"Census Tract 305.04, Cobb County, Georgia",6569,4490.0,72306.0,206200.0,1964.0,3236.0,1403.0,0.0,754.0,0.0,0.0,315.0,861.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030235,"Census Tract 302.35, Cobb County, Georgia",4862,3243.0,104265.0,281500.0,1791.0,3668.0,682.0,0.0,99.0,34.0,0.0,143.0,236.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030234,"Census Tract 302.34, Cobb County, Georgia",6678,4585.0,111250.0,268700.0,1913.0,4665.0,1468.0,0.0,211.0,0.0,37.0,105.0,192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030233,"Census Tract 302.33, Cobb County, Georgia",4394,2828.0,104167.0,233900.0,1577.0,2805.0,1128.0,0.0,176.0,0.0,0.0,73.0,212.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030232,"Census Tract 302.32, Cobb County, Georgia",6346,4267.0,109602.0,235200.0,2264.0,3226.0,2218.0,0.0,100.0,0.0,12.0,113.0,677.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030222,"Census Tract 302.22, Cobb County, Georgia",5573,3772.0,92587.0,215600.0,2016.0,4523.0,512.0,23.0,242.0,0.0,15.0,45.0,213.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031118,"Census Tract 311.18, Cobb County, Georgia",5862,3670.0,77795.0,299400.0,2091.0,2887.0,1620.0,0.0,399.0,0.0,0.0,161.0,795.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031117,"Census Tract 311.17, Cobb County, Georgia",5621,3976.0,93631.0,241600.0,1986.0,3402.0,1166.0,0.0,237.0,0.0,0.0,98.0,718.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031507,"Census Tract 315.07, Cobb County, Georgia",3954,2536.0,55845.0,130800.0,682.0,677.0,2730.0,13.0,0.0,0.0,10.0,41.0,483.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030104,"Census Tract 301.04, Cobb County, Georgia",3580,2406.0,50000.0,145100.0,592.0,2408.0,608.0,0.0,18.0,0.0,0.0,44.0,502.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031506,"Census Tract 315.06, Cobb County, Georgia",4826,3264.0,50601.0,141500.0,852.0,2069.0,1959.0,14.0,155.0,0.0,0.0,211.0,432.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031508,"Census Tract 315.08, Cobb County, Georgia",5805,3724.0,74313.0,167200.0,1456.0,2176.0,2337.0,0.0,177.0,0.0,16.0,190.0,909.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031116,"Census Tract 311.16, Cobb County, Georgia",4661,2747.0,29763.0,131300.0,587.0,1272.0,1313.0,0.0,166.0,0.0,0.0,130.0,1780.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031115,"Census Tract 311.15, Cobb County, Georgia",4679,3197.0,66309.0,161200.0,1275.0,1362.0,1519.0,0.0,180.0,0.0,6.0,134.0,1478.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031113,"Census Tract 311.13, Cobb County, Georgia",1300,761.0,35625.0,226800.0,336.0,234.0,589.0,0.0,17.0,9.0,68.0,116.0,267.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031312,"Census Tract 313.12, Cobb County, Georgia",9916,6204.0,69528.0,183200.0,2779.0,2498.0,5318.0,0.0,229.0,0.0,0.0,365.0,1506.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031313,"Census Tract 313.13, Cobb County, Georgia",9933,6929.0,110750.0,284900.0,4490.0,4473.0,3790.0,0.0,329.0,0.0,94.0,299.0,948.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031509,"Census Tract 315.09, Cobb County, Georgia",11459,7636.0,70565.0,145200.0,2227.0,3646.0,6412.0,0.0,265.0,0.0,0.0,335.0,801.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031114,"Census Tract 311.14, Cobb County, Georgia",8034,5452.0,42732.0,137500.0,1783.0,1997.0,2872.0,0.0,877.0,51.0,0.0,136.0,2101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030345,"Census Tract 303.45, Cobb County, Georgia",4582,3267.0,66117.0,308700.0,2041.0,943.0,1497.0,0.0,1189.0,0.0,69.0,118.0,766.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030228,"Census Tract 302.28, Cobb County, Georgia",7426,3943.0,46363.0,190800.0,1457.0,4711.0,1592.0,153.0,145.0,0.0,0.0,141.0,684.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030231,"Census Tract 302.31, Cobb County, Georgia",7487,5389.0,100777.0,292500.0,2821.0,6210.0,696.0,25.0,315.0,0.0,0.0,137.0,129.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030230,"Census Tract 302.30, Cobb County, Georgia",13533,9192.0,65966.0,230200.0,4241.0,7664.0,3677.0,7.0,675.0,0.0,0.0,308.0,1202.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030411,"Census Tract 304.11, Cobb County, Georgia",3097,1704.0,36394.0,98000.0,413.0,608.0,1629.0,0.0,45.0,0.0,0.0,46.0,769.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030344,"Census Tract 303.44, Cobb County, Georgia",3726,2703.0,45915.0,99600.0,1162.0,999.0,1856.0,0.0,502.0,0.0,7.0,24.0,338.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030412,"Census Tract 304.12, Cobb County, Georgia",5018,2882.0,38668.0,64800.0,913.0,1710.0,2148.0,48.0,171.0,0.0,7.0,174.0,760.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030414,"Census Tract 304.14, Cobb County, Georgia",3272,2049.0,38625.0,-666666666.0,499.0,631.0,2105.0,0.0,86.0,0.0,119.0,35.0,296.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030413,"Census Tract 304.13, Cobb County, Georgia",5639,3612.0,51126.0,134900.0,1433.0,2603.0,1707.0,11.0,420.0,0.0,11.0,220.0,678.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030239,"Census Tract 302.39, Cobb County, Georgia",7978,5278.0,118327.0,365500.0,2868.0,6859.0,598.0,0.0,0.0,0.0,31.0,133.0,357.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030238,"Census Tract 302.38, Cobb County, Georgia",6961,4216.0,117352.0,268200.0,2238.0,5387.0,853.0,0.0,215.0,0.0,0.0,106.0,400.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030236,"Census Tract 302.36, Cobb County, Georgia",4629,2864.0,145240.0,355000.0,1845.0,3939.0,466.0,0.0,16.0,0.0,59.0,52.0,97.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030407,"Census Tract 304.07, Cobb County, Georgia",5179,3860.0,71364.0,219400.0,1765.0,3690.0,728.0,11.0,161.0,15.0,0.0,191.0,383.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030408,"Census Tract 304.08, Cobb County, Georgia",2843,2212.0,61307.0,256700.0,1207.0,1764.0,426.0,0.0,210.0,0.0,5.0,107.0,331.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030410,"Census Tract 304.10, Cobb County, Georgia",4719,3223.0,57319.0,264700.0,1553.0,2661.0,795.0,8.0,222.0,0.0,37.0,17.0,987.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030409,"Census Tract 304.09, Cobb County, Georgia",3452,2333.0,117721.0,325200.0,1514.0,2922.0,198.0,0.0,107.0,0.0,0.0,140.0,85.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030343,"Census Tract 303.43, Cobb County, Georgia",4451,3061.0,113482.0,397500.0,2287.0,3803.0,159.0,44.0,287.0,0.0,0.0,79.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030342,"Census Tract 303.42, Cobb County, Georgia",4726,3259.0,109601.0,323900.0,2146.0,3970.0,160.0,9.0,231.0,10.0,0.0,193.0,153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030340,"Census Tract 303.40, Cobb County, Georgia",3947,2705.0,138372.0,358100.0,1883.0,2998.0,124.0,0.0,377.0,0.0,0.0,35.0,413.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030341,"Census Tract 303.41, Cobb County, Georgia",4368,2914.0,100154.0,240300.0,1656.0,3466.0,399.0,13.0,122.0,0.0,29.0,95.0,257.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031409,"Census Tract 314.09, Cobb County, Georgia",5800,3735.0,42265.0,112700.0,948.0,1782.0,3046.0,0.0,41.0,0.0,0.0,76.0,855.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031408,"Census Tract 314.08, Cobb County, Georgia",5932,4336.0,51228.0,115000.0,817.0,1831.0,3418.0,17.0,58.0,0.0,38.0,84.0,486.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030107,"Census Tract 301.07, Cobb County, Georgia",5209,3283.0,83697.0,194100.0,1423.0,2765.0,1521.0,19.0,214.0,0.0,0.0,164.0,526.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031212,"Census Tract 312.12, Cobb County, Georgia",2403,1888.0,152500.0,646900.0,1538.0,2119.0,52.0,0.0,93.0,0.0,10.0,65.0,64.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031208,"Census Tract 312.08, Cobb County, Georgia",5773,4595.0,69737.0,258700.0,3552.0,2577.0,1004.0,0.0,2017.0,17.0,0.0,0.0,158.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031207,"Census Tract 312.07, Cobb County, Georgia",4612,3602.0,77895.0,357100.0,2325.0,2368.0,761.0,0.0,1172.0,0.0,18.0,214.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030226,"Census Tract 302.26, Cobb County, Georgia",10164,6038.0,80265.0,181200.0,3154.0,5312.0,2829.0,0.0,507.0,0.0,29.0,526.0,961.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031211,"Census Tract 312.11, Cobb County, Georgia",4413,3386.0,67489.0,249600.0,2341.0,2029.0,1713.0,0.0,131.0,0.0,0.0,97.0,443.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031205,"Census Tract 312.05, Cobb County, Georgia",6262,4506.0,81528.0,265000.0,2860.0,2784.0,2603.0,0.0,311.0,0.0,0.0,128.0,436.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067031206,"Census Tract 312.06, Cobb County, Georgia",10996,8274.0,77623.0,288200.0,5043.0,4262.0,4402.0,0.0,1191.0,0.0,30.0,345.0,766.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13067030220,"Census Tract 302.20, Cobb County, Georgia",1729,1174.0,85509.0,175800.0,556.0,1143.0,292.0,0.0,96.0,0.0,0.0,54.0,144.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170602,"Census Tract 1706.02, Coweta County, Georgia",8456,5732.0,89007.0,224400.0,2711.0,7092.0,586.0,28.0,338.0,0.0,0.0,60.0,380.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170503,"Census Tract 1705.03, Coweta County, Georgia",5763,3897.0,70781.0,213700.0,1454.0,5006.0,363.0,6.0,24.0,0.0,0.0,65.0,299.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170501,"Census Tract 1705.01, Coweta County, Georgia",7133,4842.0,71458.0,188400.0,1369.0,5964.0,578.0,23.0,28.0,0.0,0.0,166.0,374.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170406,"Census Tract 1704.06, Coweta County, Georgia",4032,2554.0,96474.0,230900.0,1157.0,3566.0,128.0,0.0,17.0,0.0,0.0,59.0,262.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170305,"Census Tract 1703.05, Coweta County, Georgia",11133,6755.0,38792.0,146300.0,1033.0,4812.0,3611.0,16.0,596.0,0.0,0.0,216.0,1882.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170601,"Census Tract 1706.01, Coweta County, Georgia",8360,5219.0,34161.0,165700.0,895.0,2904.0,4512.0,0.0,80.0,0.0,0.0,199.0,665.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170603,"Census Tract 1706.03, Coweta County, Georgia",5456,3755.0,74627.0,182500.0,972.0,4297.0,532.0,0.0,94.0,0.0,9.0,97.0,427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170502,"Census Tract 1705.02, Coweta County, Georgia",6034,4119.0,76076.0,170900.0,949.0,5321.0,485.0,0.0,6.0,0.0,0.0,17.0,205.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170405,"Census Tract 1704.05, Coweta County, Georgia",7780,5237.0,79148.0,174800.0,1604.0,5634.0,674.0,0.0,132.0,0.0,61.0,311.0,968.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170404,"Census Tract 1704.04, Coweta County, Georgia",5270,3615.0,78000.0,184400.0,1601.0,4467.0,382.0,0.0,154.0,0.0,0.0,174.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170403,"Census Tract 1704.03, Coweta County, Georgia",4871,3050.0,104226.0,281600.0,1296.0,4089.0,404.0,0.0,97.0,0.0,0.0,99.0,182.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170402,"Census Tract 1704.02, Coweta County, Georgia",9924,6636.0,82500.0,255400.0,2192.0,7453.0,1239.0,0.0,66.0,0.0,0.0,17.0,1149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170100,"Census Tract 1701, Coweta County, Georgia",7652,5047.0,65255.0,171900.0,1068.0,6133.0,653.0,24.0,71.0,0.0,44.0,249.0,502.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170200,"Census Tract 1702, Coweta County, Georgia",7185,4834.0,51514.0,144200.0,1181.0,5687.0,992.0,68.0,0.0,0.0,0.0,315.0,123.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170700,"Census Tract 1707, Coweta County, Georgia",7206,4867.0,38060.0,130400.0,729.0,2937.0,3372.0,0.0,70.0,17.0,0.0,333.0,477.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170303,"Census Tract 1703.03, Coweta County, Georgia",5850,3912.0,101082.0,270800.0,1653.0,4938.0,507.0,0.0,76.0,0.0,0.0,176.0,153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170306,"Census Tract 1703.06, Coweta County, Georgia",9447,6176.0,73776.0,188400.0,2102.0,5498.0,2360.0,0.0,621.0,0.0,186.0,213.0,569.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170304,"Census Tract 1703.04, Coweta County, Georgia",6793,4591.0,74353.0,228900.0,1594.0,4998.0,1363.0,0.0,17.0,0.0,53.0,35.0,327.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170802,"Census Tract 1708.02, Coweta County, Georgia",4455,3127.0,63359.0,177400.0,606.0,3950.0,310.0,15.0,0.0,0.0,8.0,108.0,64.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13077170801,"Census Tract 1708.01, Coweta County, Georgia",5215,3421.0,48812.0,122900.0,370.0,4001.0,930.0,5.0,27.0,0.0,0.0,25.0,227.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13085970100,"Census Tract 9701, Dawson County, Georgia",8347,6243.0,60668.0,204400.0,2045.0,7777.0,153.0,18.0,13.0,0.0,31.0,133.0,222.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13085970201,"Census Tract 9702.01, Dawson County, Georgia",7472,5340.0,73505.0,264800.0,1964.0,6665.0,77.0,0.0,12.0,0.0,0.0,137.0,581.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13085970202,"Census Tract 9702.02, Dawson County, Georgia",7578,5061.0,59406.0,170400.0,1164.0,7265.0,46.0,0.0,39.0,0.0,0.0,43.0,185.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020200,"Census Tract 202, DeKalb County, Georgia",2045,1657.0,87889.0,548200.0,1271.0,1596.0,187.0,0.0,101.0,0.0,19.0,34.0,108.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021303,"Census Tract 213.03, DeKalb County, Georgia",6297,3709.0,38710.0,119200.0,702.0,621.0,505.0,127.0,1261.0,0.0,140.0,6.0,3731.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021405,"Census Tract 214.05, DeKalb County, Georgia",4585,3564.0,135020.0,393200.0,2769.0,3478.0,168.0,16.0,165.0,0.0,61.0,66.0,647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020400,"Census Tract 204, DeKalb County, Georgia",2574,1891.0,78681.0,433000.0,1584.0,2251.0,74.0,0.0,132.0,0.0,6.0,37.0,74.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020801,"Census Tract 208.01, DeKalb County, Georgia",2619,2032.0,92594.0,267800.0,1131.0,1469.0,914.0,0.0,17.0,0.0,0.0,173.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021210,"Census Tract 212.10, DeKalb County, Georgia",5679,3938.0,152011.0,417200.0,2910.0,4907.0,99.0,29.0,435.0,0.0,24.0,52.0,133.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021211,"Census Tract 212.11, DeKalb County, Georgia",5120,3852.0,102500.0,348100.0,2707.0,3798.0,396.0,0.0,375.0,11.0,56.0,67.0,417.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021706,"Census Tract 217.06, DeKalb County, Georgia",5252,3931.0,81033.0,344800.0,2847.0,3248.0,860.0,0.0,637.0,0.0,95.0,74.0,338.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023000,"Census Tract 230, DeKalb County, Georgia",2121,1535.0,66250.0,336000.0,1094.0,1794.0,198.0,0.0,27.0,0.0,29.0,17.0,56.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021812,"Census Tract 218.12, DeKalb County, Georgia",2186,1485.0,63690.0,218500.0,639.0,954.0,260.0,36.0,133.0,0.0,25.0,51.0,745.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021907,"Census Tract 219.07, DeKalb County, Georgia",8711,6320.0,50257.0,135700.0,1987.0,1648.0,6338.0,14.0,0.0,0.0,49.0,43.0,619.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022301,"Census Tract 223.01, DeKalb County, Georgia",5825,4428.0,66260.0,233000.0,3154.0,4324.0,434.0,0.0,556.0,0.0,0.0,165.0,346.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023101,"Census Tract 231.01, DeKalb County, Georgia",4718,3584.0,49667.0,115300.0,942.0,714.0,3666.0,0.0,17.0,0.0,13.0,111.0,197.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023108,"Census Tract 231.08, DeKalb County, Georgia",4498,2906.0,31078.0,81300.0,563.0,291.0,3933.0,0.0,0.0,0.0,81.0,92.0,101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021810,"Census Tract 218.10, DeKalb County, Georgia",5593,4315.0,68837.0,257900.0,2729.0,3052.0,1901.0,0.0,431.0,0.0,0.0,80.0,129.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022008,"Census Tract 220.08, DeKalb County, Georgia",8226,4727.0,26577.0,115400.0,985.0,1084.0,2924.0,94.0,3616.0,0.0,10.0,438.0,60.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022900,"Census Tract 229, DeKalb County, Georgia",3465,2734.0,73472.0,234100.0,1536.0,2128.0,920.0,10.0,125.0,0.0,0.0,42.0,240.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023102,"Census Tract 231.02, DeKalb County, Georgia",3574,2554.0,39703.0,254700.0,973.0,1123.0,2027.0,0.0,169.0,0.0,27.0,59.0,169.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023410,"Census Tract 234.10, DeKalb County, Georgia",4165,2406.0,30250.0,115700.0,352.0,42.0,3892.0,0.0,0.0,0.0,67.0,50.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021603,"Census Tract 216.03, DeKalb County, Georgia",4697,3586.0,58000.0,258500.0,2459.0,2924.0,990.0,30.0,362.0,13.0,0.0,188.0,220.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021806,"Census Tract 218.06, DeKalb County, Georgia",6614,4770.0,51174.0,213500.0,1871.0,2113.0,2844.0,38.0,344.0,0.0,0.0,268.0,1045.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022302,"Census Tract 223.02, DeKalb County, Georgia",4384,3440.0,74500.0,277400.0,2208.0,2831.0,410.0,93.0,481.0,0.0,0.0,241.0,328.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022402,"Census Tract 224.02, DeKalb County, Georgia",6188,1130.0,38944.0,313200.0,856.0,2634.0,845.0,0.0,2043.0,0.0,19.0,276.0,371.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022800,"Census Tract 228, DeKalb County, Georgia",4273,2127.0,128393.0,467000.0,1738.0,2718.0,824.0,26.0,370.0,0.0,38.0,183.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023209,"Census Tract 232.09, DeKalb County, Georgia",6058,3843.0,54907.0,101100.0,1038.0,221.0,5391.0,0.0,58.0,0.0,0.0,78.0,310.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023211,"Census Tract 232.11, DeKalb County, Georgia",3593,2464.0,53563.0,125000.0,1042.0,24.0,3463.0,0.0,34.0,0.0,0.0,72.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023601,"Census Tract 236.01, DeKalb County, Georgia",3092,2248.0,68217.0,128000.0,697.0,876.0,2051.0,20.0,39.0,0.0,18.0,9.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023309,"Census Tract 233.09, DeKalb County, Georgia",9596,6055.0,46220.0,76300.0,1192.0,139.0,8968.0,0.0,15.0,0.0,114.0,280.0,80.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023310,"Census Tract 233.10, DeKalb County, Georgia",9469,5780.0,33879.0,95900.0,1485.0,242.0,8801.0,67.0,56.0,0.0,23.0,154.0,126.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023414,"Census Tract 234.14, DeKalb County, Georgia",6571,4751.0,58316.0,151200.0,1521.0,115.0,6301.0,0.0,108.0,0.0,0.0,31.0,16.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021809,"Census Tract 218.09, DeKalb County, Georgia",7201,5471.0,91528.0,244000.0,3188.0,5488.0,502.0,0.0,402.0,0.0,0.0,162.0,647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021906,"Census Tract 219.06, DeKalb County, Georgia",5624,3562.0,41963.0,89300.0,1078.0,811.0,3959.0,0.0,309.0,0.0,0.0,152.0,393.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022005,"Census Tract 220.05, DeKalb County, Georgia",5218,3308.0,32262.0,126900.0,738.0,987.0,3438.0,0.0,726.0,0.0,0.0,53.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022600,"Census Tract 226, DeKalb County, Georgia",5907,4176.0,79806.0,373400.0,3210.0,4422.0,920.0,17.0,73.0,8.0,40.0,169.0,275.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023107,"Census Tract 231.07, DeKalb County, Georgia",4603,3224.0,42688.0,88300.0,652.0,753.0,3052.0,14.0,32.0,0.0,40.0,289.0,423.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023501,"Census Tract 235.01, DeKalb County, Georgia",3419,2451.0,31591.0,74600.0,357.0,209.0,3142.0,0.0,0.0,0.0,0.0,45.0,23.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023603,"Census Tract 236.03, DeKalb County, Georgia",3696,2693.0,31125.0,76900.0,552.0,293.0,3240.0,0.0,0.0,0.0,0.0,163.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023700,"Census Tract 237, DeKalb County, Georgia",6211,3924.0,45077.0,126400.0,1230.0,994.0,4796.0,75.0,17.0,1.0,54.0,187.0,87.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023803,"Census Tract 238.03, DeKalb County, Georgia",5844,4234.0,46055.0,97600.0,826.0,911.0,4587.0,0.0,39.0,0.0,0.0,154.0,153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023801,"Census Tract 238.01, DeKalb County, Georgia",4027,3209.0,69036.0,208100.0,1372.0,1211.0,2406.0,26.0,76.0,0.0,20.0,118.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023210,"Census Tract 232.10, DeKalb County, Georgia",6762,4524.0,39583.0,101100.0,1096.0,328.0,6302.0,0.0,6.0,0.0,0.0,72.0,54.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023507,"Census Tract 235.07, DeKalb County, Georgia",4098,2892.0,44385.0,80200.0,473.0,125.0,3680.0,179.0,0.0,0.0,0.0,30.0,84.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020300,"Census Tract 203, DeKalb County, Georgia",4151,2934.0,113088.0,470300.0,2344.0,3612.0,146.0,27.0,81.0,0.0,19.0,144.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020600,"Census Tract 206, DeKalb County, Georgia",2102,1492.0,43295.0,233200.0,753.0,766.0,1083.0,38.0,16.0,0.0,0.0,145.0,66.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020802,"Census Tract 208.02, DeKalb County, Georgia",4764,3303.0,57204.0,278100.0,1468.0,1717.0,2624.0,0.0,115.0,0.0,0.0,100.0,208.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021703,"Census Tract 217.03, DeKalb County, Georgia",4618,3297.0,134712.0,398600.0,2359.0,3583.0,382.0,0.0,269.0,0.0,0.0,156.0,228.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021808,"Census Tract 218.08, DeKalb County, Georgia",5268,3358.0,73750.0,273100.0,1584.0,2557.0,996.0,330.0,463.0,0.0,54.0,227.0,971.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021908,"Census Tract 219.08, DeKalb County, Georgia",5931,3619.0,30985.0,138800.0,449.0,696.0,4380.0,0.0,343.0,0.0,157.0,230.0,125.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021909,"Census Tract 219.09, DeKalb County, Georgia",7519,4653.0,33601.0,89600.0,1020.0,785.0,6330.0,0.0,69.0,0.0,10.0,90.0,235.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021202,"Census Tract 212.02, DeKalb County, Georgia",8093,5505.0,99928.0,389700.0,4031.0,6530.0,774.0,0.0,326.0,0.0,68.0,118.0,277.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021602,"Census Tract 216.02, DeKalb County, Georgia",3849,2969.0,68750.0,312300.0,2120.0,3094.0,280.0,0.0,289.0,0.0,0.0,110.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021704,"Census Tract 217.04, DeKalb County, Georgia",5770,4076.0,93529.0,295600.0,2654.0,4319.0,469.0,11.0,484.0,0.0,25.0,347.0,126.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021705,"Census Tract 217.05, DeKalb County, Georgia",5009,3442.0,41481.0,196500.0,1515.0,1938.0,1254.0,33.0,489.0,0.0,0.0,104.0,1191.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023418,"Census Tract 234.18, DeKalb County, Georgia",18039,11620.0,48509.0,128600.0,4153.0,1128.0,16655.0,53.0,40.0,0.0,0.0,59.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023303,"Census Tract 233.03, DeKalb County, Georgia",6900,4070.0,45134.0,115200.0,850.0,322.0,5677.0,0.0,382.0,0.0,243.0,157.0,119.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021502,"Census Tract 215.02, DeKalb County, Georgia",4633,3666.0,69215.0,360100.0,2606.0,3010.0,627.0,0.0,327.0,0.0,68.0,381.0,220.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022500,"Census Tract 225, DeKalb County, Georgia",6512,3886.0,78555.0,414800.0,2501.0,3812.0,2028.0,0.0,330.0,0.0,0.0,141.0,201.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023505,"Census Tract 235.05, DeKalb County, Georgia",2876,2060.0,37179.0,86900.0,482.0,75.0,2613.0,15.0,2.0,0.0,79.0,33.0,59.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022001,"Census Tract 220.01, DeKalb County, Georgia",4512,3715.0,68327.0,171700.0,1896.0,3019.0,845.0,32.0,193.0,0.0,10.0,127.0,286.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022007,"Census Tract 220.07, DeKalb County, Georgia",4131,2235.0,30606.0,123100.0,362.0,141.0,1990.0,0.0,1802.0,0.0,0.0,76.0,122.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022401,"Census Tract 224.01, DeKalb County, Georgia",3708,2825.0,86366.0,455200.0,2434.0,2968.0,328.0,6.0,197.0,0.0,41.0,100.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022100,"Census Tract 221, DeKalb County, Georgia",3280,2225.0,34479.0,122500.0,834.0,688.0,2021.0,25.0,409.0,0.0,0.0,67.0,95.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022700,"Census Tract 227, DeKalb County, Georgia",4818,3009.0,102604.0,428400.0,1962.0,3279.0,894.0,73.0,124.0,0.0,0.0,224.0,232.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023204,"Census Tract 232.04, DeKalb County, Georgia",6923,4829.0,50500.0,114300.0,1247.0,888.0,5562.0,1.0,69.0,0.0,57.0,50.0,296.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023506,"Census Tract 235.06, DeKalb County, Georgia",6474,4509.0,42301.0,88900.0,1051.0,419.0,5801.0,0.0,0.0,0.0,0.0,228.0,26.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023412,"Census Tract 234.12, DeKalb County, Georgia",5648,4355.0,47004.0,105300.0,1222.0,125.0,5381.0,0.0,85.0,0.0,0.0,29.0,28.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020700,"Census Tract 207, DeKalb County, Georgia",2231,1665.0,53833.0,295300.0,908.0,1235.0,813.0,0.0,36.0,0.0,25.0,67.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023416,"Census Tract 234.16, DeKalb County, Georgia",6811,4561.0,64215.0,120000.0,1466.0,193.0,6572.0,0.0,0.0,0.0,0.0,1.0,45.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020500,"Census Tract 205, DeKalb County, Georgia",3305,2685.0,55208.0,239600.0,1220.0,1596.0,1286.0,0.0,95.0,0.0,11.0,137.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020900,"Census Tract 209, DeKalb County, Georgia",5811,4809.0,66536.0,216300.0,2071.0,2708.0,2790.0,0.0,108.0,0.0,0.0,77.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021204,"Census Tract 212.04, DeKalb County, Georgia",3555,1908.0,26523.0,-666666666.0,62.0,95.0,93.0,529.0,131.0,0.0,0.0,51.0,3090.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021213,"Census Tract 212.13, DeKalb County, Georgia",3687,2419.0,147550.0,542000.0,1770.0,3259.0,62.0,0.0,198.0,0.0,0.0,64.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021805,"Census Tract 218.05, DeKalb County, Georgia",7038,4931.0,57297.0,188200.0,2022.0,2843.0,2101.0,16.0,712.0,0.0,86.0,313.0,983.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022004,"Census Tract 220.04, DeKalb County, Georgia",6031,3708.0,50431.0,142100.0,939.0,609.0,4150.0,0.0,956.0,0.0,0.0,198.0,118.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023208,"Census Tract 232.08, DeKalb County, Georgia",6735,4768.0,40182.0,94900.0,877.0,585.0,5593.0,0.0,197.0,0.0,0.0,93.0,267.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023212,"Census Tract 232.12, DeKalb County, Georgia",3984,2818.0,61510.0,112900.0,716.0,122.0,3586.0,0.0,51.0,0.0,0.0,46.0,179.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023504,"Census Tract 235.04, DeKalb County, Georgia",3536,2205.0,27270.0,93600.0,246.0,175.0,3185.0,0.0,0.0,0.0,66.0,10.0,100.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023602,"Census Tract 236.02, DeKalb County, Georgia",2349,1737.0,39524.0,83600.0,269.0,199.0,2077.0,0.0,0.0,0.0,0.0,59.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089020100,"Census Tract 201, DeKalb County, Georgia",2076,1455.0,174526.0,617300.0,1231.0,1885.0,36.0,0.0,25.0,0.0,13.0,22.0,95.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021301,"Census Tract 213.01, DeKalb County, Georgia",4219,2625.0,50081.0,177300.0,844.0,795.0,1013.0,68.0,637.0,0.0,0.0,314.0,1444.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023306,"Census Tract 233.06, DeKalb County, Georgia",7161,4735.0,61975.0,126300.0,1550.0,185.0,6267.0,0.0,15.0,0.0,213.0,94.0,387.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023206,"Census Tract 232.06, DeKalb County, Georgia",7770,5217.0,50142.0,86700.0,1053.0,685.0,6650.0,0.0,224.0,0.0,0.0,52.0,159.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023411,"Census Tract 234.11, DeKalb County, Georgia",4282,3150.0,37479.0,82600.0,424.0,93.0,4161.0,0.0,0.0,0.0,16.0,12.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023413,"Census Tract 234.13, DeKalb County, Georgia",3788,2802.0,52457.0,103100.0,696.0,109.0,3566.0,0.0,0.0,0.0,0.0,37.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023802,"Census Tract 238.02, DeKalb County, Georgia",4599,2952.0,41276.0,145600.0,887.0,947.0,3054.0,58.0,80.0,0.0,18.0,141.0,301.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021208,"Census Tract 212.08, DeKalb County, Georgia",4273,3192.0,67850.0,248000.0,1943.0,2681.0,449.0,20.0,656.0,0.0,0.0,121.0,346.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021214,"Census Tract 212.14, DeKalb County, Georgia",6128,4049.0,140481.0,455100.0,3292.0,5155.0,216.0,0.0,423.0,0.0,0.0,94.0,240.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021209,"Census Tract 212.09, DeKalb County, Georgia",6200,5029.0,72317.0,361200.0,3194.0,3815.0,652.0,128.0,997.0,0.0,0.0,87.0,616.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022403,"Census Tract 224.03, DeKalb County, Georgia",3903,2757.0,151037.0,627300.0,2388.0,3386.0,142.0,15.0,210.0,0.0,0.0,92.0,58.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089980000,"Census Tract 9800, DeKalb County, Georgia",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023428,"Census Tract 234.28, DeKalb County, Georgia",9758,5940.0,39641.0,70800.0,1217.0,229.0,9219.0,42.0,29.0,0.0,30.0,90.0,119.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023426,"Census Tract 234.26, DeKalb County, Georgia",4767,3356.0,72250.0,143900.0,1286.0,25.0,4643.0,0.0,0.0,0.0,0.0,50.0,49.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023425,"Census Tract 234.25, DeKalb County, Georgia",5076,3668.0,59966.0,102700.0,1245.0,123.0,4799.0,0.0,0.0,0.0,0.0,134.0,20.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023312,"Census Tract 233.12, DeKalb County, Georgia",10131,6459.0,65716.0,151500.0,2544.0,410.0,9158.0,6.0,88.0,0.0,82.0,237.0,156.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022204,"Census Tract 222.04, DeKalb County, Georgia",7541,5157.0,47421.0,178000.0,2324.0,2451.0,1720.0,0.0,1984.0,0.0,0.0,373.0,1013.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023423,"Census Tract 234.23, DeKalb County, Georgia",7820,5379.0,73042.0,132700.0,1697.0,249.0,7216.0,0.0,0.0,0.0,0.0,142.0,213.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023419,"Census Tract 234.19, DeKalb County, Georgia",10254,6798.0,64205.0,152200.0,2045.0,224.0,9536.0,0.0,4.0,0.0,0.0,317.0,173.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023311,"Census Tract 233.11, DeKalb County, Georgia",4937,3110.0,77065.0,155300.0,1073.0,214.0,4507.0,0.0,1.0,0.0,16.0,50.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023213,"Census Tract 232.13, DeKalb County, Georgia",6797,4241.0,43821.0,122300.0,973.0,93.0,6075.0,0.0,305.0,0.0,60.0,182.0,82.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023114,"Census Tract 231.14, DeKalb County, Georgia",2869,1779.0,50889.0,105000.0,532.0,507.0,2003.0,7.0,92.0,0.0,21.0,111.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023112,"Census Tract 231.12, DeKalb County, Georgia",4958,3002.0,26870.0,94400.0,457.0,137.0,4369.0,0.0,39.0,0.0,0.0,264.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021912,"Census Tract 219.12, DeKalb County, Georgia",3914,3052.0,144844.0,353300.0,2041.0,2337.0,1140.0,19.0,263.0,0.0,15.0,50.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021910,"Census Tract 219.10, DeKalb County, Georgia",5366,3779.0,41951.0,115700.0,1306.0,689.0,3948.0,0.0,541.0,0.0,12.0,42.0,134.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021604,"Census Tract 216.04, DeKalb County, Georgia",3101,2199.0,150625.0,460700.0,1735.0,2465.0,251.0,0.0,284.0,0.0,7.0,10.0,84.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021504,"Census Tract 215.04, DeKalb County, Georgia",5106,3908.0,58519.0,369100.0,3080.0,3615.0,500.0,0.0,701.0,0.0,0.0,123.0,167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021503,"Census Tract 215.03, DeKalb County, Georgia",3970,2649.0,52434.0,343600.0,1500.0,2142.0,490.0,111.0,609.0,0.0,0.0,40.0,689.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021417,"Census Tract 214.17, DeKalb County, Georgia",6152,3744.0,47616.0,226100.0,1070.0,889.0,686.0,765.0,303.0,0.0,37.0,124.0,4113.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021306,"Census Tract 213.06, DeKalb County, Georgia",5198,3322.0,49835.0,157700.0,1021.0,1077.0,728.0,139.0,549.0,0.0,0.0,50.0,2794.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021305,"Census Tract 213.05, DeKalb County, Georgia",5275,2774.0,49487.0,274100.0,1056.0,1628.0,1038.0,193.0,349.0,18.0,0.0,116.0,2098.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021415,"Census Tract 214.15, DeKalb County, Georgia",3678,2733.0,104226.0,501200.0,1992.0,2443.0,185.0,66.0,303.0,0.0,0.0,112.0,598.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021102,"Census Tract 211.02, DeKalb County, Georgia",5693,4113.0,83628.0,449500.0,3088.0,4278.0,741.0,0.0,331.0,0.0,0.0,73.0,270.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021307,"Census Tract 213.07, DeKalb County, Georgia",3975,2556.0,49468.0,157300.0,750.0,1151.0,267.0,73.0,1011.0,0.0,0.0,115.0,1416.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021412,"Census Tract 214.12, DeKalb County, Georgia",3667,2725.0,119297.0,391200.0,2035.0,2905.0,127.0,17.0,255.0,0.0,32.0,37.0,294.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021410,"Census Tract 214.10, DeKalb County, Georgia",5382,3816.0,55208.0,188400.0,1373.0,1627.0,571.0,45.0,92.0,0.0,0.0,176.0,2871.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021216,"Census Tract 212.16, DeKalb County, Georgia",7834,6110.0,84889.0,492500.0,4966.0,4541.0,1311.0,0.0,1597.0,0.0,0.0,119.0,266.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021911,"Census Tract 219.11, DeKalb County, Georgia",2324,1369.0,23532.0,58000.0,80.0,37.0,2144.0,0.0,0.0,0.0,0.0,0.0,143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021416,"Census Tract 214.16, DeKalb County, Georgia",2391,1646.0,79844.0,326500.0,911.0,950.0,164.0,176.0,162.0,0.0,0.0,11.0,1104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021413,"Census Tract 214.13, DeKalb County, Georgia",4450,2692.0,42143.0,338300.0,436.0,711.0,372.0,207.0,39.0,0.0,0.0,63.0,3248.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021411,"Census Tract 214.11, DeKalb County, Georgia",3400,2694.0,96071.0,531500.0,2202.0,2745.0,254.0,0.0,146.0,9.0,5.0,61.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023427,"Census Tract 234.27, DeKalb County, Georgia",2763,1930.0,65265.0,122100.0,736.0,92.0,2430.0,24.0,0.0,0.0,0.0,104.0,113.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023424,"Census Tract 234.24, DeKalb County, Georgia",5730,3514.0,62054.0,131000.0,1001.0,274.0,5332.0,0.0,0.0,0.0,0.0,52.0,72.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023422,"Census Tract 234.22, DeKalb County, Georgia",5705,3758.0,60313.0,95200.0,976.0,77.0,5373.0,0.0,0.0,0.0,0.0,19.0,236.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023113,"Census Tract 231.13, DeKalb County, Georgia",2914,1938.0,31984.0,211000.0,664.0,708.0,1903.0,0.0,60.0,0.0,10.0,101.0,132.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022010,"Census Tract 220.10, DeKalb County, Georgia",2354,1456.0,58182.0,142200.0,364.0,389.0,796.0,68.0,947.0,0.0,2.0,48.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023111,"Census Tract 231.11, DeKalb County, Georgia",2311,1522.0,59306.0,101700.0,402.0,264.0,1879.0,0.0,24.0,0.0,0.0,96.0,48.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021814,"Census Tract 218.14, DeKalb County, Georgia",5700,3660.0,34887.0,108000.0,1053.0,1161.0,1844.0,0.0,320.0,0.0,54.0,89.0,2232.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021409,"Census Tract 214.09, DeKalb County, Georgia",3901,2352.0,46985.0,211800.0,613.0,408.0,1504.0,48.0,204.0,0.0,0.0,89.0,1696.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021218,"Census Tract 212.18, DeKalb County, Georgia",6088,4649.0,55709.0,161300.0,2713.0,2277.0,2338.0,35.0,727.0,0.0,31.0,201.0,479.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021217,"Census Tract 212.17, DeKalb County, Georgia",2198,1592.0,88000.0,343400.0,979.0,1413.0,388.0,9.0,171.0,0.0,4.0,24.0,189.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021215,"Census Tract 212.15, DeKalb County, Georgia",6251,4412.0,97894.0,433200.0,3527.0,2409.0,321.0,22.0,2918.0,0.0,25.0,101.0,455.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021414,"Census Tract 214.14, DeKalb County, Georgia",4092,2636.0,45966.0,310600.0,1028.0,680.0,1327.0,31.0,259.0,0.0,16.0,59.0,1720.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021101,"Census Tract 211.01, DeKalb County, Georgia",3722,2562.0,162159.0,598700.0,1996.0,3009.0,262.0,0.0,194.0,0.0,32.0,108.0,117.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023316,"Census Tract 233.16, DeKalb County, Georgia",7992,5463.0,61860.0,136500.0,2032.0,288.0,7247.0,0.0,0.0,0.0,21.0,94.0,342.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023313,"Census Tract 233.13, DeKalb County, Georgia",5579,3476.0,47010.0,94900.0,796.0,46.0,5170.0,0.0,36.0,0.0,148.0,28.0,151.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023214,"Census Tract 232.14, DeKalb County, Georgia",6264,3921.0,49304.0,113700.0,972.0,85.0,6035.0,0.0,0.0,0.0,0.0,0.0,144.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022203,"Census Tract 222.03, DeKalb County, Georgia",2098,1651.0,53819.0,250400.0,1010.0,948.0,655.0,0.0,334.0,0.0,24.0,54.0,83.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089022009,"Census Tract 220.09, DeKalb County, Georgia",5260,3116.0,37086.0,63500.0,824.0,304.0,4098.0,18.0,605.0,180.0,0.0,36.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021913,"Census Tract 219.13, DeKalb County, Georgia",4799,2987.0,30962.0,82600.0,686.0,375.0,4039.0,0.0,0.0,0.0,30.0,118.0,237.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021813,"Census Tract 218.13, DeKalb County, Georgia",2997,1642.0,35991.0,-666666666.0,419.0,149.0,1554.0,47.0,92.0,0.0,0.0,33.0,1169.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021605,"Census Tract 216.05, DeKalb County, Georgia",6128,4004.0,69509.0,384600.0,2247.0,2964.0,1636.0,0.0,374.0,0.0,23.0,354.0,777.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089021308,"Census Tract 213.08, DeKalb County, Georgia",4189,2941.0,46496.0,166500.0,973.0,1162.0,398.0,252.0,627.0,0.0,5.0,21.0,1976.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023421,"Census Tract 234.21, DeKalb County, Georgia",8287,4921.0,40399.0,86800.0,1405.0,136.0,7543.0,0.0,0.0,0.0,0.0,412.0,196.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023315,"Census Tract 233.15, DeKalb County, Georgia",5489,3371.0,66818.0,136400.0,1052.0,302.0,4930.0,56.0,0.0,0.0,7.0,101.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023314,"Census Tract 233.14, DeKalb County, Georgia",5801,4214.0,51339.0,92700.0,1201.0,139.0,5180.0,0.0,51.0,0.0,0.0,106.0,325.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13089023115,"Census Tract 231.15, DeKalb County, Georgia",2272,1538.0,-666666666.0,-666666666.0,119.0,175.0,1815.0,26.0,6.0,0.0,0.0,114.0,136.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080103,"Census Tract 801.03, Douglas County, Georgia",6730,4657.0,39157.0,82800.0,986.0,2047.0,3520.0,0.0,147.0,0.0,0.0,39.0,977.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080403,"Census Tract 804.03, Douglas County, Georgia",4632,3131.0,71900.0,158800.0,640.0,2685.0,1308.0,0.0,32.0,0.0,0.0,231.0,376.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080604,"Census Tract 806.04, Douglas County, Georgia",10078,6154.0,65687.0,151400.0,1541.0,3289.0,5974.0,9.0,243.0,15.0,0.0,122.0,426.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080202,"Census Tract 802.02, Douglas County, Georgia",11069,6899.0,49411.0,88600.0,1564.0,3656.0,4932.0,0.0,176.0,0.0,0.0,171.0,2134.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080301,"Census Tract 803.01, Douglas County, Georgia",12722,7259.0,41946.0,104300.0,1399.0,2226.0,9085.0,27.0,168.0,0.0,14.0,177.0,1052.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080505,"Census Tract 805.05, Douglas County, Georgia",4806,2933.0,43906.0,116000.0,581.0,2945.0,1464.0,0.0,139.0,0.0,8.0,51.0,199.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080402,"Census Tract 804.02, Douglas County, Georgia",8445,5564.0,88536.0,216500.0,1817.0,6990.0,1166.0,0.0,31.0,0.0,16.0,132.0,110.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080602,"Census Tract 806.02, Douglas County, Georgia",5871,3805.0,67813.0,172900.0,1249.0,2010.0,3324.0,0.0,134.0,0.0,24.0,212.0,167.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080201,"Census Tract 802.01, Douglas County, Georgia",5530,3445.0,54555.0,109800.0,646.0,2803.0,1497.0,0.0,0.0,0.0,38.0,0.0,1192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080506,"Census Tract 805.06, Douglas County, Georgia",5635,3651.0,59479.0,111800.0,819.0,4049.0,1058.0,0.0,9.0,0.0,10.0,158.0,351.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080507,"Census Tract 805.07, Douglas County, Georgia",3796,2418.0,71458.0,150900.0,600.0,2456.0,948.0,0.0,0.0,0.0,0.0,51.0,341.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080102,"Census Tract 801.02, Douglas County, Georgia",7808,4870.0,54071.0,153800.0,1618.0,1717.0,5292.0,96.0,153.0,0.0,0.0,29.0,521.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080508,"Census Tract 805.08, Douglas County, Georgia",5122,3600.0,54673.0,133900.0,1009.0,2869.0,1815.0,0.0,0.0,0.0,0.0,80.0,358.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080510,"Census Tract 805.10, Douglas County, Georgia",7754,4893.0,64924.0,136600.0,1331.0,2651.0,3174.0,9.0,140.0,0.0,0.0,124.0,1665.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080509,"Census Tract 805.09, Douglas County, Georgia",6129,4117.0,82411.0,198400.0,1749.0,3188.0,2095.0,11.0,221.0,0.0,0.0,62.0,552.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080603,"Census Tract 806.03, Douglas County, Georgia",7015,4924.0,84414.0,188300.0,1687.0,3103.0,3348.0,0.0,107.0,0.0,0.0,33.0,424.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080511,"Census Tract 805.11, Douglas County, Georgia",9158,5987.0,80430.0,170900.0,2240.0,3597.0,4709.0,0.0,74.0,0.0,32.0,94.0,652.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080304,"Census Tract 803.04, Douglas County, Georgia",5769,4175.0,36651.0,128800.0,982.0,2372.0,2882.0,3.0,183.0,0.0,3.0,96.0,230.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080404,"Census Tract 804.04, Douglas County, Georgia",8092,5167.0,51056.0,155500.0,1286.0,4412.0,2454.0,0.0,313.0,0.0,21.0,173.0,719.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13097080303,"Census Tract 803.03, Douglas County, Georgia",3991,2423.0,45617.0,89900.0,292.0,1730.0,1680.0,11.0,38.0,0.0,0.0,72.0,460.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140207,"Census Tract 1402.07, Fayette County, Georgia",5493,3963.0,102667.0,362200.0,2565.0,4269.0,346.0,0.0,488.0,0.0,45.0,254.0,91.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140208,"Census Tract 1402.08, Fayette County, Georgia",7583,4778.0,81549.0,289900.0,2569.0,4934.0,1009.0,88.0,370.0,25.0,0.0,192.0,965.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140408,"Census Tract 1404.08, Fayette County, Georgia",2988,1988.0,73488.0,171900.0,665.0,2347.0,233.0,0.0,67.0,0.0,37.0,155.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140304,"Census Tract 1403.04, Fayette County, Georgia",5928,4202.0,98674.0,214300.0,1848.0,4609.0,413.0,0.0,213.0,0.0,0.0,127.0,566.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140404,"Census Tract 1404.04, Fayette County, Georgia",5397,3976.0,83325.0,219300.0,1620.0,3450.0,1434.0,16.0,145.0,0.0,0.0,72.0,296.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140305,"Census Tract 1403.05, Fayette County, Georgia",5442,3504.0,101250.0,279400.0,1688.0,3129.0,769.0,0.0,796.0,0.0,10.0,131.0,607.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140307,"Census Tract 1403.07, Fayette County, Georgia",5215,3094.0,160625.0,422600.0,2312.0,4468.0,283.0,18.0,59.0,0.0,20.0,143.0,242.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140502,"Census Tract 1405.02, Fayette County, Georgia",3601,2323.0,85034.0,238000.0,805.0,3306.0,133.0,52.0,9.0,0.0,0.0,29.0,72.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140206,"Census Tract 1402.06, Fayette County, Georgia",4462,3046.0,117583.0,447500.0,1751.0,3638.0,173.0,0.0,309.0,0.0,0.0,104.0,238.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140405,"Census Tract 1404.05, Fayette County, Georgia",3859,2525.0,101681.0,245100.0,893.0,2724.0,851.0,15.0,80.0,0.0,0.0,107.0,97.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140407,"Census Tract 1404.07, Fayette County, Georgia",8191,5469.0,70227.0,193300.0,1932.0,4254.0,2768.0,0.0,365.0,0.0,11.0,467.0,326.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140501,"Census Tract 1405.01, Fayette County, Georgia",6357,4205.0,96099.0,329500.0,1835.0,5590.0,427.0,56.0,134.0,1.0,0.0,2.0,148.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140303,"Census Tract 1403.03, Fayette County, Georgia",4859,3178.0,84459.0,272900.0,1516.0,4248.0,142.0,6.0,150.0,0.0,0.0,159.0,160.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140204,"Census Tract 1402.04, Fayette County, Georgia",5322,3577.0,88889.0,263600.0,1458.0,2498.0,1516.0,0.0,53.0,0.0,56.0,73.0,1126.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140101,"Census Tract 1401.01, Fayette County, Georgia",7395,5226.0,75643.0,227600.0,2069.0,1576.0,4485.0,0.0,323.0,0.0,286.0,92.0,633.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140203,"Census Tract 1402.03, Fayette County, Georgia",5835,3822.0,85045.0,244800.0,1805.0,3435.0,1621.0,77.0,186.0,0.0,25.0,68.0,423.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140306,"Census Tract 1403.06, Fayette County, Georgia",7676,5164.0,86574.0,279400.0,3272.0,5998.0,328.0,0.0,511.0,0.0,0.0,84.0,755.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140403,"Census Tract 1404.03, Fayette County, Georgia",5426,3891.0,79021.0,225300.0,1836.0,2096.0,2703.0,0.0,243.0,3.0,0.0,122.0,259.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140406,"Census Tract 1404.06, Fayette County, Georgia",3785,2450.0,49903.0,146300.0,816.0,1856.0,1271.0,12.0,0.0,51.0,11.0,272.0,312.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13113140102,"Census Tract 1401.02, Fayette County, Georgia",5492,3886.0,75264.0,171700.0,1425.0,2329.0,2358.0,0.0,370.0,8.0,0.0,86.0,341.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130105,"Census Tract 1301.05, Forsyth County, Georgia",2740,1692.0,42135.0,182000.0,378.0,2111.0,93.0,9.0,3.0,0.0,0.0,8.0,516.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130205,"Census Tract 1302.05, Forsyth County, Georgia",3607,2150.0,67188.0,225200.0,787.0,2439.0,180.0,0.0,169.0,6.0,0.0,20.0,793.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130603,"Census Tract 1306.03, Forsyth County, Georgia",6536,4166.0,133081.0,364200.0,2924.0,3478.0,488.0,0.0,1752.0,0.0,0.0,140.0,678.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130610,"Census Tract 1306.10, Forsyth County, Georgia",4722,3061.0,141055.0,384100.0,2127.0,3643.0,80.0,0.0,696.0,0.0,0.0,102.0,201.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130606,"Census Tract 1306.06, Forsyth County, Georgia",4697,3186.0,118031.0,333000.0,1961.0,3575.0,178.0,0.0,529.0,0.0,0.0,33.0,382.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130604,"Census Tract 1306.04, Forsyth County, Georgia",4787,3068.0,154453.0,335100.0,2255.0,3471.0,108.0,3.0,882.0,0.0,7.0,145.0,174.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130611,"Census Tract 1306.11, Forsyth County, Georgia",4470,2676.0,130250.0,430300.0,1793.0,3445.0,0.0,0.0,764.0,0.0,0.0,45.0,216.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130609,"Census Tract 1306.09, Forsyth County, Georgia",6355,3578.0,132775.0,364500.0,2703.0,3423.0,262.0,0.0,2158.0,0.0,0.0,113.0,399.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130607,"Census Tract 1306.07, Forsyth County, Georgia",5915,3626.0,141103.0,379000.0,2570.0,3672.0,82.0,78.0,1733.0,0.0,10.0,120.0,220.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130605,"Census Tract 1306.05, Forsyth County, Georgia",4458,3015.0,113990.0,343200.0,1722.0,3393.0,34.0,0.0,807.0,0.0,0.0,79.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130602,"Census Tract 1306.02, Forsyth County, Georgia",5808,3804.0,95840.0,233200.0,1707.0,2292.0,390.0,0.0,595.0,0.0,18.0,231.0,2282.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130508,"Census Tract 1305.08, Forsyth County, Georgia",5713,3581.0,126875.0,356700.0,2272.0,4771.0,96.0,0.0,241.0,0.0,22.0,241.0,342.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130507,"Census Tract 1305.07, Forsyth County, Georgia",2698,2046.0,85227.0,237300.0,990.0,2357.0,0.0,0.0,210.0,0.0,0.0,17.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130301,"Census Tract 1303.01, Forsyth County, Georgia",5220,3456.0,85938.0,266900.0,1524.0,4511.0,54.0,43.0,215.0,0.0,0.0,98.0,320.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130409,"Census Tract 1304.09, Forsyth County, Georgia",3190,2159.0,71111.0,203200.0,609.0,2407.0,13.0,0.0,0.0,0.0,0.0,89.0,681.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130305,"Census Tract 1303.05, Forsyth County, Georgia",6298,3888.0,109455.0,294000.0,2158.0,4916.0,180.0,0.0,499.0,0.0,46.0,86.0,571.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130103,"Census Tract 1301.03, Forsyth County, Georgia",4131,2616.0,64450.0,155100.0,484.0,3705.0,11.0,0.0,0.0,0.0,0.0,64.0,351.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130405,"Census Tract 1304.05, Forsyth County, Georgia",4528,2837.0,86792.0,265900.0,1197.0,3679.0,204.0,21.0,78.0,0.0,33.0,9.0,504.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130504,"Census Tract 1305.04, Forsyth County, Georgia",4164,2945.0,66399.0,217800.0,1223.0,3729.0,206.0,0.0,124.0,0.0,0.0,0.0,105.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130505,"Census Tract 1305.05, Forsyth County, Georgia",2758,2080.0,90268.0,314900.0,940.0,2462.0,5.0,5.0,110.0,0.0,0.0,11.0,165.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130503,"Census Tract 1305.03, Forsyth County, Georgia",2581,1864.0,90772.0,329600.0,803.0,2470.0,0.0,0.0,43.0,0.0,0.0,18.0,50.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130102,"Census Tract 1301.02, Forsyth County, Georgia",2670,1712.0,80855.0,236900.0,636.0,2564.0,71.0,0.0,8.0,0.0,0.0,14.0,13.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130303,"Census Tract 1303.03, Forsyth County, Georgia",4411,2825.0,85267.0,207400.0,848.0,3333.0,109.0,0.0,169.0,0.0,0.0,33.0,767.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130201,"Census Tract 1302.01, Forsyth County, Georgia",4972,3144.0,91250.0,240400.0,1023.0,4635.0,18.0,0.0,94.0,0.0,0.0,0.0,225.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130613,"Census Tract 1306.13, Forsyth County, Georgia",3777,2479.0,97132.0,389300.0,1456.0,2550.0,55.0,53.0,872.0,0.0,0.0,176.0,71.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130307,"Census Tract 1303.07, Forsyth County, Georgia",5026,3216.0,107545.0,302800.0,1650.0,3657.0,200.0,0.0,604.0,0.0,0.0,209.0,356.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130408,"Census Tract 1304.08, Forsyth County, Georgia",3366,2334.0,52321.0,232300.0,743.0,2497.0,81.0,0.0,55.0,0.0,0.0,9.0,724.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130612,"Census Tract 1306.12, Forsyth County, Georgia",6436,3987.0,141061.0,399200.0,2705.0,4860.0,135.0,37.0,1025.0,0.0,7.0,71.0,301.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130608,"Census Tract 1306.08, Forsyth County, Georgia",5839,3648.0,122031.0,549200.0,2363.0,2523.0,152.0,10.0,2869.0,0.0,24.0,138.0,123.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130302,"Census Tract 1303.02, Forsyth County, Georgia",5630,3597.0,112445.0,355700.0,2303.0,5124.0,114.0,0.0,97.0,0.0,11.0,41.0,243.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130304,"Census Tract 1303.04, Forsyth County, Georgia",4251,2745.0,112133.0,349100.0,1410.0,3869.0,35.0,7.0,120.0,0.0,0.0,50.0,170.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130404,"Census Tract 1304.04, Forsyth County, Georgia",4473,2728.0,126250.0,302700.0,1696.0,3047.0,371.0,8.0,515.0,0.0,0.0,91.0,441.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130306,"Census Tract 1303.06, Forsyth County, Georgia",4804,3282.0,113551.0,385800.0,2007.0,3571.0,188.0,54.0,696.0,0.0,0.0,174.0,146.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130601,"Census Tract 1306.01, Forsyth County, Georgia",5174,3232.0,78886.0,246800.0,1588.0,2884.0,248.0,38.0,797.0,0.0,0.0,374.0,833.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130510,"Census Tract 1305.10, Forsyth County, Georgia",6391,4038.0,120100.0,411800.0,2133.0,4374.0,207.0,0.0,956.0,0.0,16.0,170.0,668.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130406,"Census Tract 1304.06, Forsyth County, Georgia",6657,4220.0,79708.0,230000.0,1814.0,3724.0,604.0,0.0,566.0,0.0,0.0,154.0,1609.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130410,"Census Tract 1304.10, Forsyth County, Georgia",4471,2908.0,46395.0,172700.0,944.0,2720.0,402.0,7.0,325.0,7.0,0.0,77.0,933.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130203,"Census Tract 1302.03, Forsyth County, Georgia",5140,3272.0,74805.0,205200.0,1078.0,4514.0,11.0,77.0,19.0,28.0,0.0,30.0,525.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130204,"Census Tract 1302.04, Forsyth County, Georgia",5839,3699.0,65000.0,232300.0,1475.0,4883.0,33.0,0.0,258.0,0.0,0.0,143.0,522.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130506,"Census Tract 1305.06, Forsyth County, Georgia",3811,2274.0,90327.0,259500.0,1047.0,3149.0,0.0,0.0,54.0,0.0,19.0,176.0,413.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130202,"Census Tract 1302.02, Forsyth County, Georgia",4418,2769.0,107500.0,334700.0,1347.0,3998.0,30.0,0.0,71.0,0.0,0.0,62.0,257.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130509,"Census Tract 1305.09, Forsyth County, Georgia",4218,3068.0,81849.0,278000.0,1573.0,3228.0,232.0,34.0,333.0,0.0,0.0,99.0,292.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130403,"Census Tract 1304.03, Forsyth County, Georgia",6087,3907.0,71348.0,232100.0,1279.0,5026.0,96.0,11.0,58.0,0.0,0.0,69.0,827.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130101,"Census Tract 1301.01, Forsyth County, Georgia",3878,2623.0,75938.0,247500.0,1003.0,3516.0,0.0,0.0,86.0,0.0,0.0,0.0,276.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13117130104,"Census Tract 1301.04, Forsyth County, Georgia",4185,2915.0,84063.0,225500.0,1031.0,4065.0,0.0,0.0,0.0,0.0,0.0,0.0,120.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001800,"Census Tract 18, Fulton County, Georgia",4336,3443.0,42159.0,136500.0,1837.0,1894.0,1997.0,0.0,281.0,0.0,0.0,27.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003200,"Census Tract 32, Fulton County, Georgia",2251,1952.0,84350.0,228700.0,1274.0,1701.0,199.0,0.0,54.0,0.0,0.0,219.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003600,"Census Tract 36, Fulton County, Georgia",1358,923.0,41372.0,175900.0,383.0,159.0,1066.0,0.0,23.0,0.0,0.0,88.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006801,"Census Tract 68.01, Fulton County, Georgia",2494,2414.0,-666666666.0,-666666666.0,131.0,514.0,1350.0,106.0,0.0,0.0,9.0,144.0,458.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008800,"Census Tract 88, Fulton County, Georgia",4665,3236.0,95524.0,285100.0,2059.0,2718.0,978.0,0.0,118.0,0.0,122.0,153.0,576.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010512,"Census Tract 105.12, Fulton County, Georgia",6497,3730.0,30819.0,92800.0,951.0,192.0,5983.0,0.0,20.0,0.0,0.0,152.0,150.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010513,"Census Tract 105.13, Fulton County, Georgia",13303,8410.0,43931.0,85800.0,1988.0,1448.0,10375.0,0.0,0.0,0.0,71.0,29.0,1380.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010601,"Census Tract 106.01, Fulton County, Georgia",3603,2407.0,29786.0,219000.0,834.0,1104.0,2373.0,0.0,28.0,0.0,0.0,8.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010604,"Census Tract 106.04, Fulton County, Georgia",2898,1998.0,33133.0,100600.0,509.0,190.0,2284.0,77.0,0.0,0.0,0.0,20.0,392.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011202,"Census Tract 112.02, Fulton County, Georgia",4169,2994.0,40150.0,85600.0,697.0,997.0,2225.0,0.0,14.0,0.0,11.0,70.0,852.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121000700,"Census Tract 7, Fulton County, Georgia",3121,2636.0,71214.0,258300.0,459.0,699.0,2108.0,23.0,31.0,8.0,0.0,72.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001300,"Census Tract 13, Fulton County, Georgia",4655,3673.0,66223.0,364300.0,2265.0,2728.0,1088.0,0.0,268.0,0.0,31.0,107.0,433.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003800,"Census Tract 38, Fulton County, Georgia",4091,323.0,22150.0,146900.0,113.0,670.0,2819.0,10.0,263.0,0.0,9.0,85.0,245.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121004000,"Census Tract 40, Fulton County, Georgia",2522,1787.0,28191.0,58200.0,365.0,69.0,2416.0,0.0,5.0,0.0,0.0,0.0,32.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121004200,"Census Tract 42, Fulton County, Georgia",2546,1912.0,18569.0,113500.0,490.0,275.0,2238.0,0.0,0.0,0.0,0.0,0.0,33.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121004900,"Census Tract 49, Fulton County, Georgia",2565,1946.0,77875.0,268800.0,1234.0,1432.0,862.0,4.0,37.0,0.0,11.0,78.0,141.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121005200,"Census Tract 52, Fulton County, Georgia",5661,4098.0,93580.0,281300.0,2790.0,3819.0,1259.0,10.0,186.0,0.0,0.0,45.0,352.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006400,"Census Tract 64, Fulton County, Georgia",1075,784.0,43690.0,-666666666.0,178.0,238.0,522.0,57.0,0.0,0.0,0.0,7.0,308.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007200,"Census Tract 72, Fulton County, Georgia",2307,1370.0,24722.0,79400.0,188.0,23.0,2154.0,0.0,99.0,0.0,0.0,13.0,18.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010508,"Census Tract 105.08, Fulton County, Georgia",3503,2230.0,46983.0,87000.0,580.0,99.0,3212.0,0.0,0.0,0.0,0.0,47.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008301,"Census Tract 83.01, Fulton County, Georgia",2556,1842.0,27023.0,57500.0,239.0,55.0,2487.0,0.0,0.0,0.0,0.0,11.0,3.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007300,"Census Tract 73, Fulton County, Georgia",7880,5069.0,24465.0,72300.0,524.0,188.0,7251.0,0.0,0.0,0.0,110.0,229.0,102.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007806,"Census Tract 78.06, Fulton County, Georgia",7035,4612.0,31192.0,79700.0,781.0,185.0,6425.0,0.0,17.0,0.0,0.0,0.0,408.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008000,"Census Tract 80, Fulton County, Georgia",5965,4053.0,41450.0,90600.0,764.0,131.0,5728.0,0.0,0.0,0.0,0.0,58.0,48.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008400,"Census Tract 84, Fulton County, Georgia",2785,1895.0,21708.0,72800.0,305.0,353.0,2312.0,14.0,23.0,0.0,0.0,29.0,62.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008602,"Census Tract 86.02, Fulton County, Georgia",1348,874.0,36815.0,-666666666.0,242.0,91.0,1208.0,0.0,0.0,0.0,0.0,36.0,13.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009000,"Census Tract 90, Fulton County, Georgia",5248,3480.0,105197.0,633100.0,3037.0,4068.0,424.0,6.0,431.0,0.0,0.0,109.0,210.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009300,"Census Tract 93, Fulton County, Georgia",4916,3807.0,100844.0,489500.0,3029.0,4242.0,340.0,11.0,89.0,0.0,0.0,0.0,234.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009402,"Census Tract 94.02, Fulton County, Georgia",4957,3742.0,69034.0,236600.0,2848.0,2404.0,825.0,35.0,739.0,8.0,24.0,226.0,731.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010107,"Census Tract 101.07, Fulton County, Georgia",2004,1474.0,174875.0,670200.0,1105.0,1880.0,35.0,0.0,18.0,0.0,0.0,25.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010304,"Census Tract 103.04, Fulton County, Georgia",16085,10204.0,79397.0,209300.0,5144.0,734.0,14790.0,0.0,0.0,0.0,0.0,124.0,437.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010603,"Census Tract 106.03, Fulton County, Georgia",4213,2340.0,29066.0,120300.0,308.0,28.0,3897.0,29.0,0.0,0.0,0.0,64.0,195.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121002600,"Census Tract 26, Fulton County, Georgia",1777,889.0,26350.0,114300.0,137.0,43.0,1538.0,0.0,21.0,0.0,34.0,8.0,133.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003700,"Census Tract 37, Fulton County, Georgia",136,136.0,22679.0,-666666666.0,42.0,0.0,136.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121002400,"Census Tract 24, Fulton County, Georgia",2645,1612.0,30972.0,92700.0,401.0,100.0,2491.0,0.0,26.0,0.0,0.0,7.0,21.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121002500,"Census Tract 25, Fulton County, Georgia",2271,1633.0,26066.0,165500.0,417.0,79.0,2073.0,3.0,13.0,0.0,15.0,44.0,44.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121004400,"Census Tract 44, Fulton County, Georgia",2516,1247.0,18030.0,108000.0,235.0,43.0,2353.0,0.0,0.0,0.0,0.0,62.0,58.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008601,"Census Tract 86.01, Fulton County, Georgia",3943,2398.0,21846.0,61600.0,319.0,66.0,3835.0,0.0,0.0,0.0,0.0,8.0,34.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007400,"Census Tract 74, Fulton County, Georgia",3435,2119.0,17796.0,74500.0,176.0,202.0,2641.0,0.0,0.0,0.0,0.0,22.0,570.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008201,"Census Tract 82.01, Fulton County, Georgia",5555,4140.0,31037.0,78400.0,1202.0,148.0,5311.0,0.0,0.0,0.0,0.0,87.0,9.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008202,"Census Tract 82.02, Fulton County, Georgia",2090,1426.0,27454.0,60200.0,197.0,67.0,2001.0,0.0,0.0,0.0,0.0,0.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010108,"Census Tract 101.08, Fulton County, Georgia",3662,2669.0,148000.0,576000.0,1957.0,2849.0,362.0,0.0,198.0,0.0,38.0,85.0,130.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010110,"Census Tract 101.10, Fulton County, Georgia",6668,4849.0,70456.0,327000.0,3231.0,3860.0,1197.0,60.0,503.0,0.0,0.0,108.0,957.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010303,"Census Tract 103.03, Fulton County, Georgia",10581,7156.0,63209.0,204500.0,3325.0,17.0,10382.0,20.0,12.0,0.0,0.0,119.0,31.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010800,"Census Tract 108, Fulton County, Georgia",6622,4492.0,44828.0,106500.0,950.0,1895.0,2844.0,0.0,104.0,0.0,274.0,352.0,1153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011405,"Census Tract 114.05, Fulton County, Georgia",7375,5135.0,63890.0,283300.0,2406.0,3470.0,2101.0,0.0,351.0,0.0,0.0,114.0,1339.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011412,"Census Tract 114.12, Fulton County, Georgia",9214,6307.0,85333.0,282100.0,3711.0,6111.0,1096.0,87.0,849.0,0.0,38.0,61.0,972.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011000,"Census Tract 110, Fulton County, Georgia",3375,1932.0,27344.0,68300.0,217.0,192.0,2528.0,0.0,0.0,0.0,0.0,0.0,655.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011100,"Census Tract 111, Fulton County, Georgia",2420,2005.0,51848.0,168100.0,564.0,930.0,1319.0,0.0,19.0,0.0,0.0,29.0,123.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121002100,"Census Tract 21, Fulton County, Georgia",2640,1835.0,51250.0,243700.0,630.0,740.0,1575.0,0.0,214.0,0.0,0.0,18.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007900,"Census Tract 79, Fulton County, Georgia",5455,4412.0,54467.0,116300.0,1528.0,179.0,5263.0,13.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011201,"Census Tract 112.01, Fulton County, Georgia",3876,2495.0,35470.0,68300.0,627.0,639.0,3081.0,5.0,63.0,0.0,16.0,63.0,9.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003900,"Census Tract 39, Fulton County, Georgia",2522,1383.0,36174.0,61300.0,195.0,29.0,2471.0,0.0,0.0,0.0,0.0,0.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010210,"Census Tract 102.10, Fulton County, Georgia",6426,4568.0,72979.0,349000.0,2763.0,3870.0,1402.0,0.0,104.0,0.0,257.0,17.0,776.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010212,"Census Tract 102.12, Fulton County, Georgia",5332,3494.0,52270.0,443000.0,1745.0,2378.0,409.0,764.0,191.0,2.0,0.0,8.0,2344.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009802,"Census Tract 98.02, Fulton County, Georgia",4648,3272.0,158800.0,1117200.0,2867.0,3708.0,249.0,0.0,465.0,0.0,9.0,74.0,143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009403,"Census Tract 94.03, Fulton County, Georgia",4833,3642.0,45102.0,197500.0,1882.0,2041.0,1142.0,213.0,803.0,0.0,0.0,217.0,624.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009404,"Census Tract 94.04, Fulton County, Georgia",4475,3461.0,73649.0,288200.0,2743.0,3065.0,706.0,25.0,307.0,0.0,69.0,53.0,250.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010001,"Census Tract 100.01, Fulton County, Georgia",4935,3612.0,103894.0,370800.0,2874.0,3760.0,462.0,0.0,580.0,0.0,0.0,74.0,59.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009602,"Census Tract 96.02, Fulton County, Georgia",4953,3822.0,101689.0,499300.0,2847.0,3720.0,729.0,0.0,187.0,0.0,12.0,151.0,154.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010002,"Census Tract 100.02, Fulton County, Georgia",7624,5844.0,138864.0,690500.0,5008.0,6408.0,221.0,5.0,459.0,0.0,0.0,156.0,375.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009502,"Census Tract 95.02, Fulton County, Georgia",3592,2746.0,89298.0,232600.0,1757.0,2509.0,558.0,0.0,255.0,0.0,0.0,155.0,115.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011612,"Census Tract 116.12, Fulton County, Georgia",3387,2512.0,110329.0,445900.0,1689.0,2289.0,125.0,3.0,751.0,0.0,0.0,110.0,109.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011623,"Census Tract 116.23, Fulton County, Georgia",11870,8025.0,104164.0,365700.0,5501.0,6204.0,686.0,86.0,4019.0,0.0,126.0,302.0,447.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011625,"Census Tract 116.25, Fulton County, Georgia",7891,4871.0,107175.0,405500.0,3408.0,4065.0,801.0,93.0,2415.0,0.0,30.0,165.0,415.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011615,"Census Tract 116.15, Fulton County, Georgia",10427,6732.0,136921.0,392600.0,4612.0,7625.0,915.0,8.0,1062.0,0.0,165.0,190.0,462.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010515,"Census Tract 105.15, Fulton County, Georgia",5553,3396.0,43316.0,95900.0,1062.0,585.0,4670.0,0.0,30.0,0.0,0.0,11.0,257.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011504,"Census Tract 115.04, Fulton County, Georgia",13253,8061.0,193419.0,642800.0,5974.0,11778.0,378.0,0.0,504.0,0.0,0.0,105.0,488.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010516,"Census Tract 105.16, Fulton County, Georgia",9424,6087.0,50030.0,91600.0,1222.0,194.0,8540.0,0.0,13.0,0.0,26.0,337.0,314.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010120,"Census Tract 101.20, Fulton County, Georgia",2486,1878.0,67727.0,155800.0,907.0,1379.0,557.0,13.0,163.0,0.0,0.0,14.0,360.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010117,"Census Tract 101.17, Fulton County, Georgia",3969,2747.0,55782.0,115300.0,1300.0,1065.0,1794.0,40.0,292.0,0.0,42.0,134.0,602.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010118,"Census Tract 101.18, Fulton County, Georgia",6028,3712.0,43902.0,416500.0,1054.0,1952.0,2113.0,21.0,213.0,6.0,14.0,147.0,1562.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010113,"Census Tract 101.13, Fulton County, Georgia",5339,3606.0,51344.0,408900.0,1840.0,1546.0,940.0,256.0,364.0,0.0,0.0,149.0,2340.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010115,"Census Tract 101.15, Fulton County, Georgia",2526,1916.0,116923.0,634100.0,1221.0,1961.0,402.0,0.0,98.0,0.0,0.0,8.0,57.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010122,"Census Tract 101.22, Fulton County, Georgia",6635,4987.0,78542.0,411600.0,3769.0,2526.0,831.0,0.0,2829.0,0.0,0.0,142.0,307.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010114,"Census Tract 101.14, Fulton County, Georgia",6738,4850.0,66186.0,490000.0,2794.0,4156.0,766.0,345.0,227.0,0.0,0.0,120.0,1469.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011503,"Census Tract 115.03, Fulton County, Georgia",10811,6687.0,147394.0,464100.0,4810.0,8517.0,707.0,0.0,630.0,27.0,56.0,379.0,495.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011419,"Census Tract 114.19, Fulton County, Georgia",5427,4040.0,105714.0,334800.0,2621.0,4137.0,513.0,65.0,270.0,0.0,0.0,144.0,298.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121004100,"Census Tract 41, Fulton County, Georgia",2127,1392.0,38519.0,175400.0,300.0,145.0,1921.0,0.0,0.0,0.0,0.0,42.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121005000,"Census Tract 50, Fulton County, Georgia",2013,1600.0,79250.0,328500.0,1101.0,1405.0,457.0,2.0,45.0,0.0,0.0,37.0,67.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121005502,"Census Tract 55.02, Fulton County, Georgia",2523,1346.0,19469.0,95000.0,249.0,112.0,2403.0,0.0,0.0,0.0,0.0,0.0,8.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006100,"Census Tract 61, Fulton County, Georgia",3758,2551.0,29276.0,65900.0,334.0,41.0,3650.0,0.0,0.0,0.0,0.0,52.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006300,"Census Tract 63, Fulton County, Georgia",1384,1017.0,24893.0,58300.0,116.0,94.0,1277.0,0.0,13.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007500,"Census Tract 75, Fulton County, Georgia",3280,2362.0,23563.0,61600.0,425.0,279.0,2839.0,0.0,7.0,0.0,0.0,79.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007807,"Census Tract 78.07, Fulton County, Georgia",3564,2004.0,21912.0,66100.0,334.0,5.0,3227.0,0.0,0.0,0.0,0.0,128.0,204.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007808,"Census Tract 78.08, Fulton County, Georgia",4447,1764.0,12266.0,69400.0,229.0,0.0,4187.0,0.0,0.0,0.0,0.0,19.0,241.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008102,"Census Tract 81.02, Fulton County, Georgia",6876,4323.0,24940.0,90300.0,614.0,5.0,6325.0,0.0,61.0,0.0,0.0,17.0,468.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008500,"Census Tract 85, Fulton County, Georgia",2546,1891.0,28364.0,67500.0,222.0,48.0,2463.0,0.0,0.0,0.0,0.0,35.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008902,"Census Tract 89.02, Fulton County, Georgia",6766,4744.0,57142.0,243500.0,3469.0,3707.0,1957.0,59.0,541.0,0.0,0.0,139.0,363.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009900,"Census Tract 99, Fulton County, Georgia",4980,3277.0,124643.0,763200.0,2817.0,4515.0,43.0,0.0,314.0,0.0,0.0,53.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010106,"Census Tract 101.06, Fulton County, Georgia",4382,3114.0,74167.0,499700.0,1934.0,2925.0,1161.0,20.0,45.0,0.0,0.0,66.0,165.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010205,"Census Tract 102.05, Fulton County, Georgia",5151,4088.0,111103.0,426000.0,3014.0,4601.0,89.0,0.0,108.0,0.0,16.0,155.0,182.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010208,"Census Tract 102.08, Fulton County, Georgia",4695,3568.0,56897.0,546000.0,2190.0,2270.0,1477.0,28.0,288.0,0.0,0.0,18.0,614.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010301,"Census Tract 103.01, Fulton County, Georgia",17958,11530.0,65340.0,168300.0,4807.0,1568.0,15754.0,3.0,0.0,30.0,166.0,113.0,324.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010507,"Census Tract 105.07, Fulton County, Georgia",8190,4369.0,39190.0,89000.0,1037.0,123.0,7415.0,0.0,0.0,0.0,74.0,353.0,225.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121000200,"Census Tract 2, Fulton County, Georgia",6282,4763.0,116094.0,548300.0,3819.0,5539.0,251.0,0.0,188.0,0.0,0.0,121.0,183.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001900,"Census Tract 19, Fulton County, Georgia",5188,2179.0,62222.0,216400.0,1279.0,2269.0,1600.0,32.0,848.0,10.0,0.0,151.0,305.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121002900,"Census Tract 29, Fulton County, Georgia",2385,1985.0,63112.0,295800.0,1153.0,1229.0,880.0,0.0,136.0,0.0,0.0,62.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003000,"Census Tract 30, Fulton County, Georgia",3325,2739.0,94079.0,446500.0,2242.0,2646.0,271.0,15.0,180.0,0.0,30.0,69.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121004300,"Census Tract 43, Fulton County, Georgia",3060,931.0,28287.0,263200.0,247.0,428.0,2262.0,0.0,206.0,0.0,0.0,65.0,99.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121005800,"Census Tract 58, Fulton County, Georgia",1924,1268.0,31625.0,100000.0,393.0,313.0,1504.0,0.0,44.0,2.0,0.0,46.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006700,"Census Tract 67, Fulton County, Georgia",4051,2689.0,23017.0,79900.0,582.0,167.0,3810.0,0.0,6.0,0.0,24.0,12.0,32.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006900,"Census Tract 69, Fulton County, Georgia",3861,2629.0,71359.0,209900.0,859.0,1318.0,1675.0,32.0,0.0,0.0,0.0,59.0,782.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007002,"Census Tract 70.02, Fulton County, Georgia",2548,1431.0,34286.0,70200.0,203.0,62.0,2307.0,34.0,23.0,0.0,0.0,0.0,156.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007100,"Census Tract 71, Fulton County, Georgia",2266,1553.0,22500.0,56300.0,110.0,113.0,1994.0,0.0,0.0,0.0,0.0,2.0,157.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008302,"Census Tract 83.02, Fulton County, Georgia",1653,1249.0,28949.0,72200.0,274.0,21.0,1616.0,0.0,0.0,0.0,0.0,5.0,11.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009200,"Census Tract 92, Fulton County, Georgia",6800,5150.0,65957.0,306600.0,3209.0,3349.0,1134.0,19.0,541.0,0.0,15.0,319.0,1423.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010204,"Census Tract 102.04, Fulton County, Georgia",5075,3589.0,163214.0,567600.0,3001.0,4727.0,86.0,16.0,119.0,0.0,0.0,54.0,73.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010209,"Census Tract 102.09, Fulton County, Georgia",5836,4263.0,60614.0,113500.0,2124.0,2474.0,2330.0,0.0,143.0,0.0,0.0,314.0,575.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010400,"Census Tract 104, Fulton County, Georgia",8290,5424.0,50294.0,121400.0,1128.0,3196.0,3854.0,7.0,47.0,0.0,0.0,68.0,1118.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010511,"Census Tract 105.11, Fulton County, Georgia",7714,4884.0,58173.0,100000.0,1601.0,371.0,7138.0,27.0,38.0,13.0,0.0,114.0,13.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010514,"Census Tract 105.14, Fulton County, Georgia",13563,8188.0,56991.0,140700.0,2115.0,1617.0,11310.0,25.0,0.0,0.0,0.0,96.0,540.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011301,"Census Tract 113.01, Fulton County, Georgia",4478,3499.0,51148.0,93500.0,1089.0,534.0,3261.0,3.0,151.0,5.0,0.0,51.0,473.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011410,"Census Tract 114.10, Fulton County, Georgia",6866,4951.0,116102.0,409100.0,3145.0,5726.0,459.0,0.0,152.0,0.0,0.0,283.0,246.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011411,"Census Tract 114.11, Fulton County, Georgia",8284,5823.0,70663.0,264200.0,3106.0,5479.0,1139.0,0.0,187.0,0.0,207.0,18.0,1254.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011414,"Census Tract 114.14, Fulton County, Georgia",8019,5121.0,72663.0,354600.0,3090.0,4384.0,1957.0,12.0,747.0,0.0,308.0,51.0,560.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006802,"Census Tract 68.02, Fulton County, Georgia",2180,636.0,9815.0,53200.0,28.0,0.0,2136.0,0.0,0.0,0.0,44.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006200,"Census Tract 62, Fulton County, Georgia",1664,980.0,27115.0,94100.0,150.0,88.0,1482.0,8.0,0.0,0.0,0.0,63.0,23.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006500,"Census Tract 65, Fulton County, Georgia",4726,2980.0,39274.0,84700.0,655.0,707.0,3651.0,8.0,0.0,0.0,5.0,254.0,101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006601,"Census Tract 66.01, Fulton County, Georgia",2087,1489.0,36250.0,87200.0,291.0,319.0,1703.0,0.0,19.0,0.0,0.0,24.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007001,"Census Tract 70.01, Fulton County, Georgia",4797,2852.0,26436.0,87000.0,366.0,96.0,4494.0,1.0,0.0,0.0,0.0,1.0,205.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001100,"Census Tract 11, Fulton County, Georgia",4356,3990.0,99205.0,293700.0,2968.0,3097.0,356.0,56.0,511.0,19.0,40.0,115.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001400,"Census Tract 14, Fulton County, Georgia",2281,1894.0,86333.0,388200.0,1461.0,1955.0,71.0,0.0,79.0,0.0,9.0,99.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001500,"Census Tract 15, Fulton County, Georgia",4637,3628.0,63464.0,517600.0,2459.0,3314.0,475.0,0.0,125.0,0.0,0.0,158.0,565.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121002300,"Census Tract 23, Fulton County, Georgia",1500,1021.0,27674.0,72800.0,107.0,109.0,1369.0,0.0,0.0,0.0,0.0,22.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121002800,"Census Tract 28, Fulton County, Georgia",5005,1809.0,26059.0,139700.0,853.0,1395.0,2743.0,21.0,361.0,0.0,4.0,125.0,367.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121004800,"Census Tract 48, Fulton County, Georgia",1158,711.0,16413.0,-666666666.0,232.0,221.0,743.0,0.0,125.0,0.0,0.0,23.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121005300,"Census Tract 53, Fulton County, Georgia",3619,2650.0,93456.0,322000.0,2015.0,2312.0,897.0,0.0,11.0,0.0,8.0,231.0,160.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001600,"Census Tract 16, Fulton County, Georgia",2304,1854.0,66806.0,458300.0,1313.0,1705.0,379.0,0.0,107.0,0.0,0.0,33.0,80.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008101,"Census Tract 81.01, Fulton County, Georgia",1301,958.0,31833.0,85100.0,179.0,12.0,1289.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010510,"Census Tract 105.10, Fulton County, Georgia",14706,9473.0,38223.0,131400.0,1784.0,1018.0,12351.0,0.0,0.0,0.0,0.0,89.0,1248.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121000500,"Census Tract 5, Fulton County, Georgia",5572,3934.0,85750.0,343600.0,3115.0,3674.0,1099.0,0.0,341.0,15.0,0.0,117.0,326.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003100,"Census Tract 31, Fulton County, Georgia",1974,1471.0,46467.0,244400.0,776.0,1170.0,696.0,0.0,18.0,0.0,0.0,18.0,72.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121005501,"Census Tract 55.01, Fulton County, Georgia",2298,1381.0,30469.0,185600.0,413.0,408.0,1662.0,8.0,73.0,0.0,0.0,24.0,131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121005700,"Census Tract 57, Fulton County, Georgia",1708,929.0,19698.0,-666666666.0,160.0,33.0,1596.0,0.0,5.0,0.0,0.0,45.0,29.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006000,"Census Tract 60, Fulton County, Georgia",3643,2418.0,35549.0,102000.0,386.0,98.0,3294.0,7.0,15.0,0.0,0.0,22.0,214.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121006602,"Census Tract 66.02, Fulton County, Georgia",1356,781.0,20170.0,78800.0,12.0,1.0,1307.0,0.0,0.0,0.0,3.0,23.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007602,"Census Tract 76.02, Fulton County, Georgia",2737,2029.0,34136.0,83000.0,523.0,33.0,2623.0,0.0,0.0,0.0,0.0,0.0,81.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001700,"Census Tract 17, Fulton County, Georgia",4439,3548.0,60069.0,372000.0,2195.0,1965.0,1942.0,0.0,173.0,0.0,11.0,111.0,237.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007802,"Census Tract 78.02, Fulton County, Georgia",10402,6228.0,44932.0,176700.0,2495.0,70.0,10157.0,6.0,0.0,0.0,16.0,153.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007805,"Census Tract 78.05, Fulton County, Georgia",3540,2236.0,33255.0,92300.0,392.0,34.0,3422.0,0.0,34.0,0.0,0.0,30.0,20.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009700,"Census Tract 97, Fulton County, Georgia",3855,2646.0,200179.0,951700.0,2186.0,3271.0,315.0,0.0,142.0,0.0,0.0,0.0,127.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010206,"Census Tract 102.06, Fulton County, Georgia",5880,4302.0,177188.0,889000.0,3555.0,4988.0,253.0,6.0,378.0,0.0,29.0,46.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011618,"Census Tract 116.18, Fulton County, Georgia",4709,2930.0,110335.0,544100.0,2244.0,2680.0,526.0,0.0,1228.0,4.0,19.0,60.0,192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011610,"Census Tract 116.10, Fulton County, Georgia",5967,3736.0,102656.0,336400.0,2318.0,4377.0,620.0,0.0,343.0,0.0,0.0,211.0,416.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011614,"Census Tract 116.14, Fulton County, Georgia",14013,9971.0,74191.0,219900.0,5822.0,5982.0,2594.0,27.0,2800.0,20.0,0.0,280.0,2310.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011620,"Census Tract 116.20, Fulton County, Georgia",10558,6850.0,120227.0,356300.0,4752.0,6003.0,867.0,125.0,2221.0,0.0,13.0,305.0,1024.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011420,"Census Tract 114.20, Fulton County, Georgia",8309,4472.0,41275.0,132700.0,763.0,975.0,1560.0,53.0,159.0,0.0,0.0,419.0,5143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011613,"Census Tract 116.13, Fulton County, Georgia",7109,4514.0,101902.0,328200.0,2582.0,3720.0,1107.0,32.0,1553.0,0.0,0.0,64.0,633.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011426,"Census Tract 114.26, Fulton County, Georgia",2461,1566.0,101500.0,418000.0,825.0,1601.0,186.0,0.0,242.0,0.0,0.0,40.0,392.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011425,"Census Tract 114.25, Fulton County, Georgia",7369,4955.0,198808.0,681300.0,3691.0,5068.0,137.0,0.0,1661.0,0.0,0.0,116.0,387.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011423,"Census Tract 114.23, Fulton County, Georgia",4936,3532.0,116250.0,364600.0,2430.0,4111.0,255.0,0.0,124.0,10.0,83.0,222.0,131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011418,"Census Tract 114.18, Fulton County, Georgia",6435,4404.0,130653.0,362300.0,3017.0,5798.0,358.0,0.0,25.0,0.0,0.0,3.0,251.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011421,"Census Tract 114.21, Fulton County, Georgia",4451,2663.0,47428.0,179500.0,1002.0,1284.0,1281.0,11.0,312.0,0.0,13.0,136.0,1425.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011416,"Census Tract 114.16, Fulton County, Georgia",5344,3833.0,103813.0,304800.0,2302.0,4062.0,500.0,12.0,375.0,0.0,0.0,176.0,219.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011506,"Census Tract 115.06, Fulton County, Georgia",5937,4158.0,155980.0,432400.0,3101.0,5467.0,81.0,0.0,92.0,3.0,0.0,196.0,98.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011417,"Census Tract 114.17, Fulton County, Georgia",5147,3834.0,96538.0,322400.0,2413.0,3887.0,289.0,29.0,283.0,0.0,0.0,240.0,419.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011619,"Census Tract 116.19, Fulton County, Georgia",8621,5471.0,80469.0,390000.0,3687.0,3681.0,920.0,25.0,2773.0,0.0,56.0,366.0,800.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011621,"Census Tract 116.21, Fulton County, Georgia",7000,4645.0,155842.0,485600.0,3320.0,4155.0,424.0,36.0,1621.0,44.0,21.0,53.0,646.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011303,"Census Tract 113.03, Fulton County, Georgia",9355,6056.0,45000.0,98100.0,2077.0,365.0,7660.0,0.0,110.0,0.0,0.0,89.0,1131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121000400,"Census Tract 4, Fulton County, Georgia",1805,1393.0,91857.0,419300.0,1121.0,1495.0,196.0,0.0,45.0,0.0,0.0,33.0,36.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121000100,"Census Tract 1, Fulton County, Georgia",5183,3509.0,149450.0,680600.0,2898.0,4611.0,92.0,0.0,114.0,0.0,0.0,200.0,166.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121000600,"Census Tract 6, Fulton County, Georgia",6350,3115.0,50969.0,190300.0,2412.0,2989.0,998.0,0.0,1721.0,25.0,0.0,241.0,376.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121003500,"Census Tract 35, Fulton County, Georgia",2175,1841.0,55585.0,175300.0,550.0,748.0,1220.0,10.0,29.0,0.0,0.0,81.0,87.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011626,"Census Tract 116.26, Fulton County, Georgia",10191,6218.0,94803.0,329800.0,3711.0,4699.0,1365.0,0.0,3144.0,0.0,0.0,225.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011622,"Census Tract 116.22, Fulton County, Georgia",10206,6517.0,137643.0,371000.0,4903.0,3751.0,944.0,8.0,4707.0,0.0,0.0,291.0,505.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011424,"Census Tract 114.24, Fulton County, Georgia",5875,4372.0,104861.0,339100.0,2521.0,3819.0,729.0,0.0,756.0,0.0,0.0,144.0,427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011422,"Census Tract 114.22, Fulton County, Georgia",3914,2788.0,64402.0,302600.0,1500.0,2775.0,545.0,10.0,220.0,0.0,0.0,130.0,244.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011505,"Census Tract 115.05, Fulton County, Georgia",4446,2895.0,179000.0,447200.0,2014.0,3743.0,279.0,12.0,182.0,0.0,0.0,39.0,203.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010123,"Census Tract 101.23, Fulton County, Georgia",5140,3542.0,69479.0,171300.0,1938.0,2267.0,1455.0,17.0,285.0,0.0,0.0,56.0,1060.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010121,"Census Tract 101.21, Fulton County, Georgia",2200,1843.0,86402.0,283800.0,1307.0,1837.0,117.0,0.0,172.0,0.0,0.0,36.0,38.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010119,"Census Tract 101.19, Fulton County, Georgia",5314,3432.0,43621.0,146700.0,1380.0,1100.0,2920.0,8.0,131.0,0.0,47.0,218.0,890.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121010211,"Census Tract 102.11, Fulton County, Georgia",2738,2037.0,138393.0,807300.0,1455.0,2414.0,17.0,0.0,13.0,0.0,24.0,0.0,270.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009801,"Census Tract 98.01, Fulton County, Georgia",4787,3203.0,105536.0,788800.0,2465.0,4196.0,223.0,0.0,138.0,0.0,0.0,68.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009603,"Census Tract 96.03, Fulton County, Georgia",4401,3532.0,75987.0,449800.0,2748.0,3050.0,774.0,0.0,76.0,0.0,45.0,123.0,333.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009601,"Census Tract 96.01, Fulton County, Georgia",2670,1834.0,94265.0,335000.0,1515.0,2027.0,227.0,0.0,104.0,0.0,21.0,114.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007705,"Census Tract 77.05, Fulton County, Georgia",4618,2824.0,22592.0,105200.0,665.0,86.0,4475.0,0.0,0.0,0.0,0.0,49.0,8.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009501,"Census Tract 95.01, Fulton County, Georgia",3631,2799.0,149688.0,946400.0,2359.0,3512.0,47.0,0.0,41.0,0.0,0.0,9.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011305,"Census Tract 113.05, Fulton County, Georgia",5463,3241.0,25823.0,79500.0,657.0,118.0,5157.0,0.0,91.0,0.0,0.0,22.0,75.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011306,"Census Tract 113.06, Fulton County, Georgia",2356,1594.0,34907.0,88800.0,294.0,156.0,1967.0,0.0,0.0,0.0,0.0,56.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007706,"Census Tract 77.06, Fulton County, Georgia",9593,7053.0,36369.0,134100.0,1896.0,187.0,9100.0,141.0,0.0,0.0,0.0,27.0,138.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007703,"Census Tract 77.03, Fulton County, Georgia",4403,2995.0,42150.0,104100.0,759.0,42.0,4314.0,0.0,0.0,0.0,13.0,34.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007604,"Census Tract 76.04, Fulton County, Georgia",2536,1754.0,18537.0,94500.0,259.0,28.0,2270.0,0.0,0.0,0.0,0.0,7.0,231.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007704,"Census Tract 77.04, Fulton County, Georgia",5852,3868.0,30497.0,119900.0,829.0,89.0,5362.0,0.0,0.0,0.0,0.0,39.0,362.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121007603,"Census Tract 76.03, Fulton County, Georgia",4613,2827.0,13792.0,-666666666.0,250.0,63.0,4440.0,13.0,29.0,0.0,0.0,0.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011427,"Census Tract 114.27, Fulton County, Georgia",7947,5255.0,108295.0,296300.0,3268.0,5518.0,505.0,0.0,878.0,0.0,66.0,256.0,724.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011616,"Census Tract 116.16, Fulton County, Georgia",5631,4287.0,71145.0,242500.0,2774.0,2604.0,862.0,59.0,1578.0,0.0,18.0,84.0,426.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011617,"Census Tract 116.17, Fulton County, Georgia",7653,5132.0,106367.0,357500.0,3312.0,4565.0,1088.0,39.0,974.0,12.0,131.0,307.0,537.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011611,"Census Tract 116.11, Fulton County, Georgia",8461,5869.0,59095.0,179300.0,2268.0,3712.0,1617.0,0.0,540.0,0.0,245.0,187.0,2160.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121980000,"Census Tract 9800, Fulton County, Georgia",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008904,"Census Tract 89.04, Fulton County, Georgia",4889,4085.0,78924.0,192500.0,3370.0,3704.0,587.0,0.0,303.0,0.0,0.0,118.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008903,"Census Tract 89.03, Fulton County, Georgia",1824,1226.0,71548.0,185400.0,712.0,435.0,579.0,0.0,61.0,0.0,0.0,34.0,715.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001001,"Census Tract 10.01, Fulton County, Georgia",2740,1504.0,80132.0,284600.0,1211.0,1502.0,269.0,13.0,732.0,0.0,0.0,110.0,119.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009101,"Census Tract 91.01, Fulton County, Georgia",4551,3814.0,76981.0,270000.0,2821.0,3399.0,458.0,0.0,371.0,0.0,13.0,240.0,70.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001201,"Census Tract 12.01, Fulton County, Georgia",4030,3240.0,58603.0,246800.0,2439.0,3028.0,463.0,0.0,184.0,0.0,0.0,106.0,249.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001202,"Census Tract 12.02, Fulton County, Georgia",4141,3491.0,83063.0,227000.0,3014.0,2654.0,725.0,30.0,329.0,0.0,56.0,74.0,273.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121009102,"Census Tract 91.02, Fulton County, Georgia",3160,2385.0,54174.0,557500.0,1693.0,1872.0,700.0,0.0,341.0,0.0,0.0,50.0,197.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121001002,"Census Tract 10.02, Fulton County, Georgia",6998,486.0,27250.0,-666666666.0,337.0,3360.0,1263.0,52.0,1574.0,0.0,18.0,241.0,530.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121008700,"Census Tract 87, Fulton County, Georgia",5178,3375.0,29583.0,150600.0,1113.0,465.0,4699.0,0.0,0.0,0.0,0.0,0.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121012300,"Census Tract 123, Fulton County, Georgia",2599,1842.0,48155.0,188100.0,620.0,895.0,1496.0,13.0,9.0,0.0,0.0,84.0,102.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121012000,"Census Tract 120, Fulton County, Georgia",2850,2169.0,28902.0,104000.0,372.0,138.0,2548.0,5.0,53.0,0.0,17.0,47.0,47.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011900,"Census Tract 119, Fulton County, Georgia",3289,2045.0,26032.0,162800.0,880.0,1085.0,1858.0,3.0,124.0,0.0,0.0,40.0,179.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011800,"Census Tract 118, Fulton County, Georgia",2198,973.0,16087.0,301000.0,385.0,362.0,1561.0,0.0,148.0,0.0,0.0,23.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13121011624,"Census Tract 116.24, Fulton County, Georgia",4295,2630.0,184830.0,461400.0,1981.0,2711.0,260.0,11.0,1105.0,0.0,0.0,125.0,94.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050309,"Census Tract 503.09, Gwinnett County, Georgia",8562,6002.0,96490.0,322500.0,3502.0,4132.0,2056.0,6.0,1560.0,0.0,0.0,206.0,608.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050430,"Census Tract 504.30, Gwinnett County, Georgia",5690,3667.0,62458.0,158200.0,1295.0,2659.0,1220.0,36.0,819.0,20.0,12.0,92.0,868.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050714,"Census Tract 507.14, Gwinnett County, Georgia",5657,3620.0,82746.0,224400.0,1746.0,2955.0,1572.0,10.0,483.0,0.0,50.0,141.0,456.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050718,"Census Tract 507.18, Gwinnett County, Georgia",8209,5655.0,90694.0,238700.0,2741.0,4882.0,1770.0,0.0,981.0,0.0,0.0,121.0,455.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050106,"Census Tract 501.06, Gwinnett County, Georgia",12111,7903.0,65826.0,197400.0,2204.0,5457.0,1547.0,12.0,1111.0,0.0,0.0,146.0,3850.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050421,"Census Tract 504.21, Gwinnett County, Georgia",7343,4423.0,36099.0,89600.0,872.0,1079.0,1876.0,0.0,1057.0,0.0,0.0,107.0,3224.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050423,"Census Tract 504.23, Gwinnett County, Georgia",7865,4877.0,48661.0,128400.0,1133.0,1330.0,2338.0,0.0,1452.0,0.0,249.0,249.0,2247.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050511,"Census Tract 505.11, Gwinnett County, Georgia",12501,7853.0,54267.0,158100.0,2337.0,2170.0,2929.0,480.0,2206.0,1.0,31.0,226.0,4938.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050522,"Census Tract 505.22, Gwinnett County, Georgia",5091,3339.0,32685.0,139000.0,686.0,1792.0,1353.0,14.0,373.0,0.0,0.0,280.0,1279.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050720,"Census Tract 507.20, Gwinnett County, Georgia",7414,5195.0,73301.0,212000.0,1844.0,4572.0,1626.0,0.0,284.0,0.0,0.0,96.0,836.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050304,"Census Tract 503.04, Gwinnett County, Georgia",5126,3292.0,40806.0,124200.0,799.0,1137.0,1282.0,227.0,294.0,0.0,5.0,44.0,2350.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050306,"Census Tract 503.06, Gwinnett County, Georgia",3992,2535.0,47955.0,120700.0,369.0,515.0,341.0,0.0,418.0,0.0,13.0,58.0,2647.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050426,"Census Tract 504.26, Gwinnett County, Georgia",7081,4814.0,79309.0,173200.0,1876.0,4238.0,1376.0,0.0,827.0,0.0,0.0,220.0,420.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050712,"Census Tract 507.12, Gwinnett County, Georgia",6972,4612.0,78157.0,201000.0,2270.0,4448.0,996.0,0.0,407.0,0.0,0.0,219.0,902.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050410,"Census Tract 504.10, Gwinnett County, Georgia",6245,4082.0,52759.0,135700.0,743.0,1345.0,1033.0,1.0,1269.0,0.0,0.0,232.0,2365.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050428,"Census Tract 504.28, Gwinnett County, Georgia",6450,4219.0,86118.0,224800.0,1949.0,3189.0,1028.0,62.0,1299.0,11.0,0.0,244.0,617.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050709,"Census Tract 507.09, Gwinnett County, Georgia",13046,7607.0,62154.0,158900.0,2190.0,2966.0,7740.0,17.0,139.0,17.0,284.0,204.0,1696.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050314,"Census Tract 503.14, Gwinnett County, Georgia",9860,6544.0,47396.0,133000.0,1802.0,2122.0,2375.0,20.0,1293.0,0.0,0.0,345.0,3705.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050315,"Census Tract 503.15, Gwinnett County, Georgia",5741,3554.0,47091.0,233000.0,1317.0,2045.0,2059.0,0.0,101.0,0.0,111.0,146.0,1279.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050415,"Census Tract 504.15, Gwinnett County, Georgia",3577,2849.0,66776.0,175500.0,1252.0,1451.0,1883.0,14.0,72.0,0.0,0.0,41.0,116.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050425,"Census Tract 504.25, Gwinnett County, Georgia",5497,3591.0,88141.0,242800.0,1848.0,2997.0,1029.0,11.0,737.0,0.0,0.0,146.0,577.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050429,"Census Tract 504.29, Gwinnett County, Georgia",7429,5121.0,84706.0,191000.0,2373.0,3927.0,1319.0,18.0,1009.0,0.0,24.0,164.0,986.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050105,"Census Tract 501.05, Gwinnett County, Georgia",3977,2350.0,36006.0,110000.0,236.0,1200.0,668.0,16.0,0.0,0.0,0.0,63.0,2030.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050205,"Census Tract 502.05, Gwinnett County, Georgia",4414,3069.0,57197.0,162400.0,1032.0,1612.0,1154.0,0.0,759.0,3.0,13.0,136.0,737.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050308,"Census Tract 503.08, Gwinnett County, Georgia",4105,2612.0,131806.0,421500.0,1690.0,2874.0,218.0,0.0,917.0,0.0,0.0,32.0,64.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050417,"Census Tract 504.17, Gwinnett County, Georgia",6041,3397.0,29288.0,112700.0,436.0,474.0,1359.0,0.0,534.0,0.0,0.0,74.0,3600.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050427,"Census Tract 504.27, Gwinnett County, Georgia",6689,4479.0,78929.0,198200.0,2014.0,3736.0,891.0,0.0,1149.0,0.0,0.0,152.0,761.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050713,"Census Tract 507.13, Gwinnett County, Georgia",7196,4938.0,111929.0,261100.0,2975.0,4485.0,1331.0,15.0,854.0,0.0,66.0,97.0,348.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050719,"Census Tract 507.19, Gwinnett County, Georgia",5688,3634.0,52159.0,139300.0,775.0,1436.0,3086.0,0.0,296.0,0.0,0.0,53.0,817.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050219,"Census Tract 502.19, Gwinnett County, Georgia",3692,2677.0,65913.0,177300.0,1382.0,1481.0,1001.0,5.0,825.0,0.0,0.0,82.0,298.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050211,"Census Tract 502.11, Gwinnett County, Georgia",5411,3330.0,33284.0,152200.0,817.0,621.0,1413.0,105.0,1081.0,0.0,18.0,85.0,2193.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050215,"Census Tract 502.15, Gwinnett County, Georgia",3321,2275.0,60144.0,274500.0,1153.0,698.0,757.0,42.0,1390.0,0.0,0.0,206.0,228.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050216,"Census Tract 502.16, Gwinnett County, Georgia",9422,6439.0,80357.0,278400.0,3256.0,3437.0,948.0,61.0,3788.0,0.0,0.0,106.0,1082.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050527,"Census Tract 505.27, Gwinnett County, Georgia",6099,4002.0,79675.0,193800.0,1665.0,3267.0,1110.0,0.0,653.0,0.0,0.0,276.0,793.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050103,"Census Tract 501.03, Gwinnett County, Georgia",10831,6908.0,71563.0,171300.0,2140.0,6508.0,966.0,30.0,764.0,0.0,12.0,166.0,2415.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050313,"Census Tract 503.13, Gwinnett County, Georgia",8796,5308.0,46377.0,168000.0,1287.0,2367.0,2029.0,0.0,1319.0,0.0,0.0,241.0,2840.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050416,"Census Tract 504.16, Gwinnett County, Georgia",3593,2382.0,62591.0,103700.0,737.0,791.0,1974.0,111.0,54.0,0.0,0.0,72.0,702.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050418,"Census Tract 504.18, Gwinnett County, Georgia",7305,4396.0,36172.0,104900.0,760.0,438.0,1656.0,96.0,497.0,0.0,39.0,39.0,4540.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050422,"Census Tract 504.22, Gwinnett County, Georgia",8184,4396.0,37715.0,116000.0,550.0,443.0,1320.0,0.0,531.0,0.0,53.0,134.0,5703.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050424,"Census Tract 504.24, Gwinnett County, Georgia",7755,4844.0,40670.0,113800.0,1001.0,1246.0,1226.0,0.0,959.0,0.0,23.0,170.0,4131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050520,"Census Tract 505.20, Gwinnett County, Georgia",5245,3399.0,41420.0,207700.0,732.0,1745.0,1808.0,0.0,225.0,0.0,0.0,105.0,1362.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050521,"Census Tract 505.21, Gwinnett County, Georgia",6167,3914.0,49474.0,165700.0,899.0,2263.0,1401.0,0.0,310.0,0.0,24.0,313.0,1856.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050715,"Census Tract 507.15, Gwinnett County, Georgia",5972,3877.0,73095.0,177000.0,1382.0,3184.0,909.0,17.0,653.0,0.0,0.0,38.0,1171.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050310,"Census Tract 503.10, Gwinnett County, Georgia",6220,4730.0,61295.0,197400.0,2271.0,3452.0,1321.0,0.0,541.0,0.0,0.0,115.0,791.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050721,"Census Tract 507.21, Gwinnett County, Georgia",8506,5884.0,63900.0,155600.0,1612.0,3484.0,3498.0,0.0,291.0,0.0,52.0,241.0,940.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050311,"Census Tract 503.11, Gwinnett County, Georgia",2646,1895.0,100284.0,276800.0,1205.0,1625.0,521.0,0.0,304.0,0.0,0.0,35.0,161.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050419,"Census Tract 504.19, Gwinnett County, Georgia",8095,4885.0,50714.0,114800.0,749.0,1122.0,1309.0,0.0,1214.0,0.0,177.0,668.0,3605.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050526,"Census Tract 505.26, Gwinnett County, Georgia",4761,3181.0,46596.0,115900.0,766.0,811.0,1010.0,0.0,807.0,0.0,0.0,22.0,2111.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050431,"Census Tract 504.31, Gwinnett County, Georgia",8367,5080.0,46145.0,249500.0,1815.0,1175.0,2772.0,8.0,1959.0,1.0,0.0,250.0,2210.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050319,"Census Tract 503.19, Gwinnett County, Georgia",6706,3880.0,36067.0,135000.0,655.0,849.0,1066.0,0.0,390.0,0.0,62.0,64.0,4275.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050433,"Census Tract 504.33, Gwinnett County, Georgia",2404,1660.0,45000.0,147700.0,483.0,608.0,586.0,0.0,171.0,0.0,0.0,65.0,974.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050432,"Census Tract 504.32, Gwinnett County, Georgia",6378,4333.0,63327.0,144900.0,1062.0,1836.0,1127.0,0.0,1311.0,0.0,88.0,57.0,1959.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050317,"Census Tract 503.17, Gwinnett County, Georgia",4002,2354.0,40276.0,85200.0,702.0,630.0,1497.0,27.0,111.0,0.0,0.0,44.0,1720.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050321,"Census Tract 503.21, Gwinnett County, Georgia",4663,3335.0,148289.0,403200.0,2346.0,3931.0,68.0,0.0,349.0,0.0,0.0,129.0,186.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050434,"Census Tract 504.34, Gwinnett County, Georgia",8751,5253.0,39773.0,165900.0,623.0,1155.0,919.0,159.0,571.0,0.0,0.0,82.0,6024.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050322,"Census Tract 503.22, Gwinnett County, Georgia",4986,3232.0,130426.0,366900.0,2584.0,4425.0,0.0,0.0,473.0,15.0,0.0,73.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050318,"Census Tract 503.18, Gwinnett County, Georgia",2739,1796.0,53500.0,112900.0,895.0,467.0,1303.0,0.0,208.0,0.0,0.0,0.0,761.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050320,"Census Tract 503.20, Gwinnett County, Georgia",5718,3289.0,33758.0,121100.0,227.0,752.0,1041.0,1.0,711.0,0.0,92.0,34.0,3087.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050220,"Census Tract 502.20, Gwinnett County, Georgia",6317,3813.0,41307.0,269400.0,1630.0,2288.0,1895.0,0.0,578.0,0.0,128.0,216.0,1212.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050214,"Census Tract 502.14, Gwinnett County, Georgia",8903,6138.0,84084.0,242900.0,3354.0,3821.0,1509.0,0.0,2741.0,0.0,0.0,81.0,751.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050218,"Census Tract 502.18, Gwinnett County, Georgia",4265,2785.0,63359.0,167500.0,684.0,1271.0,603.0,0.0,856.0,0.0,5.0,121.0,1409.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050209,"Census Tract 502.09, Gwinnett County, Georgia",8980,6280.0,52595.0,162700.0,2578.0,2842.0,1516.0,0.0,2316.0,0.0,21.0,138.0,2147.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050217,"Census Tract 502.17, Gwinnett County, Georgia",10808,7097.0,75274.0,358300.0,3905.0,3805.0,2447.0,0.0,3595.0,0.0,0.0,250.0,711.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050529,"Census Tract 505.29, Gwinnett County, Georgia",4273,2900.0,59298.0,180000.0,1232.0,2069.0,667.0,0.0,570.0,0.0,0.0,152.0,815.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050530,"Census Tract 505.30, Gwinnett County, Georgia",6428,4160.0,89484.0,213500.0,1787.0,2963.0,1191.0,25.0,1585.0,0.0,11.0,71.0,582.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050538,"Census Tract 505.38, Gwinnett County, Georgia",7684,4973.0,81159.0,192300.0,1890.0,3743.0,1353.0,0.0,1078.0,0.0,64.0,53.0,1393.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050525,"Census Tract 505.25, Gwinnett County, Georgia",8491,5356.0,85122.0,178100.0,2153.0,3849.0,1539.0,23.0,1451.0,0.0,0.0,133.0,1519.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050528,"Census Tract 505.28, Gwinnett County, Georgia",5085,3472.0,99958.0,238200.0,1378.0,2917.0,869.0,0.0,557.0,0.0,0.0,106.0,636.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050605,"Census Tract 506.05, Gwinnett County, Georgia",15002,9452.0,73289.0,204600.0,3091.0,8928.0,2612.0,42.0,709.0,0.0,0.0,579.0,2132.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050606,"Census Tract 506.06, Gwinnett County, Georgia",24632,15438.0,69788.0,215200.0,5812.0,13948.0,4648.0,6.0,3387.0,0.0,0.0,301.0,2342.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050210,"Census Tract 502.10, Gwinnett County, Georgia",7845,5334.0,78333.0,231400.0,2379.0,3892.0,1714.0,0.0,1366.0,0.0,0.0,217.0,656.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050213,"Census Tract 502.13, Gwinnett County, Georgia",12758,7963.0,96720.0,256500.0,3808.0,6156.0,1716.0,14.0,3405.0,0.0,562.0,323.0,582.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050208,"Census Tract 502.08, Gwinnett County, Georgia",6513,4253.0,68981.0,166300.0,1498.0,2718.0,1655.0,0.0,953.0,0.0,30.0,52.0,1105.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050212,"Census Tract 502.12, Gwinnett County, Georgia",13472,8398.0,120787.0,347700.0,5065.0,9337.0,1136.0,73.0,1917.0,0.0,39.0,264.0,706.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050109,"Census Tract 501.09, Gwinnett County, Georgia",7894,4749.0,65169.0,179300.0,1821.0,3683.0,951.0,0.0,1512.0,0.0,0.0,544.0,1204.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050107,"Census Tract 501.07, Gwinnett County, Georgia",7935,4461.0,90257.0,234500.0,1883.0,5102.0,877.0,0.0,452.0,0.0,0.0,469.0,1035.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050108,"Census Tract 501.08, Gwinnett County, Georgia",9578,6085.0,117983.0,273200.0,3341.0,6762.0,948.0,0.0,869.0,0.0,55.0,243.0,701.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050549,"Census Tract 505.49, Gwinnett County, Georgia",5422,3380.0,71971.0,172000.0,1211.0,2708.0,1102.0,0.0,932.0,0.0,17.0,9.0,654.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050540,"Census Tract 505.40, Gwinnett County, Georgia",7330,4790.0,57386.0,166000.0,1660.0,2659.0,2925.0,7.0,411.0,0.0,0.0,191.0,1144.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050729,"Census Tract 507.29, Gwinnett County, Georgia",3341,2220.0,50625.0,107700.0,484.0,928.0,1790.0,0.0,126.0,0.0,53.0,38.0,406.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050722,"Census Tract 507.22, Gwinnett County, Georgia",3600,2167.0,61523.0,168200.0,623.0,937.0,1860.0,0.0,148.0,0.0,0.0,32.0,623.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050725,"Census Tract 507.25, Gwinnett County, Georgia",6758,3994.0,62147.0,141600.0,1211.0,1565.0,4105.0,0.0,178.0,11.0,0.0,141.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050730,"Census Tract 507.30, Gwinnett County, Georgia",6811,4381.0,74776.0,172500.0,1526.0,2368.0,3173.0,98.0,381.0,0.0,85.0,95.0,611.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050728,"Census Tract 507.28, Gwinnett County, Georgia",13992,8894.0,71594.0,157700.0,3178.0,3495.0,9512.0,0.0,475.0,0.0,0.0,126.0,384.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050731,"Census Tract 507.31, Gwinnett County, Georgia",10343,6305.0,64980.0,152600.0,1752.0,3579.0,5099.0,0.0,381.0,0.0,95.0,377.0,812.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050609,"Census Tract 506.09, Gwinnett County, Georgia",12706,7258.0,96602.0,243100.0,3048.0,8325.0,1946.0,0.0,441.0,56.0,0.0,548.0,1390.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050610,"Census Tract 506.10, Gwinnett County, Georgia",17109,10277.0,111481.0,267800.0,5020.0,11238.0,3141.0,130.0,1034.0,0.0,0.0,139.0,1427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050541,"Census Tract 505.41, Gwinnett County, Georgia",5337,2910.0,38018.0,-666666666.0,747.0,559.0,1785.0,0.0,398.0,62.0,14.0,188.0,2331.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050524,"Census Tract 505.24, Gwinnett County, Georgia",6289,3658.0,43723.0,120200.0,636.0,1059.0,1200.0,0.0,343.0,0.0,98.0,127.0,3462.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050547,"Census Tract 505.47, Gwinnett County, Georgia",8354,5452.0,79135.0,200300.0,2269.0,4930.0,1433.0,0.0,858.0,0.0,106.0,269.0,758.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050523,"Census Tract 505.23, Gwinnett County, Georgia",7723,4877.0,55255.0,188600.0,1471.0,2525.0,3079.0,165.0,207.0,0.0,175.0,124.0,1448.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050724,"Census Tract 507.24, Gwinnett County, Georgia",17337,11373.0,79540.0,199400.0,4792.0,8405.0,6865.0,39.0,842.0,0.0,20.0,553.0,613.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050543,"Census Tract 505.43, Gwinnett County, Georgia",7343,4960.0,67188.0,159000.0,1513.0,2375.0,2929.0,27.0,821.0,0.0,27.0,144.0,1047.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050545,"Census Tract 505.45, Gwinnett County, Georgia",13424,7607.0,61481.0,134700.0,1712.0,3676.0,5588.0,0.0,424.0,0.0,96.0,365.0,3275.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050727,"Census Tract 507.27, Gwinnett County, Georgia",11175,7395.0,88666.0,236200.0,2830.0,6690.0,3135.0,82.0,449.0,0.0,49.0,156.0,614.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050548,"Census Tract 505.48, Gwinnett County, Georgia",11283,7131.0,79234.0,190400.0,2279.0,5872.0,2768.0,31.0,605.0,28.0,14.0,302.0,1694.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050546,"Census Tract 505.46, Gwinnett County, Georgia",17153,10030.0,74457.0,174100.0,3570.0,5026.0,8043.0,56.0,835.0,0.0,0.0,283.0,2945.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050726,"Census Tract 507.26, Gwinnett County, Georgia",9754,6060.0,72594.0,181500.0,1778.0,6019.0,2576.0,0.0,382.0,0.0,0.0,24.0,753.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050607,"Census Tract 506.07, Gwinnett County, Georgia",18602,11522.0,90721.0,217500.0,4148.0,10486.0,4593.0,0.0,572.0,0.0,0.0,642.0,2309.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050608,"Census Tract 506.08, Gwinnett County, Georgia",18842,11416.0,71938.0,172800.0,3453.0,10523.0,4919.0,30.0,302.0,0.0,0.0,612.0,2456.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050542,"Census Tract 505.42, Gwinnett County, Georgia",5765,3614.0,42338.0,155400.0,926.0,790.0,2523.0,0.0,663.0,0.0,46.0,98.0,1645.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050536,"Census Tract 505.36, Gwinnett County, Georgia",5150,3219.0,48936.0,137900.0,827.0,1088.0,1613.0,0.0,721.0,0.0,0.0,56.0,1672.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050537,"Census Tract 505.37, Gwinnett County, Georgia",5185,2765.0,37528.0,144700.0,710.0,789.0,2495.0,0.0,326.0,0.0,29.0,152.0,1394.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050539,"Census Tract 505.39, Gwinnett County, Georgia",5826,3458.0,39324.0,114300.0,925.0,760.0,2006.0,20.0,402.0,0.0,18.0,50.0,2590.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050544,"Census Tract 505.44, Gwinnett County, Georgia",12040,7827.0,84501.0,185700.0,3436.0,4488.0,3292.0,39.0,1671.0,0.0,0.0,231.0,2358.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050535,"Census Tract 505.35, Gwinnett County, Georgia",7701,5025.0,56135.0,149800.0,1230.0,1304.0,2680.0,67.0,1303.0,0.0,45.0,163.0,2139.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050532,"Census Tract 505.32, Gwinnett County, Georgia",8520,5453.0,57462.0,142400.0,1554.0,2790.0,2368.0,13.0,989.0,0.0,43.0,107.0,2210.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050534,"Census Tract 505.34, Gwinnett County, Georgia",8782,5462.0,57714.0,131700.0,1386.0,2108.0,2254.0,38.0,1408.0,0.0,32.0,150.0,2792.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050723,"Census Tract 507.23, Gwinnett County, Georgia",8346,5202.0,68963.0,169700.0,1702.0,1838.0,5153.0,0.0,804.0,0.0,11.0,148.0,392.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050435,"Census Tract 504.35, Gwinnett County, Georgia",3744,2406.0,50720.0,115900.0,442.0,873.0,648.0,124.0,215.0,66.0,111.0,128.0,1703.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050531,"Census Tract 505.31, Gwinnett County, Georgia",9481,5007.0,57214.0,157000.0,1328.0,2142.0,1975.0,0.0,724.0,0.0,571.0,0.0,4069.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050533,"Census Tract 505.33, Gwinnett County, Georgia",8367,4905.0,57035.0,152100.0,1135.0,1036.0,1834.0,75.0,2437.0,0.0,49.0,51.0,2960.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13135050436,"Census Tract 504.36, Gwinnett County, Georgia",7852,4705.0,46765.0,154900.0,957.0,1351.0,2551.0,127.0,1394.0,38.0,29.0,113.0,2249.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13143010400,"Census Tract 104, Haralson County, Georgia",7734,5284.0,45127.0,118500.0,859.0,6547.0,627.0,0.0,74.0,0.0,0.0,223.0,263.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13143010301,"Census Tract 103.01, Haralson County, Georgia",3806,2722.0,38564.0,97000.0,171.0,3418.0,138.0,61.0,15.0,0.0,0.0,124.0,50.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13143010302,"Census Tract 103.02, Haralson County, Georgia",7761,5167.0,53182.0,137300.0,846.0,7064.0,388.0,3.0,118.0,0.0,58.0,23.0,107.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13143010200,"Census Tract 102, Haralson County, Georgia",5584,3681.0,42123.0,129400.0,655.0,5385.0,68.0,0.0,0.0,0.0,23.0,108.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13143010100,"Census Tract 101, Haralson County, Georgia",3837,2614.0,42820.0,96200.0,217.0,3781.0,16.0,3.0,14.0,0.0,0.0,23.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13149970100,"Census Tract 9701, Heard County, Georgia",4393,2964.0,36885.0,108700.0,269.0,3496.0,704.0,4.0,0.0,0.0,0.0,173.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13149970300,"Census Tract 9703, Heard County, Georgia",2801,2038.0,40000.0,114600.0,244.0,2358.0,236.0,0.0,57.0,0.0,0.0,107.0,43.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13149970200,"Census Tract 9702, Heard County, Georgia",4413,2912.0,49469.0,84500.0,338.0,4008.0,222.0,1.0,4.0,10.0,0.0,152.0,16.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070403,"Census Tract 704.03, Henry County, Georgia",10857,6735.0,54837.0,153300.0,1590.0,7849.0,2111.0,19.0,0.0,0.0,0.0,68.0,810.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070307,"Census Tract 703.07, Henry County, Georgia",4189,2787.0,77037.0,160200.0,957.0,1982.0,1701.0,11.0,51.0,0.0,0.0,217.0,227.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070104,"Census Tract 701.04, Henry County, Georgia",13339,8746.0,63275.0,165900.0,3480.0,3325.0,7572.0,0.0,1513.0,0.0,200.0,302.0,427.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070202,"Census Tract 702.02, Henry County, Georgia",11410,7517.0,82953.0,211000.0,2341.0,7759.0,2095.0,0.0,378.0,0.0,41.0,298.0,839.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070402,"Census Tract 704.02, Henry County, Georgia",12322,7336.0,71980.0,150200.0,1436.0,10118.0,1562.0,0.0,50.0,0.0,0.0,170.0,422.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070304,"Census Tract 703.04, Henry County, Georgia",11574,7351.0,53110.0,116500.0,1455.0,3355.0,7088.0,0.0,84.0,0.0,0.0,473.0,574.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070106,"Census Tract 701.06, Henry County, Georgia",6587,4220.0,55511.0,121800.0,707.0,3008.0,2663.0,0.0,198.0,0.0,54.0,150.0,514.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070306,"Census Tract 703.06, Henry County, Georgia",10350,6208.0,65088.0,159200.0,1963.0,3950.0,4702.0,0.0,404.0,0.0,0.0,684.0,610.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070203,"Census Tract 702.03, Henry County, Georgia",15745,9671.0,91813.0,193600.0,3496.0,11404.0,3053.0,26.0,39.0,0.0,84.0,440.0,699.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070305,"Census Tract 703.05, Henry County, Georgia",9030,6382.0,90709.0,196600.0,2192.0,3753.0,3846.0,0.0,838.0,0.0,56.0,215.0,322.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070311,"Census Tract 703.11, Henry County, Georgia",12573,7540.0,40762.0,115300.0,1456.0,2465.0,8160.0,0.0,102.0,0.0,11.0,469.0,1366.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070113,"Census Tract 701.13, Henry County, Georgia",3995,2687.0,42848.0,82100.0,454.0,2302.0,693.0,0.0,143.0,0.0,0.0,29.0,828.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070501,"Census Tract 705.01, Henry County, Georgia",7924,4801.0,55053.0,103800.0,677.0,3025.0,3007.0,0.0,44.0,0.0,15.0,329.0,1504.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070502,"Census Tract 705.02, Henry County, Georgia",14510,9247.0,69427.0,157000.0,3003.0,7628.0,5595.0,6.0,494.0,0.0,0.0,309.0,478.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070404,"Census Tract 704.04, Henry County, Georgia",7641,5012.0,50883.0,136700.0,962.0,4060.0,2519.0,0.0,256.0,0.0,83.0,195.0,528.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070204,"Census Tract 702.04, Henry County, Georgia",4918,3095.0,82220.0,178200.0,807.0,3270.0,1441.0,0.0,44.0,0.0,9.0,86.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070310,"Census Tract 703.10, Henry County, Georgia",4500,3053.0,69167.0,129400.0,459.0,2951.0,1175.0,17.0,61.0,0.0,8.0,37.0,251.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070205,"Census Tract 702.05, Henry County, Georgia",10288,6651.0,66214.0,166900.0,2109.0,5557.0,3170.0,0.0,374.0,0.0,0.0,212.0,975.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070309,"Census Tract 703.09, Henry County, Georgia",7572,4907.0,80269.0,182900.0,1987.0,2571.0,3828.0,0.0,842.0,0.0,0.0,0.0,331.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070114,"Census Tract 701.14, Henry County, Georgia",5381,3243.0,46309.0,179700.0,1137.0,1445.0,3342.0,0.0,385.0,0.0,0.0,162.0,47.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070111,"Census Tract 701.11, Henry County, Georgia",9621,5908.0,45273.0,97500.0,1439.0,1312.0,5904.0,33.0,722.0,0.0,0.0,292.0,1358.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070107,"Census Tract 701.07, Henry County, Georgia",6846,4666.0,74904.0,142500.0,1446.0,1966.0,4723.0,0.0,25.0,0.0,0.0,40.0,92.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070109,"Census Tract 701.09, Henry County, Georgia",3526,2383.0,68774.0,150800.0,732.0,1695.0,1570.0,0.0,0.0,0.0,8.0,91.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070110,"Census Tract 701.10, Henry County, Georgia",7631,5225.0,80903.0,154100.0,1698.0,3941.0,3130.0,25.0,28.0,0.0,0.0,154.0,353.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13151070108,"Census Tract 701.08, Henry County, Georgia",5177,3469.0,66509.0,138300.0,838.0,961.0,3837.0,0.0,68.0,0.0,0.0,17.0,294.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13159010100,"Census Tract 101, Jasper County, Georgia",2432,1720.0,39665.0,99200.0,155.0,1851.0,367.0,0.0,5.0,0.0,0.0,11.0,198.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13159010500,"Census Tract 105, Jasper County, Georgia",8473,5865.0,41556.0,123100.0,652.0,5748.0,2320.0,16.0,36.0,0.0,0.0,63.0,290.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13159010200,"Census Tract 102, Jasper County, Georgia",2827,1831.0,49570.0,122000.0,182.0,2511.0,171.0,10.0,0.0,0.0,0.0,90.0,45.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13171970300,"Census Tract 9703, Lamar County, Georgia",3990,2682.0,29516.0,92000.0,220.0,2046.0,1703.0,11.0,95.0,0.0,0.0,44.0,91.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13171970200,"Census Tract 9702, Lamar County, Georgia",7300,4204.0,42535.0,151300.0,849.0,4054.0,2905.0,5.0,31.0,0.0,0.0,251.0,54.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13171970100,"Census Tract 9701, Lamar County, Georgia",6992,4784.0,47823.0,135000.0,1078.0,5787.0,685.0,0.0,12.0,0.0,0.0,238.0,270.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13199970600,"Census Tract 9706, Meriwether County, Georgia",4050,2701.0,38648.0,108300.0,513.0,2121.0,1539.0,8.0,90.0,0.0,13.0,58.0,221.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13199970500,"Census Tract 9705, Meriwether County, Georgia",5206,3438.0,32969.0,75100.0,342.0,3029.0,2016.0,28.0,43.0,0.0,34.0,56.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13199970700,"Census Tract 9707, Meriwether County, Georgia",6911,5070.0,38542.0,102200.0,452.0,4494.0,1973.0,0.0,0.0,0.0,15.0,298.0,131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13199970800,"Census Tract 9708, Meriwether County, Georgia",4985,3522.0,34003.0,80100.0,263.0,2268.0,2588.0,0.0,0.0,0.0,28.0,11.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13211010200,"Census Tract 102, Morgan County, Georgia",3796,2552.0,60304.0,178100.0,422.0,3206.0,480.0,14.0,5.0,0.0,7.0,27.0,57.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13211010300,"Census Tract 103, Morgan County, Georgia",7132,4822.0,52171.0,230200.0,1304.0,4120.0,2867.0,0.0,0.0,0.0,0.0,59.0,86.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13211010500,"Census Tract 105, Morgan County, Georgia",1578,1113.0,59832.0,240000.0,325.0,1359.0,64.0,1.0,6.0,0.0,0.0,33.0,115.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13211010400,"Census Tract 104, Morgan County, Georgia",2833,1935.0,69882.0,222900.0,372.0,2088.0,485.0,9.0,0.0,0.0,8.0,68.0,175.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13211010100,"Census Tract 101, Morgan County, Georgia",2674,1965.0,62946.0,174600.0,310.0,2130.0,342.0,0.0,0.0,0.0,0.0,70.0,132.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100400,"Census Tract 1004, Newton County, Georgia",3154,1840.0,41182.0,83200.0,300.0,2132.0,828.0,0.0,146.0,0.0,0.0,17.0,31.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100600,"Census Tract 1006, Newton County, Georgia",6020,4020.0,49855.0,81500.0,848.0,2572.0,2968.0,32.0,105.0,0.0,0.0,154.0,189.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100800,"Census Tract 1008, Newton County, Georgia",10218,6159.0,51347.0,119600.0,1076.0,7384.0,2100.0,0.0,13.0,0.0,0.0,478.0,243.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100700,"Census Tract 1007, Newton County, Georgia",6226,3787.0,32904.0,78200.0,439.0,2024.0,3661.0,0.0,46.0,0.0,0.0,25.0,470.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100100,"Census Tract 1001, Newton County, Georgia",11070,7855.0,66272.0,168100.0,1673.0,7665.0,2888.0,8.0,51.0,0.0,0.0,272.0,194.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100300,"Census Tract 1003, Newton County, Georgia",9797,5939.0,46227.0,170900.0,1301.0,4402.0,4191.0,0.0,112.0,0.0,0.0,270.0,822.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100903,"Census Tract 1009.03, Newton County, Georgia",6558,4398.0,55369.0,105800.0,874.0,2538.0,3136.0,43.0,257.0,0.0,0.0,0.0,627.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100501,"Census Tract 1005.01, Newton County, Georgia",15611,9201.0,59976.0,110700.0,2247.0,2371.0,11826.0,32.0,93.0,0.0,170.0,301.0,818.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100902,"Census Tract 1009.02, Newton County, Georgia",5874,3642.0,49125.0,111700.0,435.0,2621.0,2441.0,102.0,54.0,0.0,0.0,201.0,455.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100901,"Census Tract 1009.01, Newton County, Georgia",10590,6948.0,60327.0,118000.0,1376.0,5229.0,4514.0,0.0,148.0,124.0,27.0,287.0,261.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100201,"Census Tract 1002.01, Newton County, Georgia",6155,3989.0,68235.0,202100.0,741.0,5104.0,930.0,23.0,0.0,0.0,0.0,10.0,107.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100202,"Census Tract 1002.02, Newton County, Georgia",5319,3748.0,84904.0,173000.0,1086.0,4884.0,340.0,0.0,0.0,0.0,32.0,32.0,31.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13217100502,"Census Tract 1005.02, Newton County, Georgia",8450,5378.0,45926.0,110700.0,907.0,2242.0,4919.0,76.0,16.0,0.0,0.0,132.0,1141.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120202,"Census Tract 1202.02, Paulding County, Georgia",7319,5209.0,56909.0,155900.0,1523.0,4758.0,1852.0,36.0,0.0,0.0,36.0,150.0,487.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120400,"Census Tract 1204, Paulding County, Georgia",18066,10915.0,52867.0,113100.0,1778.0,13647.0,2743.0,20.0,221.0,0.0,0.0,455.0,980.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120104,"Census Tract 1201.04, Paulding County, Georgia",2824,1939.0,67778.0,174900.0,408.0,2698.0,48.0,0.0,34.0,0.0,0.0,23.0,21.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120604,"Census Tract 1206.04, Paulding County, Georgia",5685,3513.0,69167.0,142700.0,930.0,3940.0,1333.0,0.0,0.0,0.0,0.0,53.0,359.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120601,"Census Tract 1206.01, Paulding County, Georgia",5097,3461.0,63302.0,132700.0,839.0,2362.0,1770.0,10.0,134.0,0.0,36.0,131.0,654.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120603,"Census Tract 1206.03, Paulding County, Georgia",6647,4256.0,63545.0,137300.0,1024.0,4516.0,1918.0,69.0,43.0,0.0,0.0,23.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120501,"Census Tract 1205.01, Paulding County, Georgia",6719,4540.0,54881.0,124900.0,868.0,4093.0,2107.0,0.0,0.0,0.0,0.0,89.0,430.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120203,"Census Tract 1202.03, Paulding County, Georgia",5280,3656.0,69621.0,145400.0,746.0,4802.0,265.0,34.0,42.0,0.0,0.0,51.0,86.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120101,"Census Tract 1201.01, Paulding County, Georgia",13319,8434.0,100787.0,235800.0,4107.0,10296.0,1567.0,33.0,128.0,0.0,0.0,453.0,842.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120502,"Census Tract 1205.02, Paulding County, Georgia",8913,6056.0,60471.0,127400.0,1142.0,7237.0,567.0,0.0,0.0,0.0,0.0,238.0,871.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120503,"Census Tract 1205.03, Paulding County, Georgia",5318,3501.0,64271.0,149100.0,775.0,4254.0,676.0,0.0,148.0,0.0,0.0,77.0,163.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120301,"Census Tract 1203.01, Paulding County, Georgia",5848,3732.0,50500.0,140400.0,767.0,3603.0,1380.0,19.0,252.0,0.0,19.0,185.0,390.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120605,"Census Tract 1206.05, Paulding County, Georgia",5860,3824.0,65597.0,145400.0,620.0,4689.0,705.0,13.0,78.0,0.0,21.0,228.0,139.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120602,"Census Tract 1206.02, Paulding County, Georgia",10212,6369.0,69217.0,142000.0,1630.0,6729.0,2666.0,32.0,107.0,0.0,0.0,57.0,621.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120204,"Census Tract 1202.04, Paulding County, Georgia",7630,4733.0,59536.0,160900.0,958.0,5930.0,1273.0,0.0,0.0,0.0,0.0,90.0,337.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120303,"Census Tract 1203.03, Paulding County, Georgia",1959,1252.0,56875.0,119000.0,184.0,1656.0,99.0,0.0,0.0,0.0,31.0,36.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120102,"Census Tract 1201.02, Paulding County, Georgia",12956,7737.0,77072.0,170700.0,2066.0,9429.0,1740.0,23.0,93.0,0.0,122.0,264.0,1285.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120103,"Census Tract 1201.03, Paulding County, Georgia",10539,6751.0,82460.0,206200.0,2149.0,8921.0,910.0,0.0,156.0,0.0,0.0,121.0,431.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13223120302,"Census Tract 1203.02, Paulding County, Georgia",12208,7410.0,56840.0,141200.0,1197.0,7739.0,3652.0,0.0,0.0,52.0,0.0,210.0,555.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13227050400,"Census Tract 504, Pickens County, Georgia",3687,2511.0,52857.0,160200.0,390.0,3509.0,27.0,0.0,0.0,0.0,0.0,151.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13227050100,"Census Tract 501, Pickens County, Georgia",5444,4687.0,92243.0,342200.0,2579.0,5256.0,10.0,0.0,0.0,7.0,0.0,43.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13227050200,"Census Tract 502, Pickens County, Georgia",6322,4764.0,50540.0,186700.0,888.0,5536.0,105.0,0.0,64.0,0.0,0.0,134.0,483.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13227050600,"Census Tract 506, Pickens County, Georgia",5786,3933.0,63349.0,150900.0,795.0,5463.0,3.0,0.0,42.0,0.0,0.0,195.0,83.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13227050300,"Census Tract 503, Pickens County, Georgia",4441,3030.0,52642.0,137100.0,364.0,4224.0,0.0,22.0,44.0,0.0,0.0,70.0,88.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13227050500,"Census Tract 505, Pickens County, Georgia",4663,3162.0,63194.0,188900.0,476.0,4428.0,3.0,0.0,14.0,3.0,0.0,74.0,141.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13231010100,"Census Tract 101, Pike County, Georgia",6933,4845.0,50570.0,165100.0,771.0,5943.0,750.0,0.0,17.0,0.0,0.0,153.0,70.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13231010200,"Census Tract 102, Pike County, Georgia",3552,2313.0,66402.0,188000.0,346.0,3231.0,185.0,0.0,6.0,0.0,0.0,13.0,117.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13231010400,"Census Tract 104, Pike County, Georgia",3216,2313.0,46782.0,128200.0,517.0,3022.0,132.0,0.0,8.0,0.0,0.0,28.0,26.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13231010300,"Census Tract 103, Pike County, Georgia",4218,2676.0,52500.0,126600.0,367.0,3340.0,774.0,0.0,0.0,0.0,0.0,44.0,60.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060202,"Census Tract 602.02, Rockdale County, Georgia",10428,6687.0,63750.0,150400.0,2114.0,2862.0,5769.0,38.0,335.0,0.0,43.0,455.0,926.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060307,"Census Tract 603.07, Rockdale County, Georgia",10853,7331.0,62929.0,196200.0,2470.0,2071.0,7633.0,0.0,394.0,0.0,0.0,257.0,498.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060309,"Census Tract 603.09, Rockdale County, Georgia",5618,3330.0,35786.0,93700.0,652.0,1237.0,3533.0,0.0,99.0,0.0,0.0,0.0,749.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060405,"Census Tract 604.05, Rockdale County, Georgia",7242,4893.0,59972.0,151500.0,1240.0,3046.0,3662.0,0.0,87.0,0.0,16.0,30.0,401.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060406,"Census Tract 604.06, Rockdale County, Georgia",5469,4149.0,64660.0,153900.0,1124.0,2728.0,2030.0,0.0,260.0,0.0,34.0,81.0,336.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060102,"Census Tract 601.02, Rockdale County, Georgia",5315,3643.0,55000.0,162900.0,826.0,3317.0,1864.0,50.0,32.0,0.0,0.0,0.0,52.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060201,"Census Tract 602.01, Rockdale County, Georgia",4896,2664.0,36393.0,86200.0,344.0,978.0,991.0,0.0,62.0,0.0,34.0,32.0,2799.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060308,"Census Tract 603.08, Rockdale County, Georgia",8408,4678.0,43447.0,119100.0,885.0,1793.0,5666.0,17.0,52.0,220.0,0.0,104.0,567.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060404,"Census Tract 604.04, Rockdale County, Georgia",6188,4248.0,65547.0,118900.0,1265.0,3292.0,2398.0,0.0,210.0,0.0,0.0,151.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060304,"Census Tract 603.04, Rockdale County, Georgia",5429,3621.0,42125.0,162300.0,1022.0,1426.0,2847.0,0.0,94.0,0.0,0.0,80.0,982.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060407,"Census Tract 604.07, Rockdale County, Georgia",3410,2177.0,64561.0,126900.0,566.0,1969.0,1248.0,0.0,41.0,0.0,7.0,0.0,145.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060305,"Census Tract 603.05, Rockdale County, Georgia",5588,3400.0,41307.0,104800.0,568.0,1179.0,3122.0,0.0,33.0,0.0,0.0,159.0,1095.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060101,"Census Tract 601.01, Rockdale County, Georgia",3123,2402.0,54276.0,97200.0,293.0,2156.0,742.0,0.0,9.0,0.0,0.0,16.0,200.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060306,"Census Tract 603.06, Rockdale County, Georgia",2903,1909.0,63036.0,163600.0,611.0,710.0,2116.0,0.0,0.0,0.0,0.0,62.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13247060403,"Census Tract 604.03, Rockdale County, Georgia",3612,2537.0,76645.0,196700.0,880.0,1829.0,1541.0,0.0,40.0,0.0,0.0,74.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160300,"Census Tract 1603, Spalding County, Georgia",3679,2513.0,23271.0,76800.0,248.0,828.0,2674.0,4.0,0.0,0.0,0.0,30.0,143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160900,"Census Tract 1609, Spalding County, Georgia",2553,1634.0,33229.0,59700.0,72.0,1276.0,1036.0,8.0,20.0,0.0,0.0,29.0,184.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160200,"Census Tract 1602, Spalding County, Georgia",6569,5206.0,62610.0,163900.0,1030.0,4876.0,1193.0,124.0,129.0,0.0,0.0,14.0,233.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160500,"Census Tract 1605, Spalding County, Georgia",6548,4301.0,36288.0,97500.0,795.0,2847.0,2748.0,49.0,0.0,19.0,0.0,224.0,661.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255161000,"Census Tract 1610, Spalding County, Georgia",5318,3737.0,44281.0,120200.0,482.0,4291.0,849.0,30.0,0.0,0.0,0.0,134.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160100,"Census Tract 1601, Spalding County, Georgia",5796,3896.0,46712.0,106400.0,522.0,4870.0,525.0,0.0,0.0,0.0,0.0,107.0,294.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160400,"Census Tract 1604, Spalding County, Georgia",5230,3062.0,24865.0,71000.0,91.0,2151.0,2620.0,0.0,0.0,0.0,44.0,103.0,312.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255161200,"Census Tract 1612, Spalding County, Georgia",8649,5811.0,54351.0,130300.0,1611.0,5711.0,2347.0,0.0,360.0,0.0,0.0,39.0,192.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160600,"Census Tract 1606, Spalding County, Georgia",3865,2811.0,56429.0,118400.0,489.0,3727.0,46.0,0.0,0.0,0.0,0.0,13.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255161100,"Census Tract 1611, Spalding County, Georgia",3989,2709.0,61107.0,127900.0,939.0,3239.0,424.0,24.0,93.0,0.0,13.0,71.0,125.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160700,"Census Tract 1607, Spalding County, Georgia",7258,4703.0,35192.0,82000.0,555.0,3469.0,3558.0,12.0,0.0,0.0,0.0,137.0,82.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13255160800,"Census Tract 1608, Spalding County, Georgia",4738,2810.0,25257.0,54900.0,164.0,827.0,3382.0,8.0,0.0,0.0,0.0,49.0,472.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110601,"Census Tract 1106.01, Walton County, Georgia",4887,3350.0,72950.0,156500.0,639.0,4070.0,501.0,0.0,47.0,7.0,53.0,102.0,107.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110507,"Census Tract 1105.07, Walton County, Georgia",8017,5278.0,66120.0,166800.0,1130.0,5903.0,1122.0,0.0,194.0,0.0,72.0,281.0,445.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110506,"Census Tract 1105.06, Walton County, Georgia",5379,3842.0,71850.0,189400.0,852.0,4537.0,440.0,0.0,22.0,0.0,0.0,104.0,276.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110603,"Census Tract 1106.03, Walton County, Georgia",4803,3133.0,51899.0,140000.0,290.0,4368.0,145.0,0.0,40.0,0.0,0.0,132.0,118.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110100,"Census Tract 1101, Walton County, Georgia",9164,6555.0,62065.0,213200.0,1656.0,7572.0,544.0,0.0,145.0,0.0,383.0,61.0,459.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110200,"Census Tract 1102, Walton County, Georgia",4386,3078.0,46553.0,158800.0,575.0,3979.0,378.0,0.0,0.0,0.0,0.0,0.0,29.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110400,"Census Tract 1104, Walton County, Georgia",6695,3989.0,34682.0,117100.0,530.0,3147.0,3263.0,0.0,122.0,0.0,31.0,77.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110800,"Census Tract 1108, Walton County, Georgia",6658,4650.0,53433.0,126800.0,504.0,4303.0,1817.0,106.0,0.0,45.0,0.0,17.0,370.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110300,"Census Tract 1103, Walton County, Georgia",6558,3906.0,36199.0,149500.0,422.0,3591.0,2690.0,0.0,21.0,0.0,0.0,108.0,148.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110700,"Census Tract 1107, Walton County, Georgia",8279,5478.0,45853.0,140000.0,978.0,6219.0,1837.0,0.0,0.0,0.0,0.0,75.0,148.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110504,"Census Tract 1105.04, Walton County, Georgia",5088,2891.0,54928.0,148300.0,592.0,3731.0,347.0,0.0,186.0,0.0,92.0,33.0,699.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110508,"Census Tract 1105.08, Walton County, Georgia",5150,3492.0,70417.0,192200.0,893.0,4222.0,506.0,0.0,55.0,0.0,0.0,40.0,327.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110503,"Census Tract 1105.03, Walton County, Georgia",3670,2440.0,67396.0,168100.0,692.0,3161.0,252.0,0.0,70.0,0.0,0.0,50.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110505,"Census Tract 1105.05, Walton County, Georgia",4445,2706.0,65071.0,180400.0,497.0,3510.0,622.0,82.0,0.0,12.0,0.0,70.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +13297110602,"Census Tract 1106.02, Walton County, Georgia",5516,3592.0,64688.0,198200.0,824.0,5048.0,155.0,0.0,188.0,0.0,0.0,35.0,90.0,Atlanta,Atlanta-Sandy Springs-Alpharetta +06001437102,"Census Tract 4371.02, Alameda County, California",4586,3144.0,72168.0,384400.0,692.0,463.0,389.0,42.0,1813.0,24.0,11.0,307.0,1570.0,Oakland,San Francisco-Oakland-Berkeley +06001437701,"Census Tract 4377.01, Alameda County, California",3745,2186.0,58197.0,310700.0,252.0,438.0,371.0,39.0,303.0,160.0,0.0,202.0,2232.0,Oakland,San Francisco-Oakland-Berkeley +06001437101,"Census Tract 4371.01, Alameda County, California",7186,4988.0,109435.0,582400.0,1994.0,1001.0,427.0,15.0,3623.0,227.0,9.0,407.0,1477.0,Oakland,San Francisco-Oakland-Berkeley +06001450744,"Census Tract 4507.44, Alameda County, California",5930,3856.0,137566.0,838000.0,2209.0,3384.0,99.0,61.0,1651.0,23.0,0.0,101.0,624.0,Oakland,San Francisco-Oakland-Berkeley +06001450752,"Census Tract 4507.52, Alameda County, California",5854,3800.0,195250.0,1008600.0,2496.0,1328.0,254.0,15.0,3514.0,10.0,0.0,265.0,468.0,Oakland,San Francisco-Oakland-Berkeley +06001450751,"Census Tract 4507.51, Alameda County, California",8963,5834.0,194417.0,922500.0,4576.0,2009.0,111.0,0.0,6020.0,28.0,0.0,362.0,433.0,Oakland,San Francisco-Oakland-Berkeley +06001450750,"Census Tract 4507.50, Alameda County, California",4844,3465.0,107306.0,533400.0,2258.0,1751.0,200.0,0.0,1959.0,82.0,0.0,193.0,659.0,Oakland,San Francisco-Oakland-Berkeley +06001450502,"Census Tract 4505.02, Alameda County, California",5564,3776.0,158242.0,899000.0,2472.0,3071.0,136.0,36.0,1534.0,0.0,0.0,345.0,442.0,Oakland,San Francisco-Oakland-Berkeley +06001450501,"Census Tract 4505.01, Alameda County, California",3341,2421.0,126850.0,637700.0,1502.0,2061.0,77.0,19.0,787.0,0.0,0.0,125.0,272.0,Oakland,San Francisco-Oakland-Berkeley +06001444602,"Census Tract 4446.02, Alameda County, California",4429,3293.0,104759.0,491400.0,1863.0,892.0,282.0,19.0,2565.0,29.0,0.0,206.0,447.0,Oakland,San Francisco-Oakland-Berkeley +06001444301,"Census Tract 4443.01, Alameda County, California",4164,2729.0,106103.0,660000.0,942.0,1368.0,217.0,0.0,1076.0,70.0,0.0,170.0,1263.0,Oakland,San Francisco-Oakland-Berkeley +06001442302,"Census Tract 4423.02, Alameda County, California",5988,4192.0,80233.0,618300.0,1993.0,1202.0,565.0,15.0,3213.0,24.0,0.0,246.0,723.0,Oakland,San Francisco-Oakland-Berkeley +06001410500,"Census Tract 4105, Alameda County, California",2209,1394.0,25536.0,631900.0,297.0,150.0,1440.0,8.0,340.0,20.0,7.0,99.0,145.0,Oakland,San Francisco-Oakland-Berkeley +06001405902,"Census Tract 4059.02, Alameda County, California",3101,1978.0,36000.0,407600.0,367.0,273.0,424.0,31.0,1480.0,56.0,20.0,42.0,787.0,Oakland,San Francisco-Oakland-Berkeley +06001451704,"Census Tract 4517.04, Alameda County, California",4668,3242.0,107321.0,694300.0,1546.0,3560.0,64.0,16.0,243.0,34.0,0.0,107.0,644.0,Oakland,San Francisco-Oakland-Berkeley +06001451506,"Census Tract 4515.06, Alameda County, California",3482,2225.0,78013.0,597300.0,680.0,1393.0,49.0,0.0,265.0,27.0,0.0,139.0,1609.0,Oakland,San Francisco-Oakland-Berkeley +06001983200,"Census Tract 9832, Alameda County, California",573,524.0,159044.0,588200.0,395.0,292.0,33.0,12.0,170.0,0.0,0.0,18.0,55.0,Oakland,San Francisco-Oakland-Berkeley +06001982000,"Census Tract 9820, Alameda County, California",66,56.0,124063.0,388900.0,37.0,37.0,18.0,0.0,4.0,0.0,0.0,0.0,7.0,Oakland,San Francisco-Oakland-Berkeley +06001451505,"Census Tract 4515.05, Alameda County, California",3434,2474.0,153194.0,738100.0,1076.0,2680.0,0.0,12.0,186.0,0.0,0.0,50.0,518.0,Oakland,San Francisco-Oakland-Berkeley +06001451504,"Census Tract 4515.04, Alameda County, California",1742,1195.0,114671.0,601300.0,533.0,1113.0,41.0,0.0,148.0,0.0,26.0,58.0,356.0,Oakland,San Francisco-Oakland-Berkeley +06001450746,"Census Tract 4507.46, Alameda County, California",3616,2462.0,117292.0,741300.0,1297.0,2414.0,10.0,5.0,738.0,0.0,32.0,111.0,306.0,Oakland,San Francisco-Oakland-Berkeley +06001444601,"Census Tract 4446.01, Alameda County, California",5478,4056.0,114318.0,654000.0,1141.0,1839.0,260.0,5.0,1649.0,70.0,8.0,183.0,1464.0,Oakland,San Francisco-Oakland-Berkeley +06001443321,"Census Tract 4433.21, Alameda County, California",3428,2307.0,123531.0,578600.0,1470.0,314.0,45.0,0.0,2557.0,0.0,7.0,81.0,424.0,Oakland,San Francisco-Oakland-Berkeley +06001443105,"Census Tract 4431.05, Alameda County, California",4493,3220.0,160250.0,1153300.0,2403.0,583.0,64.0,3.0,3665.0,83.0,0.0,95.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06001443104,"Census Tract 4431.04, Alameda County, California",5535,3555.0,139139.0,1145500.0,2486.0,952.0,40.0,3.0,4155.0,0.0,15.0,171.0,199.0,Oakland,San Francisco-Oakland-Berkeley +06001442602,"Census Tract 4426.02, Alameda County, California",4947,3251.0,103056.0,867100.0,1367.0,1638.0,282.0,4.0,1538.0,11.0,0.0,58.0,1416.0,Oakland,San Francisco-Oakland-Berkeley +06001441524,"Census Tract 4415.24, Alameda County, California",4432,2892.0,146250.0,810800.0,2175.0,426.0,79.0,12.0,3644.0,16.0,0.0,58.0,197.0,Oakland,San Francisco-Oakland-Berkeley +06001440333,"Census Tract 4403.33, Alameda County, California",3073,2265.0,127292.0,756700.0,1028.0,464.0,212.0,12.0,2007.0,11.0,0.0,207.0,160.0,Oakland,San Francisco-Oakland-Berkeley +06001433104,"Census Tract 4331.04, Alameda County, California",3839,2862.0,48646.0,355100.0,1067.0,1209.0,593.0,27.0,548.0,19.0,5.0,276.0,1169.0,Oakland,San Francisco-Oakland-Berkeley +06001425104,"Census Tract 4251.04, Alameda County, California",3421,2801.0,65847.0,448900.0,1670.0,1413.0,848.0,21.0,573.0,0.0,0.0,119.0,468.0,Oakland,San Francisco-Oakland-Berkeley +06001438203,"Census Tract 4382.03, Alameda County, California",4295,3299.0,69745.0,409600.0,583.0,792.0,199.0,20.0,2142.0,46.0,0.0,98.0,1004.0,Oakland,San Francisco-Oakland-Berkeley +06001438400,"Census Tract 4384, Alameda County, California",2416,1729.0,79671.0,451100.0,340.0,487.0,125.0,5.0,976.0,53.0,0.0,32.0,740.0,Oakland,San Francisco-Oakland-Berkeley +06001435400,"Census Tract 4354, Alameda County, California",4360,2849.0,55649.0,447100.0,980.0,919.0,826.0,9.0,591.0,34.0,0.0,328.0,1662.0,Oakland,San Francisco-Oakland-Berkeley +06001436000,"Census Tract 4360, Alameda County, California",4486,3137.0,87872.0,474400.0,881.0,1544.0,28.0,100.0,1025.0,10.0,0.0,176.0,1677.0,Oakland,San Francisco-Oakland-Berkeley +06001436601,"Census Tract 4366.01, Alameda County, California",6915,4638.0,71250.0,388700.0,763.0,792.0,731.0,22.0,1211.0,142.0,12.0,401.0,3624.0,Oakland,San Francisco-Oakland-Berkeley +06001437200,"Census Tract 4372, Alameda County, California",7864,5673.0,85052.0,509600.0,1749.0,1408.0,439.0,58.0,3305.0,31.0,32.0,355.0,2236.0,Oakland,San Francisco-Oakland-Berkeley +06001440305,"Census Tract 4403.05, Alameda County, California",4105,3064.0,117105.0,677900.0,1021.0,653.0,279.0,25.0,2285.0,134.0,5.0,139.0,607.0,Oakland,San Francisco-Oakland-Berkeley +06001440306,"Census Tract 4403.06, Alameda County, California",4222,2875.0,81174.0,469100.0,825.0,431.0,395.0,13.0,2805.0,104.0,30.0,106.0,338.0,Oakland,San Francisco-Oakland-Berkeley +06001440332,"Census Tract 4403.32, Alameda County, California",3612,2594.0,162986.0,860500.0,1427.0,325.0,29.0,2.0,2878.0,28.0,29.0,198.0,123.0,Oakland,San Francisco-Oakland-Berkeley +06001441521,"Census Tract 4415.21, Alameda County, California",6282,4408.0,139219.0,795000.0,2444.0,1077.0,82.0,73.0,4395.0,86.0,0.0,220.0,417.0,Oakland,San Francisco-Oakland-Berkeley +06001442900,"Census Tract 4429, Alameda County, California",7909,5479.0,107824.0,657800.0,2358.0,2224.0,266.0,24.0,3277.0,313.0,15.0,270.0,1520.0,Oakland,San Francisco-Oakland-Berkeley +06001443002,"Census Tract 4430.02, Alameda County, California",6822,4619.0,92455.0,682700.0,1476.0,1499.0,78.0,20.0,3746.0,0.0,11.0,141.0,1337.0,Oakland,San Francisco-Oakland-Berkeley +06001443103,"Census Tract 4431.03, Alameda County, California",4003,2959.0,224931.0,1635400.0,2418.0,353.0,83.0,3.0,3375.0,0.0,0.0,130.0,59.0,Oakland,San Francisco-Oakland-Berkeley +06001450400,"Census Tract 4504, Alameda County, California",6097,4206.0,96050.0,610100.0,1857.0,4209.0,103.0,0.0,1055.0,28.0,0.0,166.0,536.0,Oakland,San Francisco-Oakland-Berkeley +06001450603,"Census Tract 4506.03, Alameda County, California",5318,3702.0,133711.0,740500.0,1764.0,3101.0,58.0,9.0,1440.0,0.0,0.0,141.0,569.0,Oakland,San Francisco-Oakland-Berkeley +06001450606,"Census Tract 4506.06, Alameda County, California",6209,4259.0,176563.0,958400.0,2771.0,3787.0,40.0,51.0,1368.0,13.0,0.0,520.0,430.0,Oakland,San Francisco-Oakland-Berkeley +06001451102,"Census Tract 4511.02, Alameda County, California",4163,2943.0,179397.0,1065000.0,1869.0,3267.0,12.0,19.0,384.0,0.0,0.0,167.0,314.0,Oakland,San Francisco-Oakland-Berkeley +06001451202,"Census Tract 4512.02, Alameda County, California",4685,3463.0,127500.0,594000.0,1430.0,2850.0,45.0,5.0,750.0,0.0,0.0,131.0,904.0,Oakland,San Francisco-Oakland-Berkeley +06001422700,"Census Tract 4227, Alameda County, California",5207,1157.0,30078.0,-666666666.0,702.0,2473.0,138.0,0.0,1516.0,11.0,0.0,252.0,817.0,Oakland,San Francisco-Oakland-Berkeley +06001422400,"Census Tract 4224, Alameda County, California",4187,2403.0,58421.0,901900.0,2024.0,2228.0,70.0,0.0,1347.0,0.0,0.0,192.0,350.0,Oakland,San Francisco-Oakland-Berkeley +06001422500,"Census Tract 4225, Alameda County, California",4136,2154.0,63125.0,858100.0,1708.0,2113.0,104.0,11.0,1176.0,17.0,0.0,312.0,408.0,Oakland,San Francisco-Oakland-Berkeley +06001422600,"Census Tract 4226, Alameda County, California",1421,306.0,250001.0,2000001.0,290.0,542.0,41.0,0.0,586.0,0.0,0.0,61.0,191.0,Oakland,San Francisco-Oakland-Berkeley +06001423100,"Census Tract 4231, Alameda County, California",4319,3162.0,67786.0,691100.0,2034.0,2087.0,630.0,0.0,769.0,0.0,11.0,328.0,494.0,Oakland,San Francisco-Oakland-Berkeley +06001426100,"Census Tract 4261, Alameda County, California",6339,4332.0,211327.0,2000001.0,3731.0,4679.0,88.0,13.0,1128.0,0.0,0.0,228.0,203.0,Oakland,San Francisco-Oakland-Berkeley +06001427300,"Census Tract 4273, Alameda County, California",5169,3808.0,95694.0,683800.0,1999.0,2098.0,344.0,4.0,1978.0,34.0,0.0,216.0,495.0,Oakland,San Francisco-Oakland-Berkeley +06001427600,"Census Tract 4276, Alameda County, California",5680,3646.0,53873.0,443800.0,1347.0,1318.0,1237.0,5.0,1884.0,84.0,17.0,423.0,712.0,Oakland,San Francisco-Oakland-Berkeley +06001427900,"Census Tract 4279, Alameda County, California",4951,4012.0,93071.0,846100.0,1996.0,2432.0,290.0,29.0,1357.0,0.0,0.0,225.0,618.0,Oakland,San Francisco-Oakland-Berkeley +06001428302,"Census Tract 4283.02, Alameda County, California",7472,5431.0,133916.0,889300.0,3509.0,3015.0,302.0,0.0,3149.0,23.0,37.0,351.0,595.0,Oakland,San Francisco-Oakland-Berkeley +06001428600,"Census Tract 4286, Alameda County, California",3412,2748.0,84091.0,622400.0,1453.0,1365.0,344.0,76.0,1175.0,0.0,0.0,269.0,231.0,Oakland,San Francisco-Oakland-Berkeley +06001430800,"Census Tract 4308, Alameda County, California",5457,3866.0,81133.0,602600.0,1244.0,2881.0,88.0,19.0,1153.0,113.0,0.0,210.0,1006.0,Oakland,San Francisco-Oakland-Berkeley +06001433600,"Census Tract 4336, Alameda County, California",5757,4257.0,49720.0,446400.0,1063.0,1214.0,489.0,97.0,2701.0,35.0,0.0,161.0,1060.0,Oakland,San Francisco-Oakland-Berkeley +06001437400,"Census Tract 4374, Alameda County, California",3334,2248.0,78456.0,424800.0,387.0,576.0,89.0,56.0,710.0,128.0,18.0,21.0,1780.0,Oakland,San Francisco-Oakland-Berkeley +06001438201,"Census Tract 4382.01, Alameda County, California",5001,3446.0,65192.0,240800.0,527.0,475.0,337.0,32.0,1175.0,95.0,14.0,131.0,2774.0,Oakland,San Francisco-Oakland-Berkeley +06001440100,"Census Tract 4401, Alameda County, California",2447,1938.0,78292.0,480800.0,659.0,957.0,62.0,9.0,903.0,11.0,0.0,51.0,454.0,Oakland,San Francisco-Oakland-Berkeley +06001441301,"Census Tract 4413.01, Alameda County, California",3184,2174.0,122850.0,900200.0,1491.0,680.0,105.0,5.0,2036.0,0.0,10.0,89.0,259.0,Oakland,San Francisco-Oakland-Berkeley +06001421800,"Census Tract 4218, Alameda County, California",2241,1755.0,126146.0,848100.0,1423.0,1580.0,62.0,7.0,332.0,0.0,4.0,179.0,77.0,Oakland,San Francisco-Oakland-Berkeley +06001423000,"Census Tract 4230, Alameda County, California",4679,3503.0,69125.0,676800.0,2520.0,2711.0,157.0,51.0,910.0,0.0,0.0,277.0,598.0,Oakland,San Francisco-Oakland-Berkeley +06001428100,"Census Tract 4281, Alameda County, California",4866,3427.0,95305.0,837800.0,1685.0,2748.0,189.0,6.0,1042.0,19.0,44.0,167.0,651.0,Oakland,San Francisco-Oakland-Berkeley +06001428400,"Census Tract 4284, Alameda County, California",4516,3537.0,77266.0,642900.0,1848.0,1905.0,426.0,95.0,1286.0,25.0,4.0,210.0,650.0,Oakland,San Francisco-Oakland-Berkeley +06001430200,"Census Tract 4302, Alameda County, California",6690,4935.0,115963.0,698700.0,2415.0,4234.0,159.0,95.0,1258.0,1.0,41.0,256.0,660.0,Oakland,San Francisco-Oakland-Berkeley +06001432200,"Census Tract 4322, Alameda County, California",4487,3288.0,66229.0,634000.0,1150.0,1582.0,884.0,76.0,534.0,28.0,59.0,188.0,1207.0,Oakland,San Francisco-Oakland-Berkeley +06001432400,"Census Tract 4324, Alameda County, California",6461,4188.0,65753.0,421100.0,734.0,1368.0,375.0,27.0,2183.0,32.0,0.0,134.0,2369.0,Oakland,San Francisco-Oakland-Berkeley +06001433800,"Census Tract 4338, Alameda County, California",8282,5552.0,58234.0,380600.0,1115.0,1324.0,699.0,19.0,2971.0,7.0,0.0,47.0,3231.0,Oakland,San Francisco-Oakland-Berkeley +06001434000,"Census Tract 4340, Alameda County, California",5357,3356.0,45638.0,410900.0,511.0,698.0,929.0,49.0,757.0,0.0,0.0,136.0,2822.0,Oakland,San Francisco-Oakland-Berkeley +06001435102,"Census Tract 4351.02, Alameda County, California",5979,3504.0,110710.0,644500.0,1990.0,2339.0,626.0,14.0,1195.0,14.0,26.0,335.0,1438.0,Oakland,San Francisco-Oakland-Berkeley +06001435500,"Census Tract 4355, Alameda County, California",4059,2945.0,53861.0,443500.0,640.0,1142.0,395.0,57.0,416.0,156.0,16.0,52.0,1857.0,Oakland,San Francisco-Oakland-Berkeley +06001438000,"Census Tract 4380, Alameda County, California",3877,2839.0,88250.0,603800.0,851.0,1128.0,67.0,12.0,1166.0,0.0,0.0,70.0,1446.0,Oakland,San Francisco-Oakland-Berkeley +06001440307,"Census Tract 4403.07, Alameda County, California",4445,3481.0,55781.0,246100.0,1034.0,936.0,181.0,9.0,2366.0,31.0,0.0,154.0,777.0,Oakland,San Francisco-Oakland-Berkeley +06001441401,"Census Tract 4414.01, Alameda County, California",8092,5382.0,122793.0,668300.0,2421.0,1652.0,409.0,10.0,4364.0,125.0,0.0,510.0,1022.0,Oakland,San Francisco-Oakland-Berkeley +06001441601,"Census Tract 4416.01, Alameda County, California",5063,3639.0,111458.0,664100.0,1229.0,1369.0,271.0,24.0,1839.0,292.0,7.0,217.0,1055.0,Oakland,San Francisco-Oakland-Berkeley +06001442800,"Census Tract 4428, Alameda County, California",2928,2117.0,102788.0,625700.0,820.0,1073.0,74.0,0.0,1267.0,0.0,0.0,82.0,432.0,Oakland,San Francisco-Oakland-Berkeley +06001443102,"Census Tract 4431.02, Alameda County, California",4788,3358.0,183750.0,1149300.0,2571.0,803.0,25.0,5.0,3643.0,16.0,55.0,87.0,154.0,Oakland,San Francisco-Oakland-Berkeley +06001443200,"Census Tract 4432, Alameda County, California",3967,2963.0,230804.0,1707500.0,2439.0,784.0,0.0,7.0,2831.0,56.0,0.0,251.0,38.0,Oakland,San Francisco-Oakland-Berkeley +06001444100,"Census Tract 4441, Alameda County, California",7752,5774.0,111467.0,674500.0,2166.0,2973.0,76.0,24.0,2111.0,0.0,0.0,317.0,2251.0,Oakland,San Francisco-Oakland-Berkeley +06001444500,"Census Tract 4445, Alameda County, California",7354,4847.0,91067.0,634500.0,1333.0,1351.0,613.0,16.0,2196.0,85.0,0.0,144.0,2952.0,Oakland,San Francisco-Oakland-Berkeley +06001450601,"Census Tract 4506.01, Alameda County, California",3705,2795.0,129625.0,1142300.0,1856.0,2133.0,39.0,0.0,1188.0,3.0,0.0,147.0,195.0,Oakland,San Francisco-Oakland-Berkeley +06001450741,"Census Tract 4507.41, Alameda County, California",5350,3730.0,128438.0,858500.0,1878.0,3049.0,96.0,17.0,1078.0,0.0,0.0,160.0,950.0,Oakland,San Francisco-Oakland-Berkeley +06001451101,"Census Tract 4511.01, Alameda County, California",7522,5453.0,144476.0,708500.0,2265.0,4666.0,110.0,0.0,1046.0,142.0,1.0,363.0,1194.0,Oakland,San Francisco-Oakland-Berkeley +06001441923,"Census Tract 4419.23, Alameda County, California",6537,4869.0,88048.0,527800.0,3091.0,1513.0,82.0,0.0,4143.0,0.0,0.0,215.0,584.0,Oakland,San Francisco-Oakland-Berkeley +06001442400,"Census Tract 4424, Alameda County, California",6502,4829.0,106726.0,642200.0,1662.0,1534.0,135.0,44.0,2891.0,26.0,7.0,129.0,1766.0,Oakland,San Francisco-Oakland-Berkeley +06001444200,"Census Tract 4442, Alameda County, California",6969,4734.0,96563.0,579100.0,1100.0,1486.0,319.0,45.0,2074.0,51.0,0.0,422.0,2572.0,Oakland,San Francisco-Oakland-Berkeley +06001450604,"Census Tract 4506.04, Alameda County, California",5489,3781.0,146573.0,955600.0,2519.0,3578.0,11.0,9.0,1212.0,0.0,0.0,198.0,481.0,Oakland,San Francisco-Oakland-Berkeley +06001450701,"Census Tract 4507.01, Alameda County, California",8799,5955.0,199063.0,1464200.0,4220.0,5013.0,128.0,10.0,2816.0,0.0,0.0,329.0,503.0,Oakland,San Francisco-Oakland-Berkeley +06001435800,"Census Tract 4358, Alameda County, California",5614,3887.0,86402.0,455800.0,939.0,1097.0,56.0,18.0,1261.0,0.0,24.0,152.0,3024.0,Oakland,San Francisco-Oakland-Berkeley +06001435900,"Census Tract 4359, Alameda County, California",5446,3748.0,94481.0,525300.0,1121.0,1684.0,345.0,109.0,1404.0,43.0,27.0,250.0,1693.0,Oakland,San Francisco-Oakland-Berkeley +06001436500,"Census Tract 4365, Alameda County, California",4998,3144.0,65337.0,415400.0,976.0,915.0,596.0,22.0,833.0,183.0,0.0,213.0,2258.0,Oakland,San Francisco-Oakland-Berkeley +06001436700,"Census Tract 4367, Alameda County, California",3280,2305.0,81167.0,420100.0,626.0,559.0,137.0,16.0,964.0,26.0,0.0,89.0,1505.0,Oakland,San Francisco-Oakland-Berkeley +06001402600,"Census Tract 4026, Alameda County, California",1241,1041.0,21250.0,372200.0,300.0,162.0,320.0,0.0,574.0,0.0,4.0,29.0,152.0,Oakland,San Francisco-Oakland-Berkeley +06001402800,"Census Tract 4028, Alameda County, California",4255,3611.0,37250.0,642000.0,1616.0,1208.0,1751.0,26.0,738.0,0.0,0.0,183.0,363.0,Oakland,San Francisco-Oakland-Berkeley +06001404400,"Census Tract 4044, Alameda County, California",5425,4303.0,163464.0,917900.0,3495.0,3670.0,136.0,0.0,946.0,0.0,0.0,331.0,342.0,Oakland,San Francisco-Oakland-Berkeley +06001400900,"Census Tract 4009, Alameda County, California",2394,1801.0,57011.0,586600.0,811.0,1019.0,775.0,9.0,147.0,0.0,62.0,93.0,289.0,Oakland,San Francisco-Oakland-Berkeley +06001404200,"Census Tract 4042, Alameda County, California",3600,2416.0,156364.0,1103600.0,1913.0,2520.0,249.0,7.0,398.0,28.0,24.0,180.0,194.0,Oakland,San Francisco-Oakland-Berkeley +06001405500,"Census Tract 4055, Alameda County, California",4124,3210.0,56005.0,509300.0,1221.0,813.0,558.0,14.0,2051.0,6.0,0.0,220.0,476.0,Oakland,San Francisco-Oakland-Berkeley +06001405600,"Census Tract 4056, Alameda County, California",3171,2334.0,58138.0,541300.0,1209.0,789.0,472.0,110.0,875.0,0.0,9.0,172.0,769.0,Oakland,San Francisco-Oakland-Berkeley +06001406000,"Census Tract 4060, Alameda County, California",3184,2514.0,35457.0,434500.0,688.0,655.0,435.0,33.0,1377.0,7.0,0.0,153.0,524.0,Oakland,San Francisco-Oakland-Berkeley +06001406100,"Census Tract 4061, Alameda County, California",4629,3000.0,44298.0,326200.0,895.0,652.0,482.0,208.0,622.0,36.0,0.0,110.0,2716.0,Oakland,San Francisco-Oakland-Berkeley +06001406500,"Census Tract 4065, Alameda County, California",6231,4125.0,40989.0,368900.0,881.0,392.0,1151.0,105.0,926.0,24.0,5.0,308.0,3425.0,Oakland,San Francisco-Oakland-Berkeley +06001407500,"Census Tract 4075, Alameda County, California",4362,2473.0,31516.0,285700.0,290.0,272.0,1384.0,44.0,218.0,0.0,0.0,237.0,2251.0,Oakland,San Francisco-Oakland-Berkeley +06001407900,"Census Tract 4079, Alameda County, California",2971,2221.0,115563.0,616700.0,1256.0,1224.0,446.0,0.0,601.0,21.0,42.0,284.0,353.0,Oakland,San Francisco-Oakland-Berkeley +06001408100,"Census Tract 4081, Alameda County, California",6346,5237.0,121484.0,767600.0,3214.0,2344.0,1326.0,38.0,1447.0,0.0,27.0,457.0,707.0,Oakland,San Francisco-Oakland-Berkeley +06001408500,"Census Tract 4085, Alameda County, California",5932,3388.0,47333.0,276600.0,393.0,80.0,2221.0,74.0,139.0,78.0,54.0,190.0,3169.0,Oakland,San Francisco-Oakland-Berkeley +06001408700,"Census Tract 4087, Alameda County, California",7734,4687.0,47228.0,326900.0,703.0,409.0,3201.0,0.0,160.0,0.0,0.0,208.0,3756.0,Oakland,San Francisco-Oakland-Berkeley +06001409200,"Census Tract 4092, Alameda County, California",3605,2089.0,49783.0,264000.0,159.0,137.0,1303.0,66.0,184.0,0.0,0.0,81.0,1885.0,Oakland,San Francisco-Oakland-Berkeley +06001409500,"Census Tract 4095, Alameda County, California",4613,2588.0,33963.0,255200.0,228.0,354.0,1118.0,28.0,48.0,0.0,9.0,176.0,2895.0,Oakland,San Francisco-Oakland-Berkeley +06001421700,"Census Tract 4217, Alameda County, California",3572,2759.0,76014.0,881100.0,2357.0,2406.0,10.0,15.0,638.0,0.0,6.0,211.0,296.0,Oakland,San Francisco-Oakland-Berkeley +06001409600,"Census Tract 4096, Alameda County, California",4680,2788.0,44542.0,294100.0,211.0,97.0,1247.0,9.0,177.0,24.0,45.0,80.0,3003.0,Oakland,San Francisco-Oakland-Berkeley +06001410200,"Census Tract 4102, Alameda County, California",3370,2321.0,56534.0,332500.0,332.0,177.0,1665.0,0.0,42.0,49.0,0.0,64.0,1373.0,Oakland,San Francisco-Oakland-Berkeley +06001421300,"Census Tract 4213, Alameda County, California",3924,3043.0,135724.0,962900.0,2510.0,3158.0,41.0,0.0,364.0,11.0,50.0,218.0,82.0,Oakland,San Francisco-Oakland-Berkeley +06001422000,"Census Tract 4220, Alameda County, California",1973,1533.0,77411.0,721000.0,1009.0,1247.0,306.0,2.0,85.0,0.0,12.0,88.0,235.0,Oakland,San Francisco-Oakland-Berkeley +06001422300,"Census Tract 4223, Alameda County, California",3890,2771.0,64458.0,834300.0,2020.0,2296.0,190.0,0.0,860.0,0.0,9.0,206.0,329.0,Oakland,San Francisco-Oakland-Berkeley +06001422800,"Census Tract 4228, Alameda County, California",9074,1442.0,16511.0,625000.0,748.0,2612.0,428.0,88.0,4001.0,14.0,7.0,513.0,1444.0,Oakland,San Francisco-Oakland-Berkeley +06001423602,"Census Tract 4236.02, Alameda County, California",5243,2128.0,28056.0,593800.0,1592.0,2183.0,356.0,62.0,1813.0,79.0,11.0,309.0,436.0,Oakland,San Francisco-Oakland-Berkeley +06001427100,"Census Tract 4271, Alameda County, California",3786,2809.0,123375.0,908700.0,1497.0,2441.0,179.0,13.0,551.0,55.0,10.0,125.0,412.0,Oakland,San Francisco-Oakland-Berkeley +06001430500,"Census Tract 4305, Alameda County, California",6076,4324.0,70673.0,482200.0,1270.0,1895.0,1303.0,49.0,1288.0,29.0,9.0,293.0,1222.0,Oakland,San Francisco-Oakland-Berkeley +06001430600,"Census Tract 4306, Alameda County, California",6609,4999.0,101589.0,621200.0,2238.0,2522.0,908.0,18.0,1772.0,129.0,0.0,304.0,956.0,Oakland,San Francisco-Oakland-Berkeley +06001430700,"Census Tract 4307, Alameda County, California",4138,2938.0,99212.0,589500.0,1269.0,2389.0,143.0,44.0,795.0,0.0,0.0,225.0,579.0,Oakland,San Francisco-Oakland-Berkeley +06001400200,"Census Tract 4002, Alameda County, California",1997,1568.0,147500.0,1045200.0,1281.0,1424.0,18.0,5.0,196.0,0.0,5.0,172.0,177.0,Oakland,San Francisco-Oakland-Berkeley +06001401100,"Census Tract 4011, Alameda County, California",4205,3551.0,78258.0,665500.0,2429.0,2123.0,644.0,0.0,688.0,0.0,14.0,300.0,436.0,Oakland,San Francisco-Oakland-Berkeley +06001401400,"Census Tract 4014, Alameda County, California",4013,3003.0,30479.0,385300.0,849.0,889.0,1509.0,72.0,235.0,40.0,25.0,317.0,940.0,Oakland,San Francisco-Oakland-Berkeley +06001401500,"Census Tract 4015, Alameda County, California",2638,2158.0,54464.0,449000.0,738.0,979.0,947.0,11.0,181.0,23.0,0.0,142.0,362.0,Oakland,San Francisco-Oakland-Berkeley +06001401700,"Census Tract 4017, Alameda County, California",2769,2141.0,86313.0,446700.0,1025.0,910.0,721.0,0.0,251.0,0.0,0.0,85.0,802.0,Oakland,San Francisco-Oakland-Berkeley +06001402200,"Census Tract 4022, Alameda County, California",2557,1710.0,47000.0,510300.0,612.0,684.0,800.0,24.0,354.0,0.0,0.0,72.0,628.0,Oakland,San Francisco-Oakland-Berkeley +06001451503,"Census Tract 4515.03, Alameda County, California",6157,4123.0,106333.0,588600.0,1341.0,3621.0,64.0,22.0,688.0,19.0,0.0,282.0,1472.0,Oakland,San Francisco-Oakland-Berkeley +06001402400,"Census Tract 4024, Alameda County, California",2820,2213.0,36867.0,479500.0,924.0,595.0,1441.0,16.0,315.0,10.0,0.0,108.0,336.0,Oakland,San Francisco-Oakland-Berkeley +06001409300,"Census Tract 4093, Alameda County, California",5110,3177.0,37490.0,287000.0,273.0,278.0,1546.0,122.0,80.0,19.0,0.0,86.0,3101.0,Oakland,San Francisco-Oakland-Berkeley +06001409700,"Census Tract 4097, Alameda County, California",5402,3057.0,45163.0,299700.0,273.0,137.0,1860.0,37.0,148.0,12.0,26.0,92.0,3119.0,Oakland,San Francisco-Oakland-Berkeley +06001451300,"Census Tract 4513, Alameda County, California",7034,4729.0,112939.0,556000.0,1747.0,4608.0,39.0,0.0,507.0,0.0,0.0,357.0,1523.0,Oakland,San Francisco-Oakland-Berkeley +06001406400,"Census Tract 4064, Alameda County, California",2355,1799.0,67102.0,480000.0,629.0,696.0,598.0,24.0,447.0,0.0,0.0,192.0,422.0,Oakland,San Francisco-Oakland-Berkeley +06001404300,"Census Tract 4043, Alameda County, California",3324,2468.0,194500.0,1284200.0,1958.0,2085.0,142.0,0.0,368.0,0.0,16.0,246.0,467.0,Oakland,San Francisco-Oakland-Berkeley +06001404800,"Census Tract 4048, Alameda County, California",2723,1935.0,72833.0,760000.0,1208.0,1191.0,459.0,68.0,373.0,14.0,30.0,274.0,365.0,Oakland,San Francisco-Oakland-Berkeley +06001406202,"Census Tract 4062.02, Alameda County, California",4597,2954.0,34351.0,317600.0,641.0,488.0,552.0,342.0,372.0,0.0,0.0,223.0,2770.0,Oakland,San Francisco-Oakland-Berkeley +06001407000,"Census Tract 4070, Alameda County, California",6020,4093.0,52087.0,381900.0,733.0,675.0,938.0,7.0,2151.0,0.0,0.0,289.0,1960.0,Oakland,San Francisco-Oakland-Berkeley +06001407200,"Census Tract 4072, Alameda County, California",7064,4424.0,38660.0,282400.0,592.0,484.0,563.0,168.0,1031.0,0.0,23.0,105.0,4824.0,Oakland,San Francisco-Oakland-Berkeley +06001407400,"Census Tract 4074, Alameda County, California",4205,2657.0,49722.0,343800.0,226.0,168.0,708.0,0.0,465.0,22.0,0.0,94.0,2748.0,Oakland,San Francisco-Oakland-Berkeley +06001408300,"Census Tract 4083, Alameda County, California",5172,3723.0,83917.0,448300.0,1255.0,1305.0,1817.0,28.0,459.0,48.0,25.0,242.0,1276.0,Oakland,San Francisco-Oakland-Berkeley +06001410100,"Census Tract 4101, Alameda County, California",2776,1971.0,60089.0,415500.0,475.0,346.0,1657.0,0.0,83.0,0.0,0.0,207.0,483.0,Oakland,San Francisco-Oakland-Berkeley +06001420600,"Census Tract 4206, Alameda County, California",3344,2196.0,145556.0,880800.0,1796.0,2440.0,19.0,25.0,415.0,29.0,0.0,139.0,302.0,Oakland,San Francisco-Oakland-Berkeley +06001421100,"Census Tract 4211, Alameda County, California",2085,1677.0,178438.0,1063600.0,1410.0,1631.0,27.0,0.0,268.0,0.0,0.0,74.0,85.0,Oakland,San Francisco-Oakland-Berkeley +06001421400,"Census Tract 4214, Alameda County, California",1709,1291.0,146774.0,1127400.0,1093.0,1287.0,61.0,3.0,189.0,5.0,20.0,66.0,78.0,Oakland,San Francisco-Oakland-Berkeley +06001422100,"Census Tract 4221, Alameda County, California",2617,2053.0,66481.0,701800.0,1302.0,1335.0,371.0,109.0,366.0,0.0,7.0,131.0,376.0,Oakland,San Francisco-Oakland-Berkeley +06001423700,"Census Tract 4237, Alameda County, California",4379,2002.0,91250.0,1143000.0,1718.0,2809.0,120.0,30.0,892.0,30.0,8.0,204.0,314.0,Oakland,San Francisco-Oakland-Berkeley +06001423800,"Census Tract 4238, Alameda County, California",2910,2420.0,170417.0,1414200.0,2022.0,2237.0,35.0,0.0,258.0,9.0,7.0,93.0,271.0,Oakland,San Francisco-Oakland-Berkeley +06001426200,"Census Tract 4262, Alameda County, California",4957,3389.0,172708.0,1529500.0,2820.0,3258.0,97.0,5.0,878.0,6.0,0.0,394.0,319.0,Oakland,San Francisco-Oakland-Berkeley +06001428000,"Census Tract 4280, Alameda County, California",2751,2083.0,68542.0,538600.0,1115.0,1005.0,287.0,0.0,838.0,0.0,0.0,196.0,425.0,Oakland,San Francisco-Oakland-Berkeley +06001430300,"Census Tract 4303, Alameda County, California",3705,2751.0,113493.0,680200.0,1150.0,2029.0,282.0,15.0,802.0,5.0,0.0,149.0,437.0,Oakland,San Francisco-Oakland-Berkeley +06001431200,"Census Tract 4312, Alameda County, California",5818,4692.0,86381.0,464700.0,2134.0,2907.0,840.0,17.0,927.0,19.0,0.0,168.0,940.0,Oakland,San Francisco-Oakland-Berkeley +06001432100,"Census Tract 4321, Alameda County, California",3792,2750.0,109145.0,587900.0,1465.0,1589.0,480.0,19.0,721.0,0.0,49.0,215.0,734.0,Oakland,San Francisco-Oakland-Berkeley +06001432300,"Census Tract 4323, Alameda County, California",4727,3275.0,82571.0,477800.0,1162.0,973.0,383.0,46.0,1191.0,8.0,0.0,309.0,1851.0,Oakland,San Francisco-Oakland-Berkeley +06001432600,"Census Tract 4326, Alameda County, California",7391,5311.0,56404.0,352800.0,1599.0,1830.0,1229.0,139.0,1556.0,204.0,0.0,239.0,2288.0,Oakland,San Francisco-Oakland-Berkeley +06001403900,"Census Tract 4039, Alameda County, California",3989,3397.0,85571.0,437100.0,2295.0,2191.0,589.0,21.0,686.0,0.0,36.0,231.0,235.0,Oakland,San Francisco-Oakland-Berkeley +06001400500,"Census Tract 4005, Alameda County, California",3944,2971.0,92375.0,721700.0,1997.0,2105.0,951.0,0.0,220.0,31.0,16.0,214.0,407.0,Oakland,San Francisco-Oakland-Berkeley +06001401600,"Census Tract 4016, Alameda County, California",2098,1496.0,45240.0,382100.0,528.0,531.0,946.0,0.0,179.0,48.0,15.0,109.0,270.0,Oakland,San Francisco-Oakland-Berkeley +06001402500,"Census Tract 4025, Alameda County, California",1770,995.0,19931.0,490000.0,149.0,142.0,1135.0,0.0,179.0,0.0,0.0,86.0,228.0,Oakland,San Francisco-Oakland-Berkeley +06001407600,"Census Tract 4076, Alameda County, California",6502,4236.0,58619.0,386800.0,1001.0,625.0,2669.0,0.0,746.0,0.0,0.0,433.0,2029.0,Oakland,San Francisco-Oakland-Berkeley +06001408400,"Census Tract 4084, Alameda County, California",3310,2014.0,36133.0,219900.0,360.0,406.0,1208.0,40.0,0.0,0.0,98.0,37.0,1521.0,Oakland,San Francisco-Oakland-Berkeley +06001408900,"Census Tract 4089, Alameda County, California",3050,1768.0,31318.0,220300.0,148.0,92.0,886.0,22.0,140.0,22.0,0.0,84.0,1804.0,Oakland,San Francisco-Oakland-Berkeley +06001435602,"Census Tract 4356.02, Alameda County, California",5493,3774.0,62500.0,360800.0,699.0,1564.0,456.0,58.0,584.0,29.0,0.0,49.0,2804.0,Oakland,San Francisco-Oakland-Berkeley +06001435601,"Census Tract 4356.01, Alameda County, California",5701,3433.0,57800.0,321500.0,608.0,535.0,731.0,11.0,627.0,30.0,0.0,198.0,3569.0,Oakland,San Francisco-Oakland-Berkeley +06001435104,"Census Tract 4351.04, Alameda County, California",5882,4043.0,57348.0,524800.0,1282.0,785.0,799.0,56.0,1405.0,222.0,34.0,330.0,2277.0,Oakland,San Francisco-Oakland-Berkeley +06001433103,"Census Tract 4331.03, Alameda County, California",3805,2484.0,49779.0,349500.0,504.0,418.0,1105.0,49.0,873.0,53.0,36.0,84.0,1236.0,Oakland,San Francisco-Oakland-Berkeley +06001432502,"Census Tract 4325.02, Alameda County, California",5109,3524.0,63295.0,385700.0,823.0,680.0,612.0,7.0,1952.0,105.0,32.0,105.0,1616.0,Oakland,San Francisco-Oakland-Berkeley +06001432501,"Census Tract 4325.01, Alameda County, California",4737,3190.0,54552.0,397700.0,576.0,877.0,358.0,10.0,1679.0,30.0,27.0,64.0,1697.0,Oakland,San Francisco-Oakland-Berkeley +06001407102,"Census Tract 4071.02, Alameda County, California",4106,2648.0,52383.0,439800.0,648.0,598.0,652.0,55.0,658.0,126.0,0.0,184.0,1888.0,Oakland,San Francisco-Oakland-Berkeley +06001407101,"Census Tract 4071.01, Alameda County, California",3444,2326.0,52068.0,372600.0,448.0,373.0,457.0,15.0,831.0,0.0,0.0,115.0,1653.0,Oakland,San Francisco-Oakland-Berkeley +06001406602,"Census Tract 4066.02, Alameda County, California",2815,1888.0,47182.0,521000.0,498.0,294.0,465.0,46.0,1157.0,6.0,0.0,89.0,775.0,Oakland,San Francisco-Oakland-Berkeley +06001406601,"Census Tract 4066.01, Alameda County, California",5181,3415.0,48407.0,361300.0,712.0,570.0,1331.0,167.0,1144.0,0.0,0.0,562.0,1567.0,Oakland,San Francisco-Oakland-Berkeley +06001405901,"Census Tract 4059.01, Alameda County, California",4583,2918.0,36214.0,369100.0,157.0,179.0,700.0,185.0,1652.0,0.0,93.0,29.0,1900.0,Oakland,San Francisco-Oakland-Berkeley +06001405402,"Census Tract 4054.02, Alameda County, California",3250,2146.0,41521.0,428600.0,440.0,334.0,806.0,68.0,1117.0,219.0,0.0,128.0,638.0,Oakland,San Francisco-Oakland-Berkeley +06001405401,"Census Tract 4054.01, Alameda County, California",4014,3068.0,46790.0,459500.0,727.0,760.0,762.0,87.0,1362.0,0.0,36.0,130.0,942.0,Oakland,San Francisco-Oakland-Berkeley +06001405302,"Census Tract 4053.02, Alameda County, California",2446,2097.0,41111.0,428300.0,848.0,689.0,310.0,16.0,848.0,0.0,34.0,182.0,367.0,Oakland,San Francisco-Oakland-Berkeley +06001405301,"Census Tract 4053.01, Alameda County, California",3019,2477.0,62500.0,647700.0,1489.0,1415.0,757.0,7.0,267.0,7.0,0.0,188.0,378.0,Oakland,San Francisco-Oakland-Berkeley +06001403502,"Census Tract 4035.02, Alameda County, California",2066,1822.0,63678.0,386500.0,1103.0,936.0,518.0,0.0,281.0,0.0,0.0,95.0,236.0,Oakland,San Francisco-Oakland-Berkeley +06001451403,"Census Tract 4514.03, Alameda County, California",2244,1568.0,109028.0,542400.0,487.0,1301.0,70.0,0.0,273.0,0.0,9.0,51.0,540.0,Oakland,San Francisco-Oakland-Berkeley +06001441523,"Census Tract 4415.23, Alameda County, California",4336,2936.0,134250.0,620900.0,2036.0,309.0,175.0,14.0,3428.0,159.0,0.0,67.0,184.0,Oakland,San Francisco-Oakland-Berkeley +06001437702,"Census Tract 4377.02, Alameda County, California",4804,2738.0,57454.0,347100.0,234.0,179.0,127.0,48.0,598.0,20.0,0.0,130.0,3750.0,Oakland,San Francisco-Oakland-Berkeley +06001440335,"Census Tract 4403.35, Alameda County, California",6979,5249.0,137265.0,738300.0,2738.0,1256.0,275.0,67.0,4326.0,57.0,14.0,345.0,639.0,Oakland,San Francisco-Oakland-Berkeley +06001440334,"Census Tract 4403.34, Alameda County, California",4536,3394.0,113788.0,604400.0,965.0,664.0,205.0,0.0,2660.0,124.0,0.0,299.0,584.0,Oakland,San Francisco-Oakland-Berkeley +06001990000,"Census Tract 9900, Alameda County, California",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06001404101,"Census Tract 4041.01, Alameda County, California",3033,2520.0,95288.0,657400.0,1884.0,1977.0,165.0,5.0,400.0,0.0,54.0,251.0,181.0,Oakland,San Francisco-Oakland-Berkeley +06001451703,"Census Tract 4517.03, Alameda County, California",4493,2956.0,119815.0,693800.0,1271.0,2845.0,27.0,0.0,692.0,0.0,0.0,197.0,732.0,Oakland,San Francisco-Oakland-Berkeley +06001436900,"Census Tract 4369, Alameda County, California",6838,4205.0,63571.0,444400.0,699.0,942.0,334.0,112.0,848.0,157.0,0.0,176.0,4375.0,Oakland,San Francisco-Oakland-Berkeley +06001437000,"Census Tract 4370, Alameda County, California",3508,2575.0,77586.0,440800.0,717.0,686.0,210.0,73.0,744.0,273.0,0.0,201.0,1335.0,Oakland,San Francisco-Oakland-Berkeley +06001438300,"Census Tract 4383, Alameda County, California",3997,2643.0,74306.0,401300.0,561.0,216.0,346.0,0.0,1569.0,298.0,0.0,174.0,1394.0,Oakland,San Francisco-Oakland-Berkeley +06001440304,"Census Tract 4403.04, Alameda County, California",5140,3541.0,85417.0,582000.0,1133.0,488.0,352.0,22.0,3271.0,122.0,0.0,261.0,624.0,Oakland,San Francisco-Oakland-Berkeley +06001441402,"Census Tract 4414.02, Alameda County, California",5438,3811.0,134692.0,801600.0,2260.0,1029.0,138.0,32.0,3654.0,0.0,0.0,353.0,232.0,Oakland,San Francisco-Oakland-Berkeley +06001441522,"Census Tract 4415.22, Alameda County, California",5147,3544.0,100938.0,700900.0,1678.0,544.0,278.0,12.0,3133.0,18.0,0.0,237.0,925.0,Oakland,San Francisco-Oakland-Berkeley +06001441800,"Census Tract 4418, Alameda County, California",7674,5364.0,112264.0,767100.0,2675.0,2699.0,90.0,68.0,3697.0,0.0,0.0,137.0,998.0,Oakland,San Francisco-Oakland-Berkeley +06001441921,"Census Tract 4419.21, Alameda County, California",3949,2893.0,125563.0,613500.0,1280.0,659.0,272.0,65.0,1605.0,0.0,0.0,237.0,1111.0,Oakland,San Francisco-Oakland-Berkeley +06001442000,"Census Tract 4420, Alameda County, California",3286,2385.0,164107.0,1375900.0,1791.0,587.0,5.0,17.0,2397.0,6.0,98.0,128.0,48.0,Oakland,San Francisco-Oakland-Berkeley +06001442601,"Census Tract 4426.01, Alameda County, California",4061,2901.0,136750.0,834000.0,1365.0,1298.0,45.0,8.0,1623.0,0.0,0.0,172.0,923.0,Oakland,San Francisco-Oakland-Berkeley +06001442301,"Census Tract 4423.01, Alameda County, California",4948,3353.0,97292.0,712000.0,1322.0,1054.0,178.0,22.0,2571.0,16.0,0.0,223.0,884.0,Oakland,San Francisco-Oakland-Berkeley +06001441926,"Census Tract 4419.26, Alameda County, California",4456,2875.0,88704.0,602100.0,1331.0,422.0,173.0,17.0,2278.0,19.0,7.0,162.0,1378.0,Oakland,San Francisco-Oakland-Berkeley +06001440336,"Census Tract 4403.36, Alameda County, California",4949,3578.0,94625.0,594800.0,1114.0,899.0,484.0,102.0,2270.0,15.0,21.0,122.0,1107.0,Oakland,San Francisco-Oakland-Berkeley +06001438204,"Census Tract 4382.04, Alameda County, California",5467,4077.0,75761.0,289600.0,1076.0,919.0,498.0,96.0,1953.0,204.0,0.0,316.0,1543.0,Oakland,San Francisco-Oakland-Berkeley +06001442100,"Census Tract 4421, Alameda County, California",5201,3561.0,175417.0,1070600.0,2710.0,826.0,38.0,9.0,4091.0,6.0,8.0,134.0,89.0,Oakland,San Francisco-Oakland-Berkeley +06001442200,"Census Tract 4422, Alameda County, California",7113,4817.0,157041.0,1117600.0,3051.0,1422.0,112.0,8.0,4908.0,84.0,0.0,201.0,378.0,Oakland,San Francisco-Oakland-Berkeley +06001440331,"Census Tract 4403.31, Alameda County, California",3373,2285.0,82031.0,575200.0,621.0,522.0,125.0,12.0,1770.0,115.0,0.0,150.0,685.0,Oakland,San Francisco-Oakland-Berkeley +06001441302,"Census Tract 4413.02, Alameda County, California",5881,4314.0,115673.0,769800.0,2372.0,1536.0,143.0,46.0,2982.0,0.0,23.0,289.0,862.0,Oakland,San Francisco-Oakland-Berkeley +06001443301,"Census Tract 4433.01, Alameda County, California",4163,2731.0,146875.0,963700.0,1677.0,1058.0,163.0,13.0,2468.0,0.0,0.0,113.0,348.0,Oakland,San Francisco-Oakland-Berkeley +06001450742,"Census Tract 4507.42, Alameda County, California",4931,3506.0,140938.0,784500.0,2194.0,2917.0,27.0,0.0,1209.0,0.0,7.0,163.0,608.0,Oakland,San Francisco-Oakland-Berkeley +06001451601,"Census Tract 4516.01, Alameda County, California",5309,3816.0,130595.0,859400.0,2144.0,4000.0,48.0,0.0,673.0,0.0,0.0,201.0,387.0,Oakland,San Francisco-Oakland-Berkeley +06001451701,"Census Tract 4517.01, Alameda County, California",3156,2073.0,112240.0,601800.0,838.0,2243.0,6.0,4.0,136.0,0.0,0.0,167.0,600.0,Oakland,San Francisco-Oakland-Berkeley +06001400600,"Census Tract 4006, Alameda County, California",1635,1242.0,86458.0,615000.0,814.0,729.0,402.0,4.0,158.0,0.0,14.0,188.0,140.0,Oakland,San Francisco-Oakland-Berkeley +06001401200,"Census Tract 4012, Alameda County, California",2601,2083.0,86824.0,703300.0,1377.0,1332.0,430.0,24.0,227.0,0.0,0.0,117.0,486.0,Oakland,San Francisco-Oakland-Berkeley +06001403100,"Census Tract 4031, Alameda County, California",1830,1564.0,72813.0,460900.0,638.0,420.0,335.0,25.0,767.0,4.0,3.0,49.0,234.0,Oakland,San Francisco-Oakland-Berkeley +06001403800,"Census Tract 4038, Alameda County, California",3299,2897.0,84815.0,847000.0,2181.0,2185.0,198.0,0.0,472.0,0.0,14.0,174.0,256.0,Oakland,San Francisco-Oakland-Berkeley +06001404000,"Census Tract 4040, Alameda County, California",3033,2595.0,79398.0,547500.0,1716.0,1751.0,184.0,11.0,331.0,47.0,20.0,186.0,503.0,Oakland,San Francisco-Oakland-Berkeley +06001404501,"Census Tract 4045.01, Alameda County, California",1857,1326.0,185313.0,1102600.0,1130.0,1238.0,79.0,0.0,256.0,6.0,0.0,151.0,127.0,Oakland,San Francisco-Oakland-Berkeley +06001405100,"Census Tract 4051, Alameda County, California",4334,3217.0,191705.0,1160800.0,2681.0,2712.0,722.0,0.0,434.0,0.0,21.0,312.0,133.0,Oakland,San Francisco-Oakland-Berkeley +06001405700,"Census Tract 4057, Alameda County, California",3760,2763.0,50344.0,455700.0,605.0,482.0,1229.0,9.0,1179.0,0.0,52.0,131.0,678.0,Oakland,San Francisco-Oakland-Berkeley +06001405800,"Census Tract 4058, Alameda County, California",4472,2937.0,38794.0,370000.0,576.0,584.0,1041.0,54.0,1918.0,25.0,7.0,34.0,829.0,Oakland,San Francisco-Oakland-Berkeley +06001406900,"Census Tract 4069, Alameda County, California",3941,2867.0,75721.0,634800.0,1286.0,1373.0,546.0,25.0,882.0,28.0,0.0,411.0,676.0,Oakland,San Francisco-Oakland-Berkeley +06001436300,"Census Tract 4363, Alameda County, California",8391,5585.0,67361.0,484600.0,1433.0,1169.0,945.0,32.0,2109.0,77.0,0.0,158.0,3902.0,Oakland,San Francisco-Oakland-Berkeley +06001436602,"Census Tract 4366.02, Alameda County, California",5084,3380.0,48333.0,431200.0,552.0,468.0,994.0,0.0,1070.0,134.0,17.0,186.0,2215.0,Oakland,San Francisco-Oakland-Berkeley +06001433300,"Census Tract 4333, Alameda County, California",7841,5430.0,78704.0,460900.0,1272.0,1836.0,478.0,44.0,3409.0,30.0,0.0,121.0,1937.0,Oakland,San Francisco-Oakland-Berkeley +06001435300,"Census Tract 4353, Alameda County, California",4628,3310.0,71004.0,464700.0,1067.0,1248.0,1091.0,0.0,652.0,231.0,47.0,52.0,1307.0,Oakland,San Francisco-Oakland-Berkeley +06001437300,"Census Tract 4373, Alameda County, California",3229,2188.0,73625.0,463200.0,532.0,466.0,362.0,12.0,914.0,153.0,0.0,205.0,1117.0,Oakland,San Francisco-Oakland-Berkeley +06001437500,"Census Tract 4375, Alameda County, California",4572,2691.0,57401.0,484700.0,338.0,539.0,203.0,0.0,694.0,29.0,0.0,52.0,3055.0,Oakland,San Francisco-Oakland-Berkeley +06001437800,"Census Tract 4378, Alameda County, California",4704,3272.0,90505.0,443600.0,824.0,780.0,478.0,16.0,1529.0,93.0,0.0,260.0,1548.0,Oakland,San Francisco-Oakland-Berkeley +06001438100,"Census Tract 4381, Alameda County, California",7491,5176.0,100833.0,495100.0,1139.0,1284.0,716.0,24.0,2346.0,43.0,0.0,359.0,2719.0,Oakland,San Francisco-Oakland-Berkeley +06001400700,"Census Tract 4007, Alameda County, California",4837,3802.0,55066.0,648900.0,1600.0,1816.0,1679.0,79.0,200.0,0.0,0.0,224.0,857.0,Oakland,San Francisco-Oakland-Berkeley +06001402700,"Census Tract 4027, Alameda County, California",1826,1307.0,59688.0,538500.0,570.0,473.0,738.0,18.0,207.0,0.0,6.0,60.0,329.0,Oakland,San Francisco-Oakland-Berkeley +06001402900,"Census Tract 4029, Alameda County, California",1417,1230.0,26786.0,-666666666.0,531.0,332.0,218.0,30.0,532.0,0.0,13.0,75.0,217.0,Oakland,San Francisco-Oakland-Berkeley +06001403400,"Census Tract 4034, Alameda County, California",4401,3930.0,59730.0,454500.0,2362.0,1815.0,851.0,36.0,1177.0,12.0,38.0,143.0,329.0,Oakland,San Francisco-Oakland-Berkeley +06001407800,"Census Tract 4078, Alameda County, California",2742,1390.0,89583.0,492400.0,657.0,849.0,691.0,4.0,592.0,8.0,2.0,205.0,395.0,Oakland,San Francisco-Oakland-Berkeley +06001406800,"Census Tract 4068, Alameda County, California",3613,2684.0,91050.0,678800.0,1301.0,1212.0,322.0,16.0,1183.0,0.0,106.0,206.0,568.0,Oakland,San Francisco-Oakland-Berkeley +06001404600,"Census Tract 4046, Alameda County, California",4544,3657.0,158867.0,881700.0,2677.0,3230.0,243.0,26.0,597.0,141.0,11.0,185.0,122.0,Oakland,San Francisco-Oakland-Berkeley +06001406201,"Census Tract 4062.01, Alameda County, California",4399,2720.0,41563.0,348700.0,483.0,314.0,708.0,14.0,998.0,137.0,70.0,220.0,1938.0,Oakland,San Francisco-Oakland-Berkeley +06001408000,"Census Tract 4080, Alameda County, California",2762,1919.0,151667.0,816300.0,1247.0,1391.0,397.0,15.0,532.0,6.0,14.0,115.0,292.0,Oakland,San Francisco-Oakland-Berkeley +06001408200,"Census Tract 4082, Alameda County, California",4489,3231.0,58207.0,453700.0,1178.0,869.0,2267.0,91.0,217.0,27.0,0.0,431.0,604.0,Oakland,San Francisco-Oakland-Berkeley +06001409900,"Census Tract 4099, Alameda County, California",3464,2707.0,105833.0,668500.0,1487.0,878.0,1642.0,11.0,303.0,0.0,14.0,233.0,394.0,Oakland,San Francisco-Oakland-Berkeley +06001420200,"Census Tract 4202, Alameda County, California",3196,2135.0,91029.0,708000.0,1457.0,1467.0,249.0,3.0,847.0,30.0,20.0,89.0,491.0,Oakland,San Francisco-Oakland-Berkeley +06001420500,"Census Tract 4205, Alameda County, California",2513,1749.0,90645.0,760700.0,1076.0,1245.0,158.0,8.0,536.0,0.0,77.0,258.0,231.0,Oakland,San Francisco-Oakland-Berkeley +06001421600,"Census Tract 4216, Alameda County, California",3545,2766.0,126806.0,982700.0,2454.0,2752.0,60.0,0.0,495.0,33.0,0.0,38.0,167.0,Oakland,San Francisco-Oakland-Berkeley +06001421900,"Census Tract 4219, Alameda County, California",3962,2888.0,99010.0,696500.0,2180.0,2446.0,225.0,7.0,579.0,11.0,23.0,363.0,315.0,Oakland,San Francisco-Oakland-Berkeley +06001422200,"Census Tract 4222, Alameda County, California",3553,2757.0,90583.0,670100.0,1952.0,2049.0,217.0,36.0,538.0,31.0,0.0,239.0,470.0,Oakland,San Francisco-Oakland-Berkeley +06001435700,"Census Tract 4357, Alameda County, California",4966,3386.0,83405.0,457100.0,550.0,978.0,499.0,7.0,665.0,16.0,17.0,183.0,2601.0,Oakland,San Francisco-Oakland-Berkeley +06001436100,"Census Tract 4361, Alameda County, California",6134,4424.0,78870.0,459900.0,1098.0,1300.0,317.0,146.0,1518.0,0.0,95.0,109.0,2743.0,Oakland,San Francisco-Oakland-Berkeley +06001440200,"Census Tract 4402, Alameda County, California",5970,3611.0,62679.0,486500.0,420.0,250.0,420.0,18.0,1198.0,32.0,0.0,94.0,3963.0,Oakland,San Francisco-Oakland-Berkeley +06001440308,"Census Tract 4403.08, Alameda County, California",6217,4614.0,85625.0,625500.0,1869.0,1032.0,228.0,4.0,3037.0,1.0,21.0,202.0,1692.0,Oakland,San Francisco-Oakland-Berkeley +06001441501,"Census Tract 4415.01, Alameda County, California",6479,4808.0,145583.0,769500.0,2469.0,674.0,98.0,9.0,4676.0,107.0,0.0,381.0,534.0,Oakland,San Francisco-Oakland-Berkeley +06001442500,"Census Tract 4425, Alameda County, California",7759,5801.0,88963.0,648200.0,2018.0,1685.0,299.0,111.0,3073.0,134.0,140.0,431.0,1901.0,Oakland,San Francisco-Oakland-Berkeley +06001450300,"Census Tract 4503, Alameda County, California",5161,3515.0,116953.0,643000.0,1814.0,2717.0,192.0,66.0,1022.0,0.0,0.0,225.0,993.0,Oakland,San Francisco-Oakland-Berkeley +06001442700,"Census Tract 4427, Alameda County, California",3025,2176.0,116528.0,740600.0,1075.0,1121.0,121.0,0.0,1134.0,0.0,0.0,102.0,547.0,Oakland,San Francisco-Oakland-Berkeley +06001451201,"Census Tract 4512.01, Alameda County, California",7335,4731.0,92381.0,518200.0,1650.0,4429.0,49.0,15.0,995.0,0.0,0.0,370.0,1492.0,Oakland,San Francisco-Oakland-Berkeley +06001451401,"Census Tract 4514.01, Alameda County, California",6266,4492.0,92388.0,666000.0,2075.0,4201.0,181.0,33.0,601.0,0.0,0.0,205.0,1058.0,Oakland,San Francisco-Oakland-Berkeley +06001451602,"Census Tract 4516.02, Alameda County, California",6861,5172.0,80862.0,633400.0,2204.0,4671.0,29.0,18.0,689.0,76.0,0.0,183.0,1195.0,Oakland,San Francisco-Oakland-Berkeley +06001400300,"Census Tract 4003, Alameda County, California",5123,4037.0,88173.0,943300.0,2677.0,3431.0,482.0,0.0,500.0,42.0,0.0,283.0,385.0,Oakland,San Francisco-Oakland-Berkeley +06001401800,"Census Tract 4018, Alameda County, California",1928,1286.0,31042.0,471200.0,505.0,515.0,815.0,3.0,71.0,0.0,20.0,141.0,363.0,Oakland,San Francisco-Oakland-Berkeley +06001404502,"Census Tract 4045.02, Alameda County, California",5556,4317.0,153169.0,841900.0,3276.0,3657.0,365.0,2.0,695.0,0.0,0.0,432.0,407.0,Oakland,San Francisco-Oakland-Berkeley +06001406700,"Census Tract 4067, Alameda County, California",4984,3685.0,93133.0,647400.0,2117.0,2400.0,641.0,26.0,1154.0,0.0,0.0,219.0,544.0,Oakland,San Francisco-Oakland-Berkeley +06001408600,"Census Tract 4086, Alameda County, California",6680,3905.0,32185.0,289600.0,393.0,246.0,2113.0,28.0,109.0,0.0,0.0,330.0,3863.0,Oakland,San Francisco-Oakland-Berkeley +06001409000,"Census Tract 4090, Alameda County, California",3775,2213.0,44474.0,228800.0,208.0,68.0,1295.0,62.0,100.0,104.0,7.0,262.0,1939.0,Oakland,San Francisco-Oakland-Berkeley +06001409800,"Census Tract 4098, Alameda County, California",3515,2408.0,73125.0,474800.0,653.0,487.0,1801.0,3.0,181.0,0.0,34.0,439.0,571.0,Oakland,San Francisco-Oakland-Berkeley +06001410000,"Census Tract 4100, Alameda County, California",3549,2680.0,111688.0,626300.0,1274.0,1145.0,1447.0,0.0,146.0,0.0,0.0,503.0,308.0,Oakland,San Francisco-Oakland-Berkeley +06001421200,"Census Tract 4212, Alameda County, California",3650,2800.0,157045.0,1149000.0,2557.0,2743.0,23.0,4.0,418.0,0.0,16.0,208.0,238.0,Oakland,San Francisco-Oakland-Berkeley +06001423500,"Census Tract 4235, Alameda County, California",3284,2410.0,49500.0,735900.0,1570.0,1746.0,468.0,15.0,382.0,0.0,0.0,173.0,500.0,Oakland,San Francisco-Oakland-Berkeley +06001424002,"Census Tract 4240.02, Alameda County, California",2525,1794.0,69135.0,634300.0,844.0,801.0,800.0,22.0,183.0,0.0,5.0,128.0,598.0,Oakland,San Francisco-Oakland-Berkeley +06001430900,"Census Tract 4309, Alameda County, California",5245,3413.0,60444.0,442600.0,1019.0,2232.0,617.0,59.0,791.0,7.0,0.0,194.0,1390.0,Oakland,San Francisco-Oakland-Berkeley +06001431000,"Census Tract 4310, Alameda County, California",2924,1872.0,63405.0,505300.0,414.0,932.0,90.0,0.0,764.0,30.0,0.0,142.0,966.0,Oakland,San Francisco-Oakland-Berkeley +06001432800,"Census Tract 4328, Alameda County, California",3889,2885.0,108971.0,716800.0,1271.0,1323.0,474.0,98.0,1001.0,5.0,28.0,213.0,836.0,Oakland,San Francisco-Oakland-Berkeley +06001433102,"Census Tract 4331.02, Alameda County, California",4161,2957.0,70521.0,483900.0,916.0,595.0,199.0,53.0,1577.0,0.0,0.0,98.0,1659.0,Oakland,San Francisco-Oakland-Berkeley +06001433700,"Census Tract 4337, Alameda County, California",3669,2273.0,72887.0,428700.0,449.0,436.0,336.0,20.0,526.0,0.0,0.0,173.0,2178.0,Oakland,San Francisco-Oakland-Berkeley +06001407300,"Census Tract 4073, Alameda County, California",2485,1795.0,54150.0,244200.0,432.0,385.0,209.0,0.0,387.0,17.0,0.0,89.0,1398.0,Oakland,San Francisco-Oakland-Berkeley +06001421500,"Census Tract 4215, Alameda County, California",3804,2963.0,155197.0,981000.0,2440.0,3020.0,120.0,0.0,351.0,0.0,22.0,109.0,182.0,Oakland,San Francisco-Oakland-Berkeley +06001423400,"Census Tract 4234, Alameda County, California",5307,3678.0,83636.0,708300.0,2364.0,2517.0,766.0,7.0,725.0,0.0,0.0,529.0,763.0,Oakland,San Francisco-Oakland-Berkeley +06001423901,"Census Tract 4239.01, Alameda County, California",1986,1534.0,79438.0,710800.0,1017.0,1180.0,264.0,0.0,193.0,0.0,17.0,32.0,300.0,Oakland,San Francisco-Oakland-Berkeley +06001423902,"Census Tract 4239.02, Alameda County, California",1542,1278.0,99327.0,919600.0,1046.0,1133.0,43.0,5.0,155.0,0.0,15.0,87.0,109.0,Oakland,San Francisco-Oakland-Berkeley +06001427200,"Census Tract 4272, Alameda County, California",4218,3189.0,66818.0,604600.0,1074.0,1580.0,199.0,43.0,865.0,164.0,17.0,274.0,1097.0,Oakland,San Francisco-Oakland-Berkeley +06001428500,"Census Tract 4285, Alameda County, California",3147,2395.0,77500.0,796600.0,1403.0,1296.0,220.0,22.0,1036.0,9.0,45.0,247.0,272.0,Oakland,San Francisco-Oakland-Berkeley +06001430400,"Census Tract 4304, Alameda County, California",2150,1605.0,123000.0,754300.0,644.0,1288.0,6.0,5.0,396.0,10.0,0.0,87.0,363.0,Oakland,San Francisco-Oakland-Berkeley +06001431100,"Census Tract 4311, Alameda County, California",3575,2525.0,69000.0,488900.0,725.0,1182.0,458.0,0.0,380.0,60.0,42.0,211.0,1242.0,Oakland,San Francisco-Oakland-Berkeley +06001433500,"Census Tract 4335, Alameda County, California",4664,3442.0,86536.0,478500.0,768.0,1212.0,187.0,127.0,1781.0,5.0,0.0,33.0,1386.0,Oakland,San Francisco-Oakland-Berkeley +06001433900,"Census Tract 4339, Alameda County, California",7478,4595.0,42363.0,377800.0,571.0,550.0,2346.0,271.0,920.0,99.0,0.0,166.0,3397.0,Oakland,San Francisco-Oakland-Berkeley +06001404900,"Census Tract 4049, Alameda County, California",3937,3039.0,100625.0,715700.0,2007.0,2365.0,369.0,51.0,441.0,68.0,20.0,270.0,353.0,Oakland,San Francisco-Oakland-Berkeley +06001450607,"Census Tract 4506.07, Alameda County, California",5691,4194.0,90905.0,853800.0,2169.0,2853.0,312.0,0.0,1531.0,0.0,113.0,179.0,703.0,Oakland,San Francisco-Oakland-Berkeley +06001404700,"Census Tract 4047, Alameda County, California",2084,1588.0,159856.0,908900.0,1273.0,1490.0,118.0,6.0,285.0,9.0,18.0,30.0,134.0,Oakland,San Francisco-Oakland-Berkeley +06001405200,"Census Tract 4052, Alameda County, California",5125,4278.0,77688.0,764100.0,2440.0,1583.0,506.0,58.0,1519.0,68.0,0.0,403.0,1000.0,Oakland,San Francisco-Oakland-Berkeley +06001406300,"Census Tract 4063, Alameda County, California",4128,2669.0,45015.0,413400.0,451.0,465.0,618.0,18.0,1462.0,0.0,0.0,84.0,1481.0,Oakland,San Francisco-Oakland-Berkeley +06001400100,"Census Tract 4001, Alameda County, California",2991,2412.0,208393.0,1104500.0,1961.0,2070.0,84.0,0.0,484.0,0.0,77.0,163.0,113.0,Oakland,San Francisco-Oakland-Berkeley +06001400800,"Census Tract 4008, Alameda County, California",3796,3022.0,64788.0,581300.0,1478.0,1457.0,1217.0,9.0,501.0,0.0,0.0,191.0,421.0,Oakland,San Francisco-Oakland-Berkeley +06001401000,"Census Tract 4010, Alameda County, California",6247,4501.0,60443.0,466300.0,1415.0,1829.0,2286.0,8.0,186.0,85.0,42.0,574.0,1237.0,Oakland,San Francisco-Oakland-Berkeley +06001444302,"Census Tract 4443.02, Alameda County, California",4422,2886.0,83492.0,598300.0,626.0,654.0,234.0,53.0,1021.0,50.0,17.0,169.0,2233.0,Oakland,San Francisco-Oakland-Berkeley +06001443322,"Census Tract 4433.22, Alameda County, California",3196,2236.0,150132.0,983000.0,1297.0,645.0,80.0,42.0,2139.0,45.0,0.0,108.0,137.0,Oakland,San Francisco-Oakland-Berkeley +06001450102,"Census Tract 4501.02, Alameda County, California",6490,4688.0,157102.0,866900.0,2097.0,1577.0,827.0,90.0,2059.0,8.0,35.0,655.0,1247.0,Oakland,San Francisco-Oakland-Berkeley +06001428700,"Census Tract 4287, Alameda County, California",4442,2816.0,52188.0,922200.0,1207.0,1463.0,636.0,0.0,1608.0,4.0,0.0,196.0,535.0,Oakland,San Francisco-Oakland-Berkeley +06001981900,"Census Tract 9819, Alameda County, California",58,58.0,108036.0,-666666666.0,44.0,58.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06001451404,"Census Tract 4514.04, Alameda County, California",6390,4226.0,61543.0,491200.0,995.0,2569.0,222.0,34.0,487.0,0.0,36.0,152.0,2921.0,Oakland,San Francisco-Oakland-Berkeley +06001435103,"Census Tract 4351.03, Alameda County, California",6922,4980.0,161058.0,819400.0,3184.0,2175.0,781.0,0.0,2877.0,0.0,0.0,445.0,644.0,Oakland,San Francisco-Oakland-Berkeley +06001430102,"Census Tract 4301.02, Alameda County, California",2427,1892.0,125132.0,794400.0,968.0,1380.0,72.0,7.0,517.0,6.0,44.0,148.0,258.0,Oakland,San Francisco-Oakland-Berkeley +06001430101,"Census Tract 4301.01, Alameda County, California",6899,4999.0,125850.0,787900.0,2812.0,2214.0,394.0,19.0,3436.0,12.0,0.0,414.0,410.0,Oakland,San Francisco-Oakland-Berkeley +06001425103,"Census Tract 4251.03, Alameda County, California",2871,2384.0,108446.0,561000.0,1689.0,1354.0,407.0,0.0,729.0,0.0,11.0,148.0,222.0,Oakland,San Francisco-Oakland-Berkeley +06001425102,"Census Tract 4251.02, Alameda County, California",3494,2818.0,106033.0,463900.0,2136.0,1242.0,301.0,13.0,1441.0,40.0,11.0,155.0,291.0,Oakland,San Francisco-Oakland-Berkeley +06001425101,"Census Tract 4251.01, Alameda County, California",1738,1589.0,72642.0,330500.0,1170.0,1009.0,142.0,0.0,436.0,9.0,0.0,79.0,63.0,Oakland,San Francisco-Oakland-Berkeley +06001450745,"Census Tract 4507.45, Alameda County, California",6113,4246.0,157202.0,852000.0,2863.0,2059.0,40.0,5.0,3400.0,92.0,0.0,90.0,427.0,Oakland,San Francisco-Oakland-Berkeley +06001450743,"Census Tract 4507.43, Alameda County, California",6496,4077.0,117392.0,703600.0,2836.0,1615.0,397.0,22.0,3724.0,155.0,0.0,283.0,300.0,Oakland,San Francisco-Oakland-Berkeley +06001450101,"Census Tract 4501.01, Alameda County, California",5230,3570.0,134005.0,662700.0,2498.0,1412.0,401.0,16.0,2510.0,22.0,0.0,493.0,376.0,Oakland,San Francisco-Oakland-Berkeley +06001404102,"Census Tract 4041.02, Alameda County, California",2422,2273.0,81438.0,437800.0,1503.0,1754.0,81.0,3.0,296.0,22.0,13.0,22.0,231.0,Oakland,San Francisco-Oakland-Berkeley +06001403702,"Census Tract 4037.02, Alameda County, California",1901,1727.0,83603.0,583900.0,1134.0,1006.0,201.0,0.0,285.0,26.0,12.0,105.0,266.0,Oakland,San Francisco-Oakland-Berkeley +06001403701,"Census Tract 4037.01, Alameda County, California",2825,2477.0,69421.0,356100.0,1429.0,1264.0,898.0,0.0,232.0,0.0,19.0,133.0,279.0,Oakland,San Francisco-Oakland-Berkeley +06001441927,"Census Tract 4419.27, Alameda County, California",4552,3309.0,100625.0,625000.0,2416.0,569.0,152.0,0.0,3137.0,9.0,9.0,151.0,525.0,Oakland,San Francisco-Oakland-Berkeley +06001441925,"Census Tract 4419.25, Alameda County, California",6920,5458.0,120711.0,432500.0,4421.0,1282.0,136.0,9.0,4787.0,0.0,0.0,281.0,425.0,Oakland,San Francisco-Oakland-Berkeley +06001441924,"Census Tract 4419.24, Alameda County, California",8030,5742.0,126795.0,638800.0,3818.0,1918.0,90.0,50.0,4665.0,0.0,14.0,381.0,912.0,Oakland,San Francisco-Oakland-Berkeley +06001403501,"Census Tract 4035.01, Alameda County, California",4698,3914.0,41348.0,430100.0,2108.0,1773.0,1046.0,57.0,996.0,19.0,0.0,258.0,579.0,Oakland,San Francisco-Oakland-Berkeley +06001409100,"Census Tract 4091, Alameda County, California",2233,1342.0,48065.0,269400.0,138.0,41.0,738.0,10.0,131.0,0.0,0.0,147.0,1166.0,Oakland,San Francisco-Oakland-Berkeley +06001409400,"Census Tract 4094, Alameda County, California",5311,2876.0,42344.0,360300.0,345.0,266.0,1363.0,0.0,511.0,12.0,0.0,19.0,3140.0,Oakland,San Francisco-Oakland-Berkeley +06001410300,"Census Tract 4103, Alameda County, California",3598,2163.0,51034.0,331000.0,165.0,43.0,891.0,46.0,48.0,84.0,5.0,78.0,2417.0,Oakland,San Francisco-Oakland-Berkeley +06001420300,"Census Tract 4203, Alameda County, California",4948,3418.0,87237.0,586600.0,2389.0,1680.0,252.0,15.0,1841.0,73.0,289.0,207.0,599.0,Oakland,San Francisco-Oakland-Berkeley +06001423200,"Census Tract 4232, Alameda County, California",3069,2043.0,45338.0,709300.0,973.0,933.0,635.0,25.0,194.0,133.0,0.0,200.0,968.0,Oakland,San Francisco-Oakland-Berkeley +06001423300,"Census Tract 4233, Alameda County, California",4060,3005.0,86738.0,684800.0,1460.0,1511.0,1449.0,44.0,373.0,19.0,0.0,191.0,481.0,Oakland,San Francisco-Oakland-Berkeley +06001423601,"Census Tract 4236.01, Alameda County, California",2839,2002.0,89605.0,813700.0,1540.0,2067.0,105.0,12.0,283.0,0.0,25.0,126.0,221.0,Oakland,San Francisco-Oakland-Berkeley +06001427700,"Census Tract 4277, Alameda County, California",5075,4034.0,87083.0,615800.0,1902.0,2604.0,405.0,1.0,884.0,0.0,0.0,471.0,710.0,Oakland,San Francisco-Oakland-Berkeley +06001450602,"Census Tract 4506.02, Alameda County, California",9949,6608.0,146042.0,856200.0,4320.0,5565.0,289.0,16.0,3095.0,68.0,0.0,215.0,701.0,Oakland,San Francisco-Oakland-Berkeley +06001443001,"Census Tract 4430.01, Alameda County, California",2814,1961.0,102111.0,617600.0,608.0,686.0,52.0,5.0,1094.0,72.0,0.0,25.0,885.0,Oakland,San Francisco-Oakland-Berkeley +06001450200,"Census Tract 4502, Alameda County, California",6252,4612.0,117390.0,661400.0,2889.0,2776.0,318.0,0.0,2450.0,4.0,0.0,257.0,447.0,Oakland,San Francisco-Oakland-Berkeley +06001427800,"Census Tract 4278, Alameda County, California",5241,4099.0,89853.0,764900.0,2123.0,2381.0,183.0,0.0,1890.0,0.0,15.0,436.0,336.0,Oakland,San Francisco-Oakland-Berkeley +06001428301,"Census Tract 4283.01, Alameda County, California",7012,4927.0,120042.0,646900.0,2621.0,2259.0,150.0,10.0,3159.0,0.0,183.0,588.0,663.0,Oakland,San Francisco-Oakland-Berkeley +06001433000,"Census Tract 4330, Alameda County, California",3838,2867.0,79421.0,473000.0,1107.0,1007.0,267.0,36.0,1494.0,8.0,32.0,121.0,900.0,Oakland,San Francisco-Oakland-Berkeley +06001433200,"Census Tract 4332, Alameda County, California",7392,4930.0,43682.0,417400.0,1063.0,1331.0,1498.0,68.0,2666.0,25.0,0.0,304.0,1500.0,Oakland,San Francisco-Oakland-Berkeley +06001435200,"Census Tract 4352, Alameda County, California",4586,3493.0,100199.0,513600.0,996.0,1355.0,949.0,6.0,937.0,0.0,0.0,253.0,1086.0,Oakland,San Francisco-Oakland-Berkeley +06001436402,"Census Tract 4364.02, Alameda County, California",2678,2071.0,126144.0,657400.0,930.0,1285.0,357.0,2.0,315.0,0.0,14.0,139.0,566.0,Oakland,San Francisco-Oakland-Berkeley +06001437600,"Census Tract 4376, Alameda County, California",3829,2671.0,71458.0,441400.0,465.0,501.0,272.0,0.0,1069.0,179.0,0.0,143.0,1665.0,Oakland,San Francisco-Oakland-Berkeley +06001440301,"Census Tract 4403.01, Alameda County, California",7369,5298.0,82708.0,538200.0,1487.0,1640.0,302.0,48.0,2416.0,244.0,0.0,33.0,2686.0,Oakland,San Francisco-Oakland-Berkeley +06001407700,"Census Tract 4077, Alameda County, California",4240,3121.0,74402.0,486100.0,1392.0,1134.0,2045.0,0.0,262.0,41.0,8.0,192.0,558.0,Oakland,San Francisco-Oakland-Berkeley +06001441602,"Census Tract 4416.02, Alameda County, California",8065,5477.0,103588.0,675300.0,2232.0,1365.0,575.0,0.0,4100.0,274.0,0.0,213.0,1538.0,Oakland,San Francisco-Oakland-Berkeley +06001420400,"Census Tract 4204, Alameda County, California",3247,2113.0,43272.0,-666666666.0,1629.0,983.0,58.0,129.0,1104.0,50.0,21.0,254.0,758.0,Oakland,San Francisco-Oakland-Berkeley +06001428200,"Census Tract 4282, Alameda County, California",6508,4865.0,91045.0,721400.0,2530.0,3519.0,343.0,0.0,1613.0,65.0,0.0,339.0,629.0,Oakland,San Francisco-Oakland-Berkeley +06001441100,"Census Tract 4411, Alameda County, California",4221,3312.0,98906.0,795200.0,1407.0,1842.0,70.0,51.0,1183.0,9.0,0.0,210.0,879.0,Oakland,San Francisco-Oakland-Berkeley +06001451501,"Census Tract 4515.01, Alameda County, California",4882,3408.0,122222.0,795700.0,1526.0,3390.0,52.0,5.0,445.0,0.0,0.0,311.0,679.0,Oakland,San Francisco-Oakland-Berkeley +06001403600,"Census Tract 4036, Alameda County, California",5025,4235.0,73513.0,434100.0,2585.0,1871.0,1614.0,36.0,472.0,0.0,26.0,348.0,658.0,Oakland,San Francisco-Oakland-Berkeley +06001405000,"Census Tract 4050, Alameda County, California",3328,2643.0,128125.0,837600.0,1894.0,2084.0,322.0,14.0,408.0,0.0,11.0,211.0,286.0,Oakland,San Francisco-Oakland-Berkeley +06001400400,"Census Tract 4004, Alameda County, California",3991,3156.0,102821.0,872400.0,2528.0,2625.0,238.0,25.0,484.0,0.0,0.0,256.0,377.0,Oakland,San Francisco-Oakland-Berkeley +06001403300,"Census Tract 4033, Alameda County, California",4743,3649.0,56673.0,365500.0,1446.0,1024.0,311.0,55.0,2611.0,0.0,0.0,259.0,513.0,Oakland,San Francisco-Oakland-Berkeley +06001401300,"Census Tract 4013, Alameda County, California",4054,3593.0,43476.0,625000.0,1480.0,1400.0,1319.0,35.0,620.0,0.0,0.0,142.0,546.0,Oakland,San Francisco-Oakland-Berkeley +06001408800,"Census Tract 4088, Alameda County, California",6276,3609.0,26156.0,239100.0,70.0,240.0,2265.0,22.0,315.0,254.0,0.0,31.0,3166.0,Oakland,San Francisco-Oakland-Berkeley +06001403000,"Census Tract 4030, Alameda County, California",3251,2754.0,22711.0,416500.0,661.0,175.0,159.0,35.0,2701.0,72.0,21.0,29.0,59.0,Oakland,San Francisco-Oakland-Berkeley +06001420100,"Census Tract 4201, Alameda County, California",2434,1623.0,124811.0,929000.0,1163.0,1452.0,71.0,17.0,526.0,0.0,30.0,170.0,168.0,Oakland,San Francisco-Oakland-Berkeley +06001410400,"Census Tract 4104, Alameda County, California",4146,2927.0,69258.0,317600.0,517.0,249.0,1520.0,43.0,348.0,9.0,0.0,66.0,1954.0,Oakland,San Francisco-Oakland-Berkeley +06001422900,"Census Tract 4229, Alameda County, California",5167,2437.0,22399.0,990400.0,1607.0,1889.0,659.0,0.0,1864.0,122.0,0.0,287.0,346.0,Oakland,San Francisco-Oakland-Berkeley +06001436800,"Census Tract 4368, Alameda County, California",4179,2835.0,76791.0,481600.0,823.0,567.0,532.0,11.0,805.0,74.0,0.0,145.0,2045.0,Oakland,San Francisco-Oakland-Berkeley +06001436401,"Census Tract 4364.01, Alameda County, California",7758,5495.0,78168.0,533100.0,1829.0,2478.0,1007.0,20.0,1461.0,16.0,45.0,597.0,2147.0,Oakland,San Francisco-Oakland-Berkeley +06001424001,"Census Tract 4240.01, Alameda County, California",4320,2951.0,71392.0,682700.0,1620.0,1934.0,1038.0,5.0,425.0,42.0,48.0,187.0,641.0,Oakland,San Francisco-Oakland-Berkeley +06001432700,"Census Tract 4327, Alameda County, California",2843,2076.0,90741.0,587900.0,846.0,1215.0,151.0,0.0,493.0,29.0,13.0,158.0,784.0,Oakland,San Francisco-Oakland-Berkeley +06001441503,"Census Tract 4415.03, Alameda County, California",6759,4615.0,157650.0,786100.0,3401.0,571.0,107.0,23.0,5465.0,53.0,11.0,335.0,194.0,Oakland,San Francisco-Oakland-Berkeley +06001450605,"Census Tract 4506.05, Alameda County, California",3934,2799.0,130029.0,813100.0,1793.0,2418.0,38.0,3.0,912.0,74.0,0.0,222.0,267.0,Oakland,San Francisco-Oakland-Berkeley +06001433400,"Census Tract 4334, Alameda County, California",6546,5390.0,102744.0,488500.0,1960.0,1180.0,521.0,81.0,3660.0,104.0,0.0,121.0,910.0,Oakland,San Francisco-Oakland-Berkeley +06001441200,"Census Tract 4412, Alameda County, California",6977,4763.0,120658.0,743100.0,2430.0,2526.0,177.0,17.0,2370.0,0.0,18.0,411.0,1458.0,Oakland,San Francisco-Oakland-Berkeley +06001444400,"Census Tract 4444, Alameda County, California",4986,3538.0,83222.0,464200.0,799.0,1017.0,249.0,22.0,1175.0,0.0,9.0,324.0,2212.0,Oakland,San Francisco-Oakland-Berkeley +06001436200,"Census Tract 4362, Alameda County, California",4149,2615.0,50313.0,341200.0,271.0,524.0,727.0,58.0,460.0,70.0,0.0,56.0,2312.0,Oakland,San Francisco-Oakland-Berkeley +06001437900,"Census Tract 4379, Alameda County, California",2454,1641.0,75852.0,434600.0,274.0,194.0,135.0,155.0,398.0,27.0,0.0,86.0,1570.0,Oakland,San Francisco-Oakland-Berkeley +06001441700,"Census Tract 4417, Alameda County, California",8093,5339.0,107074.0,590800.0,2237.0,1857.0,375.0,53.0,3720.0,0.0,0.0,374.0,1738.0,Oakland,San Francisco-Oakland-Berkeley +06013355112,"Census Tract 3551.12, Contra Costa County, California",5410,4110.0,166771.0,1222200.0,2652.0,4173.0,98.0,0.0,587.0,7.0,22.0,124.0,399.0,Oakland,San Francisco-Oakland-Berkeley +06013392300,"Census Tract 3923, Contra Costa County, California",3122,2041.0,145833.0,661400.0,1139.0,195.0,331.0,0.0,2134.0,0.0,10.0,153.0,299.0,Oakland,San Francisco-Oakland-Berkeley +06013355306,"Census Tract 3553.06, Contra Costa County, California",5227,3458.0,137727.0,677500.0,1853.0,4241.0,80.0,60.0,194.0,0.0,2.0,157.0,493.0,Oakland,San Francisco-Oakland-Berkeley +06013392200,"Census Tract 3922, Contra Costa County, California",12001,7960.0,78105.0,370900.0,1935.0,2130.0,1854.0,82.0,2468.0,15.0,12.0,492.0,4948.0,Oakland,San Francisco-Oakland-Berkeley +06013334200,"Census Tract 3342, Contra Costa County, California",7809,5762.0,170494.0,1025900.0,3995.0,6173.0,400.0,0.0,459.0,15.0,272.0,209.0,281.0,Oakland,San Francisco-Oakland-Berkeley +06013334006,"Census Tract 3340.06, Contra Costa County, California",4834,3378.0,120873.0,580500.0,1937.0,2811.0,223.0,19.0,1103.0,0.0,0.0,213.0,472.0,Oakland,San Francisco-Oakland-Berkeley +06013355113,"Census Tract 3551.13, Contra Costa County, California",5134,3470.0,185500.0,1077400.0,2555.0,3115.0,109.0,0.0,1442.0,29.0,0.0,121.0,318.0,Oakland,San Francisco-Oakland-Berkeley +06013360102,"Census Tract 3601.02, Contra Costa County, California",4241,3281.0,115082.0,559200.0,1464.0,1427.0,305.0,27.0,1220.0,0.0,0.0,271.0,1003.0,Oakland,San Francisco-Oakland-Berkeley +06013320003,"Census Tract 3200.03, Contra Costa County, California",2704,1868.0,124250.0,556200.0,879.0,1946.0,79.0,0.0,392.0,0.0,0.0,83.0,204.0,Oakland,San Francisco-Oakland-Berkeley +06013303202,"Census Tract 3032.02, Contra Costa County, California",7211,4559.0,109338.0,446200.0,1202.0,4160.0,480.0,27.0,535.0,0.0,0.0,318.0,1718.0,Oakland,San Francisco-Oakland-Berkeley +06013355109,"Census Tract 3551.09, Contra Costa County, California",7469,5258.0,107250.0,360900.0,1376.0,2655.0,1669.0,0.0,944.0,12.0,0.0,226.0,1963.0,Oakland,San Francisco-Oakland-Berkeley +06013304004,"Census Tract 3040.04, Contra Costa County, California",3794,3015.0,109773.0,598000.0,970.0,2911.0,14.0,8.0,190.0,0.0,0.0,229.0,450.0,Oakland,San Francisco-Oakland-Berkeley +06013990000,"Census Tract 9900, Contra Costa County, California",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06013303203,"Census Tract 3032.03, Contra Costa County, California",9692,5969.0,117128.0,558200.0,2103.0,5180.0,694.0,12.0,1215.0,0.0,16.0,511.0,2064.0,Oakland,San Francisco-Oakland-Berkeley +06013302009,"Census Tract 3020.09, Contra Costa County, California",7546,4410.0,99563.0,384000.0,1350.0,1621.0,1888.0,0.0,1377.0,0.0,0.0,326.0,2334.0,Oakland,San Francisco-Oakland-Berkeley +06013302010,"Census Tract 3020.10, Contra Costa County, California",11648,6969.0,117500.0,395700.0,1572.0,5687.0,615.0,142.0,1082.0,16.0,73.0,633.0,3492.0,Oakland,San Francisco-Oakland-Berkeley +06013313204,"Census Tract 3132.04, Contra Costa County, California",5426,3613.0,74265.0,355600.0,669.0,1334.0,810.0,8.0,555.0,0.0,0.0,318.0,2401.0,Oakland,San Francisco-Oakland-Berkeley +06013313203,"Census Tract 3132.03, Contra Costa County, California",3257,2218.0,81417.0,339100.0,411.0,952.0,147.0,13.0,489.0,155.0,0.0,102.0,1412.0,Oakland,San Francisco-Oakland-Berkeley +06013302005,"Census Tract 3020.05, Contra Costa County, California",7131,4516.0,53327.0,277600.0,424.0,3144.0,624.0,84.0,224.0,43.0,0.0,309.0,2714.0,Oakland,San Francisco-Oakland-Berkeley +06013339001,"Census Tract 3390.01, Contra Costa County, California",3501,2565.0,77422.0,470800.0,1698.0,2025.0,102.0,27.0,557.0,20.0,7.0,117.0,673.0,Oakland,San Francisco-Oakland-Berkeley +06013345204,"Census Tract 3452.04, Contra Costa County, California",4005,2683.0,205250.0,1567400.0,2031.0,3489.0,0.0,0.0,143.0,0.0,0.0,49.0,324.0,Oakland,San Francisco-Oakland-Berkeley +06013365003,"Census Tract 3650.03, Contra Costa County, California",5185,3738.0,61775.0,352300.0,1116.0,1144.0,1264.0,0.0,1288.0,0.0,84.0,273.0,1132.0,Oakland,San Francisco-Oakland-Berkeley +06013351101,"Census Tract 3511.01, Contra Costa County, California",2655,2645.0,53389.0,443800.0,1624.0,2366.0,16.0,0.0,170.0,40.0,0.0,17.0,46.0,Oakland,San Francisco-Oakland-Berkeley +06013351103,"Census Tract 3511.03, Contra Costa County, California",1872,1871.0,85671.0,574700.0,1226.0,1703.0,1.0,8.0,103.0,0.0,8.0,18.0,31.0,Oakland,San Francisco-Oakland-Berkeley +06013351102,"Census Tract 3511.02, Contra Costa County, California",3584,3584.0,45892.0,311600.0,1897.0,3035.0,12.0,16.0,324.0,0.0,0.0,11.0,186.0,Oakland,San Francisco-Oakland-Berkeley +06013339002,"Census Tract 3390.02, Contra Costa County, California",7097,5300.0,73083.0,427200.0,2916.0,3996.0,140.0,0.0,1594.0,0.0,56.0,442.0,869.0,Oakland,San Francisco-Oakland-Berkeley +06013355117,"Census Tract 3551.17, Contra Costa County, California",7189,3985.0,241552.0,1037600.0,3230.0,1281.0,40.0,10.0,5319.0,34.0,30.0,365.0,110.0,Oakland,San Francisco-Oakland-Berkeley +06013355115,"Census Tract 3551.15, Contra Costa County, California",7772,4720.0,107821.0,896100.0,3181.0,1637.0,527.0,0.0,4389.0,133.0,9.0,496.0,581.0,Oakland,San Francisco-Oakland-Berkeley +06013355116,"Census Tract 3551.16, Contra Costa County, California",8105,4691.0,187759.0,1085300.0,3516.0,1434.0,209.0,33.0,5393.0,48.0,43.0,368.0,577.0,Oakland,San Francisco-Oakland-Berkeley +06013338204,"Census Tract 3382.04, Contra Costa County, California",6141,4673.0,93803.0,542500.0,3223.0,3885.0,72.0,0.0,1272.0,0.0,0.0,210.0,702.0,Oakland,San Francisco-Oakland-Berkeley +06013357000,"Census Tract 3570, Contra Costa County, California",3201,2504.0,90833.0,430700.0,858.0,2182.0,50.0,32.0,21.0,0.0,14.0,115.0,787.0,Oakland,San Francisco-Oakland-Berkeley +06013338302,"Census Tract 3383.02, Contra Costa County, California",6149,4450.0,165463.0,906700.0,3229.0,4380.0,0.0,0.0,783.0,0.0,16.0,525.0,445.0,Oakland,San Francisco-Oakland-Berkeley +06013349000,"Census Tract 3490, Contra Costa County, California",5618,3820.0,116206.0,1094100.0,2484.0,4105.0,122.0,8.0,587.0,0.0,0.0,214.0,582.0,Oakland,San Francisco-Oakland-Berkeley +06013307101,"Census Tract 3071.01, Contra Costa County, California",4535,2967.0,71062.0,297700.0,493.0,2353.0,315.0,65.0,343.0,0.0,0.0,108.0,1392.0,Oakland,San Francisco-Oakland-Berkeley +06013321101,"Census Tract 3211.01, Contra Costa County, California",6906,5187.0,105039.0,496400.0,1668.0,4366.0,386.0,7.0,549.0,0.0,48.0,263.0,1287.0,Oakland,San Francisco-Oakland-Berkeley +06013307202,"Census Tract 3072.02, Contra Costa County, California",4129,2211.0,35723.0,122500.0,191.0,422.0,1512.0,11.0,125.0,65.0,48.0,331.0,1615.0,Oakland,San Francisco-Oakland-Berkeley +06013307204,"Census Tract 3072.04, Contra Costa County, California",4237,2742.0,62010.0,284800.0,325.0,1408.0,520.0,224.0,227.0,0.0,12.0,72.0,1983.0,Oakland,San Francisco-Oakland-Berkeley +06013317000,"Census Tract 3170, Contra Costa County, California",2300,1672.0,70793.0,417400.0,676.0,1527.0,71.0,0.0,272.0,0.0,0.0,220.0,210.0,Oakland,San Francisco-Oakland-Berkeley +06013321102,"Census Tract 3211.02, Contra Costa County, California",6816,5159.0,123834.0,575200.0,2911.0,4666.0,114.0,36.0,736.0,0.0,0.0,452.0,839.0,Oakland,San Francisco-Oakland-Berkeley +06013321103,"Census Tract 3211.03, Contra Costa County, California",4297,3198.0,120658.0,611500.0,1596.0,3208.0,82.0,34.0,342.0,0.0,48.0,97.0,499.0,Oakland,San Francisco-Oakland-Berkeley +06013330000,"Census Tract 3300, Contra Costa County, California",5623,4139.0,78351.0,416900.0,1161.0,3008.0,25.0,29.0,644.0,0.0,24.0,220.0,1673.0,Oakland,San Francisco-Oakland-Berkeley +06013321200,"Census Tract 3212, Contra Costa County, California",5425,3584.0,73000.0,357700.0,1483.0,2638.0,152.0,97.0,1429.0,27.0,0.0,196.0,983.0,Oakland,San Francisco-Oakland-Berkeley +06013310000,"Census Tract 3100, Contra Costa County, California",6482,3676.0,53103.0,274700.0,371.0,721.0,1088.0,80.0,363.0,135.0,0.0,381.0,3794.0,Oakland,San Francisco-Oakland-Berkeley +06013313102,"Census Tract 3131.02, Contra Costa County, California",4115,2859.0,66680.0,322700.0,456.0,881.0,1026.0,79.0,361.0,141.0,0.0,191.0,1515.0,Oakland,San Francisco-Oakland-Berkeley +06013336101,"Census Tract 3361.01, Contra Costa County, California",5312,3330.0,51404.0,316700.0,814.0,736.0,304.0,6.0,735.0,190.0,0.0,139.0,3202.0,Oakland,San Francisco-Oakland-Berkeley +06013337200,"Census Tract 3372, Contra Costa County, California",8168,6183.0,72624.0,390000.0,2017.0,4255.0,221.0,33.0,1038.0,0.0,0.0,381.0,2240.0,Oakland,San Francisco-Oakland-Berkeley +06013337300,"Census Tract 3373, Contra Costa County, California",6019,4513.0,114316.0,735700.0,2403.0,4152.0,215.0,52.0,739.0,0.0,12.0,360.0,541.0,Oakland,San Francisco-Oakland-Berkeley +06013359203,"Census Tract 3592.03, Contra Costa County, California",7136,5035.0,97616.0,433700.0,1907.0,1301.0,1358.0,0.0,3138.0,0.0,0.0,104.0,1235.0,Oakland,San Francisco-Oakland-Berkeley +06013370000,"Census Tract 3700, Contra Costa County, California",2794,2211.0,90781.0,473200.0,880.0,1312.0,337.0,0.0,573.0,0.0,4.0,101.0,467.0,Oakland,San Francisco-Oakland-Berkeley +06013386000,"Census Tract 3860, Contra Costa County, California",3690,2708.0,60920.0,484500.0,1177.0,1297.0,334.0,32.0,1262.0,20.0,0.0,211.0,557.0,Oakland,San Francisco-Oakland-Berkeley +06013389100,"Census Tract 3891, Contra Costa County, California",1970,1578.0,85972.0,625000.0,902.0,792.0,73.0,4.0,610.0,0.0,0.0,118.0,373.0,Oakland,San Francisco-Oakland-Berkeley +06013389200,"Census Tract 3892, Contra Costa County, California",1809,1331.0,65972.0,475000.0,786.0,436.0,144.0,23.0,845.0,9.0,0.0,48.0,327.0,Oakland,San Francisco-Oakland-Berkeley +06013323000,"Census Tract 3230, Contra Costa County, California",4582,3212.0,105641.0,604100.0,1745.0,3291.0,40.0,0.0,420.0,66.0,0.0,99.0,666.0,Oakland,San Francisco-Oakland-Berkeley +06013326000,"Census Tract 3260, Contra Costa County, California",3537,2611.0,128587.0,783200.0,1545.0,2839.0,113.0,0.0,199.0,23.0,21.0,127.0,215.0,Oakland,San Francisco-Oakland-Berkeley +06013333200,"Census Tract 3332, Contra Costa County, California",6070,4205.0,99394.0,542600.0,1458.0,4356.0,46.0,0.0,229.0,0.0,53.0,213.0,1173.0,Oakland,San Francisco-Oakland-Berkeley +06013341000,"Census Tract 3410, Contra Costa County, California",5446,3849.0,118821.0,895400.0,2740.0,4017.0,76.0,0.0,688.0,0.0,0.0,277.0,388.0,Oakland,San Francisco-Oakland-Berkeley +06013343002,"Census Tract 3430.02, Contra Costa County, California",4852,3529.0,97532.0,819900.0,2087.0,3376.0,53.0,0.0,592.0,0.0,0.0,241.0,590.0,Oakland,San Francisco-Oakland-Berkeley +06013345101,"Census Tract 3451.01, Contra Costa County, California",6006,4176.0,134628.0,776000.0,2255.0,2819.0,467.0,7.0,1493.0,16.0,0.0,45.0,1159.0,Oakland,San Francisco-Oakland-Berkeley +06013314104,"Census Tract 3141.04, Contra Costa County, California",8445,4683.0,40129.0,160100.0,337.0,1199.0,1096.0,129.0,527.0,0.0,0.0,425.0,5132.0,Oakland,San Francisco-Oakland-Berkeley +06013315000,"Census Tract 3150, Contra Costa County, California",3668,2661.0,85793.0,341700.0,744.0,1627.0,249.0,109.0,696.0,31.0,35.0,147.0,778.0,Oakland,San Francisco-Oakland-Berkeley +06013305000,"Census Tract 3050, Contra Costa County, California",6347,4059.0,47787.0,223400.0,395.0,1774.0,1264.0,118.0,246.0,0.0,0.0,201.0,2785.0,Oakland,San Francisco-Oakland-Berkeley +06013312000,"Census Tract 3120, Contra Costa County, California",2215,1391.0,34239.0,269300.0,213.0,193.0,793.0,13.0,144.0,0.0,0.0,87.0,985.0,Oakland,San Francisco-Oakland-Berkeley +06013320001,"Census Tract 3200.01, Contra Costa County, California",4231,2749.0,75391.0,367600.0,687.0,1965.0,127.0,8.0,128.0,251.0,0.0,156.0,1604.0,Oakland,San Francisco-Oakland-Berkeley +06013307205,"Census Tract 3072.05, Contra Costa County, California",7058,4567.0,41814.0,293400.0,656.0,1744.0,1775.0,21.0,725.0,19.0,0.0,232.0,2542.0,Oakland,San Francisco-Oakland-Berkeley +06013308001,"Census Tract 3080.01, Contra Costa County, California",7708,4803.0,65385.0,345400.0,1068.0,3381.0,1302.0,159.0,182.0,68.0,0.0,632.0,2120.0,Oakland,San Francisco-Oakland-Berkeley +06013314200,"Census Tract 3142, Contra Costa County, California",6790,4058.0,46087.0,167800.0,255.0,834.0,155.0,0.0,337.0,120.0,15.0,101.0,5228.0,Oakland,San Francisco-Oakland-Berkeley +06013327000,"Census Tract 3270, Contra Costa County, California",7810,5504.0,54745.0,170300.0,1110.0,3351.0,5.0,19.0,485.0,19.0,154.0,432.0,3364.0,Oakland,San Francisco-Oakland-Berkeley +06013328000,"Census Tract 3280, Contra Costa County, California",2535,2182.0,33839.0,225000.0,751.0,1154.0,145.0,12.0,508.0,0.0,0.0,164.0,564.0,Oakland,San Francisco-Oakland-Berkeley +06013329000,"Census Tract 3290, Contra Costa County, California",6239,4502.0,83082.0,382900.0,1305.0,3324.0,115.0,0.0,471.0,0.0,0.0,213.0,2116.0,Oakland,San Francisco-Oakland-Berkeley +06013332000,"Census Tract 3320, Contra Costa County, California",8476,5964.0,103418.0,462100.0,1861.0,5014.0,88.0,44.0,700.0,0.0,0.0,517.0,2141.0,Oakland,San Francisco-Oakland-Berkeley +06013340001,"Census Tract 3400.01, Contra Costa County, California",6351,4506.0,61803.0,699700.0,2644.0,4647.0,112.0,0.0,835.0,107.0,0.0,289.0,361.0,Oakland,San Francisco-Oakland-Berkeley +06013343003,"Census Tract 3430.03, Contra Costa County, California",3873,2872.0,146786.0,1009100.0,2020.0,3075.0,8.0,20.0,316.0,35.0,0.0,224.0,195.0,Oakland,San Francisco-Oakland-Berkeley +06013345103,"Census Tract 3451.03, Contra Costa County, California",4898,3452.0,136607.0,753900.0,2111.0,2881.0,191.0,16.0,988.0,0.0,8.0,289.0,541.0,Oakland,San Francisco-Oakland-Berkeley +06013345105,"Census Tract 3451.05, Contra Costa County, California",6801,4528.0,132004.0,868900.0,3004.0,4920.0,40.0,15.0,835.0,0.0,0.0,263.0,728.0,Oakland,San Francisco-Oakland-Berkeley +06013345108,"Census Tract 3451.08, Contra Costa County, California",7360,5259.0,121583.0,770400.0,3773.0,3614.0,252.0,44.0,2590.0,0.0,0.0,438.0,436.0,Oakland,San Francisco-Oakland-Berkeley +06013346201,"Census Tract 3462.01, Contra Costa County, California",7377,5482.0,164052.0,1218300.0,3674.0,6570.0,52.0,0.0,390.0,0.0,0.0,135.0,230.0,Oakland,San Francisco-Oakland-Berkeley +06013348000,"Census Tract 3480, Contra Costa County, California",4915,3339.0,201250.0,1458300.0,2353.0,3934.0,38.0,8.0,562.0,0.0,0.0,161.0,212.0,Oakland,San Francisco-Oakland-Berkeley +06013355304,"Census Tract 3553.04, Contra Costa County, California",8635,5998.0,137170.0,616900.0,2943.0,6462.0,58.0,16.0,733.0,30.0,19.0,522.0,795.0,Oakland,San Francisco-Oakland-Berkeley +06013356002,"Census Tract 3560.02, Contra Costa County, California",5131,3889.0,141667.0,525400.0,1743.0,1775.0,530.0,9.0,1737.0,0.0,11.0,496.0,573.0,Oakland,San Francisco-Oakland-Berkeley +06013359204,"Census Tract 3592.04, Contra Costa County, California",5101,3618.0,124205.0,481900.0,1361.0,893.0,521.0,0.0,2660.0,0.0,43.0,238.0,746.0,Oakland,San Francisco-Oakland-Berkeley +06013365002,"Census Tract 3650.02, Contra Costa County, California",5757,3309.0,50313.0,293400.0,375.0,248.0,944.0,50.0,517.0,13.0,0.0,319.0,3716.0,Oakland,San Francisco-Oakland-Berkeley +06013366002,"Census Tract 3660.02, Contra Costa County, California",6224,3806.0,57188.0,249400.0,450.0,366.0,655.0,6.0,1000.0,23.0,17.0,119.0,4044.0,Oakland,San Francisco-Oakland-Berkeley +06013367200,"Census Tract 3672, Contra Costa County, California",5763,3763.0,51953.0,301000.0,633.0,624.0,853.0,0.0,1401.0,71.0,0.0,154.0,2660.0,Oakland,San Francisco-Oakland-Berkeley +06013369001,"Census Tract 3690.01, Contra Costa County, California",7423,4945.0,36732.0,228300.0,721.0,989.0,1213.0,31.0,1674.0,3.0,15.0,50.0,3479.0,Oakland,San Francisco-Oakland-Berkeley +06013373000,"Census Tract 3730, Contra Costa County, California",4309,2578.0,52426.0,241900.0,171.0,77.0,543.0,48.0,601.0,0.0,0.0,30.0,3034.0,Oakland,San Francisco-Oakland-Berkeley +06013377000,"Census Tract 3770, Contra Costa County, California",7063,4497.0,33932.0,136600.0,407.0,458.0,1131.0,48.0,382.0,72.0,13.0,63.0,4896.0,Oakland,San Francisco-Oakland-Berkeley +06013385200,"Census Tract 3852, Contra Costa County, California",1157,917.0,111765.0,676400.0,637.0,585.0,49.0,18.0,391.0,0.0,0.0,43.0,71.0,Oakland,San Francisco-Oakland-Berkeley +06013388000,"Census Tract 3880, Contra Costa County, California",2727,2081.0,89146.0,584400.0,1166.0,1282.0,95.0,10.0,881.0,0.0,12.0,127.0,320.0,Oakland,San Francisco-Oakland-Berkeley +06013391000,"Census Tract 3910, Contra Costa County, California",2707,2111.0,140809.0,885100.0,1808.0,1927.0,57.0,0.0,351.0,0.0,0.0,140.0,232.0,Oakland,San Francisco-Oakland-Berkeley +06013392000,"Census Tract 3920, Contra Costa County, California",2760,2100.0,150326.0,826100.0,1718.0,2021.0,25.0,11.0,362.0,0.0,0.0,191.0,161.0,Oakland,San Francisco-Oakland-Berkeley +06013374000,"Census Tract 3740, Contra Costa County, California",4662,3165.0,47672.0,333600.0,633.0,940.0,876.0,11.0,387.0,0.0,45.0,158.0,2256.0,Oakland,San Francisco-Oakland-Berkeley +06013379000,"Census Tract 3790, Contra Costa County, California",6513,3762.0,41111.0,254400.0,318.0,193.0,1914.0,8.0,88.0,0.0,85.0,245.0,3980.0,Oakland,San Francisco-Oakland-Berkeley +06013381000,"Census Tract 3810, Contra Costa County, California",6564,4170.0,46413.0,271600.0,441.0,488.0,1887.0,0.0,241.0,2.0,115.0,220.0,3611.0,Oakland,San Francisco-Oakland-Berkeley +06013382000,"Census Tract 3820, Contra Costa County, California",7590,4808.0,40542.0,316200.0,807.0,462.0,3405.0,10.0,955.0,140.0,0.0,234.0,2384.0,Oakland,San Francisco-Oakland-Berkeley +06013383000,"Census Tract 3830, Contra Costa County, California",4594,3606.0,76192.0,475600.0,2031.0,2028.0,534.0,42.0,1343.0,0.0,14.0,139.0,494.0,Oakland,San Francisco-Oakland-Berkeley +06013384000,"Census Tract 3840, Contra Costa County, California",4054,3143.0,101000.0,682400.0,2091.0,2167.0,303.0,23.0,702.0,17.0,0.0,489.0,368.0,Oakland,San Francisco-Oakland-Berkeley +06013313101,"Census Tract 3131.01, Contra Costa County, California",7104,4829.0,45865.0,265300.0,657.0,1573.0,829.0,42.0,881.0,159.0,16.0,778.0,2826.0,Oakland,San Francisco-Oakland-Berkeley +06013335000,"Census Tract 3350, Contra Costa County, California",3387,2505.0,77348.0,452600.0,809.0,1768.0,168.0,0.0,248.0,0.0,0.0,296.0,907.0,Oakland,San Francisco-Oakland-Berkeley +06013304003,"Census Tract 3040.03, Contra Costa County, California",4058,2975.0,115265.0,552100.0,909.0,3095.0,70.0,21.0,213.0,0.0,0.0,84.0,590.0,Oakland,San Francisco-Oakland-Berkeley +06013303205,"Census Tract 3032.05, Contra Costa County, California",8860,6422.0,86471.0,451400.0,1824.0,5976.0,98.0,0.0,350.0,281.0,43.0,417.0,1695.0,Oakland,San Francisco-Oakland-Berkeley +06013359105,"Census Tract 3591.05, Contra Costa County, California",4884,3399.0,115288.0,474300.0,1655.0,774.0,874.0,0.0,2127.0,13.0,0.0,422.0,674.0,Oakland,San Francisco-Oakland-Berkeley +06013368001,"Census Tract 3680.01, Contra Costa County, California",5048,3185.0,48281.0,255300.0,246.0,271.0,148.0,65.0,251.0,0.0,21.0,114.0,4243.0,Oakland,San Francisco-Oakland-Berkeley +06013368002,"Census Tract 3680.02, Contra Costa County, California",3627,2217.0,45588.0,260900.0,205.0,271.0,279.0,48.0,351.0,29.0,23.0,112.0,2538.0,Oakland,San Francisco-Oakland-Berkeley +06013359104,"Census Tract 3591.04, Contra Costa County, California",2005,1558.0,79125.0,312200.0,703.0,360.0,393.0,17.0,778.0,0.0,31.0,158.0,274.0,Oakland,San Francisco-Oakland-Berkeley +06013359103,"Census Tract 3591.03, Contra Costa County, California",4884,3962.0,78348.0,391900.0,1418.0,1817.0,480.0,0.0,1394.0,1.0,0.0,424.0,768.0,Oakland,San Francisco-Oakland-Berkeley +06013360101,"Census Tract 3601.01, Contra Costa County, California",4644,3323.0,82069.0,472100.0,1289.0,1783.0,378.0,0.0,1001.0,0.0,35.0,411.0,1036.0,Oakland,San Francisco-Oakland-Berkeley +06013345116,"Census Tract 3451.16, Contra Costa County, California",2798,1793.0,162841.0,816800.0,1195.0,1548.0,27.0,14.0,658.0,0.0,56.0,134.0,361.0,Oakland,San Francisco-Oakland-Berkeley +06013346203,"Census Tract 3462.03, Contra Costa County, California",3777,2572.0,132384.0,1013200.0,1893.0,3173.0,11.0,0.0,393.0,0.0,0.0,67.0,133.0,Oakland,San Francisco-Oakland-Berkeley +06013345114,"Census Tract 3451.14, Contra Costa County, California",6700,4873.0,155298.0,928800.0,3114.0,5783.0,60.0,0.0,480.0,9.0,14.0,94.0,260.0,Oakland,San Francisco-Oakland-Berkeley +06013346204,"Census Tract 3462.04, Contra Costa County, California",7444,4693.0,184814.0,1118400.0,3398.0,5678.0,0.0,0.0,1129.0,0.0,0.0,228.0,409.0,Oakland,San Francisco-Oakland-Berkeley +06013345111,"Census Tract 3451.11, Contra Costa County, California",5375,3667.0,128631.0,851500.0,2572.0,1781.0,74.0,24.0,3027.0,0.0,0.0,156.0,313.0,Oakland,San Francisco-Oakland-Berkeley +06013355114,"Census Tract 3551.14, Contra Costa County, California",11628,6970.0,185469.0,1008400.0,5005.0,4666.0,205.0,2.0,5456.0,0.0,0.0,504.0,795.0,Oakland,San Francisco-Oakland-Berkeley +06013345113,"Census Tract 3451.13, Contra Costa County, California",4446,3001.0,167045.0,969100.0,2136.0,2873.0,82.0,23.0,1079.0,13.0,0.0,135.0,241.0,Oakland,San Francisco-Oakland-Berkeley +06013345112,"Census Tract 3451.12, Contra Costa County, California",6017,3762.0,111597.0,1109600.0,2413.0,2958.0,10.0,0.0,2194.0,0.0,8.0,227.0,620.0,Oakland,San Francisco-Oakland-Berkeley +06013345203,"Census Tract 3452.03, Contra Costa County, California",6935,4854.0,131168.0,1081000.0,2919.0,5649.0,205.0,0.0,417.0,0.0,0.0,254.0,410.0,Oakland,San Francisco-Oakland-Berkeley +06013303102,"Census Tract 3031.02, Contra Costa County, California",8930,5470.0,109514.0,547900.0,1903.0,3983.0,972.0,0.0,1431.0,0.0,57.0,412.0,2075.0,Oakland,San Francisco-Oakland-Berkeley +06013302007,"Census Tract 3020.07, Contra Costa County, California",7050,4250.0,73362.0,324900.0,658.0,2759.0,628.0,83.0,455.0,100.0,0.0,267.0,2758.0,Oakland,San Francisco-Oakland-Berkeley +06013302008,"Census Tract 3020.08, Contra Costa County, California",8126,4915.0,95972.0,387300.0,1328.0,2668.0,955.0,153.0,764.0,0.0,0.0,404.0,3182.0,Oakland,San Francisco-Oakland-Berkeley +06013303103,"Census Tract 3031.03, Contra Costa County, California",12210,7875.0,76842.0,432500.0,1619.0,5746.0,806.0,239.0,512.0,5.0,0.0,897.0,4092.0,Oakland,San Francisco-Oakland-Berkeley +06013304002,"Census Tract 3040.02, Contra Costa County, California",1647,1075.0,68750.0,445000.0,164.0,915.0,31.0,17.0,11.0,0.0,0.0,17.0,656.0,Oakland,San Francisco-Oakland-Berkeley +06013304005,"Census Tract 3040.05, Contra Costa County, California",8287,5141.0,119583.0,498600.0,1305.0,5313.0,765.0,152.0,265.0,66.0,105.0,295.0,1478.0,Oakland,San Francisco-Oakland-Berkeley +06013302006,"Census Tract 3020.06, Contra Costa County, California",3873,2531.0,95640.0,328700.0,337.0,2195.0,190.0,12.0,191.0,0.0,0.0,139.0,1158.0,Oakland,San Francisco-Oakland-Berkeley +06013313205,"Census Tract 3132.05, Contra Costa County, California",1749,1135.0,83281.0,290600.0,171.0,351.0,216.0,65.0,421.0,0.0,7.0,81.0,673.0,Oakland,San Francisco-Oakland-Berkeley +06013313206,"Census Tract 3132.06, Contra Costa County, California",6167,3932.0,61218.0,259000.0,365.0,638.0,995.0,52.0,734.0,62.0,0.0,132.0,3586.0,Oakland,San Francisco-Oakland-Berkeley +06013304001,"Census Tract 3040.01, Contra Costa County, California",4700,3285.0,117917.0,599400.0,1461.0,2594.0,105.0,0.0,1003.0,0.0,12.0,411.0,575.0,Oakland,San Francisco-Oakland-Berkeley +06013355108,"Census Tract 3551.08, Contra Costa County, California",13020,8533.0,93688.0,374600.0,2867.0,2414.0,3865.0,17.0,2221.0,235.0,128.0,1246.0,2911.0,Oakland,San Francisco-Oakland-Berkeley +06013355107,"Census Tract 3551.07, Contra Costa County, California",5313,3722.0,100385.0,366300.0,1157.0,2283.0,569.0,52.0,575.0,0.0,0.0,215.0,1660.0,Oakland,San Francisco-Oakland-Berkeley +06013306003,"Census Tract 3060.03, Contra Costa County, California",5221,3256.0,53618.0,242800.0,300.0,1923.0,773.0,62.0,119.0,22.0,0.0,207.0,2115.0,Oakland,San Francisco-Oakland-Berkeley +06013306004,"Census Tract 3060.04, Contra Costa County, California",3761,2478.0,62796.0,278000.0,286.0,1254.0,887.0,6.0,91.0,0.0,16.0,171.0,1342.0,Oakland,San Francisco-Oakland-Berkeley +06013345115,"Census Tract 3451.15, Contra Costa County, California",5846,4013.0,186250.0,993300.0,2640.0,2871.0,48.0,10.0,2147.0,0.0,0.0,351.0,429.0,Oakland,San Francisco-Oakland-Berkeley +06013355110,"Census Tract 3551.10, Contra Costa County, California",4290,2587.0,89755.0,345100.0,822.0,1074.0,714.0,0.0,1075.0,0.0,65.0,325.0,1037.0,Oakland,San Francisco-Oakland-Berkeley +06013355111,"Census Tract 3551.11, Contra Costa County, California",6109,3873.0,83786.0,345800.0,1041.0,1724.0,1477.0,0.0,716.0,0.0,0.0,290.0,1902.0,Oakland,San Francisco-Oakland-Berkeley +06013303201,"Census Tract 3032.01, Contra Costa County, California",11740,6802.0,113085.0,433800.0,1745.0,4755.0,1534.0,32.0,1458.0,464.0,15.0,874.0,2624.0,Oakland,San Francisco-Oakland-Berkeley +06013303204,"Census Tract 3032.04, Contra Costa County, California",4759,3285.0,68523.0,369800.0,708.0,2469.0,417.0,0.0,189.0,0.0,31.0,196.0,1457.0,Oakland,San Francisco-Oakland-Berkeley +06013324001,"Census Tract 3240.01, Contra Costa County, California",5661,4502.0,90223.0,494900.0,2604.0,3238.0,213.0,0.0,1138.0,26.0,61.0,326.0,659.0,Oakland,San Francisco-Oakland-Berkeley +06013338203,"Census Tract 3382.03, Contra Costa County, California",5526,4225.0,96375.0,621200.0,3071.0,3268.0,70.0,0.0,1324.0,0.0,0.0,341.0,523.0,Oakland,San Francisco-Oakland-Berkeley +06013338101,"Census Tract 3381.01, Contra Costa County, California",5089,3714.0,62375.0,371800.0,957.0,1738.0,371.0,13.0,535.0,0.0,31.0,77.0,2331.0,Oakland,San Francisco-Oakland-Berkeley +06013324002,"Census Tract 3240.02, Contra Costa County, California",5603,4325.0,97368.0,494900.0,2269.0,3357.0,151.0,0.0,949.0,26.0,42.0,344.0,734.0,Oakland,San Francisco-Oakland-Berkeley +06013338102,"Census Tract 3381.02, Contra Costa County, California",3549,2674.0,106895.0,574000.0,1464.0,2178.0,3.0,11.0,347.0,45.0,12.0,333.0,631.0,Oakland,San Francisco-Oakland-Berkeley +06013336201,"Census Tract 3362.01, Contra Costa County, California",4230,2751.0,57778.0,354900.0,595.0,988.0,12.0,19.0,640.0,0.0,0.0,271.0,2300.0,Oakland,San Francisco-Oakland-Berkeley +06013336202,"Census Tract 3362.02, Contra Costa County, California",5959,3348.0,40861.0,232100.0,388.0,929.0,114.0,14.0,338.0,0.0,7.0,128.0,4429.0,Oakland,San Francisco-Oakland-Berkeley +06013320004,"Census Tract 3200.04, Contra Costa County, California",6380,4393.0,96579.0,484100.0,1797.0,3860.0,241.0,0.0,599.0,21.0,0.0,527.0,1132.0,Oakland,San Francisco-Oakland-Berkeley +06013333102,"Census Tract 3331.02, Contra Costa County, California",4296,3132.0,92787.0,528500.0,1089.0,2554.0,199.0,0.0,664.0,0.0,0.0,224.0,655.0,Oakland,San Francisco-Oakland-Berkeley +06013333101,"Census Tract 3331.01, Contra Costa County, California",4445,3011.0,89259.0,478400.0,844.0,2714.0,69.0,0.0,523.0,30.0,0.0,146.0,963.0,Oakland,San Francisco-Oakland-Berkeley +06013350000,"Census Tract 3500, Contra Costa County, California",6436,4661.0,113846.0,1052200.0,3363.0,4396.0,357.0,0.0,705.0,0.0,65.0,437.0,476.0,Oakland,San Francisco-Oakland-Berkeley +06013355301,"Census Tract 3553.01, Contra Costa County, California",8184,5859.0,120233.0,614800.0,3229.0,5434.0,40.0,109.0,962.0,105.0,169.0,386.0,991.0,Oakland,San Francisco-Oakland-Berkeley +06013358000,"Census Tract 3580, Contra Costa County, California",6262,4108.0,60132.0,372900.0,740.0,1631.0,963.0,0.0,908.0,66.0,0.0,390.0,2304.0,Oakland,San Francisco-Oakland-Berkeley +06013359102,"Census Tract 3591.02, Contra Costa County, California",5814,4374.0,75463.0,407000.0,1224.0,1545.0,666.0,51.0,1559.0,0.0,0.0,354.0,1685.0,Oakland,San Francisco-Oakland-Berkeley +06013367100,"Census Tract 3671, Contra Costa County, California",5127,3415.0,59598.0,346300.0,609.0,440.0,1764.0,129.0,696.0,0.0,0.0,212.0,2015.0,Oakland,San Francisco-Oakland-Berkeley +06013372000,"Census Tract 3720, Contra Costa County, California",7479,4904.0,54957.0,328400.0,1019.0,972.0,608.0,0.0,1364.0,16.0,0.0,538.0,3981.0,Oakland,San Francisco-Oakland-Berkeley +06013390100,"Census Tract 3901, Contra Costa County, California",2423,1820.0,130833.0,733900.0,1372.0,1484.0,91.0,0.0,453.0,4.0,30.0,157.0,204.0,Oakland,San Francisco-Oakland-Berkeley +06013306002,"Census Tract 3060.02, Contra Costa County, California",3344,2469.0,76111.0,289300.0,407.0,1758.0,194.0,0.0,267.0,0.0,0.0,26.0,1099.0,Oakland,San Francisco-Oakland-Berkeley +06013311000,"Census Tract 3110, Contra Costa County, California",5444,3069.0,54290.0,284100.0,468.0,692.0,1202.0,56.0,939.0,144.0,0.0,307.0,2104.0,Oakland,San Francisco-Oakland-Berkeley +06013314102,"Census Tract 3141.02, Contra Costa County, California",5739,3605.0,57135.0,225200.0,408.0,925.0,401.0,90.0,570.0,55.0,39.0,211.0,3495.0,Oakland,San Francisco-Oakland-Berkeley +06013314103,"Census Tract 3141.03, Contra Costa County, California",6309,3507.0,45570.0,258000.0,504.0,599.0,984.0,9.0,745.0,38.0,0.0,346.0,3588.0,Oakland,San Francisco-Oakland-Berkeley +06013331000,"Census Tract 3310, Contra Costa County, California",7036,5302.0,68349.0,430900.0,1846.0,3663.0,479.0,36.0,831.0,122.0,28.0,269.0,1644.0,Oakland,San Francisco-Oakland-Berkeley +06013345102,"Census Tract 3451.02, Contra Costa County, California",3773,2494.0,134458.0,731300.0,1355.0,2370.0,13.0,76.0,695.0,8.0,0.0,211.0,400.0,Oakland,San Francisco-Oakland-Berkeley +06013346101,"Census Tract 3461.01, Contra Costa County, California",3457,2540.0,152136.0,967700.0,1927.0,2606.0,0.0,0.0,535.0,0.0,0.0,91.0,225.0,Oakland,San Francisco-Oakland-Berkeley +06013351200,"Census Tract 3512, Contra Costa County, California",6238,4060.0,201731.0,1193600.0,3042.0,4893.0,8.0,0.0,657.0,0.0,20.0,380.0,280.0,Oakland,San Francisco-Oakland-Berkeley +06013352102,"Census Tract 3521.02, Contra Costa County, California",5811,3551.0,179250.0,1100700.0,2693.0,4263.0,17.0,0.0,950.0,0.0,0.0,160.0,421.0,Oakland,San Francisco-Oakland-Berkeley +06013371000,"Census Tract 3710, Contra Costa County, California",6013,4144.0,76942.0,343800.0,1304.0,1550.0,713.0,7.0,912.0,37.0,33.0,173.0,2588.0,Oakland,San Francisco-Oakland-Berkeley +06013352202,"Census Tract 3522.02, Contra Costa County, California",2615,1911.0,109677.0,920500.0,1486.0,1797.0,7.0,0.0,496.0,8.0,0.0,164.0,143.0,Oakland,San Francisco-Oakland-Berkeley +06013355200,"Census Tract 3552, Contra Costa County, California",10727,7153.0,109951.0,479700.0,2957.0,2200.0,1605.0,0.0,4078.0,68.0,37.0,547.0,2192.0,Oakland,San Francisco-Oakland-Berkeley +06013369002,"Census Tract 3690.02, Contra Costa County, California",2693,1864.0,58319.0,368200.0,488.0,715.0,532.0,29.0,318.0,0.0,18.0,175.0,906.0,Oakland,San Francisco-Oakland-Berkeley +06013387000,"Census Tract 3870, Contra Costa County, California",2958,2075.0,74943.0,588700.0,1086.0,1211.0,174.0,22.0,1112.0,0.0,0.0,245.0,210.0,Oakland,San Francisco-Oakland-Berkeley +06013322000,"Census Tract 3220, Contra Costa County, California",6267,4450.0,105625.0,651800.0,2455.0,3977.0,51.0,46.0,547.0,0.0,16.0,521.0,1118.0,Oakland,San Francisco-Oakland-Berkeley +06013334001,"Census Tract 3340.01, Contra Costa County, California",4165,2886.0,86125.0,431600.0,946.0,2316.0,84.0,0.0,510.0,0.0,0.0,123.0,1132.0,Oakland,San Francisco-Oakland-Berkeley +06013338201,"Census Tract 3382.01, Contra Costa County, California",3918,2959.0,105573.0,764600.0,1597.0,2837.0,68.0,0.0,513.0,0.0,0.0,132.0,368.0,Oakland,San Francisco-Oakland-Berkeley +06013336102,"Census Tract 3361.02, Contra Costa County, California",7456,4708.0,39186.0,227400.0,1051.0,1342.0,707.0,60.0,808.0,0.0,15.0,233.0,4337.0,Oakland,San Francisco-Oakland-Berkeley +06013337100,"Census Tract 3371, Contra Costa County, California",3656,2685.0,98665.0,657000.0,1198.0,1876.0,170.0,37.0,530.0,0.0,9.0,149.0,912.0,Oakland,San Francisco-Oakland-Berkeley +06013338301,"Census Tract 3383.01, Contra Costa County, California",2931,2184.0,129333.0,893900.0,1300.0,2060.0,19.0,0.0,374.0,0.0,11.0,105.0,362.0,Oakland,San Francisco-Oakland-Berkeley +06013345202,"Census Tract 3452.02, Contra Costa County, California",7394,4973.0,123787.0,692300.0,3375.0,4308.0,159.0,101.0,1893.0,0.0,47.0,413.0,561.0,Oakland,San Francisco-Oakland-Berkeley +06013352101,"Census Tract 3521.01, Contra Costa County, California",3249,1600.0,177431.0,1161300.0,1235.0,2176.0,72.0,8.0,473.0,60.0,2.0,143.0,315.0,Oakland,San Francisco-Oakland-Berkeley +06013352201,"Census Tract 3522.01, Contra Costa County, California",5970,3880.0,106406.0,1014300.0,2767.0,3819.0,14.0,30.0,1395.0,0.0,20.0,221.0,471.0,Oakland,San Francisco-Oakland-Berkeley +06013353002,"Census Tract 3530.02, Contra Costa County, California",4530,3140.0,194519.0,1229100.0,2428.0,3391.0,80.0,76.0,575.0,1.0,0.0,164.0,318.0,Oakland,San Francisco-Oakland-Berkeley +06013359202,"Census Tract 3592.02, Contra Costa County, California",6166,4815.0,89763.0,467500.0,1368.0,2525.0,426.0,12.0,1215.0,24.0,158.0,363.0,1443.0,Oakland,San Francisco-Oakland-Berkeley +06013360200,"Census Tract 3602, Contra Costa County, California",4884,3701.0,71612.0,437800.0,1065.0,1592.0,418.0,22.0,946.0,19.0,18.0,222.0,1660.0,Oakland,San Francisco-Oakland-Berkeley +06013361000,"Census Tract 3610, Contra Costa County, California",5100,3655.0,75915.0,434400.0,1308.0,1704.0,603.0,0.0,1135.0,186.0,37.0,210.0,1225.0,Oakland,San Francisco-Oakland-Berkeley +06013362000,"Census Tract 3620, Contra Costa County, California",3277,2561.0,75455.0,444900.0,1040.0,1668.0,338.0,0.0,342.0,14.0,26.0,174.0,715.0,Oakland,San Francisco-Oakland-Berkeley +06013390200,"Census Tract 3902, Contra Costa County, California",1745,1320.0,109226.0,693600.0,999.0,1218.0,38.0,0.0,304.0,0.0,0.0,51.0,134.0,Oakland,San Francisco-Oakland-Berkeley +06013364002,"Census Tract 3640.02, Contra Costa County, California",5884,4042.0,68923.0,358500.0,729.0,1500.0,845.0,36.0,900.0,0.0,0.0,389.0,2214.0,Oakland,San Francisco-Oakland-Berkeley +06013380000,"Census Tract 3800, Contra Costa County, California",6150,4763.0,79277.0,387000.0,2304.0,1960.0,1520.0,7.0,1315.0,32.0,186.0,162.0,968.0,Oakland,San Francisco-Oakland-Berkeley +06013385100,"Census Tract 3851, Contra Costa County, California",2981,2338.0,146705.0,874400.0,1717.0,1553.0,99.0,18.0,702.0,0.0,0.0,305.0,322.0,Oakland,San Francisco-Oakland-Berkeley +06013307102,"Census Tract 3071.02, Contra Costa County, California",5346,3226.0,44961.0,232300.0,113.0,1106.0,487.0,84.0,112.0,34.0,0.0,202.0,3405.0,Oakland,San Francisco-Oakland-Berkeley +06013318000,"Census Tract 3180, Contra Costa County, California",3877,2837.0,77934.0,453200.0,822.0,2621.0,18.0,0.0,381.0,0.0,0.0,221.0,636.0,Oakland,San Francisco-Oakland-Berkeley +06013354001,"Census Tract 3540.01, Contra Costa County, California",2113,1520.0,177727.0,1034900.0,1230.0,1510.0,0.0,27.0,322.0,24.0,0.0,133.0,97.0,Oakland,San Francisco-Oakland-Berkeley +06013354002,"Census Tract 3540.02, Contra Costa County, California",6980,5083.0,238750.0,1470200.0,4169.0,4820.0,92.0,1.0,998.0,0.0,0.0,539.0,530.0,Oakland,San Francisco-Oakland-Berkeley +06013355302,"Census Tract 3553.02, Contra Costa County, California",3498,2492.0,206532.0,961500.0,1808.0,2372.0,44.0,0.0,715.0,0.0,0.0,132.0,235.0,Oakland,San Francisco-Oakland-Berkeley +06013308002,"Census Tract 3080.02, Contra Costa County, California",4337,2875.0,97375.0,364600.0,652.0,1328.0,767.0,30.0,922.0,0.0,22.0,270.0,1000.0,Oakland,San Francisco-Oakland-Berkeley +06013316000,"Census Tract 3160, Contra Costa County, California",1017,775.0,31042.0,387500.0,167.0,670.0,133.0,0.0,18.0,0.0,0.0,14.0,182.0,Oakland,San Francisco-Oakland-Berkeley +06013319000,"Census Tract 3190, Contra Costa County, California",8258,5788.0,82743.0,421500.0,1410.0,5630.0,172.0,115.0,367.0,0.0,0.0,266.0,1794.0,Oakland,San Francisco-Oakland-Berkeley +06013325000,"Census Tract 3250, Contra Costa County, California",5806,4333.0,101027.0,667000.0,1940.0,4229.0,168.0,15.0,355.0,0.0,44.0,208.0,787.0,Oakland,San Francisco-Oakland-Berkeley +06013340002,"Census Tract 3400.02, Contra Costa County, California",7441,5674.0,132773.0,811000.0,3801.0,5329.0,18.0,13.0,754.0,28.0,28.0,464.0,814.0,Oakland,San Francisco-Oakland-Berkeley +06013343001,"Census Tract 3430.01, Contra Costa County, California",4725,3539.0,100625.0,962900.0,2311.0,3435.0,68.0,0.0,488.0,21.0,0.0,110.0,603.0,Oakland,San Francisco-Oakland-Berkeley +06013346102,"Census Tract 3461.02, Contra Costa County, California",5695,3778.0,235179.0,1579700.0,2794.0,4353.0,44.0,26.0,590.0,40.0,0.0,192.0,464.0,Oakland,San Francisco-Oakland-Berkeley +06013347000,"Census Tract 3470, Contra Costa County, California",6226,4719.0,175431.0,997600.0,3267.0,4743.0,36.0,31.0,585.0,0.0,19.0,332.0,511.0,Oakland,San Francisco-Oakland-Berkeley +06013353001,"Census Tract 3530.01, Contra Costa County, California",3973,2779.0,165956.0,1192100.0,2260.0,2837.0,114.0,0.0,746.0,0.0,0.0,222.0,54.0,Oakland,San Francisco-Oakland-Berkeley +06013356001,"Census Tract 3560.01, Contra Costa County, California",4369,2959.0,87981.0,390800.0,1001.0,1190.0,489.0,84.0,1217.0,0.0,50.0,152.0,1187.0,Oakland,San Francisco-Oakland-Berkeley +06013366001,"Census Tract 3660.01, Contra Costa County, California",4572,2935.0,58731.0,299100.0,396.0,362.0,493.0,18.0,565.0,0.0,44.0,241.0,2849.0,Oakland,San Francisco-Oakland-Berkeley +06013375000,"Census Tract 3750, Contra Costa County, California",4790,2760.0,56453.0,317900.0,193.0,273.0,338.0,0.0,145.0,0.0,65.0,83.0,3886.0,Oakland,San Francisco-Oakland-Berkeley +06013301000,"Census Tract 3010, Contra Costa County, California",4784,3342.0,66029.0,306400.0,696.0,3233.0,372.0,0.0,105.0,0.0,21.0,154.0,899.0,Oakland,San Francisco-Oakland-Berkeley +06013307201,"Census Tract 3072.01, Contra Costa County, California",3506,2219.0,50781.0,245300.0,380.0,995.0,160.0,25.0,367.0,0.0,0.0,268.0,1716.0,Oakland,San Francisco-Oakland-Berkeley +06013378000,"Census Tract 3780, Contra Costa County, California",3193,2776.0,97313.0,638900.0,1833.0,2114.0,159.0,0.0,320.0,0.0,0.0,125.0,475.0,Oakland,San Francisco-Oakland-Berkeley +06013313103,"Census Tract 3131.03, Contra Costa County, California",8515,5894.0,92279.0,362700.0,1472.0,2461.0,871.0,26.0,1869.0,143.0,49.0,688.0,2434.0,Oakland,San Francisco-Oakland-Berkeley +06013334004,"Census Tract 3340.04, Contra Costa County, California",7875,5687.0,68686.0,402500.0,2167.0,4800.0,489.0,63.0,812.0,0.0,0.0,362.0,1349.0,Oakland,San Francisco-Oakland-Berkeley +06013363000,"Census Tract 3630, Contra Costa County, California",6950,5305.0,75964.0,359500.0,1819.0,2199.0,1285.0,0.0,1418.0,0.0,27.0,252.0,1769.0,Oakland,San Francisco-Oakland-Berkeley +06013309000,"Census Tract 3090, Contra Costa County, California",3571,2463.0,64722.0,332900.0,525.0,680.0,1315.0,9.0,270.0,0.0,0.0,209.0,1097.0,Oakland,San Francisco-Oakland-Berkeley +06013376000,"Census Tract 3760, Contra Costa County, California",5682,3260.0,38856.0,215200.0,378.0,132.0,1251.0,0.0,436.0,11.0,0.0,123.0,3729.0,Oakland,San Francisco-Oakland-Berkeley +06041990100,"Census Tract 9901, Marin County, California",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06041131100,"Census Tract 1311, Marin County, California",1123,846.0,110500.0,1071400.0,539.0,1068.0,0.0,0.0,5.0,0.0,0.0,17.0,33.0,Oakland,San Francisco-Oakland-Berkeley +06041119201,"Census Tract 1192.01, Marin County, California",3360,2651.0,82006.0,610500.0,1550.0,2432.0,79.0,8.0,225.0,0.0,0.0,69.0,555.0,Oakland,San Francisco-Oakland-Berkeley +06041112202,"Census Tract 1122.02, Marin County, California",4607,2873.0,60956.0,651500.0,652.0,830.0,14.0,0.0,555.0,0.0,195.0,42.0,2971.0,Oakland,San Francisco-Oakland-Berkeley +06041112201,"Census Tract 1122.01, Marin County, California",7700,4056.0,35098.0,276400.0,293.0,391.0,105.0,150.0,278.0,0.0,292.0,59.0,6569.0,Oakland,San Francisco-Oakland-Berkeley +06041130202,"Census Tract 1302.02, Marin County, California",4232,3767.0,106904.0,911900.0,2554.0,3528.0,148.0,0.0,131.0,0.0,11.0,78.0,336.0,Oakland,San Francisco-Oakland-Berkeley +06041130201,"Census Tract 1302.01, Marin County, California",3477,3118.0,131134.0,1539000.0,2227.0,3042.0,36.0,28.0,78.0,19.0,0.0,8.0,274.0,Oakland,San Francisco-Oakland-Berkeley +06041119202,"Census Tract 1192.02, Marin County, California",3534,2364.0,188750.0,1515700.0,1813.0,2994.0,80.0,0.0,139.0,0.0,24.0,111.0,186.0,Oakland,San Francisco-Oakland-Berkeley +06041109002,"Census Tract 1090.02, Marin County, California",4129,3151.0,100000.0,903600.0,2016.0,3671.0,30.0,0.0,90.0,0.0,0.0,94.0,244.0,Oakland,San Francisco-Oakland-Berkeley +06041109001,"Census Tract 1090.01, Marin County, California",4411,3077.0,100260.0,989800.0,1636.0,2524.0,80.0,0.0,178.0,0.0,65.0,340.0,1224.0,Oakland,San Francisco-Oakland-Berkeley +06041102203,"Census Tract 1022.03, Marin County, California",5737,4015.0,68688.0,649800.0,1178.0,2704.0,244.0,0.0,279.0,12.0,133.0,350.0,2015.0,Oakland,San Francisco-Oakland-Berkeley +06041113000,"Census Tract 1130, Marin County, California",3808,3062.0,93728.0,736900.0,1703.0,3397.0,5.0,24.0,0.0,0.0,0.0,136.0,246.0,Oakland,San Francisco-Oakland-Berkeley +06041122000,"Census Tract 1220, Marin County, California",2816,2126.0,-666666666.0,-666666666.0,96.0,456.0,838.0,56.0,73.0,36.0,0.0,308.0,1049.0,Oakland,San Francisco-Oakland-Berkeley +06041126100,"Census Tract 1261, Marin County, California",6163,4237.0,185074.0,1573300.0,3413.0,5252.0,0.0,0.0,197.0,0.0,0.0,323.0,391.0,Oakland,San Francisco-Oakland-Berkeley +06041105000,"Census Tract 1050, Marin County, California",6581,4505.0,66184.0,397400.0,2172.0,3649.0,227.0,0.0,729.0,12.0,304.0,327.0,1333.0,Oakland,San Francisco-Oakland-Berkeley +06041110100,"Census Tract 1101, Marin County, California",5926,4333.0,103657.0,962500.0,2490.0,4050.0,394.0,0.0,486.0,0.0,35.0,177.0,784.0,Oakland,San Francisco-Oakland-Berkeley +06041121200,"Census Tract 1212, Marin County, California",6238,4485.0,97941.0,1063400.0,2972.0,4831.0,86.0,4.0,545.0,5.0,72.0,254.0,441.0,Oakland,San Francisco-Oakland-Berkeley +06041129000,"Census Tract 1290, Marin County, California",2686,1777.0,36643.0,631100.0,592.0,647.0,805.0,0.0,240.0,0.0,35.0,194.0,765.0,Oakland,San Francisco-Oakland-Berkeley +06041132200,"Census Tract 1322, Marin County, California",1823,1519.0,67399.0,948900.0,787.0,1511.0,10.0,18.0,10.0,0.0,74.0,0.0,218.0,Oakland,San Francisco-Oakland-Berkeley +06041123000,"Census Tract 1230, Marin County, California",2160,1633.0,213000.0,2000001.0,1383.0,1892.0,0.0,0.0,77.0,0.0,0.0,85.0,106.0,Oakland,San Francisco-Oakland-Berkeley +06041107000,"Census Tract 1070, Marin County, California",7171,5084.0,121287.0,838200.0,2947.0,5881.0,10.0,0.0,546.0,0.0,0.0,123.0,611.0,Oakland,San Francisco-Oakland-Berkeley +06041111000,"Census Tract 1110, Marin County, California",5843,4352.0,83183.0,798500.0,2302.0,3770.0,257.0,0.0,82.0,0.0,35.0,131.0,1568.0,Oakland,San Francisco-Oakland-Berkeley +06041116000,"Census Tract 1160, Marin County, California",3199,2330.0,123371.0,1016400.0,1666.0,2881.0,32.0,0.0,75.0,0.0,11.0,101.0,99.0,Oakland,San Francisco-Oakland-Berkeley +06041124200,"Census Tract 1242, Marin County, California",5911,4367.0,152596.0,2000001.0,3205.0,4915.0,59.0,25.0,205.0,12.0,58.0,223.0,414.0,Oakland,San Francisco-Oakland-Berkeley +06041125000,"Census Tract 1250, Marin County, California",4470,3131.0,98200.0,1501900.0,2285.0,3321.0,36.0,0.0,593.0,25.0,0.0,128.0,367.0,Oakland,San Francisco-Oakland-Berkeley +06041127000,"Census Tract 1270, Marin County, California",4546,3520.0,150192.0,1553700.0,2734.0,3805.0,0.0,0.0,172.0,0.0,0.0,290.0,279.0,Oakland,San Francisco-Oakland-Berkeley +06041102100,"Census Tract 1021, Marin County, California",2317,1777.0,108984.0,800900.0,1070.0,1993.0,16.0,0.0,102.0,8.0,0.0,78.0,120.0,Oakland,San Francisco-Oakland-Berkeley +06041106001,"Census Tract 1060.01, Marin County, California",4362,3289.0,72272.0,407300.0,1682.0,2491.0,353.0,0.0,355.0,0.0,0.0,327.0,836.0,Oakland,San Francisco-Oakland-Berkeley +06041108100,"Census Tract 1081, Marin County, California",6839,5047.0,121591.0,818800.0,3308.0,5503.0,29.0,1.0,297.0,119.0,0.0,292.0,599.0,Oakland,San Francisco-Oakland-Berkeley +06041108200,"Census Tract 1082, Marin County, California",6376,4970.0,81343.0,720600.0,2550.0,3735.0,26.0,47.0,925.0,0.0,58.0,439.0,1146.0,Oakland,San Francisco-Oakland-Berkeley +06041110200,"Census Tract 1102, Marin County, California",4896,3821.0,166125.0,1071000.0,2652.0,4317.0,22.0,28.0,248.0,0.0,23.0,169.0,89.0,Oakland,San Francisco-Oakland-Berkeley +06041128100,"Census Tract 1281, Marin County, California",6476,4796.0,153038.0,1075400.0,3360.0,5542.0,0.0,0.0,444.0,0.0,30.0,249.0,211.0,Oakland,San Francisco-Oakland-Berkeley +06041103100,"Census Tract 1031, Marin County, California",7798,5672.0,133814.0,839300.0,2856.0,6454.0,118.0,21.0,376.0,10.0,0.0,436.0,383.0,Oakland,San Francisco-Oakland-Berkeley +06041104300,"Census Tract 1043, Marin County, California",1635,1298.0,102768.0,891400.0,669.0,1372.0,23.0,11.0,113.0,0.0,15.0,49.0,52.0,Oakland,San Francisco-Oakland-Berkeley +06041114100,"Census Tract 1141, Marin County, California",5272,4147.0,106356.0,820300.0,2576.0,4397.0,2.0,16.0,263.0,0.0,0.0,271.0,339.0,Oakland,San Francisco-Oakland-Berkeley +06041119100,"Census Tract 1191, Marin County, California",5110,3611.0,188214.0,1925400.0,2895.0,4788.0,0.0,0.0,67.0,0.0,10.0,64.0,181.0,Oakland,San Francisco-Oakland-Berkeley +06041112100,"Census Tract 1121, Marin County, California",4832,3360.0,73594.0,812100.0,1354.0,2672.0,67.0,0.0,211.0,0.0,36.0,132.0,1714.0,Oakland,San Francisco-Oakland-Berkeley +06041114200,"Census Tract 1142, Marin County, California",3182,2421.0,84750.0,775600.0,1461.0,2534.0,14.0,16.0,116.0,0.0,0.0,106.0,412.0,Oakland,San Francisco-Oakland-Berkeley +06041117000,"Census Tract 1170, Marin County, California",4424,3273.0,105746.0,1029800.0,2202.0,3864.0,50.0,0.0,165.0,0.0,13.0,115.0,217.0,Oakland,San Francisco-Oakland-Berkeley +06041133000,"Census Tract 1330, Marin County, California",2991,2382.0,83333.0,1109400.0,1075.0,2315.0,10.0,31.0,65.0,0.0,66.0,46.0,458.0,Oakland,San Francisco-Oakland-Berkeley +06041120000,"Census Tract 1200, Marin County, California",6225,4783.0,105417.0,1353600.0,3533.0,5239.0,72.0,33.0,321.0,0.0,56.0,226.0,278.0,Oakland,San Francisco-Oakland-Berkeley +06041126200,"Census Tract 1262, Marin County, California",4464,3320.0,90700.0,839300.0,2209.0,3533.0,9.0,87.0,306.0,0.0,24.0,45.0,547.0,Oakland,San Francisco-Oakland-Berkeley +06041128200,"Census Tract 1282, Marin County, California",4722,3404.0,156481.0,1131200.0,2613.0,3989.0,148.0,0.0,275.0,0.0,0.0,71.0,239.0,Oakland,San Francisco-Oakland-Berkeley +06041103200,"Census Tract 1032, Marin County, California",7112,5450.0,98088.0,642900.0,2457.0,4640.0,125.0,43.0,587.0,0.0,70.0,357.0,1290.0,Oakland,San Francisco-Oakland-Berkeley +06041115000,"Census Tract 1150, Marin County, California",7331,5116.0,145990.0,1027900.0,3868.0,6482.0,19.0,2.0,266.0,0.0,0.0,164.0,398.0,Oakland,San Francisco-Oakland-Berkeley +06041104101,"Census Tract 1041.01, Marin County, California",7835,5970.0,88702.0,706900.0,2577.0,5183.0,251.0,20.0,560.0,17.0,87.0,193.0,1524.0,Oakland,San Francisco-Oakland-Berkeley +06041124100,"Census Tract 1241, Marin County, California",5488,3957.0,147379.0,1716700.0,2859.0,4161.0,0.0,0.0,290.0,0.0,134.0,261.0,642.0,Oakland,San Francisco-Oakland-Berkeley +06041102202,"Census Tract 1022.02, Marin County, California",6419,4461.0,96983.0,712400.0,1942.0,4287.0,55.0,0.0,322.0,0.0,136.0,176.0,1443.0,Oakland,San Francisco-Oakland-Berkeley +06041104102,"Census Tract 1041.02, Marin County, California",5621,3753.0,81086.0,463400.0,1301.0,2673.0,140.0,20.0,603.0,0.0,167.0,177.0,1841.0,Oakland,San Francisco-Oakland-Berkeley +06041104200,"Census Tract 1042, Marin County, California",5807,4487.0,92344.0,700800.0,2264.0,4139.0,118.0,0.0,294.0,0.0,86.0,272.0,898.0,Oakland,San Francisco-Oakland-Berkeley +06041106002,"Census Tract 1060.02, Marin County, California",6229,4716.0,98162.0,688100.0,2509.0,4404.0,72.0,0.0,554.0,0.0,174.0,388.0,637.0,Oakland,San Francisco-Oakland-Berkeley +06041118100,"Census Tract 1181, Marin County, California",2333,1604.0,203611.0,2000001.0,1301.0,2091.0,63.0,0.0,66.0,26.0,0.0,18.0,69.0,Oakland,San Francisco-Oakland-Berkeley +06041121100,"Census Tract 1211, Marin County, California",5356,3837.0,135536.0,1189200.0,2462.0,3963.0,79.0,0.0,246.0,0.0,134.0,211.0,723.0,Oakland,San Francisco-Oakland-Berkeley +06041101200,"Census Tract 1012, Marin County, California",3086,2182.0,103594.0,624100.0,776.0,2055.0,0.0,0.0,143.0,0.0,0.0,13.0,875.0,Oakland,San Francisco-Oakland-Berkeley +06041132100,"Census Tract 1321, Marin County, California",1936,1635.0,85000.0,1250000.0,1062.0,1701.0,7.0,0.0,35.0,0.0,0.0,110.0,83.0,Oakland,San Francisco-Oakland-Berkeley +06041101100,"Census Tract 1011, Marin County, California",2689,2137.0,127778.0,960500.0,1228.0,2423.0,0.0,0.0,151.0,0.0,0.0,46.0,69.0,Oakland,San Francisco-Oakland-Berkeley +06075012402,"Census Tract 124.02, San Francisco County, California",4000,3292.0,46422.0,704500.0,2012.0,1571.0,221.0,3.0,1022.0,48.0,194.0,97.0,844.0,Oakland,San Francisco-Oakland-Berkeley +06075012401,"Census Tract 124.01, San Francisco County, California",4986,3817.0,23467.0,-666666666.0,1124.0,1511.0,531.0,45.0,1435.0,49.0,30.0,176.0,1251.0,Oakland,San Francisco-Oakland-Berkeley +06075012202,"Census Tract 122.02, San Francisco County, California",3443,3056.0,36719.0,977900.0,1062.0,1252.0,461.0,43.0,600.0,12.0,0.0,217.0,888.0,Oakland,San Francisco-Oakland-Berkeley +06075012201,"Census Tract 122.01, San Francisco County, California",4710,4033.0,56298.0,577600.0,1812.0,1697.0,359.0,0.0,977.0,0.0,20.0,248.0,1409.0,Oakland,San Francisco-Oakland-Berkeley +06075011902,"Census Tract 119.02, San Francisco County, California",2825,2440.0,84735.0,481000.0,1520.0,1377.0,75.0,0.0,877.0,17.0,0.0,117.0,362.0,Oakland,San Francisco-Oakland-Berkeley +06075011901,"Census Tract 119.01, San Francisco County, California",2613,2081.0,72038.0,658000.0,1464.0,1342.0,39.0,34.0,808.0,0.0,30.0,84.0,310.0,Oakland,San Francisco-Oakland-Berkeley +06075042602,"Census Tract 426.02, San Francisco County, California",3157,2488.0,113258.0,1511400.0,1705.0,1695.0,29.0,0.0,1029.0,0.0,18.0,225.0,161.0,Oakland,San Francisco-Oakland-Berkeley +06075042601,"Census Tract 426.01, San Francisco County, California",3956,3101.0,81815.0,1041700.0,1821.0,1941.0,246.0,7.0,1439.0,0.0,8.0,97.0,218.0,Oakland,San Francisco-Oakland-Berkeley +06075990100,"Census Tract 9901, San Francisco County, California",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06075980600,"Census Tract 9806, San Francisco County, California",513,386.0,68958.0,587500.0,112.0,82.0,230.0,0.0,108.0,0.0,0.0,4.0,89.0,Oakland,San Francisco-Oakland-Berkeley +06075980501,"Census Tract 9805.01, San Francisco County, California",782,532.0,16016.0,668500.0,75.0,5.0,147.0,0.0,340.0,118.0,0.0,25.0,147.0,Oakland,San Francisco-Oakland-Berkeley +06075980200,"Census Tract 9802, San Francisco County, California",304,298.0,149250.0,1044600.0,139.0,148.0,48.0,0.0,93.0,0.0,0.0,5.0,10.0,Oakland,San Francisco-Oakland-Berkeley +06075012502,"Census Tract 125.02, San Francisco County, California",3707,3441.0,12479.0,-666666666.0,469.0,693.0,384.0,47.0,1409.0,0.0,37.0,255.0,882.0,Oakland,San Francisco-Oakland-Berkeley +06075012302,"Census Tract 123.02, San Francisco County, California",2507,2149.0,40976.0,-666666666.0,1329.0,1059.0,119.0,0.0,771.0,0.0,9.0,108.0,441.0,Oakland,San Francisco-Oakland-Berkeley +06075012301,"Census Tract 123.01, San Francisco County, California",2124,1722.0,17342.0,-666666666.0,382.0,630.0,207.0,33.0,539.0,0.0,0.0,46.0,669.0,Oakland,San Francisco-Oakland-Berkeley +06075980900,"Census Tract 9809, San Francisco County, California",242,199.0,103750.0,1068200.0,114.0,135.0,4.0,0.0,35.0,0.0,0.0,10.0,58.0,Oakland,San Francisco-Oakland-Berkeley +06075980401,"Census Tract 9804.01, San Francisco County, California",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06075012000,"Census Tract 120, San Francisco County, California",3951,3352.0,39957.0,-666666666.0,1437.0,1609.0,189.0,72.0,1449.0,0.0,16.0,244.0,438.0,Oakland,San Francisco-Oakland-Berkeley +06075012700,"Census Tract 127, San Francisco County, California",3637,3137.0,129300.0,1702600.0,2570.0,2842.0,92.0,0.0,319.0,0.0,0.0,187.0,197.0,Oakland,San Francisco-Oakland-Berkeley +06075013200,"Census Tract 132, San Francisco County, California",4044,3372.0,142650.0,2000001.0,3008.0,2988.0,144.0,0.0,636.0,0.0,72.0,35.0,169.0,Oakland,San Francisco-Oakland-Berkeley +06075020500,"Census Tract 205, San Francisco County, California",2973,2578.0,130000.0,1216000.0,1958.0,2303.0,66.0,0.0,336.0,0.0,0.0,89.0,179.0,Oakland,San Francisco-Oakland-Berkeley +06075013300,"Census Tract 133, San Francisco County, California",4626,3376.0,144875.0,2000001.0,2684.0,3253.0,98.0,0.0,674.0,0.0,27.0,277.0,297.0,Oakland,San Francisco-Oakland-Berkeley +06075013500,"Census Tract 135, San Francisco County, California",2617,2257.0,125804.0,1531300.0,1809.0,1708.0,71.0,10.0,633.0,0.0,7.0,85.0,103.0,Oakland,San Francisco-Oakland-Berkeley +06075015300,"Census Tract 153, San Francisco County, California",2210,1867.0,120833.0,1096700.0,1324.0,1275.0,165.0,0.0,393.0,16.0,17.0,81.0,263.0,Oakland,San Francisco-Oakland-Berkeley +06075016700,"Census Tract 167, San Francisco County, California",5036,4432.0,159634.0,1327100.0,3388.0,3751.0,216.0,0.0,355.0,0.0,12.0,147.0,555.0,Oakland,San Francisco-Oakland-Berkeley +06075020200,"Census Tract 202, San Francisco County, California",6087,5304.0,77368.0,859000.0,3002.0,2950.0,413.0,15.0,1077.0,45.0,182.0,256.0,1149.0,Oakland,San Francisco-Oakland-Berkeley +06075021000,"Census Tract 210, San Francisco County, California",4835,4229.0,113250.0,1075000.0,3259.0,2976.0,137.0,18.0,508.0,0.0,0.0,240.0,956.0,Oakland,San Francisco-Oakland-Berkeley +06075023001,"Census Tract 230.01, San Francisco County, California",5178,3935.0,64527.0,680300.0,870.0,253.0,525.0,13.0,3879.0,0.0,0.0,129.0,392.0,Oakland,San Francisco-Oakland-Berkeley +06075035202,"Census Tract 352.02, San Francisco County, California",4911,3879.0,83977.0,749600.0,1791.0,1931.0,124.0,0.0,1971.0,201.0,0.0,333.0,351.0,Oakland,San Francisco-Oakland-Berkeley +06075042700,"Census Tract 427, San Francisco County, California",5397,4342.0,66595.0,1069100.0,2055.0,1985.0,274.0,0.0,2608.0,29.0,0.0,208.0,293.0,Oakland,San Francisco-Oakland-Berkeley +06075060100,"Census Tract 601, San Francisco County, California",4117,2505.0,195375.0,2000001.0,2092.0,3255.0,13.0,0.0,206.0,0.0,0.0,247.0,396.0,Oakland,San Francisco-Oakland-Berkeley +06075031400,"Census Tract 314, San Francisco County, California",6915,5318.0,64282.0,668200.0,1165.0,766.0,1036.0,42.0,3745.0,0.0,27.0,153.0,1170.0,Oakland,San Francisco-Oakland-Berkeley +06075040100,"Census Tract 401, San Francisco County, California",4670,3738.0,96875.0,1250000.0,2420.0,2501.0,58.0,0.0,1697.0,18.0,19.0,97.0,280.0,Oakland,San Francisco-Oakland-Berkeley +06075023200,"Census Tract 232, San Francisco County, California",4456,2928.0,54375.0,658200.0,539.0,249.0,1320.0,6.0,557.0,24.0,13.0,306.0,1987.0,Oakland,San Francisco-Oakland-Berkeley +06075030102,"Census Tract 301.02, San Francisco County, California",5090,4003.0,123333.0,1264300.0,3428.0,3342.0,77.0,16.0,977.0,0.0,145.0,124.0,425.0,Oakland,San Francisco-Oakland-Berkeley +06075032700,"Census Tract 327, San Francisco County, California",7215,5736.0,111114.0,945800.0,3143.0,2427.0,1.0,0.0,3869.0,79.0,0.0,422.0,417.0,Oakland,San Francisco-Oakland-Berkeley +06075035201,"Census Tract 352.01, San Francisco County, California",6180,4775.0,92719.0,812400.0,1906.0,2238.0,8.0,1.0,3370.0,0.0,0.0,209.0,354.0,Oakland,San Francisco-Oakland-Berkeley +06075035400,"Census Tract 354, San Francisco County, California",7075,5814.0,97689.0,869100.0,2786.0,2404.0,129.0,0.0,3552.0,0.0,37.0,282.0,671.0,Oakland,San Francisco-Oakland-Berkeley +06075015900,"Census Tract 159, San Francisco County, California",4432,3478.0,62731.0,653700.0,2230.0,1671.0,307.0,399.0,1814.0,14.0,0.0,63.0,498.0,Oakland,San Francisco-Oakland-Berkeley +06075016000,"Census Tract 160, San Francisco County, California",2807,2425.0,63808.0,658100.0,1535.0,1245.0,182.0,0.0,962.0,0.0,10.0,181.0,227.0,Oakland,San Francisco-Oakland-Berkeley +06075010500,"Census Tract 105, San Francisco County, California",2691,2235.0,108063.0,1141000.0,1689.0,1274.0,243.0,0.0,659.0,0.0,0.0,228.0,287.0,Oakland,San Francisco-Oakland-Berkeley +06075011300,"Census Tract 113, San Francisco County, California",2907,2421.0,37159.0,1002800.0,646.0,601.0,68.0,19.0,2139.0,0.0,0.0,55.0,44.0,Oakland,San Francisco-Oakland-Berkeley +06075015200,"Census Tract 152, San Francisco County, California",4385,3781.0,87969.0,1007400.0,2526.0,2689.0,236.0,0.0,1112.0,0.0,0.0,102.0,246.0,Oakland,San Francisco-Oakland-Berkeley +06075017700,"Census Tract 177, San Francisco County, California",1822,1510.0,104375.0,924300.0,859.0,639.0,61.0,119.0,372.0,0.0,82.0,124.0,536.0,Oakland,San Francisco-Oakland-Berkeley +06075022702,"Census Tract 227.02, San Francisco County, California",2264,1868.0,176944.0,1380300.0,1591.0,1435.0,46.0,0.0,317.0,0.0,5.0,116.0,345.0,Oakland,San Francisco-Oakland-Berkeley +06075022801,"Census Tract 228.01, San Francisco County, California",5361,4164.0,127143.0,923200.0,2094.0,2229.0,76.0,0.0,835.0,0.0,9.0,207.0,2005.0,Oakland,San Francisco-Oakland-Berkeley +06075023103,"Census Tract 231.03, San Francisco County, California",2722,1322.0,21415.0,544900.0,239.0,132.0,1402.0,0.0,244.0,324.0,0.0,221.0,399.0,Oakland,San Francisco-Oakland-Berkeley +06075025900,"Census Tract 259, San Francisco County, California",4897,3746.0,101935.0,695000.0,1491.0,1249.0,409.0,18.0,2288.0,0.0,0.0,123.0,828.0,Oakland,San Francisco-Oakland-Berkeley +06075026003,"Census Tract 260.03, San Francisco County, California",5342,3976.0,62563.0,652100.0,830.0,599.0,71.0,38.0,2301.0,0.0,14.0,53.0,2279.0,Oakland,San Francisco-Oakland-Berkeley +06075026004,"Census Tract 260.04, San Francisco County, California",5043,3728.0,86192.0,735000.0,944.0,512.0,93.0,52.0,2285.0,12.0,49.0,104.0,1949.0,Oakland,San Francisco-Oakland-Berkeley +06075030101,"Census Tract 301.01, San Francisco County, California",4893,4152.0,117668.0,994500.0,3127.0,2778.0,81.0,28.0,1152.0,29.0,153.0,241.0,431.0,Oakland,San Francisco-Oakland-Berkeley +06075033000,"Census Tract 330, San Francisco County, California",8390,6198.0,96818.0,976000.0,2821.0,2633.0,59.0,45.0,4723.0,0.0,38.0,246.0,646.0,Oakland,San Francisco-Oakland-Berkeley +06075035300,"Census Tract 353, San Francisco County, California",7510,5504.0,81748.0,817900.0,2031.0,1978.0,72.0,13.0,4655.0,19.0,23.0,295.0,455.0,Oakland,San Francisco-Oakland-Berkeley +06075025403,"Census Tract 254.03, San Francisco County, California",5054,3777.0,94135.0,843900.0,1360.0,1226.0,509.0,26.0,1255.0,0.0,33.0,158.0,1873.0,Oakland,San Francisco-Oakland-Berkeley +06075026401,"Census Tract 264.01, San Francisco County, California",3587,2648.0,59453.0,603200.0,365.0,128.0,308.0,0.0,2398.0,14.0,0.0,51.0,688.0,Oakland,San Francisco-Oakland-Berkeley +06075030202,"Census Tract 302.02, San Francisco County, California",4384,3852.0,114535.0,1061700.0,2805.0,2004.0,141.0,0.0,1271.0,0.0,0.0,340.0,628.0,Oakland,San Francisco-Oakland-Berkeley +06075047600,"Census Tract 476, San Francisco County, California",5660,4378.0,89031.0,1109100.0,2674.0,2252.0,53.0,1.0,2700.0,60.0,0.0,288.0,306.0,Oakland,San Francisco-Oakland-Berkeley +06075010600,"Census Tract 106, San Francisco County, California",3505,3023.0,37000.0,944400.0,1320.0,1121.0,51.0,0.0,2161.0,0.0,0.0,42.0,130.0,Oakland,San Francisco-Oakland-Berkeley +06075061000,"Census Tract 610, San Francisco County, California",4813,3581.0,101977.0,673500.0,1765.0,738.0,693.0,0.0,2504.0,0.0,16.0,207.0,655.0,Oakland,San Francisco-Oakland-Berkeley +06075020700,"Census Tract 207, San Francisco County, California",5011,4298.0,153912.0,1328900.0,3414.0,3223.0,68.0,23.0,601.0,0.0,14.0,339.0,763.0,Oakland,San Francisco-Oakland-Berkeley +06075020300,"Census Tract 203, San Francisco County, California",3413,2910.0,123099.0,910700.0,2307.0,2225.0,112.0,17.0,438.0,0.0,49.0,153.0,419.0,Oakland,San Francisco-Oakland-Berkeley +06075020800,"Census Tract 208, San Francisco County, California",6305,5305.0,84833.0,775700.0,3064.0,2494.0,147.0,122.0,1006.0,12.0,26.0,237.0,2261.0,Oakland,San Francisco-Oakland-Berkeley +06075021100,"Census Tract 211, San Francisco County, California",4246,3470.0,153750.0,1576800.0,2636.0,2990.0,24.0,27.0,520.0,0.0,11.0,237.0,447.0,Oakland,San Francisco-Oakland-Berkeley +06075021200,"Census Tract 212, San Francisco County, California",3091,2438.0,154632.0,1545000.0,2047.0,2084.0,41.0,1.0,366.0,0.0,8.0,205.0,386.0,Oakland,San Francisco-Oakland-Berkeley +06075021300,"Census Tract 213, San Francisco County, California",2592,2135.0,156912.0,1561400.0,1795.0,1832.0,12.0,0.0,355.0,0.0,0.0,157.0,236.0,Oakland,San Francisco-Oakland-Berkeley +06075010700,"Census Tract 107, San Francisco County, California",5502,4436.0,27786.0,1101900.0,1123.0,997.0,0.0,23.0,4164.0,0.0,18.0,16.0,284.0,Oakland,San Francisco-Oakland-Berkeley +06075016200,"Census Tract 162, San Francisco County, California",3236,2930.0,88611.0,921900.0,2068.0,1914.0,143.0,0.0,814.0,0.0,37.0,58.0,270.0,Oakland,San Francisco-Oakland-Berkeley +06075016900,"Census Tract 169, San Francisco County, California",3133,2756.0,104570.0,970200.0,1998.0,2125.0,138.0,0.0,400.0,10.0,0.0,122.0,338.0,Oakland,San Francisco-Oakland-Berkeley +06075025200,"Census Tract 252, San Francisco County, California",5809,4511.0,133310.0,1047500.0,2803.0,3510.0,104.0,17.0,569.0,0.0,0.0,257.0,1352.0,Oakland,San Francisco-Oakland-Berkeley +06075010100,"Census Tract 101, San Francisco County, California",3967,3328.0,81509.0,870600.0,1898.0,1861.0,135.0,0.0,1549.0,0.0,5.0,139.0,278.0,Oakland,San Francisco-Oakland-Berkeley +06075011200,"Census Tract 112, San Francisco County, California",3378,2978.0,103750.0,1619800.0,2203.0,1898.0,130.0,5.0,1093.0,0.0,0.0,94.0,163.0,Oakland,San Francisco-Oakland-Berkeley +06075013400,"Census Tract 134, San Francisco County, California",4031,3221.0,152417.0,1599600.0,2625.0,2827.0,59.0,0.0,704.0,16.0,0.0,188.0,237.0,Oakland,San Francisco-Oakland-Berkeley +06075015100,"Census Tract 151, San Francisco County, California",2425,2257.0,97059.0,793000.0,1722.0,1352.0,4.0,0.0,714.0,0.0,7.0,115.0,233.0,Oakland,San Francisco-Oakland-Berkeley +06075033203,"Census Tract 332.03, San Francisco County, California",3580,2386.0,50360.0,-666666666.0,1286.0,1489.0,278.0,0.0,1228.0,0.0,0.0,78.0,507.0,Oakland,San Francisco-Oakland-Berkeley +06075032902,"Census Tract 329.02, San Francisco County, California",4423,3566.0,93613.0,838000.0,1565.0,1066.0,57.0,0.0,2993.0,0.0,0.0,149.0,158.0,Oakland,San Francisco-Oakland-Berkeley +06075032901,"Census Tract 329.01, San Francisco County, California",5878,4350.0,98023.0,909500.0,2114.0,1475.0,41.0,0.0,3582.0,34.0,14.0,343.0,389.0,Oakland,San Francisco-Oakland-Berkeley +06075033204,"Census Tract 332.04, San Francisco County, California",4678,2567.0,59125.0,-666666666.0,1388.0,1371.0,406.0,20.0,1621.0,0.0,175.0,192.0,893.0,Oakland,San Francisco-Oakland-Berkeley +06075032802,"Census Tract 328.02, San Francisco County, California",4226,3304.0,90700.0,872500.0,1695.0,1042.0,104.0,8.0,2738.0,10.0,25.0,199.0,100.0,Oakland,San Francisco-Oakland-Berkeley +06075032801,"Census Tract 328.01, San Francisco County, California",4505,3563.0,110255.0,864900.0,1757.0,1303.0,102.0,5.0,2599.0,0.0,31.0,114.0,351.0,Oakland,San Francisco-Oakland-Berkeley +06075032602,"Census Tract 326.02, San Francisco County, California",5047,4000.0,91433.0,917400.0,1897.0,1477.0,10.0,0.0,2923.0,0.0,34.0,178.0,425.0,Oakland,San Francisco-Oakland-Berkeley +06075032601,"Census Tract 326.01, San Francisco County, California",5178,4053.0,100240.0,936100.0,2197.0,1667.0,54.0,23.0,2535.0,0.0,0.0,412.0,510.0,Oakland,San Francisco-Oakland-Berkeley +06075031201,"Census Tract 312.01, San Francisco County, California",7477,5611.0,81443.0,661300.0,2059.0,1456.0,399.0,45.0,4283.0,0.0,73.0,278.0,943.0,Oakland,San Francisco-Oakland-Berkeley +06075031302,"Census Tract 313.02, San Francisco County, California",6225,4565.0,78548.0,625200.0,1578.0,710.0,559.0,0.0,3680.0,0.0,58.0,258.0,960.0,Oakland,San Francisco-Oakland-Berkeley +06075031301,"Census Tract 313.01, San Francisco County, California",4397,3201.0,97866.0,749400.0,1205.0,917.0,780.0,41.0,2052.0,0.0,0.0,328.0,320.0,Oakland,San Francisco-Oakland-Berkeley +06075031202,"Census Tract 312.02, San Francisco County, California",3451,2467.0,77267.0,694900.0,627.0,265.0,569.0,6.0,2003.0,28.0,0.0,153.0,433.0,Oakland,San Francisco-Oakland-Berkeley +06075025702,"Census Tract 257.02, San Francisco County, California",4698,3350.0,63311.0,778500.0,680.0,290.0,142.0,14.0,2768.0,61.0,0.0,28.0,1395.0,Oakland,San Francisco-Oakland-Berkeley +06075025701,"Census Tract 257.01, San Francisco County, California",5301,4052.0,95669.0,720700.0,1173.0,616.0,136.0,11.0,3381.0,5.0,0.0,66.0,1097.0,Oakland,San Francisco-Oakland-Berkeley +06075022704,"Census Tract 227.04, San Francisco County, California",3365,2755.0,176667.0,1200600.0,2190.0,2383.0,27.0,9.0,519.0,0.0,15.0,142.0,279.0,Oakland,San Francisco-Oakland-Berkeley +06075020402,"Census Tract 204.02, San Francisco County, California",4646,4149.0,105161.0,1114200.0,2973.0,2883.0,98.0,0.0,727.0,0.0,30.0,104.0,804.0,Oakland,San Francisco-Oakland-Berkeley +06075020401,"Census Tract 204.01, San Francisco County, California",3290,2873.0,156161.0,1133300.0,2034.0,2344.0,57.0,35.0,499.0,0.0,0.0,210.0,156.0,Oakland,San Francisco-Oakland-Berkeley +06075017802,"Census Tract 178.02, San Francisco County, California",5108,4309.0,73966.0,821000.0,2245.0,1746.0,596.0,6.0,1411.0,17.0,131.0,239.0,962.0,Oakland,San Francisco-Oakland-Berkeley +06075017801,"Census Tract 178.01, San Francisco County, California",3472,3364.0,18930.0,785200.0,1489.0,1015.0,136.0,0.0,2169.0,0.0,0.0,20.0,132.0,Oakland,San Francisco-Oakland-Berkeley +06075016801,"Census Tract 168.01, San Francisco County, California",3424,3014.0,103730.0,995400.0,2170.0,2337.0,147.0,0.0,341.0,0.0,0.0,146.0,453.0,Oakland,San Francisco-Oakland-Berkeley +06075017102,"Census Tract 171.02, San Francisco County, California",3719,2988.0,129792.0,1421200.0,2438.0,2836.0,68.0,1.0,397.0,0.0,14.0,167.0,236.0,Oakland,San Francisco-Oakland-Berkeley +06075017101,"Census Tract 171.01, San Francisco County, California",3743,3090.0,155278.0,1484400.0,2437.0,2830.0,164.0,50.0,245.0,0.0,0.0,248.0,256.0,Oakland,San Francisco-Oakland-Berkeley +06075016802,"Census Tract 168.02, San Francisco County, California",3390,2924.0,83672.0,914400.0,1809.0,1768.0,187.0,62.0,498.0,0.0,0.0,70.0,815.0,Oakland,San Francisco-Oakland-Berkeley +06075015802,"Census Tract 158.02, San Francisco County, California",3506,2962.0,100509.0,951400.0,2197.0,2231.0,271.0,19.0,404.0,11.0,30.0,169.0,390.0,Oakland,San Francisco-Oakland-Berkeley +06075015801,"Census Tract 158.01, San Francisco County, California",4129,3077.0,66603.0,991000.0,1651.0,1476.0,1324.0,0.0,674.0,0.0,0.0,311.0,344.0,Oakland,San Francisco-Oakland-Berkeley +06075013102,"Census Tract 131.02, San Francisco County, California",3084,2729.0,150643.0,1703800.0,2349.0,2127.0,12.0,0.0,599.0,11.0,38.0,84.0,213.0,Oakland,San Francisco-Oakland-Berkeley +06075013101,"Census Tract 131.01, San Francisco County, California",3742,3378.0,130927.0,977500.0,2799.0,2761.0,111.0,0.0,500.0,0.0,15.0,48.0,307.0,Oakland,San Francisco-Oakland-Berkeley +06075012902,"Census Tract 129.02, San Francisco County, California",3628,3010.0,120190.0,1658700.0,2441.0,2724.0,100.0,12.0,437.0,0.0,59.0,111.0,185.0,Oakland,San Francisco-Oakland-Berkeley +06075012501,"Census Tract 125.01, San Francisco County, California",3559,2946.0,21412.0,-666666666.0,878.0,947.0,388.0,7.0,1450.0,0.0,0.0,16.0,751.0,Oakland,San Francisco-Oakland-Berkeley +06075980300,"Census Tract 9803, San Francisco County, California",84,84.0,131333.0,-666666666.0,76.0,74.0,0.0,0.0,5.0,0.0,0.0,5.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06075061400,"Census Tract 614, San Francisco County, California",6124,4473.0,125234.0,930800.0,2765.0,2625.0,690.0,24.0,1150.0,0.0,0.0,519.0,1116.0,Oakland,San Francisco-Oakland-Berkeley +06075061200,"Census Tract 612, San Francisco County, California",4451,3331.0,60903.0,540300.0,717.0,379.0,999.0,9.0,1313.0,9.0,0.0,74.0,1668.0,Oakland,San Francisco-Oakland-Berkeley +06075061100,"Census Tract 611, San Francisco County, California",4572,3703.0,16560.0,672600.0,340.0,262.0,37.0,19.0,4178.0,53.0,0.0,7.0,16.0,Oakland,San Francisco-Oakland-Berkeley +06075047802,"Census Tract 478.02, San Francisco County, California",3892,2793.0,80801.0,987600.0,1460.0,1208.0,12.0,34.0,2177.0,11.0,22.0,131.0,331.0,Oakland,San Francisco-Oakland-Berkeley +06075047801,"Census Tract 478.01, San Francisco County, California",4134,3453.0,102083.0,1038100.0,1948.0,1584.0,46.0,10.0,2009.0,0.0,24.0,258.0,203.0,Oakland,San Francisco-Oakland-Berkeley +06075015600,"Census Tract 156, San Francisco County, California",3236,2475.0,88083.0,1202900.0,1682.0,1538.0,68.0,0.0,1113.0,0.0,0.0,206.0,311.0,Oakland,San Francisco-Oakland-Berkeley +06075010200,"Census Tract 102, San Francisco County, California",4363,3847.0,125238.0,1061600.0,3208.0,3609.0,34.0,0.0,488.0,0.0,0.0,98.0,134.0,Oakland,San Francisco-Oakland-Berkeley +06075010800,"Census Tract 108, San Francisco County, California",4927,4164.0,100226.0,1878100.0,2701.0,2392.0,0.0,0.0,1812.0,0.0,0.0,181.0,542.0,Oakland,San Francisco-Oakland-Berkeley +06075033100,"Census Tract 331, San Francisco County, California",3978,3054.0,111333.0,1111600.0,1947.0,1376.0,13.0,0.0,2330.0,0.0,0.0,122.0,137.0,Oakland,San Francisco-Oakland-Berkeley +06075040200,"Census Tract 402, San Francisco County, California",5633,4350.0,98531.0,1530100.0,2741.0,3060.0,12.0,0.0,1842.0,0.0,48.0,204.0,467.0,Oakland,San Francisco-Oakland-Berkeley +06075012602,"Census Tract 126.02, San Francisco County, California",2814,2392.0,129196.0,2000001.0,1957.0,2270.0,15.0,0.0,384.0,0.0,0.0,39.0,106.0,Oakland,San Francisco-Oakland-Berkeley +06075012901,"Census Tract 129.01, San Francisco County, California",2754,2485.0,143403.0,1152000.0,2076.0,2169.0,0.0,27.0,282.0,0.0,0.0,100.0,176.0,Oakland,San Francisco-Oakland-Berkeley +06075012601,"Census Tract 126.01, San Francisco County, California",2592,2280.0,129139.0,1953100.0,1861.0,2029.0,55.0,0.0,206.0,0.0,0.0,0.0,302.0,Oakland,San Francisco-Oakland-Berkeley +06075061500,"Census Tract 615, San Francisco County, California",13864,11713.0,173449.0,839300.0,9348.0,6888.0,304.0,35.0,5200.0,52.0,0.0,404.0,981.0,Oakland,San Francisco-Oakland-Berkeley +06075060700,"Census Tract 607, San Francisco County, California",11425,9317.0,141588.0,796000.0,6393.0,4060.0,747.0,86.0,4514.0,0.0,0.0,437.0,1667.0,Oakland,San Francisco-Oakland-Berkeley +06075047701,"Census Tract 477.01, San Francisco County, California",4342,3671.0,82734.0,945800.0,1955.0,1729.0,0.0,0.0,1967.0,75.0,67.0,288.0,216.0,Oakland,San Francisco-Oakland-Berkeley +06075047702,"Census Tract 477.02, San Francisco County, California",4054,3213.0,96823.0,1066900.0,1651.0,1652.0,21.0,0.0,1962.0,0.0,26.0,91.0,302.0,Oakland,San Francisco-Oakland-Berkeley +06075060502,"Census Tract 605.02, San Francisco County, California",3446,1997.0,27989.0,644700.0,250.0,90.0,641.0,51.0,1307.0,125.0,0.0,74.0,1209.0,Oakland,San Francisco-Oakland-Berkeley +06075047902,"Census Tract 479.02, San Francisco County, California",3858,3224.0,83984.0,1034300.0,1772.0,1619.0,21.0,0.0,1550.0,0.0,0.0,504.0,164.0,Oakland,San Francisco-Oakland-Berkeley +06075060400,"Census Tract 604, San Francisco County, California",1616,1345.0,47308.0,807700.0,749.0,902.0,77.0,6.0,402.0,0.0,0.0,65.0,164.0,Oakland,San Francisco-Oakland-Berkeley +06075010900,"Census Tract 109, San Francisco County, California",4519,4165.0,122206.0,1153600.0,3314.0,3131.0,69.0,0.0,1135.0,0.0,20.0,106.0,58.0,Oakland,San Francisco-Oakland-Berkeley +06075011800,"Census Tract 118, San Francisco County, California",1558,1278.0,23512.0,-666666666.0,337.0,160.0,1.0,10.0,1351.0,0.0,0.0,6.0,38.0,Oakland,San Francisco-Oakland-Berkeley +06075012100,"Census Tract 121, San Francisco County, California",4062,2935.0,73521.0,656300.0,1838.0,1889.0,127.0,13.0,1086.0,0.0,5.0,135.0,820.0,Oakland,San Francisco-Oakland-Berkeley +06075012800,"Census Tract 128, San Francisco County, California",4738,3844.0,151830.0,1447500.0,3022.0,3611.0,80.0,1.0,334.0,0.0,17.0,145.0,550.0,Oakland,San Francisco-Oakland-Berkeley +06075015500,"Census Tract 155, San Francisco County, California",3740,3504.0,65536.0,590300.0,1619.0,1929.0,115.0,0.0,1280.0,47.0,0.0,76.0,293.0,Oakland,San Francisco-Oakland-Berkeley +06075016100,"Census Tract 161, San Francisco County, California",5562,4435.0,24041.0,704100.0,1886.0,1174.0,1954.0,0.0,1641.0,0.0,57.0,421.0,315.0,Oakland,San Francisco-Oakland-Berkeley +06075016300,"Census Tract 163, San Francisco County, California",4671,3941.0,132742.0,1031000.0,2773.0,2518.0,654.0,0.0,733.0,0.0,0.0,288.0,478.0,Oakland,San Francisco-Oakland-Berkeley +06075017601,"Census Tract 176.01, San Francisco County, California",8432,7046.0,40878.0,715800.0,2945.0,2214.0,821.0,81.0,3583.0,39.0,50.0,290.0,1435.0,Oakland,San Francisco-Oakland-Berkeley +06075020100,"Census Tract 201, San Francisco County, California",5911,5096.0,46604.0,746500.0,2434.0,1904.0,343.0,68.0,874.0,45.0,42.0,157.0,2517.0,Oakland,San Francisco-Oakland-Berkeley +06075020600,"Census Tract 206, San Francisco County, California",4953,4400.0,141875.0,1452000.0,3364.0,3616.0,120.0,0.0,532.0,61.0,0.0,300.0,324.0,Oakland,San Francisco-Oakland-Berkeley +06075020900,"Census Tract 209, San Francisco County, California",4816,3780.0,83523.0,918600.0,1831.0,1586.0,85.0,17.0,681.0,0.0,11.0,123.0,2330.0,Oakland,San Francisco-Oakland-Berkeley +06075021800,"Census Tract 218, San Francisco County, California",4075,3225.0,137969.0,1111100.0,2293.0,2803.0,125.0,18.0,431.0,0.0,11.0,118.0,587.0,Oakland,San Francisco-Oakland-Berkeley +06075022600,"Census Tract 226, San Francisco County, California",2361,2078.0,195000.0,986700.0,1666.0,1449.0,161.0,0.0,437.0,0.0,0.0,130.0,184.0,Oakland,San Francisco-Oakland-Berkeley +06075023102,"Census Tract 231.02, San Francisco County, California",4537,2621.0,28618.0,519700.0,436.0,182.0,2686.0,0.0,672.0,180.0,0.0,81.0,736.0,Oakland,San Francisco-Oakland-Berkeley +06075025100,"Census Tract 251, San Francisco County, California",3788,2969.0,148500.0,1119200.0,1975.0,2129.0,260.0,47.0,511.0,14.0,0.0,134.0,702.0,Oakland,San Francisco-Oakland-Berkeley +06075017000,"Census Tract 170, San Francisco County, California",4113,3678.0,161563.0,1182500.0,3003.0,3145.0,29.0,0.0,513.0,20.0,0.0,137.0,269.0,Oakland,San Francisco-Oakland-Berkeley +06075018000,"Census Tract 180, San Francisco County, California",2972,2600.0,156932.0,916500.0,1524.0,1293.0,414.0,5.0,718.0,13.0,0.0,206.0,323.0,Oakland,San Francisco-Oakland-Berkeley +06075021500,"Census Tract 215, San Francisco County, California",5155,4290.0,122857.0,1047900.0,3218.0,3262.0,193.0,13.0,500.0,0.0,161.0,120.0,906.0,Oakland,San Francisco-Oakland-Berkeley +06075022803,"Census Tract 228.03, San Francisco County, California",4677,3611.0,114583.0,894900.0,1805.0,1768.0,91.0,0.0,558.0,0.0,13.0,82.0,2165.0,Oakland,San Francisco-Oakland-Berkeley +06075026404,"Census Tract 264.04, San Francisco County, California",3061,2000.0,54958.0,586200.0,290.0,112.0,358.0,0.0,1589.0,153.0,17.0,7.0,825.0,Oakland,San Francisco-Oakland-Berkeley +06075030600,"Census Tract 306, San Francisco County, California",2420,1756.0,155000.0,1150200.0,1131.0,1263.0,16.0,0.0,655.0,0.0,15.0,103.0,368.0,Oakland,San Francisco-Oakland-Berkeley +06075031000,"Census Tract 310, San Francisco County, California",3799,2669.0,131544.0,1104700.0,1800.0,1832.0,58.0,5.0,1255.0,0.0,0.0,128.0,521.0,Oakland,San Francisco-Oakland-Berkeley +06075033201,"Census Tract 332.01, San Francisco County, California",4281,723.0,28750.0,-666666666.0,406.0,1338.0,290.0,15.0,879.0,22.0,13.0,347.0,1392.0,Oakland,San Francisco-Oakland-Berkeley +06075011100,"Census Tract 111, San Francisco County, California",4844,4350.0,100500.0,853200.0,2802.0,3101.0,259.0,0.0,1054.0,0.0,23.0,97.0,310.0,Oakland,San Francisco-Oakland-Berkeley +06075011700,"Census Tract 117, San Francisco County, California",1704,1495.0,52371.0,1106500.0,719.0,495.0,73.0,0.0,809.0,0.0,31.0,35.0,261.0,Oakland,San Francisco-Oakland-Berkeley +06075015700,"Census Tract 157, San Francisco County, California",9377,5588.0,111181.0,1098300.0,4219.0,4706.0,334.0,0.0,2272.0,54.0,277.0,486.0,1248.0,Oakland,San Francisco-Oakland-Berkeley +06075022901,"Census Tract 229.01, San Francisco County, California",5392,3686.0,72045.0,895100.0,1525.0,1513.0,78.0,44.0,377.0,0.0,10.0,82.0,3332.0,Oakland,San Francisco-Oakland-Berkeley +06075021700,"Census Tract 217, San Francisco County, California",4235,3224.0,122875.0,1174700.0,2171.0,2195.0,403.0,0.0,1014.0,0.0,22.0,63.0,538.0,Oakland,San Francisco-Oakland-Berkeley +06075022802,"Census Tract 228.02, San Francisco County, California",2335,1911.0,80385.0,1029900.0,776.0,798.0,84.0,9.0,348.0,0.0,36.0,76.0,993.0,Oakland,San Francisco-Oakland-Berkeley +06075022902,"Census Tract 229.02, San Francisco County, California",2597,2157.0,131571.0,880100.0,970.0,915.0,111.0,0.0,271.0,21.0,0.0,153.0,1126.0,Oakland,San Francisco-Oakland-Berkeley +06075022903,"Census Tract 229.03, San Francisco County, California",3481,2754.0,113250.0,825400.0,1253.0,965.0,70.0,44.0,363.0,0.0,26.0,70.0,1955.0,Oakland,San Francisco-Oakland-Berkeley +06075023003,"Census Tract 230.03, San Francisco County, California",3921,2877.0,74113.0,624000.0,924.0,345.0,804.0,1.0,1867.0,0.0,10.0,33.0,861.0,Oakland,San Francisco-Oakland-Berkeley +06075026403,"Census Tract 264.03, San Francisco County, California",3945,2849.0,61131.0,640000.0,448.0,188.0,74.0,6.0,2606.0,12.0,9.0,92.0,958.0,Oakland,San Francisco-Oakland-Berkeley +06075030201,"Census Tract 302.01, San Francisco County, California",4454,3663.0,97039.0,1002900.0,2652.0,2138.0,28.0,0.0,1656.0,0.0,0.0,303.0,329.0,Oakland,San Francisco-Oakland-Berkeley +06075030302,"Census Tract 303.02, San Francisco County, California",4108,3048.0,135143.0,1053500.0,2096.0,1473.0,138.0,0.0,2066.0,0.0,17.0,118.0,296.0,Oakland,San Francisco-Oakland-Berkeley +06075030400,"Census Tract 304, San Francisco County, California",5626,4169.0,156786.0,1269100.0,2588.0,2658.0,150.0,6.0,2029.0,37.0,136.0,252.0,358.0,Oakland,San Francisco-Oakland-Berkeley +06075010300,"Census Tract 103, San Francisco County, California",4377,3797.0,118210.0,1300000.0,2474.0,2423.0,0.0,0.0,1445.0,0.0,0.0,104.0,405.0,Oakland,San Francisco-Oakland-Berkeley +06075011000,"Census Tract 110, San Francisco County, California",4989,4542.0,134948.0,1024600.0,3092.0,2519.0,88.0,0.0,2066.0,0.0,0.0,33.0,283.0,Oakland,San Francisco-Oakland-Berkeley +06075015400,"Census Tract 154, San Francisco County, California",5877,4754.0,121116.0,1011000.0,3607.0,3655.0,99.0,1.0,1375.0,111.0,43.0,275.0,319.0,Oakland,San Francisco-Oakland-Berkeley +06075010400,"Census Tract 104, San Francisco County, California",4645,3948.0,106979.0,1137500.0,2959.0,2491.0,1.0,4.0,1303.0,0.0,0.0,301.0,545.0,Oakland,San Francisco-Oakland-Berkeley +06075025500,"Census Tract 255, San Francisco County, California",9366,7119.0,106000.0,816600.0,2979.0,2051.0,98.0,0.0,3845.0,0.0,33.0,239.0,3100.0,Oakland,San Francisco-Oakland-Berkeley +06075025600,"Census Tract 256, San Francisco County, California",5503,4194.0,74688.0,658600.0,1162.0,934.0,105.0,85.0,3136.0,0.0,76.0,190.0,1051.0,Oakland,San Francisco-Oakland-Berkeley +06075025800,"Census Tract 258, San Francisco County, California",1853,1376.0,72411.0,703500.0,467.0,285.0,110.0,45.0,909.0,0.0,0.0,32.0,517.0,Oakland,San Francisco-Oakland-Berkeley +06075026001,"Census Tract 260.01, San Francisco County, California",5940,4261.0,62656.0,647400.0,942.0,714.0,146.0,33.0,2208.0,0.0,56.0,203.0,2580.0,Oakland,San Francisco-Oakland-Berkeley +06075045100,"Census Tract 451, San Francisco County, California",5139,4098.0,101480.0,1241300.0,2719.0,2511.0,106.0,7.0,1902.0,0.0,9.0,126.0,478.0,Oakland,San Francisco-Oakland-Berkeley +06075045200,"Census Tract 452, San Francisco County, California",7113,5732.0,92193.0,1375000.0,3546.0,2938.0,264.0,0.0,2671.0,0.0,15.0,647.0,578.0,Oakland,San Francisco-Oakland-Berkeley +06075026100,"Census Tract 261, San Francisco County, California",7310,5674.0,78640.0,750300.0,1628.0,589.0,83.0,19.0,4374.0,15.0,0.0,224.0,2025.0,Oakland,San Francisco-Oakland-Berkeley +06075023300,"Census Tract 233, San Francisco County, California",3429,2513.0,55600.0,601400.0,695.0,335.0,310.0,0.0,2023.0,0.0,0.0,37.0,724.0,Oakland,San Francisco-Oakland-Berkeley +06075025300,"Census Tract 253, San Francisco County, California",4634,3623.0,126563.0,1011600.0,2198.0,2574.0,108.0,29.0,474.0,0.0,79.0,250.0,1120.0,Oakland,San Francisco-Oakland-Berkeley +06075025401,"Census Tract 254.01, San Francisco County, California",4171,3141.0,114211.0,928800.0,1494.0,1587.0,88.0,1.0,452.0,0.0,52.0,156.0,1835.0,Oakland,San Francisco-Oakland-Berkeley +06075026301,"Census Tract 263.01, San Francisco County, California",5084,3951.0,65893.0,671700.0,937.0,657.0,17.0,27.0,3165.0,0.0,0.0,30.0,1188.0,Oakland,San Francisco-Oakland-Berkeley +06075026302,"Census Tract 263.02, San Francisco County, California",5149,4032.0,79375.0,652800.0,1194.0,672.0,92.0,0.0,2955.0,0.0,0.0,76.0,1354.0,Oakland,San Francisco-Oakland-Berkeley +06075026303,"Census Tract 263.03, San Francisco County, California",4783,3606.0,80690.0,682000.0,900.0,631.0,14.0,6.0,2562.0,0.0,5.0,11.0,1554.0,Oakland,San Francisco-Oakland-Berkeley +06075030500,"Census Tract 305, San Francisco County, California",3116,2591.0,122813.0,972100.0,1454.0,1402.0,304.0,7.0,801.0,20.0,9.0,212.0,368.0,Oakland,San Francisco-Oakland-Berkeley +06075031100,"Census Tract 311, San Francisco County, California",6726,5232.0,112750.0,837600.0,3170.0,3054.0,160.0,0.0,1851.0,12.0,0.0,395.0,1254.0,Oakland,San Francisco-Oakland-Berkeley +06075021400,"Census Tract 214, San Francisco County, California",3806,3064.0,148594.0,1163600.0,2415.0,2638.0,9.0,41.0,555.0,37.0,19.0,76.0,472.0,Oakland,San Francisco-Oakland-Berkeley +06075016400,"Census Tract 164, San Francisco County, California",3915,3484.0,119321.0,991600.0,2308.0,2394.0,398.0,10.0,481.0,0.0,0.0,200.0,432.0,Oakland,San Francisco-Oakland-Berkeley +06075016600,"Census Tract 166, San Francisco County, California",5787,5179.0,134395.0,1402800.0,3917.0,4056.0,230.0,31.0,774.0,20.0,0.0,277.0,415.0,Oakland,San Francisco-Oakland-Berkeley +06075017902,"Census Tract 179.02, San Francisco County, California",3129,1645.0,52143.0,-666666666.0,712.0,867.0,534.0,101.0,382.0,22.0,17.0,224.0,1059.0,Oakland,San Francisco-Oakland-Berkeley +06075042800,"Census Tract 428, San Francisco County, California",2497,1720.0,161523.0,2000001.0,1388.0,1804.0,0.0,0.0,453.0,0.0,9.0,128.0,103.0,Oakland,San Francisco-Oakland-Berkeley +06075023400,"Census Tract 234, San Francisco County, California",3432,2196.0,40648.0,582700.0,352.0,154.0,856.0,0.0,592.0,266.0,110.0,279.0,1175.0,Oakland,San Francisco-Oakland-Berkeley +06075016500,"Census Tract 165, San Francisco County, California",5760,4851.0,117156.0,1097800.0,3489.0,3702.0,377.0,0.0,663.0,0.0,29.0,336.0,653.0,Oakland,San Francisco-Oakland-Berkeley +06075030700,"Census Tract 307, San Francisco County, California",6964,5403.0,139531.0,1029200.0,3568.0,3431.0,169.0,44.0,1970.0,0.0,118.0,438.0,818.0,Oakland,San Francisco-Oakland-Berkeley +06075035100,"Census Tract 351, San Francisco County, California",9020,7101.0,125408.0,929900.0,3902.0,2841.0,59.0,52.0,4925.0,0.0,15.0,536.0,592.0,Oakland,San Francisco-Oakland-Berkeley +06075013000,"Census Tract 130, San Francisco County, California",4957,4158.0,156117.0,1660400.0,3568.0,4011.0,0.0,29.0,550.0,0.0,0.0,162.0,205.0,Oakland,San Francisco-Oakland-Berkeley +06075026002,"Census Tract 260.02, San Francisco County, California",3570,2810.0,94200.0,701700.0,1073.0,805.0,241.0,17.0,1313.0,0.0,22.0,123.0,1049.0,Oakland,San Francisco-Oakland-Berkeley +06075026402,"Census Tract 264.02, San Francisco County, California",5120,3735.0,87404.0,662100.0,756.0,437.0,412.0,17.0,2506.0,0.0,0.0,120.0,1628.0,Oakland,San Francisco-Oakland-Berkeley +06075030301,"Census Tract 303.01, San Francisco County, California",5907,4763.0,140179.0,1180800.0,3202.0,2528.0,119.0,0.0,2543.0,0.0,97.0,245.0,375.0,Oakland,San Francisco-Oakland-Berkeley +06075030800,"Census Tract 308, San Francisco County, California",6768,5275.0,151250.0,1258900.0,3697.0,3312.0,284.0,20.0,2286.0,36.0,0.0,133.0,697.0,Oakland,San Francisco-Oakland-Berkeley +06075025402,"Census Tract 254.02, San Francisco County, California",3249,2574.0,128750.0,945200.0,1266.0,1248.0,106.0,74.0,997.0,0.0,8.0,100.0,790.0,Oakland,San Francisco-Oakland-Berkeley +06075026200,"Census Tract 262, San Francisco County, California",7806,5920.0,79861.0,682100.0,1443.0,675.0,51.0,53.0,5261.0,0.0,24.0,253.0,1489.0,Oakland,San Francisco-Oakland-Berkeley +06075021600,"Census Tract 216, San Francisco County, California",4372,3470.0,138117.0,1087300.0,2736.0,2473.0,279.0,77.0,697.0,0.0,39.0,227.0,657.0,Oakland,San Francisco-Oakland-Berkeley +06075030900,"Census Tract 309, San Francisco County, California",6942,4944.0,174946.0,1313800.0,3517.0,3221.0,173.0,0.0,2975.0,0.0,0.0,378.0,195.0,Oakland,San Francisco-Oakland-Berkeley +06075047901,"Census Tract 479.01, San Francisco County, California",7113,5564.0,82241.0,906200.0,2750.0,2907.0,166.0,0.0,3394.0,0.0,0.0,359.0,287.0,Oakland,San Francisco-Oakland-Berkeley +06081990100,"Census Tract 9901, San Mateo County, California",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06081984300,"Census Tract 9843, San Mateo County, California",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley +06081603801,"Census Tract 6038.01, San Mateo County, California",2355,1925.0,81591.0,345100.0,1137.0,929.0,2.0,0.0,1064.0,0.0,15.0,60.0,285.0,Oakland,San Francisco-Oakland-Berkeley +06081600401,"Census Tract 6004.01, San Mateo County, California",3482,2776.0,93859.0,539900.0,877.0,311.0,151.0,0.0,1743.0,0.0,0.0,169.0,1108.0,Oakland,San Francisco-Oakland-Berkeley +06081614000,"Census Tract 6140, San Mateo County, California",5753,4077.0,121926.0,877300.0,2041.0,1363.0,103.0,0.0,2486.0,53.0,0.0,521.0,1227.0,Oakland,San Francisco-Oakland-Berkeley +06081613900,"Census Tract 6139, San Mateo County, California",6796,4693.0,163010.0,1775400.0,3128.0,4091.0,277.0,192.0,1129.0,45.0,56.0,239.0,795.0,Oakland,San Francisco-Oakland-Berkeley +06081609202,"Census Tract 6092.02, San Mateo County, California",4315,3335.0,99677.0,1061500.0,2036.0,2506.0,57.0,0.0,692.0,60.0,17.0,182.0,801.0,Oakland,San Francisco-Oakland-Berkeley +06081609201,"Census Tract 6092.01, San Mateo County, California",3752,2732.0,114444.0,1213300.0,1693.0,2721.0,34.0,1.0,496.0,0.0,10.0,159.0,331.0,Oakland,San Francisco-Oakland-Berkeley +06081603802,"Census Tract 6038.02, San Mateo County, California",5026,3802.0,114375.0,886200.0,1557.0,2421.0,36.0,0.0,1216.0,23.0,0.0,273.0,1057.0,Oakland,San Francisco-Oakland-Berkeley +06081601902,"Census Tract 6019.02, San Mateo County, California",5508,4228.0,87168.0,541900.0,1766.0,1132.0,105.0,0.0,2415.0,0.0,0.0,182.0,1674.0,Oakland,San Francisco-Oakland-Berkeley +06081601603,"Census Tract 6016.03, San Mateo County, California",5969,4474.0,110600.0,701000.0,1829.0,1033.0,53.0,0.0,3993.0,29.0,1.0,64.0,796.0,Oakland,San Francisco-Oakland-Berkeley +06081602100,"Census Tract 6021, San Mateo County, California",3139,2185.0,61900.0,608000.0,312.0,321.0,66.0,42.0,532.0,89.0,0.0,130.0,1985.0,Oakland,San Francisco-Oakland-Berkeley +06081603400,"Census Tract 6034, San Mateo County, California",5970,4156.0,107011.0,779700.0,1662.0,3583.0,40.0,16.0,604.0,0.0,59.0,221.0,1447.0,Oakland,San Francisco-Oakland-Berkeley +06081604101,"Census Tract 6041.01, San Mateo County, California",8299,5624.0,82953.0,682200.0,1276.0,1530.0,122.0,30.0,1743.0,465.0,0.0,362.0,4066.0,Oakland,San Francisco-Oakland-Berkeley +06081604200,"Census Tract 6042, San Mateo County, California",4113,2798.0,76818.0,613700.0,819.0,1096.0,7.0,0.0,632.0,79.0,21.0,127.0,2151.0,Oakland,San Francisco-Oakland-Berkeley +06081604400,"Census Tract 6044, San Mateo County, California",4966,3622.0,82723.0,808200.0,1403.0,1187.0,24.0,51.0,2428.0,27.0,0.0,181.0,1107.0,Oakland,San Francisco-Oakland-Berkeley +06081604700,"Census Tract 6047, San Mateo County, California",2735,2123.0,130288.0,1239200.0,1110.0,1086.0,15.0,4.0,1334.0,23.0,6.0,88.0,179.0,Oakland,San Francisco-Oakland-Berkeley +06081604800,"Census Tract 6048, San Mateo County, California",4944,3760.0,104810.0,1190500.0,1791.0,1576.0,43.0,25.0,2229.0,20.0,0.0,190.0,861.0,Oakland,San Francisco-Oakland-Berkeley +06081605400,"Census Tract 6054, San Mateo County, California",6018,4227.0,91801.0,1383300.0,2383.0,3681.0,36.0,91.0,940.0,0.0,338.0,253.0,745.0,Oakland,San Francisco-Oakland-Berkeley +06081605900,"Census Tract 6059, San Mateo County, California",5804,4664.0,86563.0,722000.0,2575.0,2322.0,130.0,49.0,1251.0,33.0,102.0,383.0,1557.0,Oakland,San Francisco-Oakland-Berkeley +06081606100,"Census Tract 6061, San Mateo County, California",4824,3298.0,67143.0,674400.0,846.0,1283.0,120.0,13.0,801.0,371.0,0.0,170.0,2079.0,Oakland,San Francisco-Oakland-Berkeley +06081609400,"Census Tract 6094, San Mateo County, California",3485,2200.0,195625.0,1529600.0,1576.0,2791.0,7.0,0.0,261.0,10.0,11.0,109.0,296.0,Oakland,San Francisco-Oakland-Berkeley +06081609500,"Census Tract 6095, San Mateo County, California",4976,3447.0,183171.0,1294000.0,2380.0,3359.0,0.0,0.0,783.0,0.0,0.0,174.0,660.0,Oakland,San Francisco-Oakland-Berkeley +06081609700,"Census Tract 6097, San Mateo County, California",4656,3305.0,178542.0,1565100.0,2289.0,3768.0,56.0,16.0,203.0,0.0,0.0,265.0,364.0,Oakland,San Francisco-Oakland-Berkeley +06081613000,"Census Tract 6130, San Mateo County, California",3627,2315.0,117153.0,1713000.0,2018.0,2505.0,2.0,0.0,842.0,0.0,0.0,167.0,111.0,Oakland,San Francisco-Oakland-Berkeley +06081611100,"Census Tract 6111, San Mateo County, California",6455,4566.0,158304.0,1199900.0,2781.0,5067.0,0.0,0.0,478.0,66.0,0.0,290.0,554.0,Oakland,San Francisco-Oakland-Berkeley +06081611700,"Census Tract 6117, San Mateo County, California",5509,3312.0,58274.0,668000.0,583.0,423.0,1153.0,36.0,175.0,460.0,0.0,115.0,3173.0,Oakland,San Francisco-Oakland-Berkeley +06081600500,"Census Tract 6005, San Mateo County, California",8231,6250.0,117813.0,632700.0,2291.0,693.0,58.0,51.0,5053.0,0.0,3.0,159.0,2247.0,Oakland,San Francisco-Oakland-Berkeley +06081601604,"Census Tract 6016.04, San Mateo County, California",2701,2252.0,96274.0,398800.0,1059.0,783.0,82.0,0.0,1226.0,13.0,29.0,212.0,356.0,Oakland,San Francisco-Oakland-Berkeley +06081601400,"Census Tract 6014, San Mateo County, California",7427,5567.0,80278.0,712600.0,2146.0,1072.0,100.0,13.0,4630.0,0.0,0.0,115.0,1510.0,Oakland,San Francisco-Oakland-Berkeley +06081602800,"Census Tract 6028, San Mateo County, California",4829,3552.0,118661.0,727600.0,1543.0,1456.0,160.0,0.0,1891.0,43.0,0.0,274.0,1005.0,Oakland,San Francisco-Oakland-Berkeley +06081610203,"Census Tract 6102.03, San Mateo County, California",3928,2467.0,60400.0,736500.0,344.0,279.0,58.0,131.0,127.0,213.0,0.0,40.0,3211.0,Oakland,San Francisco-Oakland-Berkeley +06081601000,"Census Tract 6010, San Mateo County, California",6896,4861.0,100764.0,651600.0,1882.0,958.0,564.0,25.0,3687.0,39.0,8.0,245.0,1386.0,Oakland,San Francisco-Oakland-Berkeley +06081610602,"Census Tract 6106.02, San Mateo County, California",4037,2664.0,122250.0,923900.0,1250.0,1703.0,34.0,10.0,260.0,0.0,10.0,46.0,1974.0,Oakland,San Francisco-Oakland-Berkeley +06081607702,"Census Tract 6077.02, San Mateo County, California",2941,2146.0,113485.0,739100.0,663.0,956.0,110.0,0.0,440.0,201.0,0.0,136.0,1098.0,Oakland,San Francisco-Oakland-Berkeley +06081607200,"Census Tract 6072, San Mateo County, California",4622,3478.0,96146.0,962800.0,1764.0,1911.0,72.0,0.0,1318.0,0.0,0.0,123.0,1198.0,Oakland,San Francisco-Oakland-Berkeley +06081608004,"Census Tract 6080.04, San Mateo County, California",7707,5724.0,127406.0,826700.0,4009.0,2495.0,110.0,0.0,4253.0,0.0,0.0,276.0,573.0,Oakland,San Francisco-Oakland-Berkeley +06081608023,"Census Tract 6080.23, San Mateo County, California",2653,1892.0,138333.0,1311200.0,1153.0,1018.0,58.0,5.0,1340.0,0.0,5.0,100.0,127.0,Oakland,San Francisco-Oakland-Berkeley +06081608100,"Census Tract 6081, San Mateo County, California",3943,2872.0,110608.0,996600.0,1883.0,1700.0,129.0,0.0,1855.0,0.0,20.0,140.0,99.0,Oakland,San Francisco-Oakland-Berkeley +06081608502,"Census Tract 6085.02, San Mateo County, California",2717,2247.0,109881.0,693800.0,1394.0,1255.0,13.0,61.0,850.0,36.0,0.0,60.0,490.0,Oakland,San Francisco-Oakland-Berkeley +06081600100,"Census Tract 6001, San Mateo County, California",5445,4147.0,107059.0,746700.0,2035.0,2004.0,248.0,0.0,1553.0,0.0,37.0,541.0,1062.0,Oakland,San Francisco-Oakland-Berkeley +06081601100,"Census Tract 6011, San Mateo County, California",6405,4751.0,104650.0,686700.0,1809.0,1149.0,207.0,0.0,3616.0,293.0,0.0,249.0,891.0,Oakland,San Francisco-Oakland-Berkeley +06081601300,"Census Tract 6013, San Mateo County, California",8509,5344.0,60032.0,590400.0,1445.0,882.0,285.0,0.0,3760.0,0.0,0.0,143.0,3439.0,Oakland,San Francisco-Oakland-Berkeley +06081601501,"Census Tract 6015.01, San Mateo County, California",5648,4326.0,98648.0,693400.0,1460.0,594.0,61.0,32.0,4110.0,203.0,58.0,68.0,522.0,Oakland,San Francisco-Oakland-Berkeley +06081601700,"Census Tract 6017, San Mateo County, California",4434,3319.0,111528.0,668300.0,1079.0,1207.0,35.0,0.0,1557.0,0.0,0.0,88.0,1547.0,Oakland,San Francisco-Oakland-Berkeley +06081602000,"Census Tract 6020, San Mateo County, California",8166,5975.0,99931.0,731900.0,2155.0,1427.0,7.0,0.0,3386.0,136.0,83.0,144.0,2983.0,Oakland,San Francisco-Oakland-Berkeley +06081602400,"Census Tract 6024, San Mateo County, California",7369,5432.0,85873.0,719900.0,1759.0,2654.0,122.0,22.0,2097.0,141.0,0.0,492.0,1863.0,Oakland,San Francisco-Oakland-Berkeley +06081603000,"Census Tract 6030, San Mateo County, California",4315,3208.0,95016.0,746800.0,1505.0,2886.0,59.0,73.0,296.0,24.0,0.0,204.0,788.0,Oakland,San Francisco-Oakland-Berkeley +06081605200,"Census Tract 6052, San Mateo County, California",3718,2411.0,186250.0,1929100.0,1711.0,2384.0,27.0,1.0,779.0,39.0,0.0,143.0,345.0,Oakland,San Francisco-Oakland-Berkeley +06081606200,"Census Tract 6062, San Mateo County, California",8105,5211.0,67250.0,705100.0,1086.0,1052.0,513.0,52.0,1246.0,281.0,0.0,259.0,4725.0,Oakland,San Francisco-Oakland-Berkeley +06081606500,"Census Tract 6065, San Mateo County, California",3548,2418.0,222974.0,1934600.0,1881.0,2554.0,29.0,0.0,584.0,0.0,0.0,185.0,196.0,Oakland,San Francisco-Oakland-Berkeley +06081606600,"Census Tract 6066, San Mateo County, California",3820,2670.0,124158.0,1066700.0,1470.0,2105.0,8.0,10.0,641.0,39.0,0.0,145.0,882.0,Oakland,San Francisco-Oakland-Berkeley +06081606900,"Census Tract 6069, San Mateo County, California",2560,1786.0,165893.0,1239400.0,1161.0,1340.0,35.0,0.0,717.0,41.0,10.0,177.0,240.0,Oakland,San Francisco-Oakland-Berkeley +06081607600,"Census Tract 6076, San Mateo County, California",3662,2560.0,111023.0,906500.0,1264.0,1501.0,73.0,11.0,820.0,24.0,9.0,127.0,1108.0,Oakland,San Francisco-Oakland-Berkeley +06081610900,"Census Tract 6109, San Mateo County, California",7081,5049.0,66406.0,784100.0,1644.0,2192.0,48.0,78.0,745.0,0.0,0.0,141.0,3887.0,Oakland,San Francisco-Oakland-Berkeley +06081610800,"Census Tract 6108, San Mateo County, California",5093,3195.0,65446.0,716800.0,971.0,1196.0,157.0,6.0,430.0,0.0,0.0,81.0,3229.0,Oakland,San Francisco-Oakland-Berkeley +06081609601,"Census Tract 6096.01, San Mateo County, California",3162,2238.0,205388.0,1534600.0,1717.0,2202.0,5.0,0.0,622.0,0.0,0.0,167.0,166.0,Oakland,San Francisco-Oakland-Berkeley +06081609800,"Census Tract 6098, San Mateo County, California",4743,3537.0,124048.0,1148000.0,1877.0,3160.0,82.0,0.0,544.0,0.0,93.0,72.0,792.0,Oakland,San Francisco-Oakland-Berkeley +06081611800,"Census Tract 6118, San Mateo County, California",4191,2577.0,65313.0,572600.0,218.0,135.0,634.0,103.0,74.0,669.0,12.0,36.0,2627.0,Oakland,San Francisco-Oakland-Berkeley +06081612600,"Census Tract 6126, San Mateo County, California",4750,3567.0,136250.0,1665400.0,2933.0,3435.0,12.0,0.0,875.0,0.0,48.0,170.0,210.0,Oakland,San Francisco-Oakland-Berkeley +06081613200,"Census Tract 6132, San Mateo County, California",6937,5084.0,243750.0,2000001.0,4205.0,5585.0,22.0,0.0,426.0,0.0,124.0,452.0,328.0,Oakland,San Francisco-Oakland-Berkeley +06081613400,"Census Tract 6134, San Mateo County, California",3105,2222.0,243194.0,2000001.0,1757.0,2584.0,0.0,0.0,161.0,0.0,20.0,52.0,288.0,Oakland,San Francisco-Oakland-Berkeley +06081613700,"Census Tract 6137, San Mateo County, California",9219,6937.0,108050.0,904200.0,3236.0,5730.0,0.0,23.0,407.0,104.0,0.0,398.0,2580.0,Oakland,San Francisco-Oakland-Berkeley +06081608300,"Census Tract 6083, San Mateo County, California",3871,2740.0,153409.0,1239500.0,1844.0,1268.0,184.0,0.0,1852.0,0.0,21.0,190.0,356.0,Oakland,San Francisco-Oakland-Berkeley +06081609300,"Census Tract 6093, San Mateo County, California",3572,2363.0,161167.0,1351700.0,1441.0,2753.0,0.0,0.0,336.0,0.0,0.0,168.0,315.0,Oakland,San Francisco-Oakland-Berkeley +06081612700,"Census Tract 6127, San Mateo County, California",2129,1428.0,220357.0,2000001.0,1209.0,1764.0,1.0,0.0,172.0,0.0,0.0,76.0,116.0,Oakland,San Francisco-Oakland-Berkeley +06081612900,"Census Tract 6129, San Mateo County, California",4546,3017.0,164597.0,1747900.0,2521.0,2997.0,112.0,0.0,996.0,0.0,20.0,212.0,209.0,Oakland,San Francisco-Oakland-Berkeley +06081613300,"Census Tract 6133, San Mateo County, California",2927,2079.0,246042.0,2000001.0,1540.0,2465.0,2.0,0.0,162.0,0.0,24.0,79.0,195.0,Oakland,San Francisco-Oakland-Berkeley +06081613600,"Census Tract 6136, San Mateo County, California",6824,4724.0,118152.0,860900.0,2383.0,5007.0,16.0,0.0,87.0,0.0,46.0,212.0,1456.0,Oakland,San Francisco-Oakland-Berkeley +06081608700,"Census Tract 6087, San Mateo County, California",7287,4965.0,131771.0,1146500.0,3259.0,4541.0,121.0,0.0,1429.0,15.0,44.0,509.0,628.0,Oakland,San Francisco-Oakland-Berkeley +06081609603,"Census Tract 6096.03, San Mateo County, California",5132,3727.0,161553.0,1219000.0,2661.0,3819.0,21.0,13.0,711.0,0.0,10.0,231.0,340.0,Oakland,San Francisco-Oakland-Berkeley +06081611900,"Census Tract 6119, San Mateo County, California",10073,6312.0,70521.0,632700.0,1341.0,1340.0,1151.0,46.0,659.0,892.0,0.0,481.0,5550.0,Oakland,San Francisco-Oakland-Berkeley +06081612800,"Census Tract 6128, San Mateo County, California",3430,2188.0,233571.0,2000001.0,1767.0,2793.0,4.0,0.0,264.0,2.0,1.0,157.0,209.0,Oakland,San Francisco-Oakland-Berkeley +06081601800,"Census Tract 6018, San Mateo County, California",7168,5155.0,116184.0,740800.0,1691.0,2052.0,45.0,0.0,2837.0,78.0,0.0,332.0,1824.0,Oakland,San Francisco-Oakland-Berkeley +06081600800,"Census Tract 6008, San Mateo County, California",7150,4566.0,57500.0,845400.0,2230.0,1009.0,637.0,0.0,3930.0,0.0,12.0,203.0,1359.0,Oakland,San Francisco-Oakland-Berkeley +06081601200,"Census Tract 6012, San Mateo County, California",6756,5233.0,89709.0,670300.0,1754.0,1559.0,121.0,0.0,3028.0,0.0,42.0,129.0,1877.0,Oakland,San Francisco-Oakland-Berkeley +06081602600,"Census Tract 6026, San Mateo County, California",8017,6159.0,111048.0,617500.0,2631.0,802.0,323.0,1.0,6026.0,54.0,43.0,246.0,522.0,Oakland,San Francisco-Oakland-Berkeley +06081603100,"Census Tract 6031, San Mateo County, California",3408,2495.0,120855.0,796600.0,1205.0,2153.0,29.0,12.0,343.0,0.0,14.0,204.0,663.0,Oakland,San Francisco-Oakland-Berkeley +06081604500,"Census Tract 6045, San Mateo County, California",3770,2812.0,123917.0,1088100.0,1407.0,1569.0,26.0,16.0,1610.0,0.0,0.0,192.0,357.0,Oakland,San Francisco-Oakland-Berkeley +06081606000,"Census Tract 6060, San Mateo County, California",5343,3710.0,75295.0,576000.0,1358.0,2152.0,154.0,29.0,757.0,41.0,0.0,39.0,2171.0,Oakland,San Francisco-Oakland-Berkeley +06081606700,"Census Tract 6067, San Mateo County, California",2502,1851.0,138594.0,1258400.0,1220.0,1507.0,0.0,11.0,673.0,0.0,5.0,154.0,161.0,Oakland,San Francisco-Oakland-Berkeley +06081607000,"Census Tract 6070, San Mateo County, California",3497,2600.0,134231.0,1172100.0,1735.0,1970.0,31.0,71.0,834.0,0.0,40.0,249.0,302.0,Oakland,San Francisco-Oakland-Berkeley +06081607100,"Census Tract 6071, San Mateo County, California",3095,2152.0,156354.0,1176900.0,1366.0,1938.0,19.0,0.0,769.0,0.0,0.0,156.0,213.0,Oakland,San Francisco-Oakland-Berkeley +06081607500,"Census Tract 6075, San Mateo County, California",4413,3065.0,105461.0,922800.0,1734.0,1485.0,160.0,0.0,1407.0,74.0,33.0,210.0,1044.0,Oakland,San Francisco-Oakland-Berkeley +06081607701,"Census Tract 6077.01, San Mateo County, California",4294,2768.0,103229.0,700700.0,996.0,1130.0,46.0,20.0,705.0,500.0,0.0,298.0,1605.0,Oakland,San Francisco-Oakland-Berkeley +06081607800,"Census Tract 6078, San Mateo County, California",3429,2491.0,98688.0,824600.0,892.0,1325.0,45.0,0.0,859.0,141.0,12.0,214.0,833.0,Oakland,San Francisco-Oakland-Berkeley +06081608002,"Census Tract 6080.02, San Mateo County, California",3538,2629.0,156250.0,1044500.0,1978.0,1769.0,70.0,16.0,1314.0,0.0,0.0,236.0,133.0,Oakland,San Francisco-Oakland-Berkeley +06081608013,"Census Tract 6080.13, San Mateo County, California",4191,3055.0,146354.0,1133500.0,2223.0,1803.0,26.0,20.0,2029.0,0.0,10.0,78.0,225.0,Oakland,San Francisco-Oakland-Berkeley +06081609602,"Census Tract 6096.02, San Mateo County, California",1801,1334.0,149545.0,1300300.0,948.0,1263.0,0.0,4.0,310.0,0.0,20.0,104.0,104.0,Oakland,San Francisco-Oakland-Berkeley +06081610000,"Census Tract 6100, San Mateo County, California",4795,3692.0,101311.0,1128400.0,2294.0,3002.0,21.0,9.0,547.0,0.0,14.0,164.0,1047.0,Oakland,San Francisco-Oakland-Berkeley +06081610500,"Census Tract 6105, San Mateo County, California",5302,3440.0,65722.0,559900.0,448.0,719.0,32.0,43.0,373.0,286.0,0.0,50.0,3842.0,Oakland,San Francisco-Oakland-Berkeley +06081610601,"Census Tract 6106.01, San Mateo County, California",6115,3869.0,65045.0,683000.0,697.0,545.0,55.0,0.0,394.0,0.0,29.0,46.0,5046.0,Oakland,San Francisco-Oakland-Berkeley +06081611000,"Census Tract 6110, San Mateo County, California",6523,4654.0,111791.0,977700.0,2196.0,3106.0,214.0,0.0,516.0,0.0,0.0,288.0,2399.0,Oakland,San Francisco-Oakland-Berkeley +06081611200,"Census Tract 6112, San Mateo County, California",2887,2047.0,149861.0,1108200.0,1061.0,2001.0,12.0,0.0,192.0,0.0,18.0,57.0,607.0,Oakland,San Francisco-Oakland-Berkeley +06081611300,"Census Tract 6113, San Mateo County, California",5350,3788.0,126646.0,1015300.0,2190.0,3738.0,11.0,21.0,553.0,0.0,0.0,282.0,766.0,Oakland,San Francisco-Oakland-Berkeley +06081612100,"Census Tract 6121, San Mateo County, California",8925,5001.0,55733.0,1175600.0,1537.0,1570.0,431.0,0.0,592.0,668.0,0.0,191.0,5473.0,Oakland,San Francisco-Oakland-Berkeley +06081600600,"Census Tract 6006, San Mateo County, California",5640,4146.0,83938.0,604800.0,1208.0,323.0,187.0,0.0,2331.0,58.0,0.0,172.0,2569.0,Oakland,San Francisco-Oakland-Berkeley +06081601601,"Census Tract 6016.01, San Mateo County, California",2883,2029.0,81071.0,197400.0,568.0,572.0,93.0,34.0,1132.0,0.0,10.0,94.0,982.0,Oakland,San Francisco-Oakland-Berkeley +06081603200,"Census Tract 6032, San Mateo County, California",3739,2655.0,114559.0,753200.0,1097.0,2523.0,40.0,9.0,266.0,0.0,0.0,252.0,649.0,Oakland,San Francisco-Oakland-Berkeley +06081604102,"Census Tract 6041.02, San Mateo County, California",2866,2402.0,79412.0,346500.0,1243.0,984.0,154.0,0.0,1106.0,115.0,68.0,88.0,351.0,Oakland,San Francisco-Oakland-Berkeley +06081604900,"Census Tract 6049, San Mateo County, California",3329,2525.0,125833.0,1325000.0,1548.0,1002.0,0.0,0.0,1850.0,0.0,22.0,79.0,376.0,Oakland,San Francisco-Oakland-Berkeley +06081605000,"Census Tract 6050, San Mateo County, California",8446,6056.0,168051.0,1729300.0,3677.0,3888.0,168.0,6.0,3069.0,14.0,19.0,555.0,733.0,Oakland,San Francisco-Oakland-Berkeley +06081605100,"Census Tract 6051, San Mateo County, California",3168,2246.0,107788.0,1223900.0,1477.0,1751.0,14.0,0.0,677.0,0.0,0.0,270.0,456.0,Oakland,San Francisco-Oakland-Berkeley +06081611400,"Census Tract 6114, San Mateo County, California",4487,3046.0,250001.0,2000001.0,2324.0,3226.0,23.0,28.0,786.0,0.0,18.0,188.0,246.0,Oakland,San Francisco-Oakland-Berkeley +06081610302,"Census Tract 6103.02, San Mateo County, California",3073,2186.0,64741.0,107600.0,623.0,1045.0,41.0,85.0,377.0,22.0,8.0,53.0,1520.0,Oakland,San Francisco-Oakland-Berkeley +06081609000,"Census Tract 6090, San Mateo County, California",2557,1812.0,112120.0,1196300.0,998.0,1630.0,28.0,8.0,439.0,0.0,0.0,184.0,268.0,Oakland,San Francisco-Oakland-Berkeley +06081609900,"Census Tract 6099, San Mateo County, California",3200,2315.0,180337.0,1200500.0,1461.0,2383.0,0.0,0.0,110.0,0.0,0.0,152.0,555.0,Oakland,San Francisco-Oakland-Berkeley +06081612000,"Census Tract 6120, San Mateo County, California",7348,4404.0,67383.0,576600.0,685.0,166.0,933.0,0.0,103.0,812.0,0.0,244.0,5090.0,Oakland,San Francisco-Oakland-Berkeley +06081613502,"Census Tract 6135.02, San Mateo County, California",6718,4976.0,143942.0,932800.0,2872.0,4530.0,0.0,2.0,312.0,54.0,0.0,115.0,1707.0,Oakland,San Francisco-Oakland-Berkeley +06081613800,"Census Tract 6138, San Mateo County, California",3963,3221.0,90888.0,883100.0,1363.0,2940.0,27.0,9.0,33.0,19.0,113.0,69.0,753.0,Oakland,San Francisco-Oakland-Berkeley +06081602500,"Census Tract 6025, San Mateo County, California",5567,4202.0,116905.0,817900.0,1797.0,860.0,221.0,17.0,3384.0,195.0,0.0,214.0,676.0,Oakland,San Francisco-Oakland-Berkeley +06081600900,"Census Tract 6009, San Mateo County, California",3922,3126.0,109112.0,800000.0,1549.0,1444.0,13.0,48.0,1934.0,17.0,0.0,105.0,361.0,Oakland,San Francisco-Oakland-Berkeley +06081601605,"Census Tract 6016.05, San Mateo County, California",6186,4576.0,112679.0,679000.0,1789.0,532.0,62.0,14.0,4594.0,15.0,0.0,172.0,811.0,Oakland,San Francisco-Oakland-Berkeley +06081602700,"Census Tract 6027, San Mateo County, California",6234,4547.0,105734.0,668300.0,1773.0,1614.0,251.0,9.0,2301.0,533.0,0.0,286.0,1249.0,Oakland,San Francisco-Oakland-Berkeley +06081602900,"Census Tract 6029, San Mateo County, California",3860,2883.0,103381.0,715400.0,1557.0,1967.0,121.0,0.0,736.0,0.0,0.0,213.0,823.0,Oakland,San Francisco-Oakland-Berkeley +06081604000,"Census Tract 6040, San Mateo County, California",3285,2330.0,108825.0,826000.0,985.0,1483.0,13.0,6.0,1018.0,17.0,0.0,64.0,690.0,Oakland,San Francisco-Oakland-Berkeley +06081607300,"Census Tract 6073, San Mateo County, California",3728,2674.0,138929.0,1116800.0,1658.0,2267.0,0.0,0.0,793.0,0.0,32.0,170.0,466.0,Oakland,San Francisco-Oakland-Berkeley +06081608001,"Census Tract 6080.01, San Mateo County, California",3673,2798.0,131188.0,905100.0,2224.0,1254.0,90.0,23.0,1869.0,16.0,0.0,203.0,218.0,Oakland,San Francisco-Oakland-Berkeley +06081608200,"Census Tract 6082, San Mateo County, California",3953,2930.0,163750.0,1115300.0,1829.0,1979.0,41.0,17.0,1469.0,0.0,0.0,227.0,237.0,Oakland,San Francisco-Oakland-Berkeley +06081608600,"Census Tract 6086, San Mateo County, California",4557,3197.0,98693.0,884400.0,1834.0,1589.0,40.0,0.0,1913.0,0.0,41.0,176.0,798.0,Oakland,San Francisco-Oakland-Berkeley +06081603300,"Census Tract 6033, San Mateo County, California",6786,4952.0,110063.0,754000.0,2205.0,4517.0,8.0,0.0,969.0,0.0,0.0,557.0,735.0,Oakland,San Francisco-Oakland-Berkeley +06081604600,"Census Tract 6046, San Mateo County, California",2994,2120.0,131250.0,1181000.0,1100.0,1196.0,9.0,0.0,1510.0,0.0,0.0,152.0,127.0,Oakland,San Francisco-Oakland-Berkeley +06081605500,"Census Tract 6055, San Mateo County, California",5516,4434.0,98654.0,1636500.0,3000.0,3269.0,105.0,15.0,1238.0,0.0,0.0,204.0,700.0,Oakland,San Francisco-Oakland-Berkeley +06081605800,"Census Tract 6058, San Mateo County, California",2766,1942.0,205625.0,2000001.0,1471.0,1905.0,49.0,0.0,438.0,0.0,0.0,155.0,219.0,Oakland,San Francisco-Oakland-Berkeley +06081607400,"Census Tract 6074, San Mateo County, California",4895,3632.0,95625.0,1075700.0,1963.0,2111.0,84.0,0.0,1243.0,0.0,13.0,277.0,1167.0,Oakland,San Francisco-Oakland-Berkeley +06081607900,"Census Tract 6079, San Mateo County, California",3044,2561.0,114470.0,703200.0,1603.0,1661.0,13.0,0.0,1101.0,0.0,0.0,117.0,152.0,Oakland,San Francisco-Oakland-Berkeley +06081608400,"Census Tract 6084, San Mateo County, California",6026,4500.0,114042.0,657600.0,2425.0,1821.0,179.0,0.0,1693.0,342.0,28.0,188.0,1775.0,Oakland,San Francisco-Oakland-Berkeley +06081608501,"Census Tract 6085.01, San Mateo County, California",5206,3575.0,130040.0,891100.0,1610.0,2656.0,74.0,13.0,925.0,14.0,17.0,278.0,1229.0,Oakland,San Francisco-Oakland-Berkeley +06081605300,"Census Tract 6053, San Mateo County, California",4587,3292.0,126115.0,1571600.0,2112.0,2773.0,34.0,4.0,998.0,2.0,11.0,266.0,499.0,Oakland,San Francisco-Oakland-Berkeley +06081605600,"Census Tract 6056, San Mateo County, California",5970,4015.0,230865.0,2000001.0,2965.0,3745.0,44.0,9.0,1660.0,0.0,13.0,239.0,269.0,Oakland,San Francisco-Oakland-Berkeley +06081606400,"Census Tract 6064, San Mateo County, California",5108,3882.0,103008.0,1129300.0,2603.0,2838.0,116.0,0.0,1164.0,0.0,14.0,300.0,676.0,Oakland,San Francisco-Oakland-Berkeley +06081606800,"Census Tract 6068, San Mateo County, California",3375,2491.0,140600.0,1314400.0,1638.0,1921.0,38.0,0.0,1174.0,0.0,0.0,206.0,36.0,Oakland,San Francisco-Oakland-Berkeley +06081608800,"Census Tract 6088, San Mateo County, California",6143,4547.0,184767.0,1270900.0,2816.0,3809.0,47.0,23.0,1492.0,0.0,0.0,251.0,521.0,Oakland,San Francisco-Oakland-Berkeley +06081608900,"Census Tract 6089, San Mateo County, California",6846,4918.0,110959.0,1197400.0,3025.0,3670.0,36.0,17.0,1823.0,89.0,0.0,249.0,962.0,Oakland,San Francisco-Oakland-Berkeley +06081609100,"Census Tract 6091, San Mateo County, California",1598,1073.0,122000.0,846300.0,558.0,827.0,18.0,0.0,239.0,0.0,0.0,151.0,363.0,Oakland,San Francisco-Oakland-Berkeley +06081610100,"Census Tract 6101, San Mateo County, California",2448,1690.0,78913.0,835600.0,644.0,1067.0,58.0,21.0,107.0,0.0,11.0,52.0,1142.0,Oakland,San Francisco-Oakland-Berkeley +06081610400,"Census Tract 6104, San Mateo County, California",6024,3701.0,65181.0,805900.0,801.0,1101.0,300.0,129.0,280.0,191.0,13.0,77.0,4062.0,Oakland,San Francisco-Oakland-Berkeley +06081611500,"Census Tract 6115, San Mateo County, California",2695,1859.0,250001.0,2000001.0,1499.0,1934.0,0.0,13.0,493.0,12.0,11.0,113.0,132.0,Oakland,San Francisco-Oakland-Berkeley +06081601901,"Census Tract 6019.01, San Mateo County, California",4634,3134.0,84183.0,781300.0,899.0,722.0,57.0,1.0,1703.0,0.0,69.0,155.0,1927.0,Oakland,San Francisco-Oakland-Berkeley +06081600402,"Census Tract 6004.02, San Mateo County, California",5090,3864.0,84212.0,649700.0,1209.0,383.0,161.0,73.0,3007.0,0.0,0.0,134.0,1405.0,Oakland,San Francisco-Oakland-Berkeley +06081610304,"Census Tract 6103.04, San Mateo County, California",4514,3464.0,122429.0,930200.0,2243.0,2033.0,185.0,0.0,1625.0,0.0,9.0,217.0,445.0,Oakland,San Francisco-Oakland-Berkeley +06081610201,"Census Tract 6102.01, San Mateo County, California",6046,4044.0,52472.0,722600.0,912.0,842.0,262.0,69.0,520.0,0.0,54.0,58.0,4310.0,Oakland,San Francisco-Oakland-Berkeley +06081612500,"Census Tract 6125, San Mateo County, California",4260,3105.0,121146.0,1854600.0,2687.0,3104.0,38.0,0.0,429.0,0.0,0.0,268.0,421.0,Oakland,San Francisco-Oakland-Berkeley +06081613501,"Census Tract 6135.01, San Mateo County, California",4921,3522.0,111739.0,798700.0,1431.0,2682.0,25.0,0.0,228.0,0.0,21.0,99.0,1866.0,Oakland,San Francisco-Oakland-Berkeley +06081610303,"Census Tract 6103.03, San Mateo County, California",8280,5888.0,171935.0,1232800.0,4579.0,3365.0,32.0,0.0,3759.0,0.0,79.0,450.0,595.0,Oakland,San Francisco-Oakland-Berkeley +06081610202,"Census Tract 6102.02, San Mateo County, California",2860,2220.0,59844.0,342100.0,954.0,1043.0,126.0,17.0,501.0,19.0,13.0,95.0,1057.0,Oakland,San Francisco-Oakland-Berkeley +06081610700,"Census Tract 6107, San Mateo County, California",5787,4425.0,98485.0,866300.0,1678.0,2848.0,88.0,2.0,828.0,88.0,15.0,105.0,1813.0,Oakland,San Francisco-Oakland-Berkeley +06081602200,"Census Tract 6022, San Mateo County, California",8436,5474.0,63580.0,854000.0,1084.0,1000.0,192.0,12.0,1029.0,127.0,32.0,371.0,5685.0,Oakland,San Francisco-Oakland-Berkeley +06081611600,"Census Tract 6116, San Mateo County, California",2401,1560.0,191094.0,1416300.0,1174.0,1728.0,52.0,14.0,287.0,0.0,0.0,152.0,174.0,Oakland,San Francisco-Oakland-Berkeley +06081600200,"Census Tract 6002, San Mateo County, California",4354,3281.0,74539.0,607200.0,884.0,163.0,79.0,20.0,2353.0,286.0,8.0,103.0,1362.0,Oakland,San Francisco-Oakland-Berkeley +06081600300,"Census Tract 6003, San Mateo County, California",3685,2718.0,103125.0,695900.0,971.0,577.0,273.0,151.0,2071.0,0.0,0.0,66.0,698.0,Oakland,San Francisco-Oakland-Berkeley +06081600700,"Census Tract 6007, San Mateo County, California",7724,5569.0,73586.0,667800.0,1954.0,883.0,404.0,16.0,4247.0,0.0,0.0,103.0,2071.0,Oakland,San Francisco-Oakland-Berkeley +06081601502,"Census Tract 6015.02, San Mateo County, California",5520,3683.0,66382.0,754200.0,1410.0,617.0,264.0,10.0,2966.0,117.0,11.0,63.0,1482.0,Oakland,San Francisco-Oakland-Berkeley +06081602300,"Census Tract 6023, San Mateo County, California",4064,2805.0,90075.0,644000.0,676.0,495.0,72.0,24.0,1169.0,171.0,0.0,128.0,2019.0,Oakland,San Francisco-Oakland-Berkeley +06081603700,"Census Tract 6037, San Mateo County, California",5592,4255.0,92044.0,739200.0,1587.0,1967.0,67.0,10.0,1749.0,66.0,174.0,329.0,1230.0,Oakland,San Francisco-Oakland-Berkeley +06081603900,"Census Tract 6039, San Mateo County, California",5833,4074.0,107140.0,815900.0,1865.0,3053.0,132.0,19.0,1196.0,0.0,2.0,27.0,1404.0,Oakland,San Francisco-Oakland-Berkeley +06081605700,"Census Tract 6057, San Mateo County, California",5466,3810.0,250001.0,2000001.0,2959.0,3168.0,115.0,9.0,1688.0,0.0,38.0,166.0,291.0,Oakland,San Francisco-Oakland-Berkeley +06081606300,"Census Tract 6063, San Mateo County, California",4421,3286.0,86168.0,825400.0,1481.0,2069.0,85.0,0.0,956.0,0.0,0.0,199.0,1112.0,Oakland,San Francisco-Oakland-Berkeley +34003007002,"Census Tract 70.02, Bergen County, New Jersey",4710,3090.0,153750.0,724800.0,2044.0,2737.0,61.0,0.0,1770.0,0.0,11.0,26.0,105.0,New York City,New York-Newark-Jersey City +34003009100,"Census Tract 91, Bergen County, New Jersey",5031,3262.0,149271.0,673200.0,2248.0,2863.0,14.0,0.0,1638.0,0.0,0.0,119.0,397.0,New York City,New York-Newark-Jersey City +34003006300,"Census Tract 63, Bergen County, New Jersey",8511,6259.0,62491.0,431400.0,2460.0,3029.0,364.0,0.0,746.0,0.0,23.0,287.0,4062.0,New York City,New York-Newark-Jersey City +34003015200,"Census Tract 152, Bergen County, New Jersey",6483,4602.0,69746.0,348100.0,1734.0,1298.0,2024.0,3.0,648.0,0.0,14.0,195.0,2301.0,New York City,New York-Newark-Jersey City +34003015500,"Census Tract 155, Bergen County, New Jersey",5978,4470.0,109063.0,559100.0,3069.0,3353.0,1064.0,0.0,1202.0,0.0,0.0,62.0,297.0,New York City,New York-Newark-Jersey City +34003051100,"Census Tract 511, Bergen County, New Jersey",6134,4226.0,83881.0,454400.0,2364.0,3743.0,209.0,0.0,1126.0,0.0,0.0,173.0,883.0,New York City,New York-Newark-Jersey City +34003042100,"Census Tract 421, Bergen County, New Jersey",7303,5163.0,92875.0,505900.0,2284.0,4553.0,116.0,0.0,1974.0,0.0,0.0,0.0,660.0,New York City,New York-Newark-Jersey City +34003046200,"Census Tract 462, Bergen County, New Jersey",4151,2678.0,94212.0,332800.0,945.0,1754.0,58.0,3.0,445.0,4.0,0.0,36.0,1851.0,New York City,New York-Newark-Jersey City +34003048200,"Census Tract 482, Bergen County, New Jersey",7543,5091.0,162083.0,493900.0,3059.0,5303.0,108.0,0.0,1323.0,0.0,76.0,10.0,723.0,New York City,New York-Newark-Jersey City +34003057102,"Census Tract 571.02, Bergen County, New Jersey",4035,2999.0,66551.0,371800.0,748.0,3103.0,2.0,7.0,294.0,0.0,9.0,11.0,609.0,New York City,New York-Newark-Jersey City +34003058100,"Census Tract 581, Bergen County, New Jersey",3885,2708.0,136063.0,513600.0,1610.0,3224.0,17.0,0.0,183.0,0.0,0.0,0.0,461.0,New York City,New York-Newark-Jersey City +34003017100,"Census Tract 171, Bergen County, New Jersey",7189,4972.0,142143.0,459200.0,3452.0,5768.0,1.0,0.0,651.0,14.0,35.0,32.0,688.0,New York City,New York-Newark-Jersey City +34003017200,"Census Tract 172, Bergen County, New Jersey",5918,4541.0,83778.0,366400.0,2148.0,3851.0,136.0,0.0,542.0,0.0,0.0,83.0,1306.0,New York City,New York-Newark-Jersey City +34003011300,"Census Tract 113, Bergen County, New Jersey",4292,3024.0,88776.0,351000.0,906.0,2666.0,174.0,30.0,268.0,0.0,0.0,141.0,1013.0,New York City,New York-Newark-Jersey City +34003050000,"Census Tract 500, Bergen County, New Jersey",5677,4109.0,78333.0,371300.0,1400.0,3538.0,77.0,10.0,680.0,0.0,0.0,51.0,1326.0,New York City,New York-Newark-Jersey City +34003051200,"Census Tract 512, Bergen County, New Jersey",2541,1820.0,121023.0,460400.0,1013.0,1867.0,20.0,6.0,110.0,0.0,0.0,44.0,500.0,New York City,New York-Newark-Jersey City +34003003500,"Census Tract 35, Bergen County, New Jersey",4106,2850.0,56364.0,346900.0,919.0,823.0,411.0,0.0,1247.0,0.0,0.0,58.0,1567.0,New York City,New York-Newark-Jersey City +34003016000,"Census Tract 160, Bergen County, New Jersey",5435,3961.0,134629.0,995300.0,2470.0,2738.0,99.0,20.0,2221.0,0.0,0.0,90.0,267.0,New York City,New York-Newark-Jersey City +34003017300,"Census Tract 173, Bergen County, New Jersey",6525,4322.0,122616.0,408900.0,2012.0,4880.0,32.0,12.0,587.0,0.0,34.0,0.0,980.0,New York City,New York-Newark-Jersey City +34003019202,"Census Tract 192.02, Bergen County, New Jersey",1957,1299.0,83523.0,367700.0,809.0,559.0,54.0,4.0,827.0,4.0,14.0,63.0,432.0,New York City,New York-Newark-Jersey City +34003021100,"Census Tract 211, Bergen County, New Jersey",6972,4880.0,61984.0,355200.0,1057.0,4802.0,111.0,0.0,106.0,4.0,33.0,107.0,1809.0,New York City,New York-Newark-Jersey City +34003001000,"Census Tract 10, Bergen County, New Jersey",6820,4477.0,151875.0,682100.0,3223.0,5682.0,74.0,0.0,801.0,0.0,0.0,140.0,123.0,New York City,New York-Newark-Jersey City +34003009200,"Census Tract 92, Bergen County, New Jersey",3473,2347.0,170417.0,645500.0,1599.0,2736.0,26.0,7.0,560.0,0.0,0.0,50.0,101.0,New York City,New York-Newark-Jersey City +34003002100,"Census Tract 21, Bergen County, New Jersey",1481,1135.0,118977.0,2000001.0,802.0,812.0,133.0,0.0,424.0,0.0,3.0,14.0,95.0,New York City,New York-Newark-Jersey City +34003003402,"Census Tract 34.02, Bergen County, New Jersey",3744,2191.0,120227.0,372300.0,1259.0,2030.0,259.0,0.0,775.0,0.0,5.0,66.0,609.0,New York City,New York-Newark-Jersey City +34003007001,"Census Tract 70.01, Bergen County, New Jersey",4000,2794.0,105893.0,527200.0,1584.0,2038.0,27.0,0.0,1364.0,0.0,0.0,33.0,538.0,New York City,New York-Newark-Jersey City +34003021600,"Census Tract 216, Bergen County, New Jersey",4852,3126.0,52773.0,265700.0,245.0,1692.0,182.0,0.0,65.0,0.0,73.0,28.0,2812.0,New York City,New York-Newark-Jersey City +34003024200,"Census Tract 242, Bergen County, New Jersey",4819,3218.0,127188.0,595900.0,2016.0,3442.0,32.0,0.0,902.0,0.0,0.0,88.0,355.0,New York City,New York-Newark-Jersey City +34003025200,"Census Tract 252, Bergen County, New Jersey",5774,4170.0,106286.0,417600.0,1939.0,4784.0,52.0,0.0,515.0,0.0,0.0,0.0,423.0,New York City,New York-Newark-Jersey City +34003033300,"Census Tract 333, Bergen County, New Jersey",3540,2616.0,63620.0,378600.0,884.0,1630.0,232.0,0.0,887.0,0.0,0.0,54.0,737.0,New York City,New York-Newark-Jersey City +34003036100,"Census Tract 361, Bergen County, New Jersey",2769,1945.0,65273.0,364900.0,287.0,1247.0,121.0,0.0,94.0,0.0,0.0,72.0,1235.0,New York City,New York-Newark-Jersey City +34003051300,"Census Tract 513, Bergen County, New Jersey",4695,3434.0,77500.0,426000.0,1700.0,2411.0,160.0,14.0,1081.0,5.0,0.0,190.0,834.0,New York City,New York-Newark-Jersey City +34003053200,"Census Tract 532, Bergen County, New Jersey",8339,5154.0,176674.0,920400.0,3520.0,6168.0,309.0,0.0,1140.0,0.0,0.0,185.0,537.0,New York City,New York-Newark-Jersey City +34003030100,"Census Tract 301, Bergen County, New Jersey",5679,3571.0,56125.0,390200.0,941.0,2638.0,218.0,0.0,514.0,0.0,0.0,83.0,2226.0,New York City,New York-Newark-Jersey City +34003031200,"Census Tract 312, Bergen County, New Jersey",4826,3602.0,60040.0,368800.0,1145.0,3387.0,31.0,17.0,234.0,0.0,8.0,44.0,1105.0,New York City,New York-Newark-Jersey City +34003031400,"Census Tract 314, Bergen County, New Jersey",6093,4439.0,82349.0,370000.0,1370.0,4424.0,0.0,0.0,237.0,0.0,10.0,103.0,1319.0,New York City,New York-Newark-Jersey City +34003035100,"Census Tract 351, Bergen County, New Jersey",8440,5754.0,120060.0,609700.0,3377.0,5882.0,260.0,6.0,1295.0,0.0,0.0,0.0,997.0,New York City,New York-Newark-Jersey City +34003038200,"Census Tract 382, Bergen County, New Jersey",4150,3127.0,70091.0,338900.0,1233.0,2271.0,166.0,0.0,619.0,0.0,0.0,80.0,1014.0,New York City,New York-Newark-Jersey City +34003008000,"Census Tract 80, Bergen County, New Jersey",8811,6102.0,136250.0,595200.0,4024.0,5587.0,35.0,0.0,2417.0,0.0,0.0,101.0,671.0,New York City,New York-Newark-Jersey City +34003010100,"Census Tract 101, Bergen County, New Jersey",5858,4167.0,102045.0,368100.0,1969.0,3863.0,78.0,0.0,953.0,0.0,0.0,125.0,839.0,New York City,New York-Newark-Jersey City +34003011400,"Census Tract 114, Bergen County, New Jersey",6685,4591.0,78438.0,364300.0,1387.0,4488.0,285.0,0.0,339.0,19.0,38.0,35.0,1481.0,New York City,New York-Newark-Jersey City +34003054600,"Census Tract 546, Bergen County, New Jersey",8383,5969.0,93563.0,357300.0,2777.0,3171.0,797.0,66.0,1795.0,0.0,48.0,170.0,2336.0,New York City,New York-Newark-Jersey City +34003002300,"Census Tract 23, Bergen County, New Jersey",5864,4258.0,125417.0,639100.0,2287.0,3562.0,50.0,46.0,1656.0,0.0,22.0,37.0,491.0,New York City,New York-Newark-Jersey City +34003003300,"Census Tract 33, Bergen County, New Jersey",6699,4523.0,99085.0,341800.0,1782.0,2504.0,602.0,0.0,1809.0,0.0,0.0,56.0,1728.0,New York City,New York-Newark-Jersey City +34003028001,"Census Tract 280.01, Bergen County, New Jersey",5430,3696.0,79450.0,461000.0,2144.0,1634.0,61.0,6.0,2615.0,0.0,0.0,81.0,1033.0,New York City,New York-Newark-Jersey City +34003021500,"Census Tract 215, Bergen County, New Jersey",4843,3152.0,44119.0,317300.0,534.0,1780.0,457.0,47.0,56.0,0.0,0.0,23.0,2480.0,New York City,New York-Newark-Jersey City +34003022200,"Census Tract 222, Bergen County, New Jersey",8129,5208.0,175388.0,622800.0,3819.0,6212.0,42.0,32.0,936.0,0.0,0.0,312.0,595.0,New York City,New York-Newark-Jersey City +34003023402,"Census Tract 234.02, Bergen County, New Jersey",6257,4523.0,51678.0,351300.0,1300.0,1182.0,1561.0,0.0,480.0,0.0,0.0,76.0,2958.0,New York City,New York-Newark-Jersey City +34003005000,"Census Tract 50, Bergen County, New Jersey",6268,4602.0,89419.0,380700.0,1714.0,3962.0,0.0,0.0,538.0,0.0,0.0,97.0,1671.0,New York City,New York-Newark-Jersey City +34003020200,"Census Tract 202, Bergen County, New Jersey",6877,4726.0,186272.0,1110600.0,3262.0,5640.0,115.0,0.0,656.0,27.0,0.0,44.0,395.0,New York City,New York-Newark-Jersey City +34003011200,"Census Tract 112, Bergen County, New Jersey",4966,3216.0,72948.0,353700.0,893.0,2204.0,555.0,0.0,492.0,0.0,36.0,138.0,1541.0,New York City,New York-Newark-Jersey City +34003015100,"Census Tract 151, Bergen County, New Jersey",2766,1686.0,150938.0,985100.0,1196.0,2102.0,158.0,10.0,145.0,0.0,92.0,4.0,255.0,New York City,New York-Newark-Jersey City +34003023200,"Census Tract 232, Bergen County, New Jersey",6818,4955.0,55058.0,298100.0,1993.0,2320.0,1283.0,34.0,639.0,0.0,0.0,106.0,2436.0,New York City,New York-Newark-Jersey City +34003034000,"Census Tract 340, Bergen County, New Jersey",7336,5151.0,105313.0,488500.0,2545.0,6135.0,60.0,0.0,65.0,3.0,0.0,97.0,976.0,New York City,New York-Newark-Jersey City +34003047300,"Census Tract 473, Bergen County, New Jersey",3167,1907.0,250001.0,1061700.0,1515.0,2635.0,21.0,0.0,372.0,0.0,0.0,76.0,63.0,New York City,New York-Newark-Jersey City +34003057101,"Census Tract 571.01, Bergen County, New Jersey",4237,3278.0,60308.0,360700.0,1087.0,2893.0,357.0,0.0,361.0,0.0,0.0,48.0,578.0,New York City,New York-Newark-Jersey City +34003041100,"Census Tract 411, Bergen County, New Jersey",5990,4423.0,54113.0,478500.0,1868.0,755.0,129.0,17.0,2921.0,0.0,0.0,82.0,2086.0,New York City,New York-Newark-Jersey City +34003054400,"Census Tract 544, Bergen County, New Jersey",7811,4976.0,104440.0,363600.0,2797.0,3716.0,1368.0,2.0,659.0,10.0,27.0,113.0,1918.0,New York City,New York-Newark-Jersey City +34003049002,"Census Tract 490.02, Bergen County, New Jersey",5496,3753.0,123409.0,525700.0,2090.0,4453.0,16.0,26.0,473.0,0.0,43.0,154.0,331.0,New York City,New York-Newark-Jersey City +34003048100,"Census Tract 481, Bergen County, New Jersey",4105,2880.0,82364.0,460600.0,1520.0,1951.0,10.0,46.0,1294.0,0.0,96.0,119.0,589.0,New York City,New York-Newark-Jersey City +34003041200,"Census Tract 412, Bergen County, New Jersey",4574,3714.0,67246.0,571200.0,1749.0,1033.0,24.0,39.0,2975.0,0.0,0.0,67.0,436.0,New York City,New York-Newark-Jersey City +34003055200,"Census Tract 552, Bergen County, New Jersey",7870,4911.0,146307.0,636000.0,3804.0,3965.0,173.0,0.0,2491.0,0.0,117.0,111.0,1013.0,New York City,New York-Newark-Jersey City +34003039300,"Census Tract 393, Bergen County, New Jersey",2846,2054.0,121078.0,456900.0,1037.0,2629.0,36.0,0.0,95.0,0.0,0.0,25.0,61.0,New York City,New York-Newark-Jersey City +34003051400,"Census Tract 514, Bergen County, New Jersey",5252,3701.0,108333.0,439300.0,2077.0,3166.0,29.0,0.0,945.0,0.0,44.0,157.0,911.0,New York City,New York-Newark-Jersey City +34003003100,"Census Tract 31, Bergen County, New Jersey",5040,3654.0,78825.0,321300.0,1692.0,2099.0,330.0,0.0,1378.0,0.0,11.0,15.0,1207.0,New York City,New York-Newark-Jersey City +34003023501,"Census Tract 235.01, Bergen County, New Jersey",3612,2744.0,54702.0,220700.0,615.0,359.0,1535.0,15.0,91.0,0.0,17.0,96.0,1510.0,New York City,New York-Newark-Jersey City +34003019305,"Census Tract 193.05, Bergen County, New Jersey",6660,5485.0,103415.0,392000.0,3628.0,3896.0,20.0,0.0,2153.0,5.0,0.0,57.0,529.0,New York City,New York-Newark-Jersey City +34003019203,"Census Tract 192.03, Bergen County, New Jersey",3005,2437.0,56000.0,197300.0,1392.0,1631.0,9.0,0.0,1001.0,0.0,0.0,18.0,346.0,New York City,New York-Newark-Jersey City +34003019303,"Census Tract 193.03, Bergen County, New Jersey",5472,4116.0,63309.0,398700.0,2347.0,1521.0,77.0,0.0,3003.0,0.0,46.0,82.0,743.0,New York City,New York-Newark-Jersey City +34003019304,"Census Tract 193.04, Bergen County, New Jersey",2734,2054.0,86953.0,614700.0,726.0,1068.0,6.0,19.0,808.0,0.0,6.0,25.0,821.0,New York City,New York-Newark-Jersey City +34003019204,"Census Tract 192.04, Bergen County, New Jersey",3595,2940.0,60603.0,247700.0,1823.0,1422.0,107.0,19.0,1647.0,0.0,0.0,30.0,370.0,New York City,New York-Newark-Jersey City +34003019104,"Census Tract 191.04, Bergen County, New Jersey",4080,2949.0,73482.0,286100.0,1823.0,1378.0,49.0,24.0,2049.0,0.0,0.0,114.0,466.0,New York City,New York-Newark-Jersey City +34003019103,"Census Tract 191.03, Bergen County, New Jersey",4119,3218.0,66650.0,114200.0,1751.0,1303.0,260.0,32.0,1753.0,0.0,6.0,153.0,612.0,New York City,New York-Newark-Jersey City +34003013002,"Census Tract 130.02, Bergen County, New Jersey",5747,4276.0,94352.0,484900.0,2545.0,3318.0,212.0,16.0,1289.0,0.0,0.0,31.0,891.0,New York City,New York-Newark-Jersey City +34003012002,"Census Tract 120.02, Bergen County, New Jersey",3335,2561.0,83083.0,357000.0,1334.0,1954.0,13.0,60.0,909.0,0.0,0.0,64.0,395.0,New York City,New York-Newark-Jersey City +34003012001,"Census Tract 120.01, Bergen County, New Jersey",6098,4505.0,72359.0,402000.0,1934.0,3215.0,311.0,0.0,863.0,35.0,20.0,101.0,1553.0,New York City,New York-Newark-Jersey City +34003018200,"Census Tract 182, Bergen County, New Jersey",7204,5284.0,60756.0,359900.0,1437.0,2636.0,225.0,15.0,398.0,0.0,38.0,0.0,3907.0,New York City,New York-Newark-Jersey City +34003030400,"Census Tract 304, Bergen County, New Jersey",7641,5535.0,69250.0,357100.0,1137.0,3453.0,490.0,129.0,1258.0,0.0,0.0,86.0,2344.0,New York City,New York-Newark-Jersey City +34003038300,"Census Tract 383, Bergen County, New Jersey",5989,4215.0,88368.0,366400.0,1259.0,3723.0,133.0,0.0,481.0,0.0,0.0,16.0,1636.0,New York City,New York-Newark-Jersey City +34003042302,"Census Tract 423.02, Bergen County, New Jersey",5875,4533.0,128963.0,605000.0,1828.0,3485.0,232.0,13.0,1461.0,0.0,0.0,25.0,659.0,New York City,New York-Newark-Jersey City +34003042500,"Census Tract 425, Bergen County, New Jersey",4694,3338.0,110750.0,641500.0,1716.0,2001.0,333.0,0.0,1689.0,0.0,0.0,76.0,595.0,New York City,New York-Newark-Jersey City +34003043001,"Census Tract 430.01, Bergen County, New Jersey",4242,2926.0,132646.0,595200.0,1834.0,3155.0,40.0,0.0,55.0,0.0,0.0,75.0,917.0,New York City,New York-Newark-Jersey City +34003044100,"Census Tract 441, Bergen County, New Jersey",6133,4071.0,157794.0,634100.0,2687.0,5714.0,0.0,0.0,234.0,0.0,0.0,78.0,107.0,New York City,New York-Newark-Jersey City +34003047100,"Census Tract 471, Bergen County, New Jersey",5935,3867.0,151838.0,634000.0,2688.0,4212.0,97.0,18.0,1142.0,7.0,0.0,101.0,367.0,New York City,New York-Newark-Jersey City +34003054100,"Census Tract 541, Bergen County, New Jersey",8744,5400.0,94021.0,374500.0,2488.0,1362.0,5664.0,0.0,492.0,0.0,0.0,35.0,1191.0,New York City,New York-Newark-Jersey City +34003010200,"Census Tract 102, Bergen County, New Jersey",4414,3209.0,77206.0,357400.0,1205.0,2458.0,178.0,27.0,935.0,0.0,0.0,25.0,818.0,New York City,New York-Newark-Jersey City +34003010300,"Census Tract 103, Bergen County, New Jersey",7610,5462.0,103424.0,364200.0,2437.0,4652.0,234.0,0.0,1083.0,0.0,0.0,74.0,1567.0,New York City,New York-Newark-Jersey City +34003015300,"Census Tract 153, Bergen County, New Jersey",6633,4573.0,69973.0,305800.0,1069.0,268.0,3781.0,18.0,222.0,0.0,39.0,167.0,2156.0,New York City,New York-Newark-Jersey City +34003017400,"Census Tract 174, Bergen County, New Jersey",5504,3848.0,114141.0,409500.0,2190.0,3991.0,23.0,5.0,871.0,0.0,0.0,95.0,519.0,New York City,New York-Newark-Jersey City +34003026100,"Census Tract 261, Bergen County, New Jersey",4823,3313.0,126419.0,510400.0,1670.0,3872.0,45.0,0.0,383.0,0.0,10.0,34.0,479.0,New York City,New York-Newark-Jersey City +34003027000,"Census Tract 270, Bergen County, New Jersey",4162,2741.0,176518.0,727900.0,2154.0,3440.0,1.0,0.0,290.0,0.0,0.0,74.0,357.0,New York City,New York-Newark-Jersey City +34003029200,"Census Tract 292, Bergen County, New Jersey",6297,4566.0,72750.0,338500.0,1136.0,2973.0,38.0,0.0,1165.0,0.0,0.0,54.0,2067.0,New York City,New York-Newark-Jersey City +34003030200,"Census Tract 302, Bergen County, New Jersey",6868,4887.0,44511.0,385100.0,970.0,3360.0,371.0,14.0,386.0,0.0,36.0,85.0,2616.0,New York City,New York-Newark-Jersey City +34003039200,"Census Tract 392, Bergen County, New Jersey",6005,3784.0,121987.0,448300.0,2025.0,4998.0,67.0,0.0,411.0,0.0,0.0,0.0,529.0,New York City,New York-Newark-Jersey City +34003056100,"Census Tract 561, Bergen County, New Jersey",4830,3298.0,108696.0,415500.0,1694.0,3898.0,60.0,0.0,314.0,0.0,0.0,57.0,501.0,New York City,New York-Newark-Jersey City +34003023301,"Census Tract 233.01, Bergen County, New Jersey",3051,2278.0,112917.0,367200.0,962.0,1184.0,575.0,9.0,478.0,0.0,10.0,43.0,761.0,New York City,New York-Newark-Jersey City +34003023302,"Census Tract 233.02, Bergen County, New Jersey",5442,4430.0,67837.0,232300.0,2035.0,2364.0,1311.0,13.0,694.0,0.0,0.0,143.0,930.0,New York City,New York-Newark-Jersey City +34003013001,"Census Tract 130.01, Bergen County, New Jersey",6418,4845.0,106486.0,626000.0,3625.0,2146.0,334.0,0.0,3035.0,26.0,24.0,97.0,756.0,New York City,New York-Newark-Jersey City +34003023601,"Census Tract 236.01, Bergen County, New Jersey",2857,2156.0,55446.0,274300.0,525.0,920.0,670.0,0.0,160.0,0.0,13.0,0.0,1094.0,New York City,New York-Newark-Jersey City +34003006201,"Census Tract 62.01, Bergen County, New Jersey",4349,3604.0,44661.0,425500.0,1344.0,2203.0,157.0,0.0,939.0,0.0,59.0,81.0,910.0,New York City,New York-Newark-Jersey City +34003004002,"Census Tract 40.02, Bergen County, New Jersey",5054,3435.0,78610.0,312800.0,1044.0,1804.0,638.0,0.0,239.0,0.0,26.0,30.0,2317.0,New York City,New York-Newark-Jersey City +34003019306,"Census Tract 193.06, Bergen County, New Jersey",2135,1676.0,132708.0,785700.0,1148.0,1205.0,69.0,16.0,638.0,0.0,0.0,0.0,207.0,New York City,New York-Newark-Jersey City +34003006202,"Census Tract 62.02, Bergen County, New Jersey",5073,4213.0,90214.0,424300.0,2532.0,2739.0,146.0,19.0,1500.0,13.0,14.0,41.0,601.0,New York City,New York-Newark-Jersey City +34003004001,"Census Tract 40.01, Bergen County, New Jersey",3383,2310.0,82568.0,321300.0,613.0,1380.0,182.0,0.0,247.0,0.0,51.0,85.0,1438.0,New York City,New York-Newark-Jersey City +34003023602,"Census Tract 236.02, Bergen County, New Jersey",5247,3686.0,46741.0,295300.0,565.0,815.0,659.0,7.0,257.0,0.0,19.0,44.0,3453.0,New York City,New York-Newark-Jersey City +34003023502,"Census Tract 235.02, Bergen County, New Jersey",4279,3174.0,51810.0,216300.0,1206.0,1216.0,913.0,0.0,342.0,0.0,0.0,15.0,1793.0,New York City,New York-Newark-Jersey City +34003044202,"Census Tract 442.02, Bergen County, New Jersey",5123,3821.0,110689.0,427000.0,2449.0,3541.0,3.0,0.0,1056.0,0.0,0.0,0.0,523.0,New York City,New York-Newark-Jersey City +34003044201,"Census Tract 442.01, Bergen County, New Jersey",3865,2540.0,162198.0,592300.0,1834.0,3384.0,16.0,0.0,250.0,0.0,0.0,0.0,215.0,New York City,New York-Newark-Jersey City +34003041302,"Census Tract 413.02, Bergen County, New Jersey",4492,3540.0,73407.0,508200.0,1609.0,995.0,75.0,31.0,2811.0,18.0,0.0,74.0,499.0,New York City,New York-Newark-Jersey City +34003041301,"Census Tract 413.01, Bergen County, New Jersey",5660,4233.0,61579.0,531900.0,1649.0,1048.0,185.0,17.0,3049.0,0.0,0.0,17.0,1344.0,New York City,New York-Newark-Jersey City +34003040002,"Census Tract 400.02, Bergen County, New Jersey",4703,3158.0,117042.0,520100.0,1854.0,3427.0,170.0,0.0,802.0,0.0,22.0,120.0,162.0,New York City,New York-Newark-Jersey City +34003040001,"Census Tract 400.01, Bergen County, New Jersey",3519,2476.0,180875.0,636000.0,1627.0,2938.0,6.0,0.0,306.0,0.0,0.0,80.0,189.0,New York City,New York-Newark-Jersey City +34003032202,"Census Tract 322.02, Bergen County, New Jersey",4695,3367.0,82052.0,443600.0,1920.0,3684.0,83.0,4.0,652.0,0.0,0.0,18.0,254.0,New York City,New York-Newark-Jersey City +34003032201,"Census Tract 322.01, Bergen County, New Jersey",5690,4088.0,114712.0,576600.0,2537.0,4373.0,0.0,0.0,776.0,0.0,0.0,52.0,489.0,New York City,New York-Newark-Jersey City +34003032104,"Census Tract 321.04, Bergen County, New Jersey",4994,1507.0,101111.0,420900.0,566.0,3056.0,375.0,37.0,415.0,23.0,13.0,93.0,987.0,New York City,New York-Newark-Jersey City +34003032103,"Census Tract 321.03, Bergen County, New Jersey",5187,4130.0,100804.0,374400.0,2529.0,3508.0,135.0,0.0,1244.0,0.0,0.0,0.0,300.0,New York City,New York-Newark-Jersey City +34003024100,"Census Tract 241, Bergen County, New Jersey",5999,4241.0,141185.0,760000.0,2591.0,4161.0,43.0,0.0,1329.0,0.0,0.0,191.0,275.0,New York City,New York-Newark-Jersey City +34003003200,"Census Tract 32, Bergen County, New Jersey",5269,3837.0,76046.0,329700.0,1411.0,1284.0,269.0,27.0,2022.0,0.0,4.0,52.0,1638.0,New York City,New York-Newark-Jersey City +34003061300,"Census Tract 613, Bergen County, New Jersey",3914,2691.0,162159.0,834800.0,1675.0,3362.0,66.0,0.0,277.0,0.0,0.0,24.0,185.0,New York City,New York-Newark-Jersey City +34003002200,"Census Tract 22, Bergen County, New Jersey",5471,3877.0,93925.0,463400.0,1839.0,3460.0,115.0,9.0,1276.0,0.0,46.0,36.0,534.0,New York City,New York-Newark-Jersey City +34003057200,"Census Tract 572, Bergen County, New Jersey",3429,2451.0,64102.0,306400.0,599.0,2860.0,22.0,13.0,17.0,0.0,0.0,8.0,509.0,New York City,New York-Newark-Jersey City +34003058200,"Census Tract 582, Bergen County, New Jersey",5483,3882.0,121576.0,482900.0,1984.0,4533.0,6.0,0.0,414.0,0.0,0.0,0.0,530.0,New York City,New York-Newark-Jersey City +34003020100,"Census Tract 201, Bergen County, New Jersey",4076,2932.0,129615.0,762000.0,1892.0,3140.0,80.0,5.0,259.0,0.0,14.0,138.0,440.0,New York City,New York-Newark-Jersey City +34003021200,"Census Tract 212, Bergen County, New Jersey",5795,4194.0,61573.0,333800.0,988.0,3979.0,99.0,0.0,143.0,0.0,0.0,9.0,1565.0,New York City,New York-Newark-Jersey City +34003029100,"Census Tract 291, Bergen County, New Jersey",4645,3700.0,49360.0,291500.0,1313.0,1658.0,183.0,0.0,1703.0,6.0,0.0,171.0,924.0,New York City,New York-Newark-Jersey City +34003030300,"Census Tract 303, Bergen County, New Jersey",4617,3301.0,54913.0,342800.0,805.0,1899.0,214.0,0.0,700.0,0.0,0.0,48.0,1756.0,New York City,New York-Newark-Jersey City +34003032102,"Census Tract 321.02, Bergen County, New Jersey",6015,4176.0,121917.0,774200.0,2275.0,5076.0,199.0,0.0,376.0,0.0,0.0,67.0,297.0,New York City,New York-Newark-Jersey City +34003033200,"Census Tract 332, Bergen County, New Jersey",2624,1874.0,99091.0,367300.0,743.0,1689.0,106.0,0.0,232.0,0.0,9.0,51.0,537.0,New York City,New York-Newark-Jersey City +34003035200,"Census Tract 352, Bergen County, New Jersey",5868,3962.0,161250.0,769500.0,2896.0,5182.0,153.0,0.0,382.0,0.0,0.0,59.0,92.0,New York City,New York-Newark-Jersey City +34003045200,"Census Tract 452, Bergen County, New Jersey",2715,1929.0,65341.0,433000.0,782.0,952.0,1.0,8.0,782.0,0.0,0.0,117.0,855.0,New York City,New York-Newark-Jersey City +34003059200,"Census Tract 592, Bergen County, New Jersey",5827,3983.0,100332.0,440500.0,2007.0,4136.0,343.0,0.0,544.0,0.0,14.0,53.0,737.0,New York City,New York-Newark-Jersey City +34003061100,"Census Tract 611, Bergen County, New Jersey",4504,3038.0,121327.0,654500.0,1971.0,4096.0,0.0,0.0,230.0,0.0,0.0,1.0,177.0,New York City,New York-Newark-Jersey City +34003046100,"Census Tract 461, Bergen County, New Jersey",4179,3074.0,63836.0,340800.0,1559.0,1659.0,144.0,0.0,803.0,0.0,12.0,0.0,1561.0,New York City,New York-Newark-Jersey City +34003043002,"Census Tract 430.02, Bergen County, New Jersey",4663,3385.0,94536.0,494000.0,1743.0,3723.0,131.0,10.0,127.0,0.0,0.0,31.0,641.0,New York City,New York-Newark-Jersey City +34003006100,"Census Tract 61, Bergen County, New Jersey",6928,5307.0,67566.0,442100.0,1980.0,3840.0,93.0,0.0,931.0,0.0,76.0,88.0,1900.0,New York City,New York-Newark-Jersey City +34003011100,"Census Tract 111, Bergen County, New Jersey",4350,3161.0,71250.0,322300.0,889.0,1830.0,262.0,0.0,591.0,0.0,45.0,156.0,1466.0,New York City,New York-Newark-Jersey City +34003014000,"Census Tract 140, Bergen County, New Jersey",7668,5256.0,111536.0,465600.0,2216.0,5858.0,49.0,0.0,660.0,0.0,11.0,83.0,1007.0,New York City,New York-Newark-Jersey City +34003018100,"Census Tract 181, Bergen County, New Jersey",7218,5629.0,53424.0,343900.0,935.0,2170.0,90.0,47.0,142.0,0.0,41.0,239.0,4536.0,New York City,New York-Newark-Jersey City +34003021300,"Census Tract 213, Bergen County, New Jersey",4471,3007.0,56637.0,323500.0,624.0,2979.0,63.0,0.0,106.0,0.0,0.0,186.0,1137.0,New York City,New York-Newark-Jersey City +34003022100,"Census Tract 221, Bergen County, New Jersey",3833,2494.0,139688.0,619500.0,1794.0,3146.0,60.0,0.0,371.0,0.0,0.0,8.0,248.0,New York City,New York-Newark-Jersey City +34003023100,"Census Tract 231, Bergen County, New Jersey",3363,2258.0,55925.0,231300.0,653.0,683.0,574.0,61.0,324.0,0.0,15.0,106.0,1611.0,New York City,New York-Newark-Jersey City +34003025100,"Census Tract 251, Bergen County, New Jersey",6431,4439.0,78043.0,385200.0,1795.0,3698.0,194.0,52.0,1058.0,0.0,0.0,122.0,1359.0,New York City,New York-Newark-Jersey City +34003028002,"Census Tract 280.02, Bergen County, New Jersey",3761,2622.0,98850.0,542200.0,1538.0,1762.0,116.0,0.0,1152.0,0.0,0.0,207.0,524.0,New York City,New York-Newark-Jersey City +34003031100,"Census Tract 311, Bergen County, New Jersey",5969,4506.0,72245.0,374900.0,1944.0,3217.0,124.0,0.0,836.0,0.0,84.0,80.0,1628.0,New York City,New York-Newark-Jersey City +34003033100,"Census Tract 331, Bergen County, New Jersey",3625,2555.0,100524.0,374200.0,999.0,2214.0,75.0,7.0,411.0,0.0,0.0,154.0,764.0,New York City,New York-Newark-Jersey City +34003036200,"Census Tract 362, Bergen County, New Jersey",2783,1938.0,59700.0,336600.0,394.0,1553.0,0.0,0.0,229.0,0.0,0.0,156.0,845.0,New York City,New York-Newark-Jersey City +34003037201,"Census Tract 372.01, Bergen County, New Jersey",3968,2765.0,123864.0,393800.0,1184.0,2316.0,31.0,0.0,915.0,0.0,0.0,82.0,624.0,New York City,New York-Newark-Jersey City +34003042301,"Census Tract 423.01, Bergen County, New Jersey",4412,3129.0,96026.0,569800.0,1576.0,2689.0,46.0,7.0,1324.0,0.0,11.0,88.0,247.0,New York City,New York-Newark-Jersey City +34003042400,"Census Tract 424, Bergen County, New Jersey",4635,3365.0,111250.0,584700.0,1761.0,2935.0,54.0,3.0,1127.0,0.0,61.0,73.0,382.0,New York City,New York-Newark-Jersey City +34003052200,"Census Tract 522, Bergen County, New Jersey",6176,4668.0,96638.0,344000.0,1800.0,4213.0,131.0,0.0,850.0,0.0,0.0,97.0,885.0,New York City,New York-Newark-Jersey City +34003053100,"Census Tract 531, Bergen County, New Jersey",3248,2507.0,173333.0,1883500.0,1569.0,2156.0,282.0,0.0,568.0,0.0,18.0,82.0,142.0,New York City,New York-Newark-Jersey City +34003054200,"Census Tract 542, Bergen County, New Jersey",4514,3180.0,64327.0,329100.0,1150.0,1162.0,1862.0,0.0,159.0,0.0,8.0,53.0,1270.0,New York City,New York-Newark-Jersey City +34003046300,"Census Tract 463, Bergen County, New Jersey",4740,3308.0,65195.0,292500.0,1367.0,1658.0,265.0,22.0,542.0,7.0,7.0,75.0,2164.0,New York City,New York-Newark-Jersey City +34003055100,"Census Tract 551, Bergen County, New Jersey",7012,4238.0,207365.0,1050800.0,3440.0,4690.0,118.0,0.0,1374.0,0.0,0.0,211.0,619.0,New York City,New York-Newark-Jersey City +34003061200,"Census Tract 612, Bergen County, New Jersey",3537,2229.0,138494.0,816500.0,1442.0,3372.0,0.0,0.0,44.0,0.0,0.0,55.0,66.0,New York City,New York-Newark-Jersey City +34003056200,"Census Tract 562, Bergen County, New Jersey",5155,3612.0,121579.0,454400.0,1865.0,3957.0,109.0,0.0,505.0,0.0,0.0,91.0,493.0,New York City,New York-Newark-Jersey City +34003052100,"Census Tract 521, Bergen County, New Jersey",7900,5982.0,86469.0,375700.0,1709.0,6304.0,2.0,0.0,406.0,0.0,0.0,0.0,1188.0,New York City,New York-Newark-Jersey City +34003054300,"Census Tract 543, Bergen County, New Jersey",6729,4038.0,183281.0,582800.0,3356.0,6151.0,321.0,0.0,97.0,0.0,0.0,14.0,146.0,New York City,New York-Newark-Jersey City +34003059100,"Census Tract 591, Bergen County, New Jersey",5419,3918.0,90074.0,442000.0,1973.0,3377.0,420.0,0.0,446.0,0.0,0.0,50.0,1126.0,New York City,New York-Newark-Jersey City +34003060000,"Census Tract 600, Bergen County, New Jersey",8432,5990.0,101848.0,384700.0,2249.0,5765.0,224.0,0.0,1158.0,0.0,0.0,138.0,1147.0,New York City,New York-Newark-Jersey City +34003003401,"Census Tract 34.01, Bergen County, New Jersey",2836,1776.0,126750.0,379000.0,878.0,1653.0,113.0,0.0,525.0,0.0,0.0,18.0,527.0,New York City,New York-Newark-Jersey City +34003015400,"Census Tract 154, Bergen County, New Jersey",6649,5102.0,66342.0,299500.0,2287.0,1890.0,1313.0,48.0,1286.0,0.0,0.0,150.0,1980.0,New York City,New York-Newark-Jersey City +34003017500,"Census Tract 175, Bergen County, New Jersey",8311,5793.0,98083.0,375300.0,2523.0,5276.0,171.0,9.0,1740.0,0.0,0.0,31.0,1084.0,New York City,New York-Newark-Jersey City +34003019102,"Census Tract 191.02, Bergen County, New Jersey",3301,2457.0,77219.0,231700.0,1625.0,1395.0,41.0,13.0,1453.0,0.0,0.0,70.0,329.0,New York City,New York-Newark-Jersey City +34003021400,"Census Tract 214, Bergen County, New Jersey",4875,3266.0,47281.0,336900.0,742.0,2720.0,241.0,0.0,231.0,0.0,0.0,87.0,1596.0,New York City,New York-Newark-Jersey City +34003037100,"Census Tract 371, Bergen County, New Jersey",5738,3892.0,118381.0,405100.0,1630.0,4046.0,90.0,10.0,741.0,0.0,25.0,73.0,763.0,New York City,New York-Newark-Jersey City +34003038100,"Census Tract 381, Bergen County, New Jersey",5738,4103.0,67312.0,323300.0,1392.0,3644.0,84.0,0.0,167.0,0.0,33.0,70.0,1740.0,New York City,New York-Newark-Jersey City +34003039100,"Census Tract 391, Bergen County, New Jersey",4294,2959.0,91532.0,432500.0,1296.0,3684.0,0.0,29.0,227.0,0.0,0.0,57.0,326.0,New York City,New York-Newark-Jersey City +34003047200,"Census Tract 472, Bergen County, New Jersey",4422,2660.0,206792.0,914300.0,2256.0,3485.0,13.0,0.0,623.0,5.0,0.0,76.0,220.0,New York City,New York-Newark-Jersey City +34003054500,"Census Tract 545, Bergen County, New Jersey",4796,3141.0,150089.0,425600.0,2345.0,2770.0,555.0,0.0,278.0,0.0,55.0,161.0,977.0,New York City,New York-Newark-Jersey City +34003061400,"Census Tract 614, Bergen County, New Jersey",5276,3414.0,160278.0,680900.0,2307.0,4591.0,31.0,0.0,345.0,0.0,0.0,152.0,157.0,New York City,New York-Newark-Jersey City +34003047400,"Census Tract 474, Bergen County, New Jersey",4857,3369.0,118958.0,732500.0,2397.0,3152.0,170.0,12.0,550.0,0.0,23.0,239.0,711.0,New York City,New York-Newark-Jersey City +34003037202,"Census Tract 372.02, Bergen County, New Jersey",7054,5214.0,71310.0,391900.0,2224.0,3646.0,422.0,49.0,1335.0,0.0,0.0,77.0,1554.0,New York City,New York-Newark-Jersey City +34003045100,"Census Tract 451, Bergen County, New Jersey",8654,5868.0,66938.0,452400.0,2011.0,3332.0,126.0,41.0,2583.0,0.0,54.0,116.0,2402.0,New York City,New York-Newark-Jersey City +34003047500,"Census Tract 475, Bergen County, New Jersey",7173,4597.0,191471.0,663400.0,3628.0,5229.0,111.0,2.0,1059.0,0.0,0.0,149.0,623.0,New York City,New York-Newark-Jersey City +34003049001,"Census Tract 490.01, Bergen County, New Jersey",4559,3072.0,169013.0,673700.0,2068.0,4081.0,0.0,0.0,321.0,0.0,0.0,40.0,117.0,New York City,New York-Newark-Jersey City +34003023401,"Census Tract 234.01, Bergen County, New Jersey",3747,2668.0,72174.0,142700.0,1492.0,875.0,1079.0,56.0,1177.0,0.0,20.0,93.0,498.0,New York City,New York-Newark-Jersey City +34003026200,"Census Tract 262, Bergen County, New Jersey",5697,3873.0,120398.0,533600.0,2061.0,4609.0,127.0,0.0,504.0,0.0,0.0,0.0,457.0,New York City,New York-Newark-Jersey City +34003031300,"Census Tract 313, Bergen County, New Jersey",5049,3814.0,72711.0,356700.0,1031.0,3591.0,37.0,0.0,406.0,0.0,48.0,38.0,929.0,New York City,New York-Newark-Jersey City +34013017600,"Census Tract 176, Essex County, New Jersey",4828,3231.0,55938.0,276400.0,771.0,1122.0,1951.0,19.0,138.0,0.0,36.0,18.0,1544.0,New York City,New York-Newark-Jersey City +34013018600,"Census Tract 186, Essex County, New Jersey",4089,2461.0,34898.0,234100.0,414.0,121.0,1870.0,0.0,26.0,0.0,104.0,0.0,1968.0,New York City,New York-Newark-Jersey City +34013016200,"Census Tract 162, Essex County, New Jersey",3320,2218.0,250001.0,721700.0,1976.0,2778.0,203.0,0.0,135.0,0.0,11.0,67.0,126.0,New York City,New York-Newark-Jersey City +34013017100,"Census Tract 171, Essex County, New Jersey",2467,1533.0,37202.0,340000.0,440.0,224.0,1608.0,4.0,71.0,0.0,0.0,104.0,460.0,New York City,New York-Newark-Jersey City +34013011200,"Census Tract 112, Essex County, New Jersey",3076,2059.0,30683.0,215200.0,253.0,28.0,2828.0,0.0,22.0,0.0,0.0,51.0,147.0,New York City,New York-Newark-Jersey City +34013011600,"Census Tract 116, Essex County, New Jersey",3294,2092.0,40652.0,208500.0,347.0,18.0,3163.0,0.0,0.0,0.0,0.0,56.0,57.0,New York City,New York-Newark-Jersey City +34013004600,"Census Tract 46, Essex County, New Jersey",2700,1826.0,26897.0,217300.0,297.0,0.0,2689.0,0.0,0.0,0.0,0.0,11.0,0.0,New York City,New York-Newark-Jersey City +34013004802,"Census Tract 48.02, Essex County, New Jersey",3038,2333.0,13909.0,135300.0,99.0,98.0,2062.0,0.0,16.0,0.0,0.0,13.0,849.0,New York City,New York-Newark-Jersey City +34013006400,"Census Tract 64, Essex County, New Jersey",1066,801.0,65000.0,205300.0,454.0,49.0,743.0,0.0,75.0,0.0,82.0,38.0,79.0,New York City,New York-Newark-Jersey City +34013006800,"Census Tract 68, Essex County, New Jersey",6138,3830.0,45426.0,347500.0,610.0,1282.0,1171.0,0.0,104.0,0.0,291.0,78.0,3212.0,New York City,New York-Newark-Jersey City +34013000400,"Census Tract 4, Essex County, New Jersey",1948,1327.0,41382.0,273800.0,192.0,310.0,83.0,0.0,42.0,0.0,127.0,8.0,1378.0,New York City,New York-Newark-Jersey City +34013002201,"Census Tract 22.01, Essex County, New Jersey",8736,5397.0,34028.0,239100.0,649.0,503.0,5036.0,0.0,910.0,0.0,137.0,207.0,1943.0,New York City,New York-Newark-Jersey City +34013004900,"Census Tract 49, Essex County, New Jersey",3449,2209.0,33170.0,263100.0,242.0,10.0,3118.0,0.0,37.0,0.0,0.0,48.0,236.0,New York City,New York-Newark-Jersey City +34013007501,"Census Tract 75.01, Essex County, New Jersey",4689,3083.0,24486.0,310200.0,425.0,1308.0,439.0,0.0,0.0,0.0,263.0,126.0,2553.0,New York City,New York-Newark-Jersey City +34013009500,"Census Tract 95, Essex County, New Jersey",5816,3996.0,35716.0,299000.0,698.0,484.0,770.0,19.0,91.0,0.0,15.0,50.0,4406.0,New York City,New York-Newark-Jersey City +34013012000,"Census Tract 120, Essex County, New Jersey",6564,4203.0,48009.0,170600.0,699.0,97.0,5854.0,5.0,234.0,0.0,0.0,0.0,374.0,New York City,New York-Newark-Jersey City +34013012800,"Census Tract 128, Essex County, New Jersey",3274,2178.0,51831.0,170500.0,360.0,231.0,2639.0,15.0,17.0,0.0,0.0,224.0,148.0,New York City,New York-Newark-Jersey City +34013013200,"Census Tract 132, Essex County, New Jersey",2302,1220.0,22034.0,150500.0,151.0,31.0,2193.0,0.0,10.0,0.0,0.0,28.0,40.0,New York City,New York-Newark-Jersey City +34013013300,"Census Tract 133, Essex County, New Jersey",3518,1878.0,28704.0,155100.0,214.0,6.0,3117.0,0.0,22.0,0.0,10.0,39.0,324.0,New York City,New York-Newark-Jersey City +34013015800,"Census Tract 158, Essex County, New Jersey",4032,2784.0,64000.0,311300.0,966.0,1281.0,701.0,0.0,376.0,0.0,10.0,37.0,1627.0,New York City,New York-Newark-Jersey City +34013017200,"Census Tract 172, Essex County, New Jersey",3084,2082.0,102371.0,375300.0,1065.0,515.0,1991.0,9.0,146.0,0.0,84.0,120.0,228.0,New York City,New York-Newark-Jersey City +34013017400,"Census Tract 174, Essex County, New Jersey",5534,3852.0,134493.0,353100.0,2184.0,2801.0,1269.0,0.0,577.0,0.0,0.0,14.0,873.0,New York City,New York-Newark-Jersey City +34013017700,"Census Tract 177, Essex County, New Jersey",5013,2861.0,50064.0,256400.0,642.0,708.0,2054.0,0.0,63.0,0.0,85.0,91.0,2012.0,New York City,New York-Newark-Jersey City +34013020902,"Census Tract 209.02, Essex County, New Jersey",5907,4432.0,110208.0,492700.0,2775.0,4763.0,0.0,0.0,568.0,0.0,0.0,143.0,433.0,New York City,New York-Newark-Jersey City +34013020300,"Census Tract 203, Essex County, New Jersey",4500,2907.0,107981.0,831300.0,2182.0,2843.0,216.0,0.0,1180.0,0.0,0.0,107.0,154.0,New York City,New York-Newark-Jersey City +34013020400,"Census Tract 204, Essex County, New Jersey",5273,3646.0,174205.0,593400.0,2549.0,3700.0,12.0,0.0,1083.0,55.0,49.0,48.0,326.0,New York City,New York-Newark-Jersey City +34013000300,"Census Tract 3, Essex County, New Jersey",3777,2644.0,19746.0,190500.0,137.0,492.0,1272.0,0.0,0.0,0.0,0.0,44.0,1969.0,New York City,New York-Newark-Jersey City +34013001700,"Census Tract 17, Essex County, New Jersey",2403,1243.0,28555.0,177200.0,107.0,0.0,1639.0,0.0,0.0,0.0,32.0,33.0,699.0,New York City,New York-Newark-Jersey City +34013002202,"Census Tract 22.02, Essex County, New Jersey",3389,2301.0,50192.0,194100.0,496.0,145.0,2986.0,0.0,129.0,0.0,63.0,41.0,25.0,New York City,New York-Newark-Jersey City +34013011400,"Census Tract 114, Essex County, New Jersey",4844,3424.0,57701.0,174300.0,1109.0,286.0,4032.0,25.0,93.0,0.0,0.0,77.0,331.0,New York City,New York-Newark-Jersey City +34013018400,"Census Tract 184, Essex County, New Jersey",1953,1327.0,27981.0,215700.0,176.0,21.0,1425.0,0.0,0.0,0.0,39.0,13.0,455.0,New York City,New York-Newark-Jersey City +34013018700,"Census Tract 187, Essex County, New Jersey",4817,3762.0,27416.0,180000.0,858.0,108.0,3825.0,0.0,93.0,0.0,0.0,31.0,760.0,New York City,New York-Newark-Jersey City +34013017800,"Census Tract 178, Essex County, New Jersey",3465,2074.0,58359.0,276200.0,485.0,752.0,1068.0,33.0,34.0,0.0,67.0,98.0,1446.0,New York City,New York-Newark-Jersey City +34013018300,"Census Tract 183, Essex County, New Jersey",4823,2894.0,38835.0,147500.0,574.0,50.0,2986.0,0.0,89.0,0.0,82.0,52.0,1564.0,New York City,New York-Newark-Jersey City +34013018900,"Census Tract 189, Essex County, New Jersey",3745,2261.0,43266.0,194800.0,450.0,84.0,2764.0,0.0,61.0,17.0,0.0,73.0,746.0,New York City,New York-Newark-Jersey City +34013009100,"Census Tract 91, Essex County, New Jersey",2794,1572.0,35762.0,174600.0,197.0,134.0,516.0,11.0,0.0,0.0,0.0,0.0,2144.0,New York City,New York-Newark-Jersey City +34013002600,"Census Tract 26, Essex County, New Jersey",1907,1091.0,17308.0,192300.0,82.0,22.0,1587.0,0.0,0.0,0.0,72.0,0.0,226.0,New York City,New York-Newark-Jersey City +34013003500,"Census Tract 35, Essex County, New Jersey",2181,1311.0,34441.0,185500.0,155.0,5.0,1856.0,0.0,85.0,0.0,0.0,4.0,231.0,New York City,New York-Newark-Jersey City +34013004200,"Census Tract 42, Essex County, New Jersey",2371,1387.0,36833.0,177200.0,162.0,37.0,2175.0,17.0,49.0,0.0,0.0,0.0,93.0,New York City,New York-Newark-Jersey City +34013005700,"Census Tract 57, Essex County, New Jersey",2566,1541.0,38894.0,214600.0,186.0,366.0,1032.0,13.0,10.0,0.0,206.0,6.0,946.0,New York City,New York-Newark-Jersey City +34013006700,"Census Tract 67, Essex County, New Jersey",4051,2521.0,15247.0,327800.0,242.0,262.0,2524.0,224.0,9.0,0.0,0.0,22.0,1010.0,New York City,New York-Newark-Jersey City +34013007300,"Census Tract 73, Essex County, New Jersey",5986,3953.0,48952.0,315700.0,421.0,2531.0,177.0,0.0,26.0,0.0,637.0,22.0,2593.0,New York City,New York-Newark-Jersey City +34013008000,"Census Tract 80, Essex County, New Jersey",2378,1599.0,47083.0,288500.0,592.0,551.0,522.0,110.0,201.0,0.0,33.0,21.0,940.0,New York City,New York-Newark-Jersey City +34013008700,"Census Tract 87, Essex County, New Jersey",3784,2604.0,43547.0,254800.0,567.0,89.0,979.0,39.0,22.0,0.0,186.0,0.0,2508.0,New York City,New York-Newark-Jersey City +34013010500,"Census Tract 105, Essex County, New Jersey",4787,3097.0,41528.0,212000.0,519.0,60.0,3821.0,10.0,63.0,0.0,0.0,11.0,822.0,New York City,New York-Newark-Jersey City +34013003900,"Census Tract 39, Essex County, New Jersey",1167,757.0,15909.0,168500.0,27.0,0.0,1059.0,0.0,5.0,0.0,0.0,0.0,103.0,New York City,New York-Newark-Jersey City +34013000700,"Census Tract 7, Essex County, New Jersey",6855,3680.0,29412.0,252700.0,722.0,161.0,2810.0,0.0,22.0,0.0,22.0,0.0,3840.0,New York City,New York-Newark-Jersey City +34013002000,"Census Tract 20, Essex County, New Jersey",4623,3061.0,35635.0,210200.0,503.0,10.0,4295.0,0.0,0.0,0.0,0.0,88.0,230.0,New York City,New York-Newark-Jersey City +34013000900,"Census Tract 9, Essex County, New Jersey",3525,2052.0,24479.0,196400.0,180.0,49.0,1366.0,122.0,11.0,0.0,0.0,22.0,2077.0,New York City,New York-Newark-Jersey City +34013002800,"Census Tract 28, Essex County, New Jersey",1567,964.0,27578.0,187500.0,65.0,0.0,1300.0,0.0,7.0,0.0,0.0,0.0,260.0,New York City,New York-Newark-Jersey City +34013003800,"Census Tract 38, Essex County, New Jersey",2207,1382.0,41250.0,169000.0,173.0,11.0,1887.0,0.0,23.0,0.0,0.0,0.0,286.0,New York City,New York-Newark-Jersey City +34013000100,"Census Tract 1, Essex County, New Jersey",6493,4336.0,41476.0,218000.0,715.0,451.0,1114.0,0.0,130.0,0.0,42.0,0.0,4756.0,New York City,New York-Newark-Jersey City +34013020200,"Census Tract 202, Essex County, New Jersey",5194,3336.0,150489.0,746300.0,2795.0,3405.0,384.0,0.0,948.0,0.0,0.0,105.0,352.0,New York City,New York-Newark-Jersey City +34013019200,"Census Tract 192, Essex County, New Jersey",4719,1762.0,76094.0,449300.0,921.0,2892.0,947.0,9.0,308.0,0.0,6.0,73.0,493.0,New York City,New York-Newark-Jersey City +34013020000,"Census Tract 200, Essex County, New Jersey",5841,3575.0,250001.0,1524500.0,3112.0,4192.0,16.0,0.0,1267.0,0.0,55.0,133.0,178.0,New York City,New York-Newark-Jersey City +34013020100,"Census Tract 201, Essex County, New Jersey",4852,3075.0,250001.0,1449900.0,2788.0,3558.0,17.0,0.0,872.0,0.0,70.0,115.0,220.0,New York City,New York-Newark-Jersey City +34013020800,"Census Tract 208, Essex County, New Jersey",7637,5418.0,155086.0,624400.0,3715.0,5462.0,143.0,0.0,1481.0,0.0,0.0,236.0,315.0,New York City,New York-Newark-Jersey City +34013021802,"Census Tract 218.02, Essex County, New Jersey",3646,2846.0,94333.0,451100.0,1231.0,2914.0,64.0,0.0,471.0,0.0,9.0,25.0,163.0,New York City,New York-Newark-Jersey City +34013003700,"Census Tract 37, Essex County, New Jersey",1658,1099.0,36250.0,185400.0,110.0,62.0,1495.0,0.0,0.0,0.0,0.0,0.0,101.0,New York City,New York-Newark-Jersey City +34013006200,"Census Tract 62, Essex County, New Jersey",1644,977.0,19186.0,66600.0,133.0,0.0,1224.0,0.0,15.0,0.0,0.0,0.0,405.0,New York City,New York-Newark-Jersey City +34013007000,"Census Tract 70, Essex County, New Jersey",3775,2853.0,45051.0,228300.0,407.0,2146.0,2.0,0.0,0.0,0.0,189.0,16.0,1422.0,New York City,New York-Newark-Jersey City +34013001800,"Census Tract 18, Essex County, New Jersey",2165,1350.0,30208.0,158300.0,137.0,0.0,1878.0,0.0,62.0,0.0,0.0,0.0,225.0,New York City,New York-Newark-Jersey City +34013000200,"Census Tract 2, Essex County, New Jersey",3134,2055.0,29985.0,307000.0,193.0,177.0,294.0,57.0,77.0,0.0,65.0,9.0,2466.0,New York City,New York-Newark-Jersey City +34013000500,"Census Tract 5, Essex County, New Jersey",1959,1094.0,33722.0,212500.0,167.0,184.0,140.0,0.0,59.0,0.0,13.0,40.0,1523.0,New York City,New York-Newark-Jersey City +34013000800,"Census Tract 8, Essex County, New Jersey",4388,2562.0,36442.0,234800.0,370.0,200.0,758.0,27.0,28.0,0.0,81.0,61.0,3233.0,New York City,New York-Newark-Jersey City +34013002100,"Census Tract 21, Essex County, New Jersey",3582,2366.0,57625.0,214800.0,500.0,50.0,3321.0,30.0,103.0,0.0,0.0,0.0,87.0,New York City,New York-Newark-Jersey City +34013004100,"Census Tract 41, Essex County, New Jersey",2534,1536.0,21544.0,168300.0,97.0,0.0,2431.0,0.0,0.0,0.0,59.0,32.0,12.0,New York City,New York-Newark-Jersey City +34013004300,"Census Tract 43, Essex County, New Jersey",2574,1593.0,25972.0,190800.0,119.0,0.0,2475.0,0.0,0.0,0.0,0.0,32.0,67.0,New York City,New York-Newark-Jersey City +34013004801,"Census Tract 48.01, Essex County, New Jersey",2431,1613.0,31079.0,191100.0,153.0,62.0,1970.0,0.0,0.0,0.0,29.0,26.0,344.0,New York City,New York-Newark-Jersey City +34013005100,"Census Tract 51, Essex County, New Jersey",2161,1453.0,44013.0,193500.0,209.0,108.0,1864.0,0.0,0.0,0.0,0.0,15.0,174.0,New York City,New York-Newark-Jersey City +34013005300,"Census Tract 53, Essex County, New Jersey",2080,1321.0,28459.0,188800.0,152.0,72.0,1938.0,6.0,0.0,0.0,29.0,0.0,35.0,New York City,New York-Newark-Jersey City +34013007900,"Census Tract 79, Essex County, New Jersey",4202,3307.0,45538.0,316700.0,612.0,1384.0,88.0,62.0,84.0,0.0,175.0,32.0,2439.0,New York City,New York-Newark-Jersey City +34013008100,"Census Tract 81, Essex County, New Jersey",3436,2555.0,23250.0,211700.0,550.0,192.0,2490.0,204.0,63.0,0.0,21.0,71.0,395.0,New York City,New York-Newark-Jersey City +34013008200,"Census Tract 82, Essex County, New Jersey",2242,1086.0,18814.0,215800.0,198.0,114.0,1864.0,10.0,77.0,0.0,31.0,1.0,145.0,New York City,New York-Newark-Jersey City +34013001300,"Census Tract 13, Essex County, New Jersey",1644,995.0,31563.0,144600.0,187.0,42.0,1160.0,0.0,102.0,15.0,0.0,0.0,325.0,New York City,New York-Newark-Jersey City +34013001500,"Census Tract 15, Essex County, New Jersey",1816,971.0,18382.0,297700.0,24.0,50.0,1466.0,0.0,19.0,0.0,0.0,0.0,281.0,New York City,New York-Newark-Jersey City +34013020500,"Census Tract 205, Essex County, New Jersey",8038,5510.0,166888.0,623700.0,4107.0,5489.0,168.0,0.0,1800.0,0.0,0.0,252.0,329.0,New York City,New York-Newark-Jersey City +34013021100,"Census Tract 211, Essex County, New Jersey",4707,3543.0,105288.0,368000.0,2103.0,3685.0,116.0,0.0,640.0,0.0,0.0,22.0,244.0,New York City,New York-Newark-Jersey City +34013008800,"Census Tract 88, Essex County, New Jersey",1887,1018.0,39297.0,204900.0,143.0,0.0,472.0,49.0,0.0,21.0,0.0,0.0,1381.0,New York City,New York-Newark-Jersey City +34013009000,"Census Tract 90, Essex County, New Jersey",2045,1507.0,38797.0,-666666666.0,488.0,130.0,1256.0,0.0,131.0,0.0,0.0,32.0,496.0,New York City,New York-Newark-Jersey City +34013010000,"Census Tract 100, Essex County, New Jersey",2994,2227.0,62181.0,214800.0,621.0,91.0,2595.0,0.0,283.0,0.0,0.0,8.0,17.0,New York City,New York-Newark-Jersey City +34013010400,"Census Tract 104, Essex County, New Jersey",4929,3297.0,41924.0,255200.0,643.0,77.0,4119.0,0.0,0.0,0.0,0.0,89.0,644.0,New York City,New York-Newark-Jersey City +34013980200,"Census Tract 9802, Essex County, New Jersey",1590,1418.0,-666666666.0,-666666666.0,16.0,270.0,1126.0,0.0,10.0,0.0,0.0,0.0,184.0,New York City,New York-Newark-Jersey City +34013980100,"Census Tract 9801, Essex County, New Jersey",2455,2317.0,-666666666.0,-666666666.0,12.0,324.0,1720.0,0.0,7.0,0.0,0.0,0.0,404.0,New York City,New York-Newark-Jersey City +34013023200,"Census Tract 232, Essex County, New Jersey",3231,1658.0,27500.0,206400.0,105.0,159.0,2284.0,0.0,0.0,0.0,0.0,13.0,775.0,New York City,New York-Newark-Jersey City +34013023100,"Census Tract 231, Essex County, New Jersey",2486,1520.0,31696.0,250400.0,216.0,36.0,2049.0,0.0,4.0,0.0,0.0,19.0,378.0,New York City,New York-Newark-Jersey City +34013023000,"Census Tract 230, Essex County, New Jersey",2925,1900.0,17863.0,180200.0,120.0,15.0,2243.0,0.0,0.0,0.0,158.0,47.0,462.0,New York City,New York-Newark-Jersey City +34013022900,"Census Tract 229, Essex County, New Jersey",4324,2331.0,40733.0,165700.0,803.0,714.0,2303.0,27.0,492.0,0.0,55.0,28.0,705.0,New York City,New York-Newark-Jersey City +34013021702,"Census Tract 217.02, Essex County, New Jersey",4438,3202.0,74653.0,411000.0,1603.0,3450.0,179.0,0.0,157.0,0.0,0.0,39.0,613.0,New York City,New York-Newark-Jersey City +34013021701,"Census Tract 217.01, Essex County, New Jersey",3594,2532.0,95109.0,439000.0,1333.0,2949.0,49.0,0.0,125.0,0.0,0.0,92.0,379.0,New York City,New York-Newark-Jersey City +34013000600,"Census Tract 6, Essex County, New Jersey",4124,2915.0,50821.0,260600.0,311.0,523.0,448.0,0.0,127.0,0.0,0.0,8.0,3018.0,New York City,New York-Newark-Jersey City +34013001000,"Census Tract 10, Essex County, New Jersey",3679,2501.0,35987.0,198600.0,345.0,260.0,2152.0,20.0,80.0,0.0,52.0,6.0,1129.0,New York City,New York-Newark-Jersey City +34013001600,"Census Tract 16, Essex County, New Jersey",1792,1168.0,34306.0,214000.0,165.0,48.0,886.0,0.0,0.0,0.0,0.0,7.0,851.0,New York City,New York-Newark-Jersey City +34013001900,"Census Tract 19, Essex County, New Jersey",2022,1032.0,26471.0,158100.0,110.0,23.0,1797.0,0.0,7.0,0.0,0.0,0.0,195.0,New York City,New York-Newark-Jersey City +34013002500,"Census Tract 25, Essex County, New Jersey",3491,2027.0,32647.0,169900.0,216.0,65.0,3321.0,0.0,0.0,0.0,21.0,27.0,57.0,New York City,New York-Newark-Jersey City +34013004400,"Census Tract 44, Essex County, New Jersey",1440,961.0,34318.0,174100.0,110.0,14.0,1356.0,0.0,0.0,0.0,0.0,9.0,61.0,New York City,New York-Newark-Jersey City +34013004500,"Census Tract 45, Essex County, New Jersey",2946,1978.0,43325.0,203200.0,392.0,32.0,2793.0,0.0,40.0,0.0,0.0,17.0,64.0,New York City,New York-Newark-Jersey City +34013005400,"Census Tract 54, Essex County, New Jersey",4010,2029.0,26116.0,268800.0,229.0,18.0,3395.0,0.0,132.0,0.0,0.0,28.0,437.0,New York City,New York-Newark-Jersey City +34013007200,"Census Tract 72, Essex County, New Jersey",4162,2938.0,61776.0,245300.0,386.0,1763.0,30.0,16.0,0.0,0.0,178.0,0.0,2191.0,New York City,New York-Newark-Jersey City +34013009300,"Census Tract 93, Essex County, New Jersey",5672,3610.0,36390.0,188500.0,664.0,232.0,1309.0,0.0,145.0,0.0,357.0,0.0,3629.0,New York City,New York-Newark-Jersey City +34013009400,"Census Tract 94, Essex County, New Jersey",5591,4265.0,50048.0,313100.0,740.0,970.0,1037.0,0.0,262.0,0.0,0.0,46.0,3276.0,New York City,New York-Newark-Jersey City +34013009700,"Census Tract 97, Essex County, New Jersey",5308,3057.0,34605.0,222800.0,381.0,188.0,721.0,0.0,18.0,0.0,92.0,9.0,4280.0,New York City,New York-Newark-Jersey City +34013010700,"Census Tract 107, Essex County, New Jersey",3069,2207.0,47159.0,198400.0,416.0,73.0,2310.0,0.0,31.0,0.0,0.0,0.0,655.0,New York City,New York-Newark-Jersey City +34013011500,"Census Tract 115, Essex County, New Jersey",2343,1449.0,45294.0,206700.0,238.0,130.0,2038.0,18.0,39.0,0.0,46.0,19.0,53.0,New York City,New York-Newark-Jersey City +34013012100,"Census Tract 121, Essex County, New Jersey",4047,2435.0,46492.0,235300.0,374.0,55.0,3107.0,0.0,27.0,0.0,0.0,0.0,858.0,New York City,New York-Newark-Jersey City +34013012300,"Census Tract 123, Essex County, New Jersey",5004,3383.0,40625.0,185500.0,557.0,122.0,4434.0,0.0,0.0,0.0,0.0,30.0,418.0,New York City,New York-Newark-Jersey City +34013016400,"Census Tract 164, Essex County, New Jersey",3715,2435.0,134500.0,654000.0,1935.0,2939.0,358.0,0.0,52.0,0.0,0.0,71.0,295.0,New York City,New York-Newark-Jersey City +34013016500,"Census Tract 165, Essex County, New Jersey",3925,2561.0,165938.0,658800.0,2060.0,2415.0,506.0,0.0,182.0,0.0,9.0,299.0,514.0,New York City,New York-Newark-Jersey City +34013016900,"Census Tract 169, Essex County, New Jersey",2868,1861.0,137841.0,865500.0,1530.0,1857.0,483.0,0.0,103.0,0.0,0.0,128.0,297.0,New York City,New York-Newark-Jersey City +34013019300,"Census Tract 193, Essex County, New Jersey",3391,2372.0,85417.0,436200.0,1595.0,2053.0,855.0,0.0,207.0,0.0,0.0,79.0,197.0,New York City,New York-Newark-Jersey City +34013019600,"Census Tract 196, Essex County, New Jersey",5656,3973.0,105000.0,363100.0,2173.0,2050.0,2728.0,28.0,204.0,0.0,34.0,103.0,509.0,New York City,New York-Newark-Jersey City +34013019700,"Census Tract 197, Essex County, New Jersey",6370,4186.0,75475.0,293200.0,1695.0,1294.0,4180.0,0.0,68.0,0.0,61.0,85.0,682.0,New York City,New York-Newark-Jersey City +34013021000,"Census Tract 210, Essex County, New Jersey",5137,3700.0,114500.0,460800.0,2242.0,4629.0,104.0,0.0,137.0,0.0,0.0,145.0,122.0,New York City,New York-Newark-Jersey City +34013010800,"Census Tract 108, Essex County, New Jersey",2615,1513.0,47262.0,198400.0,240.0,23.0,1940.0,0.0,0.0,0.0,0.0,0.0,652.0,New York City,New York-Newark-Jersey City +34013010900,"Census Tract 109, Essex County, New Jersey",2335,1609.0,41537.0,224100.0,234.0,46.0,2073.0,0.0,0.0,0.0,0.0,36.0,180.0,New York City,New York-Newark-Jersey City +34013007100,"Census Tract 71, Essex County, New Jersey",3700,2505.0,55066.0,249100.0,519.0,2166.0,114.0,0.0,0.0,0.0,252.0,13.0,1155.0,New York City,New York-Newark-Jersey City +34013007400,"Census Tract 74, Essex County, New Jersey",5401,4064.0,50639.0,248300.0,316.0,1625.0,1827.0,0.0,17.0,8.0,251.0,31.0,1642.0,New York City,New York-Newark-Jersey City +34013007600,"Census Tract 76, Essex County, New Jersey",3214,2167.0,42960.0,293200.0,333.0,838.0,13.0,0.0,55.0,0.0,123.0,20.0,2165.0,New York City,New York-Newark-Jersey City +34013007700,"Census Tract 77, Essex County, New Jersey",3016,2215.0,50495.0,228000.0,363.0,1080.0,82.0,0.0,0.0,0.0,162.0,32.0,1660.0,New York City,New York-Newark-Jersey City +34013009200,"Census Tract 92, Essex County, New Jersey",2998,1871.0,25100.0,242900.0,182.0,224.0,1008.0,105.0,38.0,0.0,8.0,11.0,1709.0,New York City,New York-Newark-Jersey City +34013002300,"Census Tract 23, Essex County, New Jersey",4950,3493.0,46453.0,175300.0,779.0,45.0,3913.0,22.0,0.0,0.0,163.0,42.0,787.0,New York City,New York-Newark-Jersey City +34013006600,"Census Tract 66, Essex County, New Jersey",1390,975.0,33494.0,246400.0,212.0,26.0,1019.0,36.0,14.0,0.0,0.0,15.0,316.0,New York City,New York-Newark-Jersey City +34013005200,"Census Tract 52, Essex County, New Jersey",1547,880.0,55924.0,245700.0,192.0,15.0,1259.0,0.0,0.0,0.0,0.0,0.0,273.0,New York City,New York-Newark-Jersey City +34013018100,"Census Tract 181, Essex County, New Jersey",2057,1318.0,40880.0,171500.0,150.0,90.0,1333.0,0.0,0.0,0.0,82.0,0.0,552.0,New York City,New York-Newark-Jersey City +34013001100,"Census Tract 11, Essex County, New Jersey",3060,1055.0,42750.0,186700.0,333.0,893.0,895.0,0.0,299.0,0.0,0.0,92.0,881.0,New York City,New York-Newark-Jersey City +34013001400,"Census Tract 14, Essex County, New Jersey",2473,1551.0,29449.0,155200.0,205.0,31.0,1721.0,0.0,41.0,0.0,0.0,14.0,666.0,New York City,New York-Newark-Jersey City +34013020600,"Census Tract 206, Essex County, New Jersey",4728,3213.0,138750.0,667900.0,2143.0,3158.0,58.0,0.0,1294.0,0.0,41.0,129.0,48.0,New York City,New York-Newark-Jersey City +34013010100,"Census Tract 101, Essex County, New Jersey",3019,2027.0,60335.0,213100.0,513.0,23.0,2611.0,0.0,61.0,0.0,0.0,8.0,316.0,New York City,New York-Newark-Jersey City +34013012700,"Census Tract 127, Essex County, New Jersey",4500,2865.0,50456.0,169200.0,408.0,52.0,4107.0,0.0,188.0,0.0,0.0,41.0,112.0,New York City,New York-Newark-Jersey City +34013014200,"Census Tract 142, Essex County, New Jersey",4371,3253.0,93933.0,300000.0,999.0,1866.0,367.0,0.0,385.0,0.0,8.0,93.0,1652.0,New York City,New York-Newark-Jersey City +34013019400,"Census Tract 194, Essex County, New Jersey",3256,2017.0,214167.0,663500.0,1622.0,2571.0,225.0,5.0,129.0,0.0,0.0,90.0,241.0,New York City,New York-Newark-Jersey City +34013021801,"Census Tract 218.01, Essex County, New Jersey",2711,2002.0,152772.0,503100.0,1126.0,2440.0,54.0,0.0,141.0,0.0,0.0,0.0,76.0,New York City,New York-Newark-Jersey City +34013006900,"Census Tract 69, Essex County, New Jersey",5183,3452.0,45526.0,317900.0,528.0,1261.0,73.0,0.0,0.0,0.0,118.0,37.0,3694.0,New York City,New York-Newark-Jersey City +34013015200,"Census Tract 152, Essex County, New Jersey",4369,3119.0,65511.0,292500.0,1128.0,2157.0,422.0,0.0,301.0,0.0,20.0,55.0,1414.0,New York City,New York-Newark-Jersey City +34013017301,"Census Tract 173.01, Essex County, New Jersey",5514,3784.0,124770.0,395200.0,2555.0,3459.0,815.0,0.0,583.0,0.0,9.0,129.0,519.0,New York City,New York-Newark-Jersey City +34013014500,"Census Tract 145, Essex County, New Jersey",4548,2962.0,57550.0,271900.0,686.0,1099.0,572.0,0.0,96.0,0.0,6.0,30.0,2745.0,New York City,New York-Newark-Jersey City +34013004700,"Census Tract 47, Essex County, New Jersey",5506,3964.0,45677.0,248500.0,921.0,27.0,5239.0,0.0,79.0,0.0,0.0,57.0,104.0,New York City,New York-Newark-Jersey City +34013009600,"Census Tract 96, Essex County, New Jersey",4851,2643.0,32312.0,259800.0,265.0,82.0,1286.0,112.0,2.0,0.0,96.0,90.0,3252.0,New York City,New York-Newark-Jersey City +34013015600,"Census Tract 156, Essex County, New Jersey",4339,3317.0,74273.0,275500.0,1402.0,1420.0,1015.0,22.0,666.0,0.0,79.0,93.0,1044.0,New York City,New York-Newark-Jersey City +34013018800,"Census Tract 188, Essex County, New Jersey",4675,3493.0,57279.0,280300.0,1396.0,301.0,3861.0,0.0,151.0,0.0,27.0,125.0,210.0,New York City,New York-Newark-Jersey City +34013021300,"Census Tract 213, Essex County, New Jersey",6043,4626.0,131875.0,454900.0,1973.0,4766.0,242.0,0.0,515.0,14.0,0.0,116.0,390.0,New York City,New York-Newark-Jersey City +34013021400,"Census Tract 214, Essex County, New Jersey",6595,4909.0,106528.0,448300.0,2685.0,5494.0,409.0,21.0,389.0,0.0,0.0,0.0,303.0,New York City,New York-Newark-Jersey City +34013022700,"Census Tract 227, Essex County, New Jersey",2920,1869.0,13974.0,-666666666.0,243.0,67.0,1778.0,20.0,16.0,0.0,25.0,30.0,984.0,New York City,New York-Newark-Jersey City +34013022800,"Census Tract 228, Essex County, New Jersey",2247,1328.0,16537.0,-666666666.0,101.0,27.0,1946.0,7.0,0.0,0.0,8.0,0.0,259.0,New York City,New York-Newark-Jersey City +34013011700,"Census Tract 117, Essex County, New Jersey",3266,2228.0,35865.0,182900.0,426.0,155.0,2849.0,0.0,36.0,0.0,49.0,91.0,86.0,New York City,New York-Newark-Jersey City +34013011900,"Census Tract 119, Essex County, New Jersey",1720,1223.0,36000.0,132700.0,163.0,41.0,1407.0,0.0,107.0,16.0,0.0,49.0,100.0,New York City,New York-Newark-Jersey City +34013013500,"Census Tract 135, Essex County, New Jersey",4558,3251.0,103475.0,411900.0,1631.0,3315.0,170.0,0.0,383.0,0.0,13.0,22.0,655.0,New York City,New York-Newark-Jersey City +34013013600,"Census Tract 136, Essex County, New Jersey",6791,5065.0,94009.0,364600.0,2752.0,3975.0,305.0,0.0,1388.0,0.0,0.0,82.0,1041.0,New York City,New York-Newark-Jersey City +34013014000,"Census Tract 140, Essex County, New Jersey",4114,2977.0,89531.0,279900.0,1002.0,2283.0,122.0,0.0,836.0,0.0,132.0,71.0,670.0,New York City,New York-Newark-Jersey City +34013014100,"Census Tract 141, Essex County, New Jersey",4078,2692.0,74266.0,289400.0,687.0,1442.0,201.0,0.0,575.0,0.0,0.0,198.0,1662.0,New York City,New York-Newark-Jersey City +34013014900,"Census Tract 149, Essex County, New Jersey",4743,3247.0,122321.0,352600.0,1686.0,3259.0,209.0,0.0,455.0,0.0,0.0,120.0,700.0,New York City,New York-Newark-Jersey City +34013015700,"Census Tract 157, Essex County, New Jersey",2411,1516.0,54444.0,288200.0,471.0,458.0,845.0,0.0,154.0,0.0,0.0,35.0,919.0,New York City,New York-Newark-Jersey City +34013016600,"Census Tract 166, Essex County, New Jersey",3230,2321.0,103056.0,461800.0,1453.0,1903.0,734.0,0.0,108.0,0.0,0.0,141.0,344.0,New York City,New York-Newark-Jersey City +34013017302,"Census Tract 173.02, Essex County, New Jersey",7801,6428.0,97917.0,389200.0,3830.0,4309.0,1325.0,21.0,1216.0,4.0,0.0,77.0,870.0,New York City,New York-Newark-Jersey City +34013019500,"Census Tract 195, Essex County, New Jersey",4040,2682.0,199940.0,573900.0,2157.0,3018.0,322.0,0.0,135.0,0.0,134.0,199.0,232.0,New York City,New York-Newark-Jersey City +34013019800,"Census Tract 198, Essex County, New Jersey",2838,1791.0,150938.0,531100.0,1329.0,1795.0,738.0,0.0,59.0,0.0,5.0,55.0,186.0,New York City,New York-Newark-Jersey City +34013020901,"Census Tract 209.01, Essex County, New Jersey",2095,1419.0,200875.0,834400.0,1148.0,1810.0,7.0,0.0,82.0,0.0,0.0,77.0,119.0,New York City,New York-Newark-Jersey City +34013021601,"Census Tract 216.01, Essex County, New Jersey",7671,5606.0,110303.0,472900.0,2051.0,6885.0,0.0,0.0,259.0,0.0,19.0,39.0,469.0,New York City,New York-Newark-Jersey City +34013021200,"Census Tract 212, Essex County, New Jersey",3741,2561.0,125000.0,508000.0,1618.0,3132.0,42.0,0.0,87.0,0.0,13.0,84.0,383.0,New York City,New York-Newark-Jersey City +34013021803,"Census Tract 218.03, Essex County, New Jersey",4575,3160.0,97279.0,472800.0,1595.0,4087.0,13.0,0.0,133.0,0.0,0.0,0.0,342.0,New York City,New York-Newark-Jersey City +34013012500,"Census Tract 125, Essex County, New Jersey",3946,2661.0,44542.0,201500.0,419.0,59.0,3616.0,0.0,39.0,0.0,0.0,6.0,226.0,New York City,New York-Newark-Jersey City +34013016800,"Census Tract 168, Essex County, New Jersey",3397,2486.0,74750.0,292900.0,1483.0,1875.0,1164.0,0.0,17.0,0.0,0.0,123.0,218.0,New York City,New York-Newark-Jersey City +34013018000,"Census Tract 180, Essex County, New Jersey",5948,3988.0,123225.0,439100.0,2742.0,3056.0,1398.0,0.0,519.0,0.0,6.0,138.0,831.0,New York City,New York-Newark-Jersey City +34013011100,"Census Tract 111, Essex County, New Jersey",4129,2687.0,30278.0,149000.0,407.0,96.0,3471.0,85.0,0.0,0.0,14.0,100.0,448.0,New York City,New York-Newark-Jersey City +34013012900,"Census Tract 129, Essex County, New Jersey",3633,2071.0,31572.0,163500.0,161.0,32.0,2473.0,0.0,17.0,0.0,0.0,11.0,1100.0,New York City,New York-Newark-Jersey City +34013014600,"Census Tract 146, Essex County, New Jersey",4411,2966.0,74255.0,273100.0,759.0,1086.0,506.0,0.0,318.0,0.0,44.0,51.0,2406.0,New York City,New York-Newark-Jersey City +34013016300,"Census Tract 163, Essex County, New Jersey",3782,2387.0,157727.0,708300.0,1963.0,3120.0,203.0,0.0,107.0,0.0,0.0,148.0,204.0,New York City,New York-Newark-Jersey City +34013016700,"Census Tract 167, Essex County, New Jersey",2549,2007.0,62734.0,334800.0,1113.0,1026.0,854.0,0.0,51.0,0.0,0.0,79.0,539.0,New York City,New York-Newark-Jersey City +34013010600,"Census Tract 106, Essex County, New Jersey",4054,2464.0,25596.0,220500.0,259.0,88.0,3472.0,0.0,0.0,0.0,0.0,78.0,416.0,New York City,New York-Newark-Jersey City +34013009900,"Census Tract 99, Essex County, New Jersey",2230,1496.0,30121.0,195500.0,296.0,30.0,2078.0,0.0,43.0,0.0,0.0,15.0,64.0,New York City,New York-Newark-Jersey City +34013010200,"Census Tract 102, Essex County, New Jersey",4698,3455.0,36125.0,211000.0,595.0,164.0,4033.0,10.0,23.0,0.0,0.0,0.0,478.0,New York City,New York-Newark-Jersey City +34013010300,"Census Tract 103, Essex County, New Jersey",3621,2563.0,39583.0,192900.0,445.0,69.0,3125.0,0.0,55.0,0.0,61.0,0.0,311.0,New York City,New York-Newark-Jersey City +34013011300,"Census Tract 113, Essex County, New Jersey",3607,2228.0,45625.0,255000.0,323.0,46.0,3155.0,0.0,38.0,0.0,69.0,27.0,272.0,New York City,New York-Newark-Jersey City +34013012600,"Census Tract 126, Essex County, New Jersey",3054,2034.0,32145.0,173600.0,217.0,52.0,2779.0,0.0,0.0,0.0,0.0,0.0,223.0,New York City,New York-Newark-Jersey City +34013013400,"Census Tract 134, Essex County, New Jersey",3827,2869.0,105476.0,396300.0,1635.0,2856.0,14.0,0.0,446.0,0.0,0.0,59.0,452.0,New York City,New York-Newark-Jersey City +34013013800,"Census Tract 138, Essex County, New Jersey",4225,2991.0,93214.0,367400.0,1403.0,3198.0,0.0,0.0,296.0,0.0,0.0,70.0,661.0,New York City,New York-Newark-Jersey City +34013021602,"Census Tract 216.02, Essex County, New Jersey",6637,4652.0,187470.0,730900.0,3237.0,5879.0,0.0,0.0,511.0,0.0,0.0,92.0,155.0,New York City,New York-Newark-Jersey City +34013002400,"Census Tract 24, Essex County, New Jersey",2445,1662.0,41294.0,170300.0,140.0,172.0,2053.0,15.0,114.0,0.0,0.0,12.0,94.0,New York City,New York-Newark-Jersey City +34013003100,"Census Tract 31, Essex County, New Jersey",2122,978.0,29801.0,157300.0,71.0,1.0,1953.0,0.0,0.0,0.0,0.0,27.0,141.0,New York City,New York-Newark-Jersey City +34013005000,"Census Tract 50, Essex County, New Jersey",3039,1731.0,30491.0,223200.0,242.0,86.0,2556.0,0.0,2.0,0.0,0.0,0.0,395.0,New York City,New York-Newark-Jersey City +34013007502,"Census Tract 75.02, Essex County, New Jersey",2545,1689.0,29375.0,328200.0,155.0,512.0,527.0,27.0,12.0,0.0,127.0,67.0,1300.0,New York City,New York-Newark-Jersey City +34013007800,"Census Tract 78, Essex County, New Jersey",4026,2876.0,46148.0,262500.0,235.0,996.0,62.0,148.0,0.0,0.0,0.0,0.0,2820.0,New York City,New York-Newark-Jersey City +34013008900,"Census Tract 89, Essex County, New Jersey",1961,1109.0,24830.0,185200.0,114.0,25.0,582.0,11.0,0.0,0.0,0.0,0.0,1354.0,New York City,New York-Newark-Jersey City +34013011800,"Census Tract 118, Essex County, New Jersey",2241,1572.0,66500.0,207200.0,309.0,20.0,2087.0,65.0,25.0,0.0,0.0,0.0,44.0,New York City,New York-Newark-Jersey City +34013014400,"Census Tract 144, Essex County, New Jersey",3489,2431.0,49449.0,233400.0,748.0,797.0,656.0,0.0,473.0,0.0,0.0,40.0,1523.0,New York City,New York-Newark-Jersey City +34013015500,"Census Tract 155, Essex County, New Jersey",4250,2986.0,84778.0,284300.0,1137.0,1696.0,975.0,0.0,204.0,0.0,0.0,0.0,1375.0,New York City,New York-Newark-Jersey City +34013015900,"Census Tract 159, Essex County, New Jersey",5639,3262.0,61303.0,256900.0,726.0,679.0,1789.0,0.0,498.0,15.0,162.0,10.0,2486.0,New York City,New York-Newark-Jersey City +34013016100,"Census Tract 161, Essex County, New Jersey",3417,2103.0,186594.0,720100.0,1755.0,2717.0,67.0,10.0,161.0,0.0,0.0,106.0,366.0,New York City,New York-Newark-Jersey City +34013014800,"Census Tract 148, Essex County, New Jersey",3304,2378.0,111284.0,380300.0,1325.0,2003.0,39.0,0.0,444.0,0.0,0.0,0.0,818.0,New York City,New York-Newark-Jersey City +34013013900,"Census Tract 139, Essex County, New Jersey",4916,3406.0,82485.0,344700.0,1421.0,3268.0,51.0,0.0,543.0,0.0,49.0,182.0,823.0,New York City,New York-Newark-Jersey City +34013014300,"Census Tract 143, Essex County, New Jersey",5392,3588.0,60372.0,271200.0,779.0,1657.0,146.0,18.0,446.0,0.0,44.0,34.0,3065.0,New York City,New York-Newark-Jersey City +34013014700,"Census Tract 147, Essex County, New Jersey",5980,4568.0,50127.0,297100.0,1094.0,1596.0,785.0,0.0,895.0,0.0,87.0,175.0,2442.0,New York City,New York-Newark-Jersey City +34013015000,"Census Tract 150, Essex County, New Jersey",3227,2410.0,82148.0,353200.0,1215.0,1945.0,264.0,0.0,461.0,0.0,29.0,76.0,452.0,New York City,New York-Newark-Jersey City +34013015300,"Census Tract 153, Essex County, New Jersey",2802,2121.0,67941.0,326200.0,955.0,880.0,760.0,0.0,481.0,0.0,0.0,51.0,630.0,New York City,New York-Newark-Jersey City +34013016000,"Census Tract 160, Essex County, New Jersey",7668,4767.0,196821.0,623700.0,3382.0,5767.0,332.0,0.0,441.0,0.0,0.0,269.0,859.0,New York City,New York-Newark-Jersey City +34013017000,"Census Tract 170, Essex County, New Jersey",2818,1987.0,104500.0,552000.0,1432.0,1410.0,960.0,19.0,83.0,0.0,0.0,157.0,208.0,New York City,New York-Newark-Jersey City +34013019000,"Census Tract 190, Essex County, New Jersey",4384,2855.0,190598.0,716400.0,2312.0,3006.0,712.0,0.0,260.0,0.0,6.0,156.0,244.0,New York City,New York-Newark-Jersey City +34013017500,"Census Tract 175, Essex County, New Jersey",5962,4727.0,82670.0,359000.0,2669.0,2781.0,1709.0,0.0,469.0,0.0,0.0,41.0,962.0,New York City,New York-Newark-Jersey City +34013017900,"Census Tract 179, Essex County, New Jersey",3544,2442.0,110982.0,376000.0,1272.0,1686.0,1017.0,0.0,156.0,0.0,0.0,277.0,408.0,New York City,New York-Newark-Jersey City +34013018200,"Census Tract 182, Essex County, New Jersey",4572,3043.0,32112.0,172900.0,425.0,90.0,3150.0,13.0,0.0,0.0,38.0,0.0,1294.0,New York City,New York-Newark-Jersey City +34013019100,"Census Tract 191, Essex County, New Jersey",4009,2626.0,144500.0,495200.0,1828.0,1704.0,1767.0,0.0,57.0,0.0,43.0,289.0,149.0,New York City,New York-Newark-Jersey City +34013019900,"Census Tract 199, Essex County, New Jersey",2546,1690.0,186719.0,724100.0,1332.0,2159.0,96.0,5.0,80.0,0.0,0.0,109.0,102.0,New York City,New York-Newark-Jersey City +34013020700,"Census Tract 207, Essex County, New Jersey",4279,2973.0,137431.0,483000.0,1801.0,2920.0,80.0,0.0,1056.0,0.0,0.0,36.0,187.0,New York City,New York-Newark-Jersey City +34013012200,"Census Tract 122, Essex County, New Jersey",5009,3228.0,40309.0,224000.0,548.0,189.0,4338.0,0.0,71.0,0.0,0.0,57.0,354.0,New York City,New York-Newark-Jersey City +34013012400,"Census Tract 124, Essex County, New Jersey",4431,3310.0,27959.0,192900.0,537.0,142.0,3660.0,0.0,0.0,0.0,0.0,11.0,618.0,New York City,New York-Newark-Jersey City +34013013000,"Census Tract 130, Essex County, New Jersey",1980,1614.0,52201.0,-666666666.0,438.0,33.0,1705.0,0.0,84.0,0.0,10.0,0.0,148.0,New York City,New York-Newark-Jersey City +34013013100,"Census Tract 131, Essex County, New Jersey",1733,1059.0,41773.0,176400.0,108.0,13.0,1500.0,0.0,0.0,0.0,0.0,0.0,220.0,New York City,New York-Newark-Jersey City +34013013700,"Census Tract 137, Essex County, New Jersey",4512,3184.0,69000.0,365500.0,1068.0,2900.0,190.0,0.0,274.0,0.0,62.0,181.0,905.0,New York City,New York-Newark-Jersey City +34013015100,"Census Tract 151, Essex County, New Jersey",4724,3332.0,75750.0,291800.0,1242.0,2061.0,891.0,0.0,312.0,0.0,40.0,65.0,1355.0,New York City,New York-Newark-Jersey City +34013015400,"Census Tract 154, Essex County, New Jersey",5052,3480.0,66033.0,338700.0,1284.0,2809.0,785.0,0.0,260.0,0.0,0.0,217.0,981.0,New York City,New York-Newark-Jersey City +34017013100,"Census Tract 131, Hudson County, New Jersey",2411,1465.0,53333.0,296100.0,346.0,1052.0,53.0,0.0,72.0,0.0,79.0,0.0,1155.0,New York City,New York-Newark-Jersey City +34017013900,"Census Tract 139, Hudson County, New Jersey",3107,2190.0,71250.0,299700.0,791.0,1323.0,141.0,35.0,686.0,0.0,77.0,59.0,786.0,New York City,New York-Newark-Jersey City +34017011100,"Census Tract 111, Hudson County, New Jersey",4724,3085.0,41382.0,296200.0,765.0,1807.0,476.0,11.0,384.0,0.0,4.0,166.0,1887.0,New York City,New York-Newark-Jersey City +34017011500,"Census Tract 115, Hudson County, New Jersey",3249,2334.0,70250.0,339600.0,742.0,1853.0,162.0,0.0,169.0,0.0,107.0,0.0,958.0,New York City,New York-Newark-Jersey City +34017016100,"Census Tract 161, Hudson County, New Jersey",3520,2290.0,47219.0,312200.0,375.0,455.0,67.0,0.0,95.0,0.0,0.0,0.0,2903.0,New York City,New York-Newark-Jersey City +34017016700,"Census Tract 167, Hudson County, New Jersey",1638,1150.0,43359.0,361200.0,229.0,364.0,0.0,0.0,79.0,0.0,9.0,0.0,1186.0,New York City,New York-Newark-Jersey City +34017017000,"Census Tract 170, Hudson County, New Jersey",5175,3516.0,38313.0,298900.0,657.0,717.0,116.0,14.0,195.0,0.0,35.0,72.0,4040.0,New York City,New York-Newark-Jersey City +34017000902,"Census Tract 9.02, Hudson County, New Jersey",6161,4513.0,52231.0,318200.0,2426.0,1424.0,458.0,0.0,3262.0,0.0,0.0,0.0,1017.0,New York City,New York-Newark-Jersey City +34017005600,"Census Tract 56, Hudson County, New Jersey",3736,2407.0,46658.0,311100.0,853.0,407.0,1423.0,13.0,732.0,0.0,0.0,45.0,1129.0,New York City,New York-Newark-Jersey City +34017004101,"Census Tract 41.01, Hudson County, New Jersey",6501,4439.0,55495.0,316900.0,1625.0,1696.0,1659.0,0.0,990.0,0.0,0.0,187.0,1969.0,New York City,New York-Newark-Jersey City +34017004500,"Census Tract 45, Hudson County, New Jersey",4236,2794.0,33972.0,321400.0,287.0,105.0,3063.0,25.0,44.0,0.0,0.0,0.0,999.0,New York City,New York-Newark-Jersey City +34017005300,"Census Tract 53, Hudson County, New Jersey",3034,1854.0,38500.0,255300.0,241.0,73.0,2036.0,0.0,17.0,0.0,9.0,0.0,899.0,New York City,New York-Newark-Jersey City +34017010400,"Census Tract 104, Hudson County, New Jersey",4562,3358.0,63386.0,318700.0,1441.0,1965.0,597.0,0.0,801.0,0.0,8.0,51.0,1140.0,New York City,New York-Newark-Jersey City +34017010700,"Census Tract 107, Hudson County, New Jersey",3861,2446.0,44863.0,317400.0,695.0,2071.0,328.0,0.0,101.0,0.0,0.0,62.0,1299.0,New York City,New York-Newark-Jersey City +34017010900,"Census Tract 109, Hudson County, New Jersey",2190,1623.0,29333.0,306100.0,477.0,1151.0,152.0,0.0,176.0,0.0,10.0,18.0,683.0,New York City,New York-Newark-Jersey City +34017011200,"Census Tract 112, Hudson County, New Jersey",6532,4427.0,62481.0,328500.0,1710.0,3939.0,399.0,42.0,299.0,0.0,163.0,198.0,1492.0,New York City,New York-Newark-Jersey City +34017011600,"Census Tract 116, Hudson County, New Jersey",4458,3192.0,45791.0,316500.0,1041.0,2280.0,643.0,0.0,244.0,0.0,8.0,92.0,1191.0,New York City,New York-Newark-Jersey City +34017012600,"Census Tract 126, Hudson County, New Jersey",3781,2685.0,57328.0,320100.0,684.0,1742.0,26.0,0.0,168.0,0.0,55.0,55.0,1735.0,New York City,New York-Newark-Jersey City +34017013000,"Census Tract 130, Hudson County, New Jersey",4068,2491.0,51422.0,297600.0,522.0,696.0,140.0,84.0,264.0,0.0,86.0,26.0,2803.0,New York City,New York-Newark-Jersey City +34017015100,"Census Tract 151, Hudson County, New Jersey",3328,2382.0,51667.0,257800.0,495.0,604.0,78.0,0.0,212.0,0.0,0.0,11.0,2423.0,New York City,New York-Newark-Jersey City +34017015700,"Census Tract 157, Hudson County, New Jersey",3885,2668.0,53362.0,185800.0,482.0,147.0,1.0,0.0,46.0,0.0,0.0,0.0,3691.0,New York City,New York-Newark-Jersey City +34017016800,"Census Tract 168, Hudson County, New Jersey",3642,2534.0,41181.0,321400.0,287.0,476.0,69.0,0.0,55.0,57.0,0.0,0.0,2985.0,New York City,New York-Newark-Jersey City +34017017100,"Census Tract 171, Hudson County, New Jersey",4827,3607.0,56115.0,307000.0,652.0,623.0,172.0,0.0,140.0,0.0,58.0,0.0,3834.0,New York City,New York-Newark-Jersey City +34017017500,"Census Tract 175, Hudson County, New Jersey",4153,2587.0,36832.0,268500.0,511.0,498.0,55.0,7.0,136.0,0.0,12.0,37.0,3415.0,New York City,New York-Newark-Jersey City +34017018000,"Census Tract 180, Hudson County, New Jersey",4357,3272.0,72700.0,424100.0,1539.0,1884.0,156.0,30.0,282.0,0.0,0.0,55.0,1950.0,New York City,New York-Newark-Jersey City +34017019400,"Census Tract 194, Hudson County, New Jersey",2909,2372.0,85037.0,564000.0,1694.0,2186.0,7.0,0.0,207.0,0.0,6.0,98.0,405.0,New York City,New York-Newark-Jersey City +34017001201,"Census Tract 12.01, Hudson County, New Jersey",2206,1600.0,69896.0,348800.0,951.0,346.0,98.0,10.0,1148.0,0.0,25.0,45.0,534.0,New York City,New York-Newark-Jersey City +34017010200,"Census Tract 102, Hudson County, New Jersey",3032,2263.0,73333.0,325700.0,888.0,1727.0,109.0,0.0,434.0,0.0,0.0,55.0,707.0,New York City,New York-Newark-Jersey City +34017016500,"Census Tract 165, Hudson County, New Jersey",4689,3521.0,56742.0,245300.0,1014.0,828.0,206.0,0.0,491.0,0.0,27.0,20.0,3117.0,New York City,New York-Newark-Jersey City +34017002700,"Census Tract 27, Hudson County, New Jersey",5950,3688.0,39885.0,275600.0,1148.0,816.0,1502.0,51.0,1726.0,0.0,0.0,102.0,1771.0,New York City,New York-Newark-Jersey City +34017007000,"Census Tract 70, Hudson County, New Jersey",4310,3556.0,104735.0,627900.0,2173.0,1126.0,422.0,0.0,1429.0,0.0,35.0,161.0,1137.0,New York City,New York-Newark-Jersey City +34017006800,"Census Tract 68, Hudson County, New Jersey",4179,2275.0,39032.0,188100.0,267.0,39.0,3261.0,0.0,166.0,0.0,0.0,96.0,617.0,New York City,New York-Newark-Jersey City +34017006700,"Census Tract 67, Hudson County, New Jersey",3345,1905.0,25920.0,289800.0,195.0,124.0,1591.0,0.0,13.0,0.0,0.0,8.0,1609.0,New York City,New York-Newark-Jersey City +34017006500,"Census Tract 65, Hudson County, New Jersey",2091,1518.0,60804.0,465900.0,803.0,694.0,300.0,29.0,198.0,0.0,4.0,186.0,680.0,New York City,New York-Newark-Jersey City +34017006400,"Census Tract 64, Hudson County, New Jersey",2967,2508.0,97083.0,613600.0,1642.0,1364.0,165.0,10.0,596.0,0.0,0.0,48.0,794.0,New York City,New York-Newark-Jersey City +34017980100,"Census Tract 9801, Hudson County, New Jersey",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +34017020100,"Census Tract 201, Hudson County, New Jersey",2248,1741.0,124900.0,-666666666.0,1275.0,559.0,201.0,0.0,1104.0,0.0,0.0,31.0,353.0,New York City,New York-Newark-Jersey City +34017018702,"Census Tract 187.02, Hudson County, New Jersey",4308,3350.0,113581.0,634000.0,2496.0,3048.0,31.0,0.0,389.0,0.0,15.0,46.0,779.0,New York City,New York-Newark-Jersey City +34017018302,"Census Tract 183.02, Hudson County, New Jersey",3936,3164.0,233162.0,866800.0,2937.0,2771.0,65.0,0.0,508.0,0.0,0.0,147.0,445.0,New York City,New York-Newark-Jersey City +34017018301,"Census Tract 183.01, Hudson County, New Jersey",2614,1981.0,227396.0,1131200.0,1843.0,2026.0,0.0,0.0,376.0,0.0,0.0,71.0,141.0,New York City,New York-Newark-Jersey City +34017015801,"Census Tract 158.01, Hudson County, New Jersey",3348,2763.0,136763.0,589100.0,2244.0,1527.0,180.0,0.0,1213.0,11.0,10.0,41.0,366.0,New York City,New York-Newark-Jersey City +34017015202,"Census Tract 152.02, Hudson County, New Jersey",6167,4372.0,54572.0,236000.0,1411.0,1036.0,392.0,0.0,399.0,0.0,13.0,28.0,4299.0,New York City,New York-Newark-Jersey City +34017015201,"Census Tract 152.01, Hudson County, New Jersey",2690,2354.0,99844.0,249600.0,1742.0,1344.0,257.0,0.0,691.0,0.0,0.0,0.0,398.0,New York City,New York-Newark-Jersey City +34017015001,"Census Tract 150.01, Hudson County, New Jersey",2212,1825.0,92440.0,252500.0,1122.0,830.0,66.0,20.0,596.0,0.0,9.0,46.0,645.0,New York City,New York-Newark-Jersey City +34017014101,"Census Tract 141.01, Hudson County, New Jersey",3788,3379.0,82527.0,246000.0,1820.0,1409.0,212.0,0.0,885.0,0.0,23.0,33.0,1226.0,New York City,New York-Newark-Jersey City +34017007800,"Census Tract 78, Hudson County, New Jersey",1585,1212.0,33571.0,-666666666.0,509.0,615.0,185.0,0.0,273.0,0.0,0.0,24.0,488.0,New York City,New York-Newark-Jersey City +34017007700,"Census Tract 77, Hudson County, New Jersey",9996,7439.0,152325.0,678300.0,6491.0,1689.0,583.0,19.0,6940.0,0.0,77.0,314.0,393.0,New York City,New York-Newark-Jersey City +34017007400,"Census Tract 74, Hudson County, New Jersey",5223,4242.0,185439.0,682200.0,3777.0,2653.0,169.0,0.0,1529.0,0.0,0.0,303.0,569.0,New York City,New York-Newark-Jersey City +34017006600,"Census Tract 66, Hudson County, New Jersey",1655,1235.0,125000.0,461000.0,800.0,249.0,32.0,0.0,1290.0,0.0,6.0,31.0,47.0,New York City,New York-Newark-Jersey City +34017019900,"Census Tract 199, Hudson County, New Jersey",5260,3924.0,86100.0,366500.0,1958.0,2352.0,117.0,42.0,1642.0,0.0,0.0,25.0,1082.0,New York City,New York-Newark-Jersey City +34017019800,"Census Tract 198, Hudson County, New Jersey",6369,4740.0,107454.0,508300.0,1900.0,3454.0,27.0,37.0,1791.0,0.0,114.0,124.0,846.0,New York City,New York-Newark-Jersey City +34017015802,"Census Tract 158.02, Hudson County, New Jersey",6467,4620.0,36490.0,403500.0,1015.0,685.0,46.0,0.0,324.0,0.0,0.0,13.0,5399.0,New York City,New York-Newark-Jersey City +34017007600,"Census Tract 76, Hudson County, New Jersey",7198,6167.0,181923.0,715000.0,5607.0,2489.0,186.0,104.0,3673.0,0.0,0.0,283.0,475.0,New York City,New York-Newark-Jersey City +34017006900,"Census Tract 69, Hudson County, New Jersey",66,42.0,40577.0,-666666666.0,13.0,32.0,13.0,0.0,0.0,0.0,0.0,3.0,18.0,New York City,New York-Newark-Jersey City +34017007300,"Census Tract 73, Hudson County, New Jersey",2207,1962.0,150598.0,596700.0,1799.0,1026.0,73.0,0.0,746.0,0.0,0.0,105.0,257.0,New York City,New York-Newark-Jersey City +34017007200,"Census Tract 72, Hudson County, New Jersey",2397,1919.0,124250.0,651400.0,1379.0,1074.0,226.0,0.0,693.0,0.0,2.0,27.0,375.0,New York City,New York-Newark-Jersey City +34017007100,"Census Tract 71, Hudson County, New Jersey",3507,2671.0,59316.0,382500.0,1413.0,838.0,286.0,11.0,1190.0,8.0,0.0,134.0,1051.0,New York City,New York-Newark-Jersey City +34017001701,"Census Tract 17.01, Hudson County, New Jersey",4283,2831.0,47346.0,383900.0,978.0,549.0,681.0,0.0,1194.0,0.0,22.0,153.0,1684.0,New York City,New York-Newark-Jersey City +34017020000,"Census Tract 200, Hudson County, New Jersey",5402,4045.0,100423.0,404800.0,1438.0,3004.0,199.0,0.0,1138.0,0.0,0.0,88.0,973.0,New York City,New York-Newark-Jersey City +34017018701,"Census Tract 187.01, Hudson County, New Jersey",2584,965.0,114625.0,805800.0,835.0,1918.0,157.0,6.0,230.0,1.0,0.0,108.0,164.0,New York City,New York-Newark-Jersey City +34017015002,"Census Tract 150.02, Hudson County, New Jersey",6193,4379.0,45431.0,346600.0,846.0,1263.0,127.0,48.0,65.0,0.0,70.0,10.0,4658.0,New York City,New York-Newark-Jersey City +34017014502,"Census Tract 145.02, Hudson County, New Jersey",3283,2536.0,16332.0,289600.0,357.0,604.0,0.0,9.0,35.0,0.0,19.0,0.0,2625.0,New York City,New York-Newark-Jersey City +34017014501,"Census Tract 145.01, Hudson County, New Jersey",6703,4308.0,46765.0,269900.0,764.0,1094.0,2.0,0.0,289.0,0.0,25.0,18.0,5275.0,New York City,New York-Newark-Jersey City +34017014102,"Census Tract 141.02, Hudson County, New Jersey",5148,4271.0,61290.0,303500.0,1438.0,1197.0,215.0,42.0,193.0,0.0,16.0,106.0,3379.0,New York City,New York-Newark-Jersey City +34017007500,"Census Tract 75, Hudson County, New Jersey",5937,4728.0,94149.0,538700.0,3370.0,2147.0,395.0,0.0,2115.0,54.0,24.0,105.0,1097.0,New York City,New York-Newark-Jersey City +34017016200,"Census Tract 162, Hudson County, New Jersey",4585,3197.0,35707.0,331100.0,354.0,414.0,40.0,0.0,46.0,0.0,0.0,23.0,4062.0,New York City,New York-Newark-Jersey City +34017016400,"Census Tract 164, Hudson County, New Jersey",3817,2705.0,36048.0,257800.0,465.0,444.0,12.0,0.0,35.0,0.0,0.0,0.0,3326.0,New York City,New York-Newark-Jersey City +34017017900,"Census Tract 179, Hudson County, New Jersey",2561,2102.0,148684.0,1024300.0,1764.0,1522.0,58.0,0.0,593.0,0.0,0.0,49.0,339.0,New York City,New York-Newark-Jersey City +34017018100,"Census Tract 181, Hudson County, New Jersey",3020,2329.0,62313.0,593300.0,1085.0,988.0,111.0,0.0,247.0,0.0,0.0,107.0,1567.0,New York City,New York-Newark-Jersey City +34017019200,"Census Tract 192, Hudson County, New Jersey",4141,3429.0,195433.0,618300.0,3130.0,3054.0,24.0,0.0,788.0,0.0,0.0,173.0,102.0,New York City,New York-Newark-Jersey City +34017016000,"Census Tract 160, Hudson County, New Jersey",3326,2397.0,51514.0,264300.0,511.0,224.0,68.0,35.0,134.0,0.0,19.0,0.0,2881.0,New York City,New York-Newark-Jersey City +34017014900,"Census Tract 149, Hudson County, New Jersey",3551,2341.0,66944.0,294800.0,549.0,455.0,23.0,0.0,635.0,0.0,0.0,8.0,2430.0,New York City,New York-Newark-Jersey City +34017015300,"Census Tract 153, Hudson County, New Jersey",4290,2912.0,41757.0,307400.0,516.0,292.0,76.0,39.0,151.0,0.0,0.0,26.0,3706.0,New York City,New York-Newark-Jersey City +34017017400,"Census Tract 174, Hudson County, New Jersey",2855,1910.0,39500.0,305100.0,317.0,305.0,53.0,5.0,10.0,0.0,25.0,57.0,2405.0,New York City,New York-Newark-Jersey City +34017018600,"Census Tract 186, Hudson County, New Jersey",2628,2072.0,118393.0,622800.0,1507.0,1877.0,0.0,0.0,200.0,0.0,0.0,73.0,478.0,New York City,New York-Newark-Jersey City +34017018900,"Census Tract 189, Hudson County, New Jersey",3824,3087.0,116683.0,615600.0,2282.0,2848.0,0.0,0.0,381.0,0.0,0.0,119.0,476.0,New York City,New York-Newark-Jersey City +34017006200,"Census Tract 62, Hudson County, New Jersey",3683,2419.0,48043.0,262200.0,395.0,382.0,1018.0,56.0,403.0,0.0,82.0,134.0,1608.0,New York City,New York-Newark-Jersey City +34017006300,"Census Tract 63, Hudson County, New Jersey",4543,3202.0,34833.0,232300.0,515.0,365.0,1428.0,195.0,273.0,0.0,35.0,27.0,2378.0,New York City,New York-Newark-Jersey City +34017010500,"Census Tract 105, Hudson County, New Jersey",5350,4217.0,71846.0,345300.0,1759.0,2896.0,425.0,7.0,602.0,0.0,0.0,36.0,1384.0,New York City,New York-Newark-Jersey City +34017015600,"Census Tract 156, Hudson County, New Jersey",4633,3243.0,41432.0,277500.0,562.0,310.0,39.0,0.0,112.0,0.0,12.0,20.0,4140.0,New York City,New York-Newark-Jersey City +34017018500,"Census Tract 185, Hudson County, New Jersey",6660,5048.0,128131.0,620000.0,4203.0,5046.0,125.0,0.0,539.0,0.0,0.0,36.0,914.0,New York City,New York-Newark-Jersey City +34017014200,"Census Tract 142, Hudson County, New Jersey",6379,4242.0,55349.0,368500.0,1201.0,577.0,144.0,0.0,550.0,0.0,0.0,82.0,5026.0,New York City,New York-Newark-Jersey City +34017014700,"Census Tract 147, Hudson County, New Jersey",5759,3765.0,64583.0,288700.0,808.0,758.0,52.0,10.0,328.0,0.0,0.0,27.0,4584.0,New York City,New York-Newark-Jersey City +34017004300,"Census Tract 43, Hudson County, New Jersey",2324,1726.0,61979.0,323600.0,525.0,389.0,1080.0,17.0,90.0,0.0,5.0,99.0,661.0,New York City,New York-Newark-Jersey City +34017000700,"Census Tract 7, Hudson County, New Jersey",3280,2262.0,63325.0,318800.0,966.0,911.0,122.0,0.0,687.0,0.0,24.0,44.0,1492.0,New York City,New York-Newark-Jersey City +34017001900,"Census Tract 19, Hudson County, New Jersey",1383,1082.0,56597.0,368600.0,639.0,229.0,121.0,11.0,970.0,0.0,0.0,11.0,41.0,New York City,New York-Newark-Jersey City +34017003100,"Census Tract 31, Hudson County, New Jersey",4983,3690.0,55385.0,343100.0,1859.0,1308.0,664.0,16.0,1556.0,0.0,17.0,96.0,1342.0,New York City,New York-Newark-Jersey City +34017004400,"Census Tract 44, Hudson County, New Jersey",2557,1606.0,16600.0,277300.0,305.0,29.0,2018.0,0.0,91.0,0.0,16.0,28.0,375.0,New York City,New York-Newark-Jersey City +34017005400,"Census Tract 54, Hudson County, New Jersey",7260,4740.0,80223.0,342800.0,2538.0,558.0,2494.0,0.0,3033.0,0.0,0.0,177.0,998.0,New York City,New York-Newark-Jersey City +34017011400,"Census Tract 114, Hudson County, New Jersey",3677,2661.0,78553.0,326400.0,821.0,2088.0,155.0,0.0,431.0,0.0,0.0,71.0,932.0,New York City,New York-Newark-Jersey City +34017012400,"Census Tract 124, Hudson County, New Jersey",3065,2357.0,92051.0,355100.0,915.0,2051.0,1.0,0.0,263.0,0.0,9.0,38.0,703.0,New York City,New York-Newark-Jersey City +34017012700,"Census Tract 127, Hudson County, New Jersey",6237,4580.0,67446.0,285500.0,692.0,2594.0,781.0,16.0,141.0,0.0,0.0,48.0,2673.0,New York City,New York-Newark-Jersey City +34017013300,"Census Tract 133, Hudson County, New Jersey",3099,2283.0,57018.0,310500.0,537.0,1252.0,164.0,21.0,51.0,0.0,74.0,104.0,1454.0,New York City,New York-Newark-Jersey City +34017010800,"Census Tract 108, Hudson County, New Jersey",3374,2241.0,60057.0,331800.0,475.0,1687.0,117.0,26.0,126.0,173.0,7.0,90.0,1174.0,New York City,New York-Newark-Jersey City +34017012300,"Census Tract 123, Hudson County, New Jersey",2580,1889.0,75962.0,311900.0,548.0,1107.0,87.0,32.0,123.0,0.0,3.0,36.0,1224.0,New York City,New York-Newark-Jersey City +34017014400,"Census Tract 144, Hudson County, New Jersey",7907,5591.0,66437.0,317000.0,1312.0,1301.0,306.0,0.0,309.0,0.0,94.0,0.0,5897.0,New York City,New York-Newark-Jersey City +34017013400,"Census Tract 134, Hudson County, New Jersey",2725,1897.0,59313.0,300000.0,356.0,484.0,0.0,0.0,187.0,0.0,11.0,5.0,2038.0,New York City,New York-Newark-Jersey City +34017013800,"Census Tract 138, Hudson County, New Jersey",2661,2020.0,80347.0,331200.0,1164.0,706.0,22.0,0.0,1164.0,0.0,19.0,18.0,732.0,New York City,New York-Newark-Jersey City +34017015500,"Census Tract 155, Hudson County, New Jersey",5702,3972.0,49226.0,276100.0,454.0,480.0,117.0,0.0,67.0,0.0,0.0,83.0,4955.0,New York City,New York-Newark-Jersey City +34017015900,"Census Tract 159, Hudson County, New Jersey",6051,3896.0,39114.0,265600.0,382.0,614.0,14.0,42.0,55.0,22.0,0.0,31.0,5315.0,New York City,New York-Newark-Jersey City +34017016300,"Census Tract 163, Hudson County, New Jersey",4992,3690.0,46483.0,299200.0,667.0,405.0,110.0,0.0,276.0,0.0,10.0,9.0,4182.0,New York City,New York-Newark-Jersey City +34017016600,"Census Tract 166, Hudson County, New Jersey",4416,2920.0,41477.0,287600.0,509.0,518.0,182.0,0.0,184.0,0.0,0.0,17.0,3515.0,New York City,New York-Newark-Jersey City +34017017200,"Census Tract 172, Hudson County, New Jersey",3491,2381.0,45208.0,276100.0,543.0,468.0,78.0,52.0,37.0,0.0,0.0,0.0,2896.0,New York City,New York-Newark-Jersey City +34017018800,"Census Tract 188, Hudson County, New Jersey",3326,2793.0,112341.0,564900.0,2355.0,2678.0,20.0,0.0,320.0,0.0,0.0,30.0,278.0,New York City,New York-Newark-Jersey City +34017019000,"Census Tract 190, Hudson County, New Jersey",5184,3524.0,54700.0,542700.0,1824.0,1943.0,424.0,0.0,255.0,0.0,0.0,41.0,2521.0,New York City,New York-Newark-Jersey City +34017000400,"Census Tract 4, Hudson County, New Jersey",3754,2560.0,55613.0,344000.0,1089.0,628.0,267.0,12.0,1508.0,0.0,23.0,95.0,1233.0,New York City,New York-Newark-Jersey City +34017001100,"Census Tract 11, Hudson County, New Jersey",5354,3745.0,66397.0,288500.0,1441.0,1381.0,242.0,0.0,1109.0,0.0,12.0,113.0,2497.0,New York City,New York-Newark-Jersey City +34017001202,"Census Tract 12.02, Hudson County, New Jersey",1608,1115.0,50038.0,301800.0,382.0,108.0,227.0,0.0,554.0,0.0,0.0,141.0,578.0,New York City,New York-Newark-Jersey City +34017002300,"Census Tract 23, Hudson County, New Jersey",2350,1997.0,115127.0,574000.0,1390.0,1147.0,64.0,0.0,537.0,0.0,0.0,92.0,510.0,New York City,New York-Newark-Jersey City +34017002400,"Census Tract 24, Hudson County, New Jersey",2586,2091.0,117273.0,573600.0,1609.0,1538.0,196.0,0.0,315.0,0.0,9.0,122.0,406.0,New York City,New York-Newark-Jersey City +34017003500,"Census Tract 35, Hudson County, New Jersey",2090,1657.0,79464.0,550400.0,1101.0,1070.0,148.0,5.0,171.0,0.0,11.0,35.0,655.0,New York City,New York-Newark-Jersey City +34017004102,"Census Tract 41.02, Hudson County, New Jersey",3356,2357.0,37222.0,319300.0,557.0,511.0,1614.0,8.0,196.0,0.0,0.0,46.0,989.0,New York City,New York-Newark-Jersey City +34017005802,"Census Tract 58.02, Hudson County, New Jersey",1618,1236.0,140658.0,511200.0,1022.0,954.0,29.0,0.0,358.0,0.0,17.0,28.0,232.0,New York City,New York-Newark-Jersey City +34017005500,"Census Tract 55, Hudson County, New Jersey",2835,1720.0,43750.0,200900.0,269.0,35.0,2091.0,0.0,59.0,0.0,13.0,0.0,637.0,New York City,New York-Newark-Jersey City +34017005801,"Census Tract 58.01, Hudson County, New Jersey",5940,3424.0,34782.0,260300.0,272.0,112.0,3980.0,0.0,62.0,0.0,0.0,26.0,1760.0,New York City,New York-Newark-Jersey City +34017006100,"Census Tract 61, Hudson County, New Jersey",7245,4620.0,49596.0,287500.0,1212.0,1383.0,2052.0,98.0,1204.0,0.0,277.0,297.0,1934.0,New York City,New York-Newark-Jersey City +34017010100,"Census Tract 101, Hudson County, New Jersey",6633,4362.0,51389.0,302700.0,1594.0,3138.0,917.0,0.0,543.0,0.0,0.0,125.0,1910.0,New York City,New York-Newark-Jersey City +34017010300,"Census Tract 103, Hudson County, New Jersey",3378,2073.0,53329.0,278000.0,643.0,1259.0,757.0,0.0,235.0,0.0,0.0,254.0,873.0,New York City,New York-Newark-Jersey City +34017012900,"Census Tract 129, Hudson County, New Jersey",4034,2709.0,59107.0,330500.0,600.0,1449.0,46.0,14.0,60.0,0.0,8.0,23.0,2448.0,New York City,New York-Newark-Jersey City +34017013200,"Census Tract 132, Hudson County, New Jersey",4500,2999.0,56229.0,314900.0,615.0,1622.0,48.0,0.0,243.0,0.0,33.0,203.0,2351.0,New York City,New York-Newark-Jersey City +34017014800,"Census Tract 148, Hudson County, New Jersey",5856,4008.0,44289.0,240200.0,903.0,1077.0,274.0,0.0,391.0,0.0,0.0,66.0,4048.0,New York City,New York-Newark-Jersey City +34017001400,"Census Tract 14, Hudson County, New Jersey",4453,3091.0,62775.0,360600.0,1078.0,507.0,418.0,0.0,1131.0,24.0,16.0,122.0,2235.0,New York City,New York-Newark-Jersey City +34017002200,"Census Tract 22, Hudson County, New Jersey",1749,1443.0,85375.0,640800.0,970.0,975.0,43.0,23.0,283.0,0.0,0.0,21.0,427.0,New York City,New York-Newark-Jersey City +34017000200,"Census Tract 2, Hudson County, New Jersey",5677,3865.0,47834.0,323400.0,1434.0,878.0,385.0,117.0,1057.0,0.0,0.0,100.0,3257.0,New York City,New York-Newark-Jersey City +34017000600,"Census Tract 6, Hudson County, New Jersey",5319,3897.0,61493.0,287300.0,1409.0,2030.0,469.0,25.0,930.0,0.0,71.0,68.0,1726.0,New York City,New York-Newark-Jersey City +34017001300,"Census Tract 13, Hudson County, New Jersey",2661,1902.0,61838.0,329500.0,662.0,856.0,189.0,0.0,378.0,0.0,45.0,51.0,1142.0,New York City,New York-Newark-Jersey City +34017002800,"Census Tract 28, Hudson County, New Jersey",6305,4445.0,56875.0,293900.0,1718.0,2045.0,1310.0,0.0,1137.0,38.0,0.0,88.0,1687.0,New York City,New York-Newark-Jersey City +34017004200,"Census Tract 42, Hudson County, New Jersey",5435,3257.0,40938.0,294100.0,897.0,419.0,2414.0,0.0,524.0,0.0,83.0,32.0,1963.0,New York City,New York-Newark-Jersey City +34017004700,"Census Tract 47, Hudson County, New Jersey",2770,1920.0,55399.0,280700.0,736.0,616.0,651.0,0.0,167.0,0.0,0.0,29.0,1307.0,New York City,New York-Newark-Jersey City +34017000100,"Census Tract 1, Hudson County, New Jersey",6836,4488.0,63620.0,327300.0,1424.0,1024.0,56.0,14.0,1825.0,0.0,0.0,192.0,3739.0,New York City,New York-Newark-Jersey City +34017000500,"Census Tract 5, Hudson County, New Jersey",4583,2903.0,57721.0,393500.0,994.0,919.0,380.0,15.0,998.0,0.0,4.0,115.0,2167.0,New York City,New York-Newark-Jersey City +34017002900,"Census Tract 29, Hudson County, New Jersey",3890,2682.0,55069.0,280100.0,1580.0,1350.0,461.0,5.0,1074.0,0.0,0.0,5.0,995.0,New York City,New York-Newark-Jersey City +34017004000,"Census Tract 40, Hudson County, New Jersey",5802,4178.0,67500.0,263800.0,1316.0,474.0,1443.0,0.0,1875.0,0.0,334.0,74.0,1602.0,New York City,New York-Newark-Jersey City +34017006000,"Census Tract 60, Hudson County, New Jersey",4577,2756.0,43075.0,273100.0,432.0,71.0,3006.0,0.0,231.0,0.0,78.0,30.0,1161.0,New York City,New York-Newark-Jersey City +34017010600,"Census Tract 106, Hudson County, New Jersey",6845,4811.0,46187.0,294000.0,1648.0,3044.0,675.0,0.0,864.0,32.0,13.0,69.0,2148.0,New York City,New York-Newark-Jersey City +34017005200,"Census Tract 52, Hudson County, New Jersey",4691,2669.0,33989.0,249800.0,796.0,861.0,2724.0,5.0,507.0,0.0,0.0,44.0,550.0,New York City,New York-Newark-Jersey City +34017004600,"Census Tract 46, Hudson County, New Jersey",2411,1500.0,32634.0,286700.0,276.0,143.0,748.0,7.0,20.0,0.0,7.0,70.0,1423.0,New York City,New York-Newark-Jersey City +34017004800,"Census Tract 48, Hudson County, New Jersey",4033,2829.0,53281.0,295500.0,1021.0,749.0,990.0,45.0,1409.0,0.0,52.0,62.0,726.0,New York City,New York-Newark-Jersey City +34017004900,"Census Tract 49, Hudson County, New Jersey",3870,2629.0,52031.0,297200.0,754.0,289.0,1816.0,0.0,698.0,0.0,24.0,0.0,1043.0,New York City,New York-Newark-Jersey City +34017011000,"Census Tract 110, Hudson County, New Jersey",2193,1454.0,50466.0,281700.0,416.0,859.0,217.0,0.0,369.0,0.0,0.0,0.0,748.0,New York City,New York-Newark-Jersey City +34017012800,"Census Tract 128, Hudson County, New Jersey",4358,2833.0,53664.0,304400.0,595.0,1575.0,22.0,0.0,240.0,0.0,152.0,95.0,2274.0,New York City,New York-Newark-Jersey City +34017013600,"Census Tract 136, Hudson County, New Jersey",2296,1694.0,52278.0,351900.0,637.0,709.0,71.0,0.0,425.0,0.0,6.0,0.0,1085.0,New York City,New York-Newark-Jersey City +34017013700,"Census Tract 137, Hudson County, New Jersey",2635,1801.0,62708.0,267800.0,547.0,485.0,48.0,31.0,365.0,0.0,0.0,21.0,1716.0,New York City,New York-Newark-Jersey City +34017014300,"Census Tract 143, Hudson County, New Jersey",5494,3870.0,67875.0,354800.0,970.0,955.0,49.0,9.0,119.0,0.0,24.0,62.0,4285.0,New York City,New York-Newark-Jersey City +34017016900,"Census Tract 169, Hudson County, New Jersey",3699,2381.0,32151.0,292700.0,297.0,725.0,11.0,0.0,83.0,0.0,0.0,0.0,2880.0,New York City,New York-Newark-Jersey City +34017017300,"Census Tract 173, Hudson County, New Jersey",2647,1847.0,58380.0,259300.0,574.0,572.0,23.0,0.0,194.0,0.0,8.0,118.0,1732.0,New York City,New York-Newark-Jersey City +34017017600,"Census Tract 176, Hudson County, New Jersey",3570,2307.0,42340.0,284800.0,238.0,372.0,108.0,9.0,119.0,0.0,9.0,0.0,2962.0,New York City,New York-Newark-Jersey City +34017017700,"Census Tract 177, Hudson County, New Jersey",1911,1323.0,41548.0,288200.0,400.0,266.0,48.0,0.0,116.0,0.0,0.0,20.0,1461.0,New York City,New York-Newark-Jersey City +34017019300,"Census Tract 193, Hudson County, New Jersey",3030,2647.0,105203.0,552500.0,1908.0,2275.0,14.0,0.0,223.0,0.0,0.0,45.0,473.0,New York City,New York-Newark-Jersey City +34017018200,"Census Tract 182, Hudson County, New Jersey",4330,3345.0,71325.0,489300.0,1764.0,2450.0,43.0,64.0,260.0,0.0,0.0,68.0,1509.0,New York City,New York-Newark-Jersey City +34017018400,"Census Tract 184, Hudson County, New Jersey",5469,4144.0,134138.0,647700.0,3057.0,4000.0,69.0,0.0,262.0,0.0,16.0,82.0,1040.0,New York City,New York-Newark-Jersey City +34017032400,"Census Tract 324, Hudson County, New Jersey",6786,4682.0,40026.0,335300.0,732.0,653.0,1.0,0.0,98.0,0.0,25.0,111.0,5898.0,New York City,New York-Newark-Jersey City +34017000300,"Census Tract 3, Hudson County, New Jersey",4685,3070.0,53472.0,379900.0,929.0,854.0,259.0,0.0,723.0,0.0,25.0,0.0,2824.0,New York City,New York-Newark-Jersey City +34017000800,"Census Tract 8, Hudson County, New Jersey",3943,2865.0,64189.0,383600.0,1204.0,1364.0,165.0,31.0,519.0,0.0,0.0,42.0,1853.0,New York City,New York-Newark-Jersey City +34017001000,"Census Tract 10, Hudson County, New Jersey",2111,1591.0,65242.0,359600.0,846.0,460.0,64.0,14.0,1006.0,0.0,30.0,0.0,537.0,New York City,New York-Newark-Jersey City +34017001800,"Census Tract 18, Hudson County, New Jersey",4227,2999.0,26947.0,315900.0,1454.0,1123.0,240.0,0.0,1766.0,0.0,0.0,85.0,1013.0,New York City,New York-Newark-Jersey City +34017002000,"Census Tract 20, Hudson County, New Jersey",3632,2925.0,48750.0,359500.0,1741.0,1019.0,258.0,20.0,1489.0,0.0,47.0,38.0,771.0,New York City,New York-Newark-Jersey City +34017003000,"Census Tract 30, Hudson County, New Jersey",3025,2156.0,40156.0,343000.0,721.0,670.0,427.0,11.0,683.0,0.0,21.0,48.0,1165.0,New York City,New York-Newark-Jersey City +34017017800,"Census Tract 178, Hudson County, New Jersey",6188,4080.0,44022.0,308300.0,1468.0,961.0,0.0,226.0,475.0,0.0,0.0,89.0,4663.0,New York City,New York-Newark-Jersey City +34017019100,"Census Tract 191, Hudson County, New Jersey",3504,2990.0,122446.0,605600.0,2446.0,2512.0,32.0,0.0,309.0,0.0,25.0,65.0,561.0,New York City,New York-Newark-Jersey City +34017012500,"Census Tract 125, Hudson County, New Jersey",4354,3035.0,100729.0,330600.0,1094.0,2388.0,223.0,28.0,399.0,0.0,9.0,130.0,1177.0,New York City,New York-Newark-Jersey City +34017005900,"Census Tract 59, Hudson County, New Jersey",7728,5930.0,55733.0,280500.0,2113.0,1184.0,1189.0,17.0,3655.0,0.0,132.0,179.0,1389.0,New York City,New York-Newark-Jersey City +34017011300,"Census Tract 113, Hudson County, New Jersey",2661,1966.0,47102.0,255300.0,492.0,966.0,343.0,0.0,95.0,0.0,0.0,32.0,1225.0,New York City,New York-Newark-Jersey City +34017013500,"Census Tract 135, Hudson County, New Jersey",5199,3459.0,49900.0,309000.0,1009.0,1634.0,13.0,0.0,888.0,0.0,10.0,51.0,2603.0,New York City,New York-Newark-Jersey City +34017014000,"Census Tract 140, Hudson County, New Jersey",5233,3651.0,58231.0,368400.0,1002.0,663.0,86.0,0.0,265.0,0.0,0.0,0.0,4219.0,New York City,New York-Newark-Jersey City +34017014600,"Census Tract 146, Hudson County, New Jersey",4337,2764.0,69627.0,334200.0,435.0,560.0,129.0,0.0,199.0,0.0,41.0,16.0,3392.0,New York City,New York-Newark-Jersey City +34019011001,"Census Tract 110.01, Hunterdon County, New Jersey",7266,3762.0,144848.0,433900.0,2013.0,4246.0,1551.0,35.0,319.0,0.0,0.0,226.0,889.0,New York City,New York-Newark-Jersey City +34019010600,"Census Tract 106, Hunterdon County, New Jersey",6103,4294.0,120019.0,426000.0,1923.0,5868.0,5.0,4.0,129.0,0.0,0.0,31.0,70.0,New York City,New York-Newark-Jersey City +34019010802,"Census Tract 108.02, Hunterdon County, New Jersey",1693,1254.0,87837.0,260900.0,583.0,1535.0,14.0,0.0,12.0,0.0,5.0,11.0,116.0,New York City,New York-Newark-Jersey City +34019010900,"Census Tract 109, Hunterdon County, New Jersey",3565,2544.0,92961.0,249700.0,1234.0,3049.0,73.0,0.0,52.0,0.0,0.0,51.0,340.0,New York City,New York-Newark-Jersey City +34019010400,"Census Tract 104, Hunterdon County, New Jersey",4667,3312.0,121121.0,372100.0,1734.0,4428.0,14.0,0.0,98.0,0.0,0.0,25.0,102.0,New York City,New York-Newark-Jersey City +34019011800,"Census Tract 118, Hunterdon County, New Jersey",2781,2023.0,110000.0,407300.0,969.0,2558.0,33.0,0.0,61.0,0.0,5.0,36.0,88.0,New York City,New York-Newark-Jersey City +34019011002,"Census Tract 110.02, Hunterdon County, New Jersey",5801,4107.0,122989.0,396800.0,2458.0,5027.0,8.0,0.0,349.0,0.0,0.0,36.0,381.0,New York City,New York-Newark-Jersey City +34019011202,"Census Tract 112.02, Hunterdon County, New Jersey",3565,2488.0,99375.0,366400.0,1310.0,3201.0,51.0,0.0,134.0,0.0,0.0,10.0,169.0,New York City,New York-Newark-Jersey City +34019011302,"Census Tract 113.02, Hunterdon County, New Jersey",7519,5090.0,112326.0,427500.0,3090.0,6084.0,372.0,0.0,596.0,0.0,0.0,110.0,357.0,New York City,New York-Newark-Jersey City +34019011304,"Census Tract 113.04, Hunterdon County, New Jersey",3575,2312.0,150781.0,464500.0,1404.0,3246.0,29.0,0.0,114.0,0.0,9.0,18.0,159.0,New York City,New York-Newark-Jersey City +34019010200,"Census Tract 102, Hunterdon County, New Jersey",7411,5427.0,107398.0,343900.0,2737.0,6633.0,33.0,0.0,123.0,0.0,19.0,236.0,367.0,New York City,New York-Newark-Jersey City +34019010100,"Census Tract 101, Hunterdon County, New Jersey",5881,4251.0,161477.0,639500.0,2753.0,5402.0,0.0,0.0,277.0,0.0,0.0,20.0,182.0,New York City,New York-Newark-Jersey City +34019010702,"Census Tract 107.02, Hunterdon County, New Jersey",3234,2293.0,108309.0,462000.0,1222.0,3068.0,0.0,0.0,11.0,17.0,0.0,6.0,132.0,New York City,New York-Newark-Jersey City +34019010801,"Census Tract 108.01, Hunterdon County, New Jersey",2690,1788.0,103125.0,349800.0,970.0,2220.0,15.0,0.0,286.0,0.0,0.0,26.0,143.0,New York City,New York-Newark-Jersey City +34019011400,"Census Tract 114, Hunterdon County, New Jersey",4650,3224.0,60869.0,286800.0,1011.0,2335.0,84.0,0.0,649.0,0.0,0.0,35.0,1547.0,New York City,New York-Newark-Jersey City +34019011700,"Census Tract 117, Hunterdon County, New Jersey",3933,2985.0,107356.0,392800.0,1055.0,3442.0,79.0,13.0,55.0,0.0,0.0,15.0,329.0,New York City,New York-Newark-Jersey City +34019011900,"Census Tract 119, Hunterdon County, New Jersey",3840,3040.0,84231.0,378600.0,1652.0,3569.0,80.0,0.0,64.0,0.0,0.0,23.0,104.0,New York City,New York-Newark-Jersey City +34019010701,"Census Tract 107.01, Hunterdon County, New Jersey",5669,3639.0,108333.0,378200.0,2040.0,4611.0,443.0,0.0,231.0,0.0,1.0,48.0,335.0,New York City,New York-Newark-Jersey City +34019011500,"Census Tract 115, Hunterdon County, New Jersey",5198,3878.0,103979.0,381800.0,1611.0,4914.0,13.0,0.0,87.0,0.0,0.0,81.0,103.0,New York City,New York-Newark-Jersey City +34019010300,"Census Tract 103, Hunterdon County, New Jersey",2873,2164.0,68875.0,216900.0,793.0,2462.0,85.0,0.0,72.0,0.0,0.0,24.0,230.0,New York City,New York-Newark-Jersey City +34019010500,"Census Tract 105, Hunterdon County, New Jersey",5201,3718.0,94766.0,324900.0,1506.0,5066.0,0.0,0.0,0.0,0.0,0.0,0.0,135.0,New York City,New York-Newark-Jersey City +34019011100,"Census Tract 111, Hunterdon County, New Jersey",5147,3905.0,98345.0,387200.0,1665.0,4808.0,0.0,18.0,188.0,0.0,0.0,36.0,97.0,New York City,New York-Newark-Jersey City +34019011201,"Census Tract 112.01, Hunterdon County, New Jersey",7250,5233.0,179228.0,538800.0,3214.0,6376.0,41.0,0.0,338.0,0.0,0.0,74.0,421.0,New York City,New York-Newark-Jersey City +34019011303,"Census Tract 113.03, Hunterdon County, New Jersey",4677,3442.0,84052.0,280100.0,1568.0,4012.0,89.0,0.0,203.0,0.0,0.0,82.0,291.0,New York City,New York-Newark-Jersey City +34019011600,"Census Tract 116, Hunterdon County, New Jersey",5196,3986.0,122610.0,441000.0,1939.0,4772.0,2.0,0.0,12.0,0.0,0.0,71.0,339.0,New York City,New York-Newark-Jersey City +34019011301,"Census Tract 113.01, Hunterdon County, New Jersey",6332,4386.0,144250.0,455700.0,2467.0,5523.0,21.0,0.0,359.0,0.0,0.0,54.0,375.0,New York City,New York-Newark-Jersey City +34023003002,"Census Tract 30.02, Middlesex County, New Jersey",6213,4296.0,100230.0,265200.0,2690.0,1353.0,504.0,0.0,3672.0,0.0,104.0,45.0,535.0,New York City,New York-Newark-Jersey City +34023001901,"Census Tract 19.01, Middlesex County, New Jersey",5077,3998.0,67227.0,330600.0,1784.0,1917.0,643.0,0.0,1517.0,0.0,27.0,127.0,846.0,New York City,New York-Newark-Jersey City +34023003102,"Census Tract 31.02, Middlesex County, New Jersey",5190,3798.0,91231.0,317700.0,1594.0,1772.0,704.0,11.0,1627.0,0.0,6.0,98.0,983.0,New York City,New York-Newark-Jersey City +34023003201,"Census Tract 32.01, Middlesex County, New Jersey",3354,2379.0,85486.0,275900.0,577.0,1840.0,260.0,27.0,495.0,0.0,0.0,0.0,732.0,New York City,New York-Newark-Jersey City +34023003101,"Census Tract 31.01, Middlesex County, New Jersey",2645,1911.0,111042.0,300500.0,743.0,1150.0,239.0,10.0,773.0,0.0,0.0,61.0,412.0,New York City,New York-Newark-Jersey City +34023004400,"Census Tract 44, Middlesex County, New Jersey",4807,2824.0,60839.0,225700.0,391.0,225.0,477.0,0.0,65.0,0.0,0.0,0.0,4040.0,New York City,New York-Newark-Jersey City +34023005200,"Census Tract 52, Middlesex County, New Jersey",5330,1958.0,25506.0,357400.0,222.0,1957.0,385.0,74.0,597.0,0.0,0.0,32.0,2285.0,New York City,New York-Newark-Jersey City +34023005800,"Census Tract 58, Middlesex County, New Jersey",5456,2673.0,32198.0,246200.0,251.0,624.0,519.0,0.0,150.0,0.0,0.0,0.0,4163.0,New York City,New York-Newark-Jersey City +34023006607,"Census Tract 66.07, Middlesex County, New Jersey",2832,1991.0,134602.0,413600.0,1187.0,2044.0,55.0,0.0,411.0,0.0,16.0,52.0,254.0,New York City,New York-Newark-Jersey City +34023006608,"Census Tract 66.08, Middlesex County, New Jersey",3652,2855.0,100568.0,282500.0,1445.0,2217.0,141.0,0.0,1089.0,0.0,4.0,84.0,117.0,New York City,New York-Newark-Jersey City +34023007801,"Census Tract 78.01, Middlesex County, New Jersey",3220,2455.0,65089.0,319400.0,732.0,1940.0,356.0,0.0,475.0,0.0,0.0,21.0,428.0,New York City,New York-Newark-Jersey City +34023001804,"Census Tract 18.04, Middlesex County, New Jersey",3998,3092.0,60773.0,291400.0,1250.0,1703.0,396.0,20.0,1454.0,0.0,0.0,29.0,396.0,New York City,New York-Newark-Jersey City +34023001100,"Census Tract 11, Middlesex County, New Jersey",4514,3152.0,83032.0,404900.0,2490.0,2817.0,265.0,25.0,852.0,0.0,0.0,130.0,450.0,New York City,New York-Newark-Jersey City +34023001413,"Census Tract 14.13, Middlesex County, New Jersey",5497,3969.0,135865.0,478800.0,2461.0,815.0,463.0,0.0,3548.0,0.0,9.0,525.0,137.0,New York City,New York-Newark-Jersey City +34023001600,"Census Tract 16, Middlesex County, New Jersey",5068,3695.0,73625.0,272200.0,1333.0,1973.0,652.0,12.0,1012.0,0.0,0.0,308.0,1123.0,New York City,New York-Newark-Jersey City +34023002200,"Census Tract 22, Middlesex County, New Jersey",3760,2644.0,106926.0,347200.0,1461.0,2940.0,106.0,0.0,404.0,0.0,13.0,70.0,227.0,New York City,New York-Newark-Jersey City +34023002701,"Census Tract 27.01, Middlesex County, New Jersey",5640,3941.0,78628.0,272100.0,1678.0,1679.0,411.0,12.0,2228.0,0.0,39.0,239.0,1032.0,New York City,New York-Newark-Jersey City +34023000200,"Census Tract 2, Middlesex County, New Jersey",5693,3973.0,61528.0,264100.0,738.0,2587.0,689.0,0.0,561.0,0.0,0.0,17.0,1839.0,New York City,New York-Newark-Jersey City +34023000701,"Census Tract 7.01, Middlesex County, New Jersey",3655,2667.0,101786.0,419800.0,1584.0,1120.0,587.0,0.0,1425.0,0.0,0.0,61.0,462.0,New York City,New York-Newark-Jersey City +34023001002,"Census Tract 10.02, Middlesex County, New Jersey",7579,5673.0,88125.0,326200.0,2279.0,2841.0,941.0,0.0,2752.0,0.0,44.0,192.0,809.0,New York City,New York-Newark-Jersey City +34023001414,"Census Tract 14.14, Middlesex County, New Jersey",5668,3790.0,107900.0,386400.0,2774.0,949.0,194.0,31.0,4159.0,0.0,0.0,56.0,279.0,New York City,New York-Newark-Jersey City +34023001504,"Census Tract 15.04, Middlesex County, New Jersey",5947,4197.0,100924.0,385500.0,3018.0,1077.0,488.0,99.0,3821.0,0.0,24.0,99.0,339.0,New York City,New York-Newark-Jersey City +34023002102,"Census Tract 21.02, Middlesex County, New Jersey",3968,2896.0,121174.0,453500.0,1808.0,2982.0,174.0,0.0,464.0,0.0,0.0,61.0,287.0,New York City,New York-Newark-Jersey City +34023002302,"Census Tract 23.02, Middlesex County, New Jersey",3780,2712.0,116979.0,363900.0,1027.0,2659.0,5.0,12.0,572.0,0.0,0.0,103.0,429.0,New York City,New York-Newark-Jersey City +34023002703,"Census Tract 27.03, Middlesex County, New Jersey",5647,4018.0,65049.0,276700.0,934.0,2369.0,838.0,25.0,834.0,0.0,0.0,48.0,1533.0,New York City,New York-Newark-Jersey City +34023003600,"Census Tract 36, Middlesex County, New Jersey",7976,5322.0,60948.0,256200.0,1616.0,1790.0,839.0,0.0,2387.0,0.0,24.0,63.0,2873.0,New York City,New York-Newark-Jersey City +34023003800,"Census Tract 38, Middlesex County, New Jersey",8012,5648.0,79142.0,273500.0,1277.0,2405.0,1372.0,0.0,1407.0,0.0,24.0,66.0,2738.0,New York City,New York-Newark-Jersey City +34023000501,"Census Tract 5.01, Middlesex County, New Jersey",4589,3256.0,69464.0,254000.0,749.0,719.0,1892.0,0.0,441.0,0.0,27.0,260.0,1250.0,New York City,New York-Newark-Jersey City +34023000502,"Census Tract 5.02, Middlesex County, New Jersey",6697,4760.0,79063.0,260100.0,2560.0,971.0,1275.0,0.0,3811.0,0.0,10.0,124.0,506.0,New York City,New York-Newark-Jersey City +34023000702,"Census Tract 7.02, Middlesex County, New Jersey",5221,3890.0,98889.0,327400.0,1811.0,2419.0,1263.0,28.0,981.0,0.0,9.0,124.0,397.0,New York City,New York-Newark-Jersey City +34023001001,"Census Tract 10.01, Middlesex County, New Jersey",2584,1752.0,99250.0,342500.0,836.0,1720.0,221.0,0.0,369.0,0.0,0.0,40.0,234.0,New York City,New York-Newark-Jersey City +34023001415,"Census Tract 14.15, Middlesex County, New Jersey",5355,3742.0,142989.0,562800.0,2407.0,2165.0,68.0,0.0,2483.0,0.0,7.0,99.0,533.0,New York City,New York-Newark-Jersey City +34023000100,"Census Tract 1, Middlesex County, New Jersey",8182,5435.0,92723.0,319000.0,1640.0,5490.0,599.0,0.0,460.0,0.0,0.0,58.0,1575.0,New York City,New York-Newark-Jersey City +34023000401,"Census Tract 4.01, Middlesex County, New Jersey",3472,2453.0,81161.0,290100.0,1073.0,1282.0,765.0,21.0,637.0,0.0,0.0,77.0,711.0,New York City,New York-Newark-Jersey City +34023007806,"Census Tract 78.06, Middlesex County, New Jersey",4310,3154.0,86938.0,361000.0,1059.0,3521.0,165.0,0.0,189.0,0.0,0.0,7.0,428.0,New York City,New York-Newark-Jersey City +34023008207,"Census Tract 82.07, Middlesex County, New Jersey",2634,2588.0,58576.0,290800.0,1134.0,2292.0,74.0,2.0,185.0,0.0,0.0,19.0,62.0,New York City,New York-Newark-Jersey City +34023002402,"Census Tract 24.02, Middlesex County, New Jersey",1633,1179.0,124219.0,439600.0,478.0,1043.0,0.0,0.0,449.0,0.0,0.0,0.0,141.0,New York City,New York-Newark-Jersey City +34023002603,"Census Tract 26.03, Middlesex County, New Jersey",5429,4104.0,90313.0,321100.0,1886.0,1270.0,484.0,0.0,3122.0,0.0,222.0,169.0,162.0,New York City,New York-Newark-Jersey City +34023000300,"Census Tract 3, Middlesex County, New Jersey",7392,4794.0,78447.0,279800.0,1436.0,3951.0,743.0,19.0,424.0,0.0,40.0,81.0,2153.0,New York City,New York-Newark-Jersey City +34023000403,"Census Tract 4.03, Middlesex County, New Jersey",5457,3940.0,109245.0,317600.0,2143.0,1170.0,1087.0,0.0,2369.0,0.0,0.0,149.0,682.0,New York City,New York-Newark-Jersey City +34023000603,"Census Tract 6.03, Middlesex County, New Jersey",2168,1598.0,116125.0,374000.0,915.0,856.0,162.0,8.0,892.0,0.0,0.0,25.0,225.0,New York City,New York-Newark-Jersey City +34023000606,"Census Tract 6.06, Middlesex County, New Jersey",7244,5155.0,92279.0,309000.0,2940.0,1634.0,1361.0,47.0,3587.0,0.0,132.0,42.0,441.0,New York City,New York-Newark-Jersey City +34023000902,"Census Tract 9.02, Middlesex County, New Jersey",4672,3355.0,67481.0,313400.0,884.0,2923.0,470.0,0.0,367.0,0.0,0.0,0.0,912.0,New York City,New York-Newark-Jersey City +34023001200,"Census Tract 12, Middlesex County, New Jersey",5302,3595.0,59244.0,339000.0,1967.0,2785.0,740.0,0.0,753.0,0.0,0.0,102.0,922.0,New York City,New York-Newark-Jersey City +34023001410,"Census Tract 14.10, Middlesex County, New Jersey",4249,3268.0,124881.0,503100.0,2347.0,825.0,133.0,14.0,3178.0,0.0,0.0,0.0,99.0,New York City,New York-Newark-Jersey City +34023001805,"Census Tract 18.05, Middlesex County, New Jersey",5133,3523.0,85489.0,335400.0,1636.0,1697.0,799.0,0.0,1998.0,0.0,0.0,221.0,418.0,New York City,New York-Newark-Jersey City +34023002000,"Census Tract 20, Middlesex County, New Jersey",3878,2844.0,112520.0,360400.0,1597.0,2161.0,342.0,0.0,992.0,0.0,0.0,140.0,243.0,New York City,New York-Newark-Jersey City +34023002301,"Census Tract 23.01, Middlesex County, New Jersey",3821,2760.0,108913.0,352100.0,1020.0,2817.0,353.0,0.0,327.0,0.0,18.0,0.0,306.0,New York City,New York-Newark-Jersey City +34023002401,"Census Tract 24.01, Middlesex County, New Jersey",5341,3776.0,100156.0,331500.0,1356.0,3713.0,416.0,0.0,561.0,0.0,19.0,45.0,587.0,New York City,New York-Newark-Jersey City +34023002605,"Census Tract 26.05, Middlesex County, New Jersey",2697,1905.0,73814.0,347100.0,685.0,1763.0,28.0,0.0,505.0,0.0,27.0,156.0,218.0,New York City,New York-Newark-Jersey City +34023003500,"Census Tract 35, Middlesex County, New Jersey",3424,2388.0,74261.0,258300.0,432.0,1315.0,312.0,0.0,737.0,0.0,0.0,0.0,1060.0,New York City,New York-Newark-Jersey City +34023003700,"Census Tract 37, Middlesex County, New Jersey",3671,2525.0,67813.0,276200.0,743.0,1174.0,384.0,55.0,836.0,0.0,57.0,58.0,1162.0,New York City,New York-Newark-Jersey City +34023000801,"Census Tract 8.01, Middlesex County, New Jersey",3967,2896.0,101818.0,324200.0,908.0,1853.0,761.0,0.0,328.0,0.0,0.0,26.0,999.0,New York City,New York-Newark-Jersey City +34023000802,"Census Tract 8.02, Middlesex County, New Jersey",2807,1940.0,95391.0,327300.0,536.0,1898.0,109.0,0.0,137.0,0.0,17.0,139.0,507.0,New York City,New York-Newark-Jersey City +34023001300,"Census Tract 13, Middlesex County, New Jersey",4434,2951.0,78788.0,357300.0,2178.0,2812.0,345.0,0.0,377.0,0.0,20.0,75.0,805.0,New York City,New York-Newark-Jersey City +34023001803,"Census Tract 18.03, Middlesex County, New Jersey",3099,2297.0,84236.0,300500.0,653.0,1585.0,178.0,0.0,497.0,0.0,72.0,86.0,681.0,New York City,New York-Newark-Jersey City +34023001903,"Census Tract 19.03, Middlesex County, New Jersey",3472,2439.0,87746.0,288500.0,1197.0,1886.0,195.0,0.0,713.0,0.0,6.0,77.0,595.0,New York City,New York-Newark-Jersey City +34023002101,"Census Tract 21.01, Middlesex County, New Jersey",2334,1558.0,138125.0,544800.0,1046.0,1802.0,35.0,0.0,188.0,0.0,8.0,78.0,223.0,New York City,New York-Newark-Jersey City +34023004200,"Census Tract 42, Middlesex County, New Jersey",3138,2066.0,60050.0,254200.0,283.0,627.0,38.0,13.0,0.0,0.0,2.0,0.0,2471.0,New York City,New York-Newark-Jersey City +34023004800,"Census Tract 48, Middlesex County, New Jersey",5889,3693.0,35985.0,229200.0,338.0,458.0,209.0,0.0,59.0,0.0,0.0,19.0,5144.0,New York City,New York-Newark-Jersey City +34023005000,"Census Tract 50, Middlesex County, New Jersey",5023,3154.0,52891.0,282800.0,519.0,386.0,136.0,0.0,59.0,0.0,52.0,0.0,4390.0,New York City,New York-Newark-Jersey City +34023006601,"Census Tract 66.01, Middlesex County, New Jersey",2532,1866.0,120000.0,439500.0,955.0,1839.0,16.0,0.0,498.0,0.0,7.0,0.0,172.0,New York City,New York-Newark-Jersey City +34023003300,"Census Tract 33, Middlesex County, New Jersey",5332,3738.0,62378.0,231600.0,940.0,1602.0,639.0,10.0,196.0,0.0,51.0,77.0,2767.0,New York City,New York-Newark-Jersey City +34023004600,"Census Tract 46, Middlesex County, New Jersey",5376,3220.0,42500.0,258200.0,416.0,271.0,253.0,0.0,60.0,0.0,15.0,28.0,4749.0,New York City,New York-Newark-Jersey City +34023006800,"Census Tract 68, Middlesex County, New Jersey",4963,3288.0,57460.0,263300.0,574.0,3089.0,98.0,17.0,137.0,0.0,0.0,104.0,1518.0,New York City,New York-Newark-Jersey City +34023007000,"Census Tract 70, Middlesex County, New Jersey",7847,5643.0,70890.0,313600.0,1792.0,5448.0,699.0,0.0,489.0,80.0,85.0,209.0,837.0,New York City,New York-Newark-Jersey City +34023007301,"Census Tract 73.01, Middlesex County, New Jersey",3088,2191.0,98393.0,316200.0,523.0,2300.0,161.0,0.0,181.0,0.0,0.0,0.0,446.0,New York City,New York-Newark-Jersey City +34023007402,"Census Tract 74.02, Middlesex County, New Jersey",4596,3475.0,76755.0,256600.0,937.0,3914.0,205.0,0.0,147.0,0.0,51.0,17.0,262.0,New York City,New York-Newark-Jersey City +34023008300,"Census Tract 83, Middlesex County, New Jersey",6038,4071.0,83095.0,267700.0,1290.0,4077.0,200.0,0.0,488.0,15.0,0.0,99.0,1159.0,New York City,New York-Newark-Jersey City +34023008601,"Census Tract 86.01, Middlesex County, New Jersey",5395,3873.0,134281.0,532100.0,2925.0,2603.0,26.0,0.0,2483.0,0.0,0.0,139.0,144.0,New York City,New York-Newark-Jersey City +34023000901,"Census Tract 9.01, Middlesex County, New Jersey",2545,1704.0,112137.0,325200.0,662.0,1718.0,115.0,0.0,123.0,0.0,25.0,37.0,527.0,New York City,New York-Newark-Jersey City +34023006002,"Census Tract 60.02, Middlesex County, New Jersey",7211,2179.0,52512.0,296300.0,880.0,2252.0,1190.0,4.0,1760.0,29.0,0.0,183.0,1793.0,New York City,New York-Newark-Jersey City +34023005602,"Census Tract 56.02, Middlesex County, New Jersey",7928,4092.0,37378.0,262800.0,153.0,590.0,509.0,31.0,56.0,0.0,126.0,197.0,6450.0,New York City,New York-Newark-Jersey City +34023005601,"Census Tract 56.01, Middlesex County, New Jersey",3101,1808.0,38409.0,261000.0,151.0,139.0,283.0,0.0,65.0,0.0,15.0,5.0,2594.0,New York City,New York-Newark-Jersey City +34023006001,"Census Tract 60.01, Middlesex County, New Jersey",2352,1696.0,87750.0,279700.0,644.0,1060.0,569.0,0.0,270.0,0.0,0.0,4.0,449.0,New York City,New York-Newark-Jersey City +34023009100,"Census Tract 91, Middlesex County, New Jersey",3630,2412.0,90625.0,282900.0,778.0,1526.0,400.0,0.0,473.0,0.0,31.0,18.0,1182.0,New York City,New York-Newark-Jersey City +34023009400,"Census Tract 94, Middlesex County, New Jersey",5558,4049.0,88224.0,298400.0,1839.0,3184.0,326.0,0.0,1281.0,0.0,0.0,189.0,578.0,New York City,New York-Newark-Jersey City +34023009300,"Census Tract 93, Middlesex County, New Jersey",5852,3150.0,37125.0,438300.0,1229.0,1671.0,1232.0,49.0,443.0,3.0,0.0,52.0,2402.0,New York City,New York-Newark-Jersey City +34023009200,"Census Tract 92, Middlesex County, New Jersey",4710,3529.0,82260.0,269300.0,1085.0,3064.0,477.0,0.0,477.0,0.0,0.0,21.0,671.0,New York City,New York-Newark-Jersey City +34023009000,"Census Tract 90, Middlesex County, New Jersey",7559,6573.0,61108.0,212300.0,908.0,2238.0,3427.0,0.0,711.0,0.0,13.0,0.0,1170.0,New York City,New York-Newark-Jersey City +34023001506,"Census Tract 15.06, Middlesex County, New Jersey",5779,3950.0,95448.0,318200.0,2802.0,769.0,320.0,0.0,4189.0,0.0,0.0,82.0,419.0,New York City,New York-Newark-Jersey City +34023001505,"Census Tract 15.05, Middlesex County, New Jersey",2291,1569.0,110833.0,288800.0,1093.0,164.0,237.0,3.0,1706.0,0.0,0.0,18.0,163.0,New York City,New York-Newark-Jersey City +34023008900,"Census Tract 89, Middlesex County, New Jersey",4331,3044.0,66354.0,191700.0,1322.0,976.0,842.0,0.0,1545.0,0.0,21.0,29.0,918.0,New York City,New York-Newark-Jersey City +34023008800,"Census Tract 88, Middlesex County, New Jersey",12391,1823.0,117153.0,380100.0,1328.0,4293.0,1611.0,3.0,5223.0,52.0,0.0,158.0,1051.0,New York City,New York-Newark-Jersey City +34023008605,"Census Tract 86.05, Middlesex County, New Jersey",2591,1866.0,96534.0,407300.0,1413.0,696.0,246.0,29.0,1428.0,0.0,6.0,95.0,91.0,New York City,New York-Newark-Jersey City +34023007912,"Census Tract 79.12, Middlesex County, New Jersey",7065,5394.0,104107.0,352400.0,2696.0,4264.0,398.0,0.0,1460.0,0.0,0.0,40.0,903.0,New York City,New York-Newark-Jersey City +34023007911,"Census Tract 79.11, Middlesex County, New Jersey",3748,2494.0,153625.0,487200.0,1454.0,2132.0,327.0,0.0,475.0,0.0,13.0,169.0,632.0,New York City,New York-Newark-Jersey City +34023006203,"Census Tract 62.03, Middlesex County, New Jersey",9455,6582.0,102625.0,352800.0,3539.0,3231.0,2055.0,0.0,3279.0,0.0,0.0,84.0,806.0,New York City,New York-Newark-Jersey City +34023002805,"Census Tract 28.05, Middlesex County, New Jersey",2522,1825.0,95438.0,315600.0,498.0,1709.0,82.0,0.0,168.0,0.0,0.0,38.0,525.0,New York City,New York-Newark-Jersey City +34023004000,"Census Tract 40, Middlesex County, New Jersey",4089,2679.0,56178.0,267200.0,468.0,749.0,333.0,0.0,58.0,0.0,0.0,43.0,2906.0,New York City,New York-Newark-Jersey City +34023004100,"Census Tract 41, Middlesex County, New Jersey",2826,1844.0,73750.0,253100.0,303.0,403.0,110.0,0.0,25.0,0.0,0.0,32.0,2256.0,New York City,New York-Newark-Jersey City +34023001416,"Census Tract 14.16, Middlesex County, New Jersey",9253,7052.0,88485.0,449300.0,4084.0,726.0,196.0,53.0,7582.0,0.0,18.0,427.0,251.0,New York City,New York-Newark-Jersey City +34023001417,"Census Tract 14.17, Middlesex County, New Jersey",2113,1599.0,103500.0,531300.0,899.0,854.0,72.0,9.0,1110.0,0.0,0.0,31.0,37.0,New York City,New York-Newark-Jersey City +34023001701,"Census Tract 17.01, Middlesex County, New Jersey",5076,3815.0,95806.0,300300.0,1272.0,2995.0,237.0,0.0,1107.0,0.0,0.0,93.0,644.0,New York City,New York-Newark-Jersey City +34023001902,"Census Tract 19.02, Middlesex County, New Jersey",2034,1546.0,68512.0,296600.0,616.0,1092.0,107.0,0.0,419.0,0.0,0.0,0.0,416.0,New York City,New York-Newark-Jersey City +34023002500,"Census Tract 25, Middlesex County, New Jersey",7042,5506.0,80553.0,297200.0,2573.0,2021.0,247.0,0.0,4177.0,0.0,0.0,83.0,514.0,New York City,New York-Newark-Jersey City +34023002604,"Census Tract 26.04, Middlesex County, New Jersey",6222,4711.0,98705.0,291000.0,1768.0,2824.0,444.0,21.0,2246.0,0.0,0.0,62.0,625.0,New York City,New York-Newark-Jersey City +34023002901,"Census Tract 29.01, Middlesex County, New Jersey",3510,2380.0,78828.0,269400.0,921.0,1277.0,690.0,0.0,679.0,0.0,0.0,18.0,846.0,New York City,New York-Newark-Jersey City +34023003001,"Census Tract 30.01, Middlesex County, New Jersey",4107,2856.0,75197.0,282400.0,915.0,2442.0,248.0,0.0,296.0,0.0,15.0,67.0,1039.0,New York City,New York-Newark-Jersey City +34023000608,"Census Tract 6.08, Middlesex County, New Jersey",1836,1209.0,84044.0,259400.0,794.0,444.0,349.0,0.0,919.0,0.0,0.0,49.0,75.0,New York City,New York-Newark-Jersey City +34023004900,"Census Tract 49, Middlesex County, New Jersey",4996,3292.0,31964.0,233200.0,453.0,395.0,206.0,25.0,56.0,0.0,17.0,28.0,4294.0,New York City,New York-Newark-Jersey City +34023005700,"Census Tract 57, Middlesex County, New Jersey",5470,3346.0,39000.0,188400.0,596.0,757.0,810.0,0.0,129.0,0.0,0.0,43.0,3731.0,New York City,New York-Newark-Jersey City +34023006605,"Census Tract 66.05, Middlesex County, New Jersey",3820,2746.0,116573.0,499900.0,1704.0,3053.0,20.0,15.0,582.0,0.0,0.0,67.0,83.0,New York City,New York-Newark-Jersey City +34023007102,"Census Tract 71.02, Middlesex County, New Jersey",4767,3485.0,91797.0,312400.0,1038.0,2929.0,405.0,0.0,808.0,0.0,0.0,116.0,509.0,New York City,New York-Newark-Jersey City +34023007202,"Census Tract 72.02, Middlesex County, New Jersey",4761,3556.0,91797.0,290900.0,1218.0,2932.0,288.0,0.0,1106.0,33.0,0.0,51.0,351.0,New York City,New York-Newark-Jersey City +34023007500,"Census Tract 75, Middlesex County, New Jersey",3434,2488.0,81604.0,278200.0,452.0,2590.0,162.0,0.0,163.0,0.0,0.0,29.0,490.0,New York City,New York-Newark-Jersey City +34023008205,"Census Tract 82.05, Middlesex County, New Jersey",3272,3224.0,51250.0,171000.0,1298.0,2902.0,83.0,0.0,187.0,0.0,0.0,16.0,84.0,New York City,New York-Newark-Jersey City +34023008501,"Census Tract 85.01, Middlesex County, New Jersey",5694,3748.0,81681.0,342000.0,2314.0,1498.0,1026.0,0.0,2738.0,0.0,110.0,16.0,306.0,New York City,New York-Newark-Jersey City +34023008502,"Census Tract 85.02, Middlesex County, New Jersey",4949,3462.0,139432.0,501500.0,2246.0,1999.0,198.0,0.0,2301.0,0.0,11.0,148.0,292.0,New York City,New York-Newark-Jersey City +34023008503,"Census Tract 85.03, Middlesex County, New Jersey",9219,5720.0,125052.0,364100.0,3657.0,2591.0,970.0,14.0,4566.0,0.0,0.0,174.0,904.0,New York City,New York-Newark-Jersey City +34023008700,"Census Tract 87, Middlesex County, New Jersey",3844,2703.0,138906.0,673500.0,1777.0,2926.0,222.0,0.0,466.0,0.0,0.0,41.0,189.0,New York City,New York-Newark-Jersey City +34023007703,"Census Tract 77.03, Middlesex County, New Jersey",3280,2240.0,102759.0,323100.0,620.0,2434.0,96.0,0.0,107.0,0.0,0.0,5.0,638.0,New York City,New York-Newark-Jersey City +34023007910,"Census Tract 79.10, Middlesex County, New Jersey",3324,2551.0,61453.0,212700.0,956.0,2544.0,82.0,25.0,436.0,0.0,0.0,93.0,144.0,New York City,New York-Newark-Jersey City +34023008101,"Census Tract 81.01, Middlesex County, New Jersey",4424,3531.0,61705.0,262700.0,713.0,3630.0,90.0,15.0,95.0,0.0,0.0,63.0,531.0,New York City,New York-Newark-Jersey City +34023006604,"Census Tract 66.04, Middlesex County, New Jersey",6802,4908.0,84750.0,329100.0,2845.0,3334.0,498.0,0.0,2429.0,0.0,39.0,85.0,417.0,New York City,New York-Newark-Jersey City +34023006606,"Census Tract 66.06, Middlesex County, New Jersey",3015,2076.0,159926.0,480600.0,1558.0,2179.0,29.0,11.0,681.0,0.0,14.0,31.0,81.0,New York City,New York-Newark-Jersey City +34023007101,"Census Tract 71.01, Middlesex County, New Jersey",3768,2714.0,82865.0,326200.0,750.0,2432.0,317.0,0.0,434.0,0.0,6.0,0.0,579.0,New York City,New York-Newark-Jersey City +34023007704,"Census Tract 77.04, Middlesex County, New Jersey",2730,1909.0,98800.0,317100.0,658.0,2006.0,170.0,0.0,173.0,0.0,0.0,24.0,357.0,New York City,New York-Newark-Jersey City +34023007804,"Census Tract 78.04, Middlesex County, New Jersey",5338,3921.0,86172.0,337600.0,1365.0,3639.0,301.0,0.0,764.0,0.0,18.0,100.0,516.0,New York City,New York-Newark-Jersey City +34023007906,"Census Tract 79.06, Middlesex County, New Jersey",1649,1076.0,64861.0,355800.0,312.0,929.0,220.0,0.0,129.0,0.0,5.0,6.0,360.0,New York City,New York-Newark-Jersey City +34023007909,"Census Tract 79.09, Middlesex County, New Jersey",4311,3032.0,135720.0,377200.0,1633.0,3221.0,52.0,10.0,574.0,0.0,0.0,39.0,425.0,New York City,New York-Newark-Jersey City +34023008405,"Census Tract 84.05, Middlesex County, New Jersey",5058,3347.0,151964.0,479900.0,2028.0,2179.0,289.0,0.0,2188.0,0.0,12.0,41.0,349.0,New York City,New York-Newark-Jersey City +34023006206,"Census Tract 62.06, Middlesex County, New Jersey",1748,1219.0,125938.0,424700.0,750.0,1212.0,84.0,0.0,364.0,0.0,0.0,21.0,67.0,New York City,New York-Newark-Jersey City +34023006300,"Census Tract 63, Middlesex County, New Jersey",7069,5028.0,99704.0,335900.0,1788.0,5419.0,372.0,0.0,277.0,0.0,0.0,87.0,914.0,New York City,New York-Newark-Jersey City +34023006701,"Census Tract 67.01, Middlesex County, New Jersey",3974,2870.0,103017.0,347300.0,1178.0,2638.0,158.0,0.0,753.0,0.0,0.0,44.0,381.0,New York City,New York-Newark-Jersey City +34023007805,"Census Tract 78.05, Middlesex County, New Jersey",4884,3395.0,123397.0,345000.0,1344.0,3566.0,99.0,14.0,428.0,0.0,0.0,204.0,587.0,New York City,New York-Newark-Jersey City +34023008202,"Census Tract 82.02, Middlesex County, New Jersey",13167,9566.0,138116.0,517100.0,5545.0,8518.0,457.0,0.0,3603.0,0.0,60.0,140.0,389.0,New York City,New York-Newark-Jersey City +34023008209,"Census Tract 82.09, Middlesex County, New Jersey",3494,2469.0,101302.0,349000.0,897.0,2804.0,66.0,0.0,427.0,0.0,0.0,84.0,113.0,New York City,New York-Newark-Jersey City +34023008504,"Census Tract 85.04, Middlesex County, New Jersey",6905,4934.0,94261.0,421500.0,3067.0,3422.0,383.0,0.0,2786.0,0.0,0.0,92.0,222.0,New York City,New York-Newark-Jersey City +34023000404,"Census Tract 4.04, Middlesex County, New Jersey",4965,3599.0,70518.0,276300.0,1465.0,1788.0,674.0,0.0,1636.0,0.0,0.0,123.0,744.0,New York City,New York-Newark-Jersey City +34023007600,"Census Tract 76, Middlesex County, New Jersey",5377,4113.0,58703.0,279800.0,1367.0,4273.0,200.0,0.0,152.0,0.0,0.0,31.0,721.0,New York City,New York-Newark-Jersey City +34023007905,"Census Tract 79.05, Middlesex County, New Jersey",2330,1736.0,91750.0,279600.0,485.0,1562.0,91.0,0.0,263.0,0.0,15.0,76.0,323.0,New York City,New York-Newark-Jersey City +34023008103,"Census Tract 81.03, Middlesex County, New Jersey",2321,1729.0,79702.0,262000.0,531.0,1796.0,116.0,6.0,121.0,0.0,0.0,26.0,262.0,New York City,New York-Newark-Jersey City +34023008204,"Census Tract 82.04, Middlesex County, New Jersey",4540,4300.0,56964.0,178600.0,1479.0,3423.0,205.0,61.0,626.0,0.0,0.0,0.0,225.0,New York City,New York-Newark-Jersey City +34023008403,"Census Tract 84.03, Middlesex County, New Jersey",7762,5230.0,127411.0,452800.0,3383.0,2964.0,992.0,71.0,3049.0,0.0,0.0,246.0,440.0,New York City,New York-Newark-Jersey City +34023008406,"Census Tract 84.06, Middlesex County, New Jersey",2097,1473.0,128750.0,430900.0,895.0,1141.0,70.0,18.0,657.0,0.0,43.0,12.0,174.0,New York City,New York-Newark-Jersey City +34023008602,"Census Tract 86.02, Middlesex County, New Jersey",5526,3790.0,105703.0,563700.0,3227.0,1642.0,397.0,179.0,2922.0,0.0,172.0,86.0,150.0,New York City,New York-Newark-Jersey City +34023008604,"Census Tract 86.04, Middlesex County, New Jersey",5826,3983.0,94327.0,398900.0,3045.0,1840.0,155.0,7.0,3625.0,0.0,15.0,39.0,145.0,New York City,New York-Newark-Jersey City +34023006207,"Census Tract 62.07, Middlesex County, New Jersey",6748,4510.0,65684.0,282500.0,1943.0,2299.0,2145.0,31.0,1143.0,0.0,0.0,95.0,1066.0,New York City,New York-Newark-Jersey City +34023006500,"Census Tract 65, Middlesex County, New Jersey",7320,5107.0,114063.0,379000.0,2717.0,4595.0,239.0,0.0,1813.0,0.0,0.0,57.0,616.0,New York City,New York-Newark-Jersey City +34023004300,"Census Tract 43, Middlesex County, New Jersey",3940,2508.0,61250.0,226300.0,210.0,465.0,187.0,0.0,8.0,0.0,6.0,0.0,3274.0,New York City,New York-Newark-Jersey City +34023005300,"Census Tract 53, Middlesex County, New Jersey",3952,1821.0,45385.0,246200.0,138.0,382.0,283.0,61.0,319.0,0.0,0.0,8.0,2899.0,New York City,New York-Newark-Jersey City +34023005500,"Census Tract 55, Middlesex County, New Jersey",4081,2247.0,25676.0,143500.0,237.0,181.0,1023.0,0.0,118.0,0.0,0.0,106.0,2653.0,New York City,New York-Newark-Jersey City +34023004700,"Census Tract 47, Middlesex County, New Jersey",4439,2623.0,64545.0,242500.0,519.0,386.0,286.0,44.0,259.0,0.0,0.0,0.0,3508.0,New York City,New York-Newark-Jersey City +34023005100,"Census Tract 51, Middlesex County, New Jersey",6059,1526.0,53209.0,364600.0,991.0,3316.0,460.0,0.0,1558.0,4.0,6.0,39.0,676.0,New York City,New York-Newark-Jersey City +34023006101,"Census Tract 61.01, Middlesex County, New Jersey",6418,3231.0,53708.0,253100.0,678.0,2054.0,644.0,88.0,616.0,2.0,0.0,32.0,3033.0,New York City,New York-Newark-Jersey City +34023006104,"Census Tract 61.04, Middlesex County, New Jersey",4210,3012.0,99583.0,362400.0,1368.0,1654.0,625.0,0.0,1087.0,10.0,10.0,81.0,743.0,New York City,New York-Newark-Jersey City +34023006403,"Census Tract 64.03, Middlesex County, New Jersey",2902,2016.0,114375.0,419100.0,1104.0,1412.0,222.0,0.0,993.0,0.0,0.0,0.0,275.0,New York City,New York-Newark-Jersey City +34023007303,"Census Tract 73.03, Middlesex County, New Jersey",1842,1366.0,83750.0,291600.0,272.0,1309.0,108.0,0.0,157.0,0.0,0.0,54.0,214.0,New York City,New York-Newark-Jersey City +34023007304,"Census Tract 73.04, Middlesex County, New Jersey",7042,5080.0,84275.0,327700.0,2122.0,2996.0,1011.0,16.0,1714.0,0.0,19.0,220.0,1082.0,New York City,New York-Newark-Jersey City +34023007702,"Census Tract 77.02, Middlesex County, New Jersey",6178,4472.0,96534.0,449100.0,1897.0,3842.0,481.0,11.0,1349.0,0.0,0.0,29.0,477.0,New York City,New York-Newark-Jersey City +34023007907,"Census Tract 79.07, Middlesex County, New Jersey",3177,2481.0,94464.0,299100.0,935.0,2400.0,46.0,0.0,336.0,0.0,0.0,18.0,377.0,New York City,New York-Newark-Jersey City +34023008208,"Census Tract 82.08, Middlesex County, New Jersey",12822,8325.0,143611.0,562400.0,4195.0,7846.0,442.0,12.0,3427.0,0.0,21.0,399.0,675.0,New York City,New York-Newark-Jersey City +34023008404,"Census Tract 84.04, Middlesex County, New Jersey",3918,2828.0,89099.0,352500.0,1360.0,2315.0,74.0,0.0,1009.0,0.0,16.0,71.0,433.0,New York City,New York-Newark-Jersey City +34023006900,"Census Tract 69, Middlesex County, New Jersey",3535,2124.0,56652.0,277300.0,246.0,1657.0,181.0,0.0,34.0,0.0,0.0,64.0,1599.0,New York City,New York-Newark-Jersey City +34023007908,"Census Tract 79.08, Middlesex County, New Jersey",4666,3329.0,56491.0,-666666666.0,977.0,1285.0,707.0,0.0,1417.0,0.0,10.0,60.0,1187.0,New York City,New York-Newark-Jersey City +34023006205,"Census Tract 62.05, Middlesex County, New Jersey",6897,5181.0,109761.0,314300.0,3284.0,2526.0,1176.0,0.0,2258.0,0.0,38.0,59.0,840.0,New York City,New York-Newark-Jersey City +34023007203,"Census Tract 72.03, Middlesex County, New Jersey",4874,3367.0,78045.0,297800.0,1172.0,2709.0,298.0,7.0,1016.0,0.0,21.0,93.0,730.0,New York City,New York-Newark-Jersey City +34023008001,"Census Tract 80.01, Middlesex County, New Jersey",6670,4890.0,67679.0,230200.0,1401.0,4366.0,451.0,0.0,546.0,0.0,0.0,45.0,1262.0,New York City,New York-Newark-Jersey City +34023003401,"Census Tract 34.01, Middlesex County, New Jersey",3676,2707.0,71949.0,276100.0,853.0,2253.0,274.0,0.0,167.0,0.0,0.0,19.0,963.0,New York City,New York-Newark-Jersey City +34023001409,"Census Tract 14.09, Middlesex County, New Jersey",3347,2489.0,167599.0,515300.0,1577.0,1069.0,37.0,0.0,1888.0,0.0,0.0,68.0,285.0,New York City,New York-Newark-Jersey City +34023001502,"Census Tract 15.02, Middlesex County, New Jersey",6066,4055.0,102583.0,357800.0,2074.0,3580.0,371.0,9.0,1223.0,0.0,0.0,135.0,748.0,New York City,New York-Newark-Jersey City +34023002902,"Census Tract 29.02, Middlesex County, New Jersey",3232,2361.0,62756.0,277600.0,628.0,1145.0,179.0,0.0,413.0,0.0,0.0,215.0,1280.0,New York City,New York-Newark-Jersey City +34023006204,"Census Tract 62.04, Middlesex County, New Jersey",1811,1297.0,92143.0,323000.0,800.0,550.0,301.0,9.0,761.0,0.0,0.0,18.0,172.0,New York City,New York-Newark-Jersey City +34023007103,"Census Tract 71.03, Middlesex County, New Jersey",5296,3489.0,49254.0,343200.0,1238.0,1468.0,2066.0,0.0,997.0,0.0,0.0,55.0,710.0,New York City,New York-Newark-Jersey City +34023008102,"Census Tract 81.02, Middlesex County, New Jersey",4019,2833.0,80875.0,330000.0,914.0,3347.0,148.0,0.0,144.0,0.0,0.0,0.0,380.0,New York City,New York-Newark-Jersey City +34023001411,"Census Tract 14.11, Middlesex County, New Jersey",3373,2409.0,133445.0,470400.0,1501.0,904.0,124.0,6.0,2168.0,0.0,0.0,25.0,146.0,New York City,New York-Newark-Jersey City +34023004500,"Census Tract 45, Middlesex County, New Jersey",8040,4791.0,47795.0,232100.0,844.0,551.0,1130.0,0.0,100.0,0.0,18.0,59.0,6182.0,New York City,New York-Newark-Jersey City +34023006703,"Census Tract 67.03, Middlesex County, New Jersey",6266,4381.0,107181.0,363800.0,1954.0,3176.0,410.0,0.0,1890.0,0.0,10.0,94.0,686.0,New York City,New York-Newark-Jersey City +34023001412,"Census Tract 14.12, Middlesex County, New Jersey",3420,2436.0,136806.0,400200.0,1699.0,1225.0,170.0,0.0,1877.0,0.0,10.0,60.0,78.0,New York City,New York-Newark-Jersey City +34023003203,"Census Tract 32.03, Middlesex County, New Jersey",3626,2541.0,72708.0,269500.0,659.0,1714.0,289.0,0.0,209.0,0.0,6.0,106.0,1302.0,New York City,New York-Newark-Jersey City +34023006103,"Census Tract 61.03, Middlesex County, New Jersey",5304,3582.0,68355.0,283500.0,1356.0,1825.0,596.0,9.0,1100.0,0.0,58.0,150.0,1566.0,New York City,New York-Newark-Jersey City +34023008206,"Census Tract 82.06, Middlesex County, New Jersey",3867,3777.0,38927.0,103000.0,1062.0,3005.0,303.0,0.0,212.0,0.0,0.0,110.0,237.0,New York City,New York-Newark-Jersey City +34023001702,"Census Tract 17.02, Middlesex County, New Jersey",3406,2564.0,76333.0,284300.0,932.0,1627.0,180.0,0.0,980.0,0.0,0.0,50.0,569.0,New York City,New York-Newark-Jersey City +34023008606,"Census Tract 86.06, Middlesex County, New Jersey",4149,3091.0,76335.0,319600.0,2015.0,1124.0,451.0,14.0,2210.0,0.0,60.0,76.0,214.0,New York City,New York-Newark-Jersey City +34025812400,"Census Tract 8124, Monmouth County, New Jersey",2105,1677.0,109464.0,782600.0,901.0,1986.0,3.0,0.0,27.0,5.0,0.0,20.0,64.0,New York City,New York-Newark-Jersey City +34025811501,"Census Tract 8115.01, Monmouth County, New Jersey",6300,4055.0,125474.0,330000.0,1583.0,5209.0,156.0,23.0,241.0,0.0,6.0,125.0,563.0,New York City,New York-Newark-Jersey City +34025810102,"Census Tract 8101.02, Monmouth County, New Jersey",4114,2852.0,118894.0,427800.0,1613.0,3263.0,12.0,30.0,408.0,0.0,8.0,39.0,384.0,New York City,New York-Newark-Jersey City +34025803201,"Census Tract 8032.01, Monmouth County, New Jersey",3976,2938.0,104896.0,405300.0,1738.0,2452.0,38.0,15.0,955.0,0.0,31.0,50.0,450.0,New York City,New York-Newark-Jersey City +34025812501,"Census Tract 8125.01, Monmouth County, New Jersey",6109,4099.0,156679.0,573600.0,2158.0,5384.0,104.0,0.0,76.0,0.0,1.0,198.0,346.0,New York City,New York-Newark-Jersey City +34025808702,"Census Tract 8087.02, Monmouth County, New Jersey",4305,3062.0,123262.0,552300.0,1664.0,4149.0,52.0,0.0,56.0,0.0,0.0,0.0,48.0,New York City,New York-Newark-Jersey City +34025808701,"Census Tract 8087.01, Monmouth County, New Jersey",4818,3557.0,119643.0,535600.0,1922.0,4630.0,0.0,0.0,110.0,0.0,0.0,10.0,68.0,New York City,New York-Newark-Jersey City +34025812300,"Census Tract 8123, Monmouth County, New Jersey",5168,3620.0,100021.0,477100.0,1907.0,4386.0,290.0,0.0,174.0,0.0,2.0,73.0,243.0,New York City,New York-Newark-Jersey City +34025812200,"Census Tract 8122, Monmouth County, New Jersey",3305,2622.0,80123.0,295000.0,901.0,2494.0,67.0,0.0,384.0,0.0,0.0,32.0,328.0,New York City,New York-Newark-Jersey City +34025812100,"Census Tract 8121, Monmouth County, New Jersey",1324,1068.0,84922.0,491500.0,657.0,1195.0,34.0,0.0,12.0,0.0,10.0,21.0,52.0,New York City,New York-Newark-Jersey City +34025811102,"Census Tract 8111.02, Monmouth County, New Jersey",6810,4448.0,119485.0,483000.0,2158.0,5373.0,172.0,12.0,416.0,0.0,0.0,61.0,788.0,New York City,New York-Newark-Jersey City +34025811101,"Census Tract 8111.01, Monmouth County, New Jersey",5715,4328.0,49449.0,230000.0,1459.0,4394.0,228.0,0.0,492.0,0.0,5.0,31.0,565.0,New York City,New York-Newark-Jersey City +34025810101,"Census Tract 8101.01, Monmouth County, New Jersey",4424,2870.0,108942.0,447500.0,1307.0,3684.0,44.0,0.0,213.0,0.0,0.0,147.0,336.0,New York City,New York-Newark-Jersey City +34025809302,"Census Tract 8093.02, Monmouth County, New Jersey",2676,2008.0,92143.0,747500.0,1203.0,2486.0,0.0,0.0,0.0,0.0,0.0,33.0,157.0,New York City,New York-Newark-Jersey City +34025809301,"Census Tract 8093.01, Monmouth County, New Jersey",3148,2208.0,108854.0,594400.0,1238.0,2553.0,1.0,0.0,286.0,0.0,0.0,0.0,308.0,New York City,New York-Newark-Jersey City +34025804700,"Census Tract 8047, Monmouth County, New Jersey",5,1.0,-666666666.0,-666666666.0,1.0,3.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,New York City,New York-Newark-Jersey City +34025810401,"Census Tract 8104.01, Monmouth County, New Jersey",4437,2949.0,126442.0,461600.0,1207.0,3265.0,344.0,13.0,411.0,0.0,0.0,52.0,365.0,New York City,New York-Newark-Jersey City +34025808500,"Census Tract 8085, Monmouth County, New Jersey",6376,4533.0,100009.0,365500.0,2159.0,6026.0,4.0,0.0,60.0,0.0,0.0,65.0,221.0,New York City,New York-Newark-Jersey City +34025809600,"Census Tract 8096, Monmouth County, New Jersey",7380,4778.0,142315.0,473600.0,2977.0,6001.0,160.0,72.0,539.0,0.0,15.0,44.0,574.0,New York City,New York-Newark-Jersey City +34025811304,"Census Tract 8113.04, Monmouth County, New Jersey",3130,2171.0,122339.0,333900.0,826.0,2499.0,51.0,0.0,175.0,0.0,0.0,55.0,350.0,New York City,New York-Newark-Jersey City +34025808100,"Census Tract 8081, Monmouth County, New Jersey",4749,3332.0,58936.0,271000.0,814.0,3391.0,686.0,0.0,238.0,0.0,0.0,78.0,356.0,New York City,New York-Newark-Jersey City +34025806202,"Census Tract 8062.02, Monmouth County, New Jersey",4418,3017.0,102898.0,395200.0,1282.0,3860.0,122.0,0.0,21.0,0.0,9.0,33.0,373.0,New York City,New York-Newark-Jersey City +34025806201,"Census Tract 8062.01, Monmouth County, New Jersey",3526,1538.0,80000.0,447600.0,564.0,3007.0,133.0,0.0,33.0,0.0,38.0,102.0,213.0,New York City,New York-Newark-Jersey City +34025811502,"Census Tract 8115.02, Monmouth County, New Jersey",3610,2394.0,99479.0,352100.0,922.0,3144.0,42.0,0.0,94.0,0.0,0.0,100.0,230.0,New York City,New York-Newark-Jersey City +34025803202,"Census Tract 8032.02, Monmouth County, New Jersey",6100,4329.0,161127.0,718300.0,2654.0,4568.0,6.0,0.0,1160.0,0.0,21.0,33.0,312.0,New York City,New York-Newark-Jersey City +34025990000,"Census Tract 9900, Monmouth County, New Jersey",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +34025812502,"Census Tract 8125.02, Monmouth County, New Jersey",5221,3423.0,136648.0,530900.0,1616.0,4224.0,137.0,17.0,340.0,22.0,3.0,92.0,386.0,New York City,New York-Newark-Jersey City +34025808800,"Census Tract 8088, Monmouth County, New Jersey",4336,3170.0,82594.0,456900.0,1640.0,3897.0,146.0,0.0,9.0,0.0,0.0,64.0,220.0,New York City,New York-Newark-Jersey City +34025801400,"Census Tract 8014, Monmouth County, New Jersey",4069,2808.0,134016.0,416600.0,1418.0,3713.0,0.0,0.0,141.0,0.0,0.0,67.0,148.0,New York City,New York-Newark-Jersey City +34025801800,"Census Tract 8018, Monmouth County, New Jersey",5634,3662.0,77324.0,259800.0,883.0,4229.0,458.0,0.0,111.0,0.0,64.0,45.0,727.0,New York City,New York-Newark-Jersey City +34025805300,"Census Tract 8053, Monmouth County, New Jersey",5673,4179.0,102325.0,440300.0,2201.0,5051.0,0.0,0.0,105.0,0.0,0.0,56.0,461.0,New York City,New York-Newark-Jersey City +34025805400,"Census Tract 8054, Monmouth County, New Jersey",4264,3314.0,60257.0,370800.0,1606.0,2514.0,830.0,0.0,124.0,0.0,0.0,131.0,665.0,New York City,New York-Newark-Jersey City +34025805800,"Census Tract 8058, Monmouth County, New Jersey",3561,2402.0,45444.0,387500.0,725.0,1586.0,290.0,0.0,153.0,0.0,50.0,69.0,1413.0,New York City,New York-Newark-Jersey City +34025806504,"Census Tract 8065.04, Monmouth County, New Jersey",2676,1940.0,58008.0,462900.0,753.0,1437.0,680.0,0.0,205.0,0.0,0.0,53.0,301.0,New York City,New York-Newark-Jersey City +34025807200,"Census Tract 8072, Monmouth County, New Jersey",2099,1102.0,20731.0,229500.0,77.0,63.0,1554.0,0.0,2.0,0.0,0.0,20.0,460.0,New York City,New York-Newark-Jersey City +34025800702,"Census Tract 8007.02, Monmouth County, New Jersey",3690,2635.0,103125.0,414900.0,1137.0,3258.0,37.0,0.0,128.0,0.0,0.0,1.0,266.0,New York City,New York-Newark-Jersey City +34025800100,"Census Tract 8001, Monmouth County, New Jersey",4880,4184.0,60817.0,276200.0,1306.0,4401.0,49.0,0.0,16.0,0.0,0.0,91.0,323.0,New York City,New York-Newark-Jersey City +34025800602,"Census Tract 8006.02, Monmouth County, New Jersey",3281,2255.0,95729.0,346100.0,590.0,2834.0,42.0,0.0,144.0,0.0,0.0,52.0,209.0,New York City,New York-Newark-Jersey City +34025802000,"Census Tract 8020, Monmouth County, New Jersey",3941,2989.0,39148.0,264700.0,602.0,2743.0,330.0,0.0,141.0,0.0,0.0,30.0,697.0,New York City,New York-Newark-Jersey City +34025807003,"Census Tract 8070.03, Monmouth County, New Jersey",4684,3151.0,39509.0,462800.0,738.0,1303.0,1226.0,0.0,57.0,0.0,0.0,0.0,2098.0,New York City,New York-Newark-Jersey City +34025807100,"Census Tract 8071, Monmouth County, New Jersey",2586,2088.0,62852.0,350600.0,618.0,918.0,1273.0,0.0,5.0,0.0,0.0,19.0,371.0,New York City,New York-Newark-Jersey City +34025808600,"Census Tract 8086, Monmouth County, New Jersey",6185,3915.0,105123.0,458000.0,1409.0,5240.0,640.0,0.0,24.0,0.0,0.0,2.0,279.0,New York City,New York-Newark-Jersey City +34025809704,"Census Tract 8097.04, Monmouth County, New Jersey",6077,4005.0,148676.0,563300.0,2625.0,4606.0,97.0,0.0,1080.0,0.0,0.0,95.0,199.0,New York City,New York-Newark-Jersey City +34025810200,"Census Tract 8102, Monmouth County, New Jersey",13105,8590.0,128414.0,491500.0,4904.0,9953.0,232.0,58.0,1740.0,0.0,0.0,212.0,910.0,New York City,New York-Newark-Jersey City +34025810402,"Census Tract 8104.02, Monmouth County, New Jersey",8535,5577.0,127237.0,469600.0,2891.0,6784.0,341.0,0.0,813.0,0.0,0.0,173.0,424.0,New York City,New York-Newark-Jersey City +34025811000,"Census Tract 8110, Monmouth County, New Jersey",3693,2609.0,53682.0,263500.0,320.0,1223.0,189.0,10.0,94.0,0.0,0.0,24.0,2163.0,New York City,New York-Newark-Jersey City +34025811401,"Census Tract 8114.01, Monmouth County, New Jersey",5948,3800.0,122875.0,347800.0,1723.0,5093.0,325.0,21.0,138.0,0.0,0.0,149.0,222.0,New York City,New York-Newark-Jersey City +34025811900,"Census Tract 8119, Monmouth County, New Jersey",6899,4884.0,133920.0,490700.0,2612.0,6035.0,153.0,0.0,398.0,0.0,0.0,96.0,217.0,New York City,New York-Newark-Jersey City +34025802600,"Census Tract 8026, Monmouth County, New Jersey",4821,3318.0,66055.0,268400.0,1168.0,2665.0,995.0,0.0,408.0,11.0,10.0,146.0,586.0,New York City,New York-Newark-Jersey City +34025802700,"Census Tract 8027, Monmouth County, New Jersey",4015,2939.0,110491.0,352100.0,1254.0,3158.0,112.0,0.0,226.0,0.0,44.0,27.0,448.0,New York City,New York-Newark-Jersey City +34025803600,"Census Tract 8036, Monmouth County, New Jersey",4382,3368.0,83589.0,379800.0,1913.0,3478.0,33.0,0.0,97.0,0.0,0.0,0.0,774.0,New York City,New York-Newark-Jersey City +34025805001,"Census Tract 8050.01, Monmouth County, New Jersey",4823,3457.0,47097.0,259700.0,1064.0,2146.0,1042.0,60.0,442.0,0.0,22.0,142.0,1029.0,New York City,New York-Newark-Jersey City +34025803900,"Census Tract 8039, Monmouth County, New Jersey",3619,2210.0,131680.0,796400.0,1499.0,3276.0,27.0,0.0,53.0,0.0,29.0,69.0,165.0,New York City,New York-Newark-Jersey City +34025804100,"Census Tract 8041, Monmouth County, New Jersey",3247,2417.0,107383.0,705300.0,1594.0,3066.0,0.0,0.0,13.0,0.0,10.0,59.0,99.0,New York City,New York-Newark-Jersey City +34025804800,"Census Tract 8048, Monmouth County, New Jersey",9918,7726.0,60194.0,275500.0,3635.0,7359.0,576.0,46.0,777.0,2.0,283.0,506.0,413.0,New York City,New York-Newark-Jersey City +34025805100,"Census Tract 8051, Monmouth County, New Jersey",4219,3012.0,96894.0,396200.0,1366.0,3333.0,156.0,30.0,238.0,0.0,4.0,162.0,326.0,New York City,New York-Newark-Jersey City +34025805500,"Census Tract 8055, Monmouth County, New Jersey",4136,2820.0,61827.0,282400.0,543.0,1389.0,1000.0,0.0,62.0,0.0,43.0,147.0,1495.0,New York City,New York-Newark-Jersey City +34025802100,"Census Tract 8021, Monmouth County, New Jersey",6223,4391.0,94306.0,309500.0,1448.0,5303.0,148.0,0.0,221.0,0.0,0.0,0.0,551.0,New York City,New York-Newark-Jersey City +34025804500,"Census Tract 8045, Monmouth County, New Jersey",5368,3925.0,113333.0,361700.0,1826.0,3891.0,872.0,0.0,146.0,0.0,0.0,54.0,405.0,New York City,New York-Newark-Jersey City +34025802300,"Census Tract 8023, Monmouth County, New Jersey",5106,3405.0,95529.0,319300.0,1037.0,4391.0,99.0,0.0,203.0,0.0,0.0,47.0,366.0,New York City,New York-Newark-Jersey City +34025802400,"Census Tract 8024, Monmouth County, New Jersey",5305,3732.0,106699.0,335200.0,1477.0,4303.0,92.0,0.0,407.0,0.0,0.0,35.0,468.0,New York City,New York-Newark-Jersey City +34025806501,"Census Tract 8065.01, Monmouth County, New Jersey",4017,2853.0,44904.0,403400.0,914.0,1969.0,531.0,10.0,456.0,0.0,0.0,47.0,1014.0,New York City,New York-Newark-Jersey City +34025807400,"Census Tract 8074, Monmouth County, New Jersey",2943,2661.0,60000.0,482400.0,1544.0,2652.0,71.0,0.0,45.0,0.0,0.0,0.0,175.0,New York City,New York-Newark-Jersey City +34025808900,"Census Tract 8089, Monmouth County, New Jersey",4645,3493.0,78829.0,478000.0,1831.0,4325.0,29.0,0.0,107.0,0.0,0.0,8.0,176.0,New York City,New York-Newark-Jersey City +34025809100,"Census Tract 8091, Monmouth County, New Jersey",2980,2211.0,88679.0,1420900.0,1355.0,2962.0,0.0,0.0,18.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +34025809200,"Census Tract 8092, Monmouth County, New Jersey",1714,1379.0,126667.0,1404000.0,962.0,1669.0,3.0,0.0,1.0,0.0,0.0,0.0,41.0,New York City,New York-Newark-Jersey City +34025809903,"Census Tract 8099.03, Monmouth County, New Jersey",264,96.0,49063.0,-666666666.0,14.0,199.0,12.0,0.0,4.0,0.0,0.0,17.0,32.0,New York City,New York-Newark-Jersey City +34025810004,"Census Tract 8100.04, Monmouth County, New Jersey",4043,2683.0,122586.0,477100.0,1269.0,3612.0,0.0,0.0,289.0,0.0,0.0,0.0,142.0,New York City,New York-Newark-Jersey City +34025806502,"Census Tract 8065.02, Monmouth County, New Jersey",3463,2495.0,63125.0,343200.0,1170.0,2425.0,392.0,26.0,195.0,0.0,8.0,66.0,377.0,New York City,New York-Newark-Jersey City +34025805600,"Census Tract 8056, Monmouth County, New Jersey",2470,1517.0,36000.0,302100.0,125.0,268.0,1096.0,0.0,32.0,0.0,0.0,34.0,1040.0,New York City,New York-Newark-Jersey City +34025806000,"Census Tract 8060, Monmouth County, New Jersey",3863,3118.0,55682.0,452400.0,1427.0,2620.0,160.0,28.0,259.0,0.0,0.0,0.0,796.0,New York City,New York-Newark-Jersey City +34025806100,"Census Tract 8061, Monmouth County, New Jersey",3722,2230.0,61583.0,391000.0,827.0,3175.0,77.0,0.0,197.0,0.0,0.0,54.0,219.0,New York City,New York-Newark-Jersey City +34025806600,"Census Tract 8066, Monmouth County, New Jersey",5747,3970.0,106656.0,374600.0,1742.0,4329.0,217.0,0.0,281.0,0.0,0.0,0.0,920.0,New York City,New York-Newark-Jersey City +34025807500,"Census Tract 8075, Monmouth County, New Jersey",2863,1793.0,51128.0,236300.0,316.0,718.0,1549.0,0.0,0.0,0.0,2.0,75.0,519.0,New York City,New York-Newark-Jersey City +34025807800,"Census Tract 8078, Monmouth County, New Jersey",4374,3272.0,87656.0,257300.0,794.0,1463.0,2151.0,0.0,287.0,22.0,90.0,144.0,217.0,New York City,New York-Newark-Jersey City +34025808401,"Census Tract 8084.01, Monmouth County, New Jersey",2271,1933.0,71343.0,758300.0,1143.0,2146.0,2.0,18.0,21.0,0.0,0.0,0.0,102.0,New York City,New York-Newark-Jersey City +34025809502,"Census Tract 8095.02, Monmouth County, New Jersey",8455,5711.0,135250.0,488400.0,3376.0,5556.0,347.0,0.0,2195.0,0.0,0.0,47.0,310.0,New York City,New York-Newark-Jersey City +34025809703,"Census Tract 8097.03, Monmouth County, New Jersey",4380,3260.0,117411.0,460700.0,1687.0,3506.0,45.0,0.0,590.0,0.0,0.0,63.0,176.0,New York City,New York-Newark-Jersey City +34025810503,"Census Tract 8105.03, Monmouth County, New Jersey",3895,3082.0,72042.0,238600.0,1322.0,2917.0,309.0,23.0,106.0,0.0,0.0,31.0,509.0,New York City,New York-Newark-Jersey City +34025810700,"Census Tract 8107, Monmouth County, New Jersey",1824,1338.0,87800.0,307400.0,540.0,1100.0,135.0,24.0,38.0,0.0,0.0,4.0,547.0,New York City,New York-Newark-Jersey City +34025800500,"Census Tract 8005, Monmouth County, New Jersey",4395,2947.0,101111.0,302700.0,855.0,3750.0,0.0,0.0,98.0,0.0,87.0,29.0,431.0,New York City,New York-Newark-Jersey City +34025800800,"Census Tract 8008, Monmouth County, New Jersey",6593,4639.0,89279.0,360400.0,1779.0,5431.0,16.0,0.0,671.0,0.0,86.0,18.0,371.0,New York City,New York-Newark-Jersey City +34025801500,"Census Tract 8015, Monmouth County, New Jersey",6321,4343.0,132135.0,495800.0,2416.0,5759.0,38.0,0.0,218.0,0.0,8.0,9.0,289.0,New York City,New York-Newark-Jersey City +34025801600,"Census Tract 8016, Monmouth County, New Jersey",5634,4053.0,53936.0,191800.0,795.0,4136.0,289.0,0.0,117.0,0.0,0.0,244.0,848.0,New York City,New York-Newark-Jersey City +34025802900,"Census Tract 8029, Monmouth County, New Jersey",1936,1322.0,114500.0,349700.0,605.0,1708.0,28.0,0.0,119.0,0.0,0.0,8.0,73.0,New York City,New York-Newark-Jersey City +34025804600,"Census Tract 8046, Monmouth County, New Jersey",2611,1767.0,135000.0,505400.0,1063.0,2307.0,110.0,0.0,62.0,0.0,0.0,43.0,89.0,New York City,New York-Newark-Jersey City +34025808002,"Census Tract 8080.02, Monmouth County, New Jersey",2250,1756.0,93750.0,285600.0,722.0,1954.0,113.0,0.0,101.0,0.0,0.0,20.0,62.0,New York City,New York-Newark-Jersey City +34025808300,"Census Tract 8083, Monmouth County, New Jersey",1814,1472.0,78323.0,864800.0,863.0,1707.0,9.0,10.0,4.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City +34025809701,"Census Tract 8097.01, Monmouth County, New Jersey",5449,3456.0,158409.0,543500.0,2207.0,3848.0,158.0,0.0,956.0,0.0,40.0,27.0,420.0,New York City,New York-Newark-Jersey City +34025809902,"Census Tract 8099.02, Monmouth County, New Jersey",4622,2973.0,166667.0,778100.0,1651.0,4175.0,68.0,0.0,71.0,0.0,0.0,96.0,212.0,New York City,New York-Newark-Jersey City +34025810002,"Census Tract 8100.02, Monmouth County, New Jersey",3362,2953.0,33625.0,165400.0,750.0,3130.0,18.0,0.0,89.0,0.0,0.0,0.0,125.0,New York City,New York-Newark-Jersey City +34025810300,"Census Tract 8103, Monmouth County, New Jersey",2131,1468.0,77992.0,291800.0,448.0,1657.0,63.0,0.0,162.0,0.0,0.0,41.0,208.0,New York City,New York-Newark-Jersey City +34025810800,"Census Tract 8108, Monmouth County, New Jersey",3361,1939.0,45919.0,249200.0,198.0,567.0,929.0,51.0,37.0,0.0,64.0,43.0,1721.0,New York City,New York-Newark-Jersey City +34025811200,"Census Tract 8112, Monmouth County, New Jersey",6009,3893.0,87632.0,324900.0,1245.0,4791.0,243.0,0.0,182.0,0.0,0.0,82.0,711.0,New York City,New York-Newark-Jersey City +34025811600,"Census Tract 8116, Monmouth County, New Jersey",1470,946.0,58875.0,282100.0,247.0,1157.0,87.0,0.0,59.0,0.0,0.0,24.0,143.0,New York City,New York-Newark-Jersey City +34025802800,"Census Tract 8028, Monmouth County, New Jersey",4462,3147.0,99107.0,331500.0,1700.0,3574.0,61.0,13.0,133.0,0.0,13.0,227.0,441.0,New York City,New York-Newark-Jersey City +34025803000,"Census Tract 8030, Monmouth County, New Jersey",5387,3912.0,93011.0,340800.0,1768.0,3944.0,416.0,0.0,478.0,0.0,0.0,70.0,479.0,New York City,New York-Newark-Jersey City +34025803100,"Census Tract 8031, Monmouth County, New Jersey",3511,2494.0,76728.0,330100.0,912.0,2538.0,223.0,0.0,192.0,0.0,0.0,121.0,437.0,New York City,New York-Newark-Jersey City +34025804200,"Census Tract 8042, Monmouth County, New Jersey",5917,3960.0,144250.0,605100.0,2553.0,5574.0,22.0,0.0,46.0,0.0,0.0,0.0,275.0,New York City,New York-Newark-Jersey City +34025806300,"Census Tract 8063, Monmouth County, New Jersey",2339,1626.0,94125.0,496900.0,791.0,2062.0,5.0,48.0,0.0,0.0,0.0,84.0,140.0,New York City,New York-Newark-Jersey City +34025807700,"Census Tract 8077, Monmouth County, New Jersey",4084,2684.0,55313.0,230100.0,501.0,908.0,2418.0,0.0,169.0,0.0,13.0,269.0,307.0,New York City,New York-Newark-Jersey City +34025810900,"Census Tract 8109, Monmouth County, New Jersey",3060,2026.0,62703.0,316300.0,413.0,1381.0,154.0,0.0,64.0,0.0,0.0,0.0,1461.0,New York City,New York-Newark-Jersey City +34025811301,"Census Tract 8113.01, Monmouth County, New Jersey",6272,4207.0,82577.0,227800.0,1462.0,4109.0,446.0,0.0,652.0,76.0,15.0,30.0,944.0,New York City,New York-Newark-Jersey City +34025811402,"Census Tract 8114.02, Monmouth County, New Jersey",3986,2707.0,91129.0,298400.0,943.0,3256.0,127.0,13.0,98.0,0.0,0.0,105.0,400.0,New York City,New York-Newark-Jersey City +34025800701,"Census Tract 8007.01, Monmouth County, New Jersey",5094,3346.0,121685.0,357600.0,1368.0,4526.0,37.0,5.0,202.0,0.0,0.0,0.0,329.0,New York City,New York-Newark-Jersey City +34025803500,"Census Tract 8035, Monmouth County, New Jersey",2422,1834.0,92163.0,431300.0,1055.0,1567.0,212.0,0.0,144.0,0.0,0.0,0.0,499.0,New York City,New York-Newark-Jersey City +34025801700,"Census Tract 8017, Monmouth County, New Jersey",4234,2903.0,39179.0,164300.0,537.0,2879.0,425.0,38.0,160.0,0.0,0.0,78.0,654.0,New York City,New York-Newark-Jersey City +34025802200,"Census Tract 8022, Monmouth County, New Jersey",3448,2518.0,68929.0,261200.0,655.0,2988.0,123.0,0.0,61.0,0.0,0.0,73.0,203.0,New York City,New York-Newark-Jersey City +34025803300,"Census Tract 8033, Monmouth County, New Jersey",6572,4694.0,195826.0,737400.0,3342.0,4998.0,149.0,0.0,1080.0,0.0,4.0,193.0,148.0,New York City,New York-Newark-Jersey City +34025806400,"Census Tract 8064, Monmouth County, New Jersey",4842,3367.0,93036.0,368200.0,1354.0,4043.0,91.0,0.0,152.0,0.0,0.0,231.0,325.0,New York City,New York-Newark-Jersey City +34025806503,"Census Tract 8065.03, Monmouth County, New Jersey",3922,2971.0,117734.0,463300.0,1742.0,3335.0,104.0,0.0,323.0,0.0,31.0,46.0,83.0,New York City,New York-Newark-Jersey City +34025807300,"Census Tract 8073, Monmouth County, New Jersey",3492,1814.0,35453.0,201000.0,171.0,85.0,2145.0,151.0,22.0,0.0,7.0,67.0,1073.0,New York City,New York-Newark-Jersey City +34025807900,"Census Tract 8079, Monmouth County, New Jersey",3644,2885.0,83418.0,322300.0,909.0,1786.0,1328.0,0.0,127.0,0.0,81.0,52.0,270.0,New York City,New York-Newark-Jersey City +34025809000,"Census Tract 8090, Monmouth County, New Jersey",1518,1128.0,74861.0,408500.0,496.0,1130.0,54.0,23.0,18.0,0.0,0.0,36.0,280.0,New York City,New York-Newark-Jersey City +34025809501,"Census Tract 8095.01, Monmouth County, New Jersey",8725,5271.0,153616.0,581800.0,3184.0,5439.0,150.0,0.0,2471.0,0.0,38.0,280.0,347.0,New York City,New York-Newark-Jersey City +34025810001,"Census Tract 8100.01, Monmouth County, New Jersey",5873,3762.0,123922.0,530700.0,1820.0,4973.0,85.0,0.0,414.0,0.0,0.0,31.0,370.0,New York City,New York-Newark-Jersey City +34025810600,"Census Tract 8106, Monmouth County, New Jersey",6166,4524.0,81684.0,411300.0,1892.0,5086.0,113.0,0.0,412.0,35.0,0.0,2.0,518.0,New York City,New York-Newark-Jersey City +34025811303,"Census Tract 8113.03, Monmouth County, New Jersey",4296,2920.0,114083.0,318900.0,980.0,3645.0,153.0,0.0,175.0,0.0,0.0,93.0,230.0,New York City,New York-Newark-Jersey City +34025800900,"Census Tract 8009, Monmouth County, New Jersey",5829,4227.0,95913.0,501400.0,2266.0,5313.0,200.0,14.0,113.0,0.0,0.0,21.0,182.0,New York City,New York-Newark-Jersey City +34025800400,"Census Tract 8004, Monmouth County, New Jersey",3482,2355.0,91250.0,322300.0,761.0,3204.0,0.0,24.0,36.0,0.0,0.0,9.0,209.0,New York City,New York-Newark-Jersey City +34025801100,"Census Tract 8011, Monmouth County, New Jersey",4189,2917.0,139214.0,581400.0,1701.0,3860.0,0.0,0.0,41.0,0.0,24.0,50.0,214.0,New York City,New York-Newark-Jersey City +34025802500,"Census Tract 8025, Monmouth County, New Jersey",3138,2183.0,83281.0,242400.0,567.0,2153.0,392.0,0.0,57.0,0.0,14.0,112.0,410.0,New York City,New York-Newark-Jersey City +34025800200,"Census Tract 8002, Monmouth County, New Jersey",4322,3068.0,95284.0,376500.0,1505.0,3815.0,94.0,0.0,51.0,26.0,0.0,94.0,242.0,New York City,New York-Newark-Jersey City +34025801000,"Census Tract 8010, Monmouth County, New Jersey",4183,2971.0,84778.0,453400.0,1633.0,3394.0,110.0,0.0,246.0,0.0,18.0,47.0,368.0,New York City,New York-Newark-Jersey City +34025801900,"Census Tract 8019, Monmouth County, New Jersey",3197,2386.0,62740.0,247000.0,774.0,2172.0,166.0,0.0,174.0,0.0,0.0,89.0,596.0,New York City,New York-Newark-Jersey City +34025803400,"Census Tract 8034, Monmouth County, New Jersey",5416,3412.0,53401.0,261500.0,497.0,1080.0,1031.0,0.0,34.0,0.0,0.0,64.0,3207.0,New York City,New York-Newark-Jersey City +34025803700,"Census Tract 8037, Monmouth County, New Jersey",6015,3628.0,158264.0,686100.0,2652.0,5555.0,188.0,0.0,68.0,0.0,0.0,42.0,162.0,New York City,New York-Newark-Jersey City +34025805700,"Census Tract 8057, Monmouth County, New Jersey",3053,2067.0,49653.0,263100.0,329.0,1472.0,56.0,0.0,120.0,0.0,22.0,28.0,1355.0,New York City,New York-Newark-Jersey City +34025807600,"Census Tract 8076, Monmouth County, New Jersey",3051,2053.0,35739.0,206500.0,196.0,191.0,1942.0,0.0,45.0,0.0,58.0,171.0,644.0,New York City,New York-Newark-Jersey City +34025808200,"Census Tract 8082, Monmouth County, New Jersey",4262,3354.0,61209.0,479100.0,1463.0,3206.0,286.0,0.0,75.0,0.0,0.0,216.0,479.0,New York City,New York-Newark-Jersey City +34025808402,"Census Tract 8084.02, Monmouth County, New Jersey",3448,2624.0,75573.0,488400.0,1202.0,2520.0,136.0,0.0,22.0,0.0,0.0,36.0,734.0,New York City,New York-Newark-Jersey City +34025810003,"Census Tract 8100.03, Monmouth County, New Jersey",5175,3398.0,121583.0,423700.0,1571.0,4834.0,59.0,0.0,97.0,0.0,31.0,55.0,99.0,New York City,New York-Newark-Jersey City +34025810502,"Census Tract 8105.02, Monmouth County, New Jersey",7919,5213.0,135327.0,463700.0,2782.0,5701.0,493.0,0.0,644.0,0.0,0.0,236.0,845.0,New York City,New York-Newark-Jersey City +34025800601,"Census Tract 8006.01, Monmouth County, New Jersey",5221,3420.0,82571.0,243600.0,867.0,4438.0,69.0,0.0,48.0,0.0,0.0,78.0,588.0,New York City,New York-Newark-Jersey City +34025808001,"Census Tract 8080.01, Monmouth County, New Jersey",4519,3403.0,96327.0,353400.0,1298.0,4110.0,63.0,0.0,36.0,0.0,0.0,121.0,189.0,New York City,New York-Newark-Jersey City +34025812000,"Census Tract 8120, Monmouth County, New Jersey",1890,1274.0,96154.0,328400.0,586.0,1678.0,59.0,0.0,22.0,0.0,43.0,29.0,59.0,New York City,New York-Newark-Jersey City +34025801200,"Census Tract 8012, Monmouth County, New Jersey",3602,2438.0,176458.0,614600.0,1690.0,3336.0,0.0,0.0,58.0,0.0,0.0,99.0,109.0,New York City,New York-Newark-Jersey City +34025805900,"Census Tract 8059, Monmouth County, New Jersey",5682,3781.0,50582.0,303300.0,646.0,2423.0,382.0,8.0,43.0,0.0,28.0,107.0,2691.0,New York City,New York-Newark-Jersey City +34025809400,"Census Tract 8094, Monmouth County, New Jersey",4738,3261.0,133493.0,633700.0,2108.0,4367.0,123.0,0.0,19.0,0.0,0.0,36.0,193.0,New York City,New York-Newark-Jersey City +34025807004,"Census Tract 8070.04, Monmouth County, New Jersey",2969,2333.0,49292.0,339700.0,836.0,1632.0,509.0,0.0,19.0,0.0,0.0,36.0,773.0,New York City,New York-Newark-Jersey City +34025801300,"Census Tract 8013, Monmouth County, New Jersey",5983,4485.0,85161.0,365500.0,2255.0,5694.0,15.0,0.0,60.0,0.0,0.0,132.0,82.0,New York City,New York-Newark-Jersey City +34025803800,"Census Tract 8038, Monmouth County, New Jersey",3255,1891.0,250001.0,1338700.0,1421.0,2960.0,54.0,0.0,56.0,0.0,0.0,29.0,156.0,New York City,New York-Newark-Jersey City +34025809901,"Census Tract 8099.01, Monmouth County, New Jersey",5132,3361.0,174524.0,747900.0,2219.0,4778.0,49.0,0.0,156.0,0.0,0.0,36.0,113.0,New York City,New York-Newark-Jersey City +34025810501,"Census Tract 8105.01, Monmouth County, New Jersey",4477,3088.0,78271.0,311800.0,1286.0,3372.0,295.0,33.0,211.0,0.0,0.0,75.0,491.0,New York City,New York-Newark-Jersey City +34027040702,"Census Tract 407.02, Morris County, New Jersey",4265,2859.0,150714.0,620800.0,1926.0,3556.0,37.0,0.0,320.0,0.0,0.0,37.0,315.0,New York City,New York-Newark-Jersey City +34027041601,"Census Tract 416.01, Morris County, New Jersey",7491,5455.0,106933.0,440100.0,3481.0,4069.0,366.0,0.0,2558.0,0.0,0.0,91.0,407.0,New York City,New York-Newark-Jersey City +34027043700,"Census Tract 437, Morris County, New Jersey",3768,3049.0,113883.0,463800.0,2116.0,2793.0,271.0,0.0,263.0,0.0,10.0,70.0,361.0,New York City,New York-Newark-Jersey City +34027041604,"Census Tract 416.04, Morris County, New Jersey",4582,3165.0,112539.0,459800.0,1741.0,3129.0,60.0,44.0,901.0,0.0,6.0,23.0,419.0,New York City,New York-Newark-Jersey City +34027042700,"Census Tract 427, Morris County, New Jersey",4205,2601.0,142321.0,671100.0,1815.0,3151.0,104.0,0.0,386.0,0.0,0.0,77.0,487.0,New York City,New York-Newark-Jersey City +34027043402,"Census Tract 434.02, Morris County, New Jersey",5532,3942.0,156667.0,583400.0,2926.0,4614.0,299.0,0.0,340.0,0.0,0.0,60.0,219.0,New York City,New York-Newark-Jersey City +34027044501,"Census Tract 445.01, Morris County, New Jersey",6492,4981.0,83318.0,325300.0,2349.0,4884.0,352.0,0.0,493.0,0.0,0.0,189.0,574.0,New York City,New York-Newark-Jersey City +34027044601,"Census Tract 446.01, Morris County, New Jersey",4835,3245.0,105234.0,348500.0,1196.0,4386.0,1.0,0.0,48.0,0.0,15.0,47.0,338.0,New York City,New York-Newark-Jersey City +34027040803,"Census Tract 408.03, Morris County, New Jersey",6660,4587.0,113856.0,520500.0,2936.0,4530.0,75.0,13.0,1619.0,0.0,0.0,181.0,242.0,New York City,New York-Newark-Jersey City +34027041603,"Census Tract 416.03, Morris County, New Jersey",4801,3493.0,88807.0,435500.0,1732.0,1822.0,393.0,0.0,1776.0,0.0,0.0,197.0,613.0,New York City,New York-Newark-Jersey City +34027041701,"Census Tract 417.01, Morris County, New Jersey",5880,4306.0,76750.0,333200.0,2281.0,3033.0,220.0,0.0,1772.0,0.0,111.0,309.0,435.0,New York City,New York-Newark-Jersey City +34027041702,"Census Tract 417.02, Morris County, New Jersey",3274,2271.0,84930.0,312100.0,869.0,1846.0,181.0,4.0,701.0,0.0,0.0,39.0,503.0,New York City,New York-Newark-Jersey City +34027040600,"Census Tract 406, Morris County, New Jersey",4065,2958.0,106595.0,344700.0,1143.0,3474.0,0.0,127.0,178.0,0.0,0.0,0.0,413.0,New York City,New York-Newark-Jersey City +34027042800,"Census Tract 428, Morris County, New Jersey",4798,2988.0,212697.0,805900.0,2375.0,3960.0,11.0,0.0,376.0,0.0,0.0,55.0,396.0,New York City,New York-Newark-Jersey City +34027040200,"Census Tract 402, Morris County, New Jersey",7144,4852.0,107998.0,372400.0,1959.0,5965.0,9.0,0.0,63.0,0.0,0.0,175.0,932.0,New York City,New York-Newark-Jersey City +34027044102,"Census Tract 441.02, Morris County, New Jersey",5671,3979.0,125231.0,520700.0,2246.0,4995.0,68.0,0.0,308.0,0.0,17.0,25.0,258.0,New York City,New York-Newark-Jersey City +34027042302,"Census Tract 423.02, Morris County, New Jersey",3039,2181.0,127381.0,525800.0,1398.0,2466.0,92.0,0.0,231.0,0.0,11.0,25.0,214.0,New York City,New York-Newark-Jersey City +34027045300,"Census Tract 453, Morris County, New Jersey",4850,3410.0,98405.0,291500.0,1093.0,3830.0,125.0,0.0,109.0,0.0,0.0,43.0,743.0,New York City,New York-Newark-Jersey City +34027042600,"Census Tract 426, Morris County, New Jersey",8455,5386.0,110801.0,577300.0,3567.0,6287.0,464.0,12.0,1145.0,0.0,0.0,49.0,498.0,New York City,New York-Newark-Jersey City +34027040805,"Census Tract 408.05, Morris County, New Jersey",6061,4223.0,149830.0,605800.0,2661.0,4590.0,0.0,25.0,1126.0,0.0,0.0,109.0,236.0,New York City,New York-Newark-Jersey City +34027043302,"Census Tract 433.02, Morris County, New Jersey",3033,2295.0,137473.0,604400.0,1760.0,2589.0,64.0,0.0,156.0,0.0,19.0,32.0,173.0,New York City,New York-Newark-Jersey City +34027044401,"Census Tract 444.01, Morris County, New Jersey",4369,3156.0,129485.0,463700.0,1710.0,3948.0,14.0,0.0,171.0,0.0,0.0,66.0,170.0,New York City,New York-Newark-Jersey City +34027046300,"Census Tract 463, Morris County, New Jersey",5653,3811.0,128977.0,459300.0,2274.0,4266.0,151.0,0.0,674.0,0.0,0.0,121.0,441.0,New York City,New York-Newark-Jersey City +34027046400,"Census Tract 464, Morris County, New Jersey",4992,3450.0,145284.0,640100.0,2332.0,4543.0,31.0,0.0,92.0,0.0,0.0,53.0,273.0,New York City,New York-Newark-Jersey City +34027041706,"Census Tract 417.06, Morris County, New Jersey",5372,4096.0,71157.0,511400.0,2566.0,2395.0,271.0,0.0,2198.0,0.0,0.0,27.0,481.0,New York City,New York-Newark-Jersey City +34027041705,"Census Tract 417.05, Morris County, New Jersey",1512,1212.0,80227.0,463600.0,550.0,834.0,0.0,0.0,613.0,0.0,0.0,16.0,49.0,New York City,New York-Newark-Jersey City +34027045804,"Census Tract 458.04, Morris County, New Jersey",5877,3877.0,185882.0,902700.0,2937.0,5000.0,35.0,0.0,234.0,0.0,14.0,193.0,401.0,New York City,New York-Newark-Jersey City +34027041704,"Census Tract 417.04, Morris County, New Jersey",4844,3577.0,98935.0,451400.0,1926.0,2181.0,449.0,0.0,1618.0,0.0,11.0,113.0,472.0,New York City,New York-Newark-Jersey City +34027041802,"Census Tract 418.02, Morris County, New Jersey",4990,3552.0,103661.0,371200.0,1603.0,2579.0,41.0,0.0,1534.0,0.0,0.0,162.0,674.0,New York City,New York-Newark-Jersey City +34027042500,"Census Tract 425, Morris County, New Jersey",3337,2378.0,136298.0,663600.0,1631.0,2874.0,10.0,15.0,134.0,0.0,0.0,33.0,286.0,New York City,New York-Newark-Jersey City +34027041901,"Census Tract 419.01, Morris County, New Jersey",6266,4595.0,129563.0,546400.0,1774.0,4534.0,1.0,0.0,660.0,0.0,0.0,0.0,1071.0,New York City,New York-Newark-Jersey City +34027041902,"Census Tract 419.02, Morris County, New Jersey",4975,3631.0,120380.0,576100.0,1666.0,3409.0,91.0,8.0,785.0,0.0,10.0,119.0,553.0,New York City,New York-Newark-Jersey City +34027042000,"Census Tract 420, Morris County, New Jersey",4672,3381.0,107768.0,489900.0,1457.0,3472.0,0.0,0.0,802.0,0.0,0.0,30.0,368.0,New York City,New York-Newark-Jersey City +34027043800,"Census Tract 438, Morris County, New Jersey",6003,4445.0,98738.0,411900.0,1900.0,3134.0,218.0,0.0,106.0,0.0,0.0,193.0,2352.0,New York City,New York-Newark-Jersey City +34027044200,"Census Tract 442, Morris County, New Jersey",3887,2873.0,183587.0,1030200.0,2170.0,3552.0,0.0,0.0,201.0,0.0,0.0,33.0,101.0,New York City,New York-Newark-Jersey City +34027045200,"Census Tract 452, Morris County, New Jersey",3609,2415.0,84904.0,284400.0,747.0,2383.0,137.0,0.0,239.0,0.0,0.0,39.0,811.0,New York City,New York-Newark-Jersey City +34027045501,"Census Tract 455.01, Morris County, New Jersey",4999,3533.0,133007.0,383300.0,1795.0,4309.0,130.0,0.0,176.0,0.0,0.0,75.0,309.0,New York City,New York-Newark-Jersey City +34027045704,"Census Tract 457.04, Morris County, New Jersey",5266,3581.0,146875.0,544900.0,2467.0,4592.0,19.0,0.0,417.0,0.0,21.0,50.0,167.0,New York City,New York-Newark-Jersey City +34027045703,"Census Tract 457.03, Morris County, New Jersey",3794,2454.0,152500.0,544800.0,1785.0,3054.0,78.0,0.0,174.0,34.0,0.0,137.0,317.0,New York City,New York-Newark-Jersey City +34027042900,"Census Tract 429, Morris County, New Jersey",3799,2728.0,97917.0,600700.0,1672.0,2583.0,193.0,0.0,460.0,0.0,8.0,76.0,479.0,New York City,New York-Newark-Jersey City +34027046201,"Census Tract 462.01, Morris County, New Jersey",6214,4083.0,122763.0,386500.0,2134.0,5381.0,71.0,0.0,401.0,0.0,0.0,16.0,345.0,New York City,New York-Newark-Jersey City +34027040804,"Census Tract 408.04, Morris County, New Jersey",3726,2746.0,154444.0,534700.0,1732.0,2503.0,17.0,0.0,785.0,0.0,0.0,50.0,371.0,New York City,New York-Newark-Jersey City +34027041400,"Census Tract 414, Morris County, New Jersey",6184,4197.0,115000.0,357400.0,2418.0,5268.0,116.0,0.0,376.0,0.0,0.0,172.0,252.0,New York City,New York-Newark-Jersey City +34027043600,"Census Tract 436, Morris County, New Jersey",5577,4166.0,94506.0,482500.0,2721.0,3090.0,385.0,0.0,745.0,0.0,0.0,171.0,1186.0,New York City,New York-Newark-Jersey City +34027044701,"Census Tract 447.01, Morris County, New Jersey",4984,3628.0,81055.0,267800.0,930.0,4411.0,0.0,14.0,100.0,0.0,0.0,37.0,422.0,New York City,New York-Newark-Jersey City +34027045901,"Census Tract 459.01, Morris County, New Jersey",1540,1020.0,101375.0,488000.0,579.0,1338.0,12.0,16.0,33.0,0.0,0.0,0.0,157.0,New York City,New York-Newark-Jersey City +34027046103,"Census Tract 461.03, Morris County, New Jersey",5441,4025.0,86397.0,318100.0,1767.0,4212.0,441.0,22.0,324.0,0.0,0.0,28.0,414.0,New York City,New York-Newark-Jersey City +34027046105,"Census Tract 461.05, Morris County, New Jersey",8115,5530.0,73860.0,272100.0,2081.0,6098.0,575.0,0.0,243.0,0.0,0.0,149.0,1050.0,New York City,New York-Newark-Jersey City +34027046202,"Census Tract 462.02, Morris County, New Jersey",3799,2529.0,148603.0,429500.0,1443.0,3534.0,0.0,0.0,96.0,0.0,0.0,68.0,101.0,New York City,New York-Newark-Jersey City +34027041100,"Census Tract 411, Morris County, New Jersey",3702,2565.0,82800.0,378200.0,1142.0,2814.0,61.0,0.0,190.0,0.0,0.0,5.0,632.0,New York City,New York-Newark-Jersey City +34027041200,"Census Tract 412, Morris County, New Jersey",4309,2697.0,175556.0,810300.0,2322.0,3491.0,16.0,0.0,649.0,0.0,0.0,50.0,103.0,New York City,New York-Newark-Jersey City +34027041300,"Census Tract 413, Morris County, New Jersey",4635,3415.0,91298.0,393100.0,1655.0,3935.0,10.0,0.0,487.0,0.0,0.0,5.0,198.0,New York City,New York-Newark-Jersey City +34027044000,"Census Tract 440, Morris County, New Jersey",5740,3799.0,190147.0,921900.0,2816.0,4569.0,146.0,0.0,745.0,0.0,0.0,64.0,216.0,New York City,New York-Newark-Jersey City +34027041500,"Census Tract 415, Morris County, New Jersey",6003,4147.0,134911.0,455900.0,2549.0,4542.0,213.0,0.0,529.0,0.0,0.0,58.0,661.0,New York City,New York-Newark-Jersey City +34027043500,"Census Tract 435, Morris County, New Jersey",3485,2193.0,48364.0,342400.0,341.0,397.0,758.0,0.0,32.0,0.0,0.0,39.0,2259.0,New York City,New York-Newark-Jersey City +34027043900,"Census Tract 439, Morris County, New Jersey",4767,3116.0,159914.0,866700.0,2443.0,4174.0,61.0,0.0,336.0,0.0,0.0,83.0,113.0,New York City,New York-Newark-Jersey City +34027044101,"Census Tract 441.01, Morris County, New Jersey",3092,2103.0,154000.0,573100.0,1477.0,2832.0,0.0,0.0,116.0,0.0,0.0,27.0,117.0,New York City,New York-Newark-Jersey City +34027046106,"Census Tract 461.06, Morris County, New Jersey",8435,5447.0,132500.0,378400.0,2753.0,5624.0,480.0,120.0,963.0,0.0,0.0,207.0,1161.0,New York City,New York-Newark-Jersey City +34027044702,"Census Tract 447.02, Morris County, New Jersey",5969,4001.0,96659.0,400200.0,1892.0,4164.0,282.0,0.0,960.0,0.0,0.0,0.0,563.0,New York City,New York-Newark-Jersey City +34027044800,"Census Tract 448, Morris County, New Jersey",7213,5099.0,65787.0,253600.0,728.0,1416.0,606.0,0.0,188.0,0.0,29.0,87.0,4887.0,New York City,New York-Newark-Jersey City +34027045603,"Census Tract 456.03, Morris County, New Jersey",5256,3824.0,91824.0,442900.0,2117.0,2557.0,173.0,0.0,1155.0,0.0,0.0,142.0,1229.0,New York City,New York-Newark-Jersey City +34027040500,"Census Tract 405, Morris County, New Jersey",3715,2573.0,79313.0,344600.0,897.0,2598.0,2.0,16.0,190.0,0.0,0.0,125.0,784.0,New York City,New York-Newark-Jersey City +34027040801,"Census Tract 408.01, Morris County, New Jersey",5292,3388.0,134026.0,630200.0,2088.0,4289.0,85.0,14.0,597.0,0.0,0.0,83.0,224.0,New York City,New York-Newark-Jersey City +34027041602,"Census Tract 416.02, Morris County, New Jersey",2840,1962.0,108750.0,403600.0,1044.0,1903.0,77.0,0.0,427.0,0.0,0.0,84.0,349.0,New York City,New York-Newark-Jersey City +34027042100,"Census Tract 421, Morris County, New Jersey",4138,2926.0,121328.0,464500.0,1462.0,3261.0,67.0,0.0,412.0,0.0,0.0,17.0,381.0,New York City,New York-Newark-Jersey City +34027043000,"Census Tract 430, Morris County, New Jersey",4609,3155.0,126655.0,652000.0,2020.0,3682.0,126.0,0.0,230.0,0.0,13.0,42.0,516.0,New York City,New York-Newark-Jersey City +34027043200,"Census Tract 432, Morris County, New Jersey",4249,2090.0,144211.0,739900.0,1457.0,3103.0,140.0,5.0,362.0,0.0,0.0,146.0,493.0,New York City,New York-Newark-Jersey City +34027043301,"Census Tract 433.01, Morris County, New Jersey",3086,2269.0,111458.0,549600.0,1295.0,1959.0,427.0,0.0,125.0,0.0,0.0,5.0,570.0,New York City,New York-Newark-Jersey City +34027043303,"Census Tract 433.03, Morris County, New Jersey",3705,2797.0,154435.0,645800.0,2255.0,3107.0,29.0,12.0,154.0,0.0,0.0,142.0,273.0,New York City,New York-Newark-Jersey City +34027044502,"Census Tract 445.02, Morris County, New Jersey",4616,3043.0,100797.0,341400.0,1046.0,2701.0,74.0,0.0,453.0,0.0,40.0,70.0,1278.0,New York City,New York-Newark-Jersey City +34027043100,"Census Tract 431, Morris County, New Jersey",3423,2179.0,156016.0,1112300.0,1725.0,3124.0,48.0,0.0,30.0,0.0,0.0,159.0,62.0,New York City,New York-Newark-Jersey City +34027044300,"Census Tract 443, Morris County, New Jersey",6473,4638.0,83714.0,338800.0,1636.0,4531.0,265.0,0.0,496.0,0.0,0.0,72.0,1109.0,New York City,New York-Newark-Jersey City +34027045000,"Census Tract 450, Morris County, New Jersey",4923,3420.0,54426.0,241300.0,542.0,1008.0,317.0,16.0,243.0,0.0,18.0,3.0,3334.0,New York City,New York-Newark-Jersey City +34027045100,"Census Tract 451, Morris County, New Jersey",6591,4504.0,68265.0,293800.0,1153.0,2369.0,71.0,0.0,662.0,0.0,0.0,162.0,3327.0,New York City,New York-Newark-Jersey City +34027045602,"Census Tract 456.02, Morris County, New Jersey",1655,1008.0,45938.0,172100.0,106.0,343.0,177.0,0.0,49.0,0.0,36.0,4.0,1046.0,New York City,New York-Newark-Jersey City +34027040101,"Census Tract 401.01, Morris County, New Jersey",4288,2905.0,96997.0,373000.0,982.0,3416.0,10.0,0.0,248.0,0.0,8.0,32.0,574.0,New York City,New York-Newark-Jersey City +34027040102,"Census Tract 401.02, Morris County, New Jersey",6176,4808.0,87279.0,311400.0,1861.0,4890.0,201.0,0.0,306.0,0.0,25.0,117.0,637.0,New York City,New York-Newark-Jersey City +34027040400,"Census Tract 404, Morris County, New Jersey",4238,3173.0,100602.0,331200.0,1564.0,3576.0,0.0,0.0,194.0,0.0,0.0,23.0,445.0,New York City,New York-Newark-Jersey City +34027040900,"Census Tract 409, Morris County, New Jersey",4353,2951.0,136125.0,599700.0,1891.0,3739.0,36.0,0.0,411.0,0.0,25.0,31.0,111.0,New York City,New York-Newark-Jersey City +34027041000,"Census Tract 410, Morris County, New Jersey",4688,3304.0,98889.0,360400.0,1634.0,3161.0,180.0,0.0,521.0,0.0,0.0,256.0,570.0,New York City,New York-Newark-Jersey City +34027042200,"Census Tract 422, Morris County, New Jersey",5626,3774.0,123621.0,507700.0,2102.0,4210.0,121.0,0.0,746.0,0.0,0.0,42.0,507.0,New York City,New York-Newark-Jersey City +34027043401,"Census Tract 434.01, Morris County, New Jersey",7142,5350.0,136776.0,473900.0,3399.0,5882.0,150.0,0.0,362.0,0.0,0.0,331.0,417.0,New York City,New York-Newark-Jersey City +34027044403,"Census Tract 444.03, Morris County, New Jersey",4876,3341.0,130524.0,355700.0,1965.0,3893.0,195.0,0.0,250.0,0.0,85.0,16.0,437.0,New York City,New York-Newark-Jersey City +34027044404,"Census Tract 444.04, Morris County, New Jersey",4405,3031.0,114297.0,337300.0,1650.0,3363.0,220.0,10.0,226.0,0.0,0.0,86.0,500.0,New York City,New York-Newark-Jersey City +34027044602,"Census Tract 446.02, Morris County, New Jersey",5652,3992.0,105974.0,331500.0,1956.0,4744.0,75.0,0.0,79.0,0.0,0.0,220.0,534.0,New York City,New York-Newark-Jersey City +34027045502,"Census Tract 455.02, Morris County, New Jersey",8628,5964.0,116581.0,401900.0,3056.0,6618.0,544.0,0.0,833.0,0.0,0.0,58.0,575.0,New York City,New York-Newark-Jersey City +34027045902,"Census Tract 459.02, Morris County, New Jersey",7931,5307.0,153056.0,653500.0,3734.0,6637.0,65.0,0.0,348.0,0.0,38.0,297.0,546.0,New York City,New York-Newark-Jersey City +34027046000,"Census Tract 460, Morris County, New Jersey",3245,2370.0,56484.0,265500.0,597.0,2489.0,176.0,0.0,132.0,0.0,0.0,78.0,370.0,New York City,New York-Newark-Jersey City +34027046104,"Census Tract 461.04, Morris County, New Jersey",7019,4478.0,84664.0,421300.0,1946.0,4477.0,388.0,0.0,875.0,0.0,0.0,195.0,1084.0,New York City,New York-Newark-Jersey City +34027046298,"Census Tract 462.98, Morris County, New Jersey",5110,3313.0,136833.0,498200.0,1805.0,4496.0,116.0,0.0,214.0,0.0,0.0,66.0,218.0,New York City,New York-Newark-Jersey City +34027045401,"Census Tract 454.01, Morris County, New Jersey",5405,4260.0,90625.0,296600.0,1763.0,4416.0,297.0,0.0,210.0,0.0,0.0,15.0,467.0,New York City,New York-Newark-Jersey City +34027046297,"Census Tract 462.97, Morris County, New Jersey",3590,2317.0,149211.0,516100.0,1513.0,3383.0,84.0,6.0,0.0,0.0,0.0,53.0,64.0,New York City,New York-Newark-Jersey City +34027044900,"Census Tract 449, Morris County, New Jersey",6171,4205.0,71497.0,282200.0,689.0,1275.0,151.0,23.0,65.0,0.0,87.0,63.0,4530.0,New York City,New York-Newark-Jersey City +34027045402,"Census Tract 454.02, Morris County, New Jersey",4981,3333.0,91781.0,266600.0,943.0,3815.0,280.0,6.0,79.0,0.0,0.0,38.0,763.0,New York City,New York-Newark-Jersey City +34027045701,"Census Tract 457.01, Morris County, New Jersey",5949,3823.0,156599.0,545100.0,2361.0,4859.0,178.0,0.0,325.0,0.0,8.0,133.0,446.0,New York City,New York-Newark-Jersey City +34027040300,"Census Tract 403, Morris County, New Jersey",8355,6523.0,82000.0,412900.0,3205.0,7805.0,14.0,58.0,104.0,0.0,14.0,0.0,360.0,New York City,New York-Newark-Jersey City +34027040701,"Census Tract 407.01, Morris County, New Jersey",5977,4004.0,141970.0,510500.0,2282.0,4636.0,0.0,0.0,249.0,0.0,0.0,145.0,947.0,New York City,New York-Newark-Jersey City +34027041801,"Census Tract 418.01, Morris County, New Jersey",2878,2172.0,74010.0,390800.0,1314.0,1060.0,152.0,6.0,1372.0,0.0,50.0,48.0,190.0,New York City,New York-Newark-Jersey City +34027041803,"Census Tract 418.03, Morris County, New Jersey",4980,3568.0,148672.0,516300.0,2161.0,2232.0,91.0,0.0,2055.0,0.0,0.0,49.0,553.0,New York City,New York-Newark-Jersey City +34027042301,"Census Tract 423.01, Morris County, New Jersey",2566,1825.0,117386.0,462800.0,1008.0,2204.0,29.0,0.0,33.0,0.0,0.0,4.0,296.0,New York City,New York-Newark-Jersey City +34029735002,"Census Tract 7350.02, Ocean County, New Jersey",9121,6215.0,77068.0,254100.0,2038.0,7888.0,645.0,0.0,74.0,0.0,0.0,111.0,403.0,New York City,New York-Newark-Jersey City +34029735001,"Census Tract 7350.01, Ocean County, New Jersey",7083,4869.0,75230.0,250000.0,1317.0,6275.0,2.0,0.0,0.0,0.0,0.0,299.0,507.0,New York City,New York-Newark-Jersey City +34029732104,"Census Tract 7321.04, Ocean County, New Jersey",3886,2850.0,64302.0,292600.0,683.0,3552.0,0.0,7.0,139.0,0.0,0.0,0.0,188.0,New York City,New York-Newark-Jersey City +34029722002,"Census Tract 7220.02, Ocean County, New Jersey",8997,6538.0,67944.0,273900.0,1687.0,6543.0,565.0,0.0,667.0,0.0,0.0,83.0,1139.0,New York City,New York-Newark-Jersey City +34029990000,"Census Tract 9900, Ocean County, New Jersey",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +34029980100,"Census Tract 9801, Ocean County, New Jersey",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +34029980000,"Census Tract 9800, Ocean County, New Jersey",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +34029722001,"Census Tract 7220.01, Ocean County, New Jersey",5419,3924.0,73963.0,255400.0,1385.0,4499.0,380.0,0.0,87.0,0.0,0.0,125.0,328.0,New York City,New York-Newark-Jersey City +34029735101,"Census Tract 7351.01, Ocean County, New Jersey",2632,1998.0,66250.0,203200.0,509.0,2482.0,0.0,0.0,0.0,0.0,0.0,0.0,150.0,New York City,New York-Newark-Jersey City +34029732103,"Census Tract 7321.03, Ocean County, New Jersey",2575,1967.0,91510.0,371500.0,735.0,2359.0,3.0,0.0,21.0,0.0,0.0,2.0,190.0,New York City,New York-Newark-Jersey City +34029720001,"Census Tract 7200.01, Ocean County, New Jersey",4375,3416.0,55129.0,171900.0,802.0,3909.0,244.0,0.0,42.0,0.0,0.0,76.0,104.0,New York City,New York-Newark-Jersey City +34029720206,"Census Tract 7202.06, Ocean County, New Jersey",5991,5419.0,55962.0,265700.0,1545.0,5280.0,56.0,0.0,315.0,0.0,0.0,62.0,278.0,New York City,New York-Newark-Jersey City +34029715901,"Census Tract 7159.01, Ocean County, New Jersey",2428,1543.0,40435.0,173800.0,433.0,1298.0,545.0,0.0,169.0,0.0,0.0,80.0,336.0,New York City,New York-Newark-Jersey City +34029720205,"Census Tract 7202.05, Ocean County, New Jersey",3081,2921.0,50993.0,171800.0,719.0,2754.0,52.0,0.0,33.0,24.0,0.0,82.0,136.0,New York City,New York-Newark-Jersey City +34029739100,"Census Tract 7391, Ocean County, New Jersey",1610,1602.0,32064.0,69800.0,277.0,1445.0,39.0,0.0,46.0,0.0,0.0,34.0,46.0,New York City,New York-Newark-Jersey City +34029715902,"Census Tract 7159.02, Ocean County, New Jersey",4400,3830.0,36971.0,84300.0,557.0,3076.0,211.0,0.0,37.0,0.0,0.0,0.0,1076.0,New York City,New York-Newark-Jersey City +34029736105,"Census Tract 7361.05, Ocean County, New Jersey",3161,2717.0,67837.0,242600.0,701.0,2692.0,61.0,0.0,10.0,0.0,0.0,49.0,349.0,New York City,New York-Newark-Jersey City +34029735104,"Census Tract 7351.04, Ocean County, New Jersey",4014,2827.0,82683.0,337200.0,1194.0,3156.0,12.0,0.0,223.0,0.0,0.0,49.0,574.0,New York City,New York-Newark-Jersey City +34029735103,"Census Tract 7351.03, Ocean County, New Jersey",4162,3402.0,80547.0,381700.0,1365.0,3935.0,0.0,0.0,62.0,0.0,0.0,0.0,165.0,New York City,New York-Newark-Jersey City +34029713100,"Census Tract 7131, Ocean County, New Jersey",6059,4371.0,85237.0,288700.0,1673.0,5425.0,36.0,0.0,125.0,0.0,0.0,66.0,407.0,New York City,New York-Newark-Jersey City +34029713202,"Census Tract 7132.02, Ocean County, New Jersey",4161,2771.0,89450.0,276500.0,949.0,3339.0,47.0,0.0,90.0,0.0,0.0,0.0,685.0,New York City,New York-Newark-Jersey City +34029713500,"Census Tract 7135, Ocean County, New Jersey",3016,2350.0,66509.0,296100.0,670.0,2880.0,13.0,0.0,7.0,0.0,0.0,29.0,87.0,New York City,New York-Newark-Jersey City +34029714100,"Census Tract 7141, Ocean County, New Jersey",3494,2955.0,48587.0,195100.0,440.0,2893.0,356.0,7.0,0.0,0.0,0.0,33.0,212.0,New York City,New York-Newark-Jersey City +34029714400,"Census Tract 7144, Ocean County, New Jersey",734,713.0,80804.0,943000.0,403.0,726.0,1.0,0.0,1.0,0.0,0.0,0.0,6.0,New York City,New York-Newark-Jersey City +34029717101,"Census Tract 7171.01, Ocean County, New Jersey",8517,5487.0,112786.0,372900.0,1846.0,6560.0,268.0,0.0,425.0,0.0,0.0,118.0,1146.0,New York City,New York-Newark-Jersey City +34029722300,"Census Tract 7223, Ocean County, New Jersey",4004,2737.0,116848.0,388000.0,1219.0,3331.0,201.0,0.0,112.0,0.0,0.0,40.0,320.0,New York City,New York-Newark-Jersey City +34029731204,"Census Tract 7312.04, Ocean County, New Jersey",3483,3469.0,40202.0,167400.0,557.0,3338.0,0.0,0.0,29.0,0.0,0.0,0.0,116.0,New York City,New York-Newark-Jersey City +34029731206,"Census Tract 7312.06, Ocean County, New Jersey",2293,2250.0,32066.0,141300.0,332.0,2126.0,0.0,0.0,32.0,0.0,33.0,0.0,102.0,New York City,New York-Newark-Jersey City +34029736102,"Census Tract 7361.02, Ocean County, New Jersey",7742,5330.0,60440.0,207500.0,1214.0,6976.0,55.0,0.0,76.0,0.0,0.0,201.0,434.0,New York City,New York-Newark-Jersey City +34029731103,"Census Tract 7311.03, Ocean County, New Jersey",4685,3159.0,97188.0,275500.0,638.0,4176.0,60.0,0.0,11.0,0.0,0.0,54.0,384.0,New York City,New York-Newark-Jersey City +34029725002,"Census Tract 7250.02, Ocean County, New Jersey",6066,3854.0,66554.0,237900.0,820.0,5336.0,28.0,7.0,17.0,0.0,11.0,135.0,539.0,New York City,New York-Newark-Jersey City +34029726000,"Census Tract 7260, Ocean County, New Jersey",1581,1188.0,82174.0,400000.0,545.0,1395.0,12.0,3.0,16.0,0.0,0.0,95.0,60.0,New York City,New York-Newark-Jersey City +34029731002,"Census Tract 7310.02, Ocean County, New Jersey",4076,2911.0,75086.0,275600.0,722.0,3739.0,99.0,0.0,12.0,0.0,0.0,17.0,209.0,New York City,New York-Newark-Jersey City +34029731202,"Census Tract 7312.02, Ocean County, New Jersey",4123,4040.0,35946.0,143200.0,480.0,4016.0,31.0,11.0,40.0,0.0,0.0,0.0,25.0,New York City,New York-Newark-Jersey City +34029739000,"Census Tract 7390, Ocean County, New Jersey",2222,1905.0,75385.0,647300.0,930.0,2159.0,16.0,0.0,4.0,0.0,0.0,11.0,32.0,New York City,New York-Newark-Jersey City +34029716000,"Census Tract 7160, Ocean County, New Jersey",3526,3473.0,43915.0,173100.0,1045.0,3216.0,76.0,0.0,50.0,0.0,0.0,0.0,184.0,New York City,New York-Newark-Jersey City +34029717501,"Census Tract 7175.01, Ocean County, New Jersey",8109,5561.0,66641.0,247100.0,1607.0,6361.0,640.0,0.0,199.0,0.0,0.0,224.0,685.0,New York City,New York-Newark-Jersey City +34029720101,"Census Tract 7201.01, Ocean County, New Jersey",6384,5269.0,31663.0,65800.0,877.0,5271.0,354.0,0.0,0.0,0.0,0.0,321.0,438.0,New York City,New York-Newark-Jersey City +34029720103,"Census Tract 7201.03, Ocean County, New Jersey",4864,4770.0,32899.0,60000.0,654.0,4557.0,24.0,0.0,128.0,0.0,0.0,16.0,139.0,New York City,New York-Newark-Jersey City +34029720202,"Census Tract 7202.02, Ocean County, New Jersey",3839,3283.0,34909.0,87000.0,841.0,3231.0,370.0,0.0,59.0,0.0,0.0,14.0,165.0,New York City,New York-Newark-Jersey City +34029727001,"Census Tract 7270.01, Ocean County, New Jersey",2042,1756.0,68098.0,711300.0,800.0,1968.0,0.0,0.0,0.0,0.0,0.0,9.0,65.0,New York City,New York-Newark-Jersey City +34029730000,"Census Tract 7300, Ocean County, New Jersey",2185,1600.0,95909.0,305100.0,628.0,2021.0,23.0,0.0,43.0,0.0,0.0,5.0,93.0,New York City,New York-Newark-Jersey City +34029731001,"Census Tract 7310.01, Ocean County, New Jersey",3144,2345.0,78657.0,286500.0,566.0,2916.0,0.0,0.0,86.0,0.0,7.0,35.0,100.0,New York City,New York-Newark-Jersey City +34029732002,"Census Tract 7320.02, Ocean County, New Jersey",9200,6372.0,69119.0,233400.0,1753.0,8270.0,177.0,0.0,97.0,0.0,0.0,0.0,656.0,New York City,New York-Newark-Jersey City +34029736002,"Census Tract 7360.02, Ocean County, New Jersey",1605,1122.0,77708.0,262800.0,216.0,1505.0,0.0,0.0,0.0,0.0,0.0,70.0,30.0,New York City,New York-Newark-Jersey City +34029711400,"Census Tract 7114, Ocean County, New Jersey",5547,3940.0,89477.0,429900.0,1791.0,5316.0,19.0,0.0,0.0,0.0,0.0,0.0,212.0,New York City,New York-Newark-Jersey City +34029713203,"Census Tract 7132.03, Ocean County, New Jersey",4808,3664.0,54183.0,222200.0,929.0,3743.0,344.0,0.0,82.0,0.0,0.0,0.0,639.0,New York City,New York-Newark-Jersey City +34029713300,"Census Tract 7133, Ocean County, New Jersey",3989,3300.0,40721.0,170100.0,808.0,3782.0,20.0,0.0,5.0,0.0,13.0,66.0,103.0,New York City,New York-Newark-Jersey City +34029714200,"Census Tract 7142, Ocean County, New Jersey",7012,4692.0,83005.0,306700.0,1196.0,6052.0,109.0,0.0,128.0,0.0,0.0,24.0,699.0,New York City,New York-Newark-Jersey City +34029715500,"Census Tract 7155, Ocean County, New Jersey",12155,4194.0,55593.0,368400.0,1636.0,11213.0,54.0,15.0,53.0,0.0,0.0,54.0,781.0,New York City,New York-Newark-Jersey City +34029715600,"Census Tract 7156, Ocean County, New Jersey",8052,2914.0,47784.0,425400.0,724.0,6266.0,312.0,0.0,3.0,0.0,0.0,0.0,1471.0,New York City,New York-Newark-Jersey City +34029717200,"Census Tract 7172, Ocean County, New Jersey",8834,6334.0,103026.0,376700.0,2021.0,7679.0,264.0,17.0,212.0,0.0,0.0,17.0,662.0,New York City,New York-Newark-Jersey City +34029722701,"Census Tract 7227.01, Ocean County, New Jersey",4749,3423.0,106375.0,317200.0,1394.0,4275.0,0.0,14.0,259.0,0.0,0.0,0.0,201.0,New York City,New York-Newark-Jersey City +34029725100,"Census Tract 7251, Ocean County, New Jersey",2027,1323.0,74020.0,224200.0,260.0,1703.0,84.0,0.0,19.0,0.0,0.0,12.0,209.0,New York City,New York-Newark-Jersey City +34029729000,"Census Tract 7290, Ocean County, New Jersey",1911,1331.0,62813.0,250800.0,336.0,1693.0,62.0,0.0,7.0,0.0,0.0,0.0,149.0,New York City,New York-Newark-Jersey City +34029736001,"Census Tract 7360.01, Ocean County, New Jersey",3608,2941.0,88050.0,276900.0,983.0,3473.0,0.0,8.0,12.0,12.0,0.0,60.0,51.0,New York City,New York-Newark-Jersey City +34029720204,"Census Tract 7202.04, Ocean County, New Jersey",5721,3854.0,77564.0,243400.0,809.0,4288.0,128.0,0.0,154.0,0.0,18.0,444.0,689.0,New York City,New York-Newark-Jersey City +34029722401,"Census Tract 7224.01, Ocean County, New Jersey",5252,3594.0,77688.0,301000.0,1262.0,4748.0,45.0,11.0,72.0,0.0,0.0,240.0,147.0,New York City,New York-Newark-Jersey City +34029723300,"Census Tract 7233, Ocean County, New Jersey",6824,4357.0,82128.0,244900.0,1247.0,5539.0,17.0,0.0,210.0,0.0,0.0,33.0,1025.0,New York City,New York-Newark-Jersey City +34029723400,"Census Tract 7234, Ocean County, New Jersey",3126,2352.0,83023.0,371500.0,572.0,2914.0,0.0,0.0,26.0,0.0,0.0,63.0,123.0,New York City,New York-Newark-Jersey City +34029725001,"Census Tract 7250.01, Ocean County, New Jersey",3100,2032.0,84167.0,229900.0,481.0,2908.0,31.0,3.0,0.0,0.0,0.0,31.0,127.0,New York City,New York-Newark-Jersey City +34029727002,"Census Tract 7270.02, Ocean County, New Jersey",1168,1056.0,79500.0,508700.0,559.0,1108.0,0.0,0.0,23.0,0.0,0.0,0.0,37.0,New York City,New York-Newark-Jersey City +34029731102,"Census Tract 7311.02, Ocean County, New Jersey",6244,4323.0,70565.0,252000.0,1037.0,5304.0,80.0,0.0,257.0,0.0,0.0,20.0,583.0,New York City,New York-Newark-Jersey City +34029731203,"Census Tract 7312.03, Ocean County, New Jersey",1776,1715.0,37255.0,155700.0,160.0,1740.0,0.0,0.0,0.0,0.0,0.0,0.0,36.0,New York City,New York-Newark-Jersey City +34029732101,"Census Tract 7321.01, Ocean County, New Jersey",6408,4654.0,69435.0,254200.0,887.0,6090.0,0.0,0.0,30.0,0.0,9.0,0.0,279.0,New York City,New York-Newark-Jersey City +34029733000,"Census Tract 7330, Ocean County, New Jersey",8838,7214.0,67288.0,308200.0,1996.0,8414.0,44.0,49.0,40.0,0.0,0.0,76.0,215.0,New York City,New York-Newark-Jersey City +34029734002,"Census Tract 7340.02, Ocean County, New Jersey",6668,4262.0,77756.0,273700.0,1089.0,5427.0,362.0,48.0,0.0,0.0,0.0,105.0,726.0,New York City,New York-Newark-Jersey City +34029712000,"Census Tract 7120, Ocean County, New Jersey",1305,1048.0,111375.0,1210400.0,714.0,1187.0,6.0,0.0,20.0,0.0,19.0,28.0,45.0,New York City,New York-Newark-Jersey City +34029718000,"Census Tract 7180, Ocean County, New Jersey",8509,5716.0,91438.0,294400.0,1217.0,7334.0,318.0,0.0,70.0,0.0,0.0,37.0,750.0,New York City,New York-Newark-Jersey City +34029715302,"Census Tract 7153.02, Ocean County, New Jersey",6539,2263.0,26447.0,453700.0,673.0,5799.0,98.0,0.0,21.0,0.0,0.0,24.0,597.0,New York City,New York-Newark-Jersey City +34029717001,"Census Tract 7170.01, Ocean County, New Jersey",2925,1967.0,120694.0,319100.0,492.0,2310.0,214.0,0.0,64.0,0.0,0.0,32.0,305.0,New York City,New York-Newark-Jersey City +34029717300,"Census Tract 7173, Ocean County, New Jersey",5807,3864.0,108615.0,413400.0,1417.0,4794.0,496.0,0.0,82.0,0.0,0.0,96.0,339.0,New York City,New York-Newark-Jersey City +34029720203,"Census Tract 7202.03, Ocean County, New Jersey",4153,3190.0,60233.0,165000.0,897.0,3628.0,122.0,0.0,153.0,0.0,0.0,0.0,250.0,New York City,New York-Newark-Jersey City +34029722200,"Census Tract 7222, Ocean County, New Jersey",2271,2101.0,32181.0,123600.0,363.0,2157.0,0.0,8.0,11.0,0.0,0.0,23.0,72.0,New York City,New York-Newark-Jersey City +34029722600,"Census Tract 7226, Ocean County, New Jersey",3133,2209.0,87628.0,269800.0,483.0,3047.0,19.0,0.0,0.0,0.0,0.0,1.0,66.0,New York City,New York-Newark-Jersey City +34029724000,"Census Tract 7240, Ocean County, New Jersey",3741,2181.0,62500.0,186700.0,192.0,1711.0,594.0,3.0,30.0,0.0,0.0,303.0,1100.0,New York City,New York-Newark-Jersey City +34029731205,"Census Tract 7312.05, Ocean County, New Jersey",3232,3000.0,34810.0,138500.0,467.0,2721.0,182.0,0.0,13.0,0.0,0.0,56.0,260.0,New York City,New York-Newark-Jersey City +34029736101,"Census Tract 7361.01, Ocean County, New Jersey",6184,4233.0,60642.0,206200.0,963.0,5592.0,33.0,0.0,247.0,0.0,0.0,39.0,273.0,New York City,New York-Newark-Jersey City +34029738100,"Census Tract 7381, Ocean County, New Jersey",1601,1437.0,84489.0,936600.0,854.0,1572.0,1.0,0.0,5.0,0.0,4.0,17.0,2.0,New York City,New York-Newark-Jersey City +34029737000,"Census Tract 7370, Ocean County, New Jersey",3371,2409.0,57868.0,216300.0,579.0,3117.0,64.0,0.0,105.0,0.0,0.0,31.0,54.0,New York City,New York-Newark-Jersey City +34029710100,"Census Tract 7101, Ocean County, New Jersey",4577,3384.0,92143.0,556300.0,1698.0,4107.0,9.0,0.0,25.0,0.0,0.0,100.0,336.0,New York City,New York-Newark-Jersey City +34029711200,"Census Tract 7112, Ocean County, New Jersey",4597,3177.0,103477.0,359400.0,1256.0,4149.0,0.0,0.0,31.0,0.0,0.0,73.0,344.0,New York City,New York-Newark-Jersey City +34029713401,"Census Tract 7134.01, Ocean County, New Jersey",5110,3514.0,72063.0,208000.0,962.0,3981.0,165.0,0.0,65.0,0.0,0.0,205.0,694.0,New York City,New York-Newark-Jersey City +34029713800,"Census Tract 7138, Ocean County, New Jersey",3395,2443.0,75484.0,276000.0,752.0,2874.0,28.0,0.0,55.0,0.0,0.0,92.0,346.0,New York City,New York-Newark-Jersey City +34029714300,"Census Tract 7143, Ocean County, New Jersey",3275,2395.0,81875.0,346800.0,763.0,3179.0,0.0,0.0,7.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City +34029715200,"Census Tract 7152, Ocean County, New Jersey",12802,4652.0,42625.0,550100.0,1148.0,9362.0,407.0,0.0,104.0,0.0,0.0,27.0,2902.0,New York City,New York-Newark-Jersey City +34029715301,"Census Tract 7153.01, Ocean County, New Jersey",9434,3460.0,49923.0,375600.0,1066.0,7472.0,381.0,0.0,130.0,0.0,0.0,8.0,1443.0,New York City,New York-Newark-Jersey City +34029717102,"Census Tract 7171.02, Ocean County, New Jersey",4620,3625.0,74036.0,330000.0,1075.0,3682.0,170.0,0.0,404.0,0.0,0.0,20.0,344.0,New York City,New York-Newark-Jersey City +34029722500,"Census Tract 7225, Ocean County, New Jersey",1540,1408.0,68417.0,528700.0,617.0,1453.0,8.0,0.0,11.0,0.0,0.0,15.0,53.0,New York City,New York-Newark-Jersey City +34029722800,"Census Tract 7228, Ocean County, New Jersey",4808,3023.0,67817.0,286100.0,763.0,2816.0,344.0,0.0,352.0,0.0,0.0,53.0,1243.0,New York City,New York-Newark-Jersey City +34029723000,"Census Tract 7230, Ocean County, New Jersey",5752,3978.0,65595.0,263400.0,1153.0,4475.0,181.0,0.0,484.0,0.0,41.0,115.0,456.0,New York City,New York-Newark-Jersey City +34029723100,"Census Tract 7231, Ocean County, New Jersey",4177,3091.0,68029.0,288500.0,1106.0,3442.0,168.0,0.0,244.0,0.0,0.0,70.0,253.0,New York City,New York-Newark-Jersey City +34029723200,"Census Tract 7232, Ocean County, New Jersey",6553,4462.0,97927.0,288200.0,1452.0,5832.0,0.0,39.0,167.0,0.0,0.0,45.0,470.0,New York City,New York-Newark-Jersey City +34029731101,"Census Tract 7311.01, Ocean County, New Jersey",3444,2120.0,69470.0,305800.0,542.0,2832.0,95.0,0.0,104.0,0.0,27.0,129.0,257.0,New York City,New York-Newark-Jersey City +34029713900,"Census Tract 7139, Ocean County, New Jersey",6943,4461.0,61866.0,271800.0,945.0,5314.0,95.0,0.0,243.0,0.0,97.0,39.0,1155.0,New York City,New York-Newark-Jersey City +34029715800,"Census Tract 7158, Ocean County, New Jersey",7827,3134.0,60259.0,377200.0,975.0,6217.0,124.0,0.0,140.0,0.0,0.0,45.0,1301.0,New York City,New York-Newark-Jersey City +34029717400,"Census Tract 7174, Ocean County, New Jersey",5803,3894.0,91786.0,342200.0,1008.0,4550.0,100.0,0.0,353.0,0.0,0.0,61.0,739.0,New York City,New York-Newark-Jersey City +34029720102,"Census Tract 7201.02, Ocean County, New Jersey",3400,3381.0,24796.0,79800.0,463.0,3039.0,217.0,0.0,18.0,0.0,0.0,0.0,126.0,New York City,New York-Newark-Jersey City +34029721000,"Census Tract 7210, Ocean County, New Jersey",2687,1714.0,62262.0,186800.0,248.0,2080.0,109.0,0.0,124.0,0.0,3.0,29.0,342.0,New York City,New York-Newark-Jersey City +34029722100,"Census Tract 7221, Ocean County, New Jersey",6016,4994.0,85489.0,347800.0,1586.0,4993.0,126.0,0.0,473.0,0.0,35.0,54.0,335.0,New York City,New York-Newark-Jersey City +34029722402,"Census Tract 7224.02, Ocean County, New Jersey",3715,2834.0,89755.0,278100.0,1164.0,3399.0,46.0,0.0,62.0,4.0,0.0,75.0,129.0,New York City,New York-Newark-Jersey City +34029722900,"Census Tract 7229, Ocean County, New Jersey",5369,3596.0,60638.0,265500.0,1063.0,3643.0,314.0,0.0,309.0,0.0,0.0,298.0,805.0,New York City,New York-Newark-Jersey City +34029723500,"Census Tract 7235, Ocean County, New Jersey",2216,1687.0,61964.0,233300.0,438.0,1914.0,42.0,0.0,84.0,0.0,0.0,114.0,62.0,New York City,New York-Newark-Jersey City +34029723600,"Census Tract 7236, Ocean County, New Jersey",2440,1707.0,92537.0,309100.0,809.0,2273.0,51.0,0.0,18.0,0.0,0.0,0.0,98.0,New York City,New York-Newark-Jersey City +34029728000,"Census Tract 7280, Ocean County, New Jersey",5262,3760.0,53574.0,518300.0,1221.0,3977.0,90.0,0.0,70.0,91.0,0.0,10.0,1024.0,New York City,New York-Newark-Jersey City +34029732001,"Census Tract 7320.01, Ocean County, New Jersey",6375,4205.0,112067.0,342400.0,1519.0,6217.0,47.0,0.0,50.0,0.0,0.0,26.0,35.0,New York City,New York-Newark-Jersey City +34029734003,"Census Tract 7340.03, Ocean County, New Jersey",7580,4898.0,70276.0,203700.0,940.0,5992.0,626.0,0.0,87.0,0.0,26.0,61.0,788.0,New York City,New York-Newark-Jersey City +34029738001,"Census Tract 7380.01, Ocean County, New Jersey",2103,1948.0,81391.0,812300.0,1066.0,2072.0,0.0,0.0,7.0,0.0,0.0,17.0,7.0,New York City,New York-Newark-Jersey City +34029738002,"Census Tract 7380.02, Ocean County, New Jersey",1362,1166.0,85455.0,720100.0,647.0,1318.0,15.0,2.0,11.0,0.0,0.0,4.0,12.0,New York City,New York-Newark-Jersey City +34029713402,"Census Tract 7134.02, Ocean County, New Jersey",3585,2625.0,47996.0,225000.0,431.0,3092.0,67.0,0.0,0.0,0.0,0.0,33.0,393.0,New York City,New York-Newark-Jersey City +34029711100,"Census Tract 7111, Ocean County, New Jersey",4228,3130.0,84408.0,372400.0,1382.0,3967.0,53.0,9.0,0.0,0.0,0.0,34.0,165.0,New York City,New York-Newark-Jersey City +34029713000,"Census Tract 7130, Ocean County, New Jersey",4512,3120.0,71490.0,289700.0,879.0,3742.0,99.0,0.0,167.0,0.0,0.0,2.0,502.0,New York City,New York-Newark-Jersey City +34029713201,"Census Tract 7132.01, Ocean County, New Jersey",2606,1955.0,103641.0,377900.0,810.0,2466.0,28.0,0.0,26.0,0.0,0.0,0.0,86.0,New York City,New York-Newark-Jersey City +34029713700,"Census Tract 7137, Ocean County, New Jersey",2569,2039.0,106006.0,397600.0,846.0,2285.0,0.0,0.0,39.0,23.0,0.0,9.0,213.0,New York City,New York-Newark-Jersey City +34029714000,"Census Tract 7140, Ocean County, New Jersey",6124,4389.0,78606.0,277100.0,1070.0,4835.0,107.0,13.0,324.0,0.0,0.0,16.0,842.0,New York City,New York-Newark-Jersey City +34029715700,"Census Tract 7157, Ocean County, New Jersey",10290,5416.0,46556.0,333300.0,1565.0,8717.0,221.0,0.0,73.0,0.0,0.0,0.0,1279.0,New York City,New York-Newark-Jersey City +34029717002,"Census Tract 7170.02, Ocean County, New Jersey",4838,3224.0,69226.0,292000.0,824.0,3304.0,594.0,0.0,162.0,0.0,25.0,52.0,701.0,New York City,New York-Newark-Jersey City +34029717502,"Census Tract 7175.02, Ocean County, New Jersey",7048,5448.0,80156.0,350900.0,1781.0,6261.0,229.0,0.0,0.0,0.0,48.0,56.0,454.0,New York City,New York-Newark-Jersey City +34029715000,"Census Tract 7150, Ocean County, New Jersey",10710,5207.0,65481.0,362300.0,1128.0,5443.0,487.0,0.0,163.0,0.0,0.0,271.0,4346.0,New York City,New York-Newark-Jersey City +34029715401,"Census Tract 7154.01, Ocean County, New Jersey",5267,1896.0,71510.0,477700.0,686.0,4938.0,85.0,0.0,53.0,0.0,0.0,5.0,186.0,New York City,New York-Newark-Jersey City +34029711300,"Census Tract 7113, Ocean County, New Jersey",4147,2688.0,96940.0,321100.0,981.0,4000.0,0.0,0.0,0.0,0.0,14.0,0.0,133.0,New York City,New York-Newark-Jersey City +34029715402,"Census Tract 7154.02, Ocean County, New Jersey",6037,2121.0,27157.0,468200.0,781.0,6015.0,0.0,0.0,0.0,0.0,0.0,8.0,14.0,New York City,New York-Newark-Jersey City +34029722702,"Census Tract 7227.02, Ocean County, New Jersey",3886,2732.0,77530.0,284200.0,688.0,3261.0,111.0,0.0,104.0,0.0,7.0,133.0,270.0,New York City,New York-Newark-Jersey City +34029734001,"Census Tract 7340.01, Ocean County, New Jersey",7893,6866.0,65250.0,273200.0,1871.0,6910.0,415.0,0.0,23.0,0.0,15.0,123.0,407.0,New York City,New York-Newark-Jersey City +34029713600,"Census Tract 7136, Ocean County, New Jersey",3726,2635.0,113199.0,308300.0,793.0,3324.0,0.0,0.0,57.0,0.0,39.0,132.0,174.0,New York City,New York-Newark-Jersey City +34029731201,"Census Tract 7312.01, Ocean County, New Jersey",4374,4319.0,35439.0,146700.0,458.0,3939.0,0.0,36.0,68.0,0.0,0.0,0.0,343.0,New York City,New York-Newark-Jersey City +34031182302,"Census Tract 1823.02, Passaic County, New Jersey",6975,3991.0,33413.0,230200.0,366.0,79.0,1215.0,0.0,2.0,0.0,0.0,75.0,5604.0,New York City,New York-Newark-Jersey City +34031180202,"Census Tract 1802.02, Passaic County, New Jersey",6815,4162.0,31719.0,234400.0,372.0,525.0,680.0,0.0,1825.0,0.0,12.0,108.0,3665.0,New York City,New York-Newark-Jersey City +34031180201,"Census Tract 1802.01, Passaic County, New Jersey",3409,2202.0,37868.0,200000.0,278.0,386.0,942.0,9.0,253.0,0.0,0.0,47.0,1781.0,New York City,New York-Newark-Jersey City +34031175802,"Census Tract 1758.02, Passaic County, New Jersey",6855,3842.0,29266.0,222000.0,202.0,76.0,215.0,0.0,0.0,9.0,0.0,47.0,6508.0,New York City,New York-Newark-Jersey City +34031175801,"Census Tract 1758.01, Passaic County, New Jersey",4490,2940.0,31612.0,319900.0,370.0,154.0,374.0,18.0,652.0,0.0,0.0,34.0,3276.0,New York City,New York-Newark-Jersey City +34031175704,"Census Tract 1757.04, Passaic County, New Jersey",4426,2394.0,73984.0,429500.0,878.0,2593.0,90.0,0.0,280.0,0.0,0.0,30.0,1433.0,New York City,New York-Newark-Jersey City +34031175703,"Census Tract 1757.03, Passaic County, New Jersey",4485,2878.0,54325.0,230800.0,995.0,1570.0,448.0,115.0,411.0,46.0,9.0,23.0,1863.0,New York City,New York-Newark-Jersey City +34031175701,"Census Tract 1757.01, Passaic County, New Jersey",5113,3243.0,50996.0,299600.0,763.0,1444.0,545.0,11.0,406.0,0.0,13.0,14.0,2691.0,New York City,New York-Newark-Jersey City +34031175602,"Census Tract 1756.02, Passaic County, New Jersey",6959,4313.0,38423.0,312200.0,648.0,1066.0,444.0,96.0,281.0,0.0,21.0,94.0,5033.0,New York City,New York-Newark-Jersey City +34031175601,"Census Tract 1756.01, Passaic County, New Jersey",2321,1044.0,110673.0,478600.0,654.0,2202.0,0.0,0.0,33.0,0.0,0.0,0.0,86.0,New York City,New York-Newark-Jersey City +34031175402,"Census Tract 1754.02, Passaic County, New Jersey",5547,2931.0,27645.0,260000.0,243.0,193.0,693.0,134.0,96.0,0.0,0.0,0.0,4565.0,New York City,New York-Newark-Jersey City +34031175401,"Census Tract 1754.01, Passaic County, New Jersey",5776,3345.0,30528.0,282000.0,341.0,468.0,475.0,0.0,0.0,0.0,0.0,0.0,4833.0,New York City,New York-Newark-Jersey City +34031175301,"Census Tract 1753.01, Passaic County, New Jersey",3373,1867.0,26021.0,240600.0,90.0,191.0,11.0,77.0,16.0,0.0,0.0,0.0,3155.0,New York City,New York-Newark-Jersey City +34031154002,"Census Tract 1540.02, Passaic County, New Jersey",8184,5926.0,98036.0,350800.0,2110.0,6278.0,173.0,0.0,486.0,0.0,0.0,295.0,952.0,New York City,New York-Newark-Jersey City +34031154001,"Census Tract 1540.01, Passaic County, New Jersey",6340,4126.0,80809.0,414800.0,1924.0,4748.0,324.0,5.0,494.0,6.0,5.0,96.0,662.0,New York City,New York-Newark-Jersey City +34031133702,"Census Tract 1337.02, Passaic County, New Jersey",2925,2101.0,61229.0,277000.0,621.0,1531.0,128.0,8.0,68.0,0.0,0.0,54.0,1136.0,New York City,New York-Newark-Jersey City +34031133701,"Census Tract 1337.01, Passaic County, New Jersey",5515,3344.0,71541.0,256300.0,778.0,1429.0,551.0,0.0,336.0,0.0,220.0,46.0,2933.0,New York City,New York-Newark-Jersey City +34031216702,"Census Tract 2167.02, Passaic County, New Jersey",5676,3990.0,117321.0,330300.0,1668.0,4549.0,10.0,0.0,418.0,0.0,14.0,45.0,640.0,New York City,New York-Newark-Jersey City +34031175302,"Census Tract 1753.02, Passaic County, New Jersey",5114,2763.0,26890.0,241700.0,170.0,299.0,199.0,1.0,0.0,0.0,77.0,0.0,4538.0,New York City,New York-Newark-Jersey City +34031182301,"Census Tract 1823.01, Passaic County, New Jersey",1519,785.0,26283.0,243800.0,28.0,59.0,76.0,17.0,0.0,0.0,0.0,0.0,1384.0,New York City,New York-Newark-Jersey City +34031264200,"Census Tract 2642, Passaic County, New Jersey",4436,2308.0,20161.0,288100.0,400.0,0.0,2403.0,0.0,250.0,0.0,0.0,0.0,1783.0,New York City,New York-Newark-Jersey City +34031264102,"Census Tract 2641.02, Passaic County, New Jersey",6634,5160.0,79297.0,388300.0,1911.0,4549.0,323.0,78.0,447.0,0.0,27.0,17.0,1214.0,New York City,New York-Newark-Jersey City +34031264101,"Census Tract 2641.01, Passaic County, New Jersey",5908,3723.0,63854.0,336100.0,963.0,2905.0,314.0,34.0,361.0,0.0,23.0,106.0,2178.0,New York City,New York-Newark-Jersey City +34031236602,"Census Tract 2366.02, Passaic County, New Jersey",6943,5191.0,85673.0,330500.0,2089.0,5833.0,189.0,0.0,321.0,0.0,0.0,119.0,481.0,New York City,New York-Newark-Jersey City +34031216701,"Census Tract 2167.01, Passaic County, New Jersey",6775,4329.0,115135.0,351100.0,1995.0,5988.0,152.0,218.0,90.0,0.0,39.0,108.0,191.0,New York City,New York-Newark-Jersey City +34031236601,"Census Tract 2366.01, Passaic County, New Jersey",4839,3575.0,80182.0,254200.0,842.0,3501.0,201.0,0.0,161.0,0.0,0.0,314.0,662.0,New York City,New York-Newark-Jersey City +34031223802,"Census Tract 2238.02, Passaic County, New Jersey",7788,5654.0,106875.0,406000.0,2042.0,5807.0,141.0,0.0,657.0,0.0,0.0,55.0,1128.0,New York City,New York-Newark-Jersey City +34031223801,"Census Tract 2238.01, Passaic County, New Jersey",2675,1813.0,81625.0,330100.0,414.0,1869.0,124.0,0.0,32.0,0.0,9.0,0.0,641.0,New York City,New York-Newark-Jersey City +34031196402,"Census Tract 1964.02, Passaic County, New Jersey",6981,5263.0,91941.0,298800.0,2007.0,4893.0,43.0,0.0,371.0,0.0,74.0,296.0,1304.0,New York City,New York-Newark-Jersey City +34031182100,"Census Tract 1821, Passaic County, New Jersey",3597,2327.0,33865.0,238900.0,214.0,515.0,239.0,0.0,107.0,0.0,0.0,123.0,2613.0,New York City,New York-Newark-Jersey City +34031246001,"Census Tract 2460.01, Passaic County, New Jersey",6564,3591.0,101344.0,460400.0,1967.0,4334.0,552.0,23.0,791.0,4.0,4.0,123.0,733.0,New York City,New York-Newark-Jersey City +34031181900,"Census Tract 1819, Passaic County, New Jersey",4490,2939.0,49125.0,246800.0,591.0,1015.0,309.0,0.0,445.0,0.0,0.0,0.0,2721.0,New York City,New York-Newark-Jersey City +34031182000,"Census Tract 1820, Passaic County, New Jersey",1518,818.0,33333.0,252000.0,52.0,74.0,46.0,0.0,24.0,0.0,0.0,0.0,1374.0,New York City,New York-Newark-Jersey City +34031246101,"Census Tract 2461.01, Passaic County, New Jersey",6733,4977.0,102110.0,449200.0,2606.0,5358.0,16.0,0.0,343.0,0.0,0.0,236.0,780.0,New York City,New York-Newark-Jersey City +34031246102,"Census Tract 2461.02, Passaic County, New Jersey",3043,2343.0,78597.0,224600.0,1337.0,1746.0,64.0,0.0,648.0,0.0,0.0,8.0,577.0,New York City,New York-Newark-Jersey City +34031246104,"Census Tract 2461.04, Passaic County, New Jersey",3129,2247.0,76029.0,484400.0,865.0,2727.0,8.0,0.0,120.0,0.0,0.0,27.0,247.0,New York City,New York-Newark-Jersey City +34031256801,"Census Tract 2568.01, Passaic County, New Jersey",5499,3707.0,87780.0,246200.0,1007.0,4398.0,98.0,170.0,128.0,0.0,246.0,59.0,400.0,New York City,New York-Newark-Jersey City +34031182700,"Census Tract 1827, Passaic County, New Jersey",6886,4409.0,37846.0,257900.0,381.0,411.0,726.0,0.0,1.0,0.0,0.0,7.0,5741.0,New York City,New York-Newark-Jersey City +34031180900,"Census Tract 1809, Passaic County, New Jersey",3786,2183.0,41516.0,207000.0,185.0,78.0,813.0,58.0,0.0,0.0,20.0,142.0,2690.0,New York City,New York-Newark-Jersey City +34031246300,"Census Tract 2463, Passaic County, New Jersey",5066,3414.0,71039.0,310800.0,1101.0,3213.0,50.0,0.0,290.0,0.0,17.0,44.0,1452.0,New York City,New York-Newark-Jersey City +34031196401,"Census Tract 1964.01, Passaic County, New Jersey",4224,2812.0,102344.0,307900.0,765.0,3289.0,72.0,0.0,226.0,0.0,7.0,36.0,594.0,New York City,New York-Newark-Jersey City +34031183102,"Census Tract 1831.02, Passaic County, New Jersey",5148,3344.0,44933.0,208300.0,356.0,748.0,163.0,0.0,41.0,0.0,94.0,32.0,4070.0,New York City,New York-Newark-Jersey City +34031183101,"Census Tract 1831.01, Passaic County, New Jersey",2933,1998.0,49934.0,274400.0,380.0,823.0,251.0,0.0,35.0,0.0,8.0,65.0,1751.0,New York City,New York-Newark-Jersey City +34031223900,"Census Tract 2239, Passaic County, New Jersey",366,361.0,-666666666.0,-666666666.0,2.0,246.0,112.0,0.0,0.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City +34031124500,"Census Tract 1245, Passaic County, New Jersey",5496,4085.0,49957.0,282300.0,1052.0,3443.0,278.0,0.0,291.0,0.0,0.0,80.0,1404.0,New York City,New York-Newark-Jersey City +34031143400,"Census Tract 1434, Passaic County, New Jersey",7094,4596.0,82997.0,383100.0,1546.0,5174.0,154.0,0.0,144.0,0.0,0.0,52.0,1570.0,New York City,New York-Newark-Jersey City +34031182600,"Census Tract 1826, Passaic County, New Jersey",5329,3637.0,49469.0,268600.0,554.0,185.0,3118.0,0.0,60.0,0.0,15.0,101.0,1850.0,New York City,New York-Newark-Jersey City +34031182800,"Census Tract 1828, Passaic County, New Jersey",3925,2740.0,25755.0,269100.0,101.0,60.0,319.0,0.0,57.0,0.0,0.0,6.0,3483.0,New York City,New York-Newark-Jersey City +34031246103,"Census Tract 2461.03, Passaic County, New Jersey",6160,4290.0,126976.0,466300.0,2446.0,5032.0,15.0,0.0,500.0,0.0,0.0,0.0,613.0,New York City,New York-Newark-Jersey City +34031246201,"Census Tract 2462.01, Passaic County, New Jersey",6311,4365.0,134180.0,508700.0,2327.0,5159.0,38.0,0.0,455.0,0.0,0.0,109.0,550.0,New York City,New York-Newark-Jersey City +34031246202,"Census Tract 2462.02, Passaic County, New Jersey",5217,3348.0,132222.0,502400.0,2133.0,4537.0,12.0,0.0,138.0,0.0,0.0,40.0,490.0,New York City,New York-Newark-Jersey City +34031124900,"Census Tract 1249, Passaic County, New Jersey",5698,3349.0,56046.0,302300.0,545.0,1086.0,365.0,27.0,237.0,0.0,19.0,66.0,3925.0,New York City,New York-Newark-Jersey City +34031125100,"Census Tract 1251, Passaic County, New Jersey",4248,2603.0,46559.0,265600.0,293.0,734.0,125.0,61.0,0.0,0.0,6.0,40.0,3342.0,New York City,New York-Newark-Jersey City +34031181200,"Census Tract 1812, Passaic County, New Jersey",4784,2973.0,40146.0,280700.0,111.0,101.0,2623.0,0.0,0.0,0.0,0.0,0.0,2060.0,New York City,New York-Newark-Jersey City +34031181400,"Census Tract 1814, Passaic County, New Jersey",2746,1845.0,23273.0,231100.0,73.0,47.0,1591.0,0.0,0.0,0.0,0.0,46.0,1062.0,New York City,New York-Newark-Jersey City +34031183200,"Census Tract 1832, Passaic County, New Jersey",3044,2220.0,24796.0,-666666666.0,184.0,138.0,1571.0,10.0,57.0,0.0,10.0,44.0,1214.0,New York City,New York-Newark-Jersey City +34031246002,"Census Tract 2460.02, Passaic County, New Jersey",3049,2428.0,135870.0,499800.0,1353.0,2509.0,30.0,0.0,344.0,0.0,0.0,0.0,166.0,New York City,New York-Newark-Jersey City +34031124312,"Census Tract 1243.12, Passaic County, New Jersey",4358,3183.0,102917.0,422400.0,1714.0,2771.0,232.0,27.0,731.0,0.0,0.0,12.0,585.0,New York City,New York-Newark-Jersey City +34031124402,"Census Tract 1244.02, Passaic County, New Jersey",5135,3694.0,98472.0,341300.0,1736.0,2372.0,606.0,0.0,884.0,0.0,0.0,20.0,1253.0,New York City,New York-Newark-Jersey City +34031181702,"Census Tract 1817.02, Passaic County, New Jersey",2657,1669.0,23669.0,256700.0,62.0,101.0,580.0,0.0,0.0,0.0,10.0,3.0,1963.0,New York City,New York-Newark-Jersey City +34031182200,"Census Tract 1822, Passaic County, New Jersey",3242,2115.0,23684.0,269000.0,153.0,242.0,685.0,3.0,0.0,0.0,0.0,14.0,2298.0,New York City,New York-Newark-Jersey City +34031182900,"Census Tract 1829, Passaic County, New Jersey",2129,1170.0,35227.0,123100.0,100.0,41.0,276.0,4.0,6.0,0.0,0.0,0.0,1806.0,New York City,New York-Newark-Jersey City +34031182400,"Census Tract 1824, Passaic County, New Jersey",4967,3079.0,42557.0,273200.0,308.0,12.0,1550.0,0.0,0.0,0.0,0.0,0.0,3405.0,New York City,New York-Newark-Jersey City +34031182500,"Census Tract 1825, Passaic County, New Jersey",8629,5890.0,64324.0,189900.0,941.0,848.0,3152.0,0.0,42.0,0.0,0.0,23.0,4564.0,New York City,New York-Newark-Jersey City +34031246003,"Census Tract 2460.03, Passaic County, New Jersey",5775,3986.0,120625.0,402400.0,1941.0,4678.0,65.0,0.0,525.0,0.0,0.0,14.0,493.0,New York City,New York-Newark-Jersey City +34031256804,"Census Tract 2568.04, Passaic County, New Jersey",6802,4821.0,124709.0,334400.0,2290.0,6078.0,85.0,0.0,47.0,42.0,0.0,0.0,550.0,New York City,New York-Newark-Jersey City +34031180700,"Census Tract 1807, Passaic County, New Jersey",2582,1354.0,30887.0,179700.0,109.0,43.0,1317.0,0.0,20.0,0.0,0.0,0.0,1202.0,New York City,New York-Newark-Jersey City +34031180800,"Census Tract 1808, Passaic County, New Jersey",3301,1826.0,21389.0,214700.0,87.0,23.0,1244.0,0.0,17.0,0.0,0.0,50.0,1967.0,New York City,New York-Newark-Jersey City +34031181000,"Census Tract 1810, Passaic County, New Jersey",4158,2695.0,35772.0,227600.0,438.0,142.0,614.0,18.0,25.0,0.0,0.0,0.0,3377.0,New York City,New York-Newark-Jersey City +34031181300,"Census Tract 1813, Passaic County, New Jersey",5134,3200.0,27435.0,230000.0,323.0,189.0,2025.0,16.0,8.0,0.0,0.0,0.0,2912.0,New York City,New York-Newark-Jersey City +34031183000,"Census Tract 1830, Passaic County, New Jersey",7365,4502.0,33963.0,272500.0,415.0,3040.0,238.0,0.0,227.0,0.0,57.0,210.0,3593.0,New York City,New York-Newark-Jersey City +34031256803,"Census Tract 2568.03, Passaic County, New Jersey",5337,3965.0,68603.0,217000.0,1135.0,4185.0,48.0,10.0,99.0,0.0,0.0,91.0,904.0,New York City,New York-Newark-Jersey City +34031256805,"Census Tract 2568.05, Passaic County, New Jersey",5320,3506.0,106795.0,326700.0,1290.0,4846.0,80.0,5.0,108.0,0.0,0.0,71.0,215.0,New York City,New York-Newark-Jersey City +34031116500,"Census Tract 1165, Passaic County, New Jersey",8139,5726.0,80516.0,298700.0,2024.0,6049.0,174.0,53.0,318.0,0.0,29.0,65.0,1465.0,New York City,New York-Newark-Jersey City +34031124311,"Census Tract 1243.11, Passaic County, New Jersey",4728,3689.0,109688.0,356500.0,1469.0,2795.0,132.0,0.0,790.0,0.0,40.0,70.0,901.0,New York City,New York-Newark-Jersey City +34031124601,"Census Tract 1246.01, Passaic County, New Jersey",5133,3512.0,46004.0,293100.0,591.0,1898.0,180.0,0.0,493.0,0.0,66.0,132.0,2364.0,New York City,New York-Newark-Jersey City +34031124602,"Census Tract 1246.02, Passaic County, New Jersey",5077,3310.0,58173.0,333000.0,1076.0,2381.0,337.0,12.0,560.0,0.0,0.0,0.0,1799.0,New York City,New York-Newark-Jersey City +34031143300,"Census Tract 1433, Passaic County, New Jersey",5458,3926.0,85938.0,324400.0,1056.0,3872.0,259.0,0.0,0.0,0.0,0.0,89.0,1238.0,New York City,New York-Newark-Jersey City +34031175900,"Census Tract 1759, Passaic County, New Jersey",3838,2052.0,24237.0,-666666666.0,73.0,269.0,178.0,95.0,46.0,0.0,0.0,43.0,3302.0,New York City,New York-Newark-Jersey City +34031180100,"Census Tract 1801, Passaic County, New Jersey",8465,5553.0,73322.0,233000.0,721.0,1053.0,1446.0,0.0,1295.0,0.0,34.0,18.0,4619.0,New York City,New York-Newark-Jersey City +34031180600,"Census Tract 1806, Passaic County, New Jersey",4826,2978.0,38510.0,190300.0,288.0,199.0,1554.0,0.0,118.0,0.0,88.0,0.0,2867.0,New York City,New York-Newark-Jersey City +34031246203,"Census Tract 2462.03, Passaic County, New Jersey",4107,3003.0,134722.0,435500.0,1302.0,3160.0,43.0,10.0,276.0,0.0,0.0,65.0,553.0,New York City,New York-Newark-Jersey City +34031181500,"Census Tract 1815, Passaic County, New Jersey",3073,1614.0,22428.0,205800.0,28.0,4.0,2016.0,0.0,0.0,0.0,0.0,28.0,1025.0,New York City,New York-Newark-Jersey City +34031203600,"Census Tract 2036, Passaic County, New Jersey",5955,3696.0,50938.0,259800.0,664.0,1107.0,1277.0,70.0,132.0,0.0,0.0,83.0,3356.0,New York City,New York-Newark-Jersey City +34031256802,"Census Tract 2568.02, Passaic County, New Jersey",3801,2820.0,99861.0,280800.0,764.0,3365.0,15.0,0.0,1.0,0.0,15.0,51.0,354.0,New York City,New York-Newark-Jersey City +34031124200,"Census Tract 1242, Passaic County, New Jersey",7324,5061.0,97674.0,343200.0,1991.0,4155.0,461.0,0.0,881.0,0.0,90.0,48.0,1689.0,New York City,New York-Newark-Jersey City +34031124322,"Census Tract 1243.22, Passaic County, New Jersey",4378,3346.0,96516.0,333000.0,1564.0,2804.0,43.0,46.0,736.0,0.0,0.0,86.0,673.0,New York City,New York-Newark-Jersey City +34031124323,"Census Tract 1243.23, Passaic County, New Jersey",3160,2389.0,70184.0,322500.0,1235.0,1489.0,286.0,0.0,673.0,0.0,10.0,158.0,544.0,New York City,New York-Newark-Jersey City +34031175500,"Census Tract 1755, Passaic County, New Jersey",7678,4337.0,38704.0,282600.0,517.0,449.0,975.0,262.0,165.0,0.0,7.0,5.0,6077.0,New York City,New York-Newark-Jersey City +34031124321,"Census Tract 1243.21, Passaic County, New Jersey",6063,4694.0,87444.0,341000.0,1800.0,3183.0,207.0,21.0,828.0,0.0,0.0,117.0,1707.0,New York City,New York-Newark-Jersey City +34031125000,"Census Tract 1250, Passaic County, New Jersey",7006,4650.0,55292.0,331700.0,743.0,1152.0,666.0,231.0,49.0,0.0,0.0,0.0,5139.0,New York City,New York-Newark-Jersey City +34031124401,"Census Tract 1244.01, Passaic County, New Jersey",7135,4703.0,96563.0,357300.0,1841.0,4797.0,215.0,0.0,771.0,0.0,0.0,81.0,1271.0,New York City,New York-Newark-Jersey City +34031124700,"Census Tract 1247, Passaic County, New Jersey",6304,4154.0,80313.0,288200.0,934.0,2625.0,827.0,0.0,27.0,0.0,58.0,42.0,2725.0,New York City,New York-Newark-Jersey City +34031124800,"Census Tract 1248, Passaic County, New Jersey",4964,3225.0,59875.0,288500.0,703.0,1644.0,310.0,0.0,412.0,0.0,0.0,15.0,2583.0,New York City,New York-Newark-Jersey City +34031143200,"Census Tract 1432, Passaic County, New Jersey",6513,4677.0,117179.0,405800.0,1977.0,5265.0,98.0,0.0,7.0,0.0,0.0,27.0,1116.0,New York City,New York-Newark-Jersey City +34031175200,"Census Tract 1752, Passaic County, New Jersey",5082,2561.0,28818.0,-666666666.0,124.0,164.0,255.0,0.0,0.0,0.0,0.0,14.0,4649.0,New York City,New York-Newark-Jersey City +34031163500,"Census Tract 1635, Passaic County, New Jersey",8564,6669.0,96851.0,424100.0,2609.0,7453.0,0.0,0.0,357.0,0.0,0.0,91.0,663.0,New York City,New York-Newark-Jersey City +34031180300,"Census Tract 1803, Passaic County, New Jersey",6076,3608.0,32904.0,196100.0,260.0,573.0,1079.0,0.0,630.0,0.0,0.0,122.0,3672.0,New York City,New York-Newark-Jersey City +34031181100,"Census Tract 1811, Passaic County, New Jersey",6916,4162.0,39265.0,240000.0,448.0,468.0,2433.0,0.0,1.0,0.0,0.0,59.0,3955.0,New York City,New York-Newark-Jersey City +34031181800,"Census Tract 1818, Passaic County, New Jersey",3030,2123.0,18250.0,206300.0,234.0,334.0,751.0,32.0,180.0,0.0,0.0,9.0,1744.0,New York City,New York-Newark-Jersey City +34035052001,"Census Tract 520.01, Somerset County, New Jersey",4785,3232.0,95000.0,279600.0,825.0,1530.0,1620.0,0.0,179.0,0.0,0.0,63.0,1393.0,New York City,New York-Newark-Jersey City +34035052603,"Census Tract 526.03, Somerset County, New Jersey",4092,3146.0,89591.0,370700.0,2518.0,3429.0,99.0,0.0,419.0,0.0,0.0,0.0,145.0,New York City,New York-Newark-Jersey City +34035050802,"Census Tract 508.02, Somerset County, New Jersey",4472,3097.0,133393.0,474200.0,1736.0,3217.0,81.0,0.0,907.0,0.0,9.0,27.0,231.0,New York City,New York-Newark-Jersey City +34035051300,"Census Tract 513, Somerset County, New Jersey",2313,1653.0,84250.0,303300.0,565.0,1549.0,64.0,0.0,18.0,0.0,0.0,20.0,662.0,New York City,New York-Newark-Jersey City +34035051500,"Census Tract 515, Somerset County, New Jersey",3295,2065.0,51791.0,236800.0,257.0,2304.0,132.0,0.0,51.0,0.0,0.0,50.0,758.0,New York City,New York-Newark-Jersey City +34035052100,"Census Tract 521, Somerset County, New Jersey",7210,5050.0,136094.0,442600.0,2935.0,4169.0,422.0,0.0,1732.0,0.0,0.0,37.0,850.0,New York City,New York-Newark-Jersey City +34035052800,"Census Tract 528, Somerset County, New Jersey",2595,1652.0,129688.0,650700.0,1003.0,2147.0,106.0,0.0,34.0,0.0,0.0,12.0,296.0,New York City,New York-Newark-Jersey City +34035053703,"Census Tract 537.03, Somerset County, New Jersey",3864,2781.0,151875.0,491100.0,1635.0,2503.0,2.0,0.0,1169.0,0.0,0.0,24.0,166.0,New York City,New York-Newark-Jersey City +34035053704,"Census Tract 537.04, Somerset County, New Jersey",3058,2071.0,148073.0,408000.0,1297.0,2399.0,21.0,0.0,301.0,0.0,34.0,72.0,231.0,New York City,New York-Newark-Jersey City +34035053901,"Census Tract 539.01, Somerset County, New Jersey",622,436.0,112917.0,484400.0,304.0,535.0,22.0,3.0,2.0,0.0,0.0,9.0,51.0,New York City,New York-Newark-Jersey City +34035050500,"Census Tract 505, Somerset County, New Jersey",3728,2700.0,65478.0,277700.0,951.0,2026.0,83.0,0.0,497.0,0.0,0.0,127.0,995.0,New York City,New York-Newark-Jersey City +34035051000,"Census Tract 510, Somerset County, New Jersey",6984,4651.0,78289.0,295900.0,1969.0,3312.0,274.0,0.0,1502.0,0.0,65.0,122.0,1709.0,New York City,New York-Newark-Jersey City +34035052400,"Census Tract 524, Somerset County, New Jersey",5507,3599.0,139091.0,707600.0,2473.0,4567.0,21.0,0.0,372.0,0.0,0.0,93.0,454.0,New York City,New York-Newark-Jersey City +34035053000,"Census Tract 530, Somerset County, New Jersey",4606,3290.0,81545.0,246500.0,708.0,1879.0,373.0,0.0,549.0,0.0,0.0,270.0,1535.0,New York City,New York-Newark-Jersey City +34035053805,"Census Tract 538.05, Somerset County, New Jersey",3783,2681.0,108600.0,387200.0,1242.0,2893.0,241.0,0.0,542.0,0.0,0.0,33.0,74.0,New York City,New York-Newark-Jersey City +34035050300,"Census Tract 503, Somerset County, New Jersey",3744,2804.0,83659.0,295700.0,1176.0,2536.0,80.0,0.0,470.0,0.0,0.0,118.0,540.0,New York City,New York-Newark-Jersey City +34035050903,"Census Tract 509.03, Somerset County, New Jersey",5433,3741.0,148636.0,617400.0,2471.0,3996.0,196.0,0.0,770.0,0.0,9.0,69.0,393.0,New York City,New York-Newark-Jersey City +34035051400,"Census Tract 514, Somerset County, New Jersey",4007,2996.0,77582.0,246800.0,412.0,2830.0,273.0,0.0,55.0,9.0,0.0,36.0,804.0,New York City,New York-Newark-Jersey City +34035051200,"Census Tract 512, Somerset County, New Jersey",5195,3352.0,67816.0,250600.0,469.0,1628.0,168.0,46.0,92.0,0.0,0.0,11.0,3296.0,New York City,New York-Newark-Jersey City +34035052201,"Census Tract 522.01, Somerset County, New Jersey",5353,3742.0,111193.0,631600.0,1934.0,3819.0,3.0,0.0,905.0,0.0,0.0,145.0,481.0,New York City,New York-Newark-Jersey City +34035053105,"Census Tract 531.05, Somerset County, New Jersey",7407,5508.0,101144.0,292900.0,2768.0,3280.0,2047.0,0.0,1592.0,0.0,0.0,83.0,405.0,New York City,New York-Newark-Jersey City +34035053402,"Census Tract 534.02, Somerset County, New Jersey",6818,4972.0,130712.0,401100.0,3672.0,2366.0,1161.0,19.0,2523.0,0.0,0.0,164.0,585.0,New York City,New York-Newark-Jersey City +34035053501,"Census Tract 535.01, Somerset County, New Jersey",4471,3566.0,92326.0,384900.0,1683.0,2970.0,332.0,195.0,776.0,0.0,0.0,25.0,173.0,New York City,New York-Newark-Jersey City +34035050400,"Census Tract 504, Somerset County, New Jersey",2965,1905.0,64266.0,246200.0,415.0,1250.0,616.0,0.0,57.0,0.0,0.0,19.0,1023.0,New York City,New York-Newark-Jersey City +34035050600,"Census Tract 506, Somerset County, New Jersey",4030,2733.0,89839.0,366800.0,1047.0,2722.0,117.0,0.0,708.0,0.0,0.0,35.0,448.0,New York City,New York-Newark-Jersey City +34035051900,"Census Tract 519, Somerset County, New Jersey",3358,2351.0,94348.0,274300.0,784.0,1174.0,683.0,0.0,305.0,0.0,10.0,47.0,1139.0,New York City,New York-Newark-Jersey City +34035052002,"Census Tract 520.02, Somerset County, New Jersey",4797,3328.0,63902.0,251100.0,801.0,1231.0,798.0,18.0,433.0,0.0,0.0,0.0,2317.0,New York City,New York-Newark-Jersey City +34035053102,"Census Tract 531.02, Somerset County, New Jersey",4332,3126.0,92337.0,327700.0,1768.0,828.0,1365.0,17.0,1233.0,0.0,0.0,126.0,763.0,New York City,New York-Newark-Jersey City +34035050200,"Census Tract 502, Somerset County, New Jersey",2467,1792.0,73459.0,302100.0,1010.0,994.0,331.0,10.0,753.0,0.0,0.0,8.0,371.0,New York City,New York-Newark-Jersey City +34035050901,"Census Tract 509.01, Somerset County, New Jersey",4761,3287.0,130000.0,487500.0,2168.0,3900.0,143.0,0.0,480.0,0.0,14.0,48.0,176.0,New York City,New York-Newark-Jersey City +34035051700,"Census Tract 517, Somerset County, New Jersey",4872,2978.0,71856.0,245200.0,523.0,772.0,593.0,0.0,254.0,0.0,0.0,24.0,3229.0,New York City,New York-Newark-Jersey City +34035053604,"Census Tract 536.04, Somerset County, New Jersey",3412,2437.0,109141.0,381300.0,1425.0,2852.0,14.0,0.0,289.0,0.0,28.0,60.0,169.0,New York City,New York-Newark-Jersey City +34035053404,"Census Tract 534.04, Somerset County, New Jersey",11280,7572.0,99363.0,392100.0,3879.0,3146.0,2891.0,0.0,3175.0,0.0,0.0,337.0,1731.0,New York City,New York-Newark-Jersey City +34035053904,"Census Tract 539.04, Somerset County, New Jersey",3536,2177.0,201964.0,673500.0,1682.0,2390.0,36.0,0.0,836.0,0.0,0.0,46.0,228.0,New York City,New York-Newark-Jersey City +34035053905,"Census Tract 539.05, Somerset County, New Jersey",6946,4478.0,161280.0,615000.0,3412.0,3122.0,204.0,0.0,3047.0,0.0,0.0,194.0,379.0,New York City,New York-Newark-Jersey City +34035052204,"Census Tract 522.04, Somerset County, New Jersey",5137,3382.0,173571.0,821000.0,2355.0,3767.0,36.0,22.0,932.0,0.0,0.0,99.0,281.0,New York City,New York-Newark-Jersey City +34035053707,"Census Tract 537.07, Somerset County, New Jersey",3897,2639.0,156842.0,505400.0,1405.0,2996.0,155.0,0.0,478.0,0.0,0.0,74.0,194.0,New York City,New York-Newark-Jersey City +34035050704,"Census Tract 507.04, Somerset County, New Jersey",6902,4834.0,112766.0,372100.0,2872.0,3215.0,328.0,0.0,2672.0,0.0,0.0,91.0,596.0,New York City,New York-Newark-Jersey City +34035054201,"Census Tract 542.01, Somerset County, New Jersey",7141,5041.0,166639.0,521000.0,4109.0,4460.0,128.0,58.0,2216.0,0.0,0.0,78.0,259.0,New York City,New York-Newark-Jersey City +34035054202,"Census Tract 542.02, Somerset County, New Jersey",5436,3378.0,208259.0,676300.0,2557.0,3717.0,103.0,12.0,1318.0,0.0,0.0,87.0,199.0,New York City,New York-Newark-Jersey City +34035053603,"Census Tract 536.03, Somerset County, New Jersey",4877,3260.0,122981.0,452400.0,1988.0,4181.0,150.0,12.0,315.0,0.0,0.0,7.0,212.0,New York City,New York-Newark-Jersey City +34035053403,"Census Tract 534.03, Somerset County, New Jersey",4443,3730.0,85293.0,239100.0,1913.0,1455.0,1127.0,0.0,1582.0,0.0,0.0,31.0,248.0,New York City,New York-Newark-Jersey City +34035054300,"Census Tract 543, Somerset County, New Jersey",10166,8435.0,99554.0,350300.0,4390.0,5770.0,1031.0,16.0,2307.0,0.0,13.0,114.0,915.0,New York City,New York-Newark-Jersey City +34035052904,"Census Tract 529.04, Somerset County, New Jersey",2228,1654.0,119145.0,786600.0,1076.0,2020.0,22.0,0.0,48.0,0.0,0.0,24.0,114.0,New York City,New York-Newark-Jersey City +34035052903,"Census Tract 529.03, Somerset County, New Jersey",6016,5086.0,103687.0,342800.0,3454.0,4879.0,90.0,0.0,532.0,0.0,0.0,45.0,470.0,New York City,New York-Newark-Jersey City +34035054100,"Census Tract 541, Somerset County, New Jersey",8020,5213.0,129591.0,572000.0,3707.0,5754.0,407.0,0.0,1227.0,0.0,0.0,241.0,391.0,New York City,New York-Newark-Jersey City +34035050701,"Census Tract 507.01, Somerset County, New Jersey",4255,2766.0,119145.0,438600.0,1298.0,3161.0,15.0,11.0,663.0,0.0,0.0,16.0,400.0,New York City,New York-Newark-Jersey City +34035052203,"Census Tract 522.03, Somerset County, New Jersey",5508,3797.0,195208.0,832200.0,2739.0,4128.0,84.0,0.0,1060.0,0.0,0.0,91.0,145.0,New York City,New York-Newark-Jersey City +34035053706,"Census Tract 537.06, Somerset County, New Jersey",5338,3372.0,131985.0,447400.0,1949.0,3246.0,410.0,35.0,870.0,0.0,13.0,140.0,624.0,New York City,New York-Newark-Jersey City +34035050703,"Census Tract 507.03, Somerset County, New Jersey",5104,3460.0,135375.0,544800.0,2340.0,2268.0,95.0,0.0,2451.0,0.0,0.0,136.0,154.0,New York City,New York-Newark-Jersey City +34035052601,"Census Tract 526.01, Somerset County, New Jersey",9413,6048.0,222841.0,832600.0,4468.0,5576.0,89.0,0.0,3119.0,0.0,0.0,153.0,476.0,New York City,New York-Newark-Jersey City +34035052901,"Census Tract 529.01, Somerset County, New Jersey",887,633.0,112083.0,800700.0,420.0,737.0,0.0,0.0,31.0,0.0,0.0,21.0,98.0,New York City,New York-Newark-Jersey City +34035053200,"Census Tract 532, Somerset County, New Jersey",6750,4509.0,66275.0,265100.0,1322.0,973.0,3258.0,150.0,457.0,0.0,67.0,53.0,1942.0,New York City,New York-Newark-Jersey City +34035053602,"Census Tract 536.02, Somerset County, New Jersey",6394,4260.0,145337.0,542300.0,2372.0,5155.0,539.0,0.0,596.0,0.0,0.0,0.0,104.0,New York City,New York-Newark-Jersey City +34035053705,"Census Tract 537.05, Somerset County, New Jersey",6072,4425.0,88472.0,240900.0,2396.0,3542.0,823.0,0.0,1216.0,0.0,12.0,58.0,421.0,New York City,New York-Newark-Jersey City +34035050801,"Census Tract 508.01, Somerset County, New Jersey",3907,2552.0,149813.0,544000.0,1510.0,3105.0,44.0,0.0,376.0,0.0,0.0,32.0,350.0,New York City,New York-Newark-Jersey City +34035050100,"Census Tract 501, Somerset County, New Jersey",3058,2105.0,66305.0,325500.0,669.0,2014.0,113.0,0.0,95.0,0.0,28.0,78.0,730.0,New York City,New York-Newark-Jersey City +34035051100,"Census Tract 511, Somerset County, New Jersey",3002,2067.0,48838.0,265700.0,351.0,1153.0,192.0,17.0,98.0,0.0,21.0,11.0,1527.0,New York City,New York-Newark-Jersey City +34035051800,"Census Tract 518, Somerset County, New Jersey",4280,2645.0,64792.0,265400.0,542.0,781.0,694.0,0.0,169.0,0.0,87.0,224.0,2325.0,New York City,New York-Newark-Jersey City +34035052300,"Census Tract 523, Somerset County, New Jersey",5961,4038.0,121678.0,717200.0,2318.0,4167.0,62.0,0.0,886.0,0.0,23.0,35.0,788.0,New York City,New York-Newark-Jersey City +34035052700,"Census Tract 527, Somerset County, New Jersey",7792,5414.0,150635.0,704200.0,3742.0,6397.0,2.0,55.0,340.0,0.0,0.0,0.0,1053.0,New York City,New York-Newark-Jersey City +34035053803,"Census Tract 538.03, Somerset County, New Jersey",8378,5559.0,182656.0,566100.0,3724.0,6462.0,69.0,0.0,1420.0,0.0,0.0,207.0,220.0,New York City,New York-Newark-Jersey City +34035053103,"Census Tract 531.03, Somerset County, New Jersey",5618,3691.0,105240.0,345100.0,1754.0,2140.0,2234.0,31.0,539.0,7.0,0.0,97.0,570.0,New York City,New York-Newark-Jersey City +34035053801,"Census Tract 538.01, Somerset County, New Jersey",550,337.0,116500.0,354000.0,156.0,464.0,5.0,0.0,17.0,0.0,0.0,22.0,42.0,New York City,New York-Newark-Jersey City +34035051600,"Census Tract 516, Somerset County, New Jersey",3134,2199.0,66667.0,268600.0,473.0,2111.0,76.0,0.0,57.0,0.0,0.0,11.0,879.0,New York City,New York-Newark-Jersey City +34035053804,"Census Tract 538.04, Somerset County, New Jersey",5322,3466.0,84671.0,263000.0,1663.0,2864.0,415.0,37.0,689.0,0.0,0.0,200.0,1146.0,New York City,New York-Newark-Jersey City +34035050902,"Census Tract 509.02, Somerset County, New Jersey",3518,2515.0,151637.0,548200.0,1608.0,2828.0,68.0,0.0,373.0,0.0,0.0,70.0,179.0,New York City,New York-Newark-Jersey City +34035053300,"Census Tract 533, Somerset County, New Jersey",4714,2948.0,54821.0,263700.0,830.0,657.0,1676.0,0.0,596.0,0.0,79.0,61.0,1645.0,New York City,New York-Newark-Jersey City +34037371503,"Census Tract 3715.03, Sussex County, New Jersey",2782,1925.0,96378.0,227000.0,540.0,2427.0,22.0,0.0,9.0,0.0,0.0,136.0,188.0,New York City,New York-Newark-Jersey City +34037371502,"Census Tract 3715.02, Sussex County, New Jersey",5004,3680.0,90167.0,212900.0,1363.0,4357.0,10.0,12.0,11.0,0.0,0.0,80.0,534.0,New York City,New York-Newark-Jersey City +34037374900,"Census Tract 3749, Sussex County, New Jersey",4774,3250.0,76250.0,197600.0,782.0,3771.0,66.0,0.0,184.0,0.0,0.0,4.0,749.0,New York City,New York-Newark-Jersey City +34037372700,"Census Tract 3727, Sussex County, New Jersey",3172,2467.0,73735.0,185100.0,705.0,2811.0,128.0,0.0,91.0,0.0,0.0,0.0,142.0,New York City,New York-Newark-Jersey City +34037373000,"Census Tract 3730, Sussex County, New Jersey",2433,1683.0,82500.0,221300.0,439.0,2125.0,0.0,0.0,76.0,0.0,0.0,19.0,213.0,New York City,New York-Newark-Jersey City +34037373600,"Census Tract 3736, Sussex County, New Jersey",2942,2022.0,82837.0,267400.0,808.0,2615.0,35.0,0.0,123.0,0.0,0.0,0.0,169.0,New York City,New York-Newark-Jersey City +34037374000,"Census Tract 3740, Sussex County, New Jersey",3238,2177.0,108400.0,366800.0,916.0,2944.0,4.0,0.0,53.0,0.0,0.0,56.0,181.0,New York City,New York-Newark-Jersey City +34037371200,"Census Tract 3712, Sussex County, New Jersey",1872,1305.0,41667.0,209900.0,184.0,1512.0,40.0,0.0,165.0,0.0,0.0,2.0,153.0,New York City,New York-Newark-Jersey City +34037371300,"Census Tract 3713, Sussex County, New Jersey",3455,2298.0,101905.0,240400.0,648.0,2924.0,106.0,0.0,99.0,0.0,0.0,163.0,163.0,New York City,New York-Newark-Jersey City +34037371400,"Census Tract 3714, Sussex County, New Jersey",2900,1986.0,96681.0,269300.0,567.0,2599.0,48.0,0.0,16.0,0.0,0.0,0.0,237.0,New York City,New York-Newark-Jersey City +34037373400,"Census Tract 3734, Sussex County, New Jersey",6415,4467.0,123672.0,334100.0,2469.0,6038.0,14.0,0.0,77.0,0.0,15.0,71.0,200.0,New York City,New York-Newark-Jersey City +34037373500,"Census Tract 3735, Sussex County, New Jersey",3714,2854.0,105774.0,282700.0,970.0,3393.0,141.0,0.0,41.0,0.0,0.0,20.0,119.0,New York City,New York-Newark-Jersey City +34037373700,"Census Tract 3737, Sussex County, New Jersey",4043,2963.0,47656.0,188500.0,759.0,2891.0,330.0,0.0,67.0,0.0,0.0,37.0,718.0,New York City,New York-Newark-Jersey City +34037371000,"Census Tract 3710, Sussex County, New Jersey",3753,2653.0,70329.0,192000.0,479.0,3391.0,85.0,0.0,81.0,6.0,0.0,122.0,68.0,New York City,New York-Newark-Jersey City +34037371100,"Census Tract 3711, Sussex County, New Jersey",4028,2748.0,80078.0,288700.0,780.0,3639.0,11.0,0.0,6.0,0.0,0.0,172.0,200.0,New York City,New York-Newark-Jersey City +34037372400,"Census Tract 3724, Sussex County, New Jersey",2391,1659.0,96815.0,364400.0,531.0,2164.0,19.0,0.0,0.0,0.0,7.0,8.0,193.0,New York City,New York-Newark-Jersey City +34037371800,"Census Tract 3718, Sussex County, New Jersey",7034,5037.0,98648.0,306200.0,1395.0,6279.0,79.0,0.0,124.0,0.0,0.0,144.0,408.0,New York City,New York-Newark-Jersey City +34037372000,"Census Tract 3720, Sussex County, New Jersey",2988,2170.0,75855.0,301200.0,817.0,2681.0,1.0,14.0,40.0,0.0,10.0,40.0,216.0,New York City,New York-Newark-Jersey City +34037372300,"Census Tract 3723, Sussex County, New Jersey",4167,3042.0,81319.0,326600.0,876.0,3825.0,49.0,0.0,139.0,0.0,8.0,30.0,116.0,New York City,New York-Newark-Jersey City +34037372600,"Census Tract 3726, Sussex County, New Jersey",4873,3554.0,97689.0,290100.0,1381.0,4601.0,94.0,0.0,95.0,0.0,0.0,8.0,75.0,New York City,New York-Newark-Jersey City +34037374400,"Census Tract 3744, Sussex County, New Jersey",2330,1571.0,124265.0,339200.0,736.0,2172.0,0.0,0.0,38.0,0.0,0.0,10.0,110.0,New York City,New York-Newark-Jersey City +34037371600,"Census Tract 3716, Sussex County, New Jersey",2913,2229.0,63053.0,167900.0,682.0,2399.0,55.0,0.0,0.0,0.0,0.0,34.0,425.0,New York City,New York-Newark-Jersey City +34037371700,"Census Tract 3717, Sussex County, New Jersey",5518,3663.0,102835.0,275800.0,1146.0,4574.0,234.0,0.0,0.0,0.0,0.0,77.0,633.0,New York City,New York-Newark-Jersey City +34037372200,"Census Tract 3722, Sussex County, New Jersey",2152,1518.0,89659.0,274400.0,492.0,1767.0,0.0,0.0,9.0,0.0,0.0,1.0,375.0,New York City,New York-Newark-Jersey City +34037372900,"Census Tract 3729, Sussex County, New Jersey",3249,2224.0,54729.0,210000.0,468.0,2925.0,83.0,0.0,35.0,0.0,0.0,0.0,206.0,New York City,New York-Newark-Jersey City +34037373800,"Census Tract 3738, Sussex County, New Jersey",3894,2794.0,68813.0,218100.0,689.0,2987.0,150.0,0.0,76.0,0.0,0.0,48.0,633.0,New York City,New York-Newark-Jersey City +34037374500,"Census Tract 3745, Sussex County, New Jersey",1811,1419.0,86071.0,221800.0,463.0,1549.0,27.0,0.0,148.0,0.0,0.0,11.0,76.0,New York City,New York-Newark-Jersey City +34037374600,"Census Tract 3746, Sussex County, New Jersey",3411,2337.0,83813.0,229700.0,895.0,2714.0,73.0,0.0,84.0,0.0,0.0,190.0,350.0,New York City,New York-Newark-Jersey City +34037371900,"Census Tract 3719, Sussex County, New Jersey",1860,1414.0,80027.0,249800.0,368.0,1683.0,9.0,0.0,41.0,0.0,6.0,8.0,113.0,New York City,New York-Newark-Jersey City +34037374100,"Census Tract 3741, Sussex County, New Jersey",3511,2330.0,117563.0,353800.0,1042.0,3118.0,14.0,0.0,6.0,0.0,40.0,43.0,290.0,New York City,New York-Newark-Jersey City +34037374300,"Census Tract 3743, Sussex County, New Jersey",3274,2298.0,102727.0,273600.0,1004.0,3155.0,23.0,0.0,22.0,0.0,0.0,19.0,55.0,New York City,New York-Newark-Jersey City +34037372100,"Census Tract 3721, Sussex County, New Jersey",1971,1514.0,75391.0,229700.0,480.0,1700.0,49.0,0.0,54.0,0.0,0.0,1.0,167.0,New York City,New York-Newark-Jersey City +34037373300,"Census Tract 3733, Sussex County, New Jersey",3029,1897.0,119625.0,365800.0,1049.0,2419.0,201.0,0.0,139.0,0.0,0.0,88.0,182.0,New York City,New York-Newark-Jersey City +34037373900,"Census Tract 3739, Sussex County, New Jersey",3975,2770.0,86806.0,241900.0,1011.0,3765.0,0.0,0.0,0.0,0.0,0.0,45.0,165.0,New York City,New York-Newark-Jersey City +34037374200,"Census Tract 3742, Sussex County, New Jersey",2472,1787.0,92500.0,256200.0,612.0,2278.0,25.0,0.0,60.0,0.0,4.0,7.0,98.0,New York City,New York-Newark-Jersey City +34037373100,"Census Tract 3731, Sussex County, New Jersey",6218,3929.0,138814.0,438200.0,2049.0,5078.0,238.0,0.0,208.0,0.0,7.0,51.0,636.0,New York City,New York-Newark-Jersey City +34037372800,"Census Tract 3728, Sussex County, New Jersey",1600,1174.0,62000.0,138700.0,298.0,1303.0,141.0,0.0,0.0,0.0,0.0,6.0,150.0,New York City,New York-Newark-Jersey City +34037373200,"Census Tract 3732, Sussex County, New Jersey",3391,2204.0,156597.0,407200.0,1379.0,2989.0,20.0,12.0,141.0,0.0,0.0,0.0,241.0,New York City,New York-Newark-Jersey City +34037372500,"Census Tract 3725, Sussex County, New Jersey",3091,2143.0,85476.0,210800.0,655.0,2798.0,46.0,0.0,51.0,0.0,0.0,66.0,130.0,New York City,New York-Newark-Jersey City +34037374800,"Census Tract 3748, Sussex County, New Jersey",3986,2923.0,80441.0,253700.0,865.0,3254.0,63.0,0.0,135.0,0.0,0.0,25.0,509.0,New York City,New York-Newark-Jersey City +34037374700,"Census Tract 3747, Sussex County, New Jersey",3936,3086.0,91076.0,265200.0,959.0,3569.0,96.0,0.0,70.0,0.0,0.0,9.0,192.0,New York City,New York-Newark-Jersey City +34039032700,"Census Tract 327, Union County, New Jersey",7698,5545.0,72073.0,294500.0,2021.0,2739.0,2346.0,0.0,1008.0,0.0,229.0,136.0,1240.0,New York City,New York-Newark-Jersey City +34039033900,"Census Tract 339, Union County, New Jersey",3275,2056.0,62700.0,253700.0,598.0,1259.0,401.0,16.0,77.0,0.0,468.0,46.0,1024.0,New York City,New York-Newark-Jersey City +34039034400,"Census Tract 344, Union County, New Jersey",4093,2641.0,53292.0,203100.0,420.0,376.0,2604.0,0.0,19.0,0.0,255.0,176.0,663.0,New York City,New York-Newark-Jersey City +34039035700,"Census Tract 357, Union County, New Jersey",5212,3744.0,71839.0,299000.0,1247.0,2292.0,991.0,0.0,169.0,0.0,34.0,5.0,1721.0,New York City,New York-Newark-Jersey City +34039035800,"Census Tract 358, Union County, New Jersey",3869,2487.0,64922.0,254100.0,541.0,540.0,2060.0,0.0,192.0,0.0,0.0,87.0,990.0,New York City,New York-Newark-Jersey City +34039036700,"Census Tract 367, Union County, New Jersey",5626,3808.0,150347.0,629600.0,2503.0,4718.0,76.0,0.0,435.0,0.0,10.0,132.0,255.0,New York City,New York-Newark-Jersey City +34039030500,"Census Tract 305, Union County, New Jersey",5694,3193.0,57692.0,258900.0,284.0,419.0,596.0,0.0,45.0,0.0,145.0,55.0,4434.0,New York City,New York-Newark-Jersey City +34039030600,"Census Tract 306, Union County, New Jersey",3374,2010.0,43860.0,206000.0,125.0,500.0,872.0,0.0,45.0,0.0,127.0,3.0,1827.0,New York City,New York-Newark-Jersey City +34039031200,"Census Tract 312, Union County, New Jersey",6017,3772.0,40295.0,208300.0,337.0,537.0,1920.0,0.0,10.0,0.0,182.0,58.0,3310.0,New York City,New York-Newark-Jersey City +34039032100,"Census Tract 321, Union County, New Jersey",7682,5022.0,84537.0,301700.0,1317.0,3017.0,116.0,146.0,151.0,0.0,0.0,41.0,4357.0,New York City,New York-Newark-Jersey City +34039032600,"Census Tract 326, Union County, New Jersey",4952,3711.0,67161.0,291600.0,1144.0,753.0,3252.0,0.0,378.0,0.0,0.0,9.0,560.0,New York City,New York-Newark-Jersey City +34039036800,"Census Tract 368, Union County, New Jersey",7507,5134.0,150403.0,677000.0,3547.0,6104.0,26.0,0.0,626.0,0.0,0.0,173.0,578.0,New York City,New York-Newark-Jersey City +34039037300,"Census Tract 373, Union County, New Jersey",4654,3249.0,111417.0,404100.0,1450.0,3831.0,120.0,0.0,86.0,0.0,147.0,31.0,439.0,New York City,New York-Newark-Jersey City +34039038101,"Census Tract 381.01, Union County, New Jersey",4013,2691.0,166771.0,648700.0,2146.0,3108.0,32.0,0.0,449.0,0.0,0.0,161.0,263.0,New York City,New York-Newark-Jersey City +34039032800,"Census Tract 328, Union County, New Jersey",4779,3446.0,50655.0,219100.0,770.0,302.0,3829.0,0.0,143.0,0.0,18.0,50.0,437.0,New York City,New York-Newark-Jersey City +34039033600,"Census Tract 336, Union County, New Jersey",8235,5712.0,108281.0,347500.0,1521.0,5214.0,147.0,10.0,508.0,0.0,0.0,105.0,2251.0,New York City,New York-Newark-Jersey City +34039034300,"Census Tract 343, Union County, New Jersey",4022,2956.0,77991.0,209200.0,624.0,855.0,2173.0,0.0,44.0,0.0,130.0,33.0,787.0,New York City,New York-Newark-Jersey City +34039038000,"Census Tract 380, Union County, New Jersey",5903,3949.0,82375.0,470900.0,1799.0,2860.0,471.0,0.0,447.0,0.0,39.0,69.0,2017.0,New York City,New York-Newark-Jersey City +34039030900,"Census Tract 309, Union County, New Jersey",6394,3854.0,46429.0,259100.0,339.0,643.0,136.0,59.0,0.0,0.0,274.0,124.0,5217.0,New York City,New York-Newark-Jersey City +34039038602,"Census Tract 386.02, Union County, New Jersey",4035,2750.0,202907.0,703500.0,2014.0,2983.0,206.0,0.0,545.0,0.0,0.0,12.0,289.0,New York City,New York-Newark-Jersey City +34039039500,"Census Tract 395, Union County, New Jersey",6711,4145.0,67612.0,185500.0,519.0,265.0,2248.0,0.0,0.0,0.0,627.0,94.0,3477.0,New York City,New York-Newark-Jersey City +34039030200,"Census Tract 302, Union County, New Jersey",3515,2102.0,42000.0,259200.0,73.0,150.0,689.0,24.0,46.0,0.0,88.0,16.0,2526.0,New York City,New York-Newark-Jersey City +34039031700,"Census Tract 317, Union County, New Jersey",5266,3673.0,36576.0,209300.0,722.0,304.0,1651.0,0.0,382.0,0.0,198.0,82.0,2649.0,New York City,New York-Newark-Jersey City +34039032400,"Census Tract 324, Union County, New Jersey",7794,5171.0,58988.0,242800.0,1443.0,1552.0,3212.0,23.0,590.0,32.0,230.0,423.0,1755.0,New York City,New York-Newark-Jersey City +34039032500,"Census Tract 325, Union County, New Jersey",5877,4071.0,82776.0,261300.0,991.0,2090.0,1611.0,0.0,201.0,0.0,583.0,8.0,1384.0,New York City,New York-Newark-Jersey City +34039033100,"Census Tract 331, Union County, New Jersey",6231,4464.0,94007.0,308100.0,1545.0,2293.0,2034.0,0.0,945.0,0.0,74.0,0.0,885.0,New York City,New York-Newark-Jersey City +34039034600,"Census Tract 346, Union County, New Jersey",4404,2733.0,65264.0,255700.0,401.0,230.0,2905.0,50.0,17.0,0.0,13.0,37.0,1152.0,New York City,New York-Newark-Jersey City +34039036200,"Census Tract 362, Union County, New Jersey",6570,4637.0,110036.0,401600.0,2007.0,5385.0,0.0,0.0,111.0,0.0,0.0,65.0,1009.0,New York City,New York-Newark-Jersey City +34039037000,"Census Tract 370, Union County, New Jersey",6284,4504.0,135983.0,488800.0,2514.0,5291.0,149.0,0.0,83.0,0.0,0.0,96.0,665.0,New York City,New York-Newark-Jersey City +34039037700,"Census Tract 377, Union County, New Jersey",4794,3156.0,181292.0,1024300.0,2401.0,3926.0,49.0,0.0,535.0,0.0,0.0,9.0,275.0,New York City,New York-Newark-Jersey City +34039030400,"Census Tract 304, Union County, New Jersey",5541,3008.0,33750.0,253100.0,162.0,377.0,2100.0,0.0,22.0,0.0,52.0,76.0,2914.0,New York City,New York-Newark-Jersey City +34039032200,"Census Tract 322, Union County, New Jersey",5857,4082.0,67986.0,213100.0,835.0,211.0,5290.0,0.0,61.0,0.0,0.0,6.0,289.0,New York City,New York-Newark-Jersey City +34039032902,"Census Tract 329.02, Union County, New Jersey",5538,4110.0,81544.0,342800.0,1243.0,3147.0,624.0,137.0,578.0,0.0,0.0,45.0,1007.0,New York City,New York-Newark-Jersey City +34039033700,"Census Tract 337, Union County, New Jersey",5069,3358.0,91208.0,281800.0,1195.0,2482.0,259.0,0.0,329.0,0.0,145.0,44.0,1810.0,New York City,New York-Newark-Jersey City +34039035200,"Census Tract 352, Union County, New Jersey",2683,1756.0,56806.0,255800.0,210.0,582.0,421.0,7.0,9.0,0.0,0.0,24.0,1640.0,New York City,New York-Newark-Jersey City +34039036100,"Census Tract 361, Union County, New Jersey",1525,1153.0,59153.0,200000.0,209.0,1260.0,21.0,0.0,7.0,0.0,12.0,23.0,202.0,New York City,New York-Newark-Jersey City +34039036301,"Census Tract 363.01, Union County, New Jersey",5079,3838.0,77276.0,382500.0,1534.0,3983.0,154.0,0.0,226.0,0.0,0.0,77.0,639.0,New York City,New York-Newark-Jersey City +34039037100,"Census Tract 371, Union County, New Jersey",4367,3014.0,152773.0,561600.0,1983.0,4101.0,0.0,0.0,114.0,0.0,0.0,54.0,98.0,New York City,New York-Newark-Jersey City +34039037500,"Census Tract 375, Union County, New Jersey",6060,4448.0,94085.0,393300.0,2310.0,3853.0,246.0,0.0,729.0,0.0,354.0,46.0,832.0,New York City,New York-Newark-Jersey City +34039037900,"Census Tract 379, Union County, New Jersey",5468,3468.0,212414.0,1100700.0,2848.0,4598.0,146.0,0.0,274.0,0.0,91.0,156.0,203.0,New York City,New York-Newark-Jersey City +34039038202,"Census Tract 382.02, Union County, New Jersey",7095,4839.0,145963.0,598400.0,3198.0,5929.0,79.0,0.0,650.0,0.0,29.0,78.0,330.0,New York City,New York-Newark-Jersey City +34039038400,"Census Tract 384, Union County, New Jersey",6233,4234.0,94471.0,371900.0,1916.0,3582.0,1164.0,0.0,384.0,0.0,133.0,231.0,739.0,New York City,New York-Newark-Jersey City +34039031500,"Census Tract 315, Union County, New Jersey",5785,3884.0,60926.0,273000.0,579.0,1782.0,471.0,0.0,67.0,0.0,112.0,107.0,3246.0,New York City,New York-Newark-Jersey City +34039033000,"Census Tract 330, Union County, New Jersey",4444,3289.0,87580.0,273700.0,1350.0,2311.0,989.0,0.0,369.0,0.0,98.0,50.0,627.0,New York City,New York-Newark-Jersey City +34039033400,"Census Tract 334, Union County, New Jersey",3795,2677.0,106979.0,338900.0,1108.0,2141.0,296.0,0.0,443.0,0.0,0.0,20.0,895.0,New York City,New York-Newark-Jersey City +34039036400,"Census Tract 364, Union County, New Jersey",7557,4699.0,176583.0,820800.0,3649.0,6465.0,42.0,0.0,351.0,0.0,74.0,146.0,479.0,New York City,New York-Newark-Jersey City +34039034000,"Census Tract 340, Union County, New Jersey",6204,3994.0,34881.0,220000.0,542.0,780.0,2248.0,0.0,129.0,0.0,122.0,31.0,2894.0,New York City,New York-Newark-Jersey City +34039034200,"Census Tract 342, Union County, New Jersey",3822,2560.0,59167.0,204500.0,699.0,629.0,1885.0,0.0,1.0,6.0,0.0,33.0,1268.0,New York City,New York-Newark-Jersey City +34039034900,"Census Tract 349, Union County, New Jersey",6195,4353.0,70104.0,279800.0,1424.0,3277.0,1368.0,0.0,456.0,0.0,0.0,56.0,1038.0,New York City,New York-Newark-Jersey City +34039036500,"Census Tract 365, Union County, New Jersey",5559,3423.0,243235.0,908400.0,2800.0,4614.0,83.0,0.0,303.0,0.0,73.0,94.0,392.0,New York City,New York-Newark-Jersey City +34039036600,"Census Tract 366, Union County, New Jersey",4342,3063.0,106847.0,585400.0,1788.0,2649.0,760.0,12.0,207.0,0.0,106.0,0.0,620.0,New York City,New York-Newark-Jersey City +34039038500,"Census Tract 385, Union County, New Jersey",6026,4258.0,120188.0,438700.0,2364.0,4473.0,597.0,0.0,350.0,0.0,0.0,11.0,595.0,New York City,New York-Newark-Jersey City +34039038601,"Census Tract 386.01, Union County, New Jersey",8045,5893.0,106932.0,584500.0,3346.0,5813.0,981.0,0.0,803.0,0.0,0.0,112.0,336.0,New York City,New York-Newark-Jersey City +34039039300,"Census Tract 393, Union County, New Jersey",6519,3876.0,40996.0,250000.0,277.0,110.0,1173.0,0.0,11.0,0.0,526.0,0.0,4699.0,New York City,New York-Newark-Jersey City +34039031802,"Census Tract 318.02, Union County, New Jersey",2901,1872.0,39881.0,301200.0,306.0,232.0,676.0,0.0,150.0,0.0,9.0,0.0,1834.0,New York City,New York-Newark-Jersey City +34039030701,"Census Tract 307.01, Union County, New Jersey",1811,1215.0,59417.0,264900.0,233.0,560.0,39.0,0.0,36.0,0.0,97.0,11.0,1068.0,New York City,New York-Newark-Jersey City +34039039900,"Census Tract 399, Union County, New Jersey",1832,1391.0,30662.0,276000.0,99.0,358.0,530.0,0.0,79.0,0.0,0.0,0.0,865.0,New York City,New York-Newark-Jersey City +34039039800,"Census Tract 398, Union County, New Jersey",4480,2453.0,42254.0,192400.0,280.0,952.0,1134.0,63.0,16.0,0.0,78.0,118.0,2182.0,New York City,New York-Newark-Jersey City +34039031904,"Census Tract 319.04, Union County, New Jersey",3117,2276.0,24943.0,223200.0,212.0,251.0,657.0,16.0,35.0,0.0,45.0,0.0,2113.0,New York City,New York-Newark-Jersey City +34039031903,"Census Tract 319.03, Union County, New Jersey",6189,4115.0,37425.0,271200.0,474.0,792.0,892.0,0.0,205.0,0.0,279.0,115.0,3906.0,New York City,New York-Newark-Jersey City +34039031602,"Census Tract 316.02, Union County, New Jersey",5385,3603.0,46042.0,309100.0,740.0,984.0,836.0,0.0,13.0,0.0,147.0,92.0,3313.0,New York City,New York-Newark-Jersey City +34039031801,"Census Tract 318.01, Union County, New Jersey",5561,3620.0,40246.0,274800.0,340.0,584.0,585.0,0.0,177.0,0.0,131.0,115.0,3969.0,New York City,New York-Newark-Jersey City +34039031601,"Census Tract 316.01, Union County, New Jersey",3700,2737.0,37129.0,196400.0,533.0,289.0,1077.0,0.0,104.0,0.0,47.0,29.0,2154.0,New York City,New York-Newark-Jersey City +34039038900,"Census Tract 389, Union County, New Jersey",6428,3815.0,42757.0,210000.0,400.0,309.0,2413.0,24.0,10.0,0.0,570.0,84.0,3018.0,New York City,New York-Newark-Jersey City +34039033300,"Census Tract 333, Union County, New Jersey",4287,3084.0,100640.0,316000.0,1205.0,1973.0,607.0,0.0,392.0,0.0,283.0,103.0,929.0,New York City,New York-Newark-Jersey City +34039038201,"Census Tract 382.01, Union County, New Jersey",6481,4375.0,157083.0,618000.0,2967.0,4886.0,146.0,10.0,1008.0,0.0,0.0,18.0,423.0,New York City,New York-Newark-Jersey City +34039034700,"Census Tract 347, Union County, New Jersey",4252,3044.0,74712.0,255600.0,667.0,1076.0,1546.0,0.0,96.0,0.0,94.0,161.0,1279.0,New York City,New York-Newark-Jersey City +34039035600,"Census Tract 356, Union County, New Jersey",3561,2661.0,106168.0,286900.0,939.0,2220.0,395.0,0.0,93.0,0.0,54.0,17.0,782.0,New York City,New York-Newark-Jersey City +34039036000,"Census Tract 360, Union County, New Jersey",5252,3754.0,51563.0,242400.0,907.0,929.0,2067.0,16.0,218.0,0.0,0.0,208.0,1830.0,New York City,New York-Newark-Jersey City +34039039000,"Census Tract 390, Union County, New Jersey",3536,2363.0,33777.0,208900.0,170.0,169.0,1095.0,121.0,27.0,0.0,194.0,0.0,2051.0,New York City,New York-Newark-Jersey City +34039039400,"Census Tract 394, Union County, New Jersey",4872,2910.0,50260.0,186900.0,235.0,280.0,1475.0,287.0,78.0,0.0,504.0,9.0,2526.0,New York City,New York-Newark-Jersey City +34039039700,"Census Tract 397, Union County, New Jersey",5361,3780.0,66179.0,295200.0,1011.0,683.0,2911.0,0.0,72.0,0.0,145.0,136.0,1414.0,New York City,New York-Newark-Jersey City +34039031000,"Census Tract 310, Union County, New Jersey",4216,2507.0,48654.0,275000.0,95.0,46.0,455.0,152.0,0.0,0.0,125.0,11.0,3538.0,New York City,New York-Newark-Jersey City +34039032001,"Census Tract 320.01, Union County, New Jersey",7510,4601.0,52431.0,282700.0,615.0,756.0,559.0,0.0,232.0,0.0,365.0,353.0,5245.0,New York City,New York-Newark-Jersey City +34039032300,"Census Tract 323, Union County, New Jersey",2541,1600.0,55119.0,250000.0,197.0,248.0,1738.0,0.0,50.0,0.0,7.0,102.0,396.0,New York City,New York-Newark-Jersey City +34039032901,"Census Tract 329.01, Union County, New Jersey",3944,3016.0,60784.0,318000.0,800.0,1336.0,1209.0,0.0,481.0,0.0,161.0,41.0,716.0,New York City,New York-Newark-Jersey City +34039033500,"Census Tract 335, Union County, New Jersey",8073,5080.0,78954.0,339200.0,2022.0,4509.0,1185.0,0.0,740.0,6.0,117.0,57.0,1459.0,New York City,New York-Newark-Jersey City +34039033800,"Census Tract 338, Union County, New Jersey",5365,3781.0,62143.0,279700.0,1655.0,2917.0,588.0,20.0,738.0,0.0,190.0,35.0,897.0,New York City,New York-Newark-Jersey City +34039035000,"Census Tract 350, Union County, New Jersey",2818,1866.0,82470.0,267000.0,423.0,1232.0,260.0,0.0,93.0,0.0,74.0,0.0,1159.0,New York City,New York-Newark-Jersey City +34039035300,"Census Tract 353, Union County, New Jersey",5542,4064.0,56131.0,266100.0,682.0,1892.0,1520.0,0.0,149.0,0.0,59.0,167.0,1755.0,New York City,New York-Newark-Jersey City +34039035500,"Census Tract 355, Union County, New Jersey",7943,5366.0,67828.0,224000.0,1162.0,2553.0,1607.0,0.0,191.0,0.0,112.0,340.0,3140.0,New York City,New York-Newark-Jersey City +34039035900,"Census Tract 359, Union County, New Jersey",3606,2403.0,63889.0,227500.0,940.0,1304.0,959.0,8.0,197.0,0.0,16.0,18.0,1112.0,New York City,New York-Newark-Jersey City +34039037200,"Census Tract 372, Union County, New Jersey",4079,3037.0,80996.0,428300.0,1376.0,2960.0,241.0,0.0,234.0,0.0,4.0,72.0,568.0,New York City,New York-Newark-Jersey City +34039037601,"Census Tract 376.01, Union County, New Jersey",4656,3423.0,123894.0,430900.0,2267.0,3767.0,95.0,0.0,411.0,0.0,12.0,10.0,361.0,New York City,New York-Newark-Jersey City +34039037602,"Census Tract 376.02, Union County, New Jersey",6812,4983.0,114330.0,442500.0,3116.0,4396.0,1075.0,0.0,585.0,0.0,24.0,97.0,635.0,New York City,New York-Newark-Jersey City +34039037800,"Census Tract 378, Union County, New Jersey",5990,4139.0,126816.0,746700.0,3224.0,4346.0,106.0,0.0,442.0,0.0,0.0,135.0,961.0,New York City,New York-Newark-Jersey City +34039038800,"Census Tract 388, Union County, New Jersey",4487,3075.0,54979.0,199000.0,552.0,327.0,2839.0,28.0,111.0,0.0,132.0,40.0,1010.0,New York City,New York-Newark-Jersey City +34039030702,"Census Tract 307.02, Union County, New Jersey",8676,5501.0,43819.0,268700.0,592.0,927.0,653.0,0.0,281.0,0.0,449.0,37.0,6329.0,New York City,New York-Newark-Jersey City +34039039100,"Census Tract 391, Union County, New Jersey",3154,2390.0,103641.0,299100.0,1047.0,1247.0,1423.0,8.0,66.0,0.0,0.0,46.0,372.0,New York City,New York-Newark-Jersey City +34039031100,"Census Tract 311, Union County, New Jersey",5718,3901.0,38344.0,287900.0,440.0,562.0,169.0,0.0,44.0,0.0,75.0,8.0,4860.0,New York City,New York-Newark-Jersey City +34039032002,"Census Tract 320.02, Union County, New Jersey",4033,2709.0,57151.0,244100.0,379.0,916.0,260.0,10.0,137.0,0.0,182.0,13.0,2525.0,New York City,New York-Newark-Jersey City +34039038300,"Census Tract 383, Union County, New Jersey",6907,5027.0,129405.0,619500.0,2694.0,5888.0,113.0,0.0,482.0,0.0,59.0,108.0,257.0,New York City,New York-Newark-Jersey City +34039039600,"Census Tract 396, Union County, New Jersey",4284,3036.0,51763.0,252000.0,696.0,437.0,2375.0,4.0,78.0,0.0,103.0,86.0,1201.0,New York City,New York-Newark-Jersey City +34039035100,"Census Tract 351, Union County, New Jersey",4258,2963.0,63117.0,251200.0,769.0,1261.0,1963.0,75.0,160.0,0.0,0.0,106.0,768.0,New York City,New York-Newark-Jersey City +34039031400,"Census Tract 314, Union County, New Jersey",5041,3247.0,41094.0,238000.0,171.0,171.0,2346.0,7.0,0.0,0.0,70.0,170.0,2284.0,New York City,New York-Newark-Jersey City +34039034800,"Census Tract 348, Union County, New Jersey",4746,3643.0,96776.0,286100.0,1193.0,2704.0,379.0,0.0,454.0,0.0,47.0,153.0,1009.0,New York City,New York-Newark-Jersey City +34039036302,"Census Tract 363.02, Union County, New Jersey",3958,2894.0,104013.0,511300.0,1361.0,3351.0,31.0,0.0,93.0,0.0,0.0,0.0,483.0,New York City,New York-Newark-Jersey City +34039030802,"Census Tract 308.02, Union County, New Jersey",2901,1950.0,57875.0,291900.0,210.0,507.0,327.0,9.0,9.0,0.0,7.0,7.0,2044.0,New York City,New York-Newark-Jersey City +34039034500,"Census Tract 345, Union County, New Jersey",4489,3532.0,37946.0,211700.0,612.0,1032.0,1340.0,0.0,79.0,0.0,10.0,28.0,2000.0,New York City,New York-Newark-Jersey City +34039037400,"Census Tract 374, Union County, New Jersey",4588,3237.0,124444.0,459500.0,1667.0,3352.0,161.0,0.0,228.0,0.0,183.0,44.0,620.0,New York City,New York-Newark-Jersey City +34039034100,"Census Tract 341, Union County, New Jersey",3605,2454.0,49015.0,195500.0,389.0,462.0,1857.0,0.0,149.0,0.0,19.0,20.0,1098.0,New York City,New York-Newark-Jersey City +34039031300,"Census Tract 313, Union County, New Jersey",7024,4172.0,44757.0,274100.0,579.0,605.0,2099.0,74.0,0.0,0.0,58.0,33.0,4229.0,New York City,New York-Newark-Jersey City +34039038700,"Census Tract 387, Union County, New Jersey",7648,5044.0,132292.0,433100.0,3225.0,5749.0,499.0,0.0,691.0,0.0,0.0,110.0,599.0,New York City,New York-Newark-Jersey City +34039035400,"Census Tract 354, Union County, New Jersey",2843,1950.0,56607.0,231300.0,165.0,1252.0,483.0,0.0,119.0,0.0,11.0,15.0,963.0,New York City,New York-Newark-Jersey City +34039036900,"Census Tract 369, Union County, New Jersey",4365,3091.0,79063.0,365600.0,1230.0,3530.0,68.0,0.0,74.0,0.0,0.0,22.0,671.0,New York City,New York-Newark-Jersey City +34039038102,"Census Tract 381.02, Union County, New Jersey",8703,5732.0,125534.0,551600.0,3580.0,6472.0,65.0,25.0,1186.0,2.0,20.0,208.0,725.0,New York City,New York-Newark-Jersey City +34039039200,"Census Tract 392, Union County, New Jersey",5745,3648.0,47338.0,279900.0,766.0,602.0,2077.0,0.0,55.0,0.0,421.0,77.0,2513.0,New York City,New York-Newark-Jersey City +34039033200,"Census Tract 332, Union County, New Jersey",4758,3247.0,93047.0,327600.0,908.0,1847.0,1365.0,68.0,495.0,0.0,95.0,85.0,803.0,New York City,New York-Newark-Jersey City +36005016700,"Census Tract 167, Bronx County, New York",3269,1725.0,29549.0,420400.0,255.0,20.0,1356.0,17.0,0.0,0.0,0.0,31.0,1862.0,New York City,New York-Newark-Jersey City +36005022401,"Census Tract 224.01, Bronx County, New York",2625,1848.0,43150.0,127500.0,476.0,225.0,597.0,21.0,244.0,0.0,90.0,0.0,1469.0,New York City,New York-Newark-Jersey City +36005002800,"Census Tract 28, Bronx County, New York",5423,4015.0,52294.0,261600.0,781.0,74.0,2882.0,0.0,40.0,0.0,0.0,213.0,2214.0,New York City,New York-Newark-Jersey City +36005007900,"Census Tract 79, Bronx County, New York",7051,4080.0,26438.0,-666666666.0,255.0,20.0,1752.0,0.0,0.0,32.0,0.0,52.0,5195.0,New York City,New York-Newark-Jersey City +36005015800,"Census Tract 158, Bronx County, New York",1234,886.0,48289.0,446300.0,204.0,446.0,75.0,0.0,24.0,0.0,0.0,30.0,659.0,New York City,New York-Newark-Jersey City +36005021800,"Census Tract 218, Bronx County, New York",6765,4626.0,37008.0,439300.0,583.0,189.0,1946.0,0.0,159.0,0.0,0.0,19.0,4452.0,New York City,New York-Newark-Jersey City +36005033800,"Census Tract 338, Bronx County, New York",4350,2862.0,42353.0,387000.0,457.0,342.0,1454.0,52.0,335.0,0.0,0.0,51.0,2168.0,New York City,New York-Newark-Jersey City +36005036502,"Census Tract 365.02, Bronx County, New York",2182,1351.0,28095.0,601400.0,110.0,75.0,468.0,15.0,50.0,0.0,0.0,0.0,1589.0,New York City,New York-Newark-Jersey City +36005027401,"Census Tract 274.01, Bronx County, New York",4961,3685.0,93250.0,535800.0,1046.0,3593.0,67.0,0.0,161.0,0.0,0.0,0.0,1140.0,New York City,New York-Newark-Jersey City +36005027402,"Census Tract 274.02, Bronx County, New York",3460,2853.0,74063.0,497200.0,750.0,2463.0,27.0,0.0,107.0,0.0,9.0,57.0,797.0,New York City,New York-Newark-Jersey City +36005029301,"Census Tract 293.01, Bronx County, New York",1835,1583.0,97955.0,380400.0,1071.0,1312.0,126.0,0.0,25.0,0.0,0.0,81.0,291.0,New York City,New York-Newark-Jersey City +36005029302,"Census Tract 293.02, Bronx County, New York",5838,4660.0,100996.0,230700.0,2865.0,3776.0,463.0,0.0,138.0,0.0,19.0,129.0,1313.0,New York City,New York-Newark-Jersey City +36005030900,"Census Tract 309, Bronx County, New York",3582,2887.0,93750.0,418500.0,1590.0,2574.0,166.0,19.0,129.0,0.0,0.0,40.0,654.0,New York City,New York-Newark-Jersey City +36005033201,"Census Tract 332.01, Bronx County, New York",4490,3136.0,50739.0,171000.0,1041.0,796.0,652.0,90.0,35.0,0.0,54.0,67.0,2886.0,New York City,New York-Newark-Jersey City +36005033202,"Census Tract 332.02, Bronx County, New York",4334,3146.0,47672.0,159600.0,548.0,661.0,1164.0,0.0,51.0,0.0,0.0,29.0,2429.0,New York City,New York-Newark-Jersey City +36005040501,"Census Tract 405.01, Bronx County, New York",4521,2629.0,35464.0,441800.0,233.0,111.0,421.0,0.0,231.0,0.0,13.0,43.0,3702.0,New York City,New York-Newark-Jersey City +36005038301,"Census Tract 383.01, Bronx County, New York",4842,2682.0,28309.0,-666666666.0,307.0,65.0,1190.0,9.0,6.0,0.0,22.0,50.0,3509.0,New York City,New York-Newark-Jersey City +36005038302,"Census Tract 383.02, Bronx County, New York",6034,3320.0,22468.0,-666666666.0,323.0,39.0,2474.0,8.0,0.0,0.0,0.0,65.0,3456.0,New York City,New York-Newark-Jersey City +36005040303,"Census Tract 403.03, Bronx County, New York",5149,3194.0,38199.0,357500.0,480.0,142.0,795.0,208.0,187.0,0.0,39.0,59.0,3741.0,New York City,New York-Newark-Jersey City +36005040502,"Census Tract 405.02, Bronx County, New York",7172,4179.0,28750.0,522400.0,653.0,95.0,2165.0,16.0,134.0,0.0,42.0,26.0,4710.0,New York City,New York-Newark-Jersey City +36005020000,"Census Tract 200, Bronx County, New York",4671,3083.0,43088.0,400000.0,551.0,96.0,235.0,57.0,1420.0,19.0,18.0,0.0,2883.0,New York City,New York-Newark-Jersey City +36005033700,"Census Tract 337, Bronx County, New York",2490,1760.0,79773.0,608700.0,1008.0,1614.0,195.0,8.0,152.0,0.0,0.0,133.0,396.0,New York City,New York-Newark-Jersey City +36005034800,"Census Tract 348, Bronx County, New York",6776,4164.0,37742.0,390700.0,756.0,159.0,3077.0,0.0,172.0,0.0,0.0,118.0,3250.0,New York City,New York-Newark-Jersey City +36005036000,"Census Tract 360, Bronx County, New York",2977,2198.0,61929.0,440500.0,551.0,327.0,1243.0,0.0,355.0,0.0,48.0,40.0,964.0,New York City,New York-Newark-Jersey City +36005039500,"Census Tract 395, Bronx County, New York",4327,2484.0,23860.0,448000.0,464.0,56.0,1673.0,57.0,30.0,0.0,0.0,0.0,2511.0,New York City,New York-Newark-Jersey City +36005021700,"Census Tract 217, Bronx County, New York",5438,3481.0,27823.0,366700.0,328.0,58.0,2483.0,32.0,21.0,7.0,0.0,0.0,2837.0,New York City,New York-Newark-Jersey City +36005032600,"Census Tract 326, Bronx County, New York",3463,2639.0,58798.0,470200.0,560.0,1593.0,333.0,6.0,793.0,0.0,0.0,35.0,703.0,New York City,New York-Newark-Jersey City +36005033500,"Census Tract 335, Bronx County, New York",2112,1280.0,89141.0,284500.0,781.0,1486.0,118.0,0.0,126.0,0.0,9.0,41.0,332.0,New York City,New York-Newark-Jersey City +36005022404,"Census Tract 224.04, Bronx County, New York",4186,2822.0,39651.0,112500.0,886.0,996.0,930.0,117.0,307.0,0.0,16.0,90.0,1798.0,New York City,New York-Newark-Jersey City +36005023704,"Census Tract 237.04, Bronx County, New York",4295,2384.0,21394.0,-666666666.0,301.0,20.0,794.0,30.0,17.0,0.0,26.0,28.0,3410.0,New York City,New York-Newark-Jersey City +36005040304,"Census Tract 403.04, Bronx County, New York",4009,1848.0,22750.0,-666666666.0,258.0,65.0,110.0,7.0,210.0,0.0,10.0,6.0,3608.0,New York City,New York-Newark-Jersey City +36005004200,"Census Tract 42, Bronx County, New York",7814,4759.0,30710.0,143800.0,563.0,359.0,3685.0,57.0,120.0,0.0,0.0,19.0,3631.0,New York City,New York-Newark-Jersey City +36005043400,"Census Tract 434, Bronx County, New York",3952,2400.0,45625.0,460100.0,452.0,144.0,2183.0,0.0,271.0,0.0,127.0,35.0,1192.0,New York City,New York-Newark-Jersey City +36005044400,"Census Tract 444, Bronx County, New York",4155,2889.0,66190.0,387100.0,694.0,110.0,3349.0,62.0,124.0,0.0,116.0,87.0,369.0,New York City,New York-Newark-Jersey City +36005001900,"Census Tract 19, Bronx County, New York",2817,1837.0,40117.0,375000.0,420.0,218.0,932.0,0.0,68.0,0.0,81.0,14.0,1504.0,New York City,New York-Newark-Jersey City +36005045600,"Census Tract 456, Bronx County, New York",3189,2274.0,79257.0,519100.0,521.0,613.0,1642.0,0.0,71.0,0.0,23.0,83.0,757.0,New York City,New York-Newark-Jersey City +36005005001,"Census Tract 50.01, Bronx County, New York",5101,2780.0,24683.0,447200.0,312.0,62.0,1388.0,64.0,0.0,0.0,6.0,42.0,3539.0,New York City,New York-Newark-Jersey City +36005005002,"Census Tract 50.02, Bronx County, New York",5583,3460.0,27321.0,597500.0,311.0,71.0,1187.0,29.0,65.0,0.0,92.0,66.0,4094.0,New York City,New York-Newark-Jersey City +36005005300,"Census Tract 53, Bronx County, New York",4167,2160.0,13519.0,-666666666.0,208.0,55.0,2124.0,40.0,4.0,0.0,0.0,54.0,1930.0,New York City,New York-Newark-Jersey City +36005008900,"Census Tract 89, Bronx County, New York",3373,1906.0,24821.0,-666666666.0,274.0,53.0,746.0,49.0,12.0,0.0,0.0,0.0,2562.0,New York City,New York-Newark-Jersey City +36005009800,"Census Tract 98, Bronx County, New York",5189,3570.0,63267.0,425900.0,989.0,103.0,1095.0,0.0,229.0,0.0,111.0,15.0,3636.0,New York City,New York-Newark-Jersey City +36005012500,"Census Tract 125, Bronx County, New York",4510,2774.0,31336.0,414400.0,421.0,59.0,1380.0,56.0,77.0,0.0,0.0,10.0,2952.0,New York City,New York-Newark-Jersey City +36005014900,"Census Tract 149, Bronx County, New York",4423,2870.0,24874.0,-666666666.0,378.0,107.0,1688.0,0.0,13.0,0.0,0.0,21.0,2594.0,New York City,New York-Newark-Jersey City +36005019700,"Census Tract 197, Bronx County, New York",7489,4348.0,25302.0,-666666666.0,377.0,46.0,1436.0,68.0,559.0,30.0,113.0,96.0,5209.0,New York City,New York-Newark-Jersey City +36005022000,"Census Tract 220, Bronx County, New York",2410,1398.0,27969.0,-666666666.0,142.0,43.0,564.0,0.0,162.0,0.0,0.0,10.0,1631.0,New York City,New York-Newark-Jersey City +36005022702,"Census Tract 227.02, Bronx County, New York",1534,1018.0,31778.0,-666666666.0,226.0,0.0,436.0,0.0,118.0,0.0,25.0,0.0,955.0,New York City,New York-Newark-Jersey City +36005023100,"Census Tract 231, Bronx County, New York",1570,974.0,18750.0,-666666666.0,85.0,47.0,614.0,0.0,0.0,0.0,0.0,0.0,909.0,New York City,New York-Newark-Jersey City +36005023501,"Census Tract 235.01, Bronx County, New York",3235,2054.0,23311.0,-666666666.0,218.0,23.0,521.0,7.0,32.0,0.0,98.0,11.0,2550.0,New York City,New York-Newark-Jersey City +36005001600,"Census Tract 16, Bronx County, New York",6115,3533.0,33118.0,389600.0,454.0,226.0,1899.0,0.0,0.0,0.0,117.0,0.0,3873.0,New York City,New York-Newark-Jersey City +36005002400,"Census Tract 24, Bronx County, New York",130,104.0,-666666666.0,-666666666.0,70.0,60.0,70.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36005003100,"Census Tract 31, Bronx County, New York",1675,1020.0,42353.0,-666666666.0,152.0,29.0,427.0,0.0,29.0,0.0,0.0,0.0,1190.0,New York City,New York-Newark-Jersey City +36005003800,"Census Tract 38, Bronx County, New York",1437,995.0,36667.0,374600.0,84.0,14.0,527.0,6.0,7.0,0.0,8.0,9.0,872.0,New York City,New York-Newark-Jersey City +36005004100,"Census Tract 41, Bronx County, New York",5946,3054.0,20137.0,381500.0,177.0,97.0,1215.0,0.0,45.0,0.0,0.0,25.0,4564.0,New York City,New York-Newark-Jersey City +36005011900,"Census Tract 119, Bronx County, New York",5474,3313.0,25261.0,435100.0,208.0,22.0,1581.0,32.0,12.0,0.0,25.0,63.0,3749.0,New York City,New York-Newark-Jersey City +36005011502,"Census Tract 115.02, Bronx County, New York",4568,2507.0,22365.0,393500.0,279.0,34.0,1490.0,0.0,0.0,0.0,30.0,0.0,3014.0,New York City,New York-Newark-Jersey City +36005014100,"Census Tract 141, Bronx County, New York",5795,3445.0,28451.0,277300.0,608.0,22.0,2063.0,48.0,17.0,0.0,6.0,82.0,3605.0,New York City,New York-Newark-Jersey City +36005015100,"Census Tract 151, Bronx County, New York",5086,2993.0,33525.0,423900.0,405.0,49.0,2274.0,0.0,0.0,0.0,26.0,14.0,2723.0,New York City,New York-Newark-Jersey City +36005015300,"Census Tract 153, Bronx County, New York",4847,3016.0,17154.0,375200.0,594.0,54.0,2131.0,0.0,47.0,0.0,0.0,0.0,2615.0,New York City,New York-Newark-Jersey City +36005015500,"Census Tract 155, Bronx County, New York",3016,1766.0,17912.0,456000.0,257.0,10.0,472.0,0.0,42.0,0.0,9.0,0.0,2483.0,New York City,New York-Newark-Jersey City +36005023600,"Census Tract 236, Bronx County, New York",2110,1247.0,38831.0,469200.0,160.0,656.0,193.0,0.0,135.0,0.0,0.0,0.0,1126.0,New York City,New York-Newark-Jersey City +36005024300,"Census Tract 243, Bronx County, New York",5446,3185.0,20437.0,411800.0,208.0,43.0,1488.0,46.0,224.0,0.0,27.0,17.0,3647.0,New York City,New York-Newark-Jersey City +36005004400,"Census Tract 44, Bronx County, New York",4446,2549.0,19077.0,383000.0,287.0,141.0,1573.0,17.0,173.0,0.0,0.0,0.0,2559.0,New York City,New York-Newark-Jersey City +36005004800,"Census Tract 48, Bronx County, New York",4536,2674.0,32872.0,326300.0,264.0,51.0,1085.0,5.0,0.0,0.0,0.0,102.0,3298.0,New York City,New York-Newark-Jersey City +36005005902,"Census Tract 59.02, Bronx County, New York",2757,1901.0,29794.0,223500.0,479.0,146.0,631.0,0.0,36.0,0.0,86.0,50.0,1808.0,New York City,New York-Newark-Jersey City +36005008300,"Census Tract 83, Bronx County, New York",6575,4023.0,27136.0,392300.0,582.0,29.0,1121.0,26.0,267.0,0.0,15.0,34.0,5109.0,New York City,New York-Newark-Jersey City +36005008400,"Census Tract 84, Bronx County, New York",2809,1859.0,77885.0,448600.0,388.0,52.0,647.0,129.0,231.0,0.0,25.0,15.0,1722.0,New York City,New York-Newark-Jersey City +36005009200,"Census Tract 92, Bronx County, New York",6202,3965.0,44318.0,467200.0,790.0,141.0,1055.0,0.0,914.0,0.0,339.0,269.0,3484.0,New York City,New York-Newark-Jersey City +36005012701,"Census Tract 127.01, Bronx County, New York",1982,1319.0,20859.0,346000.0,198.0,46.0,390.0,29.0,77.0,0.0,0.0,0.0,1440.0,New York City,New York-Newark-Jersey City +36005013500,"Census Tract 135, Bronx County, New York",3717,2296.0,23689.0,257400.0,262.0,19.0,1285.0,11.0,0.0,0.0,0.0,76.0,2337.0,New York City,New York-Newark-Jersey City +36005013800,"Census Tract 138, Bronx County, New York",2480,1761.0,76600.0,285100.0,356.0,1624.0,85.0,0.0,132.0,0.0,0.0,20.0,619.0,New York City,New York-Newark-Jersey City +36005016100,"Census Tract 161, Bronx County, New York",4417,2711.0,14667.0,-666666666.0,343.0,9.0,1284.0,0.0,0.0,0.0,0.0,0.0,3124.0,New York City,New York-Newark-Jersey City +36005017100,"Census Tract 171, Bronx County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36005019500,"Census Tract 195, Bronx County, New York",7352,4828.0,28365.0,192600.0,864.0,63.0,1783.0,0.0,14.0,0.0,17.0,91.0,5384.0,New York City,New York-Newark-Jersey City +36005022902,"Census Tract 229.02, Bronx County, New York",3537,2037.0,31790.0,384200.0,335.0,30.0,985.0,0.0,7.0,0.0,18.0,66.0,2431.0,New York City,New York-Newark-Jersey City +36005023302,"Census Tract 233.02, Bronx County, New York",3647,2029.0,26641.0,-666666666.0,228.0,44.0,613.0,4.0,62.0,0.0,0.0,0.0,2928.0,New York City,New York-Newark-Jersey City +36005024400,"Census Tract 244, Bronx County, New York",2276,1616.0,52277.0,433800.0,458.0,864.0,104.0,19.0,96.0,0.0,0.0,0.0,1193.0,New York City,New York-Newark-Jersey City +36005026900,"Census Tract 269, Bronx County, New York",3802,2399.0,38469.0,209300.0,562.0,29.0,527.0,35.0,143.0,0.0,53.0,54.0,2996.0,New York City,New York-Newark-Jersey City +36005027300,"Census Tract 273, Bronx County, New York",7732,5174.0,38018.0,-666666666.0,1118.0,275.0,1373.0,19.0,181.0,0.0,0.0,129.0,5774.0,New York City,New York-Newark-Jersey City +36005029500,"Census Tract 295, Bronx County, New York",4614,3463.0,93839.0,314500.0,2068.0,2600.0,540.0,0.0,246.0,0.0,0.0,158.0,1070.0,New York City,New York-Newark-Jersey City +36005029700,"Census Tract 297, Bronx County, New York",3791,2854.0,91099.0,335800.0,1922.0,2483.0,207.0,0.0,191.0,43.0,20.0,25.0,822.0,New York City,New York-Newark-Jersey City +36005031000,"Census Tract 310, Bronx County, New York",4806,3693.0,90893.0,483800.0,1018.0,1520.0,1029.0,196.0,417.0,0.0,0.0,115.0,1725.0,New York City,New York-Newark-Jersey City +36005031600,"Census Tract 316, Bronx County, New York",1899,1392.0,66625.0,513900.0,396.0,709.0,148.0,0.0,281.0,0.0,36.0,6.0,719.0,New York City,New York-Newark-Jersey City +36005031800,"Census Tract 318, Bronx County, New York",2001,1524.0,75069.0,508600.0,406.0,720.0,492.0,23.0,143.0,0.0,0.0,0.0,646.0,New York City,New York-Newark-Jersey City +36005032300,"Census Tract 323, Bronx County, New York",4423,3662.0,85755.0,252300.0,2159.0,2807.0,494.0,0.0,266.0,0.0,114.0,102.0,640.0,New York City,New York-Newark-Jersey City +36005032400,"Census Tract 324, Bronx County, New York",3173,2019.0,19764.0,483600.0,342.0,332.0,623.0,0.0,27.0,0.0,73.0,52.0,2066.0,New York City,New York-Newark-Jersey City +36005037300,"Census Tract 373, Bronx County, New York",5858,3518.0,30928.0,340500.0,322.0,138.0,2100.0,72.0,2.0,0.0,26.0,9.0,3583.0,New York City,New York-Newark-Jersey City +36005033400,"Census Tract 334, Bronx County, New York",570,414.0,57500.0,168000.0,131.0,92.0,88.0,0.0,9.0,0.0,0.0,0.0,381.0,New York City,New York-Newark-Jersey City +36005036300,"Census Tract 363, Bronx County, New York",8121,4670.0,19813.0,422100.0,654.0,152.0,1412.0,30.0,0.0,23.0,0.0,54.0,6480.0,New York City,New York-Newark-Jersey City +36005036902,"Census Tract 369.02, Bronx County, New York",2150,1269.0,24375.0,-666666666.0,199.0,20.0,807.0,37.0,0.0,0.0,0.0,0.0,1323.0,New York City,New York-Newark-Jersey City +36005037800,"Census Tract 378, Bronx County, New York",3260,1930.0,39758.0,355900.0,223.0,92.0,1923.0,0.0,25.0,0.0,0.0,0.0,1220.0,New York City,New York-Newark-Jersey City +36005037900,"Census Tract 379, Bronx County, New York",5360,2961.0,27625.0,282400.0,317.0,58.0,2595.0,10.0,122.0,0.0,54.0,79.0,2452.0,New York City,New York-Newark-Jersey City +36005038700,"Census Tract 387, Bronx County, New York",3630,1884.0,23377.0,294600.0,292.0,662.0,571.0,0.0,17.0,0.0,16.0,23.0,2341.0,New York City,New York-Newark-Jersey City +36005039600,"Census Tract 396, Bronx County, New York",4743,2755.0,39821.0,388100.0,396.0,45.0,3891.0,0.0,23.0,0.0,52.0,70.0,662.0,New York City,New York-Newark-Jersey City +36005040100,"Census Tract 401, Bronx County, New York",4425,2719.0,31208.0,-666666666.0,200.0,106.0,433.0,0.0,202.0,0.0,0.0,30.0,3654.0,New York City,New York-Newark-Jersey City +36005040600,"Census Tract 406, Bronx County, New York",3870,2439.0,48267.0,419400.0,479.0,1.0,3020.0,0.0,59.0,0.0,0.0,26.0,764.0,New York City,New York-Newark-Jersey City +36005042300,"Census Tract 423, Bronx County, New York",4658,2969.0,35288.0,413600.0,668.0,642.0,426.0,45.0,432.0,0.0,39.0,9.0,3110.0,New York City,New York-Newark-Jersey City +36005042500,"Census Tract 425, Bronx County, New York",5940,3621.0,27241.0,567100.0,589.0,702.0,447.0,106.0,735.0,0.0,0.0,18.0,4038.0,New York City,New York-Newark-Jersey City +36005042901,"Census Tract 429.01, Bronx County, New York",4123,2632.0,42625.0,562500.0,485.0,430.0,535.0,0.0,611.0,0.0,32.0,37.0,2478.0,New York City,New York-Newark-Jersey City +36005044200,"Census Tract 442, Bronx County, New York",3642,2385.0,52474.0,434300.0,426.0,360.0,2292.0,0.0,0.0,0.0,0.0,8.0,982.0,New York City,New York-Newark-Jersey City +36005050400,"Census Tract 504, Bronx County, New York",143,74.0,50417.0,-666666666.0,0.0,0.0,5.0,0.0,4.0,0.0,0.0,0.0,134.0,New York City,New York-Newark-Jersey City +36005016300,"Census Tract 163, Bronx County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36005016900,"Census Tract 169, Bronx County, New York",1440,952.0,28064.0,443000.0,88.0,35.0,731.0,0.0,0.0,0.0,0.0,0.0,674.0,New York City,New York-Newark-Jersey City +36005017300,"Census Tract 173, Bronx County, New York",5615,3417.0,19406.0,418200.0,339.0,71.0,1121.0,10.0,374.0,0.0,0.0,36.0,4003.0,New York City,New York-Newark-Jersey City +36005024600,"Census Tract 246, Bronx County, New York",2365,1691.0,63500.0,555300.0,435.0,932.0,93.0,0.0,418.0,0.0,0.0,7.0,915.0,New York City,New York-Newark-Jersey City +36005024900,"Census Tract 249, Bronx County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36005025000,"Census Tract 250, Bronx County, New York",2716,1979.0,76111.0,441200.0,591.0,1361.0,36.0,0.0,393.0,0.0,0.0,44.0,882.0,New York City,New York-Newark-Jersey City +36005025200,"Census Tract 252, Bronx County, New York",2780,1896.0,63398.0,463900.0,530.0,1200.0,142.0,75.0,340.0,0.0,0.0,71.0,1027.0,New York City,New York-Newark-Jersey City +36005025700,"Census Tract 257, Bronx County, New York",1941,1446.0,34559.0,583300.0,270.0,45.0,365.0,18.0,5.0,0.0,21.0,0.0,1505.0,New York City,New York-Newark-Jersey City +36005027700,"Census Tract 277, Bronx County, New York",5674,3415.0,39554.0,343400.0,526.0,562.0,700.0,115.0,153.0,0.0,38.0,10.0,4159.0,New York City,New York-Newark-Jersey City +36005028500,"Census Tract 285, Bronx County, New York",3377,2453.0,60078.0,352100.0,1324.0,1672.0,98.0,17.0,323.0,0.0,12.0,51.0,1221.0,New York City,New York-Newark-Jersey City +36005028600,"Census Tract 286, Bronx County, New York",1284,895.0,88000.0,456500.0,414.0,725.0,14.0,0.0,125.0,0.0,0.0,31.0,389.0,New York City,New York-Newark-Jersey City +36005028900,"Census Tract 289, Bronx County, New York",4646,3364.0,51414.0,305800.0,1041.0,777.0,216.0,0.0,125.0,0.0,196.0,40.0,3292.0,New York City,New York-Newark-Jersey City +36005031200,"Census Tract 312, Bronx County, New York",1779,1233.0,76893.0,453400.0,550.0,671.0,461.0,0.0,308.0,0.0,3.0,52.0,284.0,New York City,New York-Newark-Jersey City +36005018900,"Census Tract 189, Bronx County, New York",8518,5055.0,26370.0,326200.0,658.0,186.0,2256.0,17.0,0.0,0.0,46.0,15.0,6015.0,New York City,New York-Newark-Jersey City +36005019900,"Census Tract 199, Bronx County, New York",8763,5586.0,33528.0,-666666666.0,966.0,173.0,2487.0,0.0,0.0,0.0,109.0,0.0,5994.0,New York City,New York-Newark-Jersey City +36005020200,"Census Tract 202, Bronx County, New York",2257,1478.0,29868.0,476700.0,269.0,191.0,354.0,0.0,300.0,0.0,2.0,48.0,1362.0,New York City,New York-Newark-Jersey City +36005020601,"Census Tract 206.01, Bronx County, New York",2816,1886.0,50952.0,397900.0,315.0,113.0,310.0,0.0,890.0,0.0,94.0,267.0,1142.0,New York City,New York-Newark-Jersey City +36005021100,"Census Tract 211, Bronx County, New York",5157,2848.0,27539.0,393800.0,296.0,11.0,1934.0,20.0,6.0,0.0,9.0,13.0,3184.0,New York City,New York-Newark-Jersey City +36005021200,"Census Tract 212, Bronx County, New York",5202,3743.0,57679.0,100000.0,1124.0,57.0,1976.0,35.0,1179.0,0.0,10.0,120.0,1860.0,New York City,New York-Newark-Jersey City +36005021601,"Census Tract 216.01, Bronx County, New York",4428,2839.0,30160.0,438800.0,305.0,391.0,995.0,39.0,170.0,0.0,157.0,83.0,2632.0,New York City,New York-Newark-Jersey City +36005025600,"Census Tract 256, Bronx County, New York",1536,1022.0,43125.0,421900.0,171.0,410.0,203.0,0.0,178.0,0.0,0.0,16.0,729.0,New York City,New York-Newark-Jersey City +36005022703,"Census Tract 227.03, Bronx County, New York",1841,1049.0,49602.0,-666666666.0,392.0,130.0,348.0,0.0,237.0,0.0,7.0,6.0,1113.0,New York City,New York-Newark-Jersey City +36005023702,"Census Tract 237.02, Bronx County, New York",1203,784.0,31500.0,-666666666.0,48.0,15.0,242.0,13.0,3.0,0.0,0.0,0.0,943.0,New York City,New York-Newark-Jersey City +36005024000,"Census Tract 240, Bronx County, New York",3986,2377.0,34715.0,410300.0,410.0,189.0,1006.0,0.0,66.0,0.0,0.0,29.0,2696.0,New York City,New York-Newark-Jersey City +36005026300,"Census Tract 263, Bronx County, New York",5993,4369.0,28411.0,353000.0,503.0,435.0,1063.0,178.0,0.0,0.0,34.0,42.0,4277.0,New York City,New York-Newark-Jersey City +36005026500,"Census Tract 265, Bronx County, New York",8499,5341.0,34919.0,-666666666.0,664.0,309.0,667.0,0.0,434.0,0.0,175.0,130.0,6784.0,New York City,New York-Newark-Jersey City +36005028100,"Census Tract 281, Bronx County, New York",4314,3371.0,62958.0,33000.0,1205.0,1241.0,769.0,31.0,98.0,19.0,76.0,49.0,2042.0,New York City,New York-Newark-Jersey City +36005028300,"Census Tract 283, Bronx County, New York",2927,1912.0,24745.0,-666666666.0,349.0,285.0,758.0,0.0,0.0,0.0,0.0,5.0,1879.0,New York City,New York-Newark-Jersey City +36005031400,"Census Tract 314, Bronx County, New York",2228,1660.0,86761.0,481700.0,527.0,839.0,269.0,0.0,255.0,0.0,48.0,10.0,807.0,New York City,New York-Newark-Jersey City +36005032800,"Census Tract 328, Bronx County, New York",4005,2523.0,25500.0,448000.0,414.0,477.0,943.0,62.0,447.0,0.0,0.0,106.0,2032.0,New York City,New York-Newark-Jersey City +36005037400,"Census Tract 374, Bronx County, New York",3904,2415.0,27854.0,593400.0,275.0,66.0,2032.0,0.0,147.0,0.0,13.0,42.0,1604.0,New York City,New York-Newark-Jersey City +36005038200,"Census Tract 382, Bronx County, New York",2814,1835.0,50469.0,366400.0,320.0,48.0,2073.0,0.0,38.0,0.0,10.0,5.0,640.0,New York City,New York-Newark-Jersey City +36005045102,"Census Tract 451.02, Bronx County, New York",1637,1410.0,66194.0,409000.0,481.0,1282.0,100.0,0.0,35.0,0.0,0.0,18.0,202.0,New York City,New York-Newark-Jersey City +36005034500,"Census Tract 345, Bronx County, New York",3591,2639.0,59632.0,441700.0,1282.0,1827.0,278.0,0.0,561.0,0.0,0.0,32.0,893.0,New York City,New York-Newark-Jersey City +36005035600,"Census Tract 356, Bronx County, New York",2400,1718.0,68893.0,437100.0,470.0,71.0,1524.0,23.0,169.0,0.0,13.0,113.0,509.0,New York City,New York-Newark-Jersey City +36005035900,"Census Tract 359, Bronx County, New York",2234,1413.0,23080.0,364700.0,85.0,0.0,495.0,7.0,56.0,0.0,0.0,0.0,1683.0,New York City,New York-Newark-Jersey City +36005036800,"Census Tract 368, Bronx County, New York",2152,1326.0,50357.0,392900.0,202.0,42.0,1617.0,0.0,0.0,0.0,0.0,0.0,493.0,New York City,New York-Newark-Jersey City +36005030100,"Census Tract 301, Bronx County, New York",1314,1151.0,85500.0,288400.0,541.0,684.0,100.0,0.0,57.0,0.0,0.0,26.0,447.0,New York City,New York-Newark-Jersey City +36005027600,"Census Tract 276, Bronx County, New York",36,18.0,-666666666.0,-666666666.0,0.0,22.0,7.0,0.0,0.0,0.0,0.0,0.0,7.0,New York City,New York-Newark-Jersey City +36005030200,"Census Tract 302, Bronx County, New York",9613,7267.0,59105.0,28700.0,2259.0,549.0,5917.0,0.0,116.0,0.0,657.0,58.0,2316.0,New York City,New York-Newark-Jersey City +36005034200,"Census Tract 342, Bronx County, New York",2040,1286.0,49231.0,415800.0,349.0,125.0,920.0,65.0,70.0,0.0,23.0,7.0,895.0,New York City,New York-Newark-Jersey City +36005037000,"Census Tract 370, Bronx County, New York",2307,1633.0,45694.0,408400.0,267.0,88.0,1588.0,0.0,18.0,0.0,0.0,45.0,568.0,New York City,New York-Newark-Jersey City +36005037200,"Census Tract 372, Bronx County, New York",2083,1358.0,47596.0,341100.0,229.0,27.0,1265.0,0.0,51.0,0.0,64.0,74.0,602.0,New York City,New York-Newark-Jersey City +36005039902,"Census Tract 399.02, Bronx County, New York",5375,3270.0,33142.0,-666666666.0,366.0,534.0,695.0,74.0,0.0,31.0,0.0,29.0,4044.0,New York City,New York-Newark-Jersey City +36005042600,"Census Tract 426, Bronx County, New York",6942,4904.0,84850.0,449700.0,1633.0,345.0,5499.0,0.0,503.0,0.0,0.0,30.0,565.0,New York City,New York-Newark-Jersey City +36005045800,"Census Tract 458, Bronx County, New York",5506,2807.0,24421.0,-666666666.0,354.0,13.0,1839.0,0.0,58.0,0.0,11.0,151.0,3434.0,New York City,New York-Newark-Jersey City +36005046000,"Census Tract 460, Bronx County, New York",3073,1975.0,34808.0,426200.0,211.0,55.0,2043.0,14.0,3.0,0.0,0.0,23.0,948.0,New York City,New York-Newark-Jersey City +36005023900,"Census Tract 239, Bronx County, New York",7547,4723.0,21052.0,426100.0,531.0,0.0,1482.0,50.0,75.0,0.0,0.0,177.0,5763.0,New York City,New York-Newark-Jersey City +36005024100,"Census Tract 241, Bronx County, New York",6378,3705.0,30422.0,663800.0,543.0,202.0,1825.0,18.0,30.0,0.0,62.0,0.0,4259.0,New York City,New York-Newark-Jersey City +36005026601,"Census Tract 266.01, Bronx County, New York",3377,2397.0,53854.0,464400.0,540.0,1119.0,107.0,0.0,258.0,0.0,14.0,17.0,1862.0,New York City,New York-Newark-Jersey City +36005028400,"Census Tract 284, Bronx County, New York",595,575.0,-666666666.0,-666666666.0,53.0,174.0,183.0,5.0,15.0,0.0,0.0,19.0,199.0,New York City,New York-Newark-Jersey City +36005028700,"Census Tract 287, Bronx County, New York",3332,2221.0,54531.0,509500.0,648.0,970.0,314.0,21.0,210.0,0.0,0.0,54.0,1784.0,New York City,New York-Newark-Jersey City +36005028800,"Census Tract 288, Bronx County, New York",3274,2415.0,102601.0,539900.0,996.0,2290.0,175.0,0.0,262.0,0.0,0.0,0.0,547.0,New York City,New York-Newark-Jersey City +36005035100,"Census Tract 351, Bronx County, New York",3628,1994.0,76905.0,261400.0,1086.0,2066.0,209.0,20.0,209.0,0.0,0.0,70.0,1074.0,New York City,New York-Newark-Jersey City +36005036700,"Census Tract 367, Bronx County, New York",2592,1370.0,30068.0,446000.0,182.0,40.0,708.0,2.0,0.0,0.0,3.0,12.0,1829.0,New York City,New York-Newark-Jersey City +36005000200,"Census Tract 2, Bronx County, New York",5058,3438.0,62773.0,399400.0,530.0,39.0,933.0,0.0,158.0,0.0,0.0,0.0,3928.0,New York City,New York-Newark-Jersey City +36005038600,"Census Tract 386, Bronx County, New York",8408,5311.0,62577.0,375400.0,1145.0,69.0,6792.0,0.0,802.0,105.0,0.0,117.0,523.0,New York City,New York-Newark-Jersey City +36005000400,"Census Tract 4, Bronx County, New York",5944,4180.0,82697.0,376500.0,1189.0,205.0,1701.0,30.0,33.0,0.0,0.0,56.0,3949.0,New York City,New York-Newark-Jersey City +36005003500,"Census Tract 35, Bronx County, New York",3821,2275.0,31638.0,423700.0,254.0,10.0,1060.0,36.0,0.0,0.0,0.0,0.0,2751.0,New York City,New York-Newark-Jersey City +36005004001,"Census Tract 40.01, Bronx County, New York",1428,1043.0,49706.0,423300.0,119.0,168.0,124.0,0.0,138.0,0.0,83.0,29.0,886.0,New York City,New York-Newark-Jersey City +36005004300,"Census Tract 43, Bronx County, New York",6190,3706.0,22940.0,424500.0,316.0,5.0,1597.0,35.0,62.0,0.0,0.0,130.0,4396.0,New York City,New York-Newark-Jersey City +36005005200,"Census Tract 52, Bronx County, New York",2151,1315.0,17454.0,212500.0,153.0,8.0,630.0,30.0,8.0,0.0,0.0,13.0,1492.0,New York City,New York-Newark-Jersey City +36005006400,"Census Tract 64, Bronx County, New York",3309,2094.0,31782.0,509500.0,388.0,134.0,1351.0,34.0,53.0,0.0,18.0,248.0,1505.0,New York City,New York-Newark-Jersey City +36005007800,"Census Tract 78, Bronx County, New York",7035,4305.0,40129.0,414200.0,615.0,234.0,1387.0,0.0,422.0,0.0,233.0,0.0,4759.0,New York City,New York-Newark-Jersey City +36005008500,"Census Tract 85, Bronx County, New York",6587,4100.0,30898.0,264200.0,554.0,53.0,1243.0,13.0,6.0,0.0,37.0,8.0,5240.0,New York City,New York-Newark-Jersey City +36005013100,"Census Tract 131, Bronx County, New York",5240,2987.0,36500.0,415200.0,392.0,30.0,1641.0,0.0,7.0,0.0,16.0,28.0,3518.0,New York City,New York-Newark-Jersey City +36005016400,"Census Tract 164, Bronx County, New York",1031,797.0,78750.0,470000.0,211.0,696.0,69.0,0.0,0.0,0.0,0.0,0.0,266.0,New York City,New York-Newark-Jersey City +36005018400,"Census Tract 184, Bronx County, New York",3780,2807.0,65099.0,445800.0,798.0,2047.0,66.0,0.0,38.0,13.0,8.0,44.0,1564.0,New York City,New York-Newark-Jersey City +36005019300,"Census Tract 193, Bronx County, New York",5853,3171.0,22761.0,-666666666.0,476.0,16.0,2070.0,31.0,14.0,0.0,0.0,0.0,3722.0,New York City,New York-Newark-Jersey City +36005021302,"Census Tract 213.02, Bronx County, New York",6337,3795.0,31714.0,-666666666.0,550.0,41.0,2624.0,0.0,71.0,0.0,0.0,0.0,3601.0,New York City,New York-Newark-Jersey City +36005021602,"Census Tract 216.02, Bronx County, New York",5617,3966.0,46453.0,126800.0,1248.0,47.0,1692.0,57.0,1330.0,0.0,0.0,279.0,2235.0,New York City,New York-Newark-Jersey City +36005021900,"Census Tract 219, Bronx County, New York",1118,736.0,23370.0,-666666666.0,93.0,18.0,26.0,6.0,4.0,0.0,0.0,0.0,1064.0,New York City,New York-Newark-Jersey City +36005023301,"Census Tract 233.01, Bronx County, New York",3919,2517.0,24621.0,-666666666.0,275.0,0.0,1249.0,15.0,14.0,0.0,0.0,25.0,2631.0,New York City,New York-Newark-Jersey City +36005023502,"Census Tract 235.02, Bronx County, New York",4781,3240.0,23529.0,423600.0,333.0,117.0,625.0,7.0,42.0,0.0,0.0,55.0,3942.0,New York City,New York-Newark-Jersey City +36005025100,"Census Tract 251, Bronx County, New York",6732,3943.0,29559.0,541700.0,696.0,3.0,1198.0,0.0,794.0,0.0,0.0,43.0,4694.0,New York City,New York-Newark-Jersey City +36005025500,"Census Tract 255, Bronx County, New York",6523,4059.0,32115.0,463800.0,607.0,227.0,747.0,209.0,0.0,0.0,0.0,54.0,5468.0,New York City,New York-Newark-Jersey City +36005026400,"Census Tract 264, Bronx County, New York",5519,4022.0,61603.0,402700.0,1112.0,1875.0,357.0,0.0,596.0,0.0,0.0,44.0,2647.0,New York City,New York-Newark-Jersey City +36005033600,"Census Tract 336, Bronx County, New York",6822,4455.0,33816.0,163000.0,710.0,221.0,2780.0,20.0,129.0,0.0,63.0,0.0,3629.0,New York City,New York-Newark-Jersey City +36005034300,"Census Tract 343, Bronx County, New York",1609,1088.0,75547.0,635600.0,407.0,618.0,297.0,0.0,2.0,0.0,12.0,19.0,661.0,New York City,New York-Newark-Jersey City +36005002000,"Census Tract 20, Bronx County, New York",9608,5698.0,18370.0,391800.0,682.0,132.0,3515.0,261.0,104.0,0.0,0.0,0.0,5827.0,New York City,New York-Newark-Jersey City +36005003700,"Census Tract 37, Bronx County, New York",292,208.0,-666666666.0,-666666666.0,22.0,56.0,76.0,0.0,0.0,0.0,0.0,0.0,160.0,New York City,New York-Newark-Jersey City +36005006900,"Census Tract 69, Bronx County, New York",8351,4805.0,27950.0,505600.0,972.0,289.0,3170.0,30.0,108.0,0.0,0.0,190.0,4594.0,New York City,New York-Newark-Jersey City +36005016000,"Census Tract 160, Bronx County, New York",3760,2768.0,73841.0,411800.0,818.0,2247.0,64.0,0.0,90.0,0.0,66.0,18.0,1275.0,New York City,New York-Newark-Jersey City +36005016200,"Census Tract 162, Bronx County, New York",1984,1391.0,71319.0,396600.0,286.0,766.0,88.0,43.0,7.0,0.0,0.0,10.0,1070.0,New York City,New York-Newark-Jersey City +36005016500,"Census Tract 165, Bronx County, New York",996,649.0,25403.0,-666666666.0,106.0,0.0,412.0,0.0,7.0,0.0,0.0,0.0,577.0,New York City,New York-Newark-Jersey City +36005017500,"Census Tract 175, Bronx County, New York",7140,4483.0,27585.0,-666666666.0,392.0,72.0,2270.0,329.0,14.0,0.0,83.0,84.0,4356.0,New York City,New York-Newark-Jersey City +36005021501,"Census Tract 215.01, Bronx County, New York",4887,2509.0,27102.0,-666666666.0,392.0,12.0,1221.0,8.0,0.0,0.0,31.0,0.0,3623.0,New York City,New York-Newark-Jersey City +36005021502,"Census Tract 215.02, Bronx County, New York",6687,3881.0,24256.0,381900.0,470.0,29.0,1568.0,10.0,0.0,0.0,20.0,20.0,5050.0,New York City,New York-Newark-Jersey City +36005023000,"Census Tract 230, Bronx County, New York",2974,1776.0,41341.0,502600.0,331.0,732.0,315.0,83.0,262.0,0.0,0.0,95.0,1570.0,New York City,New York-Newark-Jersey City +36005025300,"Census Tract 253, Bronx County, New York",6279,3699.0,30069.0,225000.0,414.0,39.0,895.0,63.0,285.0,0.0,17.0,128.0,4852.0,New York City,New York-Newark-Jersey City +36005026100,"Census Tract 261, Bronx County, New York",1969,1558.0,68971.0,158300.0,697.0,66.0,1014.0,3.0,45.0,0.0,0.0,30.0,814.0,New York City,New York-Newark-Jersey City +36005027900,"Census Tract 279, Bronx County, New York",7350,5391.0,58472.0,151400.0,1715.0,1213.0,927.0,147.0,351.0,0.0,20.0,24.0,4668.0,New York City,New York-Newark-Jersey City +36005030000,"Census Tract 300, Bronx County, New York",5687,4062.0,52546.0,449400.0,1205.0,1914.0,360.0,0.0,729.0,0.0,0.0,29.0,2655.0,New York City,New York-Newark-Jersey City +36005031900,"Census Tract 319, Bronx County, New York",636,75.0,-666666666.0,-666666666.0,56.0,367.0,78.0,0.0,30.0,0.0,0.0,4.0,157.0,New York City,New York-Newark-Jersey City +36005034000,"Census Tract 340, Bronx County, New York",4984,3193.0,38243.0,420600.0,567.0,255.0,1922.0,116.0,91.0,0.0,103.0,105.0,2422.0,New York City,New York-Newark-Jersey City +36005034400,"Census Tract 344, Bronx County, New York",2207,1577.0,61141.0,462300.0,467.0,125.0,772.0,0.0,262.0,0.0,216.0,0.0,832.0,New York City,New York-Newark-Jersey City +36005035000,"Census Tract 350, Bronx County, New York",1951,1428.0,58056.0,372200.0,381.0,58.0,1193.0,0.0,48.0,0.0,21.0,0.0,631.0,New York City,New York-Newark-Jersey City +36005036100,"Census Tract 361, Bronx County, New York",5794,3866.0,24063.0,238500.0,311.0,27.0,1565.0,0.0,3.0,0.0,0.0,0.0,4199.0,New York City,New York-Newark-Jersey City +36005036501,"Census Tract 365.01, Bronx County, New York",4079,2487.0,26152.0,359700.0,379.0,12.0,1654.0,13.0,0.0,0.0,26.0,16.0,2371.0,New York City,New York-Newark-Jersey City +36005002300,"Census Tract 23, Bronx County, New York",4733,2803.0,17426.0,-666666666.0,130.0,11.0,1768.0,130.0,0.0,0.0,21.0,8.0,2850.0,New York City,New York-Newark-Jersey City +36005003900,"Census Tract 39, Bronx County, New York",6473,3815.0,30357.0,222100.0,343.0,443.0,1034.0,39.0,0.0,0.0,0.0,0.0,4996.0,New York City,New York-Newark-Jersey City +36005005400,"Census Tract 54, Bronx County, New York",6463,4032.0,31692.0,417000.0,251.0,99.0,1243.0,477.0,114.0,0.0,72.0,113.0,4822.0,New York City,New York-Newark-Jersey City +36005006200,"Census Tract 62, Bronx County, New York",7268,3910.0,24152.0,107900.0,280.0,11.0,2205.0,58.0,164.0,0.0,0.0,1.0,4861.0,New York City,New York-Newark-Jersey City +36005006800,"Census Tract 68, Bronx County, New York",3435,2237.0,48730.0,461500.0,323.0,106.0,1279.0,62.0,390.0,0.0,9.0,8.0,1593.0,New York City,New York-Newark-Jersey City +36005007100,"Census Tract 71, Bronx County, New York",2702,1694.0,38600.0,232400.0,387.0,58.0,870.0,7.0,28.0,0.0,20.0,27.0,1699.0,New York City,New York-Newark-Jersey City +36005008600,"Census Tract 86, Bronx County, New York",4046,2463.0,22704.0,399200.0,252.0,47.0,1103.0,0.0,82.0,0.0,0.0,30.0,2784.0,New York City,New York-Newark-Jersey City +36005008700,"Census Tract 87, Bronx County, New York",6093,3981.0,27099.0,-666666666.0,312.0,142.0,1376.0,65.0,20.0,0.0,19.0,56.0,4435.0,New York City,New York-Newark-Jersey City +36005011000,"Census Tract 110, Bronx County, New York",113,77.0,-666666666.0,-666666666.0,27.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,113.0,New York City,New York-Newark-Jersey City +36005012901,"Census Tract 129.01, Bronx County, New York",4504,2579.0,23255.0,467200.0,256.0,67.0,1539.0,0.0,38.0,0.0,42.0,15.0,2803.0,New York City,New York-Newark-Jersey City +36005013000,"Census Tract 130, Bronx County, New York",1520,1065.0,76771.0,448800.0,316.0,637.0,52.0,0.0,0.0,0.0,0.0,5.0,826.0,New York City,New York-Newark-Jersey City +36005036901,"Census Tract 369.01, Bronx County, New York",2259,1279.0,18679.0,-666666666.0,100.0,4.0,450.0,6.0,0.0,0.0,12.0,0.0,1793.0,New York City,New York-Newark-Jersey City +36005005600,"Census Tract 56, Bronx County, New York",2608,1632.0,21367.0,429700.0,147.0,21.0,628.0,34.0,25.0,0.0,245.0,14.0,1641.0,New York City,New York-Newark-Jersey City +36005002702,"Census Tract 27.02, Bronx County, New York",4538,2415.0,13216.0,-666666666.0,178.0,80.0,1460.0,64.0,0.0,0.0,0.0,0.0,2976.0,New York City,New York-Newark-Jersey City +36005003300,"Census Tract 33, Bronx County, New York",3693,2020.0,20413.0,402300.0,153.0,56.0,1193.0,124.0,0.0,0.0,0.0,49.0,2271.0,New York City,New York-Newark-Jersey City +36005007200,"Census Tract 72, Bronx County, New York",5520,3558.0,37271.0,386800.0,779.0,304.0,1029.0,92.0,1425.0,0.0,10.0,307.0,2445.0,New York City,New York-Newark-Jersey City +36005012101,"Census Tract 121.01, Bronx County, New York",2970,1817.0,28777.0,418400.0,221.0,99.0,842.0,7.0,29.0,0.0,51.0,44.0,1905.0,New York City,New York-Newark-Jersey City +36005012102,"Census Tract 121.02, Bronx County, New York",1561,846.0,20559.0,-666666666.0,84.0,16.0,202.0,0.0,0.0,0.0,0.0,6.0,1337.0,New York City,New York-Newark-Jersey City +36005012300,"Census Tract 123, Bronx County, New York",3995,2426.0,23590.0,422900.0,326.0,69.0,1190.0,3.0,39.0,0.0,0.0,11.0,2683.0,New York City,New York-Newark-Jersey City +36005013300,"Census Tract 133, Bronx County, New York",5934,3498.0,21923.0,-666666666.0,392.0,65.0,1934.0,229.0,237.0,0.0,43.0,0.0,3446.0,New York City,New York-Newark-Jersey City +36005014300,"Census Tract 143, Bronx County, New York",1193,794.0,15060.0,329500.0,145.0,62.0,663.0,0.0,37.0,0.0,12.0,12.0,407.0,New York City,New York-Newark-Jersey City +36005014400,"Census Tract 144, Bronx County, New York",5417,3288.0,21508.0,452400.0,409.0,189.0,1856.0,0.0,111.0,0.0,0.0,12.0,3249.0,New York City,New York-Newark-Jersey City +36005014500,"Census Tract 145, Bronx County, New York",7919,4235.0,28732.0,-666666666.0,358.0,101.0,2989.0,52.0,7.0,0.0,91.0,0.0,4696.0,New York City,New York-Newark-Jersey City +36005016600,"Census Tract 166, Bronx County, New York",2324,1639.0,76328.0,461800.0,375.0,624.0,100.0,0.0,170.0,0.0,51.0,17.0,1362.0,New York City,New York-Newark-Jersey City +36005019400,"Census Tract 194, Bronx County, New York",2291,1494.0,55625.0,395400.0,350.0,417.0,287.0,13.0,45.0,9.0,0.0,64.0,1456.0,New York City,New York-Newark-Jersey City +36005021301,"Census Tract 213.01, Bronx County, New York",1160,650.0,20595.0,235500.0,121.0,65.0,144.0,0.0,0.0,5.0,0.0,0.0,946.0,New York City,New York-Newark-Jersey City +36005022901,"Census Tract 229.01, Bronx County, New York",5922,3178.0,28500.0,697100.0,528.0,157.0,1737.0,60.0,61.0,18.0,55.0,182.0,3652.0,New York City,New York-Newark-Jersey City +36005013200,"Census Tract 132, Bronx County, New York",7202,5275.0,106731.0,455300.0,1833.0,2002.0,1028.0,0.0,333.0,0.0,0.0,40.0,3799.0,New York City,New York-Newark-Jersey City +36005020100,"Census Tract 201, Bronx County, New York",4909,2876.0,33938.0,-666666666.0,372.0,199.0,1359.0,0.0,27.0,0.0,0.0,0.0,3324.0,New York City,New York-Newark-Jersey City +36005039000,"Census Tract 390, Bronx County, New York",2515,1690.0,35313.0,417900.0,250.0,80.0,1916.0,0.0,59.0,0.0,0.0,0.0,460.0,New York City,New York-Newark-Jersey City +36005039300,"Census Tract 393, Bronx County, New York",9292,5039.0,21651.0,372500.0,510.0,316.0,2271.0,0.0,56.0,0.0,55.0,90.0,6504.0,New York City,New York-Newark-Jersey City +36005040302,"Census Tract 403.02, Bronx County, New York",4438,2543.0,28152.0,-666666666.0,216.0,73.0,821.0,83.0,203.0,0.0,0.0,46.0,3262.0,New York City,New York-Newark-Jersey City +36005040400,"Census Tract 404, Bronx County, New York",3483,2374.0,49306.0,385900.0,693.0,60.0,2938.0,0.0,0.0,32.0,44.0,0.0,409.0,New York City,New York-Newark-Jersey City +36005040701,"Census Tract 407.01, Bronx County, New York",3291,2197.0,35785.0,-666666666.0,362.0,138.0,315.0,17.0,43.0,0.0,137.0,12.0,2646.0,New York City,New York-Newark-Jersey City +36005041500,"Census Tract 415, Bronx County, New York",6238,4130.0,50440.0,-666666666.0,720.0,447.0,1121.0,0.0,125.0,0.0,57.0,137.0,4351.0,New York City,New York-Newark-Jersey City +36005043600,"Census Tract 436, Bronx County, New York",2237,1575.0,67553.0,362300.0,548.0,98.0,1286.0,0.0,284.0,0.0,57.0,0.0,512.0,New York City,New York-Newark-Jersey City +36005044800,"Census Tract 448, Bronx County, New York",1964,1546.0,90132.0,411100.0,415.0,26.0,1576.0,0.0,63.0,0.0,84.0,14.0,201.0,New York City,New York-Newark-Jersey City +36005051600,"Census Tract 516, Bronx County, New York",4265,3153.0,88061.0,498500.0,1217.0,2895.0,27.0,0.0,195.0,0.0,23.0,0.0,1125.0,New York City,New York-Newark-Jersey City +36005039200,"Census Tract 392, Bronx County, New York",1738,1088.0,40282.0,454100.0,199.0,32.0,1108.0,0.0,0.0,0.0,89.0,5.0,504.0,New York City,New York-Newark-Jersey City +36005038900,"Census Tract 389, Bronx County, New York",6040,3019.0,32062.0,429600.0,435.0,1505.0,595.0,58.0,114.0,0.0,19.0,27.0,3780.0,New York City,New York-Newark-Jersey City +36005039100,"Census Tract 391, Bronx County, New York",7089,4413.0,33020.0,354700.0,1036.0,638.0,884.0,0.0,133.0,0.0,0.0,147.0,5287.0,New York City,New York-Newark-Jersey City +36005039400,"Census Tract 394, Bronx County, New York",5143,3155.0,31738.0,436900.0,386.0,136.0,3236.0,107.0,0.0,0.0,6.0,0.0,1658.0,New York City,New York-Newark-Jersey City +36005039800,"Census Tract 398, Bronx County, New York",3442,2365.0,75962.0,407500.0,693.0,130.0,3019.0,0.0,64.0,0.0,0.0,0.0,229.0,New York City,New York-Newark-Jersey City +36005041400,"Census Tract 414, Bronx County, New York",4769,3490.0,51434.0,428000.0,787.0,348.0,2813.0,0.0,170.0,0.0,48.0,112.0,1278.0,New York City,New York-Newark-Jersey City +36005041800,"Census Tract 418, Bronx County, New York",4194,2785.0,40208.0,434900.0,506.0,139.0,1734.0,0.0,491.0,0.0,71.0,95.0,1664.0,New York City,New York-Newark-Jersey City +36005042200,"Census Tract 422, Bronx County, New York",3338,2287.0,54698.0,353900.0,496.0,69.0,2654.0,14.0,0.0,0.0,77.0,56.0,482.0,New York City,New York-Newark-Jersey City +36005043000,"Census Tract 430, Bronx County, New York",3648,2658.0,55197.0,405900.0,593.0,134.0,2669.0,7.0,175.0,0.0,83.0,139.0,441.0,New York City,New York-Newark-Jersey City +36005043100,"Census Tract 431, Bronx County, New York",10265,6785.0,29568.0,-666666666.0,1020.0,495.0,1720.0,16.0,1231.0,0.0,0.0,307.0,6512.0,New York City,New York-Newark-Jersey City +36005044901,"Census Tract 449.01, Bronx County, New York",1550,1241.0,67368.0,300000.0,480.0,1209.0,103.0,7.0,23.0,0.0,0.0,28.0,187.0,New York City,New York-Newark-Jersey City +36005046201,"Census Tract 462.01, Bronx County, New York",28937,21613.0,46491.0,24200.0,5358.0,2093.0,16231.0,72.0,396.0,0.0,105.0,497.0,9605.0,New York City,New York-Newark-Jersey City +36005046202,"Census Tract 462.02, Bronx County, New York",9690,5872.0,37440.0,370100.0,1432.0,153.0,6474.0,280.0,106.0,0.0,143.0,77.0,2639.0,New York City,New York-Newark-Jersey City +36005022500,"Census Tract 225, Bronx County, New York",8570,4682.0,31281.0,-666666666.0,436.0,84.0,2370.0,31.0,190.0,0.0,0.0,13.0,5913.0,New York City,New York-Newark-Jersey City +36005022800,"Census Tract 228, Bronx County, New York",6023,4050.0,52447.0,496700.0,1162.0,1156.0,1070.0,0.0,550.0,0.0,0.0,39.0,3208.0,New York City,New York-Newark-Jersey City +36005023200,"Census Tract 232, Bronx County, New York",2804,1700.0,57708.0,450700.0,459.0,730.0,203.0,27.0,139.0,0.0,20.0,33.0,1670.0,New York City,New York-Newark-Jersey City +36005004600,"Census Tract 46, Bronx County, New York",1876,1214.0,39643.0,131300.0,210.0,46.0,646.0,0.0,0.0,0.0,0.0,12.0,1172.0,New York City,New York-Newark-Jersey City +36005006000,"Census Tract 60, Bronx County, New York",1328,823.0,38321.0,416700.0,194.0,22.0,260.0,0.0,50.0,0.0,29.0,0.0,967.0,New York City,New York-Newark-Jersey City +36005007000,"Census Tract 70, Bronx County, New York",4899,3228.0,36016.0,430100.0,380.0,133.0,1160.0,46.0,460.0,0.0,57.0,197.0,2846.0,New York City,New York-Newark-Jersey City +36005007300,"Census Tract 73, Bronx County, New York",4139,2405.0,19935.0,-666666666.0,132.0,72.0,1369.0,0.0,0.0,36.0,0.0,26.0,2636.0,New York City,New York-Newark-Jersey City +36005007400,"Census Tract 74, Bronx County, New York",3466,2343.0,36567.0,352400.0,462.0,90.0,1081.0,0.0,0.0,0.0,22.0,81.0,2192.0,New York City,New York-Newark-Jersey City +36005007500,"Census Tract 75, Bronx County, New York",6039,3527.0,26868.0,337100.0,475.0,85.0,2221.0,139.0,0.0,0.0,0.0,10.0,3643.0,New York City,New York-Newark-Jersey City +36005007700,"Census Tract 77, Bronx County, New York",2087,1194.0,34516.0,376300.0,205.0,42.0,463.0,12.0,0.0,0.0,0.0,0.0,1570.0,New York City,New York-Newark-Jersey City +36005015200,"Census Tract 152, Bronx County, New York",2828,1958.0,73622.0,453800.0,498.0,720.0,226.0,0.0,122.0,0.0,10.0,15.0,1735.0,New York City,New York-Newark-Jersey City +36005014701,"Census Tract 147.01, Bronx County, New York",7637,3755.0,21436.0,-666666666.0,379.0,43.0,3440.0,0.0,0.0,0.0,0.0,0.0,4154.0,New York City,New York-Newark-Jersey City +36005014702,"Census Tract 147.02, Bronx County, New York",5511,2984.0,19425.0,-666666666.0,352.0,80.0,2206.0,48.0,0.0,0.0,23.0,18.0,3184.0,New York City,New York-Newark-Jersey City +36005017701,"Census Tract 177.01, Bronx County, New York",4857,2953.0,28090.0,485200.0,294.0,36.0,1346.0,0.0,8.0,0.0,0.0,25.0,3442.0,New York City,New York-Newark-Jersey City +36005017702,"Census Tract 177.02, Bronx County, New York",5522,3505.0,29327.0,395700.0,588.0,61.0,1634.0,0.0,110.0,0.0,44.0,144.0,3529.0,New York City,New York-Newark-Jersey City +36005017901,"Census Tract 179.01, Bronx County, New York",5071,2854.0,30587.0,332100.0,414.0,15.0,1106.0,226.0,77.0,0.0,0.0,0.0,3687.0,New York City,New York-Newark-Jersey City +36005018301,"Census Tract 183.01, Bronx County, New York",3971,2926.0,30990.0,262700.0,834.0,121.0,1516.0,8.0,258.0,0.0,51.0,14.0,2011.0,New York City,New York-Newark-Jersey City +36005017902,"Census Tract 179.02, Bronx County, New York",4007,2157.0,19396.0,-666666666.0,237.0,45.0,1472.0,59.0,0.0,0.0,59.0,48.0,2383.0,New York City,New York-Newark-Jersey City +36005018101,"Census Tract 181.01, Bronx County, New York",2973,1724.0,24594.0,482000.0,122.0,2.0,1103.0,0.0,0.0,0.0,12.0,20.0,1836.0,New York City,New York-Newark-Jersey City +36005018102,"Census Tract 181.02, Bronx County, New York",6247,3833.0,35593.0,367700.0,644.0,173.0,2232.0,0.0,253.0,0.0,77.0,11.0,3501.0,New York City,New York-Newark-Jersey City +36005018302,"Census Tract 183.02, Bronx County, New York",3589,2249.0,33226.0,156000.0,401.0,101.0,1215.0,22.0,15.0,0.0,0.0,34.0,2224.0,New York City,New York-Newark-Jersey City +36005020501,"Census Tract 205.01, Bronx County, New York",7400,4574.0,20586.0,580700.0,584.0,14.0,2117.0,150.0,17.0,0.0,0.0,0.0,5252.0,New York City,New York-Newark-Jersey City +36005020502,"Census Tract 205.02, Bronx County, New York",2034,1251.0,14821.0,417500.0,202.0,20.0,668.0,0.0,5.0,0.0,0.0,4.0,1337.0,New York City,New York-Newark-Jersey City +36005021001,"Census Tract 210.01, Bronx County, New York",9511,7127.0,51457.0,159400.0,1565.0,197.0,4321.0,69.0,631.0,0.0,76.0,126.0,4112.0,New York City,New York-Newark-Jersey City +36005021002,"Census Tract 210.02, Bronx County, New York",7201,5225.0,55091.0,121200.0,1451.0,81.0,3743.0,0.0,1199.0,0.0,11.0,76.0,2091.0,New York City,New York-Newark-Jersey City +36005022101,"Census Tract 221.01, Bronx County, New York",3927,2071.0,26732.0,-666666666.0,322.0,5.0,667.0,0.0,182.0,0.0,23.0,33.0,3017.0,New York City,New York-Newark-Jersey City +36005022102,"Census Tract 221.02, Bronx County, New York",5453,3116.0,21933.0,604200.0,323.0,76.0,849.0,9.0,29.0,0.0,115.0,97.0,4287.0,New York City,New York-Newark-Jersey City +36005005100,"Census Tract 51, Bronx County, New York",5721,3169.0,18428.0,-666666666.0,245.0,9.0,1472.0,122.0,30.0,0.0,0.0,0.0,4088.0,New York City,New York-Newark-Jersey City +36005006300,"Census Tract 63, Bronx County, New York",4298,3034.0,30524.0,235500.0,760.0,349.0,817.0,25.0,232.0,0.0,23.0,34.0,2843.0,New York City,New York-Newark-Jersey City +36005007600,"Census Tract 76, Bronx County, New York",5142,3504.0,33108.0,506400.0,269.0,213.0,863.0,14.0,554.0,0.0,43.0,99.0,3370.0,New York City,New York-Newark-Jersey City +36005009000,"Census Tract 90, Bronx County, New York",3877,2233.0,30250.0,412400.0,325.0,151.0,1038.0,36.0,48.0,0.0,29.0,49.0,2526.0,New York City,New York-Newark-Jersey City +36005009300,"Census Tract 93, Bronx County, New York",6424,3999.0,32565.0,444700.0,385.0,50.0,1872.0,31.0,0.0,0.0,0.0,8.0,4482.0,New York City,New York-Newark-Jersey City +36005009600,"Census Tract 96, Bronx County, New York",2607,1780.0,49130.0,382300.0,340.0,158.0,586.0,22.0,426.0,0.0,47.0,9.0,1381.0,New York City,New York-Newark-Jersey City +36005011700,"Census Tract 117, Bronx County, New York",1616,849.0,23125.0,-666666666.0,150.0,13.0,490.0,15.0,0.0,0.0,0.0,0.0,1113.0,New York City,New York-Newark-Jersey City +36005015900,"Census Tract 159, Bronx County, New York",1862,1174.0,17905.0,363900.0,63.0,11.0,96.0,19.0,18.0,0.0,6.0,0.0,1731.0,New York City,New York-Newark-Jersey City +36005018500,"Census Tract 185, Bronx County, New York",8449,5247.0,32680.0,489500.0,682.0,93.0,3639.0,146.0,0.0,0.0,0.0,138.0,4579.0,New York City,New York-Newark-Jersey City +36005022403,"Census Tract 224.03, Bronx County, New York",3651,2534.0,38875.0,188300.0,576.0,455.0,597.0,27.0,0.0,0.0,11.0,62.0,2526.0,New York City,New York-Newark-Jersey City +36005023703,"Census Tract 237.03, Bronx County, New York",5746,3300.0,32484.0,-666666666.0,296.0,179.0,1089.0,17.0,108.0,0.0,20.0,10.0,4340.0,New York City,New York-Newark-Jersey City +36005024501,"Census Tract 245.01, Bronx County, New York",5601,3111.0,19040.0,341900.0,262.0,12.0,1031.0,0.0,57.0,0.0,44.0,0.0,4457.0,New York City,New York-Newark-Jersey City +36005024502,"Census Tract 245.02, Bronx County, New York",3882,2451.0,27813.0,385300.0,354.0,25.0,963.0,65.0,0.0,0.0,0.0,1.0,2893.0,New York City,New York-Newark-Jersey City +36005026701,"Census Tract 267.01, Bronx County, New York",4101,2694.0,42266.0,-666666666.0,615.0,97.0,392.0,102.0,674.0,0.0,13.0,87.0,2838.0,New York City,New York-Newark-Jersey City +36005026702,"Census Tract 267.02, Bronx County, New York",7115,4198.0,35315.0,438600.0,827.0,170.0,1083.0,8.0,82.0,0.0,0.0,156.0,5624.0,New York City,New York-Newark-Jersey City +36005039700,"Census Tract 397, Bronx County, New York",3939,886.0,27440.0,450000.0,96.0,2325.0,243.0,0.0,220.0,0.0,6.0,72.0,1073.0,New York City,New York-Newark-Jersey City +36005038100,"Census Tract 381, Bronx County, New York",7175,4296.0,36998.0,423800.0,478.0,40.0,1998.0,0.0,74.0,0.0,60.0,119.0,4884.0,New York City,New York-Newark-Jersey City +36005038800,"Census Tract 388, Bronx County, New York",2528,1692.0,57500.0,377300.0,363.0,34.0,1951.0,0.0,26.0,0.0,0.0,16.0,501.0,New York City,New York-Newark-Jersey City +36005039901,"Census Tract 399.01, Bronx County, New York",5983,3666.0,25362.0,350000.0,405.0,114.0,923.0,47.0,310.0,0.0,109.0,22.0,4505.0,New York City,New York-Newark-Jersey City +36005040900,"Census Tract 409, Bronx County, New York",3122,2372.0,46127.0,103800.0,670.0,494.0,2007.0,0.0,100.0,0.0,0.0,15.0,506.0,New York City,New York-Newark-Jersey City +36005042000,"Census Tract 420, Bronx County, New York",3698,2411.0,31417.0,332700.0,343.0,134.0,2140.0,95.0,178.0,25.0,0.0,0.0,1221.0,New York City,New York-Newark-Jersey City +36005042400,"Census Tract 424, Bronx County, New York",2485,1803.0,71406.0,381500.0,465.0,83.0,1924.0,7.0,35.0,0.0,0.0,8.0,428.0,New York City,New York-Newark-Jersey City +36005043500,"Census Tract 435, Bronx County, New York",165,90.0,41042.0,-666666666.0,10.0,16.0,92.0,0.0,0.0,0.0,0.0,5.0,52.0,New York City,New York-Newark-Jersey City +36005042800,"Census Tract 428, Bronx County, New York",2069,1544.0,69800.0,378900.0,453.0,55.0,1607.0,0.0,16.0,0.0,0.0,54.0,337.0,New York City,New York-Newark-Jersey City +36005041100,"Census Tract 411, Bronx County, New York",3416,2072.0,36681.0,143400.0,372.0,389.0,792.0,18.0,230.0,0.0,0.0,0.0,2005.0,New York City,New York-Newark-Jersey City +36005041300,"Census Tract 413, Bronx County, New York",7897,5203.0,46627.0,237500.0,1187.0,537.0,870.0,45.0,443.0,0.0,0.0,175.0,5872.0,New York City,New York-Newark-Jersey City +36005041900,"Census Tract 419, Bronx County, New York",7238,4717.0,33759.0,406300.0,1036.0,1200.0,881.0,0.0,607.0,0.0,0.0,23.0,4527.0,New York City,New York-Newark-Jersey City +36005042902,"Census Tract 429.02, Bronx County, New York",4445,2909.0,26621.0,-666666666.0,693.0,263.0,800.0,158.0,173.0,0.0,16.0,58.0,3106.0,New York City,New York-Newark-Jersey City +36005033000,"Census Tract 330, Bronx County, New York",5925,4286.0,37355.0,439000.0,578.0,1840.0,863.0,0.0,46.0,0.0,57.0,0.0,3119.0,New York City,New York-Newark-Jersey City +36005035800,"Census Tract 358, Bronx County, New York",8115,5418.0,69939.0,419200.0,1748.0,190.0,5860.0,187.0,174.0,0.0,0.0,88.0,1616.0,New York City,New York-Newark-Jersey City +36005037100,"Census Tract 371, Bronx County, New York",4308,2938.0,26667.0,395400.0,439.0,90.0,1668.0,0.0,21.0,0.0,63.0,39.0,2427.0,New York City,New York-Newark-Jersey City +36005038500,"Census Tract 385, Bronx County, New York",4757,2755.0,19163.0,447000.0,139.0,43.0,1530.0,26.0,0.0,0.0,0.0,73.0,3111.0,New York City,New York-Newark-Jersey City +36005042100,"Census Tract 421, Bronx County, New York",5887,3524.0,31969.0,132400.0,957.0,534.0,791.0,0.0,658.0,0.0,0.0,123.0,3781.0,New York City,New York-Newark-Jersey City +36005045101,"Census Tract 451.01, Bronx County, New York",1537,1260.0,63819.0,376700.0,499.0,1195.0,33.0,0.0,124.0,0.0,0.0,28.0,157.0,New York City,New York-Newark-Jersey City +36005011800,"Census Tract 118, Bronx County, New York",5220,3059.0,81667.0,420200.0,771.0,3646.0,161.0,0.0,229.0,7.0,0.0,24.0,1153.0,New York City,New York-Newark-Jersey City +36005020400,"Census Tract 204, Bronx County, New York",3264,2297.0,45179.0,445700.0,338.0,278.0,255.0,0.0,355.0,0.0,34.0,9.0,2333.0,New York City,New York-Newark-Jersey City +36005024800,"Census Tract 248, Bronx County, New York",2998,2359.0,57292.0,463300.0,654.0,1414.0,374.0,28.0,292.0,0.0,0.0,0.0,899.0,New York City,New York-Newark-Jersey City +36005040800,"Census Tract 408, Bronx County, New York",4710,2786.0,32262.0,440300.0,456.0,345.0,2838.0,134.0,0.0,0.0,55.0,43.0,1422.0,New York City,New York-Newark-Jersey City +36005048400,"Census Tract 484, Bronx County, New York",4244,2885.0,74583.0,396700.0,765.0,160.0,3197.0,176.0,10.0,0.0,18.0,74.0,785.0,New York City,New York-Newark-Jersey City +36005024700,"Census Tract 247, Bronx County, New York",1884,1234.0,43438.0,-666666666.0,217.0,26.0,806.0,0.0,36.0,0.0,0.0,0.0,1016.0,New York City,New York-Newark-Jersey City +36005026602,"Census Tract 266.02, Bronx County, New York",5714,4127.0,50300.0,346800.0,1037.0,2040.0,482.0,91.0,130.0,0.0,0.0,93.0,2944.0,New York City,New York-Newark-Jersey City +36005036400,"Census Tract 364, Bronx County, New York",2474,1726.0,64167.0,425800.0,449.0,0.0,1998.0,101.0,0.0,0.0,0.0,47.0,328.0,New York City,New York-Newark-Jersey City +36005044902,"Census Tract 449.02, Bronx County, New York",1882,1376.0,68000.0,439600.0,575.0,1468.0,106.0,0.0,71.0,0.0,0.0,14.0,223.0,New York City,New York-Newark-Jersey City +36005022300,"Census Tract 223, Bronx County, New York",5275,3252.0,26000.0,-666666666.0,241.0,95.0,733.0,0.0,11.0,0.0,15.0,199.0,4222.0,New York City,New York-Newark-Jersey City +36005025400,"Census Tract 254, Bronx County, New York",2325,1747.0,53110.0,469100.0,459.0,1346.0,80.0,27.0,201.0,0.0,35.0,32.0,631.0,New York City,New York-Newark-Jersey City +36005029600,"Census Tract 296, Bronx County, New York",1650,1200.0,56064.0,439700.0,667.0,403.0,325.0,19.0,486.0,0.0,0.0,14.0,411.0,New York City,New York-Newark-Jersey City +36005037600,"Census Tract 376, Bronx County, New York",2257,1578.0,53255.0,323100.0,378.0,111.0,852.0,16.0,48.0,0.0,0.0,5.0,1225.0,New York City,New York-Newark-Jersey City +36005002701,"Census Tract 27.01, Bronx County, New York",2958,1522.0,17383.0,-666666666.0,152.0,0.0,878.0,0.0,0.0,0.0,23.0,0.0,2057.0,New York City,New York-Newark-Jersey City +36005006500,"Census Tract 65, Bronx County, New York",5471,3202.0,25526.0,-666666666.0,329.0,276.0,1547.0,0.0,76.0,0.0,20.0,0.0,3552.0,New York City,New York-Newark-Jersey City +36005000100,"Census Tract 1, Bronx County, New York",7411,5522.0,-666666666.0,-666666666.0,119.0,536.0,4267.0,22.0,125.0,0.0,35.0,55.0,2371.0,New York City,New York-Newark-Jersey City +36005006700,"Census Tract 67, Bronx County, New York",7314,3964.0,20972.0,346600.0,345.0,12.0,2570.0,0.0,0.0,53.0,0.0,0.0,4679.0,New York City,New York-Newark-Jersey City +36005040702,"Census Tract 407.02, Bronx County, New York",7050,4282.0,33419.0,-666666666.0,659.0,567.0,730.0,18.0,298.0,0.0,22.0,178.0,5255.0,New York City,New York-Newark-Jersey City +36005015700,"Census Tract 157, Bronx County, New York",4515,3131.0,34738.0,457900.0,473.0,36.0,980.0,0.0,66.0,0.0,0.0,0.0,3433.0,New York City,New York-Newark-Jersey City +36005038000,"Census Tract 380, Bronx County, New York",5225,3255.0,36781.0,272700.0,923.0,67.0,3614.0,0.0,122.0,0.0,48.0,27.0,1347.0,New York City,New York-Newark-Jersey City +36005002500,"Census Tract 25, Bronx County, New York",5760,3466.0,22771.0,493300.0,310.0,141.0,1161.0,27.0,7.0,0.0,26.0,8.0,4417.0,New York City,New York-Newark-Jersey City +36005006100,"Census Tract 61, Bronx County, New York",3869,3228.0,42200.0,22400.0,1046.0,84.0,2932.0,0.0,20.0,0.0,0.0,42.0,791.0,New York City,New York-Newark-Jersey City +36005022701,"Census Tract 227.01, Bronx County, New York",5702,3644.0,31368.0,-666666666.0,840.0,90.0,1865.0,0.0,160.0,0.0,0.0,18.0,3569.0,New York City,New York-Newark-Jersey City +36005037504,"Census Tract 375.04, Bronx County, New York",3470,2072.0,20576.0,-666666666.0,367.0,72.0,1176.0,14.0,76.0,0.0,0.0,0.0,2146.0,New York City,New York-Newark-Jersey City +36005020900,"Census Tract 209, Bronx County, New York",4784,3005.0,28438.0,-666666666.0,578.0,117.0,1733.0,0.0,0.0,0.0,32.0,0.0,2902.0,New York City,New York-Newark-Jersey City +36005022200,"Census Tract 222, Bronx County, New York",3262,2261.0,40811.0,323400.0,343.0,191.0,423.0,6.0,700.0,0.0,65.0,42.0,1841.0,New York City,New York-Newark-Jersey City +36005023800,"Census Tract 238, Bronx County, New York",2551,1551.0,50625.0,514900.0,386.0,338.0,504.0,14.0,185.0,0.0,0.0,34.0,1490.0,New York City,New York-Newark-Jersey City +36005030701,"Census Tract 307.01, Bronx County, New York",5580,4112.0,87188.0,334700.0,2781.0,4054.0,311.0,0.0,170.0,0.0,44.0,100.0,901.0,New York City,New York-Newark-Jersey City +36027150006,"Census Tract 1500.06, Dutchess County, New York",2021,1218.0,55938.0,266700.0,518.0,1683.0,43.0,0.0,100.0,0.0,0.0,53.0,142.0,New York City,New York-Newark-Jersey City +36027640001,"Census Tract 6400.01, Dutchess County, New York",1319,1126.0,-666666666.0,-666666666.0,58.0,227.0,606.0,19.0,33.0,0.0,0.0,46.0,388.0,New York City,New York-Newark-Jersey City +36027110005,"Census Tract 1100.05, Dutchess County, New York",2053,1394.0,62852.0,273600.0,478.0,1649.0,93.0,0.0,18.0,0.0,0.0,22.0,271.0,New York City,New York-Newark-Jersey City +36027200002,"Census Tract 2000.02, Dutchess County, New York",1515,1126.0,79167.0,356400.0,488.0,1304.0,11.0,51.0,23.0,0.0,0.0,60.0,117.0,New York City,New York-Newark-Jersey City +36027070401,"Census Tract 704.01, Dutchess County, New York",4795,2270.0,90000.0,208500.0,588.0,3328.0,204.0,4.0,421.0,0.0,0.0,165.0,673.0,New York City,New York-Newark-Jersey City +36027140400,"Census Tract 1404, Dutchess County, New York",5615,3859.0,118500.0,289600.0,2255.0,4142.0,297.0,10.0,547.0,0.0,44.0,85.0,500.0,New York City,New York-Newark-Jersey City +36027140700,"Census Tract 1407, Dutchess County, New York",6542,4775.0,91368.0,272400.0,1889.0,4760.0,930.0,0.0,382.0,0.0,0.0,40.0,430.0,New York City,New York-Newark-Jersey City +36027410000,"Census Tract 4100, Dutchess County, New York",4235,1471.0,65000.0,247500.0,542.0,2635.0,410.0,7.0,337.0,0.0,9.0,186.0,651.0,New York City,New York-Newark-Jersey City +36027140500,"Census Tract 1405, Dutchess County, New York",2999,2152.0,58068.0,241200.0,686.0,1719.0,579.0,33.0,245.0,0.0,0.0,50.0,373.0,New York City,New York-Newark-Jersey City +36027610000,"Census Tract 6100, Dutchess County, New York",2050,1919.0,-666666666.0,-666666666.0,21.0,351.0,1057.0,30.0,29.0,0.0,21.0,59.0,533.0,New York City,New York-Newark-Jersey City +36027220201,"Census Tract 2202.01, Dutchess County, New York",3419,2309.0,36151.0,166000.0,326.0,945.0,1429.0,38.0,15.0,0.0,0.0,290.0,702.0,New York City,New York-Newark-Jersey City +36027080104,"Census Tract 801.04, Dutchess County, New York",3718,2458.0,102039.0,329000.0,1155.0,3289.0,4.0,3.0,153.0,0.0,12.0,21.0,236.0,New York City,New York-Newark-Jersey City +36027190301,"Census Tract 1903.01, Dutchess County, New York",3458,2590.0,78482.0,273200.0,868.0,2502.0,233.0,0.0,63.0,0.0,26.0,126.0,508.0,New York City,New York-Newark-Jersey City +36027050204,"Census Tract 502.04, Dutchess County, New York",2799,1931.0,115321.0,391100.0,887.0,2316.0,56.0,0.0,215.0,0.0,0.0,0.0,212.0,New York City,New York-Newark-Jersey City +36027020003,"Census Tract 200.03, Dutchess County, New York",4298,3044.0,83016.0,211200.0,923.0,3787.0,112.0,92.0,75.0,0.0,0.0,76.0,248.0,New York City,New York-Newark-Jersey City +36027050104,"Census Tract 501.04, Dutchess County, New York",6824,4630.0,110273.0,383000.0,2241.0,5704.0,198.0,0.0,399.0,0.0,0.0,305.0,218.0,New York City,New York-Newark-Jersey City +36027190101,"Census Tract 1901.01, Dutchess County, New York",3946,2917.0,97708.0,303400.0,1210.0,3121.0,140.0,18.0,380.0,0.0,0.0,23.0,264.0,New York City,New York-Newark-Jersey City +36027060301,"Census Tract 603.01, Dutchess County, New York",4308,3091.0,100357.0,284400.0,1163.0,3366.0,280.0,0.0,101.0,0.0,24.0,130.0,407.0,New York City,New York-Newark-Jersey City +36027040003,"Census Tract 400.03, Dutchess County, New York",3866,2714.0,50234.0,262400.0,559.0,2648.0,192.0,0.0,11.0,0.0,0.0,79.0,936.0,New York City,New York-Newark-Jersey City +36027190204,"Census Tract 1902.04, Dutchess County, New York",4776,3263.0,108688.0,299900.0,1399.0,3569.0,156.0,0.0,515.0,0.0,9.0,38.0,489.0,New York City,New York-Newark-Jersey City +36027200001,"Census Tract 2000.01, Dutchess County, New York",3180,2295.0,89464.0,398100.0,856.0,2812.0,145.0,0.0,0.0,0.0,0.0,0.0,223.0,New York City,New York-Newark-Jersey City +36027020004,"Census Tract 200.04, Dutchess County, New York",2732,1809.0,113092.0,350300.0,913.0,2298.0,40.0,29.0,27.0,0.0,0.0,2.0,365.0,New York City,New York-Newark-Jersey City +36027190203,"Census Tract 1902.03, Dutchess County, New York",2607,1873.0,75956.0,260300.0,475.0,1751.0,154.0,0.0,61.0,0.0,134.0,44.0,463.0,New York City,New York-Newark-Jersey City +36027140801,"Census Tract 1408.01, Dutchess County, New York",2781,1989.0,95104.0,246300.0,858.0,2180.0,23.0,0.0,243.0,0.0,0.0,49.0,286.0,New York City,New York-Newark-Jersey City +36027130005,"Census Tract 1300.05, Dutchess County, New York",2571,1961.0,80222.0,250700.0,618.0,2154.0,56.0,0.0,0.0,0.0,0.0,0.0,361.0,New York City,New York-Newark-Jersey City +36027060201,"Census Tract 602.01, Dutchess County, New York",3451,2421.0,78819.0,273800.0,944.0,2453.0,273.0,5.0,95.0,0.0,20.0,48.0,557.0,New York City,New York-Newark-Jersey City +36027060400,"Census Tract 604, Dutchess County, New York",2127,1506.0,62917.0,220500.0,717.0,1535.0,154.0,0.0,110.0,0.0,0.0,28.0,300.0,New York City,New York-Newark-Jersey City +36027060302,"Census Tract 603.02, Dutchess County, New York",2602,1935.0,103077.0,341500.0,938.0,1501.0,165.0,0.0,768.0,0.0,0.0,37.0,131.0,New York City,New York-Newark-Jersey City +36027190102,"Census Tract 1901.02, Dutchess County, New York",1871,1424.0,71972.0,312800.0,409.0,1405.0,107.0,0.0,95.0,0.0,0.0,38.0,226.0,New York City,New York-Newark-Jersey City +36027050103,"Census Tract 501.03, Dutchess County, New York",5594,3853.0,109464.0,327700.0,1574.0,4916.0,40.0,0.0,109.0,0.0,13.0,69.0,447.0,New York City,New York-Newark-Jersey City +36027220801,"Census Tract 2208.01, Dutchess County, New York",3801,2900.0,37697.0,279800.0,1046.0,2249.0,671.0,0.0,145.0,0.0,0.0,116.0,620.0,New York City,New York-Newark-Jersey City +36027220901,"Census Tract 2209.01, Dutchess County, New York",4010,2631.0,47904.0,179300.0,556.0,1564.0,1761.0,49.0,25.0,0.0,0.0,148.0,505.0,New York City,New York-Newark-Jersey City +36027221001,"Census Tract 2210.01, Dutchess County, New York",3682,2958.0,76875.0,217400.0,1363.0,2820.0,616.0,0.0,96.0,6.0,0.0,0.0,144.0,New York City,New York-Newark-Jersey City +36027010000,"Census Tract 100, Dutchess County, New York",4314,3035.0,53736.0,247500.0,719.0,3836.0,167.0,8.0,16.0,0.0,0.0,56.0,231.0,New York City,New York-Newark-Jersey City +36027120000,"Census Tract 1200, Dutchess County, New York",2504,1861.0,56912.0,240400.0,387.0,2346.0,15.0,0.0,6.0,0.0,0.0,12.0,125.0,New York City,New York-Newark-Jersey City +36027140200,"Census Tract 1402, Dutchess County, New York",6830,4956.0,73617.0,227300.0,1648.0,4559.0,1017.0,0.0,249.0,30.0,0.0,190.0,785.0,New York City,New York-Newark-Jersey City +36027100000,"Census Tract 1000, Dutchess County, New York",2997,2233.0,60536.0,250300.0,611.0,2254.0,108.0,0.0,92.0,0.0,0.0,57.0,486.0,New York City,New York-Newark-Jersey City +36027220300,"Census Tract 2203, Dutchess County, New York",4691,2908.0,30699.0,146900.0,455.0,711.0,2874.0,29.0,27.0,0.0,22.0,55.0,973.0,New York City,New York-Newark-Jersey City +36027300000,"Census Tract 3000, Dutchess County, New York",5416,3780.0,53654.0,211900.0,733.0,3127.0,426.0,164.0,322.0,0.0,0.0,21.0,1520.0,New York City,New York-Newark-Jersey City +36027040001,"Census Tract 400.01, Dutchess County, New York",4643,3125.0,54217.0,236400.0,589.0,4009.0,51.0,0.0,118.0,0.0,0.0,83.0,382.0,New York City,New York-Newark-Jersey City +36027060100,"Census Tract 601, Dutchess County, New York",4755,3726.0,87213.0,332300.0,1570.0,2529.0,594.0,23.0,375.0,1.0,136.0,25.0,1072.0,New York City,New York-Newark-Jersey City +36027140300,"Census Tract 1403, Dutchess County, New York",5864,3828.0,51329.0,185800.0,1219.0,3330.0,923.0,0.0,265.0,0.0,77.0,235.0,1034.0,New York City,New York-Newark-Jersey City +36027170000,"Census Tract 1700, Dutchess County, New York",3784,2896.0,85536.0,299900.0,1102.0,3301.0,104.0,0.0,87.0,0.0,0.0,64.0,228.0,New York City,New York-Newark-Jersey City +36027220100,"Census Tract 2201, Dutchess County, New York",4373,2999.0,26064.0,176800.0,575.0,2016.0,1250.0,0.0,78.0,7.0,42.0,287.0,693.0,New York City,New York-Newark-Jersey City +36027220700,"Census Tract 2207, Dutchess County, New York",2426,1550.0,44233.0,116200.0,329.0,781.0,1156.0,4.0,17.0,0.0,4.0,131.0,333.0,New York City,New York-Newark-Jersey City +36027030000,"Census Tract 300, Dutchess County, New York",4270,2996.0,98094.0,344400.0,1231.0,3907.0,67.0,0.0,54.0,0.0,0.0,76.0,166.0,New York City,New York-Newark-Jersey City +36027050102,"Census Tract 501.02, Dutchess County, New York",4103,2914.0,97083.0,311300.0,1115.0,3461.0,136.0,8.0,81.0,0.0,0.0,33.0,384.0,New York City,New York-Newark-Jersey City +36027070102,"Census Tract 701.02, Dutchess County, New York",3434,2462.0,59524.0,200000.0,612.0,2724.0,152.0,29.0,67.0,0.0,9.0,19.0,463.0,New York City,New York-Newark-Jersey City +36027090000,"Census Tract 900, Dutchess County, New York",2308,1680.0,64239.0,330500.0,730.0,2079.0,42.0,0.0,20.0,0.0,0.0,96.0,71.0,New York City,New York-Newark-Jersey City +36027070101,"Census Tract 701.01, Dutchess County, New York",4371,3288.0,85274.0,232500.0,997.0,3799.0,125.0,0.0,40.0,6.0,12.0,153.0,236.0,New York City,New York-Newark-Jersey City +36027080103,"Census Tract 801.03, Dutchess County, New York",4906,3202.0,121518.0,311000.0,1562.0,4011.0,144.0,0.0,312.0,0.0,0.0,6.0,433.0,New York City,New York-Newark-Jersey City +36027180001,"Census Tract 1800.01, Dutchess County, New York",4833,3480.0,93559.0,336400.0,1329.0,4397.0,89.0,24.0,85.0,0.0,0.0,74.0,188.0,New York City,New York-Newark-Jersey City +36027110003,"Census Tract 1100.03, Dutchess County, New York",4274,2859.0,104643.0,290300.0,976.0,3862.0,99.0,0.0,80.0,0.0,0.0,19.0,214.0,New York City,New York-Newark-Jersey City +36027130003,"Census Tract 1300.03, Dutchess County, New York",5597,4065.0,73574.0,227700.0,1091.0,4523.0,426.0,0.0,153.0,0.0,72.0,194.0,229.0,New York City,New York-Newark-Jersey City +36027221100,"Census Tract 2211, Dutchess County, New York",4103,2625.0,34042.0,178600.0,281.0,1140.0,1426.0,0.0,0.0,0.0,38.0,24.0,1475.0,New York City,New York-Newark-Jersey City +36027210101,"Census Tract 2101.01, Dutchess County, New York",5380,3910.0,80694.0,273200.0,1742.0,3091.0,496.0,13.0,214.0,0.0,0.0,291.0,1275.0,New York City,New York-Newark-Jersey City +36027210201,"Census Tract 2102.01, Dutchess County, New York",3813,2719.0,64511.0,222400.0,862.0,1679.0,1107.0,24.0,66.0,0.0,51.0,79.0,814.0,New York City,New York-Newark-Jersey City +36027210301,"Census Tract 2103.01, Dutchess County, New York",4263,3045.0,69735.0,256400.0,933.0,2712.0,367.0,105.0,80.0,18.0,16.0,263.0,780.0,New York City,New York-Newark-Jersey City +36027020005,"Census Tract 200.05, Dutchess County, New York",5353,3666.0,95842.0,332500.0,1387.0,4678.0,86.0,0.0,116.0,0.0,0.0,62.0,411.0,New York City,New York-Newark-Jersey City +36027050205,"Census Tract 502.05, Dutchess County, New York",5417,3719.0,94006.0,361500.0,1503.0,4605.0,20.0,28.0,29.0,0.0,216.0,182.0,337.0,New York City,New York-Newark-Jersey City +36027070201,"Census Tract 702.01, Dutchess County, New York",2954,2076.0,71364.0,224900.0,717.0,2389.0,194.0,16.0,56.0,0.0,0.0,14.0,285.0,New York City,New York-Newark-Jersey City +36027070301,"Census Tract 703.01, Dutchess County, New York",5661,3962.0,74005.0,224000.0,1064.0,4729.0,500.0,0.0,235.0,0.0,0.0,27.0,170.0,New York City,New York-Newark-Jersey City +36027080202,"Census Tract 802.02, Dutchess County, New York",2741,1907.0,110694.0,340500.0,775.0,2206.0,148.0,0.0,245.0,0.0,0.0,25.0,117.0,New York City,New York-Newark-Jersey City +36027160004,"Census Tract 1600.04, Dutchess County, New York",2505,1934.0,98333.0,411400.0,1037.0,2337.0,45.0,0.0,13.0,0.0,0.0,28.0,82.0,New York City,New York-Newark-Jersey City +36027110004,"Census Tract 1100.04, Dutchess County, New York",2009,1592.0,79625.0,356300.0,570.0,1574.0,23.0,0.0,0.0,0.0,0.0,60.0,352.0,New York City,New York-Newark-Jersey City +36027080201,"Census Tract 802.01, Dutchess County, New York",4315,2995.0,103571.0,263800.0,1194.0,3483.0,235.0,59.0,155.0,0.0,0.0,7.0,423.0,New York City,New York-Newark-Jersey City +36027050203,"Census Tract 502.03, Dutchess County, New York",4575,3205.0,107500.0,353000.0,1444.0,3268.0,71.0,32.0,315.0,0.0,0.0,400.0,521.0,New York City,New York-Newark-Jersey City +36027160003,"Census Tract 1600.03, Dutchess County, New York",2664,2091.0,81719.0,360300.0,870.0,2353.0,73.0,0.0,56.0,0.0,8.0,14.0,160.0,New York City,New York-Newark-Jersey City +36027160005,"Census Tract 1600.05, Dutchess County, New York",2608,2058.0,65238.0,366200.0,1142.0,2227.0,120.0,0.0,112.0,0.0,0.0,20.0,129.0,New York City,New York-Newark-Jersey City +36027060202,"Census Tract 602.02, Dutchess County, New York",4302,2914.0,69048.0,238400.0,758.0,2908.0,236.0,0.0,140.0,0.0,6.0,204.0,808.0,New York City,New York-Newark-Jersey City +36027640002,"Census Tract 6400.02, Dutchess County, New York",1467,1376.0,24375.0,-666666666.0,79.0,365.0,713.0,23.0,13.0,0.0,0.0,3.0,350.0,New York City,New York-Newark-Jersey City +36027190402,"Census Tract 1904.02, Dutchess County, New York",3537,2466.0,82292.0,278200.0,793.0,2462.0,122.0,0.0,135.0,0.0,0.0,56.0,762.0,New York City,New York-Newark-Jersey City +36027190401,"Census Tract 1904.01, Dutchess County, New York",2127,1446.0,86250.0,232900.0,340.0,1584.0,183.0,3.0,0.0,0.0,0.0,84.0,273.0,New York City,New York-Newark-Jersey City +36027130004,"Census Tract 1300.04, Dutchess County, New York",1601,1159.0,96250.0,286900.0,443.0,1442.0,47.0,2.0,13.0,0.0,0.0,9.0,88.0,New York City,New York-Newark-Jersey City +36027140101,"Census Tract 1401.01, Dutchess County, New York",5938,2272.0,76346.0,201000.0,583.0,4073.0,568.0,70.0,213.0,0.0,36.0,167.0,811.0,New York City,New York-Newark-Jersey City +36027150005,"Census Tract 1500.05, Dutchess County, New York",2681,1906.0,75880.0,309000.0,787.0,2425.0,78.0,26.0,14.0,0.0,9.0,18.0,137.0,New York City,New York-Newark-Jersey City +36027150004,"Census Tract 1500.04, Dutchess County, New York",3464,2421.0,87202.0,281100.0,1131.0,3124.0,85.0,24.0,54.0,0.0,0.0,6.0,195.0,New York City,New York-Newark-Jersey City +36027140602,"Census Tract 1406.02, Dutchess County, New York",2877,1938.0,81875.0,224800.0,619.0,1961.0,161.0,0.0,135.0,0.0,0.0,169.0,451.0,New York City,New York-Newark-Jersey City +36027150003,"Census Tract 1500.03, Dutchess County, New York",3072,1111.0,59000.0,246800.0,487.0,2446.0,56.0,10.0,200.0,0.0,0.0,76.0,284.0,New York City,New York-Newark-Jersey City +36047007000,"Census Tract 70, Kings County, New York",2552,1852.0,50380.0,-666666666.0,839.0,1355.0,148.0,65.0,419.0,0.0,0.0,24.0,558.0,New York City,New York-Newark-Jersey City +36047010600,"Census Tract 106, Kings County, New York",4862,3466.0,41047.0,843200.0,572.0,309.0,10.0,0.0,3898.0,0.0,0.0,103.0,542.0,New York City,New York-Newark-Jersey City +36047010800,"Census Tract 108, Kings County, New York",4303,3014.0,38042.0,772900.0,357.0,403.0,42.0,0.0,3127.0,0.0,0.0,0.0,731.0,New York City,New York-Newark-Jersey City +36047012100,"Census Tract 121, Kings County, New York",1948,1557.0,101786.0,1036600.0,1012.0,1071.0,59.0,0.0,169.0,0.0,0.0,20.0,629.0,New York City,New York-Newark-Jersey City +36047012902,"Census Tract 129.02, Kings County, New York",2114,1608.0,110694.0,1700000.0,1243.0,1316.0,143.0,6.0,95.0,0.0,19.0,70.0,471.0,New York City,New York-Newark-Jersey City +36047013700,"Census Tract 137, Kings County, New York",3494,2569.0,109081.0,1217400.0,1587.0,2098.0,242.0,0.0,265.0,0.0,22.0,198.0,669.0,New York City,New York-Newark-Jersey City +36047014300,"Census Tract 143, Kings County, New York",3631,2621.0,102470.0,994400.0,1639.0,1667.0,61.0,12.0,258.0,0.0,53.0,86.0,1494.0,New York City,New York-Newark-Jersey City +36047015100,"Census Tract 151, Kings County, New York",4185,2985.0,122456.0,1230300.0,2305.0,2661.0,205.0,0.0,213.0,0.0,10.0,339.0,757.0,New York City,New York-Newark-Jersey City +36047015400,"Census Tract 154, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047015700,"Census Tract 157, Kings County, New York",4079,3277.0,120272.0,882500.0,2867.0,2965.0,135.0,31.0,400.0,0.0,15.0,152.0,381.0,New York City,New York-Newark-Jersey City +36047016500,"Census Tract 165, Kings County, New York",5859,4303.0,152143.0,1244900.0,3861.0,4422.0,129.0,15.0,504.0,0.0,20.0,379.0,390.0,New York City,New York-Newark-Jersey City +36047017800,"Census Tract 178, Kings County, New York",3058,2082.0,60733.0,642900.0,550.0,702.0,94.0,0.0,1190.0,12.0,0.0,118.0,942.0,New York City,New York-Newark-Jersey City +36047017900,"Census Tract 179, Kings County, New York",4540,3288.0,52266.0,1118200.0,1458.0,819.0,2555.0,0.0,213.0,0.0,41.0,174.0,738.0,New York City,New York-Newark-Jersey City +36047019100,"Census Tract 191, Kings County, New York",2826,1888.0,86225.0,1106200.0,1262.0,1455.0,612.0,0.0,170.0,0.0,9.0,181.0,399.0,New York City,New York-Newark-Jersey City +36047036200,"Census Tract 362, Kings County, New York",3480,2342.0,31250.0,503200.0,831.0,1416.0,40.0,108.0,957.0,0.0,0.0,0.0,959.0,New York City,New York-Newark-Jersey City +36047036600,"Census Tract 366, Kings County, New York",5165,3497.0,37414.0,507500.0,1239.0,2279.0,100.0,0.0,1280.0,0.0,0.0,233.0,1273.0,New York City,New York-Newark-Jersey City +36047112000,"Census Tract 1120, Kings County, New York",3048,1910.0,24135.0,458900.0,310.0,84.0,1769.0,0.0,0.0,0.0,0.0,0.0,1195.0,New York City,New York-Newark-Jersey City +36047113000,"Census Tract 1130, Kings County, New York",4000,2369.0,31615.0,380700.0,362.0,26.0,3352.0,39.0,0.0,0.0,59.0,76.0,461.0,New York City,New York-Newark-Jersey City +36047113200,"Census Tract 1132, Kings County, New York",1956,1279.0,59792.0,357800.0,238.0,41.0,1627.0,9.0,19.0,0.0,0.0,0.0,260.0,New York City,New York-Newark-Jersey City +36047054800,"Census Tract 548, Kings County, New York",2068,1259.0,62989.0,817600.0,732.0,1833.0,16.0,0.0,21.0,0.0,4.0,82.0,112.0,New York City,New York-Newark-Jersey City +36047037500,"Census Tract 375, Kings County, New York",3042,1854.0,38056.0,620000.0,413.0,546.0,1408.0,125.0,444.0,0.0,4.0,54.0,586.0,New York City,New York-Newark-Jersey City +36047116200,"Census Tract 1162, Kings County, New York",2276,1409.0,39250.0,355400.0,197.0,7.0,1806.0,34.0,17.0,82.0,16.0,57.0,272.0,New York City,New York-Newark-Jersey City +36047116600,"Census Tract 1166, Kings County, New York",3012,1811.0,40405.0,370300.0,376.0,105.0,1701.0,0.0,21.0,0.0,56.0,125.0,1004.0,New York City,New York-Newark-Jersey City +36047040100,"Census Tract 401, Kings County, New York",3244,2271.0,44412.0,685200.0,752.0,554.0,1636.0,1.0,141.0,0.0,0.0,14.0,898.0,New York City,New York-Newark-Jersey City +36047033100,"Census Tract 331, Kings County, New York",4046,2864.0,42438.0,948100.0,710.0,2357.0,1511.0,0.0,0.0,0.0,0.0,0.0,178.0,New York City,New York-Newark-Jersey City +36047035700,"Census Tract 357, Kings County, New York",2425,1398.0,27375.0,377800.0,228.0,48.0,1852.0,8.0,11.0,0.0,57.0,45.0,404.0,New York City,New York-Newark-Jersey City +36047090000,"Census Tract 900, Kings County, New York",4830,2883.0,22978.0,472500.0,316.0,11.0,3708.0,0.0,9.0,0.0,80.0,32.0,990.0,New York City,New York-Newark-Jersey City +36047099600,"Census Tract 996, Kings County, New York",4240,2981.0,69676.0,554400.0,787.0,175.0,3814.0,0.0,140.0,0.0,0.0,0.0,111.0,New York City,New York-Newark-Jersey City +36047061200,"Census Tract 612, Kings County, New York",990,767.0,86953.0,922600.0,350.0,990.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047044500,"Census Tract 445, Kings County, New York",5066,3459.0,57604.0,522000.0,1235.0,1073.0,299.0,57.0,433.0,0.0,105.0,112.0,3044.0,New York City,New York-Newark-Jersey City +36047047200,"Census Tract 472, Kings County, New York",2777,1333.0,51958.0,884500.0,309.0,2745.0,24.0,0.0,0.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City +36047054400,"Census Tract 544, Kings County, New York",3344,2317.0,49091.0,527600.0,871.0,2581.0,0.0,0.0,549.0,0.0,16.0,2.0,196.0,New York City,New York-Newark-Jersey City +36047068200,"Census Tract 682, Kings County, New York",3050,2205.0,99583.0,461700.0,790.0,531.0,1980.0,0.0,205.0,0.0,0.0,15.0,319.0,New York City,New York-Newark-Jersey City +36047080600,"Census Tract 806, Kings County, New York",3730,2131.0,39870.0,476900.0,632.0,1397.0,2003.0,0.0,145.0,0.0,0.0,0.0,185.0,New York City,New York-Newark-Jersey City +36047085400,"Census Tract 854, Kings County, New York",1987,1284.0,50216.0,442100.0,296.0,52.0,1618.0,0.0,6.0,0.0,0.0,127.0,184.0,New York City,New York-Newark-Jersey City +36047091000,"Census Tract 910, Kings County, New York",4876,3253.0,11560.0,-666666666.0,142.0,0.0,3256.0,0.0,0.0,0.0,92.0,16.0,1512.0,New York City,New York-Newark-Jersey City +36047017000,"Census Tract 170, Kings County, New York",3419,2433.0,66510.0,837500.0,701.0,1577.0,70.0,0.0,1250.0,0.0,0.0,0.0,522.0,New York City,New York-Newark-Jersey City +36047057100,"Census Tract 571, Kings County, New York",3800,3307.0,57614.0,571700.0,1682.0,3353.0,38.0,0.0,83.0,0.0,0.0,57.0,269.0,New York City,New York-Newark-Jersey City +36047070000,"Census Tract 700, Kings County, New York",1715,1156.0,59583.0,578700.0,422.0,1586.0,46.0,7.0,17.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City +36047075800,"Census Tract 758, Kings County, New York",1659,1166.0,86625.0,835100.0,622.0,1529.0,10.0,0.0,49.0,0.0,0.0,15.0,56.0,New York City,New York-Newark-Jersey City +36047084000,"Census Tract 840, Kings County, New York",2482,1768.0,49487.0,419700.0,322.0,82.0,2196.0,0.0,29.0,0.0,0.0,26.0,149.0,New York City,New York-Newark-Jersey City +36047014700,"Census Tract 147, Kings County, New York",2535,1880.0,87679.0,1034700.0,968.0,1151.0,68.0,42.0,121.0,0.0,14.0,76.0,1105.0,New York City,New York-Newark-Jersey City +36047021300,"Census Tract 213, Kings County, New York",4228,3195.0,42480.0,-666666666.0,1199.0,799.0,2992.0,0.0,55.0,0.0,15.0,99.0,268.0,New York City,New York-Newark-Jersey City +36047024600,"Census Tract 246, Kings County, New York",2892,1849.0,46027.0,840000.0,553.0,1602.0,1.0,9.0,1031.0,0.0,0.0,53.0,205.0,New York City,New York-Newark-Jersey City +36047030100,"Census Tract 301, Kings County, New York",2675,1929.0,44911.0,614800.0,405.0,189.0,1965.0,0.0,197.0,0.0,0.0,0.0,324.0,New York City,New York-Newark-Jersey City +36047033000,"Census Tract 330, Kings County, New York",4948,3123.0,27965.0,388200.0,627.0,816.0,2726.0,0.0,208.0,0.0,0.0,156.0,1042.0,New York City,New York-Newark-Jersey City +36047021200,"Census Tract 212, Kings County, New York",4858,3623.0,40472.0,756500.0,500.0,1155.0,0.0,0.0,3246.0,0.0,0.0,32.0,425.0,New York City,New York-Newark-Jersey City +36047038100,"Census Tract 381, Kings County, New York",5459,3441.0,32933.0,848900.0,709.0,393.0,4194.0,0.0,0.0,0.0,0.0,80.0,792.0,New York City,New York-Newark-Jersey City +36047040400,"Census Tract 404, Kings County, New York",2352,1793.0,52438.0,772600.0,384.0,1041.0,12.0,0.0,1024.0,0.0,0.0,23.0,252.0,New York City,New York-Newark-Jersey City +36047027600,"Census Tract 276, Kings County, New York",4103,2828.0,53813.0,748000.0,798.0,1311.0,0.0,0.0,1641.0,0.0,0.0,0.0,1151.0,New York City,New York-Newark-Jersey City +36047038600,"Census Tract 386, Kings County, New York",3730,2500.0,57188.0,594100.0,633.0,1356.0,1.0,0.0,1377.0,0.0,8.0,38.0,950.0,New York City,New York-Newark-Jersey City +36047043000,"Census Tract 430, Kings County, New York",3602,2588.0,37813.0,607800.0,691.0,1564.0,0.0,0.0,1595.0,0.0,0.0,37.0,406.0,New York City,New York-Newark-Jersey City +36047048600,"Census Tract 486, Kings County, New York",3355,2075.0,47981.0,708900.0,595.0,851.0,106.0,0.0,1473.0,0.0,0.0,14.0,911.0,New York City,New York-Newark-Jersey City +36047052800,"Census Tract 528, Kings County, New York",1868,1290.0,83523.0,1056600.0,796.0,1010.0,140.0,0.0,448.0,0.0,0.0,31.0,239.0,New York City,New York-Newark-Jersey City +36047055000,"Census Tract 550, Kings County, New York",3496,2436.0,60568.0,477800.0,1170.0,2367.0,43.0,0.0,423.0,0.0,0.0,64.0,599.0,New York City,New York-Newark-Jersey City +36047058900,"Census Tract 589, Kings County, New York",1817,1511.0,82045.0,842400.0,776.0,1439.0,33.0,0.0,146.0,0.0,0.0,32.0,167.0,New York City,New York-Newark-Jersey City +36047062600,"Census Tract 626, Kings County, New York",2817,2040.0,55833.0,330300.0,810.0,1391.0,252.0,0.0,691.0,0.0,0.0,85.0,398.0,New York City,New York-Newark-Jersey City +36047029300,"Census Tract 293, Kings County, New York",3156,2338.0,38576.0,1040100.0,779.0,159.0,2034.0,41.0,150.0,0.0,0.0,28.0,744.0,New York City,New York-Newark-Jersey City +36047026900,"Census Tract 269, Kings County, New York",3302,2409.0,62125.0,1192300.0,955.0,236.0,2419.0,0.0,227.0,0.0,0.0,42.0,378.0,New York City,New York-Newark-Jersey City +36047028100,"Census Tract 281, Kings County, New York",5076,2938.0,27265.0,487800.0,482.0,455.0,2467.0,6.0,186.0,0.0,0.0,168.0,1794.0,New York City,New York-Newark-Jersey City +36047028400,"Census Tract 284, Kings County, New York",3712,2739.0,49200.0,834000.0,812.0,1977.0,60.0,12.0,1251.0,0.0,0.0,23.0,401.0,New York City,New York-Newark-Jersey City +36047030300,"Census Tract 303, Kings County, New York",5120,3051.0,28380.0,580200.0,597.0,75.0,3757.0,0.0,45.0,0.0,0.0,62.0,1181.0,New York City,New York-Newark-Jersey City +36047031500,"Census Tract 315, Kings County, New York",4776,3823.0,53563.0,801700.0,2070.0,1346.0,2696.0,0.0,184.0,0.0,0.0,210.0,340.0,New York City,New York-Newark-Jersey City +36047059200,"Census Tract 592, Kings County, New York",4641,3525.0,60982.0,524900.0,1404.0,2477.0,314.0,0.0,1375.0,0.0,17.0,74.0,384.0,New York City,New York-Newark-Jersey City +36047063600,"Census Tract 636, Kings County, New York",1453,1040.0,105987.0,597300.0,526.0,1055.0,0.0,14.0,126.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City +36047064800,"Census Tract 648, Kings County, New York",2240,1430.0,78103.0,580600.0,465.0,1504.0,492.0,0.0,60.0,0.0,0.0,25.0,159.0,New York City,New York-Newark-Jersey City +36047065200,"Census Tract 652, Kings County, New York",1053,882.0,91845.0,569100.0,410.0,900.0,31.0,0.0,72.0,0.0,0.0,28.0,22.0,New York City,New York-Newark-Jersey City +36047066200,"Census Tract 662, Kings County, New York",1670,1209.0,84750.0,497100.0,396.0,1194.0,12.0,0.0,192.0,0.0,65.0,19.0,188.0,New York City,New York-Newark-Jersey City +36047067600,"Census Tract 676, Kings County, New York",1969,1506.0,83382.0,450000.0,566.0,179.0,1444.0,0.0,99.0,0.0,10.0,0.0,237.0,New York City,New York-Newark-Jersey City +36047069800,"Census Tract 698, Kings County, New York",1478,1045.0,69375.0,495500.0,345.0,1097.0,55.0,0.0,162.0,0.0,0.0,0.0,164.0,New York City,New York-Newark-Jersey City +36047072000,"Census Tract 720, Kings County, New York",2261,1447.0,78750.0,575900.0,493.0,80.0,1998.0,0.0,121.0,0.0,0.0,32.0,30.0,New York City,New York-Newark-Jersey City +36047073600,"Census Tract 736, Kings County, New York",3569,2428.0,70033.0,454000.0,751.0,286.0,2310.0,0.0,282.0,0.0,78.0,32.0,581.0,New York City,New York-Newark-Jersey City +36047074200,"Census Tract 742, Kings County, New York",3326,2102.0,80543.0,582200.0,632.0,1208.0,1516.0,11.0,171.0,0.0,8.0,100.0,323.0,New York City,New York-Newark-Jersey City +36047074600,"Census Tract 746, Kings County, New York",2600,1518.0,82159.0,660900.0,506.0,1836.0,378.0,0.0,120.0,0.0,31.0,49.0,186.0,New York City,New York-Newark-Jersey City +36047076600,"Census Tract 766, Kings County, New York",2416,1605.0,67736.0,821100.0,490.0,284.0,1657.0,0.0,35.0,0.0,15.0,45.0,380.0,New York City,New York-Newark-Jersey City +36047077000,"Census Tract 770, Kings County, New York",3131,1868.0,49951.0,519500.0,861.0,356.0,1961.0,0.0,98.0,0.0,0.0,169.0,547.0,New York City,New York-Newark-Jersey City +36047078000,"Census Tract 780, Kings County, New York",2551,1943.0,83478.0,459500.0,559.0,57.0,2347.0,0.0,0.0,0.0,8.0,19.0,120.0,New York City,New York-Newark-Jersey City +36047078400,"Census Tract 784, Kings County, New York",2612,1934.0,82174.0,506300.0,649.0,93.0,2220.0,0.0,34.0,0.0,65.0,19.0,181.0,New York City,New York-Newark-Jersey City +36047114202,"Census Tract 1142.02, Kings County, New York",2837,1846.0,48837.0,437100.0,319.0,63.0,926.0,0.0,0.0,0.0,15.0,7.0,1826.0,New York City,New York-Newark-Jersey City +36047117601,"Census Tract 1176.01, Kings County, New York",3037,1862.0,47131.0,435400.0,219.0,195.0,616.0,0.0,76.0,0.0,0.0,0.0,2150.0,New York City,New York-Newark-Jersey City +36047050500,"Census Tract 505, Kings County, New York",4062,3133.0,32750.0,510900.0,1196.0,1161.0,600.0,73.0,486.0,0.0,0.0,24.0,1757.0,New York City,New York-Newark-Jersey City +36047046800,"Census Tract 468, Kings County, New York",2368,987.0,43750.0,845100.0,211.0,2274.0,7.0,0.0,52.0,0.0,0.0,0.0,35.0,New York City,New York-Newark-Jersey City +36047048400,"Census Tract 484, Kings County, New York",6107,3128.0,50156.0,686900.0,1087.0,4303.0,455.0,0.0,556.0,0.0,0.0,344.0,449.0,New York City,New York-Newark-Jersey City +36047049500,"Census Tract 495, Kings County, New York",2920,2322.0,87652.0,766900.0,1093.0,1564.0,65.0,0.0,355.0,0.0,19.0,44.0,873.0,New York City,New York-Newark-Jersey City +36047053700,"Census Tract 537, Kings County, New York",3612,1365.0,32963.0,744800.0,80.0,3465.0,48.0,0.0,39.0,0.0,0.0,10.0,50.0,New York City,New York-Newark-Jersey City +36047054300,"Census Tract 543, Kings County, New York",347,283.0,131250.0,-666666666.0,210.0,208.0,11.0,0.0,29.0,0.0,13.0,10.0,76.0,New York City,New York-Newark-Jersey City +36047055800,"Census Tract 558, Kings County, New York",2331,1605.0,54926.0,674700.0,615.0,1795.0,24.0,0.0,192.0,0.0,0.0,75.0,245.0,New York City,New York-Newark-Jersey City +36047056500,"Census Tract 565, Kings County, New York",3049,2598.0,97135.0,1122300.0,1747.0,2355.0,12.0,0.0,192.0,0.0,25.0,98.0,367.0,New York City,New York-Newark-Jersey City +36047056800,"Census Tract 568, Kings County, New York",1453,1150.0,84688.0,580800.0,402.0,927.0,0.0,0.0,403.0,0.0,0.0,0.0,123.0,New York City,New York-Newark-Jersey City +36047061002,"Census Tract 610.02, Kings County, New York",4207,3326.0,65284.0,715300.0,1909.0,4207.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047062800,"Census Tract 628, Kings County, New York",5099,3624.0,72627.0,427900.0,911.0,4377.0,19.0,9.0,352.0,0.0,0.0,0.0,342.0,New York City,New York-Newark-Jersey City +36047064200,"Census Tract 642, Kings County, New York",2327,1635.0,54211.0,820200.0,710.0,1738.0,62.0,0.0,106.0,0.0,0.0,37.0,384.0,New York City,New York-Newark-Jersey City +36047068000,"Census Tract 680, Kings County, New York",2300,1494.0,74904.0,413200.0,372.0,230.0,1792.0,0.0,46.0,0.0,0.0,15.0,217.0,New York City,New York-Newark-Jersey City +36047072400,"Census Tract 724, Kings County, New York",1741,1280.0,69375.0,484300.0,312.0,41.0,1558.0,0.0,0.0,0.0,20.0,13.0,109.0,New York City,New York-Newark-Jersey City +36047072800,"Census Tract 728, Kings County, New York",4065,2890.0,55156.0,310600.0,976.0,144.0,3608.0,0.0,93.0,0.0,12.0,16.0,192.0,New York City,New York-Newark-Jersey City +36047086400,"Census Tract 864, Kings County, New York",2149,1426.0,45868.0,427100.0,242.0,13.0,2014.0,0.0,0.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City +36047086600,"Census Tract 866, Kings County, New York",3225,2100.0,46335.0,435600.0,645.0,34.0,2968.0,26.0,39.0,0.0,9.0,13.0,136.0,New York City,New York-Newark-Jersey City +36047087600,"Census Tract 876, Kings County, New York",1555,1196.0,34271.0,375000.0,355.0,264.0,1154.0,0.0,62.0,0.0,0.0,4.0,71.0,New York City,New York-Newark-Jersey City +36047001300,"Census Tract 13, Kings County, New York",2401,2003.0,112000.0,448800.0,1125.0,1446.0,277.0,0.0,159.0,0.0,11.0,45.0,463.0,New York City,New York-Newark-Jersey City +36047002000,"Census Tract 20, Kings County, New York",1232,806.0,64653.0,625000.0,122.0,37.0,22.0,37.0,85.0,0.0,0.0,0.0,1088.0,New York City,New York-Newark-Jersey City +36047090200,"Census Tract 902, Kings County, New York",3290,2211.0,41875.0,380700.0,215.0,44.0,2400.0,0.0,159.0,8.0,9.0,43.0,627.0,New York City,New York-Newark-Jersey City +36047084600,"Census Tract 846, Kings County, New York",1882,1351.0,57188.0,411400.0,355.0,50.0,1683.0,0.0,0.0,0.0,0.0,14.0,135.0,New York City,New York-Newark-Jersey City +36047090600,"Census Tract 906, Kings County, New York",3857,2357.0,10693.0,-666666666.0,202.0,106.0,2349.0,60.0,0.0,0.0,10.0,0.0,1392.0,New York City,New York-Newark-Jersey City +36047016000,"Census Tract 160, Kings County, New York",3983,2991.0,64118.0,527800.0,1257.0,2171.0,136.0,0.0,758.0,35.0,8.0,80.0,795.0,New York City,New York-Newark-Jersey City +36047018000,"Census Tract 180, Kings County, New York",3298,2225.0,66346.0,870800.0,599.0,1248.0,0.0,11.0,1317.0,0.0,0.0,10.0,712.0,New York City,New York-Newark-Jersey City +36047020300,"Census Tract 203, Kings County, New York",1764,1300.0,103571.0,918600.0,833.0,675.0,496.0,0.0,271.0,0.0,21.0,34.0,267.0,New York City,New York-Newark-Jersey City +36047020500,"Census Tract 205, Kings County, New York",2907,2302.0,83901.0,918700.0,1533.0,1525.0,756.0,14.0,267.0,0.0,33.0,193.0,119.0,New York City,New York-Newark-Jersey City +36047021400,"Census Tract 214, Kings County, New York",2194,1237.0,54375.0,831500.0,158.0,1068.0,0.0,0.0,952.0,0.0,0.0,14.0,160.0,New York City,New York-Newark-Jersey City +36047021700,"Census Tract 217, Kings County, New York",4035,2673.0,60219.0,1137500.0,1392.0,881.0,1829.0,0.0,340.0,0.0,48.0,135.0,802.0,New York City,New York-Newark-Jersey City +36047024200,"Census Tract 242, Kings County, New York",2994,1582.0,61591.0,897100.0,285.0,2682.0,0.0,0.0,184.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City +36047024400,"Census Tract 244, Kings County, New York",4039,1946.0,52692.0,880500.0,407.0,3213.0,17.0,0.0,403.0,0.0,0.0,0.0,406.0,New York City,New York-Newark-Jersey City +36047026100,"Census Tract 261, Kings County, New York",4993,3572.0,42398.0,731300.0,1130.0,959.0,1961.0,83.0,124.0,0.0,0.0,79.0,1870.0,New York City,New York-Newark-Jersey City +36047027700,"Census Tract 277, Kings County, New York",4630,2812.0,40790.0,827800.0,687.0,394.0,3575.0,32.0,41.0,0.0,0.0,115.0,505.0,New York City,New York-Newark-Jersey City +36047028200,"Census Tract 282, Kings County, New York",3496,2670.0,61713.0,662100.0,897.0,1671.0,0.0,0.0,1480.0,0.0,28.0,59.0,258.0,New York City,New York-Newark-Jersey City +36047028800,"Census Tract 288, Kings County, New York",3816,2772.0,47641.0,671100.0,770.0,1439.0,9.0,0.0,1546.0,0.0,102.0,18.0,702.0,New York City,New York-Newark-Jersey City +36047029000,"Census Tract 290, Kings County, New York",4186,2981.0,49683.0,679300.0,1163.0,2862.0,0.0,0.0,945.0,0.0,0.0,114.0,265.0,New York City,New York-Newark-Jersey City +36047030200,"Census Tract 302, Kings County, New York",4802,3334.0,56250.0,688000.0,918.0,1553.0,29.0,0.0,2889.0,0.0,8.0,105.0,218.0,New York City,New York-Newark-Jersey City +36047030800,"Census Tract 308, Kings County, New York",2006,1555.0,45417.0,487800.0,426.0,1419.0,30.0,0.0,330.0,0.0,0.0,32.0,195.0,New York City,New York-Newark-Jersey City +36047020000,"Census Tract 200, Kings County, New York",2335,1659.0,56667.0,761000.0,412.0,1105.0,11.0,0.0,843.0,0.0,0.0,0.0,376.0,New York City,New York-Newark-Jersey City +36047017600,"Census Tract 176, Kings County, New York",2571,1873.0,59338.0,626200.0,565.0,1069.0,22.0,0.0,876.0,0.0,0.0,0.0,604.0,New York City,New York-Newark-Jersey City +36047018501,"Census Tract 185.01, Kings County, New York",4951,3032.0,24268.0,791700.0,501.0,328.0,2784.0,19.0,532.0,0.0,43.0,43.0,1202.0,New York City,New York-Newark-Jersey City +36047020200,"Census Tract 202, Kings County, New York",2154,1509.0,94063.0,764800.0,435.0,1316.0,0.0,0.0,719.0,0.0,0.0,0.0,119.0,New York City,New York-Newark-Jersey City +36047020800,"Census Tract 208, Kings County, New York",3216,2293.0,52679.0,785000.0,650.0,1072.0,25.0,74.0,1667.0,0.0,0.0,115.0,263.0,New York City,New York-Newark-Jersey City +36047021800,"Census Tract 218, Kings County, New York",3892,1729.0,32469.0,863700.0,311.0,3312.0,30.0,0.0,119.0,0.0,0.0,84.0,347.0,New York City,New York-Newark-Jersey City +36047022900,"Census Tract 229, Kings County, New York",3862,2931.0,64935.0,674200.0,1709.0,1380.0,1760.0,15.0,331.0,0.0,27.0,79.0,285.0,New York City,New York-Newark-Jersey City +36047023300,"Census Tract 233, Kings County, New York",5153,3247.0,35938.0,815700.0,1275.0,1175.0,2553.0,0.0,234.0,0.0,0.0,147.0,1044.0,New York City,New York-Newark-Jersey City +36047024500,"Census Tract 245, Kings County, New York",4535,3108.0,64000.0,756400.0,1391.0,932.0,2913.0,0.0,363.0,0.0,0.0,107.0,220.0,New York City,New York-Newark-Jersey City +36047025100,"Census Tract 251, Kings County, New York",3547,2503.0,33321.0,894700.0,655.0,484.0,2349.0,19.0,104.0,0.0,8.0,61.0,522.0,New York City,New York-Newark-Jersey City +36047025500,"Census Tract 255, Kings County, New York",5569,3050.0,20776.0,-666666666.0,236.0,158.0,1672.0,54.0,102.0,0.0,0.0,56.0,3562.0,New York City,New York-Newark-Jersey City +36047026400,"Census Tract 264, Kings County, New York",4931,3661.0,46027.0,761100.0,746.0,1651.0,70.0,39.0,2184.0,0.0,0.0,25.0,962.0,New York City,New York-Newark-Jersey City +36047035200,"Census Tract 352, Kings County, New York",1083,1034.0,12302.0,-666666666.0,266.0,594.0,289.0,6.0,12.0,0.0,0.0,0.0,182.0,New York City,New York-Newark-Jersey City +36047036501,"Census Tract 365.01, Kings County, New York",2916,1848.0,39926.0,462500.0,533.0,21.0,2655.0,0.0,18.0,0.0,0.0,0.0,222.0,New York City,New York-Newark-Jersey City +36047036700,"Census Tract 367, Kings County, New York",1405,987.0,50382.0,370400.0,243.0,56.0,861.0,0.0,70.0,0.0,11.0,46.0,361.0,New York City,New York-Newark-Jersey City +36047037000,"Census Tract 370, Kings County, New York",4495,3182.0,63083.0,512400.0,1420.0,2785.0,0.0,32.0,1400.0,0.0,44.0,10.0,224.0,New York City,New York-Newark-Jersey City +36047038700,"Census Tract 387, Kings County, New York",4201,2734.0,48266.0,642200.0,957.0,791.0,2274.0,26.0,125.0,0.0,0.0,29.0,956.0,New York City,New York-Newark-Jersey City +36047039200,"Census Tract 392, Kings County, New York",2546,1733.0,42188.0,743100.0,658.0,2083.0,0.0,0.0,331.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City +36047009600,"Census Tract 96, Kings County, New York",6477,4369.0,40581.0,655200.0,729.0,892.0,131.0,0.0,1868.0,0.0,93.0,183.0,3310.0,New York City,New York-Newark-Jersey City +36047010200,"Census Tract 102, Kings County, New York",5081,3516.0,53550.0,866800.0,484.0,289.0,4.0,0.0,3515.0,0.0,0.0,0.0,1273.0,New York City,New York-Newark-Jersey City +36047011000,"Census Tract 110, Kings County, New York",2702,1492.0,55625.0,683400.0,247.0,854.0,22.0,0.0,922.0,0.0,9.0,51.0,844.0,New York City,New York-Newark-Jersey City +36047013400,"Census Tract 134, Kings County, New York",4035,2942.0,74602.0,757700.0,1474.0,2544.0,15.0,21.0,801.0,0.0,0.0,37.0,617.0,New York City,New York-Newark-Jersey City +36047013600,"Census Tract 136, Kings County, New York",3919,2745.0,68719.0,821200.0,1463.0,2858.0,20.0,0.0,483.0,0.0,0.0,58.0,500.0,New York City,New York-Newark-Jersey City +36047014900,"Census Tract 149, Kings County, New York",6318,4535.0,124028.0,1028100.0,2982.0,4000.0,136.0,0.0,316.0,0.0,85.0,244.0,1537.0,New York City,New York-Newark-Jersey City +36047015000,"Census Tract 150, Kings County, New York",1547,1155.0,75750.0,823600.0,481.0,1158.0,4.0,0.0,253.0,0.0,0.0,10.0,122.0,New York City,New York-Newark-Jersey City +36047007500,"Census Tract 75, Kings County, New York",4700,3568.0,154375.0,1294600.0,2804.0,3615.0,1.0,58.0,300.0,0.0,17.0,85.0,682.0,New York City,New York-Newark-Jersey City +36047003600,"Census Tract 36, Kings County, New York",4245,3195.0,67105.0,360700.0,1549.0,2488.0,77.0,18.0,926.0,0.0,62.0,41.0,642.0,New York City,New York-Newark-Jersey City +36047003900,"Census Tract 39, Kings County, New York",2411,1859.0,108214.0,1150000.0,1294.0,1369.0,191.0,12.0,326.0,0.0,20.0,119.0,386.0,New York City,New York-Newark-Jersey City +36047015300,"Census Tract 153, Kings County, New York",2843,2234.0,141250.0,1386400.0,1815.0,2013.0,110.0,0.0,238.0,0.0,2.0,89.0,391.0,New York City,New York-Newark-Jersey City +36047016300,"Census Tract 163, Kings County, New York",3225,2563.0,99938.0,1017400.0,1909.0,2152.0,468.0,0.0,254.0,0.0,17.0,164.0,170.0,New York City,New York-Newark-Jersey City +36047018400,"Census Tract 184, Kings County, New York",2993,2150.0,79964.0,773200.0,710.0,1377.0,0.0,0.0,1475.0,0.0,0.0,0.0,141.0,New York City,New York-Newark-Jersey City +36047018700,"Census Tract 187, Kings County, New York",1614,1169.0,68500.0,1543100.0,657.0,576.0,367.0,0.0,141.0,0.0,0.0,54.0,476.0,New York City,New York-Newark-Jersey City +36047019000,"Census Tract 190, Kings County, New York",4682,3220.0,42891.0,852800.0,821.0,1452.0,29.0,22.0,1929.0,0.0,0.0,11.0,1261.0,New York City,New York-Newark-Jersey City +36047019500,"Census Tract 195, Kings County, New York",3901,3054.0,78964.0,491200.0,2096.0,1635.0,1485.0,35.0,293.0,0.0,13.0,57.0,400.0,New York City,New York-Newark-Jersey City +36047019900,"Census Tract 199, Kings County, New York",3829,2975.0,82955.0,891400.0,2002.0,1852.0,1253.0,0.0,180.0,0.0,0.0,231.0,313.0,New York City,New York-Newark-Jersey City +36047000900,"Census Tract 9, Kings County, New York",4410,3439.0,161144.0,865400.0,2963.0,3065.0,213.0,0.0,563.0,0.0,0.0,275.0,294.0,New York City,New York-Newark-Jersey City +36047002200,"Census Tract 22, Kings County, New York",4907,3471.0,37299.0,-666666666.0,754.0,879.0,125.0,0.0,695.0,0.0,0.0,13.0,3195.0,New York City,New York-Newark-Jersey City +36047003700,"Census Tract 37, Kings County, New York",1175,833.0,136176.0,843400.0,738.0,876.0,63.0,0.0,138.0,0.0,0.0,66.0,32.0,New York City,New York-Newark-Jersey City +36047004600,"Census Tract 46, Kings County, New York",1378,980.0,103750.0,976900.0,556.0,1134.0,8.0,0.0,164.0,0.0,0.0,0.0,72.0,New York City,New York-Newark-Jersey City +36047004700,"Census Tract 47, Kings County, New York",2025,1432.0,107198.0,1247400.0,1029.0,1143.0,292.0,0.0,135.0,0.0,10.0,89.0,356.0,New York City,New York-Newark-Jersey City +36047006600,"Census Tract 66, Kings County, New York",3566,2617.0,62910.0,867600.0,1079.0,2166.0,7.0,108.0,413.0,0.0,13.0,51.0,916.0,New York City,New York-Newark-Jersey City +36047007400,"Census Tract 74, Kings County, New York",5856,3621.0,34850.0,945500.0,578.0,435.0,36.0,28.0,1275.0,0.0,8.0,17.0,4057.0,New York City,New York-Newark-Jersey City +36047002100,"Census Tract 21, Kings County, New York",4910,3775.0,212159.0,1475000.0,3156.0,3463.0,223.0,0.0,532.0,0.0,0.0,372.0,320.0,New York City,New York-Newark-Jersey City +36047007800,"Census Tract 78, Kings County, New York",5459,3539.0,47143.0,738600.0,608.0,465.0,166.0,0.0,592.0,0.0,0.0,6.0,4230.0,New York City,New York-Newark-Jersey City +36047011200,"Census Tract 112, Kings County, New York",6561,3882.0,30662.0,537300.0,758.0,2478.0,128.0,77.0,1556.0,0.0,17.0,13.0,2369.0,New York City,New York-Newark-Jersey City +36047012000,"Census Tract 120, Kings County, New York",1154,793.0,32708.0,863600.0,101.0,68.0,0.0,0.0,905.0,0.0,6.0,0.0,175.0,New York City,New York-Newark-Jersey City +36047003000,"Census Tract 30, Kings County, New York",1780,1198.0,70125.0,713800.0,628.0,967.0,70.0,0.0,227.0,0.0,26.0,53.0,437.0,New York City,New York-Newark-Jersey City +36047003300,"Census Tract 33, Kings County, New York",3512,2721.0,118565.0,899300.0,1961.0,1886.0,903.0,0.0,253.0,0.0,0.0,172.0,298.0,New York City,New York-Newark-Jersey City +36047004100,"Census Tract 41, Kings County, New York",3649,2865.0,121818.0,2000001.0,1926.0,2360.0,435.0,0.0,425.0,0.0,52.0,50.0,327.0,New York City,New York-Newark-Jersey City +36047005201,"Census Tract 52.01, Kings County, New York",1662,1447.0,31302.0,907500.0,750.0,1299.0,10.0,13.0,218.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City +36047005601,"Census Tract 56.01, Kings County, New York",2302,2063.0,76413.0,373600.0,1204.0,1910.0,64.0,0.0,48.0,0.0,0.0,67.0,213.0,New York City,New York-Newark-Jersey City +36047005602,"Census Tract 56.02, Kings County, New York",1608,1282.0,66750.0,415800.0,718.0,1167.0,6.0,0.0,200.0,0.0,0.0,19.0,216.0,New York City,New York-Newark-Jersey City +36047005800,"Census Tract 58, Kings County, New York",3205,2324.0,46985.0,822800.0,1000.0,1931.0,42.0,0.0,515.0,0.0,0.0,96.0,621.0,New York City,New York-Newark-Jersey City +36047026300,"Census Tract 263, Kings County, New York",1834,1386.0,38631.0,875000.0,526.0,348.0,1205.0,33.0,39.0,0.0,24.0,9.0,209.0,New York City,New York-Newark-Jersey City +36047027900,"Census Tract 279, Kings County, New York",3705,2685.0,58786.0,731100.0,953.0,421.0,2807.0,0.0,20.0,0.0,22.0,136.0,299.0,New York City,New York-Newark-Jersey City +36047028600,"Census Tract 286, Kings County, New York",5115,3824.0,40950.0,544500.0,1502.0,2414.0,130.0,96.0,1481.0,0.0,0.0,107.0,983.0,New York City,New York-Newark-Jersey City +36047037100,"Census Tract 371, Kings County, New York",4491,2602.0,50761.0,536200.0,580.0,348.0,3231.0,0.0,80.0,0.0,0.0,74.0,758.0,New York City,New York-Newark-Jersey City +36047037900,"Census Tract 379, Kings County, New York",3683,2439.0,37250.0,562500.0,688.0,343.0,3017.0,0.0,46.0,0.0,0.0,42.0,235.0,New York City,New York-Newark-Jersey City +36047041200,"Census Tract 412, Kings County, New York",3161,2154.0,50189.0,680100.0,660.0,1616.0,0.0,23.0,923.0,0.0,42.0,36.0,544.0,New York City,New York-Newark-Jersey City +36047041300,"Census Tract 413, Kings County, New York",4062,2466.0,39128.0,808900.0,375.0,444.0,1314.0,51.0,156.0,0.0,26.0,40.0,2082.0,New York City,New York-Newark-Jersey City +36047041402,"Census Tract 414.02, Kings County, New York",1783,1264.0,46210.0,1010900.0,524.0,1699.0,0.0,0.0,0.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City +36047041700,"Census Tract 417, Kings County, New York",3215,1908.0,32344.0,581600.0,265.0,281.0,663.0,11.0,273.0,0.0,0.0,24.0,1974.0,New York City,New York-Newark-Jersey City +36047042200,"Census Tract 422, Kings County, New York",3523,2277.0,60331.0,803900.0,751.0,2155.0,49.0,69.0,156.0,0.0,0.0,366.0,797.0,New York City,New York-Newark-Jersey City +36047042700,"Census Tract 427, Kings County, New York",5303,3394.0,51842.0,725600.0,1115.0,1360.0,414.0,16.0,249.0,0.0,0.0,114.0,3150.0,New York City,New York-Newark-Jersey City +36047043600,"Census Tract 436, Kings County, New York",4532,3332.0,44799.0,910700.0,1061.0,2758.0,52.0,0.0,1450.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City +36047044300,"Census Tract 443, Kings County, New York",4896,3150.0,50532.0,492600.0,960.0,1022.0,156.0,0.0,905.0,0.0,31.0,87.0,2695.0,New York City,New York-Newark-Jersey City +36047044600,"Census Tract 446, Kings County, New York",2190,1561.0,60052.0,793900.0,469.0,1124.0,13.0,0.0,754.0,0.0,0.0,40.0,259.0,New York City,New York-Newark-Jersey City +36047045300,"Census Tract 453, Kings County, New York",2513,1851.0,53125.0,-666666666.0,456.0,649.0,653.0,0.0,54.0,0.0,0.0,16.0,1141.0,New York City,New York-Newark-Jersey City +36047048800,"Census Tract 488, Kings County, New York",3929,2629.0,48229.0,369700.0,994.0,1843.0,232.0,0.0,1210.0,0.0,0.0,210.0,434.0,New York City,New York-Newark-Jersey City +36047049100,"Census Tract 491, Kings County, New York",6670,4813.0,38400.0,-666666666.0,894.0,1199.0,773.0,122.0,2435.0,35.0,0.0,0.0,2228.0,New York City,New York-Newark-Jersey City +36047049600,"Census Tract 496, Kings County, New York",4452,2894.0,73611.0,710900.0,1251.0,1371.0,93.0,120.0,1357.0,0.0,139.0,68.0,1424.0,New York City,New York-Newark-Jersey City +36047049900,"Census Tract 499, Kings County, New York",1860,1445.0,78906.0,892500.0,950.0,1470.0,21.0,0.0,126.0,0.0,12.0,66.0,165.0,New York City,New York-Newark-Jersey City +36047050400,"Census Tract 504, Kings County, New York",4626,3254.0,81944.0,522400.0,1798.0,2331.0,519.0,0.0,650.0,0.0,47.0,138.0,941.0,New York City,New York-Newark-Jersey City +36047053300,"Census Tract 533, Kings County, New York",6907,2944.0,26477.0,828700.0,280.0,6713.0,51.0,0.0,73.0,0.0,0.0,11.0,59.0,New York City,New York-Newark-Jersey City +36047055300,"Census Tract 553, Kings County, New York",2761,2316.0,98875.0,823800.0,1713.0,1839.0,6.0,0.0,279.0,0.0,0.0,91.0,546.0,New York City,New York-Newark-Jersey City +36047056300,"Census Tract 563, Kings County, New York",5092,4146.0,69583.0,725000.0,2339.0,3005.0,124.0,0.0,422.0,0.0,103.0,272.0,1166.0,New York City,New York-Newark-Jersey City +36047059401,"Census Tract 594.01, Kings County, New York",8186,5763.0,55474.0,684900.0,2450.0,4444.0,71.0,14.0,3026.0,0.0,0.0,77.0,554.0,New York City,New York-Newark-Jersey City +36047060000,"Census Tract 600, Kings County, New York",6572,4890.0,54664.0,439600.0,2391.0,5554.0,19.0,0.0,573.0,0.0,0.0,64.0,362.0,New York City,New York-Newark-Jersey City +36047060600,"Census Tract 606, Kings County, New York",2728,2188.0,50500.0,258700.0,1018.0,1882.0,19.0,7.0,480.0,0.0,0.0,91.0,249.0,New York City,New York-Newark-Jersey City +36047067400,"Census Tract 674, Kings County, New York",2011,1409.0,79375.0,463000.0,377.0,302.0,1245.0,0.0,91.0,0.0,23.0,76.0,274.0,New York City,New York-Newark-Jersey City +36047068600,"Census Tract 686, Kings County, New York",1784,1341.0,57596.0,314700.0,452.0,838.0,540.0,0.0,130.0,0.0,0.0,71.0,205.0,New York City,New York-Newark-Jersey City +36047032100,"Census Tract 321, Kings County, New York",5866,4206.0,51622.0,761700.0,1694.0,1094.0,3572.0,0.0,187.0,0.0,252.0,50.0,711.0,New York City,New York-Newark-Jersey City +36047032800,"Census Tract 328, Kings County, New York",2376,1776.0,55236.0,379400.0,334.0,311.0,918.0,48.0,777.0,0.0,0.0,18.0,304.0,New York City,New York-Newark-Jersey City +36047035100,"Census Tract 351, Kings County, New York",4445,2990.0,32656.0,735000.0,471.0,796.0,2277.0,13.0,116.0,0.0,84.0,206.0,966.0,New York City,New York-Newark-Jersey City +36047073200,"Census Tract 732, Kings County, New York",2644,1743.0,75094.0,457300.0,366.0,60.0,2278.0,21.0,140.0,0.0,75.0,0.0,70.0,New York City,New York-Newark-Jersey City +36047074000,"Census Tract 740, Kings County, New York",4122,2486.0,60913.0,491300.0,738.0,406.0,2578.0,0.0,736.0,0.0,23.0,85.0,294.0,New York City,New York-Newark-Jersey City +36047074800,"Census Tract 748, Kings County, New York",1741,1030.0,76917.0,687900.0,555.0,1321.0,337.0,0.0,15.0,0.0,0.0,0.0,68.0,New York City,New York-Newark-Jersey City +36047075400,"Census Tract 754, Kings County, New York",1495,934.0,109167.0,928700.0,495.0,1489.0,2.0,0.0,1.0,0.0,0.0,0.0,3.0,New York City,New York-Newark-Jersey City +36047076200,"Census Tract 762, Kings County, New York",5214,3068.0,48810.0,848400.0,1221.0,2459.0,939.0,0.0,913.0,0.0,0.0,0.0,903.0,New York City,New York-Newark-Jersey City +36047081800,"Census Tract 818, Kings County, New York",4667,3291.0,60529.0,342100.0,1105.0,424.0,3442.0,0.0,220.0,0.0,30.0,11.0,540.0,New York City,New York-Newark-Jersey City +36047082200,"Census Tract 822, Kings County, New York",7494,5305.0,41862.0,506800.0,1089.0,499.0,5815.0,0.0,146.0,0.0,0.0,99.0,935.0,New York City,New York-Newark-Jersey City +36047083000,"Census Tract 830, Kings County, New York",6220,3907.0,48140.0,459700.0,1112.0,98.0,5147.0,0.0,214.0,0.0,49.0,108.0,604.0,New York City,New York-Newark-Jersey City +36047083400,"Census Tract 834, Kings County, New York",1477,1074.0,55887.0,385900.0,241.0,0.0,1391.0,0.0,0.0,0.0,0.0,53.0,33.0,New York City,New York-Newark-Jersey City +36047118800,"Census Tract 1188, Kings County, New York",4760,3164.0,49365.0,559500.0,482.0,170.0,2072.0,0.0,897.0,0.0,157.0,24.0,1440.0,New York City,New York-Newark-Jersey City +36047117202,"Census Tract 1172.02, Kings County, New York",3104,2041.0,50170.0,448400.0,322.0,116.0,978.0,0.0,96.0,0.0,17.0,102.0,1795.0,New York City,New York-Newark-Jersey City +36047118400,"Census Tract 1184, Kings County, New York",5361,3401.0,55070.0,455000.0,526.0,261.0,554.0,20.0,659.0,0.0,96.0,33.0,3758.0,New York City,New York-Newark-Jersey City +36047118600,"Census Tract 1186, Kings County, New York",2694,1705.0,46047.0,465800.0,221.0,104.0,855.0,2.0,414.0,0.0,23.0,25.0,1273.0,New York City,New York-Newark-Jersey City +36047119400,"Census Tract 1194, Kings County, New York",4248,2121.0,39531.0,396700.0,308.0,95.0,2559.0,0.0,88.0,0.0,0.0,0.0,1506.0,New York City,New York-Newark-Jersey City +36047120800,"Census Tract 1208, Kings County, New York",9566,6537.0,35993.0,498700.0,1065.0,172.0,8200.0,55.0,126.0,0.0,37.0,129.0,902.0,New York City,New York-Newark-Jersey City +36047121400,"Census Tract 1214, Kings County, New York",4851,2426.0,20601.0,-666666666.0,104.0,24.0,2921.0,28.0,0.0,0.0,0.0,53.0,1853.0,New York City,New York-Newark-Jersey City +36047017200,"Census Tract 172, Kings County, New York",3360,2311.0,62196.0,678300.0,784.0,1394.0,1.0,0.0,1115.0,22.0,0.0,97.0,731.0,New York City,New York-Newark-Jersey City +36047017500,"Census Tract 175, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047018200,"Census Tract 182, Kings County, New York",3574,2489.0,60208.0,739000.0,607.0,1156.0,89.0,0.0,1734.0,0.0,0.0,40.0,555.0,New York City,New York-Newark-Jersey City +36047018800,"Census Tract 188, Kings County, New York",2875,2043.0,64406.0,883400.0,536.0,1437.0,7.0,0.0,1049.0,0.0,0.0,16.0,366.0,New York City,New York-Newark-Jersey City +36047021600,"Census Tract 216, Kings County, New York",4533,2105.0,42400.0,990000.0,469.0,3900.0,0.0,0.0,477.0,0.0,0.0,0.0,156.0,New York City,New York-Newark-Jersey City +36047022600,"Census Tract 226, Kings County, New York",2261,1394.0,46573.0,511800.0,155.0,731.0,56.0,0.0,204.0,0.0,0.0,28.0,1242.0,New York City,New York-Newark-Jersey City +36047023200,"Census Tract 232, Kings County, New York",5073,2350.0,36617.0,746300.0,271.0,3926.0,0.0,0.0,396.0,0.0,0.0,0.0,751.0,New York City,New York-Newark-Jersey City +36047023800,"Census Tract 238, Kings County, New York",3990,2188.0,28399.0,970900.0,441.0,3637.0,0.0,13.0,0.0,0.0,0.0,45.0,295.0,New York City,New York-Newark-Jersey City +36047029600,"Census Tract 296, Kings County, New York",5845,4124.0,53137.0,609300.0,1587.0,2857.0,6.0,15.0,2500.0,0.0,0.0,197.0,285.0,New York City,New York-Newark-Jersey City +36047029200,"Census Tract 292, Kings County, New York",2971,2098.0,46944.0,706400.0,700.0,1321.0,94.0,0.0,989.0,0.0,0.0,23.0,544.0,New York City,New York-Newark-Jersey City +36047030400,"Census Tract 304, Kings County, New York",4109,3037.0,42250.0,692000.0,927.0,1900.0,75.0,0.0,1667.0,0.0,0.0,203.0,264.0,New York City,New York-Newark-Jersey City +36047030600,"Census Tract 306, Kings County, New York",1880,1351.0,46250.0,674600.0,340.0,805.0,8.0,0.0,789.0,0.0,0.0,59.0,219.0,New York City,New York-Newark-Jersey City +36047031900,"Census Tract 319, Kings County, New York",3412,2340.0,47587.0,691900.0,969.0,1143.0,1934.0,0.0,34.0,0.0,0.0,52.0,249.0,New York City,New York-Newark-Jersey City +36047032600,"Census Tract 326, Kings County, New York",7191,3778.0,23849.0,444100.0,444.0,1058.0,2542.0,45.0,658.0,0.0,0.0,126.0,2762.0,New York City,New York-Newark-Jersey City +36047033700,"Census Tract 337, Kings County, New York",4254,2579.0,67763.0,701500.0,873.0,1641.0,1990.0,32.0,110.0,0.0,0.0,44.0,469.0,New York City,New York-Newark-Jersey City +36047034200,"Census Tract 342, Kings County, New York",6404,4287.0,19574.0,293300.0,992.0,2028.0,2112.0,0.0,360.0,0.0,228.0,14.0,1662.0,New York City,New York-Newark-Jersey City +36047034900,"Census Tract 349, Kings County, New York",6041,3805.0,33917.0,596900.0,620.0,462.0,4771.0,0.0,68.0,0.0,0.0,119.0,621.0,New York City,New York-Newark-Jersey City +36047041900,"Census Tract 419, Kings County, New York",3871,2354.0,38521.0,489600.0,307.0,390.0,747.0,154.0,91.0,0.0,59.0,0.0,2480.0,New York City,New York-Newark-Jersey City +36047042900,"Census Tract 429, Kings County, New York",5327,3459.0,49179.0,393100.0,1062.0,1356.0,127.0,0.0,200.0,0.0,18.0,89.0,3537.0,New York City,New York-Newark-Jersey City +36047043300,"Census Tract 433, Kings County, New York",4284,2542.0,32500.0,788300.0,269.0,273.0,321.0,21.0,327.0,0.0,0.0,0.0,3363.0,New York City,New York-Newark-Jersey City +36047049300,"Census Tract 493, Kings County, New York",7797,5213.0,32665.0,-666666666.0,1528.0,1472.0,1272.0,26.0,266.0,0.0,19.0,288.0,4480.0,New York City,New York-Newark-Jersey City +36047049400,"Census Tract 494, Kings County, New York",5930,4214.0,50811.0,429000.0,1969.0,2755.0,462.0,0.0,1408.0,0.0,11.0,296.0,998.0,New York City,New York-Newark-Jersey City +36047049800,"Census Tract 498, Kings County, New York",4624,3266.0,77383.0,694800.0,1600.0,1680.0,214.0,0.0,1601.0,0.0,8.0,285.0,836.0,New York City,New York-Newark-Jersey City +36047050700,"Census Tract 507, Kings County, New York",2667,993.0,40272.0,650600.0,187.0,1851.0,187.0,0.0,36.0,0.0,62.0,41.0,490.0,New York City,New York-Newark-Jersey City +36047050900,"Census Tract 509, Kings County, New York",4743,1371.0,36107.0,654300.0,94.0,4273.0,178.0,0.0,0.0,12.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City +36047051200,"Census Tract 512, Kings County, New York",5907,3935.0,41571.0,638900.0,1219.0,1033.0,3025.0,0.0,105.0,0.0,14.0,304.0,1426.0,New York City,New York-Newark-Jersey City +36047051300,"Census Tract 513, Kings County, New York",5058,4342.0,82730.0,794400.0,2308.0,2524.0,123.0,0.0,377.0,0.0,20.0,200.0,1814.0,New York City,New York-Newark-Jersey City +36047052300,"Census Tract 523, Kings County, New York",5511,4291.0,42908.0,-666666666.0,1855.0,1769.0,70.0,182.0,339.0,19.0,35.0,127.0,3152.0,New York City,New York-Newark-Jersey City +36047053100,"Census Tract 531, Kings County, New York",9068,2801.0,36225.0,697800.0,576.0,8498.0,13.0,0.0,69.0,0.0,37.0,24.0,427.0,New York City,New York-Newark-Jersey City +36047053400,"Census Tract 534, Kings County, New York",4400,2618.0,32500.0,625000.0,896.0,2766.0,278.0,64.0,944.0,0.0,0.0,130.0,218.0,New York City,New York-Newark-Jersey City +36047053900,"Census Tract 539, Kings County, New York",2564,1448.0,21659.0,496200.0,189.0,2104.0,82.0,16.0,16.0,0.0,0.0,0.0,362.0,New York City,New York-Newark-Jersey City +36047054500,"Census Tract 545, Kings County, New York",8252,3990.0,19157.0,-666666666.0,236.0,5576.0,794.0,0.0,0.0,0.0,0.0,19.0,1863.0,New York City,New York-Newark-Jersey City +36047056600,"Census Tract 566, Kings County, New York",2821,2016.0,66445.0,588500.0,782.0,1326.0,195.0,0.0,953.0,0.0,51.0,115.0,181.0,New York City,New York-Newark-Jersey City +36047057600,"Census Tract 576, Kings County, New York",3141,2379.0,75772.0,665300.0,860.0,1471.0,37.0,0.0,1438.0,0.0,0.0,25.0,170.0,New York City,New York-Newark-Jersey City +36047058000,"Census Tract 580, Kings County, New York",4164,2730.0,43542.0,657900.0,895.0,1564.0,156.0,0.0,1723.0,0.0,0.0,44.0,677.0,New York City,New York-Newark-Jersey City +36047059402,"Census Tract 594.02, Kings County, New York",5179,4243.0,71899.0,586400.0,1937.0,3832.0,86.0,0.0,1120.0,0.0,10.0,13.0,118.0,New York City,New York-Newark-Jersey City +36047059600,"Census Tract 596, Kings County, New York",2505,1946.0,53295.0,170200.0,953.0,2132.0,205.0,0.0,110.0,0.0,0.0,10.0,48.0,New York City,New York-Newark-Jersey City +36047062200,"Census Tract 622, Kings County, New York",2956,2335.0,69231.0,400800.0,958.0,2200.0,292.0,0.0,78.0,0.0,43.0,52.0,291.0,New York City,New York-Newark-Jersey City +36047063800,"Census Tract 638, Kings County, New York",1882,1318.0,105833.0,601800.0,530.0,1371.0,26.0,0.0,355.0,0.0,0.0,1.0,129.0,New York City,New York-Newark-Jersey City +36047035000,"Census Tract 350, Kings County, New York",2856,2475.0,39531.0,208000.0,931.0,2772.0,24.0,0.0,20.0,0.0,0.0,0.0,40.0,New York City,New York-Newark-Jersey City +36047066600,"Census Tract 666, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047089200,"Census Tract 892, Kings County, New York",3460,2251.0,18792.0,-666666666.0,181.0,35.0,2967.0,52.0,0.0,0.0,17.0,105.0,284.0,New York City,New York-Newark-Jersey City +36047092800,"Census Tract 928, Kings County, New York",3136,2131.0,55238.0,451400.0,664.0,55.0,2768.0,13.0,0.0,0.0,0.0,0.0,300.0,New York City,New York-Newark-Jersey City +36047093600,"Census Tract 936, Kings County, New York",1832,1262.0,64313.0,435200.0,385.0,0.0,1792.0,0.0,15.0,0.0,0.0,4.0,21.0,New York City,New York-Newark-Jersey City +36047095800,"Census Tract 958, Kings County, New York",3743,2718.0,54537.0,464800.0,702.0,205.0,3103.0,11.0,184.0,0.0,0.0,56.0,195.0,New York City,New York-Newark-Jersey City +36047097400,"Census Tract 974, Kings County, New York",3065,2190.0,61375.0,472100.0,376.0,183.0,2404.0,16.0,57.0,0.0,49.0,25.0,331.0,New York City,New York-Newark-Jersey City +36047099000,"Census Tract 990, Kings County, New York",1724,1033.0,85526.0,474000.0,303.0,172.0,1322.0,0.0,98.0,0.0,42.0,0.0,90.0,New York City,New York-Newark-Jersey City +36047109800,"Census Tract 1098, Kings County, New York",2254,1434.0,47406.0,517900.0,338.0,83.0,1659.0,0.0,111.0,0.0,29.0,9.0,363.0,New York City,New York-Newark-Jersey City +36047115000,"Census Tract 1150, Kings County, New York",2855,1708.0,41346.0,473000.0,212.0,23.0,1226.0,152.0,33.0,0.0,100.0,19.0,1454.0,New York City,New York-Newark-Jersey City +36047120000,"Census Tract 1200, Kings County, New York",2576,1540.0,32880.0,426000.0,125.0,73.0,1556.0,12.0,458.0,0.0,0.0,0.0,489.0,New York City,New York-Newark-Jersey City +36047016100,"Census Tract 161, Kings County, New York",3243,2508.0,113438.0,1273400.0,1913.0,2071.0,348.0,1.0,199.0,0.0,0.0,156.0,468.0,New York City,New York-Newark-Jersey City +36047016400,"Census Tract 164, Kings County, New York",774,331.0,90875.0,-666666666.0,255.0,417.0,142.0,0.0,51.0,0.0,0.0,78.0,86.0,New York City,New York-Newark-Jersey City +36047016800,"Census Tract 168, Kings County, New York",1676,1262.0,77321.0,720400.0,619.0,1041.0,0.0,0.0,496.0,0.0,8.0,52.0,79.0,New York City,New York-Newark-Jersey City +36047039400,"Census Tract 394, Kings County, New York",2464,1368.0,55673.0,917500.0,379.0,1912.0,61.0,0.0,60.0,0.0,11.0,121.0,299.0,New York City,New York-Newark-Jersey City +36047031701,"Census Tract 317.01, Kings County, New York",3306,2434.0,56250.0,1052200.0,983.0,898.0,2055.0,10.0,162.0,0.0,0.0,79.0,112.0,New York City,New York-Newark-Jersey City +36047028502,"Census Tract 285.02, Kings County, New York",2938,1905.0,18850.0,-666666666.0,125.0,7.0,1565.0,0.0,110.0,0.0,0.0,41.0,1215.0,New York City,New York-Newark-Jersey City +36047029800,"Census Tract 298, Kings County, New York",4126,2824.0,55469.0,840000.0,932.0,1794.0,40.0,0.0,1261.0,0.0,119.0,18.0,894.0,New York City,New York-Newark-Jersey City +36047030000,"Census Tract 300, Kings County, New York",4237,2960.0,50268.0,661600.0,824.0,1181.0,55.0,0.0,2159.0,0.0,0.0,0.0,842.0,New York City,New York-Newark-Jersey City +36047032300,"Census Tract 323, Kings County, New York",3665,2689.0,66419.0,690400.0,1206.0,610.0,2487.0,0.0,67.0,0.0,0.0,181.0,320.0,New York City,New York-Newark-Jersey City +36047032500,"Census Tract 325, Kings County, New York",6881,4913.0,50096.0,-666666666.0,1407.0,447.0,5647.0,0.0,165.0,0.0,0.0,92.0,530.0,New York City,New York-Newark-Jersey City +36047032900,"Census Tract 329, Kings County, New York",6207,3955.0,42628.0,537200.0,1259.0,2545.0,2964.0,0.0,82.0,65.0,40.0,40.0,471.0,New York City,New York-Newark-Jersey City +36047033900,"Census Tract 339, Kings County, New York",4829,3430.0,37239.0,816600.0,1069.0,1045.0,3080.0,0.0,256.0,0.0,18.0,162.0,268.0,New York City,New York-Newark-Jersey City +36047034500,"Census Tract 345, Kings County, New York",3050,2238.0,36548.0,587300.0,472.0,230.0,2193.0,0.0,27.0,0.0,54.0,130.0,416.0,New York City,New York-Newark-Jersey City +36047034700,"Census Tract 347, Kings County, New York",3412,2395.0,36172.0,644500.0,681.0,52.0,2854.0,0.0,65.0,0.0,0.0,0.0,441.0,New York City,New York-Newark-Jersey City +36047009000,"Census Tract 90, Kings County, New York",3245,2149.0,38919.0,385000.0,355.0,314.0,78.0,43.0,1268.0,0.0,0.0,22.0,1542.0,New York City,New York-Newark-Jersey City +36047008200,"Census Tract 82, Kings County, New York",4275,3060.0,40850.0,764100.0,825.0,515.0,64.0,82.0,532.0,0.0,0.0,107.0,3057.0,New York City,New York-Newark-Jersey City +36047008500,"Census Tract 85, Kings County, New York",7559,4375.0,13207.0,-666666666.0,187.0,80.0,3614.0,130.0,394.0,0.0,103.0,19.0,3349.0,New York City,New York-Newark-Jersey City +36047008600,"Census Tract 86, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047011600,"Census Tract 116, Kings County, New York",3683,2440.0,40000.0,865400.0,347.0,524.0,51.0,15.0,2848.0,0.0,0.0,2.0,243.0,New York City,New York-Newark-Jersey City +36047011700,"Census Tract 117, Kings County, New York",2851,2171.0,91307.0,1081000.0,1420.0,1584.0,125.0,37.0,224.0,0.0,69.0,55.0,757.0,New York City,New York-Newark-Jersey City +36047012200,"Census Tract 122, Kings County, New York",5945,3972.0,41061.0,956400.0,480.0,600.0,0.0,159.0,2447.0,0.0,0.0,33.0,2860.0,New York City,New York-Newark-Jersey City +36047012901,"Census Tract 129.01, Kings County, New York",2429,2020.0,104331.0,1028200.0,1489.0,1488.0,146.0,0.0,63.0,0.0,8.0,86.0,638.0,New York City,New York-Newark-Jersey City +36047013900,"Census Tract 139, Kings County, New York",3520,2544.0,120580.0,1216000.0,1839.0,2266.0,316.0,0.0,287.0,0.0,27.0,123.0,501.0,New York City,New York-Newark-Jersey City +36047014500,"Census Tract 145, Kings County, New York",4078,3070.0,73109.0,732100.0,1681.0,2114.0,133.0,82.0,249.0,0.0,16.0,132.0,1352.0,New York City,New York-Newark-Jersey City +36047014800,"Census Tract 148, Kings County, New York",1289,946.0,56750.0,872700.0,356.0,1101.0,0.0,0.0,129.0,0.0,0.0,51.0,8.0,New York City,New York-Newark-Jersey City +36047016200,"Census Tract 162, Kings County, New York",2062,1652.0,75694.0,535200.0,853.0,1587.0,35.0,0.0,113.0,0.0,14.0,18.0,295.0,New York City,New York-Newark-Jersey City +36047037700,"Census Tract 377, Kings County, New York",4354,3160.0,45688.0,871500.0,939.0,400.0,3220.0,19.0,45.0,0.0,0.0,144.0,545.0,New York City,New York-Newark-Jersey City +36047019400,"Census Tract 194, Kings County, New York",4031,2777.0,47632.0,611400.0,498.0,872.0,15.0,0.0,2147.0,0.0,0.0,7.0,990.0,New York City,New York-Newark-Jersey City +36047039600,"Census Tract 396, Kings County, New York",1824,1114.0,42192.0,952400.0,286.0,1446.0,0.0,83.0,25.0,132.0,0.0,11.0,127.0,New York City,New York-Newark-Jersey City +36047040800,"Census Tract 408, Kings County, New York",3499,2385.0,73445.0,704800.0,687.0,990.0,135.0,0.0,1601.0,0.0,0.0,49.0,724.0,New York City,New York-Newark-Jersey City +36047019200,"Census Tract 192, Kings County, New York",3702,1997.0,41442.0,753000.0,404.0,1859.0,27.0,17.0,1327.0,0.0,0.0,0.0,472.0,New York City,New York-Newark-Jersey City +36047020400,"Census Tract 204, Kings County, New York",1992,1490.0,75991.0,807100.0,464.0,1356.0,0.0,0.0,600.0,12.0,0.0,0.0,24.0,New York City,New York-Newark-Jersey City +36047020700,"Census Tract 207, Kings County, New York",4708,3822.0,113574.0,862500.0,2864.0,2550.0,848.0,0.0,279.0,0.0,0.0,318.0,713.0,New York City,New York-Newark-Jersey City +36047022800,"Census Tract 228, Kings County, New York",3748,1779.0,32685.0,670900.0,278.0,2282.0,48.0,2.0,1036.0,0.0,0.0,34.0,346.0,New York City,New York-Newark-Jersey City +36047113400,"Census Tract 1134, Kings County, New York",3163,1858.0,19191.0,590900.0,141.0,25.0,1935.0,0.0,40.0,0.0,63.0,12.0,1088.0,New York City,New York-Newark-Jersey City +36047115600,"Census Tract 1156, Kings County, New York",4091,2394.0,16404.0,573900.0,176.0,12.0,3086.0,32.0,23.0,0.0,0.0,10.0,928.0,New York City,New York-Newark-Jersey City +36047117800,"Census Tract 1178, Kings County, New York",1892,1153.0,45688.0,472400.0,89.0,17.0,326.0,0.0,371.0,0.0,41.0,18.0,1119.0,New York City,New York-Newark-Jersey City +36047087800,"Census Tract 878, Kings County, New York",2698,2047.0,35588.0,402600.0,200.0,10.0,2492.0,7.0,10.0,0.0,4.0,41.0,134.0,New York City,New York-Newark-Jersey City +36047088200,"Census Tract 882, Kings County, New York",6409,4278.0,48333.0,397900.0,1250.0,86.0,5649.0,0.0,0.0,0.0,0.0,0.0,674.0,New York City,New York-Newark-Jersey City +36047089000,"Census Tract 890, Kings County, New York",5892,4434.0,28877.0,443000.0,632.0,48.0,5186.0,0.0,0.0,0.0,0.0,46.0,612.0,New York City,New York-Newark-Jersey City +36047089400,"Census Tract 894, Kings County, New York",3449,2193.0,47188.0,472100.0,445.0,237.0,2723.0,0.0,108.0,0.0,0.0,60.0,321.0,New York City,New York-Newark-Jersey City +36047093000,"Census Tract 930, Kings County, New York",2808,2133.0,67917.0,454600.0,575.0,21.0,2673.0,0.0,22.0,0.0,0.0,52.0,40.0,New York City,New York-Newark-Jersey City +36047096200,"Census Tract 962, Kings County, New York",2051,1297.0,71000.0,555100.0,348.0,66.0,1795.0,19.0,23.0,0.0,0.0,6.0,161.0,New York City,New York-Newark-Jersey City +36047098400,"Census Tract 984, Kings County, New York",2207,1449.0,69542.0,483700.0,428.0,66.0,2038.0,0.0,13.0,0.0,0.0,0.0,90.0,New York City,New York-Newark-Jersey City +36047041401,"Census Tract 414.01, Kings County, New York",1653,1037.0,59063.0,587500.0,313.0,1325.0,11.0,0.0,91.0,0.0,0.0,0.0,226.0,New York City,New York-Newark-Jersey City +36047041500,"Census Tract 415, Kings County, New York",4409,2487.0,56532.0,576900.0,438.0,378.0,1177.0,49.0,100.0,0.0,0.0,27.0,2727.0,New York City,New York-Newark-Jersey City +36047041800,"Census Tract 418, Kings County, New York",2598,1402.0,34450.0,895500.0,246.0,2096.0,4.0,7.0,120.0,0.0,0.0,0.0,378.0,New York City,New York-Newark-Jersey City +36047043100,"Census Tract 431, Kings County, New York",5369,3289.0,62625.0,589700.0,1129.0,1251.0,138.0,108.0,675.0,0.0,11.0,56.0,3238.0,New York City,New York-Newark-Jersey City +36047043800,"Census Tract 438, Kings County, New York",2556,1625.0,42115.0,691700.0,575.0,1880.0,60.0,0.0,231.0,0.0,0.0,63.0,322.0,New York City,New York-Newark-Jersey City +36047048900,"Census Tract 489, Kings County, New York",3595,2390.0,17518.0,-666666666.0,214.0,19.0,1279.0,37.0,48.0,0.0,0.0,0.0,2229.0,New York City,New York-Newark-Jersey City +36047047400,"Census Tract 474, Kings County, New York",2717,1317.0,50893.0,1015100.0,296.0,2632.0,0.0,0.0,0.0,0.0,0.0,60.0,25.0,New York City,New York-Newark-Jersey City +36047047700,"Census Tract 477, Kings County, New York",3816,3303.0,101607.0,843000.0,2208.0,2759.0,163.0,0.0,404.0,0.0,60.0,86.0,344.0,New York City,New York-Newark-Jersey City +36047048200,"Census Tract 482, Kings County, New York",5300,3702.0,41566.0,496100.0,1539.0,2438.0,305.0,8.0,2036.0,0.0,53.0,38.0,422.0,New York City,New York-Newark-Jersey City +36047049000,"Census Tract 490, Kings County, New York",6290,4084.0,51290.0,460900.0,2013.0,3215.0,450.0,54.0,1125.0,0.0,0.0,237.0,1236.0,New York City,New York-Newark-Jersey City +36047049700,"Census Tract 497, Kings County, New York",2786,2419.0,85058.0,1144900.0,1567.0,1834.0,34.0,14.0,421.0,0.0,49.0,56.0,392.0,New York City,New York-Newark-Jersey City +36047050100,"Census Tract 501, Kings County, New York",3157,2535.0,95769.0,930300.0,1475.0,2218.0,186.0,0.0,180.0,0.0,22.0,62.0,489.0,New York City,New York-Newark-Jersey City +36047051400,"Census Tract 514, Kings County, New York",7947,5187.0,48445.0,391700.0,1687.0,1117.0,3194.0,95.0,1053.0,0.0,62.0,297.0,2224.0,New York City,New York-Newark-Jersey City +36047078800,"Census Tract 788, Kings County, New York",3307,2055.0,37159.0,498200.0,383.0,25.0,2920.0,16.0,29.0,0.0,13.0,78.0,226.0,New York City,New York-Newark-Jersey City +36047099800,"Census Tract 998, Kings County, New York",3539,2507.0,70611.0,585100.0,739.0,264.0,3091.0,0.0,0.0,0.0,0.0,71.0,113.0,New York City,New York-Newark-Jersey City +36047007600,"Census Tract 76, Kings County, New York",5124,3147.0,38125.0,763300.0,807.0,724.0,114.0,0.0,1071.0,0.0,0.0,51.0,3164.0,New York City,New York-Newark-Jersey City +36047008400,"Census Tract 84, Kings County, New York",3895,2709.0,49821.0,792300.0,510.0,735.0,76.0,95.0,251.0,0.0,0.0,75.0,2758.0,New York City,New York-Newark-Jersey City +36047102200,"Census Tract 1022, Kings County, New York",1993,1342.0,61132.0,458500.0,414.0,107.0,1541.0,0.0,196.0,0.0,11.0,56.0,82.0,New York City,New York-Newark-Jersey City +36047102800,"Census Tract 1028, Kings County, New York",1795,1222.0,75625.0,569300.0,474.0,23.0,1689.0,0.0,17.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City +36047111000,"Census Tract 1110, Kings County, New York",3365,2051.0,17854.0,-666666666.0,185.0,94.0,2380.0,16.0,0.0,0.0,0.0,158.0,733.0,New York City,New York-Newark-Jersey City +36047112200,"Census Tract 1122, Kings County, New York",3587,2176.0,35000.0,577000.0,328.0,0.0,2732.0,44.0,93.0,0.0,0.0,0.0,718.0,New York City,New York-Newark-Jersey City +36047112600,"Census Tract 1126, Kings County, New York",3388,2315.0,33365.0,386200.0,226.0,42.0,2533.0,0.0,64.0,0.0,0.0,0.0,749.0,New York City,New York-Newark-Jersey City +36047114600,"Census Tract 1146, Kings County, New York",3308,2244.0,41012.0,525300.0,290.0,94.0,735.0,30.0,252.0,0.0,38.0,63.0,2107.0,New York City,New York-Newark-Jersey City +36047115200,"Census Tract 1152, Kings County, New York",3075,1977.0,38482.0,496900.0,247.0,76.0,1757.0,0.0,116.0,0.0,200.0,65.0,861.0,New York City,New York-Newark-Jersey City +36047026600,"Census Tract 266, Kings County, New York",3464,2479.0,46974.0,943200.0,471.0,1024.0,5.0,0.0,1899.0,0.0,0.0,5.0,531.0,New York City,New York-Newark-Jersey City +36047026800,"Census Tract 268, Kings County, New York",3841,2711.0,46544.0,901200.0,690.0,1751.0,3.0,0.0,1299.0,0.0,0.0,1.0,787.0,New York City,New York-Newark-Jersey City +36047028000,"Census Tract 280, Kings County, New York",1763,1268.0,61429.0,610600.0,417.0,724.0,38.0,0.0,741.0,0.0,7.0,5.0,248.0,New York City,New York-Newark-Jersey City +36047029400,"Census Tract 294, Kings County, New York",2493,1944.0,51500.0,793600.0,365.0,1293.0,157.0,0.0,607.0,0.0,0.0,67.0,369.0,New York City,New York-Newark-Jersey City +36047033300,"Census Tract 333, Kings County, New York",4531,2375.0,49896.0,808200.0,683.0,3223.0,1135.0,7.0,0.0,0.0,7.0,16.0,143.0,New York City,New York-Newark-Jersey City +36047036002,"Census Tract 360.02, Kings County, New York",4241,3597.0,18092.0,-666666666.0,1390.0,3683.0,32.0,0.0,134.0,0.0,0.0,25.0,367.0,New York City,New York-Newark-Jersey City +36047038300,"Census Tract 383, Kings County, New York",4525,3225.0,67917.0,645300.0,1064.0,368.0,3488.0,0.0,249.0,0.0,0.0,93.0,327.0,New York City,New York-Newark-Jersey City +36047038500,"Census Tract 385, Kings County, New York",3503,2527.0,60931.0,650700.0,967.0,458.0,2216.0,34.0,124.0,0.0,0.0,69.0,636.0,New York City,New York-Newark-Jersey City +36047039000,"Census Tract 390, Kings County, New York",2457,1429.0,64342.0,559300.0,479.0,2212.0,0.0,0.0,87.0,0.0,0.0,68.0,90.0,New York City,New York-Newark-Jersey City +36047041100,"Census Tract 411, Kings County, New York",3147,2181.0,35369.0,529000.0,335.0,363.0,1335.0,0.0,62.0,0.0,0.0,44.0,1343.0,New York City,New York-Newark-Jersey City +36047042000,"Census Tract 420, Kings County, New York",1831,979.0,54643.0,986100.0,394.0,1688.0,15.0,0.0,39.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City +36047082000,"Census Tract 820, Kings County, New York",4986,3037.0,41123.0,391700.0,423.0,245.0,3842.0,0.0,75.0,0.0,8.0,196.0,620.0,New York City,New York-Newark-Jersey City +36047070203,"Census Tract 702.03, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047070600,"Census Tract 706, Kings County, New York",2985,1983.0,98889.0,644200.0,742.0,2452.0,310.0,0.0,95.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City +36047080000,"Census Tract 800, Kings County, New York",3877,2643.0,72083.0,1102400.0,1121.0,839.0,2537.0,0.0,73.0,0.0,0.0,160.0,268.0,New York City,New York-Newark-Jersey City +36047084800,"Census Tract 848, Kings County, New York",1546,1094.0,53636.0,448800.0,252.0,3.0,1418.0,0.0,101.0,0.0,0.0,9.0,15.0,New York City,New York-Newark-Jersey City +36047086000,"Census Tract 860, Kings County, New York",3293,2319.0,49087.0,404400.0,348.0,11.0,2839.0,13.0,11.0,0.0,0.0,72.0,347.0,New York City,New York-Newark-Jersey City +36047087200,"Census Tract 872, Kings County, New York",2738,1933.0,45972.0,411900.0,529.0,86.0,2437.0,0.0,96.0,0.0,0.0,0.0,119.0,New York City,New York-Newark-Jersey City +36047067800,"Census Tract 678, Kings County, New York",2650,2077.0,88385.0,477600.0,658.0,292.0,2298.0,0.0,0.0,0.0,10.0,0.0,50.0,New York City,New York-Newark-Jersey City +36047070202,"Census Tract 702.02, Kings County, New York",24,24.0,-666666666.0,-666666666.0,12.0,24.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047072600,"Census Tract 726, Kings County, New York",2196,1547.0,82353.0,470400.0,490.0,45.0,1880.0,0.0,45.0,0.0,0.0,0.0,226.0,New York City,New York-Newark-Jersey City +36047073800,"Census Tract 738, Kings County, New York",3988,2493.0,62784.0,515800.0,713.0,1251.0,2041.0,0.0,211.0,0.0,0.0,14.0,471.0,New York City,New York-Newark-Jersey City +36047077600,"Census Tract 776, Kings County, New York",3907,2949.0,62083.0,318600.0,1242.0,157.0,3174.0,0.0,298.0,0.0,0.0,132.0,146.0,New York City,New York-Newark-Jersey City +36047080200,"Census Tract 802, Kings County, New York",4897,3497.0,47109.0,708300.0,1052.0,543.0,3704.0,31.0,117.0,0.0,0.0,178.0,324.0,New York City,New York-Newark-Jersey City +36047081000,"Census Tract 810, Kings County, New York",2117,1408.0,41772.0,452200.0,381.0,339.0,1609.0,0.0,9.0,0.0,0.0,97.0,63.0,New York City,New York-Newark-Jersey City +36047081400,"Census Tract 814, Kings County, New York",2767,2001.0,39769.0,449500.0,418.0,50.0,2417.0,0.0,113.0,0.0,49.0,17.0,121.0,New York City,New York-Newark-Jersey City +36047085200,"Census Tract 852, Kings County, New York",9,9.0,-666666666.0,-666666666.0,0.0,0.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047000100,"Census Tract 1, Kings County, New York",4116,3552.0,88238.0,710700.0,2370.0,2811.0,369.0,21.0,419.0,0.0,0.0,178.0,318.0,New York City,New York-Newark-Jersey City +36047000301,"Census Tract 3.01, Kings County, New York",4340,3451.0,130063.0,998500.0,2565.0,3436.0,121.0,24.0,244.0,0.0,9.0,254.0,276.0,New York City,New York-Newark-Jersey City +36047004900,"Census Tract 49, Kings County, New York",2631,2111.0,125833.0,1085800.0,1565.0,1612.0,291.0,0.0,196.0,0.0,8.0,93.0,431.0,New York City,New York-Newark-Jersey City +36047005000,"Census Tract 50, Kings County, New York",2369,1741.0,104890.0,981100.0,1129.0,1743.0,21.0,0.0,242.0,0.0,0.0,29.0,334.0,New York City,New York-Newark-Jersey City +36047006000,"Census Tract 60, Kings County, New York",2745,1923.0,86800.0,820600.0,874.0,1623.0,7.0,0.0,509.0,0.0,0.0,50.0,556.0,New York City,New York-Newark-Jersey City +36047006700,"Census Tract 67, Kings County, New York",3941,2941.0,158194.0,2000001.0,2256.0,3229.0,44.0,19.0,140.0,0.0,8.0,187.0,333.0,New York City,New York-Newark-Jersey City +36047065000,"Census Tract 650, Kings County, New York",1622,1183.0,64500.0,496700.0,363.0,369.0,658.0,0.0,208.0,0.0,0.0,0.0,387.0,New York City,New York-Newark-Jersey City +36047058800,"Census Tract 588, Kings County, New York",3728,2843.0,65069.0,489200.0,1485.0,2316.0,38.0,0.0,799.0,0.0,12.0,47.0,516.0,New York City,New York-Newark-Jersey City +36047059300,"Census Tract 593, Kings County, New York",2135,1645.0,68304.0,693500.0,752.0,1575.0,30.0,0.0,73.0,0.0,0.0,67.0,390.0,New York City,New York-Newark-Jersey City +36047064000,"Census Tract 640, Kings County, New York",1832,1190.0,109911.0,651200.0,551.0,1393.0,0.0,0.0,175.0,0.0,0.0,0.0,264.0,New York City,New York-Newark-Jersey City +36047068800,"Census Tract 688, Kings County, New York",1652,1265.0,91250.0,438900.0,323.0,591.0,800.0,5.0,104.0,0.0,0.0,0.0,157.0,New York City,New York-Newark-Jersey City +36047075200,"Census Tract 752, Kings County, New York",955,584.0,153438.0,1055000.0,368.0,915.0,35.0,0.0,5.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047076400,"Census Tract 764, Kings County, New York",3725,2486.0,55111.0,786500.0,891.0,1088.0,1786.0,0.0,210.0,0.0,21.0,61.0,559.0,New York City,New York-Newark-Jersey City +36047077400,"Census Tract 774, Kings County, New York",3539,2229.0,62917.0,642400.0,813.0,550.0,2254.0,0.0,319.0,0.0,44.0,47.0,325.0,New York City,New York-Newark-Jersey City +36047078200,"Census Tract 782, Kings County, New York",5329,3632.0,65028.0,461600.0,851.0,42.0,4955.0,0.0,61.0,0.0,19.0,57.0,195.0,New York City,New York-Newark-Jersey City +36047079000,"Census Tract 790, Kings County, New York",5197,3281.0,37367.0,593200.0,611.0,145.0,4539.0,2.0,108.0,0.0,25.0,77.0,301.0,New York City,New York-Newark-Jersey City +36047079200,"Census Tract 792, Kings County, New York",3820,2486.0,39468.0,467300.0,452.0,387.0,2715.0,0.0,7.0,0.0,10.0,67.0,634.0,New York City,New York-Newark-Jersey City +36047079400,"Census Tract 794, Kings County, New York",1783,1178.0,35871.0,392400.0,201.0,13.0,1637.0,0.0,0.0,0.0,0.0,0.0,133.0,New York City,New York-Newark-Jersey City +36047083600,"Census Tract 836, Kings County, New York",2100,1440.0,59107.0,475500.0,367.0,21.0,1972.0,10.0,55.0,0.0,5.0,26.0,11.0,New York City,New York-Newark-Jersey City +36047085800,"Census Tract 858, Kings County, New York",2587,1743.0,57679.0,399700.0,334.0,4.0,2358.0,0.0,103.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City +36047086200,"Census Tract 862, Kings County, New York",3368,2084.0,42663.0,456500.0,543.0,145.0,2854.0,0.0,0.0,0.0,0.0,24.0,345.0,New York City,New York-Newark-Jersey City +36047088000,"Census Tract 880, Kings County, New York",2766,1862.0,39943.0,417800.0,440.0,79.0,2505.0,0.0,0.0,0.0,0.0,39.0,143.0,New York City,New York-Newark-Jersey City +36047089800,"Census Tract 898, Kings County, New York",1688,1196.0,35938.0,397700.0,242.0,33.0,1555.0,0.0,16.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City +36047091800,"Census Tract 918, Kings County, New York",2531,1625.0,22050.0,336600.0,270.0,0.0,1522.0,6.0,0.0,0.0,0.0,0.0,1009.0,New York City,New York-Newark-Jersey City +36047092000,"Census Tract 920, Kings County, New York",3083,2061.0,17016.0,360300.0,266.0,8.0,2012.0,40.0,121.0,0.0,16.0,0.0,886.0,New York City,New York-Newark-Jersey City +36047080400,"Census Tract 804, Kings County, New York",3217,2393.0,41316.0,546500.0,468.0,286.0,2530.0,15.0,148.0,0.0,75.0,20.0,143.0,New York City,New York-Newark-Jersey City +36047082600,"Census Tract 826, Kings County, New York",5281,3788.0,44697.0,411300.0,947.0,371.0,4402.0,33.0,19.0,0.0,9.0,90.0,372.0,New York City,New York-Newark-Jersey City +36047085600,"Census Tract 856, Kings County, New York",3478,2593.0,52214.0,362400.0,575.0,90.0,2880.0,0.0,76.0,0.0,0.0,112.0,320.0,New York City,New York-Newark-Jersey City +36047087000,"Census Tract 870, Kings County, New York",3275,2208.0,36250.0,445300.0,524.0,51.0,2876.0,0.0,0.0,0.0,0.0,24.0,324.0,New York City,New York-Newark-Jersey City +36047088600,"Census Tract 886, Kings County, New York",4393,3133.0,35563.0,434400.0,585.0,49.0,3655.0,0.0,45.0,0.0,96.0,72.0,476.0,New York City,New York-Newark-Jersey City +36047088800,"Census Tract 888, Kings County, New York",3931,2714.0,44732.0,618600.0,565.0,8.0,3304.0,0.0,112.0,0.0,0.0,97.0,410.0,New York City,New York-Newark-Jersey City +36047091200,"Census Tract 912, Kings County, New York",6039,3384.0,14347.0,-666666666.0,180.0,0.0,4173.0,43.0,155.0,0.0,0.0,0.0,1668.0,New York City,New York-Newark-Jersey City +36047095000,"Census Tract 950, Kings County, New York",3066,2263.0,74650.0,570400.0,656.0,177.0,2791.0,0.0,0.0,0.0,0.0,25.0,73.0,New York City,New York-Newark-Jersey City +36047056000,"Census Tract 560, Kings County, New York",3481,2542.0,51581.0,633600.0,1203.0,2935.0,56.0,0.0,403.0,0.0,0.0,11.0,76.0,New York City,New York-Newark-Jersey City +36047055100,"Census Tract 551, Kings County, New York",5728,4069.0,74931.0,1094200.0,2494.0,2361.0,109.0,0.0,40.0,0.0,44.0,150.0,3024.0,New York City,New York-Newark-Jersey City +36047055400,"Census Tract 554, Kings County, New York",4492,2985.0,49583.0,459500.0,1393.0,3207.0,11.0,0.0,418.0,0.0,0.0,247.0,609.0,New York City,New York-Newark-Jersey City +36047056200,"Census Tract 562, Kings County, New York",1593,1146.0,55750.0,702000.0,594.0,1355.0,0.0,0.0,238.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047057400,"Census Tract 574, Kings County, New York",3211,2270.0,93750.0,590000.0,813.0,1553.0,37.0,0.0,1532.0,0.0,0.0,12.0,77.0,New York City,New York-Newark-Jersey City +36047057800,"Census Tract 578, Kings County, New York",3478,2415.0,52841.0,688500.0,756.0,1818.0,0.0,0.0,1041.0,0.0,0.0,113.0,506.0,New York City,New York-Newark-Jersey City +36047059000,"Census Tract 590, Kings County, New York",1861,1295.0,48542.0,652600.0,473.0,701.0,170.0,0.0,759.0,0.0,0.0,7.0,224.0,New York City,New York-Newark-Jersey City +36047061600,"Census Tract 616, Kings County, New York",1513,1218.0,83854.0,1006800.0,636.0,1373.0,69.0,0.0,11.0,0.0,0.0,0.0,60.0,New York City,New York-Newark-Jersey City +36047065600,"Census Tract 656, Kings County, New York",1788,1213.0,77328.0,445400.0,343.0,1294.0,0.0,0.0,149.0,0.0,0.0,48.0,297.0,New York City,New York-Newark-Jersey City +36047067200,"Census Tract 672, Kings County, New York",1587,1123.0,70192.0,435500.0,267.0,211.0,1306.0,0.0,28.0,0.0,0.0,0.0,42.0,New York City,New York-Newark-Jersey City +36047070201,"Census Tract 702.01, Kings County, New York",5939,4171.0,83672.0,709500.0,1881.0,5015.0,124.0,42.0,185.0,0.0,0.0,0.0,590.0,New York City,New York-Newark-Jersey City +36047073000,"Census Tract 730, Kings County, New York",2431,1768.0,103424.0,484500.0,626.0,124.0,2018.0,0.0,13.0,0.0,34.0,86.0,156.0,New York City,New York-Newark-Jersey City +36047029900,"Census Tract 299, Kings County, New York",2947,1871.0,31953.0,590000.0,236.0,89.0,2165.0,0.0,98.0,0.0,5.0,11.0,579.0,New York City,New York-Newark-Jersey City +36047031100,"Census Tract 311, Kings County, New York",3194,2125.0,50191.0,649500.0,633.0,185.0,2381.0,0.0,14.0,0.0,27.0,178.0,409.0,New York City,New York-Newark-Jersey City +36047031400,"Census Tract 314, Kings County, New York",5127,3967.0,59022.0,428700.0,1236.0,3529.0,22.0,17.0,1148.0,0.0,0.0,0.0,411.0,New York City,New York-Newark-Jersey City +36047034100,"Census Tract 341, Kings County, New York",2809,2230.0,51125.0,578900.0,703.0,389.0,2101.0,0.0,11.0,0.0,61.0,65.0,182.0,New York City,New York-Newark-Jersey City +36047035300,"Census Tract 353, Kings County, New York",5253,3593.0,48738.0,735000.0,1083.0,968.0,3522.0,0.0,185.0,0.0,0.0,130.0,448.0,New York City,New York-Newark-Jersey City +36047064600,"Census Tract 646, Kings County, New York",2402,1307.0,94940.0,583300.0,545.0,1908.0,31.0,25.0,129.0,0.0,9.0,14.0,286.0,New York City,New York-Newark-Jersey City +36047065400,"Census Tract 654, Kings County, New York",1571,1195.0,90089.0,573600.0,423.0,1204.0,40.0,0.0,192.0,0.0,0.0,62.0,73.0,New York City,New York-Newark-Jersey City +36047118201,"Census Tract 1182.01, Kings County, New York",2970,1909.0,46012.0,464000.0,261.0,191.0,539.0,57.0,151.0,0.0,68.0,64.0,1945.0,New York City,New York-Newark-Jersey City +36047095600,"Census Tract 956, Kings County, New York",4633,2967.0,60164.0,581200.0,788.0,411.0,3824.0,37.0,210.0,0.0,18.0,0.0,170.0,New York City,New York-Newark-Jersey City +36047096000,"Census Tract 960, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047098600,"Census Tract 986, Kings County, New York",3145,2238.0,68632.0,454800.0,582.0,48.0,2880.0,0.0,54.0,0.0,0.0,68.0,95.0,New York City,New York-Newark-Jersey City +36047102600,"Census Tract 1026, Kings County, New York",2617,1826.0,75161.0,530200.0,511.0,91.0,2425.0,11.0,0.0,0.0,8.0,13.0,69.0,New York City,New York-Newark-Jersey City +36047103400,"Census Tract 1034, Kings County, New York",4046,2378.0,23450.0,-666666666.0,398.0,167.0,2577.0,265.0,0.0,0.0,0.0,0.0,1048.0,New York City,New York-Newark-Jersey City +36047107000,"Census Tract 1070, Kings County, New York",1724,1031.0,58618.0,365900.0,363.0,22.0,1171.0,0.0,78.0,0.0,0.0,6.0,447.0,New York City,New York-Newark-Jersey City +36047114201,"Census Tract 1142.01, Kings County, New York",1629,933.0,36739.0,473700.0,144.0,28.0,299.0,0.0,33.0,0.0,0.0,23.0,1246.0,New York City,New York-Newark-Jersey City +36047005900,"Census Tract 59, Kings County, New York",1337,1072.0,70833.0,950800.0,622.0,809.0,60.0,0.0,18.0,0.0,0.0,78.0,372.0,New York City,New York-Newark-Jersey City +36047006400,"Census Tract 64, Kings County, New York",3171,2466.0,71781.0,835500.0,1097.0,2383.0,52.0,0.0,294.0,0.0,0.0,82.0,360.0,New York City,New York-Newark-Jersey City +36047009400,"Census Tract 94, Kings County, New York",5429,3727.0,42104.0,791900.0,772.0,674.0,114.0,0.0,3519.0,0.0,0.0,10.0,1112.0,New York City,New York-Newark-Jersey City +36047010400,"Census Tract 104, Kings County, New York",5677,4070.0,42697.0,960400.0,694.0,385.0,10.0,0.0,4598.0,0.0,84.0,55.0,545.0,New York City,New York-Newark-Jersey City +36047013000,"Census Tract 130, Kings County, New York",5244,3552.0,61410.0,549300.0,1257.0,2333.0,166.0,50.0,1137.0,0.0,0.0,165.0,1443.0,New York City,New York-Newark-Jersey City +36047013200,"Census Tract 132, Kings County, New York",2044,1298.0,53065.0,892500.0,364.0,597.0,0.0,0.0,1053.0,0.0,0.0,8.0,386.0,New York City,New York-Newark-Jersey City +36047020600,"Census Tract 206, Kings County, New York",2347,1748.0,81324.0,837600.0,636.0,1390.0,30.0,0.0,623.0,0.0,0.0,0.0,304.0,New York City,New York-Newark-Jersey City +36047021000,"Census Tract 210, Kings County, New York",4380,3063.0,37623.0,807900.0,651.0,1284.0,38.0,0.0,2181.0,0.0,11.0,73.0,793.0,New York City,New York-Newark-Jersey City +36047022200,"Census Tract 222, Kings County, New York",4281,2012.0,36033.0,826400.0,425.0,3892.0,0.0,0.0,140.0,0.0,0.0,0.0,249.0,New York City,New York-Newark-Jersey City +36047022700,"Census Tract 227, Kings County, New York",3556,2622.0,76549.0,1075000.0,1188.0,994.0,1978.0,0.0,120.0,11.0,10.0,173.0,270.0,New York City,New York-Newark-Jersey City +36047023000,"Census Tract 230, Kings County, New York",4288,2109.0,37404.0,880500.0,397.0,3051.0,88.0,0.0,341.0,0.0,0.0,68.0,740.0,New York City,New York-Newark-Jersey City +36047024800,"Census Tract 248, Kings County, New York",3013,1850.0,50739.0,703600.0,327.0,1029.0,51.0,23.0,1127.0,0.0,130.0,24.0,629.0,New York City,New York-Newark-Jersey City +36047025200,"Census Tract 252, Kings County, New York",5310,3785.0,47315.0,726000.0,1015.0,2197.0,155.0,30.0,1870.0,0.0,0.0,95.0,974.0,New York City,New York-Newark-Jersey City +36047025700,"Census Tract 257, Kings County, New York",2111,1365.0,63021.0,733500.0,412.0,448.0,609.0,74.0,121.0,0.0,0.0,50.0,883.0,New York City,New York-Newark-Jersey City +36047026200,"Census Tract 262, Kings County, New York",2548,1834.0,49357.0,782900.0,431.0,952.0,43.0,0.0,1084.0,0.0,0.0,42.0,427.0,New York City,New York-Newark-Jersey City +36047026700,"Census Tract 267, Kings County, New York",3937,3046.0,50811.0,969300.0,1295.0,927.0,2353.0,0.0,90.0,0.0,7.0,39.0,521.0,New York City,New York-Newark-Jersey City +36047051100,"Census Tract 511, Kings County, New York",4317,3357.0,35750.0,477000.0,1241.0,1485.0,216.0,0.0,882.0,0.0,0.0,95.0,1639.0,New York City,New York-Newark-Jersey City +36047005400,"Census Tract 54, Kings County, New York",3054,2572.0,67015.0,557600.0,1456.0,2256.0,58.0,17.0,281.0,0.0,0.0,65.0,377.0,New York City,New York-Newark-Jersey City +36047006200,"Census Tract 62, Kings County, New York",2908,2021.0,63750.0,820400.0,983.0,1751.0,224.0,0.0,408.0,0.0,0.0,29.0,496.0,New York City,New York-Newark-Jersey City +36047006500,"Census Tract 65, Kings County, New York",5874,4484.0,156712.0,1305800.0,3611.0,4912.0,90.0,0.0,260.0,0.0,14.0,232.0,366.0,New York City,New York-Newark-Jersey City +36047001100,"Census Tract 11, Kings County, New York",1237,1100.0,126726.0,1322900.0,929.0,806.0,86.0,0.0,150.0,0.0,0.0,28.0,167.0,New York City,New York-Newark-Jersey City +36047003500,"Census Tract 35, Kings County, New York",1708,1419.0,79083.0,1638200.0,879.0,693.0,617.0,0.0,106.0,0.0,13.0,78.0,201.0,New York City,New York-Newark-Jersey City +36047024300,"Census Tract 243, Kings County, New York",4020,3006.0,56047.0,891100.0,1622.0,1333.0,1734.0,0.0,192.0,0.0,0.0,184.0,577.0,New York City,New York-Newark-Jersey City +36047093800,"Census Tract 938, Kings County, New York",2383,1663.0,46691.0,469700.0,392.0,13.0,2274.0,0.0,7.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City +36047098200,"Census Tract 982, Kings County, New York",4535,2489.0,20256.0,-666666666.0,204.0,0.0,3721.0,0.0,6.0,0.0,0.0,0.0,808.0,New York City,New York-Newark-Jersey City +36047094401,"Census Tract 944.01, Kings County, New York",4149,3171.0,81086.0,486400.0,688.0,73.0,3786.0,28.0,23.0,0.0,0.0,0.0,239.0,New York City,New York-Newark-Jersey City +36047096600,"Census Tract 966, Kings County, New York",2558,1636.0,67679.0,526600.0,382.0,126.0,1932.0,0.0,138.0,0.0,75.0,79.0,208.0,New York City,New York-Newark-Jersey City +36047100800,"Census Tract 1008, Kings County, New York",2205,1389.0,68750.0,440400.0,434.0,172.0,1694.0,0.0,86.0,0.0,0.0,23.0,230.0,New York City,New York-Newark-Jersey City +36047116400,"Census Tract 1164, Kings County, New York",3394,2179.0,51852.0,359900.0,235.0,57.0,2199.0,0.0,56.0,0.0,0.0,33.0,1049.0,New York City,New York-Newark-Jersey City +36047116800,"Census Tract 1168, Kings County, New York",1732,1085.0,54474.0,535300.0,210.0,54.0,701.0,32.0,37.0,0.0,9.0,0.0,931.0,New York City,New York-Newark-Jersey City +36047118202,"Census Tract 1182.02, Kings County, New York",3279,1955.0,53625.0,442200.0,240.0,126.0,550.0,0.0,196.0,0.0,0.0,46.0,2361.0,New York City,New York-Newark-Jersey City +36047119000,"Census Tract 1190, Kings County, New York",2709,1504.0,40234.0,464600.0,211.0,52.0,1219.0,10.0,104.0,0.0,112.0,32.0,1180.0,New York City,New York-Newark-Jersey City +36047119600,"Census Tract 1196, Kings County, New York",4925,3258.0,32344.0,434200.0,499.0,122.0,2486.0,29.0,942.0,0.0,9.0,161.0,1176.0,New York City,New York-Newark-Jersey City +36047120200,"Census Tract 1202, Kings County, New York",1924,1173.0,32083.0,458800.0,170.0,44.0,786.0,0.0,567.0,0.0,0.0,18.0,509.0,New York City,New York-Newark-Jersey City +36047039700,"Census Tract 397, Kings County, New York",3701,2516.0,38750.0,525800.0,579.0,537.0,1893.0,0.0,51.0,0.0,0.0,31.0,1189.0,New York City,New York-Newark-Jersey City +36047039800,"Census Tract 398, Kings County, New York",2665,1908.0,52024.0,615100.0,576.0,988.0,0.0,30.0,1169.0,0.0,15.0,18.0,475.0,New York City,New York-Newark-Jersey City +36047040500,"Census Tract 405, Kings County, New York",1555,1173.0,60987.0,431900.0,378.0,159.0,651.0,0.0,21.0,0.0,0.0,9.0,715.0,New York City,New York-Newark-Jersey City +36047040700,"Census Tract 407, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047041000,"Census Tract 410, Kings County, New York",1977,1377.0,55938.0,658000.0,432.0,1247.0,13.0,0.0,592.0,0.0,1.0,23.0,101.0,New York City,New York-Newark-Jersey City +36047042600,"Census Tract 426, Kings County, New York",4373,3287.0,48015.0,695400.0,1104.0,1695.0,141.0,0.0,1723.0,0.0,0.0,82.0,732.0,New York City,New York-Newark-Jersey City +36047044800,"Census Tract 448, Kings County, New York",1801,1133.0,52361.0,396000.0,507.0,1430.0,0.0,0.0,132.0,0.0,0.0,46.0,193.0,New York City,New York-Newark-Jersey City +36047045000,"Census Tract 450, Kings County, New York",551,284.0,43750.0,854200.0,105.0,519.0,0.0,0.0,13.0,0.0,0.0,0.0,19.0,New York City,New York-Newark-Jersey City +36047045800,"Census Tract 458, Kings County, New York",1602,983.0,72271.0,-666666666.0,361.0,1412.0,29.0,18.0,0.0,0.0,0.0,0.0,143.0,New York City,New York-Newark-Jersey City +36047044000,"Census Tract 440, Kings County, New York",2939,1729.0,44961.0,920900.0,602.0,2451.0,52.0,0.0,92.0,0.0,0.0,103.0,241.0,New York City,New York-Newark-Jersey City +36047042100,"Census Tract 421, Kings County, New York",4321,2800.0,41250.0,567700.0,514.0,624.0,486.0,47.0,216.0,0.0,0.0,12.0,2967.0,New York City,New York-Newark-Jersey City +36047042500,"Census Tract 425, Kings County, New York",3103,2102.0,59352.0,398100.0,1046.0,996.0,201.0,1.0,118.0,0.0,0.0,43.0,1744.0,New York City,New York-Newark-Jersey City +36047043200,"Census Tract 432, Kings County, New York",4522,3310.0,49946.0,643400.0,973.0,1802.0,19.0,8.0,1936.0,0.0,16.0,130.0,619.0,New York City,New York-Newark-Jersey City +36047044700,"Census Tract 447, Kings County, New York",2496,1658.0,50000.0,464300.0,645.0,655.0,436.0,0.0,110.0,13.0,11.0,32.0,1239.0,New York City,New York-Newark-Jersey City +36047045600,"Census Tract 456, Kings County, New York",2399,1513.0,33750.0,1166100.0,606.0,1711.0,21.0,0.0,467.0,0.0,10.0,123.0,67.0,New York City,New York-Newark-Jersey City +36047092200,"Census Tract 922, Kings County, New York",2578,1901.0,29504.0,306800.0,312.0,51.0,2415.0,0.0,0.0,0.0,0.0,56.0,56.0,New York City,New York-Newark-Jersey City +36047094402,"Census Tract 944.02, Kings County, New York",3071,1770.0,19604.0,-666666666.0,163.0,31.0,2282.0,0.0,54.0,0.0,0.0,0.0,704.0,New York City,New York-Newark-Jersey City +36047096400,"Census Tract 964, Kings County, New York",1715,1198.0,54306.0,460100.0,247.0,50.0,1542.0,0.0,76.0,0.0,0.0,12.0,35.0,New York City,New York-Newark-Jersey City +36047101600,"Census Tract 1016, Kings County, New York",1810,1270.0,83542.0,515600.0,367.0,124.0,1563.0,6.0,84.0,0.0,0.0,0.0,33.0,New York City,New York-Newark-Jersey City +36047101800,"Census Tract 1018, Kings County, New York",2058,1538.0,80395.0,462000.0,654.0,71.0,1550.0,0.0,131.0,0.0,34.0,18.0,254.0,New York City,New York-Newark-Jersey City +36047102000,"Census Tract 1020, Kings County, New York",2291,1437.0,103750.0,476900.0,525.0,216.0,1808.0,0.0,42.0,0.0,0.0,64.0,161.0,New York City,New York-Newark-Jersey City +36047107800,"Census Tract 1078, Kings County, New York",4068,3354.0,65412.0,306400.0,743.0,109.0,3327.0,0.0,0.0,0.0,250.0,19.0,363.0,New York City,New York-Newark-Jersey City +36047110600,"Census Tract 1106, Kings County, New York",4082,2273.0,17405.0,-666666666.0,256.0,0.0,2814.0,0.0,9.0,0.0,60.0,23.0,1176.0,New York City,New York-Newark-Jersey City +36047038200,"Census Tract 382, Kings County, New York",6197,3985.0,19201.0,1031300.0,594.0,343.0,2118.0,0.0,1637.0,0.0,0.0,282.0,1817.0,New York City,New York-Newark-Jersey City +36047038900,"Census Tract 389, Kings County, New York",2943,2134.0,53938.0,332100.0,746.0,803.0,236.0,90.0,358.0,0.0,16.0,15.0,1515.0,New York City,New York-Newark-Jersey City +36047043400,"Census Tract 434, Kings County, New York",3480,2406.0,52123.0,554300.0,965.0,1926.0,0.0,0.0,1186.0,0.0,0.0,43.0,325.0,New York City,New York-Newark-Jersey City +36047043500,"Census Tract 435, Kings County, New York",5202,3190.0,50625.0,562500.0,788.0,523.0,792.0,0.0,68.0,0.0,0.0,19.0,3800.0,New York City,New York-Newark-Jersey City +36047043700,"Census Tract 437, Kings County, New York",6449,4116.0,46690.0,597200.0,1069.0,1079.0,1056.0,13.0,46.0,0.0,8.0,164.0,4096.0,New York City,New York-Newark-Jersey City +36047043900,"Census Tract 439, Kings County, New York",4146,2813.0,53073.0,625800.0,521.0,272.0,679.0,70.0,399.0,0.0,0.0,75.0,2651.0,New York City,New York-Newark-Jersey City +36047044100,"Census Tract 441, Kings County, New York",5261,3658.0,52852.0,585200.0,832.0,804.0,165.0,72.0,745.0,0.0,41.0,35.0,3450.0,New York City,New York-Newark-Jersey City +36047044400,"Census Tract 444, Kings County, New York",3514,1996.0,48133.0,614100.0,740.0,2874.0,87.0,0.0,122.0,0.0,0.0,7.0,424.0,New York City,New York-Newark-Jersey City +36047045400,"Census Tract 454, Kings County, New York",1771,1000.0,58750.0,887500.0,537.0,1326.0,17.0,10.0,75.0,0.0,0.0,126.0,227.0,New York City,New York-Newark-Jersey City +36047046201,"Census Tract 462.01, Kings County, New York",2498,1594.0,24701.0,437100.0,850.0,2152.0,0.0,0.0,296.0,0.0,8.0,0.0,42.0,New York City,New York-Newark-Jersey City +36047046400,"Census Tract 464, Kings County, New York",2929,1286.0,58266.0,916400.0,360.0,2647.0,48.0,0.0,119.0,0.0,0.0,48.0,67.0,New York City,New York-Newark-Jersey City +36047050000,"Census Tract 500, Kings County, New York",3964,2747.0,85375.0,647900.0,1648.0,2236.0,233.0,0.0,903.0,0.0,6.0,108.0,478.0,New York City,New York-Newark-Jersey City +36047077200,"Census Tract 772, Kings County, New York",3168,1951.0,56740.0,573900.0,871.0,1130.0,1317.0,26.0,58.0,0.0,0.0,38.0,625.0,New York City,New York-Newark-Jersey City +36047072200,"Census Tract 722, Kings County, New York",3296,2251.0,67287.0,499000.0,594.0,106.0,2877.0,0.0,68.0,0.0,0.0,13.0,232.0,New York City,New York-Newark-Jersey City +36047073400,"Census Tract 734, Kings County, New York",2145,1563.0,87361.0,476000.0,659.0,67.0,1925.0,0.0,0.0,0.0,29.0,14.0,110.0,New York City,New York-Newark-Jersey City +36047074400,"Census Tract 744, Kings County, New York",2797,1393.0,104167.0,624600.0,659.0,2083.0,390.0,0.0,110.0,0.0,0.0,59.0,155.0,New York City,New York-Newark-Jersey City +36047075600,"Census Tract 756, Kings County, New York",2144,1354.0,82813.0,794600.0,694.0,1694.0,73.0,0.0,301.0,0.0,0.0,0.0,76.0,New York City,New York-Newark-Jersey City +36047078600,"Census Tract 786, Kings County, New York",4965,3366.0,53019.0,338800.0,883.0,372.0,3454.0,0.0,279.0,0.0,65.0,166.0,629.0,New York City,New York-Newark-Jersey City +36047082400,"Census Tract 824, Kings County, New York",4267,2804.0,41327.0,456000.0,690.0,137.0,3671.0,0.0,98.0,0.0,0.0,93.0,268.0,New York City,New York-Newark-Jersey City +36047083800,"Census Tract 838, Kings County, New York",2335,1703.0,62188.0,436900.0,420.0,104.0,2074.0,0.0,9.0,0.0,0.0,71.0,77.0,New York City,New York-Newark-Jersey City +36047051500,"Census Tract 515, Kings County, New York",2024,1633.0,133500.0,846500.0,1283.0,1371.0,109.0,0.0,143.0,0.0,14.0,35.0,352.0,New York City,New York-Newark-Jersey City +36047052700,"Census Tract 527, Kings County, New York",6776,4994.0,51927.0,620800.0,1856.0,1364.0,136.0,0.0,370.0,0.0,83.0,95.0,4728.0,New York City,New York-Newark-Jersey City +36047052900,"Census Tract 529, Kings County, New York",3995,1808.0,37703.0,590900.0,358.0,3701.0,77.0,0.0,0.0,0.0,0.0,12.0,205.0,New York City,New York-Newark-Jersey City +36047054700,"Census Tract 547, Kings County, New York",4903,2636.0,36214.0,828100.0,914.0,3414.0,268.0,13.0,185.0,0.0,0.0,70.0,966.0,New York City,New York-Newark-Jersey City +36047055600,"Census Tract 556, Kings County, New York",3951,2453.0,65464.0,681500.0,1099.0,3152.0,20.0,0.0,400.0,0.0,0.0,108.0,271.0,New York City,New York-Newark-Jersey City +36047056400,"Census Tract 564, Kings County, New York",2600,1822.0,89938.0,483700.0,825.0,1919.0,62.0,0.0,316.0,76.0,0.0,31.0,196.0,New York City,New York-Newark-Jersey City +36047057000,"Census Tract 570, Kings County, New York",3548,2879.0,62031.0,175700.0,1045.0,2105.0,85.0,0.0,1012.0,0.0,32.0,20.0,294.0,New York City,New York-Newark-Jersey City +36047057900,"Census Tract 579, Kings County, New York",1074,852.0,56250.0,-666666666.0,353.0,520.0,67.0,7.0,20.0,0.0,0.0,22.0,445.0,New York City,New York-Newark-Jersey City +36047058400,"Census Tract 584, Kings County, New York",3179,2461.0,54375.0,568800.0,1206.0,2379.0,112.0,0.0,428.0,0.0,19.0,0.0,241.0,New York City,New York-Newark-Jersey City +36047058600,"Census Tract 586, Kings County, New York",3012,2124.0,66087.0,607000.0,614.0,692.0,21.0,0.0,1730.0,0.0,0.0,14.0,555.0,New York City,New York-Newark-Jersey City +36047000200,"Census Tract 2, Kings County, New York",1506,999.0,34931.0,450000.0,93.0,52.0,24.0,0.0,56.0,0.0,13.0,24.0,1337.0,New York City,New York-Newark-Jersey City +36047000700,"Census Tract 7, Kings County, New York",4054,2994.0,157534.0,1564700.0,2631.0,3126.0,58.0,0.0,415.0,0.0,8.0,144.0,303.0,New York City,New York-Newark-Jersey City +36047001800,"Census Tract 18, Kings County, New York",2022,1837.0,-666666666.0,-666666666.0,145.0,216.0,769.0,28.0,14.0,19.0,0.0,14.0,962.0,New York City,New York-Newark-Jersey City +36047002300,"Census Tract 23, Kings County, New York",4707,2763.0,19510.0,-666666666.0,401.0,34.0,2354.0,68.0,733.0,0.0,0.0,156.0,1430.0,New York City,New York-Newark-Jersey City +36047002901,"Census Tract 29.01, Kings County, New York",4289,2578.0,22905.0,-666666666.0,208.0,98.0,2071.0,0.0,870.0,0.0,0.0,44.0,1206.0,New York City,New York-Newark-Jersey City +36047003400,"Census Tract 34, Kings County, New York",3022,2453.0,77216.0,663300.0,1062.0,1723.0,139.0,0.0,637.0,0.0,0.0,29.0,494.0,New York City,New York-Newark-Jersey City +36047003800,"Census Tract 38, Kings County, New York",1506,1111.0,86000.0,843100.0,536.0,1072.0,0.0,0.0,247.0,0.0,0.0,113.0,74.0,New York City,New York-Newark-Jersey City +36047004500,"Census Tract 45, Kings County, New York",3651,2843.0,145721.0,1164800.0,2413.0,2960.0,75.0,0.0,263.0,0.0,6.0,203.0,144.0,New York City,New York-Newark-Jersey City +36047005202,"Census Tract 52.02, Kings County, New York",2424,1985.0,74083.0,326800.0,1183.0,2084.0,79.0,0.0,127.0,0.0,0.0,28.0,106.0,New York City,New York-Newark-Jersey City +36047006300,"Census Tract 63, Kings County, New York",1967,1493.0,111313.0,861100.0,1049.0,1564.0,9.0,0.0,114.0,0.0,0.0,120.0,160.0,New York City,New York-Newark-Jersey City +36047006800,"Census Tract 68, Kings County, New York",4771,3346.0,45917.0,846600.0,1205.0,2176.0,79.0,23.0,949.0,0.0,33.0,91.0,1443.0,New York City,New York-Newark-Jersey City +36047007100,"Census Tract 71, Kings County, New York",4830,3417.0,34719.0,-666666666.0,1079.0,902.0,1503.0,0.0,196.0,0.0,99.0,10.0,2120.0,New York City,New York-Newark-Jersey City +36047007700,"Census Tract 77, Kings County, New York",5105,3986.0,135938.0,1109100.0,2781.0,3546.0,77.0,0.0,357.0,0.0,0.0,217.0,908.0,New York City,New York-Newark-Jersey City +36047049200,"Census Tract 492, Kings County, New York",3108,2158.0,46974.0,625700.0,767.0,1577.0,450.0,10.0,694.0,0.0,0.0,34.0,343.0,New York City,New York-Newark-Jersey City +36047050202,"Census Tract 502.02, Kings County, New York",2246,1733.0,98603.0,726600.0,1399.0,1977.0,24.0,10.0,58.0,0.0,6.0,58.0,123.0,New York City,New York-Newark-Jersey City +36047050300,"Census Tract 503, Kings County, New York",2486,2056.0,83864.0,666700.0,1126.0,1481.0,23.0,167.0,214.0,0.0,51.0,45.0,528.0,New York City,New York-Newark-Jersey City +36047051900,"Census Tract 519, Kings County, New York",5159,4437.0,123432.0,980800.0,3299.0,3479.0,188.0,0.0,541.0,0.0,1.0,140.0,810.0,New York City,New York-Newark-Jersey City +36047053000,"Census Tract 530, Kings County, New York",3736,2301.0,39511.0,777100.0,784.0,2193.0,161.0,0.0,978.0,0.0,9.0,80.0,315.0,New York City,New York-Newark-Jersey City +36047057200,"Census Tract 572, Kings County, New York",5551,3419.0,18310.0,-666666666.0,527.0,718.0,2707.0,0.0,377.0,0.0,0.0,11.0,1738.0,New York City,New York-Newark-Jersey City +36047055500,"Census Tract 555, Kings County, New York",6431,5197.0,136689.0,1153000.0,3839.0,4058.0,194.0,0.0,981.0,0.0,22.0,185.0,991.0,New York City,New York-Newark-Jersey City +36047055700,"Census Tract 557, Kings County, New York",2214,1872.0,87361.0,930600.0,1237.0,1405.0,70.0,0.0,137.0,0.0,10.0,26.0,566.0,New York City,New York-Newark-Jersey City +36047056900,"Census Tract 569, Kings County, New York",1537,1327.0,81691.0,944100.0,919.0,1278.0,16.0,0.0,67.0,9.0,5.0,13.0,149.0,New York City,New York-Newark-Jersey City +36047057300,"Census Tract 573, Kings County, New York",2593,2166.0,82448.0,771400.0,1130.0,1859.0,310.0,35.0,138.0,0.0,28.0,52.0,181.0,New York City,New York-Newark-Jersey City +36047057500,"Census Tract 575, Kings County, New York",3935,3244.0,72656.0,725000.0,1526.0,2985.0,2.0,0.0,337.0,0.0,14.0,35.0,562.0,New York City,New York-Newark-Jersey City +36047058200,"Census Tract 582, Kings County, New York",2812,1815.0,49750.0,931800.0,361.0,1581.0,10.0,159.0,393.0,0.0,0.0,111.0,717.0,New York City,New York-Newark-Jersey City +36047059800,"Census Tract 598, Kings County, New York",3391,2299.0,67279.0,274300.0,1036.0,2428.0,154.0,101.0,287.0,0.0,0.0,155.0,266.0,New York City,New York-Newark-Jersey City +36047060800,"Census Tract 608, Kings County, New York",3432,2603.0,51111.0,410900.0,1360.0,2571.0,129.0,0.0,467.0,0.0,0.0,33.0,232.0,New York City,New York-Newark-Jersey City +36047063200,"Census Tract 632, Kings County, New York",1588,1253.0,74250.0,248400.0,440.0,1243.0,14.0,0.0,199.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City +36047064400,"Census Tract 644, Kings County, New York",3030,1773.0,88750.0,658400.0,724.0,2059.0,99.0,0.0,578.0,0.0,0.0,4.0,290.0,New York City,New York-Newark-Jersey City +36047065800,"Census Tract 658, Kings County, New York",1992,1458.0,81406.0,569200.0,705.0,1365.0,22.0,0.0,527.0,0.0,0.0,17.0,61.0,New York City,New York-Newark-Jersey City +36047066000,"Census Tract 660, Kings County, New York",2295,1544.0,100978.0,543700.0,644.0,1697.0,22.0,0.0,372.0,0.0,0.0,55.0,149.0,New York City,New York-Newark-Jersey City +36047067000,"Census Tract 670, Kings County, New York",2897,2048.0,80417.0,483800.0,663.0,616.0,1521.0,0.0,222.0,0.0,31.0,23.0,484.0,New York City,New York-Newark-Jersey City +36047069000,"Census Tract 690, Kings County, New York",2234,1497.0,101146.0,447100.0,627.0,345.0,1325.0,0.0,143.0,0.0,73.0,108.0,240.0,New York City,New York-Newark-Jersey City +36047069200,"Census Tract 692, Kings County, New York",3000,1882.0,107264.0,457100.0,628.0,289.0,2289.0,0.0,117.0,9.0,48.0,95.0,153.0,New York City,New York-Newark-Jersey City +36047035900,"Census Tract 359, Kings County, New York",5337,3297.0,30096.0,538300.0,363.0,5.0,4622.0,0.0,65.0,0.0,0.0,31.0,614.0,New York City,New York-Newark-Jersey City +36047036001,"Census Tract 360.01, Kings County, New York",3090,2566.0,21750.0,484800.0,1138.0,2927.0,16.0,0.0,0.0,0.0,0.0,106.0,41.0,New York City,New York-Newark-Jersey City +36047036100,"Census Tract 361, Kings County, New York",2973,2010.0,28960.0,615700.0,182.0,124.0,2145.0,0.0,17.0,0.0,15.0,18.0,654.0,New York City,New York-Newark-Jersey City +36047036300,"Census Tract 363, Kings County, New York",4331,2775.0,31075.0,601500.0,489.0,223.0,3409.0,39.0,15.0,0.0,0.0,65.0,619.0,New York City,New York-Newark-Jersey City +36047011900,"Census Tract 119, Kings County, New York",1529,1228.0,91397.0,986500.0,760.0,1021.0,71.0,0.0,87.0,0.0,0.0,103.0,247.0,New York City,New York-Newark-Jersey City +36047015200,"Census Tract 152, Kings County, New York",2465,1803.0,84375.0,717100.0,782.0,1513.0,65.0,0.0,496.0,0.0,10.0,18.0,363.0,New York City,New York-Newark-Jersey City +36047016600,"Census Tract 166, Kings County, New York",1798,1331.0,102829.0,897600.0,541.0,1513.0,0.0,2.0,159.0,0.0,0.0,0.0,126.0,New York City,New York-Newark-Jersey City +36047114400,"Census Tract 1144, Kings County, New York",2452,1465.0,30170.0,471400.0,108.0,95.0,1327.0,0.0,8.0,0.0,5.0,26.0,991.0,New York City,New York-Newark-Jersey City +36047021100,"Census Tract 211, Kings County, New York",1829,1261.0,58849.0,669100.0,537.0,391.0,629.0,0.0,102.0,0.0,0.0,28.0,679.0,New York City,New York-Newark-Jersey City +36047048500,"Census Tract 485, Kings County, New York",2802,2054.0,99063.0,503100.0,1158.0,1379.0,107.0,34.0,137.0,0.0,0.0,63.0,1116.0,New York City,New York-Newark-Jersey City +36047056100,"Census Tract 561, Kings County, New York",3348,2680.0,84125.0,832200.0,1822.0,2479.0,240.0,8.0,189.0,0.0,0.0,117.0,315.0,New York City,New York-Newark-Jersey City +36047062000,"Census Tract 620, Kings County, New York",2112,1540.0,119833.0,1221000.0,960.0,2036.0,0.0,0.0,47.0,0.0,0.0,0.0,29.0,New York City,New York-Newark-Jersey City +36047080800,"Census Tract 808, Kings County, New York",1338,1209.0,10729.0,-666666666.0,117.0,97.0,866.0,0.0,141.0,0.0,5.0,21.0,208.0,New York City,New York-Newark-Jersey City +36047092400,"Census Tract 924, Kings County, New York",2906,1963.0,36989.0,359000.0,295.0,4.0,2420.0,0.0,0.0,0.0,0.0,3.0,479.0,New York City,New York-Newark-Jersey City +36047093200,"Census Tract 932, Kings County, New York",1201,927.0,79750.0,466200.0,285.0,39.0,1145.0,0.0,0.0,0.0,0.0,0.0,17.0,New York City,New York-Newark-Jersey City +36047110400,"Census Tract 1104, Kings County, New York",4675,3066.0,35257.0,376400.0,293.0,44.0,3839.0,0.0,0.0,0.0,0.0,0.0,792.0,New York City,New York-Newark-Jersey City +36047111600,"Census Tract 1116, Kings County, New York",3763,2015.0,40160.0,510600.0,373.0,141.0,2611.0,0.0,7.0,0.0,0.0,7.0,997.0,New York City,New York-Newark-Jersey City +36047123700,"Census Tract 1237, Kings County, New York",6300,2186.0,33709.0,656000.0,450.0,5246.0,246.0,0.0,59.0,0.0,0.0,37.0,712.0,New York City,New York-Newark-Jersey City +36047150200,"Census Tract 1502, Kings County, New York",2876,2056.0,112656.0,898400.0,1178.0,2021.0,71.0,0.0,318.0,0.0,32.0,70.0,364.0,New York City,New York-Newark-Jersey City +36047004400,"Census Tract 44, Kings County, New York",2373,1775.0,108125.0,1006900.0,1076.0,1930.0,12.0,0.0,227.0,0.0,0.0,9.0,195.0,New York City,New York-Newark-Jersey City +36047005300,"Census Tract 53, Kings County, New York",2420,1771.0,93750.0,880400.0,931.0,1208.0,233.0,5.0,40.0,0.0,42.0,61.0,836.0,New York City,New York-Newark-Jersey City +36047069602,"Census Tract 696.02, Kings County, New York",6601,4649.0,88048.0,603900.0,1665.0,3933.0,1074.0,0.0,491.0,0.0,0.0,117.0,986.0,New York City,New York-Newark-Jersey City +36047079601,"Census Tract 796.01, Kings County, New York",4577,3498.0,57061.0,737600.0,1243.0,960.0,3017.0,0.0,81.0,0.0,9.0,68.0,442.0,New York City,New York-Newark-Jersey City +36047079602,"Census Tract 796.02, Kings County, New York",4639,3180.0,45377.0,363500.0,981.0,444.0,3309.0,0.0,28.0,0.0,9.0,151.0,698.0,New York City,New York-Newark-Jersey City +36047079801,"Census Tract 798.01, Kings County, New York",3023,2326.0,80037.0,801600.0,1159.0,826.0,1680.0,0.0,115.0,0.0,29.0,54.0,319.0,New York City,New York-Newark-Jersey City +36047079802,"Census Tract 798.02, Kings County, New York",5985,4572.0,61974.0,581300.0,1684.0,1266.0,3379.0,0.0,300.0,0.0,48.0,65.0,927.0,New York City,New York-Newark-Jersey City +36047105801,"Census Tract 1058.01, Kings County, New York",5870,4471.0,22641.0,547400.0,894.0,1461.0,3296.0,16.0,22.0,0.0,0.0,0.0,1075.0,New York City,New York-Newark-Jersey City +36047990100,"Census Tract 9901, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047011800,"Census Tract 118, Kings County, New York",2112,1412.0,31597.0,808300.0,136.0,107.0,0.0,9.0,1696.0,0.0,0.0,8.0,301.0,New York City,New York-Newark-Jersey City +36047013300,"Census Tract 133, Kings County, New York",4462,3200.0,156467.0,1072300.0,2617.0,2983.0,127.0,10.0,444.0,0.0,33.0,223.0,652.0,New York City,New York-Newark-Jersey City +36047012700,"Census Tract 127, Kings County, New York",4768,3533.0,53245.0,726700.0,1421.0,1266.0,1960.0,23.0,377.0,0.0,0.0,66.0,1099.0,New York City,New York-Newark-Jersey City +36047011400,"Census Tract 114, Kings County, New York",4538,2901.0,43965.0,853500.0,606.0,2326.0,305.0,0.0,1278.0,0.0,0.0,96.0,533.0,New York City,New York-Newark-Jersey City +36047015500,"Census Tract 155, Kings County, New York",3741,2762.0,143641.0,1477300.0,2187.0,2855.0,326.0,32.0,130.0,0.0,0.0,176.0,254.0,New York City,New York-Newark-Jersey City +36047017100,"Census Tract 171, Kings County, New York",4098,2997.0,114773.0,973300.0,2301.0,3317.0,36.0,0.0,229.0,0.0,0.0,73.0,443.0,New York City,New York-Newark-Jersey City +36047017400,"Census Tract 174, Kings County, New York",2081,1429.0,100099.0,705900.0,514.0,1322.0,0.0,12.0,519.0,0.0,8.0,22.0,198.0,New York City,New York-Newark-Jersey City +36047018300,"Census Tract 183, Kings County, New York",2817,2218.0,104196.0,1063600.0,1734.0,1761.0,470.0,0.0,139.0,0.0,20.0,198.0,229.0,New York City,New York-Newark-Jersey City +36047022000,"Census Tract 220, Kings County, New York",4924,2182.0,31732.0,859500.0,402.0,4330.0,138.0,0.0,289.0,0.0,0.0,0.0,167.0,New York City,New York-Newark-Jersey City +36047022100,"Census Tract 221, Kings County, New York",4174,3286.0,50434.0,762500.0,1533.0,1387.0,1870.0,62.0,185.0,0.0,89.0,69.0,512.0,New York City,New York-Newark-Jersey City +36047022400,"Census Tract 224, Kings County, New York",5780,2669.0,37813.0,1007100.0,515.0,4161.0,7.0,0.0,818.0,0.0,0.0,0.0,794.0,New York City,New York-Newark-Jersey City +36047023100,"Census Tract 231, Kings County, New York",3376,2709.0,71188.0,911800.0,1444.0,1244.0,1412.0,0.0,154.0,0.0,32.0,156.0,378.0,New York City,New York-Newark-Jersey City +36047023600,"Census Tract 236, Kings County, New York",5669,2517.0,23600.0,1023100.0,515.0,5279.0,16.0,53.0,249.0,0.0,0.0,0.0,72.0,New York City,New York-Newark-Jersey City +36047024700,"Census Tract 247, Kings County, New York",2398,1653.0,45769.0,981500.0,557.0,515.0,1384.0,15.0,202.0,0.0,0.0,63.0,219.0,New York City,New York-Newark-Jersey City +36047024900,"Census Tract 249, Kings County, New York",4630,3495.0,66455.0,1050000.0,1518.0,1057.0,3083.0,0.0,140.0,0.0,0.0,53.0,297.0,New York City,New York-Newark-Jersey City +36047025600,"Census Tract 256, Kings County, New York",3338,2348.0,49236.0,743800.0,473.0,1018.0,85.0,0.0,1894.0,0.0,0.0,194.0,147.0,New York City,New York-Newark-Jersey City +36047027800,"Census Tract 278, Kings County, New York",3181,2481.0,56607.0,768500.0,813.0,1488.0,59.0,0.0,1400.0,0.0,26.0,31.0,177.0,New York City,New York-Newark-Jersey City +36047028501,"Census Tract 285.01, Kings County, New York",460,343.0,91842.0,-666666666.0,154.0,137.0,22.0,0.0,21.0,0.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City +36047028900,"Census Tract 289, Kings County, New York",3789,2385.0,50089.0,717400.0,460.0,356.0,2260.0,59.0,46.0,0.0,33.0,11.0,1024.0,New York City,New York-Newark-Jersey City +36047029100,"Census Tract 291, Kings County, New York",2896,2184.0,44505.0,687000.0,756.0,477.0,2003.0,0.0,10.0,0.0,0.0,54.0,352.0,New York City,New York-Newark-Jersey City +36047016900,"Census Tract 169, Kings County, New York",4739,3549.0,82732.0,1009100.0,2515.0,3212.0,60.0,0.0,527.0,0.0,38.0,103.0,799.0,New York City,New York-Newark-Jersey City +36047036400,"Census Tract 364, Kings County, New York",2498,1810.0,53173.0,558100.0,822.0,1549.0,47.0,7.0,614.0,0.0,0.0,63.0,225.0,New York City,New York-Newark-Jersey City +36047037300,"Census Tract 373, Kings County, New York",4050,2574.0,30396.0,617500.0,542.0,447.0,2492.0,48.0,72.0,0.0,0.0,14.0,977.0,New York City,New York-Newark-Jersey City +36047008000,"Census Tract 80, Kings County, New York",3835,2680.0,59432.0,758300.0,720.0,679.0,91.0,0.0,234.0,0.0,21.0,7.0,2803.0,New York City,New York-Newark-Jersey City +36047008800,"Census Tract 88, Kings County, New York",3042,2065.0,64246.0,354700.0,888.0,855.0,115.0,13.0,358.0,0.0,54.0,51.0,1609.0,New York City,New York-Newark-Jersey City +36047009200,"Census Tract 92, Kings County, New York",5703,3570.0,43104.0,477500.0,690.0,461.0,155.0,0.0,2990.0,0.0,0.0,45.0,2052.0,New York City,New York-Newark-Jersey City +36047009800,"Census Tract 98, Kings County, New York",7403,4552.0,38696.0,823800.0,369.0,328.0,165.0,0.0,3110.0,0.0,0.0,10.0,3790.0,New York City,New York-Newark-Jersey City +36047010100,"Census Tract 101, Kings County, New York",4459,3128.0,64612.0,806400.0,917.0,1034.0,139.0,68.0,490.0,0.0,25.0,138.0,2633.0,New York City,New York-Newark-Jersey City +36047012801,"Census Tract 128.01, Kings County, New York",2326,1753.0,37128.0,824700.0,447.0,659.0,67.0,0.0,1492.0,0.0,16.0,0.0,92.0,New York City,New York-Newark-Jersey City +36047013100,"Census Tract 131, Kings County, New York",4254,3250.0,130156.0,996400.0,2513.0,2555.0,303.0,0.0,446.0,23.0,0.0,236.0,691.0,New York City,New York-Newark-Jersey City +36047013500,"Census Tract 135, Kings County, New York",3733,2517.0,134536.0,1003200.0,2068.0,2662.0,66.0,0.0,292.0,0.0,35.0,289.0,389.0,New York City,New York-Newark-Jersey City +36047014000,"Census Tract 140, Kings County, New York",1931,1445.0,70982.0,820900.0,607.0,1346.0,59.0,0.0,303.0,0.0,0.0,0.0,223.0,New York City,New York-Newark-Jersey City +36047014100,"Census Tract 141, Kings County, New York",3256,2398.0,102835.0,1042700.0,1785.0,1854.0,100.0,0.0,348.0,0.0,57.0,195.0,702.0,New York City,New York-Newark-Jersey City +36047019300,"Census Tract 193, Kings County, New York",5861,3192.0,54615.0,295300.0,1446.0,1816.0,2607.0,0.0,501.0,7.0,10.0,103.0,817.0,New York City,New York-Newark-Jersey City +36047017700,"Census Tract 177, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047018100,"Census Tract 181, Kings County, New York",3619,2954.0,83981.0,967500.0,2185.0,1796.0,1051.0,0.0,249.0,0.0,0.0,90.0,433.0,New York City,New York-Newark-Jersey City +36047018600,"Census Tract 186, Kings County, New York",2158,1611.0,66600.0,831800.0,525.0,1156.0,8.0,0.0,840.0,0.0,0.0,30.0,124.0,New York City,New York-Newark-Jersey City +36047035400,"Census Tract 354, Kings County, New York",5533,4695.0,43773.0,347800.0,2673.0,5080.0,31.0,0.0,0.0,0.0,0.0,24.0,398.0,New York City,New York-Newark-Jersey City +36047087401,"Census Tract 874.01, Kings County, New York",3505,2272.0,30760.0,380100.0,523.0,222.0,2870.0,0.0,0.0,0.0,37.0,87.0,289.0,New York City,New York-Newark-Jersey City +36047088400,"Census Tract 884, Kings County, New York",5151,3397.0,45581.0,526600.0,546.0,120.0,4729.0,0.0,56.0,0.0,58.0,32.0,156.0,New York City,New York-Newark-Jersey City +36047089600,"Census Tract 896, Kings County, New York",3327,2448.0,33409.0,445500.0,346.0,52.0,2615.0,0.0,126.0,0.0,0.0,62.0,472.0,New York City,New York-Newark-Jersey City +36047090800,"Census Tract 908, Kings County, New York",7094,4548.0,10767.0,-666666666.0,296.0,107.0,4697.0,13.0,152.0,0.0,22.0,47.0,2069.0,New York City,New York-Newark-Jersey City +36047093400,"Census Tract 934, Kings County, New York",2281,1706.0,48182.0,425300.0,508.0,49.0,2024.0,0.0,25.0,0.0,0.0,0.0,183.0,New York City,New York-Newark-Jersey City +36047095400,"Census Tract 954, Kings County, New York",4474,3029.0,76263.0,567200.0,755.0,35.0,4225.0,0.0,77.0,0.0,38.0,0.0,99.0,New York City,New York-Newark-Jersey City +36047096800,"Census Tract 968, Kings County, New York",1512,942.0,67750.0,464000.0,342.0,132.0,1193.0,0.0,67.0,0.0,0.0,16.0,104.0,New York City,New York-Newark-Jersey City +36047097000,"Census Tract 970, Kings County, New York",2498,1653.0,90735.0,535100.0,359.0,185.0,2048.0,0.0,29.0,0.0,0.0,68.0,168.0,New York City,New York-Newark-Jersey City +36047099400,"Census Tract 994, Kings County, New York",1886,1326.0,72961.0,503400.0,359.0,153.0,1578.0,24.0,46.0,0.0,0.0,0.0,85.0,New York City,New York-Newark-Jersey City +36047100400,"Census Tract 1004, Kings County, New York",2756,1748.0,63250.0,528300.0,437.0,98.0,2471.0,47.0,44.0,0.0,0.0,21.0,75.0,New York City,New York-Newark-Jersey City +36047118000,"Census Tract 1180, Kings County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36047121000,"Census Tract 1210, Kings County, New York",4299,2376.0,20099.0,-666666666.0,135.0,0.0,2159.0,30.0,7.0,0.0,0.0,44.0,2089.0,New York City,New York-Newark-Jersey City +36047019700,"Census Tract 197, Kings County, New York",3561,2819.0,90487.0,735700.0,1933.0,1678.0,1260.0,0.0,219.0,0.0,9.0,159.0,236.0,New York City,New York-Newark-Jersey City +36047020100,"Census Tract 201, Kings County, New York",3735,2869.0,94375.0,1042600.0,1914.0,1593.0,1316.0,0.0,167.0,0.0,12.0,258.0,389.0,New York City,New York-Newark-Jersey City +36047021500,"Census Tract 215, Kings County, New York",5406,4172.0,67857.0,695400.0,2446.0,1806.0,2310.0,19.0,324.0,0.0,22.0,378.0,547.0,New York City,New York-Newark-Jersey City +36047027200,"Census Tract 272, Kings County, New York",3565,2420.0,55231.0,746300.0,673.0,1768.0,0.0,48.0,1064.0,0.0,0.0,51.0,634.0,New York City,New York-Newark-Jersey City +36047035500,"Census Tract 355, Kings County, New York",5397,3549.0,46632.0,642200.0,896.0,922.0,3899.0,0.0,0.0,0.0,0.0,41.0,535.0,New York City,New York-Newark-Jersey City +36047036502,"Census Tract 365.02, Kings County, New York",1282,883.0,36708.0,654100.0,109.0,63.0,845.0,0.0,9.0,0.0,0.0,0.0,365.0,New York City,New York-Newark-Jersey City +36047039300,"Census Tract 393, Kings County, New York",3675,2675.0,56518.0,585600.0,837.0,746.0,740.0,46.0,161.0,0.0,26.0,38.0,1964.0,New York City,New York-Newark-Jersey City +36047029500,"Census Tract 295, Kings County, New York",4027,3061.0,56842.0,1072300.0,1543.0,821.0,2504.0,0.0,173.0,0.0,15.0,123.0,391.0,New York City,New York-Newark-Jersey City +36047030700,"Census Tract 307, Kings County, New York",4958,2909.0,20881.0,752900.0,534.0,170.0,3263.0,0.0,30.0,0.0,0.0,57.0,1438.0,New York City,New York-Newark-Jersey City +36047152200,"Census Tract 1522, Kings County, New York",3877,2618.0,95333.0,1275600.0,1515.0,1548.0,635.0,0.0,869.0,0.0,11.0,243.0,571.0,New York City,New York-Newark-Jersey City +36047032700,"Census Tract 327, Kings County, New York",2485,1969.0,43953.0,881400.0,772.0,343.0,1605.0,0.0,28.0,0.0,30.0,20.0,459.0,New York City,New York-Newark-Jersey City +36047030900,"Census Tract 309, Kings County, New York",2190,1347.0,36087.0,516100.0,302.0,59.0,1532.0,0.0,346.0,0.0,0.0,0.0,253.0,New York City,New York-Newark-Jersey City +36047031702,"Census Tract 317.02, Kings County, New York",3799,2531.0,64231.0,756300.0,1227.0,1082.0,1872.0,0.0,166.0,0.0,118.0,176.0,385.0,New York City,New York-Newark-Jersey City +36047033600,"Census Tract 336, Kings County, New York",4041,3006.0,76900.0,557800.0,1559.0,3265.0,239.0,2.0,108.0,0.0,13.0,112.0,302.0,New York City,New York-Newark-Jersey City +36047034000,"Census Tract 340, Kings County, New York",2215,1793.0,20714.0,-666666666.0,406.0,782.0,837.0,0.0,134.0,0.0,0.0,7.0,455.0,New York City,New York-Newark-Jersey City +36047034300,"Census Tract 343, Kings County, New York",5279,3426.0,27569.0,920500.0,778.0,389.0,3345.0,48.0,200.0,0.0,0.0,117.0,1180.0,New York City,New York-Newark-Jersey City +36047038800,"Census Tract 388, Kings County, New York",3833,2484.0,62289.0,613800.0,1108.0,2698.0,257.0,0.0,511.0,0.0,0.0,26.0,341.0,New York City,New York-Newark-Jersey City +36047039500,"Census Tract 395, Kings County, New York",4422,2785.0,46582.0,663200.0,764.0,866.0,1581.0,0.0,373.0,0.0,0.0,19.0,1583.0,New York City,New York-Newark-Jersey City +36047039900,"Census Tract 399, Kings County, New York",3893,2542.0,40375.0,633100.0,588.0,441.0,1439.0,13.0,8.0,0.0,137.0,0.0,1868.0,New York City,New York-Newark-Jersey City +36047040200,"Census Tract 402, Kings County, New York",2962,2198.0,53269.0,739800.0,531.0,1172.0,0.0,58.0,1203.0,0.0,0.0,35.0,552.0,New York City,New York-Newark-Jersey City +36047040900,"Census Tract 409, Kings County, New York",3526,2384.0,48052.0,534000.0,467.0,320.0,596.0,22.0,18.0,0.0,0.0,38.0,2554.0,New York City,New York-Newark-Jersey City +36047041600,"Census Tract 416, Kings County, New York",2357,1348.0,46797.0,697700.0,237.0,1760.0,65.0,0.0,151.0,0.0,12.0,10.0,359.0,New York City,New York-Newark-Jersey City +36047040000,"Census Tract 400, Kings County, New York",3344,2326.0,51835.0,682600.0,468.0,1350.0,20.0,0.0,1620.0,0.0,0.0,0.0,354.0,New York City,New York-Newark-Jersey City +36047042300,"Census Tract 423, Kings County, New York",4384,2897.0,62750.0,485900.0,697.0,1047.0,188.0,19.0,228.0,0.0,0.0,36.0,2885.0,New York City,New York-Newark-Jersey City +36047042400,"Census Tract 424, Kings County, New York",3752,2523.0,49417.0,689800.0,782.0,2217.0,0.0,20.0,890.0,0.0,0.0,36.0,589.0,New York City,New York-Newark-Jersey City +36047044200,"Census Tract 442, Kings County, New York",2991,1674.0,71848.0,995100.0,838.0,2688.0,0.0,200.0,28.0,0.0,17.0,58.0,0.0,New York City,New York-Newark-Jersey City +36047045200,"Census Tract 452, Kings County, New York",2768,1611.0,76563.0,803700.0,777.0,2601.0,21.0,0.0,63.0,0.0,0.0,0.0,83.0,New York City,New York-Newark-Jersey City +36047046202,"Census Tract 462.02, Kings County, New York",2283,1160.0,52738.0,881200.0,465.0,1915.0,0.0,0.0,17.0,0.0,12.0,0.0,339.0,New York City,New York-Newark-Jersey City +36047047800,"Census Tract 478, Kings County, New York",4455,2361.0,41719.0,972200.0,413.0,3331.0,11.0,33.0,221.0,0.0,71.0,51.0,770.0,New York City,New York-Newark-Jersey City +36047048000,"Census Tract 480, Kings County, New York",4028,2224.0,30659.0,826600.0,449.0,2512.0,131.0,0.0,471.0,0.0,0.0,0.0,914.0,New York City,New York-Newark-Jersey City +36047048100,"Census Tract 481, Kings County, New York",3050,2349.0,76682.0,950000.0,1350.0,1535.0,137.0,0.0,510.0,0.0,25.0,17.0,826.0,New York City,New York-Newark-Jersey City +36047050600,"Census Tract 506, Kings County, New York",5986,3880.0,51063.0,785400.0,1034.0,931.0,2614.0,11.0,462.0,0.0,17.0,62.0,1900.0,New York City,New York-Newark-Jersey City +36047051700,"Census Tract 517, Kings County, New York",2343,2064.0,106184.0,1140400.0,1654.0,1831.0,82.0,0.0,215.0,0.0,0.0,99.0,116.0,New York City,New York-Newark-Jersey City +36047051800,"Census Tract 518, Kings County, New York",3307,2509.0,60362.0,692800.0,1139.0,881.0,1482.0,0.0,280.0,0.0,0.0,115.0,549.0,New York City,New York-Newark-Jersey City +36047052000,"Census Tract 520, Kings County, New York",4684,2979.0,59146.0,766300.0,1110.0,1281.0,916.0,0.0,1228.0,0.0,203.0,33.0,1023.0,New York City,New York-Newark-Jersey City +36047053200,"Census Tract 532, Kings County, New York",2659,1810.0,63906.0,512700.0,846.0,1670.0,147.0,0.0,592.0,0.0,4.0,40.0,206.0,New York City,New York-Newark-Jersey City +36047054600,"Census Tract 546, Kings County, New York",4861,3202.0,48971.0,700200.0,1616.0,3837.0,168.0,0.0,264.0,0.0,0.0,235.0,357.0,New York City,New York-Newark-Jersey City +36047014200,"Census Tract 142, Kings County, New York",3084,2250.0,58309.0,796900.0,1011.0,1945.0,25.0,0.0,370.0,0.0,9.0,52.0,683.0,New York City,New York-Newark-Jersey City +36047015900,"Census Tract 159, Kings County, New York",5161,4077.0,130021.0,954200.0,3436.0,4217.0,177.0,0.0,294.0,0.0,100.0,155.0,218.0,New York City,New York-Newark-Jersey City +36047016700,"Census Tract 167, Kings County, New York",5800,4090.0,141316.0,1092700.0,3460.0,4737.0,108.0,0.0,397.0,0.0,15.0,189.0,354.0,New York City,New York-Newark-Jersey City +36047003100,"Census Tract 31, Kings County, New York",2800,1993.0,85577.0,437800.0,1109.0,817.0,980.0,0.0,523.0,0.0,5.0,191.0,284.0,New York City,New York-Newark-Jersey City +36047004300,"Census Tract 43, Kings County, New York",3336,2650.0,120368.0,1156300.0,2157.0,2046.0,289.0,0.0,276.0,33.0,22.0,175.0,495.0,New York City,New York-Newark-Jersey City +36047005100,"Census Tract 51, Kings County, New York",2523,1947.0,99792.0,696000.0,1322.0,1667.0,56.0,11.0,119.0,0.0,41.0,127.0,513.0,New York City,New York-Newark-Jersey City +36047006900,"Census Tract 69, Kings County, New York",3581,2857.0,132500.0,1195300.0,2412.0,2686.0,175.0,0.0,172.0,0.0,44.0,122.0,382.0,New York City,New York-Newark-Jersey City +36047117000,"Census Tract 1170, Kings County, New York",1930,962.0,36553.0,367600.0,62.0,0.0,451.0,0.0,101.0,0.0,0.0,33.0,1345.0,New York City,New York-Newark-Jersey City +36047117201,"Census Tract 1172.01, Kings County, New York",2369,1492.0,58482.0,487000.0,144.0,46.0,339.0,0.0,95.0,0.0,0.0,99.0,1790.0,New York City,New York-Newark-Jersey City +36047117400,"Census Tract 1174, Kings County, New York",4362,2827.0,53512.0,431800.0,175.0,41.0,879.0,0.0,308.0,0.0,12.0,36.0,3086.0,New York City,New York-Newark-Jersey City +36047117602,"Census Tract 1176.02, Kings County, New York",2996,1965.0,41703.0,440200.0,180.0,104.0,632.0,0.0,70.0,0.0,131.0,52.0,2007.0,New York City,New York-Newark-Jersey City +36047122000,"Census Tract 1220, Kings County, New York",6169,4006.0,44944.0,554200.0,815.0,90.0,4831.0,0.0,38.0,0.0,90.0,38.0,1082.0,New York City,New York-Newark-Jersey City +36047031300,"Census Tract 313, Kings County, New York",4753,3762.0,41165.0,1016200.0,1260.0,588.0,3496.0,18.0,18.0,0.0,54.0,32.0,565.0,New York City,New York-Newark-Jersey City +36047101400,"Census Tract 1014, Kings County, New York",2280,1604.0,69464.0,430800.0,495.0,58.0,1901.0,0.0,127.0,0.0,73.0,18.0,103.0,New York City,New York-Newark-Jersey City +36047111800,"Census Tract 1118, Kings County, New York",3418,2207.0,31842.0,447600.0,250.0,191.0,2441.0,0.0,0.0,0.0,0.0,0.0,786.0,New York City,New York-Newark-Jersey City +36047115800,"Census Tract 1158, Kings County, New York",2938,1959.0,53125.0,479300.0,218.0,75.0,1896.0,18.0,1.0,0.0,72.0,26.0,868.0,New York City,New York-Newark-Jersey City +36047040300,"Census Tract 403, Kings County, New York",4025,2890.0,36116.0,754000.0,631.0,346.0,2491.0,0.0,50.0,0.0,0.0,0.0,1138.0,New York City,New York-Newark-Jersey City +36047042800,"Census Tract 428, Kings County, New York",3692,2899.0,52569.0,597300.0,1422.0,2421.0,19.0,0.0,1023.0,0.0,0.0,41.0,188.0,New York City,New York-Newark-Jersey City +36047047000,"Census Tract 470, Kings County, New York",2719,1268.0,46250.0,981700.0,260.0,2409.0,13.0,0.0,121.0,0.0,9.0,55.0,112.0,New York City,New York-Newark-Jersey City +36047019800,"Census Tract 198, Kings County, New York",1860,1296.0,58750.0,813200.0,378.0,892.0,7.0,35.0,739.0,0.0,0.0,0.0,222.0,New York City,New York-Newark-Jersey City +36047029700,"Census Tract 297, Kings County, New York",4302,2856.0,58462.0,944400.0,1183.0,465.0,3161.0,0.0,55.0,0.0,0.0,279.0,342.0,New York City,New York-Newark-Jersey City +36047033500,"Census Tract 335, Kings County, New York",3034,1523.0,46375.0,895800.0,712.0,1993.0,854.0,0.0,35.0,0.0,6.0,9.0,137.0,New York City,New York-Newark-Jersey City +36047039100,"Census Tract 391, Kings County, New York",3053,2077.0,46007.0,-666666666.0,603.0,572.0,321.0,0.0,78.0,0.0,0.0,106.0,1976.0,New York City,New York-Newark-Jersey City +36047086800,"Census Tract 868, Kings County, New York",3526,2311.0,48375.0,521700.0,384.0,82.0,2928.0,21.0,38.0,0.0,21.0,58.0,387.0,New York City,New York-Newark-Jersey City +36047091600,"Census Tract 916, Kings County, New York",4104,2743.0,33043.0,423000.0,226.0,4.0,3394.0,0.0,0.0,0.0,0.0,94.0,612.0,New York City,New York-Newark-Jersey City +36047101200,"Census Tract 1012, Kings County, New York",2280,1604.0,66375.0,451100.0,483.0,101.0,1975.0,0.0,53.0,0.0,0.0,0.0,151.0,New York City,New York-Newark-Jersey City +36047007200,"Census Tract 72, Kings County, New York",2073,1266.0,36250.0,820300.0,194.0,212.0,33.0,6.0,505.0,0.0,0.0,0.0,1317.0,New York City,New York-Newark-Jersey City +36047010000,"Census Tract 100, Kings County, New York",6459,4274.0,40938.0,852200.0,443.0,497.0,6.0,67.0,3609.0,0.0,0.0,35.0,2312.0,New York City,New York-Newark-Jersey City +36047013800,"Census Tract 138, Kings County, New York",3197,2438.0,56053.0,831500.0,1037.0,1916.0,58.0,0.0,462.0,0.0,29.0,118.0,614.0,New York City,New York-Newark-Jersey City +36047028300,"Census Tract 283, Kings County, New York",3997,2487.0,34716.0,-666666666.0,385.0,504.0,1997.0,14.0,42.0,0.0,0.0,14.0,1426.0,New York City,New York-Newark-Jersey City +36047036900,"Census Tract 369, Kings County, New York",5619,3281.0,37481.0,386100.0,620.0,341.0,3582.0,0.0,14.0,0.0,0.0,42.0,1640.0,New York City,New York-Newark-Jersey City +36047100600,"Census Tract 1006, Kings County, New York",2441,1784.0,78750.0,493900.0,614.0,75.0,2158.0,0.0,55.0,0.0,0.0,61.0,92.0,New York City,New York-Newark-Jersey City +36047116000,"Census Tract 1160, Kings County, New York",2126,1423.0,27449.0,364900.0,205.0,0.0,1375.0,13.0,17.0,0.0,0.0,44.0,690.0,New York City,New York-Newark-Jersey City +36047119200,"Census Tract 1192, Kings County, New York",3028,2021.0,41615.0,400000.0,316.0,85.0,1226.0,10.0,195.0,0.0,0.0,78.0,1444.0,New York City,New York-Newark-Jersey City +36047019600,"Census Tract 196, Kings County, New York",4430,2997.0,38973.0,869100.0,681.0,1627.0,17.0,0.0,1707.0,0.0,43.0,0.0,1036.0,New York City,New York-Newark-Jersey City +36047023400,"Census Tract 234, Kings County, New York",4667,1875.0,28438.0,881500.0,263.0,4504.0,0.0,14.0,0.0,0.0,0.0,9.0,140.0,New York City,New York-Newark-Jersey City +36047026500,"Census Tract 265, Kings County, New York",4011,2932.0,58603.0,765600.0,1108.0,1027.0,2204.0,4.0,55.0,0.0,0.0,93.0,628.0,New York City,New York-Newark-Jersey City +36047040600,"Census Tract 406, Kings County, New York",3533,2426.0,36292.0,790100.0,622.0,1091.0,30.0,0.0,1756.0,0.0,53.0,26.0,577.0,New York City,New York-Newark-Jersey City +36047047600,"Census Tract 476, Kings County, New York",3563,1979.0,35571.0,884900.0,377.0,3048.0,132.0,18.0,8.0,0.0,0.0,15.0,342.0,New York City,New York-Newark-Jersey City +36047054200,"Census Tract 542, Kings County, New York",4789,2863.0,41219.0,730800.0,1260.0,3753.0,96.0,0.0,167.0,0.0,0.0,0.0,773.0,New York City,New York-Newark-Jersey City +36047021900,"Census Tract 219, Kings County, New York",3576,2779.0,62621.0,1089000.0,1193.0,844.0,2017.0,0.0,225.0,0.0,0.0,76.0,414.0,New York City,New York-Newark-Jersey City +36047025300,"Census Tract 253, Kings County, New York",2936,2108.0,50799.0,832400.0,910.0,998.0,1390.0,0.0,197.0,0.0,0.0,31.0,320.0,New York City,New York-Newark-Jersey City +36047027400,"Census Tract 274, Kings County, New York",3019,2190.0,48750.0,875000.0,609.0,1533.0,1.0,0.0,993.0,0.0,0.0,0.0,492.0,New York City,New York-Newark-Jersey City +36047025902,"Census Tract 259.02, Kings County, New York",3826,1881.0,16448.0,-666666666.0,108.0,0.0,1948.0,8.0,45.0,0.0,0.0,21.0,1812.0,New York City,New York-Newark-Jersey City +36047027000,"Census Tract 270, Kings County, New York",2450,1812.0,60741.0,755000.0,753.0,1623.0,27.0,10.0,721.0,0.0,0.0,7.0,62.0,New York City,New York-Newark-Jersey City +36047027300,"Census Tract 273, Kings County, New York",3228,2317.0,45900.0,777300.0,633.0,270.0,2725.0,15.0,59.0,0.0,0.0,57.0,117.0,New York City,New York-Newark-Jersey City +36047027500,"Census Tract 275, Kings County, New York",4630,3268.0,73571.0,826000.0,1359.0,675.0,3016.0,0.0,277.0,0.0,34.0,184.0,444.0,New York City,New York-Newark-Jersey City +36047028700,"Census Tract 287, Kings County, New York",2781,2049.0,33333.0,829500.0,470.0,339.0,1282.0,26.0,270.0,0.0,42.0,0.0,822.0,New York City,New York-Newark-Jersey City +36047102400,"Census Tract 1024, Kings County, New York",2134,1483.0,87375.0,469500.0,534.0,107.0,1857.0,0.0,151.0,0.0,0.0,10.0,9.0,New York City,New York-Newark-Jersey City +36047098800,"Census Tract 988, Kings County, New York",3343,2254.0,73603.0,492000.0,562.0,261.0,2697.0,0.0,96.0,0.0,10.0,9.0,270.0,New York City,New York-Newark-Jersey City +36047099200,"Census Tract 992, Kings County, New York",2348,1638.0,86000.0,421300.0,425.0,83.0,2073.0,0.0,13.0,0.0,0.0,19.0,160.0,New York City,New York-Newark-Jersey City +36047101000,"Census Tract 1010, Kings County, New York",2196,1399.0,73036.0,579000.0,445.0,86.0,1697.0,0.0,154.0,0.0,26.0,43.0,190.0,New York City,New York-Newark-Jersey City +36047112400,"Census Tract 1124, Kings County, New York",3169,2053.0,48819.0,559200.0,531.0,16.0,2687.0,0.0,0.0,0.0,34.0,32.0,400.0,New York City,New York-Newark-Jersey City +36047112800,"Census Tract 1128, Kings County, New York",3910,2570.0,38045.0,422300.0,477.0,225.0,3095.0,0.0,20.0,0.0,0.0,32.0,538.0,New York City,New York-Newark-Jersey City +36047023500,"Census Tract 235, Kings County, New York",4062,2248.0,51678.0,735600.0,943.0,2259.0,680.0,0.0,260.0,0.0,22.0,76.0,765.0,New York City,New York-Newark-Jersey City +36047024000,"Census Tract 240, Kings County, New York",4626,2224.0,31019.0,846500.0,450.0,4349.0,71.0,0.0,0.0,0.0,36.0,22.0,148.0,New York City,New York-Newark-Jersey City +36047024100,"Census Tract 241, Kings County, New York",2501,1765.0,59798.0,606200.0,822.0,1289.0,612.0,0.0,118.0,0.0,4.0,56.0,422.0,New York City,New York-Newark-Jersey City +36047025000,"Census Tract 250, Kings County, New York",1539,1204.0,52852.0,675900.0,235.0,322.0,0.0,45.0,1001.0,0.0,0.0,10.0,180.0,New York City,New York-Newark-Jersey City +36047025400,"Census Tract 254, Kings County, New York",4280,3238.0,46454.0,635300.0,902.0,1272.0,0.0,16.0,2544.0,0.0,0.0,73.0,375.0,New York City,New York-Newark-Jersey City +36047025800,"Census Tract 258, Kings County, New York",4888,3420.0,41375.0,722400.0,932.0,1724.0,2.0,0.0,2062.0,0.0,0.0,26.0,1074.0,New York City,New York-Newark-Jersey City +36047025901,"Census Tract 259.01, Kings County, New York",2158,1421.0,53033.0,677100.0,448.0,557.0,867.0,0.0,15.0,0.0,0.0,11.0,708.0,New York City,New York-Newark-Jersey City +36047026000,"Census Tract 260, Kings County, New York",3310,2485.0,46667.0,817900.0,508.0,1040.0,46.0,9.0,1805.0,0.0,1.0,59.0,350.0,New York City,New York-Newark-Jersey City +36047053800,"Census Tract 538, Kings County, New York",4414,3008.0,32841.0,533800.0,1332.0,3434.0,73.0,18.0,403.0,0.0,0.0,34.0,452.0,New York City,New York-Newark-Jersey City +36047052500,"Census Tract 525, Kings County, New York",3423,2159.0,35568.0,233300.0,719.0,2023.0,180.0,0.0,143.0,0.0,0.0,41.0,1036.0,New York City,New York-Newark-Jersey City +36047052600,"Census Tract 526, Kings County, New York",4737,3250.0,65578.0,931800.0,1713.0,1882.0,1038.0,87.0,838.0,0.0,0.0,48.0,915.0,New York City,New York-Newark-Jersey City +36047053500,"Census Tract 535, Kings County, New York",4053,1494.0,27027.0,740400.0,119.0,3705.0,197.0,14.0,0.0,0.0,0.0,0.0,137.0,New York City,New York-Newark-Jersey City +36047054900,"Census Tract 549, Kings County, New York",3806,2573.0,89241.0,1025000.0,1405.0,2556.0,22.0,0.0,242.0,0.0,26.0,209.0,751.0,New York City,New York-Newark-Jersey City +36047055200,"Census Tract 552, Kings County, New York",3279,2438.0,51103.0,464700.0,1014.0,2078.0,5.0,0.0,685.0,0.0,0.0,180.0,331.0,New York City,New York-Newark-Jersey City +36047059100,"Census Tract 591, Kings County, New York",3998,3452.0,92768.0,695100.0,1951.0,3106.0,102.0,0.0,116.0,0.0,0.0,105.0,569.0,New York City,New York-Newark-Jersey City +36047012600,"Census Tract 126, Kings County, New York",2909,1920.0,47375.0,859800.0,545.0,867.0,66.0,125.0,1061.0,0.0,0.0,92.0,765.0,New York City,New York-Newark-Jersey City +36047027100,"Census Tract 271, Kings County, New York",2874,1955.0,40357.0,726500.0,635.0,236.0,2179.0,38.0,130.0,0.0,23.0,37.0,231.0,New York City,New York-Newark-Jersey City +36047030500,"Census Tract 305, Kings County, New York",6267,5310.0,70125.0,544800.0,3034.0,2483.0,2471.0,0.0,317.0,0.0,0.0,93.0,903.0,New York City,New York-Newark-Jersey City +36047034800,"Census Tract 348, Kings County, New York",2874,1855.0,55469.0,599100.0,460.0,950.0,78.0,0.0,500.0,0.0,0.0,0.0,1346.0,New York City,New York-Newark-Jersey City +36047044900,"Census Tract 449, Kings County, New York",3034,2066.0,27643.0,808000.0,379.0,474.0,1091.0,18.0,109.0,0.0,0.0,0.0,1342.0,New York City,New York-Newark-Jersey City +36047046000,"Census Tract 460, Kings County, New York",3969,2533.0,51528.0,694100.0,981.0,1889.0,59.0,19.0,1539.0,0.0,73.0,165.0,244.0,New York City,New York-Newark-Jersey City +36047076800,"Census Tract 768, Kings County, New York",3104,1958.0,41920.0,671100.0,883.0,2488.0,57.0,0.0,253.0,0.0,0.0,58.0,248.0,New York City,New York-Newark-Jersey City +36047094600,"Census Tract 946, Kings County, New York",1883,1324.0,58600.0,446800.0,384.0,29.0,1728.0,0.0,46.0,0.0,0.0,0.0,80.0,New York City,New York-Newark-Jersey City +36047105804,"Census Tract 1058.04, Kings County, New York",6679,4756.0,30530.0,416700.0,823.0,1124.0,3951.0,111.0,328.0,0.0,0.0,74.0,1108.0,New York City,New York-Newark-Jersey City +36047119800,"Census Tract 1198, Kings County, New York",3376,2204.0,30297.0,560500.0,234.0,78.0,1325.0,15.0,161.0,0.0,0.0,11.0,1786.0,New York City,New York-Newark-Jersey City +36047000501,"Census Tract 5.01, Kings County, New York",4536,2811.0,129107.0,811600.0,2243.0,3197.0,174.0,0.0,482.0,9.0,10.0,219.0,445.0,New York City,New York-Newark-Jersey City +36047000502,"Census Tract 5.02, Kings County, New York",2756,2280.0,106667.0,583300.0,1969.0,2099.0,83.0,0.0,214.0,0.0,9.0,104.0,247.0,New York City,New York-Newark-Jersey City +36047051002,"Census Tract 510.02, Kings County, New York",4595,3078.0,48266.0,1074400.0,864.0,453.0,2782.0,0.0,111.0,0.0,86.0,180.0,983.0,New York City,New York-Newark-Jersey City +36047051601,"Census Tract 516.01, Kings County, New York",5506,3501.0,52063.0,-666666666.0,858.0,367.0,3327.0,0.0,184.0,0.0,32.0,27.0,1569.0,New York City,New York-Newark-Jersey City +36047051602,"Census Tract 516.02, Kings County, New York",4235,2865.0,55577.0,1041700.0,666.0,407.0,2890.0,0.0,135.0,0.0,0.0,156.0,647.0,New York City,New York-Newark-Jersey City +36047061003,"Census Tract 610.03, Kings County, New York",2079,1231.0,52159.0,651100.0,330.0,546.0,0.0,0.0,620.0,0.0,85.0,0.0,828.0,New York City,New York-Newark-Jersey City +36047061004,"Census Tract 610.04, Kings County, New York",6556,5070.0,24741.0,568500.0,2361.0,5425.0,2.0,0.0,400.0,0.0,0.0,343.0,386.0,New York City,New York-Newark-Jersey City +36047069601,"Census Tract 696.01, Kings County, New York",3677,2589.0,62458.0,606000.0,1018.0,1529.0,1388.0,0.0,152.0,0.0,10.0,70.0,528.0,New York City,New York-Newark-Jersey City +36047001500,"Census Tract 15, Kings County, New York",7391,5398.0,102899.0,941500.0,3477.0,2264.0,1693.0,11.0,1687.0,17.0,60.0,209.0,1461.0,New York City,New York-Newark-Jersey City +36047035601,"Census Tract 356.01, Kings County, New York",2849,2498.0,43152.0,279900.0,1350.0,2575.0,158.0,0.0,0.0,9.0,0.0,0.0,107.0,New York City,New York-Newark-Jersey City +36047035602,"Census Tract 356.02, Kings County, New York",5198,4448.0,36615.0,299500.0,2210.0,4953.0,1.0,0.0,115.0,0.0,0.0,25.0,104.0,New York City,New York-Newark-Jersey City +36047037401,"Census Tract 374.01, Kings County, New York",4470,3166.0,45938.0,518000.0,1475.0,3235.0,254.0,71.0,363.0,0.0,151.0,254.0,142.0,New York City,New York-Newark-Jersey City +36047037402,"Census Tract 374.02, Kings County, New York",4753,3334.0,33247.0,751800.0,1479.0,3001.0,101.0,0.0,855.0,0.0,0.0,52.0,744.0,New York City,New York-Newark-Jersey City +36047050801,"Census Tract 508.01, Kings County, New York",4112,2843.0,47750.0,345700.0,612.0,490.0,2540.0,0.0,32.0,0.0,0.0,21.0,1029.0,New York City,New York-Newark-Jersey City +36047050803,"Census Tract 508.03, Kings County, New York",2260,1538.0,45086.0,437500.0,505.0,426.0,1285.0,6.0,70.0,0.0,8.0,46.0,419.0,New York City,New York-Newark-Jersey City +36047050804,"Census Tract 508.04, Kings County, New York",6297,4284.0,51082.0,431100.0,1280.0,1010.0,2798.0,0.0,135.0,0.0,77.0,88.0,2189.0,New York City,New York-Newark-Jersey City +36047051001,"Census Tract 510.01, Kings County, New York",4361,3128.0,50954.0,-666666666.0,829.0,380.0,3097.0,13.0,67.0,0.0,0.0,43.0,761.0,New York City,New York-Newark-Jersey City +36047081600,"Census Tract 816, Kings County, New York",2680,1782.0,45372.0,489900.0,353.0,98.0,2117.0,0.0,139.0,0.0,0.0,80.0,246.0,New York City,New York-Newark-Jersey City +36047082800,"Census Tract 828, Kings County, New York",4255,2651.0,49727.0,403500.0,709.0,128.0,3551.0,17.0,39.0,0.0,0.0,69.0,468.0,New York City,New York-Newark-Jersey City +36047075000,"Census Tract 750, Kings County, New York",2823,1677.0,58750.0,720100.0,633.0,2264.0,300.0,0.0,66.0,0.0,20.0,9.0,164.0,New York City,New York-Newark-Jersey City +36047076000,"Census Tract 760, Kings County, New York",3017,1710.0,57292.0,930400.0,914.0,2593.0,77.0,0.0,157.0,0.0,31.0,22.0,137.0,New York City,New York-Newark-Jersey City +36047083200,"Census Tract 832, Kings County, New York",2318,1670.0,58819.0,394800.0,408.0,0.0,2165.0,0.0,51.0,0.0,6.0,13.0,83.0,New York City,New York-Newark-Jersey City +36047085000,"Census Tract 850, Kings County, New York",1540,1072.0,67679.0,414100.0,295.0,12.0,1460.0,7.0,0.0,0.0,0.0,0.0,61.0,New York City,New York-Newark-Jersey City +36059416201,"Census Tract 4162.01, Nassau County, New York",3700,2904.0,95865.0,449600.0,861.0,2749.0,114.0,54.0,25.0,0.0,17.0,0.0,741.0,New York City,New York-Newark-Jersey City +36059406202,"Census Tract 4062.02, Nassau County, New York",6756,4086.0,115750.0,360600.0,1130.0,143.0,5017.0,12.0,58.0,0.0,3.0,293.0,1242.0,New York City,New York-Newark-Jersey City +36059408700,"Census Tract 4087, Nassau County, New York",4663,3265.0,128144.0,377200.0,1160.0,3531.0,1.0,0.0,366.0,0.0,0.0,105.0,660.0,New York City,New York-Newark-Jersey City +36059413500,"Census Tract 4135, Nassau County, New York",8330,5490.0,103472.0,358100.0,2190.0,2670.0,2649.0,0.0,256.0,34.0,0.0,220.0,2501.0,New York City,New York-Newark-Jersey City +36059517901,"Census Tract 5179.01, Nassau County, New York",4890,3553.0,102598.0,538000.0,1747.0,4449.0,6.0,0.0,86.0,0.0,8.0,72.0,269.0,New York City,New York-Newark-Jersey City +36059521000,"Census Tract 5210, Nassau County, New York",4945,3574.0,102744.0,409800.0,1269.0,4585.0,0.0,0.0,99.0,0.0,0.0,102.0,159.0,New York City,New York-Newark-Jersey City +36059519602,"Census Tract 5196.02, Nassau County, New York",1966,1411.0,157031.0,573300.0,1055.0,1695.0,0.0,0.0,203.0,0.0,37.0,5.0,26.0,New York City,New York-Newark-Jersey City +36059300600,"Census Tract 3006, Nassau County, New York",6751,4711.0,137414.0,885200.0,3416.0,4601.0,49.0,6.0,1909.0,0.0,0.0,53.0,139.0,New York City,New York-Newark-Jersey City +36059303700,"Census Tract 3037, Nassau County, New York",6860,5246.0,91096.0,457700.0,2000.0,5050.0,216.0,0.0,820.0,0.0,0.0,0.0,774.0,New York City,New York-Newark-Jersey City +36059406201,"Census Tract 4062.01, Nassau County, New York",3006,2185.0,73417.0,368300.0,606.0,752.0,520.0,0.0,540.0,0.0,16.0,88.0,1090.0,New York City,New York-Newark-Jersey City +36059410100,"Census Tract 4101, Nassau County, New York",5653,4137.0,103239.0,456700.0,2015.0,4576.0,429.0,0.0,275.0,0.0,24.0,56.0,293.0,New York City,New York-Newark-Jersey City +36059411902,"Census Tract 4119.02, Nassau County, New York",4107,2568.0,113424.0,446000.0,954.0,3022.0,93.0,0.0,95.0,0.0,0.0,161.0,736.0,New York City,New York-Newark-Jersey City +36059414900,"Census Tract 4149, Nassau County, New York",6928,4849.0,117266.0,443000.0,2243.0,5650.0,49.0,0.0,545.0,0.0,0.0,98.0,586.0,New York City,New York-Newark-Jersey City +36059518300,"Census Tract 5183, Nassau County, New York",5876,4012.0,155435.0,703700.0,2489.0,3938.0,7.0,0.0,1307.0,0.0,11.0,133.0,480.0,New York City,New York-Newark-Jersey City +36059413600,"Census Tract 4136, Nassau County, New York",5770,3897.0,92386.0,364600.0,1305.0,2486.0,1139.0,0.0,340.0,0.0,0.0,156.0,1649.0,New York City,New York-Newark-Jersey City +36059416701,"Census Tract 4167.01, Nassau County, New York",4529,3174.0,92614.0,493500.0,1429.0,3057.0,67.0,12.0,127.0,0.0,7.0,166.0,1093.0,New York City,New York-Newark-Jersey City +36059519100,"Census Tract 5191, Nassau County, New York",6011,4483.0,91694.0,403300.0,1453.0,3851.0,162.0,28.0,1147.0,0.0,0.0,30.0,793.0,New York City,New York-Newark-Jersey City +36059520700,"Census Tract 5207, Nassau County, New York",4999,3436.0,113271.0,421900.0,1250.0,4599.0,127.0,28.0,79.0,0.0,0.0,36.0,158.0,New York City,New York-Newark-Jersey City +36059522000,"Census Tract 5220, Nassau County, New York",6386,5165.0,70024.0,338800.0,1586.0,2374.0,2226.0,20.0,154.0,0.0,37.0,153.0,1442.0,New York City,New York-Newark-Jersey City +36059410700,"Census Tract 4107, Nassau County, New York",6412,4274.0,90765.0,392300.0,1260.0,2856.0,779.0,0.0,986.0,0.0,16.0,239.0,1536.0,New York City,New York-Newark-Jersey City +36059412900,"Census Tract 4129, Nassau County, New York",6279,4275.0,102806.0,364700.0,1491.0,1028.0,3905.0,0.0,182.0,0.0,32.0,184.0,948.0,New York City,New York-Newark-Jersey City +36059409400,"Census Tract 4094, Nassau County, New York",4331,3002.0,122731.0,411100.0,1018.0,3487.0,25.0,0.0,205.0,0.0,39.0,55.0,520.0,New York City,New York-Newark-Jersey City +36059412200,"Census Tract 4122, Nassau County, New York",5202,3576.0,93229.0,391600.0,1403.0,4410.0,65.0,0.0,229.0,0.0,0.0,0.0,498.0,New York City,New York-Newark-Jersey City +36059414002,"Census Tract 4140.02, Nassau County, New York",5117,3472.0,76250.0,284600.0,647.0,59.0,2643.0,135.0,0.0,0.0,45.0,52.0,2318.0,New York City,New York-Newark-Jersey City +36059518600,"Census Tract 5186, Nassau County, New York",4240,2842.0,197153.0,750200.0,2238.0,2825.0,0.0,0.0,1315.0,0.0,0.0,51.0,49.0,New York City,New York-Newark-Jersey City +36059521400,"Census Tract 5214, Nassau County, New York",6752,4663.0,125375.0,640400.0,2500.0,6212.0,7.0,0.0,367.0,0.0,25.0,18.0,123.0,New York City,New York-Newark-Jersey City +36059301900,"Census Tract 3019, Nassau County, New York",2870,1955.0,187708.0,1229800.0,1379.0,2500.0,0.0,28.0,309.0,0.0,0.0,21.0,12.0,New York City,New York-Newark-Jersey City +36059304202,"Census Tract 3042.02, Nassau County, New York",3799,2650.0,97107.0,338400.0,862.0,726.0,866.0,0.0,154.0,0.0,0.0,88.0,1965.0,New York City,New York-Newark-Jersey City +36059406002,"Census Tract 4060.02, Nassau County, New York",3491,2101.0,113264.0,384800.0,1123.0,2216.0,357.0,0.0,338.0,0.0,0.0,78.0,502.0,New York City,New York-Newark-Jersey City +36059302200,"Census Tract 3022, Nassau County, New York",4189,2712.0,89420.0,647700.0,1472.0,2109.0,306.0,0.0,762.0,0.0,92.0,87.0,833.0,New York City,New York-Newark-Jersey City +36059518203,"Census Tract 5182.03, Nassau County, New York",4533,3503.0,165577.0,1057200.0,1982.0,3695.0,127.0,0.0,539.0,0.0,0.0,22.0,150.0,New York City,New York-Newark-Jersey City +36059519704,"Census Tract 5197.04, Nassau County, New York",3198,2252.0,134118.0,554000.0,1515.0,2368.0,0.0,0.0,709.0,0.0,0.0,0.0,121.0,New York City,New York-Newark-Jersey City +36059520100,"Census Tract 5201, Nassau County, New York",5624,3945.0,114375.0,570000.0,2242.0,5109.0,8.0,0.0,329.0,0.0,0.0,59.0,119.0,New York City,New York-Newark-Jersey City +36059521602,"Census Tract 5216.02, Nassau County, New York",3181,2226.0,123110.0,456600.0,970.0,2821.0,13.0,0.0,148.0,0.0,0.0,0.0,199.0,New York City,New York-Newark-Jersey City +36059300100,"Census Tract 3001, Nassau County, New York",5181,3009.0,122083.0,2000001.0,1678.0,4746.0,67.0,0.0,125.0,0.0,0.0,147.0,96.0,New York City,New York-Newark-Jersey City +36059300800,"Census Tract 3008, Nassau County, New York",4208,3044.0,97180.0,641000.0,1934.0,2194.0,239.0,0.0,1545.0,0.0,0.0,26.0,204.0,New York City,New York-Newark-Jersey City +36059301102,"Census Tract 3011.02, Nassau County, New York",4595,3230.0,104063.0,703500.0,1951.0,3355.0,163.0,0.0,318.0,0.0,17.0,28.0,714.0,New York City,New York-Newark-Jersey City +36059302101,"Census Tract 3021.01, Nassau County, New York",4427,3102.0,174489.0,1030000.0,2243.0,3547.0,37.0,12.0,567.0,0.0,0.0,97.0,179.0,New York City,New York-Newark-Jersey City +36059302300,"Census Tract 3023, Nassau County, New York",4572,3241.0,154570.0,829500.0,2040.0,2300.0,56.0,24.0,1971.0,0.0,69.0,104.0,67.0,New York City,New York-Newark-Jersey City +36059304001,"Census Tract 3040.01, Nassau County, New York",2451,1743.0,126765.0,524500.0,813.0,1763.0,23.0,0.0,366.0,0.0,14.0,51.0,234.0,New York City,New York-Newark-Jersey City +36059404400,"Census Tract 4044, Nassau County, New York",5233,3584.0,122865.0,568700.0,1857.0,4616.0,0.0,0.0,88.0,0.0,0.0,107.0,422.0,New York City,New York-Newark-Jersey City +36059404902,"Census Tract 4049.02, Nassau County, New York",5478,3784.0,92894.0,371100.0,786.0,276.0,2891.0,0.0,372.0,0.0,68.0,277.0,1594.0,New York City,New York-Newark-Jersey City +36059406400,"Census Tract 4064, Nassau County, New York",6972,4811.0,145179.0,884100.0,3353.0,6656.0,0.0,0.0,55.0,0.0,0.0,90.0,171.0,New York City,New York-Newark-Jersey City +36059409300,"Census Tract 4093, Nassau County, New York",4468,3045.0,94928.0,362700.0,786.0,3326.0,3.0,0.0,216.0,0.0,15.0,25.0,883.0,New York City,New York-Newark-Jersey City +36059411800,"Census Tract 4118, Nassau County, New York",5960,4416.0,101170.0,421300.0,1881.0,5062.0,146.0,0.0,93.0,0.0,29.0,87.0,543.0,New York City,New York-Newark-Jersey City +36059413002,"Census Tract 4130.02, Nassau County, New York",3815,2590.0,96490.0,428400.0,843.0,3035.0,13.0,0.0,75.0,0.0,0.0,0.0,692.0,New York City,New York-Newark-Jersey City +36059413900,"Census Tract 4139, Nassau County, New York",7005,4803.0,73472.0,275600.0,794.0,117.0,3652.0,59.0,10.0,0.0,0.0,128.0,3098.0,New York City,New York-Newark-Jersey City +36059414001,"Census Tract 4140.01, Nassau County, New York",3969,2776.0,95179.0,274300.0,374.0,50.0,2508.0,28.0,6.0,0.0,0.0,22.0,1355.0,New York City,New York-Newark-Jersey City +36059414202,"Census Tract 4142.02, Nassau County, New York",4281,2743.0,60833.0,296900.0,492.0,302.0,1849.0,10.0,10.0,8.0,10.0,23.0,2079.0,New York City,New York-Newark-Jersey City +36059414700,"Census Tract 4147, Nassau County, New York",4717,3154.0,125511.0,479500.0,1501.0,4021.0,55.0,0.0,249.0,0.0,0.0,59.0,333.0,New York City,New York-Newark-Jersey City +36059415201,"Census Tract 4152.01, Nassau County, New York",3429,2455.0,150250.0,595100.0,1588.0,2906.0,218.0,0.0,69.0,0.0,0.0,48.0,188.0,New York City,New York-Newark-Jersey City +36059415802,"Census Tract 4158.02, Nassau County, New York",7029,4798.0,142240.0,506900.0,2211.0,6504.0,30.0,0.0,39.0,0.0,0.0,86.0,370.0,New York City,New York-Newark-Jersey City +36059517400,"Census Tract 5174, Nassau County, New York",5085,3548.0,115691.0,658000.0,2322.0,4390.0,170.0,0.0,52.0,0.0,0.0,113.0,360.0,New York City,New York-Newark-Jersey City +36059517705,"Census Tract 5177.05, Nassau County, New York",2948,1990.0,250001.0,1901600.0,1507.0,2376.0,16.0,0.0,372.0,0.0,0.0,25.0,159.0,New York City,New York-Newark-Jersey City +36059518800,"Census Tract 5188, Nassau County, New York",3648,2373.0,161964.0,618900.0,1558.0,2230.0,21.0,0.0,1176.0,0.0,9.0,71.0,141.0,New York City,New York-Newark-Jersey City +36059518900,"Census Tract 5189, Nassau County, New York",7158,4920.0,108750.0,429700.0,1719.0,2484.0,1451.0,0.0,2009.0,0.0,0.0,0.0,1214.0,New York City,New York-Newark-Jersey City +36059519500,"Census Tract 5195, Nassau County, New York",6162,4579.0,116553.0,443500.0,1731.0,3451.0,3.0,0.0,1570.0,0.0,59.0,66.0,1013.0,New York City,New York-Newark-Jersey City +36059520900,"Census Tract 5209, Nassau County, New York",4759,3376.0,134531.0,449900.0,1447.0,4358.0,56.0,0.0,43.0,0.0,13.0,53.0,236.0,New York City,New York-Newark-Jersey City +36059300500,"Census Tract 3005, Nassau County, New York",5173,3524.0,123839.0,1223000.0,2393.0,4369.0,20.0,0.0,513.0,0.0,60.0,45.0,166.0,New York City,New York-Newark-Jersey City +36059301400,"Census Tract 3014, Nassau County, New York",2025,1351.0,166635.0,730100.0,1071.0,1620.0,0.0,0.0,215.0,0.0,0.0,12.0,178.0,New York City,New York-Newark-Jersey City +36059301800,"Census Tract 3018, Nassau County, New York",5052,3462.0,98110.0,886200.0,1873.0,2780.0,650.0,0.0,676.0,0.0,0.0,97.0,849.0,New York City,New York-Newark-Jersey City +36059302501,"Census Tract 3025.01, Nassau County, New York",2625,1821.0,177917.0,946400.0,1415.0,1837.0,0.0,13.0,696.0,0.0,0.0,5.0,87.0,New York City,New York-Newark-Jersey City +36059302700,"Census Tract 3027, Nassau County, New York",4510,3212.0,102283.0,547900.0,1545.0,1932.0,0.0,0.0,2057.0,0.0,184.0,11.0,326.0,New York City,New York-Newark-Jersey City +36059302800,"Census Tract 3028, Nassau County, New York",6563,4639.0,122019.0,573700.0,2479.0,3150.0,202.0,0.0,2448.0,0.0,0.0,169.0,594.0,New York City,New York-Newark-Jersey City +36059302900,"Census Tract 3029, Nassau County, New York",4512,3218.0,139250.0,565800.0,1405.0,3103.0,41.0,34.0,1043.0,0.0,0.0,18.0,273.0,New York City,New York-Newark-Jersey City +36059301101,"Census Tract 3011.01, Nassau County, New York",6627,4268.0,86237.0,557000.0,2195.0,3626.0,9.0,37.0,1333.0,8.0,0.0,130.0,1484.0,New York City,New York-Newark-Jersey City +36059411400,"Census Tract 4114, Nassau County, New York",6437,4053.0,130273.0,623400.0,2462.0,5140.0,402.0,0.0,168.0,0.0,0.0,131.0,596.0,New York City,New York-Newark-Jersey City +36059412100,"Census Tract 4121, Nassau County, New York",6287,4464.0,93611.0,456700.0,1946.0,4726.0,28.0,36.0,241.0,0.0,22.0,69.0,1201.0,New York City,New York-Newark-Jersey City +36059412302,"Census Tract 4123.02, Nassau County, New York",3535,2594.0,110401.0,545300.0,1239.0,2484.0,205.0,0.0,81.0,0.0,0.0,54.0,711.0,New York City,New York-Newark-Jersey City +36059412500,"Census Tract 4125, Nassau County, New York",4244,2618.0,160882.0,657600.0,1889.0,3968.0,66.0,0.0,22.0,0.0,0.0,0.0,188.0,New York City,New York-Newark-Jersey City +36059413300,"Census Tract 4133, Nassau County, New York",6326,4582.0,109761.0,447200.0,2289.0,5894.0,0.0,0.0,178.0,0.0,0.0,0.0,254.0,New York City,New York-Newark-Jersey City +36059413804,"Census Tract 4138.04, Nassau County, New York",3388,2365.0,120238.0,412700.0,1130.0,2020.0,855.0,17.0,82.0,0.0,0.0,82.0,344.0,New York City,New York-Newark-Jersey City +36059414502,"Census Tract 4145.02, Nassau County, New York",4075,3050.0,92569.0,322700.0,1223.0,2385.0,384.0,0.0,141.0,0.0,0.0,138.0,1027.0,New York City,New York-Newark-Jersey City +36059415401,"Census Tract 4154.01, Nassau County, New York",5381,3674.0,132275.0,469300.0,1591.0,4719.0,13.0,0.0,86.0,0.0,0.0,133.0,430.0,New York City,New York-Newark-Jersey City +36059416500,"Census Tract 4165, Nassau County, New York",6102,4236.0,62956.0,473500.0,1507.0,2573.0,1421.0,0.0,476.0,0.0,72.0,249.0,1311.0,New York City,New York-Newark-Jersey City +36059416202,"Census Tract 4162.02, Nassau County, New York",4765,3527.0,89158.0,370900.0,945.0,3132.0,18.0,19.0,101.0,0.0,0.0,16.0,1479.0,New York City,New York-Newark-Jersey City +36059414201,"Census Tract 4142.01, Nassau County, New York",5247,3370.0,62038.0,312000.0,900.0,786.0,1210.0,63.0,139.0,0.0,10.0,142.0,2960.0,New York City,New York-Newark-Jersey City +36059415102,"Census Tract 4151.02, Nassau County, New York",4928,3408.0,166341.0,597600.0,2257.0,4480.0,50.0,0.0,114.0,0.0,11.0,8.0,265.0,New York City,New York-Newark-Jersey City +36059416900,"Census Tract 4169, Nassau County, New York",4172,3048.0,153462.0,706300.0,1962.0,3926.0,5.0,0.0,15.0,0.0,0.0,8.0,218.0,New York City,New York-Newark-Jersey City +36059517200,"Census Tract 5172, Nassau County, New York",8074,5298.0,55699.0,378000.0,1475.0,2733.0,1292.0,68.0,297.0,0.0,440.0,254.0,3058.0,New York City,New York-Newark-Jersey City +36059517302,"Census Tract 5173.02, Nassau County, New York",5160,3540.0,70114.0,473000.0,1368.0,3048.0,108.0,63.0,210.0,0.0,355.0,79.0,1297.0,New York City,New York-Newark-Jersey City +36059519000,"Census Tract 5190, Nassau County, New York",6797,4672.0,105724.0,394000.0,1556.0,3920.0,57.0,36.0,1598.0,0.0,12.0,96.0,1114.0,New York City,New York-Newark-Jersey City +36059519300,"Census Tract 5193, Nassau County, New York",5665,4069.0,80885.0,422200.0,1290.0,2810.0,77.0,0.0,1585.0,0.0,16.0,153.0,1024.0,New York City,New York-Newark-Jersey City +36059519601,"Census Tract 5196.01, Nassau County, New York",4388,3084.0,129297.0,471600.0,1934.0,3175.0,0.0,0.0,814.0,0.0,0.0,45.0,354.0,New York City,New York-Newark-Jersey City +36059520001,"Census Tract 5200.01, Nassau County, New York",7294,5511.0,104868.0,380600.0,2073.0,6049.0,1.0,0.0,590.0,0.0,22.0,32.0,600.0,New York City,New York-Newark-Jersey City +36059301500,"Census Tract 3015, Nassau County, New York",3052,2001.0,210972.0,1407100.0,1634.0,2543.0,0.0,0.0,341.0,0.0,3.0,31.0,134.0,New York City,New York-Newark-Jersey City +36059302502,"Census Tract 3025.02, Nassau County, New York",2719,1868.0,161433.0,1702900.0,1458.0,1841.0,137.0,6.0,617.0,0.0,7.0,36.0,75.0,New York City,New York-Newark-Jersey City +36059303102,"Census Tract 3031.02, Nassau County, New York",4127,2878.0,134688.0,620600.0,1571.0,1695.0,11.0,17.0,1807.0,33.0,48.0,208.0,308.0,New York City,New York-Newark-Jersey City +36059303202,"Census Tract 3032.02, Nassau County, New York",4293,3211.0,96550.0,546800.0,1150.0,1610.0,9.0,0.0,1698.0,0.0,123.0,0.0,853.0,New York City,New York-Newark-Jersey City +36059407302,"Census Tract 4073.02, Nassau County, New York",4743,3043.0,73571.0,324600.0,603.0,546.0,1614.0,22.0,116.0,0.0,170.0,219.0,2056.0,New York City,New York-Newark-Jersey City +36059414301,"Census Tract 4143.01, Nassau County, New York",4170,2661.0,56213.0,323400.0,693.0,974.0,1113.0,0.0,61.0,0.0,25.0,154.0,1843.0,New York City,New York-Newark-Jersey City +36059407401,"Census Tract 4074.01, Nassau County, New York",5346,3378.0,62019.0,323200.0,762.0,735.0,2437.0,148.0,79.0,0.0,0.0,49.0,2046.0,New York City,New York-Newark-Jersey City +36059407600,"Census Tract 4076, Nassau County, New York",5463,4011.0,101448.0,480900.0,1809.0,3932.0,64.0,24.0,808.0,0.0,0.0,43.0,616.0,New York City,New York-Newark-Jersey City +36059407700,"Census Tract 4077, Nassau County, New York",5153,3531.0,124667.0,407400.0,1386.0,3285.0,4.0,0.0,625.0,0.0,26.0,67.0,1146.0,New York City,New York-Newark-Jersey City +36059414600,"Census Tract 4146, Nassau County, New York",3791,2520.0,125179.0,480400.0,1324.0,3220.0,81.0,0.0,184.0,0.0,0.0,0.0,306.0,New York City,New York-Newark-Jersey City +36059414800,"Census Tract 4148, Nassau County, New York",6742,4672.0,130288.0,425900.0,2110.0,5898.0,99.0,0.0,294.0,0.0,0.0,113.0,338.0,New York City,New York-Newark-Jersey City +36059520600,"Census Tract 5206, Nassau County, New York",5964,3886.0,123292.0,389400.0,1431.0,4385.0,214.0,0.0,268.0,0.0,15.0,19.0,1063.0,New York City,New York-Newark-Jersey City +36059521601,"Census Tract 5216.01, Nassau County, New York",4225,2812.0,111688.0,428200.0,1017.0,3929.0,22.0,0.0,69.0,0.0,0.0,26.0,179.0,New York City,New York-Newark-Jersey City +36059407402,"Census Tract 4074.02, Nassau County, New York",3863,2759.0,68242.0,329900.0,575.0,498.0,1577.0,0.0,180.0,0.0,0.0,170.0,1438.0,New York City,New York-Newark-Jersey City +36059407802,"Census Tract 4078.02, Nassau County, New York",1762,1406.0,28917.0,170700.0,156.0,656.0,689.0,0.0,57.0,0.0,0.0,0.0,360.0,New York City,New York-Newark-Jersey City +36059405400,"Census Tract 4054, Nassau County, New York",9107,5911.0,85592.0,420200.0,1416.0,3849.0,397.0,0.0,1422.0,0.0,173.0,565.0,2701.0,New York City,New York-Newark-Jersey City +36059404800,"Census Tract 4048, Nassau County, New York",6732,4306.0,87317.0,378500.0,1062.0,1433.0,2522.0,6.0,1009.0,0.0,8.0,95.0,1659.0,New York City,New York-Newark-Jersey City +36059405200,"Census Tract 4052, Nassau County, New York",7018,5103.0,91381.0,385900.0,1330.0,1449.0,1965.0,0.0,1371.0,0.0,47.0,350.0,1836.0,New York City,New York-Newark-Jersey City +36059405302,"Census Tract 4053.02, Nassau County, New York",4582,3229.0,95104.0,468000.0,906.0,3140.0,56.0,0.0,413.0,0.0,0.0,37.0,936.0,New York City,New York-Newark-Jersey City +36059405600,"Census Tract 4056, Nassau County, New York",4545,3172.0,103333.0,471300.0,1311.0,3374.0,35.0,0.0,649.0,0.0,0.0,0.0,487.0,New York City,New York-Newark-Jersey City +36059405700,"Census Tract 4057, Nassau County, New York",4878,3588.0,117813.0,472700.0,1461.0,3127.0,57.0,0.0,747.0,0.0,0.0,112.0,835.0,New York City,New York-Newark-Jersey City +36059405900,"Census Tract 4059, Nassau County, New York",5204,3473.0,127792.0,470700.0,1310.0,3463.0,516.0,0.0,167.0,0.0,36.0,191.0,831.0,New York City,New York-Newark-Jersey City +36059406100,"Census Tract 4061, Nassau County, New York",3272,2230.0,133500.0,447600.0,917.0,2111.0,315.0,0.0,131.0,0.0,0.0,26.0,689.0,New York City,New York-Newark-Jersey City +36059406300,"Census Tract 4063, Nassau County, New York",3699,2477.0,186471.0,730300.0,1733.0,3255.0,22.0,0.0,115.0,0.0,0.0,52.0,255.0,New York City,New York-Newark-Jersey City +36059407501,"Census Tract 4075.01, Nassau County, New York",4987,3118.0,65071.0,288100.0,563.0,196.0,2335.0,0.0,80.0,0.0,4.0,26.0,2346.0,New York City,New York-Newark-Jersey City +36059407900,"Census Tract 4079, Nassau County, New York",5926,4558.0,66250.0,427300.0,2044.0,4338.0,416.0,0.0,426.0,0.0,0.0,244.0,502.0,New York City,New York-Newark-Jersey City +36059409000,"Census Tract 4090, Nassau County, New York",5887,4233.0,123803.0,365800.0,1162.0,4300.0,92.0,24.0,398.0,0.0,16.0,0.0,1081.0,New York City,New York-Newark-Jersey City +36059409200,"Census Tract 4092, Nassau County, New York",6016,4112.0,97156.0,355500.0,1387.0,4732.0,1.0,0.0,338.0,0.0,0.0,60.0,885.0,New York City,New York-Newark-Jersey City +36059410200,"Census Tract 4102, Nassau County, New York",3875,2796.0,113274.0,418200.0,1481.0,2813.0,153.0,22.0,286.0,0.0,0.0,173.0,444.0,New York City,New York-Newark-Jersey City +36059412000,"Census Tract 4120, Nassau County, New York",5763,4096.0,84427.0,423700.0,1800.0,3203.0,416.0,0.0,318.0,0.0,165.0,163.0,1498.0,New York City,New York-Newark-Jersey City +36059519702,"Census Tract 5197.02, Nassau County, New York",5251,3855.0,128750.0,628500.0,2592.0,4518.0,107.0,0.0,509.0,0.0,0.0,0.0,117.0,New York City,New York-Newark-Jersey City +36059520402,"Census Tract 5204.02, Nassau County, New York",4588,3384.0,78220.0,361400.0,1205.0,3434.0,270.0,0.0,376.0,0.0,38.0,62.0,408.0,New York City,New York-Newark-Jersey City +36059520502,"Census Tract 5205.02, Nassau County, New York",5375,3770.0,111063.0,401400.0,1425.0,4732.0,150.0,0.0,159.0,0.0,0.0,84.0,250.0,New York City,New York-Newark-Jersey City +36059409900,"Census Tract 4099, Nassau County, New York",9307,6669.0,110640.0,341500.0,2096.0,1386.0,3854.0,0.0,1323.0,13.0,401.0,223.0,2107.0,New York City,New York-Newark-Jersey City +36059410500,"Census Tract 4105, Nassau County, New York",7146,5225.0,104722.0,366100.0,2184.0,2188.0,1695.0,0.0,1135.0,0.0,141.0,403.0,1584.0,New York City,New York-Newark-Jersey City +36059410600,"Census Tract 4106, Nassau County, New York",7318,4891.0,109868.0,417200.0,2084.0,2367.0,1224.0,0.0,1103.0,0.0,0.0,61.0,2563.0,New York City,New York-Newark-Jersey City +36059411000,"Census Tract 4110, Nassau County, New York",5447,3441.0,66009.0,381500.0,640.0,2044.0,915.0,28.0,158.0,0.0,55.0,12.0,2263.0,New York City,New York-Newark-Jersey City +36059411700,"Census Tract 4117, Nassau County, New York",6268,4706.0,104516.0,439600.0,2385.0,4759.0,72.0,0.0,620.0,0.0,0.0,18.0,799.0,New York City,New York-Newark-Jersey City +36059412301,"Census Tract 4123.01, Nassau County, New York",3407,2563.0,73819.0,473500.0,1305.0,2205.0,47.0,0.0,197.0,0.0,105.0,30.0,823.0,New York City,New York-Newark-Jersey City +36059412600,"Census Tract 4126, Nassau County, New York",3815,2399.0,214219.0,877800.0,1931.0,3477.0,1.0,0.0,109.0,0.0,47.0,0.0,181.0,New York City,New York-Newark-Jersey City +36059412800,"Census Tract 4128, Nassau County, New York",3044,2081.0,113750.0,398000.0,1034.0,2243.0,231.0,0.0,48.0,0.0,145.0,36.0,341.0,New York City,New York-Newark-Jersey City +36059413700,"Census Tract 4137, Nassau County, New York",4835,3417.0,90588.0,368100.0,1089.0,2699.0,784.0,6.0,135.0,0.0,0.0,15.0,1202.0,New York City,New York-Newark-Jersey City +36059412400,"Census Tract 4124, Nassau County, New York",5662,4155.0,59073.0,384500.0,1815.0,3621.0,925.0,0.0,107.0,0.0,0.0,109.0,900.0,New York City,New York-Newark-Jersey City +36059413200,"Census Tract 4132, Nassau County, New York",5653,4431.0,99769.0,412500.0,1871.0,5054.0,2.0,0.0,74.0,0.0,0.0,0.0,523.0,New York City,New York-Newark-Jersey City +36059414100,"Census Tract 4141, Nassau County, New York",6686,4688.0,90591.0,346000.0,1297.0,608.0,3727.0,10.0,37.0,0.0,0.0,215.0,2099.0,New York City,New York-Newark-Jersey City +36059414400,"Census Tract 4144, Nassau County, New York",5455,3170.0,47819.0,319100.0,536.0,671.0,1219.0,175.0,0.0,0.0,28.0,19.0,3518.0,New York City,New York-Newark-Jersey City +36059416000,"Census Tract 4160, Nassau County, New York",4102,2790.0,130370.0,430400.0,1203.0,3680.0,0.0,0.0,83.0,0.0,0.0,16.0,323.0,New York City,New York-Newark-Jersey City +36059416702,"Census Tract 4167.02, Nassau County, New York",4058,3270.0,81750.0,344200.0,1709.0,3127.0,109.0,0.0,232.0,0.0,122.0,46.0,422.0,New York City,New York-Newark-Jersey City +36059517000,"Census Tract 5170, Nassau County, New York",3513,2703.0,122083.0,683500.0,1496.0,2621.0,159.0,0.0,210.0,0.0,8.0,77.0,438.0,New York City,New York-Newark-Jersey City +36059517801,"Census Tract 5178.01, Nassau County, New York",3696,2594.0,155625.0,1226900.0,1798.0,3312.0,21.0,0.0,142.0,0.0,13.0,24.0,184.0,New York City,New York-Newark-Jersey City +36059518502,"Census Tract 5185.02, Nassau County, New York",2982,2114.0,102561.0,562900.0,1155.0,1407.0,97.0,0.0,1135.0,0.0,69.0,77.0,197.0,New York City,New York-Newark-Jersey City +36059302102,"Census Tract 3021.02, Nassau County, New York",3762,2489.0,172969.0,878400.0,2039.0,3061.0,4.0,0.0,411.0,0.0,0.0,0.0,286.0,New York City,New York-Newark-Jersey City +36059303302,"Census Tract 3033.02, Nassau County, New York",4200,2993.0,90625.0,489600.0,1364.0,3250.0,110.0,89.0,129.0,0.0,19.0,100.0,503.0,New York City,New York-Newark-Jersey City +36059303800,"Census Tract 3038, Nassau County, New York",4918,3620.0,89409.0,486000.0,1371.0,3336.0,65.0,0.0,578.0,0.0,0.0,64.0,875.0,New York City,New York-Newark-Jersey City +36059405100,"Census Tract 4051, Nassau County, New York",8193,5617.0,105000.0,374600.0,2041.0,1186.0,4849.0,13.0,667.0,0.0,225.0,196.0,1070.0,New York City,New York-Newark-Jersey City +36059405800,"Census Tract 4058, Nassau County, New York",4096,2846.0,114088.0,510900.0,1270.0,3264.0,12.0,0.0,345.0,0.0,87.0,20.0,368.0,New York City,New York-Newark-Jersey City +36059406600,"Census Tract 4066, Nassau County, New York",4172,2795.0,135608.0,802400.0,2057.0,3858.0,0.0,0.0,143.0,0.0,0.0,95.0,76.0,New York City,New York-Newark-Jersey City +36059406900,"Census Tract 4069, Nassau County, New York",7097,4376.0,48197.0,323100.0,597.0,298.0,3444.0,16.0,214.0,0.0,49.0,177.0,2899.0,New York City,New York-Newark-Jersey City +36059407000,"Census Tract 4070, Nassau County, New York",8063,5093.0,59278.0,290800.0,898.0,182.0,4113.0,0.0,132.0,0.0,0.0,128.0,3508.0,New York City,New York-Newark-Jersey City +36059408000,"Census Tract 4080, Nassau County, New York",5991,4365.0,111674.0,410800.0,1741.0,4590.0,137.0,0.0,741.0,0.0,9.0,0.0,514.0,New York City,New York-Newark-Jersey City +36059409100,"Census Tract 4091, Nassau County, New York",5018,3660.0,96505.0,347200.0,1215.0,3713.0,40.0,0.0,377.0,0.0,39.0,163.0,686.0,New York City,New York-Newark-Jersey City +36059410800,"Census Tract 4108, Nassau County, New York",4751,3358.0,94609.0,389900.0,1296.0,2511.0,655.0,0.0,873.0,0.0,0.0,32.0,680.0,New York City,New York-Newark-Jersey City +36059411200,"Census Tract 4112, Nassau County, New York",6685,3761.0,93558.0,524000.0,1768.0,5251.0,0.0,0.0,43.0,0.0,0.0,22.0,1369.0,New York City,New York-Newark-Jersey City +36059411302,"Census Tract 4113.02, Nassau County, New York",6968,3907.0,141281.0,630300.0,2640.0,6479.0,67.0,0.0,43.0,0.0,0.0,0.0,379.0,New York City,New York-Newark-Jersey City +36059411901,"Census Tract 4119.01, Nassau County, New York",3876,2856.0,76898.0,404000.0,1124.0,2560.0,48.0,0.0,147.0,0.0,21.0,36.0,1064.0,New York City,New York-Newark-Jersey City +36059413803,"Census Tract 4138.03, Nassau County, New York",3947,2796.0,117500.0,391700.0,1346.0,1562.0,987.0,0.0,231.0,0.0,24.0,46.0,1097.0,New York City,New York-Newark-Jersey City +36059517101,"Census Tract 5171.01, Nassau County, New York",5204,3469.0,79067.0,430400.0,1067.0,2849.0,392.0,85.0,112.0,0.0,143.0,46.0,1648.0,New York City,New York-Newark-Jersey City +36059415202,"Census Tract 4152.02, Nassau County, New York",3940,2843.0,161292.0,612500.0,2054.0,3613.0,7.0,0.0,47.0,0.0,0.0,18.0,255.0,New York City,New York-Newark-Jersey City +36059415600,"Census Tract 4156, Nassau County, New York",5420,3813.0,124737.0,477300.0,1809.0,4951.0,17.0,0.0,198.0,0.0,26.0,17.0,211.0,New York City,New York-Newark-Jersey City +36059517102,"Census Tract 5171.02, Nassau County, New York",2308,1806.0,101932.0,493500.0,751.0,1700.0,56.0,0.0,209.0,0.0,0.0,12.0,331.0,New York City,New York-Newark-Jersey City +36059517701,"Census Tract 5177.01, Nassau County, New York",7783,5381.0,218333.0,1667600.0,3791.0,5559.0,166.0,0.0,1622.0,0.0,28.0,122.0,286.0,New York City,New York-Newark-Jersey City +36059518100,"Census Tract 5181, Nassau County, New York",2888,1938.0,150208.0,640000.0,1165.0,2561.0,3.0,0.0,62.0,0.0,1.0,81.0,180.0,New York City,New York-Newark-Jersey City +36059519802,"Census Tract 5198.02, Nassau County, New York",5455,3739.0,126396.0,471700.0,2141.0,4289.0,75.0,0.0,720.0,0.0,0.0,73.0,298.0,New York City,New York-Newark-Jersey City +36059519900,"Census Tract 5199, Nassau County, New York",5366,3923.0,134779.0,482500.0,1919.0,4843.0,63.0,15.0,251.0,0.0,0.0,0.0,209.0,New York City,New York-Newark-Jersey City +36059520401,"Census Tract 5204.01, Nassau County, New York",4131,3314.0,94028.0,402200.0,1448.0,3047.0,69.0,14.0,355.0,0.0,0.0,36.0,610.0,New York City,New York-Newark-Jersey City +36059520200,"Census Tract 5202, Nassau County, New York",3138,2154.0,115446.0,393800.0,930.0,2522.0,2.0,0.0,299.0,0.0,0.0,64.0,251.0,New York City,New York-Newark-Jersey City +36059518201,"Census Tract 5182.01, Nassau County, New York",4384,2984.0,225208.0,1557400.0,2220.0,3644.0,82.0,0.0,339.0,0.0,11.0,27.0,281.0,New York City,New York-Newark-Jersey City +36059518204,"Census Tract 5182.04, Nassau County, New York",4151,3064.0,171111.0,730700.0,2297.0,3602.0,71.0,0.0,429.0,0.0,0.0,19.0,30.0,New York City,New York-Newark-Jersey City +36059518700,"Census Tract 5187, Nassau County, New York",5671,3845.0,153411.0,585300.0,2363.0,3594.0,46.0,17.0,1921.0,0.0,0.0,0.0,93.0,New York City,New York-Newark-Jersey City +36059520501,"Census Tract 5205.01, Nassau County, New York",3955,2839.0,108564.0,374000.0,769.0,2907.0,0.0,0.0,377.0,0.0,28.0,19.0,624.0,New York City,New York-Newark-Jersey City +36059521100,"Census Tract 5211, Nassau County, New York",4804,3269.0,125304.0,443000.0,1352.0,4460.0,0.0,0.0,21.0,0.0,0.0,0.0,323.0,New York City,New York-Newark-Jersey City +36059521301,"Census Tract 5213.01, Nassau County, New York",2090,1448.0,117375.0,442500.0,646.0,1933.0,13.0,0.0,12.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City +36059521802,"Census Tract 5218.02, Nassau County, New York",4320,3044.0,107415.0,448700.0,1092.0,3678.0,12.0,0.0,117.0,0.0,0.0,18.0,495.0,New York City,New York-Newark-Jersey City +36059409800,"Census Tract 4098, Nassau County, New York",5780,4130.0,108606.0,384600.0,1627.0,403.0,4168.0,0.0,436.0,0.0,61.0,195.0,517.0,New York City,New York-Newark-Jersey City +36059408200,"Census Tract 4082, Nassau County, New York",6304,4410.0,111399.0,418500.0,1524.0,4209.0,68.0,167.0,788.0,0.0,0.0,7.0,1065.0,New York City,New York-Newark-Jersey City +36059408500,"Census Tract 4085, Nassau County, New York",6324,4631.0,132422.0,470900.0,2378.0,5232.0,112.0,0.0,373.0,0.0,0.0,109.0,498.0,New York City,New York-Newark-Jersey City +36059409500,"Census Tract 4095, Nassau County, New York",3896,2708.0,113424.0,405400.0,1025.0,3372.0,0.0,0.0,198.0,0.0,11.0,15.0,300.0,New York City,New York-Newark-Jersey City +36059416402,"Census Tract 4164.02, Nassau County, New York",3156,2540.0,100650.0,504700.0,1160.0,2616.0,214.0,0.0,37.0,0.0,28.0,9.0,252.0,New York City,New York-Newark-Jersey City +36059416801,"Census Tract 4168.01, Nassau County, New York",2103,1498.0,104716.0,558000.0,804.0,1815.0,86.0,0.0,45.0,0.0,9.0,5.0,143.0,New York City,New York-Newark-Jersey City +36059416802,"Census Tract 4168.02, Nassau County, New York",3771,3217.0,79632.0,456300.0,1718.0,3270.0,0.0,0.0,28.0,0.0,0.0,0.0,473.0,New York City,New York-Newark-Jersey City +36059521902,"Census Tract 5219.02, Nassau County, New York",4129,2818.0,138036.0,602200.0,1485.0,3961.0,3.0,0.0,36.0,0.0,0.0,0.0,129.0,New York City,New York-Newark-Jersey City +36059522700,"Census Tract 5227, Nassau County, New York",4891,3353.0,132875.0,456900.0,1390.0,4570.0,3.0,0.0,0.0,0.0,0.0,10.0,308.0,New York City,New York-Newark-Jersey City +36059407204,"Census Tract 4072.04, Nassau County, New York",2765,1754.0,72022.0,314900.0,384.0,390.0,1244.0,83.0,44.0,0.0,0.0,64.0,940.0,New York City,New York-Newark-Jersey City +36059407203,"Census Tract 4072.03, Nassau County, New York",3224,2006.0,86875.0,312000.0,484.0,168.0,1816.0,13.0,86.0,0.0,0.0,148.0,1006.0,New York City,New York-Newark-Jersey City +36059980100,"Census Tract 9801, Nassau County, New York",1045,0.0,-666666666.0,-666666666.0,0.0,683.0,97.0,0.0,89.0,0.0,6.0,55.0,115.0,New York City,New York-Newark-Jersey City +36059981100,"Census Tract 9811, Nassau County, New York",1189,30.0,-666666666.0,-666666666.0,26.0,654.0,195.0,0.0,68.0,0.0,0.0,96.0,176.0,New York City,New York-Newark-Jersey City +36059982100,"Census Tract 9821, Nassau County, New York",1428,100.0,-666666666.0,-666666666.0,36.0,672.0,227.0,2.0,139.0,0.0,0.0,126.0,262.0,New York City,New York-Newark-Jersey City +36059990100,"Census Tract 9901, Nassau County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36059990200,"Census Tract 9902, Nassau County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36059990301,"Census Tract 9903.01, Nassau County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36059304204,"Census Tract 3042.04, Nassau County, New York",4973,2924.0,59392.0,338800.0,416.0,198.0,1679.0,0.0,45.0,0.0,0.0,51.0,3000.0,New York City,New York-Newark-Jersey City +36059990302,"Census Tract 9903.02, Nassau County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36059990400,"Census Tract 9904, Nassau County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36059304203,"Census Tract 3042.03, Nassau County, New York",5549,3353.0,96875.0,323800.0,711.0,96.0,2940.0,15.0,0.0,17.0,20.0,0.0,2461.0,New York City,New York-Newark-Jersey City +36059406701,"Census Tract 4067.01, Nassau County, New York",2895,1992.0,68418.0,279200.0,475.0,289.0,943.0,0.0,45.0,0.0,11.0,69.0,1538.0,New York City,New York-Newark-Jersey City +36059406702,"Census Tract 4067.02, Nassau County, New York",4699,2649.0,35682.0,425000.0,760.0,766.0,2335.0,81.0,52.0,0.0,0.0,39.0,1426.0,New York City,New York-Newark-Jersey City +36059519703,"Census Tract 5197.03, Nassau County, New York",3344,2499.0,153140.0,587000.0,1569.0,2492.0,15.0,52.0,494.0,0.0,0.0,92.0,199.0,New York City,New York-Newark-Jersey City +36059519801,"Census Tract 5198.01, Nassau County, New York",2539,1798.0,128393.0,495100.0,970.0,1860.0,0.0,17.0,415.0,0.0,0.0,32.0,215.0,New York City,New York-Newark-Jersey City +36059520002,"Census Tract 5200.02, Nassau County, New York",4356,3055.0,108553.0,455800.0,1416.0,3537.0,76.0,0.0,243.0,0.0,0.0,51.0,449.0,New York City,New York-Newark-Jersey City +36059519200,"Census Tract 5192, Nassau County, New York",6269,4423.0,112125.0,428700.0,1702.0,3851.0,13.0,10.0,1362.0,0.0,31.0,104.0,898.0,New York City,New York-Newark-Jersey City +36059520800,"Census Tract 5208, Nassau County, New York",3888,2745.0,119861.0,439900.0,977.0,3421.0,18.0,0.0,100.0,0.0,0.0,1.0,348.0,New York City,New York-Newark-Jersey City +36059521200,"Census Tract 5212, Nassau County, New York",3058,2098.0,112019.0,442000.0,819.0,2731.0,74.0,0.0,42.0,0.0,11.0,31.0,169.0,New York City,New York-Newark-Jersey City +36059521700,"Census Tract 5217, Nassau County, New York",4820,3341.0,123274.0,470500.0,1494.0,4293.0,20.0,0.0,15.0,0.0,7.0,11.0,474.0,New York City,New York-Newark-Jersey City +36059521801,"Census Tract 5218.01, Nassau County, New York",3854,2750.0,126644.0,431400.0,1054.0,3287.0,114.0,0.0,18.0,0.0,0.0,37.0,398.0,New York City,New York-Newark-Jersey City +36059300700,"Census Tract 3007, Nassau County, New York",6260,5170.0,74598.0,350600.0,3112.0,4282.0,166.0,96.0,924.0,0.0,0.0,153.0,660.0,New York City,New York-Newark-Jersey City +36059302000,"Census Tract 3020, Nassau County, New York",4886,3588.0,118857.0,824200.0,2578.0,4109.0,22.0,0.0,511.0,0.0,0.0,43.0,201.0,New York City,New York-Newark-Jersey City +36059302400,"Census Tract 3024, Nassau County, New York",5294,3879.0,113889.0,548600.0,1859.0,3401.0,2.0,82.0,1253.0,0.0,0.0,69.0,487.0,New York City,New York-Newark-Jersey City +36059303000,"Census Tract 3030, Nassau County, New York",5821,3975.0,116199.0,515900.0,1958.0,2313.0,12.0,29.0,2370.0,47.0,47.0,70.0,962.0,New York City,New York-Newark-Jersey City +36059303900,"Census Tract 3039, Nassau County, New York",4337,3081.0,140819.0,471600.0,1287.0,1383.0,2067.0,0.0,250.0,0.0,11.0,37.0,589.0,New York City,New York-Newark-Jersey City +36059404600,"Census Tract 4046, Nassau County, New York",4328,2991.0,129896.0,561400.0,1673.0,3595.0,34.0,0.0,224.0,0.0,0.0,18.0,457.0,New York City,New York-Newark-Jersey City +36059404901,"Census Tract 4049.01, Nassau County, New York",5652,4074.0,104792.0,381300.0,1331.0,380.0,3938.0,0.0,563.0,0.0,70.0,153.0,548.0,New York City,New York-Newark-Jersey City +36059406001,"Census Tract 4060.01, Nassau County, New York",4868,3296.0,100212.0,409400.0,1141.0,3060.0,315.0,0.0,497.0,0.0,11.0,77.0,908.0,New York City,New York-Newark-Jersey City +36059518501,"Census Tract 5185.01, Nassau County, New York",6901,4892.0,174559.0,784400.0,3499.0,4279.0,197.0,0.0,2026.0,0.0,0.0,204.0,195.0,New York City,New York-Newark-Jersey City +36059518000,"Census Tract 5180, Nassau County, New York",6104,4555.0,92952.0,562600.0,2077.0,4743.0,170.0,0.0,237.0,0.0,294.0,73.0,587.0,New York City,New York-Newark-Jersey City +36059518400,"Census Tract 5184, Nassau County, New York",4474,2959.0,159474.0,630700.0,2050.0,3044.0,51.0,22.0,1056.0,0.0,0.0,75.0,226.0,New York City,New York-Newark-Jersey City +36059519400,"Census Tract 5194, Nassau County, New York",4306,3069.0,114821.0,430400.0,1136.0,3084.0,0.0,0.0,563.0,0.0,0.0,95.0,564.0,New York City,New York-Newark-Jersey City +36059301000,"Census Tract 3010, Nassau County, New York",5829,4167.0,158864.0,1190000.0,3135.0,5054.0,62.0,1.0,448.0,0.0,0.0,71.0,193.0,New York City,New York-Newark-Jersey City +36059301200,"Census Tract 3012, Nassau County, New York",6168,4281.0,142679.0,844000.0,3029.0,4962.0,13.0,0.0,394.0,0.0,1.0,42.0,756.0,New York City,New York-Newark-Jersey City +36059301700,"Census Tract 3017, Nassau County, New York",2739,1726.0,250001.0,1505700.0,1454.0,2359.0,0.0,0.0,252.0,0.0,0.0,60.0,68.0,New York City,New York-Newark-Jersey City +36059303301,"Census Tract 3033.01, Nassau County, New York",3134,2148.0,133681.0,517600.0,1109.0,2143.0,1.0,0.0,854.0,0.0,0.0,10.0,126.0,New York City,New York-Newark-Jersey City +36059303400,"Census Tract 3034, Nassau County, New York",2582,1605.0,156397.0,815900.0,1116.0,2019.0,23.0,0.0,280.0,0.0,13.0,80.0,167.0,New York City,New York-Newark-Jersey City +36059303600,"Census Tract 3036, Nassau County, New York",7304,5491.0,76898.0,457700.0,2578.0,3995.0,262.0,0.0,798.0,0.0,0.0,66.0,2183.0,New York City,New York-Newark-Jersey City +36059404500,"Census Tract 4045, Nassau County, New York",4124,3054.0,90250.0,498300.0,1454.0,3166.0,39.0,0.0,436.0,0.0,0.0,75.0,408.0,New York City,New York-Newark-Jersey City +36059407201,"Census Tract 4072.01, Nassau County, New York",5181,3085.0,44958.0,281000.0,432.0,19.0,1543.0,38.0,16.0,0.0,0.0,22.0,3581.0,New York City,New York-Newark-Jersey City +36059407301,"Census Tract 4073.01, Nassau County, New York",7008,3023.0,103309.0,669100.0,1630.0,4345.0,1121.0,14.0,502.0,0.0,0.0,211.0,815.0,New York City,New York-Newark-Jersey City +36059410400,"Census Tract 4104, Nassau County, New York",5277,3463.0,110319.0,386000.0,1227.0,862.0,2093.0,0.0,669.0,0.0,84.0,236.0,1333.0,New York City,New York-Newark-Jersey City +36059407502,"Census Tract 4075.02, Nassau County, New York",5650,3636.0,75979.0,320700.0,879.0,285.0,2684.0,51.0,46.0,0.0,12.0,81.0,2491.0,New York City,New York-Newark-Jersey City +36059408800,"Census Tract 4088, Nassau County, New York",6988,5178.0,97295.0,367200.0,1616.0,5215.0,189.0,0.0,578.0,0.0,0.0,58.0,948.0,New York City,New York-Newark-Jersey City +36059409700,"Census Tract 4097, Nassau County, New York",4224,3264.0,109875.0,393100.0,1357.0,3614.0,11.0,6.0,51.0,0.0,0.0,27.0,515.0,New York City,New York-Newark-Jersey City +36059520300,"Census Tract 5203, Nassau County, New York",6089,4250.0,123087.0,408800.0,1547.0,5159.0,2.0,0.0,341.0,0.0,0.0,14.0,573.0,New York City,New York-Newark-Jersey City +36059413400,"Census Tract 4134, Nassau County, New York",5761,3822.0,140167.0,541900.0,2307.0,5107.0,58.0,83.0,64.0,0.0,0.0,17.0,515.0,New York City,New York-Newark-Jersey City +36059415500,"Census Tract 4155, Nassau County, New York",2632,1905.0,134286.0,447700.0,914.0,2286.0,32.0,8.0,15.0,0.0,0.0,33.0,258.0,New York City,New York-Newark-Jersey City +36059517301,"Census Tract 5173.01, Nassau County, New York",3117,2276.0,69952.0,554700.0,1053.0,2279.0,120.0,0.0,42.0,0.0,11.0,62.0,603.0,New York City,New York-Newark-Jersey City +36059407102,"Census Tract 4071.02, Nassau County, New York",6454,4297.0,86505.0,309900.0,999.0,228.0,3407.0,0.0,0.0,0.0,0.0,117.0,2702.0,New York City,New York-Newark-Jersey City +36059410900,"Census Tract 4109, Nassau County, New York",6924,4647.0,132619.0,443500.0,2652.0,2360.0,2138.0,0.0,1118.0,9.0,146.0,177.0,976.0,New York City,New York-Newark-Jersey City +36059411100,"Census Tract 4111, Nassau County, New York",4857,3087.0,48425.0,360400.0,393.0,878.0,1371.0,46.0,167.0,0.0,0.0,12.0,2383.0,New York City,New York-Newark-Jersey City +36059411600,"Census Tract 4116, Nassau County, New York",6553,3841.0,129609.0,889100.0,2891.0,6333.0,21.0,0.0,118.0,0.0,0.0,2.0,79.0,New York City,New York-Newark-Jersey City +36059412700,"Census Tract 4127, Nassau County, New York",3822,2503.0,157014.0,649800.0,1785.0,3396.0,14.0,0.0,75.0,0.0,0.0,83.0,254.0,New York City,New York-Newark-Jersey City +36059413001,"Census Tract 4130.01, Nassau County, New York",3990,2956.0,83289.0,430500.0,1034.0,3312.0,19.0,69.0,82.0,0.0,0.0,0.0,508.0,New York City,New York-Newark-Jersey City +36059413100,"Census Tract 4131, Nassau County, New York",5165,3487.0,118578.0,428400.0,1399.0,4097.0,73.0,0.0,225.0,4.0,0.0,8.0,758.0,New York City,New York-Newark-Jersey City +36059414501,"Census Tract 4145.01, Nassau County, New York",5238,3977.0,101806.0,301800.0,1508.0,2213.0,1447.0,0.0,37.0,0.0,29.0,105.0,1407.0,New York City,New York-Newark-Jersey City +36059415000,"Census Tract 4150, Nassau County, New York",5760,3925.0,122439.0,460300.0,1948.0,4963.0,84.0,0.0,209.0,0.0,0.0,48.0,456.0,New York City,New York-Newark-Jersey City +36059415300,"Census Tract 4153, Nassau County, New York",5926,4425.0,103776.0,404500.0,2141.0,4889.0,215.0,0.0,318.0,0.0,93.0,3.0,408.0,New York City,New York-Newark-Jersey City +36059416300,"Census Tract 4163, Nassau County, New York",3416,2636.0,132219.0,670700.0,1463.0,3120.0,21.0,4.0,50.0,0.0,0.0,40.0,181.0,New York City,New York-Newark-Jersey City +36059303101,"Census Tract 3031.01, Nassau County, New York",3579,2508.0,155234.0,835000.0,1618.0,1599.0,0.0,0.0,1536.0,0.0,0.0,52.0,392.0,New York City,New York-Newark-Jersey City +36059521302,"Census Tract 5213.02, Nassau County, New York",5398,3930.0,124563.0,496700.0,1724.0,4805.0,0.0,64.0,66.0,0.0,9.0,18.0,436.0,New York City,New York-Newark-Jersey City +36059521500,"Census Tract 5215, Nassau County, New York",4997,3362.0,134934.0,444400.0,1551.0,4562.0,0.0,7.0,62.0,0.0,0.0,0.0,366.0,New York City,New York-Newark-Jersey City +36059408900,"Census Tract 4089, Nassau County, New York",5822,3993.0,113403.0,363000.0,1335.0,4164.0,77.0,0.0,634.0,0.0,18.0,219.0,710.0,New York City,New York-Newark-Jersey City +36059410000,"Census Tract 4100, Nassau County, New York",4066,2908.0,88878.0,407100.0,1028.0,1347.0,1013.0,42.0,749.0,0.0,80.0,272.0,563.0,New York City,New York-Newark-Jersey City +36059408400,"Census Tract 4084, Nassau County, New York",3928,2728.0,117857.0,446100.0,1253.0,3191.0,115.0,0.0,233.0,0.0,0.0,54.0,335.0,New York City,New York-Newark-Jersey City +36059408600,"Census Tract 4086, Nassau County, New York",4750,3248.0,113886.0,365300.0,993.0,3094.0,189.0,0.0,442.0,0.0,25.0,93.0,907.0,New York City,New York-Newark-Jersey City +36059409600,"Census Tract 4096, Nassau County, New York",5163,3594.0,125930.0,410600.0,1364.0,4357.0,0.0,0.0,154.0,0.0,0.0,100.0,552.0,New York City,New York-Newark-Jersey City +36059410300,"Census Tract 4103, Nassau County, New York",6939,4784.0,95938.0,371100.0,1683.0,1353.0,2298.0,0.0,812.0,0.0,187.0,451.0,1838.0,New York City,New York-Newark-Jersey City +36059411301,"Census Tract 4113.01, Nassau County, New York",3971,2538.0,116250.0,613400.0,1593.0,2951.0,316.0,0.0,209.0,0.0,48.0,99.0,348.0,New York City,New York-Newark-Jersey City +36059411500,"Census Tract 4115, Nassau County, New York",2723,1856.0,211250.0,1074000.0,1413.0,2481.0,45.0,0.0,118.0,0.0,16.0,7.0,56.0,New York City,New York-Newark-Jersey City +36059415101,"Census Tract 4151.01, Nassau County, New York",2622,1853.0,124861.0,476700.0,946.0,2197.0,186.0,0.0,83.0,0.0,0.0,0.0,156.0,New York City,New York-Newark-Jersey City +36059415402,"Census Tract 4154.02, Nassau County, New York",4460,3040.0,131985.0,549600.0,1902.0,3898.0,1.0,0.0,265.0,0.0,0.0,5.0,291.0,New York City,New York-Newark-Jersey City +36059415700,"Census Tract 4157, Nassau County, New York",6076,4062.0,142891.0,453800.0,1671.0,5372.0,0.0,0.0,68.0,0.0,0.0,18.0,618.0,New York City,New York-Newark-Jersey City +36059416100,"Census Tract 4161, Nassau County, New York",6412,4418.0,111145.0,465300.0,2035.0,5801.0,3.0,21.0,192.0,0.0,0.0,59.0,357.0,New York City,New York-Newark-Jersey City +36059416600,"Census Tract 4166, Nassau County, New York",5723,4681.0,96250.0,544300.0,2537.0,4526.0,166.0,0.0,87.0,0.0,0.0,93.0,851.0,New York City,New York-Newark-Jersey City +36059517500,"Census Tract 5175, Nassau County, New York",3958,2771.0,123684.0,620900.0,1822.0,3312.0,127.0,0.0,174.0,0.0,0.0,109.0,236.0,New York City,New York-Newark-Jersey City +36059517600,"Census Tract 5176, Nassau County, New York",4963,3459.0,107125.0,619100.0,2021.0,4108.0,115.0,0.0,67.0,0.0,43.0,31.0,599.0,New York City,New York-Newark-Jersey City +36059517802,"Census Tract 5178.02, Nassau County, New York",3174,2163.0,98125.0,574200.0,895.0,2478.0,96.0,9.0,41.0,0.0,179.0,0.0,371.0,New York City,New York-Newark-Jersey City +36059517902,"Census Tract 5179.02, Nassau County, New York",2695,2065.0,105559.0,651500.0,873.0,2452.0,4.0,19.0,33.0,0.0,2.0,44.0,141.0,New York City,New York-Newark-Jersey City +36059303201,"Census Tract 3032.01, Nassau County, New York",4039,2902.0,115194.0,616700.0,1354.0,1273.0,170.0,0.0,1981.0,0.0,130.0,215.0,270.0,New York City,New York-Newark-Jersey City +36059304100,"Census Tract 3041, Nassau County, New York",4318,2765.0,83601.0,380300.0,896.0,626.0,1203.0,0.0,342.0,0.0,30.0,24.0,2093.0,New York City,New York-Newark-Jersey City +36059404300,"Census Tract 4043, Nassau County, New York",3393,2322.0,121394.0,484800.0,1141.0,1737.0,19.0,14.0,792.0,0.0,17.0,138.0,690.0,New York City,New York-Newark-Jersey City +36059405000,"Census Tract 4050, Nassau County, New York",5569,3844.0,86944.0,358000.0,911.0,844.0,1640.0,46.0,1287.0,13.0,104.0,99.0,1536.0,New York City,New York-Newark-Jersey City +36059405301,"Census Tract 4053.01, Nassau County, New York",3886,2699.0,116016.0,447600.0,912.0,2438.0,181.0,0.0,329.0,0.0,6.0,115.0,817.0,New York City,New York-Newark-Jersey City +36059405500,"Census Tract 4055, Nassau County, New York",5484,3635.0,101442.0,431600.0,1139.0,3803.0,128.0,0.0,708.0,0.0,0.0,5.0,840.0,New York City,New York-Newark-Jersey City +36059406501,"Census Tract 4065.01, Nassau County, New York",6811,4248.0,174591.0,791700.0,3180.0,6072.0,254.0,0.0,71.0,0.0,0.0,13.0,401.0,New York City,New York-Newark-Jersey City +36059407101,"Census Tract 4071.01, Nassau County, New York",5680,3889.0,73359.0,327300.0,859.0,312.0,3064.0,0.0,253.0,0.0,0.0,70.0,1981.0,New York City,New York-Newark-Jersey City +36059407801,"Census Tract 4078.01, Nassau County, New York",5698,3922.0,106302.0,424800.0,1644.0,3672.0,260.0,0.0,841.0,0.0,0.0,0.0,925.0,New York City,New York-Newark-Jersey City +36059408100,"Census Tract 4081, Nassau County, New York",6315,4498.0,101496.0,430300.0,1856.0,4246.0,66.0,0.0,878.0,0.0,0.0,99.0,1026.0,New York City,New York-Newark-Jersey City +36059408300,"Census Tract 4083, Nassau County, New York",7057,5336.0,93641.0,402300.0,2146.0,4857.0,196.0,0.0,744.0,0.0,107.0,218.0,935.0,New York City,New York-Newark-Jersey City +36059300300,"Census Tract 3003, Nassau County, New York",4077,2586.0,82581.0,815600.0,1354.0,3238.0,87.0,0.0,334.0,0.0,0.0,57.0,361.0,New York City,New York-Newark-Jersey City +36059300400,"Census Tract 3004, Nassau County, New York",6195,3928.0,94524.0,785900.0,2103.0,5270.0,0.0,0.0,572.0,0.0,0.0,33.0,320.0,New York City,New York-Newark-Jersey City +36059300900,"Census Tract 3009, Nassau County, New York",8636,6980.0,139167.0,1035500.0,4219.0,5465.0,382.0,20.0,2587.0,0.0,0.0,110.0,72.0,New York City,New York-Newark-Jersey City +36059301300,"Census Tract 3013, Nassau County, New York",4524,3194.0,84917.0,644600.0,1334.0,2195.0,275.0,0.0,553.0,0.0,0.0,41.0,1460.0,New York City,New York-Newark-Jersey City +36059301600,"Census Tract 3016, Nassau County, New York",4785,3177.0,178750.0,1237700.0,2425.0,3539.0,36.0,0.0,870.0,0.0,0.0,69.0,271.0,New York City,New York-Newark-Jersey City +36059302600,"Census Tract 3026, Nassau County, New York",2584,1877.0,106550.0,529300.0,820.0,1539.0,72.0,0.0,484.0,0.0,4.0,60.0,425.0,New York City,New York-Newark-Jersey City +36059303500,"Census Tract 3035, Nassau County, New York",5059,3591.0,102292.0,454500.0,1378.0,3701.0,8.0,0.0,516.0,0.0,4.0,62.0,768.0,New York City,New York-Newark-Jersey City +36059304002,"Census Tract 3040.02, Nassau County, New York",4352,3346.0,75525.0,397200.0,1135.0,2070.0,477.0,0.0,462.0,18.0,0.0,0.0,1325.0,New York City,New York-Newark-Jersey City +36059404700,"Census Tract 4047, Nassau County, New York",6210,4169.0,126389.0,520000.0,1864.0,3653.0,119.0,0.0,910.0,0.0,79.0,157.0,1292.0,New York City,New York-Newark-Jersey City +36059406801,"Census Tract 4068.01, Nassau County, New York",5361,3518.0,53801.0,269800.0,529.0,161.0,1742.0,192.0,75.0,0.0,0.0,13.0,3370.0,New York City,New York-Newark-Jersey City +36059406802,"Census Tract 4068.02, Nassau County, New York",4279,2745.0,52500.0,277000.0,259.0,37.0,1228.0,0.0,9.0,0.0,0.0,0.0,3005.0,New York City,New York-Newark-Jersey City +36059414303,"Census Tract 4143.03, Nassau County, New York",4736,3239.0,79775.0,332700.0,949.0,1798.0,1099.0,0.0,4.0,0.0,0.0,93.0,1742.0,New York City,New York-Newark-Jersey City +36059414304,"Census Tract 4143.04, Nassau County, New York",3492,2253.0,38448.0,277200.0,518.0,688.0,797.0,315.0,24.0,0.0,0.0,36.0,1947.0,New York City,New York-Newark-Jersey City +36059416401,"Census Tract 4164.01, Nassau County, New York",4215,3248.0,100583.0,456700.0,1692.0,3750.0,16.0,17.0,0.0,0.0,0.0,96.0,336.0,New York City,New York-Newark-Jersey City +36061001001,"Census Tract 10.01, New York County, New York",1382,1178.0,79205.0,618000.0,752.0,907.0,25.0,0.0,128.0,0.0,5.0,6.0,311.0,New York City,New York-Newark-Jersey City +36061000700,"Census Tract 7, New York County, New York",8881,6476.0,134926.0,1481700.0,5587.0,6343.0,226.0,0.0,1648.0,0.0,57.0,162.0,445.0,New York City,New York-Newark-Jersey City +36061010300,"Census Tract 103, New York County, New York",1674,1363.0,98901.0,437100.0,1129.0,1013.0,74.0,4.0,324.0,5.0,0.0,111.0,143.0,New York City,New York-Newark-Jersey City +36061011800,"Census Tract 118, New York County, New York",8604,7067.0,122537.0,841200.0,5700.0,7284.0,1.0,0.0,705.0,0.0,0.0,73.0,541.0,New York City,New York-Newark-Jersey City +36061015900,"Census Tract 159, New York County, New York",8811,7603.0,112263.0,988700.0,6330.0,7065.0,270.0,0.0,795.0,0.0,117.0,117.0,447.0,New York City,New York-Newark-Jersey City +36061024500,"Census Tract 245, New York County, New York",15149,11325.0,38579.0,273500.0,2326.0,1099.0,1182.0,0.0,298.0,0.0,22.0,148.0,12400.0,New York City,New York-Newark-Jersey City +36061002000,"Census Tract 20, New York County, New York",4920,3292.0,14745.0,-666666666.0,245.0,55.0,1003.0,0.0,1074.0,0.0,0.0,0.0,2788.0,New York City,New York-Newark-Jersey City +36061003900,"Census Tract 39, New York County, New York",5621,4199.0,157652.0,2000001.0,3396.0,4201.0,300.0,0.0,315.0,0.0,16.0,320.0,469.0,New York City,New York-Newark-Jersey City +36061000100,"Census Tract 1, New York County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061007500,"Census Tract 75, New York County, New York",3990,3459.0,129924.0,1138200.0,2813.0,3313.0,50.0,0.0,269.0,0.0,38.0,60.0,260.0,New York City,New York-Newark-Jersey City +36061008300,"Census Tract 83, New York County, New York",4127,3435.0,69485.0,691700.0,1861.0,1817.0,431.0,60.0,193.0,0.0,0.0,178.0,1508.0,New York City,New York-Newark-Jersey City +36061009700,"Census Tract 97, New York County, New York",5233,4367.0,51500.0,96500.0,2484.0,2427.0,367.0,23.0,1102.0,0.0,0.0,18.0,1296.0,New York City,New York-Newark-Jersey City +36061010601,"Census Tract 106.01, New York County, New York",6742,6163.0,126607.0,959500.0,4755.0,5922.0,23.0,21.0,469.0,0.0,0.0,80.0,227.0,New York City,New York-Newark-Jersey City +36061011300,"Census Tract 113, New York County, New York",115,93.0,110000.0,904400.0,58.0,21.0,26.0,0.0,65.0,0.0,0.0,3.0,0.0,New York City,New York-Newark-Jersey City +36061012100,"Census Tract 121, New York County, New York",8505,6912.0,69507.0,720400.0,5077.0,5484.0,490.0,0.0,860.0,0.0,0.0,65.0,1606.0,New York City,New York-Newark-Jersey City +36061012200,"Census Tract 122, New York County, New York",2963,2617.0,156827.0,2000001.0,2122.0,2723.0,0.0,0.0,12.0,0.0,0.0,0.0,228.0,New York City,New York-Newark-Jersey City +36061012600,"Census Tract 126, New York County, New York",12920,10596.0,133878.0,1004000.0,8521.0,9571.0,123.0,216.0,1973.0,0.0,0.0,300.0,737.0,New York City,New York-Newark-Jersey City +36061012900,"Census Tract 129, New York County, New York",6294,5272.0,118954.0,895700.0,4185.0,3753.0,297.0,11.0,1217.0,0.0,0.0,110.0,906.0,New York City,New York-Newark-Jersey City +36061013700,"Census Tract 137, New York County, New York",6213,5244.0,148761.0,1187500.0,4423.0,4019.0,191.0,21.0,969.0,21.0,154.0,237.0,601.0,New York City,New York-Newark-Jersey City +36061013800,"Census Tract 138, New York County, New York",13256,11416.0,132087.0,789100.0,9404.0,10541.0,173.0,0.0,1669.0,0.0,0.0,262.0,611.0,New York City,New York-Newark-Jersey City +36061015200,"Census Tract 152, New York County, New York",7644,5901.0,85428.0,862700.0,3818.0,4004.0,543.0,0.0,539.0,0.0,0.0,273.0,2285.0,New York City,New York-Newark-Jersey City +36061010100,"Census Tract 101, New York County, New York",1225,1045.0,148348.0,-666666666.0,794.0,590.0,82.0,0.0,429.0,0.0,5.0,24.0,95.0,New York City,New York-Newark-Jersey City +36061012700,"Census Tract 127, New York County, New York",6403,5662.0,74236.0,835600.0,4056.0,3595.0,384.0,140.0,775.0,0.0,58.0,41.0,1550.0,New York City,New York-Newark-Jersey City +36061013100,"Census Tract 131, New York County, New York",2749,2377.0,105144.0,958300.0,1936.0,1736.0,43.0,0.0,598.0,0.0,0.0,0.0,372.0,New York City,New York-Newark-Jersey City +36061013300,"Census Tract 133, New York County, New York",5038,4321.0,83382.0,1123700.0,3054.0,2526.0,162.0,15.0,839.0,6.0,9.0,157.0,1324.0,New York City,New York-Newark-Jersey City +36061014200,"Census Tract 142, New York County, New York",4583,3708.0,208024.0,2000001.0,3055.0,4101.0,11.0,0.0,263.0,0.0,10.0,115.0,83.0,New York City,New York-Newark-Jersey City +36061014900,"Census Tract 149, New York County, New York",5560,4523.0,155935.0,1847100.0,3745.0,4019.0,63.0,0.0,736.0,0.0,0.0,58.0,684.0,New York City,New York-Newark-Jersey City +36061015001,"Census Tract 150.01, New York County, New York",2238,1699.0,149861.0,1759400.0,1474.0,1811.0,0.0,0.0,261.0,0.0,0.0,30.0,136.0,New York City,New York-Newark-Jersey City +36061015002,"Census Tract 150.02, New York County, New York",5119,4094.0,205145.0,2000001.0,3562.0,4225.0,44.0,0.0,207.0,0.0,0.0,0.0,643.0,New York City,New York-Newark-Jersey City +36061015400,"Census Tract 154, New York County, New York",15218,12162.0,93078.0,621400.0,9898.0,10111.0,726.0,0.0,1368.0,0.0,0.0,1002.0,2011.0,New York City,New York-Newark-Jersey City +36061016300,"Census Tract 163, New York County, New York",7157,5848.0,119301.0,1267200.0,4585.0,6096.0,65.0,0.0,564.0,0.0,0.0,83.0,349.0,New York City,New York-Newark-Jersey City +36061019200,"Census Tract 192, New York County, New York",3963,2330.0,17304.0,-666666666.0,301.0,97.0,1250.0,112.0,272.0,0.0,0.0,110.0,2234.0,New York City,New York-Newark-Jersey City +36061019500,"Census Tract 195, New York County, New York",7207,5545.0,116144.0,1053800.0,4064.0,4551.0,160.0,0.0,972.0,0.0,0.0,179.0,1345.0,New York City,New York-Newark-Jersey City +36061019900,"Census Tract 199, New York County, New York",8854,5696.0,81054.0,953400.0,4413.0,5399.0,584.0,13.0,1321.0,15.0,25.0,180.0,1317.0,New York City,New York-Newark-Jersey City +36061020500,"Census Tract 205, New York County, New York",5020,1986.0,116131.0,1233200.0,1705.0,3326.0,480.0,8.0,680.0,8.0,6.0,68.0,444.0,New York City,New York-Newark-Jersey City +36061023000,"Census Tract 230, New York County, New York",9129,6493.0,35386.0,500000.0,1372.0,711.0,5742.0,0.0,131.0,65.0,35.0,189.0,2256.0,New York City,New York-Newark-Jersey City +36061023501,"Census Tract 235.01, New York County, New York",6820,4495.0,40145.0,277700.0,1526.0,1234.0,2590.0,0.0,111.0,0.0,0.0,127.0,2758.0,New York City,New York-Newark-Jersey City +36061023600,"Census Tract 236, New York County, New York",7133,4626.0,38466.0,29100.0,1092.0,126.0,4965.0,28.0,53.0,0.0,0.0,417.0,1544.0,New York City,New York-Newark-Jersey City +36061016900,"Census Tract 169, New York County, New York",8553,6859.0,114408.0,1354900.0,5687.0,6954.0,143.0,0.0,741.0,0.0,0.0,83.0,632.0,New York City,New York-Newark-Jersey City +36061017100,"Census Tract 171, New York County, New York",8942,7333.0,150159.0,2000001.0,5905.0,7376.0,244.0,0.0,323.0,0.0,19.0,301.0,679.0,New York City,New York-Newark-Jersey City +36061017900,"Census Tract 179, New York County, New York",9115,7225.0,75411.0,1182000.0,5141.0,5635.0,230.0,601.0,695.0,0.0,0.0,133.0,2422.0,New York City,New York-Newark-Jersey City +36061018200,"Census Tract 182, New York County, New York",8147,4940.0,23860.0,-666666666.0,1126.0,518.0,2409.0,0.0,494.0,0.0,123.0,29.0,4574.0,New York City,New York-Newark-Jersey City +36061018300,"Census Tract 183, New York County, New York",7454,6300.0,120617.0,1022100.0,5243.0,5511.0,302.0,20.0,555.0,0.0,0.0,116.0,950.0,New York City,New York-Newark-Jersey City +36061004100,"Census Tract 41, New York County, New York",8543,6514.0,80909.0,826000.0,3323.0,2824.0,82.0,41.0,4872.0,0.0,50.0,216.0,458.0,New York City,New York-Newark-Jersey City +36061022600,"Census Tract 226, New York County, New York",4731,3431.0,41898.0,990000.0,1335.0,634.0,2973.0,4.0,104.0,0.0,11.0,160.0,845.0,New York City,New York-Newark-Jersey City +36061026500,"Census Tract 265, New York County, New York",8178,6539.0,73973.0,467300.0,3074.0,2447.0,463.0,0.0,175.0,0.0,0.0,94.0,4999.0,New York City,New York-Newark-Jersey City +36061003800,"Census Tract 38, New York County, New York",8418,7053.0,59427.0,813300.0,4871.0,5581.0,506.0,4.0,1001.0,0.0,0.0,100.0,1226.0,New York City,New York-Newark-Jersey City +36061005800,"Census Tract 58, New York County, New York",3355,2992.0,183988.0,2000001.0,2666.0,2355.0,0.0,0.0,694.0,0.0,0.0,134.0,172.0,New York City,New York-Newark-Jersey City +36061008800,"Census Tract 88, New York County, New York",7047,5943.0,103667.0,545100.0,4983.0,4638.0,97.0,0.0,1535.0,0.0,92.0,255.0,430.0,New York City,New York-Newark-Jersey City +36061012000,"Census Tract 120, New York County, New York",3335,2800.0,187292.0,1735300.0,2465.0,3038.0,86.0,0.0,31.0,0.0,0.0,0.0,180.0,New York City,New York-Newark-Jersey City +36061015500,"Census Tract 155, New York County, New York",9882,8288.0,109827.0,812600.0,6996.0,8265.0,109.0,0.0,1061.0,0.0,178.0,176.0,93.0,New York City,New York-Newark-Jersey City +36061016600,"Census Tract 166, New York County, New York",7024,4883.0,40593.0,-666666666.0,1702.0,1842.0,957.0,36.0,290.0,0.0,27.0,75.0,3833.0,New York City,New York-Newark-Jersey City +36061016700,"Census Tract 167, New York County, New York",6400,4973.0,165753.0,1346900.0,4303.0,5241.0,22.0,0.0,501.0,0.0,0.0,193.0,443.0,New York City,New York-Newark-Jersey City +36061018100,"Census Tract 181, New York County, New York",9579,8027.0,95478.0,1009900.0,5830.0,5694.0,1077.0,0.0,779.0,0.0,256.0,56.0,1717.0,New York City,New York-Newark-Jersey City +36061020901,"Census Tract 209.01, New York County, New York",3766,2495.0,23875.0,53800.0,437.0,203.0,1395.0,0.0,119.0,0.0,0.0,91.0,1958.0,New York City,New York-Newark-Jersey City +36061022302,"Census Tract 223.02, New York County, New York",3405,2257.0,26007.0,-666666666.0,763.0,376.0,697.0,92.0,401.0,0.0,11.0,105.0,1785.0,New York City,New York-Newark-Jersey City +36061025300,"Census Tract 253, New York County, New York",13415,9421.0,50609.0,609400.0,2868.0,2031.0,527.0,15.0,436.0,0.0,0.0,67.0,10354.0,New York City,New York-Newark-Jersey City +36061006600,"Census Tract 66, New York County, New York",10946,8375.0,68500.0,668000.0,4976.0,5671.0,166.0,33.0,1291.0,0.0,0.0,314.0,3504.0,New York City,New York-Newark-Jersey City +36061006800,"Census Tract 68, New York County, New York",7684,5064.0,124070.0,692500.0,3987.0,5137.0,500.0,6.0,1247.0,0.0,0.0,27.0,767.0,New York City,New York-Newark-Jersey City +36061008200,"Census Tract 82, New York County, New York",3321,2936.0,131769.0,872300.0,2414.0,1979.0,62.0,0.0,952.0,0.0,93.0,58.0,177.0,New York City,New York-Newark-Jersey City +36061008400,"Census Tract 84, New York County, New York",1951,1508.0,133142.0,1081500.0,1291.0,923.0,65.0,0.0,749.0,0.0,15.0,104.0,95.0,New York City,New York-Newark-Jersey City +36061008900,"Census Tract 89, New York County, New York",5255,3923.0,102314.0,1145200.0,2742.0,3362.0,543.0,0.0,390.0,0.0,191.0,86.0,683.0,New York City,New York-Newark-Jersey City +36061009900,"Census Tract 99, New York County, New York",5733,4877.0,126842.0,975000.0,3942.0,3332.0,289.0,8.0,1323.0,0.0,21.0,164.0,596.0,New York City,New York-Newark-Jersey City +36061000600,"Census Tract 6, New York County, New York",10890,8752.0,19778.0,602400.0,1607.0,459.0,453.0,135.0,6569.0,0.0,0.0,76.0,3198.0,New York City,New York-Newark-Jersey City +36061000800,"Census Tract 8, New York County, New York",9363,7569.0,32313.0,534300.0,1732.0,755.0,78.0,87.0,7822.0,5.0,70.0,146.0,400.0,New York City,New York-Newark-Jersey City +36061002400,"Census Tract 24, New York County, New York",4275,3099.0,14300.0,-666666666.0,248.0,79.0,756.0,0.0,440.0,0.0,325.0,127.0,2548.0,New York City,New York-Newark-Jersey City +36061002500,"Census Tract 25, New York County, New York",5171,3975.0,17500.0,-666666666.0,262.0,22.0,1190.0,0.0,2306.0,0.0,0.0,55.0,1598.0,New York City,New York-Newark-Jersey City +36061002900,"Census Tract 29, New York County, New York",6869,5844.0,28861.0,756400.0,1537.0,534.0,630.0,11.0,4793.0,0.0,0.0,230.0,671.0,New York City,New York-Newark-Jersey City +36061005400,"Census Tract 54, New York County, New York",4570,3828.0,150000.0,941900.0,3196.0,3345.0,133.0,0.0,682.0,0.0,24.0,196.0,190.0,New York City,New York-Newark-Jersey City +36061007100,"Census Tract 71, New York County, New York",6000,5184.0,143462.0,991700.0,4123.0,4727.0,162.0,0.0,731.0,4.0,13.0,125.0,238.0,New York City,New York-Newark-Jersey City +36061007900,"Census Tract 79, New York County, New York",4550,3678.0,110543.0,1260600.0,3079.0,4084.0,18.0,15.0,156.0,0.0,14.0,17.0,246.0,New York City,New York-Newark-Jersey City +36061009400,"Census Tract 94, New York County, New York",56,46.0,-666666666.0,-666666666.0,33.0,56.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061010800,"Census Tract 108, New York County, New York",9084,7590.0,144881.0,785600.0,6725.0,7197.0,71.0,0.0,1261.0,0.0,0.0,103.0,452.0,New York City,New York-Newark-Jersey City +36061011000,"Census Tract 110, New York County, New York",7460,6042.0,114597.0,874400.0,4800.0,5803.0,250.0,0.0,803.0,0.0,0.0,114.0,490.0,New York City,New York-Newark-Jersey City +36061011201,"Census Tract 112.01, New York County, New York",804,749.0,135769.0,2000001.0,548.0,658.0,7.0,6.0,76.0,0.0,0.0,6.0,51.0,New York City,New York-Newark-Jersey City +36061011600,"Census Tract 116, New York County, New York",3490,2599.0,84038.0,610800.0,2100.0,2478.0,166.0,27.0,554.0,0.0,0.0,105.0,160.0,New York City,New York-Newark-Jersey City +36061012400,"Census Tract 124, New York County, New York",10194,8008.0,125466.0,958000.0,6764.0,7406.0,229.0,3.0,1022.0,16.0,12.0,235.0,1274.0,New York City,New York-Newark-Jersey City +36061011500,"Census Tract 115, New York County, New York",3569,2716.0,122143.0,1183300.0,1999.0,1381.0,318.0,15.0,1029.0,0.0,5.0,73.0,748.0,New York City,New York-Newark-Jersey City +36061011700,"Census Tract 117, New York County, New York",3942,3389.0,124964.0,-666666666.0,2560.0,1922.0,204.0,0.0,884.0,0.0,0.0,39.0,893.0,New York City,New York-Newark-Jersey City +36061013000,"Census Tract 130, New York County, New York",3399,2838.0,190208.0,2000001.0,2342.0,2972.0,9.0,0.0,185.0,0.0,20.0,74.0,139.0,New York City,New York-Newark-Jersey City +36061013500,"Census Tract 135, New York County, New York",7924,6600.0,64654.0,-666666666.0,3524.0,3329.0,809.0,15.0,973.0,0.0,0.0,111.0,2702.0,New York City,New York-Newark-Jersey City +36061014401,"Census Tract 144.01, New York County, New York",5346,4435.0,103646.0,829000.0,3464.0,4538.0,21.0,0.0,398.0,0.0,0.0,102.0,287.0,New York City,New York-Newark-Jersey City +36061014602,"Census Tract 146.02, New York County, New York",7330,6139.0,95227.0,660000.0,5465.0,5878.0,24.0,0.0,575.0,0.0,27.0,43.0,783.0,New York City,New York-Newark-Jersey City +36061014802,"Census Tract 148.02, New York County, New York",7000,5353.0,124250.0,1737900.0,4539.0,5267.0,0.0,0.0,714.0,0.0,15.0,362.0,642.0,New York City,New York-Newark-Jersey City +36061015802,"Census Tract 158.02, New York County, New York",4956,3295.0,96471.0,-666666666.0,2674.0,2637.0,435.0,7.0,1105.0,0.0,12.0,189.0,578.0,New York City,New York-Newark-Jersey City +36061016002,"Census Tract 160.02, New York County, New York",3625,2603.0,118317.0,1242700.0,2144.0,2517.0,101.0,1.0,516.0,0.0,61.0,84.0,346.0,New York City,New York-Newark-Jersey City +36061009600,"Census Tract 96, New York County, New York",124,124.0,126563.0,-666666666.0,110.0,85.0,0.0,14.0,21.0,0.0,0.0,0.0,4.0,New York City,New York-Newark-Jersey City +36061010000,"Census Tract 100, New York County, New York",1771,1550.0,106705.0,651800.0,1345.0,1350.0,29.0,7.0,215.0,0.0,0.0,22.0,148.0,New York City,New York-Newark-Jersey City +36061010200,"Census Tract 102, New York County, New York",126,104.0,167500.0,-666666666.0,87.0,81.0,0.0,22.0,7.0,0.0,0.0,5.0,11.0,New York City,New York-Newark-Jersey City +36061010602,"Census Tract 106.02, New York County, New York",4655,3744.0,134943.0,696200.0,3203.0,3559.0,220.0,0.0,423.0,0.0,17.0,29.0,407.0,New York City,New York-Newark-Jersey City +36061011401,"Census Tract 114.01, New York County, New York",1224,1039.0,233646.0,2000001.0,837.0,1058.0,7.0,0.0,92.0,0.0,0.0,13.0,54.0,New York City,New York-Newark-Jersey City +36061012800,"Census Tract 128, New York County, New York",5950,4613.0,165049.0,2000001.0,3804.0,4933.0,10.0,0.0,130.0,0.0,21.0,175.0,681.0,New York City,New York-Newark-Jersey City +36061015300,"Census Tract 153, New York County, New York",9724,7601.0,155000.0,1297600.0,6278.0,7409.0,61.0,21.0,1102.0,0.0,71.0,238.0,822.0,New York City,New York-Newark-Jersey City +36061017000,"Census Tract 170, New York County, New York",7601,6038.0,31079.0,829900.0,1620.0,476.0,1293.0,18.0,1245.0,84.0,87.0,94.0,4322.0,New York City,New York-Newark-Jersey City +36061000900,"Census Tract 9, New York County, New York",1736,1425.0,180547.0,1140600.0,1236.0,1175.0,45.0,0.0,280.0,10.0,0.0,86.0,140.0,New York City,New York-Newark-Jersey City +36061019100,"Census Tract 191, New York County, New York",9834,8032.0,101667.0,922800.0,5699.0,5688.0,826.0,29.0,1433.0,0.0,43.0,343.0,1501.0,New York City,New York-Newark-Jersey City +36061019701,"Census Tract 197.01, New York County, New York",593,449.0,69375.0,-666666666.0,327.0,229.0,23.0,0.0,183.0,0.0,0.0,11.0,147.0,New York City,New York-Newark-Jersey City +36061020600,"Census Tract 206, New York County, New York",3411,2328.0,38021.0,-666666666.0,637.0,437.0,2017.0,18.0,124.0,0.0,0.0,44.0,789.0,New York City,New York-Newark-Jersey City +36061021800,"Census Tract 218, New York County, New York",7337,4952.0,47059.0,681700.0,1919.0,1383.0,4380.0,0.0,124.0,0.0,0.0,173.0,1277.0,New York City,New York-Newark-Jersey City +36061022000,"Census Tract 220, New York County, New York",6265,4823.0,62000.0,-666666666.0,2115.0,945.0,3651.0,0.0,480.0,0.0,0.0,55.0,1134.0,New York City,New York-Newark-Jersey City +36061022301,"Census Tract 223.01, New York County, New York",8316,5444.0,42146.0,489400.0,1576.0,1152.0,594.0,27.0,197.0,0.0,0.0,198.0,6175.0,New York City,New York-Newark-Jersey City +36061023300,"Census Tract 233, New York County, New York",7265,5160.0,52511.0,-666666666.0,2151.0,1490.0,1615.0,0.0,364.0,0.0,0.0,299.0,3497.0,New York City,New York-Newark-Jersey City +36061023400,"Census Tract 234, New York County, New York",5328,3755.0,34409.0,539800.0,1335.0,490.0,3178.0,83.0,109.0,0.0,0.0,108.0,1360.0,New York City,New York-Newark-Jersey City +36061024700,"Census Tract 247, New York County, New York",7444,5759.0,44671.0,490600.0,1879.0,1327.0,623.0,28.0,311.0,0.0,0.0,263.0,4920.0,New York City,New York-Newark-Jersey City +36061024900,"Census Tract 249, New York County, New York",1200,843.0,41786.0,304500.0,221.0,126.0,244.0,0.0,35.0,0.0,0.0,39.0,756.0,New York City,New York-Newark-Jersey City +36061026100,"Census Tract 261, New York County, New York",13814,9456.0,36000.0,512800.0,1299.0,424.0,726.0,502.0,44.0,0.0,86.0,110.0,12424.0,New York City,New York-Newark-Jersey City +36061026300,"Census Tract 263, New York County, New York",9255,6806.0,30961.0,-666666666.0,1693.0,900.0,514.0,70.0,112.0,0.0,29.0,20.0,7680.0,New York City,New York-Newark-Jersey City +36061027500,"Census Tract 275, New York County, New York",3579,2769.0,92946.0,616200.0,1897.0,2127.0,183.0,17.0,101.0,0.0,12.0,157.0,999.0,New York City,New York-Newark-Jersey City +36061028500,"Census Tract 285, New York County, New York",7675,5109.0,43553.0,-666666666.0,1545.0,736.0,383.0,27.0,128.0,0.0,103.0,107.0,6218.0,New York City,New York-Newark-Jersey City +36061005900,"Census Tract 59, New York County, New York",5634,4304.0,123859.0,1139700.0,3653.0,4630.0,135.0,39.0,495.0,0.0,0.0,73.0,296.0,New York City,New York-Newark-Jersey City +36061006700,"Census Tract 67, New York County, New York",5277,4671.0,99671.0,950500.0,3867.0,4517.0,75.0,16.0,292.0,0.0,60.0,141.0,192.0,New York City,New York-Newark-Jersey City +36061006900,"Census Tract 69, New York County, New York",2568,1865.0,198636.0,1239700.0,1623.0,1911.0,53.0,0.0,293.0,0.0,22.0,128.0,161.0,New York City,New York-Newark-Jersey City +36061007000,"Census Tract 70, New York County, New York",8574,7042.0,102939.0,864800.0,5753.0,5254.0,473.0,0.0,1931.0,0.0,227.0,215.0,474.0,New York City,New York-Newark-Jersey City +36061007300,"Census Tract 73, New York County, New York",6019,5440.0,106522.0,683500.0,4824.0,5107.0,97.0,0.0,221.0,0.0,37.0,28.0,529.0,New York City,New York-Newark-Jersey City +36061007600,"Census Tract 76, New York County, New York",2055,1529.0,89583.0,1433300.0,1276.0,857.0,81.0,12.0,996.0,0.0,8.0,14.0,87.0,New York City,New York-Newark-Jersey City +36061008100,"Census Tract 81, New York County, New York",8045,6956.0,125625.0,1095400.0,5806.0,6045.0,291.0,0.0,782.0,0.0,0.0,158.0,769.0,New York City,New York-Newark-Jersey City +36061009100,"Census Tract 91, New York County, New York",6662,5441.0,116653.0,1302800.0,4256.0,4457.0,302.0,0.0,1325.0,0.0,0.0,180.0,398.0,New York City,New York-Newark-Jersey City +36061009300,"Census Tract 93, New York County, New York",9916,7668.0,75862.0,510000.0,5444.0,5384.0,1698.0,0.0,1101.0,0.0,80.0,66.0,1587.0,New York City,New York-Newark-Jersey City +36061017700,"Census Tract 177, New York County, New York",9513,7360.0,82176.0,960100.0,5003.0,4349.0,979.0,0.0,657.0,0.0,49.0,543.0,2936.0,New York City,New York-Newark-Jersey City +36061015601,"Census Tract 156.01, New York County, New York",5557,4736.0,89057.0,2000001.0,3404.0,3736.0,251.0,0.0,915.0,0.0,0.0,34.0,621.0,New York City,New York-Newark-Jersey City +36061016001,"Census Tract 160.01, New York County, New York",4011,3161.0,250001.0,2000001.0,2858.0,3361.0,11.0,0.0,281.0,0.0,0.0,91.0,267.0,New York City,New York-Newark-Jersey City +36061016200,"Census Tract 162, New York County, New York",9807,6549.0,32594.0,199100.0,2038.0,645.0,4383.0,0.0,814.0,0.0,31.0,45.0,3889.0,New York City,New York-Newark-Jersey City +36061018600,"Census Tract 186, New York County, New York",7928,5089.0,34023.0,-666666666.0,842.0,443.0,3783.0,0.0,450.0,0.0,0.0,279.0,2973.0,New York City,New York-Newark-Jersey City +36061020000,"Census Tract 200, New York County, New York",3394,2646.0,61250.0,1119200.0,1377.0,771.0,1778.0,0.0,103.0,0.0,0.0,129.0,613.0,New York City,New York-Newark-Jersey City +36061020102,"Census Tract 201.02, New York County, New York",4454,3245.0,69306.0,1070700.0,1837.0,1302.0,2000.0,0.0,183.0,0.0,52.0,98.0,819.0,New York City,New York-Newark-Jersey City +36061021400,"Census Tract 214, New York County, New York",3433,2846.0,53424.0,-666666666.0,1242.0,254.0,2668.0,6.0,88.0,0.0,0.0,97.0,326.0,New York City,New York-Newark-Jersey City +36061022102,"Census Tract 221.02, New York County, New York",2594,1978.0,52986.0,601900.0,1166.0,652.0,1519.0,0.0,69.0,0.0,57.0,88.0,209.0,New York City,New York-Newark-Jersey City +36061022800,"Census Tract 228, New York County, New York",6327,4735.0,38165.0,698700.0,1644.0,845.0,4157.0,30.0,126.0,0.0,53.0,358.0,758.0,New York City,New York-Newark-Jersey City +36061022900,"Census Tract 229, New York County, New York",8781,6389.0,46508.0,490400.0,1871.0,1546.0,2001.0,12.0,298.0,0.0,31.0,438.0,4455.0,New York City,New York-Newark-Jersey City +36061023502,"Census Tract 235.02, New York County, New York",2022,1260.0,31188.0,-666666666.0,373.0,236.0,1429.0,0.0,7.0,0.0,0.0,20.0,330.0,New York City,New York-Newark-Jersey City +36061024000,"Census Tract 240, New York County, New York",1814,1713.0,-666666666.0,-666666666.0,88.0,368.0,907.0,12.0,59.0,33.0,7.0,20.0,408.0,New York City,New York-Newark-Jersey City +36061001200,"Census Tract 12, New York County, New York",3921,3031.0,50399.0,618100.0,1383.0,2016.0,57.0,19.0,615.0,0.0,28.0,99.0,1106.0,New York City,New York-Newark-Jersey City +36061001401,"Census Tract 14.01, New York County, New York",3095,2609.0,84489.0,721200.0,1818.0,2084.0,64.0,0.0,540.0,0.0,0.0,93.0,314.0,New York City,New York-Newark-Jersey City +36061001501,"Census Tract 15.01, New York County, New York",6892,5687.0,88528.0,634300.0,3828.0,3918.0,344.0,25.0,1786.0,0.0,74.0,159.0,586.0,New York City,New York-Newark-Jersey City +36061004300,"Census Tract 43, New York County, New York",4225,3495.0,73025.0,743100.0,2656.0,2575.0,5.0,0.0,1073.0,0.0,15.0,196.0,361.0,New York City,New York-Newark-Jersey City +36061004900,"Census Tract 49, New York County, New York",4406,3512.0,95568.0,2000001.0,2755.0,3527.0,123.0,15.0,414.0,0.0,0.0,76.0,266.0,New York City,New York-Newark-Jersey City +36061003300,"Census Tract 33, New York County, New York",5415,4168.0,193750.0,2000001.0,3519.0,4138.0,153.0,0.0,588.0,0.0,0.0,294.0,242.0,New York City,New York-Newark-Jersey City +36061003602,"Census Tract 36.02, New York County, New York",2903,2319.0,85417.0,486500.0,1335.0,1630.0,273.0,42.0,397.0,0.0,0.0,155.0,406.0,New York City,New York-Newark-Jersey City +36061004800,"Census Tract 48, New York County, New York",6926,4648.0,114808.0,803100.0,3546.0,4977.0,303.0,16.0,1057.0,45.0,0.0,77.0,451.0,New York City,New York-Newark-Jersey City +36061005200,"Census Tract 52, New York County, New York",3642,2335.0,159821.0,1614500.0,2166.0,2742.0,98.0,23.0,609.0,0.0,17.0,9.0,144.0,New York City,New York-Newark-Jersey City +36061005501,"Census Tract 55.01, New York County, New York",4709,3640.0,160121.0,1118500.0,3344.0,3248.0,267.0,14.0,822.0,0.0,38.0,216.0,104.0,New York City,New York-Newark-Jersey City +36061006000,"Census Tract 60, New York County, New York",5457,4041.0,123563.0,-666666666.0,3549.0,4073.0,214.0,0.0,678.0,0.0,63.0,32.0,397.0,New York City,New York-Newark-Jersey City +36061006100,"Census Tract 61, New York County, New York",4824,3054.0,155960.0,1123700.0,2729.0,3692.0,111.0,0.0,579.0,0.0,8.0,90.0,344.0,New York City,New York-Newark-Jersey City +36061007200,"Census Tract 72, New York County, New York",7224,5587.0,108362.0,625000.0,4345.0,4862.0,50.0,0.0,1777.0,0.0,0.0,343.0,192.0,New York City,New York-Newark-Jersey City +36061007400,"Census Tract 74, New York County, New York",3803,2826.0,135588.0,791300.0,2383.0,2625.0,61.0,0.0,526.0,0.0,51.0,112.0,428.0,New York City,New York-Newark-Jersey City +36061000201,"Census Tract 2.01, New York County, New York",2730,1923.0,23574.0,-666666666.0,178.0,264.0,205.0,0.0,1153.0,0.0,0.0,2.0,1106.0,New York City,New York-Newark-Jersey City +36061000202,"Census Tract 2.02, New York County, New York",7789,5821.0,32068.0,569700.0,1751.0,1403.0,1341.0,37.0,1841.0,0.0,22.0,201.0,2981.0,New York City,New York-Newark-Jersey City +36061001502,"Census Tract 15.02, New York County, New York",7932,5352.0,155688.0,1123300.0,4746.0,5400.0,186.0,40.0,1745.0,0.0,0.0,202.0,359.0,New York City,New York-Newark-Jersey City +36061002202,"Census Tract 22.02, New York County, New York",1947,1696.0,90703.0,656300.0,1213.0,1055.0,122.0,11.0,307.0,0.0,0.0,103.0,360.0,New York City,New York-Newark-Jersey City +36061002700,"Census Tract 27, New York County, New York",1417,1151.0,59688.0,721300.0,513.0,260.0,4.0,0.0,1046.0,0.0,0.0,79.0,28.0,New York City,New York-Newark-Jersey City +36061004700,"Census Tract 47, New York County, New York",2318,1867.0,124821.0,2000001.0,1631.0,1829.0,9.0,0.0,293.0,0.0,0.0,63.0,124.0,New York City,New York-Newark-Jersey City +36061005000,"Census Tract 50, New York County, New York",5009,4325.0,137986.0,1016000.0,3768.0,3981.0,0.0,0.0,688.0,0.0,0.0,50.0,290.0,New York City,New York-Newark-Jersey City +36061009500,"Census Tract 95, New York County, New York",3471,1929.0,141971.0,1527100.0,1580.0,2366.0,107.0,20.0,588.0,0.0,0.0,89.0,301.0,New York City,New York-Newark-Jersey City +36061009800,"Census Tract 98, New York County, New York",7350,6294.0,134500.0,756300.0,4808.0,5588.0,156.0,8.0,789.0,0.0,79.0,87.0,643.0,New York City,New York-Newark-Jersey City +36061020800,"Census Tract 208, New York County, New York",5566,3928.0,70651.0,1005200.0,1874.0,980.0,3162.0,62.0,139.0,0.0,0.0,244.0,1041.0,New York City,New York-Newark-Jersey City +36061017402,"Census Tract 174.02, New York County, New York",2555,1847.0,38354.0,457700.0,717.0,436.0,978.0,8.0,223.0,0.0,0.0,28.0,890.0,New York City,New York-Newark-Jersey City +36061018700,"Census Tract 187, New York County, New York",8660,6730.0,113879.0,2000001.0,5513.0,6280.0,506.0,0.0,767.0,0.0,2.0,119.0,986.0,New York City,New York-Newark-Jersey City +36061018900,"Census Tract 189, New York County, New York",12236,8994.0,26529.0,1250000.0,3214.0,2480.0,2146.0,0.0,821.0,0.0,0.0,495.0,6294.0,New York City,New York-Newark-Jersey City +36061021000,"Census Tract 210, New York County, New York",7628,4589.0,28119.0,-666666666.0,1397.0,186.0,5129.0,0.0,104.0,0.0,0.0,80.0,2129.0,New York City,New York-Newark-Jersey City +36061022500,"Census Tract 225, New York County, New York",11072,8120.0,51572.0,311100.0,2445.0,1962.0,2533.0,45.0,490.0,0.0,29.0,396.0,5617.0,New York City,New York-Newark-Jersey City +36061024301,"Census Tract 243.01, New York County, New York",4419,3177.0,42312.0,-666666666.0,965.0,620.0,1576.0,36.0,155.0,0.0,13.0,42.0,2013.0,New York City,New York-Newark-Jersey City +36061024302,"Census Tract 243.02, New York County, New York",7649,4382.0,20949.0,-666666666.0,341.0,15.0,3880.0,152.0,85.0,0.0,0.0,52.0,3586.0,New York City,New York-Newark-Jersey City +36061027300,"Census Tract 273, New York County, New York",7007,5287.0,78165.0,473500.0,4079.0,4364.0,396.0,1.0,186.0,0.0,0.0,324.0,1737.0,New York City,New York-Newark-Jersey City +36061028700,"Census Tract 287, New York County, New York",4069,3051.0,47992.0,379000.0,1415.0,1390.0,99.0,14.0,106.0,0.0,22.0,21.0,2431.0,New York City,New York-Newark-Jersey City +36061030900,"Census Tract 309, New York County, New York",10137,6632.0,31549.0,626100.0,1486.0,1062.0,1936.0,0.0,27.0,0.0,105.0,153.0,6854.0,New York City,New York-Newark-Jersey City +36061031100,"Census Tract 311, New York County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061004000,"Census Tract 40, New York County, New York",8667,6017.0,89818.0,728600.0,4876.0,6438.0,253.0,0.0,1110.0,8.0,35.0,228.0,595.0,New York City,New York-Newark-Jersey City +36061002601,"Census Tract 26.01, New York County, New York",3934,2929.0,57788.0,419000.0,1124.0,1009.0,419.0,15.0,455.0,0.0,0.0,92.0,1959.0,New York City,New York-Newark-Jersey City +36061002602,"Census Tract 26.02, New York County, New York",4207,3475.0,77212.0,651200.0,2348.0,2353.0,167.0,44.0,626.0,36.0,0.0,266.0,715.0,New York City,New York-Newark-Jersey City +36061026900,"Census Tract 269, New York County, New York",9657,6566.0,38211.0,493500.0,982.0,657.0,423.0,14.0,201.0,0.0,33.0,65.0,8278.0,New York City,New York-Newark-Jersey City +36061028100,"Census Tract 281, New York County, New York",3208,2566.0,99038.0,421100.0,1830.0,2367.0,209.0,0.0,133.0,0.0,14.0,101.0,384.0,New York City,New York-Newark-Jersey City +36061028300,"Census Tract 283, New York County, New York",7919,5906.0,54243.0,-666666666.0,2415.0,1719.0,669.0,23.0,229.0,0.0,0.0,82.0,5220.0,New York City,New York-Newark-Jersey City +36061029100,"Census Tract 291, New York County, New York",12180,7973.0,34024.0,-666666666.0,1378.0,614.0,533.0,33.0,214.0,0.0,53.0,36.0,10730.0,New York City,New York-Newark-Jersey City +36061029500,"Census Tract 295, New York County, New York",8573,6547.0,73420.0,348400.0,2999.0,2678.0,168.0,0.0,334.0,0.0,0.0,160.0,5233.0,New York City,New York-Newark-Jersey City +36061025500,"Census Tract 255, New York County, New York",5831,4318.0,35481.0,670000.0,2326.0,1554.0,352.0,61.0,963.0,0.0,90.0,138.0,2704.0,New York City,New York-Newark-Jersey City +36061002100,"Census Tract 21, New York County, New York",6863,4883.0,250001.0,2000001.0,4245.0,5176.0,74.0,0.0,961.0,0.0,0.0,359.0,293.0,New York City,New York-Newark-Jersey City +36061022200,"Census Tract 222, New York County, New York",3323,2326.0,52826.0,1074700.0,1227.0,1181.0,1424.0,0.0,189.0,0.0,31.0,146.0,352.0,New York City,New York-Newark-Jersey City +36061001600,"Census Tract 16, New York County, New York",7244,5929.0,44375.0,1546600.0,2251.0,990.0,93.0,0.0,5602.0,0.0,38.0,49.0,472.0,New York City,New York-Newark-Jersey City +36061002800,"Census Tract 28, New York County, New York",7304,5423.0,36470.0,479500.0,2383.0,2100.0,1044.0,16.0,853.0,0.0,44.0,78.0,3185.0,New York City,New York-Newark-Jersey City +36061001300,"Census Tract 13, New York County, New York",4805,3716.0,139281.0,971700.0,3489.0,2992.0,60.0,0.0,953.0,0.0,31.0,129.0,640.0,New York City,New York-Newark-Jersey City +36061001402,"Census Tract 14.02, New York County, New York",2857,2396.0,29890.0,558300.0,997.0,872.0,100.0,48.0,860.0,0.0,45.0,108.0,872.0,New York City,New York-Newark-Jersey City +36061002201,"Census Tract 22.01, New York County, New York",6484,5048.0,28791.0,-666666666.0,1557.0,1151.0,731.0,35.0,1560.0,0.0,0.0,152.0,2890.0,New York City,New York-Newark-Jersey City +36061003001,"Census Tract 30.01, New York County, New York",4140,3212.0,72258.0,693200.0,2322.0,2047.0,208.0,0.0,810.0,0.0,0.0,281.0,794.0,New York City,New York-Newark-Jersey City +36061003100,"Census Tract 31, New York County, New York",2720,1423.0,202404.0,1458300.0,1086.0,1470.0,255.0,8.0,665.0,0.0,10.0,117.0,195.0,New York City,New York-Newark-Jersey City +36061003400,"Census Tract 34, New York County, New York",6493,5216.0,75340.0,722500.0,3504.0,3842.0,153.0,0.0,989.0,0.0,0.0,62.0,1447.0,New York City,New York-Newark-Jersey City +36061004200,"Census Tract 42, New York County, New York",5197,2354.0,123889.0,1023600.0,2011.0,3488.0,223.0,0.0,1087.0,0.0,0.0,98.0,301.0,New York City,New York-Newark-Jersey City +36061005700,"Census Tract 57, New York County, New York",2766,2265.0,157176.0,1345600.0,2057.0,2068.0,96.0,0.0,230.0,0.0,70.0,82.0,220.0,New York City,New York-Newark-Jersey City +36061008700,"Census Tract 87, New York County, New York",6815,5672.0,153350.0,1983300.0,4470.0,4779.0,85.0,0.0,579.0,0.0,59.0,148.0,1165.0,New York City,New York-Newark-Jersey City +36061027100,"Census Tract 271, New York County, New York",9743,7030.0,57111.0,410200.0,2885.0,2816.0,102.0,48.0,218.0,0.0,0.0,28.0,6579.0,New York City,New York-Newark-Jersey City +36061030300,"Census Tract 303, New York County, New York",5113,3703.0,61714.0,329800.0,1712.0,1664.0,148.0,0.0,137.0,0.0,0.0,101.0,3063.0,New York City,New York-Newark-Jersey City +36061030700,"Census Tract 307, New York County, New York",3756,3076.0,76759.0,367600.0,1761.0,1960.0,275.0,47.0,142.0,12.0,64.0,121.0,1176.0,New York City,New York-Newark-Jersey City +36061001002,"Census Tract 10.02, New York County, New York",5707,4195.0,18977.0,-666666666.0,416.0,182.0,511.0,0.0,776.0,0.0,0.0,71.0,4167.0,New York City,New York-Newark-Jersey City +36061001800,"Census Tract 18, New York County, New York",7895,6171.0,65223.0,1061000.0,2401.0,2238.0,373.0,155.0,4237.0,0.0,17.0,233.0,642.0,New York City,New York-Newark-Jersey City +36061021100,"Census Tract 211, New York County, New York",10050,6877.0,48955.0,569800.0,4817.0,4194.0,1850.0,0.0,2393.0,0.0,114.0,265.0,1234.0,New York City,New York-Newark-Jersey City +36061021600,"Census Tract 216, New York County, New York",8282,6088.0,57589.0,930100.0,2852.0,2057.0,4115.0,47.0,390.0,0.0,17.0,184.0,1519.0,New York City,New York-Newark-Jersey City +36061021900,"Census Tract 219, New York County, New York",6469,3912.0,19637.0,-666666666.0,489.0,330.0,2211.0,170.0,109.0,8.0,0.0,0.0,3811.0,New York City,New York-Newark-Jersey City +36061023700,"Census Tract 237, New York County, New York",7721,5421.0,41953.0,169900.0,1789.0,1231.0,1864.0,19.0,400.0,0.0,41.0,501.0,3684.0,New York City,New York-Newark-Jersey City +36061025100,"Census Tract 251, New York County, New York",2809,1988.0,32049.0,519200.0,414.0,313.0,403.0,23.0,111.0,0.0,0.0,5.0,1977.0,New York City,New York-Newark-Jersey City +36061026700,"Census Tract 267, New York County, New York",2174,1092.0,38911.0,-666666666.0,442.0,1244.0,40.0,41.0,51.0,0.0,0.0,0.0,818.0,New York City,New York-Newark-Jersey City +36061027700,"Census Tract 277, New York County, New York",7725,5801.0,31327.0,-666666666.0,1123.0,920.0,656.0,86.0,147.0,0.0,0.0,44.0,5958.0,New York City,New York-Newark-Jersey City +36061031900,"Census Tract 319, New York County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061011100,"Census Tract 111, New York County, New York",5012,4249.0,105887.0,489300.0,2886.0,2393.0,367.0,0.0,1241.0,0.0,4.0,82.0,925.0,New York City,New York-Newark-Jersey City +36061011402,"Census Tract 114.02, New York County, New York",1910,1617.0,155353.0,1184000.0,1369.0,1679.0,0.0,0.0,105.0,0.0,0.0,48.0,78.0,New York City,New York-Newark-Jersey City +36061014000,"Census Tract 140, New York County, New York",7773,6266.0,153906.0,2000001.0,5269.0,6586.0,101.0,0.0,492.0,0.0,0.0,67.0,527.0,New York City,New York-Newark-Jersey City +36061015100,"Census Tract 151, New York County, New York",8332,6601.0,61595.0,1335000.0,3850.0,2874.0,1155.0,26.0,1397.0,0.0,135.0,229.0,2542.0,New York City,New York-Newark-Jersey City +36061015602,"Census Tract 156.02, New York County, New York",2617,1847.0,56458.0,1072700.0,763.0,606.0,585.0,0.0,348.0,0.0,7.0,94.0,977.0,New York City,New York-Newark-Jersey City +36061016800,"Census Tract 168, New York County, New York",4770,3321.0,24777.0,2000001.0,946.0,929.0,1461.0,45.0,313.0,0.0,0.0,82.0,1985.0,New York City,New York-Newark-Jersey City +36061017300,"Census Tract 173, New York County, New York",8226,6964.0,128064.0,972600.0,5215.0,5827.0,259.0,0.0,710.0,0.0,0.0,141.0,1289.0,New York City,New York-Newark-Jersey City +36061017500,"Census Tract 175, New York County, New York",10500,8318.0,146042.0,1144700.0,6735.0,8304.0,540.0,0.0,530.0,0.0,99.0,36.0,991.0,New York City,New York-Newark-Jersey City +36061000500,"Census Tract 5, New York County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061003002,"Census Tract 30.02, New York County, New York",2972,2523.0,53333.0,635200.0,1522.0,1520.0,239.0,0.0,358.0,0.0,24.0,30.0,801.0,New York City,New York-Newark-Jersey City +36061006300,"Census Tract 63, New York County, New York",6728,5245.0,134512.0,1218600.0,4599.0,5606.0,88.0,0.0,539.0,0.0,67.0,115.0,313.0,New York City,New York-Newark-Jersey City +36061017800,"Census Tract 178, New York County, New York",3782,2642.0,48353.0,838000.0,1059.0,671.0,632.0,28.0,218.0,16.0,110.0,50.0,2085.0,New York City,New York-Newark-Jersey City +36061018800,"Census Tract 188, New York County, New York",6009,4197.0,30963.0,355800.0,1223.0,863.0,1232.0,14.0,144.0,0.0,16.0,122.0,3632.0,New York City,New York-Newark-Jersey City +36061020300,"Census Tract 203, New York County, New York",3338,891.0,38750.0,937500.0,706.0,1682.0,455.0,34.0,582.0,5.0,0.0,92.0,488.0,New York City,New York-Newark-Jersey City +36061013900,"Census Tract 139, New York County, New York",9600,8464.0,101912.0,802200.0,6168.0,5998.0,456.0,37.0,1699.0,0.0,206.0,422.0,782.0,New York City,New York-Newark-Jersey City +36061014500,"Census Tract 145, New York County, New York",5858,4467.0,159222.0,1137400.0,3709.0,3868.0,426.0,0.0,802.0,0.0,37.0,134.0,591.0,New York City,New York-Newark-Jersey City +36061014700,"Census Tract 147, New York County, New York",3436,2780.0,190167.0,1658700.0,2509.0,1825.0,69.0,0.0,917.0,0.0,25.0,142.0,458.0,New York City,New York-Newark-Jersey City +36061006400,"Census Tract 64, New York County, New York",7961,6759.0,106179.0,684900.0,5489.0,5557.0,257.0,180.0,1177.0,0.0,74.0,337.0,379.0,New York City,New York-Newark-Jersey City +36061006500,"Census Tract 65, New York County, New York",6490,4918.0,104384.0,914100.0,3951.0,4864.0,201.0,0.0,590.0,0.0,0.0,362.0,473.0,New York City,New York-Newark-Jersey City +36061012500,"Census Tract 125, New York County, New York",2489,2088.0,141875.0,1375000.0,1746.0,1360.0,8.0,0.0,885.0,0.0,0.0,41.0,195.0,New York City,New York-Newark-Jersey City +36061020101,"Census Tract 201.01, New York County, New York",1781,439.0,112708.0,1137900.0,418.0,950.0,269.0,39.0,282.0,0.0,0.0,59.0,182.0,New York City,New York-Newark-Jersey City +36061007800,"Census Tract 78, New York County, New York",8610,6966.0,118866.0,701100.0,5479.0,4864.0,378.0,0.0,1933.0,0.0,0.0,451.0,984.0,New York City,New York-Newark-Jersey City +36061011202,"Census Tract 112.02, New York County, New York",266,231.0,163750.0,1650000.0,193.0,198.0,0.0,0.0,43.0,0.0,0.0,0.0,25.0,New York City,New York-Newark-Jersey City +36061014300,"Census Tract 143, New York County, New York",4,1.0,-666666666.0,-666666666.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,1.0,1.0,New York City,New York-Newark-Jersey City +36061017401,"Census Tract 174.01, New York County, New York",4582,3249.0,19890.0,900600.0,1084.0,523.0,1517.0,0.0,358.0,0.0,17.0,34.0,2133.0,New York City,New York-Newark-Jersey City +36061020701,"Census Tract 207.01, New York County, New York",3181,2134.0,62331.0,593800.0,1842.0,1570.0,183.0,0.0,896.0,0.0,0.0,100.0,432.0,New York City,New York-Newark-Jersey City +36061003200,"Census Tract 32, New York County, New York",7939,7171.0,68675.0,656100.0,5158.0,5972.0,304.0,1.0,1095.0,0.0,0.0,40.0,527.0,New York City,New York-Newark-Jersey City +36061014601,"Census Tract 146.01, New York County, New York",4468,3913.0,111853.0,1561900.0,3311.0,3098.0,6.0,25.0,742.0,0.0,0.0,57.0,540.0,New York City,New York-Newark-Jersey City +36061016500,"Census Tract 165, New York County, New York",6529,5506.0,138313.0,1014600.0,4104.0,5017.0,307.0,0.0,413.0,0.0,0.0,80.0,712.0,New York City,New York-Newark-Jersey City +36061027900,"Census Tract 279, New York County, New York",12283,8621.0,44962.0,421400.0,2400.0,1703.0,419.0,234.0,278.0,0.0,0.0,198.0,9685.0,New York City,New York-Newark-Jersey City +36061011203,"Census Tract 112.03, New York County, New York",1228,1025.0,124050.0,1070700.0,904.0,878.0,42.0,0.0,238.0,0.0,0.0,18.0,52.0,New York City,New York-Newark-Jersey City +36061018400,"Census Tract 184, New York County, New York",7459,5055.0,27132.0,657700.0,1437.0,365.0,3015.0,0.0,704.0,0.0,84.0,58.0,3233.0,New York City,New York-Newark-Jersey City +36061017200,"Census Tract 172, New York County, New York",5787,4088.0,43750.0,1079500.0,1217.0,630.0,978.0,0.0,206.0,0.0,0.0,33.0,3940.0,New York City,New York-Newark-Jersey City +36061021500,"Census Tract 215, New York County, New York",4520,2765.0,33958.0,635400.0,763.0,622.0,2433.0,0.0,154.0,0.0,19.0,50.0,1242.0,New York City,New York-Newark-Jersey City +36061025700,"Census Tract 257, New York County, New York",4609,3331.0,81513.0,865200.0,2167.0,1536.0,1730.0,0.0,351.0,0.0,13.0,109.0,870.0,New York City,New York-Newark-Jersey City +36061029900,"Census Tract 299, New York County, New York",4348,2943.0,21957.0,195300.0,511.0,91.0,875.0,5.0,0.0,0.0,9.0,8.0,3365.0,New York City,New York-Newark-Jersey City +36061003700,"Census Tract 37, New York County, New York",2674,2211.0,147738.0,1410000.0,1712.0,2072.0,73.0,0.0,208.0,0.0,29.0,71.0,221.0,New York City,New York-Newark-Jersey City +36061024200,"Census Tract 242, New York County, New York",4421,2887.0,25285.0,-666666666.0,637.0,205.0,2162.0,8.0,204.0,0.0,0.0,0.0,1842.0,New York City,New York-Newark-Jersey City +36061025900,"Census Tract 259, New York County, New York",3635,2585.0,57161.0,540500.0,1568.0,663.0,1556.0,0.0,139.0,0.0,21.0,133.0,1123.0,New York City,New York-Newark-Jersey City +36061008601,"Census Tract 86.01, New York County, New York",2986,2181.0,152120.0,1014800.0,1881.0,1914.0,55.0,14.0,704.0,0.0,0.0,67.0,232.0,New York City,New York-Newark-Jersey City +36061008603,"Census Tract 86.03, New York County, New York",4772,4178.0,167607.0,1042900.0,3485.0,3923.0,18.0,0.0,399.0,0.0,14.0,197.0,221.0,New York City,New York-Newark-Jersey City +36061022700,"Census Tract 227, New York County, New York",5875,4316.0,53633.0,450000.0,1933.0,1275.0,2030.0,0.0,158.0,0.0,13.0,186.0,2213.0,New York City,New York-Newark-Jersey City +36061023100,"Census Tract 231, New York County, New York",6760,5305.0,42924.0,489200.0,1818.0,860.0,2627.0,126.0,71.0,0.0,17.0,157.0,3028.0,New York City,New York-Newark-Jersey City +36061023801,"Census Tract 238.01, New York County, New York",9300,7315.0,88724.0,653000.0,5130.0,3575.0,1029.0,0.0,3147.0,0.0,23.0,374.0,1152.0,New York City,New York-Newark-Jersey City +36061023802,"Census Tract 238.02, New York County, New York",2645,2306.0,124250.0,-666666666.0,962.0,1159.0,456.0,0.0,498.0,0.0,0.0,65.0,467.0,New York City,New York-Newark-Jersey City +36061021703,"Census Tract 217.03, New York County, New York",9,9.0,-666666666.0,-666666666.0,4.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061008602,"Census Tract 86.02, New York County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061021303,"Census Tract 213.03, New York County, New York",5850,4445.0,44688.0,422500.0,1850.0,997.0,2644.0,67.0,311.0,0.0,0.0,171.0,1727.0,New York City,New York-Newark-Jersey City +36061003601,"Census Tract 36.01, New York County, New York",3522,2524.0,47759.0,488500.0,969.0,830.0,236.0,0.0,786.0,0.0,7.0,31.0,1632.0,New York City,New York-Newark-Jersey City +36061004500,"Census Tract 45, New York County, New York",1005,797.0,142632.0,2000001.0,550.0,672.0,1.0,1.0,261.0,0.0,0.0,42.0,29.0,New York City,New York-Newark-Jersey City +36061005502,"Census Tract 55.02, New York County, New York",2245,1807.0,127465.0,1602000.0,1407.0,1673.0,90.0,0.0,78.0,21.0,0.0,67.0,316.0,New York City,New York-Newark-Jersey City +36061005600,"Census Tract 56, New York County, New York",3220,2703.0,124321.0,1177600.0,1979.0,2217.0,204.0,0.0,458.0,0.0,0.0,59.0,282.0,New York City,New York-Newark-Jersey City +36061006200,"Census Tract 62, New York County, New York",4692,3426.0,105170.0,-666666666.0,2184.0,2124.0,855.0,10.0,888.0,0.0,0.0,162.0,653.0,New York City,New York-Newark-Jersey City +36061007700,"Census Tract 77, New York County, New York",5991,5390.0,136731.0,992000.0,4631.0,4975.0,45.0,0.0,378.0,0.0,0.0,165.0,428.0,New York City,New York-Newark-Jersey City +36061008000,"Census Tract 80, New York County, New York",5013,4313.0,119167.0,858700.0,3657.0,3958.0,88.0,12.0,586.0,0.0,54.0,20.0,295.0,New York City,New York-Newark-Jersey City +36061009000,"Census Tract 90, New York County, New York",7645,6496.0,132390.0,668400.0,5389.0,5161.0,192.0,0.0,1476.0,5.0,0.0,98.0,713.0,New York City,New York-Newark-Jersey City +36061009200,"Census Tract 92, New York County, New York",1691,1512.0,122500.0,721500.0,1264.0,1254.0,18.0,0.0,317.0,0.0,0.0,24.0,78.0,New York City,New York-Newark-Jersey City +36061010400,"Census Tract 104, New York County, New York",1008,935.0,120217.0,1200500.0,689.0,696.0,25.0,0.0,194.0,11.0,0.0,0.0,82.0,New York City,New York-Newark-Jersey City +36061011900,"Census Tract 119, New York County, New York",1027,999.0,16394.0,-666666666.0,200.0,258.0,417.0,0.0,19.0,0.0,0.0,42.0,291.0,New York City,New York-Newark-Jersey City +36061013200,"Census Tract 132, New York County, New York",10818,8253.0,89282.0,661300.0,6633.0,6938.0,0.0,0.0,614.0,96.0,0.0,294.0,2876.0,New York City,New York-Newark-Jersey City +36061013400,"Census Tract 134, New York County, New York",11698,9552.0,96591.0,845700.0,7827.0,9717.0,229.0,0.0,1101.0,0.0,0.0,354.0,297.0,New York City,New York-Newark-Jersey City +36061013600,"Census Tract 136, New York County, New York",16147,13253.0,105867.0,940000.0,10542.0,13699.0,247.0,0.0,626.0,0.0,0.0,251.0,1324.0,New York City,New York-Newark-Jersey City +36061014402,"Census Tract 144.02, New York County, New York",7466,6052.0,126442.0,1030700.0,5380.0,6397.0,227.0,0.0,498.0,0.0,84.0,142.0,118.0,New York City,New York-Newark-Jersey City +36061014801,"Census Tract 148.01, New York County, New York",3198,2484.0,154306.0,1683300.0,2121.0,2555.0,11.0,11.0,256.0,0.0,0.0,117.0,248.0,New York City,New York-Newark-Jersey City +36061015700,"Census Tract 157, New York County, New York",9847,7442.0,139792.0,1047700.0,6909.0,7728.0,226.0,34.0,780.0,0.0,0.0,237.0,842.0,New York City,New York-Newark-Jersey City +36061015801,"Census Tract 158.01, New York County, New York",5598,4201.0,152784.0,1023600.0,3901.0,4407.0,198.0,0.0,615.0,0.0,52.0,87.0,239.0,New York City,New York-Newark-Jersey City +36061016100,"Census Tract 161, New York County, New York",6168,5127.0,121652.0,2000001.0,4314.0,4658.0,101.0,0.0,725.0,0.0,0.0,256.0,428.0,New York City,New York-Newark-Jersey City +36061016400,"Census Tract 164, New York County, New York",7696,5552.0,27116.0,-666666666.0,1533.0,802.0,1551.0,17.0,1175.0,0.0,68.0,43.0,4040.0,New York City,New York-Newark-Jersey City +36061019600,"Census Tract 196, New York County, New York",4072,3016.0,17070.0,-666666666.0,607.0,507.0,1223.0,0.0,230.0,4.0,0.0,224.0,1884.0,New York City,New York-Newark-Jersey City +36061018000,"Census Tract 180, New York County, New York",7896,4966.0,34516.0,517900.0,1312.0,639.0,1784.0,68.0,386.0,0.0,106.0,80.0,4901.0,New York City,New York-Newark-Jersey City +36061018500,"Census Tract 185, New York County, New York",5135,4158.0,116382.0,919400.0,3490.0,3319.0,722.0,8.0,522.0,0.0,0.0,89.0,475.0,New York City,New York-Newark-Jersey City +36061019000,"Census Tract 190, New York County, New York",3452,2518.0,55536.0,586800.0,1374.0,637.0,2001.0,34.0,291.0,0.0,9.0,59.0,421.0,New York City,New York-Newark-Jersey City +36061019300,"Census Tract 193, New York County, New York",9361,7157.0,41205.0,657700.0,3185.0,2932.0,1558.0,26.0,766.0,0.0,271.0,125.0,3709.0,New York City,New York-Newark-Jersey City +36061019400,"Census Tract 194, New York County, New York",6703,4279.0,20086.0,381300.0,616.0,467.0,2194.0,118.0,111.0,0.0,24.0,126.0,3781.0,New York City,New York-Newark-Jersey City +36061021200,"Census Tract 212, New York County, New York",4615,3684.0,53117.0,325000.0,1955.0,357.0,3037.0,0.0,243.0,0.0,9.0,160.0,809.0,New York City,New York-Newark-Jersey City +36061022400,"Census Tract 224, New York County, New York",8292,5018.0,31600.0,1131000.0,1218.0,890.0,4912.0,31.0,64.0,0.0,0.0,27.0,2368.0,New York City,New York-Newark-Jersey City +36061029300,"Census Tract 293, New York County, New York",9504,6575.0,37491.0,-666666666.0,1204.0,534.0,390.0,100.0,123.0,0.0,13.0,176.0,8268.0,New York City,New York-Newark-Jersey City +36061023200,"Census Tract 232, New York County, New York",8512,5439.0,33586.0,280300.0,1393.0,484.0,4389.0,0.0,149.0,10.0,0.0,66.0,3414.0,New York City,New York-Newark-Jersey City +36061023900,"Census Tract 239, New York County, New York",3135,2278.0,34715.0,500000.0,716.0,316.0,973.0,57.0,102.0,0.0,11.0,52.0,1681.0,New York City,New York-Newark-Jersey City +36061024100,"Census Tract 241, New York County, New York",8613,7088.0,52519.0,417600.0,2663.0,1378.0,2051.0,200.0,301.0,88.0,92.0,43.0,4660.0,New York City,New York-Newark-Jersey City +36061029700,"Census Tract 297, New York County, New York",17,17.0,-666666666.0,-666666666.0,0.0,0.0,13.0,0.0,4.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36061019702,"Census Tract 197.02, New York County, New York",2460,2062.0,66103.0,699000.0,1184.0,676.0,820.0,24.0,398.0,0.0,0.0,60.0,502.0,New York City,New York-Newark-Jersey City +36061031703,"Census Tract 317.03, New York County, New York",5644,3938.0,250001.0,2000001.0,3317.0,4043.0,58.0,0.0,950.0,0.0,13.0,265.0,315.0,New York City,New York-Newark-Jersey City +36061031704,"Census Tract 317.04, New York County, New York",10241,7805.0,162030.0,965500.0,6938.0,6844.0,151.0,0.0,2055.0,0.0,59.0,276.0,856.0,New York City,New York-Newark-Jersey City +36061004400,"Census Tract 44, New York County, New York",17069,12699.0,98886.0,-666666666.0,9883.0,11993.0,894.0,0.0,1960.0,0.0,0.0,548.0,1674.0,New York City,New York-Newark-Jersey City +36061019800,"Census Tract 198, New York County, New York",2806,2165.0,74712.0,498200.0,1027.0,453.0,1434.0,15.0,302.0,0.0,0.0,51.0,551.0,New York City,New York-Newark-Jersey City +36061010900,"Census Tract 109, New York County, New York",179,142.0,160511.0,461400.0,127.0,109.0,13.0,1.0,49.0,0.0,0.0,5.0,3.0,New York City,New York-Newark-Jersey City +36071012300,"Census Tract 123, Orange County, New York",5456,3597.0,105417.0,350200.0,1167.0,4421.0,192.0,0.0,291.0,0.0,55.0,15.0,482.0,New York City,New York-Newark-Jersey City +36071013900,"Census Tract 139, Orange County, New York",4523,2859.0,114811.0,311400.0,1167.0,3299.0,198.0,0.0,64.0,0.0,44.0,53.0,865.0,New York City,New York-Newark-Jersey City +36071014800,"Census Tract 148, Orange County, New York",6480,4651.0,83260.0,275300.0,1207.0,4471.0,118.0,86.0,14.0,0.0,0.0,201.0,1590.0,New York City,New York-Newark-Jersey City +36071013300,"Census Tract 133, Orange County, New York",7222,4895.0,111619.0,291800.0,1278.0,6071.0,308.0,0.0,0.0,0.0,19.0,0.0,824.0,New York City,New York-Newark-Jersey City +36071014302,"Census Tract 143.02, Orange County, New York",6909,4392.0,113264.0,317000.0,1768.0,5274.0,429.0,34.0,281.0,0.0,0.0,169.0,753.0,New York City,New York-Newark-Jersey City +36071014700,"Census Tract 147, Orange County, New York",4029,2798.0,105949.0,244100.0,1071.0,2851.0,694.0,0.0,49.0,0.0,0.0,99.0,336.0,New York City,New York-Newark-Jersey City +36071014900,"Census Tract 149, Orange County, New York",3552,2571.0,104625.0,437800.0,1359.0,2890.0,127.0,0.0,138.0,0.0,0.0,78.0,319.0,New York City,New York-Newark-Jersey City +36071013700,"Census Tract 137, Orange County, New York",2682,2019.0,74500.0,202800.0,764.0,1438.0,539.0,10.0,135.0,0.0,30.0,103.0,427.0,New York City,New York-Newark-Jersey City +36071013800,"Census Tract 138, Orange County, New York",2929,2077.0,84100.0,263900.0,903.0,2113.0,191.0,14.0,94.0,0.0,0.0,103.0,414.0,New York City,New York-Newark-Jersey City +36071000200,"Census Tract 2, Orange County, New York",2862,1767.0,52578.0,147900.0,308.0,835.0,611.0,0.0,90.0,0.0,0.0,61.0,1265.0,New York City,New York-Newark-Jersey City +36071002100,"Census Tract 21, Orange County, New York",3224,2322.0,49861.0,165400.0,534.0,2162.0,429.0,10.0,66.0,0.0,28.0,49.0,480.0,New York City,New York-Newark-Jersey City +36071002200,"Census Tract 22, Orange County, New York",3587,2137.0,42516.0,156700.0,350.0,2495.0,808.0,6.0,14.0,0.0,0.0,115.0,149.0,New York City,New York-Newark-Jersey City +36071002300,"Census Tract 23, Orange County, New York",1859,1243.0,52629.0,161300.0,181.0,1595.0,26.0,50.0,26.0,0.0,0.0,93.0,107.0,New York City,New York-Newark-Jersey City +36071010500,"Census Tract 105, Orange County, New York",8197,6208.0,83634.0,231500.0,1922.0,4469.0,1000.0,19.0,377.0,0.0,0.0,326.0,2006.0,New York City,New York-Newark-Jersey City +36071011400,"Census Tract 114, Orange County, New York",4091,2797.0,69421.0,254100.0,624.0,3078.0,313.0,24.0,40.0,0.0,36.0,29.0,571.0,New York City,New York-Newark-Jersey City +36071013000,"Census Tract 130, Orange County, New York",4824,3089.0,78483.0,285200.0,1256.0,3641.0,23.0,0.0,168.0,0.0,1.0,126.0,865.0,New York City,New York-Newark-Jersey City +36071013400,"Census Tract 134, Orange County, New York",3097,2047.0,86724.0,271200.0,564.0,2124.0,299.0,0.0,98.0,0.0,5.0,18.0,553.0,New York City,New York-Newark-Jersey City +36071014600,"Census Tract 146, Orange County, New York",7241,5120.0,79188.0,311900.0,2121.0,6154.0,189.0,96.0,156.0,65.0,0.0,56.0,525.0,New York City,New York-Newark-Jersey City +36071010300,"Census Tract 103, Orange County, New York",3648,2418.0,77545.0,225900.0,526.0,2424.0,343.0,0.0,36.0,0.0,10.0,51.0,784.0,New York City,New York-Newark-Jersey City +36071010400,"Census Tract 104, Orange County, New York",4025,2707.0,71017.0,214000.0,789.0,2549.0,287.0,0.0,55.0,0.0,0.0,101.0,1033.0,New York City,New York-Newark-Jersey City +36071010600,"Census Tract 106, Orange County, New York",7186,5188.0,92692.0,289300.0,1635.0,5763.0,135.0,0.0,155.0,0.0,0.0,37.0,1096.0,New York City,New York-Newark-Jersey City +36071012200,"Census Tract 122, Orange County, New York",3721,2373.0,102853.0,314500.0,1184.0,2974.0,58.0,0.0,116.0,0.0,0.0,173.0,400.0,New York City,New York-Newark-Jersey City +36071012900,"Census Tract 129, Orange County, New York",2815,2000.0,100000.0,308500.0,915.0,2503.0,0.0,0.0,44.0,32.0,0.0,43.0,193.0,New York City,New York-Newark-Jersey City +36071011000,"Census Tract 110, Orange County, New York",4949,3198.0,65417.0,273100.0,969.0,3518.0,471.0,112.0,64.0,0.0,12.0,74.0,698.0,New York City,New York-Newark-Jersey City +36071012700,"Census Tract 127, Orange County, New York",4141,2845.0,60704.0,205400.0,541.0,2098.0,415.0,41.0,51.0,0.0,92.0,146.0,1339.0,New York City,New York-Newark-Jersey City +36071014400,"Census Tract 144, Orange County, New York",4567,3254.0,90295.0,283900.0,1052.0,3603.0,168.0,50.0,29.0,0.0,6.0,119.0,598.0,New York City,New York-Newark-Jersey City +36071014301,"Census Tract 143.01, Orange County, New York",5062,3364.0,79718.0,215700.0,1075.0,2458.0,633.0,36.0,411.0,0.0,0.0,113.0,1441.0,New York City,New York-Newark-Jersey City +36071012601,"Census Tract 126.01, Orange County, New York",4259,2708.0,87794.0,230900.0,997.0,2224.0,513.0,0.0,72.0,0.0,27.0,141.0,1282.0,New York City,New York-Newark-Jersey City +36071000502,"Census Tract 5.02, Orange County, New York",3865,1906.0,41875.0,205400.0,80.0,353.0,775.0,10.0,0.0,0.0,0.0,75.0,2652.0,New York City,New York-Newark-Jersey City +36071012602,"Census Tract 126.02, Orange County, New York",3309,2274.0,40615.0,204100.0,410.0,1682.0,666.0,0.0,242.0,0.0,0.0,23.0,696.0,New York City,New York-Newark-Jersey City +36071011802,"Census Tract 118.02, Orange County, New York",2667,1743.0,119583.0,311800.0,668.0,2379.0,95.0,9.0,41.0,0.0,0.0,0.0,152.0,New York City,New York-Newark-Jersey City +36071011702,"Census Tract 117.02, Orange County, New York",4513,2986.0,88689.0,286100.0,912.0,3659.0,99.0,32.0,19.0,0.0,69.0,47.0,609.0,New York City,New York-Newark-Jersey City +36071011801,"Census Tract 118.01, Orange County, New York",4621,2759.0,67339.0,263200.0,954.0,3374.0,290.0,0.0,123.0,0.0,0.0,139.0,695.0,New York City,New York-Newark-Jersey City +36071011602,"Census Tract 116.02, Orange County, New York",3676,2705.0,50958.0,160700.0,366.0,3225.0,117.0,0.0,0.0,0.0,0.0,98.0,236.0,New York City,New York-Newark-Jersey City +36071010102,"Census Tract 101.02, Orange County, New York",5181,3637.0,94648.0,290800.0,1107.0,3489.0,629.0,0.0,66.0,0.0,49.0,107.0,841.0,New York City,New York-Newark-Jersey City +36071000300,"Census Tract 3, Orange County, New York",6553,3475.0,40494.0,178400.0,467.0,877.0,1384.0,101.0,210.0,0.0,144.0,52.0,3886.0,New York City,New York-Newark-Jersey City +36071011500,"Census Tract 115, Orange County, New York",6993,5416.0,81722.0,240000.0,1145.0,4592.0,965.0,15.0,123.0,0.0,26.0,121.0,1152.0,New York City,New York-Newark-Jersey City +36071001100,"Census Tract 11, Orange County, New York",4603,3147.0,50664.0,163500.0,540.0,1302.0,1001.0,10.0,141.0,0.0,0.0,89.0,2070.0,New York City,New York-Newark-Jersey City +36071001200,"Census Tract 12, Orange County, New York",2663,1652.0,44074.0,155800.0,147.0,380.0,488.0,31.0,122.0,0.0,43.0,118.0,1512.0,New York City,New York-Newark-Jersey City +36071001300,"Census Tract 13, Orange County, New York",3195,2361.0,84125.0,209900.0,746.0,1669.0,431.0,30.0,295.0,0.0,0.0,33.0,737.0,New York City,New York-Newark-Jersey City +36071001600,"Census Tract 16, Orange County, New York",6980,4700.0,58872.0,194100.0,903.0,2738.0,1198.0,13.0,184.0,0.0,13.0,119.0,2728.0,New York City,New York-Newark-Jersey City +36071010200,"Census Tract 102, Orange County, New York",4631,3376.0,79728.0,285900.0,1245.0,3610.0,364.0,0.0,55.0,0.0,0.0,88.0,514.0,New York City,New York-Newark-Jersey City +36071011300,"Census Tract 113, Orange County, New York",7787,5693.0,54402.0,242200.0,1310.0,2839.0,1479.0,0.0,318.0,0.0,84.0,215.0,2852.0,New York City,New York-Newark-Jersey City +36071010700,"Census Tract 107, Orange County, New York",6781,4268.0,70147.0,196200.0,866.0,4865.0,408.0,0.0,65.0,0.0,280.0,90.0,1073.0,New York City,New York-Newark-Jersey City +36071011900,"Census Tract 119, Orange County, New York",6474,4918.0,99180.0,351000.0,1652.0,4830.0,514.0,0.0,266.0,0.0,0.0,72.0,792.0,New York City,New York-Newark-Jersey City +36071012800,"Census Tract 128, Orange County, New York",4834,3494.0,84688.0,238800.0,926.0,3189.0,428.0,10.0,53.0,0.0,0.0,14.0,1140.0,New York City,New York-Newark-Jersey City +36071013500,"Census Tract 135, Orange County, New York",6268,3909.0,132930.0,301800.0,1901.0,4360.0,381.0,0.0,414.0,0.0,0.0,22.0,1091.0,New York City,New York-Newark-Jersey City +36071014201,"Census Tract 142.01, Orange County, New York",3768,2460.0,105000.0,291500.0,969.0,2849.0,135.0,0.0,136.0,0.0,12.0,14.0,622.0,New York City,New York-Newark-Jersey City +36071000100,"Census Tract 1, Orange County, New York",3307,1691.0,57534.0,166100.0,579.0,1689.0,729.0,0.0,38.0,0.0,0.0,186.0,665.0,New York City,New York-Newark-Jersey City +36071000400,"Census Tract 4, Orange County, New York",4112,2391.0,26051.0,220800.0,325.0,572.0,2148.0,0.0,0.0,0.0,0.0,193.0,1199.0,New York City,New York-Newark-Jersey City +36071000600,"Census Tract 6, Orange County, New York",4325,2314.0,27699.0,186200.0,249.0,528.0,1129.0,66.0,8.0,0.0,0.0,0.0,2594.0,New York City,New York-Newark-Jersey City +36071001500,"Census Tract 15, Orange County, New York",4969,3137.0,47936.0,193500.0,640.0,1540.0,1070.0,0.0,182.0,0.0,10.0,210.0,1957.0,New York City,New York-Newark-Jersey City +36071011200,"Census Tract 112, Orange County, New York",4391,3058.0,65234.0,202400.0,705.0,2153.0,1105.0,0.0,20.0,0.0,0.0,156.0,957.0,New York City,New York-Newark-Jersey City +36071014202,"Census Tract 142.02, Orange County, New York",6025,3772.0,122964.0,356100.0,1816.0,4446.0,269.0,73.0,101.0,0.0,78.0,259.0,799.0,New York City,New York-Newark-Jersey City +36071012100,"Census Tract 121, Orange County, New York",3669,2652.0,72768.0,258700.0,904.0,2571.0,187.0,9.0,65.0,0.0,0.0,15.0,831.0,New York City,New York-Newark-Jersey City +36071013201,"Census Tract 132.01, Orange County, New York",5352,3453.0,99153.0,256400.0,1347.0,3750.0,423.0,0.0,36.0,0.0,51.0,0.0,1092.0,New York City,New York-Newark-Jersey City +36071000501,"Census Tract 5.01, Orange County, New York",3443,1891.0,38676.0,119200.0,186.0,628.0,580.0,0.0,0.0,0.0,0.0,88.0,2147.0,New York City,New York-Newark-Jersey City +36071011101,"Census Tract 111.01, Orange County, New York",2646,1836.0,89833.0,256600.0,447.0,1084.0,597.0,0.0,219.0,0.0,93.0,103.0,550.0,New York City,New York-Newark-Jersey City +36071015200,"Census Tract 152, Orange County, New York",10256,6474.0,95881.0,311800.0,2625.0,6453.0,1159.0,0.0,499.0,0.0,0.0,327.0,1818.0,New York City,New York-Newark-Jersey City +36071015100,"Census Tract 151, Orange County, New York",5968,3701.0,40049.0,169300.0,624.0,1824.0,1232.0,0.0,121.0,0.0,171.0,0.0,2620.0,New York City,New York-Newark-Jersey City +36071010101,"Census Tract 101.01, Orange County, New York",4992,3423.0,102974.0,287100.0,1038.0,3689.0,584.0,0.0,34.0,0.0,0.0,77.0,608.0,New York City,New York-Newark-Jersey City +36071010801,"Census Tract 108.01, Orange County, New York",4117,2976.0,58015.0,192700.0,731.0,2731.0,504.0,5.0,66.0,9.0,0.0,152.0,650.0,New York City,New York-Newark-Jersey City +36071013202,"Census Tract 132.02, Orange County, New York",2054,1312.0,69934.0,244500.0,356.0,1457.0,50.0,8.0,58.0,0.0,0.0,13.0,476.0,New York City,New York-Newark-Jersey City +36071010802,"Census Tract 108.02, Orange County, New York",5630,3790.0,83064.0,245400.0,1053.0,4456.0,231.0,0.0,58.0,29.0,0.0,175.0,681.0,New York City,New York-Newark-Jersey City +36071010902,"Census Tract 109.02, Orange County, New York",6090,4050.0,92167.0,283800.0,982.0,5224.0,78.0,0.0,95.0,0.0,0.0,45.0,648.0,New York City,New York-Newark-Jersey City +36071011102,"Census Tract 111.02, Orange County, New York",4027,2581.0,65344.0,259200.0,519.0,1748.0,938.0,113.0,246.0,0.0,9.0,174.0,870.0,New York City,New York-Newark-Jersey City +36071011701,"Census Tract 117.01, Orange County, New York",4697,3214.0,93387.0,274400.0,770.0,3790.0,84.0,0.0,189.0,0.0,0.0,211.0,423.0,New York City,New York-Newark-Jersey City +36071014502,"Census Tract 145.02, Orange County, New York",4923,3360.0,95662.0,361500.0,1616.0,4289.0,334.0,0.0,0.0,0.0,65.0,0.0,235.0,New York City,New York-Newark-Jersey City +36071014501,"Census Tract 145.01, Orange County, New York",4065,2692.0,102330.0,348000.0,1046.0,3504.0,114.0,0.0,160.0,0.0,29.0,83.0,175.0,New York City,New York-Newark-Jersey City +36071013100,"Census Tract 131, Orange County, New York",4852,3310.0,104696.0,360700.0,1826.0,4375.0,0.0,0.0,139.0,0.0,0.0,33.0,305.0,New York City,New York-Newark-Jersey City +36071013600,"Census Tract 136, Orange County, New York",6541,1614.0,100234.0,422200.0,1132.0,4795.0,383.0,24.0,276.0,0.0,80.0,319.0,675.0,New York City,New York-Newark-Jersey City +36071015005,"Census Tract 150.05, Orange County, New York",4558,1243.0,40411.0,444100.0,35.0,4395.0,0.0,0.0,0.0,0.0,0.0,0.0,163.0,New York City,New York-Newark-Jersey City +36071015006,"Census Tract 150.06, Orange County, New York",6550,1725.0,24661.0,401900.0,159.0,6421.0,0.0,0.0,0.0,0.0,0.0,11.0,118.0,New York City,New York-Newark-Jersey City +36071014102,"Census Tract 141.02, Orange County, New York",6307,4046.0,85357.0,291900.0,1516.0,2829.0,765.0,9.0,709.0,0.0,16.0,128.0,1860.0,New York City,New York-Newark-Jersey City +36071014101,"Census Tract 141.01, Orange County, New York",3955,2458.0,80515.0,288600.0,946.0,2142.0,208.0,11.0,326.0,0.0,0.0,51.0,1217.0,New York City,New York-Newark-Jersey City +36071015003,"Census Tract 150.03, Orange County, New York",5581,1454.0,29522.0,422300.0,147.0,5480.0,3.0,0.0,0.0,0.0,0.0,0.0,98.0,New York City,New York-Newark-Jersey City +36071015004,"Census Tract 150.04, Orange County, New York",7006,2139.0,39094.0,393800.0,75.0,6729.0,0.0,53.0,0.0,0.0,0.0,0.0,224.0,New York City,New York-Newark-Jersey City +36071011601,"Census Tract 116.01, Orange County, New York",4123,2957.0,52318.0,176400.0,379.0,3716.0,23.0,27.0,76.0,0.0,0.0,57.0,224.0,New York City,New York-Newark-Jersey City +36071010901,"Census Tract 109.01, Orange County, New York",3144,2210.0,66250.0,254100.0,672.0,2503.0,299.0,0.0,0.0,0.0,0.0,23.0,319.0,New York City,New York-Newark-Jersey City +36079010500,"Census Tract 105, Putnam County, New York",5205,3988.0,112823.0,320600.0,1452.0,4485.0,175.0,0.0,12.0,0.0,15.0,97.0,421.0,New York City,New York-Newark-Jersey City +36079010900,"Census Tract 109, Putnam County, New York",7512,5440.0,108000.0,351700.0,2450.0,6253.0,133.0,19.0,83.0,0.0,33.0,263.0,747.0,New York City,New York-Newark-Jersey City +36079010700,"Census Tract 107, Putnam County, New York",2553,1896.0,95000.0,419000.0,1045.0,2204.0,15.0,24.0,45.0,0.0,6.0,51.0,208.0,New York City,New York-Newark-Jersey City +36079011800,"Census Tract 118, Putnam County, New York",7818,5466.0,86531.0,310400.0,1795.0,4782.0,169.0,62.0,264.0,0.0,0.0,190.0,2413.0,New York City,New York-Newark-Jersey City +36079011600,"Census Tract 116, Putnam County, New York",6155,4298.0,114519.0,420200.0,1377.0,5406.0,110.0,0.0,151.0,0.0,0.0,0.0,488.0,New York City,New York-Newark-Jersey City +36079010400,"Census Tract 104, Putnam County, New York",3511,2558.0,102054.0,307200.0,977.0,2641.0,304.0,0.0,56.0,0.0,0.0,6.0,504.0,New York City,New York-Newark-Jersey City +36079010800,"Census Tract 108, Putnam County, New York",3366,2452.0,110833.0,387200.0,1152.0,2652.0,128.0,0.0,111.0,0.0,24.0,165.0,286.0,New York City,New York-Newark-Jersey City +36079011000,"Census Tract 110, Putnam County, New York",4193,3125.0,122614.0,407900.0,1176.0,3674.0,0.0,23.0,0.0,0.0,0.0,21.0,498.0,New York City,New York-Newark-Jersey City +36079011700,"Census Tract 117, Putnam County, New York",4929,3424.0,103286.0,413000.0,1680.0,4374.0,35.0,11.0,57.0,0.0,0.0,4.0,459.0,New York City,New York-Newark-Jersey City +36079011900,"Census Tract 119, Putnam County, New York",5541,3685.0,98182.0,352200.0,1453.0,4464.0,155.0,0.0,71.0,4.0,0.0,24.0,823.0,New York City,New York-Newark-Jersey City +36079010200,"Census Tract 102, Putnam County, New York",8468,5835.0,92083.0,388000.0,2027.0,5967.0,372.0,40.0,385.0,19.0,0.0,41.0,1644.0,New York City,New York-Newark-Jersey City +36079011300,"Census Tract 113, Putnam County, New York",3945,2750.0,88000.0,381200.0,1096.0,3528.0,0.0,0.0,50.0,0.0,12.0,21.0,334.0,New York City,New York-Newark-Jersey City +36079010300,"Census Tract 103, Putnam County, New York",4690,3421.0,80324.0,249600.0,779.0,3146.0,123.0,78.0,64.0,0.0,29.0,81.0,1229.0,New York City,New York-Newark-Jersey City +36079010600,"Census Tract 106, Putnam County, New York",3844,2791.0,126369.0,616500.0,1537.0,3556.0,41.0,0.0,16.0,0.0,0.0,45.0,186.0,New York City,New York-Newark-Jersey City +36079011100,"Census Tract 111, Putnam County, New York",5801,3952.0,110542.0,367500.0,1162.0,5076.0,26.0,0.0,84.0,0.0,0.0,65.0,550.0,New York City,New York-Newark-Jersey City +36079011500,"Census Tract 115, Putnam County, New York",6392,4587.0,93287.0,324400.0,1611.0,4850.0,129.0,0.0,392.0,0.0,0.0,105.0,916.0,New York City,New York-Newark-Jersey City +36079010100,"Census Tract 101, Putnam County, New York",3506,2546.0,95238.0,228100.0,804.0,2677.0,206.0,0.0,44.0,0.0,15.0,54.0,510.0,New York City,New York-Newark-Jersey City +36079011400,"Census Tract 114, Putnam County, New York",4950,3433.0,108125.0,427800.0,1845.0,4136.0,83.0,0.0,108.0,0.0,0.0,139.0,484.0,New York City,New York-Newark-Jersey City +36079011200,"Census Tract 112, Putnam County, New York",7085,4726.0,101985.0,346000.0,1708.0,5876.0,0.0,0.0,208.0,0.0,0.0,17.0,984.0,New York City,New York-Newark-Jersey City +36081011900,"Census Tract 119, Queens County, New York",1565,1217.0,63750.0,687500.0,606.0,927.0,10.0,16.0,128.0,0.0,10.0,49.0,433.0,New York City,New York-Newark-Jersey City +36081013500,"Census Tract 135, Queens County, New York",1607,1188.0,67132.0,792600.0,397.0,1375.0,0.0,0.0,58.0,0.0,6.0,13.0,155.0,New York City,New York-Newark-Jersey City +36081013600,"Census Tract 136, Queens County, New York",1981,1562.0,66645.0,364900.0,757.0,1204.0,100.0,0.0,127.0,0.0,0.0,29.0,521.0,New York City,New York-Newark-Jersey City +36081014100,"Census Tract 141, Queens County, New York",1822,1377.0,61154.0,926500.0,524.0,794.0,52.0,0.0,257.0,0.0,0.0,26.0,693.0,New York City,New York-Newark-Jersey City +36081014500,"Census Tract 145, Queens County, New York",2267,1765.0,65313.0,671000.0,830.0,1651.0,49.0,0.0,176.0,0.0,8.0,21.0,362.0,New York City,New York-Newark-Jersey City +36081016100,"Census Tract 161, Queens County, New York",2482,1688.0,51964.0,877000.0,555.0,793.0,5.0,0.0,421.0,0.0,18.0,23.0,1222.0,New York City,New York-Newark-Jersey City +36081016300,"Census Tract 163, Queens County, New York",3558,2920.0,20920.0,633900.0,346.0,532.0,821.0,0.0,550.0,0.0,0.0,0.0,1655.0,New York City,New York-Newark-Jersey City +36081018000,"Census Tract 180, Queens County, New York",1457,839.0,66739.0,428200.0,106.0,228.0,265.0,129.0,307.0,0.0,184.0,72.0,272.0,New York City,New York-Newark-Jersey City +36081020600,"Census Tract 206, Queens County, New York",1974,1334.0,69630.0,417600.0,78.0,194.0,420.0,8.0,187.0,0.0,144.0,15.0,1014.0,New York City,New York-Newark-Jersey City +36081006900,"Census Tract 69, Queens County, New York",4380,3568.0,58879.0,392700.0,1444.0,1856.0,136.0,0.0,924.0,0.0,0.0,20.0,1444.0,New York City,New York-Newark-Jersey City +36081023200,"Census Tract 232, Queens County, New York",5823,4374.0,70729.0,482500.0,1382.0,748.0,1116.0,0.0,1926.0,7.0,444.0,326.0,1256.0,New York City,New York-Newark-Jersey City +36081012601,"Census Tract 126.01, Queens County, New York",2889,1905.0,70179.0,472800.0,390.0,206.0,290.0,46.0,430.0,0.0,129.0,76.0,1729.0,New York City,New York-Newark-Jersey City +36081013200,"Census Tract 132, Queens County, New York",2456,1492.0,66250.0,735200.0,595.0,1010.0,154.0,18.0,308.0,0.0,22.0,38.0,906.0,New York City,New York-Newark-Jersey City +36081007500,"Census Tract 75, Queens County, New York",4252,3527.0,81716.0,510500.0,2120.0,2244.0,30.0,0.0,886.0,0.0,96.0,64.0,932.0,New York City,New York-Newark-Jersey City +36081026200,"Census Tract 262, Queens County, New York",1153,747.0,71250.0,405100.0,146.0,6.0,925.0,0.0,11.0,0.0,33.0,0.0,178.0,New York City,New York-Newark-Jersey City +36081059300,"Census Tract 593, Queens County, New York",4338,2997.0,60258.0,561300.0,853.0,3014.0,13.0,0.0,213.0,0.0,0.0,0.0,1098.0,New York City,New York-Newark-Jersey City +36081059800,"Census Tract 598, Queens County, New York",1693,1226.0,86506.0,408700.0,418.0,20.0,1528.0,0.0,5.0,0.0,15.0,56.0,69.0,New York City,New York-Newark-Jersey City +36081060000,"Census Tract 600, Queens County, New York",1188,886.0,81731.0,387100.0,340.0,4.0,1065.0,23.0,11.0,0.0,0.0,9.0,76.0,New York City,New York-Newark-Jersey City +36081061601,"Census Tract 616.01, Queens County, New York",2376,1774.0,97500.0,425400.0,497.0,6.0,2108.0,0.0,11.0,0.0,0.0,73.0,178.0,New York City,New York-Newark-Jersey City +36081062000,"Census Tract 620, Queens County, New York",1439,1068.0,106500.0,426100.0,544.0,17.0,1184.0,46.0,91.0,0.0,0.0,0.0,101.0,New York City,New York-Newark-Jersey City +36081062500,"Census Tract 625, Queens County, New York",2807,1963.0,76250.0,544400.0,451.0,1775.0,43.0,0.0,80.0,0.0,0.0,16.0,893.0,New York City,New York-Newark-Jersey City +36081063500,"Census Tract 635, Queens County, New York",2609,1812.0,54865.0,615000.0,494.0,1852.0,14.0,0.0,24.0,0.0,5.0,30.0,684.0,New York City,New York-Newark-Jersey City +36081065600,"Census Tract 656, Queens County, New York",5816,3987.0,78314.0,465100.0,1174.0,124.0,5069.0,0.0,161.0,0.0,60.0,168.0,234.0,New York City,New York-Newark-Jersey City +36081066000,"Census Tract 660, Queens County, New York",3724,2540.0,96150.0,443700.0,567.0,193.0,3154.0,93.0,18.0,0.0,0.0,7.0,317.0,New York City,New York-Newark-Jersey City +36081068300,"Census Tract 683, Queens County, New York",3991,3322.0,52005.0,287500.0,1396.0,542.0,402.0,0.0,1860.0,0.0,0.0,16.0,1171.0,New York City,New York-Newark-Jersey City +36081071600,"Census Tract 716, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081062900,"Census Tract 629, Queens County, New York",2996,2162.0,72926.0,478700.0,554.0,1963.0,5.0,0.0,254.0,0.0,0.0,53.0,721.0,New York City,New York-Newark-Jersey City +36081059900,"Census Tract 599, Queens County, New York",1299,1026.0,48750.0,517700.0,219.0,939.0,7.0,0.0,42.0,0.0,0.0,11.0,300.0,New York City,New York-Newark-Jersey City +36081061900,"Census Tract 619, Queens County, New York",2706,1971.0,82049.0,564500.0,590.0,1822.0,0.0,0.0,116.0,0.0,0.0,0.0,768.0,New York City,New York-Newark-Jersey City +36081062300,"Census Tract 623, Queens County, New York",2137,1585.0,79813.0,503900.0,317.0,1390.0,0.0,0.0,17.0,0.0,0.0,0.0,730.0,New York City,New York-Newark-Jersey City +36081063900,"Census Tract 639, Queens County, New York",2965,2163.0,64526.0,487900.0,685.0,1874.0,70.0,0.0,242.0,0.0,0.0,67.0,712.0,New York City,New York-Newark-Jersey City +36081064102,"Census Tract 641.02, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081066900,"Census Tract 669, Queens County, New York",1584,1169.0,75664.0,633000.0,490.0,1431.0,0.0,0.0,98.0,0.0,0.0,0.0,55.0,New York City,New York-Newark-Jersey City +36081068200,"Census Tract 682, Queens County, New York",1109,787.0,87750.0,387400.0,194.0,9.0,922.0,0.0,26.0,0.0,4.0,4.0,144.0,New York City,New York-Newark-Jersey City +36081069500,"Census Tract 695, Queens County, New York",2029,1631.0,57225.0,695400.0,715.0,965.0,17.0,0.0,593.0,0.0,0.0,15.0,439.0,New York City,New York-Newark-Jersey City +36081070300,"Census Tract 703, Queens County, New York",2104,1573.0,61797.0,649400.0,511.0,961.0,43.0,0.0,609.0,0.0,12.0,12.0,467.0,New York City,New York-Newark-Jersey City +36081018200,"Census Tract 182, Queens County, New York",2538,1806.0,54330.0,360300.0,267.0,43.0,1188.0,23.0,389.0,0.0,306.0,129.0,460.0,New York City,New York-Newark-Jersey City +36081018600,"Census Tract 186, Queens County, New York",2098,1261.0,73264.0,367400.0,135.0,12.0,1359.0,15.0,198.0,0.0,179.0,31.0,304.0,New York City,New York-Newark-Jersey City +36081020800,"Census Tract 208, Queens County, New York",2757,1845.0,69650.0,516700.0,298.0,263.0,390.0,0.0,400.0,0.0,527.0,144.0,1033.0,New York City,New York-Newark-Jersey City +36081023600,"Census Tract 236, Queens County, New York",3179,2144.0,58050.0,591300.0,530.0,348.0,258.0,10.0,1241.0,0.0,58.0,63.0,1201.0,New York City,New York-Newark-Jersey City +36081024900,"Census Tract 249, Queens County, New York",4981,3958.0,57150.0,467200.0,1334.0,1224.0,44.0,61.0,2219.0,0.0,0.0,69.0,1425.0,New York City,New York-Newark-Jersey City +36081025800,"Census Tract 258, Queens County, New York",2203,1464.0,60368.0,355700.0,218.0,6.0,1609.0,0.0,61.0,0.0,248.0,0.0,279.0,New York City,New York-Newark-Jersey City +36081026400,"Census Tract 264, Queens County, New York",2572,1653.0,58462.0,425000.0,310.0,9.0,1839.0,0.0,106.0,0.0,121.0,15.0,482.0,New York City,New York-Newark-Jersey City +36081026700,"Census Tract 267, Queens County, New York",5768,4244.0,44656.0,584800.0,841.0,231.0,49.0,94.0,2320.0,0.0,0.0,105.0,3002.0,New York City,New York-Newark-Jersey City +36081027200,"Census Tract 272, Queens County, New York",2339,1603.0,59412.0,353000.0,185.0,11.0,1972.0,0.0,59.0,0.0,57.0,61.0,179.0,New York City,New York-Newark-Jersey City +36081027400,"Census Tract 274, Queens County, New York",1745,1251.0,67167.0,365500.0,207.0,0.0,1193.0,0.0,79.0,0.0,292.0,45.0,136.0,New York City,New York-Newark-Jersey City +36081027700,"Census Tract 277, Queens County, New York",8299,6024.0,52667.0,252600.0,1123.0,733.0,153.0,15.0,1147.0,108.0,0.0,218.0,5940.0,New York City,New York-Newark-Jersey City +36081033000,"Census Tract 330, Queens County, New York",6921,4613.0,75833.0,425500.0,1012.0,42.0,5944.0,9.0,61.0,0.0,63.0,123.0,688.0,New York City,New York-Newark-Jersey City +36081035100,"Census Tract 351, Queens County, New York",4178,2965.0,55000.0,277200.0,840.0,478.0,142.0,0.0,787.0,0.0,18.0,23.0,2730.0,New York City,New York-Newark-Jersey City +36081035800,"Census Tract 358, Queens County, New York",4120,2782.0,80345.0,457500.0,698.0,68.0,3608.0,0.0,0.0,0.0,92.0,31.0,321.0,New York City,New York-Newark-Jersey City +36081036600,"Census Tract 366, Queens County, New York",3058,2128.0,70662.0,368400.0,518.0,14.0,2687.0,0.0,138.0,0.0,0.0,47.0,172.0,New York City,New York-Newark-Jersey City +36081037300,"Census Tract 373, Queens County, New York",2586,1603.0,46694.0,599300.0,287.0,98.0,293.0,0.0,392.0,0.0,18.0,26.0,1759.0,New York City,New York-Newark-Jersey City +36081038100,"Census Tract 381, Queens County, New York",7089,4484.0,48933.0,402000.0,455.0,162.0,766.0,93.0,382.0,0.0,33.0,78.0,5668.0,New York City,New York-Newark-Jersey City +36081039800,"Census Tract 398, Queens County, New York",1781,1217.0,89167.0,429100.0,402.0,17.0,1637.0,0.0,40.0,0.0,0.0,0.0,87.0,New York City,New York-Newark-Jersey City +36081042700,"Census Tract 427, Queens County, New York",5552,3351.0,51518.0,651100.0,380.0,377.0,0.0,0.0,532.0,0.0,0.0,0.0,4643.0,New York City,New York-Newark-Jersey City +36081044000,"Census Tract 440, Queens County, New York",3916,2547.0,60400.0,365300.0,448.0,7.0,2965.0,0.0,135.0,0.0,229.0,85.0,495.0,New York City,New York-Newark-Jersey City +36081086400,"Census Tract 864, Queens County, New York",3001,2101.0,62039.0,462100.0,483.0,318.0,233.0,2.0,949.0,0.0,158.0,65.0,1278.0,New York City,New York-Newark-Jersey City +36081079300,"Census Tract 793, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081080301,"Census Tract 803.01, Queens County, New York",4604,3345.0,53938.0,651600.0,563.0,813.0,78.0,11.0,2631.0,0.0,0.0,88.0,994.0,New York City,New York-Newark-Jersey City +36081086100,"Census Tract 861, Queens County, New York",2082,1697.0,39677.0,342600.0,362.0,178.0,17.0,0.0,1532.0,0.0,5.0,19.0,331.0,New York City,New York-Newark-Jersey City +36081092800,"Census Tract 928, Queens County, New York",3470,2572.0,139226.0,831300.0,1624.0,3393.0,0.0,0.0,11.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City +36081093900,"Census Tract 939, Queens County, New York",5042,3540.0,73796.0,582300.0,977.0,1411.0,185.0,22.0,1853.0,0.0,15.0,0.0,1578.0,New York City,New York-Newark-Jersey City +36081094500,"Census Tract 945, Queens County, New York",3896,2755.0,80568.0,767700.0,863.0,1939.0,35.0,0.0,791.0,0.0,0.0,132.0,999.0,New York City,New York-Newark-Jersey City +36081098700,"Census Tract 987, Queens County, New York",2519,1679.0,69242.0,649500.0,605.0,1867.0,52.0,0.0,305.0,0.0,21.0,40.0,234.0,New York City,New York-Newark-Jersey City +36081099900,"Census Tract 999, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081111300,"Census Tract 1113, Queens County, New York",2596,1855.0,85938.0,828500.0,867.0,1271.0,10.0,0.0,946.0,0.0,0.0,28.0,341.0,New York City,New York-Newark-Jersey City +36081114100,"Census Tract 1141, Queens County, New York",2469,1872.0,120347.0,741500.0,858.0,1130.0,31.0,0.0,996.0,0.0,8.0,54.0,250.0,New York City,New York-Newark-Jersey City +36081115500,"Census Tract 1155, Queens County, New York",2440,1609.0,52386.0,702400.0,291.0,397.0,50.0,46.0,1169.0,0.0,5.0,10.0,803.0,New York City,New York-Newark-Jersey City +36081115700,"Census Tract 1157, Queens County, New York",3423,2646.0,52014.0,676700.0,680.0,654.0,102.0,0.0,2446.0,0.0,0.0,58.0,163.0,New York City,New York-Newark-Jersey City +36081118500,"Census Tract 1185, Queens County, New York",2207,1598.0,43938.0,689400.0,346.0,158.0,37.0,0.0,1294.0,0.0,0.0,25.0,693.0,New York City,New York-Newark-Jersey City +36081118700,"Census Tract 1187, Queens County, New York",2341,1795.0,38875.0,860600.0,363.0,239.0,3.0,0.0,1499.0,0.0,0.0,14.0,586.0,New York City,New York-Newark-Jersey City +36081119500,"Census Tract 1195, Queens County, New York",1390,1045.0,81518.0,640300.0,295.0,363.0,44.0,44.0,520.0,0.0,0.0,46.0,373.0,New York City,New York-Newark-Jersey City +36081122701,"Census Tract 1227.01, Queens County, New York",11979,8564.0,56936.0,521600.0,2262.0,3183.0,920.0,24.0,3839.0,0.0,114.0,132.0,3791.0,New York City,New York-Newark-Jersey City +36081128300,"Census Tract 1283, Queens County, New York",37,37.0,46250.0,165600.0,8.0,33.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081138501,"Census Tract 1385.01, Queens County, New York",4625,3286.0,65204.0,844300.0,1224.0,1498.0,49.0,23.0,2825.0,0.0,0.0,30.0,200.0,New York City,New York-Newark-Jersey City +36081142900,"Census Tract 1429, Queens County, New York",3444,2683.0,84464.0,675500.0,964.0,1467.0,0.0,13.0,1682.0,0.0,0.0,42.0,253.0,New York City,New York-Newark-Jersey City +36081143500,"Census Tract 1435, Queens County, New York",2246,1760.0,74286.0,700000.0,739.0,809.0,0.0,0.0,1229.0,0.0,8.0,49.0,151.0,New York City,New York-Newark-Jersey City +36081145101,"Census Tract 1451.01, Queens County, New York",1520,1139.0,86023.0,689100.0,518.0,771.0,0.0,0.0,609.0,0.0,0.0,12.0,128.0,New York City,New York-Newark-Jersey City +36081146700,"Census Tract 1467, Queens County, New York",3002,2301.0,72027.0,677100.0,939.0,1412.0,1.0,0.0,1256.0,0.0,0.0,10.0,323.0,New York City,New York-Newark-Jersey City +36081027600,"Census Tract 276, Queens County, New York",1299,963.0,53594.0,416300.0,136.0,15.0,1009.0,0.0,38.0,0.0,36.0,8.0,193.0,New York City,New York-Newark-Jersey City +36081028200,"Census Tract 282, Queens County, New York",1883,1198.0,73864.0,384300.0,339.0,19.0,1440.0,0.0,14.0,0.0,170.0,53.0,187.0,New York City,New York-Newark-Jersey City +36081028300,"Census Tract 283, Queens County, New York",7824,5992.0,60531.0,266800.0,1990.0,1323.0,20.0,21.0,1583.0,0.0,65.0,17.0,4795.0,New York City,New York-Newark-Jersey City +36081028500,"Census Tract 285, Queens County, New York",4994,3709.0,62948.0,471300.0,1829.0,1803.0,129.0,55.0,569.0,0.0,0.0,224.0,2269.0,New York City,New York-Newark-Jersey City +36081028900,"Census Tract 289, Queens County, New York",5251,3999.0,66184.0,366000.0,1604.0,1263.0,75.0,0.0,1861.0,0.0,95.0,171.0,1786.0,New York City,New York-Newark-Jersey City +36081113300,"Census Tract 1133, Queens County, New York",1788,1278.0,90563.0,548700.0,660.0,914.0,0.0,0.0,432.0,0.0,0.0,63.0,379.0,New York City,New York-Newark-Jersey City +36081107201,"Census Tract 1072.01, Queens County, New York",2231,1469.0,82727.0,389300.0,381.0,2067.0,4.0,0.0,21.0,0.0,0.0,10.0,129.0,New York City,New York-Newark-Jersey City +36081026901,"Census Tract 269.01, Queens County, New York",4836,3659.0,49643.0,213500.0,698.0,179.0,38.0,53.0,1784.0,0.0,23.0,103.0,2709.0,New York City,New York-Newark-Jersey City +36081042400,"Census Tract 424, Queens County, New York",2426,1678.0,85455.0,468700.0,725.0,11.0,2201.0,0.0,55.0,0.0,13.0,64.0,82.0,New York City,New York-Newark-Jersey City +36081062200,"Census Tract 622, Queens County, New York",1841,1503.0,82050.0,426200.0,581.0,19.0,1594.0,0.0,8.0,0.0,0.0,11.0,209.0,New York City,New York-Newark-Jersey City +36081107202,"Census Tract 1072.02, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081115100,"Census Tract 1151, Queens County, New York",1167,885.0,73487.0,843400.0,315.0,535.0,0.0,0.0,418.0,0.0,0.0,50.0,164.0,New York City,New York-Newark-Jersey City +36081120100,"Census Tract 1201, Queens County, New York",1791,1335.0,46731.0,724700.0,200.0,202.0,72.0,0.0,1343.0,0.0,26.0,8.0,140.0,New York City,New York-Newark-Jersey City +36081120300,"Census Tract 1203, Queens County, New York",1494,1098.0,73512.0,737500.0,338.0,332.0,0.0,0.0,976.0,0.0,0.0,27.0,159.0,New York City,New York-Newark-Jersey City +36081121100,"Census Tract 1211, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081121500,"Census Tract 1215, Queens County, New York",4543,3305.0,64500.0,640300.0,982.0,615.0,178.0,0.0,2866.0,0.0,0.0,33.0,851.0,New York City,New York-Newark-Jersey City +36081124700,"Census Tract 1247, Queens County, New York",3403,2459.0,72750.0,670500.0,1184.0,1976.0,43.0,0.0,1269.0,0.0,0.0,0.0,115.0,New York City,New York-Newark-Jersey City +36081136700,"Census Tract 1367, Queens County, New York",6164,4602.0,66486.0,295200.0,1536.0,2038.0,40.0,0.0,2835.0,0.0,0.0,79.0,1172.0,New York City,New York-Newark-Jersey City +36081138502,"Census Tract 1385.02, Queens County, New York",37,29.0,-666666666.0,-666666666.0,14.0,16.0,0.0,0.0,0.0,0.0,0.0,0.0,21.0,New York City,New York-Newark-Jersey City +36081147100,"Census Tract 1471, Queens County, New York",3403,2511.0,79096.0,616700.0,1306.0,1353.0,21.0,0.0,1431.0,0.0,19.0,67.0,512.0,New York City,New York-Newark-Jersey City +36081152902,"Census Tract 1529.02, Queens County, New York",4926,3807.0,70768.0,253400.0,1816.0,2177.0,85.0,0.0,2109.0,0.0,16.0,346.0,193.0,New York City,New York-Newark-Jersey City +36081161700,"Census Tract 1617, Queens County, New York",4806,3535.0,92375.0,512200.0,1252.0,2004.0,322.0,47.0,1250.0,0.0,0.0,129.0,1101.0,New York City,New York-Newark-Jersey City +36081026500,"Census Tract 265, Queens County, New York",3807,2908.0,54906.0,640000.0,1036.0,374.0,40.0,0.0,2532.0,0.0,0.0,43.0,818.0,New York City,New York-Newark-Jersey City +36081027500,"Census Tract 275, Queens County, New York",6473,4894.0,49063.0,207600.0,495.0,231.0,134.0,0.0,609.0,0.0,0.0,0.0,5499.0,New York City,New York-Newark-Jersey City +36081048400,"Census Tract 484, Queens County, New York",5265,3667.0,70833.0,442700.0,983.0,130.0,1562.0,0.0,2209.0,0.0,524.0,115.0,725.0,New York City,New York-Newark-Jersey City +36081051000,"Census Tract 510, Queens County, New York",1673,1194.0,81534.0,429200.0,346.0,5.0,1325.0,0.0,218.0,0.0,6.0,14.0,105.0,New York City,New York-Newark-Jersey City +36081049301,"Census Tract 493.01, Queens County, New York",2042,1517.0,62708.0,631400.0,467.0,691.0,24.0,0.0,787.0,0.0,0.0,13.0,527.0,New York City,New York-Newark-Jersey City +36081049700,"Census Tract 497, Queens County, New York",3077,2168.0,73750.0,620000.0,753.0,1075.0,25.0,0.0,1274.0,0.0,0.0,114.0,589.0,New York City,New York-Newark-Jersey City +36081050201,"Census Tract 502.01, Queens County, New York",1431,981.0,92583.0,427300.0,216.0,10.0,999.0,0.0,94.0,0.0,5.0,52.0,271.0,New York City,New York-Newark-Jersey City +36081052000,"Census Tract 520, Queens County, New York",1619,1202.0,69350.0,378300.0,203.0,7.0,1388.0,0.0,2.0,0.0,0.0,136.0,86.0,New York City,New York-Newark-Jersey City +36081055100,"Census Tract 551, Queens County, New York",4672,3115.0,61250.0,453100.0,966.0,2246.0,80.0,39.0,502.0,0.0,19.0,0.0,1825.0,New York City,New York-Newark-Jersey City +36081056200,"Census Tract 562, Queens County, New York",1691,1180.0,91438.0,494500.0,232.0,438.0,275.0,7.0,305.0,0.0,100.0,226.0,347.0,New York City,New York-Newark-Jersey City +36081056500,"Census Tract 565, Queens County, New York",1571,1034.0,62404.0,459400.0,158.0,328.0,2.0,19.0,1.0,0.0,7.0,0.0,1233.0,New York City,New York-Newark-Jersey City +36081056700,"Census Tract 567, Queens County, New York",4867,3505.0,92533.0,492100.0,739.0,1606.0,84.0,82.0,375.0,0.0,0.0,58.0,2744.0,New York City,New York-Newark-Jersey City +36081056800,"Census Tract 568, Queens County, New York",4719,3349.0,78725.0,433900.0,895.0,138.0,3221.0,0.0,171.0,0.0,75.0,183.0,931.0,New York City,New York-Newark-Jersey City +36081058500,"Census Tract 585, Queens County, New York",4374,3006.0,67663.0,533200.0,774.0,1875.0,49.0,0.0,611.0,0.0,40.0,17.0,1782.0,New York City,New York-Newark-Jersey City +36081058700,"Census Tract 587, Queens County, New York",3672,2563.0,58680.0,506400.0,631.0,2670.0,18.0,0.0,123.0,0.0,0.0,0.0,861.0,New York City,New York-Newark-Jersey City +36081061800,"Census Tract 618, Queens County, New York",1842,1356.0,73810.0,361700.0,395.0,65.0,1711.0,0.0,0.0,0.0,15.0,27.0,24.0,New York City,New York-Newark-Jersey City +36081062600,"Census Tract 626, Queens County, New York",3091,2207.0,80441.0,393700.0,479.0,20.0,2730.0,13.0,14.0,0.0,55.0,48.0,224.0,New York City,New York-Newark-Jersey City +36081000400,"Census Tract 4, Queens County, New York",5231,3267.0,59566.0,462200.0,592.0,453.0,199.0,10.0,1181.0,0.0,78.0,10.0,3310.0,New York City,New York-Newark-Jersey City +36081002200,"Census Tract 22, Queens County, New York",2351,1641.0,70833.0,549800.0,403.0,433.0,125.0,21.0,376.0,0.0,5.0,20.0,1392.0,New York City,New York-Newark-Jersey City +36081003100,"Census Tract 31, Queens County, New York",1015,729.0,56250.0,595200.0,188.0,269.0,28.0,0.0,113.0,0.0,0.0,0.0,605.0,New York City,New York-Newark-Jersey City +36081003900,"Census Tract 39, Queens County, New York",1690,1149.0,43194.0,583300.0,444.0,587.0,51.0,4.0,208.0,0.0,6.0,33.0,805.0,New York City,New York-Newark-Jersey City +36081004300,"Census Tract 43, Queens County, New York",2671,1743.0,25500.0,-666666666.0,224.0,99.0,815.0,0.0,172.0,0.0,96.0,95.0,1394.0,New York City,New York-Newark-Jersey City +36081005100,"Census Tract 51, Queens County, New York",2056,1514.0,47786.0,795800.0,617.0,422.0,14.0,22.0,1325.0,0.0,0.0,7.0,277.0,New York City,New York-Newark-Jersey City +36081044602,"Census Tract 446.02, Queens County, New York",4706,3106.0,40467.0,408600.0,814.0,94.0,1022.0,53.0,1916.0,0.0,186.0,123.0,1358.0,New York City,New York-Newark-Jersey City +36081045400,"Census Tract 454, Queens County, New York",4708,3118.0,47907.0,216700.0,1165.0,223.0,702.0,39.0,2895.0,0.0,212.0,93.0,573.0,New York City,New York-Newark-Jersey City +36081049900,"Census Tract 499, Queens County, New York",5490,3980.0,56801.0,681700.0,936.0,802.0,21.0,0.0,3752.0,0.0,57.0,38.0,820.0,New York City,New York-Newark-Jersey City +36081046000,"Census Tract 460, Queens County, New York",6197,4015.0,35391.0,515600.0,1184.0,70.0,802.0,100.0,2910.0,0.0,55.0,240.0,2044.0,New York City,New York-Newark-Jersey City +36081047900,"Census Tract 479, Queens County, New York",5340,3822.0,49129.0,639000.0,1150.0,555.0,71.0,0.0,3972.0,0.0,9.0,76.0,657.0,New York City,New York-Newark-Jersey City +36081050600,"Census Tract 506, Queens County, New York",1652,1125.0,73688.0,415400.0,234.0,14.0,1142.0,0.0,283.0,0.0,16.0,32.0,165.0,New York City,New York-Newark-Jersey City +36081051100,"Census Tract 511, Queens County, New York",2139,1491.0,92727.0,626200.0,537.0,1408.0,6.0,5.0,233.0,0.0,3.0,42.0,447.0,New York City,New York-Newark-Jersey City +36081051700,"Census Tract 517, Queens County, New York",1862,1467.0,63672.0,548600.0,355.0,1188.0,1.0,0.0,56.0,0.0,0.0,0.0,617.0,New York City,New York-Newark-Jersey City +36081052200,"Census Tract 522, Queens County, New York",1822,1172.0,83646.0,403100.0,316.0,0.0,1614.0,96.0,49.0,0.0,0.0,0.0,63.0,New York City,New York-Newark-Jersey City +36081053000,"Census Tract 530, Queens County, New York",2426,1625.0,77629.0,405600.0,403.0,9.0,2297.0,20.0,0.0,0.0,0.0,20.0,80.0,New York City,New York-Newark-Jersey City +36081053900,"Census Tract 539, Queens County, New York",4370,2988.0,69861.0,574100.0,928.0,1508.0,125.0,0.0,822.0,0.0,21.0,49.0,1845.0,New York City,New York-Newark-Jersey City +36081054500,"Census Tract 545, Queens County, New York",4031,2661.0,51328.0,576100.0,465.0,836.0,35.0,0.0,269.0,0.0,0.0,15.0,2876.0,New York City,New York-Newark-Jersey City +36081063700,"Census Tract 637, Queens County, New York",3345,2580.0,95000.0,603500.0,728.0,2187.0,153.0,0.0,234.0,0.0,0.0,26.0,745.0,New York City,New York-Newark-Jersey City +36081060100,"Census Tract 601, Queens County, New York",2165,1500.0,66574.0,558600.0,343.0,1132.0,11.0,0.0,107.0,0.0,28.0,22.0,865.0,New York City,New York-Newark-Jersey City +36081061200,"Census Tract 612, Queens County, New York",1851,1298.0,130865.0,435600.0,445.0,0.0,1804.0,0.0,0.0,0.0,14.0,7.0,26.0,New York City,New York-Newark-Jersey City +36081063000,"Census Tract 630, Queens County, New York",1634,1246.0,83700.0,407300.0,363.0,13.0,1497.0,0.0,0.0,0.0,1.0,27.0,96.0,New York City,New York-Newark-Jersey City +36081064600,"Census Tract 646, Queens County, New York",3410,2450.0,85000.0,442700.0,567.0,22.0,3074.0,10.0,0.0,0.0,8.0,63.0,243.0,New York City,New York-Newark-Jersey City +36081065000,"Census Tract 650, Queens County, New York",3100,2217.0,87417.0,428600.0,733.0,79.0,2727.0,25.0,0.0,0.0,7.0,63.0,199.0,New York City,New York-Newark-Jersey City +36081071100,"Census Tract 711, Queens County, New York",6660,5127.0,74573.0,283700.0,2735.0,3375.0,70.0,76.0,1807.0,68.0,12.0,326.0,926.0,New York City,New York-Newark-Jersey City +36081076901,"Census Tract 769.01, Queens County, New York",4132,3257.0,81985.0,309400.0,2342.0,1944.0,178.0,0.0,1365.0,0.0,0.0,93.0,552.0,New York City,New York-Newark-Jersey City +36081077905,"Census Tract 779.05, Queens County, New York",2692,2105.0,73750.0,233600.0,1244.0,1004.0,294.0,0.0,569.0,0.0,0.0,24.0,801.0,New York City,New York-Newark-Jersey City +36081080302,"Census Tract 803.02, Queens County, New York",3475,2658.0,59609.0,681600.0,682.0,656.0,38.0,0.0,2199.0,0.0,0.0,0.0,582.0,New York City,New York-Newark-Jersey City +36081084500,"Census Tract 845, Queens County, New York",5222,4351.0,26926.0,600900.0,562.0,260.0,524.0,0.0,3516.0,0.0,0.0,26.0,896.0,New York City,New York-Newark-Jersey City +36081046300,"Census Tract 463, Queens County, New York",4362,2796.0,44110.0,751000.0,472.0,80.0,43.0,0.0,1609.0,0.0,28.0,152.0,2450.0,New York City,New York-Newark-Jersey City +36081046500,"Census Tract 465, Queens County, New York",3329,2253.0,38313.0,750000.0,499.0,116.0,0.0,0.0,861.0,0.0,0.0,0.0,2352.0,New York City,New York-Newark-Jersey City +36081073700,"Census Tract 737, Queens County, New York",1803,1521.0,65650.0,592400.0,1077.0,1152.0,17.0,0.0,385.0,0.0,0.0,77.0,172.0,New York City,New York-Newark-Jersey City +36081077902,"Census Tract 779.02, Queens County, New York",5235,3108.0,87450.0,638400.0,1929.0,4434.0,52.0,0.0,545.0,0.0,0.0,40.0,164.0,New York City,New York-Newark-Jersey City +36081018700,"Census Tract 187, Queens County, New York",2923,2251.0,73500.0,567500.0,1087.0,1015.0,95.0,0.0,1094.0,0.0,8.0,57.0,654.0,New York City,New York-Newark-Jersey City +36081021400,"Census Tract 214, Queens County, New York",7002,4884.0,51475.0,330200.0,1602.0,596.0,308.0,20.0,3275.0,0.0,0.0,212.0,2611.0,New York City,New York-Newark-Jersey City +36081058300,"Census Tract 583, Queens County, New York",3375,2432.0,76361.0,602200.0,596.0,1814.0,188.0,10.0,86.0,0.0,26.0,33.0,1228.0,New York City,New York-Newark-Jersey City +36081046600,"Census Tract 466, Queens County, New York",3786,2606.0,52788.0,192700.0,1217.0,368.0,857.0,0.0,1824.0,0.0,77.0,41.0,619.0,New York City,New York-Newark-Jersey City +36081050202,"Census Tract 502.02, Queens County, New York",1473,972.0,67404.0,430600.0,137.0,10.0,1064.0,0.0,164.0,0.0,18.0,45.0,172.0,New York City,New York-Newark-Jersey City +36081056000,"Census Tract 560, Queens County, New York",1743,1176.0,61029.0,497300.0,240.0,445.0,178.0,3.0,647.0,0.0,70.0,104.0,296.0,New York City,New York-Newark-Jersey City +36081000600,"Census Tract 6, Queens County, New York",4142,2711.0,80352.0,440000.0,530.0,419.0,124.0,56.0,959.0,0.0,0.0,30.0,2610.0,New York City,New York-Newark-Jersey City +36081014201,"Census Tract 142.01, Queens County, New York",4285,2668.0,65625.0,486000.0,464.0,170.0,485.0,77.0,1317.0,0.0,161.0,204.0,1871.0,New York City,New York-Newark-Jersey City +36081062100,"Census Tract 621, Queens County, New York",2569,1844.0,59259.0,556700.0,416.0,1655.0,20.0,0.0,32.0,0.0,0.0,0.0,862.0,New York City,New York-Newark-Jersey City +36081059100,"Census Tract 591, Queens County, New York",5375,3665.0,63851.0,502400.0,1118.0,2494.0,103.0,0.0,266.0,0.0,48.0,50.0,2414.0,New York City,New York-Newark-Jersey City +36081089200,"Census Tract 892, Queens County, New York",7664,5893.0,89130.0,672000.0,1910.0,6565.0,75.0,0.0,197.0,0.0,35.0,96.0,696.0,New York City,New York-Newark-Jersey City +36081157902,"Census Tract 1579.02, Queens County, New York",4199,3129.0,109697.0,621600.0,1215.0,1256.0,49.0,100.0,2117.0,42.0,41.0,176.0,418.0,New York City,New York-Newark-Jersey City +36081005200,"Census Tract 52, Queens County, New York",2701,1783.0,59234.0,562500.0,453.0,431.0,188.0,0.0,1090.0,0.0,40.0,85.0,867.0,New York City,New York-Newark-Jersey City +36081012000,"Census Tract 120, Queens County, New York",2456,1729.0,46071.0,489400.0,453.0,117.0,85.0,0.0,1516.0,0.0,210.0,62.0,466.0,New York City,New York-Newark-Jersey City +36081015600,"Census Tract 156, Queens County, New York",3284,2251.0,61917.0,479400.0,502.0,130.0,397.0,63.0,1344.0,0.0,824.0,135.0,391.0,New York City,New York-Newark-Jersey City +36081122702,"Census Tract 1227.02, Queens County, New York",8227,5055.0,28220.0,578600.0,1244.0,1762.0,1972.0,0.0,1222.0,0.0,0.0,222.0,3049.0,New York City,New York-Newark-Jersey City +36081008300,"Census Tract 83, Queens County, New York",2935,1930.0,50417.0,496600.0,783.0,894.0,220.0,0.0,721.0,0.0,0.0,73.0,1027.0,New York City,New York-Newark-Jersey City +36081088901,"Census Tract 889.01, Queens County, New York",11133,8309.0,49167.0,238100.0,2366.0,1839.0,227.0,0.0,6052.0,0.0,0.0,38.0,2977.0,New York City,New York-Newark-Jersey City +36081145102,"Census Tract 1451.02, Queens County, New York",2539,1889.0,81458.0,640000.0,587.0,671.0,180.0,0.0,1441.0,0.0,0.0,53.0,194.0,New York City,New York-Newark-Jersey City +36081008600,"Census Tract 86, Queens County, New York",2920,1907.0,78833.0,492600.0,472.0,813.0,21.0,23.0,668.0,7.0,5.0,79.0,1327.0,New York City,New York-Newark-Jersey City +36081014202,"Census Tract 142.02, Queens County, New York",2674,1865.0,79915.0,463800.0,366.0,184.0,198.0,52.0,937.0,0.0,129.0,53.0,1121.0,New York City,New York-Newark-Jersey City +36081019000,"Census Tract 190, Queens County, New York",2749,1859.0,83006.0,381100.0,243.0,54.0,1402.0,65.0,75.0,0.0,597.0,72.0,514.0,New York City,New York-Newark-Jersey City +36081025100,"Census Tract 251, Queens County, New York",6339,4744.0,52368.0,269800.0,1841.0,1691.0,91.0,0.0,2230.0,0.0,15.0,28.0,2284.0,New York City,New York-Newark-Jersey City +36081036700,"Census Tract 367, Queens County, New York",2567,1818.0,58250.0,542600.0,337.0,128.0,889.0,0.0,271.0,0.0,3.0,31.0,1245.0,New York City,New York-Newark-Jersey City +36081040900,"Census Tract 409, Queens County, New York",5338,3668.0,48348.0,641200.0,299.0,69.0,180.0,71.0,599.0,0.0,0.0,10.0,4480.0,New York City,New York-Newark-Jersey City +36081047600,"Census Tract 476, Queens County, New York",1594,1081.0,102857.0,860500.0,598.0,552.0,278.0,0.0,581.0,0.0,0.0,0.0,183.0,New York City,New York-Newark-Jersey City +36081084601,"Census Tract 846.01, Queens County, New York",3102,2285.0,80694.0,575600.0,560.0,667.0,198.0,45.0,1015.0,0.0,372.0,113.0,722.0,New York City,New York-Newark-Jersey City +36081092900,"Census Tract 929, Queens County, New York",6536,4439.0,55488.0,587700.0,1026.0,1370.0,86.0,0.0,1630.0,0.0,40.0,163.0,3247.0,New York City,New York-Newark-Jersey City +36081093800,"Census Tract 938, Queens County, New York",5240,4167.0,49245.0,141500.0,892.0,3661.0,563.0,0.0,178.0,0.0,0.0,24.0,814.0,New York City,New York-Newark-Jersey City +36081085500,"Census Tract 855, Queens County, New York",6537,4943.0,36275.0,276400.0,1180.0,372.0,389.0,0.0,4281.0,39.0,43.0,114.0,1299.0,New York City,New York-Newark-Jersey City +36081017400,"Census Tract 174, Queens County, New York",2474,1750.0,63173.0,426300.0,350.0,40.0,930.0,35.0,434.0,0.0,279.0,127.0,633.0,New York City,New York-Newark-Jersey City +36081083700,"Census Tract 837, Queens County, New York",5640,4085.0,52708.0,633400.0,786.0,511.0,2.0,34.0,4511.0,0.0,6.0,85.0,491.0,New York City,New York-Newark-Jersey City +36081085700,"Census Tract 857, Queens County, New York",5346,4222.0,37692.0,360700.0,825.0,286.0,122.0,92.0,3912.0,0.0,0.0,61.0,965.0,New York City,New York-Newark-Jersey City +36081086300,"Census Tract 863, Queens County, New York",6722,5447.0,39955.0,358500.0,961.0,419.0,102.0,0.0,5360.0,33.0,0.0,14.0,794.0,New York City,New York-Newark-Jersey City +36081087100,"Census Tract 871, Queens County, New York",2350,1612.0,41612.0,754400.0,335.0,123.0,652.0,0.0,1090.0,0.0,0.0,85.0,400.0,New York City,New York-Newark-Jersey City +36081091601,"Census Tract 916.01, Queens County, New York",3702,2599.0,99792.0,556400.0,1251.0,3476.0,11.0,0.0,9.0,0.0,26.0,0.0,180.0,New York City,New York-Newark-Jersey City +36081094201,"Census Tract 942.01, Queens County, New York",3242,2304.0,60385.0,460600.0,560.0,771.0,900.0,124.0,123.0,0.0,0.0,0.0,1395.0,New York City,New York-Newark-Jersey City +36081103300,"Census Tract 1033, Queens County, New York",4374,3241.0,88438.0,754100.0,1071.0,2449.0,0.0,24.0,1361.0,0.0,9.0,51.0,504.0,New York City,New York-Newark-Jersey City +36081010200,"Census Tract 102, Queens County, New York",3085,2140.0,52443.0,495300.0,475.0,237.0,441.0,0.0,954.0,0.0,183.0,224.0,1046.0,New York City,New York-Newark-Jersey City +36081011300,"Census Tract 113, Queens County, New York",4554,3532.0,72861.0,695400.0,1608.0,2233.0,57.0,0.0,874.0,0.0,11.0,28.0,1351.0,New York City,New York-Newark-Jersey City +36081011400,"Census Tract 114, Queens County, New York",1277,796.0,42321.0,585100.0,44.0,141.0,184.0,0.0,290.0,0.0,4.0,0.0,658.0,New York City,New York-Newark-Jersey City +36081012602,"Census Tract 126.02, Queens County, New York",2736,1795.0,64000.0,426700.0,407.0,317.0,32.0,33.0,903.0,0.0,30.0,29.0,1425.0,New York City,New York-Newark-Jersey City +36081012800,"Census Tract 128, Queens County, New York",2357,1467.0,63490.0,609400.0,599.0,805.0,76.0,0.0,337.0,0.0,5.0,20.0,1114.0,New York City,New York-Newark-Jersey City +36081013000,"Census Tract 130, Queens County, New York",1598,1169.0,63409.0,529400.0,508.0,537.0,146.0,0.0,409.0,0.0,68.0,37.0,401.0,New York City,New York-Newark-Jersey City +36081014400,"Census Tract 144, Queens County, New York",2082,1322.0,49400.0,456500.0,296.0,71.0,153.0,8.0,907.0,0.0,18.0,136.0,789.0,New York City,New York-Newark-Jersey City +36081014800,"Census Tract 148, Queens County, New York",2189,1470.0,65000.0,426000.0,255.0,99.0,169.0,0.0,657.0,0.0,440.0,131.0,693.0,New York City,New York-Newark-Jersey City +36081017600,"Census Tract 176, Queens County, New York",2423,1628.0,62337.0,426900.0,330.0,89.0,1007.0,0.0,473.0,0.0,273.0,179.0,402.0,New York City,New York-Newark-Jersey City +36081017900,"Census Tract 179, Queens County, New York",967,728.0,43750.0,560500.0,250.0,236.0,29.0,0.0,346.0,0.0,10.0,6.0,340.0,New York City,New York-Newark-Jersey City +36081018402,"Census Tract 184.02, Queens County, New York",2448,1754.0,65458.0,367900.0,222.0,79.0,1622.0,6.0,134.0,0.0,104.0,142.0,367.0,New York City,New York-Newark-Jersey City +36081019600,"Census Tract 196, Queens County, New York",2947,1811.0,65333.0,391100.0,369.0,21.0,1671.0,0.0,332.0,0.0,519.0,44.0,360.0,New York City,New York-Newark-Jersey City +36081022900,"Census Tract 229, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081023000,"Census Tract 230, Queens County, New York",2205,1563.0,107176.0,594600.0,540.0,603.0,53.0,0.0,836.0,0.0,10.0,27.0,676.0,New York City,New York-Newark-Jersey City +36081102900,"Census Tract 1029, Queens County, New York",3827,2738.0,64656.0,628600.0,773.0,2704.0,71.0,0.0,586.0,15.0,0.0,75.0,376.0,New York City,New York-Newark-Jersey City +36081099701,"Census Tract 997.01, Queens County, New York",2717,2086.0,74922.0,520100.0,1183.0,2000.0,2.0,8.0,417.0,0.0,0.0,15.0,283.0,New York City,New York-Newark-Jersey City +36081119100,"Census Tract 1191, Queens County, New York",3314,2382.0,44444.0,830500.0,373.0,235.0,0.0,0.0,1929.0,0.0,0.0,82.0,1068.0,New York City,New York-Newark-Jersey City +36081119300,"Census Tract 1193, Queens County, New York",1956,1466.0,46250.0,795100.0,492.0,355.0,36.0,0.0,1288.0,0.0,15.0,22.0,240.0,New York City,New York-Newark-Jersey City +36081129102,"Census Tract 1291.02, Queens County, New York",3790,2629.0,109911.0,805300.0,1423.0,2102.0,4.0,0.0,1321.0,0.0,0.0,112.0,251.0,New York City,New York-Newark-Jersey City +36081140300,"Census Tract 1403, Queens County, New York",2140,1696.0,64400.0,646700.0,672.0,664.0,0.0,0.0,1231.0,0.0,0.0,21.0,224.0,New York City,New York-Newark-Jersey City +36081003400,"Census Tract 34, Queens County, New York",2561,1664.0,71000.0,459000.0,281.0,300.0,78.0,0.0,524.0,0.0,16.0,85.0,1558.0,New York City,New York-Newark-Jersey City +36081112900,"Census Tract 1129, Queens County, New York",2131,1574.0,87204.0,594300.0,907.0,1342.0,75.0,0.0,585.0,0.0,0.0,10.0,119.0,New York City,New York-Newark-Jersey City +36081055300,"Census Tract 553, Queens County, New York",2718,1720.0,45163.0,493500.0,434.0,508.0,74.0,32.0,435.0,0.0,0.0,154.0,1547.0,New York City,New York-Newark-Jersey City +36081062700,"Census Tract 627, Queens County, New York",2901,2148.0,69293.0,548300.0,311.0,1605.0,8.0,0.0,63.0,0.0,0.0,0.0,1225.0,New York City,New York-Newark-Jersey City +36081067700,"Census Tract 677, Queens County, New York",1765,1381.0,92750.0,642400.0,558.0,1436.0,24.0,0.0,214.0,0.0,0.0,0.0,91.0,New York City,New York-Newark-Jersey City +36081079900,"Census Tract 799, Queens County, New York",3229,2179.0,48603.0,725300.0,459.0,389.0,0.0,30.0,2119.0,0.0,82.0,0.0,639.0,New York City,New York-Newark-Jersey City +36081099100,"Census Tract 991, Queens County, New York",7051,5383.0,99440.0,457600.0,2725.0,4785.0,0.0,0.0,1296.0,0.0,30.0,257.0,683.0,New York City,New York-Newark-Jersey City +36081010000,"Census Tract 100, Queens County, New York",4485,3210.0,92816.0,493200.0,715.0,115.0,1077.0,22.0,1215.0,0.0,489.0,357.0,1232.0,New York City,New York-Newark-Jersey City +36081060800,"Census Tract 608, Queens County, New York",1728,1210.0,79653.0,415400.0,329.0,63.0,1597.0,0.0,0.0,0.0,0.0,0.0,68.0,New York City,New York-Newark-Jersey City +36081002400,"Census Tract 24, Queens County, New York",2355,1725.0,70089.0,452300.0,407.0,186.0,128.0,18.0,751.0,0.0,45.0,100.0,1144.0,New York City,New York-Newark-Jersey City +36081005900,"Census Tract 59, Queens County, New York",4260,3627.0,80194.0,693900.0,1819.0,2441.0,58.0,0.0,406.0,0.0,74.0,84.0,1197.0,New York City,New York-Newark-Jersey City +36081009100,"Census Tract 91, Queens County, New York",2657,2156.0,65354.0,602600.0,891.0,1484.0,93.0,0.0,368.0,0.0,0.0,26.0,686.0,New York City,New York-Newark-Jersey City +36081014000,"Census Tract 140, Queens County, New York",3926,2544.0,66917.0,540400.0,1041.0,1820.0,251.0,0.0,676.0,0.0,20.0,85.0,1074.0,New York City,New York-Newark-Jersey City +36081025500,"Census Tract 255, Queens County, New York",1410,1101.0,72981.0,667100.0,477.0,450.0,0.0,0.0,530.0,0.0,47.0,0.0,383.0,New York City,New York-Newark-Jersey City +36081035200,"Census Tract 352, Queens County, New York",3073,1959.0,84167.0,385900.0,417.0,152.0,2642.0,0.0,20.0,0.0,4.0,36.0,219.0,New York City,New York-Newark-Jersey City +36081040300,"Census Tract 403, Queens County, New York",7716,4428.0,47386.0,469200.0,381.0,38.0,0.0,24.0,923.0,0.0,73.0,65.0,6617.0,New York City,New York-Newark-Jersey City +36081048100,"Census Tract 481, Queens County, New York",6384,4859.0,35063.0,501600.0,1192.0,712.0,364.0,0.0,3410.0,0.0,152.0,0.0,1746.0,New York City,New York-Newark-Jersey City +36081052100,"Census Tract 521, Queens County, New York",2265,1486.0,83333.0,477200.0,373.0,1517.0,26.0,0.0,122.0,0.0,19.0,109.0,472.0,New York City,New York-Newark-Jersey City +36081059400,"Census Tract 594, Queens County, New York",1842,1390.0,92986.0,393100.0,420.0,6.0,1660.0,0.0,5.0,0.0,9.0,53.0,109.0,New York City,New York-Newark-Jersey City +36081063302,"Census Tract 633.02, Queens County, New York",1578,1179.0,63380.0,546100.0,279.0,1134.0,0.0,0.0,4.0,0.0,0.0,19.0,421.0,New York City,New York-Newark-Jersey City +36081069300,"Census Tract 693, Queens County, New York",3012,2173.0,47951.0,294200.0,1051.0,1182.0,280.0,32.0,856.0,0.0,17.0,20.0,657.0,New York City,New York-Newark-Jersey City +36081019800,"Census Tract 198, Queens County, New York",3210,1928.0,52292.0,461100.0,321.0,17.0,1377.0,0.0,567.0,0.0,326.0,246.0,677.0,New York City,New York-Newark-Jersey City +36081020500,"Census Tract 205, Queens County, New York",1283,890.0,58750.0,669800.0,132.0,142.0,3.0,0.0,72.0,0.0,0.0,0.0,1066.0,New York City,New York-Newark-Jersey City +36081021600,"Census Tract 216, Queens County, New York",4339,3212.0,68211.0,201400.0,1594.0,1302.0,312.0,39.0,839.0,0.0,71.0,183.0,1593.0,New York City,New York-Newark-Jersey City +36081021900,"Census Tract 219, Queens County, New York",4,4.0,-666666666.0,-666666666.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081023800,"Census Tract 238, Queens County, New York",4774,3341.0,45896.0,545500.0,694.0,149.0,531.0,0.0,1672.0,0.0,559.0,0.0,1863.0,New York City,New York-Newark-Jersey City +36081024000,"Census Tract 240, Queens County, New York",6659,4623.0,43594.0,321900.0,939.0,208.0,1009.0,53.0,1390.0,0.0,569.0,152.0,3331.0,New York City,New York-Newark-Jersey City +36081024600,"Census Tract 246, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081024700,"Census Tract 247, Queens County, New York",1577,1115.0,58125.0,639200.0,232.0,277.0,12.0,0.0,731.0,0.0,0.0,44.0,513.0,New York City,New York-Newark-Jersey City +36081025700,"Census Tract 257, Queens County, New York",1422,1128.0,60000.0,577000.0,334.0,383.0,48.0,0.0,470.0,0.0,6.0,40.0,475.0,New York City,New York-Newark-Jersey City +36081026000,"Census Tract 260, Queens County, New York",2661,1509.0,44018.0,559000.0,128.0,5.0,1502.0,0.0,305.0,0.0,135.0,0.0,714.0,New York City,New York-Newark-Jersey City +36081026100,"Census Tract 261, Queens County, New York",7364,5167.0,44720.0,616500.0,1015.0,502.0,54.0,0.0,2785.0,0.0,16.0,63.0,3944.0,New York City,New York-Newark-Jersey City +36081027900,"Census Tract 279, Queens County, New York",6359,4963.0,51875.0,291900.0,1236.0,1069.0,136.0,0.0,599.0,0.0,21.0,69.0,4465.0,New York City,New York-Newark-Jersey City +36081028000,"Census Tract 280, Queens County, New York",1923,1295.0,69850.0,335300.0,287.0,0.0,1645.0,0.0,0.0,0.0,32.0,75.0,171.0,New York City,New York-Newark-Jersey City +36081028700,"Census Tract 287, Queens County, New York",6377,4912.0,62964.0,377100.0,1831.0,2071.0,0.0,32.0,1199.0,0.0,0.0,17.0,3090.0,New York City,New York-Newark-Jersey City +36081044800,"Census Tract 448, Queens County, New York",2923,1735.0,57500.0,641200.0,679.0,156.0,154.0,17.0,1481.0,0.0,70.0,280.0,765.0,New York City,New York-Newark-Jersey City +36081032900,"Census Tract 329, Queens County, New York",3983,2813.0,58333.0,562500.0,421.0,434.0,141.0,20.0,716.0,0.0,0.0,19.0,2673.0,New York City,New York-Newark-Jersey City +36081035300,"Census Tract 353, Queens County, New York",2541,1706.0,45880.0,514400.0,163.0,32.0,306.0,0.0,144.0,0.0,38.0,17.0,2004.0,New York City,New York-Newark-Jersey City +36081037500,"Census Tract 375, Queens County, New York",4321,2843.0,53050.0,662500.0,314.0,45.0,129.0,37.0,206.0,0.0,44.0,0.0,3897.0,New York City,New York-Newark-Jersey City +36081045500,"Census Tract 455, Queens County, New York",15051,9375.0,48625.0,-666666666.0,2430.0,1700.0,7286.0,0.0,1800.0,0.0,23.0,184.0,4058.0,New York City,New York-Newark-Jersey City +36081047500,"Census Tract 475, Queens County, New York",3982,3018.0,50926.0,570000.0,1052.0,247.0,13.0,58.0,2334.0,0.0,24.0,148.0,1216.0,New York City,New York-Newark-Jersey City +36081048900,"Census Tract 489, Queens County, New York",1788,1193.0,63750.0,690500.0,295.0,81.0,1.0,2.0,841.0,0.0,0.0,0.0,865.0,New York City,New York-Newark-Jersey City +36081050700,"Census Tract 507, Queens County, New York",4192,3074.0,79313.0,588800.0,1025.0,1773.0,106.0,0.0,1323.0,0.0,19.0,40.0,931.0,New York City,New York-Newark-Jersey City +36081052800,"Census Tract 528, Queens County, New York",1371,943.0,53000.0,439200.0,196.0,0.0,1075.0,0.0,68.0,14.0,55.0,19.0,140.0,New York City,New York-Newark-Jersey City +36081053500,"Census Tract 535, Queens County, New York",1407,819.0,59417.0,467400.0,90.0,310.0,0.0,8.0,84.0,0.0,0.0,0.0,1005.0,New York City,New York-Newark-Jersey City +36081090700,"Census Tract 907, Queens County, New York",1418,913.0,69886.0,665300.0,125.0,467.0,0.0,0.0,553.0,0.0,0.0,85.0,313.0,New York City,New York-Newark-Jersey City +36081091602,"Census Tract 916.02, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081091900,"Census Tract 919, Queens County, New York",5860,4461.0,49644.0,513200.0,524.0,1042.0,185.0,0.0,2418.0,55.0,0.0,104.0,2056.0,New York City,New York-Newark-Jersey City +36081094700,"Census Tract 947, Queens County, New York",2536,1775.0,62452.0,676400.0,331.0,880.0,8.0,0.0,439.0,0.0,5.0,72.0,1132.0,New York City,New York-Newark-Jersey City +36081099200,"Census Tract 992, Queens County, New York",4146,2253.0,26766.0,370200.0,359.0,477.0,2017.0,0.0,50.0,0.0,96.0,121.0,1385.0,New York City,New York-Newark-Jersey City +36081101001,"Census Tract 1010.01, Queens County, New York",10986,7020.0,26557.0,467400.0,1420.0,2892.0,4556.0,0.0,239.0,0.0,27.0,178.0,3094.0,New York City,New York-Newark-Jersey City +36081103202,"Census Tract 1032.02, Queens County, New York",8014,4219.0,52331.0,759000.0,1188.0,3541.0,1182.0,63.0,73.0,0.0,26.0,54.0,3138.0,New York City,New York-Newark-Jersey City +36081117500,"Census Tract 1175, Queens County, New York",4904,3977.0,69769.0,741700.0,1276.0,1817.0,19.0,0.0,2470.0,0.0,0.0,0.0,598.0,New York City,New York-Newark-Jersey City +36081016400,"Census Tract 164, Queens County, New York",3852,2553.0,76414.0,420500.0,345.0,117.0,1136.0,1.0,920.0,0.0,714.0,238.0,726.0,New York City,New York-Newark-Jersey City +36081011500,"Census Tract 115, Queens County, New York",2252,1824.0,74688.0,861500.0,1198.0,1383.0,11.0,10.0,302.0,0.0,10.0,120.0,416.0,New York City,New York-Newark-Jersey City +36081015100,"Census Tract 151, Queens County, New York",2455,2142.0,69519.0,688500.0,1115.0,1715.0,50.0,0.0,308.0,0.0,5.0,7.0,370.0,New York City,New York-Newark-Jersey City +36081015200,"Census Tract 152, Queens County, New York",3037,2095.0,56522.0,462600.0,535.0,124.0,427.0,0.0,1009.0,0.0,570.0,102.0,805.0,New York City,New York-Newark-Jersey City +36081017800,"Census Tract 178, Queens County, New York",2284,1574.0,56667.0,420000.0,192.0,7.0,799.0,35.0,291.0,0.0,375.0,156.0,621.0,New York City,New York-Newark-Jersey City +36081020200,"Census Tract 202, Queens County, New York",1784,1099.0,67564.0,432400.0,214.0,30.0,865.0,0.0,219.0,0.0,401.0,60.0,209.0,New York City,New York-Newark-Jersey City +36081020400,"Census Tract 204, Queens County, New York",2473,1578.0,42378.0,471700.0,204.0,133.0,1075.0,7.0,500.0,0.0,101.0,190.0,474.0,New York City,New York-Newark-Jersey City +36081022001,"Census Tract 220.01, Queens County, New York",5958,4902.0,68868.0,227700.0,2363.0,1711.0,741.0,18.0,1464.0,0.0,42.0,41.0,1959.0,New York City,New York-Newark-Jersey City +36081024300,"Census Tract 243, Queens County, New York",5963,4437.0,63333.0,636700.0,1009.0,1449.0,7.0,9.0,2099.0,0.0,8.0,53.0,2347.0,New York City,New York-Newark-Jersey City +36081027000,"Census Tract 270, Queens County, New York",1989,1117.0,66250.0,364300.0,209.0,8.0,1370.0,0.0,67.0,0.0,0.0,62.0,482.0,New York City,New York-Newark-Jersey City +36081027800,"Census Tract 278, Queens County, New York",2374,1514.0,40000.0,350500.0,218.0,12.0,1897.0,0.0,10.0,0.0,0.0,97.0,358.0,New York City,New York-Newark-Jersey City +36081028100,"Census Tract 281, Queens County, New York",4547,3634.0,46576.0,285400.0,1507.0,1397.0,38.0,22.0,693.0,0.0,0.0,124.0,2295.0,New York City,New York-Newark-Jersey City +36081033401,"Census Tract 334.01, Queens County, New York",3645,2354.0,74542.0,432200.0,525.0,27.0,3279.0,0.0,41.0,0.0,11.0,21.0,266.0,New York City,New York-Newark-Jersey City +36081034700,"Census Tract 347, Queens County, New York",3470,2310.0,51367.0,598800.0,339.0,349.0,378.0,23.0,478.0,0.0,10.0,8.0,2224.0,New York City,New York-Newark-Jersey City +36081037600,"Census Tract 376, Queens County, New York",6422,4207.0,72689.0,424600.0,976.0,0.0,5770.0,50.0,206.0,0.0,28.0,67.0,301.0,New York City,New York-Newark-Jersey City +36081039900,"Census Tract 399, Queens County, New York",4014,2394.0,52378.0,512100.0,242.0,75.0,308.0,87.0,120.0,0.0,70.0,9.0,3432.0,New York City,New York-Newark-Jersey City +36081073900,"Census Tract 739, Queens County, New York",5903,4762.0,84159.0,385500.0,3193.0,2934.0,124.0,0.0,1658.0,0.0,0.0,337.0,850.0,New York City,New York-Newark-Jersey City +36081074100,"Census Tract 741, Queens County, New York",3194,2592.0,71375.0,300700.0,1705.0,1801.0,122.0,76.0,667.0,0.0,8.0,99.0,451.0,New York City,New York-Newark-Jersey City +36081074300,"Census Tract 743, Queens County, New York",4441,3291.0,58718.0,414500.0,1395.0,2533.0,79.0,24.0,1205.0,0.0,0.0,160.0,451.0,New York City,New York-Newark-Jersey City +36081074500,"Census Tract 745, Queens County, New York",4260,2658.0,45708.0,505900.0,1056.0,2324.0,186.0,0.0,824.0,0.0,0.0,182.0,744.0,New York City,New York-Newark-Jersey City +36081077904,"Census Tract 779.04, Queens County, New York",6121,4051.0,64087.0,425200.0,1668.0,3736.0,160.0,59.0,1302.0,0.0,0.0,171.0,712.0,New York City,New York-Newark-Jersey City +36081080900,"Census Tract 809, Queens County, New York",7281,4958.0,68386.0,239600.0,1762.0,2954.0,441.0,0.0,2340.0,0.0,0.0,11.0,1535.0,New York City,New York-Newark-Jersey City +36081085300,"Census Tract 853, Queens County, New York",5070,4018.0,38885.0,432500.0,865.0,184.0,54.0,25.0,4446.0,0.0,0.0,72.0,289.0,New York City,New York-Newark-Jersey City +36081085900,"Census Tract 859, Queens County, New York",5343,3970.0,44535.0,284800.0,679.0,666.0,29.0,153.0,3777.0,0.0,0.0,241.0,477.0,New York City,New York-Newark-Jersey City +36081086500,"Census Tract 865, Queens County, New York",4506,3814.0,29810.0,411800.0,744.0,511.0,39.0,0.0,3439.0,0.0,0.0,205.0,312.0,New York City,New York-Newark-Jersey City +36081094202,"Census Tract 942.02, Queens County, New York",4617,2756.0,48047.0,349500.0,911.0,827.0,1841.0,0.0,476.0,0.0,0.0,118.0,1355.0,New York City,New York-Newark-Jersey City +36081094203,"Census Tract 942.03, Queens County, New York",6505,4649.0,52545.0,46000.0,1101.0,3411.0,453.0,0.0,221.0,0.0,173.0,139.0,2108.0,New York City,New York-Newark-Jersey City +36081098100,"Census Tract 981, Queens County, New York",2417,1722.0,93860.0,837000.0,620.0,1510.0,0.0,58.0,449.0,0.0,41.0,5.0,354.0,New York City,New York-Newark-Jersey City +36081101002,"Census Tract 1010.02, Queens County, New York",4090,2565.0,36520.0,800000.0,950.0,3111.0,777.0,0.0,48.0,0.0,0.0,5.0,149.0,New York City,New York-Newark-Jersey City +36081103900,"Census Tract 1039, Queens County, New York",7088,5193.0,82156.0,704500.0,1760.0,3226.0,0.0,0.0,2643.0,0.0,0.0,115.0,1104.0,New York City,New York-Newark-Jersey City +36081012301,"Census Tract 123.01, Queens County, New York",2812,2218.0,83155.0,762300.0,1071.0,1869.0,88.0,63.0,194.0,0.0,0.0,8.0,590.0,New York City,New York-Newark-Jersey City +36081067100,"Census Tract 671, Queens County, New York",2368,1808.0,100909.0,613100.0,699.0,1672.0,0.0,7.0,568.0,0.0,0.0,31.0,97.0,New York City,New York-Newark-Jersey City +36081074900,"Census Tract 749, Queens County, New York",1590,1079.0,161750.0,1439100.0,905.0,1165.0,0.0,0.0,254.0,0.0,0.0,77.0,94.0,New York City,New York-Newark-Jersey City +36081079702,"Census Tract 797.02, Queens County, New York",4877,3709.0,38640.0,409400.0,612.0,274.0,18.0,0.0,3976.0,0.0,25.0,105.0,479.0,New York City,New York-Newark-Jersey City +36081093402,"Census Tract 934.02, Queens County, New York",4343,3410.0,73277.0,527400.0,1377.0,3243.0,121.0,0.0,268.0,0.0,189.0,130.0,392.0,New York City,New York-Newark-Jersey City +36081038301,"Census Tract 383.01, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081097203,"Census Tract 972.03, Queens County, New York",7002,4003.0,26154.0,442400.0,503.0,213.0,3961.0,52.0,191.0,0.0,39.0,0.0,2598.0,New York City,New York-Newark-Jersey City +36081097204,"Census Tract 972.04, Queens County, New York",3741,2774.0,43029.0,425200.0,303.0,266.0,2025.0,0.0,41.0,0.0,11.0,97.0,1301.0,New York City,New York-Newark-Jersey City +36081099703,"Census Tract 997.03, Queens County, New York",3899,3150.0,102772.0,423400.0,1723.0,2396.0,38.0,31.0,1111.0,0.0,43.0,140.0,140.0,New York City,New York-Newark-Jersey City +36081099704,"Census Tract 997.04, Queens County, New York",6809,5562.0,68750.0,294000.0,3013.0,4316.0,64.0,0.0,1604.0,0.0,0.0,85.0,740.0,New York City,New York-Newark-Jersey City +36081100802,"Census Tract 1008.02, Queens County, New York",8954,5117.0,59529.0,455000.0,1478.0,2596.0,3737.0,0.0,359.0,0.0,84.0,0.0,2178.0,New York City,New York-Newark-Jersey City +36081099705,"Census Tract 997.05, Queens County, New York",2790,2018.0,95395.0,614400.0,992.0,1449.0,0.0,25.0,1055.0,0.0,0.0,61.0,200.0,New York City,New York-Newark-Jersey City +36081099801,"Census Tract 998.01, Queens County, New York",8230,5414.0,68252.0,377700.0,1049.0,743.0,5201.0,0.0,285.0,0.0,0.0,104.0,1897.0,New York City,New York-Newark-Jersey City +36081100801,"Census Tract 1008.01, Queens County, New York",2506,1482.0,88047.0,453100.0,483.0,1145.0,822.0,0.0,55.0,0.0,0.0,0.0,484.0,New York City,New York-Newark-Jersey City +36081129103,"Census Tract 1291.03, Queens County, New York",3872,2973.0,60244.0,215100.0,1526.0,2285.0,106.0,0.0,956.0,0.0,0.0,82.0,443.0,New York City,New York-Newark-Jersey City +36081129104,"Census Tract 1291.04, Queens County, New York",4350,3374.0,77857.0,243400.0,1750.0,1525.0,150.0,0.0,2119.0,0.0,46.0,70.0,440.0,New York City,New York-Newark-Jersey City +36081095400,"Census Tract 954, Queens County, New York",5598,3683.0,55526.0,373000.0,876.0,487.0,3407.0,56.0,370.0,0.0,0.0,138.0,1184.0,New York City,New York-Newark-Jersey City +36081099802,"Census Tract 998.02, Queens County, New York",5462,3854.0,34836.0,328800.0,1418.0,1124.0,3290.0,0.0,61.0,0.0,0.0,0.0,987.0,New York City,New York-Newark-Jersey City +36081127700,"Census Tract 1277, Queens County, New York",3179,1979.0,118233.0,853000.0,1095.0,2551.0,154.0,0.0,457.0,0.0,0.0,5.0,12.0,New York City,New York-Newark-Jersey City +36081990100,"Census Tract 9901, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081025400,"Census Tract 254, Queens County, New York",9722,6103.0,37103.0,322300.0,971.0,0.0,5759.0,0.0,1062.0,0.0,539.0,160.0,2202.0,New York City,New York-Newark-Jersey City +36081030600,"Census Tract 306, Queens County, New York",4827,3007.0,69464.0,392900.0,657.0,187.0,4005.0,0.0,161.0,0.0,100.0,33.0,341.0,New York City,New York-Newark-Jersey City +36081035700,"Census Tract 357, Queens County, New York",4061,3119.0,62031.0,491100.0,551.0,637.0,1452.0,0.0,569.0,0.0,0.0,7.0,1396.0,New York City,New York-Newark-Jersey City +36081010701,"Census Tract 107.01, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081038302,"Census Tract 383.02, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081040400,"Census Tract 404, Queens County, New York",4415,2916.0,65329.0,381800.0,458.0,40.0,3829.0,9.0,92.0,0.0,0.0,159.0,295.0,New York City,New York-Newark-Jersey City +36081043900,"Census Tract 439, Queens County, New York",4281,2753.0,42833.0,477300.0,243.0,285.0,40.0,0.0,669.0,0.0,0.0,0.0,3287.0,New York City,New York-Newark-Jersey City +36081045600,"Census Tract 456, Queens County, New York",1497,1035.0,74861.0,615400.0,403.0,51.0,50.0,0.0,1202.0,0.0,71.0,15.0,108.0,New York City,New York-Newark-Jersey City +36081045800,"Census Tract 458, Queens County, New York",2299,1669.0,60556.0,625000.0,952.0,207.0,284.0,0.0,1494.0,0.0,67.0,65.0,182.0,New York City,New York-Newark-Jersey City +36081046700,"Census Tract 467, Queens County, New York",6400,4150.0,32140.0,217700.0,609.0,153.0,91.0,39.0,1994.0,0.0,0.0,17.0,4145.0,New York City,New York-Newark-Jersey City +36081047800,"Census Tract 478, Queens County, New York",5450,4368.0,71333.0,174700.0,1812.0,1026.0,1381.0,6.0,1421.0,0.0,132.0,305.0,1185.0,New York City,New York-Newark-Jersey City +36081049500,"Census Tract 495, Queens County, New York",1417,1023.0,72550.0,656900.0,270.0,891.0,0.0,12.0,76.0,0.0,0.0,0.0,438.0,New York City,New York-Newark-Jersey City +36081051200,"Census Tract 512, Queens County, New York",2831,1802.0,81220.0,436300.0,406.0,12.0,2067.0,0.0,98.0,0.0,344.0,10.0,300.0,New York City,New York-Newark-Jersey City +36081113900,"Census Tract 1139, Queens County, New York",3131,2525.0,55921.0,611400.0,781.0,1292.0,14.0,10.0,1294.0,0.0,57.0,45.0,429.0,New York City,New York-Newark-Jersey City +36081114700,"Census Tract 1147, Queens County, New York",1722,1224.0,79432.0,729600.0,469.0,923.0,0.0,0.0,433.0,0.0,0.0,48.0,318.0,New York City,New York-Newark-Jersey City +36081073100,"Census Tract 731, Queens County, New York",1608,1121.0,116397.0,816400.0,572.0,990.0,21.0,0.0,479.0,0.0,6.0,23.0,89.0,New York City,New York-Newark-Jersey City +36081074700,"Census Tract 747, Queens County, New York",3769,2629.0,65833.0,272200.0,1071.0,991.0,61.0,22.0,1604.0,0.0,0.0,119.0,972.0,New York City,New York-Newark-Jersey City +36081077300,"Census Tract 773, Queens County, New York",2204,1726.0,71585.0,267000.0,1005.0,1133.0,64.0,0.0,348.0,0.0,16.0,125.0,518.0,New York City,New York-Newark-Jersey City +36081078800,"Census Tract 788, Queens County, New York",1889,1326.0,76250.0,391200.0,227.0,53.0,1229.0,0.0,207.0,0.0,183.0,19.0,198.0,New York City,New York-Newark-Jersey City +36081081400,"Census Tract 814, Queens County, New York",4155,2596.0,68333.0,414900.0,517.0,65.0,1731.0,0.0,1030.0,0.0,427.0,110.0,792.0,New York City,New York-Newark-Jersey City +36081088400,"Census Tract 884, Queens County, New York",7966,6086.0,80263.0,590200.0,1218.0,6152.0,102.0,0.0,226.0,0.0,120.0,85.0,1281.0,New York City,New York-Newark-Jersey City +36081092200,"Census Tract 922, Queens County, New York",1924,1376.0,132981.0,790200.0,914.0,1830.0,0.0,7.0,37.0,0.0,0.0,0.0,57.0,New York City,New York-Newark-Jersey City +36081096400,"Census Tract 964, Queens County, New York",5640,3630.0,60966.0,356600.0,1012.0,488.0,2987.0,0.0,534.0,0.0,179.0,73.0,1379.0,New York City,New York-Newark-Jersey City +36081097202,"Census Tract 972.02, Queens County, New York",3226,1508.0,35058.0,-666666666.0,215.0,147.0,2152.0,18.0,3.0,0.0,122.0,18.0,766.0,New York City,New York-Newark-Jersey City +36081097300,"Census Tract 973, Queens County, New York",1812,1414.0,87375.0,756300.0,402.0,1490.0,0.0,0.0,121.0,0.0,22.0,4.0,175.0,New York City,New York-Newark-Jersey City +36081101700,"Census Tract 1017, Queens County, New York",6143,4446.0,80417.0,525200.0,1568.0,3361.0,41.0,0.0,1368.0,0.0,0.0,153.0,1220.0,New York City,New York-Newark-Jersey City +36081000800,"Census Tract 8, Queens County, New York",3679,2430.0,70324.0,439900.0,590.0,521.0,88.0,38.0,894.0,0.0,0.0,47.0,2091.0,New York City,New York-Newark-Jersey City +36081001400,"Census Tract 14, Queens County, New York",3903,2703.0,64535.0,540200.0,491.0,643.0,144.0,0.0,787.0,0.0,9.0,0.0,2320.0,New York City,New York-Newark-Jersey City +36081001600,"Census Tract 16, Queens County, New York",2848,2115.0,78359.0,454800.0,510.0,330.0,137.0,0.0,478.0,0.0,15.0,13.0,1875.0,New York City,New York-Newark-Jersey City +36081001900,"Census Tract 19, Queens County, New York",2347,1947.0,130917.0,797400.0,1608.0,1138.0,50.0,9.0,913.0,0.0,0.0,59.0,187.0,New York City,New York-Newark-Jersey City +36081002600,"Census Tract 26, Queens County, New York",2476,1561.0,80677.0,575000.0,525.0,304.0,118.0,0.0,544.0,0.0,12.0,76.0,1422.0,New York City,New York-Newark-Jersey City +36081002800,"Census Tract 28, Queens County, New York",3216,2070.0,63438.0,541700.0,259.0,495.0,101.0,43.0,651.0,0.0,94.0,84.0,1791.0,New York City,New York-Newark-Jersey City +36081004001,"Census Tract 40.01, Queens County, New York",2422,1651.0,72250.0,559000.0,360.0,606.0,50.0,0.0,550.0,26.0,33.0,11.0,1146.0,New York City,New York-Newark-Jersey City +36081005400,"Census Tract 54, Queens County, New York",5710,3741.0,65172.0,446500.0,849.0,1111.0,412.0,0.0,1457.0,0.0,245.0,290.0,2195.0,New York City,New York-Newark-Jersey City +36081005800,"Census Tract 58, Queens County, New York",6202,4478.0,71702.0,432900.0,1027.0,1809.0,375.0,0.0,919.0,0.0,95.0,170.0,2834.0,New York City,New York-Newark-Jersey City +36081006300,"Census Tract 63, Queens County, New York",5340,4470.0,72264.0,769200.0,2691.0,3006.0,47.0,26.0,846.0,0.0,0.0,149.0,1292.0,New York City,New York-Newark-Jersey City +36081008800,"Census Tract 88, Queens County, New York",3772,2437.0,86731.0,458600.0,692.0,1436.0,216.0,0.0,265.0,0.0,0.0,47.0,1808.0,New York City,New York-Newark-Jersey City +36081009700,"Census Tract 97, Queens County, New York",3561,2794.0,87034.0,685100.0,1771.0,2415.0,60.0,0.0,608.0,0.0,0.0,91.0,387.0,New York City,New York-Newark-Jersey City +36081010600,"Census Tract 106, Queens County, New York",4161,2872.0,64716.0,444300.0,435.0,117.0,612.0,39.0,1198.0,0.0,1325.0,277.0,593.0,New York City,New York-Newark-Jersey City +36081023500,"Census Tract 235, Queens County, New York",8238,6050.0,50274.0,620700.0,959.0,839.0,52.0,0.0,2272.0,0.0,29.0,135.0,4911.0,New York City,New York-Newark-Jersey City +36081028400,"Census Tract 284, Queens County, New York",4310,2785.0,64737.0,406300.0,399.0,39.0,3800.0,0.0,48.0,0.0,251.0,109.0,63.0,New York City,New York-Newark-Jersey City +36081029100,"Census Tract 291, Queens County, New York",6767,4965.0,45299.0,374700.0,1508.0,955.0,63.0,8.0,4046.0,0.0,0.0,88.0,1607.0,New York City,New York-Newark-Jersey City +36081038400,"Census Tract 384, Queens County, New York",2428,1613.0,73385.0,371300.0,285.0,23.0,2181.0,0.0,94.0,0.0,0.0,5.0,125.0,New York City,New York-Newark-Jersey City +36081040100,"Census Tract 401, Queens County, New York",7637,4651.0,52132.0,561800.0,463.0,40.0,137.0,37.0,906.0,0.0,0.0,0.0,6537.0,New York City,New York-Newark-Jersey City +36081041100,"Census Tract 411, Queens County, New York",4108,2638.0,60058.0,488600.0,280.0,51.0,24.0,66.0,658.0,0.0,16.0,5.0,3354.0,New York City,New York-Newark-Jersey City +36081041400,"Census Tract 414, Queens County, New York",4279,2925.0,51190.0,408000.0,468.0,58.0,3153.0,0.0,117.0,0.0,140.0,44.0,767.0,New York City,New York-Newark-Jersey City +36081043200,"Census Tract 432, Queens County, New York",1427,935.0,91750.0,456600.0,292.0,0.0,1264.0,0.0,54.0,0.0,10.0,12.0,87.0,New York City,New York-Newark-Jersey City +36081044601,"Census Tract 446.01, Queens County, New York",3817,2573.0,41488.0,163600.0,633.0,47.0,796.0,38.0,820.0,0.0,34.0,6.0,2076.0,New York City,New York-Newark-Jersey City +36081045700,"Census Tract 457, Queens County, New York",3462,2592.0,65273.0,649000.0,952.0,141.0,0.0,0.0,2590.0,0.0,0.0,0.0,731.0,New York City,New York-Newark-Jersey City +36081045900,"Census Tract 459, Queens County, New York",3700,2564.0,60735.0,701800.0,582.0,126.0,6.0,24.0,1835.0,0.0,0.0,59.0,1674.0,New York City,New York-Newark-Jersey City +36081118100,"Census Tract 1181, Queens County, New York",1581,1206.0,63950.0,710100.0,478.0,676.0,12.0,0.0,671.0,0.0,0.0,16.0,206.0,New York City,New York-Newark-Jersey City +36081120500,"Census Tract 1205, Queens County, New York",2901,2336.0,27679.0,663100.0,344.0,123.0,125.0,41.0,2270.0,0.0,97.0,52.0,193.0,New York City,New York-Newark-Jersey City +36081126500,"Census Tract 1265, Queens County, New York",1608,1065.0,60625.0,552300.0,430.0,594.0,75.0,0.0,600.0,0.0,0.0,157.0,182.0,New York City,New York-Newark-Jersey City +36081126700,"Census Tract 1267, Queens County, New York",4756,1698.0,76932.0,585600.0,555.0,1596.0,618.0,5.0,1289.0,22.0,0.0,256.0,975.0,New York City,New York-Newark-Jersey City +36081133900,"Census Tract 1339, Queens County, New York",1322,906.0,109896.0,711700.0,490.0,655.0,2.0,0.0,495.0,0.0,0.0,0.0,170.0,New York City,New York-Newark-Jersey City +36081018300,"Census Tract 183, Queens County, New York",6461,5021.0,70992.0,457100.0,2527.0,3038.0,36.0,0.0,1206.0,0.0,14.0,156.0,2011.0,New York City,New York-Newark-Jersey City +36081018800,"Census Tract 188, Queens County, New York",1399,904.0,78194.0,453300.0,165.0,2.0,918.0,11.0,154.0,0.0,80.0,31.0,214.0,New York City,New York-Newark-Jersey City +36081018900,"Census Tract 189, Queens County, New York",3644,2819.0,67618.0,611100.0,994.0,1044.0,65.0,0.0,937.0,0.0,11.0,91.0,1496.0,New York City,New York-Newark-Jersey City +36081019200,"Census Tract 192, Queens County, New York",2227,1563.0,69531.0,340400.0,381.0,17.0,1420.0,0.0,106.0,0.0,119.0,103.0,462.0,New York City,New York-Newark-Jersey City +36081025900,"Census Tract 259, Queens County, New York",3504,2587.0,52891.0,577800.0,586.0,493.0,0.0,0.0,1159.0,0.0,0.0,134.0,1718.0,New York City,New York-Newark-Jersey City +36081026600,"Census Tract 266, Queens County, New York",2046,1467.0,31850.0,381200.0,155.0,0.0,1654.0,49.0,34.0,0.0,35.0,10.0,264.0,New York City,New York-Newark-Jersey City +36081027300,"Census Tract 273, Queens County, New York",7683,5087.0,48333.0,239000.0,565.0,245.0,198.0,0.0,896.0,0.0,15.0,13.0,6316.0,New York City,New York-Newark-Jersey City +36081029300,"Census Tract 293, Queens County, New York",1097,813.0,61250.0,678000.0,277.0,72.0,0.0,0.0,923.0,0.0,14.0,16.0,72.0,New York City,New York-Newark-Jersey City +36081003600,"Census Tract 36, Queens County, New York",3748,2413.0,79549.0,524500.0,637.0,533.0,40.0,0.0,1352.0,0.0,37.0,186.0,1600.0,New York City,New York-Newark-Jersey City +36081004401,"Census Tract 44.01, Queens County, New York",4130,2593.0,57917.0,500600.0,494.0,400.0,222.0,27.0,2202.0,0.0,121.0,110.0,1075.0,New York City,New York-Newark-Jersey City +36081005300,"Census Tract 53, Queens County, New York",4926,4074.0,62250.0,598000.0,2602.0,2058.0,82.0,0.0,839.0,0.0,182.0,285.0,1480.0,New York City,New York-Newark-Jersey City +36081005700,"Census Tract 57, Queens County, New York",4262,3190.0,62177.0,663200.0,1392.0,1524.0,131.0,9.0,1091.0,0.0,12.0,93.0,1411.0,New York City,New York-Newark-Jersey City +36081007300,"Census Tract 73, Queens County, New York",4330,3657.0,69719.0,439700.0,2084.0,2063.0,72.0,25.0,1199.0,0.0,12.0,69.0,890.0,New York City,New York-Newark-Jersey City +36081008100,"Census Tract 81, Queens County, New York",1418,1054.0,57431.0,663500.0,435.0,417.0,32.0,0.0,197.0,25.0,7.0,65.0,675.0,New York City,New York-Newark-Jersey City +36081003800,"Census Tract 38, Queens County, New York",2681,1714.0,73281.0,498600.0,348.0,361.0,151.0,1.0,473.0,0.0,0.0,54.0,1641.0,New York City,New York-Newark-Jersey City +36081029900,"Census Tract 299, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081026300,"Census Tract 263, Queens County, New York",6884,4897.0,55150.0,682800.0,1696.0,638.0,18.0,0.0,4184.0,0.0,19.0,245.0,1780.0,New York City,New York-Newark-Jersey City +36081027100,"Census Tract 271, Queens County, New York",8744,6297.0,61645.0,317300.0,1515.0,364.0,105.0,101.0,4019.0,0.0,0.0,184.0,4072.0,New York City,New York-Newark-Jersey City +36081028800,"Census Tract 288, Queens County, New York",5154,3511.0,64706.0,363900.0,564.0,32.0,3879.0,0.0,213.0,0.0,312.0,137.0,581.0,New York City,New York-Newark-Jersey City +36081032000,"Census Tract 320, Queens County, New York",5097,2940.0,75729.0,410700.0,643.0,162.0,4339.0,0.0,95.0,0.0,2.0,76.0,423.0,New York City,New York-Newark-Jersey City +36081033100,"Census Tract 331, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081036100,"Census Tract 361, Queens County, New York",2813,1880.0,44900.0,572400.0,278.0,70.0,530.0,0.0,120.0,0.0,0.0,12.0,2081.0,New York City,New York-Newark-Jersey City +36081036300,"Census Tract 363, Queens County, New York",1960,1274.0,53807.0,617600.0,164.0,54.0,249.0,0.0,146.0,0.0,11.0,12.0,1488.0,New York City,New York-Newark-Jersey City +36081037100,"Census Tract 371, Queens County, New York",1404,950.0,59602.0,651100.0,305.0,47.0,347.0,2.0,267.0,0.0,10.0,39.0,694.0,New York City,New York-Newark-Jersey City +36081037700,"Census Tract 377, Queens County, New York",3566,2290.0,64545.0,638200.0,158.0,0.0,361.0,0.0,99.0,0.0,16.0,0.0,3090.0,New York City,New York-Newark-Jersey City +36081037900,"Census Tract 379, Queens County, New York",7184,4277.0,60239.0,709600.0,322.0,9.0,169.0,0.0,510.0,0.0,0.0,0.0,6496.0,New York City,New York-Newark-Jersey City +36081041300,"Census Tract 413, Queens County, New York",4614,2786.0,48545.0,610700.0,194.0,74.0,0.0,0.0,1021.0,0.0,0.0,37.0,3482.0,New York City,New York-Newark-Jersey City +36081041500,"Census Tract 415, Queens County, New York",4278,2635.0,44659.0,631600.0,279.0,605.0,36.0,0.0,336.0,0.0,12.0,0.0,3289.0,New York City,New York-Newark-Jersey City +36081045200,"Census Tract 452, Queens County, New York",989,738.0,58750.0,595200.0,221.0,229.0,231.0,24.0,360.0,0.0,0.0,52.0,93.0,New York City,New York-Newark-Jersey City +36081042600,"Census Tract 426, Queens County, New York",492,484.0,-666666666.0,-666666666.0,40.0,226.0,195.0,0.0,18.0,0.0,0.0,0.0,53.0,New York City,New York-Newark-Jersey City +36081043400,"Census Tract 434, Queens County, New York",1796,1267.0,93125.0,380200.0,304.0,11.0,1300.0,0.0,143.0,9.0,133.0,61.0,139.0,New York City,New York-Newark-Jersey City +36081045000,"Census Tract 450, Queens County, New York",2271,1503.0,80000.0,556900.0,445.0,321.0,244.0,0.0,1021.0,0.0,0.0,77.0,608.0,New York City,New York-Newark-Jersey City +36081046200,"Census Tract 462, Queens County, New York",8189,5173.0,49088.0,488700.0,1347.0,292.0,909.0,7.0,3255.0,0.0,542.0,304.0,2880.0,New York City,New York-Newark-Jersey City +36081046800,"Census Tract 468, Queens County, New York",3162,2389.0,49861.0,473800.0,697.0,156.0,302.0,23.0,1827.0,0.0,284.0,286.0,307.0,New York City,New York-Newark-Jersey City +36081047000,"Census Tract 470, Queens County, New York",3488,2443.0,61932.0,455100.0,568.0,90.0,464.0,74.0,1855.0,0.0,362.0,132.0,511.0,New York City,New York-Newark-Jersey City +36081047100,"Census Tract 471, Queens County, New York",4463,3325.0,47358.0,550200.0,823.0,209.0,10.0,53.0,3099.0,0.0,9.0,0.0,1136.0,New York City,New York-Newark-Jersey City +36081047200,"Census Tract 472, Queens County, New York",3811,2886.0,61280.0,742900.0,1264.0,913.0,850.0,0.0,1387.0,0.0,60.0,77.0,524.0,New York City,New York-Newark-Jersey City +36081047300,"Census Tract 473, Queens County, New York",4249,3358.0,54911.0,484400.0,1305.0,622.0,66.0,14.0,2788.0,0.0,0.0,0.0,773.0,New York City,New York-Newark-Jersey City +36081048200,"Census Tract 482, Queens County, New York",1521,1060.0,88295.0,637200.0,392.0,76.0,434.0,0.0,598.0,0.0,170.0,88.0,155.0,New York City,New York-Newark-Jersey City +36081048300,"Census Tract 483, Queens County, New York",4290,3234.0,56272.0,578400.0,1027.0,400.0,23.0,36.0,2363.0,12.0,0.0,60.0,1396.0,New York City,New York-Newark-Jersey City +36081049302,"Census Tract 493.02, Queens County, New York",2879,1994.0,67500.0,611100.0,415.0,1198.0,76.0,0.0,293.0,0.0,0.0,79.0,1233.0,New York City,New York-Newark-Jersey City +36081050400,"Census Tract 504, Queens County, New York",2051,1441.0,53750.0,438400.0,259.0,2.0,1808.0,1.0,15.0,0.0,0.0,85.0,140.0,New York City,New York-Newark-Jersey City +36081050500,"Census Tract 505, Queens County, New York",1497,1131.0,71154.0,683900.0,426.0,606.0,46.0,0.0,525.0,0.0,0.0,24.0,296.0,New York City,New York-Newark-Jersey City +36081054000,"Census Tract 540, Queens County, New York",4536,3192.0,62534.0,403700.0,596.0,65.0,2922.0,50.0,277.0,0.0,465.0,69.0,688.0,New York City,New York-Newark-Jersey City +36081054200,"Census Tract 542, Queens County, New York",5095,3533.0,73221.0,434900.0,495.0,604.0,935.0,0.0,1047.0,0.0,615.0,849.0,1045.0,New York City,New York-Newark-Jersey City +36081054900,"Census Tract 549, Queens County, New York",6202,3979.0,56591.0,293400.0,883.0,1107.0,50.0,0.0,592.0,0.0,8.0,18.0,4427.0,New York City,New York-Newark-Jersey City +36081055500,"Census Tract 555, Queens County, New York",2421,1582.0,61010.0,608500.0,231.0,533.0,19.0,0.0,96.0,0.0,31.0,25.0,1717.0,New York City,New York-Newark-Jersey City +36081058100,"Census Tract 581, Queens County, New York",3200,2220.0,57083.0,492600.0,619.0,1598.0,39.0,0.0,61.0,0.0,0.0,23.0,1479.0,New York City,New York-Newark-Jersey City +36081147900,"Census Tract 1479, Queens County, New York",4898,3600.0,84196.0,663300.0,1665.0,2011.0,68.0,0.0,1510.0,0.0,17.0,42.0,1250.0,New York City,New York-Newark-Jersey City +36081156700,"Census Tract 1567, Queens County, New York",1516,1089.0,55313.0,654200.0,222.0,328.0,253.0,0.0,607.0,0.0,0.0,13.0,315.0,New York City,New York-Newark-Jersey City +36081051800,"Census Tract 518, Queens County, New York",2336,1518.0,82989.0,372000.0,366.0,1.0,2130.0,0.0,1.0,0.0,0.0,28.0,176.0,New York City,New York-Newark-Jersey City +36081146300,"Census Tract 1463, Queens County, New York",3295,2457.0,60769.0,580700.0,789.0,1583.0,126.0,0.0,1141.0,0.0,0.0,0.0,445.0,New York City,New York-Newark-Jersey City +36081000100,"Census Tract 1, Queens County, New York",7575,6241.0,137147.0,811900.0,5101.0,4431.0,384.0,0.0,1792.0,0.0,57.0,353.0,558.0,New York City,New York-Newark-Jersey City +36081001000,"Census Tract 10, Queens County, New York",4305,2700.0,79432.0,462600.0,512.0,470.0,138.0,0.0,790.0,0.0,6.0,35.0,2866.0,New York City,New York-Newark-Jersey City +36081003200,"Census Tract 32, Queens County, New York",1688,1109.0,61411.0,454400.0,212.0,177.0,72.0,0.0,452.0,0.0,40.0,5.0,942.0,New York City,New York-Newark-Jersey City +36081157101,"Census Tract 1571.01, Queens County, New York",8468,5972.0,84096.0,557000.0,2589.0,2233.0,234.0,0.0,4696.0,0.0,14.0,105.0,1186.0,New York City,New York-Newark-Jersey City +36081150702,"Census Tract 1507.02, Queens County, New York",3237,2523.0,75667.0,722700.0,1089.0,1714.0,23.0,0.0,1121.0,0.0,0.0,8.0,371.0,New York City,New York-Newark-Jersey City +36081155101,"Census Tract 1551.01, Queens County, New York",1762,1762.0,51801.0,585100.0,725.0,1722.0,0.0,0.0,0.0,0.0,0.0,22.0,18.0,New York City,New York-Newark-Jersey City +36081157102,"Census Tract 1571.02, Queens County, New York",2268,1439.0,83750.0,503400.0,527.0,337.0,59.0,33.0,1319.0,0.0,54.0,29.0,458.0,New York City,New York-Newark-Jersey City +36081046100,"Census Tract 461, Queens County, New York",2801,1924.0,54688.0,714000.0,318.0,226.0,42.0,8.0,1162.0,0.0,6.0,66.0,1291.0,New York City,New York-Newark-Jersey City +36081046400,"Census Tract 464, Queens County, New York",1725,943.0,76458.0,642600.0,477.0,239.0,470.0,0.0,352.0,0.0,26.0,76.0,562.0,New York City,New York-Newark-Jersey City +36081049200,"Census Tract 492, Queens County, New York",4976,3746.0,61691.0,438700.0,1018.0,326.0,2293.0,0.0,1433.0,0.0,67.0,267.0,590.0,New York City,New York-Newark-Jersey City +36081051300,"Census Tract 513, Queens County, New York",2281,1542.0,75060.0,727200.0,401.0,1122.0,15.0,0.0,652.0,0.0,0.0,6.0,486.0,New York City,New York-Newark-Jersey City +36081007100,"Census Tract 71, Queens County, New York",3539,3086.0,72302.0,690800.0,1942.0,1923.0,60.0,0.0,809.0,0.0,24.0,76.0,647.0,New York City,New York-Newark-Jersey City +36081011700,"Census Tract 117, Queens County, New York",3866,3037.0,59934.0,756000.0,1337.0,2499.0,64.0,0.0,472.0,0.0,0.0,63.0,768.0,New York City,New York-Newark-Jersey City +36081014700,"Census Tract 147, Queens County, New York",3224,2686.0,79118.0,843100.0,1280.0,2170.0,88.0,20.0,389.0,0.0,0.0,41.0,536.0,New York City,New York-Newark-Jersey City +36081029700,"Census Tract 297, Queens County, New York",2117,1442.0,61838.0,653700.0,525.0,961.0,13.0,0.0,545.0,0.0,0.0,60.0,538.0,New York City,New York-Newark-Jersey City +36081030902,"Census Tract 309.02, Queens County, New York",7652,5201.0,52380.0,616700.0,1291.0,1440.0,164.0,144.0,3283.0,0.0,85.0,260.0,2393.0,New York City,New York-Newark-Jersey City +36081033700,"Census Tract 337, Queens County, New York",3238,2223.0,69967.0,660300.0,422.0,97.0,0.0,0.0,695.0,0.0,0.0,0.0,2446.0,New York City,New York-Newark-Jersey City +36081031700,"Census Tract 317, Queens County, New York",6271,4797.0,63214.0,603100.0,1595.0,4465.0,59.0,115.0,568.0,0.0,0.0,61.0,1118.0,New York City,New York-Newark-Jersey City +36081032700,"Census Tract 327, Queens County, New York",3916,2780.0,56786.0,617000.0,421.0,234.0,45.0,16.0,1058.0,0.0,0.0,0.0,2579.0,New York City,New York-Newark-Jersey City +36081032800,"Census Tract 328, Queens County, New York",2526,1680.0,60208.0,463500.0,406.0,45.0,2114.0,0.0,0.0,30.0,14.0,80.0,243.0,New York City,New York-Newark-Jersey City +36081039400,"Census Tract 394, Queens County, New York",3013,2092.0,64550.0,427100.0,401.0,31.0,2540.0,0.0,53.0,0.0,15.0,90.0,284.0,New York City,New York-Newark-Jersey City +36081040500,"Census Tract 405, Queens County, New York",3350,2121.0,48100.0,477100.0,76.0,15.0,26.0,12.0,84.0,0.0,0.0,0.0,3225.0,New York City,New York-Newark-Jersey City +36081040700,"Census Tract 407, Queens County, New York",8990,5611.0,45761.0,558800.0,238.0,239.0,213.0,59.0,452.0,0.0,0.0,34.0,8031.0,New York City,New York-Newark-Jersey City +36081046900,"Census Tract 469, Queens County, New York",7804,5571.0,43622.0,315500.0,1096.0,245.0,311.0,93.0,2090.0,0.0,89.0,447.0,4573.0,New York City,New York-Newark-Jersey City +36081048000,"Census Tract 480, Queens County, New York",2730,1959.0,63688.0,492300.0,468.0,84.0,341.0,260.0,1086.0,0.0,403.0,115.0,441.0,New York City,New York-Newark-Jersey City +36081048500,"Census Tract 485, Queens County, New York",4369,3621.0,64737.0,464500.0,1334.0,422.0,63.0,0.0,3078.0,0.0,18.0,19.0,769.0,New York City,New York-Newark-Jersey City +36081049600,"Census Tract 496, Queens County, New York",3296,2477.0,83101.0,431900.0,497.0,144.0,785.0,0.0,785.0,0.0,440.0,292.0,850.0,New York City,New York-Newark-Jersey City +36081050000,"Census Tract 500, Queens County, New York",4476,3099.0,43879.0,517700.0,541.0,148.0,2944.0,7.0,474.0,0.0,214.0,59.0,630.0,New York City,New York-Newark-Jersey City +36081050800,"Census Tract 508, Queens County, New York",2237,1403.0,83235.0,431600.0,274.0,51.0,1841.0,0.0,30.0,0.0,105.0,69.0,141.0,New York City,New York-Newark-Jersey City +36081015500,"Census Tract 155, Queens County, New York",2471,1936.0,76319.0,755400.0,943.0,1379.0,48.0,0.0,403.0,0.0,4.0,87.0,550.0,New York City,New York-Newark-Jersey City +36081017200,"Census Tract 172, Queens County, New York",2115,1446.0,63920.0,435600.0,286.0,52.0,644.0,0.0,684.0,0.0,380.0,102.0,253.0,New York City,New York-Newark-Jersey City +36081033402,"Census Tract 334.02, Queens County, New York",13204,10035.0,49873.0,115600.0,2476.0,222.0,11665.0,46.0,258.0,0.0,58.0,56.0,945.0,New York City,New York-Newark-Jersey City +36081033900,"Census Tract 339, Queens County, New York",3016,2102.0,68813.0,252600.0,536.0,421.0,67.0,0.0,520.0,0.0,0.0,22.0,1986.0,New York City,New York-Newark-Jersey City +36081036500,"Census Tract 365, Queens County, New York",3650,2212.0,48350.0,628300.0,187.0,72.0,597.0,24.0,179.0,0.0,0.0,11.0,2791.0,New York City,New York-Newark-Jersey City +36081036800,"Census Tract 368, Queens County, New York",2673,1800.0,76359.0,379000.0,447.0,16.0,2319.0,0.0,0.0,0.0,0.0,49.0,289.0,New York City,New York-Newark-Jersey City +36081040000,"Census Tract 400, Queens County, New York",1333,975.0,82396.0,422000.0,323.0,14.0,1212.0,0.0,0.0,0.0,0.0,33.0,74.0,New York City,New York-Newark-Jersey City +36081040200,"Census Tract 402, Queens County, New York",1811,1209.0,100893.0,445200.0,311.0,0.0,1695.0,0.0,48.0,0.0,0.0,35.0,33.0,New York City,New York-Newark-Jersey City +36081059500,"Census Tract 595, Queens County, New York",5289,3677.0,68095.0,602700.0,1115.0,2451.0,38.0,22.0,301.0,0.0,0.0,82.0,2417.0,New York City,New York-Newark-Jersey City +36081056400,"Census Tract 564, Queens County, New York",1570,1116.0,50667.0,473100.0,258.0,250.0,153.0,0.0,434.0,0.0,220.0,102.0,411.0,New York City,New York-Newark-Jersey City +36081059200,"Census Tract 592, Queens County, New York",1307,1066.0,105833.0,407600.0,240.0,0.0,1248.0,0.0,0.0,0.0,20.0,4.0,35.0,New York City,New York-Newark-Jersey City +36081061000,"Census Tract 610, Queens County, New York",1351,917.0,83750.0,420600.0,364.0,4.0,1316.0,0.0,0.0,0.0,0.0,0.0,31.0,New York City,New York-Newark-Jersey City +36081061400,"Census Tract 614, Queens County, New York",1318,977.0,98750.0,438300.0,313.0,12.0,1083.0,0.0,30.0,0.0,42.0,25.0,126.0,New York City,New York-Newark-Jersey City +36081063200,"Census Tract 632, Queens County, New York",2705,1860.0,100550.0,441100.0,480.0,34.0,2442.0,0.0,83.0,0.0,0.0,24.0,122.0,New York City,New York-Newark-Jersey City +36081063301,"Census Tract 633.01, Queens County, New York",1490,1047.0,79583.0,608100.0,284.0,1116.0,5.0,0.0,0.0,0.0,0.0,12.0,357.0,New York City,New York-Newark-Jersey City +36081064101,"Census Tract 641.01, Queens County, New York",2220,1734.0,64375.0,217900.0,652.0,1663.0,17.0,0.0,250.0,0.0,4.0,10.0,276.0,New York City,New York-Newark-Jersey City +36081007900,"Census Tract 79, Queens County, New York",3376,2444.0,50072.0,529000.0,987.0,1117.0,119.0,0.0,741.0,0.0,95.0,20.0,1284.0,New York City,New York-Newark-Jersey City +36081052400,"Census Tract 524, Queens County, New York",1705,1232.0,74907.0,417500.0,304.0,0.0,1399.0,0.0,90.0,0.0,0.0,28.0,188.0,New York City,New York-Newark-Jersey City +36081003000,"Census Tract 30, Queens County, New York",1528,947.0,43152.0,583000.0,256.0,306.0,76.0,23.0,197.0,0.0,3.0,136.0,810.0,New York City,New York-Newark-Jersey City +36081000700,"Census Tract 7, Queens County, New York",6132,4861.0,123658.0,917100.0,3660.0,3355.0,57.0,0.0,1354.0,0.0,60.0,195.0,1111.0,New York City,New York-Newark-Jersey City +36081005500,"Census Tract 55, Queens County, New York",886,682.0,60179.0,601200.0,196.0,239.0,12.0,8.0,228.0,0.0,33.0,11.0,355.0,New York City,New York-Newark-Jersey City +36081004002,"Census Tract 40.02, Queens County, New York",1764,1004.0,84028.0,566500.0,160.0,110.0,79.0,0.0,707.0,0.0,85.0,56.0,727.0,New York City,New York-Newark-Jersey City +36081133300,"Census Tract 1333, Queens County, New York",3686,2732.0,82891.0,775500.0,1298.0,1790.0,68.0,0.0,1414.0,0.0,0.0,78.0,336.0,New York City,New York-Newark-Jersey City +36081134700,"Census Tract 1347, Queens County, New York",9943,7101.0,64216.0,247900.0,3407.0,2389.0,873.0,146.0,4645.0,0.0,300.0,310.0,1303.0,New York City,New York-Newark-Jersey City +36081140902,"Census Tract 1409.02, Queens County, New York",3241,2448.0,102364.0,693900.0,806.0,815.0,46.0,0.0,2191.0,16.0,0.0,50.0,123.0,New York City,New York-Newark-Jersey City +36081145900,"Census Tract 1459, Queens County, New York",2788,2155.0,76912.0,634300.0,531.0,1133.0,17.0,10.0,1025.0,0.0,0.0,40.0,563.0,New York City,New York-Newark-Jersey City +36081057700,"Census Tract 577, Queens County, New York",4232,2815.0,65551.0,581000.0,735.0,2078.0,47.0,0.0,171.0,0.0,0.0,47.0,1889.0,New York City,New York-Newark-Jersey City +36081052500,"Census Tract 525, Queens County, New York",2116,1530.0,74000.0,593600.0,382.0,1327.0,45.0,0.0,238.0,0.0,0.0,7.0,499.0,New York City,New York-Newark-Jersey City +36081055600,"Census Tract 556, Queens County, New York",2322,1724.0,75147.0,439400.0,414.0,152.0,343.0,0.0,1034.0,0.0,172.0,218.0,403.0,New York City,New York-Newark-Jersey City +36081060600,"Census Tract 606, Queens County, New York",1337,1021.0,84583.0,407800.0,284.0,32.0,1201.0,0.0,5.0,0.0,9.0,19.0,71.0,New York City,New York-Newark-Jersey City +36081063800,"Census Tract 638, Queens County, New York",3853,3040.0,110129.0,416000.0,911.0,182.0,2988.0,0.0,64.0,0.0,86.0,34.0,499.0,New York City,New York-Newark-Jersey City +36081065400,"Census Tract 654, Queens County, New York",3289,2102.0,91146.0,416300.0,490.0,86.0,2313.0,0.0,196.0,0.0,0.0,81.0,613.0,New York City,New York-Newark-Jersey City +36081066300,"Census Tract 663, Queens County, New York",2605,1989.0,101413.0,632200.0,810.0,1998.0,6.0,0.0,376.0,0.0,0.0,19.0,206.0,New York City,New York-Newark-Jersey City +36081068700,"Census Tract 687, Queens County, New York",4401,3539.0,60291.0,398100.0,1394.0,1266.0,94.0,0.0,1863.0,0.0,16.0,142.0,1020.0,New York City,New York-Newark-Jersey City +36081069400,"Census Tract 694, Queens County, New York",3810,2464.0,80398.0,383100.0,873.0,187.0,3090.0,0.0,94.0,0.0,0.0,114.0,325.0,New York City,New York-Newark-Jersey City +36081065702,"Census Tract 657.02, Queens County, New York",1811,1437.0,60750.0,490800.0,372.0,1275.0,79.0,16.0,70.0,0.0,6.0,6.0,375.0,New York City,New York-Newark-Jersey City +36081068000,"Census Tract 680, Queens County, New York",5443,3756.0,95000.0,439700.0,850.0,24.0,4938.0,0.0,171.0,0.0,171.0,18.0,121.0,New York City,New York-Newark-Jersey City +36081072100,"Census Tract 721, Queens County, New York",4334,3498.0,50744.0,245800.0,1568.0,2335.0,36.0,0.0,934.0,0.0,35.0,200.0,794.0,New York City,New York-Newark-Jersey City +36081077903,"Census Tract 779.03, Queens County, New York",3361,2344.0,76659.0,234200.0,961.0,1766.0,118.0,0.0,612.0,0.0,0.0,201.0,664.0,New York City,New York-Newark-Jersey City +36081084602,"Census Tract 846.02, Queens County, New York",1064,730.0,74028.0,462200.0,113.0,85.0,214.0,0.0,373.0,0.0,98.0,47.0,247.0,New York City,New York-Newark-Jersey City +36081016600,"Census Tract 166, Queens County, New York",3585,2431.0,56852.0,459000.0,309.0,101.0,565.0,100.0,743.0,0.0,798.0,190.0,1088.0,New York City,New York-Newark-Jersey City +36081015000,"Census Tract 150, Queens County, New York",2799,1880.0,72719.0,467200.0,373.0,33.0,153.0,0.0,1076.0,0.0,855.0,76.0,606.0,New York City,New York-Newark-Jersey City +36081015300,"Census Tract 153, Queens County, New York",2018,1553.0,60577.0,706500.0,691.0,935.0,80.0,0.0,372.0,46.0,0.0,83.0,502.0,New York City,New York-Newark-Jersey City +36081015700,"Census Tract 157, Queens County, New York",1486,1054.0,54792.0,-666666666.0,373.0,568.0,28.0,0.0,478.0,0.0,5.0,50.0,357.0,New York City,New York-Newark-Jersey City +36081017000,"Census Tract 170, Queens County, New York",2800,1994.0,75100.0,415000.0,361.0,62.0,828.0,75.0,1004.0,0.0,485.0,80.0,266.0,New York City,New York-Newark-Jersey City +36081064500,"Census Tract 645, Queens County, New York",1898,1410.0,68571.0,646800.0,694.0,922.0,58.0,0.0,531.0,0.0,0.0,44.0,343.0,New York City,New York-Newark-Jersey City +36081066100,"Census Tract 661, Queens County, New York",1546,1242.0,82375.0,638100.0,436.0,1282.0,26.0,0.0,75.0,0.0,0.0,19.0,144.0,New York City,New York-Newark-Jersey City +36081066400,"Census Tract 664, Queens County, New York",9266,6091.0,79838.0,404400.0,1507.0,499.0,7743.0,0.0,162.0,0.0,0.0,117.0,745.0,New York City,New York-Newark-Jersey City +36081069000,"Census Tract 690, Queens County, New York",3489,2219.0,76528.0,486300.0,609.0,49.0,3267.0,0.0,36.0,52.0,0.0,57.0,28.0,New York City,New York-Newark-Jersey City +36081069702,"Census Tract 697.02, Queens County, New York",3402,2599.0,68819.0,849400.0,1394.0,1777.0,19.0,0.0,1323.0,0.0,0.0,80.0,203.0,New York City,New York-Newark-Jersey City +36081071900,"Census Tract 719, Queens County, New York",2321,1884.0,39474.0,534000.0,708.0,1293.0,103.0,0.0,466.0,0.0,0.0,51.0,408.0,New York City,New York-Newark-Jersey City +36081083800,"Census Tract 838, Queens County, New York",5705,3979.0,77348.0,485000.0,856.0,626.0,610.0,200.0,1992.0,54.0,328.0,245.0,1650.0,New York City,New York-Newark-Jersey City +36081076902,"Census Tract 769.02, Queens County, New York",1221,960.0,78550.0,364800.0,591.0,600.0,29.0,0.0,352.0,0.0,0.0,0.0,240.0,New York City,New York-Newark-Jersey City +36081079000,"Census Tract 790, Queens County, New York",2884,1926.0,56979.0,422600.0,356.0,20.0,1713.0,23.0,321.0,0.0,236.0,101.0,470.0,New York City,New York-Newark-Jersey City +36081081800,"Census Tract 818, Queens County, New York",3908,2503.0,68148.0,464600.0,351.0,213.0,1274.0,8.0,765.0,0.0,476.0,267.0,913.0,New York City,New York-Newark-Jersey City +36081084000,"Census Tract 840, Queens County, New York",6500,4480.0,58707.0,454500.0,839.0,385.0,1385.0,19.0,2432.0,0.0,781.0,439.0,1059.0,New York City,New York-Newark-Jersey City +36081009400,"Census Tract 94, Queens County, New York",2717,1758.0,53674.0,450300.0,466.0,189.0,216.0,0.0,1480.0,0.0,39.0,111.0,682.0,New York City,New York-Newark-Jersey City +36081091800,"Census Tract 918, Queens County, New York",3,3.0,-666666666.0,-666666666.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081092500,"Census Tract 925, Queens County, New York",3906,2731.0,41463.0,583300.0,341.0,774.0,138.0,0.0,1355.0,0.0,20.0,18.0,1601.0,New York City,New York-Newark-Jersey City +36081008700,"Census Tract 87, Queens County, New York",5089,2704.0,27544.0,-666666666.0,436.0,342.0,2413.0,0.0,93.0,0.0,0.0,37.0,2204.0,New York City,New York-Newark-Jersey City +36081009900,"Census Tract 99, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081010100,"Census Tract 101, Queens County, New York",2490,1955.0,63309.0,793700.0,971.0,1767.0,11.0,23.0,289.0,0.0,0.0,96.0,327.0,New York City,New York-Newark-Jersey City +36081029500,"Census Tract 295, Queens County, New York",3451,2718.0,65955.0,251500.0,1152.0,1206.0,53.0,12.0,1209.0,0.0,8.0,95.0,880.0,New York City,New York-Newark-Jersey City +36081058000,"Census Tract 580, Queens County, New York",3811,2641.0,68854.0,412300.0,784.0,31.0,2853.0,4.0,79.0,52.0,117.0,95.0,580.0,New York City,New York-Newark-Jersey City +36081054800,"Census Tract 548, Queens County, New York",2453,1832.0,63646.0,460300.0,659.0,107.0,399.0,22.0,1072.0,0.0,249.0,225.0,379.0,New York City,New York-Newark-Jersey City +36081055200,"Census Tract 552, Queens County, New York",2986,2179.0,53553.0,523500.0,525.0,234.0,880.0,0.0,593.0,0.0,277.0,194.0,808.0,New York City,New York-Newark-Jersey City +36081056600,"Census Tract 566, Queens County, New York",1444,1099.0,54483.0,491500.0,188.0,85.0,374.0,0.0,402.0,0.0,28.0,156.0,399.0,New York City,New York-Newark-Jersey City +36081059000,"Census Tract 590, Queens County, New York",1622,1154.0,82083.0,410400.0,319.0,4.0,1368.0,107.0,0.0,0.0,6.0,11.0,126.0,New York City,New York-Newark-Jersey City +36081148300,"Census Tract 1483, Queens County, New York",2894,2088.0,127768.0,992900.0,1169.0,1857.0,19.0,0.0,804.0,0.0,0.0,42.0,172.0,New York City,New York-Newark-Jersey City +36081157903,"Census Tract 1579.03, Queens County, New York",4097,3149.0,76786.0,574700.0,1227.0,1393.0,131.0,0.0,2260.0,0.0,49.0,0.0,264.0,New York City,New York-Newark-Jersey City +36081162100,"Census Tract 1621, Queens County, New York",7003,4433.0,76875.0,495000.0,1320.0,1354.0,325.0,0.0,2773.0,0.0,203.0,279.0,2069.0,New York City,New York-Newark-Jersey City +36081112300,"Census Tract 1123, Queens County, New York",1976,1510.0,84063.0,801800.0,668.0,727.0,65.0,0.0,637.0,0.0,0.0,19.0,528.0,New York City,New York-Newark-Jersey City +36081116100,"Census Tract 1161, Queens County, New York",4491,3752.0,27653.0,271900.0,717.0,372.0,119.0,0.0,3211.0,0.0,26.0,75.0,688.0,New York City,New York-Newark-Jersey City +36081116300,"Census Tract 1163, Queens County, New York",9464,7542.0,35377.0,381300.0,1067.0,880.0,444.0,0.0,6382.0,6.0,0.0,29.0,1723.0,New York City,New York-Newark-Jersey City +36081125700,"Census Tract 1257, Queens County, New York",3260,2097.0,48583.0,628500.0,664.0,544.0,366.0,0.0,1879.0,0.0,0.0,182.0,289.0,New York City,New York-Newark-Jersey City +36081139900,"Census Tract 1399, Queens County, New York",1956,1326.0,99375.0,776900.0,664.0,779.0,5.0,0.0,991.0,0.0,0.0,58.0,123.0,New York City,New York-Newark-Jersey City +36081140901,"Census Tract 1409.01, Queens County, New York",1017,750.0,84625.0,670100.0,385.0,351.0,7.0,0.0,547.0,0.0,0.0,19.0,93.0,New York City,New York-Newark-Jersey City +36081144100,"Census Tract 1441, Queens County, New York",3047,2403.0,89679.0,652900.0,1281.0,951.0,22.0,0.0,1839.0,0.0,0.0,20.0,215.0,New York City,New York-Newark-Jersey City +36081144700,"Census Tract 1447, Queens County, New York",3100,2305.0,77917.0,663500.0,688.0,448.0,358.0,0.0,1665.0,0.0,0.0,43.0,586.0,New York City,New York-Newark-Jersey City +36081152901,"Census Tract 1529.01, Queens County, New York",6684,5313.0,74125.0,491500.0,2220.0,2251.0,26.0,0.0,3840.0,0.0,0.0,56.0,511.0,New York City,New York-Newark-Jersey City +36081157901,"Census Tract 1579.01, Queens County, New York",5228,4043.0,98605.0,587500.0,1789.0,1466.0,199.0,0.0,2852.0,0.0,15.0,320.0,376.0,New York City,New York-Newark-Jersey City +36081103201,"Census Tract 1032.01, Queens County, New York",6544,3700.0,34231.0,407600.0,388.0,42.0,3133.0,29.0,597.0,62.0,0.0,35.0,2675.0,New York City,New York-Newark-Jersey City +36081109700,"Census Tract 1097, Queens County, New York",1703,1258.0,97875.0,757500.0,560.0,1035.0,11.0,0.0,540.0,0.0,0.0,26.0,91.0,New York City,New York-Newark-Jersey City +36081124100,"Census Tract 1241, Queens County, New York",3746,2627.0,63333.0,666800.0,934.0,1074.0,264.0,0.0,2058.0,0.0,0.0,108.0,242.0,New York City,New York-Newark-Jersey City +36081134100,"Census Tract 1341, Queens County, New York",3572,2584.0,79688.0,708700.0,1177.0,934.0,0.0,0.0,2311.0,0.0,8.0,70.0,249.0,New York City,New York-Newark-Jersey City +36081137700,"Census Tract 1377, Queens County, New York",6363,4635.0,66826.0,533500.0,1826.0,1734.0,495.0,97.0,3379.0,0.0,0.0,173.0,485.0,New York City,New York-Newark-Jersey City +36081150701,"Census Tract 1507.01, Queens County, New York",3190,2389.0,114423.0,885500.0,1252.0,1768.0,16.0,0.0,950.0,0.0,51.0,59.0,346.0,New York City,New York-Newark-Jersey City +36081155102,"Census Tract 1551.02, Queens County, New York",9044,6717.0,87012.0,258600.0,2754.0,4224.0,921.0,0.0,2174.0,0.0,0.0,156.0,1569.0,New York City,New York-Newark-Jersey City +36081010500,"Census Tract 105, Queens County, New York",4091,3031.0,48030.0,700700.0,1125.0,1915.0,151.0,0.0,622.0,0.0,0.0,82.0,1321.0,New York City,New York-Newark-Jersey City +36081009500,"Census Tract 95, Queens County, New York",2521,1904.0,68621.0,722800.0,1068.0,1667.0,115.0,0.0,385.0,0.0,0.0,51.0,303.0,New York City,New York-Newark-Jersey City +36081011000,"Census Tract 110, Queens County, New York",3426,2294.0,71776.0,469700.0,361.0,337.0,319.0,160.0,1003.0,0.0,499.0,234.0,874.0,New York City,New York-Newark-Jersey City +36081011200,"Census Tract 112, Queens County, New York",2321,1600.0,54113.0,618500.0,305.0,446.0,108.0,0.0,937.0,0.0,52.0,147.0,631.0,New York City,New York-Newark-Jersey City +36081012200,"Census Tract 122, Queens County, New York",3293,2137.0,61563.0,577800.0,501.0,227.0,138.0,15.0,1410.0,0.0,129.0,204.0,1170.0,New York City,New York-Newark-Jersey City +36081012400,"Census Tract 124, Queens County, New York",3096,1979.0,69265.0,496400.0,411.0,227.0,383.0,0.0,735.0,0.0,66.0,173.0,1512.0,New York City,New York-Newark-Jersey City +36081013400,"Census Tract 134, Queens County, New York",5719,4157.0,63448.0,254800.0,1886.0,2689.0,440.0,14.0,1270.0,0.0,0.0,178.0,1142.0,New York City,New York-Newark-Jersey City +36081013800,"Census Tract 138, Queens County, New York",3740,2674.0,60753.0,400800.0,1055.0,1218.0,130.0,50.0,1177.0,0.0,0.0,63.0,1102.0,New York City,New York-Newark-Jersey City +36081014300,"Census Tract 143, Queens County, New York",4074,2964.0,63487.0,732600.0,1118.0,1967.0,39.0,15.0,702.0,0.0,0.0,105.0,1246.0,New York City,New York-Newark-Jersey City +36081015900,"Census Tract 159, Queens County, New York",3948,3131.0,51397.0,531300.0,1321.0,2321.0,53.0,0.0,467.0,0.0,45.0,69.0,993.0,New York City,New York-Newark-Jersey City +36081016800,"Census Tract 168, Queens County, New York",3314,2275.0,82700.0,392200.0,227.0,105.0,397.0,6.0,907.0,0.0,602.0,459.0,844.0,New York City,New York-Newark-Jersey City +36081016900,"Census Tract 169, Queens County, New York",6038,4819.0,56541.0,365100.0,2334.0,2215.0,126.0,0.0,1920.0,0.0,0.0,148.0,1629.0,New York City,New York-Newark-Jersey City +36081017100,"Census Tract 171, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081018401,"Census Tract 184.01, Queens County, New York",2118,1469.0,63667.0,383600.0,248.0,0.0,1729.0,0.0,39.0,0.0,60.0,112.0,178.0,New York City,New York-Newark-Jersey City +36081066501,"Census Tract 665.01, Queens County, New York",3891,2796.0,97750.0,682200.0,1048.0,3328.0,11.0,0.0,85.0,0.0,0.0,80.0,387.0,New York City,New York-Newark-Jersey City +36081065501,"Census Tract 655.01, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081066701,"Census Tract 667.01, Queens County, New York",2449,1789.0,55239.0,569500.0,450.0,1842.0,10.0,0.0,53.0,0.0,0.0,0.0,544.0,New York City,New York-Newark-Jersey City +36081012500,"Census Tract 125, Queens County, New York",1883,1551.0,77011.0,719300.0,740.0,1184.0,28.0,0.0,193.0,0.0,0.0,62.0,416.0,New York City,New York-Newark-Jersey City +36081002000,"Census Tract 20, Queens County, New York",2009,1463.0,89226.0,456700.0,399.0,249.0,5.0,50.0,742.0,0.0,0.0,7.0,1006.0,New York City,New York-Newark-Jersey City +36081001200,"Census Tract 12, Queens County, New York",4392,2984.0,65392.0,471200.0,501.0,875.0,80.0,0.0,787.0,0.0,0.0,66.0,2584.0,New York City,New York-Newark-Jersey City +36081010800,"Census Tract 108, Queens County, New York",3536,2409.0,59779.0,515500.0,383.0,131.0,285.0,0.0,1226.0,0.0,816.0,222.0,856.0,New York City,New York-Newark-Jersey City +36081011800,"Census Tract 118, Queens County, New York",2644,1699.0,56921.0,419000.0,360.0,129.0,203.0,35.0,1041.0,0.0,340.0,103.0,828.0,New York City,New York-Newark-Jersey City +36081002500,"Census Tract 25, Queens County, New York",7411,4704.0,18060.0,433900.0,337.0,342.0,3479.0,124.0,714.0,0.0,176.0,148.0,2497.0,New York City,New York-Newark-Jersey City +36081003700,"Census Tract 37, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081061602,"Census Tract 616.02, Queens County, New York",1253,947.0,101667.0,430200.0,282.0,33.0,1112.0,7.0,0.0,0.0,0.0,28.0,73.0,New York City,New York-Newark-Jersey City +36081062400,"Census Tract 624, Queens County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36081000200,"Census Tract 2, Queens County, New York",3323,2406.0,67619.0,475100.0,393.0,502.0,22.0,0.0,555.0,0.0,0.0,41.0,2203.0,New York City,New York-Newark-Jersey City +36081001800,"Census Tract 18, Queens County, New York",3129,2035.0,67279.0,429600.0,468.0,437.0,106.0,37.0,714.0,0.0,95.0,74.0,1666.0,New York City,New York-Newark-Jersey City +36081072300,"Census Tract 723, Queens County, New York",1902,1426.0,107500.0,1111900.0,1010.0,989.0,57.0,0.0,702.0,0.0,11.0,20.0,123.0,New York City,New York-Newark-Jersey City +36081029400,"Census Tract 294, Queens County, New York",7097,4743.0,68240.0,455500.0,1197.0,36.0,6232.0,0.0,293.0,0.0,0.0,56.0,480.0,New York City,New York-Newark-Jersey City +36081061301,"Census Tract 613.01, Queens County, New York",6241,4347.0,77377.0,552100.0,1172.0,3268.0,70.0,41.0,501.0,0.0,12.0,141.0,2249.0,New York City,New York-Newark-Jersey City +36081065703,"Census Tract 657.03, Queens County, New York",2862,2127.0,80774.0,643800.0,667.0,2258.0,2.0,0.0,21.0,0.0,0.0,11.0,570.0,New York City,New York-Newark-Jersey City +36081084900,"Census Tract 849, Queens County, New York",7147,5092.0,26341.0,460700.0,458.0,148.0,347.0,43.0,5196.0,0.0,0.0,0.0,1413.0,New York City,New York-Newark-Jersey City +36081086900,"Census Tract 869, Queens County, New York",2052,1567.0,27891.0,489100.0,207.0,78.0,17.0,0.0,1693.0,0.0,0.0,0.0,264.0,New York City,New York-Newark-Jersey City +36081003300,"Census Tract 33, Queens County, New York",2966,2367.0,62961.0,752700.0,1090.0,979.0,34.0,0.0,1032.0,40.0,0.0,127.0,754.0,New York City,New York-Newark-Jersey City +36081008500,"Census Tract 85, Queens County, New York",1090,699.0,43750.0,531300.0,288.0,375.0,84.0,0.0,208.0,0.0,53.0,23.0,347.0,New York City,New York-Newark-Jersey City +36081053401,"Census Tract 534.01, Queens County, New York",2073,1558.0,73889.0,406300.0,582.0,56.0,1840.0,0.0,0.0,0.0,0.0,39.0,138.0,New York City,New York-Newark-Jersey City +36081053601,"Census Tract 536.01, Queens County, New York",2050,1358.0,66506.0,426700.0,216.0,0.0,1649.0,6.0,27.0,0.0,98.0,33.0,243.0,New York City,New York-Newark-Jersey City +36081051500,"Census Tract 515, Queens County, New York",2881,2114.0,72298.0,488600.0,750.0,1940.0,19.0,0.0,115.0,0.0,23.0,5.0,779.0,New York City,New York-Newark-Jersey City +36081051600,"Census Tract 516, Queens County, New York",2141,1600.0,51375.0,383500.0,345.0,11.0,1722.0,18.0,0.0,0.0,0.0,36.0,354.0,New York City,New York-Newark-Jersey City +36081052600,"Census Tract 526, Queens County, New York",2043,1255.0,64615.0,411500.0,283.0,81.0,1629.0,0.0,0.0,0.0,0.0,121.0,212.0,New York City,New York-Newark-Jersey City +36081055400,"Census Tract 554, Queens County, New York",2387,1731.0,67344.0,438300.0,336.0,350.0,330.0,0.0,915.0,22.0,142.0,0.0,628.0,New York City,New York-Newark-Jersey City +36081053200,"Census Tract 532, Queens County, New York",1809,1255.0,89833.0,400000.0,325.0,36.0,1486.0,0.0,23.0,8.0,9.0,132.0,115.0,New York City,New York-Newark-Jersey City +36081053800,"Census Tract 538, Queens County, New York",1782,1164.0,95714.0,402200.0,233.0,16.0,1513.0,14.0,68.0,0.0,69.0,0.0,102.0,New York City,New York-Newark-Jersey City +36081054700,"Census Tract 547, Queens County, New York",5459,3464.0,62991.0,590800.0,679.0,922.0,110.0,0.0,808.0,0.0,48.0,10.0,3561.0,New York City,New York-Newark-Jersey City +36081055700,"Census Tract 557, Queens County, New York",3547,2345.0,54167.0,428600.0,521.0,1327.0,53.0,0.0,325.0,0.0,0.0,27.0,1815.0,New York City,New York-Newark-Jersey City +36081055800,"Census Tract 558, Queens County, New York",1753,1352.0,92870.0,442100.0,333.0,252.0,271.0,0.0,510.0,0.0,45.0,158.0,517.0,New York City,New York-Newark-Jersey City +36081055900,"Census Tract 559, Queens County, New York",1335,787.0,60688.0,584500.0,213.0,184.0,48.0,0.0,69.0,0.0,18.0,7.0,1009.0,New York City,New York-Newark-Jersey City +36081056100,"Census Tract 561, Queens County, New York",62,57.0,160250.0,350000.0,21.0,38.0,5.0,0.0,11.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City +36081057900,"Census Tract 579, Queens County, New York",1898,1317.0,59167.0,518400.0,378.0,1074.0,5.0,19.0,87.0,0.0,0.0,0.0,732.0,New York City,New York-Newark-Jersey City +36081058900,"Census Tract 589, Queens County, New York",4670,2871.0,46250.0,549600.0,783.0,2362.0,22.0,41.0,174.0,0.0,0.0,25.0,2046.0,New York City,New York-Newark-Jersey City +36081059600,"Census Tract 596, Queens County, New York",1462,1030.0,70469.0,427400.0,430.0,20.0,1352.0,0.0,0.0,0.0,0.0,15.0,75.0,New York City,New York-Newark-Jersey City +36081060300,"Census Tract 603, Queens County, New York",2104,1622.0,91250.0,618700.0,510.0,1127.0,12.0,0.0,140.0,0.0,0.0,40.0,785.0,New York City,New York-Newark-Jersey City +36081065900,"Census Tract 659, Queens County, New York",1807,1333.0,85714.0,600900.0,537.0,1546.0,0.0,6.0,45.0,0.0,85.0,0.0,131.0,New York City,New York-Newark-Jersey City +36081067900,"Census Tract 679, Queens County, New York",3928,3114.0,48977.0,574300.0,946.0,2030.0,79.0,0.0,222.0,0.0,15.0,179.0,1403.0,New York City,New York-Newark-Jersey City +36081069701,"Census Tract 697.01, Queens County, New York",3807,3029.0,64861.0,299400.0,1769.0,1484.0,161.0,0.0,1352.0,0.0,0.0,77.0,733.0,New York City,New York-Newark-Jersey City +36081009800,"Census Tract 98, Queens County, New York",2859,1953.0,66000.0,448600.0,363.0,32.0,424.0,0.0,796.0,0.0,942.0,75.0,590.0,New York City,New York-Newark-Jersey City +36081104700,"Census Tract 1047, Queens County, New York",6882,5014.0,50556.0,594100.0,1230.0,2725.0,5.0,30.0,2756.0,0.0,334.0,31.0,1001.0,New York City,New York-Newark-Jersey City +36081105900,"Census Tract 1059, Queens County, New York",4352,3067.0,82875.0,716000.0,904.0,2501.0,0.0,0.0,1461.0,0.0,12.0,227.0,151.0,New York City,New York-Newark-Jersey City +36081109900,"Census Tract 1099, Queens County, New York",3557,2489.0,74167.0,595000.0,882.0,1324.0,15.0,0.0,1528.0,0.0,0.0,40.0,650.0,New York City,New York-Newark-Jersey City +36081010400,"Census Tract 104, Queens County, New York",3556,2587.0,67589.0,464000.0,477.0,248.0,932.0,0.0,636.0,0.0,984.0,305.0,451.0,New York City,New York-Newark-Jersey City +36081004700,"Census Tract 47, Queens County, New York",4037,2812.0,34063.0,685800.0,781.0,967.0,910.0,30.0,429.0,0.0,0.0,130.0,1601.0,New York City,New York-Newark-Jersey City +36081004200,"Census Tract 42, Queens County, New York",4665,2807.0,51288.0,417900.0,492.0,401.0,108.0,0.0,2137.0,0.0,0.0,39.0,1980.0,New York City,New York-Newark-Jersey City +36081004500,"Census Tract 45, Queens County, New York",3639,3012.0,82662.0,355400.0,1510.0,1840.0,124.0,0.0,871.0,0.0,0.0,117.0,687.0,New York City,New York-Newark-Jersey City +36081006100,"Census Tract 61, Queens County, New York",5750,4872.0,64588.0,728900.0,2754.0,3006.0,95.0,0.0,1255.0,0.0,14.0,146.0,1234.0,New York City,New York-Newark-Jersey City +36081005000,"Census Tract 50, Queens County, New York",55,42.0,-666666666.0,-666666666.0,14.0,14.0,0.0,0.0,0.0,0.0,0.0,0.0,41.0,New York City,New York-Newark-Jersey City +36081009600,"Census Tract 96, Queens County, New York",4006,2759.0,87880.0,468500.0,815.0,230.0,375.0,11.0,1287.0,0.0,972.0,227.0,904.0,New York City,New York-Newark-Jersey City +36081011100,"Census Tract 111, Queens County, New York",3419,2584.0,71570.0,735300.0,1382.0,1811.0,115.0,0.0,650.0,0.0,19.0,74.0,750.0,New York City,New York-Newark-Jersey City +36081011600,"Census Tract 116, Queens County, New York",2226,1623.0,64167.0,458900.0,342.0,290.0,164.0,0.0,875.0,0.0,110.0,104.0,683.0,New York City,New York-Newark-Jersey City +36081012100,"Census Tract 121, Queens County, New York",2241,1799.0,60119.0,816700.0,853.0,1545.0,62.0,18.0,212.0,0.0,5.0,30.0,369.0,New York City,New York-Newark-Jersey City +36081013700,"Census Tract 137, Queens County, New York",1609,1301.0,69500.0,865900.0,621.0,1193.0,18.0,0.0,118.0,0.0,0.0,21.0,259.0,New York City,New York-Newark-Jersey City +36081014900,"Census Tract 149, Queens County, New York",2233,1722.0,68152.0,883900.0,764.0,1356.0,18.0,10.0,302.0,0.0,0.0,9.0,548.0,New York City,New York-Newark-Jersey City +36081015400,"Census Tract 154, Queens County, New York",2637,1868.0,61815.0,489900.0,461.0,92.0,294.0,0.0,998.0,0.0,653.0,59.0,541.0,New York City,New York-Newark-Jersey City +36081021200,"Census Tract 212, Queens County, New York",2396,1691.0,44828.0,479200.0,257.0,225.0,198.0,5.0,297.0,0.0,101.0,106.0,1469.0,New York City,New York-Newark-Jersey City +36081022002,"Census Tract 220.02, Queens County, New York",6880,5227.0,61121.0,263800.0,2045.0,2070.0,1177.0,0.0,1554.0,0.0,165.0,247.0,1667.0,New York City,New York-Newark-Jersey City +36081024500,"Census Tract 245, Queens County, New York",5608,4342.0,57377.0,272000.0,1324.0,2077.0,34.0,25.0,1328.0,0.0,0.0,197.0,1947.0,New York City,New York-Newark-Jersey City +36081118900,"Census Tract 1189, Queens County, New York",2418,1846.0,62583.0,813100.0,528.0,314.0,31.0,0.0,1762.0,0.0,0.0,0.0,311.0,New York City,New York-Newark-Jersey City +36081115900,"Census Tract 1159, Queens County, New York",4388,3343.0,58400.0,806700.0,641.0,361.0,63.0,11.0,3581.0,0.0,0.0,155.0,228.0,New York City,New York-Newark-Jersey City +36081116700,"Census Tract 1167, Queens County, New York",1985,1512.0,31776.0,767000.0,242.0,124.0,40.0,27.0,1430.0,0.0,2.0,0.0,383.0,New York City,New York-Newark-Jersey City +36081117100,"Census Tract 1171, Queens County, New York",2488,1910.0,43750.0,863300.0,474.0,629.0,11.0,0.0,1106.0,0.0,2.0,25.0,715.0,New York City,New York-Newark-Jersey City +36081119900,"Census Tract 1199, Queens County, New York",1564,1236.0,60583.0,796700.0,320.0,312.0,12.0,0.0,984.0,0.0,13.0,14.0,229.0,New York City,New York-Newark-Jersey City +36081120700,"Census Tract 1207, Queens County, New York",2937,2144.0,73194.0,698700.0,581.0,821.0,10.0,24.0,1269.0,0.0,33.0,61.0,743.0,New York City,New York-Newark-Jersey City +36081122300,"Census Tract 1223, Queens County, New York",3670,2820.0,68246.0,765500.0,960.0,1378.0,12.0,0.0,1831.0,0.0,119.0,0.0,330.0,New York City,New York-Newark-Jersey City +36081130100,"Census Tract 1301, Queens County, New York",3994,2924.0,75547.0,255800.0,1088.0,1213.0,726.0,93.0,869.0,0.0,40.0,77.0,1001.0,New York City,New York-Newark-Jersey City +36081070700,"Census Tract 707, Queens County, New York",2412,1819.0,87404.0,602700.0,1004.0,1148.0,0.0,23.0,753.0,0.0,21.0,74.0,416.0,New York City,New York-Newark-Jersey City +36081070900,"Census Tract 709, Queens County, New York",2645,2013.0,85000.0,745600.0,1133.0,1011.0,32.0,0.0,1171.0,0.0,10.0,96.0,325.0,New York City,New York-Newark-Jersey City +36081072900,"Census Tract 729, Queens County, New York",1375,1021.0,71563.0,734300.0,476.0,586.0,61.0,0.0,484.0,0.0,0.0,48.0,196.0,New York City,New York-Newark-Jersey City +36081077500,"Census Tract 775, Queens County, New York",2252,1731.0,71746.0,541700.0,885.0,1630.0,58.0,0.0,168.0,0.0,13.0,56.0,327.0,New York City,New York-Newark-Jersey City +36081079200,"Census Tract 792, Queens County, New York",2881,1750.0,82586.0,430900.0,476.0,6.0,1482.0,0.0,588.0,0.0,379.0,144.0,282.0,New York City,New York-Newark-Jersey City +36081044400,"Census Tract 444, Queens County, New York",3308,2267.0,44388.0,401300.0,457.0,91.0,716.0,67.0,587.0,0.0,381.0,170.0,1296.0,New York City,New York-Newark-Jersey City +36081053100,"Census Tract 531, Queens County, New York",3300,2399.0,64432.0,500000.0,591.0,1978.0,57.0,49.0,100.0,0.0,0.0,0.0,1116.0,New York City,New York-Newark-Jersey City +36081058200,"Census Tract 582, Queens County, New York",4956,3709.0,91974.0,398500.0,818.0,133.0,4064.0,12.0,13.0,0.0,173.0,150.0,423.0,New York City,New York-Newark-Jersey City +36081108500,"Census Tract 1085, Queens County, New York",2422,1818.0,66563.0,704100.0,604.0,1176.0,9.0,0.0,975.0,0.0,87.0,34.0,141.0,New York City,New York-Newark-Jersey City +36081109300,"Census Tract 1093, Queens County, New York",3384,2568.0,88363.0,882700.0,1124.0,1732.0,29.0,0.0,1098.0,0.0,16.0,9.0,500.0,New York City,New York-Newark-Jersey City +36081141700,"Census Tract 1417, Queens County, New York",5102,3695.0,75750.0,680300.0,1354.0,1383.0,169.0,0.0,2606.0,0.0,0.0,214.0,730.0,New York City,New York-Newark-Jersey City +36081006201,"Census Tract 62.01, Queens County, New York",6559,5049.0,58685.0,161900.0,1396.0,3738.0,110.0,0.0,256.0,0.0,13.0,118.0,2324.0,New York City,New York-Newark-Jersey City +36081006202,"Census Tract 62.02, Queens County, New York",7014,4757.0,51250.0,366700.0,1274.0,3370.0,458.0,0.0,461.0,0.0,144.0,12.0,2569.0,New York City,New York-Newark-Jersey City +36081006501,"Census Tract 65.01, Queens County, New York",3472,2929.0,63214.0,573400.0,1750.0,2256.0,64.0,0.0,470.0,0.0,5.0,83.0,594.0,New York City,New York-Newark-Jersey City +36081006502,"Census Tract 65.02, Queens County, New York",3764,3091.0,80747.0,845800.0,1735.0,1841.0,114.0,0.0,691.0,0.0,9.0,173.0,936.0,New York City,New York-Newark-Jersey City +36081044301,"Census Tract 443.01, Queens County, New York",3613,2457.0,28686.0,620800.0,339.0,142.0,264.0,127.0,858.0,0.0,0.0,26.0,2253.0,New York City,New York-Newark-Jersey City +36081015801,"Census Tract 158.01, Queens County, New York",3782,2439.0,62625.0,471900.0,363.0,27.0,1145.0,73.0,1031.0,0.0,940.0,161.0,452.0,New York City,New York-Newark-Jersey City +36081043701,"Census Tract 437.01, Queens County, New York",3249,2263.0,58523.0,368800.0,363.0,469.0,282.0,12.0,122.0,0.0,141.0,23.0,2212.0,New York City,New York-Newark-Jersey City +36081043702,"Census Tract 437.02, Queens County, New York",6537,4698.0,40950.0,215000.0,1069.0,452.0,674.0,87.0,1247.0,0.0,0.0,23.0,4054.0,New York City,New York-Newark-Jersey City +36081044302,"Census Tract 443.02, Queens County, New York",4491,3253.0,54286.0,549400.0,805.0,205.0,449.0,8.0,1771.0,0.0,0.0,33.0,2025.0,New York City,New York-Newark-Jersey City +36081061302,"Census Tract 613.02, Queens County, New York",16,12.0,-666666666.0,-666666666.0,12.0,12.0,0.0,0.0,0.0,0.0,0.0,0.0,4.0,New York City,New York-Newark-Jersey City +36081071303,"Census Tract 713.03, Queens County, New York",5677,4468.0,84195.0,293200.0,3015.0,3290.0,94.0,0.0,1160.0,0.0,0.0,54.0,1079.0,New York City,New York-Newark-Jersey City +36081071304,"Census Tract 713.04, Queens County, New York",6032,4873.0,48032.0,261600.0,2391.0,3278.0,330.0,27.0,1417.0,0.0,0.0,220.0,760.0,New York City,New York-Newark-Jersey City +36081071305,"Census Tract 713.05, Queens County, New York",4914,3984.0,75082.0,370700.0,2579.0,2295.0,120.0,0.0,1396.0,0.0,19.0,31.0,1053.0,New York City,New York-Newark-Jersey City +36081071306,"Census Tract 713.06, Queens County, New York",6864,5226.0,77500.0,262900.0,3072.0,2553.0,212.0,0.0,2060.0,0.0,0.0,472.0,1567.0,New York City,New York-Newark-Jersey City +36081071701,"Census Tract 717.01, Queens County, New York",5702,4715.0,66715.0,277800.0,2475.0,3348.0,190.0,0.0,1489.0,0.0,0.0,113.0,562.0,New York City,New York-Newark-Jersey City +36081071702,"Census Tract 717.02, Queens County, New York",3836,3029.0,44692.0,261800.0,1554.0,1364.0,362.0,34.0,1514.0,0.0,25.0,72.0,465.0,New York City,New York-Newark-Jersey City +36081075701,"Census Tract 757.01, Queens County, New York",5181,4114.0,82292.0,311000.0,3004.0,2395.0,100.0,0.0,1596.0,0.0,0.0,215.0,875.0,New York City,New York-Newark-Jersey City +36081015802,"Census Tract 158.02, Queens County, New York",4722,3387.0,64219.0,446800.0,636.0,251.0,1095.0,18.0,823.0,0.0,1251.0,250.0,1034.0,New York City,New York-Newark-Jersey City +36081018101,"Census Tract 181.01, Queens County, New York",3581,2794.0,53443.0,349000.0,1100.0,1132.0,43.0,19.0,708.0,0.0,6.0,27.0,1665.0,New York City,New York-Newark-Jersey City +36081018102,"Census Tract 181.02, Queens County, New York",3539,3020.0,62733.0,351500.0,1458.0,2029.0,49.0,0.0,601.0,0.0,29.0,81.0,750.0,New York City,New York-Newark-Jersey City +36081018501,"Census Tract 185.01, Queens County, New York",3333,2649.0,70066.0,237700.0,1152.0,1347.0,125.0,30.0,798.0,0.0,0.0,38.0,1006.0,New York City,New York-Newark-Jersey City +36081018502,"Census Tract 185.02, Queens County, New York",3610,2804.0,73917.0,365700.0,1099.0,1654.0,19.0,0.0,709.0,0.0,0.0,24.0,1204.0,New York City,New York-Newark-Jersey City +36081025301,"Census Tract 253.01, Queens County, New York",4020,3216.0,61219.0,363300.0,1203.0,1526.0,12.0,11.0,942.0,0.0,7.0,39.0,1494.0,New York City,New York-Newark-Jersey City +36081025302,"Census Tract 253.02, Queens County, New York",3057,2549.0,64792.0,391300.0,596.0,684.0,7.0,129.0,432.0,0.0,0.0,81.0,1724.0,New York City,New York-Newark-Jersey City +36081026902,"Census Tract 269.02, Queens County, New York",3675,2659.0,47222.0,308300.0,931.0,155.0,23.0,0.0,2284.0,0.0,0.0,0.0,1213.0,New York City,New York-Newark-Jersey City +36081077908,"Census Tract 779.08, Queens County, New York",4084,2517.0,48857.0,601200.0,766.0,1115.0,965.0,0.0,952.0,0.0,0.0,477.0,575.0,New York City,New York-Newark-Jersey City +36081075702,"Census Tract 757.02, Queens County, New York",4178,3252.0,93484.0,423200.0,2090.0,2455.0,35.0,19.0,1149.0,0.0,0.0,183.0,356.0,New York City,New York-Newark-Jersey City +36081030903,"Census Tract 309.03, Queens County, New York",5811,3942.0,65644.0,634300.0,1241.0,785.0,54.0,44.0,2352.0,0.0,14.0,102.0,2504.0,New York City,New York-Newark-Jersey City +36081030904,"Census Tract 309.04, Queens County, New York",3576,2502.0,60774.0,682600.0,757.0,892.0,16.0,82.0,1240.0,0.0,8.0,0.0,1420.0,New York City,New York-Newark-Jersey City +36081077906,"Census Tract 779.06, Queens County, New York",3653,2496.0,62091.0,224600.0,1055.0,1978.0,97.0,0.0,1116.0,0.0,0.0,70.0,392.0,New York City,New York-Newark-Jersey City +36081077907,"Census Tract 779.07, Queens County, New York",3137,1664.0,45721.0,678400.0,741.0,2354.0,74.0,60.0,116.0,0.0,0.0,60.0,473.0,New York City,New York-Newark-Jersey City +36081079701,"Census Tract 797.01, Queens County, New York",7132,5299.0,32091.0,312800.0,2007.0,451.0,299.0,0.0,5621.0,0.0,155.0,57.0,549.0,New York City,New York-Newark-Jersey City +36081093401,"Census Tract 934.01, Queens County, New York",3596,2714.0,82250.0,632100.0,1232.0,3205.0,84.0,0.0,5.0,0.0,0.0,0.0,302.0,New York City,New York-Newark-Jersey City +36081060701,"Census Tract 607.01, Queens County, New York",21,21.0,-666666666.0,-666666666.0,13.0,8.0,0.0,0.0,0.0,0.0,0.0,0.0,13.0,New York City,New York-Newark-Jersey City +36081019400,"Census Tract 194, Queens County, New York",2816,1923.0,73052.0,371500.0,288.0,17.0,1690.0,0.0,149.0,0.0,419.0,294.0,247.0,New York City,New York-Newark-Jersey City +36081019900,"Census Tract 199, Queens County, New York",830,659.0,38977.0,387500.0,56.0,140.0,196.0,8.0,68.0,0.0,0.0,0.0,426.0,New York City,New York-Newark-Jersey City +36081007700,"Census Tract 77, Queens County, New York",1828,1392.0,81667.0,443200.0,772.0,834.0,8.0,19.0,461.0,0.0,11.0,37.0,458.0,New York City,New York-Newark-Jersey City +36081010300,"Census Tract 103, Queens County, New York",3837,3068.0,64189.0,780000.0,1573.0,2228.0,152.0,0.0,548.0,0.0,0.0,31.0,878.0,New York City,New York-Newark-Jersey City +36085015100,"Census Tract 151, Richmond County, New York",5412,3792.0,111595.0,472200.0,1626.0,3643.0,6.0,0.0,462.0,0.0,0.0,5.0,1296.0,New York City,New York-Newark-Jersey City +36085015603,"Census Tract 156.03, Richmond County, New York",4996,3564.0,89212.0,436000.0,1273.0,4327.0,14.0,0.0,145.0,0.0,0.0,0.0,510.0,New York City,New York-Newark-Jersey City +36085018902,"Census Tract 189.02, Richmond County, New York",5513,3617.0,83767.0,550000.0,1537.0,3231.0,154.0,0.0,1378.0,0.0,9.0,320.0,421.0,New York City,New York-Newark-Jersey City +36085020100,"Census Tract 201, Richmond County, New York",3579,2498.0,81771.0,413400.0,741.0,2091.0,360.0,0.0,243.0,0.0,25.0,24.0,836.0,New York City,New York-Newark-Jersey City +36085029102,"Census Tract 291.02, Richmond County, New York",3012,2076.0,75889.0,427800.0,552.0,1875.0,50.0,0.0,401.0,0.0,0.0,9.0,677.0,New York City,New York-Newark-Jersey City +36085030301,"Census Tract 303.01, Richmond County, New York",4803,3296.0,67885.0,345200.0,985.0,1709.0,805.0,0.0,838.0,0.0,0.0,66.0,1385.0,New York City,New York-Newark-Jersey City +36085000800,"Census Tract 8, Richmond County, New York",5843,4256.0,80440.0,404400.0,1261.0,2879.0,401.0,0.0,948.0,0.0,9.0,90.0,1516.0,New York City,New York-Newark-Jersey City +36085003900,"Census Tract 39, Richmond County, New York",2431,1573.0,69539.0,497900.0,665.0,1186.0,461.0,0.0,202.0,0.0,13.0,89.0,480.0,New York City,New York-Newark-Jersey City +36085012500,"Census Tract 125, Richmond County, New York",2871,1861.0,78654.0,430400.0,506.0,1340.0,482.0,0.0,64.0,0.0,0.0,64.0,921.0,New York City,New York-Newark-Jersey City +36085013400,"Census Tract 134, Richmond County, New York",4087,2927.0,83201.0,555300.0,814.0,3109.0,26.0,0.0,98.0,0.0,0.0,27.0,827.0,New York City,New York-Newark-Jersey City +36085002001,"Census Tract 20.01, Richmond County, New York",2648,1909.0,87768.0,361100.0,726.0,1642.0,172.0,84.0,207.0,0.0,0.0,103.0,524.0,New York City,New York-Newark-Jersey City +36085006400,"Census Tract 64, Richmond County, New York",3501,2180.0,50750.0,427800.0,766.0,1897.0,548.0,0.0,332.0,0.0,0.0,15.0,709.0,New York City,New York-Newark-Jersey City +36085011401,"Census Tract 114.01, Richmond County, New York",2848,1879.0,29444.0,406400.0,341.0,1211.0,464.0,0.0,322.0,0.0,0.0,167.0,684.0,New York City,New York-Newark-Jersey City +36085019700,"Census Tract 197, Richmond County, New York",1805,1270.0,97083.0,475000.0,516.0,1576.0,6.0,0.0,103.0,0.0,0.0,20.0,100.0,New York City,New York-Newark-Jersey City +36085013204,"Census Tract 132.04, Richmond County, New York",4682,3479.0,83262.0,526100.0,1035.0,4116.0,12.0,0.0,135.0,0.0,9.0,0.0,410.0,New York City,New York-Newark-Jersey City +36085013800,"Census Tract 138, Richmond County, New York",6442,4873.0,96042.0,549500.0,1909.0,5353.0,0.0,0.0,407.0,0.0,0.0,14.0,668.0,New York City,New York-Newark-Jersey City +36085014700,"Census Tract 147, Richmond County, New York",3411,2475.0,87174.0,484900.0,1163.0,2840.0,90.0,0.0,106.0,0.0,0.0,15.0,360.0,New York City,New York-Newark-Jersey City +36085020804,"Census Tract 208.04, Richmond County, New York",5835,4144.0,94583.0,624300.0,1400.0,4944.0,2.0,94.0,191.0,0.0,91.0,72.0,441.0,New York City,New York-Newark-Jersey City +36085023900,"Census Tract 239, Richmond County, New York",3630,2171.0,65345.0,342500.0,601.0,1003.0,705.0,9.0,212.0,0.0,0.0,100.0,1610.0,New York City,New York-Newark-Jersey City +36085024800,"Census Tract 248, Richmond County, New York",4954,3080.0,79583.0,561700.0,854.0,4396.0,22.0,14.0,112.0,0.0,0.0,0.0,410.0,New York City,New York-Newark-Jersey City +36085002100,"Census Tract 21, Richmond County, New York",4403,2781.0,54081.0,341600.0,770.0,884.0,1343.0,0.0,196.0,0.0,104.0,61.0,1815.0,New York City,New York-Newark-Jersey City +36085008100,"Census Tract 81, Richmond County, New York",4501,3123.0,37176.0,393500.0,884.0,1110.0,1713.0,20.0,280.0,0.0,18.0,309.0,1051.0,New York City,New York-Newark-Jersey City +36085014604,"Census Tract 146.04, Richmond County, New York",6988,4875.0,77843.0,477800.0,1376.0,5502.0,14.0,8.0,550.0,0.0,0.0,144.0,770.0,New York City,New York-Newark-Jersey City +36085014606,"Census Tract 146.06, Richmond County, New York",6687,4914.0,103060.0,388700.0,1756.0,5961.0,0.0,0.0,277.0,0.0,0.0,0.0,449.0,New York City,New York-Newark-Jersey City +36085017005,"Census Tract 170.05, Richmond County, New York",5082,3678.0,101489.0,541100.0,1427.0,4348.0,3.0,0.0,327.0,0.0,0.0,0.0,404.0,New York City,New York-Newark-Jersey City +36085017300,"Census Tract 173, Richmond County, New York",2599,1702.0,33947.0,540100.0,461.0,880.0,570.0,0.0,571.0,0.0,0.0,100.0,478.0,New York City,New York-Newark-Jersey City +36085017600,"Census Tract 176, Richmond County, New York",4729,3437.0,111339.0,694200.0,1524.0,4376.0,27.0,0.0,67.0,13.0,0.0,27.0,219.0,New York City,New York-Newark-Jersey City +36085020801,"Census Tract 208.01, Richmond County, New York",9382,6512.0,84931.0,488900.0,1942.0,8028.0,0.0,0.0,422.0,0.0,0.0,15.0,917.0,New York City,New York-Newark-Jersey City +36085022600,"Census Tract 226, Richmond County, New York",8080,5483.0,105475.0,538400.0,2072.0,7012.0,152.0,22.0,367.0,0.0,0.0,0.0,527.0,New York City,New York-Newark-Jersey City +36085023100,"Census Tract 231, Richmond County, New York",4590,2949.0,67419.0,343000.0,569.0,841.0,1266.0,0.0,674.0,0.0,0.0,72.0,1737.0,New York City,New York-Newark-Jersey City +36085031902,"Census Tract 319.02, Richmond County, New York",5140,2887.0,36932.0,284800.0,752.0,446.0,2663.0,36.0,47.0,0.0,28.0,150.0,1806.0,New York City,New York-Newark-Jersey City +36085013201,"Census Tract 132.01, Richmond County, New York",1559,1129.0,105294.0,557700.0,424.0,1335.0,25.0,0.0,81.0,0.0,0.0,0.0,118.0,New York City,New York-Newark-Jersey City +36085014100,"Census Tract 141, Richmond County, New York",2329,1600.0,65227.0,356400.0,506.0,759.0,303.0,0.0,255.0,0.0,39.0,17.0,956.0,New York City,New York-Newark-Jersey City +36085000600,"Census Tract 6, Richmond County, New York",2217,1873.0,32778.0,435900.0,566.0,1402.0,95.0,0.0,275.0,0.0,0.0,44.0,401.0,New York City,New York-Newark-Jersey City +36085001800,"Census Tract 18, Richmond County, New York",572,339.0,83438.0,-666666666.0,145.0,336.0,78.0,10.0,10.0,0.0,0.0,49.0,89.0,New York City,New York-Newark-Jersey City +36085003300,"Census Tract 33, Richmond County, New York",3571,2593.0,77556.0,481500.0,1087.0,1811.0,918.0,0.0,314.0,0.0,0.0,0.0,528.0,New York City,New York-Newark-Jersey City +36085007000,"Census Tract 70, Richmond County, New York",8895,6102.0,67163.0,400400.0,1525.0,5807.0,517.0,263.0,820.0,0.0,19.0,27.0,1669.0,New York City,New York-Newark-Jersey City +36085010500,"Census Tract 105, Richmond County, New York",4663,3078.0,67865.0,386900.0,1019.0,2102.0,621.0,0.0,385.0,0.0,0.0,43.0,1512.0,New York City,New York-Newark-Jersey City +36085011201,"Census Tract 112.01, Richmond County, New York",6007,4241.0,66404.0,424200.0,1274.0,4651.0,53.0,0.0,433.0,0.0,0.0,0.0,870.0,New York City,New York-Newark-Jersey City +36085015602,"Census Tract 156.02, Richmond County, New York",3378,2352.0,100150.0,547200.0,771.0,3183.0,20.0,0.0,52.0,0.0,0.0,13.0,110.0,New York City,New York-Newark-Jersey City +36085017700,"Census Tract 177, Richmond County, New York",6293,4536.0,102292.0,737700.0,2145.0,4919.0,53.0,0.0,987.0,14.0,0.0,88.0,232.0,New York City,New York-Newark-Jersey City +36085027301,"Census Tract 273.01, Richmond County, New York",3835,2676.0,71150.0,395100.0,983.0,2424.0,84.0,0.0,723.0,0.0,38.0,97.0,469.0,New York City,New York-Newark-Jersey City +36085027704,"Census Tract 277.04, Richmond County, New York",4568,3226.0,101221.0,479100.0,966.0,3528.0,10.0,15.0,647.0,0.0,0.0,44.0,339.0,New York City,New York-Newark-Jersey City +36085032300,"Census Tract 323, Richmond County, New York",1136,801.0,69239.0,251600.0,122.0,258.0,519.0,0.0,10.0,0.0,12.0,4.0,333.0,New York City,New York-Newark-Jersey City +36085004000,"Census Tract 40, Richmond County, New York",12211,7723.0,39222.0,346100.0,2028.0,1005.0,4708.0,211.0,1372.0,0.0,21.0,447.0,4447.0,New York City,New York-Newark-Jersey City +36085012804,"Census Tract 128.04, Richmond County, New York",4133,2874.0,74333.0,389600.0,768.0,3021.0,33.0,0.0,291.0,0.0,0.0,0.0,788.0,New York City,New York-Newark-Jersey City +36085013302,"Census Tract 133.02, Richmond County, New York",2835,1750.0,39965.0,346500.0,304.0,230.0,1246.0,0.0,271.0,0.0,0.0,95.0,993.0,New York City,New York-Newark-Jersey City +36085015400,"Census Tract 154, Richmond County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36085016901,"Census Tract 169.01, Richmond County, New York",3199,2229.0,71331.0,465000.0,802.0,2384.0,119.0,0.0,249.0,0.0,0.0,21.0,426.0,New York City,New York-Newark-Jersey City +36085017007,"Census Tract 170.07, Richmond County, New York",5564,3635.0,84091.0,323200.0,1155.0,3283.0,344.0,0.0,830.0,0.0,0.0,94.0,1013.0,New York City,New York-Newark-Jersey City +36085027302,"Census Tract 273.02, Richmond County, New York",3385,2338.0,74948.0,542600.0,1096.0,2541.0,73.0,0.0,472.0,0.0,0.0,27.0,272.0,New York City,New York-Newark-Jersey City +36085027702,"Census Tract 277.02, Richmond County, New York",6855,4995.0,63362.0,324000.0,1561.0,4208.0,83.0,42.0,1162.0,0.0,0.0,0.0,1378.0,New York City,New York-Newark-Jersey City +36085027900,"Census Tract 279, Richmond County, New York",2144,1624.0,103182.0,786900.0,528.0,1787.0,66.0,0.0,109.0,0.0,0.0,20.0,162.0,New York City,New York-Newark-Jersey City +36085030302,"Census Tract 303.02, Richmond County, New York",6560,4188.0,76417.0,328300.0,1315.0,2190.0,780.0,0.0,813.0,0.0,57.0,196.0,2524.0,New York City,New York-Newark-Jersey City +36085014605,"Census Tract 146.05, Richmond County, New York",3680,2790.0,107589.0,541900.0,1018.0,3172.0,9.0,0.0,70.0,0.0,0.0,0.0,429.0,New York City,New York-Newark-Jersey City +36085017008,"Census Tract 170.08, Richmond County, New York",7720,5592.0,78750.0,481900.0,1773.0,6838.0,56.0,0.0,371.0,0.0,0.0,41.0,414.0,New York City,New York-Newark-Jersey City +36085002900,"Census Tract 29, Richmond County, New York",4982,3244.0,28793.0,325000.0,465.0,342.0,2149.0,0.0,168.0,0.0,32.0,31.0,2260.0,New York City,New York-Newark-Jersey City +36085005900,"Census Tract 59, Richmond County, New York",2986,2133.0,81691.0,517300.0,1110.0,2125.0,132.0,0.0,225.0,0.0,0.0,24.0,480.0,New York City,New York-Newark-Jersey City +36085007500,"Census Tract 75, Richmond County, New York",4060,2682.0,50688.0,448300.0,498.0,1638.0,550.0,0.0,95.0,0.0,0.0,193.0,1584.0,New York City,New York-Newark-Jersey City +36085009700,"Census Tract 97, Richmond County, New York",4526,2900.0,70985.0,408400.0,901.0,1588.0,1569.0,0.0,66.0,0.0,0.0,22.0,1281.0,New York City,New York-Newark-Jersey City +36085011402,"Census Tract 114.02, Richmond County, New York",3743,2737.0,80957.0,468000.0,820.0,3016.0,66.0,0.0,277.0,0.0,0.0,41.0,343.0,New York City,New York-Newark-Jersey City +36085012100,"Census Tract 121, Richmond County, New York",3228,2307.0,103750.0,522400.0,1162.0,2335.0,30.0,10.0,118.0,0.0,0.0,33.0,712.0,New York City,New York-Newark-Jersey City +36085002002,"Census Tract 20.02, Richmond County, New York",3467,2548.0,95588.0,491500.0,1213.0,2743.0,65.0,0.0,369.0,0.0,15.0,131.0,144.0,New York City,New York-Newark-Jersey City +36085003600,"Census Tract 36, Richmond County, New York",2769,1831.0,70573.0,380800.0,506.0,1153.0,178.0,0.0,462.0,0.0,0.0,38.0,938.0,New York City,New York-Newark-Jersey City +36085011202,"Census Tract 112.02, Richmond County, New York",5417,3798.0,79525.0,366800.0,1133.0,3228.0,235.0,22.0,734.0,0.0,13.0,28.0,1157.0,New York City,New York-Newark-Jersey City +36085029103,"Census Tract 291.03, Richmond County, New York",8151,5678.0,81726.0,523800.0,1532.0,5959.0,18.0,0.0,1051.0,88.0,0.0,48.0,987.0,New York City,New York-Newark-Jersey City +36085001100,"Census Tract 11, Richmond County, New York",3346,2191.0,44343.0,326200.0,774.0,489.0,1566.0,0.0,85.0,0.0,42.0,144.0,1020.0,New York City,New York-Newark-Jersey City +36085022300,"Census Tract 223, Richmond County, New York",2684,1524.0,62054.0,334600.0,440.0,495.0,1070.0,54.0,117.0,0.0,0.0,15.0,965.0,New York City,New York-Newark-Jersey City +36085017009,"Census Tract 170.09, Richmond County, New York",4525,3282.0,104393.0,631100.0,1228.0,3896.0,17.0,0.0,119.0,0.0,0.0,68.0,425.0,New York City,New York-Newark-Jersey City +36085020700,"Census Tract 207, Richmond County, New York",5372,3435.0,31250.0,337900.0,427.0,468.0,1508.0,0.0,132.0,0.0,3.0,32.0,3229.0,New York City,New York-Newark-Jersey City +36085020803,"Census Tract 208.03, Richmond County, New York",6927,4864.0,112473.0,614400.0,1862.0,5971.0,10.0,0.0,279.0,0.0,0.0,54.0,613.0,New York City,New York-Newark-Jersey City +36085024700,"Census Tract 247, Richmond County, New York",2755,1832.0,56875.0,365700.0,429.0,724.0,569.0,0.0,255.0,2.0,17.0,94.0,1094.0,New York City,New York-Newark-Jersey City +36085025100,"Census Tract 251, Richmond County, New York",6220,4548.0,100152.0,464300.0,1448.0,4834.0,19.0,0.0,397.0,0.0,17.0,103.0,850.0,New York City,New York-Newark-Jersey City +36085029104,"Census Tract 291.04, Richmond County, New York",7715,5047.0,89894.0,438500.0,1440.0,4960.0,719.0,0.0,378.0,0.0,0.0,86.0,1572.0,New York City,New York-Newark-Jersey City +36085004700,"Census Tract 47, Richmond County, New York",3127,1837.0,69290.0,439800.0,872.0,2437.0,240.0,27.0,248.0,0.0,0.0,28.0,147.0,New York City,New York-Newark-Jersey City +36085005000,"Census Tract 50, Richmond County, New York",4105,2797.0,67361.0,460300.0,1080.0,2353.0,468.0,0.0,697.0,0.0,9.0,5.0,573.0,New York City,New York-Newark-Jersey City +36085007400,"Census Tract 74, Richmond County, New York",4583,3161.0,77413.0,415800.0,1025.0,2788.0,121.0,0.0,727.0,0.0,127.0,50.0,770.0,New York City,New York-Newark-Jersey City +36085009601,"Census Tract 96.01, Richmond County, New York",3984,3133.0,66927.0,508400.0,987.0,2758.0,99.0,95.0,355.0,0.0,0.0,65.0,612.0,New York City,New York-Newark-Jersey City +36085009602,"Census Tract 96.02, Richmond County, New York",3367,2528.0,83308.0,476000.0,874.0,2687.0,72.0,0.0,278.0,0.0,9.0,0.0,321.0,New York City,New York-Newark-Jersey City +36085012200,"Census Tract 122, Richmond County, New York",3753,2787.0,95556.0,522900.0,1084.0,3239.0,8.0,0.0,242.0,0.0,8.0,15.0,241.0,New York City,New York-Newark-Jersey City +36085013203,"Census Tract 132.03, Richmond County, New York",5744,4210.0,80500.0,482800.0,1539.0,4308.0,243.0,0.0,348.0,0.0,0.0,0.0,845.0,New York City,New York-Newark-Jersey City +36085015601,"Census Tract 156.01, Richmond County, New York",6470,4587.0,104760.0,487400.0,1539.0,5701.0,4.0,43.0,313.0,0.0,0.0,0.0,429.0,New York City,New York-Newark-Jersey City +36085018701,"Census Tract 187.01, Richmond County, New York",1898,1362.0,97228.0,471600.0,461.0,1331.0,5.0,0.0,235.0,0.0,0.0,73.0,254.0,New York City,New York-Newark-Jersey City +36085018702,"Census Tract 187.02, Richmond County, New York",7877,5838.0,103802.0,487500.0,1711.0,3794.0,446.0,16.0,2809.0,0.0,0.0,184.0,644.0,New York City,New York-Newark-Jersey City +36085018901,"Census Tract 189.01, Richmond County, New York",4931,3482.0,58902.0,459900.0,879.0,3457.0,205.0,0.0,597.0,0.0,0.0,67.0,605.0,New York City,New York-Newark-Jersey City +36085021300,"Census Tract 213, Richmond County, New York",5119,3325.0,61726.0,329900.0,755.0,1604.0,701.0,141.0,257.0,0.0,201.0,182.0,2165.0,New York City,New York-Newark-Jersey City +36085000700,"Census Tract 7, Richmond County, New York",6051,3666.0,40147.0,271600.0,1164.0,886.0,2313.0,0.0,145.0,0.0,39.0,808.0,1860.0,New York City,New York-Newark-Jersey City +36085000300,"Census Tract 3, Richmond County, New York",1927,1538.0,72386.0,409800.0,781.0,768.0,245.0,10.0,396.0,0.0,0.0,36.0,482.0,New York City,New York-Newark-Jersey City +36085000900,"Census Tract 9, Richmond County, New York",1757,1035.0,55250.0,391500.0,340.0,367.0,823.0,0.0,105.0,0.0,4.0,57.0,401.0,New York City,New York-Newark-Jersey City +36085002700,"Census Tract 27, Richmond County, New York",2376,1474.0,25938.0,370600.0,216.0,617.0,631.0,0.0,62.0,0.0,23.0,241.0,802.0,New York City,New York-Newark-Jersey City +36085007700,"Census Tract 77, Richmond County, New York",1370,784.0,42917.0,297100.0,169.0,201.0,539.0,0.0,80.0,0.0,10.0,20.0,520.0,New York City,New York-Newark-Jersey City +36085017010,"Census Tract 170.10, Richmond County, New York",8886,6177.0,78736.0,375900.0,1827.0,6603.0,45.0,15.0,540.0,19.0,18.0,92.0,1554.0,New York City,New York-Newark-Jersey City +36085031901,"Census Tract 319.01, Richmond County, New York",2737,1702.0,9053.0,304300.0,244.0,184.0,1562.0,0.0,91.0,0.0,0.0,0.0,900.0,New York City,New York-Newark-Jersey City +36085001700,"Census Tract 17, Richmond County, New York",1452,998.0,41154.0,490400.0,466.0,553.0,310.0,0.0,119.0,0.0,0.0,45.0,425.0,New York City,New York-Newark-Jersey City +36085013301,"Census Tract 133.01, Richmond County, New York",1380,786.0,13485.0,-666666666.0,94.0,115.0,548.0,4.0,0.0,0.0,0.0,91.0,626.0,New York City,New York-Newark-Jersey City +36085022800,"Census Tract 228, Richmond County, New York",27,13.0,-666666666.0,-666666666.0,0.0,27.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36085024401,"Census Tract 244.01, Richmond County, New York",6622,4195.0,78889.0,699000.0,1431.0,5586.0,0.0,0.0,145.0,0.0,0.0,74.0,817.0,New York City,New York-Newark-Jersey City +36085024402,"Census Tract 244.02, Richmond County, New York",4630,3105.0,91094.0,644000.0,1417.0,4117.0,31.0,0.0,208.0,0.0,0.0,0.0,274.0,New York City,New York-Newark-Jersey City +36085027705,"Census Tract 277.05, Richmond County, New York",5754,4359.0,78158.0,478400.0,1317.0,3920.0,74.0,0.0,1138.0,0.0,0.0,161.0,461.0,New York City,New York-Newark-Jersey City +36085027706,"Census Tract 277.06, Richmond County, New York",3658,2452.0,80286.0,482500.0,808.0,1988.0,316.0,0.0,746.0,0.0,18.0,48.0,542.0,New York City,New York-Newark-Jersey City +36085990100,"Census Tract 9901, Richmond County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36085006700,"Census Tract 67, Richmond County, New York",2650,1875.0,103265.0,569100.0,791.0,2280.0,40.0,0.0,122.0,0.0,9.0,17.0,182.0,New York City,New York-Newark-Jersey City +36085018100,"Census Tract 181, Richmond County, New York",3038,2402.0,118000.0,748700.0,1145.0,2216.0,22.0,0.0,426.0,0.0,8.0,34.0,332.0,New York City,New York-Newark-Jersey City +36085019800,"Census Tract 198, Richmond County, New York",6552,4688.0,106000.0,650700.0,1503.0,5860.0,90.0,27.0,165.0,0.0,0.0,55.0,355.0,New York City,New York-Newark-Jersey City +36085012805,"Census Tract 128.05, Richmond County, New York",2570,1808.0,73636.0,434300.0,344.0,2023.0,8.0,0.0,68.0,0.0,0.0,10.0,461.0,New York City,New York-Newark-Jersey City +36085017011,"Census Tract 170.11, Richmond County, New York",4547,3340.0,87301.0,494400.0,1054.0,4020.0,4.0,0.0,147.0,0.0,0.0,33.0,343.0,New York City,New York-Newark-Jersey City +36085012806,"Census Tract 128.06, Richmond County, New York",5658,3808.0,56711.0,416400.0,849.0,3776.0,496.0,0.0,239.0,0.0,116.0,160.0,871.0,New York City,New York-Newark-Jersey City +36085014607,"Census Tract 146.07, Richmond County, New York",4539,3243.0,74630.0,462200.0,904.0,3611.0,54.0,0.0,530.0,0.0,0.0,64.0,280.0,New York City,New York-Newark-Jersey City +36085014608,"Census Tract 146.08, Richmond County, New York",3617,2595.0,96616.0,449800.0,776.0,2833.0,0.0,0.0,76.0,0.0,0.0,27.0,681.0,New York City,New York-Newark-Jersey City +36085017012,"Census Tract 170.12, Richmond County, New York",4526,3290.0,91131.0,518500.0,966.0,3614.0,23.0,11.0,138.0,0.0,0.0,70.0,681.0,New York City,New York-Newark-Jersey City +36087012000,"Census Tract 120, Rockland County, New York",3764,3075.0,87500.0,233900.0,1643.0,3122.0,112.0,0.0,309.0,0.0,0.0,72.0,149.0,New York City,New York-Newark-Jersey City +36087010803,"Census Tract 108.03, Rockland County, New York",5306,3735.0,121558.0,474900.0,2280.0,3836.0,194.0,0.0,613.0,0.0,0.0,142.0,521.0,New York City,New York-Newark-Jersey City +36087011301,"Census Tract 113.01, Rockland County, New York",8277,5587.0,51181.0,287300.0,1484.0,1671.0,3280.0,54.0,634.0,0.0,47.0,247.0,2398.0,New York City,New York-Newark-Jersey City +36087011502,"Census Tract 115.02, Rockland County, New York",7755,4786.0,99323.0,464200.0,1697.0,4311.0,1126.0,0.0,534.0,0.0,0.0,118.0,1666.0,New York City,New York-Newark-Jersey City +36087012202,"Census Tract 122.02, Rockland County, New York",6479,3903.0,47560.0,121200.0,697.0,506.0,3713.0,0.0,312.0,0.0,61.0,149.0,1738.0,New York City,New York-Newark-Jersey City +36087013100,"Census Tract 131, Rockland County, New York",6265,4791.0,69286.0,463600.0,2451.0,3155.0,1239.0,0.0,239.0,0.0,98.0,264.0,1270.0,New York City,New York-Newark-Jersey City +36087013200,"Census Tract 132, Rockland County, New York",3546,2267.0,99643.0,462600.0,1359.0,2363.0,501.0,28.0,181.0,0.0,0.0,126.0,347.0,New York City,New York-Newark-Jersey City +36087010101,"Census Tract 101.01, Rockland County, New York",5990,3988.0,118889.0,488300.0,1816.0,4570.0,440.0,29.0,149.0,0.0,0.0,26.0,776.0,New York City,New York-Newark-Jersey City +36087010501,"Census Tract 105.01, Rockland County, New York",5555,3908.0,122614.0,373000.0,1627.0,3263.0,555.0,0.0,424.0,0.0,0.0,30.0,1283.0,New York City,New York-Newark-Jersey City +36087011000,"Census Tract 110, Rockland County, New York",2204,1497.0,127167.0,531400.0,961.0,1836.0,143.0,4.0,65.0,0.0,3.0,39.0,118.0,New York City,New York-Newark-Jersey City +36087011101,"Census Tract 111.01, Rockland County, New York",6672,4812.0,109059.0,413600.0,1977.0,3704.0,373.0,24.0,880.0,0.0,0.0,81.0,1634.0,New York City,New York-Newark-Jersey City +36087011302,"Census Tract 113.02, Rockland County, New York",5281,3737.0,120313.0,443600.0,1567.0,3432.0,335.0,5.0,758.0,0.0,0.0,29.0,722.0,New York City,New York-Newark-Jersey City +36087013001,"Census Tract 130.01, Rockland County, New York",2897,2173.0,121750.0,446000.0,900.0,2160.0,199.0,17.0,178.0,0.0,6.0,75.0,271.0,New York City,New York-Newark-Jersey City +36087013002,"Census Tract 130.02, Rockland County, New York",5715,3574.0,117561.0,484700.0,1964.0,4415.0,98.0,0.0,445.0,0.0,0.0,51.0,706.0,New York City,New York-Newark-Jersey City +36087010802,"Census Tract 108.02, Rockland County, New York",5046,3644.0,143125.0,549600.0,2544.0,4033.0,42.0,9.0,655.0,0.0,0.0,9.0,298.0,New York City,New York-Newark-Jersey City +36087011601,"Census Tract 116.01, Rockland County, New York",3428,2229.0,137679.0,582400.0,1442.0,3102.0,19.0,0.0,138.0,0.0,5.0,45.0,119.0,New York City,New York-Newark-Jersey City +36087012700,"Census Tract 127, Rockland County, New York",4503,2969.0,73611.0,430100.0,1314.0,3442.0,41.0,94.0,192.0,0.0,0.0,42.0,692.0,New York City,New York-Newark-Jersey City +36087012103,"Census Tract 121.03, Rockland County, New York",5802,2052.0,55000.0,670500.0,385.0,5786.0,8.0,0.0,0.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City +36087012300,"Census Tract 123, Rockland County, New York",6096,3217.0,38077.0,341000.0,303.0,887.0,1502.0,4.0,14.0,0.0,164.0,0.0,3525.0,New York City,New York-Newark-Jersey City +36087012600,"Census Tract 126, Rockland County, New York",6339,4376.0,122599.0,432400.0,1872.0,5249.0,281.0,132.0,329.0,0.0,0.0,0.0,348.0,New York City,New York-Newark-Jersey City +36087012502,"Census Tract 125.02, Rockland County, New York",5454,3608.0,108958.0,434200.0,1707.0,3251.0,1053.0,0.0,274.0,0.0,50.0,204.0,622.0,New York City,New York-Newark-Jersey City +36087011602,"Census Tract 116.02, Rockland County, New York",6186,3984.0,89559.0,666700.0,1926.0,4924.0,414.0,0.0,459.0,0.0,0.0,0.0,389.0,New York City,New York-Newark-Jersey City +36087010801,"Census Tract 108.01, Rockland County, New York",4661,3277.0,150962.0,604500.0,2157.0,3539.0,420.0,15.0,292.0,0.0,13.0,95.0,287.0,New York City,New York-Newark-Jersey City +36087010702,"Census Tract 107.02, Rockland County, New York",3558,2187.0,44826.0,255000.0,295.0,187.0,87.0,0.0,41.0,0.0,0.0,0.0,3243.0,New York City,New York-Newark-Jersey City +36087011403,"Census Tract 114.03, Rockland County, New York",5757,3981.0,117600.0,468400.0,2147.0,4218.0,286.0,0.0,516.0,0.0,37.0,61.0,639.0,New York City,New York-Newark-Jersey City +36087012203,"Census Tract 122.03, Rockland County, New York",3229,1354.0,40833.0,427800.0,372.0,3148.0,31.0,4.0,5.0,6.0,0.0,5.0,30.0,New York City,New York-Newark-Jersey City +36087013402,"Census Tract 134.02, Rockland County, New York",4111,2861.0,120795.0,467800.0,1476.0,3035.0,110.0,19.0,462.0,0.0,0.0,53.0,432.0,New York City,New York-Newark-Jersey City +36087013401,"Census Tract 134.01, Rockland County, New York",4698,3230.0,108516.0,468200.0,1631.0,3374.0,18.0,0.0,721.0,0.0,0.0,43.0,542.0,New York City,New York-Newark-Jersey City +36087011504,"Census Tract 115.04, Rockland County, New York",7574,5265.0,96250.0,356600.0,1532.0,959.0,3699.0,13.0,708.0,0.0,28.0,175.0,1992.0,New York City,New York-Newark-Jersey City +36087010703,"Census Tract 107.03, Rockland County, New York",4099,2466.0,64969.0,314500.0,618.0,734.0,252.0,0.0,63.0,0.0,0.0,63.0,2987.0,New York City,New York-Newark-Jersey City +36087010901,"Census Tract 109.01, Rockland County, New York",4997,3325.0,115833.0,482100.0,1432.0,3786.0,89.0,0.0,296.0,0.0,69.0,54.0,703.0,New York City,New York-Newark-Jersey City +36087011700,"Census Tract 117, Rockland County, New York",3142,2090.0,91042.0,302200.0,796.0,2512.0,112.0,0.0,42.0,0.0,0.0,6.0,470.0,New York City,New York-Newark-Jersey City +36087010503,"Census Tract 105.03, Rockland County, New York",2312,1686.0,131000.0,479900.0,912.0,1144.0,620.0,0.0,338.0,0.0,0.0,44.0,166.0,New York City,New York-Newark-Jersey City +36087010602,"Census Tract 106.02, Rockland County, New York",6813,4263.0,55697.0,240000.0,543.0,1779.0,1064.0,0.0,350.0,0.0,0.0,39.0,3581.0,New York City,New York-Newark-Jersey City +36087010902,"Census Tract 109.02, Rockland County, New York",3873,2812.0,110972.0,409600.0,1338.0,2537.0,77.0,31.0,664.0,0.0,0.0,55.0,509.0,New York City,New York-Newark-Jersey City +36087011501,"Census Tract 115.01, Rockland County, New York",7607,4378.0,119000.0,533600.0,2537.0,6669.0,255.0,14.0,244.0,0.0,31.0,61.0,347.0,New York City,New York-Newark-Jersey City +36087011800,"Census Tract 118, Rockland County, New York",1019,654.0,68542.0,298800.0,184.0,317.0,228.0,53.0,33.0,0.0,0.0,110.0,278.0,New York City,New York-Newark-Jersey City +36087012102,"Census Tract 121.02, Rockland County, New York",9253,3074.0,25417.0,485400.0,347.0,8666.0,353.0,0.0,15.0,0.0,0.0,5.0,214.0,New York City,New York-Newark-Jersey City +36087013003,"Census Tract 130.03, Rockland County, New York",3137,2024.0,88068.0,703300.0,1171.0,2441.0,144.0,3.0,179.0,0.0,0.0,49.0,324.0,New York City,New York-Newark-Jersey City +36087010200,"Census Tract 102, Rockland County, New York",4482,2991.0,84948.0,336000.0,957.0,3109.0,359.0,0.0,7.0,0.0,0.0,20.0,987.0,New York City,New York-Newark-Jersey City +36087011102,"Census Tract 111.02, Rockland County, New York",6388,4777.0,94681.0,339800.0,2346.0,3217.0,1197.0,0.0,628.0,0.0,0.0,169.0,1177.0,New York City,New York-Newark-Jersey City +36087011200,"Census Tract 112, Rockland County, New York",6435,4433.0,144688.0,530600.0,2414.0,4978.0,92.0,0.0,565.0,0.0,0.0,164.0,636.0,New York City,New York-Newark-Jersey City +36087011603,"Census Tract 116.03, Rockland County, New York",5133,3693.0,117679.0,450200.0,1937.0,3795.0,179.0,9.0,461.0,14.0,28.0,140.0,507.0,New York City,New York-Newark-Jersey City +36087010804,"Census Tract 108.04, Rockland County, New York",4191,2935.0,115660.0,449900.0,1563.0,3063.0,203.0,0.0,447.0,0.0,14.0,29.0,435.0,New York City,New York-Newark-Jersey City +36087011303,"Census Tract 113.03, Rockland County, New York",5702,4200.0,100903.0,392400.0,1992.0,3924.0,218.0,22.0,743.0,0.0,0.0,250.0,567.0,New York City,New York-Newark-Jersey City +36087011401,"Census Tract 114.01, Rockland County, New York",4324,3011.0,126397.0,458000.0,1596.0,3120.0,114.0,0.0,459.0,0.0,9.0,81.0,541.0,New York City,New York-Newark-Jersey City +36087012101,"Census Tract 121.01, Rockland County, New York",6114,2340.0,50987.0,660900.0,827.0,5819.0,89.0,0.0,7.0,0.0,0.0,12.0,187.0,New York City,New York-Newark-Jersey City +36087012501,"Census Tract 125.01, Rockland County, New York",5381,3007.0,87321.0,472000.0,1147.0,3999.0,559.0,0.0,176.0,0.0,38.0,43.0,566.0,New York City,New York-Newark-Jersey City +36087011405,"Census Tract 114.05, Rockland County, New York",4190,2795.0,108476.0,411800.0,1308.0,1755.0,1369.0,8.0,304.0,0.0,49.0,180.0,533.0,New York City,New York-Newark-Jersey City +36087012402,"Census Tract 124.02, Rockland County, New York",5515,3684.0,47391.0,309600.0,345.0,474.0,2067.0,0.0,137.0,0.0,0.0,34.0,2803.0,New York City,New York-Newark-Jersey City +36087012106,"Census Tract 121.06, Rockland County, New York",4563,1895.0,60625.0,402900.0,358.0,3290.0,555.0,0.0,110.0,0.0,19.0,5.0,584.0,New York City,New York-Newark-Jersey City +36087012105,"Census Tract 121.05, Rockland County, New York",6114,2232.0,25687.0,670000.0,133.0,5688.0,232.0,0.0,9.0,0.0,0.0,30.0,155.0,New York City,New York-Newark-Jersey City +36087011505,"Census Tract 115.05, Rockland County, New York",3219,1072.0,26375.0,339200.0,23.0,3098.0,2.0,0.0,63.0,0.0,26.0,29.0,1.0,New York City,New York-Newark-Jersey City +36087011506,"Census Tract 115.06, Rockland County, New York",5267,1533.0,24708.0,445100.0,202.0,4974.0,78.0,17.0,32.0,0.0,0.0,5.0,161.0,New York City,New York-Newark-Jersey City +36087011902,"Census Tract 119.02, Rockland County, New York",3195,2399.0,69583.0,374700.0,851.0,2049.0,64.0,0.0,145.0,0.0,30.0,20.0,887.0,New York City,New York-Newark-Jersey City +36087012204,"Census Tract 122.04, Rockland County, New York",4007,1302.0,41379.0,456600.0,262.0,3630.0,182.0,0.0,45.0,0.0,60.0,67.0,23.0,New York City,New York-Newark-Jersey City +36087011404,"Census Tract 114.04, Rockland County, New York",3920,3162.0,104111.0,337000.0,1661.0,2249.0,641.0,0.0,451.0,0.0,0.0,67.0,512.0,New York City,New York-Newark-Jersey City +36087011901,"Census Tract 119.01, Rockland County, New York",4025,2495.0,103635.0,338600.0,918.0,2323.0,146.0,0.0,331.0,0.0,0.0,110.0,1115.0,New York City,New York-Newark-Jersey City +36087010601,"Census Tract 106.01, Rockland County, New York",3828,2464.0,85662.0,289800.0,660.0,1385.0,368.0,0.0,121.0,0.0,212.0,67.0,1675.0,New York City,New York-Newark-Jersey City +36087012800,"Census Tract 128, Rockland County, New York",6580,4521.0,128125.0,495600.0,2300.0,5746.0,49.0,0.0,563.0,0.0,0.0,80.0,142.0,New York City,New York-Newark-Jersey City +36087013300,"Census Tract 133, Rockland County, New York",2574,2013.0,104549.0,575400.0,1376.0,1905.0,102.0,0.0,187.0,0.0,0.0,97.0,283.0,New York City,New York-Newark-Jersey City +36087010502,"Census Tract 105.02, Rockland County, New York",6808,4735.0,73768.0,221500.0,1622.0,3411.0,1109.0,0.0,282.0,0.0,22.0,132.0,1852.0,New York City,New York-Newark-Jersey City +36087010701,"Census Tract 107.01, Rockland County, New York",4524,3137.0,63125.0,218100.0,787.0,1559.0,670.0,0.0,100.0,0.0,0.0,54.0,2141.0,New York City,New York-Newark-Jersey City +36087010102,"Census Tract 101.02, Rockland County, New York",5029,3597.0,91622.0,339900.0,1007.0,3507.0,271.0,0.0,134.0,0.0,27.0,72.0,1018.0,New York City,New York-Newark-Jersey City +36087012401,"Census Tract 124.01, Rockland County, New York",5119,3385.0,50453.0,224800.0,758.0,1370.0,2980.0,0.0,312.0,0.0,0.0,38.0,419.0,New York City,New York-Newark-Jersey City +36103145804,"Census Tract 1458.04, Suffolk County, New York",3352,2351.0,90966.0,305300.0,531.0,1584.0,395.0,0.0,361.0,0.0,125.0,31.0,856.0,New York City,New York-Newark-Jersey City +36103145903,"Census Tract 1459.03, Suffolk County, New York",5778,4026.0,94414.0,312500.0,1258.0,3520.0,353.0,25.0,58.0,0.0,0.0,157.0,1690.0,New York City,New York-Newark-Jersey City +36103146001,"Census Tract 1460.01, Suffolk County, New York",6048,3846.0,90083.0,329500.0,274.0,1122.0,494.0,0.0,52.0,0.0,25.0,90.0,4265.0,New York City,New York-Newark-Jersey City +36103146204,"Census Tract 1462.04, Suffolk County, New York",6805,4191.0,78542.0,313300.0,543.0,1018.0,1298.0,0.0,114.0,0.0,0.0,0.0,4375.0,New York City,New York-Newark-Jersey City +36103146604,"Census Tract 1466.04, Suffolk County, New York",4417,3133.0,92938.0,354300.0,1018.0,3192.0,133.0,60.0,503.0,73.0,0.0,22.0,434.0,New York City,New York-Newark-Jersey City +36103145808,"Census Tract 1458.08, Suffolk County, New York",2980,2066.0,73800.0,355700.0,493.0,2479.0,85.0,0.0,125.0,0.0,0.0,83.0,208.0,New York City,New York-Newark-Jersey City +36103145702,"Census Tract 1457.02, Suffolk County, New York",6692,4322.0,76447.0,282200.0,766.0,1481.0,813.0,81.0,113.0,0.0,14.0,152.0,4119.0,New York City,New York-Newark-Jersey City +36103145704,"Census Tract 1457.04, Suffolk County, New York",8041,4947.0,71572.0,224100.0,876.0,1921.0,2321.0,22.0,477.0,0.0,0.0,213.0,3109.0,New York City,New York-Newark-Jersey City +36103145803,"Census Tract 1458.03, Suffolk County, New York",4504,3300.0,96574.0,436000.0,1351.0,3833.0,61.0,0.0,268.0,0.0,4.0,11.0,327.0,New York City,New York-Newark-Jersey City +36103145805,"Census Tract 1458.05, Suffolk County, New York",5775,3935.0,100350.0,307400.0,1447.0,4814.0,74.0,0.0,196.0,0.0,18.0,122.0,551.0,New York City,New York-Newark-Jersey City +36103146103,"Census Tract 1461.03, Suffolk County, New York",4004,2585.0,99261.0,349500.0,720.0,2655.0,228.0,0.0,157.0,0.0,0.0,0.0,964.0,New York City,New York-Newark-Jersey City +36103146615,"Census Tract 1466.15, Suffolk County, New York",4485,3236.0,85899.0,364500.0,1223.0,3601.0,169.0,0.0,171.0,25.0,0.0,76.0,443.0,New York City,New York-Newark-Jersey City +36103146901,"Census Tract 1469.01, Suffolk County, New York",5314,3658.0,110486.0,428600.0,1448.0,4840.0,0.0,9.0,19.0,0.0,0.0,17.0,438.0,New York City,New York-Newark-Jersey City +36103147402,"Census Tract 1474.02, Suffolk County, New York",3626,2449.0,136875.0,490400.0,1334.0,3284.0,0.0,0.0,89.0,0.0,0.0,14.0,239.0,New York City,New York-Newark-Jersey City +36103147701,"Census Tract 1477.01, Suffolk County, New York",3434,2576.0,83417.0,370800.0,891.0,2945.0,26.0,0.0,153.0,29.0,0.0,44.0,237.0,New York City,New York-Newark-Jersey City +36103147802,"Census Tract 1478.02, Suffolk County, New York",3839,2671.0,122230.0,526900.0,1464.0,3388.0,1.0,0.0,80.0,0.0,0.0,42.0,328.0,New York City,New York-Newark-Jersey City +36103147804,"Census Tract 1478.04, Suffolk County, New York",5821,3924.0,127540.0,437100.0,1815.0,5332.0,100.0,0.0,109.0,0.0,0.0,38.0,242.0,New York City,New York-Newark-Jersey City +36103158102,"Census Tract 1581.02, Suffolk County, New York",4616,3294.0,75762.0,313400.0,844.0,3233.0,82.0,0.0,153.0,0.0,20.0,87.0,1041.0,New York City,New York-Newark-Jersey City +36103158205,"Census Tract 1582.05, Suffolk County, New York",1867,1302.0,114028.0,387900.0,545.0,1511.0,0.0,0.0,36.0,0.0,0.0,15.0,305.0,New York City,New York-Newark-Jersey City +36103158206,"Census Tract 1582.06, Suffolk County, New York",3958,2914.0,85385.0,497600.0,1651.0,2840.0,121.0,0.0,281.0,0.0,0.0,56.0,660.0,New York City,New York-Newark-Jersey City +36103158308,"Census Tract 1583.08, Suffolk County, New York",8787,5798.0,99766.0,347900.0,1957.0,5989.0,672.0,0.0,98.0,0.0,0.0,0.0,2028.0,New York City,New York-Newark-Jersey City +36103158310,"Census Tract 1583.10, Suffolk County, New York",4388,3447.0,70365.0,302600.0,824.0,3635.0,111.0,4.0,100.0,0.0,0.0,85.0,453.0,New York City,New York-Newark-Jersey City +36103146902,"Census Tract 1469.02, Suffolk County, New York",3760,2859.0,143345.0,657600.0,1291.0,3613.0,34.0,0.0,12.0,0.0,0.0,0.0,101.0,New York City,New York-Newark-Jersey City +36103123101,"Census Tract 1231.01, Suffolk County, New York",3193,2318.0,82284.0,352000.0,777.0,2546.0,57.0,0.0,43.0,0.0,0.0,100.0,447.0,New York City,New York-Newark-Jersey City +36103123201,"Census Tract 1232.01, Suffolk County, New York",2105,1436.0,56012.0,400000.0,301.0,572.0,558.0,0.0,78.0,0.0,8.0,67.0,822.0,New York City,New York-Newark-Jersey City +36103123702,"Census Tract 1237.02, Suffolk County, New York",8537,5938.0,78466.0,284900.0,995.0,4373.0,579.0,0.0,242.0,0.0,147.0,300.0,2896.0,New York City,New York-Newark-Jersey City +36103124401,"Census Tract 1244.01, Suffolk County, New York",3862,2784.0,87727.0,378100.0,738.0,3338.0,51.0,0.0,33.0,0.0,0.0,24.0,416.0,New York City,New York-Newark-Jersey City +36103134906,"Census Tract 1349.06, Suffolk County, New York",5872,4301.0,92309.0,445800.0,1819.0,5219.0,24.0,0.0,191.0,0.0,0.0,55.0,383.0,New York City,New York-Newark-Jersey City +36103135004,"Census Tract 1350.04, Suffolk County, New York",2949,2090.0,170966.0,962500.0,1326.0,2570.0,61.0,25.0,75.0,0.0,12.0,29.0,177.0,New York City,New York-Newark-Jersey City +36103135303,"Census Tract 1353.03, Suffolk County, New York",4037,2769.0,125264.0,417500.0,1290.0,3432.0,95.0,0.0,195.0,0.0,39.0,25.0,251.0,New York City,New York-Newark-Jersey City +36103146003,"Census Tract 1460.03, Suffolk County, New York",9259,5597.0,79261.0,291700.0,1508.0,1822.0,2190.0,0.0,774.0,0.0,62.0,89.0,4322.0,New York City,New York-Newark-Jersey City +36103146102,"Census Tract 1461.02, Suffolk County, New York",2769,1772.0,92000.0,294900.0,252.0,378.0,475.0,27.0,117.0,0.0,111.0,45.0,1643.0,New York City,New York-Newark-Jersey City +36103146105,"Census Tract 1461.05, Suffolk County, New York",6782,4575.0,68854.0,261600.0,434.0,1226.0,834.0,0.0,102.0,0.0,0.0,0.0,4620.0,New York City,New York-Newark-Jersey City +36103146202,"Census Tract 1462.02, Suffolk County, New York",4683,3021.0,89323.0,277200.0,652.0,325.0,1837.0,22.0,0.0,0.0,32.0,67.0,2400.0,New York City,New York-Newark-Jersey City +36103146203,"Census Tract 1462.03, Suffolk County, New York",5245,2918.0,55824.0,245300.0,289.0,1052.0,1102.0,0.0,84.0,0.0,23.0,32.0,2952.0,New York City,New York-Newark-Jersey City +36103146300,"Census Tract 1463, Suffolk County, New York",2257,1897.0,54571.0,276600.0,553.0,1253.0,535.0,10.0,69.0,0.0,19.0,128.0,252.0,New York City,New York-Newark-Jersey City +36103146403,"Census Tract 1464.03, Suffolk County, New York",4910,3217.0,63405.0,212200.0,337.0,803.0,1472.0,0.0,48.0,0.0,14.0,61.0,2512.0,New York City,New York-Newark-Jersey City +36103146404,"Census Tract 1464.04, Suffolk County, New York",3542,2316.0,69643.0,291500.0,398.0,1131.0,745.0,0.0,21.0,0.0,0.0,28.0,1617.0,New York City,New York-Newark-Jersey City +36103146608,"Census Tract 1466.08, Suffolk County, New York",2620,1967.0,85000.0,325300.0,582.0,2033.0,0.0,65.0,68.0,40.0,0.0,0.0,414.0,New York City,New York-Newark-Jersey City +36103146611,"Census Tract 1466.11, Suffolk County, New York",3052,2074.0,83218.0,334900.0,628.0,2439.0,175.0,0.0,86.0,0.0,0.0,44.0,308.0,New York City,New York-Newark-Jersey City +36103146612,"Census Tract 1466.12, Suffolk County, New York",5133,3325.0,105135.0,346700.0,915.0,4341.0,161.0,68.0,81.0,0.0,0.0,97.0,385.0,New York City,New York-Newark-Jersey City +36103147200,"Census Tract 1472, Suffolk County, New York",6602,4599.0,65972.0,328000.0,1561.0,2694.0,1160.0,0.0,120.0,0.0,13.0,88.0,2527.0,New York City,New York-Newark-Jersey City +36103147503,"Census Tract 1475.03, Suffolk County, New York",1441,994.0,117443.0,614900.0,569.0,1355.0,0.0,0.0,15.0,0.0,0.0,8.0,63.0,New York City,New York-Newark-Jersey City +36103158315,"Census Tract 1583.15, Suffolk County, New York",4611,3158.0,83539.0,290500.0,1072.0,3161.0,511.0,0.0,200.0,0.0,10.0,33.0,696.0,New York City,New York-Newark-Jersey City +36103158320,"Census Tract 1583.20, Suffolk County, New York",6234,4418.0,89449.0,338000.0,1588.0,5115.0,501.0,0.0,0.0,0.0,0.0,0.0,618.0,New York City,New York-Newark-Jersey City +36103158405,"Census Tract 1584.05, Suffolk County, New York",4896,3391.0,108657.0,348800.0,1142.0,4195.0,39.0,0.0,192.0,0.0,0.0,65.0,405.0,New York City,New York-Newark-Jersey City +36103124101,"Census Tract 1241.01, Suffolk County, New York",4856,3412.0,92697.0,353800.0,608.0,3773.0,93.0,0.0,0.0,0.0,0.0,21.0,969.0,New York City,New York-Newark-Jersey City +36103110101,"Census Tract 1101.01, Suffolk County, New York",3702,2467.0,211087.0,1403900.0,1849.0,3359.0,10.0,0.0,177.0,0.0,0.0,48.0,108.0,New York City,New York-Newark-Jersey City +36103110801,"Census Tract 1108.01, Suffolk County, New York",2039,1540.0,136750.0,798900.0,971.0,1927.0,1.0,3.0,50.0,0.0,0.0,22.0,36.0,New York City,New York-Newark-Jersey City +36103111602,"Census Tract 1116.02, Suffolk County, New York",2588,2008.0,86806.0,451300.0,1033.0,2448.0,26.0,0.0,20.0,0.0,0.0,23.0,71.0,New York City,New York-Newark-Jersey City +36103111801,"Census Tract 1118.01, Suffolk County, New York",6603,4437.0,115792.0,462900.0,1969.0,5324.0,273.0,0.0,608.0,0.0,0.0,20.0,378.0,New York City,New York-Newark-Jersey City +36103111900,"Census Tract 1119, Suffolk County, New York",5349,3936.0,124167.0,595200.0,2250.0,4457.0,12.0,22.0,272.0,0.0,68.0,118.0,422.0,New York City,New York-Newark-Jersey City +36103190705,"Census Tract 1907.05, Suffolk County, New York",3870,2840.0,74125.0,716200.0,1372.0,2628.0,8.0,44.0,369.0,0.0,20.0,80.0,721.0,New York City,New York-Newark-Jersey City +36103158707,"Census Tract 1587.07, Suffolk County, New York",1717,1151.0,77625.0,330900.0,299.0,1269.0,202.0,0.0,105.0,0.0,0.0,35.0,106.0,New York City,New York-Newark-Jersey City +36103146613,"Census Tract 1466.13, Suffolk County, New York",4082,2678.0,106726.0,371400.0,705.0,3377.0,131.0,0.0,93.0,0.0,0.0,15.0,466.0,New York City,New York-Newark-Jersey City +36103146703,"Census Tract 1467.03, Suffolk County, New York",4062,2685.0,78261.0,279400.0,495.0,2008.0,473.0,92.0,63.0,0.0,11.0,44.0,1462.0,New York City,New York-Newark-Jersey City +36103146704,"Census Tract 1467.04, Suffolk County, New York",2011,1362.0,103505.0,359100.0,402.0,1713.0,0.0,0.0,80.0,0.0,0.0,22.0,196.0,New York City,New York-Newark-Jersey City +36103122405,"Census Tract 1224.05, Suffolk County, New York",3605,2228.0,113447.0,407000.0,877.0,636.0,1784.0,0.0,421.0,0.0,57.0,104.0,603.0,New York City,New York-Newark-Jersey City +36103158506,"Census Tract 1585.06, Suffolk County, New York",2599,1727.0,107206.0,348700.0,587.0,2363.0,6.0,0.0,32.0,0.0,63.0,18.0,117.0,New York City,New York-Newark-Jersey City +36103158711,"Census Tract 1587.11, Suffolk County, New York",5353,3946.0,75483.0,285200.0,1551.0,3992.0,491.0,0.0,476.0,0.0,0.0,54.0,340.0,New York City,New York-Newark-Jersey City +36103110902,"Census Tract 1109.02, Suffolk County, New York",4668,2840.0,76429.0,408900.0,920.0,1696.0,1239.0,0.0,52.0,0.0,0.0,16.0,1665.0,New York City,New York-Newark-Jersey City +36103111703,"Census Tract 1117.03, Suffolk County, New York",3118,2165.0,107118.0,478400.0,1065.0,2606.0,1.0,0.0,134.0,23.0,0.0,23.0,331.0,New York City,New York-Newark-Jersey City +36103112206,"Census Tract 1122.06, Suffolk County, New York",7771,5505.0,119985.0,616400.0,2880.0,6353.0,174.0,0.0,437.0,0.0,0.0,18.0,789.0,New York City,New York-Newark-Jersey City +36103112212,"Census Tract 1122.12, Suffolk County, New York",3570,2369.0,197411.0,812500.0,1715.0,2233.0,169.0,0.0,918.0,0.0,0.0,114.0,136.0,New York City,New York-Newark-Jersey City +36103122403,"Census Tract 1224.03, Suffolk County, New York",2351,1559.0,90000.0,328500.0,535.0,466.0,1228.0,0.0,101.0,0.0,35.0,91.0,430.0,New York City,New York-Newark-Jersey City +36103122501,"Census Tract 1225.01, Suffolk County, New York",4489,2510.0,40905.0,221700.0,340.0,222.0,2669.0,31.0,22.0,0.0,31.0,93.0,1421.0,New York City,New York-Newark-Jersey City +36103122801,"Census Tract 1228.01, Suffolk County, New York",5289,3855.0,61577.0,341000.0,799.0,2361.0,1815.0,0.0,258.0,0.0,12.0,21.0,822.0,New York City,New York-Newark-Jersey City +36103123002,"Census Tract 1230.02, Suffolk County, New York",4823,3222.0,97170.0,331900.0,755.0,2989.0,312.0,0.0,188.0,0.0,10.0,196.0,1128.0,New York City,New York-Newark-Jersey City +36103123202,"Census Tract 1232.02, Suffolk County, New York",9616,6170.0,94531.0,301200.0,1193.0,553.0,5137.0,0.0,224.0,0.0,65.0,60.0,3577.0,New York City,New York-Newark-Jersey City +36103123301,"Census Tract 1233.01, Suffolk County, New York",8190,5438.0,63194.0,232300.0,859.0,894.0,4430.0,0.0,70.0,0.0,0.0,127.0,2669.0,New York City,New York-Newark-Jersey City +36103123600,"Census Tract 1236, Suffolk County, New York",3361,2671.0,120000.0,438800.0,1133.0,3150.0,27.0,0.0,65.0,0.0,12.0,59.0,48.0,New York City,New York-Newark-Jersey City +36103123802,"Census Tract 1238.02, Suffolk County, New York",3367,2461.0,78382.0,328800.0,526.0,2621.0,20.0,112.0,35.0,0.0,0.0,60.0,563.0,New York City,New York-Newark-Jersey City +36103124102,"Census Tract 1241.02, Suffolk County, New York",3264,2320.0,79750.0,356800.0,653.0,2647.0,1.0,0.0,37.0,0.0,0.0,23.0,556.0,New York City,New York-Newark-Jersey City +36103124402,"Census Tract 1244.02, Suffolk County, New York",3357,2569.0,102933.0,350000.0,730.0,3044.0,0.0,0.0,30.0,0.0,0.0,0.0,283.0,New York City,New York-Newark-Jersey City +36103134702,"Census Tract 1347.02, Suffolk County, New York",5569,4112.0,84846.0,391300.0,1743.0,4736.0,113.0,0.0,441.0,0.0,72.0,35.0,172.0,New York City,New York-Newark-Jersey City +36103134902,"Census Tract 1349.02, Suffolk County, New York",4720,3537.0,149500.0,539100.0,1775.0,4401.0,103.0,0.0,70.0,0.0,0.0,10.0,136.0,New York City,New York-Newark-Jersey City +36103135102,"Census Tract 1351.02, Suffolk County, New York",4637,3171.0,129479.0,485300.0,1757.0,3826.0,0.0,0.0,237.0,0.0,17.0,225.0,332.0,New York City,New York-Newark-Jersey City +36103110102,"Census Tract 1101.02, Suffolk County, New York",5088,3556.0,173088.0,763900.0,2481.0,4446.0,8.0,0.0,220.0,0.0,0.0,103.0,311.0,New York City,New York-Newark-Jersey City +36103110901,"Census Tract 1109.01, Suffolk County, New York",2867,2094.0,110688.0,522900.0,1379.0,2549.0,18.0,0.0,36.0,0.0,0.0,82.0,182.0,New York City,New York-Newark-Jersey City +36103111401,"Census Tract 1114.01, Suffolk County, New York",1362,1058.0,145000.0,444100.0,497.0,1006.0,32.0,16.0,58.0,0.0,0.0,24.0,226.0,New York City,New York-Newark-Jersey City +36103111402,"Census Tract 1114.02, Suffolk County, New York",4687,3427.0,116528.0,421100.0,2076.0,3940.0,36.0,0.0,379.0,0.0,27.0,20.0,285.0,New York City,New York-Newark-Jersey City +36103112102,"Census Tract 1121.02, Suffolk County, New York",3751,2618.0,163125.0,821200.0,1878.0,3132.0,137.0,0.0,381.0,0.0,0.0,22.0,79.0,New York City,New York-Newark-Jersey City +36103112103,"Census Tract 1121.03, Suffolk County, New York",4659,3584.0,93542.0,416500.0,1415.0,3888.0,92.0,0.0,258.0,0.0,0.0,74.0,347.0,New York City,New York-Newark-Jersey City +36103124300,"Census Tract 1243, Suffolk County, New York",6300,4783.0,70923.0,341800.0,1303.0,4675.0,92.0,0.0,416.0,0.0,22.0,68.0,1027.0,New York City,New York-Newark-Jersey City +36103134704,"Census Tract 1347.04, Suffolk County, New York",2578,1899.0,103125.0,479700.0,820.0,2345.0,6.0,0.0,111.0,0.0,1.0,11.0,104.0,New York City,New York-Newark-Jersey City +36103134903,"Census Tract 1349.03, Suffolk County, New York",1287,852.0,136927.0,516200.0,424.0,1024.0,16.0,0.0,0.0,0.0,0.0,4.0,243.0,New York City,New York-Newark-Jersey City +36103110402,"Census Tract 1104.02, Suffolk County, New York",3165,2244.0,116250.0,545300.0,1250.0,3031.0,33.0,0.0,21.0,0.0,0.0,0.0,80.0,New York City,New York-Newark-Jersey City +36103201100,"Census Tract 2011, Suffolk County, New York",6185,3951.0,69294.0,267600.0,712.0,1543.0,636.0,155.0,221.0,0.0,3.0,140.0,3642.0,New York City,New York-Newark-Jersey City +36103145807,"Census Tract 1458.07, Suffolk County, New York",4506,3075.0,104688.0,341300.0,952.0,3661.0,120.0,0.0,179.0,0.0,28.0,26.0,492.0,New York City,New York-Newark-Jersey City +36103135101,"Census Tract 1351.01, Suffolk County, New York",3902,2818.0,126477.0,484600.0,1213.0,3094.0,145.0,0.0,273.0,0.0,10.0,30.0,350.0,New York City,New York-Newark-Jersey City +36103147601,"Census Tract 1476.01, Suffolk County, New York",2288,1569.0,109000.0,491300.0,722.0,1994.0,38.0,0.0,44.0,0.0,0.0,48.0,164.0,New York City,New York-Newark-Jersey City +36103146606,"Census Tract 1466.06, Suffolk County, New York",6937,4539.0,98750.0,394900.0,1355.0,6374.0,0.0,0.0,0.0,0.0,0.0,0.0,563.0,New York City,New York-Newark-Jersey City +36103158001,"Census Tract 1580.01, Suffolk County, New York",4309,3092.0,161875.0,664200.0,2181.0,3643.0,26.0,0.0,327.0,0.0,47.0,96.0,170.0,New York City,New York-Newark-Jersey City +36103158319,"Census Tract 1583.19, Suffolk County, New York",3631,2497.0,100885.0,334100.0,899.0,2247.0,220.0,0.0,419.0,39.0,0.0,14.0,692.0,New York City,New York-Newark-Jersey City +36103158202,"Census Tract 1582.02, Suffolk County, New York",7306,5262.0,92174.0,355800.0,1958.0,5521.0,210.0,23.0,334.0,0.0,0.0,177.0,1041.0,New York City,New York-Newark-Jersey City +36103158407,"Census Tract 1584.07, Suffolk County, New York",5396,3602.0,89180.0,280100.0,1300.0,4578.0,0.0,0.0,31.0,0.0,303.0,45.0,439.0,New York City,New York-Newark-Jersey City +36103158900,"Census Tract 1589, Suffolk County, New York",7603,5262.0,72511.0,295100.0,1380.0,4230.0,386.0,55.0,247.0,0.0,25.0,168.0,2492.0,New York City,New York-Newark-Jersey City +36103201004,"Census Tract 2010.04, Suffolk County, New York",3662,3076.0,87717.0,871300.0,1162.0,3165.0,39.0,18.0,30.0,0.0,0.0,20.0,390.0,New York City,New York-Newark-Jersey City +36103145603,"Census Tract 1456.03, Suffolk County, New York",6777,4316.0,56929.0,274500.0,463.0,876.0,916.0,0.0,179.0,0.0,40.0,91.0,4675.0,New York City,New York-Newark-Jersey City +36103145605,"Census Tract 1456.05, Suffolk County, New York",3844,2365.0,82750.0,273700.0,393.0,792.0,549.0,0.0,80.0,0.0,21.0,44.0,2358.0,New York City,New York-Newark-Jersey City +36103145901,"Census Tract 1459.01, Suffolk County, New York",3298,2278.0,78603.0,285700.0,497.0,1363.0,573.0,0.0,80.0,0.0,64.0,85.0,1133.0,New York City,New York-Newark-Jersey City +36103146605,"Census Tract 1466.05, Suffolk County, New York",950,666.0,102938.0,348200.0,146.0,782.0,38.0,0.0,9.0,13.0,0.0,12.0,96.0,New York City,New York-Newark-Jersey City +36103146614,"Census Tract 1466.14, Suffolk County, New York",5002,3679.0,105679.0,403300.0,1648.0,4543.0,77.0,0.0,81.0,0.0,0.0,82.0,219.0,New York City,New York-Newark-Jersey City +36103110502,"Census Tract 1105.02, Suffolk County, New York",2770,1856.0,119479.0,581600.0,979.0,2655.0,48.0,0.0,43.0,0.0,0.0,19.0,5.0,New York City,New York-Newark-Jersey City +36103110803,"Census Tract 1108.03, Suffolk County, New York",6423,4323.0,125953.0,643800.0,2208.0,5820.0,47.0,0.0,46.0,0.0,0.0,30.0,480.0,New York City,New York-Newark-Jersey City +36103111001,"Census Tract 1110.01, Suffolk County, New York",2002,1596.0,90179.0,474700.0,903.0,1599.0,80.0,7.0,81.0,0.0,0.0,10.0,232.0,New York City,New York-Newark-Jersey City +36103111601,"Census Tract 1116.01, Suffolk County, New York",4168,2962.0,109076.0,435300.0,1424.0,3599.0,105.0,0.0,24.0,0.0,1.0,54.0,385.0,New York City,New York-Newark-Jersey City +36103111506,"Census Tract 1115.06, Suffolk County, New York",3464,2382.0,96771.0,598500.0,1139.0,2009.0,511.0,0.0,312.0,0.0,0.0,152.0,480.0,New York City,New York-Newark-Jersey City +36103112104,"Census Tract 1121.04, Suffolk County, New York",2454,1630.0,131793.0,699600.0,903.0,1601.0,104.0,23.0,322.0,0.0,213.0,31.0,160.0,New York City,New York-Newark-Jersey City +36103122707,"Census Tract 1227.07, Suffolk County, New York",3014,2106.0,95040.0,357800.0,557.0,2421.0,0.0,0.0,152.0,0.0,0.0,23.0,418.0,New York City,New York-Newark-Jersey City +36103135002,"Census Tract 1350.02, Suffolk County, New York",5345,3569.0,104956.0,425600.0,1746.0,4584.0,27.0,0.0,366.0,0.0,0.0,56.0,312.0,New York City,New York-Newark-Jersey City +36103111202,"Census Tract 1112.02, Suffolk County, New York",4889,3319.0,94318.0,357200.0,1113.0,3170.0,308.0,0.0,148.0,0.0,35.0,75.0,1153.0,New York City,New York-Newark-Jersey City +36103112204,"Census Tract 1122.04, Suffolk County, New York",4090,2829.0,127244.0,471500.0,1467.0,3351.0,63.0,0.0,162.0,41.0,6.0,133.0,334.0,New York City,New York-Newark-Jersey City +36103146402,"Census Tract 1464.02, Suffolk County, New York",3720,2604.0,80000.0,353900.0,710.0,3199.0,138.0,0.0,104.0,0.0,0.0,33.0,246.0,New York City,New York-Newark-Jersey City +36103158321,"Census Tract 1583.21, Suffolk County, New York",10304,7083.0,83040.0,334700.0,2812.0,6120.0,870.0,103.0,1619.0,0.0,20.0,141.0,1534.0,New York City,New York-Newark-Jersey City +36103190704,"Census Tract 1907.04, Suffolk County, New York",3052,2378.0,88778.0,1547700.0,1207.0,2136.0,220.0,12.0,37.0,0.0,0.0,34.0,613.0,New York City,New York-Newark-Jersey City +36103169704,"Census Tract 1697.04, Suffolk County, New York",7160,6283.0,46182.0,260400.0,1077.0,5327.0,692.0,0.0,158.0,0.0,0.0,55.0,928.0,New York City,New York-Newark-Jersey City +36103158323,"Census Tract 1583.23, Suffolk County, New York",6513,4022.0,113594.0,414200.0,1650.0,5535.0,1.0,0.0,337.0,0.0,0.0,19.0,621.0,New York City,New York-Newark-Jersey City +36103169703,"Census Tract 1697.03, Suffolk County, New York",1637,1295.0,98750.0,397700.0,473.0,1385.0,19.0,0.0,57.0,0.0,0.0,38.0,138.0,New York City,New York-Newark-Jersey City +36103158410,"Census Tract 1584.10, Suffolk County, New York",3177,2816.0,40250.0,223500.0,521.0,3102.0,58.0,0.0,0.0,0.0,0.0,0.0,17.0,New York City,New York-Newark-Jersey City +36103159412,"Census Tract 1594.12, Suffolk County, New York",7993,5629.0,77500.0,362700.0,1699.0,6773.0,295.0,0.0,70.0,0.0,37.0,164.0,654.0,New York City,New York-Newark-Jersey City +36103158409,"Census Tract 1584.09, Suffolk County, New York",3977,3037.0,56641.0,278800.0,707.0,3016.0,234.0,0.0,471.0,0.0,0.0,0.0,256.0,New York City,New York-Newark-Jersey City +36103112001,"Census Tract 1120.01, Suffolk County, New York",5245,3740.0,106625.0,385900.0,1510.0,3792.0,88.0,0.0,431.0,0.0,0.0,37.0,897.0,New York City,New York-Newark-Jersey City +36103112211,"Census Tract 1122.11, Suffolk County, New York",4596,3269.0,158625.0,620300.0,1828.0,3576.0,97.0,0.0,526.0,0.0,0.0,50.0,347.0,New York City,New York-Newark-Jersey City +36103111701,"Census Tract 1117.01, Suffolk County, New York",5681,3969.0,66741.0,428100.0,1420.0,5147.0,29.0,0.0,29.0,0.0,0.0,28.0,448.0,New York City,New York-Newark-Jersey City +36103111803,"Census Tract 1118.03, Suffolk County, New York",2933,1872.0,157240.0,534300.0,1029.0,2414.0,80.0,0.0,86.0,0.0,0.0,37.0,316.0,New York City,New York-Newark-Jersey City +36103112213,"Census Tract 1122.13, Suffolk County, New York",5512,3802.0,155324.0,625400.0,2226.0,3321.0,429.0,0.0,1163.0,22.0,24.0,82.0,471.0,New York City,New York-Newark-Jersey City +36103159204,"Census Tract 1592.04, Suffolk County, New York",4134,2990.0,74697.0,380900.0,946.0,3163.0,290.0,0.0,4.0,0.0,0.0,7.0,670.0,New York City,New York-Newark-Jersey City +36103159406,"Census Tract 1594.06, Suffolk County, New York",4931,3466.0,85089.0,374900.0,807.0,3661.0,247.0,0.0,39.0,0.0,6.0,88.0,890.0,New York City,New York-Newark-Jersey City +36103159505,"Census Tract 1595.05, Suffolk County, New York",8688,6004.0,88207.0,259500.0,1291.0,6302.0,795.0,0.0,0.0,0.0,0.0,0.0,1591.0,New York City,New York-Newark-Jersey City +36103147901,"Census Tract 1479.01, Suffolk County, New York",4225,3109.0,72500.0,375500.0,1110.0,3552.0,129.0,8.0,79.0,0.0,41.0,26.0,398.0,New York City,New York-Newark-Jersey City +36103158103,"Census Tract 1581.03, Suffolk County, New York",4448,2812.0,75823.0,308900.0,815.0,3018.0,74.0,0.0,131.0,0.0,10.0,77.0,1138.0,New York City,New York-Newark-Jersey City +36103158403,"Census Tract 1584.03, Suffolk County, New York",2072,1381.0,84875.0,242700.0,489.0,1442.0,376.0,0.0,56.0,0.0,26.0,17.0,155.0,New York City,New York-Newark-Jersey City +36103158203,"Census Tract 1582.03, Suffolk County, New York",1496,1016.0,142500.0,497500.0,682.0,1293.0,37.0,0.0,84.0,0.0,0.0,0.0,82.0,New York City,New York-Newark-Jersey City +36103158309,"Census Tract 1583.09, Suffolk County, New York",4956,3456.0,91277.0,323800.0,1088.0,2866.0,600.0,0.0,217.0,0.0,86.0,158.0,1029.0,New York City,New York-Newark-Jersey City +36103158402,"Census Tract 1584.02, Suffolk County, New York",4500,3052.0,127478.0,435900.0,1618.0,3822.0,36.0,0.0,40.0,0.0,0.0,38.0,564.0,New York City,New York-Newark-Jersey City +36103158509,"Census Tract 1585.09, Suffolk County, New York",4966,3511.0,75842.0,274600.0,674.0,3452.0,229.0,0.0,358.0,0.0,0.0,0.0,927.0,New York City,New York-Newark-Jersey City +36103158605,"Census Tract 1586.05, Suffolk County, New York",5022,3684.0,113929.0,355900.0,1280.0,3824.0,201.0,0.0,270.0,0.0,0.0,261.0,466.0,New York City,New York-Newark-Jersey City +36103158704,"Census Tract 1587.04, Suffolk County, New York",8937,6359.0,67547.0,245000.0,1958.0,4871.0,1158.0,0.0,74.0,0.0,18.0,123.0,2693.0,New York City,New York-Newark-Jersey City +36103158710,"Census Tract 1587.10, Suffolk County, New York",3687,2511.0,90250.0,325500.0,602.0,2636.0,511.0,46.0,84.0,0.0,51.0,64.0,295.0,New York City,New York-Newark-Jersey City +36103159105,"Census Tract 1591.05, Suffolk County, New York",7225,4923.0,69196.0,326400.0,1219.0,4893.0,218.0,0.0,262.0,0.0,0.0,160.0,1692.0,New York City,New York-Newark-Jersey City +36103159404,"Census Tract 1594.04, Suffolk County, New York",6674,4188.0,56071.0,221600.0,881.0,4138.0,929.0,17.0,239.0,0.0,12.0,172.0,1167.0,New York City,New York-Newark-Jersey City +36103159408,"Census Tract 1594.08, Suffolk County, New York",4264,2644.0,86833.0,245600.0,436.0,2895.0,199.0,141.0,137.0,0.0,4.0,77.0,883.0,New York City,New York-Newark-Jersey City +36103201003,"Census Tract 2010.03, Suffolk County, New York",3282,2519.0,92663.0,815300.0,876.0,2404.0,113.0,0.0,12.0,0.0,0.0,18.0,735.0,New York City,New York-Newark-Jersey City +36103170201,"Census Tract 1702.01, Suffolk County, New York",6474,4921.0,82222.0,524400.0,1916.0,6029.0,7.0,0.0,55.0,0.0,0.0,16.0,367.0,New York City,New York-Newark-Jersey City +36103159506,"Census Tract 1595.06, Suffolk County, New York",9195,5644.0,63009.0,217500.0,860.0,4688.0,1309.0,0.0,230.0,0.0,0.0,76.0,2892.0,New York City,New York-Newark-Jersey City +36103169701,"Census Tract 1697.01, Suffolk County, New York",8367,6042.0,116709.0,398900.0,2770.0,7703.0,50.0,6.0,62.0,0.0,3.0,49.0,500.0,New York City,New York-Newark-Jersey City +36103190502,"Census Tract 1905.02, Suffolk County, New York",2527,1839.0,84038.0,612300.0,849.0,1920.0,29.0,32.0,28.0,0.0,0.0,52.0,466.0,New York City,New York-Newark-Jersey City +36103147702,"Census Tract 1477.02, Suffolk County, New York",4824,3393.0,95938.0,367900.0,1234.0,4449.0,11.0,17.0,47.0,0.0,11.0,67.0,222.0,New York City,New York-Newark-Jersey City +36103158115,"Census Tract 1581.15, Suffolk County, New York",7101,4790.0,89107.0,344100.0,1508.0,5797.0,259.0,0.0,481.0,0.0,23.0,51.0,490.0,New York City,New York-Newark-Jersey City +36103158207,"Census Tract 1582.07, Suffolk County, New York",4554,3331.0,119167.0,575000.0,2148.0,3926.0,26.0,0.0,349.0,0.0,0.0,116.0,137.0,New York City,New York-Newark-Jersey City +36103158304,"Census Tract 1583.04, Suffolk County, New York",7146,4594.0,127908.0,440700.0,2247.0,5958.0,25.0,0.0,55.0,0.0,0.0,120.0,988.0,New York City,New York-Newark-Jersey City +36103158502,"Census Tract 1585.02, Suffolk County, New York",3513,2661.0,35703.0,324300.0,632.0,2987.0,35.0,0.0,35.0,0.0,0.0,38.0,418.0,New York City,New York-Newark-Jersey City +36103158608,"Census Tract 1586.08, Suffolk County, New York",3957,2672.0,92560.0,316700.0,583.0,2487.0,270.0,4.0,504.0,0.0,0.0,115.0,577.0,New York City,New York-Newark-Jersey City +36103158802,"Census Tract 1588.02, Suffolk County, New York",4742,3257.0,117313.0,401800.0,1435.0,4269.0,6.0,0.0,29.0,0.0,0.0,9.0,429.0,New York City,New York-Newark-Jersey City +36103159103,"Census Tract 1591.03, Suffolk County, New York",6138,3359.0,50424.0,224300.0,467.0,1337.0,1930.0,0.0,106.0,0.0,10.0,153.0,2602.0,New York City,New York-Newark-Jersey City +36103159106,"Census Tract 1591.06, Suffolk County, New York",7026,4735.0,92381.0,324900.0,1046.0,4201.0,820.0,8.0,355.0,0.0,15.0,86.0,1541.0,New York City,New York-Newark-Jersey City +36103159300,"Census Tract 1593, Suffolk County, New York",2050,1621.0,103438.0,459600.0,894.0,1866.0,19.0,23.0,61.0,0.0,0.0,29.0,52.0,New York City,New York-Newark-Jersey City +36103159601,"Census Tract 1596.01, Suffolk County, New York",6365,4416.0,99622.0,375200.0,1654.0,6029.0,12.0,0.0,95.0,0.0,12.0,0.0,217.0,New York City,New York-Newark-Jersey City +36103169800,"Census Tract 1698, Suffolk County, New York",6055,4037.0,58401.0,273000.0,447.0,3053.0,995.0,285.0,14.0,0.0,23.0,67.0,1903.0,New York City,New York-Newark-Jersey City +36103170101,"Census Tract 1701.01, Suffolk County, New York",2057,1602.0,56799.0,510000.0,477.0,1260.0,302.0,0.0,14.0,0.0,0.0,46.0,435.0,New York City,New York-Newark-Jersey City +36103190401,"Census Tract 1904.01, Suffolk County, New York",9632,6678.0,65052.0,280500.0,854.0,3617.0,1809.0,0.0,118.0,0.0,1.0,132.0,3955.0,New York City,New York-Newark-Jersey City +36103190707,"Census Tract 1907.07, Suffolk County, New York",5160,3850.0,113403.0,792500.0,2394.0,4187.0,96.0,0.0,350.0,0.0,0.0,21.0,506.0,New York City,New York-Newark-Jersey City +36103110401,"Census Tract 1104.01, Suffolk County, New York",2382,1738.0,175875.0,731800.0,1221.0,2153.0,9.0,0.0,24.0,0.0,0.0,15.0,181.0,New York City,New York-Newark-Jersey City +36103110600,"Census Tract 1106, Suffolk County, New York",7405,5508.0,108850.0,562600.0,3391.0,6850.0,105.0,0.0,91.0,0.0,0.0,58.0,301.0,New York City,New York-Newark-Jersey City +36103111100,"Census Tract 1111, Suffolk County, New York",8165,5071.0,65689.0,293500.0,1297.0,2579.0,684.0,47.0,230.0,0.0,263.0,68.0,4341.0,New York City,New York-Newark-Jersey City +36103111503,"Census Tract 1115.03, Suffolk County, New York",4341,2810.0,72542.0,480000.0,1239.0,2930.0,1004.0,0.0,104.0,0.0,0.0,66.0,237.0,New York City,New York-Newark-Jersey City +36103135301,"Census Tract 1353.01, Suffolk County, New York",3990,2753.0,119505.0,493100.0,1241.0,3460.0,100.0,0.0,262.0,0.0,0.0,31.0,137.0,New York City,New York-Newark-Jersey City +36103135304,"Census Tract 1353.04, Suffolk County, New York",3230,2384.0,120000.0,443000.0,1128.0,2928.0,53.0,0.0,49.0,0.0,58.0,31.0,111.0,New York City,New York-Newark-Jersey City +36103145602,"Census Tract 1456.02, Suffolk County, New York",6648,3916.0,74464.0,287100.0,532.0,999.0,663.0,0.0,118.0,0.0,61.0,13.0,4794.0,New York City,New York-Newark-Jersey City +36103146201,"Census Tract 1462.01, Suffolk County, New York",5272,3206.0,61350.0,290000.0,246.0,908.0,533.0,0.0,0.0,0.0,130.0,11.0,3690.0,New York City,New York-Newark-Jersey City +36103135402,"Census Tract 1354.02, Suffolk County, New York",6800,4600.0,123279.0,456700.0,2571.0,6118.0,21.0,0.0,389.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City +36103146002,"Census Tract 1460.02, Suffolk County, New York",5674,3399.0,72658.0,281000.0,546.0,398.0,892.0,0.0,374.0,0.0,0.0,21.0,3989.0,New York City,New York-Newark-Jersey City +36103146607,"Census Tract 1466.07, Suffolk County, New York",2345,1685.0,52917.0,323300.0,417.0,1884.0,72.0,0.0,110.0,0.0,0.0,20.0,259.0,New York City,New York-Newark-Jersey City +36103158712,"Census Tract 1587.12, Suffolk County, New York",7988,5185.0,89464.0,251400.0,1038.0,4699.0,594.0,13.0,121.0,0.0,0.0,13.0,2561.0,New York City,New York-Newark-Jersey City +36103159407,"Census Tract 1594.07, Suffolk County, New York",6984,4604.0,89570.0,267900.0,797.0,5076.0,403.0,0.0,127.0,0.0,0.0,229.0,1149.0,New York City,New York-Newark-Jersey City +36103134907,"Census Tract 1349.07, Suffolk County, New York",4286,3253.0,113253.0,426400.0,1455.0,3903.0,46.0,7.0,93.0,0.0,0.0,0.0,244.0,New York City,New York-Newark-Jersey City +36103135201,"Census Tract 1352.01, Suffolk County, New York",2165,1574.0,133083.0,441000.0,791.0,1988.0,2.0,0.0,114.0,0.0,0.0,22.0,39.0,New York City,New York-Newark-Jersey City +36103135204,"Census Tract 1352.04, Suffolk County, New York",4911,3479.0,138023.0,539800.0,1530.0,4495.0,0.0,0.0,181.0,0.0,0.0,11.0,224.0,New York City,New York-Newark-Jersey City +36103135205,"Census Tract 1352.05, Suffolk County, New York",5081,3625.0,115349.0,453500.0,1795.0,4488.0,15.0,0.0,305.0,0.0,0.0,53.0,220.0,New York City,New York-Newark-Jersey City +36103146500,"Census Tract 1465, Suffolk County, New York",5611,3661.0,108438.0,351300.0,943.0,4462.0,101.0,0.0,199.0,0.0,0.0,81.0,768.0,New York City,New York-Newark-Jersey City +36103146705,"Census Tract 1467.05, Suffolk County, New York",3254,2276.0,98571.0,395800.0,626.0,2874.0,87.0,0.0,0.0,0.0,0.0,0.0,293.0,New York City,New York-Newark-Jersey City +36103146706,"Census Tract 1467.06, Suffolk County, New York",2594,1795.0,106563.0,358900.0,579.0,2236.0,71.0,0.0,81.0,0.0,0.0,64.0,142.0,New York City,New York-Newark-Jersey City +36103147803,"Census Tract 1478.03, Suffolk County, New York",3049,2251.0,80903.0,394100.0,895.0,2851.0,20.0,0.0,16.0,0.0,0.0,63.0,99.0,New York City,New York-Newark-Jersey City +36103158007,"Census Tract 1580.07, Suffolk County, New York",9059,914.0,155179.0,578100.0,467.0,2899.0,756.0,12.0,4033.0,0.0,42.0,467.0,850.0,New York City,New York-Newark-Jersey City +36103158111,"Census Tract 1581.11, Suffolk County, New York",3256,2178.0,100625.0,296500.0,489.0,2428.0,200.0,0.0,140.0,0.0,0.0,22.0,466.0,New York City,New York-Newark-Jersey City +36103158112,"Census Tract 1581.12, Suffolk County, New York",4307,2792.0,89961.0,318000.0,574.0,2987.0,232.0,25.0,171.0,0.0,0.0,7.0,905.0,New York City,New York-Newark-Jersey City +36103158116,"Census Tract 1581.16, Suffolk County, New York",2040,1392.0,83750.0,315500.0,285.0,1304.0,190.0,0.0,110.0,0.0,0.0,0.0,436.0,New York City,New York-Newark-Jersey City +36103158317,"Census Tract 1583.17, Suffolk County, New York",6285,4609.0,95160.0,310200.0,2050.0,5588.0,0.0,239.0,26.0,0.0,0.0,4.0,428.0,New York City,New York-Newark-Jersey City +36103158318,"Census Tract 1583.18, Suffolk County, New York",4078,2829.0,95458.0,306800.0,1166.0,3677.0,2.0,0.0,12.0,0.0,0.0,37.0,350.0,New York City,New York-Newark-Jersey City +36103158401,"Census Tract 1584.01, Suffolk County, New York",1194,825.0,101458.0,384200.0,294.0,1081.0,16.0,21.0,7.0,0.0,0.0,14.0,55.0,New York City,New York-Newark-Jersey City +36103158508,"Census Tract 1585.08, Suffolk County, New York",6231,4165.0,119708.0,344200.0,1298.0,4539.0,251.0,0.0,281.0,0.0,101.0,41.0,1018.0,New York City,New York-Newark-Jersey City +36103158511,"Census Tract 1585.11, Suffolk County, New York",6434,4616.0,104559.0,343800.0,1253.0,4657.0,96.0,0.0,212.0,0.0,0.0,37.0,1432.0,New York City,New York-Newark-Jersey City +36103158512,"Census Tract 1585.12, Suffolk County, New York",3708,2518.0,114265.0,365800.0,957.0,3441.0,2.0,0.0,101.0,0.0,0.0,17.0,147.0,New York City,New York-Newark-Jersey City +36103158604,"Census Tract 1586.04, Suffolk County, New York",4795,3418.0,97188.0,341900.0,1021.0,3981.0,84.0,0.0,54.0,0.0,8.0,110.0,558.0,New York City,New York-Newark-Jersey City +36103111802,"Census Tract 1118.02, Suffolk County, New York",2852,1943.0,118958.0,534800.0,941.0,2573.0,1.0,0.0,103.0,0.0,0.0,8.0,167.0,New York City,New York-Newark-Jersey City +36103111201,"Census Tract 1112.01, Suffolk County, New York",4013,2771.0,72969.0,330500.0,689.0,1730.0,181.0,0.0,32.0,0.0,0.0,34.0,2036.0,New York City,New York-Newark-Jersey City +36103111804,"Census Tract 1118.04, Suffolk County, New York",2539,1692.0,132692.0,479600.0,764.0,2328.0,37.0,0.0,80.0,0.0,0.0,0.0,94.0,New York City,New York-Newark-Jersey City +36103122705,"Census Tract 1227.05, Suffolk County, New York",3040,2079.0,87167.0,359300.0,561.0,1701.0,450.0,0.0,210.0,0.0,0.0,173.0,506.0,New York City,New York-Newark-Jersey City +36103122901,"Census Tract 1229.01, Suffolk County, New York",6329,4476.0,87308.0,347300.0,964.0,4555.0,25.0,39.0,302.0,0.0,0.0,187.0,1260.0,New York City,New York-Newark-Jersey City +36103123102,"Census Tract 1231.02, Suffolk County, New York",3996,2742.0,104453.0,337100.0,520.0,3055.0,260.0,9.0,72.0,0.0,0.0,16.0,584.0,New York City,New York-Newark-Jersey City +36103123900,"Census Tract 1239, Suffolk County, New York",5668,3865.0,79688.0,338800.0,909.0,4172.0,136.0,0.0,90.0,0.0,0.0,190.0,1080.0,New York City,New York-Newark-Jersey City +36103124001,"Census Tract 1240.01, Suffolk County, New York",4862,3463.0,91319.0,342800.0,911.0,3680.0,162.0,10.0,92.0,0.0,0.0,33.0,895.0,New York City,New York-Newark-Jersey City +36103124601,"Census Tract 1246.01, Suffolk County, New York",2665,1918.0,126667.0,408900.0,889.0,2306.0,6.0,0.0,54.0,0.0,0.0,47.0,252.0,New York City,New York-Newark-Jersey City +36103134703,"Census Tract 1347.03, Suffolk County, New York",3732,2596.0,157933.0,713000.0,1437.0,3563.0,2.0,0.0,80.0,0.0,0.0,9.0,78.0,New York City,New York-Newark-Jersey City +36103134904,"Census Tract 1349.04, Suffolk County, New York",6281,4319.0,121838.0,487800.0,2530.0,5453.0,76.0,0.0,510.0,0.0,3.0,15.0,224.0,New York City,New York-Newark-Jersey City +36103135003,"Census Tract 1350.03, Suffolk County, New York",4695,3262.0,115430.0,474000.0,1480.0,4375.0,0.0,0.0,62.0,0.0,0.0,59.0,199.0,New York City,New York-Newark-Jersey City +36103135103,"Census Tract 1351.03, Suffolk County, New York",5047,3544.0,155362.0,530300.0,2050.0,4330.0,169.0,0.0,122.0,0.0,107.0,178.0,141.0,New York City,New York-Newark-Jersey City +36103145703,"Census Tract 1457.03, Suffolk County, New York",4575,3031.0,53100.0,275900.0,277.0,1225.0,715.0,8.0,213.0,0.0,0.0,98.0,2324.0,New York City,New York-Newark-Jersey City +36103145902,"Census Tract 1459.02, Suffolk County, New York",11268,5998.0,84386.0,285900.0,586.0,915.0,1933.0,175.0,36.0,0.0,382.0,491.0,7336.0,New York City,New York-Newark-Jersey City +36103146205,"Census Tract 1462.05, Suffolk County, New York",2307,1506.0,102708.0,353400.0,496.0,2012.0,87.0,0.0,0.0,0.0,8.0,8.0,192.0,New York City,New York-Newark-Jersey City +36103146206,"Census Tract 1462.06, Suffolk County, New York",2468,1629.0,99750.0,362100.0,568.0,1399.0,191.0,1.0,106.0,0.0,45.0,62.0,664.0,New York City,New York-Newark-Jersey City +36103146800,"Census Tract 1468, Suffolk County, New York",5757,3858.0,105000.0,393400.0,1328.0,5304.0,0.0,0.0,48.0,0.0,0.0,35.0,370.0,New York City,New York-Newark-Jersey City +36103147401,"Census Tract 1474.01, Suffolk County, New York",5849,4404.0,85203.0,342600.0,1292.0,4440.0,267.0,0.0,39.0,0.0,0.0,41.0,1062.0,New York City,New York-Newark-Jersey City +36103147501,"Census Tract 1475.01, Suffolk County, New York",7073,4514.0,115727.0,376300.0,1886.0,6002.0,81.0,0.0,167.0,0.0,0.0,0.0,823.0,New York City,New York-Newark-Jersey City +36103147902,"Census Tract 1479.02, Suffolk County, New York",3956,2781.0,137841.0,480400.0,1485.0,3562.0,2.0,37.0,66.0,0.0,0.0,133.0,156.0,New York City,New York-Newark-Jersey City +36103158006,"Census Tract 1580.06, Suffolk County, New York",6405,4736.0,113542.0,409700.0,2758.0,5145.0,80.0,0.0,964.0,24.0,0.0,91.0,101.0,New York City,New York-Newark-Jersey City +36103158009,"Census Tract 1580.09, Suffolk County, New York",2638,1722.0,134750.0,435600.0,1245.0,2257.0,34.0,0.0,249.0,0.0,0.0,5.0,93.0,New York City,New York-Newark-Jersey City +36103158107,"Census Tract 1581.07, Suffolk County, New York",4207,3069.0,101736.0,401900.0,1272.0,3255.0,50.0,0.0,370.0,0.0,18.0,150.0,364.0,New York City,New York-Newark-Jersey City +36103158110,"Census Tract 1581.10, Suffolk County, New York",3512,2330.0,104184.0,308000.0,648.0,2774.0,6.0,0.0,80.0,0.0,0.0,28.0,624.0,New York City,New York-Newark-Jersey City +36103158306,"Census Tract 1583.06, Suffolk County, New York",6115,4348.0,105633.0,419700.0,1804.0,5112.0,48.0,58.0,192.0,0.0,0.0,35.0,670.0,New York City,New York-Newark-Jersey City +36103180300,"Census Tract 1803, Suffolk County, New York",2643,1927.0,110530.0,785600.0,1155.0,2459.0,0.0,0.0,16.0,0.0,50.0,0.0,118.0,New York City,New York-Newark-Jersey City +36103159410,"Census Tract 1594.10, Suffolk County, New York",8141,4894.0,115701.0,448700.0,2034.0,6429.0,271.0,0.0,127.0,0.0,51.0,93.0,1170.0,New York City,New York-Newark-Jersey City +36103159602,"Census Tract 1596.02, Suffolk County, New York",4036,2657.0,101922.0,419100.0,982.0,3965.0,13.0,0.0,0.0,0.0,0.0,0.0,58.0,New York City,New York-Newark-Jersey City +36103170002,"Census Tract 1700.02, Suffolk County, New York",3992,3078.0,91761.0,537400.0,1346.0,3713.0,36.0,0.0,50.0,0.0,3.0,0.0,190.0,New York City,New York-Newark-Jersey City +36103190403,"Census Tract 1904.03, Suffolk County, New York",3779,2698.0,71439.0,459100.0,845.0,2632.0,18.0,0.0,0.0,0.0,0.0,55.0,1074.0,New York City,New York-Newark-Jersey City +36103190708,"Census Tract 1907.08, Suffolk County, New York",2038,1600.0,112344.0,1141000.0,892.0,1757.0,1.0,0.0,55.0,0.0,0.0,22.0,203.0,New York City,New York-Newark-Jersey City +36103111505,"Census Tract 1115.05, Suffolk County, New York",6739,4503.0,87250.0,390900.0,1706.0,3614.0,1199.0,34.0,345.0,0.0,100.0,264.0,1183.0,New York City,New York-Newark-Jersey City +36103145701,"Census Tract 1457.01, Suffolk County, New York",5004,3415.0,99491.0,456600.0,1536.0,3310.0,532.0,15.0,418.0,0.0,48.0,77.0,604.0,New York City,New York-Newark-Jersey City +36103111504,"Census Tract 1115.04, Suffolk County, New York",1525,942.0,114861.0,594100.0,513.0,1186.0,41.0,0.0,212.0,0.0,0.0,16.0,70.0,New York City,New York-Newark-Jersey City +36103111300,"Census Tract 1113, Suffolk County, New York",4380,3040.0,143641.0,645300.0,1998.0,4154.0,22.0,0.0,10.0,0.0,0.0,25.0,169.0,New York City,New York-Newark-Jersey City +36103110300,"Census Tract 1103, Suffolk County, New York",4989,3781.0,125972.0,629700.0,2217.0,4332.0,74.0,9.0,101.0,0.0,10.0,23.0,440.0,New York City,New York-Newark-Jersey City +36103111002,"Census Tract 1110.02, Suffolk County, New York",5554,3441.0,60319.0,322500.0,921.0,1836.0,374.0,0.0,142.0,0.0,231.0,75.0,2896.0,New York City,New York-Newark-Jersey City +36103122300,"Census Tract 1223, Suffolk County, New York",4117,2484.0,105865.0,400900.0,868.0,2651.0,113.0,8.0,486.0,0.0,8.0,145.0,714.0,New York City,New York-Newark-Jersey City +36103123402,"Census Tract 1234.02, Suffolk County, New York",6177,4277.0,63750.0,334400.0,769.0,4578.0,435.0,0.0,71.0,0.0,21.0,25.0,1047.0,New York City,New York-Newark-Jersey City +36103123801,"Census Tract 1238.01, Suffolk County, New York",3927,3136.0,75265.0,332800.0,929.0,3034.0,152.0,0.0,36.0,0.0,46.0,7.0,652.0,New York City,New York-Newark-Jersey City +36103124002,"Census Tract 1240.02, Suffolk County, New York",3463,2355.0,109293.0,359400.0,576.0,2421.0,340.0,10.0,0.0,0.0,0.0,41.0,651.0,New York City,New York-Newark-Jersey City +36103135005,"Census Tract 1350.05, Suffolk County, New York",3496,2668.0,66597.0,409700.0,989.0,3149.0,6.0,0.0,47.0,0.0,6.0,0.0,288.0,New York City,New York-Newark-Jersey City +36103135401,"Census Tract 1354.01, Suffolk County, New York",6874,4669.0,117151.0,459600.0,1948.0,6165.0,38.0,0.0,238.0,0.0,0.0,126.0,307.0,New York City,New York-Newark-Jersey City +36103135403,"Census Tract 1354.03, Suffolk County, New York",4494,2948.0,117000.0,384400.0,1041.0,3564.0,51.0,0.0,228.0,0.0,0.0,41.0,610.0,New York City,New York-Newark-Jersey City +36103145604,"Census Tract 1456.04, Suffolk County, New York",5122,3369.0,77100.0,280600.0,305.0,719.0,618.0,68.0,10.0,0.0,40.0,25.0,3710.0,New York City,New York-Newark-Jersey City +36103158708,"Census Tract 1587.08, Suffolk County, New York",3945,2829.0,66667.0,206300.0,819.0,2411.0,966.0,0.0,138.0,0.0,0.0,52.0,378.0,New York City,New York-Newark-Jersey City +36103158609,"Census Tract 1586.09, Suffolk County, New York",4721,3233.0,97457.0,318900.0,770.0,3439.0,235.0,10.0,354.0,0.0,7.0,109.0,567.0,New York City,New York-Newark-Jersey City +36103158705,"Census Tract 1587.05, Suffolk County, New York",3573,1961.0,71214.0,255400.0,419.0,861.0,1415.0,0.0,26.0,0.0,0.0,93.0,1178.0,New York City,New York-Newark-Jersey City +36103147001,"Census Tract 1470.01, Suffolk County, New York",4427,2820.0,111250.0,389800.0,1378.0,3775.0,0.0,0.0,66.0,0.0,0.0,44.0,542.0,New York City,New York-Newark-Jersey City +36103147100,"Census Tract 1471, Suffolk County, New York",3096,2202.0,123152.0,503400.0,1293.0,2564.0,66.0,0.0,50.0,0.0,72.0,64.0,280.0,New York City,New York-Newark-Jersey City +36103147300,"Census Tract 1473, Suffolk County, New York",8753,5673.0,80992.0,381400.0,1758.0,3103.0,2368.0,196.0,69.0,0.0,0.0,101.0,3111.0,New York City,New York-Newark-Jersey City +36103147502,"Census Tract 1475.02, Suffolk County, New York",6543,4478.0,128750.0,434100.0,1873.0,6238.0,17.0,0.0,27.0,0.0,33.0,14.0,214.0,New York City,New York-Newark-Jersey City +36103158002,"Census Tract 1580.02, Suffolk County, New York",6064,4120.0,163977.0,561000.0,3257.0,4735.0,15.0,0.0,562.0,0.0,56.0,229.0,467.0,New York City,New York-Newark-Jersey City +36103158104,"Census Tract 1581.04, Suffolk County, New York",5620,3746.0,103137.0,311100.0,742.0,4292.0,292.0,46.0,182.0,0.0,0.0,81.0,727.0,New York City,New York-Newark-Jersey City +36103158114,"Census Tract 1581.14, Suffolk County, New York",3592,2507.0,102865.0,360500.0,847.0,3068.0,18.0,0.0,163.0,0.0,0.0,29.0,314.0,New York City,New York-Newark-Jersey City +36103122404,"Census Tract 1224.04, Suffolk County, New York",3674,2369.0,93819.0,340900.0,561.0,2551.0,139.0,0.0,66.0,0.0,0.0,0.0,918.0,New York City,New York-Newark-Jersey City +36103122602,"Census Tract 1226.02, Suffolk County, New York",4811,3277.0,91786.0,351500.0,841.0,3234.0,160.0,0.0,199.0,0.0,26.0,146.0,1046.0,New York City,New York-Newark-Jersey City +36103122704,"Census Tract 1227.04, Suffolk County, New York",2212,1568.0,103388.0,383500.0,455.0,1107.0,217.0,0.0,326.0,0.0,11.0,24.0,527.0,New York City,New York-Newark-Jersey City +36103123001,"Census Tract 1230.01, Suffolk County, New York",5815,3984.0,84051.0,339100.0,1164.0,3770.0,378.0,0.0,409.0,0.0,132.0,86.0,1040.0,New York City,New York-Newark-Jersey City +36103123302,"Census Tract 1233.02, Suffolk County, New York",1867,1059.0,54417.0,278500.0,195.0,92.0,1000.0,0.0,55.0,0.0,0.0,85.0,635.0,New York City,New York-Newark-Jersey City +36103123701,"Census Tract 1237.01, Suffolk County, New York",7095,4830.0,69109.0,282900.0,619.0,1539.0,996.0,35.0,110.0,0.0,0.0,85.0,4365.0,New York City,New York-Newark-Jersey City +36103158709,"Census Tract 1587.09, Suffolk County, New York",2377,1830.0,100313.0,268400.0,649.0,2115.0,56.0,0.0,37.0,0.0,0.0,19.0,150.0,New York City,New York-Newark-Jersey City +36103158804,"Census Tract 1588.04, Suffolk County, New York",6869,4714.0,83750.0,280300.0,975.0,4779.0,213.0,0.0,86.0,0.0,0.0,40.0,1751.0,New York City,New York-Newark-Jersey City +36103159107,"Census Tract 1591.07, Suffolk County, New York",3576,2505.0,99875.0,350400.0,595.0,3022.0,28.0,0.0,12.0,0.0,0.0,59.0,455.0,New York City,New York-Newark-Jersey City +36103159108,"Census Tract 1591.08, Suffolk County, New York",7212,4728.0,102321.0,321400.0,1377.0,4663.0,348.0,0.0,154.0,0.0,0.0,187.0,1860.0,New York City,New York-Newark-Jersey City +36103122406,"Census Tract 1224.06, Suffolk County, New York",5226,3277.0,68958.0,249900.0,472.0,107.0,3074.0,137.0,15.0,0.0,109.0,77.0,1707.0,New York City,New York-Newark-Jersey City +36103122601,"Census Tract 1226.01, Suffolk County, New York",6095,4095.0,102426.0,340600.0,1425.0,3396.0,877.0,11.0,650.0,0.0,1.0,59.0,1112.0,New York City,New York-Newark-Jersey City +36103122706,"Census Tract 1227.06, Suffolk County, New York",3874,2671.0,108889.0,374900.0,679.0,2676.0,355.0,0.0,451.0,0.0,0.0,68.0,324.0,New York City,New York-Newark-Jersey City +36103112214,"Census Tract 1122.14, Suffolk County, New York",6557,5147.0,97465.0,795400.0,3253.0,4690.0,830.0,0.0,754.0,0.0,29.0,56.0,198.0,New York City,New York-Newark-Jersey City +36103111704,"Census Tract 1117.04, Suffolk County, New York",3322,2337.0,126667.0,494600.0,1072.0,3087.0,0.0,0.0,28.0,0.0,0.0,34.0,173.0,New York City,New York-Newark-Jersey City +36103112002,"Census Tract 1120.02, Suffolk County, New York",4488,3465.0,96438.0,472300.0,1577.0,3807.0,94.0,0.0,244.0,0.0,0.0,20.0,323.0,New York City,New York-Newark-Jersey City +36103112210,"Census Tract 1122.10, Suffolk County, New York",7764,5203.0,138887.0,681300.0,3118.0,5849.0,309.0,0.0,1141.0,0.0,0.0,13.0,452.0,New York City,New York-Newark-Jersey City +36103122502,"Census Tract 1225.02, Suffolk County, New York",4984,3404.0,95417.0,333500.0,871.0,321.0,3199.0,22.0,36.0,0.0,5.0,54.0,1347.0,New York City,New York-Newark-Jersey City +36103122902,"Census Tract 1229.02, Suffolk County, New York",4210,3161.0,76829.0,348500.0,551.0,3508.0,133.0,0.0,31.0,0.0,0.0,71.0,467.0,New York City,New York-Newark-Jersey City +36103122603,"Census Tract 1226.03, Suffolk County, New York",5846,4134.0,99980.0,342300.0,1506.0,4001.0,526.0,0.0,290.0,0.0,0.0,67.0,962.0,New York City,New York-Newark-Jersey City +36103123401,"Census Tract 1234.01, Suffolk County, New York",4611,3239.0,95096.0,345900.0,539.0,2911.0,236.0,0.0,76.0,0.0,0.0,55.0,1333.0,New York City,New York-Newark-Jersey City +36103123500,"Census Tract 1235, Suffolk County, New York",6253,4250.0,78750.0,341000.0,1393.0,3421.0,580.0,6.0,101.0,0.0,0.0,7.0,2138.0,New York City,New York-Newark-Jersey City +36103124500,"Census Tract 1245, Suffolk County, New York",5432,3834.0,128875.0,447900.0,1921.0,4341.0,68.0,28.0,181.0,0.0,9.0,463.0,370.0,New York City,New York-Newark-Jersey City +36103124602,"Census Tract 1246.02, Suffolk County, New York",4080,3116.0,116250.0,517900.0,1700.0,3467.0,13.0,0.0,202.0,0.0,14.0,24.0,360.0,New York City,New York-Newark-Jersey City +36103135104,"Census Tract 1351.04, Suffolk County, New York",5459,3575.0,128389.0,480200.0,1701.0,5101.0,22.0,0.0,28.0,0.0,27.0,44.0,237.0,New York City,New York-Newark-Jersey City +36103158408,"Census Tract 1584.08, Suffolk County, New York",4181,2688.0,93036.0,257000.0,823.0,3760.0,53.0,0.0,16.0,0.0,0.0,8.0,344.0,New York City,New York-Newark-Jersey City +36103159203,"Census Tract 1592.03, Suffolk County, New York",5694,4291.0,101684.0,336300.0,1746.0,5046.0,220.0,0.0,37.0,0.0,0.0,34.0,357.0,New York City,New York-Newark-Jersey City +36103158507,"Census Tract 1585.07, Suffolk County, New York",3854,2435.0,98036.0,331400.0,811.0,2755.0,62.0,0.0,556.0,0.0,0.0,39.0,442.0,New York City,New York-Newark-Jersey City +36103147602,"Census Tract 1476.02, Suffolk County, New York",4986,3744.0,85465.0,404600.0,1101.0,4516.0,89.0,0.0,0.0,0.0,0.0,12.0,369.0,New York City,New York-Newark-Jersey City +36103158108,"Census Tract 1581.08, Suffolk County, New York",2888,1854.0,131429.0,406400.0,910.0,1900.0,41.0,5.0,539.0,0.0,10.0,63.0,330.0,New York City,New York-Newark-Jersey City +36103158505,"Census Tract 1585.05, Suffolk County, New York",4399,3050.0,97857.0,414400.0,1119.0,3569.0,112.0,0.0,245.0,0.0,84.0,25.0,364.0,New York City,New York-Newark-Jersey City +36103158510,"Census Tract 1585.10, Suffolk County, New York",6828,4769.0,87179.0,330400.0,1225.0,5369.0,68.0,0.0,439.0,0.0,213.0,25.0,714.0,New York City,New York-Newark-Jersey City +36103158606,"Census Tract 1586.06, Suffolk County, New York",4877,3370.0,86771.0,330500.0,630.0,4129.0,19.0,0.0,224.0,0.0,4.0,4.0,497.0,New York City,New York-Newark-Jersey City +36103158803,"Census Tract 1588.03, Suffolk County, New York",6967,4891.0,103333.0,397300.0,1575.0,5033.0,183.0,0.0,311.0,0.0,0.0,52.0,1388.0,New York City,New York-Newark-Jersey City +36103159000,"Census Tract 1590, Suffolk County, New York",4822,3432.0,66736.0,305100.0,1149.0,2795.0,230.0,0.0,23.0,0.0,0.0,51.0,1723.0,New York City,New York-Newark-Jersey City +36103159102,"Census Tract 1591.02, Suffolk County, New York",6720,4811.0,52297.0,268300.0,611.0,4671.0,148.0,0.0,270.0,0.0,0.0,22.0,1609.0,New York City,New York-Newark-Jersey City +36103159201,"Census Tract 1592.01, Suffolk County, New York",3157,2293.0,108889.0,319200.0,693.0,2389.0,1.0,0.0,7.0,0.0,0.0,0.0,760.0,New York City,New York-Newark-Jersey City +36103170001,"Census Tract 1700.01, Suffolk County, New York",5821,4359.0,86250.0,553800.0,1778.0,5417.0,14.0,134.0,17.0,0.0,0.0,46.0,327.0,New York City,New York-Newark-Jersey City +36103170202,"Census Tract 1702.02, Suffolk County, New York",3897,3330.0,68910.0,582600.0,1318.0,3324.0,42.0,7.0,3.0,0.0,0.0,79.0,442.0,New York City,New York-Newark-Jersey City +36103190402,"Census Tract 1904.02, Suffolk County, New York",2512,1752.0,81500.0,474800.0,629.0,1873.0,97.0,0.0,30.0,0.0,5.0,6.0,501.0,New York City,New York-Newark-Jersey City +36103190601,"Census Tract 1906.01, Suffolk County, New York",4762,3615.0,92697.0,603900.0,1641.0,4200.0,42.0,17.0,132.0,0.0,0.0,124.0,247.0,New York City,New York-Newark-Jersey City +36103201001,"Census Tract 2010.01, Suffolk County, New York",7205,5367.0,85946.0,674000.0,2497.0,5003.0,79.0,21.0,329.0,0.0,0.0,24.0,1749.0,New York City,New York-Newark-Jersey City +36103158607,"Census Tract 1586.07, Suffolk County, New York",3353,2385.0,90256.0,305600.0,476.0,2520.0,59.0,0.0,59.0,0.0,0.0,0.0,715.0,New York City,New York-Newark-Jersey City +36103159508,"Census Tract 1595.08, Suffolk County, New York",7786,5273.0,71910.0,189500.0,957.0,5978.0,505.0,42.0,45.0,0.0,0.0,555.0,661.0,New York City,New York-Newark-Jersey City +36103190706,"Census Tract 1907.06, Suffolk County, New York",4295,3419.0,73614.0,802300.0,1404.0,3324.0,228.0,0.0,115.0,0.0,0.0,44.0,584.0,New York City,New York-Newark-Jersey City +36103190800,"Census Tract 1908, Suffolk County, New York",3256,2606.0,78864.0,1195700.0,1363.0,2580.0,441.0,16.0,55.0,0.0,33.0,2.0,145.0,New York City,New York-Newark-Jersey City +36103110501,"Census Tract 1105.01, Suffolk County, New York",2803,1963.0,124000.0,669800.0,1242.0,2543.0,9.0,0.0,34.0,0.0,0.0,65.0,152.0,New York City,New York-Newark-Jersey City +36103110200,"Census Tract 1102, Suffolk County, New York",4979,3684.0,107917.0,530400.0,2238.0,4237.0,130.0,0.0,359.0,0.0,0.0,0.0,253.0,New York City,New York-Newark-Jersey City +36103122802,"Census Tract 1228.02, Suffolk County, New York",4147,2960.0,91523.0,332700.0,669.0,2625.0,524.0,0.0,35.0,0.0,24.0,104.0,835.0,New York City,New York-Newark-Jersey City +36103124200,"Census Tract 1242, Suffolk County, New York",5144,3904.0,87222.0,349300.0,963.0,4020.0,2.0,0.0,180.0,0.0,0.0,45.0,897.0,New York City,New York-Newark-Jersey City +36103169901,"Census Tract 1699.01, Suffolk County, New York",6296,4801.0,54479.0,337000.0,1170.0,4165.0,1304.0,0.0,50.0,0.0,2.0,2.0,773.0,New York City,New York-Newark-Jersey City +36103159512,"Census Tract 1595.12, Suffolk County, New York",2413,1571.0,71875.0,236500.0,190.0,1695.0,125.0,0.0,34.0,0.0,0.0,27.0,532.0,New York City,New York-Newark-Jersey City +36103190503,"Census Tract 1905.03, Suffolk County, New York",3010,2034.0,106094.0,609500.0,857.0,2457.0,84.0,0.0,107.0,0.0,0.0,30.0,332.0,New York City,New York-Newark-Jersey City +36103190504,"Census Tract 1905.04, Suffolk County, New York",1628,1159.0,116000.0,828600.0,665.0,1557.0,5.0,3.0,38.0,0.0,4.0,0.0,23.0,New York City,New York-Newark-Jersey City +36103169902,"Census Tract 1699.02, Suffolk County, New York",4324,3202.0,77109.0,421000.0,999.0,3852.0,149.0,0.0,0.0,0.0,0.0,0.0,323.0,New York City,New York-Newark-Jersey City +36103190604,"Census Tract 1906.04, Suffolk County, New York",3812,2989.0,79760.0,428200.0,1006.0,3190.0,0.0,0.0,29.0,0.0,0.0,41.0,552.0,New York City,New York-Newark-Jersey City +36103190603,"Census Tract 1906.03, Suffolk County, New York",4750,3663.0,81094.0,409700.0,1139.0,2759.0,107.0,0.0,10.0,0.0,0.0,70.0,1804.0,New York City,New York-Newark-Jersey City +36103200902,"Census Tract 2009.02, Suffolk County, New York",6656,5326.0,108942.0,889000.0,2490.0,4641.0,298.0,0.0,26.0,0.0,26.0,55.0,1610.0,New York City,New York-Newark-Jersey City +36103200901,"Census Tract 2009.01, Suffolk County, New York",1130,965.0,103269.0,1665800.0,594.0,952.0,15.0,0.0,11.0,0.0,6.0,40.0,106.0,New York City,New York-Newark-Jersey City +36103158322,"Census Tract 1583.22, Suffolk County, New York",2044,1484.0,123047.0,591300.0,771.0,1727.0,0.0,0.0,215.0,0.0,0.0,11.0,91.0,New York City,New York-Newark-Jersey City +36103159509,"Census Tract 1595.09, Suffolk County, New York",2985,1941.0,61541.0,182700.0,300.0,2074.0,269.0,0.0,6.0,0.0,0.0,0.0,636.0,New York City,New York-Newark-Jersey City +36103159411,"Census Tract 1594.11, Suffolk County, New York",3464,2148.0,93480.0,272300.0,298.0,2862.0,112.0,0.0,14.0,0.0,14.0,0.0,462.0,New York City,New York-Newark-Jersey City +36103159511,"Census Tract 1595.11, Suffolk County, New York",8048,4849.0,73846.0,227300.0,591.0,4229.0,831.0,428.0,128.0,0.0,36.0,104.0,2307.0,New York City,New York-Newark-Jersey City +36103147004,"Census Tract 1470.04, Suffolk County, New York",130,102.0,115313.0,687500.0,56.0,129.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36103159510,"Census Tract 1595.10, Suffolk County, New York",147,94.0,84375.0,343800.0,21.0,80.0,0.0,1.0,6.0,0.0,0.0,0.0,61.0,New York City,New York-Newark-Jersey City +36103135208,"Census Tract 1352.08, Suffolk County, New York",3302,2265.0,111707.0,435100.0,999.0,2936.0,43.0,0.0,87.0,0.0,0.0,61.0,175.0,New York City,New York-Newark-Jersey City +36103147003,"Census Tract 1470.03, Suffolk County, New York",4745,3351.0,112257.0,412600.0,1610.0,3543.0,79.0,0.0,192.0,0.0,0.0,105.0,826.0,New York City,New York-Newark-Jersey City +36103158011,"Census Tract 1580.11, Suffolk County, New York",4499,3105.0,105875.0,389300.0,1612.0,3661.0,9.0,0.0,458.0,0.0,40.0,30.0,301.0,New York City,New York-Newark-Jersey City +36103158010,"Census Tract 1580.10, Suffolk County, New York",3369,2251.0,169706.0,470500.0,1450.0,2845.0,82.0,12.0,311.0,0.0,0.0,58.0,61.0,New York City,New York-Newark-Jersey City +36103990100,"Census Tract 9901, Suffolk County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36103135209,"Census Tract 1352.09, Suffolk County, New York",3124,2289.0,115147.0,466000.0,1239.0,2726.0,24.0,0.0,237.0,0.0,0.0,0.0,137.0,New York City,New York-Newark-Jersey City +36103146106,"Census Tract 1461.06, Suffolk County, New York",5115,3263.0,80682.0,301900.0,579.0,892.0,728.0,0.0,44.0,0.0,96.0,0.0,3355.0,New York City,New York-Newark-Jersey City +36119008301,"Census Tract 83.01, Westchester County, New York",2981,2122.0,82250.0,582800.0,792.0,1637.0,180.0,18.0,31.0,0.0,0.0,69.0,1046.0,New York City,New York-Newark-Jersey City +36119009500,"Census Tract 95, Westchester County, New York",4524,3463.0,80439.0,338500.0,1769.0,2365.0,317.0,0.0,372.0,0.0,0.0,97.0,1373.0,New York City,New York-Newark-Jersey City +36119014704,"Census Tract 147.04, Westchester County, New York",2603,1556.0,87361.0,379800.0,606.0,1395.0,439.0,0.0,30.0,0.0,5.0,137.0,597.0,New York City,New York-Newark-Jersey City +36119010000,"Census Tract 100, Westchester County, New York",5642,3473.0,250001.0,1433600.0,3098.0,4415.0,13.0,0.0,977.0,0.0,13.0,84.0,140.0,New York City,New York-Newark-Jersey City +36119010400,"Census Tract 104, Westchester County, New York",4254,2806.0,109583.0,564900.0,1615.0,2805.0,194.0,29.0,265.0,0.0,52.0,180.0,729.0,New York City,New York-Newark-Jersey City +36119014701,"Census Tract 147.01, Westchester County, New York",4986,3513.0,86012.0,345200.0,1045.0,2912.0,473.0,26.0,135.0,0.0,10.0,147.0,1309.0,New York City,New York-Newark-Jersey City +36119006600,"Census Tract 66, Westchester County, New York",6374,3816.0,130286.0,514700.0,2066.0,4681.0,517.0,13.0,269.0,0.0,9.0,132.0,761.0,New York City,New York-Newark-Jersey City +36119006700,"Census Tract 67, Westchester County, New York",5091,3297.0,199375.0,879500.0,2779.0,3965.0,454.0,0.0,122.0,0.0,37.0,44.0,469.0,New York City,New York-Newark-Jersey City +36119000101,"Census Tract 1.01, Westchester County, New York",4732,3017.0,35026.0,131300.0,506.0,113.0,666.0,0.0,67.0,0.0,0.0,7.0,3879.0,New York City,New York-Newark-Jersey City +36119000201,"Census Tract 2.01, Westchester County, New York",8312,5154.0,37831.0,235200.0,616.0,622.0,1775.0,142.0,402.0,0.0,343.0,20.0,5150.0,New York City,New York-Newark-Jersey City +36119000300,"Census Tract 3, Westchester County, New York",4541,3034.0,31635.0,-666666666.0,427.0,459.0,917.0,0.0,321.0,0.0,0.0,1.0,2843.0,New York City,New York-Newark-Jersey City +36119000803,"Census Tract 8.03, Westchester County, New York",4919,3339.0,72847.0,379300.0,1180.0,1971.0,584.0,0.0,176.0,0.0,9.0,16.0,2163.0,New York City,New York-Newark-Jersey City +36119010702,"Census Tract 107.02, Westchester County, New York",5213,3784.0,116507.0,328600.0,2886.0,3236.0,189.0,0.0,1361.0,0.0,0.0,141.0,286.0,New York City,New York-Newark-Jersey City +36119009703,"Census Tract 97.03, Westchester County, New York",3771,2876.0,173472.0,810300.0,2048.0,3169.0,100.0,0.0,148.0,0.0,0.0,93.0,261.0,New York City,New York-Newark-Jersey City +36119010200,"Census Tract 102, Westchester County, New York",4831,3171.0,180227.0,672000.0,2432.0,4252.0,137.0,0.0,71.0,0.0,14.0,93.0,264.0,New York City,New York-Newark-Jersey City +36119010600,"Census Tract 106, Westchester County, New York",4557,3217.0,130586.0,620200.0,2082.0,3037.0,88.0,11.0,859.0,0.0,0.0,148.0,414.0,New York City,New York-Newark-Jersey City +36119011600,"Census Tract 116, Westchester County, New York",7144,4794.0,42536.0,599000.0,1108.0,1689.0,394.0,0.0,57.0,0.0,0.0,112.0,4892.0,New York City,New York-Newark-Jersey City +36119002900,"Census Tract 29, Westchester County, New York",3728,2200.0,31114.0,325000.0,265.0,24.0,3314.0,0.0,0.0,0.0,0.0,0.0,390.0,New York City,New York-Newark-Jersey City +36119003800,"Census Tract 38, Westchester County, New York",2966,2354.0,53047.0,153500.0,746.0,1155.0,939.0,9.0,166.0,0.0,0.0,42.0,655.0,New York City,New York-Newark-Jersey City +36119004400,"Census Tract 44, Westchester County, New York",3617,2694.0,139353.0,598500.0,1500.0,1906.0,972.0,0.0,279.0,0.0,9.0,25.0,426.0,New York City,New York-Newark-Jersey City +36119004900,"Census Tract 49, Westchester County, New York",2930,2552.0,88698.0,245300.0,1690.0,2280.0,41.0,45.0,284.0,0.0,5.0,92.0,183.0,New York City,New York-Newark-Jersey City +36119005400,"Census Tract 54, Westchester County, New York",1653,1007.0,248438.0,1054400.0,825.0,1266.0,61.0,0.0,43.0,0.0,0.0,95.0,188.0,New York City,New York-Newark-Jersey City +36119006100,"Census Tract 61, Westchester County, New York",4169,2733.0,77386.0,393400.0,891.0,837.0,883.0,0.0,201.0,0.0,14.0,73.0,2161.0,New York City,New York-Newark-Jersey City +36119006500,"Census Tract 65, Westchester County, New York",5599,3494.0,62235.0,527900.0,1105.0,1800.0,1878.0,0.0,145.0,0.0,27.0,157.0,1592.0,New York City,New York-Newark-Jersey City +36119007100,"Census Tract 71, Westchester County, New York",6111,3763.0,198661.0,1183700.0,3311.0,4930.0,106.0,17.0,205.0,0.0,0.0,246.0,624.0,New York City,New York-Newark-Jersey City +36119007500,"Census Tract 75, Westchester County, New York",4687,2945.0,189625.0,1412100.0,2305.0,3964.0,9.0,32.0,320.0,0.0,0.0,125.0,237.0,New York City,New York-Newark-Jersey City +36119008000,"Census Tract 80, Westchester County, New York",5058,3160.0,40164.0,419600.0,458.0,494.0,277.0,205.0,0.0,0.0,15.0,21.0,4251.0,New York City,New York-Newark-Jersey City +36119006300,"Census Tract 63, Westchester County, New York",6500,4629.0,31220.0,528400.0,618.0,891.0,2120.0,0.0,300.0,16.0,341.0,172.0,2660.0,New York City,New York-Newark-Jersey City +36119009100,"Census Tract 91, Westchester County, New York",6206,4279.0,76438.0,459700.0,1369.0,1291.0,884.0,229.0,364.0,0.0,33.0,29.0,3605.0,New York City,New York-Newark-Jersey City +36119011200,"Census Tract 112, Westchester County, New York",4243,2901.0,85694.0,420400.0,897.0,889.0,952.0,0.0,173.0,0.0,18.0,75.0,2136.0,New York City,New York-Newark-Jersey City +36119013104,"Census Tract 131.04, Westchester County, New York",6100,3714.0,238083.0,921300.0,3153.0,5128.0,240.0,46.0,509.0,0.0,0.0,0.0,177.0,New York City,New York-Newark-Jersey City +36119002000,"Census Tract 20, Westchester County, New York",4747,3408.0,95788.0,492500.0,1601.0,2923.0,172.0,0.0,447.0,0.0,17.0,81.0,1107.0,New York City,New York-Newark-Jersey City +36119003600,"Census Tract 36, Westchester County, New York",3458,2492.0,37747.0,384000.0,390.0,567.0,1568.0,21.0,150.0,0.0,44.0,52.0,1056.0,New York City,New York-Newark-Jersey City +36119005902,"Census Tract 59.02, Westchester County, New York",5534,4109.0,84571.0,517200.0,1895.0,2765.0,1232.0,0.0,319.0,0.0,0.0,46.0,1172.0,New York City,New York-Newark-Jersey City +36119000500,"Census Tract 5, Westchester County, New York",3772,2276.0,21074.0,357900.0,197.0,103.0,1300.0,72.0,270.0,0.0,0.0,0.0,2063.0,New York City,New York-Newark-Jersey City +36119002403,"Census Tract 24.03, Westchester County, New York",5448,4149.0,76765.0,348700.0,1254.0,2576.0,756.0,30.0,357.0,0.0,0.0,0.0,1759.0,New York City,New York-Newark-Jersey City +36119015000,"Census Tract 150, Westchester County, New York",5205,3760.0,137414.0,582400.0,2254.0,4259.0,182.0,31.0,118.0,0.0,26.0,179.0,417.0,New York City,New York-Newark-Jersey City +36119002300,"Census Tract 23, Westchester County, New York",4007,2867.0,76042.0,429200.0,953.0,2463.0,164.0,31.0,328.0,0.0,62.0,121.0,838.0,New York City,New York-Newark-Jersey City +36119006000,"Census Tract 60, Westchester County, New York",3990,2970.0,77807.0,455800.0,1356.0,1484.0,1018.0,0.0,337.0,0.0,0.0,57.0,1094.0,New York City,New York-Newark-Jersey City +36119008404,"Census Tract 84.04, Westchester County, New York",5701,4065.0,103137.0,520800.0,1864.0,3180.0,334.0,78.0,994.0,0.0,18.0,77.0,1020.0,New York City,New York-Newark-Jersey City +36119012304,"Census Tract 123.04, Westchester County, New York",4800,3135.0,224083.0,1166300.0,2706.0,4402.0,40.0,0.0,237.0,0.0,7.0,63.0,51.0,New York City,New York-Newark-Jersey City +36119014806,"Census Tract 148.06, Westchester County, New York",6656,4540.0,134522.0,431000.0,2497.0,5134.0,261.0,144.0,330.0,0.0,0.0,126.0,661.0,New York City,New York-Newark-Jersey City +36119005100,"Census Tract 51, Westchester County, New York",4034,2956.0,89231.0,548000.0,1432.0,3268.0,70.0,13.0,337.0,0.0,0.0,0.0,346.0,New York City,New York-Newark-Jersey City +36119008901,"Census Tract 89.01, Westchester County, New York",5592,4185.0,95946.0,350800.0,2434.0,3247.0,348.0,33.0,723.0,0.0,92.0,39.0,1143.0,New York City,New York-Newark-Jersey City +36119011902,"Census Tract 119.02, Westchester County, New York",4417,3104.0,109408.0,573400.0,1363.0,3352.0,50.0,0.0,247.0,0.0,25.0,76.0,667.0,New York City,New York-Newark-Jersey City +36119014809,"Census Tract 148.09, Westchester County, New York",5956,4326.0,95613.0,421700.0,2108.0,4584.0,75.0,0.0,427.0,10.0,42.0,51.0,767.0,New York City,New York-Newark-Jersey City +36119000600,"Census Tract 6, Westchester County, New York",7067,4949.0,27326.0,227900.0,1141.0,993.0,1957.0,42.0,505.0,0.0,153.0,7.0,3452.0,New York City,New York-Newark-Jersey City +36119000203,"Census Tract 2.03, Westchester County, New York",3500,2314.0,54637.0,145300.0,927.0,1252.0,245.0,9.0,86.0,0.0,0.0,10.0,1907.0,New York City,New York-Newark-Jersey City +36119001504,"Census Tract 15.04, Westchester County, New York",5427,3758.0,80156.0,404500.0,1242.0,2937.0,607.0,0.0,365.0,0.0,0.0,49.0,1469.0,New York City,New York-Newark-Jersey City +36119002800,"Census Tract 28, Westchester County, New York",2384,1624.0,40114.0,327000.0,368.0,7.0,2181.0,0.0,63.0,0.0,45.0,26.0,62.0,New York City,New York-Newark-Jersey City +36119004000,"Census Tract 40, Westchester County, New York",6298,4703.0,50984.0,350000.0,1373.0,1327.0,3387.0,17.0,137.0,0.0,0.0,30.0,1400.0,New York City,New York-Newark-Jersey City +36119005600,"Census Tract 56, Westchester County, New York",0,0.0,-666666666.0,-666666666.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36119005702,"Census Tract 57.02, Westchester County, New York",3196,2432.0,59965.0,203000.0,1010.0,1602.0,430.0,0.0,117.0,0.0,0.0,82.0,965.0,New York City,New York-Newark-Jersey City +36119006400,"Census Tract 64, Westchester County, New York",5822,3660.0,67000.0,498700.0,1270.0,803.0,2905.0,0.0,149.0,0.0,38.0,107.0,1820.0,New York City,New York-Newark-Jersey City +36119007300,"Census Tract 73, Westchester County, New York",4900,3201.0,67868.0,582500.0,1327.0,2024.0,439.0,0.0,249.0,0.0,0.0,14.0,2174.0,New York City,New York-Newark-Jersey City +36119008100,"Census Tract 81, Westchester County, New York",4531,3368.0,67813.0,351400.0,731.0,1381.0,106.0,0.0,72.0,8.0,0.0,0.0,2964.0,New York City,New York-Newark-Jersey City +36119008401,"Census Tract 84.01, Westchester County, New York",2106,1372.0,190208.0,1131200.0,1003.0,1729.0,14.0,14.0,71.0,0.0,23.0,57.0,198.0,New York City,New York-Newark-Jersey City +36119009200,"Census Tract 92, Westchester County, New York",7704,5120.0,77070.0,548200.0,1882.0,1501.0,1183.0,0.0,399.0,0.0,32.0,160.0,4429.0,New York City,New York-Newark-Jersey City +36119010100,"Census Tract 101, Westchester County, New York",4741,3039.0,223958.0,918900.0,2710.0,3541.0,93.0,0.0,779.0,0.0,25.0,182.0,121.0,New York City,New York-Newark-Jersey City +36119011300,"Census Tract 113, Westchester County, New York",6588,4195.0,133194.0,670200.0,3003.0,5482.0,24.0,0.0,515.0,7.0,0.0,125.0,435.0,New York City,New York-Newark-Jersey City +36119012900,"Census Tract 129, Westchester County, New York",4291,3123.0,59250.0,161600.0,1046.0,1599.0,287.0,0.0,231.0,0.0,42.0,57.0,2075.0,New York City,New York-Newark-Jersey City +36119013400,"Census Tract 134, Westchester County, New York",6726,4448.0,64311.0,360100.0,1739.0,2631.0,507.0,0.0,371.0,0.0,0.0,301.0,2916.0,New York City,New York-Newark-Jersey City +36119013500,"Census Tract 135, Westchester County, New York",3889,2728.0,84063.0,393900.0,1166.0,1913.0,155.0,0.0,135.0,0.0,0.0,51.0,1635.0,New York City,New York-Newark-Jersey City +36119014605,"Census Tract 146.05, Westchester County, New York",3248,2686.0,63418.0,352400.0,1328.0,2126.0,221.0,0.0,510.0,0.0,6.0,43.0,342.0,New York City,New York-Newark-Jersey City +36119000104,"Census Tract 1.04, Westchester County, New York",21,21.0,-666666666.0,-666666666.0,0.0,21.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +36119011102,"Census Tract 111.02, Westchester County, New York",2920,1984.0,168500.0,618200.0,1456.0,1898.0,333.0,35.0,304.0,0.0,13.0,42.0,310.0,New York City,New York-Newark-Jersey City +36119011500,"Census Tract 115, Westchester County, New York",5591,4203.0,93722.0,585000.0,1920.0,2592.0,176.0,0.0,186.0,0.0,0.0,0.0,2637.0,New York City,New York-Newark-Jersey City +36119012000,"Census Tract 120, Westchester County, New York",4884,3360.0,100139.0,498000.0,1518.0,3923.0,174.0,0.0,172.0,0.0,15.0,28.0,572.0,New York City,New York-Newark-Jersey City +36119012501,"Census Tract 125.01, Westchester County, New York",3111,2065.0,134453.0,737700.0,1419.0,2718.0,48.0,0.0,65.0,0.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City +36119012600,"Census Tract 126, Westchester County, New York",4669,3006.0,150227.0,743300.0,2344.0,4108.0,79.0,0.0,153.0,0.0,0.0,104.0,225.0,New York City,New York-Newark-Jersey City +36119013800,"Census Tract 138, Westchester County, New York",3374,2140.0,138485.0,535800.0,1519.0,2802.0,155.0,41.0,139.0,0.0,22.0,49.0,166.0,New York City,New York-Newark-Jersey City +36119014604,"Census Tract 146.04, Westchester County, New York",4445,3032.0,83696.0,349900.0,1034.0,3504.0,78.0,0.0,45.0,0.0,0.0,46.0,772.0,New York City,New York-Newark-Jersey City +36119014908,"Census Tract 149.08, Westchester County, New York",2986,1997.0,147083.0,628300.0,1057.0,2565.0,18.0,0.0,149.0,0.0,0.0,32.0,222.0,New York City,New York-Newark-Jersey City +36119006801,"Census Tract 68.01, Westchester County, New York",5611,3705.0,183250.0,701000.0,2900.0,4744.0,166.0,0.0,362.0,0.0,39.0,59.0,241.0,New York City,New York-Newark-Jersey City +36119006900,"Census Tract 69, Westchester County, New York",6395,4203.0,166797.0,979800.0,2953.0,5168.0,76.0,0.0,386.0,0.0,0.0,213.0,552.0,New York City,New York-Newark-Jersey City +36119007000,"Census Tract 70, Westchester County, New York",5924,4073.0,158299.0,868100.0,3279.0,4871.0,93.0,0.0,344.0,0.0,0.0,146.0,470.0,New York City,New York-Newark-Jersey City +36119007401,"Census Tract 74.01, Westchester County, New York",4940,3348.0,72096.0,596600.0,1604.0,3100.0,408.0,0.0,318.0,0.0,0.0,71.0,1043.0,New York City,New York-Newark-Jersey City +36119007800,"Census Tract 78, Westchester County, New York",4424,2812.0,52070.0,486200.0,430.0,788.0,337.0,39.0,27.0,0.0,50.0,53.0,3157.0,New York City,New York-Newark-Jersey City +36119008302,"Census Tract 83.02, Westchester County, New York",6562,4470.0,166064.0,823600.0,3528.0,5561.0,30.0,0.0,554.0,0.0,11.0,63.0,343.0,New York City,New York-Newark-Jersey City +36119008403,"Census Tract 84.03, Westchester County, New York",3810,2664.0,98750.0,649500.0,1094.0,2746.0,91.0,14.0,663.0,0.0,0.0,57.0,253.0,New York City,New York-Newark-Jersey City +36119009600,"Census Tract 96, Westchester County, New York",4304,2973.0,159653.0,621400.0,2042.0,3330.0,212.0,35.0,201.0,0.0,24.0,79.0,443.0,New York City,New York-Newark-Jersey City +36119010801,"Census Tract 108.01, Westchester County, New York",3052,2303.0,141250.0,546400.0,1577.0,2085.0,127.0,40.0,344.0,0.0,44.0,120.0,292.0,New York City,New York-Newark-Jersey City +36119010901,"Census Tract 109.01, Westchester County, New York",2259,1642.0,106250.0,479500.0,858.0,1349.0,503.0,6.0,136.0,0.0,6.0,64.0,195.0,New York City,New York-Newark-Jersey City +36119011400,"Census Tract 114, Westchester County, New York",5943,4208.0,132407.0,580300.0,2686.0,4380.0,395.0,0.0,534.0,0.0,0.0,0.0,634.0,New York City,New York-Newark-Jersey City +36119011700,"Census Tract 117, Westchester County, New York",2985,2011.0,132868.0,645700.0,1302.0,2049.0,6.0,8.0,146.0,0.0,0.0,129.0,655.0,New York City,New York-Newark-Jersey City +36119012200,"Census Tract 122, Westchester County, New York",7275,4678.0,113071.0,571300.0,2840.0,5748.0,253.0,0.0,291.0,0.0,0.0,84.0,899.0,New York City,New York-Newark-Jersey City +36119001000,"Census Tract 10, Westchester County, New York",1759,1029.0,20357.0,418400.0,114.0,166.0,720.0,0.0,117.0,0.0,0.0,41.0,715.0,New York City,New York-Newark-Jersey City +36119000801,"Census Tract 8.01, Westchester County, New York",6288,4308.0,83500.0,301300.0,1538.0,2788.0,707.0,0.0,651.0,0.0,0.0,348.0,1794.0,New York City,New York-Newark-Jersey City +36119001800,"Census Tract 18, Westchester County, New York",1959,1346.0,84881.0,424700.0,360.0,141.0,993.0,4.0,116.0,0.0,0.0,13.0,696.0,New York City,New York-Newark-Jersey City +36119002104,"Census Tract 21.04, Westchester County, New York",4656,3754.0,87308.0,255000.0,1656.0,2559.0,316.0,0.0,466.0,0.0,0.0,17.0,1298.0,New York City,New York-Newark-Jersey City +36119002402,"Census Tract 24.02, Westchester County, New York",3858,2964.0,76937.0,166700.0,1359.0,1889.0,719.0,0.0,133.0,0.0,14.0,127.0,976.0,New York City,New York-Newark-Jersey City +36119003000,"Census Tract 30, Westchester County, New York",3391,2027.0,51997.0,364000.0,326.0,86.0,2784.0,16.0,68.0,0.0,54.0,33.0,366.0,New York City,New York-Newark-Jersey City +36119003500,"Census Tract 35, Westchester County, New York",1968,1213.0,32917.0,330300.0,137.0,184.0,1047.0,0.0,18.0,0.0,0.0,54.0,665.0,New York City,New York-Newark-Jersey City +36119004200,"Census Tract 42, Westchester County, New York",4982,3663.0,62071.0,234200.0,1444.0,1185.0,2996.0,0.0,17.0,0.0,40.0,88.0,656.0,New York City,New York-Newark-Jersey City +36119004500,"Census Tract 45, Westchester County, New York",1443,1110.0,81767.0,292100.0,577.0,731.0,526.0,0.0,45.0,0.0,0.0,8.0,133.0,New York City,New York-Newark-Jersey City +36119004700,"Census Tract 47, Westchester County, New York",3561,1925.0,250001.0,2000001.0,1670.0,3164.0,61.0,0.0,139.0,0.0,5.0,47.0,145.0,New York City,New York-Newark-Jersey City +36119005002,"Census Tract 50.02, Westchester County, New York",4708,3240.0,139107.0,693900.0,1994.0,4106.0,29.0,0.0,337.0,0.0,0.0,145.0,91.0,New York City,New York-Newark-Jersey City +36119010803,"Census Tract 108.03, Westchester County, New York",3343,2805.0,87273.0,319400.0,1749.0,1931.0,420.0,35.0,358.0,0.0,0.0,56.0,578.0,New York City,New York-Newark-Jersey City +36119010902,"Census Tract 109.02, Westchester County, New York",5835,4409.0,124500.0,426400.0,2707.0,2195.0,2069.0,31.0,609.0,0.0,51.0,6.0,905.0,New York City,New York-Newark-Jersey City +36119011101,"Census Tract 111.01, Westchester County, New York",6386,4455.0,125164.0,553600.0,2763.0,3043.0,1239.0,25.0,845.0,0.0,0.0,256.0,978.0,New York City,New York-Newark-Jersey City +36119000202,"Census Tract 2.02, Westchester County, New York",4076,2998.0,69154.0,354300.0,935.0,1030.0,747.0,0.0,229.0,0.0,10.0,117.0,1943.0,New York City,New York-Newark-Jersey City +36119000900,"Census Tract 9, Westchester County, New York",3368,2248.0,88977.0,404000.0,905.0,1627.0,290.0,20.0,326.0,0.0,38.0,0.0,1087.0,New York City,New York-Newark-Jersey City +36119001403,"Census Tract 14.03, Westchester County, New York",3722,2685.0,86630.0,365900.0,1002.0,2117.0,386.0,0.0,453.0,0.0,0.0,91.0,675.0,New York City,New York-Newark-Jersey City +36119001600,"Census Tract 16, Westchester County, New York",3305,2103.0,50503.0,373800.0,551.0,1249.0,330.0,0.0,86.0,0.0,0.0,140.0,1500.0,New York City,New York-Newark-Jersey City +36119002202,"Census Tract 22.02, Westchester County, New York",4984,4056.0,110572.0,404900.0,2590.0,3575.0,111.0,0.0,302.0,0.0,0.0,415.0,581.0,New York City,New York-Newark-Jersey City +36119002203,"Census Tract 22.03, Westchester County, New York",1754,1593.0,65089.0,165000.0,672.0,994.0,108.0,0.0,199.0,0.0,0.0,49.0,404.0,New York City,New York-Newark-Jersey City +36119002401,"Census Tract 24.01, Westchester County, New York",1756,1354.0,70163.0,331000.0,530.0,996.0,90.0,14.0,72.0,0.0,0.0,0.0,587.0,New York City,New York-Newark-Jersey City +36119014607,"Census Tract 146.07, Westchester County, New York",4264,2822.0,140962.0,424200.0,1697.0,3123.0,296.0,0.0,171.0,0.0,0.0,58.0,616.0,New York City,New York-Newark-Jersey City +36119002404,"Census Tract 24.04, Westchester County, New York",3264,2239.0,80737.0,488300.0,598.0,1523.0,152.0,7.0,601.0,0.0,37.0,52.0,899.0,New York City,New York-Newark-Jersey City +36119003100,"Census Tract 31, Westchester County, New York",2801,1746.0,27039.0,325000.0,145.0,11.0,2524.0,0.0,0.0,0.0,0.0,40.0,226.0,New York City,New York-Newark-Jersey City +36119004800,"Census Tract 48, Westchester County, New York",6656,4813.0,70354.0,450600.0,2220.0,4528.0,514.0,0.0,421.0,0.0,74.0,216.0,903.0,New York City,New York-Newark-Jersey City +36119000103,"Census Tract 1.03, Westchester County, New York",4674,2772.0,27957.0,166300.0,423.0,476.0,1953.0,0.0,74.0,0.0,0.0,50.0,2121.0,New York City,New York-Newark-Jersey City +36119000401,"Census Tract 4.01, Westchester County, New York",4030,2660.0,51144.0,275600.0,1096.0,926.0,1161.0,48.0,351.0,16.0,0.0,26.0,1502.0,New York City,New York-Newark-Jersey City +36119000402,"Census Tract 4.02, Westchester County, New York",4889,3421.0,32029.0,132500.0,656.0,492.0,2238.0,0.0,358.0,20.0,46.0,41.0,1694.0,New York City,New York-Newark-Jersey City +36119001200,"Census Tract 12, Westchester County, New York",4024,2404.0,30299.0,457000.0,321.0,736.0,764.0,82.0,148.0,0.0,13.0,84.0,2279.0,New York City,New York-Newark-Jersey City +36119002101,"Census Tract 21.01, Westchester County, New York",3912,3023.0,87159.0,415300.0,1097.0,2476.0,158.0,0.0,514.0,0.0,27.0,35.0,702.0,New York City,New York-Newark-Jersey City +36119002105,"Census Tract 21.05, Westchester County, New York",1607,1250.0,140000.0,686600.0,844.0,1322.0,24.0,0.0,211.0,0.0,0.0,0.0,50.0,New York City,New York-Newark-Jersey City +36119013201,"Census Tract 132.01, Westchester County, New York",4196,2587.0,236250.0,834600.0,2087.0,3190.0,108.0,0.0,333.0,7.0,32.0,101.0,425.0,New York City,New York-Newark-Jersey City +36119012303,"Census Tract 123.03, Westchester County, New York",4984,3207.0,210972.0,907400.0,2545.0,4296.0,34.0,0.0,212.0,0.0,0.0,54.0,388.0,New York City,New York-Newark-Jersey City +36119013102,"Census Tract 131.02, Westchester County, New York",6664,4175.0,212083.0,900400.0,3707.0,5674.0,69.0,0.0,611.0,0.0,34.0,128.0,148.0,New York City,New York-Newark-Jersey City +36119013103,"Census Tract 131.03, Westchester County, New York",5271,3581.0,176042.0,805100.0,2715.0,4398.0,11.0,8.0,472.0,0.0,30.0,84.0,268.0,New York City,New York-Newark-Jersey City +36119012503,"Census Tract 125.03, Westchester County, New York",3595,2678.0,128077.0,564400.0,1576.0,3160.0,119.0,0.0,110.0,0.0,0.0,10.0,196.0,New York City,New York-Newark-Jersey City +36119014200,"Census Tract 142, Westchester County, New York",3443,2331.0,48250.0,275400.0,519.0,1087.0,708.0,36.0,38.0,0.0,0.0,105.0,1505.0,New York City,New York-Newark-Jersey City +36119012102,"Census Tract 121.02, Westchester County, New York",4541,3132.0,135563.0,600300.0,1510.0,3704.0,56.0,0.0,141.0,0.0,12.0,11.0,617.0,New York City,New York-Newark-Jersey City +36119012301,"Census Tract 123.01, Westchester County, New York",2525,1801.0,104653.0,580500.0,796.0,1434.0,188.0,29.0,90.0,0.0,0.0,29.0,784.0,New York City,New York-Newark-Jersey City +36119014300,"Census Tract 143, Westchester County, New York",4261,2556.0,36699.0,277700.0,277.0,481.0,1064.0,0.0,103.0,0.0,0.0,181.0,2432.0,New York City,New York-Newark-Jersey City +36119014703,"Census Tract 147.03, Westchester County, New York",6553,4217.0,103029.0,347900.0,1839.0,4317.0,157.0,0.0,164.0,0.0,94.0,91.0,1730.0,New York City,New York-Newark-Jersey City +36119001900,"Census Tract 19, Westchester County, New York",1707,1183.0,113438.0,430000.0,479.0,994.0,93.0,0.0,219.0,0.0,23.0,85.0,293.0,New York City,New York-Newark-Jersey City +36119001302,"Census Tract 13.02, Westchester County, New York",4171,2686.0,40444.0,310800.0,600.0,797.0,474.0,0.0,371.0,0.0,0.0,0.0,2529.0,New York City,New York-Newark-Jersey City +36119001402,"Census Tract 14.02, Westchester County, New York",1800,1366.0,72361.0,454100.0,520.0,1249.0,0.0,0.0,189.0,0.0,0.0,13.0,349.0,New York City,New York-Newark-Jersey City +36119001503,"Census Tract 15.03, Westchester County, New York",2848,2022.0,64464.0,445600.0,584.0,2179.0,11.0,0.0,89.0,0.0,0.0,74.0,495.0,New York City,New York-Newark-Jersey City +36119002106,"Census Tract 21.06, Westchester County, New York",2646,1794.0,75000.0,294700.0,677.0,404.0,727.0,0.0,904.0,0.0,15.0,35.0,561.0,New York City,New York-Newark-Jersey City +36119002201,"Census Tract 22.01, Westchester County, New York",2672,1771.0,126442.0,598000.0,983.0,1666.0,154.0,0.0,347.0,0.0,0.0,7.0,498.0,New York City,New York-Newark-Jersey City +36119002405,"Census Tract 24.05, Westchester County, New York",3145,2299.0,74643.0,474100.0,627.0,1773.0,181.0,17.0,85.0,21.0,13.0,37.0,1018.0,New York City,New York-Newark-Jersey City +36119004300,"Census Tract 43, Westchester County, New York",1783,1408.0,91667.0,448400.0,606.0,863.0,629.0,0.0,18.0,0.0,6.0,40.0,227.0,New York City,New York-Newark-Jersey City +36119005800,"Census Tract 58, Westchester County, New York",4713,3018.0,44200.0,430200.0,757.0,1293.0,454.0,0.0,228.0,0.0,74.0,22.0,2642.0,New York City,New York-Newark-Jersey City +36119005901,"Census Tract 59.01, Westchester County, New York",4786,2874.0,56369.0,174000.0,1102.0,1676.0,609.0,2.0,401.0,0.0,84.0,115.0,1899.0,New York City,New York-Newark-Jersey City +36119008200,"Census Tract 82, Westchester County, New York",7288,5174.0,98828.0,484200.0,1883.0,4223.0,155.0,0.0,97.0,0.0,74.0,32.0,2707.0,New York City,New York-Newark-Jersey City +36119008700,"Census Tract 87, Westchester County, New York",5187,3818.0,89978.0,575900.0,1338.0,3988.0,2.0,13.0,129.0,0.0,0.0,29.0,1039.0,New York City,New York-Newark-Jersey City +36119008800,"Census Tract 88, Westchester County, New York",4652,3414.0,75313.0,209200.0,1912.0,1687.0,685.0,0.0,593.0,0.0,56.0,44.0,1587.0,New York City,New York-Newark-Jersey City +36119009000,"Census Tract 90, Westchester County, New York",4217,2930.0,83079.0,329200.0,1392.0,1394.0,742.0,116.0,360.0,0.0,0.0,121.0,1579.0,New York City,New York-Newark-Jersey City +36119009701,"Census Tract 97.01, Westchester County, New York",2958,2009.0,127188.0,649300.0,1394.0,2582.0,21.0,0.0,90.0,0.0,15.0,17.0,233.0,New York City,New York-Newark-Jersey City +36119014000,"Census Tract 140, Westchester County, New York",2255,1555.0,107418.0,390800.0,521.0,1693.0,68.0,0.0,40.0,0.0,6.0,79.0,369.0,New York City,New York-Newark-Jersey City +36119014606,"Census Tract 146.06, Westchester County, New York",5825,3907.0,175268.0,588700.0,2730.0,5090.0,157.0,0.0,159.0,1.0,0.0,59.0,359.0,New York City,New York-Newark-Jersey City +36119014805,"Census Tract 148.05, Westchester County, New York",4452,3111.0,136063.0,593600.0,1573.0,3219.0,445.0,0.0,93.0,0.0,23.0,112.0,560.0,New York City,New York-Newark-Jersey City +36119014907,"Census Tract 149.07, Westchester County, New York",4451,2856.0,123281.0,399500.0,1263.0,3486.0,163.0,14.0,167.0,0.0,0.0,28.0,593.0,New York City,New York-Newark-Jersey City +36119002700,"Census Tract 27, Westchester County, New York",3929,2265.0,47207.0,298000.0,318.0,40.0,3313.0,0.0,0.0,0.0,125.0,10.0,441.0,New York City,New York-Newark-Jersey City +36119004100,"Census Tract 41, Westchester County, New York",4458,3201.0,72269.0,233800.0,1181.0,294.0,3413.0,36.0,149.0,0.0,0.0,60.0,542.0,New York City,New York-Newark-Jersey City +36119004600,"Census Tract 46, Westchester County, New York",2867,2038.0,134375.0,680800.0,1521.0,2419.0,1.0,0.0,155.0,0.0,7.0,89.0,196.0,New York City,New York-Newark-Jersey City +36119005300,"Census Tract 53, Westchester County, New York",5363,3663.0,111615.0,570800.0,1729.0,3119.0,773.0,0.0,482.0,0.0,0.0,175.0,814.0,New York City,New York-Newark-Jersey City +36119006200,"Census Tract 62, Westchester County, New York",5907,3824.0,41365.0,487300.0,716.0,1588.0,582.0,0.0,27.0,0.0,170.0,17.0,3523.0,New York City,New York-Newark-Jersey City +36119007402,"Census Tract 74.02, Westchester County, New York",2872,1906.0,149145.0,711700.0,1184.0,2432.0,92.0,0.0,162.0,0.0,17.0,115.0,54.0,New York City,New York-Newark-Jersey City +36119007900,"Census Tract 79, Westchester County, New York",8322,5528.0,53125.0,291300.0,1151.0,1583.0,366.0,176.0,193.0,0.0,0.0,76.0,6104.0,New York City,New York-Newark-Jersey City +36119009702,"Census Tract 97.02, Westchester County, New York",2808,2161.0,102639.0,677600.0,1222.0,2105.0,167.0,0.0,175.0,0.0,0.0,22.0,339.0,New York City,New York-Newark-Jersey City +36119010701,"Census Tract 107.01, Westchester County, New York",6054,4119.0,209583.0,885500.0,3207.0,4273.0,87.0,0.0,1235.0,0.0,10.0,172.0,277.0,New York City,New York-Newark-Jersey City +36119011000,"Census Tract 110, Westchester County, New York",3231,2088.0,101250.0,427000.0,968.0,894.0,1308.0,95.0,201.0,0.0,0.0,132.0,683.0,New York City,New York-Newark-Jersey City +36119011800,"Census Tract 118, Westchester County, New York",5689,3292.0,216731.0,839000.0,2524.0,4210.0,165.0,15.0,399.0,0.0,105.0,126.0,669.0,New York City,New York-Newark-Jersey City +36119012502,"Census Tract 125.02, Westchester County, New York",6035,4159.0,170927.0,692100.0,3328.0,5331.0,223.0,27.0,142.0,0.0,0.0,81.0,258.0,New York City,New York-Newark-Jersey City +36119012700,"Census Tract 127, Westchester County, New York",4777,3062.0,191806.0,968400.0,2099.0,4269.0,14.0,8.0,204.0,0.0,0.0,48.0,242.0,New York City,New York-Newark-Jersey City +36119013600,"Census Tract 136, Westchester County, New York",4908,3322.0,61757.0,391000.0,1199.0,1692.0,581.0,258.0,260.0,0.0,0.0,109.0,2259.0,New York City,New York-Newark-Jersey City +36119014100,"Census Tract 141, Westchester County, New York",5959,4262.0,46501.0,319100.0,1188.0,2408.0,942.0,65.0,278.0,0.0,16.0,426.0,1824.0,New York City,New York-Newark-Jersey City +36119001102,"Census Tract 11.02, Westchester County, New York",4991,3002.0,36667.0,258600.0,730.0,1076.0,1148.0,204.0,145.0,0.0,0.0,54.0,2568.0,New York City,New York-Newark-Jersey City +36119001301,"Census Tract 13.01, Westchester County, New York",3873,2811.0,99333.0,530500.0,1160.0,1398.0,399.0,0.0,377.0,0.0,0.0,144.0,1555.0,New York City,New York-Newark-Jersey City +36119001505,"Census Tract 15.05, Westchester County, New York",2291,1737.0,67600.0,119600.0,754.0,931.0,618.0,0.0,39.0,0.0,14.0,34.0,655.0,New York City,New York-Newark-Jersey City +36119001700,"Census Tract 17, Westchester County, New York",7261,5180.0,76445.0,414200.0,1858.0,5886.0,82.0,84.0,152.0,0.0,0.0,127.0,1014.0,New York City,New York-Newark-Jersey City +36119003200,"Census Tract 32, Westchester County, New York",2437,1560.0,46586.0,335000.0,287.0,65.0,1791.0,56.0,0.0,0.0,96.0,37.0,428.0,New York City,New York-Newark-Jersey City +36119003300,"Census Tract 33, Westchester County, New York",3171,2303.0,46582.0,377300.0,730.0,88.0,2754.0,0.0,0.0,0.0,0.0,0.0,329.0,New York City,New York-Newark-Jersey City +36119003400,"Census Tract 34, Westchester County, New York",4775,3320.0,65375.0,346500.0,983.0,25.0,4211.0,92.0,20.0,0.0,0.0,33.0,394.0,New York City,New York-Newark-Jersey City +36119003700,"Census Tract 37, Westchester County, New York",3492,2443.0,44514.0,416700.0,538.0,797.0,1540.0,0.0,108.0,0.0,82.0,99.0,866.0,New York City,New York-Newark-Jersey City +36119003900,"Census Tract 39, Westchester County, New York",3664,2784.0,89390.0,412500.0,1106.0,1548.0,1119.0,26.0,103.0,0.0,0.0,0.0,868.0,New York City,New York-Newark-Jersey City +36119005001,"Census Tract 50.01, Westchester County, New York",3744,2509.0,114464.0,703500.0,1555.0,2801.0,118.0,0.0,363.0,0.0,0.0,103.0,359.0,New York City,New York-Newark-Jersey City +36119005701,"Census Tract 57.01, Westchester County, New York",6897,5208.0,71771.0,314300.0,1931.0,3239.0,1162.0,36.0,333.0,0.0,46.0,23.0,2058.0,New York City,New York-Newark-Jersey City +36119007200,"Census Tract 72, Westchester County, New York",6615,5049.0,102567.0,546100.0,2782.0,4344.0,423.0,0.0,205.0,0.0,0.0,155.0,1488.0,New York City,New York-Newark-Jersey City +36119007700,"Census Tract 77, Westchester County, New York",5078,3337.0,125972.0,730900.0,2124.0,4046.0,103.0,11.0,297.0,0.0,57.0,57.0,507.0,New York City,New York-Newark-Jersey City +36119008902,"Census Tract 89.02, Westchester County, New York",3665,2475.0,61875.0,550400.0,998.0,1236.0,609.0,31.0,309.0,0.0,14.0,36.0,1430.0,New York City,New York-Newark-Jersey City +36119009300,"Census Tract 93, Westchester County, New York",3725,2351.0,32281.0,996400.0,983.0,1017.0,1197.0,26.0,457.0,0.0,0.0,0.0,1054.0,New York City,New York-Newark-Jersey City +36119009400,"Census Tract 94, Westchester County, New York",4278,3266.0,80114.0,632500.0,1444.0,1415.0,540.0,0.0,325.0,0.0,0.0,63.0,1935.0,New York City,New York-Newark-Jersey City +36119009800,"Census Tract 98, Westchester County, New York",4458,2903.0,250001.0,1515200.0,2556.0,3418.0,24.0,10.0,575.0,12.0,0.0,159.0,270.0,New York City,New York-Newark-Jersey City +36119009900,"Census Tract 99, Westchester County, New York",3015,1867.0,250001.0,2000001.0,1673.0,2276.0,2.0,0.0,358.0,0.0,0.0,116.0,263.0,New York City,New York-Newark-Jersey City +36119012400,"Census Tract 124, Westchester County, New York",5230,3811.0,198500.0,923700.0,2879.0,4799.0,78.0,0.0,181.0,0.0,10.0,56.0,106.0,New York City,New York-Newark-Jersey City +36119013000,"Census Tract 130, Westchester County, New York",6703,4568.0,98098.0,482500.0,2102.0,3633.0,206.0,0.0,129.0,0.0,0.0,34.0,2701.0,New York City,New York-Newark-Jersey City +36119013304,"Census Tract 133.04, Westchester County, New York",4853,3484.0,72418.0,351800.0,958.0,1137.0,729.0,128.0,155.0,0.0,91.0,7.0,2734.0,New York City,New York-Newark-Jersey City +36119014500,"Census Tract 145, Westchester County, New York",4412,3565.0,86264.0,287600.0,1429.0,2394.0,525.0,0.0,199.0,0.0,19.0,332.0,943.0,New York City,New York-Newark-Jersey City +36119014804,"Census Tract 148.04, Westchester County, New York",8277,6049.0,95188.0,339200.0,2541.0,5214.0,313.0,0.0,307.0,0.0,0.0,44.0,2399.0,New York City,New York-Newark-Jersey City +36119014808,"Census Tract 148.08, Westchester County, New York",3682,2528.0,134798.0,448600.0,1639.0,3003.0,47.0,0.0,288.0,0.0,0.0,28.0,316.0,New York City,New York-Newark-Jersey City +36119005200,"Census Tract 52, Westchester County, New York",4683,3137.0,160909.0,698800.0,1931.0,4165.0,16.0,0.0,125.0,0.0,58.0,71.0,248.0,New York City,New York-Newark-Jersey City +36119008500,"Census Tract 85, Westchester County, New York",3320,2183.0,222708.0,2000001.0,1818.0,2984.0,5.0,0.0,236.0,0.0,0.0,0.0,95.0,New York City,New York-Newark-Jersey City +36119005500,"Census Tract 55, Westchester County, New York",5634,3372.0,158417.0,858900.0,2534.0,4608.0,156.0,0.0,218.0,0.0,13.0,183.0,456.0,New York City,New York-Newark-Jersey City +36119006802,"Census Tract 68.02, Westchester County, New York",5688,4133.0,174477.0,663500.0,3347.0,4587.0,391.0,0.0,254.0,0.0,8.0,32.0,416.0,New York City,New York-Newark-Jersey City +36119007600,"Census Tract 76, Westchester County, New York",6239,3890.0,207663.0,1062700.0,3050.0,5590.0,21.0,77.0,148.0,0.0,53.0,117.0,233.0,New York City,New York-Newark-Jersey City +36119008602,"Census Tract 86.02, Westchester County, New York",5708,2825.0,196094.0,1196700.0,2033.0,4369.0,325.0,6.0,322.0,0.0,16.0,210.0,460.0,New York City,New York-Newark-Jersey City +36119010903,"Census Tract 109.03, Westchester County, New York",4769,3226.0,84766.0,462100.0,1103.0,1058.0,2341.0,61.0,315.0,0.0,22.0,36.0,997.0,New York City,New York-Newark-Jersey City +36119010300,"Census Tract 103, Westchester County, New York",3162,2394.0,82000.0,294500.0,1561.0,2577.0,184.0,0.0,117.0,0.0,32.0,40.0,212.0,New York City,New York-Newark-Jersey City +36119010500,"Census Tract 105, Westchester County, New York",6887,4756.0,142750.0,641700.0,2921.0,5273.0,476.0,0.0,472.0,0.0,0.0,156.0,510.0,New York City,New York-Newark-Jersey City +36119010804,"Census Tract 108.04, Westchester County, New York",2681,2115.0,115523.0,364300.0,1357.0,1761.0,226.0,0.0,138.0,0.0,0.0,31.0,525.0,New York City,New York-Newark-Jersey City +36119012101,"Census Tract 121.01, Westchester County, New York",5599,3620.0,181765.0,774500.0,2540.0,4954.0,104.0,0.0,213.0,0.0,7.0,107.0,214.0,New York City,New York-Newark-Jersey City +36119013202,"Census Tract 132.02, Westchester County, New York",3120,2268.0,111642.0,572300.0,1368.0,2405.0,127.0,0.0,299.0,0.0,0.0,123.0,166.0,New York City,New York-Newark-Jersey City +36119013301,"Census Tract 133.01, Westchester County, New York",3368,2244.0,48269.0,336700.0,485.0,375.0,789.0,224.0,70.0,0.0,0.0,64.0,2070.0,New York City,New York-Newark-Jersey City +36119013700,"Census Tract 137, Westchester County, New York",5555,4403.0,124028.0,455200.0,2718.0,4028.0,425.0,9.0,244.0,0.0,37.0,93.0,728.0,New York City,New York-Newark-Jersey City +36119013900,"Census Tract 139, Westchester County, New York",4883,3422.0,122083.0,486600.0,1958.0,3276.0,392.0,0.0,273.0,0.0,44.0,141.0,757.0,New York City,New York-Newark-Jersey City +36119014400,"Census Tract 144, Westchester County, New York",6036,4142.0,61332.0,268000.0,1157.0,1452.0,1567.0,60.0,123.0,0.0,0.0,63.0,2819.0,New York City,New York-Newark-Jersey City +36119000701,"Census Tract 7.01, Westchester County, New York",3830,2849.0,83713.0,369500.0,1111.0,2086.0,654.0,0.0,252.0,0.0,44.0,53.0,741.0,New York City,New York-Newark-Jersey City +36119000702,"Census Tract 7.02, Westchester County, New York",4088,3265.0,68696.0,287300.0,1532.0,1390.0,1271.0,0.0,120.0,0.0,0.0,113.0,1194.0,New York City,New York-Newark-Jersey City +36119000802,"Census Tract 8.02, Westchester County, New York",2394,1546.0,62583.0,367500.0,405.0,1055.0,138.0,0.0,192.0,0.0,0.0,35.0,974.0,New York City,New York-Newark-Jersey City +36119001101,"Census Tract 11.01, Westchester County, New York",3820,1918.0,38162.0,302000.0,102.0,392.0,749.0,0.0,43.0,0.0,0.0,12.0,2624.0,New York City,New York-Newark-Jersey City +36119001303,"Census Tract 13.03, Westchester County, New York",7459,4266.0,39275.0,315100.0,534.0,791.0,1290.0,0.0,870.0,0.0,0.0,72.0,4436.0,New York City,New York-Newark-Jersey City +36119001401,"Census Tract 14.01, Westchester County, New York",4451,3078.0,85625.0,497300.0,883.0,2546.0,502.0,0.0,232.0,0.0,0.0,0.0,1171.0,New York City,New York-Newark-Jersey City +36119001502,"Census Tract 15.02, Westchester County, New York",3076,2453.0,78750.0,219300.0,779.0,2259.0,226.0,0.0,92.0,0.0,0.0,0.0,499.0,New York City,New York-Newark-Jersey City +36119002103,"Census Tract 21.03, Westchester County, New York",3334,2261.0,161034.0,606300.0,1409.0,2884.0,9.0,0.0,202.0,0.0,0.0,26.0,213.0,New York City,New York-Newark-Jersey City +36119002107,"Census Tract 21.07, Westchester County, New York",1717,1068.0,73750.0,487900.0,473.0,741.0,168.0,0.0,387.0,0.0,0.0,10.0,411.0,New York City,New York-Newark-Jersey City +36119002204,"Census Tract 22.04, Westchester County, New York",5047,3333.0,77563.0,257800.0,1688.0,3237.0,448.0,4.0,227.0,8.0,20.0,89.0,1014.0,New York City,New York-Newark-Jersey City +36119002600,"Census Tract 26, Westchester County, New York",3926,2697.0,64931.0,345200.0,553.0,123.0,3177.0,59.0,61.0,0.0,67.0,34.0,419.0,New York City,New York-Newark-Jersey City +36119985000,"Census Tract 9850, Westchester County, New York",2487,15.0,-666666666.0,-666666666.0,6.0,1539.0,323.0,12.0,84.0,11.0,0.0,80.0,446.0,New York City,New York-Newark-Jersey City +36119983000,"Census Tract 9830, Westchester County, New York",1306,1207.0,-666666666.0,-666666666.0,109.0,450.0,499.0,23.0,12.0,0.0,0.0,110.0,212.0,New York City,New York-Newark-Jersey City +36119984000,"Census Tract 9840, Westchester County, New York",380,308.0,43125.0,-666666666.0,75.0,185.0,140.0,0.0,0.0,0.0,0.0,4.0,51.0,New York City,New York-Newark-Jersey City +36119012802,"Census Tract 128.02, Westchester County, New York",7203,4903.0,66997.0,610400.0,2567.0,4687.0,72.0,0.0,192.0,0.0,0.0,86.0,2166.0,New York City,New York-Newark-Jersey City +36119014901,"Census Tract 149.01, Westchester County, New York",6479,4271.0,156393.0,642100.0,2408.0,5533.0,17.0,44.0,268.0,0.0,0.0,51.0,566.0,New York City,New York-Newark-Jersey City +36119014903,"Census Tract 149.03, Westchester County, New York",4584,3981.0,82453.0,457100.0,2242.0,4382.0,29.0,43.0,2.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City +36119014909,"Census Tract 149.09, Westchester County, New York",2948,2316.0,96154.0,423400.0,1529.0,2612.0,0.0,0.0,122.0,0.0,0.0,0.0,214.0,New York City,New York-Newark-Jersey City +36119014810,"Census Tract 148.10, Westchester County, New York",2046,1674.0,49861.0,269000.0,441.0,1895.0,17.0,0.0,8.0,0.0,0.0,22.0,104.0,New York City,New York-Newark-Jersey City +36119014811,"Census Tract 148.11, Westchester County, New York",5831,3804.0,134167.0,444200.0,2097.0,4444.0,258.0,0.0,297.0,0.0,42.0,62.0,728.0,New York City,New York-Newark-Jersey City +36119981000,"Census Tract 9810, Westchester County, New York",2101,1483.0,46429.0,-666666666.0,425.0,663.0,619.0,0.0,407.0,0.0,11.0,0.0,401.0,New York City,New York-Newark-Jersey City +36119982000,"Census Tract 9820, Westchester County, New York",1642,1564.0,-666666666.0,-666666666.0,43.0,208.0,915.0,0.0,46.0,0.0,0.0,17.0,456.0,New York City,New York-Newark-Jersey City +42103950900,"Census Tract 9509, Pike County, Pennsylvania",4191,3094.0,50451.0,152400.0,762.0,3863.0,62.0,20.0,28.0,0.0,0.0,2.0,216.0,New York City,New York-Newark-Jersey City +42103950606,"Census Tract 9506.06, Pike County, Pennsylvania",6000,4539.0,72323.0,231500.0,1398.0,5434.0,52.0,16.0,135.0,0.0,0.0,8.0,355.0,New York City,New York-Newark-Jersey City +42103950202,"Census Tract 9502.02, Pike County, Pennsylvania",1453,1077.0,51875.0,173400.0,156.0,1330.0,7.0,0.0,0.0,0.0,0.0,43.0,73.0,New York City,New York-Newark-Jersey City +42103950702,"Census Tract 9507.02, Pike County, Pennsylvania",3053,2152.0,60597.0,152700.0,425.0,2554.0,11.0,0.0,61.0,0.0,0.0,166.0,261.0,New York City,New York-Newark-Jersey City +42103950501,"Census Tract 9505.01, Pike County, Pennsylvania",1586,1037.0,54010.0,191500.0,236.0,1300.0,75.0,0.0,36.0,0.0,12.0,40.0,123.0,New York City,New York-Newark-Jersey City +42103950102,"Census Tract 9501.02, Pike County, Pennsylvania",2316,1766.0,58929.0,193000.0,535.0,1975.0,5.0,0.0,25.0,0.0,21.0,16.0,274.0,New York City,New York-Newark-Jersey City +42103950502,"Census Tract 9505.02, Pike County, Pennsylvania",3064,1994.0,63640.0,190100.0,645.0,2186.0,294.0,0.0,103.0,0.0,23.0,65.0,393.0,New York City,New York-Newark-Jersey City +42103950301,"Census Tract 9503.01, Pike County, Pennsylvania",2515,2018.0,55882.0,192800.0,746.0,2344.0,18.0,0.0,40.0,0.0,0.0,84.0,29.0,New York City,New York-Newark-Jersey City +42103950201,"Census Tract 9502.01, Pike County, Pennsylvania",3544,2734.0,68056.0,235800.0,773.0,2866.0,365.0,0.0,0.0,0.0,38.0,21.0,254.0,New York City,New York-Newark-Jersey City +42103950302,"Census Tract 9503.02, Pike County, Pennsylvania",712,656.0,67829.0,329100.0,253.0,707.0,0.0,5.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City +42103950802,"Census Tract 9508.02, Pike County, Pennsylvania",5589,3899.0,52442.0,141400.0,949.0,2791.0,1157.0,9.0,43.0,0.0,0.0,10.0,1579.0,New York City,New York-Newark-Jersey City +42103950801,"Census Tract 9508.01, Pike County, Pennsylvania",4647,3312.0,58553.0,119600.0,770.0,2843.0,819.0,0.0,70.0,0.0,0.0,50.0,865.0,New York City,New York-Newark-Jersey City +42103950601,"Census Tract 9506.01, Pike County, Pennsylvania",1462,1110.0,71328.0,276200.0,381.0,1365.0,3.0,0.0,9.0,0.0,0.0,25.0,60.0,New York City,New York-Newark-Jersey City +42103950603,"Census Tract 9506.03, Pike County, Pennsylvania",1124,912.0,45568.0,280800.0,219.0,1043.0,16.0,0.0,5.0,0.0,0.0,17.0,43.0,New York City,New York-Newark-Jersey City +42103950104,"Census Tract 9501.04, Pike County, Pennsylvania",2410,1952.0,63508.0,228700.0,500.0,2228.0,38.0,5.0,42.0,0.0,0.0,4.0,98.0,New York City,New York-Newark-Jersey City +42103950103,"Census Tract 9501.03, Pike County, Pennsylvania",2267,1570.0,63169.0,173000.0,375.0,1988.0,0.0,0.0,21.0,8.0,0.0,101.0,149.0,New York City,New York-Newark-Jersey City +42103950605,"Census Tract 9506.05, Pike County, Pennsylvania",5693,3822.0,82500.0,215800.0,934.0,4677.0,220.0,14.0,0.0,0.0,73.0,29.0,680.0,New York City,New York-Newark-Jersey City +42103950701,"Census Tract 9507.01, Pike County, Pennsylvania",4061,2736.0,66953.0,157100.0,654.0,3684.0,16.0,0.0,56.0,0.0,0.0,0.0,305.0,New York City,New York-Newark-Jersey City diff --git a/output/for_maps/Atlanta_data.csv b/output/for_maps/Atlanta_data.csv new file mode 100644 index 0000000..117337c --- /dev/null +++ b/output/for_maps/Atlanta_data.csv @@ -0,0 +1,140 @@ +GEOID,name,total_population_17,white_alone_17,black_alone_17,native_alone_17,asian_alone_17,native_hawaiian_pacific_islander_17,hispanic_or_latino_17,city,gentrified,pct_white_alone_change,pct_black_alone_change,pct_native_alone_change,pct_asian_alone_change,pct_hispanic_or_latino_change,pct_native_hawaiian_pacific_islander_change,INTPTLAT,INTPTLON +13089020100,"Census Tract 201, DeKalb County, Georgia",2076,1885.0,36.0,0.0,25.0,0.0,95.0,Atlanta,False,6.672,-1.126,-0.224,-0.647,-6.192,0.0,+33.7998709,-084.3432667 +13089020200,"Census Tract 202, DeKalb County, Georgia",2045,1596.0,187.0,0.0,101.0,0.0,108.0,Atlanta,False,-8.722,2.642,-0.546,2.299,2.189,0.0,+33.7756064,-084.3402667 +13089020300,"Census Tract 203, DeKalb County, Georgia",4151,3612.0,146.0,27.0,81.0,0.0,149.0,Atlanta,False,9.066,-13.5,0.128,0.539,1.379,0.0,+33.7659856,-084.3295009 +13089020400,"Census Tract 204, DeKalb County, Georgia",2574,2251.0,74.0,0.0,132.0,0.0,74.0,Atlanta,False,0.274,-3.225,-0.517,3.014,-0.466,0.0,+33.7660727,-084.3443392 +13089020500,"Census Tract 205, DeKalb County, Georgia",3305,1596.0,1286.0,0.0,95.0,0.0,180.0,Atlanta,True,41.047,-50.412,-0.062,2.593,2.511,0.0,+33.7526586,-084.3416193 +13089020600,"Census Tract 206, DeKalb County, Georgia",2102,766.0,1083.0,38.0,16.0,0.0,66.0,Atlanta,True,34.272,-45.202,1.485,0.623,2.586,0.0,+33.7576172,-084.3356822 +13089020700,"Census Tract 207, DeKalb County, Georgia",2231,1235.0,813.0,0.0,36.0,0.0,55.0,Atlanta,True,46.116,-43.895,-0.191,1.309,-7.348,0.0,+33.7538960,-084.3249841 +13089020801,"Census Tract 208.01, DeKalb County, Georgia",2619,1469.0,914.0,0.0,17.0,0.0,46.0,Atlanta,False,43.231,-49.589,-0.258,0.465,-0.234,0.0,+33.7558508,-084.3162221 +13089020802,"Census Tract 208.02, DeKalb County, Georgia",4764,1717.0,2624.0,0.0,115.0,0.0,208.0,Atlanta,False,22.108,-28.178,-0.225,2.274,1.978,-0.028,+33.7469340,-084.3020704 +13089020900,"Census Tract 209, DeKalb County, Georgia",5811,2708.0,2790.0,0.0,108.0,0.0,128.0,Atlanta,True,30.7,-32.873,-0.248,1.3,0.045,0.0,+33.7365044,-084.3368900 +13089021415,"Census Tract 214.15, DeKalb County, Georgia",3678,2443.0,185.0,66.0,303.0,0.0,598.0,Atlanta,False,33.794,-7.52,1.566,3.955,-33.745,-0.008,+33.8397088,-084.3448974 +13089022401,"Census Tract 224.01, DeKalb County, Georgia",3708,2968.0,328.0,6.0,197.0,0.0,68.0,Atlanta,False,-9.908,4.285,-0.25,2.53,-0.15,-0.026,+33.7884482,-084.3430661 +13089022402,"Census Tract 224.02, DeKalb County, Georgia",6188,2634.0,845.0,0.0,2043.0,0.0,371.0,Atlanta,False,-27.096,4.229,-0.197,15.809,2.992,-0.022,+33.7981091,-084.3224275 +13089023601,"Census Tract 236.01, DeKalb County, Georgia",3092,876.0,2051.0,20.0,39.0,0.0,79.0,Atlanta,True,24.309,-27.072,0.357,0.778,0.785,0.0,+33.7347291,-084.2987230 +13089023700,"Census Tract 237, DeKalb County, Georgia",6211,994.0,4796.0,75.0,17.0,1.0,87.0,Atlanta,True,12.311,-17.606,1.034,0.086,0.342,0.016,+33.7313084,-084.3183573 +13089980000,"Census Tract 9800, DeKalb County, Georgia",0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,False,,,,,,,+33.7426368,-084.3022466 +13121000100,"Census Tract 1, Fulton County, Georgia",5183,4611.0,92.0,0.0,114.0,0.0,166.0,Atlanta,False,-4.341,-0.538,-0.289,0.634,0.964,0.0,+33.7997992,-084.3549254 +13121000200,"Census Tract 2, Fulton County, Georgia",6282,5539.0,251.0,0.0,188.0,0.0,183.0,Atlanta,False,-0.612,-1.272,-0.385,0.919,-0.152,0.0,+33.7916329,-084.3641988 +13121000400,"Census Tract 4, Fulton County, Georgia",1805,1495.0,196.0,0.0,45.0,0.0,36.0,Atlanta,False,-6.289,3.741,-0.24,1.269,0.109,0.0,+33.7883241,-084.3785105 +13121000500,"Census Tract 5, Fulton County, Georgia",5572,3674.0,1099.0,0.0,341.0,15.0,326.0,Atlanta,False,-9.056,0.925,-0.513,3.26,3.528,0.242,+33.7961563,-084.3853669 +13121000600,"Census Tract 6, Fulton County, Georgia",6350,2989.0,998.0,0.0,1721.0,25.0,376.0,Atlanta,False,-14.621,3.342,-0.037,7.154,1.377,0.357,+33.7853862,-084.4056539 +13121000700,"Census Tract 7, Fulton County, Georgia",3121,699.0,2108.0,23.0,31.0,8.0,180.0,Atlanta,False,8.373,-15.618,0.681,0.317,3.739,0.003,+33.7799603,-084.4233105 +13121001001,"Census Tract 10.01, Fulton County, Georgia",2740,1502.0,269.0,13.0,732.0,0.0,119.0,Atlanta,False,-8.947,-0.569,0.387,5.431,0.732,-0.033,+33.7828223,-084.3902405 +13121001002,"Census Tract 10.02, Fulton County, Georgia",6998,3360.0,1263.0,52.0,1574.0,0.0,530.0,Atlanta,False,-15.75,7.661,0.656,1.208,3.963,-0.033,+33.7763538,-084.3995123 +13121001100,"Census Tract 11, Fulton County, Georgia",4356,3097.0,356.0,56.0,511.0,19.0,162.0,Atlanta,False,-3.251,-8.876,0.975,8.189,-0.719,0.436,+33.7841633,-084.3830169 +13121001201,"Census Tract 12.01, Fulton County, Georgia",4030,3028.0,463.0,0.0,184.0,0.0,249.0,Atlanta,False,4.576,-8.702,-0.739,1.038,1.674,-0.024,+33.7763742,-084.3803049 +13121001202,"Census Tract 12.02, Fulton County, Georgia",4141,2654.0,725.0,30.0,329.0,0.0,273.0,Atlanta,False,-6.469,-2.683,-0.015,4.417,2.088,-0.024,+33.7767840,-084.3851556 +13121001300,"Census Tract 13, Fulton County, Georgia",4655,2728.0,1088.0,0.0,268.0,0.0,433.0,Atlanta,False,-11.177,-1.483,-0.385,3.858,6.582,0.0,+33.7761933,-084.3715699 +13121001400,"Census Tract 14, Fulton County, Georgia",2281,1955.0,71.0,0.0,79.0,0.0,68.0,Atlanta,False,3.642,-9.0,-0.376,1.069,0.399,0.0,+33.7770784,-084.3622634 +13121001500,"Census Tract 15, Fulton County, Georgia",4637,3314.0,475.0,0.0,125.0,0.0,565.0,Atlanta,False,-11.936,0.496,-0.594,0.223,8.928,0.0,+33.7764812,-084.3539881 +13121001600,"Census Tract 16, Fulton County, Georgia",2304,1705.0,379.0,0.0,107.0,0.0,80.0,Atlanta,False,-5.926,2.709,-0.863,1.766,1.098,-0.072,+33.7664826,-084.3570224 +13121001700,"Census Tract 17, Fulton County, Georgia",4439,1965.0,1942.0,0.0,173.0,0.0,237.0,Atlanta,True,31.897,-39.81,-0.399,3.578,2.067,0.0,+33.7659024,-084.3671952 +13121001800,"Census Tract 18, Fulton County, Georgia",4336,1894.0,1997.0,0.0,281.0,0.0,137.0,Atlanta,False,8.078,-14.0,-0.394,4.877,1.296,0.0,+33.7663445,-084.3780718 +13121001900,"Census Tract 19, Fulton County, Georgia",5188,2269.0,1600.0,32.0,848.0,10.0,305.0,Atlanta,True,18.041,-38.278,0.193,14.365,3.522,0.193,+33.7661809,-084.3873376 +13121002100,"Census Tract 21, Fulton County, Georgia",2640,740.0,1575.0,0.0,214.0,0.0,93.0,Atlanta,False,7.877,-8.555,-0.254,-0.413,1.107,0.0,+33.7655158,-084.3948076 +13121002300,"Census Tract 23, Fulton County, Georgia",1500,109.0,1369.0,0.0,0.0,0.0,0.0,Atlanta,False,6.125,-6.006,-0.147,-0.368,-1.032,0.0,+33.7672497,-084.4186374 +13121002400,"Census Tract 24, Fulton County, Georgia",2645,100.0,2491.0,0.0,26.0,0.0,21.0,Atlanta,True,2.849,-4.079,-0.081,0.78,0.308,0.0,+33.7586698,-084.4248089 +13121002500,"Census Tract 25, Fulton County, Georgia",2271,79.0,2073.0,3.0,13.0,0.0,44.0,Atlanta,True,2.823,-6.498,0.082,0.471,0.574,0.0,+33.7590744,-084.4126613 +13121002600,"Census Tract 26, Fulton County, Georgia",1777,43.0,1538.0,0.0,21.0,0.0,133.0,Atlanta,False,-0.265,-9.459,-0.073,1.182,6.251,0.0,+33.7587937,-084.4026285 +13121002800,"Census Tract 28, Fulton County, Georgia",5005,1395.0,2743.0,21.0,361.0,0.0,367.0,Atlanta,False,19.058,-20.116,0.21,6.793,-8.127,0.0,+33.7580870,-084.3793990 +13121002900,"Census Tract 29, Fulton County, Georgia",2385,1229.0,880.0,0.0,136.0,0.0,78.0,Atlanta,True,32.625,-36.096,-1.2,4.877,-2.656,0.0,+33.7580053,-084.3693491 +13121003000,"Census Tract 30, Fulton County, Georgia",3325,2646.0,271.0,15.0,180.0,0.0,114.0,Atlanta,False,-3.145,-2.927,-0.362,3.28,1.193,0.0,+33.7587580,-084.3572779 +13121003100,"Census Tract 31, Fulton County, Georgia",1974,1170.0,696.0,0.0,18.0,0.0,72.0,Atlanta,True,48.139,-47.829,-0.492,-0.318,-0.166,0.0,+33.7520808,-084.3530446 +13121003200,"Census Tract 32, Fulton County, Georgia",2251,1701.0,199.0,0.0,54.0,0.0,78.0,Atlanta,False,14.722,-24.84,-1.201,2.063,-0.071,-0.067,+33.7498233,-084.3650959 +13121003500,"Census Tract 35, Fulton County, Georgia",2175,748.0,1220.0,10.0,29.0,0.0,87.0,Atlanta,False,17.841,-20.242,-0.268,0.282,-1.256,-0.081,+33.7509444,-084.3916567 +13121003600,"Census Tract 36, Fulton County, Georgia",1358,159.0,1066.0,0.0,23.0,0.0,22.0,Atlanta,False,6.315,-12.847,-0.2,0.762,-0.244,0.0,+33.7518731,-084.4029233 +13121003700,"Census Tract 37, Fulton County, Georgia",136,0.0,136.0,0.0,0.0,0.0,0.0,Atlanta,False,-0.628,1.047,-0.07,0.0,-0.279,0.0,+33.7489883,-084.4101331 +13121003800,"Census Tract 38, Fulton County, Georgia",4091,670.0,2819.0,10.0,263.0,0.0,245.0,Atlanta,True,16.157,-28.673,0.156,6.165,4.405,0.0,+33.7508286,-084.4120230 +13121003900,"Census Tract 39, Fulton County, Georgia",2522,29.0,2471.0,0.0,0.0,0.0,22.0,Atlanta,False,0.82,-0.868,-0.247,-0.33,0.666,0.0,+33.7500701,-084.4221427 +13121004000,"Census Tract 40, Fulton County, Georgia",2522,69.0,2416.0,0.0,5.0,0.0,32.0,Atlanta,False,2.262,-2.434,-0.095,0.135,0.227,-0.032,+33.7499716,-084.4362262 +13121004100,"Census Tract 41, Fulton County, Georgia",2127,145.0,1921.0,0.0,0.0,0.0,19.0,Atlanta,False,5.024,-4.149,-0.351,-1.754,-0.549,0.0,+33.7408850,-084.4280836 +13121004200,"Census Tract 42, Fulton County, Georgia",2546,275.0,2238.0,0.0,0.0,0.0,33.0,Atlanta,False,8.996,-8.086,-0.12,-0.201,-0.349,0.0,+33.7390423,-084.4181855 +13121004300,"Census Tract 43, Fulton County, Georgia",3060,428.0,2262.0,0.0,206.0,0.0,99.0,Atlanta,False,10.557,-20.952,-0.144,6.515,1.935,0.0,+33.7453619,-084.4091076 +13121004400,"Census Tract 44, Fulton County, Georgia",2516,43.0,2353.0,0.0,0.0,0.0,58.0,Atlanta,True,1.127,-4.674,-0.233,-0.175,1.49,0.0,+33.7407585,-084.4017770 +13121004800,"Census Tract 48, Fulton County, Georgia",1158,221.0,743.0,0.0,125.0,0.0,46.0,Atlanta,False,15.994,-30.972,-0.133,10.571,2.863,0.0,+33.7443311,-084.3839375 +13121004900,"Census Tract 49, Fulton County, Georgia",2565,1432.0,862.0,4.0,37.0,0.0,141.0,Atlanta,False,9.233,-15.684,-0.187,0.413,3.145,0.0,+33.7409122,-084.3794478 +13121005000,"Census Tract 50, Fulton County, Georgia",2013,1405.0,457.0,2.0,45.0,0.0,67.0,Atlanta,False,10.088,-5.096,-0.682,1.298,-6.979,-0.052,+33.7420805,-084.3650954 +13121005200,"Census Tract 52, Fulton County, Georgia",5661,3819.0,1259.0,10.0,186.0,0.0,352.0,Atlanta,False,18.627,-21.931,-0.37,1.617,1.642,-0.058,+33.7355106,-084.3544774 +13121005300,"Census Tract 53, Fulton County, Georgia",3619,2312.0,897.0,0.0,11.0,0.0,160.0,Atlanta,False,22.149,-27.911,-0.484,-1.321,1.413,0.0,+33.7321404,-084.3708875 +13121005501,"Census Tract 55.01, Fulton County, Georgia",2298,408.0,1662.0,8.0,73.0,0.0,131.0,Atlanta,True,16.024,-22.44,0.095,1.783,4.012,0.0,+33.7298670,-084.3837371 +13121005502,"Census Tract 55.02, Fulton County, Georgia",2523,112.0,2403.0,0.0,0.0,0.0,8.0,Atlanta,True,0.94,4.276,0.0,-0.814,-4.402,0.0,+33.7162175,-084.3867651 +13121005700,"Census Tract 57, Fulton County, Georgia",1708,33.0,1596.0,0.0,5.0,0.0,29.0,Atlanta,False,1.425,-2.867,0.0,-1.661,0.54,0.0,+33.7319561,-084.4032660 +13121005800,"Census Tract 58, Fulton County, Georgia",1924,313.0,1504.0,0.0,44.0,2.0,15.0,Atlanta,False,9.138,4.672,-0.493,-14.798,-0.969,0.104,+33.7318610,-084.4105985 +13121006000,"Census Tract 60, Fulton County, Georgia",3643,98.0,3294.0,7.0,15.0,0.0,214.0,Atlanta,False,1.376,-7.047,0.051,0.201,5.194,0.0,+33.7379429,-084.4390350 +13121006100,"Census Tract 61, Fulton County, Georgia",3758,41.0,3650.0,0.0,0.0,0.0,15.0,Atlanta,False,-0.527,-0.377,-0.162,-0.092,-0.086,0.0,+33.7277552,-084.4370324 +13121006200,"Census Tract 62, Fulton County, Georgia",1664,88.0,1482.0,8.0,0.0,0.0,23.0,Atlanta,False,3.677,-8.708,0.481,0.0,0.824,0.0,+33.7284830,-084.4217305 +13121006300,"Census Tract 63, Fulton County, Georgia",1384,94.0,1277.0,0.0,13.0,0.0,0.0,Atlanta,False,5.887,-4.378,-0.319,0.141,-1.33,0.0,+33.7237613,-084.3997049 +13121006400,"Census Tract 64, Fulton County, Georgia",1075,238.0,522.0,57.0,0.0,0.0,308.0,Atlanta,False,16.756,-18.972,4.932,-2.86,5.098,0.0,+33.7188154,-084.3735791 +13121006500,"Census Tract 65, Fulton County, Georgia",4726,707.0,3651.0,8.0,0.0,0.0,101.0,Atlanta,False,7.9,-14.275,-0.173,-0.064,1.281,0.0,+33.7141002,-084.4101260 +13121006601,"Census Tract 66.01, Fulton County, Georgia",2087,319.0,1703.0,0.0,19.0,0.0,22.0,Atlanta,False,4.811,-6.029,-0.454,0.456,0.312,0.0,+33.7114357,-084.4224569 +13121006602,"Census Tract 66.02, Fulton County, Georgia",1356,1.0,1307.0,0.0,0.0,0.0,22.0,Atlanta,False,-3.058,0.728,-0.071,-0.142,0.626,0.0,+33.7186105,-084.4286624 +13121006700,"Census Tract 67, Fulton County, Georgia",4051,167.0,3810.0,0.0,6.0,0.0,32.0,Atlanta,True,-3.019,5.944,-0.103,-0.186,-3.346,0.0,+33.7021727,-084.3954527 +13121006801,"Census Tract 68.01, Fulton County, Georgia",2494,514.0,1350.0,106.0,0.0,0.0,458.0,Atlanta,False,-7.563,-3.914,3.759,-1.322,6.393,-0.038,+33.7102924,-084.3677884 +13121006802,"Census Tract 68.02, Fulton County, Georgia",2180,0.0,2136.0,0.0,0.0,0.0,0.0,Atlanta,False,0.0,-0.963,-0.105,-0.053,-0.897,0.0,+33.7042854,-084.3609663 +13121006900,"Census Tract 69, Fulton County, Georgia",3861,1318.0,1675.0,32.0,0.0,0.0,782.0,Atlanta,True,13.088,-13.825,0.042,-0.363,-0.158,0.0,+33.7183138,-084.3587699 +13121007001,"Census Tract 70.01, Fulton County, Georgia",4797,96.0,4494.0,1.0,0.0,0.0,205.0,Atlanta,False,-5.281,9.284,-0.2,-0.603,-2.999,0.0,+33.6915165,-084.3868055 +13121007002,"Census Tract 70.02, Fulton County, Georgia",2548,62.0,2307.0,34.0,23.0,0.0,156.0,Atlanta,False,-3.522,18.378,1.116,-7.343,-6.422,0.0,+33.6920865,-084.3682107 +13121007100,"Census Tract 71, Fulton County, Georgia",2266,113.0,1994.0,0.0,0.0,0.0,157.0,Atlanta,False,4.273,-9.047,-0.28,-0.255,5.4,0.0,+33.6963573,-084.3546554 +13121007200,"Census Tract 72, Fulton County, Georgia",2307,23.0,2154.0,0.0,99.0,0.0,18.0,Atlanta,False,-0.805,1.153,-0.12,3.979,-4.53,-0.024,+33.6563757,-084.3609353 +13121007300,"Census Tract 73, Fulton County, Georgia",7880,188.0,7251.0,0.0,0.0,0.0,102.0,Atlanta,False,-0.426,-2.425,-0.189,-0.122,-1.14,0.0,+33.6727170,-084.3812442 +13121007400,"Census Tract 74, Fulton County, Georgia",3435,202.0,2641.0,0.0,0.0,0.0,570.0,Atlanta,False,-4.003,26.685,-0.553,-11.99,-9.89,0.0,+33.6789102,-084.4070935 +13121007500,"Census Tract 75, Fulton County, Georgia",3280,279.0,2839.0,0.0,7.0,0.0,76.0,Atlanta,False,-5.337,6.982,-0.182,-1.739,-1.846,0.0,+33.6934857,-084.4097937 +13121007602,"Census Tract 76.02, Fulton County, Georgia",2737,33.0,2623.0,0.0,0.0,0.0,81.0,Atlanta,False,0.047,-1.602,-0.176,-0.035,1.871,0.0,+33.7109013,-084.4621548 +13121007603,"Census Tract 76.03, Fulton County, Georgia",4613,63.0,4440.0,13.0,29.0,0.0,68.0,Atlanta,False,-4.557,4.052,0.196,0.5,-0.06,0.0,+33.7065095,-084.4403830 +13121007604,"Census Tract 76.04, Fulton County, Georgia",2536,28.0,2270.0,0.0,0.0,0.0,231.0,Atlanta,False,-4.819,-2.687,-0.086,-0.129,7.575,0.0,+33.7010616,-084.4654727 +13121007703,"Census Tract 77.03, Fulton County, Georgia",4403,42.0,4314.0,0.0,0.0,0.0,0.0,Atlanta,False,-0.42,0.285,-0.093,-0.116,-0.629,0.0,+33.7039885,-084.5086077 +13121007704,"Census Tract 77.04, Fulton County, Georgia",5852,89.0,5362.0,0.0,0.0,0.0,362.0,Atlanta,False,0.147,-6.067,-0.093,-0.116,5.557,0.0,+33.7080796,-084.4873952 +13121007705,"Census Tract 77.05, Fulton County, Georgia",4618,86.0,4475.0,0.0,0.0,0.0,8.0,Atlanta,False,-0.36,0.176,-0.129,-0.196,-0.515,0.0,+33.6831530,-084.4909911 +13121007706,"Census Tract 77.06, Fulton County, Georgia",9593,187.0,9100.0,141.0,0.0,0.0,138.0,Atlanta,True,-0.002,-2.174,1.342,-0.18,0.772,0.0,+33.6716245,-084.5225112 +13121007802,"Census Tract 78.02, Fulton County, Georgia",10402,70.0,10157.0,6.0,0.0,0.0,0.0,Atlanta,False,-1.898,1.194,-0.021,-0.252,-0.568,0.0,+33.7135595,-084.5286786 +13121007805,"Census Tract 78.05, Fulton County, Georgia",3540,34.0,3422.0,0.0,34.0,0.0,20.0,Atlanta,False,-0.703,9.489,-0.072,-0.052,-9.462,-0.506,+33.7538409,-084.5381827 +13121007806,"Census Tract 78.06, Fulton County, Georgia",7035,185.0,6425.0,0.0,17.0,0.0,408.0,Atlanta,False,1.733,-6.553,-0.114,-0.14,5.094,-0.019,+33.7459578,-084.5145823 +13121007807,"Census Tract 78.07, Fulton County, Georgia",3564,5.0,3227.0,0.0,0.0,0.0,204.0,Atlanta,False,-0.248,-3.667,-0.332,-0.111,1.043,0.0,+33.7624507,-084.4968617 +13121007808,"Census Tract 78.08, Fulton County, Georgia",4447,0.0,4187.0,0.0,0.0,0.0,241.0,Atlanta,False,-0.299,-3.556,-0.249,-0.075,3.9,-0.025,+33.7516330,-084.4998632 +13121007900,"Census Tract 79, Fulton County, Georgia",5455,179.0,5263.0,13.0,0.0,0.0,0.0,Atlanta,False,2.233,-1.743,0.056,-0.023,-0.478,0.0,+33.7322875,-084.4915565 +13121008000,"Census Tract 80, Fulton County, Georgia",5965,131.0,5728.0,0.0,0.0,0.0,48.0,Atlanta,False,0.786,-1.64,-0.209,-0.207,0.351,0.0,+33.7245322,-084.4555814 +13121008101,"Census Tract 81.01, Fulton County, Georgia",1301,12.0,1289.0,0.0,0.0,0.0,0.0,Atlanta,False,0.476,1.397,-0.446,0.0,-1.427,0.0,+33.7359326,-084.4538952 +13121008102,"Census Tract 81.02, Fulton County, Georgia",6876,5.0,6325.0,0.0,61.0,0.0,468.0,Atlanta,False,-1.097,1.441,-0.182,0.598,-0.992,0.0,+33.7418287,-084.4716010 +13121008201,"Census Tract 82.01, Fulton County, Georgia",5555,148.0,5311.0,0.0,0.0,0.0,9.0,Atlanta,False,2.366,-3.289,-0.193,-0.158,-0.171,0.0,+33.7699904,-084.4826839 +13121008202,"Census Tract 82.02, Fulton County, Georgia",2090,67.0,2001.0,0.0,0.0,0.0,22.0,Atlanta,False,2.907,-1.703,-0.138,-0.276,-0.627,0.0,+33.7793244,-084.5210258 +13121008301,"Census Tract 83.01, Fulton County, Georgia",2556,55.0,2487.0,0.0,0.0,0.0,3.0,Atlanta,False,1.84,-0.983,-0.286,0.0,-0.924,0.0,+33.7642260,-084.4588619 +13121008302,"Census Tract 83.02, Fulton County, Georgia",1653,21.0,1616.0,0.0,0.0,0.0,11.0,Atlanta,False,0.843,-0.532,0.0,-0.213,-0.366,0.0,+33.7573898,-084.4522860 +13121008400,"Census Tract 84, Fulton County, Georgia",2785,353.0,2312.0,14.0,23.0,0.0,62.0,Atlanta,False,11.547,-14.803,0.448,0.789,1.431,-0.018,+33.7618564,-084.4355747 +13121008500,"Census Tract 85, Fulton County, Georgia",2546,48.0,2463.0,0.0,0.0,0.0,0.0,Atlanta,False,1.01,-1.447,-0.167,-0.083,-0.625,0.0,+33.7755602,-084.4440291 +13121008601,"Census Tract 86.01, Fulton County, Georgia",3943,66.0,3835.0,0.0,0.0,0.0,34.0,Atlanta,False,0.796,-0.812,-0.207,-0.069,0.26,0.0,+33.7814707,-084.4661985 +13121008602,"Census Tract 86.02, Fulton County, Georgia",1348,91.0,1208.0,0.0,0.0,0.0,13.0,Atlanta,False,6.089,-8.014,-0.193,-0.055,-0.36,0.0,+33.7928898,-084.4901297 +13121008700,"Census Tract 87, Fulton County, Georgia",5178,465.0,4699.0,0.0,0.0,0.0,14.0,Atlanta,True,7.778,-7.12,-0.045,-0.159,-0.41,-0.023,+33.7939070,-084.4599967 +13121008800,"Census Tract 88, Fulton County, Georgia",4665,2718.0,978.0,0.0,118.0,0.0,576.0,Atlanta,True,20.745,-27.563,-0.605,2.025,-0.395,-0.034,+33.8123521,-084.4590717 +13121008902,"Census Tract 89.02, Fulton County, Georgia",6766,3707.0,1957.0,59.0,541.0,0.0,363.0,Atlanta,False,-14.11,12.11,0.523,1.488,-1.695,0.0,+33.7984651,-084.4194299 +13121008903,"Census Tract 89.03, Fulton County, Georgia",1824,435.0,579.0,0.0,61.0,0.0,715.0,Atlanta,False,-30.537,4.834,-0.311,1.249,23.292,0.0,+33.8165522,-084.4402752 +13121008904,"Census Tract 89.04, Fulton County, Georgia",4889,3704.0,587.0,0.0,303.0,0.0,177.0,Atlanta,False,21.376,-14.902,-0.311,4.103,-12.288,0.0,+33.8192698,-084.4330314 +13121009000,"Census Tract 90, Fulton County, Georgia",5248,4068.0,424.0,6.0,431.0,0.0,210.0,Atlanta,False,-14.406,3.47,-0.108,6.408,2.725,0.0,+33.8141290,-084.4108285 +13121009101,"Census Tract 91.01, Fulton County, Georgia",4551,3399.0,458.0,0.0,371.0,0.0,70.0,Atlanta,False,-3.226,-4.393,-0.47,5.277,-2.291,0.0,+33.8093237,-084.3950330 +13121009102,"Census Tract 91.02, Fulton County, Georgia",3160,1872.0,700.0,0.0,341.0,0.0,197.0,Atlanta,False,-18.672,7.695,-0.47,7.916,2.405,0.0,+33.8067606,-084.3865964 +13121009200,"Census Tract 92, Fulton County, Georgia",6800,3349.0,1134.0,19.0,541.0,0.0,1423.0,Atlanta,False,-14.949,2.08,-0.313,4.257,4.407,0.0,+33.8122786,-084.3618468 +13121009300,"Census Tract 93, Fulton County, Georgia",4916,4242.0,340.0,11.0,89.0,0.0,234.0,Atlanta,False,-4.828,3.59,-0.029,-0.126,1.876,0.0,+33.8212723,-084.3808773 +13121009402,"Census Tract 94.02, Fulton County, Georgia",4957,2404.0,825.0,35.0,739.0,8.0,731.0,Atlanta,False,28.081,7.505,0.466,8.726,-48.511,0.137,+33.8221523,-084.3642584 +13121009403,"Census Tract 94.03, Fulton County, Georgia",4833,2041.0,1142.0,213.0,803.0,0.0,624.0,Atlanta,False,-34.226,12.211,4.111,10.413,8.073,-0.033,+33.8315945,-084.3599075 +13121009404,"Census Tract 94.04, Fulton County, Georgia",4475,3065.0,706.0,25.0,307.0,0.0,250.0,Atlanta,False,-7.964,4.359,0.263,0.657,0.75,-0.033,+33.8388494,-084.3537715 +13121009501,"Census Tract 95.01, Fulton County, Georgia",3631,3512.0,47.0,0.0,41.0,0.0,22.0,Atlanta,False,3.912,-1.943,-0.265,-0.277,-1.344,-0.04,+33.8308250,-084.3962959 +13121009502,"Census Tract 95.02, Fulton County, Georgia",3592,2509.0,558.0,0.0,255.0,0.0,115.0,Atlanta,False,-22.961,12.298,-0.265,5.693,1.252,-0.04,+33.8419877,-084.3860683 +13121009601,"Census Tract 96.01, Fulton County, Georgia",2670,2027.0,227.0,0.0,104.0,0.0,177.0,Atlanta,False,-3.858,2.29,-0.327,0.217,-3.004,0.0,+33.8463916,-084.3777069 +13121009602,"Census Tract 96.02, Fulton County, Georgia",4953,3720.0,729.0,0.0,187.0,0.0,154.0,Atlanta,False,-4.67,8.506,-0.327,0.097,-6.524,0.0,+33.8440942,-084.3614273 +13121009603,"Census Tract 96.03, Fulton County, Georgia",4401,3050.0,774.0,0.0,76.0,0.0,333.0,Atlanta,False,-10.474,11.375,-0.327,-1.951,-2.067,0.0,+33.8343705,-084.3757572 +13121009700,"Census Tract 97, Fulton County, Georgia",3855,3271.0,315.0,0.0,142.0,0.0,127.0,Atlanta,False,-7.388,4.838,-0.127,1.114,1.589,0.0,+33.8422302,-084.4439703 +13121009801,"Census Tract 98.01, Fulton County, Georgia",4787,4196.0,223.0,0.0,138.0,0.0,162.0,Atlanta,False,-6.828,2.603,-0.181,0.867,2.247,0.0,+33.8391503,-084.4145464 +13121009802,"Census Tract 98.02, Fulton County, Georgia",4648,3708.0,249.0,0.0,465.0,0.0,143.0,Atlanta,False,-14.706,3.302,-0.181,7.988,1.94,0.0,+33.8636555,-084.4250506 +13121009900,"Census Tract 99, Fulton County, Georgia",4980,4515.0,43.0,0.0,314.0,0.0,55.0,Atlanta,False,-2.746,-1.43,-0.111,4.19,-0.611,0.0,+33.8613359,-084.3918503 +13121010001,"Census Tract 100.01, Fulton County, Georgia",4935,3760.0,462.0,0.0,580.0,0.0,59.0,Atlanta,False,-15.968,5.856,-0.138,9.816,-0.765,0.0,+33.8625134,-084.3754032 +13121010002,"Census Tract 100.02, Fulton County, Georgia",7624,6408.0,221.0,5.0,459.0,0.0,375.0,Atlanta,False,-8.108,-0.607,-0.072,4.083,2.958,0.0,+33.8680492,-084.3577716 +13121010114,"Census Tract 101.14, Fulton County, Georgia",6738,4156.0,766.0,345.0,227.0,0.0,1469.0,Atlanta,False,-13.526,3.923,4.945,0.985,7.462,-0.008,+33.8890375,-084.3727042 +13121010206,"Census Tract 102.06, Fulton County, Georgia",5880,4988.0,253.0,6.0,378.0,0.0,180.0,Atlanta,False,-9.881,2.777,-0.081,4.293,2.003,0.0,+33.8959813,-084.4216668 +13121010211,"Census Tract 102.11, Fulton County, Georgia",2738,2414.0,17.0,0.0,13.0,0.0,270.0,Atlanta,False,32.327,-8.868,-0.215,-2.248,-20.754,-0.023,+33.8812683,-084.3956762 +13121010303,"Census Tract 103.03, Fulton County, Georgia",10581,17.0,10382.0,20.0,12.0,0.0,31.0,Atlanta,False,-2.264,1.322,0.117,-0.014,-0.159,-0.09,+33.7082359,-084.5754911 +13121010800,"Census Tract 108, Fulton County, Georgia",6622,1895.0,2844.0,0.0,104.0,0.0,1153.0,Atlanta,False,-13.406,16.88,-0.68,-7.636,-4.4,-0.113,+33.6621228,-084.4093330 +13121011800,"Census Tract 118, Fulton County, Georgia",2198,362.0,1561.0,0.0,148.0,0.0,104.0,Atlanta,True,14.896,-26.208,-0.112,6.658,3.758,0.0,+33.7708994,-084.4087872 +13121011900,"Census Tract 119, Fulton County, Georgia",3289,1085.0,1858.0,3.0,124.0,0.0,179.0,Atlanta,True,22.717,-29.996,-0.039,3.187,3.206,0.0,+33.7538839,-084.3825135 +13121012000,"Census Tract 120, Fulton County, Georgia",2850,138.0,2548.0,5.0,53.0,0.0,47.0,Atlanta,False,1.167,-0.172,0.104,-1.462,-1.284,-0.035,+33.7361403,-084.3928230 +13121980000,"Census Tract 9800, Fulton County, Georgia",0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,False,,,,,,,+33.6518535,-084.4257125 diff --git a/output/for_maps/Atlanta_data.geojson b/output/for_maps/Atlanta_data.geojson new file mode 100644 index 0000000..1aa1d60 --- /dev/null +++ b/output/for_maps/Atlanta_data.geojson @@ -0,0 +1,144 @@ +{ +"type": "FeatureCollection", +"features": [ +{ "type": "Feature", "properties": { "GEOID": "13089020100", "name": "Census Tract 201, DeKalb County, Georgia", "total_population_17": 2076, "white_alone_17": 1885.0, "black_alone_17": 36.0, "native_alone_17": 0.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 95.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 6.672, "pct_black_alone_change": -1.126, "pct_native_alone_change": -0.224, "pct_asian_alone_change": -0.647, "pct_hispanic_or_latino_change": -6.192, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7998709", "INTPTLON": "-084.3432667" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.348298, 33.791511 ], [ -84.348284, 33.791569 ], [ -84.348277, 33.791596 ], [ -84.348274, 33.791609 ], [ -84.348225, 33.791805 ], [ -84.348252, 33.791965 ], [ -84.348265, 33.792045 ], [ -84.348273, 33.792094 ], [ -84.348326, 33.79241 ], [ -84.348303, 33.792662 ], [ -84.348219, 33.793677 ], [ -84.348224, 33.794674 ], [ -84.348224, 33.796057 ], [ -84.348223, 33.797595 ], [ -84.348222, 33.798509 ], [ -84.348222, 33.798573 ], [ -84.348222, 33.798614 ], [ -84.348225, 33.801904 ], [ -84.348197, 33.80255 ], [ -84.348125, 33.804204 ], [ -84.348153, 33.804625 ], [ -84.34816, 33.804735 ], [ -84.34817, 33.804879 ], [ -84.348183, 33.805076 ], [ -84.348194, 33.805242 ], [ -84.348225, 33.805704 ], [ -84.348324, 33.806301 ], [ -84.348327, 33.806353 ], [ -84.348153, 33.806244 ], [ -84.348039, 33.806182 ], [ -84.348023, 33.806173 ], [ -84.347901, 33.806124 ], [ -84.347673, 33.806052 ], [ -84.347147, 33.805923 ], [ -84.346897, 33.805847 ], [ -84.346757, 33.805805 ], [ -84.346124, 33.805602 ], [ -84.345626, 33.805434 ], [ -84.345462, 33.805395 ], [ -84.345317, 33.80536 ], [ -84.345114, 33.805317 ], [ -84.344973, 33.805271 ], [ -84.344903, 33.805234 ], [ -84.344837, 33.805169 ], [ -84.344661, 33.804895 ], [ -84.34459, 33.804769 ], [ -84.344497, 33.804637 ], [ -84.344429, 33.804564 ], [ -84.344372, 33.804566 ], [ -84.342665, 33.804637 ], [ -84.342496, 33.804619 ], [ -84.341514, 33.804606 ], [ -84.34112, 33.804589 ], [ -84.340694, 33.804614 ], [ -84.338411, 33.804587 ], [ -84.33826, 33.804582 ], [ -84.338269, 33.804437 ], [ -84.338047, 33.804535 ], [ -84.337925, 33.804589 ], [ -84.337733, 33.804487 ], [ -84.337885, 33.804198 ], [ -84.338018, 33.803897 ], [ -84.338075, 33.803599 ], [ -84.338322, 33.803786 ], [ -84.338328, 33.803711 ], [ -84.338346, 33.803477 ], [ -84.338388, 33.802918 ], [ -84.338421, 33.802579 ], [ -84.33844, 33.802289 ], [ -84.338456, 33.802084 ], [ -84.338501, 33.801541 ], [ -84.338329, 33.801226 ], [ -84.338274, 33.801124 ], [ -84.338255, 33.80109 ], [ -84.338394, 33.801044 ], [ -84.338499, 33.801009 ], [ -84.338516, 33.800687 ], [ -84.338421, 33.800495 ], [ -84.338766, 33.800047 ], [ -84.338846, 33.799942 ], [ -84.338958, 33.799799 ], [ -84.338993, 33.799757 ], [ -84.339014, 33.799728 ], [ -84.339579, 33.799006 ], [ -84.340539, 33.797782 ], [ -84.341547, 33.796486 ], [ -84.341772, 33.796204 ], [ -84.341847, 33.796109 ], [ -84.342865, 33.796117 ], [ -84.342874, 33.796056 ], [ -84.342871, 33.795891 ], [ -84.342871, 33.795879 ], [ -84.342834, 33.795626 ], [ -84.342857, 33.795486 ], [ -84.342914, 33.795362 ], [ -84.342967, 33.795286 ], [ -84.343025, 33.795202 ], [ -84.34331, 33.794853 ], [ -84.343548, 33.794614 ], [ -84.342947, 33.794269 ], [ -84.343179, 33.793926 ], [ -84.343283, 33.793707 ], [ -84.343318, 33.793463 ], [ -84.34327, 33.792982 ], [ -84.34327, 33.792933 ], [ -84.343266, 33.792568 ], [ -84.343313, 33.792184 ], [ -84.343336, 33.792108 ], [ -84.343399, 33.792009 ], [ -84.343492, 33.79189 ], [ -84.343506, 33.791876 ], [ -84.343662, 33.791721 ], [ -84.343823, 33.791538 ], [ -84.343879, 33.791474 ], [ -84.343991, 33.791272 ], [ -84.344022, 33.79116 ], [ -84.344034, 33.791117 ], [ -84.344036, 33.790561 ], [ -84.344348, 33.790534 ], [ -84.344623, 33.790481 ], [ -84.344928, 33.790445 ], [ -84.345327, 33.790421 ], [ -84.346546, 33.790497 ], [ -84.346678, 33.790491 ], [ -84.346878, 33.790461 ], [ -84.346922, 33.790454 ], [ -84.347082, 33.790426 ], [ -84.347278, 33.790394 ], [ -84.347552, 33.790366 ], [ -84.347591, 33.790365 ], [ -84.347879, 33.790391 ], [ -84.347895, 33.790392 ], [ -84.348054, 33.790429 ], [ -84.34843, 33.790519 ], [ -84.348298, 33.791511 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020200", "name": "Census Tract 202, DeKalb County, Georgia", "total_population_17": 2045, "white_alone_17": 1596.0, "black_alone_17": 187.0, "native_alone_17": 0.0, "asian_alone_17": 101.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 108.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -8.722, "pct_black_alone_change": 2.642, "pct_native_alone_change": -0.546, "pct_asian_alone_change": 2.299, "pct_hispanic_or_latino_change": 2.189, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7756064", "INTPTLON": "-084.3402667" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.348978, 33.771682 ], [ -84.348974, 33.772298 ], [ -84.348973, 33.772437 ], [ -84.348962, 33.773844 ], [ -84.348957, 33.77443 ], [ -84.348957, 33.774449 ], [ -84.34892, 33.775011 ], [ -84.348908, 33.775043 ], [ -84.348884, 33.77533 ], [ -84.348831, 33.775963 ], [ -84.348825, 33.776315 ], [ -84.348819, 33.777198 ], [ -84.348738, 33.77975 ], [ -84.348697, 33.781862 ], [ -84.348656, 33.782966 ], [ -84.348252, 33.782972 ], [ -84.348144, 33.782973 ], [ -84.348141, 33.783045 ], [ -84.348058, 33.783041 ], [ -84.348057, 33.78306 ], [ -84.3476, 33.783054 ], [ -84.347294, 33.783052 ], [ -84.347294, 33.782923 ], [ -84.347309, 33.782699 ], [ -84.347374, 33.781515 ], [ -84.347437, 33.7804 ], [ -84.347439, 33.780238 ], [ -84.346485, 33.779844 ], [ -84.345987, 33.779638 ], [ -84.345803, 33.77956 ], [ -84.345505, 33.779447 ], [ -84.34519, 33.779328 ], [ -84.34507, 33.779324 ], [ -84.344966, 33.779326 ], [ -84.344841, 33.779493 ], [ -84.344524, 33.779366 ], [ -84.344388, 33.779304 ], [ -84.34223, 33.779281 ], [ -84.341996, 33.779281 ], [ -84.340929, 33.779274 ], [ -84.339264, 33.779264 ], [ -84.339033, 33.779262 ], [ -84.338666, 33.779259 ], [ -84.338431, 33.779076 ], [ -84.338115, 33.77883 ], [ -84.337693, 33.778501 ], [ -84.337641, 33.778467 ], [ -84.337504, 33.778584 ], [ -84.337411, 33.778663 ], [ -84.33739, 33.778686 ], [ -84.337767, 33.778933 ], [ -84.338137, 33.779177 ], [ -84.338221, 33.779238 ], [ -84.336945, 33.779261 ], [ -84.334536, 33.7793 ], [ -84.334254, 33.779304 ], [ -84.3338, 33.779311 ], [ -84.333659, 33.779314 ], [ -84.333604, 33.779358 ], [ -84.333408, 33.779481 ], [ -84.332895, 33.779706 ], [ -84.332838, 33.779595 ], [ -84.332812, 33.779516 ], [ -84.332752, 33.779328 ], [ -84.332745, 33.779306 ], [ -84.332779, 33.779197 ], [ -84.333041, 33.778915 ], [ -84.333274, 33.778595 ], [ -84.333105, 33.778509 ], [ -84.33225, 33.778071 ], [ -84.33184, 33.779249 ], [ -84.330064, 33.779253 ], [ -84.330063, 33.778172 ], [ -84.330029, 33.774893 ], [ -84.330256, 33.774753 ], [ -84.330456, 33.774609 ], [ -84.33056, 33.774483 ], [ -84.330642, 33.774332 ], [ -84.330726, 33.774077 ], [ -84.330787, 33.773822 ], [ -84.330874, 33.773685 ], [ -84.330933, 33.773629 ], [ -84.331074, 33.773517 ], [ -84.331249, 33.773432 ], [ -84.331386, 33.773381 ], [ -84.331683, 33.772958 ], [ -84.33188, 33.772691 ], [ -84.332032, 33.772536 ], [ -84.332227, 33.772373 ], [ -84.332553, 33.772128 ], [ -84.332716, 33.771985 ], [ -84.332857, 33.771863 ], [ -84.332991, 33.771723 ], [ -84.33303, 33.771628 ], [ -84.334163, 33.771647 ], [ -84.334281, 33.771655 ], [ -84.335268, 33.771661 ], [ -84.335746, 33.771677 ], [ -84.33587, 33.77166 ], [ -84.335924, 33.771631 ], [ -84.335936, 33.771611 ], [ -84.336697, 33.77161 ], [ -84.338915, 33.771612 ], [ -84.339258, 33.771613 ], [ -84.339322, 33.77114 ], [ -84.339374, 33.771175 ], [ -84.339468, 33.771187 ], [ -84.339858, 33.771186 ], [ -84.341618, 33.771209 ], [ -84.342434, 33.771208 ], [ -84.342468, 33.7712 ], [ -84.343162, 33.771232 ], [ -84.343213, 33.771242 ], [ -84.343353, 33.77127 ], [ -84.343573, 33.771342 ], [ -84.343785, 33.771372 ], [ -84.343987, 33.771368 ], [ -84.344241, 33.77134 ], [ -84.344578, 33.771263 ], [ -84.344853, 33.771191 ], [ -84.344996, 33.771153 ], [ -84.345241, 33.771099 ], [ -84.345454, 33.771087 ], [ -84.345828, 33.771078 ], [ -84.346629, 33.77108 ], [ -84.348982, 33.771081 ], [ -84.348978, 33.771682 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020300", "name": "Census Tract 203, DeKalb County, Georgia", "total_population_17": 4151, "white_alone_17": 3612.0, "black_alone_17": 146.0, "native_alone_17": 27.0, "asian_alone_17": 81.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 149.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 9.066, "pct_black_alone_change": -13.5, "pct_native_alone_change": 0.128, "pct_asian_alone_change": 0.539, "pct_hispanic_or_latino_change": 1.379, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7659856", "INTPTLON": "-084.3295009" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.339977, 33.764863 ], [ -84.339416, 33.764856 ], [ -84.339411, 33.765951 ], [ -84.339386, 33.766894 ], [ -84.339344, 33.7685 ], [ -84.33934, 33.769971 ], [ -84.339313, 33.771055 ], [ -84.339322, 33.77114 ], [ -84.339258, 33.771613 ], [ -84.338915, 33.771612 ], [ -84.336697, 33.77161 ], [ -84.335936, 33.771611 ], [ -84.335924, 33.771631 ], [ -84.33587, 33.77166 ], [ -84.335746, 33.771677 ], [ -84.335268, 33.771661 ], [ -84.334281, 33.771655 ], [ -84.334163, 33.771647 ], [ -84.33303, 33.771628 ], [ -84.332991, 33.771723 ], [ -84.332857, 33.771863 ], [ -84.332716, 33.771985 ], [ -84.332553, 33.772128 ], [ -84.332227, 33.772373 ], [ -84.332032, 33.772536 ], [ -84.33188, 33.772691 ], [ -84.331683, 33.772958 ], [ -84.331386, 33.773381 ], [ -84.331249, 33.773432 ], [ -84.331074, 33.773517 ], [ -84.330933, 33.773629 ], [ -84.330874, 33.773685 ], [ -84.330787, 33.773822 ], [ -84.330726, 33.774077 ], [ -84.330642, 33.774332 ], [ -84.33056, 33.774483 ], [ -84.330456, 33.774609 ], [ -84.330256, 33.774753 ], [ -84.330029, 33.774893 ], [ -84.330018, 33.773851 ], [ -84.330029, 33.773516 ], [ -84.330063, 33.772525 ], [ -84.330372, 33.772722 ], [ -84.330405, 33.772745 ], [ -84.330433, 33.772712 ], [ -84.331416, 33.771648 ], [ -84.331247, 33.771648 ], [ -84.33065, 33.771644 ], [ -84.330447, 33.771641 ], [ -84.328839, 33.77163 ], [ -84.328862, 33.77155 ], [ -84.329045, 33.771 ], [ -84.329026, 33.770553 ], [ -84.328609, 33.770557 ], [ -84.328427, 33.771459 ], [ -84.328437, 33.768881 ], [ -84.328376, 33.76787 ], [ -84.32831, 33.767884 ], [ -84.326799, 33.767871 ], [ -84.326786, 33.769191 ], [ -84.326782, 33.769689 ], [ -84.325543, 33.769677 ], [ -84.324707, 33.769667 ], [ -84.322941, 33.769649 ], [ -84.32294, 33.769106 ], [ -84.322915, 33.767786 ], [ -84.321023, 33.767781 ], [ -84.321016, 33.767576 ], [ -84.319964, 33.767562 ], [ -84.31979, 33.767558 ], [ -84.319075, 33.766129 ], [ -84.319049, 33.766129 ], [ -84.318957, 33.766129 ], [ -84.318902, 33.766129 ], [ -84.318429, 33.766129 ], [ -84.316994, 33.766133 ], [ -84.316995, 33.765909 ], [ -84.316996, 33.76562 ], [ -84.316988, 33.765021 ], [ -84.316985, 33.764822 ], [ -84.316946, 33.764823 ], [ -84.316523, 33.764824 ], [ -84.316468, 33.764826 ], [ -84.31643, 33.764827 ], [ -84.316344, 33.764827 ], [ -84.316225, 33.764828 ], [ -84.316118, 33.764829 ], [ -84.316092, 33.764837 ], [ -84.315873, 33.764912 ], [ -84.315816, 33.764988 ], [ -84.31577, 33.765048 ], [ -84.315493, 33.765123 ], [ -84.314602, 33.765287 ], [ -84.313734, 33.765372 ], [ -84.312649, 33.765416 ], [ -84.3125, 33.765425 ], [ -84.312497, 33.765253 ], [ -84.312495, 33.765142 ], [ -84.312495, 33.765097 ], [ -84.312557, 33.765092 ], [ -84.313066, 33.765052 ], [ -84.313853, 33.764984 ], [ -84.314469, 33.764931 ], [ -84.314659, 33.76491 ], [ -84.314872, 33.76488 ], [ -84.315189, 33.764823 ], [ -84.315501, 33.764752 ], [ -84.315808, 33.764665 ], [ -84.316196, 33.764528 ], [ -84.316785, 33.764273 ], [ -84.316969, 33.764177 ], [ -84.317242, 33.764036 ], [ -84.317444, 33.763923 ], [ -84.317809, 33.763706 ], [ -84.319228, 33.762856 ], [ -84.319651, 33.762608 ], [ -84.319673, 33.762663 ], [ -84.322248, 33.761189 ], [ -84.322693, 33.760942 ], [ -84.323126, 33.760748 ], [ -84.323285, 33.760682 ], [ -84.323597, 33.760553 ], [ -84.324051, 33.760394 ], [ -84.324543, 33.760244 ], [ -84.324995, 33.760142 ], [ -84.32561, 33.760046 ], [ -84.325821, 33.760027 ], [ -84.325907, 33.76002 ], [ -84.326301, 33.76001 ], [ -84.326501, 33.760015 ], [ -84.326629, 33.760017 ], [ -84.326739, 33.76002 ], [ -84.327104, 33.760044 ], [ -84.327448, 33.760074 ], [ -84.327851, 33.760138 ], [ -84.328172, 33.760199 ], [ -84.328531, 33.76028 ], [ -84.32891, 33.760394 ], [ -84.329096, 33.760455 ], [ -84.329279, 33.760514 ], [ -84.329587, 33.760626 ], [ -84.330241, 33.760886 ], [ -84.331101, 33.761214 ], [ -84.331218, 33.761262 ], [ -84.331896, 33.761542 ], [ -84.332875, 33.761917 ], [ -84.333297, 33.762045 ], [ -84.333808, 33.762184 ], [ -84.334052, 33.762235 ], [ -84.334608, 33.762318 ], [ -84.334924, 33.762357 ], [ -84.335345, 33.76238 ], [ -84.3357, 33.762387 ], [ -84.335968, 33.762384 ], [ -84.33622, 33.762376 ], [ -84.336539, 33.762353 ], [ -84.336808, 33.762322 ], [ -84.337484, 33.762222 ], [ -84.338601, 33.762041 ], [ -84.338633, 33.762158 ], [ -84.338705, 33.762263 ], [ -84.3387, 33.762371 ], [ -84.338809, 33.762574 ], [ -84.338558, 33.762621 ], [ -84.338765, 33.763188 ], [ -84.33912, 33.763149 ], [ -84.339217, 33.763263 ], [ -84.339505, 33.763876 ], [ -84.339977, 33.764863 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020400", "name": "Census Tract 204, DeKalb County, Georgia", "total_population_17": 2574, "white_alone_17": 2251.0, "black_alone_17": 74.0, "native_alone_17": 0.0, "asian_alone_17": 132.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 74.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.274, "pct_black_alone_change": -3.225, "pct_native_alone_change": -0.517, "pct_asian_alone_change": 3.014, "pct_hispanic_or_latino_change": -0.466, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7660727", "INTPTLON": "-084.3443392" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.349219, 33.762201 ], [ -84.349206, 33.764957 ], [ -84.349203, 33.765012 ], [ -84.349188, 33.765349 ], [ -84.349152, 33.76546 ], [ -84.349069, 33.765714 ], [ -84.349044, 33.766119 ], [ -84.349024, 33.767394 ], [ -84.349012, 33.767824 ], [ -84.348999, 33.768276 ], [ -84.348997, 33.768642 ], [ -84.348995, 33.769031 ], [ -84.348995, 33.769283 ], [ -84.348997, 33.769738 ], [ -84.348998, 33.769998 ], [ -84.348986, 33.770428 ], [ -84.348982, 33.771081 ], [ -84.346629, 33.77108 ], [ -84.345828, 33.771078 ], [ -84.345454, 33.771087 ], [ -84.345241, 33.771099 ], [ -84.344996, 33.771153 ], [ -84.344853, 33.771191 ], [ -84.344578, 33.771263 ], [ -84.344241, 33.77134 ], [ -84.343987, 33.771368 ], [ -84.343785, 33.771372 ], [ -84.343573, 33.771342 ], [ -84.343353, 33.77127 ], [ -84.343213, 33.771242 ], [ -84.343162, 33.771232 ], [ -84.342468, 33.7712 ], [ -84.342434, 33.771208 ], [ -84.341618, 33.771209 ], [ -84.339858, 33.771186 ], [ -84.339468, 33.771187 ], [ -84.339374, 33.771175 ], [ -84.339322, 33.77114 ], [ -84.339313, 33.771055 ], [ -84.33934, 33.769971 ], [ -84.339344, 33.7685 ], [ -84.339386, 33.766894 ], [ -84.339411, 33.765951 ], [ -84.339416, 33.764856 ], [ -84.339977, 33.764863 ], [ -84.339505, 33.763876 ], [ -84.339217, 33.763263 ], [ -84.33912, 33.763149 ], [ -84.338765, 33.763188 ], [ -84.338558, 33.762621 ], [ -84.338809, 33.762574 ], [ -84.3387, 33.762371 ], [ -84.338705, 33.762263 ], [ -84.338633, 33.762158 ], [ -84.338601, 33.762041 ], [ -84.338864, 33.761998 ], [ -84.340624, 33.761728 ], [ -84.34185, 33.761528 ], [ -84.343747, 33.761237 ], [ -84.344006, 33.761197 ], [ -84.34548, 33.76096 ], [ -84.345782, 33.760911 ], [ -84.34584, 33.7609 ], [ -84.346327, 33.760806 ], [ -84.346895, 33.760688 ], [ -84.347385, 33.760565 ], [ -84.347761, 33.760459 ], [ -84.348176, 33.760312 ], [ -84.348613, 33.760151 ], [ -84.349082, 33.759965 ], [ -84.349182, 33.759919 ], [ -84.349182, 33.759961 ], [ -84.349183, 33.760041 ], [ -84.349193, 33.760187 ], [ -84.349185, 33.760261 ], [ -84.349204, 33.761838 ], [ -84.349199, 33.76186 ], [ -84.349219, 33.762155 ], [ -84.349219, 33.762201 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020500", "name": "Census Tract 205, DeKalb County, Georgia", "total_population_17": 3305, "white_alone_17": 1596.0, "black_alone_17": 1286.0, "native_alone_17": 0.0, "asian_alone_17": 95.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 180.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 41.047, "pct_black_alone_change": -50.412, "pct_native_alone_change": -0.062, "pct_asian_alone_change": 2.593, "pct_hispanic_or_latino_change": 2.511, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7526586", "INTPTLON": "-084.3416193" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.349208, 33.751153 ], [ -84.349188, 33.752383 ], [ -84.349188, 33.752418 ], [ -84.349184, 33.752804 ], [ -84.349175, 33.753552 ], [ -84.349172, 33.753736 ], [ -84.349169, 33.753986 ], [ -84.349163, 33.75461 ], [ -84.349154, 33.755422 ], [ -84.349145, 33.756226 ], [ -84.349144, 33.756684 ], [ -84.349154, 33.757426 ], [ -84.349157, 33.75769 ], [ -84.349163, 33.75816 ], [ -84.349167, 33.758441 ], [ -84.34916, 33.758554 ], [ -84.349169, 33.758599 ], [ -84.349175, 33.759198 ], [ -84.349179, 33.759601 ], [ -84.34918, 33.759682 ], [ -84.34918, 33.759739 ], [ -84.34918, 33.759769 ], [ -84.349181, 33.75981 ], [ -84.349182, 33.759919 ], [ -84.349082, 33.759965 ], [ -84.348613, 33.760151 ], [ -84.348176, 33.760312 ], [ -84.347761, 33.760459 ], [ -84.347385, 33.760565 ], [ -84.346895, 33.760688 ], [ -84.346327, 33.760806 ], [ -84.34584, 33.7609 ], [ -84.345782, 33.760911 ], [ -84.34548, 33.76096 ], [ -84.344006, 33.761197 ], [ -84.343747, 33.761237 ], [ -84.34185, 33.761528 ], [ -84.341855, 33.761445 ], [ -84.341857, 33.761407 ], [ -84.341861, 33.761331 ], [ -84.341907, 33.760486 ], [ -84.341985, 33.757782 ], [ -84.342024, 33.756443 ], [ -84.342021, 33.755428 ], [ -84.3421, 33.75343 ], [ -84.340667, 33.753413 ], [ -84.339652, 33.753434 ], [ -84.339029, 33.753429 ], [ -84.338643, 33.753426 ], [ -84.33757, 33.753419 ], [ -84.335944, 33.753394 ], [ -84.334666, 33.753374 ], [ -84.33425, 33.7534 ], [ -84.333116, 33.753353 ], [ -84.33177, 33.753431 ], [ -84.330354, 33.753401 ], [ -84.330395, 33.751556 ], [ -84.330421, 33.750019 ], [ -84.330438, 33.749078 ], [ -84.330422, 33.747429 ], [ -84.331821, 33.747431 ], [ -84.333216, 33.747459 ], [ -84.335448, 33.74749 ], [ -84.337117, 33.747513 ], [ -84.338579, 33.747533 ], [ -84.339696, 33.747539 ], [ -84.341873, 33.74755 ], [ -84.342272, 33.747568 ], [ -84.343193, 33.747558 ], [ -84.344349, 33.747559 ], [ -84.344621, 33.747561 ], [ -84.345445, 33.747568 ], [ -84.345794, 33.747565 ], [ -84.346314, 33.747571 ], [ -84.346464, 33.747573 ], [ -84.347896, 33.747578 ], [ -84.349197, 33.747621 ], [ -84.349193, 33.748104 ], [ -84.349192, 33.748253 ], [ -84.349184, 33.749368 ], [ -84.349192, 33.750171 ], [ -84.349208, 33.751153 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020600", "name": "Census Tract 206, DeKalb County, Georgia", "total_population_17": 2102, "white_alone_17": 766.0, "black_alone_17": 1083.0, "native_alone_17": 38.0, "asian_alone_17": 16.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 66.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 34.272, "pct_black_alone_change": -45.202, "pct_native_alone_change": 1.485, "pct_asian_alone_change": 0.623, "pct_hispanic_or_latino_change": 2.586, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7576172", "INTPTLON": "-084.3356822" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.342021, 33.755428 ], [ -84.342024, 33.756443 ], [ -84.341985, 33.757782 ], [ -84.341907, 33.760486 ], [ -84.341861, 33.761331 ], [ -84.341857, 33.761407 ], [ -84.341855, 33.761445 ], [ -84.34185, 33.761528 ], [ -84.340624, 33.761728 ], [ -84.338864, 33.761998 ], [ -84.338601, 33.762041 ], [ -84.337484, 33.762222 ], [ -84.336808, 33.762322 ], [ -84.336539, 33.762353 ], [ -84.33622, 33.762376 ], [ -84.335968, 33.762384 ], [ -84.3357, 33.762387 ], [ -84.335345, 33.76238 ], [ -84.334924, 33.762357 ], [ -84.334608, 33.762318 ], [ -84.334052, 33.762235 ], [ -84.333808, 33.762184 ], [ -84.333297, 33.762045 ], [ -84.332875, 33.761917 ], [ -84.331896, 33.761542 ], [ -84.331218, 33.761262 ], [ -84.331101, 33.761214 ], [ -84.330241, 33.760886 ], [ -84.329587, 33.760626 ], [ -84.329279, 33.760514 ], [ -84.329096, 33.760455 ], [ -84.329109, 33.760361 ], [ -84.329115, 33.760313 ], [ -84.32912, 33.760274 ], [ -84.329132, 33.760189 ], [ -84.329151, 33.760046 ], [ -84.32916, 33.759041 ], [ -84.3292, 33.75498 ], [ -84.329198, 33.754832 ], [ -84.32914, 33.753417 ], [ -84.330354, 33.753401 ], [ -84.33177, 33.753431 ], [ -84.333116, 33.753353 ], [ -84.33425, 33.7534 ], [ -84.334666, 33.753374 ], [ -84.335944, 33.753394 ], [ -84.33757, 33.753419 ], [ -84.338643, 33.753426 ], [ -84.339029, 33.753429 ], [ -84.339652, 33.753434 ], [ -84.340667, 33.753413 ], [ -84.3421, 33.75343 ], [ -84.342021, 33.755428 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020700", "name": "Census Tract 207, DeKalb County, Georgia", "total_population_17": 2231, "white_alone_17": 1235.0, "black_alone_17": 813.0, "native_alone_17": 0.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 55.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 46.116, "pct_black_alone_change": -43.895, "pct_native_alone_change": -0.191, "pct_asian_alone_change": 1.309, "pct_hispanic_or_latino_change": -7.348, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7538960", "INTPTLON": "-084.3249841" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.330438, 33.749078 ], [ -84.330421, 33.750019 ], [ -84.330395, 33.751556 ], [ -84.330354, 33.753401 ], [ -84.32914, 33.753417 ], [ -84.329198, 33.754832 ], [ -84.3292, 33.75498 ], [ -84.32916, 33.759041 ], [ -84.329151, 33.760046 ], [ -84.329132, 33.760189 ], [ -84.32912, 33.760274 ], [ -84.329115, 33.760313 ], [ -84.329109, 33.760361 ], [ -84.329096, 33.760455 ], [ -84.32891, 33.760394 ], [ -84.328531, 33.76028 ], [ -84.328172, 33.760199 ], [ -84.327851, 33.760138 ], [ -84.327448, 33.760074 ], [ -84.327104, 33.760044 ], [ -84.326739, 33.76002 ], [ -84.326629, 33.760017 ], [ -84.326501, 33.760015 ], [ -84.326301, 33.76001 ], [ -84.325907, 33.76002 ], [ -84.325821, 33.760027 ], [ -84.32561, 33.760046 ], [ -84.324995, 33.760142 ], [ -84.324543, 33.760244 ], [ -84.324051, 33.760394 ], [ -84.323597, 33.760553 ], [ -84.323285, 33.760682 ], [ -84.323126, 33.760748 ], [ -84.322693, 33.760942 ], [ -84.322248, 33.761189 ], [ -84.319673, 33.762663 ], [ -84.319651, 33.762608 ], [ -84.319638, 33.762575 ], [ -84.319597, 33.76247 ], [ -84.320757, 33.76175 ], [ -84.320416, 33.760593 ], [ -84.320177, 33.759442 ], [ -84.320165, 33.758533 ], [ -84.320125, 33.757212 ], [ -84.320104, 33.756179 ], [ -84.320131, 33.755306 ], [ -84.320208, 33.753378 ], [ -84.320204, 33.753245 ], [ -84.320189, 33.752334 ], [ -84.320239, 33.751214 ], [ -84.321634, 33.751211 ], [ -84.32199, 33.751203 ], [ -84.322281, 33.751118 ], [ -84.32055, 33.749869 ], [ -84.320707, 33.749689 ], [ -84.320762, 33.749535 ], [ -84.320771, 33.749251 ], [ -84.320773, 33.749183 ], [ -84.32076, 33.748521 ], [ -84.320848, 33.747339 ], [ -84.321774, 33.747344 ], [ -84.322865, 33.74735 ], [ -84.323302, 33.747357 ], [ -84.324316, 33.747365 ], [ -84.32525, 33.747374 ], [ -84.326296, 33.747393 ], [ -84.327253, 33.747409 ], [ -84.32857, 33.747417 ], [ -84.329934, 33.747426 ], [ -84.330422, 33.747429 ], [ -84.330438, 33.749078 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020801", "name": "Census Tract 208.01, DeKalb County, Georgia", "total_population_17": 2619, "white_alone_17": 1469.0, "black_alone_17": 914.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 46.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 43.231, "pct_black_alone_change": -49.589, "pct_native_alone_change": -0.258, "pct_asian_alone_change": 0.465, "pct_hispanic_or_latino_change": -0.234, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7558508", "INTPTLON": "-084.3162221" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.32199, 33.751203 ], [ -84.321634, 33.751211 ], [ -84.320239, 33.751214 ], [ -84.320189, 33.752334 ], [ -84.320204, 33.753245 ], [ -84.320208, 33.753378 ], [ -84.320131, 33.755306 ], [ -84.320104, 33.756179 ], [ -84.320125, 33.757212 ], [ -84.320165, 33.758533 ], [ -84.320177, 33.759442 ], [ -84.320416, 33.760593 ], [ -84.320757, 33.76175 ], [ -84.319597, 33.76247 ], [ -84.319638, 33.762575 ], [ -84.319651, 33.762608 ], [ -84.319228, 33.762856 ], [ -84.317809, 33.763706 ], [ -84.317444, 33.763923 ], [ -84.317242, 33.764036 ], [ -84.316969, 33.764177 ], [ -84.316785, 33.764273 ], [ -84.316196, 33.764528 ], [ -84.315808, 33.764665 ], [ -84.315501, 33.764752 ], [ -84.315189, 33.764823 ], [ -84.314872, 33.76488 ], [ -84.314659, 33.76491 ], [ -84.314469, 33.764931 ], [ -84.313853, 33.764984 ], [ -84.313066, 33.765052 ], [ -84.312557, 33.765092 ], [ -84.312495, 33.765097 ], [ -84.312494, 33.76508 ], [ -84.312492, 33.764925 ], [ -84.312487, 33.764612 ], [ -84.312392, 33.763831 ], [ -84.312422, 33.761105 ], [ -84.312329, 33.756884 ], [ -84.312311, 33.7553 ], [ -84.312005, 33.7553 ], [ -84.311969, 33.755125 ], [ -84.311877, 33.7553 ], [ -84.311814, 33.7553 ], [ -84.310443, 33.755304 ], [ -84.310385, 33.754994 ], [ -84.310338, 33.754854 ], [ -84.310255, 33.754706 ], [ -84.31, 33.754343 ], [ -84.309828, 33.754145 ], [ -84.30979, 33.754102 ], [ -84.309771, 33.754048 ], [ -84.30977, 33.754003 ], [ -84.311243, 33.7528 ], [ -84.312223, 33.751705 ], [ -84.312819, 33.751083 ], [ -84.313101, 33.751085 ], [ -84.31313, 33.750993 ], [ -84.313158, 33.750945 ], [ -84.313455, 33.750569 ], [ -84.313543, 33.750482 ], [ -84.313686, 33.75036 ], [ -84.313978, 33.750148 ], [ -84.314023, 33.750101 ], [ -84.314046, 33.750065 ], [ -84.314165, 33.75007 ], [ -84.314166, 33.749152 ], [ -84.314154, 33.749037 ], [ -84.314121, 33.748177 ], [ -84.314134, 33.747311 ], [ -84.31421, 33.747312 ], [ -84.314348, 33.747314 ], [ -84.31451, 33.747316 ], [ -84.315382, 33.747309 ], [ -84.31592, 33.747311 ], [ -84.316023, 33.747295 ], [ -84.318604, 33.747323 ], [ -84.319178, 33.747326 ], [ -84.319589, 33.747328 ], [ -84.320023, 33.747332 ], [ -84.320447, 33.747335 ], [ -84.320848, 33.747339 ], [ -84.32076, 33.748521 ], [ -84.320773, 33.749183 ], [ -84.320771, 33.749251 ], [ -84.320762, 33.749535 ], [ -84.320707, 33.749689 ], [ -84.32055, 33.749869 ], [ -84.322281, 33.751118 ], [ -84.32199, 33.751203 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020802", "name": "Census Tract 208.02, DeKalb County, Georgia", "total_population_17": 4764, "white_alone_17": 1717.0, "black_alone_17": 2624.0, "native_alone_17": 0.0, "asian_alone_17": 115.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 208.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 22.108, "pct_black_alone_change": -28.178, "pct_native_alone_change": -0.225, "pct_asian_alone_change": 2.274, "pct_hispanic_or_latino_change": 1.978, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+33.7469340", "INTPTLON": "-084.3020704" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.320561, 33.739985 ], [ -84.320172, 33.740141 ], [ -84.319911, 33.740213 ], [ -84.319643, 33.740275 ], [ -84.319388, 33.74031 ], [ -84.319103, 33.74033 ], [ -84.318235, 33.740307 ], [ -84.316834, 33.740254 ], [ -84.316323, 33.740235 ], [ -84.316159, 33.740229 ], [ -84.31389, 33.740143 ], [ -84.313932, 33.740438 ], [ -84.313993, 33.740586 ], [ -84.314124, 33.74084 ], [ -84.314754, 33.741334 ], [ -84.314996, 33.741553 ], [ -84.315225, 33.741748 ], [ -84.315393, 33.741972 ], [ -84.315457, 33.742148 ], [ -84.315481, 33.742213 ], [ -84.315518, 33.742428 ], [ -84.315517, 33.742461 ], [ -84.315512, 33.742648 ], [ -84.315445, 33.74291 ], [ -84.315367, 33.743064 ], [ -84.315206, 33.743281 ], [ -84.314862, 33.743587 ], [ -84.314786, 33.743655 ], [ -84.314764, 33.743674 ], [ -84.314468, 33.743932 ], [ -84.314285, 33.744155 ], [ -84.314167, 33.744397 ], [ -84.314101, 33.744659 ], [ -84.3141, 33.744916 ], [ -84.31415, 33.74517 ], [ -84.314171, 33.745244 ], [ -84.314196, 33.745309 ], [ -84.314265, 33.74545 ], [ -84.314317, 33.745541 ], [ -84.314361, 33.745601 ], [ -84.31447, 33.745859 ], [ -84.314495, 33.746034 ], [ -84.314504, 33.746255 ], [ -84.314505, 33.746478 ], [ -84.314515, 33.746644 ], [ -84.314517, 33.746816 ], [ -84.314499, 33.747162 ], [ -84.314505, 33.747249 ], [ -84.31451, 33.747316 ], [ -84.314348, 33.747314 ], [ -84.31421, 33.747312 ], [ -84.314134, 33.747311 ], [ -84.314121, 33.748177 ], [ -84.314154, 33.749037 ], [ -84.314166, 33.749152 ], [ -84.314165, 33.75007 ], [ -84.314046, 33.750065 ], [ -84.314023, 33.750101 ], [ -84.313978, 33.750148 ], [ -84.313686, 33.75036 ], [ -84.313543, 33.750482 ], [ -84.313455, 33.750569 ], [ -84.313158, 33.750945 ], [ -84.31313, 33.750993 ], [ -84.313101, 33.751085 ], [ -84.312819, 33.751083 ], [ -84.312223, 33.751705 ], [ -84.311227, 33.751706 ], [ -84.311219, 33.752425 ], [ -84.30976, 33.752392 ], [ -84.308212, 33.752393 ], [ -84.306676, 33.752406 ], [ -84.305215, 33.752388 ], [ -84.304671, 33.752381 ], [ -84.304527, 33.75256 ], [ -84.304011, 33.753552 ], [ -84.30251, 33.753553 ], [ -84.302473, 33.754756 ], [ -84.301401, 33.754674 ], [ -84.300318, 33.754577 ], [ -84.300287, 33.754575 ], [ -84.299578, 33.754512 ], [ -84.298869, 33.754452 ], [ -84.298757, 33.754445 ], [ -84.29868, 33.754439 ], [ -84.298645, 33.754436 ], [ -84.298102, 33.75439 ], [ -84.297559, 33.754347 ], [ -84.297516, 33.754342 ], [ -84.297421, 33.754332 ], [ -84.297283, 33.75432 ], [ -84.297201, 33.754309 ], [ -84.297119, 33.754294 ], [ -84.297039, 33.754273 ], [ -84.29696, 33.754247 ], [ -84.296883, 33.754217 ], [ -84.296808, 33.754182 ], [ -84.296713, 33.75413 ], [ -84.296622, 33.754073 ], [ -84.296534, 33.754009 ], [ -84.29643, 33.753919 ], [ -84.296322, 33.753833 ], [ -84.296269, 33.753788 ], [ -84.296212, 33.753748 ], [ -84.296152, 33.753713 ], [ -84.296103, 33.753681 ], [ -84.296052, 33.753654 ], [ -84.295992, 33.753638 ], [ -84.295862, 33.7536 ], [ -84.295634, 33.753565 ], [ -84.294534, 33.753511 ], [ -84.294391, 33.753508 ], [ -84.293592, 33.753461 ], [ -84.29323, 33.753442 ], [ -84.291933, 33.753346 ], [ -84.290813, 33.753167 ], [ -84.290697, 33.75315 ], [ -84.2907, 33.752883 ], [ -84.290797, 33.752387 ], [ -84.290849, 33.752392 ], [ -84.290894, 33.75161 ], [ -84.290901, 33.751003 ], [ -84.290926, 33.751003 ], [ -84.290933, 33.750664 ], [ -84.29093, 33.75059 ], [ -84.29093, 33.750574 ], [ -84.290928, 33.750523 ], [ -84.29094, 33.750131 ], [ -84.290946, 33.749909 ], [ -84.290948, 33.749842 ], [ -84.290948, 33.749782 ], [ -84.290972, 33.749446 ], [ -84.290962, 33.748846 ], [ -84.290953, 33.748806 ], [ -84.290954, 33.748638 ], [ -84.290927, 33.748652 ], [ -84.290927, 33.748626 ], [ -84.29093, 33.748265 ], [ -84.290866, 33.747933 ], [ -84.290862, 33.747883 ], [ -84.290824, 33.747289 ], [ -84.290811, 33.747089 ], [ -84.290807, 33.747064 ], [ -84.290664, 33.747065 ], [ -84.290573, 33.747065 ], [ -84.290554, 33.747019 ], [ -84.290492, 33.746874 ], [ -84.290436, 33.746741 ], [ -84.290274, 33.746355 ], [ -84.290253, 33.746306 ], [ -84.290158, 33.746079 ], [ -84.290051, 33.745825 ], [ -84.289999, 33.7457 ], [ -84.289944, 33.745571 ], [ -84.289835, 33.745311 ], [ -84.289787, 33.745196 ], [ -84.289767, 33.74515 ], [ -84.28956, 33.744704 ], [ -84.289671, 33.744737 ], [ -84.289758, 33.74475 ], [ -84.28989, 33.74476 ], [ -84.290185, 33.744766 ], [ -84.29077, 33.744769 ], [ -84.290974, 33.744758 ], [ -84.290504, 33.74384 ], [ -84.290086, 33.743006 ], [ -84.289698, 33.742152 ], [ -84.289934, 33.742082 ], [ -84.290166, 33.742013 ], [ -84.290167, 33.741951 ], [ -84.290241, 33.741927 ], [ -84.290175, 33.741785 ], [ -84.290207, 33.741063 ], [ -84.290209, 33.741036 ], [ -84.290162, 33.74105 ], [ -84.289875, 33.741146 ], [ -84.289824, 33.741037 ], [ -84.29019, 33.740921 ], [ -84.290212, 33.740915 ], [ -84.290219, 33.740792 ], [ -84.290254, 33.74064 ], [ -84.290142, 33.740399 ], [ -84.290245, 33.740372 ], [ -84.290263, 33.739862 ], [ -84.290297, 33.738942 ], [ -84.290296, 33.738866 ], [ -84.290486, 33.738872 ], [ -84.291139, 33.738892 ], [ -84.292632, 33.738958 ], [ -84.293196, 33.738963 ], [ -84.293433, 33.738985 ], [ -84.293824, 33.739021 ], [ -84.294366, 33.739129 ], [ -84.294927, 33.739311 ], [ -84.295306, 33.739447 ], [ -84.29533, 33.739456 ], [ -84.295356, 33.739343 ], [ -84.295411, 33.73905 ], [ -84.295523, 33.738562 ], [ -84.296111, 33.738561 ], [ -84.297805, 33.738593 ], [ -84.297843, 33.738594 ], [ -84.297854, 33.738316 ], [ -84.297813, 33.738316 ], [ -84.297768, 33.738316 ], [ -84.297111, 33.738299 ], [ -84.296782, 33.73829 ], [ -84.296787, 33.738147 ], [ -84.296793, 33.737949 ], [ -84.296799, 33.73779 ], [ -84.297785, 33.737816 ], [ -84.297779, 33.737981 ], [ -84.297871, 33.737939 ], [ -84.297945, 33.737936 ], [ -84.29844, 33.737948 ], [ -84.298436, 33.738086 ], [ -84.29843, 33.738218 ], [ -84.298425, 33.738329 ], [ -84.298419, 33.738524 ], [ -84.298416, 33.738594 ], [ -84.299356, 33.738617 ], [ -84.300486, 33.738646 ], [ -84.300465, 33.739014 ], [ -84.300454, 33.739207 ], [ -84.300735, 33.739209 ], [ -84.30115, 33.739219 ], [ -84.30157, 33.739228 ], [ -84.302301, 33.739246 ], [ -84.302429, 33.739249 ], [ -84.302518, 33.739251 ], [ -84.302594, 33.739253 ], [ -84.302764, 33.739257 ], [ -84.302814, 33.739258 ], [ -84.302922, 33.73926 ], [ -84.303088, 33.739264 ], [ -84.303225, 33.739267 ], [ -84.303253, 33.739268 ], [ -84.303389, 33.739271 ], [ -84.303413, 33.739271 ], [ -84.303576, 33.739275 ], [ -84.303588, 33.739276 ], [ -84.303537, 33.739898 ], [ -84.302266, 33.739867 ], [ -84.30078, 33.739831 ], [ -84.300418, 33.739822 ], [ -84.299385, 33.73981 ], [ -84.297769, 33.739771 ], [ -84.296643, 33.739724 ], [ -84.296157, 33.739661 ], [ -84.296119, 33.739652 ], [ -84.295349, 33.739666 ], [ -84.295313, 33.740801 ], [ -84.295262, 33.742394 ], [ -84.29518, 33.74492 ], [ -84.296296, 33.744935 ], [ -84.297698, 33.744975 ], [ -84.299267, 33.745022 ], [ -84.300761, 33.745042 ], [ -84.302677, 33.745079 ], [ -84.303669, 33.745094 ], [ -84.305126, 33.745109 ], [ -84.308436, 33.745195 ], [ -84.309732, 33.745255 ], [ -84.309694, 33.742976 ], [ -84.309656, 33.740677 ], [ -84.305088, 33.740596 ], [ -84.305077, 33.739935 ], [ -84.303783, 33.739903 ], [ -84.3037, 33.739901 ], [ -84.303746, 33.739281 ], [ -84.303769, 33.739281 ], [ -84.303818, 33.739283 ], [ -84.303896, 33.739285 ], [ -84.303983, 33.739288 ], [ -84.30405, 33.739291 ], [ -84.304147, 33.739294 ], [ -84.304311, 33.7393 ], [ -84.304378, 33.739302 ], [ -84.304476, 33.739305 ], [ -84.30464, 33.739311 ], [ -84.304804, 33.739317 ], [ -84.305015, 33.739324 ], [ -84.305112, 33.739326 ], [ -84.305497, 33.739334 ], [ -84.306026, 33.739346 ], [ -84.306594, 33.73936 ], [ -84.306671, 33.739361 ], [ -84.306833, 33.739364 ], [ -84.307821, 33.739384 ], [ -84.30806, 33.739389 ], [ -84.308807, 33.739406 ], [ -84.308973, 33.73941 ], [ -84.309562, 33.739425 ], [ -84.309666, 33.739427 ], [ -84.310449, 33.739447 ], [ -84.311149, 33.739468 ], [ -84.311185, 33.739469 ], [ -84.31241, 33.739505 ], [ -84.313442, 33.739536 ], [ -84.313654, 33.739542 ], [ -84.313721, 33.739544 ], [ -84.313722, 33.739581 ], [ -84.314058, 33.739589 ], [ -84.31532, 33.73962 ], [ -84.315339, 33.739621 ], [ -84.318239, 33.739734 ], [ -84.31829, 33.739736 ], [ -84.320562, 33.739571 ], [ -84.320561, 33.739985 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089020900", "name": "Census Tract 209, DeKalb County, Georgia", "total_population_17": 5811, "white_alone_17": 2708.0, "black_alone_17": 2790.0, "native_alone_17": 0.0, "asian_alone_17": 108.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 128.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 30.7, "pct_black_alone_change": -32.873, "pct_native_alone_change": -0.248, "pct_asian_alone_change": 1.3, "pct_hispanic_or_latino_change": 0.045, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7365044", "INTPTLON": "-084.3368900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.349427, 33.723616 ], [ -84.349425, 33.723779 ], [ -84.349426, 33.723809 ], [ -84.349434, 33.723992 ], [ -84.349396, 33.725312 ], [ -84.349376, 33.726369 ], [ -84.34936, 33.727574 ], [ -84.349346, 33.729085 ], [ -84.349336, 33.73008 ], [ -84.349322, 33.731879 ], [ -84.349315, 33.732831 ], [ -84.349312, 33.733011 ], [ -84.349302, 33.734106 ], [ -84.349284, 33.735036 ], [ -84.349273, 33.7356 ], [ -84.349269, 33.735825 ], [ -84.349265, 33.73601 ], [ -84.34926, 33.736685 ], [ -84.349267, 33.736925 ], [ -84.349258, 33.736965 ], [ -84.349256, 33.73751 ], [ -84.349255, 33.73775 ], [ -84.349254, 33.738021 ], [ -84.349252, 33.738436 ], [ -84.349253, 33.739117 ], [ -84.349252, 33.739398 ], [ -84.349247, 33.739939 ], [ -84.349249, 33.740183 ], [ -84.349242, 33.740275 ], [ -84.349241, 33.740356 ], [ -84.349227, 33.741357 ], [ -84.349219, 33.742086 ], [ -84.349217, 33.742766 ], [ -84.349216, 33.743309 ], [ -84.349216, 33.743444 ], [ -84.349216, 33.743582 ], [ -84.349216, 33.743653 ], [ -84.349215, 33.743995 ], [ -84.349214, 33.744218 ], [ -84.349214, 33.744313 ], [ -84.349214, 33.744422 ], [ -84.349214, 33.744505 ], [ -84.349213, 33.7448 ], [ -84.349212, 33.744902 ], [ -84.349211, 33.745193 ], [ -84.34921, 33.745328 ], [ -84.349218, 33.745531 ], [ -84.349215, 33.745631 ], [ -84.349214, 33.745666 ], [ -84.349207, 33.745868 ], [ -84.349206, 33.74608 ], [ -84.349206, 33.74614 ], [ -84.349206, 33.74618 ], [ -84.349205, 33.746337 ], [ -84.349204, 33.746557 ], [ -84.349204, 33.746603 ], [ -84.349203, 33.746782 ], [ -84.349202, 33.746796 ], [ -84.349197, 33.747621 ], [ -84.347896, 33.747578 ], [ -84.346464, 33.747573 ], [ -84.346314, 33.747571 ], [ -84.345794, 33.747565 ], [ -84.345445, 33.747568 ], [ -84.344621, 33.747561 ], [ -84.344349, 33.747559 ], [ -84.343193, 33.747558 ], [ -84.342272, 33.747568 ], [ -84.341873, 33.74755 ], [ -84.339696, 33.747539 ], [ -84.338579, 33.747533 ], [ -84.337117, 33.747513 ], [ -84.335448, 33.74749 ], [ -84.333216, 33.747459 ], [ -84.331821, 33.747431 ], [ -84.330422, 33.747429 ], [ -84.329934, 33.747426 ], [ -84.32857, 33.747417 ], [ -84.328693, 33.745787 ], [ -84.328716, 33.745529 ], [ -84.328746, 33.744894 ], [ -84.328744, 33.744742 ], [ -84.328739, 33.7447 ], [ -84.328724, 33.744649 ], [ -84.328333, 33.743563 ], [ -84.327998, 33.742235 ], [ -84.327912, 33.74191 ], [ -84.327805, 33.741564 ], [ -84.327335, 33.740702 ], [ -84.327192, 33.740426 ], [ -84.32713, 33.74027 ], [ -84.327112, 33.740191 ], [ -84.327104, 33.740121 ], [ -84.327104, 33.739926 ], [ -84.327104, 33.73987 ], [ -84.327126, 33.739865 ], [ -84.327285, 33.739831 ], [ -84.327704, 33.739824 ], [ -84.328274, 33.739841 ], [ -84.328653, 33.739845 ], [ -84.329156, 33.739862 ], [ -84.329259, 33.739867 ], [ -84.329297, 33.739859 ], [ -84.329392, 33.739831 ], [ -84.329357, 33.739756 ], [ -84.329329, 33.739709 ], [ -84.329302, 33.739654 ], [ -84.329274, 33.739618 ], [ -84.329107, 33.739487 ], [ -84.328967, 33.739381 ], [ -84.328846, 33.73928 ], [ -84.32878, 33.739218 ], [ -84.328655, 33.739071 ], [ -84.328631, 33.739035 ], [ -84.328778, 33.738971 ], [ -84.32889, 33.73891 ], [ -84.329162, 33.738762 ], [ -84.329057, 33.738575 ], [ -84.328951, 33.738388 ], [ -84.328846, 33.738202 ], [ -84.328741, 33.738015 ], [ -84.328635, 33.737828 ], [ -84.328603, 33.737772 ], [ -84.328939, 33.737778 ], [ -84.329257, 33.737783 ], [ -84.329298, 33.737784 ], [ -84.329388, 33.737785 ], [ -84.329385, 33.73535 ], [ -84.329385, 33.735004 ], [ -84.329381, 33.733294 ], [ -84.32938, 33.732326 ], [ -84.329377, 33.730863 ], [ -84.329376, 33.730706 ], [ -84.329273, 33.730701 ], [ -84.329251, 33.730703 ], [ -84.329096, 33.73069 ], [ -84.32901, 33.730674 ], [ -84.328899, 33.730642 ], [ -84.32883, 33.730624 ], [ -84.328405, 33.730458 ], [ -84.328264, 33.730396 ], [ -84.326872, 33.729836 ], [ -84.326768, 33.729786 ], [ -84.326095, 33.729532 ], [ -84.325554, 33.729197 ], [ -84.324623, 33.728595 ], [ -84.324004, 33.7282 ], [ -84.323736, 33.728034 ], [ -84.323529, 33.727903 ], [ -84.323291, 33.72776 ], [ -84.323165, 33.727673 ], [ -84.322809, 33.727451 ], [ -84.322371, 33.727177 ], [ -84.321879, 33.726869 ], [ -84.321482, 33.726615 ], [ -84.321434, 33.726564 ], [ -84.321422, 33.726558 ], [ -84.321233, 33.726463 ], [ -84.321132, 33.726412 ], [ -84.320885, 33.726288 ], [ -84.321951, 33.72562 ], [ -84.321998, 33.725586 ], [ -84.322012, 33.725576 ], [ -84.322078, 33.725527 ], [ -84.322837, 33.725129 ], [ -84.323652, 33.724703 ], [ -84.323932, 33.724582 ], [ -84.324175, 33.72447 ], [ -84.324237, 33.724445 ], [ -84.324317, 33.724409 ], [ -84.324468, 33.724344 ], [ -84.324657, 33.724263 ], [ -84.324738, 33.724225 ], [ -84.325954, 33.723631 ], [ -84.326489, 33.723298 ], [ -84.326957, 33.72298 ], [ -84.327244, 33.722771 ], [ -84.327617, 33.722311 ], [ -84.327675, 33.722239 ], [ -84.328119, 33.721658 ], [ -84.328373, 33.721336 ], [ -84.328426, 33.72126 ], [ -84.328504, 33.721121 ], [ -84.328694, 33.720641 ], [ -84.329055, 33.719687 ], [ -84.329222, 33.71928 ], [ -84.329277, 33.719186 ], [ -84.3293, 33.718827 ], [ -84.329286, 33.71844 ], [ -84.329862, 33.71844 ], [ -84.329926, 33.71844 ], [ -84.32993, 33.718533 ], [ -84.329934, 33.718611 ], [ -84.330602, 33.718627 ], [ -84.33062, 33.718711 ], [ -84.330709, 33.719144 ], [ -84.33076, 33.719287 ], [ -84.331008, 33.719622 ], [ -84.331288, 33.719998 ], [ -84.331482, 33.72026 ], [ -84.331711, 33.720569 ], [ -84.3318, 33.720631 ], [ -84.331899, 33.720707 ], [ -84.332099, 33.721296 ], [ -84.332205, 33.721555 ], [ -84.332237, 33.721603 ], [ -84.332276, 33.721654 ], [ -84.332427, 33.722074 ], [ -84.332631, 33.722659 ], [ -84.332728, 33.722946 ], [ -84.332741, 33.722997 ], [ -84.332741, 33.723028 ], [ -84.332872, 33.72365 ], [ -84.332983, 33.724241 ], [ -84.333095, 33.724812 ], [ -84.333128, 33.724999 ], [ -84.333182, 33.725193 ], [ -84.333229, 33.725315 ], [ -84.333265, 33.725378 ], [ -84.33335, 33.725543 ], [ -84.333409, 33.725795 ], [ -84.333484, 33.725795 ], [ -84.333674, 33.726162 ], [ -84.33387, 33.726593 ], [ -84.333985, 33.726889 ], [ -84.334189, 33.726884 ], [ -84.334191, 33.726942 ], [ -84.334202, 33.727184 ], [ -84.334216, 33.727456 ], [ -84.334327, 33.727652 ], [ -84.334439, 33.72785 ], [ -84.334577, 33.728094 ], [ -84.334646, 33.728216 ], [ -84.33468, 33.728202 ], [ -84.334778, 33.728507 ], [ -84.334836, 33.728687 ], [ -84.334857, 33.728712 ], [ -84.334897, 33.728752 ], [ -84.335248, 33.729028 ], [ -84.335644, 33.729339 ], [ -84.335883, 33.729514 ], [ -84.336001, 33.729601 ], [ -84.336124, 33.72969 ], [ -84.336235, 33.729771 ], [ -84.336349, 33.729855 ], [ -84.336608, 33.730044 ], [ -84.336607, 33.730096 ], [ -84.336698, 33.730111 ], [ -84.336947, 33.730292 ], [ -84.337089, 33.730317 ], [ -84.337151, 33.730329 ], [ -84.337154, 33.730459 ], [ -84.337157, 33.7306 ], [ -84.33726, 33.730659 ], [ -84.337502, 33.730838 ], [ -84.337825, 33.731076 ], [ -84.338316, 33.731469 ], [ -84.338492, 33.731614 ], [ -84.33853, 33.731667 ], [ -84.338594, 33.731745 ], [ -84.338894, 33.731997 ], [ -84.338886, 33.732015 ], [ -84.339383, 33.73242 ], [ -84.339972, 33.732908 ], [ -84.340065, 33.732978 ], [ -84.340062, 33.732885 ], [ -84.340075, 33.732526 ], [ -84.340082, 33.732407 ], [ -84.342985, 33.73243 ], [ -84.343585, 33.732434 ], [ -84.34475, 33.732442 ], [ -84.345571, 33.732446 ], [ -84.345873, 33.732448 ], [ -84.3461, 33.732452 ], [ -84.34719, 33.732459 ], [ -84.348042, 33.732465 ], [ -84.348598, 33.73247 ], [ -84.348609, 33.729935 ], [ -84.348614, 33.729061 ], [ -84.348634, 33.727591 ], [ -84.348661, 33.726334 ], [ -84.348706, 33.723828 ], [ -84.348726, 33.722177 ], [ -84.349022, 33.722184 ], [ -84.349232, 33.722187 ], [ -84.349438, 33.722239 ], [ -84.349427, 33.723616 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089021415", "name": "Census Tract 214.15, DeKalb County, Georgia", "total_population_17": 3678, "white_alone_17": 2443.0, "black_alone_17": 185.0, "native_alone_17": 66.0, "asian_alone_17": 303.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 598.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 33.794, "pct_black_alone_change": -7.52, "pct_native_alone_change": 1.566, "pct_asian_alone_change": 3.955, "pct_hispanic_or_latino_change": -33.745, "pct_native_hawaiian_pacific_islander_change": -0.008, "INTPTLAT": "+33.8397088", "INTPTLON": "-084.3448974" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.348524, 33.830075 ], [ -84.348501, 33.830706 ], [ -84.348483, 33.830969 ], [ -84.348449, 33.83144 ], [ -84.348446, 33.8322 ], [ -84.348428, 33.835086 ], [ -84.34844, 33.836177 ], [ -84.348453, 33.836449 ], [ -84.34847, 33.836823 ], [ -84.348465, 33.837001 ], [ -84.34847, 33.837159 ], [ -84.34849, 33.83772 ], [ -84.348483, 33.838169 ], [ -84.348453, 33.839068 ], [ -84.348454, 33.839137 ], [ -84.34846, 33.839452 ], [ -84.348463, 33.839602 ], [ -84.34846, 33.839732 ], [ -84.348418, 33.841078 ], [ -84.348415, 33.841428 ], [ -84.348339, 33.841967 ], [ -84.348319, 33.84216 ], [ -84.34827, 33.842585 ], [ -84.348165, 33.8435 ], [ -84.34808, 33.844333 ], [ -84.348005, 33.84502 ], [ -84.348091, 33.845293 ], [ -84.348128, 33.845403 ], [ -84.34823, 33.845708 ], [ -84.348296, 33.845914 ], [ -84.348325, 33.846003 ], [ -84.348325, 33.846225 ], [ -84.348325, 33.846716 ], [ -84.348325, 33.847582 ], [ -84.348325, 33.847962 ], [ -84.348325, 33.848947 ], [ -84.348325, 33.849321 ], [ -84.348325, 33.850094 ], [ -84.348325, 33.850285 ], [ -84.348331, 33.850504 ], [ -84.348383, 33.85249 ], [ -84.348384, 33.852541 ], [ -84.347852, 33.852792 ], [ -84.34768, 33.852788 ], [ -84.344612, 33.852708 ], [ -84.34435, 33.852702 ], [ -84.344075, 33.852705 ], [ -84.343599, 33.852703 ], [ -84.342909, 33.852722 ], [ -84.341856, 33.852724 ], [ -84.341148, 33.852692 ], [ -84.340501, 33.852628 ], [ -84.339594, 33.852481 ], [ -84.339078, 33.852453 ], [ -84.339024, 33.851911 ], [ -84.338885, 33.850852 ], [ -84.338801, 33.850292 ], [ -84.338738, 33.849395 ], [ -84.338765, 33.849167 ], [ -84.338821, 33.848999 ], [ -84.338919, 33.848765 ], [ -84.339052, 33.848421 ], [ -84.339097, 33.848261 ], [ -84.339134, 33.848042 ], [ -84.339165, 33.847705 ], [ -84.339167, 33.847353 ], [ -84.339148, 33.846927 ], [ -84.339232, 33.844884 ], [ -84.339198, 33.844688 ], [ -84.339193, 33.844502 ], [ -84.339242, 33.844233 ], [ -84.33937, 33.844033 ], [ -84.339476, 33.843883 ], [ -84.339632, 33.843751 ], [ -84.340015, 33.843472 ], [ -84.340169, 33.843416 ], [ -84.340322, 33.843386 ], [ -84.340743, 33.8432 ], [ -84.340928, 33.843111 ], [ -84.341115, 33.842946 ], [ -84.341282, 33.842789 ], [ -84.341387, 33.842682 ], [ -84.341755, 33.842259 ], [ -84.341955, 33.842009 ], [ -84.342048, 33.841793 ], [ -84.342284, 33.841267 ], [ -84.342605, 33.840442 ], [ -84.342836, 33.839778 ], [ -84.342934, 33.839623 ], [ -84.343243, 33.838959 ], [ -84.343323, 33.838775 ], [ -84.34344, 33.838529 ], [ -84.343457, 33.838493 ], [ -84.343475, 33.838362 ], [ -84.343503, 33.838159 ], [ -84.343248, 33.837532 ], [ -84.342899, 33.836674 ], [ -84.342811, 33.836503 ], [ -84.34277, 33.836437 ], [ -84.342749, 33.836403 ], [ -84.342707, 33.836338 ], [ -84.34233, 33.835763 ], [ -84.342239, 33.835624 ], [ -84.341777, 33.835008 ], [ -84.341621, 33.834827 ], [ -84.341594, 33.834795 ], [ -84.341322, 33.834463 ], [ -84.340961, 33.834103 ], [ -84.340574, 33.833813 ], [ -84.340191, 33.833622 ], [ -84.339891, 33.833517 ], [ -84.339229, 33.833347 ], [ -84.338907, 33.833246 ], [ -84.338792, 33.83321 ], [ -84.33874, 33.833196 ], [ -84.338222, 33.833051 ], [ -84.337983, 33.832996 ], [ -84.336485, 33.832577 ], [ -84.336251, 33.832487 ], [ -84.335901, 33.832367 ], [ -84.335659, 33.832249 ], [ -84.338172, 33.83111 ], [ -84.340477, 33.830106 ], [ -84.340905, 33.829927 ], [ -84.341887, 33.829517 ], [ -84.342928, 33.828967 ], [ -84.343719, 33.828448 ], [ -84.344602, 33.82774 ], [ -84.344787, 33.827592 ], [ -84.345335, 33.827184 ], [ -84.345739, 33.826883 ], [ -84.346647, 33.826373 ], [ -84.347474, 33.825908 ], [ -84.348448, 33.82542 ], [ -84.348483, 33.825403 ], [ -84.348482, 33.825422 ], [ -84.34848, 33.825441 ], [ -84.348469, 33.825572 ], [ -84.348466, 33.825922 ], [ -84.348468, 33.826353 ], [ -84.348462, 33.82695 ], [ -84.348464, 33.827046 ], [ -84.348474, 33.8274 ], [ -84.348478, 33.827537 ], [ -84.348487, 33.827751 ], [ -84.348488, 33.827855 ], [ -84.348498, 33.82828 ], [ -84.348498, 33.828366 ], [ -84.3485, 33.828451 ], [ -84.348501, 33.828548 ], [ -84.348523, 33.829246 ], [ -84.348523, 33.829462 ], [ -84.348524, 33.830075 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089022401", "name": "Census Tract 224.01, DeKalb County, Georgia", "total_population_17": 3708, "white_alone_17": 2968.0, "black_alone_17": 328.0, "native_alone_17": 6.0, "asian_alone_17": 197.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 68.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -9.908, "pct_black_alone_change": 4.285, "pct_native_alone_change": -0.25, "pct_asian_alone_change": 2.53, "pct_hispanic_or_latino_change": -0.15, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+33.7884482", "INTPTLON": "-084.3430661" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.348619, 33.783833 ], [ -84.34858, 33.784219 ], [ -84.348564, 33.784382 ], [ -84.34855, 33.78453 ], [ -84.348534, 33.784697 ], [ -84.348425, 33.785805 ], [ -84.348425, 33.786537 ], [ -84.348425, 33.787564 ], [ -84.348425, 33.788946 ], [ -84.348426, 33.78918 ], [ -84.348426, 33.789391 ], [ -84.348427, 33.789841 ], [ -84.34843, 33.790519 ], [ -84.348054, 33.790429 ], [ -84.347895, 33.790392 ], [ -84.347879, 33.790391 ], [ -84.347591, 33.790365 ], [ -84.347552, 33.790366 ], [ -84.347278, 33.790394 ], [ -84.347082, 33.790426 ], [ -84.346922, 33.790454 ], [ -84.346878, 33.790461 ], [ -84.346678, 33.790491 ], [ -84.346546, 33.790497 ], [ -84.345327, 33.790421 ], [ -84.344928, 33.790445 ], [ -84.344623, 33.790481 ], [ -84.344348, 33.790534 ], [ -84.344036, 33.790561 ], [ -84.344034, 33.791117 ], [ -84.344022, 33.79116 ], [ -84.343991, 33.791272 ], [ -84.343879, 33.791474 ], [ -84.343823, 33.791538 ], [ -84.343662, 33.791721 ], [ -84.343506, 33.791876 ], [ -84.343492, 33.79189 ], [ -84.343399, 33.792009 ], [ -84.343336, 33.792108 ], [ -84.343313, 33.792184 ], [ -84.343266, 33.792568 ], [ -84.34327, 33.792933 ], [ -84.34327, 33.792982 ], [ -84.343318, 33.793463 ], [ -84.343283, 33.793707 ], [ -84.343179, 33.793926 ], [ -84.342947, 33.794269 ], [ -84.343548, 33.794614 ], [ -84.34331, 33.794853 ], [ -84.343025, 33.795202 ], [ -84.342967, 33.795286 ], [ -84.342914, 33.795362 ], [ -84.342857, 33.795486 ], [ -84.342834, 33.795626 ], [ -84.342871, 33.795879 ], [ -84.342871, 33.795891 ], [ -84.342874, 33.796056 ], [ -84.342865, 33.796117 ], [ -84.341847, 33.796109 ], [ -84.341772, 33.796204 ], [ -84.341547, 33.796486 ], [ -84.340539, 33.797782 ], [ -84.339579, 33.799006 ], [ -84.339014, 33.799728 ], [ -84.338993, 33.799757 ], [ -84.338958, 33.799799 ], [ -84.338846, 33.799942 ], [ -84.338766, 33.800047 ], [ -84.338421, 33.800495 ], [ -84.338516, 33.800687 ], [ -84.338499, 33.801009 ], [ -84.338394, 33.801044 ], [ -84.338255, 33.80109 ], [ -84.338274, 33.801124 ], [ -84.338329, 33.801226 ], [ -84.338501, 33.801541 ], [ -84.338456, 33.802084 ], [ -84.338075, 33.802215 ], [ -84.337909, 33.802265 ], [ -84.337815, 33.802064 ], [ -84.337788, 33.802019 ], [ -84.337746, 33.801921 ], [ -84.337517, 33.801555 ], [ -84.337379, 33.801601 ], [ -84.336065, 33.802074 ], [ -84.335943, 33.802118 ], [ -84.33591, 33.802017 ], [ -84.33585, 33.801738 ], [ -84.335848, 33.801636 ], [ -84.335869, 33.801409 ], [ -84.335899, 33.801347 ], [ -84.335986, 33.801255 ], [ -84.336083, 33.801178 ], [ -84.336171, 33.801108 ], [ -84.336138, 33.801078 ], [ -84.336101, 33.801044 ], [ -84.336028, 33.800976 ], [ -84.335558, 33.800541 ], [ -84.335285, 33.800288 ], [ -84.335032, 33.800053 ], [ -84.334866, 33.799899 ], [ -84.334813, 33.799859 ], [ -84.334688, 33.799764 ], [ -84.330731, 33.796058 ], [ -84.331038, 33.796056 ], [ -84.331185, 33.795413 ], [ -84.331113, 33.795417 ], [ -84.330962, 33.795405 ], [ -84.330862, 33.795352 ], [ -84.330804, 33.795266 ], [ -84.330768, 33.79513 ], [ -84.330747, 33.794817 ], [ -84.33076, 33.794395 ], [ -84.330779, 33.794116 ], [ -84.330765, 33.793913 ], [ -84.330716, 33.793694 ], [ -84.32988, 33.793808 ], [ -84.329808, 33.793818 ], [ -84.329867, 33.793931 ], [ -84.329698, 33.793888 ], [ -84.329649, 33.793862 ], [ -84.329596, 33.79384 ], [ -84.329541, 33.793822 ], [ -84.329485, 33.793809 ], [ -84.329399, 33.793788 ], [ -84.329331, 33.793773 ], [ -84.32924, 33.793745 ], [ -84.329192, 33.793715 ], [ -84.329112, 33.793658 ], [ -84.32905, 33.79361 ], [ -84.328972, 33.79355 ], [ -84.328938, 33.793522 ], [ -84.328895, 33.793464 ], [ -84.328816, 33.79338 ], [ -84.32876, 33.793299 ], [ -84.328703, 33.793189 ], [ -84.328645, 33.793032 ], [ -84.328608, 33.79293 ], [ -84.328586, 33.792854 ], [ -84.32856, 33.792714 ], [ -84.328552, 33.792642 ], [ -84.328536, 33.792495 ], [ -84.328535, 33.792458 ], [ -84.328536, 33.792312 ], [ -84.328543, 33.792169 ], [ -84.328539, 33.792128 ], [ -84.328536, 33.792106 ], [ -84.328528, 33.792029 ], [ -84.328509, 33.791963 ], [ -84.328495, 33.791916 ], [ -84.328466, 33.791819 ], [ -84.328438, 33.791718 ], [ -84.328433, 33.791684 ], [ -84.328427, 33.79164 ], [ -84.328419, 33.791581 ], [ -84.328422, 33.791462 ], [ -84.328437, 33.79142 ], [ -84.328535, 33.791392 ], [ -84.328647, 33.79136 ], [ -84.328617, 33.791271 ], [ -84.328514, 33.790894 ], [ -84.32848, 33.790724 ], [ -84.328743, 33.790785 ], [ -84.329029, 33.790816 ], [ -84.329252, 33.790804 ], [ -84.329543, 33.790713 ], [ -84.329901, 33.790611 ], [ -84.330247, 33.790542 ], [ -84.33048, 33.790522 ], [ -84.330835, 33.790521 ], [ -84.331088, 33.790501 ], [ -84.331435, 33.790433 ], [ -84.33168, 33.790362 ], [ -84.331958, 33.790207 ], [ -84.332197, 33.790018 ], [ -84.332375, 33.789811 ], [ -84.332618, 33.789478 ], [ -84.332849, 33.789229 ], [ -84.33299, 33.789031 ], [ -84.333444, 33.788449 ], [ -84.33397, 33.787784 ], [ -84.334408, 33.787206 ], [ -84.334661, 33.786882 ], [ -84.334809, 33.786674 ], [ -84.335075, 33.786283 ], [ -84.335342, 33.785823 ], [ -84.335537, 33.785397 ], [ -84.335722, 33.784978 ], [ -84.336014, 33.784401 ], [ -84.336154, 33.784108 ], [ -84.336569, 33.783466 ], [ -84.337028, 33.782699 ], [ -84.337568, 33.781924 ], [ -84.33771, 33.781663 ], [ -84.337811, 33.781592 ], [ -84.337061, 33.781017 ], [ -84.336949, 33.780918 ], [ -84.336586, 33.780597 ], [ -84.336359, 33.780453 ], [ -84.335878, 33.780047 ], [ -84.335657, 33.77982 ], [ -84.335496, 33.779716 ], [ -84.335243, 33.779634 ], [ -84.334928, 33.779577 ], [ -84.334667, 33.779512 ], [ -84.334487, 33.779441 ], [ -84.334254, 33.779304 ], [ -84.334536, 33.7793 ], [ -84.336945, 33.779261 ], [ -84.338221, 33.779238 ], [ -84.338137, 33.779177 ], [ -84.337767, 33.778933 ], [ -84.33739, 33.778686 ], [ -84.337411, 33.778663 ], [ -84.337504, 33.778584 ], [ -84.337641, 33.778467 ], [ -84.337693, 33.778501 ], [ -84.338115, 33.77883 ], [ -84.338431, 33.779076 ], [ -84.338666, 33.779259 ], [ -84.339033, 33.779262 ], [ -84.339264, 33.779264 ], [ -84.340929, 33.779274 ], [ -84.341996, 33.779281 ], [ -84.34223, 33.779281 ], [ -84.344388, 33.779304 ], [ -84.344524, 33.779366 ], [ -84.344841, 33.779493 ], [ -84.344966, 33.779326 ], [ -84.34507, 33.779324 ], [ -84.34519, 33.779328 ], [ -84.345505, 33.779447 ], [ -84.345803, 33.77956 ], [ -84.345987, 33.779638 ], [ -84.346485, 33.779844 ], [ -84.347439, 33.780238 ], [ -84.347437, 33.7804 ], [ -84.347374, 33.781515 ], [ -84.347309, 33.782699 ], [ -84.347294, 33.782923 ], [ -84.347294, 33.783052 ], [ -84.3476, 33.783054 ], [ -84.348057, 33.78306 ], [ -84.348058, 33.783041 ], [ -84.348141, 33.783045 ], [ -84.348144, 33.782973 ], [ -84.348252, 33.782972 ], [ -84.348656, 33.782966 ], [ -84.348619, 33.783833 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089022402", "name": "Census Tract 224.02, DeKalb County, Georgia", "total_population_17": 6188, "white_alone_17": 2634.0, "black_alone_17": 845.0, "native_alone_17": 0.0, "asian_alone_17": 2043.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 371.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -27.096, "pct_black_alone_change": 4.229, "pct_native_alone_change": -0.197, "pct_asian_alone_change": 15.809, "pct_hispanic_or_latino_change": 2.992, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+33.7981091", "INTPTLON": "-084.3224275" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.33844, 33.802289 ], [ -84.33815, 33.802382 ], [ -84.337988, 33.802434 ], [ -84.33801, 33.802481 ], [ -84.338028, 33.802558 ], [ -84.33809, 33.802824 ], [ -84.3381, 33.802943 ], [ -84.337914, 33.802982 ], [ -84.336233, 33.803322 ], [ -84.336184, 33.803367 ], [ -84.336163, 33.803386 ], [ -84.335958, 33.803426 ], [ -84.33568, 33.803439 ], [ -84.335669, 33.803492 ], [ -84.335607, 33.803487 ], [ -84.335505, 33.803477 ], [ -84.335523, 33.803407 ], [ -84.335473, 33.803401 ], [ -84.335423, 33.803401 ], [ -84.335374, 33.803407 ], [ -84.335326, 33.803419 ], [ -84.335281, 33.803437 ], [ -84.335081, 33.803532 ], [ -84.335035, 33.80355 ], [ -84.334987, 33.803562 ], [ -84.334938, 33.803568 ], [ -84.334888, 33.803569 ], [ -84.334838, 33.803565 ], [ -84.33479, 33.803555 ], [ -84.334623, 33.80351 ], [ -84.334573, 33.803496 ], [ -84.334522, 33.803489 ], [ -84.334469, 33.803488 ], [ -84.334397, 33.803497 ], [ -84.334136, 33.803619 ], [ -84.334034, 33.803687 ], [ -84.333924, 33.80376 ], [ -84.333844, 33.803821 ], [ -84.333796, 33.80387 ], [ -84.334107, 33.804268 ], [ -84.334359, 33.804523 ], [ -84.334638, 33.804751 ], [ -84.334937, 33.804954 ], [ -84.335108, 33.805079 ], [ -84.334705, 33.805399 ], [ -84.334395, 33.805683 ], [ -84.334274, 33.805844 ], [ -84.334216, 33.80601 ], [ -84.334176, 33.806265 ], [ -84.3341, 33.806523 ], [ -84.333978, 33.80671 ], [ -84.333675, 33.806959 ], [ -84.333432, 33.807103 ], [ -84.333112, 33.80722 ], [ -84.332815, 33.807262 ], [ -84.332419, 33.807271 ], [ -84.332169, 33.807255 ], [ -84.331834, 33.807236 ], [ -84.331406, 33.807258 ], [ -84.330928, 33.807327 ], [ -84.330598, 33.807425 ], [ -84.330389, 33.80754 ], [ -84.330263, 33.807665 ], [ -84.330194, 33.807857 ], [ -84.330209, 33.808056 ], [ -84.330272, 33.808234 ], [ -84.330418, 33.808466 ], [ -84.330642, 33.808649 ], [ -84.330976, 33.80893 ], [ -84.331098, 33.809096 ], [ -84.331182, 33.809278 ], [ -84.331188, 33.809428 ], [ -84.331158, 33.809619 ], [ -84.331047, 33.809811 ], [ -84.330814, 33.809991 ], [ -84.330558, 33.810078 ], [ -84.330375, 33.810111 ], [ -84.330095, 33.81011 ], [ -84.329889, 33.810114 ], [ -84.329742, 33.809922 ], [ -84.32967, 33.809828 ], [ -84.329671, 33.809504 ], [ -84.329672, 33.809316 ], [ -84.329673, 33.809108 ], [ -84.329674, 33.808861 ], [ -84.329676, 33.808491 ], [ -84.329563, 33.808301 ], [ -84.329545, 33.808276 ], [ -84.329377, 33.808001 ], [ -84.329319, 33.807904 ], [ -84.329221, 33.807744 ], [ -84.329064, 33.807486 ], [ -84.328885, 33.807192 ], [ -84.328796, 33.807045 ], [ -84.328617, 33.806751 ], [ -84.328448, 33.806474 ], [ -84.328453, 33.806356 ], [ -84.328482, 33.805659 ], [ -84.328499, 33.805207 ], [ -84.32851, 33.804935 ], [ -84.32853, 33.804554 ], [ -84.328525, 33.804533 ], [ -84.32825, 33.804021 ], [ -84.327916, 33.803662 ], [ -84.327734, 33.80353 ], [ -84.327649, 33.803522 ], [ -84.327612, 33.803521 ], [ -84.327551, 33.803518 ], [ -84.327448, 33.803513 ], [ -84.327353, 33.803507 ], [ -84.327262, 33.803503 ], [ -84.327085, 33.803494 ], [ -84.326703, 33.803475 ], [ -84.326165, 33.803449 ], [ -84.325365, 33.803409 ], [ -84.325037, 33.803393 ], [ -84.325161, 33.803791 ], [ -84.325214, 33.803964 ], [ -84.325235, 33.804031 ], [ -84.325303, 33.804252 ], [ -84.325322, 33.804312 ], [ -84.325377, 33.804491 ], [ -84.325355, 33.804779 ], [ -84.325332, 33.805091 ], [ -84.32531, 33.805379 ], [ -84.325275, 33.805847 ], [ -84.324265, 33.805811 ], [ -84.324028, 33.805778 ], [ -84.32313, 33.805652 ], [ -84.322837, 33.805611 ], [ -84.322047, 33.805501 ], [ -84.322062, 33.805458 ], [ -84.322095, 33.805364 ], [ -84.322125, 33.805267 ], [ -84.32215, 33.805168 ], [ -84.322169, 33.805069 ], [ -84.322215, 33.804794 ], [ -84.322234, 33.804694 ], [ -84.322262, 33.804595 ], [ -84.322297, 33.804498 ], [ -84.322339, 33.804403 ], [ -84.322389, 33.804311 ], [ -84.322413, 33.804269 ], [ -84.322424, 33.804251 ], [ -84.322495, 33.804133 ], [ -84.322528, 33.804075 ], [ -84.322568, 33.804004 ], [ -84.32258, 33.803983 ], [ -84.322686, 33.8038 ], [ -84.322775, 33.803649 ], [ -84.322826, 33.803549 ], [ -84.322873, 33.803448 ], [ -84.322914, 33.803346 ], [ -84.322946, 33.803259 ], [ -84.322976, 33.803139 ], [ -84.322993, 33.803036 ], [ -84.323004, 33.802915 ], [ -84.32301, 33.802752 ], [ -84.323012, 33.802169 ], [ -84.323008, 33.802085 ], [ -84.323012, 33.801811 ], [ -84.322999, 33.801536 ], [ -84.322985, 33.80123 ], [ -84.322952, 33.801229 ], [ -84.322924, 33.8006 ], [ -84.322913, 33.800359 ], [ -84.322902, 33.800129 ], [ -84.32289, 33.799857 ], [ -84.322913, 33.799856 ], [ -84.323011, 33.799852 ], [ -84.323601, 33.799939 ], [ -84.32368, 33.79996 ], [ -84.323679, 33.799799 ], [ -84.32366, 33.799786 ], [ -84.323429, 33.799623 ], [ -84.323577, 33.799521 ], [ -84.32378, 33.799381 ], [ -84.323947, 33.799266 ], [ -84.324145, 33.799128 ], [ -84.324281, 33.799213 ], [ -84.324369, 33.799267 ], [ -84.324456, 33.799321 ], [ -84.324642, 33.799433 ], [ -84.3249, 33.799587 ], [ -84.325236, 33.799787 ], [ -84.325431, 33.799904 ], [ -84.325798, 33.800136 ], [ -84.326329, 33.800479 ], [ -84.326417, 33.800533 ], [ -84.326509, 33.800582 ], [ -84.326604, 33.800626 ], [ -84.326703, 33.800666 ], [ -84.326804, 33.800701 ], [ -84.326894, 33.800728 ], [ -84.326907, 33.800732 ], [ -84.327012, 33.800757 ], [ -84.327067, 33.800768 ], [ -84.327176, 33.800787 ], [ -84.327287, 33.800802 ], [ -84.327429, 33.800811 ], [ -84.327572, 33.800813 ], [ -84.327714, 33.800808 ], [ -84.327722, 33.800723 ], [ -84.32773, 33.800642 ], [ -84.327888, 33.800214 ], [ -84.327534, 33.800062 ], [ -84.327423, 33.800019 ], [ -84.327262, 33.800404 ], [ -84.327209, 33.800628 ], [ -84.327196, 33.800624 ], [ -84.327106, 33.800607 ], [ -84.327017, 33.800584 ], [ -84.326958, 33.800566 ], [ -84.326899, 33.800546 ], [ -84.326798, 33.800509 ], [ -84.326771, 33.800498 ], [ -84.326746, 33.800543 ], [ -84.326649, 33.800492 ], [ -84.326556, 33.800438 ], [ -84.326466, 33.80038 ], [ -84.326379, 33.800318 ], [ -84.326388, 33.800289 ], [ -84.326392, 33.800274 ], [ -84.326369, 33.80026 ], [ -84.326269, 33.800196 ], [ -84.324594, 33.799137 ], [ -84.324499, 33.79908 ], [ -84.324407, 33.799019 ], [ -84.32432, 33.798954 ], [ -84.324279, 33.79892 ], [ -84.324193, 33.798844 ], [ -84.324113, 33.798763 ], [ -84.324067, 33.798712 ], [ -84.324024, 33.798659 ], [ -84.32395, 33.798573 ], [ -84.323897, 33.798522 ], [ -84.323784, 33.798559 ], [ -84.323527, 33.798687 ], [ -84.323328, 33.798799 ], [ -84.32329, 33.798764 ], [ -84.323167, 33.798643 ], [ -84.323256, 33.798591 ], [ -84.323338, 33.798488 ], [ -84.323256, 33.798399 ], [ -84.323063, 33.798545 ], [ -84.322965, 33.798618 ], [ -84.322931, 33.798588 ], [ -84.322557, 33.798955 ], [ -84.322546, 33.798966 ], [ -84.3225, 33.799014 ], [ -84.322472, 33.798968 ], [ -84.322391, 33.798878 ], [ -84.322309, 33.798782 ], [ -84.322212, 33.79871 ], [ -84.321905, 33.798554 ], [ -84.321783, 33.7985 ], [ -84.321576, 33.798405 ], [ -84.32143, 33.798353 ], [ -84.321327, 33.798319 ], [ -84.321083, 33.798247 ], [ -84.321075, 33.799097 ], [ -84.321048, 33.801276 ], [ -84.321048, 33.801346 ], [ -84.321049, 33.801474 ], [ -84.322743, 33.80154 ], [ -84.322741, 33.801654 ], [ -84.322761, 33.802096 ], [ -84.322765, 33.802167 ], [ -84.322797, 33.802167 ], [ -84.322796, 33.802749 ], [ -84.322789, 33.802924 ], [ -84.322783, 33.802991 ], [ -84.322767, 33.803095 ], [ -84.322743, 33.803198 ], [ -84.32271, 33.803294 ], [ -84.322671, 33.803388 ], [ -84.322629, 33.803481 ], [ -84.322581, 33.803572 ], [ -84.322494, 33.803721 ], [ -84.322356, 33.803974 ], [ -84.322322, 33.804037 ], [ -84.322288, 33.804099 ], [ -84.322204, 33.804251 ], [ -84.322194, 33.804269 ], [ -84.322145, 33.804366 ], [ -84.322102, 33.804465 ], [ -84.322067, 33.804566 ], [ -84.322039, 33.804668 ], [ -84.322019, 33.804772 ], [ -84.321973, 33.805046 ], [ -84.321956, 33.805138 ], [ -84.321933, 33.805228 ], [ -84.321905, 33.805318 ], [ -84.321866, 33.805431 ], [ -84.32185, 33.805475 ], [ -84.321837, 33.80551 ], [ -84.319514, 33.805288 ], [ -84.319487, 33.805285 ], [ -84.319219, 33.805255 ], [ -84.318906, 33.805221 ], [ -84.318825, 33.805212 ], [ -84.318498, 33.805177 ], [ -84.318381, 33.805164 ], [ -84.318164, 33.80514 ], [ -84.318053, 33.805128 ], [ -84.318033, 33.804248 ], [ -84.317777, 33.804256 ], [ -84.317457, 33.804248 ], [ -84.317434, 33.804248 ], [ -84.316806, 33.804248 ], [ -84.316069, 33.804247 ], [ -84.315792, 33.804247 ], [ -84.315736, 33.804246 ], [ -84.315621, 33.803442 ], [ -84.313836, 33.803437 ], [ -84.313702, 33.803437 ], [ -84.311636, 33.803444 ], [ -84.311636, 33.803337 ], [ -84.311636, 33.803217 ], [ -84.313469, 33.803208 ], [ -84.313414, 33.800526 ], [ -84.313351, 33.800503 ], [ -84.313247, 33.800472 ], [ -84.312278, 33.800192 ], [ -84.312159, 33.800161 ], [ -84.312031, 33.800121 ], [ -84.311874, 33.800053 ], [ -84.311772, 33.800024 ], [ -84.311666, 33.800007 ], [ -84.311558, 33.800002 ], [ -84.310871, 33.800069 ], [ -84.310766, 33.800088 ], [ -84.310662, 33.800112 ], [ -84.31046, 33.800176 ], [ -84.310026, 33.800369 ], [ -84.309836, 33.800454 ], [ -84.309465, 33.800607 ], [ -84.3091, 33.800805 ], [ -84.309077, 33.800775 ], [ -84.308664, 33.801006 ], [ -84.30865, 33.801014 ], [ -84.308416, 33.801138 ], [ -84.308082, 33.80125 ], [ -84.307888, 33.801302 ], [ -84.307182, 33.801491 ], [ -84.306607, 33.801671 ], [ -84.306293, 33.801722 ], [ -84.306048, 33.801783 ], [ -84.305852, 33.801803 ], [ -84.305931, 33.801201 ], [ -84.306266, 33.799001 ], [ -84.306458, 33.797969 ], [ -84.306535, 33.79756 ], [ -84.307031, 33.794251 ], [ -84.307378, 33.792511 ], [ -84.307406, 33.792364 ], [ -84.307452, 33.792204 ], [ -84.307494, 33.791998 ], [ -84.307772, 33.790798 ], [ -84.307792, 33.790751 ], [ -84.307892, 33.790784 ], [ -84.308554, 33.790968 ], [ -84.309148, 33.791082 ], [ -84.309661, 33.791186 ], [ -84.309942, 33.791252 ], [ -84.310273, 33.79136 ], [ -84.310503, 33.79145 ], [ -84.310872, 33.791627 ], [ -84.311381, 33.791858 ], [ -84.31195, 33.792107 ], [ -84.31205, 33.792151 ], [ -84.312421, 33.792278 ], [ -84.312662, 33.792325 ], [ -84.312904, 33.792347 ], [ -84.313249, 33.792346 ], [ -84.313401, 33.792333 ], [ -84.313686, 33.79228 ], [ -84.313972, 33.792193 ], [ -84.314463, 33.792043 ], [ -84.315139, 33.791779 ], [ -84.316, 33.791426 ], [ -84.316433, 33.79119 ], [ -84.317434, 33.790499 ], [ -84.317463, 33.790629 ], [ -84.317585, 33.791253 ], [ -84.317297, 33.791337 ], [ -84.317203, 33.791364 ], [ -84.31711, 33.791391 ], [ -84.316832, 33.791625 ], [ -84.316753, 33.791654 ], [ -84.316782, 33.791688 ], [ -84.316929, 33.791835 ], [ -84.317118, 33.791957 ], [ -84.317456, 33.792134 ], [ -84.317393, 33.792197 ], [ -84.317119, 33.792476 ], [ -84.317269, 33.792583 ], [ -84.317606, 33.792264 ], [ -84.31767, 33.792204 ], [ -84.317781, 33.79224 ], [ -84.317797, 33.792247 ], [ -84.317801, 33.792169 ], [ -84.317827, 33.791684 ], [ -84.317955, 33.791655 ], [ -84.318135, 33.791615 ], [ -84.318333, 33.791571 ], [ -84.318461, 33.791543 ], [ -84.318495, 33.791535 ], [ -84.318453, 33.791339 ], [ -84.318419, 33.791179 ], [ -84.318382, 33.791009 ], [ -84.318198, 33.791047 ], [ -84.317986, 33.791091 ], [ -84.317698, 33.791151 ], [ -84.317672, 33.791015 ], [ -84.317661, 33.790961 ], [ -84.317692, 33.790952 ], [ -84.317689, 33.790937 ], [ -84.317653, 33.790748 ], [ -84.317621, 33.790752 ], [ -84.317556, 33.790417 ], [ -84.318243, 33.78997 ], [ -84.318747, 33.789702 ], [ -84.319579, 33.789298 ], [ -84.320235, 33.789042 ], [ -84.32092, 33.788828 ], [ -84.320946, 33.788811 ], [ -84.321186, 33.788741 ], [ -84.322145, 33.788508 ], [ -84.323489, 33.788259 ], [ -84.323712, 33.788238 ], [ -84.324198, 33.788232 ], [ -84.32448, 33.788238 ], [ -84.325522, 33.788245 ], [ -84.325893, 33.788386 ], [ -84.326176, 33.788472 ], [ -84.326305, 33.788551 ], [ -84.326542, 33.788742 ], [ -84.326956, 33.789106 ], [ -84.327399, 33.789521 ], [ -84.327546, 33.789677 ], [ -84.327673, 33.789831 ], [ -84.327902, 33.790383 ], [ -84.328003, 33.790461 ], [ -84.32805, 33.790498 ], [ -84.328071, 33.790513 ], [ -84.328295, 33.79064 ], [ -84.32848, 33.790724 ], [ -84.328514, 33.790894 ], [ -84.328617, 33.791271 ], [ -84.328647, 33.79136 ], [ -84.328535, 33.791392 ], [ -84.328437, 33.79142 ], [ -84.328422, 33.791462 ], [ -84.328419, 33.791581 ], [ -84.328427, 33.79164 ], [ -84.328433, 33.791684 ], [ -84.328438, 33.791718 ], [ -84.328466, 33.791819 ], [ -84.328495, 33.791916 ], [ -84.328509, 33.791963 ], [ -84.328528, 33.792029 ], [ -84.328536, 33.792106 ], [ -84.328539, 33.792128 ], [ -84.328543, 33.792169 ], [ -84.328536, 33.792312 ], [ -84.328535, 33.792458 ], [ -84.328536, 33.792495 ], [ -84.328552, 33.792642 ], [ -84.32856, 33.792714 ], [ -84.328586, 33.792854 ], [ -84.328608, 33.79293 ], [ -84.328645, 33.793032 ], [ -84.328703, 33.793189 ], [ -84.32876, 33.793299 ], [ -84.328816, 33.79338 ], [ -84.328895, 33.793464 ], [ -84.328938, 33.793522 ], [ -84.328972, 33.79355 ], [ -84.32905, 33.79361 ], [ -84.329112, 33.793658 ], [ -84.329192, 33.793715 ], [ -84.32924, 33.793745 ], [ -84.329331, 33.793773 ], [ -84.329399, 33.793788 ], [ -84.329485, 33.793809 ], [ -84.329541, 33.793822 ], [ -84.329596, 33.79384 ], [ -84.329649, 33.793862 ], [ -84.329698, 33.793888 ], [ -84.329867, 33.793931 ], [ -84.329808, 33.793818 ], [ -84.32988, 33.793808 ], [ -84.330716, 33.793694 ], [ -84.330765, 33.793913 ], [ -84.330779, 33.794116 ], [ -84.33076, 33.794395 ], [ -84.330747, 33.794817 ], [ -84.330768, 33.79513 ], [ -84.330804, 33.795266 ], [ -84.330862, 33.795352 ], [ -84.330962, 33.795405 ], [ -84.331113, 33.795417 ], [ -84.331185, 33.795413 ], [ -84.331038, 33.796056 ], [ -84.330731, 33.796058 ], [ -84.334688, 33.799764 ], [ -84.334813, 33.799859 ], [ -84.334866, 33.799899 ], [ -84.335032, 33.800053 ], [ -84.335285, 33.800288 ], [ -84.335558, 33.800541 ], [ -84.336028, 33.800976 ], [ -84.336101, 33.801044 ], [ -84.336138, 33.801078 ], [ -84.336171, 33.801108 ], [ -84.336083, 33.801178 ], [ -84.335986, 33.801255 ], [ -84.335899, 33.801347 ], [ -84.335869, 33.801409 ], [ -84.335848, 33.801636 ], [ -84.33585, 33.801738 ], [ -84.33591, 33.802017 ], [ -84.335943, 33.802118 ], [ -84.336065, 33.802074 ], [ -84.337379, 33.801601 ], [ -84.337517, 33.801555 ], [ -84.337746, 33.801921 ], [ -84.337788, 33.802019 ], [ -84.337815, 33.802064 ], [ -84.337909, 33.802265 ], [ -84.338075, 33.802215 ], [ -84.338456, 33.802084 ], [ -84.33844, 33.802289 ] ], [ [ -84.320266, 33.798286 ], [ -84.320268, 33.797752 ], [ -84.320053, 33.79775 ], [ -84.32, 33.797739 ], [ -84.319888, 33.797716 ], [ -84.319856, 33.797716 ], [ -84.319521, 33.79772 ], [ -84.319472, 33.79772 ], [ -84.319355, 33.797454 ], [ -84.31928, 33.797401 ], [ -84.319144, 33.797539 ], [ -84.318813, 33.797875 ], [ -84.318482, 33.798211 ], [ -84.318227, 33.79847 ], [ -84.318236, 33.798596 ], [ -84.318451, 33.798771 ], [ -84.318335, 33.798943 ], [ -84.318353, 33.799149 ], [ -84.318386, 33.799201 ], [ -84.318705, 33.799062 ], [ -84.318676, 33.799033 ], [ -84.318552, 33.7989 ], [ -84.318807, 33.798725 ], [ -84.319139, 33.798497 ], [ -84.319469, 33.798271 ], [ -84.31947, 33.797995 ], [ -84.31952, 33.797995 ], [ -84.3198, 33.797992 ], [ -84.319988, 33.797997 ], [ -84.319967, 33.798449 ], [ -84.319981, 33.79844 ], [ -84.320271, 33.798344 ], [ -84.320266, 33.798286 ] ], [ [ -84.321083, 33.798247 ], [ -84.32128, 33.798028 ], [ -84.321227, 33.798014 ], [ -84.321145, 33.797949 ], [ -84.321112, 33.797923 ], [ -84.321102, 33.797915 ], [ -84.321066, 33.79788 ], [ -84.321036, 33.797842 ], [ -84.321012, 33.797801 ], [ -84.320994, 33.797757 ], [ -84.320464, 33.797754 ], [ -84.320436, 33.797754 ], [ -84.320366, 33.797753 ], [ -84.320363, 33.798266 ], [ -84.320365, 33.798325 ], [ -84.320432, 33.798308 ], [ -84.320573, 33.798299 ], [ -84.320796, 33.798281 ], [ -84.321083, 33.798247 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089023601", "name": "Census Tract 236.01, DeKalb County, Georgia", "total_population_17": 3092, "white_alone_17": 876.0, "black_alone_17": 2051.0, "native_alone_17": 20.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 79.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 24.309, "pct_black_alone_change": -27.072, "pct_native_alone_change": 0.357, "pct_asian_alone_change": 0.778, "pct_hispanic_or_latino_change": 0.785, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7347291", "INTPTLON": "-084.2987230" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.309682, 33.73438 ], [ -84.30968, 33.734623 ], [ -84.309679, 33.734676 ], [ -84.309672, 33.734722 ], [ -84.30955, 33.735528 ], [ -84.309536, 33.735962 ], [ -84.309562, 33.736343 ], [ -84.309587, 33.736691 ], [ -84.309638, 33.737548 ], [ -84.30966, 33.738014 ], [ -84.309684, 33.738509 ], [ -84.30968, 33.738958 ], [ -84.309672, 33.739215 ], [ -84.309666, 33.739427 ], [ -84.309562, 33.739425 ], [ -84.308973, 33.73941 ], [ -84.308807, 33.739406 ], [ -84.30806, 33.739389 ], [ -84.307821, 33.739384 ], [ -84.306833, 33.739364 ], [ -84.306671, 33.739361 ], [ -84.306594, 33.73936 ], [ -84.306026, 33.739346 ], [ -84.305497, 33.739334 ], [ -84.305112, 33.739326 ], [ -84.305015, 33.739324 ], [ -84.304804, 33.739317 ], [ -84.30464, 33.739311 ], [ -84.304476, 33.739305 ], [ -84.304378, 33.739302 ], [ -84.304311, 33.7393 ], [ -84.304147, 33.739294 ], [ -84.30405, 33.739291 ], [ -84.303983, 33.739288 ], [ -84.303896, 33.739285 ], [ -84.303818, 33.739283 ], [ -84.303769, 33.739281 ], [ -84.303746, 33.739281 ], [ -84.3037, 33.739901 ], [ -84.303557, 33.739898 ], [ -84.303537, 33.739898 ], [ -84.303588, 33.739276 ], [ -84.303576, 33.739275 ], [ -84.303413, 33.739271 ], [ -84.303389, 33.739271 ], [ -84.303253, 33.739268 ], [ -84.303225, 33.739267 ], [ -84.303088, 33.739264 ], [ -84.302922, 33.73926 ], [ -84.302814, 33.739258 ], [ -84.302764, 33.739257 ], [ -84.302594, 33.739253 ], [ -84.302518, 33.739251 ], [ -84.302429, 33.739249 ], [ -84.302301, 33.739246 ], [ -84.30157, 33.739228 ], [ -84.30115, 33.739219 ], [ -84.300735, 33.739209 ], [ -84.300454, 33.739207 ], [ -84.300465, 33.739014 ], [ -84.300486, 33.738646 ], [ -84.299356, 33.738617 ], [ -84.298416, 33.738594 ], [ -84.298419, 33.738524 ], [ -84.298425, 33.738329 ], [ -84.29843, 33.738218 ], [ -84.298436, 33.738086 ], [ -84.29844, 33.737948 ], [ -84.297945, 33.737936 ], [ -84.297871, 33.737939 ], [ -84.297779, 33.737981 ], [ -84.297785, 33.737816 ], [ -84.296799, 33.73779 ], [ -84.296793, 33.737949 ], [ -84.296787, 33.738147 ], [ -84.296782, 33.73829 ], [ -84.297111, 33.738299 ], [ -84.297768, 33.738316 ], [ -84.297813, 33.738316 ], [ -84.297854, 33.738316 ], [ -84.297843, 33.738594 ], [ -84.297805, 33.738593 ], [ -84.296111, 33.738561 ], [ -84.295523, 33.738562 ], [ -84.295411, 33.73905 ], [ -84.295356, 33.739343 ], [ -84.29533, 33.739456 ], [ -84.295306, 33.739447 ], [ -84.294927, 33.739311 ], [ -84.294366, 33.739129 ], [ -84.293824, 33.739021 ], [ -84.293433, 33.738985 ], [ -84.293196, 33.738963 ], [ -84.292632, 33.738958 ], [ -84.291139, 33.738892 ], [ -84.290486, 33.738872 ], [ -84.290296, 33.738866 ], [ -84.289392, 33.738834 ], [ -84.288072, 33.738789 ], [ -84.28751, 33.737785 ], [ -84.286915, 33.736762 ], [ -84.286527, 33.736093 ], [ -84.285781, 33.735 ], [ -84.285541, 33.73464 ], [ -84.28499, 33.733944 ], [ -84.284709, 33.73362 ], [ -84.284509, 33.733372 ], [ -84.283225, 33.731834 ], [ -84.285315, 33.731866 ], [ -84.286363, 33.731893 ], [ -84.290226, 33.731945 ], [ -84.291072, 33.731949 ], [ -84.291353, 33.731951 ], [ -84.292639, 33.731928 ], [ -84.293688, 33.731956 ], [ -84.29467, 33.731976 ], [ -84.294974, 33.731983 ], [ -84.295618, 33.731985 ], [ -84.296424, 33.731989 ], [ -84.298046, 33.732017 ], [ -84.298853, 33.732018 ], [ -84.299523, 33.732032 ], [ -84.300045, 33.732026 ], [ -84.300594, 33.732038 ], [ -84.30124, 33.732047 ], [ -84.302125, 33.732077 ], [ -84.302567, 33.73208 ], [ -84.302867, 33.732082 ], [ -84.303096, 33.732078 ], [ -84.303352, 33.732074 ], [ -84.303337, 33.731932 ], [ -84.303329, 33.73176 ], [ -84.303332, 33.731638 ], [ -84.303393, 33.731356 ], [ -84.303444, 33.731228 ], [ -84.303522, 33.731128 ], [ -84.303633, 33.731032 ], [ -84.303961, 33.730929 ], [ -84.304965, 33.730684 ], [ -84.305603, 33.730606 ], [ -84.30623, 33.730603 ], [ -84.307229, 33.730636 ], [ -84.307553, 33.73062 ], [ -84.30781, 33.730568 ], [ -84.308242, 33.730422 ], [ -84.308525, 33.730394 ], [ -84.309287, 33.730376 ], [ -84.309536, 33.731458 ], [ -84.309631, 33.732151 ], [ -84.309666, 33.73251 ], [ -84.309681, 33.732659 ], [ -84.309692, 33.733419 ], [ -84.309682, 33.73438 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089023700", "name": "Census Tract 237, DeKalb County, Georgia", "total_population_17": 6211, "white_alone_17": 994.0, "black_alone_17": 4796.0, "native_alone_17": 75.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 1.0, "hispanic_or_latino_17": 87.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 12.311, "pct_black_alone_change": -17.606, "pct_native_alone_change": 1.034, "pct_asian_alone_change": 0.086, "pct_hispanic_or_latino_change": 0.342, "pct_native_hawaiian_pacific_islander_change": 0.016, "INTPTLAT": "+33.7313084", "INTPTLON": "-084.3183573" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.329392, 33.739831 ], [ -84.329297, 33.739859 ], [ -84.329259, 33.739867 ], [ -84.329156, 33.739862 ], [ -84.328653, 33.739845 ], [ -84.328274, 33.739841 ], [ -84.327704, 33.739824 ], [ -84.327285, 33.739831 ], [ -84.327126, 33.739865 ], [ -84.327104, 33.73987 ], [ -84.327104, 33.739926 ], [ -84.327104, 33.740121 ], [ -84.327112, 33.740191 ], [ -84.32713, 33.74027 ], [ -84.327192, 33.740426 ], [ -84.327335, 33.740702 ], [ -84.327805, 33.741564 ], [ -84.327912, 33.74191 ], [ -84.327998, 33.742235 ], [ -84.328333, 33.743563 ], [ -84.328724, 33.744649 ], [ -84.328739, 33.7447 ], [ -84.328744, 33.744742 ], [ -84.328746, 33.744894 ], [ -84.328716, 33.745529 ], [ -84.328693, 33.745787 ], [ -84.32857, 33.747417 ], [ -84.327253, 33.747409 ], [ -84.326296, 33.747393 ], [ -84.32525, 33.747374 ], [ -84.324316, 33.747365 ], [ -84.323302, 33.747357 ], [ -84.322865, 33.74735 ], [ -84.321774, 33.747344 ], [ -84.320848, 33.747339 ], [ -84.320447, 33.747335 ], [ -84.320023, 33.747332 ], [ -84.319589, 33.747328 ], [ -84.319178, 33.747326 ], [ -84.318604, 33.747323 ], [ -84.316023, 33.747295 ], [ -84.31592, 33.747311 ], [ -84.315382, 33.747309 ], [ -84.31451, 33.747316 ], [ -84.314505, 33.747249 ], [ -84.314499, 33.747162 ], [ -84.314517, 33.746816 ], [ -84.314515, 33.746644 ], [ -84.314505, 33.746478 ], [ -84.314504, 33.746255 ], [ -84.314495, 33.746034 ], [ -84.31447, 33.745859 ], [ -84.314361, 33.745601 ], [ -84.314317, 33.745541 ], [ -84.314265, 33.74545 ], [ -84.314196, 33.745309 ], [ -84.314171, 33.745244 ], [ -84.31415, 33.74517 ], [ -84.3141, 33.744916 ], [ -84.314101, 33.744659 ], [ -84.314167, 33.744397 ], [ -84.314285, 33.744155 ], [ -84.314468, 33.743932 ], [ -84.314764, 33.743674 ], [ -84.314786, 33.743655 ], [ -84.314862, 33.743587 ], [ -84.315206, 33.743281 ], [ -84.315367, 33.743064 ], [ -84.315445, 33.74291 ], [ -84.315512, 33.742648 ], [ -84.315517, 33.742461 ], [ -84.315518, 33.742428 ], [ -84.315481, 33.742213 ], [ -84.315457, 33.742148 ], [ -84.315393, 33.741972 ], [ -84.315225, 33.741748 ], [ -84.314996, 33.741553 ], [ -84.314754, 33.741334 ], [ -84.314124, 33.74084 ], [ -84.313993, 33.740586 ], [ -84.313932, 33.740438 ], [ -84.31389, 33.740143 ], [ -84.316159, 33.740229 ], [ -84.316323, 33.740235 ], [ -84.316834, 33.740254 ], [ -84.318235, 33.740307 ], [ -84.319103, 33.74033 ], [ -84.319388, 33.74031 ], [ -84.319643, 33.740275 ], [ -84.319911, 33.740213 ], [ -84.320172, 33.740141 ], [ -84.320561, 33.739985 ], [ -84.320562, 33.739571 ], [ -84.31829, 33.739736 ], [ -84.318239, 33.739734 ], [ -84.315339, 33.739621 ], [ -84.31532, 33.73962 ], [ -84.314058, 33.739589 ], [ -84.313722, 33.739581 ], [ -84.313721, 33.739544 ], [ -84.313654, 33.739542 ], [ -84.313442, 33.739536 ], [ -84.31241, 33.739505 ], [ -84.311185, 33.739469 ], [ -84.311149, 33.739468 ], [ -84.310449, 33.739447 ], [ -84.309666, 33.739427 ], [ -84.309672, 33.739215 ], [ -84.30968, 33.738958 ], [ -84.309684, 33.738509 ], [ -84.30966, 33.738014 ], [ -84.309638, 33.737548 ], [ -84.309587, 33.736691 ], [ -84.309562, 33.736343 ], [ -84.309536, 33.735962 ], [ -84.30955, 33.735528 ], [ -84.309672, 33.734722 ], [ -84.309679, 33.734676 ], [ -84.30968, 33.734623 ], [ -84.309682, 33.73438 ], [ -84.309692, 33.733419 ], [ -84.309681, 33.732659 ], [ -84.309666, 33.73251 ], [ -84.309631, 33.732151 ], [ -84.309536, 33.731458 ], [ -84.309287, 33.730376 ], [ -84.309063, 33.729484 ], [ -84.308891, 33.728725 ], [ -84.308858, 33.728571 ], [ -84.308755, 33.728239 ], [ -84.308606, 33.72788 ], [ -84.308256, 33.727362 ], [ -84.308106, 33.727107 ], [ -84.307992, 33.726836 ], [ -84.307938, 33.726577 ], [ -84.307899, 33.726291 ], [ -84.307895, 33.725779 ], [ -84.307897, 33.72544 ], [ -84.307906, 33.724727 ], [ -84.307901, 33.723842 ], [ -84.307911, 33.723528 ], [ -84.307918, 33.723007 ], [ -84.307928, 33.722281 ], [ -84.307926, 33.722065 ], [ -84.307917, 33.721802 ], [ -84.307918, 33.721474 ], [ -84.307946, 33.721211 ], [ -84.308031, 33.720938 ], [ -84.308217, 33.720412 ], [ -84.308299, 33.720183 ], [ -84.308415, 33.719887 ], [ -84.3085, 33.719693 ], [ -84.308659, 33.71938 ], [ -84.309162, 33.718825 ], [ -84.308899, 33.718569 ], [ -84.308782, 33.718423 ], [ -84.308544, 33.718061 ], [ -84.308421, 33.717897 ], [ -84.30664, 33.716328 ], [ -84.305971, 33.715714 ], [ -84.305634, 33.715279 ], [ -84.306154, 33.715304 ], [ -84.307217, 33.715316 ], [ -84.307555, 33.71532 ], [ -84.308313, 33.715394 ], [ -84.308473, 33.715425 ], [ -84.308785, 33.715496 ], [ -84.309093, 33.715579 ], [ -84.309396, 33.715674 ], [ -84.309694, 33.71578 ], [ -84.309985, 33.715898 ], [ -84.310449, 33.716105 ], [ -84.311024, 33.716367 ], [ -84.311815, 33.716755 ], [ -84.314325, 33.717906 ], [ -84.314981, 33.718205 ], [ -84.315351, 33.718371 ], [ -84.31595, 33.71864 ], [ -84.316825, 33.71907 ], [ -84.318535, 33.719864 ], [ -84.3193, 33.720244 ], [ -84.319814, 33.720473 ], [ -84.320648, 33.720863 ], [ -84.321102, 33.721108 ], [ -84.321572, 33.721361 ], [ -84.322066, 33.721679 ], [ -84.32259, 33.722118 ], [ -84.322995, 33.722566 ], [ -84.3232, 33.722849 ], [ -84.32336, 33.72313 ], [ -84.32337, 33.723148 ], [ -84.323491, 33.723383 ], [ -84.323607, 33.723636 ], [ -84.323744, 33.723977 ], [ -84.323834, 33.724237 ], [ -84.323914, 33.724509 ], [ -84.323932, 33.724582 ], [ -84.323652, 33.724703 ], [ -84.322837, 33.725129 ], [ -84.322078, 33.725527 ], [ -84.322012, 33.725576 ], [ -84.321998, 33.725586 ], [ -84.321951, 33.72562 ], [ -84.320885, 33.726288 ], [ -84.321132, 33.726412 ], [ -84.321233, 33.726463 ], [ -84.321422, 33.726558 ], [ -84.321434, 33.726564 ], [ -84.321482, 33.726615 ], [ -84.321879, 33.726869 ], [ -84.322371, 33.727177 ], [ -84.322809, 33.727451 ], [ -84.323165, 33.727673 ], [ -84.323291, 33.72776 ], [ -84.323529, 33.727903 ], [ -84.323736, 33.728034 ], [ -84.324004, 33.7282 ], [ -84.324623, 33.728595 ], [ -84.325554, 33.729197 ], [ -84.326095, 33.729532 ], [ -84.326768, 33.729786 ], [ -84.326872, 33.729836 ], [ -84.328264, 33.730396 ], [ -84.328405, 33.730458 ], [ -84.32883, 33.730624 ], [ -84.328899, 33.730642 ], [ -84.32901, 33.730674 ], [ -84.329096, 33.73069 ], [ -84.329251, 33.730703 ], [ -84.329273, 33.730701 ], [ -84.329376, 33.730706 ], [ -84.329377, 33.730863 ], [ -84.32938, 33.732326 ], [ -84.329381, 33.733294 ], [ -84.329385, 33.735004 ], [ -84.329385, 33.73535 ], [ -84.329388, 33.737785 ], [ -84.329298, 33.737784 ], [ -84.329257, 33.737783 ], [ -84.328939, 33.737778 ], [ -84.328603, 33.737772 ], [ -84.328635, 33.737828 ], [ -84.328741, 33.738015 ], [ -84.328846, 33.738202 ], [ -84.328951, 33.738388 ], [ -84.329057, 33.738575 ], [ -84.329162, 33.738762 ], [ -84.32889, 33.73891 ], [ -84.328778, 33.738971 ], [ -84.328631, 33.739035 ], [ -84.328655, 33.739071 ], [ -84.32878, 33.739218 ], [ -84.328846, 33.73928 ], [ -84.328967, 33.739381 ], [ -84.329107, 33.739487 ], [ -84.329274, 33.739618 ], [ -84.329302, 33.739654 ], [ -84.329329, 33.739709 ], [ -84.329357, 33.739756 ], [ -84.329392, 33.739831 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13089980000", "name": "Census Tract 9800, DeKalb County, Georgia", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+33.7426368", "INTPTLON": "-084.3022466" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.309732, 33.745255 ], [ -84.308436, 33.745195 ], [ -84.305126, 33.745109 ], [ -84.303669, 33.745094 ], [ -84.302677, 33.745079 ], [ -84.300761, 33.745042 ], [ -84.299267, 33.745022 ], [ -84.297698, 33.744975 ], [ -84.296296, 33.744935 ], [ -84.29518, 33.74492 ], [ -84.295262, 33.742394 ], [ -84.295313, 33.740801 ], [ -84.295349, 33.739666 ], [ -84.296119, 33.739652 ], [ -84.296157, 33.739661 ], [ -84.296643, 33.739724 ], [ -84.297769, 33.739771 ], [ -84.299385, 33.73981 ], [ -84.300418, 33.739822 ], [ -84.30078, 33.739831 ], [ -84.302266, 33.739867 ], [ -84.303537, 33.739898 ], [ -84.303557, 33.739898 ], [ -84.3037, 33.739901 ], [ -84.303783, 33.739903 ], [ -84.305077, 33.739935 ], [ -84.305088, 33.740596 ], [ -84.309656, 33.740677 ], [ -84.309694, 33.742976 ], [ -84.309732, 33.745255 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121000100", "name": "Census Tract 1, Fulton County, Georgia", "total_population_17": 5183, "white_alone_17": 4611.0, "black_alone_17": 92.0, "native_alone_17": 0.0, "asian_alone_17": 114.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 166.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -4.341, "pct_black_alone_change": -0.538, "pct_native_alone_change": -0.289, "pct_asian_alone_change": 0.634, "pct_hispanic_or_latino_change": 0.964, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7997992", "INTPTLON": "-084.3549254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.367368, 33.805442 ], [ -84.367104, 33.805934 ], [ -84.366902, 33.806267 ], [ -84.366097, 33.807566 ], [ -84.366028, 33.807705 ], [ -84.365974, 33.807846 ], [ -84.365951, 33.807922 ], [ -84.365945, 33.807947 ], [ -84.365923, 33.808038 ], [ -84.365803, 33.807928 ], [ -84.365681, 33.807875 ], [ -84.365537, 33.807875 ], [ -84.36537, 33.807933 ], [ -84.364396, 33.808344 ], [ -84.363284, 33.808826 ], [ -84.362828, 33.809019 ], [ -84.362353, 33.809207 ], [ -84.360475, 33.809907 ], [ -84.360184, 33.810015 ], [ -84.359298, 33.810354 ], [ -84.357384, 33.811104 ], [ -84.35703, 33.811045 ], [ -84.354819, 33.81077 ], [ -84.354021, 33.810633 ], [ -84.353931, 33.810617 ], [ -84.353878, 33.810608 ], [ -84.351701, 33.810233 ], [ -84.351619, 33.810219 ], [ -84.350795, 33.810048 ], [ -84.350009, 33.809839 ], [ -84.349884, 33.809781 ], [ -84.349705, 33.809698 ], [ -84.348505, 33.809139 ], [ -84.348225, 33.809004 ], [ -84.348325, 33.808304 ], [ -84.348325, 33.807004 ], [ -84.348327, 33.806411 ], [ -84.348327, 33.806353 ], [ -84.348324, 33.806301 ], [ -84.348225, 33.805704 ], [ -84.348194, 33.805242 ], [ -84.348183, 33.805076 ], [ -84.34817, 33.804879 ], [ -84.34816, 33.804735 ], [ -84.348153, 33.804625 ], [ -84.348125, 33.804204 ], [ -84.348197, 33.80255 ], [ -84.348225, 33.801904 ], [ -84.348222, 33.798614 ], [ -84.348222, 33.798573 ], [ -84.348222, 33.798509 ], [ -84.348223, 33.797595 ], [ -84.348224, 33.796057 ], [ -84.348224, 33.794674 ], [ -84.348219, 33.793677 ], [ -84.348303, 33.792662 ], [ -84.348326, 33.79241 ], [ -84.348273, 33.792094 ], [ -84.348265, 33.792045 ], [ -84.348252, 33.791965 ], [ -84.348225, 33.791805 ], [ -84.348274, 33.791609 ], [ -84.348277, 33.791596 ], [ -84.348284, 33.791569 ], [ -84.348298, 33.791511 ], [ -84.34843, 33.790519 ], [ -84.348427, 33.789841 ], [ -84.348426, 33.789391 ], [ -84.348426, 33.78918 ], [ -84.348425, 33.788946 ], [ -84.348425, 33.787564 ], [ -84.348425, 33.786537 ], [ -84.348425, 33.785805 ], [ -84.348534, 33.784697 ], [ -84.34855, 33.78453 ], [ -84.348564, 33.784382 ], [ -84.34858, 33.784219 ], [ -84.348619, 33.783833 ], [ -84.348656, 33.782966 ], [ -84.348697, 33.781862 ], [ -84.348738, 33.77975 ], [ -84.348826, 33.779751 ], [ -84.348868, 33.779863 ], [ -84.349176, 33.780681 ], [ -84.349191, 33.780694 ], [ -84.34925, 33.780777 ], [ -84.349303, 33.780829 ], [ -84.349412, 33.780893 ], [ -84.349525, 33.780924 ], [ -84.349501, 33.781069 ], [ -84.349498, 33.781253 ], [ -84.349986, 33.781908 ], [ -84.350029, 33.78191 ], [ -84.352031, 33.781939 ], [ -84.352204, 33.781959 ], [ -84.352373, 33.781995 ], [ -84.352527, 33.782042 ], [ -84.352894, 33.782189 ], [ -84.352982, 33.782232 ], [ -84.353243, 33.782355 ], [ -84.353408, 33.782384 ], [ -84.353571, 33.782403 ], [ -84.35386, 33.78241 ], [ -84.354334, 33.782379 ], [ -84.354565, 33.783431 ], [ -84.354663, 33.783877 ], [ -84.354784, 33.784428 ], [ -84.35489, 33.784909 ], [ -84.355001, 33.785414 ], [ -84.355119, 33.785949 ], [ -84.355242, 33.786513 ], [ -84.355324, 33.787018 ], [ -84.355371, 33.787592 ], [ -84.35543, 33.788477 ], [ -84.355459, 33.788686 ], [ -84.355502, 33.788856 ], [ -84.355588, 33.789105 ], [ -84.355638, 33.789314 ], [ -84.355671, 33.789544 ], [ -84.355678, 33.789782 ], [ -84.355669, 33.789923 ], [ -84.355647, 33.790085 ], [ -84.355612, 33.790243 ], [ -84.355392, 33.791021 ], [ -84.355479, 33.791141 ], [ -84.355564, 33.791213 ], [ -84.356963, 33.792906 ], [ -84.35712, 33.793085 ], [ -84.357317, 33.793283 ], [ -84.358108, 33.794013 ], [ -84.358291, 33.794213 ], [ -84.358446, 33.794437 ], [ -84.358562, 33.794669 ], [ -84.35863, 33.79487 ], [ -84.358725, 33.795261 ], [ -84.358942, 33.796169 ], [ -84.359199, 33.797219 ], [ -84.359283, 33.797574 ], [ -84.359294, 33.797648 ], [ -84.359286, 33.797774 ], [ -84.359245, 33.797903 ], [ -84.359354, 33.79794 ], [ -84.360192, 33.798304 ], [ -84.360431, 33.798406 ], [ -84.361448, 33.798811 ], [ -84.362294, 33.799491 ], [ -84.362626, 33.799831 ], [ -84.363026, 33.800321 ], [ -84.363281, 33.80066 ], [ -84.363858, 33.801481 ], [ -84.36397, 33.801596 ], [ -84.364245, 33.801817 ], [ -84.364402, 33.801971 ], [ -84.364498, 33.802069 ], [ -84.36489, 33.802474 ], [ -84.365032, 33.802663 ], [ -84.365106, 33.802796 ], [ -84.36567, 33.80402 ], [ -84.365832, 33.804289 ], [ -84.366025, 33.804542 ], [ -84.366362, 33.804914 ], [ -84.366485, 33.805024 ], [ -84.36662, 33.805123 ], [ -84.366835, 33.805248 ], [ -84.367207, 33.805416 ], [ -84.367277, 33.805437 ], [ -84.367368, 33.805442 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121000200", "name": "Census Tract 2, Fulton County, Georgia", "total_population_17": 6282, "white_alone_17": 5539.0, "black_alone_17": 251.0, "native_alone_17": 0.0, "asian_alone_17": 188.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 183.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.612, "pct_black_alone_change": -1.272, "pct_native_alone_change": -0.385, "pct_asian_alone_change": 0.919, "pct_hispanic_or_latino_change": -0.152, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7916329", "INTPTLON": "-084.3641988" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.373364, 33.801433 ], [ -84.372304, 33.80184 ], [ -84.371892, 33.801964 ], [ -84.371487, 33.802053 ], [ -84.37116, 33.802102 ], [ -84.370406, 33.802184 ], [ -84.37014, 33.802226 ], [ -84.37004, 33.802262 ], [ -84.369954, 33.802309 ], [ -84.369932, 33.802312 ], [ -84.369896, 33.802349 ], [ -84.369745, 33.802459 ], [ -84.369477, 33.802625 ], [ -84.36929, 33.802722 ], [ -84.369069, 33.802821 ], [ -84.36884, 33.802908 ], [ -84.368569, 33.802997 ], [ -84.368504, 33.80303 ], [ -84.368447, 33.803071 ], [ -84.368397, 33.803119 ], [ -84.368165, 33.803403 ], [ -84.367398, 33.804401 ], [ -84.367461, 33.804658 ], [ -84.367474, 33.804843 ], [ -84.367422, 33.805261 ], [ -84.367368, 33.805442 ], [ -84.367277, 33.805437 ], [ -84.367207, 33.805416 ], [ -84.366835, 33.805248 ], [ -84.36662, 33.805123 ], [ -84.366485, 33.805024 ], [ -84.366362, 33.804914 ], [ -84.366025, 33.804542 ], [ -84.365832, 33.804289 ], [ -84.36567, 33.80402 ], [ -84.365106, 33.802796 ], [ -84.365032, 33.802663 ], [ -84.36489, 33.802474 ], [ -84.364498, 33.802069 ], [ -84.364402, 33.801971 ], [ -84.364245, 33.801817 ], [ -84.36397, 33.801596 ], [ -84.363858, 33.801481 ], [ -84.363281, 33.80066 ], [ -84.363026, 33.800321 ], [ -84.362626, 33.799831 ], [ -84.362294, 33.799491 ], [ -84.361448, 33.798811 ], [ -84.360431, 33.798406 ], [ -84.360192, 33.798304 ], [ -84.359354, 33.79794 ], [ -84.359245, 33.797903 ], [ -84.359286, 33.797774 ], [ -84.359294, 33.797648 ], [ -84.359283, 33.797574 ], [ -84.359199, 33.797219 ], [ -84.358942, 33.796169 ], [ -84.358725, 33.795261 ], [ -84.35863, 33.79487 ], [ -84.358562, 33.794669 ], [ -84.358446, 33.794437 ], [ -84.358291, 33.794213 ], [ -84.358108, 33.794013 ], [ -84.357317, 33.793283 ], [ -84.35712, 33.793085 ], [ -84.356963, 33.792906 ], [ -84.355564, 33.791213 ], [ -84.355479, 33.791141 ], [ -84.355392, 33.791021 ], [ -84.355612, 33.790243 ], [ -84.355647, 33.790085 ], [ -84.355669, 33.789923 ], [ -84.355678, 33.789782 ], [ -84.355671, 33.789544 ], [ -84.355638, 33.789314 ], [ -84.355588, 33.789105 ], [ -84.355502, 33.788856 ], [ -84.355459, 33.788686 ], [ -84.35543, 33.788477 ], [ -84.355371, 33.787592 ], [ -84.355324, 33.787018 ], [ -84.355242, 33.786513 ], [ -84.355119, 33.785949 ], [ -84.355001, 33.785414 ], [ -84.35489, 33.784909 ], [ -84.354784, 33.784428 ], [ -84.354663, 33.783877 ], [ -84.354565, 33.783431 ], [ -84.354334, 33.782379 ], [ -84.35477, 33.782349 ], [ -84.354937, 33.782338 ], [ -84.355767, 33.782281 ], [ -84.356899, 33.782203 ], [ -84.358681, 33.78208 ], [ -84.359331, 33.782035 ], [ -84.360195, 33.781975 ], [ -84.361353, 33.781895 ], [ -84.361945, 33.781854 ], [ -84.363507, 33.781747 ], [ -84.364816, 33.781655 ], [ -84.366646, 33.781526 ], [ -84.366873, 33.781487 ], [ -84.367094, 33.78143 ], [ -84.367277, 33.781367 ], [ -84.367598, 33.781235 ], [ -84.367798, 33.781153 ], [ -84.368396, 33.781893 ], [ -84.36857, 33.782108 ], [ -84.368652, 33.782213 ], [ -84.369336, 33.783081 ], [ -84.369789, 33.783705 ], [ -84.37011, 33.784197 ], [ -84.370266, 33.784436 ], [ -84.370506, 33.784994 ], [ -84.37072, 33.785934 ], [ -84.370743, 33.786226 ], [ -84.370759, 33.786419 ], [ -84.37056, 33.788229 ], [ -84.370515, 33.78864 ], [ -84.370174, 33.790993 ], [ -84.370106, 33.791782 ], [ -84.370069, 33.792219 ], [ -84.370073, 33.792252 ], [ -84.370192, 33.793275 ], [ -84.370197, 33.793315 ], [ -84.370281, 33.79366 ], [ -84.370341, 33.79391 ], [ -84.370398, 33.79408 ], [ -84.370576, 33.794614 ], [ -84.370836, 33.795201 ], [ -84.370929, 33.79541 ], [ -84.372047, 33.797265 ], [ -84.372759, 33.798534 ], [ -84.374213, 33.801086 ], [ -84.373364, 33.801433 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121000400", "name": "Census Tract 4, Fulton County, Georgia", "total_population_17": 1805, "white_alone_17": 1495.0, "black_alone_17": 196.0, "native_alone_17": 0.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 36.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -6.289, "pct_black_alone_change": 3.741, "pct_native_alone_change": -0.24, "pct_asian_alone_change": 1.269, "pct_hispanic_or_latino_change": 0.109, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7883241", "INTPTLON": "-084.3785105" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.387793, 33.788507 ], [ -84.387791, 33.788812 ], [ -84.38779, 33.788892 ], [ -84.387783, 33.789917 ], [ -84.387774, 33.791093 ], [ -84.387768, 33.79176 ], [ -84.387768, 33.791872 ], [ -84.387768, 33.791921 ], [ -84.387757, 33.793316 ], [ -84.387752, 33.794019 ], [ -84.387748, 33.79419 ], [ -84.387634, 33.7945 ], [ -84.387699, 33.794648 ], [ -84.38772, 33.794706 ], [ -84.387757, 33.794812 ], [ -84.387782, 33.795017 ], [ -84.387786, 33.795295 ], [ -84.387767, 33.795714 ], [ -84.387767, 33.795808 ], [ -84.387648, 33.795801 ], [ -84.387568, 33.795799 ], [ -84.387055, 33.795786 ], [ -84.386797, 33.795767 ], [ -84.386325, 33.795707 ], [ -84.386053, 33.795649 ], [ -84.38589, 33.795602 ], [ -84.385742, 33.795549 ], [ -84.385469, 33.795426 ], [ -84.385229, 33.795285 ], [ -84.384926, 33.795069 ], [ -84.384858, 33.795014 ], [ -84.384725, 33.794907 ], [ -84.384551, 33.79472 ], [ -84.384472, 33.794613 ], [ -84.384396, 33.794488 ], [ -84.384334, 33.794363 ], [ -84.38429, 33.794251 ], [ -84.384075, 33.793574 ], [ -84.383908, 33.793064 ], [ -84.383795, 33.793099 ], [ -84.383689, 33.793109 ], [ -84.381138, 33.793098 ], [ -84.381063, 33.793107 ], [ -84.381045, 33.793096 ], [ -84.380975, 33.793077 ], [ -84.380914, 33.793028 ], [ -84.380885, 33.792961 ], [ -84.380893, 33.792899 ], [ -84.380866, 33.792904 ], [ -84.380793, 33.792959 ], [ -84.380709, 33.793004 ], [ -84.380608, 33.793041 ], [ -84.380525, 33.793058 ], [ -84.380507, 33.793072 ], [ -84.380406, 33.793069 ], [ -84.380213, 33.793086 ], [ -84.380038, 33.793111 ], [ -84.379875, 33.793146 ], [ -84.379612, 33.793223 ], [ -84.379181, 33.793392 ], [ -84.378602, 33.793087 ], [ -84.378584, 33.792945 ], [ -84.378535, 33.792779 ], [ -84.378535, 33.792752 ], [ -84.378495, 33.792688 ], [ -84.378476, 33.792638 ], [ -84.37834, 33.792429 ], [ -84.378266, 33.792347 ], [ -84.378194, 33.79229 ], [ -84.378058, 33.792206 ], [ -84.377952, 33.792164 ], [ -84.377788, 33.792114 ], [ -84.3777, 33.792087 ], [ -84.377447, 33.792008 ], [ -84.377281, 33.791938 ], [ -84.377068, 33.791793 ], [ -84.37687, 33.791642 ], [ -84.37652, 33.79135 ], [ -84.376437, 33.791413 ], [ -84.376331, 33.791459 ], [ -84.375739, 33.791613 ], [ -84.375428, 33.79168 ], [ -84.375155, 33.791723 ], [ -84.374877, 33.791752 ], [ -84.374685, 33.791747 ], [ -84.374511, 33.79172 ], [ -84.374375, 33.791683 ], [ -84.374239, 33.791631 ], [ -84.374006, 33.791921 ], [ -84.373882, 33.792062 ], [ -84.373206, 33.792755 ], [ -84.372813, 33.793169 ], [ -84.372767, 33.793219 ], [ -84.372702, 33.79319 ], [ -84.372632, 33.793172 ], [ -84.372458, 33.793164 ], [ -84.372247, 33.793159 ], [ -84.372038, 33.793187 ], [ -84.37191, 33.793222 ], [ -84.371678, 33.793308 ], [ -84.37067, 33.793719 ], [ -84.370281, 33.79366 ], [ -84.370197, 33.793315 ], [ -84.370192, 33.793275 ], [ -84.370073, 33.792252 ], [ -84.370069, 33.792219 ], [ -84.370106, 33.791782 ], [ -84.370174, 33.790993 ], [ -84.370515, 33.78864 ], [ -84.37056, 33.788229 ], [ -84.370759, 33.786419 ], [ -84.370743, 33.786226 ], [ -84.37072, 33.785934 ], [ -84.370506, 33.784994 ], [ -84.370266, 33.784436 ], [ -84.37011, 33.784197 ], [ -84.369789, 33.783705 ], [ -84.369336, 33.783081 ], [ -84.368652, 33.782213 ], [ -84.36857, 33.782108 ], [ -84.368686, 33.781739 ], [ -84.36875, 33.781757 ], [ -84.368831, 33.781766 ], [ -84.372795, 33.781774 ], [ -84.374057, 33.781777 ], [ -84.377659, 33.781785 ], [ -84.377871, 33.781785 ], [ -84.377872, 33.782558 ], [ -84.377872, 33.78316 ], [ -84.377867, 33.783664 ], [ -84.378166, 33.783684 ], [ -84.378412, 33.784232 ], [ -84.378909, 33.784264 ], [ -84.378648, 33.78478 ], [ -84.378426, 33.785294 ], [ -84.378298, 33.785621 ], [ -84.378242, 33.785809 ], [ -84.378218, 33.785895 ], [ -84.378162, 33.786188 ], [ -84.378136, 33.786484 ], [ -84.379136, 33.786481 ], [ -84.379352, 33.786481 ], [ -84.380442, 33.786485 ], [ -84.380946, 33.786487 ], [ -84.381097, 33.786488 ], [ -84.381428, 33.786489 ], [ -84.382163, 33.786492 ], [ -84.382689, 33.786493 ], [ -84.382953, 33.786494 ], [ -84.382993, 33.78651 ], [ -84.383048, 33.786532 ], [ -84.383149, 33.786572 ], [ -84.383256, 33.786656 ], [ -84.383316, 33.786651 ], [ -84.384328, 33.786655 ], [ -84.386219, 33.786663 ], [ -84.387808, 33.786669 ], [ -84.387793, 33.788507 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121000500", "name": "Census Tract 5, Fulton County, Georgia", "total_population_17": 5572, "white_alone_17": 3674.0, "black_alone_17": 1099.0, "native_alone_17": 0.0, "asian_alone_17": 341.0, "native_hawaiian_pacific_islander_17": 15.0, "hispanic_or_latino_17": 326.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -9.056, "pct_black_alone_change": 0.925, "pct_native_alone_change": -0.513, "pct_asian_alone_change": 3.26, "pct_hispanic_or_latino_change": 3.528, "pct_native_hawaiian_pacific_islander_change": 0.242, "INTPTLAT": "+33.7961563", "INTPTLON": "-084.3853669" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.400856, 33.792707 ], [ -84.400592, 33.79291 ], [ -84.39979, 33.793601 ], [ -84.399067, 33.794225 ], [ -84.396014, 33.796549 ], [ -84.395361, 33.797076 ], [ -84.395194, 33.797211 ], [ -84.395029, 33.797344 ], [ -84.3947, 33.797609 ], [ -84.394604, 33.797686 ], [ -84.394152, 33.798052 ], [ -84.393725, 33.798416 ], [ -84.392882, 33.799115 ], [ -84.392411, 33.799488 ], [ -84.392285, 33.799588 ], [ -84.392153, 33.799698 ], [ -84.392136, 33.799713 ], [ -84.391615, 33.800087 ], [ -84.390255, 33.800891 ], [ -84.389347, 33.801436 ], [ -84.388575, 33.801961 ], [ -84.387609, 33.802639 ], [ -84.386299, 33.803535 ], [ -84.385405, 33.804179 ], [ -84.385362, 33.804209 ], [ -84.3853, 33.804254 ], [ -84.38484, 33.804585 ], [ -84.384533, 33.804794 ], [ -84.383691, 33.805402 ], [ -84.382105, 33.806506 ], [ -84.381173, 33.807171 ], [ -84.381038, 33.807267 ], [ -84.381015, 33.807283 ], [ -84.379799, 33.808193 ], [ -84.379064, 33.808847 ], [ -84.378325, 33.809598 ], [ -84.377551, 33.810641 ], [ -84.377066, 33.81138 ], [ -84.376588, 33.812108 ], [ -84.375841, 33.813134 ], [ -84.376097, 33.812654 ], [ -84.376657, 33.811655 ], [ -84.376972, 33.811128 ], [ -84.37711, 33.810897 ], [ -84.377226, 33.810721 ], [ -84.377362, 33.810484 ], [ -84.377468, 33.810261 ], [ -84.377575, 33.809972 ], [ -84.377615, 33.809705 ], [ -84.377654, 33.809427 ], [ -84.377669, 33.808971 ], [ -84.377672, 33.808894 ], [ -84.377656, 33.808741 ], [ -84.377648, 33.808654 ], [ -84.37763, 33.808493 ], [ -84.37761, 33.808309 ], [ -84.377487, 33.807776 ], [ -84.377461, 33.807634 ], [ -84.377399, 33.807284 ], [ -84.377358, 33.806935 ], [ -84.377283, 33.806595 ], [ -84.376915, 33.805945 ], [ -84.376444, 33.805115 ], [ -84.376181, 33.80465 ], [ -84.375708, 33.803837 ], [ -84.375053, 33.80271 ], [ -84.374729, 33.802079 ], [ -84.374263, 33.801172 ], [ -84.374213, 33.801086 ], [ -84.372759, 33.798534 ], [ -84.372047, 33.797265 ], [ -84.370929, 33.79541 ], [ -84.370836, 33.795201 ], [ -84.370576, 33.794614 ], [ -84.370398, 33.79408 ], [ -84.370341, 33.79391 ], [ -84.370281, 33.79366 ], [ -84.37067, 33.793719 ], [ -84.371678, 33.793308 ], [ -84.37191, 33.793222 ], [ -84.372038, 33.793187 ], [ -84.372247, 33.793159 ], [ -84.372458, 33.793164 ], [ -84.372632, 33.793172 ], [ -84.372702, 33.79319 ], [ -84.372767, 33.793219 ], [ -84.372813, 33.793169 ], [ -84.373206, 33.792755 ], [ -84.373882, 33.792062 ], [ -84.374006, 33.791921 ], [ -84.374239, 33.791631 ], [ -84.374375, 33.791683 ], [ -84.374511, 33.79172 ], [ -84.374685, 33.791747 ], [ -84.374877, 33.791752 ], [ -84.375155, 33.791723 ], [ -84.375428, 33.79168 ], [ -84.375739, 33.791613 ], [ -84.376331, 33.791459 ], [ -84.376437, 33.791413 ], [ -84.37652, 33.79135 ], [ -84.37687, 33.791642 ], [ -84.377068, 33.791793 ], [ -84.377281, 33.791938 ], [ -84.377447, 33.792008 ], [ -84.3777, 33.792087 ], [ -84.377788, 33.792114 ], [ -84.377952, 33.792164 ], [ -84.378058, 33.792206 ], [ -84.378194, 33.79229 ], [ -84.378266, 33.792347 ], [ -84.37834, 33.792429 ], [ -84.378476, 33.792638 ], [ -84.378495, 33.792688 ], [ -84.378535, 33.792752 ], [ -84.378535, 33.792779 ], [ -84.378584, 33.792945 ], [ -84.378602, 33.793087 ], [ -84.379181, 33.793392 ], [ -84.379612, 33.793223 ], [ -84.379875, 33.793146 ], [ -84.380038, 33.793111 ], [ -84.380213, 33.793086 ], [ -84.380406, 33.793069 ], [ -84.380507, 33.793072 ], [ -84.380525, 33.793058 ], [ -84.380608, 33.793041 ], [ -84.380709, 33.793004 ], [ -84.380793, 33.792959 ], [ -84.380866, 33.792904 ], [ -84.380893, 33.792899 ], [ -84.380885, 33.792961 ], [ -84.380914, 33.793028 ], [ -84.380975, 33.793077 ], [ -84.381045, 33.793096 ], [ -84.381063, 33.793107 ], [ -84.381138, 33.793098 ], [ -84.383689, 33.793109 ], [ -84.383795, 33.793099 ], [ -84.383908, 33.793064 ], [ -84.384075, 33.793574 ], [ -84.38429, 33.794251 ], [ -84.384334, 33.794363 ], [ -84.384396, 33.794488 ], [ -84.384472, 33.794613 ], [ -84.384551, 33.79472 ], [ -84.384725, 33.794907 ], [ -84.384858, 33.795014 ], [ -84.384926, 33.795069 ], [ -84.385229, 33.795285 ], [ -84.385469, 33.795426 ], [ -84.385742, 33.795549 ], [ -84.38589, 33.795602 ], [ -84.386053, 33.795649 ], [ -84.386325, 33.795707 ], [ -84.386797, 33.795767 ], [ -84.387055, 33.795786 ], [ -84.387568, 33.795799 ], [ -84.387648, 33.795801 ], [ -84.387767, 33.795808 ], [ -84.387767, 33.795714 ], [ -84.387786, 33.795295 ], [ -84.387782, 33.795017 ], [ -84.387757, 33.794812 ], [ -84.38772, 33.794706 ], [ -84.387699, 33.794648 ], [ -84.387634, 33.7945 ], [ -84.387748, 33.79419 ], [ -84.387752, 33.794019 ], [ -84.387757, 33.793316 ], [ -84.387768, 33.791921 ], [ -84.387768, 33.791872 ], [ -84.387768, 33.79176 ], [ -84.387774, 33.791093 ], [ -84.387783, 33.789917 ], [ -84.38779, 33.788892 ], [ -84.387791, 33.788812 ], [ -84.387793, 33.788507 ], [ -84.387808, 33.786669 ], [ -84.389248, 33.786675 ], [ -84.390567, 33.78668 ], [ -84.390835, 33.786679 ], [ -84.391366, 33.786683 ], [ -84.391499, 33.786684 ], [ -84.391724, 33.786685 ], [ -84.391936, 33.786686 ], [ -84.392629, 33.786681 ], [ -84.392956, 33.786664 ], [ -84.393271, 33.786638 ], [ -84.394526, 33.786495 ], [ -84.395793, 33.78635 ], [ -84.396057, 33.786319 ], [ -84.396713, 33.786244 ], [ -84.397205, 33.786192 ], [ -84.397675, 33.786189 ], [ -84.398735, 33.786193 ], [ -84.398727, 33.787429 ], [ -84.398718, 33.788657 ], [ -84.39871, 33.789724 ], [ -84.398709, 33.790007 ], [ -84.398714, 33.790208 ], [ -84.398706, 33.790664 ], [ -84.398709, 33.79076 ], [ -84.398716, 33.790917 ], [ -84.398713, 33.791135 ], [ -84.398711, 33.791279 ], [ -84.398748, 33.791715 ], [ -84.398749, 33.792049 ], [ -84.398743, 33.792325 ], [ -84.398743, 33.792359 ], [ -84.399549, 33.792328 ], [ -84.399595, 33.792332 ], [ -84.399641, 33.792332 ], [ -84.399686, 33.792328 ], [ -84.399731, 33.792321 ], [ -84.399775, 33.79231 ], [ -84.399787, 33.792305 ], [ -84.399817, 33.792296 ], [ -84.399858, 33.792278 ], [ -84.399896, 33.792257 ], [ -84.400172, 33.792119 ], [ -84.400306, 33.79222 ], [ -84.400666, 33.792517 ], [ -84.400856, 33.792707 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121000600", "name": "Census Tract 6, Fulton County, Georgia", "total_population_17": 6350, "white_alone_17": 2989.0, "black_alone_17": 998.0, "native_alone_17": 0.0, "asian_alone_17": 1721.0, "native_hawaiian_pacific_islander_17": 25.0, "hispanic_or_latino_17": 376.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -14.621, "pct_black_alone_change": 3.342, "pct_native_alone_change": -0.037, "pct_asian_alone_change": 7.154, "pct_hispanic_or_latino_change": 1.377, "pct_native_hawaiian_pacific_islander_change": 0.357, "INTPTLAT": "+33.7853862", "INTPTLON": "-084.4056539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.41529, 33.784085 ], [ -84.415256, 33.784271 ], [ -84.415225, 33.784379 ], [ -84.415116, 33.784604 ], [ -84.415026, 33.784768 ], [ -84.414971, 33.784851 ], [ -84.414883, 33.784958 ], [ -84.414711, 33.785141 ], [ -84.414498, 33.785319 ], [ -84.414378, 33.785403 ], [ -84.414212, 33.785508 ], [ -84.413866, 33.785691 ], [ -84.413435, 33.785853 ], [ -84.413097, 33.785968 ], [ -84.411682, 33.786479 ], [ -84.410976, 33.786737 ], [ -84.410575, 33.786913 ], [ -84.409516, 33.787435 ], [ -84.408878, 33.787818 ], [ -84.408278, 33.7882 ], [ -84.407666, 33.788576 ], [ -84.407645, 33.788589 ], [ -84.406534, 33.789262 ], [ -84.405791, 33.789684 ], [ -84.404871, 33.790173 ], [ -84.404494, 33.790388 ], [ -84.403837, 33.790766 ], [ -84.402997, 33.791233 ], [ -84.402302, 33.791652 ], [ -84.401629, 33.792122 ], [ -84.401578, 33.792153 ], [ -84.400856, 33.792707 ], [ -84.400666, 33.792517 ], [ -84.400306, 33.79222 ], [ -84.400172, 33.792119 ], [ -84.399896, 33.792257 ], [ -84.399858, 33.792278 ], [ -84.399817, 33.792296 ], [ -84.399787, 33.792305 ], [ -84.399775, 33.79231 ], [ -84.399731, 33.792321 ], [ -84.399686, 33.792328 ], [ -84.399641, 33.792332 ], [ -84.399595, 33.792332 ], [ -84.399549, 33.792328 ], [ -84.398743, 33.792359 ], [ -84.398743, 33.792325 ], [ -84.398749, 33.792049 ], [ -84.398748, 33.791715 ], [ -84.398711, 33.791279 ], [ -84.398713, 33.791135 ], [ -84.398716, 33.790917 ], [ -84.398709, 33.79076 ], [ -84.398706, 33.790664 ], [ -84.398714, 33.790208 ], [ -84.398709, 33.790007 ], [ -84.39871, 33.789724 ], [ -84.398718, 33.788657 ], [ -84.398727, 33.787429 ], [ -84.398735, 33.786193 ], [ -84.398737, 33.786065 ], [ -84.398906, 33.784187 ], [ -84.398954, 33.783652 ], [ -84.39898, 33.783372 ], [ -84.399028, 33.782831 ], [ -84.399062, 33.782454 ], [ -84.399147, 33.781512 ], [ -84.399349, 33.781513 ], [ -84.399909, 33.781514 ], [ -84.400603, 33.781515 ], [ -84.400832, 33.781517 ], [ -84.401304, 33.781519 ], [ -84.402626, 33.781526 ], [ -84.402649, 33.781413 ], [ -84.402714, 33.780565 ], [ -84.402741, 33.780105 ], [ -84.402767, 33.780055 ], [ -84.402817, 33.780021 ], [ -84.402524, 33.779703 ], [ -84.402592, 33.779661 ], [ -84.402667, 33.779646 ], [ -84.404171, 33.779655 ], [ -84.404473, 33.779655 ], [ -84.404992, 33.779654 ], [ -84.406, 33.77965 ], [ -84.40606, 33.779635 ], [ -84.406857, 33.779618 ], [ -84.406857, 33.779894 ], [ -84.407, 33.779831 ], [ -84.407455, 33.779644 ], [ -84.40823, 33.779647 ], [ -84.408358, 33.779648 ], [ -84.409178, 33.779652 ], [ -84.409321, 33.779653 ], [ -84.410233, 33.779657 ], [ -84.41043, 33.77966 ], [ -84.412056, 33.779838 ], [ -84.412427, 33.779868 ], [ -84.412973, 33.779929 ], [ -84.413371, 33.780301 ], [ -84.414075, 33.780941 ], [ -84.414419, 33.781235 ], [ -84.414617, 33.781486 ], [ -84.414759, 33.781726 ], [ -84.4149, 33.782022 ], [ -84.414973, 33.782232 ], [ -84.415231, 33.783233 ], [ -84.415264, 33.783478 ], [ -84.415298, 33.783977 ], [ -84.41529, 33.784085 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121000700", "name": "Census Tract 7, Fulton County, Georgia", "total_population_17": 3121, "white_alone_17": 699.0, "black_alone_17": 2108.0, "native_alone_17": 23.0, "asian_alone_17": 31.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 180.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 8.373, "pct_black_alone_change": -15.618, "pct_native_alone_change": 0.681, "pct_asian_alone_change": 0.317, "pct_hispanic_or_latino_change": 3.739, "pct_native_hawaiian_pacific_islander_change": 0.003, "INTPTLAT": "+33.7799603", "INTPTLON": "-084.4233105" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.432289, 33.786249 ], [ -84.430325, 33.786283 ], [ -84.428435, 33.78632 ], [ -84.427856, 33.786325 ], [ -84.427876, 33.786617 ], [ -84.427886, 33.786768 ], [ -84.427889, 33.786825 ], [ -84.427904, 33.786879 ], [ -84.427933, 33.787009 ], [ -84.427962, 33.787161 ], [ -84.427991, 33.787314 ], [ -84.427549, 33.787237 ], [ -84.42711, 33.787228 ], [ -84.426926, 33.787239 ], [ -84.426721, 33.787262 ], [ -84.426043, 33.786966 ], [ -84.425667, 33.786802 ], [ -84.425423, 33.786695 ], [ -84.424894, 33.786655 ], [ -84.424341, 33.786605 ], [ -84.424104, 33.786553 ], [ -84.423801, 33.786456 ], [ -84.423182, 33.786288 ], [ -84.423018, 33.786244 ], [ -84.421522, 33.785866 ], [ -84.420763, 33.785659 ], [ -84.419799, 33.785407 ], [ -84.41937, 33.785284 ], [ -84.418949, 33.785118 ], [ -84.418658, 33.784967 ], [ -84.418366, 33.784804 ], [ -84.418087, 33.784615 ], [ -84.417988, 33.784552 ], [ -84.417489, 33.784102 ], [ -84.416527, 33.783208 ], [ -84.415866, 33.78256 ], [ -84.415489, 33.782215 ], [ -84.414419, 33.781235 ], [ -84.414075, 33.780941 ], [ -84.413371, 33.780301 ], [ -84.412973, 33.779929 ], [ -84.413256, 33.779961 ], [ -84.414392, 33.780089 ], [ -84.41469, 33.780152 ], [ -84.414911, 33.780227 ], [ -84.414963, 33.780251 ], [ -84.415119, 33.780324 ], [ -84.415312, 33.780441 ], [ -84.415516, 33.780594 ], [ -84.415698, 33.780799 ], [ -84.41616, 33.781383 ], [ -84.417218, 33.782717 ], [ -84.417268, 33.782687 ], [ -84.417301, 33.782641 ], [ -84.417308, 33.782453 ], [ -84.417322, 33.780159 ], [ -84.417347, 33.776192 ], [ -84.417351, 33.775598 ], [ -84.417354, 33.775148 ], [ -84.417354, 33.775089 ], [ -84.417356, 33.77486 ], [ -84.41736, 33.774107 ], [ -84.417367, 33.773032 ], [ -84.417373, 33.772198 ], [ -84.417381, 33.77139 ], [ -84.418153, 33.771384 ], [ -84.418663, 33.771389 ], [ -84.41955, 33.771399 ], [ -84.42022, 33.7714 ], [ -84.42044, 33.7714 ], [ -84.420932, 33.771394 ], [ -84.42117, 33.771392 ], [ -84.422104, 33.77138 ], [ -84.422104, 33.773218 ], [ -84.423125, 33.773225 ], [ -84.423352, 33.773216 ], [ -84.423662, 33.773172 ], [ -84.423986, 33.773119 ], [ -84.424219, 33.773072 ], [ -84.42466, 33.772923 ], [ -84.425056, 33.772761 ], [ -84.425086, 33.772748 ], [ -84.425231, 33.772689 ], [ -84.426128, 33.772264 ], [ -84.42622, 33.772744 ], [ -84.426441, 33.774074 ], [ -84.42664, 33.775156 ], [ -84.426691, 33.775433 ], [ -84.426712, 33.77558 ], [ -84.426725, 33.775669 ], [ -84.426776, 33.77596 ], [ -84.426837, 33.776265 ], [ -84.426941, 33.776612 ], [ -84.427057, 33.776923 ], [ -84.427118, 33.777061 ], [ -84.4272, 33.777226 ], [ -84.427335, 33.777428 ], [ -84.427539, 33.777709 ], [ -84.427666, 33.777853 ], [ -84.428443, 33.778736 ], [ -84.429594, 33.780053 ], [ -84.430615, 33.781178 ], [ -84.431065, 33.781759 ], [ -84.431293, 33.782109 ], [ -84.431582, 33.782623 ], [ -84.431847, 33.783237 ], [ -84.431991, 33.783675 ], [ -84.432085, 33.783977 ], [ -84.432242, 33.784743 ], [ -84.432289, 33.785356 ], [ -84.432337, 33.786253 ], [ -84.432289, 33.786249 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001001", "name": "Census Tract 10.01, Fulton County, Georgia", "total_population_17": 2740, "white_alone_17": 1502.0, "black_alone_17": 269.0, "native_alone_17": 13.0, "asian_alone_17": 732.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 119.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -8.947, "pct_black_alone_change": -0.569, "pct_native_alone_change": 0.387, "pct_asian_alone_change": 5.431, "pct_hispanic_or_latino_change": 0.732, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+33.7828223", "INTPTLON": "-084.3902405" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.399062, 33.782454 ], [ -84.399028, 33.782831 ], [ -84.39898, 33.783372 ], [ -84.398954, 33.783652 ], [ -84.398906, 33.784187 ], [ -84.398737, 33.786065 ], [ -84.398735, 33.786193 ], [ -84.397675, 33.786189 ], [ -84.397205, 33.786192 ], [ -84.396713, 33.786244 ], [ -84.396057, 33.786319 ], [ -84.395793, 33.78635 ], [ -84.394526, 33.786495 ], [ -84.393271, 33.786638 ], [ -84.392956, 33.786664 ], [ -84.392629, 33.786681 ], [ -84.391936, 33.786686 ], [ -84.391724, 33.786685 ], [ -84.391499, 33.786684 ], [ -84.391366, 33.786683 ], [ -84.390835, 33.786679 ], [ -84.390567, 33.78668 ], [ -84.389248, 33.786675 ], [ -84.387808, 33.786669 ], [ -84.387815, 33.785735 ], [ -84.387824, 33.784578 ], [ -84.387825, 33.78443 ], [ -84.387834, 33.783262 ], [ -84.387844, 33.781959 ], [ -84.387836, 33.781729 ], [ -84.387802, 33.781503 ], [ -84.387762, 33.78134 ], [ -84.387706, 33.781171 ], [ -84.387509, 33.780729 ], [ -84.387362, 33.7804 ], [ -84.387298, 33.780181 ], [ -84.387272, 33.779957 ], [ -84.387275, 33.779545 ], [ -84.387283, 33.778728 ], [ -84.387291, 33.778021 ], [ -84.387296, 33.777541 ], [ -84.387303, 33.776815 ], [ -84.387309, 33.776334 ], [ -84.387313, 33.775881 ], [ -84.387322, 33.775091 ], [ -84.387335, 33.773836 ], [ -84.387351, 33.772318 ], [ -84.387417, 33.771494 ], [ -84.387421, 33.771271 ], [ -84.387587, 33.77123 ], [ -84.388845, 33.771239 ], [ -84.38941, 33.771244 ], [ -84.389818, 33.771275 ], [ -84.390063, 33.77128 ], [ -84.390457, 33.771286 ], [ -84.390407, 33.771844 ], [ -84.390312, 33.773512 ], [ -84.390327, 33.773735 ], [ -84.390385, 33.773952 ], [ -84.390476, 33.774385 ], [ -84.390618, 33.775056 ], [ -84.391003, 33.776882 ], [ -84.391034, 33.777028 ], [ -84.391114, 33.777716 ], [ -84.39114, 33.778069 ], [ -84.39117, 33.778469 ], [ -84.391177, 33.778716 ], [ -84.391185, 33.78001 ], [ -84.391186, 33.780093 ], [ -84.391142, 33.781533 ], [ -84.391607, 33.781538 ], [ -84.391946, 33.781541 ], [ -84.39357, 33.781511 ], [ -84.394208, 33.7815 ], [ -84.394577, 33.7815 ], [ -84.394832, 33.781501 ], [ -84.396017, 33.781504 ], [ -84.397013, 33.781506 ], [ -84.397712, 33.781508 ], [ -84.399147, 33.781512 ], [ -84.399062, 33.782454 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001002", "name": "Census Tract 10.02, Fulton County, Georgia", "total_population_17": 6998, "white_alone_17": 3360.0, "black_alone_17": 1263.0, "native_alone_17": 52.0, "asian_alone_17": 1574.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 530.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -15.75, "pct_black_alone_change": 7.661, "pct_native_alone_change": 0.656, "pct_asian_alone_change": 1.208, "pct_hispanic_or_latino_change": 3.963, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+33.7763538", "INTPTLON": "-084.3995123" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.412973, 33.779929 ], [ -84.412427, 33.779868 ], [ -84.412056, 33.779838 ], [ -84.41043, 33.77966 ], [ -84.410233, 33.779657 ], [ -84.409321, 33.779653 ], [ -84.409178, 33.779652 ], [ -84.408358, 33.779648 ], [ -84.40823, 33.779647 ], [ -84.407455, 33.779644 ], [ -84.407, 33.779831 ], [ -84.406857, 33.779894 ], [ -84.406857, 33.779618 ], [ -84.40606, 33.779635 ], [ -84.406, 33.77965 ], [ -84.404992, 33.779654 ], [ -84.404473, 33.779655 ], [ -84.404171, 33.779655 ], [ -84.402667, 33.779646 ], [ -84.402592, 33.779661 ], [ -84.402524, 33.779703 ], [ -84.402817, 33.780021 ], [ -84.402767, 33.780055 ], [ -84.402741, 33.780105 ], [ -84.402714, 33.780565 ], [ -84.402649, 33.781413 ], [ -84.402626, 33.781526 ], [ -84.401304, 33.781519 ], [ -84.400832, 33.781517 ], [ -84.400603, 33.781515 ], [ -84.399909, 33.781514 ], [ -84.399349, 33.781513 ], [ -84.399147, 33.781512 ], [ -84.397712, 33.781508 ], [ -84.397013, 33.781506 ], [ -84.396017, 33.781504 ], [ -84.394832, 33.781501 ], [ -84.394577, 33.7815 ], [ -84.394208, 33.7815 ], [ -84.39357, 33.781511 ], [ -84.391946, 33.781541 ], [ -84.391607, 33.781538 ], [ -84.391142, 33.781533 ], [ -84.391186, 33.780093 ], [ -84.391185, 33.78001 ], [ -84.391177, 33.778716 ], [ -84.39117, 33.778469 ], [ -84.39114, 33.778069 ], [ -84.391114, 33.777716 ], [ -84.391034, 33.777028 ], [ -84.391003, 33.776882 ], [ -84.390618, 33.775056 ], [ -84.390476, 33.774385 ], [ -84.390385, 33.773952 ], [ -84.390327, 33.773735 ], [ -84.390312, 33.773512 ], [ -84.390407, 33.771844 ], [ -84.390457, 33.771286 ], [ -84.390682, 33.771294 ], [ -84.392056, 33.771288 ], [ -84.392902, 33.771284 ], [ -84.393403, 33.771315 ], [ -84.394273, 33.77132 ], [ -84.394339, 33.77132 ], [ -84.394436, 33.771321 ], [ -84.394539, 33.771322 ], [ -84.394551, 33.771322 ], [ -84.394655, 33.771323 ], [ -84.394895, 33.771324 ], [ -84.395517, 33.771328 ], [ -84.395939, 33.77133 ], [ -84.396078, 33.77134 ], [ -84.396291, 33.771358 ], [ -84.39638, 33.771365 ], [ -84.39663, 33.771365 ], [ -84.398196, 33.771367 ], [ -84.398391, 33.771351 ], [ -84.398585, 33.771323 ], [ -84.398775, 33.771283 ], [ -84.398962, 33.771231 ], [ -84.399177, 33.771155 ], [ -84.399483, 33.771024 ], [ -84.399651, 33.770993 ], [ -84.399961, 33.770853 ], [ -84.400212, 33.77074 ], [ -84.400447, 33.770905 ], [ -84.400642, 33.771022 ], [ -84.400951, 33.771177 ], [ -84.401496, 33.771395 ], [ -84.401795, 33.771478 ], [ -84.402024, 33.771535 ], [ -84.402198, 33.771574 ], [ -84.402723, 33.771682 ], [ -84.402895, 33.771708 ], [ -84.404229, 33.77178 ], [ -84.404619, 33.771831 ], [ -84.404779, 33.771852 ], [ -84.405464, 33.772067 ], [ -84.405831, 33.772228 ], [ -84.406354, 33.772507 ], [ -84.406832, 33.772851 ], [ -84.407044, 33.773064 ], [ -84.407521, 33.773565 ], [ -84.407748, 33.773821 ], [ -84.407936, 33.774106 ], [ -84.408054, 33.774305 ], [ -84.408188, 33.774559 ], [ -84.408236, 33.774651 ], [ -84.408427, 33.775012 ], [ -84.408688, 33.775469 ], [ -84.408856, 33.775747 ], [ -84.409175, 33.776235 ], [ -84.409292, 33.77638 ], [ -84.409334, 33.776433 ], [ -84.409501, 33.776627 ], [ -84.409757, 33.776923 ], [ -84.410027, 33.777153 ], [ -84.410741, 33.777844 ], [ -84.412288, 33.779264 ], [ -84.412839, 33.779804 ], [ -84.412973, 33.779929 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001100", "name": "Census Tract 11, Fulton County, Georgia", "total_population_17": 4356, "white_alone_17": 3097.0, "black_alone_17": 356.0, "native_alone_17": 56.0, "asian_alone_17": 511.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 162.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -3.251, "pct_black_alone_change": -8.876, "pct_native_alone_change": 0.975, "pct_asian_alone_change": 8.189, "pct_hispanic_or_latino_change": -0.719, "pct_native_hawaiian_pacific_islander_change": 0.436, "INTPTLAT": "+33.7841633", "INTPTLON": "-084.3830169" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.387834, 33.783262 ], [ -84.387825, 33.78443 ], [ -84.387824, 33.784578 ], [ -84.387815, 33.785735 ], [ -84.387808, 33.786669 ], [ -84.386219, 33.786663 ], [ -84.384328, 33.786655 ], [ -84.383316, 33.786651 ], [ -84.383256, 33.786656 ], [ -84.383149, 33.786572 ], [ -84.383048, 33.786532 ], [ -84.382993, 33.78651 ], [ -84.382953, 33.786494 ], [ -84.382689, 33.786493 ], [ -84.382163, 33.786492 ], [ -84.381428, 33.786489 ], [ -84.381097, 33.786488 ], [ -84.380946, 33.786487 ], [ -84.380442, 33.786485 ], [ -84.379352, 33.786481 ], [ -84.379136, 33.786481 ], [ -84.378136, 33.786484 ], [ -84.378162, 33.786188 ], [ -84.378218, 33.785895 ], [ -84.378242, 33.785809 ], [ -84.378298, 33.785621 ], [ -84.378426, 33.785294 ], [ -84.378648, 33.78478 ], [ -84.378909, 33.784264 ], [ -84.378412, 33.784232 ], [ -84.378166, 33.783684 ], [ -84.377867, 33.783664 ], [ -84.377872, 33.78316 ], [ -84.377872, 33.782558 ], [ -84.377871, 33.781785 ], [ -84.379413, 33.781788 ], [ -84.380467, 33.781782 ], [ -84.381703, 33.781765 ], [ -84.38238, 33.781757 ], [ -84.382499, 33.781748 ], [ -84.382621, 33.781738 ], [ -84.383174, 33.781727 ], [ -84.383829, 33.781702 ], [ -84.384009, 33.781705 ], [ -84.384415, 33.781697 ], [ -84.384546, 33.781686 ], [ -84.384729, 33.781647 ], [ -84.384908, 33.781582 ], [ -84.385001, 33.781904 ], [ -84.384995, 33.781929 ], [ -84.38627, 33.78196 ], [ -84.386353, 33.781962 ], [ -84.387844, 33.781959 ], [ -84.387834, 33.783262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001201", "name": "Census Tract 12.01, Fulton County, Georgia", "total_population_17": 4030, "white_alone_17": 3028.0, "black_alone_17": 463.0, "native_alone_17": 0.0, "asian_alone_17": 184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 249.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 4.576, "pct_black_alone_change": -8.702, "pct_native_alone_change": -0.739, "pct_asian_alone_change": 1.038, "pct_hispanic_or_latino_change": 1.674, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+33.7763742", "INTPTLON": "-084.3803049" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.383413, 33.771377 ], [ -84.383306, 33.772424 ], [ -84.383193, 33.77358 ], [ -84.383077, 33.774815 ], [ -84.38296, 33.776049 ], [ -84.382942, 33.776227 ], [ -84.382884, 33.776847 ], [ -84.382847, 33.77725 ], [ -84.382817, 33.777563 ], [ -84.382736, 33.778427 ], [ -84.382634, 33.779523 ], [ -84.382598, 33.780333 ], [ -84.382587, 33.780604 ], [ -84.382578, 33.780772 ], [ -84.382568, 33.780956 ], [ -84.382557, 33.781166 ], [ -84.382499, 33.781748 ], [ -84.38238, 33.781757 ], [ -84.381703, 33.781765 ], [ -84.380467, 33.781782 ], [ -84.379413, 33.781788 ], [ -84.377871, 33.781785 ], [ -84.377659, 33.781785 ], [ -84.377664, 33.780653 ], [ -84.377652, 33.780566 ], [ -84.377656, 33.779512 ], [ -84.377661, 33.778421 ], [ -84.377663, 33.778096 ], [ -84.377664, 33.777848 ], [ -84.377668, 33.776905 ], [ -84.377672, 33.776195 ], [ -84.377674, 33.775705 ], [ -84.377676, 33.775333 ], [ -84.377679, 33.774452 ], [ -84.377685, 33.77344 ], [ -84.377689, 33.77266 ], [ -84.377702, 33.772554 ], [ -84.377716, 33.772448 ], [ -84.377735, 33.771233 ], [ -84.378352, 33.771239 ], [ -84.379159, 33.771249 ], [ -84.379478, 33.771252 ], [ -84.37957, 33.771253 ], [ -84.38037, 33.771263 ], [ -84.380495, 33.771264 ], [ -84.381019, 33.77127 ], [ -84.381278, 33.771272 ], [ -84.381893, 33.77128 ], [ -84.383064, 33.771287 ], [ -84.383316, 33.771288 ], [ -84.383443, 33.77128 ], [ -84.383413, 33.771377 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001202", "name": "Census Tract 12.02, Fulton County, Georgia", "total_population_17": 4141, "white_alone_17": 2654.0, "black_alone_17": 725.0, "native_alone_17": 30.0, "asian_alone_17": 329.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 273.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -6.469, "pct_black_alone_change": -2.683, "pct_native_alone_change": -0.015, "pct_asian_alone_change": 4.417, "pct_hispanic_or_latino_change": 2.088, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+33.7767840", "INTPTLON": "-084.3851556" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.387844, 33.781959 ], [ -84.386353, 33.781962 ], [ -84.38627, 33.78196 ], [ -84.384995, 33.781929 ], [ -84.385001, 33.781904 ], [ -84.384908, 33.781582 ], [ -84.384729, 33.781647 ], [ -84.384546, 33.781686 ], [ -84.384415, 33.781697 ], [ -84.384009, 33.781705 ], [ -84.383829, 33.781702 ], [ -84.383174, 33.781727 ], [ -84.382621, 33.781738 ], [ -84.382499, 33.781748 ], [ -84.382557, 33.781166 ], [ -84.382568, 33.780956 ], [ -84.382578, 33.780772 ], [ -84.382587, 33.780604 ], [ -84.382598, 33.780333 ], [ -84.382634, 33.779523 ], [ -84.382736, 33.778427 ], [ -84.382817, 33.777563 ], [ -84.382847, 33.77725 ], [ -84.382884, 33.776847 ], [ -84.382942, 33.776227 ], [ -84.38296, 33.776049 ], [ -84.383077, 33.774815 ], [ -84.383193, 33.77358 ], [ -84.383306, 33.772424 ], [ -84.383413, 33.771377 ], [ -84.383443, 33.77128 ], [ -84.383581, 33.771271 ], [ -84.384997, 33.771287 ], [ -84.386055, 33.771298 ], [ -84.386887, 33.771307 ], [ -84.387242, 33.771298 ], [ -84.387309, 33.771296 ], [ -84.387421, 33.771271 ], [ -84.387417, 33.771494 ], [ -84.387351, 33.772318 ], [ -84.387335, 33.773836 ], [ -84.387322, 33.775091 ], [ -84.387313, 33.775881 ], [ -84.387309, 33.776334 ], [ -84.387303, 33.776815 ], [ -84.387296, 33.777541 ], [ -84.387291, 33.778021 ], [ -84.387283, 33.778728 ], [ -84.387275, 33.779545 ], [ -84.387272, 33.779957 ], [ -84.387298, 33.780181 ], [ -84.387362, 33.7804 ], [ -84.387509, 33.780729 ], [ -84.387706, 33.781171 ], [ -84.387762, 33.78134 ], [ -84.387802, 33.781503 ], [ -84.387836, 33.781729 ], [ -84.387844, 33.781959 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001300", "name": "Census Tract 13, Fulton County, Georgia", "total_population_17": 4655, "white_alone_17": 2728.0, "black_alone_17": 1088.0, "native_alone_17": 0.0, "asian_alone_17": 268.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 433.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -11.177, "pct_black_alone_change": -1.483, "pct_native_alone_change": -0.385, "pct_asian_alone_change": 3.858, "pct_hispanic_or_latino_change": 6.582, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7761933", "INTPTLON": "-084.3715699" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.377716, 33.772448 ], [ -84.377702, 33.772554 ], [ -84.377689, 33.77266 ], [ -84.377685, 33.77344 ], [ -84.377679, 33.774452 ], [ -84.377676, 33.775333 ], [ -84.377674, 33.775705 ], [ -84.377672, 33.776195 ], [ -84.377668, 33.776905 ], [ -84.377664, 33.777848 ], [ -84.377663, 33.778096 ], [ -84.377661, 33.778421 ], [ -84.377656, 33.779512 ], [ -84.377652, 33.780566 ], [ -84.377664, 33.780653 ], [ -84.377659, 33.781785 ], [ -84.374057, 33.781777 ], [ -84.372795, 33.781774 ], [ -84.368831, 33.781766 ], [ -84.36875, 33.781757 ], [ -84.368686, 33.781739 ], [ -84.36857, 33.782108 ], [ -84.368396, 33.781893 ], [ -84.367798, 33.781153 ], [ -84.367243, 33.780467 ], [ -84.366555, 33.779514 ], [ -84.366479, 33.779408 ], [ -84.366094, 33.778769 ], [ -84.366047, 33.778677 ], [ -84.365884, 33.77836 ], [ -84.365665, 33.77782 ], [ -84.365619, 33.777658 ], [ -84.365469, 33.777133 ], [ -84.365388, 33.776755 ], [ -84.36495, 33.774704 ], [ -84.364611, 33.773354 ], [ -84.36419, 33.771752 ], [ -84.363988, 33.77126 ], [ -84.363923, 33.771133 ], [ -84.364938, 33.771126 ], [ -84.367699, 33.77113 ], [ -84.368937, 33.771148 ], [ -84.370321, 33.771165 ], [ -84.371773, 33.771176 ], [ -84.372781, 33.77118 ], [ -84.374759, 33.771197 ], [ -84.37653, 33.771219 ], [ -84.377735, 33.771233 ], [ -84.377716, 33.772448 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001400", "name": "Census Tract 14, Fulton County, Georgia", "total_population_17": 2281, "white_alone_17": 1955.0, "black_alone_17": 71.0, "native_alone_17": 0.0, "asian_alone_17": 79.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 68.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 3.642, "pct_black_alone_change": -9.0, "pct_native_alone_change": -0.376, "pct_asian_alone_change": 1.069, "pct_hispanic_or_latino_change": 0.399, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7770784", "INTPTLON": "-084.3622634" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.367598, 33.781235 ], [ -84.367277, 33.781367 ], [ -84.367094, 33.78143 ], [ -84.366873, 33.781487 ], [ -84.366646, 33.781526 ], [ -84.364816, 33.781655 ], [ -84.363507, 33.781747 ], [ -84.361945, 33.781854 ], [ -84.361353, 33.781895 ], [ -84.360195, 33.781975 ], [ -84.359331, 33.782035 ], [ -84.358681, 33.78208 ], [ -84.358671, 33.781964 ], [ -84.358678, 33.780962 ], [ -84.358685, 33.77999 ], [ -84.35869, 33.779172 ], [ -84.358692, 33.778874 ], [ -84.358697, 33.778155 ], [ -84.358699, 33.777851 ], [ -84.358705, 33.7767 ], [ -84.358716, 33.775423 ], [ -84.35872, 33.774611 ], [ -84.358726, 33.773814 ], [ -84.359874, 33.773789 ], [ -84.359946, 33.773252 ], [ -84.359947, 33.773099 ], [ -84.359927, 33.772967 ], [ -84.359888, 33.772838 ], [ -84.35983, 33.772713 ], [ -84.359612, 33.772208 ], [ -84.359587, 33.772149 ], [ -84.359524, 33.77199 ], [ -84.359453, 33.771765 ], [ -84.359408, 33.771573 ], [ -84.3594, 33.771537 ], [ -84.35938, 33.771093 ], [ -84.359528, 33.771093 ], [ -84.360889, 33.771106 ], [ -84.361011, 33.771118 ], [ -84.361156, 33.771134 ], [ -84.362288, 33.771134 ], [ -84.363923, 33.771133 ], [ -84.363988, 33.77126 ], [ -84.36419, 33.771752 ], [ -84.364611, 33.773354 ], [ -84.36495, 33.774704 ], [ -84.365388, 33.776755 ], [ -84.365469, 33.777133 ], [ -84.365619, 33.777658 ], [ -84.365665, 33.77782 ], [ -84.365884, 33.77836 ], [ -84.366047, 33.778677 ], [ -84.366094, 33.778769 ], [ -84.366479, 33.779408 ], [ -84.366555, 33.779514 ], [ -84.367243, 33.780467 ], [ -84.367798, 33.781153 ], [ -84.367598, 33.781235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001500", "name": "Census Tract 15, Fulton County, Georgia", "total_population_17": 4637, "white_alone_17": 3314.0, "black_alone_17": 475.0, "native_alone_17": 0.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 565.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -11.936, "pct_black_alone_change": 0.496, "pct_native_alone_change": -0.594, "pct_asian_alone_change": 0.223, "pct_hispanic_or_latino_change": 8.928, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7764812", "INTPTLON": "-084.3539881" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.359946, 33.773252 ], [ -84.359874, 33.773789 ], [ -84.358726, 33.773814 ], [ -84.35872, 33.774611 ], [ -84.358716, 33.775423 ], [ -84.358705, 33.7767 ], [ -84.358699, 33.777851 ], [ -84.358697, 33.778155 ], [ -84.358692, 33.778874 ], [ -84.35869, 33.779172 ], [ -84.358685, 33.77999 ], [ -84.358678, 33.780962 ], [ -84.358671, 33.781964 ], [ -84.358681, 33.78208 ], [ -84.356899, 33.782203 ], [ -84.355767, 33.782281 ], [ -84.354937, 33.782338 ], [ -84.35477, 33.782349 ], [ -84.354334, 33.782379 ], [ -84.35386, 33.78241 ], [ -84.353571, 33.782403 ], [ -84.353408, 33.782384 ], [ -84.353243, 33.782355 ], [ -84.352982, 33.782232 ], [ -84.352894, 33.782189 ], [ -84.352527, 33.782042 ], [ -84.352373, 33.781995 ], [ -84.352204, 33.781959 ], [ -84.352031, 33.781939 ], [ -84.350029, 33.78191 ], [ -84.349986, 33.781908 ], [ -84.349498, 33.781253 ], [ -84.349501, 33.781069 ], [ -84.349525, 33.780924 ], [ -84.349412, 33.780893 ], [ -84.349303, 33.780829 ], [ -84.34925, 33.780777 ], [ -84.349191, 33.780694 ], [ -84.349176, 33.780681 ], [ -84.348868, 33.779863 ], [ -84.348826, 33.779751 ], [ -84.348738, 33.77975 ], [ -84.348819, 33.777198 ], [ -84.348825, 33.776315 ], [ -84.348831, 33.775963 ], [ -84.348884, 33.77533 ], [ -84.348908, 33.775043 ], [ -84.34892, 33.775011 ], [ -84.348957, 33.774449 ], [ -84.348957, 33.77443 ], [ -84.348962, 33.773844 ], [ -84.348973, 33.772437 ], [ -84.348974, 33.772298 ], [ -84.348978, 33.771682 ], [ -84.348982, 33.771081 ], [ -84.349943, 33.771076 ], [ -84.35076, 33.771073 ], [ -84.352127, 33.771074 ], [ -84.352517, 33.771075 ], [ -84.3537, 33.771076 ], [ -84.354366, 33.771077 ], [ -84.357353, 33.771083 ], [ -84.358747, 33.771091 ], [ -84.35938, 33.771093 ], [ -84.3594, 33.771537 ], [ -84.359408, 33.771573 ], [ -84.359453, 33.771765 ], [ -84.359524, 33.77199 ], [ -84.359587, 33.772149 ], [ -84.359612, 33.772208 ], [ -84.35983, 33.772713 ], [ -84.359888, 33.772838 ], [ -84.359927, 33.772967 ], [ -84.359947, 33.773099 ], [ -84.359946, 33.773252 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001600", "name": "Census Tract 16, Fulton County, Georgia", "total_population_17": 2304, "white_alone_17": 1705.0, "black_alone_17": 379.0, "native_alone_17": 0.0, "asian_alone_17": 107.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 80.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -5.926, "pct_black_alone_change": 2.709, "pct_native_alone_change": -0.863, "pct_asian_alone_change": 1.766, "pct_hispanic_or_latino_change": 1.098, "pct_native_hawaiian_pacific_islander_change": -0.072, "INTPTLAT": "+33.7664826", "INTPTLON": "-084.3570224" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.363923, 33.771133 ], [ -84.362288, 33.771134 ], [ -84.361156, 33.771134 ], [ -84.361011, 33.771118 ], [ -84.360889, 33.771106 ], [ -84.359528, 33.771093 ], [ -84.35938, 33.771093 ], [ -84.358747, 33.771091 ], [ -84.357353, 33.771083 ], [ -84.354366, 33.771077 ], [ -84.3537, 33.771076 ], [ -84.352517, 33.771075 ], [ -84.352127, 33.771074 ], [ -84.35076, 33.771073 ], [ -84.349943, 33.771076 ], [ -84.348982, 33.771081 ], [ -84.348986, 33.770428 ], [ -84.348998, 33.769998 ], [ -84.348997, 33.769738 ], [ -84.348995, 33.769283 ], [ -84.348995, 33.769031 ], [ -84.348997, 33.768642 ], [ -84.348999, 33.768276 ], [ -84.349012, 33.767824 ], [ -84.349024, 33.767394 ], [ -84.349044, 33.766119 ], [ -84.349069, 33.765714 ], [ -84.349152, 33.76546 ], [ -84.349791, 33.764948 ], [ -84.350285, 33.764568 ], [ -84.352184, 33.763108 ], [ -84.3531, 33.76393 ], [ -84.353547, 33.764361 ], [ -84.3536, 33.764401 ], [ -84.353708, 33.764234 ], [ -84.353801, 33.764286 ], [ -84.354689, 33.765027 ], [ -84.354727, 33.765066 ], [ -84.355305, 33.764561 ], [ -84.355603, 33.764332 ], [ -84.355778, 33.764215 ], [ -84.355981, 33.764093 ], [ -84.357264, 33.763385 ], [ -84.35794, 33.763011 ], [ -84.358053, 33.762949 ], [ -84.360106, 33.761814 ], [ -84.360641, 33.76152 ], [ -84.360748, 33.761467 ], [ -84.36086, 33.761424 ], [ -84.36107, 33.761369 ], [ -84.361285, 33.761344 ], [ -84.361734, 33.761342 ], [ -84.361137, 33.761753 ], [ -84.360651, 33.762182 ], [ -84.360399, 33.762504 ], [ -84.36023, 33.762737 ], [ -84.360063, 33.762998 ], [ -84.360033, 33.763059 ], [ -84.36001, 33.763121 ], [ -84.359824, 33.763647 ], [ -84.359634, 33.764127 ], [ -84.359607, 33.764302 ], [ -84.359583, 33.764464 ], [ -84.359587, 33.764503 ], [ -84.359596, 33.764594 ], [ -84.359645, 33.765085 ], [ -84.359749, 33.765681 ], [ -84.3598, 33.765834 ], [ -84.360012, 33.766321 ], [ -84.36045, 33.767001 ], [ -84.360878, 33.767443 ], [ -84.361365, 33.767945 ], [ -84.362254, 33.768812 ], [ -84.362453, 33.769005 ], [ -84.362676, 33.76927 ], [ -84.363034, 33.769696 ], [ -84.363474, 33.770268 ], [ -84.363923, 33.771133 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001700", "name": "Census Tract 17, Fulton County, Georgia", "total_population_17": 4439, "white_alone_17": 1965.0, "black_alone_17": 1942.0, "native_alone_17": 0.0, "asian_alone_17": 173.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 237.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 31.897, "pct_black_alone_change": -39.81, "pct_native_alone_change": -0.399, "pct_asian_alone_change": 3.578, "pct_hispanic_or_latino_change": 2.067, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7659024", "INTPTLON": "-084.3671952" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.374245, 33.762586 ], [ -84.374228, 33.762714 ], [ -84.374187, 33.762835 ], [ -84.373664, 33.763976 ], [ -84.373628, 33.76406 ], [ -84.373539, 33.764858 ], [ -84.373468, 33.765504 ], [ -84.373376, 33.766336 ], [ -84.373211, 33.767635 ], [ -84.373176, 33.767914 ], [ -84.373077, 33.768709 ], [ -84.373007, 33.769267 ], [ -84.372929, 33.769889 ], [ -84.372782, 33.771063 ], [ -84.372781, 33.77118 ], [ -84.371773, 33.771176 ], [ -84.370321, 33.771165 ], [ -84.368937, 33.771148 ], [ -84.367699, 33.77113 ], [ -84.364938, 33.771126 ], [ -84.363923, 33.771133 ], [ -84.363474, 33.770268 ], [ -84.363034, 33.769696 ], [ -84.362676, 33.76927 ], [ -84.362453, 33.769005 ], [ -84.362254, 33.768812 ], [ -84.361365, 33.767945 ], [ -84.360878, 33.767443 ], [ -84.36045, 33.767001 ], [ -84.360012, 33.766321 ], [ -84.3598, 33.765834 ], [ -84.359749, 33.765681 ], [ -84.359645, 33.765085 ], [ -84.359596, 33.764594 ], [ -84.359587, 33.764503 ], [ -84.359583, 33.764464 ], [ -84.359607, 33.764302 ], [ -84.359634, 33.764127 ], [ -84.359824, 33.763647 ], [ -84.36001, 33.763121 ], [ -84.360033, 33.763059 ], [ -84.360063, 33.762998 ], [ -84.36023, 33.762737 ], [ -84.360399, 33.762504 ], [ -84.360651, 33.762182 ], [ -84.361137, 33.761753 ], [ -84.361734, 33.761342 ], [ -84.362763, 33.761338 ], [ -84.364205, 33.761333 ], [ -84.365531, 33.76133 ], [ -84.366309, 33.761328 ], [ -84.366857, 33.761331 ], [ -84.366969, 33.761331 ], [ -84.367145, 33.761332 ], [ -84.367842, 33.761325 ], [ -84.369176, 33.761333 ], [ -84.369936, 33.761338 ], [ -84.37053, 33.761342 ], [ -84.372027, 33.761356 ], [ -84.374276, 33.761387 ], [ -84.374245, 33.762586 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001800", "name": "Census Tract 18, Fulton County, Georgia", "total_population_17": 4336, "white_alone_17": 1894.0, "black_alone_17": 1997.0, "native_alone_17": 0.0, "asian_alone_17": 281.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 137.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 8.078, "pct_black_alone_change": -14.0, "pct_native_alone_change": -0.394, "pct_asian_alone_change": 4.877, "pct_hispanic_or_latino_change": 1.296, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7663445", "INTPTLON": "-084.3780718" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.384138, 33.763186 ], [ -84.384123, 33.764057 ], [ -84.384118, 33.764354 ], [ -84.384115, 33.76455 ], [ -84.384113, 33.764645 ], [ -84.38411, 33.764809 ], [ -84.384094, 33.764951 ], [ -84.384081, 33.765419 ], [ -84.384086, 33.765502 ], [ -84.382049, 33.765551 ], [ -84.382043, 33.765953 ], [ -84.382036, 33.7664 ], [ -84.382032, 33.766658 ], [ -84.382019, 33.767509 ], [ -84.382012, 33.767878 ], [ -84.38199, 33.768653 ], [ -84.381938, 33.769868 ], [ -84.38193, 33.77003 ], [ -84.381895, 33.770795 ], [ -84.381893, 33.77128 ], [ -84.381278, 33.771272 ], [ -84.381019, 33.77127 ], [ -84.380495, 33.771264 ], [ -84.38037, 33.771263 ], [ -84.37957, 33.771253 ], [ -84.379478, 33.771252 ], [ -84.379159, 33.771249 ], [ -84.378352, 33.771239 ], [ -84.377735, 33.771233 ], [ -84.37653, 33.771219 ], [ -84.374759, 33.771197 ], [ -84.372781, 33.77118 ], [ -84.372782, 33.771063 ], [ -84.372929, 33.769889 ], [ -84.373007, 33.769267 ], [ -84.373077, 33.768709 ], [ -84.373176, 33.767914 ], [ -84.373211, 33.767635 ], [ -84.373376, 33.766336 ], [ -84.373468, 33.765504 ], [ -84.373539, 33.764858 ], [ -84.373628, 33.76406 ], [ -84.373664, 33.763976 ], [ -84.374187, 33.762835 ], [ -84.374228, 33.762714 ], [ -84.374245, 33.762586 ], [ -84.374276, 33.761387 ], [ -84.376525, 33.761403 ], [ -84.376922, 33.761406 ], [ -84.377585, 33.761411 ], [ -84.377875, 33.761394 ], [ -84.378526, 33.761369 ], [ -84.37873, 33.761371 ], [ -84.378901, 33.761406 ], [ -84.379028, 33.761441 ], [ -84.379386, 33.761578 ], [ -84.379543, 33.761637 ], [ -84.379671, 33.761701 ], [ -84.37972, 33.761734 ], [ -84.379816, 33.761798 ], [ -84.379902, 33.761855 ], [ -84.380055, 33.761942 ], [ -84.380217, 33.762019 ], [ -84.380271, 33.762039 ], [ -84.380421, 33.762095 ], [ -84.380633, 33.762153 ], [ -84.380887, 33.762198 ], [ -84.381109, 33.762216 ], [ -84.381373, 33.762219 ], [ -84.381498, 33.76222 ], [ -84.381652, 33.762209 ], [ -84.3821, 33.762226 ], [ -84.38237, 33.762242 ], [ -84.384155, 33.762213 ], [ -84.384138, 33.763186 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121001900", "name": "Census Tract 19, Fulton County, Georgia", "total_population_17": 5188, "white_alone_17": 2269.0, "black_alone_17": 1600.0, "native_alone_17": 32.0, "asian_alone_17": 848.0, "native_hawaiian_pacific_islander_17": 10.0, "hispanic_or_latino_17": 305.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 18.041, "pct_black_alone_change": -38.278, "pct_native_alone_change": 0.193, "pct_asian_alone_change": 14.365, "pct_hispanic_or_latino_change": 3.522, "pct_native_hawaiian_pacific_islander_change": 0.193, "INTPTLAT": "+33.7661809", "INTPTLON": "-084.3873376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.393042, 33.766627 ], [ -84.393008, 33.767817 ], [ -84.39298, 33.768927 ], [ -84.392122, 33.768919 ], [ -84.392145, 33.769024 ], [ -84.392154, 33.76913 ], [ -84.392141, 33.769847 ], [ -84.392129, 33.770593 ], [ -84.392096, 33.771142 ], [ -84.392056, 33.771288 ], [ -84.390682, 33.771294 ], [ -84.390457, 33.771286 ], [ -84.390063, 33.77128 ], [ -84.389818, 33.771275 ], [ -84.38941, 33.771244 ], [ -84.388845, 33.771239 ], [ -84.387587, 33.77123 ], [ -84.387421, 33.771271 ], [ -84.387309, 33.771296 ], [ -84.387242, 33.771298 ], [ -84.386887, 33.771307 ], [ -84.386055, 33.771298 ], [ -84.384997, 33.771287 ], [ -84.383581, 33.771271 ], [ -84.383443, 33.77128 ], [ -84.383316, 33.771288 ], [ -84.383064, 33.771287 ], [ -84.381893, 33.77128 ], [ -84.381895, 33.770795 ], [ -84.38193, 33.77003 ], [ -84.381938, 33.769868 ], [ -84.38199, 33.768653 ], [ -84.382012, 33.767878 ], [ -84.382019, 33.767509 ], [ -84.382032, 33.766658 ], [ -84.382036, 33.7664 ], [ -84.382043, 33.765953 ], [ -84.382049, 33.765551 ], [ -84.384086, 33.765502 ], [ -84.384081, 33.765419 ], [ -84.384094, 33.764951 ], [ -84.38411, 33.764809 ], [ -84.384113, 33.764645 ], [ -84.384115, 33.76455 ], [ -84.384118, 33.764354 ], [ -84.384123, 33.764057 ], [ -84.384138, 33.763186 ], [ -84.384155, 33.762213 ], [ -84.384177, 33.760942 ], [ -84.384198, 33.759666 ], [ -84.386062, 33.759685 ], [ -84.387539, 33.759708 ], [ -84.387584, 33.759709 ], [ -84.389083, 33.759716 ], [ -84.389801, 33.759719 ], [ -84.390564, 33.759722 ], [ -84.390555, 33.760983 ], [ -84.390548, 33.762273 ], [ -84.390543, 33.763212 ], [ -84.390525, 33.763328 ], [ -84.390481, 33.763482 ], [ -84.390406, 33.763654 ], [ -84.390377, 33.763748 ], [ -84.390359, 33.763865 ], [ -84.390359, 33.764027 ], [ -84.390346, 33.764674 ], [ -84.390337, 33.765079 ], [ -84.390331, 33.765397 ], [ -84.391146, 33.764651 ], [ -84.391758, 33.764647 ], [ -84.391938, 33.76466 ], [ -84.391905, 33.764735 ], [ -84.391904, 33.765318 ], [ -84.391901, 33.76595 ], [ -84.392008, 33.765962 ], [ -84.39305, 33.765963 ], [ -84.393042, 33.766627 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121002100", "name": "Census Tract 21, Fulton County, Georgia", "total_population_17": 2640, "white_alone_17": 740.0, "black_alone_17": 1575.0, "native_alone_17": 0.0, "asian_alone_17": 214.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 93.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 7.877, "pct_black_alone_change": -8.555, "pct_native_alone_change": -0.254, "pct_asian_alone_change": -0.413, "pct_hispanic_or_latino_change": 1.107, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7655158", "INTPTLON": "-084.3948076" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.400212, 33.77074 ], [ -84.399961, 33.770853 ], [ -84.399651, 33.770993 ], [ -84.399483, 33.771024 ], [ -84.399177, 33.771155 ], [ -84.398962, 33.771231 ], [ -84.398775, 33.771283 ], [ -84.398585, 33.771323 ], [ -84.398391, 33.771351 ], [ -84.398196, 33.771367 ], [ -84.39663, 33.771365 ], [ -84.39638, 33.771365 ], [ -84.396291, 33.771358 ], [ -84.396078, 33.77134 ], [ -84.395939, 33.77133 ], [ -84.395517, 33.771328 ], [ -84.394895, 33.771324 ], [ -84.394655, 33.771323 ], [ -84.394551, 33.771322 ], [ -84.394539, 33.771322 ], [ -84.394436, 33.771321 ], [ -84.394339, 33.77132 ], [ -84.394273, 33.77132 ], [ -84.393403, 33.771315 ], [ -84.392902, 33.771284 ], [ -84.392056, 33.771288 ], [ -84.392096, 33.771142 ], [ -84.392129, 33.770593 ], [ -84.392141, 33.769847 ], [ -84.392154, 33.76913 ], [ -84.392145, 33.769024 ], [ -84.392122, 33.768919 ], [ -84.39298, 33.768927 ], [ -84.393008, 33.767817 ], [ -84.393042, 33.766627 ], [ -84.39305, 33.765963 ], [ -84.392008, 33.765962 ], [ -84.391901, 33.76595 ], [ -84.391904, 33.765318 ], [ -84.391905, 33.764735 ], [ -84.391938, 33.76466 ], [ -84.391758, 33.764647 ], [ -84.391146, 33.764651 ], [ -84.390331, 33.765397 ], [ -84.390337, 33.765079 ], [ -84.390346, 33.764674 ], [ -84.390359, 33.764027 ], [ -84.390359, 33.763865 ], [ -84.390377, 33.763748 ], [ -84.390406, 33.763654 ], [ -84.390481, 33.763482 ], [ -84.390525, 33.763328 ], [ -84.390543, 33.763212 ], [ -84.390548, 33.762273 ], [ -84.390555, 33.760983 ], [ -84.390564, 33.759722 ], [ -84.392071, 33.759729 ], [ -84.392783, 33.75973 ], [ -84.393187, 33.759685 ], [ -84.393273, 33.759663 ], [ -84.393366, 33.759627 ], [ -84.393459, 33.759573 ], [ -84.393831, 33.759308 ], [ -84.394325, 33.758955 ], [ -84.394982, 33.758491 ], [ -84.395574, 33.759684 ], [ -84.396093, 33.760451 ], [ -84.396206, 33.760662 ], [ -84.396441, 33.761086 ], [ -84.396504, 33.7612 ], [ -84.396766, 33.761609 ], [ -84.397266, 33.762349 ], [ -84.397454, 33.76266 ], [ -84.397685, 33.763114 ], [ -84.397758, 33.763388 ], [ -84.397844, 33.763711 ], [ -84.397859, 33.763769 ], [ -84.397877, 33.763846 ], [ -84.397917, 33.764014 ], [ -84.397977, 33.764266 ], [ -84.398135, 33.765575 ], [ -84.398177, 33.765987 ], [ -84.3982, 33.766191 ], [ -84.398302, 33.767088 ], [ -84.398384, 33.767535 ], [ -84.398444, 33.767785 ], [ -84.398553, 33.768182 ], [ -84.398636, 33.768463 ], [ -84.398791, 33.768906 ], [ -84.398976, 33.769277 ], [ -84.399128, 33.769545 ], [ -84.399418, 33.769988 ], [ -84.39961, 33.770219 ], [ -84.399803, 33.770406 ], [ -84.40017, 33.770711 ], [ -84.400212, 33.77074 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121002300", "name": "Census Tract 23, Fulton County, Georgia", "total_population_17": 1500, "white_alone_17": 109.0, "black_alone_17": 1369.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 6.125, "pct_black_alone_change": -6.006, "pct_native_alone_change": -0.147, "pct_asian_alone_change": -0.368, "pct_hispanic_or_latino_change": -1.032, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7672497", "INTPTLON": "-084.4186374" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.426128, 33.772264 ], [ -84.425231, 33.772689 ], [ -84.425086, 33.772748 ], [ -84.425056, 33.772761 ], [ -84.42466, 33.772923 ], [ -84.424219, 33.773072 ], [ -84.423986, 33.773119 ], [ -84.423662, 33.773172 ], [ -84.423352, 33.773216 ], [ -84.423125, 33.773225 ], [ -84.422104, 33.773218 ], [ -84.422104, 33.77138 ], [ -84.42117, 33.771392 ], [ -84.420932, 33.771394 ], [ -84.42044, 33.7714 ], [ -84.42022, 33.7714 ], [ -84.41955, 33.771399 ], [ -84.418663, 33.771389 ], [ -84.418153, 33.771384 ], [ -84.417381, 33.77139 ], [ -84.417388, 33.770684 ], [ -84.417391, 33.770479 ], [ -84.417396, 33.770034 ], [ -84.416483, 33.770043 ], [ -84.415904, 33.770058 ], [ -84.415488, 33.770083 ], [ -84.415407, 33.770092 ], [ -84.414493, 33.770084 ], [ -84.414513, 33.768235 ], [ -84.414521, 33.767374 ], [ -84.413829, 33.767358 ], [ -84.413517, 33.767351 ], [ -84.41259, 33.767329 ], [ -84.411172, 33.767302 ], [ -84.409918, 33.767291 ], [ -84.408808, 33.767286 ], [ -84.408838, 33.766831 ], [ -84.408842, 33.766029 ], [ -84.408852, 33.764254 ], [ -84.40888, 33.763433 ], [ -84.410004, 33.763435 ], [ -84.411207, 33.763437 ], [ -84.412607, 33.763443 ], [ -84.413876, 33.763449 ], [ -84.414758, 33.763454 ], [ -84.41511, 33.763456 ], [ -84.415637, 33.76346 ], [ -84.417468, 33.763475 ], [ -84.419614, 33.763487 ], [ -84.420978, 33.763493 ], [ -84.42151, 33.763495 ], [ -84.422009, 33.763497 ], [ -84.423472, 33.763503 ], [ -84.424047, 33.763498 ], [ -84.424366, 33.7635 ], [ -84.424391, 33.7635 ], [ -84.424462, 33.763897 ], [ -84.424665, 33.764672 ], [ -84.424732, 33.764845 ], [ -84.425015, 33.765575 ], [ -84.425458, 33.766202 ], [ -84.425565, 33.766331 ], [ -84.425707, 33.766477 ], [ -84.425762, 33.766516 ], [ -84.425533, 33.76683 ], [ -84.425455, 33.767012 ], [ -84.425392, 33.767283 ], [ -84.425353, 33.767564 ], [ -84.425371, 33.767735 ], [ -84.4254, 33.767993 ], [ -84.425496, 33.768622 ], [ -84.425714, 33.770046 ], [ -84.425966, 33.771418 ], [ -84.426079, 33.772007 ], [ -84.426128, 33.772264 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121002400", "name": "Census Tract 24, Fulton County, Georgia", "total_population_17": 2645, "white_alone_17": 100.0, "black_alone_17": 2491.0, "native_alone_17": 0.0, "asian_alone_17": 26.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 21.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 2.849, "pct_black_alone_change": -4.079, "pct_native_alone_change": -0.081, "pct_asian_alone_change": 0.78, "pct_hispanic_or_latino_change": 0.308, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7586698", "INTPTLON": "-084.4248089" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.433545, 33.755893 ], [ -84.432948, 33.755979 ], [ -84.432811, 33.756004 ], [ -84.432527, 33.756079 ], [ -84.432234, 33.756171 ], [ -84.432075, 33.756226 ], [ -84.431932, 33.756287 ], [ -84.431584, 33.756479 ], [ -84.431247, 33.756703 ], [ -84.431018, 33.756911 ], [ -84.430815, 33.757179 ], [ -84.430655, 33.757425 ], [ -84.430502, 33.757737 ], [ -84.430432, 33.757898 ], [ -84.4304, 33.758032 ], [ -84.430378, 33.758224 ], [ -84.43037, 33.758294 ], [ -84.430352, 33.7584 ], [ -84.430347, 33.75859 ], [ -84.430363, 33.758781 ], [ -84.430395, 33.758981 ], [ -84.430475, 33.759386 ], [ -84.430518, 33.759506 ], [ -84.430881, 33.760514 ], [ -84.430996, 33.760844 ], [ -84.431278, 33.761657 ], [ -84.431448, 33.762216 ], [ -84.43149, 33.762396 ], [ -84.431516, 33.762507 ], [ -84.431522, 33.762825 ], [ -84.431515, 33.763078 ], [ -84.4315, 33.763209 ], [ -84.431457, 33.763385 ], [ -84.431398, 33.763538 ], [ -84.429294, 33.763528 ], [ -84.428106, 33.763523 ], [ -84.427943, 33.763522 ], [ -84.427229, 33.763519 ], [ -84.424391, 33.7635 ], [ -84.424366, 33.7635 ], [ -84.424047, 33.763498 ], [ -84.423472, 33.763503 ], [ -84.422009, 33.763497 ], [ -84.42151, 33.763495 ], [ -84.420978, 33.763493 ], [ -84.419614, 33.763487 ], [ -84.417468, 33.763475 ], [ -84.417478, 33.762611 ], [ -84.417482, 33.762237 ], [ -84.417502, 33.760425 ], [ -84.417509, 33.759775 ], [ -84.417516, 33.759094 ], [ -84.417526, 33.758166 ], [ -84.417544, 33.757802 ], [ -84.417509, 33.757448 ], [ -84.417523, 33.756638 ], [ -84.417523, 33.75662 ], [ -84.417525, 33.756542 ], [ -84.417526, 33.756479 ], [ -84.417528, 33.756339 ], [ -84.41754, 33.755564 ], [ -84.417554, 33.75472 ], [ -84.418501, 33.754722 ], [ -84.41869, 33.754733 ], [ -84.41987, 33.754747 ], [ -84.420399, 33.754754 ], [ -84.421316, 33.754791 ], [ -84.422061, 33.754817 ], [ -84.422333, 33.754806 ], [ -84.422672, 33.75477 ], [ -84.422939, 33.754724 ], [ -84.423266, 33.754645 ], [ -84.423585, 33.754542 ], [ -84.423891, 33.754417 ], [ -84.424445, 33.754146 ], [ -84.425285, 33.75373 ], [ -84.425575, 33.753618 ], [ -84.425776, 33.753565 ], [ -84.425918, 33.753541 ], [ -84.425975, 33.753531 ], [ -84.426022, 33.753528 ], [ -84.426549, 33.753492 ], [ -84.427312, 33.753468 ], [ -84.428123, 33.753484 ], [ -84.428365, 33.753498 ], [ -84.428765, 33.753522 ], [ -84.429777, 33.753586 ], [ -84.43206, 33.753731 ], [ -84.432844, 33.75378 ], [ -84.433328, 33.753791 ], [ -84.433463, 33.754707 ], [ -84.433485, 33.754934 ], [ -84.43353, 33.755521 ], [ -84.433534, 33.755625 ], [ -84.433545, 33.755893 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121002500", "name": "Census Tract 25, Fulton County, Georgia", "total_population_17": 2271, "white_alone_17": 79.0, "black_alone_17": 2073.0, "native_alone_17": 3.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 44.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 2.823, "pct_black_alone_change": -6.498, "pct_native_alone_change": 0.082, "pct_asian_alone_change": 0.471, "pct_hispanic_or_latino_change": 0.574, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7590744", "INTPTLON": "-084.4126613" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.41754, 33.755564 ], [ -84.417528, 33.756339 ], [ -84.417526, 33.756479 ], [ -84.417525, 33.756542 ], [ -84.417523, 33.75662 ], [ -84.417523, 33.756638 ], [ -84.417509, 33.757448 ], [ -84.417544, 33.757802 ], [ -84.417526, 33.758166 ], [ -84.417516, 33.759094 ], [ -84.417509, 33.759775 ], [ -84.417502, 33.760425 ], [ -84.417482, 33.762237 ], [ -84.417478, 33.762611 ], [ -84.417468, 33.763475 ], [ -84.415637, 33.76346 ], [ -84.41511, 33.763456 ], [ -84.414758, 33.763454 ], [ -84.413876, 33.763449 ], [ -84.412607, 33.763443 ], [ -84.411207, 33.763437 ], [ -84.410004, 33.763435 ], [ -84.40888, 33.763433 ], [ -84.407761, 33.763433 ], [ -84.407776, 33.762776 ], [ -84.407783, 33.76215 ], [ -84.407788, 33.761246 ], [ -84.407781, 33.761116 ], [ -84.407788, 33.760073 ], [ -84.407797, 33.759261 ], [ -84.407805, 33.758707 ], [ -84.407815, 33.758071 ], [ -84.407822, 33.757529 ], [ -84.407832, 33.756901 ], [ -84.40784, 33.756367 ], [ -84.407852, 33.755489 ], [ -84.407864, 33.754702 ], [ -84.409004, 33.754704 ], [ -84.40947, 33.754705 ], [ -84.410077, 33.754681 ], [ -84.410351, 33.754682 ], [ -84.411042, 33.754685 ], [ -84.411794, 33.75469 ], [ -84.412771, 33.754695 ], [ -84.413556, 33.754677 ], [ -84.413914, 33.754702 ], [ -84.414373, 33.754704 ], [ -84.414679, 33.754706 ], [ -84.415143, 33.754708 ], [ -84.417554, 33.75472 ], [ -84.41754, 33.755564 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121002600", "name": "Census Tract 26, Fulton County, Georgia", "total_population_17": 1777, "white_alone_17": 43.0, "black_alone_17": 1538.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 133.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.265, "pct_black_alone_change": -9.459, "pct_native_alone_change": -0.073, "pct_asian_alone_change": 1.182, "pct_hispanic_or_latino_change": 6.251, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7587937", "INTPTLON": "-084.4026285" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.407852, 33.755489 ], [ -84.40784, 33.756367 ], [ -84.407832, 33.756901 ], [ -84.407822, 33.757529 ], [ -84.407815, 33.758071 ], [ -84.407805, 33.758707 ], [ -84.407797, 33.759261 ], [ -84.407788, 33.760073 ], [ -84.407781, 33.761116 ], [ -84.407788, 33.761246 ], [ -84.407783, 33.76215 ], [ -84.407776, 33.762776 ], [ -84.407761, 33.763433 ], [ -84.406358, 33.763432 ], [ -84.405202, 33.763432 ], [ -84.404013, 33.763431 ], [ -84.403671, 33.763431 ], [ -84.402936, 33.763431 ], [ -84.402787, 33.763431 ], [ -84.402034, 33.763429 ], [ -84.401673, 33.763421 ], [ -84.401519, 33.763418 ], [ -84.401127, 33.763414 ], [ -84.400089, 33.763404 ], [ -84.400077, 33.763391 ], [ -84.398157, 33.763401 ], [ -84.398121, 33.763392 ], [ -84.397919, 33.763387 ], [ -84.397795, 33.762975 ], [ -84.397764, 33.762785 ], [ -84.397729, 33.762498 ], [ -84.397719, 33.762421 ], [ -84.397707, 33.762204 ], [ -84.39769, 33.761918 ], [ -84.397701, 33.761556 ], [ -84.397702, 33.760307 ], [ -84.39768, 33.758028 ], [ -84.397662, 33.756176 ], [ -84.397657, 33.755783 ], [ -84.397656, 33.755671 ], [ -84.397661, 33.755635 ], [ -84.397656, 33.754739 ], [ -84.397643, 33.754519 ], [ -84.397618, 33.754103 ], [ -84.397599, 33.753869 ], [ -84.397562, 33.7534 ], [ -84.397979, 33.753622 ], [ -84.398027, 33.753645 ], [ -84.398055, 33.753658 ], [ -84.398173, 33.753714 ], [ -84.398435, 33.753771 ], [ -84.398723, 33.753808 ], [ -84.398979, 33.75382 ], [ -84.399551, 33.753832 ], [ -84.399676, 33.753849 ], [ -84.400622, 33.753836 ], [ -84.400838, 33.753848 ], [ -84.401496, 33.753853 ], [ -84.402559, 33.753867 ], [ -84.402819, 33.753871 ], [ -84.402802, 33.754624 ], [ -84.404053, 33.75462 ], [ -84.405473, 33.754616 ], [ -84.406499, 33.754706 ], [ -84.406925, 33.7547 ], [ -84.407139, 33.7547 ], [ -84.407485, 33.754701 ], [ -84.407601, 33.754701 ], [ -84.407741, 33.754701 ], [ -84.407864, 33.754702 ], [ -84.407852, 33.755489 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121002800", "name": "Census Tract 28, Fulton County, Georgia", "total_population_17": 5005, "white_alone_17": 1395.0, "black_alone_17": 2743.0, "native_alone_17": 21.0, "asian_alone_17": 361.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 367.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 19.058, "pct_black_alone_change": -20.116, "pct_native_alone_change": 0.21, "pct_asian_alone_change": 6.793, "pct_hispanic_or_latino_change": -8.127, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7580870", "INTPTLON": "-084.3793990" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.384287, 33.754521 ], [ -84.384283, 33.75473 ], [ -84.384268, 33.755571 ], [ -84.384242, 33.757117 ], [ -84.38422, 33.758392 ], [ -84.384198, 33.759666 ], [ -84.384177, 33.760942 ], [ -84.384155, 33.762213 ], [ -84.38237, 33.762242 ], [ -84.3821, 33.762226 ], [ -84.381652, 33.762209 ], [ -84.381498, 33.76222 ], [ -84.381373, 33.762219 ], [ -84.381109, 33.762216 ], [ -84.380887, 33.762198 ], [ -84.380633, 33.762153 ], [ -84.380421, 33.762095 ], [ -84.380271, 33.762039 ], [ -84.380217, 33.762019 ], [ -84.380055, 33.761942 ], [ -84.379902, 33.761855 ], [ -84.379816, 33.761798 ], [ -84.37972, 33.761734 ], [ -84.379671, 33.761701 ], [ -84.379543, 33.761637 ], [ -84.379386, 33.761578 ], [ -84.379028, 33.761441 ], [ -84.378901, 33.761406 ], [ -84.37873, 33.761371 ], [ -84.378526, 33.761369 ], [ -84.377875, 33.761394 ], [ -84.377585, 33.761411 ], [ -84.376922, 33.761406 ], [ -84.376525, 33.761403 ], [ -84.374276, 33.761387 ], [ -84.374304, 33.760259 ], [ -84.374307, 33.76012 ], [ -84.374314, 33.759534 ], [ -84.374321, 33.75879 ], [ -84.374331, 33.757686 ], [ -84.374351, 33.75592 ], [ -84.37438, 33.755491 ], [ -84.374389, 33.754724 ], [ -84.374392, 33.754425 ], [ -84.374384, 33.754337 ], [ -84.375544, 33.754355 ], [ -84.376604, 33.754371 ], [ -84.377099, 33.754376 ], [ -84.377298, 33.754379 ], [ -84.377363, 33.754378 ], [ -84.378044, 33.754368 ], [ -84.378297, 33.75437 ], [ -84.378332, 33.75438 ], [ -84.378673, 33.754379 ], [ -84.379157, 33.75439 ], [ -84.379369, 33.754394 ], [ -84.379455, 33.754397 ], [ -84.3802, 33.754414 ], [ -84.380277, 33.754417 ], [ -84.381376, 33.754428 ], [ -84.381751, 33.754432 ], [ -84.381907, 33.754434 ], [ -84.382272, 33.754439 ], [ -84.383426, 33.754451 ], [ -84.384305, 33.754462 ], [ -84.384287, 33.754521 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121002900", "name": "Census Tract 29, Fulton County, Georgia", "total_population_17": 2385, "white_alone_17": 1229.0, "black_alone_17": 880.0, "native_alone_17": 0.0, "asian_alone_17": 136.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 78.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 32.625, "pct_black_alone_change": -36.096, "pct_native_alone_change": -1.2, "pct_asian_alone_change": 4.877, "pct_hispanic_or_latino_change": -2.656, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7580053", "INTPTLON": "-084.3693491" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.374389, 33.754724 ], [ -84.37438, 33.755491 ], [ -84.374351, 33.75592 ], [ -84.374331, 33.757686 ], [ -84.374321, 33.75879 ], [ -84.374314, 33.759534 ], [ -84.374307, 33.76012 ], [ -84.374304, 33.760259 ], [ -84.374276, 33.761387 ], [ -84.372027, 33.761356 ], [ -84.37053, 33.761342 ], [ -84.369936, 33.761338 ], [ -84.369176, 33.761333 ], [ -84.367842, 33.761325 ], [ -84.367145, 33.761332 ], [ -84.366969, 33.761331 ], [ -84.366857, 33.761331 ], [ -84.366309, 33.761328 ], [ -84.365531, 33.76133 ], [ -84.364205, 33.761333 ], [ -84.362763, 33.761338 ], [ -84.361734, 33.761342 ], [ -84.362598, 33.760748 ], [ -84.362892, 33.760514 ], [ -84.363509, 33.760027 ], [ -84.363999, 33.759512 ], [ -84.364073, 33.759426 ], [ -84.364164, 33.759321 ], [ -84.364508, 33.758728 ], [ -84.364621, 33.758488 ], [ -84.36472, 33.758277 ], [ -84.364907, 33.757559 ], [ -84.36497, 33.757322 ], [ -84.365434, 33.754937 ], [ -84.365599, 33.754312 ], [ -84.365863, 33.754297 ], [ -84.366444, 33.754291 ], [ -84.366551, 33.75429 ], [ -84.367498, 33.754287 ], [ -84.368027, 33.754285 ], [ -84.368562, 33.754283 ], [ -84.368828, 33.754282 ], [ -84.369769, 33.754278 ], [ -84.371286, 33.754295 ], [ -84.37215, 33.754305 ], [ -84.372422, 33.754309 ], [ -84.37336, 33.754322 ], [ -84.374384, 33.754337 ], [ -84.374392, 33.754425 ], [ -84.374389, 33.754724 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003000", "name": "Census Tract 30, Fulton County, Georgia", "total_population_17": 3325, "white_alone_17": 2646.0, "black_alone_17": 271.0, "native_alone_17": 15.0, "asian_alone_17": 180.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 114.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -3.145, "pct_black_alone_change": -2.927, "pct_native_alone_change": -0.362, "pct_asian_alone_change": 3.28, "pct_hispanic_or_latino_change": 1.193, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7587580", "INTPTLON": "-084.3572779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.366935, 33.752666 ], [ -84.366842, 33.752754 ], [ -84.3666, 33.752984 ], [ -84.366323, 33.753215 ], [ -84.366268, 33.75328 ], [ -84.365791, 33.753851 ], [ -84.365617, 33.754242 ], [ -84.365599, 33.754312 ], [ -84.365434, 33.754937 ], [ -84.36497, 33.757322 ], [ -84.364907, 33.757559 ], [ -84.36472, 33.758277 ], [ -84.364621, 33.758488 ], [ -84.364508, 33.758728 ], [ -84.364164, 33.759321 ], [ -84.364073, 33.759426 ], [ -84.363999, 33.759512 ], [ -84.363509, 33.760027 ], [ -84.362892, 33.760514 ], [ -84.362598, 33.760748 ], [ -84.361734, 33.761342 ], [ -84.361285, 33.761344 ], [ -84.36107, 33.761369 ], [ -84.36086, 33.761424 ], [ -84.360748, 33.761467 ], [ -84.360641, 33.76152 ], [ -84.360106, 33.761814 ], [ -84.358053, 33.762949 ], [ -84.35794, 33.763011 ], [ -84.357264, 33.763385 ], [ -84.355981, 33.764093 ], [ -84.355778, 33.764215 ], [ -84.355603, 33.764332 ], [ -84.355305, 33.764561 ], [ -84.354727, 33.765066 ], [ -84.354689, 33.765027 ], [ -84.353801, 33.764286 ], [ -84.353708, 33.764234 ], [ -84.3536, 33.764401 ], [ -84.353547, 33.764361 ], [ -84.3531, 33.76393 ], [ -84.352184, 33.763108 ], [ -84.350285, 33.764568 ], [ -84.349791, 33.764948 ], [ -84.349152, 33.76546 ], [ -84.349188, 33.765349 ], [ -84.349203, 33.765012 ], [ -84.349206, 33.764957 ], [ -84.349219, 33.762201 ], [ -84.349219, 33.762155 ], [ -84.349199, 33.76186 ], [ -84.349204, 33.761838 ], [ -84.349185, 33.760261 ], [ -84.349193, 33.760187 ], [ -84.349183, 33.760041 ], [ -84.349182, 33.759961 ], [ -84.349182, 33.759919 ], [ -84.349252, 33.759881 ], [ -84.349941, 33.75952 ], [ -84.34996, 33.759509 ], [ -84.350189, 33.759376 ], [ -84.350568, 33.759135 ], [ -84.35091, 33.758893 ], [ -84.351302, 33.7586 ], [ -84.352899, 33.75739 ], [ -84.353537, 33.756867 ], [ -84.353815, 33.75664 ], [ -84.354517, 33.756111 ], [ -84.355082, 33.755718 ], [ -84.355504, 33.755454 ], [ -84.355821, 33.755278 ], [ -84.356482, 33.754971 ], [ -84.356804, 33.754851 ], [ -84.357282, 33.754684 ], [ -84.358245, 33.754441 ], [ -84.358484, 33.75438 ], [ -84.35935, 33.754218 ], [ -84.36099, 33.753958 ], [ -84.36198, 33.753796 ], [ -84.363443, 33.753519 ], [ -84.36384, 33.753425 ], [ -84.365614, 33.753002 ], [ -84.36698, 33.752629 ], [ -84.366935, 33.752666 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003100", "name": "Census Tract 31, Fulton County, Georgia", "total_population_17": 1974, "white_alone_17": 1170.0, "black_alone_17": 696.0, "native_alone_17": 0.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 72.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 48.139, "pct_black_alone_change": -47.829, "pct_native_alone_change": -0.492, "pct_asian_alone_change": -0.318, "pct_hispanic_or_latino_change": -0.166, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7520808", "INTPTLON": "-084.3530446" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.358687, 33.753537 ], [ -84.358361, 33.754203 ], [ -84.358303, 33.754322 ], [ -84.358245, 33.754441 ], [ -84.357282, 33.754684 ], [ -84.356804, 33.754851 ], [ -84.356482, 33.754971 ], [ -84.355821, 33.755278 ], [ -84.355504, 33.755454 ], [ -84.355082, 33.755718 ], [ -84.354517, 33.756111 ], [ -84.353815, 33.75664 ], [ -84.353537, 33.756867 ], [ -84.352899, 33.75739 ], [ -84.351302, 33.7586 ], [ -84.35091, 33.758893 ], [ -84.350568, 33.759135 ], [ -84.350189, 33.759376 ], [ -84.34996, 33.759509 ], [ -84.349941, 33.75952 ], [ -84.349252, 33.759881 ], [ -84.349182, 33.759919 ], [ -84.349181, 33.75981 ], [ -84.34918, 33.759769 ], [ -84.34918, 33.759739 ], [ -84.34918, 33.759682 ], [ -84.349179, 33.759601 ], [ -84.349175, 33.759198 ], [ -84.349169, 33.758599 ], [ -84.34916, 33.758554 ], [ -84.349167, 33.758441 ], [ -84.349163, 33.75816 ], [ -84.349157, 33.75769 ], [ -84.349154, 33.757426 ], [ -84.349144, 33.756684 ], [ -84.349145, 33.756226 ], [ -84.349154, 33.755422 ], [ -84.349163, 33.75461 ], [ -84.349169, 33.753986 ], [ -84.349172, 33.753736 ], [ -84.349175, 33.753552 ], [ -84.349184, 33.752804 ], [ -84.349188, 33.752418 ], [ -84.349188, 33.752383 ], [ -84.349208, 33.751153 ], [ -84.349192, 33.750171 ], [ -84.349184, 33.749368 ], [ -84.349192, 33.748253 ], [ -84.349193, 33.748104 ], [ -84.349197, 33.747621 ], [ -84.350412, 33.747361 ], [ -84.350714, 33.747297 ], [ -84.352725, 33.746867 ], [ -84.354101, 33.746573 ], [ -84.354364, 33.746545 ], [ -84.355645, 33.74656 ], [ -84.356765, 33.746574 ], [ -84.35818, 33.746592 ], [ -84.358158, 33.746955 ], [ -84.35812, 33.74728 ], [ -84.358009, 33.747758 ], [ -84.357898, 33.748274 ], [ -84.357702, 33.748958 ], [ -84.357647, 33.749129 ], [ -84.357508, 33.749562 ], [ -84.357316, 33.750205 ], [ -84.357147, 33.750771 ], [ -84.357053, 33.751198 ], [ -84.357041, 33.751316 ], [ -84.357015, 33.751569 ], [ -84.357005, 33.751884 ], [ -84.356982, 33.752276 ], [ -84.356951, 33.752516 ], [ -84.356856, 33.753096 ], [ -84.356835, 33.753185 ], [ -84.356779, 33.753358 ], [ -84.356744, 33.753444 ], [ -84.35666, 33.75361 ], [ -84.356558, 33.753769 ], [ -84.356501, 33.753845 ], [ -84.356392, 33.753973 ], [ -84.3562, 33.754124 ], [ -84.356286, 33.754084 ], [ -84.356712, 33.753933 ], [ -84.356908, 33.753877 ], [ -84.357258, 33.753776 ], [ -84.357735, 33.753654 ], [ -84.358449, 33.753511 ], [ -84.358721, 33.753467 ], [ -84.358687, 33.753537 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003200", "name": "Census Tract 32, Fulton County, Georgia", "total_population_17": 2251, "white_alone_17": 1701.0, "black_alone_17": 199.0, "native_alone_17": 0.0, "asian_alone_17": 54.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 78.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 14.722, "pct_black_alone_change": -24.84, "pct_native_alone_change": -1.201, "pct_asian_alone_change": 2.063, "pct_hispanic_or_latino_change": -0.071, "pct_native_hawaiian_pacific_islander_change": -0.067, "INTPTLAT": "+33.7498233", "INTPTLON": "-084.3650959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.376636, 33.749461 ], [ -84.376294, 33.749564 ], [ -84.375093, 33.749926 ], [ -84.374128, 33.750253 ], [ -84.373348, 33.750533 ], [ -84.37217, 33.750916 ], [ -84.370976, 33.751284 ], [ -84.370491, 33.751434 ], [ -84.369871, 33.751612 ], [ -84.369133, 33.751836 ], [ -84.368362, 33.752078 ], [ -84.367248, 33.75237 ], [ -84.367086, 33.752523 ], [ -84.36698, 33.752629 ], [ -84.365614, 33.753002 ], [ -84.36384, 33.753425 ], [ -84.363443, 33.753519 ], [ -84.36198, 33.753796 ], [ -84.36099, 33.753958 ], [ -84.35935, 33.754218 ], [ -84.358484, 33.75438 ], [ -84.358245, 33.754441 ], [ -84.358303, 33.754322 ], [ -84.358361, 33.754203 ], [ -84.358687, 33.753537 ], [ -84.358721, 33.753467 ], [ -84.358449, 33.753511 ], [ -84.357735, 33.753654 ], [ -84.357258, 33.753776 ], [ -84.356908, 33.753877 ], [ -84.356712, 33.753933 ], [ -84.356286, 33.754084 ], [ -84.3562, 33.754124 ], [ -84.356392, 33.753973 ], [ -84.356501, 33.753845 ], [ -84.356558, 33.753769 ], [ -84.35666, 33.75361 ], [ -84.356744, 33.753444 ], [ -84.356779, 33.753358 ], [ -84.356835, 33.753185 ], [ -84.356856, 33.753096 ], [ -84.356951, 33.752516 ], [ -84.356982, 33.752276 ], [ -84.357005, 33.751884 ], [ -84.357015, 33.751569 ], [ -84.357041, 33.751316 ], [ -84.357053, 33.751198 ], [ -84.357147, 33.750771 ], [ -84.357316, 33.750205 ], [ -84.357508, 33.749562 ], [ -84.357647, 33.749129 ], [ -84.357702, 33.748958 ], [ -84.357898, 33.748274 ], [ -84.358009, 33.747758 ], [ -84.35812, 33.74728 ], [ -84.358158, 33.746955 ], [ -84.35818, 33.746592 ], [ -84.358302, 33.746594 ], [ -84.359087, 33.746604 ], [ -84.362274, 33.746643 ], [ -84.36309, 33.746654 ], [ -84.36375, 33.746662 ], [ -84.364674, 33.746673 ], [ -84.36522, 33.74668 ], [ -84.365701, 33.746686 ], [ -84.366716, 33.746699 ], [ -84.367424, 33.746708 ], [ -84.368105, 33.746705 ], [ -84.36968, 33.746728 ], [ -84.371381, 33.746755 ], [ -84.372527, 33.746774 ], [ -84.373388, 33.746788 ], [ -84.374878, 33.746808 ], [ -84.375185, 33.746812 ], [ -84.375176, 33.747231 ], [ -84.375158, 33.747448 ], [ -84.375132, 33.748108 ], [ -84.375081, 33.748651 ], [ -84.375068, 33.74961 ], [ -84.375048, 33.749755 ], [ -84.3752, 33.749706 ], [ -84.375653, 33.749551 ], [ -84.376641, 33.749227 ], [ -84.376636, 33.749461 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003500", "name": "Census Tract 35, Fulton County, Georgia", "total_population_17": 2175, "white_alone_17": 748.0, "black_alone_17": 1220.0, "native_alone_17": 10.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 87.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 17.841, "pct_black_alone_change": -20.242, "pct_native_alone_change": -0.268, "pct_asian_alone_change": 0.282, "pct_hispanic_or_latino_change": -1.256, "pct_native_hawaiian_pacific_islander_change": -0.081, "INTPTLAT": "+33.7509444", "INTPTLON": "-084.3916567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.401606, 33.74949 ], [ -84.400925, 33.750219 ], [ -84.400063, 33.751142 ], [ -84.399564, 33.751282 ], [ -84.398139, 33.751662 ], [ -84.398081, 33.7517 ], [ -84.398036, 33.751753 ], [ -84.397949, 33.751944 ], [ -84.397892, 33.75207 ], [ -84.397776, 33.752243 ], [ -84.397756, 33.7523 ], [ -84.397599, 33.752253 ], [ -84.397576, 33.752318 ], [ -84.397525, 33.75257 ], [ -84.397511, 33.752869 ], [ -84.397545, 33.753193 ], [ -84.397562, 33.7534 ], [ -84.397599, 33.753869 ], [ -84.397618, 33.754103 ], [ -84.397643, 33.754519 ], [ -84.397656, 33.754739 ], [ -84.397661, 33.755635 ], [ -84.397656, 33.755671 ], [ -84.397657, 33.755783 ], [ -84.397662, 33.756176 ], [ -84.39768, 33.758028 ], [ -84.397702, 33.760307 ], [ -84.397701, 33.761556 ], [ -84.39769, 33.761918 ], [ -84.397707, 33.762204 ], [ -84.397719, 33.762421 ], [ -84.397729, 33.762498 ], [ -84.397764, 33.762785 ], [ -84.397795, 33.762975 ], [ -84.397919, 33.763387 ], [ -84.397758, 33.763388 ], [ -84.397685, 33.763114 ], [ -84.397454, 33.76266 ], [ -84.397266, 33.762349 ], [ -84.396766, 33.761609 ], [ -84.396504, 33.7612 ], [ -84.396441, 33.761086 ], [ -84.396206, 33.760662 ], [ -84.396093, 33.760451 ], [ -84.395574, 33.759684 ], [ -84.394982, 33.758491 ], [ -84.394325, 33.758955 ], [ -84.394188, 33.758704 ], [ -84.394063, 33.758522 ], [ -84.393507, 33.7579 ], [ -84.394252, 33.757351 ], [ -84.393239, 33.756564 ], [ -84.393288, 33.756508 ], [ -84.39376, 33.755141 ], [ -84.393836, 33.75492 ], [ -84.393434, 33.754711 ], [ -84.393243, 33.754604 ], [ -84.39318, 33.754569 ], [ -84.392834, 33.754399 ], [ -84.392373, 33.754172 ], [ -84.392156, 33.754065 ], [ -84.391525, 33.753837 ], [ -84.39132, 33.753703 ], [ -84.390844, 33.753391 ], [ -84.389895, 33.752768 ], [ -84.388865, 33.752093 ], [ -84.387886, 33.751452 ], [ -84.387563, 33.75124 ], [ -84.386389, 33.750471 ], [ -84.385654, 33.749989 ], [ -84.385214, 33.749686 ], [ -84.38487, 33.749449 ], [ -84.384564, 33.749282 ], [ -84.384328, 33.74918 ], [ -84.384277, 33.749158 ], [ -84.384064, 33.749089 ], [ -84.383896, 33.749035 ], [ -84.383746, 33.749 ], [ -84.383493, 33.748941 ], [ -84.383313, 33.748923 ], [ -84.382889, 33.748888 ], [ -84.382727, 33.748877 ], [ -84.38251, 33.748886 ], [ -84.382132, 33.748903 ], [ -84.381506, 33.748923 ], [ -84.381016, 33.748884 ], [ -84.380758, 33.748868 ], [ -84.380525, 33.748853 ], [ -84.380133, 33.748853 ], [ -84.379663, 33.748881 ], [ -84.379541, 33.748892 ], [ -84.379047, 33.748935 ], [ -84.378835, 33.748964 ], [ -84.378404, 33.74904 ], [ -84.37768, 33.749186 ], [ -84.376945, 33.749372 ], [ -84.376636, 33.749461 ], [ -84.376641, 33.749227 ], [ -84.375653, 33.749551 ], [ -84.3752, 33.749706 ], [ -84.375048, 33.749755 ], [ -84.375068, 33.74961 ], [ -84.375081, 33.748651 ], [ -84.375132, 33.748108 ], [ -84.375158, 33.747448 ], [ -84.375176, 33.747231 ], [ -84.375185, 33.746812 ], [ -84.375882, 33.746821 ], [ -84.376436, 33.746828 ], [ -84.376666, 33.74683 ], [ -84.37702, 33.746835 ], [ -84.378159, 33.746848 ], [ -84.379362, 33.74686 ], [ -84.380448, 33.74687 ], [ -84.380713, 33.746873 ], [ -84.381521, 33.746881 ], [ -84.38268, 33.746891 ], [ -84.383841, 33.746903 ], [ -84.385057, 33.746913 ], [ -84.38621, 33.746924 ], [ -84.386941, 33.74693 ], [ -84.387206, 33.746932 ], [ -84.387708, 33.7469 ], [ -84.387793, 33.746909 ], [ -84.388148, 33.746913 ], [ -84.388606, 33.746916 ], [ -84.388787, 33.746917 ], [ -84.389237, 33.746919 ], [ -84.390624, 33.746926 ], [ -84.390906, 33.746928 ], [ -84.392244, 33.746935 ], [ -84.392796, 33.746938 ], [ -84.394415, 33.746947 ], [ -84.395684, 33.746953 ], [ -84.396791, 33.74696 ], [ -84.396947, 33.746878 ], [ -84.397001, 33.746978 ], [ -84.397226, 33.746871 ], [ -84.397417, 33.746781 ], [ -84.397929, 33.746524 ], [ -84.397922, 33.747088 ], [ -84.398158, 33.747059 ], [ -84.399712, 33.747093 ], [ -84.399834, 33.747113 ], [ -84.399942, 33.747165 ], [ -84.399997, 33.747202 ], [ -84.40013, 33.747292 ], [ -84.401148, 33.747976 ], [ -84.401569, 33.748229 ], [ -84.402294, 33.748753 ], [ -84.401606, 33.74949 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003600", "name": "Census Tract 36, Fulton County, Georgia", "total_population_17": 1358, "white_alone_17": 159.0, "black_alone_17": 1066.0, "native_alone_17": 0.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 6.315, "pct_black_alone_change": -12.847, "pct_native_alone_change": -0.2, "pct_asian_alone_change": 0.762, "pct_hispanic_or_latino_change": -0.244, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7518731", "INTPTLON": "-084.4029233" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.406561, 33.751266 ], [ -84.406559, 33.751677 ], [ -84.406558, 33.752058 ], [ -84.406554, 33.752818 ], [ -84.40655, 33.75385 ], [ -84.406549, 33.753931 ], [ -84.40654, 33.754312 ], [ -84.406499, 33.754706 ], [ -84.405473, 33.754616 ], [ -84.404053, 33.75462 ], [ -84.402802, 33.754624 ], [ -84.402819, 33.753871 ], [ -84.402559, 33.753867 ], [ -84.401496, 33.753853 ], [ -84.400838, 33.753848 ], [ -84.400622, 33.753836 ], [ -84.399676, 33.753849 ], [ -84.399551, 33.753832 ], [ -84.398979, 33.75382 ], [ -84.398723, 33.753808 ], [ -84.398435, 33.753771 ], [ -84.398173, 33.753714 ], [ -84.398055, 33.753658 ], [ -84.398027, 33.753645 ], [ -84.397979, 33.753622 ], [ -84.397562, 33.7534 ], [ -84.397545, 33.753193 ], [ -84.397511, 33.752869 ], [ -84.397525, 33.75257 ], [ -84.397576, 33.752318 ], [ -84.397599, 33.752253 ], [ -84.397756, 33.7523 ], [ -84.397776, 33.752243 ], [ -84.397892, 33.75207 ], [ -84.397949, 33.751944 ], [ -84.398036, 33.751753 ], [ -84.398081, 33.7517 ], [ -84.398139, 33.751662 ], [ -84.399564, 33.751282 ], [ -84.400063, 33.751142 ], [ -84.400925, 33.750219 ], [ -84.401606, 33.74949 ], [ -84.402294, 33.748753 ], [ -84.402449, 33.748587 ], [ -84.402502, 33.748623 ], [ -84.40256, 33.748643 ], [ -84.403006, 33.748699 ], [ -84.403597, 33.748774 ], [ -84.40453, 33.748893 ], [ -84.405792, 33.749068 ], [ -84.406576, 33.749167 ], [ -84.406561, 33.751266 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003700", "name": "Census Tract 37, Fulton County, Georgia", "total_population_17": 136, "white_alone_17": 0.0, "black_alone_17": 136.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.628, "pct_black_alone_change": 1.047, "pct_native_alone_change": -0.07, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": -0.279, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7489883", "INTPTLON": "-084.4101331" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.411317, 33.750298 ], [ -84.411317, 33.7506 ], [ -84.411317, 33.750932 ], [ -84.411316, 33.751257 ], [ -84.410461, 33.751259 ], [ -84.410129, 33.751259 ], [ -84.409357, 33.751261 ], [ -84.409356, 33.750317 ], [ -84.409355, 33.749989 ], [ -84.409354, 33.74933 ], [ -84.409173, 33.749329 ], [ -84.40921, 33.748715 ], [ -84.409226, 33.748461 ], [ -84.409251, 33.748049 ], [ -84.409054, 33.748046 ], [ -84.409033, 33.747408 ], [ -84.408502, 33.746681 ], [ -84.408815, 33.746549 ], [ -84.409002, 33.746497 ], [ -84.409234, 33.746474 ], [ -84.409475, 33.746493 ], [ -84.409544, 33.746472 ], [ -84.409612, 33.746636 ], [ -84.409661, 33.746716 ], [ -84.409741, 33.7468 ], [ -84.409835, 33.746869 ], [ -84.410083, 33.747013 ], [ -84.410374, 33.747113 ], [ -84.410533, 33.747133 ], [ -84.411065, 33.747138 ], [ -84.411078, 33.748046 ], [ -84.411096, 33.749339 ], [ -84.41132, 33.74934 ], [ -84.411317, 33.750298 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003800", "name": "Census Tract 38, Fulton County, Georgia", "total_population_17": 4091, "white_alone_17": 670.0, "black_alone_17": 2819.0, "native_alone_17": 10.0, "asian_alone_17": 263.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 245.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 16.157, "pct_black_alone_change": -28.673, "pct_native_alone_change": 0.156, "pct_asian_alone_change": 6.165, "pct_hispanic_or_latino_change": 4.405, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7508286", "INTPTLON": "-084.4120230" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.417564, 33.754112 ], [ -84.417554, 33.75472 ], [ -84.415143, 33.754708 ], [ -84.414679, 33.754706 ], [ -84.414373, 33.754704 ], [ -84.413914, 33.754702 ], [ -84.413556, 33.754677 ], [ -84.412771, 33.754695 ], [ -84.411794, 33.75469 ], [ -84.411042, 33.754685 ], [ -84.410351, 33.754682 ], [ -84.410077, 33.754681 ], [ -84.40947, 33.754705 ], [ -84.409004, 33.754704 ], [ -84.407864, 33.754702 ], [ -84.407741, 33.754701 ], [ -84.407601, 33.754701 ], [ -84.407485, 33.754701 ], [ -84.407139, 33.7547 ], [ -84.406925, 33.7547 ], [ -84.406499, 33.754706 ], [ -84.40654, 33.754312 ], [ -84.406549, 33.753931 ], [ -84.40655, 33.75385 ], [ -84.406554, 33.752818 ], [ -84.406558, 33.752058 ], [ -84.406559, 33.751677 ], [ -84.406561, 33.751266 ], [ -84.406576, 33.749167 ], [ -84.405792, 33.749068 ], [ -84.40453, 33.748893 ], [ -84.405137, 33.74801 ], [ -84.405589, 33.747355 ], [ -84.405739, 33.747155 ], [ -84.405781, 33.747101 ], [ -84.40618, 33.746658 ], [ -84.406567, 33.746266 ], [ -84.406729, 33.746395 ], [ -84.40703, 33.74655 ], [ -84.407076, 33.746568 ], [ -84.407247, 33.746637 ], [ -84.407428, 33.746687 ], [ -84.407508, 33.746709 ], [ -84.407778, 33.746751 ], [ -84.408088, 33.74676 ], [ -84.408308, 33.746743 ], [ -84.408502, 33.746681 ], [ -84.409033, 33.747408 ], [ -84.409054, 33.748046 ], [ -84.409251, 33.748049 ], [ -84.409226, 33.748461 ], [ -84.40921, 33.748715 ], [ -84.409173, 33.749329 ], [ -84.409354, 33.74933 ], [ -84.409355, 33.749989 ], [ -84.409356, 33.750317 ], [ -84.409357, 33.751261 ], [ -84.410129, 33.751259 ], [ -84.410461, 33.751259 ], [ -84.411316, 33.751257 ], [ -84.411317, 33.750932 ], [ -84.411317, 33.7506 ], [ -84.411317, 33.750298 ], [ -84.41132, 33.74934 ], [ -84.411096, 33.749339 ], [ -84.411078, 33.748046 ], [ -84.411065, 33.747138 ], [ -84.412551, 33.74714 ], [ -84.412676, 33.747141 ], [ -84.412815, 33.747132 ], [ -84.413036, 33.747082 ], [ -84.41368, 33.746855 ], [ -84.41388, 33.746786 ], [ -84.414739, 33.746484 ], [ -84.414814, 33.746523 ], [ -84.414845, 33.746535 ], [ -84.414969, 33.746582 ], [ -84.415127, 33.746615 ], [ -84.415631, 33.746633 ], [ -84.415811, 33.746637 ], [ -84.417073, 33.746661 ], [ -84.417198, 33.746645 ], [ -84.417427, 33.746584 ], [ -84.417559, 33.746525 ], [ -84.417552, 33.74719 ], [ -84.417538, 33.748396 ], [ -84.41753, 33.749069 ], [ -84.417529, 33.749168 ], [ -84.417529, 33.749915 ], [ -84.41753, 33.750404 ], [ -84.417531, 33.750761 ], [ -84.417532, 33.751093 ], [ -84.417533, 33.75178 ], [ -84.417535, 33.752205 ], [ -84.417535, 33.752466 ], [ -84.417536, 33.752844 ], [ -84.417546, 33.753468 ], [ -84.417555, 33.75358 ], [ -84.41757, 33.753768 ], [ -84.417564, 33.754112 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121003900", "name": "Census Tract 39, Fulton County, Georgia", "total_population_17": 2522, "white_alone_17": 29.0, "black_alone_17": 2471.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.82, "pct_black_alone_change": -0.868, "pct_native_alone_change": -0.247, "pct_asian_alone_change": -0.33, "pct_hispanic_or_latino_change": 0.666, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7500701", "INTPTLON": "-084.4221427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.430003, 33.747327 ], [ -84.428432, 33.748767 ], [ -84.428132, 33.749052 ], [ -84.427965, 33.749259 ], [ -84.427897, 33.749377 ], [ -84.427835, 33.749519 ], [ -84.427804, 33.749575 ], [ -84.427779, 33.749656 ], [ -84.427754, 33.749711 ], [ -84.427692, 33.749792 ], [ -84.427605, 33.749885 ], [ -84.427506, 33.749984 ], [ -84.427432, 33.750046 ], [ -84.427333, 33.750207 ], [ -84.427314, 33.750306 ], [ -84.427296, 33.750424 ], [ -84.427265, 33.750554 ], [ -84.427215, 33.750684 ], [ -84.42711, 33.750808 ], [ -84.426936, 33.750913 ], [ -84.426856, 33.750963 ], [ -84.426744, 33.751049 ], [ -84.426689, 33.751155 ], [ -84.426583, 33.751495 ], [ -84.426387, 33.752174 ], [ -84.426022, 33.753528 ], [ -84.425975, 33.753531 ], [ -84.425918, 33.753541 ], [ -84.425776, 33.753565 ], [ -84.425575, 33.753618 ], [ -84.425285, 33.75373 ], [ -84.424445, 33.754146 ], [ -84.423891, 33.754417 ], [ -84.423585, 33.754542 ], [ -84.423266, 33.754645 ], [ -84.422939, 33.754724 ], [ -84.422672, 33.75477 ], [ -84.422333, 33.754806 ], [ -84.422061, 33.754817 ], [ -84.421316, 33.754791 ], [ -84.420399, 33.754754 ], [ -84.41987, 33.754747 ], [ -84.41869, 33.754733 ], [ -84.418501, 33.754722 ], [ -84.417554, 33.75472 ], [ -84.417564, 33.754112 ], [ -84.41757, 33.753768 ], [ -84.417555, 33.75358 ], [ -84.417546, 33.753468 ], [ -84.417536, 33.752844 ], [ -84.417535, 33.752466 ], [ -84.417535, 33.752205 ], [ -84.417533, 33.75178 ], [ -84.417532, 33.751093 ], [ -84.417531, 33.750761 ], [ -84.41753, 33.750404 ], [ -84.417529, 33.749915 ], [ -84.417529, 33.749168 ], [ -84.41753, 33.749069 ], [ -84.417538, 33.748396 ], [ -84.417552, 33.74719 ], [ -84.417559, 33.746525 ], [ -84.417544, 33.745437 ], [ -84.418985, 33.745398 ], [ -84.419275, 33.74539 ], [ -84.419333, 33.745388 ], [ -84.420503, 33.745356 ], [ -84.421443, 33.745331 ], [ -84.42234, 33.745306 ], [ -84.423304, 33.745292 ], [ -84.423295, 33.746214 ], [ -84.423287, 33.747041 ], [ -84.424191, 33.747127 ], [ -84.424362, 33.747143 ], [ -84.425412, 33.747242 ], [ -84.425941, 33.747286 ], [ -84.426775, 33.7473 ], [ -84.426974, 33.74729 ], [ -84.427068, 33.747282 ], [ -84.42753, 33.747289 ], [ -84.428021, 33.747297 ], [ -84.428716, 33.747308 ], [ -84.429447, 33.747324 ], [ -84.42954, 33.747323 ], [ -84.430003, 33.747327 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121004000", "name": "Census Tract 40, Fulton County, Georgia", "total_population_17": 2522, "white_alone_17": 69.0, "black_alone_17": 2416.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 32.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 2.262, "pct_black_alone_change": -2.434, "pct_native_alone_change": -0.095, "pct_asian_alone_change": 0.135, "pct_hispanic_or_latino_change": 0.227, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+33.7499716", "INTPTLON": "-084.4362262" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.44658, 33.750619 ], [ -84.446074, 33.750688 ], [ -84.446052, 33.750823 ], [ -84.446074, 33.750973 ], [ -84.446083, 33.751032 ], [ -84.446108, 33.751287 ], [ -84.446092, 33.751462 ], [ -84.446088, 33.751601 ], [ -84.446077, 33.752002 ], [ -84.44607, 33.752161 ], [ -84.446049, 33.753099 ], [ -84.446044, 33.753347 ], [ -84.445868, 33.753422 ], [ -84.44531, 33.753592 ], [ -84.444385, 33.753892 ], [ -84.444031, 33.754007 ], [ -84.4435, 33.754155 ], [ -84.443238, 33.754222 ], [ -84.442165, 33.754451 ], [ -84.44207, 33.754469 ], [ -84.441505, 33.754578 ], [ -84.440971, 33.754667 ], [ -84.440073, 33.754818 ], [ -84.43875, 33.75506 ], [ -84.437993, 33.755183 ], [ -84.437834, 33.755209 ], [ -84.43613, 33.755497 ], [ -84.434193, 33.755799 ], [ -84.433545, 33.755893 ], [ -84.433534, 33.755625 ], [ -84.43353, 33.755521 ], [ -84.433485, 33.754934 ], [ -84.433463, 33.754707 ], [ -84.433328, 33.753791 ], [ -84.432844, 33.75378 ], [ -84.43206, 33.753731 ], [ -84.429777, 33.753586 ], [ -84.428765, 33.753522 ], [ -84.428365, 33.753498 ], [ -84.428123, 33.753484 ], [ -84.427312, 33.753468 ], [ -84.426549, 33.753492 ], [ -84.426022, 33.753528 ], [ -84.426387, 33.752174 ], [ -84.426583, 33.751495 ], [ -84.426689, 33.751155 ], [ -84.426744, 33.751049 ], [ -84.426856, 33.750963 ], [ -84.426936, 33.750913 ], [ -84.42711, 33.750808 ], [ -84.427215, 33.750684 ], [ -84.427265, 33.750554 ], [ -84.427296, 33.750424 ], [ -84.427314, 33.750306 ], [ -84.427333, 33.750207 ], [ -84.427432, 33.750046 ], [ -84.427506, 33.749984 ], [ -84.427605, 33.749885 ], [ -84.427692, 33.749792 ], [ -84.427754, 33.749711 ], [ -84.427779, 33.749656 ], [ -84.427804, 33.749575 ], [ -84.427835, 33.749519 ], [ -84.427897, 33.749377 ], [ -84.427965, 33.749259 ], [ -84.428132, 33.749052 ], [ -84.428432, 33.748767 ], [ -84.430003, 33.747327 ], [ -84.430722, 33.746681 ], [ -84.430874, 33.746545 ], [ -84.431281, 33.746179 ], [ -84.433059, 33.744463 ], [ -84.433579, 33.743764 ], [ -84.433753, 33.74334 ], [ -84.433892, 33.742768 ], [ -84.433924, 33.74236 ], [ -84.435117, 33.742543 ], [ -84.436274, 33.742728 ], [ -84.437277, 33.742888 ], [ -84.437418, 33.742997 ], [ -84.43775, 33.743265 ], [ -84.438135, 33.74365 ], [ -84.438892, 33.744418 ], [ -84.439524, 33.74506 ], [ -84.440342, 33.745889 ], [ -84.44183, 33.747399 ], [ -84.442267, 33.747846 ], [ -84.442355, 33.747981 ], [ -84.443964, 33.749605 ], [ -84.444194, 33.749818 ], [ -84.444536, 33.75008 ], [ -84.444752, 33.75022 ], [ -84.444971, 33.750309 ], [ -84.4451, 33.750361 ], [ -84.445435, 33.750472 ], [ -84.44566, 33.750528 ], [ -84.445892, 33.750563 ], [ -84.446092, 33.750575 ], [ -84.44628, 33.750572 ], [ -84.44658, 33.750619 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121004100", "name": "Census Tract 41, Fulton County, Georgia", "total_population_17": 2127, "white_alone_17": 145.0, "black_alone_17": 1921.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 19.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 5.024, "pct_black_alone_change": -4.149, "pct_native_alone_change": -0.351, "pct_asian_alone_change": -1.754, "pct_hispanic_or_latino_change": -0.549, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7408850", "INTPTLON": "-084.4280836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.437277, 33.742888 ], [ -84.436274, 33.742728 ], [ -84.435117, 33.742543 ], [ -84.433924, 33.74236 ], [ -84.433892, 33.742768 ], [ -84.433753, 33.74334 ], [ -84.433579, 33.743764 ], [ -84.433059, 33.744463 ], [ -84.431281, 33.746179 ], [ -84.430874, 33.746545 ], [ -84.430722, 33.746681 ], [ -84.430003, 33.747327 ], [ -84.42954, 33.747323 ], [ -84.429447, 33.747324 ], [ -84.428716, 33.747308 ], [ -84.428021, 33.747297 ], [ -84.42753, 33.747289 ], [ -84.427068, 33.747282 ], [ -84.426974, 33.74729 ], [ -84.426775, 33.7473 ], [ -84.425941, 33.747286 ], [ -84.425412, 33.747242 ], [ -84.424362, 33.747143 ], [ -84.424191, 33.747127 ], [ -84.423287, 33.747041 ], [ -84.423295, 33.746214 ], [ -84.423304, 33.745292 ], [ -84.423312, 33.74446 ], [ -84.423319, 33.743733 ], [ -84.423317, 33.743215 ], [ -84.423326, 33.743026 ], [ -84.423333, 33.742273 ], [ -84.423344, 33.74075 ], [ -84.423361, 33.738375 ], [ -84.423381, 33.736911 ], [ -84.423381, 33.736751 ], [ -84.42338, 33.735795 ], [ -84.423378, 33.734627 ], [ -84.423368, 33.733627 ], [ -84.423385, 33.733495 ], [ -84.423425, 33.733369 ], [ -84.423478, 33.733265 ], [ -84.423547, 33.733168 ], [ -84.424004, 33.73263 ], [ -84.424195, 33.732755 ], [ -84.424607, 33.732956 ], [ -84.425903, 33.733366 ], [ -84.426767, 33.733801 ], [ -84.431028, 33.736544 ], [ -84.431315, 33.736876 ], [ -84.431696, 33.737673 ], [ -84.431941, 33.73805 ], [ -84.432348, 33.738442 ], [ -84.433074, 33.73897 ], [ -84.433139, 33.739031 ], [ -84.433569, 33.739033 ], [ -84.433653, 33.739052 ], [ -84.433734, 33.739093 ], [ -84.433885, 33.73931 ], [ -84.433951, 33.73951 ], [ -84.43399, 33.739681 ], [ -84.434025, 33.73976 ], [ -84.434057, 33.739851 ], [ -84.434193, 33.740104 ], [ -84.434331, 33.740297 ], [ -84.434454, 33.740421 ], [ -84.435073, 33.740956 ], [ -84.436601, 33.742288 ], [ -84.437277, 33.742888 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121004200", "name": "Census Tract 42, Fulton County, Georgia", "total_population_17": 2546, "white_alone_17": 275.0, "black_alone_17": 2238.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 33.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 8.996, "pct_black_alone_change": -8.086, "pct_native_alone_change": -0.12, "pct_asian_alone_change": -0.201, "pct_hispanic_or_latino_change": -0.349, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7390423", "INTPTLON": "-084.4181855" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.423385, 33.733495 ], [ -84.423368, 33.733627 ], [ -84.423378, 33.734627 ], [ -84.42338, 33.735795 ], [ -84.423381, 33.736751 ], [ -84.423381, 33.736911 ], [ -84.423361, 33.738375 ], [ -84.423344, 33.74075 ], [ -84.423333, 33.742273 ], [ -84.423326, 33.743026 ], [ -84.423317, 33.743215 ], [ -84.423319, 33.743733 ], [ -84.423312, 33.74446 ], [ -84.423304, 33.745292 ], [ -84.42234, 33.745306 ], [ -84.421443, 33.745331 ], [ -84.420503, 33.745356 ], [ -84.419333, 33.745388 ], [ -84.419275, 33.74539 ], [ -84.418985, 33.745398 ], [ -84.417544, 33.745437 ], [ -84.417542, 33.74448 ], [ -84.416058, 33.744455 ], [ -84.415344, 33.744443 ], [ -84.414137, 33.744423 ], [ -84.413985, 33.744413 ], [ -84.414031, 33.744259 ], [ -84.414044, 33.74299 ], [ -84.414046, 33.742817 ], [ -84.414055, 33.741817 ], [ -84.413626, 33.741811 ], [ -84.413223, 33.741823 ], [ -84.411357, 33.741696 ], [ -84.411286, 33.74168 ], [ -84.411214, 33.741628 ], [ -84.411511, 33.741361 ], [ -84.411679, 33.741178 ], [ -84.411706, 33.741147 ], [ -84.411832, 33.740975 ], [ -84.4121, 33.740555 ], [ -84.412305, 33.740176 ], [ -84.412471, 33.739806 ], [ -84.412504, 33.739715 ], [ -84.412608, 33.739428 ], [ -84.412716, 33.739033 ], [ -84.412783, 33.738694 ], [ -84.412844, 33.73823 ], [ -84.412843, 33.737041 ], [ -84.412843, 33.735293 ], [ -84.412843, 33.734784 ], [ -84.412883, 33.734328 ], [ -84.412934, 33.733998 ], [ -84.412936, 33.733987 ], [ -84.413008, 33.733665 ], [ -84.413113, 33.733314 ], [ -84.413215, 33.733036 ], [ -84.413234, 33.732985 ], [ -84.413384, 33.732638 ], [ -84.413544, 33.732321 ], [ -84.413657, 33.732068 ], [ -84.413905, 33.731746 ], [ -84.414102, 33.731489 ], [ -84.414132, 33.731617 ], [ -84.414289, 33.732391 ], [ -84.414177, 33.732402 ], [ -84.414125, 33.733426 ], [ -84.415394, 33.733426 ], [ -84.417725, 33.733427 ], [ -84.419071, 33.733402 ], [ -84.420485, 33.733381 ], [ -84.422924, 33.733387 ], [ -84.423425, 33.733369 ], [ -84.423385, 33.733495 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121004300", "name": "Census Tract 43, Fulton County, Georgia", "total_population_17": 3060, "white_alone_17": 428.0, "black_alone_17": 2262.0, "native_alone_17": 0.0, "asian_alone_17": 206.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 99.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 10.557, "pct_black_alone_change": -20.952, "pct_native_alone_change": -0.144, "pct_asian_alone_change": 6.515, "pct_hispanic_or_latino_change": 1.935, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7453619", "INTPTLON": "-084.4091076" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.417559, 33.746525 ], [ -84.417427, 33.746584 ], [ -84.417198, 33.746645 ], [ -84.417073, 33.746661 ], [ -84.415811, 33.746637 ], [ -84.415631, 33.746633 ], [ -84.415127, 33.746615 ], [ -84.414969, 33.746582 ], [ -84.414845, 33.746535 ], [ -84.414814, 33.746523 ], [ -84.414739, 33.746484 ], [ -84.41388, 33.746786 ], [ -84.41368, 33.746855 ], [ -84.413036, 33.747082 ], [ -84.412815, 33.747132 ], [ -84.412676, 33.747141 ], [ -84.412551, 33.74714 ], [ -84.411065, 33.747138 ], [ -84.410533, 33.747133 ], [ -84.410374, 33.747113 ], [ -84.410083, 33.747013 ], [ -84.409835, 33.746869 ], [ -84.409741, 33.7468 ], [ -84.409661, 33.746716 ], [ -84.409612, 33.746636 ], [ -84.409544, 33.746472 ], [ -84.409475, 33.746493 ], [ -84.409234, 33.746474 ], [ -84.409002, 33.746497 ], [ -84.408815, 33.746549 ], [ -84.408502, 33.746681 ], [ -84.408308, 33.746743 ], [ -84.408088, 33.74676 ], [ -84.407778, 33.746751 ], [ -84.407508, 33.746709 ], [ -84.407428, 33.746687 ], [ -84.407247, 33.746637 ], [ -84.407076, 33.746568 ], [ -84.40703, 33.74655 ], [ -84.406729, 33.746395 ], [ -84.406567, 33.746266 ], [ -84.40618, 33.746658 ], [ -84.405781, 33.747101 ], [ -84.405739, 33.747155 ], [ -84.405589, 33.747355 ], [ -84.405137, 33.74801 ], [ -84.40453, 33.748893 ], [ -84.403597, 33.748774 ], [ -84.403006, 33.748699 ], [ -84.40256, 33.748643 ], [ -84.402502, 33.748623 ], [ -84.402449, 33.748587 ], [ -84.402294, 33.748753 ], [ -84.401569, 33.748229 ], [ -84.401148, 33.747976 ], [ -84.40013, 33.747292 ], [ -84.400724, 33.746628 ], [ -84.400754, 33.746601 ], [ -84.4009, 33.74647 ], [ -84.40152, 33.745913 ], [ -84.401716, 33.745733 ], [ -84.402005, 33.745494 ], [ -84.402302, 33.745303 ], [ -84.402642, 33.745102 ], [ -84.403406, 33.744737 ], [ -84.403703, 33.74462 ], [ -84.404461, 33.744347 ], [ -84.40453, 33.744469 ], [ -84.404623, 33.744603 ], [ -84.404733, 33.744729 ], [ -84.405165, 33.744336 ], [ -84.405295, 33.744246 ], [ -84.405443, 33.744169 ], [ -84.40558, 33.744117 ], [ -84.407545, 33.743481 ], [ -84.408283, 33.743242 ], [ -84.408831, 33.743063 ], [ -84.409142, 33.742947 ], [ -84.409485, 33.742799 ], [ -84.409836, 33.742623 ], [ -84.410196, 33.742414 ], [ -84.410538, 33.742184 ], [ -84.410828, 33.74196 ], [ -84.411145, 33.741686 ], [ -84.411214, 33.741628 ], [ -84.411286, 33.74168 ], [ -84.411357, 33.741696 ], [ -84.413223, 33.741823 ], [ -84.413626, 33.741811 ], [ -84.414055, 33.741817 ], [ -84.414046, 33.742817 ], [ -84.414044, 33.74299 ], [ -84.414031, 33.744259 ], [ -84.413985, 33.744413 ], [ -84.414137, 33.744423 ], [ -84.415344, 33.744443 ], [ -84.416058, 33.744455 ], [ -84.417542, 33.74448 ], [ -84.417544, 33.745437 ], [ -84.417559, 33.746525 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121004400", "name": "Census Tract 44, Fulton County, Georgia", "total_population_17": 2516, "white_alone_17": 43.0, "black_alone_17": 2353.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 58.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 1.127, "pct_black_alone_change": -4.674, "pct_native_alone_change": -0.233, "pct_asian_alone_change": -0.175, "pct_hispanic_or_latino_change": 1.49, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7407585", "INTPTLON": "-084.4017770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.407242, 33.741598 ], [ -84.407204, 33.741906 ], [ -84.407165, 33.742065 ], [ -84.407112, 33.742228 ], [ -84.40705, 33.742383 ], [ -84.40696, 33.742535 ], [ -84.406858, 33.742706 ], [ -84.406718, 33.742891 ], [ -84.406545, 33.743076 ], [ -84.406391, 33.743233 ], [ -84.40614, 33.743468 ], [ -84.405729, 33.743807 ], [ -84.405641, 33.743886 ], [ -84.405591, 33.743917 ], [ -84.405498, 33.743964 ], [ -84.405345, 33.744028 ], [ -84.404461, 33.744347 ], [ -84.403703, 33.74462 ], [ -84.403406, 33.744737 ], [ -84.402642, 33.745102 ], [ -84.402302, 33.745303 ], [ -84.402005, 33.745494 ], [ -84.401716, 33.745733 ], [ -84.40152, 33.745913 ], [ -84.4009, 33.74647 ], [ -84.400754, 33.746601 ], [ -84.400724, 33.746628 ], [ -84.40013, 33.747292 ], [ -84.399997, 33.747202 ], [ -84.399942, 33.747165 ], [ -84.399834, 33.747113 ], [ -84.399712, 33.747093 ], [ -84.398158, 33.747059 ], [ -84.397922, 33.747088 ], [ -84.397929, 33.746524 ], [ -84.397942, 33.746123 ], [ -84.397977, 33.745877 ], [ -84.397983, 33.745837 ], [ -84.39806, 33.745271 ], [ -84.398072, 33.745128 ], [ -84.398093, 33.744988 ], [ -84.398094, 33.74495 ], [ -84.398117, 33.744777 ], [ -84.398156, 33.744438 ], [ -84.398183, 33.743251 ], [ -84.398191, 33.742901 ], [ -84.398207, 33.742217 ], [ -84.39821, 33.742083 ], [ -84.398232, 33.741975 ], [ -84.398259, 33.741847 ], [ -84.398291, 33.740757 ], [ -84.398315, 33.739528 ], [ -84.398312, 33.73812 ], [ -84.398318, 33.736934 ], [ -84.398337, 33.735623 ], [ -84.398343, 33.735 ], [ -84.398349, 33.73438 ], [ -84.399149, 33.734382 ], [ -84.39998, 33.734384 ], [ -84.39998, 33.734405 ], [ -84.400432, 33.734407 ], [ -84.400585, 33.734446 ], [ -84.400835, 33.734571 ], [ -84.401, 33.734544 ], [ -84.401288, 33.734498 ], [ -84.401655, 33.734917 ], [ -84.401751, 33.735026 ], [ -84.401918, 33.735218 ], [ -84.402321, 33.735619 ], [ -84.402347, 33.735645 ], [ -84.402838, 33.736069 ], [ -84.403232, 33.736371 ], [ -84.403274, 33.736409 ], [ -84.403763, 33.736791 ], [ -84.404551, 33.737406 ], [ -84.404849, 33.737639 ], [ -84.405505, 33.738173 ], [ -84.40556, 33.738218 ], [ -84.405769, 33.738409 ], [ -84.406011, 33.738666 ], [ -84.406148, 33.738834 ], [ -84.406302, 33.739023 ], [ -84.406498, 33.739372 ], [ -84.406723, 33.739861 ], [ -84.406984, 33.740432 ], [ -84.40717, 33.740941 ], [ -84.407205, 33.741168 ], [ -84.407226, 33.741368 ], [ -84.407242, 33.741598 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121004800", "name": "Census Tract 48, Fulton County, Georgia", "total_population_17": 1158, "white_alone_17": 221.0, "black_alone_17": 743.0, "native_alone_17": 0.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 46.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 15.994, "pct_black_alone_change": -30.972, "pct_native_alone_change": -0.133, "pct_asian_alone_change": 10.571, "pct_hispanic_or_latino_change": 2.863, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7443311", "INTPTLON": "-084.3839375" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.387771, 33.743114 ], [ -84.387768, 33.743297 ], [ -84.387765, 33.743531 ], [ -84.387757, 33.744026 ], [ -84.387752, 33.744247 ], [ -84.387752, 33.744457 ], [ -84.38775, 33.744605 ], [ -84.387744, 33.745001 ], [ -84.38774, 33.745222 ], [ -84.387724, 33.746347 ], [ -84.387721, 33.746554 ], [ -84.387715, 33.746709 ], [ -84.387708, 33.7469 ], [ -84.387206, 33.746932 ], [ -84.386941, 33.74693 ], [ -84.38621, 33.746924 ], [ -84.385057, 33.746913 ], [ -84.383841, 33.746903 ], [ -84.38268, 33.746891 ], [ -84.381521, 33.746881 ], [ -84.380713, 33.746873 ], [ -84.380448, 33.74687 ], [ -84.38046, 33.745615 ], [ -84.380473, 33.744004 ], [ -84.38045, 33.743972 ], [ -84.380424, 33.743961 ], [ -84.380107, 33.743953 ], [ -84.379685, 33.743959 ], [ -84.379332, 33.743964 ], [ -84.379343, 33.743887 ], [ -84.379343, 33.743805 ], [ -84.379355, 33.743759 ], [ -84.379358, 33.743428 ], [ -84.379361, 33.743235 ], [ -84.379365, 33.742804 ], [ -84.379369, 33.74247 ], [ -84.379355, 33.742408 ], [ -84.380492, 33.742422 ], [ -84.381537, 33.742435 ], [ -84.381535, 33.741626 ], [ -84.381537, 33.741544 ], [ -84.384039, 33.741567 ], [ -84.383997, 33.741995 ], [ -84.385671, 33.742009 ], [ -84.385941, 33.741989 ], [ -84.386283, 33.741938 ], [ -84.386652, 33.741895 ], [ -84.387532, 33.741892 ], [ -84.387789, 33.74188 ], [ -84.387771, 33.743114 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121004900", "name": "Census Tract 49, Fulton County, Georgia", "total_population_17": 2565, "white_alone_17": 1432.0, "black_alone_17": 862.0, "native_alone_17": 4.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 141.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 9.233, "pct_black_alone_change": -15.684, "pct_native_alone_change": -0.187, "pct_asian_alone_change": 0.413, "pct_hispanic_or_latino_change": 3.145, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7409122", "INTPTLON": "-084.3794478" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.387851, 33.737122 ], [ -84.387836, 33.737981 ], [ -84.387789, 33.74188 ], [ -84.387532, 33.741892 ], [ -84.386652, 33.741895 ], [ -84.386283, 33.741938 ], [ -84.385941, 33.741989 ], [ -84.385671, 33.742009 ], [ -84.383997, 33.741995 ], [ -84.384039, 33.741567 ], [ -84.381537, 33.741544 ], [ -84.381535, 33.741626 ], [ -84.381537, 33.742435 ], [ -84.380492, 33.742422 ], [ -84.379355, 33.742408 ], [ -84.379369, 33.74247 ], [ -84.379365, 33.742804 ], [ -84.379361, 33.743235 ], [ -84.379358, 33.743428 ], [ -84.379355, 33.743759 ], [ -84.379343, 33.743805 ], [ -84.379343, 33.743887 ], [ -84.379332, 33.743964 ], [ -84.379685, 33.743959 ], [ -84.380107, 33.743953 ], [ -84.380424, 33.743961 ], [ -84.38045, 33.743972 ], [ -84.380473, 33.744004 ], [ -84.38046, 33.745615 ], [ -84.380448, 33.74687 ], [ -84.379362, 33.74686 ], [ -84.378159, 33.746848 ], [ -84.37702, 33.746835 ], [ -84.376666, 33.74683 ], [ -84.376436, 33.746828 ], [ -84.375882, 33.746821 ], [ -84.375185, 33.746812 ], [ -84.374878, 33.746808 ], [ -84.373388, 33.746788 ], [ -84.373395, 33.745541 ], [ -84.373383, 33.744892 ], [ -84.373373, 33.744283 ], [ -84.373371, 33.743692 ], [ -84.373362, 33.743511 ], [ -84.373364, 33.743279 ], [ -84.373368, 33.743034 ], [ -84.373365, 33.742329 ], [ -84.373374, 33.742218 ], [ -84.373602, 33.741619 ], [ -84.373613, 33.741175 ], [ -84.373625, 33.739995 ], [ -84.373636, 33.738843 ], [ -84.37364, 33.737745 ], [ -84.373638, 33.736598 ], [ -84.375092, 33.736627 ], [ -84.376467, 33.736654 ], [ -84.377454, 33.736688 ], [ -84.378412, 33.736716 ], [ -84.379864, 33.736737 ], [ -84.38094, 33.736751 ], [ -84.381523, 33.736758 ], [ -84.382332, 33.736768 ], [ -84.384119, 33.736791 ], [ -84.384846, 33.7368 ], [ -84.385565, 33.736809 ], [ -84.386338, 33.736827 ], [ -84.386869, 33.736834 ], [ -84.387119, 33.736838 ], [ -84.387295, 33.73684 ], [ -84.38753, 33.736841 ], [ -84.387872, 33.736843 ], [ -84.387851, 33.737122 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121005000", "name": "Census Tract 50, Fulton County, Georgia", "total_population_17": 2013, "white_alone_17": 1405.0, "black_alone_17": 457.0, "native_alone_17": 2.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 67.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 10.088, "pct_black_alone_change": -5.096, "pct_native_alone_change": -0.682, "pct_asian_alone_change": 1.298, "pct_hispanic_or_latino_change": -6.979, "pct_native_hawaiian_pacific_islander_change": -0.052, "INTPTLAT": "+33.7420805", "INTPTLON": "-084.3650954" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.373374, 33.742218 ], [ -84.373365, 33.742329 ], [ -84.373368, 33.743034 ], [ -84.373364, 33.743279 ], [ -84.373362, 33.743511 ], [ -84.373371, 33.743692 ], [ -84.373373, 33.744283 ], [ -84.373383, 33.744892 ], [ -84.373395, 33.745541 ], [ -84.373388, 33.746788 ], [ -84.372527, 33.746774 ], [ -84.371381, 33.746755 ], [ -84.36968, 33.746728 ], [ -84.368105, 33.746705 ], [ -84.367424, 33.746708 ], [ -84.366716, 33.746699 ], [ -84.365701, 33.746686 ], [ -84.36522, 33.74668 ], [ -84.364674, 33.746673 ], [ -84.36375, 33.746662 ], [ -84.36309, 33.746654 ], [ -84.362274, 33.746643 ], [ -84.359087, 33.746604 ], [ -84.358302, 33.746594 ], [ -84.35818, 33.746592 ], [ -84.358209, 33.7461 ], [ -84.35824, 33.74528 ], [ -84.358214, 33.744898 ], [ -84.358203, 33.744106 ], [ -84.358209, 33.743853 ], [ -84.358217, 33.743614 ], [ -84.358222, 33.74347 ], [ -84.358223, 33.743454 ], [ -84.358215, 33.742928 ], [ -84.358197, 33.742164 ], [ -84.3582, 33.740278 ], [ -84.358264, 33.739805 ], [ -84.35827, 33.739763 ], [ -84.35831, 33.739481 ], [ -84.35865, 33.73833 ], [ -84.358945, 33.737405 ], [ -84.358988, 33.737268 ], [ -84.359275, 33.736495 ], [ -84.360181, 33.736528 ], [ -84.361062, 33.736539 ], [ -84.362834, 33.736558 ], [ -84.363965, 33.736576 ], [ -84.365013, 33.736751 ], [ -84.365211, 33.736772 ], [ -84.366689, 33.736798 ], [ -84.368202, 33.736823 ], [ -84.368196, 33.737151 ], [ -84.369623, 33.737163 ], [ -84.369854, 33.737128 ], [ -84.369824, 33.738584 ], [ -84.369803, 33.73982 ], [ -84.369782, 33.741054 ], [ -84.369773, 33.741569 ], [ -84.372021, 33.741606 ], [ -84.373602, 33.741619 ], [ -84.373374, 33.742218 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121005200", "name": "Census Tract 52, Fulton County, Georgia", "total_population_17": 5661, "white_alone_17": 3819.0, "black_alone_17": 1259.0, "native_alone_17": 10.0, "asian_alone_17": 186.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 352.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 18.627, "pct_black_alone_change": -21.931, "pct_native_alone_change": -0.37, "pct_asian_alone_change": 1.617, "pct_hispanic_or_latino_change": 1.642, "pct_native_hawaiian_pacific_islander_change": -0.058, "INTPTLAT": "+33.7355106", "INTPTLON": "-084.3544774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.363635, 33.728422 ], [ -84.363242, 33.728711 ], [ -84.363152, 33.728805 ], [ -84.362865, 33.72908 ], [ -84.362433, 33.72954 ], [ -84.361954, 33.730132 ], [ -84.361708, 33.73048 ], [ -84.361547, 33.730725 ], [ -84.361264, 33.731251 ], [ -84.361096, 33.731591 ], [ -84.360972, 33.731846 ], [ -84.360866, 33.732086 ], [ -84.360635, 33.732606 ], [ -84.360547, 33.732806 ], [ -84.36026, 33.733677 ], [ -84.359862, 33.734931 ], [ -84.359766, 33.735187 ], [ -84.359275, 33.736495 ], [ -84.358988, 33.737268 ], [ -84.358945, 33.737405 ], [ -84.35865, 33.73833 ], [ -84.35831, 33.739481 ], [ -84.35827, 33.739763 ], [ -84.358264, 33.739805 ], [ -84.3582, 33.740278 ], [ -84.358197, 33.742164 ], [ -84.358215, 33.742928 ], [ -84.358223, 33.743454 ], [ -84.358222, 33.74347 ], [ -84.358217, 33.743614 ], [ -84.358209, 33.743853 ], [ -84.358203, 33.744106 ], [ -84.358214, 33.744898 ], [ -84.35824, 33.74528 ], [ -84.358209, 33.7461 ], [ -84.35818, 33.746592 ], [ -84.356765, 33.746574 ], [ -84.355645, 33.74656 ], [ -84.354364, 33.746545 ], [ -84.354101, 33.746573 ], [ -84.352725, 33.746867 ], [ -84.350714, 33.747297 ], [ -84.350412, 33.747361 ], [ -84.349197, 33.747621 ], [ -84.349202, 33.746796 ], [ -84.349203, 33.746782 ], [ -84.349204, 33.746603 ], [ -84.349204, 33.746557 ], [ -84.349205, 33.746337 ], [ -84.349206, 33.74618 ], [ -84.349206, 33.74614 ], [ -84.349206, 33.74608 ], [ -84.349207, 33.745868 ], [ -84.349214, 33.745666 ], [ -84.349215, 33.745631 ], [ -84.349218, 33.745531 ], [ -84.34921, 33.745328 ], [ -84.349211, 33.745193 ], [ -84.349212, 33.744902 ], [ -84.349213, 33.7448 ], [ -84.349214, 33.744505 ], [ -84.349214, 33.744422 ], [ -84.349214, 33.744313 ], [ -84.349214, 33.744218 ], [ -84.349215, 33.743995 ], [ -84.349216, 33.743653 ], [ -84.349216, 33.743582 ], [ -84.349216, 33.743444 ], [ -84.349216, 33.743309 ], [ -84.349217, 33.742766 ], [ -84.349219, 33.742086 ], [ -84.349227, 33.741357 ], [ -84.349241, 33.740356 ], [ -84.349242, 33.740275 ], [ -84.349249, 33.740183 ], [ -84.349247, 33.739939 ], [ -84.349252, 33.739398 ], [ -84.349253, 33.739117 ], [ -84.349252, 33.738436 ], [ -84.349254, 33.738021 ], [ -84.349255, 33.73775 ], [ -84.349256, 33.73751 ], [ -84.349258, 33.736965 ], [ -84.349267, 33.736925 ], [ -84.34926, 33.736685 ], [ -84.349265, 33.73601 ], [ -84.349269, 33.735825 ], [ -84.349273, 33.7356 ], [ -84.349284, 33.735036 ], [ -84.349302, 33.734106 ], [ -84.349312, 33.733011 ], [ -84.349315, 33.732831 ], [ -84.349322, 33.731879 ], [ -84.349336, 33.73008 ], [ -84.349346, 33.729085 ], [ -84.34936, 33.727574 ], [ -84.349376, 33.726369 ], [ -84.349396, 33.725312 ], [ -84.349434, 33.723992 ], [ -84.350861, 33.724395 ], [ -84.352123, 33.724746 ], [ -84.352451, 33.724853 ], [ -84.352586, 33.724918 ], [ -84.352708, 33.724999 ], [ -84.353028, 33.725302 ], [ -84.353792, 33.726045 ], [ -84.353875, 33.726105 ], [ -84.353971, 33.72615 ], [ -84.354097, 33.726182 ], [ -84.355853, 33.726427 ], [ -84.356145, 33.726468 ], [ -84.35696, 33.726581 ], [ -84.357164, 33.726609 ], [ -84.357226, 33.726618 ], [ -84.357897, 33.726712 ], [ -84.35839, 33.726781 ], [ -84.359537, 33.726941 ], [ -84.360674, 33.727099 ], [ -84.360747, 33.727109 ], [ -84.361117, 33.72716 ], [ -84.362018, 33.727284 ], [ -84.362453, 33.727347 ], [ -84.363217, 33.727458 ], [ -84.363295, 33.727497 ], [ -84.363352, 33.727556 ], [ -84.3638, 33.728289 ], [ -84.363635, 33.728422 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121005300", "name": "Census Tract 53, Fulton County, Georgia", "total_population_17": 3619, "white_alone_17": 2312.0, "black_alone_17": 897.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 160.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 22.149, "pct_black_alone_change": -27.911, "pct_native_alone_change": -0.484, "pct_asian_alone_change": -1.321, "pct_hispanic_or_latino_change": 1.413, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7321404", "INTPTLON": "-084.3708875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.379925, 33.731542 ], [ -84.379904, 33.732344 ], [ -84.379892, 33.733119 ], [ -84.379875, 33.734329 ], [ -84.379858, 33.735513 ], [ -84.379864, 33.736737 ], [ -84.378412, 33.736716 ], [ -84.377454, 33.736688 ], [ -84.376467, 33.736654 ], [ -84.375092, 33.736627 ], [ -84.373638, 33.736598 ], [ -84.37364, 33.737745 ], [ -84.373636, 33.738843 ], [ -84.373625, 33.739995 ], [ -84.373613, 33.741175 ], [ -84.373602, 33.741619 ], [ -84.372021, 33.741606 ], [ -84.369773, 33.741569 ], [ -84.369782, 33.741054 ], [ -84.369803, 33.73982 ], [ -84.369824, 33.738584 ], [ -84.369854, 33.737128 ], [ -84.369623, 33.737163 ], [ -84.368196, 33.737151 ], [ -84.368202, 33.736823 ], [ -84.366689, 33.736798 ], [ -84.365211, 33.736772 ], [ -84.365013, 33.736751 ], [ -84.363965, 33.736576 ], [ -84.362834, 33.736558 ], [ -84.361062, 33.736539 ], [ -84.360181, 33.736528 ], [ -84.359275, 33.736495 ], [ -84.359766, 33.735187 ], [ -84.359862, 33.734931 ], [ -84.36026, 33.733677 ], [ -84.360547, 33.732806 ], [ -84.360635, 33.732606 ], [ -84.360866, 33.732086 ], [ -84.360972, 33.731846 ], [ -84.361096, 33.731591 ], [ -84.361264, 33.731251 ], [ -84.361547, 33.730725 ], [ -84.361708, 33.73048 ], [ -84.361954, 33.730132 ], [ -84.362433, 33.72954 ], [ -84.362865, 33.72908 ], [ -84.363152, 33.728805 ], [ -84.363242, 33.728711 ], [ -84.363635, 33.728422 ], [ -84.3638, 33.728289 ], [ -84.364009, 33.728121 ], [ -84.364622, 33.727696 ], [ -84.364784, 33.727596 ], [ -84.36529, 33.727342 ], [ -84.365355, 33.727319 ], [ -84.36558, 33.727215 ], [ -84.36572, 33.72715 ], [ -84.36624, 33.726936 ], [ -84.366359, 33.726893 ], [ -84.366755, 33.726751 ], [ -84.367182, 33.726611 ], [ -84.367829, 33.726421 ], [ -84.367919, 33.726388 ], [ -84.368222, 33.726308 ], [ -84.368421, 33.726247 ], [ -84.369482, 33.72592 ], [ -84.370755, 33.72552 ], [ -84.371361, 33.72532 ], [ -84.372121, 33.725069 ], [ -84.373409, 33.724637 ], [ -84.373952, 33.724476 ], [ -84.374483, 33.724367 ], [ -84.37484, 33.724314 ], [ -84.375048, 33.724295 ], [ -84.375175, 33.724279 ], [ -84.375324, 33.724271 ], [ -84.37542, 33.724271 ], [ -84.375716, 33.724269 ], [ -84.376375, 33.724278 ], [ -84.376585, 33.724275 ], [ -84.377913, 33.724285 ], [ -84.378585, 33.724281 ], [ -84.378554, 33.726524 ], [ -84.378543, 33.72741 ], [ -84.37853, 33.728421 ], [ -84.378523, 33.729106 ], [ -84.378512, 33.730323 ], [ -84.379961, 33.730335 ], [ -84.379925, 33.731542 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121005501", "name": "Census Tract 55.01, Fulton County, Georgia", "total_population_17": 2298, "white_alone_17": 408.0, "black_alone_17": 1662.0, "native_alone_17": 8.0, "asian_alone_17": 73.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 131.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 16.024, "pct_black_alone_change": -22.44, "pct_native_alone_change": 0.095, "pct_asian_alone_change": 1.783, "pct_hispanic_or_latino_change": 4.012, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7298670", "INTPTLON": "-084.3837371" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.38807, 33.724398 ], [ -84.388063, 33.72501 ], [ -84.388058, 33.725469 ], [ -84.388032, 33.726565 ], [ -84.387987, 33.728026 ], [ -84.387966, 33.729428 ], [ -84.38795, 33.730397 ], [ -84.387933, 33.731748 ], [ -84.387929, 33.732658 ], [ -84.387927, 33.732948 ], [ -84.387924, 33.733163 ], [ -84.387909, 33.734188 ], [ -84.387905, 33.734428 ], [ -84.38789, 33.735606 ], [ -84.387872, 33.736843 ], [ -84.38753, 33.736841 ], [ -84.387295, 33.73684 ], [ -84.387119, 33.736838 ], [ -84.386869, 33.736834 ], [ -84.386338, 33.736827 ], [ -84.385565, 33.736809 ], [ -84.384846, 33.7368 ], [ -84.384119, 33.736791 ], [ -84.382332, 33.736768 ], [ -84.381523, 33.736758 ], [ -84.38094, 33.736751 ], [ -84.379864, 33.736737 ], [ -84.379858, 33.735513 ], [ -84.379875, 33.734329 ], [ -84.379892, 33.733119 ], [ -84.379904, 33.732344 ], [ -84.379925, 33.731542 ], [ -84.379961, 33.730335 ], [ -84.378512, 33.730323 ], [ -84.378523, 33.729106 ], [ -84.37853, 33.728421 ], [ -84.378543, 33.72741 ], [ -84.378554, 33.726524 ], [ -84.378585, 33.724281 ], [ -84.378917, 33.724279 ], [ -84.379766, 33.724283 ], [ -84.380946, 33.724288 ], [ -84.381513, 33.724263 ], [ -84.382014, 33.724218 ], [ -84.38214, 33.724199 ], [ -84.38226, 33.724187 ], [ -84.382463, 33.724147 ], [ -84.382695, 33.724092 ], [ -84.382947, 33.724025 ], [ -84.383579, 33.723837 ], [ -84.383647, 33.723817 ], [ -84.383783, 33.723768 ], [ -84.385053, 33.723209 ], [ -84.386865, 33.722298 ], [ -84.387802, 33.721868 ], [ -84.387916, 33.721839 ], [ -84.388062, 33.721829 ], [ -84.388058, 33.721889 ], [ -84.38807, 33.722792 ], [ -84.38807, 33.724398 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121005502", "name": "Census Tract 55.02, Fulton County, Georgia", "total_population_17": 2523, "white_alone_17": 112.0, "black_alone_17": 2403.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 0.94, "pct_black_alone_change": 4.276, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.814, "pct_hispanic_or_latino_change": -4.402, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7162175", "INTPTLON": "-084.3867651" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.393506, 33.709711 ], [ -84.393505, 33.70983 ], [ -84.393503, 33.710088 ], [ -84.393494, 33.71106 ], [ -84.393496, 33.711705 ], [ -84.393492, 33.712098 ], [ -84.393478, 33.713332 ], [ -84.393469, 33.714133 ], [ -84.393449, 33.715822 ], [ -84.393429, 33.717065 ], [ -84.393419, 33.71769 ], [ -84.393408, 33.718408 ], [ -84.393407, 33.718504 ], [ -84.393399, 33.719463 ], [ -84.393258, 33.719502 ], [ -84.392893, 33.719616 ], [ -84.392245, 33.719832 ], [ -84.391237, 33.720193 ], [ -84.390714, 33.72039 ], [ -84.390411, 33.72053 ], [ -84.390146, 33.720628 ], [ -84.388847, 33.72125 ], [ -84.388301, 33.721485 ], [ -84.388076, 33.721597 ], [ -84.388062, 33.721829 ], [ -84.387916, 33.721839 ], [ -84.387802, 33.721868 ], [ -84.386865, 33.722298 ], [ -84.385053, 33.723209 ], [ -84.383783, 33.723768 ], [ -84.383647, 33.723817 ], [ -84.383579, 33.723837 ], [ -84.382947, 33.724025 ], [ -84.382695, 33.724092 ], [ -84.382463, 33.724147 ], [ -84.38226, 33.724187 ], [ -84.38214, 33.724199 ], [ -84.382014, 33.724218 ], [ -84.381513, 33.724263 ], [ -84.380946, 33.724288 ], [ -84.379766, 33.724283 ], [ -84.378917, 33.724279 ], [ -84.378585, 33.724281 ], [ -84.378659, 33.722027 ], [ -84.378691, 33.721039 ], [ -84.378708, 33.720503 ], [ -84.378721, 33.720114 ], [ -84.378756, 33.719044 ], [ -84.37881, 33.717404 ], [ -84.378478, 33.716897 ], [ -84.379298, 33.717227 ], [ -84.379491, 33.717291 ], [ -84.379684, 33.717335 ], [ -84.37988, 33.717368 ], [ -84.380602, 33.71749 ], [ -84.380604, 33.717425 ], [ -84.380588, 33.717375 ], [ -84.379869, 33.716041 ], [ -84.379395, 33.714916 ], [ -84.38104, 33.714606 ], [ -84.38297, 33.714221 ], [ -84.382844, 33.713891 ], [ -84.382669, 33.713292 ], [ -84.383655, 33.71309 ], [ -84.385417, 33.712731 ], [ -84.386042, 33.712723 ], [ -84.387126, 33.712725 ], [ -84.388252, 33.712727 ], [ -84.388264, 33.711933 ], [ -84.388274, 33.71114 ], [ -84.388287, 33.710306 ], [ -84.388289, 33.710155 ], [ -84.388298, 33.709573 ], [ -84.388299, 33.709498 ], [ -84.388303, 33.7092 ], [ -84.388308, 33.708905 ], [ -84.387995, 33.708213 ], [ -84.387915, 33.70712 ], [ -84.388071, 33.706246 ], [ -84.388115, 33.706004 ], [ -84.388132, 33.705133 ], [ -84.388517, 33.70514 ], [ -84.388887, 33.705166 ], [ -84.389068, 33.705179 ], [ -84.389492, 33.70524 ], [ -84.389924, 33.705332 ], [ -84.390286, 33.70544 ], [ -84.390593, 33.705568 ], [ -84.390774, 33.705668 ], [ -84.390807, 33.705687 ], [ -84.391006, 33.705824 ], [ -84.391186, 33.705978 ], [ -84.391372, 33.706175 ], [ -84.391792, 33.706704 ], [ -84.392573, 33.707951 ], [ -84.392713, 33.708138 ], [ -84.392774, 33.708205 ], [ -84.393089, 33.708552 ], [ -84.393098, 33.70856 ], [ -84.3932, 33.708651 ], [ -84.393369, 33.708721 ], [ -84.393515, 33.708753 ], [ -84.393506, 33.709711 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121005700", "name": "Census Tract 57, Fulton County, Georgia", "total_population_17": 1708, "white_alone_17": 33.0, "black_alone_17": 1596.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 29.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 1.425, "pct_black_alone_change": -2.867, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.661, "pct_hispanic_or_latino_change": 0.54, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7319561", "INTPTLON": "-084.4032660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.408184, 33.738199 ], [ -84.406835, 33.738198 ], [ -84.405505, 33.738173 ], [ -84.404849, 33.737639 ], [ -84.404551, 33.737406 ], [ -84.403763, 33.736791 ], [ -84.403274, 33.736409 ], [ -84.403232, 33.736371 ], [ -84.402838, 33.736069 ], [ -84.402347, 33.735645 ], [ -84.402321, 33.735619 ], [ -84.401918, 33.735218 ], [ -84.401751, 33.735026 ], [ -84.401655, 33.734917 ], [ -84.401288, 33.734498 ], [ -84.400485, 33.733582 ], [ -84.398555, 33.731379 ], [ -84.397442, 33.730057 ], [ -84.396485, 33.728972 ], [ -84.396209, 33.728699 ], [ -84.395185, 33.727646 ], [ -84.394667, 33.727164 ], [ -84.394397, 33.726916 ], [ -84.394404, 33.726575 ], [ -84.394409, 33.726331 ], [ -84.395826, 33.726338 ], [ -84.395825, 33.726566 ], [ -84.396188, 33.726568 ], [ -84.396711, 33.726571 ], [ -84.397558, 33.726577 ], [ -84.397897, 33.726577 ], [ -84.397995, 33.726577 ], [ -84.398417, 33.726576 ], [ -84.398413, 33.726887 ], [ -84.398453, 33.726893 ], [ -84.399232, 33.726886 ], [ -84.399217, 33.727699 ], [ -84.39921, 33.728095 ], [ -84.399214, 33.729303 ], [ -84.400004, 33.729308 ], [ -84.400791, 33.729313 ], [ -84.401616, 33.729311 ], [ -84.402403, 33.72931 ], [ -84.403182, 33.729309 ], [ -84.403181, 33.728108 ], [ -84.403997, 33.728114 ], [ -84.40483, 33.72812 ], [ -84.405975, 33.728128 ], [ -84.406969, 33.728135 ], [ -84.407972, 33.728143 ], [ -84.40798, 33.728401 ], [ -84.408007, 33.729345 ], [ -84.408017, 33.729664 ], [ -84.408049, 33.730555 ], [ -84.408068, 33.731163 ], [ -84.408092, 33.731936 ], [ -84.408101, 33.732845 ], [ -84.40811, 33.733639 ], [ -84.408116, 33.734415 ], [ -84.408133, 33.736072 ], [ -84.40814, 33.736923 ], [ -84.408155, 33.737895 ], [ -84.408172, 33.738073 ], [ -84.408184, 33.738199 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121005800", "name": "Census Tract 58, Fulton County, Georgia", "total_population_17": 1924, "white_alone_17": 313.0, "black_alone_17": 1504.0, "native_alone_17": 0.0, "asian_alone_17": 44.0, "native_hawaiian_pacific_islander_17": 2.0, "hispanic_or_latino_17": 15.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 9.138, "pct_black_alone_change": 4.672, "pct_native_alone_change": -0.493, "pct_asian_alone_change": -14.798, "pct_hispanic_or_latino_change": -0.969, "pct_native_hawaiian_pacific_islander_change": 0.104, "INTPTLAT": "+33.7318610", "INTPTLON": "-084.4105985" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.416873, 33.728019 ], [ -84.415853, 33.729327 ], [ -84.414985, 33.730439 ], [ -84.414376, 33.731134 ], [ -84.414102, 33.731489 ], [ -84.413905, 33.731746 ], [ -84.413657, 33.732068 ], [ -84.413544, 33.732321 ], [ -84.413384, 33.732638 ], [ -84.413234, 33.732985 ], [ -84.413215, 33.733036 ], [ -84.413113, 33.733314 ], [ -84.413008, 33.733665 ], [ -84.412936, 33.733987 ], [ -84.412934, 33.733998 ], [ -84.412883, 33.734328 ], [ -84.412843, 33.734784 ], [ -84.412843, 33.735293 ], [ -84.412843, 33.737041 ], [ -84.412844, 33.73823 ], [ -84.412783, 33.738694 ], [ -84.412716, 33.739033 ], [ -84.412608, 33.739428 ], [ -84.412504, 33.739715 ], [ -84.412471, 33.739806 ], [ -84.412305, 33.740176 ], [ -84.4121, 33.740555 ], [ -84.411832, 33.740975 ], [ -84.411706, 33.741147 ], [ -84.411679, 33.741178 ], [ -84.411511, 33.741361 ], [ -84.411214, 33.741628 ], [ -84.411145, 33.741686 ], [ -84.410828, 33.74196 ], [ -84.410538, 33.742184 ], [ -84.410196, 33.742414 ], [ -84.409836, 33.742623 ], [ -84.409485, 33.742799 ], [ -84.409142, 33.742947 ], [ -84.408831, 33.743063 ], [ -84.408283, 33.743242 ], [ -84.407545, 33.743481 ], [ -84.40558, 33.744117 ], [ -84.405443, 33.744169 ], [ -84.405295, 33.744246 ], [ -84.405165, 33.744336 ], [ -84.404733, 33.744729 ], [ -84.404623, 33.744603 ], [ -84.40453, 33.744469 ], [ -84.404461, 33.744347 ], [ -84.405345, 33.744028 ], [ -84.405498, 33.743964 ], [ -84.405591, 33.743917 ], [ -84.405641, 33.743886 ], [ -84.405729, 33.743807 ], [ -84.40614, 33.743468 ], [ -84.406391, 33.743233 ], [ -84.406545, 33.743076 ], [ -84.406718, 33.742891 ], [ -84.406858, 33.742706 ], [ -84.40696, 33.742535 ], [ -84.40705, 33.742383 ], [ -84.407112, 33.742228 ], [ -84.407165, 33.742065 ], [ -84.407204, 33.741906 ], [ -84.407242, 33.741598 ], [ -84.407226, 33.741368 ], [ -84.407205, 33.741168 ], [ -84.40717, 33.740941 ], [ -84.406984, 33.740432 ], [ -84.406723, 33.739861 ], [ -84.406498, 33.739372 ], [ -84.406302, 33.739023 ], [ -84.406148, 33.738834 ], [ -84.406011, 33.738666 ], [ -84.405769, 33.738409 ], [ -84.40556, 33.738218 ], [ -84.405505, 33.738173 ], [ -84.406835, 33.738198 ], [ -84.408184, 33.738199 ], [ -84.408172, 33.738073 ], [ -84.408155, 33.737895 ], [ -84.40814, 33.736923 ], [ -84.408133, 33.736072 ], [ -84.408116, 33.734415 ], [ -84.40811, 33.733639 ], [ -84.408101, 33.732845 ], [ -84.408092, 33.731936 ], [ -84.408068, 33.731163 ], [ -84.408049, 33.730555 ], [ -84.408017, 33.729664 ], [ -84.408007, 33.729345 ], [ -84.40798, 33.728401 ], [ -84.407972, 33.728143 ], [ -84.407945, 33.727163 ], [ -84.407919, 33.725927 ], [ -84.407914, 33.725739 ], [ -84.407889, 33.724697 ], [ -84.407873, 33.723456 ], [ -84.407857, 33.722179 ], [ -84.407858, 33.720433 ], [ -84.408462, 33.720509 ], [ -84.408797, 33.720568 ], [ -84.409292, 33.720696 ], [ -84.409316, 33.7207 ], [ -84.409515, 33.720808 ], [ -84.410259, 33.721149 ], [ -84.41067, 33.721344 ], [ -84.410884, 33.721464 ], [ -84.411035, 33.721556 ], [ -84.411163, 33.721655 ], [ -84.411251, 33.72174 ], [ -84.411323, 33.72182 ], [ -84.411552, 33.722138 ], [ -84.411717, 33.722368 ], [ -84.412359, 33.723593 ], [ -84.412423, 33.723706 ], [ -84.412896, 33.724546 ], [ -84.413417, 33.725402 ], [ -84.413507, 33.725513 ], [ -84.413552, 33.725568 ], [ -84.413598, 33.725624 ], [ -84.413687, 33.725734 ], [ -84.414083, 33.726113 ], [ -84.414327, 33.726357 ], [ -84.414475, 33.726493 ], [ -84.41473, 33.726697 ], [ -84.415115, 33.726935 ], [ -84.415179, 33.726975 ], [ -84.416052, 33.727463 ], [ -84.41652, 33.727713 ], [ -84.416546, 33.727727 ], [ -84.416611, 33.727765 ], [ -84.41667, 33.727799 ], [ -84.416816, 33.727895 ], [ -84.416923, 33.727961 ], [ -84.416873, 33.728019 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006000", "name": "Census Tract 60, Fulton County, Georgia", "total_population_17": 3643, "white_alone_17": 98.0, "black_alone_17": 3294.0, "native_alone_17": 7.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 214.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 1.376, "pct_black_alone_change": -7.047, "pct_native_alone_change": 0.051, "pct_asian_alone_change": 0.201, "pct_hispanic_or_latino_change": 5.194, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7379429", "INTPTLON": "-084.4390350" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.447351, 33.734543 ], [ -84.447199, 33.73539 ], [ -84.447041, 33.736303 ], [ -84.446872, 33.737335 ], [ -84.44666, 33.738669 ], [ -84.446605, 33.738799 ], [ -84.446599, 33.739165 ], [ -84.44652, 33.744052 ], [ -84.440437, 33.744006 ], [ -84.440342, 33.745889 ], [ -84.439524, 33.74506 ], [ -84.438892, 33.744418 ], [ -84.438135, 33.74365 ], [ -84.43775, 33.743265 ], [ -84.437418, 33.742997 ], [ -84.437277, 33.742888 ], [ -84.436601, 33.742288 ], [ -84.435073, 33.740956 ], [ -84.434454, 33.740421 ], [ -84.434331, 33.740297 ], [ -84.434193, 33.740104 ], [ -84.434057, 33.739851 ], [ -84.434025, 33.73976 ], [ -84.43399, 33.739681 ], [ -84.433951, 33.73951 ], [ -84.433885, 33.73931 ], [ -84.433734, 33.739093 ], [ -84.433653, 33.739052 ], [ -84.433569, 33.739033 ], [ -84.433139, 33.739031 ], [ -84.433074, 33.73897 ], [ -84.432348, 33.738442 ], [ -84.431941, 33.73805 ], [ -84.431696, 33.737673 ], [ -84.431315, 33.736876 ], [ -84.431028, 33.736544 ], [ -84.426767, 33.733801 ], [ -84.425903, 33.733366 ], [ -84.424607, 33.732956 ], [ -84.424195, 33.732755 ], [ -84.424004, 33.73263 ], [ -84.424303, 33.732278 ], [ -84.424773, 33.731725 ], [ -84.427072, 33.733129 ], [ -84.427142, 33.733173 ], [ -84.429376, 33.73322 ], [ -84.430484, 33.733243 ], [ -84.431645, 33.733268 ], [ -84.433896, 33.733316 ], [ -84.435412, 33.733348 ], [ -84.436197, 33.733364 ], [ -84.437346, 33.733391 ], [ -84.437689, 33.733439 ], [ -84.438372, 33.733606 ], [ -84.438636, 33.733643 ], [ -84.438937, 33.73365 ], [ -84.440523, 33.733669 ], [ -84.441401, 33.733673 ], [ -84.443831, 33.733682 ], [ -84.444827, 33.733685 ], [ -84.445118, 33.733687 ], [ -84.447497, 33.733697 ], [ -84.447351, 33.734543 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006100", "name": "Census Tract 61, Fulton County, Georgia", "total_population_17": 3758, "white_alone_17": 41.0, "black_alone_17": 3650.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 15.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.527, "pct_black_alone_change": -0.377, "pct_native_alone_change": -0.162, "pct_asian_alone_change": -0.092, "pct_hispanic_or_latino_change": -0.086, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7277552", "INTPTLON": "-084.4370324" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.450421, 33.723514 ], [ -84.450193, 33.724244 ], [ -84.450107, 33.724519 ], [ -84.449993, 33.724793 ], [ -84.449856, 33.725046 ], [ -84.449778, 33.725157 ], [ -84.449642, 33.725292 ], [ -84.449494, 33.725395 ], [ -84.449143, 33.725553 ], [ -84.448472, 33.725794 ], [ -84.448213, 33.725901 ], [ -84.44752, 33.726145 ], [ -84.447169, 33.726296 ], [ -84.446534, 33.726514 ], [ -84.446316, 33.726567 ], [ -84.44612, 33.7266 ], [ -84.445418, 33.726671 ], [ -84.445262, 33.726671 ], [ -84.445111, 33.726642 ], [ -84.444926, 33.726766 ], [ -84.443906, 33.727447 ], [ -84.443535, 33.727697 ], [ -84.44365, 33.727778 ], [ -84.446091, 33.728985 ], [ -84.446277, 33.729068 ], [ -84.446354, 33.729144 ], [ -84.446389, 33.729294 ], [ -84.446358, 33.730836 ], [ -84.446345, 33.730868 ], [ -84.446293, 33.73089 ], [ -84.445125, 33.730886 ], [ -84.445123, 33.73147 ], [ -84.445121, 33.732596 ], [ -84.445118, 33.733687 ], [ -84.444827, 33.733685 ], [ -84.443831, 33.733682 ], [ -84.441401, 33.733673 ], [ -84.440523, 33.733669 ], [ -84.438937, 33.73365 ], [ -84.438636, 33.733643 ], [ -84.438372, 33.733606 ], [ -84.437689, 33.733439 ], [ -84.437346, 33.733391 ], [ -84.436197, 33.733364 ], [ -84.435412, 33.733348 ], [ -84.433896, 33.733316 ], [ -84.431645, 33.733268 ], [ -84.430484, 33.733243 ], [ -84.429376, 33.73322 ], [ -84.427142, 33.733173 ], [ -84.427072, 33.733129 ], [ -84.424773, 33.731725 ], [ -84.425401, 33.730986 ], [ -84.425639, 33.730714 ], [ -84.427217, 33.730722 ], [ -84.427237, 33.729667 ], [ -84.427255, 33.728707 ], [ -84.427266, 33.728103 ], [ -84.427281, 33.727283 ], [ -84.427297, 33.72644 ], [ -84.427305, 33.726052 ], [ -84.42733, 33.725861 ], [ -84.427361, 33.725639 ], [ -84.427368, 33.725373 ], [ -84.427394, 33.724035 ], [ -84.427427, 33.722258 ], [ -84.428639, 33.722296 ], [ -84.430727, 33.722356 ], [ -84.430813, 33.722358 ], [ -84.432525, 33.722403 ], [ -84.434148, 33.722433 ], [ -84.435531, 33.722458 ], [ -84.436417, 33.722473 ], [ -84.436536, 33.722475 ], [ -84.437619, 33.722488 ], [ -84.437794, 33.722489 ], [ -84.438754, 33.722497 ], [ -84.439909, 33.722503 ], [ -84.441213, 33.722509 ], [ -84.442172, 33.722513 ], [ -84.442362, 33.722514 ], [ -84.443164, 33.722517 ], [ -84.443567, 33.722519 ], [ -84.444679, 33.722524 ], [ -84.444785, 33.722524 ], [ -84.446769, 33.722533 ], [ -84.44833, 33.72254 ], [ -84.4489, 33.722545 ], [ -84.449173, 33.722558 ], [ -84.449362, 33.722593 ], [ -84.449566, 33.722664 ], [ -84.449762, 33.722775 ], [ -84.449862, 33.722855 ], [ -84.450248, 33.723214 ], [ -84.450315, 33.723283 ], [ -84.450414, 33.723474 ], [ -84.450421, 33.723514 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006200", "name": "Census Tract 62, Fulton County, Georgia", "total_population_17": 1664, "white_alone_17": 88.0, "black_alone_17": 1482.0, "native_alone_17": 8.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 23.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 3.677, "pct_black_alone_change": -8.708, "pct_native_alone_change": 0.481, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": 0.824, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7284830", "INTPTLON": "-084.4217305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.427394, 33.724035 ], [ -84.427368, 33.725373 ], [ -84.427361, 33.725639 ], [ -84.42733, 33.725861 ], [ -84.427305, 33.726052 ], [ -84.427297, 33.72644 ], [ -84.427281, 33.727283 ], [ -84.427266, 33.728103 ], [ -84.427255, 33.728707 ], [ -84.427237, 33.729667 ], [ -84.427217, 33.730722 ], [ -84.425639, 33.730714 ], [ -84.425401, 33.730986 ], [ -84.424773, 33.731725 ], [ -84.424303, 33.732278 ], [ -84.424004, 33.73263 ], [ -84.423547, 33.733168 ], [ -84.423478, 33.733265 ], [ -84.423425, 33.733369 ], [ -84.422924, 33.733387 ], [ -84.420485, 33.733381 ], [ -84.419071, 33.733402 ], [ -84.417725, 33.733427 ], [ -84.415394, 33.733426 ], [ -84.414125, 33.733426 ], [ -84.414177, 33.732402 ], [ -84.414289, 33.732391 ], [ -84.414132, 33.731617 ], [ -84.414102, 33.731489 ], [ -84.414376, 33.731134 ], [ -84.414985, 33.730439 ], [ -84.415853, 33.729327 ], [ -84.416873, 33.728019 ], [ -84.416923, 33.727961 ], [ -84.417502, 33.727288 ], [ -84.418293, 33.726554 ], [ -84.418502, 33.726374 ], [ -84.419205, 33.725754 ], [ -84.420147, 33.724923 ], [ -84.421109, 33.724073 ], [ -84.421379, 33.723834 ], [ -84.422258, 33.72306 ], [ -84.422704, 33.72263 ], [ -84.42301, 33.722275 ], [ -84.425285, 33.722265 ], [ -84.425379, 33.722264 ], [ -84.427427, 33.722258 ], [ -84.427394, 33.724035 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006300", "name": "Census Tract 63, Fulton County, Georgia", "total_population_17": 1384, "white_alone_17": 94.0, "black_alone_17": 1277.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 5.887, "pct_black_alone_change": -4.378, "pct_native_alone_change": -0.319, "pct_asian_alone_change": 0.141, "pct_hispanic_or_latino_change": -1.33, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7237613", "INTPTLON": "-084.3997049" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.407972, 33.728143 ], [ -84.406969, 33.728135 ], [ -84.405975, 33.728128 ], [ -84.40483, 33.72812 ], [ -84.403997, 33.728114 ], [ -84.403181, 33.728108 ], [ -84.403182, 33.729309 ], [ -84.402403, 33.72931 ], [ -84.401616, 33.729311 ], [ -84.400791, 33.729313 ], [ -84.400004, 33.729308 ], [ -84.399214, 33.729303 ], [ -84.39921, 33.728095 ], [ -84.399217, 33.727699 ], [ -84.399232, 33.726886 ], [ -84.398453, 33.726893 ], [ -84.398413, 33.726887 ], [ -84.398417, 33.726576 ], [ -84.397995, 33.726577 ], [ -84.397897, 33.726577 ], [ -84.397558, 33.726577 ], [ -84.396711, 33.726571 ], [ -84.396188, 33.726568 ], [ -84.395825, 33.726566 ], [ -84.395826, 33.726338 ], [ -84.394409, 33.726331 ], [ -84.394404, 33.726575 ], [ -84.394275, 33.726496 ], [ -84.393858, 33.726184 ], [ -84.393818, 33.726147 ], [ -84.393547, 33.725895 ], [ -84.393228, 33.725599 ], [ -84.391644, 33.724216 ], [ -84.391623, 33.724201 ], [ -84.390682, 33.723371 ], [ -84.390181, 33.722915 ], [ -84.38951, 33.722386 ], [ -84.388929, 33.722066 ], [ -84.388453, 33.721911 ], [ -84.388315, 33.721883 ], [ -84.388062, 33.721829 ], [ -84.388076, 33.721597 ], [ -84.388301, 33.721485 ], [ -84.388847, 33.72125 ], [ -84.390146, 33.720628 ], [ -84.390411, 33.72053 ], [ -84.390714, 33.72039 ], [ -84.391237, 33.720193 ], [ -84.392245, 33.719832 ], [ -84.392893, 33.719616 ], [ -84.393258, 33.719502 ], [ -84.393399, 33.719463 ], [ -84.393503, 33.719434 ], [ -84.393722, 33.719397 ], [ -84.393951, 33.719352 ], [ -84.39416, 33.719339 ], [ -84.394765, 33.719325 ], [ -84.395014, 33.719339 ], [ -84.395151, 33.71934 ], [ -84.395988, 33.719471 ], [ -84.396301, 33.719557 ], [ -84.396382, 33.719579 ], [ -84.396488, 33.719608 ], [ -84.396781, 33.719688 ], [ -84.397039, 33.719759 ], [ -84.397967, 33.719973 ], [ -84.398388, 33.72005 ], [ -84.398785, 33.7201 ], [ -84.399806, 33.720155 ], [ -84.40082, 33.720187 ], [ -84.401909, 33.720234 ], [ -84.402812, 33.720263 ], [ -84.404188, 33.7203 ], [ -84.405028, 33.720328 ], [ -84.406037, 33.720355 ], [ -84.406261, 33.720361 ], [ -84.407157, 33.720391 ], [ -84.407858, 33.720433 ], [ -84.407857, 33.722179 ], [ -84.407873, 33.723456 ], [ -84.407889, 33.724697 ], [ -84.407914, 33.725739 ], [ -84.407919, 33.725927 ], [ -84.407945, 33.727163 ], [ -84.407972, 33.728143 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006400", "name": "Census Tract 64, Fulton County, Georgia", "total_population_17": 1075, "white_alone_17": 238.0, "black_alone_17": 522.0, "native_alone_17": 57.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 308.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 16.756, "pct_black_alone_change": -18.972, "pct_native_alone_change": 4.932, "pct_asian_alone_change": -2.86, "pct_hispanic_or_latino_change": 5.098, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7188154", "INTPTLON": "-084.3735791" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.379684, 33.717335 ], [ -84.379491, 33.717291 ], [ -84.379298, 33.717227 ], [ -84.378478, 33.716897 ], [ -84.37881, 33.717404 ], [ -84.378756, 33.719044 ], [ -84.378721, 33.720114 ], [ -84.378708, 33.720503 ], [ -84.378691, 33.721039 ], [ -84.378659, 33.722027 ], [ -84.378585, 33.724281 ], [ -84.377913, 33.724285 ], [ -84.376585, 33.724275 ], [ -84.376375, 33.724278 ], [ -84.375716, 33.724269 ], [ -84.37542, 33.724271 ], [ -84.375324, 33.724271 ], [ -84.375175, 33.724279 ], [ -84.375048, 33.724295 ], [ -84.37484, 33.724314 ], [ -84.374483, 33.724367 ], [ -84.373952, 33.724476 ], [ -84.373409, 33.724637 ], [ -84.372121, 33.725069 ], [ -84.371361, 33.72532 ], [ -84.370755, 33.72552 ], [ -84.369482, 33.72592 ], [ -84.368421, 33.726247 ], [ -84.368427, 33.725804 ], [ -84.368444, 33.724661 ], [ -84.368461, 33.723406 ], [ -84.368471, 33.722611 ], [ -84.36848, 33.721899 ], [ -84.368507, 33.719996 ], [ -84.36853, 33.718296 ], [ -84.368547, 33.71711 ], [ -84.368558, 33.716321 ], [ -84.368564, 33.715875 ], [ -84.368575, 33.715082 ], [ -84.368581, 33.714637 ], [ -84.368591, 33.713894 ], [ -84.368609, 33.713817 ], [ -84.368803, 33.713837 ], [ -84.370054, 33.713838 ], [ -84.372173, 33.71384 ], [ -84.372367, 33.713841 ], [ -84.373202, 33.713849 ], [ -84.373428, 33.713892 ], [ -84.373639, 33.713971 ], [ -84.373685, 33.713868 ], [ -84.373702, 33.713762 ], [ -84.37373, 33.711859 ], [ -84.373753, 33.710296 ], [ -84.373781, 33.70995 ], [ -84.374533, 33.710216 ], [ -84.375032, 33.710428 ], [ -84.375366, 33.71063 ], [ -84.375847, 33.710983 ], [ -84.376222, 33.711327 ], [ -84.376426, 33.711566 ], [ -84.376607, 33.711778 ], [ -84.376821, 33.712167 ], [ -84.377139, 33.712816 ], [ -84.377228, 33.712997 ], [ -84.377689, 33.713961 ], [ -84.378124, 33.714842 ], [ -84.378394, 33.715346 ], [ -84.378539, 33.7156 ], [ -84.378628, 33.715741 ], [ -84.379068, 33.716326 ], [ -84.379208, 33.716506 ], [ -84.379458, 33.716811 ], [ -84.37988, 33.717368 ], [ -84.379684, 33.717335 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006500", "name": "Census Tract 65, Fulton County, Georgia", "total_population_17": 4726, "white_alone_17": 707.0, "black_alone_17": 3651.0, "native_alone_17": 8.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 101.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 7.9, "pct_black_alone_change": -14.275, "pct_native_alone_change": -0.173, "pct_asian_alone_change": -0.064, "pct_hispanic_or_latino_change": 1.281, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7141002", "INTPTLON": "-084.4101260" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.418226, 33.704928 ], [ -84.418225, 33.705005 ], [ -84.418215, 33.705938 ], [ -84.418206, 33.706861 ], [ -84.418199, 33.707798 ], [ -84.418189, 33.709182 ], [ -84.418177, 33.710129 ], [ -84.418162, 33.71114 ], [ -84.418156, 33.71209 ], [ -84.418149, 33.712758 ], [ -84.418138, 33.713865 ], [ -84.418137, 33.714258 ], [ -84.418137, 33.714348 ], [ -84.418121, 33.716247 ], [ -84.418104, 33.717013 ], [ -84.418075, 33.718309 ], [ -84.418066, 33.719296 ], [ -84.418062, 33.719566 ], [ -84.418038, 33.721203 ], [ -84.418018, 33.722198 ], [ -84.417985, 33.723592 ], [ -84.417971, 33.724187 ], [ -84.417964, 33.724452 ], [ -84.417972, 33.726286 ], [ -84.417972, 33.726308 ], [ -84.417611, 33.726613 ], [ -84.417064, 33.727114 ], [ -84.416879, 33.727332 ], [ -84.416546, 33.727727 ], [ -84.41652, 33.727713 ], [ -84.416052, 33.727463 ], [ -84.415179, 33.726975 ], [ -84.415115, 33.726935 ], [ -84.41473, 33.726697 ], [ -84.414475, 33.726493 ], [ -84.414327, 33.726357 ], [ -84.414083, 33.726113 ], [ -84.413687, 33.725734 ], [ -84.413598, 33.725624 ], [ -84.413552, 33.725568 ], [ -84.413507, 33.725513 ], [ -84.413417, 33.725402 ], [ -84.412896, 33.724546 ], [ -84.412423, 33.723706 ], [ -84.412359, 33.723593 ], [ -84.411717, 33.722368 ], [ -84.411552, 33.722138 ], [ -84.411323, 33.72182 ], [ -84.411251, 33.72174 ], [ -84.411163, 33.721655 ], [ -84.411035, 33.721556 ], [ -84.410884, 33.721464 ], [ -84.41067, 33.721344 ], [ -84.410259, 33.721149 ], [ -84.409515, 33.720808 ], [ -84.409316, 33.7207 ], [ -84.409292, 33.720696 ], [ -84.408797, 33.720568 ], [ -84.408462, 33.720509 ], [ -84.407858, 33.720433 ], [ -84.407157, 33.720391 ], [ -84.406261, 33.720361 ], [ -84.406037, 33.720355 ], [ -84.405028, 33.720328 ], [ -84.404188, 33.7203 ], [ -84.402812, 33.720263 ], [ -84.401909, 33.720234 ], [ -84.40082, 33.720187 ], [ -84.399806, 33.720155 ], [ -84.398785, 33.7201 ], [ -84.398388, 33.72005 ], [ -84.397967, 33.719973 ], [ -84.397039, 33.719759 ], [ -84.396781, 33.719688 ], [ -84.396488, 33.719608 ], [ -84.396988, 33.718945 ], [ -84.397158, 33.718731 ], [ -84.397857, 33.717495 ], [ -84.398112, 33.716823 ], [ -84.398443, 33.715954 ], [ -84.398502, 33.715798 ], [ -84.398705, 33.715219 ], [ -84.39888, 33.714844 ], [ -84.398967, 33.714695 ], [ -84.399045, 33.714562 ], [ -84.399331, 33.714174 ], [ -84.399625, 33.713789 ], [ -84.400827, 33.712383 ], [ -84.401098, 33.71201 ], [ -84.401241, 33.711709 ], [ -84.401416, 33.711321 ], [ -84.401639, 33.710826 ], [ -84.401788, 33.710425 ], [ -84.401971, 33.709938 ], [ -84.402947, 33.707334 ], [ -84.403051, 33.707088 ], [ -84.403144, 33.706804 ], [ -84.403239, 33.706514 ], [ -84.403431, 33.705823 ], [ -84.403538, 33.705235 ], [ -84.40368, 33.704695 ], [ -84.403726, 33.704365 ], [ -84.403758, 33.704135 ], [ -84.404032, 33.704347 ], [ -84.40509, 33.705173 ], [ -84.406007, 33.706095 ], [ -84.406172, 33.70626 ], [ -84.40619, 33.707258 ], [ -84.406751, 33.707261 ], [ -84.408014, 33.707269 ], [ -84.408038, 33.705373 ], [ -84.408064, 33.705382 ], [ -84.408489, 33.70561 ], [ -84.408791, 33.705846 ], [ -84.409064, 33.70571 ], [ -84.409169, 33.705691 ], [ -84.409276, 33.705698 ], [ -84.409488, 33.705733 ], [ -84.409592, 33.705755 ], [ -84.4097, 33.705759 ], [ -84.409799, 33.705726 ], [ -84.409893, 33.705681 ], [ -84.409976, 33.705624 ], [ -84.410598, 33.705301 ], [ -84.410766, 33.705202 ], [ -84.410872, 33.705189 ], [ -84.41098, 33.705188 ], [ -84.411118, 33.705172 ], [ -84.411205, 33.70512 ], [ -84.411272, 33.70505 ], [ -84.411375, 33.705026 ], [ -84.411479, 33.705046 ], [ -84.41158, 33.705077 ], [ -84.411674, 33.705121 ], [ -84.411744, 33.705189 ], [ -84.41185, 33.705199 ], [ -84.411948, 33.705165 ], [ -84.41215, 33.70502 ], [ -84.412241, 33.704967 ], [ -84.412126, 33.704878 ], [ -84.412016, 33.704768 ], [ -84.411924, 33.704652 ], [ -84.411848, 33.704527 ], [ -84.41179, 33.704393 ], [ -84.411646, 33.703869 ], [ -84.41163, 33.703723 ], [ -84.411636, 33.703548 ], [ -84.411675, 33.703289 ], [ -84.411876, 33.702575 ], [ -84.411945, 33.702226 ], [ -84.412637, 33.702294 ], [ -84.412897, 33.702352 ], [ -84.413049, 33.702413 ], [ -84.413188, 33.70249 ], [ -84.413354, 33.702613 ], [ -84.413457, 33.702717 ], [ -84.413537, 33.702838 ], [ -84.413579, 33.702943 ], [ -84.41359, 33.702971 ], [ -84.413638, 33.703362 ], [ -84.413968, 33.703343 ], [ -84.414237, 33.703293 ], [ -84.414516, 33.703193 ], [ -84.41476, 33.703057 ], [ -84.415036, 33.702876 ], [ -84.415308, 33.702763 ], [ -84.415453, 33.702725 ], [ -84.415627, 33.702697 ], [ -84.415955, 33.702688 ], [ -84.417108, 33.702707 ], [ -84.418252, 33.702717 ], [ -84.418226, 33.704928 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006601", "name": "Census Tract 66.01, Fulton County, Georgia", "total_population_17": 2087, "white_alone_17": 319.0, "black_alone_17": 1703.0, "native_alone_17": 0.0, "asian_alone_17": 19.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 4.811, "pct_black_alone_change": -6.029, "pct_native_alone_change": -0.454, "pct_asian_alone_change": 0.456, "pct_hispanic_or_latino_change": 0.312, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7114357", "INTPTLON": "-084.4224569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.429485, 33.697989 ], [ -84.42946, 33.698138 ], [ -84.429404, 33.698594 ], [ -84.42938, 33.698816 ], [ -84.429326, 33.69934 ], [ -84.429294, 33.699796 ], [ -84.429246, 33.700467 ], [ -84.429109, 33.701535 ], [ -84.429097, 33.701622 ], [ -84.429031, 33.702104 ], [ -84.428954, 33.702485 ], [ -84.428302, 33.704867 ], [ -84.42818, 33.705397 ], [ -84.428077, 33.705944 ], [ -84.427962, 33.706718 ], [ -84.427732, 33.708275 ], [ -84.427713, 33.708406 ], [ -84.427457, 33.710117 ], [ -84.427364, 33.710583 ], [ -84.427248, 33.711052 ], [ -84.42716, 33.711348 ], [ -84.427142, 33.711409 ], [ -84.42711, 33.711517 ], [ -84.426828, 33.712379 ], [ -84.42675, 33.712604 ], [ -84.426731, 33.712662 ], [ -84.426055, 33.714631 ], [ -84.425881, 33.715137 ], [ -84.425589, 33.715986 ], [ -84.425306, 33.716808 ], [ -84.424823, 33.71821 ], [ -84.424355, 33.719567 ], [ -84.42403, 33.720513 ], [ -84.423909, 33.720808 ], [ -84.423693, 33.721251 ], [ -84.423477, 33.72162 ], [ -84.423366, 33.72181 ], [ -84.42301, 33.722275 ], [ -84.422704, 33.72263 ], [ -84.422258, 33.72306 ], [ -84.421379, 33.723834 ], [ -84.421109, 33.724073 ], [ -84.420147, 33.724923 ], [ -84.419205, 33.725754 ], [ -84.418502, 33.726374 ], [ -84.418293, 33.726554 ], [ -84.417502, 33.727288 ], [ -84.416923, 33.727961 ], [ -84.416816, 33.727895 ], [ -84.41667, 33.727799 ], [ -84.416611, 33.727765 ], [ -84.416546, 33.727727 ], [ -84.416879, 33.727332 ], [ -84.417064, 33.727114 ], [ -84.417611, 33.726613 ], [ -84.417972, 33.726308 ], [ -84.417972, 33.726286 ], [ -84.417964, 33.724452 ], [ -84.417971, 33.724187 ], [ -84.417985, 33.723592 ], [ -84.418018, 33.722198 ], [ -84.418038, 33.721203 ], [ -84.418062, 33.719566 ], [ -84.418066, 33.719296 ], [ -84.418075, 33.718309 ], [ -84.418104, 33.717013 ], [ -84.418121, 33.716247 ], [ -84.418137, 33.714348 ], [ -84.418137, 33.714258 ], [ -84.418138, 33.713865 ], [ -84.418149, 33.712758 ], [ -84.418156, 33.71209 ], [ -84.418162, 33.71114 ], [ -84.418177, 33.710129 ], [ -84.418189, 33.709182 ], [ -84.418199, 33.707798 ], [ -84.418206, 33.706861 ], [ -84.418215, 33.705938 ], [ -84.418225, 33.705005 ], [ -84.418226, 33.704928 ], [ -84.418252, 33.702717 ], [ -84.41826, 33.702148 ], [ -84.418265, 33.701799 ], [ -84.418271, 33.701415 ], [ -84.419622, 33.701441 ], [ -84.42076, 33.701463 ], [ -84.420896, 33.701466 ], [ -84.421576, 33.701478 ], [ -84.424861, 33.701541 ], [ -84.425953, 33.70156 ], [ -84.426196, 33.701554 ], [ -84.426587, 33.701511 ], [ -84.427145, 33.701404 ], [ -84.427471, 33.701375 ], [ -84.427781, 33.701379 ], [ -84.428203, 33.70142 ], [ -84.42831, 33.700701 ], [ -84.428404, 33.700062 ], [ -84.428524, 33.699255 ], [ -84.428517, 33.699141 ], [ -84.428477, 33.69904 ], [ -84.428418, 33.698962 ], [ -84.428325, 33.698889 ], [ -84.428729, 33.698794 ], [ -84.4288, 33.698407 ], [ -84.428845, 33.698036 ], [ -84.428861, 33.697905 ], [ -84.428909, 33.69751 ], [ -84.428971, 33.697513 ], [ -84.429014, 33.697515 ], [ -84.429052, 33.697516 ], [ -84.429072, 33.697517 ], [ -84.429106, 33.697519 ], [ -84.429173, 33.697522 ], [ -84.429339, 33.69753 ], [ -84.429442, 33.697535 ], [ -84.429585, 33.697541 ], [ -84.429485, 33.697989 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006602", "name": "Census Tract 66.02, Fulton County, Georgia", "total_population_17": 1356, "white_alone_17": 1.0, "black_alone_17": 1307.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -3.058, "pct_black_alone_change": 0.728, "pct_native_alone_change": -0.071, "pct_asian_alone_change": -0.142, "pct_hispanic_or_latino_change": 0.626, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7186105", "INTPTLON": "-084.4286624" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.433171, 33.714835 ], [ -84.432507, 33.715142 ], [ -84.432578, 33.71525 ], [ -84.432753, 33.715629 ], [ -84.432782, 33.715719 ], [ -84.432791, 33.715811 ], [ -84.432777, 33.717482 ], [ -84.432735, 33.717708 ], [ -84.432595, 33.71814 ], [ -84.432554, 33.718434 ], [ -84.432525, 33.722403 ], [ -84.430813, 33.722358 ], [ -84.430727, 33.722356 ], [ -84.428639, 33.722296 ], [ -84.427427, 33.722258 ], [ -84.425379, 33.722264 ], [ -84.425285, 33.722265 ], [ -84.42301, 33.722275 ], [ -84.423366, 33.72181 ], [ -84.423477, 33.72162 ], [ -84.423693, 33.721251 ], [ -84.423909, 33.720808 ], [ -84.42403, 33.720513 ], [ -84.424355, 33.719567 ], [ -84.424823, 33.71821 ], [ -84.425306, 33.716808 ], [ -84.425589, 33.715986 ], [ -84.425881, 33.715137 ], [ -84.426055, 33.714631 ], [ -84.427227, 33.714407 ], [ -84.428219, 33.714524 ], [ -84.429351, 33.714543 ], [ -84.430072, 33.714543 ], [ -84.431174, 33.714552 ], [ -84.433845, 33.714585 ], [ -84.433171, 33.714835 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006700", "name": "Census Tract 67, Fulton County, Georgia", "total_population_17": 4051, "white_alone_17": 167.0, "black_alone_17": 3810.0, "native_alone_17": 0.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 32.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": -3.019, "pct_black_alone_change": 5.944, "pct_native_alone_change": -0.103, "pct_asian_alone_change": -0.186, "pct_hispanic_or_latino_change": -3.346, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7021727", "INTPTLON": "-084.3954527" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.403628, 33.703041 ], [ -84.403592, 33.703923 ], [ -84.403538, 33.705235 ], [ -84.403431, 33.705823 ], [ -84.403239, 33.706514 ], [ -84.403144, 33.706804 ], [ -84.403051, 33.707088 ], [ -84.402947, 33.707334 ], [ -84.401971, 33.709938 ], [ -84.401788, 33.710425 ], [ -84.401639, 33.710826 ], [ -84.401416, 33.711321 ], [ -84.401241, 33.711709 ], [ -84.401098, 33.71201 ], [ -84.400827, 33.712383 ], [ -84.399625, 33.713789 ], [ -84.399331, 33.714174 ], [ -84.399045, 33.714562 ], [ -84.398967, 33.714695 ], [ -84.39888, 33.714844 ], [ -84.398705, 33.715219 ], [ -84.398502, 33.715798 ], [ -84.398443, 33.715954 ], [ -84.398112, 33.716823 ], [ -84.397857, 33.717495 ], [ -84.397158, 33.718731 ], [ -84.396988, 33.718945 ], [ -84.396488, 33.719608 ], [ -84.396382, 33.719579 ], [ -84.396301, 33.719557 ], [ -84.395988, 33.719471 ], [ -84.395151, 33.71934 ], [ -84.395014, 33.719339 ], [ -84.394765, 33.719325 ], [ -84.39416, 33.719339 ], [ -84.393951, 33.719352 ], [ -84.393722, 33.719397 ], [ -84.393503, 33.719434 ], [ -84.393399, 33.719463 ], [ -84.393407, 33.718504 ], [ -84.393408, 33.718408 ], [ -84.393419, 33.71769 ], [ -84.393429, 33.717065 ], [ -84.393449, 33.715822 ], [ -84.393469, 33.714133 ], [ -84.393478, 33.713332 ], [ -84.393492, 33.712098 ], [ -84.393496, 33.711705 ], [ -84.393494, 33.71106 ], [ -84.393503, 33.710088 ], [ -84.393505, 33.70983 ], [ -84.393506, 33.709711 ], [ -84.393515, 33.708753 ], [ -84.393369, 33.708721 ], [ -84.3932, 33.708651 ], [ -84.393098, 33.70856 ], [ -84.393089, 33.708552 ], [ -84.392774, 33.708205 ], [ -84.392713, 33.708138 ], [ -84.392573, 33.707951 ], [ -84.391792, 33.706704 ], [ -84.391372, 33.706175 ], [ -84.391186, 33.705978 ], [ -84.391006, 33.705824 ], [ -84.390807, 33.705687 ], [ -84.390774, 33.705668 ], [ -84.390593, 33.705568 ], [ -84.390286, 33.70544 ], [ -84.389924, 33.705332 ], [ -84.389492, 33.70524 ], [ -84.389068, 33.705179 ], [ -84.388887, 33.705166 ], [ -84.388517, 33.70514 ], [ -84.388132, 33.705133 ], [ -84.388115, 33.706004 ], [ -84.388071, 33.706246 ], [ -84.387915, 33.70712 ], [ -84.387995, 33.708213 ], [ -84.388308, 33.708905 ], [ -84.388303, 33.7092 ], [ -84.388299, 33.709498 ], [ -84.388298, 33.709573 ], [ -84.388289, 33.710155 ], [ -84.388287, 33.710306 ], [ -84.388274, 33.71114 ], [ -84.388264, 33.711933 ], [ -84.388252, 33.712727 ], [ -84.387126, 33.712725 ], [ -84.386042, 33.712723 ], [ -84.385417, 33.712731 ], [ -84.383655, 33.71309 ], [ -84.382669, 33.713292 ], [ -84.382844, 33.713891 ], [ -84.38297, 33.714221 ], [ -84.38104, 33.714606 ], [ -84.379395, 33.714916 ], [ -84.379869, 33.716041 ], [ -84.380588, 33.717375 ], [ -84.380604, 33.717425 ], [ -84.380602, 33.71749 ], [ -84.37988, 33.717368 ], [ -84.379458, 33.716811 ], [ -84.379208, 33.716506 ], [ -84.379068, 33.716326 ], [ -84.378628, 33.715741 ], [ -84.378539, 33.7156 ], [ -84.378394, 33.715346 ], [ -84.378124, 33.714842 ], [ -84.377689, 33.713961 ], [ -84.377228, 33.712997 ], [ -84.377139, 33.712816 ], [ -84.376821, 33.712167 ], [ -84.376607, 33.711778 ], [ -84.376426, 33.711566 ], [ -84.376222, 33.711327 ], [ -84.375847, 33.710983 ], [ -84.375366, 33.71063 ], [ -84.375032, 33.710428 ], [ -84.374533, 33.710216 ], [ -84.373781, 33.70995 ], [ -84.373785, 33.709892 ], [ -84.373846, 33.709584 ], [ -84.373949, 33.709283 ], [ -84.374092, 33.708994 ], [ -84.374224, 33.708788 ], [ -84.374597, 33.70828 ], [ -84.374723, 33.708128 ], [ -84.374767, 33.708084 ], [ -84.374865, 33.707987 ], [ -84.375348, 33.707595 ], [ -84.37641, 33.706746 ], [ -84.377245, 33.706079 ], [ -84.378452, 33.705114 ], [ -84.378518, 33.705076 ], [ -84.378611, 33.705045 ], [ -84.379106, 33.705036 ], [ -84.380328, 33.705054 ], [ -84.380432, 33.7049 ], [ -84.380544, 33.704781 ], [ -84.380676, 33.704678 ], [ -84.380846, 33.704576 ], [ -84.381614, 33.704131 ], [ -84.382085, 33.703858 ], [ -84.383777, 33.702877 ], [ -84.385106, 33.702106 ], [ -84.385515, 33.701869 ], [ -84.386241, 33.701448 ], [ -84.386643, 33.701203 ], [ -84.386727, 33.701152 ], [ -84.387112, 33.701033 ], [ -84.387231, 33.701002 ], [ -84.38792, 33.700826 ], [ -84.38879, 33.700573 ], [ -84.390508, 33.700072 ], [ -84.390983, 33.699934 ], [ -84.391189, 33.699869 ], [ -84.39146, 33.699747 ], [ -84.392217, 33.699343 ], [ -84.392399, 33.699208 ], [ -84.392653, 33.699011 ], [ -84.392796, 33.698908 ], [ -84.392979, 33.698747 ], [ -84.393298, 33.698509 ], [ -84.393814, 33.698455 ], [ -84.395054, 33.698328 ], [ -84.395654, 33.698271 ], [ -84.395857, 33.698247 ], [ -84.396107, 33.698217 ], [ -84.396631, 33.698164 ], [ -84.397108, 33.698153 ], [ -84.399005, 33.698145 ], [ -84.399536, 33.698129 ], [ -84.400527, 33.698162 ], [ -84.400947, 33.698138 ], [ -84.401053, 33.698132 ], [ -84.40167, 33.698108 ], [ -84.402199, 33.698088 ], [ -84.402494, 33.698098 ], [ -84.402688, 33.698133 ], [ -84.40289, 33.698202 ], [ -84.403056, 33.698292 ], [ -84.403202, 33.698405 ], [ -84.403342, 33.698565 ], [ -84.403434, 33.698731 ], [ -84.403482, 33.698891 ], [ -84.403581, 33.699625 ], [ -84.40361, 33.701761 ], [ -84.403618, 33.702323 ], [ -84.403628, 33.703041 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006801", "name": "Census Tract 68.01, Fulton County, Georgia", "total_population_17": 2494, "white_alone_17": 514.0, "black_alone_17": 1350.0, "native_alone_17": 106.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 458.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -7.563, "pct_black_alone_change": -3.914, "pct_native_alone_change": 3.759, "pct_asian_alone_change": -1.322, "pct_hispanic_or_latino_change": 6.393, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+33.7102924", "INTPTLON": "-084.3677884" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.373753, 33.710296 ], [ -84.37373, 33.711859 ], [ -84.373702, 33.713762 ], [ -84.373685, 33.713868 ], [ -84.373639, 33.713971 ], [ -84.373428, 33.713892 ], [ -84.373202, 33.713849 ], [ -84.372367, 33.713841 ], [ -84.372173, 33.71384 ], [ -84.370054, 33.713838 ], [ -84.368803, 33.713837 ], [ -84.368609, 33.713817 ], [ -84.368477, 33.713785 ], [ -84.366721, 33.713233 ], [ -84.366003, 33.712998 ], [ -84.365378, 33.712738 ], [ -84.364833, 33.712457 ], [ -84.364192, 33.712067 ], [ -84.363164, 33.71143 ], [ -84.36149, 33.710388 ], [ -84.360636, 33.709778 ], [ -84.361152, 33.709399 ], [ -84.362022, 33.708764 ], [ -84.364613, 33.707104 ], [ -84.366915, 33.704701 ], [ -84.367281, 33.70535 ], [ -84.367656, 33.706157 ], [ -84.367849, 33.706523 ], [ -84.368032, 33.706805 ], [ -84.368224, 33.70707 ], [ -84.368626, 33.707505 ], [ -84.368646, 33.707512 ], [ -84.368927, 33.707787 ], [ -84.369326, 33.708086 ], [ -84.369464, 33.708173 ], [ -84.369986, 33.708548 ], [ -84.370174, 33.708637 ], [ -84.370996, 33.70897 ], [ -84.37143, 33.709112 ], [ -84.371754, 33.709233 ], [ -84.371953, 33.709301 ], [ -84.373434, 33.709827 ], [ -84.373781, 33.70995 ], [ -84.373753, 33.710296 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006802", "name": "Census Tract 68.02, Fulton County, Georgia", "total_population_17": 2180, "white_alone_17": 0.0, "black_alone_17": 2136.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.0, "pct_black_alone_change": -0.963, "pct_native_alone_change": -0.105, "pct_asian_alone_change": -0.053, "pct_hispanic_or_latino_change": -0.897, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7042854", "INTPTLON": "-084.3609663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.366915, 33.704701 ], [ -84.364613, 33.707104 ], [ -84.362022, 33.708764 ], [ -84.361152, 33.709399 ], [ -84.360636, 33.709778 ], [ -84.359591, 33.709014 ], [ -84.359507, 33.708953 ], [ -84.359127, 33.708675 ], [ -84.358763, 33.708384 ], [ -84.358301, 33.707971 ], [ -84.356902, 33.706528 ], [ -84.356593, 33.706236 ], [ -84.356341, 33.706027 ], [ -84.356075, 33.705831 ], [ -84.355312, 33.705342 ], [ -84.355494, 33.705097 ], [ -84.355629, 33.70485 ], [ -84.355718, 33.704602 ], [ -84.355763, 33.704373 ], [ -84.355775, 33.704208 ], [ -84.355776, 33.703616 ], [ -84.3561, 33.703594 ], [ -84.356415, 33.703531 ], [ -84.356715, 33.703429 ], [ -84.357021, 33.70327 ], [ -84.357191, 33.703146 ], [ -84.357266, 33.703092 ], [ -84.357476, 33.702883 ], [ -84.357644, 33.702649 ], [ -84.357769, 33.702392 ], [ -84.35811, 33.701386 ], [ -84.358165, 33.70126 ], [ -84.358288, 33.701083 ], [ -84.358719, 33.700621 ], [ -84.358831, 33.700449 ], [ -84.358885, 33.70031 ], [ -84.358913, 33.700165 ], [ -84.358909, 33.699735 ], [ -84.358893, 33.69905 ], [ -84.358887, 33.698795 ], [ -84.358873, 33.698559 ], [ -84.358833, 33.698381 ], [ -84.359278, 33.698269 ], [ -84.359387, 33.698234 ], [ -84.359542, 33.698153 ], [ -84.359677, 33.698036 ], [ -84.35985, 33.697775 ], [ -84.360269, 33.698138 ], [ -84.360416, 33.698289 ], [ -84.361299, 33.699146 ], [ -84.361885, 33.69978 ], [ -84.362089, 33.699988 ], [ -84.362636, 33.700565 ], [ -84.363444, 33.701326 ], [ -84.36356, 33.70144 ], [ -84.363645, 33.701537 ], [ -84.363734, 33.701667 ], [ -84.363844, 33.701802 ], [ -84.36385, 33.70181 ], [ -84.364582, 33.702373 ], [ -84.365025, 33.702693 ], [ -84.365475, 33.703005 ], [ -84.365806, 33.703297 ], [ -84.36608, 33.703563 ], [ -84.366523, 33.70408 ], [ -84.366863, 33.704608 ], [ -84.366915, 33.704701 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121006900", "name": "Census Tract 69, Fulton County, Georgia", "total_population_17": 3861, "white_alone_17": 1318.0, "black_alone_17": 1675.0, "native_alone_17": 32.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 782.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 13.088, "pct_black_alone_change": -13.825, "pct_native_alone_change": 0.042, "pct_asian_alone_change": -0.363, "pct_hispanic_or_latino_change": -0.158, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7183138", "INTPTLON": "-084.3587699" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.368591, 33.713894 ], [ -84.368581, 33.714637 ], [ -84.368575, 33.715082 ], [ -84.368564, 33.715875 ], [ -84.368558, 33.716321 ], [ -84.368547, 33.71711 ], [ -84.36853, 33.718296 ], [ -84.368507, 33.719996 ], [ -84.36848, 33.721899 ], [ -84.368471, 33.722611 ], [ -84.368461, 33.723406 ], [ -84.368444, 33.724661 ], [ -84.368427, 33.725804 ], [ -84.368421, 33.726247 ], [ -84.368222, 33.726308 ], [ -84.367919, 33.726388 ], [ -84.367829, 33.726421 ], [ -84.367182, 33.726611 ], [ -84.366755, 33.726751 ], [ -84.366359, 33.726893 ], [ -84.36624, 33.726936 ], [ -84.36572, 33.72715 ], [ -84.36558, 33.727215 ], [ -84.365355, 33.727319 ], [ -84.36529, 33.727342 ], [ -84.364784, 33.727596 ], [ -84.364622, 33.727696 ], [ -84.364009, 33.728121 ], [ -84.3638, 33.728289 ], [ -84.363352, 33.727556 ], [ -84.363295, 33.727497 ], [ -84.363217, 33.727458 ], [ -84.362453, 33.727347 ], [ -84.362018, 33.727284 ], [ -84.361117, 33.72716 ], [ -84.360747, 33.727109 ], [ -84.360674, 33.727099 ], [ -84.359537, 33.726941 ], [ -84.35839, 33.726781 ], [ -84.357897, 33.726712 ], [ -84.357226, 33.726618 ], [ -84.357164, 33.726609 ], [ -84.35696, 33.726581 ], [ -84.356145, 33.726468 ], [ -84.355853, 33.726427 ], [ -84.354097, 33.726182 ], [ -84.353971, 33.72615 ], [ -84.353875, 33.726105 ], [ -84.353792, 33.726045 ], [ -84.353028, 33.725302 ], [ -84.352708, 33.724999 ], [ -84.352586, 33.724918 ], [ -84.352451, 33.724853 ], [ -84.352123, 33.724746 ], [ -84.350861, 33.724395 ], [ -84.349434, 33.723992 ], [ -84.349426, 33.723809 ], [ -84.349425, 33.723779 ], [ -84.349427, 33.723616 ], [ -84.349438, 33.722239 ], [ -84.349438, 33.722212 ], [ -84.34944, 33.721808 ], [ -84.349458, 33.720893 ], [ -84.349459, 33.720717 ], [ -84.349466, 33.71942 ], [ -84.349476, 33.71835 ], [ -84.34948, 33.71765 ], [ -84.349495, 33.716137 ], [ -84.349496, 33.71603 ], [ -84.349497, 33.715941 ], [ -84.349498, 33.715877 ], [ -84.3495, 33.715683 ], [ -84.349501, 33.715543 ], [ -84.349501, 33.715533 ], [ -84.349508, 33.714178 ], [ -84.349508, 33.714028 ], [ -84.349511, 33.709266 ], [ -84.352127, 33.709066 ], [ -84.352556, 33.709034 ], [ -84.353369, 33.708973 ], [ -84.353673, 33.708937 ], [ -84.354115, 33.708915 ], [ -84.354253, 33.708908 ], [ -84.354566, 33.708905 ], [ -84.355674, 33.708931 ], [ -84.356065, 33.70894 ], [ -84.35841, 33.708994 ], [ -84.35924, 33.709012 ], [ -84.359376, 33.708995 ], [ -84.359507, 33.708953 ], [ -84.359591, 33.709014 ], [ -84.360636, 33.709778 ], [ -84.36149, 33.710388 ], [ -84.363164, 33.71143 ], [ -84.364192, 33.712067 ], [ -84.364833, 33.712457 ], [ -84.365378, 33.712738 ], [ -84.366003, 33.712998 ], [ -84.366721, 33.713233 ], [ -84.368477, 33.713785 ], [ -84.368609, 33.713817 ], [ -84.368591, 33.713894 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007001", "name": "Census Tract 70.01, Fulton County, Georgia", "total_population_17": 4797, "white_alone_17": 96.0, "black_alone_17": 4494.0, "native_alone_17": 1.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 205.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -5.281, "pct_black_alone_change": 9.284, "pct_native_alone_change": -0.2, "pct_asian_alone_change": -0.603, "pct_hispanic_or_latino_change": -2.999, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6915165", "INTPTLON": "-084.3868055" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.404741, 33.696616 ], [ -84.404704, 33.696857 ], [ -84.404677, 33.696994 ], [ -84.404652, 33.69712 ], [ -84.404375, 33.69865 ], [ -84.4043, 33.698928 ], [ -84.404292, 33.699045 ], [ -84.404142, 33.699726 ], [ -84.40397, 33.700759 ], [ -84.403831, 33.702398 ], [ -84.403838, 33.70262 ], [ -84.403852, 33.703059 ], [ -84.403848, 33.703091 ], [ -84.403828, 33.703481 ], [ -84.403781, 33.703931 ], [ -84.403766, 33.704076 ], [ -84.403758, 33.704135 ], [ -84.403726, 33.704365 ], [ -84.40368, 33.704695 ], [ -84.403538, 33.705235 ], [ -84.403592, 33.703923 ], [ -84.403628, 33.703041 ], [ -84.403618, 33.702323 ], [ -84.40361, 33.701761 ], [ -84.403581, 33.699625 ], [ -84.403482, 33.698891 ], [ -84.403434, 33.698731 ], [ -84.403342, 33.698565 ], [ -84.403202, 33.698405 ], [ -84.403056, 33.698292 ], [ -84.40289, 33.698202 ], [ -84.402688, 33.698133 ], [ -84.402494, 33.698098 ], [ -84.402199, 33.698088 ], [ -84.40167, 33.698108 ], [ -84.401053, 33.698132 ], [ -84.400947, 33.698138 ], [ -84.400527, 33.698162 ], [ -84.399536, 33.698129 ], [ -84.399005, 33.698145 ], [ -84.397108, 33.698153 ], [ -84.396631, 33.698164 ], [ -84.396107, 33.698217 ], [ -84.395857, 33.698247 ], [ -84.395654, 33.698271 ], [ -84.395054, 33.698328 ], [ -84.393814, 33.698455 ], [ -84.393298, 33.698509 ], [ -84.392979, 33.698747 ], [ -84.392796, 33.698908 ], [ -84.392653, 33.699011 ], [ -84.392399, 33.699208 ], [ -84.392217, 33.699343 ], [ -84.39146, 33.699747 ], [ -84.391189, 33.699869 ], [ -84.390983, 33.699934 ], [ -84.390508, 33.700072 ], [ -84.38879, 33.700573 ], [ -84.38792, 33.700826 ], [ -84.387231, 33.701002 ], [ -84.387112, 33.701033 ], [ -84.386727, 33.701152 ], [ -84.386643, 33.701203 ], [ -84.386241, 33.701448 ], [ -84.385515, 33.701869 ], [ -84.385375, 33.70185 ], [ -84.385234, 33.701851 ], [ -84.385094, 33.701869 ], [ -84.38496, 33.701905 ], [ -84.384794, 33.701979 ], [ -84.384516, 33.702162 ], [ -84.384301, 33.702283 ], [ -84.38413, 33.702361 ], [ -84.383999, 33.702392 ], [ -84.383844, 33.702394 ], [ -84.38358, 33.702355 ], [ -84.383239, 33.702305 ], [ -84.382576, 33.70224 ], [ -84.382071, 33.702188 ], [ -84.381454, 33.702097 ], [ -84.38147, 33.701679 ], [ -84.381541, 33.701185 ], [ -84.381562, 33.69921 ], [ -84.381551, 33.699083 ], [ -84.381492, 33.698794 ], [ -84.381485, 33.697999 ], [ -84.380338, 33.697999 ], [ -84.380357, 33.696959 ], [ -84.379043, 33.69695 ], [ -84.378118, 33.696942 ], [ -84.376146, 33.696924 ], [ -84.373856, 33.696904 ], [ -84.373814, 33.696772 ], [ -84.373798, 33.69664 ], [ -84.373815, 33.695557 ], [ -84.373829, 33.694656 ], [ -84.373845, 33.693694 ], [ -84.37388, 33.691509 ], [ -84.373897, 33.690456 ], [ -84.373924, 33.688828 ], [ -84.374189, 33.68882 ], [ -84.374259, 33.688811 ], [ -84.375929, 33.688823 ], [ -84.376144, 33.688802 ], [ -84.376337, 33.688756 ], [ -84.376481, 33.688704 ], [ -84.376616, 33.688637 ], [ -84.376921, 33.68843 ], [ -84.377143, 33.68826 ], [ -84.377199, 33.688217 ], [ -84.377767, 33.687735 ], [ -84.37817, 33.687379 ], [ -84.378297, 33.687228 ], [ -84.3784, 33.687066 ], [ -84.378801, 33.686285 ], [ -84.379613, 33.684699 ], [ -84.379672, 33.684605 ], [ -84.379792, 33.684472 ], [ -84.37994, 33.68436 ], [ -84.3801, 33.684277 ], [ -84.380317, 33.684203 ], [ -84.382074, 33.683632 ], [ -84.382388, 33.683473 ], [ -84.384036, 33.682128 ], [ -84.384175, 33.681997 ], [ -84.384233, 33.681889 ], [ -84.3843, 33.68163 ], [ -84.384326, 33.681346 ], [ -84.384324, 33.681039 ], [ -84.387633, 33.681074 ], [ -84.388767, 33.681088 ], [ -84.390283, 33.681094 ], [ -84.393063, 33.681106 ], [ -84.393708, 33.681109 ], [ -84.396329, 33.681115 ], [ -84.397866, 33.681118 ], [ -84.398375, 33.681119 ], [ -84.398405, 33.681114 ], [ -84.398424, 33.681155 ], [ -84.398425, 33.681176 ], [ -84.398562, 33.682033 ], [ -84.398619, 33.682363 ], [ -84.398635, 33.683807 ], [ -84.39866, 33.684459 ], [ -84.398634, 33.685079 ], [ -84.398695, 33.685866 ], [ -84.398704, 33.685975 ], [ -84.398779, 33.686442 ], [ -84.398986, 33.687191 ], [ -84.39913, 33.68761 ], [ -84.399334, 33.687987 ], [ -84.399597, 33.688365 ], [ -84.400111, 33.689053 ], [ -84.401766, 33.691192 ], [ -84.402198, 33.691751 ], [ -84.403552, 33.693431 ], [ -84.404275, 33.694551 ], [ -84.404485, 33.695002 ], [ -84.404629, 33.695326 ], [ -84.404614, 33.695396 ], [ -84.404728, 33.695808 ], [ -84.40476, 33.696225 ], [ -84.404741, 33.696616 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007002", "name": "Census Tract 70.02, Fulton County, Georgia", "total_population_17": 2548, "white_alone_17": 62.0, "black_alone_17": 2307.0, "native_alone_17": 34.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 156.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -3.522, "pct_black_alone_change": 18.378, "pct_native_alone_change": 1.116, "pct_asian_alone_change": -7.343, "pct_hispanic_or_latino_change": -6.422, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6920865", "INTPTLON": "-084.3682107" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.385515, 33.701869 ], [ -84.385106, 33.702106 ], [ -84.383777, 33.702877 ], [ -84.382085, 33.703858 ], [ -84.381614, 33.704131 ], [ -84.380846, 33.704576 ], [ -84.380676, 33.704678 ], [ -84.380544, 33.704781 ], [ -84.380432, 33.7049 ], [ -84.380328, 33.705054 ], [ -84.379106, 33.705036 ], [ -84.378611, 33.705045 ], [ -84.378518, 33.705076 ], [ -84.378452, 33.705114 ], [ -84.377245, 33.706079 ], [ -84.37641, 33.706746 ], [ -84.375348, 33.707595 ], [ -84.374865, 33.707987 ], [ -84.374767, 33.708084 ], [ -84.374723, 33.708128 ], [ -84.374597, 33.70828 ], [ -84.374224, 33.708788 ], [ -84.374092, 33.708994 ], [ -84.373949, 33.709283 ], [ -84.373846, 33.709584 ], [ -84.373785, 33.709892 ], [ -84.373781, 33.70995 ], [ -84.373434, 33.709827 ], [ -84.371953, 33.709301 ], [ -84.371754, 33.709233 ], [ -84.37143, 33.709112 ], [ -84.370996, 33.70897 ], [ -84.370174, 33.708637 ], [ -84.369986, 33.708548 ], [ -84.369464, 33.708173 ], [ -84.369326, 33.708086 ], [ -84.368927, 33.707787 ], [ -84.368646, 33.707512 ], [ -84.368626, 33.707505 ], [ -84.368224, 33.70707 ], [ -84.368032, 33.706805 ], [ -84.367849, 33.706523 ], [ -84.367656, 33.706157 ], [ -84.367281, 33.70535 ], [ -84.366915, 33.704701 ], [ -84.366863, 33.704608 ], [ -84.366523, 33.70408 ], [ -84.36608, 33.703563 ], [ -84.365806, 33.703297 ], [ -84.365475, 33.703005 ], [ -84.365025, 33.702693 ], [ -84.364582, 33.702373 ], [ -84.36385, 33.70181 ], [ -84.363844, 33.701802 ], [ -84.363734, 33.701667 ], [ -84.363645, 33.701537 ], [ -84.36356, 33.70144 ], [ -84.363444, 33.701326 ], [ -84.362636, 33.700565 ], [ -84.362089, 33.699988 ], [ -84.361885, 33.69978 ], [ -84.361299, 33.699146 ], [ -84.360416, 33.698289 ], [ -84.360269, 33.698138 ], [ -84.35985, 33.697775 ], [ -84.359986, 33.697572 ], [ -84.360063, 33.69742 ], [ -84.36012, 33.697199 ], [ -84.360128, 33.696911 ], [ -84.360262, 33.696913 ], [ -84.360315, 33.697174 ], [ -84.360394, 33.697426 ], [ -84.360498, 33.697665 ], [ -84.360628, 33.697902 ], [ -84.360769, 33.698109 ], [ -84.360927, 33.698302 ], [ -84.361813, 33.699235 ], [ -84.361866, 33.699211 ], [ -84.361926, 33.699202 ], [ -84.364993, 33.699232 ], [ -84.36503, 33.698806 ], [ -84.365033, 33.698691 ], [ -84.365065, 33.698605 ], [ -84.365121, 33.698528 ], [ -84.365167, 33.698447 ], [ -84.365205, 33.698362 ], [ -84.365234, 33.698275 ], [ -84.36524, 33.698186 ], [ -84.365213, 33.698007 ], [ -84.365201, 33.697964 ], [ -84.365205, 33.697942 ], [ -84.365189, 33.697919 ], [ -84.36519, 33.69787 ], [ -84.36519, 33.697829 ], [ -84.365213, 33.697741 ], [ -84.365257, 33.697659 ], [ -84.365328, 33.697592 ], [ -84.365418, 33.697543 ], [ -84.365575, 33.69742 ], [ -84.365605, 33.697334 ], [ -84.365588, 33.697245 ], [ -84.365641, 33.697168 ], [ -84.365727, 33.697114 ], [ -84.365775, 33.697034 ], [ -84.365775, 33.696945 ], [ -84.365729, 33.696864 ], [ -84.365659, 33.696694 ], [ -84.365576, 33.696527 ], [ -84.365528, 33.696442 ], [ -84.365455, 33.696277 ], [ -84.365423, 33.696191 ], [ -84.36537, 33.696112 ], [ -84.365304, 33.696041 ], [ -84.365226, 33.69598 ], [ -84.364422, 33.69525 ], [ -84.364334, 33.695198 ], [ -84.364239, 33.695156 ], [ -84.364138, 33.695125 ], [ -84.364042, 33.695084 ], [ -84.363951, 33.695035 ], [ -84.363866, 33.69498 ], [ -84.363787, 33.694919 ], [ -84.363738, 33.694872 ], [ -84.363716, 33.694851 ], [ -84.363652, 33.694778 ], [ -84.363378, 33.694501 ], [ -84.36325, 33.694355 ], [ -84.363076, 33.694127 ], [ -84.363003, 33.694062 ], [ -84.362914, 33.69401 ], [ -84.362815, 33.693975 ], [ -84.36271, 33.693957 ], [ -84.362617, 33.693911 ], [ -84.36254, 33.693849 ], [ -84.362429, 33.693694 ], [ -84.362333, 33.693533 ], [ -84.362292, 33.69345 ], [ -84.362225, 33.69338 ], [ -84.362143, 33.693321 ], [ -84.362073, 33.693252 ], [ -84.362013, 33.693178 ], [ -84.361989, 33.693138 ], [ -84.361964, 33.693097 ], [ -84.361841, 33.692847 ], [ -84.361789, 33.692768 ], [ -84.361729, 33.692693 ], [ -84.361663, 33.692623 ], [ -84.361589, 33.692557 ], [ -84.361187, 33.692257 ], [ -84.361113, 33.692191 ], [ -84.361047, 33.69212 ], [ -84.360989, 33.692044 ], [ -84.360943, 33.691963 ], [ -84.360912, 33.691876 ], [ -84.360832, 33.691818 ], [ -84.360727, 33.691801 ], [ -84.360629, 33.691765 ], [ -84.36054, 33.691713 ], [ -84.360465, 33.691649 ], [ -84.36041, 33.691572 ], [ -84.360379, 33.691486 ], [ -84.360374, 33.691396 ], [ -84.360394, 33.691307 ], [ -84.3604, 33.691127 ], [ -84.360357, 33.691045 ], [ -84.360279, 33.690985 ], [ -84.360177, 33.690956 ], [ -84.360152, 33.690947 ], [ -84.360078, 33.69092 ], [ -84.359976, 33.690892 ], [ -84.359871, 33.690872 ], [ -84.359532, 33.690845 ], [ -84.359331, 33.690762 ], [ -84.35916, 33.690536 ], [ -84.358803, 33.690415 ], [ -84.358442, 33.69028 ], [ -84.358129, 33.690082 ], [ -84.357844, 33.689982 ], [ -84.357538, 33.689893 ], [ -84.35744, 33.689857 ], [ -84.357344, 33.689815 ], [ -84.357252, 33.689768 ], [ -84.35687, 33.689602 ], [ -84.356672, 33.689529 ], [ -84.35647, 33.689466 ], [ -84.356363, 33.689462 ], [ -84.356257, 33.689477 ], [ -84.356178, 33.689415 ], [ -84.356121, 33.689339 ], [ -84.35608, 33.689256 ], [ -84.35606, 33.689167 ], [ -84.356007, 33.689089 ], [ -84.35594, 33.689019 ], [ -84.355859, 33.688959 ], [ -84.355585, 33.688816 ], [ -84.355397, 33.688728 ], [ -84.355342, 33.688638 ], [ -84.355178, 33.688545 ], [ -84.354955, 33.688385 ], [ -84.354224, 33.687688 ], [ -84.354131, 33.687582 ], [ -84.353595, 33.687088 ], [ -84.353471, 33.686987 ], [ -84.353388, 33.68693 ], [ -84.35323, 33.686807 ], [ -84.353155, 33.686743 ], [ -84.352948, 33.686535 ], [ -84.352796, 33.686408 ], [ -84.352714, 33.686349 ], [ -84.352629, 33.686294 ], [ -84.35257, 33.686218 ], [ -84.352532, 33.686134 ], [ -84.352505, 33.685956 ], [ -84.352492, 33.685776 ], [ -84.352476, 33.685687 ], [ -84.352453, 33.685599 ], [ -84.352398, 33.685424 ], [ -84.352357, 33.685247 ], [ -84.352354, 33.685157 ], [ -84.35234, 33.685068 ], [ -84.352318, 33.68498 ], [ -84.352287, 33.684893 ], [ -84.352308, 33.684806 ], [ -84.352368, 33.684732 ], [ -84.352552, 33.684638 ], [ -84.352649, 33.684599 ], [ -84.352731, 33.684541 ], [ -84.352802, 33.684473 ], [ -84.352852, 33.684394 ], [ -84.352881, 33.684307 ], [ -84.352894, 33.684218 ], [ -84.35289, 33.684128 ], [ -84.352869, 33.684039 ], [ -84.352837, 33.683953 ], [ -84.352793, 33.683871 ], [ -84.352737, 33.683794 ], [ -84.352714, 33.683706 ], [ -84.352679, 33.683621 ], [ -84.352638, 33.683538 ], [ -84.352612, 33.683359 ], [ -84.352592, 33.683179 ], [ -84.352554, 33.683002 ], [ -84.352554, 33.682977 ], [ -84.352556, 33.682912 ], [ -84.352573, 33.682823 ], [ -84.352577, 33.682733 ], [ -84.352575, 33.682643 ], [ -84.352585, 33.682553 ], [ -84.352633, 33.682286 ], [ -84.352626, 33.682196 ], [ -84.352605, 33.682108 ], [ -84.352621, 33.682019 ], [ -84.352629, 33.681839 ], [ -84.35262, 33.681659 ], [ -84.352571, 33.681579 ], [ -84.352533, 33.681494 ], [ -84.352504, 33.681408 ], [ -84.352492, 33.681318 ], [ -84.3525, 33.681228 ], [ -84.352526, 33.681141 ], [ -84.35253, 33.681051 ], [ -84.352522, 33.680961 ], [ -84.352534, 33.680872 ], [ -84.352554, 33.680783 ], [ -84.352582, 33.680696 ], [ -84.352583, 33.680606 ], [ -84.352566, 33.680517 ], [ -84.35254, 33.680431 ], [ -84.352668, 33.680402 ], [ -84.352775, 33.680396 ], [ -84.352882, 33.680407 ], [ -84.353205, 33.680415 ], [ -84.353421, 33.680426 ], [ -84.353524, 33.680402 ], [ -84.353624, 33.680368 ], [ -84.353728, 33.680344 ], [ -84.353827, 33.680309 ], [ -84.354017, 33.680224 ], [ -84.354194, 33.680121 ], [ -84.354364, 33.68001 ], [ -84.354539, 33.679905 ], [ -84.354722, 33.679809 ], [ -84.355007, 33.679683 ], [ -84.355189, 33.679586 ], [ -84.355276, 33.679533 ], [ -84.355359, 33.679475 ], [ -84.355541, 33.679378 ], [ -84.355636, 33.679336 ], [ -84.355819, 33.679241 ], [ -84.355915, 33.6792 ], [ -84.356014, 33.679164 ], [ -84.356115, 33.679133 ], [ -84.356219, 33.679108 ], [ -84.356325, 33.679094 ], [ -84.356433, 33.67909 ], [ -84.356541, 33.679095 ], [ -84.356647, 33.679108 ], [ -84.356742, 33.679067 ], [ -84.356823, 33.679007 ], [ -84.356929, 33.678997 ], [ -84.357033, 33.67902 ], [ -84.357139, 33.679034 ], [ -84.357247, 33.679038 ], [ -84.357569, 33.679021 ], [ -84.357677, 33.679028 ], [ -84.357782, 33.679047 ], [ -84.358017, 33.679071 ], [ -84.358103, 33.679078 ], [ -84.358426, 33.67909 ], [ -84.358641, 33.679106 ], [ -84.358748, 33.679118 ], [ -84.358833, 33.679173 ], [ -84.358937, 33.679196 ], [ -84.35906, 33.679206 ], [ -84.359148, 33.679314 ], [ -84.359325, 33.679417 ], [ -84.359508, 33.679512 ], [ -84.359698, 33.679597 ], [ -84.359797, 33.679634 ], [ -84.359999, 33.679696 ], [ -84.360193, 33.679774 ], [ -84.360474, 33.679908 ], [ -84.360748, 33.680051 ], [ -84.361016, 33.680203 ], [ -84.361447, 33.680473 ], [ -84.361538, 33.680522 ], [ -84.361632, 33.680566 ], [ -84.361828, 33.68064 ], [ -84.361924, 33.680682 ], [ -84.362015, 33.68073 ], [ -84.362097, 33.680789 ], [ -84.362168, 33.680856 ], [ -84.36225, 33.680915 ], [ -84.36234, 33.680964 ], [ -84.362437, 33.681004 ], [ -84.362539, 33.681033 ], [ -84.362644, 33.68105 ], [ -84.362746, 33.681081 ], [ -84.362844, 33.681118 ], [ -84.362938, 33.681162 ], [ -84.363027, 33.681212 ], [ -84.363126, 33.681249 ], [ -84.363228, 33.681278 ], [ -84.363325, 33.681317 ], [ -84.363419, 33.681361 ], [ -84.363509, 33.681411 ], [ -84.363595, 33.681465 ], [ -84.363676, 33.681525 ], [ -84.363761, 33.68158 ], [ -84.364027, 33.681734 ], [ -84.364212, 33.681826 ], [ -84.364495, 33.681957 ], [ -84.365172, 33.682235 ], [ -84.365458, 33.682362 ], [ -84.36554, 33.682397 ], [ -84.365651, 33.682441 ], [ -84.366247, 33.682652 ], [ -84.366451, 33.682711 ], [ -84.36666, 33.682753 ], [ -84.366763, 33.682781 ], [ -84.366862, 33.682817 ], [ -84.366956, 33.68286 ], [ -84.367046, 33.68291 ], [ -84.367143, 33.682949 ], [ -84.367245, 33.682978 ], [ -84.367351, 33.682995 ], [ -84.367557, 33.683047 ], [ -84.367657, 33.683081 ], [ -84.36805, 33.68323 ], [ -84.368357, 33.683337 ], [ -84.368391, 33.683338 ], [ -84.369195, 33.683599 ], [ -84.369702, 33.683752 ], [ -84.370421, 33.683944 ], [ -84.370726, 33.684035 ], [ -84.370824, 33.684073 ], [ -84.370918, 33.684116 ], [ -84.371008, 33.684166 ], [ -84.371181, 33.684273 ], [ -84.371361, 33.684372 ], [ -84.371548, 33.684462 ], [ -84.372121, 33.684713 ], [ -84.372397, 33.684853 ], [ -84.372841, 33.685109 ], [ -84.373117, 33.68525 ], [ -84.373203, 33.685304 ], [ -84.373282, 33.685365 ], [ -84.373504, 33.685562 ], [ -84.373962, 33.685944 ], [ -84.374748, 33.686561 ], [ -84.375304, 33.686988 ], [ -84.376227, 33.68761 ], [ -84.376465, 33.687792 ], [ -84.376616, 33.687922 ], [ -84.376695, 33.687982 ], [ -84.376863, 33.688095 ], [ -84.377043, 33.688195 ], [ -84.377143, 33.68826 ], [ -84.376921, 33.68843 ], [ -84.376616, 33.688637 ], [ -84.376481, 33.688704 ], [ -84.376337, 33.688756 ], [ -84.376144, 33.688802 ], [ -84.375929, 33.688823 ], [ -84.374259, 33.688811 ], [ -84.374189, 33.68882 ], [ -84.373924, 33.688828 ], [ -84.373897, 33.690456 ], [ -84.37388, 33.691509 ], [ -84.373845, 33.693694 ], [ -84.373829, 33.694656 ], [ -84.373815, 33.695557 ], [ -84.373798, 33.69664 ], [ -84.373814, 33.696772 ], [ -84.373856, 33.696904 ], [ -84.376146, 33.696924 ], [ -84.378118, 33.696942 ], [ -84.379043, 33.69695 ], [ -84.380357, 33.696959 ], [ -84.380338, 33.697999 ], [ -84.381485, 33.697999 ], [ -84.381492, 33.698794 ], [ -84.381551, 33.699083 ], [ -84.381562, 33.69921 ], [ -84.381541, 33.701185 ], [ -84.38147, 33.701679 ], [ -84.381454, 33.702097 ], [ -84.382071, 33.702188 ], [ -84.382576, 33.70224 ], [ -84.383239, 33.702305 ], [ -84.38358, 33.702355 ], [ -84.383844, 33.702394 ], [ -84.383999, 33.702392 ], [ -84.38413, 33.702361 ], [ -84.384301, 33.702283 ], [ -84.384516, 33.702162 ], [ -84.384794, 33.701979 ], [ -84.38496, 33.701905 ], [ -84.385094, 33.701869 ], [ -84.385234, 33.701851 ], [ -84.385375, 33.70185 ], [ -84.385515, 33.701869 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007100", "name": "Census Tract 71, Fulton County, Georgia", "total_population_17": 2266, "white_alone_17": 113.0, "black_alone_17": 1994.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 157.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 4.273, "pct_black_alone_change": -9.047, "pct_native_alone_change": -0.28, "pct_asian_alone_change": -0.255, "pct_hispanic_or_latino_change": 5.4, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6963573", "INTPTLON": "-084.3546554" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.365775, 33.697034 ], [ -84.365727, 33.697114 ], [ -84.365641, 33.697168 ], [ -84.365588, 33.697245 ], [ -84.365605, 33.697334 ], [ -84.365575, 33.69742 ], [ -84.365418, 33.697543 ], [ -84.365328, 33.697592 ], [ -84.365257, 33.697659 ], [ -84.365213, 33.697741 ], [ -84.36519, 33.697829 ], [ -84.36519, 33.69787 ], [ -84.365189, 33.697919 ], [ -84.365205, 33.697942 ], [ -84.365201, 33.697964 ], [ -84.365213, 33.698007 ], [ -84.36524, 33.698186 ], [ -84.365234, 33.698275 ], [ -84.365205, 33.698362 ], [ -84.365167, 33.698447 ], [ -84.365121, 33.698528 ], [ -84.365065, 33.698605 ], [ -84.365033, 33.698691 ], [ -84.36503, 33.698806 ], [ -84.364993, 33.699232 ], [ -84.361926, 33.699202 ], [ -84.361866, 33.699211 ], [ -84.361813, 33.699235 ], [ -84.360927, 33.698302 ], [ -84.360769, 33.698109 ], [ -84.360628, 33.697902 ], [ -84.360498, 33.697665 ], [ -84.360394, 33.697426 ], [ -84.360315, 33.697174 ], [ -84.360262, 33.696913 ], [ -84.360128, 33.696911 ], [ -84.36012, 33.697199 ], [ -84.360063, 33.69742 ], [ -84.359986, 33.697572 ], [ -84.35985, 33.697775 ], [ -84.359677, 33.698036 ], [ -84.359542, 33.698153 ], [ -84.359387, 33.698234 ], [ -84.359278, 33.698269 ], [ -84.358833, 33.698381 ], [ -84.358873, 33.698559 ], [ -84.358887, 33.698795 ], [ -84.358893, 33.69905 ], [ -84.358909, 33.699735 ], [ -84.358913, 33.700165 ], [ -84.358885, 33.70031 ], [ -84.358831, 33.700449 ], [ -84.358719, 33.700621 ], [ -84.358288, 33.701083 ], [ -84.358165, 33.70126 ], [ -84.35811, 33.701386 ], [ -84.357769, 33.702392 ], [ -84.357644, 33.702649 ], [ -84.357476, 33.702883 ], [ -84.357266, 33.703092 ], [ -84.357191, 33.703146 ], [ -84.357021, 33.70327 ], [ -84.356715, 33.703429 ], [ -84.356415, 33.703531 ], [ -84.3561, 33.703594 ], [ -84.355776, 33.703616 ], [ -84.355775, 33.704208 ], [ -84.355763, 33.704373 ], [ -84.355718, 33.704602 ], [ -84.355629, 33.70485 ], [ -84.355494, 33.705097 ], [ -84.355312, 33.705342 ], [ -84.356075, 33.705831 ], [ -84.356341, 33.706027 ], [ -84.356593, 33.706236 ], [ -84.356902, 33.706528 ], [ -84.358301, 33.707971 ], [ -84.358763, 33.708384 ], [ -84.359127, 33.708675 ], [ -84.359507, 33.708953 ], [ -84.359376, 33.708995 ], [ -84.35924, 33.709012 ], [ -84.35841, 33.708994 ], [ -84.356065, 33.70894 ], [ -84.355674, 33.708931 ], [ -84.354566, 33.708905 ], [ -84.354253, 33.708908 ], [ -84.354115, 33.708915 ], [ -84.353673, 33.708937 ], [ -84.353369, 33.708973 ], [ -84.352556, 33.709034 ], [ -84.352127, 33.709066 ], [ -84.349511, 33.709266 ], [ -84.349513, 33.708327 ], [ -84.3495, 33.704697 ], [ -84.3495, 33.704406 ], [ -84.3495, 33.70412 ], [ -84.349502, 33.703469 ], [ -84.349477, 33.701271 ], [ -84.34948, 33.700848 ], [ -84.349487, 33.700619 ], [ -84.349484, 33.700583 ], [ -84.349489, 33.699821 ], [ -84.349508, 33.69903 ], [ -84.349516, 33.698721 ], [ -84.349523, 33.69851 ], [ -84.349546, 33.698159 ], [ -84.34961, 33.697197 ], [ -84.349581, 33.695513 ], [ -84.349578, 33.695307 ], [ -84.349482, 33.693727 ], [ -84.349413, 33.69257 ], [ -84.349367, 33.692193 ], [ -84.349318, 33.691518 ], [ -84.349291, 33.69112 ], [ -84.349242, 33.690211 ], [ -84.349224, 33.689907 ], [ -84.349224, 33.689307 ], [ -84.349224, 33.688372 ], [ -84.349223, 33.687653 ], [ -84.349223, 33.685292 ], [ -84.349223, 33.683944 ], [ -84.349223, 33.683253 ], [ -84.349223, 33.683107 ], [ -84.349233, 33.682959 ], [ -84.349237, 33.682897 ], [ -84.349302, 33.68196 ], [ -84.349414, 33.680346 ], [ -84.349528, 33.68034 ], [ -84.349579, 33.680357 ], [ -84.349636, 33.680335 ], [ -84.349744, 33.680334 ], [ -84.349851, 33.680338 ], [ -84.349958, 33.680347 ], [ -84.350171, 33.680379 ], [ -84.350278, 33.680382 ], [ -84.350386, 33.680375 ], [ -84.350491, 33.680357 ], [ -84.350594, 33.680329 ], [ -84.350917, 33.680332 ], [ -84.35124, 33.680322 ], [ -84.351347, 33.68033 ], [ -84.351453, 33.680349 ], [ -84.351555, 33.680377 ], [ -84.35166, 33.680399 ], [ -84.351766, 33.680416 ], [ -84.351872, 33.680428 ], [ -84.35198, 33.680435 ], [ -84.352088, 33.680437 ], [ -84.35254, 33.680431 ], [ -84.352566, 33.680517 ], [ -84.352583, 33.680606 ], [ -84.352582, 33.680696 ], [ -84.352554, 33.680783 ], [ -84.352534, 33.680872 ], [ -84.352522, 33.680961 ], [ -84.35253, 33.681051 ], [ -84.352526, 33.681141 ], [ -84.3525, 33.681228 ], [ -84.352492, 33.681318 ], [ -84.352504, 33.681408 ], [ -84.352533, 33.681494 ], [ -84.352571, 33.681579 ], [ -84.35262, 33.681659 ], [ -84.352629, 33.681839 ], [ -84.352621, 33.682019 ], [ -84.352605, 33.682108 ], [ -84.352626, 33.682196 ], [ -84.352633, 33.682286 ], [ -84.352585, 33.682553 ], [ -84.352575, 33.682643 ], [ -84.352577, 33.682733 ], [ -84.352573, 33.682823 ], [ -84.352556, 33.682912 ], [ -84.352554, 33.682977 ], [ -84.352554, 33.683002 ], [ -84.352592, 33.683179 ], [ -84.352612, 33.683359 ], [ -84.352638, 33.683538 ], [ -84.352679, 33.683621 ], [ -84.352714, 33.683706 ], [ -84.352737, 33.683794 ], [ -84.352793, 33.683871 ], [ -84.352837, 33.683953 ], [ -84.352869, 33.684039 ], [ -84.35289, 33.684128 ], [ -84.352894, 33.684218 ], [ -84.352881, 33.684307 ], [ -84.352852, 33.684394 ], [ -84.352802, 33.684473 ], [ -84.352731, 33.684541 ], [ -84.352649, 33.684599 ], [ -84.352552, 33.684638 ], [ -84.352368, 33.684732 ], [ -84.352308, 33.684806 ], [ -84.352287, 33.684893 ], [ -84.352318, 33.68498 ], [ -84.35234, 33.685068 ], [ -84.352354, 33.685157 ], [ -84.352357, 33.685247 ], [ -84.352398, 33.685424 ], [ -84.352453, 33.685599 ], [ -84.352476, 33.685687 ], [ -84.352492, 33.685776 ], [ -84.352505, 33.685956 ], [ -84.352532, 33.686134 ], [ -84.35257, 33.686218 ], [ -84.352629, 33.686294 ], [ -84.352714, 33.686349 ], [ -84.352796, 33.686408 ], [ -84.352948, 33.686535 ], [ -84.353155, 33.686743 ], [ -84.35323, 33.686807 ], [ -84.353388, 33.68693 ], [ -84.353471, 33.686987 ], [ -84.353595, 33.687088 ], [ -84.354131, 33.687582 ], [ -84.354224, 33.687688 ], [ -84.354955, 33.688385 ], [ -84.355178, 33.688545 ], [ -84.355342, 33.688638 ], [ -84.355397, 33.688728 ], [ -84.355585, 33.688816 ], [ -84.355859, 33.688959 ], [ -84.35594, 33.689019 ], [ -84.356007, 33.689089 ], [ -84.35606, 33.689167 ], [ -84.35608, 33.689256 ], [ -84.356121, 33.689339 ], [ -84.356178, 33.689415 ], [ -84.356257, 33.689477 ], [ -84.356363, 33.689462 ], [ -84.35647, 33.689466 ], [ -84.356672, 33.689529 ], [ -84.35687, 33.689602 ], [ -84.357252, 33.689768 ], [ -84.357344, 33.689815 ], [ -84.35744, 33.689857 ], [ -84.357538, 33.689893 ], [ -84.357844, 33.689982 ], [ -84.358129, 33.690082 ], [ -84.358442, 33.69028 ], [ -84.358803, 33.690415 ], [ -84.35916, 33.690536 ], [ -84.359331, 33.690762 ], [ -84.359532, 33.690845 ], [ -84.359871, 33.690872 ], [ -84.359976, 33.690892 ], [ -84.360078, 33.69092 ], [ -84.360152, 33.690947 ], [ -84.360177, 33.690956 ], [ -84.360279, 33.690985 ], [ -84.360357, 33.691045 ], [ -84.3604, 33.691127 ], [ -84.360394, 33.691307 ], [ -84.360374, 33.691396 ], [ -84.360379, 33.691486 ], [ -84.36041, 33.691572 ], [ -84.360465, 33.691649 ], [ -84.36054, 33.691713 ], [ -84.360629, 33.691765 ], [ -84.360727, 33.691801 ], [ -84.360832, 33.691818 ], [ -84.360912, 33.691876 ], [ -84.360943, 33.691963 ], [ -84.360989, 33.692044 ], [ -84.361047, 33.69212 ], [ -84.361113, 33.692191 ], [ -84.361187, 33.692257 ], [ -84.361589, 33.692557 ], [ -84.361663, 33.692623 ], [ -84.361729, 33.692693 ], [ -84.361789, 33.692768 ], [ -84.361841, 33.692847 ], [ -84.361964, 33.693097 ], [ -84.361989, 33.693138 ], [ -84.362013, 33.693178 ], [ -84.362073, 33.693252 ], [ -84.362143, 33.693321 ], [ -84.362225, 33.69338 ], [ -84.362292, 33.69345 ], [ -84.362333, 33.693533 ], [ -84.362429, 33.693694 ], [ -84.36254, 33.693849 ], [ -84.362617, 33.693911 ], [ -84.36271, 33.693957 ], [ -84.362815, 33.693975 ], [ -84.362914, 33.69401 ], [ -84.363003, 33.694062 ], [ -84.363076, 33.694127 ], [ -84.36325, 33.694355 ], [ -84.363378, 33.694501 ], [ -84.363652, 33.694778 ], [ -84.363716, 33.694851 ], [ -84.363738, 33.694872 ], [ -84.363787, 33.694919 ], [ -84.363866, 33.69498 ], [ -84.363951, 33.695035 ], [ -84.364042, 33.695084 ], [ -84.364138, 33.695125 ], [ -84.364239, 33.695156 ], [ -84.364334, 33.695198 ], [ -84.364422, 33.69525 ], [ -84.365226, 33.69598 ], [ -84.365304, 33.696041 ], [ -84.36537, 33.696112 ], [ -84.365423, 33.696191 ], [ -84.365455, 33.696277 ], [ -84.365528, 33.696442 ], [ -84.365576, 33.696527 ], [ -84.365659, 33.696694 ], [ -84.365729, 33.696864 ], [ -84.365775, 33.696945 ], [ -84.365775, 33.697034 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007200", "name": "Census Tract 72, Fulton County, Georgia", "total_population_17": 2307, "white_alone_17": 23.0, "black_alone_17": 2154.0, "native_alone_17": 0.0, "asian_alone_17": 99.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 18.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.805, "pct_black_alone_change": 1.153, "pct_native_alone_change": -0.12, "pct_asian_alone_change": 3.979, "pct_hispanic_or_latino_change": -4.53, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+33.6563757", "INTPTLON": "-084.3609353" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.399406, 33.649951 ], [ -84.399398, 33.65027 ], [ -84.399326, 33.653262 ], [ -84.399322, 33.653436 ], [ -84.399316, 33.653703 ], [ -84.397239, 33.653258 ], [ -84.397041, 33.653205 ], [ -84.396946, 33.65318 ], [ -84.396859, 33.653154 ], [ -84.396762, 33.653125 ], [ -84.396703, 33.653107 ], [ -84.396272, 33.652955 ], [ -84.396092, 33.652891 ], [ -84.395843, 33.652793 ], [ -84.395702, 33.652724 ], [ -84.39553, 33.652643 ], [ -84.395215, 33.652472 ], [ -84.394889, 33.652277 ], [ -84.39474, 33.652182 ], [ -84.394625, 33.65211 ], [ -84.394261, 33.651862 ], [ -84.393333, 33.652987 ], [ -84.39262, 33.654939 ], [ -84.3925, 33.65519 ], [ -84.392341, 33.655424 ], [ -84.392145, 33.655639 ], [ -84.391496, 33.656145 ], [ -84.391338, 33.656268 ], [ -84.391245, 33.656341 ], [ -84.391026, 33.656532 ], [ -84.390827, 33.65673 ], [ -84.390376, 33.657241 ], [ -84.390244, 33.657391 ], [ -84.389979, 33.657691 ], [ -84.389829, 33.657842 ], [ -84.389668, 33.657975 ], [ -84.389493, 33.658095 ], [ -84.389304, 33.658201 ], [ -84.389112, 33.658288 ], [ -84.388211, 33.658629 ], [ -84.387808, 33.658794 ], [ -84.387258, 33.659044 ], [ -84.386798, 33.659277 ], [ -84.386277, 33.659569 ], [ -84.385775, 33.659883 ], [ -84.385339, 33.660184 ], [ -84.384797, 33.660599 ], [ -84.384425, 33.660915 ], [ -84.384033, 33.661276 ], [ -84.383717, 33.661597 ], [ -84.383425, 33.661918 ], [ -84.381814, 33.663877 ], [ -84.381501, 33.664202 ], [ -84.381222, 33.664415 ], [ -84.380195, 33.664966 ], [ -84.380218, 33.664828 ], [ -84.378758, 33.664188 ], [ -84.378009, 33.663867 ], [ -84.377658, 33.663695 ], [ -84.377425, 33.663624 ], [ -84.377139, 33.6636 ], [ -84.375724, 33.663579 ], [ -84.375148, 33.663566 ], [ -84.37497, 33.663573 ], [ -84.373758, 33.663733 ], [ -84.37375, 33.663571 ], [ -84.373718, 33.663133 ], [ -84.373684, 33.662811 ], [ -84.373636, 33.662533 ], [ -84.373531, 33.662265 ], [ -84.373418, 33.662015 ], [ -84.373249, 33.661709 ], [ -84.372997, 33.661379 ], [ -84.372711, 33.661063 ], [ -84.372567, 33.660925 ], [ -84.372498, 33.660854 ], [ -84.372269, 33.66062 ], [ -84.371881, 33.660178 ], [ -84.371727, 33.659945 ], [ -84.371613, 33.659764 ], [ -84.371527, 33.659627 ], [ -84.37135, 33.659356 ], [ -84.370771, 33.658474 ], [ -84.370664, 33.65829 ], [ -84.370297, 33.657756 ], [ -84.370202, 33.657618 ], [ -84.369255, 33.656244 ], [ -84.369227, 33.656275 ], [ -84.369145, 33.656297 ], [ -84.369125, 33.656302 ], [ -84.369031, 33.656346 ], [ -84.368949, 33.656404 ], [ -84.368885, 33.656477 ], [ -84.368854, 33.656563 ], [ -84.36878, 33.656732 ], [ -84.368692, 33.656897 ], [ -84.368498, 33.657219 ], [ -84.36846, 33.657303 ], [ -84.368416, 33.657385 ], [ -84.368361, 33.657463 ], [ -84.368315, 33.657544 ], [ -84.368277, 33.657629 ], [ -84.368257, 33.657717 ], [ -84.368224, 33.657803 ], [ -84.368181, 33.657885 ], [ -84.368126, 33.657963 ], [ -84.368087, 33.658047 ], [ -84.368067, 33.658135 ], [ -84.368046, 33.658315 ], [ -84.368059, 33.658403 ], [ -84.368031, 33.65849 ], [ -84.36796, 33.658557 ], [ -84.367895, 33.658629 ], [ -84.367804, 33.658676 ], [ -84.367699, 33.658694 ], [ -84.367597, 33.65867 ], [ -84.3675, 33.658706 ], [ -84.367462, 33.65879 ], [ -84.367437, 33.658878 ], [ -84.367437, 33.658968 ], [ -84.367425, 33.659058 ], [ -84.367403, 33.659146 ], [ -84.367328, 33.659315 ], [ -84.367148, 33.659662 ], [ -84.367035, 33.659896 ], [ -84.366962, 33.660065 ], [ -84.366914, 33.660146 ], [ -84.366851, 33.660219 ], [ -84.366816, 33.660304 ], [ -84.366759, 33.66038 ], [ -84.366622, 33.660476 ], [ -84.36664, 33.660519 ], [ -84.36665, 33.660608 ], [ -84.366667, 33.660697 ], [ -84.366627, 33.66078 ], [ -84.366431, 33.660891 ], [ -84.366439, 33.660979 ], [ -84.366473, 33.661064 ], [ -84.366532, 33.66114 ], [ -84.366624, 33.661186 ], [ -84.366706, 33.661244 ], [ -84.366778, 33.661311 ], [ -84.366838, 33.661385 ], [ -84.366852, 33.661474 ], [ -84.366822, 33.661609 ], [ -84.366722, 33.661643 ], [ -84.366616, 33.661629 ], [ -84.366514, 33.661621 ], [ -84.366459, 33.661696 ], [ -84.366498, 33.66178 ], [ -84.366562, 33.661852 ], [ -84.366608, 33.661934 ], [ -84.366632, 33.662021 ], [ -84.366619, 33.66211 ], [ -84.366617, 33.662199 ], [ -84.366676, 33.662273 ], [ -84.36678, 33.662291 ], [ -84.366861, 33.662348 ], [ -84.366884, 33.662434 ], [ -84.36679, 33.662474 ], [ -84.366739, 33.662551 ], [ -84.366776, 33.662633 ], [ -84.366876, 33.662667 ], [ -84.366981, 33.662655 ], [ -84.367072, 33.6627 ], [ -84.367109, 33.662784 ], [ -84.367067, 33.662866 ], [ -84.367072, 33.662955 ], [ -84.367156, 33.663008 ], [ -84.367175, 33.663095 ], [ -84.367098, 33.663157 ], [ -84.367081, 33.663244 ], [ -84.367142, 33.663318 ], [ -84.367228, 33.663372 ], [ -84.36733, 33.6634 ], [ -84.367433, 33.663381 ], [ -84.36753, 33.663416 ], [ -84.367577, 33.663497 ], [ -84.367601, 33.663585 ], [ -84.367591, 33.663674 ], [ -84.367549, 33.663942 ], [ -84.36754, 33.664032 ], [ -84.367555, 33.664121 ], [ -84.367543, 33.664211 ], [ -84.367493, 33.664289 ], [ -84.367493, 33.664379 ], [ -84.367547, 33.664457 ], [ -84.367629, 33.664514 ], [ -84.367678, 33.664594 ], [ -84.367684, 33.664683 ], [ -84.367543, 33.664926 ], [ -84.367474, 33.664995 ], [ -84.367456, 33.665006 ], [ -84.367386, 33.665048 ], [ -84.367286, 33.66508 ], [ -84.367179, 33.665088 ], [ -84.366966, 33.665116 ], [ -84.366752, 33.665137 ], [ -84.366647, 33.665158 ], [ -84.36654, 33.665162 ], [ -84.366434, 33.665144 ], [ -84.366327, 33.665135 ], [ -84.366219, 33.665133 ], [ -84.366112, 33.665138 ], [ -84.366009, 33.665165 ], [ -84.365738, 33.665313 ], [ -84.365644, 33.665356 ], [ -84.365554, 33.665406 ], [ -84.365383, 33.665515 ], [ -84.365327, 33.665591 ], [ -84.365316, 33.665677 ], [ -84.365219, 33.665714 ], [ -84.365124, 33.665672 ], [ -84.36502, 33.665649 ], [ -84.364913, 33.665659 ], [ -84.364812, 33.665685 ], [ -84.364761, 33.665744 ], [ -84.364751, 33.665763 ], [ -84.364771, 33.665845 ], [ -84.364823, 33.665924 ], [ -84.364856, 33.66601 ], [ -84.364875, 33.666098 ], [ -84.364855, 33.666187 ], [ -84.364785, 33.666252 ], [ -84.364815, 33.666338 ], [ -84.364869, 33.666416 ], [ -84.364952, 33.666472 ], [ -84.36499, 33.666556 ], [ -84.365002, 33.666645 ], [ -84.364975, 33.666732 ], [ -84.364907, 33.666801 ], [ -84.364806, 33.666831 ], [ -84.364714, 33.666878 ], [ -84.364642, 33.666944 ], [ -84.364574, 33.667115 ], [ -84.364535, 33.667199 ], [ -84.364521, 33.667288 ], [ -84.364531, 33.667378 ], [ -84.364578, 33.667459 ], [ -84.364604, 33.667546 ], [ -84.364603, 33.667636 ], [ -84.364617, 33.667816 ], [ -84.364621, 33.66805 ], [ -84.364621, 33.668086 ], [ -84.364611, 33.668267 ], [ -84.364606, 33.668537 ], [ -84.364623, 33.668626 ], [ -84.364655, 33.668712 ], [ -84.364705, 33.668792 ], [ -84.364778, 33.668857 ], [ -84.364815, 33.668941 ], [ -84.364793, 33.66912 ], [ -84.364742, 33.669387 ], [ -84.364735, 33.669477 ], [ -84.364737, 33.669567 ], [ -84.364749, 33.669656 ], [ -84.364768, 33.669745 ], [ -84.364794, 33.669833 ], [ -84.364825, 33.669919 ], [ -84.364862, 33.670004 ], [ -84.364911, 33.670084 ], [ -84.364949, 33.670168 ], [ -84.364976, 33.670254 ], [ -84.364949, 33.670341 ], [ -84.364866, 33.670397 ], [ -84.364808, 33.670472 ], [ -84.36479, 33.670561 ], [ -84.364785, 33.670651 ], [ -84.364792, 33.670741 ], [ -84.364815, 33.670829 ], [ -84.364853, 33.670913 ], [ -84.364896, 33.670995 ], [ -84.364901, 33.671085 ], [ -84.364863, 33.671168 ], [ -84.36493, 33.671237 ], [ -84.364978, 33.671318 ], [ -84.365002, 33.671406 ], [ -84.365003, 33.671496 ], [ -84.364974, 33.671582 ], [ -84.364976, 33.671672 ], [ -84.364979, 33.671706 ], [ -84.364985, 33.671762 ], [ -84.365009, 33.67185 ], [ -84.365005, 33.671939 ], [ -84.364972, 33.672025 ], [ -84.364927, 33.672106 ], [ -84.364925, 33.672196 ], [ -84.36498, 33.672273 ], [ -84.365049, 33.672343 ], [ -84.36513, 33.672402 ], [ -84.365226, 33.672442 ], [ -84.365291, 33.672513 ], [ -84.365302, 33.672602 ], [ -84.365307, 33.672692 ], [ -84.365292, 33.672781 ], [ -84.365302, 33.672871 ], [ -84.365345, 33.672953 ], [ -84.365395, 33.673033 ], [ -84.36546, 33.673105 ], [ -84.365504, 33.673187 ], [ -84.365525, 33.673275 ], [ -84.365511, 33.673455 ], [ -84.365528, 33.673544 ], [ -84.365566, 33.673628 ], [ -84.365621, 33.673705 ], [ -84.365692, 33.673772 ], [ -84.3658, 33.673777 ], [ -84.365906, 33.67379 ], [ -84.366011, 33.673811 ], [ -84.366107, 33.673853 ], [ -84.366344, 33.674036 ], [ -84.366449, 33.674052 ], [ -84.366531, 33.674109 ], [ -84.366564, 33.674195 ], [ -84.366621, 33.674368 ], [ -84.366641, 33.674457 ], [ -84.366654, 33.674546 ], [ -84.366655, 33.674636 ], [ -84.366698, 33.674719 ], [ -84.366752, 33.674797 ], [ -84.366822, 33.674865 ], [ -84.366952, 33.675008 ], [ -84.366983, 33.675094 ], [ -84.366973, 33.675184 ], [ -84.366956, 33.675272 ], [ -84.366904, 33.675351 ], [ -84.366816, 33.675402 ], [ -84.366736, 33.675462 ], [ -84.366666, 33.67553 ], [ -84.366632, 33.675615 ], [ -84.366633, 33.675698 ], [ -84.366654, 33.675788 ], [ -84.366668, 33.675877 ], [ -84.366675, 33.676057 ], [ -84.366659, 33.676146 ], [ -84.366628, 33.676232 ], [ -84.366533, 33.676394 ], [ -84.366492, 33.676477 ], [ -84.366414, 33.676538 ], [ -84.366311, 33.676565 ], [ -84.366204, 33.676557 ], [ -84.3661, 33.676579 ], [ -84.366014, 33.676634 ], [ -84.365938, 33.676697 ], [ -84.365876, 33.676769 ], [ -84.365775, 33.676802 ], [ -84.365668, 33.67681 ], [ -84.365563, 33.676831 ], [ -84.365462, 33.676862 ], [ -84.365368, 33.676906 ], [ -84.365278, 33.676955 ], [ -84.365193, 33.677011 ], [ -84.365103, 33.67706 ], [ -84.365021, 33.677118 ], [ -84.36492, 33.677149 ], [ -84.364864, 33.677225 ], [ -84.364787, 33.677288 ], [ -84.364692, 33.67733 ], [ -84.364506, 33.677421 ], [ -84.364315, 33.677506 ], [ -84.364216, 33.677541 ], [ -84.364131, 33.677595 ], [ -84.364063, 33.677673 ], [ -84.364005, 33.677742 ], [ -84.363927, 33.677803 ], [ -84.363633, 33.677917 ], [ -84.363532, 33.677948 ], [ -84.363428, 33.67797 ], [ -84.363321, 33.677983 ], [ -84.363213, 33.677985 ], [ -84.363106, 33.677975 ], [ -84.363006, 33.677943 ], [ -84.3629, 33.677948 ], [ -84.362845, 33.678024 ], [ -84.362758, 33.678076 ], [ -84.362652, 33.67809 ], [ -84.362329, 33.678089 ], [ -84.362253, 33.678153 ], [ -84.362172, 33.678213 ], [ -84.361999, 33.67832 ], [ -84.361818, 33.678417 ], [ -84.361563, 33.678584 ], [ -84.361436, 33.67865 ], [ -84.361411, 33.67869 ], [ -84.361321, 33.678738 ], [ -84.36124, 33.678797 ], [ -84.36115, 33.678847 ], [ -84.361054, 33.678887 ], [ -84.360868, 33.678978 ], [ -84.360769, 33.679014 ], [ -84.360667, 33.679044 ], [ -84.360563, 33.679067 ], [ -84.360353, 33.679106 ], [ -84.360246, 33.679117 ], [ -84.360138, 33.679119 ], [ -84.3596, 33.679144 ], [ -84.359386, 33.679165 ], [ -84.359278, 33.679169 ], [ -84.35917, 33.679167 ], [ -84.35906, 33.679206 ], [ -84.358937, 33.679196 ], [ -84.358833, 33.679173 ], [ -84.358748, 33.679118 ], [ -84.358641, 33.679106 ], [ -84.358426, 33.67909 ], [ -84.358103, 33.679078 ], [ -84.358017, 33.679071 ], [ -84.357782, 33.679047 ], [ -84.357677, 33.679028 ], [ -84.357569, 33.679021 ], [ -84.357247, 33.679038 ], [ -84.357139, 33.679034 ], [ -84.357033, 33.67902 ], [ -84.356929, 33.678997 ], [ -84.356823, 33.679007 ], [ -84.356742, 33.679067 ], [ -84.356647, 33.679108 ], [ -84.356541, 33.679095 ], [ -84.356433, 33.67909 ], [ -84.356325, 33.679094 ], [ -84.356219, 33.679108 ], [ -84.356115, 33.679133 ], [ -84.356014, 33.679164 ], [ -84.355915, 33.6792 ], [ -84.355819, 33.679241 ], [ -84.355636, 33.679336 ], [ -84.355541, 33.679378 ], [ -84.355359, 33.679475 ], [ -84.355276, 33.679533 ], [ -84.355189, 33.679586 ], [ -84.355007, 33.679683 ], [ -84.354722, 33.679809 ], [ -84.354539, 33.679905 ], [ -84.354364, 33.68001 ], [ -84.354194, 33.680121 ], [ -84.354017, 33.680224 ], [ -84.353827, 33.680309 ], [ -84.353728, 33.680344 ], [ -84.353624, 33.680368 ], [ -84.353524, 33.680402 ], [ -84.353421, 33.680426 ], [ -84.353205, 33.680415 ], [ -84.352882, 33.680407 ], [ -84.352775, 33.680396 ], [ -84.352668, 33.680402 ], [ -84.35254, 33.680431 ], [ -84.352088, 33.680437 ], [ -84.35198, 33.680435 ], [ -84.351872, 33.680428 ], [ -84.351766, 33.680416 ], [ -84.35166, 33.680399 ], [ -84.351555, 33.680377 ], [ -84.351453, 33.680349 ], [ -84.351347, 33.68033 ], [ -84.35124, 33.680322 ], [ -84.350917, 33.680332 ], [ -84.350594, 33.680329 ], [ -84.350491, 33.680357 ], [ -84.350386, 33.680375 ], [ -84.350278, 33.680382 ], [ -84.350171, 33.680379 ], [ -84.349958, 33.680347 ], [ -84.349851, 33.680338 ], [ -84.349744, 33.680334 ], [ -84.349636, 33.680335 ], [ -84.349579, 33.680357 ], [ -84.349528, 33.68034 ], [ -84.349414, 33.680346 ], [ -84.349424, 33.680208 ], [ -84.349424, 33.678408 ], [ -84.349524, 33.676008 ], [ -84.349424, 33.674308 ], [ -84.349723, 33.665755 ], [ -84.349799, 33.664035 ], [ -84.349808, 33.663842 ], [ -84.349817, 33.663654 ], [ -84.349818, 33.663637 ], [ -84.349819, 33.663619 ], [ -84.349888, 33.662163 ], [ -84.34991, 33.661687 ], [ -84.349914, 33.661596 ], [ -84.349917, 33.661541 ], [ -84.349924, 33.661408 ], [ -84.350006, 33.657807 ], [ -84.35006, 33.655346 ], [ -84.350117, 33.652763 ], [ -84.350201, 33.648961 ], [ -84.350224, 33.647908 ], [ -84.353669, 33.647815 ], [ -84.353751, 33.647813 ], [ -84.353792, 33.647812 ], [ -84.354024, 33.647808 ], [ -84.355859, 33.647808 ], [ -84.35619, 33.647808 ], [ -84.356212, 33.647808 ], [ -84.356434, 33.647811 ], [ -84.358524, 33.647865 ], [ -84.359116, 33.64788 ], [ -84.359591, 33.647893 ], [ -84.359609, 33.647886 ], [ -84.359765, 33.647897 ], [ -84.359812, 33.647898 ], [ -84.359887, 33.6479 ], [ -84.359959, 33.647902 ], [ -84.360224, 33.647909 ], [ -84.360311, 33.647907 ], [ -84.360941, 33.647895 ], [ -84.365179, 33.647812 ], [ -84.365256, 33.64781 ], [ -84.365271, 33.64781 ], [ -84.365306, 33.647809 ], [ -84.369882, 33.648004 ], [ -84.369922, 33.648009 ], [ -84.370109, 33.648014 ], [ -84.370123, 33.648014 ], [ -84.370308, 33.648014 ], [ -84.370348, 33.648014 ], [ -84.370371, 33.648014 ], [ -84.371344, 33.648011 ], [ -84.372221, 33.64801 ], [ -84.375125, 33.648109 ], [ -84.375825, 33.648109 ], [ -84.379872, 33.648109 ], [ -84.379925, 33.648109 ], [ -84.382229, 33.64811 ], [ -84.382253, 33.64811 ], [ -84.386888, 33.648109 ], [ -84.387131, 33.648109 ], [ -84.387709, 33.648109 ], [ -84.387725, 33.648109 ], [ -84.388183, 33.648109 ], [ -84.388541, 33.648107 ], [ -84.388555, 33.648108 ], [ -84.388694, 33.648109 ], [ -84.388803, 33.648109 ], [ -84.390227, 33.648109 ], [ -84.391061, 33.648109 ], [ -84.391164, 33.648109 ], [ -84.3912, 33.648104 ], [ -84.391335, 33.648108 ], [ -84.391374, 33.648107 ], [ -84.391391, 33.648107 ], [ -84.39155, 33.648106 ], [ -84.391564, 33.648106 ], [ -84.391827, 33.648109 ], [ -84.393858, 33.648175 ], [ -84.394745, 33.648202 ], [ -84.394757, 33.648202 ], [ -84.394907, 33.648207 ], [ -84.395816, 33.648198 ], [ -84.397197, 33.648184 ], [ -84.39722, 33.648187 ], [ -84.397416, 33.648208 ], [ -84.397427, 33.648209 ], [ -84.397453, 33.648218 ], [ -84.397473, 33.648225 ], [ -84.397683, 33.648296 ], [ -84.397729, 33.648312 ], [ -84.397862, 33.648312 ], [ -84.399026, 33.64831 ], [ -84.399446, 33.648309 ], [ -84.399406, 33.649951 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007300", "name": "Census Tract 73, Fulton County, Georgia", "total_population_17": 7880, "white_alone_17": 188.0, "black_alone_17": 7251.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 102.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.426, "pct_black_alone_change": -2.425, "pct_native_alone_change": -0.189, "pct_asian_alone_change": -0.122, "pct_hispanic_or_latino_change": -1.14, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6727170", "INTPTLON": "-084.3812442" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.398375, 33.681119 ], [ -84.397866, 33.681118 ], [ -84.396329, 33.681115 ], [ -84.393708, 33.681109 ], [ -84.393063, 33.681106 ], [ -84.390283, 33.681094 ], [ -84.388767, 33.681088 ], [ -84.387633, 33.681074 ], [ -84.384324, 33.681039 ], [ -84.384326, 33.681346 ], [ -84.3843, 33.68163 ], [ -84.384233, 33.681889 ], [ -84.384175, 33.681997 ], [ -84.384036, 33.682128 ], [ -84.382388, 33.683473 ], [ -84.382074, 33.683632 ], [ -84.380317, 33.684203 ], [ -84.3801, 33.684277 ], [ -84.37994, 33.68436 ], [ -84.379792, 33.684472 ], [ -84.379672, 33.684605 ], [ -84.379613, 33.684699 ], [ -84.378801, 33.686285 ], [ -84.3784, 33.687066 ], [ -84.378297, 33.687228 ], [ -84.37817, 33.687379 ], [ -84.377767, 33.687735 ], [ -84.377199, 33.688217 ], [ -84.377143, 33.68826 ], [ -84.377043, 33.688195 ], [ -84.376863, 33.688095 ], [ -84.376695, 33.687982 ], [ -84.376616, 33.687922 ], [ -84.376465, 33.687792 ], [ -84.376227, 33.68761 ], [ -84.375304, 33.686988 ], [ -84.374748, 33.686561 ], [ -84.373962, 33.685944 ], [ -84.373504, 33.685562 ], [ -84.373282, 33.685365 ], [ -84.373203, 33.685304 ], [ -84.373117, 33.68525 ], [ -84.372841, 33.685109 ], [ -84.372397, 33.684853 ], [ -84.372121, 33.684713 ], [ -84.371548, 33.684462 ], [ -84.371361, 33.684372 ], [ -84.371181, 33.684273 ], [ -84.371008, 33.684166 ], [ -84.370918, 33.684116 ], [ -84.370824, 33.684073 ], [ -84.370726, 33.684035 ], [ -84.370421, 33.683944 ], [ -84.369702, 33.683752 ], [ -84.369195, 33.683599 ], [ -84.368391, 33.683338 ], [ -84.368357, 33.683337 ], [ -84.36805, 33.68323 ], [ -84.367657, 33.683081 ], [ -84.367557, 33.683047 ], [ -84.367351, 33.682995 ], [ -84.367245, 33.682978 ], [ -84.367143, 33.682949 ], [ -84.367046, 33.68291 ], [ -84.366956, 33.68286 ], [ -84.366862, 33.682817 ], [ -84.366763, 33.682781 ], [ -84.36666, 33.682753 ], [ -84.366451, 33.682711 ], [ -84.366247, 33.682652 ], [ -84.365651, 33.682441 ], [ -84.36554, 33.682397 ], [ -84.365458, 33.682362 ], [ -84.365172, 33.682235 ], [ -84.364495, 33.681957 ], [ -84.364212, 33.681826 ], [ -84.364027, 33.681734 ], [ -84.363761, 33.68158 ], [ -84.363676, 33.681525 ], [ -84.363595, 33.681465 ], [ -84.363509, 33.681411 ], [ -84.363419, 33.681361 ], [ -84.363325, 33.681317 ], [ -84.363228, 33.681278 ], [ -84.363126, 33.681249 ], [ -84.363027, 33.681212 ], [ -84.362938, 33.681162 ], [ -84.362844, 33.681118 ], [ -84.362746, 33.681081 ], [ -84.362644, 33.68105 ], [ -84.362539, 33.681033 ], [ -84.362437, 33.681004 ], [ -84.36234, 33.680964 ], [ -84.36225, 33.680915 ], [ -84.362168, 33.680856 ], [ -84.362097, 33.680789 ], [ -84.362015, 33.68073 ], [ -84.361924, 33.680682 ], [ -84.361828, 33.68064 ], [ -84.361632, 33.680566 ], [ -84.361538, 33.680522 ], [ -84.361447, 33.680473 ], [ -84.361016, 33.680203 ], [ -84.360748, 33.680051 ], [ -84.360474, 33.679908 ], [ -84.360193, 33.679774 ], [ -84.359999, 33.679696 ], [ -84.359797, 33.679634 ], [ -84.359698, 33.679597 ], [ -84.359508, 33.679512 ], [ -84.359325, 33.679417 ], [ -84.359148, 33.679314 ], [ -84.35906, 33.679206 ], [ -84.35917, 33.679167 ], [ -84.359278, 33.679169 ], [ -84.359386, 33.679165 ], [ -84.3596, 33.679144 ], [ -84.360138, 33.679119 ], [ -84.360246, 33.679117 ], [ -84.360353, 33.679106 ], [ -84.360563, 33.679067 ], [ -84.360667, 33.679044 ], [ -84.360769, 33.679014 ], [ -84.360868, 33.678978 ], [ -84.361054, 33.678887 ], [ -84.36115, 33.678847 ], [ -84.36124, 33.678797 ], [ -84.361321, 33.678738 ], [ -84.361411, 33.67869 ], [ -84.361436, 33.67865 ], [ -84.361563, 33.678584 ], [ -84.361818, 33.678417 ], [ -84.361999, 33.67832 ], [ -84.362172, 33.678213 ], [ -84.362253, 33.678153 ], [ -84.362329, 33.678089 ], [ -84.362652, 33.67809 ], [ -84.362758, 33.678076 ], [ -84.362845, 33.678024 ], [ -84.3629, 33.677948 ], [ -84.363006, 33.677943 ], [ -84.363106, 33.677975 ], [ -84.363213, 33.677985 ], [ -84.363321, 33.677983 ], [ -84.363428, 33.67797 ], [ -84.363532, 33.677948 ], [ -84.363633, 33.677917 ], [ -84.363927, 33.677803 ], [ -84.364005, 33.677742 ], [ -84.364063, 33.677673 ], [ -84.364131, 33.677595 ], [ -84.364216, 33.677541 ], [ -84.364315, 33.677506 ], [ -84.364506, 33.677421 ], [ -84.364692, 33.67733 ], [ -84.364787, 33.677288 ], [ -84.364864, 33.677225 ], [ -84.36492, 33.677149 ], [ -84.365021, 33.677118 ], [ -84.365103, 33.67706 ], [ -84.365193, 33.677011 ], [ -84.365278, 33.676955 ], [ -84.365368, 33.676906 ], [ -84.365462, 33.676862 ], [ -84.365563, 33.676831 ], [ -84.365668, 33.67681 ], [ -84.365775, 33.676802 ], [ -84.365876, 33.676769 ], [ -84.365938, 33.676697 ], [ -84.366014, 33.676634 ], [ -84.3661, 33.676579 ], [ -84.366204, 33.676557 ], [ -84.366311, 33.676565 ], [ -84.366414, 33.676538 ], [ -84.366492, 33.676477 ], [ -84.366533, 33.676394 ], [ -84.366628, 33.676232 ], [ -84.366659, 33.676146 ], [ -84.366675, 33.676057 ], [ -84.366668, 33.675877 ], [ -84.366654, 33.675788 ], [ -84.366633, 33.675698 ], [ -84.366632, 33.675615 ], [ -84.366666, 33.67553 ], [ -84.366736, 33.675462 ], [ -84.366816, 33.675402 ], [ -84.366904, 33.675351 ], [ -84.366956, 33.675272 ], [ -84.366973, 33.675184 ], [ -84.366983, 33.675094 ], [ -84.366952, 33.675008 ], [ -84.366822, 33.674865 ], [ -84.366752, 33.674797 ], [ -84.366698, 33.674719 ], [ -84.366655, 33.674636 ], [ -84.366654, 33.674546 ], [ -84.366641, 33.674457 ], [ -84.366621, 33.674368 ], [ -84.366564, 33.674195 ], [ -84.366531, 33.674109 ], [ -84.366449, 33.674052 ], [ -84.366344, 33.674036 ], [ -84.366107, 33.673853 ], [ -84.366011, 33.673811 ], [ -84.365906, 33.67379 ], [ -84.3658, 33.673777 ], [ -84.365692, 33.673772 ], [ -84.365621, 33.673705 ], [ -84.365566, 33.673628 ], [ -84.365528, 33.673544 ], [ -84.365511, 33.673455 ], [ -84.365525, 33.673275 ], [ -84.365504, 33.673187 ], [ -84.36546, 33.673105 ], [ -84.365395, 33.673033 ], [ -84.365345, 33.672953 ], [ -84.365302, 33.672871 ], [ -84.365292, 33.672781 ], [ -84.365307, 33.672692 ], [ -84.365302, 33.672602 ], [ -84.365291, 33.672513 ], [ -84.365226, 33.672442 ], [ -84.36513, 33.672402 ], [ -84.365049, 33.672343 ], [ -84.36498, 33.672273 ], [ -84.364925, 33.672196 ], [ -84.364927, 33.672106 ], [ -84.364972, 33.672025 ], [ -84.365005, 33.671939 ], [ -84.365009, 33.67185 ], [ -84.364985, 33.671762 ], [ -84.364979, 33.671706 ], [ -84.364976, 33.671672 ], [ -84.364974, 33.671582 ], [ -84.365003, 33.671496 ], [ -84.365002, 33.671406 ], [ -84.364978, 33.671318 ], [ -84.36493, 33.671237 ], [ -84.364863, 33.671168 ], [ -84.364901, 33.671085 ], [ -84.364896, 33.670995 ], [ -84.364853, 33.670913 ], [ -84.364815, 33.670829 ], [ -84.364792, 33.670741 ], [ -84.364785, 33.670651 ], [ -84.36479, 33.670561 ], [ -84.364808, 33.670472 ], [ -84.364866, 33.670397 ], [ -84.364949, 33.670341 ], [ -84.364976, 33.670254 ], [ -84.364949, 33.670168 ], [ -84.364911, 33.670084 ], [ -84.364862, 33.670004 ], [ -84.364825, 33.669919 ], [ -84.364794, 33.669833 ], [ -84.364768, 33.669745 ], [ -84.364749, 33.669656 ], [ -84.364737, 33.669567 ], [ -84.364735, 33.669477 ], [ -84.364742, 33.669387 ], [ -84.364793, 33.66912 ], [ -84.364815, 33.668941 ], [ -84.364778, 33.668857 ], [ -84.364705, 33.668792 ], [ -84.364655, 33.668712 ], [ -84.364623, 33.668626 ], [ -84.364606, 33.668537 ], [ -84.364611, 33.668267 ], [ -84.364621, 33.668086 ], [ -84.364621, 33.66805 ], [ -84.364617, 33.667816 ], [ -84.364603, 33.667636 ], [ -84.364604, 33.667546 ], [ -84.364578, 33.667459 ], [ -84.364531, 33.667378 ], [ -84.364521, 33.667288 ], [ -84.364535, 33.667199 ], [ -84.364574, 33.667115 ], [ -84.364642, 33.666944 ], [ -84.364714, 33.666878 ], [ -84.364806, 33.666831 ], [ -84.364907, 33.666801 ], [ -84.364975, 33.666732 ], [ -84.365002, 33.666645 ], [ -84.36499, 33.666556 ], [ -84.364952, 33.666472 ], [ -84.364869, 33.666416 ], [ -84.364815, 33.666338 ], [ -84.364785, 33.666252 ], [ -84.364855, 33.666187 ], [ -84.364875, 33.666098 ], [ -84.364856, 33.66601 ], [ -84.364823, 33.665924 ], [ -84.364771, 33.665845 ], [ -84.364751, 33.665763 ], [ -84.364761, 33.665744 ], [ -84.364812, 33.665685 ], [ -84.364913, 33.665659 ], [ -84.36502, 33.665649 ], [ -84.365124, 33.665672 ], [ -84.365219, 33.665714 ], [ -84.365316, 33.665677 ], [ -84.365327, 33.665591 ], [ -84.365383, 33.665515 ], [ -84.365554, 33.665406 ], [ -84.365644, 33.665356 ], [ -84.365738, 33.665313 ], [ -84.366009, 33.665165 ], [ -84.366112, 33.665138 ], [ -84.366219, 33.665133 ], [ -84.366327, 33.665135 ], [ -84.366434, 33.665144 ], [ -84.36654, 33.665162 ], [ -84.366647, 33.665158 ], [ -84.366752, 33.665137 ], [ -84.366966, 33.665116 ], [ -84.367179, 33.665088 ], [ -84.367286, 33.66508 ], [ -84.367386, 33.665048 ], [ -84.367456, 33.665006 ], [ -84.367474, 33.664995 ], [ -84.367543, 33.664926 ], [ -84.367684, 33.664683 ], [ -84.367678, 33.664594 ], [ -84.367629, 33.664514 ], [ -84.367547, 33.664457 ], [ -84.367493, 33.664379 ], [ -84.367493, 33.664289 ], [ -84.367543, 33.664211 ], [ -84.367555, 33.664121 ], [ -84.36754, 33.664032 ], [ -84.367549, 33.663942 ], [ -84.367591, 33.663674 ], [ -84.367601, 33.663585 ], [ -84.367577, 33.663497 ], [ -84.36753, 33.663416 ], [ -84.367433, 33.663381 ], [ -84.36733, 33.6634 ], [ -84.367228, 33.663372 ], [ -84.367142, 33.663318 ], [ -84.367081, 33.663244 ], [ -84.367098, 33.663157 ], [ -84.367175, 33.663095 ], [ -84.367156, 33.663008 ], [ -84.367072, 33.662955 ], [ -84.367067, 33.662866 ], [ -84.367109, 33.662784 ], [ -84.367072, 33.6627 ], [ -84.366981, 33.662655 ], [ -84.366876, 33.662667 ], [ -84.366776, 33.662633 ], [ -84.366739, 33.662551 ], [ -84.36679, 33.662474 ], [ -84.366884, 33.662434 ], [ -84.366861, 33.662348 ], [ -84.36678, 33.662291 ], [ -84.366676, 33.662273 ], [ -84.366617, 33.662199 ], [ -84.366619, 33.66211 ], [ -84.366632, 33.662021 ], [ -84.366608, 33.661934 ], [ -84.366562, 33.661852 ], [ -84.366498, 33.66178 ], [ -84.366459, 33.661696 ], [ -84.366514, 33.661621 ], [ -84.366616, 33.661629 ], [ -84.366722, 33.661643 ], [ -84.366822, 33.661609 ], [ -84.366852, 33.661474 ], [ -84.366838, 33.661385 ], [ -84.366778, 33.661311 ], [ -84.366706, 33.661244 ], [ -84.366624, 33.661186 ], [ -84.366532, 33.66114 ], [ -84.366473, 33.661064 ], [ -84.366439, 33.660979 ], [ -84.366431, 33.660891 ], [ -84.366627, 33.66078 ], [ -84.366667, 33.660697 ], [ -84.36665, 33.660608 ], [ -84.36664, 33.660519 ], [ -84.366622, 33.660476 ], [ -84.366759, 33.66038 ], [ -84.366816, 33.660304 ], [ -84.366851, 33.660219 ], [ -84.366914, 33.660146 ], [ -84.366962, 33.660065 ], [ -84.367035, 33.659896 ], [ -84.367148, 33.659662 ], [ -84.367328, 33.659315 ], [ -84.367403, 33.659146 ], [ -84.367425, 33.659058 ], [ -84.367437, 33.658968 ], [ -84.367437, 33.658878 ], [ -84.367462, 33.65879 ], [ -84.3675, 33.658706 ], [ -84.367597, 33.65867 ], [ -84.367699, 33.658694 ], [ -84.367804, 33.658676 ], [ -84.367895, 33.658629 ], [ -84.36796, 33.658557 ], [ -84.368031, 33.65849 ], [ -84.368059, 33.658403 ], [ -84.368046, 33.658315 ], [ -84.368067, 33.658135 ], [ -84.368087, 33.658047 ], [ -84.368126, 33.657963 ], [ -84.368181, 33.657885 ], [ -84.368224, 33.657803 ], [ -84.368257, 33.657717 ], [ -84.368277, 33.657629 ], [ -84.368315, 33.657544 ], [ -84.368361, 33.657463 ], [ -84.368416, 33.657385 ], [ -84.36846, 33.657303 ], [ -84.368498, 33.657219 ], [ -84.368692, 33.656897 ], [ -84.36878, 33.656732 ], [ -84.368854, 33.656563 ], [ -84.368885, 33.656477 ], [ -84.368949, 33.656404 ], [ -84.369031, 33.656346 ], [ -84.369125, 33.656302 ], [ -84.369145, 33.656297 ], [ -84.369227, 33.656275 ], [ -84.369255, 33.656244 ], [ -84.370202, 33.657618 ], [ -84.370297, 33.657756 ], [ -84.370664, 33.65829 ], [ -84.370771, 33.658474 ], [ -84.37135, 33.659356 ], [ -84.371527, 33.659627 ], [ -84.371613, 33.659764 ], [ -84.371727, 33.659945 ], [ -84.371881, 33.660178 ], [ -84.372269, 33.66062 ], [ -84.372498, 33.660854 ], [ -84.372567, 33.660925 ], [ -84.372711, 33.661063 ], [ -84.372997, 33.661379 ], [ -84.373249, 33.661709 ], [ -84.373418, 33.662015 ], [ -84.373531, 33.662265 ], [ -84.373636, 33.662533 ], [ -84.373684, 33.662811 ], [ -84.373718, 33.663133 ], [ -84.37375, 33.663571 ], [ -84.373758, 33.663733 ], [ -84.37497, 33.663573 ], [ -84.375148, 33.663566 ], [ -84.375724, 33.663579 ], [ -84.377139, 33.6636 ], [ -84.377425, 33.663624 ], [ -84.377658, 33.663695 ], [ -84.378009, 33.663867 ], [ -84.378758, 33.664188 ], [ -84.380218, 33.664828 ], [ -84.380195, 33.664966 ], [ -84.381222, 33.664415 ], [ -84.381501, 33.664202 ], [ -84.381814, 33.663877 ], [ -84.383425, 33.661918 ], [ -84.383717, 33.661597 ], [ -84.384033, 33.661276 ], [ -84.384425, 33.660915 ], [ -84.384797, 33.660599 ], [ -84.385339, 33.660184 ], [ -84.385775, 33.659883 ], [ -84.386277, 33.659569 ], [ -84.386798, 33.659277 ], [ -84.387258, 33.659044 ], [ -84.387808, 33.658794 ], [ -84.388211, 33.658629 ], [ -84.389112, 33.658288 ], [ -84.389304, 33.658201 ], [ -84.389493, 33.658095 ], [ -84.389668, 33.657975 ], [ -84.389829, 33.657842 ], [ -84.389979, 33.657691 ], [ -84.390244, 33.657391 ], [ -84.390376, 33.657241 ], [ -84.390827, 33.65673 ], [ -84.391026, 33.656532 ], [ -84.391245, 33.656341 ], [ -84.391338, 33.656268 ], [ -84.391496, 33.656145 ], [ -84.392145, 33.655639 ], [ -84.392341, 33.655424 ], [ -84.3925, 33.65519 ], [ -84.39262, 33.654939 ], [ -84.393333, 33.652987 ], [ -84.394261, 33.651862 ], [ -84.394625, 33.65211 ], [ -84.39474, 33.652182 ], [ -84.394889, 33.652277 ], [ -84.395215, 33.652472 ], [ -84.39553, 33.652643 ], [ -84.395702, 33.652724 ], [ -84.395843, 33.652793 ], [ -84.396092, 33.652891 ], [ -84.396272, 33.652955 ], [ -84.396703, 33.653107 ], [ -84.396762, 33.653125 ], [ -84.396558, 33.654041 ], [ -84.396519, 33.654214 ], [ -84.396177, 33.654369 ], [ -84.396073, 33.654438 ], [ -84.395992, 33.654509 ], [ -84.395528, 33.655151 ], [ -84.395453, 33.655404 ], [ -84.395318, 33.656121 ], [ -84.395086, 33.656274 ], [ -84.394842, 33.656435 ], [ -84.394845, 33.656459 ], [ -84.394794, 33.656785 ], [ -84.394698, 33.658493 ], [ -84.394703, 33.659567 ], [ -84.394723, 33.659766 ], [ -84.394817, 33.660703 ], [ -84.394908, 33.661145 ], [ -84.395118, 33.662047 ], [ -84.395172, 33.662247 ], [ -84.395291, 33.662591 ], [ -84.39567, 33.663688 ], [ -84.396136, 33.664879 ], [ -84.396568, 33.665981 ], [ -84.396959, 33.666978 ], [ -84.397296, 33.667873 ], [ -84.397416, 33.668259 ], [ -84.397459, 33.668398 ], [ -84.39755, 33.668815 ], [ -84.397557, 33.668893 ], [ -84.39757, 33.669042 ], [ -84.397578, 33.669133 ], [ -84.397617, 33.66981 ], [ -84.397631, 33.670307 ], [ -84.397621, 33.670642 ], [ -84.397523, 33.672925 ], [ -84.397524, 33.675594 ], [ -84.397667, 33.676494 ], [ -84.397707, 33.67674 ], [ -84.398405, 33.681114 ], [ -84.398375, 33.681119 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007400", "name": "Census Tract 74, Fulton County, Georgia", "total_population_17": 3435, "white_alone_17": 202.0, "black_alone_17": 2641.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 570.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -4.003, "pct_black_alone_change": 26.685, "pct_native_alone_change": -0.553, "pct_asian_alone_change": -11.99, "pct_hispanic_or_latino_change": -9.89, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6789102", "INTPTLON": "-084.4070935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.418227, 33.676908 ], [ -84.417227, 33.677008 ], [ -84.417227, 33.677163 ], [ -84.417227, 33.677408 ], [ -84.41666, 33.677441 ], [ -84.415528, 33.677508 ], [ -84.415461, 33.677671 ], [ -84.415325, 33.678055 ], [ -84.415177, 33.678501 ], [ -84.41512, 33.678773 ], [ -84.415049, 33.67941 ], [ -84.41505, 33.679723 ], [ -84.415059, 33.679819 ], [ -84.41507, 33.679934 ], [ -84.415155, 33.680324 ], [ -84.415177, 33.680523 ], [ -84.415129, 33.681344 ], [ -84.415952, 33.681357 ], [ -84.41669, 33.681368 ], [ -84.416938, 33.681371 ], [ -84.416898, 33.682385 ], [ -84.416881, 33.682819 ], [ -84.416827, 33.684208 ], [ -84.416141, 33.682813 ], [ -84.416137, 33.682885 ], [ -84.416139, 33.682975 ], [ -84.416149, 33.683065 ], [ -84.416167, 33.683153 ], [ -84.416192, 33.683241 ], [ -84.416196, 33.683331 ], [ -84.416184, 33.683421 ], [ -84.416156, 33.683508 ], [ -84.416113, 33.68359 ], [ -84.416095, 33.683613 ], [ -84.416056, 33.683666 ], [ -84.415985, 33.683735 ], [ -84.415904, 33.683793 ], [ -84.415802, 33.68385 ], [ -84.415109, 33.683864 ], [ -84.414955, 33.683867 ], [ -84.414421, 33.683917 ], [ -84.414059, 33.684128 ], [ -84.413978, 33.684388 ], [ -84.413705, 33.684452 ], [ -84.413619, 33.684538 ], [ -84.413602, 33.684738 ], [ -84.413466, 33.684753 ], [ -84.413396, 33.68472 ], [ -84.413311, 33.68468 ], [ -84.41306, 33.684709 ], [ -84.41285, 33.68474 ], [ -84.412764, 33.684476 ], [ -84.412598, 33.684429 ], [ -84.412441, 33.684443 ], [ -84.412335, 33.68446 ], [ -84.412122, 33.684487 ], [ -84.411907, 33.684504 ], [ -84.411692, 33.684511 ], [ -84.411368, 33.684505 ], [ -84.411153, 33.684517 ], [ -84.411047, 33.68453 ], [ -84.410939, 33.684537 ], [ -84.410831, 33.684539 ], [ -84.410724, 33.684536 ], [ -84.410617, 33.684524 ], [ -84.410509, 33.684522 ], [ -84.410402, 33.684529 ], [ -84.410275, 33.684551 ], [ -84.410162, 33.684548 ], [ -84.410054, 33.68455 ], [ -84.409839, 33.684566 ], [ -84.409628, 33.684599 ], [ -84.409523, 33.684622 ], [ -84.409417, 33.684636 ], [ -84.409309, 33.684641 ], [ -84.409202, 33.684637 ], [ -84.408878, 33.684635 ], [ -84.408771, 33.684644 ], [ -84.408455, 33.6847 ], [ -84.408347, 33.684707 ], [ -84.408246, 33.684736 ], [ -84.408163, 33.684793 ], [ -84.408058, 33.684851 ], [ -84.407979, 33.684887 ], [ -84.407778, 33.684952 ], [ -84.407469, 33.685033 ], [ -84.407163, 33.68512 ], [ -84.406336, 33.685325 ], [ -84.405519, 33.685555 ], [ -84.405113, 33.685677 ], [ -84.404805, 33.68576 ], [ -84.404596, 33.685803 ], [ -84.404383, 33.685832 ], [ -84.404276, 33.685838 ], [ -84.404169, 33.685852 ], [ -84.404064, 33.685873 ], [ -84.403962, 33.685902 ], [ -84.403863, 33.685937 ], [ -84.403767, 33.685979 ], [ -84.403677, 33.686027 ], [ -84.403593, 33.686084 ], [ -84.403503, 33.686134 ], [ -84.403408, 33.686176 ], [ -84.403308, 33.68621 ], [ -84.403204, 33.686233 ], [ -84.403102, 33.686263 ], [ -84.403005, 33.686302 ], [ -84.402912, 33.686347 ], [ -84.402825, 33.686401 ], [ -84.402664, 33.686456 ], [ -84.402574, 33.686407 ], [ -84.402475, 33.686374 ], [ -84.402368, 33.686359 ], [ -84.401984, 33.686361 ], [ -84.401829, 33.686363 ], [ -84.401506, 33.686352 ], [ -84.401075, 33.686358 ], [ -84.401036, 33.686357 ], [ -84.400967, 33.686356 ], [ -84.40086, 33.686348 ], [ -84.400646, 33.686323 ], [ -84.400589, 33.686313 ], [ -84.40033, 33.686267 ], [ -84.400223, 33.686262 ], [ -84.400117, 33.686246 ], [ -84.400037, 33.686185 ], [ -84.399963, 33.68612 ], [ -84.399895, 33.68605 ], [ -84.399838, 33.685974 ], [ -84.399767, 33.685906 ], [ -84.399687, 33.685846 ], [ -84.399584, 33.685819 ], [ -84.399478, 33.685807 ], [ -84.39937, 33.685812 ], [ -84.399266, 33.685834 ], [ -84.39916, 33.685851 ], [ -84.399106, 33.685856 ], [ -84.399053, 33.685862 ], [ -84.398945, 33.685867 ], [ -84.398909, 33.685866 ], [ -84.398837, 33.685862 ], [ -84.39873, 33.685863 ], [ -84.398695, 33.685866 ], [ -84.398634, 33.685079 ], [ -84.39866, 33.684459 ], [ -84.398635, 33.683807 ], [ -84.398619, 33.682363 ], [ -84.398562, 33.682033 ], [ -84.398425, 33.681176 ], [ -84.398424, 33.681155 ], [ -84.398405, 33.681114 ], [ -84.397707, 33.67674 ], [ -84.397667, 33.676494 ], [ -84.397524, 33.675594 ], [ -84.397523, 33.672925 ], [ -84.397736, 33.672927 ], [ -84.397933, 33.672928 ], [ -84.399389, 33.672937 ], [ -84.399559, 33.672938 ], [ -84.400656, 33.672953 ], [ -84.403451, 33.672989 ], [ -84.405388, 33.673013 ], [ -84.406966, 33.673032 ], [ -84.408496, 33.673051 ], [ -84.412109, 33.673083 ], [ -84.413149, 33.673092 ], [ -84.41411, 33.6731 ], [ -84.41427, 33.673101 ], [ -84.416568, 33.673098 ], [ -84.418327, 33.673108 ], [ -84.418227, 33.676908 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007500", "name": "Census Tract 75, Fulton County, Georgia", "total_population_17": 3280, "white_alone_17": 279.0, "black_alone_17": 2839.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 76.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -5.337, "pct_black_alone_change": 6.982, "pct_native_alone_change": -0.182, "pct_asian_alone_change": -1.739, "pct_hispanic_or_latino_change": -1.846, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6934857", "INTPTLON": "-084.4097937" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.428861, 33.697905 ], [ -84.428845, 33.698036 ], [ -84.4288, 33.698407 ], [ -84.428729, 33.698794 ], [ -84.428325, 33.698889 ], [ -84.428418, 33.698962 ], [ -84.428477, 33.69904 ], [ -84.428517, 33.699141 ], [ -84.428524, 33.699255 ], [ -84.428404, 33.700062 ], [ -84.42831, 33.700701 ], [ -84.428203, 33.70142 ], [ -84.427781, 33.701379 ], [ -84.427471, 33.701375 ], [ -84.427145, 33.701404 ], [ -84.426587, 33.701511 ], [ -84.426196, 33.701554 ], [ -84.425953, 33.70156 ], [ -84.424861, 33.701541 ], [ -84.421576, 33.701478 ], [ -84.420896, 33.701466 ], [ -84.42076, 33.701463 ], [ -84.419622, 33.701441 ], [ -84.418271, 33.701415 ], [ -84.418265, 33.701799 ], [ -84.41826, 33.702148 ], [ -84.418252, 33.702717 ], [ -84.417108, 33.702707 ], [ -84.415955, 33.702688 ], [ -84.415627, 33.702697 ], [ -84.415453, 33.702725 ], [ -84.415308, 33.702763 ], [ -84.415036, 33.702876 ], [ -84.41476, 33.703057 ], [ -84.414516, 33.703193 ], [ -84.414237, 33.703293 ], [ -84.413968, 33.703343 ], [ -84.413638, 33.703362 ], [ -84.41359, 33.702971 ], [ -84.413579, 33.702943 ], [ -84.413537, 33.702838 ], [ -84.413457, 33.702717 ], [ -84.413354, 33.702613 ], [ -84.413188, 33.70249 ], [ -84.413049, 33.702413 ], [ -84.412897, 33.702352 ], [ -84.412637, 33.702294 ], [ -84.411945, 33.702226 ], [ -84.411876, 33.702575 ], [ -84.411675, 33.703289 ], [ -84.411636, 33.703548 ], [ -84.41163, 33.703723 ], [ -84.411646, 33.703869 ], [ -84.41179, 33.704393 ], [ -84.411848, 33.704527 ], [ -84.411924, 33.704652 ], [ -84.412016, 33.704768 ], [ -84.412126, 33.704878 ], [ -84.412241, 33.704967 ], [ -84.41215, 33.70502 ], [ -84.411948, 33.705165 ], [ -84.41185, 33.705199 ], [ -84.411744, 33.705189 ], [ -84.411674, 33.705121 ], [ -84.41158, 33.705077 ], [ -84.411479, 33.705046 ], [ -84.411375, 33.705026 ], [ -84.411272, 33.70505 ], [ -84.411205, 33.70512 ], [ -84.411118, 33.705172 ], [ -84.41098, 33.705188 ], [ -84.410872, 33.705189 ], [ -84.410766, 33.705202 ], [ -84.410598, 33.705301 ], [ -84.409976, 33.705624 ], [ -84.409893, 33.705681 ], [ -84.409799, 33.705726 ], [ -84.4097, 33.705759 ], [ -84.409592, 33.705755 ], [ -84.409488, 33.705733 ], [ -84.409276, 33.705698 ], [ -84.409169, 33.705691 ], [ -84.409064, 33.70571 ], [ -84.408791, 33.705846 ], [ -84.408489, 33.70561 ], [ -84.408064, 33.705382 ], [ -84.408038, 33.705373 ], [ -84.408014, 33.707269 ], [ -84.406751, 33.707261 ], [ -84.40619, 33.707258 ], [ -84.406172, 33.70626 ], [ -84.406007, 33.706095 ], [ -84.40509, 33.705173 ], [ -84.404032, 33.704347 ], [ -84.403758, 33.704135 ], [ -84.403766, 33.704076 ], [ -84.403781, 33.703931 ], [ -84.403828, 33.703481 ], [ -84.403848, 33.703091 ], [ -84.403852, 33.703059 ], [ -84.403838, 33.70262 ], [ -84.403831, 33.702398 ], [ -84.40397, 33.700759 ], [ -84.404142, 33.699726 ], [ -84.404292, 33.699045 ], [ -84.4043, 33.698928 ], [ -84.404375, 33.69865 ], [ -84.404652, 33.69712 ], [ -84.404677, 33.696994 ], [ -84.404704, 33.696857 ], [ -84.404741, 33.696616 ], [ -84.40476, 33.696225 ], [ -84.404728, 33.695808 ], [ -84.404614, 33.695396 ], [ -84.404629, 33.695326 ], [ -84.404485, 33.695002 ], [ -84.404275, 33.694551 ], [ -84.403552, 33.693431 ], [ -84.402198, 33.691751 ], [ -84.401766, 33.691192 ], [ -84.400111, 33.689053 ], [ -84.399597, 33.688365 ], [ -84.399334, 33.687987 ], [ -84.39913, 33.68761 ], [ -84.398986, 33.687191 ], [ -84.398779, 33.686442 ], [ -84.398704, 33.685975 ], [ -84.398695, 33.685866 ], [ -84.39873, 33.685863 ], [ -84.398837, 33.685862 ], [ -84.398909, 33.685866 ], [ -84.398945, 33.685867 ], [ -84.399053, 33.685862 ], [ -84.399106, 33.685856 ], [ -84.39916, 33.685851 ], [ -84.399266, 33.685834 ], [ -84.39937, 33.685812 ], [ -84.399478, 33.685807 ], [ -84.399584, 33.685819 ], [ -84.399687, 33.685846 ], [ -84.399767, 33.685906 ], [ -84.399838, 33.685974 ], [ -84.399895, 33.68605 ], [ -84.399963, 33.68612 ], [ -84.400037, 33.686185 ], [ -84.400117, 33.686246 ], [ -84.400223, 33.686262 ], [ -84.40033, 33.686267 ], [ -84.400589, 33.686313 ], [ -84.400646, 33.686323 ], [ -84.40086, 33.686348 ], [ -84.400967, 33.686356 ], [ -84.401036, 33.686357 ], [ -84.401075, 33.686358 ], [ -84.401506, 33.686352 ], [ -84.401829, 33.686363 ], [ -84.401984, 33.686361 ], [ -84.402368, 33.686359 ], [ -84.402475, 33.686374 ], [ -84.402574, 33.686407 ], [ -84.402664, 33.686456 ], [ -84.402825, 33.686401 ], [ -84.402912, 33.686347 ], [ -84.403005, 33.686302 ], [ -84.403102, 33.686263 ], [ -84.403204, 33.686233 ], [ -84.403308, 33.68621 ], [ -84.403408, 33.686176 ], [ -84.403503, 33.686134 ], [ -84.403593, 33.686084 ], [ -84.403677, 33.686027 ], [ -84.403767, 33.685979 ], [ -84.403863, 33.685937 ], [ -84.403962, 33.685902 ], [ -84.404064, 33.685873 ], [ -84.404169, 33.685852 ], [ -84.404276, 33.685838 ], [ -84.404383, 33.685832 ], [ -84.404596, 33.685803 ], [ -84.404805, 33.68576 ], [ -84.405113, 33.685677 ], [ -84.405519, 33.685555 ], [ -84.406336, 33.685325 ], [ -84.407163, 33.68512 ], [ -84.407469, 33.685033 ], [ -84.407778, 33.684952 ], [ -84.407979, 33.684887 ], [ -84.408058, 33.684851 ], [ -84.408163, 33.684793 ], [ -84.408246, 33.684736 ], [ -84.408347, 33.684707 ], [ -84.408455, 33.6847 ], [ -84.408771, 33.684644 ], [ -84.408878, 33.684635 ], [ -84.409202, 33.684637 ], [ -84.409309, 33.684641 ], [ -84.409417, 33.684636 ], [ -84.409523, 33.684622 ], [ -84.409628, 33.684599 ], [ -84.409839, 33.684566 ], [ -84.410054, 33.68455 ], [ -84.410162, 33.684548 ], [ -84.410275, 33.684551 ], [ -84.410402, 33.684529 ], [ -84.410509, 33.684522 ], [ -84.410617, 33.684524 ], [ -84.410724, 33.684536 ], [ -84.410831, 33.684539 ], [ -84.410939, 33.684537 ], [ -84.411047, 33.68453 ], [ -84.411153, 33.684517 ], [ -84.411368, 33.684505 ], [ -84.411692, 33.684511 ], [ -84.411907, 33.684504 ], [ -84.412122, 33.684487 ], [ -84.412335, 33.68446 ], [ -84.412441, 33.684443 ], [ -84.412598, 33.684429 ], [ -84.412764, 33.684476 ], [ -84.41285, 33.68474 ], [ -84.41306, 33.684709 ], [ -84.413311, 33.68468 ], [ -84.413396, 33.68472 ], [ -84.413466, 33.684753 ], [ -84.413602, 33.684738 ], [ -84.413619, 33.684538 ], [ -84.413705, 33.684452 ], [ -84.413978, 33.684388 ], [ -84.414059, 33.684128 ], [ -84.414421, 33.683917 ], [ -84.414955, 33.683867 ], [ -84.415109, 33.683864 ], [ -84.415802, 33.68385 ], [ -84.415904, 33.683793 ], [ -84.415985, 33.683735 ], [ -84.416056, 33.683666 ], [ -84.416095, 33.683613 ], [ -84.416113, 33.68359 ], [ -84.416156, 33.683508 ], [ -84.416184, 33.683421 ], [ -84.416196, 33.683331 ], [ -84.416192, 33.683241 ], [ -84.416167, 33.683153 ], [ -84.416149, 33.683065 ], [ -84.416139, 33.682975 ], [ -84.416137, 33.682885 ], [ -84.416141, 33.682813 ], [ -84.416827, 33.684208 ], [ -84.416813, 33.685019 ], [ -84.416813, 33.685389 ], [ -84.416815, 33.686505 ], [ -84.41676, 33.689273 ], [ -84.416862, 33.692184 ], [ -84.415545, 33.692221 ], [ -84.415538, 33.692655 ], [ -84.41552, 33.693655 ], [ -84.415507, 33.6944 ], [ -84.415496, 33.694469 ], [ -84.415489, 33.694685 ], [ -84.415419, 33.697189 ], [ -84.415534, 33.69721 ], [ -84.41593, 33.69724 ], [ -84.416045, 33.697241 ], [ -84.417089, 33.69724 ], [ -84.417233, 33.697228 ], [ -84.41771, 33.697235 ], [ -84.418328, 33.697244 ], [ -84.418839, 33.697269 ], [ -84.41969, 33.697282 ], [ -84.419942, 33.6973 ], [ -84.420156, 33.697289 ], [ -84.423194, 33.697331 ], [ -84.425495, 33.697229 ], [ -84.428909, 33.69751 ], [ -84.428861, 33.697905 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007602", "name": "Census Tract 76.02, Fulton County, Georgia", "total_population_17": 2737, "white_alone_17": 33.0, "black_alone_17": 2623.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 81.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.047, "pct_black_alone_change": -1.602, "pct_native_alone_change": -0.176, "pct_asian_alone_change": -0.035, "pct_hispanic_or_latino_change": 1.871, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7109013", "INTPTLON": "-084.4621548" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.47687, 33.70506 ], [ -84.476847, 33.706194 ], [ -84.476843, 33.706273 ], [ -84.476783, 33.70658 ], [ -84.476732, 33.706672 ], [ -84.476654, 33.706746 ], [ -84.476504, 33.706832 ], [ -84.476377, 33.706878 ], [ -84.474839, 33.707209 ], [ -84.474753, 33.707258 ], [ -84.474691, 33.707322 ], [ -84.474581, 33.707553 ], [ -84.474526, 33.707772 ], [ -84.474504, 33.708016 ], [ -84.47451, 33.708118 ], [ -84.474581, 33.709245 ], [ -84.474629, 33.710279 ], [ -84.474617, 33.711183 ], [ -84.474552, 33.712444 ], [ -84.474527, 33.71258 ], [ -84.474474, 33.712708 ], [ -84.473846, 33.713754 ], [ -84.473793, 33.713891 ], [ -84.473711, 33.71421 ], [ -84.473649, 33.71439 ], [ -84.473566, 33.714572 ], [ -84.473406, 33.714857 ], [ -84.473223, 33.715137 ], [ -84.472941, 33.715515 ], [ -84.472826, 33.715628 ], [ -84.472546, 33.715847 ], [ -84.472414, 33.71598 ], [ -84.472262, 33.716213 ], [ -84.471839, 33.71703 ], [ -84.471618, 33.717492 ], [ -84.471577, 33.717624 ], [ -84.471555, 33.717758 ], [ -84.47154, 33.718099 ], [ -84.471523, 33.720036 ], [ -84.471544, 33.720161 ], [ -84.469215, 33.720639 ], [ -84.469194, 33.720542 ], [ -84.469212, 33.719245 ], [ -84.468651, 33.719289 ], [ -84.468064, 33.719355 ], [ -84.467448, 33.719409 ], [ -84.467268, 33.719398 ], [ -84.467136, 33.719358 ], [ -84.467035, 33.719304 ], [ -84.466192, 33.718701 ], [ -84.465525, 33.718222 ], [ -84.464564, 33.717533 ], [ -84.462565, 33.7161 ], [ -84.461778, 33.715536 ], [ -84.461677, 33.715484 ], [ -84.461565, 33.71545 ], [ -84.461428, 33.715435 ], [ -84.459669, 33.71542 ], [ -84.459534, 33.715402 ], [ -84.459039, 33.7153 ], [ -84.458525, 33.715233 ], [ -84.457971, 33.715203 ], [ -84.456881, 33.715103 ], [ -84.453517, 33.714782 ], [ -84.451978, 33.714757 ], [ -84.449596, 33.714724 ], [ -84.448371, 33.714707 ], [ -84.446728, 33.714687 ], [ -84.444034, 33.714646 ], [ -84.442221, 33.714625 ], [ -84.440755, 33.714608 ], [ -84.440395, 33.714603 ], [ -84.439816, 33.714597 ], [ -84.439476, 33.714593 ], [ -84.438822, 33.714585 ], [ -84.437696, 33.714571 ], [ -84.437112, 33.714564 ], [ -84.436561, 33.714558 ], [ -84.435603, 33.714547 ], [ -84.434193, 33.714528 ], [ -84.434022, 33.714525 ], [ -84.434714, 33.714294 ], [ -84.437612, 33.713387 ], [ -84.438146, 33.713194 ], [ -84.439527, 33.71266 ], [ -84.439688, 33.712599 ], [ -84.440824, 33.712166 ], [ -84.441237, 33.712016 ], [ -84.441443, 33.711956 ], [ -84.441661, 33.711917 ], [ -84.441916, 33.711871 ], [ -84.442239, 33.711813 ], [ -84.443696, 33.711565 ], [ -84.445872, 33.711194 ], [ -84.446411, 33.711093 ], [ -84.446621, 33.711029 ], [ -84.446847, 33.710937 ], [ -84.446926, 33.710899 ], [ -84.447594, 33.710503 ], [ -84.448178, 33.710138 ], [ -84.448529, 33.70995 ], [ -84.448839, 33.709813 ], [ -84.450614, 33.709117 ], [ -84.450737, 33.709068 ], [ -84.451896, 33.708614 ], [ -84.45339, 33.708028 ], [ -84.455012, 33.707392 ], [ -84.455681, 33.707129 ], [ -84.457239, 33.706518 ], [ -84.457452, 33.706434 ], [ -84.458338, 33.706088 ], [ -84.458841, 33.705911 ], [ -84.46193, 33.704948 ], [ -84.462331, 33.704823 ], [ -84.463277, 33.704528 ], [ -84.463621, 33.704442 ], [ -84.463758, 33.704408 ], [ -84.464625, 33.704266 ], [ -84.46595, 33.704046 ], [ -84.466318, 33.703947 ], [ -84.466671, 33.703814 ], [ -84.466962, 33.703673 ], [ -84.467834, 33.703187 ], [ -84.468029, 33.703109 ], [ -84.468717, 33.702884 ], [ -84.469321, 33.702687 ], [ -84.469662, 33.70261 ], [ -84.469887, 33.70259 ], [ -84.470078, 33.702573 ], [ -84.470695, 33.702556 ], [ -84.471166, 33.702564 ], [ -84.47248, 33.702628 ], [ -84.472948, 33.702651 ], [ -84.474085, 33.702707 ], [ -84.47428, 33.702702 ], [ -84.476159, 33.702355 ], [ -84.476149, 33.703041 ], [ -84.476164, 33.7032 ], [ -84.476198, 33.703357 ], [ -84.476285, 33.703585 ], [ -84.476757, 33.704529 ], [ -84.476814, 33.704679 ], [ -84.476851, 33.704833 ], [ -84.47687, 33.70506 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007603", "name": "Census Tract 76.03, Fulton County, Georgia", "total_population_17": 4613, "white_alone_17": 63.0, "black_alone_17": 4440.0, "native_alone_17": 13.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 68.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -4.557, "pct_black_alone_change": 4.052, "pct_native_alone_change": 0.196, "pct_asian_alone_change": 0.5, "pct_hispanic_or_latino_change": -0.06, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7065095", "INTPTLON": "-084.4403830" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.457373, 33.702309 ], [ -84.457328, 33.703661 ], [ -84.457272, 33.706051 ], [ -84.457239, 33.706518 ], [ -84.455681, 33.707129 ], [ -84.455012, 33.707392 ], [ -84.45339, 33.708028 ], [ -84.451896, 33.708614 ], [ -84.450737, 33.709068 ], [ -84.450614, 33.709117 ], [ -84.448839, 33.709813 ], [ -84.448529, 33.70995 ], [ -84.448178, 33.710138 ], [ -84.447594, 33.710503 ], [ -84.446926, 33.710899 ], [ -84.446847, 33.710937 ], [ -84.446621, 33.711029 ], [ -84.446411, 33.711093 ], [ -84.445872, 33.711194 ], [ -84.443696, 33.711565 ], [ -84.442239, 33.711813 ], [ -84.441916, 33.711871 ], [ -84.441661, 33.711917 ], [ -84.441443, 33.711956 ], [ -84.441237, 33.712016 ], [ -84.440824, 33.712166 ], [ -84.439688, 33.712599 ], [ -84.439527, 33.71266 ], [ -84.438146, 33.713194 ], [ -84.437612, 33.713387 ], [ -84.434714, 33.714294 ], [ -84.434022, 33.714525 ], [ -84.433845, 33.714585 ], [ -84.431174, 33.714552 ], [ -84.430072, 33.714543 ], [ -84.429351, 33.714543 ], [ -84.428219, 33.714524 ], [ -84.427227, 33.714407 ], [ -84.426055, 33.714631 ], [ -84.426731, 33.712662 ], [ -84.42675, 33.712604 ], [ -84.426828, 33.712379 ], [ -84.42711, 33.711517 ], [ -84.427142, 33.711409 ], [ -84.42716, 33.711348 ], [ -84.427248, 33.711052 ], [ -84.427364, 33.710583 ], [ -84.427457, 33.710117 ], [ -84.427713, 33.708406 ], [ -84.427732, 33.708275 ], [ -84.427962, 33.706718 ], [ -84.428077, 33.705944 ], [ -84.42818, 33.705397 ], [ -84.428302, 33.704867 ], [ -84.428954, 33.702485 ], [ -84.429031, 33.702104 ], [ -84.429097, 33.701622 ], [ -84.429109, 33.701535 ], [ -84.429246, 33.700467 ], [ -84.429294, 33.699796 ], [ -84.430614, 33.699822 ], [ -84.430888, 33.699827 ], [ -84.435835, 33.69992 ], [ -84.437912, 33.699917 ], [ -84.437897, 33.701017 ], [ -84.443041, 33.70111 ], [ -84.443028, 33.702108 ], [ -84.442957, 33.704858 ], [ -84.44293, 33.705636 ], [ -84.442928, 33.705707 ], [ -84.443851, 33.705617 ], [ -84.444428, 33.705608 ], [ -84.446309, 33.705598 ], [ -84.44638, 33.705601 ], [ -84.448014, 33.705677 ], [ -84.449449, 33.70563 ], [ -84.449535, 33.702308 ], [ -84.449648, 33.700405 ], [ -84.449664, 33.698741 ], [ -84.449681, 33.698442 ], [ -84.449689, 33.69829 ], [ -84.449689, 33.69812 ], [ -84.453352, 33.699043 ], [ -84.453477, 33.699072 ], [ -84.454214, 33.699243 ], [ -84.456161, 33.699353 ], [ -84.456931, 33.699239 ], [ -84.457342, 33.69918 ], [ -84.457342, 33.699271 ], [ -84.457344, 33.699443 ], [ -84.457346, 33.69968 ], [ -84.457352, 33.700726 ], [ -84.457372, 33.701617 ], [ -84.457373, 33.702309 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007604", "name": "Census Tract 76.04, Fulton County, Georgia", "total_population_17": 2536, "white_alone_17": 28.0, "black_alone_17": 2270.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 231.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -4.819, "pct_black_alone_change": -2.687, "pct_native_alone_change": -0.086, "pct_asian_alone_change": -0.129, "pct_hispanic_or_latino_change": 7.575, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7010616", "INTPTLON": "-084.4654727" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.476159, 33.702355 ], [ -84.47428, 33.702702 ], [ -84.474085, 33.702707 ], [ -84.472948, 33.702651 ], [ -84.47248, 33.702628 ], [ -84.471166, 33.702564 ], [ -84.470695, 33.702556 ], [ -84.470078, 33.702573 ], [ -84.469887, 33.70259 ], [ -84.469662, 33.70261 ], [ -84.469321, 33.702687 ], [ -84.468717, 33.702884 ], [ -84.468029, 33.703109 ], [ -84.467834, 33.703187 ], [ -84.466962, 33.703673 ], [ -84.466671, 33.703814 ], [ -84.466318, 33.703947 ], [ -84.46595, 33.704046 ], [ -84.464625, 33.704266 ], [ -84.463758, 33.704408 ], [ -84.463621, 33.704442 ], [ -84.463277, 33.704528 ], [ -84.462331, 33.704823 ], [ -84.46193, 33.704948 ], [ -84.458841, 33.705911 ], [ -84.458338, 33.706088 ], [ -84.457452, 33.706434 ], [ -84.457239, 33.706518 ], [ -84.457272, 33.706051 ], [ -84.457328, 33.703661 ], [ -84.457373, 33.702309 ], [ -84.457372, 33.701617 ], [ -84.457352, 33.700726 ], [ -84.457346, 33.69968 ], [ -84.457344, 33.699443 ], [ -84.457342, 33.699271 ], [ -84.457342, 33.69918 ], [ -84.45793, 33.699069 ], [ -84.458809, 33.69877 ], [ -84.458988, 33.698673 ], [ -84.459662, 33.69831 ], [ -84.46055, 33.697808 ], [ -84.460684, 33.697672 ], [ -84.460887, 33.697676 ], [ -84.461206, 33.697673 ], [ -84.461566, 33.697662 ], [ -84.462185, 33.697663 ], [ -84.465121, 33.697667 ], [ -84.465794, 33.697668 ], [ -84.466171, 33.697778 ], [ -84.466571, 33.697783 ], [ -84.468314, 33.697837 ], [ -84.468595, 33.6978 ], [ -84.469941, 33.697689 ], [ -84.472601, 33.697861 ], [ -84.473253, 33.697821 ], [ -84.474854, 33.697765 ], [ -84.474895, 33.697929 ], [ -84.474949, 33.698154 ], [ -84.475078, 33.69856 ], [ -84.475131, 33.6988 ], [ -84.47516, 33.699039 ], [ -84.475158, 33.699718 ], [ -84.475107, 33.700508 ], [ -84.475115, 33.700601 ], [ -84.475139, 33.700689 ], [ -84.475237, 33.700869 ], [ -84.475364, 33.701036 ], [ -84.475499, 33.701168 ], [ -84.475816, 33.701429 ], [ -84.475963, 33.701614 ], [ -84.476052, 33.701823 ], [ -84.476152, 33.702263 ], [ -84.476159, 33.702355 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007703", "name": "Census Tract 77.03, Fulton County, Georgia", "total_population_17": 4403, "white_alone_17": 42.0, "black_alone_17": 4314.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.42, "pct_black_alone_change": 0.285, "pct_native_alone_change": -0.093, "pct_asian_alone_change": -0.116, "pct_hispanic_or_latino_change": -0.629, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7039885", "INTPTLON": "-084.5086077" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.518381, 33.700714 ], [ -84.518363, 33.701831 ], [ -84.518325, 33.702993 ], [ -84.518299, 33.704034 ], [ -84.518265, 33.705071 ], [ -84.518245, 33.7061 ], [ -84.518237, 33.707301 ], [ -84.518227, 33.708086 ], [ -84.517793, 33.708068 ], [ -84.512525, 33.708192 ], [ -84.510651, 33.708236 ], [ -84.509845, 33.708274 ], [ -84.509688, 33.708286 ], [ -84.507261, 33.708467 ], [ -84.507149, 33.708462 ], [ -84.507116, 33.708646 ], [ -84.507034, 33.708826 ], [ -84.506828, 33.7091 ], [ -84.506286, 33.70974 ], [ -84.506194, 33.709901 ], [ -84.506084, 33.710182 ], [ -84.506056, 33.710311 ], [ -84.506044, 33.710457 ], [ -84.50604, 33.71252 ], [ -84.506038, 33.71283 ], [ -84.506059, 33.713014 ], [ -84.50611, 33.713207 ], [ -84.506209, 33.713421 ], [ -84.506346, 33.713619 ], [ -84.507007, 33.714397 ], [ -84.507138, 33.714567 ], [ -84.507185, 33.714628 ], [ -84.508048, 33.715978 ], [ -84.508136, 33.71614 ], [ -84.508194, 33.716288 ], [ -84.508232, 33.716439 ], [ -84.508251, 33.716592 ], [ -84.508249, 33.716772 ], [ -84.508212, 33.717024 ], [ -84.508067, 33.718006 ], [ -84.507957, 33.718755 ], [ -84.507929, 33.718976 ], [ -84.507881, 33.719345 ], [ -84.507846, 33.719802 ], [ -84.507957, 33.720153 ], [ -84.508106, 33.720456 ], [ -84.510232, 33.723799 ], [ -84.509171, 33.723622 ], [ -84.508683, 33.723528 ], [ -84.507425, 33.723285 ], [ -84.507174, 33.723249 ], [ -84.506464, 33.723148 ], [ -84.506221, 33.723127 ], [ -84.505756, 33.723105 ], [ -84.505738, 33.723104 ], [ -84.505725, 33.723104 ], [ -84.505197, 33.723079 ], [ -84.504561, 33.72305 ], [ -84.503474, 33.723031 ], [ -84.503204, 33.723026 ], [ -84.502793, 33.723013 ], [ -84.50256, 33.723024 ], [ -84.502535, 33.722862 ], [ -84.502559, 33.721556 ], [ -84.502512, 33.720715 ], [ -84.50249, 33.720016 ], [ -84.502345, 33.719068 ], [ -84.5023, 33.718682 ], [ -84.50226, 33.718532 ], [ -84.502178, 33.718228 ], [ -84.50191, 33.717226 ], [ -84.501624, 33.716554 ], [ -84.501176, 33.715639 ], [ -84.501104, 33.715486 ], [ -84.500379, 33.713939 ], [ -84.500169, 33.713582 ], [ -84.500038, 33.713361 ], [ -84.500025, 33.713334 ], [ -84.499713, 33.712678 ], [ -84.499131, 33.711699 ], [ -84.498925, 33.711319 ], [ -84.498703, 33.710964 ], [ -84.498563, 33.71061 ], [ -84.498296, 33.709888 ], [ -84.498164, 33.709516 ], [ -84.49777, 33.708002 ], [ -84.497616, 33.707354 ], [ -84.497528, 33.706404 ], [ -84.497453, 33.705376 ], [ -84.497475, 33.704728 ], [ -84.497491, 33.704528 ], [ -84.497547, 33.703797 ], [ -84.497635, 33.702962 ], [ -84.497691, 33.702594 ], [ -84.497904, 33.701703 ], [ -84.498082, 33.701109 ], [ -84.498296, 33.700462 ], [ -84.499049, 33.698294 ], [ -84.499236, 33.697754 ], [ -84.499361, 33.697394 ], [ -84.499431, 33.697114 ], [ -84.499587, 33.696585 ], [ -84.499627, 33.696448 ], [ -84.499758, 33.695742 ], [ -84.49977, 33.69566 ], [ -84.499857, 33.695059 ], [ -84.49989, 33.694773 ], [ -84.499918, 33.694231 ], [ -84.49992, 33.694152 ], [ -84.499932, 33.693691 ], [ -84.499944, 33.693667 ], [ -84.499961, 33.691676 ], [ -84.499954, 33.691659 ], [ -84.499927, 33.690862 ], [ -84.499934, 33.690309 ], [ -84.499924, 33.690113 ], [ -84.500154, 33.690111 ], [ -84.500831, 33.69011 ], [ -84.501273, 33.690126 ], [ -84.501835, 33.69014 ], [ -84.502698, 33.690143 ], [ -84.503192, 33.690127 ], [ -84.504557, 33.690162 ], [ -84.504983, 33.690164 ], [ -84.505672, 33.690204 ], [ -84.505979, 33.690222 ], [ -84.50613, 33.690199 ], [ -84.506241, 33.690185 ], [ -84.507344, 33.690041 ], [ -84.507695, 33.690028 ], [ -84.508046, 33.690043 ], [ -84.50837, 33.690085 ], [ -84.508407, 33.69009 ], [ -84.511435, 33.690611 ], [ -84.511942, 33.690684 ], [ -84.513037, 33.690791 ], [ -84.513435, 33.690856 ], [ -84.513704, 33.690921 ], [ -84.513976, 33.691006 ], [ -84.514227, 33.691104 ], [ -84.514478, 33.69122 ], [ -84.514523, 33.691245 ], [ -84.515849, 33.692002 ], [ -84.517483, 33.692933 ], [ -84.517962, 33.693184 ], [ -84.518061, 33.69323 ], [ -84.518065, 33.693339 ], [ -84.518005, 33.693718 ], [ -84.517937, 33.693994 ], [ -84.517849, 33.694456 ], [ -84.517739, 33.695111 ], [ -84.517714, 33.695429 ], [ -84.517679, 33.695761 ], [ -84.517701, 33.69617 ], [ -84.517759, 33.696455 ], [ -84.517823, 33.696802 ], [ -84.517918, 33.697247 ], [ -84.518225, 33.698524 ], [ -84.518321, 33.698993 ], [ -84.518351, 33.699214 ], [ -84.518386, 33.6996 ], [ -84.518381, 33.700714 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007704", "name": "Census Tract 77.04, Fulton County, Georgia", "total_population_17": 5852, "white_alone_17": 89.0, "black_alone_17": 5362.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 362.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.147, "pct_black_alone_change": -6.067, "pct_native_alone_change": -0.093, "pct_asian_alone_change": -0.116, "pct_hispanic_or_latino_change": 5.557, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7080796", "INTPTLON": "-084.4873952" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.50256, 33.723024 ], [ -84.50203, 33.723023 ], [ -84.501841, 33.723027 ], [ -84.500819, 33.72302 ], [ -84.500768, 33.72302 ], [ -84.500458, 33.722988 ], [ -84.500391, 33.722971 ], [ -84.500137, 33.722908 ], [ -84.499195, 33.722575 ], [ -84.497765, 33.722069 ], [ -84.496437, 33.721599 ], [ -84.495934, 33.721421 ], [ -84.49494, 33.721092 ], [ -84.494375, 33.720932 ], [ -84.493783, 33.720797 ], [ -84.492784, 33.720596 ], [ -84.490938, 33.720274 ], [ -84.490304, 33.720157 ], [ -84.489672, 33.720043 ], [ -84.489158, 33.71997 ], [ -84.488604, 33.719914 ], [ -84.488076, 33.719884 ], [ -84.487601, 33.719875 ], [ -84.486338, 33.719886 ], [ -84.484713, 33.7199 ], [ -84.484312, 33.719903 ], [ -84.483668, 33.719941 ], [ -84.482976, 33.720008 ], [ -84.482307, 33.720072 ], [ -84.48045, 33.720252 ], [ -84.479687, 33.720325 ], [ -84.479259, 33.720332 ], [ -84.478846, 33.720299 ], [ -84.477787, 33.720123 ], [ -84.477531, 33.720098 ], [ -84.477171, 33.720062 ], [ -84.476768, 33.720055 ], [ -84.47611, 33.72011 ], [ -84.475881, 33.720108 ], [ -84.475594, 33.720064 ], [ -84.474852, 33.719862 ], [ -84.474561, 33.719792 ], [ -84.474273, 33.719746 ], [ -84.473958, 33.71972 ], [ -84.473713, 33.719727 ], [ -84.473527, 33.719754 ], [ -84.472284, 33.720009 ], [ -84.471544, 33.720161 ], [ -84.471523, 33.720036 ], [ -84.47154, 33.718099 ], [ -84.471555, 33.717758 ], [ -84.471577, 33.717624 ], [ -84.471618, 33.717492 ], [ -84.471839, 33.71703 ], [ -84.472262, 33.716213 ], [ -84.472414, 33.71598 ], [ -84.472546, 33.715847 ], [ -84.472826, 33.715628 ], [ -84.472941, 33.715515 ], [ -84.473223, 33.715137 ], [ -84.473406, 33.714857 ], [ -84.473566, 33.714572 ], [ -84.473649, 33.71439 ], [ -84.473711, 33.71421 ], [ -84.473793, 33.713891 ], [ -84.473846, 33.713754 ], [ -84.474474, 33.712708 ], [ -84.474527, 33.71258 ], [ -84.474552, 33.712444 ], [ -84.474617, 33.711183 ], [ -84.474629, 33.710279 ], [ -84.474581, 33.709245 ], [ -84.47451, 33.708118 ], [ -84.474504, 33.708016 ], [ -84.474526, 33.707772 ], [ -84.474581, 33.707553 ], [ -84.474691, 33.707322 ], [ -84.474753, 33.707258 ], [ -84.474839, 33.707209 ], [ -84.476377, 33.706878 ], [ -84.476504, 33.706832 ], [ -84.476654, 33.706746 ], [ -84.476732, 33.706672 ], [ -84.476783, 33.70658 ], [ -84.476843, 33.706273 ], [ -84.476847, 33.706194 ], [ -84.47687, 33.70506 ], [ -84.476851, 33.704833 ], [ -84.476814, 33.704679 ], [ -84.476757, 33.704529 ], [ -84.476285, 33.703585 ], [ -84.476198, 33.703357 ], [ -84.476164, 33.7032 ], [ -84.476149, 33.703041 ], [ -84.476159, 33.702355 ], [ -84.476152, 33.702263 ], [ -84.476052, 33.701823 ], [ -84.475963, 33.701614 ], [ -84.475816, 33.701429 ], [ -84.475499, 33.701168 ], [ -84.475364, 33.701036 ], [ -84.475237, 33.700869 ], [ -84.475139, 33.700689 ], [ -84.475115, 33.700601 ], [ -84.475107, 33.700508 ], [ -84.475158, 33.699718 ], [ -84.47516, 33.699039 ], [ -84.475131, 33.6988 ], [ -84.475078, 33.69856 ], [ -84.474949, 33.698154 ], [ -84.474895, 33.697929 ], [ -84.474854, 33.697765 ], [ -84.476449, 33.697756 ], [ -84.476512, 33.697756 ], [ -84.478006, 33.697769 ], [ -84.478808, 33.697791 ], [ -84.480383, 33.697858 ], [ -84.480678, 33.697858 ], [ -84.481028, 33.697848 ], [ -84.481297, 33.69779 ], [ -84.481725, 33.697707 ], [ -84.482035, 33.697639 ], [ -84.48234, 33.697548 ], [ -84.482659, 33.697423 ], [ -84.482944, 33.697266 ], [ -84.48319, 33.697159 ], [ -84.483451, 33.696999 ], [ -84.483704, 33.696831 ], [ -84.483949, 33.696654 ], [ -84.485083, 33.695796 ], [ -84.485889, 33.695196 ], [ -84.486251, 33.6949 ], [ -84.486763, 33.694532 ], [ -84.488083, 33.693491 ], [ -84.488939, 33.692855 ], [ -84.489603, 33.692345 ], [ -84.490056, 33.691979 ], [ -84.490588, 33.691569 ], [ -84.490983, 33.691197 ], [ -84.491656, 33.690743 ], [ -84.492089, 33.690503 ], [ -84.492795, 33.690273 ], [ -84.493621, 33.690086 ], [ -84.493727, 33.69007 ], [ -84.493834, 33.690059 ], [ -84.493942, 33.690053 ], [ -84.494304, 33.690048 ], [ -84.49501, 33.690047 ], [ -84.495495, 33.690054 ], [ -84.496468, 33.690067 ], [ -84.496894, 33.690067 ], [ -84.499161, 33.690097 ], [ -84.499924, 33.690113 ], [ -84.499934, 33.690309 ], [ -84.499927, 33.690862 ], [ -84.499954, 33.691659 ], [ -84.499961, 33.691676 ], [ -84.499944, 33.693667 ], [ -84.499932, 33.693691 ], [ -84.49992, 33.694152 ], [ -84.499918, 33.694231 ], [ -84.49989, 33.694773 ], [ -84.499857, 33.695059 ], [ -84.49977, 33.69566 ], [ -84.499758, 33.695742 ], [ -84.499627, 33.696448 ], [ -84.499587, 33.696585 ], [ -84.499431, 33.697114 ], [ -84.499361, 33.697394 ], [ -84.499236, 33.697754 ], [ -84.499049, 33.698294 ], [ -84.498296, 33.700462 ], [ -84.498082, 33.701109 ], [ -84.497904, 33.701703 ], [ -84.497691, 33.702594 ], [ -84.497635, 33.702962 ], [ -84.497547, 33.703797 ], [ -84.497491, 33.704528 ], [ -84.497475, 33.704728 ], [ -84.497453, 33.705376 ], [ -84.497528, 33.706404 ], [ -84.497616, 33.707354 ], [ -84.49777, 33.708002 ], [ -84.498164, 33.709516 ], [ -84.498296, 33.709888 ], [ -84.498563, 33.71061 ], [ -84.498703, 33.710964 ], [ -84.498925, 33.711319 ], [ -84.499131, 33.711699 ], [ -84.499713, 33.712678 ], [ -84.500025, 33.713334 ], [ -84.500038, 33.713361 ], [ -84.500169, 33.713582 ], [ -84.500379, 33.713939 ], [ -84.501104, 33.715486 ], [ -84.501176, 33.715639 ], [ -84.501624, 33.716554 ], [ -84.50191, 33.717226 ], [ -84.502178, 33.718228 ], [ -84.50226, 33.718532 ], [ -84.5023, 33.718682 ], [ -84.502345, 33.719068 ], [ -84.50249, 33.720016 ], [ -84.502512, 33.720715 ], [ -84.502559, 33.721556 ], [ -84.502535, 33.722862 ], [ -84.50256, 33.723024 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007705", "name": "Census Tract 77.05, Fulton County, Georgia", "total_population_17": 4618, "white_alone_17": 86.0, "black_alone_17": 4475.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.36, "pct_black_alone_change": 0.176, "pct_native_alone_change": -0.129, "pct_asian_alone_change": -0.196, "pct_hispanic_or_latino_change": -0.515, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6831530", "INTPTLON": "-084.4909911" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.499924, 33.690113 ], [ -84.499161, 33.690097 ], [ -84.496894, 33.690067 ], [ -84.496468, 33.690067 ], [ -84.495495, 33.690054 ], [ -84.49501, 33.690047 ], [ -84.494304, 33.690048 ], [ -84.493942, 33.690053 ], [ -84.493834, 33.690059 ], [ -84.493727, 33.69007 ], [ -84.493621, 33.690086 ], [ -84.492795, 33.690273 ], [ -84.492089, 33.690503 ], [ -84.491656, 33.690743 ], [ -84.490983, 33.691197 ], [ -84.490588, 33.691569 ], [ -84.490056, 33.691979 ], [ -84.489603, 33.692345 ], [ -84.488939, 33.692855 ], [ -84.488083, 33.693491 ], [ -84.486763, 33.694532 ], [ -84.486251, 33.6949 ], [ -84.485889, 33.695196 ], [ -84.485083, 33.695796 ], [ -84.483949, 33.696654 ], [ -84.483704, 33.696831 ], [ -84.483451, 33.696999 ], [ -84.48319, 33.697159 ], [ -84.482944, 33.697266 ], [ -84.482659, 33.697423 ], [ -84.48234, 33.697548 ], [ -84.482035, 33.697639 ], [ -84.481725, 33.697707 ], [ -84.481297, 33.69779 ], [ -84.481028, 33.697848 ], [ -84.480678, 33.697858 ], [ -84.480383, 33.697858 ], [ -84.478808, 33.697791 ], [ -84.478006, 33.697769 ], [ -84.476512, 33.697756 ], [ -84.476449, 33.697756 ], [ -84.476397, 33.697179 ], [ -84.476311, 33.694516 ], [ -84.476341, 33.69263 ], [ -84.47854, 33.692649 ], [ -84.481809, 33.692709 ], [ -84.482173, 33.692711 ], [ -84.482185, 33.691088 ], [ -84.483029, 33.690842 ], [ -84.483584, 33.690676 ], [ -84.485728, 33.690059 ], [ -84.485928, 33.690001 ], [ -84.486536, 33.689981 ], [ -84.486538, 33.68956 ], [ -84.486549, 33.686695 ], [ -84.486553, 33.685859 ], [ -84.486553, 33.685642 ], [ -84.486558, 33.68457 ], [ -84.486554, 33.681319 ], [ -84.486577, 33.680037 ], [ -84.486597, 33.678979 ], [ -84.486617, 33.67792 ], [ -84.486607, 33.674314 ], [ -84.487429, 33.674309 ], [ -84.487837, 33.674324 ], [ -84.487837, 33.673933 ], [ -84.492168, 33.673949 ], [ -84.492165, 33.672896 ], [ -84.492158, 33.669464 ], [ -84.492151, 33.666068 ], [ -84.49338, 33.66605 ], [ -84.49755, 33.666065 ], [ -84.497619, 33.667294 ], [ -84.497699, 33.668478 ], [ -84.497743, 33.668904 ], [ -84.497763, 33.66918 ], [ -84.498056, 33.670929 ], [ -84.498082, 33.671083 ], [ -84.498348, 33.672499 ], [ -84.498373, 33.672691 ], [ -84.498465, 33.673391 ], [ -84.498626, 33.674459 ], [ -84.49878, 33.675525 ], [ -84.498974, 33.676622 ], [ -84.499046, 33.677031 ], [ -84.49927, 33.678562 ], [ -84.49963, 33.680844 ], [ -84.499652, 33.681114 ], [ -84.499737, 33.682607 ], [ -84.499799, 33.684021 ], [ -84.499887, 33.686182 ], [ -84.499875, 33.686617 ], [ -84.49985, 33.687458 ], [ -84.49984, 33.688489 ], [ -84.499899, 33.689508 ], [ -84.499893, 33.689526 ], [ -84.499924, 33.690113 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007706", "name": "Census Tract 77.06, Fulton County, Georgia", "total_population_17": 9593, "white_alone_17": 187.0, "black_alone_17": 9100.0, "native_alone_17": 141.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 138.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": -0.002, "pct_black_alone_change": -2.174, "pct_native_alone_change": 1.342, "pct_asian_alone_change": -0.18, "pct_hispanic_or_latino_change": 0.772, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.6716245", "INTPTLON": "-084.5225112" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.547598, 33.673688 ], [ -84.547562, 33.673885 ], [ -84.547516, 33.674049 ], [ -84.547439, 33.674237 ], [ -84.547341, 33.674429 ], [ -84.547226, 33.674613 ], [ -84.547096, 33.674789 ], [ -84.54686, 33.675045 ], [ -84.545353, 33.676499 ], [ -84.544856, 33.676977 ], [ -84.544483, 33.677337 ], [ -84.544171, 33.677618 ], [ -84.543669, 33.678007 ], [ -84.543123, 33.67836 ], [ -84.542768, 33.678556 ], [ -84.542392, 33.678739 ], [ -84.542053, 33.678885 ], [ -84.541535, 33.679083 ], [ -84.540755, 33.679381 ], [ -84.538971, 33.680064 ], [ -84.538448, 33.680316 ], [ -84.537959, 33.68061 ], [ -84.537767, 33.680741 ], [ -84.536353, 33.68172 ], [ -84.535577, 33.682239 ], [ -84.534465, 33.68294 ], [ -84.533745, 33.683414 ], [ -84.533623, 33.683519 ], [ -84.531261, 33.685262 ], [ -84.530804, 33.685632 ], [ -84.528946, 33.687238 ], [ -84.527199, 33.688748 ], [ -84.526505, 33.689347 ], [ -84.526285, 33.689506 ], [ -84.526041, 33.689639 ], [ -84.525139, 33.690043 ], [ -84.52431, 33.690389 ], [ -84.522874, 33.69086 ], [ -84.522304, 33.691035 ], [ -84.521989, 33.691169 ], [ -84.521905, 33.691238 ], [ -84.521433, 33.691751 ], [ -84.521267, 33.691896 ], [ -84.521106, 33.692005 ], [ -84.519984, 33.692659 ], [ -84.519572, 33.692895 ], [ -84.519363, 33.693008 ], [ -84.519211, 33.69307 ], [ -84.519081, 33.693115 ], [ -84.519026, 33.693156 ], [ -84.519005, 33.693187 ], [ -84.518932, 33.693298 ], [ -84.518809, 33.693566 ], [ -84.51878, 33.693554 ], [ -84.518473, 33.693424 ], [ -84.518061, 33.69323 ], [ -84.517962, 33.693184 ], [ -84.517483, 33.692933 ], [ -84.515849, 33.692002 ], [ -84.514523, 33.691245 ], [ -84.514478, 33.69122 ], [ -84.514227, 33.691104 ], [ -84.513976, 33.691006 ], [ -84.513704, 33.690921 ], [ -84.513435, 33.690856 ], [ -84.513037, 33.690791 ], [ -84.511942, 33.690684 ], [ -84.511435, 33.690611 ], [ -84.508407, 33.69009 ], [ -84.50837, 33.690085 ], [ -84.508046, 33.690043 ], [ -84.507695, 33.690028 ], [ -84.507344, 33.690041 ], [ -84.506241, 33.690185 ], [ -84.50613, 33.690199 ], [ -84.505979, 33.690222 ], [ -84.505672, 33.690204 ], [ -84.504983, 33.690164 ], [ -84.504557, 33.690162 ], [ -84.503192, 33.690127 ], [ -84.502698, 33.690143 ], [ -84.501835, 33.69014 ], [ -84.501273, 33.690126 ], [ -84.500831, 33.69011 ], [ -84.500154, 33.690111 ], [ -84.499924, 33.690113 ], [ -84.499893, 33.689526 ], [ -84.499899, 33.689508 ], [ -84.49984, 33.688489 ], [ -84.49985, 33.687458 ], [ -84.499875, 33.686617 ], [ -84.499887, 33.686182 ], [ -84.499799, 33.684021 ], [ -84.499737, 33.682607 ], [ -84.499652, 33.681114 ], [ -84.49963, 33.680844 ], [ -84.49927, 33.678562 ], [ -84.499046, 33.677031 ], [ -84.498974, 33.676622 ], [ -84.49878, 33.675525 ], [ -84.498626, 33.674459 ], [ -84.498465, 33.673391 ], [ -84.498373, 33.672691 ], [ -84.498348, 33.672499 ], [ -84.498082, 33.671083 ], [ -84.498056, 33.670929 ], [ -84.497763, 33.66918 ], [ -84.497743, 33.668904 ], [ -84.497699, 33.668478 ], [ -84.497619, 33.667294 ], [ -84.49755, 33.666065 ], [ -84.497797, 33.666066 ], [ -84.497892, 33.666065 ], [ -84.506734, 33.66625 ], [ -84.506682, 33.665109 ], [ -84.506444, 33.65992 ], [ -84.506231, 33.65417 ], [ -84.506655, 33.654157 ], [ -84.506901, 33.654163 ], [ -84.507194, 33.654179 ], [ -84.507535, 33.654221 ], [ -84.50798, 33.654303 ], [ -84.508729, 33.654492 ], [ -84.509308, 33.654636 ], [ -84.509993, 33.654794 ], [ -84.510255, 33.654855 ], [ -84.511402, 33.655121 ], [ -84.512913, 33.655472 ], [ -84.514393, 33.655835 ], [ -84.515591, 33.656124 ], [ -84.515603, 33.65594 ], [ -84.51562, 33.655062 ], [ -84.51923, 33.655809 ], [ -84.519899, 33.655697 ], [ -84.519964, 33.655701 ], [ -84.520361, 33.65574 ], [ -84.520453, 33.655763 ], [ -84.520529, 33.655784 ], [ -84.520592, 33.655802 ], [ -84.520781, 33.65579 ], [ -84.520835, 33.655769 ], [ -84.520914, 33.65574 ], [ -84.521071, 33.655787 ], [ -84.521132, 33.655787 ], [ -84.521198, 33.655791 ], [ -84.521232, 33.655801 ], [ -84.521305, 33.655825 ], [ -84.521363, 33.655848 ], [ -84.521425, 33.655852 ], [ -84.521616, 33.655835 ], [ -84.521674, 33.655837 ], [ -84.521806, 33.655842 ], [ -84.521845, 33.656148 ], [ -84.521864, 33.656297 ], [ -84.521916, 33.656698 ], [ -84.522028, 33.656703 ], [ -84.523302, 33.656715 ], [ -84.52593, 33.65674 ], [ -84.5259, 33.65692 ], [ -84.525878, 33.658496 ], [ -84.525872, 33.658909 ], [ -84.525927, 33.658922 ], [ -84.526109, 33.658964 ], [ -84.526618, 33.659034 ], [ -84.527098, 33.659067 ], [ -84.527236, 33.659076 ], [ -84.52822, 33.659121 ], [ -84.528507, 33.659142 ], [ -84.528609, 33.65916 ], [ -84.528663, 33.659161 ], [ -84.528678, 33.659161 ], [ -84.529291, 33.659179 ], [ -84.529707, 33.659168 ], [ -84.52997, 33.659144 ], [ -84.530243, 33.659142 ], [ -84.532312, 33.659139 ], [ -84.533496, 33.659172 ], [ -84.534076, 33.659244 ], [ -84.534548, 33.65936 ], [ -84.535129, 33.659585 ], [ -84.535657, 33.659844 ], [ -84.536091, 33.66013 ], [ -84.538392, 33.662004 ], [ -84.538969, 33.662473 ], [ -84.540424, 33.663639 ], [ -84.541119, 33.664207 ], [ -84.543211, 33.665916 ], [ -84.545065, 33.667396 ], [ -84.546902, 33.668887 ], [ -84.547608, 33.669459 ], [ -84.547302, 33.669802 ], [ -84.547114, 33.670101 ], [ -84.546985, 33.670421 ], [ -84.546939, 33.670605 ], [ -84.546912, 33.670791 ], [ -84.546905, 33.670974 ], [ -84.546917, 33.671154 ], [ -84.546995, 33.671534 ], [ -84.547067, 33.67174 ], [ -84.547499, 33.672715 ], [ -84.547579, 33.673017 ], [ -84.547614, 33.673317 ], [ -84.547598, 33.673688 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007802", "name": "Census Tract 78.02, Fulton County, Georgia", "total_population_17": 10402, "white_alone_17": 70.0, "black_alone_17": 10157.0, "native_alone_17": 6.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -1.898, "pct_black_alone_change": 1.194, "pct_native_alone_change": -0.021, "pct_asian_alone_change": -0.252, "pct_hispanic_or_latino_change": -0.568, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7135595", "INTPTLON": "-084.5286786" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.558834, 33.708647 ], [ -84.558372, 33.709056 ], [ -84.557681, 33.709815 ], [ -84.557118, 33.710435 ], [ -84.556285, 33.711358 ], [ -84.555325, 33.712391 ], [ -84.555061, 33.712698 ], [ -84.554718, 33.71304 ], [ -84.554335, 33.713338 ], [ -84.554041, 33.713524 ], [ -84.553596, 33.71375 ], [ -84.553521, 33.713785 ], [ -84.552523, 33.71425 ], [ -84.552087, 33.714461 ], [ -84.55172, 33.714639 ], [ -84.551047, 33.714934 ], [ -84.550639, 33.715081 ], [ -84.550256, 33.715181 ], [ -84.549881, 33.715246 ], [ -84.548984, 33.715321 ], [ -84.548378, 33.715372 ], [ -84.546871, 33.715498 ], [ -84.546548, 33.715562 ], [ -84.546174, 33.715686 ], [ -84.545883, 33.715827 ], [ -84.545616, 33.715999 ], [ -84.544788, 33.716675 ], [ -84.544377, 33.717012 ], [ -84.544239, 33.717128 ], [ -84.544013, 33.717317 ], [ -84.541934, 33.719223 ], [ -84.540593, 33.720238 ], [ -84.540177, 33.720567 ], [ -84.539806, 33.72082 ], [ -84.539697, 33.720908 ], [ -84.539572, 33.721048 ], [ -84.539481, 33.721205 ], [ -84.539428, 33.721374 ], [ -84.539411, 33.721469 ], [ -84.539331, 33.721914 ], [ -84.539275, 33.722223 ], [ -84.539165, 33.722845 ], [ -84.538936, 33.724115 ], [ -84.538821, 33.724824 ], [ -84.538766, 33.725097 ], [ -84.538742, 33.725432 ], [ -84.538756, 33.725744 ], [ -84.538808, 33.726083 ], [ -84.53888, 33.726381 ], [ -84.538974, 33.72667 ], [ -84.539093, 33.726953 ], [ -84.539208, 33.727177 ], [ -84.539243, 33.727243 ], [ -84.539584, 33.727863 ], [ -84.539805, 33.728265 ], [ -84.539844, 33.728341 ], [ -84.539891, 33.728431 ], [ -84.540149, 33.72897 ], [ -84.540221, 33.729172 ], [ -84.540375, 33.729706 ], [ -84.540835, 33.731491 ], [ -84.541101, 33.732519 ], [ -84.541135, 33.732749 ], [ -84.541146, 33.732991 ], [ -84.541145, 33.733014 ], [ -84.54113, 33.733233 ], [ -84.541092, 33.733454 ], [ -84.540477, 33.733486 ], [ -84.540018, 33.73354 ], [ -84.539624, 33.733613 ], [ -84.539545, 33.733631 ], [ -84.538813, 33.733801 ], [ -84.538288, 33.733933 ], [ -84.537762, 33.734091 ], [ -84.53728, 33.734259 ], [ -84.536772, 33.73446 ], [ -84.536255, 33.73467 ], [ -84.536137, 33.734702 ], [ -84.535959, 33.734724 ], [ -84.5357, 33.734724 ], [ -84.535456, 33.734692 ], [ -84.533741, 33.734294 ], [ -84.53309, 33.734143 ], [ -84.532741, 33.734074 ], [ -84.532302, 33.733988 ], [ -84.531863, 33.733902 ], [ -84.531664, 33.733866 ], [ -84.530292, 33.733615 ], [ -84.529921, 33.73354 ], [ -84.529734, 33.733482 ], [ -84.527981, 33.73272 ], [ -84.527948, 33.732706 ], [ -84.527687, 33.732593 ], [ -84.527653, 33.732578 ], [ -84.527073, 33.732326 ], [ -84.52684, 33.732219 ], [ -84.526585, 33.732101 ], [ -84.526262, 33.731927 ], [ -84.5259, 33.731683 ], [ -84.524499, 33.730574 ], [ -84.52411, 33.730265 ], [ -84.523782, 33.730006 ], [ -84.523363, 33.729674 ], [ -84.523261, 33.729608 ], [ -84.523039, 33.729503 ], [ -84.521512, 33.729004 ], [ -84.521501, 33.729 ], [ -84.521338, 33.728946 ], [ -84.521113, 33.728873 ], [ -84.520921, 33.728798 ], [ -84.520738, 33.72871 ], [ -84.520555, 33.728602 ], [ -84.520347, 33.728454 ], [ -84.519427, 33.727699 ], [ -84.518765, 33.727238 ], [ -84.518477, 33.727053 ], [ -84.518147, 33.726865 ], [ -84.517682, 33.72666 ], [ -84.517585, 33.726617 ], [ -84.515036, 33.725463 ], [ -84.514211, 33.725092 ], [ -84.512464, 33.724305 ], [ -84.512335, 33.724247 ], [ -84.511787, 33.724077 ], [ -84.511274, 33.723969 ], [ -84.511061, 33.723934 ], [ -84.510232, 33.723799 ], [ -84.508106, 33.720456 ], [ -84.507957, 33.720153 ], [ -84.507846, 33.719802 ], [ -84.507881, 33.719345 ], [ -84.507929, 33.718976 ], [ -84.507957, 33.718755 ], [ -84.508067, 33.718006 ], [ -84.508212, 33.717024 ], [ -84.508249, 33.716772 ], [ -84.508251, 33.716592 ], [ -84.508232, 33.716439 ], [ -84.508194, 33.716288 ], [ -84.508136, 33.71614 ], [ -84.508048, 33.715978 ], [ -84.507185, 33.714628 ], [ -84.507138, 33.714567 ], [ -84.507007, 33.714397 ], [ -84.506346, 33.713619 ], [ -84.506209, 33.713421 ], [ -84.50611, 33.713207 ], [ -84.506059, 33.713014 ], [ -84.506038, 33.71283 ], [ -84.50604, 33.71252 ], [ -84.506044, 33.710457 ], [ -84.506056, 33.710311 ], [ -84.506084, 33.710182 ], [ -84.506194, 33.709901 ], [ -84.506286, 33.70974 ], [ -84.506828, 33.7091 ], [ -84.507034, 33.708826 ], [ -84.507116, 33.708646 ], [ -84.507149, 33.708462 ], [ -84.507261, 33.708467 ], [ -84.509688, 33.708286 ], [ -84.509845, 33.708274 ], [ -84.510651, 33.708236 ], [ -84.512525, 33.708192 ], [ -84.517793, 33.708068 ], [ -84.518227, 33.708086 ], [ -84.518237, 33.707301 ], [ -84.518245, 33.7061 ], [ -84.518265, 33.705071 ], [ -84.518299, 33.704034 ], [ -84.518325, 33.702993 ], [ -84.518363, 33.701831 ], [ -84.518381, 33.700714 ], [ -84.518386, 33.6996 ], [ -84.518351, 33.699214 ], [ -84.518321, 33.698993 ], [ -84.518225, 33.698524 ], [ -84.517918, 33.697247 ], [ -84.517823, 33.696802 ], [ -84.517759, 33.696455 ], [ -84.517701, 33.69617 ], [ -84.517679, 33.695761 ], [ -84.517714, 33.695429 ], [ -84.517739, 33.695111 ], [ -84.517849, 33.694456 ], [ -84.517937, 33.693994 ], [ -84.518005, 33.693718 ], [ -84.518065, 33.693339 ], [ -84.518061, 33.69323 ], [ -84.518473, 33.693424 ], [ -84.51878, 33.693554 ], [ -84.518809, 33.693566 ], [ -84.518932, 33.693298 ], [ -84.519005, 33.693187 ], [ -84.519026, 33.693156 ], [ -84.519081, 33.693115 ], [ -84.519211, 33.69307 ], [ -84.519363, 33.693008 ], [ -84.519572, 33.692895 ], [ -84.519984, 33.692659 ], [ -84.521106, 33.692005 ], [ -84.521267, 33.691896 ], [ -84.521433, 33.691751 ], [ -84.521905, 33.691238 ], [ -84.521989, 33.691169 ], [ -84.522304, 33.691035 ], [ -84.522874, 33.69086 ], [ -84.52431, 33.690389 ], [ -84.525139, 33.690043 ], [ -84.526041, 33.689639 ], [ -84.526285, 33.689506 ], [ -84.526505, 33.689347 ], [ -84.527199, 33.688748 ], [ -84.528946, 33.687238 ], [ -84.530804, 33.685632 ], [ -84.531261, 33.685262 ], [ -84.533623, 33.683519 ], [ -84.533745, 33.683414 ], [ -84.534465, 33.68294 ], [ -84.535577, 33.682239 ], [ -84.536353, 33.68172 ], [ -84.537767, 33.680741 ], [ -84.537229, 33.682254 ], [ -84.536666, 33.683976 ], [ -84.536474, 33.684405 ], [ -84.536336, 33.684644 ], [ -84.53618, 33.684873 ], [ -84.536005, 33.685092 ], [ -84.535824, 33.68529 ], [ -84.535439, 33.685638 ], [ -84.534516, 33.686348 ], [ -84.534307, 33.686535 ], [ -84.534189, 33.686665 ], [ -84.533982, 33.68695 ], [ -84.533829, 33.687273 ], [ -84.533757, 33.687513 ], [ -84.533712, 33.687838 ], [ -84.533714, 33.687881 ], [ -84.533731, 33.688144 ], [ -84.533778, 33.688395 ], [ -84.534006, 33.689109 ], [ -84.53433, 33.690154 ], [ -84.534452, 33.690575 ], [ -84.534502, 33.690866 ], [ -84.534511, 33.691142 ], [ -84.534488, 33.691386 ], [ -84.534423, 33.691672 ], [ -84.534328, 33.691954 ], [ -84.534199, 33.692337 ], [ -84.534145, 33.692588 ], [ -84.53412, 33.692791 ], [ -84.534122, 33.69363 ], [ -84.534162, 33.694064 ], [ -84.534226, 33.694326 ], [ -84.534289, 33.694501 ], [ -84.534625, 33.695189 ], [ -84.535078, 33.696024 ], [ -84.535357, 33.69597 ], [ -84.535801, 33.695846 ], [ -84.536341, 33.695628 ], [ -84.536648, 33.695476 ], [ -84.537895, 33.694798 ], [ -84.538247, 33.694641 ], [ -84.538674, 33.694506 ], [ -84.538894, 33.694457 ], [ -84.539175, 33.694414 ], [ -84.539401, 33.694394 ], [ -84.539681, 33.694388 ], [ -84.539929, 33.694398 ], [ -84.540199, 33.694426 ], [ -84.540454, 33.69447 ], [ -84.540693, 33.694527 ], [ -84.540938, 33.694603 ], [ -84.541166, 33.69469 ], [ -84.541397, 33.694795 ], [ -84.541607, 33.69491 ], [ -84.54175, 33.695 ], [ -84.541954, 33.695156 ], [ -84.543578, 33.696418 ], [ -84.544018, 33.696771 ], [ -84.544229, 33.696965 ], [ -84.544399, 33.697151 ], [ -84.544555, 33.697357 ], [ -84.544693, 33.697583 ], [ -84.544736, 33.697672 ], [ -84.544807, 33.697818 ], [ -84.545122, 33.698675 ], [ -84.545537, 33.699821 ], [ -84.545645, 33.700074 ], [ -84.545864, 33.700466 ], [ -84.546146, 33.700844 ], [ -84.546428, 33.701142 ], [ -84.546668, 33.701365 ], [ -84.54674, 33.701433 ], [ -84.548174, 33.702766 ], [ -84.549101, 33.703627 ], [ -84.549482, 33.703951 ], [ -84.550019, 33.704345 ], [ -84.552254, 33.705652 ], [ -84.553247, 33.706209 ], [ -84.554706, 33.707064 ], [ -84.556387, 33.708031 ], [ -84.556603, 33.708144 ], [ -84.556826, 33.708245 ], [ -84.557284, 33.708404 ], [ -84.557527, 33.708466 ], [ -84.557734, 33.708504 ], [ -84.557991, 33.708525 ], [ -84.55825, 33.708528 ], [ -84.558507, 33.708513 ], [ -84.558762, 33.708479 ], [ -84.558834, 33.708647 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007805", "name": "Census Tract 78.05, Fulton County, Georgia", "total_population_17": 3540, "white_alone_17": 34.0, "black_alone_17": 3422.0, "native_alone_17": 0.0, "asian_alone_17": 34.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 20.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.703, "pct_black_alone_change": 9.489, "pct_native_alone_change": -0.072, "pct_asian_alone_change": -0.052, "pct_hispanic_or_latino_change": -9.462, "pct_native_hawaiian_pacific_islander_change": -0.506, "INTPTLAT": "+33.7538409", "INTPTLON": "-084.5381827" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.573432, 33.745507 ], [ -84.56525, 33.752536 ], [ -84.56178, 33.755518 ], [ -84.559232, 33.757707 ], [ -84.558839, 33.757986 ], [ -84.552633, 33.762406 ], [ -84.547234, 33.765705 ], [ -84.544434, 33.767404 ], [ -84.539935, 33.769504 ], [ -84.539598, 33.76979 ], [ -84.539508, 33.769864 ], [ -84.539418, 33.769938 ], [ -84.538033, 33.771104 ], [ -84.536216, 33.774464 ], [ -84.536032, 33.774805 ], [ -84.534968, 33.776651 ], [ -84.533546, 33.779122 ], [ -84.533159, 33.778904 ], [ -84.531164, 33.777744 ], [ -84.528827, 33.776428 ], [ -84.528373, 33.776151 ], [ -84.528224, 33.776039 ], [ -84.527836, 33.775789 ], [ -84.527618, 33.77565 ], [ -84.52738, 33.77552 ], [ -84.526719, 33.775079 ], [ -84.526118, 33.774638 ], [ -84.525549, 33.774259 ], [ -84.524657, 33.773597 ], [ -84.523005, 33.772334 ], [ -84.520764, 33.770606 ], [ -84.520523, 33.770419 ], [ -84.520247, 33.770236 ], [ -84.520062, 33.77014 ], [ -84.519851, 33.770049 ], [ -84.519694, 33.769986 ], [ -84.519205, 33.770256 ], [ -84.518761, 33.770522 ], [ -84.518153, 33.770954 ], [ -84.517199, 33.771569 ], [ -84.516155, 33.772273 ], [ -84.515918, 33.772441 ], [ -84.515509, 33.772746 ], [ -84.515373, 33.772847 ], [ -84.515044, 33.77312 ], [ -84.514922, 33.773011 ], [ -84.51461, 33.772592 ], [ -84.514531, 33.772469 ], [ -84.514473, 33.772338 ], [ -84.51433, 33.771877 ], [ -84.513966, 33.77014 ], [ -84.513876, 33.76985 ], [ -84.513775, 33.769585 ], [ -84.513651, 33.769305 ], [ -84.51344, 33.76889 ], [ -84.513415, 33.768849 ], [ -84.513216, 33.768519 ], [ -84.512949, 33.768171 ], [ -84.512484, 33.767562 ], [ -84.512266, 33.767277 ], [ -84.512221, 33.767227 ], [ -84.511984, 33.766964 ], [ -84.511697, 33.766644 ], [ -84.511383, 33.766239 ], [ -84.511074, 33.765838 ], [ -84.510841, 33.765527 ], [ -84.510707, 33.765348 ], [ -84.509902, 33.764294 ], [ -84.509513, 33.763784 ], [ -84.50864, 33.762636 ], [ -84.508315, 33.76225 ], [ -84.507972, 33.761885 ], [ -84.508044, 33.761832 ], [ -84.508127, 33.761791 ], [ -84.50821, 33.761767 ], [ -84.508314, 33.761756 ], [ -84.514074, 33.761846 ], [ -84.514253, 33.761875 ], [ -84.514537, 33.76199 ], [ -84.514725, 33.762023 ], [ -84.51557, 33.762036 ], [ -84.517086, 33.762059 ], [ -84.517293, 33.762039 ], [ -84.517512, 33.761983 ], [ -84.517671, 33.761917 ], [ -84.517815, 33.761832 ], [ -84.51853, 33.76129 ], [ -84.51929, 33.76071 ], [ -84.518775, 33.760201 ], [ -84.518396, 33.759817 ], [ -84.51832, 33.759708 ], [ -84.518262, 33.759583 ], [ -84.518223, 33.759382 ], [ -84.518232, 33.758815 ], [ -84.519164, 33.758832 ], [ -84.519387, 33.75887 ], [ -84.519597, 33.758943 ], [ -84.519736, 33.758746 ], [ -84.519806, 33.75856 ], [ -84.519822, 33.758438 ], [ -84.519816, 33.757903 ], [ -84.519811, 33.757299 ], [ -84.519825, 33.757163 ], [ -84.519858, 33.757046 ], [ -84.519911, 33.756933 ], [ -84.519982, 33.756827 ], [ -84.520058, 33.756742 ], [ -84.520244, 33.756599 ], [ -84.520773, 33.756318 ], [ -84.521025, 33.75612 ], [ -84.52116, 33.755975 ], [ -84.521287, 33.755793 ], [ -84.521372, 33.755623 ], [ -84.521433, 33.755445 ], [ -84.521466, 33.755264 ], [ -84.521473, 33.75508 ], [ -84.521399, 33.754556 ], [ -84.521777, 33.754505 ], [ -84.52275, 33.754371 ], [ -84.523128, 33.754302 ], [ -84.523324, 33.754251 ], [ -84.5235, 33.75419 ], [ -84.523948, 33.754004 ], [ -84.524965, 33.753539 ], [ -84.528293, 33.752021 ], [ -84.528202, 33.75184 ], [ -84.528138, 33.751647 ], [ -84.528111, 33.751496 ], [ -84.528086, 33.751196 ], [ -84.528099, 33.750952 ], [ -84.528128, 33.750811 ], [ -84.528179, 33.750658 ], [ -84.528202, 33.750446 ], [ -84.528209, 33.750162 ], [ -84.528187, 33.749879 ], [ -84.528077, 33.749567 ], [ -84.52796, 33.749289 ], [ -84.527892, 33.749045 ], [ -84.527912, 33.748668 ], [ -84.528012, 33.74813 ], [ -84.528048, 33.74779 ], [ -84.528067, 33.747142 ], [ -84.528005, 33.746237 ], [ -84.525352, 33.746223 ], [ -84.524313, 33.746289 ], [ -84.52418, 33.746315 ], [ -84.523962, 33.746402 ], [ -84.52378, 33.746535 ], [ -84.522485, 33.742947 ], [ -84.522497, 33.742695 ], [ -84.522497, 33.742482 ], [ -84.522432, 33.74238 ], [ -84.522377, 33.742288 ], [ -84.522377, 33.742167 ], [ -84.522395, 33.742028 ], [ -84.522506, 33.741963 ], [ -84.522636, 33.741945 ], [ -84.522719, 33.741899 ], [ -84.522812, 33.741797 ], [ -84.522886, 33.741741 ], [ -84.522969, 33.741686 ], [ -84.523053, 33.741612 ], [ -84.523201, 33.741547 ], [ -84.523303, 33.741491 ], [ -84.523358, 33.741454 ], [ -84.523395, 33.741436 ], [ -84.523405, 33.74138 ], [ -84.523475, 33.741282 ], [ -84.523694, 33.741037 ], [ -84.523836, 33.74087 ], [ -84.524023, 33.740715 ], [ -84.524178, 33.740663 ], [ -84.524333, 33.74065 ], [ -84.524559, 33.740631 ], [ -84.524791, 33.740553 ], [ -84.525004, 33.740418 ], [ -84.525126, 33.740328 ], [ -84.52523, 33.74025 ], [ -84.525372, 33.740141 ], [ -84.525423, 33.740115 ], [ -84.525686, 33.739879 ], [ -84.525391, 33.739875 ], [ -84.525135, 33.739772 ], [ -84.524972, 33.739576 ], [ -84.524883, 33.739426 ], [ -84.524806, 33.739311 ], [ -84.524776, 33.739204 ], [ -84.524742, 33.7391 ], [ -84.524669, 33.738994 ], [ -84.52465, 33.738984 ], [ -84.524639, 33.738978 ], [ -84.524618, 33.738964 ], [ -84.524605, 33.738958 ], [ -84.524468, 33.738892 ], [ -84.524348, 33.738849 ], [ -84.524263, 33.738793 ], [ -84.524233, 33.738729 ], [ -84.524195, 33.738637 ], [ -84.52416, 33.738554 ], [ -84.524143, 33.738396 ], [ -84.524117, 33.738284 ], [ -84.524079, 33.738203 ], [ -84.523993, 33.738148 ], [ -84.523861, 33.738135 ], [ -84.523805, 33.738135 ], [ -84.523599, 33.738104 ], [ -84.523446, 33.738113 ], [ -84.5233, 33.738062 ], [ -84.523168, 33.737955 ], [ -84.523091, 33.737835 ], [ -84.522993, 33.737694 ], [ -84.522954, 33.737596 ], [ -84.522743, 33.737281 ], [ -84.522433, 33.736889 ], [ -84.522074, 33.736763 ], [ -84.521198, 33.736422 ], [ -84.519865, 33.735902 ], [ -84.518776, 33.735488 ], [ -84.518212, 33.735252 ], [ -84.518115, 33.735201 ], [ -84.518061, 33.735164 ], [ -84.517724, 33.734898 ], [ -84.517453, 33.734624 ], [ -84.51736, 33.734512 ], [ -84.51731, 33.734438 ], [ -84.51723, 33.734283 ], [ -84.517216, 33.734245 ], [ -84.517188, 33.7342 ], [ -84.517111, 33.734012 ], [ -84.517057, 33.73384 ], [ -84.51699, 33.733266 ], [ -84.517005, 33.732991 ], [ -84.517047, 33.732772 ], [ -84.517206, 33.732379 ], [ -84.517323, 33.732175 ], [ -84.517346, 33.732137 ], [ -84.517409, 33.732021 ], [ -84.517458, 33.73193 ], [ -84.517494, 33.731839 ], [ -84.517585, 33.731608 ], [ -84.517624, 33.731461 ], [ -84.517634, 33.731387 ], [ -84.517664, 33.731176 ], [ -84.517679, 33.730957 ], [ -84.517636, 33.730523 ], [ -84.517605, 33.730369 ], [ -84.517576, 33.730279 ], [ -84.517474, 33.730025 ], [ -84.517392, 33.729866 ], [ -84.517294, 33.72971 ], [ -84.517204, 33.72958 ], [ -84.5167, 33.729001 ], [ -84.516392, 33.728657 ], [ -84.516179, 33.728426 ], [ -84.515696, 33.727851 ], [ -84.515406, 33.727553 ], [ -84.51513, 33.727261 ], [ -84.514917, 33.727021 ], [ -84.514877, 33.726969 ], [ -84.514819, 33.726891 ], [ -84.514713, 33.726741 ], [ -84.514546, 33.726474 ], [ -84.514505, 33.726391 ], [ -84.514466, 33.726272 ], [ -84.514309, 33.725849 ], [ -84.514211, 33.725092 ], [ -84.515036, 33.725463 ], [ -84.517585, 33.726617 ], [ -84.517682, 33.72666 ], [ -84.518147, 33.726865 ], [ -84.518477, 33.727053 ], [ -84.518765, 33.727238 ], [ -84.519427, 33.727699 ], [ -84.520347, 33.728454 ], [ -84.520555, 33.728602 ], [ -84.520738, 33.72871 ], [ -84.520921, 33.728798 ], [ -84.521113, 33.728873 ], [ -84.521338, 33.728946 ], [ -84.521501, 33.729 ], [ -84.521512, 33.729004 ], [ -84.523039, 33.729503 ], [ -84.523261, 33.729608 ], [ -84.523363, 33.729674 ], [ -84.523782, 33.730006 ], [ -84.52411, 33.730265 ], [ -84.524499, 33.730574 ], [ -84.5259, 33.731683 ], [ -84.526262, 33.731927 ], [ -84.526585, 33.732101 ], [ -84.52684, 33.732219 ], [ -84.527073, 33.732326 ], [ -84.527653, 33.732578 ], [ -84.527687, 33.732593 ], [ -84.527948, 33.732706 ], [ -84.527981, 33.73272 ], [ -84.529734, 33.733482 ], [ -84.529921, 33.73354 ], [ -84.530292, 33.733615 ], [ -84.531664, 33.733866 ], [ -84.531863, 33.733902 ], [ -84.532302, 33.733988 ], [ -84.532741, 33.734074 ], [ -84.53309, 33.734143 ], [ -84.533741, 33.734294 ], [ -84.535456, 33.734692 ], [ -84.5357, 33.734724 ], [ -84.535959, 33.734724 ], [ -84.536137, 33.734702 ], [ -84.536255, 33.73467 ], [ -84.536772, 33.73446 ], [ -84.53728, 33.734259 ], [ -84.537762, 33.734091 ], [ -84.538288, 33.733933 ], [ -84.538813, 33.733801 ], [ -84.539545, 33.733631 ], [ -84.539624, 33.733613 ], [ -84.540018, 33.73354 ], [ -84.540477, 33.733486 ], [ -84.541092, 33.733454 ], [ -84.542661, 33.733418 ], [ -84.543329, 33.733433 ], [ -84.543571, 33.73346 ], [ -84.543808, 33.733486 ], [ -84.54571, 33.733793 ], [ -84.546094, 33.733828 ], [ -84.54642, 33.733831 ], [ -84.546664, 33.733812 ], [ -84.546926, 33.733773 ], [ -84.547409, 33.733662 ], [ -84.547431, 33.736407 ], [ -84.547941, 33.736738 ], [ -84.549431, 33.737707 ], [ -84.551624, 33.738438 ], [ -84.552132, 33.738607 ], [ -84.552253, 33.738836 ], [ -84.553133, 33.740507 ], [ -84.554633, 33.740408 ], [ -84.556934, 33.741208 ], [ -84.5571, 33.74144 ], [ -84.557885, 33.742539 ], [ -84.558795, 33.743815 ], [ -84.558932, 33.744007 ], [ -84.559226, 33.743948 ], [ -84.562398, 33.743248 ], [ -84.562587, 33.743207 ], [ -84.56292, 33.743162 ], [ -84.565553, 33.742813 ], [ -84.566166, 33.74293 ], [ -84.56767, 33.743219 ], [ -84.568376, 33.743421 ], [ -84.571968, 33.744823 ], [ -84.573132, 33.745407 ], [ -84.573432, 33.745507 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007806", "name": "Census Tract 78.06, Fulton County, Georgia", "total_population_17": 7035, "white_alone_17": 185.0, "black_alone_17": 6425.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 408.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 1.733, "pct_black_alone_change": -6.553, "pct_native_alone_change": -0.114, "pct_asian_alone_change": -0.14, "pct_hispanic_or_latino_change": 5.094, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+33.7459578", "INTPTLON": "-084.5145823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.528293, 33.752021 ], [ -84.524965, 33.753539 ], [ -84.523948, 33.754004 ], [ -84.5235, 33.75419 ], [ -84.523324, 33.754251 ], [ -84.523128, 33.754302 ], [ -84.52275, 33.754371 ], [ -84.521777, 33.754505 ], [ -84.521399, 33.754556 ], [ -84.521473, 33.75508 ], [ -84.521466, 33.755264 ], [ -84.521433, 33.755445 ], [ -84.521372, 33.755623 ], [ -84.521287, 33.755793 ], [ -84.52116, 33.755975 ], [ -84.521025, 33.75612 ], [ -84.520773, 33.756318 ], [ -84.520244, 33.756599 ], [ -84.520058, 33.756742 ], [ -84.519982, 33.756827 ], [ -84.519911, 33.756933 ], [ -84.519858, 33.757046 ], [ -84.519825, 33.757163 ], [ -84.519811, 33.757299 ], [ -84.519816, 33.757903 ], [ -84.519822, 33.758438 ], [ -84.519806, 33.75856 ], [ -84.519736, 33.758746 ], [ -84.519597, 33.758943 ], [ -84.519387, 33.75887 ], [ -84.519164, 33.758832 ], [ -84.518232, 33.758815 ], [ -84.518223, 33.759382 ], [ -84.518262, 33.759583 ], [ -84.51832, 33.759708 ], [ -84.518396, 33.759817 ], [ -84.518775, 33.760201 ], [ -84.51929, 33.76071 ], [ -84.51853, 33.76129 ], [ -84.517815, 33.761832 ], [ -84.517671, 33.761917 ], [ -84.517512, 33.761983 ], [ -84.517293, 33.762039 ], [ -84.517086, 33.762059 ], [ -84.51557, 33.762036 ], [ -84.514725, 33.762023 ], [ -84.514537, 33.76199 ], [ -84.514253, 33.761875 ], [ -84.514074, 33.761846 ], [ -84.508314, 33.761756 ], [ -84.50821, 33.761767 ], [ -84.508127, 33.761791 ], [ -84.508044, 33.761832 ], [ -84.507972, 33.761885 ], [ -84.507585, 33.761514 ], [ -84.505459, 33.759607 ], [ -84.505463, 33.759217 ], [ -84.505481, 33.757452 ], [ -84.505487, 33.756978 ], [ -84.505507, 33.755219 ], [ -84.505547, 33.754182 ], [ -84.505576, 33.753932 ], [ -84.50565, 33.753688 ], [ -84.506047, 33.752922 ], [ -84.507621, 33.749965 ], [ -84.508283, 33.748721 ], [ -84.508377, 33.748472 ], [ -84.508424, 33.748164 ], [ -84.508589, 33.745501 ], [ -84.508591, 33.745485 ], [ -84.508617, 33.745324 ], [ -84.508694, 33.745125 ], [ -84.508889, 33.74476 ], [ -84.509451, 33.743711 ], [ -84.510081, 33.742535 ], [ -84.51011, 33.742482 ], [ -84.510265, 33.742194 ], [ -84.510358, 33.74199 ], [ -84.510434, 33.741715 ], [ -84.510458, 33.741435 ], [ -84.510442, 33.741216 ], [ -84.51035, 33.740742 ], [ -84.510233, 33.740721 ], [ -84.510027, 33.740597 ], [ -84.509184, 33.740023 ], [ -84.508898, 33.739852 ], [ -84.508779, 33.739796 ], [ -84.508536, 33.739682 ], [ -84.50841, 33.739631 ], [ -84.508562, 33.739388 ], [ -84.508813, 33.738893 ], [ -84.508853, 33.738791 ], [ -84.509033, 33.738238 ], [ -84.509076, 33.738018 ], [ -84.509117, 33.737729 ], [ -84.509142, 33.73731 ], [ -84.509141, 33.737039 ], [ -84.509127, 33.736882 ], [ -84.509069, 33.736374 ], [ -84.508953, 33.735635 ], [ -84.508901, 33.735245 ], [ -84.508679, 33.733757 ], [ -84.508651, 33.733448 ], [ -84.508641, 33.733177 ], [ -84.508645, 33.733024 ], [ -84.508675, 33.732795 ], [ -84.508721, 33.732606 ], [ -84.508753, 33.732447 ], [ -84.508795, 33.732283 ], [ -84.508849, 33.732143 ], [ -84.508902, 33.732053 ], [ -84.509097, 33.731775 ], [ -84.509253, 33.731595 ], [ -84.509327, 33.731529 ], [ -84.509356, 33.731494 ], [ -84.509548, 33.731322 ], [ -84.509782, 33.731132 ], [ -84.509866, 33.731077 ], [ -84.509982, 33.731014 ], [ -84.510322, 33.730855 ], [ -84.51038, 33.730309 ], [ -84.510448, 33.729899 ], [ -84.510453, 33.729656 ], [ -84.510456, 33.729544 ], [ -84.510421, 33.728987 ], [ -84.510388, 33.728447 ], [ -84.5104, 33.728115 ], [ -84.510413, 33.728042 ], [ -84.510431, 33.727938 ], [ -84.510451, 33.727817 ], [ -84.510462, 33.727753 ], [ -84.510617, 33.727118 ], [ -84.511037, 33.725594 ], [ -84.511061, 33.725401 ], [ -84.511037, 33.725207 ], [ -84.510966, 33.725022 ], [ -84.510683, 33.72453 ], [ -84.510232, 33.723799 ], [ -84.511061, 33.723934 ], [ -84.511274, 33.723969 ], [ -84.511787, 33.724077 ], [ -84.512335, 33.724247 ], [ -84.512464, 33.724305 ], [ -84.514211, 33.725092 ], [ -84.514309, 33.725849 ], [ -84.514466, 33.726272 ], [ -84.514505, 33.726391 ], [ -84.514546, 33.726474 ], [ -84.514713, 33.726741 ], [ -84.514819, 33.726891 ], [ -84.514877, 33.726969 ], [ -84.514917, 33.727021 ], [ -84.51513, 33.727261 ], [ -84.515406, 33.727553 ], [ -84.515696, 33.727851 ], [ -84.516179, 33.728426 ], [ -84.516392, 33.728657 ], [ -84.5167, 33.729001 ], [ -84.517204, 33.72958 ], [ -84.517294, 33.72971 ], [ -84.517392, 33.729866 ], [ -84.517474, 33.730025 ], [ -84.517576, 33.730279 ], [ -84.517605, 33.730369 ], [ -84.517636, 33.730523 ], [ -84.517679, 33.730957 ], [ -84.517664, 33.731176 ], [ -84.517634, 33.731387 ], [ -84.517624, 33.731461 ], [ -84.517585, 33.731608 ], [ -84.517494, 33.731839 ], [ -84.517458, 33.73193 ], [ -84.517409, 33.732021 ], [ -84.517346, 33.732137 ], [ -84.517323, 33.732175 ], [ -84.517206, 33.732379 ], [ -84.517047, 33.732772 ], [ -84.517005, 33.732991 ], [ -84.51699, 33.733266 ], [ -84.517057, 33.73384 ], [ -84.517111, 33.734012 ], [ -84.517188, 33.7342 ], [ -84.517216, 33.734245 ], [ -84.51723, 33.734283 ], [ -84.51731, 33.734438 ], [ -84.51736, 33.734512 ], [ -84.517453, 33.734624 ], [ -84.517724, 33.734898 ], [ -84.518061, 33.735164 ], [ -84.518115, 33.735201 ], [ -84.518212, 33.735252 ], [ -84.518776, 33.735488 ], [ -84.519865, 33.735902 ], [ -84.521198, 33.736422 ], [ -84.522074, 33.736763 ], [ -84.522433, 33.736889 ], [ -84.522743, 33.737281 ], [ -84.522954, 33.737596 ], [ -84.522993, 33.737694 ], [ -84.523091, 33.737835 ], [ -84.523168, 33.737955 ], [ -84.5233, 33.738062 ], [ -84.523446, 33.738113 ], [ -84.523599, 33.738104 ], [ -84.523805, 33.738135 ], [ -84.523861, 33.738135 ], [ -84.523993, 33.738148 ], [ -84.524079, 33.738203 ], [ -84.524117, 33.738284 ], [ -84.524143, 33.738396 ], [ -84.52416, 33.738554 ], [ -84.524195, 33.738637 ], [ -84.524233, 33.738729 ], [ -84.524263, 33.738793 ], [ -84.524348, 33.738849 ], [ -84.524468, 33.738892 ], [ -84.524605, 33.738958 ], [ -84.524618, 33.738964 ], [ -84.524639, 33.738978 ], [ -84.52465, 33.738984 ], [ -84.524669, 33.738994 ], [ -84.524742, 33.7391 ], [ -84.524776, 33.739204 ], [ -84.524806, 33.739311 ], [ -84.524883, 33.739426 ], [ -84.524972, 33.739576 ], [ -84.525135, 33.739772 ], [ -84.525391, 33.739875 ], [ -84.525686, 33.739879 ], [ -84.525423, 33.740115 ], [ -84.525372, 33.740141 ], [ -84.52523, 33.74025 ], [ -84.525126, 33.740328 ], [ -84.525004, 33.740418 ], [ -84.524791, 33.740553 ], [ -84.524559, 33.740631 ], [ -84.524333, 33.74065 ], [ -84.524178, 33.740663 ], [ -84.524023, 33.740715 ], [ -84.523836, 33.74087 ], [ -84.523694, 33.741037 ], [ -84.523475, 33.741282 ], [ -84.523405, 33.74138 ], [ -84.523395, 33.741436 ], [ -84.523358, 33.741454 ], [ -84.523303, 33.741491 ], [ -84.523201, 33.741547 ], [ -84.523053, 33.741612 ], [ -84.522969, 33.741686 ], [ -84.522886, 33.741741 ], [ -84.522812, 33.741797 ], [ -84.522719, 33.741899 ], [ -84.522636, 33.741945 ], [ -84.522506, 33.741963 ], [ -84.522395, 33.742028 ], [ -84.522377, 33.742167 ], [ -84.522377, 33.742288 ], [ -84.522432, 33.74238 ], [ -84.522497, 33.742482 ], [ -84.522497, 33.742695 ], [ -84.522485, 33.742947 ], [ -84.52378, 33.746535 ], [ -84.523962, 33.746402 ], [ -84.52418, 33.746315 ], [ -84.524313, 33.746289 ], [ -84.525352, 33.746223 ], [ -84.528005, 33.746237 ], [ -84.528067, 33.747142 ], [ -84.528048, 33.74779 ], [ -84.528012, 33.74813 ], [ -84.527912, 33.748668 ], [ -84.527892, 33.749045 ], [ -84.52796, 33.749289 ], [ -84.528077, 33.749567 ], [ -84.528187, 33.749879 ], [ -84.528209, 33.750162 ], [ -84.528202, 33.750446 ], [ -84.528179, 33.750658 ], [ -84.528128, 33.750811 ], [ -84.528099, 33.750952 ], [ -84.528086, 33.751196 ], [ -84.528111, 33.751496 ], [ -84.528138, 33.751647 ], [ -84.528202, 33.75184 ], [ -84.528293, 33.752021 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007807", "name": "Census Tract 78.07, Fulton County, Georgia", "total_population_17": 3564, "white_alone_17": 5.0, "black_alone_17": 3227.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 204.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.248, "pct_black_alone_change": -3.667, "pct_native_alone_change": -0.332, "pct_asian_alone_change": -0.111, "pct_hispanic_or_latino_change": 1.043, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7624507", "INTPTLON": "-084.4968617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.513966, 33.77014 ], [ -84.51381, 33.770158 ], [ -84.510833, 33.769932 ], [ -84.509764, 33.769903 ], [ -84.509457, 33.769873 ], [ -84.509245, 33.769798 ], [ -84.508646, 33.769457 ], [ -84.507661, 33.768765 ], [ -84.507496, 33.768691 ], [ -84.507321, 33.768652 ], [ -84.506721, 33.768648 ], [ -84.506407, 33.768647 ], [ -84.50621, 33.768617 ], [ -84.50595, 33.768526 ], [ -84.505627, 33.768375 ], [ -84.505296, 33.768226 ], [ -84.505016, 33.768137 ], [ -84.504066, 33.76794 ], [ -84.503948, 33.767928 ], [ -84.503842, 33.767931 ], [ -84.503637, 33.767979 ], [ -84.503308, 33.76813 ], [ -84.502443, 33.768734 ], [ -84.50231, 33.768806 ], [ -84.502147, 33.768865 ], [ -84.501958, 33.768901 ], [ -84.501331, 33.76897 ], [ -84.501032, 33.768992 ], [ -84.500579, 33.768994 ], [ -84.500098, 33.768955 ], [ -84.499548, 33.768867 ], [ -84.499215, 33.768781 ], [ -84.497349, 33.768061 ], [ -84.496979, 33.767953 ], [ -84.496758, 33.767914 ], [ -84.496537, 33.767893 ], [ -84.495785, 33.767887 ], [ -84.494707, 33.767884 ], [ -84.494089, 33.767883 ], [ -84.493915, 33.767897 ], [ -84.493737, 33.767934 ], [ -84.493077, 33.768223 ], [ -84.492447, 33.76855 ], [ -84.492215, 33.768634 ], [ -84.49202, 33.76863 ], [ -84.49188, 33.768553 ], [ -84.491743, 33.768417 ], [ -84.491605, 33.768267 ], [ -84.491488, 33.768027 ], [ -84.490979, 33.767248 ], [ -84.490693, 33.766839 ], [ -84.490331, 33.766391 ], [ -84.490056, 33.766089 ], [ -84.489832, 33.765892 ], [ -84.489502, 33.765664 ], [ -84.489103, 33.765359 ], [ -84.488477, 33.764947 ], [ -84.488379, 33.764867 ], [ -84.488245, 33.764808 ], [ -84.488053, 33.764731 ], [ -84.487638, 33.764617 ], [ -84.487543, 33.764558 ], [ -84.486439, 33.763736 ], [ -84.485118, 33.762881 ], [ -84.48511, 33.762903 ], [ -84.484983, 33.762884 ], [ -84.484858, 33.76289 ], [ -84.484603, 33.762948 ], [ -84.484436, 33.763017 ], [ -84.483186, 33.762176 ], [ -84.483032, 33.762039 ], [ -84.482869, 33.761832 ], [ -84.482726, 33.761486 ], [ -84.482572, 33.760949 ], [ -84.482536, 33.76078 ], [ -84.482522, 33.760564 ], [ -84.482537, 33.760325 ], [ -84.482569, 33.760147 ], [ -84.482636, 33.75996 ], [ -84.482694, 33.759701 ], [ -84.482785, 33.759315 ], [ -84.482912, 33.758725 ], [ -84.482932, 33.758456 ], [ -84.482937, 33.758099 ], [ -84.482926, 33.757849 ], [ -84.482906, 33.757737 ], [ -84.482869, 33.757592 ], [ -84.482762, 33.757371 ], [ -84.482531, 33.756979 ], [ -84.482376, 33.756676 ], [ -84.482303, 33.756481 ], [ -84.482163, 33.75593 ], [ -84.481925, 33.754975 ], [ -84.483784, 33.755164 ], [ -84.485134, 33.755302 ], [ -84.485224, 33.755312 ], [ -84.485619, 33.755352 ], [ -84.486216, 33.755412 ], [ -84.486278, 33.755419 ], [ -84.486882, 33.755482 ], [ -84.487543, 33.755549 ], [ -84.488395, 33.755637 ], [ -84.489686, 33.75577 ], [ -84.490692, 33.755873 ], [ -84.490997, 33.755904 ], [ -84.492985, 33.756108 ], [ -84.493076, 33.756117 ], [ -84.494332, 33.756248 ], [ -84.494556, 33.756265 ], [ -84.494863, 33.756301 ], [ -84.495866, 33.756403 ], [ -84.498745, 33.756697 ], [ -84.499035, 33.756707 ], [ -84.499704, 33.756694 ], [ -84.499994, 33.756691 ], [ -84.500184, 33.756728 ], [ -84.500307, 33.756781 ], [ -84.50076, 33.757041 ], [ -84.501113, 33.757224 ], [ -84.501486, 33.757354 ], [ -84.501919, 33.757453 ], [ -84.502052, 33.757451 ], [ -84.502172, 33.757425 ], [ -84.502287, 33.757507 ], [ -84.502643, 33.757733 ], [ -84.503583, 33.758257 ], [ -84.504288, 33.758658 ], [ -84.50454, 33.758825 ], [ -84.50477, 33.758999 ], [ -84.505459, 33.759607 ], [ -84.507585, 33.761514 ], [ -84.507972, 33.761885 ], [ -84.508315, 33.76225 ], [ -84.50864, 33.762636 ], [ -84.509513, 33.763784 ], [ -84.509902, 33.764294 ], [ -84.510707, 33.765348 ], [ -84.510841, 33.765527 ], [ -84.511074, 33.765838 ], [ -84.511383, 33.766239 ], [ -84.511697, 33.766644 ], [ -84.511984, 33.766964 ], [ -84.512221, 33.767227 ], [ -84.512266, 33.767277 ], [ -84.512484, 33.767562 ], [ -84.512949, 33.768171 ], [ -84.513216, 33.768519 ], [ -84.513415, 33.768849 ], [ -84.51344, 33.76889 ], [ -84.513651, 33.769305 ], [ -84.513775, 33.769585 ], [ -84.513876, 33.76985 ], [ -84.513966, 33.77014 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007808", "name": "Census Tract 78.08, Fulton County, Georgia", "total_population_17": 4447, "white_alone_17": 0.0, "black_alone_17": 4187.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 241.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -0.299, "pct_black_alone_change": -3.556, "pct_native_alone_change": -0.249, "pct_asian_alone_change": -0.075, "pct_hispanic_or_latino_change": 3.9, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+33.7516330", "INTPTLON": "-084.4998632" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.510458, 33.741435 ], [ -84.510434, 33.741715 ], [ -84.510358, 33.74199 ], [ -84.510265, 33.742194 ], [ -84.51011, 33.742482 ], [ -84.510081, 33.742535 ], [ -84.509451, 33.743711 ], [ -84.508889, 33.74476 ], [ -84.508694, 33.745125 ], [ -84.508617, 33.745324 ], [ -84.508591, 33.745485 ], [ -84.508589, 33.745501 ], [ -84.508424, 33.748164 ], [ -84.508377, 33.748472 ], [ -84.508283, 33.748721 ], [ -84.507621, 33.749965 ], [ -84.506047, 33.752922 ], [ -84.50565, 33.753688 ], [ -84.505576, 33.753932 ], [ -84.505547, 33.754182 ], [ -84.505507, 33.755219 ], [ -84.505487, 33.756978 ], [ -84.505481, 33.757452 ], [ -84.505463, 33.759217 ], [ -84.505459, 33.759607 ], [ -84.50477, 33.758999 ], [ -84.50454, 33.758825 ], [ -84.504288, 33.758658 ], [ -84.503583, 33.758257 ], [ -84.502643, 33.757733 ], [ -84.502287, 33.757507 ], [ -84.502172, 33.757425 ], [ -84.502052, 33.757451 ], [ -84.501919, 33.757453 ], [ -84.501486, 33.757354 ], [ -84.501113, 33.757224 ], [ -84.50076, 33.757041 ], [ -84.500307, 33.756781 ], [ -84.500184, 33.756728 ], [ -84.499994, 33.756691 ], [ -84.499704, 33.756694 ], [ -84.499035, 33.756707 ], [ -84.498745, 33.756697 ], [ -84.495866, 33.756403 ], [ -84.494863, 33.756301 ], [ -84.494556, 33.756265 ], [ -84.494332, 33.756248 ], [ -84.493076, 33.756117 ], [ -84.492985, 33.756108 ], [ -84.490997, 33.755904 ], [ -84.490692, 33.755873 ], [ -84.489686, 33.75577 ], [ -84.488395, 33.755637 ], [ -84.487543, 33.755549 ], [ -84.486882, 33.755482 ], [ -84.486278, 33.755419 ], [ -84.486216, 33.755412 ], [ -84.485619, 33.755352 ], [ -84.485224, 33.755312 ], [ -84.485134, 33.755302 ], [ -84.483784, 33.755164 ], [ -84.481925, 33.754975 ], [ -84.481894, 33.754819 ], [ -84.482231, 33.75481 ], [ -84.482827, 33.754768 ], [ -84.483228, 33.754706 ], [ -84.48363, 33.7546 ], [ -84.483905, 33.754512 ], [ -84.48416, 33.754424 ], [ -84.484449, 33.754309 ], [ -84.484654, 33.754199 ], [ -84.485144, 33.753912 ], [ -84.485378, 33.753737 ], [ -84.485589, 33.753562 ], [ -84.486119, 33.753141 ], [ -84.4864, 33.752946 ], [ -84.48684, 33.752626 ], [ -84.487264, 33.752354 ], [ -84.487642, 33.752158 ], [ -84.487978, 33.752013 ], [ -84.488326, 33.751903 ], [ -84.488795, 33.751756 ], [ -84.489272, 33.751652 ], [ -84.489662, 33.751597 ], [ -84.490838, 33.751493 ], [ -84.490987, 33.75148 ], [ -84.493019, 33.751345 ], [ -84.494428, 33.751218 ], [ -84.495733, 33.751139 ], [ -84.496351, 33.751096 ], [ -84.496604, 33.751079 ], [ -84.497634, 33.751005 ], [ -84.49824, 33.750949 ], [ -84.498469, 33.750928 ], [ -84.499004, 33.750873 ], [ -84.499234, 33.750842 ], [ -84.499528, 33.75079 ], [ -84.499663, 33.750753 ], [ -84.499697, 33.750742 ], [ -84.500495, 33.750492 ], [ -84.500744, 33.750378 ], [ -84.501195, 33.750091 ], [ -84.501459, 33.749834 ], [ -84.501663, 33.749637 ], [ -84.501782, 33.749491 ], [ -84.50191, 33.749307 ], [ -84.502029, 33.749145 ], [ -84.50231, 33.748731 ], [ -84.502586, 33.748274 ], [ -84.503066, 33.747546 ], [ -84.503081, 33.747523 ], [ -84.503814, 33.746489 ], [ -84.504453, 33.745529 ], [ -84.505137, 33.744479 ], [ -84.505795, 33.743501 ], [ -84.506371, 33.742685 ], [ -84.507796, 33.740608 ], [ -84.50841, 33.739631 ], [ -84.508536, 33.739682 ], [ -84.508779, 33.739796 ], [ -84.508898, 33.739852 ], [ -84.509184, 33.740023 ], [ -84.510027, 33.740597 ], [ -84.510233, 33.740721 ], [ -84.51035, 33.740742 ], [ -84.510442, 33.741216 ], [ -84.510458, 33.741435 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121007900", "name": "Census Tract 79, Fulton County, Georgia", "total_population_17": 5455, "white_alone_17": 179.0, "black_alone_17": 5263.0, "native_alone_17": 13.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 2.233, "pct_black_alone_change": -1.743, "pct_native_alone_change": 0.056, "pct_asian_alone_change": -0.023, "pct_hispanic_or_latino_change": -0.478, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7322875", "INTPTLON": "-084.4915565" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.511037, 33.725594 ], [ -84.510617, 33.727118 ], [ -84.510462, 33.727753 ], [ -84.510451, 33.727817 ], [ -84.510431, 33.727938 ], [ -84.510413, 33.728042 ], [ -84.5104, 33.728115 ], [ -84.510388, 33.728447 ], [ -84.510421, 33.728987 ], [ -84.510456, 33.729544 ], [ -84.510453, 33.729656 ], [ -84.510448, 33.729899 ], [ -84.51038, 33.730309 ], [ -84.510322, 33.730855 ], [ -84.509982, 33.731014 ], [ -84.509866, 33.731077 ], [ -84.509782, 33.731132 ], [ -84.509548, 33.731322 ], [ -84.509356, 33.731494 ], [ -84.509327, 33.731529 ], [ -84.509253, 33.731595 ], [ -84.509097, 33.731775 ], [ -84.508902, 33.732053 ], [ -84.508849, 33.732143 ], [ -84.508795, 33.732283 ], [ -84.508753, 33.732447 ], [ -84.508721, 33.732606 ], [ -84.508675, 33.732795 ], [ -84.508645, 33.733024 ], [ -84.508641, 33.733177 ], [ -84.508651, 33.733448 ], [ -84.508679, 33.733757 ], [ -84.508901, 33.735245 ], [ -84.508953, 33.735635 ], [ -84.509069, 33.736374 ], [ -84.509127, 33.736882 ], [ -84.509141, 33.737039 ], [ -84.509142, 33.73731 ], [ -84.509117, 33.737729 ], [ -84.509076, 33.738018 ], [ -84.509033, 33.738238 ], [ -84.508853, 33.738791 ], [ -84.508813, 33.738893 ], [ -84.508562, 33.739388 ], [ -84.50841, 33.739631 ], [ -84.507796, 33.740608 ], [ -84.506371, 33.742685 ], [ -84.505795, 33.743501 ], [ -84.505137, 33.744479 ], [ -84.504453, 33.745529 ], [ -84.503814, 33.746489 ], [ -84.503081, 33.747523 ], [ -84.503066, 33.747546 ], [ -84.502586, 33.748274 ], [ -84.50231, 33.748731 ], [ -84.502029, 33.749145 ], [ -84.50191, 33.749307 ], [ -84.501782, 33.749491 ], [ -84.501663, 33.749637 ], [ -84.501459, 33.749834 ], [ -84.501195, 33.750091 ], [ -84.500744, 33.750378 ], [ -84.500495, 33.750492 ], [ -84.499697, 33.750742 ], [ -84.499525, 33.750446 ], [ -84.499393, 33.750138 ], [ -84.499324, 33.749832 ], [ -84.49925, 33.748301 ], [ -84.499218, 33.747968 ], [ -84.499195, 33.747859 ], [ -84.499106, 33.747666 ], [ -84.499012, 33.747552 ], [ -84.498931, 33.747454 ], [ -84.49878, 33.747324 ], [ -84.498493, 33.747063 ], [ -84.498426, 33.74701 ], [ -84.498168, 33.746848 ], [ -84.497987, 33.746748 ], [ -84.497692, 33.746584 ], [ -84.497689, 33.746285 ], [ -84.497625, 33.745988 ], [ -84.497521, 33.745704 ], [ -84.497239, 33.745078 ], [ -84.497182, 33.74492 ], [ -84.491929, 33.746208 ], [ -84.489502, 33.745902 ], [ -84.487829, 33.746008 ], [ -84.486616, 33.74537 ], [ -84.485929, 33.745008 ], [ -84.486464, 33.744272 ], [ -84.486729, 33.743908 ], [ -84.485229, 33.739806 ], [ -84.480229, 33.739706 ], [ -84.479335, 33.739107 ], [ -84.479162, 33.739039 ], [ -84.477829, 33.738506 ], [ -84.476429, 33.737606 ], [ -84.47663, 33.736707 ], [ -84.475722, 33.735799 ], [ -84.475374, 33.735451 ], [ -84.475029, 33.735107 ], [ -84.472088, 33.733235 ], [ -84.469657, 33.729869 ], [ -84.469679, 33.729708 ], [ -84.469759, 33.72948 ], [ -84.470607, 33.727762 ], [ -84.471496, 33.72596 ], [ -84.471804, 33.725335 ], [ -84.471925, 33.725049 ], [ -84.472049, 33.724663 ], [ -84.47213, 33.724271 ], [ -84.47216, 33.724024 ], [ -84.472176, 33.723728 ], [ -84.472302, 33.720121 ], [ -84.472284, 33.720009 ], [ -84.473527, 33.719754 ], [ -84.473713, 33.719727 ], [ -84.473958, 33.71972 ], [ -84.474273, 33.719746 ], [ -84.474561, 33.719792 ], [ -84.474852, 33.719862 ], [ -84.475594, 33.720064 ], [ -84.475881, 33.720108 ], [ -84.47611, 33.72011 ], [ -84.476768, 33.720055 ], [ -84.477171, 33.720062 ], [ -84.477531, 33.720098 ], [ -84.477787, 33.720123 ], [ -84.478846, 33.720299 ], [ -84.479259, 33.720332 ], [ -84.479687, 33.720325 ], [ -84.48045, 33.720252 ], [ -84.482307, 33.720072 ], [ -84.482976, 33.720008 ], [ -84.483668, 33.719941 ], [ -84.484312, 33.719903 ], [ -84.484713, 33.7199 ], [ -84.486338, 33.719886 ], [ -84.487601, 33.719875 ], [ -84.488076, 33.719884 ], [ -84.488604, 33.719914 ], [ -84.489158, 33.71997 ], [ -84.489672, 33.720043 ], [ -84.490304, 33.720157 ], [ -84.490938, 33.720274 ], [ -84.492784, 33.720596 ], [ -84.493783, 33.720797 ], [ -84.494375, 33.720932 ], [ -84.49494, 33.721092 ], [ -84.495934, 33.721421 ], [ -84.496437, 33.721599 ], [ -84.497765, 33.722069 ], [ -84.499195, 33.722575 ], [ -84.500137, 33.722908 ], [ -84.500391, 33.722971 ], [ -84.500458, 33.722988 ], [ -84.500768, 33.72302 ], [ -84.500819, 33.72302 ], [ -84.501841, 33.723027 ], [ -84.50203, 33.723023 ], [ -84.50256, 33.723024 ], [ -84.502793, 33.723013 ], [ -84.503204, 33.723026 ], [ -84.503474, 33.723031 ], [ -84.504561, 33.72305 ], [ -84.505197, 33.723079 ], [ -84.505725, 33.723104 ], [ -84.505738, 33.723104 ], [ -84.505756, 33.723105 ], [ -84.506221, 33.723127 ], [ -84.506464, 33.723148 ], [ -84.507174, 33.723249 ], [ -84.507425, 33.723285 ], [ -84.508683, 33.723528 ], [ -84.509171, 33.723622 ], [ -84.510232, 33.723799 ], [ -84.510683, 33.72453 ], [ -84.510966, 33.725022 ], [ -84.511037, 33.725207 ], [ -84.511061, 33.725401 ], [ -84.511037, 33.725594 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008000", "name": "Census Tract 80, Fulton County, Georgia", "total_population_17": 5965, "white_alone_17": 131.0, "black_alone_17": 5728.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 48.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.786, "pct_black_alone_change": -1.64, "pct_native_alone_change": -0.209, "pct_asian_alone_change": -0.207, "pct_hispanic_or_latino_change": 0.351, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7245322", "INTPTLON": "-084.4555814" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.473744, 33.735919 ], [ -84.473043, 33.738207 ], [ -84.47289, 33.738706 ], [ -84.473529, 33.739499 ], [ -84.470458, 33.738186 ], [ -84.468485, 33.735873 ], [ -84.468377, 33.735783 ], [ -84.467067, 33.734776 ], [ -84.465829, 33.733807 ], [ -84.464129, 33.734207 ], [ -84.464156, 33.734438 ], [ -84.464429, 33.736807 ], [ -84.461229, 33.738207 ], [ -84.458629, 33.738007 ], [ -84.458929, 33.736907 ], [ -84.457029, 33.734707 ], [ -84.455457, 33.733691 ], [ -84.452029, 33.730807 ], [ -84.448347, 33.730858 ], [ -84.448405, 33.731485 ], [ -84.448365, 33.731567 ], [ -84.448313, 33.732496 ], [ -84.448245, 33.733705 ], [ -84.447497, 33.733697 ], [ -84.445118, 33.733687 ], [ -84.445121, 33.732596 ], [ -84.445123, 33.73147 ], [ -84.445125, 33.730886 ], [ -84.446293, 33.73089 ], [ -84.446345, 33.730868 ], [ -84.446358, 33.730836 ], [ -84.446389, 33.729294 ], [ -84.446354, 33.729144 ], [ -84.446277, 33.729068 ], [ -84.446091, 33.728985 ], [ -84.44365, 33.727778 ], [ -84.443535, 33.727697 ], [ -84.443906, 33.727447 ], [ -84.444926, 33.726766 ], [ -84.445111, 33.726642 ], [ -84.445262, 33.726671 ], [ -84.445418, 33.726671 ], [ -84.44612, 33.7266 ], [ -84.446316, 33.726567 ], [ -84.446534, 33.726514 ], [ -84.447169, 33.726296 ], [ -84.44752, 33.726145 ], [ -84.448213, 33.725901 ], [ -84.448472, 33.725794 ], [ -84.449143, 33.725553 ], [ -84.449494, 33.725395 ], [ -84.449642, 33.725292 ], [ -84.449778, 33.725157 ], [ -84.449856, 33.725046 ], [ -84.449993, 33.724793 ], [ -84.450107, 33.724519 ], [ -84.450193, 33.724244 ], [ -84.450421, 33.723514 ], [ -84.450414, 33.723474 ], [ -84.450315, 33.723283 ], [ -84.450248, 33.723214 ], [ -84.449862, 33.722855 ], [ -84.449762, 33.722775 ], [ -84.449566, 33.722664 ], [ -84.449362, 33.722593 ], [ -84.449173, 33.722558 ], [ -84.4489, 33.722545 ], [ -84.44833, 33.72254 ], [ -84.446769, 33.722533 ], [ -84.444785, 33.722524 ], [ -84.444679, 33.722524 ], [ -84.443567, 33.722519 ], [ -84.443164, 33.722517 ], [ -84.442362, 33.722514 ], [ -84.442172, 33.722513 ], [ -84.441213, 33.722509 ], [ -84.439909, 33.722503 ], [ -84.438754, 33.722497 ], [ -84.437794, 33.722489 ], [ -84.437619, 33.722488 ], [ -84.436536, 33.722475 ], [ -84.436417, 33.722473 ], [ -84.435531, 33.722458 ], [ -84.434148, 33.722433 ], [ -84.432525, 33.722403 ], [ -84.432554, 33.718434 ], [ -84.432595, 33.71814 ], [ -84.432735, 33.717708 ], [ -84.432777, 33.717482 ], [ -84.432791, 33.715811 ], [ -84.432782, 33.715719 ], [ -84.432753, 33.715629 ], [ -84.432578, 33.71525 ], [ -84.432507, 33.715142 ], [ -84.433171, 33.714835 ], [ -84.433845, 33.714585 ], [ -84.434022, 33.714525 ], [ -84.434193, 33.714528 ], [ -84.435603, 33.714547 ], [ -84.436561, 33.714558 ], [ -84.437112, 33.714564 ], [ -84.437696, 33.714571 ], [ -84.438822, 33.714585 ], [ -84.439476, 33.714593 ], [ -84.439816, 33.714597 ], [ -84.440395, 33.714603 ], [ -84.440755, 33.714608 ], [ -84.442221, 33.714625 ], [ -84.444034, 33.714646 ], [ -84.446728, 33.714687 ], [ -84.448371, 33.714707 ], [ -84.449596, 33.714724 ], [ -84.451978, 33.714757 ], [ -84.453517, 33.714782 ], [ -84.456881, 33.715103 ], [ -84.457971, 33.715203 ], [ -84.458525, 33.715233 ], [ -84.459039, 33.7153 ], [ -84.459534, 33.715402 ], [ -84.459669, 33.71542 ], [ -84.461428, 33.715435 ], [ -84.461565, 33.71545 ], [ -84.461677, 33.715484 ], [ -84.461778, 33.715536 ], [ -84.462565, 33.7161 ], [ -84.464564, 33.717533 ], [ -84.465525, 33.718222 ], [ -84.466192, 33.718701 ], [ -84.467035, 33.719304 ], [ -84.467136, 33.719358 ], [ -84.467268, 33.719398 ], [ -84.467448, 33.719409 ], [ -84.468064, 33.719355 ], [ -84.468651, 33.719289 ], [ -84.469212, 33.719245 ], [ -84.469194, 33.720542 ], [ -84.469215, 33.720639 ], [ -84.471544, 33.720161 ], [ -84.472284, 33.720009 ], [ -84.472302, 33.720121 ], [ -84.472176, 33.723728 ], [ -84.47216, 33.724024 ], [ -84.47213, 33.724271 ], [ -84.472049, 33.724663 ], [ -84.471925, 33.725049 ], [ -84.471804, 33.725335 ], [ -84.471496, 33.72596 ], [ -84.470607, 33.727762 ], [ -84.469759, 33.72948 ], [ -84.469679, 33.729708 ], [ -84.469657, 33.729869 ], [ -84.472088, 33.733235 ], [ -84.475029, 33.735107 ], [ -84.473744, 33.735919 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008101", "name": "Census Tract 81.01, Fulton County, Georgia", "total_population_17": 1301, "white_alone_17": 12.0, "black_alone_17": 1289.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.476, "pct_black_alone_change": 1.397, "pct_native_alone_change": -0.446, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": -1.427, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7359326", "INTPTLON": "-084.4538952" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.465629, 33.738907 ], [ -84.461129, 33.738807 ], [ -84.456484, 33.738872 ], [ -84.456214, 33.738868 ], [ -84.4562, 33.739272 ], [ -84.447135, 33.73917 ], [ -84.447022, 33.738777 ], [ -84.446821, 33.738776 ], [ -84.446605, 33.738799 ], [ -84.44666, 33.738669 ], [ -84.446872, 33.737335 ], [ -84.447041, 33.736303 ], [ -84.447199, 33.73539 ], [ -84.447351, 33.734543 ], [ -84.447497, 33.733697 ], [ -84.448245, 33.733705 ], [ -84.448313, 33.732496 ], [ -84.448365, 33.731567 ], [ -84.448405, 33.731485 ], [ -84.448347, 33.730858 ], [ -84.452029, 33.730807 ], [ -84.455457, 33.733691 ], [ -84.457029, 33.734707 ], [ -84.458929, 33.736907 ], [ -84.458629, 33.738007 ], [ -84.461229, 33.738207 ], [ -84.464429, 33.736807 ], [ -84.464156, 33.734438 ], [ -84.464129, 33.734207 ], [ -84.465829, 33.733807 ], [ -84.465629, 33.738907 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008102", "name": "Census Tract 81.02, Fulton County, Georgia", "total_population_17": 6876, "white_alone_17": 5.0, "black_alone_17": 6325.0, "native_alone_17": 0.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 468.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -1.097, "pct_black_alone_change": 1.441, "pct_native_alone_change": -0.182, "pct_asian_alone_change": 0.598, "pct_hispanic_or_latino_change": -0.992, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7418287", "INTPTLON": "-084.4716010" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.499663, 33.750753 ], [ -84.499528, 33.75079 ], [ -84.499234, 33.750842 ], [ -84.499004, 33.750873 ], [ -84.498469, 33.750928 ], [ -84.49824, 33.750949 ], [ -84.497634, 33.751005 ], [ -84.496604, 33.751079 ], [ -84.496351, 33.751096 ], [ -84.495733, 33.751139 ], [ -84.494428, 33.751218 ], [ -84.493019, 33.751345 ], [ -84.490987, 33.75148 ], [ -84.490838, 33.751493 ], [ -84.489662, 33.751597 ], [ -84.489272, 33.751652 ], [ -84.488795, 33.751756 ], [ -84.488326, 33.751903 ], [ -84.487978, 33.752013 ], [ -84.487642, 33.752158 ], [ -84.487264, 33.752354 ], [ -84.48684, 33.752626 ], [ -84.4864, 33.752946 ], [ -84.486119, 33.753141 ], [ -84.485589, 33.753562 ], [ -84.485378, 33.753737 ], [ -84.485144, 33.753912 ], [ -84.484654, 33.754199 ], [ -84.484449, 33.754309 ], [ -84.48416, 33.754424 ], [ -84.483905, 33.754512 ], [ -84.48363, 33.7546 ], [ -84.483228, 33.754706 ], [ -84.482827, 33.754768 ], [ -84.482231, 33.75481 ], [ -84.481894, 33.754819 ], [ -84.481712, 33.754823 ], [ -84.481384, 33.754817 ], [ -84.480504, 33.754779 ], [ -84.480377, 33.754777 ], [ -84.478506, 33.754689 ], [ -84.477816, 33.754671 ], [ -84.477585, 33.754666 ], [ -84.476753, 33.754615 ], [ -84.474453, 33.754502 ], [ -84.473491, 33.754467 ], [ -84.473027, 33.754462 ], [ -84.472918, 33.754464 ], [ -84.472778, 33.754465 ], [ -84.472078, 33.754489 ], [ -84.4716, 33.754515 ], [ -84.471196, 33.754553 ], [ -84.470103, 33.754635 ], [ -84.469548, 33.754676 ], [ -84.468828, 33.754721 ], [ -84.467859, 33.754804 ], [ -84.466975, 33.75488 ], [ -84.466744, 33.754883 ], [ -84.466537, 33.754872 ], [ -84.466327, 33.75485 ], [ -84.466031, 33.754819 ], [ -84.46594, 33.754809 ], [ -84.465838, 33.754791 ], [ -84.465775, 33.754777 ], [ -84.465568, 33.754731 ], [ -84.465136, 33.754624 ], [ -84.464677, 33.754482 ], [ -84.464148, 33.754338 ], [ -84.462985, 33.753952 ], [ -84.462719, 33.753864 ], [ -84.46119, 33.753297 ], [ -84.460889, 33.753193 ], [ -84.459046, 33.752574 ], [ -84.457938, 33.752202 ], [ -84.457717, 33.752132 ], [ -84.456736, 33.751822 ], [ -84.456512, 33.751742 ], [ -84.455896, 33.751521 ], [ -84.45537, 33.751357 ], [ -84.455308, 33.751344 ], [ -84.455014, 33.751282 ], [ -84.454625, 33.751215 ], [ -84.454312, 33.751172 ], [ -84.454036, 33.751148 ], [ -84.453905, 33.751139 ], [ -84.453754, 33.751129 ], [ -84.453196, 33.751131 ], [ -84.452855, 33.751153 ], [ -84.452674, 33.751165 ], [ -84.452396, 33.751209 ], [ -84.45165, 33.751382 ], [ -84.450855, 33.751651 ], [ -84.450184, 33.751889 ], [ -84.449335, 33.752157 ], [ -84.448858, 33.752315 ], [ -84.447236, 33.752872 ], [ -84.447047, 33.752937 ], [ -84.446418, 33.753189 ], [ -84.446044, 33.753347 ], [ -84.446049, 33.753099 ], [ -84.44607, 33.752161 ], [ -84.446077, 33.752002 ], [ -84.446088, 33.751601 ], [ -84.446092, 33.751462 ], [ -84.446108, 33.751287 ], [ -84.446083, 33.751032 ], [ -84.446074, 33.750973 ], [ -84.446052, 33.750823 ], [ -84.446074, 33.750688 ], [ -84.44658, 33.750619 ], [ -84.44628, 33.750572 ], [ -84.446092, 33.750575 ], [ -84.445892, 33.750563 ], [ -84.44566, 33.750528 ], [ -84.445435, 33.750472 ], [ -84.4451, 33.750361 ], [ -84.444971, 33.750309 ], [ -84.444752, 33.75022 ], [ -84.444536, 33.75008 ], [ -84.444194, 33.749818 ], [ -84.443964, 33.749605 ], [ -84.442355, 33.747981 ], [ -84.442267, 33.747846 ], [ -84.44183, 33.747399 ], [ -84.440342, 33.745889 ], [ -84.440437, 33.744006 ], [ -84.44652, 33.744052 ], [ -84.446599, 33.739165 ], [ -84.446605, 33.738799 ], [ -84.446821, 33.738776 ], [ -84.447022, 33.738777 ], [ -84.447135, 33.73917 ], [ -84.4562, 33.739272 ], [ -84.456214, 33.738868 ], [ -84.456484, 33.738872 ], [ -84.461129, 33.738807 ], [ -84.465629, 33.738907 ], [ -84.465829, 33.733807 ], [ -84.467067, 33.734776 ], [ -84.468377, 33.735783 ], [ -84.468485, 33.735873 ], [ -84.470458, 33.738186 ], [ -84.473529, 33.739499 ], [ -84.47289, 33.738706 ], [ -84.473043, 33.738207 ], [ -84.473744, 33.735919 ], [ -84.475029, 33.735107 ], [ -84.475374, 33.735451 ], [ -84.475722, 33.735799 ], [ -84.47663, 33.736707 ], [ -84.476429, 33.737606 ], [ -84.477829, 33.738506 ], [ -84.479162, 33.739039 ], [ -84.479335, 33.739107 ], [ -84.480229, 33.739706 ], [ -84.485229, 33.739806 ], [ -84.486729, 33.743908 ], [ -84.486464, 33.744272 ], [ -84.485929, 33.745008 ], [ -84.486616, 33.74537 ], [ -84.487829, 33.746008 ], [ -84.489502, 33.745902 ], [ -84.491929, 33.746208 ], [ -84.497182, 33.74492 ], [ -84.497239, 33.745078 ], [ -84.497521, 33.745704 ], [ -84.497625, 33.745988 ], [ -84.497689, 33.746285 ], [ -84.497692, 33.746584 ], [ -84.497987, 33.746748 ], [ -84.498168, 33.746848 ], [ -84.498426, 33.74701 ], [ -84.498493, 33.747063 ], [ -84.49878, 33.747324 ], [ -84.498931, 33.747454 ], [ -84.499012, 33.747552 ], [ -84.499106, 33.747666 ], [ -84.499195, 33.747859 ], [ -84.499218, 33.747968 ], [ -84.49925, 33.748301 ], [ -84.499324, 33.749832 ], [ -84.499393, 33.750138 ], [ -84.499525, 33.750446 ], [ -84.499697, 33.750742 ], [ -84.499663, 33.750753 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008201", "name": "Census Tract 82.01, Fulton County, Georgia", "total_population_17": 5555, "white_alone_17": 148.0, "black_alone_17": 5311.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 9.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 2.366, "pct_black_alone_change": -3.289, "pct_native_alone_change": -0.193, "pct_asian_alone_change": -0.158, "pct_hispanic_or_latino_change": -0.171, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7699904", "INTPTLON": "-084.4826839" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.496272, 33.776492 ], [ -84.496263, 33.77823 ], [ -84.496226, 33.780911 ], [ -84.496204, 33.781202 ], [ -84.4961, 33.782161 ], [ -84.496045, 33.782417 ], [ -84.495873, 33.782911 ], [ -84.4958, 33.783064 ], [ -84.495667, 33.783422 ], [ -84.495402, 33.784039 ], [ -84.495178, 33.784424 ], [ -84.494952, 33.784693 ], [ -84.494926, 33.784747 ], [ -84.493159, 33.786847 ], [ -84.493013, 33.786763 ], [ -84.492303, 33.786382 ], [ -84.492061, 33.786267 ], [ -84.491809, 33.786174 ], [ -84.491295, 33.786039 ], [ -84.490494, 33.785795 ], [ -84.490164, 33.785664 ], [ -84.489765, 33.785473 ], [ -84.489403, 33.785291 ], [ -84.489077, 33.785063 ], [ -84.488759, 33.784803 ], [ -84.488418, 33.784475 ], [ -84.487385, 33.783294 ], [ -84.486884, 33.782756 ], [ -84.486579, 33.782461 ], [ -84.4864, 33.782318 ], [ -84.486289, 33.78225 ], [ -84.486158, 33.78217 ], [ -84.485897, 33.782056 ], [ -84.485458, 33.781927 ], [ -84.484905, 33.781809 ], [ -84.483132, 33.781453 ], [ -84.482588, 33.781288 ], [ -84.482337, 33.781183 ], [ -84.482118, 33.781071 ], [ -84.480372, 33.780032 ], [ -84.479354, 33.779336 ], [ -84.478862, 33.778992 ], [ -84.478024, 33.778359 ], [ -84.477395, 33.777931 ], [ -84.477223, 33.77783 ], [ -84.476943, 33.777691 ], [ -84.476026, 33.7773 ], [ -84.475708, 33.777168 ], [ -84.474299, 33.776582 ], [ -84.473739, 33.776318 ], [ -84.47366, 33.774767 ], [ -84.473612, 33.773874 ], [ -84.473601, 33.773677 ], [ -84.473505, 33.77175 ], [ -84.473468, 33.771167 ], [ -84.473428, 33.770929 ], [ -84.473372, 33.770717 ], [ -84.4732, 33.770479 ], [ -84.473012, 33.770259 ], [ -84.471944, 33.769137 ], [ -84.471201, 33.76836 ], [ -84.470598, 33.767693 ], [ -84.470425, 33.767386 ], [ -84.470303, 33.767128 ], [ -84.470202, 33.766858 ], [ -84.470118, 33.766561 ], [ -84.470064, 33.766274 ], [ -84.470035, 33.765992 ], [ -84.470016, 33.765201 ], [ -84.470033, 33.76362 ], [ -84.469983, 33.76308 ], [ -84.469747, 33.761625 ], [ -84.469513, 33.760225 ], [ -84.469417, 33.759696 ], [ -84.469343, 33.759445 ], [ -84.469319, 33.759367 ], [ -84.469217, 33.759022 ], [ -84.469191, 33.758865 ], [ -84.469109, 33.75837 ], [ -84.468978, 33.757493 ], [ -84.468905, 33.757096 ], [ -84.468872, 33.756856 ], [ -84.468876, 33.756662 ], [ -84.46886, 33.756468 ], [ -84.468825, 33.756275 ], [ -84.468771, 33.756092 ], [ -84.468628, 33.755771 ], [ -84.46844, 33.755488 ], [ -84.467933, 33.7549 ], [ -84.467859, 33.754804 ], [ -84.468828, 33.754721 ], [ -84.469548, 33.754676 ], [ -84.470103, 33.754635 ], [ -84.471196, 33.754553 ], [ -84.4716, 33.754515 ], [ -84.472078, 33.754489 ], [ -84.472778, 33.754465 ], [ -84.472918, 33.754464 ], [ -84.473027, 33.754462 ], [ -84.473491, 33.754467 ], [ -84.474453, 33.754502 ], [ -84.476753, 33.754615 ], [ -84.477585, 33.754666 ], [ -84.477816, 33.754671 ], [ -84.478506, 33.754689 ], [ -84.480377, 33.754777 ], [ -84.480504, 33.754779 ], [ -84.481384, 33.754817 ], [ -84.481712, 33.754823 ], [ -84.481894, 33.754819 ], [ -84.481925, 33.754975 ], [ -84.482163, 33.75593 ], [ -84.482303, 33.756481 ], [ -84.482376, 33.756676 ], [ -84.482531, 33.756979 ], [ -84.482762, 33.757371 ], [ -84.482869, 33.757592 ], [ -84.482906, 33.757737 ], [ -84.482926, 33.757849 ], [ -84.482937, 33.758099 ], [ -84.482932, 33.758456 ], [ -84.482912, 33.758725 ], [ -84.482785, 33.759315 ], [ -84.482694, 33.759701 ], [ -84.482636, 33.75996 ], [ -84.482569, 33.760147 ], [ -84.482537, 33.760325 ], [ -84.482522, 33.760564 ], [ -84.482536, 33.76078 ], [ -84.482572, 33.760949 ], [ -84.482726, 33.761486 ], [ -84.482869, 33.761832 ], [ -84.483032, 33.762039 ], [ -84.483186, 33.762176 ], [ -84.484436, 33.763017 ], [ -84.484603, 33.762948 ], [ -84.484858, 33.76289 ], [ -84.484983, 33.762884 ], [ -84.48511, 33.762903 ], [ -84.485118, 33.762881 ], [ -84.486439, 33.763736 ], [ -84.487543, 33.764558 ], [ -84.487638, 33.764617 ], [ -84.488053, 33.764731 ], [ -84.488245, 33.764808 ], [ -84.488379, 33.764867 ], [ -84.488477, 33.764947 ], [ -84.489103, 33.765359 ], [ -84.489502, 33.765664 ], [ -84.489832, 33.765892 ], [ -84.490056, 33.766089 ], [ -84.490331, 33.766391 ], [ -84.490693, 33.766839 ], [ -84.490979, 33.767248 ], [ -84.491488, 33.768027 ], [ -84.491605, 33.768267 ], [ -84.491743, 33.768417 ], [ -84.49188, 33.768553 ], [ -84.49202, 33.76863 ], [ -84.492215, 33.768634 ], [ -84.492447, 33.76855 ], [ -84.493077, 33.768223 ], [ -84.493737, 33.767934 ], [ -84.493915, 33.767897 ], [ -84.494089, 33.767883 ], [ -84.494707, 33.767884 ], [ -84.494917, 33.768699 ], [ -84.494964, 33.768907 ], [ -84.495018, 33.769053 ], [ -84.495092, 33.769254 ], [ -84.495213, 33.769585 ], [ -84.495357, 33.770069 ], [ -84.495919, 33.771681 ], [ -84.496048, 33.772193 ], [ -84.496097, 33.772417 ], [ -84.49618, 33.773082 ], [ -84.49624, 33.773855 ], [ -84.496251, 33.774393 ], [ -84.496273, 33.774833 ], [ -84.496272, 33.776492 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008202", "name": "Census Tract 82.02, Fulton County, Georgia", "total_population_17": 2090, "white_alone_17": 67.0, "black_alone_17": 2001.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 2.907, "pct_black_alone_change": -1.703, "pct_native_alone_change": -0.138, "pct_asian_alone_change": -0.276, "pct_hispanic_or_latino_change": -0.627, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7793244", "INTPTLON": "-084.5210258" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.533429, 33.77931 ], [ -84.531231, 33.781806 ], [ -84.529379, 33.783128 ], [ -84.529131, 33.783306 ], [ -84.523431, 33.786406 ], [ -84.521761, 33.787185 ], [ -84.520431, 33.787806 ], [ -84.516031, 33.790006 ], [ -84.515411, 33.790334 ], [ -84.510732, 33.792806 ], [ -84.507911, 33.795532 ], [ -84.507307, 33.79524 ], [ -84.507139, 33.79516 ], [ -84.506595, 33.794922 ], [ -84.506551, 33.794906 ], [ -84.505837, 33.794607 ], [ -84.505541, 33.794505 ], [ -84.505227, 33.794426 ], [ -84.504878, 33.794353 ], [ -84.504615, 33.794325 ], [ -84.504186, 33.794295 ], [ -84.502765, 33.794207 ], [ -84.502424, 33.794171 ], [ -84.502065, 33.79412 ], [ -84.501681, 33.794039 ], [ -84.501262, 33.793935 ], [ -84.501025, 33.793846 ], [ -84.500767, 33.793749 ], [ -84.500289, 33.793563 ], [ -84.499821, 33.793355 ], [ -84.499415, 33.793142 ], [ -84.499018, 33.792892 ], [ -84.498656, 33.792628 ], [ -84.49834, 33.792335 ], [ -84.498048, 33.792095 ], [ -84.497188, 33.79119 ], [ -84.496913, 33.790823 ], [ -84.49619, 33.789857 ], [ -84.495767, 33.789306 ], [ -84.494841, 33.788209 ], [ -84.494423, 33.787782 ], [ -84.493789, 33.787234 ], [ -84.493159, 33.786847 ], [ -84.494926, 33.784747 ], [ -84.494952, 33.784693 ], [ -84.495178, 33.784424 ], [ -84.495402, 33.784039 ], [ -84.495667, 33.783422 ], [ -84.4958, 33.783064 ], [ -84.495873, 33.782911 ], [ -84.496045, 33.782417 ], [ -84.4961, 33.782161 ], [ -84.496204, 33.781202 ], [ -84.496226, 33.780911 ], [ -84.496263, 33.77823 ], [ -84.496272, 33.776492 ], [ -84.496273, 33.774833 ], [ -84.496251, 33.774393 ], [ -84.49624, 33.773855 ], [ -84.49618, 33.773082 ], [ -84.496097, 33.772417 ], [ -84.496048, 33.772193 ], [ -84.495919, 33.771681 ], [ -84.495357, 33.770069 ], [ -84.495213, 33.769585 ], [ -84.495092, 33.769254 ], [ -84.495018, 33.769053 ], [ -84.494964, 33.768907 ], [ -84.494917, 33.768699 ], [ -84.494707, 33.767884 ], [ -84.495785, 33.767887 ], [ -84.496537, 33.767893 ], [ -84.496758, 33.767914 ], [ -84.496979, 33.767953 ], [ -84.497349, 33.768061 ], [ -84.499215, 33.768781 ], [ -84.499548, 33.768867 ], [ -84.500098, 33.768955 ], [ -84.500579, 33.768994 ], [ -84.501032, 33.768992 ], [ -84.501331, 33.76897 ], [ -84.501958, 33.768901 ], [ -84.502147, 33.768865 ], [ -84.50231, 33.768806 ], [ -84.502443, 33.768734 ], [ -84.503308, 33.76813 ], [ -84.503637, 33.767979 ], [ -84.503842, 33.767931 ], [ -84.503948, 33.767928 ], [ -84.504066, 33.76794 ], [ -84.505016, 33.768137 ], [ -84.505296, 33.768226 ], [ -84.505627, 33.768375 ], [ -84.50595, 33.768526 ], [ -84.50621, 33.768617 ], [ -84.506407, 33.768647 ], [ -84.506721, 33.768648 ], [ -84.507321, 33.768652 ], [ -84.507496, 33.768691 ], [ -84.507661, 33.768765 ], [ -84.508646, 33.769457 ], [ -84.509245, 33.769798 ], [ -84.509457, 33.769873 ], [ -84.509764, 33.769903 ], [ -84.510833, 33.769932 ], [ -84.51381, 33.770158 ], [ -84.513966, 33.77014 ], [ -84.51433, 33.771877 ], [ -84.514473, 33.772338 ], [ -84.514531, 33.772469 ], [ -84.51461, 33.772592 ], [ -84.514922, 33.773011 ], [ -84.515044, 33.77312 ], [ -84.515373, 33.772847 ], [ -84.515509, 33.772746 ], [ -84.515918, 33.772441 ], [ -84.516155, 33.772273 ], [ -84.517199, 33.771569 ], [ -84.518153, 33.770954 ], [ -84.518761, 33.770522 ], [ -84.519205, 33.770256 ], [ -84.519694, 33.769986 ], [ -84.519851, 33.770049 ], [ -84.520062, 33.77014 ], [ -84.520247, 33.770236 ], [ -84.520523, 33.770419 ], [ -84.520764, 33.770606 ], [ -84.523005, 33.772334 ], [ -84.524657, 33.773597 ], [ -84.525549, 33.774259 ], [ -84.526118, 33.774638 ], [ -84.526719, 33.775079 ], [ -84.52738, 33.77552 ], [ -84.527618, 33.77565 ], [ -84.527836, 33.775789 ], [ -84.528224, 33.776039 ], [ -84.528373, 33.776151 ], [ -84.528827, 33.776428 ], [ -84.531164, 33.777744 ], [ -84.533159, 33.778904 ], [ -84.533546, 33.779122 ], [ -84.533429, 33.77931 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008301", "name": "Census Tract 83.01, Fulton County, Georgia", "total_population_17": 2556, "white_alone_17": 55.0, "black_alone_17": 2487.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 1.84, "pct_black_alone_change": -0.983, "pct_native_alone_change": -0.286, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": -0.924, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7642260", "INTPTLON": "-084.4588619" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.471442, 33.769481 ], [ -84.471364, 33.769481 ], [ -84.470226, 33.769489 ], [ -84.469889, 33.769496 ], [ -84.468736, 33.769556 ], [ -84.468193, 33.769588 ], [ -84.467497, 33.769588 ], [ -84.466902, 33.769562 ], [ -84.466677, 33.769538 ], [ -84.466408, 33.769509 ], [ -84.465647, 33.76938 ], [ -84.465338, 33.769345 ], [ -84.464999, 33.769338 ], [ -84.46465, 33.769361 ], [ -84.464357, 33.769408 ], [ -84.464045, 33.769502 ], [ -84.463737, 33.769628 ], [ -84.462588, 33.770089 ], [ -84.462422, 33.77013 ], [ -84.462209, 33.770158 ], [ -84.461407, 33.770185 ], [ -84.461198, 33.77019 ], [ -84.459062, 33.770291 ], [ -84.45886, 33.7703 ], [ -84.458488, 33.77032 ], [ -84.458086, 33.770316 ], [ -84.457744, 33.770296 ], [ -84.457139, 33.770233 ], [ -84.457058, 33.770225 ], [ -84.456486, 33.770211 ], [ -84.456403, 33.770008 ], [ -84.456303, 33.769814 ], [ -84.456186, 33.769645 ], [ -84.456043, 33.769489 ], [ -84.455897, 33.769369 ], [ -84.455563, 33.769137 ], [ -84.455299, 33.768987 ], [ -84.455042, 33.768868 ], [ -84.454785, 33.76877 ], [ -84.454528, 33.768691 ], [ -84.454264, 33.768627 ], [ -84.453996, 33.768579 ], [ -84.453737, 33.768549 ], [ -84.453453, 33.768532 ], [ -84.452625, 33.768516 ], [ -84.451484, 33.768499 ], [ -84.450439, 33.768486 ], [ -84.449282, 33.768472 ], [ -84.448055, 33.768456 ], [ -84.446999, 33.768443 ], [ -84.445865, 33.768429 ], [ -84.44477, 33.768415 ], [ -84.444673, 33.768414 ], [ -84.444517, 33.768404 ], [ -84.44436, 33.768378 ], [ -84.442985, 33.768077 ], [ -84.442751, 33.768047 ], [ -84.442666, 33.76805 ], [ -84.441011, 33.768048 ], [ -84.440966, 33.767833 ], [ -84.440944, 33.767607 ], [ -84.440959, 33.766811 ], [ -84.440978, 33.766018 ], [ -84.440986, 33.765622 ], [ -84.441029, 33.763579 ], [ -84.442496, 33.763588 ], [ -84.44341, 33.763597 ], [ -84.4436, 33.763628 ], [ -84.443779, 33.763687 ], [ -84.443956, 33.763785 ], [ -84.444459, 33.764154 ], [ -84.444596, 33.76424 ], [ -84.444735, 33.764309 ], [ -84.444896, 33.764371 ], [ -84.445072, 33.764413 ], [ -84.445186, 33.764418 ], [ -84.445299, 33.764406 ], [ -84.445398, 33.764382 ], [ -84.445526, 33.764332 ], [ -84.4457, 33.764236 ], [ -84.44609, 33.763955 ], [ -84.446379, 33.763804 ], [ -84.446693, 33.763697 ], [ -84.447023, 33.763636 ], [ -84.447369, 33.763621 ], [ -84.448311, 33.763615 ], [ -84.448857, 33.763629 ], [ -84.44903, 33.763648 ], [ -84.449247, 33.763709 ], [ -84.449461, 33.763815 ], [ -84.449595, 33.763918 ], [ -84.449685, 33.764013 ], [ -84.450078, 33.764515 ], [ -84.450216, 33.76463 ], [ -84.450381, 33.764721 ], [ -84.450502, 33.764765 ], [ -84.450645, 33.764796 ], [ -84.450763, 33.764805 ], [ -84.45097, 33.764801 ], [ -84.451123, 33.764774 ], [ -84.45142, 33.764663 ], [ -84.451375, 33.76454 ], [ -84.451327, 33.764117 ], [ -84.451172, 33.762742 ], [ -84.451095, 33.762154 ], [ -84.451047, 33.761947 ], [ -84.450982, 33.761742 ], [ -84.450531, 33.760641 ], [ -84.450492, 33.760491 ], [ -84.450493, 33.7601 ], [ -84.45178, 33.760134 ], [ -84.455477, 33.760198 ], [ -84.456926, 33.760223 ], [ -84.457239, 33.760258 ], [ -84.457343, 33.760285 ], [ -84.457499, 33.760325 ], [ -84.45785, 33.760461 ], [ -84.458906, 33.76087 ], [ -84.459128, 33.760922 ], [ -84.459358, 33.760951 ], [ -84.460248, 33.760962 ], [ -84.46024, 33.760244 ], [ -84.460204, 33.759951 ], [ -84.460358, 33.759935 ], [ -84.46122, 33.759942 ], [ -84.462162, 33.759949 ], [ -84.46315, 33.759957 ], [ -84.463143, 33.758047 ], [ -84.463142, 33.757873 ], [ -84.463142, 33.757811 ], [ -84.463137, 33.756427 ], [ -84.463133, 33.75523 ], [ -84.463, 33.754386 ], [ -84.462975, 33.754045 ], [ -84.462985, 33.753952 ], [ -84.464148, 33.754338 ], [ -84.464677, 33.754482 ], [ -84.465136, 33.754624 ], [ -84.465568, 33.754731 ], [ -84.465775, 33.754777 ], [ -84.465838, 33.754791 ], [ -84.46594, 33.754809 ], [ -84.466031, 33.754819 ], [ -84.466327, 33.75485 ], [ -84.466537, 33.754872 ], [ -84.466744, 33.754883 ], [ -84.466975, 33.75488 ], [ -84.467859, 33.754804 ], [ -84.467933, 33.7549 ], [ -84.46844, 33.755488 ], [ -84.468628, 33.755771 ], [ -84.468771, 33.756092 ], [ -84.468825, 33.756275 ], [ -84.46886, 33.756468 ], [ -84.468876, 33.756662 ], [ -84.468872, 33.756856 ], [ -84.468905, 33.757096 ], [ -84.468978, 33.757493 ], [ -84.469109, 33.75837 ], [ -84.469191, 33.758865 ], [ -84.469217, 33.759022 ], [ -84.469319, 33.759367 ], [ -84.469343, 33.759445 ], [ -84.469417, 33.759696 ], [ -84.469513, 33.760225 ], [ -84.469747, 33.761625 ], [ -84.469983, 33.76308 ], [ -84.470033, 33.76362 ], [ -84.470016, 33.765201 ], [ -84.470035, 33.765992 ], [ -84.470064, 33.766274 ], [ -84.470118, 33.766561 ], [ -84.470202, 33.766858 ], [ -84.470303, 33.767128 ], [ -84.470425, 33.767386 ], [ -84.470598, 33.767693 ], [ -84.471201, 33.76836 ], [ -84.471944, 33.769137 ], [ -84.471442, 33.769481 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008302", "name": "Census Tract 83.02, Fulton County, Georgia", "total_population_17": 1653, "white_alone_17": 21.0, "black_alone_17": 1616.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 11.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.843, "pct_black_alone_change": -0.532, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.213, "pct_hispanic_or_latino_change": -0.366, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7573898", "INTPTLON": "-084.4522860" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.46315, 33.759957 ], [ -84.462162, 33.759949 ], [ -84.46122, 33.759942 ], [ -84.460358, 33.759935 ], [ -84.460204, 33.759951 ], [ -84.46024, 33.760244 ], [ -84.460248, 33.760962 ], [ -84.459358, 33.760951 ], [ -84.459128, 33.760922 ], [ -84.458906, 33.76087 ], [ -84.45785, 33.760461 ], [ -84.457499, 33.760325 ], [ -84.457343, 33.760285 ], [ -84.457239, 33.760258 ], [ -84.456926, 33.760223 ], [ -84.455477, 33.760198 ], [ -84.45178, 33.760134 ], [ -84.450493, 33.7601 ], [ -84.450492, 33.760491 ], [ -84.450531, 33.760641 ], [ -84.450982, 33.761742 ], [ -84.451047, 33.761947 ], [ -84.451095, 33.762154 ], [ -84.451172, 33.762742 ], [ -84.451327, 33.764117 ], [ -84.451375, 33.76454 ], [ -84.45142, 33.764663 ], [ -84.451123, 33.764774 ], [ -84.45097, 33.764801 ], [ -84.450763, 33.764805 ], [ -84.450645, 33.764796 ], [ -84.450502, 33.764765 ], [ -84.450381, 33.764721 ], [ -84.450216, 33.76463 ], [ -84.450078, 33.764515 ], [ -84.449685, 33.764013 ], [ -84.449595, 33.763918 ], [ -84.449461, 33.763815 ], [ -84.449247, 33.763709 ], [ -84.44903, 33.763648 ], [ -84.448857, 33.763629 ], [ -84.448311, 33.763615 ], [ -84.447369, 33.763621 ], [ -84.447023, 33.763636 ], [ -84.446693, 33.763697 ], [ -84.446379, 33.763804 ], [ -84.44609, 33.763955 ], [ -84.4457, 33.764236 ], [ -84.445526, 33.764332 ], [ -84.445398, 33.764382 ], [ -84.445299, 33.764406 ], [ -84.445186, 33.764418 ], [ -84.445072, 33.764413 ], [ -84.444896, 33.764371 ], [ -84.444735, 33.764309 ], [ -84.444596, 33.76424 ], [ -84.444459, 33.764154 ], [ -84.443956, 33.763785 ], [ -84.443779, 33.763687 ], [ -84.4436, 33.763628 ], [ -84.44341, 33.763597 ], [ -84.442496, 33.763588 ], [ -84.441029, 33.763579 ], [ -84.441024, 33.763056 ], [ -84.441045, 33.762778 ], [ -84.441108, 33.762447 ], [ -84.441216, 33.762145 ], [ -84.441286, 33.76201 ], [ -84.441382, 33.761884 ], [ -84.441741, 33.761562 ], [ -84.442215, 33.761194 ], [ -84.443122, 33.760483 ], [ -84.443288, 33.760301 ], [ -84.443418, 33.7601 ], [ -84.443692, 33.759416 ], [ -84.443725, 33.75933 ], [ -84.444226, 33.758022 ], [ -84.444265, 33.757892 ], [ -84.444288, 33.757668 ], [ -84.444319, 33.756992 ], [ -84.44428, 33.756518 ], [ -84.444208, 33.755992 ], [ -84.444138, 33.755472 ], [ -84.444139, 33.755103 ], [ -84.44418, 33.754819 ], [ -84.444377, 33.753958 ], [ -84.444385, 33.753892 ], [ -84.44531, 33.753592 ], [ -84.445868, 33.753422 ], [ -84.446044, 33.753347 ], [ -84.446418, 33.753189 ], [ -84.447047, 33.752937 ], [ -84.447236, 33.752872 ], [ -84.448858, 33.752315 ], [ -84.449335, 33.752157 ], [ -84.450184, 33.751889 ], [ -84.450855, 33.751651 ], [ -84.45165, 33.751382 ], [ -84.452396, 33.751209 ], [ -84.452674, 33.751165 ], [ -84.452855, 33.751153 ], [ -84.453196, 33.751131 ], [ -84.453754, 33.751129 ], [ -84.453905, 33.751139 ], [ -84.454036, 33.751148 ], [ -84.454312, 33.751172 ], [ -84.454625, 33.751215 ], [ -84.455014, 33.751282 ], [ -84.455308, 33.751344 ], [ -84.45537, 33.751357 ], [ -84.455896, 33.751521 ], [ -84.456512, 33.751742 ], [ -84.456736, 33.751822 ], [ -84.457717, 33.752132 ], [ -84.457938, 33.752202 ], [ -84.459046, 33.752574 ], [ -84.460889, 33.753193 ], [ -84.46119, 33.753297 ], [ -84.462719, 33.753864 ], [ -84.462985, 33.753952 ], [ -84.462975, 33.754045 ], [ -84.463, 33.754386 ], [ -84.463133, 33.75523 ], [ -84.463137, 33.756427 ], [ -84.463142, 33.757811 ], [ -84.463142, 33.757873 ], [ -84.463143, 33.758047 ], [ -84.46315, 33.759957 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008400", "name": "Census Tract 84, Fulton County, Georgia", "total_population_17": 2785, "white_alone_17": 353.0, "black_alone_17": 2312.0, "native_alone_17": 14.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 62.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 11.547, "pct_black_alone_change": -14.803, "pct_native_alone_change": 0.448, "pct_asian_alone_change": 0.789, "pct_hispanic_or_latino_change": 1.431, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+33.7618564", "INTPTLON": "-084.4355747" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.444377, 33.753958 ], [ -84.44418, 33.754819 ], [ -84.444139, 33.755103 ], [ -84.444138, 33.755472 ], [ -84.444208, 33.755992 ], [ -84.44428, 33.756518 ], [ -84.444319, 33.756992 ], [ -84.444288, 33.757668 ], [ -84.444265, 33.757892 ], [ -84.444226, 33.758022 ], [ -84.443725, 33.75933 ], [ -84.443692, 33.759416 ], [ -84.443418, 33.7601 ], [ -84.443288, 33.760301 ], [ -84.443122, 33.760483 ], [ -84.442215, 33.761194 ], [ -84.441741, 33.761562 ], [ -84.441382, 33.761884 ], [ -84.441286, 33.76201 ], [ -84.441216, 33.762145 ], [ -84.441108, 33.762447 ], [ -84.441045, 33.762778 ], [ -84.441024, 33.763056 ], [ -84.441029, 33.763579 ], [ -84.440986, 33.765622 ], [ -84.440978, 33.766018 ], [ -84.440959, 33.766811 ], [ -84.440944, 33.767607 ], [ -84.440966, 33.767833 ], [ -84.441011, 33.768048 ], [ -84.439592, 33.768046 ], [ -84.438846, 33.768043 ], [ -84.437652, 33.768036 ], [ -84.437037, 33.76803 ], [ -84.436181, 33.768003 ], [ -84.434966, 33.76795 ], [ -84.43293, 33.767896 ], [ -84.431303, 33.767948 ], [ -84.428623, 33.768045 ], [ -84.428107, 33.768081 ], [ -84.427614, 33.768135 ], [ -84.42748, 33.768155 ], [ -84.427446, 33.768158 ], [ -84.427395, 33.768165 ], [ -84.427142, 33.768198 ], [ -84.426801, 33.768244 ], [ -84.426384, 33.768328 ], [ -84.42598, 33.768447 ], [ -84.425496, 33.768622 ], [ -84.4254, 33.767993 ], [ -84.425371, 33.767735 ], [ -84.425353, 33.767564 ], [ -84.425392, 33.767283 ], [ -84.425455, 33.767012 ], [ -84.425533, 33.76683 ], [ -84.425762, 33.766516 ], [ -84.425707, 33.766477 ], [ -84.425565, 33.766331 ], [ -84.425458, 33.766202 ], [ -84.425015, 33.765575 ], [ -84.424732, 33.764845 ], [ -84.424665, 33.764672 ], [ -84.424462, 33.763897 ], [ -84.424391, 33.7635 ], [ -84.427229, 33.763519 ], [ -84.427943, 33.763522 ], [ -84.428106, 33.763523 ], [ -84.429294, 33.763528 ], [ -84.431398, 33.763538 ], [ -84.431457, 33.763385 ], [ -84.4315, 33.763209 ], [ -84.431515, 33.763078 ], [ -84.431522, 33.762825 ], [ -84.431516, 33.762507 ], [ -84.43149, 33.762396 ], [ -84.431448, 33.762216 ], [ -84.431278, 33.761657 ], [ -84.430996, 33.760844 ], [ -84.430881, 33.760514 ], [ -84.430518, 33.759506 ], [ -84.430475, 33.759386 ], [ -84.430395, 33.758981 ], [ -84.430363, 33.758781 ], [ -84.430347, 33.75859 ], [ -84.430352, 33.7584 ], [ -84.43037, 33.758294 ], [ -84.430378, 33.758224 ], [ -84.4304, 33.758032 ], [ -84.430432, 33.757898 ], [ -84.430502, 33.757737 ], [ -84.430655, 33.757425 ], [ -84.430815, 33.757179 ], [ -84.431018, 33.756911 ], [ -84.431247, 33.756703 ], [ -84.431584, 33.756479 ], [ -84.431932, 33.756287 ], [ -84.432075, 33.756226 ], [ -84.432234, 33.756171 ], [ -84.432527, 33.756079 ], [ -84.432811, 33.756004 ], [ -84.432948, 33.755979 ], [ -84.433545, 33.755893 ], [ -84.434193, 33.755799 ], [ -84.43613, 33.755497 ], [ -84.437834, 33.755209 ], [ -84.437993, 33.755183 ], [ -84.43875, 33.75506 ], [ -84.440073, 33.754818 ], [ -84.440971, 33.754667 ], [ -84.441505, 33.754578 ], [ -84.44207, 33.754469 ], [ -84.442165, 33.754451 ], [ -84.443238, 33.754222 ], [ -84.4435, 33.754155 ], [ -84.444031, 33.754007 ], [ -84.444385, 33.753892 ], [ -84.444377, 33.753958 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008500", "name": "Census Tract 85, Fulton County, Georgia", "total_population_17": 2546, "white_alone_17": 48.0, "black_alone_17": 2463.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 1.01, "pct_black_alone_change": -1.447, "pct_native_alone_change": -0.167, "pct_asian_alone_change": -0.083, "pct_hispanic_or_latino_change": -0.625, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7755602", "INTPTLON": "-084.4440291" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.457384, 33.782906 ], [ -84.457008, 33.78318 ], [ -84.457009, 33.783427 ], [ -84.45686, 33.784462 ], [ -84.456553, 33.785716 ], [ -84.456459, 33.78599 ], [ -84.45641, 33.786168 ], [ -84.456368, 33.788226 ], [ -84.456166, 33.788203 ], [ -84.456117, 33.789944 ], [ -84.456111, 33.790143 ], [ -84.456016, 33.79016 ], [ -84.455103, 33.790166 ], [ -84.452732, 33.790302 ], [ -84.452621, 33.79019 ], [ -84.452597, 33.790182 ], [ -84.452427, 33.790065 ], [ -84.452132, 33.78991 ], [ -84.45186, 33.789802 ], [ -84.451666, 33.789623 ], [ -84.451604, 33.789499 ], [ -84.451581, 33.789414 ], [ -84.451581, 33.789258 ], [ -84.451643, 33.789134 ], [ -84.45169, 33.789018 ], [ -84.451845, 33.788878 ], [ -84.451992, 33.788739 ], [ -84.452039, 33.788537 ], [ -84.452023, 33.788475 ], [ -84.452023, 33.788312 ], [ -84.452002, 33.78818 ], [ -84.451984, 33.788056 ], [ -84.451891, 33.787753 ], [ -84.451833, 33.787681 ], [ -84.451768, 33.787512 ], [ -84.451736, 33.787457 ], [ -84.451653, 33.787364 ], [ -84.45156, 33.787197 ], [ -84.451412, 33.787096 ], [ -84.451329, 33.787054 ], [ -84.451167, 33.787008 ], [ -84.451037, 33.786961 ], [ -84.450907, 33.786809 ], [ -84.450768, 33.786637 ], [ -84.450694, 33.786485 ], [ -84.450657, 33.786424 ], [ -84.450634, 33.78636 ], [ -84.450592, 33.786239 ], [ -84.450518, 33.786082 ], [ -84.450467, 33.785938 ], [ -84.450467, 33.785809 ], [ -84.450477, 33.785642 ], [ -84.450505, 33.785466 ], [ -84.450505, 33.785406 ], [ -84.450518, 33.785318 ], [ -84.450532, 33.785165 ], [ -84.450528, 33.78504 ], [ -84.450509, 33.784897 ], [ -84.450509, 33.784753 ], [ -84.450509, 33.784605 ], [ -84.4505, 33.784429 ], [ -84.450421, 33.784262 ], [ -84.450418, 33.784125 ], [ -84.45044, 33.783994 ], [ -84.450495, 33.78392 ], [ -84.450597, 33.783827 ], [ -84.450699, 33.783762 ], [ -84.450829, 33.783725 ], [ -84.451051, 33.78367 ], [ -84.451065, 33.783605 ], [ -84.451051, 33.783503 ], [ -84.450907, 33.783397 ], [ -84.450625, 33.783197 ], [ -84.450463, 33.7831 ], [ -84.450278, 33.78304 ], [ -84.449977, 33.783082 ], [ -84.449602, 33.783147 ], [ -84.448862, 33.783355 ], [ -84.448643, 33.783401 ], [ -84.44831, 33.783489 ], [ -84.447954, 33.783568 ], [ -84.447768, 33.783535 ], [ -84.447611, 33.783475 ], [ -84.447458, 33.783458 ], [ -84.447282, 33.783498 ], [ -84.447092, 33.783591 ], [ -84.446972, 33.783637 ], [ -84.446768, 33.783651 ], [ -84.446592, 33.783637 ], [ -84.44644, 33.78366 ], [ -84.44618, 33.783725 ], [ -84.445917, 33.783832 ], [ -84.445676, 33.783869 ], [ -84.445546, 33.783855 ], [ -84.445278, 33.783693 ], [ -84.445116, 33.783526 ], [ -84.445106, 33.78335 ], [ -84.445088, 33.783193 ], [ -84.44506, 33.782841 ], [ -84.445032, 33.78273 ], [ -84.444986, 33.782452 ], [ -84.444893, 33.782267 ], [ -84.444643, 33.782072 ], [ -84.444579, 33.781971 ], [ -84.444514, 33.781869 ], [ -84.444486, 33.781767 ], [ -84.444458, 33.781637 ], [ -84.444458, 33.781498 ], [ -84.444449, 33.781378 ], [ -84.444393, 33.781221 ], [ -84.444384, 33.781119 ], [ -84.444347, 33.781017 ], [ -84.444292, 33.780906 ], [ -84.444282, 33.780813 ], [ -84.444264, 33.780702 ], [ -84.444245, 33.7806 ], [ -84.444134, 33.780508 ], [ -84.444088, 33.780397 ], [ -84.443977, 33.780295 ], [ -84.443819, 33.780137 ], [ -84.443671, 33.779924 ], [ -84.443489, 33.779788 ], [ -84.443231, 33.779628 ], [ -84.443028, 33.77923 ], [ -84.44294, 33.778665 ], [ -84.443106, 33.778355 ], [ -84.443204, 33.778045 ], [ -84.443204, 33.777804 ], [ -84.443171, 33.777633 ], [ -84.443116, 33.777475 ], [ -84.443042, 33.777253 ], [ -84.442986, 33.777026 ], [ -84.442829, 33.776943 ], [ -84.442499, 33.777018 ], [ -84.442386, 33.777032 ], [ -84.442224, 33.77705 ], [ -84.44207, 33.777094 ], [ -84.441924, 33.777171 ], [ -84.441781, 33.777219 ], [ -84.441623, 33.777182 ], [ -84.441484, 33.777054 ], [ -84.441385, 33.776933 ], [ -84.44133, 33.776827 ], [ -84.441282, 33.776732 ], [ -84.441151, 33.776655 ], [ -84.441026, 33.776633 ], [ -84.440876, 33.776625 ], [ -84.440722, 33.776607 ], [ -84.44063, 33.776559 ], [ -84.440542, 33.776405 ], [ -84.440513, 33.776321 ], [ -84.440494, 33.776145 ], [ -84.440502, 33.776087 ], [ -84.4406, 33.775912 ], [ -84.440689, 33.775827 ], [ -84.440783, 33.775773 ], [ -84.440847, 33.775738 ], [ -84.44101, 33.775683 ], [ -84.441159, 33.775619 ], [ -84.441347, 33.775525 ], [ -84.441407, 33.775416 ], [ -84.441411, 33.775297 ], [ -84.441357, 33.775198 ], [ -84.441238, 33.775154 ], [ -84.44105, 33.775139 ], [ -84.440763, 33.775198 ], [ -84.440575, 33.775253 ], [ -84.440451, 33.775287 ], [ -84.440284, 33.775428 ], [ -84.440119, 33.77552 ], [ -84.439931, 33.775629 ], [ -84.439718, 33.775708 ], [ -84.43954, 33.775753 ], [ -84.439377, 33.775768 ], [ -84.439179, 33.775787 ], [ -84.439015, 33.775802 ], [ -84.438857, 33.775837 ], [ -84.438654, 33.775906 ], [ -84.438332, 33.775966 ], [ -84.437853, 33.77609 ], [ -84.437532, 33.776165 ], [ -84.437407, 33.776211 ], [ -84.437153, 33.776295 ], [ -84.43694, 33.776327 ], [ -84.436768, 33.776383 ], [ -84.436555, 33.776438 ], [ -84.436384, 33.776508 ], [ -84.43619, 33.776591 ], [ -84.435917, 33.776707 ], [ -84.435713, 33.776753 ], [ -84.4355, 33.776762 ], [ -84.435361, 33.776781 ], [ -84.435227, 33.776781 ], [ -84.435083, 33.776758 ], [ -84.43488, 33.776721 ], [ -84.434713, 33.776762 ], [ -84.434518, 33.776822 ], [ -84.434315, 33.77683 ], [ -84.434168, 33.77683 ], [ -84.433958, 33.776806 ], [ -84.433834, 33.776779 ], [ -84.433644, 33.776733 ], [ -84.433524, 33.776698 ], [ -84.4334, 33.776698 ], [ -84.433239, 33.776698 ], [ -84.432985, 33.776651 ], [ -84.432845, 33.776616 ], [ -84.432651, 33.776492 ], [ -84.432403, 33.776329 ], [ -84.431278, 33.77541 ], [ -84.431196, 33.775474 ], [ -84.43115, 33.775521 ], [ -84.431134, 33.775537 ], [ -84.431045, 33.775575 ], [ -84.430933, 33.775614 ], [ -84.430793, 33.775649 ], [ -84.430642, 33.775676 ], [ -84.430444, 33.775719 ], [ -84.43032, 33.775769 ], [ -84.430238, 33.775828 ], [ -84.430172, 33.775878 ], [ -84.430071, 33.775998 ], [ -84.429962, 33.77612 ], [ -84.429876, 33.776185 ], [ -84.429842, 33.776181 ], [ -84.429811, 33.776184 ], [ -84.42978, 33.776192 ], [ -84.429738, 33.776262 ], [ -84.429701, 33.776317 ], [ -84.429687, 33.776371 ], [ -84.429645, 33.77644 ], [ -84.42961, 33.776503 ], [ -84.429544, 33.776565 ], [ -84.429478, 33.776611 ], [ -84.429427, 33.776631 ], [ -84.429361, 33.776662 ], [ -84.429307, 33.7767 ], [ -84.429233, 33.776739 ], [ -84.429156, 33.776797 ], [ -84.429129, 33.776821 ], [ -84.429043, 33.776867 ], [ -84.428923, 33.776904 ], [ -84.428819, 33.776983 ], [ -84.428783, 33.777065 ], [ -84.428748, 33.777131 ], [ -84.428663, 33.777205 ], [ -84.428574, 33.777247 ], [ -84.428496, 33.777286 ], [ -84.428469, 33.777341 ], [ -84.428399, 33.777325 ], [ -84.428349, 33.777298 ], [ -84.428302, 33.777321 ], [ -84.428267, 33.777399 ], [ -84.428203, 33.777448 ], [ -84.428104, 33.777496 ], [ -84.428019, 33.777496 ], [ -84.427953, 33.777503 ], [ -84.427852, 33.777546 ], [ -84.427666, 33.777853 ], [ -84.427539, 33.777709 ], [ -84.427335, 33.777428 ], [ -84.4272, 33.777226 ], [ -84.427118, 33.777061 ], [ -84.427057, 33.776923 ], [ -84.426941, 33.776612 ], [ -84.426837, 33.776265 ], [ -84.426776, 33.77596 ], [ -84.426725, 33.775669 ], [ -84.426712, 33.77558 ], [ -84.426691, 33.775433 ], [ -84.42664, 33.775156 ], [ -84.426441, 33.774074 ], [ -84.42622, 33.772744 ], [ -84.426128, 33.772264 ], [ -84.426079, 33.772007 ], [ -84.425966, 33.771418 ], [ -84.425714, 33.770046 ], [ -84.425496, 33.768622 ], [ -84.42598, 33.768447 ], [ -84.426384, 33.768328 ], [ -84.426801, 33.768244 ], [ -84.427142, 33.768198 ], [ -84.427395, 33.768165 ], [ -84.427446, 33.768158 ], [ -84.42748, 33.768155 ], [ -84.427614, 33.768135 ], [ -84.428107, 33.768081 ], [ -84.428623, 33.768045 ], [ -84.431303, 33.767948 ], [ -84.43293, 33.767896 ], [ -84.434966, 33.76795 ], [ -84.436181, 33.768003 ], [ -84.437037, 33.76803 ], [ -84.437652, 33.768036 ], [ -84.438846, 33.768043 ], [ -84.439592, 33.768046 ], [ -84.441011, 33.768048 ], [ -84.442666, 33.76805 ], [ -84.442751, 33.768047 ], [ -84.442985, 33.768077 ], [ -84.44436, 33.768378 ], [ -84.444517, 33.768404 ], [ -84.444673, 33.768414 ], [ -84.44477, 33.768415 ], [ -84.445865, 33.768429 ], [ -84.446999, 33.768443 ], [ -84.448055, 33.768456 ], [ -84.449282, 33.768472 ], [ -84.450439, 33.768486 ], [ -84.451484, 33.768499 ], [ -84.452625, 33.768516 ], [ -84.453453, 33.768532 ], [ -84.453737, 33.768549 ], [ -84.453996, 33.768579 ], [ -84.454264, 33.768627 ], [ -84.454528, 33.768691 ], [ -84.454785, 33.76877 ], [ -84.455042, 33.768868 ], [ -84.455299, 33.768987 ], [ -84.455563, 33.769137 ], [ -84.455897, 33.769369 ], [ -84.456043, 33.769489 ], [ -84.456186, 33.769645 ], [ -84.456303, 33.769814 ], [ -84.456403, 33.770008 ], [ -84.456486, 33.770211 ], [ -84.456483, 33.770949 ], [ -84.456418, 33.771051 ], [ -84.45631, 33.771113 ], [ -84.456213, 33.771127 ], [ -84.455352, 33.771121 ], [ -84.454993, 33.771106 ], [ -84.454558, 33.771062 ], [ -84.454062, 33.770966 ], [ -84.454057, 33.772217 ], [ -84.454061, 33.774167 ], [ -84.454053, 33.776647 ], [ -84.455154, 33.776614 ], [ -84.455739, 33.776585 ], [ -84.456453, 33.776564 ], [ -84.456469, 33.777222 ], [ -84.456535, 33.779838 ], [ -84.45653, 33.78193 ], [ -84.458144, 33.782565 ], [ -84.457384, 33.782906 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008601", "name": "Census Tract 86.01, Fulton County, Georgia", "total_population_17": 3943, "white_alone_17": 66.0, "black_alone_17": 3835.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 34.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 0.796, "pct_black_alone_change": -0.812, "pct_native_alone_change": -0.207, "pct_asian_alone_change": -0.069, "pct_hispanic_or_latino_change": 0.26, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7814707", "INTPTLON": "-084.4661985" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.476658, 33.788067 ], [ -84.476652, 33.788138 ], [ -84.4766, 33.788439 ], [ -84.476508, 33.788752 ], [ -84.476378, 33.789055 ], [ -84.476353, 33.789098 ], [ -84.476242, 33.789298 ], [ -84.476046, 33.789575 ], [ -84.474618, 33.791318 ], [ -84.474399, 33.791649 ], [ -84.47425, 33.791949 ], [ -84.474206, 33.792071 ], [ -84.474156, 33.792207 ], [ -84.474099, 33.792418 ], [ -84.474061, 33.792632 ], [ -84.47404, 33.792847 ], [ -84.474039, 33.793117 ], [ -84.474059, 33.793333 ], [ -84.474165, 33.793842 ], [ -84.47428, 33.794335 ], [ -84.4743, 33.794421 ], [ -84.474198, 33.794486 ], [ -84.474001, 33.794611 ], [ -84.473907, 33.794736 ], [ -84.473719, 33.794846 ], [ -84.473548, 33.794899 ], [ -84.473421, 33.794975 ], [ -84.473175, 33.795098 ], [ -84.472858, 33.795182 ], [ -84.472379, 33.795266 ], [ -84.471978, 33.795383 ], [ -84.471136, 33.795545 ], [ -84.470282, 33.795797 ], [ -84.469861, 33.795894 ], [ -84.469608, 33.795868 ], [ -84.469592, 33.795743 ], [ -84.469385, 33.794093 ], [ -84.469275, 33.794128 ], [ -84.46919, 33.79419 ], [ -84.468835, 33.794691 ], [ -84.468784, 33.794732 ], [ -84.468725, 33.794751 ], [ -84.468607, 33.794749 ], [ -84.468316, 33.794702 ], [ -84.46799, 33.79469 ], [ -84.467808, 33.794669 ], [ -84.467495, 33.794613 ], [ -84.466667, 33.794416 ], [ -84.466511, 33.794367 ], [ -84.466375, 33.794305 ], [ -84.465958, 33.794056 ], [ -84.465544, 33.793809 ], [ -84.464973, 33.793506 ], [ -84.464807, 33.793447 ], [ -84.463894, 33.79322 ], [ -84.463838, 33.793195 ], [ -84.463531, 33.792992 ], [ -84.462755, 33.792477 ], [ -84.462247, 33.792122 ], [ -84.461531, 33.791646 ], [ -84.461355, 33.791487 ], [ -84.461269, 33.791368 ], [ -84.461157, 33.791132 ], [ -84.461137, 33.791118 ], [ -84.460853, 33.790485 ], [ -84.460438, 33.789673 ], [ -84.460328, 33.789513 ], [ -84.460234, 33.789417 ], [ -84.460159, 33.789362 ], [ -84.459949, 33.789251 ], [ -84.459715, 33.789155 ], [ -84.458694, 33.788732 ], [ -84.458202, 33.78849 ], [ -84.458076, 33.788391 ], [ -84.457963, 33.788263 ], [ -84.457881, 33.78812 ], [ -84.457834, 33.78797 ], [ -84.4578, 33.787607 ], [ -84.457743, 33.787416 ], [ -84.457203, 33.786546 ], [ -84.457114, 33.786458 ], [ -84.457003, 33.786391 ], [ -84.45641, 33.786168 ], [ -84.456459, 33.78599 ], [ -84.456553, 33.785716 ], [ -84.45686, 33.784462 ], [ -84.457009, 33.783427 ], [ -84.457008, 33.78318 ], [ -84.457384, 33.782906 ], [ -84.458144, 33.782565 ], [ -84.45653, 33.78193 ], [ -84.456535, 33.779838 ], [ -84.456469, 33.777222 ], [ -84.456453, 33.776564 ], [ -84.455739, 33.776585 ], [ -84.455154, 33.776614 ], [ -84.454053, 33.776647 ], [ -84.454061, 33.774167 ], [ -84.454057, 33.772217 ], [ -84.454062, 33.770966 ], [ -84.454558, 33.771062 ], [ -84.454993, 33.771106 ], [ -84.455352, 33.771121 ], [ -84.456213, 33.771127 ], [ -84.45631, 33.771113 ], [ -84.456418, 33.771051 ], [ -84.456483, 33.770949 ], [ -84.456486, 33.770211 ], [ -84.457058, 33.770225 ], [ -84.457139, 33.770233 ], [ -84.457744, 33.770296 ], [ -84.458086, 33.770316 ], [ -84.458488, 33.77032 ], [ -84.45886, 33.7703 ], [ -84.459062, 33.770291 ], [ -84.461198, 33.77019 ], [ -84.461407, 33.770185 ], [ -84.462209, 33.770158 ], [ -84.462422, 33.77013 ], [ -84.462588, 33.770089 ], [ -84.463737, 33.769628 ], [ -84.464045, 33.769502 ], [ -84.464357, 33.769408 ], [ -84.46465, 33.769361 ], [ -84.464999, 33.769338 ], [ -84.465338, 33.769345 ], [ -84.465647, 33.76938 ], [ -84.466408, 33.769509 ], [ -84.466677, 33.769538 ], [ -84.466902, 33.769562 ], [ -84.467497, 33.769588 ], [ -84.468193, 33.769588 ], [ -84.468736, 33.769556 ], [ -84.469889, 33.769496 ], [ -84.470226, 33.769489 ], [ -84.471364, 33.769481 ], [ -84.471442, 33.769481 ], [ -84.471944, 33.769137 ], [ -84.473012, 33.770259 ], [ -84.4732, 33.770479 ], [ -84.473372, 33.770717 ], [ -84.473428, 33.770929 ], [ -84.473468, 33.771167 ], [ -84.473505, 33.77175 ], [ -84.473601, 33.773677 ], [ -84.473612, 33.773874 ], [ -84.47366, 33.774767 ], [ -84.473739, 33.776318 ], [ -84.473781, 33.776599 ], [ -84.473848, 33.776887 ], [ -84.473946, 33.77716 ], [ -84.474081, 33.777433 ], [ -84.474243, 33.777685 ], [ -84.474424, 33.777908 ], [ -84.474512, 33.778001 ], [ -84.475308, 33.778791 ], [ -84.476065, 33.779587 ], [ -84.476211, 33.779794 ], [ -84.476362, 33.780057 ], [ -84.476472, 33.780303 ], [ -84.476559, 33.780568 ], [ -84.476601, 33.780762 ], [ -84.476618, 33.780838 ], [ -84.476651, 33.781232 ], [ -84.476651, 33.781468 ], [ -84.476654, 33.78255 ], [ -84.476656, 33.783302 ], [ -84.476658, 33.784138 ], [ -84.476666, 33.787535 ], [ -84.476658, 33.788067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008602", "name": "Census Tract 86.02, Fulton County, Georgia", "total_population_17": 1348, "white_alone_17": 91.0, "black_alone_17": 1208.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 13.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 6.089, "pct_black_alone_change": -8.014, "pct_native_alone_change": -0.193, "pct_asian_alone_change": -0.055, "pct_hispanic_or_latino_change": -0.36, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7928898", "INTPTLON": "-084.4901297" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.507837, 33.795604 ], [ -84.507732, 33.795707 ], [ -84.503586, 33.798712 ], [ -84.502631, 33.799405 ], [ -84.500531, 33.802605 ], [ -84.499731, 33.803705 ], [ -84.498731, 33.804805 ], [ -84.497674, 33.805944 ], [ -84.497583, 33.806042 ], [ -84.497484, 33.806149 ], [ -84.497431, 33.806205 ], [ -84.497319, 33.806322 ], [ -84.496931, 33.806205 ], [ -84.49593, 33.806072 ], [ -84.49569, 33.806091 ], [ -84.495532, 33.806119 ], [ -84.495319, 33.806156 ], [ -84.495162, 33.806193 ], [ -84.494958, 33.806239 ], [ -84.494625, 33.806258 ], [ -84.494421, 33.806221 ], [ -84.494134, 33.806156 ], [ -84.493819, 33.80611 ], [ -84.493297, 33.805975 ], [ -84.49305, 33.805993 ], [ -84.492551, 33.805961 ], [ -84.492412, 33.805943 ], [ -84.492245, 33.805906 ], [ -84.492162, 33.805869 ], [ -84.491875, 33.805748 ], [ -84.491717, 33.805674 ], [ -84.491532, 33.805591 ], [ -84.491171, 33.805397 ], [ -84.490986, 33.805332 ], [ -84.490847, 33.805313 ], [ -84.490745, 33.80535 ], [ -84.490485, 33.805398 ], [ -84.49033, 33.805387 ], [ -84.489994, 33.805364 ], [ -84.489856, 33.805406 ], [ -84.48981, 33.805424 ], [ -84.489643, 33.805471 ], [ -84.489449, 33.805489 ], [ -84.489255, 33.805424 ], [ -84.489079, 33.805397 ], [ -84.488847, 33.805406 ], [ -84.48869, 33.805406 ], [ -84.488477, 33.805489 ], [ -84.488106, 33.805563 ], [ -84.487958, 33.805489 ], [ -84.487745, 33.805378 ], [ -84.487699, 33.805369 ], [ -84.487542, 33.805239 ], [ -84.487403, 33.805054 ], [ -84.487264, 33.804906 ], [ -84.487162, 33.80473 ], [ -84.487106, 33.804665 ], [ -84.487032, 33.804545 ], [ -84.487023, 33.804434 ], [ -84.487116, 33.804304 ], [ -84.487217, 33.804258 ], [ -84.487384, 33.804193 ], [ -84.487514, 33.80411 ], [ -84.487699, 33.804008 ], [ -84.487816, 33.803881 ], [ -84.487986, 33.803674 ], [ -84.488042, 33.803572 ], [ -84.488044, 33.803453 ], [ -84.488051, 33.803295 ], [ -84.488134, 33.803184 ], [ -84.48823, 33.803105 ], [ -84.488356, 33.803035 ], [ -84.488467, 33.802943 ], [ -84.488542, 33.802758 ], [ -84.488551, 33.8026 ], [ -84.488551, 33.802397 ], [ -84.488653, 33.802295 ], [ -84.488717, 33.802184 ], [ -84.488819, 33.802072 ], [ -84.488903, 33.801924 ], [ -84.489005, 33.801702 ], [ -84.489097, 33.801424 ], [ -84.489065, 33.80128 ], [ -84.489034, 33.801209 ], [ -84.488968, 33.801086 ], [ -84.488819, 33.800886 ], [ -84.48864, 33.800686 ], [ -84.488553, 33.800548 ], [ -84.488466, 33.80042 ], [ -84.488409, 33.800271 ], [ -84.488338, 33.800087 ], [ -84.48819, 33.799932 ], [ -84.487676, 33.799695 ], [ -84.487005, 33.79947 ], [ -84.486481, 33.799244 ], [ -84.486384, 33.799207 ], [ -84.486185, 33.799096 ], [ -84.486009, 33.798985 ], [ -84.48588, 33.798906 ], [ -84.48562, 33.798892 ], [ -84.485495, 33.79892 ], [ -84.485389, 33.798989 ], [ -84.485259, 33.799086 ], [ -84.485023, 33.799207 ], [ -84.48475, 33.799299 ], [ -84.484657, 33.799332 ], [ -84.484347, 33.799434 ], [ -84.484157, 33.79948 ], [ -84.483889, 33.799485 ], [ -84.483555, 33.799489 ], [ -84.483472, 33.799475 ], [ -84.483347, 33.799452 ], [ -84.48318, 33.799415 ], [ -84.482991, 33.799378 ], [ -84.482778, 33.799336 ], [ -84.482667, 33.799276 ], [ -84.482481, 33.799184 ], [ -84.482333, 33.799096 ], [ -84.48215, 33.799019 ], [ -84.481967, 33.79892 ], [ -84.481861, 33.798864 ], [ -84.48169, 33.798795 ], [ -84.4815, 33.798753 ], [ -84.481366, 33.798702 ], [ -84.481157, 33.798665 ], [ -84.480884, 33.7986 ], [ -84.480773, 33.798535 ], [ -84.48069, 33.798489 ], [ -84.480542, 33.798434 ], [ -84.480421, 33.798415 ], [ -84.480338, 33.798415 ], [ -84.480255, 33.798424 ], [ -84.480162, 33.798378 ], [ -84.480143, 33.798295 ], [ -84.480125, 33.798221 ], [ -84.48006, 33.798054 ], [ -84.480051, 33.797971 ], [ -84.48006, 33.797841 ], [ -84.48006, 33.797684 ], [ -84.480036, 33.79753 ], [ -84.479992, 33.797439 ], [ -84.479968, 33.797328 ], [ -84.479853, 33.797249 ], [ -84.479757, 33.797153 ], [ -84.479765, 33.797062 ], [ -84.479658, 33.796891 ], [ -84.479487, 33.796724 ], [ -84.479443, 33.796636 ], [ -84.479431, 33.79653 ], [ -84.479415, 33.796406 ], [ -84.479404, 33.79627 ], [ -84.479348, 33.796107 ], [ -84.479209, 33.795956 ], [ -84.479121, 33.795857 ], [ -84.479026, 33.795765 ], [ -84.478958, 33.795658 ], [ -84.478911, 33.795527 ], [ -84.478867, 33.795396 ], [ -84.478811, 33.795292 ], [ -84.478744, 33.795249 ], [ -84.478664, 33.795209 ], [ -84.478569, 33.795209 ], [ -84.478453, 33.795209 ], [ -84.47836, 33.795219 ], [ -84.47827, 33.795233 ], [ -84.478207, 33.795233 ], [ -84.478103, 33.795197 ], [ -84.47796, 33.795102 ], [ -84.477861, 33.794978 ], [ -84.477833, 33.794919 ], [ -84.477785, 33.794815 ], [ -84.477765, 33.794783 ], [ -84.477714, 33.794676 ], [ -84.477662, 33.794557 ], [ -84.477559, 33.794489 ], [ -84.47742, 33.794442 ], [ -84.477268, 33.79435 ], [ -84.477173, 33.794322 ], [ -84.477058, 33.794334 ], [ -84.476962, 33.794354 ], [ -84.476879, 33.794406 ], [ -84.476819, 33.794481 ], [ -84.476811, 33.794557 ], [ -84.476803, 33.794652 ], [ -84.476795, 33.794732 ], [ -84.476728, 33.794958 ], [ -84.476696, 33.795022 ], [ -84.476644, 33.795074 ], [ -84.476561, 33.795113 ], [ -84.476477, 33.795193 ], [ -84.476445, 33.795233 ], [ -84.476449, 33.795284 ], [ -84.476439, 33.795396 ], [ -84.476378, 33.795539 ], [ -84.476227, 33.795646 ], [ -84.476044, 33.79567 ], [ -84.475948, 33.795618 ], [ -84.475873, 33.795491 ], [ -84.475809, 33.795384 ], [ -84.475746, 33.795272 ], [ -84.475599, 33.795121 ], [ -84.475583, 33.795109 ], [ -84.475503, 33.795054 ], [ -84.475483, 33.795026 ], [ -84.475455, 33.79497 ], [ -84.475388, 33.794875 ], [ -84.475288, 33.794764 ], [ -84.475137, 33.794644 ], [ -84.474935, 33.794521 ], [ -84.474752, 33.794434 ], [ -84.474521, 33.794386 ], [ -84.4743, 33.794421 ], [ -84.47428, 33.794335 ], [ -84.474165, 33.793842 ], [ -84.474059, 33.793333 ], [ -84.474039, 33.793117 ], [ -84.47404, 33.792847 ], [ -84.474061, 33.792632 ], [ -84.474099, 33.792418 ], [ -84.474156, 33.792207 ], [ -84.474206, 33.792071 ], [ -84.47425, 33.791949 ], [ -84.474399, 33.791649 ], [ -84.474618, 33.791318 ], [ -84.476046, 33.789575 ], [ -84.476242, 33.789298 ], [ -84.476353, 33.789098 ], [ -84.476378, 33.789055 ], [ -84.476508, 33.788752 ], [ -84.4766, 33.788439 ], [ -84.476652, 33.788138 ], [ -84.476658, 33.788067 ], [ -84.476666, 33.787535 ], [ -84.476658, 33.784138 ], [ -84.476656, 33.783302 ], [ -84.476654, 33.78255 ], [ -84.476651, 33.781468 ], [ -84.476651, 33.781232 ], [ -84.476618, 33.780838 ], [ -84.476601, 33.780762 ], [ -84.476559, 33.780568 ], [ -84.476472, 33.780303 ], [ -84.476362, 33.780057 ], [ -84.476211, 33.779794 ], [ -84.476065, 33.779587 ], [ -84.475308, 33.778791 ], [ -84.474512, 33.778001 ], [ -84.474424, 33.777908 ], [ -84.474243, 33.777685 ], [ -84.474081, 33.777433 ], [ -84.473946, 33.77716 ], [ -84.473848, 33.776887 ], [ -84.473781, 33.776599 ], [ -84.473739, 33.776318 ], [ -84.474299, 33.776582 ], [ -84.475708, 33.777168 ], [ -84.476026, 33.7773 ], [ -84.476943, 33.777691 ], [ -84.477223, 33.77783 ], [ -84.477395, 33.777931 ], [ -84.478024, 33.778359 ], [ -84.478862, 33.778992 ], [ -84.479354, 33.779336 ], [ -84.480372, 33.780032 ], [ -84.482118, 33.781071 ], [ -84.482337, 33.781183 ], [ -84.482588, 33.781288 ], [ -84.483132, 33.781453 ], [ -84.484905, 33.781809 ], [ -84.485458, 33.781927 ], [ -84.485897, 33.782056 ], [ -84.486158, 33.78217 ], [ -84.486289, 33.78225 ], [ -84.4864, 33.782318 ], [ -84.486579, 33.782461 ], [ -84.486884, 33.782756 ], [ -84.487385, 33.783294 ], [ -84.488418, 33.784475 ], [ -84.488759, 33.784803 ], [ -84.489077, 33.785063 ], [ -84.489403, 33.785291 ], [ -84.489765, 33.785473 ], [ -84.490164, 33.785664 ], [ -84.490494, 33.785795 ], [ -84.491295, 33.786039 ], [ -84.491809, 33.786174 ], [ -84.492061, 33.786267 ], [ -84.492303, 33.786382 ], [ -84.493013, 33.786763 ], [ -84.493159, 33.786847 ], [ -84.493789, 33.787234 ], [ -84.494423, 33.787782 ], [ -84.494841, 33.788209 ], [ -84.495767, 33.789306 ], [ -84.49619, 33.789857 ], [ -84.496913, 33.790823 ], [ -84.497188, 33.79119 ], [ -84.498048, 33.792095 ], [ -84.49834, 33.792335 ], [ -84.498656, 33.792628 ], [ -84.499018, 33.792892 ], [ -84.499415, 33.793142 ], [ -84.499821, 33.793355 ], [ -84.500289, 33.793563 ], [ -84.500767, 33.793749 ], [ -84.501025, 33.793846 ], [ -84.501262, 33.793935 ], [ -84.501681, 33.794039 ], [ -84.502065, 33.79412 ], [ -84.502424, 33.794171 ], [ -84.502765, 33.794207 ], [ -84.504186, 33.794295 ], [ -84.504615, 33.794325 ], [ -84.504878, 33.794353 ], [ -84.505227, 33.794426 ], [ -84.505541, 33.794505 ], [ -84.505837, 33.794607 ], [ -84.506551, 33.794906 ], [ -84.506595, 33.794922 ], [ -84.507139, 33.79516 ], [ -84.507307, 33.79524 ], [ -84.507911, 33.795532 ], [ -84.507837, 33.795604 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008700", "name": "Census Tract 87, Fulton County, Georgia", "total_population_17": 5178, "white_alone_17": 465.0, "black_alone_17": 4699.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 14.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 7.778, "pct_black_alone_change": -7.12, "pct_native_alone_change": -0.045, "pct_asian_alone_change": -0.159, "pct_hispanic_or_latino_change": -0.41, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+33.7939070", "INTPTLON": "-084.4599967" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.497319, 33.806322 ], [ -84.495332, 33.808404 ], [ -84.495126, 33.808542 ], [ -84.495001, 33.808625 ], [ -84.49263, 33.810205 ], [ -84.49123, 33.811305 ], [ -84.49066, 33.811684 ], [ -84.49063, 33.811705 ], [ -84.48903, 33.812805 ], [ -84.488964, 33.81282 ], [ -84.488798, 33.812537 ], [ -84.487926, 33.811058 ], [ -84.48713, 33.809751 ], [ -84.486519, 33.808676 ], [ -84.486162, 33.808139 ], [ -84.486135, 33.808098 ], [ -84.485921, 33.807831 ], [ -84.485712, 33.807561 ], [ -84.485404, 33.807212 ], [ -84.48509, 33.806934 ], [ -84.484815, 33.806706 ], [ -84.48438, 33.806411 ], [ -84.484039, 33.806223 ], [ -84.483845, 33.80613 ], [ -84.483757, 33.806094 ], [ -84.483295, 33.80593 ], [ -84.482871, 33.805828 ], [ -84.482675, 33.805785 ], [ -84.482418, 33.805739 ], [ -84.482251, 33.805719 ], [ -84.482017, 33.805691 ], [ -84.481611, 33.805666 ], [ -84.481366, 33.805657 ], [ -84.481258, 33.805661 ], [ -84.480523, 33.805699 ], [ -84.479812, 33.805748 ], [ -84.478686, 33.805855 ], [ -84.476506, 33.806018 ], [ -84.475819, 33.806063 ], [ -84.474549, 33.806145 ], [ -84.471041, 33.806313 ], [ -84.469293, 33.806397 ], [ -84.468282, 33.806376 ], [ -84.467733, 33.806414 ], [ -84.467013, 33.806463 ], [ -84.466557, 33.806535 ], [ -84.46632, 33.806572 ], [ -84.465115, 33.806762 ], [ -84.464013, 33.806908 ], [ -84.463523, 33.80694 ], [ -84.463144, 33.806952 ], [ -84.462348, 33.80693 ], [ -84.461772, 33.806931 ], [ -84.461142, 33.806885 ], [ -84.460127, 33.806726 ], [ -84.459695, 33.806607 ], [ -84.459182, 33.8064 ], [ -84.458601, 33.806128 ], [ -84.457631, 33.805251 ], [ -84.457402, 33.805059 ], [ -84.456635, 33.804391 ], [ -84.456624, 33.804373 ], [ -84.455721, 33.803504 ], [ -84.454793, 33.802631 ], [ -84.453503, 33.801453 ], [ -84.453045, 33.801005 ], [ -84.452261, 33.800298 ], [ -84.451803, 33.800001 ], [ -84.45126, 33.799696 ], [ -84.450674, 33.799332 ], [ -84.450396, 33.799183 ], [ -84.449727, 33.798788 ], [ -84.447834, 33.797667 ], [ -84.447258, 33.797278 ], [ -84.445846, 33.796433 ], [ -84.445638, 33.79632 ], [ -84.445138, 33.795912 ], [ -84.444517, 33.795492 ], [ -84.443492, 33.794877 ], [ -84.442419, 33.794164 ], [ -84.440623, 33.79293 ], [ -84.438964, 33.791769 ], [ -84.438146, 33.791233 ], [ -84.437509, 33.790825 ], [ -84.437108, 33.790483 ], [ -84.436351, 33.7898 ], [ -84.435977, 33.789489 ], [ -84.436028, 33.789294 ], [ -84.43606, 33.789226 ], [ -84.436181, 33.788971 ], [ -84.436368, 33.788696 ], [ -84.43659, 33.788397 ], [ -84.43581, 33.788039 ], [ -84.43509, 33.787751 ], [ -84.434473, 33.787469 ], [ -84.433974, 33.787195 ], [ -84.43395, 33.787177 ], [ -84.433602, 33.786916 ], [ -84.433136, 33.78654 ], [ -84.432997, 33.786457 ], [ -84.432905, 33.786403 ], [ -84.432764, 33.786344 ], [ -84.432603, 33.786295 ], [ -84.432436, 33.786263 ], [ -84.432337, 33.786253 ], [ -84.432289, 33.785356 ], [ -84.432242, 33.784743 ], [ -84.432085, 33.783977 ], [ -84.431991, 33.783675 ], [ -84.431847, 33.783237 ], [ -84.431582, 33.782623 ], [ -84.431293, 33.782109 ], [ -84.431065, 33.781759 ], [ -84.430615, 33.781178 ], [ -84.429594, 33.780053 ], [ -84.428443, 33.778736 ], [ -84.427666, 33.777853 ], [ -84.427852, 33.777546 ], [ -84.427953, 33.777503 ], [ -84.428019, 33.777496 ], [ -84.428104, 33.777496 ], [ -84.428203, 33.777448 ], [ -84.428267, 33.777399 ], [ -84.428302, 33.777321 ], [ -84.428349, 33.777298 ], [ -84.428399, 33.777325 ], [ -84.428469, 33.777341 ], [ -84.428496, 33.777286 ], [ -84.428574, 33.777247 ], [ -84.428663, 33.777205 ], [ -84.428748, 33.777131 ], [ -84.428783, 33.777065 ], [ -84.428819, 33.776983 ], [ -84.428923, 33.776904 ], [ -84.429043, 33.776867 ], [ -84.429129, 33.776821 ], [ -84.429156, 33.776797 ], [ -84.429233, 33.776739 ], [ -84.429307, 33.7767 ], [ -84.429361, 33.776662 ], [ -84.429427, 33.776631 ], [ -84.429478, 33.776611 ], [ -84.429544, 33.776565 ], [ -84.42961, 33.776503 ], [ -84.429645, 33.77644 ], [ -84.429687, 33.776371 ], [ -84.429701, 33.776317 ], [ -84.429738, 33.776262 ], [ -84.42978, 33.776192 ], [ -84.429811, 33.776184 ], [ -84.429842, 33.776181 ], [ -84.429876, 33.776185 ], [ -84.429962, 33.77612 ], [ -84.430071, 33.775998 ], [ -84.430172, 33.775878 ], [ -84.430238, 33.775828 ], [ -84.43032, 33.775769 ], [ -84.430444, 33.775719 ], [ -84.430642, 33.775676 ], [ -84.430793, 33.775649 ], [ -84.430933, 33.775614 ], [ -84.431045, 33.775575 ], [ -84.431134, 33.775537 ], [ -84.43115, 33.775521 ], [ -84.431196, 33.775474 ], [ -84.431278, 33.77541 ], [ -84.432403, 33.776329 ], [ -84.432651, 33.776492 ], [ -84.432845, 33.776616 ], [ -84.432985, 33.776651 ], [ -84.433239, 33.776698 ], [ -84.4334, 33.776698 ], [ -84.433524, 33.776698 ], [ -84.433644, 33.776733 ], [ -84.433834, 33.776779 ], [ -84.433958, 33.776806 ], [ -84.434168, 33.77683 ], [ -84.434315, 33.77683 ], [ -84.434518, 33.776822 ], [ -84.434713, 33.776762 ], [ -84.43488, 33.776721 ], [ -84.435083, 33.776758 ], [ -84.435227, 33.776781 ], [ -84.435361, 33.776781 ], [ -84.4355, 33.776762 ], [ -84.435713, 33.776753 ], [ -84.435917, 33.776707 ], [ -84.43619, 33.776591 ], [ -84.436384, 33.776508 ], [ -84.436555, 33.776438 ], [ -84.436768, 33.776383 ], [ -84.43694, 33.776327 ], [ -84.437153, 33.776295 ], [ -84.437407, 33.776211 ], [ -84.437532, 33.776165 ], [ -84.437853, 33.77609 ], [ -84.438332, 33.775966 ], [ -84.438654, 33.775906 ], [ -84.438857, 33.775837 ], [ -84.439015, 33.775802 ], [ -84.439179, 33.775787 ], [ -84.439377, 33.775768 ], [ -84.43954, 33.775753 ], [ -84.439718, 33.775708 ], [ -84.439931, 33.775629 ], [ -84.440119, 33.77552 ], [ -84.440284, 33.775428 ], [ -84.440451, 33.775287 ], [ -84.440575, 33.775253 ], [ -84.440763, 33.775198 ], [ -84.44105, 33.775139 ], [ -84.441238, 33.775154 ], [ -84.441357, 33.775198 ], [ -84.441411, 33.775297 ], [ -84.441407, 33.775416 ], [ -84.441347, 33.775525 ], [ -84.441159, 33.775619 ], [ -84.44101, 33.775683 ], [ -84.440847, 33.775738 ], [ -84.440783, 33.775773 ], [ -84.440689, 33.775827 ], [ -84.4406, 33.775912 ], [ -84.440502, 33.776087 ], [ -84.440494, 33.776145 ], [ -84.440513, 33.776321 ], [ -84.440542, 33.776405 ], [ -84.44063, 33.776559 ], [ -84.440722, 33.776607 ], [ -84.440876, 33.776625 ], [ -84.441026, 33.776633 ], [ -84.441151, 33.776655 ], [ -84.441282, 33.776732 ], [ -84.44133, 33.776827 ], [ -84.441385, 33.776933 ], [ -84.441484, 33.777054 ], [ -84.441623, 33.777182 ], [ -84.441781, 33.777219 ], [ -84.441924, 33.777171 ], [ -84.44207, 33.777094 ], [ -84.442224, 33.77705 ], [ -84.442386, 33.777032 ], [ -84.442499, 33.777018 ], [ -84.442829, 33.776943 ], [ -84.442986, 33.777026 ], [ -84.443042, 33.777253 ], [ -84.443116, 33.777475 ], [ -84.443171, 33.777633 ], [ -84.443204, 33.777804 ], [ -84.443204, 33.778045 ], [ -84.443106, 33.778355 ], [ -84.44294, 33.778665 ], [ -84.443028, 33.77923 ], [ -84.443231, 33.779628 ], [ -84.443489, 33.779788 ], [ -84.443671, 33.779924 ], [ -84.443819, 33.780137 ], [ -84.443977, 33.780295 ], [ -84.444088, 33.780397 ], [ -84.444134, 33.780508 ], [ -84.444245, 33.7806 ], [ -84.444264, 33.780702 ], [ -84.444282, 33.780813 ], [ -84.444292, 33.780906 ], [ -84.444347, 33.781017 ], [ -84.444384, 33.781119 ], [ -84.444393, 33.781221 ], [ -84.444449, 33.781378 ], [ -84.444458, 33.781498 ], [ -84.444458, 33.781637 ], [ -84.444486, 33.781767 ], [ -84.444514, 33.781869 ], [ -84.444579, 33.781971 ], [ -84.444643, 33.782072 ], [ -84.444893, 33.782267 ], [ -84.444986, 33.782452 ], [ -84.445032, 33.78273 ], [ -84.44506, 33.782841 ], [ -84.445088, 33.783193 ], [ -84.445106, 33.78335 ], [ -84.445116, 33.783526 ], [ -84.445278, 33.783693 ], [ -84.445546, 33.783855 ], [ -84.445676, 33.783869 ], [ -84.445917, 33.783832 ], [ -84.44618, 33.783725 ], [ -84.44644, 33.78366 ], [ -84.446592, 33.783637 ], [ -84.446768, 33.783651 ], [ -84.446972, 33.783637 ], [ -84.447092, 33.783591 ], [ -84.447282, 33.783498 ], [ -84.447458, 33.783458 ], [ -84.447611, 33.783475 ], [ -84.447768, 33.783535 ], [ -84.447954, 33.783568 ], [ -84.44831, 33.783489 ], [ -84.448643, 33.783401 ], [ -84.448862, 33.783355 ], [ -84.449602, 33.783147 ], [ -84.449977, 33.783082 ], [ -84.450278, 33.78304 ], [ -84.450463, 33.7831 ], [ -84.450625, 33.783197 ], [ -84.450907, 33.783397 ], [ -84.451051, 33.783503 ], [ -84.451065, 33.783605 ], [ -84.451051, 33.78367 ], [ -84.450829, 33.783725 ], [ -84.450699, 33.783762 ], [ -84.450597, 33.783827 ], [ -84.450495, 33.78392 ], [ -84.45044, 33.783994 ], [ -84.450418, 33.784125 ], [ -84.450421, 33.784262 ], [ -84.4505, 33.784429 ], [ -84.450509, 33.784605 ], [ -84.450509, 33.784753 ], [ -84.450509, 33.784897 ], [ -84.450528, 33.78504 ], [ -84.450532, 33.785165 ], [ -84.450518, 33.785318 ], [ -84.450505, 33.785406 ], [ -84.450505, 33.785466 ], [ -84.450477, 33.785642 ], [ -84.450467, 33.785809 ], [ -84.450467, 33.785938 ], [ -84.450518, 33.786082 ], [ -84.450592, 33.786239 ], [ -84.450634, 33.78636 ], [ -84.450657, 33.786424 ], [ -84.450694, 33.786485 ], [ -84.450768, 33.786637 ], [ -84.450907, 33.786809 ], [ -84.451037, 33.786961 ], [ -84.451167, 33.787008 ], [ -84.451329, 33.787054 ], [ -84.451412, 33.787096 ], [ -84.45156, 33.787197 ], [ -84.451653, 33.787364 ], [ -84.451736, 33.787457 ], [ -84.451768, 33.787512 ], [ -84.451833, 33.787681 ], [ -84.451891, 33.787753 ], [ -84.451984, 33.788056 ], [ -84.452002, 33.78818 ], [ -84.452023, 33.788312 ], [ -84.452023, 33.788475 ], [ -84.452039, 33.788537 ], [ -84.451992, 33.788739 ], [ -84.451845, 33.788878 ], [ -84.45169, 33.789018 ], [ -84.451643, 33.789134 ], [ -84.451581, 33.789258 ], [ -84.451581, 33.789414 ], [ -84.451604, 33.789499 ], [ -84.451666, 33.789623 ], [ -84.45186, 33.789802 ], [ -84.452132, 33.78991 ], [ -84.452427, 33.790065 ], [ -84.452597, 33.790182 ], [ -84.452621, 33.79019 ], [ -84.452732, 33.790302 ], [ -84.455103, 33.790166 ], [ -84.456016, 33.79016 ], [ -84.456111, 33.790143 ], [ -84.456117, 33.789944 ], [ -84.456166, 33.788203 ], [ -84.456368, 33.788226 ], [ -84.45641, 33.786168 ], [ -84.457003, 33.786391 ], [ -84.457114, 33.786458 ], [ -84.457203, 33.786546 ], [ -84.457743, 33.787416 ], [ -84.4578, 33.787607 ], [ -84.457834, 33.78797 ], [ -84.457881, 33.78812 ], [ -84.457963, 33.788263 ], [ -84.458076, 33.788391 ], [ -84.458202, 33.78849 ], [ -84.458694, 33.788732 ], [ -84.459715, 33.789155 ], [ -84.459949, 33.789251 ], [ -84.460159, 33.789362 ], [ -84.460234, 33.789417 ], [ -84.460328, 33.789513 ], [ -84.460438, 33.789673 ], [ -84.460853, 33.790485 ], [ -84.461137, 33.791118 ], [ -84.461157, 33.791132 ], [ -84.461269, 33.791368 ], [ -84.461355, 33.791487 ], [ -84.461531, 33.791646 ], [ -84.462247, 33.792122 ], [ -84.462755, 33.792477 ], [ -84.463531, 33.792992 ], [ -84.463838, 33.793195 ], [ -84.463894, 33.79322 ], [ -84.464807, 33.793447 ], [ -84.464973, 33.793506 ], [ -84.465544, 33.793809 ], [ -84.465958, 33.794056 ], [ -84.466375, 33.794305 ], [ -84.466511, 33.794367 ], [ -84.466667, 33.794416 ], [ -84.467495, 33.794613 ], [ -84.467808, 33.794669 ], [ -84.46799, 33.79469 ], [ -84.468316, 33.794702 ], [ -84.468607, 33.794749 ], [ -84.468725, 33.794751 ], [ -84.468784, 33.794732 ], [ -84.468835, 33.794691 ], [ -84.46919, 33.79419 ], [ -84.469275, 33.794128 ], [ -84.469385, 33.794093 ], [ -84.469592, 33.795743 ], [ -84.469608, 33.795868 ], [ -84.469861, 33.795894 ], [ -84.470282, 33.795797 ], [ -84.471136, 33.795545 ], [ -84.471978, 33.795383 ], [ -84.472379, 33.795266 ], [ -84.472858, 33.795182 ], [ -84.473175, 33.795098 ], [ -84.473421, 33.794975 ], [ -84.473548, 33.794899 ], [ -84.473719, 33.794846 ], [ -84.473907, 33.794736 ], [ -84.474001, 33.794611 ], [ -84.474198, 33.794486 ], [ -84.4743, 33.794421 ], [ -84.474521, 33.794386 ], [ -84.474752, 33.794434 ], [ -84.474935, 33.794521 ], [ -84.475137, 33.794644 ], [ -84.475288, 33.794764 ], [ -84.475388, 33.794875 ], [ -84.475455, 33.79497 ], [ -84.475483, 33.795026 ], [ -84.475503, 33.795054 ], [ -84.475583, 33.795109 ], [ -84.475599, 33.795121 ], [ -84.475746, 33.795272 ], [ -84.475809, 33.795384 ], [ -84.475873, 33.795491 ], [ -84.475948, 33.795618 ], [ -84.476044, 33.79567 ], [ -84.476227, 33.795646 ], [ -84.476378, 33.795539 ], [ -84.476439, 33.795396 ], [ -84.476449, 33.795284 ], [ -84.476445, 33.795233 ], [ -84.476477, 33.795193 ], [ -84.476561, 33.795113 ], [ -84.476644, 33.795074 ], [ -84.476696, 33.795022 ], [ -84.476728, 33.794958 ], [ -84.476795, 33.794732 ], [ -84.476803, 33.794652 ], [ -84.476811, 33.794557 ], [ -84.476819, 33.794481 ], [ -84.476879, 33.794406 ], [ -84.476962, 33.794354 ], [ -84.477058, 33.794334 ], [ -84.477173, 33.794322 ], [ -84.477268, 33.79435 ], [ -84.47742, 33.794442 ], [ -84.477559, 33.794489 ], [ -84.477662, 33.794557 ], [ -84.477714, 33.794676 ], [ -84.477765, 33.794783 ], [ -84.477785, 33.794815 ], [ -84.477833, 33.794919 ], [ -84.477861, 33.794978 ], [ -84.47796, 33.795102 ], [ -84.478103, 33.795197 ], [ -84.478207, 33.795233 ], [ -84.47827, 33.795233 ], [ -84.47836, 33.795219 ], [ -84.478453, 33.795209 ], [ -84.478569, 33.795209 ], [ -84.478664, 33.795209 ], [ -84.478744, 33.795249 ], [ -84.478811, 33.795292 ], [ -84.478867, 33.795396 ], [ -84.478911, 33.795527 ], [ -84.478958, 33.795658 ], [ -84.479026, 33.795765 ], [ -84.479121, 33.795857 ], [ -84.479209, 33.795956 ], [ -84.479348, 33.796107 ], [ -84.479404, 33.79627 ], [ -84.479415, 33.796406 ], [ -84.479431, 33.79653 ], [ -84.479443, 33.796636 ], [ -84.479487, 33.796724 ], [ -84.479658, 33.796891 ], [ -84.479765, 33.797062 ], [ -84.479757, 33.797153 ], [ -84.479853, 33.797249 ], [ -84.479968, 33.797328 ], [ -84.479992, 33.797439 ], [ -84.480036, 33.79753 ], [ -84.48006, 33.797684 ], [ -84.48006, 33.797841 ], [ -84.480051, 33.797971 ], [ -84.48006, 33.798054 ], [ -84.480125, 33.798221 ], [ -84.480143, 33.798295 ], [ -84.480162, 33.798378 ], [ -84.480255, 33.798424 ], [ -84.480338, 33.798415 ], [ -84.480421, 33.798415 ], [ -84.480542, 33.798434 ], [ -84.48069, 33.798489 ], [ -84.480773, 33.798535 ], [ -84.480884, 33.7986 ], [ -84.481157, 33.798665 ], [ -84.481366, 33.798702 ], [ -84.4815, 33.798753 ], [ -84.48169, 33.798795 ], [ -84.481861, 33.798864 ], [ -84.481967, 33.79892 ], [ -84.48215, 33.799019 ], [ -84.482333, 33.799096 ], [ -84.482481, 33.799184 ], [ -84.482667, 33.799276 ], [ -84.482778, 33.799336 ], [ -84.482991, 33.799378 ], [ -84.48318, 33.799415 ], [ -84.483347, 33.799452 ], [ -84.483472, 33.799475 ], [ -84.483555, 33.799489 ], [ -84.483889, 33.799485 ], [ -84.484157, 33.79948 ], [ -84.484347, 33.799434 ], [ -84.484657, 33.799332 ], [ -84.48475, 33.799299 ], [ -84.485023, 33.799207 ], [ -84.485259, 33.799086 ], [ -84.485389, 33.798989 ], [ -84.485495, 33.79892 ], [ -84.48562, 33.798892 ], [ -84.48588, 33.798906 ], [ -84.486009, 33.798985 ], [ -84.486185, 33.799096 ], [ -84.486384, 33.799207 ], [ -84.486481, 33.799244 ], [ -84.487005, 33.79947 ], [ -84.487676, 33.799695 ], [ -84.48819, 33.799932 ], [ -84.488338, 33.800087 ], [ -84.488409, 33.800271 ], [ -84.488466, 33.80042 ], [ -84.488553, 33.800548 ], [ -84.48864, 33.800686 ], [ -84.488819, 33.800886 ], [ -84.488968, 33.801086 ], [ -84.489034, 33.801209 ], [ -84.489065, 33.80128 ], [ -84.489097, 33.801424 ], [ -84.489005, 33.801702 ], [ -84.488903, 33.801924 ], [ -84.488819, 33.802072 ], [ -84.488717, 33.802184 ], [ -84.488653, 33.802295 ], [ -84.488551, 33.802397 ], [ -84.488551, 33.8026 ], [ -84.488542, 33.802758 ], [ -84.488467, 33.802943 ], [ -84.488356, 33.803035 ], [ -84.48823, 33.803105 ], [ -84.488134, 33.803184 ], [ -84.488051, 33.803295 ], [ -84.488044, 33.803453 ], [ -84.488042, 33.803572 ], [ -84.487986, 33.803674 ], [ -84.487816, 33.803881 ], [ -84.487699, 33.804008 ], [ -84.487514, 33.80411 ], [ -84.487384, 33.804193 ], [ -84.487217, 33.804258 ], [ -84.487116, 33.804304 ], [ -84.487023, 33.804434 ], [ -84.487032, 33.804545 ], [ -84.487106, 33.804665 ], [ -84.487162, 33.80473 ], [ -84.487264, 33.804906 ], [ -84.487403, 33.805054 ], [ -84.487542, 33.805239 ], [ -84.487699, 33.805369 ], [ -84.487745, 33.805378 ], [ -84.487958, 33.805489 ], [ -84.488106, 33.805563 ], [ -84.488477, 33.805489 ], [ -84.48869, 33.805406 ], [ -84.488847, 33.805406 ], [ -84.489079, 33.805397 ], [ -84.489255, 33.805424 ], [ -84.489449, 33.805489 ], [ -84.489643, 33.805471 ], [ -84.48981, 33.805424 ], [ -84.489856, 33.805406 ], [ -84.489994, 33.805364 ], [ -84.49033, 33.805387 ], [ -84.490485, 33.805398 ], [ -84.490745, 33.80535 ], [ -84.490847, 33.805313 ], [ -84.490986, 33.805332 ], [ -84.491171, 33.805397 ], [ -84.491532, 33.805591 ], [ -84.491717, 33.805674 ], [ -84.491875, 33.805748 ], [ -84.492162, 33.805869 ], [ -84.492245, 33.805906 ], [ -84.492412, 33.805943 ], [ -84.492551, 33.805961 ], [ -84.49305, 33.805993 ], [ -84.493297, 33.805975 ], [ -84.493819, 33.80611 ], [ -84.494134, 33.806156 ], [ -84.494421, 33.806221 ], [ -84.494625, 33.806258 ], [ -84.494958, 33.806239 ], [ -84.495162, 33.806193 ], [ -84.495319, 33.806156 ], [ -84.495532, 33.806119 ], [ -84.49569, 33.806091 ], [ -84.49593, 33.806072 ], [ -84.496931, 33.806205 ], [ -84.497319, 33.806322 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008800", "name": "Census Tract 88, Fulton County, Georgia", "total_population_17": 4665, "white_alone_17": 2718.0, "black_alone_17": 978.0, "native_alone_17": 0.0, "asian_alone_17": 118.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 576.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 20.745, "pct_black_alone_change": -27.563, "pct_native_alone_change": -0.605, "pct_asian_alone_change": 2.025, "pct_hispanic_or_latino_change": -0.395, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+33.8123521", "INTPTLON": "-084.4590717" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.488964, 33.81282 ], [ -84.48553, 33.813605 ], [ -84.48333, 33.814705 ], [ -84.48023, 33.817205 ], [ -84.480134, 33.817319 ], [ -84.47803, 33.819805 ], [ -84.47563, 33.822005 ], [ -84.47133, 33.825905 ], [ -84.469426, 33.826889 ], [ -84.469403, 33.826901 ], [ -84.46843, 33.827404 ], [ -84.463293, 33.827113 ], [ -84.463129, 33.827104 ], [ -84.459329, 33.825004 ], [ -84.457881, 33.824578 ], [ -84.457714, 33.824151 ], [ -84.457683, 33.824079 ], [ -84.457518, 33.823649 ], [ -84.457425, 33.823457 ], [ -84.457324, 33.82328 ], [ -84.457139, 33.823009 ], [ -84.456932, 33.822758 ], [ -84.456799, 33.82262 ], [ -84.456657, 33.822486 ], [ -84.456497, 33.822351 ], [ -84.454677, 33.821261 ], [ -84.454021, 33.820868 ], [ -84.453857, 33.820764 ], [ -84.453602, 33.820603 ], [ -84.453325, 33.820449 ], [ -84.452848, 33.820142 ], [ -84.448542, 33.817768 ], [ -84.447239, 33.817048 ], [ -84.446746, 33.816776 ], [ -84.446106, 33.816425 ], [ -84.445879, 33.816309 ], [ -84.445792, 33.816264 ], [ -84.445471, 33.816113 ], [ -84.445171, 33.815982 ], [ -84.444832, 33.815845 ], [ -84.444487, 33.815719 ], [ -84.444172, 33.815614 ], [ -84.443747, 33.815486 ], [ -84.441934, 33.814983 ], [ -84.441603, 33.814872 ], [ -84.441283, 33.814738 ], [ -84.441038, 33.814614 ], [ -84.440748, 33.814441 ], [ -84.440521, 33.814282 ], [ -84.440323, 33.814122 ], [ -84.440178, 33.81399 ], [ -84.439997, 33.813805 ], [ -84.439872, 33.813659 ], [ -84.439745, 33.813494 ], [ -84.439628, 33.813321 ], [ -84.439524, 33.813143 ], [ -84.439431, 33.81296 ], [ -84.43933, 33.812714 ], [ -84.43925, 33.812463 ], [ -84.438758, 33.810464 ], [ -84.438628, 33.809936 ], [ -84.438281, 33.808529 ], [ -84.438197, 33.808186 ], [ -84.438105, 33.807845 ], [ -84.438005, 33.807525 ], [ -84.437318, 33.805474 ], [ -84.436316, 33.802479 ], [ -84.43616, 33.802037 ], [ -84.435985, 33.801612 ], [ -84.435742, 33.801102 ], [ -84.435462, 33.800598 ], [ -84.432622, 33.795896 ], [ -84.432236, 33.795273 ], [ -84.431879, 33.7947 ], [ -84.430327, 33.792151 ], [ -84.4299, 33.791462 ], [ -84.429437, 33.790714 ], [ -84.42877, 33.789643 ], [ -84.428643, 33.789426 ], [ -84.428457, 33.789055 ], [ -84.428302, 33.788667 ], [ -84.428253, 33.788518 ], [ -84.428188, 33.788295 ], [ -84.428135, 33.78807 ], [ -84.427991, 33.787314 ], [ -84.427962, 33.787161 ], [ -84.427933, 33.787009 ], [ -84.427904, 33.786879 ], [ -84.427889, 33.786825 ], [ -84.427886, 33.786768 ], [ -84.427876, 33.786617 ], [ -84.427856, 33.786325 ], [ -84.428435, 33.78632 ], [ -84.430325, 33.786283 ], [ -84.432289, 33.786249 ], [ -84.432337, 33.786253 ], [ -84.432436, 33.786263 ], [ -84.432603, 33.786295 ], [ -84.432764, 33.786344 ], [ -84.432905, 33.786403 ], [ -84.432997, 33.786457 ], [ -84.433136, 33.78654 ], [ -84.433602, 33.786916 ], [ -84.43395, 33.787177 ], [ -84.433974, 33.787195 ], [ -84.434473, 33.787469 ], [ -84.43509, 33.787751 ], [ -84.43581, 33.788039 ], [ -84.43659, 33.788397 ], [ -84.436368, 33.788696 ], [ -84.436181, 33.788971 ], [ -84.43606, 33.789226 ], [ -84.436028, 33.789294 ], [ -84.435977, 33.789489 ], [ -84.436351, 33.7898 ], [ -84.437108, 33.790483 ], [ -84.437509, 33.790825 ], [ -84.438146, 33.791233 ], [ -84.438964, 33.791769 ], [ -84.440623, 33.79293 ], [ -84.442419, 33.794164 ], [ -84.443492, 33.794877 ], [ -84.444517, 33.795492 ], [ -84.445138, 33.795912 ], [ -84.445638, 33.79632 ], [ -84.445846, 33.796433 ], [ -84.447258, 33.797278 ], [ -84.447834, 33.797667 ], [ -84.449727, 33.798788 ], [ -84.450396, 33.799183 ], [ -84.450674, 33.799332 ], [ -84.45126, 33.799696 ], [ -84.451803, 33.800001 ], [ -84.452261, 33.800298 ], [ -84.453045, 33.801005 ], [ -84.453503, 33.801453 ], [ -84.454793, 33.802631 ], [ -84.455721, 33.803504 ], [ -84.456624, 33.804373 ], [ -84.456635, 33.804391 ], [ -84.457402, 33.805059 ], [ -84.457631, 33.805251 ], [ -84.458601, 33.806128 ], [ -84.459182, 33.8064 ], [ -84.459695, 33.806607 ], [ -84.460127, 33.806726 ], [ -84.461142, 33.806885 ], [ -84.461772, 33.806931 ], [ -84.462348, 33.80693 ], [ -84.463144, 33.806952 ], [ -84.463523, 33.80694 ], [ -84.464013, 33.806908 ], [ -84.465115, 33.806762 ], [ -84.46632, 33.806572 ], [ -84.466557, 33.806535 ], [ -84.467013, 33.806463 ], [ -84.467733, 33.806414 ], [ -84.468282, 33.806376 ], [ -84.469293, 33.806397 ], [ -84.471041, 33.806313 ], [ -84.474549, 33.806145 ], [ -84.475819, 33.806063 ], [ -84.476506, 33.806018 ], [ -84.478686, 33.805855 ], [ -84.479812, 33.805748 ], [ -84.480523, 33.805699 ], [ -84.481258, 33.805661 ], [ -84.481366, 33.805657 ], [ -84.481611, 33.805666 ], [ -84.482017, 33.805691 ], [ -84.482251, 33.805719 ], [ -84.482418, 33.805739 ], [ -84.482675, 33.805785 ], [ -84.482871, 33.805828 ], [ -84.483295, 33.80593 ], [ -84.483757, 33.806094 ], [ -84.483845, 33.80613 ], [ -84.484039, 33.806223 ], [ -84.48438, 33.806411 ], [ -84.484815, 33.806706 ], [ -84.48509, 33.806934 ], [ -84.485404, 33.807212 ], [ -84.485712, 33.807561 ], [ -84.485921, 33.807831 ], [ -84.486135, 33.808098 ], [ -84.486162, 33.808139 ], [ -84.486519, 33.808676 ], [ -84.48713, 33.809751 ], [ -84.487926, 33.811058 ], [ -84.488798, 33.812537 ], [ -84.488964, 33.81282 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008902", "name": "Census Tract 89.02, Fulton County, Georgia", "total_population_17": 6766, "white_alone_17": 3707.0, "black_alone_17": 1957.0, "native_alone_17": 59.0, "asian_alone_17": 541.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 363.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -14.11, "pct_black_alone_change": 12.11, "pct_native_alone_change": 0.523, "pct_asian_alone_change": 1.488, "pct_hispanic_or_latino_change": -1.695, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7984651", "INTPTLON": "-084.4194299" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.438758, 33.810464 ], [ -84.437962, 33.809885 ], [ -84.437297, 33.809458 ], [ -84.436259, 33.808791 ], [ -84.436166, 33.808731 ], [ -84.435569, 33.808342 ], [ -84.435218, 33.808765 ], [ -84.435026, 33.808974 ], [ -84.434819, 33.809166 ], [ -84.43465, 33.809302 ], [ -84.434496, 33.809417 ], [ -84.432319, 33.811046 ], [ -84.432151, 33.811196 ], [ -84.432064, 33.811207 ], [ -84.431705, 33.811258 ], [ -84.431573, 33.811298 ], [ -84.43145, 33.811354 ], [ -84.431305, 33.811452 ], [ -84.431116, 33.811626 ], [ -84.430818, 33.811899 ], [ -84.430697, 33.811989 ], [ -84.430574, 33.812054 ], [ -84.43044, 33.812102 ], [ -84.430299, 33.812132 ], [ -84.430155, 33.812143 ], [ -84.428732, 33.812059 ], [ -84.428394, 33.81202 ], [ -84.428211, 33.811985 ], [ -84.428021, 33.811939 ], [ -84.427845, 33.811885 ], [ -84.427674, 33.811823 ], [ -84.427468, 33.811735 ], [ -84.426632, 33.811288 ], [ -84.425945, 33.811271 ], [ -84.424699, 33.811296 ], [ -84.424553, 33.811284 ], [ -84.424411, 33.811252 ], [ -84.424246, 33.811185 ], [ -84.424103, 33.81109 ], [ -84.423598, 33.810589 ], [ -84.423459, 33.810472 ], [ -84.423295, 33.810365 ], [ -84.423063, 33.81025 ], [ -84.422908, 33.810183 ], [ -84.422697, 33.810108 ], [ -84.422452, 33.810043 ], [ -84.422317, 33.810022 ], [ -84.422181, 33.81001 ], [ -84.421845, 33.810013 ], [ -84.421006, 33.810041 ], [ -84.419312, 33.810161 ], [ -84.419077, 33.810178 ], [ -84.418741, 33.810192 ], [ -84.418376, 33.809612 ], [ -84.418091, 33.809204 ], [ -84.417786, 33.808823 ], [ -84.417661, 33.808673 ], [ -84.417366, 33.808319 ], [ -84.41693, 33.807897 ], [ -84.416311, 33.807365 ], [ -84.415754, 33.806887 ], [ -84.415379, 33.806651 ], [ -84.415035, 33.806432 ], [ -84.414255, 33.805959 ], [ -84.413211, 33.805397 ], [ -84.41251, 33.804979 ], [ -84.411053, 33.804344 ], [ -84.410418, 33.804068 ], [ -84.40934, 33.803672 ], [ -84.408286, 33.803276 ], [ -84.407806, 33.8031 ], [ -84.40775, 33.803081 ], [ -84.407311, 33.802899 ], [ -84.406754, 33.802691 ], [ -84.406105, 33.802469 ], [ -84.405578, 33.80232 ], [ -84.404984, 33.802171 ], [ -84.404737, 33.802122 ], [ -84.404187, 33.801968 ], [ -84.404127, 33.801957 ], [ -84.403626, 33.80185 ], [ -84.402128, 33.801596 ], [ -84.401317, 33.801489 ], [ -84.400509, 33.801345 ], [ -84.400399, 33.801325 ], [ -84.399604, 33.80117 ], [ -84.399117, 33.801063 ], [ -84.39881, 33.800985 ], [ -84.398389, 33.800831 ], [ -84.398375, 33.800825 ], [ -84.397821, 33.800573 ], [ -84.397629, 33.800467 ], [ -84.397382, 33.800317 ], [ -84.397185, 33.800156 ], [ -84.39698, 33.800014 ], [ -84.396825, 33.79989 ], [ -84.396796, 33.799855 ], [ -84.396624, 33.799651 ], [ -84.39651, 33.799525 ], [ -84.396128, 33.799094 ], [ -84.395994, 33.798879 ], [ -84.395809, 33.798543 ], [ -84.395502, 33.797986 ], [ -84.395358, 33.797762 ], [ -84.395204, 33.797553 ], [ -84.395029, 33.797344 ], [ -84.395194, 33.797211 ], [ -84.395361, 33.797076 ], [ -84.396014, 33.796549 ], [ -84.399067, 33.794225 ], [ -84.39979, 33.793601 ], [ -84.400592, 33.79291 ], [ -84.400856, 33.792707 ], [ -84.401578, 33.792153 ], [ -84.401629, 33.792122 ], [ -84.402302, 33.791652 ], [ -84.402997, 33.791233 ], [ -84.403837, 33.790766 ], [ -84.404494, 33.790388 ], [ -84.404871, 33.790173 ], [ -84.405791, 33.789684 ], [ -84.406534, 33.789262 ], [ -84.407645, 33.788589 ], [ -84.407666, 33.788576 ], [ -84.408278, 33.7882 ], [ -84.408878, 33.787818 ], [ -84.409516, 33.787435 ], [ -84.410575, 33.786913 ], [ -84.410976, 33.786737 ], [ -84.411682, 33.786479 ], [ -84.413097, 33.785968 ], [ -84.413435, 33.785853 ], [ -84.413866, 33.785691 ], [ -84.414212, 33.785508 ], [ -84.414378, 33.785403 ], [ -84.414498, 33.785319 ], [ -84.414711, 33.785141 ], [ -84.414883, 33.784958 ], [ -84.414971, 33.784851 ], [ -84.415026, 33.784768 ], [ -84.415116, 33.784604 ], [ -84.415225, 33.784379 ], [ -84.415256, 33.784271 ], [ -84.41529, 33.784085 ], [ -84.415298, 33.783977 ], [ -84.415264, 33.783478 ], [ -84.415231, 33.783233 ], [ -84.414973, 33.782232 ], [ -84.4149, 33.782022 ], [ -84.414759, 33.781726 ], [ -84.414617, 33.781486 ], [ -84.414419, 33.781235 ], [ -84.415489, 33.782215 ], [ -84.415866, 33.78256 ], [ -84.416527, 33.783208 ], [ -84.417489, 33.784102 ], [ -84.417988, 33.784552 ], [ -84.418087, 33.784615 ], [ -84.418366, 33.784804 ], [ -84.418658, 33.784967 ], [ -84.418949, 33.785118 ], [ -84.41937, 33.785284 ], [ -84.419799, 33.785407 ], [ -84.420763, 33.785659 ], [ -84.421522, 33.785866 ], [ -84.423018, 33.786244 ], [ -84.423182, 33.786288 ], [ -84.423801, 33.786456 ], [ -84.424104, 33.786553 ], [ -84.424341, 33.786605 ], [ -84.424894, 33.786655 ], [ -84.425423, 33.786695 ], [ -84.425667, 33.786802 ], [ -84.426043, 33.786966 ], [ -84.426721, 33.787262 ], [ -84.426926, 33.787239 ], [ -84.42711, 33.787228 ], [ -84.427549, 33.787237 ], [ -84.427991, 33.787314 ], [ -84.428135, 33.78807 ], [ -84.428188, 33.788295 ], [ -84.428253, 33.788518 ], [ -84.428302, 33.788667 ], [ -84.428457, 33.789055 ], [ -84.428643, 33.789426 ], [ -84.42877, 33.789643 ], [ -84.429437, 33.790714 ], [ -84.4299, 33.791462 ], [ -84.430327, 33.792151 ], [ -84.431879, 33.7947 ], [ -84.432236, 33.795273 ], [ -84.432622, 33.795896 ], [ -84.435462, 33.800598 ], [ -84.435742, 33.801102 ], [ -84.435985, 33.801612 ], [ -84.43616, 33.802037 ], [ -84.436316, 33.802479 ], [ -84.437318, 33.805474 ], [ -84.438005, 33.807525 ], [ -84.438105, 33.807845 ], [ -84.438197, 33.808186 ], [ -84.438281, 33.808529 ], [ -84.438628, 33.809936 ], [ -84.438758, 33.810464 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008903", "name": "Census Tract 89.03, Fulton County, Georgia", "total_population_17": 1824, "white_alone_17": 435.0, "black_alone_17": 579.0, "native_alone_17": 0.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 715.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -30.537, "pct_black_alone_change": 4.834, "pct_native_alone_change": -0.311, "pct_asian_alone_change": 1.249, "pct_hispanic_or_latino_change": 23.292, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8165522", "INTPTLON": "-084.4402752" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.457881, 33.824578 ], [ -84.457629, 33.824504 ], [ -84.455876, 33.82577 ], [ -84.455493, 33.825537 ], [ -84.454638, 33.825027 ], [ -84.452243, 33.823611 ], [ -84.451439, 33.823188 ], [ -84.4508, 33.822882 ], [ -84.450079, 33.822608 ], [ -84.44956, 33.822397 ], [ -84.448705, 33.82205 ], [ -84.447041, 33.821403 ], [ -84.442962, 33.819801 ], [ -84.442338, 33.819557 ], [ -84.441164, 33.819079 ], [ -84.440952, 33.818946 ], [ -84.440635, 33.818721 ], [ -84.439801, 33.818152 ], [ -84.437648, 33.816557 ], [ -84.436793, 33.815796 ], [ -84.436237, 33.815446 ], [ -84.435964, 33.815176 ], [ -84.435725, 33.81494 ], [ -84.435131, 33.814499 ], [ -84.432472, 33.812646 ], [ -84.431917, 33.812263 ], [ -84.431877, 33.812231 ], [ -84.431718, 33.812104 ], [ -84.431116, 33.811626 ], [ -84.431305, 33.811452 ], [ -84.43145, 33.811354 ], [ -84.431573, 33.811298 ], [ -84.431705, 33.811258 ], [ -84.432064, 33.811207 ], [ -84.432151, 33.811196 ], [ -84.432319, 33.811046 ], [ -84.434496, 33.809417 ], [ -84.43465, 33.809302 ], [ -84.434819, 33.809166 ], [ -84.435026, 33.808974 ], [ -84.435218, 33.808765 ], [ -84.435569, 33.808342 ], [ -84.436166, 33.808731 ], [ -84.436259, 33.808791 ], [ -84.437297, 33.809458 ], [ -84.437962, 33.809885 ], [ -84.438758, 33.810464 ], [ -84.43925, 33.812463 ], [ -84.43933, 33.812714 ], [ -84.439431, 33.81296 ], [ -84.439524, 33.813143 ], [ -84.439628, 33.813321 ], [ -84.439745, 33.813494 ], [ -84.439872, 33.813659 ], [ -84.439997, 33.813805 ], [ -84.440178, 33.81399 ], [ -84.440323, 33.814122 ], [ -84.440521, 33.814282 ], [ -84.440748, 33.814441 ], [ -84.441038, 33.814614 ], [ -84.441283, 33.814738 ], [ -84.441603, 33.814872 ], [ -84.441934, 33.814983 ], [ -84.443747, 33.815486 ], [ -84.444172, 33.815614 ], [ -84.444487, 33.815719 ], [ -84.444832, 33.815845 ], [ -84.445171, 33.815982 ], [ -84.445471, 33.816113 ], [ -84.445792, 33.816264 ], [ -84.445879, 33.816309 ], [ -84.446106, 33.816425 ], [ -84.446746, 33.816776 ], [ -84.447239, 33.817048 ], [ -84.448542, 33.817768 ], [ -84.452848, 33.820142 ], [ -84.453325, 33.820449 ], [ -84.453602, 33.820603 ], [ -84.453857, 33.820764 ], [ -84.454021, 33.820868 ], [ -84.454677, 33.821261 ], [ -84.456497, 33.822351 ], [ -84.456657, 33.822486 ], [ -84.456799, 33.82262 ], [ -84.456932, 33.822758 ], [ -84.457139, 33.823009 ], [ -84.457324, 33.82328 ], [ -84.457425, 33.823457 ], [ -84.457518, 33.823649 ], [ -84.457683, 33.824079 ], [ -84.457714, 33.824151 ], [ -84.457881, 33.824578 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121008904", "name": "Census Tract 89.04, Fulton County, Georgia", "total_population_17": 4889, "white_alone_17": 3704.0, "black_alone_17": 587.0, "native_alone_17": 0.0, "asian_alone_17": 303.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 177.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 21.376, "pct_black_alone_change": -14.902, "pct_native_alone_change": -0.311, "pct_asian_alone_change": 4.103, "pct_hispanic_or_latino_change": -12.288, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8192698", "INTPTLON": "-084.4330314" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.455829, 33.825804 ], [ -84.455658, 33.826316 ], [ -84.455544, 33.826656 ], [ -84.455493, 33.826808 ], [ -84.455431, 33.826997 ], [ -84.455428, 33.827016 ], [ -84.455085, 33.826909 ], [ -84.454267, 33.826968 ], [ -84.451923, 33.827139 ], [ -84.450886, 33.826913 ], [ -84.449813, 33.826527 ], [ -84.449727, 33.826509 ], [ -84.449585, 33.826437 ], [ -84.449404, 33.826354 ], [ -84.449306, 33.826317 ], [ -84.449205, 33.826285 ], [ -84.449102, 33.826258 ], [ -84.448997, 33.826236 ], [ -84.448891, 33.826219 ], [ -84.448676, 33.826201 ], [ -84.448568, 33.826201 ], [ -84.448461, 33.826206 ], [ -84.448353, 33.826217 ], [ -84.44825, 33.826243 ], [ -84.448154, 33.826283 ], [ -84.448067, 33.826337 ], [ -84.447993, 33.826403 ], [ -84.447879, 33.826555 ], [ -84.447831, 33.826636 ], [ -84.447791, 33.82672 ], [ -84.447759, 33.826806 ], [ -84.447735, 33.826894 ], [ -84.447719, 33.826983 ], [ -84.447712, 33.827073 ], [ -84.447736, 33.827764 ], [ -84.447765, 33.827964 ], [ -84.447774, 33.828144 ], [ -84.447768, 33.828324 ], [ -84.447746, 33.828503 ], [ -84.447709, 33.828681 ], [ -84.447538, 33.82932 ], [ -84.447477, 33.829466 ], [ -84.447437, 33.82955 ], [ -84.447345, 33.829713 ], [ -84.447239, 33.82987 ], [ -84.447119, 33.830019 ], [ -84.446986, 33.830161 ], [ -84.44684, 33.830294 ], [ -84.446038, 33.831364 ], [ -84.44542, 33.831964 ], [ -84.445345, 33.832003 ], [ -84.445244, 33.832035 ], [ -84.445139, 33.832053 ], [ -84.445031, 33.832056 ], [ -84.444924, 33.832044 ], [ -84.44482, 33.832018 ], [ -84.444724, 33.831979 ], [ -84.444636, 33.831926 ], [ -84.44456, 33.831863 ], [ -84.444184, 33.83165 ], [ -84.443837, 33.831435 ], [ -84.4435, 33.83121 ], [ -84.443174, 33.830973 ], [ -84.44286, 33.830726 ], [ -84.442722, 33.830603 ], [ -84.442664, 33.830528 ], [ -84.442617, 33.830447 ], [ -84.442582, 33.830361 ], [ -84.442561, 33.830273 ], [ -84.442553, 33.830183 ], [ -84.442558, 33.830093 ], [ -84.442577, 33.830004 ], [ -84.442609, 33.829918 ], [ -84.442653, 33.829836 ], [ -84.442941, 33.829461 ], [ -84.443118, 33.82923 ], [ -84.443757, 33.828186 ], [ -84.44384, 33.82807 ], [ -84.443888, 33.827989 ], [ -84.443929, 33.827906 ], [ -84.443963, 33.82782 ], [ -84.443991, 33.827733 ], [ -84.444011, 33.827645 ], [ -84.444024, 33.827555 ], [ -84.444019, 33.827465 ], [ -84.443998, 33.827377 ], [ -84.443962, 33.827292 ], [ -84.443911, 33.827213 ], [ -84.443846, 33.827141 ], [ -84.443769, 33.827078 ], [ -84.443682, 33.827025 ], [ -84.443586, 33.826984 ], [ -84.443456, 33.826948 ], [ -84.443359, 33.826907 ], [ -84.443271, 33.826855 ], [ -84.443191, 33.826795 ], [ -84.443122, 33.826725 ], [ -84.443065, 33.826649 ], [ -84.442937, 33.826387 ], [ -84.442867, 33.826291 ], [ -84.442577, 33.825894 ], [ -84.442442, 33.825736 ], [ -84.442239, 33.825525 ], [ -84.442105, 33.825403 ], [ -84.44202, 33.825326 ], [ -84.441938, 33.825267 ], [ -84.441851, 33.825214 ], [ -84.44176, 33.825166 ], [ -84.441664, 33.825124 ], [ -84.441565, 33.825088 ], [ -84.441463, 33.825059 ], [ -84.441417, 33.825048 ], [ -84.441359, 33.825035 ], [ -84.441147, 33.825 ], [ -84.440848, 33.82494 ], [ -84.440412, 33.824853 ], [ -84.440203, 33.824808 ], [ -84.440038, 33.82475 ], [ -84.439757, 33.824653 ], [ -84.439455, 33.824549 ], [ -84.439252, 33.824488 ], [ -84.439045, 33.824436 ], [ -84.438835, 33.824393 ], [ -84.438728, 33.824383 ], [ -84.43862, 33.824382 ], [ -84.438513, 33.824391 ], [ -84.438478, 33.824397 ], [ -84.438407, 33.824409 ], [ -84.4381, 33.824496 ], [ -84.437903, 33.824569 ], [ -84.437713, 33.824655 ], [ -84.437621, 33.824702 ], [ -84.437266, 33.824908 ], [ -84.43692, 33.825123 ], [ -84.436499, 33.825405 ], [ -84.436235, 33.825563 ], [ -84.43596, 33.825705 ], [ -84.43577, 33.825791 ], [ -84.435682, 33.825843 ], [ -84.4356, 33.825901 ], [ -84.435525, 33.825967 ], [ -84.435459, 33.826038 ], [ -84.435401, 33.826114 ], [ -84.435353, 33.826194 ], [ -84.435281, 33.826261 ], [ -84.435197, 33.826318 ], [ -84.435103, 33.826362 ], [ -84.435, 33.826389 ], [ -84.434893, 33.826397 ], [ -84.434786, 33.826386 ], [ -84.434684, 33.826356 ], [ -84.434585, 33.826321 ], [ -84.434489, 33.826279 ], [ -84.434398, 33.82623 ], [ -84.434313, 33.826175 ], [ -84.434233, 33.826115 ], [ -84.434159, 33.826049 ], [ -84.434093, 33.825978 ], [ -84.434034, 33.825902 ], [ -84.433982, 33.825823 ], [ -84.433774, 33.825549 ], [ -84.433669, 33.825293 ], [ -84.43361, 33.82512 ], [ -84.433541, 33.824856 ], [ -84.433507, 33.824678 ], [ -84.433475, 33.824409 ], [ -84.433481, 33.824311 ], [ -84.433474, 33.824221 ], [ -84.433454, 33.824132 ], [ -84.433421, 33.824046 ], [ -84.433377, 33.823964 ], [ -84.433317, 33.82389 ], [ -84.433306, 33.82388 ], [ -84.433243, 33.823824 ], [ -84.433158, 33.823768 ], [ -84.433064, 33.823724 ], [ -84.432963, 33.823694 ], [ -84.432857, 33.823676 ], [ -84.432749, 33.823673 ], [ -84.432642, 33.823684 ], [ -84.432538, 33.823709 ], [ -84.432399, 33.823726 ], [ -84.432291, 33.823732 ], [ -84.432183, 33.82373 ], [ -84.432075, 33.823721 ], [ -84.431969, 33.823706 ], [ -84.431864, 33.823684 ], [ -84.431761, 33.823657 ], [ -84.431661, 33.823625 ], [ -84.431562, 33.823588 ], [ -84.431466, 33.823546 ], [ -84.431285, 33.823449 ], [ -84.431199, 33.823394 ], [ -84.431118, 33.823335 ], [ -84.43104, 33.823272 ], [ -84.4309, 33.823135 ], [ -84.430698, 33.822965 ], [ -84.430536, 33.822846 ], [ -84.430366, 33.822735 ], [ -84.430189, 33.822632 ], [ -84.430005, 33.822538 ], [ -84.429814, 33.822454 ], [ -84.429618, 33.822397 ], [ -84.429514, 33.822374 ], [ -84.429301, 33.822342 ], [ -84.42928, 33.822341 ], [ -84.429194, 33.822334 ], [ -84.429086, 33.822337 ], [ -84.428979, 33.822351 ], [ -84.428876, 33.822375 ], [ -84.428776, 33.82241 ], [ -84.428682, 33.822455 ], [ -84.428596, 33.822509 ], [ -84.428518, 33.822572 ], [ -84.42845, 33.822641 ], [ -84.428372, 33.82277 ], [ -84.428259, 33.822923 ], [ -84.428129, 33.823067 ], [ -84.427984, 33.8232 ], [ -84.427827, 33.823324 ], [ -84.427658, 33.823436 ], [ -84.427479, 33.823537 ], [ -84.427291, 33.823625 ], [ -84.427095, 33.823701 ], [ -84.426994, 33.823734 ], [ -84.4265, 33.823957 ], [ -84.426378, 33.824012 ], [ -84.426256, 33.824055 ], [ -84.426063, 33.824135 ], [ -84.425877, 33.824227 ], [ -84.425699, 33.824329 ], [ -84.42553, 33.824441 ], [ -84.425372, 33.824564 ], [ -84.425266, 33.824636 ], [ -84.425088, 33.824738 ], [ -84.424898, 33.824824 ], [ -84.4247, 33.824895 ], [ -84.424596, 33.824921 ], [ -84.424491, 33.824941 ], [ -84.424385, 33.824955 ], [ -84.424277, 33.824962 ], [ -84.424169, 33.824962 ], [ -84.4241, 33.824959 ], [ -84.424061, 33.824956 ], [ -84.423954, 33.824943 ], [ -84.423849, 33.824924 ], [ -84.423825, 33.824918 ], [ -84.423783, 33.824785 ], [ -84.423738, 33.824641 ], [ -84.423507, 33.823974 ], [ -84.423298, 33.823301 ], [ -84.423086, 33.822466 ], [ -84.422752, 33.820843 ], [ -84.422621, 33.820096 ], [ -84.42239, 33.818964 ], [ -84.422322, 33.818669 ], [ -84.42223, 33.818275 ], [ -84.421961, 33.817302 ], [ -84.421916, 33.81714 ], [ -84.421528, 33.815918 ], [ -84.421075, 33.814769 ], [ -84.42055, 33.813479 ], [ -84.420065, 33.812522 ], [ -84.419892, 33.812181 ], [ -84.419066, 33.810705 ], [ -84.418741, 33.810192 ], [ -84.419077, 33.810178 ], [ -84.419312, 33.810161 ], [ -84.421006, 33.810041 ], [ -84.421845, 33.810013 ], [ -84.422181, 33.81001 ], [ -84.422317, 33.810022 ], [ -84.422452, 33.810043 ], [ -84.422697, 33.810108 ], [ -84.422908, 33.810183 ], [ -84.423063, 33.81025 ], [ -84.423295, 33.810365 ], [ -84.423459, 33.810472 ], [ -84.423598, 33.810589 ], [ -84.424103, 33.81109 ], [ -84.424246, 33.811185 ], [ -84.424411, 33.811252 ], [ -84.424553, 33.811284 ], [ -84.424699, 33.811296 ], [ -84.425945, 33.811271 ], [ -84.426632, 33.811288 ], [ -84.427468, 33.811735 ], [ -84.427674, 33.811823 ], [ -84.427845, 33.811885 ], [ -84.428021, 33.811939 ], [ -84.428211, 33.811985 ], [ -84.428394, 33.81202 ], [ -84.428732, 33.812059 ], [ -84.430155, 33.812143 ], [ -84.430299, 33.812132 ], [ -84.43044, 33.812102 ], [ -84.430574, 33.812054 ], [ -84.430697, 33.811989 ], [ -84.430818, 33.811899 ], [ -84.431116, 33.811626 ], [ -84.431718, 33.812104 ], [ -84.431877, 33.812231 ], [ -84.431917, 33.812263 ], [ -84.432472, 33.812646 ], [ -84.435131, 33.814499 ], [ -84.435725, 33.81494 ], [ -84.435964, 33.815176 ], [ -84.436237, 33.815446 ], [ -84.436793, 33.815796 ], [ -84.437648, 33.816557 ], [ -84.439801, 33.818152 ], [ -84.440635, 33.818721 ], [ -84.440952, 33.818946 ], [ -84.441164, 33.819079 ], [ -84.442338, 33.819557 ], [ -84.442962, 33.819801 ], [ -84.447041, 33.821403 ], [ -84.448705, 33.82205 ], [ -84.44956, 33.822397 ], [ -84.450079, 33.822608 ], [ -84.4508, 33.822882 ], [ -84.451439, 33.823188 ], [ -84.452243, 33.823611 ], [ -84.454638, 33.825027 ], [ -84.455493, 33.825537 ], [ -84.455876, 33.82577 ], [ -84.455829, 33.825804 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009000", "name": "Census Tract 90, Fulton County, Georgia", "total_population_17": 5248, "white_alone_17": 4068.0, "black_alone_17": 424.0, "native_alone_17": 6.0, "asian_alone_17": 431.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 210.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -14.406, "pct_black_alone_change": 3.47, "pct_native_alone_change": -0.108, "pct_asian_alone_change": 6.408, "pct_hispanic_or_latino_change": 2.725, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8141290", "INTPTLON": "-084.4108285" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.423825, 33.824918 ], [ -84.423745, 33.8249 ], [ -84.423542, 33.824838 ], [ -84.423444, 33.824801 ], [ -84.423348, 33.824759 ], [ -84.423165, 33.824664 ], [ -84.423078, 33.82461 ], [ -84.422995, 33.824552 ], [ -84.42284, 33.824427 ], [ -84.422702, 33.824289 ], [ -84.422639, 33.824215 ], [ -84.421792, 33.823139 ], [ -84.42117, 33.822532 ], [ -84.420729, 33.822134 ], [ -84.420618, 33.822065 ], [ -84.420525, 33.822019 ], [ -84.420427, 33.821981 ], [ -84.420325, 33.821951 ], [ -84.42022, 33.82193 ], [ -84.420113, 33.821917 ], [ -84.420005, 33.821913 ], [ -84.419898, 33.821918 ], [ -84.419791, 33.821931 ], [ -84.419658, 33.821934 ], [ -84.419226, 33.821933 ], [ -84.418795, 33.821917 ], [ -84.418472, 33.821895 ], [ -84.41815, 33.821864 ], [ -84.417587, 33.821827 ], [ -84.41748, 33.821839 ], [ -84.417375, 33.821858 ], [ -84.417272, 33.821885 ], [ -84.417171, 33.821918 ], [ -84.417074, 33.821958 ], [ -84.416982, 33.822004 ], [ -84.416894, 33.822056 ], [ -84.416815, 33.822118 ], [ -84.416747, 33.822188 ], [ -84.416689, 33.822264 ], [ -84.416644, 33.822346 ], [ -84.41661, 33.822431 ], [ -84.416573, 33.822609 ], [ -84.416554, 33.822788 ], [ -84.416555, 33.822969 ], [ -84.416578, 33.823148 ], [ -84.416621, 33.823324 ], [ -84.416684, 33.823497 ], [ -84.41677, 33.823645 ], [ -84.416805, 33.82373 ], [ -84.416831, 33.823818 ], [ -84.416849, 33.823906 ], [ -84.416858, 33.823996 ], [ -84.416857, 33.824086 ], [ -84.416844, 33.824176 ], [ -84.41682, 33.824264 ], [ -84.416785, 33.824349 ], [ -84.416738, 33.82443 ], [ -84.416673, 33.824502 ], [ -84.416591, 33.824561 ], [ -84.416498, 33.824605 ], [ -84.416395, 33.824632 ], [ -84.416371, 33.824635 ], [ -84.41618, 33.824651 ], [ -84.415965, 33.824658 ], [ -84.415749, 33.824652 ], [ -84.415534, 33.824633 ], [ -84.415322, 33.8246 ], [ -84.415113, 33.824554 ], [ -84.414824, 33.824481 ], [ -84.414614, 33.82444 ], [ -84.414401, 33.824407 ], [ -84.414187, 33.824384 ], [ -84.413972, 33.82437 ], [ -84.413756, 33.824365 ], [ -84.41354, 33.82437 ], [ -84.413267, 33.824353 ], [ -84.412943, 33.82435 ], [ -84.412839, 33.824328 ], [ -84.412744, 33.824285 ], [ -84.412665, 33.824224 ], [ -84.412606, 33.824148 ], [ -84.412499, 33.823894 ], [ -84.412448, 33.823719 ], [ -84.412429, 33.82363 ], [ -84.412409, 33.82345 ], [ -84.41241, 33.82327 ], [ -84.412418, 33.82318 ], [ -84.41252, 33.822383 ], [ -84.412672, 33.821642 ], [ -84.412706, 33.821507 ], [ -84.412714, 33.821417 ], [ -84.412711, 33.821327 ], [ -84.412697, 33.821237 ], [ -84.412671, 33.82115 ], [ -84.412635, 33.821065 ], [ -84.412591, 33.820983 ], [ -84.412538, 33.820904 ], [ -84.412477, 33.82083 ], [ -84.41241, 33.820759 ], [ -84.412335, 33.820694 ], [ -84.412254, 33.820635 ], [ -84.412167, 33.820581 ], [ -84.412076, 33.820534 ], [ -84.411979, 33.820493 ], [ -84.411879, 33.820459 ], [ -84.41086, 33.820175 ], [ -84.410651, 33.82013 ], [ -84.410438, 33.820098 ], [ -84.410224, 33.820078 ], [ -84.410008, 33.820076 ], [ -84.409793, 33.820092 ], [ -84.409686, 33.820106 ], [ -84.40916, 33.820206 ], [ -84.40884, 33.820251 ], [ -84.408519, 33.820283 ], [ -84.408196, 33.820302 ], [ -84.407872, 33.820309 ], [ -84.407614, 33.820308 ], [ -84.407289, 33.820308 ], [ -84.406965, 33.820307 ], [ -84.406671, 33.820306 ], [ -84.405431, 33.820248 ], [ -84.405307, 33.820254 ], [ -84.405199, 33.820254 ], [ -84.405091, 33.820249 ], [ -84.404877, 33.820223 ], [ -84.404772, 33.820202 ], [ -84.404669, 33.820176 ], [ -84.404567, 33.820145 ], [ -84.404468, 33.820109 ], [ -84.404372, 33.820068 ], [ -84.404188, 33.819974 ], [ -84.404102, 33.81992 ], [ -84.404019, 33.819862 ], [ -84.403428, 33.819309 ], [ -84.403291, 33.819193 ], [ -84.403226, 33.819121 ], [ -84.403169, 33.819044 ], [ -84.403121, 33.818963 ], [ -84.403082, 33.81888 ], [ -84.403052, 33.818793 ], [ -84.402981, 33.818529 ], [ -84.402959, 33.818461 ], [ -84.403048, 33.818368 ], [ -84.403309, 33.818095 ], [ -84.403333, 33.818043 ], [ -84.403395, 33.81787 ], [ -84.40342, 33.817782 ], [ -84.403439, 33.817694 ], [ -84.403465, 33.817606 ], [ -84.403503, 33.817522 ], [ -84.403551, 33.817441 ], [ -84.403608, 33.817365 ], [ -84.403674, 33.817294 ], [ -84.403748, 33.817228 ], [ -84.403994, 33.817052 ], [ -84.40405, 33.817014 ], [ -84.404164, 33.816941 ], [ -84.404433, 33.81679 ], [ -84.404515, 33.816731 ], [ -84.404587, 33.816665 ], [ -84.404649, 33.816591 ], [ -84.404681, 33.816505 ], [ -84.404681, 33.816416 ], [ -84.404662, 33.816327 ], [ -84.404624, 33.816243 ], [ -84.404627, 33.816153 ], [ -84.404442, 33.815729 ], [ -84.404354, 33.815565 ], [ -84.404306, 33.815484 ], [ -84.40427, 33.815399 ], [ -84.404244, 33.815312 ], [ -84.404176, 33.815141 ], [ -84.404136, 33.815057 ], [ -84.404086, 33.814977 ], [ -84.404029, 33.814901 ], [ -84.403965, 33.814828 ], [ -84.403893, 33.814761 ], [ -84.403815, 33.814699 ], [ -84.40376, 33.814622 ], [ -84.403724, 33.814537 ], [ -84.403677, 33.814361 ], [ -84.403619, 33.814187 ], [ -84.403461, 33.813776 ], [ -84.403339, 33.813534 ], [ -84.40324, 33.813418 ], [ -84.403134, 33.813285 ], [ -84.403082, 33.813259 ], [ -84.403007, 33.813195 ], [ -84.402913, 33.81315 ], [ -84.402813, 33.813116 ], [ -84.402709, 33.813092 ], [ -84.402613, 33.813052 ], [ -84.402523, 33.813002 ], [ -84.402473, 33.812923 ], [ -84.402468, 33.812744 ], [ -84.402457, 33.812654 ], [ -84.402439, 33.812565 ], [ -84.402385, 33.812391 ], [ -84.402351, 33.812305 ], [ -84.40229, 33.812231 ], [ -84.402126, 33.811998 ], [ -84.402005, 33.811849 ], [ -84.401874, 33.811706 ], [ -84.401663, 33.811501 ], [ -84.401584, 33.811439 ], [ -84.4015, 33.811382 ], [ -84.401411, 33.811332 ], [ -84.401318, 33.811287 ], [ -84.401139, 33.811185 ], [ -84.401069, 33.811117 ], [ -84.401006, 33.811044 ], [ -84.401008, 33.810955 ], [ -84.401072, 33.810884 ], [ -84.401129, 33.810808 ], [ -84.401207, 33.810746 ], [ -84.401301, 33.810702 ], [ -84.401405, 33.810678 ], [ -84.401512, 33.810665 ], [ -84.40162, 33.810664 ], [ -84.401832, 33.810634 ], [ -84.402043, 33.810595 ], [ -84.402143, 33.810561 ], [ -84.402238, 33.810519 ], [ -84.402341, 33.810492 ], [ -84.402447, 33.810473 ], [ -84.402607, 33.810428 ], [ -84.402651, 33.810415 ], [ -84.402736, 33.810359 ], [ -84.403009, 33.810256 ], [ -84.403029, 33.810121 ], [ -84.403069, 33.809959 ], [ -84.403054, 33.80987 ], [ -84.403021, 33.809784 ], [ -84.402972, 33.809704 ], [ -84.402908, 33.809631 ], [ -84.402862, 33.809571 ], [ -84.40285, 33.809555 ], [ -84.402749, 33.809396 ], [ -84.402721, 33.809309 ], [ -84.402701, 33.80922 ], [ -84.40269, 33.809136 ], [ -84.402575, 33.808861 ], [ -84.402452, 33.808516 ], [ -84.402411, 33.808432 ], [ -84.402363, 33.808352 ], [ -84.402337, 33.808315 ], [ -84.402308, 33.808274 ], [ -84.402246, 33.8082 ], [ -84.402178, 33.808131 ], [ -84.402074, 33.807973 ], [ -84.402014, 33.807898 ], [ -84.401965, 33.807818 ], [ -84.401879, 33.807652 ], [ -84.401685, 33.80733 ], [ -84.4016, 33.807165 ], [ -84.401532, 33.806994 ], [ -84.401498, 33.806895 ], [ -84.40146, 33.806824 ], [ -84.401407, 33.806746 ], [ -84.401344, 33.806673 ], [ -84.401273, 33.806605 ], [ -84.401195, 33.806543 ], [ -84.401104, 33.806494 ], [ -84.401005, 33.806458 ], [ -84.400901, 33.806435 ], [ -84.400811, 33.806385 ], [ -84.400735, 33.806321 ], [ -84.400696, 33.806272 ], [ -84.400676, 33.806246 ], [ -84.400634, 33.806163 ], [ -84.400612, 33.806075 ], [ -84.400609, 33.805985 ], [ -84.400626, 33.805897 ], [ -84.400662, 33.805812 ], [ -84.400678, 33.805723 ], [ -84.400683, 33.805633 ], [ -84.400716, 33.805455 ], [ -84.40077, 33.80528 ], [ -84.400811, 33.805197 ], [ -84.400862, 33.805117 ], [ -84.400923, 33.805043 ], [ -84.400993, 33.804975 ], [ -84.401021, 33.804888 ], [ -84.401088, 33.804818 ], [ -84.401178, 33.804769 ], [ -84.401252, 33.804704 ], [ -84.401321, 33.804634 ], [ -84.40136, 33.804551 ], [ -84.4014, 33.804283 ], [ -84.401418, 33.804103 ], [ -84.401408, 33.804013 ], [ -84.401384, 33.803925 ], [ -84.401347, 33.803841 ], [ -84.401294, 33.803666 ], [ -84.401279, 33.803594 ], [ -84.401233, 33.803536 ], [ -84.401103, 33.803193 ], [ -84.40109, 33.803103 ], [ -84.401092, 33.803024 ], [ -84.401093, 33.803013 ], [ -84.401113, 33.802925 ], [ -84.401132, 33.802745 ], [ -84.401137, 33.802613 ], [ -84.401146, 33.802385 ], [ -84.401153, 33.802295 ], [ -84.401132, 33.802207 ], [ -84.401093, 33.802123 ], [ -84.401036, 33.802046 ], [ -84.400971, 33.801974 ], [ -84.400896, 33.801909 ], [ -84.400813, 33.801852 ], [ -84.400721, 33.801805 ], [ -84.400622, 33.801769 ], [ -84.400518, 33.801745 ], [ -84.400509, 33.801345 ], [ -84.401317, 33.801489 ], [ -84.402128, 33.801596 ], [ -84.403626, 33.80185 ], [ -84.404127, 33.801957 ], [ -84.404187, 33.801968 ], [ -84.404737, 33.802122 ], [ -84.404984, 33.802171 ], [ -84.405578, 33.80232 ], [ -84.406105, 33.802469 ], [ -84.406754, 33.802691 ], [ -84.407311, 33.802899 ], [ -84.40775, 33.803081 ], [ -84.407806, 33.8031 ], [ -84.408286, 33.803276 ], [ -84.40934, 33.803672 ], [ -84.410418, 33.804068 ], [ -84.411053, 33.804344 ], [ -84.41251, 33.804979 ], [ -84.413211, 33.805397 ], [ -84.414255, 33.805959 ], [ -84.415035, 33.806432 ], [ -84.415379, 33.806651 ], [ -84.415754, 33.806887 ], [ -84.416311, 33.807365 ], [ -84.41693, 33.807897 ], [ -84.417366, 33.808319 ], [ -84.417661, 33.808673 ], [ -84.417786, 33.808823 ], [ -84.418091, 33.809204 ], [ -84.418376, 33.809612 ], [ -84.418741, 33.810192 ], [ -84.419066, 33.810705 ], [ -84.419892, 33.812181 ], [ -84.420065, 33.812522 ], [ -84.42055, 33.813479 ], [ -84.421075, 33.814769 ], [ -84.421528, 33.815918 ], [ -84.421916, 33.81714 ], [ -84.421961, 33.817302 ], [ -84.42223, 33.818275 ], [ -84.422322, 33.818669 ], [ -84.42239, 33.818964 ], [ -84.422621, 33.820096 ], [ -84.422752, 33.820843 ], [ -84.423086, 33.822466 ], [ -84.423298, 33.823301 ], [ -84.423507, 33.823974 ], [ -84.423738, 33.824641 ], [ -84.423783, 33.824785 ], [ -84.423825, 33.824918 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009101", "name": "Census Tract 91.01, Fulton County, Georgia", "total_population_17": 4551, "white_alone_17": 3399.0, "black_alone_17": 458.0, "native_alone_17": 0.0, "asian_alone_17": 371.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 70.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -3.226, "pct_black_alone_change": -4.393, "pct_native_alone_change": -0.47, "pct_asian_alone_change": 5.277, "pct_hispanic_or_latino_change": -2.291, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8093237", "INTPTLON": "-084.3950330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.404681, 33.816505 ], [ -84.404649, 33.816591 ], [ -84.404587, 33.816665 ], [ -84.404515, 33.816731 ], [ -84.404433, 33.81679 ], [ -84.404164, 33.816941 ], [ -84.40405, 33.817014 ], [ -84.403994, 33.817052 ], [ -84.403748, 33.817228 ], [ -84.403674, 33.817294 ], [ -84.403608, 33.817365 ], [ -84.403551, 33.817441 ], [ -84.403503, 33.817522 ], [ -84.403465, 33.817606 ], [ -84.403439, 33.817694 ], [ -84.40342, 33.817782 ], [ -84.403395, 33.81787 ], [ -84.403333, 33.818043 ], [ -84.403309, 33.818095 ], [ -84.403048, 33.818368 ], [ -84.402959, 33.818461 ], [ -84.402922, 33.818356 ], [ -84.402815, 33.818101 ], [ -84.402732, 33.817934 ], [ -84.402195, 33.817102 ], [ -84.402129, 33.816985 ], [ -84.401982, 33.816744 ], [ -84.401823, 33.816509 ], [ -84.401652, 33.816279 ], [ -84.401586, 33.816208 ], [ -84.401514, 33.816141 ], [ -84.401436, 33.816079 ], [ -84.401352, 33.816022 ], [ -84.401263, 33.81597 ], [ -84.401075, 33.815883 ], [ -84.400877, 33.815811 ], [ -84.400671, 33.815756 ], [ -84.40046, 33.815719 ], [ -84.400353, 33.815707 ], [ -84.400137, 33.815697 ], [ -84.399922, 33.815705 ], [ -84.399814, 33.815694 ], [ -84.399785, 33.815693 ], [ -84.399706, 33.81569 ], [ -84.399598, 33.815695 ], [ -84.399491, 33.815707 ], [ -84.399386, 33.815728 ], [ -84.399283, 33.815755 ], [ -84.399184, 33.81579 ], [ -84.398976, 33.81584 ], [ -84.398764, 33.815872 ], [ -84.398657, 33.815881 ], [ -84.398441, 33.815887 ], [ -84.398333, 33.815883 ], [ -84.398278, 33.815877 ], [ -84.398119, 33.815861 ], [ -84.397556, 33.815871 ], [ -84.39736, 33.815868 ], [ -84.397252, 33.815873 ], [ -84.397145, 33.815883 ], [ -84.397038, 33.815898 ], [ -84.396828, 33.81594 ], [ -84.396726, 33.815968 ], [ -84.396626, 33.816003 ], [ -84.39653, 33.816044 ], [ -84.396438, 33.81609 ], [ -84.39635, 33.816143 ], [ -84.396325, 33.816159 ], [ -84.396266, 33.8162 ], [ -84.396188, 33.816262 ], [ -84.396116, 33.816329 ], [ -84.396049, 33.8164 ], [ -84.395989, 33.816475 ], [ -84.395936, 33.816553 ], [ -84.39589, 33.816635 ], [ -84.395146, 33.817699 ], [ -84.395002, 33.817881 ], [ -84.394675, 33.818293 ], [ -84.394574, 33.818382 ], [ -84.394416, 33.818504 ], [ -84.394247, 33.818616 ], [ -84.394068, 33.818718 ], [ -84.39397, 33.818755 ], [ -84.393867, 33.818781 ], [ -84.393761, 33.818797 ], [ -84.393653, 33.818801 ], [ -84.393438, 33.818786 ], [ -84.393224, 33.818758 ], [ -84.393014, 33.818717 ], [ -84.392808, 33.818664 ], [ -84.392333, 33.818575 ], [ -84.392023, 33.818518 ], [ -84.391353, 33.818417 ], [ -84.391209, 33.818405 ], [ -84.390996, 33.818377 ], [ -84.390786, 33.818337 ], [ -84.390579, 33.818286 ], [ -84.390376, 33.818224 ], [ -84.390082, 33.81811 ], [ -84.389155, 33.817703 ], [ -84.389055, 33.817659 ], [ -84.389086, 33.81761 ], [ -84.389118, 33.817562 ], [ -84.389196, 33.817442 ], [ -84.389417, 33.81718 ], [ -84.389742, 33.81683 ], [ -84.390126, 33.816403 ], [ -84.390318, 33.816194 ], [ -84.390496, 33.816001 ], [ -84.390796, 33.815756 ], [ -84.391135, 33.815559 ], [ -84.391316, 33.815389 ], [ -84.391453, 33.815235 ], [ -84.391597, 33.815023 ], [ -84.39175, 33.814753 ], [ -84.391958, 33.814302 ], [ -84.392212, 33.81372 ], [ -84.392226, 33.813681 ], [ -84.392393, 33.81323 ], [ -84.392417, 33.813058 ], [ -84.392397, 33.812884 ], [ -84.392358, 33.812726 ], [ -84.392301, 33.812557 ], [ -84.392193, 33.812314 ], [ -84.392165, 33.812161 ], [ -84.392166, 33.811914 ], [ -84.392186, 33.811658 ], [ -84.392205, 33.811553 ], [ -84.392264, 33.811366 ], [ -84.392422, 33.810949 ], [ -84.392769, 33.810095 ], [ -84.392836, 33.80993 ], [ -84.392934, 33.809692 ], [ -84.392964, 33.809618 ], [ -84.393494, 33.808339 ], [ -84.393648, 33.807807 ], [ -84.393759, 33.807154 ], [ -84.393826, 33.806664 ], [ -84.393864, 33.806391 ], [ -84.393876, 33.806176 ], [ -84.393857, 33.805772 ], [ -84.393832, 33.805643 ], [ -84.393814, 33.80555 ], [ -84.393687, 33.80517 ], [ -84.393586, 33.804914 ], [ -84.393541, 33.8048 ], [ -84.393219, 33.803928 ], [ -84.39304, 33.803419 ], [ -84.393032, 33.803397 ], [ -84.393022, 33.803369 ], [ -84.393011, 33.803336 ], [ -84.392908, 33.803008 ], [ -84.392858, 33.802771 ], [ -84.392839, 33.802694 ], [ -84.392774, 33.802434 ], [ -84.392727, 33.802218 ], [ -84.392696, 33.802002 ], [ -84.392695, 33.801496 ], [ -84.392694, 33.801263 ], [ -84.392665, 33.800958 ], [ -84.392604, 33.800699 ], [ -84.392516, 33.800393 ], [ -84.392422, 33.800161 ], [ -84.392286, 33.799901 ], [ -84.392244, 33.799821 ], [ -84.392153, 33.799698 ], [ -84.392285, 33.799588 ], [ -84.392411, 33.799488 ], [ -84.392882, 33.799115 ], [ -84.393725, 33.798416 ], [ -84.394152, 33.798052 ], [ -84.394604, 33.797686 ], [ -84.3947, 33.797609 ], [ -84.395029, 33.797344 ], [ -84.395204, 33.797553 ], [ -84.395358, 33.797762 ], [ -84.395502, 33.797986 ], [ -84.395809, 33.798543 ], [ -84.395994, 33.798879 ], [ -84.396128, 33.799094 ], [ -84.39651, 33.799525 ], [ -84.396624, 33.799651 ], [ -84.396796, 33.799855 ], [ -84.396825, 33.79989 ], [ -84.39698, 33.800014 ], [ -84.397185, 33.800156 ], [ -84.397382, 33.800317 ], [ -84.397629, 33.800467 ], [ -84.397821, 33.800573 ], [ -84.398375, 33.800825 ], [ -84.398389, 33.800831 ], [ -84.39881, 33.800985 ], [ -84.399117, 33.801063 ], [ -84.399604, 33.80117 ], [ -84.400399, 33.801325 ], [ -84.400509, 33.801345 ], [ -84.400518, 33.801745 ], [ -84.400622, 33.801769 ], [ -84.400721, 33.801805 ], [ -84.400813, 33.801852 ], [ -84.400896, 33.801909 ], [ -84.400971, 33.801974 ], [ -84.401036, 33.802046 ], [ -84.401093, 33.802123 ], [ -84.401132, 33.802207 ], [ -84.401153, 33.802295 ], [ -84.401146, 33.802385 ], [ -84.401137, 33.802613 ], [ -84.401132, 33.802745 ], [ -84.401113, 33.802925 ], [ -84.401093, 33.803013 ], [ -84.401092, 33.803024 ], [ -84.40109, 33.803103 ], [ -84.401103, 33.803193 ], [ -84.401233, 33.803536 ], [ -84.401279, 33.803594 ], [ -84.401294, 33.803666 ], [ -84.401347, 33.803841 ], [ -84.401384, 33.803925 ], [ -84.401408, 33.804013 ], [ -84.401418, 33.804103 ], [ -84.4014, 33.804283 ], [ -84.40136, 33.804551 ], [ -84.401321, 33.804634 ], [ -84.401252, 33.804704 ], [ -84.401178, 33.804769 ], [ -84.401088, 33.804818 ], [ -84.401021, 33.804888 ], [ -84.400993, 33.804975 ], [ -84.400923, 33.805043 ], [ -84.400862, 33.805117 ], [ -84.400811, 33.805197 ], [ -84.40077, 33.80528 ], [ -84.400716, 33.805455 ], [ -84.400683, 33.805633 ], [ -84.400678, 33.805723 ], [ -84.400662, 33.805812 ], [ -84.400626, 33.805897 ], [ -84.400609, 33.805985 ], [ -84.400612, 33.806075 ], [ -84.400634, 33.806163 ], [ -84.400676, 33.806246 ], [ -84.400696, 33.806272 ], [ -84.400735, 33.806321 ], [ -84.400811, 33.806385 ], [ -84.400901, 33.806435 ], [ -84.401005, 33.806458 ], [ -84.401104, 33.806494 ], [ -84.401195, 33.806543 ], [ -84.401273, 33.806605 ], [ -84.401344, 33.806673 ], [ -84.401407, 33.806746 ], [ -84.40146, 33.806824 ], [ -84.401498, 33.806895 ], [ -84.401532, 33.806994 ], [ -84.4016, 33.807165 ], [ -84.401685, 33.80733 ], [ -84.401879, 33.807652 ], [ -84.401965, 33.807818 ], [ -84.402014, 33.807898 ], [ -84.402074, 33.807973 ], [ -84.402178, 33.808131 ], [ -84.402246, 33.8082 ], [ -84.402308, 33.808274 ], [ -84.402337, 33.808315 ], [ -84.402363, 33.808352 ], [ -84.402411, 33.808432 ], [ -84.402452, 33.808516 ], [ -84.402575, 33.808861 ], [ -84.40269, 33.809136 ], [ -84.402701, 33.80922 ], [ -84.402721, 33.809309 ], [ -84.402749, 33.809396 ], [ -84.40285, 33.809555 ], [ -84.402862, 33.809571 ], [ -84.402908, 33.809631 ], [ -84.402972, 33.809704 ], [ -84.403021, 33.809784 ], [ -84.403054, 33.80987 ], [ -84.403069, 33.809959 ], [ -84.403029, 33.810121 ], [ -84.403009, 33.810256 ], [ -84.402736, 33.810359 ], [ -84.402651, 33.810415 ], [ -84.402607, 33.810428 ], [ -84.402447, 33.810473 ], [ -84.402341, 33.810492 ], [ -84.402238, 33.810519 ], [ -84.402143, 33.810561 ], [ -84.402043, 33.810595 ], [ -84.401832, 33.810634 ], [ -84.40162, 33.810664 ], [ -84.401512, 33.810665 ], [ -84.401405, 33.810678 ], [ -84.401301, 33.810702 ], [ -84.401207, 33.810746 ], [ -84.401129, 33.810808 ], [ -84.401072, 33.810884 ], [ -84.401008, 33.810955 ], [ -84.401006, 33.811044 ], [ -84.401069, 33.811117 ], [ -84.401139, 33.811185 ], [ -84.401318, 33.811287 ], [ -84.401411, 33.811332 ], [ -84.4015, 33.811382 ], [ -84.401584, 33.811439 ], [ -84.401663, 33.811501 ], [ -84.401874, 33.811706 ], [ -84.402005, 33.811849 ], [ -84.402126, 33.811998 ], [ -84.40229, 33.812231 ], [ -84.402351, 33.812305 ], [ -84.402385, 33.812391 ], [ -84.402439, 33.812565 ], [ -84.402457, 33.812654 ], [ -84.402468, 33.812744 ], [ -84.402473, 33.812923 ], [ -84.402523, 33.813002 ], [ -84.402613, 33.813052 ], [ -84.402709, 33.813092 ], [ -84.402813, 33.813116 ], [ -84.402913, 33.81315 ], [ -84.403007, 33.813195 ], [ -84.403082, 33.813259 ], [ -84.403134, 33.813285 ], [ -84.40324, 33.813418 ], [ -84.403339, 33.813534 ], [ -84.403461, 33.813776 ], [ -84.403619, 33.814187 ], [ -84.403677, 33.814361 ], [ -84.403724, 33.814537 ], [ -84.40376, 33.814622 ], [ -84.403815, 33.814699 ], [ -84.403893, 33.814761 ], [ -84.403965, 33.814828 ], [ -84.404029, 33.814901 ], [ -84.404086, 33.814977 ], [ -84.404136, 33.815057 ], [ -84.404176, 33.815141 ], [ -84.404244, 33.815312 ], [ -84.40427, 33.815399 ], [ -84.404306, 33.815484 ], [ -84.404354, 33.815565 ], [ -84.404442, 33.815729 ], [ -84.404627, 33.816153 ], [ -84.404624, 33.816243 ], [ -84.404662, 33.816327 ], [ -84.404681, 33.816416 ], [ -84.404681, 33.816505 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009102", "name": "Census Tract 91.02, Fulton County, Georgia", "total_population_17": 3160, "white_alone_17": 1872.0, "black_alone_17": 700.0, "native_alone_17": 0.0, "asian_alone_17": 341.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 197.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -18.672, "pct_black_alone_change": 7.695, "pct_native_alone_change": -0.47, "pct_asian_alone_change": 7.916, "pct_hispanic_or_latino_change": 2.405, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8067606", "INTPTLON": "-084.3865964" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.393864, 33.806391 ], [ -84.393826, 33.806664 ], [ -84.393759, 33.807154 ], [ -84.393648, 33.807807 ], [ -84.393494, 33.808339 ], [ -84.392964, 33.809618 ], [ -84.392934, 33.809692 ], [ -84.392836, 33.80993 ], [ -84.392769, 33.810095 ], [ -84.392422, 33.810949 ], [ -84.392264, 33.811366 ], [ -84.392205, 33.811553 ], [ -84.392186, 33.811658 ], [ -84.392166, 33.811914 ], [ -84.392165, 33.812161 ], [ -84.392193, 33.812314 ], [ -84.392301, 33.812557 ], [ -84.392358, 33.812726 ], [ -84.392397, 33.812884 ], [ -84.392417, 33.813058 ], [ -84.392393, 33.81323 ], [ -84.392226, 33.813681 ], [ -84.392212, 33.81372 ], [ -84.391958, 33.814302 ], [ -84.39175, 33.814753 ], [ -84.391597, 33.815023 ], [ -84.391453, 33.815235 ], [ -84.391316, 33.815389 ], [ -84.391135, 33.815559 ], [ -84.390796, 33.815756 ], [ -84.390496, 33.816001 ], [ -84.390318, 33.816194 ], [ -84.390126, 33.816403 ], [ -84.389742, 33.81683 ], [ -84.389417, 33.81718 ], [ -84.389196, 33.817442 ], [ -84.389118, 33.817562 ], [ -84.389086, 33.81761 ], [ -84.389055, 33.817659 ], [ -84.388818, 33.817546 ], [ -84.388636, 33.81745 ], [ -84.388565, 33.817383 ], [ -84.388512, 33.817304 ], [ -84.388482, 33.817218 ], [ -84.388469, 33.817128 ], [ -84.388475, 33.817038 ], [ -84.3885, 33.816951 ], [ -84.388542, 33.816868 ], [ -84.38877, 33.816592 ], [ -84.389223, 33.81617 ], [ -84.389422, 33.816001 ], [ -84.389936, 33.815483 ], [ -84.390149, 33.815282 ], [ -84.39023, 33.815116 ], [ -84.390254, 33.815028 ], [ -84.390268, 33.814939 ], [ -84.39027, 33.814849 ], [ -84.390244, 33.814761 ], [ -84.390195, 33.814681 ], [ -84.390127, 33.814612 ], [ -84.390041, 33.814557 ], [ -84.389404, 33.814241 ], [ -84.388961, 33.81403 ], [ -84.388907, 33.814004 ], [ -84.388768, 33.813945 ], [ -84.388675, 33.8139 ], [ -84.388498, 33.813797 ], [ -84.388335, 33.813679 ], [ -84.388188, 33.813547 ], [ -84.388121, 33.813476 ], [ -84.388059, 33.813403 ], [ -84.387889, 33.813137 ], [ -84.387835, 33.813006 ], [ -84.387818, 33.812917 ], [ -84.387792, 33.81283 ], [ -84.387755, 33.812745 ], [ -84.387708, 33.812664 ], [ -84.387654, 33.812586 ], [ -84.387579, 33.812522 ], [ -84.387488, 33.812474 ], [ -84.387387, 33.812443 ], [ -84.386848, 33.81242 ], [ -84.38674, 33.812427 ], [ -84.386634, 33.812444 ], [ -84.386532, 33.812473 ], [ -84.386435, 33.812512 ], [ -84.386344, 33.812561 ], [ -84.38626, 33.812618 ], [ -84.386188, 33.812684 ], [ -84.386109, 33.812746 ], [ -84.385943, 33.812861 ], [ -84.385835, 33.812912 ], [ -84.385735, 33.812946 ], [ -84.385632, 33.812974 ], [ -84.385527, 33.812995 ], [ -84.385421, 33.813009 ], [ -84.385313, 33.813017 ], [ -84.385205, 33.813018 ], [ -84.38489, 33.813067 ], [ -84.384575, 33.81313 ], [ -84.384264, 33.813206 ], [ -84.384059, 33.813264 ], [ -84.383562, 33.813448 ], [ -84.383416, 33.813498 ], [ -84.38331, 33.813515 ], [ -84.383202, 33.813518 ], [ -84.383095, 33.813505 ], [ -84.382992, 33.813479 ], [ -84.382503, 33.813412 ], [ -84.382078, 33.813567 ], [ -84.381594, 33.813719 ], [ -84.38089, 33.813909 ], [ -84.38021, 33.814154 ], [ -84.379375, 33.814406 ], [ -84.37883, 33.814604 ], [ -84.378245, 33.814818 ], [ -84.377864, 33.814957 ], [ -84.376828, 33.815421 ], [ -84.376651, 33.815519 ], [ -84.376461, 33.815604 ], [ -84.376362, 33.81564 ], [ -84.376159, 33.815701 ], [ -84.375949, 33.815744 ], [ -84.375736, 33.81577 ], [ -84.375197, 33.815795 ], [ -84.374765, 33.815799 ], [ -84.374333, 33.815789 ], [ -84.373955, 33.815768 ], [ -84.373998, 33.815702 ], [ -84.374042, 33.815637 ], [ -84.374196, 33.815407 ], [ -84.374564, 33.814807 ], [ -84.374898, 33.814334 ], [ -84.375253, 33.813882 ], [ -84.375776, 33.813217 ], [ -84.375841, 33.813134 ], [ -84.376588, 33.812108 ], [ -84.377066, 33.81138 ], [ -84.377551, 33.810641 ], [ -84.378325, 33.809598 ], [ -84.379064, 33.808847 ], [ -84.379799, 33.808193 ], [ -84.381015, 33.807283 ], [ -84.381038, 33.807267 ], [ -84.381173, 33.807171 ], [ -84.382105, 33.806506 ], [ -84.383691, 33.805402 ], [ -84.384533, 33.804794 ], [ -84.38484, 33.804585 ], [ -84.3853, 33.804254 ], [ -84.385362, 33.804209 ], [ -84.385405, 33.804179 ], [ -84.386299, 33.803535 ], [ -84.387609, 33.802639 ], [ -84.388575, 33.801961 ], [ -84.389347, 33.801436 ], [ -84.390255, 33.800891 ], [ -84.391615, 33.800087 ], [ -84.392136, 33.799713 ], [ -84.392153, 33.799698 ], [ -84.392244, 33.799821 ], [ -84.392286, 33.799901 ], [ -84.392422, 33.800161 ], [ -84.392516, 33.800393 ], [ -84.392604, 33.800699 ], [ -84.392665, 33.800958 ], [ -84.392694, 33.801263 ], [ -84.392695, 33.801496 ], [ -84.392696, 33.802002 ], [ -84.392727, 33.802218 ], [ -84.392774, 33.802434 ], [ -84.392839, 33.802694 ], [ -84.392858, 33.802771 ], [ -84.392908, 33.803008 ], [ -84.393011, 33.803336 ], [ -84.393022, 33.803369 ], [ -84.393032, 33.803397 ], [ -84.39304, 33.803419 ], [ -84.393219, 33.803928 ], [ -84.393541, 33.8048 ], [ -84.393586, 33.804914 ], [ -84.393687, 33.80517 ], [ -84.393814, 33.80555 ], [ -84.393832, 33.805643 ], [ -84.393857, 33.805772 ], [ -84.393876, 33.806176 ], [ -84.393864, 33.806391 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009200", "name": "Census Tract 92, Fulton County, Georgia", "total_population_17": 6800, "white_alone_17": 3349.0, "black_alone_17": 1134.0, "native_alone_17": 19.0, "asian_alone_17": 541.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1423.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -14.949, "pct_black_alone_change": 2.08, "pct_native_alone_change": -0.313, "pct_asian_alone_change": 4.257, "pct_hispanic_or_latino_change": 4.407, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8122786", "INTPTLON": "-084.3618468" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.377669, 33.808971 ], [ -84.377654, 33.809427 ], [ -84.377615, 33.809705 ], [ -84.377575, 33.809972 ], [ -84.377468, 33.810261 ], [ -84.377362, 33.810484 ], [ -84.377226, 33.810721 ], [ -84.37711, 33.810897 ], [ -84.376972, 33.811128 ], [ -84.376657, 33.811655 ], [ -84.376097, 33.812654 ], [ -84.375841, 33.813134 ], [ -84.375776, 33.813217 ], [ -84.375253, 33.813882 ], [ -84.374898, 33.814334 ], [ -84.374564, 33.814807 ], [ -84.374196, 33.815407 ], [ -84.374042, 33.815637 ], [ -84.373998, 33.815702 ], [ -84.373955, 33.815768 ], [ -84.373902, 33.815765 ], [ -84.37358, 33.815737 ], [ -84.373493, 33.815727 ], [ -84.373152, 33.815688 ], [ -84.372629, 33.815691 ], [ -84.372197, 33.815707 ], [ -84.371767, 33.815734 ], [ -84.371601, 33.815759 ], [ -84.371494, 33.81577 ], [ -84.371278, 33.815784 ], [ -84.371062, 33.815784 ], [ -84.370739, 33.815765 ], [ -84.370418, 33.815734 ], [ -84.37031, 33.815743 ], [ -84.370206, 33.815768 ], [ -84.370109, 33.815806 ], [ -84.370021, 33.815858 ], [ -84.369945, 33.815922 ], [ -84.369883, 33.815996 ], [ -84.369765, 33.81611 ], [ -84.369616, 33.81624 ], [ -84.36938, 33.816425 ], [ -84.369212, 33.816538 ], [ -84.369032, 33.816638 ], [ -84.368843, 33.816725 ], [ -84.368646, 33.816798 ], [ -84.368442, 33.816857 ], [ -84.367477, 33.817057 ], [ -84.367325, 33.817073 ], [ -84.367113, 33.817108 ], [ -84.367009, 33.817132 ], [ -84.366857, 33.817175 ], [ -84.366805, 33.817191 ], [ -84.366608, 33.817264 ], [ -84.365939, 33.817558 ], [ -84.365743, 33.817634 ], [ -84.365541, 33.817698 ], [ -84.365334, 33.817749 ], [ -84.365123, 33.817788 ], [ -84.36491, 33.817813 ], [ -84.364694, 33.817825 ], [ -84.364336, 33.817826 ], [ -84.364239, 33.817833 ], [ -84.364022, 33.817848 ], [ -84.363289, 33.818006 ], [ -84.363243, 33.818015 ], [ -84.362687, 33.818175 ], [ -84.362376, 33.818255 ], [ -84.362248, 33.818288 ], [ -84.362111, 33.818324 ], [ -84.361573, 33.818483 ], [ -84.361533, 33.818545 ], [ -84.360871, 33.819566 ], [ -84.360682, 33.819858 ], [ -84.360424, 33.820258 ], [ -84.360165, 33.820657 ], [ -84.360114, 33.820713 ], [ -84.359968, 33.820929 ], [ -84.359743, 33.82123 ], [ -84.359548, 33.821442 ], [ -84.359374, 33.821592 ], [ -84.35935, 33.821604 ], [ -84.358982, 33.82188 ], [ -84.358844, 33.821962 ], [ -84.358546, 33.822157 ], [ -84.358319, 33.82229 ], [ -84.358084, 33.822412 ], [ -84.35781, 33.822538 ], [ -84.357645, 33.822603 ], [ -84.357433, 33.822686 ], [ -84.35699, 33.822819 ], [ -84.356494, 33.822933 ], [ -84.356455, 33.822942 ], [ -84.355895, 33.823013 ], [ -84.355488, 33.823056 ], [ -84.35464, 33.823148 ], [ -84.354547, 33.823163 ], [ -84.354366, 33.823192 ], [ -84.354211, 33.823217 ], [ -84.352658, 33.823466 ], [ -84.352133, 33.823627 ], [ -84.351988, 33.823671 ], [ -84.351663, 33.823772 ], [ -84.351194, 33.823933 ], [ -84.350745, 33.824111 ], [ -84.350442, 33.824224 ], [ -84.350166, 33.824337 ], [ -84.349709, 33.824555 ], [ -84.34949, 33.824645 ], [ -84.349231, 33.824751 ], [ -84.348823, 33.824972 ], [ -84.348506, 33.825117 ], [ -84.348523, 33.824932 ], [ -84.348524, 33.824871 ], [ -84.348525, 33.824407 ], [ -84.348509, 33.82406 ], [ -84.348336, 33.82039 ], [ -84.348325, 33.820104 ], [ -84.348415, 33.817394 ], [ -84.348425, 33.817104 ], [ -84.348321, 33.814816 ], [ -84.348317, 33.814729 ], [ -84.3483, 33.81432 ], [ -84.348236, 33.812774 ], [ -84.348232, 33.812676 ], [ -84.348225, 33.812504 ], [ -84.348425, 33.811804 ], [ -84.348325, 33.810926 ], [ -84.348333, 33.810823 ], [ -84.348373, 33.810347 ], [ -84.34841, 33.809916 ], [ -84.348426, 33.809703 ], [ -84.348225, 33.809004 ], [ -84.348505, 33.809139 ], [ -84.349705, 33.809698 ], [ -84.349884, 33.809781 ], [ -84.350009, 33.809839 ], [ -84.350795, 33.810048 ], [ -84.351619, 33.810219 ], [ -84.351701, 33.810233 ], [ -84.353878, 33.810608 ], [ -84.353931, 33.810617 ], [ -84.354021, 33.810633 ], [ -84.354819, 33.81077 ], [ -84.35703, 33.811045 ], [ -84.357384, 33.811104 ], [ -84.359298, 33.810354 ], [ -84.360184, 33.810015 ], [ -84.360475, 33.809907 ], [ -84.362353, 33.809207 ], [ -84.362828, 33.809019 ], [ -84.363284, 33.808826 ], [ -84.364396, 33.808344 ], [ -84.36537, 33.807933 ], [ -84.365537, 33.807875 ], [ -84.365681, 33.807875 ], [ -84.365803, 33.807928 ], [ -84.365923, 33.808038 ], [ -84.365945, 33.807947 ], [ -84.365951, 33.807922 ], [ -84.365974, 33.807846 ], [ -84.366028, 33.807705 ], [ -84.366097, 33.807566 ], [ -84.366902, 33.806267 ], [ -84.367104, 33.805934 ], [ -84.367368, 33.805442 ], [ -84.367422, 33.805261 ], [ -84.367474, 33.804843 ], [ -84.367461, 33.804658 ], [ -84.367398, 33.804401 ], [ -84.368165, 33.803403 ], [ -84.368397, 33.803119 ], [ -84.368447, 33.803071 ], [ -84.368504, 33.80303 ], [ -84.368569, 33.802997 ], [ -84.36884, 33.802908 ], [ -84.369069, 33.802821 ], [ -84.36929, 33.802722 ], [ -84.369477, 33.802625 ], [ -84.369745, 33.802459 ], [ -84.369896, 33.802349 ], [ -84.369932, 33.802312 ], [ -84.369954, 33.802309 ], [ -84.37004, 33.802262 ], [ -84.37014, 33.802226 ], [ -84.370406, 33.802184 ], [ -84.37116, 33.802102 ], [ -84.371487, 33.802053 ], [ -84.371892, 33.801964 ], [ -84.372304, 33.80184 ], [ -84.373364, 33.801433 ], [ -84.374213, 33.801086 ], [ -84.374263, 33.801172 ], [ -84.374729, 33.802079 ], [ -84.375053, 33.80271 ], [ -84.375708, 33.803837 ], [ -84.376181, 33.80465 ], [ -84.376444, 33.805115 ], [ -84.376915, 33.805945 ], [ -84.377283, 33.806595 ], [ -84.377358, 33.806935 ], [ -84.377399, 33.807284 ], [ -84.377461, 33.807634 ], [ -84.377487, 33.807776 ], [ -84.37761, 33.808309 ], [ -84.37763, 33.808493 ], [ -84.377648, 33.808654 ], [ -84.377656, 33.808741 ], [ -84.377672, 33.808894 ], [ -84.377669, 33.808971 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009300", "name": "Census Tract 93, Fulton County, Georgia", "total_population_17": 4916, "white_alone_17": 4242.0, "black_alone_17": 340.0, "native_alone_17": 11.0, "asian_alone_17": 89.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 234.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -4.828, "pct_black_alone_change": 3.59, "pct_native_alone_change": -0.029, "pct_asian_alone_change": -0.126, "pct_hispanic_or_latino_change": 1.876, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8212723", "INTPTLON": "-084.3808773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.390268, 33.814939 ], [ -84.390254, 33.815028 ], [ -84.39023, 33.815116 ], [ -84.390149, 33.815282 ], [ -84.389936, 33.815483 ], [ -84.389422, 33.816001 ], [ -84.389223, 33.81617 ], [ -84.38877, 33.816592 ], [ -84.388542, 33.816868 ], [ -84.3885, 33.816951 ], [ -84.388475, 33.817038 ], [ -84.388469, 33.817128 ], [ -84.388482, 33.817218 ], [ -84.388512, 33.817304 ], [ -84.388565, 33.817383 ], [ -84.388636, 33.81745 ], [ -84.388818, 33.817546 ], [ -84.389055, 33.817659 ], [ -84.389012, 33.817729 ], [ -84.388927, 33.817893 ], [ -84.38886, 33.818039 ], [ -84.388784, 33.818278 ], [ -84.388705, 33.818599 ], [ -84.388597, 33.819045 ], [ -84.388436, 33.819634 ], [ -84.388358, 33.81992 ], [ -84.388314, 33.820083 ], [ -84.387914, 33.821375 ], [ -84.387597, 33.822324 ], [ -84.387554, 33.822453 ], [ -84.387442, 33.822818 ], [ -84.387424, 33.822902 ], [ -84.387408, 33.823006 ], [ -84.387391, 33.823168 ], [ -84.387388, 33.824291 ], [ -84.38739, 33.824628 ], [ -84.387392, 33.825093 ], [ -84.387391, 33.826583 ], [ -84.387382, 33.827574 ], [ -84.387389, 33.827784 ], [ -84.387388, 33.828646 ], [ -84.387166, 33.828656 ], [ -84.383706, 33.828665 ], [ -84.383588, 33.828665 ], [ -84.380711, 33.828664 ], [ -84.37845, 33.828652 ], [ -84.37727, 33.828644 ], [ -84.375714, 33.828634 ], [ -84.373708, 33.828621 ], [ -84.373144, 33.828618 ], [ -84.371271, 33.828606 ], [ -84.36982, 33.828597 ], [ -84.36974, 33.828606 ], [ -84.369661, 33.828624 ], [ -84.369587, 33.82865 ], [ -84.369517, 33.828685 ], [ -84.369436, 33.828743 ], [ -84.369335, 33.828841 ], [ -84.369224, 33.829033 ], [ -84.369206, 33.829108 ], [ -84.369195, 33.829232 ], [ -84.369205, 33.829367 ], [ -84.369224, 33.829444 ], [ -84.369345, 33.829735 ], [ -84.369457, 33.830017 ], [ -84.369494, 33.830203 ], [ -84.369497, 33.830325 ], [ -84.369485, 33.830429 ], [ -84.369438, 33.830608 ], [ -84.369371, 33.830741 ], [ -84.369301, 33.830826 ], [ -84.368969, 33.830643 ], [ -84.368744, 33.830462 ], [ -84.368598, 33.830316 ], [ -84.368136, 33.829788 ], [ -84.36801, 33.829677 ], [ -84.367959, 33.829646 ], [ -84.367901, 33.829628 ], [ -84.367842, 33.829623 ], [ -84.367772, 33.829632 ], [ -84.367715, 33.829348 ], [ -84.367651, 33.8291 ], [ -84.367437, 33.828459 ], [ -84.367697, 33.828259 ], [ -84.369011, 33.82721 ], [ -84.369904, 33.826489 ], [ -84.369966, 33.826427 ], [ -84.370127, 33.826303 ], [ -84.370452, 33.826013 ], [ -84.371013, 33.825444 ], [ -84.371304, 33.825052 ], [ -84.371628, 33.824575 ], [ -84.372136, 33.823639 ], [ -84.372219, 33.823485 ], [ -84.372342, 33.823197 ], [ -84.372475, 33.822734 ], [ -84.372547, 33.822387 ], [ -84.372651, 33.821433 ], [ -84.37267, 33.820954 ], [ -84.372686, 33.820573 ], [ -84.372669, 33.819302 ], [ -84.372663, 33.81888 ], [ -84.372711, 33.818495 ], [ -84.372776, 33.818124 ], [ -84.372891, 33.817689 ], [ -84.372945, 33.8175 ], [ -84.373066, 33.817195 ], [ -84.373175, 33.816955 ], [ -84.373252, 33.816807 ], [ -84.373355, 33.816639 ], [ -84.373553, 33.816347 ], [ -84.373826, 33.815961 ], [ -84.373919, 33.815821 ], [ -84.373955, 33.815768 ], [ -84.374333, 33.815789 ], [ -84.374765, 33.815799 ], [ -84.375197, 33.815795 ], [ -84.375736, 33.81577 ], [ -84.375949, 33.815744 ], [ -84.376159, 33.815701 ], [ -84.376362, 33.81564 ], [ -84.376461, 33.815604 ], [ -84.376651, 33.815519 ], [ -84.376828, 33.815421 ], [ -84.377864, 33.814957 ], [ -84.378245, 33.814818 ], [ -84.37883, 33.814604 ], [ -84.379375, 33.814406 ], [ -84.38021, 33.814154 ], [ -84.38089, 33.813909 ], [ -84.381594, 33.813719 ], [ -84.382078, 33.813567 ], [ -84.382503, 33.813412 ], [ -84.382992, 33.813479 ], [ -84.383095, 33.813505 ], [ -84.383202, 33.813518 ], [ -84.38331, 33.813515 ], [ -84.383416, 33.813498 ], [ -84.383562, 33.813448 ], [ -84.384059, 33.813264 ], [ -84.384264, 33.813206 ], [ -84.384575, 33.81313 ], [ -84.38489, 33.813067 ], [ -84.385205, 33.813018 ], [ -84.385313, 33.813017 ], [ -84.385421, 33.813009 ], [ -84.385527, 33.812995 ], [ -84.385632, 33.812974 ], [ -84.385735, 33.812946 ], [ -84.385835, 33.812912 ], [ -84.385943, 33.812861 ], [ -84.386109, 33.812746 ], [ -84.386188, 33.812684 ], [ -84.38626, 33.812618 ], [ -84.386344, 33.812561 ], [ -84.386435, 33.812512 ], [ -84.386532, 33.812473 ], [ -84.386634, 33.812444 ], [ -84.38674, 33.812427 ], [ -84.386848, 33.81242 ], [ -84.387387, 33.812443 ], [ -84.387488, 33.812474 ], [ -84.387579, 33.812522 ], [ -84.387654, 33.812586 ], [ -84.387708, 33.812664 ], [ -84.387755, 33.812745 ], [ -84.387792, 33.81283 ], [ -84.387818, 33.812917 ], [ -84.387835, 33.813006 ], [ -84.387889, 33.813137 ], [ -84.388059, 33.813403 ], [ -84.388121, 33.813476 ], [ -84.388188, 33.813547 ], [ -84.388335, 33.813679 ], [ -84.388498, 33.813797 ], [ -84.388675, 33.8139 ], [ -84.388768, 33.813945 ], [ -84.388907, 33.814004 ], [ -84.388961, 33.81403 ], [ -84.389404, 33.814241 ], [ -84.390041, 33.814557 ], [ -84.390127, 33.814612 ], [ -84.390195, 33.814681 ], [ -84.390244, 33.814761 ], [ -84.39027, 33.814849 ], [ -84.390268, 33.814939 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009402", "name": "Census Tract 94.02, Fulton County, Georgia", "total_population_17": 4957, "white_alone_17": 2404.0, "black_alone_17": 825.0, "native_alone_17": 35.0, "asian_alone_17": 739.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 731.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 28.081, "pct_black_alone_change": 7.505, "pct_native_alone_change": 0.466, "pct_asian_alone_change": 8.726, "pct_hispanic_or_latino_change": -48.511, "pct_native_hawaiian_pacific_islander_change": 0.137, "INTPTLAT": "+33.8221523", "INTPTLON": "-084.3642584" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.373919, 33.815821 ], [ -84.373826, 33.815961 ], [ -84.373553, 33.816347 ], [ -84.373355, 33.816639 ], [ -84.373252, 33.816807 ], [ -84.373175, 33.816955 ], [ -84.373066, 33.817195 ], [ -84.372945, 33.8175 ], [ -84.372891, 33.817689 ], [ -84.372776, 33.818124 ], [ -84.372711, 33.818495 ], [ -84.372663, 33.81888 ], [ -84.372669, 33.819302 ], [ -84.372686, 33.820573 ], [ -84.37267, 33.820954 ], [ -84.372651, 33.821433 ], [ -84.372547, 33.822387 ], [ -84.372475, 33.822734 ], [ -84.372342, 33.823197 ], [ -84.372219, 33.823485 ], [ -84.372136, 33.823639 ], [ -84.371628, 33.824575 ], [ -84.371304, 33.825052 ], [ -84.371013, 33.825444 ], [ -84.370452, 33.826013 ], [ -84.370127, 33.826303 ], [ -84.369966, 33.826427 ], [ -84.369904, 33.826489 ], [ -84.369011, 33.82721 ], [ -84.367697, 33.828259 ], [ -84.367437, 33.828459 ], [ -84.367365, 33.828244 ], [ -84.367262, 33.827933 ], [ -84.367195, 33.827678 ], [ -84.367143, 33.827403 ], [ -84.367112, 33.827143 ], [ -84.3671, 33.826872 ], [ -84.367103, 33.826653 ], [ -84.367143, 33.825876 ], [ -84.366022, 33.825913 ], [ -84.364686, 33.825913 ], [ -84.364166, 33.825913 ], [ -84.363433, 33.825892 ], [ -84.363163, 33.825885 ], [ -84.362613, 33.825852 ], [ -84.362511, 33.825846 ], [ -84.362086, 33.825821 ], [ -84.362073, 33.825821 ], [ -84.361862, 33.825792 ], [ -84.361653, 33.825753 ], [ -84.361445, 33.825702 ], [ -84.360551, 33.825449 ], [ -84.359917, 33.825281 ], [ -84.359649, 33.82521 ], [ -84.359171, 33.825075 ], [ -84.358518, 33.824887 ], [ -84.357061, 33.824476 ], [ -84.356962, 33.824449 ], [ -84.356426, 33.824286 ], [ -84.356411, 33.824281 ], [ -84.356344, 33.824241 ], [ -84.35616, 33.824069 ], [ -84.356055, 33.824156 ], [ -84.355888, 33.824274 ], [ -84.355739, 33.824378 ], [ -84.355509, 33.824522 ], [ -84.355397, 33.824592 ], [ -84.355246, 33.824674 ], [ -84.35503, 33.824795 ], [ -84.354572, 33.824988 ], [ -84.354447, 33.825034 ], [ -84.353699, 33.825315 ], [ -84.353022, 33.825554 ], [ -84.352805, 33.82561 ], [ -84.352647, 33.825651 ], [ -84.352367, 33.825696 ], [ -84.352093, 33.825701 ], [ -84.351681, 33.825663 ], [ -84.351422, 33.825632 ], [ -84.350741, 33.825549 ], [ -84.350426, 33.825527 ], [ -84.350174, 33.825533 ], [ -84.350089, 33.825545 ], [ -84.349934, 33.825565 ], [ -84.349862, 33.825584 ], [ -84.349789, 33.825602 ], [ -84.349649, 33.825638 ], [ -84.349411, 33.82572 ], [ -84.349111, 33.825862 ], [ -84.348854, 33.826027 ], [ -84.348608, 33.826229 ], [ -84.348486, 33.826334 ], [ -84.348468, 33.826353 ], [ -84.348466, 33.825922 ], [ -84.348469, 33.825572 ], [ -84.34848, 33.825441 ], [ -84.348482, 33.825422 ], [ -84.348483, 33.825403 ], [ -84.348506, 33.825117 ], [ -84.348823, 33.824972 ], [ -84.349231, 33.824751 ], [ -84.34949, 33.824645 ], [ -84.349709, 33.824555 ], [ -84.350166, 33.824337 ], [ -84.350442, 33.824224 ], [ -84.350745, 33.824111 ], [ -84.351194, 33.823933 ], [ -84.351663, 33.823772 ], [ -84.351988, 33.823671 ], [ -84.352133, 33.823627 ], [ -84.352658, 33.823466 ], [ -84.354211, 33.823217 ], [ -84.354366, 33.823192 ], [ -84.354547, 33.823163 ], [ -84.35464, 33.823148 ], [ -84.355488, 33.823056 ], [ -84.355895, 33.823013 ], [ -84.356455, 33.822942 ], [ -84.356494, 33.822933 ], [ -84.35699, 33.822819 ], [ -84.357433, 33.822686 ], [ -84.357645, 33.822603 ], [ -84.35781, 33.822538 ], [ -84.358084, 33.822412 ], [ -84.358319, 33.82229 ], [ -84.358546, 33.822157 ], [ -84.358844, 33.821962 ], [ -84.358982, 33.82188 ], [ -84.35935, 33.821604 ], [ -84.359374, 33.821592 ], [ -84.359548, 33.821442 ], [ -84.359743, 33.82123 ], [ -84.359968, 33.820929 ], [ -84.360114, 33.820713 ], [ -84.360165, 33.820657 ], [ -84.360424, 33.820258 ], [ -84.360682, 33.819858 ], [ -84.360871, 33.819566 ], [ -84.361533, 33.818545 ], [ -84.361573, 33.818483 ], [ -84.362111, 33.818324 ], [ -84.362248, 33.818288 ], [ -84.362376, 33.818255 ], [ -84.362687, 33.818175 ], [ -84.363243, 33.818015 ], [ -84.363289, 33.818006 ], [ -84.364022, 33.817848 ], [ -84.364239, 33.817833 ], [ -84.364336, 33.817826 ], [ -84.364694, 33.817825 ], [ -84.36491, 33.817813 ], [ -84.365123, 33.817788 ], [ -84.365334, 33.817749 ], [ -84.365541, 33.817698 ], [ -84.365743, 33.817634 ], [ -84.365939, 33.817558 ], [ -84.366608, 33.817264 ], [ -84.366805, 33.817191 ], [ -84.366857, 33.817175 ], [ -84.367009, 33.817132 ], [ -84.367113, 33.817108 ], [ -84.367325, 33.817073 ], [ -84.367477, 33.817057 ], [ -84.368442, 33.816857 ], [ -84.368646, 33.816798 ], [ -84.368843, 33.816725 ], [ -84.369032, 33.816638 ], [ -84.369212, 33.816538 ], [ -84.36938, 33.816425 ], [ -84.369616, 33.81624 ], [ -84.369765, 33.81611 ], [ -84.369883, 33.815996 ], [ -84.369945, 33.815922 ], [ -84.370021, 33.815858 ], [ -84.370109, 33.815806 ], [ -84.370206, 33.815768 ], [ -84.37031, 33.815743 ], [ -84.370418, 33.815734 ], [ -84.370739, 33.815765 ], [ -84.371062, 33.815784 ], [ -84.371278, 33.815784 ], [ -84.371494, 33.81577 ], [ -84.371601, 33.815759 ], [ -84.371767, 33.815734 ], [ -84.372197, 33.815707 ], [ -84.372629, 33.815691 ], [ -84.373152, 33.815688 ], [ -84.373493, 33.815727 ], [ -84.37358, 33.815737 ], [ -84.373902, 33.815765 ], [ -84.373955, 33.815768 ], [ -84.373919, 33.815821 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009403", "name": "Census Tract 94.03, Fulton County, Georgia", "total_population_17": 4833, "white_alone_17": 2041.0, "black_alone_17": 1142.0, "native_alone_17": 213.0, "asian_alone_17": 803.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 624.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -34.226, "pct_black_alone_change": 12.211, "pct_native_alone_change": 4.111, "pct_asian_alone_change": 10.413, "pct_hispanic_or_latino_change": 8.073, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+33.8315945", "INTPTLON": "-084.3599075" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.367437, 33.828459 ], [ -84.366393, 33.829264 ], [ -84.365714, 33.829781 ], [ -84.365106, 33.830266 ], [ -84.364492, 33.830727 ], [ -84.363592, 33.831432 ], [ -84.362289, 33.832427 ], [ -84.361743, 33.832883 ], [ -84.361594, 33.833015 ], [ -84.361204, 33.833417 ], [ -84.360912, 33.833786 ], [ -84.36077, 33.833965 ], [ -84.360727, 33.834041 ], [ -84.360645, 33.834186 ], [ -84.360589, 33.834299 ], [ -84.360513, 33.834451 ], [ -84.360443, 33.834595 ], [ -84.360311, 33.834915 ], [ -84.36013, 33.835647 ], [ -84.36009, 33.836097 ], [ -84.360095, 33.836522 ], [ -84.360141, 33.836956 ], [ -84.360231, 33.837331 ], [ -84.36038, 33.837686 ], [ -84.360622, 33.838233 ], [ -84.361007, 33.838984 ], [ -84.361177, 33.839403 ], [ -84.361381, 33.839961 ], [ -84.361534, 33.840417 ], [ -84.361579, 33.840615 ], [ -84.361595, 33.840761 ], [ -84.361588, 33.841726 ], [ -84.361574, 33.841905 ], [ -84.361548, 33.842084 ], [ -84.36151, 33.842262 ], [ -84.361471, 33.842399 ], [ -84.361398, 33.84261 ], [ -84.361348, 33.842729 ], [ -84.361301, 33.84283 ], [ -84.361195, 33.843027 ], [ -84.361095, 33.843187 ], [ -84.360984, 33.843341 ], [ -84.360863, 33.843491 ], [ -84.360732, 33.843634 ], [ -84.360041, 33.844301 ], [ -84.359637, 33.844635 ], [ -84.359557, 33.844695 ], [ -84.359385, 33.844804 ], [ -84.359294, 33.844852 ], [ -84.359199, 33.844896 ], [ -84.358569, 33.84522 ], [ -84.358386, 33.845308 ], [ -84.358348, 33.845257 ], [ -84.3583, 33.84518 ], [ -84.358266, 33.845125 ], [ -84.358193, 33.844968 ], [ -84.358179, 33.844939 ], [ -84.358122, 33.844748 ], [ -84.358098, 33.844582 ], [ -84.358095, 33.844524 ], [ -84.358092, 33.84444 ], [ -84.358144, 33.843624 ], [ -84.358146, 33.843601 ], [ -84.358154, 33.843201 ], [ -84.358115, 33.842463 ], [ -84.35811, 33.841646 ], [ -84.358102, 33.841563 ], [ -84.358086, 33.841409 ], [ -84.358101, 33.840202 ], [ -84.358109, 33.839662 ], [ -84.358136, 33.837577 ], [ -84.358141, 33.83719 ], [ -84.358144, 33.837006 ], [ -84.358131, 33.836851 ], [ -84.357998, 33.836331 ], [ -84.35799, 33.83631 ], [ -84.357948, 33.836198 ], [ -84.35788, 33.835951 ], [ -84.357852, 33.835847 ], [ -84.357825, 33.835757 ], [ -84.357804, 33.835684 ], [ -84.35773, 33.835424 ], [ -84.357518, 33.834703 ], [ -84.357456, 33.834493 ], [ -84.357311, 33.833905 ], [ -84.357262, 33.833748 ], [ -84.357175, 33.833471 ], [ -84.356862, 33.832631 ], [ -84.356612, 33.832009 ], [ -84.356352, 33.831396 ], [ -84.356275, 33.831249 ], [ -84.356182, 33.8311 ], [ -84.356087, 33.83097 ], [ -84.355976, 33.83084 ], [ -84.355369, 33.83021 ], [ -84.355273, 33.830078 ], [ -84.355199, 33.829936 ], [ -84.355156, 33.829815 ], [ -84.35506, 33.829453 ], [ -84.355041, 33.829381 ], [ -84.354894, 33.828935 ], [ -84.354851, 33.82875 ], [ -84.354795, 33.828511 ], [ -84.354773, 33.828333 ], [ -84.354771, 33.828245 ], [ -84.354762, 33.827758 ], [ -84.354745, 33.827652 ], [ -84.35471, 33.827534 ], [ -84.354673, 33.827449 ], [ -84.354618, 33.827353 ], [ -84.354552, 33.827262 ], [ -84.354475, 33.827178 ], [ -84.354372, 33.827088 ], [ -84.353839, 33.826691 ], [ -84.353681, 33.826574 ], [ -84.353438, 33.826368 ], [ -84.353274, 33.826208 ], [ -84.35313, 33.826051 ], [ -84.352988, 33.825877 ], [ -84.352848, 33.82568 ], [ -84.352805, 33.82561 ], [ -84.353022, 33.825554 ], [ -84.353699, 33.825315 ], [ -84.354447, 33.825034 ], [ -84.354572, 33.824988 ], [ -84.35503, 33.824795 ], [ -84.355246, 33.824674 ], [ -84.355397, 33.824592 ], [ -84.355509, 33.824522 ], [ -84.355739, 33.824378 ], [ -84.355888, 33.824274 ], [ -84.356055, 33.824156 ], [ -84.35616, 33.824069 ], [ -84.356344, 33.824241 ], [ -84.356411, 33.824281 ], [ -84.356426, 33.824286 ], [ -84.356962, 33.824449 ], [ -84.357061, 33.824476 ], [ -84.358518, 33.824887 ], [ -84.359171, 33.825075 ], [ -84.359649, 33.82521 ], [ -84.359917, 33.825281 ], [ -84.360551, 33.825449 ], [ -84.361445, 33.825702 ], [ -84.361653, 33.825753 ], [ -84.361862, 33.825792 ], [ -84.362073, 33.825821 ], [ -84.362086, 33.825821 ], [ -84.362511, 33.825846 ], [ -84.362613, 33.825852 ], [ -84.363163, 33.825885 ], [ -84.363433, 33.825892 ], [ -84.364166, 33.825913 ], [ -84.364686, 33.825913 ], [ -84.366022, 33.825913 ], [ -84.367143, 33.825876 ], [ -84.367103, 33.826653 ], [ -84.3671, 33.826872 ], [ -84.367112, 33.827143 ], [ -84.367143, 33.827403 ], [ -84.367195, 33.827678 ], [ -84.367262, 33.827933 ], [ -84.367365, 33.828244 ], [ -84.367437, 33.828459 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009404", "name": "Census Tract 94.04, Fulton County, Georgia", "total_population_17": 4475, "white_alone_17": 3065.0, "black_alone_17": 706.0, "native_alone_17": 25.0, "asian_alone_17": 307.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 250.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -7.964, "pct_black_alone_change": 4.359, "pct_native_alone_change": 0.263, "pct_asian_alone_change": 0.657, "pct_hispanic_or_latino_change": 0.75, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+33.8388494", "INTPTLON": "-084.3537715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.358386, 33.845308 ], [ -84.357357, 33.845806 ], [ -84.356966, 33.846 ], [ -84.3553, 33.846829 ], [ -84.35323, 33.847958 ], [ -84.352955, 33.848121 ], [ -84.35269, 33.848307 ], [ -84.352454, 33.848492 ], [ -84.352309, 33.848619 ], [ -84.35223, 33.848688 ], [ -84.352018, 33.848893 ], [ -84.35182, 33.849107 ], [ -84.351636, 33.849329 ], [ -84.351466, 33.84956 ], [ -84.351312, 33.849797 ], [ -84.351172, 33.850041 ], [ -84.351048, 33.850291 ], [ -84.350975, 33.85046 ], [ -84.350739, 33.850976 ], [ -84.350499, 33.851542 ], [ -84.350227, 33.852139 ], [ -84.350133, 33.85232 ], [ -84.349956, 33.852614 ], [ -84.349739, 33.852937 ], [ -84.349491, 33.853226 ], [ -84.349246, 33.853493 ], [ -84.349021, 33.853689 ], [ -84.348694, 33.853962 ], [ -84.348457, 33.85413 ], [ -84.348279, 33.854238 ], [ -84.348304, 33.854034 ], [ -84.348309, 33.853945 ], [ -84.348386, 33.85263 ], [ -84.348384, 33.852541 ], [ -84.348383, 33.85249 ], [ -84.348331, 33.850504 ], [ -84.348325, 33.850285 ], [ -84.348325, 33.850094 ], [ -84.348325, 33.849321 ], [ -84.348325, 33.848947 ], [ -84.348325, 33.847962 ], [ -84.348325, 33.847582 ], [ -84.348325, 33.846716 ], [ -84.348325, 33.846225 ], [ -84.348325, 33.846003 ], [ -84.348296, 33.845914 ], [ -84.34823, 33.845708 ], [ -84.348128, 33.845403 ], [ -84.348091, 33.845293 ], [ -84.348005, 33.84502 ], [ -84.34808, 33.844333 ], [ -84.348165, 33.8435 ], [ -84.34827, 33.842585 ], [ -84.348319, 33.84216 ], [ -84.348339, 33.841967 ], [ -84.348415, 33.841428 ], [ -84.348418, 33.841078 ], [ -84.34846, 33.839732 ], [ -84.348463, 33.839602 ], [ -84.34846, 33.839452 ], [ -84.348454, 33.839137 ], [ -84.348453, 33.839068 ], [ -84.348483, 33.838169 ], [ -84.34849, 33.83772 ], [ -84.34847, 33.837159 ], [ -84.348465, 33.837001 ], [ -84.34847, 33.836823 ], [ -84.348453, 33.836449 ], [ -84.34844, 33.836177 ], [ -84.348428, 33.835086 ], [ -84.348446, 33.8322 ], [ -84.348449, 33.83144 ], [ -84.348483, 33.830969 ], [ -84.348501, 33.830706 ], [ -84.348524, 33.830075 ], [ -84.348523, 33.829462 ], [ -84.348523, 33.829246 ], [ -84.348501, 33.828548 ], [ -84.3485, 33.828451 ], [ -84.348498, 33.828366 ], [ -84.348498, 33.82828 ], [ -84.348488, 33.827855 ], [ -84.348487, 33.827751 ], [ -84.348478, 33.827537 ], [ -84.348474, 33.8274 ], [ -84.348464, 33.827046 ], [ -84.348462, 33.82695 ], [ -84.348468, 33.826353 ], [ -84.348486, 33.826334 ], [ -84.348608, 33.826229 ], [ -84.348854, 33.826027 ], [ -84.349111, 33.825862 ], [ -84.349411, 33.82572 ], [ -84.349649, 33.825638 ], [ -84.349789, 33.825602 ], [ -84.349862, 33.825584 ], [ -84.349934, 33.825565 ], [ -84.350089, 33.825545 ], [ -84.350174, 33.825533 ], [ -84.350426, 33.825527 ], [ -84.350741, 33.825549 ], [ -84.351422, 33.825632 ], [ -84.351681, 33.825663 ], [ -84.352093, 33.825701 ], [ -84.352367, 33.825696 ], [ -84.352647, 33.825651 ], [ -84.352805, 33.82561 ], [ -84.352848, 33.82568 ], [ -84.352988, 33.825877 ], [ -84.35313, 33.826051 ], [ -84.353274, 33.826208 ], [ -84.353438, 33.826368 ], [ -84.353681, 33.826574 ], [ -84.353839, 33.826691 ], [ -84.354372, 33.827088 ], [ -84.354475, 33.827178 ], [ -84.354552, 33.827262 ], [ -84.354618, 33.827353 ], [ -84.354673, 33.827449 ], [ -84.35471, 33.827534 ], [ -84.354745, 33.827652 ], [ -84.354762, 33.827758 ], [ -84.354771, 33.828245 ], [ -84.354773, 33.828333 ], [ -84.354795, 33.828511 ], [ -84.354851, 33.82875 ], [ -84.354894, 33.828935 ], [ -84.355041, 33.829381 ], [ -84.35506, 33.829453 ], [ -84.355156, 33.829815 ], [ -84.355199, 33.829936 ], [ -84.355273, 33.830078 ], [ -84.355369, 33.83021 ], [ -84.355976, 33.83084 ], [ -84.356087, 33.83097 ], [ -84.356182, 33.8311 ], [ -84.356275, 33.831249 ], [ -84.356352, 33.831396 ], [ -84.356612, 33.832009 ], [ -84.356862, 33.832631 ], [ -84.357175, 33.833471 ], [ -84.357262, 33.833748 ], [ -84.357311, 33.833905 ], [ -84.357456, 33.834493 ], [ -84.357518, 33.834703 ], [ -84.35773, 33.835424 ], [ -84.357804, 33.835684 ], [ -84.357825, 33.835757 ], [ -84.357852, 33.835847 ], [ -84.35788, 33.835951 ], [ -84.357948, 33.836198 ], [ -84.35799, 33.83631 ], [ -84.357998, 33.836331 ], [ -84.358131, 33.836851 ], [ -84.358144, 33.837006 ], [ -84.358141, 33.83719 ], [ -84.358136, 33.837577 ], [ -84.358109, 33.839662 ], [ -84.358101, 33.840202 ], [ -84.358086, 33.841409 ], [ -84.358102, 33.841563 ], [ -84.35811, 33.841646 ], [ -84.358115, 33.842463 ], [ -84.358154, 33.843201 ], [ -84.358146, 33.843601 ], [ -84.358144, 33.843624 ], [ -84.358092, 33.84444 ], [ -84.358095, 33.844524 ], [ -84.358098, 33.844582 ], [ -84.358122, 33.844748 ], [ -84.358179, 33.844939 ], [ -84.358193, 33.844968 ], [ -84.358266, 33.845125 ], [ -84.3583, 33.84518 ], [ -84.358348, 33.845257 ], [ -84.358386, 33.845308 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009501", "name": "Census Tract 95.01, Fulton County, Georgia", "total_population_17": 3631, "white_alone_17": 3512.0, "black_alone_17": 47.0, "native_alone_17": 0.0, "asian_alone_17": 41.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 3.912, "pct_black_alone_change": -1.943, "pct_native_alone_change": -0.265, "pct_asian_alone_change": -0.277, "pct_hispanic_or_latino_change": -1.344, "pct_native_hawaiian_pacific_islander_change": -0.04, "INTPTLAT": "+33.8308250", "INTPTLON": "-084.3962959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.407612, 33.82041 ], [ -84.407609, 33.820625 ], [ -84.407608, 33.82073 ], [ -84.407563, 33.823897 ], [ -84.40756, 33.824149 ], [ -84.407555, 33.824468 ], [ -84.407532, 33.826088 ], [ -84.407498, 33.828443 ], [ -84.407495, 33.828709 ], [ -84.407475, 33.829863 ], [ -84.407459, 33.831659 ], [ -84.407438, 33.832736 ], [ -84.407416, 33.83497 ], [ -84.407322, 33.835024 ], [ -84.406756, 33.835307 ], [ -84.406332, 33.835503 ], [ -84.406213, 33.835559 ], [ -84.40599, 33.835673 ], [ -84.405668, 33.835851 ], [ -84.405615, 33.835889 ], [ -84.405098, 33.836427 ], [ -84.404984, 33.836569 ], [ -84.404905, 33.836706 ], [ -84.404623, 33.837305 ], [ -84.404561, 33.837409 ], [ -84.404487, 33.837508 ], [ -84.404279, 33.837719 ], [ -84.403742, 33.838156 ], [ -84.403425, 33.838452 ], [ -84.403194, 33.838705 ], [ -84.402603, 33.839413 ], [ -84.402305, 33.839742 ], [ -84.402205, 33.839832 ], [ -84.402085, 33.839916 ], [ -84.401969, 33.839979 ], [ -84.401833, 33.840037 ], [ -84.40093, 33.840399 ], [ -84.40023, 33.84067 ], [ -84.399846, 33.840826 ], [ -84.399633, 33.840924 ], [ -84.399372, 33.841063 ], [ -84.398921, 33.841331 ], [ -84.398371, 33.841675 ], [ -84.398094, 33.841872 ], [ -84.397995, 33.841957 ], [ -84.397906, 33.842049 ], [ -84.397827, 33.842145 ], [ -84.397757, 33.842246 ], [ -84.397381, 33.842909 ], [ -84.396629, 33.844198 ], [ -84.396285, 33.844082 ], [ -84.396049, 33.844034 ], [ -84.395827, 33.844021 ], [ -84.395375, 33.84404 ], [ -84.393801, 33.844107 ], [ -84.392953, 33.844147 ], [ -84.392534, 33.844189 ], [ -84.391743, 33.844306 ], [ -84.391546, 33.844327 ], [ -84.391592, 33.844081 ], [ -84.391581, 33.84393 ], [ -84.391502, 33.843286 ], [ -84.391419, 33.842748 ], [ -84.391367, 33.842004 ], [ -84.391323, 33.841803 ], [ -84.391282, 33.841694 ], [ -84.39123, 33.84159 ], [ -84.390951, 33.841144 ], [ -84.390766, 33.840747 ], [ -84.390724, 33.840677 ], [ -84.390653, 33.840596 ], [ -84.390358, 33.84033 ], [ -84.390289, 33.840285 ], [ -84.390211, 33.840253 ], [ -84.390256, 33.840108 ], [ -84.39028, 33.839959 ], [ -84.390283, 33.839814 ], [ -84.390265, 33.839658 ], [ -84.390228, 33.839501 ], [ -84.390173, 33.839348 ], [ -84.390102, 33.839206 ], [ -84.39, 33.839045 ], [ -84.389837, 33.838838 ], [ -84.389674, 33.838659 ], [ -84.388552, 33.837602 ], [ -84.388342, 33.837373 ], [ -84.388199, 33.837177 ], [ -84.38808, 33.836974 ], [ -84.387819, 33.836406 ], [ -84.387799, 33.836321 ], [ -84.387804, 33.836266 ], [ -84.38782, 33.836213 ], [ -84.387929, 33.836027 ], [ -84.38872, 33.83507 ], [ -84.388854, 33.834869 ], [ -84.388981, 33.834605 ], [ -84.389172, 33.834099 ], [ -84.389215, 33.833961 ], [ -84.389263, 33.833719 ], [ -84.38928, 33.833455 ], [ -84.389264, 33.833335 ], [ -84.389271, 33.833318 ], [ -84.389038, 33.832835 ], [ -84.388626, 33.832033 ], [ -84.388502, 33.831769 ], [ -84.388419, 33.831575 ], [ -84.388232, 33.831131 ], [ -84.387854, 33.830171 ], [ -84.38773, 33.829853 ], [ -84.387727, 33.829843 ], [ -84.387681, 33.829685 ], [ -84.387604, 33.829467 ], [ -84.387499, 33.829208 ], [ -84.38739, 33.829251 ], [ -84.387377, 33.829251 ], [ -84.387388, 33.828646 ], [ -84.387389, 33.827784 ], [ -84.387382, 33.827574 ], [ -84.387391, 33.826583 ], [ -84.387392, 33.825093 ], [ -84.38739, 33.824628 ], [ -84.387388, 33.824291 ], [ -84.387391, 33.823168 ], [ -84.387408, 33.823006 ], [ -84.387424, 33.822902 ], [ -84.387442, 33.822818 ], [ -84.387554, 33.822453 ], [ -84.387597, 33.822324 ], [ -84.387914, 33.821375 ], [ -84.388314, 33.820083 ], [ -84.388358, 33.81992 ], [ -84.388436, 33.819634 ], [ -84.388597, 33.819045 ], [ -84.388705, 33.818599 ], [ -84.388784, 33.818278 ], [ -84.38886, 33.818039 ], [ -84.388927, 33.817893 ], [ -84.389012, 33.817729 ], [ -84.389055, 33.817659 ], [ -84.389155, 33.817703 ], [ -84.390082, 33.81811 ], [ -84.390376, 33.818224 ], [ -84.390579, 33.818286 ], [ -84.390786, 33.818337 ], [ -84.390996, 33.818377 ], [ -84.391209, 33.818405 ], [ -84.391353, 33.818417 ], [ -84.392023, 33.818518 ], [ -84.392333, 33.818575 ], [ -84.392808, 33.818664 ], [ -84.393014, 33.818717 ], [ -84.393224, 33.818758 ], [ -84.393438, 33.818786 ], [ -84.393653, 33.818801 ], [ -84.393761, 33.818797 ], [ -84.393867, 33.818781 ], [ -84.39397, 33.818755 ], [ -84.394068, 33.818718 ], [ -84.394247, 33.818616 ], [ -84.394416, 33.818504 ], [ -84.394574, 33.818382 ], [ -84.394675, 33.818293 ], [ -84.395002, 33.817881 ], [ -84.395146, 33.817699 ], [ -84.39589, 33.816635 ], [ -84.395936, 33.816553 ], [ -84.395989, 33.816475 ], [ -84.396049, 33.8164 ], [ -84.396116, 33.816329 ], [ -84.396188, 33.816262 ], [ -84.396266, 33.8162 ], [ -84.396325, 33.816159 ], [ -84.39635, 33.816143 ], [ -84.396438, 33.81609 ], [ -84.39653, 33.816044 ], [ -84.396626, 33.816003 ], [ -84.396726, 33.815968 ], [ -84.396828, 33.81594 ], [ -84.397038, 33.815898 ], [ -84.397145, 33.815883 ], [ -84.397252, 33.815873 ], [ -84.39736, 33.815868 ], [ -84.397556, 33.815871 ], [ -84.398119, 33.815861 ], [ -84.398278, 33.815877 ], [ -84.398333, 33.815883 ], [ -84.398441, 33.815887 ], [ -84.398657, 33.815881 ], [ -84.398764, 33.815872 ], [ -84.398976, 33.81584 ], [ -84.399184, 33.81579 ], [ -84.399283, 33.815755 ], [ -84.399386, 33.815728 ], [ -84.399491, 33.815707 ], [ -84.399598, 33.815695 ], [ -84.399706, 33.81569 ], [ -84.399785, 33.815693 ], [ -84.399814, 33.815694 ], [ -84.399922, 33.815705 ], [ -84.400137, 33.815697 ], [ -84.400353, 33.815707 ], [ -84.40046, 33.815719 ], [ -84.400671, 33.815756 ], [ -84.400877, 33.815811 ], [ -84.401075, 33.815883 ], [ -84.401263, 33.81597 ], [ -84.401352, 33.816022 ], [ -84.401436, 33.816079 ], [ -84.401514, 33.816141 ], [ -84.401586, 33.816208 ], [ -84.401652, 33.816279 ], [ -84.401823, 33.816509 ], [ -84.401982, 33.816744 ], [ -84.402129, 33.816985 ], [ -84.402195, 33.817102 ], [ -84.402732, 33.817934 ], [ -84.402815, 33.818101 ], [ -84.402922, 33.818356 ], [ -84.402959, 33.818461 ], [ -84.402981, 33.818529 ], [ -84.403052, 33.818793 ], [ -84.403082, 33.81888 ], [ -84.403121, 33.818963 ], [ -84.403169, 33.819044 ], [ -84.403226, 33.819121 ], [ -84.403291, 33.819193 ], [ -84.403428, 33.819309 ], [ -84.404019, 33.819862 ], [ -84.404102, 33.81992 ], [ -84.404188, 33.819974 ], [ -84.404372, 33.820068 ], [ -84.404468, 33.820109 ], [ -84.404567, 33.820145 ], [ -84.404669, 33.820176 ], [ -84.404772, 33.820202 ], [ -84.404877, 33.820223 ], [ -84.405091, 33.820249 ], [ -84.405199, 33.820254 ], [ -84.405307, 33.820254 ], [ -84.405431, 33.820248 ], [ -84.406671, 33.820306 ], [ -84.406965, 33.820307 ], [ -84.407289, 33.820308 ], [ -84.407614, 33.820308 ], [ -84.407612, 33.82041 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009502", "name": "Census Tract 95.02, Fulton County, Georgia", "total_population_17": 3592, "white_alone_17": 2509.0, "black_alone_17": 558.0, "native_alone_17": 0.0, "asian_alone_17": 255.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 115.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -22.961, "pct_black_alone_change": 12.298, "pct_native_alone_change": -0.265, "pct_asian_alone_change": 5.693, "pct_hispanic_or_latino_change": 1.252, "pct_native_hawaiian_pacific_islander_change": -0.04, "INTPTLAT": "+33.8419877", "INTPTLON": "-084.3860683" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.395682, 33.845164 ], [ -84.395664, 33.845269 ], [ -84.395537, 33.845809 ], [ -84.39549, 33.845945 ], [ -84.395436, 33.846045 ], [ -84.395366, 33.846142 ], [ -84.395137, 33.84637 ], [ -84.394719, 33.846768 ], [ -84.394636, 33.846829 ], [ -84.394543, 33.846879 ], [ -84.394442, 33.846916 ], [ -84.394335, 33.846939 ], [ -84.393759, 33.846992 ], [ -84.393581, 33.847027 ], [ -84.393402, 33.847094 ], [ -84.392975, 33.847318 ], [ -84.392772, 33.84744 ], [ -84.39234, 33.847718 ], [ -84.392177, 33.847801 ], [ -84.392033, 33.847852 ], [ -84.391672, 33.847947 ], [ -84.391237, 33.848046 ], [ -84.390258, 33.848291 ], [ -84.389806, 33.848421 ], [ -84.389255, 33.848591 ], [ -84.388933, 33.848692 ], [ -84.388819, 33.848728 ], [ -84.38827, 33.8489 ], [ -84.388026, 33.848977 ], [ -84.387654, 33.84911 ], [ -84.387538, 33.849161 ], [ -84.387426, 33.849221 ], [ -84.387232, 33.849355 ], [ -84.387093, 33.849484 ], [ -84.386986, 33.849614 ], [ -84.386898, 33.849754 ], [ -84.386832, 33.849897 ], [ -84.386688, 33.850241 ], [ -84.386634, 33.850339 ], [ -84.386573, 33.850417 ], [ -84.386231, 33.85079 ], [ -84.38604, 33.850986 ], [ -84.385913, 33.851143 ], [ -84.385396, 33.851856 ], [ -84.385159, 33.852173 ], [ -84.385057, 33.852274 ], [ -84.38495, 33.852355 ], [ -84.384826, 33.852428 ], [ -84.384703, 33.852482 ], [ -84.384225, 33.852633 ], [ -84.383918, 33.852745 ], [ -84.383751, 33.852821 ], [ -84.383604, 33.852906 ], [ -84.383314, 33.853105 ], [ -84.383159, 33.853185 ], [ -84.383048, 33.853227 ], [ -84.382933, 33.853259 ], [ -84.382814, 33.853281 ], [ -84.382693, 33.853293 ], [ -84.382805, 33.852633 ], [ -84.382823, 33.852538 ], [ -84.382896, 33.852168 ], [ -84.382924, 33.852033 ], [ -84.382966, 33.851773 ], [ -84.382995, 33.851558 ], [ -84.383036, 33.851261 ], [ -84.383039, 33.851192 ], [ -84.383048, 33.851047 ], [ -84.383047, 33.850835 ], [ -84.383034, 33.850622 ], [ -84.38301, 33.85042 ], [ -84.382952, 33.8501 ], [ -84.382914, 33.849888 ], [ -84.38282, 33.849435 ], [ -84.38272, 33.848952 ], [ -84.382583, 33.848316 ], [ -84.38256, 33.84821 ], [ -84.382487, 33.847961 ], [ -84.382388, 33.847691 ], [ -84.38227, 33.847426 ], [ -84.382124, 33.847151 ], [ -84.381988, 33.84693 ], [ -84.381765, 33.8466 ], [ -84.38146, 33.846208 ], [ -84.380924, 33.845605 ], [ -84.38048, 33.845145 ], [ -84.379911, 33.8446 ], [ -84.379671, 33.844339 ], [ -84.379571, 33.844208 ], [ -84.379485, 33.84407 ], [ -84.379381, 33.843866 ], [ -84.379296, 33.843662 ], [ -84.378964, 33.842667 ], [ -84.37892, 33.842479 ], [ -84.378895, 33.842289 ], [ -84.378894, 33.842045 ], [ -84.378928, 33.841795 ], [ -84.37898, 33.841601 ], [ -84.37912, 33.841205 ], [ -84.379199, 33.840928 ], [ -84.379339, 33.840614 ], [ -84.379766, 33.839665 ], [ -84.379772, 33.839626 ], [ -84.379765, 33.839587 ], [ -84.379752, 33.839554 ], [ -84.379925, 33.839432 ], [ -84.379776, 33.839386 ], [ -84.379998, 33.839118 ], [ -84.380329, 33.838769 ], [ -84.380819, 33.838166 ], [ -84.380901, 33.838057 ], [ -84.380987, 33.837891 ], [ -84.381103, 33.837595 ], [ -84.381335, 33.837081 ], [ -84.382371, 33.834863 ], [ -84.382678, 33.834282 ], [ -84.382851, 33.833981 ], [ -84.382937, 33.833842 ], [ -84.383041, 33.833718 ], [ -84.38317, 33.8336 ], [ -84.383656, 33.833133 ], [ -84.383868, 33.832934 ], [ -84.384219, 33.832605 ], [ -84.385339, 33.831532 ], [ -84.385796, 33.831081 ], [ -84.38643, 33.830465 ], [ -84.387053, 33.829843 ], [ -84.387326, 33.82954 ], [ -84.387359, 33.829477 ], [ -84.387375, 33.829373 ], [ -84.387377, 33.829251 ], [ -84.38739, 33.829251 ], [ -84.387499, 33.829208 ], [ -84.387604, 33.829467 ], [ -84.387681, 33.829685 ], [ -84.387727, 33.829843 ], [ -84.38773, 33.829853 ], [ -84.387854, 33.830171 ], [ -84.388232, 33.831131 ], [ -84.388419, 33.831575 ], [ -84.388502, 33.831769 ], [ -84.388626, 33.832033 ], [ -84.389038, 33.832835 ], [ -84.389271, 33.833318 ], [ -84.389264, 33.833335 ], [ -84.38928, 33.833455 ], [ -84.389263, 33.833719 ], [ -84.389215, 33.833961 ], [ -84.389172, 33.834099 ], [ -84.388981, 33.834605 ], [ -84.388854, 33.834869 ], [ -84.38872, 33.83507 ], [ -84.387929, 33.836027 ], [ -84.38782, 33.836213 ], [ -84.387804, 33.836266 ], [ -84.387799, 33.836321 ], [ -84.387819, 33.836406 ], [ -84.38808, 33.836974 ], [ -84.388199, 33.837177 ], [ -84.388342, 33.837373 ], [ -84.388552, 33.837602 ], [ -84.389674, 33.838659 ], [ -84.389837, 33.838838 ], [ -84.39, 33.839045 ], [ -84.390102, 33.839206 ], [ -84.390173, 33.839348 ], [ -84.390228, 33.839501 ], [ -84.390265, 33.839658 ], [ -84.390283, 33.839814 ], [ -84.39028, 33.839959 ], [ -84.390256, 33.840108 ], [ -84.390211, 33.840253 ], [ -84.390289, 33.840285 ], [ -84.390358, 33.84033 ], [ -84.390653, 33.840596 ], [ -84.390724, 33.840677 ], [ -84.390766, 33.840747 ], [ -84.390951, 33.841144 ], [ -84.39123, 33.84159 ], [ -84.391282, 33.841694 ], [ -84.391323, 33.841803 ], [ -84.391367, 33.842004 ], [ -84.391419, 33.842748 ], [ -84.391502, 33.843286 ], [ -84.391581, 33.84393 ], [ -84.391592, 33.844081 ], [ -84.391546, 33.844327 ], [ -84.391743, 33.844306 ], [ -84.392534, 33.844189 ], [ -84.392953, 33.844147 ], [ -84.393801, 33.844107 ], [ -84.395375, 33.84404 ], [ -84.395412, 33.844251 ], [ -84.39545, 33.844381 ], [ -84.395501, 33.844502 ], [ -84.395604, 33.844694 ], [ -84.395654, 33.84483 ], [ -84.395684, 33.844987 ], [ -84.395682, 33.845164 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009601", "name": "Census Tract 96.01, Fulton County, Georgia", "total_population_17": 2670, "white_alone_17": 2027.0, "black_alone_17": 227.0, "native_alone_17": 0.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 177.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -3.858, "pct_black_alone_change": 2.29, "pct_native_alone_change": -0.327, "pct_asian_alone_change": 0.217, "pct_hispanic_or_latino_change": -3.004, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8463916", "INTPTLON": "-084.3777069" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.383048, 33.851047 ], [ -84.383039, 33.851192 ], [ -84.383036, 33.851261 ], [ -84.382995, 33.851558 ], [ -84.382966, 33.851773 ], [ -84.382924, 33.852033 ], [ -84.382896, 33.852168 ], [ -84.382823, 33.852538 ], [ -84.382805, 33.852633 ], [ -84.382693, 33.853293 ], [ -84.382674, 33.853382 ], [ -84.382672, 33.8537 ], [ -84.382669, 33.854182 ], [ -84.382535, 33.854178 ], [ -84.382482, 33.854161 ], [ -84.382437, 33.854133 ], [ -84.382041, 33.853759 ], [ -84.381576, 33.853318 ], [ -84.381313, 33.853069 ], [ -84.381144, 33.852909 ], [ -84.380754, 33.852538 ], [ -84.380624, 33.852416 ], [ -84.380405, 33.852208 ], [ -84.380004, 33.851828 ], [ -84.379362, 33.851219 ], [ -84.379301, 33.851162 ], [ -84.378988, 33.850865 ], [ -84.378699, 33.850621 ], [ -84.378384, 33.850397 ], [ -84.378134, 33.850244 ], [ -84.377873, 33.850104 ], [ -84.376263, 33.849335 ], [ -84.375562, 33.849034 ], [ -84.374196, 33.848513 ], [ -84.374107, 33.848465 ], [ -84.373928, 33.848369 ], [ -84.373756, 33.848243 ], [ -84.373626, 33.84811 ], [ -84.373522, 33.847961 ], [ -84.373238, 33.847416 ], [ -84.372638, 33.846146 ], [ -84.372583, 33.84603 ], [ -84.37249, 33.845834 ], [ -84.372392, 33.845635 ], [ -84.372276, 33.845399 ], [ -84.372087, 33.845038 ], [ -84.371392, 33.843774 ], [ -84.371339, 33.843652 ], [ -84.371822, 33.843361 ], [ -84.372491, 33.842975 ], [ -84.372794, 33.842765 ], [ -84.373252, 33.842464 ], [ -84.374136, 33.84186 ], [ -84.374215, 33.841807 ], [ -84.374472, 33.841635 ], [ -84.374967, 33.841356 ], [ -84.375571, 33.841026 ], [ -84.376507, 33.840587 ], [ -84.376725, 33.840497 ], [ -84.377, 33.840399 ], [ -84.377089, 33.840368 ], [ -84.377305, 33.840319 ], [ -84.377534, 33.840282 ], [ -84.377692, 33.840275 ], [ -84.377894, 33.840279 ], [ -84.378179, 33.840275 ], [ -84.378274, 33.840261 ], [ -84.378363, 33.840236 ], [ -84.378485, 33.840192 ], [ -84.378679, 33.840113 ], [ -84.378947, 33.839972 ], [ -84.379248, 33.839784 ], [ -84.379776, 33.839386 ], [ -84.379925, 33.839432 ], [ -84.379752, 33.839554 ], [ -84.379765, 33.839587 ], [ -84.379772, 33.839626 ], [ -84.379766, 33.839665 ], [ -84.379339, 33.840614 ], [ -84.379199, 33.840928 ], [ -84.37912, 33.841205 ], [ -84.37898, 33.841601 ], [ -84.378928, 33.841795 ], [ -84.378894, 33.842045 ], [ -84.378895, 33.842289 ], [ -84.37892, 33.842479 ], [ -84.378964, 33.842667 ], [ -84.379296, 33.843662 ], [ -84.379381, 33.843866 ], [ -84.379485, 33.84407 ], [ -84.379571, 33.844208 ], [ -84.379671, 33.844339 ], [ -84.379911, 33.8446 ], [ -84.38048, 33.845145 ], [ -84.380924, 33.845605 ], [ -84.38146, 33.846208 ], [ -84.381765, 33.8466 ], [ -84.381988, 33.84693 ], [ -84.382124, 33.847151 ], [ -84.38227, 33.847426 ], [ -84.382388, 33.847691 ], [ -84.382487, 33.847961 ], [ -84.38256, 33.84821 ], [ -84.382583, 33.848316 ], [ -84.38272, 33.848952 ], [ -84.38282, 33.849435 ], [ -84.382914, 33.849888 ], [ -84.382952, 33.8501 ], [ -84.38301, 33.85042 ], [ -84.383034, 33.850622 ], [ -84.383047, 33.850835 ], [ -84.383048, 33.851047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009602", "name": "Census Tract 96.02, Fulton County, Georgia", "total_population_17": 4953, "white_alone_17": 3720.0, "black_alone_17": 729.0, "native_alone_17": 0.0, "asian_alone_17": 187.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 154.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -4.67, "pct_black_alone_change": 8.506, "pct_native_alone_change": -0.327, "pct_asian_alone_change": 0.097, "pct_hispanic_or_latino_change": -6.524, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8440942", "INTPTLON": "-084.3614273" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.371339, 33.843652 ], [ -84.370341, 33.844242 ], [ -84.369685, 33.844624 ], [ -84.369177, 33.844898 ], [ -84.369022, 33.845015 ], [ -84.368918, 33.845108 ], [ -84.368716, 33.845304 ], [ -84.368584, 33.845465 ], [ -84.368512, 33.845574 ], [ -84.368451, 33.845694 ], [ -84.36839, 33.84584 ], [ -84.368339, 33.84604 ], [ -84.368247, 33.846354 ], [ -84.368119, 33.846642 ], [ -84.367807, 33.847125 ], [ -84.367644, 33.847337 ], [ -84.367508, 33.847458 ], [ -84.367349, 33.847609 ], [ -84.367151, 33.84781 ], [ -84.366854, 33.848112 ], [ -84.366593, 33.84837 ], [ -84.366431, 33.848499 ], [ -84.366304, 33.848585 ], [ -84.366192, 33.848662 ], [ -84.365833, 33.848829 ], [ -84.365674, 33.848873 ], [ -84.365572, 33.848892 ], [ -84.365464, 33.848895 ], [ -84.365262, 33.84889 ], [ -84.365038, 33.848876 ], [ -84.364997, 33.848874 ], [ -84.3647, 33.848868 ], [ -84.364567, 33.848881 ], [ -84.36444, 33.84891 ], [ -84.363654, 33.849183 ], [ -84.363321, 33.849318 ], [ -84.363194, 33.849369 ], [ -84.363001, 33.849448 ], [ -84.362892, 33.849504 ], [ -84.362796, 33.84956 ], [ -84.362601, 33.849735 ], [ -84.362203, 33.850148 ], [ -84.361882, 33.850504 ], [ -84.361523, 33.850883 ], [ -84.361261, 33.851167 ], [ -84.361024, 33.851468 ], [ -84.360859, 33.851696 ], [ -84.360651, 33.852093 ], [ -84.360381, 33.852646 ], [ -84.360214, 33.852959 ], [ -84.360081, 33.853167 ], [ -84.359956, 33.853322 ], [ -84.359865, 33.8534 ], [ -84.359672, 33.853522 ], [ -84.359507, 33.853613 ], [ -84.359383, 33.853663 ], [ -84.359159, 33.853738 ], [ -84.358821, 33.853831 ], [ -84.358472, 33.853897 ], [ -84.358072, 33.853953 ], [ -84.35766, 33.853975 ], [ -84.356369, 33.854026 ], [ -84.356141, 33.854042 ], [ -84.355906, 33.854079 ], [ -84.355045, 33.854351 ], [ -84.354508, 33.854529 ], [ -84.354249, 33.854609 ], [ -84.353947, 33.854702 ], [ -84.353563, 33.854836 ], [ -84.35277, 33.85513 ], [ -84.352449, 33.85524 ], [ -84.35141, 33.855596 ], [ -84.351014, 33.855735 ], [ -84.350661, 33.855886 ], [ -84.350423, 33.856018 ], [ -84.350363, 33.856061 ], [ -84.349998, 33.856332 ], [ -84.349951, 33.856367 ], [ -84.349621, 33.856634 ], [ -84.349354, 33.85686 ], [ -84.34909, 33.857044 ], [ -84.348838, 33.857213 ], [ -84.348593, 33.857355 ], [ -84.348433, 33.857431 ], [ -84.348298, 33.857486 ], [ -84.348272, 33.854759 ], [ -84.348268, 33.854337 ], [ -84.348279, 33.854238 ], [ -84.348457, 33.85413 ], [ -84.348694, 33.853962 ], [ -84.349021, 33.853689 ], [ -84.349246, 33.853493 ], [ -84.349491, 33.853226 ], [ -84.349739, 33.852937 ], [ -84.349956, 33.852614 ], [ -84.350133, 33.85232 ], [ -84.350227, 33.852139 ], [ -84.350499, 33.851542 ], [ -84.350739, 33.850976 ], [ -84.350975, 33.85046 ], [ -84.351048, 33.850291 ], [ -84.351172, 33.850041 ], [ -84.351312, 33.849797 ], [ -84.351466, 33.84956 ], [ -84.351636, 33.849329 ], [ -84.35182, 33.849107 ], [ -84.352018, 33.848893 ], [ -84.35223, 33.848688 ], [ -84.352309, 33.848619 ], [ -84.352454, 33.848492 ], [ -84.35269, 33.848307 ], [ -84.352955, 33.848121 ], [ -84.35323, 33.847958 ], [ -84.3553, 33.846829 ], [ -84.356966, 33.846 ], [ -84.357357, 33.845806 ], [ -84.358386, 33.845308 ], [ -84.358569, 33.84522 ], [ -84.359199, 33.844896 ], [ -84.359294, 33.844852 ], [ -84.359385, 33.844804 ], [ -84.359557, 33.844695 ], [ -84.359637, 33.844635 ], [ -84.360041, 33.844301 ], [ -84.360732, 33.843634 ], [ -84.360863, 33.843491 ], [ -84.360984, 33.843341 ], [ -84.361095, 33.843187 ], [ -84.361195, 33.843027 ], [ -84.361301, 33.84283 ], [ -84.361348, 33.842729 ], [ -84.361398, 33.84261 ], [ -84.361471, 33.842399 ], [ -84.36151, 33.842262 ], [ -84.361548, 33.842084 ], [ -84.361574, 33.841905 ], [ -84.361588, 33.841726 ], [ -84.361595, 33.840761 ], [ -84.361579, 33.840615 ], [ -84.361534, 33.840417 ], [ -84.361381, 33.839961 ], [ -84.361177, 33.839403 ], [ -84.361007, 33.838984 ], [ -84.360622, 33.838233 ], [ -84.36038, 33.837686 ], [ -84.360231, 33.837331 ], [ -84.360141, 33.836956 ], [ -84.360095, 33.836522 ], [ -84.36009, 33.836097 ], [ -84.36013, 33.835647 ], [ -84.360311, 33.834915 ], [ -84.360443, 33.834595 ], [ -84.360513, 33.834451 ], [ -84.360589, 33.834299 ], [ -84.360645, 33.834186 ], [ -84.360727, 33.834041 ], [ -84.36077, 33.833965 ], [ -84.360912, 33.833786 ], [ -84.361204, 33.833417 ], [ -84.361594, 33.833015 ], [ -84.361743, 33.832883 ], [ -84.362289, 33.832427 ], [ -84.363592, 33.831432 ], [ -84.364492, 33.830727 ], [ -84.365106, 33.830266 ], [ -84.365714, 33.829781 ], [ -84.366393, 33.829264 ], [ -84.367437, 33.828459 ], [ -84.367651, 33.8291 ], [ -84.367715, 33.829348 ], [ -84.367772, 33.829632 ], [ -84.368016, 33.830907 ], [ -84.36804, 33.83108 ], [ -84.36805, 33.831248 ], [ -84.368047, 33.831565 ], [ -84.368014, 33.833607 ], [ -84.368009, 33.834185 ], [ -84.368009, 33.835994 ], [ -84.368012, 33.836579 ], [ -84.368035, 33.836779 ], [ -84.368076, 33.836978 ], [ -84.368164, 33.837254 ], [ -84.368294, 33.837535 ], [ -84.368994, 33.838924 ], [ -84.369268, 33.839469 ], [ -84.370569, 33.84205 ], [ -84.37117, 33.843243 ], [ -84.371339, 33.843652 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009603", "name": "Census Tract 96.03, Fulton County, Georgia", "total_population_17": 4401, "white_alone_17": 3050.0, "black_alone_17": 774.0, "native_alone_17": 0.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 333.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -10.474, "pct_black_alone_change": 11.375, "pct_native_alone_change": -0.327, "pct_asian_alone_change": -1.951, "pct_hispanic_or_latino_change": -2.067, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8343705", "INTPTLON": "-084.3757572" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.387377, 33.829251 ], [ -84.387375, 33.829373 ], [ -84.387359, 33.829477 ], [ -84.387326, 33.82954 ], [ -84.387053, 33.829843 ], [ -84.38643, 33.830465 ], [ -84.385796, 33.831081 ], [ -84.385339, 33.831532 ], [ -84.384219, 33.832605 ], [ -84.383868, 33.832934 ], [ -84.383656, 33.833133 ], [ -84.38317, 33.8336 ], [ -84.383041, 33.833718 ], [ -84.382937, 33.833842 ], [ -84.382851, 33.833981 ], [ -84.382678, 33.834282 ], [ -84.382371, 33.834863 ], [ -84.381335, 33.837081 ], [ -84.381103, 33.837595 ], [ -84.380987, 33.837891 ], [ -84.380901, 33.838057 ], [ -84.380819, 33.838166 ], [ -84.380329, 33.838769 ], [ -84.379998, 33.839118 ], [ -84.379776, 33.839386 ], [ -84.379248, 33.839784 ], [ -84.378947, 33.839972 ], [ -84.378679, 33.840113 ], [ -84.378485, 33.840192 ], [ -84.378363, 33.840236 ], [ -84.378274, 33.840261 ], [ -84.378179, 33.840275 ], [ -84.377894, 33.840279 ], [ -84.377692, 33.840275 ], [ -84.377534, 33.840282 ], [ -84.377305, 33.840319 ], [ -84.377089, 33.840368 ], [ -84.377, 33.840399 ], [ -84.376725, 33.840497 ], [ -84.376507, 33.840587 ], [ -84.375571, 33.841026 ], [ -84.374967, 33.841356 ], [ -84.374472, 33.841635 ], [ -84.374215, 33.841807 ], [ -84.374136, 33.84186 ], [ -84.373252, 33.842464 ], [ -84.372794, 33.842765 ], [ -84.372491, 33.842975 ], [ -84.371822, 33.843361 ], [ -84.371339, 33.843652 ], [ -84.37117, 33.843243 ], [ -84.370569, 33.84205 ], [ -84.369268, 33.839469 ], [ -84.368994, 33.838924 ], [ -84.368294, 33.837535 ], [ -84.368164, 33.837254 ], [ -84.368076, 33.836978 ], [ -84.368035, 33.836779 ], [ -84.368012, 33.836579 ], [ -84.368009, 33.835994 ], [ -84.368009, 33.834185 ], [ -84.368014, 33.833607 ], [ -84.368047, 33.831565 ], [ -84.36805, 33.831248 ], [ -84.36804, 33.83108 ], [ -84.368016, 33.830907 ], [ -84.367772, 33.829632 ], [ -84.367842, 33.829623 ], [ -84.367901, 33.829628 ], [ -84.367959, 33.829646 ], [ -84.36801, 33.829677 ], [ -84.368136, 33.829788 ], [ -84.368598, 33.830316 ], [ -84.368744, 33.830462 ], [ -84.368969, 33.830643 ], [ -84.369301, 33.830826 ], [ -84.369371, 33.830741 ], [ -84.369438, 33.830608 ], [ -84.369485, 33.830429 ], [ -84.369497, 33.830325 ], [ -84.369494, 33.830203 ], [ -84.369457, 33.830017 ], [ -84.369345, 33.829735 ], [ -84.369224, 33.829444 ], [ -84.369205, 33.829367 ], [ -84.369195, 33.829232 ], [ -84.369206, 33.829108 ], [ -84.369224, 33.829033 ], [ -84.369335, 33.828841 ], [ -84.369436, 33.828743 ], [ -84.369517, 33.828685 ], [ -84.369587, 33.82865 ], [ -84.369661, 33.828624 ], [ -84.36974, 33.828606 ], [ -84.36982, 33.828597 ], [ -84.371271, 33.828606 ], [ -84.373144, 33.828618 ], [ -84.373708, 33.828621 ], [ -84.375714, 33.828634 ], [ -84.37727, 33.828644 ], [ -84.37845, 33.828652 ], [ -84.380711, 33.828664 ], [ -84.383588, 33.828665 ], [ -84.383706, 33.828665 ], [ -84.387166, 33.828656 ], [ -84.387388, 33.828646 ], [ -84.387377, 33.829251 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009700", "name": "Census Tract 97, Fulton County, Georgia", "total_population_17": 3855, "white_alone_17": 3271.0, "black_alone_17": 315.0, "native_alone_17": 0.0, "asian_alone_17": 142.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 127.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -7.388, "pct_black_alone_change": 4.838, "pct_native_alone_change": -0.127, "pct_asian_alone_change": 1.114, "pct_hispanic_or_latino_change": 1.589, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8422302", "INTPTLON": "-084.4439703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.460495, 33.841123 ], [ -84.460184, 33.842184 ], [ -84.459739, 33.843798 ], [ -84.459558, 33.844235 ], [ -84.459532, 33.844298 ], [ -84.458994, 33.845599 ], [ -84.458831, 33.846434 ], [ -84.458658, 33.847971 ], [ -84.458651, 33.848019 ], [ -84.458611, 33.848287 ], [ -84.458534, 33.848605 ], [ -84.458643, 33.848863 ], [ -84.45866, 33.848904 ], [ -84.458714, 33.849035 ], [ -84.459129, 33.850004 ], [ -84.459914, 33.851416 ], [ -84.460129, 33.851804 ], [ -84.459829, 33.853204 ], [ -84.456023, 33.857312 ], [ -84.455278, 33.857884 ], [ -84.455086, 33.858032 ], [ -84.454885, 33.858236 ], [ -84.454692, 33.858433 ], [ -84.454678, 33.858447 ], [ -84.454526, 33.858602 ], [ -84.454367, 33.858764 ], [ -84.454229, 33.858904 ], [ -84.454239, 33.859707 ], [ -84.454239, 33.859731 ], [ -84.454239, 33.859789 ], [ -84.454239, 33.860034 ], [ -84.454239, 33.860269 ], [ -84.454239, 33.860361 ], [ -84.454229, 33.861004 ], [ -84.455848, 33.863332 ], [ -84.455929, 33.864703 ], [ -84.455556, 33.865429 ], [ -84.455551, 33.865439 ], [ -84.455393, 33.865746 ], [ -84.454869, 33.866662 ], [ -84.453909, 33.86764 ], [ -84.453779, 33.867505 ], [ -84.452846, 33.866479 ], [ -84.45233, 33.865895 ], [ -84.45218, 33.865738 ], [ -84.451983, 33.865553 ], [ -84.451761, 33.865368 ], [ -84.451526, 33.865194 ], [ -84.45119, 33.864979 ], [ -84.450948, 33.864845 ], [ -84.450697, 33.864723 ], [ -84.450445, 33.864615 ], [ -84.450179, 33.864516 ], [ -84.449906, 33.864429 ], [ -84.449758, 33.86439 ], [ -84.449628, 33.864356 ], [ -84.449345, 33.864295 ], [ -84.449059, 33.864248 ], [ -84.448769, 33.864215 ], [ -84.446946, 33.864046 ], [ -84.446146, 33.863972 ], [ -84.444914, 33.863858 ], [ -84.440053, 33.863409 ], [ -84.439367, 33.863345 ], [ -84.439154, 33.863325 ], [ -84.438888, 33.86329 ], [ -84.438538, 33.863227 ], [ -84.438111, 33.863129 ], [ -84.438062, 33.863112 ], [ -84.437857, 33.863039 ], [ -84.437617, 33.862941 ], [ -84.436686, 33.861869 ], [ -84.435934, 33.861004 ], [ -84.435882, 33.86094 ], [ -84.434177, 33.859102 ], [ -84.433923, 33.858801 ], [ -84.433678, 33.8585 ], [ -84.433091, 33.857741 ], [ -84.432782, 33.857233 ], [ -84.432512, 33.856738 ], [ -84.432155, 33.856049 ], [ -84.432002, 33.855717 ], [ -84.431924, 33.85549 ], [ -84.431725, 33.854695 ], [ -84.431408, 33.853589 ], [ -84.431389, 33.853523 ], [ -84.431377, 33.85348 ], [ -84.431253, 33.853166 ], [ -84.431122, 33.852782 ], [ -84.431036, 33.85246 ], [ -84.430975, 33.852176 ], [ -84.430911, 33.851737 ], [ -84.430869, 33.851343 ], [ -84.430843, 33.850654 ], [ -84.430822, 33.849791 ], [ -84.430826, 33.849174 ], [ -84.430811, 33.848917 ], [ -84.430795, 33.84887 ], [ -84.430755, 33.848571 ], [ -84.43067, 33.848211 ], [ -84.430566, 33.84776 ], [ -84.430456, 33.847425 ], [ -84.430368, 33.847133 ], [ -84.429839, 33.84541 ], [ -84.429794, 33.845252 ], [ -84.429757, 33.845008 ], [ -84.429709, 33.844746 ], [ -84.42969, 33.844508 ], [ -84.429678, 33.844185 ], [ -84.429696, 33.843655 ], [ -84.429745, 33.843089 ], [ -84.429836, 33.842309 ], [ -84.429891, 33.841797 ], [ -84.429897, 33.841316 ], [ -84.429899, 33.841213 ], [ -84.429884, 33.840434 ], [ -84.429842, 33.840047 ], [ -84.429773, 33.839775 ], [ -84.42955, 33.838715 ], [ -84.429542, 33.838688 ], [ -84.429509, 33.838574 ], [ -84.429438, 33.838327 ], [ -84.429141, 33.837439 ], [ -84.428699, 33.8365 ], [ -84.42859, 33.836269 ], [ -84.428169, 33.835404 ], [ -84.427905, 33.83492 ], [ -84.427498, 33.834153 ], [ -84.42737, 33.833829 ], [ -84.426617, 33.832328 ], [ -84.426492, 33.832091 ], [ -84.426352, 33.831825 ], [ -84.425008, 33.828797 ], [ -84.424903, 33.828488 ], [ -84.424046, 33.825973 ], [ -84.423989, 33.825571 ], [ -84.423882, 33.825118 ], [ -84.423865, 33.825045 ], [ -84.423825, 33.824918 ], [ -84.423849, 33.824924 ], [ -84.423954, 33.824943 ], [ -84.424061, 33.824956 ], [ -84.4241, 33.824959 ], [ -84.424169, 33.824962 ], [ -84.424277, 33.824962 ], [ -84.424385, 33.824955 ], [ -84.424491, 33.824941 ], [ -84.424596, 33.824921 ], [ -84.4247, 33.824895 ], [ -84.424898, 33.824824 ], [ -84.425088, 33.824738 ], [ -84.425266, 33.824636 ], [ -84.425372, 33.824564 ], [ -84.42553, 33.824441 ], [ -84.425699, 33.824329 ], [ -84.425877, 33.824227 ], [ -84.426063, 33.824135 ], [ -84.426256, 33.824055 ], [ -84.426378, 33.824012 ], [ -84.4265, 33.823957 ], [ -84.426994, 33.823734 ], [ -84.427095, 33.823701 ], [ -84.427291, 33.823625 ], [ -84.427479, 33.823537 ], [ -84.427658, 33.823436 ], [ -84.427827, 33.823324 ], [ -84.427984, 33.8232 ], [ -84.428129, 33.823067 ], [ -84.428259, 33.822923 ], [ -84.428372, 33.82277 ], [ -84.42845, 33.822641 ], [ -84.428518, 33.822572 ], [ -84.428596, 33.822509 ], [ -84.428682, 33.822455 ], [ -84.428776, 33.82241 ], [ -84.428876, 33.822375 ], [ -84.428979, 33.822351 ], [ -84.429086, 33.822337 ], [ -84.429194, 33.822334 ], [ -84.42928, 33.822341 ], [ -84.429301, 33.822342 ], [ -84.429514, 33.822374 ], [ -84.429618, 33.822397 ], [ -84.429814, 33.822454 ], [ -84.430005, 33.822538 ], [ -84.430189, 33.822632 ], [ -84.430366, 33.822735 ], [ -84.430536, 33.822846 ], [ -84.430698, 33.822965 ], [ -84.4309, 33.823135 ], [ -84.43104, 33.823272 ], [ -84.431118, 33.823335 ], [ -84.431199, 33.823394 ], [ -84.431285, 33.823449 ], [ -84.431466, 33.823546 ], [ -84.431562, 33.823588 ], [ -84.431661, 33.823625 ], [ -84.431761, 33.823657 ], [ -84.431864, 33.823684 ], [ -84.431969, 33.823706 ], [ -84.432075, 33.823721 ], [ -84.432183, 33.82373 ], [ -84.432291, 33.823732 ], [ -84.432399, 33.823726 ], [ -84.432538, 33.823709 ], [ -84.432642, 33.823684 ], [ -84.432749, 33.823673 ], [ -84.432857, 33.823676 ], [ -84.432963, 33.823694 ], [ -84.433064, 33.823724 ], [ -84.433158, 33.823768 ], [ -84.433243, 33.823824 ], [ -84.433306, 33.82388 ], [ -84.433317, 33.82389 ], [ -84.433377, 33.823964 ], [ -84.433421, 33.824046 ], [ -84.433454, 33.824132 ], [ -84.433474, 33.824221 ], [ -84.433481, 33.824311 ], [ -84.433475, 33.824409 ], [ -84.433507, 33.824678 ], [ -84.433541, 33.824856 ], [ -84.43361, 33.82512 ], [ -84.433669, 33.825293 ], [ -84.433774, 33.825549 ], [ -84.433982, 33.825823 ], [ -84.434034, 33.825902 ], [ -84.434093, 33.825978 ], [ -84.434159, 33.826049 ], [ -84.434233, 33.826115 ], [ -84.434313, 33.826175 ], [ -84.434398, 33.82623 ], [ -84.434489, 33.826279 ], [ -84.434585, 33.826321 ], [ -84.434684, 33.826356 ], [ -84.434786, 33.826386 ], [ -84.434893, 33.826397 ], [ -84.435, 33.826389 ], [ -84.435103, 33.826362 ], [ -84.435197, 33.826318 ], [ -84.435281, 33.826261 ], [ -84.435353, 33.826194 ], [ -84.435401, 33.826114 ], [ -84.435459, 33.826038 ], [ -84.435525, 33.825967 ], [ -84.4356, 33.825901 ], [ -84.435682, 33.825843 ], [ -84.43577, 33.825791 ], [ -84.43596, 33.825705 ], [ -84.436235, 33.825563 ], [ -84.436499, 33.825405 ], [ -84.43692, 33.825123 ], [ -84.437266, 33.824908 ], [ -84.437621, 33.824702 ], [ -84.437713, 33.824655 ], [ -84.437903, 33.824569 ], [ -84.4381, 33.824496 ], [ -84.438407, 33.824409 ], [ -84.438478, 33.824397 ], [ -84.438513, 33.824391 ], [ -84.43862, 33.824382 ], [ -84.438728, 33.824383 ], [ -84.438835, 33.824393 ], [ -84.439045, 33.824436 ], [ -84.439252, 33.824488 ], [ -84.439455, 33.824549 ], [ -84.439757, 33.824653 ], [ -84.440038, 33.82475 ], [ -84.440203, 33.824808 ], [ -84.440412, 33.824853 ], [ -84.440848, 33.82494 ], [ -84.441147, 33.825 ], [ -84.441359, 33.825035 ], [ -84.441417, 33.825048 ], [ -84.441463, 33.825059 ], [ -84.441565, 33.825088 ], [ -84.441664, 33.825124 ], [ -84.44176, 33.825166 ], [ -84.441851, 33.825214 ], [ -84.441938, 33.825267 ], [ -84.44202, 33.825326 ], [ -84.442105, 33.825403 ], [ -84.442239, 33.825525 ], [ -84.442442, 33.825736 ], [ -84.442577, 33.825894 ], [ -84.442867, 33.826291 ], [ -84.442937, 33.826387 ], [ -84.443065, 33.826649 ], [ -84.443122, 33.826725 ], [ -84.443191, 33.826795 ], [ -84.443271, 33.826855 ], [ -84.443359, 33.826907 ], [ -84.443456, 33.826948 ], [ -84.443586, 33.826984 ], [ -84.443682, 33.827025 ], [ -84.443769, 33.827078 ], [ -84.443846, 33.827141 ], [ -84.443911, 33.827213 ], [ -84.443962, 33.827292 ], [ -84.443998, 33.827377 ], [ -84.444019, 33.827465 ], [ -84.444024, 33.827555 ], [ -84.444011, 33.827645 ], [ -84.443991, 33.827733 ], [ -84.443963, 33.82782 ], [ -84.443929, 33.827906 ], [ -84.443888, 33.827989 ], [ -84.44384, 33.82807 ], [ -84.443757, 33.828186 ], [ -84.443118, 33.82923 ], [ -84.442941, 33.829461 ], [ -84.442653, 33.829836 ], [ -84.442609, 33.829918 ], [ -84.442577, 33.830004 ], [ -84.442558, 33.830093 ], [ -84.442553, 33.830183 ], [ -84.442561, 33.830273 ], [ -84.442582, 33.830361 ], [ -84.442617, 33.830447 ], [ -84.442664, 33.830528 ], [ -84.442722, 33.830603 ], [ -84.44286, 33.830726 ], [ -84.443174, 33.830973 ], [ -84.4435, 33.83121 ], [ -84.443837, 33.831435 ], [ -84.444184, 33.83165 ], [ -84.44456, 33.831863 ], [ -84.444636, 33.831926 ], [ -84.444724, 33.831979 ], [ -84.44482, 33.832018 ], [ -84.444924, 33.832044 ], [ -84.445031, 33.832056 ], [ -84.445139, 33.832053 ], [ -84.445244, 33.832035 ], [ -84.445345, 33.832003 ], [ -84.44542, 33.831964 ], [ -84.446038, 33.831364 ], [ -84.44684, 33.830294 ], [ -84.446986, 33.830161 ], [ -84.447119, 33.830019 ], [ -84.447239, 33.82987 ], [ -84.447345, 33.829713 ], [ -84.447437, 33.82955 ], [ -84.447477, 33.829466 ], [ -84.447538, 33.82932 ], [ -84.447709, 33.828681 ], [ -84.447746, 33.828503 ], [ -84.447768, 33.828324 ], [ -84.447774, 33.828144 ], [ -84.447765, 33.827964 ], [ -84.447736, 33.827764 ], [ -84.447712, 33.827073 ], [ -84.447719, 33.826983 ], [ -84.447735, 33.826894 ], [ -84.447759, 33.826806 ], [ -84.447791, 33.82672 ], [ -84.447831, 33.826636 ], [ -84.447879, 33.826555 ], [ -84.447993, 33.826403 ], [ -84.448067, 33.826337 ], [ -84.448154, 33.826283 ], [ -84.44825, 33.826243 ], [ -84.448353, 33.826217 ], [ -84.448461, 33.826206 ], [ -84.448568, 33.826201 ], [ -84.448676, 33.826201 ], [ -84.448891, 33.826219 ], [ -84.448997, 33.826236 ], [ -84.449102, 33.826258 ], [ -84.449205, 33.826285 ], [ -84.449306, 33.826317 ], [ -84.449404, 33.826354 ], [ -84.449585, 33.826437 ], [ -84.449727, 33.826509 ], [ -84.449813, 33.826527 ], [ -84.450886, 33.826913 ], [ -84.451923, 33.827139 ], [ -84.454267, 33.826968 ], [ -84.455085, 33.826909 ], [ -84.455428, 33.827016 ], [ -84.455414, 33.827097 ], [ -84.455398, 33.827197 ], [ -84.455372, 33.827359 ], [ -84.455345, 33.827521 ], [ -84.455167, 33.828572 ], [ -84.455138, 33.828806 ], [ -84.456514, 33.831242 ], [ -84.456588, 33.831374 ], [ -84.457964, 33.83381 ], [ -84.460324, 33.838948 ], [ -84.460499, 33.84111 ], [ -84.460495, 33.841123 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009801", "name": "Census Tract 98.01, Fulton County, Georgia", "total_population_17": 4787, "white_alone_17": 4196.0, "black_alone_17": 223.0, "native_alone_17": 0.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 162.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -6.828, "pct_black_alone_change": 2.603, "pct_native_alone_change": -0.181, "pct_asian_alone_change": 0.867, "pct_hispanic_or_latino_change": 2.247, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8391503", "INTPTLON": "-084.4145464" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.430795, 33.84887 ], [ -84.430343, 33.848989 ], [ -84.430032, 33.849071 ], [ -84.429234, 33.849282 ], [ -84.428875, 33.849391 ], [ -84.42857, 33.849499 ], [ -84.427576, 33.849886 ], [ -84.42719, 33.850036 ], [ -84.426891, 33.850151 ], [ -84.42582, 33.850561 ], [ -84.425215, 33.85081 ], [ -84.424997, 33.850892 ], [ -84.424764, 33.850968 ], [ -84.424527, 33.851034 ], [ -84.424301, 33.851087 ], [ -84.423868, 33.851162 ], [ -84.423332, 33.851218 ], [ -84.42275, 33.851274 ], [ -84.422503, 33.851285 ], [ -84.422191, 33.851273 ], [ -84.421849, 33.851231 ], [ -84.421591, 33.851193 ], [ -84.420222, 33.850952 ], [ -84.419285, 33.850787 ], [ -84.418166, 33.850588 ], [ -84.417808, 33.850514 ], [ -84.41597, 33.850105 ], [ -84.414333, 33.849658 ], [ -84.413364, 33.849391 ], [ -84.411689, 33.848929 ], [ -84.411471, 33.848861 ], [ -84.41124, 33.848779 ], [ -84.409999, 33.848327 ], [ -84.409684, 33.848203 ], [ -84.409348, 33.848072 ], [ -84.408328, 33.84772 ], [ -84.407947, 33.847562 ], [ -84.407697, 33.847469 ], [ -84.40728, 33.847282 ], [ -84.407279, 33.844522 ], [ -84.407352, 33.842172 ], [ -84.407378, 33.842014 ], [ -84.407446, 33.84185 ], [ -84.407495, 33.841773 ], [ -84.407564, 33.841689 ], [ -84.407669, 33.841593 ], [ -84.408043, 33.841308 ], [ -84.408156, 33.841191 ], [ -84.408208, 33.841114 ], [ -84.408249, 33.841033 ], [ -84.408278, 33.840949 ], [ -84.408296, 33.840853 ], [ -84.408299, 33.840753 ], [ -84.408221, 33.839451 ], [ -84.408194, 33.839175 ], [ -84.408154, 33.838932 ], [ -84.408107, 33.838724 ], [ -84.408043, 33.838501 ], [ -84.40796, 33.838267 ], [ -84.407802, 33.837982 ], [ -84.407646, 33.837631 ], [ -84.407627, 33.837588 ], [ -84.407514, 33.83724 ], [ -84.407445, 33.836926 ], [ -84.407416, 33.836704 ], [ -84.407404, 33.836474 ], [ -84.407416, 33.83497 ], [ -84.407438, 33.832736 ], [ -84.407459, 33.831659 ], [ -84.407475, 33.829863 ], [ -84.407495, 33.828709 ], [ -84.407498, 33.828443 ], [ -84.407532, 33.826088 ], [ -84.407555, 33.824468 ], [ -84.40756, 33.824149 ], [ -84.407563, 33.823897 ], [ -84.407608, 33.82073 ], [ -84.407609, 33.820625 ], [ -84.407612, 33.82041 ], [ -84.407614, 33.820308 ], [ -84.407872, 33.820309 ], [ -84.408196, 33.820302 ], [ -84.408519, 33.820283 ], [ -84.40884, 33.820251 ], [ -84.40916, 33.820206 ], [ -84.409686, 33.820106 ], [ -84.409793, 33.820092 ], [ -84.410008, 33.820076 ], [ -84.410224, 33.820078 ], [ -84.410438, 33.820098 ], [ -84.410651, 33.82013 ], [ -84.41086, 33.820175 ], [ -84.411879, 33.820459 ], [ -84.411979, 33.820493 ], [ -84.412076, 33.820534 ], [ -84.412167, 33.820581 ], [ -84.412254, 33.820635 ], [ -84.412335, 33.820694 ], [ -84.41241, 33.820759 ], [ -84.412477, 33.82083 ], [ -84.412538, 33.820904 ], [ -84.412591, 33.820983 ], [ -84.412635, 33.821065 ], [ -84.412671, 33.82115 ], [ -84.412697, 33.821237 ], [ -84.412711, 33.821327 ], [ -84.412714, 33.821417 ], [ -84.412706, 33.821507 ], [ -84.412672, 33.821642 ], [ -84.41252, 33.822383 ], [ -84.412418, 33.82318 ], [ -84.41241, 33.82327 ], [ -84.412409, 33.82345 ], [ -84.412429, 33.82363 ], [ -84.412448, 33.823719 ], [ -84.412499, 33.823894 ], [ -84.412606, 33.824148 ], [ -84.412665, 33.824224 ], [ -84.412744, 33.824285 ], [ -84.412839, 33.824328 ], [ -84.412943, 33.82435 ], [ -84.413267, 33.824353 ], [ -84.41354, 33.82437 ], [ -84.413756, 33.824365 ], [ -84.413972, 33.82437 ], [ -84.414187, 33.824384 ], [ -84.414401, 33.824407 ], [ -84.414614, 33.82444 ], [ -84.414824, 33.824481 ], [ -84.415113, 33.824554 ], [ -84.415322, 33.8246 ], [ -84.415534, 33.824633 ], [ -84.415749, 33.824652 ], [ -84.415965, 33.824658 ], [ -84.41618, 33.824651 ], [ -84.416371, 33.824635 ], [ -84.416395, 33.824632 ], [ -84.416498, 33.824605 ], [ -84.416591, 33.824561 ], [ -84.416673, 33.824502 ], [ -84.416738, 33.82443 ], [ -84.416785, 33.824349 ], [ -84.41682, 33.824264 ], [ -84.416844, 33.824176 ], [ -84.416857, 33.824086 ], [ -84.416858, 33.823996 ], [ -84.416849, 33.823906 ], [ -84.416831, 33.823818 ], [ -84.416805, 33.82373 ], [ -84.41677, 33.823645 ], [ -84.416684, 33.823497 ], [ -84.416621, 33.823324 ], [ -84.416578, 33.823148 ], [ -84.416555, 33.822969 ], [ -84.416554, 33.822788 ], [ -84.416573, 33.822609 ], [ -84.41661, 33.822431 ], [ -84.416644, 33.822346 ], [ -84.416689, 33.822264 ], [ -84.416747, 33.822188 ], [ -84.416815, 33.822118 ], [ -84.416894, 33.822056 ], [ -84.416982, 33.822004 ], [ -84.417074, 33.821958 ], [ -84.417171, 33.821918 ], [ -84.417272, 33.821885 ], [ -84.417375, 33.821858 ], [ -84.41748, 33.821839 ], [ -84.417587, 33.821827 ], [ -84.41815, 33.821864 ], [ -84.418472, 33.821895 ], [ -84.418795, 33.821917 ], [ -84.419226, 33.821933 ], [ -84.419658, 33.821934 ], [ -84.419791, 33.821931 ], [ -84.419898, 33.821918 ], [ -84.420005, 33.821913 ], [ -84.420113, 33.821917 ], [ -84.42022, 33.82193 ], [ -84.420325, 33.821951 ], [ -84.420427, 33.821981 ], [ -84.420525, 33.822019 ], [ -84.420618, 33.822065 ], [ -84.420729, 33.822134 ], [ -84.42117, 33.822532 ], [ -84.421792, 33.823139 ], [ -84.422639, 33.824215 ], [ -84.422702, 33.824289 ], [ -84.42284, 33.824427 ], [ -84.422995, 33.824552 ], [ -84.423078, 33.82461 ], [ -84.423165, 33.824664 ], [ -84.423348, 33.824759 ], [ -84.423444, 33.824801 ], [ -84.423542, 33.824838 ], [ -84.423745, 33.8249 ], [ -84.423825, 33.824918 ], [ -84.423865, 33.825045 ], [ -84.423882, 33.825118 ], [ -84.423989, 33.825571 ], [ -84.424046, 33.825973 ], [ -84.424903, 33.828488 ], [ -84.425008, 33.828797 ], [ -84.426352, 33.831825 ], [ -84.426492, 33.832091 ], [ -84.426617, 33.832328 ], [ -84.42737, 33.833829 ], [ -84.427498, 33.834153 ], [ -84.427905, 33.83492 ], [ -84.428169, 33.835404 ], [ -84.42859, 33.836269 ], [ -84.428699, 33.8365 ], [ -84.429141, 33.837439 ], [ -84.429438, 33.838327 ], [ -84.429509, 33.838574 ], [ -84.429542, 33.838688 ], [ -84.42955, 33.838715 ], [ -84.429773, 33.839775 ], [ -84.429842, 33.840047 ], [ -84.429884, 33.840434 ], [ -84.429899, 33.841213 ], [ -84.429897, 33.841316 ], [ -84.429891, 33.841797 ], [ -84.429836, 33.842309 ], [ -84.429745, 33.843089 ], [ -84.429696, 33.843655 ], [ -84.429678, 33.844185 ], [ -84.42969, 33.844508 ], [ -84.429709, 33.844746 ], [ -84.429757, 33.845008 ], [ -84.429794, 33.845252 ], [ -84.429839, 33.84541 ], [ -84.430368, 33.847133 ], [ -84.430456, 33.847425 ], [ -84.430566, 33.84776 ], [ -84.43067, 33.848211 ], [ -84.430755, 33.848571 ], [ -84.430795, 33.84887 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009802", "name": "Census Tract 98.02, Fulton County, Georgia", "total_population_17": 4648, "white_alone_17": 3708.0, "black_alone_17": 249.0, "native_alone_17": 0.0, "asian_alone_17": 465.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 143.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -14.706, "pct_black_alone_change": 3.302, "pct_native_alone_change": -0.181, "pct_asian_alone_change": 7.988, "pct_hispanic_or_latino_change": 1.94, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8636555", "INTPTLON": "-084.4250506" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.453909, 33.86764 ], [ -84.453704, 33.867901 ], [ -84.453617, 33.867999 ], [ -84.453606, 33.868011 ], [ -84.453564, 33.868058 ], [ -84.453359, 33.868288 ], [ -84.453055, 33.868625 ], [ -84.452531, 33.869208 ], [ -84.451881, 33.869932 ], [ -84.451715, 33.870116 ], [ -84.451677, 33.870159 ], [ -84.451123, 33.870776 ], [ -84.451107, 33.871021 ], [ -84.451076, 33.871075 ], [ -84.450832, 33.871368 ], [ -84.45061, 33.871678 ], [ -84.450445, 33.871975 ], [ -84.450254, 33.872319 ], [ -84.450113, 33.872515 ], [ -84.44999, 33.872663 ], [ -84.449857, 33.872805 ], [ -84.449714, 33.87294 ], [ -84.449561, 33.873068 ], [ -84.449401, 33.873189 ], [ -84.449232, 33.873301 ], [ -84.449055, 33.873405 ], [ -84.448872, 33.8735 ], [ -84.447918, 33.874193 ], [ -84.447173, 33.874757 ], [ -84.446988, 33.874898 ], [ -84.446759, 33.875071 ], [ -84.446432, 33.875319 ], [ -84.446237, 33.875467 ], [ -84.446206, 33.875491 ], [ -84.446169, 33.875519 ], [ -84.445537, 33.875851 ], [ -84.445418, 33.875896 ], [ -84.445225, 33.875976 ], [ -84.445116, 33.876029 ], [ -84.444854, 33.876184 ], [ -84.444678, 33.876314 ], [ -84.44434, 33.876531 ], [ -84.444248, 33.876638 ], [ -84.44416, 33.876777 ], [ -84.444076, 33.876934 ], [ -84.444016, 33.877041 ], [ -84.443993, 33.877212 ], [ -84.44397, 33.877402 ], [ -84.443892, 33.877702 ], [ -84.443724, 33.877956 ], [ -84.443637, 33.878088 ], [ -84.443514, 33.878272 ], [ -84.443357, 33.87851 ], [ -84.443281, 33.878624 ], [ -84.443229, 33.878702 ], [ -84.443156, 33.878962 ], [ -84.443087, 33.879216 ], [ -84.44263, 33.879177 ], [ -84.441094, 33.879085 ], [ -84.440853, 33.879079 ], [ -84.440211, 33.87908 ], [ -84.440023, 33.879268 ], [ -84.439404, 33.87989 ], [ -84.439338, 33.879908 ], [ -84.439251, 33.879935 ], [ -84.438887, 33.879884 ], [ -84.438741, 33.879768 ], [ -84.438788, 33.879436 ], [ -84.438696, 33.879377 ], [ -84.438558, 33.87946 ], [ -84.438179, 33.87934 ], [ -84.438018, 33.879252 ], [ -84.437913, 33.879371 ], [ -84.437599, 33.879481 ], [ -84.437133, 33.879427 ], [ -84.437234, 33.879686 ], [ -84.437099, 33.879947 ], [ -84.436746, 33.880104 ], [ -84.436346, 33.88018 ], [ -84.436261, 33.880272 ], [ -84.436342, 33.878958 ], [ -84.436346, 33.878491 ], [ -84.434885, 33.878488 ], [ -84.433535, 33.878484 ], [ -84.433314, 33.878599 ], [ -84.433112, 33.878732 ], [ -84.432972, 33.878853 ], [ -84.432885, 33.878947 ], [ -84.432848, 33.878987 ], [ -84.432541, 33.879374 ], [ -84.432194, 33.879829 ], [ -84.43195, 33.880162 ], [ -84.43178, 33.88021 ], [ -84.431602, 33.880286 ], [ -84.431035, 33.880617 ], [ -84.430798, 33.880766 ], [ -84.430662, 33.880834 ], [ -84.430518, 33.880892 ], [ -84.43031, 33.880952 ], [ -84.429219, 33.88119 ], [ -84.429079, 33.881211 ], [ -84.429015, 33.881213 ], [ -84.428936, 33.881216 ], [ -84.428759, 33.881199 ], [ -84.428605, 33.881162 ], [ -84.428444, 33.881098 ], [ -84.428312, 33.881021 ], [ -84.428173, 33.880906 ], [ -84.427779, 33.880498 ], [ -84.427373, 33.880077 ], [ -84.427291, 33.880018 ], [ -84.427177, 33.879958 ], [ -84.427083, 33.879917 ], [ -84.426999, 33.87989 ], [ -84.426882, 33.879865 ], [ -84.426777, 33.879854 ], [ -84.426671, 33.879853 ], [ -84.426561, 33.879864 ], [ -84.425456, 33.880138 ], [ -84.425319, 33.880161 ], [ -84.425112, 33.880178 ], [ -84.424984, 33.880174 ], [ -84.424844, 33.88015 ], [ -84.424278, 33.879971 ], [ -84.423241, 33.880173 ], [ -84.423023, 33.88024 ], [ -84.422802, 33.88032 ], [ -84.422114, 33.88062 ], [ -84.421852, 33.880713 ], [ -84.421735, 33.880746 ], [ -84.420345, 33.881059 ], [ -84.420072, 33.881143 ], [ -84.419919, 33.881205 ], [ -84.419765, 33.881281 ], [ -84.419632, 33.881358 ], [ -84.419494, 33.881452 ], [ -84.418747, 33.882157 ], [ -84.418672, 33.882211 ], [ -84.418578, 33.882253 ], [ -84.418474, 33.882275 ], [ -84.418244, 33.882283 ], [ -84.418027, 33.882271 ], [ -84.417889, 33.88225 ], [ -84.417358, 33.882148 ], [ -84.417247, 33.882117 ], [ -84.417141, 33.882074 ], [ -84.416873, 33.881931 ], [ -84.4167, 33.881828 ], [ -84.41653, 33.881708 ], [ -84.416273, 33.881544 ], [ -84.415945, 33.88129 ], [ -84.415748, 33.88109 ], [ -84.415686, 33.881014 ], [ -84.415463, 33.880675 ], [ -84.414933, 33.879874 ], [ -84.414676, 33.879463 ], [ -84.414407, 33.879125 ], [ -84.414148, 33.878833 ], [ -84.414063, 33.878736 ], [ -84.414013, 33.878691 ], [ -84.413924, 33.878611 ], [ -84.413838, 33.878534 ], [ -84.413656, 33.878369 ], [ -84.413419, 33.878155 ], [ -84.413244, 33.878016 ], [ -84.413055, 33.877891 ], [ -84.412811, 33.877759 ], [ -84.412524, 33.877617 ], [ -84.412434, 33.877561 ], [ -84.41238, 33.877519 ], [ -84.412359, 33.87749 ], [ -84.412272, 33.87733 ], [ -84.412218, 33.877148 ], [ -84.412108, 33.87691 ], [ -84.412047, 33.876834 ], [ -84.411972, 33.876759 ], [ -84.411778, 33.876613 ], [ -84.411719, 33.876571 ], [ -84.4113, 33.87623 ], [ -84.410882, 33.875864 ], [ -84.410596, 33.875647 ], [ -84.410074, 33.875252 ], [ -84.409979, 33.875172 ], [ -84.409748, 33.874928 ], [ -84.409666, 33.874806 ], [ -84.409615, 33.874673 ], [ -84.409598, 33.874522 ], [ -84.409726, 33.873691 ], [ -84.409732, 33.873503 ], [ -84.409707, 33.873372 ], [ -84.409601, 33.873135 ], [ -84.409485, 33.872954 ], [ -84.409396, 33.872848 ], [ -84.408911, 33.872336 ], [ -84.40878, 33.872158 ], [ -84.408694, 33.871982 ], [ -84.408524, 33.871493 ], [ -84.408442, 33.871331 ], [ -84.408377, 33.871235 ], [ -84.408301, 33.871142 ], [ -84.407716, 33.87053 ], [ -84.40733, 33.870049 ], [ -84.40724, 33.869924 ], [ -84.407177, 33.86981 ], [ -84.407128, 33.869691 ], [ -84.407094, 33.869568 ], [ -84.407075, 33.869443 ], [ -84.407073, 33.869421 ], [ -84.407026, 33.868713 ], [ -84.406997, 33.868534 ], [ -84.406964, 33.868422 ], [ -84.406952, 33.868404 ], [ -84.406949, 33.86838 ], [ -84.406907, 33.868282 ], [ -84.406397, 33.867281 ], [ -84.406249, 33.866983 ], [ -84.406115, 33.866687 ], [ -84.405329, 33.864725 ], [ -84.405256, 33.864548 ], [ -84.404778, 33.863404 ], [ -84.404754, 33.863346 ], [ -84.404728, 33.863284 ], [ -84.404435, 33.862583 ], [ -84.403671, 33.860746 ], [ -84.403558, 33.860393 ], [ -84.403456, 33.859932 ], [ -84.40344, 33.859831 ], [ -84.403419, 33.859563 ], [ -84.403426, 33.859441 ], [ -84.40345, 33.859317 ], [ -84.403596, 33.858917 ], [ -84.403897, 33.85826 ], [ -84.404324, 33.857465 ], [ -84.404422, 33.857301 ], [ -84.404602, 33.85706 ], [ -84.404974, 33.856648 ], [ -84.405076, 33.856521 ], [ -84.405197, 33.856333 ], [ -84.405302, 33.856111 ], [ -84.405367, 33.855903 ], [ -84.405402, 33.85569 ], [ -84.405458, 33.85449 ], [ -84.405468, 33.854393 ], [ -84.405495, 33.854283 ], [ -84.405546, 33.854161 ], [ -84.405606, 33.85406 ], [ -84.405633, 33.854027 ], [ -84.405692, 33.853953 ], [ -84.405822, 33.853836 ], [ -84.406942, 33.853009 ], [ -84.40703, 33.852917 ], [ -84.40711, 33.852803 ], [ -84.407157, 33.852712 ], [ -84.407187, 33.852618 ], [ -84.4072, 33.852524 ], [ -84.407215, 33.851987 ], [ -84.407227, 33.850579 ], [ -84.407244, 33.849521 ], [ -84.407246, 33.849349 ], [ -84.40728, 33.847282 ], [ -84.407697, 33.847469 ], [ -84.407947, 33.847562 ], [ -84.408328, 33.84772 ], [ -84.409348, 33.848072 ], [ -84.409684, 33.848203 ], [ -84.409999, 33.848327 ], [ -84.41124, 33.848779 ], [ -84.411471, 33.848861 ], [ -84.411689, 33.848929 ], [ -84.413364, 33.849391 ], [ -84.414333, 33.849658 ], [ -84.41597, 33.850105 ], [ -84.417808, 33.850514 ], [ -84.418166, 33.850588 ], [ -84.419285, 33.850787 ], [ -84.420222, 33.850952 ], [ -84.421591, 33.851193 ], [ -84.421849, 33.851231 ], [ -84.422191, 33.851273 ], [ -84.422503, 33.851285 ], [ -84.42275, 33.851274 ], [ -84.423332, 33.851218 ], [ -84.423868, 33.851162 ], [ -84.424301, 33.851087 ], [ -84.424527, 33.851034 ], [ -84.424764, 33.850968 ], [ -84.424997, 33.850892 ], [ -84.425215, 33.85081 ], [ -84.42582, 33.850561 ], [ -84.426891, 33.850151 ], [ -84.42719, 33.850036 ], [ -84.427576, 33.849886 ], [ -84.42857, 33.849499 ], [ -84.428875, 33.849391 ], [ -84.429234, 33.849282 ], [ -84.430032, 33.849071 ], [ -84.430343, 33.848989 ], [ -84.430795, 33.84887 ], [ -84.430811, 33.848917 ], [ -84.430826, 33.849174 ], [ -84.430822, 33.849791 ], [ -84.430843, 33.850654 ], [ -84.430869, 33.851343 ], [ -84.430911, 33.851737 ], [ -84.430975, 33.852176 ], [ -84.431036, 33.85246 ], [ -84.431122, 33.852782 ], [ -84.431253, 33.853166 ], [ -84.431377, 33.85348 ], [ -84.431389, 33.853523 ], [ -84.431408, 33.853589 ], [ -84.431725, 33.854695 ], [ -84.431924, 33.85549 ], [ -84.432002, 33.855717 ], [ -84.432155, 33.856049 ], [ -84.432512, 33.856738 ], [ -84.432782, 33.857233 ], [ -84.433091, 33.857741 ], [ -84.433678, 33.8585 ], [ -84.433923, 33.858801 ], [ -84.434177, 33.859102 ], [ -84.435882, 33.86094 ], [ -84.435934, 33.861004 ], [ -84.436686, 33.861869 ], [ -84.437617, 33.862941 ], [ -84.437857, 33.863039 ], [ -84.438062, 33.863112 ], [ -84.438111, 33.863129 ], [ -84.438538, 33.863227 ], [ -84.438888, 33.86329 ], [ -84.439154, 33.863325 ], [ -84.439367, 33.863345 ], [ -84.440053, 33.863409 ], [ -84.444914, 33.863858 ], [ -84.446146, 33.863972 ], [ -84.446946, 33.864046 ], [ -84.448769, 33.864215 ], [ -84.449059, 33.864248 ], [ -84.449345, 33.864295 ], [ -84.449628, 33.864356 ], [ -84.449758, 33.86439 ], [ -84.449906, 33.864429 ], [ -84.450179, 33.864516 ], [ -84.450445, 33.864615 ], [ -84.450697, 33.864723 ], [ -84.450948, 33.864845 ], [ -84.45119, 33.864979 ], [ -84.451526, 33.865194 ], [ -84.451761, 33.865368 ], [ -84.451983, 33.865553 ], [ -84.45218, 33.865738 ], [ -84.45233, 33.865895 ], [ -84.452846, 33.866479 ], [ -84.453779, 33.867505 ], [ -84.453909, 33.86764 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121009900", "name": "Census Tract 99, Fulton County, Georgia", "total_population_17": 4980, "white_alone_17": 4515.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 314.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 55.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -2.746, "pct_black_alone_change": -1.43, "pct_native_alone_change": -0.111, "pct_asian_alone_change": 4.19, "pct_hispanic_or_latino_change": -0.611, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8613359", "INTPTLON": "-084.3918503" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.40878, 33.872158 ], [ -84.40806, 33.872754 ], [ -84.407868, 33.872891 ], [ -84.407733, 33.872971 ], [ -84.407584, 33.873046 ], [ -84.407051, 33.873265 ], [ -84.406751, 33.873376 ], [ -84.406552, 33.873474 ], [ -84.406392, 33.873577 ], [ -84.406068, 33.87383 ], [ -84.406006, 33.873894 ], [ -84.405756, 33.874208 ], [ -84.40559, 33.874455 ], [ -84.405234, 33.874983 ], [ -84.405115, 33.875127 ], [ -84.404994, 33.875239 ], [ -84.404857, 33.875337 ], [ -84.404721, 33.875412 ], [ -84.404495, 33.875509 ], [ -84.404425, 33.875428 ], [ -84.404374, 33.875382 ], [ -84.403922, 33.875051 ], [ -84.403761, 33.874957 ], [ -84.403739, 33.874948 ], [ -84.403586, 33.874885 ], [ -84.403399, 33.874836 ], [ -84.403039, 33.874783 ], [ -84.402823, 33.874759 ], [ -84.402516, 33.874725 ], [ -84.402064, 33.874686 ], [ -84.400915, 33.874589 ], [ -84.400428, 33.874558 ], [ -84.399095, 33.874446 ], [ -84.398953, 33.874435 ], [ -84.398097, 33.874379 ], [ -84.398021, 33.874387 ], [ -84.397933, 33.874418 ], [ -84.397881, 33.874354 ], [ -84.39782, 33.874297 ], [ -84.397428, 33.874007 ], [ -84.396846, 33.87354 ], [ -84.396311, 33.873104 ], [ -84.396222, 33.873168 ], [ -84.395564, 33.873544 ], [ -84.395024, 33.873906 ], [ -84.394949, 33.873951 ], [ -84.394857, 33.873993 ], [ -84.394773, 33.874022 ], [ -84.394672, 33.874046 ], [ -84.394554, 33.87406 ], [ -84.394489, 33.874063 ], [ -84.394059, 33.874086 ], [ -84.393854, 33.874121 ], [ -84.393659, 33.874184 ], [ -84.39348, 33.874275 ], [ -84.392996, 33.874623 ], [ -84.392785, 33.874798 ], [ -84.392646, 33.874936 ], [ -84.392526, 33.875075 ], [ -84.392206, 33.875527 ], [ -84.392143, 33.875603 ], [ -84.392057, 33.87568 ], [ -84.391903, 33.875791 ], [ -84.391743, 33.875879 ], [ -84.391569, 33.875939 ], [ -84.389473, 33.876444 ], [ -84.389252, 33.876504 ], [ -84.38905, 33.876568 ], [ -84.388838, 33.876647 ], [ -84.388173, 33.876937 ], [ -84.388056, 33.876982 ], [ -84.387917, 33.87702 ], [ -84.387775, 33.877045 ], [ -84.387408, 33.877065 ], [ -84.385782, 33.877128 ], [ -84.385295, 33.877165 ], [ -84.385014, 33.877199 ], [ -84.384287, 33.877307 ], [ -84.384155, 33.877333 ], [ -84.384031, 33.877367 ], [ -84.383949, 33.877398 ], [ -84.383808, 33.877451 ], [ -84.383627, 33.877537 ], [ -84.383455, 33.877637 ], [ -84.382828, 33.878007 ], [ -84.382725, 33.878046 ], [ -84.382628, 33.878068 ], [ -84.382529, 33.87808 ], [ -84.382428, 33.87808 ], [ -84.382332, 33.878065 ], [ -84.382268, 33.878055 ], [ -84.382183, 33.878025 ], [ -84.382161, 33.878017 ], [ -84.382081, 33.877988 ], [ -84.381895, 33.877909 ], [ -84.381234, 33.877543 ], [ -84.379943, 33.876847 ], [ -84.38051, 33.875713 ], [ -84.380635, 33.875434 ], [ -84.380676, 33.875331 ], [ -84.380681, 33.875293 ], [ -84.3807, 33.875263 ], [ -84.380731, 33.875174 ], [ -84.380811, 33.87491 ], [ -84.380862, 33.874696 ], [ -84.380887, 33.874555 ], [ -84.380907, 33.874445 ], [ -84.380998, 33.873591 ], [ -84.381036, 33.87299 ], [ -84.381045, 33.872233 ], [ -84.381049, 33.87183 ], [ -84.381069, 33.870267 ], [ -84.381086, 33.868637 ], [ -84.381092, 33.867515 ], [ -84.381063, 33.867025 ], [ -84.381043, 33.866636 ], [ -84.380991, 33.866183 ], [ -84.380983, 33.866109 ], [ -84.380967, 33.866004 ], [ -84.380922, 33.865695 ], [ -84.380839, 33.86525 ], [ -84.38082, 33.865167 ], [ -84.380734, 33.864778 ], [ -84.380687, 33.864592 ], [ -84.380605, 33.864289 ], [ -84.380352, 33.863439 ], [ -84.380296, 33.86317 ], [ -84.380261, 33.862899 ], [ -84.38025, 33.862697 ], [ -84.380251, 33.8625 ], [ -84.380275, 33.862199 ], [ -84.380374, 33.861481 ], [ -84.380413, 33.861202 ], [ -84.380652, 33.859471 ], [ -84.380722, 33.859142 ], [ -84.380818, 33.858854 ], [ -84.380945, 33.858575 ], [ -84.381101, 33.858306 ], [ -84.381287, 33.858049 ], [ -84.381353, 33.857966 ], [ -84.382222, 33.856873 ], [ -84.382365, 33.856656 ], [ -84.382506, 33.85639 ], [ -84.382509, 33.856363 ], [ -84.382565, 33.856206 ], [ -84.382604, 33.856064 ], [ -84.382617, 33.855991 ], [ -84.382649, 33.855806 ], [ -84.382661, 33.85561 ], [ -84.382668, 33.854429 ], [ -84.382669, 33.854182 ], [ -84.382672, 33.8537 ], [ -84.382674, 33.853382 ], [ -84.382693, 33.853293 ], [ -84.382814, 33.853281 ], [ -84.382933, 33.853259 ], [ -84.383048, 33.853227 ], [ -84.383159, 33.853185 ], [ -84.383314, 33.853105 ], [ -84.383604, 33.852906 ], [ -84.383751, 33.852821 ], [ -84.383918, 33.852745 ], [ -84.384225, 33.852633 ], [ -84.384703, 33.852482 ], [ -84.384826, 33.852428 ], [ -84.38495, 33.852355 ], [ -84.385057, 33.852274 ], [ -84.385159, 33.852173 ], [ -84.385396, 33.851856 ], [ -84.385913, 33.851143 ], [ -84.38604, 33.850986 ], [ -84.386231, 33.85079 ], [ -84.386573, 33.850417 ], [ -84.386634, 33.850339 ], [ -84.386688, 33.850241 ], [ -84.386832, 33.849897 ], [ -84.386898, 33.849754 ], [ -84.386986, 33.849614 ], [ -84.387093, 33.849484 ], [ -84.387232, 33.849355 ], [ -84.387426, 33.849221 ], [ -84.387538, 33.849161 ], [ -84.387654, 33.84911 ], [ -84.388026, 33.848977 ], [ -84.38827, 33.8489 ], [ -84.388819, 33.848728 ], [ -84.388933, 33.848692 ], [ -84.389255, 33.848591 ], [ -84.389806, 33.848421 ], [ -84.390258, 33.848291 ], [ -84.391237, 33.848046 ], [ -84.391672, 33.847947 ], [ -84.392033, 33.847852 ], [ -84.392177, 33.847801 ], [ -84.39234, 33.847718 ], [ -84.392772, 33.84744 ], [ -84.392975, 33.847318 ], [ -84.393402, 33.847094 ], [ -84.393581, 33.847027 ], [ -84.393759, 33.846992 ], [ -84.394335, 33.846939 ], [ -84.394442, 33.846916 ], [ -84.394543, 33.846879 ], [ -84.394636, 33.846829 ], [ -84.394719, 33.846768 ], [ -84.395137, 33.84637 ], [ -84.395366, 33.846142 ], [ -84.395436, 33.846045 ], [ -84.39549, 33.845945 ], [ -84.395537, 33.845809 ], [ -84.395664, 33.845269 ], [ -84.395682, 33.845164 ], [ -84.395684, 33.844987 ], [ -84.395654, 33.84483 ], [ -84.395604, 33.844694 ], [ -84.395501, 33.844502 ], [ -84.39545, 33.844381 ], [ -84.395412, 33.844251 ], [ -84.395375, 33.84404 ], [ -84.395827, 33.844021 ], [ -84.396049, 33.844034 ], [ -84.396285, 33.844082 ], [ -84.396629, 33.844198 ], [ -84.397381, 33.842909 ], [ -84.397757, 33.842246 ], [ -84.397827, 33.842145 ], [ -84.397906, 33.842049 ], [ -84.397995, 33.841957 ], [ -84.398094, 33.841872 ], [ -84.398371, 33.841675 ], [ -84.398921, 33.841331 ], [ -84.399372, 33.841063 ], [ -84.399633, 33.840924 ], [ -84.399846, 33.840826 ], [ -84.40023, 33.84067 ], [ -84.40093, 33.840399 ], [ -84.401833, 33.840037 ], [ -84.401969, 33.839979 ], [ -84.402085, 33.839916 ], [ -84.402205, 33.839832 ], [ -84.402305, 33.839742 ], [ -84.402603, 33.839413 ], [ -84.403194, 33.838705 ], [ -84.403425, 33.838452 ], [ -84.403742, 33.838156 ], [ -84.404279, 33.837719 ], [ -84.404487, 33.837508 ], [ -84.404561, 33.837409 ], [ -84.404623, 33.837305 ], [ -84.404905, 33.836706 ], [ -84.404984, 33.836569 ], [ -84.405098, 33.836427 ], [ -84.405615, 33.835889 ], [ -84.405668, 33.835851 ], [ -84.40599, 33.835673 ], [ -84.406213, 33.835559 ], [ -84.406332, 33.835503 ], [ -84.406756, 33.835307 ], [ -84.407322, 33.835024 ], [ -84.407416, 33.83497 ], [ -84.407404, 33.836474 ], [ -84.407416, 33.836704 ], [ -84.407445, 33.836926 ], [ -84.407514, 33.83724 ], [ -84.407627, 33.837588 ], [ -84.407646, 33.837631 ], [ -84.407802, 33.837982 ], [ -84.40796, 33.838267 ], [ -84.408043, 33.838501 ], [ -84.408107, 33.838724 ], [ -84.408154, 33.838932 ], [ -84.408194, 33.839175 ], [ -84.408221, 33.839451 ], [ -84.408299, 33.840753 ], [ -84.408296, 33.840853 ], [ -84.408278, 33.840949 ], [ -84.408249, 33.841033 ], [ -84.408208, 33.841114 ], [ -84.408156, 33.841191 ], [ -84.408043, 33.841308 ], [ -84.407669, 33.841593 ], [ -84.407564, 33.841689 ], [ -84.407495, 33.841773 ], [ -84.407446, 33.84185 ], [ -84.407378, 33.842014 ], [ -84.407352, 33.842172 ], [ -84.407279, 33.844522 ], [ -84.40728, 33.847282 ], [ -84.407246, 33.849349 ], [ -84.407244, 33.849521 ], [ -84.407227, 33.850579 ], [ -84.407215, 33.851987 ], [ -84.4072, 33.852524 ], [ -84.407187, 33.852618 ], [ -84.407157, 33.852712 ], [ -84.40711, 33.852803 ], [ -84.40703, 33.852917 ], [ -84.406942, 33.853009 ], [ -84.405822, 33.853836 ], [ -84.405692, 33.853953 ], [ -84.405633, 33.854027 ], [ -84.405606, 33.85406 ], [ -84.405546, 33.854161 ], [ -84.405495, 33.854283 ], [ -84.405468, 33.854393 ], [ -84.405458, 33.85449 ], [ -84.405402, 33.85569 ], [ -84.405367, 33.855903 ], [ -84.405302, 33.856111 ], [ -84.405197, 33.856333 ], [ -84.405076, 33.856521 ], [ -84.404974, 33.856648 ], [ -84.404602, 33.85706 ], [ -84.404422, 33.857301 ], [ -84.404324, 33.857465 ], [ -84.403897, 33.85826 ], [ -84.403596, 33.858917 ], [ -84.40345, 33.859317 ], [ -84.403426, 33.859441 ], [ -84.403419, 33.859563 ], [ -84.40344, 33.859831 ], [ -84.403456, 33.859932 ], [ -84.403558, 33.860393 ], [ -84.403671, 33.860746 ], [ -84.404435, 33.862583 ], [ -84.404728, 33.863284 ], [ -84.404754, 33.863346 ], [ -84.404778, 33.863404 ], [ -84.405256, 33.864548 ], [ -84.405329, 33.864725 ], [ -84.406115, 33.866687 ], [ -84.406249, 33.866983 ], [ -84.406397, 33.867281 ], [ -84.406907, 33.868282 ], [ -84.406949, 33.86838 ], [ -84.406952, 33.868404 ], [ -84.406964, 33.868422 ], [ -84.406997, 33.868534 ], [ -84.407026, 33.868713 ], [ -84.407073, 33.869421 ], [ -84.407075, 33.869443 ], [ -84.407094, 33.869568 ], [ -84.407128, 33.869691 ], [ -84.407177, 33.86981 ], [ -84.40724, 33.869924 ], [ -84.40733, 33.870049 ], [ -84.407716, 33.87053 ], [ -84.408301, 33.871142 ], [ -84.408377, 33.871235 ], [ -84.408442, 33.871331 ], [ -84.408524, 33.871493 ], [ -84.408694, 33.871982 ], [ -84.40878, 33.872158 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121010001", "name": "Census Tract 100.01, Fulton County, Georgia", "total_population_17": 4935, "white_alone_17": 3760.0, "black_alone_17": 462.0, "native_alone_17": 0.0, "asian_alone_17": 580.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 59.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -15.968, "pct_black_alone_change": 5.856, "pct_native_alone_change": -0.138, "pct_asian_alone_change": 9.816, "pct_hispanic_or_latino_change": -0.765, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8625134", "INTPTLON": "-084.3754032" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.382668, 33.854429 ], [ -84.382661, 33.85561 ], [ -84.382649, 33.855806 ], [ -84.382617, 33.855991 ], [ -84.382604, 33.856064 ], [ -84.382565, 33.856206 ], [ -84.382509, 33.856363 ], [ -84.382506, 33.85639 ], [ -84.382365, 33.856656 ], [ -84.382222, 33.856873 ], [ -84.381353, 33.857966 ], [ -84.381287, 33.858049 ], [ -84.381101, 33.858306 ], [ -84.380945, 33.858575 ], [ -84.380818, 33.858854 ], [ -84.380722, 33.859142 ], [ -84.380652, 33.859471 ], [ -84.380413, 33.861202 ], [ -84.380374, 33.861481 ], [ -84.380275, 33.862199 ], [ -84.380251, 33.8625 ], [ -84.38025, 33.862697 ], [ -84.380261, 33.862899 ], [ -84.380296, 33.86317 ], [ -84.380352, 33.863439 ], [ -84.380605, 33.864289 ], [ -84.380687, 33.864592 ], [ -84.380734, 33.864778 ], [ -84.38082, 33.865167 ], [ -84.380839, 33.86525 ], [ -84.380922, 33.865695 ], [ -84.380967, 33.866004 ], [ -84.380983, 33.866109 ], [ -84.380991, 33.866183 ], [ -84.381043, 33.866636 ], [ -84.381063, 33.867025 ], [ -84.381092, 33.867515 ], [ -84.381086, 33.868637 ], [ -84.381069, 33.870267 ], [ -84.381049, 33.87183 ], [ -84.381045, 33.872233 ], [ -84.381036, 33.87299 ], [ -84.380998, 33.873591 ], [ -84.380907, 33.874445 ], [ -84.380887, 33.874555 ], [ -84.380862, 33.874696 ], [ -84.380811, 33.87491 ], [ -84.380731, 33.875174 ], [ -84.3807, 33.875263 ], [ -84.380681, 33.875293 ], [ -84.380676, 33.875331 ], [ -84.380635, 33.875434 ], [ -84.38051, 33.875713 ], [ -84.379943, 33.876847 ], [ -84.379223, 33.876581 ], [ -84.378969, 33.876472 ], [ -84.378759, 33.876361 ], [ -84.378633, 33.876282 ], [ -84.378301, 33.876049 ], [ -84.377516, 33.875478 ], [ -84.377233, 33.875283 ], [ -84.376911, 33.875029 ], [ -84.376824, 33.874944 ], [ -84.376745, 33.874842 ], [ -84.376339, 33.874171 ], [ -84.376325, 33.874148 ], [ -84.375732, 33.873314 ], [ -84.375686, 33.873228 ], [ -84.375656, 33.873139 ], [ -84.375359, 33.873118 ], [ -84.374978, 33.873079 ], [ -84.374912, 33.873072 ], [ -84.374865, 33.873306 ], [ -84.374811, 33.873761 ], [ -84.374752, 33.873969 ], [ -84.374582, 33.874357 ], [ -84.374523, 33.874554 ], [ -84.37452, 33.874653 ], [ -84.374556, 33.874758 ], [ -84.374651, 33.8749 ], [ -84.374726, 33.87504 ], [ -84.37471, 33.875127 ], [ -84.374674, 33.875215 ], [ -84.37456, 33.875289 ], [ -84.374432, 33.875347 ], [ -84.374391, 33.875396 ], [ -84.374389, 33.875478 ], [ -84.37442, 33.875545 ], [ -84.374527, 33.875718 ], [ -84.374531, 33.875784 ], [ -84.374509, 33.87585 ], [ -84.37442, 33.875958 ], [ -84.374339, 33.876028 ], [ -84.374232, 33.876081 ], [ -84.374092, 33.876122 ], [ -84.373847, 33.876144 ], [ -84.373351, 33.876177 ], [ -84.373053, 33.876193 ], [ -84.372691, 33.876185 ], [ -84.372507, 33.876159 ], [ -84.372381, 33.876151 ], [ -84.372275, 33.876171 ], [ -84.372195, 33.876208 ], [ -84.372094, 33.876266 ], [ -84.372006, 33.87633 ], [ -84.371988, 33.876501 ], [ -84.371992, 33.876572 ], [ -84.372036, 33.876661 ], [ -84.372187, 33.876885 ], [ -84.372218, 33.876963 ], [ -84.372222, 33.877034 ], [ -84.372207, 33.877117 ], [ -84.372165, 33.877176 ], [ -84.372098, 33.87723 ], [ -84.372055, 33.877253 ], [ -84.37203, 33.877267 ], [ -84.371877, 33.877313 ], [ -84.371465, 33.877412 ], [ -84.371056, 33.877528 ], [ -84.370958, 33.877565 ], [ -84.370863, 33.877609 ], [ -84.370773, 33.877658 ], [ -84.370343, 33.877931 ], [ -84.370307, 33.87795 ], [ -84.370252, 33.877979 ], [ -84.370156, 33.878021 ], [ -84.370057, 33.878057 ], [ -84.369955, 33.878087 ], [ -84.369759, 33.878161 ], [ -84.369664, 33.878205 ], [ -84.369573, 33.878253 ], [ -84.369485, 33.878306 ], [ -84.369402, 33.878364 ], [ -84.369324, 33.878425 ], [ -84.36925, 33.878491 ], [ -84.36908, 33.878671 ], [ -84.369006, 33.878737 ], [ -84.368927, 33.878798 ], [ -84.368842, 33.878854 ], [ -84.368752, 33.878904 ], [ -84.368655, 33.878944 ], [ -84.368553, 33.878973 ], [ -84.368447, 33.878991 ], [ -84.368214, 33.879051 ], [ -84.368197, 33.879048 ], [ -84.368169, 33.879043 ], [ -84.368156, 33.879053 ], [ -84.368075, 33.87908 ], [ -84.368049, 33.879087 ], [ -84.367969, 33.879105 ], [ -84.367861, 33.879115 ], [ -84.367815, 33.879112 ], [ -84.367763, 33.879109 ], [ -84.367751, 33.879109 ], [ -84.367709, 33.879109 ], [ -84.367686, 33.87911 ], [ -84.367641, 33.879111 ], [ -84.367533, 33.879121 ], [ -84.367425, 33.87914 ], [ -84.36733, 33.879185 ], [ -84.367253, 33.879252 ], [ -84.367203, 33.879335 ], [ -84.367149, 33.879415 ], [ -84.367059, 33.879469 ], [ -84.366848, 33.879519 ], [ -84.36676, 33.87957 ], [ -84.36665, 33.87973 ], [ -84.366601, 33.879813 ], [ -84.36654, 33.879891 ], [ -84.366472, 33.879964 ], [ -84.366399, 33.880032 ], [ -84.366267, 33.88014 ], [ -84.365724, 33.880584 ], [ -84.365587, 33.880687 ], [ -84.365517, 33.880755 ], [ -84.365454, 33.880828 ], [ -84.365399, 33.880906 ], [ -84.365352, 33.880987 ], [ -84.365293, 33.881063 ], [ -84.365228, 33.881134 ], [ -84.365073, 33.881278 ], [ -84.364871, 33.881463 ], [ -84.364838, 33.881494 ], [ -84.364812, 33.881517 ], [ -84.364758, 33.881567 ], [ -84.364631, 33.881684 ], [ -84.364331, 33.881966 ], [ -84.364278, 33.882018 ], [ -84.364216, 33.88198 ], [ -84.364331, 33.881865 ], [ -84.364329, 33.880825 ], [ -84.36428, 33.880235 ], [ -84.36427, 33.880109 ], [ -84.364268, 33.880089 ], [ -84.364221, 33.879527 ], [ -84.36404, 33.878197 ], [ -84.36392, 33.877269 ], [ -84.363929, 33.876988 ], [ -84.36393, 33.876936 ], [ -84.36394, 33.876614 ], [ -84.363945, 33.876468 ], [ -84.363969, 33.876156 ], [ -84.364066, 33.874928 ], [ -84.3642, 33.872988 ], [ -84.364185, 33.872819 ], [ -84.364178, 33.872593 ], [ -84.364184, 33.872369 ], [ -84.364212, 33.872099 ], [ -84.364261, 33.871832 ], [ -84.364331, 33.871568 ], [ -84.364422, 33.871309 ], [ -84.364533, 33.871055 ], [ -84.364618, 33.870889 ], [ -84.364761, 33.870647 ], [ -84.364927, 33.870409 ], [ -84.364953, 33.870383 ], [ -84.365665, 33.869676 ], [ -84.365792, 33.869523 ], [ -84.366065, 33.869252 ], [ -84.366126, 33.86916 ], [ -84.366187, 33.869112 ], [ -84.366212, 33.869083 ], [ -84.366718, 33.868505 ], [ -84.367048, 33.868135 ], [ -84.367142, 33.868037 ], [ -84.367238, 33.867897 ], [ -84.367486, 33.867572 ], [ -84.367583, 33.867446 ], [ -84.367837, 33.86709 ], [ -84.36801, 33.866847 ], [ -84.36814, 33.866646 ], [ -84.368241, 33.866457 ], [ -84.368331, 33.866253 ], [ -84.368429, 33.866003 ], [ -84.368583, 33.865541 ], [ -84.368648, 33.865238 ], [ -84.368709, 33.864912 ], [ -84.368779, 33.863991 ], [ -84.368798, 33.863764 ], [ -84.368771, 33.863364 ], [ -84.369053, 33.860056 ], [ -84.36921, 33.857473 ], [ -84.369257, 33.856695 ], [ -84.369445, 33.853615 ], [ -84.369485, 33.852894 ], [ -84.369475, 33.852735 ], [ -84.369449, 33.852489 ], [ -84.369446, 33.852466 ], [ -84.369402, 33.852198 ], [ -84.369367, 33.852041 ], [ -84.369343, 33.851932 ], [ -84.36927, 33.851669 ], [ -84.369182, 33.851408 ], [ -84.369084, 33.851163 ], [ -84.369053, 33.851093 ], [ -84.368965, 33.850899 ], [ -84.368835, 33.850651 ], [ -84.368445, 33.849993 ], [ -84.367231, 33.847944 ], [ -84.367151, 33.84781 ], [ -84.367349, 33.847609 ], [ -84.367508, 33.847458 ], [ -84.367644, 33.847337 ], [ -84.367807, 33.847125 ], [ -84.368119, 33.846642 ], [ -84.368247, 33.846354 ], [ -84.368339, 33.84604 ], [ -84.36839, 33.84584 ], [ -84.368451, 33.845694 ], [ -84.368512, 33.845574 ], [ -84.368584, 33.845465 ], [ -84.368716, 33.845304 ], [ -84.368918, 33.845108 ], [ -84.369022, 33.845015 ], [ -84.369177, 33.844898 ], [ -84.369685, 33.844624 ], [ -84.370341, 33.844242 ], [ -84.371339, 33.843652 ], [ -84.371392, 33.843774 ], [ -84.372087, 33.845038 ], [ -84.372276, 33.845399 ], [ -84.372392, 33.845635 ], [ -84.37249, 33.845834 ], [ -84.372583, 33.84603 ], [ -84.372638, 33.846146 ], [ -84.373238, 33.847416 ], [ -84.373522, 33.847961 ], [ -84.373626, 33.84811 ], [ -84.373756, 33.848243 ], [ -84.373928, 33.848369 ], [ -84.374107, 33.848465 ], [ -84.374196, 33.848513 ], [ -84.375562, 33.849034 ], [ -84.376263, 33.849335 ], [ -84.377873, 33.850104 ], [ -84.378134, 33.850244 ], [ -84.378384, 33.850397 ], [ -84.378699, 33.850621 ], [ -84.378988, 33.850865 ], [ -84.379301, 33.851162 ], [ -84.379362, 33.851219 ], [ -84.380004, 33.851828 ], [ -84.380405, 33.852208 ], [ -84.380624, 33.852416 ], [ -84.380754, 33.852538 ], [ -84.381144, 33.852909 ], [ -84.381313, 33.853069 ], [ -84.381576, 33.853318 ], [ -84.382041, 33.853759 ], [ -84.382437, 33.854133 ], [ -84.382482, 33.854161 ], [ -84.382535, 33.854178 ], [ -84.382669, 33.854182 ], [ -84.382668, 33.854429 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121010002", "name": "Census Tract 100.02, Fulton County, Georgia", "total_population_17": 7624, "white_alone_17": 6408.0, "black_alone_17": 221.0, "native_alone_17": 5.0, "asian_alone_17": 459.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 375.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -8.108, "pct_black_alone_change": -0.607, "pct_native_alone_change": -0.072, "pct_asian_alone_change": 4.083, "pct_hispanic_or_latino_change": 2.958, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8680492", "INTPTLON": "-084.3577716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.369485, 33.852894 ], [ -84.369445, 33.853615 ], [ -84.369257, 33.856695 ], [ -84.36921, 33.857473 ], [ -84.369053, 33.860056 ], [ -84.368771, 33.863364 ], [ -84.368798, 33.863764 ], [ -84.368779, 33.863991 ], [ -84.368709, 33.864912 ], [ -84.368648, 33.865238 ], [ -84.368583, 33.865541 ], [ -84.368429, 33.866003 ], [ -84.368331, 33.866253 ], [ -84.368241, 33.866457 ], [ -84.36814, 33.866646 ], [ -84.36801, 33.866847 ], [ -84.367837, 33.86709 ], [ -84.367583, 33.867446 ], [ -84.367486, 33.867572 ], [ -84.367238, 33.867897 ], [ -84.367142, 33.868037 ], [ -84.367048, 33.868135 ], [ -84.366718, 33.868505 ], [ -84.366212, 33.869083 ], [ -84.366187, 33.869112 ], [ -84.366126, 33.86916 ], [ -84.366065, 33.869252 ], [ -84.365792, 33.869523 ], [ -84.365665, 33.869676 ], [ -84.364953, 33.870383 ], [ -84.364927, 33.870409 ], [ -84.364761, 33.870647 ], [ -84.364618, 33.870889 ], [ -84.364533, 33.871055 ], [ -84.364422, 33.871309 ], [ -84.364331, 33.871568 ], [ -84.364261, 33.871832 ], [ -84.364212, 33.872099 ], [ -84.364184, 33.872369 ], [ -84.364178, 33.872593 ], [ -84.364185, 33.872819 ], [ -84.3642, 33.872988 ], [ -84.364066, 33.874928 ], [ -84.363969, 33.876156 ], [ -84.363945, 33.876468 ], [ -84.36394, 33.876614 ], [ -84.36393, 33.876936 ], [ -84.363929, 33.876988 ], [ -84.36392, 33.877269 ], [ -84.36404, 33.878197 ], [ -84.364221, 33.879527 ], [ -84.364268, 33.880089 ], [ -84.36427, 33.880109 ], [ -84.36428, 33.880235 ], [ -84.364329, 33.880825 ], [ -84.364331, 33.881865 ], [ -84.364216, 33.88198 ], [ -84.364278, 33.882018 ], [ -84.364106, 33.882186 ], [ -84.363977, 33.88228 ], [ -84.363885, 33.882327 ], [ -84.363787, 33.882364 ], [ -84.363681, 33.88238 ], [ -84.363573, 33.882373 ], [ -84.363468, 33.882354 ], [ -84.363165, 33.882257 ], [ -84.363058, 33.882245 ], [ -84.362735, 33.882263 ], [ -84.362628, 33.882251 ], [ -84.362526, 33.882221 ], [ -84.362449, 33.882159 ], [ -84.362408, 33.882076 ], [ -84.362301, 33.881919 ], [ -84.362201, 33.881889 ], [ -84.362094, 33.881894 ], [ -84.362075, 33.881901 ], [ -84.361999, 33.881935 ], [ -84.361918, 33.881995 ], [ -84.361868, 33.882074 ], [ -84.361792, 33.882138 ], [ -84.361692, 33.882171 ], [ -84.361635, 33.882171 ], [ -84.361585, 33.882171 ], [ -84.361479, 33.882188 ], [ -84.361375, 33.882211 ], [ -84.361272, 33.882239 ], [ -84.361183, 33.882289 ], [ -84.361113, 33.882358 ], [ -84.361056, 33.882434 ], [ -84.361014, 33.882517 ], [ -84.360987, 33.882604 ], [ -84.360926, 33.882678 ], [ -84.36084, 33.882732 ], [ -84.360735, 33.882749 ], [ -84.360627, 33.88275 ], [ -84.360521, 33.882732 ], [ -84.360423, 33.882696 ], [ -84.360336, 33.882642 ], [ -84.36028, 33.882566 ], [ -84.360246, 33.88248 ], [ -84.360159, 33.882429 ], [ -84.360053, 33.882429 ], [ -84.35997, 33.882485 ], [ -84.359925, 33.882566 ], [ -84.359784, 33.882861 ], [ -84.35968, 33.883002 ], [ -84.359599, 33.883061 ], [ -84.359504, 33.883105 ], [ -84.359401, 33.88313 ], [ -84.359324, 33.883193 ], [ -84.359277, 33.883274 ], [ -84.359273, 33.883363 ], [ -84.359296, 33.883451 ], [ -84.35927, 33.883538 ], [ -84.359202, 33.883607 ], [ -84.359101, 33.883635 ], [ -84.358996, 33.883657 ], [ -84.358969, 33.883681 ], [ -84.358923, 33.883722 ], [ -84.358946, 33.883807 ], [ -84.358993, 33.883888 ], [ -84.359074, 33.883947 ], [ -84.359131, 33.884023 ], [ -84.359168, 33.884108 ], [ -84.359193, 33.884195 ], [ -84.359197, 33.884285 ], [ -84.359181, 33.884374 ], [ -84.359048, 33.884813 ], [ -84.359002, 33.884914 ], [ -84.358974, 33.885001 ], [ -84.358957, 33.88509 ], [ -84.358951, 33.88518 ], [ -84.358955, 33.88527 ], [ -84.358984, 33.885357 ], [ -84.359034, 33.885437 ], [ -84.359098, 33.885509 ], [ -84.359175, 33.885572 ], [ -84.359242, 33.885643 ], [ -84.359301, 33.885718 ], [ -84.359354, 33.885797 ], [ -84.359342, 33.885886 ], [ -84.359288, 33.88595 ], [ -84.359281, 33.885959 ], [ -84.359205, 33.885995 ], [ -84.359186, 33.886005 ], [ -84.359088, 33.886037 ], [ -84.358982, 33.886053 ], [ -84.358932, 33.886071 ], [ -84.358915, 33.886083 ], [ -84.358897, 33.886116 ], [ -84.358886, 33.88616 ], [ -84.35889, 33.886339 ], [ -84.358867, 33.886427 ], [ -84.358822, 33.886509 ], [ -84.358747, 33.886573 ], [ -84.35859, 33.886697 ], [ -84.358461, 33.886769 ], [ -84.358111, 33.88701 ], [ -84.358038, 33.887076 ], [ -84.357974, 33.887148 ], [ -84.357866, 33.887304 ], [ -84.357772, 33.887467 ], [ -84.357694, 33.887635 ], [ -84.357632, 33.887808 ], [ -84.357557, 33.888099 ], [ -84.3575, 33.888201 ], [ -84.357416, 33.888257 ], [ -84.357313, 33.88828 ], [ -84.357214, 33.888247 ], [ -84.357128, 33.888193 ], [ -84.357022, 33.888177 ], [ -84.356916, 33.888194 ], [ -84.356825, 33.888242 ], [ -84.356726, 33.888277 ], [ -84.35662, 33.888294 ], [ -84.356512, 33.888296 ], [ -84.356408, 33.888273 ], [ -84.356315, 33.888227 ], [ -84.356213, 33.888197 ], [ -84.356109, 33.888175 ], [ -84.356001, 33.888168 ], [ -84.355893, 33.888175 ], [ -84.355569, 33.888185 ], [ -84.355463, 33.888169 ], [ -84.355362, 33.888138 ], [ -84.35527, 33.888091 ], [ -84.355168, 33.888061 ], [ -84.355064, 33.888038 ], [ -84.354957, 33.888026 ], [ -84.354849, 33.888024 ], [ -84.354742, 33.888037 ], [ -84.354503, 33.888101 ], [ -84.354457, 33.888124 ], [ -84.354372, 33.888179 ], [ -84.354231, 33.888316 ], [ -84.354152, 33.888377 ], [ -84.354103, 33.888407 ], [ -84.35408, 33.888407 ], [ -84.353891, 33.888452 ], [ -84.353784, 33.888464 ], [ -84.353676, 33.888465 ], [ -84.353569, 33.888453 ], [ -84.353472, 33.888414 ], [ -84.353439, 33.888404 ], [ -84.35342, 33.888398 ], [ -84.353262, 33.888354 ], [ -84.353196, 33.888341 ], [ -84.353088, 33.888347 ], [ -84.352982, 33.888363 ], [ -84.35278, 33.888427 ], [ -84.352683, 33.888467 ], [ -84.352589, 33.888511 ], [ -84.352405, 33.888606 ], [ -84.352211, 33.888685 ], [ -84.352109, 33.888716 ], [ -84.351795, 33.888782 ], [ -84.351692, 33.888808 ], [ -84.351527, 33.888864 ], [ -84.351401, 33.888927 ], [ -84.351129, 33.889073 ], [ -84.350779, 33.889284 ], [ -84.35022, 33.889657 ], [ -84.34978, 33.88997 ], [ -84.349756, 33.889985 ], [ -84.349573, 33.890106 ], [ -84.349396, 33.89021 ], [ -84.349303, 33.890255 ], [ -84.349206, 33.890296 ], [ -84.349107, 33.890332 ], [ -84.348803, 33.890426 ], [ -84.348725, 33.890487 ], [ -84.348668, 33.890564 ], [ -84.34862, 33.890644 ], [ -84.348585, 33.890729 ], [ -84.348519, 33.890801 ], [ -84.348438, 33.89086 ], [ -84.348341, 33.890899 ], [ -84.348315, 33.890903 ], [ -84.348255, 33.889581 ], [ -84.34822, 33.888832 ], [ -84.348168, 33.88718 ], [ -84.348139, 33.884303 ], [ -84.348089, 33.88209 ], [ -84.348091, 33.88191 ], [ -84.348098, 33.881362 ], [ -84.348114, 33.880129 ], [ -84.348138, 33.879316 ], [ -84.348125, 33.879203 ], [ -84.348125, 33.879089 ], [ -84.348125, 33.877871 ], [ -84.348125, 33.877803 ], [ -84.348157, 33.876219 ], [ -84.348177, 33.875229 ], [ -84.348187, 33.874734 ], [ -84.348213, 33.873596 ], [ -84.348297, 33.869375 ], [ -84.348313, 33.868565 ], [ -84.348318, 33.868329 ], [ -84.348325, 33.867903 ], [ -84.348324, 33.867633 ], [ -84.348325, 33.867193 ], [ -84.348324, 33.866781 ], [ -84.348324, 33.866696 ], [ -84.3483, 33.866589 ], [ -84.348244, 33.86634 ], [ -84.348244, 33.866128 ], [ -84.348243, 33.866001 ], [ -84.348242, 33.865753 ], [ -84.348242, 33.865699 ], [ -84.348242, 33.865209 ], [ -84.348235, 33.864077 ], [ -84.348234, 33.863471 ], [ -84.34823, 33.862224 ], [ -84.348314, 33.862146 ], [ -84.348363, 33.862089 ], [ -84.34837, 33.861548 ], [ -84.348379, 33.861052 ], [ -84.348353, 33.860527 ], [ -84.34832, 33.859888 ], [ -84.348311, 33.859375 ], [ -84.348304, 33.858433 ], [ -84.3483, 33.857634 ], [ -84.348298, 33.857486 ], [ -84.348433, 33.857431 ], [ -84.348593, 33.857355 ], [ -84.348838, 33.857213 ], [ -84.34909, 33.857044 ], [ -84.349354, 33.85686 ], [ -84.349621, 33.856634 ], [ -84.349951, 33.856367 ], [ -84.349998, 33.856332 ], [ -84.350363, 33.856061 ], [ -84.350423, 33.856018 ], [ -84.350661, 33.855886 ], [ -84.351014, 33.855735 ], [ -84.35141, 33.855596 ], [ -84.352449, 33.85524 ], [ -84.35277, 33.85513 ], [ -84.353563, 33.854836 ], [ -84.353947, 33.854702 ], [ -84.354249, 33.854609 ], [ -84.354508, 33.854529 ], [ -84.355045, 33.854351 ], [ -84.355906, 33.854079 ], [ -84.356141, 33.854042 ], [ -84.356369, 33.854026 ], [ -84.35766, 33.853975 ], [ -84.358072, 33.853953 ], [ -84.358472, 33.853897 ], [ -84.358821, 33.853831 ], [ -84.359159, 33.853738 ], [ -84.359383, 33.853663 ], [ -84.359507, 33.853613 ], [ -84.359672, 33.853522 ], [ -84.359865, 33.8534 ], [ -84.359956, 33.853322 ], [ -84.360081, 33.853167 ], [ -84.360214, 33.852959 ], [ -84.360381, 33.852646 ], [ -84.360651, 33.852093 ], [ -84.360859, 33.851696 ], [ -84.361024, 33.851468 ], [ -84.361261, 33.851167 ], [ -84.361523, 33.850883 ], [ -84.361882, 33.850504 ], [ -84.362203, 33.850148 ], [ -84.362601, 33.849735 ], [ -84.362796, 33.84956 ], [ -84.362892, 33.849504 ], [ -84.363001, 33.849448 ], [ -84.363194, 33.849369 ], [ -84.363321, 33.849318 ], [ -84.363654, 33.849183 ], [ -84.36444, 33.84891 ], [ -84.364567, 33.848881 ], [ -84.3647, 33.848868 ], [ -84.364997, 33.848874 ], [ -84.365038, 33.848876 ], [ -84.365262, 33.84889 ], [ -84.365464, 33.848895 ], [ -84.365572, 33.848892 ], [ -84.365674, 33.848873 ], [ -84.365833, 33.848829 ], [ -84.366192, 33.848662 ], [ -84.366304, 33.848585 ], [ -84.366431, 33.848499 ], [ -84.366593, 33.84837 ], [ -84.366854, 33.848112 ], [ -84.367151, 33.84781 ], [ -84.367231, 33.847944 ], [ -84.368445, 33.849993 ], [ -84.368835, 33.850651 ], [ -84.368965, 33.850899 ], [ -84.369053, 33.851093 ], [ -84.369084, 33.851163 ], [ -84.369182, 33.851408 ], [ -84.36927, 33.851669 ], [ -84.369343, 33.851932 ], [ -84.369367, 33.852041 ], [ -84.369402, 33.852198 ], [ -84.369446, 33.852466 ], [ -84.369449, 33.852489 ], [ -84.369475, 33.852735 ], [ -84.369485, 33.852894 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121010114", "name": "Census Tract 101.14, Fulton County, Georgia", "total_population_17": 6738, "white_alone_17": 4156.0, "black_alone_17": 766.0, "native_alone_17": 345.0, "asian_alone_17": 227.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1469.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -13.526, "pct_black_alone_change": 3.923, "pct_native_alone_change": 4.945, "pct_asian_alone_change": 0.985, "pct_hispanic_or_latino_change": 7.462, "pct_native_hawaiian_pacific_islander_change": -0.008, "INTPTLAT": "+33.8890375", "INTPTLON": "-084.3727042" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.381693, 33.887002 ], [ -84.381588, 33.887988 ], [ -84.381581, 33.88806 ], [ -84.381501, 33.888833 ], [ -84.381317, 33.890644 ], [ -84.381288, 33.891008 ], [ -84.381221, 33.891648 ], [ -84.381154, 33.892305 ], [ -84.381148, 33.892671 ], [ -84.381159, 33.892881 ], [ -84.381253, 33.89387 ], [ -84.38137, 33.895004 ], [ -84.381514, 33.896504 ], [ -84.381542, 33.896742 ], [ -84.38156, 33.897195 ], [ -84.381552, 33.89746 ], [ -84.381522, 33.897738 ], [ -84.381491, 33.897922 ], [ -84.381399, 33.898289 ], [ -84.38127, 33.898646 ], [ -84.381121, 33.898965 ], [ -84.380883, 33.899385 ], [ -84.380767, 33.899574 ], [ -84.380639, 33.899757 ], [ -84.380258, 33.900239 ], [ -84.37999, 33.900578 ], [ -84.379827, 33.900786 ], [ -84.378943, 33.901883 ], [ -84.378832, 33.902047 ], [ -84.378803, 33.902097 ], [ -84.37864, 33.902074 ], [ -84.378533, 33.902079 ], [ -84.378419, 33.902111 ], [ -84.378304, 33.902175 ], [ -84.378282, 33.902179 ], [ -84.37757, 33.902534 ], [ -84.37738, 33.90261 ], [ -84.37721, 33.902666 ], [ -84.377027, 33.902714 ], [ -84.37687, 33.902743 ], [ -84.37677, 33.902751 ], [ -84.375691, 33.902729 ], [ -84.374209, 33.902687 ], [ -84.373997, 33.902772 ], [ -84.373805, 33.902888 ], [ -84.373657, 33.903009 ], [ -84.373347, 33.903293 ], [ -84.372937, 33.903617 ], [ -84.372677, 33.903798 ], [ -84.37249, 33.903912 ], [ -84.372359, 33.903979 ], [ -84.372206, 33.904042 ], [ -84.372046, 33.904091 ], [ -84.371809, 33.904136 ], [ -84.371172, 33.90419 ], [ -84.371061, 33.904058 ], [ -84.370962, 33.903966 ], [ -84.370844, 33.90388 ], [ -84.370669, 33.903779 ], [ -84.370577, 33.903717 ], [ -84.370484, 33.903639 ], [ -84.370423, 33.903571 ], [ -84.370389, 33.90352 ], [ -84.370293, 33.903328 ], [ -84.370121, 33.902984 ], [ -84.369944, 33.902701 ], [ -84.369702, 33.902284 ], [ -84.36961, 33.902126 ], [ -84.369366, 33.901764 ], [ -84.369269, 33.901644 ], [ -84.36902, 33.901366 ], [ -84.368521, 33.900756 ], [ -84.368157, 33.900279 ], [ -84.368118, 33.900208 ], [ -84.368095, 33.900131 ], [ -84.367993, 33.89968 ], [ -84.367947, 33.899524 ], [ -84.367874, 33.899348 ], [ -84.367777, 33.899173 ], [ -84.36761, 33.898775 ], [ -84.367415, 33.898347 ], [ -84.366956, 33.897412 ], [ -84.366928, 33.897372 ], [ -84.366841, 33.897266 ], [ -84.366738, 33.897171 ], [ -84.366126, 33.89672 ], [ -84.365758, 33.896354 ], [ -84.364753, 33.895398 ], [ -84.36454, 33.895235 ], [ -84.364349, 33.895106 ], [ -84.364189, 33.895015 ], [ -84.363887, 33.894826 ], [ -84.363699, 33.894716 ], [ -84.36405, 33.894161 ], [ -84.364144, 33.893999 ], [ -84.364229, 33.893833 ], [ -84.36434, 33.893579 ], [ -84.364431, 33.89332 ], [ -84.364483, 33.89313 ], [ -84.364503, 33.893056 ], [ -84.364553, 33.892789 ], [ -84.364584, 33.89252 ], [ -84.364593, 33.892249 ], [ -84.364474, 33.889341 ], [ -84.364456, 33.888442 ], [ -84.364433, 33.887277 ], [ -84.364401, 33.8857 ], [ -84.364359, 33.884753 ], [ -84.364347, 33.884511 ], [ -84.364325, 33.884055 ], [ -84.3643, 33.883411 ], [ -84.364299, 33.882984 ], [ -84.364316, 33.882459 ], [ -84.364328, 33.882063 ], [ -84.364331, 33.881966 ], [ -84.364631, 33.881684 ], [ -84.364758, 33.881567 ], [ -84.364812, 33.881517 ], [ -84.364838, 33.881494 ], [ -84.364871, 33.881463 ], [ -84.365073, 33.881278 ], [ -84.365228, 33.881134 ], [ -84.365293, 33.881063 ], [ -84.365352, 33.880987 ], [ -84.365399, 33.880906 ], [ -84.365454, 33.880828 ], [ -84.365517, 33.880755 ], [ -84.365587, 33.880687 ], [ -84.365724, 33.880584 ], [ -84.366267, 33.88014 ], [ -84.366399, 33.880032 ], [ -84.366472, 33.879964 ], [ -84.36654, 33.879891 ], [ -84.366601, 33.879813 ], [ -84.36665, 33.87973 ], [ -84.36676, 33.87957 ], [ -84.366848, 33.879519 ], [ -84.367059, 33.879469 ], [ -84.367149, 33.879415 ], [ -84.367203, 33.879335 ], [ -84.367253, 33.879252 ], [ -84.36733, 33.879185 ], [ -84.367425, 33.87914 ], [ -84.367533, 33.879121 ], [ -84.367641, 33.879111 ], [ -84.367686, 33.87911 ], [ -84.367709, 33.879109 ], [ -84.367751, 33.879109 ], [ -84.367763, 33.879109 ], [ -84.367815, 33.879112 ], [ -84.367861, 33.879115 ], [ -84.367969, 33.879105 ], [ -84.368049, 33.879087 ], [ -84.368075, 33.87908 ], [ -84.368156, 33.879053 ], [ -84.368169, 33.879043 ], [ -84.368197, 33.879048 ], [ -84.368214, 33.879051 ], [ -84.368447, 33.878991 ], [ -84.368553, 33.878973 ], [ -84.368655, 33.878944 ], [ -84.368752, 33.878904 ], [ -84.368842, 33.878854 ], [ -84.368927, 33.878798 ], [ -84.369006, 33.878737 ], [ -84.36908, 33.878671 ], [ -84.36925, 33.878491 ], [ -84.369324, 33.878425 ], [ -84.369402, 33.878364 ], [ -84.369485, 33.878306 ], [ -84.369573, 33.878253 ], [ -84.369664, 33.878205 ], [ -84.369759, 33.878161 ], [ -84.369955, 33.878087 ], [ -84.370057, 33.878057 ], [ -84.370156, 33.878021 ], [ -84.370252, 33.877979 ], [ -84.370307, 33.87795 ], [ -84.370343, 33.877931 ], [ -84.370773, 33.877658 ], [ -84.370863, 33.877609 ], [ -84.370958, 33.877565 ], [ -84.371056, 33.877528 ], [ -84.371465, 33.877412 ], [ -84.371877, 33.877313 ], [ -84.37203, 33.877267 ], [ -84.372055, 33.877253 ], [ -84.372098, 33.87723 ], [ -84.372165, 33.877176 ], [ -84.372207, 33.877117 ], [ -84.372222, 33.877034 ], [ -84.372218, 33.876963 ], [ -84.372187, 33.876885 ], [ -84.372036, 33.876661 ], [ -84.371992, 33.876572 ], [ -84.371988, 33.876501 ], [ -84.372006, 33.87633 ], [ -84.372094, 33.876266 ], [ -84.372195, 33.876208 ], [ -84.372275, 33.876171 ], [ -84.372381, 33.876151 ], [ -84.372507, 33.876159 ], [ -84.372691, 33.876185 ], [ -84.373053, 33.876193 ], [ -84.373351, 33.876177 ], [ -84.373847, 33.876144 ], [ -84.374092, 33.876122 ], [ -84.374232, 33.876081 ], [ -84.374339, 33.876028 ], [ -84.37442, 33.875958 ], [ -84.374509, 33.87585 ], [ -84.374531, 33.875784 ], [ -84.374527, 33.875718 ], [ -84.37442, 33.875545 ], [ -84.374389, 33.875478 ], [ -84.374391, 33.875396 ], [ -84.374432, 33.875347 ], [ -84.37456, 33.875289 ], [ -84.374674, 33.875215 ], [ -84.37471, 33.875127 ], [ -84.374726, 33.87504 ], [ -84.374651, 33.8749 ], [ -84.374556, 33.874758 ], [ -84.37452, 33.874653 ], [ -84.374523, 33.874554 ], [ -84.374582, 33.874357 ], [ -84.374752, 33.873969 ], [ -84.374811, 33.873761 ], [ -84.374865, 33.873306 ], [ -84.374912, 33.873072 ], [ -84.374978, 33.873079 ], [ -84.375359, 33.873118 ], [ -84.375656, 33.873139 ], [ -84.375686, 33.873228 ], [ -84.375732, 33.873314 ], [ -84.376325, 33.874148 ], [ -84.376339, 33.874171 ], [ -84.376745, 33.874842 ], [ -84.376824, 33.874944 ], [ -84.376911, 33.875029 ], [ -84.377233, 33.875283 ], [ -84.377516, 33.875478 ], [ -84.378301, 33.876049 ], [ -84.378633, 33.876282 ], [ -84.378759, 33.876361 ], [ -84.378969, 33.876472 ], [ -84.379223, 33.876581 ], [ -84.379943, 33.876847 ], [ -84.379894, 33.876953 ], [ -84.379845, 33.877099 ], [ -84.379806, 33.877273 ], [ -84.379787, 33.877444 ], [ -84.379787, 33.878149 ], [ -84.379793, 33.878836 ], [ -84.379794, 33.878981 ], [ -84.3798, 33.879856 ], [ -84.379808, 33.880732 ], [ -84.37981, 33.880934 ], [ -84.379812, 33.881133 ], [ -84.379812, 33.881193 ], [ -84.379812, 33.881256 ], [ -84.379816, 33.881653 ], [ -84.37983, 33.881874 ], [ -84.379839, 33.881953 ], [ -84.379855, 33.882077 ], [ -84.379893, 33.882295 ], [ -84.379943, 33.882512 ], [ -84.380021, 33.882769 ], [ -84.38013, 33.883129 ], [ -84.380328, 33.883759 ], [ -84.380359, 33.883836 ], [ -84.380408, 33.88396 ], [ -84.380415, 33.883977 ], [ -84.380524, 33.884204 ], [ -84.380699, 33.884506 ], [ -84.380724, 33.884548 ], [ -84.38087, 33.884756 ], [ -84.381046, 33.885008 ], [ -84.381214, 33.885246 ], [ -84.38131, 33.885406 ], [ -84.381349, 33.885482 ], [ -84.381395, 33.88557 ], [ -84.381523, 33.88588 ], [ -84.381615, 33.886201 ], [ -84.381652, 33.886368 ], [ -84.381679, 33.886548 ], [ -84.381693, 33.886718 ], [ -84.381696, 33.8869 ], [ -84.381693, 33.887002 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121010206", "name": "Census Tract 102.06, Fulton County, Georgia", "total_population_17": 5880, "white_alone_17": 4988.0, "black_alone_17": 253.0, "native_alone_17": 6.0, "asian_alone_17": 378.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 180.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -9.881, "pct_black_alone_change": 2.777, "pct_native_alone_change": -0.081, "pct_asian_alone_change": 4.293, "pct_hispanic_or_latino_change": 2.003, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.8959813", "INTPTLON": "-084.4216668" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.44417, 33.88745 ], [ -84.444116, 33.88754 ], [ -84.444005, 33.887695 ], [ -84.443881, 33.887842 ], [ -84.443746, 33.887983 ], [ -84.443599, 33.888115 ], [ -84.443442, 33.888239 ], [ -84.443275, 33.888354 ], [ -84.443099, 33.888458 ], [ -84.442915, 33.888553 ], [ -84.442754, 33.888615 ], [ -84.442658, 33.888657 ], [ -84.442474, 33.888751 ], [ -84.442299, 33.888857 ], [ -84.442136, 33.888975 ], [ -84.441984, 33.889103 ], [ -84.441846, 33.889242 ], [ -84.441721, 33.889389 ], [ -84.441616, 33.889546 ], [ -84.441571, 33.889628 ], [ -84.441531, 33.889712 ], [ -84.441468, 33.889884 ], [ -84.441445, 33.889973 ], [ -84.441416, 33.890151 ], [ -84.441411, 33.890227 ], [ -84.441407, 33.890331 ], [ -84.441413, 33.890511 ], [ -84.441434, 33.890691 ], [ -84.441471, 33.890868 ], [ -84.441508, 33.891 ], [ -84.441587, 33.891215 ], [ -84.441668, 33.891383 ], [ -84.441761, 33.891545 ], [ -84.441814, 33.891624 ], [ -84.441927, 33.891777 ], [ -84.442054, 33.891923 ], [ -84.44216, 33.892015 ], [ -84.442376, 33.892217 ], [ -84.442579, 33.892428 ], [ -84.442768, 33.892647 ], [ -84.442944, 33.892874 ], [ -84.443106, 33.893108 ], [ -84.443253, 33.893349 ], [ -84.443385, 33.893596 ], [ -84.4435, 33.893849 ], [ -84.443564, 33.894021 ], [ -84.443618, 33.894196 ], [ -84.443679, 33.894461 ], [ -84.443706, 33.89464 ], [ -84.443726, 33.89491 ], [ -84.443721, 33.89518 ], [ -84.443692, 33.895449 ], [ -84.443638, 33.895716 ], [ -84.44356, 33.895978 ], [ -84.443494, 33.89615 ], [ -84.443419, 33.896319 ], [ -84.443333, 33.896484 ], [ -84.443186, 33.896725 ], [ -84.443017, 33.896956 ], [ -84.442891, 33.897143 ], [ -84.442752, 33.89735 ], [ -84.442451, 33.897828 ], [ -84.442166, 33.898314 ], [ -84.441899, 33.898807 ], [ -84.441818, 33.898974 ], [ -84.441755, 33.899146 ], [ -84.44173, 33.899235 ], [ -84.441709, 33.899323 ], [ -84.441681, 33.899501 ], [ -84.44167, 33.899681 ], [ -84.441677, 33.899861 ], [ -84.441702, 33.90004 ], [ -84.441732, 33.900168 ], [ -84.441744, 33.900217 ], [ -84.441803, 33.90039 ], [ -84.441879, 33.900559 ], [ -84.441924, 33.900641 ], [ -84.442024, 33.900801 ], [ -84.442139, 33.900953 ], [ -84.44227, 33.901097 ], [ -84.442433, 33.901248 ], [ -84.44257, 33.901356 ], [ -84.442708, 33.901543 ], [ -84.442225, 33.901726 ], [ -84.442124, 33.901765 ], [ -84.441498, 33.902007 ], [ -84.440855, 33.902256 ], [ -84.439059, 33.902961 ], [ -84.436599, 33.903908 ], [ -84.43523, 33.904429 ], [ -84.435211, 33.90444 ], [ -84.435115, 33.904463 ], [ -84.434969, 33.904544 ], [ -84.434947, 33.904549 ], [ -84.434206, 33.904869 ], [ -84.433838, 33.905063 ], [ -84.433262, 33.905385 ], [ -84.432485, 33.90586 ], [ -84.432052, 33.906191 ], [ -84.431935, 33.906298 ], [ -84.429733, 33.908188 ], [ -84.429244, 33.908664 ], [ -84.428336, 33.909476 ], [ -84.427475, 33.910226 ], [ -84.42683, 33.910817 ], [ -84.426282, 33.911233 ], [ -84.426179, 33.911341 ], [ -84.426157, 33.911356 ], [ -84.425621, 33.911847 ], [ -84.424892, 33.912455 ], [ -84.424381, 33.912873 ], [ -84.423841, 33.913252 ], [ -84.423012, 33.913707 ], [ -84.422612, 33.913938 ], [ -84.421768, 33.914364 ], [ -84.421134, 33.914628 ], [ -84.420445, 33.914903 ], [ -84.420117, 33.91501 ], [ -84.419286, 33.915266 ], [ -84.41889, 33.915377 ], [ -84.418419, 33.915481 ], [ -84.417751, 33.915586 ], [ -84.41712, 33.915715 ], [ -84.416695, 33.915775 ], [ -84.415379, 33.915842 ], [ -84.41427, 33.915881 ], [ -84.414167, 33.915865 ], [ -84.412769, 33.915843 ], [ -84.411095, 33.915869 ], [ -84.410417, 33.915829 ], [ -84.40883, 33.915846 ], [ -84.407419, 33.915816 ], [ -84.406897, 33.915824 ], [ -84.406736, 33.915839 ], [ -84.406675, 33.915836 ], [ -84.406569, 33.915852 ], [ -84.406285, 33.91584 ], [ -84.404511, 33.915802 ], [ -84.404202, 33.915777 ], [ -84.4039, 33.915764 ], [ -84.403675, 33.915734 ], [ -84.403284, 33.915669 ], [ -84.402719, 33.915494 ], [ -84.402363, 33.915379 ], [ -84.400713, 33.914846 ], [ -84.400173, 33.914634 ], [ -84.399643, 33.914434 ], [ -84.398431, 33.91403 ], [ -84.397884, 33.913893 ], [ -84.397215, 33.913791 ], [ -84.396366, 33.913634 ], [ -84.395651, 33.913559 ], [ -84.394091, 33.913362 ], [ -84.392521, 33.913169 ], [ -84.392496, 33.913115 ], [ -84.392167, 33.912135 ], [ -84.392116, 33.911934 ], [ -84.392061, 33.911582 ], [ -84.392018, 33.910953 ], [ -84.392018, 33.910766 ], [ -84.39203, 33.910558 ], [ -84.392033, 33.910527 ], [ -84.392068, 33.910206 ], [ -84.392095, 33.910041 ], [ -84.392133, 33.909888 ], [ -84.392229, 33.909576 ], [ -84.392419, 33.908679 ], [ -84.392514, 33.908292 ], [ -84.392583, 33.907945 ], [ -84.392745, 33.907295 ], [ -84.392791, 33.907077 ], [ -84.392814, 33.906966 ], [ -84.392893, 33.906761 ], [ -84.392992, 33.90659 ], [ -84.393061, 33.90651 ], [ -84.39314, 33.906437 ], [ -84.393435, 33.906225 ], [ -84.39359, 33.906127 ], [ -84.394253, 33.905733 ], [ -84.394832, 33.905391 ], [ -84.394953, 33.905311 ], [ -84.395129, 33.90516 ], [ -84.395266, 33.905001 ], [ -84.395547, 33.904558 ], [ -84.39576, 33.90416 ], [ -84.3961, 33.903403 ], [ -84.396178, 33.903194 ], [ -84.396281, 33.902957 ], [ -84.396496, 33.90245 ], [ -84.396528, 33.902378 ], [ -84.39671, 33.901952 ], [ -84.396763, 33.901828 ], [ -84.396859, 33.901636 ], [ -84.396975, 33.901453 ], [ -84.397117, 33.901272 ], [ -84.3972, 33.901184 ], [ -84.397354, 33.901065 ], [ -84.397611, 33.900804 ], [ -84.397664, 33.900718 ], [ -84.397698, 33.900612 ], [ -84.397697, 33.900489 ], [ -84.397656, 33.90035 ], [ -84.397594, 33.90024 ], [ -84.397497, 33.900124 ], [ -84.397274, 33.899927 ], [ -84.397185, 33.899849 ], [ -84.394968, 33.898292 ], [ -84.394553, 33.897969 ], [ -84.394254, 33.897713 ], [ -84.394142, 33.897595 ], [ -84.394053, 33.897465 ], [ -84.393994, 33.897341 ], [ -84.393957, 33.897211 ], [ -84.39393, 33.896871 ], [ -84.393941, 33.8967 ], [ -84.394078, 33.895884 ], [ -84.394094, 33.895748 ], [ -84.394094, 33.895496 ], [ -84.394056, 33.895245 ], [ -84.394, 33.895063 ], [ -84.393961, 33.894938 ], [ -84.393851, 33.894674 ], [ -84.393709, 33.894408 ], [ -84.39353, 33.894139 ], [ -84.393333, 33.893819 ], [ -84.392106, 33.891816 ], [ -84.392305, 33.891288 ], [ -84.392363, 33.891177 ], [ -84.392485, 33.890998 ], [ -84.392649, 33.890823 ], [ -84.392916, 33.890607 ], [ -84.393189, 33.890416 ], [ -84.393289, 33.890354 ], [ -84.393848, 33.890015 ], [ -84.394196, 33.889829 ], [ -84.394411, 33.88973 ], [ -84.394453, 33.889706 ], [ -84.394544, 33.889674 ], [ -84.394931, 33.889529 ], [ -84.395845, 33.889232 ], [ -84.396134, 33.889136 ], [ -84.397167, 33.888844 ], [ -84.397909, 33.888625 ], [ -84.398537, 33.888482 ], [ -84.398669, 33.888437 ], [ -84.398794, 33.888378 ], [ -84.398909, 33.888307 ], [ -84.399042, 33.888199 ], [ -84.399421, 33.887807 ], [ -84.399459, 33.88777 ], [ -84.399563, 33.887673 ], [ -84.399719, 33.88756 ], [ -84.400273, 33.887261 ], [ -84.400879, 33.886941 ], [ -84.401017, 33.886884 ], [ -84.401154, 33.886844 ], [ -84.401299, 33.886815 ], [ -84.401375, 33.886806 ], [ -84.40157, 33.886802 ], [ -84.401801, 33.886798 ], [ -84.40259, 33.886758 ], [ -84.402755, 33.886731 ], [ -84.402949, 33.886672 ], [ -84.40303, 33.886631 ], [ -84.40305, 33.886621 ], [ -84.403196, 33.886517 ], [ -84.403309, 33.886425 ], [ -84.403502, 33.886227 ], [ -84.403683, 33.886004 ], [ -84.40393, 33.885743 ], [ -84.40416, 33.885519 ], [ -84.404284, 33.885409 ], [ -84.404353, 33.885358 ], [ -84.404455, 33.885299 ], [ -84.404558, 33.885255 ], [ -84.404683, 33.885219 ], [ -84.404784, 33.885208 ], [ -84.404883, 33.885207 ], [ -84.405021, 33.885221 ], [ -84.405034, 33.885224 ], [ -84.405122, 33.885241 ], [ -84.405267, 33.885269 ], [ -84.405324, 33.88528 ], [ -84.405341, 33.885281 ], [ -84.405393, 33.885283 ], [ -84.40541, 33.885284 ], [ -84.405511, 33.885288 ], [ -84.405696, 33.885264 ], [ -84.405786, 33.88524 ], [ -84.405885, 33.885202 ], [ -84.406041, 33.885115 ], [ -84.406257, 33.884938 ], [ -84.406462, 33.884752 ], [ -84.406749, 33.884463 ], [ -84.40686, 33.884327 ], [ -84.406963, 33.884182 ], [ -84.407094, 33.883997 ], [ -84.407709, 33.88319 ], [ -84.407828, 33.882992 ], [ -84.407906, 33.882818 ], [ -84.407962, 33.882644 ], [ -84.408125, 33.881826 ], [ -84.408185, 33.881641 ], [ -84.40831, 33.881373 ], [ -84.408382, 33.881254 ], [ -84.408431, 33.88119 ], [ -84.408621, 33.88101 ], [ -84.408694, 33.880935 ], [ -84.408836, 33.880905 ], [ -84.40909, 33.880874 ], [ -84.409939, 33.880833 ], [ -84.410079, 33.880799 ], [ -84.410195, 33.880738 ], [ -84.410254, 33.880691 ], [ -84.410894, 33.880081 ], [ -84.41127, 33.879687 ], [ -84.411345, 33.879583 ], [ -84.411405, 33.879472 ], [ -84.41148, 33.879283 ], [ -84.411544, 33.879087 ], [ -84.411626, 33.878764 ], [ -84.411682, 33.878479 ], [ -84.411704, 33.878365 ], [ -84.411719, 33.878292 ], [ -84.411774, 33.878086 ], [ -84.411814, 33.877975 ], [ -84.41187, 33.877859 ], [ -84.411941, 33.877745 ], [ -84.412103, 33.877522 ], [ -84.412272, 33.87733 ], [ -84.412359, 33.87749 ], [ -84.41238, 33.877519 ], [ -84.412434, 33.877561 ], [ -84.412524, 33.877617 ], [ -84.412811, 33.877759 ], [ -84.413055, 33.877891 ], [ -84.413244, 33.878016 ], [ -84.413419, 33.878155 ], [ -84.413656, 33.878369 ], [ -84.413838, 33.878534 ], [ -84.413924, 33.878611 ], [ -84.414013, 33.878691 ], [ -84.414063, 33.878736 ], [ -84.414148, 33.878833 ], [ -84.414407, 33.879125 ], [ -84.414676, 33.879463 ], [ -84.414933, 33.879874 ], [ -84.415463, 33.880675 ], [ -84.415686, 33.881014 ], [ -84.415748, 33.88109 ], [ -84.415945, 33.88129 ], [ -84.416273, 33.881544 ], [ -84.41653, 33.881708 ], [ -84.4167, 33.881828 ], [ -84.416873, 33.881931 ], [ -84.417141, 33.882074 ], [ -84.417247, 33.882117 ], [ -84.417358, 33.882148 ], [ -84.417889, 33.88225 ], [ -84.418027, 33.882271 ], [ -84.418244, 33.882283 ], [ -84.418474, 33.882275 ], [ -84.418578, 33.882253 ], [ -84.418672, 33.882211 ], [ -84.418747, 33.882157 ], [ -84.419494, 33.881452 ], [ -84.419632, 33.881358 ], [ -84.419765, 33.881281 ], [ -84.419919, 33.881205 ], [ -84.420072, 33.881143 ], [ -84.420345, 33.881059 ], [ -84.421735, 33.880746 ], [ -84.421852, 33.880713 ], [ -84.422114, 33.88062 ], [ -84.422802, 33.88032 ], [ -84.423023, 33.88024 ], [ -84.423241, 33.880173 ], [ -84.424278, 33.879971 ], [ -84.424844, 33.88015 ], [ -84.424984, 33.880174 ], [ -84.425112, 33.880178 ], [ -84.425319, 33.880161 ], [ -84.425456, 33.880138 ], [ -84.426561, 33.879864 ], [ -84.426671, 33.879853 ], [ -84.426777, 33.879854 ], [ -84.426882, 33.879865 ], [ -84.426999, 33.87989 ], [ -84.427083, 33.879917 ], [ -84.427177, 33.879958 ], [ -84.427291, 33.880018 ], [ -84.427373, 33.880077 ], [ -84.427779, 33.880498 ], [ -84.428173, 33.880906 ], [ -84.428312, 33.881021 ], [ -84.428444, 33.881098 ], [ -84.428605, 33.881162 ], [ -84.428759, 33.881199 ], [ -84.428936, 33.881216 ], [ -84.429015, 33.881213 ], [ -84.429079, 33.881211 ], [ -84.429219, 33.88119 ], [ -84.43031, 33.880952 ], [ -84.430518, 33.880892 ], [ -84.430662, 33.880834 ], [ -84.430798, 33.880766 ], [ -84.431035, 33.880617 ], [ -84.431602, 33.880286 ], [ -84.43178, 33.88021 ], [ -84.43195, 33.880162 ], [ -84.432194, 33.879829 ], [ -84.432541, 33.879374 ], [ -84.432848, 33.878987 ], [ -84.432885, 33.878947 ], [ -84.432972, 33.878853 ], [ -84.433112, 33.878732 ], [ -84.433314, 33.878599 ], [ -84.433535, 33.878484 ], [ -84.434885, 33.878488 ], [ -84.436346, 33.878491 ], [ -84.436342, 33.878958 ], [ -84.436261, 33.880272 ], [ -84.436346, 33.88018 ], [ -84.436746, 33.880104 ], [ -84.437099, 33.879947 ], [ -84.437234, 33.879686 ], [ -84.437133, 33.879427 ], [ -84.437599, 33.879481 ], [ -84.437913, 33.879371 ], [ -84.438018, 33.879252 ], [ -84.438179, 33.87934 ], [ -84.438558, 33.87946 ], [ -84.438696, 33.879377 ], [ -84.438788, 33.879436 ], [ -84.438741, 33.879768 ], [ -84.438887, 33.879884 ], [ -84.439251, 33.879935 ], [ -84.439338, 33.879908 ], [ -84.439404, 33.87989 ], [ -84.440023, 33.879268 ], [ -84.440211, 33.87908 ], [ -84.440853, 33.879079 ], [ -84.441094, 33.879085 ], [ -84.44263, 33.879177 ], [ -84.443087, 33.879216 ], [ -84.443051, 33.879348 ], [ -84.443015, 33.879482 ], [ -84.442835, 33.880144 ], [ -84.443089, 33.88084 ], [ -84.443111, 33.882466 ], [ -84.442653, 33.882911 ], [ -84.44264, 33.883369 ], [ -84.442639, 33.883406 ], [ -84.442627, 33.883801 ], [ -84.443625, 33.886095 ], [ -84.443744, 33.886391 ], [ -84.443852, 33.88666 ], [ -84.444026, 33.887093 ], [ -84.444191, 33.887416 ], [ -84.44417, 33.88745 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121010211", "name": "Census Tract 102.11, Fulton County, Georgia", "total_population_17": 2738, "white_alone_17": 2414.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 270.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 32.327, "pct_black_alone_change": -8.868, "pct_native_alone_change": -0.215, "pct_asian_alone_change": -2.248, "pct_hispanic_or_latino_change": -20.754, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+33.8812683", "INTPTLON": "-084.3956762" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.412272, 33.87733 ], [ -84.412103, 33.877522 ], [ -84.411941, 33.877745 ], [ -84.41187, 33.877859 ], [ -84.411814, 33.877975 ], [ -84.411774, 33.878086 ], [ -84.411719, 33.878292 ], [ -84.411704, 33.878365 ], [ -84.411682, 33.878479 ], [ -84.411626, 33.878764 ], [ -84.411544, 33.879087 ], [ -84.41148, 33.879283 ], [ -84.411405, 33.879472 ], [ -84.411345, 33.879583 ], [ -84.41127, 33.879687 ], [ -84.410894, 33.880081 ], [ -84.410254, 33.880691 ], [ -84.410195, 33.880738 ], [ -84.410079, 33.880799 ], [ -84.409939, 33.880833 ], [ -84.40909, 33.880874 ], [ -84.408836, 33.880905 ], [ -84.408694, 33.880935 ], [ -84.408621, 33.88101 ], [ -84.408431, 33.88119 ], [ -84.408382, 33.881254 ], [ -84.40831, 33.881373 ], [ -84.408185, 33.881641 ], [ -84.408125, 33.881826 ], [ -84.407962, 33.882644 ], [ -84.407906, 33.882818 ], [ -84.407828, 33.882992 ], [ -84.407709, 33.88319 ], [ -84.407094, 33.883997 ], [ -84.406963, 33.884182 ], [ -84.40686, 33.884327 ], [ -84.406749, 33.884463 ], [ -84.406462, 33.884752 ], [ -84.406257, 33.884938 ], [ -84.406041, 33.885115 ], [ -84.405885, 33.885202 ], [ -84.405786, 33.88524 ], [ -84.405696, 33.885264 ], [ -84.405511, 33.885288 ], [ -84.40541, 33.885284 ], [ -84.405393, 33.885283 ], [ -84.405341, 33.885281 ], [ -84.405324, 33.88528 ], [ -84.405267, 33.885269 ], [ -84.405122, 33.885241 ], [ -84.405034, 33.885224 ], [ -84.405021, 33.885221 ], [ -84.404883, 33.885207 ], [ -84.404784, 33.885208 ], [ -84.404683, 33.885219 ], [ -84.404558, 33.885255 ], [ -84.404455, 33.885299 ], [ -84.404353, 33.885358 ], [ -84.404284, 33.885409 ], [ -84.40416, 33.885519 ], [ -84.40393, 33.885743 ], [ -84.403683, 33.886004 ], [ -84.403502, 33.886227 ], [ -84.403309, 33.886425 ], [ -84.403196, 33.886517 ], [ -84.40305, 33.886621 ], [ -84.40303, 33.886631 ], [ -84.402949, 33.886672 ], [ -84.402755, 33.886731 ], [ -84.40259, 33.886758 ], [ -84.401801, 33.886798 ], [ -84.40157, 33.886802 ], [ -84.401375, 33.886806 ], [ -84.401299, 33.886815 ], [ -84.401154, 33.886844 ], [ -84.401017, 33.886884 ], [ -84.400879, 33.886941 ], [ -84.400273, 33.887261 ], [ -84.399719, 33.88756 ], [ -84.399563, 33.887673 ], [ -84.399459, 33.88777 ], [ -84.399421, 33.887807 ], [ -84.399042, 33.888199 ], [ -84.398909, 33.888307 ], [ -84.398794, 33.888378 ], [ -84.398669, 33.888437 ], [ -84.398537, 33.888482 ], [ -84.397909, 33.888625 ], [ -84.397167, 33.888844 ], [ -84.396134, 33.889136 ], [ -84.395845, 33.889232 ], [ -84.394931, 33.889529 ], [ -84.394544, 33.889674 ], [ -84.394453, 33.889706 ], [ -84.394411, 33.88973 ], [ -84.394196, 33.889829 ], [ -84.393848, 33.890015 ], [ -84.393289, 33.890354 ], [ -84.393189, 33.890416 ], [ -84.392916, 33.890607 ], [ -84.392649, 33.890823 ], [ -84.392485, 33.890998 ], [ -84.392363, 33.891177 ], [ -84.392305, 33.891288 ], [ -84.392106, 33.891816 ], [ -84.391599, 33.891018 ], [ -84.391486, 33.890872 ], [ -84.391368, 33.890756 ], [ -84.391234, 33.890652 ], [ -84.391087, 33.890563 ], [ -84.39095, 33.890499 ], [ -84.390807, 33.890446 ], [ -84.390683, 33.890412 ], [ -84.390531, 33.890384 ], [ -84.390401, 33.89037 ], [ -84.389065, 33.890368 ], [ -84.388557, 33.890341 ], [ -84.388424, 33.89032 ], [ -84.388232, 33.890268 ], [ -84.388052, 33.890193 ], [ -84.387271, 33.889725 ], [ -84.387025, 33.889603 ], [ -84.386899, 33.889527 ], [ -84.386139, 33.888994 ], [ -84.38571, 33.888693 ], [ -84.385564, 33.8886 ], [ -84.385424, 33.888522 ], [ -84.385304, 33.88848 ], [ -84.384673, 33.888332 ], [ -84.384433, 33.888283 ], [ -84.384218, 33.888248 ], [ -84.383782, 33.888202 ], [ -84.383218, 33.888179 ], [ -84.381581, 33.88806 ], [ -84.381588, 33.887988 ], [ -84.381693, 33.887002 ], [ -84.381696, 33.8869 ], [ -84.381693, 33.886718 ], [ -84.381679, 33.886548 ], [ -84.381652, 33.886368 ], [ -84.381615, 33.886201 ], [ -84.381523, 33.88588 ], [ -84.381395, 33.88557 ], [ -84.381349, 33.885482 ], [ -84.38131, 33.885406 ], [ -84.381214, 33.885246 ], [ -84.381046, 33.885008 ], [ -84.38087, 33.884756 ], [ -84.380724, 33.884548 ], [ -84.380699, 33.884506 ], [ -84.380524, 33.884204 ], [ -84.380415, 33.883977 ], [ -84.380408, 33.88396 ], [ -84.380359, 33.883836 ], [ -84.380328, 33.883759 ], [ -84.38013, 33.883129 ], [ -84.380021, 33.882769 ], [ -84.379943, 33.882512 ], [ -84.379893, 33.882295 ], [ -84.379855, 33.882077 ], [ -84.379839, 33.881953 ], [ -84.37983, 33.881874 ], [ -84.379816, 33.881653 ], [ -84.379812, 33.881256 ], [ -84.379812, 33.881193 ], [ -84.379812, 33.881133 ], [ -84.37981, 33.880934 ], [ -84.379808, 33.880732 ], [ -84.3798, 33.879856 ], [ -84.379794, 33.878981 ], [ -84.379793, 33.878836 ], [ -84.379787, 33.878149 ], [ -84.379787, 33.877444 ], [ -84.379806, 33.877273 ], [ -84.379845, 33.877099 ], [ -84.379894, 33.876953 ], [ -84.379943, 33.876847 ], [ -84.381234, 33.877543 ], [ -84.381895, 33.877909 ], [ -84.382081, 33.877988 ], [ -84.382161, 33.878017 ], [ -84.382183, 33.878025 ], [ -84.382268, 33.878055 ], [ -84.382332, 33.878065 ], [ -84.382428, 33.87808 ], [ -84.382529, 33.87808 ], [ -84.382628, 33.878068 ], [ -84.382725, 33.878046 ], [ -84.382828, 33.878007 ], [ -84.383455, 33.877637 ], [ -84.383627, 33.877537 ], [ -84.383808, 33.877451 ], [ -84.383949, 33.877398 ], [ -84.384031, 33.877367 ], [ -84.384155, 33.877333 ], [ -84.384287, 33.877307 ], [ -84.385014, 33.877199 ], [ -84.385295, 33.877165 ], [ -84.385782, 33.877128 ], [ -84.387408, 33.877065 ], [ -84.387775, 33.877045 ], [ -84.387917, 33.87702 ], [ -84.388056, 33.876982 ], [ -84.388173, 33.876937 ], [ -84.388838, 33.876647 ], [ -84.38905, 33.876568 ], [ -84.389252, 33.876504 ], [ -84.389473, 33.876444 ], [ -84.391569, 33.875939 ], [ -84.391743, 33.875879 ], [ -84.391903, 33.875791 ], [ -84.392057, 33.87568 ], [ -84.392143, 33.875603 ], [ -84.392206, 33.875527 ], [ -84.392526, 33.875075 ], [ -84.392646, 33.874936 ], [ -84.392785, 33.874798 ], [ -84.392996, 33.874623 ], [ -84.39348, 33.874275 ], [ -84.393659, 33.874184 ], [ -84.393854, 33.874121 ], [ -84.394059, 33.874086 ], [ -84.394489, 33.874063 ], [ -84.394554, 33.87406 ], [ -84.394672, 33.874046 ], [ -84.394773, 33.874022 ], [ -84.394857, 33.873993 ], [ -84.394949, 33.873951 ], [ -84.395024, 33.873906 ], [ -84.395564, 33.873544 ], [ -84.396222, 33.873168 ], [ -84.396311, 33.873104 ], [ -84.396846, 33.87354 ], [ -84.397428, 33.874007 ], [ -84.39782, 33.874297 ], [ -84.397881, 33.874354 ], [ -84.397933, 33.874418 ], [ -84.398021, 33.874387 ], [ -84.398097, 33.874379 ], [ -84.398953, 33.874435 ], [ -84.399095, 33.874446 ], [ -84.400428, 33.874558 ], [ -84.400915, 33.874589 ], [ -84.402064, 33.874686 ], [ -84.402516, 33.874725 ], [ -84.402823, 33.874759 ], [ -84.403039, 33.874783 ], [ -84.403399, 33.874836 ], [ -84.403586, 33.874885 ], [ -84.403739, 33.874948 ], [ -84.403761, 33.874957 ], [ -84.403922, 33.875051 ], [ -84.404374, 33.875382 ], [ -84.404425, 33.875428 ], [ -84.404495, 33.875509 ], [ -84.404721, 33.875412 ], [ -84.404857, 33.875337 ], [ -84.404994, 33.875239 ], [ -84.405115, 33.875127 ], [ -84.405234, 33.874983 ], [ -84.40559, 33.874455 ], [ -84.405756, 33.874208 ], [ -84.406006, 33.873894 ], [ -84.406068, 33.87383 ], [ -84.406392, 33.873577 ], [ -84.406552, 33.873474 ], [ -84.406751, 33.873376 ], [ -84.407051, 33.873265 ], [ -84.407584, 33.873046 ], [ -84.407733, 33.872971 ], [ -84.407868, 33.872891 ], [ -84.40806, 33.872754 ], [ -84.40878, 33.872158 ], [ -84.408911, 33.872336 ], [ -84.409396, 33.872848 ], [ -84.409485, 33.872954 ], [ -84.409601, 33.873135 ], [ -84.409707, 33.873372 ], [ -84.409732, 33.873503 ], [ -84.409726, 33.873691 ], [ -84.409598, 33.874522 ], [ -84.409615, 33.874673 ], [ -84.409666, 33.874806 ], [ -84.409748, 33.874928 ], [ -84.409979, 33.875172 ], [ -84.410074, 33.875252 ], [ -84.410596, 33.875647 ], [ -84.410882, 33.875864 ], [ -84.4113, 33.87623 ], [ -84.411719, 33.876571 ], [ -84.411778, 33.876613 ], [ -84.411972, 33.876759 ], [ -84.412047, 33.876834 ], [ -84.412108, 33.87691 ], [ -84.412218, 33.877148 ], [ -84.412272, 33.87733 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121010303", "name": "Census Tract 103.03, Fulton County, Georgia", "total_population_17": 10581, "white_alone_17": 17.0, "black_alone_17": 10382.0, "native_alone_17": 20.0, "asian_alone_17": 12.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 31.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -2.264, "pct_black_alone_change": 1.322, "pct_native_alone_change": 0.117, "pct_asian_alone_change": -0.014, "pct_hispanic_or_latino_change": -0.159, "pct_native_hawaiian_pacific_islander_change": -0.09, "INTPTLAT": "+33.7082359", "INTPTLON": "-084.5754911" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.632649, 33.699286 ], [ -84.632131, 33.700312 ], [ -84.627405, 33.702212 ], [ -84.626959, 33.702374 ], [ -84.626487, 33.702544 ], [ -84.625593, 33.702868 ], [ -84.625342, 33.70296 ], [ -84.624933, 33.703108 ], [ -84.624309, 33.703344 ], [ -84.621232, 33.704508 ], [ -84.615732, 33.709608 ], [ -84.608032, 33.712908 ], [ -84.606032, 33.715908 ], [ -84.605317, 33.716913 ], [ -84.605188, 33.717094 ], [ -84.604938, 33.717446 ], [ -84.604623, 33.717889 ], [ -84.602532, 33.719708 ], [ -84.601732, 33.724408 ], [ -84.600772, 33.725029 ], [ -84.598332, 33.726608 ], [ -84.594332, 33.729007 ], [ -84.592732, 33.729407 ], [ -84.590676, 33.729054 ], [ -84.590209, 33.728974 ], [ -84.589818, 33.728907 ], [ -84.589231, 33.728808 ], [ -84.586826, 33.729114 ], [ -84.585989, 33.729951 ], [ -84.58596, 33.72998 ], [ -84.585432, 33.730507 ], [ -84.583432, 33.735807 ], [ -84.582663, 33.737192 ], [ -84.582567, 33.737366 ], [ -84.581932, 33.738506 ], [ -84.580632, 33.739709 ], [ -84.580506, 33.740271 ], [ -84.580502, 33.740288 ], [ -84.580497, 33.740311 ], [ -84.580495, 33.740321 ], [ -84.580487, 33.740357 ], [ -84.580472, 33.740425 ], [ -84.580467, 33.740449 ], [ -84.580432, 33.740607 ], [ -84.579365, 33.742248 ], [ -84.579132, 33.742607 ], [ -84.578132, 33.743507 ], [ -84.576932, 33.744007 ], [ -84.575432, 33.744307 ], [ -84.573432, 33.745507 ], [ -84.573132, 33.745407 ], [ -84.571968, 33.744823 ], [ -84.568376, 33.743421 ], [ -84.56767, 33.743219 ], [ -84.566166, 33.74293 ], [ -84.565553, 33.742813 ], [ -84.56292, 33.743162 ], [ -84.562587, 33.743207 ], [ -84.562398, 33.743248 ], [ -84.559226, 33.743948 ], [ -84.558932, 33.744007 ], [ -84.558795, 33.743815 ], [ -84.557885, 33.742539 ], [ -84.5571, 33.74144 ], [ -84.556934, 33.741208 ], [ -84.554633, 33.740408 ], [ -84.553133, 33.740507 ], [ -84.552253, 33.738836 ], [ -84.552132, 33.738607 ], [ -84.551624, 33.738438 ], [ -84.549431, 33.737707 ], [ -84.547941, 33.736738 ], [ -84.547431, 33.736407 ], [ -84.547409, 33.733662 ], [ -84.546926, 33.733773 ], [ -84.546664, 33.733812 ], [ -84.54642, 33.733831 ], [ -84.546094, 33.733828 ], [ -84.54571, 33.733793 ], [ -84.543808, 33.733486 ], [ -84.543571, 33.73346 ], [ -84.543329, 33.733433 ], [ -84.542661, 33.733418 ], [ -84.541092, 33.733454 ], [ -84.54113, 33.733233 ], [ -84.541145, 33.733014 ], [ -84.541146, 33.732991 ], [ -84.541135, 33.732749 ], [ -84.541101, 33.732519 ], [ -84.540835, 33.731491 ], [ -84.540375, 33.729706 ], [ -84.540221, 33.729172 ], [ -84.540149, 33.72897 ], [ -84.539891, 33.728431 ], [ -84.539844, 33.728341 ], [ -84.539805, 33.728265 ], [ -84.539584, 33.727863 ], [ -84.539243, 33.727243 ], [ -84.539208, 33.727177 ], [ -84.539093, 33.726953 ], [ -84.538974, 33.72667 ], [ -84.53888, 33.726381 ], [ -84.538808, 33.726083 ], [ -84.538756, 33.725744 ], [ -84.538742, 33.725432 ], [ -84.538766, 33.725097 ], [ -84.538821, 33.724824 ], [ -84.538936, 33.724115 ], [ -84.539165, 33.722845 ], [ -84.539275, 33.722223 ], [ -84.539331, 33.721914 ], [ -84.539411, 33.721469 ], [ -84.539428, 33.721374 ], [ -84.539481, 33.721205 ], [ -84.539572, 33.721048 ], [ -84.539697, 33.720908 ], [ -84.539806, 33.72082 ], [ -84.540177, 33.720567 ], [ -84.540593, 33.720238 ], [ -84.541934, 33.719223 ], [ -84.544013, 33.717317 ], [ -84.544239, 33.717128 ], [ -84.544377, 33.717012 ], [ -84.544788, 33.716675 ], [ -84.545616, 33.715999 ], [ -84.545883, 33.715827 ], [ -84.546174, 33.715686 ], [ -84.546548, 33.715562 ], [ -84.546871, 33.715498 ], [ -84.548378, 33.715372 ], [ -84.548984, 33.715321 ], [ -84.549881, 33.715246 ], [ -84.550256, 33.715181 ], [ -84.550639, 33.715081 ], [ -84.551047, 33.714934 ], [ -84.55172, 33.714639 ], [ -84.552087, 33.714461 ], [ -84.552523, 33.71425 ], [ -84.553521, 33.713785 ], [ -84.553596, 33.71375 ], [ -84.554041, 33.713524 ], [ -84.554335, 33.713338 ], [ -84.554718, 33.71304 ], [ -84.555061, 33.712698 ], [ -84.555325, 33.712391 ], [ -84.556285, 33.711358 ], [ -84.557118, 33.710435 ], [ -84.557681, 33.709815 ], [ -84.558372, 33.709056 ], [ -84.558834, 33.708647 ], [ -84.558762, 33.708479 ], [ -84.558507, 33.708513 ], [ -84.55825, 33.708528 ], [ -84.557991, 33.708525 ], [ -84.557734, 33.708504 ], [ -84.557527, 33.708466 ], [ -84.557284, 33.708404 ], [ -84.556826, 33.708245 ], [ -84.556603, 33.708144 ], [ -84.556387, 33.708031 ], [ -84.554706, 33.707064 ], [ -84.553247, 33.706209 ], [ -84.552254, 33.705652 ], [ -84.550019, 33.704345 ], [ -84.549482, 33.703951 ], [ -84.549101, 33.703627 ], [ -84.548174, 33.702766 ], [ -84.54674, 33.701433 ], [ -84.546668, 33.701365 ], [ -84.546428, 33.701142 ], [ -84.546146, 33.700844 ], [ -84.545864, 33.700466 ], [ -84.545645, 33.700074 ], [ -84.545537, 33.699821 ], [ -84.545122, 33.698675 ], [ -84.544807, 33.697818 ], [ -84.544736, 33.697672 ], [ -84.544693, 33.697583 ], [ -84.544555, 33.697357 ], [ -84.544399, 33.697151 ], [ -84.544229, 33.696965 ], [ -84.544018, 33.696771 ], [ -84.543578, 33.696418 ], [ -84.541954, 33.695156 ], [ -84.54175, 33.695 ], [ -84.541607, 33.69491 ], [ -84.541397, 33.694795 ], [ -84.541166, 33.69469 ], [ -84.540938, 33.694603 ], [ -84.540693, 33.694527 ], [ -84.540454, 33.69447 ], [ -84.540199, 33.694426 ], [ -84.539929, 33.694398 ], [ -84.539681, 33.694388 ], [ -84.539401, 33.694394 ], [ -84.539175, 33.694414 ], [ -84.538894, 33.694457 ], [ -84.538674, 33.694506 ], [ -84.538247, 33.694641 ], [ -84.537895, 33.694798 ], [ -84.536648, 33.695476 ], [ -84.536341, 33.695628 ], [ -84.535801, 33.695846 ], [ -84.535357, 33.69597 ], [ -84.535078, 33.696024 ], [ -84.534625, 33.695189 ], [ -84.534289, 33.694501 ], [ -84.534226, 33.694326 ], [ -84.534162, 33.694064 ], [ -84.534122, 33.69363 ], [ -84.53412, 33.692791 ], [ -84.534145, 33.692588 ], [ -84.534199, 33.692337 ], [ -84.534328, 33.691954 ], [ -84.534423, 33.691672 ], [ -84.534488, 33.691386 ], [ -84.534511, 33.691142 ], [ -84.534502, 33.690866 ], [ -84.534452, 33.690575 ], [ -84.53433, 33.690154 ], [ -84.534006, 33.689109 ], [ -84.533778, 33.688395 ], [ -84.533731, 33.688144 ], [ -84.533714, 33.687881 ], [ -84.533712, 33.687838 ], [ -84.533757, 33.687513 ], [ -84.533829, 33.687273 ], [ -84.533982, 33.68695 ], [ -84.534189, 33.686665 ], [ -84.534307, 33.686535 ], [ -84.534516, 33.686348 ], [ -84.535439, 33.685638 ], [ -84.535824, 33.68529 ], [ -84.536005, 33.685092 ], [ -84.53618, 33.684873 ], [ -84.536336, 33.684644 ], [ -84.536474, 33.684405 ], [ -84.536666, 33.683976 ], [ -84.537229, 33.682254 ], [ -84.537767, 33.680741 ], [ -84.537959, 33.68061 ], [ -84.538448, 33.680316 ], [ -84.538971, 33.680064 ], [ -84.540755, 33.679381 ], [ -84.541535, 33.679083 ], [ -84.542053, 33.678885 ], [ -84.542392, 33.678739 ], [ -84.542768, 33.678556 ], [ -84.543123, 33.67836 ], [ -84.543669, 33.678007 ], [ -84.544171, 33.677618 ], [ -84.544483, 33.677337 ], [ -84.544856, 33.676977 ], [ -84.545353, 33.676499 ], [ -84.54686, 33.675045 ], [ -84.547096, 33.674789 ], [ -84.547636, 33.675085 ], [ -84.547832, 33.675166 ], [ -84.548036, 33.67523 ], [ -84.548669, 33.675359 ], [ -84.549336, 33.675519 ], [ -84.549777, 33.675601 ], [ -84.549971, 33.675621 ], [ -84.550171, 33.675613 ], [ -84.550346, 33.675581 ], [ -84.550514, 33.675527 ], [ -84.550654, 33.675462 ], [ -84.550831, 33.675352 ], [ -84.550955, 33.675242 ], [ -84.551349, 33.674775 ], [ -84.551502, 33.67462 ], [ -84.551711, 33.674457 ], [ -84.552175, 33.67417 ], [ -84.552276, 33.674125 ], [ -84.553377, 33.673704 ], [ -84.553573, 33.673635 ], [ -84.55379, 33.673582 ], [ -84.553981, 33.673554 ], [ -84.554207, 33.673543 ], [ -84.554401, 33.673552 ], [ -84.554624, 33.673583 ], [ -84.55481, 33.673627 ], [ -84.555019, 33.673699 ], [ -84.555375, 33.67385 ], [ -84.555827, 33.67406 ], [ -84.556378, 33.674328 ], [ -84.556632, 33.674465 ], [ -84.556887, 33.674625 ], [ -84.557129, 33.674799 ], [ -84.557847, 33.675406 ], [ -84.558055, 33.67556 ], [ -84.558232, 33.675668 ], [ -84.558406, 33.675757 ], [ -84.558574, 33.675824 ], [ -84.558745, 33.675873 ], [ -84.559094, 33.675927 ], [ -84.559415, 33.67593 ], [ -84.559732, 33.675886 ], [ -84.560035, 33.675798 ], [ -84.56045, 33.675605 ], [ -84.562299, 33.674634 ], [ -84.566731, 33.677209 ], [ -84.569085, 33.678224 ], [ -84.570212, 33.678268 ], [ -84.572101, 33.678342 ], [ -84.570404, 33.681302 ], [ -84.569722, 33.682493 ], [ -84.569548, 33.682765 ], [ -84.569433, 33.682922 ], [ -84.569292, 33.683082 ], [ -84.569171, 33.683195 ], [ -84.568978, 33.683347 ], [ -84.568653, 33.683557 ], [ -84.568476, 33.683657 ], [ -84.568265, 33.683752 ], [ -84.56806, 33.683823 ], [ -84.567859, 33.683866 ], [ -84.567606, 33.6839 ], [ -84.566684, 33.683901 ], [ -84.566461, 33.683923 ], [ -84.566298, 33.683961 ], [ -84.566146, 33.684014 ], [ -84.565826, 33.684215 ], [ -84.565737, 33.684279 ], [ -84.565658, 33.684335 ], [ -84.564267, 33.685428 ], [ -84.563722, 33.685838 ], [ -84.563008, 33.686402 ], [ -84.560333, 33.688517 ], [ -84.560115, 33.688709 ], [ -84.560039, 33.688788 ], [ -84.559933, 33.688902 ], [ -84.559779, 33.689099 ], [ -84.559662, 33.68928 ], [ -84.559476, 33.689614 ], [ -84.559173, 33.690263 ], [ -84.558887, 33.690928 ], [ -84.559705, 33.691457 ], [ -84.560226, 33.691837 ], [ -84.560708, 33.692244 ], [ -84.561352, 33.692858 ], [ -84.561753, 33.693205 ], [ -84.562122, 33.693485 ], [ -84.56437, 33.694945 ], [ -84.565638, 33.695754 ], [ -84.566718, 33.696489 ], [ -84.567233, 33.696865 ], [ -84.568231, 33.697593 ], [ -84.568904, 33.698093 ], [ -84.569056, 33.698236 ], [ -84.569186, 33.698393 ], [ -84.569306, 33.698587 ], [ -84.569402, 33.698819 ], [ -84.569455, 33.69906 ], [ -84.569462, 33.699296 ], [ -84.56945, 33.701779 ], [ -84.570106, 33.701772 ], [ -84.570671, 33.701725 ], [ -84.571308, 33.701623 ], [ -84.571907, 33.701479 ], [ -84.572443, 33.701308 ], [ -84.572961, 33.701102 ], [ -84.57333, 33.700928 ], [ -84.574284, 33.700435 ], [ -84.575515, 33.699785 ], [ -84.575784, 33.699657 ], [ -84.576253, 33.69948 ], [ -84.576758, 33.69935 ], [ -84.576865, 33.699331 ], [ -84.57697, 33.699312 ], [ -84.578973, 33.699068 ], [ -84.580513, 33.698882 ], [ -84.581313, 33.698713 ], [ -84.58213, 33.6985 ], [ -84.582369, 33.698427 ], [ -84.5833, 33.698077 ], [ -84.583796, 33.697843 ], [ -84.584459, 33.6975 ], [ -84.584909, 33.697235 ], [ -84.585394, 33.696912 ], [ -84.58573, 33.696654 ], [ -84.591084, 33.692303 ], [ -84.593526, 33.690305 ], [ -84.593807, 33.690095 ], [ -84.594104, 33.689899 ], [ -84.594521, 33.689642 ], [ -84.594538, 33.689632 ], [ -84.59495, 33.689431 ], [ -84.597043, 33.688547 ], [ -84.597122, 33.688514 ], [ -84.597978, 33.688179 ], [ -84.598211, 33.688105 ], [ -84.598474, 33.688039 ], [ -84.598826, 33.687977 ], [ -84.599145, 33.687952 ], [ -84.599711, 33.687956 ], [ -84.599951, 33.687969 ], [ -84.600186, 33.688 ], [ -84.600839, 33.688148 ], [ -84.606797, 33.689657 ], [ -84.609395, 33.690374 ], [ -84.609811, 33.69049 ], [ -84.612486, 33.691236 ], [ -84.61291, 33.691354 ], [ -84.613104, 33.691411 ], [ -84.61373, 33.691657 ], [ -84.614761, 33.692064 ], [ -84.615721, 33.692431 ], [ -84.616164, 33.692566 ], [ -84.616514, 33.692644 ], [ -84.616868, 33.692701 ], [ -84.617144, 33.692731 ], [ -84.617397, 33.692745 ], [ -84.618742, 33.692773 ], [ -84.620216, 33.692803 ], [ -84.620392, 33.692808 ], [ -84.621554, 33.692835 ], [ -84.624196, 33.692898 ], [ -84.624909, 33.692935 ], [ -84.62836, 33.693115 ], [ -84.629815, 33.693113 ], [ -84.630117, 33.693116 ], [ -84.632185, 33.6982 ], [ -84.632276, 33.698394 ], [ -84.632266, 33.698398 ], [ -84.632323, 33.698523 ], [ -84.632391, 33.698674 ], [ -84.63259, 33.699147 ], [ -84.632641, 33.699267 ], [ -84.632649, 33.699286 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121010800", "name": "Census Tract 108, Fulton County, Georgia", "total_population_17": 6622, "white_alone_17": 1895.0, "black_alone_17": 2844.0, "native_alone_17": 0.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1153.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": -13.406, "pct_black_alone_change": 16.88, "pct_native_alone_change": -0.68, "pct_asian_alone_change": -7.636, "pct_hispanic_or_latino_change": -4.4, "pct_native_hawaiian_pacific_islander_change": -0.113, "INTPTLAT": "+33.6621228", "INTPTLON": "-084.4093330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.434563, 33.656722 ], [ -84.434085, 33.657124 ], [ -84.433948, 33.657239 ], [ -84.432715, 33.658222 ], [ -84.431609, 33.659039 ], [ -84.430629, 33.659765 ], [ -84.430223, 33.65999 ], [ -84.429681, 33.660331 ], [ -84.42958, 33.660377 ], [ -84.428809, 33.660827 ], [ -84.428481, 33.661031 ], [ -84.428325, 33.661114 ], [ -84.428319, 33.661495 ], [ -84.428317, 33.661694 ], [ -84.42829, 33.662929 ], [ -84.426085, 33.662888 ], [ -84.425866, 33.66303 ], [ -84.425631, 33.663153 ], [ -84.425381, 33.663255 ], [ -84.425164, 33.663323 ], [ -84.424941, 33.663375 ], [ -84.423612, 33.663556 ], [ -84.423623, 33.6639 ], [ -84.42365, 33.664327 ], [ -84.423663, 33.664599 ], [ -84.423701, 33.665344 ], [ -84.423533, 33.665376 ], [ -84.423152, 33.665446 ], [ -84.422964, 33.665482 ], [ -84.419345, 33.665546 ], [ -84.418769, 33.665836 ], [ -84.418796, 33.665941 ], [ -84.418798, 33.665999 ], [ -84.418827, 33.666088 ], [ -84.41887, 33.666389 ], [ -84.418875, 33.666494 ], [ -84.41889, 33.66687 ], [ -84.41889, 33.66698 ], [ -84.4189, 33.670206 ], [ -84.418895, 33.672368 ], [ -84.418876, 33.673117 ], [ -84.418327, 33.673108 ], [ -84.416568, 33.673098 ], [ -84.41427, 33.673101 ], [ -84.41411, 33.6731 ], [ -84.413149, 33.673092 ], [ -84.412109, 33.673083 ], [ -84.408496, 33.673051 ], [ -84.406966, 33.673032 ], [ -84.405388, 33.673013 ], [ -84.403451, 33.672989 ], [ -84.400656, 33.672953 ], [ -84.399559, 33.672938 ], [ -84.399389, 33.672937 ], [ -84.397933, 33.672928 ], [ -84.397736, 33.672927 ], [ -84.397523, 33.672925 ], [ -84.397621, 33.670642 ], [ -84.397631, 33.670307 ], [ -84.397617, 33.66981 ], [ -84.397578, 33.669133 ], [ -84.39757, 33.669042 ], [ -84.397557, 33.668893 ], [ -84.39755, 33.668815 ], [ -84.397459, 33.668398 ], [ -84.397416, 33.668259 ], [ -84.397296, 33.667873 ], [ -84.396959, 33.666978 ], [ -84.396568, 33.665981 ], [ -84.396136, 33.664879 ], [ -84.39567, 33.663688 ], [ -84.395291, 33.662591 ], [ -84.395172, 33.662247 ], [ -84.395118, 33.662047 ], [ -84.394908, 33.661145 ], [ -84.394817, 33.660703 ], [ -84.394723, 33.659766 ], [ -84.394703, 33.659567 ], [ -84.394698, 33.658493 ], [ -84.394794, 33.656785 ], [ -84.394845, 33.656459 ], [ -84.394842, 33.656435 ], [ -84.395086, 33.656274 ], [ -84.395318, 33.656121 ], [ -84.395453, 33.655404 ], [ -84.395528, 33.655151 ], [ -84.395992, 33.654509 ], [ -84.396073, 33.654438 ], [ -84.396177, 33.654369 ], [ -84.396519, 33.654214 ], [ -84.396558, 33.654041 ], [ -84.396762, 33.653125 ], [ -84.396859, 33.653154 ], [ -84.396946, 33.65318 ], [ -84.397041, 33.653205 ], [ -84.397239, 33.653258 ], [ -84.399316, 33.653703 ], [ -84.399322, 33.653436 ], [ -84.399326, 33.653262 ], [ -84.399398, 33.65027 ], [ -84.399406, 33.649951 ], [ -84.399446, 33.648309 ], [ -84.399626, 33.648309 ], [ -84.400126, 33.648309 ], [ -84.403226, 33.648309 ], [ -84.404261, 33.648448 ], [ -84.404412, 33.648468 ], [ -84.404726, 33.648509 ], [ -84.404934, 33.648511 ], [ -84.405291, 33.649288 ], [ -84.405414, 33.64957 ], [ -84.405524, 33.649832 ], [ -84.405707, 33.650163 ], [ -84.405848, 33.650357 ], [ -84.406043, 33.650577 ], [ -84.406225, 33.650746 ], [ -84.406464, 33.650931 ], [ -84.408872, 33.652442 ], [ -84.411924, 33.654357 ], [ -84.412771, 33.65486 ], [ -84.413681, 33.655354 ], [ -84.416027, 33.656561 ], [ -84.417181, 33.657156 ], [ -84.4175, 33.65732 ], [ -84.417637, 33.657382 ], [ -84.417804, 33.657457 ], [ -84.418134, 33.657573 ], [ -84.418578, 33.657682 ], [ -84.419039, 33.657744 ], [ -84.419306, 33.657757 ], [ -84.420009, 33.657768 ], [ -84.420961, 33.657782 ], [ -84.421963, 33.657797 ], [ -84.423095, 33.657815 ], [ -84.423571, 33.657812 ], [ -84.423951, 33.657783 ], [ -84.425564, 33.657532 ], [ -84.425684, 33.657513 ], [ -84.425958, 33.65748 ], [ -84.426317, 33.657461 ], [ -84.426914, 33.657479 ], [ -84.428549, 33.657486 ], [ -84.428547, 33.657431 ], [ -84.428527, 33.656609 ], [ -84.428751, 33.656609 ], [ -84.429557, 33.656611 ], [ -84.43087, 33.65662 ], [ -84.433553, 33.656612 ], [ -84.433728, 33.656638 ], [ -84.434099, 33.656692 ], [ -84.434318, 33.656706 ], [ -84.434563, 33.656722 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121011800", "name": "Census Tract 118, Fulton County, Georgia", "total_population_17": 2198, "white_alone_17": 362.0, "black_alone_17": 1561.0, "native_alone_17": 0.0, "asian_alone_17": 148.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 104.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 14.896, "pct_black_alone_change": -26.208, "pct_native_alone_change": -0.112, "pct_asian_alone_change": 6.658, "pct_hispanic_or_latino_change": 3.758, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7708994", "INTPTLON": "-084.4087872" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.417391, 33.770479 ], [ -84.417388, 33.770684 ], [ -84.417381, 33.77139 ], [ -84.417373, 33.772198 ], [ -84.417367, 33.773032 ], [ -84.41736, 33.774107 ], [ -84.417356, 33.77486 ], [ -84.417354, 33.775089 ], [ -84.417354, 33.775148 ], [ -84.417351, 33.775598 ], [ -84.417347, 33.776192 ], [ -84.417322, 33.780159 ], [ -84.417308, 33.782453 ], [ -84.417301, 33.782641 ], [ -84.417268, 33.782687 ], [ -84.417218, 33.782717 ], [ -84.41616, 33.781383 ], [ -84.415698, 33.780799 ], [ -84.415516, 33.780594 ], [ -84.415312, 33.780441 ], [ -84.415119, 33.780324 ], [ -84.414963, 33.780251 ], [ -84.414911, 33.780227 ], [ -84.41469, 33.780152 ], [ -84.414392, 33.780089 ], [ -84.413256, 33.779961 ], [ -84.412973, 33.779929 ], [ -84.412839, 33.779804 ], [ -84.412288, 33.779264 ], [ -84.410741, 33.777844 ], [ -84.410027, 33.777153 ], [ -84.409757, 33.776923 ], [ -84.409501, 33.776627 ], [ -84.409334, 33.776433 ], [ -84.409292, 33.77638 ], [ -84.409175, 33.776235 ], [ -84.408856, 33.775747 ], [ -84.408688, 33.775469 ], [ -84.408427, 33.775012 ], [ -84.408236, 33.774651 ], [ -84.408188, 33.774559 ], [ -84.408054, 33.774305 ], [ -84.407936, 33.774106 ], [ -84.407748, 33.773821 ], [ -84.407521, 33.773565 ], [ -84.407044, 33.773064 ], [ -84.406832, 33.772851 ], [ -84.406354, 33.772507 ], [ -84.405831, 33.772228 ], [ -84.405464, 33.772067 ], [ -84.404779, 33.771852 ], [ -84.404619, 33.771831 ], [ -84.404229, 33.77178 ], [ -84.402895, 33.771708 ], [ -84.402723, 33.771682 ], [ -84.402198, 33.771574 ], [ -84.402024, 33.771535 ], [ -84.401795, 33.771478 ], [ -84.401496, 33.771395 ], [ -84.400951, 33.771177 ], [ -84.400642, 33.771022 ], [ -84.400447, 33.770905 ], [ -84.400212, 33.77074 ], [ -84.40017, 33.770711 ], [ -84.399803, 33.770406 ], [ -84.39961, 33.770219 ], [ -84.399418, 33.769988 ], [ -84.399128, 33.769545 ], [ -84.398976, 33.769277 ], [ -84.398791, 33.768906 ], [ -84.398636, 33.768463 ], [ -84.398553, 33.768182 ], [ -84.398444, 33.767785 ], [ -84.398384, 33.767535 ], [ -84.398302, 33.767088 ], [ -84.3982, 33.766191 ], [ -84.398177, 33.765987 ], [ -84.398135, 33.765575 ], [ -84.397977, 33.764266 ], [ -84.397917, 33.764014 ], [ -84.397877, 33.763846 ], [ -84.397859, 33.763769 ], [ -84.397844, 33.763711 ], [ -84.397758, 33.763388 ], [ -84.397919, 33.763387 ], [ -84.398121, 33.763392 ], [ -84.398157, 33.763401 ], [ -84.400077, 33.763391 ], [ -84.400089, 33.763404 ], [ -84.401127, 33.763414 ], [ -84.401519, 33.763418 ], [ -84.401673, 33.763421 ], [ -84.402034, 33.763429 ], [ -84.402787, 33.763431 ], [ -84.402936, 33.763431 ], [ -84.403671, 33.763431 ], [ -84.404013, 33.763431 ], [ -84.405202, 33.763432 ], [ -84.406358, 33.763432 ], [ -84.407761, 33.763433 ], [ -84.40888, 33.763433 ], [ -84.408852, 33.764254 ], [ -84.408842, 33.766029 ], [ -84.408838, 33.766831 ], [ -84.408808, 33.767286 ], [ -84.409918, 33.767291 ], [ -84.411172, 33.767302 ], [ -84.41259, 33.767329 ], [ -84.413517, 33.767351 ], [ -84.413829, 33.767358 ], [ -84.414521, 33.767374 ], [ -84.414513, 33.768235 ], [ -84.414493, 33.770084 ], [ -84.415407, 33.770092 ], [ -84.415488, 33.770083 ], [ -84.415904, 33.770058 ], [ -84.416483, 33.770043 ], [ -84.417396, 33.770034 ], [ -84.417391, 33.770479 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121011900", "name": "Census Tract 119, Fulton County, Georgia", "total_population_17": 3289, "white_alone_17": 1085.0, "black_alone_17": 1858.0, "native_alone_17": 3.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 179.0, "city": "Atlanta", "gentrified": true, "pct_white_alone_change": 22.717, "pct_black_alone_change": -29.996, "pct_native_alone_change": -0.039, "pct_asian_alone_change": 3.187, "pct_hispanic_or_latino_change": 3.206, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+33.7538839", "INTPTLON": "-084.3825135" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.394325, 33.758955 ], [ -84.393831, 33.759308 ], [ -84.393459, 33.759573 ], [ -84.393366, 33.759627 ], [ -84.393273, 33.759663 ], [ -84.393187, 33.759685 ], [ -84.392783, 33.75973 ], [ -84.392071, 33.759729 ], [ -84.390564, 33.759722 ], [ -84.389801, 33.759719 ], [ -84.389083, 33.759716 ], [ -84.387584, 33.759709 ], [ -84.387539, 33.759708 ], [ -84.386062, 33.759685 ], [ -84.384198, 33.759666 ], [ -84.38422, 33.758392 ], [ -84.384242, 33.757117 ], [ -84.384268, 33.755571 ], [ -84.384283, 33.75473 ], [ -84.384287, 33.754521 ], [ -84.384305, 33.754462 ], [ -84.383426, 33.754451 ], [ -84.382272, 33.754439 ], [ -84.381907, 33.754434 ], [ -84.381751, 33.754432 ], [ -84.381376, 33.754428 ], [ -84.380277, 33.754417 ], [ -84.3802, 33.754414 ], [ -84.379455, 33.754397 ], [ -84.379369, 33.754394 ], [ -84.379157, 33.75439 ], [ -84.378673, 33.754379 ], [ -84.378332, 33.75438 ], [ -84.378297, 33.75437 ], [ -84.378044, 33.754368 ], [ -84.377363, 33.754378 ], [ -84.377298, 33.754379 ], [ -84.377099, 33.754376 ], [ -84.376604, 33.754371 ], [ -84.375544, 33.754355 ], [ -84.374384, 33.754337 ], [ -84.37336, 33.754322 ], [ -84.372422, 33.754309 ], [ -84.37215, 33.754305 ], [ -84.371286, 33.754295 ], [ -84.369769, 33.754278 ], [ -84.368828, 33.754282 ], [ -84.368562, 33.754283 ], [ -84.368027, 33.754285 ], [ -84.367498, 33.754287 ], [ -84.366551, 33.75429 ], [ -84.366444, 33.754291 ], [ -84.365863, 33.754297 ], [ -84.365599, 33.754312 ], [ -84.365617, 33.754242 ], [ -84.365791, 33.753851 ], [ -84.366268, 33.75328 ], [ -84.366323, 33.753215 ], [ -84.3666, 33.752984 ], [ -84.366842, 33.752754 ], [ -84.366935, 33.752666 ], [ -84.36698, 33.752629 ], [ -84.367086, 33.752523 ], [ -84.367248, 33.75237 ], [ -84.368362, 33.752078 ], [ -84.369133, 33.751836 ], [ -84.369871, 33.751612 ], [ -84.370491, 33.751434 ], [ -84.370976, 33.751284 ], [ -84.37217, 33.750916 ], [ -84.373348, 33.750533 ], [ -84.374128, 33.750253 ], [ -84.375093, 33.749926 ], [ -84.376294, 33.749564 ], [ -84.376636, 33.749461 ], [ -84.376945, 33.749372 ], [ -84.37768, 33.749186 ], [ -84.378404, 33.74904 ], [ -84.378835, 33.748964 ], [ -84.379047, 33.748935 ], [ -84.379541, 33.748892 ], [ -84.379663, 33.748881 ], [ -84.380133, 33.748853 ], [ -84.380525, 33.748853 ], [ -84.380758, 33.748868 ], [ -84.381016, 33.748884 ], [ -84.381506, 33.748923 ], [ -84.382132, 33.748903 ], [ -84.38251, 33.748886 ], [ -84.382727, 33.748877 ], [ -84.382889, 33.748888 ], [ -84.383313, 33.748923 ], [ -84.383493, 33.748941 ], [ -84.383746, 33.749 ], [ -84.383896, 33.749035 ], [ -84.384064, 33.749089 ], [ -84.384277, 33.749158 ], [ -84.384328, 33.74918 ], [ -84.384564, 33.749282 ], [ -84.38487, 33.749449 ], [ -84.385214, 33.749686 ], [ -84.385654, 33.749989 ], [ -84.386389, 33.750471 ], [ -84.387563, 33.75124 ], [ -84.387886, 33.751452 ], [ -84.388865, 33.752093 ], [ -84.389895, 33.752768 ], [ -84.390844, 33.753391 ], [ -84.39132, 33.753703 ], [ -84.391525, 33.753837 ], [ -84.392156, 33.754065 ], [ -84.392373, 33.754172 ], [ -84.392834, 33.754399 ], [ -84.39318, 33.754569 ], [ -84.393243, 33.754604 ], [ -84.393434, 33.754711 ], [ -84.393836, 33.75492 ], [ -84.39376, 33.755141 ], [ -84.393288, 33.756508 ], [ -84.393239, 33.756564 ], [ -84.394252, 33.757351 ], [ -84.393507, 33.7579 ], [ -84.394063, 33.758522 ], [ -84.394188, 33.758704 ], [ -84.394325, 33.758955 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121012000", "name": "Census Tract 120, Fulton County, Georgia", "total_population_17": 2850, "white_alone_17": 138.0, "black_alone_17": 2548.0, "native_alone_17": 5.0, "asian_alone_17": 53.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 47.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": 1.167, "pct_black_alone_change": -0.172, "pct_native_alone_change": 0.104, "pct_asian_alone_change": -1.462, "pct_hispanic_or_latino_change": -1.284, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+33.7361403", "INTPTLON": "-084.3928230" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -84.401, 33.734544 ], [ -84.400835, 33.734571 ], [ -84.400585, 33.734446 ], [ -84.400432, 33.734407 ], [ -84.39998, 33.734405 ], [ -84.39998, 33.734384 ], [ -84.399149, 33.734382 ], [ -84.398349, 33.73438 ], [ -84.398343, 33.735 ], [ -84.398337, 33.735623 ], [ -84.398318, 33.736934 ], [ -84.398312, 33.73812 ], [ -84.398315, 33.739528 ], [ -84.398291, 33.740757 ], [ -84.398259, 33.741847 ], [ -84.398232, 33.741975 ], [ -84.39821, 33.742083 ], [ -84.398207, 33.742217 ], [ -84.398191, 33.742901 ], [ -84.398183, 33.743251 ], [ -84.398156, 33.744438 ], [ -84.398117, 33.744777 ], [ -84.398094, 33.74495 ], [ -84.398093, 33.744988 ], [ -84.398072, 33.745128 ], [ -84.39806, 33.745271 ], [ -84.397983, 33.745837 ], [ -84.397977, 33.745877 ], [ -84.397942, 33.746123 ], [ -84.397929, 33.746524 ], [ -84.397417, 33.746781 ], [ -84.397226, 33.746871 ], [ -84.397001, 33.746978 ], [ -84.396947, 33.746878 ], [ -84.396791, 33.74696 ], [ -84.395684, 33.746953 ], [ -84.394415, 33.746947 ], [ -84.392796, 33.746938 ], [ -84.392244, 33.746935 ], [ -84.390906, 33.746928 ], [ -84.390624, 33.746926 ], [ -84.389237, 33.746919 ], [ -84.388787, 33.746917 ], [ -84.388606, 33.746916 ], [ -84.388148, 33.746913 ], [ -84.387793, 33.746909 ], [ -84.387708, 33.7469 ], [ -84.387715, 33.746709 ], [ -84.387721, 33.746554 ], [ -84.387724, 33.746347 ], [ -84.38774, 33.745222 ], [ -84.387744, 33.745001 ], [ -84.38775, 33.744605 ], [ -84.387752, 33.744457 ], [ -84.387752, 33.744247 ], [ -84.387757, 33.744026 ], [ -84.387765, 33.743531 ], [ -84.387768, 33.743297 ], [ -84.387771, 33.743114 ], [ -84.387789, 33.74188 ], [ -84.387836, 33.737981 ], [ -84.387851, 33.737122 ], [ -84.387872, 33.736843 ], [ -84.38789, 33.735606 ], [ -84.387905, 33.734428 ], [ -84.387909, 33.734188 ], [ -84.387924, 33.733163 ], [ -84.387927, 33.732948 ], [ -84.387929, 33.732658 ], [ -84.387933, 33.731748 ], [ -84.38795, 33.730397 ], [ -84.387966, 33.729428 ], [ -84.387987, 33.728026 ], [ -84.388032, 33.726565 ], [ -84.388058, 33.725469 ], [ -84.388063, 33.72501 ], [ -84.38807, 33.724398 ], [ -84.38807, 33.722792 ], [ -84.388058, 33.721889 ], [ -84.388062, 33.721829 ], [ -84.388315, 33.721883 ], [ -84.388453, 33.721911 ], [ -84.388929, 33.722066 ], [ -84.38951, 33.722386 ], [ -84.390181, 33.722915 ], [ -84.390682, 33.723371 ], [ -84.391623, 33.724201 ], [ -84.391644, 33.724216 ], [ -84.393228, 33.725599 ], [ -84.393547, 33.725895 ], [ -84.393818, 33.726147 ], [ -84.393858, 33.726184 ], [ -84.394275, 33.726496 ], [ -84.394404, 33.726575 ], [ -84.394397, 33.726916 ], [ -84.394667, 33.727164 ], [ -84.395185, 33.727646 ], [ -84.396209, 33.728699 ], [ -84.396485, 33.728972 ], [ -84.397442, 33.730057 ], [ -84.398555, 33.731379 ], [ -84.400485, 33.733582 ], [ -84.401288, 33.734498 ], [ -84.401, 33.734544 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "13121980000", "name": "Census Tract 9800, Fulton County, Georgia", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Atlanta", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+33.6518535", "INTPTLON": "-084.4257125" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -84.445768, 33.648807 ], [ -84.445653, 33.648885 ], [ -84.445326, 33.64906 ], [ -84.443955, 33.649739 ], [ -84.443637, 33.649893 ], [ -84.442902, 33.650209 ], [ -84.442198, 33.650616 ], [ -84.440791, 33.65143 ], [ -84.440299, 33.651724 ], [ -84.440079, 33.651884 ], [ -84.439348, 33.652413 ], [ -84.439043, 33.652642 ], [ -84.438643, 33.652942 ], [ -84.438047, 33.653445 ], [ -84.437512, 33.654027 ], [ -84.436632, 33.654791 ], [ -84.434619, 33.656675 ], [ -84.434563, 33.656722 ], [ -84.434318, 33.656706 ], [ -84.434099, 33.656692 ], [ -84.433728, 33.656638 ], [ -84.433553, 33.656612 ], [ -84.43087, 33.65662 ], [ -84.429557, 33.656611 ], [ -84.428751, 33.656609 ], [ -84.428527, 33.656609 ], [ -84.428547, 33.657431 ], [ -84.428549, 33.657486 ], [ -84.426914, 33.657479 ], [ -84.426317, 33.657461 ], [ -84.425958, 33.65748 ], [ -84.425684, 33.657513 ], [ -84.425564, 33.657532 ], [ -84.423951, 33.657783 ], [ -84.423571, 33.657812 ], [ -84.423095, 33.657815 ], [ -84.421963, 33.657797 ], [ -84.420961, 33.657782 ], [ -84.420009, 33.657768 ], [ -84.419306, 33.657757 ], [ -84.419039, 33.657744 ], [ -84.418578, 33.657682 ], [ -84.418134, 33.657573 ], [ -84.417804, 33.657457 ], [ -84.417637, 33.657382 ], [ -84.4175, 33.65732 ], [ -84.417181, 33.657156 ], [ -84.416027, 33.656561 ], [ -84.413681, 33.655354 ], [ -84.412771, 33.65486 ], [ -84.411924, 33.654357 ], [ -84.408872, 33.652442 ], [ -84.406464, 33.650931 ], [ -84.406225, 33.650746 ], [ -84.406043, 33.650577 ], [ -84.405848, 33.650357 ], [ -84.405707, 33.650163 ], [ -84.405524, 33.649832 ], [ -84.405414, 33.64957 ], [ -84.405291, 33.649288 ], [ -84.404934, 33.648511 ], [ -84.404978, 33.648512 ], [ -84.405017, 33.648512 ], [ -84.419228, 33.648608 ], [ -84.419327, 33.648609 ], [ -84.423427, 33.648709 ], [ -84.428527, 33.648709 ], [ -84.430837, 33.64877 ], [ -84.430905, 33.648772 ], [ -84.432327, 33.648809 ], [ -84.438227, 33.648809 ], [ -84.444079, 33.648808 ], [ -84.444157, 33.648808 ], [ -84.444173, 33.64881 ], [ -84.444239, 33.648808 ], [ -84.444332, 33.648808 ], [ -84.444685, 33.648808 ], [ -84.444719, 33.648808 ], [ -84.444788, 33.648808 ], [ -84.445227, 33.648808 ], [ -84.445433, 33.648808 ], [ -84.445723, 33.648804 ], [ -84.445743, 33.648807 ], [ -84.445768, 33.648807 ] ] ], [ [ [ -84.453029, 33.641685 ], [ -84.453029, 33.641715 ], [ -84.453011, 33.64201 ], [ -84.452522, 33.642493 ], [ -84.451997, 33.643042 ], [ -84.450813, 33.644217 ], [ -84.450343, 33.644736 ], [ -84.450072, 33.645004 ], [ -84.450022, 33.645053 ], [ -84.450004, 33.645071 ], [ -84.449578, 33.645526 ], [ -84.448444, 33.646703 ], [ -84.448326, 33.646833 ], [ -84.448326, 33.646809 ], [ -84.448329, 33.646793 ], [ -84.448347, 33.64671 ], [ -84.448366, 33.646616 ], [ -84.448394, 33.646474 ], [ -84.448488, 33.646002 ], [ -84.448495, 33.645968 ], [ -84.448502, 33.645932 ], [ -84.448501, 33.645916 ], [ -84.448527, 33.645809 ], [ -84.44846, 33.645455 ], [ -84.448429, 33.645295 ], [ -84.448425, 33.645275 ], [ -84.448418, 33.645238 ], [ -84.448385, 33.645065 ], [ -84.448302, 33.644629 ], [ -84.448297, 33.644604 ], [ -84.448269, 33.644453 ], [ -84.448245, 33.644327 ], [ -84.448224, 33.644219 ], [ -84.448215, 33.644172 ], [ -84.448211, 33.644148 ], [ -84.448127, 33.643708 ], [ -84.448127, 33.643425 ], [ -84.448127, 33.643409 ], [ -84.448127, 33.643168 ], [ -84.448127, 33.642309 ], [ -84.448152, 33.642034 ], [ -84.448158, 33.641968 ], [ -84.44816, 33.641949 ], [ -84.448167, 33.641874 ], [ -84.448176, 33.641767 ], [ -84.448208, 33.641421 ], [ -84.44823, 33.641209 ], [ -84.449121, 33.641209 ], [ -84.449434, 33.641209 ], [ -84.449602, 33.641209 ], [ -84.449643, 33.641209 ], [ -84.449989, 33.641209 ], [ -84.450184, 33.641209 ], [ -84.450198, 33.641209 ], [ -84.450272, 33.641209 ], [ -84.450301, 33.641209 ], [ -84.450659, 33.641209 ], [ -84.450934, 33.641186 ], [ -84.450944, 33.641209 ], [ -84.450988, 33.641209 ], [ -84.451528, 33.641209 ], [ -84.452318, 33.641209 ], [ -84.452407, 33.641209 ], [ -84.452735, 33.641209 ], [ -84.452766, 33.641209 ], [ -84.453004, 33.641209 ], [ -84.453028, 33.641209 ], [ -84.453028, 33.6414 ], [ -84.453029, 33.641643 ], [ -84.453029, 33.641685 ] ] ] ] } } +] +} diff --git a/output/for_maps/Baltimore_data.csv b/output/for_maps/Baltimore_data.csv new file mode 100644 index 0000000..8323db5 --- /dev/null +++ b/output/for_maps/Baltimore_data.csv @@ -0,0 +1,201 @@ +GEOID,name,total_population_17,white_alone_17,black_alone_17,native_alone_17,asian_alone_17,native_hawaiian_pacific_islander_17,hispanic_or_latino_17,city,gentrified,pct_white_alone_change,pct_black_alone_change,pct_native_alone_change,pct_asian_alone_change,pct_hispanic_or_latino_change,pct_native_hawaiian_pacific_islander_change,INTPTLAT,INTPTLON +24510010100,"Census Tract 101, Baltimore city, Maryland",3201,2772.0,219.0,0.0,120.0,0.0,58.0,Baltimore,True,-6.073,4.137,-0.753,2.653,-0.414,0.0,+39.2786343,-076.5745793 +24510010200,"Census Tract 102, Baltimore city, Maryland",3145,2732.0,164.0,0.0,138.0,0.0,66.0,Baltimore,True,16.402,-12.432,-1.89,2.956,-6.1,-0.03,+39.2880851,-076.5740101 +24510010300,"Census Tract 103, Baltimore city, Maryland",2552,2191.0,52.0,0.0,104.0,0.0,97.0,Baltimore,True,-2.092,-0.825,-1.607,3.02,-1.272,0.0,+39.2883650,-076.5802265 +24510010400,"Census Tract 104, Baltimore city, Maryland",2573,2162.0,57.0,15.0,141.0,0.0,102.0,Baltimore,False,-2.99,-0.595,-1.033,2.391,-1.265,0.0,+39.2781675,-076.5795274 +24510010500,"Census Tract 105, Baltimore city, Maryland",1712,1462.0,73.0,15.0,40.0,0.0,105.0,Baltimore,True,14.127,-4.17,-1.022,0.28,-9.207,0.0,+39.2888746,-076.5858889 +24510020100,"Census Tract 201, Baltimore city, Maryland",1877,1331.0,124.0,9.0,58.0,0.0,267.0,Baltimore,True,4.795,-7.658,-1.573,0.337,0.261,0.0,+39.2887712,-076.5887716 +24510020200,"Census Tract 202, Baltimore city, Maryland",1857,1131.0,233.0,15.0,119.0,0.0,308.0,Baltimore,False,8.599,-1.92,-1.046,3.876,-10.991,-0.045,+39.2886357,-076.5920299 +24510020300,"Census Tract 203, Baltimore city, Maryland",3768,2838.0,84.0,0.0,287.0,0.0,337.0,Baltimore,False,-8.882,-3.336,-0.69,4.693,3.298,0.0,+39.2808610,-076.5940789 +24510030100,"Census Tract 301, Baltimore city, Maryland",3355,409.0,2235.0,18.0,55.0,0.0,628.0,Baltimore,False,-3.262,-12.553,-0.394,0.962,15.331,-0.042,+39.2894076,-076.5965752 +24510030200,"Census Tract 302, Baltimore city, Maryland",2327,1099.0,725.0,0.0,248.0,0.0,207.0,Baltimore,False,-17.974,4.799,-0.775,7.987,5.106,0.0,+39.2865363,-076.6022612 +24510040100,"Census Tract 401, Baltimore city, Maryland",4007,1996.0,544.0,27.0,948.0,89.0,276.0,Baltimore,True,7.605,-28.747,-0.074,12.446,4.703,2.221,+39.2902267,-076.6145019 +24510040200,"Census Tract 402, Baltimore city, Maryland",865,361.0,287.0,1.0,100.0,9.0,29.0,Baltimore,False,3.318,-13.906,-0.258,-0.547,1.559,1.04,+39.2903223,-076.6250565 +24510060100,"Census Tract 601, Baltimore city, Maryland",2948,787.0,1420.0,115.0,116.0,0.0,557.0,Baltimore,True,2.033,-17.4,2.493,2.497,12.541,0.0,+39.2946533,-076.5751514 +24510060200,"Census Tract 602, Baltimore city, Maryland",3075,1306.0,1279.0,10.0,30.0,0.0,396.0,Baltimore,True,18.964,-24.855,-2.193,-0.94,8.198,-0.027,+39.2944298,-076.5806137 +24510060300,"Census Tract 603, Baltimore city, Maryland",1931,664.0,844.0,0.0,86.0,0.0,236.0,Baltimore,True,14.365,-28.86,-2.007,3.476,8.413,0.0,+39.2942438,-076.5855106 +24510060400,"Census Tract 604, Baltimore city, Maryland",1433,408.0,928.0,11.0,46.0,0.0,23.0,Baltimore,True,17.914,-20.363,0.026,1.508,-0.053,0.0,+39.2950986,-076.5909176 +24510070100,"Census Tract 701, Baltimore city, Maryland",2889,46.0,2447.0,37.0,0.0,0.0,317.0,Baltimore,False,-7.345,-2.224,0.652,-1.589,9.252,0.0,+39.2998323,-076.5754298 +24510070200,"Census Tract 702, Baltimore city, Maryland",2817,12.0,2656.0,0.0,9.0,0.0,127.0,Baltimore,False,-4.407,1.072,-0.25,0.094,3.281,0.0,+39.2996608,-076.5810142 +24510070300,"Census Tract 703, Baltimore city, Maryland",885,32.0,690.0,17.0,0.0,0.0,145.0,Baltimore,True,0.587,-16.812,1.608,-0.731,15.287,0.0,+39.2994991,-076.5859396 +24510070400,"Census Tract 704, Baltimore city, Maryland",1495,75.0,1281.0,0.0,117.0,0.0,22.0,Baltimore,False,4.035,-12.241,-0.218,7.771,0.654,0.0,+39.3002032,-076.5928470 +24510080101,"Census Tract 801.01, Baltimore city, Maryland",3993,1115.0,2657.0,0.0,37.0,0.0,50.0,Baltimore,False,-6.65,5.984,-0.312,-1.911,0.054,0.0,+39.3228490,-076.5790240 +24510080102,"Census Tract 801.02, Baltimore city, Maryland",2181,28.0,2133.0,0.0,12.0,0.0,0.0,Baltimore,False,-2.446,2.839,-0.119,-0.164,-0.476,0.0,+39.3170456,-076.5758920 +24510080200,"Census Tract 802, Baltimore city, Maryland",1539,56.0,1483.0,0.0,0.0,0.0,0.0,Baltimore,False,2.559,-1.271,-0.208,0.0,-1.08,0.0,+39.3119650,-076.5816166 +24510080301,"Census Tract 803.01, Baltimore city, Maryland",1653,13.0,1581.0,6.0,10.0,0.0,43.0,Baltimore,False,0.368,-3.139,0.249,0.415,2.107,0.0,+39.3057013,-076.5820327 +24510080302,"Census Tract 803.02, Baltimore city, Maryland",3002,0.0,2831.0,0.0,0.0,0.0,52.0,Baltimore,False,-0.601,-4.614,-0.18,-0.06,1.492,0.0,+39.3059215,-076.5764340 +24510080400,"Census Tract 804, Baltimore city, Maryland",1214,139.0,972.0,0.0,0.0,0.0,90.0,Baltimore,True,11.118,-18.218,-0.055,-0.277,6.584,0.0,+39.3056714,-076.5861659 +24510080500,"Census Tract 805, Baltimore city, Maryland",1683,7.0,1648.0,0.0,28.0,0.0,0.0,Baltimore,False,-1.004,0.674,-0.258,1.664,-0.99,0.0,+39.3141597,-076.5938464 +24510080600,"Census Tract 806, Baltimore city, Maryland",2418,129.0,2266.0,0.0,0.0,0.0,0.0,Baltimore,False,4.722,-4.273,-0.175,-0.379,-0.758,0.0,+39.3104188,-076.5934776 +24510080700,"Census Tract 807, Baltimore city, Maryland",697,3.0,693.0,0.0,0.0,0.0,1.0,Baltimore,False,-0.596,1.261,-0.002,-0.344,-0.319,0.0,+39.3070324,-076.5932887 +24510080800,"Census Tract 808, Baltimore city, Maryland",1452,64.0,1326.0,0.0,0.0,0.0,54.0,Baltimore,False,3.458,-6.823,-0.09,-0.769,3.674,0.0,+39.3036982,-076.5930531 +24510090100,"Census Tract 901, Baltimore city, Maryland",4057,493.0,3399.0,0.0,10.0,0.0,101.0,Baltimore,False,2.547,-4.336,-0.564,-0.295,1.588,0.0,+39.3369651,-076.6036954 +24510090200,"Census Tract 902, Baltimore city, Maryland",3027,500.0,2357.0,9.0,10.0,0.0,62.0,Baltimore,False,-3.13,0.044,0.019,-0.75,1.246,0.0,+39.3341698,-076.5855612 +24510090300,"Census Tract 903, Baltimore city, Maryland",4558,1019.0,3013.0,233.0,75.0,0.0,147.0,Baltimore,False,5.338,-13.304,4.757,-0.035,1.805,0.0,+39.3312328,-076.6023790 +24510090400,"Census Tract 904, Baltimore city, Maryland",1756,97.0,1436.0,0.0,4.0,0.0,154.0,Baltimore,False,-5.415,-4.37,-0.476,-1.556,8.354,0.0,+39.3227817,-076.6064912 +24510090500,"Census Tract 905, Baltimore city, Maryland",1957,327.0,1492.0,0.0,45.0,0.0,7.0,Baltimore,False,6.871,-9.312,-0.285,0.636,-2.209,0.0,+39.3249389,-076.6012005 +24510090600,"Census Tract 906, Baltimore city, Maryland",3260,336.0,2896.0,0.0,26.0,0.0,1.0,Baltimore,False,9.058,-8.545,-0.49,0.333,-0.312,0.0,+39.3254965,-076.5902057 +24510090700,"Census Tract 907, Baltimore city, Maryland",3090,36.0,2890.0,27.0,15.0,0.0,90.0,Baltimore,False,0.54,-4.466,0.718,-0.114,2.34,0.0,+39.3209223,-076.5956215 +24510090800,"Census Tract 908, Baltimore city, Maryland",2797,28.0,2611.0,0.0,17.0,0.0,38.0,Baltimore,False,-0.198,-3.556,-0.288,-0.087,0.759,0.0,+39.3155244,-076.6036910 +24510090900,"Census Tract 909, Baltimore city, Maryland",2500,87.0,2244.0,16.0,0.0,0.0,153.0,Baltimore,False,2.888,-8.794,0.509,-0.197,5.594,0.0,+39.3084221,-076.6035994 +24510100100,"Census Tract 1001, Baltimore city, Maryland",2238,39.0,2177.0,0.0,20.0,0.0,1.0,Baltimore,False,0.091,-0.324,-0.111,0.519,-0.22,0.0,+39.3032186,-076.6047442 +24510100200,"Census Tract 1002, Baltimore city, Maryland",2837,62.0,2733.0,0.0,0.0,0.0,31.0,Baltimore,False,-0.626,0.314,-0.334,-0.39,0.648,0.0,+39.2998552,-076.6022617 +24510100300,"Census Tract 1003, Baltimore city, Maryland",4247,602.0,3283.0,30.0,21.0,0.0,199.0,Baltimore,False,2.024,-10.136,0.633,0.484,4.358,0.0,+39.2995112,-076.6091250 +24510110100,"Census Tract 1101, Baltimore city, Maryland",3040,1691.0,650.0,0.0,356.0,0.0,164.0,Baltimore,True,2.652,-12.931,-0.41,2.723,2.729,0.0,+39.3002458,-076.6128641 +24510110200,"Census Tract 1102, Baltimore city, Maryland",5273,3259.0,1151.0,42.0,311.0,0.0,332.0,Baltimore,True,8.085,-12.932,0.416,-1.475,3.495,-0.022,+39.3014588,-076.6175056 +24510120100,"Census Tract 1201, Baltimore city, Maryland",4602,2890.0,394.0,41.0,859.0,0.0,178.0,Baltimore,False,-12.919,-0.291,0.675,6.858,0.932,-0.021,+39.3365253,-076.6165092 +24510120201,"Census Tract 1202.01, Baltimore city, Maryland",1986,1343.0,357.0,4.0,104.0,16.0,61.0,Baltimore,False,4.791,4.885,-0.281,-14.57,0.061,0.806,+39.3279849,-076.6118803 +24510120202,"Census Tract 1202.02, Baltimore city, Maryland",6030,3188.0,685.0,10.0,1447.0,0.0,379.0,Baltimore,True,-9.963,-1.731,-0.316,4.19,3.274,0.0,+39.3286922,-076.6194426 +24510120300,"Census Tract 1203, Baltimore city, Maryland",3949,1424.0,1950.0,0.0,151.0,0.0,121.0,Baltimore,True,10.085,-19.237,-0.286,0.886,1.166,-0.026,+39.3199472,-076.6124858 +24510120400,"Census Tract 1204, Baltimore city, Maryland",1707,400.0,1231.0,0.0,17.0,0.0,51.0,Baltimore,True,18.397,-20.228,-0.411,0.482,1.292,0.0,+39.3138354,-076.6123840 +24510120500,"Census Tract 1205, Baltimore city, Maryland",2340,731.0,1337.0,0.0,80.0,0.0,107.0,Baltimore,True,25.004,-33.451,-0.12,2.7,2.295,0.0,+39.3085848,-076.6140036 +24510120600,"Census Tract 1206, Baltimore city, Maryland",2687,935.0,1248.0,0.0,257.0,0.0,237.0,Baltimore,False,-0.065,-1.821,-0.315,-2.091,4.2,0.0,+39.3170880,-076.6175228 +24510120700,"Census Tract 1207, Baltimore city, Maryland",2241,1567.0,505.0,0.0,65.0,0.0,51.0,Baltimore,True,11.475,-9.787,-0.65,-3.296,0.543,0.0,+39.3184095,-076.6235290 +24510130100,"Census Tract 1301, Baltimore city, Maryland",2746,450.0,2124.0,10.0,15.0,0.0,75.0,Baltimore,True,12.09,-16.76,0.121,0.234,2.038,0.0,+39.3152325,-076.6343935 +24510130200,"Census Tract 1302, Baltimore city, Maryland",3195,444.0,2574.0,0.0,14.0,0.0,109.0,Baltimore,True,6.255,-10.305,-0.259,-0.145,2.797,-0.065,+39.3122952,-076.6306383 +24510130300,"Census Tract 1303, Baltimore city, Maryland",2446,130.0,2258.0,0.0,36.0,0.0,15.0,Baltimore,True,2.336,-3.322,-0.312,1.126,-0.01,0.0,+39.3123572,-076.6406686 +24510130400,"Census Tract 1304, Baltimore city, Maryland",2182,135.0,1921.0,15.0,1.0,0.0,105.0,Baltimore,False,5.592,-9.751,0.602,-0.422,3.792,0.0,+39.3225962,-076.6448717 +24510130600,"Census Tract 1306, Baltimore city, Maryland",3682,3011.0,256.0,0.0,234.0,0.0,82.0,Baltimore,True,-8.071,4.165,-0.997,2.621,0.309,0.0,+39.3264635,-076.6304217 +24510130700,"Census Tract 1307, Baltimore city, Maryland",4712,3781.0,352.0,0.0,153.0,0.0,224.0,Baltimore,True,-9.318,1.619,-0.538,0.828,3.286,0.0,+39.3366684,-076.6316576 +24510130803,"Census Tract 1308.03, Baltimore city, Maryland",2416,1620.0,240.0,0.0,362.0,0.0,86.0,Baltimore,True,-12.548,-2.965,-0.471,10.345,1.459,0.0,+39.3402502,-076.6433643 +24510130804,"Census Tract 1308.04, Baltimore city, Maryland",1942,1706.0,147.0,0.0,27.0,0.0,62.0,Baltimore,True,-3.078,3.033,-0.525,0.053,1.331,0.0,+39.3312836,-076.6384027 +24510130805,"Census Tract 1308.05, Baltimore city, Maryland",906,98.0,783.0,0.0,16.0,0.0,0.0,Baltimore,False,-9.323,11.564,-0.114,-2.324,-0.796,0.0,+39.3521339,-076.6522287 +24510130806,"Census Tract 1308.06, Baltimore city, Maryland",1353,921.0,256.0,0.0,38.0,13.0,94.0,Baltimore,True,-3.472,-3.648,-1.249,1.114,5.075,0.961,+39.3346113,-076.6503321 +24510140100,"Census Tract 1401, Baltimore city, Maryland",4700,2414.0,1606.0,0.0,218.0,0.0,331.0,Baltimore,False,-3.649,-2.002,-0.319,-0.585,4.122,-0.018,+39.3077211,-076.6256874 +24510140200,"Census Tract 1402, Baltimore city, Maryland",2691,68.0,2564.0,0.0,0.0,0.0,18.0,Baltimore,False,-0.026,-0.129,-0.486,-0.79,0.031,-0.03,+39.3037530,-076.6321873 +24510140300,"Census Tract 1403, Baltimore city, Maryland",2856,106.0,2627.0,0.0,35.0,0.0,29.0,Baltimore,False,1.307,-3.712,-0.108,0.149,0.369,-0.144,+39.3078099,-076.6361904 +24510150100,"Census Tract 1501, Baltimore city, Maryland",2678,28.0,2595.0,0.0,22.0,0.0,0.0,Baltimore,False,0.362,-1.493,-0.238,0.703,-0.476,0.0,+39.3061672,-076.6417556 +24510150200,"Census Tract 1502, Baltimore city, Maryland",2573,0.0,2477.0,0.0,0.0,0.0,0.0,Baltimore,False,-0.375,-1.949,-0.188,-0.375,-0.656,0.0,+39.3063661,-076.6480486 +24510150300,"Census Tract 1503, Baltimore city, Maryland",2117,17.0,2066.0,0.0,0.0,0.0,7.0,Baltimore,False,0.0,-0.699,-0.209,-0.175,-0.193,0.0,+39.3070301,-076.6550670 +24510150400,"Census Tract 1504, Baltimore city, Maryland",3749,34.0,3495.0,15.0,37.0,6.0,18.0,Baltimore,False,0.351,-5.345,0.347,0.775,0.003,0.134,+39.3124588,-076.6527287 +24510150500,"Census Tract 1505, Baltimore city, Maryland",1582,13.0,1519.0,0.0,0.0,0.0,46.0,Baltimore,False,0.279,-1.266,0.0,-1.154,2.297,0.0,+39.3222425,-076.6601005 +24510150600,"Census Tract 1506, Baltimore city, Maryland",2922,123.0,2772.0,0.0,0.0,0.0,0.0,Baltimore,False,3.283,-2.74,-0.232,-0.335,-0.643,0.0,+39.3090802,-076.6687936 +24510150701,"Census Tract 1507.01, Baltimore city, Maryland",1547,66.0,1412.0,0.0,0.0,0.0,15.0,Baltimore,False,3.757,-6.998,-0.102,-0.051,-0.098,0.0,+39.3193302,-076.6678344 +24510150702,"Census Tract 1507.02, Baltimore city, Maryland",2211,23.0,2118.0,0.0,0.0,11.0,14.0,Baltimore,False,-0.29,-1.585,-0.43,-0.196,0.007,0.498,+39.3128159,-076.6678751 +24510150800,"Census Tract 1508, Baltimore city, Maryland",4337,31.0,4161.0,5.0,0.0,0.0,33.0,Baltimore,False,-0.565,-1.478,0.0,-0.191,-0.08,0.0,+39.3189672,-076.6778103 +24510150900,"Census Tract 1509, Baltimore city, Maryland",3327,64.0,3161.0,0.0,0.0,0.0,56.0,Baltimore,False,1.272,-2.406,-0.552,-0.251,0.605,0.0,+39.3142207,-076.6842999 +24510151000,"Census Tract 1510, Baltimore city, Maryland",4764,106.0,4384.0,0.0,20.0,0.0,115.0,Baltimore,False,1.213,-5.749,-0.388,0.201,1.908,0.0,+39.3333561,-076.6843834 +24510151100,"Census Tract 1511, Baltimore city, Maryland",6918,19.0,6825.0,0.0,0.0,0.0,0.0,Baltimore,False,-0.214,0.154,-0.199,-0.199,-0.535,-0.046,+39.3303769,-076.6723437 +24510151200,"Census Tract 1512, Baltimore city, Maryland",4761,173.0,4508.0,0.0,11.0,0.0,44.0,Baltimore,False,2.745,-2.745,-0.296,-0.283,0.173,-0.02,+39.3310266,-076.6599142 +24510151300,"Census Tract 1513, Baltimore city, Maryland",4338,136.0,3824.0,5.0,38.0,0.0,193.0,Baltimore,False,2.392,-10.141,0.022,0.616,3.836,0.0,+39.3378526,-076.6661876 +24510160100,"Census Tract 1601, Baltimore city, Maryland",1998,34.0,1872.0,0.0,3.0,0.0,16.0,Baltimore,False,1.304,-4.104,-0.061,-0.278,-0.422,0.0,+39.2980892,-076.6363266 +24510160200,"Census Tract 1602, Baltimore city, Maryland",2389,11.0,2344.0,0.0,0.0,0.0,28.0,Baltimore,False,-0.125,0.22,-0.312,-0.663,0.626,0.0,+39.2987150,-076.6408488 +24510160300,"Census Tract 1603, Baltimore city, Maryland",1114,123.0,988.0,0.0,3.0,0.0,0.0,Baltimore,False,10.175,-8.837,-0.062,0.269,-1.484,0.0,+39.2985728,-076.6444023 +24510160400,"Census Tract 1604, Baltimore city, Maryland",2452,16.0,2410.0,12.0,4.0,0.0,0.0,Baltimore,False,0.308,-0.851,0.46,-0.067,-0.23,0.0,+39.2981335,-076.6481618 +24510160500,"Census Tract 1605, Baltimore city, Maryland",4605,0.0,4605.0,0.0,0.0,0.0,0.0,Baltimore,False,-0.43,1.678,-0.123,-0.164,-0.9,-0.02,+39.2993805,-076.6555827 +24510160600,"Census Tract 1606, Baltimore city, Maryland",3393,71.0,3188.0,40.0,27.0,0.0,65.0,Baltimore,False,1.753,-4.95,1.082,0.359,1.698,0.0,+39.2967421,-076.6640109 +24510160700,"Census Tract 1607, Baltimore city, Maryland",4311,60.0,4164.0,0.0,0.0,0.0,40.0,Baltimore,False,0.934,-1.874,-0.163,-0.229,0.389,0.0,+39.3020563,-076.6686304 +24510160801,"Census Tract 1608.01, Baltimore city, Maryland",3128,52.0,3035.0,0.0,0.0,11.0,0.0,Baltimore,False,1.243,-1.519,-0.084,-0.14,-0.811,0.352,+39.2980940,-076.6840558 +24510160802,"Census Tract 1608.02, Baltimore city, Maryland",3375,56.0,3177.0,0.0,0.0,0.0,99.0,Baltimore,False,1.09,-3.648,-0.228,-0.541,2.108,0.0,+39.3002221,-076.6796308 +24510170100,"Census Tract 1701, Baltimore city, Maryland",1661,515.0,1065.0,52.0,14.0,0.0,19.0,Baltimore,False,15.798,-15.823,2.894,-0.991,-1.578,0.0,+39.2971188,-076.6227994 +24510170200,"Census Tract 1702, Baltimore city, Maryland",3033,223.0,2641.0,0.0,113.0,0.0,8.0,Baltimore,False,-1.25,-2.157,-0.257,2.726,-0.508,-0.002,+39.3011752,-076.6257103 +24510170300,"Census Tract 1703, Baltimore city, Maryland",1630,34.0,1524.0,9.0,42.0,0.0,10.0,Baltimore,True,1.626,-5.124,0.486,2.446,-0.109,0.0,+39.2974131,-076.6305876 +24510180100,"Census Tract 1801, Baltimore city, Maryland",2253,4.0,2231.0,0.0,0.0,0.0,13.0,Baltimore,False,-0.677,1.187,-0.05,-0.956,0.275,0.0,+39.2917118,-076.6307804 +24510180200,"Census Tract 1802, Baltimore city, Maryland",930,68.0,796.0,0.0,13.0,0.0,33.0,Baltimore,False,3.142,-9.452,-0.157,1.162,3.155,-0.079,+39.2914657,-076.6361389 +24510180300,"Census Tract 1803, Baltimore city, Maryland",1651,609.0,917.0,0.0,41.0,0.0,20.0,Baltimore,True,3.205,-5.598,-0.475,-0.747,-0.024,0.0,+39.2873082,-076.6329977 +24510190100,"Census Tract 1901, Baltimore city, Maryland",2057,51.0,1750.0,0.0,35.0,0.0,203.0,Baltimore,False,0.557,-10.61,-0.118,0.8,8.535,-0.039,+39.2912223,-076.6418544 +24510190200,"Census Tract 1902, Baltimore city, Maryland",1877,397.0,994.0,0.0,88.0,0.0,226.0,Baltimore,False,-28.612,6.296,-0.517,3.051,11.006,0.0,+39.2849727,-076.6401704 +24510190300,"Census Tract 1903, Baltimore city, Maryland",2442,527.0,1518.0,0.0,118.0,0.0,268.0,Baltimore,False,-14.369,4.312,-0.917,1.42,9.288,0.0,+39.2839729,-076.6444254 +24510200100,"Census Tract 2001, Baltimore city, Maryland",1745,27.0,1716.0,0.0,0.0,0.0,2.0,Baltimore,False,1.123,-0.202,-0.377,-0.471,-0.073,0.0,+39.2909656,-076.6478189 +24510200200,"Census Tract 2002, Baltimore city, Maryland",2618,67.0,2494.0,0.0,0.0,0.0,0.0,Baltimore,False,1.451,-2.812,-0.175,-0.175,-0.437,0.0,+39.2908648,-076.6588372 +24510200300,"Census Tract 2003, Baltimore city, Maryland",1612,237.0,1061.0,81.0,25.0,0.0,114.0,Baltimore,False,-21.754,8.064,4.274,-1.542,5.525,0.0,+39.2840961,-076.6482091 +24510200400,"Census Tract 2004, Baltimore city, Maryland",1549,84.0,1368.0,15.0,50.0,0.0,25.0,Baltimore,False,0.902,-6.624,0.968,3.228,1.172,0.0,+39.2856222,-076.6558429 +24510200500,"Census Tract 2005, Baltimore city, Maryland",2943,763.0,1491.0,93.0,168.0,0.0,296.0,Baltimore,False,-31.412,13.575,2.506,3.546,7.612,-0.028,+39.2804960,-076.6538423 +24510200600,"Census Tract 2006, Baltimore city, Maryland",2299,612.0,1534.0,0.0,0.0,0.0,77.0,Baltimore,False,-8.928,5.09,-0.87,-0.417,2.062,-0.035,+39.2840120,-076.6637324 +24510200701,"Census Tract 2007.01, Baltimore city, Maryland",5483,61.0,5314.0,0.0,0.0,0.0,108.0,Baltimore,False,0.44,-1.287,-0.143,-0.245,1.317,0.0,+39.2900137,-076.6807033 +24510200702,"Census Tract 2007.02, Baltimore city, Maryland",1100,28.0,1062.0,0.0,0.0,0.0,0.0,Baltimore,False,0.222,0.48,-0.839,-0.194,-0.581,0.0,+39.2847467,-076.6755998 +24510200800,"Census Tract 2008, Baltimore city, Maryland",2075,207.0,1807.0,0.0,0.0,0.0,30.0,Baltimore,False,-8.864,9.004,-0.44,-1.36,0.286,-0.04,+39.2801762,-076.6793608 +24510210100,"Census Tract 2101, Baltimore city, Maryland",2378,701.0,1530.0,0.0,64.0,0.0,51.0,Baltimore,True,-8.989,7.583,-0.856,0.529,0.478,0.0,+39.2766193,-076.6265676 +24510210200,"Census Tract 2102, Baltimore city, Maryland",3025,1122.0,1585.0,0.0,73.0,0.0,92.0,Baltimore,True,-17.606,14.994,-0.546,-3.964,2.265,0.0,+39.2764860,-076.6396677 +24510220100,"Census Tract 2201, Baltimore city, Maryland",4308,2892.0,639.0,31.0,244.0,0.0,270.0,Baltimore,False,-5.228,-6.218,0.374,2.382,3.848,-0.025,+39.2827739,-076.6139104 +24510230100,"Census Tract 2301, Baltimore city, Maryland",1822,1044.0,641.0,0.0,41.0,0.0,72.0,Baltimore,True,1.385,-4.195,-1.177,0.661,2.481,0.0,+39.2758115,-076.6170686 +24510230200,"Census Tract 2302, Baltimore city, Maryland",2166,1622.0,289.0,0.0,87.0,0.0,106.0,Baltimore,False,-12.061,5.801,-0.953,1.738,2.822,0.0,+39.2740126,-076.6134847 +24510230300,"Census Tract 2303, Baltimore city, Maryland",1306,1164.0,57.0,0.0,31.0,0.0,43.0,Baltimore,True,-3.863,0.486,-0.447,1.255,1.875,0.0,+39.2643329,-076.6193615 +24510240100,"Census Tract 2401, Baltimore city, Maryland",3091,2806.0,93.0,34.0,73.0,0.0,102.0,Baltimore,True,-5.848,2.213,0.538,1.659,2.223,0.0,+39.2651243,-076.5874565 +24510240200,"Census Tract 2402, Baltimore city, Maryland",3218,2559.0,260.0,0.0,188.0,0.0,109.0,Baltimore,False,-14.418,6.143,-0.149,3.557,2.095,0.0,+39.2736267,-076.6002800 +24510240300,"Census Tract 2403, Baltimore city, Maryland",2075,1656.0,58.0,0.0,150.0,13.0,157.0,Baltimore,False,-8.022,-4.824,-0.335,4.306,6.847,0.627,+39.2758588,-076.6105163 +24510240400,"Census Tract 2404, Baltimore city, Maryland",2877,2579.0,17.0,0.0,98.0,0.0,144.0,Baltimore,True,-4.163,-1.986,-0.457,2.034,3.384,0.0,+39.2645268,-076.6055985 +24510250101,"Census Tract 2501.01, Baltimore city, Maryland",4354,516.0,3532.0,15.0,13.0,0.0,12.0,Baltimore,False,-0.601,-3.708,0.182,-0.789,-0.784,0.0,+39.2771141,-076.7003721 +24510250102,"Census Tract 2501.02, Baltimore city, Maryland",3250,84.0,3113.0,0.0,19.0,0.0,18.0,Baltimore,False,-9.319,10.15,-0.185,-0.461,-0.246,0.0,+39.2773395,-076.6901916 +24510250103,"Census Tract 2501.03, Baltimore city, Maryland",3417,2004.0,994.0,0.0,29.0,0.0,257.0,Baltimore,False,-24.762,16.569,-0.506,-0.668,5.908,-0.024,+39.2687004,-076.6776588 +24510250203,"Census Tract 2502.03, Baltimore city, Maryland",1938,198.0,1499.0,0.0,59.0,0.0,145.0,Baltimore,False,7.883,-19.34,-0.054,2.664,7.048,0.0,+39.2451631,-076.6164269 +24510250204,"Census Tract 2502.04, Baltimore city, Maryland",4037,88.0,3736.0,0.0,0.0,0.0,204.0,Baltimore,False,1.108,-4.818,-0.082,-0.467,4.036,0.0,+39.2471578,-076.6271723 +24510250205,"Census Tract 2502.05, Baltimore city, Maryland",4397,1307.0,2402.0,0.0,250.0,0.0,377.0,Baltimore,False,-11.818,1.389,-0.572,4.152,5.896,0.0,+39.2506457,-076.6403025 +24510250206,"Census Tract 2502.06, Baltimore city, Maryland",2021,1554.0,153.0,42.0,28.0,0.0,216.0,Baltimore,False,-16.338,4.226,1.409,-0.229,9.625,0.0,+39.2660587,-076.6622617 +24510250207,"Census Tract 2502.07, Baltimore city, Maryland",2093,66.0,1822.0,0.0,16.0,0.0,120.0,Baltimore,False,1.687,-10.108,-0.366,0.535,5.046,0.0,+39.2537970,-076.6279535 +24510250301,"Census Tract 2503.01, Baltimore city, Maryland",2348,157.0,2064.0,0.0,0.0,0.0,127.0,Baltimore,False,-1.13,-2.745,-0.153,-0.429,4.612,0.0,+39.2623356,-076.6349462 +24510250303,"Census Tract 2503.03, Baltimore city, Maryland",2224,1177.0,543.0,0.0,227.0,0.0,248.0,Baltimore,False,-38.836,20.422,-1.062,8.125,10.089,0.0,+39.2682540,-076.6482592 +24510250401,"Census Tract 2504.01, Baltimore city, Maryland",3497,1537.0,1007.0,0.0,290.0,23.0,563.0,Baltimore,False,-34.924,16.758,-1.347,6.057,11.371,0.658,+39.2367295,-076.6066394 +24510250402,"Census Tract 2504.02, Baltimore city, Maryland",4232,1128.0,2139.0,84.0,0.0,0.0,652.0,Baltimore,False,-33.97,16.193,0.639,-1.324,13.499,0.0,+39.2307268,-076.6015251 +24510250500,"Census Tract 2505, Baltimore city, Maryland",5171,2454.0,1751.0,0.0,36.0,0.0,708.0,Baltimore,False,-21.836,8.554,-1.174,-1.274,11.703,-0.057,+39.2176239,-076.5823444 +24510250600,"Census Tract 2506, Baltimore city, Maryland",0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,False,,,,,,,+39.2368421,-076.5748320 +24510260101,"Census Tract 2601.01, Baltimore city, Maryland",4725,1199.0,3051.0,0.0,98.0,0.0,331.0,Baltimore,False,-30.944,24.127,-0.302,1.125,5.517,0.0,+39.3438880,-076.5353622 +24510260102,"Census Tract 2601.02, Baltimore city, Maryland",4742,505.0,3955.0,0.0,54.0,0.0,208.0,Baltimore,False,-20.699,18.121,-0.352,0.121,2.839,-0.078,+39.3349700,-076.5404207 +24510260201,"Census Tract 2602.01, Baltimore city, Maryland",5259,654.0,4239.0,0.0,248.0,0.0,59.0,Baltimore,False,-14.818,10.252,-0.186,3.54,0.132,0.0,+39.3296442,-076.5501117 +24510260202,"Census Tract 2602.02, Baltimore city, Maryland",5785,280.0,4861.0,0.0,436.0,0.0,173.0,Baltimore,False,-7.486,-1.161,-0.46,6.941,1.883,0.0,+39.3248936,-076.5578044 +24510260203,"Census Tract 2602.03, Baltimore city, Maryland",3041,121.0,2869.0,15.0,0.0,0.0,12.0,Baltimore,False,-5.884,6.103,0.317,-0.351,-0.834,0.0,+39.3225998,-076.5437977 +24510260301,"Census Tract 2603.01, Baltimore city, Maryland",4649,296.0,4132.0,0.0,50.0,0.0,7.0,Baltimore,False,-11.17,8.923,-0.155,-0.144,-0.737,0.0,+39.3221262,-076.5666573 +24510260302,"Census Tract 2603.02, Baltimore city, Maryland",6557,304.0,5964.0,31.0,0.0,0.0,159.0,Baltimore,False,-13.898,10.925,0.319,-0.679,2.008,0.0,+39.3170682,-076.5644278 +24510260303,"Census Tract 2603.03, Baltimore city, Maryland",947,226.0,615.0,22.0,0.0,0.0,65.0,Baltimore,False,6.983,-15.764,1.441,-0.824,6.276,-0.235,+39.3125926,-076.5604712 +24510260401,"Census Tract 2604.01, Baltimore city, Maryland",3533,1794.0,163.0,195.0,18.0,0.0,1356.0,Baltimore,False,-40.084,2.587,4.385,-0.487,33.95,0.0,+39.3062321,-076.5527959 +24510260402,"Census Tract 2604.02, Baltimore city, Maryland",2999,107.0,2729.0,0.0,0.0,0.0,0.0,Baltimore,False,-0.532,-2.653,-0.05,-0.25,-1.25,0.0,+39.3168618,-076.5412760 +24510260403,"Census Tract 2604.03, Baltimore city, Maryland",1840,123.0,1685.0,0.0,0.0,0.0,0.0,Baltimore,False,3.219,-3.254,-0.114,-0.17,-1.364,0.0,+39.3148057,-076.5350451 +24510260404,"Census Tract 2604.04, Baltimore city, Maryland",2277,490.0,691.0,28.0,131.0,0.0,800.0,Baltimore,False,-39.369,-1.249,-1.238,3.394,32.83,0.0,+39.3000661,-076.5528622 +24510260501,"Census Tract 2605.01, Baltimore city, Maryland",5785,3016.0,599.0,7.0,195.0,0.0,1827.0,Baltimore,False,-30.641,3.118,-1.265,0.13,29.095,-0.02,+39.2883470,-076.5423935 +24510260604,"Census Tract 2606.04, Baltimore city, Maryland",1435,185.0,1014.0,0.0,84.0,0.0,152.0,Baltimore,False,-14.146,4.414,-2.118,5.244,6.894,0.0,+39.2786758,-076.5388371 +24510260605,"Census Tract 2606.05, Baltimore city, Maryland",4606,2307.0,773.0,33.0,37.0,0.0,1394.0,Baltimore,False,-25.383,1.529,-1.067,-1.293,26.072,0.0,+39.2583782,-076.5496645 +24510260700,"Census Tract 2607, Baltimore city, Maryland",2691,1100.0,60.0,75.0,75.0,0.0,1161.0,Baltimore,True,-35.591,-3.896,1.256,0.898,35.028,0.0,+39.2864773,-076.5586488 +24510260800,"Census Tract 2608, Baltimore city, Maryland",2704,1133.0,445.0,0.0,25.0,0.0,1051.0,Baltimore,True,-28.606,0.595,-2.475,-0.211,30.065,-0.041,+39.2901606,-076.5659569 +24510260900,"Census Tract 2609, Baltimore city, Maryland",3110,2521.0,238.0,0.0,65.0,0.0,191.0,Baltimore,True,-9.007,3.833,-1.273,1.538,2.236,0.0,+39.2833026,-076.5656489 +24510261000,"Census Tract 2610, Baltimore city, Maryland",3077,1426.0,855.0,0.0,0.0,0.0,732.0,Baltimore,True,1.447,-14.89,-1.425,-1.292,14.644,0.0,+39.2935829,-076.5708757 +24510261100,"Census Tract 2611, Baltimore city, Maryland",1813,1573.0,122.0,0.0,49.0,0.0,44.0,Baltimore,True,-2.296,2.626,-2.157,0.809,0.323,0.0,+39.2829568,-076.5700550 +24510270101,"Census Tract 2701.01, Baltimore city, Maryland",1568,633.0,758.0,0.0,4.0,0.0,67.0,Baltimore,False,-13.463,5.953,-0.611,-0.967,3.106,0.0,+39.3332755,-076.5684320 +24510270102,"Census Tract 2701.02, Baltimore city, Maryland",3953,1106.0,2481.0,15.0,36.0,0.0,50.0,Baltimore,False,-23.359,17.523,-0.239,-0.144,0.133,0.0,+39.3384113,-076.5597082 +24510270200,"Census Tract 2702, Baltimore city, Maryland",1772,845.0,736.0,22.0,7.0,0.0,62.0,Baltimore,False,-11.96,6.447,0.653,-1.02,0.67,0.0,+39.3406569,-076.5744298 +24510270301,"Census Tract 2703.01, Baltimore city, Maryland",3089,1064.0,1768.0,0.0,24.0,4.0,167.0,Baltimore,False,-7.986,4.732,-0.754,-0.761,3.355,0.069,+39.3488225,-076.5722949 +24510270302,"Census Tract 2703.02, Baltimore city, Maryland",1837,827.0,848.0,0.0,5.0,0.0,128.0,Baltimore,False,-18.009,13.917,-0.394,-1.079,4.548,0.0,+39.3448975,-076.5638561 +24510270401,"Census Tract 2704.01, Baltimore city, Maryland",6211,1480.0,4168.0,0.0,92.0,0.0,138.0,Baltimore,False,-34.053,29.341,-0.281,-0.485,0.317,0.0,+39.3462013,-076.5467855 +24510270402,"Census Tract 2704.02, Baltimore city, Maryland",3396,1214.0,1929.0,0.0,57.0,0.0,61.0,Baltimore,False,-34.186,30.344,-0.541,0.445,0.653,0.0,+39.3512325,-076.5540354 +24510270501,"Census Tract 2705.01, Baltimore city, Maryland",3994,2028.0,1651.0,0.0,43.0,0.0,211.0,Baltimore,False,-33.992,29.347,-0.49,0.074,3.953,-0.023,+39.3656275,-076.5361691 +24510270502,"Census Tract 2705.02, Baltimore city, Maryland",4259,1558.0,2455.0,11.0,66.0,12.0,28.0,Baltimore,False,-37.997,36.797,-0.366,-0.576,-0.776,0.259,+39.3570603,-076.5441945 +24510270600,"Census Tract 2706, Baltimore city, Maryland",4882,1838.0,2890.0,0.0,0.0,0.0,39.0,Baltimore,False,-20.255,21.293,-0.599,-1.754,-0.805,0.0,+39.3583451,-076.5660286 +24510270701,"Census Tract 2707.01, Baltimore city, Maryland",2654,59.0,2450.0,0.0,0.0,0.0,123.0,Baltimore,False,-1.876,-1.615,-0.19,-0.342,3.269,0.0,+39.3699901,-076.5664177 +24510270702,"Census Tract 2707.02, Baltimore city, Maryland",1962,565.0,1291.0,0.0,0.0,0.0,32.0,Baltimore,False,-10.851,8.968,-0.796,-1.299,0.667,0.0,+39.3644166,-076.5628086 +24510270703,"Census Tract 2707.03, Baltimore city, Maryland",2646,1521.0,946.0,0.0,54.0,0.0,120.0,Baltimore,False,-18.937,15.191,-0.431,0.567,3.636,0.0,+39.3686909,-076.5542537 +24510270801,"Census Tract 2708.01, Baltimore city, Maryland",4184,525.0,3325.0,0.0,35.0,0.0,52.0,Baltimore,False,-11.367,7.149,-0.168,-1.202,-0.004,0.0,+39.3691987,-076.5912458 +24510270802,"Census Tract 2708.02, Baltimore city, Maryland",5738,244.0,5212.0,0.0,33.0,0.0,247.0,Baltimore,False,-4.827,2.938,-0.132,-0.9,3.284,0.0,+39.3614244,-076.5928428 +24510270803,"Census Tract 2708.03, Baltimore city, Maryland",7144,652.0,6314.0,0.0,89.0,0.0,47.0,Baltimore,False,-6.877,7.385,-0.163,-0.139,-0.467,0.0,+39.3642762,-076.5803260 +24510270804,"Census Tract 2708.04, Baltimore city, Maryland",3172,1280.0,1474.0,0.0,70.0,0.0,332.0,Baltimore,False,-13.557,6.788,-0.326,-0.038,7.643,0.0,+39.3686599,-076.6045879 +24510270805,"Census Tract 2708.05, Baltimore city, Maryland",5278,477.0,4342.0,13.0,84.0,0.0,170.0,Baltimore,False,-2.235,-3.91,0.061,0.686,2.057,0.0,+39.3596241,-076.6033509 +24510270901,"Census Tract 2709.01, Baltimore city, Maryland",4259,95.0,3997.0,0.0,0.0,0.0,124.0,Baltimore,False,-0.258,-2.709,-0.093,-0.093,2.26,0.0,+39.3499700,-076.5949830 +24510270902,"Census Tract 2709.02, Baltimore city, Maryland",5626,249.0,5102.0,17.0,44.0,0.0,86.0,Baltimore,False,-3.102,-0.88,0.05,0.581,1.177,0.0,+39.3509521,-076.5843196 +24510270903,"Census Tract 2709.03, Baltimore city, Maryland",4630,482.0,3366.0,0.0,84.0,0.0,445.0,Baltimore,False,3.504,-17.825,-0.152,0.939,8.203,0.0,+39.3426876,-076.5900973 +24510271001,"Census Tract 2710.01, Baltimore city, Maryland",2400,83.0,2261.0,12.0,0.0,0.0,24.0,Baltimore,False,1.446,-1.999,0.074,-0.155,-0.2,0.0,+39.3430254,-076.6050586 +24510271002,"Census Tract 2710.02, Baltimore city, Maryland",4268,141.0,3994.0,0.0,0.0,0.0,84.0,Baltimore,False,1.313,-2.744,-0.35,-0.788,1.53,0.0,+39.3504128,-076.6043920 +24510271101,"Census Tract 2711.01, Baltimore city, Maryland",1986,986.0,668.0,0.0,222.0,0.0,21.0,Baltimore,False,-23.1,12.783,-0.279,7.943,-1.107,-0.023,+39.3498089,-076.6163060 +24510271102,"Census Tract 2711.02, Baltimore city, Maryland",4496,2849.0,846.0,21.0,237.0,0.0,203.0,Baltimore,False,-18.334,4.92,0.17,3.045,2.833,0.0,+39.3451675,-076.6202330 +24510271200,"Census Tract 2712, Baltimore city, Maryland",6661,4653.0,953.0,0.0,424.0,0.0,282.0,Baltimore,False,-14.795,3.541,-0.374,4.141,2.57,0.0,+39.3637054,-076.6203629 +24510271300,"Census Tract 2713, Baltimore city, Maryland",2715,2231.0,161.0,0.0,211.0,0.0,45.0,Baltimore,False,-6.716,-0.833,-0.186,5.245,0.579,0.0,+39.3628280,-076.6395253 +24510271400,"Census Tract 2714, Baltimore city, Maryland",4047,2960.0,261.0,0.0,428.0,0.0,185.0,Baltimore,False,-13.932,1.318,-0.41,5.671,2.662,0.0,+39.3468325,-076.6336523 +24510271501,"Census Tract 2715.01, Baltimore city, Maryland",4077,3124.0,484.0,0.0,223.0,0.0,211.0,Baltimore,False,-6.794,1.273,-0.366,2.588,3.221,0.0,+39.3642233,-076.6614760 +24510271503,"Census Tract 2715.03, Baltimore city, Maryland",863,739.0,35.0,9.0,47.0,0.0,19.0,Baltimore,False,-1.795,-4.209,1.043,2.768,0.805,0.0,+39.3534054,-076.6448877 +24510271600,"Census Tract 2716, Baltimore city, Maryland",4693,100.0,4539.0,0.0,8.0,0.0,23.0,Baltimore,False,0.607,-0.647,-0.282,-0.169,0.114,0.0,+39.3432051,-076.6655877 +24510271700,"Census Tract 2717, Baltimore city, Maryland",5066,225.0,4796.0,0.0,22.0,0.0,6.0,Baltimore,False,-2.332,2.635,-0.298,0.285,-0.544,-0.017,+39.3515530,-076.6693332 +24510271801,"Census Tract 2718.01, Baltimore city, Maryland",2960,45.0,2770.0,15.0,0.0,0.0,48.0,Baltimore,False,-0.407,-3.171,0.094,-0.193,0.989,0.0,+39.3477502,-076.6834693 +24510271802,"Census Tract 2718.02, Baltimore city, Maryland",2543,7.0,2497.0,0.0,0.0,0.0,6.0,Baltimore,False,-0.462,0.097,-0.178,-0.33,-0.298,0.0,+39.3446843,-076.6770690 +24510271900,"Census Tract 2719, Baltimore city, Maryland",4012,983.0,2947.0,0.0,35.0,14.0,0.0,Baltimore,False,1.788,-0.886,-0.155,0.226,-1.24,0.349,+39.3556338,-076.6821514 +24510272003,"Census Tract 2720.03, Baltimore city, Maryland",5677,3633.0,1724.0,20.0,89.0,0.0,211.0,Baltimore,False,-3.893,1.278,0.224,-0.154,2.838,0.0,+39.3633286,-076.6854724 +24510272004,"Census Tract 2720.04, Baltimore city, Maryland",3811,2841.0,555.0,0.0,287.0,0.0,83.0,Baltimore,False,-10.241,4.369,-0.079,5.259,0.3,-0.016,+39.3686120,-076.6890444 +24510272005,"Census Tract 2720.05, Baltimore city, Maryland",3440,3016.0,298.0,0.0,60.0,0.0,50.0,Baltimore,False,2.886,-1.531,-0.079,-0.528,-0.425,-0.016,+39.3686872,-076.7010065 +24510272006,"Census Tract 2720.06, Baltimore city, Maryland",3513,1654.0,1672.0,0.0,0.0,0.0,122.0,Baltimore,False,-2.834,5.088,-0.077,-1.472,0.039,0.0,+39.3566463,-076.6965328 +24510272007,"Census Tract 2720.07, Baltimore city, Maryland",4626,1698.0,2097.0,0.0,216.0,14.0,469.0,Baltimore,False,-13.21,2.824,-0.077,3.197,6.704,0.303,+39.3636968,-076.7064881 +24510280101,"Census Tract 2801.01, Baltimore city, Maryland",3763,201.0,3320.0,48.0,0.0,0.0,125.0,Baltimore,False,-3.946,1.428,1.042,-1.051,0.986,0.0,+39.3516279,-076.6998407 +24510280102,"Census Tract 2801.02, Baltimore city, Maryland",6292,164.0,6061.0,0.0,0.0,0.0,67.0,Baltimore,False,0.921,-0.714,-0.302,-0.254,0.381,0.0,+39.3411885,-076.7000831 +24510280200,"Census Tract 2802, Baltimore city, Maryland",5023,185.0,4582.0,11.0,21.0,0.0,21.0,Baltimore,False,1.148,-4.766,-0.098,0.038,-0.195,0.0,+39.3274111,-076.7016139 +24510280301,"Census Tract 2803.01, Baltimore city, Maryland",3731,356.0,3007.0,0.0,62.0,30.0,67.0,Baltimore,False,-4.101,-3.889,-0.503,1.456,0.745,0.781,+39.3106632,-076.7022121 +24510280302,"Census Tract 2803.02, Baltimore city, Maryland",2492,120.0,2332.0,0.0,6.0,0.0,15.0,Baltimore,False,0.426,-0.882,-0.298,-0.057,0.219,0.0,+39.3166683,-076.6953197 +24510280401,"Census Tract 2804.01, Baltimore city, Maryland",3606,581.0,2826.0,0.0,0.0,0.0,60.0,Baltimore,False,-0.45,-2.944,-0.245,-0.763,0.574,0.0,+39.2970477,-076.7022192 +24510280402,"Census Tract 2804.02, Baltimore city, Maryland",1657,2.0,1602.0,0.0,0.0,0.0,8.0,Baltimore,False,-0.597,-1.221,-0.055,-0.331,-0.345,0.0,+39.2992263,-076.6903724 +24510280403,"Census Tract 2804.03, Baltimore city, Maryland",5431,1428.0,3728.0,0.0,43.0,0.0,167.0,Baltimore,False,-4.898,2.745,-0.348,-0.563,2.215,-0.018,+39.2859905,-076.7033384 +24510280404,"Census Tract 2804.04, Baltimore city, Maryland",2519,101.0,2271.0,0.0,0.0,0.0,112.0,Baltimore,False,0.874,-6.067,-0.049,-0.198,4.076,-0.025,+39.2878046,-076.6917566 +24510280500,"Census Tract 2805, Baltimore city, Maryland",2257,217.0,1995.0,0.0,7.0,0.0,22.0,Baltimore,False,5.478,-1.745,-0.219,-4.594,0.509,0.0,+39.2951239,-076.6029382 diff --git a/output/for_maps/Baltimore_data.geojson b/output/for_maps/Baltimore_data.geojson new file mode 100644 index 0000000..b7077f9 --- /dev/null +++ b/output/for_maps/Baltimore_data.geojson @@ -0,0 +1,205 @@ +{ +"type": "FeatureCollection", +"features": [ +{ "type": "Feature", "properties": { "GEOID": "24510010100", "name": "Census Tract 101, Baltimore city, Maryland", "total_population_17": 3201, "white_alone_17": 2772.0, "black_alone_17": 219.0, "native_alone_17": 0.0, "asian_alone_17": 120.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 58.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -6.073, "pct_black_alone_change": 4.137, "pct_native_alone_change": -0.753, "pct_asian_alone_change": 2.653, "pct_hispanic_or_latino_change": -0.414, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2786343", "INTPTLON": "-076.5745793" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.576147, 39.276733 ], [ -76.57592, 39.276679 ], [ -76.575788, 39.277039 ], [ -76.575682, 39.277023 ], [ -76.575615, 39.277213 ], [ -76.575318, 39.278095 ], [ -76.575321, 39.278216 ], [ -76.576028, 39.278376 ], [ -76.576389, 39.278456 ], [ -76.57674, 39.278534 ], [ -76.57678, 39.279157 ], [ -76.576844, 39.279991 ], [ -76.576864, 39.28028 ], [ -76.57691, 39.281152 ], [ -76.57698, 39.282175 ], [ -76.577043, 39.28321 ], [ -76.577065, 39.283691 ], [ -76.57709, 39.284207 ], [ -76.576391, 39.284231 ], [ -76.575683, 39.284261 ], [ -76.57499, 39.284292 ], [ -76.574269, 39.284317 ], [ -76.57356, 39.284343 ], [ -76.572821, 39.284364 ], [ -76.572122, 39.284397 ], [ -76.571396, 39.284423 ], [ -76.571339, 39.283407 ], [ -76.571261, 39.282382 ], [ -76.571214, 39.281375 ], [ -76.571151, 39.280366 ], [ -76.571093, 39.279351 ], [ -76.571042, 39.278738 ], [ -76.571008, 39.278337 ], [ -76.570931, 39.277322 ], [ -76.570914, 39.277218 ], [ -76.570887, 39.276906 ], [ -76.570877, 39.276421 ], [ -76.570931, 39.276389 ], [ -76.570978, 39.276345 ], [ -76.571987, 39.275406 ], [ -76.572687, 39.275007 ], [ -76.577586, 39.271606 ], [ -76.576147, 39.276733 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510010200", "name": "Census Tract 102, Baltimore city, Maryland", "total_population_17": 3145, "white_alone_17": 2732.0, "black_alone_17": 164.0, "native_alone_17": 0.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 66.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 16.402, "pct_black_alone_change": -12.432, "pct_native_alone_change": -1.89, "pct_asian_alone_change": 2.956, "pct_hispanic_or_latino_change": -6.1, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+39.2880851", "INTPTLON": "-076.5740101" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.577242, 39.286242 ], [ -76.576514, 39.286275 ], [ -76.575814, 39.2863 ], [ -76.575828, 39.286461 ], [ -76.575837, 39.286558 ], [ -76.575855, 39.286919 ], [ -76.575894, 39.287503 ], [ -76.575974, 39.288725 ], [ -76.576051, 39.289795 ], [ -76.576061, 39.28993 ], [ -76.576135, 39.291111 ], [ -76.576174, 39.292232 ], [ -76.575508, 39.292257 ], [ -76.574798, 39.292283 ], [ -76.574076, 39.292312 ], [ -76.573353, 39.292335 ], [ -76.572632, 39.292366 ], [ -76.57238, 39.292381 ], [ -76.571954, 39.292396 ], [ -76.571839, 39.291243 ], [ -76.571773, 39.290106 ], [ -76.571669, 39.288471 ], [ -76.571607, 39.287477 ], [ -76.571565, 39.286901 ], [ -76.571533, 39.286455 ], [ -76.571469, 39.285456 ], [ -76.571396, 39.284423 ], [ -76.572122, 39.284397 ], [ -76.572821, 39.284364 ], [ -76.57356, 39.284343 ], [ -76.574269, 39.284317 ], [ -76.57499, 39.284292 ], [ -76.575683, 39.284261 ], [ -76.576391, 39.284231 ], [ -76.57709, 39.284207 ], [ -76.577164, 39.285221 ], [ -76.577242, 39.286242 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510010300", "name": "Census Tract 103, Baltimore city, Maryland", "total_population_17": 2552, "white_alone_17": 2191.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 97.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -2.092, "pct_black_alone_change": -0.825, "pct_native_alone_change": -1.607, "pct_asian_alone_change": 3.02, "pct_hispanic_or_latino_change": -1.272, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2883650", "INTPTLON": "-076.5802265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.584722, 39.291891 ], [ -76.583983, 39.291925 ], [ -76.583325, 39.291956 ], [ -76.582599, 39.291984 ], [ -76.581886, 39.292012 ], [ -76.581137, 39.292048 ], [ -76.580448, 39.292067 ], [ -76.579727, 39.292099 ], [ -76.579084, 39.292124 ], [ -76.578275, 39.29215 ], [ -76.577623, 39.292178 ], [ -76.576887, 39.292206 ], [ -76.576174, 39.292232 ], [ -76.576135, 39.291111 ], [ -76.576061, 39.28993 ], [ -76.576051, 39.289795 ], [ -76.575974, 39.288725 ], [ -76.575894, 39.287503 ], [ -76.575855, 39.286919 ], [ -76.575837, 39.286558 ], [ -76.575828, 39.286461 ], [ -76.575814, 39.2863 ], [ -76.576514, 39.286275 ], [ -76.577242, 39.286242 ], [ -76.577164, 39.285221 ], [ -76.57709, 39.284207 ], [ -76.577065, 39.283691 ], [ -76.577043, 39.28321 ], [ -76.577762, 39.283176 ], [ -76.578467, 39.283147 ], [ -76.579138, 39.283119 ], [ -76.579853, 39.283085 ], [ -76.580566, 39.283061 ], [ -76.581272, 39.283033 ], [ -76.581994, 39.283012 ], [ -76.582344, 39.282996 ], [ -76.582441, 39.282996 ], [ -76.582494, 39.283002 ], [ -76.582544, 39.283011 ], [ -76.582587, 39.283022 ], [ -76.582648, 39.283048 ], [ -76.582736, 39.283099 ], [ -76.583205, 39.283422 ], [ -76.583895, 39.283844 ], [ -76.584019, 39.283916 ], [ -76.584222, 39.28403 ], [ -76.584262, 39.284949 ], [ -76.5843, 39.285422 ], [ -76.584302, 39.285465 ], [ -76.584307, 39.285566 ], [ -76.584309, 39.285608 ], [ -76.584332, 39.285956 ], [ -76.584395, 39.286959 ], [ -76.58448, 39.287993 ], [ -76.584572, 39.289599 ], [ -76.584639, 39.290739 ], [ -76.584683, 39.291369 ], [ -76.584722, 39.291891 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510010400", "name": "Census Tract 104, Baltimore city, Maryland", "total_population_17": 2573, "white_alone_17": 2162.0, "black_alone_17": 57.0, "native_alone_17": 15.0, "asian_alone_17": 141.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 102.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -2.99, "pct_black_alone_change": -0.595, "pct_native_alone_change": -1.033, "pct_asian_alone_change": 2.391, "pct_hispanic_or_latino_change": -1.265, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2781675", "INTPTLON": "-076.5795274" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.587056, 39.285853 ], [ -76.586449, 39.285872 ], [ -76.585857, 39.285899 ], [ -76.585046, 39.285932 ], [ -76.585017, 39.285933 ], [ -76.584332, 39.285956 ], [ -76.584309, 39.285608 ], [ -76.584307, 39.285566 ], [ -76.584302, 39.285465 ], [ -76.5843, 39.285422 ], [ -76.584262, 39.284949 ], [ -76.584222, 39.28403 ], [ -76.584019, 39.283916 ], [ -76.583895, 39.283844 ], [ -76.583205, 39.283422 ], [ -76.582736, 39.283099 ], [ -76.582648, 39.283048 ], [ -76.582587, 39.283022 ], [ -76.582544, 39.283011 ], [ -76.582494, 39.283002 ], [ -76.582441, 39.282996 ], [ -76.582344, 39.282996 ], [ -76.581994, 39.283012 ], [ -76.581272, 39.283033 ], [ -76.580566, 39.283061 ], [ -76.579853, 39.283085 ], [ -76.579138, 39.283119 ], [ -76.578467, 39.283147 ], [ -76.577762, 39.283176 ], [ -76.577043, 39.28321 ], [ -76.57698, 39.282175 ], [ -76.57691, 39.281152 ], [ -76.576864, 39.28028 ], [ -76.576844, 39.279991 ], [ -76.57678, 39.279157 ], [ -76.57674, 39.278534 ], [ -76.576389, 39.278456 ], [ -76.576028, 39.278376 ], [ -76.575321, 39.278216 ], [ -76.575318, 39.278095 ], [ -76.575615, 39.277213 ], [ -76.575682, 39.277023 ], [ -76.575788, 39.277039 ], [ -76.57592, 39.276679 ], [ -76.576147, 39.276733 ], [ -76.577586, 39.271606 ], [ -76.586588, 39.277306 ], [ -76.586889, 39.28323 ], [ -76.58693, 39.283806 ], [ -76.586977, 39.284404 ], [ -76.586921, 39.284652 ], [ -76.586971, 39.284871 ], [ -76.587002, 39.285228 ], [ -76.587056, 39.285853 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510010500", "name": "Census Tract 105, Baltimore city, Maryland", "total_population_17": 1712, "white_alone_17": 1462.0, "black_alone_17": 73.0, "native_alone_17": 15.0, "asian_alone_17": 40.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 105.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 14.127, "pct_black_alone_change": -4.17, "pct_native_alone_change": -1.022, "pct_asian_alone_change": 0.28, "pct_hispanic_or_latino_change": -9.207, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2888746", "INTPTLON": "-076.5858889" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.587414, 39.291813 ], [ -76.58684, 39.291832 ], [ -76.586517, 39.291845 ], [ -76.586255, 39.291853 ], [ -76.585821, 39.291855 ], [ -76.585195, 39.291876 ], [ -76.585146, 39.291878 ], [ -76.584722, 39.291891 ], [ -76.584683, 39.291369 ], [ -76.584639, 39.290739 ], [ -76.584572, 39.289599 ], [ -76.58448, 39.287993 ], [ -76.584395, 39.286959 ], [ -76.584332, 39.285956 ], [ -76.585017, 39.285933 ], [ -76.585046, 39.285932 ], [ -76.585857, 39.285899 ], [ -76.586449, 39.285872 ], [ -76.587056, 39.285853 ], [ -76.587134, 39.286877 ], [ -76.587185, 39.287897 ], [ -76.587297, 39.289509 ], [ -76.58736, 39.290631 ], [ -76.587414, 39.291813 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510020100", "name": "Census Tract 201, Baltimore city, Maryland", "total_population_17": 1877, "white_alone_17": 1331.0, "black_alone_17": 124.0, "native_alone_17": 9.0, "asian_alone_17": 58.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 267.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 4.795, "pct_black_alone_change": -7.658, "pct_native_alone_change": -1.573, "pct_asian_alone_change": 0.337, "pct_hispanic_or_latino_change": 0.261, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2887712", "INTPTLON": "-076.5887716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.590468, 39.291679 ], [ -76.589843, 39.291713 ], [ -76.589201, 39.291747 ], [ -76.58823, 39.291789 ], [ -76.587414, 39.291813 ], [ -76.58736, 39.290631 ], [ -76.587297, 39.289509 ], [ -76.587185, 39.287897 ], [ -76.587134, 39.286877 ], [ -76.587056, 39.285853 ], [ -76.587738, 39.285828 ], [ -76.587892, 39.285822 ], [ -76.587915, 39.285821 ], [ -76.588803, 39.285784 ], [ -76.589462, 39.285756 ], [ -76.590113, 39.285735 ], [ -76.590141, 39.28628 ], [ -76.590176, 39.28675 ], [ -76.590249, 39.287714 ], [ -76.590257, 39.287797 ], [ -76.590344, 39.289387 ], [ -76.590394, 39.290533 ], [ -76.590468, 39.291679 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510020200", "name": "Census Tract 202, Baltimore city, Maryland", "total_population_17": 1857, "white_alone_17": 1131.0, "black_alone_17": 233.0, "native_alone_17": 15.0, "asian_alone_17": 119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 308.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 8.599, "pct_black_alone_change": -1.92, "pct_native_alone_change": -1.046, "pct_asian_alone_change": 3.876, "pct_hispanic_or_latino_change": -10.991, "pct_native_hawaiian_pacific_islander_change": -0.045, "INTPTLAT": "+39.2886357", "INTPTLON": "-076.5920299" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.593944, 39.291542 ], [ -76.59328, 39.29156 ], [ -76.592771, 39.291579 ], [ -76.591777, 39.291616 ], [ -76.591112, 39.291648 ], [ -76.590468, 39.291679 ], [ -76.590394, 39.290533 ], [ -76.590344, 39.289387 ], [ -76.590257, 39.287797 ], [ -76.590249, 39.287714 ], [ -76.590176, 39.28675 ], [ -76.590141, 39.28628 ], [ -76.590113, 39.285735 ], [ -76.590764, 39.285721 ], [ -76.591406, 39.285686 ], [ -76.592512, 39.28563 ], [ -76.592862, 39.285608 ], [ -76.593557, 39.285578 ], [ -76.593638, 39.286609 ], [ -76.593704, 39.287623 ], [ -76.593722, 39.287727 ], [ -76.593773, 39.288625 ], [ -76.593803, 39.289257 ], [ -76.593869, 39.290399 ], [ -76.593916, 39.291131 ], [ -76.593944, 39.291542 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510020300", "name": "Census Tract 203, Baltimore city, Maryland", "total_population_17": 3768, "white_alone_17": 2838.0, "black_alone_17": 84.0, "native_alone_17": 0.0, "asian_alone_17": 287.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 337.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -8.882, "pct_black_alone_change": -3.336, "pct_native_alone_change": -0.69, "pct_asian_alone_change": 4.693, "pct_hispanic_or_latino_change": 3.298, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2808610", "INTPTLON": "-076.5940789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.602487, 39.279571 ], [ -76.601474, 39.280213 ], [ -76.600772, 39.280658 ], [ -76.600513, 39.280822 ], [ -76.600313, 39.28145 ], [ -76.600309, 39.281466 ], [ -76.600284, 39.28151 ], [ -76.600263, 39.281523 ], [ -76.600218, 39.281526 ], [ -76.599009, 39.282253 ], [ -76.599007, 39.28231 ], [ -76.599046, 39.283307 ], [ -76.599088, 39.283307 ], [ -76.59911, 39.283603 ], [ -76.599162, 39.284305 ], [ -76.599201, 39.284929 ], [ -76.599227, 39.285337 ], [ -76.598747, 39.285358 ], [ -76.598315, 39.285368 ], [ -76.597539, 39.285417 ], [ -76.596754, 39.285447 ], [ -76.596088, 39.285478 ], [ -76.595355, 39.28551 ], [ -76.594474, 39.285545 ], [ -76.593557, 39.285578 ], [ -76.592862, 39.285608 ], [ -76.592512, 39.28563 ], [ -76.591406, 39.285686 ], [ -76.590764, 39.285721 ], [ -76.590113, 39.285735 ], [ -76.589462, 39.285756 ], [ -76.588803, 39.285784 ], [ -76.587915, 39.285821 ], [ -76.587892, 39.285822 ], [ -76.587738, 39.285828 ], [ -76.587056, 39.285853 ], [ -76.587002, 39.285228 ], [ -76.586971, 39.284871 ], [ -76.586921, 39.284652 ], [ -76.586977, 39.284404 ], [ -76.58693, 39.283806 ], [ -76.586889, 39.28323 ], [ -76.586588, 39.277306 ], [ -76.589462, 39.277916 ], [ -76.589884, 39.278005 ], [ -76.592991, 39.277527 ], [ -76.595079, 39.277199 ], [ -76.598977, 39.276916 ], [ -76.600137, 39.27776 ], [ -76.602011, 39.279089 ], [ -76.602588, 39.279506 ], [ -76.602487, 39.279571 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510030100", "name": "Census Tract 301, Baltimore city, Maryland", "total_population_17": 3355, "white_alone_17": 409.0, "black_alone_17": 2235.0, "native_alone_17": 18.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 628.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -3.262, "pct_black_alone_change": -12.553, "pct_native_alone_change": -0.394, "pct_asian_alone_change": 0.962, "pct_hispanic_or_latino_change": 15.331, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+39.2894076", "INTPTLON": "-076.5965752" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.599687, 39.292536 ], [ -76.599146, 39.2927 ], [ -76.598778, 39.292807 ], [ -76.598145, 39.292988 ], [ -76.597284, 39.293237 ], [ -76.59656, 39.293425 ], [ -76.596236, 39.293515 ], [ -76.595892, 39.293605 ], [ -76.595613, 39.293697 ], [ -76.595263, 39.293812 ], [ -76.595222, 39.293825 ], [ -76.595067, 39.293868 ], [ -76.594816, 39.293949 ], [ -76.594117, 39.293968 ], [ -76.594072, 39.293287 ], [ -76.594029, 39.292632 ], [ -76.593992, 39.292072 ], [ -76.593944, 39.291542 ], [ -76.593916, 39.291131 ], [ -76.593869, 39.290399 ], [ -76.593803, 39.289257 ], [ -76.593773, 39.288625 ], [ -76.593722, 39.287727 ], [ -76.593704, 39.287623 ], [ -76.593638, 39.286609 ], [ -76.593557, 39.285578 ], [ -76.594474, 39.285545 ], [ -76.595355, 39.28551 ], [ -76.596088, 39.285478 ], [ -76.596754, 39.285447 ], [ -76.597539, 39.285417 ], [ -76.598315, 39.285368 ], [ -76.598747, 39.285358 ], [ -76.599227, 39.285337 ], [ -76.599254, 39.285747 ], [ -76.599281, 39.286355 ], [ -76.599347, 39.287256 ], [ -76.599349, 39.287381 ], [ -76.599369, 39.287746 ], [ -76.599415, 39.288364 ], [ -76.599442, 39.288742 ], [ -76.59946, 39.289033 ], [ -76.599467, 39.289165 ], [ -76.599504, 39.289553 ], [ -76.599565, 39.290217 ], [ -76.599578, 39.29037 ], [ -76.5996, 39.290809 ], [ -76.599622, 39.291358 ], [ -76.599636, 39.291864 ], [ -76.599687, 39.292536 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510030200", "name": "Census Tract 302, Baltimore city, Maryland", "total_population_17": 2327, "white_alone_17": 1099.0, "black_alone_17": 725.0, "native_alone_17": 0.0, "asian_alone_17": 248.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 207.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -17.974, "pct_black_alone_change": 4.799, "pct_native_alone_change": -0.775, "pct_asian_alone_change": 7.987, "pct_hispanic_or_latino_change": 5.106, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2865363", "INTPTLON": "-076.6022612" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.606429, 39.290712 ], [ -76.606394, 39.290715 ], [ -76.605762, 39.290884 ], [ -76.604685, 39.291165 ], [ -76.6041, 39.291329 ], [ -76.60373, 39.291439 ], [ -76.60323, 39.291581 ], [ -76.603006, 39.291641 ], [ -76.602779, 39.291702 ], [ -76.602675, 39.291729 ], [ -76.601615, 39.291992 ], [ -76.599687, 39.292536 ], [ -76.599636, 39.291864 ], [ -76.599622, 39.291358 ], [ -76.5996, 39.290809 ], [ -76.599578, 39.29037 ], [ -76.599565, 39.290217 ], [ -76.599504, 39.289553 ], [ -76.599467, 39.289165 ], [ -76.59946, 39.289033 ], [ -76.599442, 39.288742 ], [ -76.599415, 39.288364 ], [ -76.599369, 39.287746 ], [ -76.599349, 39.287381 ], [ -76.599347, 39.287256 ], [ -76.599281, 39.286355 ], [ -76.599254, 39.285747 ], [ -76.599227, 39.285337 ], [ -76.599201, 39.284929 ], [ -76.599162, 39.284305 ], [ -76.59911, 39.283603 ], [ -76.599088, 39.283307 ], [ -76.599046, 39.283307 ], [ -76.599007, 39.28231 ], [ -76.599009, 39.282253 ], [ -76.600218, 39.281526 ], [ -76.600263, 39.281523 ], [ -76.600284, 39.28151 ], [ -76.600309, 39.281466 ], [ -76.600313, 39.28145 ], [ -76.600513, 39.280822 ], [ -76.600772, 39.280658 ], [ -76.601474, 39.280213 ], [ -76.602487, 39.279571 ], [ -76.602588, 39.279506 ], [ -76.602788, 39.279806 ], [ -76.603688, 39.280906 ], [ -76.603784, 39.281502 ], [ -76.60401, 39.282894 ], [ -76.604436, 39.284283 ], [ -76.604499, 39.284541 ], [ -76.604604, 39.285099 ], [ -76.60515, 39.286689 ], [ -76.605141, 39.286746 ], [ -76.605096, 39.286811 ], [ -76.605001, 39.286855 ], [ -76.605139, 39.286851 ], [ -76.605419, 39.287767 ], [ -76.605525, 39.288076 ], [ -76.605107, 39.288194 ], [ -76.605301, 39.288591 ], [ -76.605408, 39.288811 ], [ -76.605462, 39.288917 ], [ -76.605503, 39.288988 ], [ -76.605527, 39.289029 ], [ -76.60559, 39.289127 ], [ -76.605668, 39.289233 ], [ -76.605784, 39.289399 ], [ -76.606147, 39.289874 ], [ -76.606051, 39.289899 ], [ -76.606737, 39.290685 ], [ -76.606429, 39.290712 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510040100", "name": "Census Tract 401, Baltimore city, Maryland", "total_population_17": 4007, "white_alone_17": 1996.0, "black_alone_17": 544.0, "native_alone_17": 27.0, "asian_alone_17": 948.0, "native_hawaiian_pacific_islander_17": 89.0, "hispanic_or_latino_17": 276.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 7.605, "pct_black_alone_change": -28.747, "pct_native_alone_change": -0.074, "pct_asian_alone_change": 12.446, "pct_hispanic_or_latino_change": 4.703, "pct_native_hawaiian_pacific_islander_change": 2.221, "INTPTLAT": "+39.2902267", "INTPTLON": "-076.6145019" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.622638, 39.294812 ], [ -76.622036, 39.294837 ], [ -76.621994, 39.294839 ], [ -76.621977, 39.294838 ], [ -76.621942, 39.294836 ], [ -76.621285, 39.294861 ], [ -76.621258, 39.294866 ], [ -76.621004, 39.294876 ], [ -76.620424, 39.294915 ], [ -76.619819, 39.294931 ], [ -76.619066, 39.294968 ], [ -76.618322, 39.294978 ], [ -76.616933, 39.295049 ], [ -76.615549, 39.295092 ], [ -76.615024, 39.295127 ], [ -76.615003, 39.29513 ], [ -76.614417, 39.295125 ], [ -76.614342, 39.29512 ], [ -76.614341, 39.295109 ], [ -76.61424, 39.295064 ], [ -76.614177, 39.295031 ], [ -76.614156, 39.29502 ], [ -76.613877, 39.294784 ], [ -76.613742, 39.294685 ], [ -76.613686, 39.294496 ], [ -76.613468, 39.294513 ], [ -76.61327, 39.294495 ], [ -76.612687, 39.294495 ], [ -76.612302, 39.294506 ], [ -76.611667, 39.2945 ], [ -76.611252, 39.294523 ], [ -76.611007, 39.294532 ], [ -76.610974, 39.294402 ], [ -76.610937, 39.294259 ], [ -76.610913, 39.294176 ], [ -76.610873, 39.29407 ], [ -76.610869, 39.294056 ], [ -76.610835, 39.293967 ], [ -76.610729, 39.293737 ], [ -76.610715, 39.293717 ], [ -76.610541, 39.293472 ], [ -76.610379, 39.293301 ], [ -76.610332, 39.293263 ], [ -76.610218, 39.293169 ], [ -76.610098, 39.293074 ], [ -76.609972, 39.292984 ], [ -76.60984, 39.292904 ], [ -76.609654, 39.292804 ], [ -76.609321, 39.292638 ], [ -76.609087, 39.292518 ], [ -76.608874, 39.292403 ], [ -76.608832, 39.292372 ], [ -76.608669, 39.292264 ], [ -76.608219, 39.291974 ], [ -76.607905, 39.291759 ], [ -76.607646, 39.291541 ], [ -76.607446, 39.29136 ], [ -76.607261, 39.291182 ], [ -76.606995, 39.29093 ], [ -76.606737, 39.290685 ], [ -76.606051, 39.289899 ], [ -76.606147, 39.289874 ], [ -76.605784, 39.289399 ], [ -76.605668, 39.289233 ], [ -76.60559, 39.289127 ], [ -76.605527, 39.289029 ], [ -76.605503, 39.288988 ], [ -76.605462, 39.288917 ], [ -76.605408, 39.288811 ], [ -76.605301, 39.288591 ], [ -76.605107, 39.288194 ], [ -76.605525, 39.288076 ], [ -76.605419, 39.287767 ], [ -76.605139, 39.286851 ], [ -76.605535, 39.286828 ], [ -76.606258, 39.286793 ], [ -76.606855, 39.286779 ], [ -76.607798, 39.286737 ], [ -76.608765, 39.28669 ], [ -76.608856, 39.286684 ], [ -76.60933, 39.286681 ], [ -76.610022, 39.286662 ], [ -76.610722, 39.286652 ], [ -76.611138, 39.286628 ], [ -76.611732, 39.286596 ], [ -76.612128, 39.286603 ], [ -76.613447, 39.286556 ], [ -76.613595, 39.28655 ], [ -76.614896, 39.286513 ], [ -76.61522, 39.286497 ], [ -76.616182, 39.286452 ], [ -76.616925, 39.286402 ], [ -76.617551, 39.286378 ], [ -76.619197, 39.286321 ], [ -76.619332, 39.286316 ], [ -76.619369, 39.286315 ], [ -76.620113, 39.286285 ], [ -76.620755, 39.286261 ], [ -76.622129, 39.286257 ], [ -76.622194, 39.28691 ], [ -76.622198, 39.286983 ], [ -76.622213, 39.287127 ], [ -76.622224, 39.287231 ], [ -76.622248, 39.287457 ], [ -76.622265, 39.287822 ], [ -76.622287, 39.288116 ], [ -76.62232, 39.288608 ], [ -76.622332, 39.288995 ], [ -76.62233, 39.289245 ], [ -76.62233, 39.289278 ], [ -76.622347, 39.289596 ], [ -76.622365, 39.29037 ], [ -76.622399, 39.290932 ], [ -76.62241, 39.291079 ], [ -76.622424, 39.291227 ], [ -76.622441, 39.291428 ], [ -76.622489, 39.29211 ], [ -76.622539, 39.292822 ], [ -76.622571, 39.293837 ], [ -76.622618, 39.294336 ], [ -76.622638, 39.294812 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510040200", "name": "Census Tract 402, Baltimore city, Maryland", "total_population_17": 865, "white_alone_17": 361.0, "black_alone_17": 287.0, "native_alone_17": 1.0, "asian_alone_17": 100.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 29.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 3.318, "pct_black_alone_change": -13.906, "pct_native_alone_change": -0.258, "pct_asian_alone_change": -0.547, "pct_hispanic_or_latino_change": 1.559, "pct_native_hawaiian_pacific_islander_change": 1.04, "INTPTLAT": "+39.2903223", "INTPTLON": "-076.6250565" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.628062, 39.287786 ], [ -76.628049, 39.28789 ], [ -76.628031, 39.288011 ], [ -76.627992, 39.288201 ], [ -76.627965, 39.288345 ], [ -76.627766, 39.288974 ], [ -76.627627, 39.289523 ], [ -76.627503, 39.290128 ], [ -76.627477, 39.29046 ], [ -76.627463, 39.290809 ], [ -76.627479, 39.291241 ], [ -76.627541, 39.291858 ], [ -76.627645, 39.29272 ], [ -76.627708, 39.293273 ], [ -76.627719, 39.293573 ], [ -76.62772, 39.29359 ], [ -76.627727, 39.293817 ], [ -76.627728, 39.293864 ], [ -76.62771, 39.294319 ], [ -76.627707, 39.294381 ], [ -76.627688, 39.29463 ], [ -76.627249, 39.294635 ], [ -76.625726, 39.294679 ], [ -76.625073, 39.294708 ], [ -76.624792, 39.294708 ], [ -76.624222, 39.29473 ], [ -76.623951, 39.294753 ], [ -76.622638, 39.294812 ], [ -76.622618, 39.294336 ], [ -76.622571, 39.293837 ], [ -76.622539, 39.292822 ], [ -76.622489, 39.29211 ], [ -76.622441, 39.291428 ], [ -76.622424, 39.291227 ], [ -76.62241, 39.291079 ], [ -76.622399, 39.290932 ], [ -76.622365, 39.29037 ], [ -76.622347, 39.289596 ], [ -76.62233, 39.289278 ], [ -76.62233, 39.289245 ], [ -76.622332, 39.288995 ], [ -76.62232, 39.288608 ], [ -76.622287, 39.288116 ], [ -76.622265, 39.287822 ], [ -76.622248, 39.287457 ], [ -76.622224, 39.287231 ], [ -76.622213, 39.287127 ], [ -76.622198, 39.286983 ], [ -76.622194, 39.28691 ], [ -76.622129, 39.286257 ], [ -76.622635, 39.286238 ], [ -76.623303, 39.286212 ], [ -76.623548, 39.286203 ], [ -76.624693, 39.286158 ], [ -76.625881, 39.286115 ], [ -76.625929, 39.286115 ], [ -76.627329, 39.286066 ], [ -76.627539, 39.286057 ], [ -76.627623, 39.286197 ], [ -76.627741, 39.286418 ], [ -76.627823, 39.286565 ], [ -76.627859, 39.286657 ], [ -76.62792, 39.286806 ], [ -76.627976, 39.286985 ], [ -76.628021, 39.287165 ], [ -76.628047, 39.28732 ], [ -76.628055, 39.287438 ], [ -76.628065, 39.287625 ], [ -76.628062, 39.287786 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510060100", "name": "Census Tract 601, Baltimore city, Maryland", "total_population_17": 2948, "white_alone_17": 787.0, "black_alone_17": 1420.0, "native_alone_17": 115.0, "asian_alone_17": 116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 557.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 2.033, "pct_black_alone_change": -17.4, "pct_native_alone_change": 2.493, "pct_asian_alone_change": 2.497, "pct_hispanic_or_latino_change": 12.541, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2946533", "INTPTLON": "-076.5751514" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.577955, 39.296911 ], [ -76.577236, 39.296943 ], [ -76.576532, 39.296968 ], [ -76.575804, 39.296994 ], [ -76.57549, 39.297004 ], [ -76.575084, 39.297026 ], [ -76.574372, 39.297048 ], [ -76.573682, 39.297084 ], [ -76.572987, 39.297106 ], [ -76.572597, 39.297115 ], [ -76.572587, 39.296338 ], [ -76.572579, 39.295644 ], [ -76.572565, 39.294777 ], [ -76.572522, 39.294187 ], [ -76.572468, 39.293504 ], [ -76.572437, 39.292938 ], [ -76.57238, 39.292381 ], [ -76.572632, 39.292366 ], [ -76.573353, 39.292335 ], [ -76.574076, 39.292312 ], [ -76.574798, 39.292283 ], [ -76.575508, 39.292257 ], [ -76.576174, 39.292232 ], [ -76.576887, 39.292206 ], [ -76.577623, 39.292178 ], [ -76.577696, 39.293327 ], [ -76.577783, 39.294582 ], [ -76.577787, 39.294906 ], [ -76.577843, 39.295806 ], [ -76.57795, 39.296865 ], [ -76.577955, 39.296911 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510060200", "name": "Census Tract 602, Baltimore city, Maryland", "total_population_17": 3075, "white_alone_17": 1306.0, "black_alone_17": 1279.0, "native_alone_17": 10.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 396.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 18.964, "pct_black_alone_change": -24.855, "pct_native_alone_change": -2.193, "pct_asian_alone_change": -0.94, "pct_hispanic_or_latino_change": 8.198, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+39.2944298", "INTPTLON": "-076.5806137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.583585, 39.296687 ], [ -76.582882, 39.29672 ], [ -76.582169, 39.296752 ], [ -76.58144, 39.296769 ], [ -76.580754, 39.29679 ], [ -76.580041, 39.296817 ], [ -76.579329, 39.296852 ], [ -76.578653, 39.296879 ], [ -76.577955, 39.296911 ], [ -76.57795, 39.296865 ], [ -76.577843, 39.295806 ], [ -76.577787, 39.294906 ], [ -76.577783, 39.294582 ], [ -76.577696, 39.293327 ], [ -76.577623, 39.292178 ], [ -76.578275, 39.29215 ], [ -76.579084, 39.292124 ], [ -76.579727, 39.292099 ], [ -76.580448, 39.292067 ], [ -76.581137, 39.292048 ], [ -76.581886, 39.292012 ], [ -76.582599, 39.291984 ], [ -76.583325, 39.291956 ], [ -76.583377, 39.293085 ], [ -76.583456, 39.294361 ], [ -76.583522, 39.295556 ], [ -76.583523, 39.295578 ], [ -76.583575, 39.296519 ], [ -76.583585, 39.296687 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510060300", "name": "Census Tract 603, Baltimore city, Maryland", "total_population_17": 1931, "white_alone_17": 664.0, "black_alone_17": 844.0, "native_alone_17": 0.0, "asian_alone_17": 86.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 236.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 14.365, "pct_black_alone_change": -28.86, "pct_native_alone_change": -2.007, "pct_asian_alone_change": 3.476, "pct_hispanic_or_latino_change": 8.413, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2942438", "INTPTLON": "-076.5855106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.58773, 39.296519 ], [ -76.587105, 39.296544 ], [ -76.586529, 39.29656 ], [ -76.585752, 39.296601 ], [ -76.585026, 39.296636 ], [ -76.584297, 39.296663 ], [ -76.583585, 39.296687 ], [ -76.583575, 39.296519 ], [ -76.583523, 39.295578 ], [ -76.583522, 39.295556 ], [ -76.583456, 39.294361 ], [ -76.583377, 39.293085 ], [ -76.583325, 39.291956 ], [ -76.583983, 39.291925 ], [ -76.584722, 39.291891 ], [ -76.585146, 39.291878 ], [ -76.585195, 39.291876 ], [ -76.585821, 39.291855 ], [ -76.586255, 39.291853 ], [ -76.586517, 39.291845 ], [ -76.58684, 39.291832 ], [ -76.587414, 39.291813 ], [ -76.587445, 39.292168 ], [ -76.587463, 39.292415 ], [ -76.587504, 39.292887 ], [ -76.587518, 39.293291 ], [ -76.587528, 39.293432 ], [ -76.587584, 39.294208 ], [ -76.587646, 39.295406 ], [ -76.587708, 39.296233 ], [ -76.58773, 39.296519 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510060400", "name": "Census Tract 604, Baltimore city, Maryland", "total_population_17": 1433, "white_alone_17": 408.0, "black_alone_17": 928.0, "native_alone_17": 11.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 23.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 17.914, "pct_black_alone_change": -20.363, "pct_native_alone_change": 0.026, "pct_asian_alone_change": 1.508, "pct_hispanic_or_latino_change": -0.053, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2950986", "INTPTLON": "-076.5909176" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.594408, 39.298373 ], [ -76.594106, 39.298383 ], [ -76.593946, 39.298388 ], [ -76.592378, 39.298465 ], [ -76.591539, 39.298518 ], [ -76.590874, 39.298524 ], [ -76.590235, 39.298556 ], [ -76.589601, 39.29858 ], [ -76.589093, 39.298599 ], [ -76.588713, 39.298613 ], [ -76.587869, 39.298647 ], [ -76.58778, 39.297525 ], [ -76.58773, 39.296519 ], [ -76.587708, 39.296233 ], [ -76.587646, 39.295406 ], [ -76.587584, 39.294208 ], [ -76.587528, 39.293432 ], [ -76.587518, 39.293291 ], [ -76.587504, 39.292887 ], [ -76.587463, 39.292415 ], [ -76.587445, 39.292168 ], [ -76.587414, 39.291813 ], [ -76.58823, 39.291789 ], [ -76.589201, 39.291747 ], [ -76.589843, 39.291713 ], [ -76.590468, 39.291679 ], [ -76.591112, 39.291648 ], [ -76.591777, 39.291616 ], [ -76.592771, 39.291579 ], [ -76.59328, 39.29156 ], [ -76.593944, 39.291542 ], [ -76.593992, 39.292072 ], [ -76.594029, 39.292632 ], [ -76.594072, 39.293287 ], [ -76.594117, 39.293968 ], [ -76.594153, 39.294685 ], [ -76.594179, 39.295143 ], [ -76.594184, 39.295274 ], [ -76.594185, 39.295292 ], [ -76.594192, 39.295326 ], [ -76.594312, 39.296293 ], [ -76.594363, 39.297298 ], [ -76.594408, 39.298373 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510070100", "name": "Census Tract 701, Baltimore city, Maryland", "total_population_17": 2889, "white_alone_17": 46.0, "black_alone_17": 2447.0, "native_alone_17": 37.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 317.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -7.345, "pct_black_alone_change": -2.224, "pct_native_alone_change": 0.652, "pct_asian_alone_change": -1.589, "pct_hispanic_or_latino_change": 9.252, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2998323", "INTPTLON": "-076.5754298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.578278, 39.302549 ], [ -76.57688, 39.302593 ], [ -76.576538, 39.302599 ], [ -76.576205, 39.302609 ], [ -76.572793, 39.302721 ], [ -76.572787, 39.302254 ], [ -76.572794, 39.301878 ], [ -76.57279, 39.301351 ], [ -76.57278, 39.300721 ], [ -76.572787, 39.300308 ], [ -76.572791, 39.29964 ], [ -76.572789, 39.299234 ], [ -76.572661, 39.299237 ], [ -76.572631, 39.298123 ], [ -76.572597, 39.297115 ], [ -76.572987, 39.297106 ], [ -76.573682, 39.297084 ], [ -76.574372, 39.297048 ], [ -76.575084, 39.297026 ], [ -76.57549, 39.297004 ], [ -76.575804, 39.296994 ], [ -76.576532, 39.296968 ], [ -76.577236, 39.296943 ], [ -76.577955, 39.296911 ], [ -76.578015, 39.29794 ], [ -76.578085, 39.299029 ], [ -76.578149, 39.300085 ], [ -76.578211, 39.301131 ], [ -76.57825, 39.301989 ], [ -76.578278, 39.302549 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510070200", "name": "Census Tract 702, Baltimore city, Maryland", "total_population_17": 2817, "white_alone_17": 12.0, "black_alone_17": 2656.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 127.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -4.407, "pct_black_alone_change": 1.072, "pct_native_alone_change": -0.25, "pct_asian_alone_change": 0.094, "pct_hispanic_or_latino_change": 3.281, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2996608", "INTPTLON": "-076.5810142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.585358, 39.302297 ], [ -76.585224, 39.302293 ], [ -76.585103, 39.302287 ], [ -76.584784, 39.302288 ], [ -76.583901, 39.302313 ], [ -76.583085, 39.302344 ], [ -76.582555, 39.302365 ], [ -76.582098, 39.302388 ], [ -76.581651, 39.302407 ], [ -76.581122, 39.302431 ], [ -76.579704, 39.302482 ], [ -76.578278, 39.302549 ], [ -76.57825, 39.301989 ], [ -76.578211, 39.301131 ], [ -76.578149, 39.300085 ], [ -76.578085, 39.299029 ], [ -76.578015, 39.29794 ], [ -76.577955, 39.296911 ], [ -76.578653, 39.296879 ], [ -76.579329, 39.296852 ], [ -76.580041, 39.296817 ], [ -76.580754, 39.29679 ], [ -76.58144, 39.296769 ], [ -76.582169, 39.296752 ], [ -76.582882, 39.29672 ], [ -76.583585, 39.296687 ], [ -76.583631, 39.297206 ], [ -76.583666, 39.297686 ], [ -76.583682, 39.298179 ], [ -76.583721, 39.298807 ], [ -76.58376, 39.299334 ], [ -76.583788, 39.299858 ], [ -76.583861, 39.300929 ], [ -76.583903, 39.301807 ], [ -76.584584, 39.301782 ], [ -76.584583, 39.301843 ], [ -76.584588, 39.301881 ], [ -76.584612, 39.301899 ], [ -76.58465, 39.301918 ], [ -76.584846, 39.301923 ], [ -76.585354, 39.301897 ], [ -76.585356, 39.302109 ], [ -76.585358, 39.302297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510070300", "name": "Census Tract 703, Baltimore city, Maryland", "total_population_17": 885, "white_alone_17": 32.0, "black_alone_17": 690.0, "native_alone_17": 17.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 145.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 0.587, "pct_black_alone_change": -16.812, "pct_native_alone_change": 1.608, "pct_asian_alone_change": -0.731, "pct_hispanic_or_latino_change": 15.287, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2994991", "INTPTLON": "-076.5859396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.588135, 39.303218 ], [ -76.587888, 39.303065 ], [ -76.587685, 39.302954 ], [ -76.587483, 39.30285 ], [ -76.587313, 39.302769 ], [ -76.587111, 39.302686 ], [ -76.586917, 39.302613 ], [ -76.586519, 39.302495 ], [ -76.586348, 39.302453 ], [ -76.586192, 39.302416 ], [ -76.585998, 39.302377 ], [ -76.585799, 39.302343 ], [ -76.585651, 39.302323 ], [ -76.585521, 39.302309 ], [ -76.585358, 39.302297 ], [ -76.585356, 39.302109 ], [ -76.585354, 39.301897 ], [ -76.584846, 39.301923 ], [ -76.58465, 39.301918 ], [ -76.584612, 39.301899 ], [ -76.584588, 39.301881 ], [ -76.584583, 39.301843 ], [ -76.584584, 39.301782 ], [ -76.583903, 39.301807 ], [ -76.583861, 39.300929 ], [ -76.583788, 39.299858 ], [ -76.58376, 39.299334 ], [ -76.583721, 39.298807 ], [ -76.583682, 39.298179 ], [ -76.583666, 39.297686 ], [ -76.583631, 39.297206 ], [ -76.583585, 39.296687 ], [ -76.584297, 39.296663 ], [ -76.585026, 39.296636 ], [ -76.585752, 39.296601 ], [ -76.586529, 39.29656 ], [ -76.587105, 39.296544 ], [ -76.58773, 39.296519 ], [ -76.58778, 39.297525 ], [ -76.587869, 39.298647 ], [ -76.587936, 39.299699 ], [ -76.587998, 39.300757 ], [ -76.588079, 39.302138 ], [ -76.588095, 39.302451 ], [ -76.588135, 39.303218 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510070400", "name": "Census Tract 704, Baltimore city, Maryland", "total_population_17": 1495, "white_alone_17": 75.0, "black_alone_17": 1281.0, "native_alone_17": 0.0, "asian_alone_17": 117.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 4.035, "pct_black_alone_change": -12.241, "pct_native_alone_change": -0.218, "pct_asian_alone_change": 7.771, "pct_hispanic_or_latino_change": 0.654, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3002032", "INTPTLON": "-076.5928470" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.597829, 39.301744 ], [ -76.597325, 39.301773 ], [ -76.596442, 39.301823 ], [ -76.594658, 39.301881 ], [ -76.594367, 39.301892 ], [ -76.594351, 39.301893 ], [ -76.593499, 39.301927 ], [ -76.592464, 39.301967 ], [ -76.591788, 39.302001 ], [ -76.591138, 39.302027 ], [ -76.590479, 39.302054 ], [ -76.589817, 39.302075 ], [ -76.588921, 39.302109 ], [ -76.58835, 39.302129 ], [ -76.588079, 39.302138 ], [ -76.587998, 39.300757 ], [ -76.587936, 39.299699 ], [ -76.587869, 39.298647 ], [ -76.588713, 39.298613 ], [ -76.589093, 39.298599 ], [ -76.589601, 39.29858 ], [ -76.590235, 39.298556 ], [ -76.590874, 39.298524 ], [ -76.591539, 39.298518 ], [ -76.592378, 39.298465 ], [ -76.593946, 39.298388 ], [ -76.594106, 39.298383 ], [ -76.594408, 39.298373 ], [ -76.594474, 39.298392 ], [ -76.59451, 39.2984 ], [ -76.594587, 39.298402 ], [ -76.594834, 39.298391 ], [ -76.594931, 39.298385 ], [ -76.595182, 39.298371 ], [ -76.595677, 39.29835 ], [ -76.596279, 39.298317 ], [ -76.596453, 39.298307 ], [ -76.597597, 39.298251 ], [ -76.59766, 39.299058 ], [ -76.597681, 39.299337 ], [ -76.597739, 39.300402 ], [ -76.597794, 39.301229 ], [ -76.597796, 39.301264 ], [ -76.597829, 39.301744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080101", "name": "Census Tract 801.01, Baltimore city, Maryland", "total_population_17": 3993, "white_alone_17": 1115.0, "black_alone_17": 2657.0, "native_alone_17": 0.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 50.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -6.65, "pct_black_alone_change": 5.984, "pct_native_alone_change": -0.312, "pct_asian_alone_change": -1.911, "pct_hispanic_or_latino_change": 0.054, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3228490", "INTPTLON": "-076.5790240" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.594439, 39.317618 ], [ -76.594206, 39.317866 ], [ -76.593874, 39.318174 ], [ -76.593361, 39.31865 ], [ -76.593034, 39.318985 ], [ -76.592821, 39.319178 ], [ -76.592405, 39.319577 ], [ -76.592252, 39.319731 ], [ -76.591819, 39.320126 ], [ -76.591683, 39.32026 ], [ -76.591105, 39.320798 ], [ -76.590658, 39.321239 ], [ -76.589978, 39.321861 ], [ -76.589841, 39.321966 ], [ -76.589614, 39.322136 ], [ -76.589413, 39.322279 ], [ -76.589344, 39.32232 ], [ -76.589282, 39.322361 ], [ -76.588649, 39.322757 ], [ -76.588534, 39.32283 ], [ -76.588209, 39.323064 ], [ -76.587897, 39.323254 ], [ -76.587621, 39.323442 ], [ -76.58747, 39.323564 ], [ -76.587336, 39.323703 ], [ -76.587234, 39.32383 ], [ -76.587205, 39.323864 ], [ -76.587044, 39.324055 ], [ -76.586991, 39.324111 ], [ -76.586649, 39.324519 ], [ -76.586108, 39.325137 ], [ -76.585456, 39.325961 ], [ -76.584576, 39.327047 ], [ -76.584444, 39.327236 ], [ -76.584338, 39.327382 ], [ -76.584216, 39.32753 ], [ -76.583954, 39.327819 ], [ -76.583874, 39.327913 ], [ -76.583812, 39.32796 ], [ -76.583763, 39.327998 ], [ -76.583702, 39.328021 ], [ -76.58328, 39.328392 ], [ -76.583217, 39.328447 ], [ -76.582745, 39.328863 ], [ -76.582494, 39.329089 ], [ -76.582442, 39.329136 ], [ -76.58235, 39.329219 ], [ -76.582335, 39.329234 ], [ -76.582009, 39.329531 ], [ -76.581792, 39.329725 ], [ -76.58141, 39.330058 ], [ -76.581092, 39.330332 ], [ -76.581047, 39.330374 ], [ -76.580827, 39.330558 ], [ -76.580636, 39.33071 ], [ -76.580422, 39.330856 ], [ -76.580342, 39.330907 ], [ -76.579939, 39.331151 ], [ -76.579595, 39.33136 ], [ -76.579515, 39.331409 ], [ -76.578992, 39.331762 ], [ -76.578948, 39.331792 ], [ -76.578441, 39.332181 ], [ -76.578105, 39.332461 ], [ -76.577885, 39.332649 ], [ -76.577303, 39.333155 ], [ -76.576872, 39.333554 ], [ -76.576547, 39.333861 ], [ -76.576517, 39.333856 ], [ -76.57576, 39.33365 ], [ -76.575668, 39.33363 ], [ -76.575574, 39.3336 ], [ -76.575497, 39.333632 ], [ -76.575438, 39.33364 ], [ -76.575385, 39.33364 ], [ -76.575316, 39.333634 ], [ -76.575256, 39.33361 ], [ -76.575184, 39.333555 ], [ -76.575097, 39.333468 ], [ -76.575035, 39.333346 ], [ -76.575011, 39.333265 ], [ -76.575011, 39.333192 ], [ -76.575019, 39.333135 ], [ -76.575044, 39.333065 ], [ -76.575082, 39.333006 ], [ -76.575124, 39.332952 ], [ -76.57524, 39.332882 ], [ -76.575302, 39.332522 ], [ -76.575311, 39.332414 ], [ -76.575313, 39.332296 ], [ -76.575302, 39.33222 ], [ -76.575267, 39.332128 ], [ -76.575238, 39.332081 ], [ -76.575194, 39.332035 ], [ -76.575129, 39.331965 ], [ -76.575058, 39.331911 ], [ -76.574827, 39.331765 ], [ -76.574549, 39.331605 ], [ -76.574257, 39.331449 ], [ -76.573945, 39.331305 ], [ -76.572132, 39.330559 ], [ -76.57088, 39.330086 ], [ -76.570447, 39.329873 ], [ -76.570256, 39.329783 ], [ -76.570153, 39.32972 ], [ -76.570087, 39.329684 ], [ -76.569998, 39.32961 ], [ -76.569928, 39.32954 ], [ -76.569827, 39.329412 ], [ -76.569739, 39.329259 ], [ -76.569636, 39.328953 ], [ -76.569624, 39.3288 ], [ -76.569625, 39.328652 ], [ -76.569645, 39.328499 ], [ -76.569697, 39.328386 ], [ -76.56978, 39.328283 ], [ -76.570013, 39.328077 ], [ -76.570294, 39.327831 ], [ -76.57049, 39.327671 ], [ -76.570716, 39.32744 ], [ -76.570741, 39.32738 ], [ -76.570771, 39.32721 ], [ -76.570769, 39.327159 ], [ -76.570766, 39.327116 ], [ -76.570734, 39.326991 ], [ -76.570702, 39.326915 ], [ -76.570667, 39.326873 ], [ -76.570612, 39.32683 ], [ -76.570419, 39.326721 ], [ -76.570216, 39.326639 ], [ -76.570117, 39.326628 ], [ -76.569959, 39.326641 ], [ -76.569827, 39.326666 ], [ -76.569734, 39.326706 ], [ -76.569591, 39.326797 ], [ -76.569526, 39.326847 ], [ -76.569064, 39.327138 ], [ -76.568692, 39.327304 ], [ -76.56849, 39.327378 ], [ -76.568373, 39.327399 ], [ -76.568236, 39.327416 ], [ -76.568149, 39.327405 ], [ -76.568021, 39.327362 ], [ -76.567892, 39.327273 ], [ -76.567789, 39.327138 ], [ -76.567726, 39.327009 ], [ -76.567671, 39.326794 ], [ -76.567623, 39.326611 ], [ -76.567543, 39.326406 ], [ -76.568405, 39.325727 ], [ -76.569029, 39.325214 ], [ -76.569447, 39.32488 ], [ -76.569634, 39.32472 ], [ -76.569803, 39.324577 ], [ -76.570127, 39.324304 ], [ -76.570172, 39.324266 ], [ -76.570181, 39.324258 ], [ -76.570417, 39.32407 ], [ -76.570698, 39.323844 ], [ -76.570962, 39.32364 ], [ -76.571286, 39.323389 ], [ -76.572225, 39.322737 ], [ -76.57226, 39.322712 ], [ -76.57255, 39.322498 ], [ -76.572694, 39.322392 ], [ -76.572854, 39.322277 ], [ -76.573193, 39.322024 ], [ -76.573267, 39.321968 ], [ -76.573673, 39.321665 ], [ -76.573745, 39.321612 ], [ -76.574337, 39.321089 ], [ -76.574591, 39.320865 ], [ -76.574756, 39.320716 ], [ -76.575279, 39.320251 ], [ -76.575301, 39.320232 ], [ -76.575886, 39.319727 ], [ -76.576936, 39.318814 ], [ -76.57744, 39.318376 ], [ -76.577626, 39.318214 ], [ -76.577674, 39.318173 ], [ -76.578449, 39.317496 ], [ -76.578871, 39.317108 ], [ -76.579587, 39.316497 ], [ -76.57963, 39.316458 ], [ -76.580251, 39.315897 ], [ -76.580286, 39.315868 ], [ -76.580372, 39.315794 ], [ -76.58094, 39.315312 ], [ -76.581747, 39.314611 ], [ -76.581813, 39.314553 ], [ -76.581873, 39.314553 ], [ -76.581949, 39.314557 ], [ -76.582049, 39.314561 ], [ -76.582186, 39.314569 ], [ -76.582385, 39.314584 ], [ -76.582787, 39.314631 ], [ -76.583057, 39.314655 ], [ -76.58333, 39.314685 ], [ -76.583756, 39.314742 ], [ -76.584389, 39.314821 ], [ -76.584573, 39.314847 ], [ -76.584816, 39.314884 ], [ -76.585062, 39.314926 ], [ -76.585572, 39.315027 ], [ -76.585859, 39.31509 ], [ -76.58618, 39.315172 ], [ -76.586507, 39.31525 ], [ -76.586668, 39.31529 ], [ -76.586972, 39.315371 ], [ -76.587192, 39.315432 ], [ -76.587605, 39.31555 ], [ -76.588024, 39.315668 ], [ -76.588336, 39.315755 ], [ -76.58876, 39.315865 ], [ -76.589066, 39.315935 ], [ -76.589244, 39.315972 ], [ -76.589881, 39.316123 ], [ -76.590958, 39.316347 ], [ -76.592044, 39.316579 ], [ -76.594867, 39.317238 ], [ -76.594439, 39.317618 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080102", "name": "Census Tract 801.02, Baltimore city, Maryland", "total_population_17": 2181, "white_alone_17": 28.0, "black_alone_17": 2133.0, "native_alone_17": 0.0, "asian_alone_17": 12.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -2.446, "pct_black_alone_change": 2.839, "pct_native_alone_change": -0.119, "pct_asian_alone_change": -0.164, "pct_hispanic_or_latino_change": -0.476, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3170456", "INTPTLON": "-076.5758920" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.582164, 39.314243 ], [ -76.581813, 39.314553 ], [ -76.581747, 39.314611 ], [ -76.58094, 39.315312 ], [ -76.580372, 39.315794 ], [ -76.580286, 39.315868 ], [ -76.580251, 39.315897 ], [ -76.57963, 39.316458 ], [ -76.579587, 39.316497 ], [ -76.578871, 39.317108 ], [ -76.578449, 39.317496 ], [ -76.577674, 39.318173 ], [ -76.577626, 39.318214 ], [ -76.57744, 39.318376 ], [ -76.576936, 39.318814 ], [ -76.575886, 39.319727 ], [ -76.575301, 39.320232 ], [ -76.575279, 39.320251 ], [ -76.574756, 39.320716 ], [ -76.574591, 39.320865 ], [ -76.574337, 39.321089 ], [ -76.573745, 39.321612 ], [ -76.573734, 39.321579 ], [ -76.573709, 39.321547 ], [ -76.573653, 39.321509 ], [ -76.573213, 39.321247 ], [ -76.57277, 39.320948 ], [ -76.572128, 39.32053 ], [ -76.57177, 39.320297 ], [ -76.571729, 39.320259 ], [ -76.571835, 39.320141 ], [ -76.572213, 39.319238 ], [ -76.572445, 39.318641 ], [ -76.572596, 39.318287 ], [ -76.572678, 39.318102 ], [ -76.572735, 39.317958 ], [ -76.572839, 39.317698 ], [ -76.572875, 39.317603 ], [ -76.572902, 39.317516 ], [ -76.572913, 39.317485 ], [ -76.572928, 39.317406 ], [ -76.572941, 39.317326 ], [ -76.572969, 39.317075 ], [ -76.57301, 39.316576 ], [ -76.573015, 39.31652 ], [ -76.573071, 39.315852 ], [ -76.573088, 39.315622 ], [ -76.573104, 39.315378 ], [ -76.573125, 39.315063 ], [ -76.573137, 39.314474 ], [ -76.573145, 39.314316 ], [ -76.573592, 39.314289 ], [ -76.574014, 39.314278 ], [ -76.574931, 39.314274 ], [ -76.57583, 39.31429 ], [ -76.577751, 39.314269 ], [ -76.580985, 39.314237 ], [ -76.581677, 39.314231 ], [ -76.582038, 39.314234 ], [ -76.582164, 39.314243 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080200", "name": "Census Tract 802, Baltimore city, Maryland", "total_population_17": 1539, "white_alone_17": 56.0, "black_alone_17": 1483.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 2.559, "pct_black_alone_change": -1.271, "pct_native_alone_change": -0.208, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": -1.08, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3119650", "INTPTLON": "-076.5816166" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.590619, 39.315073 ], [ -76.5906, 39.315236 ], [ -76.590567, 39.315353 ], [ -76.590524, 39.315441 ], [ -76.590443, 39.315553 ], [ -76.590311, 39.315708 ], [ -76.590156, 39.315856 ], [ -76.589881, 39.316123 ], [ -76.589244, 39.315972 ], [ -76.589066, 39.315935 ], [ -76.58876, 39.315865 ], [ -76.588336, 39.315755 ], [ -76.588024, 39.315668 ], [ -76.587605, 39.31555 ], [ -76.587192, 39.315432 ], [ -76.586972, 39.315371 ], [ -76.586668, 39.31529 ], [ -76.586507, 39.31525 ], [ -76.58618, 39.315172 ], [ -76.585859, 39.31509 ], [ -76.585572, 39.315027 ], [ -76.585062, 39.314926 ], [ -76.584816, 39.314884 ], [ -76.584573, 39.314847 ], [ -76.584389, 39.314821 ], [ -76.583756, 39.314742 ], [ -76.58333, 39.314685 ], [ -76.583057, 39.314655 ], [ -76.582787, 39.314631 ], [ -76.582385, 39.314584 ], [ -76.582186, 39.314569 ], [ -76.582049, 39.314561 ], [ -76.581949, 39.314557 ], [ -76.581873, 39.314553 ], [ -76.581813, 39.314553 ], [ -76.582164, 39.314243 ], [ -76.582038, 39.314234 ], [ -76.581677, 39.314231 ], [ -76.580985, 39.314237 ], [ -76.577751, 39.314269 ], [ -76.57583, 39.31429 ], [ -76.574931, 39.314274 ], [ -76.574014, 39.314278 ], [ -76.573592, 39.314289 ], [ -76.573145, 39.314316 ], [ -76.573142, 39.313229 ], [ -76.573117, 39.312452 ], [ -76.573091, 39.311642 ], [ -76.573094, 39.310362 ], [ -76.573076, 39.309922 ], [ -76.573066, 39.309732 ], [ -76.573046, 39.309338 ], [ -76.573574, 39.309321 ], [ -76.573996, 39.309308 ], [ -76.574888, 39.309271 ], [ -76.575875, 39.309241 ], [ -76.576821, 39.309194 ], [ -76.577733, 39.309175 ], [ -76.578678, 39.309137 ], [ -76.579522, 39.309091 ], [ -76.580103, 39.30906 ], [ -76.581041, 39.309024 ], [ -76.581523, 39.309006 ], [ -76.582315, 39.308979 ], [ -76.582908, 39.308978 ], [ -76.583642, 39.308956 ], [ -76.584365, 39.308929 ], [ -76.585075, 39.308909 ], [ -76.58538, 39.3089 ], [ -76.585447, 39.308899 ], [ -76.585764, 39.308887 ], [ -76.58619, 39.308868 ], [ -76.586547, 39.308854 ], [ -76.587296, 39.308849 ], [ -76.587394, 39.30885 ], [ -76.588507, 39.308679 ], [ -76.588483, 39.308805 ], [ -76.588524, 39.309446 ], [ -76.588551, 39.309868 ], [ -76.588583, 39.310355 ], [ -76.588617, 39.310903 ], [ -76.588692, 39.312419 ], [ -76.588745, 39.313309 ], [ -76.588773, 39.313641 ], [ -76.588812, 39.314343 ], [ -76.589252, 39.314343 ], [ -76.59057, 39.314304 ], [ -76.590613, 39.315003 ], [ -76.590619, 39.315073 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080301", "name": "Census Tract 803.01, Baltimore city, Maryland", "total_population_17": 1653, "white_alone_17": 13.0, "black_alone_17": 1581.0, "native_alone_17": 6.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 43.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.368, "pct_black_alone_change": -3.139, "pct_native_alone_change": 0.249, "pct_asian_alone_change": 0.415, "pct_hispanic_or_latino_change": 2.107, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3057013", "INTPTLON": "-076.5820327" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.584365, 39.308929 ], [ -76.583642, 39.308956 ], [ -76.582908, 39.308978 ], [ -76.582315, 39.308979 ], [ -76.581523, 39.309006 ], [ -76.581041, 39.309024 ], [ -76.580103, 39.30906 ], [ -76.580044, 39.308055 ], [ -76.58001, 39.307536 ], [ -76.579986, 39.307001 ], [ -76.579957, 39.30647 ], [ -76.579946, 39.306291 ], [ -76.579921, 39.305941 ], [ -76.579901, 39.305655 ], [ -76.579881, 39.30541 ], [ -76.579852, 39.304889 ], [ -76.579785, 39.303811 ], [ -76.579769, 39.303515 ], [ -76.579748, 39.303135 ], [ -76.579704, 39.302482 ], [ -76.581122, 39.302431 ], [ -76.581651, 39.302407 ], [ -76.582098, 39.302388 ], [ -76.582555, 39.302365 ], [ -76.583085, 39.302344 ], [ -76.583901, 39.302313 ], [ -76.584023, 39.303655 ], [ -76.584093, 39.304723 ], [ -76.584112, 39.304991 ], [ -76.58413, 39.305248 ], [ -76.58416, 39.305593 ], [ -76.584175, 39.30578 ], [ -76.584245, 39.306849 ], [ -76.584277, 39.30737 ], [ -76.584298, 39.307897 ], [ -76.584365, 39.308929 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080302", "name": "Census Tract 803.02, Baltimore city, Maryland", "total_population_17": 3002, "white_alone_17": 0.0, "black_alone_17": 2831.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 52.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.601, "pct_black_alone_change": -4.614, "pct_native_alone_change": -0.18, "pct_asian_alone_change": -0.06, "pct_hispanic_or_latino_change": 1.492, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3059215", "INTPTLON": "-076.5764340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.580103, 39.30906 ], [ -76.579522, 39.309091 ], [ -76.578678, 39.309137 ], [ -76.577733, 39.309175 ], [ -76.576821, 39.309194 ], [ -76.575875, 39.309241 ], [ -76.574888, 39.309271 ], [ -76.573996, 39.309308 ], [ -76.573574, 39.309321 ], [ -76.573046, 39.309338 ], [ -76.573042, 39.30886 ], [ -76.573035, 39.308324 ], [ -76.573016, 39.307279 ], [ -76.572986, 39.306187 ], [ -76.572979, 39.30515 ], [ -76.572968, 39.304846 ], [ -76.572899, 39.30411 ], [ -76.572844, 39.303528 ], [ -76.572793, 39.302721 ], [ -76.576205, 39.302609 ], [ -76.576538, 39.302599 ], [ -76.57688, 39.302593 ], [ -76.578278, 39.302549 ], [ -76.579704, 39.302482 ], [ -76.579748, 39.303135 ], [ -76.579769, 39.303515 ], [ -76.579785, 39.303811 ], [ -76.579852, 39.304889 ], [ -76.579881, 39.30541 ], [ -76.579901, 39.305655 ], [ -76.579921, 39.305941 ], [ -76.579946, 39.306291 ], [ -76.579957, 39.30647 ], [ -76.579986, 39.307001 ], [ -76.58001, 39.307536 ], [ -76.580044, 39.308055 ], [ -76.580103, 39.30906 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080400", "name": "Census Tract 804, Baltimore city, Maryland", "total_population_17": 1214, "white_alone_17": 139.0, "black_alone_17": 972.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 90.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 11.118, "pct_black_alone_change": -18.218, "pct_native_alone_change": -0.055, "pct_asian_alone_change": -0.277, "pct_hispanic_or_latino_change": 6.584, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3056714", "INTPTLON": "-076.5861659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.588507, 39.308679 ], [ -76.587394, 39.30885 ], [ -76.587296, 39.308849 ], [ -76.586547, 39.308854 ], [ -76.58619, 39.308868 ], [ -76.585764, 39.308887 ], [ -76.585447, 39.308899 ], [ -76.58538, 39.3089 ], [ -76.585075, 39.308909 ], [ -76.584365, 39.308929 ], [ -76.584298, 39.307897 ], [ -76.584277, 39.30737 ], [ -76.584245, 39.306849 ], [ -76.584175, 39.30578 ], [ -76.58416, 39.305593 ], [ -76.58413, 39.305248 ], [ -76.584112, 39.304991 ], [ -76.584093, 39.304723 ], [ -76.584023, 39.303655 ], [ -76.583901, 39.302313 ], [ -76.584784, 39.302288 ], [ -76.585103, 39.302287 ], [ -76.585224, 39.302293 ], [ -76.585358, 39.302297 ], [ -76.585521, 39.302309 ], [ -76.585651, 39.302323 ], [ -76.585799, 39.302343 ], [ -76.585998, 39.302377 ], [ -76.586192, 39.302416 ], [ -76.586348, 39.302453 ], [ -76.586519, 39.302495 ], [ -76.586917, 39.302613 ], [ -76.587111, 39.302686 ], [ -76.587313, 39.302769 ], [ -76.587483, 39.30285 ], [ -76.587685, 39.302954 ], [ -76.587888, 39.303065 ], [ -76.588135, 39.303218 ], [ -76.588147, 39.303489 ], [ -76.588222, 39.304551 ], [ -76.588237, 39.304853 ], [ -76.58825, 39.305106 ], [ -76.588286, 39.30564 ], [ -76.588318, 39.306162 ], [ -76.588339, 39.306685 ], [ -76.58838, 39.307207 ], [ -76.588412, 39.307732 ], [ -76.588507, 39.308679 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080500", "name": "Census Tract 805, Baltimore city, Maryland", "total_population_17": 1683, "white_alone_17": 7.0, "black_alone_17": 1648.0, "native_alone_17": 0.0, "asian_alone_17": 28.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -1.004, "pct_black_alone_change": 0.674, "pct_native_alone_change": -0.258, "pct_asian_alone_change": 1.664, "pct_hispanic_or_latino_change": -0.99, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3141597", "INTPTLON": "-076.5938464" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.599057, 39.312961 ], [ -76.598968, 39.313106 ], [ -76.598872, 39.313249 ], [ -76.598727, 39.313438 ], [ -76.598525, 39.313656 ], [ -76.598256, 39.313944 ], [ -76.598033, 39.314183 ], [ -76.597941, 39.314262 ], [ -76.597146, 39.315041 ], [ -76.596927, 39.315241 ], [ -76.596435, 39.315713 ], [ -76.596327, 39.315816 ], [ -76.595884, 39.31624 ], [ -76.595463, 39.316672 ], [ -76.595176, 39.316957 ], [ -76.594867, 39.317238 ], [ -76.592044, 39.316579 ], [ -76.590958, 39.316347 ], [ -76.589881, 39.316123 ], [ -76.590156, 39.315856 ], [ -76.590311, 39.315708 ], [ -76.590443, 39.315553 ], [ -76.590524, 39.315441 ], [ -76.590567, 39.315353 ], [ -76.5906, 39.315236 ], [ -76.590619, 39.315073 ], [ -76.590613, 39.315003 ], [ -76.59057, 39.314304 ], [ -76.589252, 39.314343 ], [ -76.588812, 39.314343 ], [ -76.588773, 39.313641 ], [ -76.588745, 39.313309 ], [ -76.588692, 39.312419 ], [ -76.589077, 39.312397 ], [ -76.589265, 39.312387 ], [ -76.589474, 39.312377 ], [ -76.590433, 39.312334 ], [ -76.591098, 39.312313 ], [ -76.591748, 39.312292 ], [ -76.59241, 39.312243 ], [ -76.593096, 39.312217 ], [ -76.594201, 39.312193 ], [ -76.595011, 39.312167 ], [ -76.595233, 39.312158 ], [ -76.596927, 39.312084 ], [ -76.597075, 39.312077 ], [ -76.597751, 39.312036 ], [ -76.598477, 39.311992 ], [ -76.59937, 39.311942 ], [ -76.599057, 39.312961 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080600", "name": "Census Tract 806, Baltimore city, Maryland", "total_population_17": 2418, "white_alone_17": 129.0, "black_alone_17": 2266.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 4.722, "pct_black_alone_change": -4.273, "pct_native_alone_change": -0.175, "pct_asian_alone_change": -0.379, "pct_hispanic_or_latino_change": -0.758, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3104188", "INTPTLON": "-076.5934776" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.598477, 39.311992 ], [ -76.597751, 39.312036 ], [ -76.597075, 39.312077 ], [ -76.596927, 39.312084 ], [ -76.595233, 39.312158 ], [ -76.595011, 39.312167 ], [ -76.594201, 39.312193 ], [ -76.593096, 39.312217 ], [ -76.59241, 39.312243 ], [ -76.591748, 39.312292 ], [ -76.591098, 39.312313 ], [ -76.590433, 39.312334 ], [ -76.589474, 39.312377 ], [ -76.589265, 39.312387 ], [ -76.589077, 39.312397 ], [ -76.588692, 39.312419 ], [ -76.588617, 39.310903 ], [ -76.588583, 39.310355 ], [ -76.588551, 39.309868 ], [ -76.588524, 39.309446 ], [ -76.588483, 39.308805 ], [ -76.589176, 39.308802 ], [ -76.589346, 39.308794 ], [ -76.590228, 39.308753 ], [ -76.590888, 39.30871 ], [ -76.591533, 39.308682 ], [ -76.592193, 39.308658 ], [ -76.592846, 39.308641 ], [ -76.593956, 39.308611 ], [ -76.594782, 39.308575 ], [ -76.595027, 39.308565 ], [ -76.595956, 39.308534 ], [ -76.59686, 39.308496 ], [ -76.59754, 39.308462 ], [ -76.598278, 39.308425 ], [ -76.598318, 39.309477 ], [ -76.59838, 39.310526 ], [ -76.59845, 39.311505 ], [ -76.598477, 39.311992 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080700", "name": "Census Tract 807, Baltimore city, Maryland", "total_population_17": 697, "white_alone_17": 3.0, "black_alone_17": 693.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.596, "pct_black_alone_change": 1.261, "pct_native_alone_change": -0.002, "pct_asian_alone_change": -0.344, "pct_hispanic_or_latino_change": -0.319, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3070324", "INTPTLON": "-076.5932887" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.598278, 39.308425 ], [ -76.59754, 39.308462 ], [ -76.59686, 39.308496 ], [ -76.595956, 39.308534 ], [ -76.595027, 39.308565 ], [ -76.594782, 39.308575 ], [ -76.593956, 39.308611 ], [ -76.592846, 39.308641 ], [ -76.592193, 39.308658 ], [ -76.591533, 39.308682 ], [ -76.590888, 39.30871 ], [ -76.590228, 39.308753 ], [ -76.589346, 39.308794 ], [ -76.589176, 39.308802 ], [ -76.588483, 39.308805 ], [ -76.588507, 39.308679 ], [ -76.588412, 39.307732 ], [ -76.58838, 39.307207 ], [ -76.588339, 39.306685 ], [ -76.588318, 39.306162 ], [ -76.588286, 39.30564 ], [ -76.589468, 39.305605 ], [ -76.590027, 39.305602 ], [ -76.590686, 39.305564 ], [ -76.591331, 39.305552 ], [ -76.592521, 39.305452 ], [ -76.594564, 39.305369 ], [ -76.594853, 39.305357 ], [ -76.595236, 39.305343 ], [ -76.59664, 39.305301 ], [ -76.597366, 39.305263 ], [ -76.598069, 39.305222 ], [ -76.598097, 39.305642 ], [ -76.598117, 39.306232 ], [ -76.598119, 39.306287 ], [ -76.598126, 39.306396 ], [ -76.598183, 39.307355 ], [ -76.598278, 39.308425 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510080800", "name": "Census Tract 808, Baltimore city, Maryland", "total_population_17": 1452, "white_alone_17": 64.0, "black_alone_17": 1326.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 54.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 3.458, "pct_black_alone_change": -6.823, "pct_native_alone_change": -0.09, "pct_asian_alone_change": -0.769, "pct_hispanic_or_latino_change": 3.674, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3036982", "INTPTLON": "-076.5930531" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.598069, 39.305222 ], [ -76.597366, 39.305263 ], [ -76.59664, 39.305301 ], [ -76.595236, 39.305343 ], [ -76.594853, 39.305357 ], [ -76.594564, 39.305369 ], [ -76.592521, 39.305452 ], [ -76.591331, 39.305552 ], [ -76.590686, 39.305564 ], [ -76.590027, 39.305602 ], [ -76.589468, 39.305605 ], [ -76.588286, 39.30564 ], [ -76.58825, 39.305106 ], [ -76.588237, 39.304853 ], [ -76.588222, 39.304551 ], [ -76.588147, 39.303489 ], [ -76.588135, 39.303218 ], [ -76.588095, 39.302451 ], [ -76.588079, 39.302138 ], [ -76.58835, 39.302129 ], [ -76.588921, 39.302109 ], [ -76.589817, 39.302075 ], [ -76.590479, 39.302054 ], [ -76.591138, 39.302027 ], [ -76.591788, 39.302001 ], [ -76.592464, 39.301967 ], [ -76.593499, 39.301927 ], [ -76.594351, 39.301893 ], [ -76.594367, 39.301892 ], [ -76.594658, 39.301881 ], [ -76.596442, 39.301823 ], [ -76.597325, 39.301773 ], [ -76.597829, 39.301744 ], [ -76.597844, 39.302084 ], [ -76.597868, 39.3024 ], [ -76.59792, 39.303106 ], [ -76.598005, 39.304179 ], [ -76.598069, 39.305222 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090100", "name": "Census Tract 901, Baltimore city, Maryland", "total_population_17": 4057, "white_alone_17": 493.0, "black_alone_17": 3399.0, "native_alone_17": 0.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 101.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 2.547, "pct_black_alone_change": -4.336, "pct_native_alone_change": -0.564, "pct_asian_alone_change": -0.295, "pct_hispanic_or_latino_change": 1.588, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3369651", "INTPTLON": "-076.6036954" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.6096, 39.340181 ], [ -76.607699, 39.340227 ], [ -76.607667, 39.339677 ], [ -76.606389, 39.339707 ], [ -76.606413, 39.340098 ], [ -76.606404, 39.340133 ], [ -76.606373, 39.340172 ], [ -76.606326, 39.340194 ], [ -76.606016, 39.340302 ], [ -76.605774, 39.340381 ], [ -76.605592, 39.340431 ], [ -76.605516, 39.340445 ], [ -76.605414, 39.340458 ], [ -76.605283, 39.340462 ], [ -76.60496, 39.340457 ], [ -76.604229, 39.340477 ], [ -76.603681, 39.34049 ], [ -76.603129, 39.34052 ], [ -76.602484, 39.340544 ], [ -76.601769, 39.340559 ], [ -76.601583, 39.340556 ], [ -76.601435, 39.34055 ], [ -76.601304, 39.340538 ], [ -76.601164, 39.34051 ], [ -76.600866, 39.340416 ], [ -76.600758, 39.3403 ], [ -76.600659, 39.340232 ], [ -76.600506, 39.340166 ], [ -76.600405, 39.340129 ], [ -76.600377, 39.340119 ], [ -76.600211, 39.340064 ], [ -76.600218, 39.339815 ], [ -76.6002, 39.339647 ], [ -76.600195, 39.339598 ], [ -76.600166, 39.339423 ], [ -76.600132, 39.33924 ], [ -76.60002, 39.338961 ], [ -76.599973, 39.338864 ], [ -76.5999, 39.338721 ], [ -76.599828, 39.338586 ], [ -76.599731, 39.338397 ], [ -76.599647, 39.338262 ], [ -76.599557, 39.338139 ], [ -76.599439, 39.337964 ], [ -76.599345, 39.337842 ], [ -76.599189, 39.337648 ], [ -76.598833, 39.337246 ], [ -76.598742, 39.337161 ], [ -76.598591, 39.337022 ], [ -76.598342, 39.336814 ], [ -76.597952, 39.336484 ], [ -76.597478, 39.3361 ], [ -76.596997, 39.335702 ], [ -76.596436, 39.335241 ], [ -76.596138, 39.334983 ], [ -76.595988, 39.334831 ], [ -76.595849, 39.334668 ], [ -76.595687, 39.334434 ], [ -76.595649, 39.334379 ], [ -76.595601, 39.334311 ], [ -76.595501, 39.334136 ], [ -76.595443, 39.33403 ], [ -76.595707, 39.334005 ], [ -76.595788, 39.334006 ], [ -76.596383, 39.334016 ], [ -76.596451, 39.334017 ], [ -76.59695, 39.334026 ], [ -76.597417, 39.334034 ], [ -76.59788, 39.334038 ], [ -76.598354, 39.334041 ], [ -76.598826, 39.334035 ], [ -76.59928, 39.334028 ], [ -76.599779, 39.334033 ], [ -76.600197, 39.334038 ], [ -76.600661, 39.334038 ], [ -76.601086, 39.334038 ], [ -76.601539, 39.334033 ], [ -76.601969, 39.33403 ], [ -76.602847, 39.334037 ], [ -76.603255, 39.334037 ], [ -76.604485, 39.33404 ], [ -76.60463, 39.334327 ], [ -76.605124, 39.334271 ], [ -76.605879, 39.334185 ], [ -76.606315, 39.334138 ], [ -76.606763, 39.334092 ], [ -76.607112, 39.334064 ], [ -76.607147, 39.334061 ], [ -76.607548, 39.334046 ], [ -76.607537, 39.334483 ], [ -76.609508, 39.334456 ], [ -76.609514, 39.335339 ], [ -76.609516, 39.336395 ], [ -76.609519, 39.336819 ], [ -76.609528, 39.337308 ], [ -76.609533, 39.338665 ], [ -76.609551, 39.33939 ], [ -76.60958, 39.339798 ], [ -76.6096, 39.340181 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090200", "name": "Census Tract 902, Baltimore city, Maryland", "total_population_17": 3027, "white_alone_17": 500.0, "black_alone_17": 2357.0, "native_alone_17": 9.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 62.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -3.13, "pct_black_alone_change": 0.044, "pct_native_alone_change": 0.019, "pct_asian_alone_change": -0.75, "pct_hispanic_or_latino_change": 1.246, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3341698", "INTPTLON": "-076.5855612" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.600211, 39.340064 ], [ -76.600047, 39.340048 ], [ -76.599903, 39.340029 ], [ -76.599763, 39.339993 ], [ -76.599585, 39.339927 ], [ -76.599068, 39.339678 ], [ -76.598784, 39.339532 ], [ -76.598615, 39.339437 ], [ -76.598385, 39.33935 ], [ -76.598123, 39.339269 ], [ -76.59791, 39.339213 ], [ -76.597639, 39.339158 ], [ -76.597424, 39.339121 ], [ -76.597246, 39.3391 ], [ -76.597043, 39.339088 ], [ -76.596794, 39.339082 ], [ -76.596664, 39.339089 ], [ -76.596392, 39.339121 ], [ -76.596114, 39.339159 ], [ -76.595757, 39.339247 ], [ -76.59534, 39.339357 ], [ -76.594692, 39.339558 ], [ -76.593995, 39.339774 ], [ -76.593657, 39.339879 ], [ -76.59334, 39.339955 ], [ -76.593084, 39.340007 ], [ -76.592735, 39.340071 ], [ -76.592398, 39.340117 ], [ -76.592049, 39.340158 ], [ -76.591378, 39.340196 ], [ -76.591132, 39.340194 ], [ -76.590945, 39.340197 ], [ -76.59067, 39.340191 ], [ -76.590311, 39.340179 ], [ -76.590013, 39.340166 ], [ -76.589688, 39.340146 ], [ -76.589379, 39.340119 ], [ -76.588548, 39.340051 ], [ -76.588017, 39.339978 ], [ -76.587836, 39.339955 ], [ -76.586496, 39.339884 ], [ -76.586377, 39.339879 ], [ -76.586309, 39.339877 ], [ -76.586082, 39.33988 ], [ -76.585844, 39.3399 ], [ -76.585664, 39.339927 ], [ -76.585456, 39.339975 ], [ -76.585171, 39.340052 ], [ -76.585134, 39.340063 ], [ -76.584652, 39.340226 ], [ -76.584432, 39.340293 ], [ -76.584266, 39.340341 ], [ -76.58397, 39.340394 ], [ -76.58381, 39.340419 ], [ -76.583586, 39.340451 ], [ -76.583462, 39.340459 ], [ -76.583353, 39.340467 ], [ -76.583134, 39.34047 ], [ -76.582776, 39.340466 ], [ -76.582466, 39.340451 ], [ -76.582093, 39.340433 ], [ -76.58196, 39.340425 ], [ -76.581549, 39.340399 ], [ -76.581289, 39.340379 ], [ -76.58094, 39.340342 ], [ -76.580572, 39.340276 ], [ -76.580269, 39.340213 ], [ -76.579896, 39.340127 ], [ -76.579573, 39.340034 ], [ -76.579329, 39.339953 ], [ -76.57899, 39.339822 ], [ -76.578519, 39.339612 ], [ -76.578208, 39.339449 ], [ -76.578043, 39.339362 ], [ -76.577685, 39.339141 ], [ -76.576952, 39.338625 ], [ -76.577348, 39.338443 ], [ -76.577539, 39.338349 ], [ -76.577648, 39.338282 ], [ -76.577717, 39.338223 ], [ -76.577784, 39.33813 ], [ -76.577829, 39.338047 ], [ -76.577868, 39.337917 ], [ -76.57789, 39.337831 ], [ -76.578091, 39.337063 ], [ -76.578286, 39.33624 ], [ -76.578427, 39.335492 ], [ -76.578427, 39.335277 ], [ -76.578427, 39.335209 ], [ -76.578311, 39.334959 ], [ -76.578178, 39.334709 ], [ -76.577861, 39.334347 ], [ -76.577718, 39.334229 ], [ -76.57755, 39.334141 ], [ -76.577221, 39.334028 ], [ -76.576701, 39.333887 ], [ -76.576547, 39.333861 ], [ -76.576872, 39.333554 ], [ -76.577303, 39.333155 ], [ -76.577885, 39.332649 ], [ -76.578105, 39.332461 ], [ -76.578441, 39.332181 ], [ -76.578948, 39.331792 ], [ -76.578992, 39.331762 ], [ -76.579515, 39.331409 ], [ -76.579595, 39.33136 ], [ -76.579939, 39.331151 ], [ -76.580342, 39.330907 ], [ -76.580422, 39.330856 ], [ -76.580636, 39.33071 ], [ -76.580827, 39.330558 ], [ -76.581047, 39.330374 ], [ -76.581092, 39.330332 ], [ -76.58141, 39.330058 ], [ -76.581792, 39.329725 ], [ -76.582009, 39.329531 ], [ -76.582335, 39.329234 ], [ -76.58235, 39.329219 ], [ -76.582442, 39.329136 ], [ -76.582494, 39.329089 ], [ -76.582745, 39.328863 ], [ -76.583217, 39.328447 ], [ -76.58328, 39.328392 ], [ -76.583702, 39.328021 ], [ -76.583763, 39.327998 ], [ -76.583812, 39.32796 ], [ -76.583874, 39.327913 ], [ -76.583954, 39.327819 ], [ -76.584216, 39.32753 ], [ -76.584338, 39.327382 ], [ -76.584444, 39.327236 ], [ -76.584576, 39.327047 ], [ -76.584823, 39.327202 ], [ -76.584904, 39.327241 ], [ -76.585028, 39.327275 ], [ -76.585153, 39.327308 ], [ -76.585239, 39.327318 ], [ -76.585307, 39.327326 ], [ -76.585588, 39.327338 ], [ -76.586159, 39.327336 ], [ -76.586859, 39.327329 ], [ -76.587166, 39.327328 ], [ -76.587632, 39.327352 ], [ -76.587839, 39.32733 ], [ -76.587971, 39.327322 ], [ -76.588056, 39.327319 ], [ -76.589334, 39.327297 ], [ -76.589325, 39.327426 ], [ -76.589315, 39.327539 ], [ -76.589312, 39.327892 ], [ -76.589311, 39.328364 ], [ -76.590704, 39.328359 ], [ -76.592117, 39.328342 ], [ -76.595145, 39.328347 ], [ -76.59514, 39.328515 ], [ -76.595115, 39.329346 ], [ -76.595115, 39.330136 ], [ -76.595114, 39.330956 ], [ -76.595112, 39.331691 ], [ -76.595112, 39.331737 ], [ -76.595112, 39.331769 ], [ -76.595109, 39.332452 ], [ -76.595159, 39.333147 ], [ -76.595272, 39.333642 ], [ -76.595157, 39.333882 ], [ -76.59511, 39.334023 ], [ -76.594901, 39.334417 ], [ -76.59503, 39.334287 ], [ -76.59512, 39.334217 ], [ -76.595208, 39.334161 ], [ -76.595317, 39.334103 ], [ -76.595443, 39.33403 ], [ -76.595501, 39.334136 ], [ -76.595601, 39.334311 ], [ -76.595649, 39.334379 ], [ -76.595687, 39.334434 ], [ -76.595849, 39.334668 ], [ -76.595988, 39.334831 ], [ -76.596138, 39.334983 ], [ -76.596436, 39.335241 ], [ -76.596997, 39.335702 ], [ -76.597478, 39.3361 ], [ -76.597952, 39.336484 ], [ -76.598342, 39.336814 ], [ -76.598591, 39.337022 ], [ -76.598742, 39.337161 ], [ -76.598833, 39.337246 ], [ -76.599189, 39.337648 ], [ -76.599345, 39.337842 ], [ -76.599439, 39.337964 ], [ -76.599557, 39.338139 ], [ -76.599647, 39.338262 ], [ -76.599731, 39.338397 ], [ -76.599828, 39.338586 ], [ -76.5999, 39.338721 ], [ -76.599973, 39.338864 ], [ -76.60002, 39.338961 ], [ -76.600132, 39.33924 ], [ -76.600166, 39.339423 ], [ -76.600195, 39.339598 ], [ -76.6002, 39.339647 ], [ -76.600218, 39.339815 ], [ -76.600211, 39.340064 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090300", "name": "Census Tract 903, Baltimore city, Maryland", "total_population_17": 4558, "white_alone_17": 1019.0, "black_alone_17": 3013.0, "native_alone_17": 233.0, "asian_alone_17": 75.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 147.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 5.338, "pct_black_alone_change": -13.304, "pct_native_alone_change": 4.757, "pct_asian_alone_change": -0.035, "pct_hispanic_or_latino_change": 1.805, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3312328", "INTPTLON": "-076.6023790" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609508, 39.334456 ], [ -76.607537, 39.334483 ], [ -76.607548, 39.334046 ], [ -76.607147, 39.334061 ], [ -76.607112, 39.334064 ], [ -76.606763, 39.334092 ], [ -76.606315, 39.334138 ], [ -76.605879, 39.334185 ], [ -76.605124, 39.334271 ], [ -76.60463, 39.334327 ], [ -76.604485, 39.33404 ], [ -76.603255, 39.334037 ], [ -76.602847, 39.334037 ], [ -76.601969, 39.33403 ], [ -76.601539, 39.334033 ], [ -76.601086, 39.334038 ], [ -76.600661, 39.334038 ], [ -76.600197, 39.334038 ], [ -76.599779, 39.334033 ], [ -76.59928, 39.334028 ], [ -76.598826, 39.334035 ], [ -76.598354, 39.334041 ], [ -76.59788, 39.334038 ], [ -76.597417, 39.334034 ], [ -76.59695, 39.334026 ], [ -76.596451, 39.334017 ], [ -76.596383, 39.334016 ], [ -76.595788, 39.334006 ], [ -76.595707, 39.334005 ], [ -76.595443, 39.33403 ], [ -76.595317, 39.334103 ], [ -76.595208, 39.334161 ], [ -76.59512, 39.334217 ], [ -76.59503, 39.334287 ], [ -76.594901, 39.334417 ], [ -76.59511, 39.334023 ], [ -76.595157, 39.333882 ], [ -76.595272, 39.333642 ], [ -76.595159, 39.333147 ], [ -76.595109, 39.332452 ], [ -76.595112, 39.331769 ], [ -76.595112, 39.331737 ], [ -76.595112, 39.331691 ], [ -76.595114, 39.330956 ], [ -76.595115, 39.330136 ], [ -76.595115, 39.329346 ], [ -76.59514, 39.328515 ], [ -76.595145, 39.328347 ], [ -76.595388, 39.328345 ], [ -76.596699, 39.328337 ], [ -76.597897, 39.328329 ], [ -76.59928, 39.328332 ], [ -76.60069, 39.328343 ], [ -76.603629, 39.328332 ], [ -76.604513, 39.328341 ], [ -76.60504, 39.328349 ], [ -76.605342, 39.328344 ], [ -76.606151, 39.328341 ], [ -76.606321, 39.328342 ], [ -76.607028, 39.328332 ], [ -76.607577, 39.328332 ], [ -76.608472, 39.328332 ], [ -76.609428, 39.328314 ], [ -76.60943, 39.328495 ], [ -76.609443, 39.329223 ], [ -76.609454, 39.329605 ], [ -76.609448, 39.329769 ], [ -76.609463, 39.330217 ], [ -76.609476, 39.330965 ], [ -76.609469, 39.332523 ], [ -76.609476, 39.332621 ], [ -76.60949, 39.333179 ], [ -76.609494, 39.333345 ], [ -76.609502, 39.333701 ], [ -76.609508, 39.334456 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090400", "name": "Census Tract 904, Baltimore city, Maryland", "total_population_17": 1756, "white_alone_17": 97.0, "black_alone_17": 1436.0, "native_alone_17": 0.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 154.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -5.415, "pct_black_alone_change": -4.37, "pct_native_alone_change": -0.476, "pct_asian_alone_change": -1.556, "pct_hispanic_or_latino_change": 8.354, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3227817", "INTPTLON": "-076.6064912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609532, 39.320922 ], [ -76.609528, 39.321184 ], [ -76.609519, 39.321528 ], [ -76.609484, 39.322149 ], [ -76.609468, 39.322825 ], [ -76.609456, 39.323443 ], [ -76.609443, 39.323773 ], [ -76.609436, 39.324375 ], [ -76.609425, 39.324785 ], [ -76.609426, 39.3254 ], [ -76.609297, 39.325578 ], [ -76.609038, 39.325936 ], [ -76.608864, 39.32647 ], [ -76.608568, 39.326428 ], [ -76.608164, 39.32636 ], [ -76.607827, 39.326306 ], [ -76.607633, 39.32628 ], [ -76.607455, 39.32625 ], [ -76.607348, 39.326224 ], [ -76.607238, 39.32619 ], [ -76.607363, 39.325984 ], [ -76.606996, 39.325847 ], [ -76.606666, 39.325724 ], [ -76.606349, 39.325604 ], [ -76.605632, 39.325333 ], [ -76.605107, 39.325133 ], [ -76.603324, 39.32443 ], [ -76.601468, 39.323707 ], [ -76.602005, 39.323153 ], [ -76.602731, 39.322401 ], [ -76.603584, 39.321572 ], [ -76.605812, 39.319457 ], [ -76.606758, 39.319515 ], [ -76.607311, 39.319546 ], [ -76.607873, 39.319552 ], [ -76.608636, 39.31954 ], [ -76.609067, 39.319534 ], [ -76.609509, 39.319519 ], [ -76.609532, 39.320012 ], [ -76.609537, 39.320276 ], [ -76.609532, 39.320922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090500", "name": "Census Tract 905, Baltimore city, Maryland", "total_population_17": 1957, "white_alone_17": 327.0, "black_alone_17": 1492.0, "native_alone_17": 0.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 7.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 6.871, "pct_black_alone_change": -9.312, "pct_native_alone_change": -0.285, "pct_asian_alone_change": 0.636, "pct_hispanic_or_latino_change": -2.209, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3249389", "INTPTLON": "-076.6012005" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609442, 39.327206 ], [ -76.609436, 39.327968 ], [ -76.609436, 39.328016 ], [ -76.609428, 39.328314 ], [ -76.608472, 39.328332 ], [ -76.607577, 39.328332 ], [ -76.607028, 39.328332 ], [ -76.606321, 39.328342 ], [ -76.606151, 39.328341 ], [ -76.605342, 39.328344 ], [ -76.60504, 39.328349 ], [ -76.604513, 39.328341 ], [ -76.603629, 39.328332 ], [ -76.60069, 39.328343 ], [ -76.59928, 39.328332 ], [ -76.597897, 39.328329 ], [ -76.596699, 39.328337 ], [ -76.595388, 39.328345 ], [ -76.595145, 39.328347 ], [ -76.595161, 39.328131 ], [ -76.595149, 39.327999 ], [ -76.59513, 39.327942 ], [ -76.595093, 39.327887 ], [ -76.595071, 39.327854 ], [ -76.594942, 39.32773 ], [ -76.594757, 39.327541 ], [ -76.594575, 39.32735 ], [ -76.594441, 39.327151 ], [ -76.594306, 39.326936 ], [ -76.594157, 39.326676 ], [ -76.593929, 39.326225 ], [ -76.594115, 39.326054 ], [ -76.594438, 39.325758 ], [ -76.594896, 39.325312 ], [ -76.595332, 39.324878 ], [ -76.59535, 39.324857 ], [ -76.596216, 39.323998 ], [ -76.596386, 39.32383 ], [ -76.596489, 39.323728 ], [ -76.596764, 39.323456 ], [ -76.597037, 39.323179 ], [ -76.597312, 39.322897 ], [ -76.597615, 39.322611 ], [ -76.597881, 39.32236 ], [ -76.598178, 39.322078 ], [ -76.598426, 39.321841 ], [ -76.598997, 39.321283 ], [ -76.599507, 39.320789 ], [ -76.600574, 39.319701 ], [ -76.600721, 39.319556 ], [ -76.601489, 39.31879 ], [ -76.602095, 39.31893 ], [ -76.60257, 39.319035 ], [ -76.602894, 39.319099 ], [ -76.603351, 39.319181 ], [ -76.603728, 39.319233 ], [ -76.604228, 39.319298 ], [ -76.604791, 39.31936 ], [ -76.60541, 39.319413 ], [ -76.605812, 39.319457 ], [ -76.603584, 39.321572 ], [ -76.602731, 39.322401 ], [ -76.602005, 39.323153 ], [ -76.601468, 39.323707 ], [ -76.603324, 39.32443 ], [ -76.605107, 39.325133 ], [ -76.605632, 39.325333 ], [ -76.606349, 39.325604 ], [ -76.606666, 39.325724 ], [ -76.606996, 39.325847 ], [ -76.607363, 39.325984 ], [ -76.607238, 39.32619 ], [ -76.607348, 39.326224 ], [ -76.607455, 39.32625 ], [ -76.607633, 39.32628 ], [ -76.607827, 39.326306 ], [ -76.608164, 39.32636 ], [ -76.608568, 39.326428 ], [ -76.608864, 39.32647 ], [ -76.609038, 39.325936 ], [ -76.609297, 39.325578 ], [ -76.609426, 39.3254 ], [ -76.609429, 39.326091 ], [ -76.609449, 39.326832 ], [ -76.609442, 39.327206 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090600", "name": "Census Tract 906, Baltimore city, Maryland", "total_population_17": 3260, "white_alone_17": 336.0, "black_alone_17": 2896.0, "native_alone_17": 0.0, "asian_alone_17": 26.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 9.058, "pct_black_alone_change": -8.545, "pct_native_alone_change": -0.49, "pct_asian_alone_change": 0.333, "pct_hispanic_or_latino_change": -0.312, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3254965", "INTPTLON": "-076.5902057" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.595161, 39.328131 ], [ -76.595145, 39.328347 ], [ -76.592117, 39.328342 ], [ -76.590704, 39.328359 ], [ -76.589311, 39.328364 ], [ -76.589312, 39.327892 ], [ -76.589315, 39.327539 ], [ -76.589325, 39.327426 ], [ -76.589334, 39.327297 ], [ -76.588056, 39.327319 ], [ -76.587971, 39.327322 ], [ -76.587839, 39.32733 ], [ -76.587632, 39.327352 ], [ -76.587166, 39.327328 ], [ -76.586859, 39.327329 ], [ -76.586159, 39.327336 ], [ -76.585588, 39.327338 ], [ -76.585307, 39.327326 ], [ -76.585239, 39.327318 ], [ -76.585153, 39.327308 ], [ -76.585028, 39.327275 ], [ -76.584904, 39.327241 ], [ -76.584823, 39.327202 ], [ -76.584576, 39.327047 ], [ -76.585456, 39.325961 ], [ -76.586108, 39.325137 ], [ -76.586649, 39.324519 ], [ -76.586991, 39.324111 ], [ -76.587044, 39.324055 ], [ -76.587205, 39.323864 ], [ -76.587234, 39.32383 ], [ -76.587336, 39.323703 ], [ -76.58747, 39.323564 ], [ -76.587621, 39.323442 ], [ -76.587897, 39.323254 ], [ -76.588209, 39.323064 ], [ -76.588534, 39.32283 ], [ -76.588649, 39.322757 ], [ -76.589282, 39.322361 ], [ -76.589344, 39.32232 ], [ -76.589413, 39.322279 ], [ -76.589614, 39.322136 ], [ -76.589841, 39.321966 ], [ -76.589978, 39.321861 ], [ -76.590658, 39.321239 ], [ -76.590691, 39.32132 ], [ -76.590732, 39.321387 ], [ -76.590772, 39.321438 ], [ -76.590872, 39.321527 ], [ -76.591253, 39.321825 ], [ -76.591555, 39.322068 ], [ -76.591931, 39.322364 ], [ -76.592094, 39.322491 ], [ -76.592281, 39.32265 ], [ -76.592466, 39.322812 ], [ -76.592577, 39.322919 ], [ -76.592698, 39.323061 ], [ -76.592814, 39.323209 ], [ -76.593182, 39.323901 ], [ -76.593397, 39.324625 ], [ -76.593584, 39.325271 ], [ -76.59381, 39.325967 ], [ -76.593929, 39.326225 ], [ -76.594157, 39.326676 ], [ -76.594306, 39.326936 ], [ -76.594441, 39.327151 ], [ -76.594575, 39.32735 ], [ -76.594757, 39.327541 ], [ -76.594942, 39.32773 ], [ -76.595071, 39.327854 ], [ -76.595093, 39.327887 ], [ -76.59513, 39.327942 ], [ -76.595149, 39.327999 ], [ -76.595161, 39.328131 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090700", "name": "Census Tract 907, Baltimore city, Maryland", "total_population_17": 3090, "white_alone_17": 36.0, "black_alone_17": 2890.0, "native_alone_17": 27.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 90.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.54, "pct_black_alone_change": -4.466, "pct_native_alone_change": 0.718, "pct_asian_alone_change": -0.114, "pct_hispanic_or_latino_change": 2.34, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3209223", "INTPTLON": "-076.5956215" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.600721, 39.319556 ], [ -76.600574, 39.319701 ], [ -76.599507, 39.320789 ], [ -76.598997, 39.321283 ], [ -76.598426, 39.321841 ], [ -76.598178, 39.322078 ], [ -76.597881, 39.32236 ], [ -76.597615, 39.322611 ], [ -76.597312, 39.322897 ], [ -76.597037, 39.323179 ], [ -76.596764, 39.323456 ], [ -76.596489, 39.323728 ], [ -76.596386, 39.32383 ], [ -76.596216, 39.323998 ], [ -76.59535, 39.324857 ], [ -76.595332, 39.324878 ], [ -76.594896, 39.325312 ], [ -76.594438, 39.325758 ], [ -76.594115, 39.326054 ], [ -76.593929, 39.326225 ], [ -76.59381, 39.325967 ], [ -76.593584, 39.325271 ], [ -76.593397, 39.324625 ], [ -76.593182, 39.323901 ], [ -76.592814, 39.323209 ], [ -76.592698, 39.323061 ], [ -76.592577, 39.322919 ], [ -76.592466, 39.322812 ], [ -76.592281, 39.32265 ], [ -76.592094, 39.322491 ], [ -76.591931, 39.322364 ], [ -76.591555, 39.322068 ], [ -76.591253, 39.321825 ], [ -76.590872, 39.321527 ], [ -76.590772, 39.321438 ], [ -76.590732, 39.321387 ], [ -76.590691, 39.32132 ], [ -76.590658, 39.321239 ], [ -76.591105, 39.320798 ], [ -76.591683, 39.32026 ], [ -76.591819, 39.320126 ], [ -76.592252, 39.319731 ], [ -76.592405, 39.319577 ], [ -76.592821, 39.319178 ], [ -76.593034, 39.318985 ], [ -76.593361, 39.31865 ], [ -76.593874, 39.318174 ], [ -76.594206, 39.317866 ], [ -76.594439, 39.317618 ], [ -76.594867, 39.317238 ], [ -76.594887, 39.317243 ], [ -76.597717, 39.317922 ], [ -76.599412, 39.318294 ], [ -76.601489, 39.31879 ], [ -76.600721, 39.319556 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090800", "name": "Census Tract 908, Baltimore city, Maryland", "total_population_17": 2797, "white_alone_17": 28.0, "black_alone_17": 2611.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 38.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.198, "pct_black_alone_change": -3.556, "pct_native_alone_change": -0.288, "pct_asian_alone_change": -0.087, "pct_hispanic_or_latino_change": 0.759, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3155244", "INTPTLON": "-076.6036910" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609549, 39.313983 ], [ -76.609532, 39.314508 ], [ -76.609528, 39.315066 ], [ -76.609524, 39.315491 ], [ -76.60949, 39.316234 ], [ -76.609486, 39.316593 ], [ -76.609485, 39.316639 ], [ -76.609483, 39.317116 ], [ -76.609464, 39.318111 ], [ -76.609463, 39.318148 ], [ -76.609486, 39.318965 ], [ -76.609487, 39.319031 ], [ -76.609509, 39.319519 ], [ -76.609067, 39.319534 ], [ -76.608636, 39.31954 ], [ -76.607873, 39.319552 ], [ -76.607311, 39.319546 ], [ -76.606758, 39.319515 ], [ -76.605812, 39.319457 ], [ -76.60541, 39.319413 ], [ -76.604791, 39.31936 ], [ -76.604228, 39.319298 ], [ -76.603728, 39.319233 ], [ -76.603351, 39.319181 ], [ -76.602894, 39.319099 ], [ -76.60257, 39.319035 ], [ -76.602095, 39.31893 ], [ -76.601489, 39.31879 ], [ -76.599412, 39.318294 ], [ -76.597717, 39.317922 ], [ -76.594887, 39.317243 ], [ -76.594867, 39.317238 ], [ -76.595176, 39.316957 ], [ -76.595463, 39.316672 ], [ -76.595884, 39.31624 ], [ -76.596327, 39.315816 ], [ -76.596435, 39.315713 ], [ -76.596927, 39.315241 ], [ -76.597146, 39.315041 ], [ -76.597941, 39.314262 ], [ -76.598033, 39.314183 ], [ -76.598256, 39.313944 ], [ -76.598525, 39.313656 ], [ -76.598727, 39.313438 ], [ -76.598872, 39.313249 ], [ -76.598968, 39.313106 ], [ -76.599057, 39.312961 ], [ -76.59937, 39.311942 ], [ -76.600704, 39.31188 ], [ -76.600866, 39.311875 ], [ -76.601688, 39.311834 ], [ -76.602278, 39.311803 ], [ -76.602644, 39.311784 ], [ -76.604131, 39.311717 ], [ -76.605177, 39.311662 ], [ -76.606158, 39.311605 ], [ -76.607133, 39.311536 ], [ -76.607561, 39.311511 ], [ -76.608309, 39.31146 ], [ -76.609497, 39.311405 ], [ -76.609503, 39.311752 ], [ -76.609508, 39.312017 ], [ -76.609511, 39.31208 ], [ -76.609527, 39.312477 ], [ -76.609537, 39.312737 ], [ -76.609537, 39.312766 ], [ -76.609537, 39.312788 ], [ -76.609534, 39.313522 ], [ -76.609549, 39.313983 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510090900", "name": "Census Tract 909, Baltimore city, Maryland", "total_population_17": 2500, "white_alone_17": 87.0, "black_alone_17": 2244.0, "native_alone_17": 16.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 153.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 2.888, "pct_black_alone_change": -8.794, "pct_native_alone_change": 0.509, "pct_asian_alone_change": -0.197, "pct_hispanic_or_latino_change": 5.594, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3084221", "INTPTLON": "-076.6035994" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609497, 39.311405 ], [ -76.608309, 39.31146 ], [ -76.607561, 39.311511 ], [ -76.607133, 39.311536 ], [ -76.606158, 39.311605 ], [ -76.605177, 39.311662 ], [ -76.604131, 39.311717 ], [ -76.602644, 39.311784 ], [ -76.602278, 39.311803 ], [ -76.601688, 39.311834 ], [ -76.600866, 39.311875 ], [ -76.600704, 39.31188 ], [ -76.59937, 39.311942 ], [ -76.598477, 39.311992 ], [ -76.59845, 39.311505 ], [ -76.59838, 39.310526 ], [ -76.598318, 39.309477 ], [ -76.598278, 39.308425 ], [ -76.598183, 39.307355 ], [ -76.598126, 39.306396 ], [ -76.598119, 39.306287 ], [ -76.598117, 39.306232 ], [ -76.598097, 39.305642 ], [ -76.598069, 39.305222 ], [ -76.598827, 39.305209 ], [ -76.599581, 39.305172 ], [ -76.600021, 39.305157 ], [ -76.600529, 39.305135 ], [ -76.601824, 39.305064 ], [ -76.60224, 39.305074 ], [ -76.602992, 39.30505 ], [ -76.603627, 39.305018 ], [ -76.604376, 39.304988 ], [ -76.605118, 39.304964 ], [ -76.605885, 39.304935 ], [ -76.606141, 39.304928 ], [ -76.606589, 39.304915 ], [ -76.60729, 39.304886 ], [ -76.607591, 39.30487 ], [ -76.608199, 39.304839 ], [ -76.60842, 39.305677 ], [ -76.608477, 39.305906 ], [ -76.608485, 39.305944 ], [ -76.608736, 39.306941 ], [ -76.60897, 39.307997 ], [ -76.609091, 39.308517 ], [ -76.609208, 39.309052 ], [ -76.609352, 39.309858 ], [ -76.609391, 39.310071 ], [ -76.60944, 39.310556 ], [ -76.609472, 39.310967 ], [ -76.60949, 39.311181 ], [ -76.609497, 39.311405 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510100100", "name": "Census Tract 1001, Baltimore city, Maryland", "total_population_17": 2238, "white_alone_17": 39.0, "black_alone_17": 2177.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.091, "pct_black_alone_change": -0.324, "pct_native_alone_change": -0.111, "pct_asian_alone_change": 0.519, "pct_hispanic_or_latino_change": -0.22, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3032186", "INTPTLON": "-076.6047442" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.611553, 39.30318 ], [ -76.611548, 39.303262 ], [ -76.611516, 39.303603 ], [ -76.611511, 39.303657 ], [ -76.611497, 39.303816 ], [ -76.611469, 39.303999 ], [ -76.611432, 39.304194 ], [ -76.611384, 39.304408 ], [ -76.61135, 39.304715 ], [ -76.61131, 39.304716 ], [ -76.611208, 39.304718 ], [ -76.611187, 39.304719 ], [ -76.611077, 39.304721 ], [ -76.610882, 39.304729 ], [ -76.609346, 39.304796 ], [ -76.608786, 39.30481 ], [ -76.608199, 39.304839 ], [ -76.607591, 39.30487 ], [ -76.60729, 39.304886 ], [ -76.606589, 39.304915 ], [ -76.606141, 39.304928 ], [ -76.605885, 39.304935 ], [ -76.605118, 39.304964 ], [ -76.604376, 39.304988 ], [ -76.603627, 39.305018 ], [ -76.602992, 39.30505 ], [ -76.60224, 39.305074 ], [ -76.601824, 39.305064 ], [ -76.600529, 39.305135 ], [ -76.600021, 39.305157 ], [ -76.599581, 39.305172 ], [ -76.598827, 39.305209 ], [ -76.598069, 39.305222 ], [ -76.598005, 39.304179 ], [ -76.59792, 39.303106 ], [ -76.597868, 39.3024 ], [ -76.597844, 39.302084 ], [ -76.597829, 39.301744 ], [ -76.59937, 39.301682 ], [ -76.599968, 39.301667 ], [ -76.600316, 39.301659 ], [ -76.601137, 39.301644 ], [ -76.601521, 39.301629 ], [ -76.60206, 39.301609 ], [ -76.602728, 39.301578 ], [ -76.60355, 39.301554 ], [ -76.604185, 39.301509 ], [ -76.604906, 39.301491 ], [ -76.605665, 39.301445 ], [ -76.606389, 39.301414 ], [ -76.607269, 39.301361 ], [ -76.60773, 39.301338 ], [ -76.608034, 39.301328 ], [ -76.608309, 39.301321 ], [ -76.609094, 39.301301 ], [ -76.609568, 39.301284 ], [ -76.609831, 39.301274 ], [ -76.610276, 39.301262 ], [ -76.610783, 39.301252 ], [ -76.61092, 39.30125 ], [ -76.61096, 39.301248 ], [ -76.611169, 39.30124 ], [ -76.611282, 39.301235 ], [ -76.611323, 39.301233 ], [ -76.611551, 39.301224 ], [ -76.611594, 39.302534 ], [ -76.611553, 39.30318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510100200", "name": "Census Tract 1002, Baltimore city, Maryland", "total_population_17": 2837, "white_alone_17": 62.0, "black_alone_17": 2733.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 31.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.626, "pct_black_alone_change": 0.314, "pct_native_alone_change": -0.334, "pct_asian_alone_change": -0.39, "pct_hispanic_or_latino_change": 0.648, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2998552", "INTPTLON": "-076.6022617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.607269, 39.301361 ], [ -76.606389, 39.301414 ], [ -76.605665, 39.301445 ], [ -76.604906, 39.301491 ], [ -76.604185, 39.301509 ], [ -76.60355, 39.301554 ], [ -76.602728, 39.301578 ], [ -76.60206, 39.301609 ], [ -76.601521, 39.301629 ], [ -76.601137, 39.301644 ], [ -76.600316, 39.301659 ], [ -76.599968, 39.301667 ], [ -76.59937, 39.301682 ], [ -76.597829, 39.301744 ], [ -76.597796, 39.301264 ], [ -76.597794, 39.301229 ], [ -76.597739, 39.300402 ], [ -76.597681, 39.299337 ], [ -76.59766, 39.299058 ], [ -76.597597, 39.298251 ], [ -76.598356, 39.298229 ], [ -76.599141, 39.298207 ], [ -76.599613, 39.298183 ], [ -76.600074, 39.298171 ], [ -76.600932, 39.298139 ], [ -76.601911, 39.298107 ], [ -76.602548, 39.298072 ], [ -76.602973, 39.298049 ], [ -76.604056, 39.298001 ], [ -76.604234, 39.297993 ], [ -76.605055, 39.297961 ], [ -76.605889, 39.297931 ], [ -76.606332, 39.297912 ], [ -76.6065, 39.29854 ], [ -76.60658, 39.298988 ], [ -76.606624, 39.299126 ], [ -76.606732, 39.299463 ], [ -76.606812, 39.299713 ], [ -76.606839, 39.299815 ], [ -76.606898, 39.300035 ], [ -76.607038, 39.300552 ], [ -76.60709, 39.300733 ], [ -76.607269, 39.301361 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510100300", "name": "Census Tract 1003, Baltimore city, Maryland", "total_population_17": 4247, "white_alone_17": 602.0, "black_alone_17": 3283.0, "native_alone_17": 30.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 199.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 2.024, "pct_black_alone_change": -10.136, "pct_native_alone_change": 0.633, "pct_asian_alone_change": 0.484, "pct_hispanic_or_latino_change": 4.358, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2995112", "INTPTLON": "-076.6091250" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.611551, 39.301224 ], [ -76.611323, 39.301233 ], [ -76.611282, 39.301235 ], [ -76.611169, 39.30124 ], [ -76.61096, 39.301248 ], [ -76.61092, 39.30125 ], [ -76.610783, 39.301252 ], [ -76.610276, 39.301262 ], [ -76.609831, 39.301274 ], [ -76.609568, 39.301284 ], [ -76.609094, 39.301301 ], [ -76.608309, 39.301321 ], [ -76.608034, 39.301328 ], [ -76.60773, 39.301338 ], [ -76.607269, 39.301361 ], [ -76.60709, 39.300733 ], [ -76.607038, 39.300552 ], [ -76.606898, 39.300035 ], [ -76.606839, 39.299815 ], [ -76.606812, 39.299713 ], [ -76.606732, 39.299463 ], [ -76.606624, 39.299126 ], [ -76.60658, 39.298988 ], [ -76.6065, 39.29854 ], [ -76.606332, 39.297912 ], [ -76.606767, 39.297908 ], [ -76.607906, 39.297862 ], [ -76.608921, 39.297801 ], [ -76.609847, 39.297802 ], [ -76.610451, 39.297753 ], [ -76.611057, 39.297719 ], [ -76.611313, 39.297707 ], [ -76.611424, 39.29877 ], [ -76.611504, 39.299765 ], [ -76.611525, 39.300018 ], [ -76.611551, 39.301224 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510110100", "name": "Census Tract 1101, Baltimore city, Maryland", "total_population_17": 3040, "white_alone_17": 1691.0, "black_alone_17": 650.0, "native_alone_17": 0.0, "asian_alone_17": 356.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 164.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 2.652, "pct_black_alone_change": -12.931, "pct_native_alone_change": -0.41, "pct_asian_alone_change": 2.723, "pct_hispanic_or_latino_change": 2.729, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3002458", "INTPTLON": "-076.6128641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.614655, 39.306022 ], [ -76.614346, 39.305982 ], [ -76.614152, 39.305968 ], [ -76.613951, 39.305957 ], [ -76.613486, 39.305958 ], [ -76.613237, 39.305966 ], [ -76.613042, 39.305962 ], [ -76.612823, 39.305951 ], [ -76.612614, 39.305926 ], [ -76.612355, 39.305862 ], [ -76.612143, 39.305782 ], [ -76.612126, 39.305776 ], [ -76.612113, 39.305771 ], [ -76.611861, 39.305592 ], [ -76.611726, 39.305477 ], [ -76.611639, 39.305378 ], [ -76.611542, 39.305254 ], [ -76.611465, 39.305115 ], [ -76.611411, 39.304989 ], [ -76.61135, 39.304715 ], [ -76.611384, 39.304408 ], [ -76.611432, 39.304194 ], [ -76.611469, 39.303999 ], [ -76.611497, 39.303816 ], [ -76.611511, 39.303657 ], [ -76.611516, 39.303603 ], [ -76.611548, 39.303262 ], [ -76.611553, 39.30318 ], [ -76.611594, 39.302534 ], [ -76.611551, 39.301224 ], [ -76.611525, 39.300018 ], [ -76.611504, 39.299765 ], [ -76.611424, 39.29877 ], [ -76.611313, 39.297707 ], [ -76.611231, 39.296743 ], [ -76.611223, 39.296513 ], [ -76.611213, 39.296222 ], [ -76.611197, 39.295832 ], [ -76.611174, 39.295593 ], [ -76.61115, 39.295391 ], [ -76.611112, 39.295121 ], [ -76.611068, 39.294881 ], [ -76.611031, 39.294628 ], [ -76.611007, 39.294532 ], [ -76.611252, 39.294523 ], [ -76.611667, 39.2945 ], [ -76.612302, 39.294506 ], [ -76.612687, 39.294495 ], [ -76.61327, 39.294495 ], [ -76.613468, 39.294513 ], [ -76.613686, 39.294496 ], [ -76.613742, 39.294685 ], [ -76.613877, 39.294784 ], [ -76.614156, 39.29502 ], [ -76.614177, 39.295031 ], [ -76.61424, 39.295064 ], [ -76.614341, 39.295109 ], [ -76.614342, 39.29512 ], [ -76.614343, 39.29515 ], [ -76.614345, 39.295215 ], [ -76.614345, 39.295254 ], [ -76.614344, 39.295407 ], [ -76.61434, 39.295493 ], [ -76.614329, 39.295581 ], [ -76.614311, 39.295658 ], [ -76.614292, 39.295714 ], [ -76.613993, 39.296387 ], [ -76.614021, 39.296835 ], [ -76.614072, 39.297358 ], [ -76.614078, 39.297425 ], [ -76.614094, 39.297602 ], [ -76.614103, 39.297797 ], [ -76.614106, 39.297863 ], [ -76.614138, 39.298353 ], [ -76.61416, 39.298672 ], [ -76.614243, 39.299721 ], [ -76.614324, 39.301086 ], [ -76.614406, 39.302461 ], [ -76.614482, 39.303524 ], [ -76.614542, 39.304567 ], [ -76.614613, 39.305469 ], [ -76.61462, 39.305553 ], [ -76.614623, 39.305593 ], [ -76.614632, 39.305697 ], [ -76.614655, 39.306022 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510110200", "name": "Census Tract 1102, Baltimore city, Maryland", "total_population_17": 5273, "white_alone_17": 3259.0, "black_alone_17": 1151.0, "native_alone_17": 42.0, "asian_alone_17": 311.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 332.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 8.085, "pct_black_alone_change": -12.932, "pct_native_alone_change": 0.416, "pct_asian_alone_change": -1.475, "pct_hispanic_or_latino_change": 3.495, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+39.3014588", "INTPTLON": "-076.6175056" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.621024, 39.307026 ], [ -76.621005, 39.307234 ], [ -76.620958, 39.307433 ], [ -76.620886, 39.307663 ], [ -76.620723, 39.30815 ], [ -76.620557, 39.308544 ], [ -76.620353, 39.308958 ], [ -76.620355, 39.309123 ], [ -76.620248, 39.30906 ], [ -76.619943, 39.308888 ], [ -76.619447, 39.308615 ], [ -76.618807, 39.308284 ], [ -76.617725, 39.307674 ], [ -76.617479, 39.3075 ], [ -76.61721, 39.307327 ], [ -76.616286, 39.306763 ], [ -76.616058, 39.306633 ], [ -76.615513, 39.306331 ], [ -76.61534, 39.306256 ], [ -76.615131, 39.306167 ], [ -76.614962, 39.306107 ], [ -76.614807, 39.306056 ], [ -76.614655, 39.306022 ], [ -76.614632, 39.305697 ], [ -76.614623, 39.305593 ], [ -76.61462, 39.305553 ], [ -76.614613, 39.305469 ], [ -76.614542, 39.304567 ], [ -76.614482, 39.303524 ], [ -76.614406, 39.302461 ], [ -76.614324, 39.301086 ], [ -76.614243, 39.299721 ], [ -76.61416, 39.298672 ], [ -76.614138, 39.298353 ], [ -76.614106, 39.297863 ], [ -76.614103, 39.297797 ], [ -76.614094, 39.297602 ], [ -76.614078, 39.297425 ], [ -76.614072, 39.297358 ], [ -76.614021, 39.296835 ], [ -76.613993, 39.296387 ], [ -76.614292, 39.295714 ], [ -76.614311, 39.295658 ], [ -76.614329, 39.295581 ], [ -76.61434, 39.295493 ], [ -76.614344, 39.295407 ], [ -76.614345, 39.295254 ], [ -76.614345, 39.295215 ], [ -76.614343, 39.29515 ], [ -76.614342, 39.29512 ], [ -76.614417, 39.295125 ], [ -76.615003, 39.29513 ], [ -76.615024, 39.295127 ], [ -76.615549, 39.295092 ], [ -76.616933, 39.295049 ], [ -76.618322, 39.294978 ], [ -76.619066, 39.294968 ], [ -76.619819, 39.294931 ], [ -76.619917, 39.296209 ], [ -76.61992, 39.296261 ], [ -76.619945, 39.296768 ], [ -76.619983, 39.297359 ], [ -76.620003, 39.297636 ], [ -76.620037, 39.298152 ], [ -76.620036, 39.29843 ], [ -76.620136, 39.300326 ], [ -76.620153, 39.300646 ], [ -76.620175, 39.300988 ], [ -76.620174, 39.301142 ], [ -76.620174, 39.30117 ], [ -76.620182, 39.301308 ], [ -76.620194, 39.301412 ], [ -76.620208, 39.301517 ], [ -76.620238, 39.301625 ], [ -76.620269, 39.301757 ], [ -76.620603, 39.303349 ], [ -76.620658, 39.30369 ], [ -76.620677, 39.303853 ], [ -76.620693, 39.304007 ], [ -76.620712, 39.304236 ], [ -76.620723, 39.304351 ], [ -76.62076, 39.304815 ], [ -76.620818, 39.305717 ], [ -76.620906, 39.306183 ], [ -76.62101, 39.306776 ], [ -76.621024, 39.307026 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120100", "name": "Census Tract 1201, Baltimore city, Maryland", "total_population_17": 4602, "white_alone_17": 2890.0, "black_alone_17": 394.0, "native_alone_17": 41.0, "asian_alone_17": 859.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 178.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -12.919, "pct_black_alone_change": -0.291, "pct_native_alone_change": 0.675, "pct_asian_alone_change": 6.858, "pct_hispanic_or_latino_change": 0.932, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+39.3365253", "INTPTLON": "-076.6165092" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.625785, 39.341591 ], [ -76.625327, 39.341596 ], [ -76.625304, 39.341602 ], [ -76.625099, 39.3417 ], [ -76.625001, 39.34176 ], [ -76.624907, 39.341823 ], [ -76.624842, 39.34187 ], [ -76.624673, 39.342003 ], [ -76.624428, 39.341867 ], [ -76.624316, 39.341797 ], [ -76.624272, 39.341758 ], [ -76.624011, 39.341471 ], [ -76.623887, 39.341329 ], [ -76.623794, 39.341216 ], [ -76.623728, 39.341119 ], [ -76.623678, 39.341047 ], [ -76.623573, 39.340916 ], [ -76.623518, 39.340846 ], [ -76.623497, 39.340819 ], [ -76.62346, 39.340783 ], [ -76.62342, 39.340752 ], [ -76.623372, 39.340722 ], [ -76.623329, 39.340702 ], [ -76.623259, 39.340678 ], [ -76.623163, 39.340651 ], [ -76.62308, 39.340639 ], [ -76.62298, 39.340636 ], [ -76.622918, 39.34064 ], [ -76.622849, 39.340659 ], [ -76.622771, 39.34069 ], [ -76.622675, 39.340731 ], [ -76.622571, 39.340783 ], [ -76.622431, 39.340845 ], [ -76.622224, 39.34093 ], [ -76.622132, 39.340966 ], [ -76.622033, 39.341003 ], [ -76.621905, 39.341043 ], [ -76.621795, 39.341064 ], [ -76.621713, 39.341077 ], [ -76.62161, 39.341089 ], [ -76.621517, 39.341092 ], [ -76.621404, 39.341089 ], [ -76.621384, 39.341069 ], [ -76.621327, 39.34104 ], [ -76.620939, 39.340794 ], [ -76.620426, 39.340469 ], [ -76.619844, 39.340109 ], [ -76.619536, 39.339914 ], [ -76.619376, 39.339818 ], [ -76.619171, 39.339692 ], [ -76.618621, 39.339382 ], [ -76.618401, 39.339254 ], [ -76.618374, 39.338624 ], [ -76.618363, 39.338531 ], [ -76.618106, 39.338555 ], [ -76.617838, 39.338579 ], [ -76.617675, 39.338604 ], [ -76.617558, 39.338622 ], [ -76.61722, 39.338683 ], [ -76.616971, 39.338739 ], [ -76.616752, 39.338794 ], [ -76.616662, 39.338816 ], [ -76.616574, 39.338842 ], [ -76.616385, 39.338899 ], [ -76.615993, 39.339015 ], [ -76.615128, 39.339331 ], [ -76.614945, 39.339412 ], [ -76.61466, 39.33954 ], [ -76.614351, 39.339692 ], [ -76.613979, 39.339885 ], [ -76.613484, 39.340152 ], [ -76.613423, 39.340189 ], [ -76.613276, 39.340278 ], [ -76.613104, 39.340394 ], [ -76.612927, 39.340512 ], [ -76.612691, 39.340676 ], [ -76.612504, 39.340809 ], [ -76.612288, 39.340963 ], [ -76.612142, 39.340829 ], [ -76.611992, 39.340706 ], [ -76.611823, 39.34058 ], [ -76.61163, 39.34045 ], [ -76.611414, 39.340323 ], [ -76.611279, 39.340256 ], [ -76.610986, 39.34013 ], [ -76.610776, 39.340043 ], [ -76.610559, 39.339975 ], [ -76.610387, 39.339934 ], [ -76.61021, 39.339896 ], [ -76.61001, 39.339856 ], [ -76.609793, 39.339825 ], [ -76.60958, 39.339798 ], [ -76.609551, 39.33939 ], [ -76.609533, 39.338665 ], [ -76.609528, 39.337308 ], [ -76.609519, 39.336819 ], [ -76.609516, 39.336395 ], [ -76.609514, 39.335339 ], [ -76.609508, 39.334456 ], [ -76.609502, 39.333701 ], [ -76.609494, 39.333345 ], [ -76.60949, 39.333179 ], [ -76.609476, 39.332621 ], [ -76.609469, 39.332523 ], [ -76.609476, 39.330965 ], [ -76.609823, 39.330962 ], [ -76.610004, 39.33097 ], [ -76.610129, 39.33098 ], [ -76.610344, 39.331004 ], [ -76.610451, 39.331026 ], [ -76.610565, 39.331046 ], [ -76.611103, 39.331177 ], [ -76.611341, 39.331248 ], [ -76.611748, 39.331389 ], [ -76.612043, 39.331493 ], [ -76.612458, 39.331688 ], [ -76.612823, 39.331866 ], [ -76.612998, 39.331954 ], [ -76.613459, 39.332236 ], [ -76.613633, 39.332349 ], [ -76.613753, 39.332434 ], [ -76.613839, 39.332497 ], [ -76.613922, 39.332561 ], [ -76.61396, 39.332611 ], [ -76.614005, 39.332686 ], [ -76.614244, 39.332657 ], [ -76.614456, 39.332648 ], [ -76.614705, 39.332648 ], [ -76.614979, 39.332664 ], [ -76.615153, 39.332518 ], [ -76.615699, 39.332024 ], [ -76.615829, 39.331906 ], [ -76.615897, 39.33184 ], [ -76.616221, 39.331527 ], [ -76.616273, 39.331473 ], [ -76.617182, 39.332023 ], [ -76.617755, 39.332337 ], [ -76.617978, 39.33248 ], [ -76.618148, 39.332605 ], [ -76.618778, 39.333029 ], [ -76.619317, 39.333398 ], [ -76.619395, 39.333449 ], [ -76.620095, 39.333888 ], [ -76.620635, 39.334241 ], [ -76.620965, 39.334462 ], [ -76.622125, 39.335238 ], [ -76.622629, 39.335566 ], [ -76.622965, 39.335788 ], [ -76.62317, 39.335925 ], [ -76.623249, 39.335978 ], [ -76.623455, 39.336113 ], [ -76.623715, 39.336281 ], [ -76.624024, 39.336479 ], [ -76.624036, 39.336598 ], [ -76.624, 39.337027 ], [ -76.624182, 39.33751 ], [ -76.624493, 39.337798 ], [ -76.62487, 39.338064 ], [ -76.625091, 39.338506 ], [ -76.625344, 39.338919 ], [ -76.625565, 39.339257 ], [ -76.625744, 39.339604 ], [ -76.625761, 39.340537 ], [ -76.625776, 39.341459 ], [ -76.625785, 39.341591 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120201", "name": "Census Tract 1202.01, Baltimore city, Maryland", "total_population_17": 1986, "white_alone_17": 1343.0, "black_alone_17": 357.0, "native_alone_17": 4.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 16.0, "hispanic_or_latino_17": 61.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 4.791, "pct_black_alone_change": 4.885, "pct_native_alone_change": -0.281, "pct_asian_alone_change": -14.57, "pct_hispanic_or_latino_change": 0.061, "pct_native_hawaiian_pacific_islander_change": 0.806, "INTPTLAT": "+39.3279849", "INTPTLON": "-076.6118803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.615897, 39.33184 ], [ -76.615829, 39.331906 ], [ -76.615699, 39.332024 ], [ -76.615153, 39.332518 ], [ -76.614979, 39.332664 ], [ -76.614705, 39.332648 ], [ -76.614456, 39.332648 ], [ -76.614244, 39.332657 ], [ -76.614005, 39.332686 ], [ -76.61396, 39.332611 ], [ -76.613922, 39.332561 ], [ -76.613839, 39.332497 ], [ -76.613753, 39.332434 ], [ -76.613633, 39.332349 ], [ -76.613459, 39.332236 ], [ -76.612998, 39.331954 ], [ -76.612823, 39.331866 ], [ -76.612458, 39.331688 ], [ -76.612043, 39.331493 ], [ -76.611748, 39.331389 ], [ -76.611341, 39.331248 ], [ -76.611103, 39.331177 ], [ -76.610565, 39.331046 ], [ -76.610451, 39.331026 ], [ -76.610344, 39.331004 ], [ -76.610129, 39.33098 ], [ -76.610004, 39.33097 ], [ -76.609823, 39.330962 ], [ -76.609476, 39.330965 ], [ -76.609463, 39.330217 ], [ -76.609448, 39.329769 ], [ -76.609454, 39.329605 ], [ -76.609443, 39.329223 ], [ -76.60943, 39.328495 ], [ -76.609428, 39.328314 ], [ -76.609436, 39.328016 ], [ -76.609436, 39.327968 ], [ -76.609442, 39.327206 ], [ -76.609449, 39.326832 ], [ -76.609429, 39.326091 ], [ -76.609426, 39.3254 ], [ -76.609425, 39.324785 ], [ -76.609436, 39.324375 ], [ -76.609443, 39.323773 ], [ -76.609456, 39.323443 ], [ -76.611136, 39.323466 ], [ -76.611874, 39.323441 ], [ -76.612452, 39.323419 ], [ -76.613226, 39.323381 ], [ -76.61331, 39.324643 ], [ -76.613333, 39.325914 ], [ -76.613435, 39.327038 ], [ -76.613537, 39.328171 ], [ -76.613546, 39.3284 ], [ -76.613589, 39.329505 ], [ -76.613646, 39.329922 ], [ -76.613855, 39.330053 ], [ -76.614398, 39.330386 ], [ -76.614587, 39.330504 ], [ -76.614871, 39.330678 ], [ -76.615101, 39.33083 ], [ -76.616221, 39.331527 ], [ -76.615897, 39.33184 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120202", "name": "Census Tract 1202.02, Baltimore city, Maryland", "total_population_17": 6030, "white_alone_17": 3188.0, "black_alone_17": 685.0, "native_alone_17": 10.0, "asian_alone_17": 1447.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 379.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -9.963, "pct_black_alone_change": -1.731, "pct_native_alone_change": -0.316, "pct_asian_alone_change": 4.19, "pct_hispanic_or_latino_change": 3.274, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3286922", "INTPTLON": "-076.6194426" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.625917, 39.331158 ], [ -76.625787, 39.331258 ], [ -76.625539, 39.331348 ], [ -76.625286, 39.331406 ], [ -76.625056, 39.331462 ], [ -76.624992, 39.331486 ], [ -76.624847, 39.331542 ], [ -76.624627, 39.331695 ], [ -76.624428, 39.33188 ], [ -76.624312, 39.332058 ], [ -76.624218, 39.332228 ], [ -76.624186, 39.332381 ], [ -76.624216, 39.332568 ], [ -76.624225, 39.332754 ], [ -76.624193, 39.332924 ], [ -76.624151, 39.333085 ], [ -76.623961, 39.333384 ], [ -76.623845, 39.33361 ], [ -76.62376, 39.333934 ], [ -76.624024, 39.336479 ], [ -76.623715, 39.336281 ], [ -76.623455, 39.336113 ], [ -76.623249, 39.335978 ], [ -76.62317, 39.335925 ], [ -76.622965, 39.335788 ], [ -76.622629, 39.335566 ], [ -76.622125, 39.335238 ], [ -76.620965, 39.334462 ], [ -76.620635, 39.334241 ], [ -76.620095, 39.333888 ], [ -76.619395, 39.333449 ], [ -76.619317, 39.333398 ], [ -76.618778, 39.333029 ], [ -76.618148, 39.332605 ], [ -76.617978, 39.33248 ], [ -76.617755, 39.332337 ], [ -76.617182, 39.332023 ], [ -76.616273, 39.331473 ], [ -76.616221, 39.331527 ], [ -76.615101, 39.33083 ], [ -76.614871, 39.330678 ], [ -76.614587, 39.330504 ], [ -76.614398, 39.330386 ], [ -76.613855, 39.330053 ], [ -76.613646, 39.329922 ], [ -76.613589, 39.329505 ], [ -76.613546, 39.3284 ], [ -76.613537, 39.328171 ], [ -76.613435, 39.327038 ], [ -76.613333, 39.325914 ], [ -76.61331, 39.324643 ], [ -76.613226, 39.323381 ], [ -76.613906, 39.323365 ], [ -76.614622, 39.323331 ], [ -76.615173, 39.323305 ], [ -76.615743, 39.323287 ], [ -76.616533, 39.323242 ], [ -76.617172, 39.323207 ], [ -76.617364, 39.323207 ], [ -76.617567, 39.323197 ], [ -76.618709, 39.323144 ], [ -76.619329, 39.323116 ], [ -76.619593, 39.323107 ], [ -76.619809, 39.323107 ], [ -76.619912, 39.323105 ], [ -76.619986, 39.32311 ], [ -76.620068, 39.323129 ], [ -76.620092, 39.323149 ], [ -76.620114, 39.323152 ], [ -76.62017, 39.32384 ], [ -76.620186, 39.324034 ], [ -76.620221, 39.324166 ], [ -76.620254, 39.324272 ], [ -76.620402, 39.324492 ], [ -76.620489, 39.324601 ], [ -76.620553, 39.324687 ], [ -76.620845, 39.324821 ], [ -76.621225, 39.324996 ], [ -76.621481, 39.325088 ], [ -76.621981, 39.325294 ], [ -76.622042, 39.32532 ], [ -76.622124, 39.32537 ], [ -76.622206, 39.325428 ], [ -76.622279, 39.325488 ], [ -76.622378, 39.32561 ], [ -76.622558, 39.325827 ], [ -76.622823, 39.326146 ], [ -76.62291, 39.326262 ], [ -76.622984, 39.326337 ], [ -76.623049, 39.326382 ], [ -76.623157, 39.326441 ], [ -76.623242, 39.326468 ], [ -76.623335, 39.326475 ], [ -76.623428, 39.326466 ], [ -76.623557, 39.326432 ], [ -76.62383, 39.326295 ], [ -76.624092, 39.326163 ], [ -76.624443, 39.32599 ], [ -76.624699, 39.325873 ], [ -76.625002, 39.325745 ], [ -76.625348, 39.326224 ], [ -76.625109, 39.326481 ], [ -76.625005, 39.326874 ], [ -76.624977, 39.327167 ], [ -76.624973, 39.327824 ], [ -76.62502, 39.328142 ], [ -76.625075, 39.32837 ], [ -76.625139, 39.328562 ], [ -76.625196, 39.328748 ], [ -76.625294, 39.329363 ], [ -76.625356, 39.329665 ], [ -76.625428, 39.329876 ], [ -76.625552, 39.330071 ], [ -76.625666, 39.330291 ], [ -76.625781, 39.330532 ], [ -76.625853, 39.330706 ], [ -76.625913, 39.330953 ], [ -76.625917, 39.331158 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120300", "name": "Census Tract 1203, Baltimore city, Maryland", "total_population_17": 3949, "white_alone_17": 1424.0, "black_alone_17": 1950.0, "native_alone_17": 0.0, "asian_alone_17": 151.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 121.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 10.085, "pct_black_alone_change": -19.237, "pct_native_alone_change": -0.286, "pct_asian_alone_change": 0.886, "pct_hispanic_or_latino_change": 1.166, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+39.3199472", "INTPTLON": "-076.6124858" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.615743, 39.323287 ], [ -76.615173, 39.323305 ], [ -76.614622, 39.323331 ], [ -76.613906, 39.323365 ], [ -76.613226, 39.323381 ], [ -76.612452, 39.323419 ], [ -76.611874, 39.323441 ], [ -76.611136, 39.323466 ], [ -76.609456, 39.323443 ], [ -76.609468, 39.322825 ], [ -76.609484, 39.322149 ], [ -76.609519, 39.321528 ], [ -76.609528, 39.321184 ], [ -76.609532, 39.320922 ], [ -76.609537, 39.320276 ], [ -76.609532, 39.320012 ], [ -76.609509, 39.319519 ], [ -76.609487, 39.319031 ], [ -76.609486, 39.318965 ], [ -76.609463, 39.318148 ], [ -76.609464, 39.318111 ], [ -76.609483, 39.317116 ], [ -76.609485, 39.316639 ], [ -76.609486, 39.316593 ], [ -76.60949, 39.316234 ], [ -76.610429, 39.316257 ], [ -76.611276, 39.316273 ], [ -76.611292, 39.316558 ], [ -76.612014, 39.316523 ], [ -76.612053, 39.316521 ], [ -76.612769, 39.316499 ], [ -76.613449, 39.316488 ], [ -76.614149, 39.316455 ], [ -76.614717, 39.316437 ], [ -76.615302, 39.316413 ], [ -76.615348, 39.317158 ], [ -76.615359, 39.317304 ], [ -76.615406, 39.317929 ], [ -76.615418, 39.318224 ], [ -76.615445, 39.318505 ], [ -76.615503, 39.319119 ], [ -76.615526, 39.31942 ], [ -76.615589, 39.320712 ], [ -76.615665, 39.322003 ], [ -76.615743, 39.323287 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120400", "name": "Census Tract 1204, Baltimore city, Maryland", "total_population_17": 1707, "white_alone_17": 400.0, "black_alone_17": 1231.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 51.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 18.397, "pct_black_alone_change": -20.228, "pct_native_alone_change": -0.411, "pct_asian_alone_change": 0.482, "pct_hispanic_or_latino_change": 1.292, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3138354", "INTPTLON": "-076.6123840" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.615302, 39.316413 ], [ -76.614717, 39.316437 ], [ -76.614149, 39.316455 ], [ -76.613449, 39.316488 ], [ -76.612769, 39.316499 ], [ -76.612053, 39.316521 ], [ -76.612014, 39.316523 ], [ -76.611292, 39.316558 ], [ -76.611276, 39.316273 ], [ -76.610429, 39.316257 ], [ -76.60949, 39.316234 ], [ -76.609524, 39.315491 ], [ -76.609528, 39.315066 ], [ -76.609532, 39.314508 ], [ -76.609549, 39.313983 ], [ -76.609534, 39.313522 ], [ -76.609537, 39.312788 ], [ -76.609537, 39.312766 ], [ -76.609537, 39.312737 ], [ -76.609527, 39.312477 ], [ -76.609511, 39.31208 ], [ -76.609508, 39.312017 ], [ -76.609503, 39.311752 ], [ -76.609497, 39.311405 ], [ -76.609532, 39.31136 ], [ -76.609586, 39.311331 ], [ -76.609737, 39.311313 ], [ -76.609914, 39.311313 ], [ -76.610234, 39.311299 ], [ -76.610971, 39.311259 ], [ -76.611806, 39.311216 ], [ -76.612464, 39.311194 ], [ -76.613788, 39.311137 ], [ -76.61381, 39.311136 ], [ -76.614955, 39.311065 ], [ -76.614964, 39.311197 ], [ -76.615064, 39.312305 ], [ -76.615132, 39.313279 ], [ -76.615176, 39.314292 ], [ -76.615273, 39.315363 ], [ -76.615289, 39.315943 ], [ -76.615302, 39.316413 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120500", "name": "Census Tract 1205, Baltimore city, Maryland", "total_population_17": 2340, "white_alone_17": 731.0, "black_alone_17": 1337.0, "native_alone_17": 0.0, "asian_alone_17": 80.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 107.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 25.004, "pct_black_alone_change": -33.451, "pct_native_alone_change": -0.12, "pct_asian_alone_change": 2.7, "pct_hispanic_or_latino_change": 2.295, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3085848", "INTPTLON": "-076.6140036" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.623277, 39.310848 ], [ -76.622976, 39.310872 ], [ -76.622612, 39.310854 ], [ -76.621961, 39.310861 ], [ -76.62157, 39.310869 ], [ -76.621107, 39.310891 ], [ -76.620221, 39.310945 ], [ -76.619808, 39.310944 ], [ -76.619354, 39.310956 ], [ -76.619315, 39.310955 ], [ -76.617915, 39.31099 ], [ -76.616554, 39.311016 ], [ -76.61593, 39.311038 ], [ -76.61583, 39.311041 ], [ -76.614955, 39.311065 ], [ -76.61381, 39.311136 ], [ -76.613788, 39.311137 ], [ -76.612464, 39.311194 ], [ -76.611806, 39.311216 ], [ -76.610971, 39.311259 ], [ -76.610234, 39.311299 ], [ -76.609914, 39.311313 ], [ -76.609737, 39.311313 ], [ -76.609586, 39.311331 ], [ -76.609532, 39.31136 ], [ -76.609497, 39.311405 ], [ -76.60949, 39.311181 ], [ -76.609472, 39.310967 ], [ -76.60944, 39.310556 ], [ -76.609391, 39.310071 ], [ -76.609352, 39.309858 ], [ -76.609208, 39.309052 ], [ -76.609091, 39.308517 ], [ -76.60897, 39.307997 ], [ -76.608736, 39.306941 ], [ -76.608485, 39.305944 ], [ -76.608477, 39.305906 ], [ -76.60842, 39.305677 ], [ -76.608199, 39.304839 ], [ -76.608786, 39.30481 ], [ -76.609346, 39.304796 ], [ -76.610882, 39.304729 ], [ -76.611077, 39.304721 ], [ -76.611187, 39.304719 ], [ -76.611208, 39.304718 ], [ -76.61131, 39.304716 ], [ -76.61135, 39.304715 ], [ -76.611411, 39.304989 ], [ -76.611465, 39.305115 ], [ -76.611542, 39.305254 ], [ -76.611639, 39.305378 ], [ -76.611726, 39.305477 ], [ -76.611861, 39.305592 ], [ -76.612113, 39.305771 ], [ -76.612126, 39.305776 ], [ -76.612143, 39.305782 ], [ -76.612355, 39.305862 ], [ -76.612614, 39.305926 ], [ -76.612823, 39.305951 ], [ -76.613042, 39.305962 ], [ -76.613237, 39.305966 ], [ -76.613486, 39.305958 ], [ -76.613951, 39.305957 ], [ -76.614152, 39.305968 ], [ -76.614346, 39.305982 ], [ -76.614655, 39.306022 ], [ -76.614807, 39.306056 ], [ -76.614962, 39.306107 ], [ -76.615131, 39.306167 ], [ -76.61534, 39.306256 ], [ -76.615513, 39.306331 ], [ -76.616058, 39.306633 ], [ -76.616286, 39.306763 ], [ -76.61721, 39.307327 ], [ -76.617479, 39.3075 ], [ -76.617725, 39.307674 ], [ -76.618807, 39.308284 ], [ -76.619447, 39.308615 ], [ -76.619943, 39.308888 ], [ -76.620248, 39.30906 ], [ -76.620355, 39.309123 ], [ -76.621116, 39.309568 ], [ -76.621549, 39.30985 ], [ -76.62304, 39.310709 ], [ -76.623277, 39.310848 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120600", "name": "Census Tract 1206, Baltimore city, Maryland", "total_population_17": 2687, "white_alone_17": 935.0, "black_alone_17": 1248.0, "native_alone_17": 0.0, "asian_alone_17": 257.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 237.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.065, "pct_black_alone_change": -1.821, "pct_native_alone_change": -0.315, "pct_asian_alone_change": -2.091, "pct_hispanic_or_latino_change": 4.2, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3170880", "INTPTLON": "-076.6175228" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.620092, 39.323149 ], [ -76.620068, 39.323129 ], [ -76.619986, 39.32311 ], [ -76.619912, 39.323105 ], [ -76.619809, 39.323107 ], [ -76.619593, 39.323107 ], [ -76.619329, 39.323116 ], [ -76.618709, 39.323144 ], [ -76.617567, 39.323197 ], [ -76.617364, 39.323207 ], [ -76.617172, 39.323207 ], [ -76.616533, 39.323242 ], [ -76.615743, 39.323287 ], [ -76.615665, 39.322003 ], [ -76.615589, 39.320712 ], [ -76.615526, 39.31942 ], [ -76.615503, 39.319119 ], [ -76.615445, 39.318505 ], [ -76.615418, 39.318224 ], [ -76.615406, 39.317929 ], [ -76.615359, 39.317304 ], [ -76.615348, 39.317158 ], [ -76.615302, 39.316413 ], [ -76.615289, 39.315943 ], [ -76.615273, 39.315363 ], [ -76.615176, 39.314292 ], [ -76.615132, 39.313279 ], [ -76.615064, 39.312305 ], [ -76.614964, 39.311197 ], [ -76.614955, 39.311065 ], [ -76.61583, 39.311041 ], [ -76.61593, 39.311038 ], [ -76.616554, 39.311016 ], [ -76.617915, 39.31099 ], [ -76.619315, 39.310955 ], [ -76.619354, 39.310956 ], [ -76.619346, 39.31107 ], [ -76.61932, 39.311435 ], [ -76.619336, 39.311579 ], [ -76.619351, 39.311729 ], [ -76.619359, 39.311802 ], [ -76.619376, 39.311959 ], [ -76.619393, 39.312123 ], [ -76.619462, 39.313127 ], [ -76.619504, 39.313901 ], [ -76.619517, 39.314145 ], [ -76.619559, 39.315159 ], [ -76.619628, 39.316256 ], [ -76.619703, 39.31714 ], [ -76.619731, 39.317753 ], [ -76.619766, 39.318193 ], [ -76.619818, 39.31902 ], [ -76.619836, 39.319266 ], [ -76.619889, 39.320135 ], [ -76.619908, 39.320531 ], [ -76.619911, 39.320635 ], [ -76.619914, 39.320693 ], [ -76.619958, 39.321816 ], [ -76.620034, 39.32275 ], [ -76.62005, 39.322968 ], [ -76.620061, 39.323074 ], [ -76.62008, 39.323116 ], [ -76.620114, 39.323152 ], [ -76.620092, 39.323149 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510120700", "name": "Census Tract 1207, Baltimore city, Maryland", "total_population_17": 2241, "white_alone_17": 1567.0, "black_alone_17": 505.0, "native_alone_17": 0.0, "asian_alone_17": 65.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 51.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 11.475, "pct_black_alone_change": -9.787, "pct_native_alone_change": -0.65, "pct_asian_alone_change": -3.296, "pct_hispanic_or_latino_change": 0.543, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3184095", "INTPTLON": "-076.6235290" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.630101, 39.316867 ], [ -76.629999, 39.316889 ], [ -76.629906, 39.316913 ], [ -76.629785, 39.316947 ], [ -76.629683, 39.316972 ], [ -76.629579, 39.317017 ], [ -76.62943, 39.317081 ], [ -76.629438, 39.317096 ], [ -76.629444, 39.317107 ], [ -76.629459, 39.317135 ], [ -76.629474, 39.317162 ], [ -76.629552, 39.31731 ], [ -76.629617, 39.317447 ], [ -76.629684, 39.317614 ], [ -76.629733, 39.317741 ], [ -76.629846, 39.318043 ], [ -76.629888, 39.318154 ], [ -76.629766, 39.318257 ], [ -76.62976, 39.318278 ], [ -76.629524, 39.318469 ], [ -76.629386, 39.31858 ], [ -76.629201, 39.318733 ], [ -76.628865, 39.318969 ], [ -76.628527, 39.319273 ], [ -76.62838, 39.319431 ], [ -76.628233, 39.31959 ], [ -76.628197, 39.319639 ], [ -76.627763, 39.320197 ], [ -76.627606, 39.320366 ], [ -76.627476, 39.320484 ], [ -76.627238, 39.320653 ], [ -76.6271, 39.320731 ], [ -76.626986, 39.320793 ], [ -76.626752, 39.320889 ], [ -76.626177, 39.320843 ], [ -76.626132, 39.323849 ], [ -76.626131, 39.324129 ], [ -76.626134, 39.324347 ], [ -76.626118, 39.32463 ], [ -76.62611, 39.324911 ], [ -76.626074, 39.325118 ], [ -76.626023, 39.325336 ], [ -76.625931, 39.325559 ], [ -76.625761, 39.325754 ], [ -76.625542, 39.326012 ], [ -76.625348, 39.326224 ], [ -76.625002, 39.325745 ], [ -76.624699, 39.325873 ], [ -76.624443, 39.32599 ], [ -76.624092, 39.326163 ], [ -76.62383, 39.326295 ], [ -76.623557, 39.326432 ], [ -76.623428, 39.326466 ], [ -76.623335, 39.326475 ], [ -76.623242, 39.326468 ], [ -76.623157, 39.326441 ], [ -76.623049, 39.326382 ], [ -76.622984, 39.326337 ], [ -76.62291, 39.326262 ], [ -76.622823, 39.326146 ], [ -76.622558, 39.325827 ], [ -76.622378, 39.32561 ], [ -76.622279, 39.325488 ], [ -76.622206, 39.325428 ], [ -76.622124, 39.32537 ], [ -76.622042, 39.32532 ], [ -76.621981, 39.325294 ], [ -76.621481, 39.325088 ], [ -76.621225, 39.324996 ], [ -76.620845, 39.324821 ], [ -76.620553, 39.324687 ], [ -76.620489, 39.324601 ], [ -76.620402, 39.324492 ], [ -76.620254, 39.324272 ], [ -76.620221, 39.324166 ], [ -76.620186, 39.324034 ], [ -76.62017, 39.32384 ], [ -76.620114, 39.323152 ], [ -76.62008, 39.323116 ], [ -76.620061, 39.323074 ], [ -76.62005, 39.322968 ], [ -76.620034, 39.32275 ], [ -76.619958, 39.321816 ], [ -76.619914, 39.320693 ], [ -76.619911, 39.320635 ], [ -76.619908, 39.320531 ], [ -76.619889, 39.320135 ], [ -76.619836, 39.319266 ], [ -76.619818, 39.31902 ], [ -76.619766, 39.318193 ], [ -76.619731, 39.317753 ], [ -76.619703, 39.31714 ], [ -76.619628, 39.316256 ], [ -76.619559, 39.315159 ], [ -76.619517, 39.314145 ], [ -76.619504, 39.313901 ], [ -76.619462, 39.313127 ], [ -76.619393, 39.312123 ], [ -76.619376, 39.311959 ], [ -76.619359, 39.311802 ], [ -76.619351, 39.311729 ], [ -76.619336, 39.311579 ], [ -76.61932, 39.311435 ], [ -76.619346, 39.31107 ], [ -76.619354, 39.310956 ], [ -76.619808, 39.310944 ], [ -76.620221, 39.310945 ], [ -76.621107, 39.310891 ], [ -76.62157, 39.310869 ], [ -76.621961, 39.310861 ], [ -76.622612, 39.310854 ], [ -76.622976, 39.310872 ], [ -76.623277, 39.310848 ], [ -76.62331, 39.310867 ], [ -76.623472, 39.310964 ], [ -76.623686, 39.311097 ], [ -76.623945, 39.311238 ], [ -76.624593, 39.311662 ], [ -76.625211, 39.312068 ], [ -76.625554, 39.31233 ], [ -76.625574, 39.312345 ], [ -76.626302, 39.313109 ], [ -76.626012, 39.312304 ], [ -76.626485, 39.312937 ], [ -76.628041, 39.314656 ], [ -76.628878, 39.315532 ], [ -76.629339, 39.316011 ], [ -76.629789, 39.316472 ], [ -76.629945, 39.316628 ], [ -76.630055, 39.316726 ], [ -76.630209, 39.316854 ], [ -76.630101, 39.316867 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130100", "name": "Census Tract 1301, Baltimore city, Maryland", "total_population_17": 2746, "white_alone_17": 450.0, "black_alone_17": 2124.0, "native_alone_17": 10.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 75.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 12.09, "pct_black_alone_change": -16.76, "pct_native_alone_change": 0.121, "pct_asian_alone_change": 0.234, "pct_hispanic_or_latino_change": 2.038, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3152325", "INTPTLON": "-076.6343935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.640303, 39.315139 ], [ -76.639945, 39.315356 ], [ -76.63945, 39.315637 ], [ -76.639402, 39.315684 ], [ -76.63939, 39.315743 ], [ -76.639406, 39.315838 ], [ -76.638863, 39.316128 ], [ -76.638702, 39.31621 ], [ -76.638569, 39.316268 ], [ -76.638379, 39.316354 ], [ -76.638212, 39.316423 ], [ -76.637958, 39.316522 ], [ -76.637746, 39.316603 ], [ -76.637556, 39.316679 ], [ -76.637241, 39.316803 ], [ -76.637096, 39.316859 ], [ -76.637004, 39.316889 ], [ -76.636903, 39.316914 ], [ -76.636683, 39.316943 ], [ -76.63658, 39.316953 ], [ -76.636438, 39.316963 ], [ -76.63618, 39.316962 ], [ -76.635466, 39.31696 ], [ -76.634614, 39.316982 ], [ -76.633956, 39.317011 ], [ -76.632658, 39.3169 ], [ -76.632386, 39.316883 ], [ -76.632123, 39.316861 ], [ -76.631799, 39.316836 ], [ -76.631476, 39.316807 ], [ -76.631177, 39.316793 ], [ -76.630935, 39.316797 ], [ -76.63073, 39.316802 ], [ -76.630594, 39.316802 ], [ -76.630398, 39.316821 ], [ -76.630209, 39.316854 ], [ -76.630055, 39.316726 ], [ -76.629945, 39.316628 ], [ -76.629789, 39.316472 ], [ -76.629339, 39.316011 ], [ -76.628878, 39.315532 ], [ -76.628041, 39.314656 ], [ -76.628583, 39.314353 ], [ -76.629083, 39.314074 ], [ -76.629271, 39.313969 ], [ -76.629479, 39.313829 ], [ -76.62961, 39.313745 ], [ -76.629663, 39.313717 ], [ -76.629731, 39.313699 ], [ -76.62984, 39.313687 ], [ -76.630155, 39.313669 ], [ -76.630752, 39.313661 ], [ -76.631145, 39.313653 ], [ -76.631388, 39.313644 ], [ -76.631412, 39.314419 ], [ -76.632602, 39.314423 ], [ -76.633913, 39.314402 ], [ -76.634142, 39.314403 ], [ -76.634316, 39.314401 ], [ -76.634525, 39.314394 ], [ -76.634592, 39.314386 ], [ -76.634688, 39.314367 ], [ -76.634795, 39.314323 ], [ -76.635049, 39.314196 ], [ -76.635601, 39.313873 ], [ -76.636127, 39.313553 ], [ -76.636683, 39.313246 ], [ -76.637239, 39.31293 ], [ -76.637783, 39.312615 ], [ -76.638898, 39.31372 ], [ -76.639362, 39.314203 ], [ -76.639956, 39.314794 ], [ -76.640124, 39.314961 ], [ -76.640303, 39.315139 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130200", "name": "Census Tract 1302, Baltimore city, Maryland", "total_population_17": 3195, "white_alone_17": 444.0, "black_alone_17": 2574.0, "native_alone_17": 0.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 109.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 6.255, "pct_black_alone_change": -10.305, "pct_native_alone_change": -0.259, "pct_asian_alone_change": -0.145, "pct_hispanic_or_latino_change": 2.797, "pct_native_hawaiian_pacific_islander_change": -0.065, "INTPTLAT": "+39.3122952", "INTPTLON": "-076.6306383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.636127, 39.313553 ], [ -76.635601, 39.313873 ], [ -76.635049, 39.314196 ], [ -76.634795, 39.314323 ], [ -76.634688, 39.314367 ], [ -76.634592, 39.314386 ], [ -76.634525, 39.314394 ], [ -76.634316, 39.314401 ], [ -76.634142, 39.314403 ], [ -76.633913, 39.314402 ], [ -76.632602, 39.314423 ], [ -76.631412, 39.314419 ], [ -76.631388, 39.313644 ], [ -76.631145, 39.313653 ], [ -76.630752, 39.313661 ], [ -76.630155, 39.313669 ], [ -76.62984, 39.313687 ], [ -76.629731, 39.313699 ], [ -76.629663, 39.313717 ], [ -76.62961, 39.313745 ], [ -76.629479, 39.313829 ], [ -76.629271, 39.313969 ], [ -76.629083, 39.314074 ], [ -76.628583, 39.314353 ], [ -76.628041, 39.314656 ], [ -76.626485, 39.312937 ], [ -76.626012, 39.312304 ], [ -76.626302, 39.313109 ], [ -76.625574, 39.312345 ], [ -76.625554, 39.31233 ], [ -76.625211, 39.312068 ], [ -76.624593, 39.311662 ], [ -76.623945, 39.311238 ], [ -76.623686, 39.311097 ], [ -76.623472, 39.310964 ], [ -76.62331, 39.310867 ], [ -76.623277, 39.310848 ], [ -76.624088, 39.310847 ], [ -76.624245, 39.310835 ], [ -76.624728, 39.310799 ], [ -76.624774, 39.310795 ], [ -76.625111, 39.310764 ], [ -76.625244, 39.310751 ], [ -76.62615, 39.310685 ], [ -76.627355, 39.310593 ], [ -76.628003, 39.310574 ], [ -76.629938, 39.310496 ], [ -76.632189, 39.310386 ], [ -76.633016, 39.31037 ], [ -76.633444, 39.31035 ], [ -76.633658, 39.310341 ], [ -76.633896, 39.310335 ], [ -76.634048, 39.310492 ], [ -76.635319, 39.3118 ], [ -76.636683, 39.313246 ], [ -76.636127, 39.313553 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130300", "name": "Census Tract 1303, Baltimore city, Maryland", "total_population_17": 2446, "white_alone_17": 130.0, "black_alone_17": 2258.0, "native_alone_17": 0.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 15.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 2.336, "pct_black_alone_change": -3.322, "pct_native_alone_change": -0.312, "pct_asian_alone_change": 1.126, "pct_hispanic_or_latino_change": -0.01, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3123572", "INTPTLON": "-076.6406686" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.646316, 39.313248 ], [ -76.645585, 39.313922 ], [ -76.645442, 39.314056 ], [ -76.645096, 39.314379 ], [ -76.644831, 39.314624 ], [ -76.644557, 39.314876 ], [ -76.644335, 39.315093 ], [ -76.644175, 39.31526 ], [ -76.643631, 39.315793 ], [ -76.64345, 39.315624 ], [ -76.643292, 39.315476 ], [ -76.643096, 39.315299 ], [ -76.642989, 39.315209 ], [ -76.641849, 39.314032 ], [ -76.641075, 39.314528 ], [ -76.640303, 39.315139 ], [ -76.640124, 39.314961 ], [ -76.639956, 39.314794 ], [ -76.639362, 39.314203 ], [ -76.638898, 39.31372 ], [ -76.637783, 39.312615 ], [ -76.637239, 39.31293 ], [ -76.636683, 39.313246 ], [ -76.635319, 39.3118 ], [ -76.634048, 39.310492 ], [ -76.633896, 39.310335 ], [ -76.634031, 39.31033 ], [ -76.634193, 39.310325 ], [ -76.634716, 39.310308 ], [ -76.634961, 39.310307 ], [ -76.635761, 39.310278 ], [ -76.636217, 39.310269 ], [ -76.636507, 39.310266 ], [ -76.636695, 39.310263 ], [ -76.636842, 39.310266 ], [ -76.636901, 39.310282 ], [ -76.636986, 39.310319 ], [ -76.638023, 39.310256 ], [ -76.63829, 39.31024 ], [ -76.638331, 39.310237 ], [ -76.638372, 39.310237 ], [ -76.638855, 39.310218 ], [ -76.639037, 39.31021 ], [ -76.63972, 39.310177 ], [ -76.640389, 39.310146 ], [ -76.640912, 39.310153 ], [ -76.641168, 39.310145 ], [ -76.641502, 39.310131 ], [ -76.642514, 39.310089 ], [ -76.643371, 39.31078 ], [ -76.64351, 39.3109 ], [ -76.643964, 39.311293 ], [ -76.645408, 39.312515 ], [ -76.645876, 39.312898 ], [ -76.646316, 39.313248 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130400", "name": "Census Tract 1304, Baltimore city, Maryland", "total_population_17": 2182, "white_alone_17": 135.0, "black_alone_17": 1921.0, "native_alone_17": 15.0, "asian_alone_17": 1.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 105.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 5.592, "pct_black_alone_change": -9.751, "pct_native_alone_change": 0.602, "pct_asian_alone_change": -0.422, "pct_hispanic_or_latino_change": 3.792, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3225962", "INTPTLON": "-076.6448717" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.65752, 39.3255 ], [ -76.657495, 39.325551 ], [ -76.657466, 39.325587 ], [ -76.657419, 39.32564 ], [ -76.657365, 39.32569 ], [ -76.657267, 39.325795 ], [ -76.657138, 39.325919 ], [ -76.65699, 39.326081 ], [ -76.656916, 39.326174 ], [ -76.656852, 39.326265 ], [ -76.656783, 39.326373 ], [ -76.656717, 39.326491 ], [ -76.656674, 39.326564 ], [ -76.65661, 39.326694 ], [ -76.65656, 39.326798 ], [ -76.656521, 39.326895 ], [ -76.656488, 39.326992 ], [ -76.656441, 39.327136 ], [ -76.656388, 39.327315 ], [ -76.656329, 39.3275 ], [ -76.656191, 39.327923 ], [ -76.656141, 39.328088 ], [ -76.656052, 39.328344 ], [ -76.656005, 39.328499 ], [ -76.655917, 39.32875 ], [ -76.655767, 39.329054 ], [ -76.655665, 39.329239 ], [ -76.655534, 39.32944 ], [ -76.655436, 39.329567 ], [ -76.655356, 39.329668 ], [ -76.65523, 39.329804 ], [ -76.655107, 39.329904 ], [ -76.65495, 39.330015 ], [ -76.65486, 39.33007 ], [ -76.654766, 39.330122 ], [ -76.654682, 39.330156 ], [ -76.654586, 39.330199 ], [ -76.654478, 39.330241 ], [ -76.654327, 39.330302 ], [ -76.654032, 39.330291 ], [ -76.652271, 39.330915 ], [ -76.651891, 39.331051 ], [ -76.647979, 39.330144 ], [ -76.646191, 39.329905 ], [ -76.645391, 39.330705 ], [ -76.644891, 39.330905 ], [ -76.644583, 39.330364 ], [ -76.644591, 39.329705 ], [ -76.643863, 39.329605 ], [ -76.643223, 39.329584 ], [ -76.642788, 39.329658 ], [ -76.642543, 39.329144 ], [ -76.642366, 39.328749 ], [ -76.642118, 39.328346 ], [ -76.641762, 39.327965 ], [ -76.641411, 39.327677 ], [ -76.641072, 39.327449 ], [ -76.640902, 39.327361 ], [ -76.640624, 39.327247 ], [ -76.640528, 39.327216 ], [ -76.640282, 39.326971 ], [ -76.640014, 39.326736 ], [ -76.639619, 39.326504 ], [ -76.639319, 39.326377 ], [ -76.639036, 39.326299 ], [ -76.638707, 39.326221 ], [ -76.638421, 39.326173 ], [ -76.637531, 39.326047 ], [ -76.636798, 39.32592 ], [ -76.636264, 39.32578 ], [ -76.635796, 39.32559 ], [ -76.63545, 39.32542 ], [ -76.635, 39.325156 ], [ -76.6343, 39.324737 ], [ -76.633665, 39.324309 ], [ -76.633342, 39.324065 ], [ -76.633104, 39.323863 ], [ -76.632701, 39.323496 ], [ -76.632532, 39.323277 ], [ -76.632358, 39.322979 ], [ -76.632281, 39.322835 ], [ -76.63218, 39.322633 ], [ -76.63195, 39.322272 ], [ -76.630941, 39.32073 ], [ -76.630896, 39.320662 ], [ -76.630818, 39.320515 ], [ -76.630723, 39.320356 ], [ -76.630634, 39.320204 ], [ -76.630536, 39.32003 ], [ -76.630445, 39.319852 ], [ -76.630373, 39.319668 ], [ -76.630171, 39.318992 ], [ -76.630036, 39.318532 ], [ -76.629904, 39.318189 ], [ -76.629888, 39.318154 ], [ -76.629846, 39.318043 ], [ -76.629733, 39.317741 ], [ -76.629684, 39.317614 ], [ -76.629617, 39.317447 ], [ -76.629552, 39.31731 ], [ -76.629474, 39.317162 ], [ -76.629459, 39.317135 ], [ -76.629444, 39.317107 ], [ -76.629438, 39.317096 ], [ -76.62943, 39.317081 ], [ -76.629579, 39.317017 ], [ -76.629683, 39.316972 ], [ -76.629785, 39.316947 ], [ -76.629906, 39.316913 ], [ -76.629999, 39.316889 ], [ -76.630101, 39.316867 ], [ -76.630209, 39.316854 ], [ -76.630398, 39.316821 ], [ -76.630594, 39.316802 ], [ -76.63073, 39.316802 ], [ -76.630935, 39.316797 ], [ -76.631177, 39.316793 ], [ -76.631476, 39.316807 ], [ -76.631799, 39.316836 ], [ -76.632123, 39.316861 ], [ -76.632386, 39.316883 ], [ -76.632658, 39.3169 ], [ -76.633956, 39.317011 ], [ -76.634614, 39.316982 ], [ -76.635466, 39.31696 ], [ -76.63618, 39.316962 ], [ -76.636438, 39.316963 ], [ -76.63658, 39.316953 ], [ -76.636683, 39.316943 ], [ -76.636903, 39.316914 ], [ -76.637004, 39.316889 ], [ -76.637096, 39.316859 ], [ -76.637241, 39.316803 ], [ -76.637556, 39.316679 ], [ -76.637746, 39.316603 ], [ -76.637958, 39.316522 ], [ -76.638212, 39.316423 ], [ -76.638379, 39.316354 ], [ -76.638569, 39.316268 ], [ -76.638702, 39.31621 ], [ -76.638863, 39.316128 ], [ -76.639406, 39.315838 ], [ -76.63939, 39.315743 ], [ -76.639402, 39.315684 ], [ -76.63945, 39.315637 ], [ -76.639945, 39.315356 ], [ -76.640303, 39.315139 ], [ -76.641075, 39.314528 ], [ -76.641849, 39.314032 ], [ -76.642989, 39.315209 ], [ -76.643096, 39.315299 ], [ -76.643292, 39.315476 ], [ -76.64345, 39.315624 ], [ -76.643631, 39.315793 ], [ -76.644175, 39.31526 ], [ -76.644335, 39.315093 ], [ -76.644557, 39.314876 ], [ -76.644831, 39.314624 ], [ -76.645096, 39.314379 ], [ -76.645442, 39.314056 ], [ -76.645585, 39.313922 ], [ -76.646316, 39.313248 ], [ -76.646646, 39.313498 ], [ -76.646775, 39.313596 ], [ -76.646924, 39.313722 ], [ -76.647629, 39.314315 ], [ -76.64819, 39.31477 ], [ -76.648725, 39.315225 ], [ -76.649115, 39.315543 ], [ -76.649335, 39.315722 ], [ -76.649784, 39.316112 ], [ -76.649898, 39.316204 ], [ -76.650494, 39.316704 ], [ -76.650596, 39.316796 ], [ -76.650617, 39.316815 ], [ -76.651137, 39.317219 ], [ -76.651162, 39.317268 ], [ -76.651216, 39.317345 ], [ -76.651275, 39.317408 ], [ -76.651448, 39.317581 ], [ -76.65165, 39.317748 ], [ -76.651849, 39.317909 ], [ -76.652014, 39.31805 ], [ -76.652155, 39.318185 ], [ -76.652269, 39.318311 ], [ -76.652397, 39.318456 ], [ -76.652477, 39.318549 ], [ -76.653616, 39.32006 ], [ -76.654289, 39.320972 ], [ -76.654881, 39.32181 ], [ -76.654912, 39.321853 ], [ -76.655267, 39.322334 ], [ -76.65554, 39.322713 ], [ -76.656223, 39.323624 ], [ -76.656844, 39.324438 ], [ -76.657105, 39.324785 ], [ -76.657234, 39.325018 ], [ -76.657363, 39.325216 ], [ -76.657477, 39.325373 ], [ -76.657528, 39.325453 ], [ -76.65752, 39.3255 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130600", "name": "Census Tract 1306, Baltimore city, Maryland", "total_population_17": 3682, "white_alone_17": 3011.0, "black_alone_17": 256.0, "native_alone_17": 0.0, "asian_alone_17": 234.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 82.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -8.071, "pct_black_alone_change": 4.165, "pct_native_alone_change": -0.997, "pct_asian_alone_change": 2.621, "pct_hispanic_or_latino_change": 0.309, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3264635", "INTPTLON": "-076.6304217" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.635446, 39.332613 ], [ -76.634847, 39.332669 ], [ -76.634257, 39.33269 ], [ -76.632791, 39.332743 ], [ -76.632047, 39.332787 ], [ -76.631359, 39.332814 ], [ -76.631267, 39.331575 ], [ -76.631254, 39.331172 ], [ -76.630357, 39.331206 ], [ -76.6294, 39.331253 ], [ -76.628723, 39.331276 ], [ -76.628029, 39.331301 ], [ -76.626759, 39.33133 ], [ -76.625917, 39.331158 ], [ -76.625913, 39.330953 ], [ -76.625853, 39.330706 ], [ -76.625781, 39.330532 ], [ -76.625666, 39.330291 ], [ -76.625552, 39.330071 ], [ -76.625428, 39.329876 ], [ -76.625356, 39.329665 ], [ -76.625294, 39.329363 ], [ -76.625196, 39.328748 ], [ -76.625139, 39.328562 ], [ -76.625075, 39.32837 ], [ -76.62502, 39.328142 ], [ -76.624973, 39.327824 ], [ -76.624977, 39.327167 ], [ -76.625005, 39.326874 ], [ -76.625109, 39.326481 ], [ -76.625348, 39.326224 ], [ -76.625542, 39.326012 ], [ -76.625761, 39.325754 ], [ -76.625931, 39.325559 ], [ -76.626023, 39.325336 ], [ -76.626074, 39.325118 ], [ -76.62611, 39.324911 ], [ -76.626118, 39.32463 ], [ -76.626134, 39.324347 ], [ -76.626131, 39.324129 ], [ -76.626132, 39.323849 ], [ -76.626177, 39.320843 ], [ -76.626752, 39.320889 ], [ -76.626986, 39.320793 ], [ -76.6271, 39.320731 ], [ -76.627238, 39.320653 ], [ -76.627476, 39.320484 ], [ -76.627606, 39.320366 ], [ -76.627763, 39.320197 ], [ -76.628197, 39.319639 ], [ -76.628233, 39.31959 ], [ -76.62838, 39.319431 ], [ -76.628527, 39.319273 ], [ -76.628865, 39.318969 ], [ -76.629201, 39.318733 ], [ -76.629386, 39.31858 ], [ -76.629524, 39.318469 ], [ -76.62976, 39.318278 ], [ -76.629766, 39.318257 ], [ -76.629888, 39.318154 ], [ -76.629904, 39.318189 ], [ -76.630036, 39.318532 ], [ -76.630171, 39.318992 ], [ -76.630373, 39.319668 ], [ -76.630445, 39.319852 ], [ -76.630536, 39.32003 ], [ -76.630634, 39.320204 ], [ -76.630723, 39.320356 ], [ -76.630818, 39.320515 ], [ -76.630896, 39.320662 ], [ -76.630941, 39.32073 ], [ -76.63195, 39.322272 ], [ -76.63218, 39.322633 ], [ -76.632281, 39.322835 ], [ -76.632358, 39.322979 ], [ -76.632532, 39.323277 ], [ -76.632701, 39.323496 ], [ -76.633104, 39.323863 ], [ -76.633342, 39.324065 ], [ -76.633665, 39.324309 ], [ -76.6343, 39.324737 ], [ -76.634265, 39.32485 ], [ -76.63424, 39.324888 ], [ -76.634204, 39.32494 ], [ -76.634129, 39.325033 ], [ -76.633998, 39.325174 ], [ -76.633781, 39.325413 ], [ -76.633653, 39.325568 ], [ -76.633487, 39.325783 ], [ -76.633383, 39.325911 ], [ -76.633323, 39.326004 ], [ -76.633205, 39.326224 ], [ -76.633125, 39.326472 ], [ -76.633101, 39.326634 ], [ -76.633105, 39.326724 ], [ -76.633141, 39.326829 ], [ -76.63321, 39.32697 ], [ -76.633516, 39.327437 ], [ -76.633613, 39.327669 ], [ -76.633739, 39.327991 ], [ -76.633844, 39.328054 ], [ -76.633927, 39.328145 ], [ -76.634109, 39.328405 ], [ -76.634269, 39.328661 ], [ -76.634397, 39.328918 ], [ -76.634434, 39.329055 ], [ -76.634519, 39.329305 ], [ -76.634689, 39.329895 ], [ -76.634825, 39.330391 ], [ -76.634918, 39.330773 ], [ -76.634924, 39.330864 ], [ -76.634943, 39.330945 ], [ -76.634964, 39.331049 ], [ -76.635266, 39.332028 ], [ -76.635426, 39.332545 ], [ -76.635446, 39.332613 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130700", "name": "Census Tract 1307, Baltimore city, Maryland", "total_population_17": 4712, "white_alone_17": 3781.0, "black_alone_17": 352.0, "native_alone_17": 0.0, "asian_alone_17": 153.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 224.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -9.318, "pct_black_alone_change": 1.619, "pct_native_alone_change": -0.538, "pct_asian_alone_change": 0.828, "pct_hispanic_or_latino_change": 3.286, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3366684", "INTPTLON": "-076.6316576" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.64008, 39.34313 ], [ -76.639961, 39.343094 ], [ -76.639406, 39.342953 ], [ -76.63923, 39.342932 ], [ -76.638919, 39.342912 ], [ -76.638625, 39.342912 ], [ -76.638443, 39.342922 ], [ -76.638317, 39.342932 ], [ -76.638201, 39.342947 ], [ -76.638077, 39.342969 ], [ -76.63797, 39.342993 ], [ -76.637852, 39.343021 ], [ -76.637694, 39.343064 ], [ -76.637583, 39.343097 ], [ -76.637087, 39.343275 ], [ -76.636327, 39.343552 ], [ -76.635382, 39.34388 ], [ -76.635212, 39.342847 ], [ -76.635175, 39.342693 ], [ -76.635163, 39.342645 ], [ -76.635055, 39.342419 ], [ -76.635033, 39.342373 ], [ -76.634911, 39.342144 ], [ -76.634721, 39.341893 ], [ -76.634624, 39.341765 ], [ -76.634539, 39.341676 ], [ -76.634461, 39.341592 ], [ -76.634375, 39.341511 ], [ -76.634251, 39.341418 ], [ -76.634094, 39.341308 ], [ -76.633803, 39.341129 ], [ -76.633627, 39.341023 ], [ -76.633063, 39.340673 ], [ -76.632938, 39.340588 ], [ -76.632822, 39.340504 ], [ -76.63271, 39.340405 ], [ -76.632506, 39.3402 ], [ -76.6324, 39.340048 ], [ -76.632282, 39.339868 ], [ -76.632191, 39.339747 ], [ -76.632101, 39.339647 ], [ -76.631964, 39.339534 ], [ -76.631859, 39.339468 ], [ -76.631709, 39.339406 ], [ -76.631564, 39.339362 ], [ -76.631389, 39.339326 ], [ -76.631206, 39.339302 ], [ -76.630913, 39.339283 ], [ -76.630712, 39.339291 ], [ -76.630414, 39.339313 ], [ -76.630133, 39.339337 ], [ -76.629464, 39.339414 ], [ -76.629239, 39.339431 ], [ -76.629071, 39.33944 ], [ -76.628904, 39.339444 ], [ -76.62876, 39.339444 ], [ -76.62858, 39.339436 ], [ -76.628359, 39.339401 ], [ -76.628188, 39.339357 ], [ -76.628032, 39.339303 ], [ -76.627912, 39.33925 ], [ -76.627803, 39.339191 ], [ -76.627683, 39.339122 ], [ -76.627496, 39.338984 ], [ -76.627377, 39.338891 ], [ -76.627262, 39.33879 ], [ -76.627085, 39.338625 ], [ -76.626797, 39.338338 ], [ -76.626619, 39.338157 ], [ -76.62651, 39.338045 ], [ -76.626398, 39.337952 ], [ -76.626276, 39.337845 ], [ -76.626105, 39.337712 ], [ -76.625867, 39.337534 ], [ -76.625566, 39.33735 ], [ -76.625111, 39.337092 ], [ -76.624638, 39.336844 ], [ -76.624544, 39.336791 ], [ -76.624274, 39.336638 ], [ -76.624024, 39.336479 ], [ -76.62376, 39.333934 ], [ -76.623845, 39.33361 ], [ -76.623961, 39.333384 ], [ -76.624151, 39.333085 ], [ -76.624193, 39.332924 ], [ -76.624225, 39.332754 ], [ -76.624216, 39.332568 ], [ -76.624186, 39.332381 ], [ -76.624218, 39.332228 ], [ -76.624312, 39.332058 ], [ -76.624428, 39.33188 ], [ -76.624627, 39.331695 ], [ -76.624847, 39.331542 ], [ -76.624992, 39.331486 ], [ -76.625056, 39.331462 ], [ -76.625286, 39.331406 ], [ -76.625539, 39.331348 ], [ -76.625787, 39.331258 ], [ -76.625917, 39.331158 ], [ -76.626759, 39.33133 ], [ -76.628029, 39.331301 ], [ -76.628723, 39.331276 ], [ -76.6294, 39.331253 ], [ -76.630357, 39.331206 ], [ -76.631254, 39.331172 ], [ -76.631267, 39.331575 ], [ -76.631359, 39.332814 ], [ -76.632047, 39.332787 ], [ -76.632791, 39.332743 ], [ -76.634257, 39.33269 ], [ -76.634847, 39.332669 ], [ -76.635446, 39.332613 ], [ -76.635638, 39.333202 ], [ -76.635831, 39.333845 ], [ -76.635851, 39.333913 ], [ -76.635937, 39.334205 ], [ -76.63599, 39.334405 ], [ -76.636107, 39.334757 ], [ -76.636612, 39.336424 ], [ -76.636749, 39.336751 ], [ -76.63679, 39.336838 ], [ -76.636825, 39.336893 ], [ -76.637361, 39.337635 ], [ -76.637741, 39.338161 ], [ -76.637897, 39.338371 ], [ -76.638142, 39.338715 ], [ -76.638412, 39.339091 ], [ -76.63858, 39.33938 ], [ -76.638784, 39.339707 ], [ -76.638967, 39.339999 ], [ -76.638982, 39.340027 ], [ -76.639288, 39.340616 ], [ -76.639405, 39.340847 ], [ -76.639511, 39.341087 ], [ -76.639538, 39.341159 ], [ -76.639667, 39.3415 ], [ -76.639777, 39.341807 ], [ -76.639833, 39.341972 ], [ -76.64, 39.342492 ], [ -76.640218, 39.343174 ], [ -76.64008, 39.34313 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130803", "name": "Census Tract 1308.03, Baltimore city, Maryland", "total_population_17": 2416, "white_alone_17": 1620.0, "black_alone_17": 240.0, "native_alone_17": 0.0, "asian_alone_17": 362.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 86.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -12.548, "pct_black_alone_change": -2.965, "pct_native_alone_change": -0.471, "pct_asian_alone_change": 10.345, "pct_hispanic_or_latino_change": 1.459, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3402502", "INTPTLON": "-076.6433643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.647767, 39.339843 ], [ -76.647758, 39.339917 ], [ -76.64771, 39.340197 ], [ -76.647579, 39.34082 ], [ -76.647521, 39.341109 ], [ -76.647413, 39.341856 ], [ -76.647378, 39.342503 ], [ -76.647364, 39.343219 ], [ -76.647337, 39.343996 ], [ -76.6473, 39.344438 ], [ -76.647266, 39.344876 ], [ -76.647255, 39.344967 ], [ -76.647234, 39.345144 ], [ -76.647222, 39.345243 ], [ -76.647186, 39.345247 ], [ -76.647038, 39.345262 ], [ -76.646996, 39.345266 ], [ -76.646885, 39.345277 ], [ -76.646358, 39.345322 ], [ -76.645947, 39.345355 ], [ -76.645642, 39.345384 ], [ -76.645356, 39.345411 ], [ -76.645037, 39.345431 ], [ -76.644849, 39.345438 ], [ -76.644813, 39.345437 ], [ -76.644692, 39.345434 ], [ -76.644555, 39.345423 ], [ -76.644542, 39.345422 ], [ -76.644364, 39.3454 ], [ -76.644019, 39.345348 ], [ -76.643267, 39.345182 ], [ -76.643049, 39.345101 ], [ -76.6428, 39.344993 ], [ -76.642314, 39.344748 ], [ -76.642009, 39.344549 ], [ -76.64132, 39.344038 ], [ -76.641175, 39.34393 ], [ -76.641113, 39.343887 ], [ -76.640283, 39.343372 ], [ -76.640218, 39.343174 ], [ -76.64, 39.342492 ], [ -76.639833, 39.341972 ], [ -76.639777, 39.341807 ], [ -76.639667, 39.3415 ], [ -76.639538, 39.341159 ], [ -76.639511, 39.341087 ], [ -76.639405, 39.340847 ], [ -76.639288, 39.340616 ], [ -76.638982, 39.340027 ], [ -76.638967, 39.339999 ], [ -76.638784, 39.339707 ], [ -76.63858, 39.33938 ], [ -76.638412, 39.339091 ], [ -76.638142, 39.338715 ], [ -76.637897, 39.338371 ], [ -76.637741, 39.338161 ], [ -76.637361, 39.337635 ], [ -76.637782, 39.337465 ], [ -76.638275, 39.337266 ], [ -76.639186, 39.336919 ], [ -76.640385, 39.336448 ], [ -76.641068, 39.336199 ], [ -76.64234, 39.335693 ], [ -76.642397, 39.33567 ], [ -76.644454, 39.33483 ], [ -76.644476, 39.33482 ], [ -76.644627, 39.334753 ], [ -76.644644, 39.334777 ], [ -76.645608, 39.336077 ], [ -76.647326, 39.33837 ], [ -76.64739, 39.338462 ], [ -76.647474, 39.338583 ], [ -76.647566, 39.338787 ], [ -76.647656, 39.339047 ], [ -76.647732, 39.339356 ], [ -76.647767, 39.339615 ], [ -76.647767, 39.339843 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130804", "name": "Census Tract 1308.04, Baltimore city, Maryland", "total_population_17": 1942, "white_alone_17": 1706.0, "black_alone_17": 147.0, "native_alone_17": 0.0, "asian_alone_17": 27.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 62.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -3.078, "pct_black_alone_change": 3.033, "pct_native_alone_change": -0.525, "pct_asian_alone_change": 0.053, "pct_hispanic_or_latino_change": 1.331, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3312836", "INTPTLON": "-076.6384027" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.644476, 39.33482 ], [ -76.644454, 39.33483 ], [ -76.642397, 39.33567 ], [ -76.64234, 39.335693 ], [ -76.641068, 39.336199 ], [ -76.640385, 39.336448 ], [ -76.639186, 39.336919 ], [ -76.638275, 39.337266 ], [ -76.637782, 39.337465 ], [ -76.637361, 39.337635 ], [ -76.636825, 39.336893 ], [ -76.63679, 39.336838 ], [ -76.636749, 39.336751 ], [ -76.636612, 39.336424 ], [ -76.636107, 39.334757 ], [ -76.63599, 39.334405 ], [ -76.635937, 39.334205 ], [ -76.635851, 39.333913 ], [ -76.635831, 39.333845 ], [ -76.635638, 39.333202 ], [ -76.635446, 39.332613 ], [ -76.635426, 39.332545 ], [ -76.635266, 39.332028 ], [ -76.634964, 39.331049 ], [ -76.634943, 39.330945 ], [ -76.634924, 39.330864 ], [ -76.634918, 39.330773 ], [ -76.634825, 39.330391 ], [ -76.634689, 39.329895 ], [ -76.634519, 39.329305 ], [ -76.634434, 39.329055 ], [ -76.634397, 39.328918 ], [ -76.634269, 39.328661 ], [ -76.634109, 39.328405 ], [ -76.633927, 39.328145 ], [ -76.633844, 39.328054 ], [ -76.633739, 39.327991 ], [ -76.633613, 39.327669 ], [ -76.633516, 39.327437 ], [ -76.63321, 39.32697 ], [ -76.633141, 39.326829 ], [ -76.633105, 39.326724 ], [ -76.633101, 39.326634 ], [ -76.633125, 39.326472 ], [ -76.633205, 39.326224 ], [ -76.633323, 39.326004 ], [ -76.633383, 39.325911 ], [ -76.633487, 39.325783 ], [ -76.633653, 39.325568 ], [ -76.633781, 39.325413 ], [ -76.633998, 39.325174 ], [ -76.634129, 39.325033 ], [ -76.634204, 39.32494 ], [ -76.63424, 39.324888 ], [ -76.634265, 39.32485 ], [ -76.6343, 39.324737 ], [ -76.635, 39.325156 ], [ -76.63545, 39.32542 ], [ -76.635796, 39.32559 ], [ -76.636264, 39.32578 ], [ -76.636798, 39.32592 ], [ -76.637531, 39.326047 ], [ -76.638421, 39.326173 ], [ -76.638707, 39.326221 ], [ -76.639036, 39.326299 ], [ -76.639319, 39.326377 ], [ -76.639619, 39.326504 ], [ -76.640014, 39.326736 ], [ -76.640282, 39.326971 ], [ -76.640528, 39.327216 ], [ -76.640692, 39.327432 ], [ -76.64084, 39.327708 ], [ -76.640958, 39.328077 ], [ -76.641007, 39.328259 ], [ -76.641071, 39.328483 ], [ -76.641465, 39.330211 ], [ -76.641595, 39.330808 ], [ -76.64165, 39.330965 ], [ -76.641657, 39.330981 ], [ -76.64168, 39.331042 ], [ -76.641774, 39.33125 ], [ -76.641929, 39.331495 ], [ -76.642019, 39.33161 ], [ -76.642269, 39.331922 ], [ -76.642847, 39.33247 ], [ -76.643234, 39.332892 ], [ -76.643701, 39.333462 ], [ -76.644091, 39.334005 ], [ -76.644627, 39.334753 ], [ -76.644476, 39.33482 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130805", "name": "Census Tract 1308.05, Baltimore city, Maryland", "total_population_17": 906, "white_alone_17": 98.0, "black_alone_17": 783.0, "native_alone_17": 0.0, "asian_alone_17": 16.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -9.323, "pct_black_alone_change": 11.564, "pct_native_alone_change": -0.114, "pct_asian_alone_change": -2.324, "pct_hispanic_or_latino_change": -0.796, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3521339", "INTPTLON": "-076.6522287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.660354, 39.35521 ], [ -76.660187, 39.355267 ], [ -76.659932, 39.355367 ], [ -76.659287, 39.35563 ], [ -76.658916, 39.355778 ], [ -76.658627, 39.355889 ], [ -76.656318, 39.356836 ], [ -76.654882, 39.357462 ], [ -76.654802, 39.357503 ], [ -76.65471, 39.357554 ], [ -76.654446, 39.357718 ], [ -76.654312, 39.357814 ], [ -76.654151, 39.357938 ], [ -76.654032, 39.358038 ], [ -76.653768, 39.35835 ], [ -76.65361, 39.358559 ], [ -76.653435, 39.358828 ], [ -76.653153, 39.359252 ], [ -76.653031, 39.359391 ], [ -76.65295, 39.359471 ], [ -76.65282, 39.359595 ], [ -76.652673, 39.359708 ], [ -76.65256, 39.359789 ], [ -76.652405, 39.359896 ], [ -76.652067, 39.360085 ], [ -76.651937, 39.360143 ], [ -76.651691, 39.360241 ], [ -76.651287, 39.360365 ], [ -76.651161, 39.360396 ], [ -76.651011, 39.360437 ], [ -76.650551, 39.360533 ], [ -76.650554, 39.360442 ], [ -76.650569, 39.360297 ], [ -76.65057, 39.360146 ], [ -76.650536, 39.360004 ], [ -76.650437, 39.359691 ], [ -76.650423, 39.359207 ], [ -76.650265, 39.358186 ], [ -76.650147, 39.357729 ], [ -76.650119, 39.357589 ], [ -76.650047, 39.357223 ], [ -76.649961, 39.356816 ], [ -76.649936, 39.3567 ], [ -76.649854, 39.356435 ], [ -76.649831, 39.356362 ], [ -76.649661, 39.355967 ], [ -76.649491, 39.355703 ], [ -76.649359, 39.355529 ], [ -76.649147, 39.355296 ], [ -76.648867, 39.355007 ], [ -76.648498, 39.354663 ], [ -76.648294, 39.35443 ], [ -76.64812, 39.354213 ], [ -76.648014, 39.354048 ], [ -76.647877, 39.353767 ], [ -76.647745, 39.353431 ], [ -76.647555, 39.353017 ], [ -76.647091, 39.351923 ], [ -76.64691, 39.35155 ], [ -76.646795, 39.351269 ], [ -76.646725, 39.351107 ], [ -76.646609, 39.35081 ], [ -76.646548, 39.35064 ], [ -76.646505, 39.350474 ], [ -76.646458, 39.35031 ], [ -76.646441, 39.350204 ], [ -76.646414, 39.350059 ], [ -76.646394, 39.349826 ], [ -76.646402, 39.349617 ], [ -76.646416, 39.349466 ], [ -76.646699, 39.347896 ], [ -76.646757, 39.347601 ], [ -76.647127, 39.345619 ], [ -76.647222, 39.345243 ], [ -76.647473, 39.345203 ], [ -76.647584, 39.345192 ], [ -76.647747, 39.345172 ], [ -76.64814, 39.345128 ], [ -76.648711, 39.345086 ], [ -76.649135, 39.345057 ], [ -76.649317, 39.345043 ], [ -76.649852, 39.344992 ], [ -76.650023, 39.34497 ], [ -76.650191, 39.344944 ], [ -76.650338, 39.34491 ], [ -76.650654, 39.344798 ], [ -76.65097, 39.34465 ], [ -76.65121, 39.344505 ], [ -76.651436, 39.344347 ], [ -76.65173, 39.344128 ], [ -76.65202, 39.343886 ], [ -76.652533, 39.343433 ], [ -76.653951, 39.342409 ], [ -76.654209, 39.342221 ], [ -76.654396, 39.342125 ], [ -76.654534, 39.342061 ], [ -76.654658, 39.342018 ], [ -76.654856, 39.341961 ], [ -76.655121, 39.341913 ], [ -76.655484, 39.341854 ], [ -76.655703, 39.341801 ], [ -76.656047, 39.341722 ], [ -76.65654, 39.341584 ], [ -76.656798, 39.34149 ], [ -76.657067, 39.341366 ], [ -76.657333, 39.341199 ], [ -76.657547, 39.34106 ], [ -76.657692, 39.340992 ], [ -76.657845, 39.340938 ], [ -76.658023, 39.340896 ], [ -76.658181, 39.340866 ], [ -76.658109, 39.341013 ], [ -76.658056, 39.341101 ], [ -76.657959, 39.341237 ], [ -76.657839, 39.341386 ], [ -76.657683, 39.341556 ], [ -76.657421, 39.341859 ], [ -76.657268, 39.342111 ], [ -76.65723, 39.342189 ], [ -76.657193, 39.342303 ], [ -76.657175, 39.342413 ], [ -76.657171, 39.342593 ], [ -76.657195, 39.342744 ], [ -76.65724, 39.342893 ], [ -76.657304, 39.343015 ], [ -76.657376, 39.343132 ], [ -76.657549, 39.343304 ], [ -76.657762, 39.343493 ], [ -76.658077, 39.343748 ], [ -76.658391, 39.344005 ], [ -76.658614, 39.344177 ], [ -76.658683, 39.344232 ], [ -76.658853, 39.344383 ], [ -76.659096, 39.344659 ], [ -76.659295, 39.344972 ], [ -76.659436, 39.345253 ], [ -76.659462, 39.345306 ], [ -76.659552, 39.345582 ], [ -76.659582, 39.345717 ], [ -76.659589, 39.345854 ], [ -76.659557, 39.346072 ], [ -76.659447, 39.346506 ], [ -76.659265, 39.347205 ], [ -76.659156, 39.347639 ], [ -76.659133, 39.347887 ], [ -76.659162, 39.348134 ], [ -76.659181, 39.348233 ], [ -76.659284, 39.349057 ], [ -76.659335, 39.34949 ], [ -76.659428, 39.349958 ], [ -76.659486, 39.350245 ], [ -76.659512, 39.350395 ], [ -76.659604, 39.350934 ], [ -76.659712, 39.351815 ], [ -76.659886, 39.352825 ], [ -76.659935, 39.353061 ], [ -76.660219, 39.354423 ], [ -76.660314, 39.35488 ], [ -76.660352, 39.355053 ], [ -76.660408, 39.355193 ], [ -76.660354, 39.35521 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510130806", "name": "Census Tract 1308.06, Baltimore city, Maryland", "total_population_17": 1353, "white_alone_17": 921.0, "black_alone_17": 256.0, "native_alone_17": 0.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 13.0, "hispanic_or_latino_17": 94.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -3.472, "pct_black_alone_change": -3.648, "pct_native_alone_change": -1.249, "pct_asian_alone_change": 1.114, "pct_hispanic_or_latino_change": 5.075, "pct_native_hawaiian_pacific_islander_change": 0.961, "INTPTLAT": "+39.3346113", "INTPTLON": "-076.6503321" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.65841, 39.340832 ], [ -76.658181, 39.340866 ], [ -76.658023, 39.340896 ], [ -76.657845, 39.340938 ], [ -76.657692, 39.340992 ], [ -76.657547, 39.34106 ], [ -76.657333, 39.341199 ], [ -76.657067, 39.341366 ], [ -76.656798, 39.34149 ], [ -76.65654, 39.341584 ], [ -76.656047, 39.341722 ], [ -76.655703, 39.341801 ], [ -76.655484, 39.341854 ], [ -76.655121, 39.341913 ], [ -76.654856, 39.341961 ], [ -76.654658, 39.342018 ], [ -76.654534, 39.342061 ], [ -76.654396, 39.342125 ], [ -76.654209, 39.342221 ], [ -76.653951, 39.342409 ], [ -76.652533, 39.343433 ], [ -76.65202, 39.343886 ], [ -76.65173, 39.344128 ], [ -76.651436, 39.344347 ], [ -76.65121, 39.344505 ], [ -76.65097, 39.34465 ], [ -76.650654, 39.344798 ], [ -76.650338, 39.34491 ], [ -76.650191, 39.344944 ], [ -76.650023, 39.34497 ], [ -76.649852, 39.344992 ], [ -76.649317, 39.345043 ], [ -76.649135, 39.345057 ], [ -76.648711, 39.345086 ], [ -76.64814, 39.345128 ], [ -76.647747, 39.345172 ], [ -76.647584, 39.345192 ], [ -76.647473, 39.345203 ], [ -76.647222, 39.345243 ], [ -76.647234, 39.345144 ], [ -76.647255, 39.344967 ], [ -76.647266, 39.344876 ], [ -76.6473, 39.344438 ], [ -76.647337, 39.343996 ], [ -76.647364, 39.343219 ], [ -76.647378, 39.342503 ], [ -76.647413, 39.341856 ], [ -76.647521, 39.341109 ], [ -76.647579, 39.34082 ], [ -76.64771, 39.340197 ], [ -76.647758, 39.339917 ], [ -76.647767, 39.339843 ], [ -76.647767, 39.339615 ], [ -76.647732, 39.339356 ], [ -76.647656, 39.339047 ], [ -76.647566, 39.338787 ], [ -76.647474, 39.338583 ], [ -76.64739, 39.338462 ], [ -76.647326, 39.33837 ], [ -76.645608, 39.336077 ], [ -76.644644, 39.334777 ], [ -76.644627, 39.334753 ], [ -76.644091, 39.334005 ], [ -76.643701, 39.333462 ], [ -76.643234, 39.332892 ], [ -76.642847, 39.33247 ], [ -76.642269, 39.331922 ], [ -76.642019, 39.33161 ], [ -76.641929, 39.331495 ], [ -76.641774, 39.33125 ], [ -76.64168, 39.331042 ], [ -76.641657, 39.330981 ], [ -76.64165, 39.330965 ], [ -76.641595, 39.330808 ], [ -76.641465, 39.330211 ], [ -76.641071, 39.328483 ], [ -76.641007, 39.328259 ], [ -76.640958, 39.328077 ], [ -76.64084, 39.327708 ], [ -76.640692, 39.327432 ], [ -76.640528, 39.327216 ], [ -76.640624, 39.327247 ], [ -76.640902, 39.327361 ], [ -76.641072, 39.327449 ], [ -76.641411, 39.327677 ], [ -76.641762, 39.327965 ], [ -76.642118, 39.328346 ], [ -76.642366, 39.328749 ], [ -76.642543, 39.329144 ], [ -76.642788, 39.329658 ], [ -76.643223, 39.329584 ], [ -76.643863, 39.329605 ], [ -76.644591, 39.329705 ], [ -76.644583, 39.330364 ], [ -76.644891, 39.330905 ], [ -76.645391, 39.330705 ], [ -76.646191, 39.329905 ], [ -76.647979, 39.330144 ], [ -76.651891, 39.331051 ], [ -76.652271, 39.330915 ], [ -76.654032, 39.330291 ], [ -76.654092, 39.330397 ], [ -76.654631, 39.331337 ], [ -76.654967, 39.331893 ], [ -76.655187, 39.332284 ], [ -76.655305, 39.332484 ], [ -76.65544, 39.332691 ], [ -76.655536, 39.332821 ], [ -76.655664, 39.332964 ], [ -76.655735, 39.333053 ], [ -76.655773, 39.333107 ], [ -76.655816, 39.333167 ], [ -76.655885, 39.333283 ], [ -76.655922, 39.333359 ], [ -76.655949, 39.333453 ], [ -76.655964, 39.333549 ], [ -76.655956, 39.333919 ], [ -76.655955, 39.333964 ], [ -76.655949, 39.33405 ], [ -76.655939, 39.334208 ], [ -76.655925, 39.334465 ], [ -76.655937, 39.334611 ], [ -76.655973, 39.334786 ], [ -76.656006, 39.334895 ], [ -76.656026, 39.334944 ], [ -76.656072, 39.335057 ], [ -76.656157, 39.335253 ], [ -76.656216, 39.335408 ], [ -76.656248, 39.335526 ], [ -76.656256, 39.335566 ], [ -76.65627, 39.335637 ], [ -76.656278, 39.335707 ], [ -76.656337, 39.336291 ], [ -76.656348, 39.336398 ], [ -76.656359, 39.336504 ], [ -76.656409, 39.336921 ], [ -76.656445, 39.337251 ], [ -76.656469, 39.337444 ], [ -76.656489, 39.337554 ], [ -76.656523, 39.337651 ], [ -76.656553, 39.337733 ], [ -76.656604, 39.337847 ], [ -76.656686, 39.337969 ], [ -76.656771, 39.338071 ], [ -76.656846, 39.338153 ], [ -76.656903, 39.338201 ], [ -76.657316, 39.3386 ], [ -76.657829, 39.339069 ], [ -76.657892, 39.339406 ], [ -76.657983, 39.340058 ], [ -76.658058, 39.340331 ], [ -76.658133, 39.340544 ], [ -76.658195, 39.340685 ], [ -76.65841, 39.340832 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510140100", "name": "Census Tract 1401, Baltimore city, Maryland", "total_population_17": 4700, "white_alone_17": 2414.0, "black_alone_17": 1606.0, "native_alone_17": 0.0, "asian_alone_17": 218.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 331.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -3.649, "pct_black_alone_change": -2.002, "pct_native_alone_change": -0.319, "pct_asian_alone_change": -0.585, "pct_hispanic_or_latino_change": 4.122, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+39.3077211", "INTPTLON": "-076.6256874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.633444, 39.31035 ], [ -76.633016, 39.31037 ], [ -76.632189, 39.310386 ], [ -76.629938, 39.310496 ], [ -76.628003, 39.310574 ], [ -76.627355, 39.310593 ], [ -76.62615, 39.310685 ], [ -76.625244, 39.310751 ], [ -76.625111, 39.310764 ], [ -76.624774, 39.310795 ], [ -76.624728, 39.310799 ], [ -76.624245, 39.310835 ], [ -76.624088, 39.310847 ], [ -76.623277, 39.310848 ], [ -76.62304, 39.310709 ], [ -76.621549, 39.30985 ], [ -76.621116, 39.309568 ], [ -76.620355, 39.309123 ], [ -76.620353, 39.308958 ], [ -76.620557, 39.308544 ], [ -76.620723, 39.30815 ], [ -76.620886, 39.307663 ], [ -76.620958, 39.307433 ], [ -76.621005, 39.307234 ], [ -76.621024, 39.307026 ], [ -76.62101, 39.306776 ], [ -76.620906, 39.306183 ], [ -76.620818, 39.305717 ], [ -76.62076, 39.304815 ], [ -76.620723, 39.304351 ], [ -76.621251, 39.304335 ], [ -76.621846, 39.304313 ], [ -76.621958, 39.304306 ], [ -76.622049, 39.304299 ], [ -76.622127, 39.304291 ], [ -76.622382, 39.30426 ], [ -76.622509, 39.304243 ], [ -76.622715, 39.304212 ], [ -76.622878, 39.304178 ], [ -76.623921, 39.303902 ], [ -76.624029, 39.303874 ], [ -76.624132, 39.303841 ], [ -76.624177, 39.303825 ], [ -76.624272, 39.303778 ], [ -76.62432, 39.303752 ], [ -76.624365, 39.303725 ], [ -76.62457, 39.303584 ], [ -76.625118, 39.303182 ], [ -76.625174, 39.303287 ], [ -76.625237, 39.303374 ], [ -76.625381, 39.303535 ], [ -76.625912, 39.303996 ], [ -76.626905, 39.304784 ], [ -76.627321, 39.305125 ], [ -76.627823, 39.305549 ], [ -76.627899, 39.305605 ], [ -76.628055, 39.30574 ], [ -76.628783, 39.306355 ], [ -76.628951, 39.306491 ], [ -76.629769, 39.307151 ], [ -76.630761, 39.307947 ], [ -76.631721, 39.308725 ], [ -76.632658, 39.309499 ], [ -76.633658, 39.310341 ], [ -76.633444, 39.31035 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510140200", "name": "Census Tract 1402, Baltimore city, Maryland", "total_population_17": 2691, "white_alone_17": 68.0, "black_alone_17": 2564.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 18.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.026, "pct_black_alone_change": -0.129, "pct_native_alone_change": -0.486, "pct_asian_alone_change": -0.79, "pct_hispanic_or_latino_change": 0.031, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+39.3037530", "INTPTLON": "-076.6321873" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.636829, 39.303421 ], [ -76.636326, 39.303782 ], [ -76.635591, 39.304339 ], [ -76.635404, 39.304467 ], [ -76.635094, 39.304678 ], [ -76.635007, 39.304741 ], [ -76.634526, 39.305162 ], [ -76.634001, 39.305588 ], [ -76.633654, 39.305812 ], [ -76.633407, 39.305969 ], [ -76.63309, 39.306217 ], [ -76.632666, 39.30653 ], [ -76.632258, 39.306807 ], [ -76.631874, 39.307101 ], [ -76.631457, 39.307407 ], [ -76.630995, 39.307761 ], [ -76.630761, 39.307947 ], [ -76.629769, 39.307151 ], [ -76.628951, 39.306491 ], [ -76.628783, 39.306355 ], [ -76.628055, 39.30574 ], [ -76.627899, 39.305605 ], [ -76.627823, 39.305549 ], [ -76.627321, 39.305125 ], [ -76.626905, 39.304784 ], [ -76.627133, 39.304614 ], [ -76.62757, 39.304284 ], [ -76.628006, 39.30397 ], [ -76.628422, 39.303666 ], [ -76.628764, 39.303409 ], [ -76.629207, 39.303068 ], [ -76.629554, 39.3028 ], [ -76.630108, 39.302396 ], [ -76.630627, 39.302006 ], [ -76.630918, 39.301793 ], [ -76.631189, 39.301585 ], [ -76.631732, 39.301181 ], [ -76.631981, 39.301007 ], [ -76.63219, 39.300841 ], [ -76.632644, 39.300509 ], [ -76.633094, 39.300171 ], [ -76.633562, 39.299813 ], [ -76.634127, 39.2994 ], [ -76.634475, 39.299142 ], [ -76.634511, 39.299198 ], [ -76.634772, 39.299658 ], [ -76.63488, 39.299848 ], [ -76.635083, 39.300198 ], [ -76.635119, 39.300262 ], [ -76.635243, 39.300513 ], [ -76.635341, 39.300681 ], [ -76.635694, 39.301289 ], [ -76.635878, 39.301685 ], [ -76.635975, 39.301871 ], [ -76.636369, 39.302549 ], [ -76.636605, 39.302982 ], [ -76.636677, 39.303114 ], [ -76.636829, 39.303421 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510140300", "name": "Census Tract 1403, Baltimore city, Maryland", "total_population_17": 2856, "white_alone_17": 106.0, "black_alone_17": 2627.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 29.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.307, "pct_black_alone_change": -3.712, "pct_native_alone_change": -0.108, "pct_asian_alone_change": 0.149, "pct_hispanic_or_latino_change": 0.369, "pct_native_hawaiian_pacific_islander_change": -0.144, "INTPTLAT": "+39.3078099", "INTPTLON": "-076.6361904" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.642514, 39.310089 ], [ -76.641502, 39.310131 ], [ -76.641168, 39.310145 ], [ -76.640912, 39.310153 ], [ -76.640389, 39.310146 ], [ -76.63972, 39.310177 ], [ -76.639037, 39.31021 ], [ -76.638855, 39.310218 ], [ -76.638372, 39.310237 ], [ -76.638331, 39.310237 ], [ -76.63829, 39.31024 ], [ -76.638023, 39.310256 ], [ -76.636986, 39.310319 ], [ -76.636901, 39.310282 ], [ -76.636842, 39.310266 ], [ -76.636695, 39.310263 ], [ -76.636507, 39.310266 ], [ -76.636217, 39.310269 ], [ -76.635761, 39.310278 ], [ -76.634961, 39.310307 ], [ -76.634716, 39.310308 ], [ -76.634193, 39.310325 ], [ -76.634031, 39.31033 ], [ -76.633896, 39.310335 ], [ -76.633658, 39.310341 ], [ -76.632658, 39.309499 ], [ -76.631721, 39.308725 ], [ -76.630761, 39.307947 ], [ -76.630995, 39.307761 ], [ -76.631457, 39.307407 ], [ -76.631874, 39.307101 ], [ -76.632258, 39.306807 ], [ -76.632666, 39.30653 ], [ -76.63309, 39.306217 ], [ -76.633407, 39.305969 ], [ -76.633654, 39.305812 ], [ -76.634001, 39.305588 ], [ -76.634526, 39.305162 ], [ -76.635007, 39.304741 ], [ -76.635094, 39.304678 ], [ -76.635404, 39.304467 ], [ -76.635591, 39.304339 ], [ -76.636326, 39.303782 ], [ -76.636829, 39.303421 ], [ -76.6373, 39.304277 ], [ -76.637471, 39.304589 ], [ -76.637785, 39.305153 ], [ -76.638033, 39.305597 ], [ -76.638147, 39.305773 ], [ -76.638468, 39.306337 ], [ -76.638608, 39.30661 ], [ -76.638696, 39.306776 ], [ -76.638823, 39.306992 ], [ -76.639449, 39.307511 ], [ -76.639737, 39.307743 ], [ -76.640392, 39.3083 ], [ -76.640796, 39.308657 ], [ -76.641619, 39.309357 ], [ -76.642514, 39.310089 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150100", "name": "Census Tract 1501, Baltimore city, Maryland", "total_population_17": 2678, "white_alone_17": 28.0, "black_alone_17": 2595.0, "native_alone_17": 0.0, "asian_alone_17": 22.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.362, "pct_black_alone_change": -1.493, "pct_native_alone_change": -0.238, "pct_asian_alone_change": 0.703, "pct_hispanic_or_latino_change": -0.476, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3061672", "INTPTLON": "-076.6417556" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.645006, 39.309944 ], [ -76.644379, 39.309985 ], [ -76.644239, 39.309997 ], [ -76.64372, 39.310024 ], [ -76.642514, 39.310089 ], [ -76.641619, 39.309357 ], [ -76.640796, 39.308657 ], [ -76.640392, 39.3083 ], [ -76.639737, 39.307743 ], [ -76.639449, 39.307511 ], [ -76.638823, 39.306992 ], [ -76.638696, 39.306776 ], [ -76.638608, 39.30661 ], [ -76.638468, 39.306337 ], [ -76.638147, 39.305773 ], [ -76.638033, 39.305597 ], [ -76.637785, 39.305153 ], [ -76.637471, 39.304589 ], [ -76.6373, 39.304277 ], [ -76.636829, 39.303421 ], [ -76.63739, 39.303432 ], [ -76.638246, 39.303404 ], [ -76.638967, 39.303378 ], [ -76.639676, 39.303362 ], [ -76.640407, 39.303324 ], [ -76.641116, 39.303306 ], [ -76.641803, 39.303308 ], [ -76.642399, 39.303294 ], [ -76.642556, 39.30329 ], [ -76.643131, 39.303273 ], [ -76.643217, 39.303271 ], [ -76.643218, 39.303211 ], [ -76.643905, 39.303196 ], [ -76.644643, 39.303176 ], [ -76.644671, 39.303705 ], [ -76.64468, 39.303927 ], [ -76.64469, 39.304107 ], [ -76.644694, 39.304263 ], [ -76.644731, 39.304837 ], [ -76.644769, 39.305352 ], [ -76.644797, 39.305774 ], [ -76.644806, 39.306289 ], [ -76.644839, 39.306727 ], [ -76.644845, 39.306915 ], [ -76.644872, 39.307375 ], [ -76.644886, 39.307618 ], [ -76.644913, 39.308006 ], [ -76.644946, 39.308893 ], [ -76.645006, 39.309944 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150200", "name": "Census Tract 1502, Baltimore city, Maryland", "total_population_17": 2573, "white_alone_17": 0.0, "black_alone_17": 2477.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.375, "pct_black_alone_change": -1.949, "pct_native_alone_change": -0.188, "pct_asian_alone_change": -0.375, "pct_hispanic_or_latino_change": -0.656, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3063661", "INTPTLON": "-076.6480486" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.651715, 39.305093 ], [ -76.651048, 39.305115 ], [ -76.651066, 39.305793 ], [ -76.651106, 39.306514 ], [ -76.651178, 39.307403 ], [ -76.651191, 39.307766 ], [ -76.651259, 39.308694 ], [ -76.651339, 39.30968 ], [ -76.649921, 39.30973 ], [ -76.649047, 39.309765 ], [ -76.64818, 39.309813 ], [ -76.647341, 39.309854 ], [ -76.646518, 39.309889 ], [ -76.646496, 39.30989 ], [ -76.646401, 39.309893 ], [ -76.646389, 39.309893 ], [ -76.645713, 39.309917 ], [ -76.645006, 39.309944 ], [ -76.644946, 39.308893 ], [ -76.644913, 39.308006 ], [ -76.644886, 39.307618 ], [ -76.644872, 39.307375 ], [ -76.644845, 39.306915 ], [ -76.644839, 39.306727 ], [ -76.644806, 39.306289 ], [ -76.644797, 39.305774 ], [ -76.644769, 39.305352 ], [ -76.644731, 39.304837 ], [ -76.644694, 39.304263 ], [ -76.64469, 39.304107 ], [ -76.64468, 39.303927 ], [ -76.644671, 39.303705 ], [ -76.644643, 39.303176 ], [ -76.645388, 39.303134 ], [ -76.645986, 39.303115 ], [ -76.646027, 39.303114 ], [ -76.646118, 39.303112 ], [ -76.646687, 39.303093 ], [ -76.64678, 39.303094 ], [ -76.647314, 39.30309 ], [ -76.647787, 39.303062 ], [ -76.647717, 39.302305 ], [ -76.648133, 39.302645 ], [ -76.648353, 39.302797 ], [ -76.648483, 39.302863 ], [ -76.64865, 39.302917 ], [ -76.649061, 39.302987 ], [ -76.649293, 39.303027 ], [ -76.649841, 39.303102 ], [ -76.650103, 39.30315 ], [ -76.650398, 39.303199 ], [ -76.650752, 39.303248 ], [ -76.651607, 39.30335 ], [ -76.651657, 39.30347 ], [ -76.651675, 39.303531 ], [ -76.651685, 39.303604 ], [ -76.651687, 39.303732 ], [ -76.651706, 39.304057 ], [ -76.65172, 39.304637 ], [ -76.651715, 39.305093 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150300", "name": "Census Tract 1503, Baltimore city, Maryland", "total_population_17": 2117, "white_alone_17": 17.0, "black_alone_17": 2066.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 7.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.0, "pct_black_alone_change": -0.699, "pct_native_alone_change": -0.209, "pct_asian_alone_change": -0.175, "pct_hispanic_or_latino_change": -0.193, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3070301", "INTPTLON": "-076.6550670" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.660026, 39.30867 ], [ -76.660008, 39.309053 ], [ -76.659985, 39.309368 ], [ -76.659643, 39.30937 ], [ -76.659566, 39.309372 ], [ -76.659487, 39.309374 ], [ -76.659397, 39.309376 ], [ -76.659131, 39.309384 ], [ -76.65818, 39.309431 ], [ -76.658074, 39.309435 ], [ -76.657196, 39.309467 ], [ -76.655994, 39.309508 ], [ -76.655679, 39.309515 ], [ -76.655134, 39.309534 ], [ -76.654877, 39.309537 ], [ -76.65413, 39.309567 ], [ -76.652712, 39.309613 ], [ -76.651339, 39.30968 ], [ -76.651259, 39.308694 ], [ -76.651191, 39.307766 ], [ -76.651178, 39.307403 ], [ -76.651106, 39.306514 ], [ -76.651066, 39.305793 ], [ -76.651048, 39.305115 ], [ -76.651715, 39.305093 ], [ -76.65172, 39.304637 ], [ -76.651706, 39.304057 ], [ -76.651687, 39.303732 ], [ -76.651685, 39.303604 ], [ -76.651675, 39.303531 ], [ -76.651657, 39.30347 ], [ -76.651607, 39.30335 ], [ -76.652742, 39.303619 ], [ -76.653316, 39.303778 ], [ -76.653788, 39.303909 ], [ -76.655666, 39.304504 ], [ -76.656937, 39.304925 ], [ -76.657019, 39.304953 ], [ -76.657378, 39.305095 ], [ -76.657664, 39.305224 ], [ -76.657936, 39.305372 ], [ -76.658354, 39.305658 ], [ -76.658418, 39.305707 ], [ -76.6585, 39.305765 ], [ -76.658584, 39.305833 ], [ -76.658867, 39.306069 ], [ -76.659038, 39.306252 ], [ -76.659292, 39.306518 ], [ -76.659536, 39.30689 ], [ -76.659665, 39.307127 ], [ -76.659751, 39.307316 ], [ -76.6598, 39.307407 ], [ -76.659873, 39.307596 ], [ -76.659931, 39.30778 ], [ -76.659969, 39.307944 ], [ -76.659985, 39.308058 ], [ -76.660015, 39.308331 ], [ -76.660026, 39.30867 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150400", "name": "Census Tract 1504, Baltimore city, Maryland", "total_population_17": 3749, "white_alone_17": 34.0, "black_alone_17": 3495.0, "native_alone_17": 15.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 6.0, "hispanic_or_latino_17": 18.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.351, "pct_black_alone_change": -5.345, "pct_native_alone_change": 0.347, "pct_asian_alone_change": 0.775, "pct_hispanic_or_latino_change": 0.003, "pct_native_hawaiian_pacific_islander_change": 0.134, "INTPTLAT": "+39.3124588", "INTPTLON": "-076.6527287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.659935, 39.309908 ], [ -76.659916, 39.31024 ], [ -76.659907, 39.310422 ], [ -76.659814, 39.311528 ], [ -76.659791, 39.311805 ], [ -76.659777, 39.311934 ], [ -76.659702, 39.312903 ], [ -76.65965, 39.313635 ], [ -76.659634, 39.314264 ], [ -76.659625, 39.314451 ], [ -76.659651, 39.31468 ], [ -76.659673, 39.314852 ], [ -76.659693, 39.314939 ], [ -76.659711, 39.315014 ], [ -76.659779, 39.315224 ], [ -76.658931, 39.315486 ], [ -76.658759, 39.315535 ], [ -76.658636, 39.315572 ], [ -76.658238, 39.315691 ], [ -76.657912, 39.31577 ], [ -76.657701, 39.315812 ], [ -76.657607, 39.315824 ], [ -76.657507, 39.315837 ], [ -76.657288, 39.315857 ], [ -76.657094, 39.315867 ], [ -76.656918, 39.315871 ], [ -76.656719, 39.315871 ], [ -76.656394, 39.315857 ], [ -76.655994, 39.315808 ], [ -76.65574, 39.315765 ], [ -76.655551, 39.315725 ], [ -76.655309, 39.31566 ], [ -76.65513, 39.315609 ], [ -76.654948, 39.315561 ], [ -76.654851, 39.315536 ], [ -76.654632, 39.315496 ], [ -76.654415, 39.315458 ], [ -76.654196, 39.315431 ], [ -76.654046, 39.315425 ], [ -76.654008, 39.315423 ], [ -76.653826, 39.315417 ], [ -76.653657, 39.315416 ], [ -76.653623, 39.315416 ], [ -76.653369, 39.315428 ], [ -76.653141, 39.315444 ], [ -76.652905, 39.315473 ], [ -76.652674, 39.315517 ], [ -76.652453, 39.315571 ], [ -76.652236, 39.315639 ], [ -76.651958, 39.315746 ], [ -76.651207, 39.316159 ], [ -76.650494, 39.316704 ], [ -76.649898, 39.316204 ], [ -76.649784, 39.316112 ], [ -76.649335, 39.315722 ], [ -76.649115, 39.315543 ], [ -76.648725, 39.315225 ], [ -76.64819, 39.31477 ], [ -76.647629, 39.314315 ], [ -76.646924, 39.313722 ], [ -76.646775, 39.313596 ], [ -76.646646, 39.313498 ], [ -76.646316, 39.313248 ], [ -76.645876, 39.312898 ], [ -76.645408, 39.312515 ], [ -76.643964, 39.311293 ], [ -76.64351, 39.3109 ], [ -76.643371, 39.31078 ], [ -76.642514, 39.310089 ], [ -76.64372, 39.310024 ], [ -76.644239, 39.309997 ], [ -76.644379, 39.309985 ], [ -76.645006, 39.309944 ], [ -76.645713, 39.309917 ], [ -76.646389, 39.309893 ], [ -76.646401, 39.309893 ], [ -76.646496, 39.30989 ], [ -76.646518, 39.309889 ], [ -76.647341, 39.309854 ], [ -76.64818, 39.309813 ], [ -76.649047, 39.309765 ], [ -76.649921, 39.30973 ], [ -76.651339, 39.30968 ], [ -76.652712, 39.309613 ], [ -76.65413, 39.309567 ], [ -76.654877, 39.309537 ], [ -76.655134, 39.309534 ], [ -76.655679, 39.309515 ], [ -76.655994, 39.309508 ], [ -76.657196, 39.309467 ], [ -76.658074, 39.309435 ], [ -76.65818, 39.309431 ], [ -76.659131, 39.309384 ], [ -76.659397, 39.309376 ], [ -76.659487, 39.309374 ], [ -76.659566, 39.309372 ], [ -76.659643, 39.30937 ], [ -76.659985, 39.309368 ], [ -76.659935, 39.309908 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150500", "name": "Census Tract 1505, Baltimore city, Maryland", "total_population_17": 1582, "white_alone_17": 13.0, "black_alone_17": 1519.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 46.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.279, "pct_black_alone_change": -1.266, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.154, "pct_hispanic_or_latino_change": 2.297, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3222425", "INTPTLON": "-076.6601005" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.664779, 39.322349 ], [ -76.664768, 39.322475 ], [ -76.664728, 39.322707 ], [ -76.664515, 39.32379 ], [ -76.664254, 39.32528 ], [ -76.664184, 39.325691 ], [ -76.66414, 39.325972 ], [ -76.664139, 39.326249 ], [ -76.664135, 39.326444 ], [ -76.66415, 39.326603 ], [ -76.664171, 39.326779 ], [ -76.664191, 39.326986 ], [ -76.664221, 39.327145 ], [ -76.664302, 39.327512 ], [ -76.663968, 39.327425 ], [ -76.663839, 39.327392 ], [ -76.663331, 39.327261 ], [ -76.661594, 39.326914 ], [ -76.660748, 39.326682 ], [ -76.659795, 39.326622 ], [ -76.659723, 39.326601 ], [ -76.659617, 39.326514 ], [ -76.658772, 39.325821 ], [ -76.657914, 39.325545 ], [ -76.657879, 39.325642 ], [ -76.657842, 39.325713 ], [ -76.657593, 39.325804 ], [ -76.657592, 39.325749 ], [ -76.657587, 39.325685 ], [ -76.657528, 39.325453 ], [ -76.657477, 39.325373 ], [ -76.657363, 39.325216 ], [ -76.657234, 39.325018 ], [ -76.657105, 39.324785 ], [ -76.656844, 39.324438 ], [ -76.656223, 39.323624 ], [ -76.65554, 39.322713 ], [ -76.655267, 39.322334 ], [ -76.654912, 39.321853 ], [ -76.654881, 39.32181 ], [ -76.654289, 39.320972 ], [ -76.653616, 39.32006 ], [ -76.652477, 39.318549 ], [ -76.652397, 39.318456 ], [ -76.652269, 39.318311 ], [ -76.652155, 39.318185 ], [ -76.652014, 39.31805 ], [ -76.651849, 39.317909 ], [ -76.65165, 39.317748 ], [ -76.651448, 39.317581 ], [ -76.651275, 39.317408 ], [ -76.651216, 39.317345 ], [ -76.651162, 39.317268 ], [ -76.651137, 39.317219 ], [ -76.650617, 39.316815 ], [ -76.650596, 39.316796 ], [ -76.650494, 39.316704 ], [ -76.651207, 39.316159 ], [ -76.651958, 39.315746 ], [ -76.652236, 39.315639 ], [ -76.652453, 39.315571 ], [ -76.652674, 39.315517 ], [ -76.652905, 39.315473 ], [ -76.653141, 39.315444 ], [ -76.653369, 39.315428 ], [ -76.653623, 39.315416 ], [ -76.653657, 39.315416 ], [ -76.653826, 39.315417 ], [ -76.654008, 39.315423 ], [ -76.654046, 39.315425 ], [ -76.654196, 39.315431 ], [ -76.654415, 39.315458 ], [ -76.654632, 39.315496 ], [ -76.654851, 39.315536 ], [ -76.654948, 39.315561 ], [ -76.65513, 39.315609 ], [ -76.655309, 39.31566 ], [ -76.655551, 39.315725 ], [ -76.65574, 39.315765 ], [ -76.655994, 39.315808 ], [ -76.656394, 39.315857 ], [ -76.656719, 39.315871 ], [ -76.656918, 39.315871 ], [ -76.657094, 39.315867 ], [ -76.657288, 39.315857 ], [ -76.657507, 39.315837 ], [ -76.657607, 39.315824 ], [ -76.657701, 39.315812 ], [ -76.657912, 39.31577 ], [ -76.658238, 39.315691 ], [ -76.658636, 39.315572 ], [ -76.658759, 39.315535 ], [ -76.658931, 39.315486 ], [ -76.659779, 39.315224 ], [ -76.659852, 39.315402 ], [ -76.660367, 39.316253 ], [ -76.660458, 39.31638 ], [ -76.660801, 39.316748 ], [ -76.661094, 39.317067 ], [ -76.661187, 39.317169 ], [ -76.6615, 39.317498 ], [ -76.662477, 39.318477 ], [ -76.663196, 39.31919 ], [ -76.663827, 39.319824 ], [ -76.664059, 39.320081 ], [ -76.664217, 39.320289 ], [ -76.66431, 39.320449 ], [ -76.664412, 39.320627 ], [ -76.6645, 39.320808 ], [ -76.664611, 39.32108 ], [ -76.664703, 39.321426 ], [ -76.664756, 39.3217 ], [ -76.66477, 39.32196 ], [ -76.664773, 39.322074 ], [ -76.664776, 39.322194 ], [ -76.664779, 39.322349 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150600", "name": "Census Tract 1506, Baltimore city, Maryland", "total_population_17": 2922, "white_alone_17": 123.0, "black_alone_17": 2772.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 3.283, "pct_black_alone_change": -2.74, "pct_native_alone_change": -0.232, "pct_asian_alone_change": -0.335, "pct_hispanic_or_latino_change": -0.643, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3090802", "INTPTLON": "-076.6687936" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.680565, 39.310762 ], [ -76.680009, 39.310786 ], [ -76.679566, 39.310806 ], [ -76.678031, 39.310855 ], [ -76.677832, 39.310859 ], [ -76.677666, 39.310864 ], [ -76.677499, 39.310869 ], [ -76.676016, 39.310916 ], [ -76.675972, 39.310929 ], [ -76.675845, 39.310946 ], [ -76.675674, 39.310963 ], [ -76.67552, 39.310967 ], [ -76.675443, 39.310969 ], [ -76.674973, 39.310993 ], [ -76.674437, 39.311022 ], [ -76.674239, 39.311032 ], [ -76.672505, 39.311077 ], [ -76.671068, 39.311116 ], [ -76.669446, 39.311147 ], [ -76.667687, 39.311228 ], [ -76.666823, 39.311264 ], [ -76.66591, 39.31132 ], [ -76.664137, 39.311374 ], [ -76.663686, 39.31139 ], [ -76.663259, 39.311405 ], [ -76.662848, 39.311414 ], [ -76.662376, 39.311424 ], [ -76.66185, 39.311435 ], [ -76.661766, 39.311437 ], [ -76.661319, 39.311446 ], [ -76.661381, 39.312538 ], [ -76.661412, 39.312958 ], [ -76.661444, 39.313264 ], [ -76.661493, 39.31363 ], [ -76.661544, 39.313952 ], [ -76.661668, 39.314441 ], [ -76.661728, 39.314727 ], [ -76.661451, 39.314784 ], [ -76.661197, 39.314826 ], [ -76.660821, 39.314909 ], [ -76.660636, 39.314952 ], [ -76.66045, 39.315011 ], [ -76.660226, 39.315077 ], [ -76.659779, 39.315224 ], [ -76.659711, 39.315014 ], [ -76.659693, 39.314939 ], [ -76.659673, 39.314852 ], [ -76.659651, 39.31468 ], [ -76.659625, 39.314451 ], [ -76.659634, 39.314264 ], [ -76.65965, 39.313635 ], [ -76.659702, 39.312903 ], [ -76.659777, 39.311934 ], [ -76.659791, 39.311805 ], [ -76.659814, 39.311528 ], [ -76.659907, 39.310422 ], [ -76.659916, 39.31024 ], [ -76.659935, 39.309908 ], [ -76.659985, 39.309368 ], [ -76.660008, 39.309053 ], [ -76.660026, 39.30867 ], [ -76.660015, 39.308331 ], [ -76.659985, 39.308058 ], [ -76.659969, 39.307944 ], [ -76.659931, 39.30778 ], [ -76.659873, 39.307596 ], [ -76.6598, 39.307407 ], [ -76.659751, 39.307316 ], [ -76.659665, 39.307127 ], [ -76.659536, 39.30689 ], [ -76.659292, 39.306518 ], [ -76.659038, 39.306252 ], [ -76.659204, 39.306238 ], [ -76.660171, 39.306184 ], [ -76.660898, 39.306144 ], [ -76.662091, 39.306106 ], [ -76.663083, 39.306075 ], [ -76.663825, 39.306043 ], [ -76.664539, 39.306029 ], [ -76.665595, 39.30596 ], [ -76.666484, 39.305925 ], [ -76.667324, 39.305904 ], [ -76.667409, 39.306074 ], [ -76.667519, 39.306231 ], [ -76.667604, 39.30633 ], [ -76.66779, 39.30653 ], [ -76.668405, 39.307117 ], [ -76.669205, 39.307096 ], [ -76.67083, 39.307057 ], [ -76.672192, 39.307018 ], [ -76.672291, 39.307205 ], [ -76.673303, 39.306742 ], [ -76.673612, 39.306574 ], [ -76.67372, 39.306517 ], [ -76.673954, 39.306372 ], [ -76.674123, 39.306268 ], [ -76.674344, 39.30621 ], [ -76.675232, 39.305977 ], [ -76.675354, 39.305946 ], [ -76.67547, 39.305932 ], [ -76.675593, 39.305933 ], [ -76.675703, 39.305946 ], [ -76.675796, 39.305974 ], [ -76.675953, 39.306101 ], [ -76.676091, 39.306277 ], [ -76.676196, 39.306368 ], [ -76.676335, 39.306513 ], [ -76.676532, 39.306658 ], [ -76.676717, 39.306749 ], [ -76.676868, 39.306794 ], [ -76.67706, 39.306817 ], [ -76.677374, 39.306823 ], [ -76.677601, 39.306805 ], [ -76.677735, 39.306787 ], [ -76.678026, 39.306739 ], [ -76.678288, 39.306703 ], [ -76.678463, 39.306699 ], [ -76.678655, 39.306704 ], [ -76.67887, 39.306723 ], [ -76.679015, 39.306746 ], [ -76.679131, 39.306791 ], [ -76.679261, 39.306865 ], [ -76.679867, 39.307467 ], [ -76.679696, 39.308252 ], [ -76.679698, 39.30847 ], [ -76.679711, 39.3087 ], [ -76.67976, 39.308974 ], [ -76.679857, 39.309303 ], [ -76.680045, 39.309785 ], [ -76.680296, 39.310259 ], [ -76.680369, 39.310347 ], [ -76.680428, 39.310422 ], [ -76.6805, 39.310538 ], [ -76.680532, 39.310632 ], [ -76.680565, 39.310762 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150701", "name": "Census Tract 1507.01, Baltimore city, Maryland", "total_population_17": 1547, "white_alone_17": 66.0, "black_alone_17": 1412.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 15.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 3.757, "pct_black_alone_change": -6.998, "pct_native_alone_change": -0.102, "pct_asian_alone_change": -0.051, "pct_hispanic_or_latino_change": -0.098, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3193302", "INTPTLON": "-076.6678344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.674862, 39.321181 ], [ -76.674837, 39.321262 ], [ -76.674779, 39.321369 ], [ -76.674532, 39.321829 ], [ -76.672888, 39.321345 ], [ -76.672457, 39.322279 ], [ -76.671971, 39.323241 ], [ -76.671608, 39.3239 ], [ -76.671499, 39.3241 ], [ -76.67145, 39.324189 ], [ -76.671297, 39.324143 ], [ -76.670473, 39.323896 ], [ -76.669893, 39.323731 ], [ -76.669499, 39.323619 ], [ -76.668544, 39.323349 ], [ -76.668524, 39.323344 ], [ -76.667586, 39.323052 ], [ -76.666584, 39.322741 ], [ -76.666216, 39.322629 ], [ -76.664776, 39.322194 ], [ -76.664773, 39.322074 ], [ -76.66477, 39.32196 ], [ -76.664756, 39.3217 ], [ -76.664703, 39.321426 ], [ -76.664611, 39.32108 ], [ -76.6645, 39.320808 ], [ -76.664412, 39.320627 ], [ -76.66431, 39.320449 ], [ -76.664217, 39.320289 ], [ -76.664059, 39.320081 ], [ -76.663827, 39.319824 ], [ -76.663196, 39.31919 ], [ -76.662477, 39.318477 ], [ -76.6615, 39.317498 ], [ -76.661187, 39.317169 ], [ -76.661094, 39.317067 ], [ -76.660801, 39.316748 ], [ -76.660458, 39.31638 ], [ -76.660367, 39.316253 ], [ -76.659852, 39.315402 ], [ -76.659779, 39.315224 ], [ -76.660226, 39.315077 ], [ -76.66045, 39.315011 ], [ -76.660636, 39.314952 ], [ -76.660821, 39.314909 ], [ -76.661197, 39.314826 ], [ -76.661451, 39.314784 ], [ -76.661728, 39.314727 ], [ -76.662081, 39.314682 ], [ -76.662319, 39.314658 ], [ -76.662572, 39.31463 ], [ -76.662734, 39.314621 ], [ -76.663455, 39.31457 ], [ -76.664376, 39.314542 ], [ -76.665195, 39.314494 ], [ -76.665676, 39.314465 ], [ -76.666091, 39.314458 ], [ -76.667868, 39.314404 ], [ -76.669632, 39.314344 ], [ -76.671249, 39.314278 ], [ -76.671952, 39.314249 ], [ -76.672681, 39.314219 ], [ -76.674418, 39.314163 ], [ -76.67443, 39.314334 ], [ -76.674458, 39.314706 ], [ -76.674495, 39.315238 ], [ -76.674502, 39.315599 ], [ -76.674515, 39.315763 ], [ -76.674566, 39.316299 ], [ -76.674594, 39.31683 ], [ -76.674621, 39.317328 ], [ -76.674654, 39.31784 ], [ -76.674687, 39.318362 ], [ -76.674716, 39.318868 ], [ -76.674746, 39.319392 ], [ -76.674778, 39.319893 ], [ -76.674807, 39.320342 ], [ -76.674846, 39.320813 ], [ -76.674863, 39.321139 ], [ -76.674862, 39.321181 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150702", "name": "Census Tract 1507.02, Baltimore city, Maryland", "total_population_17": 2211, "white_alone_17": 23.0, "black_alone_17": 2118.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 11.0, "hispanic_or_latino_17": 14.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.29, "pct_black_alone_change": -1.585, "pct_native_alone_change": -0.43, "pct_asian_alone_change": -0.196, "pct_hispanic_or_latino_change": 0.007, "pct_native_hawaiian_pacific_islander_change": 0.498, "INTPTLAT": "+39.3128159", "INTPTLON": "-076.6678751" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.674418, 39.314163 ], [ -76.672681, 39.314219 ], [ -76.671952, 39.314249 ], [ -76.671249, 39.314278 ], [ -76.669632, 39.314344 ], [ -76.667868, 39.314404 ], [ -76.666091, 39.314458 ], [ -76.665676, 39.314465 ], [ -76.665195, 39.314494 ], [ -76.664376, 39.314542 ], [ -76.663455, 39.31457 ], [ -76.662734, 39.314621 ], [ -76.662572, 39.31463 ], [ -76.662319, 39.314658 ], [ -76.662081, 39.314682 ], [ -76.661728, 39.314727 ], [ -76.661668, 39.314441 ], [ -76.661544, 39.313952 ], [ -76.661493, 39.31363 ], [ -76.661444, 39.313264 ], [ -76.661412, 39.312958 ], [ -76.661381, 39.312538 ], [ -76.661319, 39.311446 ], [ -76.661766, 39.311437 ], [ -76.66185, 39.311435 ], [ -76.662376, 39.311424 ], [ -76.662848, 39.311414 ], [ -76.663259, 39.311405 ], [ -76.663686, 39.31139 ], [ -76.664137, 39.311374 ], [ -76.66591, 39.31132 ], [ -76.666823, 39.311264 ], [ -76.667687, 39.311228 ], [ -76.669446, 39.311147 ], [ -76.671068, 39.311116 ], [ -76.672505, 39.311077 ], [ -76.674239, 39.311032 ], [ -76.6743, 39.312065 ], [ -76.674369, 39.313117 ], [ -76.674391, 39.313667 ], [ -76.674418, 39.314163 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150800", "name": "Census Tract 1508, Baltimore city, Maryland", "total_population_17": 4337, "white_alone_17": 31.0, "black_alone_17": 4161.0, "native_alone_17": 5.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 33.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.565, "pct_black_alone_change": -1.478, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.191, "pct_hispanic_or_latino_change": -0.08, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3189672", "INTPTLON": "-076.6778103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.682747, 39.322852 ], [ -76.681084, 39.323358 ], [ -76.681225, 39.323529 ], [ -76.681347, 39.323683 ], [ -76.681461, 39.323867 ], [ -76.681683, 39.324262 ], [ -76.682092, 39.325027 ], [ -76.681967, 39.325116 ], [ -76.681737, 39.325557 ], [ -76.681498, 39.32603 ], [ -76.681281, 39.326491 ], [ -76.681068, 39.326945 ], [ -76.678912, 39.326332 ], [ -76.678845, 39.32634 ], [ -76.678774, 39.326336 ], [ -76.678675, 39.326317 ], [ -76.678552, 39.326278 ], [ -76.677676, 39.326024 ], [ -76.676491, 39.325672 ], [ -76.675582, 39.325401 ], [ -76.674659, 39.325134 ], [ -76.674084, 39.324963 ], [ -76.673709, 39.324851 ], [ -76.673118, 39.324674 ], [ -76.67145, 39.324189 ], [ -76.671499, 39.3241 ], [ -76.671608, 39.3239 ], [ -76.671971, 39.323241 ], [ -76.672457, 39.322279 ], [ -76.672888, 39.321345 ], [ -76.674532, 39.321829 ], [ -76.674779, 39.321369 ], [ -76.674837, 39.321262 ], [ -76.674862, 39.321181 ], [ -76.674863, 39.321139 ], [ -76.674846, 39.320813 ], [ -76.674807, 39.320342 ], [ -76.674778, 39.319893 ], [ -76.674746, 39.319392 ], [ -76.674716, 39.318868 ], [ -76.674687, 39.318362 ], [ -76.674654, 39.31784 ], [ -76.674621, 39.317328 ], [ -76.674594, 39.31683 ], [ -76.674566, 39.316299 ], [ -76.674515, 39.315763 ], [ -76.674502, 39.315599 ], [ -76.674495, 39.315238 ], [ -76.674458, 39.314706 ], [ -76.67443, 39.314334 ], [ -76.674418, 39.314163 ], [ -76.674391, 39.313667 ], [ -76.674369, 39.313117 ], [ -76.6743, 39.312065 ], [ -76.674239, 39.311032 ], [ -76.674437, 39.311022 ], [ -76.674973, 39.310993 ], [ -76.675443, 39.310969 ], [ -76.67552, 39.310967 ], [ -76.675674, 39.310963 ], [ -76.675845, 39.310946 ], [ -76.675972, 39.310929 ], [ -76.676016, 39.310916 ], [ -76.677499, 39.310869 ], [ -76.677666, 39.310864 ], [ -76.677832, 39.310859 ], [ -76.678031, 39.310855 ], [ -76.679566, 39.310806 ], [ -76.680009, 39.310786 ], [ -76.680565, 39.310762 ], [ -76.680965, 39.313028 ], [ -76.681102, 39.313922 ], [ -76.681133, 39.314092 ], [ -76.681301, 39.315002 ], [ -76.681387, 39.315503 ], [ -76.681495, 39.316066 ], [ -76.681514, 39.316448 ], [ -76.681525, 39.316909 ], [ -76.681521, 39.317173 ], [ -76.681555, 39.317564 ], [ -76.681601, 39.317887 ], [ -76.68164, 39.318101 ], [ -76.681789, 39.319143 ], [ -76.681841, 39.32009 ], [ -76.681904, 39.321148 ], [ -76.681907, 39.321243 ], [ -76.681914, 39.321316 ], [ -76.681932, 39.321375 ], [ -76.681965, 39.321439 ], [ -76.682411, 39.322252 ], [ -76.682747, 39.322852 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510150900", "name": "Census Tract 1509, Baltimore city, Maryland", "total_population_17": 3327, "white_alone_17": 64.0, "black_alone_17": 3161.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 56.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.272, "pct_black_alone_change": -2.406, "pct_native_alone_change": -0.552, "pct_asian_alone_change": -0.251, "pct_hispanic_or_latino_change": 0.605, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3142207", "INTPTLON": "-076.6842999" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.690287, 39.310072 ], [ -76.690254, 39.310411 ], [ -76.69022, 39.310579 ], [ -76.690164, 39.310743 ], [ -76.690113, 39.310812 ], [ -76.690035, 39.310886 ], [ -76.689926, 39.311018 ], [ -76.689834, 39.311134 ], [ -76.689771, 39.311259 ], [ -76.689762, 39.311356 ], [ -76.689753, 39.311509 ], [ -76.689717, 39.311574 ], [ -76.689655, 39.311647 ], [ -76.689554, 39.311733 ], [ -76.689453, 39.31185 ], [ -76.689391, 39.311932 ], [ -76.689374, 39.311993 ], [ -76.689368, 39.312079 ], [ -76.689373, 39.312183 ], [ -76.689421, 39.312335 ], [ -76.689183, 39.312338 ], [ -76.688116, 39.31235 ], [ -76.687359, 39.312373 ], [ -76.686698, 39.312421 ], [ -76.68631, 39.31247 ], [ -76.686069, 39.312516 ], [ -76.685894, 39.312566 ], [ -76.685672, 39.312652 ], [ -76.685457, 39.312767 ], [ -76.685998, 39.313064 ], [ -76.686095, 39.313093 ], [ -76.686194, 39.313146 ], [ -76.686263, 39.313207 ], [ -76.686345, 39.313294 ], [ -76.6864, 39.313368 ], [ -76.686435, 39.313442 ], [ -76.686469, 39.313545 ], [ -76.686502, 39.3137 ], [ -76.686523, 39.313884 ], [ -76.686523, 39.314103 ], [ -76.686465, 39.314202 ], [ -76.685822, 39.314413 ], [ -76.685914, 39.314596 ], [ -76.685965, 39.314706 ], [ -76.686109, 39.314914 ], [ -76.686202, 39.315024 ], [ -76.686305, 39.315119 ], [ -76.686488, 39.315232 ], [ -76.686725, 39.315368 ], [ -76.686953, 39.315435 ], [ -76.687121, 39.315475 ], [ -76.687295, 39.315497 ], [ -76.687289, 39.315594 ], [ -76.687293, 39.31566 ], [ -76.687303, 39.315703 ], [ -76.687336, 39.315771 ], [ -76.68738, 39.315829 ], [ -76.687528, 39.315996 ], [ -76.687134, 39.31623 ], [ -76.686691, 39.316493 ], [ -76.687408, 39.317241 ], [ -76.687788, 39.317602 ], [ -76.688122, 39.31795 ], [ -76.688862, 39.31903 ], [ -76.688611, 39.319164 ], [ -76.688477, 39.319242 ], [ -76.688387, 39.319311 ], [ -76.688181, 39.319487 ], [ -76.687935, 39.319732 ], [ -76.687768, 39.319924 ], [ -76.687661, 39.320093 ], [ -76.687636, 39.320181 ], [ -76.68763, 39.320252 ], [ -76.687566, 39.320295 ], [ -76.687534, 39.320342 ], [ -76.687522, 39.320391 ], [ -76.687522, 39.320441 ], [ -76.68751, 39.320619 ], [ -76.687508, 39.320968 ], [ -76.687508, 39.321083 ], [ -76.68753, 39.321176 ], [ -76.687564, 39.32124 ], [ -76.687631, 39.321319 ], [ -76.687748, 39.32144 ], [ -76.688804, 39.32124 ], [ -76.690145, 39.320985 ], [ -76.689602, 39.321884 ], [ -76.689193, 39.32202 ], [ -76.689434, 39.322442 ], [ -76.689612, 39.322756 ], [ -76.689789, 39.323065 ], [ -76.689839, 39.323153 ], [ -76.690014, 39.323457 ], [ -76.690069, 39.323586 ], [ -76.688635, 39.324029 ], [ -76.68821, 39.324158 ], [ -76.68714, 39.324476 ], [ -76.687069, 39.324499 ], [ -76.686597, 39.32463 ], [ -76.685685, 39.324901 ], [ -76.684389, 39.325287 ], [ -76.684189, 39.325351 ], [ -76.683588, 39.325532 ], [ -76.683376, 39.325596 ], [ -76.683165, 39.32566 ], [ -76.682564, 39.325842 ], [ -76.682092, 39.325027 ], [ -76.681683, 39.324262 ], [ -76.681461, 39.323867 ], [ -76.681347, 39.323683 ], [ -76.681225, 39.323529 ], [ -76.681084, 39.323358 ], [ -76.682747, 39.322852 ], [ -76.682411, 39.322252 ], [ -76.681965, 39.321439 ], [ -76.681932, 39.321375 ], [ -76.681914, 39.321316 ], [ -76.681907, 39.321243 ], [ -76.681904, 39.321148 ], [ -76.681841, 39.32009 ], [ -76.681789, 39.319143 ], [ -76.68164, 39.318101 ], [ -76.681601, 39.317887 ], [ -76.681555, 39.317564 ], [ -76.681521, 39.317173 ], [ -76.681525, 39.316909 ], [ -76.681514, 39.316448 ], [ -76.681495, 39.316066 ], [ -76.681387, 39.315503 ], [ -76.681301, 39.315002 ], [ -76.681133, 39.314092 ], [ -76.681102, 39.313922 ], [ -76.680965, 39.313028 ], [ -76.680565, 39.310762 ], [ -76.680532, 39.310632 ], [ -76.6805, 39.310538 ], [ -76.680428, 39.310422 ], [ -76.680369, 39.310347 ], [ -76.680296, 39.310259 ], [ -76.680045, 39.309785 ], [ -76.679857, 39.309303 ], [ -76.67976, 39.308974 ], [ -76.679711, 39.3087 ], [ -76.679698, 39.30847 ], [ -76.679696, 39.308252 ], [ -76.679867, 39.307467 ], [ -76.679261, 39.306865 ], [ -76.679131, 39.306791 ], [ -76.679015, 39.306746 ], [ -76.67887, 39.306723 ], [ -76.678655, 39.306704 ], [ -76.678463, 39.306699 ], [ -76.678288, 39.306703 ], [ -76.678026, 39.306739 ], [ -76.677735, 39.306787 ], [ -76.677601, 39.306805 ], [ -76.677374, 39.306823 ], [ -76.67706, 39.306817 ], [ -76.676868, 39.306794 ], [ -76.676717, 39.306749 ], [ -76.676532, 39.306658 ], [ -76.676335, 39.306513 ], [ -76.676196, 39.306368 ], [ -76.676091, 39.306277 ], [ -76.675953, 39.306101 ], [ -76.675796, 39.305974 ], [ -76.675703, 39.305946 ], [ -76.675593, 39.305933 ], [ -76.67547, 39.305932 ], [ -76.675354, 39.305946 ], [ -76.675232, 39.305977 ], [ -76.674344, 39.30621 ], [ -76.674123, 39.306268 ], [ -76.674149, 39.306166 ], [ -76.674163, 39.306066 ], [ -76.674173, 39.305944 ], [ -76.674173, 39.305876 ], [ -76.674142, 39.305682 ], [ -76.674083, 39.305478 ], [ -76.674009, 39.305249 ], [ -76.673866, 39.304817 ], [ -76.673788, 39.304568 ], [ -76.673637, 39.304104 ], [ -76.673595, 39.303967 ], [ -76.67355, 39.303808 ], [ -76.673534, 39.303731 ], [ -76.673528, 39.303611 ], [ -76.673532, 39.303454 ], [ -76.673563, 39.303264 ], [ -76.673606, 39.303133 ], [ -76.673655, 39.303039 ], [ -76.673695, 39.302974 ], [ -76.673762, 39.302882 ], [ -76.673853, 39.302778 ], [ -76.673976, 39.302639 ], [ -76.674067, 39.302536 ], [ -76.67421, 39.302373 ], [ -76.674394, 39.302518 ], [ -76.67447, 39.302605 ], [ -76.674788, 39.302916 ], [ -76.67481, 39.302948 ], [ -76.674838, 39.302976 ], [ -76.67488, 39.303041 ], [ -76.675119, 39.303282 ], [ -76.67522, 39.303364 ], [ -76.675296, 39.303421 ], [ -76.675381, 39.303468 ], [ -76.675441, 39.303517 ], [ -76.675534, 39.303564 ], [ -76.675625, 39.303607 ], [ -76.675699, 39.303644 ], [ -76.675778, 39.303688 ], [ -76.675865, 39.303744 ], [ -76.676128, 39.303866 ], [ -76.67621, 39.30391 ], [ -76.676287, 39.303942 ], [ -76.676347, 39.303964 ], [ -76.676426, 39.303987 ], [ -76.676635, 39.304059 ], [ -76.676866, 39.304151 ], [ -76.677097, 39.304245 ], [ -76.677202, 39.304294 ], [ -76.677347, 39.304364 ], [ -76.677453, 39.304399 ], [ -76.677505, 39.304433 ], [ -76.677558, 39.304454 ], [ -76.677634, 39.30446 ], [ -76.677673, 39.304462 ], [ -76.677735, 39.304458 ], [ -76.677791, 39.304458 ], [ -76.677839, 39.304464 ], [ -76.677882, 39.304475 ], [ -76.678256, 39.304645 ], [ -76.678329, 39.304671 ], [ -76.678447, 39.304692 ], [ -76.678509, 39.304705 ], [ -76.678607, 39.304732 ], [ -76.678672, 39.304768 ], [ -76.678741, 39.304839 ], [ -76.67883, 39.30491 ], [ -76.678912, 39.304989 ], [ -76.678973, 39.305077 ], [ -76.679027, 39.305169 ], [ -76.679143, 39.305291 ], [ -76.679311, 39.305422 ], [ -76.679403, 39.30549 ], [ -76.679427, 39.305515 ], [ -76.679464, 39.305553 ], [ -76.679492, 39.305592 ], [ -76.679524, 39.305641 ], [ -76.679581, 39.305707 ], [ -76.679644, 39.305765 ], [ -76.679702, 39.305814 ], [ -76.679736, 39.30584 ], [ -76.679783, 39.30587 ], [ -76.679827, 39.305893 ], [ -76.680189, 39.306061 ], [ -76.680718, 39.306305 ], [ -76.681147, 39.306492 ], [ -76.681292, 39.30654 ], [ -76.681403, 39.306571 ], [ -76.681565, 39.306584 ], [ -76.681791, 39.306585 ], [ -76.681995, 39.306564 ], [ -76.682212, 39.306504 ], [ -76.682439, 39.306431 ], [ -76.682657, 39.306345 ], [ -76.682897, 39.30628 ], [ -76.683076, 39.306251 ], [ -76.683324, 39.306217 ], [ -76.683625, 39.306183 ], [ -76.684066, 39.306128 ], [ -76.684426, 39.306077 ], [ -76.684761, 39.306055 ], [ -76.684875, 39.306033 ], [ -76.684955, 39.305984 ], [ -76.685057, 39.305949 ], [ -76.685354, 39.305919 ], [ -76.685553, 39.305867 ], [ -76.685765, 39.305779 ], [ -76.685936, 39.3057 ], [ -76.686119, 39.305607 ], [ -76.686302, 39.305506 ], [ -76.68647, 39.305493 ], [ -76.686646, 39.305489 ], [ -76.68684, 39.305503 ], [ -76.687028, 39.305543 ], [ -76.68713, 39.305579 ], [ -76.687221, 39.305628 ], [ -76.687289, 39.305681 ], [ -76.687431, 39.305832 ], [ -76.687582, 39.305938 ], [ -76.68769, 39.306042 ], [ -76.688259, 39.306849 ], [ -76.68879, 39.307717 ], [ -76.688909, 39.307947 ], [ -76.689003, 39.308137 ], [ -76.68912, 39.308294 ], [ -76.689584, 39.308793 ], [ -76.690072, 39.309461 ], [ -76.690216, 39.309704 ], [ -76.690276, 39.309899 ], [ -76.690287, 39.310072 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510151000", "name": "Census Tract 1510, Baltimore city, Maryland", "total_population_17": 4764, "white_alone_17": 106.0, "black_alone_17": 4384.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 115.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.213, "pct_black_alone_change": -5.749, "pct_native_alone_change": -0.388, "pct_asian_alone_change": 0.201, "pct_hispanic_or_latino_change": 1.908, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3333561", "INTPTLON": "-076.6843834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.690644, 39.331461 ], [ -76.690511, 39.331729 ], [ -76.690358, 39.332024 ], [ -76.690069, 39.332584 ], [ -76.689675, 39.333394 ], [ -76.6895, 39.333717 ], [ -76.689361, 39.333977 ], [ -76.689358, 39.335076 ], [ -76.689356, 39.335629 ], [ -76.689348, 39.335699 ], [ -76.689348, 39.336127 ], [ -76.689348, 39.336195 ], [ -76.689347, 39.336633 ], [ -76.689355, 39.337155 ], [ -76.689362, 39.337676 ], [ -76.689362, 39.338176 ], [ -76.689364, 39.338704 ], [ -76.689368, 39.339216 ], [ -76.689373, 39.339732 ], [ -76.68937, 39.340244 ], [ -76.689369, 39.340374 ], [ -76.689379, 39.340754 ], [ -76.687058, 39.340757 ], [ -76.685476, 39.340758 ], [ -76.684484, 39.340776 ], [ -76.684176, 39.340782 ], [ -76.68404, 39.340784 ], [ -76.683477, 39.340794 ], [ -76.683317, 39.340977 ], [ -76.683104, 39.341222 ], [ -76.68305, 39.341283 ], [ -76.682987, 39.341355 ], [ -76.682916, 39.341435 ], [ -76.679339, 39.340348 ], [ -76.677964, 39.339925 ], [ -76.678048, 39.339832 ], [ -76.678133, 39.339739 ], [ -76.678221, 39.339641 ], [ -76.678465, 39.339277 ], [ -76.678546, 39.339162 ], [ -76.678685, 39.338961 ], [ -76.678948, 39.338606 ], [ -76.679121, 39.338359 ], [ -76.679172, 39.338279 ], [ -76.679193, 39.338233 ], [ -76.679197, 39.338172 ], [ -76.679177, 39.337891 ], [ -76.679078, 39.337035 ], [ -76.678983, 39.33622 ], [ -76.678972, 39.336127 ], [ -76.678891, 39.335313 ], [ -76.678801, 39.334506 ], [ -76.678741, 39.333968 ], [ -76.678682, 39.333435 ], [ -76.678633, 39.332906 ], [ -76.678594, 39.332471 ], [ -76.678563, 39.332164 ], [ -76.678561, 39.332068 ], [ -76.678571, 39.332024 ], [ -76.678584, 39.331987 ], [ -76.678613, 39.331919 ], [ -76.678674, 39.331757 ], [ -76.679166, 39.330769 ], [ -76.679667, 39.329778 ], [ -76.680161, 39.328787 ], [ -76.680588, 39.327933 ], [ -76.681068, 39.326945 ], [ -76.681281, 39.326491 ], [ -76.681498, 39.32603 ], [ -76.681737, 39.325557 ], [ -76.681967, 39.325116 ], [ -76.682092, 39.325027 ], [ -76.682564, 39.325842 ], [ -76.683165, 39.32566 ], [ -76.683376, 39.325596 ], [ -76.683588, 39.325532 ], [ -76.684189, 39.325351 ], [ -76.684389, 39.325287 ], [ -76.685685, 39.324901 ], [ -76.686597, 39.32463 ], [ -76.687069, 39.324499 ], [ -76.68714, 39.324476 ], [ -76.68821, 39.324158 ], [ -76.688635, 39.324029 ], [ -76.690069, 39.323586 ], [ -76.689953, 39.323694 ], [ -76.6896, 39.324447 ], [ -76.689135, 39.325386 ], [ -76.688846, 39.325957 ], [ -76.688816, 39.326015 ], [ -76.688586, 39.326472 ], [ -76.688557, 39.32653 ], [ -76.688281, 39.327106 ], [ -76.687999, 39.327696 ], [ -76.687711, 39.328264 ], [ -76.687421, 39.328837 ], [ -76.68858, 39.329184 ], [ -76.688592, 39.329505 ], [ -76.688646, 39.330431 ], [ -76.689774, 39.330731 ], [ -76.690866, 39.331013 ], [ -76.690644, 39.331461 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510151100", "name": "Census Tract 1511, Baltimore city, Maryland", "total_population_17": 6918, "white_alone_17": 19.0, "black_alone_17": 6825.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.214, "pct_black_alone_change": 0.154, "pct_native_alone_change": -0.199, "pct_asian_alone_change": -0.199, "pct_hispanic_or_latino_change": -0.535, "pct_native_hawaiian_pacific_islander_change": -0.046, "INTPTLAT": "+39.3303769", "INTPTLON": "-076.6723437" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.680588, 39.327933 ], [ -76.680161, 39.328787 ], [ -76.679667, 39.329778 ], [ -76.679166, 39.330769 ], [ -76.678674, 39.331757 ], [ -76.678613, 39.331919 ], [ -76.678584, 39.331987 ], [ -76.678571, 39.332024 ], [ -76.678561, 39.332068 ], [ -76.678563, 39.332164 ], [ -76.678594, 39.332471 ], [ -76.678633, 39.332906 ], [ -76.678682, 39.333435 ], [ -76.678741, 39.333968 ], [ -76.678801, 39.334506 ], [ -76.678891, 39.335313 ], [ -76.678972, 39.336127 ], [ -76.678983, 39.33622 ], [ -76.679078, 39.337035 ], [ -76.679177, 39.337891 ], [ -76.679197, 39.338172 ], [ -76.679193, 39.338233 ], [ -76.679172, 39.338279 ], [ -76.679121, 39.338359 ], [ -76.678948, 39.338606 ], [ -76.678685, 39.338961 ], [ -76.678546, 39.339162 ], [ -76.678465, 39.339277 ], [ -76.678221, 39.339641 ], [ -76.678133, 39.339739 ], [ -76.678048, 39.339832 ], [ -76.677964, 39.339925 ], [ -76.677569, 39.33979 ], [ -76.677234, 39.339644 ], [ -76.676899, 39.339481 ], [ -76.6766, 39.339316 ], [ -76.676243, 39.339098 ], [ -76.674295, 39.337821 ], [ -76.673019, 39.336977 ], [ -76.672364, 39.336538 ], [ -76.6719, 39.336242 ], [ -76.67167, 39.336104 ], [ -76.671375, 39.33595 ], [ -76.671106, 39.335812 ], [ -76.670831, 39.335692 ], [ -76.669584, 39.335233 ], [ -76.668904, 39.334993 ], [ -76.668475, 39.33485 ], [ -76.668157, 39.334745 ], [ -76.667912, 39.334656 ], [ -76.667658, 39.334551 ], [ -76.667455, 39.334458 ], [ -76.667285, 39.334369 ], [ -76.667089, 39.33425 ], [ -76.666872, 39.334099 ], [ -76.666693, 39.333961 ], [ -76.666471, 39.333761 ], [ -76.666331, 39.33361 ], [ -76.666224, 39.333479 ], [ -76.66605, 39.333242 ], [ -76.66589, 39.332968 ], [ -76.66579, 39.332716 ], [ -76.665722, 39.33254 ], [ -76.66555, 39.331913 ], [ -76.66545, 39.331547 ], [ -76.66542, 39.331436 ], [ -76.665143, 39.330431 ], [ -76.664302, 39.327512 ], [ -76.664221, 39.327145 ], [ -76.664191, 39.326986 ], [ -76.664171, 39.326779 ], [ -76.66415, 39.326603 ], [ -76.664135, 39.326444 ], [ -76.664139, 39.326249 ], [ -76.66414, 39.325972 ], [ -76.664184, 39.325691 ], [ -76.664254, 39.32528 ], [ -76.664515, 39.32379 ], [ -76.664728, 39.322707 ], [ -76.664768, 39.322475 ], [ -76.664779, 39.322349 ], [ -76.664776, 39.322194 ], [ -76.666216, 39.322629 ], [ -76.666584, 39.322741 ], [ -76.667586, 39.323052 ], [ -76.668524, 39.323344 ], [ -76.668544, 39.323349 ], [ -76.669499, 39.323619 ], [ -76.669893, 39.323731 ], [ -76.670473, 39.323896 ], [ -76.671297, 39.324143 ], [ -76.67145, 39.324189 ], [ -76.673118, 39.324674 ], [ -76.673709, 39.324851 ], [ -76.674084, 39.324963 ], [ -76.674659, 39.325134 ], [ -76.675582, 39.325401 ], [ -76.676491, 39.325672 ], [ -76.677676, 39.326024 ], [ -76.678552, 39.326278 ], [ -76.678675, 39.326317 ], [ -76.678774, 39.326336 ], [ -76.678845, 39.32634 ], [ -76.678912, 39.326332 ], [ -76.681068, 39.326945 ], [ -76.680588, 39.327933 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510151200", "name": "Census Tract 1512, Baltimore city, Maryland", "total_population_17": 4761, "white_alone_17": 173.0, "black_alone_17": 4508.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 44.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 2.745, "pct_black_alone_change": -2.745, "pct_native_alone_change": -0.296, "pct_asian_alone_change": -0.283, "pct_hispanic_or_latino_change": 0.173, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+39.3310266", "INTPTLON": "-076.6599142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.66589, 39.332968 ], [ -76.665061, 39.333385 ], [ -76.664746, 39.333527 ], [ -76.664031, 39.333873 ], [ -76.662664, 39.33451 ], [ -76.66257, 39.334546 ], [ -76.661995, 39.334773 ], [ -76.661237, 39.335071 ], [ -76.661154, 39.335103 ], [ -76.660211, 39.335492 ], [ -76.659844, 39.335652 ], [ -76.658723, 39.335934 ], [ -76.658469, 39.335994 ], [ -76.657199, 39.336302 ], [ -76.656856, 39.336385 ], [ -76.656796, 39.336399 ], [ -76.656359, 39.336504 ], [ -76.656348, 39.336398 ], [ -76.656337, 39.336291 ], [ -76.656278, 39.335707 ], [ -76.65627, 39.335637 ], [ -76.656256, 39.335566 ], [ -76.656248, 39.335526 ], [ -76.656216, 39.335408 ], [ -76.656157, 39.335253 ], [ -76.656072, 39.335057 ], [ -76.656026, 39.334944 ], [ -76.656006, 39.334895 ], [ -76.655973, 39.334786 ], [ -76.655937, 39.334611 ], [ -76.655925, 39.334465 ], [ -76.655939, 39.334208 ], [ -76.655949, 39.33405 ], [ -76.655955, 39.333964 ], [ -76.655956, 39.333919 ], [ -76.655964, 39.333549 ], [ -76.655949, 39.333453 ], [ -76.655922, 39.333359 ], [ -76.655885, 39.333283 ], [ -76.655816, 39.333167 ], [ -76.655773, 39.333107 ], [ -76.655735, 39.333053 ], [ -76.655664, 39.332964 ], [ -76.655536, 39.332821 ], [ -76.65544, 39.332691 ], [ -76.655305, 39.332484 ], [ -76.655187, 39.332284 ], [ -76.654967, 39.331893 ], [ -76.654631, 39.331337 ], [ -76.654092, 39.330397 ], [ -76.654032, 39.330291 ], [ -76.654327, 39.330302 ], [ -76.654478, 39.330241 ], [ -76.654586, 39.330199 ], [ -76.654682, 39.330156 ], [ -76.654766, 39.330122 ], [ -76.65486, 39.33007 ], [ -76.65495, 39.330015 ], [ -76.655107, 39.329904 ], [ -76.65523, 39.329804 ], [ -76.655356, 39.329668 ], [ -76.655436, 39.329567 ], [ -76.655534, 39.32944 ], [ -76.655665, 39.329239 ], [ -76.655767, 39.329054 ], [ -76.655917, 39.32875 ], [ -76.656005, 39.328499 ], [ -76.656052, 39.328344 ], [ -76.656141, 39.328088 ], [ -76.656191, 39.327923 ], [ -76.656329, 39.3275 ], [ -76.656388, 39.327315 ], [ -76.656441, 39.327136 ], [ -76.656488, 39.326992 ], [ -76.656521, 39.326895 ], [ -76.65656, 39.326798 ], [ -76.65661, 39.326694 ], [ -76.656674, 39.326564 ], [ -76.656717, 39.326491 ], [ -76.656783, 39.326373 ], [ -76.656852, 39.326265 ], [ -76.656916, 39.326174 ], [ -76.65699, 39.326081 ], [ -76.657138, 39.325919 ], [ -76.657267, 39.325795 ], [ -76.657365, 39.32569 ], [ -76.657419, 39.32564 ], [ -76.657466, 39.325587 ], [ -76.657495, 39.325551 ], [ -76.65752, 39.3255 ], [ -76.657528, 39.325453 ], [ -76.657587, 39.325685 ], [ -76.657592, 39.325749 ], [ -76.657593, 39.325804 ], [ -76.657842, 39.325713 ], [ -76.657879, 39.325642 ], [ -76.657914, 39.325545 ], [ -76.658772, 39.325821 ], [ -76.659617, 39.326514 ], [ -76.659723, 39.326601 ], [ -76.659795, 39.326622 ], [ -76.660748, 39.326682 ], [ -76.661594, 39.326914 ], [ -76.663331, 39.327261 ], [ -76.663839, 39.327392 ], [ -76.663968, 39.327425 ], [ -76.664302, 39.327512 ], [ -76.665143, 39.330431 ], [ -76.66542, 39.331436 ], [ -76.66545, 39.331547 ], [ -76.66555, 39.331913 ], [ -76.665722, 39.33254 ], [ -76.66579, 39.332716 ], [ -76.66589, 39.332968 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510151300", "name": "Census Tract 1513, Baltimore city, Maryland", "total_population_17": 4338, "white_alone_17": 136.0, "black_alone_17": 3824.0, "native_alone_17": 5.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 193.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 2.392, "pct_black_alone_change": -10.141, "pct_native_alone_change": 0.022, "pct_asian_alone_change": 0.616, "pct_hispanic_or_latino_change": 3.836, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3378526", "INTPTLON": "-076.6661876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.677665, 39.340359 ], [ -76.677266, 39.340904 ], [ -76.677198, 39.340967 ], [ -76.67714, 39.341036 ], [ -76.677067, 39.341134 ], [ -76.676894, 39.341475 ], [ -76.67671, 39.341841 ], [ -76.675829, 39.341588 ], [ -76.675715, 39.341554 ], [ -76.674889, 39.341323 ], [ -76.673848, 39.341026 ], [ -76.672562, 39.340665 ], [ -76.671486, 39.340348 ], [ -76.67135, 39.340309 ], [ -76.67073, 39.340135 ], [ -76.669412, 39.339767 ], [ -76.66925, 39.339718 ], [ -76.668858, 39.339609 ], [ -76.668682, 39.339556 ], [ -76.668527, 39.339504 ], [ -76.668406, 39.339445 ], [ -76.668324, 39.339392 ], [ -76.66827, 39.339344 ], [ -76.668192, 39.33927 ], [ -76.668072, 39.339113 ], [ -76.667926, 39.338921 ], [ -76.667134, 39.339304 ], [ -76.667031, 39.339354 ], [ -76.666822, 39.339456 ], [ -76.666473, 39.339632 ], [ -76.66637, 39.339675 ], [ -76.665884, 39.339883 ], [ -76.665498, 39.340047 ], [ -76.665342, 39.340131 ], [ -76.665237, 39.340216 ], [ -76.66514, 39.340336 ], [ -76.665002, 39.340435 ], [ -76.664901, 39.340503 ], [ -76.664721, 39.340611 ], [ -76.66455, 39.340705 ], [ -76.664447, 39.340754 ], [ -76.664232, 39.340848 ], [ -76.664101, 39.340889 ], [ -76.663952, 39.340931 ], [ -76.663826, 39.340954 ], [ -76.663627, 39.340968 ], [ -76.663441, 39.340967 ], [ -76.663318, 39.340961 ], [ -76.663183, 39.340936 ], [ -76.663002, 39.340882 ], [ -76.6628, 39.340809 ], [ -76.662582, 39.340746 ], [ -76.662435, 39.340715 ], [ -76.662263, 39.340689 ], [ -76.662167, 39.34068 ], [ -76.662128, 39.340679 ], [ -76.66207, 39.340677 ], [ -76.662006, 39.340673 ], [ -76.661279, 39.340698 ], [ -76.6587, 39.3408 ], [ -76.65841, 39.340832 ], [ -76.658195, 39.340685 ], [ -76.658133, 39.340544 ], [ -76.658058, 39.340331 ], [ -76.657983, 39.340058 ], [ -76.657892, 39.339406 ], [ -76.657829, 39.339069 ], [ -76.657316, 39.3386 ], [ -76.656903, 39.338201 ], [ -76.656846, 39.338153 ], [ -76.656771, 39.338071 ], [ -76.656686, 39.337969 ], [ -76.656604, 39.337847 ], [ -76.656553, 39.337733 ], [ -76.656523, 39.337651 ], [ -76.656489, 39.337554 ], [ -76.656469, 39.337444 ], [ -76.656445, 39.337251 ], [ -76.656409, 39.336921 ], [ -76.656359, 39.336504 ], [ -76.656796, 39.336399 ], [ -76.656856, 39.336385 ], [ -76.657199, 39.336302 ], [ -76.658469, 39.335994 ], [ -76.658723, 39.335934 ], [ -76.659844, 39.335652 ], [ -76.660211, 39.335492 ], [ -76.661154, 39.335103 ], [ -76.661237, 39.335071 ], [ -76.661995, 39.334773 ], [ -76.66257, 39.334546 ], [ -76.662664, 39.33451 ], [ -76.664031, 39.333873 ], [ -76.664746, 39.333527 ], [ -76.665061, 39.333385 ], [ -76.66589, 39.332968 ], [ -76.66605, 39.333242 ], [ -76.666224, 39.333479 ], [ -76.666331, 39.33361 ], [ -76.666471, 39.333761 ], [ -76.666693, 39.333961 ], [ -76.666872, 39.334099 ], [ -76.667089, 39.33425 ], [ -76.667285, 39.334369 ], [ -76.667455, 39.334458 ], [ -76.667658, 39.334551 ], [ -76.667912, 39.334656 ], [ -76.668157, 39.334745 ], [ -76.668475, 39.33485 ], [ -76.668904, 39.334993 ], [ -76.669584, 39.335233 ], [ -76.670831, 39.335692 ], [ -76.671106, 39.335812 ], [ -76.671375, 39.33595 ], [ -76.67167, 39.336104 ], [ -76.6719, 39.336242 ], [ -76.672364, 39.336538 ], [ -76.673019, 39.336977 ], [ -76.674295, 39.337821 ], [ -76.676243, 39.339098 ], [ -76.6766, 39.339316 ], [ -76.676899, 39.339481 ], [ -76.677234, 39.339644 ], [ -76.677569, 39.33979 ], [ -76.677964, 39.339925 ], [ -76.677665, 39.340359 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160100", "name": "Census Tract 1601, Baltimore city, Maryland", "total_population_17": 1998, "white_alone_17": 34.0, "black_alone_17": 1872.0, "native_alone_17": 0.0, "asian_alone_17": 3.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 16.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.304, "pct_black_alone_change": -4.104, "pct_native_alone_change": -0.061, "pct_asian_alone_change": -0.278, "pct_hispanic_or_latino_change": -0.422, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2980892", "INTPTLON": "-076.6363266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.638967, 39.303378 ], [ -76.638246, 39.303404 ], [ -76.63739, 39.303432 ], [ -76.636829, 39.303421 ], [ -76.636677, 39.303114 ], [ -76.636605, 39.302982 ], [ -76.636369, 39.302549 ], [ -76.635975, 39.301871 ], [ -76.635878, 39.301685 ], [ -76.635694, 39.301289 ], [ -76.635341, 39.300681 ], [ -76.635243, 39.300513 ], [ -76.635119, 39.300262 ], [ -76.635083, 39.300198 ], [ -76.63488, 39.299848 ], [ -76.634772, 39.299658 ], [ -76.634511, 39.299198 ], [ -76.634475, 39.299142 ], [ -76.633885, 39.29804 ], [ -76.633809, 39.297903 ], [ -76.633261, 39.296886 ], [ -76.632817, 39.296096 ], [ -76.632592, 39.295689 ], [ -76.632426, 39.295383 ], [ -76.632258, 39.295054 ], [ -76.632051, 39.294687 ], [ -76.631922, 39.294458 ], [ -76.632521, 39.294426 ], [ -76.634132, 39.294354 ], [ -76.635623, 39.294302 ], [ -76.636312, 39.294277 ], [ -76.6366, 39.294267 ], [ -76.636953, 39.29425 ], [ -76.637058, 39.294245 ], [ -76.638462, 39.294189 ], [ -76.638552, 39.295447 ], [ -76.638619, 39.296689 ], [ -76.63862, 39.296869 ], [ -76.638649, 39.297281 ], [ -76.638655, 39.29738 ], [ -76.638682, 39.297871 ], [ -76.638757, 39.299062 ], [ -76.638778, 39.299369 ], [ -76.638786, 39.299671 ], [ -76.638787, 39.299722 ], [ -76.638797, 39.300137 ], [ -76.638808, 39.300398 ], [ -76.638816, 39.300539 ], [ -76.638853, 39.301162 ], [ -76.63894, 39.302496 ], [ -76.638967, 39.303378 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160200", "name": "Census Tract 1602, Baltimore city, Maryland", "total_population_17": 2389, "white_alone_17": 11.0, "black_alone_17": 2344.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 28.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.125, "pct_black_alone_change": 0.22, "pct_native_alone_change": -0.312, "pct_asian_alone_change": -0.663, "pct_hispanic_or_latino_change": 0.626, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2987150", "INTPTLON": "-076.6408488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.643217, 39.303271 ], [ -76.643131, 39.303273 ], [ -76.642556, 39.30329 ], [ -76.642399, 39.303294 ], [ -76.641803, 39.303308 ], [ -76.641116, 39.303306 ], [ -76.640407, 39.303324 ], [ -76.639676, 39.303362 ], [ -76.638967, 39.303378 ], [ -76.63894, 39.302496 ], [ -76.638853, 39.301162 ], [ -76.638816, 39.300539 ], [ -76.638808, 39.300398 ], [ -76.638797, 39.300137 ], [ -76.638787, 39.299722 ], [ -76.638786, 39.299671 ], [ -76.638778, 39.299369 ], [ -76.638757, 39.299062 ], [ -76.638682, 39.297871 ], [ -76.638655, 39.29738 ], [ -76.638649, 39.297281 ], [ -76.63862, 39.296869 ], [ -76.638619, 39.296689 ], [ -76.638552, 39.295447 ], [ -76.638462, 39.294189 ], [ -76.639155, 39.294167 ], [ -76.639374, 39.29416 ], [ -76.639882, 39.294136 ], [ -76.641302, 39.294075 ], [ -76.642078, 39.294034 ], [ -76.642696, 39.294009 ], [ -76.642744, 39.294797 ], [ -76.642775, 39.295313 ], [ -76.642782, 39.29547 ], [ -76.642837, 39.296555 ], [ -76.642857, 39.296733 ], [ -76.64291, 39.297728 ], [ -76.642945, 39.298278 ], [ -76.642975, 39.298894 ], [ -76.642999, 39.299553 ], [ -76.643036, 39.300018 ], [ -76.643058, 39.300565 ], [ -76.643077, 39.300869 ], [ -76.643084, 39.301024 ], [ -76.64309, 39.301109 ], [ -76.643146, 39.301717 ], [ -76.643181, 39.30224 ], [ -76.643181, 39.302345 ], [ -76.643188, 39.302506 ], [ -76.643202, 39.302834 ], [ -76.643218, 39.303211 ], [ -76.643217, 39.303271 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160300", "name": "Census Tract 1603, Baltimore city, Maryland", "total_population_17": 1114, "white_alone_17": 123.0, "black_alone_17": 988.0, "native_alone_17": 0.0, "asian_alone_17": 3.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 10.175, "pct_black_alone_change": -8.837, "pct_native_alone_change": -0.062, "pct_asian_alone_change": 0.269, "pct_hispanic_or_latino_change": -1.484, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2985728", "INTPTLON": "-076.6444023" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.646118, 39.303112 ], [ -76.646027, 39.303114 ], [ -76.645986, 39.303115 ], [ -76.645388, 39.303134 ], [ -76.644643, 39.303176 ], [ -76.643905, 39.303196 ], [ -76.643218, 39.303211 ], [ -76.643202, 39.302834 ], [ -76.643188, 39.302506 ], [ -76.643181, 39.302345 ], [ -76.643181, 39.30224 ], [ -76.643146, 39.301717 ], [ -76.64309, 39.301109 ], [ -76.643084, 39.301024 ], [ -76.643077, 39.300869 ], [ -76.643058, 39.300565 ], [ -76.643036, 39.300018 ], [ -76.642999, 39.299553 ], [ -76.642975, 39.298894 ], [ -76.642945, 39.298278 ], [ -76.64291, 39.297728 ], [ -76.642857, 39.296733 ], [ -76.642837, 39.296555 ], [ -76.642782, 39.29547 ], [ -76.642775, 39.295313 ], [ -76.642744, 39.294797 ], [ -76.642696, 39.294009 ], [ -76.644119, 39.293956 ], [ -76.644893, 39.293918 ], [ -76.645038, 39.293913 ], [ -76.64552, 39.293895 ], [ -76.645586, 39.294619 ], [ -76.64561, 39.29524 ], [ -76.645645, 39.295373 ], [ -76.645665, 39.295438 ], [ -76.645671, 39.295759 ], [ -76.645694, 39.296057 ], [ -76.645735, 39.296455 ], [ -76.645808, 39.297629 ], [ -76.64581, 39.297657 ], [ -76.645834, 39.298075 ], [ -76.64585, 39.298525 ], [ -76.645868, 39.298803 ], [ -76.645899, 39.299344 ], [ -76.645926, 39.299698 ], [ -76.645939, 39.299917 ], [ -76.645997, 39.300961 ], [ -76.645999, 39.300993 ], [ -76.646053, 39.302024 ], [ -76.646057, 39.302092 ], [ -76.64607, 39.302435 ], [ -76.646118, 39.303112 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160400", "name": "Census Tract 1604, Baltimore city, Maryland", "total_population_17": 2452, "white_alone_17": 16.0, "black_alone_17": 2410.0, "native_alone_17": 12.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.308, "pct_black_alone_change": -0.851, "pct_native_alone_change": 0.46, "pct_asian_alone_change": -0.067, "pct_hispanic_or_latino_change": -0.23, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2981335", "INTPTLON": "-076.6481618" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.651345, 39.298947 ], [ -76.651046, 39.299773 ], [ -76.650905, 39.300165 ], [ -76.65077, 39.300372 ], [ -76.65063, 39.300566 ], [ -76.650461, 39.300776 ], [ -76.650177, 39.30107 ], [ -76.649561, 39.302028 ], [ -76.649394, 39.302252 ], [ -76.649271, 39.302373 ], [ -76.649157, 39.302464 ], [ -76.649042, 39.302534 ], [ -76.648796, 39.30264 ], [ -76.648748, 39.302669 ], [ -76.648705, 39.302717 ], [ -76.64865, 39.302917 ], [ -76.648483, 39.302863 ], [ -76.648353, 39.302797 ], [ -76.648133, 39.302645 ], [ -76.647717, 39.302305 ], [ -76.647787, 39.303062 ], [ -76.647314, 39.30309 ], [ -76.64678, 39.303094 ], [ -76.646687, 39.303093 ], [ -76.646118, 39.303112 ], [ -76.64607, 39.302435 ], [ -76.646057, 39.302092 ], [ -76.646053, 39.302024 ], [ -76.645999, 39.300993 ], [ -76.645997, 39.300961 ], [ -76.645939, 39.299917 ], [ -76.645926, 39.299698 ], [ -76.645899, 39.299344 ], [ -76.645868, 39.298803 ], [ -76.64585, 39.298525 ], [ -76.645834, 39.298075 ], [ -76.64581, 39.297657 ], [ -76.645808, 39.297629 ], [ -76.645735, 39.296455 ], [ -76.645694, 39.296057 ], [ -76.645671, 39.295759 ], [ -76.645665, 39.295438 ], [ -76.645645, 39.295373 ], [ -76.64561, 39.29524 ], [ -76.645586, 39.294619 ], [ -76.64552, 39.293895 ], [ -76.646277, 39.293859 ], [ -76.647249, 39.293828 ], [ -76.647441, 39.293823 ], [ -76.649007, 39.293768 ], [ -76.649723, 39.293748 ], [ -76.650383, 39.293698 ], [ -76.650384, 39.293723 ], [ -76.650477, 39.295072 ], [ -76.650518, 39.296353 ], [ -76.650538, 39.296586 ], [ -76.650567, 39.296933 ], [ -76.65057, 39.297255 ], [ -76.650561, 39.297509 ], [ -76.650599, 39.298134 ], [ -76.650607, 39.298663 ], [ -76.651052, 39.298646 ], [ -76.651354, 39.298638 ], [ -76.651345, 39.298947 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160500", "name": "Census Tract 1605, Baltimore city, Maryland", "total_population_17": 4605, "white_alone_17": 0.0, "black_alone_17": 4605.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.43, "pct_black_alone_change": 1.678, "pct_native_alone_change": -0.123, "pct_asian_alone_change": -0.164, "pct_hispanic_or_latino_change": -0.9, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+39.2993805", "INTPTLON": "-076.6555827" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.660898, 39.306144 ], [ -76.660171, 39.306184 ], [ -76.659204, 39.306238 ], [ -76.659038, 39.306252 ], [ -76.658867, 39.306069 ], [ -76.658584, 39.305833 ], [ -76.6585, 39.305765 ], [ -76.658418, 39.305707 ], [ -76.658354, 39.305658 ], [ -76.657936, 39.305372 ], [ -76.657664, 39.305224 ], [ -76.657378, 39.305095 ], [ -76.657019, 39.304953 ], [ -76.656937, 39.304925 ], [ -76.655666, 39.304504 ], [ -76.653788, 39.303909 ], [ -76.653316, 39.303778 ], [ -76.652742, 39.303619 ], [ -76.651607, 39.30335 ], [ -76.650752, 39.303248 ], [ -76.650398, 39.303199 ], [ -76.650103, 39.30315 ], [ -76.649841, 39.303102 ], [ -76.649293, 39.303027 ], [ -76.649061, 39.302987 ], [ -76.64865, 39.302917 ], [ -76.648705, 39.302717 ], [ -76.648748, 39.302669 ], [ -76.648796, 39.30264 ], [ -76.649042, 39.302534 ], [ -76.649157, 39.302464 ], [ -76.649271, 39.302373 ], [ -76.649394, 39.302252 ], [ -76.649561, 39.302028 ], [ -76.650177, 39.30107 ], [ -76.650461, 39.300776 ], [ -76.65063, 39.300566 ], [ -76.65077, 39.300372 ], [ -76.650905, 39.300165 ], [ -76.651046, 39.299773 ], [ -76.651345, 39.298947 ], [ -76.651354, 39.298638 ], [ -76.651052, 39.298646 ], [ -76.650607, 39.298663 ], [ -76.650599, 39.298134 ], [ -76.650561, 39.297509 ], [ -76.65057, 39.297255 ], [ -76.650567, 39.296933 ], [ -76.650538, 39.296586 ], [ -76.650518, 39.296353 ], [ -76.650477, 39.295072 ], [ -76.650384, 39.293723 ], [ -76.650383, 39.293698 ], [ -76.650585, 39.293685 ], [ -76.651236, 39.293664 ], [ -76.651772, 39.293628 ], [ -76.652351, 39.293603 ], [ -76.653021, 39.293564 ], [ -76.653223, 39.293565 ], [ -76.654016, 39.293536 ], [ -76.654739, 39.293513 ], [ -76.656004, 39.293446 ], [ -76.656274, 39.293439 ], [ -76.657034, 39.293421 ], [ -76.657808, 39.293396 ], [ -76.658104, 39.293392 ], [ -76.658574, 39.293367 ], [ -76.659353, 39.293352 ], [ -76.65937, 39.293932 ], [ -76.659412, 39.294633 ], [ -76.659431, 39.294983 ], [ -76.659456, 39.295407 ], [ -76.659476, 39.295755 ], [ -76.659486, 39.295936 ], [ -76.659489, 39.296086 ], [ -76.659518, 39.296469 ], [ -76.65953, 39.296782 ], [ -76.659589, 39.298339 ], [ -76.659663, 39.298696 ], [ -76.659682, 39.298747 ], [ -76.659701, 39.298799 ], [ -76.659758, 39.298905 ], [ -76.659852, 39.299035 ], [ -76.659952, 39.299149 ], [ -76.660232, 39.299418 ], [ -76.660475, 39.299644 ], [ -76.660603, 39.299796 ], [ -76.660669, 39.2999 ], [ -76.660732, 39.300021 ], [ -76.660772, 39.300146 ], [ -76.660802, 39.300274 ], [ -76.660824, 39.300451 ], [ -76.660868, 39.301542 ], [ -76.660885, 39.301771 ], [ -76.660874, 39.301956 ], [ -76.660848, 39.30213 ], [ -76.660741, 39.302513 ], [ -76.660721, 39.302624 ], [ -76.660744, 39.302792 ], [ -76.660766, 39.302866 ], [ -76.660799, 39.302958 ], [ -76.660829, 39.303078 ], [ -76.660837, 39.303266 ], [ -76.660827, 39.303577 ], [ -76.660801, 39.303669 ], [ -76.660759, 39.303763 ], [ -76.660778, 39.304217 ], [ -76.660798, 39.304532 ], [ -76.660818, 39.30482 ], [ -76.660898, 39.306144 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160600", "name": "Census Tract 1606, Baltimore city, Maryland", "total_population_17": 3393, "white_alone_17": 71.0, "black_alone_17": 3188.0, "native_alone_17": 40.0, "asian_alone_17": 27.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 65.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.753, "pct_black_alone_change": -4.95, "pct_native_alone_change": 1.082, "pct_asian_alone_change": 0.359, "pct_hispanic_or_latino_change": 1.698, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2967421", "INTPTLON": "-076.6640109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.669679, 39.294449 ], [ -76.669612, 39.294684 ], [ -76.669505, 39.295009 ], [ -76.669351, 39.29567 ], [ -76.669121, 39.296048 ], [ -76.669072, 39.296149 ], [ -76.66908, 39.296263 ], [ -76.669103, 39.296408 ], [ -76.669176, 39.296528 ], [ -76.669245, 39.296623 ], [ -76.669301, 39.296812 ], [ -76.669277, 39.296871 ], [ -76.669113, 39.297064 ], [ -76.669025, 39.29715 ], [ -76.668954, 39.297189 ], [ -76.668984, 39.298264 ], [ -76.668982, 39.298809 ], [ -76.66896, 39.299004 ], [ -76.668944, 39.299099 ], [ -76.668949, 39.299182 ], [ -76.668983, 39.29929 ], [ -76.668942, 39.299313 ], [ -76.668877, 39.299339 ], [ -76.668784, 39.299351 ], [ -76.668717, 39.299351 ], [ -76.668602, 39.299353 ], [ -76.668474, 39.299344 ], [ -76.668373, 39.29934 ], [ -76.668263, 39.299343 ], [ -76.668151, 39.299359 ], [ -76.668013, 39.299377 ], [ -76.667893, 39.299402 ], [ -76.667783, 39.299417 ], [ -76.667641, 39.29941 ], [ -76.667485, 39.299381 ], [ -76.667381, 39.29936 ], [ -76.667229, 39.299316 ], [ -76.667131, 39.299266 ], [ -76.667043, 39.299216 ], [ -76.66696, 39.299152 ], [ -76.665187, 39.29921 ], [ -76.665271, 39.300283 ], [ -76.663506, 39.300361 ], [ -76.661746, 39.300407 ], [ -76.66133, 39.300427 ], [ -76.660824, 39.300451 ], [ -76.660802, 39.300274 ], [ -76.660772, 39.300146 ], [ -76.660732, 39.300021 ], [ -76.660669, 39.2999 ], [ -76.660603, 39.299796 ], [ -76.660475, 39.299644 ], [ -76.660232, 39.299418 ], [ -76.659952, 39.299149 ], [ -76.659852, 39.299035 ], [ -76.659758, 39.298905 ], [ -76.659701, 39.298799 ], [ -76.659682, 39.298747 ], [ -76.659663, 39.298696 ], [ -76.659589, 39.298339 ], [ -76.65953, 39.296782 ], [ -76.659518, 39.296469 ], [ -76.659489, 39.296086 ], [ -76.659486, 39.295936 ], [ -76.659476, 39.295755 ], [ -76.659456, 39.295407 ], [ -76.659431, 39.294983 ], [ -76.659412, 39.294633 ], [ -76.65937, 39.293932 ], [ -76.659353, 39.293352 ], [ -76.661351, 39.293259 ], [ -76.662455, 39.293208 ], [ -76.662895, 39.293182 ], [ -76.663124, 39.29318 ], [ -76.663275, 39.293184 ], [ -76.663403, 39.293196 ], [ -76.663534, 39.293216 ], [ -76.663642, 39.29324 ], [ -76.663725, 39.293265 ], [ -76.663884, 39.293319 ], [ -76.66403, 39.293383 ], [ -76.664173, 39.293452 ], [ -76.664331, 39.293543 ], [ -76.664409, 39.293595 ], [ -76.664463, 39.293631 ], [ -76.664895, 39.293936 ], [ -76.665192, 39.294151 ], [ -76.665391, 39.294302 ], [ -76.665487, 39.294365 ], [ -76.665546, 39.29439 ], [ -76.665626, 39.294412 ], [ -76.665822, 39.294442 ], [ -76.666711, 39.294412 ], [ -76.667564, 39.294369 ], [ -76.668037, 39.294356 ], [ -76.668454, 39.294334 ], [ -76.668664, 39.294325 ], [ -76.668964, 39.294309 ], [ -76.669717, 39.294276 ], [ -76.669679, 39.294449 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160700", "name": "Census Tract 1607, Baltimore city, Maryland", "total_population_17": 4311, "white_alone_17": 60.0, "black_alone_17": 4164.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 40.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.934, "pct_black_alone_change": -1.874, "pct_native_alone_change": -0.163, "pct_asian_alone_change": -0.229, "pct_hispanic_or_latino_change": 0.389, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3020563", "INTPTLON": "-076.6686304" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.67421, 39.302373 ], [ -76.674067, 39.302536 ], [ -76.673976, 39.302639 ], [ -76.673853, 39.302778 ], [ -76.673762, 39.302882 ], [ -76.673695, 39.302974 ], [ -76.673655, 39.303039 ], [ -76.673606, 39.303133 ], [ -76.673563, 39.303264 ], [ -76.673532, 39.303454 ], [ -76.673528, 39.303611 ], [ -76.673534, 39.303731 ], [ -76.67355, 39.303808 ], [ -76.673595, 39.303967 ], [ -76.673637, 39.304104 ], [ -76.673788, 39.304568 ], [ -76.673866, 39.304817 ], [ -76.674009, 39.305249 ], [ -76.674083, 39.305478 ], [ -76.674142, 39.305682 ], [ -76.674173, 39.305876 ], [ -76.674173, 39.305944 ], [ -76.674163, 39.306066 ], [ -76.674149, 39.306166 ], [ -76.674123, 39.306268 ], [ -76.673954, 39.306372 ], [ -76.67372, 39.306517 ], [ -76.673612, 39.306574 ], [ -76.673303, 39.306742 ], [ -76.672291, 39.307205 ], [ -76.672192, 39.307018 ], [ -76.67083, 39.307057 ], [ -76.669205, 39.307096 ], [ -76.668405, 39.307117 ], [ -76.66779, 39.30653 ], [ -76.667604, 39.30633 ], [ -76.667519, 39.306231 ], [ -76.667409, 39.306074 ], [ -76.667324, 39.305904 ], [ -76.666484, 39.305925 ], [ -76.665595, 39.30596 ], [ -76.664539, 39.306029 ], [ -76.663825, 39.306043 ], [ -76.663083, 39.306075 ], [ -76.662091, 39.306106 ], [ -76.660898, 39.306144 ], [ -76.660818, 39.30482 ], [ -76.660798, 39.304532 ], [ -76.660778, 39.304217 ], [ -76.660759, 39.303763 ], [ -76.660801, 39.303669 ], [ -76.660827, 39.303577 ], [ -76.660837, 39.303266 ], [ -76.660829, 39.303078 ], [ -76.660799, 39.302958 ], [ -76.660766, 39.302866 ], [ -76.660744, 39.302792 ], [ -76.660721, 39.302624 ], [ -76.660741, 39.302513 ], [ -76.660848, 39.30213 ], [ -76.660874, 39.301956 ], [ -76.660885, 39.301771 ], [ -76.660868, 39.301542 ], [ -76.660824, 39.300451 ], [ -76.66133, 39.300427 ], [ -76.661746, 39.300407 ], [ -76.663506, 39.300361 ], [ -76.665271, 39.300283 ], [ -76.665187, 39.29921 ], [ -76.66696, 39.299152 ], [ -76.667043, 39.299216 ], [ -76.667131, 39.299266 ], [ -76.667229, 39.299316 ], [ -76.667381, 39.29936 ], [ -76.667485, 39.299381 ], [ -76.667641, 39.29941 ], [ -76.667783, 39.299417 ], [ -76.667893, 39.299402 ], [ -76.668013, 39.299377 ], [ -76.668151, 39.299359 ], [ -76.668263, 39.299343 ], [ -76.668373, 39.29934 ], [ -76.668474, 39.299344 ], [ -76.668602, 39.299353 ], [ -76.668717, 39.299351 ], [ -76.668784, 39.299351 ], [ -76.668877, 39.299339 ], [ -76.668942, 39.299313 ], [ -76.668983, 39.29929 ], [ -76.668949, 39.299182 ], [ -76.668944, 39.299099 ], [ -76.66896, 39.299004 ], [ -76.668982, 39.298809 ], [ -76.668984, 39.298264 ], [ -76.668954, 39.297189 ], [ -76.669025, 39.29715 ], [ -76.669113, 39.297064 ], [ -76.669277, 39.296871 ], [ -76.669301, 39.296812 ], [ -76.669245, 39.296623 ], [ -76.669176, 39.296528 ], [ -76.669103, 39.296408 ], [ -76.66908, 39.296263 ], [ -76.669072, 39.296149 ], [ -76.669121, 39.296048 ], [ -76.669351, 39.29567 ], [ -76.669505, 39.295009 ], [ -76.669612, 39.294684 ], [ -76.669679, 39.294449 ], [ -76.669717, 39.294276 ], [ -76.669871, 39.294269 ], [ -76.669946, 39.294266 ], [ -76.67017, 39.294266 ], [ -76.670465, 39.294257 ], [ -76.670487, 39.294316 ], [ -76.670535, 39.294542 ], [ -76.670565, 39.294763 ], [ -76.670591, 39.295084 ], [ -76.67059, 39.295499 ], [ -76.67054, 39.295972 ], [ -76.670455, 39.296388 ], [ -76.670668, 39.296362 ], [ -76.670726, 39.296354 ], [ -76.670821, 39.296352 ], [ -76.670949, 39.296346 ], [ -76.671077, 39.296362 ], [ -76.671184, 39.296402 ], [ -76.671285, 39.296446 ], [ -76.671445, 39.296556 ], [ -76.671512, 39.296597 ], [ -76.671676, 39.296747 ], [ -76.671741, 39.29681 ], [ -76.671828, 39.296904 ], [ -76.671903, 39.296979 ], [ -76.671957, 39.297045 ], [ -76.672013, 39.297104 ], [ -76.672126, 39.297194 ], [ -76.672404, 39.297361 ], [ -76.672595, 39.297493 ], [ -76.67275, 39.297609 ], [ -76.672835, 39.297706 ], [ -76.672883, 39.297791 ], [ -76.672919, 39.297883 ], [ -76.672955, 39.297968 ], [ -76.673001, 39.298137 ], [ -76.673048, 39.298303 ], [ -76.673124, 39.298544 ], [ -76.67316, 39.298677 ], [ -76.673233, 39.299056 ], [ -76.673283, 39.299187 ], [ -76.673317, 39.299323 ], [ -76.673393, 39.299542 ], [ -76.673418, 39.299636 ], [ -76.673454, 39.299746 ], [ -76.67349, 39.299837 ], [ -76.673521, 39.29994 ], [ -76.673546, 39.300039 ], [ -76.673556, 39.300112 ], [ -76.673565, 39.300149 ], [ -76.673564, 39.300208 ], [ -76.673604, 39.300497 ], [ -76.673623, 39.300663 ], [ -76.673617, 39.300744 ], [ -76.6736, 39.300808 ], [ -76.673568, 39.30086 ], [ -76.673512, 39.30096 ], [ -76.673486, 39.301039 ], [ -76.673487, 39.301114 ], [ -76.673486, 39.301219 ], [ -76.673498, 39.30129 ], [ -76.673526, 39.301386 ], [ -76.673519, 39.301443 ], [ -76.673615, 39.301638 ], [ -76.673681, 39.301731 ], [ -76.673846, 39.301922 ], [ -76.673969, 39.302058 ], [ -76.674046, 39.302129 ], [ -76.674145, 39.302276 ], [ -76.67421, 39.302373 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160801", "name": "Census Tract 1608.01, Baltimore city, Maryland", "total_population_17": 3128, "white_alone_17": 52.0, "black_alone_17": 3035.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 11.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.243, "pct_black_alone_change": -1.519, "pct_native_alone_change": -0.084, "pct_asian_alone_change": -0.14, "pct_hispanic_or_latino_change": -0.811, "pct_native_hawaiian_pacific_islander_change": 0.352, "INTPTLAT": "+39.2980940", "INTPTLON": "-076.6840558" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.687567, 39.302197 ], [ -76.687537, 39.302329 ], [ -76.687483, 39.302416 ], [ -76.687366, 39.302534 ], [ -76.686991, 39.302706 ], [ -76.686443, 39.302934 ], [ -76.686258, 39.303002 ], [ -76.686147, 39.303032 ], [ -76.686045, 39.30304 ], [ -76.685954, 39.303041 ], [ -76.685868, 39.303029 ], [ -76.685791, 39.303005 ], [ -76.684898, 39.302492 ], [ -76.683929, 39.301954 ], [ -76.683748, 39.301852 ], [ -76.682474, 39.301139 ], [ -76.681244, 39.30045 ], [ -76.681505, 39.300163 ], [ -76.681531, 39.300134 ], [ -76.681546, 39.300081 ], [ -76.681547, 39.300037 ], [ -76.681534, 39.299808 ], [ -76.681527, 39.299659 ], [ -76.681515, 39.299489 ], [ -76.681507, 39.29939 ], [ -76.681503, 39.299325 ], [ -76.681492, 39.29911 ], [ -76.681465, 39.29864 ], [ -76.681429, 39.297906 ], [ -76.681381, 39.297157 ], [ -76.681341, 39.296407 ], [ -76.681303, 39.295669 ], [ -76.681279, 39.295133 ], [ -76.681211, 39.293884 ], [ -76.681631, 39.293875 ], [ -76.682616, 39.293835 ], [ -76.683892, 39.293798 ], [ -76.684057, 39.293793 ], [ -76.684975, 39.293751 ], [ -76.685995, 39.293711 ], [ -76.685992, 39.293724 ], [ -76.685999, 39.294106 ], [ -76.686009, 39.294699 ], [ -76.686026, 39.295508 ], [ -76.686101, 39.29625 ], [ -76.68614, 39.296996 ], [ -76.686193, 39.297742 ], [ -76.686235, 39.298471 ], [ -76.686275, 39.299217 ], [ -76.686292, 39.300184 ], [ -76.686341, 39.300419 ], [ -76.686379, 39.300518 ], [ -76.686521, 39.300753 ], [ -76.68664, 39.300914 ], [ -76.687501, 39.301894 ], [ -76.68755, 39.301991 ], [ -76.687572, 39.302092 ], [ -76.687567, 39.302197 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510160802", "name": "Census Tract 1608.02, Baltimore city, Maryland", "total_population_17": 3375, "white_alone_17": 56.0, "black_alone_17": 3177.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 99.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.09, "pct_black_alone_change": -3.648, "pct_native_alone_change": -0.228, "pct_asian_alone_change": -0.541, "pct_hispanic_or_latino_change": 2.108, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3002221", "INTPTLON": "-076.6796308" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.6895, 39.304372 ], [ -76.689482, 39.304434 ], [ -76.689582, 39.305099 ], [ -76.689021, 39.305147 ], [ -76.688749, 39.305166 ], [ -76.688597, 39.305153 ], [ -76.688507, 39.305116 ], [ -76.688427, 39.305093 ], [ -76.688381, 39.305077 ], [ -76.688343, 39.305077 ], [ -76.688224, 39.305125 ], [ -76.688123, 39.305164 ], [ -76.687933, 39.305197 ], [ -76.687811, 39.305216 ], [ -76.687689, 39.305216 ], [ -76.68755, 39.305196 ], [ -76.687419, 39.305117 ], [ -76.687277, 39.304992 ], [ -76.687199, 39.304933 ], [ -76.687136, 39.304893 ], [ -76.687081, 39.304874 ], [ -76.68701, 39.304864 ], [ -76.686938, 39.304857 ], [ -76.686862, 39.304876 ], [ -76.686638, 39.305069 ], [ -76.686431, 39.305348 ], [ -76.686302, 39.305506 ], [ -76.686119, 39.305607 ], [ -76.685936, 39.3057 ], [ -76.685765, 39.305779 ], [ -76.685553, 39.305867 ], [ -76.685354, 39.305919 ], [ -76.685057, 39.305949 ], [ -76.684955, 39.305984 ], [ -76.684875, 39.306033 ], [ -76.684761, 39.306055 ], [ -76.684426, 39.306077 ], [ -76.684066, 39.306128 ], [ -76.683625, 39.306183 ], [ -76.683324, 39.306217 ], [ -76.683076, 39.306251 ], [ -76.682897, 39.30628 ], [ -76.682657, 39.306345 ], [ -76.682439, 39.306431 ], [ -76.682212, 39.306504 ], [ -76.681995, 39.306564 ], [ -76.681791, 39.306585 ], [ -76.681565, 39.306584 ], [ -76.681403, 39.306571 ], [ -76.681292, 39.30654 ], [ -76.681147, 39.306492 ], [ -76.680718, 39.306305 ], [ -76.680189, 39.306061 ], [ -76.679827, 39.305893 ], [ -76.679783, 39.30587 ], [ -76.679736, 39.30584 ], [ -76.679702, 39.305814 ], [ -76.679644, 39.305765 ], [ -76.679581, 39.305707 ], [ -76.679524, 39.305641 ], [ -76.679492, 39.305592 ], [ -76.679464, 39.305553 ], [ -76.679427, 39.305515 ], [ -76.679403, 39.30549 ], [ -76.679311, 39.305422 ], [ -76.679143, 39.305291 ], [ -76.679027, 39.305169 ], [ -76.678973, 39.305077 ], [ -76.678912, 39.304989 ], [ -76.67883, 39.30491 ], [ -76.678741, 39.304839 ], [ -76.678672, 39.304768 ], [ -76.678607, 39.304732 ], [ -76.678509, 39.304705 ], [ -76.678447, 39.304692 ], [ -76.678329, 39.304671 ], [ -76.678256, 39.304645 ], [ -76.677882, 39.304475 ], [ -76.677839, 39.304464 ], [ -76.677791, 39.304458 ], [ -76.677735, 39.304458 ], [ -76.677673, 39.304462 ], [ -76.677634, 39.30446 ], [ -76.677558, 39.304454 ], [ -76.677505, 39.304433 ], [ -76.677453, 39.304399 ], [ -76.677347, 39.304364 ], [ -76.677202, 39.304294 ], [ -76.677097, 39.304245 ], [ -76.676866, 39.304151 ], [ -76.676635, 39.304059 ], [ -76.676426, 39.303987 ], [ -76.676347, 39.303964 ], [ -76.676287, 39.303942 ], [ -76.67621, 39.30391 ], [ -76.676128, 39.303866 ], [ -76.675865, 39.303744 ], [ -76.675778, 39.303688 ], [ -76.675699, 39.303644 ], [ -76.675625, 39.303607 ], [ -76.675534, 39.303564 ], [ -76.675441, 39.303517 ], [ -76.675381, 39.303468 ], [ -76.675296, 39.303421 ], [ -76.67522, 39.303364 ], [ -76.675119, 39.303282 ], [ -76.67488, 39.303041 ], [ -76.674838, 39.302976 ], [ -76.67481, 39.302948 ], [ -76.674788, 39.302916 ], [ -76.67447, 39.302605 ], [ -76.674394, 39.302518 ], [ -76.67421, 39.302373 ], [ -76.674145, 39.302276 ], [ -76.674046, 39.302129 ], [ -76.673969, 39.302058 ], [ -76.673846, 39.301922 ], [ -76.673681, 39.301731 ], [ -76.673615, 39.301638 ], [ -76.673519, 39.301443 ], [ -76.673526, 39.301386 ], [ -76.673498, 39.30129 ], [ -76.673486, 39.301219 ], [ -76.673487, 39.301114 ], [ -76.673486, 39.301039 ], [ -76.673512, 39.30096 ], [ -76.673568, 39.30086 ], [ -76.6736, 39.300808 ], [ -76.673617, 39.300744 ], [ -76.673623, 39.300663 ], [ -76.673604, 39.300497 ], [ -76.673564, 39.300208 ], [ -76.673565, 39.300149 ], [ -76.673556, 39.300112 ], [ -76.673546, 39.300039 ], [ -76.673521, 39.29994 ], [ -76.67349, 39.299837 ], [ -76.673454, 39.299746 ], [ -76.673418, 39.299636 ], [ -76.673393, 39.299542 ], [ -76.673317, 39.299323 ], [ -76.673283, 39.299187 ], [ -76.673233, 39.299056 ], [ -76.67316, 39.298677 ], [ -76.673124, 39.298544 ], [ -76.673048, 39.298303 ], [ -76.673001, 39.298137 ], [ -76.672955, 39.297968 ], [ -76.672919, 39.297883 ], [ -76.672883, 39.297791 ], [ -76.672835, 39.297706 ], [ -76.67275, 39.297609 ], [ -76.672595, 39.297493 ], [ -76.672404, 39.297361 ], [ -76.672126, 39.297194 ], [ -76.672013, 39.297104 ], [ -76.671957, 39.297045 ], [ -76.671903, 39.296979 ], [ -76.671828, 39.296904 ], [ -76.671741, 39.29681 ], [ -76.671676, 39.296747 ], [ -76.671512, 39.296597 ], [ -76.671445, 39.296556 ], [ -76.671285, 39.296446 ], [ -76.671184, 39.296402 ], [ -76.671077, 39.296362 ], [ -76.670949, 39.296346 ], [ -76.670821, 39.296352 ], [ -76.670726, 39.296354 ], [ -76.670668, 39.296362 ], [ -76.670455, 39.296388 ], [ -76.67054, 39.295972 ], [ -76.67059, 39.295499 ], [ -76.670591, 39.295084 ], [ -76.670565, 39.294763 ], [ -76.670535, 39.294542 ], [ -76.670487, 39.294316 ], [ -76.670465, 39.294257 ], [ -76.670618, 39.294256 ], [ -76.671263, 39.294232 ], [ -76.671634, 39.294228 ], [ -76.671886, 39.294217 ], [ -76.672167, 39.294207 ], [ -76.672287, 39.294205 ], [ -76.672383, 39.294201 ], [ -76.672594, 39.294189 ], [ -76.67278, 39.294174 ], [ -76.674168, 39.294133 ], [ -76.675574, 39.294097 ], [ -76.676444, 39.294062 ], [ -76.677247, 39.294034 ], [ -76.678402, 39.293977 ], [ -76.679666, 39.29394 ], [ -76.679766, 39.293934 ], [ -76.679794, 39.293932 ], [ -76.680657, 39.293903 ], [ -76.680777, 39.293898 ], [ -76.681211, 39.293884 ], [ -76.681279, 39.295133 ], [ -76.681303, 39.295669 ], [ -76.681341, 39.296407 ], [ -76.681381, 39.297157 ], [ -76.681429, 39.297906 ], [ -76.681465, 39.29864 ], [ -76.681492, 39.29911 ], [ -76.681503, 39.299325 ], [ -76.681507, 39.29939 ], [ -76.681515, 39.299489 ], [ -76.681527, 39.299659 ], [ -76.681534, 39.299808 ], [ -76.681547, 39.300037 ], [ -76.681546, 39.300081 ], [ -76.681531, 39.300134 ], [ -76.681505, 39.300163 ], [ -76.681244, 39.30045 ], [ -76.682474, 39.301139 ], [ -76.683748, 39.301852 ], [ -76.683929, 39.301954 ], [ -76.684898, 39.302492 ], [ -76.685791, 39.303005 ], [ -76.685868, 39.303029 ], [ -76.685954, 39.303041 ], [ -76.686045, 39.30304 ], [ -76.686147, 39.303032 ], [ -76.686258, 39.303002 ], [ -76.686443, 39.302934 ], [ -76.686991, 39.302706 ], [ -76.687366, 39.302534 ], [ -76.687483, 39.302416 ], [ -76.687537, 39.302329 ], [ -76.687567, 39.302197 ], [ -76.687572, 39.302092 ], [ -76.68755, 39.301991 ], [ -76.687501, 39.301894 ], [ -76.68664, 39.300914 ], [ -76.686521, 39.300753 ], [ -76.686379, 39.300518 ], [ -76.686341, 39.300419 ], [ -76.686292, 39.300184 ], [ -76.686275, 39.299217 ], [ -76.686756, 39.299213 ], [ -76.687151, 39.29921 ], [ -76.687591, 39.299193 ], [ -76.688139, 39.299172 ], [ -76.690092, 39.302306 ], [ -76.6895, 39.304372 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510170100", "name": "Census Tract 1701, Baltimore city, Maryland", "total_population_17": 1661, "white_alone_17": 515.0, "black_alone_17": 1065.0, "native_alone_17": 52.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 19.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 15.798, "pct_black_alone_change": -15.823, "pct_native_alone_change": 2.894, "pct_asian_alone_change": -0.991, "pct_hispanic_or_latino_change": -1.578, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2971188", "INTPTLON": "-076.6227994" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.627656, 39.294834 ], [ -76.627614, 39.294997 ], [ -76.627566, 39.295156 ], [ -76.627488, 39.295327 ], [ -76.627414, 39.295454 ], [ -76.627291, 39.295635 ], [ -76.627186, 39.295756 ], [ -76.626986, 39.295965 ], [ -76.626159, 39.296653 ], [ -76.624049, 39.298357 ], [ -76.623375, 39.299001 ], [ -76.623347, 39.299027 ], [ -76.623055, 39.29934 ], [ -76.622721, 39.299687 ], [ -76.622628, 39.29978 ], [ -76.621822, 39.300465 ], [ -76.62126, 39.300894 ], [ -76.621101, 39.30101 ], [ -76.620855, 39.301189 ], [ -76.620529, 39.301447 ], [ -76.620473, 39.30149 ], [ -76.620405, 39.301556 ], [ -76.620269, 39.301757 ], [ -76.620238, 39.301625 ], [ -76.620208, 39.301517 ], [ -76.620194, 39.301412 ], [ -76.620182, 39.301308 ], [ -76.620174, 39.30117 ], [ -76.620174, 39.301142 ], [ -76.620175, 39.300988 ], [ -76.620153, 39.300646 ], [ -76.620136, 39.300326 ], [ -76.620036, 39.29843 ], [ -76.620037, 39.298152 ], [ -76.620003, 39.297636 ], [ -76.619983, 39.297359 ], [ -76.619945, 39.296768 ], [ -76.61992, 39.296261 ], [ -76.619917, 39.296209 ], [ -76.619819, 39.294931 ], [ -76.620424, 39.294915 ], [ -76.621004, 39.294876 ], [ -76.621258, 39.294866 ], [ -76.621285, 39.294861 ], [ -76.621942, 39.294836 ], [ -76.621977, 39.294838 ], [ -76.621994, 39.294839 ], [ -76.622036, 39.294837 ], [ -76.622638, 39.294812 ], [ -76.623951, 39.294753 ], [ -76.624222, 39.29473 ], [ -76.624792, 39.294708 ], [ -76.625073, 39.294708 ], [ -76.625726, 39.294679 ], [ -76.627249, 39.294635 ], [ -76.627688, 39.29463 ], [ -76.627656, 39.294834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510170200", "name": "Census Tract 1702, Baltimore city, Maryland", "total_population_17": 3033, "white_alone_17": 223.0, "black_alone_17": 2641.0, "native_alone_17": 0.0, "asian_alone_17": 113.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -1.25, "pct_black_alone_change": -2.157, "pct_native_alone_change": -0.257, "pct_asian_alone_change": 2.726, "pct_hispanic_or_latino_change": -0.508, "pct_native_hawaiian_pacific_islander_change": -0.002, "INTPTLAT": "+39.3011752", "INTPTLON": "-076.6257103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.631189, 39.301585 ], [ -76.630918, 39.301793 ], [ -76.630627, 39.302006 ], [ -76.630108, 39.302396 ], [ -76.629554, 39.3028 ], [ -76.629207, 39.303068 ], [ -76.628764, 39.303409 ], [ -76.628422, 39.303666 ], [ -76.628006, 39.30397 ], [ -76.62757, 39.304284 ], [ -76.627133, 39.304614 ], [ -76.626905, 39.304784 ], [ -76.625912, 39.303996 ], [ -76.625381, 39.303535 ], [ -76.625237, 39.303374 ], [ -76.625174, 39.303287 ], [ -76.625118, 39.303182 ], [ -76.62457, 39.303584 ], [ -76.624365, 39.303725 ], [ -76.62432, 39.303752 ], [ -76.624272, 39.303778 ], [ -76.624177, 39.303825 ], [ -76.624132, 39.303841 ], [ -76.624029, 39.303874 ], [ -76.623921, 39.303902 ], [ -76.622878, 39.304178 ], [ -76.622715, 39.304212 ], [ -76.622509, 39.304243 ], [ -76.622382, 39.30426 ], [ -76.622127, 39.304291 ], [ -76.622049, 39.304299 ], [ -76.621958, 39.304306 ], [ -76.621846, 39.304313 ], [ -76.621251, 39.304335 ], [ -76.620723, 39.304351 ], [ -76.620712, 39.304236 ], [ -76.620693, 39.304007 ], [ -76.620677, 39.303853 ], [ -76.620658, 39.30369 ], [ -76.620603, 39.303349 ], [ -76.620269, 39.301757 ], [ -76.620405, 39.301556 ], [ -76.620473, 39.30149 ], [ -76.620529, 39.301447 ], [ -76.620855, 39.301189 ], [ -76.621101, 39.30101 ], [ -76.62126, 39.300894 ], [ -76.621822, 39.300465 ], [ -76.622628, 39.29978 ], [ -76.622721, 39.299687 ], [ -76.623055, 39.29934 ], [ -76.623347, 39.299027 ], [ -76.623375, 39.299001 ], [ -76.624049, 39.298357 ], [ -76.626159, 39.296653 ], [ -76.626319, 39.296784 ], [ -76.627696, 39.297916 ], [ -76.628126, 39.298257 ], [ -76.628616, 39.298666 ], [ -76.628916, 39.29892 ], [ -76.62913, 39.299102 ], [ -76.629665, 39.299518 ], [ -76.630149, 39.299903 ], [ -76.630634, 39.300287 ], [ -76.631732, 39.301181 ], [ -76.631189, 39.301585 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510170300", "name": "Census Tract 1703, Baltimore city, Maryland", "total_population_17": 1630, "white_alone_17": 34.0, "black_alone_17": 1524.0, "native_alone_17": 9.0, "asian_alone_17": 42.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 10.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 1.626, "pct_black_alone_change": -5.124, "pct_native_alone_change": 0.486, "pct_asian_alone_change": 2.446, "pct_hispanic_or_latino_change": -0.109, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2974131", "INTPTLON": "-076.6305876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.634127, 39.2994 ], [ -76.633562, 39.299813 ], [ -76.633094, 39.300171 ], [ -76.632644, 39.300509 ], [ -76.63219, 39.300841 ], [ -76.631981, 39.301007 ], [ -76.631732, 39.301181 ], [ -76.630634, 39.300287 ], [ -76.630149, 39.299903 ], [ -76.629665, 39.299518 ], [ -76.62913, 39.299102 ], [ -76.628916, 39.29892 ], [ -76.628616, 39.298666 ], [ -76.628126, 39.298257 ], [ -76.627696, 39.297916 ], [ -76.626319, 39.296784 ], [ -76.626159, 39.296653 ], [ -76.626986, 39.295965 ], [ -76.627186, 39.295756 ], [ -76.627291, 39.295635 ], [ -76.627414, 39.295454 ], [ -76.627488, 39.295327 ], [ -76.627566, 39.295156 ], [ -76.627614, 39.294997 ], [ -76.627656, 39.294834 ], [ -76.627688, 39.29463 ], [ -76.628031, 39.294619 ], [ -76.628588, 39.2946 ], [ -76.630406, 39.29454 ], [ -76.631922, 39.294458 ], [ -76.632051, 39.294687 ], [ -76.632258, 39.295054 ], [ -76.632426, 39.295383 ], [ -76.632592, 39.295689 ], [ -76.632817, 39.296096 ], [ -76.633261, 39.296886 ], [ -76.633809, 39.297903 ], [ -76.633885, 39.29804 ], [ -76.634475, 39.299142 ], [ -76.634127, 39.2994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510180100", "name": "Census Tract 1801, Baltimore city, Maryland", "total_population_17": 2253, "white_alone_17": 4.0, "black_alone_17": 2231.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 13.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.677, "pct_black_alone_change": 1.187, "pct_native_alone_change": -0.05, "pct_asian_alone_change": -0.956, "pct_hispanic_or_latino_change": 0.275, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2917118", "INTPTLON": "-076.6307804" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.634132, 39.294354 ], [ -76.632521, 39.294426 ], [ -76.631922, 39.294458 ], [ -76.630406, 39.29454 ], [ -76.628588, 39.2946 ], [ -76.628031, 39.294619 ], [ -76.627688, 39.29463 ], [ -76.627707, 39.294381 ], [ -76.62771, 39.294319 ], [ -76.627728, 39.293864 ], [ -76.627727, 39.293817 ], [ -76.62772, 39.29359 ], [ -76.627719, 39.293573 ], [ -76.627708, 39.293273 ], [ -76.627645, 39.29272 ], [ -76.627541, 39.291858 ], [ -76.627479, 39.291241 ], [ -76.627463, 39.290809 ], [ -76.627477, 39.29046 ], [ -76.627503, 39.290128 ], [ -76.627627, 39.289523 ], [ -76.627766, 39.288974 ], [ -76.628048, 39.288978 ], [ -76.628909, 39.288992 ], [ -76.63038, 39.288924 ], [ -76.631397, 39.288877 ], [ -76.632149, 39.288838 ], [ -76.632971, 39.2888 ], [ -76.633047, 39.288798 ], [ -76.63381, 39.288766 ], [ -76.633841, 39.289279 ], [ -76.633859, 39.289587 ], [ -76.633879, 39.289898 ], [ -76.63389, 39.290249 ], [ -76.633901, 39.290457 ], [ -76.633908, 39.290705 ], [ -76.633917, 39.290991 ], [ -76.633944, 39.291308 ], [ -76.633967, 39.291658 ], [ -76.633976, 39.291804 ], [ -76.633987, 39.29216 ], [ -76.634, 39.292465 ], [ -76.634038, 39.292928 ], [ -76.634053, 39.293357 ], [ -76.634071, 39.293615 ], [ -76.634091, 39.293893 ], [ -76.634132, 39.294354 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510180200", "name": "Census Tract 1802, Baltimore city, Maryland", "total_population_17": 930, "white_alone_17": 68.0, "black_alone_17": 796.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 33.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 3.142, "pct_black_alone_change": -9.452, "pct_native_alone_change": -0.157, "pct_asian_alone_change": 1.162, "pct_hispanic_or_latino_change": 3.155, "pct_native_hawaiian_pacific_islander_change": -0.079, "INTPTLAT": "+39.2914657", "INTPTLON": "-076.6361389" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.638462, 39.294189 ], [ -76.637058, 39.294245 ], [ -76.636953, 39.29425 ], [ -76.6366, 39.294267 ], [ -76.636312, 39.294277 ], [ -76.635623, 39.294302 ], [ -76.634132, 39.294354 ], [ -76.634091, 39.293893 ], [ -76.634071, 39.293615 ], [ -76.634053, 39.293357 ], [ -76.634038, 39.292928 ], [ -76.634, 39.292465 ], [ -76.633987, 39.29216 ], [ -76.633976, 39.291804 ], [ -76.633967, 39.291658 ], [ -76.633944, 39.291308 ], [ -76.633917, 39.290991 ], [ -76.633908, 39.290705 ], [ -76.633901, 39.290457 ], [ -76.63389, 39.290249 ], [ -76.633879, 39.289898 ], [ -76.633859, 39.289587 ], [ -76.633841, 39.289279 ], [ -76.63381, 39.288766 ], [ -76.635303, 39.288685 ], [ -76.636012, 39.288647 ], [ -76.636734, 39.288623 ], [ -76.637483, 39.288591 ], [ -76.638166, 39.288566 ], [ -76.638198, 39.289138 ], [ -76.63823, 39.289777 ], [ -76.638277, 39.290888 ], [ -76.638304, 39.291229 ], [ -76.638328, 39.291807 ], [ -76.638365, 39.292295 ], [ -76.638419, 39.29321 ], [ -76.638428, 39.293458 ], [ -76.638429, 39.293474 ], [ -76.638438, 39.293719 ], [ -76.638439, 39.293741 ], [ -76.638462, 39.294189 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510180300", "name": "Census Tract 1803, Baltimore city, Maryland", "total_population_17": 1651, "white_alone_17": 609.0, "black_alone_17": 917.0, "native_alone_17": 0.0, "asian_alone_17": 41.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 20.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 3.205, "pct_black_alone_change": -5.598, "pct_native_alone_change": -0.475, "pct_asian_alone_change": -0.747, "pct_hispanic_or_latino_change": -0.024, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2873082", "INTPTLON": "-076.6329977" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.638166, 39.288566 ], [ -76.637483, 39.288591 ], [ -76.636734, 39.288623 ], [ -76.636012, 39.288647 ], [ -76.635303, 39.288685 ], [ -76.63381, 39.288766 ], [ -76.633047, 39.288798 ], [ -76.632971, 39.2888 ], [ -76.632149, 39.288838 ], [ -76.631397, 39.288877 ], [ -76.63038, 39.288924 ], [ -76.628909, 39.288992 ], [ -76.628048, 39.288978 ], [ -76.627766, 39.288974 ], [ -76.627965, 39.288345 ], [ -76.627992, 39.288201 ], [ -76.628031, 39.288011 ], [ -76.628049, 39.28789 ], [ -76.628062, 39.287786 ], [ -76.628065, 39.287625 ], [ -76.628055, 39.287438 ], [ -76.628047, 39.28732 ], [ -76.628021, 39.287165 ], [ -76.627976, 39.286985 ], [ -76.62792, 39.286806 ], [ -76.627859, 39.286657 ], [ -76.627823, 39.286565 ], [ -76.627741, 39.286418 ], [ -76.627623, 39.286197 ], [ -76.627539, 39.286057 ], [ -76.62786, 39.286046 ], [ -76.628347, 39.28603 ], [ -76.628371, 39.286029 ], [ -76.629019, 39.286009 ], [ -76.629638, 39.285974 ], [ -76.630025, 39.285965 ], [ -76.630532, 39.285937 ], [ -76.630887, 39.285918 ], [ -76.631296, 39.2859 ], [ -76.631959, 39.285866 ], [ -76.632814, 39.285834 ], [ -76.633013, 39.285829 ], [ -76.633601, 39.28581 ], [ -76.634408, 39.285754 ], [ -76.635135, 39.285709 ], [ -76.635884, 39.285686 ], [ -76.635986, 39.285682 ], [ -76.636597, 39.285657 ], [ -76.637192, 39.285625 ], [ -76.637268, 39.285621 ], [ -76.637984, 39.285587 ], [ -76.638019, 39.285981 ], [ -76.638021, 39.286015 ], [ -76.638052, 39.286554 ], [ -76.638076, 39.287072 ], [ -76.638101, 39.287556 ], [ -76.63813, 39.288103 ], [ -76.638166, 39.288566 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510190100", "name": "Census Tract 1901, Baltimore city, Maryland", "total_population_17": 2057, "white_alone_17": 51.0, "black_alone_17": 1750.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 203.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.557, "pct_black_alone_change": -10.61, "pct_native_alone_change": -0.118, "pct_asian_alone_change": 0.8, "pct_hispanic_or_latino_change": 8.535, "pct_native_hawaiian_pacific_islander_change": -0.039, "INTPTLAT": "+39.2912223", "INTPTLON": "-076.6418544" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.64552, 39.293895 ], [ -76.645038, 39.293913 ], [ -76.644893, 39.293918 ], [ -76.644119, 39.293956 ], [ -76.642696, 39.294009 ], [ -76.642078, 39.294034 ], [ -76.641302, 39.294075 ], [ -76.639882, 39.294136 ], [ -76.639374, 39.29416 ], [ -76.639155, 39.294167 ], [ -76.638462, 39.294189 ], [ -76.638439, 39.293741 ], [ -76.638438, 39.293719 ], [ -76.638429, 39.293474 ], [ -76.638428, 39.293458 ], [ -76.638419, 39.29321 ], [ -76.638365, 39.292295 ], [ -76.638328, 39.291807 ], [ -76.638304, 39.291229 ], [ -76.638277, 39.290888 ], [ -76.63823, 39.289777 ], [ -76.638198, 39.289138 ], [ -76.638166, 39.288566 ], [ -76.638909, 39.288535 ], [ -76.639573, 39.288503 ], [ -76.640295, 39.288471 ], [ -76.640997, 39.28844 ], [ -76.642413, 39.288373 ], [ -76.643063, 39.288336 ], [ -76.643804, 39.288293 ], [ -76.644153, 39.288275 ], [ -76.644531, 39.28826 ], [ -76.645222, 39.288228 ], [ -76.645264, 39.288965 ], [ -76.645301, 39.28958 ], [ -76.645334, 39.290114 ], [ -76.645336, 39.290152 ], [ -76.645345, 39.290288 ], [ -76.645374, 39.290641 ], [ -76.645401, 39.291012 ], [ -76.645421, 39.291322 ], [ -76.645442, 39.291768 ], [ -76.645448, 39.292063 ], [ -76.645488, 39.292991 ], [ -76.645493, 39.293214 ], [ -76.645502, 39.293574 ], [ -76.645506, 39.293649 ], [ -76.645508, 39.293676 ], [ -76.64552, 39.293895 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510190200", "name": "Census Tract 1902, Baltimore city, Maryland", "total_population_17": 1877, "white_alone_17": 397.0, "black_alone_17": 994.0, "native_alone_17": 0.0, "asian_alone_17": 88.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 226.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -28.612, "pct_black_alone_change": 6.296, "pct_native_alone_change": -0.517, "pct_asian_alone_change": 3.051, "pct_hispanic_or_latino_change": 11.006, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2849727", "INTPTLON": "-076.6401704" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.644271, 39.280188 ], [ -76.64313, 39.280545 ], [ -76.641861, 39.280991 ], [ -76.641988, 39.281604 ], [ -76.642024, 39.282241 ], [ -76.642084, 39.283277 ], [ -76.642131, 39.283674 ], [ -76.642168, 39.284421 ], [ -76.642197, 39.285389 ], [ -76.642239, 39.285835 ], [ -76.642272, 39.286378 ], [ -76.642308, 39.286908 ], [ -76.642343, 39.287397 ], [ -76.642362, 39.287911 ], [ -76.642413, 39.288373 ], [ -76.640997, 39.28844 ], [ -76.640295, 39.288471 ], [ -76.639573, 39.288503 ], [ -76.638909, 39.288535 ], [ -76.638166, 39.288566 ], [ -76.63813, 39.288103 ], [ -76.638101, 39.287556 ], [ -76.638076, 39.287072 ], [ -76.638052, 39.286554 ], [ -76.638021, 39.286015 ], [ -76.638019, 39.285981 ], [ -76.637984, 39.285587 ], [ -76.637937, 39.284558 ], [ -76.63791, 39.283957 ], [ -76.637888, 39.283447 ], [ -76.637843, 39.282788 ], [ -76.637834, 39.282668 ], [ -76.637819, 39.282598 ], [ -76.637788, 39.282532 ], [ -76.637761, 39.282493 ], [ -76.639465, 39.281704 ], [ -76.639889, 39.281472 ], [ -76.641492, 39.280905 ], [ -76.644527, 39.280104 ], [ -76.644271, 39.280188 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510190300", "name": "Census Tract 1903, Baltimore city, Maryland", "total_population_17": 2442, "white_alone_17": 527.0, "black_alone_17": 1518.0, "native_alone_17": 0.0, "asian_alone_17": 118.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 268.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -14.369, "pct_black_alone_change": 4.312, "pct_native_alone_change": -0.917, "pct_asian_alone_change": 1.42, "pct_hispanic_or_latino_change": 9.288, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2839729", "INTPTLON": "-076.6444254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.646959, 39.288148 ], [ -76.645907, 39.288193 ], [ -76.645222, 39.288228 ], [ -76.644531, 39.28826 ], [ -76.644153, 39.288275 ], [ -76.643804, 39.288293 ], [ -76.643063, 39.288336 ], [ -76.642413, 39.288373 ], [ -76.642362, 39.287911 ], [ -76.642343, 39.287397 ], [ -76.642308, 39.286908 ], [ -76.642272, 39.286378 ], [ -76.642239, 39.285835 ], [ -76.642197, 39.285389 ], [ -76.642168, 39.284421 ], [ -76.642131, 39.283674 ], [ -76.642084, 39.283277 ], [ -76.642024, 39.282241 ], [ -76.641988, 39.281604 ], [ -76.641861, 39.280991 ], [ -76.64313, 39.280545 ], [ -76.644271, 39.280188 ], [ -76.644527, 39.280104 ], [ -76.641492, 39.280905 ], [ -76.639889, 39.281472 ], [ -76.641392, 39.280505 ], [ -76.646414, 39.279172 ], [ -76.646426, 39.279489 ], [ -76.646458, 39.279895 ], [ -76.646538, 39.281052 ], [ -76.646574, 39.281525 ], [ -76.64661, 39.282008 ], [ -76.646618, 39.282102 ], [ -76.646643, 39.282758 ], [ -76.646666, 39.283147 ], [ -76.646693, 39.283695 ], [ -76.646719, 39.284242 ], [ -76.64673, 39.284536 ], [ -76.646734, 39.284633 ], [ -76.646775, 39.285175 ], [ -76.646802, 39.285656 ], [ -76.646837, 39.286161 ], [ -76.64687, 39.28681 ], [ -76.646879, 39.287002 ], [ -76.646891, 39.287179 ], [ -76.646925, 39.287655 ], [ -76.64694, 39.287915 ], [ -76.646959, 39.288148 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200100", "name": "Census Tract 2001, Baltimore city, Maryland", "total_population_17": 1745, "white_alone_17": 27.0, "black_alone_17": 1716.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.123, "pct_black_alone_change": -0.202, "pct_native_alone_change": -0.377, "pct_asian_alone_change": -0.471, "pct_hispanic_or_latino_change": -0.073, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2909656", "INTPTLON": "-076.6478189" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.650383, 39.293698 ], [ -76.649723, 39.293748 ], [ -76.649007, 39.293768 ], [ -76.647441, 39.293823 ], [ -76.647249, 39.293828 ], [ -76.646277, 39.293859 ], [ -76.64552, 39.293895 ], [ -76.645508, 39.293676 ], [ -76.645506, 39.293649 ], [ -76.645502, 39.293574 ], [ -76.645493, 39.293214 ], [ -76.645488, 39.292991 ], [ -76.645448, 39.292063 ], [ -76.645442, 39.291768 ], [ -76.645421, 39.291322 ], [ -76.645401, 39.291012 ], [ -76.645374, 39.290641 ], [ -76.645345, 39.290288 ], [ -76.645336, 39.290152 ], [ -76.645334, 39.290114 ], [ -76.645301, 39.28958 ], [ -76.645264, 39.288965 ], [ -76.645222, 39.288228 ], [ -76.645907, 39.288193 ], [ -76.646959, 39.288148 ], [ -76.64783, 39.288124 ], [ -76.648693, 39.288099 ], [ -76.650095, 39.288029 ], [ -76.650123, 39.288777 ], [ -76.650164, 39.28939 ], [ -76.650218, 39.289924 ], [ -76.65023, 39.290477 ], [ -76.650256, 39.290854 ], [ -76.650279, 39.291195 ], [ -76.650296, 39.291586 ], [ -76.650312, 39.291928 ], [ -76.650337, 39.292401 ], [ -76.650356, 39.292804 ], [ -76.65036, 39.292987 ], [ -76.650383, 39.293698 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200200", "name": "Census Tract 2002, Baltimore city, Maryland", "total_population_17": 2618, "white_alone_17": 67.0, "black_alone_17": 2494.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.451, "pct_black_alone_change": -2.812, "pct_native_alone_change": -0.175, "pct_asian_alone_change": -0.175, "pct_hispanic_or_latino_change": -0.437, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2908648", "INTPTLON": "-076.6588372" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.669712, 39.294163 ], [ -76.669721, 39.294256 ], [ -76.669717, 39.294276 ], [ -76.668964, 39.294309 ], [ -76.668664, 39.294325 ], [ -76.668454, 39.294334 ], [ -76.668037, 39.294356 ], [ -76.667564, 39.294369 ], [ -76.666711, 39.294412 ], [ -76.665822, 39.294442 ], [ -76.665626, 39.294412 ], [ -76.665546, 39.29439 ], [ -76.665487, 39.294365 ], [ -76.665391, 39.294302 ], [ -76.665192, 39.294151 ], [ -76.664895, 39.293936 ], [ -76.664463, 39.293631 ], [ -76.664409, 39.293595 ], [ -76.664331, 39.293543 ], [ -76.664173, 39.293452 ], [ -76.66403, 39.293383 ], [ -76.663884, 39.293319 ], [ -76.663725, 39.293265 ], [ -76.663642, 39.29324 ], [ -76.663534, 39.293216 ], [ -76.663403, 39.293196 ], [ -76.663275, 39.293184 ], [ -76.663124, 39.29318 ], [ -76.662895, 39.293182 ], [ -76.662455, 39.293208 ], [ -76.661351, 39.293259 ], [ -76.659353, 39.293352 ], [ -76.658574, 39.293367 ], [ -76.658104, 39.293392 ], [ -76.657808, 39.293396 ], [ -76.657034, 39.293421 ], [ -76.656274, 39.293439 ], [ -76.656004, 39.293446 ], [ -76.654739, 39.293513 ], [ -76.654016, 39.293536 ], [ -76.653223, 39.293565 ], [ -76.653021, 39.293564 ], [ -76.652351, 39.293603 ], [ -76.651772, 39.293628 ], [ -76.651236, 39.293664 ], [ -76.650585, 39.293685 ], [ -76.650383, 39.293698 ], [ -76.65036, 39.292987 ], [ -76.650356, 39.292804 ], [ -76.650337, 39.292401 ], [ -76.650312, 39.291928 ], [ -76.650296, 39.291586 ], [ -76.650279, 39.291195 ], [ -76.650256, 39.290854 ], [ -76.65023, 39.290477 ], [ -76.650218, 39.289924 ], [ -76.650164, 39.28939 ], [ -76.650123, 39.288777 ], [ -76.650095, 39.288029 ], [ -76.651487, 39.287967 ], [ -76.652869, 39.287911 ], [ -76.653633, 39.287876 ], [ -76.653835, 39.287878 ], [ -76.654701, 39.287861 ], [ -76.655573, 39.287831 ], [ -76.655634, 39.287826 ], [ -76.655864, 39.287824 ], [ -76.656022, 39.287821 ], [ -76.656222, 39.287814 ], [ -76.656493, 39.287802 ], [ -76.657336, 39.287768 ], [ -76.658163, 39.287732 ], [ -76.658829, 39.287665 ], [ -76.658978, 39.287656 ], [ -76.659359, 39.287633 ], [ -76.659592, 39.287619 ], [ -76.661182, 39.28756 ], [ -76.662015, 39.287524 ], [ -76.662194, 39.287515 ], [ -76.662328, 39.28751 ], [ -76.662924, 39.287424 ], [ -76.663049, 39.287423 ], [ -76.663179, 39.287432 ], [ -76.66327, 39.287451 ], [ -76.663346, 39.287473 ], [ -76.663438, 39.287512 ], [ -76.663523, 39.287554 ], [ -76.663613, 39.287616 ], [ -76.664041, 39.287849 ], [ -76.664448, 39.288094 ], [ -76.664815, 39.288418 ], [ -76.664993, 39.288577 ], [ -76.665229, 39.288823 ], [ -76.665419, 39.289049 ], [ -76.665563, 39.289269 ], [ -76.665785, 39.289664 ], [ -76.666056, 39.290253 ], [ -76.666206, 39.290463 ], [ -76.66653, 39.291022 ], [ -76.666713, 39.291263 ], [ -76.666923, 39.291494 ], [ -76.667215, 39.291843 ], [ -76.667458, 39.292074 ], [ -76.667858, 39.292412 ], [ -76.668466, 39.292865 ], [ -76.668663, 39.292973 ], [ -76.668834, 39.293019 ], [ -76.668999, 39.293071 ], [ -76.669183, 39.293153 ], [ -76.669334, 39.29323 ], [ -76.669439, 39.293323 ], [ -76.669544, 39.293425 ], [ -76.669642, 39.293528 ], [ -76.669684, 39.293593 ], [ -76.669695, 39.293628 ], [ -76.669725, 39.293824 ], [ -76.669712, 39.294163 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200300", "name": "Census Tract 2003, Baltimore city, Maryland", "total_population_17": 1612, "white_alone_17": 237.0, "black_alone_17": 1061.0, "native_alone_17": 81.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 114.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -21.754, "pct_black_alone_change": 8.064, "pct_native_alone_change": 4.274, "pct_asian_alone_change": -1.542, "pct_hispanic_or_latino_change": 5.525, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2840961", "INTPTLON": "-076.6482091" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.650095, 39.288029 ], [ -76.648693, 39.288099 ], [ -76.64783, 39.288124 ], [ -76.646959, 39.288148 ], [ -76.64694, 39.287915 ], [ -76.646925, 39.287655 ], [ -76.646891, 39.287179 ], [ -76.646879, 39.287002 ], [ -76.64687, 39.28681 ], [ -76.646837, 39.286161 ], [ -76.646802, 39.285656 ], [ -76.646775, 39.285175 ], [ -76.646734, 39.284633 ], [ -76.64673, 39.284536 ], [ -76.646719, 39.284242 ], [ -76.646693, 39.283695 ], [ -76.646666, 39.283147 ], [ -76.646643, 39.282758 ], [ -76.646618, 39.282102 ], [ -76.64661, 39.282008 ], [ -76.646574, 39.281525 ], [ -76.646538, 39.281052 ], [ -76.646458, 39.279895 ], [ -76.646728, 39.279823 ], [ -76.64738, 39.279565 ], [ -76.648121, 39.279336 ], [ -76.64817, 39.279423 ], [ -76.648776, 39.280557 ], [ -76.649126, 39.281183 ], [ -76.649158, 39.281242 ], [ -76.649169, 39.281261 ], [ -76.649182, 39.281284 ], [ -76.649488, 39.28182 ], [ -76.649568, 39.281959 ], [ -76.649688, 39.282192 ], [ -76.649772, 39.282387 ], [ -76.649783, 39.283009 ], [ -76.649834, 39.283582 ], [ -76.649878, 39.284164 ], [ -76.649903, 39.284994 ], [ -76.649962, 39.285683 ], [ -76.649969, 39.28578 ], [ -76.650003, 39.286526 ], [ -76.650037, 39.287007 ], [ -76.650075, 39.287493 ], [ -76.650084, 39.287695 ], [ -76.650095, 39.288029 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200400", "name": "Census Tract 2004, Baltimore city, Maryland", "total_population_17": 1549, "white_alone_17": 84.0, "black_alone_17": 1368.0, "native_alone_17": 15.0, "asian_alone_17": 50.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 25.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.902, "pct_black_alone_change": -6.624, "pct_native_alone_change": 0.968, "pct_asian_alone_change": 3.228, "pct_hispanic_or_latino_change": 1.172, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2856222", "INTPTLON": "-076.6558429" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.662924, 39.287424 ], [ -76.662328, 39.28751 ], [ -76.662194, 39.287515 ], [ -76.662015, 39.287524 ], [ -76.661182, 39.28756 ], [ -76.659592, 39.287619 ], [ -76.659359, 39.287633 ], [ -76.658978, 39.287656 ], [ -76.658829, 39.287665 ], [ -76.658163, 39.287732 ], [ -76.657336, 39.287768 ], [ -76.656493, 39.287802 ], [ -76.656222, 39.287814 ], [ -76.656022, 39.287821 ], [ -76.655864, 39.287824 ], [ -76.655634, 39.287826 ], [ -76.655573, 39.287831 ], [ -76.654701, 39.287861 ], [ -76.653835, 39.287878 ], [ -76.653633, 39.287876 ], [ -76.652869, 39.287911 ], [ -76.651487, 39.287967 ], [ -76.650095, 39.288029 ], [ -76.650084, 39.287695 ], [ -76.650075, 39.287493 ], [ -76.650037, 39.287007 ], [ -76.650003, 39.286526 ], [ -76.649969, 39.28578 ], [ -76.650305, 39.285673 ], [ -76.650638, 39.285554 ], [ -76.651305, 39.285321 ], [ -76.652158, 39.285042 ], [ -76.652622, 39.284874 ], [ -76.652684, 39.284852 ], [ -76.653184, 39.284681 ], [ -76.653808, 39.284462 ], [ -76.654538, 39.284213 ], [ -76.654863, 39.284074 ], [ -76.654925, 39.284038 ], [ -76.655015, 39.283988 ], [ -76.655073, 39.283956 ], [ -76.655479, 39.283697 ], [ -76.655539, 39.283658 ], [ -76.655928, 39.283405 ], [ -76.656198, 39.283237 ], [ -76.656713, 39.282899 ], [ -76.657292, 39.282518 ], [ -76.657872, 39.282141 ], [ -76.658264, 39.281898 ], [ -76.658667, 39.281625 ], [ -76.658985, 39.281413 ], [ -76.659026, 39.281384 ], [ -76.65986, 39.282321 ], [ -76.659965, 39.282509 ], [ -76.659988, 39.282624 ], [ -76.659981, 39.282816 ], [ -76.659787, 39.283837 ], [ -76.659637, 39.284427 ], [ -76.659332, 39.285305 ], [ -76.659266, 39.28563 ], [ -76.659259, 39.285763 ], [ -76.659276, 39.285896 ], [ -76.659335, 39.286044 ], [ -76.659436, 39.2862 ], [ -76.659531, 39.286315 ], [ -76.659703, 39.28645 ], [ -76.659918, 39.28663 ], [ -76.660084, 39.28678 ], [ -76.660197, 39.286874 ], [ -76.660292, 39.286923 ], [ -76.660375, 39.286953 ], [ -76.660526, 39.286991 ], [ -76.660724, 39.287031 ], [ -76.661049, 39.287105 ], [ -76.661188, 39.287144 ], [ -76.661455, 39.287251 ], [ -76.661666, 39.287313 ], [ -76.6618, 39.287328 ], [ -76.661903, 39.287341 ], [ -76.662134, 39.287346 ], [ -76.66237, 39.287345 ], [ -76.66251, 39.287353 ], [ -76.662613, 39.287367 ], [ -76.662691, 39.287379 ], [ -76.662768, 39.287394 ], [ -76.662835, 39.287403 ], [ -76.662924, 39.287424 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200500", "name": "Census Tract 2005, Baltimore city, Maryland", "total_population_17": 2943, "white_alone_17": 763.0, "black_alone_17": 1491.0, "native_alone_17": 93.0, "asian_alone_17": 168.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 296.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -31.412, "pct_black_alone_change": 13.575, "pct_native_alone_change": 2.506, "pct_asian_alone_change": 3.546, "pct_hispanic_or_latino_change": 7.612, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+39.2804960", "INTPTLON": "-076.6538423" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.660175, 39.280657 ], [ -76.659796, 39.280882 ], [ -76.659445, 39.281107 ], [ -76.659026, 39.281384 ], [ -76.658985, 39.281413 ], [ -76.658667, 39.281625 ], [ -76.658264, 39.281898 ], [ -76.657872, 39.282141 ], [ -76.657292, 39.282518 ], [ -76.656713, 39.282899 ], [ -76.656198, 39.283237 ], [ -76.655928, 39.283405 ], [ -76.655539, 39.283658 ], [ -76.655479, 39.283697 ], [ -76.655073, 39.283956 ], [ -76.655015, 39.283988 ], [ -76.654925, 39.284038 ], [ -76.654863, 39.284074 ], [ -76.654538, 39.284213 ], [ -76.653808, 39.284462 ], [ -76.653184, 39.284681 ], [ -76.652684, 39.284852 ], [ -76.652622, 39.284874 ], [ -76.652158, 39.285042 ], [ -76.651305, 39.285321 ], [ -76.650638, 39.285554 ], [ -76.650305, 39.285673 ], [ -76.649969, 39.28578 ], [ -76.649962, 39.285683 ], [ -76.649903, 39.284994 ], [ -76.649878, 39.284164 ], [ -76.649834, 39.283582 ], [ -76.649783, 39.283009 ], [ -76.649772, 39.282387 ], [ -76.649688, 39.282192 ], [ -76.649568, 39.281959 ], [ -76.649488, 39.28182 ], [ -76.649182, 39.281284 ], [ -76.649169, 39.281261 ], [ -76.649158, 39.281242 ], [ -76.649126, 39.281183 ], [ -76.648776, 39.280557 ], [ -76.64817, 39.279423 ], [ -76.648121, 39.279336 ], [ -76.64738, 39.279565 ], [ -76.646728, 39.279823 ], [ -76.646458, 39.279895 ], [ -76.646426, 39.279489 ], [ -76.646414, 39.279172 ], [ -76.64759, 39.278905 ], [ -76.649322, 39.278223 ], [ -76.6494, 39.278244 ], [ -76.649627, 39.278284 ], [ -76.649806, 39.278304 ], [ -76.649988, 39.278315 ], [ -76.650209, 39.278317 ], [ -76.650344, 39.278308 ], [ -76.650509, 39.278292 ], [ -76.650786, 39.278262 ], [ -76.651, 39.278227 ], [ -76.651845, 39.277921 ], [ -76.652331, 39.27772 ], [ -76.652682, 39.277569 ], [ -76.652902, 39.277465 ], [ -76.653151, 39.27733 ], [ -76.653272, 39.277257 ], [ -76.653548, 39.277069 ], [ -76.653734, 39.276934 ], [ -76.653911, 39.276793 ], [ -76.654108, 39.276629 ], [ -76.654494, 39.276213 ], [ -76.654552, 39.276152 ], [ -76.654919, 39.275524 ], [ -76.655083, 39.275746 ], [ -76.65518, 39.27587 ], [ -76.65521, 39.275893 ], [ -76.65524, 39.275908 ], [ -76.655274, 39.27592 ], [ -76.6553, 39.275926 ], [ -76.655341, 39.275938 ], [ -76.655369, 39.27595 ], [ -76.655382, 39.275958 ], [ -76.655447, 39.276 ], [ -76.655491, 39.276022 ], [ -76.655595, 39.276057 ], [ -76.655677, 39.276092 ], [ -76.655814, 39.276145 ], [ -76.655915, 39.276186 ], [ -76.655964, 39.2762 ], [ -76.656018, 39.276213 ], [ -76.656066, 39.27622 ], [ -76.656171, 39.276212 ], [ -76.656249, 39.276196 ], [ -76.656313, 39.276187 ], [ -76.656337, 39.276187 ], [ -76.656385, 39.276197 ], [ -76.656407, 39.276207 ], [ -76.656439, 39.276223 ], [ -76.65652, 39.276254 ], [ -76.656562, 39.276269 ], [ -76.656584, 39.276271 ], [ -76.656612, 39.276269 ], [ -76.656627, 39.276263 ], [ -76.65664, 39.276256 ], [ -76.656656, 39.276252 ], [ -76.656733, 39.276251 ], [ -76.65685, 39.276235 ], [ -76.656977, 39.276208 ], [ -76.657416, 39.276101 ], [ -76.657608, 39.276041 ], [ -76.658015, 39.276871 ], [ -76.658326, 39.277419 ], [ -76.658651, 39.277998 ], [ -76.658684, 39.278057 ], [ -76.658983, 39.278594 ], [ -76.659257, 39.279139 ], [ -76.659579, 39.279726 ], [ -76.659991, 39.28039 ], [ -76.660175, 39.280657 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200600", "name": "Census Tract 2006, Baltimore city, Maryland", "total_population_17": 2299, "white_alone_17": 612.0, "black_alone_17": 1534.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 77.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -8.928, "pct_black_alone_change": 5.09, "pct_native_alone_change": -0.87, "pct_asian_alone_change": -0.417, "pct_hispanic_or_latino_change": 2.062, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+39.2840120", "INTPTLON": "-076.6637324" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.67278, 39.294174 ], [ -76.672594, 39.294189 ], [ -76.672383, 39.294201 ], [ -76.672287, 39.294205 ], [ -76.672167, 39.294207 ], [ -76.671886, 39.294217 ], [ -76.671634, 39.294228 ], [ -76.671263, 39.294232 ], [ -76.670618, 39.294256 ], [ -76.670465, 39.294257 ], [ -76.67017, 39.294266 ], [ -76.669946, 39.294266 ], [ -76.669871, 39.294269 ], [ -76.669717, 39.294276 ], [ -76.669721, 39.294256 ], [ -76.669712, 39.294163 ], [ -76.669725, 39.293824 ], [ -76.669695, 39.293628 ], [ -76.669684, 39.293593 ], [ -76.669642, 39.293528 ], [ -76.669544, 39.293425 ], [ -76.669439, 39.293323 ], [ -76.669334, 39.29323 ], [ -76.669183, 39.293153 ], [ -76.668999, 39.293071 ], [ -76.668834, 39.293019 ], [ -76.668663, 39.292973 ], [ -76.668466, 39.292865 ], [ -76.667858, 39.292412 ], [ -76.667458, 39.292074 ], [ -76.667215, 39.291843 ], [ -76.666923, 39.291494 ], [ -76.666713, 39.291263 ], [ -76.66653, 39.291022 ], [ -76.666206, 39.290463 ], [ -76.666056, 39.290253 ], [ -76.665785, 39.289664 ], [ -76.665563, 39.289269 ], [ -76.665419, 39.289049 ], [ -76.665229, 39.288823 ], [ -76.664993, 39.288577 ], [ -76.664815, 39.288418 ], [ -76.664448, 39.288094 ], [ -76.664041, 39.287849 ], [ -76.663613, 39.287616 ], [ -76.663523, 39.287554 ], [ -76.663438, 39.287512 ], [ -76.663346, 39.287473 ], [ -76.66327, 39.287451 ], [ -76.663179, 39.287432 ], [ -76.663049, 39.287423 ], [ -76.662924, 39.287424 ], [ -76.662835, 39.287403 ], [ -76.662768, 39.287394 ], [ -76.662691, 39.287379 ], [ -76.662613, 39.287367 ], [ -76.66251, 39.287353 ], [ -76.66237, 39.287345 ], [ -76.662134, 39.287346 ], [ -76.661903, 39.287341 ], [ -76.6618, 39.287328 ], [ -76.661666, 39.287313 ], [ -76.661455, 39.287251 ], [ -76.661188, 39.287144 ], [ -76.661049, 39.287105 ], [ -76.660724, 39.287031 ], [ -76.660526, 39.286991 ], [ -76.660375, 39.286953 ], [ -76.660292, 39.286923 ], [ -76.660197, 39.286874 ], [ -76.660084, 39.28678 ], [ -76.659918, 39.28663 ], [ -76.659703, 39.28645 ], [ -76.659531, 39.286315 ], [ -76.659436, 39.2862 ], [ -76.659335, 39.286044 ], [ -76.659276, 39.285896 ], [ -76.659259, 39.285763 ], [ -76.659266, 39.28563 ], [ -76.659332, 39.285305 ], [ -76.659637, 39.284427 ], [ -76.659787, 39.283837 ], [ -76.659981, 39.282816 ], [ -76.659988, 39.282624 ], [ -76.659965, 39.282509 ], [ -76.65986, 39.282321 ], [ -76.659026, 39.281384 ], [ -76.659445, 39.281107 ], [ -76.659796, 39.280882 ], [ -76.660175, 39.280657 ], [ -76.659991, 39.28039 ], [ -76.659579, 39.279726 ], [ -76.659257, 39.279139 ], [ -76.658983, 39.278594 ], [ -76.658684, 39.278057 ], [ -76.658651, 39.277998 ], [ -76.658326, 39.277419 ], [ -76.658015, 39.276871 ], [ -76.657608, 39.276041 ], [ -76.657809, 39.275932 ], [ -76.658017, 39.275675 ], [ -76.658175, 39.27554 ], [ -76.658337, 39.275348 ], [ -76.658376, 39.275263 ], [ -76.65841, 39.275185 ], [ -76.658462, 39.27508 ], [ -76.658508, 39.274991 ], [ -76.658552, 39.274931 ], [ -76.658622, 39.274882 ], [ -76.658788, 39.274818 ], [ -76.659018, 39.274714 ], [ -76.659104, 39.274676 ], [ -76.659193, 39.274657 ], [ -76.659301, 39.274646 ], [ -76.659408, 39.274653 ], [ -76.659576, 39.274678 ], [ -76.659668, 39.274707 ], [ -76.659791, 39.274757 ], [ -76.65989, 39.274815 ], [ -76.66, 39.274904 ], [ -76.660155, 39.275081 ], [ -76.660323, 39.275302 ], [ -76.660637, 39.275649 ], [ -76.660741, 39.275772 ], [ -76.660922, 39.27599 ], [ -76.661106, 39.276177 ], [ -76.661176, 39.276242 ], [ -76.661219, 39.276277 ], [ -76.661281, 39.276302 ], [ -76.661499, 39.276352 ], [ -76.661575, 39.276399 ], [ -76.661736, 39.276348 ], [ -76.66187, 39.276319 ], [ -76.662056, 39.276282 ], [ -76.662291, 39.27624 ], [ -76.662369, 39.276226 ], [ -76.662501, 39.276195 ], [ -76.662834, 39.276136 ], [ -76.663123, 39.276088 ], [ -76.663277, 39.276054 ], [ -76.663381, 39.276034 ], [ -76.663503, 39.276027 ], [ -76.663789, 39.276045 ], [ -76.663907, 39.276059 ], [ -76.663987, 39.276059 ], [ -76.664106, 39.276051 ], [ -76.664222, 39.276028 ], [ -76.664374, 39.275985 ], [ -76.664556, 39.275928 ], [ -76.664622, 39.275893 ], [ -76.664681, 39.27584 ], [ -76.664738, 39.275773 ], [ -76.664788, 39.275676 ], [ -76.664799, 39.275622 ], [ -76.664816, 39.275578 ], [ -76.664831, 39.27552 ], [ -76.664834, 39.275453 ], [ -76.664832, 39.27538 ], [ -76.664818, 39.275311 ], [ -76.664827, 39.275237 ], [ -76.664859, 39.275166 ], [ -76.664879, 39.275131 ], [ -76.66494, 39.275083 ], [ -76.664993, 39.275043 ], [ -76.665005, 39.275037 ], [ -76.665022, 39.275034 ], [ -76.665041, 39.275035 ], [ -76.665061, 39.275043 ], [ -76.665148, 39.275108 ], [ -76.665201, 39.275144 ], [ -76.665275, 39.2752 ], [ -76.66564, 39.275452 ], [ -76.665905, 39.275651 ], [ -76.66632, 39.275949 ], [ -76.666572, 39.27607 ], [ -76.666756, 39.276116 ], [ -76.666951, 39.276139 ], [ -76.667082, 39.276147 ], [ -76.667402, 39.276118 ], [ -76.667578, 39.276085 ], [ -76.667906, 39.27592 ], [ -76.668033, 39.275882 ], [ -76.668154, 39.275875 ], [ -76.668222, 39.275879 ], [ -76.668341, 39.27591 ], [ -76.668491, 39.275985 ], [ -76.668724, 39.276065 ], [ -76.66885, 39.276073 ], [ -76.668962, 39.276058 ], [ -76.66902, 39.276036 ], [ -76.669081, 39.275987 ], [ -76.669224, 39.275718 ], [ -76.669418, 39.275522 ], [ -76.669507, 39.275483 ], [ -76.669588, 39.275476 ], [ -76.669689, 39.275473 ], [ -76.669836, 39.275497 ], [ -76.670022, 39.275533 ], [ -76.670494, 39.275722 ], [ -76.670977, 39.275888 ], [ -76.671294, 39.275935 ], [ -76.671563, 39.275933 ], [ -76.671572, 39.276402 ], [ -76.671575, 39.276579 ], [ -76.671582, 39.276971 ], [ -76.671597, 39.27757 ], [ -76.671615, 39.278614 ], [ -76.671618, 39.278796 ], [ -76.671651, 39.27967 ], [ -76.672066, 39.280447 ], [ -76.67219, 39.280661 ], [ -76.67222, 39.280752 ], [ -76.672224, 39.280825 ], [ -76.672216, 39.280937 ], [ -76.672167, 39.281087 ], [ -76.672132, 39.281276 ], [ -76.672119, 39.281492 ], [ -76.672122, 39.281853 ], [ -76.672123, 39.28193 ], [ -76.672141, 39.282469 ], [ -76.672163, 39.283157 ], [ -76.672185, 39.283887 ], [ -76.672275, 39.28486 ], [ -76.672316, 39.285832 ], [ -76.672341, 39.286403 ], [ -76.672371, 39.286991 ], [ -76.672412, 39.287692 ], [ -76.672451, 39.288298 ], [ -76.672475, 39.288713 ], [ -76.67255, 39.28979 ], [ -76.672573, 39.2906 ], [ -76.67257, 39.290681 ], [ -76.672596, 39.290774 ], [ -76.672612, 39.290867 ], [ -76.672618, 39.290949 ], [ -76.672633, 39.291292 ], [ -76.672667, 39.291584 ], [ -76.672666, 39.291683 ], [ -76.672671, 39.291862 ], [ -76.672688, 39.292553 ], [ -76.672711, 39.292829 ], [ -76.672777, 39.294086 ], [ -76.672779, 39.294115 ], [ -76.67278, 39.294174 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200701", "name": "Census Tract 2007.01, Baltimore city, Maryland", "total_population_17": 5483, "white_alone_17": 61.0, "black_alone_17": 5314.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 108.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.44, "pct_black_alone_change": -1.287, "pct_native_alone_change": -0.143, "pct_asian_alone_change": -0.245, "pct_hispanic_or_latino_change": 1.317, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2900137", "INTPTLON": "-076.6807033" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.689425, 39.293581 ], [ -76.688433, 39.293617 ], [ -76.686995, 39.293689 ], [ -76.686612, 39.293697 ], [ -76.685995, 39.293711 ], [ -76.684975, 39.293751 ], [ -76.684057, 39.293793 ], [ -76.683892, 39.293798 ], [ -76.682616, 39.293835 ], [ -76.681631, 39.293875 ], [ -76.681211, 39.293884 ], [ -76.680777, 39.293898 ], [ -76.680657, 39.293903 ], [ -76.679794, 39.293932 ], [ -76.679766, 39.293934 ], [ -76.679666, 39.29394 ], [ -76.678402, 39.293977 ], [ -76.677247, 39.294034 ], [ -76.676444, 39.294062 ], [ -76.675574, 39.294097 ], [ -76.674168, 39.294133 ], [ -76.67278, 39.294174 ], [ -76.672779, 39.294115 ], [ -76.672777, 39.294086 ], [ -76.672711, 39.292829 ], [ -76.672688, 39.292553 ], [ -76.672671, 39.291862 ], [ -76.672666, 39.291683 ], [ -76.672667, 39.291584 ], [ -76.672633, 39.291292 ], [ -76.672618, 39.290949 ], [ -76.672612, 39.290867 ], [ -76.672596, 39.290774 ], [ -76.67257, 39.290681 ], [ -76.672573, 39.2906 ], [ -76.67255, 39.28979 ], [ -76.672475, 39.288713 ], [ -76.672451, 39.288298 ], [ -76.672412, 39.287692 ], [ -76.672371, 39.286991 ], [ -76.672341, 39.286403 ], [ -76.672316, 39.285832 ], [ -76.672685, 39.285805 ], [ -76.672887, 39.285802 ], [ -76.672982, 39.285805 ], [ -76.673065, 39.285826 ], [ -76.673157, 39.285861 ], [ -76.673235, 39.285904 ], [ -76.673484, 39.286112 ], [ -76.673908, 39.286448 ], [ -76.674154, 39.286629 ], [ -76.674829, 39.287158 ], [ -76.674943, 39.28725 ], [ -76.675598, 39.287685 ], [ -76.67569, 39.28774 ], [ -76.675987, 39.287925 ], [ -76.676279, 39.288107 ], [ -76.676368, 39.288165 ], [ -76.67672, 39.287851 ], [ -76.677953, 39.286752 ], [ -76.678097, 39.286624 ], [ -76.680422, 39.284505 ], [ -76.680813, 39.284149 ], [ -76.681078, 39.284179 ], [ -76.681447, 39.284242 ], [ -76.681622, 39.284286 ], [ -76.681739, 39.284326 ], [ -76.681874, 39.28438 ], [ -76.68213, 39.284519 ], [ -76.682549, 39.284763 ], [ -76.682792, 39.284905 ], [ -76.68348, 39.285344 ], [ -76.684155, 39.285755 ], [ -76.684872, 39.286191 ], [ -76.685992, 39.286895 ], [ -76.686273, 39.287031 ], [ -76.686776, 39.287229 ], [ -76.686985, 39.287303 ], [ -76.687244, 39.287399 ], [ -76.687474, 39.287485 ], [ -76.687874, 39.287664 ], [ -76.688367, 39.287917 ], [ -76.688925, 39.288204 ], [ -76.688978, 39.289208 ], [ -76.688992, 39.289457 ], [ -76.689015, 39.289873 ], [ -76.689032, 39.290011 ], [ -76.689049, 39.290138 ], [ -76.689076, 39.290259 ], [ -76.68911, 39.29041 ], [ -76.689222, 39.290981 ], [ -76.689273, 39.291474 ], [ -76.6893, 39.291719 ], [ -76.689335, 39.292412 ], [ -76.689366, 39.29277 ], [ -76.6894, 39.293172 ], [ -76.689417, 39.293435 ], [ -76.689425, 39.293581 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200702", "name": "Census Tract 2007.02, Baltimore city, Maryland", "total_population_17": 1100, "white_alone_17": 28.0, "black_alone_17": 1062.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.222, "pct_black_alone_change": 0.48, "pct_native_alone_change": -0.839, "pct_asian_alone_change": -0.194, "pct_hispanic_or_latino_change": -0.581, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2847467", "INTPTLON": "-076.6755998" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.680422, 39.284505 ], [ -76.678097, 39.286624 ], [ -76.677953, 39.286752 ], [ -76.67672, 39.287851 ], [ -76.676368, 39.288165 ], [ -76.676279, 39.288107 ], [ -76.675987, 39.287925 ], [ -76.67569, 39.28774 ], [ -76.675598, 39.287685 ], [ -76.674943, 39.28725 ], [ -76.674829, 39.287158 ], [ -76.674154, 39.286629 ], [ -76.673908, 39.286448 ], [ -76.673484, 39.286112 ], [ -76.673235, 39.285904 ], [ -76.673157, 39.285861 ], [ -76.673065, 39.285826 ], [ -76.672982, 39.285805 ], [ -76.672887, 39.285802 ], [ -76.672685, 39.285805 ], [ -76.672316, 39.285832 ], [ -76.672275, 39.28486 ], [ -76.672185, 39.283887 ], [ -76.672163, 39.283157 ], [ -76.672141, 39.282469 ], [ -76.672123, 39.28193 ], [ -76.672122, 39.281853 ], [ -76.672119, 39.281492 ], [ -76.672132, 39.281276 ], [ -76.672167, 39.281087 ], [ -76.672721, 39.281407 ], [ -76.673926, 39.282014 ], [ -76.674004, 39.282053 ], [ -76.674577, 39.282342 ], [ -76.675532, 39.282823 ], [ -76.675859, 39.28298 ], [ -76.676046, 39.283063 ], [ -76.676208, 39.283123 ], [ -76.67638, 39.283171 ], [ -76.676532, 39.28321 ], [ -76.677286, 39.283418 ], [ -76.67758, 39.283491 ], [ -76.678563, 39.28374 ], [ -76.678925, 39.283815 ], [ -76.679683, 39.283971 ], [ -76.680813, 39.284149 ], [ -76.680422, 39.284505 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510200800", "name": "Census Tract 2008, Baltimore city, Maryland", "total_population_17": 2075, "white_alone_17": 207.0, "black_alone_17": 1807.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 30.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -8.864, "pct_black_alone_change": 9.004, "pct_native_alone_change": -0.44, "pct_asian_alone_change": -1.36, "pct_hispanic_or_latino_change": 0.286, "pct_native_hawaiian_pacific_islander_change": -0.04, "INTPTLAT": "+39.2801762", "INTPTLON": "-076.6793608" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.686847, 39.284209 ], [ -76.686785, 39.284259 ], [ -76.686724, 39.284333 ], [ -76.686688, 39.284414 ], [ -76.686665, 39.284518 ], [ -76.686669, 39.284682 ], [ -76.686681, 39.28481 ], [ -76.686709, 39.285022 ], [ -76.686725, 39.285532 ], [ -76.686745, 39.285963 ], [ -76.686756, 39.286405 ], [ -76.686776, 39.287229 ], [ -76.686273, 39.287031 ], [ -76.685992, 39.286895 ], [ -76.684872, 39.286191 ], [ -76.684155, 39.285755 ], [ -76.68348, 39.285344 ], [ -76.682792, 39.284905 ], [ -76.682549, 39.284763 ], [ -76.68213, 39.284519 ], [ -76.681874, 39.28438 ], [ -76.681739, 39.284326 ], [ -76.681622, 39.284286 ], [ -76.681447, 39.284242 ], [ -76.681078, 39.284179 ], [ -76.680813, 39.284149 ], [ -76.679683, 39.283971 ], [ -76.678925, 39.283815 ], [ -76.678563, 39.28374 ], [ -76.67758, 39.283491 ], [ -76.677286, 39.283418 ], [ -76.676532, 39.28321 ], [ -76.67638, 39.283171 ], [ -76.676208, 39.283123 ], [ -76.676046, 39.283063 ], [ -76.675859, 39.28298 ], [ -76.675532, 39.282823 ], [ -76.674577, 39.282342 ], [ -76.674004, 39.282053 ], [ -76.673926, 39.282014 ], [ -76.672721, 39.281407 ], [ -76.672167, 39.281087 ], [ -76.672216, 39.280937 ], [ -76.672224, 39.280825 ], [ -76.67222, 39.280752 ], [ -76.67219, 39.280661 ], [ -76.672066, 39.280447 ], [ -76.671651, 39.27967 ], [ -76.671618, 39.278796 ], [ -76.671615, 39.278614 ], [ -76.671597, 39.27757 ], [ -76.671582, 39.276971 ], [ -76.671575, 39.276579 ], [ -76.671572, 39.276402 ], [ -76.671563, 39.275933 ], [ -76.671711, 39.275926 ], [ -76.671871, 39.275913 ], [ -76.672024, 39.275891 ], [ -76.6724, 39.275819 ], [ -76.672517, 39.275799 ], [ -76.672671, 39.275755 ], [ -76.672847, 39.275686 ], [ -76.672931, 39.275634 ], [ -76.673029, 39.275543 ], [ -76.673097, 39.275477 ], [ -76.673117, 39.275459 ], [ -76.673188, 39.275396 ], [ -76.673292, 39.275338 ], [ -76.673638, 39.275209 ], [ -76.673817, 39.275172 ], [ -76.673959, 39.275171 ], [ -76.674086, 39.275184 ], [ -76.674169, 39.275184 ], [ -76.674244, 39.275174 ], [ -76.67433, 39.275158 ], [ -76.674438, 39.275126 ], [ -76.67468, 39.275033 ], [ -76.674831, 39.274972 ], [ -76.674914, 39.274923 ], [ -76.675031, 39.274815 ], [ -76.675106, 39.274725 ], [ -76.675155, 39.274648 ], [ -76.675193, 39.2746 ], [ -76.675269, 39.274468 ], [ -76.675334, 39.274343 ], [ -76.675419, 39.27424 ], [ -76.675482, 39.274183 ], [ -76.675546, 39.274144 ], [ -76.675611, 39.274123 ], [ -76.675707, 39.274105 ], [ -76.675811, 39.2741 ], [ -76.675923, 39.274117 ], [ -76.676018, 39.274141 ], [ -76.676151, 39.274195 ], [ -76.676387, 39.274319 ], [ -76.676677, 39.274385 ], [ -76.676883, 39.274587 ], [ -76.677022, 39.274718 ], [ -76.677133, 39.274827 ], [ -76.677252, 39.274942 ], [ -76.677861, 39.275541 ], [ -76.678033, 39.27571 ], [ -76.678291, 39.275993 ], [ -76.678463, 39.276199 ], [ -76.678571, 39.276285 ], [ -76.678703, 39.27637 ], [ -76.678842, 39.276446 ], [ -76.678963, 39.276533 ], [ -76.679019, 39.2766 ], [ -76.679109, 39.276722 ], [ -76.679182, 39.276813 ], [ -76.679241, 39.276868 ], [ -76.679591, 39.277123 ], [ -76.679703, 39.277155 ], [ -76.67978, 39.277168 ], [ -76.679889, 39.27717 ], [ -76.679977, 39.27716 ], [ -76.680043, 39.277147 ], [ -76.680109, 39.277122 ], [ -76.680216, 39.277099 ], [ -76.680419, 39.277076 ], [ -76.680523, 39.277102 ], [ -76.68058, 39.277132 ], [ -76.680641, 39.277162 ], [ -76.680712, 39.277173 ], [ -76.680806, 39.277175 ], [ -76.680858, 39.277156 ], [ -76.680894, 39.27713 ], [ -76.680955, 39.277092 ], [ -76.680988, 39.277056 ], [ -76.681026, 39.277024 ], [ -76.681093, 39.27693 ], [ -76.681137, 39.2769 ], [ -76.681265, 39.276888 ], [ -76.681424, 39.276897 ], [ -76.681548, 39.276912 ], [ -76.681603, 39.276938 ], [ -76.681673, 39.276998 ], [ -76.681709, 39.277056 ], [ -76.68186, 39.27719 ], [ -76.681987, 39.277244 ], [ -76.682014, 39.277252 ], [ -76.682071, 39.277269 ], [ -76.68215, 39.277271 ], [ -76.682293, 39.277267 ], [ -76.682461, 39.277232 ], [ -76.682602, 39.277171 ], [ -76.682699, 39.277148 ], [ -76.682828, 39.277134 ], [ -76.682973, 39.277133 ], [ -76.68303, 39.277127 ], [ -76.683086, 39.277115 ], [ -76.683113, 39.277096 ], [ -76.683149, 39.277035 ], [ -76.683191, 39.276947 ], [ -76.683263, 39.276822 ], [ -76.683301, 39.276771 ], [ -76.683403, 39.276686 ], [ -76.683581, 39.276569 ], [ -76.683666, 39.276566 ], [ -76.683714, 39.276568 ], [ -76.683815, 39.27659 ], [ -76.683894, 39.276627 ], [ -76.684289, 39.276904 ], [ -76.684609, 39.277146 ], [ -76.684937, 39.277447 ], [ -76.685595, 39.27797 ], [ -76.685903, 39.27822 ], [ -76.685789, 39.278372 ], [ -76.685639, 39.278581 ], [ -76.685555, 39.278715 ], [ -76.685524, 39.278775 ], [ -76.685501, 39.27884 ], [ -76.6855, 39.278912 ], [ -76.685502, 39.279165 ], [ -76.685506, 39.279475 ], [ -76.685527, 39.279957 ], [ -76.685529, 39.280005 ], [ -76.68561, 39.281679 ], [ -76.686706, 39.281656 ], [ -76.686739, 39.282085 ], [ -76.686773, 39.282524 ], [ -76.686817, 39.28338 ], [ -76.686832, 39.283809 ], [ -76.686847, 39.284209 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510210100", "name": "Census Tract 2101, Baltimore city, Maryland", "total_population_17": 2378, "white_alone_17": 701.0, "black_alone_17": 1530.0, "native_alone_17": 0.0, "asian_alone_17": 64.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 51.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -8.989, "pct_black_alone_change": 7.583, "pct_native_alone_change": -0.856, "pct_asian_alone_change": 0.529, "pct_hispanic_or_latino_change": 0.478, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2766193", "INTPTLON": "-076.6265676" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.634597, 39.277969 ], [ -76.633211, 39.279016 ], [ -76.632942, 39.279231 ], [ -76.632214, 39.279815 ], [ -76.63186, 39.280099 ], [ -76.630343, 39.281257 ], [ -76.63093, 39.28169 ], [ -76.631388, 39.282041 ], [ -76.631452, 39.282088 ], [ -76.631961, 39.282484 ], [ -76.632531, 39.282893 ], [ -76.632821, 39.283117 ], [ -76.633019, 39.283271 ], [ -76.633493, 39.283618 ], [ -76.632669, 39.283633 ], [ -76.63185, 39.283689 ], [ -76.631168, 39.283712 ], [ -76.63113, 39.283713 ], [ -76.630781, 39.283726 ], [ -76.630518, 39.283737 ], [ -76.630411, 39.283742 ], [ -76.629616, 39.283775 ], [ -76.629594, 39.283776 ], [ -76.628883, 39.283794 ], [ -76.628917, 39.28434 ], [ -76.628942, 39.284816 ], [ -76.628945, 39.284863 ], [ -76.628946, 39.284876 ], [ -76.628946, 39.284888 ], [ -76.628948, 39.284926 ], [ -76.628979, 39.285401 ], [ -76.629019, 39.286009 ], [ -76.628371, 39.286029 ], [ -76.628347, 39.28603 ], [ -76.62786, 39.286046 ], [ -76.627539, 39.286057 ], [ -76.62712, 39.285257 ], [ -76.626136, 39.283461 ], [ -76.625776, 39.282792 ], [ -76.625687, 39.282644 ], [ -76.625547, 39.282427 ], [ -76.625384, 39.282235 ], [ -76.62521, 39.282075 ], [ -76.62503, 39.281937 ], [ -76.624907, 39.281849 ], [ -76.624701, 39.281722 ], [ -76.624425, 39.281597 ], [ -76.624295, 39.281548 ], [ -76.623313, 39.281272 ], [ -76.623186, 39.281238 ], [ -76.622961, 39.281177 ], [ -76.622654, 39.281095 ], [ -76.622309, 39.280998 ], [ -76.622178, 39.280959 ], [ -76.621494, 39.280762 ], [ -76.620949, 39.280576 ], [ -76.620625, 39.280464 ], [ -76.62038, 39.280357 ], [ -76.620207, 39.28027 ], [ -76.620047, 39.280168 ], [ -76.619884, 39.280047 ], [ -76.619704, 39.279893 ], [ -76.619574, 39.279775 ], [ -76.619394, 39.279539 ], [ -76.619283, 39.279389 ], [ -76.619193, 39.279215 ], [ -76.619109, 39.27902 ], [ -76.619061, 39.278812 ], [ -76.619083, 39.278729 ], [ -76.619159, 39.278491 ], [ -76.619237, 39.278248 ], [ -76.619335, 39.278069 ], [ -76.6194, 39.27795 ], [ -76.619582, 39.277635 ], [ -76.61961, 39.277561 ], [ -76.619653, 39.277449 ], [ -76.62013, 39.276446 ], [ -76.620543, 39.275466 ], [ -76.620591, 39.275356 ], [ -76.62087, 39.274719 ], [ -76.620926, 39.274586 ], [ -76.620945, 39.274549 ], [ -76.621022, 39.274385 ], [ -76.621482, 39.273608 ], [ -76.621706, 39.273248 ], [ -76.621815, 39.27289 ], [ -76.621969, 39.272509 ], [ -76.622243, 39.271919 ], [ -76.623227, 39.269871 ], [ -76.623356, 39.269655 ], [ -76.623452, 39.269508 ], [ -76.623596, 39.269332 ], [ -76.623998, 39.269 ], [ -76.624054, 39.268954 ], [ -76.624502, 39.26861 ], [ -76.624658, 39.26853 ], [ -76.6249, 39.268424 ], [ -76.625019, 39.268374 ], [ -76.625209, 39.268307 ], [ -76.625242, 39.268299 ], [ -76.625404, 39.268254 ], [ -76.625649, 39.26821 ], [ -76.625855, 39.268189 ], [ -76.626137, 39.268195 ], [ -76.626371, 39.2682 ], [ -76.626456, 39.268198 ], [ -76.626561, 39.268201 ], [ -76.627067, 39.268254 ], [ -76.627157, 39.268261 ], [ -76.627767, 39.268357 ], [ -76.62819, 39.268408 ], [ -76.62852, 39.268482 ], [ -76.628797, 39.26854 ], [ -76.62997, 39.268814 ], [ -76.631142, 39.269074 ], [ -76.631596, 39.269177 ], [ -76.631692, 39.269199 ], [ -76.631861, 39.269242 ], [ -76.631975, 39.269263 ], [ -76.632144, 39.2693 ], [ -76.633301, 39.269513 ], [ -76.633321, 39.269517 ], [ -76.633472, 39.269545 ], [ -76.633267, 39.269726 ], [ -76.632937, 39.270002 ], [ -76.631928, 39.270884 ], [ -76.631612, 39.271152 ], [ -76.6315, 39.271247 ], [ -76.630462, 39.272133 ], [ -76.6304, 39.272177 ], [ -76.630264, 39.272274 ], [ -76.63023, 39.272303 ], [ -76.630108, 39.272408 ], [ -76.629266, 39.27306 ], [ -76.628731, 39.273467 ], [ -76.628762, 39.273491 ], [ -76.629145, 39.273785 ], [ -76.629661, 39.274185 ], [ -76.630915, 39.275139 ], [ -76.630965, 39.275181 ], [ -76.631698, 39.275747 ], [ -76.632848, 39.276638 ], [ -76.633711, 39.277282 ], [ -76.634597, 39.277969 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510210200", "name": "Census Tract 2102, Baltimore city, Maryland", "total_population_17": 3025, "white_alone_17": 1122.0, "black_alone_17": 1585.0, "native_alone_17": 0.0, "asian_alone_17": 73.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 92.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -17.606, "pct_black_alone_change": 14.994, "pct_native_alone_change": -0.546, "pct_asian_alone_change": -3.964, "pct_hispanic_or_latino_change": 2.265, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2764860", "INTPTLON": "-076.6396677" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.655335, 39.274523 ], [ -76.655243, 39.274924 ], [ -76.655024, 39.275331 ], [ -76.654919, 39.275524 ], [ -76.654552, 39.276152 ], [ -76.654494, 39.276213 ], [ -76.654108, 39.276629 ], [ -76.653911, 39.276793 ], [ -76.653734, 39.276934 ], [ -76.653548, 39.277069 ], [ -76.653272, 39.277257 ], [ -76.653151, 39.27733 ], [ -76.652902, 39.277465 ], [ -76.652682, 39.277569 ], [ -76.652331, 39.27772 ], [ -76.651845, 39.277921 ], [ -76.651, 39.278227 ], [ -76.650786, 39.278262 ], [ -76.650509, 39.278292 ], [ -76.650344, 39.278308 ], [ -76.650209, 39.278317 ], [ -76.649988, 39.278315 ], [ -76.649806, 39.278304 ], [ -76.649627, 39.278284 ], [ -76.6494, 39.278244 ], [ -76.649322, 39.278223 ], [ -76.64759, 39.278905 ], [ -76.646414, 39.279172 ], [ -76.641392, 39.280505 ], [ -76.639889, 39.281472 ], [ -76.639465, 39.281704 ], [ -76.637761, 39.282493 ], [ -76.637788, 39.282532 ], [ -76.637819, 39.282598 ], [ -76.637834, 39.282668 ], [ -76.637843, 39.282788 ], [ -76.637888, 39.283447 ], [ -76.63791, 39.283957 ], [ -76.637937, 39.284558 ], [ -76.637984, 39.285587 ], [ -76.637268, 39.285621 ], [ -76.637192, 39.285625 ], [ -76.636597, 39.285657 ], [ -76.635986, 39.285682 ], [ -76.635884, 39.285686 ], [ -76.635135, 39.285709 ], [ -76.634408, 39.285754 ], [ -76.633601, 39.28581 ], [ -76.633013, 39.285829 ], [ -76.632814, 39.285834 ], [ -76.631959, 39.285866 ], [ -76.631296, 39.2859 ], [ -76.630887, 39.285918 ], [ -76.630532, 39.285937 ], [ -76.630025, 39.285965 ], [ -76.629638, 39.285974 ], [ -76.629019, 39.286009 ], [ -76.628979, 39.285401 ], [ -76.628948, 39.284926 ], [ -76.628946, 39.284888 ], [ -76.628946, 39.284876 ], [ -76.628945, 39.284863 ], [ -76.628942, 39.284816 ], [ -76.628917, 39.28434 ], [ -76.628883, 39.283794 ], [ -76.629594, 39.283776 ], [ -76.629616, 39.283775 ], [ -76.630411, 39.283742 ], [ -76.630518, 39.283737 ], [ -76.630781, 39.283726 ], [ -76.63113, 39.283713 ], [ -76.631168, 39.283712 ], [ -76.63185, 39.283689 ], [ -76.632669, 39.283633 ], [ -76.633493, 39.283618 ], [ -76.633019, 39.283271 ], [ -76.632821, 39.283117 ], [ -76.632531, 39.282893 ], [ -76.631961, 39.282484 ], [ -76.631452, 39.282088 ], [ -76.631388, 39.282041 ], [ -76.63093, 39.28169 ], [ -76.630343, 39.281257 ], [ -76.63186, 39.280099 ], [ -76.632214, 39.279815 ], [ -76.632942, 39.279231 ], [ -76.633211, 39.279016 ], [ -76.634597, 39.277969 ], [ -76.633711, 39.277282 ], [ -76.632848, 39.276638 ], [ -76.631698, 39.275747 ], [ -76.630965, 39.275181 ], [ -76.630915, 39.275139 ], [ -76.629661, 39.274185 ], [ -76.629145, 39.273785 ], [ -76.628762, 39.273491 ], [ -76.628731, 39.273467 ], [ -76.629266, 39.27306 ], [ -76.630108, 39.272408 ], [ -76.63023, 39.272303 ], [ -76.630264, 39.272274 ], [ -76.6304, 39.272177 ], [ -76.630462, 39.272133 ], [ -76.6315, 39.271247 ], [ -76.631612, 39.271152 ], [ -76.631928, 39.270884 ], [ -76.632937, 39.270002 ], [ -76.633267, 39.269726 ], [ -76.633472, 39.269545 ], [ -76.633486, 39.269548 ], [ -76.633932, 39.269627 ], [ -76.63444, 39.26973 ], [ -76.634841, 39.269797 ], [ -76.635365, 39.269883 ], [ -76.636523, 39.270024 ], [ -76.63733, 39.27014 ], [ -76.638049, 39.270242 ], [ -76.639054, 39.270421 ], [ -76.639505, 39.270467 ], [ -76.639829, 39.2705 ], [ -76.642367, 39.270741 ], [ -76.643599, 39.270826 ], [ -76.644371, 39.270895 ], [ -76.64737, 39.271164 ], [ -76.648078, 39.271221 ], [ -76.648408, 39.271251 ], [ -76.651078, 39.271497 ], [ -76.651474, 39.27153 ], [ -76.651885, 39.271566 ], [ -76.652111, 39.27158 ], [ -76.652475, 39.271584 ], [ -76.653133, 39.271548 ], [ -76.653264, 39.271539 ], [ -76.653559, 39.271501 ], [ -76.654191, 39.2714 ], [ -76.654996, 39.271192 ], [ -76.654999, 39.271224 ], [ -76.655057, 39.271739 ], [ -76.655155, 39.272681 ], [ -76.655239, 39.273447 ], [ -76.655304, 39.274083 ], [ -76.655335, 39.274523 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510220100", "name": "Census Tract 2201, Baltimore city, Maryland", "total_population_17": 4308, "white_alone_17": 2892.0, "black_alone_17": 639.0, "native_alone_17": 31.0, "asian_alone_17": 244.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 270.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -5.228, "pct_black_alone_change": -6.218, "pct_native_alone_change": 0.374, "pct_asian_alone_change": 2.382, "pct_hispanic_or_latino_change": 3.848, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+39.2827739", "INTPTLON": "-076.6139104" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.627329, 39.286066 ], [ -76.625929, 39.286115 ], [ -76.625881, 39.286115 ], [ -76.624693, 39.286158 ], [ -76.623548, 39.286203 ], [ -76.623303, 39.286212 ], [ -76.622635, 39.286238 ], [ -76.622129, 39.286257 ], [ -76.620755, 39.286261 ], [ -76.620113, 39.286285 ], [ -76.619369, 39.286315 ], [ -76.619332, 39.286316 ], [ -76.619197, 39.286321 ], [ -76.617551, 39.286378 ], [ -76.616925, 39.286402 ], [ -76.616182, 39.286452 ], [ -76.61522, 39.286497 ], [ -76.614896, 39.286513 ], [ -76.613595, 39.28655 ], [ -76.613447, 39.286556 ], [ -76.612128, 39.286603 ], [ -76.611732, 39.286596 ], [ -76.611138, 39.286628 ], [ -76.610722, 39.286652 ], [ -76.610022, 39.286662 ], [ -76.60933, 39.286681 ], [ -76.608856, 39.286684 ], [ -76.608765, 39.28669 ], [ -76.607798, 39.286737 ], [ -76.606855, 39.286779 ], [ -76.606258, 39.286793 ], [ -76.605535, 39.286828 ], [ -76.605139, 39.286851 ], [ -76.605001, 39.286855 ], [ -76.605096, 39.286811 ], [ -76.605141, 39.286746 ], [ -76.60515, 39.286689 ], [ -76.604604, 39.285099 ], [ -76.604499, 39.284541 ], [ -76.604436, 39.284283 ], [ -76.60401, 39.282894 ], [ -76.603784, 39.281502 ], [ -76.603688, 39.280906 ], [ -76.602788, 39.279806 ], [ -76.604293, 39.279303 ], [ -76.604327, 39.279418 ], [ -76.605926, 39.279258 ], [ -76.606433, 39.279228 ], [ -76.6071, 39.279177 ], [ -76.607629, 39.279068 ], [ -76.608272, 39.279038 ], [ -76.609234, 39.278994 ], [ -76.609837, 39.278977 ], [ -76.611176, 39.278942 ], [ -76.611384, 39.278934 ], [ -76.611491, 39.27893 ], [ -76.612623, 39.27889 ], [ -76.612629, 39.279041 ], [ -76.613615, 39.279004 ], [ -76.614525, 39.278985 ], [ -76.615689, 39.278942 ], [ -76.616446, 39.278919 ], [ -76.616642, 39.278995 ], [ -76.616873, 39.279049 ], [ -76.616923, 39.279058 ], [ -76.617601, 39.279233 ], [ -76.618254, 39.279381 ], [ -76.618821, 39.279354 ], [ -76.618971, 39.279347 ], [ -76.618984, 39.279212 ], [ -76.618999, 39.279052 ], [ -76.619061, 39.278812 ], [ -76.619109, 39.27902 ], [ -76.619193, 39.279215 ], [ -76.619283, 39.279389 ], [ -76.619394, 39.279539 ], [ -76.619574, 39.279775 ], [ -76.619704, 39.279893 ], [ -76.619884, 39.280047 ], [ -76.620047, 39.280168 ], [ -76.620207, 39.28027 ], [ -76.62038, 39.280357 ], [ -76.620625, 39.280464 ], [ -76.620949, 39.280576 ], [ -76.621494, 39.280762 ], [ -76.622178, 39.280959 ], [ -76.622309, 39.280998 ], [ -76.622654, 39.281095 ], [ -76.622961, 39.281177 ], [ -76.623186, 39.281238 ], [ -76.623313, 39.281272 ], [ -76.624295, 39.281548 ], [ -76.624425, 39.281597 ], [ -76.624701, 39.281722 ], [ -76.624907, 39.281849 ], [ -76.62503, 39.281937 ], [ -76.62521, 39.282075 ], [ -76.625384, 39.282235 ], [ -76.625547, 39.282427 ], [ -76.625687, 39.282644 ], [ -76.625776, 39.282792 ], [ -76.626136, 39.283461 ], [ -76.62712, 39.285257 ], [ -76.627539, 39.286057 ], [ -76.627329, 39.286066 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510230100", "name": "Census Tract 2301, Baltimore city, Maryland", "total_population_17": 1822, "white_alone_17": 1044.0, "black_alone_17": 641.0, "native_alone_17": 0.0, "asian_alone_17": 41.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 72.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 1.385, "pct_black_alone_change": -4.195, "pct_native_alone_change": -1.177, "pct_asian_alone_change": 0.661, "pct_hispanic_or_latino_change": 2.481, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2758115", "INTPTLON": "-076.6170686" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.620926, 39.274586 ], [ -76.62087, 39.274719 ], [ -76.620591, 39.275356 ], [ -76.620543, 39.275466 ], [ -76.62013, 39.276446 ], [ -76.619653, 39.277449 ], [ -76.61961, 39.277561 ], [ -76.619582, 39.277635 ], [ -76.6194, 39.27795 ], [ -76.619335, 39.278069 ], [ -76.619237, 39.278248 ], [ -76.619159, 39.278491 ], [ -76.619083, 39.278729 ], [ -76.619061, 39.278812 ], [ -76.618999, 39.279052 ], [ -76.618984, 39.279212 ], [ -76.618971, 39.279347 ], [ -76.618821, 39.279354 ], [ -76.618254, 39.279381 ], [ -76.617601, 39.279233 ], [ -76.616923, 39.279058 ], [ -76.616873, 39.279049 ], [ -76.616642, 39.278995 ], [ -76.616446, 39.278919 ], [ -76.615689, 39.278942 ], [ -76.614525, 39.278985 ], [ -76.614507, 39.278521 ], [ -76.614458, 39.278114 ], [ -76.614462, 39.27792 ], [ -76.61439, 39.276848 ], [ -76.614373, 39.276607 ], [ -76.614332, 39.276236 ], [ -76.614295, 39.275772 ], [ -76.614273, 39.27541 ], [ -76.614272, 39.275389 ], [ -76.614237, 39.274794 ], [ -76.614185, 39.2741 ], [ -76.614167, 39.273693 ], [ -76.614159, 39.273657 ], [ -76.614111, 39.272617 ], [ -76.614699, 39.272597 ], [ -76.615266, 39.272582 ], [ -76.616111, 39.272553 ], [ -76.616773, 39.272538 ], [ -76.616891, 39.272529 ], [ -76.618636, 39.272459 ], [ -76.618719, 39.27391 ], [ -76.619786, 39.274221 ], [ -76.620496, 39.274423 ], [ -76.620586, 39.274449 ], [ -76.620605, 39.274454 ], [ -76.620656, 39.274469 ], [ -76.620945, 39.274549 ], [ -76.620926, 39.274586 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510230200", "name": "Census Tract 2302, Baltimore city, Maryland", "total_population_17": 2166, "white_alone_17": 1622.0, "black_alone_17": 289.0, "native_alone_17": 0.0, "asian_alone_17": 87.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 106.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -12.061, "pct_black_alone_change": 5.801, "pct_native_alone_change": -0.953, "pct_asian_alone_change": 1.738, "pct_hispanic_or_latino_change": 2.822, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2740126", "INTPTLON": "-076.6134847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.616111, 39.272553 ], [ -76.615266, 39.272582 ], [ -76.614699, 39.272597 ], [ -76.614111, 39.272617 ], [ -76.614159, 39.273657 ], [ -76.614167, 39.273693 ], [ -76.614185, 39.2741 ], [ -76.614237, 39.274794 ], [ -76.614272, 39.275389 ], [ -76.614273, 39.27541 ], [ -76.614295, 39.275772 ], [ -76.614332, 39.276236 ], [ -76.614373, 39.276607 ], [ -76.61439, 39.276848 ], [ -76.614462, 39.27792 ], [ -76.614458, 39.278114 ], [ -76.614507, 39.278521 ], [ -76.614525, 39.278985 ], [ -76.613615, 39.279004 ], [ -76.612629, 39.279041 ], [ -76.612623, 39.27889 ], [ -76.612597, 39.278597 ], [ -76.612574, 39.278229 ], [ -76.612474, 39.277667 ], [ -76.612375, 39.277052 ], [ -76.612344, 39.276767 ], [ -76.61228, 39.276427 ], [ -76.612227, 39.276019 ], [ -76.612141, 39.275358 ], [ -76.612121, 39.275161 ], [ -76.612071, 39.274895 ], [ -76.612049, 39.2747 ], [ -76.611963, 39.274215 ], [ -76.611883, 39.273632 ], [ -76.611843, 39.273257 ], [ -76.611754, 39.2727 ], [ -76.611586, 39.271645 ], [ -76.611537, 39.271365 ], [ -76.611524, 39.27127 ], [ -76.611504, 39.271142 ], [ -76.611501, 39.271067 ], [ -76.611501, 39.270997 ], [ -76.611511, 39.270907 ], [ -76.611541, 39.270725 ], [ -76.611579, 39.270613 ], [ -76.612154, 39.270581 ], [ -76.61234, 39.270576 ], [ -76.612999, 39.270553 ], [ -76.613473, 39.270549 ], [ -76.613962, 39.270526 ], [ -76.614563, 39.270497 ], [ -76.615125, 39.270478 ], [ -76.615953, 39.270453 ], [ -76.616054, 39.271472 ], [ -76.616111, 39.272553 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510230300", "name": "Census Tract 2303, Baltimore city, Maryland", "total_population_17": 1306, "white_alone_17": 1164.0, "black_alone_17": 57.0, "native_alone_17": 0.0, "asian_alone_17": 31.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 43.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -3.863, "pct_black_alone_change": 0.486, "pct_native_alone_change": -0.447, "pct_asian_alone_change": 1.255, "pct_hispanic_or_latino_change": 1.875, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2643329", "INTPTLON": "-076.6193615" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.627059, 39.265185 ], [ -76.627016, 39.265314 ], [ -76.626989, 39.265391 ], [ -76.626929, 39.265478 ], [ -76.626894, 39.265648 ], [ -76.62682, 39.26589 ], [ -76.626846, 39.265972 ], [ -76.626853, 39.266029 ], [ -76.626852, 39.266147 ], [ -76.626708, 39.266419 ], [ -76.626582, 39.266547 ], [ -76.626302, 39.266886 ], [ -76.626208, 39.26702 ], [ -76.626088, 39.267112 ], [ -76.625933, 39.26717 ], [ -76.62584, 39.267157 ], [ -76.6258, 39.267137 ], [ -76.625741, 39.267131 ], [ -76.625654, 39.267162 ], [ -76.625631, 39.267247 ], [ -76.625792, 39.267462 ], [ -76.625917, 39.26763 ], [ -76.626084, 39.267854 ], [ -76.62601, 39.267962 ], [ -76.625904, 39.268117 ], [ -76.625855, 39.268189 ], [ -76.625649, 39.26821 ], [ -76.625404, 39.268254 ], [ -76.625242, 39.268299 ], [ -76.625209, 39.268307 ], [ -76.625019, 39.268374 ], [ -76.6249, 39.268424 ], [ -76.624658, 39.26853 ], [ -76.624502, 39.26861 ], [ -76.624054, 39.268954 ], [ -76.623998, 39.269 ], [ -76.623596, 39.269332 ], [ -76.623452, 39.269508 ], [ -76.623356, 39.269655 ], [ -76.623227, 39.269871 ], [ -76.622243, 39.271919 ], [ -76.621969, 39.272509 ], [ -76.621815, 39.27289 ], [ -76.621706, 39.273248 ], [ -76.621482, 39.273608 ], [ -76.621022, 39.274385 ], [ -76.620945, 39.274549 ], [ -76.620656, 39.274469 ], [ -76.620605, 39.274454 ], [ -76.620586, 39.274449 ], [ -76.620496, 39.274423 ], [ -76.619786, 39.274221 ], [ -76.618719, 39.27391 ], [ -76.618636, 39.272459 ], [ -76.616891, 39.272529 ], [ -76.616773, 39.272538 ], [ -76.616111, 39.272553 ], [ -76.616054, 39.271472 ], [ -76.615953, 39.270453 ], [ -76.615125, 39.270478 ], [ -76.614563, 39.270497 ], [ -76.613962, 39.270526 ], [ -76.613473, 39.270549 ], [ -76.612999, 39.270553 ], [ -76.61234, 39.270576 ], [ -76.612154, 39.270581 ], [ -76.611579, 39.270613 ], [ -76.611701, 39.269995 ], [ -76.611767, 39.269559 ], [ -76.611843, 39.269019 ], [ -76.611895, 39.268693 ], [ -76.611922, 39.268516 ], [ -76.611941, 39.268016 ], [ -76.611962, 39.267689 ], [ -76.611967, 39.267545 ], [ -76.611943, 39.267416 ], [ -76.611919, 39.267292 ], [ -76.611893, 39.267151 ], [ -76.611862, 39.266987 ], [ -76.611855, 39.266951 ], [ -76.609646, 39.267045 ], [ -76.608968, 39.267075 ], [ -76.607303, 39.267175 ], [ -76.606189, 39.267223 ], [ -76.605578, 39.267235 ], [ -76.605558, 39.266995 ], [ -76.605635, 39.266954 ], [ -76.605695, 39.266932 ], [ -76.605806, 39.266892 ], [ -76.606077, 39.266738 ], [ -76.606187, 39.266665 ], [ -76.606283, 39.266581 ], [ -76.606357, 39.266501 ], [ -76.606428, 39.266369 ], [ -76.606458, 39.266247 ], [ -76.60647, 39.266097 ], [ -76.606454, 39.26588 ], [ -76.606427, 39.265533 ], [ -76.606427, 39.265452 ], [ -76.606389, 39.264954 ], [ -76.606407, 39.264707 ], [ -76.606437, 39.264537 ], [ -76.606488, 39.264383 ], [ -76.606563, 39.264222 ], [ -76.606659, 39.264062 ], [ -76.606813, 39.263865 ], [ -76.607193, 39.26353 ], [ -76.607635, 39.26318 ], [ -76.607755, 39.263084 ], [ -76.608379, 39.262647 ], [ -76.609166, 39.262343 ], [ -76.610626, 39.262249 ], [ -76.610573, 39.26124 ], [ -76.610519, 39.26022 ], [ -76.610465, 39.259193 ], [ -76.610371, 39.257986 ], [ -76.610346, 39.257838 ], [ -76.610339, 39.257796 ], [ -76.610311, 39.25772 ], [ -76.61029, 39.257661 ], [ -76.610212, 39.257482 ], [ -76.610137, 39.257086 ], [ -76.610133, 39.256846 ], [ -76.610172, 39.256641 ], [ -76.610208, 39.256437 ], [ -76.610295, 39.25602 ], [ -76.610488, 39.254706 ], [ -76.616437, 39.257216 ], [ -76.623289, 39.260106 ], [ -76.623309, 39.260312 ], [ -76.623564, 39.262822 ], [ -76.623793, 39.265075 ], [ -76.62531, 39.265075 ], [ -76.627205, 39.265108 ], [ -76.627059, 39.265185 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510240100", "name": "Census Tract 2401, Baltimore city, Maryland", "total_population_17": 3091, "white_alone_17": 2806.0, "black_alone_17": 93.0, "native_alone_17": 34.0, "asian_alone_17": 73.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 102.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -5.848, "pct_black_alone_change": 2.213, "pct_native_alone_change": 0.538, "pct_asian_alone_change": 1.659, "pct_hispanic_or_latino_change": 2.223, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2651243", "INTPTLON": "-076.5874565" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.600927, 39.268916 ], [ -76.600901, 39.269015 ], [ -76.60081, 39.269192 ], [ -76.600547, 39.26962 ], [ -76.600375, 39.269892 ], [ -76.599699, 39.271093 ], [ -76.598908, 39.2708 ], [ -76.598126, 39.272181 ], [ -76.597233, 39.273325 ], [ -76.597154, 39.273315 ], [ -76.597077, 39.273317 ], [ -76.597016, 39.27335 ], [ -76.596771, 39.273837 ], [ -76.596739, 39.273878 ], [ -76.59666, 39.273913 ], [ -76.596526, 39.273944 ], [ -76.59647, 39.273979 ], [ -76.596446, 39.274005 ], [ -76.596436, 39.27403 ], [ -76.596435, 39.274051 ], [ -76.596438, 39.27409 ], [ -76.596447, 39.274154 ], [ -76.596447, 39.274202 ], [ -76.596429, 39.274246 ], [ -76.596423, 39.274292 ], [ -76.596433, 39.274346 ], [ -76.59653, 39.274507 ], [ -76.596541, 39.274529 ], [ -76.596546, 39.274548 ], [ -76.596545, 39.27456 ], [ -76.596541, 39.274569 ], [ -76.596526, 39.274579 ], [ -76.596493, 39.274586 ], [ -76.595079, 39.277199 ], [ -76.592991, 39.277527 ], [ -76.589884, 39.278005 ], [ -76.589462, 39.277916 ], [ -76.586588, 39.277306 ], [ -76.577586, 39.271606 ], [ -76.576619, 39.269535 ], [ -76.575486, 39.267105 ], [ -76.575218, 39.265652 ], [ -76.574487, 39.261706 ], [ -76.574369, 39.261157 ], [ -76.574339, 39.26102 ], [ -76.57433, 39.260978 ], [ -76.57432, 39.260934 ], [ -76.574288, 39.260786 ], [ -76.57424, 39.260566 ], [ -76.574222, 39.260486 ], [ -76.573987, 39.259406 ], [ -76.573275, 39.258424 ], [ -76.571887, 39.256505 ], [ -76.577287, 39.256305 ], [ -76.589488, 39.254806 ], [ -76.589599, 39.254806 ], [ -76.598588, 39.254806 ], [ -76.594332, 39.262696 ], [ -76.594092, 39.262606 ], [ -76.592798, 39.264914 ], [ -76.592786, 39.264935 ], [ -76.592774, 39.264956 ], [ -76.592757, 39.265047 ], [ -76.592741, 39.265131 ], [ -76.592732, 39.265179 ], [ -76.592715, 39.265272 ], [ -76.592696, 39.265371 ], [ -76.592684, 39.265394 ], [ -76.592672, 39.265415 ], [ -76.592662, 39.265434 ], [ -76.592612, 39.265509 ], [ -76.592592, 39.265553 ], [ -76.59255, 39.265617 ], [ -76.592408, 39.265855 ], [ -76.592435, 39.265861 ], [ -76.594905, 39.266503 ], [ -76.595385, 39.266561 ], [ -76.595446, 39.266569 ], [ -76.59601, 39.266622 ], [ -76.596627, 39.266673 ], [ -76.596718, 39.266512 ], [ -76.596729, 39.266492 ], [ -76.596735, 39.266482 ], [ -76.596746, 39.266462 ], [ -76.596871, 39.266254 ], [ -76.596356, 39.266167 ], [ -76.595827, 39.266067 ], [ -76.596918, 39.266182 ], [ -76.597795, 39.266307 ], [ -76.59964, 39.266546 ], [ -76.599924, 39.266583 ], [ -76.600861, 39.266717 ], [ -76.600833, 39.266823 ], [ -76.600826, 39.266848 ], [ -76.600801, 39.266956 ], [ -76.600778, 39.267056 ], [ -76.600766, 39.267109 ], [ -76.600727, 39.267273 ], [ -76.600646, 39.267716 ], [ -76.600615, 39.267879 ], [ -76.600616, 39.268023 ], [ -76.600623, 39.268142 ], [ -76.600667, 39.268309 ], [ -76.600709, 39.268401 ], [ -76.600768, 39.268513 ], [ -76.600919, 39.268751 ], [ -76.600944, 39.26883 ], [ -76.600927, 39.268916 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510240200", "name": "Census Tract 2402, Baltimore city, Maryland", "total_population_17": 3218, "white_alone_17": 2559.0, "black_alone_17": 260.0, "native_alone_17": 0.0, "asian_alone_17": 188.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 109.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -14.418, "pct_black_alone_change": 6.143, "pct_native_alone_change": -0.149, "pct_asian_alone_change": 3.557, "pct_hispanic_or_latino_change": 2.095, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2736267", "INTPTLON": "-076.6002800" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609234, 39.278994 ], [ -76.608272, 39.279038 ], [ -76.607629, 39.279068 ], [ -76.6071, 39.279177 ], [ -76.606433, 39.279228 ], [ -76.605926, 39.279258 ], [ -76.604327, 39.279418 ], [ -76.604293, 39.279303 ], [ -76.602788, 39.279806 ], [ -76.602588, 39.279506 ], [ -76.602011, 39.279089 ], [ -76.600137, 39.27776 ], [ -76.598977, 39.276916 ], [ -76.595079, 39.277199 ], [ -76.596493, 39.274586 ], [ -76.596526, 39.274579 ], [ -76.596541, 39.274569 ], [ -76.596545, 39.27456 ], [ -76.596546, 39.274548 ], [ -76.596541, 39.274529 ], [ -76.59653, 39.274507 ], [ -76.596433, 39.274346 ], [ -76.596423, 39.274292 ], [ -76.596429, 39.274246 ], [ -76.596447, 39.274202 ], [ -76.596447, 39.274154 ], [ -76.596438, 39.27409 ], [ -76.596435, 39.274051 ], [ -76.596436, 39.27403 ], [ -76.596446, 39.274005 ], [ -76.59647, 39.273979 ], [ -76.596526, 39.273944 ], [ -76.59666, 39.273913 ], [ -76.596739, 39.273878 ], [ -76.596771, 39.273837 ], [ -76.597016, 39.27335 ], [ -76.597077, 39.273317 ], [ -76.597154, 39.273315 ], [ -76.597233, 39.273325 ], [ -76.598126, 39.272181 ], [ -76.598908, 39.2708 ], [ -76.599699, 39.271093 ], [ -76.600177, 39.271251 ], [ -76.601201, 39.271607 ], [ -76.601384, 39.271672 ], [ -76.601485, 39.271707 ], [ -76.602511, 39.272074 ], [ -76.602692, 39.27214 ], [ -76.603262, 39.272334 ], [ -76.604087, 39.272615 ], [ -76.605053, 39.272951 ], [ -76.605158, 39.272981 ], [ -76.605929, 39.272955 ], [ -76.606712, 39.272908 ], [ -76.607523, 39.272876 ], [ -76.608388, 39.272851 ], [ -76.60843, 39.273202 ], [ -76.608518, 39.273807 ], [ -76.608592, 39.274266 ], [ -76.608709, 39.275089 ], [ -76.608747, 39.275348 ], [ -76.608811, 39.275805 ], [ -76.608891, 39.276344 ], [ -76.608998, 39.277116 ], [ -76.609034, 39.277376 ], [ -76.609112, 39.277799 ], [ -76.60919, 39.278448 ], [ -76.609234, 39.278994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510240300", "name": "Census Tract 2403, Baltimore city, Maryland", "total_population_17": 2075, "white_alone_17": 1656.0, "black_alone_17": 58.0, "native_alone_17": 0.0, "asian_alone_17": 150.0, "native_hawaiian_pacific_islander_17": 13.0, "hispanic_or_latino_17": 157.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -8.022, "pct_black_alone_change": -4.824, "pct_native_alone_change": -0.335, "pct_asian_alone_change": 4.306, "pct_hispanic_or_latino_change": 6.847, "pct_native_hawaiian_pacific_islander_change": 0.627, "INTPTLAT": "+39.2758588", "INTPTLON": "-076.6105163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.612623, 39.27889 ], [ -76.611491, 39.27893 ], [ -76.611384, 39.278934 ], [ -76.611176, 39.278942 ], [ -76.609837, 39.278977 ], [ -76.609234, 39.278994 ], [ -76.60919, 39.278448 ], [ -76.609112, 39.277799 ], [ -76.609034, 39.277376 ], [ -76.608998, 39.277116 ], [ -76.608891, 39.276344 ], [ -76.608811, 39.275805 ], [ -76.608747, 39.275348 ], [ -76.608709, 39.275089 ], [ -76.608592, 39.274266 ], [ -76.608518, 39.273807 ], [ -76.60843, 39.273202 ], [ -76.608388, 39.272851 ], [ -76.608788, 39.272838 ], [ -76.608806, 39.272836 ], [ -76.609206, 39.272812 ], [ -76.609631, 39.272792 ], [ -76.610052, 39.272771 ], [ -76.610506, 39.272747 ], [ -76.610827, 39.272731 ], [ -76.611754, 39.2727 ], [ -76.611843, 39.273257 ], [ -76.611883, 39.273632 ], [ -76.611963, 39.274215 ], [ -76.612049, 39.2747 ], [ -76.612071, 39.274895 ], [ -76.612121, 39.275161 ], [ -76.612141, 39.275358 ], [ -76.612227, 39.276019 ], [ -76.61228, 39.276427 ], [ -76.612344, 39.276767 ], [ -76.612375, 39.277052 ], [ -76.612474, 39.277667 ], [ -76.612574, 39.278229 ], [ -76.612597, 39.278597 ], [ -76.612623, 39.27889 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510240400", "name": "Census Tract 2404, Baltimore city, Maryland", "total_population_17": 2877, "white_alone_17": 2579.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 144.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -4.163, "pct_black_alone_change": -1.986, "pct_native_alone_change": -0.457, "pct_asian_alone_change": 2.034, "pct_hispanic_or_latino_change": 3.384, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2645268", "INTPTLON": "-076.6055985" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.611962, 39.267689 ], [ -76.611941, 39.268016 ], [ -76.611922, 39.268516 ], [ -76.611895, 39.268693 ], [ -76.611843, 39.269019 ], [ -76.611767, 39.269559 ], [ -76.611701, 39.269995 ], [ -76.611579, 39.270613 ], [ -76.611541, 39.270725 ], [ -76.611511, 39.270907 ], [ -76.611501, 39.270997 ], [ -76.611501, 39.271067 ], [ -76.611504, 39.271142 ], [ -76.611524, 39.27127 ], [ -76.611537, 39.271365 ], [ -76.611586, 39.271645 ], [ -76.611754, 39.2727 ], [ -76.610827, 39.272731 ], [ -76.610506, 39.272747 ], [ -76.610052, 39.272771 ], [ -76.609631, 39.272792 ], [ -76.609206, 39.272812 ], [ -76.608806, 39.272836 ], [ -76.608788, 39.272838 ], [ -76.608388, 39.272851 ], [ -76.607523, 39.272876 ], [ -76.606712, 39.272908 ], [ -76.605929, 39.272955 ], [ -76.605158, 39.272981 ], [ -76.605053, 39.272951 ], [ -76.604087, 39.272615 ], [ -76.603262, 39.272334 ], [ -76.602692, 39.27214 ], [ -76.602511, 39.272074 ], [ -76.601485, 39.271707 ], [ -76.601384, 39.271672 ], [ -76.601201, 39.271607 ], [ -76.600177, 39.271251 ], [ -76.599699, 39.271093 ], [ -76.600375, 39.269892 ], [ -76.600547, 39.26962 ], [ -76.60081, 39.269192 ], [ -76.600901, 39.269015 ], [ -76.600927, 39.268916 ], [ -76.600944, 39.26883 ], [ -76.600919, 39.268751 ], [ -76.600768, 39.268513 ], [ -76.600709, 39.268401 ], [ -76.600667, 39.268309 ], [ -76.600623, 39.268142 ], [ -76.600616, 39.268023 ], [ -76.600615, 39.267879 ], [ -76.600646, 39.267716 ], [ -76.600727, 39.267273 ], [ -76.600766, 39.267109 ], [ -76.600778, 39.267056 ], [ -76.600801, 39.266956 ], [ -76.600826, 39.266848 ], [ -76.600833, 39.266823 ], [ -76.600861, 39.266717 ], [ -76.599924, 39.266583 ], [ -76.59964, 39.266546 ], [ -76.597795, 39.266307 ], [ -76.596918, 39.266182 ], [ -76.595827, 39.266067 ], [ -76.596356, 39.266167 ], [ -76.596871, 39.266254 ], [ -76.596746, 39.266462 ], [ -76.596735, 39.266482 ], [ -76.596729, 39.266492 ], [ -76.596718, 39.266512 ], [ -76.596627, 39.266673 ], [ -76.59601, 39.266622 ], [ -76.595446, 39.266569 ], [ -76.595385, 39.266561 ], [ -76.594905, 39.266503 ], [ -76.592435, 39.265861 ], [ -76.592408, 39.265855 ], [ -76.59255, 39.265617 ], [ -76.592592, 39.265553 ], [ -76.592612, 39.265509 ], [ -76.592662, 39.265434 ], [ -76.592672, 39.265415 ], [ -76.592684, 39.265394 ], [ -76.592696, 39.265371 ], [ -76.592715, 39.265272 ], [ -76.592732, 39.265179 ], [ -76.592741, 39.265131 ], [ -76.592757, 39.265047 ], [ -76.592774, 39.264956 ], [ -76.592786, 39.264935 ], [ -76.592798, 39.264914 ], [ -76.594092, 39.262606 ], [ -76.594332, 39.262696 ], [ -76.598588, 39.254806 ], [ -76.601288, 39.254706 ], [ -76.608288, 39.254706 ], [ -76.610488, 39.254706 ], [ -76.610295, 39.25602 ], [ -76.610208, 39.256437 ], [ -76.610172, 39.256641 ], [ -76.610133, 39.256846 ], [ -76.610137, 39.257086 ], [ -76.610212, 39.257482 ], [ -76.61029, 39.257661 ], [ -76.610311, 39.25772 ], [ -76.610339, 39.257796 ], [ -76.610346, 39.257838 ], [ -76.610371, 39.257986 ], [ -76.610465, 39.259193 ], [ -76.610519, 39.26022 ], [ -76.610573, 39.26124 ], [ -76.610626, 39.262249 ], [ -76.609166, 39.262343 ], [ -76.608379, 39.262647 ], [ -76.607755, 39.263084 ], [ -76.607635, 39.26318 ], [ -76.607193, 39.26353 ], [ -76.606813, 39.263865 ], [ -76.606659, 39.264062 ], [ -76.606563, 39.264222 ], [ -76.606488, 39.264383 ], [ -76.606437, 39.264537 ], [ -76.606407, 39.264707 ], [ -76.606389, 39.264954 ], [ -76.606427, 39.265452 ], [ -76.606427, 39.265533 ], [ -76.606454, 39.26588 ], [ -76.60647, 39.266097 ], [ -76.606458, 39.266247 ], [ -76.606428, 39.266369 ], [ -76.606357, 39.266501 ], [ -76.606283, 39.266581 ], [ -76.606187, 39.266665 ], [ -76.606077, 39.266738 ], [ -76.605806, 39.266892 ], [ -76.605695, 39.266932 ], [ -76.605635, 39.266954 ], [ -76.605558, 39.266995 ], [ -76.605578, 39.267235 ], [ -76.606189, 39.267223 ], [ -76.607303, 39.267175 ], [ -76.608968, 39.267075 ], [ -76.609646, 39.267045 ], [ -76.611855, 39.266951 ], [ -76.611862, 39.266987 ], [ -76.611893, 39.267151 ], [ -76.611919, 39.267292 ], [ -76.611943, 39.267416 ], [ -76.611967, 39.267545 ], [ -76.611962, 39.267689 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250101", "name": "Census Tract 2501.01, Baltimore city, Maryland", "total_population_17": 4354, "white_alone_17": 516.0, "black_alone_17": 3532.0, "native_alone_17": 15.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 12.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.601, "pct_black_alone_change": -3.708, "pct_native_alone_change": 0.182, "pct_asian_alone_change": -0.789, "pct_hispanic_or_latino_change": -0.784, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2771141", "INTPTLON": "-076.7003721" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.710978, 39.27792 ], [ -76.71071, 39.278021 ], [ -76.710251, 39.278199 ], [ -76.709839, 39.278359 ], [ -76.709231, 39.278598 ], [ -76.709161, 39.278627 ], [ -76.708944, 39.278713 ], [ -76.708293, 39.278956 ], [ -76.707625, 39.279219 ], [ -76.707528, 39.279262 ], [ -76.707268, 39.27938 ], [ -76.70703, 39.27951 ], [ -76.706764, 39.279696 ], [ -76.706581, 39.279855 ], [ -76.706548, 39.279889 ], [ -76.7064, 39.28005 ], [ -76.705905, 39.280542 ], [ -76.705722, 39.28069 ], [ -76.705603, 39.280763 ], [ -76.705495, 39.280813 ], [ -76.705382, 39.280843 ], [ -76.705252, 39.280865 ], [ -76.70513, 39.280874 ], [ -76.705035, 39.28088 ], [ -76.704862, 39.280884 ], [ -76.704534, 39.280876 ], [ -76.703896, 39.280856 ], [ -76.703232, 39.280842 ], [ -76.702931, 39.280845 ], [ -76.702783, 39.280851 ], [ -76.70264, 39.280857 ], [ -76.702111, 39.280902 ], [ -76.701818, 39.280933 ], [ -76.701388, 39.280977 ], [ -76.700868, 39.281041 ], [ -76.700355, 39.281105 ], [ -76.699885, 39.281169 ], [ -76.699664, 39.281194 ], [ -76.699012, 39.281274 ], [ -76.698821, 39.281291 ], [ -76.698545, 39.281311 ], [ -76.698267, 39.281325 ], [ -76.698046, 39.281334 ], [ -76.697595, 39.281344 ], [ -76.697249, 39.28135 ], [ -76.696915, 39.281353 ], [ -76.696301, 39.28137 ], [ -76.695717, 39.281391 ], [ -76.695272, 39.281401 ], [ -76.694839, 39.281413 ], [ -76.694572, 39.281416 ], [ -76.694085, 39.28143 ], [ -76.693682, 39.281443 ], [ -76.693814, 39.281218 ], [ -76.694013, 39.280875 ], [ -76.694401, 39.28029 ], [ -76.694546, 39.280063 ], [ -76.694584, 39.27999 ], [ -76.694607, 39.279902 ], [ -76.694636, 39.279709 ], [ -76.694662, 39.279509 ], [ -76.694633, 39.279374 ], [ -76.695314, 39.278507 ], [ -76.695635, 39.278075 ], [ -76.695724, 39.27794 ], [ -76.695758, 39.277838 ], [ -76.695764, 39.277696 ], [ -76.695726, 39.27755 ], [ -76.695677, 39.277427 ], [ -76.695637, 39.277346 ], [ -76.695152, 39.276352 ], [ -76.694632, 39.2758 ], [ -76.694154, 39.275294 ], [ -76.694086, 39.275225 ], [ -76.694053, 39.275177 ], [ -76.693894, 39.274947 ], [ -76.693815, 39.274795 ], [ -76.693721, 39.274591 ], [ -76.693618, 39.274358 ], [ -76.69329, 39.273469 ], [ -76.692922, 39.272496 ], [ -76.692766, 39.272063 ], [ -76.69268, 39.271824 ], [ -76.693441, 39.271826 ], [ -76.694526, 39.271841 ], [ -76.695067, 39.271871 ], [ -76.695371, 39.27191 ], [ -76.695995, 39.27204 ], [ -76.69741, 39.272386 ], [ -76.698892, 39.272705 ], [ -76.699469, 39.272956 ], [ -76.700457, 39.273386 ], [ -76.700824, 39.273546 ], [ -76.701192, 39.273705 ], [ -76.701573, 39.273865 ], [ -76.703203, 39.274548 ], [ -76.704499, 39.27509 ], [ -76.704834, 39.27523 ], [ -76.705052, 39.275322 ], [ -76.705333, 39.27544 ], [ -76.706269, 39.275833 ], [ -76.706503, 39.275931 ], [ -76.707528, 39.27636 ], [ -76.707625, 39.276401 ], [ -76.707714, 39.276438 ], [ -76.708259, 39.276666 ], [ -76.709098, 39.277018 ], [ -76.710519, 39.277637 ], [ -76.711054, 39.277889 ], [ -76.710978, 39.27792 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250102", "name": "Census Tract 2501.02, Baltimore city, Maryland", "total_population_17": 3250, "white_alone_17": 84.0, "black_alone_17": 3113.0, "native_alone_17": 0.0, "asian_alone_17": 19.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 18.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -9.319, "pct_black_alone_change": 10.15, "pct_native_alone_change": -0.185, "pct_asian_alone_change": -0.461, "pct_hispanic_or_latino_change": -0.246, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2773395", "INTPTLON": "-076.6901916" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.695758, 39.277838 ], [ -76.695724, 39.27794 ], [ -76.695635, 39.278075 ], [ -76.695314, 39.278507 ], [ -76.694633, 39.279374 ], [ -76.694662, 39.279509 ], [ -76.694636, 39.279709 ], [ -76.694607, 39.279902 ], [ -76.694584, 39.27999 ], [ -76.694546, 39.280063 ], [ -76.694401, 39.28029 ], [ -76.694013, 39.280875 ], [ -76.693814, 39.281218 ], [ -76.693682, 39.281443 ], [ -76.693335, 39.281454 ], [ -76.692931, 39.281469 ], [ -76.691929, 39.281501 ], [ -76.691759, 39.281504 ], [ -76.690665, 39.281513 ], [ -76.690277, 39.281527 ], [ -76.689493, 39.281554 ], [ -76.688522, 39.2816 ], [ -76.687286, 39.281638 ], [ -76.686706, 39.281656 ], [ -76.68561, 39.281679 ], [ -76.685529, 39.280005 ], [ -76.685527, 39.279957 ], [ -76.685506, 39.279475 ], [ -76.685502, 39.279165 ], [ -76.6855, 39.278912 ], [ -76.685501, 39.27884 ], [ -76.685524, 39.278775 ], [ -76.685555, 39.278715 ], [ -76.685639, 39.278581 ], [ -76.685789, 39.278372 ], [ -76.685903, 39.27822 ], [ -76.685595, 39.27797 ], [ -76.684937, 39.277447 ], [ -76.684609, 39.277146 ], [ -76.684289, 39.276904 ], [ -76.683894, 39.276627 ], [ -76.683815, 39.27659 ], [ -76.683714, 39.276568 ], [ -76.683666, 39.276566 ], [ -76.683581, 39.276569 ], [ -76.685392, 39.275505 ], [ -76.688192, 39.274505 ], [ -76.689454, 39.272116 ], [ -76.69001, 39.272018 ], [ -76.690898, 39.271888 ], [ -76.691448, 39.271852 ], [ -76.692146, 39.271839 ], [ -76.69268, 39.271824 ], [ -76.692766, 39.272063 ], [ -76.692922, 39.272496 ], [ -76.69329, 39.273469 ], [ -76.693618, 39.274358 ], [ -76.693721, 39.274591 ], [ -76.693815, 39.274795 ], [ -76.693894, 39.274947 ], [ -76.694053, 39.275177 ], [ -76.694086, 39.275225 ], [ -76.694154, 39.275294 ], [ -76.694632, 39.2758 ], [ -76.695152, 39.276352 ], [ -76.695637, 39.277346 ], [ -76.695677, 39.277427 ], [ -76.695726, 39.27755 ], [ -76.695764, 39.277696 ], [ -76.695758, 39.277838 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250103", "name": "Census Tract 2501.03, Baltimore city, Maryland", "total_population_17": 3417, "white_alone_17": 2004.0, "black_alone_17": 994.0, "native_alone_17": 0.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 257.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -24.762, "pct_black_alone_change": 16.569, "pct_native_alone_change": -0.506, "pct_asian_alone_change": -0.668, "pct_hispanic_or_latino_change": 5.908, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+39.2687004", "INTPTLON": "-076.6776588" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.69741, 39.272386 ], [ -76.695995, 39.27204 ], [ -76.695371, 39.27191 ], [ -76.695067, 39.271871 ], [ -76.694526, 39.271841 ], [ -76.693441, 39.271826 ], [ -76.69268, 39.271824 ], [ -76.692146, 39.271839 ], [ -76.691448, 39.271852 ], [ -76.690898, 39.271888 ], [ -76.69001, 39.272018 ], [ -76.689454, 39.272116 ], [ -76.688192, 39.274505 ], [ -76.685392, 39.275505 ], [ -76.683581, 39.276569 ], [ -76.683403, 39.276686 ], [ -76.683301, 39.276771 ], [ -76.683263, 39.276822 ], [ -76.683191, 39.276947 ], [ -76.683149, 39.277035 ], [ -76.683113, 39.277096 ], [ -76.683086, 39.277115 ], [ -76.68303, 39.277127 ], [ -76.682973, 39.277133 ], [ -76.682828, 39.277134 ], [ -76.682699, 39.277148 ], [ -76.682602, 39.277171 ], [ -76.682461, 39.277232 ], [ -76.682293, 39.277267 ], [ -76.68215, 39.277271 ], [ -76.682071, 39.277269 ], [ -76.682014, 39.277252 ], [ -76.681987, 39.277244 ], [ -76.68186, 39.27719 ], [ -76.681709, 39.277056 ], [ -76.681673, 39.276998 ], [ -76.681603, 39.276938 ], [ -76.681548, 39.276912 ], [ -76.681424, 39.276897 ], [ -76.681265, 39.276888 ], [ -76.681137, 39.2769 ], [ -76.681093, 39.27693 ], [ -76.681026, 39.277024 ], [ -76.680988, 39.277056 ], [ -76.680955, 39.277092 ], [ -76.680894, 39.27713 ], [ -76.680858, 39.277156 ], [ -76.680806, 39.277175 ], [ -76.680712, 39.277173 ], [ -76.680641, 39.277162 ], [ -76.68058, 39.277132 ], [ -76.680523, 39.277102 ], [ -76.680419, 39.277076 ], [ -76.680216, 39.277099 ], [ -76.680109, 39.277122 ], [ -76.680043, 39.277147 ], [ -76.679977, 39.27716 ], [ -76.679889, 39.27717 ], [ -76.67978, 39.277168 ], [ -76.679703, 39.277155 ], [ -76.679591, 39.277123 ], [ -76.679241, 39.276868 ], [ -76.679182, 39.276813 ], [ -76.679109, 39.276722 ], [ -76.679019, 39.2766 ], [ -76.678963, 39.276533 ], [ -76.678842, 39.276446 ], [ -76.678703, 39.27637 ], [ -76.678571, 39.276285 ], [ -76.678463, 39.276199 ], [ -76.678291, 39.275993 ], [ -76.678033, 39.27571 ], [ -76.677861, 39.275541 ], [ -76.677252, 39.274942 ], [ -76.677133, 39.274827 ], [ -76.677022, 39.274718 ], [ -76.676883, 39.274587 ], [ -76.676677, 39.274385 ], [ -76.676387, 39.274319 ], [ -76.676151, 39.274195 ], [ -76.676018, 39.274141 ], [ -76.675923, 39.274117 ], [ -76.675811, 39.2741 ], [ -76.675707, 39.274105 ], [ -76.675611, 39.274123 ], [ -76.675546, 39.274144 ], [ -76.675482, 39.274183 ], [ -76.675419, 39.27424 ], [ -76.675334, 39.274343 ], [ -76.675269, 39.274468 ], [ -76.675193, 39.2746 ], [ -76.675155, 39.274648 ], [ -76.675106, 39.274725 ], [ -76.675031, 39.274815 ], [ -76.674914, 39.274923 ], [ -76.674831, 39.274972 ], [ -76.67468, 39.275033 ], [ -76.674438, 39.275126 ], [ -76.67433, 39.275158 ], [ -76.674244, 39.275174 ], [ -76.674169, 39.275184 ], [ -76.674086, 39.275184 ], [ -76.673959, 39.275171 ], [ -76.673817, 39.275172 ], [ -76.673638, 39.275209 ], [ -76.673292, 39.275338 ], [ -76.673188, 39.275396 ], [ -76.673117, 39.275459 ], [ -76.673097, 39.275477 ], [ -76.673029, 39.275543 ], [ -76.672931, 39.275634 ], [ -76.672847, 39.275686 ], [ -76.672671, 39.275755 ], [ -76.672517, 39.275799 ], [ -76.6724, 39.275819 ], [ -76.672024, 39.275891 ], [ -76.671871, 39.275913 ], [ -76.671711, 39.275926 ], [ -76.671563, 39.275933 ], [ -76.671553, 39.275353 ], [ -76.671546, 39.274881 ], [ -76.671544, 39.274785 ], [ -76.671518, 39.274319 ], [ -76.671489, 39.273887 ], [ -76.671356, 39.273742 ], [ -76.67125, 39.273559 ], [ -76.671127, 39.273331 ], [ -76.670886, 39.272907 ], [ -76.670649, 39.272477 ], [ -76.670452, 39.27213 ], [ -76.670146, 39.271568 ], [ -76.670003, 39.271224 ], [ -76.669689, 39.270672 ], [ -76.66901, 39.269833 ], [ -76.668788, 39.26943 ], [ -76.66806, 39.268079 ], [ -76.667694, 39.267367 ], [ -76.667263, 39.266426 ], [ -76.667209, 39.266318 ], [ -76.667122, 39.266139 ], [ -76.667114, 39.266119 ], [ -76.667091, 39.26606 ], [ -76.667055, 39.265971 ], [ -76.666965, 39.265745 ], [ -76.666935, 39.265669 ], [ -76.666911, 39.265608 ], [ -76.66685, 39.265454 ], [ -76.665937, 39.263166 ], [ -76.665899, 39.263082 ], [ -76.665531, 39.262218 ], [ -76.664882, 39.260554 ], [ -76.664808, 39.260301 ], [ -76.664669, 39.259518 ], [ -76.664622, 39.259308 ], [ -76.664587, 39.259178 ], [ -76.664518, 39.259005 ], [ -76.664365, 39.258721 ], [ -76.664275, 39.258559 ], [ -76.664247, 39.25851 ], [ -76.664345, 39.258378 ], [ -76.664446, 39.258282 ], [ -76.664424, 39.257971 ], [ -76.664322, 39.257442 ], [ -76.664343, 39.25745 ], [ -76.664384, 39.257466 ], [ -76.664455, 39.257497 ], [ -76.665567, 39.257982 ], [ -76.667349, 39.258858 ], [ -76.669034, 39.259516 ], [ -76.669819, 39.259823 ], [ -76.670817, 39.260209 ], [ -76.671431, 39.260447 ], [ -76.67165, 39.260532 ], [ -76.671678, 39.260543 ], [ -76.673139, 39.261155 ], [ -76.673174, 39.26117 ], [ -76.673432, 39.261281 ], [ -76.673928, 39.261526 ], [ -76.674162, 39.261641 ], [ -76.675422, 39.262301 ], [ -76.675982, 39.262591 ], [ -76.676777, 39.263004 ], [ -76.677191, 39.263305 ], [ -76.677236, 39.263325 ], [ -76.677774, 39.263556 ], [ -76.678801, 39.263997 ], [ -76.680025, 39.264413 ], [ -76.681644, 39.265032 ], [ -76.682214, 39.265281 ], [ -76.682474, 39.265395 ], [ -76.682738, 39.26551 ], [ -76.683066, 39.265654 ], [ -76.683541, 39.265862 ], [ -76.684449, 39.266382 ], [ -76.684506, 39.266404 ], [ -76.684519, 39.266409 ], [ -76.684548, 39.26642 ], [ -76.684605, 39.266441 ], [ -76.684649, 39.266458 ], [ -76.684668, 39.266465 ], [ -76.684715, 39.266487 ], [ -76.685153, 39.266697 ], [ -76.68554, 39.266778 ], [ -76.686048, 39.266885 ], [ -76.686913, 39.267362 ], [ -76.687283, 39.267478 ], [ -76.68859, 39.268155 ], [ -76.688634, 39.268178 ], [ -76.688667, 39.268195 ], [ -76.689889, 39.268729 ], [ -76.691217, 39.26931 ], [ -76.691868, 39.269595 ], [ -76.692724, 39.270013 ], [ -76.693339, 39.270318 ], [ -76.694486, 39.270814 ], [ -76.695676, 39.271222 ], [ -76.697379, 39.272196 ], [ -76.698892, 39.272705 ], [ -76.69741, 39.272386 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250203", "name": "Census Tract 2502.03, Baltimore city, Maryland", "total_population_17": 1938, "white_alone_17": 198.0, "black_alone_17": 1499.0, "native_alone_17": 0.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 145.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 7.883, "pct_black_alone_change": -19.34, "pct_native_alone_change": -0.054, "pct_asian_alone_change": 2.664, "pct_hispanic_or_latino_change": 7.048, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2451631", "INTPTLON": "-076.6164269" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.625273, 39.249067 ], [ -76.625208, 39.249066 ], [ -76.625143, 39.249074 ], [ -76.625043, 39.249103 ], [ -76.624957, 39.249132 ], [ -76.624809, 39.249198 ], [ -76.624542, 39.249323 ], [ -76.623639, 39.249712 ], [ -76.623244, 39.249882 ], [ -76.622639, 39.250141 ], [ -76.622387, 39.250249 ], [ -76.622068, 39.250386 ], [ -76.622001, 39.250415 ], [ -76.620881, 39.250895 ], [ -76.620498, 39.251058 ], [ -76.620084, 39.251234 ], [ -76.619769, 39.25137 ], [ -76.618436, 39.251946 ], [ -76.617349, 39.252412 ], [ -76.617421, 39.252484 ], [ -76.617504, 39.252598 ], [ -76.6176, 39.252738 ], [ -76.617661, 39.252834 ], [ -76.617714, 39.252934 ], [ -76.617766, 39.253044 ], [ -76.61781, 39.253147 ], [ -76.61784, 39.253246 ], [ -76.61787, 39.253373 ], [ -76.617915, 39.253531 ], [ -76.617923, 39.253696 ], [ -76.617912, 39.253894 ], [ -76.617891, 39.254013 ], [ -76.617862, 39.254154 ], [ -76.617816, 39.254326 ], [ -76.617775, 39.254455 ], [ -76.617718, 39.254605 ], [ -76.617649, 39.254765 ], [ -76.617587, 39.254915 ], [ -76.617512, 39.255066 ], [ -76.61743, 39.255213 ], [ -76.617328, 39.255369 ], [ -76.617231, 39.255513 ], [ -76.617143, 39.255627 ], [ -76.616934, 39.256013 ], [ -76.616883, 39.25612 ], [ -76.616437, 39.257216 ], [ -76.610488, 39.254706 ], [ -76.608288, 39.254706 ], [ -76.609089, 39.249906 ], [ -76.610993, 39.248074 ], [ -76.611688, 39.247407 ], [ -76.612489, 39.246606 ], [ -76.614642, 39.241092 ], [ -76.615308, 39.241144 ], [ -76.615756, 39.24118 ], [ -76.616385, 39.241235 ], [ -76.617374, 39.24133 ], [ -76.61834, 39.241425 ], [ -76.619307, 39.241513 ], [ -76.620264, 39.241594 ], [ -76.621221, 39.241664 ], [ -76.621721, 39.241702 ], [ -76.621489, 39.241906 ], [ -76.621188, 39.242346 ], [ -76.619812, 39.244144 ], [ -76.619496, 39.244593 ], [ -76.619201, 39.245085 ], [ -76.618824, 39.24575 ], [ -76.620095, 39.24633 ], [ -76.620887, 39.246761 ], [ -76.621235, 39.246968 ], [ -76.621615, 39.247193 ], [ -76.621974, 39.24744 ], [ -76.622468, 39.24778 ], [ -76.622581, 39.247867 ], [ -76.622724, 39.247961 ], [ -76.62295, 39.2481 ], [ -76.623001, 39.248131 ], [ -76.623206, 39.248239 ], [ -76.623359, 39.248308 ], [ -76.623619, 39.248421 ], [ -76.623857, 39.248517 ], [ -76.624015, 39.248588 ], [ -76.62412, 39.248628 ], [ -76.624303, 39.2487 ], [ -76.624424, 39.248744 ], [ -76.624527, 39.248772 ], [ -76.62471, 39.248815 ], [ -76.624786, 39.248834 ], [ -76.624889, 39.248865 ], [ -76.625101, 39.248956 ], [ -76.625398, 39.249082 ], [ -76.625273, 39.249067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250204", "name": "Census Tract 2502.04, Baltimore city, Maryland", "total_population_17": 4037, "white_alone_17": 88.0, "black_alone_17": 3736.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 204.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.108, "pct_black_alone_change": -4.818, "pct_native_alone_change": -0.082, "pct_asian_alone_change": -0.467, "pct_hispanic_or_latino_change": 4.036, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2471578", "INTPTLON": "-076.6271723" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.635088, 39.252484 ], [ -76.635074, 39.252818 ], [ -76.635058, 39.252938 ], [ -76.635029, 39.253059 ], [ -76.635012, 39.253195 ], [ -76.634993, 39.253503 ], [ -76.634955, 39.253733 ], [ -76.634873, 39.254332 ], [ -76.634765, 39.254965 ], [ -76.63465, 39.255586 ], [ -76.634599, 39.2558 ], [ -76.634553, 39.255971 ], [ -76.634504, 39.256182 ], [ -76.634358, 39.256751 ], [ -76.634275, 39.257024 ], [ -76.634191, 39.257283 ], [ -76.634019, 39.257756 ], [ -76.633963, 39.257914 ], [ -76.633757, 39.258425 ], [ -76.633708, 39.258598 ], [ -76.633632, 39.258504 ], [ -76.633505, 39.258348 ], [ -76.633408, 39.258228 ], [ -76.633195, 39.258001 ], [ -76.633055, 39.257892 ], [ -76.632862, 39.257782 ], [ -76.632829, 39.257764 ], [ -76.632768, 39.257731 ], [ -76.632809, 39.257655 ], [ -76.632944, 39.257439 ], [ -76.633082, 39.257227 ], [ -76.63318, 39.257091 ], [ -76.633369, 39.256868 ], [ -76.633418, 39.256809 ], [ -76.633571, 39.256629 ], [ -76.633856, 39.256319 ], [ -76.634003, 39.256149 ], [ -76.634153, 39.255899 ], [ -76.634213, 39.255751 ], [ -76.634242, 39.255676 ], [ -76.634267, 39.255611 ], [ -76.634297, 39.25547 ], [ -76.634313, 39.255292 ], [ -76.634311, 39.25511 ], [ -76.634288, 39.254958 ], [ -76.634239, 39.254749 ], [ -76.634206, 39.254609 ], [ -76.63405, 39.254063 ], [ -76.634024, 39.253931 ], [ -76.633926, 39.253578 ], [ -76.633877, 39.253389 ], [ -76.633799, 39.253141 ], [ -76.633742, 39.252977 ], [ -76.633689, 39.252867 ], [ -76.633659, 39.252808 ], [ -76.633626, 39.252741 ], [ -76.633526, 39.252569 ], [ -76.633477, 39.252478 ], [ -76.633446, 39.252422 ], [ -76.633365, 39.252304 ], [ -76.633284, 39.252194 ], [ -76.633145, 39.252044 ], [ -76.632993, 39.251894 ], [ -76.632868, 39.251766 ], [ -76.632742, 39.251655 ], [ -76.632601, 39.251544 ], [ -76.632256, 39.251321 ], [ -76.632198, 39.251283 ], [ -76.632057, 39.251196 ], [ -76.631941, 39.251127 ], [ -76.631832, 39.251075 ], [ -76.631624, 39.250992 ], [ -76.631401, 39.250907 ], [ -76.631373, 39.250897 ], [ -76.631221, 39.250846 ], [ -76.630326, 39.250624 ], [ -76.629782, 39.250493 ], [ -76.629369, 39.250381 ], [ -76.628974, 39.250281 ], [ -76.628476, 39.250157 ], [ -76.628377, 39.250127 ], [ -76.62825, 39.250087 ], [ -76.628077, 39.250031 ], [ -76.628026, 39.250126 ], [ -76.627935, 39.250331 ], [ -76.627715, 39.25086 ], [ -76.627427, 39.25158 ], [ -76.626745, 39.251415 ], [ -76.626664, 39.25178 ], [ -76.626509, 39.25182 ], [ -76.626371, 39.251832 ], [ -76.626258, 39.251813 ], [ -76.626169, 39.251781 ], [ -76.6261, 39.251737 ], [ -76.625971, 39.251531 ], [ -76.625846, 39.251301 ], [ -76.625609, 39.250919 ], [ -76.625086, 39.250074 ], [ -76.6252, 39.250043 ], [ -76.625257, 39.250032 ], [ -76.625298, 39.250035 ], [ -76.625351, 39.250045 ], [ -76.62586, 39.250234 ], [ -76.626154, 39.250341 ], [ -76.626492, 39.250458 ], [ -76.626555, 39.250471 ], [ -76.626633, 39.250482 ], [ -76.626714, 39.250485 ], [ -76.626779, 39.250482 ], [ -76.626858, 39.250472 ], [ -76.626915, 39.250459 ], [ -76.62698, 39.250442 ], [ -76.627028, 39.250425 ], [ -76.627078, 39.250402 ], [ -76.627137, 39.250366 ], [ -76.627189, 39.250333 ], [ -76.62724, 39.250284 ], [ -76.627288, 39.250223 ], [ -76.627358, 39.250108 ], [ -76.627478, 39.249925 ], [ -76.627535, 39.249821 ], [ -76.626764, 39.249542 ], [ -76.626413, 39.249427 ], [ -76.6262, 39.249365 ], [ -76.6261, 39.249337 ], [ -76.625973, 39.249291 ], [ -76.625641, 39.249162 ], [ -76.625398, 39.249082 ], [ -76.625101, 39.248956 ], [ -76.624889, 39.248865 ], [ -76.624786, 39.248834 ], [ -76.62471, 39.248815 ], [ -76.624527, 39.248772 ], [ -76.624424, 39.248744 ], [ -76.624303, 39.2487 ], [ -76.62412, 39.248628 ], [ -76.624015, 39.248588 ], [ -76.623857, 39.248517 ], [ -76.623619, 39.248421 ], [ -76.623359, 39.248308 ], [ -76.623206, 39.248239 ], [ -76.623001, 39.248131 ], [ -76.62295, 39.2481 ], [ -76.622724, 39.247961 ], [ -76.622581, 39.247867 ], [ -76.622468, 39.24778 ], [ -76.621974, 39.24744 ], [ -76.621615, 39.247193 ], [ -76.621235, 39.246968 ], [ -76.620887, 39.246761 ], [ -76.620095, 39.24633 ], [ -76.618824, 39.24575 ], [ -76.619201, 39.245085 ], [ -76.619496, 39.244593 ], [ -76.619812, 39.244144 ], [ -76.621188, 39.242346 ], [ -76.621489, 39.241906 ], [ -76.621721, 39.241702 ], [ -76.621907, 39.241712 ], [ -76.622644, 39.241764 ], [ -76.62353, 39.241829 ], [ -76.624317, 39.241901 ], [ -76.624942, 39.241965 ], [ -76.62532, 39.242023 ], [ -76.625584, 39.24207 ], [ -76.625756, 39.242103 ], [ -76.625986, 39.24215 ], [ -76.626229, 39.242217 ], [ -76.626479, 39.242294 ], [ -76.626651, 39.242353 ], [ -76.626871, 39.242441 ], [ -76.627235, 39.242606 ], [ -76.627664, 39.242812 ], [ -76.627985, 39.242996 ], [ -76.628474, 39.243326 ], [ -76.62867, 39.243473 ], [ -76.628849, 39.243623 ], [ -76.62896, 39.24371 ], [ -76.629132, 39.243872 ], [ -76.629243, 39.243981 ], [ -76.62933, 39.244068 ], [ -76.629488, 39.244241 ], [ -76.629762, 39.244547 ], [ -76.630131, 39.244996 ], [ -76.631482, 39.246642 ], [ -76.634109, 39.249845 ], [ -76.634169, 39.249958 ], [ -76.634497, 39.250435 ], [ -76.634654, 39.250692 ], [ -76.634709, 39.250794 ], [ -76.63476, 39.25088 ], [ -76.634881, 39.251105 ], [ -76.634946, 39.251263 ], [ -76.635007, 39.251458 ], [ -76.635045, 39.251641 ], [ -76.635065, 39.251788 ], [ -76.635082, 39.251962 ], [ -76.635093, 39.252178 ], [ -76.635088, 39.252484 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250205", "name": "Census Tract 2502.05, Baltimore city, Maryland", "total_population_17": 4397, "white_alone_17": 1307.0, "black_alone_17": 2402.0, "native_alone_17": 0.0, "asian_alone_17": 250.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 377.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -11.818, "pct_black_alone_change": 1.389, "pct_native_alone_change": -0.572, "pct_asian_alone_change": 4.152, "pct_hispanic_or_latino_change": 5.896, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2506457", "INTPTLON": "-076.6403025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.659667, 39.255625 ], [ -76.659624, 39.255651 ], [ -76.659509, 39.25573 ], [ -76.659312, 39.255823 ], [ -76.65917, 39.255901 ], [ -76.659109, 39.255946 ], [ -76.65858, 39.256322 ], [ -76.658184, 39.256521 ], [ -76.657812, 39.256687 ], [ -76.657794, 39.256693 ], [ -76.657559, 39.256784 ], [ -76.656507, 39.257106 ], [ -76.656397, 39.25714 ], [ -76.655558, 39.257392 ], [ -76.654318, 39.257774 ], [ -76.65323, 39.258119 ], [ -76.652966, 39.258213 ], [ -76.652787, 39.258283 ], [ -76.65251, 39.258401 ], [ -76.652113, 39.258606 ], [ -76.651842, 39.258771 ], [ -76.651528, 39.258976 ], [ -76.650814, 39.259518 ], [ -76.649937, 39.260219 ], [ -76.649834, 39.260314 ], [ -76.648859, 39.260314 ], [ -76.647894, 39.260314 ], [ -76.647273, 39.260283 ], [ -76.646954, 39.26026 ], [ -76.6468, 39.260249 ], [ -76.646512, 39.260217 ], [ -76.646189, 39.260171 ], [ -76.645875, 39.26012 ], [ -76.64567, 39.260081 ], [ -76.64536, 39.260014 ], [ -76.644893, 39.25991 ], [ -76.644562, 39.259815 ], [ -76.64406, 39.259648 ], [ -76.643654, 39.259505 ], [ -76.643487, 39.259434 ], [ -76.643351, 39.259375 ], [ -76.642903, 39.259149 ], [ -76.642703, 39.259053 ], [ -76.642565, 39.258976 ], [ -76.642442, 39.258912 ], [ -76.642283, 39.25882 ], [ -76.642057, 39.258679 ], [ -76.641892, 39.258566 ], [ -76.641779, 39.258491 ], [ -76.641444, 39.258255 ], [ -76.641349, 39.258184 ], [ -76.641216, 39.258072 ], [ -76.640997, 39.257891 ], [ -76.640901, 39.257806 ], [ -76.640762, 39.257664 ], [ -76.64066, 39.257567 ], [ -76.640556, 39.257464 ], [ -76.640399, 39.25729 ], [ -76.640215, 39.257092 ], [ -76.640104, 39.256963 ], [ -76.639911, 39.256739 ], [ -76.639598, 39.256355 ], [ -76.639287, 39.255979 ], [ -76.638654, 39.255245 ], [ -76.638463, 39.255027 ], [ -76.637555, 39.253919 ], [ -76.637462, 39.253807 ], [ -76.636357, 39.252455 ], [ -76.635523, 39.251487 ], [ -76.634109, 39.249845 ], [ -76.631482, 39.246642 ], [ -76.630131, 39.244996 ], [ -76.629762, 39.244547 ], [ -76.629488, 39.244241 ], [ -76.62933, 39.244068 ], [ -76.629243, 39.243981 ], [ -76.629132, 39.243872 ], [ -76.62896, 39.24371 ], [ -76.628849, 39.243623 ], [ -76.62867, 39.243473 ], [ -76.628474, 39.243326 ], [ -76.627985, 39.242996 ], [ -76.627664, 39.242812 ], [ -76.627235, 39.242606 ], [ -76.626871, 39.242441 ], [ -76.626651, 39.242353 ], [ -76.626479, 39.242294 ], [ -76.626229, 39.242217 ], [ -76.625986, 39.24215 ], [ -76.625756, 39.242103 ], [ -76.625584, 39.24207 ], [ -76.62532, 39.242023 ], [ -76.624942, 39.241965 ], [ -76.624317, 39.241901 ], [ -76.62353, 39.241829 ], [ -76.622644, 39.241764 ], [ -76.621907, 39.241712 ], [ -76.621721, 39.241702 ], [ -76.621221, 39.241664 ], [ -76.620264, 39.241594 ], [ -76.619307, 39.241513 ], [ -76.61834, 39.241425 ], [ -76.617374, 39.24133 ], [ -76.616385, 39.241235 ], [ -76.615756, 39.24118 ], [ -76.615308, 39.241144 ], [ -76.614642, 39.241092 ], [ -76.615408, 39.240115 ], [ -76.615472, 39.240062 ], [ -76.61558, 39.239973 ], [ -76.615641, 39.239922 ], [ -76.618612, 39.237398 ], [ -76.618689, 39.237433 ], [ -76.619039, 39.237727 ], [ -76.621262, 39.238611 ], [ -76.62255, 39.239168 ], [ -76.623654, 39.239646 ], [ -76.626704, 39.240969 ], [ -76.629301, 39.242096 ], [ -76.629765, 39.242297 ], [ -76.629853, 39.242338 ], [ -76.630017, 39.24241 ], [ -76.630735, 39.242725 ], [ -76.630961, 39.242824 ], [ -76.631132, 39.242899 ], [ -76.632589, 39.243406 ], [ -76.633376, 39.243783 ], [ -76.635376, 39.244741 ], [ -76.637267, 39.245648 ], [ -76.638494, 39.246166 ], [ -76.638915, 39.246342 ], [ -76.639428, 39.246568 ], [ -76.640328, 39.24703 ], [ -76.641064, 39.247389 ], [ -76.641255, 39.247482 ], [ -76.641827, 39.247761 ], [ -76.642342, 39.248012 ], [ -76.644014, 39.248827 ], [ -76.644034, 39.248837 ], [ -76.644212, 39.248924 ], [ -76.647256, 39.25006 ], [ -76.651491, 39.251983 ], [ -76.652509, 39.252344 ], [ -76.653393, 39.252703 ], [ -76.65424, 39.253125 ], [ -76.65508, 39.253512 ], [ -76.655569, 39.253701 ], [ -76.65669, 39.254144 ], [ -76.65986, 39.255509 ], [ -76.659667, 39.255625 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250206", "name": "Census Tract 2502.06, Baltimore city, Maryland", "total_population_17": 2021, "white_alone_17": 1554.0, "black_alone_17": 153.0, "native_alone_17": 42.0, "asian_alone_17": 28.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 216.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -16.338, "pct_black_alone_change": 4.226, "pct_native_alone_change": 1.409, "pct_asian_alone_change": -0.229, "pct_hispanic_or_latino_change": 9.625, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2660587", "INTPTLON": "-076.6622617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.671563, 39.275933 ], [ -76.671294, 39.275935 ], [ -76.670977, 39.275888 ], [ -76.670494, 39.275722 ], [ -76.670022, 39.275533 ], [ -76.669836, 39.275497 ], [ -76.669689, 39.275473 ], [ -76.669588, 39.275476 ], [ -76.669507, 39.275483 ], [ -76.669418, 39.275522 ], [ -76.669224, 39.275718 ], [ -76.669081, 39.275987 ], [ -76.66902, 39.276036 ], [ -76.668962, 39.276058 ], [ -76.66885, 39.276073 ], [ -76.668724, 39.276065 ], [ -76.668491, 39.275985 ], [ -76.668341, 39.27591 ], [ -76.668222, 39.275879 ], [ -76.668154, 39.275875 ], [ -76.668033, 39.275882 ], [ -76.667906, 39.27592 ], [ -76.667578, 39.276085 ], [ -76.667402, 39.276118 ], [ -76.667082, 39.276147 ], [ -76.666951, 39.276139 ], [ -76.666756, 39.276116 ], [ -76.666572, 39.27607 ], [ -76.66632, 39.275949 ], [ -76.665905, 39.275651 ], [ -76.66564, 39.275452 ], [ -76.665275, 39.2752 ], [ -76.665201, 39.275144 ], [ -76.665148, 39.275108 ], [ -76.665061, 39.275043 ], [ -76.665041, 39.275035 ], [ -76.665022, 39.275034 ], [ -76.665005, 39.275037 ], [ -76.664993, 39.275043 ], [ -76.66494, 39.275083 ], [ -76.664879, 39.275131 ], [ -76.664859, 39.275166 ], [ -76.664827, 39.275237 ], [ -76.664818, 39.275311 ], [ -76.664832, 39.27538 ], [ -76.664834, 39.275453 ], [ -76.664831, 39.27552 ], [ -76.664816, 39.275578 ], [ -76.664799, 39.275622 ], [ -76.664788, 39.275676 ], [ -76.664738, 39.275773 ], [ -76.664681, 39.27584 ], [ -76.664622, 39.275893 ], [ -76.664556, 39.275928 ], [ -76.664374, 39.275985 ], [ -76.664222, 39.276028 ], [ -76.664106, 39.276051 ], [ -76.663987, 39.276059 ], [ -76.663907, 39.276059 ], [ -76.663789, 39.276045 ], [ -76.663503, 39.276027 ], [ -76.663381, 39.276034 ], [ -76.663277, 39.276054 ], [ -76.663123, 39.276088 ], [ -76.662834, 39.276136 ], [ -76.662501, 39.276195 ], [ -76.662369, 39.276226 ], [ -76.662291, 39.27624 ], [ -76.662056, 39.276282 ], [ -76.66187, 39.276319 ], [ -76.661736, 39.276348 ], [ -76.661575, 39.276399 ], [ -76.661499, 39.276352 ], [ -76.661281, 39.276302 ], [ -76.661219, 39.276277 ], [ -76.661176, 39.276242 ], [ -76.661106, 39.276177 ], [ -76.660922, 39.27599 ], [ -76.660741, 39.275772 ], [ -76.660637, 39.275649 ], [ -76.660323, 39.275302 ], [ -76.660155, 39.275081 ], [ -76.66, 39.274904 ], [ -76.65989, 39.274815 ], [ -76.659791, 39.274757 ], [ -76.659668, 39.274707 ], [ -76.659576, 39.274678 ], [ -76.659408, 39.274653 ], [ -76.659301, 39.274646 ], [ -76.659193, 39.274657 ], [ -76.659104, 39.274676 ], [ -76.659018, 39.274714 ], [ -76.658788, 39.274818 ], [ -76.658622, 39.274882 ], [ -76.658552, 39.274931 ], [ -76.658508, 39.274991 ], [ -76.658462, 39.27508 ], [ -76.65841, 39.275185 ], [ -76.658376, 39.275263 ], [ -76.658337, 39.275348 ], [ -76.658175, 39.27554 ], [ -76.658017, 39.275675 ], [ -76.657809, 39.275932 ], [ -76.657608, 39.276041 ], [ -76.657416, 39.276101 ], [ -76.656977, 39.276208 ], [ -76.65685, 39.276235 ], [ -76.656733, 39.276251 ], [ -76.656656, 39.276252 ], [ -76.65664, 39.276256 ], [ -76.656627, 39.276263 ], [ -76.656612, 39.276269 ], [ -76.656584, 39.276271 ], [ -76.656562, 39.276269 ], [ -76.65652, 39.276254 ], [ -76.656439, 39.276223 ], [ -76.656407, 39.276207 ], [ -76.656385, 39.276197 ], [ -76.656337, 39.276187 ], [ -76.656313, 39.276187 ], [ -76.656249, 39.276196 ], [ -76.656171, 39.276212 ], [ -76.656066, 39.27622 ], [ -76.656018, 39.276213 ], [ -76.655964, 39.2762 ], [ -76.655915, 39.276186 ], [ -76.655814, 39.276145 ], [ -76.655677, 39.276092 ], [ -76.655595, 39.276057 ], [ -76.655491, 39.276022 ], [ -76.655447, 39.276 ], [ -76.655382, 39.275958 ], [ -76.655369, 39.27595 ], [ -76.655341, 39.275938 ], [ -76.6553, 39.275926 ], [ -76.655274, 39.27592 ], [ -76.65524, 39.275908 ], [ -76.65521, 39.275893 ], [ -76.65518, 39.27587 ], [ -76.655083, 39.275746 ], [ -76.654919, 39.275524 ], [ -76.655024, 39.275331 ], [ -76.655243, 39.274924 ], [ -76.655335, 39.274523 ], [ -76.655304, 39.274083 ], [ -76.655239, 39.273447 ], [ -76.655155, 39.272681 ], [ -76.655057, 39.271739 ], [ -76.654999, 39.271224 ], [ -76.654996, 39.271192 ], [ -76.654975, 39.270984 ], [ -76.654934, 39.270595 ], [ -76.654931, 39.270569 ], [ -76.654913, 39.270391 ], [ -76.654875, 39.269792 ], [ -76.654784, 39.269181 ], [ -76.654702, 39.268721 ], [ -76.654593, 39.268194 ], [ -76.654516, 39.267857 ], [ -76.654286, 39.267116 ], [ -76.654239, 39.266995 ], [ -76.654165, 39.266848 ], [ -76.654084, 39.266669 ], [ -76.653929, 39.26642 ], [ -76.653767, 39.266204 ], [ -76.653625, 39.266053 ], [ -76.653422, 39.265822 ], [ -76.65299, 39.2655 ], [ -76.65274, 39.265316 ], [ -76.652548, 39.265161 ], [ -76.652445, 39.265069 ], [ -76.652267, 39.264884 ], [ -76.652183, 39.264786 ], [ -76.652073, 39.264642 ], [ -76.652012, 39.264555 ], [ -76.651942, 39.264439 ], [ -76.651896, 39.264334 ], [ -76.651849, 39.264231 ], [ -76.651773, 39.264032 ], [ -76.651744, 39.263932 ], [ -76.651715, 39.263809 ], [ -76.651697, 39.263691 ], [ -76.651692, 39.263571 ], [ -76.651693, 39.263463 ], [ -76.651694, 39.263285 ], [ -76.651709, 39.262937 ], [ -76.651718, 39.26282 ], [ -76.651736, 39.262661 ], [ -76.651756, 39.262533 ], [ -76.651784, 39.262376 ], [ -76.651852, 39.261832 ], [ -76.651886, 39.261588 ], [ -76.651903, 39.261434 ], [ -76.651717, 39.261044 ], [ -76.65169, 39.260994 ], [ -76.651677, 39.26097 ], [ -76.651637, 39.260915 ], [ -76.651557, 39.260824 ], [ -76.651448, 39.260718 ], [ -76.651397, 39.260676 ], [ -76.65126, 39.260586 ], [ -76.651197, 39.260547 ], [ -76.651132, 39.260513 ], [ -76.651045, 39.260477 ], [ -76.650955, 39.260443 ], [ -76.650835, 39.260407 ], [ -76.650718, 39.260379 ], [ -76.650615, 39.26036 ], [ -76.649834, 39.260314 ], [ -76.649937, 39.260219 ], [ -76.650814, 39.259518 ], [ -76.651528, 39.258976 ], [ -76.651842, 39.258771 ], [ -76.652113, 39.258606 ], [ -76.65251, 39.258401 ], [ -76.652787, 39.258283 ], [ -76.652966, 39.258213 ], [ -76.65323, 39.258119 ], [ -76.654318, 39.257774 ], [ -76.655558, 39.257392 ], [ -76.656397, 39.25714 ], [ -76.656507, 39.257106 ], [ -76.657559, 39.256784 ], [ -76.657794, 39.256693 ], [ -76.657812, 39.256687 ], [ -76.658184, 39.256521 ], [ -76.65858, 39.256322 ], [ -76.659109, 39.255946 ], [ -76.65917, 39.255901 ], [ -76.659312, 39.255823 ], [ -76.659509, 39.25573 ], [ -76.659624, 39.255651 ], [ -76.659667, 39.255625 ], [ -76.65986, 39.255509 ], [ -76.661339, 39.256166 ], [ -76.66261, 39.256796 ], [ -76.663206, 39.257018 ], [ -76.663784, 39.257233 ], [ -76.663833, 39.257251 ], [ -76.66405, 39.257332 ], [ -76.664322, 39.257442 ], [ -76.664424, 39.257971 ], [ -76.664446, 39.258282 ], [ -76.664345, 39.258378 ], [ -76.664247, 39.25851 ], [ -76.664275, 39.258559 ], [ -76.664365, 39.258721 ], [ -76.664518, 39.259005 ], [ -76.664587, 39.259178 ], [ -76.664622, 39.259308 ], [ -76.664669, 39.259518 ], [ -76.664808, 39.260301 ], [ -76.664882, 39.260554 ], [ -76.665531, 39.262218 ], [ -76.665899, 39.263082 ], [ -76.665937, 39.263166 ], [ -76.66685, 39.265454 ], [ -76.666911, 39.265608 ], [ -76.666935, 39.265669 ], [ -76.666965, 39.265745 ], [ -76.667055, 39.265971 ], [ -76.667091, 39.26606 ], [ -76.667114, 39.266119 ], [ -76.667122, 39.266139 ], [ -76.667209, 39.266318 ], [ -76.667263, 39.266426 ], [ -76.667694, 39.267367 ], [ -76.66806, 39.268079 ], [ -76.668788, 39.26943 ], [ -76.66901, 39.269833 ], [ -76.669689, 39.270672 ], [ -76.670003, 39.271224 ], [ -76.670146, 39.271568 ], [ -76.670452, 39.27213 ], [ -76.670649, 39.272477 ], [ -76.670886, 39.272907 ], [ -76.671127, 39.273331 ], [ -76.67125, 39.273559 ], [ -76.671356, 39.273742 ], [ -76.671489, 39.273887 ], [ -76.671518, 39.274319 ], [ -76.671544, 39.274785 ], [ -76.671546, 39.274881 ], [ -76.671553, 39.275353 ], [ -76.671563, 39.275933 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250207", "name": "Census Tract 2502.07, Baltimore city, Maryland", "total_population_17": 2093, "white_alone_17": 66.0, "black_alone_17": 1822.0, "native_alone_17": 0.0, "asian_alone_17": 16.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 120.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.687, "pct_black_alone_change": -10.108, "pct_native_alone_change": -0.366, "pct_asian_alone_change": 0.535, "pct_hispanic_or_latino_change": 5.046, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2537970", "INTPTLON": "-076.6279535" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.634313, 39.255292 ], [ -76.634297, 39.25547 ], [ -76.634267, 39.255611 ], [ -76.634242, 39.255676 ], [ -76.634213, 39.255751 ], [ -76.634153, 39.255899 ], [ -76.634003, 39.256149 ], [ -76.633856, 39.256319 ], [ -76.633571, 39.256629 ], [ -76.633418, 39.256809 ], [ -76.633369, 39.256868 ], [ -76.63318, 39.257091 ], [ -76.633082, 39.257227 ], [ -76.632944, 39.257439 ], [ -76.632809, 39.257655 ], [ -76.632768, 39.257731 ], [ -76.63254, 39.257667 ], [ -76.63227, 39.257597 ], [ -76.631946, 39.25754 ], [ -76.63009, 39.258824 ], [ -76.629998, 39.258796 ], [ -76.629801, 39.258732 ], [ -76.629494, 39.258669 ], [ -76.624689, 39.260606 ], [ -76.623889, 39.260306 ], [ -76.623468, 39.260165 ], [ -76.623289, 39.260106 ], [ -76.616437, 39.257216 ], [ -76.616883, 39.25612 ], [ -76.616934, 39.256013 ], [ -76.617143, 39.255627 ], [ -76.617231, 39.255513 ], [ -76.617328, 39.255369 ], [ -76.61743, 39.255213 ], [ -76.617512, 39.255066 ], [ -76.617587, 39.254915 ], [ -76.617649, 39.254765 ], [ -76.617718, 39.254605 ], [ -76.617775, 39.254455 ], [ -76.617816, 39.254326 ], [ -76.617862, 39.254154 ], [ -76.617891, 39.254013 ], [ -76.617912, 39.253894 ], [ -76.617923, 39.253696 ], [ -76.617915, 39.253531 ], [ -76.61787, 39.253373 ], [ -76.61784, 39.253246 ], [ -76.61781, 39.253147 ], [ -76.617766, 39.253044 ], [ -76.617714, 39.252934 ], [ -76.617661, 39.252834 ], [ -76.6176, 39.252738 ], [ -76.617504, 39.252598 ], [ -76.617421, 39.252484 ], [ -76.617349, 39.252412 ], [ -76.618436, 39.251946 ], [ -76.619769, 39.25137 ], [ -76.620084, 39.251234 ], [ -76.620498, 39.251058 ], [ -76.620881, 39.250895 ], [ -76.622001, 39.250415 ], [ -76.622068, 39.250386 ], [ -76.622387, 39.250249 ], [ -76.622639, 39.250141 ], [ -76.623244, 39.249882 ], [ -76.623639, 39.249712 ], [ -76.624542, 39.249323 ], [ -76.624809, 39.249198 ], [ -76.624957, 39.249132 ], [ -76.625043, 39.249103 ], [ -76.625143, 39.249074 ], [ -76.625208, 39.249066 ], [ -76.625273, 39.249067 ], [ -76.625398, 39.249082 ], [ -76.625641, 39.249162 ], [ -76.625973, 39.249291 ], [ -76.6261, 39.249337 ], [ -76.6262, 39.249365 ], [ -76.626413, 39.249427 ], [ -76.626764, 39.249542 ], [ -76.627535, 39.249821 ], [ -76.627478, 39.249925 ], [ -76.627358, 39.250108 ], [ -76.627288, 39.250223 ], [ -76.62724, 39.250284 ], [ -76.627189, 39.250333 ], [ -76.627137, 39.250366 ], [ -76.627078, 39.250402 ], [ -76.627028, 39.250425 ], [ -76.62698, 39.250442 ], [ -76.626915, 39.250459 ], [ -76.626858, 39.250472 ], [ -76.626779, 39.250482 ], [ -76.626714, 39.250485 ], [ -76.626633, 39.250482 ], [ -76.626555, 39.250471 ], [ -76.626492, 39.250458 ], [ -76.626154, 39.250341 ], [ -76.62586, 39.250234 ], [ -76.625351, 39.250045 ], [ -76.625298, 39.250035 ], [ -76.625257, 39.250032 ], [ -76.6252, 39.250043 ], [ -76.625086, 39.250074 ], [ -76.625609, 39.250919 ], [ -76.625846, 39.251301 ], [ -76.625971, 39.251531 ], [ -76.6261, 39.251737 ], [ -76.626169, 39.251781 ], [ -76.626258, 39.251813 ], [ -76.626371, 39.251832 ], [ -76.626509, 39.25182 ], [ -76.626664, 39.25178 ], [ -76.626745, 39.251415 ], [ -76.627427, 39.25158 ], [ -76.627715, 39.25086 ], [ -76.627935, 39.250331 ], [ -76.628026, 39.250126 ], [ -76.628077, 39.250031 ], [ -76.62825, 39.250087 ], [ -76.628377, 39.250127 ], [ -76.628476, 39.250157 ], [ -76.628974, 39.250281 ], [ -76.629369, 39.250381 ], [ -76.629782, 39.250493 ], [ -76.630326, 39.250624 ], [ -76.631221, 39.250846 ], [ -76.631373, 39.250897 ], [ -76.631401, 39.250907 ], [ -76.631624, 39.250992 ], [ -76.631832, 39.251075 ], [ -76.631941, 39.251127 ], [ -76.632057, 39.251196 ], [ -76.632198, 39.251283 ], [ -76.632256, 39.251321 ], [ -76.632601, 39.251544 ], [ -76.632742, 39.251655 ], [ -76.632868, 39.251766 ], [ -76.632993, 39.251894 ], [ -76.633145, 39.252044 ], [ -76.633284, 39.252194 ], [ -76.633365, 39.252304 ], [ -76.633446, 39.252422 ], [ -76.633477, 39.252478 ], [ -76.633526, 39.252569 ], [ -76.633626, 39.252741 ], [ -76.633659, 39.252808 ], [ -76.633689, 39.252867 ], [ -76.633742, 39.252977 ], [ -76.633799, 39.253141 ], [ -76.633877, 39.253389 ], [ -76.633926, 39.253578 ], [ -76.634024, 39.253931 ], [ -76.63405, 39.254063 ], [ -76.634206, 39.254609 ], [ -76.634239, 39.254749 ], [ -76.634288, 39.254958 ], [ -76.634311, 39.25511 ], [ -76.634313, 39.255292 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250301", "name": "Census Tract 2503.01, Baltimore city, Maryland", "total_population_17": 2348, "white_alone_17": 157.0, "black_alone_17": 2064.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 127.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -1.13, "pct_black_alone_change": -2.745, "pct_native_alone_change": -0.153, "pct_asian_alone_change": -0.429, "pct_hispanic_or_latino_change": 4.612, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2623356", "INTPTLON": "-076.6349462" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.649834, 39.260314 ], [ -76.648541, 39.261379 ], [ -76.64839, 39.261505 ], [ -76.646035, 39.263303 ], [ -76.644504, 39.264493 ], [ -76.644072, 39.264828 ], [ -76.644021, 39.264868 ], [ -76.643375, 39.265376 ], [ -76.642691, 39.265914 ], [ -76.641244, 39.267038 ], [ -76.640523, 39.267605 ], [ -76.639949, 39.268068 ], [ -76.638874, 39.268938 ], [ -76.63868, 39.269072 ], [ -76.638223, 39.269428 ], [ -76.637828, 39.269741 ], [ -76.637548, 39.269965 ], [ -76.63733, 39.27014 ], [ -76.636523, 39.270024 ], [ -76.635365, 39.269883 ], [ -76.634841, 39.269797 ], [ -76.63444, 39.26973 ], [ -76.633932, 39.269627 ], [ -76.633486, 39.269548 ], [ -76.633472, 39.269545 ], [ -76.633321, 39.269517 ], [ -76.633301, 39.269513 ], [ -76.632144, 39.2693 ], [ -76.631975, 39.269263 ], [ -76.631861, 39.269242 ], [ -76.631692, 39.269199 ], [ -76.631596, 39.269177 ], [ -76.631142, 39.269074 ], [ -76.62997, 39.268814 ], [ -76.628797, 39.26854 ], [ -76.62852, 39.268482 ], [ -76.62819, 39.268408 ], [ -76.627767, 39.268357 ], [ -76.627157, 39.268261 ], [ -76.627067, 39.268254 ], [ -76.626561, 39.268201 ], [ -76.626456, 39.268198 ], [ -76.626371, 39.2682 ], [ -76.626137, 39.268195 ], [ -76.625855, 39.268189 ], [ -76.625904, 39.268117 ], [ -76.62601, 39.267962 ], [ -76.626084, 39.267854 ], [ -76.625917, 39.26763 ], [ -76.625792, 39.267462 ], [ -76.625631, 39.267247 ], [ -76.625654, 39.267162 ], [ -76.625741, 39.267131 ], [ -76.6258, 39.267137 ], [ -76.62584, 39.267157 ], [ -76.625933, 39.26717 ], [ -76.626088, 39.267112 ], [ -76.626208, 39.26702 ], [ -76.626302, 39.266886 ], [ -76.626582, 39.266547 ], [ -76.626708, 39.266419 ], [ -76.626852, 39.266147 ], [ -76.626853, 39.266029 ], [ -76.626846, 39.265972 ], [ -76.62682, 39.26589 ], [ -76.626894, 39.265648 ], [ -76.626929, 39.265478 ], [ -76.626989, 39.265391 ], [ -76.627016, 39.265314 ], [ -76.627059, 39.265185 ], [ -76.627205, 39.265108 ], [ -76.62531, 39.265075 ], [ -76.623793, 39.265075 ], [ -76.623564, 39.262822 ], [ -76.623309, 39.260312 ], [ -76.623289, 39.260106 ], [ -76.623468, 39.260165 ], [ -76.623889, 39.260306 ], [ -76.624689, 39.260606 ], [ -76.629494, 39.258669 ], [ -76.629801, 39.258732 ], [ -76.629998, 39.258796 ], [ -76.63009, 39.258824 ], [ -76.631946, 39.25754 ], [ -76.63227, 39.257597 ], [ -76.63254, 39.257667 ], [ -76.632768, 39.257731 ], [ -76.632829, 39.257764 ], [ -76.632862, 39.257782 ], [ -76.633055, 39.257892 ], [ -76.633195, 39.258001 ], [ -76.633408, 39.258228 ], [ -76.633505, 39.258348 ], [ -76.633632, 39.258504 ], [ -76.633708, 39.258598 ], [ -76.633757, 39.258425 ], [ -76.633963, 39.257914 ], [ -76.634019, 39.257756 ], [ -76.634191, 39.257283 ], [ -76.634275, 39.257024 ], [ -76.634358, 39.256751 ], [ -76.634504, 39.256182 ], [ -76.634553, 39.255971 ], [ -76.634599, 39.2558 ], [ -76.63465, 39.255586 ], [ -76.634765, 39.254965 ], [ -76.634873, 39.254332 ], [ -76.634955, 39.253733 ], [ -76.634993, 39.253503 ], [ -76.635012, 39.253195 ], [ -76.635029, 39.253059 ], [ -76.635058, 39.252938 ], [ -76.635074, 39.252818 ], [ -76.635088, 39.252484 ], [ -76.635093, 39.252178 ], [ -76.635082, 39.251962 ], [ -76.635065, 39.251788 ], [ -76.635045, 39.251641 ], [ -76.635007, 39.251458 ], [ -76.634946, 39.251263 ], [ -76.634881, 39.251105 ], [ -76.63476, 39.25088 ], [ -76.634709, 39.250794 ], [ -76.634654, 39.250692 ], [ -76.634497, 39.250435 ], [ -76.634169, 39.249958 ], [ -76.634109, 39.249845 ], [ -76.635523, 39.251487 ], [ -76.636357, 39.252455 ], [ -76.637462, 39.253807 ], [ -76.637555, 39.253919 ], [ -76.638463, 39.255027 ], [ -76.638654, 39.255245 ], [ -76.639287, 39.255979 ], [ -76.639598, 39.256355 ], [ -76.639911, 39.256739 ], [ -76.640104, 39.256963 ], [ -76.640215, 39.257092 ], [ -76.640399, 39.25729 ], [ -76.640556, 39.257464 ], [ -76.64066, 39.257567 ], [ -76.640762, 39.257664 ], [ -76.640901, 39.257806 ], [ -76.640997, 39.257891 ], [ -76.641216, 39.258072 ], [ -76.641349, 39.258184 ], [ -76.641444, 39.258255 ], [ -76.641779, 39.258491 ], [ -76.641892, 39.258566 ], [ -76.642057, 39.258679 ], [ -76.642283, 39.25882 ], [ -76.642442, 39.258912 ], [ -76.642565, 39.258976 ], [ -76.642703, 39.259053 ], [ -76.642903, 39.259149 ], [ -76.643351, 39.259375 ], [ -76.643487, 39.259434 ], [ -76.643654, 39.259505 ], [ -76.64406, 39.259648 ], [ -76.644562, 39.259815 ], [ -76.644893, 39.25991 ], [ -76.64536, 39.260014 ], [ -76.64567, 39.260081 ], [ -76.645875, 39.26012 ], [ -76.646189, 39.260171 ], [ -76.646512, 39.260217 ], [ -76.6468, 39.260249 ], [ -76.646954, 39.26026 ], [ -76.647273, 39.260283 ], [ -76.647894, 39.260314 ], [ -76.648859, 39.260314 ], [ -76.649834, 39.260314 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250303", "name": "Census Tract 2503.03, Baltimore city, Maryland", "total_population_17": 2224, "white_alone_17": 1177.0, "black_alone_17": 543.0, "native_alone_17": 0.0, "asian_alone_17": 227.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 248.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -38.836, "pct_black_alone_change": 20.422, "pct_native_alone_change": -1.062, "pct_asian_alone_change": 8.125, "pct_hispanic_or_latino_change": 10.089, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2682540", "INTPTLON": "-076.6482592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.654996, 39.271192 ], [ -76.654191, 39.2714 ], [ -76.653559, 39.271501 ], [ -76.653264, 39.271539 ], [ -76.653133, 39.271548 ], [ -76.652475, 39.271584 ], [ -76.652111, 39.27158 ], [ -76.651885, 39.271566 ], [ -76.651474, 39.27153 ], [ -76.651078, 39.271497 ], [ -76.648408, 39.271251 ], [ -76.648078, 39.271221 ], [ -76.64737, 39.271164 ], [ -76.644371, 39.270895 ], [ -76.643599, 39.270826 ], [ -76.642367, 39.270741 ], [ -76.639829, 39.2705 ], [ -76.639505, 39.270467 ], [ -76.639054, 39.270421 ], [ -76.638049, 39.270242 ], [ -76.63733, 39.27014 ], [ -76.637548, 39.269965 ], [ -76.637828, 39.269741 ], [ -76.638223, 39.269428 ], [ -76.63868, 39.269072 ], [ -76.638874, 39.268938 ], [ -76.639949, 39.268068 ], [ -76.640523, 39.267605 ], [ -76.641244, 39.267038 ], [ -76.642691, 39.265914 ], [ -76.643375, 39.265376 ], [ -76.644021, 39.264868 ], [ -76.644072, 39.264828 ], [ -76.644504, 39.264493 ], [ -76.646035, 39.263303 ], [ -76.64839, 39.261505 ], [ -76.648541, 39.261379 ], [ -76.649834, 39.260314 ], [ -76.650615, 39.26036 ], [ -76.650718, 39.260379 ], [ -76.650835, 39.260407 ], [ -76.650955, 39.260443 ], [ -76.651045, 39.260477 ], [ -76.651132, 39.260513 ], [ -76.651197, 39.260547 ], [ -76.65126, 39.260586 ], [ -76.651397, 39.260676 ], [ -76.651448, 39.260718 ], [ -76.651557, 39.260824 ], [ -76.651637, 39.260915 ], [ -76.651677, 39.26097 ], [ -76.65169, 39.260994 ], [ -76.651717, 39.261044 ], [ -76.651903, 39.261434 ], [ -76.651886, 39.261588 ], [ -76.651852, 39.261832 ], [ -76.651784, 39.262376 ], [ -76.651756, 39.262533 ], [ -76.651736, 39.262661 ], [ -76.651718, 39.26282 ], [ -76.651709, 39.262937 ], [ -76.651694, 39.263285 ], [ -76.651693, 39.263463 ], [ -76.651692, 39.263571 ], [ -76.651697, 39.263691 ], [ -76.651715, 39.263809 ], [ -76.651744, 39.263932 ], [ -76.651773, 39.264032 ], [ -76.651849, 39.264231 ], [ -76.651896, 39.264334 ], [ -76.651942, 39.264439 ], [ -76.652012, 39.264555 ], [ -76.652073, 39.264642 ], [ -76.652183, 39.264786 ], [ -76.652267, 39.264884 ], [ -76.652445, 39.265069 ], [ -76.652548, 39.265161 ], [ -76.65274, 39.265316 ], [ -76.65299, 39.2655 ], [ -76.653422, 39.265822 ], [ -76.653625, 39.266053 ], [ -76.653767, 39.266204 ], [ -76.653929, 39.26642 ], [ -76.654084, 39.266669 ], [ -76.654165, 39.266848 ], [ -76.654239, 39.266995 ], [ -76.654286, 39.267116 ], [ -76.654516, 39.267857 ], [ -76.654593, 39.268194 ], [ -76.654702, 39.268721 ], [ -76.654784, 39.269181 ], [ -76.654875, 39.269792 ], [ -76.654913, 39.270391 ], [ -76.654931, 39.270569 ], [ -76.654934, 39.270595 ], [ -76.654975, 39.270984 ], [ -76.654996, 39.271192 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250401", "name": "Census Tract 2504.01, Baltimore city, Maryland", "total_population_17": 3497, "white_alone_17": 1537.0, "black_alone_17": 1007.0, "native_alone_17": 0.0, "asian_alone_17": 290.0, "native_hawaiian_pacific_islander_17": 23.0, "hispanic_or_latino_17": 563.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -34.924, "pct_black_alone_change": 16.758, "pct_native_alone_change": -1.347, "pct_asian_alone_change": 6.057, "pct_hispanic_or_latino_change": 11.371, "pct_native_hawaiian_pacific_islander_change": 0.658, "INTPTLAT": "+39.2367295", "INTPTLON": "-076.6066394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.618612, 39.237398 ], [ -76.615641, 39.239922 ], [ -76.61558, 39.239973 ], [ -76.615472, 39.240062 ], [ -76.615408, 39.240115 ], [ -76.614642, 39.241092 ], [ -76.61402, 39.241036 ], [ -76.612685, 39.240871 ], [ -76.611239, 39.240715 ], [ -76.610702, 39.240682 ], [ -76.610168, 39.240643 ], [ -76.610149, 39.240642 ], [ -76.610092, 39.240638 ], [ -76.610055, 39.240637 ], [ -76.609409, 39.240622 ], [ -76.608843, 39.24063 ], [ -76.60848, 39.240643 ], [ -76.608642, 39.240364 ], [ -76.608657, 39.24033 ], [ -76.608681, 39.240278 ], [ -76.6087, 39.240236 ], [ -76.608722, 39.240188 ], [ -76.608808, 39.24002 ], [ -76.608222, 39.240096 ], [ -76.607611, 39.240176 ], [ -76.607359, 39.240217 ], [ -76.607213, 39.240236 ], [ -76.607038, 39.24025 ], [ -76.606553, 39.240293 ], [ -76.606308, 39.240311 ], [ -76.606032, 39.240329 ], [ -76.605791, 39.24035 ], [ -76.604512, 39.240421 ], [ -76.603803, 39.240476 ], [ -76.603221, 39.240507 ], [ -76.601973, 39.24057 ], [ -76.601531, 39.240597 ], [ -76.601231, 39.240609 ], [ -76.601099, 39.240606 ], [ -76.601004, 39.240606 ], [ -76.600898, 39.240595 ], [ -76.600743, 39.240572 ], [ -76.600526, 39.24053 ], [ -76.600231, 39.240458 ], [ -76.598671, 39.240038 ], [ -76.59783, 39.2398 ], [ -76.596788, 39.239506 ], [ -76.596266, 39.239369 ], [ -76.596122, 39.239323 ], [ -76.595552, 39.239143 ], [ -76.595615, 39.239004 ], [ -76.595685, 39.238861 ], [ -76.59582, 39.238597 ], [ -76.596854, 39.23654 ], [ -76.597416, 39.235458 ], [ -76.597732, 39.234914 ], [ -76.597742, 39.234898 ], [ -76.599319, 39.235389 ], [ -76.599595, 39.235471 ], [ -76.599692, 39.235502 ], [ -76.599814, 39.235541 ], [ -76.600783, 39.235826 ], [ -76.601019, 39.235897 ], [ -76.601337, 39.235995 ], [ -76.601637, 39.236085 ], [ -76.602353, 39.236303 ], [ -76.602614, 39.235786 ], [ -76.602864, 39.235272 ], [ -76.603126, 39.234749 ], [ -76.603392, 39.234241 ], [ -76.603621, 39.233725 ], [ -76.603687, 39.2336 ], [ -76.603905, 39.233234 ], [ -76.604205, 39.232623 ], [ -76.604321, 39.232728 ], [ -76.604714, 39.232559 ], [ -76.605105, 39.232397 ], [ -76.606417, 39.231825 ], [ -76.606699, 39.231717 ], [ -76.607474, 39.231395 ], [ -76.607808, 39.23126 ], [ -76.608167, 39.231099 ], [ -76.608192, 39.231121 ], [ -76.608231, 39.231173 ], [ -76.608351, 39.231329 ], [ -76.608392, 39.231382 ], [ -76.608488, 39.231465 ], [ -76.608777, 39.231714 ], [ -76.608874, 39.231797 ], [ -76.609026, 39.231963 ], [ -76.60924, 39.232196 ], [ -76.609484, 39.232462 ], [ -76.609607, 39.232595 ], [ -76.609638, 39.232628 ], [ -76.609852, 39.23281 ], [ -76.610494, 39.233358 ], [ -76.610708, 39.233541 ], [ -76.61074, 39.233569 ], [ -76.610804, 39.233625 ], [ -76.610833, 39.233656 ], [ -76.610862, 39.233688 ], [ -76.611019, 39.233822 ], [ -76.611491, 39.234227 ], [ -76.611649, 39.234362 ], [ -76.611658, 39.234369 ], [ -76.611679, 39.234387 ], [ -76.611695, 39.2344 ], [ -76.611726, 39.234414 ], [ -76.611799, 39.234446 ], [ -76.611891, 39.234487 ], [ -76.612275, 39.234659 ], [ -76.612546, 39.234782 ], [ -76.613851, 39.235364 ], [ -76.614436, 39.235624 ], [ -76.615158, 39.235947 ], [ -76.615291, 39.236001 ], [ -76.615425, 39.236055 ], [ -76.615522, 39.236093 ], [ -76.616205, 39.236363 ], [ -76.616619, 39.236526 ], [ -76.616985, 39.236671 ], [ -76.617111, 39.236723 ], [ -76.617156, 39.236742 ], [ -76.617326, 39.236812 ], [ -76.617446, 39.236862 ], [ -76.617492, 39.236881 ], [ -76.617567, 39.236913 ], [ -76.617619, 39.236934 ], [ -76.617658, 39.23695 ], [ -76.617689, 39.23697 ], [ -76.617703, 39.236977 ], [ -76.617748, 39.236999 ], [ -76.617764, 39.237007 ], [ -76.617797, 39.237023 ], [ -76.617898, 39.237072 ], [ -76.617932, 39.237089 ], [ -76.618068, 39.23715 ], [ -76.618208, 39.237214 ], [ -76.61841, 39.237306 ], [ -76.618476, 39.237336 ], [ -76.618612, 39.237398 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250402", "name": "Census Tract 2504.02, Baltimore city, Maryland", "total_population_17": 4232, "white_alone_17": 1128.0, "black_alone_17": 2139.0, "native_alone_17": 84.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 652.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -33.97, "pct_black_alone_change": 16.193, "pct_native_alone_change": 0.639, "pct_asian_alone_change": -1.324, "pct_hispanic_or_latino_change": 13.499, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2307268", "INTPTLON": "-076.6015251" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.608167, 39.231099 ], [ -76.607808, 39.23126 ], [ -76.607474, 39.231395 ], [ -76.606699, 39.231717 ], [ -76.606417, 39.231825 ], [ -76.605105, 39.232397 ], [ -76.604714, 39.232559 ], [ -76.604321, 39.232728 ], [ -76.604205, 39.232623 ], [ -76.603905, 39.233234 ], [ -76.603687, 39.2336 ], [ -76.603621, 39.233725 ], [ -76.603392, 39.234241 ], [ -76.603126, 39.234749 ], [ -76.602864, 39.235272 ], [ -76.602614, 39.235786 ], [ -76.602353, 39.236303 ], [ -76.601637, 39.236085 ], [ -76.601337, 39.235995 ], [ -76.601019, 39.235897 ], [ -76.600783, 39.235826 ], [ -76.599814, 39.235541 ], [ -76.599692, 39.235502 ], [ -76.599595, 39.235471 ], [ -76.599319, 39.235389 ], [ -76.597742, 39.234898 ], [ -76.597336, 39.234772 ], [ -76.596574, 39.234533 ], [ -76.595942, 39.234354 ], [ -76.595787, 39.234309 ], [ -76.596003, 39.233908 ], [ -76.596183, 39.233575 ], [ -76.596523, 39.232922 ], [ -76.596833, 39.232317 ], [ -76.597314, 39.231397 ], [ -76.597476, 39.231064 ], [ -76.597574, 39.230882 ], [ -76.597648, 39.230741 ], [ -76.597755, 39.230528 ], [ -76.597981, 39.230093 ], [ -76.598182, 39.229727 ], [ -76.598236, 39.229629 ], [ -76.598368, 39.229378 ], [ -76.598482, 39.229161 ], [ -76.598708, 39.22873 ], [ -76.598943, 39.228281 ], [ -76.599161, 39.227845 ], [ -76.59936, 39.22746 ], [ -76.599408, 39.227367 ], [ -76.599595, 39.227002 ], [ -76.599609, 39.226976 ], [ -76.599772, 39.226665 ], [ -76.599797, 39.226611 ], [ -76.599854, 39.226513 ], [ -76.599889, 39.22646 ], [ -76.599947, 39.226385 ], [ -76.599915, 39.226326 ], [ -76.599629, 39.225834 ], [ -76.599451, 39.225532 ], [ -76.599308, 39.225298 ], [ -76.599651, 39.224903 ], [ -76.60005, 39.224434 ], [ -76.600208, 39.22424 ], [ -76.600405, 39.223996 ], [ -76.600478, 39.223922 ], [ -76.600665, 39.223734 ], [ -76.600901, 39.223973 ], [ -76.60161, 39.224693 ], [ -76.601847, 39.224933 ], [ -76.60221, 39.225288 ], [ -76.603301, 39.226353 ], [ -76.603665, 39.226709 ], [ -76.603706, 39.226756 ], [ -76.60383, 39.226897 ], [ -76.603872, 39.226944 ], [ -76.603922, 39.227 ], [ -76.603971, 39.227057 ], [ -76.604042, 39.227138 ], [ -76.604348, 39.227486 ], [ -76.604554, 39.227721 ], [ -76.604725, 39.227916 ], [ -76.604747, 39.22794 ], [ -76.604801, 39.227982 ], [ -76.605042, 39.228168 ], [ -76.605099, 39.228212 ], [ -76.605123, 39.228231 ], [ -76.605196, 39.228288 ], [ -76.605415, 39.228459 ], [ -76.605489, 39.228517 ], [ -76.60557, 39.228586 ], [ -76.605672, 39.228672 ], [ -76.605814, 39.228794 ], [ -76.605854, 39.228828 ], [ -76.605896, 39.228864 ], [ -76.60596, 39.228919 ], [ -76.606152, 39.229084 ], [ -76.606216, 39.22914 ], [ -76.606285, 39.229201 ], [ -76.606492, 39.229384 ], [ -76.606562, 39.229446 ], [ -76.606632, 39.22951 ], [ -76.606845, 39.229704 ], [ -76.606916, 39.229769 ], [ -76.60694, 39.229786 ], [ -76.607028, 39.229902 ], [ -76.607345, 39.230322 ], [ -76.607451, 39.230463 ], [ -76.607599, 39.230594 ], [ -76.608043, 39.230989 ], [ -76.608167, 39.231099 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250500", "name": "Census Tract 2505, Baltimore city, Maryland", "total_population_17": 5171, "white_alone_17": 2454.0, "black_alone_17": 1751.0, "native_alone_17": 0.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 708.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -21.836, "pct_black_alone_change": 8.554, "pct_native_alone_change": -1.174, "pct_asian_alone_change": -1.274, "pct_hispanic_or_latino_change": 11.703, "pct_native_hawaiian_pacific_islander_change": -0.057, "INTPTLAT": "+39.2176239", "INTPTLON": "-076.5823444" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.600478, 39.223922 ], [ -76.600405, 39.223996 ], [ -76.600208, 39.22424 ], [ -76.60005, 39.224434 ], [ -76.599651, 39.224903 ], [ -76.599308, 39.225298 ], [ -76.599451, 39.225532 ], [ -76.599629, 39.225834 ], [ -76.599915, 39.226326 ], [ -76.599947, 39.226385 ], [ -76.599889, 39.22646 ], [ -76.599854, 39.226513 ], [ -76.599797, 39.226611 ], [ -76.599772, 39.226665 ], [ -76.599609, 39.226976 ], [ -76.599595, 39.227002 ], [ -76.599408, 39.227367 ], [ -76.59936, 39.22746 ], [ -76.599161, 39.227845 ], [ -76.598943, 39.228281 ], [ -76.598708, 39.22873 ], [ -76.598482, 39.229161 ], [ -76.598368, 39.229378 ], [ -76.598236, 39.229629 ], [ -76.598182, 39.229727 ], [ -76.597981, 39.230093 ], [ -76.597755, 39.230528 ], [ -76.597648, 39.230741 ], [ -76.597574, 39.230882 ], [ -76.597476, 39.231064 ], [ -76.597314, 39.231397 ], [ -76.596833, 39.232317 ], [ -76.596523, 39.232922 ], [ -76.596183, 39.233575 ], [ -76.596003, 39.233908 ], [ -76.595787, 39.234309 ], [ -76.595942, 39.234354 ], [ -76.596574, 39.234533 ], [ -76.597336, 39.234772 ], [ -76.597742, 39.234898 ], [ -76.597732, 39.234914 ], [ -76.597416, 39.235458 ], [ -76.596854, 39.23654 ], [ -76.59582, 39.238597 ], [ -76.595685, 39.238861 ], [ -76.595615, 39.239004 ], [ -76.595552, 39.239143 ], [ -76.595211, 39.239636 ], [ -76.595331, 39.239773 ], [ -76.595484, 39.239918 ], [ -76.595739, 39.240178 ], [ -76.595935, 39.240364 ], [ -76.596458, 39.240709 ], [ -76.596803, 39.240896 ], [ -76.596954, 39.240977 ], [ -76.596707, 39.240977 ], [ -76.596548, 39.240898 ], [ -76.596276, 39.240763 ], [ -76.59577, 39.240575 ], [ -76.594934, 39.240249 ], [ -76.59447, 39.240097 ], [ -76.594155, 39.240028 ], [ -76.593769, 39.239949 ], [ -76.593518, 39.239903 ], [ -76.593296, 39.239848 ], [ -76.593124, 39.239793 ], [ -76.592821, 39.239673 ], [ -76.592506, 39.239568 ], [ -76.592197, 39.239467 ], [ -76.591949, 39.239407 ], [ -76.591723, 39.239375 ], [ -76.590603, 39.238165 ], [ -76.590252, 39.237816 ], [ -76.590133, 39.237696 ], [ -76.590021, 39.237704 ], [ -76.589905, 39.237707 ], [ -76.589786, 39.237696 ], [ -76.588847, 39.237447 ], [ -76.587885, 39.237154 ], [ -76.587912, 39.235905 ], [ -76.58791, 39.235413 ], [ -76.586505, 39.233943 ], [ -76.586274, 39.233704 ], [ -76.586112, 39.233539 ], [ -76.585987, 39.233406 ], [ -76.585866, 39.233279 ], [ -76.585463, 39.232879 ], [ -76.585039, 39.232402 ], [ -76.583173, 39.232203 ], [ -76.581969, 39.232078 ], [ -76.582133, 39.23199 ], [ -76.581684, 39.231684 ], [ -76.581087, 39.231006 ], [ -76.580587, 39.230906 ], [ -76.579287, 39.226706 ], [ -76.577387, 39.224906 ], [ -76.566186, 39.221106 ], [ -76.561642, 39.220633 ], [ -76.529685, 39.217307 ], [ -76.529669, 39.217035 ], [ -76.529621, 39.216219 ], [ -76.529606, 39.215948 ], [ -76.529607, 39.215902 ], [ -76.529612, 39.215757 ], [ -76.529657, 39.214194 ], [ -76.529785, 39.209907 ], [ -76.530576, 39.209337 ], [ -76.532002, 39.208314 ], [ -76.532051, 39.208281 ], [ -76.532062, 39.208274 ], [ -76.532125, 39.208232 ], [ -76.532187, 39.208191 ], [ -76.532199, 39.208182 ], [ -76.532249, 39.20815 ], [ -76.532377, 39.208071 ], [ -76.532762, 39.207836 ], [ -76.532891, 39.207758 ], [ -76.533801, 39.207208 ], [ -76.534125, 39.207013 ], [ -76.535359, 39.206268 ], [ -76.535645, 39.206095 ], [ -76.535931, 39.205922 ], [ -76.536533, 39.205558 ], [ -76.536688, 39.205465 ], [ -76.537444, 39.205008 ], [ -76.537946, 39.204705 ], [ -76.538122, 39.204598 ], [ -76.538447, 39.204402 ], [ -76.539545, 39.203738 ], [ -76.540156, 39.203367 ], [ -76.540643, 39.203073 ], [ -76.540739, 39.203015 ], [ -76.540835, 39.202957 ], [ -76.541312, 39.202668 ], [ -76.542742, 39.201803 ], [ -76.54322, 39.201515 ], [ -76.543341, 39.20133 ], [ -76.543705, 39.201094 ], [ -76.545354, 39.200029 ], [ -76.545905, 39.199675 ], [ -76.549802, 39.197375 ], [ -76.550086, 39.197207 ], [ -76.550616, 39.197378 ], [ -76.551878, 39.197783 ], [ -76.555173, 39.198872 ], [ -76.555275, 39.198902 ], [ -76.555371, 39.198931 ], [ -76.555549, 39.198984 ], [ -76.562465, 39.201015 ], [ -76.562566, 39.201045 ], [ -76.563786, 39.201407 ], [ -76.564354, 39.201523 ], [ -76.566059, 39.201873 ], [ -76.566628, 39.20199 ], [ -76.566785, 39.202015 ], [ -76.567256, 39.202093 ], [ -76.567396, 39.202117 ], [ -76.567412, 39.202126 ], [ -76.567731, 39.202303 ], [ -76.568688, 39.202834 ], [ -76.569008, 39.203011 ], [ -76.569034, 39.203025 ], [ -76.569113, 39.203069 ], [ -76.56914, 39.203084 ], [ -76.569163, 39.203097 ], [ -76.569265, 39.203129 ], [ -76.569341, 39.203153 ], [ -76.569638, 39.203273 ], [ -76.569762, 39.203324 ], [ -76.56992, 39.203388 ], [ -76.570394, 39.203579 ], [ -76.570552, 39.203644 ], [ -76.57057, 39.20365 ], [ -76.570664, 39.203679 ], [ -76.571001, 39.203784 ], [ -76.571114, 39.20382 ], [ -76.571637, 39.203961 ], [ -76.573208, 39.204384 ], [ -76.573716, 39.204521 ], [ -76.573732, 39.204526 ], [ -76.574445, 39.204736 ], [ -76.576584, 39.205366 ], [ -76.577069, 39.205509 ], [ -76.577295, 39.205586 ], [ -76.577893, 39.20579 ], [ -76.579688, 39.206402 ], [ -76.580287, 39.206607 ], [ -76.580576, 39.206682 ], [ -76.580707, 39.206715 ], [ -76.580865, 39.206755 ], [ -76.581507, 39.206921 ], [ -76.581967, 39.207035 ], [ -76.582054, 39.207057 ], [ -76.58215, 39.207084 ], [ -76.582335, 39.207137 ], [ -76.582386, 39.207151 ], [ -76.582564, 39.207201 ], [ -76.583101, 39.207353 ], [ -76.58328, 39.207404 ], [ -76.583452, 39.207513 ], [ -76.583677, 39.207655 ], [ -76.583757, 39.207705 ], [ -76.583966, 39.207846 ], [ -76.584077, 39.207921 ], [ -76.584349, 39.208195 ], [ -76.584657, 39.208532 ], [ -76.584993, 39.208895 ], [ -76.585186, 39.209103 ], [ -76.585209, 39.209128 ], [ -76.585244, 39.209166 ], [ -76.58526, 39.209183 ], [ -76.58531, 39.209238 ], [ -76.58535, 39.209281 ], [ -76.585371, 39.209304 ], [ -76.585385, 39.20932 ], [ -76.585563, 39.209514 ], [ -76.585595, 39.209549 ], [ -76.58565, 39.209609 ], [ -76.585818, 39.209801 ], [ -76.586218, 39.210175 ], [ -76.586787, 39.210706 ], [ -76.587368, 39.211349 ], [ -76.587736, 39.211757 ], [ -76.587747, 39.211769 ], [ -76.587783, 39.211805 ], [ -76.587795, 39.211817 ], [ -76.587954, 39.211979 ], [ -76.588226, 39.212257 ], [ -76.588445, 39.212455 ], [ -76.588615, 39.212608 ], [ -76.588724, 39.212707 ], [ -76.588768, 39.212747 ], [ -76.588921, 39.212886 ], [ -76.588965, 39.212926 ], [ -76.589035, 39.21299 ], [ -76.589052, 39.213005 ], [ -76.589098, 39.213048 ], [ -76.589162, 39.213105 ], [ -76.589216, 39.213156 ], [ -76.589378, 39.213311 ], [ -76.589433, 39.213363 ], [ -76.589548, 39.213475 ], [ -76.589836, 39.213756 ], [ -76.589897, 39.213813 ], [ -76.590016, 39.213924 ], [ -76.590075, 39.213979 ], [ -76.590687, 39.214506 ], [ -76.590786, 39.214586 ], [ -76.591086, 39.214826 ], [ -76.591187, 39.214906 ], [ -76.591635, 39.215336 ], [ -76.592979, 39.216626 ], [ -76.593427, 39.217056 ], [ -76.593479, 39.217105 ], [ -76.593635, 39.217255 ], [ -76.593687, 39.217306 ], [ -76.594213, 39.217794 ], [ -76.594244, 39.217822 ], [ -76.594801, 39.218338 ], [ -76.595562, 39.219042 ], [ -76.595794, 39.219257 ], [ -76.596322, 39.219745 ], [ -76.596335, 39.219757 ], [ -76.596374, 39.219793 ], [ -76.596387, 39.219806 ], [ -76.596694, 39.220098 ], [ -76.597437, 39.220806 ], [ -76.597615, 39.220975 ], [ -76.597923, 39.221268 ], [ -76.598471, 39.221761 ], [ -76.600116, 39.22324 ], [ -76.600665, 39.223734 ], [ -76.600478, 39.223922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510250600", "name": "Census Tract 2506, Baltimore city, Maryland", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+39.2368421", "INTPTLON": "-076.5748320" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.614642, 39.241092 ], [ -76.612489, 39.246606 ], [ -76.611688, 39.247407 ], [ -76.610993, 39.248074 ], [ -76.609089, 39.249906 ], [ -76.608288, 39.254706 ], [ -76.601288, 39.254706 ], [ -76.598588, 39.254806 ], [ -76.589599, 39.254806 ], [ -76.589488, 39.254806 ], [ -76.577287, 39.256305 ], [ -76.571887, 39.256505 ], [ -76.569987, 39.255606 ], [ -76.56981, 39.255532 ], [ -76.566887, 39.254306 ], [ -76.545086, 39.233388 ], [ -76.529486, 39.218408 ], [ -76.529525, 39.218187 ], [ -76.529644, 39.217527 ], [ -76.529685, 39.217307 ], [ -76.561642, 39.220633 ], [ -76.566186, 39.221106 ], [ -76.577387, 39.224906 ], [ -76.579287, 39.226706 ], [ -76.580587, 39.230906 ], [ -76.581087, 39.231006 ], [ -76.581684, 39.231684 ], [ -76.582133, 39.23199 ], [ -76.581969, 39.232078 ], [ -76.583173, 39.232203 ], [ -76.585039, 39.232402 ], [ -76.585463, 39.232879 ], [ -76.585866, 39.233279 ], [ -76.585987, 39.233406 ], [ -76.586112, 39.233539 ], [ -76.586274, 39.233704 ], [ -76.586505, 39.233943 ], [ -76.58791, 39.235413 ], [ -76.587912, 39.235905 ], [ -76.587885, 39.237154 ], [ -76.588847, 39.237447 ], [ -76.589786, 39.237696 ], [ -76.589905, 39.237707 ], [ -76.590021, 39.237704 ], [ -76.590133, 39.237696 ], [ -76.590252, 39.237816 ], [ -76.590603, 39.238165 ], [ -76.591723, 39.239375 ], [ -76.591949, 39.239407 ], [ -76.592197, 39.239467 ], [ -76.592506, 39.239568 ], [ -76.592821, 39.239673 ], [ -76.593124, 39.239793 ], [ -76.593296, 39.239848 ], [ -76.593518, 39.239903 ], [ -76.593769, 39.239949 ], [ -76.594155, 39.240028 ], [ -76.59447, 39.240097 ], [ -76.594934, 39.240249 ], [ -76.59577, 39.240575 ], [ -76.596276, 39.240763 ], [ -76.596548, 39.240898 ], [ -76.596707, 39.240977 ], [ -76.596954, 39.240977 ], [ -76.596803, 39.240896 ], [ -76.596458, 39.240709 ], [ -76.595935, 39.240364 ], [ -76.595739, 39.240178 ], [ -76.595484, 39.239918 ], [ -76.595331, 39.239773 ], [ -76.595211, 39.239636 ], [ -76.595552, 39.239143 ], [ -76.596122, 39.239323 ], [ -76.596266, 39.239369 ], [ -76.596788, 39.239506 ], [ -76.59783, 39.2398 ], [ -76.598671, 39.240038 ], [ -76.600231, 39.240458 ], [ -76.600526, 39.24053 ], [ -76.600743, 39.240572 ], [ -76.600898, 39.240595 ], [ -76.601004, 39.240606 ], [ -76.601099, 39.240606 ], [ -76.601231, 39.240609 ], [ -76.601531, 39.240597 ], [ -76.601973, 39.24057 ], [ -76.603221, 39.240507 ], [ -76.603803, 39.240476 ], [ -76.604512, 39.240421 ], [ -76.605791, 39.24035 ], [ -76.606032, 39.240329 ], [ -76.606308, 39.240311 ], [ -76.606553, 39.240293 ], [ -76.607038, 39.24025 ], [ -76.607213, 39.240236 ], [ -76.607359, 39.240217 ], [ -76.607611, 39.240176 ], [ -76.608222, 39.240096 ], [ -76.608808, 39.24002 ], [ -76.608722, 39.240188 ], [ -76.6087, 39.240236 ], [ -76.608681, 39.240278 ], [ -76.608657, 39.24033 ], [ -76.608642, 39.240364 ], [ -76.60848, 39.240643 ], [ -76.608843, 39.24063 ], [ -76.609409, 39.240622 ], [ -76.610055, 39.240637 ], [ -76.610092, 39.240638 ], [ -76.610149, 39.240642 ], [ -76.610168, 39.240643 ], [ -76.610702, 39.240682 ], [ -76.611239, 39.240715 ], [ -76.612685, 39.240871 ], [ -76.61402, 39.241036 ], [ -76.614642, 39.241092 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260101", "name": "Census Tract 2601.01, Baltimore city, Maryland", "total_population_17": 4725, "white_alone_17": 1199.0, "black_alone_17": 3051.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 331.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -30.944, "pct_black_alone_change": 24.127, "pct_native_alone_change": -0.302, "pct_asian_alone_change": 1.125, "pct_hispanic_or_latino_change": 5.517, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3438880", "INTPTLON": "-076.5353622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.545574, 39.342364 ], [ -76.545058, 39.34273 ], [ -76.544896, 39.342845 ], [ -76.544753, 39.342946 ], [ -76.544572, 39.343073 ], [ -76.544369, 39.343216 ], [ -76.544006, 39.34347 ], [ -76.543673, 39.343707 ], [ -76.543624, 39.343742 ], [ -76.543488, 39.343837 ], [ -76.543157, 39.344069 ], [ -76.542536, 39.344496 ], [ -76.542338, 39.344636 ], [ -76.542186, 39.344743 ], [ -76.5419, 39.344946 ], [ -76.541508, 39.345211 ], [ -76.541259, 39.345392 ], [ -76.541004, 39.345612 ], [ -76.540683, 39.34589 ], [ -76.540123, 39.346392 ], [ -76.539817, 39.346665 ], [ -76.539675, 39.346794 ], [ -76.539191, 39.347233 ], [ -76.538996, 39.34741 ], [ -76.538706, 39.347683 ], [ -76.538531, 39.347842 ], [ -76.538412, 39.347962 ], [ -76.538068, 39.348266 ], [ -76.537695, 39.348594 ], [ -76.537436, 39.34882 ], [ -76.537227, 39.348999 ], [ -76.536648, 39.349493 ], [ -76.536518, 39.349604 ], [ -76.536321, 39.349793 ], [ -76.535976, 39.350111 ], [ -76.5356, 39.350457 ], [ -76.535498, 39.350551 ], [ -76.534763, 39.351196 ], [ -76.534448, 39.351485 ], [ -76.534201, 39.351709 ], [ -76.533643, 39.352221 ], [ -76.533617, 39.352243 ], [ -76.532958, 39.352812 ], [ -76.532765, 39.352978 ], [ -76.532297, 39.353378 ], [ -76.532222, 39.353442 ], [ -76.532094, 39.353544 ], [ -76.531721, 39.35384 ], [ -76.53086, 39.354609 ], [ -76.529904, 39.355453 ], [ -76.529803, 39.355542 ], [ -76.529773, 39.355575 ], [ -76.529773, 39.355386 ], [ -76.529774, 39.353707 ], [ -76.529782, 39.352721 ], [ -76.529785, 39.35174 ], [ -76.529453, 39.350723 ], [ -76.529502, 39.350367 ], [ -76.529594, 39.349741 ], [ -76.529706, 39.348811 ], [ -76.529802, 39.347867 ], [ -76.529722, 39.34755 ], [ -76.529786, 39.346306 ], [ -76.529782, 39.345364 ], [ -76.529783, 39.342151 ], [ -76.52978, 39.340789 ], [ -76.529779, 39.340635 ], [ -76.529741, 39.338621 ], [ -76.529708, 39.336901 ], [ -76.529704, 39.336694 ], [ -76.529693, 39.336142 ], [ -76.530002, 39.335698 ], [ -76.530191, 39.335958 ], [ -76.530318, 39.335969 ], [ -76.530418, 39.335969 ], [ -76.530524, 39.335961 ], [ -76.530627, 39.33594 ], [ -76.530737, 39.335913 ], [ -76.530867, 39.335891 ], [ -76.530952, 39.335886 ], [ -76.531028, 39.335909 ], [ -76.531081, 39.335935 ], [ -76.53113, 39.33597 ], [ -76.53121, 39.336042 ], [ -76.531271, 39.336108 ], [ -76.531351, 39.336205 ], [ -76.531498, 39.336437 ], [ -76.53156, 39.336552 ], [ -76.531604, 39.336673 ], [ -76.531656, 39.336805 ], [ -76.531933, 39.336943 ], [ -76.532094, 39.337007 ], [ -76.532225, 39.337053 ], [ -76.532346, 39.33709 ], [ -76.532524, 39.337126 ], [ -76.532646, 39.337142 ], [ -76.532762, 39.337148 ], [ -76.532846, 39.337154 ], [ -76.53294, 39.337162 ], [ -76.533132, 39.337174 ], [ -76.533379, 39.337191 ], [ -76.533694, 39.337208 ], [ -76.53378, 39.337207 ], [ -76.533863, 39.337205 ], [ -76.534016, 39.337197 ], [ -76.534191, 39.337179 ], [ -76.53439, 39.337155 ], [ -76.53446, 39.337145 ], [ -76.534729, 39.337108 ], [ -76.535414, 39.337016 ], [ -76.535872, 39.336957 ], [ -76.53658, 39.336864 ], [ -76.537486, 39.336746 ], [ -76.537755, 39.336732 ], [ -76.538006, 39.336737 ], [ -76.538224, 39.336753 ], [ -76.538464, 39.336774 ], [ -76.538751, 39.336805 ], [ -76.53896, 39.336832 ], [ -76.539029, 39.336841 ], [ -76.539213, 39.336868 ], [ -76.53936, 39.33691 ], [ -76.539442, 39.336947 ], [ -76.539537, 39.337005 ], [ -76.539697, 39.337114 ], [ -76.539931, 39.337283 ], [ -76.540255, 39.337527 ], [ -76.540625, 39.337798 ], [ -76.540748, 39.337882 ], [ -76.540858, 39.337997 ], [ -76.540927, 39.33808 ], [ -76.540964, 39.338143 ], [ -76.541, 39.338217 ], [ -76.541052, 39.338374 ], [ -76.541071, 39.338427 ], [ -76.541234, 39.338867 ], [ -76.541261, 39.338945 ], [ -76.541314, 39.339101 ], [ -76.541381, 39.339252 ], [ -76.541467, 39.339465 ], [ -76.542017, 39.339686 ], [ -76.542477, 39.339847 ], [ -76.542583, 39.339893 ], [ -76.542668, 39.339936 ], [ -76.542737, 39.339984 ], [ -76.542806, 39.340043 ], [ -76.542894, 39.340122 ], [ -76.542992, 39.340208 ], [ -76.543182, 39.340394 ], [ -76.543269, 39.340464 ], [ -76.543368, 39.34053 ], [ -76.543455, 39.340591 ], [ -76.543575, 39.340659 ], [ -76.54364, 39.340697 ], [ -76.543667, 39.340713 ], [ -76.543831, 39.340791 ], [ -76.543991, 39.340865 ], [ -76.544306, 39.341038 ], [ -76.544552, 39.341204 ], [ -76.544814, 39.341477 ], [ -76.544909, 39.34162 ], [ -76.544959, 39.341713 ], [ -76.545005, 39.341802 ], [ -76.545058, 39.341924 ], [ -76.545114, 39.34201 ], [ -76.545149, 39.34206 ], [ -76.545252, 39.34216 ], [ -76.54532, 39.34222 ], [ -76.545405, 39.34228 ], [ -76.545574, 39.342364 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260102", "name": "Census Tract 2601.02, Baltimore city, Maryland", "total_population_17": 4742, "white_alone_17": 505.0, "black_alone_17": 3955.0, "native_alone_17": 0.0, "asian_alone_17": 54.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 208.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -20.699, "pct_black_alone_change": 18.121, "pct_native_alone_change": -0.352, "pct_asian_alone_change": 0.121, "pct_hispanic_or_latino_change": 2.839, "pct_native_hawaiian_pacific_islander_change": -0.078, "INTPTLAT": "+39.3349700", "INTPTLON": "-076.5404207" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.55166, 39.338122 ], [ -76.551434, 39.33826 ], [ -76.551066, 39.338518 ], [ -76.550637, 39.338838 ], [ -76.550473, 39.338953 ], [ -76.550202, 39.339143 ], [ -76.549632, 39.339543 ], [ -76.549424, 39.33968 ], [ -76.548807, 39.340092 ], [ -76.548617, 39.340224 ], [ -76.54808, 39.3406 ], [ -76.547812, 39.340801 ], [ -76.547535, 39.341009 ], [ -76.547409, 39.341103 ], [ -76.547256, 39.341218 ], [ -76.547168, 39.341277 ], [ -76.546867, 39.341478 ], [ -76.546442, 39.34176 ], [ -76.546126, 39.341977 ], [ -76.54594, 39.342106 ], [ -76.545574, 39.342364 ], [ -76.545405, 39.34228 ], [ -76.54532, 39.34222 ], [ -76.545252, 39.34216 ], [ -76.545149, 39.34206 ], [ -76.545114, 39.34201 ], [ -76.545058, 39.341924 ], [ -76.545005, 39.341802 ], [ -76.544959, 39.341713 ], [ -76.544909, 39.34162 ], [ -76.544814, 39.341477 ], [ -76.544552, 39.341204 ], [ -76.544306, 39.341038 ], [ -76.543991, 39.340865 ], [ -76.543831, 39.340791 ], [ -76.543667, 39.340713 ], [ -76.54364, 39.340697 ], [ -76.543575, 39.340659 ], [ -76.543455, 39.340591 ], [ -76.543368, 39.34053 ], [ -76.543269, 39.340464 ], [ -76.543182, 39.340394 ], [ -76.542992, 39.340208 ], [ -76.542894, 39.340122 ], [ -76.542806, 39.340043 ], [ -76.542737, 39.339984 ], [ -76.542668, 39.339936 ], [ -76.542583, 39.339893 ], [ -76.542477, 39.339847 ], [ -76.542017, 39.339686 ], [ -76.541467, 39.339465 ], [ -76.541381, 39.339252 ], [ -76.541314, 39.339101 ], [ -76.541261, 39.338945 ], [ -76.541234, 39.338867 ], [ -76.541071, 39.338427 ], [ -76.541052, 39.338374 ], [ -76.541, 39.338217 ], [ -76.540964, 39.338143 ], [ -76.540927, 39.33808 ], [ -76.540858, 39.337997 ], [ -76.540748, 39.337882 ], [ -76.540625, 39.337798 ], [ -76.540255, 39.337527 ], [ -76.539931, 39.337283 ], [ -76.539697, 39.337114 ], [ -76.539537, 39.337005 ], [ -76.539442, 39.336947 ], [ -76.53936, 39.33691 ], [ -76.539213, 39.336868 ], [ -76.539029, 39.336841 ], [ -76.53896, 39.336832 ], [ -76.538751, 39.336805 ], [ -76.538464, 39.336774 ], [ -76.538224, 39.336753 ], [ -76.538006, 39.336737 ], [ -76.537755, 39.336732 ], [ -76.537486, 39.336746 ], [ -76.53658, 39.336864 ], [ -76.535872, 39.336957 ], [ -76.535414, 39.337016 ], [ -76.534729, 39.337108 ], [ -76.53446, 39.337145 ], [ -76.53439, 39.337155 ], [ -76.534191, 39.337179 ], [ -76.534016, 39.337197 ], [ -76.533863, 39.337205 ], [ -76.53378, 39.337207 ], [ -76.533694, 39.337208 ], [ -76.533379, 39.337191 ], [ -76.533132, 39.337174 ], [ -76.53294, 39.337162 ], [ -76.532846, 39.337154 ], [ -76.532762, 39.337148 ], [ -76.532646, 39.337142 ], [ -76.532524, 39.337126 ], [ -76.532346, 39.33709 ], [ -76.532225, 39.337053 ], [ -76.532094, 39.337007 ], [ -76.531933, 39.336943 ], [ -76.531656, 39.336805 ], [ -76.531604, 39.336673 ], [ -76.53156, 39.336552 ], [ -76.531498, 39.336437 ], [ -76.531351, 39.336205 ], [ -76.531271, 39.336108 ], [ -76.53121, 39.336042 ], [ -76.53113, 39.33597 ], [ -76.531081, 39.335935 ], [ -76.531028, 39.335909 ], [ -76.530952, 39.335886 ], [ -76.530867, 39.335891 ], [ -76.530737, 39.335913 ], [ -76.530627, 39.33594 ], [ -76.530524, 39.335961 ], [ -76.530418, 39.335969 ], [ -76.530318, 39.335969 ], [ -76.530191, 39.335958 ], [ -76.530002, 39.335698 ], [ -76.529693, 39.336142 ], [ -76.52968, 39.335246 ], [ -76.529686, 39.333212 ], [ -76.529685, 39.33115 ], [ -76.530448, 39.331013 ], [ -76.531857, 39.330757 ], [ -76.532251, 39.330687 ], [ -76.532817, 39.330586 ], [ -76.532977, 39.330558 ], [ -76.533084, 39.330539 ], [ -76.534096, 39.330358 ], [ -76.534533, 39.33028 ], [ -76.535007, 39.330198 ], [ -76.536588, 39.329951 ], [ -76.537915, 39.329754 ], [ -76.538042, 39.329735 ], [ -76.538913, 39.329602 ], [ -76.53983, 39.329469 ], [ -76.540456, 39.329375 ], [ -76.540701, 39.329344 ], [ -76.541721, 39.329213 ], [ -76.541744, 39.329266 ], [ -76.541759, 39.329298 ], [ -76.541781, 39.329332 ], [ -76.541819, 39.329385 ], [ -76.543087, 39.330706 ], [ -76.543521, 39.331136 ], [ -76.543774, 39.331393 ], [ -76.543795, 39.331413 ], [ -76.543899, 39.331511 ], [ -76.543988, 39.331596 ], [ -76.544117, 39.331706 ], [ -76.544241, 39.331802 ], [ -76.544389, 39.331898 ], [ -76.544611, 39.332033 ], [ -76.54487, 39.332168 ], [ -76.545039, 39.332254 ], [ -76.545298, 39.33239 ], [ -76.545425, 39.332445 ], [ -76.546257, 39.332856 ], [ -76.54635, 39.332901 ], [ -76.547113, 39.333274 ], [ -76.547179, 39.333309 ], [ -76.547481, 39.333472 ], [ -76.54761, 39.333578 ], [ -76.547705, 39.333658 ], [ -76.547806, 39.333753 ], [ -76.547929, 39.333881 ], [ -76.548004, 39.333966 ], [ -76.548125, 39.334235 ], [ -76.548265, 39.334606 ], [ -76.548294, 39.334681 ], [ -76.548348, 39.334832 ], [ -76.548382, 39.334922 ], [ -76.548434, 39.335043 ], [ -76.548533, 39.335248 ], [ -76.548647, 39.335334 ], [ -76.548857, 39.335504 ], [ -76.549085, 39.335688 ], [ -76.54972, 39.336227 ], [ -76.550747, 39.337083 ], [ -76.551155, 39.33745 ], [ -76.551387, 39.337663 ], [ -76.551464, 39.337749 ], [ -76.551521, 39.337841 ], [ -76.551587, 39.337968 ], [ -76.55166, 39.338122 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260201", "name": "Census Tract 2602.01, Baltimore city, Maryland", "total_population_17": 5259, "white_alone_17": 654.0, "black_alone_17": 4239.0, "native_alone_17": 0.0, "asian_alone_17": 248.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 59.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -14.818, "pct_black_alone_change": 10.252, "pct_native_alone_change": -0.186, "pct_asian_alone_change": 3.54, "pct_hispanic_or_latino_change": 0.132, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3296442", "INTPTLON": "-076.5501117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.561521, 39.331168 ], [ -76.561151, 39.331461 ], [ -76.56086, 39.331686 ], [ -76.560757, 39.331767 ], [ -76.560321, 39.332085 ], [ -76.560063, 39.332266 ], [ -76.559542, 39.33263 ], [ -76.559424, 39.332712 ], [ -76.558902, 39.333078 ], [ -76.558677, 39.333242 ], [ -76.557751, 39.333906 ], [ -76.557678, 39.333958 ], [ -76.557397, 39.33415 ], [ -76.556985, 39.33443 ], [ -76.556137, 39.33501 ], [ -76.555201, 39.335666 ], [ -76.554456, 39.336185 ], [ -76.554046, 39.336472 ], [ -76.553892, 39.33658 ], [ -76.553317, 39.336992 ], [ -76.552938, 39.337255 ], [ -76.552788, 39.337361 ], [ -76.552585, 39.337503 ], [ -76.552441, 39.337614 ], [ -76.55227, 39.33773 ], [ -76.55206, 39.337872 ], [ -76.551803, 39.338037 ], [ -76.55166, 39.338122 ], [ -76.551587, 39.337968 ], [ -76.551521, 39.337841 ], [ -76.551464, 39.337749 ], [ -76.551387, 39.337663 ], [ -76.551155, 39.33745 ], [ -76.550747, 39.337083 ], [ -76.54972, 39.336227 ], [ -76.549085, 39.335688 ], [ -76.548857, 39.335504 ], [ -76.548647, 39.335334 ], [ -76.548533, 39.335248 ], [ -76.548434, 39.335043 ], [ -76.548382, 39.334922 ], [ -76.548348, 39.334832 ], [ -76.548294, 39.334681 ], [ -76.548265, 39.334606 ], [ -76.548125, 39.334235 ], [ -76.548004, 39.333966 ], [ -76.547929, 39.333881 ], [ -76.547806, 39.333753 ], [ -76.547705, 39.333658 ], [ -76.54761, 39.333578 ], [ -76.547481, 39.333472 ], [ -76.547179, 39.333309 ], [ -76.547113, 39.333274 ], [ -76.54635, 39.332901 ], [ -76.546257, 39.332856 ], [ -76.545425, 39.332445 ], [ -76.545298, 39.33239 ], [ -76.545039, 39.332254 ], [ -76.54487, 39.332168 ], [ -76.544611, 39.332033 ], [ -76.544389, 39.331898 ], [ -76.544241, 39.331802 ], [ -76.544117, 39.331706 ], [ -76.543988, 39.331596 ], [ -76.543899, 39.331511 ], [ -76.543795, 39.331413 ], [ -76.543774, 39.331393 ], [ -76.543521, 39.331136 ], [ -76.543087, 39.330706 ], [ -76.541819, 39.329385 ], [ -76.541781, 39.329332 ], [ -76.541759, 39.329298 ], [ -76.541744, 39.329266 ], [ -76.541721, 39.329213 ], [ -76.541647, 39.329034 ], [ -76.541607, 39.328926 ], [ -76.541579, 39.328803 ], [ -76.541459, 39.328158 ], [ -76.541378, 39.327721 ], [ -76.541273, 39.32718 ], [ -76.541086, 39.326147 ], [ -76.540931, 39.325007 ], [ -76.540834, 39.324299 ], [ -76.540785, 39.323881 ], [ -76.541245, 39.323737 ], [ -76.542724, 39.323275 ], [ -76.542938, 39.323208 ], [ -76.544084, 39.322864 ], [ -76.544196, 39.322828 ], [ -76.544241, 39.322815 ], [ -76.544996, 39.322574 ], [ -76.545307, 39.322502 ], [ -76.545469, 39.322464 ], [ -76.545762, 39.322411 ], [ -76.54608, 39.32236 ], [ -76.54736, 39.322214 ], [ -76.548497, 39.322061 ], [ -76.548669, 39.322038 ], [ -76.548784, 39.32241 ], [ -76.548851, 39.322578 ], [ -76.548916, 39.322701 ], [ -76.54903, 39.322868 ], [ -76.549049, 39.322895 ], [ -76.549333, 39.323208 ], [ -76.549661, 39.323578 ], [ -76.550174, 39.324138 ], [ -76.550424, 39.324402 ], [ -76.550712, 39.324711 ], [ -76.550733, 39.324735 ], [ -76.55106, 39.325097 ], [ -76.55133, 39.325369 ], [ -76.551788, 39.325781 ], [ -76.552394, 39.32622 ], [ -76.553095, 39.326652 ], [ -76.55323, 39.326724 ], [ -76.553408, 39.326809 ], [ -76.553741, 39.326977 ], [ -76.553991, 39.327112 ], [ -76.554529, 39.327418 ], [ -76.55478, 39.32755 ], [ -76.555031, 39.327677 ], [ -76.555217, 39.327757 ], [ -76.555366, 39.327809 ], [ -76.555553, 39.327868 ], [ -76.555808, 39.327934 ], [ -76.555874, 39.327948 ], [ -76.555925, 39.327958 ], [ -76.556184, 39.328002 ], [ -76.556415, 39.328034 ], [ -76.556745, 39.328086 ], [ -76.557058, 39.328143 ], [ -76.557318, 39.328208 ], [ -76.557606, 39.328302 ], [ -76.557676, 39.328331 ], [ -76.557818, 39.328389 ], [ -76.558087, 39.328524 ], [ -76.558254, 39.328625 ], [ -76.558756, 39.328963 ], [ -76.559405, 39.329401 ], [ -76.560244, 39.329964 ], [ -76.560908, 39.330402 ], [ -76.561077, 39.330534 ], [ -76.561333, 39.330743 ], [ -76.561426, 39.330838 ], [ -76.561506, 39.330932 ], [ -76.561612, 39.331095 ], [ -76.561521, 39.331168 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260202", "name": "Census Tract 2602.02, Baltimore city, Maryland", "total_population_17": 5785, "white_alone_17": 280.0, "black_alone_17": 4861.0, "native_alone_17": 0.0, "asian_alone_17": 436.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 173.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -7.486, "pct_black_alone_change": -1.161, "pct_native_alone_change": -0.46, "pct_asian_alone_change": 6.941, "pct_hispanic_or_latino_change": 1.883, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3248936", "INTPTLON": "-076.5578044" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.567083, 39.326804 ], [ -76.566716, 39.327131 ], [ -76.566484, 39.327321 ], [ -76.566045, 39.327673 ], [ -76.565965, 39.327734 ], [ -76.565659, 39.327997 ], [ -76.56541, 39.328211 ], [ -76.565338, 39.328273 ], [ -76.565104, 39.328466 ], [ -76.5648, 39.328716 ], [ -76.564529, 39.328931 ], [ -76.564466, 39.32898 ], [ -76.56412, 39.329249 ], [ -76.563988, 39.329348 ], [ -76.563211, 39.329933 ], [ -76.563138, 39.329984 ], [ -76.562449, 39.330478 ], [ -76.562162, 39.330686 ], [ -76.561944, 39.330843 ], [ -76.561806, 39.330943 ], [ -76.561677, 39.331044 ], [ -76.561612, 39.331095 ], [ -76.561506, 39.330932 ], [ -76.561426, 39.330838 ], [ -76.561333, 39.330743 ], [ -76.561077, 39.330534 ], [ -76.560908, 39.330402 ], [ -76.560244, 39.329964 ], [ -76.559405, 39.329401 ], [ -76.558756, 39.328963 ], [ -76.558254, 39.328625 ], [ -76.558087, 39.328524 ], [ -76.557818, 39.328389 ], [ -76.557676, 39.328331 ], [ -76.557606, 39.328302 ], [ -76.557318, 39.328208 ], [ -76.557058, 39.328143 ], [ -76.556745, 39.328086 ], [ -76.556415, 39.328034 ], [ -76.556184, 39.328002 ], [ -76.555925, 39.327958 ], [ -76.555874, 39.327948 ], [ -76.555808, 39.327934 ], [ -76.555553, 39.327868 ], [ -76.555366, 39.327809 ], [ -76.555217, 39.327757 ], [ -76.555031, 39.327677 ], [ -76.55478, 39.32755 ], [ -76.554529, 39.327418 ], [ -76.553991, 39.327112 ], [ -76.553741, 39.326977 ], [ -76.553408, 39.326809 ], [ -76.55323, 39.326724 ], [ -76.553095, 39.326652 ], [ -76.552394, 39.32622 ], [ -76.551788, 39.325781 ], [ -76.55133, 39.325369 ], [ -76.55106, 39.325097 ], [ -76.550733, 39.324735 ], [ -76.550712, 39.324711 ], [ -76.550424, 39.324402 ], [ -76.550174, 39.324138 ], [ -76.549661, 39.323578 ], [ -76.549333, 39.323208 ], [ -76.549049, 39.322895 ], [ -76.54903, 39.322868 ], [ -76.548916, 39.322701 ], [ -76.548851, 39.322578 ], [ -76.548784, 39.32241 ], [ -76.548669, 39.322038 ], [ -76.549036, 39.321961 ], [ -76.549366, 39.321862 ], [ -76.549502, 39.321822 ], [ -76.549876, 39.321659 ], [ -76.55053, 39.321309 ], [ -76.550733, 39.321174 ], [ -76.550788, 39.321138 ], [ -76.551173, 39.320862 ], [ -76.551733, 39.320465 ], [ -76.55216, 39.320162 ], [ -76.553028, 39.319587 ], [ -76.553057, 39.319568 ], [ -76.553122, 39.319526 ], [ -76.553537, 39.319224 ], [ -76.553809, 39.318994 ], [ -76.553996, 39.318794 ], [ -76.554156, 39.318623 ], [ -76.554256, 39.318526 ], [ -76.554314, 39.318471 ], [ -76.554409, 39.318393 ], [ -76.554547, 39.318277 ], [ -76.554595, 39.318237 ], [ -76.554698, 39.318158 ], [ -76.555024, 39.317956 ], [ -76.555113, 39.318023 ], [ -76.555236, 39.318133 ], [ -76.555344, 39.318288 ], [ -76.555389, 39.318398 ], [ -76.555437, 39.318562 ], [ -76.555476, 39.318795 ], [ -76.555527, 39.319123 ], [ -76.55561, 39.319506 ], [ -76.555668, 39.319663 ], [ -76.555754, 39.319804 ], [ -76.555937, 39.320081 ], [ -76.556359, 39.320637 ], [ -76.556407, 39.320695 ], [ -76.556975, 39.321183 ], [ -76.557256, 39.321323 ], [ -76.557372, 39.321371 ], [ -76.557485, 39.321402 ], [ -76.557584, 39.321418 ], [ -76.557686, 39.321426 ], [ -76.55798, 39.321422 ], [ -76.558288, 39.321386 ], [ -76.558738, 39.321274 ], [ -76.559002, 39.321187 ], [ -76.559285, 39.321072 ], [ -76.559512, 39.321019 ], [ -76.559759, 39.320994 ], [ -76.559925, 39.320972 ], [ -76.560171, 39.320973 ], [ -76.560314, 39.320993 ], [ -76.560386, 39.321047 ], [ -76.560491, 39.321176 ], [ -76.560544, 39.321276 ], [ -76.560582, 39.321406 ], [ -76.560625, 39.321528 ], [ -76.560646, 39.321652 ], [ -76.560656, 39.321781 ], [ -76.560639, 39.321918 ], [ -76.560592, 39.322101 ], [ -76.560586, 39.322159 ], [ -76.560591, 39.322233 ], [ -76.560607, 39.322362 ], [ -76.560616, 39.322553 ], [ -76.560624, 39.322604 ], [ -76.560637, 39.322646 ], [ -76.560674, 39.322732 ], [ -76.560709, 39.322805 ], [ -76.560765, 39.322884 ], [ -76.560821, 39.322951 ], [ -76.560939, 39.323057 ], [ -76.561433, 39.323472 ], [ -76.562605, 39.32467 ], [ -76.56266, 39.324705 ], [ -76.562718, 39.324733 ], [ -76.563485, 39.324961 ], [ -76.563861, 39.325045 ], [ -76.564231, 39.325114 ], [ -76.564441, 39.325139 ], [ -76.564918, 39.325127 ], [ -76.565332, 39.325148 ], [ -76.565481, 39.325175 ], [ -76.565589, 39.325222 ], [ -76.565748, 39.32531 ], [ -76.565955, 39.325432 ], [ -76.566361, 39.325658 ], [ -76.567046, 39.326045 ], [ -76.567543, 39.326406 ], [ -76.567083, 39.326804 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260203", "name": "Census Tract 2602.03, Baltimore city, Maryland", "total_population_17": 3041, "white_alone_17": 121.0, "black_alone_17": 2869.0, "native_alone_17": 15.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 12.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -5.884, "pct_black_alone_change": 6.103, "pct_native_alone_change": 0.317, "pct_asian_alone_change": -0.351, "pct_hispanic_or_latino_change": -0.834, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3225998", "INTPTLON": "-076.5437977" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.555024, 39.317956 ], [ -76.554698, 39.318158 ], [ -76.554595, 39.318237 ], [ -76.554547, 39.318277 ], [ -76.554409, 39.318393 ], [ -76.554314, 39.318471 ], [ -76.554256, 39.318526 ], [ -76.554156, 39.318623 ], [ -76.553996, 39.318794 ], [ -76.553809, 39.318994 ], [ -76.553537, 39.319224 ], [ -76.553122, 39.319526 ], [ -76.553057, 39.319568 ], [ -76.553028, 39.319587 ], [ -76.55216, 39.320162 ], [ -76.551733, 39.320465 ], [ -76.551173, 39.320862 ], [ -76.550788, 39.321138 ], [ -76.550733, 39.321174 ], [ -76.55053, 39.321309 ], [ -76.549876, 39.321659 ], [ -76.549502, 39.321822 ], [ -76.549366, 39.321862 ], [ -76.549036, 39.321961 ], [ -76.548669, 39.322038 ], [ -76.548497, 39.322061 ], [ -76.54736, 39.322214 ], [ -76.54608, 39.32236 ], [ -76.545762, 39.322411 ], [ -76.545469, 39.322464 ], [ -76.545307, 39.322502 ], [ -76.544996, 39.322574 ], [ -76.544241, 39.322815 ], [ -76.544196, 39.322828 ], [ -76.544084, 39.322864 ], [ -76.542938, 39.323208 ], [ -76.542724, 39.323275 ], [ -76.541245, 39.323737 ], [ -76.540785, 39.323881 ], [ -76.540834, 39.324299 ], [ -76.540931, 39.325007 ], [ -76.541086, 39.326147 ], [ -76.541273, 39.32718 ], [ -76.541378, 39.327721 ], [ -76.541459, 39.328158 ], [ -76.541579, 39.328803 ], [ -76.541607, 39.328926 ], [ -76.541647, 39.329034 ], [ -76.541721, 39.329213 ], [ -76.540701, 39.329344 ], [ -76.540456, 39.329375 ], [ -76.53983, 39.329469 ], [ -76.538913, 39.329602 ], [ -76.538042, 39.329735 ], [ -76.537915, 39.329754 ], [ -76.536588, 39.329951 ], [ -76.535007, 39.330198 ], [ -76.534533, 39.33028 ], [ -76.534096, 39.330358 ], [ -76.533084, 39.330539 ], [ -76.532977, 39.330558 ], [ -76.53308, 39.330118 ], [ -76.534112, 39.328893 ], [ -76.534095, 39.328758 ], [ -76.534083, 39.328657 ], [ -76.534096, 39.328543 ], [ -76.534134, 39.32845 ], [ -76.53415, 39.328417 ], [ -76.534152, 39.328392 ], [ -76.534144, 39.328356 ], [ -76.534104, 39.328295 ], [ -76.536023, 39.326705 ], [ -76.536486, 39.326106 ], [ -76.536877, 39.325599 ], [ -76.538333, 39.32377 ], [ -76.539807, 39.322001 ], [ -76.540321, 39.321383 ], [ -76.540459, 39.321218 ], [ -76.542235, 39.320018 ], [ -76.54235, 39.319941 ], [ -76.543526, 39.319164 ], [ -76.545241, 39.318023 ], [ -76.545742, 39.31769 ], [ -76.545847, 39.31762 ], [ -76.547467, 39.316655 ], [ -76.548136, 39.316256 ], [ -76.548938, 39.315888 ], [ -76.548925, 39.31594 ], [ -76.548924, 39.31611 ], [ -76.548943, 39.316193 ], [ -76.548964, 39.316238 ], [ -76.549001, 39.316273 ], [ -76.54903, 39.316297 ], [ -76.549069, 39.316318 ], [ -76.549152, 39.316351 ], [ -76.549255, 39.316387 ], [ -76.54939, 39.316427 ], [ -76.549493, 39.316442 ], [ -76.549588, 39.316453 ], [ -76.54971, 39.316472 ], [ -76.549892, 39.316492 ], [ -76.550038, 39.316487 ], [ -76.550136, 39.316464 ], [ -76.550279, 39.316448 ], [ -76.550431, 39.316461 ], [ -76.55057, 39.316499 ], [ -76.550789, 39.316542 ], [ -76.550953, 39.316581 ], [ -76.551257, 39.31662 ], [ -76.551618, 39.316687 ], [ -76.55205, 39.316759 ], [ -76.552311, 39.316808 ], [ -76.55245, 39.31687 ], [ -76.552626, 39.316974 ], [ -76.553009, 39.317098 ], [ -76.553473, 39.317279 ], [ -76.554741, 39.317756 ], [ -76.554826, 39.317794 ], [ -76.554873, 39.317824 ], [ -76.554919, 39.317861 ], [ -76.555024, 39.317956 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260301", "name": "Census Tract 2603.01, Baltimore city, Maryland", "total_population_17": 4649, "white_alone_17": 296.0, "black_alone_17": 4132.0, "native_alone_17": 0.0, "asian_alone_17": 50.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 7.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -11.17, "pct_black_alone_change": 8.923, "pct_native_alone_change": -0.155, "pct_asian_alone_change": -0.144, "pct_hispanic_or_latino_change": -0.737, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3221262", "INTPTLON": "-076.5666573" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.573745, 39.321612 ], [ -76.573673, 39.321665 ], [ -76.573267, 39.321968 ], [ -76.573193, 39.322024 ], [ -76.572854, 39.322277 ], [ -76.572694, 39.322392 ], [ -76.57255, 39.322498 ], [ -76.57226, 39.322712 ], [ -76.572225, 39.322737 ], [ -76.571286, 39.323389 ], [ -76.570962, 39.32364 ], [ -76.570698, 39.323844 ], [ -76.570417, 39.32407 ], [ -76.570181, 39.324258 ], [ -76.570172, 39.324266 ], [ -76.570127, 39.324304 ], [ -76.569803, 39.324577 ], [ -76.569634, 39.32472 ], [ -76.569447, 39.32488 ], [ -76.569029, 39.325214 ], [ -76.568405, 39.325727 ], [ -76.567543, 39.326406 ], [ -76.567046, 39.326045 ], [ -76.566361, 39.325658 ], [ -76.565955, 39.325432 ], [ -76.565748, 39.32531 ], [ -76.565589, 39.325222 ], [ -76.565481, 39.325175 ], [ -76.565332, 39.325148 ], [ -76.564918, 39.325127 ], [ -76.564441, 39.325139 ], [ -76.564231, 39.325114 ], [ -76.563861, 39.325045 ], [ -76.563485, 39.324961 ], [ -76.562718, 39.324733 ], [ -76.56266, 39.324705 ], [ -76.562605, 39.32467 ], [ -76.561433, 39.323472 ], [ -76.560939, 39.323057 ], [ -76.560821, 39.322951 ], [ -76.560765, 39.322884 ], [ -76.560709, 39.322805 ], [ -76.560674, 39.322732 ], [ -76.560637, 39.322646 ], [ -76.560624, 39.322604 ], [ -76.560616, 39.322553 ], [ -76.560607, 39.322362 ], [ -76.560591, 39.322233 ], [ -76.560586, 39.322159 ], [ -76.560592, 39.322101 ], [ -76.560639, 39.321918 ], [ -76.560656, 39.321781 ], [ -76.560646, 39.321652 ], [ -76.560625, 39.321528 ], [ -76.560582, 39.321406 ], [ -76.560544, 39.321276 ], [ -76.560491, 39.321176 ], [ -76.560386, 39.321047 ], [ -76.560314, 39.320993 ], [ -76.560171, 39.320973 ], [ -76.559925, 39.320972 ], [ -76.559759, 39.320994 ], [ -76.560365, 39.320424 ], [ -76.560266, 39.320386 ], [ -76.560219, 39.320371 ], [ -76.560145, 39.320352 ], [ -76.560008, 39.320325 ], [ -76.56054, 39.320224 ], [ -76.561017, 39.320118 ], [ -76.56118, 39.320082 ], [ -76.561688, 39.319968 ], [ -76.562233, 39.319864 ], [ -76.562827, 39.31975 ], [ -76.562899, 39.319734 ], [ -76.563264, 39.31966 ], [ -76.563333, 39.319648 ], [ -76.563815, 39.319563 ], [ -76.563923, 39.319548 ], [ -76.564651, 39.319458 ], [ -76.564966, 39.319417 ], [ -76.565201, 39.319389 ], [ -76.565655, 39.319333 ], [ -76.565923, 39.319299 ], [ -76.56605, 39.319283 ], [ -76.56647, 39.319221 ], [ -76.566561, 39.319208 ], [ -76.566724, 39.319189 ], [ -76.567017, 39.319151 ], [ -76.567534, 39.319085 ], [ -76.568096, 39.319023 ], [ -76.568141, 39.319018 ], [ -76.568805, 39.318944 ], [ -76.569473, 39.318865 ], [ -76.569664, 39.318833 ], [ -76.569962, 39.318792 ], [ -76.570271, 39.318738 ], [ -76.570426, 39.318707 ], [ -76.570303, 39.318465 ], [ -76.570439, 39.318423 ], [ -76.5706, 39.318719 ], [ -76.57076, 39.31902 ], [ -76.570862, 39.319207 ], [ -76.571005, 39.319469 ], [ -76.571103, 39.319612 ], [ -76.571257, 39.319803 ], [ -76.571454, 39.32001 ], [ -76.571595, 39.320138 ], [ -76.571729, 39.320259 ], [ -76.57177, 39.320297 ], [ -76.572128, 39.32053 ], [ -76.57277, 39.320948 ], [ -76.573213, 39.321247 ], [ -76.573653, 39.321509 ], [ -76.573709, 39.321547 ], [ -76.573734, 39.321579 ], [ -76.573745, 39.321612 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260302", "name": "Census Tract 2603.02, Baltimore city, Maryland", "total_population_17": 6557, "white_alone_17": 304.0, "black_alone_17": 5964.0, "native_alone_17": 31.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 159.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -13.898, "pct_black_alone_change": 10.925, "pct_native_alone_change": 0.319, "pct_asian_alone_change": -0.679, "pct_hispanic_or_latino_change": 2.008, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3170682", "INTPTLON": "-076.5644278" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.573125, 39.315063 ], [ -76.573104, 39.315378 ], [ -76.573088, 39.315622 ], [ -76.573071, 39.315852 ], [ -76.573015, 39.31652 ], [ -76.57301, 39.316576 ], [ -76.572969, 39.317075 ], [ -76.572941, 39.317326 ], [ -76.572928, 39.317406 ], [ -76.572913, 39.317485 ], [ -76.572902, 39.317516 ], [ -76.572875, 39.317603 ], [ -76.572839, 39.317698 ], [ -76.572735, 39.317958 ], [ -76.572678, 39.318102 ], [ -76.572596, 39.318287 ], [ -76.572445, 39.318641 ], [ -76.572213, 39.319238 ], [ -76.571835, 39.320141 ], [ -76.571729, 39.320259 ], [ -76.571595, 39.320138 ], [ -76.571454, 39.32001 ], [ -76.571257, 39.319803 ], [ -76.571103, 39.319612 ], [ -76.571005, 39.319469 ], [ -76.570862, 39.319207 ], [ -76.57076, 39.31902 ], [ -76.5706, 39.318719 ], [ -76.570439, 39.318423 ], [ -76.570303, 39.318465 ], [ -76.570426, 39.318707 ], [ -76.570271, 39.318738 ], [ -76.569962, 39.318792 ], [ -76.569664, 39.318833 ], [ -76.569473, 39.318865 ], [ -76.568805, 39.318944 ], [ -76.568141, 39.319018 ], [ -76.568096, 39.319023 ], [ -76.567534, 39.319085 ], [ -76.567017, 39.319151 ], [ -76.566724, 39.319189 ], [ -76.566561, 39.319208 ], [ -76.56647, 39.319221 ], [ -76.56605, 39.319283 ], [ -76.565923, 39.319299 ], [ -76.565655, 39.319333 ], [ -76.565201, 39.319389 ], [ -76.564966, 39.319417 ], [ -76.564651, 39.319458 ], [ -76.563923, 39.319548 ], [ -76.563815, 39.319563 ], [ -76.563333, 39.319648 ], [ -76.563264, 39.31966 ], [ -76.562899, 39.319734 ], [ -76.562827, 39.31975 ], [ -76.562233, 39.319864 ], [ -76.561688, 39.319968 ], [ -76.56118, 39.320082 ], [ -76.561017, 39.320118 ], [ -76.56054, 39.320224 ], [ -76.560008, 39.320325 ], [ -76.560145, 39.320352 ], [ -76.560219, 39.320371 ], [ -76.560266, 39.320386 ], [ -76.560365, 39.320424 ], [ -76.559759, 39.320994 ], [ -76.559512, 39.321019 ], [ -76.559285, 39.321072 ], [ -76.559002, 39.321187 ], [ -76.558738, 39.321274 ], [ -76.558288, 39.321386 ], [ -76.55798, 39.321422 ], [ -76.557686, 39.321426 ], [ -76.557584, 39.321418 ], [ -76.557485, 39.321402 ], [ -76.557372, 39.321371 ], [ -76.557256, 39.321323 ], [ -76.556975, 39.321183 ], [ -76.556407, 39.320695 ], [ -76.556359, 39.320637 ], [ -76.555937, 39.320081 ], [ -76.555754, 39.319804 ], [ -76.555668, 39.319663 ], [ -76.55561, 39.319506 ], [ -76.555527, 39.319123 ], [ -76.555476, 39.318795 ], [ -76.555437, 39.318562 ], [ -76.555389, 39.318398 ], [ -76.555344, 39.318288 ], [ -76.555236, 39.318133 ], [ -76.555113, 39.318023 ], [ -76.555024, 39.317956 ], [ -76.555579, 39.317586 ], [ -76.555682, 39.317518 ], [ -76.556066, 39.317264 ], [ -76.556407, 39.317037 ], [ -76.556497, 39.31697 ], [ -76.556753, 39.316799 ], [ -76.557123, 39.316561 ], [ -76.557507, 39.316331 ], [ -76.557883, 39.316107 ], [ -76.55802, 39.31603 ], [ -76.558417, 39.315807 ], [ -76.558859, 39.315565 ], [ -76.558965, 39.315507 ], [ -76.559314, 39.315315 ], [ -76.559461, 39.315242 ], [ -76.559942, 39.315009 ], [ -76.560332, 39.314831 ], [ -76.560694, 39.314685 ], [ -76.56108, 39.314539 ], [ -76.561359, 39.314424 ], [ -76.561489, 39.314369 ], [ -76.561745, 39.314262 ], [ -76.562088, 39.314121 ], [ -76.562565, 39.313925 ], [ -76.562831, 39.313835 ], [ -76.563004, 39.313778 ], [ -76.563279, 39.31371 ], [ -76.563569, 39.313657 ], [ -76.563668, 39.313642 ], [ -76.563811, 39.313625 ], [ -76.563982, 39.313612 ], [ -76.564081, 39.313607 ], [ -76.564216, 39.313601 ], [ -76.564511, 39.313594 ], [ -76.56498, 39.313588 ], [ -76.565437, 39.313582 ], [ -76.56583, 39.313573 ], [ -76.565927, 39.313571 ], [ -76.566407, 39.313561 ], [ -76.566872, 39.313545 ], [ -76.567019, 39.31354 ], [ -76.567164, 39.313538 ], [ -76.56754, 39.313533 ], [ -76.567713, 39.313531 ], [ -76.568111, 39.313509 ], [ -76.568355, 39.313494 ], [ -76.568994, 39.313454 ], [ -76.569673, 39.313417 ], [ -76.569953, 39.31341 ], [ -76.569986, 39.31341 ], [ -76.570183, 39.313409 ], [ -76.570315, 39.313425 ], [ -76.570447, 39.313451 ], [ -76.57054, 39.31349 ], [ -76.57068, 39.313541 ], [ -76.570824, 39.313608 ], [ -76.571095, 39.31377 ], [ -76.571394, 39.313975 ], [ -76.571576, 39.314102 ], [ -76.571864, 39.314302 ], [ -76.572078, 39.314445 ], [ -76.572139, 39.314481 ], [ -76.572195, 39.314509 ], [ -76.572272, 39.314535 ], [ -76.572361, 39.314562 ], [ -76.572425, 39.314578 ], [ -76.572477, 39.314582 ], [ -76.57254, 39.314584 ], [ -76.5726, 39.314583 ], [ -76.572659, 39.31458 ], [ -76.572731, 39.314571 ], [ -76.572782, 39.314558 ], [ -76.572829, 39.314537 ], [ -76.572858, 39.31452 ], [ -76.572962, 39.314442 ], [ -76.573137, 39.314474 ], [ -76.573125, 39.315063 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260303", "name": "Census Tract 2603.03, Baltimore city, Maryland", "total_population_17": 947, "white_alone_17": 226.0, "black_alone_17": 615.0, "native_alone_17": 22.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 65.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 6.983, "pct_black_alone_change": -15.764, "pct_native_alone_change": 1.441, "pct_asian_alone_change": -0.824, "pct_hispanic_or_latino_change": 6.276, "pct_native_hawaiian_pacific_islander_change": -0.235, "INTPTLAT": "+39.3125926", "INTPTLON": "-076.5604712" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.573145, 39.314316 ], [ -76.573137, 39.314474 ], [ -76.572962, 39.314442 ], [ -76.572858, 39.31452 ], [ -76.572829, 39.314537 ], [ -76.572782, 39.314558 ], [ -76.572731, 39.314571 ], [ -76.572659, 39.31458 ], [ -76.5726, 39.314583 ], [ -76.57254, 39.314584 ], [ -76.572477, 39.314582 ], [ -76.572425, 39.314578 ], [ -76.572361, 39.314562 ], [ -76.572272, 39.314535 ], [ -76.572195, 39.314509 ], [ -76.572139, 39.314481 ], [ -76.572078, 39.314445 ], [ -76.571864, 39.314302 ], [ -76.571576, 39.314102 ], [ -76.571394, 39.313975 ], [ -76.571095, 39.31377 ], [ -76.570824, 39.313608 ], [ -76.57068, 39.313541 ], [ -76.57054, 39.31349 ], [ -76.570447, 39.313451 ], [ -76.570315, 39.313425 ], [ -76.570183, 39.313409 ], [ -76.569986, 39.31341 ], [ -76.569953, 39.31341 ], [ -76.569673, 39.313417 ], [ -76.568994, 39.313454 ], [ -76.568355, 39.313494 ], [ -76.568111, 39.313509 ], [ -76.567713, 39.313531 ], [ -76.56754, 39.313533 ], [ -76.567164, 39.313538 ], [ -76.567019, 39.31354 ], [ -76.566872, 39.313545 ], [ -76.566407, 39.313561 ], [ -76.565927, 39.313571 ], [ -76.56583, 39.313573 ], [ -76.565437, 39.313582 ], [ -76.56498, 39.313588 ], [ -76.564511, 39.313594 ], [ -76.564216, 39.313601 ], [ -76.564081, 39.313607 ], [ -76.563982, 39.313612 ], [ -76.563811, 39.313625 ], [ -76.563668, 39.313642 ], [ -76.563569, 39.313657 ], [ -76.563279, 39.31371 ], [ -76.563004, 39.313778 ], [ -76.562831, 39.313835 ], [ -76.562565, 39.313925 ], [ -76.562088, 39.314121 ], [ -76.561745, 39.314262 ], [ -76.561489, 39.314369 ], [ -76.561359, 39.314424 ], [ -76.56108, 39.314539 ], [ -76.560694, 39.314685 ], [ -76.560332, 39.314831 ], [ -76.559942, 39.315009 ], [ -76.559461, 39.315242 ], [ -76.559314, 39.315315 ], [ -76.558965, 39.315507 ], [ -76.558859, 39.315565 ], [ -76.558417, 39.315807 ], [ -76.55802, 39.31603 ], [ -76.557883, 39.316107 ], [ -76.557507, 39.316331 ], [ -76.557123, 39.316561 ], [ -76.556753, 39.316799 ], [ -76.556497, 39.31697 ], [ -76.556407, 39.317037 ], [ -76.556066, 39.317264 ], [ -76.555682, 39.317518 ], [ -76.555579, 39.317586 ], [ -76.555024, 39.317956 ], [ -76.554919, 39.317861 ], [ -76.554873, 39.317824 ], [ -76.554826, 39.317794 ], [ -76.554741, 39.317756 ], [ -76.553473, 39.317279 ], [ -76.553009, 39.317098 ], [ -76.552626, 39.316974 ], [ -76.55245, 39.31687 ], [ -76.552311, 39.316808 ], [ -76.55205, 39.316759 ], [ -76.551618, 39.316687 ], [ -76.551257, 39.31662 ], [ -76.550953, 39.316581 ], [ -76.550789, 39.316542 ], [ -76.55057, 39.316499 ], [ -76.550431, 39.316461 ], [ -76.550279, 39.316448 ], [ -76.550136, 39.316464 ], [ -76.550038, 39.316487 ], [ -76.549892, 39.316492 ], [ -76.54971, 39.316472 ], [ -76.549588, 39.316453 ], [ -76.549493, 39.316442 ], [ -76.54939, 39.316427 ], [ -76.549255, 39.316387 ], [ -76.549152, 39.316351 ], [ -76.549069, 39.316318 ], [ -76.54903, 39.316297 ], [ -76.549001, 39.316273 ], [ -76.548964, 39.316238 ], [ -76.548943, 39.316193 ], [ -76.548924, 39.31611 ], [ -76.548925, 39.31594 ], [ -76.548938, 39.315888 ], [ -76.549101, 39.315181 ], [ -76.549193, 39.314944 ], [ -76.549237, 39.314768 ], [ -76.549268, 39.314704 ], [ -76.549298, 39.314631 ], [ -76.54931, 39.314552 ], [ -76.549315, 39.314468 ], [ -76.549322, 39.314414 ], [ -76.549342, 39.314346 ], [ -76.549377, 39.314254 ], [ -76.549399, 39.314181 ], [ -76.549415, 39.314101 ], [ -76.549412, 39.314033 ], [ -76.54941, 39.313963 ], [ -76.549391, 39.313878 ], [ -76.549349, 39.31374 ], [ -76.549356, 39.313682 ], [ -76.549362, 39.31365 ], [ -76.549376, 39.31362 ], [ -76.549496, 39.313425 ], [ -76.549644, 39.313259 ], [ -76.54983, 39.313034 ], [ -76.549976, 39.312859 ], [ -76.55012, 39.312728 ], [ -76.550211, 39.312612 ], [ -76.550261, 39.312504 ], [ -76.550321, 39.312215 ], [ -76.550387, 39.311318 ], [ -76.550577, 39.311341 ], [ -76.550694, 39.311361 ], [ -76.550862, 39.311405 ], [ -76.55101, 39.31143 ], [ -76.551166, 39.311426 ], [ -76.551508, 39.311368 ], [ -76.551794, 39.311287 ], [ -76.551938, 39.311208 ], [ -76.552046, 39.311094 ], [ -76.552102, 39.310999 ], [ -76.552169, 39.310952 ], [ -76.552606, 39.310819 ], [ -76.55279, 39.310752 ], [ -76.552959, 39.310646 ], [ -76.553139, 39.310508 ], [ -76.553367, 39.310295 ], [ -76.55361, 39.310102 ], [ -76.554023, 39.310807 ], [ -76.554854, 39.310464 ], [ -76.556065, 39.310158 ], [ -76.556808, 39.309986 ], [ -76.557788, 39.309714 ], [ -76.558735, 39.309476 ], [ -76.560536, 39.309058 ], [ -76.560857, 39.309016 ], [ -76.560915, 39.309012 ], [ -76.561198, 39.308987 ], [ -76.561215, 39.308986 ], [ -76.561631, 39.308978 ], [ -76.562117, 39.308969 ], [ -76.562293, 39.308966 ], [ -76.563452, 39.308967 ], [ -76.565478, 39.30897 ], [ -76.566162, 39.308929 ], [ -76.566657, 39.30896 ], [ -76.567023, 39.309025 ], [ -76.567313, 39.30911 ], [ -76.567418, 39.309137 ], [ -76.568014, 39.309293 ], [ -76.56835, 39.309346 ], [ -76.568446, 39.309358 ], [ -76.568615, 39.309379 ], [ -76.568845, 39.309386 ], [ -76.569475, 39.309372 ], [ -76.569866, 39.309371 ], [ -76.570048, 39.30937 ], [ -76.570181, 39.309368 ], [ -76.571736, 39.309366 ], [ -76.57213, 39.309357 ], [ -76.572334, 39.309353 ], [ -76.572868, 39.309342 ], [ -76.573046, 39.309338 ], [ -76.573066, 39.309732 ], [ -76.573076, 39.309922 ], [ -76.573094, 39.310362 ], [ -76.573091, 39.311642 ], [ -76.573117, 39.312452 ], [ -76.573142, 39.313229 ], [ -76.573145, 39.314316 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260401", "name": "Census Tract 2604.01, Baltimore city, Maryland", "total_population_17": 3533, "white_alone_17": 1794.0, "black_alone_17": 163.0, "native_alone_17": 195.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1356.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -40.084, "pct_black_alone_change": 2.587, "pct_native_alone_change": 4.385, "pct_asian_alone_change": -0.487, "pct_hispanic_or_latino_change": 33.95, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3062321", "INTPTLON": "-076.5527959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.565478, 39.30897 ], [ -76.563452, 39.308967 ], [ -76.562293, 39.308966 ], [ -76.562117, 39.308969 ], [ -76.561631, 39.308978 ], [ -76.561215, 39.308986 ], [ -76.561198, 39.308987 ], [ -76.560915, 39.309012 ], [ -76.560857, 39.309016 ], [ -76.560536, 39.309058 ], [ -76.558735, 39.309476 ], [ -76.557788, 39.309714 ], [ -76.556808, 39.309986 ], [ -76.556065, 39.310158 ], [ -76.554854, 39.310464 ], [ -76.554023, 39.310807 ], [ -76.55361, 39.310102 ], [ -76.553367, 39.310295 ], [ -76.553139, 39.310508 ], [ -76.552959, 39.310646 ], [ -76.55279, 39.310752 ], [ -76.552606, 39.310819 ], [ -76.552169, 39.310952 ], [ -76.552102, 39.310999 ], [ -76.552046, 39.311094 ], [ -76.551938, 39.311208 ], [ -76.551794, 39.311287 ], [ -76.551508, 39.311368 ], [ -76.551166, 39.311426 ], [ -76.55101, 39.31143 ], [ -76.550862, 39.311405 ], [ -76.550694, 39.311361 ], [ -76.550577, 39.311341 ], [ -76.550387, 39.311318 ], [ -76.550092, 39.311311 ], [ -76.549928, 39.311298 ], [ -76.549866, 39.311289 ], [ -76.549802, 39.311289 ], [ -76.549748, 39.311308 ], [ -76.549665, 39.311322 ], [ -76.549511, 39.311321 ], [ -76.549095, 39.311297 ], [ -76.548972, 39.311288 ], [ -76.548841, 39.311275 ], [ -76.54872, 39.311256 ], [ -76.548602, 39.311216 ], [ -76.548529, 39.311193 ], [ -76.548448, 39.311185 ], [ -76.548377, 39.311192 ], [ -76.548262, 39.311229 ], [ -76.548162, 39.311235 ], [ -76.548061, 39.311233 ], [ -76.547997, 39.311221 ], [ -76.547918, 39.311196 ], [ -76.547884, 39.31118 ], [ -76.547854, 39.311153 ], [ -76.547764, 39.311012 ], [ -76.54758, 39.310679 ], [ -76.547353, 39.310154 ], [ -76.54724, 39.309994 ], [ -76.547195, 39.309894 ], [ -76.547124, 39.309809 ], [ -76.54699, 39.309678 ], [ -76.546903, 39.309604 ], [ -76.546798, 39.309538 ], [ -76.54619, 39.309215 ], [ -76.545745, 39.309046 ], [ -76.54556, 39.308965 ], [ -76.545475, 39.308914 ], [ -76.545423, 39.308867 ], [ -76.545186, 39.308663 ], [ -76.544732, 39.308269 ], [ -76.544513, 39.308012 ], [ -76.5444, 39.307845 ], [ -76.544296, 39.307723 ], [ -76.544164, 39.307608 ], [ -76.544059, 39.307556 ], [ -76.543879, 39.307481 ], [ -76.543589, 39.307428 ], [ -76.543331, 39.307407 ], [ -76.543118, 39.307352 ], [ -76.544198, 39.305445 ], [ -76.544698, 39.304559 ], [ -76.544904, 39.304215 ], [ -76.545347, 39.303575 ], [ -76.545707, 39.303071 ], [ -76.546046, 39.302606 ], [ -76.546089, 39.302548 ], [ -76.546543, 39.302398 ], [ -76.547613, 39.302085 ], [ -76.547841, 39.302025 ], [ -76.548707, 39.301762 ], [ -76.548834, 39.301719 ], [ -76.549476, 39.301503 ], [ -76.550028, 39.301312 ], [ -76.550521, 39.301134 ], [ -76.550553, 39.301122 ], [ -76.550658, 39.301082 ], [ -76.550674, 39.301077 ], [ -76.551027, 39.300971 ], [ -76.551997, 39.300638 ], [ -76.552513, 39.300465 ], [ -76.552763, 39.300381 ], [ -76.553479, 39.300151 ], [ -76.553665, 39.300276 ], [ -76.554239, 39.300622 ], [ -76.554472, 39.300762 ], [ -76.554885, 39.301018 ], [ -76.55498, 39.301077 ], [ -76.55513, 39.301182 ], [ -76.555482, 39.30145 ], [ -76.555843, 39.301723 ], [ -76.556208, 39.301999 ], [ -76.556979, 39.302573 ], [ -76.557605, 39.303064 ], [ -76.557952, 39.303348 ], [ -76.558299, 39.30363 ], [ -76.558787, 39.304006 ], [ -76.559237, 39.304348 ], [ -76.559588, 39.304618 ], [ -76.560763, 39.305508 ], [ -76.560878, 39.305597 ], [ -76.560931, 39.305638 ], [ -76.56211, 39.306484 ], [ -76.562556, 39.306831 ], [ -76.563609, 39.307635 ], [ -76.564498, 39.308251 ], [ -76.565478, 39.30897 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260402", "name": "Census Tract 2604.02, Baltimore city, Maryland", "total_population_17": 2999, "white_alone_17": 107.0, "black_alone_17": 2729.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.532, "pct_black_alone_change": -2.653, "pct_native_alone_change": -0.05, "pct_asian_alone_change": -0.25, "pct_hispanic_or_latino_change": -1.25, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3168618", "INTPTLON": "-076.5412760" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.550321, 39.312215 ], [ -76.550261, 39.312504 ], [ -76.550211, 39.312612 ], [ -76.55012, 39.312728 ], [ -76.549976, 39.312859 ], [ -76.54983, 39.313034 ], [ -76.549644, 39.313259 ], [ -76.549496, 39.313425 ], [ -76.549376, 39.31362 ], [ -76.549362, 39.31365 ], [ -76.549356, 39.313682 ], [ -76.549349, 39.31374 ], [ -76.549391, 39.313878 ], [ -76.54941, 39.313963 ], [ -76.549412, 39.314033 ], [ -76.549415, 39.314101 ], [ -76.549399, 39.314181 ], [ -76.549377, 39.314254 ], [ -76.549342, 39.314346 ], [ -76.549322, 39.314414 ], [ -76.549315, 39.314468 ], [ -76.54931, 39.314552 ], [ -76.549298, 39.314631 ], [ -76.549268, 39.314704 ], [ -76.549237, 39.314768 ], [ -76.549193, 39.314944 ], [ -76.549101, 39.315181 ], [ -76.548938, 39.315888 ], [ -76.548136, 39.316256 ], [ -76.547467, 39.316655 ], [ -76.545847, 39.31762 ], [ -76.545742, 39.31769 ], [ -76.545241, 39.318023 ], [ -76.543526, 39.319164 ], [ -76.54235, 39.319941 ], [ -76.542235, 39.320018 ], [ -76.540459, 39.321218 ], [ -76.540321, 39.321383 ], [ -76.539807, 39.322001 ], [ -76.538333, 39.32377 ], [ -76.536877, 39.325599 ], [ -76.536486, 39.326106 ], [ -76.536023, 39.326705 ], [ -76.534104, 39.328295 ], [ -76.533806, 39.327792 ], [ -76.533695, 39.327629 ], [ -76.533658, 39.327573 ], [ -76.533626, 39.327496 ], [ -76.533626, 39.327433 ], [ -76.533645, 39.327323 ], [ -76.533653, 39.327266 ], [ -76.53365, 39.327209 ], [ -76.533661, 39.327153 ], [ -76.533691, 39.327091 ], [ -76.533699, 39.327025 ], [ -76.533685, 39.326937 ], [ -76.533641, 39.326852 ], [ -76.533591, 39.326761 ], [ -76.533562, 39.326662 ], [ -76.533539, 39.32652 ], [ -76.533525, 39.326406 ], [ -76.533508, 39.326347 ], [ -76.533435, 39.326261 ], [ -76.533359, 39.326156 ], [ -76.533283, 39.326062 ], [ -76.53302, 39.325632 ], [ -76.532667, 39.325033 ], [ -76.532555, 39.324859 ], [ -76.532465, 39.324723 ], [ -76.53241, 39.324568 ], [ -76.532388, 39.324464 ], [ -76.532382, 39.324389 ], [ -76.532387, 39.324267 ], [ -76.532395, 39.324196 ], [ -76.532417, 39.324094 ], [ -76.532454, 39.324038 ], [ -76.532557, 39.323941 ], [ -76.532631, 39.323896 ], [ -76.532762, 39.323894 ], [ -76.532879, 39.323906 ], [ -76.532985, 39.323932 ], [ -76.533074, 39.323932 ], [ -76.533188, 39.323907 ], [ -76.533214, 39.323885 ], [ -76.533236, 39.323814 ], [ -76.533226, 39.32372 ], [ -76.533215, 39.323663 ], [ -76.533223, 39.323615 ], [ -76.533318, 39.323513 ], [ -76.533352, 39.323458 ], [ -76.533404, 39.323407 ], [ -76.53346, 39.323383 ], [ -76.533543, 39.323326 ], [ -76.533589, 39.323272 ], [ -76.533595, 39.323249 ], [ -76.533603, 39.323195 ], [ -76.533621, 39.323133 ], [ -76.533667, 39.323001 ], [ -76.533693, 39.322947 ], [ -76.53371, 39.322899 ], [ -76.533736, 39.32287 ], [ -76.533828, 39.322785 ], [ -76.533957, 39.322686 ], [ -76.534107, 39.32261 ], [ -76.534168, 39.322567 ], [ -76.534329, 39.32241 ], [ -76.534414, 39.322306 ], [ -76.534484, 39.322178 ], [ -76.534547, 39.322059 ], [ -76.534637, 39.321813 ], [ -76.534671, 39.32164 ], [ -76.534664, 39.321461 ], [ -76.534639, 39.321394 ], [ -76.534617, 39.321362 ], [ -76.534576, 39.321328 ], [ -76.534526, 39.321293 ], [ -76.534495, 39.321265 ], [ -76.53447, 39.321225 ], [ -76.53446, 39.321181 ], [ -76.53446, 39.321129 ], [ -76.534468, 39.320985 ], [ -76.534521, 39.320736 ], [ -76.534546, 39.320591 ], [ -76.534575, 39.320521 ], [ -76.534631, 39.320458 ], [ -76.534682, 39.320422 ], [ -76.534712, 39.320385 ], [ -76.534742, 39.32017 ], [ -76.534785, 39.320022 ], [ -76.534822, 39.31996 ], [ -76.534885, 39.319906 ], [ -76.534958, 39.319867 ], [ -76.535508, 39.319588 ], [ -76.535734, 39.319456 ], [ -76.535781, 39.319401 ], [ -76.535822, 39.319345 ], [ -76.535838, 39.319321 ], [ -76.53586, 39.319284 ], [ -76.53587, 39.319257 ], [ -76.535873, 39.319226 ], [ -76.535873, 39.319199 ], [ -76.535869, 39.319173 ], [ -76.535862, 39.319142 ], [ -76.535845, 39.319114 ], [ -76.535822, 39.319088 ], [ -76.535791, 39.31907 ], [ -76.535762, 39.319052 ], [ -76.535721, 39.319029 ], [ -76.535692, 39.319005 ], [ -76.535672, 39.318983 ], [ -76.535646, 39.318926 ], [ -76.535634, 39.31887 ], [ -76.535624, 39.318816 ], [ -76.535623, 39.318763 ], [ -76.535639, 39.31857 ], [ -76.535704, 39.318289 ], [ -76.535708, 39.31818 ], [ -76.535706, 39.31808 ], [ -76.535651, 39.318003 ], [ -76.535455, 39.317823 ], [ -76.535294, 39.317681 ], [ -76.536504, 39.31654 ], [ -76.537665, 39.315378 ], [ -76.538793, 39.314253 ], [ -76.539474, 39.313489 ], [ -76.539736, 39.313176 ], [ -76.540029, 39.312792 ], [ -76.540292, 39.312398 ], [ -76.540474, 39.312085 ], [ -76.540706, 39.311711 ], [ -76.54108, 39.310984 ], [ -76.541273, 39.310615 ], [ -76.541316, 39.310578 ], [ -76.541425, 39.310424 ], [ -76.541803, 39.309696 ], [ -76.542279, 39.308796 ], [ -76.542818, 39.307835 ], [ -76.543118, 39.307352 ], [ -76.543331, 39.307407 ], [ -76.543589, 39.307428 ], [ -76.543879, 39.307481 ], [ -76.544059, 39.307556 ], [ -76.544164, 39.307608 ], [ -76.544296, 39.307723 ], [ -76.5444, 39.307845 ], [ -76.544513, 39.308012 ], [ -76.544732, 39.308269 ], [ -76.545186, 39.308663 ], [ -76.545423, 39.308867 ], [ -76.545475, 39.308914 ], [ -76.54556, 39.308965 ], [ -76.545745, 39.309046 ], [ -76.54619, 39.309215 ], [ -76.546798, 39.309538 ], [ -76.546903, 39.309604 ], [ -76.54699, 39.309678 ], [ -76.547124, 39.309809 ], [ -76.547195, 39.309894 ], [ -76.54724, 39.309994 ], [ -76.547353, 39.310154 ], [ -76.54758, 39.310679 ], [ -76.547764, 39.311012 ], [ -76.547854, 39.311153 ], [ -76.547884, 39.31118 ], [ -76.547918, 39.311196 ], [ -76.547997, 39.311221 ], [ -76.548061, 39.311233 ], [ -76.548162, 39.311235 ], [ -76.548262, 39.311229 ], [ -76.548377, 39.311192 ], [ -76.548448, 39.311185 ], [ -76.548529, 39.311193 ], [ -76.548602, 39.311216 ], [ -76.54872, 39.311256 ], [ -76.548841, 39.311275 ], [ -76.548972, 39.311288 ], [ -76.549095, 39.311297 ], [ -76.549511, 39.311321 ], [ -76.549665, 39.311322 ], [ -76.549748, 39.311308 ], [ -76.549802, 39.311289 ], [ -76.549866, 39.311289 ], [ -76.549928, 39.311298 ], [ -76.550092, 39.311311 ], [ -76.550387, 39.311318 ], [ -76.550321, 39.312215 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260403", "name": "Census Tract 2604.03, Baltimore city, Maryland", "total_population_17": 1840, "white_alone_17": 123.0, "black_alone_17": 1685.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 3.219, "pct_black_alone_change": -3.254, "pct_native_alone_change": -0.114, "pct_asian_alone_change": -0.17, "pct_hispanic_or_latino_change": -1.364, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3148057", "INTPTLON": "-076.5350451" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.546046, 39.302606 ], [ -76.545707, 39.303071 ], [ -76.545347, 39.303575 ], [ -76.544904, 39.304215 ], [ -76.544698, 39.304559 ], [ -76.544198, 39.305445 ], [ -76.543118, 39.307352 ], [ -76.542818, 39.307835 ], [ -76.542279, 39.308796 ], [ -76.541803, 39.309696 ], [ -76.541425, 39.310424 ], [ -76.541316, 39.310578 ], [ -76.541273, 39.310615 ], [ -76.54108, 39.310984 ], [ -76.540706, 39.311711 ], [ -76.540474, 39.312085 ], [ -76.540292, 39.312398 ], [ -76.540029, 39.312792 ], [ -76.539736, 39.313176 ], [ -76.539474, 39.313489 ], [ -76.538793, 39.314253 ], [ -76.537665, 39.315378 ], [ -76.536504, 39.31654 ], [ -76.535294, 39.317681 ], [ -76.535455, 39.317823 ], [ -76.535651, 39.318003 ], [ -76.535706, 39.31808 ], [ -76.535708, 39.31818 ], [ -76.535704, 39.318289 ], [ -76.535639, 39.31857 ], [ -76.535623, 39.318763 ], [ -76.535624, 39.318816 ], [ -76.535634, 39.31887 ], [ -76.535646, 39.318926 ], [ -76.535672, 39.318983 ], [ -76.535692, 39.319005 ], [ -76.535721, 39.319029 ], [ -76.535762, 39.319052 ], [ -76.535791, 39.31907 ], [ -76.535822, 39.319088 ], [ -76.535845, 39.319114 ], [ -76.535862, 39.319142 ], [ -76.535869, 39.319173 ], [ -76.535873, 39.319199 ], [ -76.535873, 39.319226 ], [ -76.53587, 39.319257 ], [ -76.53586, 39.319284 ], [ -76.535838, 39.319321 ], [ -76.535822, 39.319345 ], [ -76.535781, 39.319401 ], [ -76.535734, 39.319456 ], [ -76.535508, 39.319588 ], [ -76.534958, 39.319867 ], [ -76.534885, 39.319906 ], [ -76.534822, 39.31996 ], [ -76.534785, 39.320022 ], [ -76.534742, 39.32017 ], [ -76.534712, 39.320385 ], [ -76.534682, 39.320422 ], [ -76.534631, 39.320458 ], [ -76.534575, 39.320521 ], [ -76.534546, 39.320591 ], [ -76.534521, 39.320736 ], [ -76.534468, 39.320985 ], [ -76.53446, 39.321129 ], [ -76.53446, 39.321181 ], [ -76.53447, 39.321225 ], [ -76.534495, 39.321265 ], [ -76.534526, 39.321293 ], [ -76.534576, 39.321328 ], [ -76.534617, 39.321362 ], [ -76.534639, 39.321394 ], [ -76.534664, 39.321461 ], [ -76.534671, 39.32164 ], [ -76.534637, 39.321813 ], [ -76.534547, 39.322059 ], [ -76.534484, 39.322178 ], [ -76.534414, 39.322306 ], [ -76.534329, 39.32241 ], [ -76.534168, 39.322567 ], [ -76.534107, 39.32261 ], [ -76.533957, 39.322686 ], [ -76.533828, 39.322785 ], [ -76.533736, 39.32287 ], [ -76.53371, 39.322899 ], [ -76.533693, 39.322947 ], [ -76.533667, 39.323001 ], [ -76.533621, 39.323133 ], [ -76.533603, 39.323195 ], [ -76.533595, 39.323249 ], [ -76.533589, 39.323272 ], [ -76.533543, 39.323326 ], [ -76.53346, 39.323383 ], [ -76.533404, 39.323407 ], [ -76.533352, 39.323458 ], [ -76.533318, 39.323513 ], [ -76.533223, 39.323615 ], [ -76.533215, 39.323663 ], [ -76.533226, 39.32372 ], [ -76.533236, 39.323814 ], [ -76.533214, 39.323885 ], [ -76.533188, 39.323907 ], [ -76.533074, 39.323932 ], [ -76.532985, 39.323932 ], [ -76.532879, 39.323906 ], [ -76.532762, 39.323894 ], [ -76.532631, 39.323896 ], [ -76.532557, 39.323941 ], [ -76.532454, 39.324038 ], [ -76.532417, 39.324094 ], [ -76.532395, 39.324196 ], [ -76.532387, 39.324267 ], [ -76.532382, 39.324389 ], [ -76.532388, 39.324464 ], [ -76.53241, 39.324568 ], [ -76.532465, 39.324723 ], [ -76.532555, 39.324859 ], [ -76.532667, 39.325033 ], [ -76.53302, 39.325632 ], [ -76.533283, 39.326062 ], [ -76.533359, 39.326156 ], [ -76.533435, 39.326261 ], [ -76.533508, 39.326347 ], [ -76.533525, 39.326406 ], [ -76.533539, 39.32652 ], [ -76.533562, 39.326662 ], [ -76.533591, 39.326761 ], [ -76.533641, 39.326852 ], [ -76.533685, 39.326937 ], [ -76.533699, 39.327025 ], [ -76.533691, 39.327091 ], [ -76.533661, 39.327153 ], [ -76.53365, 39.327209 ], [ -76.533653, 39.327266 ], [ -76.533645, 39.327323 ], [ -76.533626, 39.327433 ], [ -76.533626, 39.327496 ], [ -76.533658, 39.327573 ], [ -76.533695, 39.327629 ], [ -76.533806, 39.327792 ], [ -76.534104, 39.328295 ], [ -76.534144, 39.328356 ], [ -76.534152, 39.328392 ], [ -76.53415, 39.328417 ], [ -76.534134, 39.32845 ], [ -76.534096, 39.328543 ], [ -76.534083, 39.328657 ], [ -76.534095, 39.328758 ], [ -76.534112, 39.328893 ], [ -76.53308, 39.330118 ], [ -76.532977, 39.330558 ], [ -76.532817, 39.330586 ], [ -76.532251, 39.330687 ], [ -76.531857, 39.330757 ], [ -76.530448, 39.331013 ], [ -76.529685, 39.33115 ], [ -76.529685, 39.33028 ], [ -76.529686, 39.32909 ], [ -76.529723, 39.327329 ], [ -76.529734, 39.326786 ], [ -76.529746, 39.326402 ], [ -76.529759, 39.326001 ], [ -76.529715, 39.325322 ], [ -76.529686, 39.324871 ], [ -76.529686, 39.324504 ], [ -76.529686, 39.324456 ], [ -76.529686, 39.323597 ], [ -76.529686, 39.323327 ], [ -76.529686, 39.323264 ], [ -76.529686, 39.323073 ], [ -76.529686, 39.323026 ], [ -76.529686, 39.322898 ], [ -76.529686, 39.322652 ], [ -76.529686, 39.322338 ], [ -76.529686, 39.319906 ], [ -76.529686, 39.319675 ], [ -76.529971, 39.319565 ], [ -76.529971, 39.319463 ], [ -76.529971, 39.317826 ], [ -76.529733, 39.317824 ], [ -76.529743, 39.317468 ], [ -76.529992, 39.317462 ], [ -76.529993, 39.317135 ], [ -76.529753, 39.317112 ], [ -76.529627, 39.316768 ], [ -76.529775, 39.316269 ], [ -76.529784, 39.314366 ], [ -76.529785, 39.313709 ], [ -76.529786, 39.312906 ], [ -76.529786, 39.312543 ], [ -76.529786, 39.311619 ], [ -76.529786, 39.310391 ], [ -76.530118, 39.310161 ], [ -76.530555, 39.309859 ], [ -76.530978, 39.309581 ], [ -76.53141, 39.30928 ], [ -76.531445, 39.309256 ], [ -76.531719, 39.309065 ], [ -76.532346, 39.308668 ], [ -76.532919, 39.308294 ], [ -76.533314, 39.308011 ], [ -76.534168, 39.3074 ], [ -76.534207, 39.307377 ], [ -76.534355, 39.307288 ], [ -76.534382, 39.30727 ], [ -76.534707, 39.307051 ], [ -76.534989, 39.306855 ], [ -76.535392, 39.306575 ], [ -76.53567, 39.306396 ], [ -76.535851, 39.30628 ], [ -76.536051, 39.306166 ], [ -76.536411, 39.305962 ], [ -76.53721, 39.305601 ], [ -76.537591, 39.305413 ], [ -76.537893, 39.305258 ], [ -76.538212, 39.30511 ], [ -76.539257, 39.304629 ], [ -76.539718, 39.304444 ], [ -76.540723, 39.304121 ], [ -76.540967, 39.30405 ], [ -76.541694, 39.303846 ], [ -76.541854, 39.303795 ], [ -76.542104, 39.303716 ], [ -76.542396, 39.303625 ], [ -76.542959, 39.303452 ], [ -76.543017, 39.303436 ], [ -76.544087, 39.303125 ], [ -76.544594, 39.302979 ], [ -76.545947, 39.302592 ], [ -76.546089, 39.302548 ], [ -76.546046, 39.302606 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260404", "name": "Census Tract 2604.04, Baltimore city, Maryland", "total_population_17": 2277, "white_alone_17": 490.0, "black_alone_17": 691.0, "native_alone_17": 28.0, "asian_alone_17": 131.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 800.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -39.369, "pct_black_alone_change": -1.249, "pct_native_alone_change": -1.238, "pct_asian_alone_change": 3.394, "pct_hispanic_or_latino_change": 32.83, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3000661", "INTPTLON": "-076.5528622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.573046, 39.309338 ], [ -76.572868, 39.309342 ], [ -76.572334, 39.309353 ], [ -76.57213, 39.309357 ], [ -76.571736, 39.309366 ], [ -76.570181, 39.309368 ], [ -76.570048, 39.30937 ], [ -76.569866, 39.309371 ], [ -76.569475, 39.309372 ], [ -76.568845, 39.309386 ], [ -76.568615, 39.309379 ], [ -76.568446, 39.309358 ], [ -76.56835, 39.309346 ], [ -76.568014, 39.309293 ], [ -76.567418, 39.309137 ], [ -76.567313, 39.30911 ], [ -76.567023, 39.309025 ], [ -76.566657, 39.30896 ], [ -76.566162, 39.308929 ], [ -76.565478, 39.30897 ], [ -76.564498, 39.308251 ], [ -76.563609, 39.307635 ], [ -76.562556, 39.306831 ], [ -76.56211, 39.306484 ], [ -76.560931, 39.305638 ], [ -76.560878, 39.305597 ], [ -76.560763, 39.305508 ], [ -76.559588, 39.304618 ], [ -76.559237, 39.304348 ], [ -76.558787, 39.304006 ], [ -76.558299, 39.30363 ], [ -76.557952, 39.303348 ], [ -76.557605, 39.303064 ], [ -76.556979, 39.302573 ], [ -76.556208, 39.301999 ], [ -76.555843, 39.301723 ], [ -76.555482, 39.30145 ], [ -76.55513, 39.301182 ], [ -76.55498, 39.301077 ], [ -76.554885, 39.301018 ], [ -76.554472, 39.300762 ], [ -76.554239, 39.300622 ], [ -76.553665, 39.300276 ], [ -76.553479, 39.300151 ], [ -76.552763, 39.300381 ], [ -76.552513, 39.300465 ], [ -76.551997, 39.300638 ], [ -76.551027, 39.300971 ], [ -76.550674, 39.301077 ], [ -76.550658, 39.301082 ], [ -76.550553, 39.301122 ], [ -76.550521, 39.301134 ], [ -76.550028, 39.301312 ], [ -76.549476, 39.301503 ], [ -76.548834, 39.301719 ], [ -76.548707, 39.301762 ], [ -76.547841, 39.302025 ], [ -76.547613, 39.302085 ], [ -76.546543, 39.302398 ], [ -76.546089, 39.302548 ], [ -76.545947, 39.302592 ], [ -76.544594, 39.302979 ], [ -76.544087, 39.303125 ], [ -76.543017, 39.303436 ], [ -76.542959, 39.303452 ], [ -76.542396, 39.303625 ], [ -76.542104, 39.303716 ], [ -76.541854, 39.303795 ], [ -76.541694, 39.303846 ], [ -76.540967, 39.30405 ], [ -76.540723, 39.304121 ], [ -76.539718, 39.304444 ], [ -76.539257, 39.304629 ], [ -76.538212, 39.30511 ], [ -76.537893, 39.305258 ], [ -76.537591, 39.305413 ], [ -76.53721, 39.305601 ], [ -76.536411, 39.305962 ], [ -76.536051, 39.306166 ], [ -76.535851, 39.30628 ], [ -76.53567, 39.306396 ], [ -76.535392, 39.306575 ], [ -76.534989, 39.306855 ], [ -76.534707, 39.307051 ], [ -76.534382, 39.30727 ], [ -76.534355, 39.307288 ], [ -76.534207, 39.307377 ], [ -76.534168, 39.3074 ], [ -76.533314, 39.308011 ], [ -76.532919, 39.308294 ], [ -76.532346, 39.308668 ], [ -76.531719, 39.309065 ], [ -76.531445, 39.309256 ], [ -76.53141, 39.30928 ], [ -76.530978, 39.309581 ], [ -76.530555, 39.309859 ], [ -76.530118, 39.310161 ], [ -76.529786, 39.310391 ], [ -76.529786, 39.310159 ], [ -76.529785, 39.310145 ], [ -76.529785, 39.310092 ], [ -76.52978, 39.310078 ], [ -76.529782, 39.309898 ], [ -76.529786, 39.309644 ], [ -76.529786, 39.309592 ], [ -76.529786, 39.309475 ], [ -76.529786, 39.309422 ], [ -76.529786, 39.308844 ], [ -76.529786, 39.308831 ], [ -76.529786, 39.308534 ], [ -76.529697, 39.307717 ], [ -76.529693, 39.306474 ], [ -76.529743, 39.305964 ], [ -76.529686, 39.305506 ], [ -76.529685, 39.304706 ], [ -76.529685, 39.304661 ], [ -76.529611, 39.302911 ], [ -76.529618, 39.302672 ], [ -76.529662, 39.301248 ], [ -76.529786, 39.299506 ], [ -76.529786, 39.299443 ], [ -76.529786, 39.29911 ], [ -76.529779, 39.298886 ], [ -76.529775, 39.298731 ], [ -76.529685, 39.298453 ], [ -76.529624, 39.298179 ], [ -76.529522, 39.297303 ], [ -76.52951, 39.29718 ], [ -76.529517, 39.297056 ], [ -76.529521, 39.296963 ], [ -76.529525, 39.29689 ], [ -76.529608, 39.296911 ], [ -76.529718, 39.296959 ], [ -76.530136, 39.296703 ], [ -76.530341, 39.296586 ], [ -76.530663, 39.296411 ], [ -76.530921, 39.296282 ], [ -76.531001, 39.296244 ], [ -76.531241, 39.296116 ], [ -76.531351, 39.296057 ], [ -76.531967, 39.295778 ], [ -76.532107, 39.295715 ], [ -76.532398, 39.295598 ], [ -76.532604, 39.295501 ], [ -76.532785, 39.295414 ], [ -76.532881, 39.295448 ], [ -76.532947, 39.295474 ], [ -76.533023, 39.295496 ], [ -76.533199, 39.295531 ], [ -76.533859, 39.295671 ], [ -76.534423, 39.295793 ], [ -76.535203, 39.295962 ], [ -76.535995, 39.296116 ], [ -76.53634, 39.296171 ], [ -76.536652, 39.296194 ], [ -76.537271, 39.296207 ], [ -76.539242, 39.296123 ], [ -76.539912, 39.296102 ], [ -76.541094, 39.296066 ], [ -76.541451, 39.296053 ], [ -76.541798, 39.296041 ], [ -76.542826, 39.296004 ], [ -76.543064, 39.295996 ], [ -76.54394, 39.295967 ], [ -76.544886, 39.295936 ], [ -76.546068, 39.29589 ], [ -76.546813, 39.295863 ], [ -76.547162, 39.295837 ], [ -76.547492, 39.295808 ], [ -76.547801, 39.29576 ], [ -76.54812, 39.295665 ], [ -76.548393, 39.295542 ], [ -76.548604, 39.295415 ], [ -76.548803, 39.295262 ], [ -76.549026, 39.295025 ], [ -76.549298, 39.294665 ], [ -76.549378, 39.294559 ], [ -76.549481, 39.294422 ], [ -76.549565, 39.29431 ], [ -76.550102, 39.293642 ], [ -76.550355, 39.293351 ], [ -76.550558, 39.293091 ], [ -76.550899, 39.292667 ], [ -76.551081, 39.292483 ], [ -76.551157, 39.292428 ], [ -76.551275, 39.292343 ], [ -76.551503, 39.292216 ], [ -76.55181, 39.292098 ], [ -76.552123, 39.292033 ], [ -76.552486, 39.292004 ], [ -76.553572, 39.291972 ], [ -76.553673, 39.291969 ], [ -76.553781, 39.291966 ], [ -76.553815, 39.291964 ], [ -76.553828, 39.291963 ], [ -76.553947, 39.291958 ], [ -76.55396, 39.291957 ], [ -76.554992, 39.291911 ], [ -76.555334, 39.291883 ], [ -76.555525, 39.291867 ], [ -76.555724, 39.291865 ], [ -76.555778, 39.291865 ], [ -76.556166, 39.291864 ], [ -76.557061, 39.291835 ], [ -76.557417, 39.291799 ], [ -76.558916, 39.291738 ], [ -76.559889, 39.291705 ], [ -76.56087, 39.291668 ], [ -76.561669, 39.291638 ], [ -76.562323, 39.291612 ], [ -76.562744, 39.291595 ], [ -76.562791, 39.292248 ], [ -76.562827, 39.292754 ], [ -76.564106, 39.292704 ], [ -76.565701, 39.292641 ], [ -76.566569, 39.2926 ], [ -76.56755, 39.292568 ], [ -76.569413, 39.292487 ], [ -76.569462, 39.293066 ], [ -76.569502, 39.293619 ], [ -76.569547, 39.294269 ], [ -76.569593, 39.294908 ], [ -76.569625, 39.295492 ], [ -76.569656, 39.296061 ], [ -76.569679, 39.296378 ], [ -76.56974, 39.297225 ], [ -76.569803, 39.298239 ], [ -76.56984, 39.298807 ], [ -76.569859, 39.29908 ], [ -76.569869, 39.299202 ], [ -76.569892, 39.299291 ], [ -76.569911, 39.29935 ], [ -76.570398, 39.299323 ], [ -76.570788, 39.299301 ], [ -76.571537, 39.299277 ], [ -76.57226, 39.299249 ], [ -76.572661, 39.299237 ], [ -76.572789, 39.299234 ], [ -76.572791, 39.29964 ], [ -76.572787, 39.300308 ], [ -76.57278, 39.300721 ], [ -76.57279, 39.301351 ], [ -76.572794, 39.301878 ], [ -76.572787, 39.302254 ], [ -76.572793, 39.302721 ], [ -76.572844, 39.303528 ], [ -76.572899, 39.30411 ], [ -76.572968, 39.304846 ], [ -76.572979, 39.30515 ], [ -76.572986, 39.306187 ], [ -76.573016, 39.307279 ], [ -76.573035, 39.308324 ], [ -76.573042, 39.30886 ], [ -76.573046, 39.309338 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260501", "name": "Census Tract 2605.01, Baltimore city, Maryland", "total_population_17": 5785, "white_alone_17": 3016.0, "black_alone_17": 599.0, "native_alone_17": 7.0, "asian_alone_17": 195.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1827.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -30.641, "pct_black_alone_change": 3.118, "pct_native_alone_change": -1.265, "pct_asian_alone_change": 0.13, "pct_hispanic_or_latino_change": 29.095, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+39.2883470", "INTPTLON": "-076.5423935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.555724, 39.291783 ], [ -76.555593, 39.291812 ], [ -76.55558, 39.291814 ], [ -76.555526, 39.291823 ], [ -76.554992, 39.291911 ], [ -76.55396, 39.291957 ], [ -76.553947, 39.291958 ], [ -76.553828, 39.291963 ], [ -76.553815, 39.291964 ], [ -76.553781, 39.291966 ], [ -76.553673, 39.291969 ], [ -76.553572, 39.291972 ], [ -76.552486, 39.292004 ], [ -76.552123, 39.292033 ], [ -76.55181, 39.292098 ], [ -76.551503, 39.292216 ], [ -76.551275, 39.292343 ], [ -76.551157, 39.292428 ], [ -76.551081, 39.292483 ], [ -76.550899, 39.292667 ], [ -76.550558, 39.293091 ], [ -76.550355, 39.293351 ], [ -76.550102, 39.293642 ], [ -76.549565, 39.29431 ], [ -76.549481, 39.294422 ], [ -76.549378, 39.294559 ], [ -76.549298, 39.294665 ], [ -76.549026, 39.295025 ], [ -76.548803, 39.295262 ], [ -76.548604, 39.295415 ], [ -76.548393, 39.295542 ], [ -76.54812, 39.295665 ], [ -76.547801, 39.29576 ], [ -76.547492, 39.295808 ], [ -76.547162, 39.295837 ], [ -76.546813, 39.295863 ], [ -76.546068, 39.29589 ], [ -76.544886, 39.295936 ], [ -76.54394, 39.295967 ], [ -76.543064, 39.295996 ], [ -76.542826, 39.296004 ], [ -76.541798, 39.296041 ], [ -76.541451, 39.296053 ], [ -76.541094, 39.296066 ], [ -76.539912, 39.296102 ], [ -76.539242, 39.296123 ], [ -76.537271, 39.296207 ], [ -76.536652, 39.296194 ], [ -76.53634, 39.296171 ], [ -76.535995, 39.296116 ], [ -76.535203, 39.295962 ], [ -76.534423, 39.295793 ], [ -76.533859, 39.295671 ], [ -76.533199, 39.295531 ], [ -76.533023, 39.295496 ], [ -76.532947, 39.295474 ], [ -76.532881, 39.295448 ], [ -76.532785, 39.295414 ], [ -76.532604, 39.295501 ], [ -76.532398, 39.295598 ], [ -76.532107, 39.295715 ], [ -76.531967, 39.295778 ], [ -76.531351, 39.296057 ], [ -76.531241, 39.296116 ], [ -76.531001, 39.296244 ], [ -76.530921, 39.296282 ], [ -76.530663, 39.296411 ], [ -76.530341, 39.296586 ], [ -76.530136, 39.296703 ], [ -76.529718, 39.296959 ], [ -76.529608, 39.296911 ], [ -76.529525, 39.29689 ], [ -76.52953, 39.296786 ], [ -76.529542, 39.296548 ], [ -76.529583, 39.295711 ], [ -76.529588, 39.295645 ], [ -76.529638, 39.294949 ], [ -76.529669, 39.294514 ], [ -76.529675, 39.294426 ], [ -76.529793, 39.292783 ], [ -76.529708, 39.291895 ], [ -76.529689, 39.290993 ], [ -76.529593, 39.290575 ], [ -76.529499, 39.290168 ], [ -76.529525, 39.289764 ], [ -76.529552, 39.289337 ], [ -76.529597, 39.288927 ], [ -76.529681, 39.288152 ], [ -76.529678, 39.288069 ], [ -76.5296, 39.285643 ], [ -76.529592, 39.284852 ], [ -76.530393, 39.284818 ], [ -76.5317, 39.284041 ], [ -76.533083, 39.283227 ], [ -76.533785, 39.282843 ], [ -76.534902, 39.282232 ], [ -76.535508, 39.2819 ], [ -76.535704, 39.281793 ], [ -76.536357, 39.281738 ], [ -76.537649, 39.281679 ], [ -76.538194, 39.28167 ], [ -76.538308, 39.281653 ], [ -76.538741, 39.281641 ], [ -76.539153, 39.281623 ], [ -76.539597, 39.281613 ], [ -76.539906, 39.281601 ], [ -76.540054, 39.281595 ], [ -76.540512, 39.281573 ], [ -76.541889, 39.281521 ], [ -76.542182, 39.281509 ], [ -76.543199, 39.281465 ], [ -76.543251, 39.281463 ], [ -76.543805, 39.281443 ], [ -76.544786, 39.281399 ], [ -76.545723, 39.281362 ], [ -76.547586, 39.281286 ], [ -76.548406, 39.281254 ], [ -76.548798, 39.281237 ], [ -76.548975, 39.28123 ], [ -76.549544, 39.281207 ], [ -76.549715, 39.2812 ], [ -76.549748, 39.281215 ], [ -76.549768, 39.281215 ], [ -76.549842, 39.281216 ], [ -76.549931, 39.281215 ], [ -76.550098, 39.281207 ], [ -76.550344, 39.281189 ], [ -76.550608, 39.281172 ], [ -76.551744, 39.281125 ], [ -76.552395, 39.281099 ], [ -76.552727, 39.2811 ], [ -76.553196, 39.281085 ], [ -76.55326, 39.281082 ], [ -76.553378, 39.281081 ], [ -76.553406, 39.281083 ], [ -76.553864, 39.281035 ], [ -76.554202, 39.281023 ], [ -76.554425, 39.281009 ], [ -76.554518, 39.280992 ], [ -76.554581, 39.280977 ], [ -76.554596, 39.281281 ], [ -76.554604, 39.281439 ], [ -76.554644, 39.282287 ], [ -76.554739, 39.283038 ], [ -76.5548, 39.284053 ], [ -76.554852, 39.284915 ], [ -76.554861, 39.285061 ], [ -76.554922, 39.286077 ], [ -76.554978, 39.287049 ], [ -76.554981, 39.287102 ], [ -76.554983, 39.287127 ], [ -76.55505, 39.287965 ], [ -76.555002, 39.28802 ], [ -76.554853, 39.288039 ], [ -76.554381, 39.288069 ], [ -76.554244, 39.28806 ], [ -76.554135, 39.288054 ], [ -76.554202, 39.288157 ], [ -76.554248, 39.288199 ], [ -76.554332, 39.288743 ], [ -76.554423, 39.288939 ], [ -76.554548, 39.289136 ], [ -76.555365, 39.290331 ], [ -76.555434, 39.290432 ], [ -76.555493, 39.29054 ], [ -76.555534, 39.290622 ], [ -76.55563, 39.290822 ], [ -76.555663, 39.290961 ], [ -76.555687, 39.291106 ], [ -76.555716, 39.291449 ], [ -76.555724, 39.291783 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260604", "name": "Census Tract 2606.04, Baltimore city, Maryland", "total_population_17": 1435, "white_alone_17": 185.0, "black_alone_17": 1014.0, "native_alone_17": 0.0, "asian_alone_17": 84.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 152.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -14.146, "pct_black_alone_change": 4.414, "pct_native_alone_change": -2.118, "pct_asian_alone_change": 5.244, "pct_hispanic_or_latino_change": 6.894, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2786758", "INTPTLON": "-076.5388371" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.543805, 39.281443 ], [ -76.543251, 39.281463 ], [ -76.543199, 39.281465 ], [ -76.542182, 39.281509 ], [ -76.541889, 39.281521 ], [ -76.540512, 39.281573 ], [ -76.540054, 39.281595 ], [ -76.539906, 39.281601 ], [ -76.539597, 39.281613 ], [ -76.539153, 39.281623 ], [ -76.538741, 39.281641 ], [ -76.538308, 39.281653 ], [ -76.538194, 39.28167 ], [ -76.537649, 39.281679 ], [ -76.536357, 39.281738 ], [ -76.535704, 39.281793 ], [ -76.535535, 39.281516 ], [ -76.535213, 39.280987 ], [ -76.534725, 39.280023 ], [ -76.5347, 39.279976 ], [ -76.534635, 39.279855 ], [ -76.534252, 39.279079 ], [ -76.533876, 39.27831 ], [ -76.533727, 39.278003 ], [ -76.533504, 39.277541 ], [ -76.534181, 39.276916 ], [ -76.535068, 39.276083 ], [ -76.534993, 39.275293 ], [ -76.535082, 39.275288 ], [ -76.53517, 39.275271 ], [ -76.535268, 39.275249 ], [ -76.535413, 39.275205 ], [ -76.535579, 39.275157 ], [ -76.535746, 39.27511 ], [ -76.535898, 39.275082 ], [ -76.536098, 39.275064 ], [ -76.536368, 39.275059 ], [ -76.53675, 39.275035 ], [ -76.53682, 39.275021 ], [ -76.536895, 39.274993 ], [ -76.537008, 39.274946 ], [ -76.537099, 39.274912 ], [ -76.537188, 39.274887 ], [ -76.537395, 39.274852 ], [ -76.537924, 39.27484 ], [ -76.53795, 39.275252 ], [ -76.537973, 39.27561 ], [ -76.537986, 39.275813 ], [ -76.538005, 39.276466 ], [ -76.538052, 39.276464 ], [ -76.538307, 39.276452 ], [ -76.538472, 39.276448 ], [ -76.538531, 39.276446 ], [ -76.538771, 39.276437 ], [ -76.538861, 39.276433 ], [ -76.538941, 39.276431 ], [ -76.539083, 39.276428 ], [ -76.539302, 39.276421 ], [ -76.539402, 39.276418 ], [ -76.539478, 39.276416 ], [ -76.539623, 39.276411 ], [ -76.5399, 39.276397 ], [ -76.540048, 39.276394 ], [ -76.540171, 39.276391 ], [ -76.540586, 39.276377 ], [ -76.541135, 39.276358 ], [ -76.541691, 39.276339 ], [ -76.542228, 39.276322 ], [ -76.542981, 39.276297 ], [ -76.54364, 39.276282 ], [ -76.543647, 39.276497 ], [ -76.543738, 39.277931 ], [ -76.543713, 39.278302 ], [ -76.543667, 39.278628 ], [ -76.543656, 39.278912 ], [ -76.543659, 39.279217 ], [ -76.543668, 39.279451 ], [ -76.543778, 39.281068 ], [ -76.543805, 39.281443 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260605", "name": "Census Tract 2606.05, Baltimore city, Maryland", "total_population_17": 4606, "white_alone_17": 2307.0, "black_alone_17": 773.0, "native_alone_17": 33.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1394.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -25.383, "pct_black_alone_change": 1.529, "pct_native_alone_change": -1.067, "pct_asian_alone_change": -1.293, "pct_hispanic_or_latino_change": 26.072, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2583782", "INTPTLON": "-076.5496645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.577586, 39.271606 ], [ -76.572687, 39.275007 ], [ -76.571987, 39.275406 ], [ -76.570978, 39.276345 ], [ -76.570931, 39.276389 ], [ -76.570877, 39.276421 ], [ -76.570887, 39.276906 ], [ -76.570914, 39.277218 ], [ -76.570931, 39.277322 ], [ -76.571008, 39.278337 ], [ -76.570225, 39.278372 ], [ -76.569455, 39.27839 ], [ -76.568893, 39.278406 ], [ -76.568512, 39.278417 ], [ -76.567573, 39.278451 ], [ -76.566652, 39.278486 ], [ -76.565742, 39.278532 ], [ -76.5645, 39.278595 ], [ -76.564251, 39.278742 ], [ -76.563983, 39.278954 ], [ -76.563593, 39.279301 ], [ -76.563306, 39.279602 ], [ -76.563045, 39.279903 ], [ -76.562767, 39.280237 ], [ -76.562477, 39.280693 ], [ -76.562094, 39.281425 ], [ -76.561813, 39.281848 ], [ -76.561075, 39.281766 ], [ -76.561024, 39.281237 ], [ -76.560994, 39.280738 ], [ -76.559264, 39.280786 ], [ -76.558247, 39.280826 ], [ -76.558258, 39.280951 ], [ -76.558312, 39.281617 ], [ -76.558339, 39.282073 ], [ -76.558347, 39.282205 ], [ -76.558018, 39.282233 ], [ -76.557435, 39.282746 ], [ -76.557392, 39.282766 ], [ -76.557403, 39.282733 ], [ -76.557399, 39.282555 ], [ -76.557387, 39.282251 ], [ -76.557393, 39.282166 ], [ -76.557376, 39.281878 ], [ -76.55732, 39.280875 ], [ -76.556386, 39.280906 ], [ -76.55542, 39.280953 ], [ -76.555354, 39.280957 ], [ -76.555279, 39.281337 ], [ -76.555247, 39.281448 ], [ -76.555174, 39.281595 ], [ -76.555097, 39.281741 ], [ -76.555015, 39.281863 ], [ -76.554906, 39.281995 ], [ -76.554798, 39.28212 ], [ -76.554644, 39.282287 ], [ -76.554604, 39.281439 ], [ -76.554596, 39.281281 ], [ -76.554581, 39.280977 ], [ -76.554518, 39.280992 ], [ -76.554425, 39.281009 ], [ -76.554202, 39.281023 ], [ -76.553864, 39.281035 ], [ -76.553406, 39.281083 ], [ -76.553378, 39.281081 ], [ -76.55326, 39.281082 ], [ -76.553196, 39.281085 ], [ -76.552727, 39.2811 ], [ -76.552395, 39.281099 ], [ -76.551744, 39.281125 ], [ -76.550608, 39.281172 ], [ -76.550344, 39.281189 ], [ -76.550098, 39.281207 ], [ -76.549931, 39.281215 ], [ -76.549842, 39.281216 ], [ -76.549768, 39.281215 ], [ -76.549748, 39.281215 ], [ -76.549715, 39.2812 ], [ -76.549544, 39.281207 ], [ -76.548975, 39.28123 ], [ -76.548798, 39.281237 ], [ -76.548406, 39.281254 ], [ -76.547586, 39.281286 ], [ -76.545723, 39.281362 ], [ -76.544786, 39.281399 ], [ -76.543805, 39.281443 ], [ -76.543778, 39.281068 ], [ -76.543668, 39.279451 ], [ -76.543659, 39.279217 ], [ -76.543656, 39.278912 ], [ -76.543667, 39.278628 ], [ -76.543713, 39.278302 ], [ -76.543738, 39.277931 ], [ -76.543647, 39.276497 ], [ -76.54364, 39.276282 ], [ -76.542981, 39.276297 ], [ -76.542228, 39.276322 ], [ -76.541691, 39.276339 ], [ -76.541135, 39.276358 ], [ -76.540586, 39.276377 ], [ -76.540171, 39.276391 ], [ -76.540048, 39.276394 ], [ -76.5399, 39.276397 ], [ -76.539623, 39.276411 ], [ -76.539478, 39.276416 ], [ -76.539402, 39.276418 ], [ -76.539302, 39.276421 ], [ -76.539083, 39.276428 ], [ -76.538941, 39.276431 ], [ -76.538861, 39.276433 ], [ -76.538771, 39.276437 ], [ -76.538531, 39.276446 ], [ -76.538472, 39.276448 ], [ -76.538307, 39.276452 ], [ -76.538052, 39.276464 ], [ -76.538005, 39.276466 ], [ -76.537986, 39.275813 ], [ -76.537973, 39.27561 ], [ -76.53795, 39.275252 ], [ -76.537924, 39.27484 ], [ -76.537395, 39.274852 ], [ -76.537188, 39.274887 ], [ -76.537099, 39.274912 ], [ -76.537008, 39.274946 ], [ -76.536895, 39.274993 ], [ -76.53682, 39.275021 ], [ -76.53675, 39.275035 ], [ -76.536368, 39.275059 ], [ -76.536098, 39.275064 ], [ -76.535898, 39.275082 ], [ -76.535746, 39.27511 ], [ -76.535579, 39.275157 ], [ -76.535413, 39.275205 ], [ -76.535268, 39.275249 ], [ -76.53517, 39.275271 ], [ -76.535082, 39.275288 ], [ -76.534993, 39.275293 ], [ -76.535068, 39.276083 ], [ -76.534181, 39.276916 ], [ -76.533504, 39.277541 ], [ -76.533727, 39.278003 ], [ -76.533876, 39.27831 ], [ -76.534252, 39.279079 ], [ -76.534635, 39.279855 ], [ -76.5347, 39.279976 ], [ -76.534725, 39.280023 ], [ -76.535213, 39.280987 ], [ -76.535535, 39.281516 ], [ -76.535704, 39.281793 ], [ -76.535508, 39.2819 ], [ -76.534902, 39.282232 ], [ -76.533785, 39.282843 ], [ -76.533083, 39.283227 ], [ -76.5317, 39.284041 ], [ -76.530393, 39.284818 ], [ -76.529592, 39.284852 ], [ -76.529663, 39.284203 ], [ -76.529934, 39.283082 ], [ -76.529787, 39.281872 ], [ -76.529788, 39.281527 ], [ -76.529785, 39.28056 ], [ -76.529785, 39.280029 ], [ -76.529785, 39.279551 ], [ -76.529785, 39.279047 ], [ -76.529786, 39.27861 ], [ -76.529785, 39.277736 ], [ -76.529785, 39.276858 ], [ -76.529785, 39.276144 ], [ -76.529785, 39.274958 ], [ -76.529785, 39.273886 ], [ -76.529785, 39.27382 ], [ -76.529785, 39.273294 ], [ -76.529781, 39.273101 ], [ -76.529697, 39.272679 ], [ -76.529623, 39.272307 ], [ -76.529685, 39.270207 ], [ -76.529706, 39.270108 ], [ -76.529738, 39.269956 ], [ -76.529788, 39.269722 ], [ -76.529787, 39.268811 ], [ -76.529787, 39.268768 ], [ -76.529787, 39.268192 ], [ -76.529786, 39.267214 ], [ -76.529785, 39.266606 ], [ -76.529784, 39.264989 ], [ -76.529785, 39.264767 ], [ -76.529785, 39.264379 ], [ -76.529785, 39.263995 ], [ -76.529785, 39.263006 ], [ -76.529785, 39.262417 ], [ -76.529785, 39.262018 ], [ -76.529785, 39.261638 ], [ -76.529779, 39.261245 ], [ -76.529772, 39.260833 ], [ -76.529768, 39.260703 ], [ -76.529774, 39.260428 ], [ -76.529785, 39.259983 ], [ -76.529785, 39.259522 ], [ -76.529785, 39.259113 ], [ -76.529769, 39.258912 ], [ -76.529755, 39.258728 ], [ -76.529753, 39.258699 ], [ -76.529744, 39.258345 ], [ -76.529748, 39.258102 ], [ -76.529758, 39.257584 ], [ -76.529785, 39.257006 ], [ -76.529785, 39.256306 ], [ -76.529785, 39.255781 ], [ -76.529785, 39.255251 ], [ -76.529785, 39.25508 ], [ -76.529785, 39.255059 ], [ -76.529778, 39.253656 ], [ -76.529775, 39.253033 ], [ -76.529772, 39.252384 ], [ -76.529717, 39.251363 ], [ -76.529668, 39.250466 ], [ -76.529585, 39.248746 ], [ -76.529585, 39.248233 ], [ -76.529487, 39.247045 ], [ -76.529595, 39.245656 ], [ -76.529516, 39.244188 ], [ -76.529508, 39.244107 ], [ -76.529503, 39.244058 ], [ -76.529462, 39.243644 ], [ -76.529658, 39.24272 ], [ -76.529485, 39.241506 ], [ -76.529565, 39.240858 ], [ -76.529572, 39.240801 ], [ -76.529575, 39.240779 ], [ -76.529584, 39.240328 ], [ -76.529575, 39.238311 ], [ -76.529486, 39.218408 ], [ -76.545086, 39.233388 ], [ -76.566887, 39.254306 ], [ -76.56981, 39.255532 ], [ -76.569987, 39.255606 ], [ -76.571887, 39.256505 ], [ -76.573275, 39.258424 ], [ -76.573987, 39.259406 ], [ -76.574222, 39.260486 ], [ -76.57424, 39.260566 ], [ -76.574288, 39.260786 ], [ -76.57432, 39.260934 ], [ -76.57433, 39.260978 ], [ -76.574339, 39.26102 ], [ -76.574369, 39.261157 ], [ -76.574487, 39.261706 ], [ -76.575218, 39.265652 ], [ -76.575486, 39.267105 ], [ -76.576619, 39.269535 ], [ -76.577586, 39.271606 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260700", "name": "Census Tract 2607, Baltimore city, Maryland", "total_population_17": 2691, "white_alone_17": 1100.0, "black_alone_17": 60.0, "native_alone_17": 75.0, "asian_alone_17": 75.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1161.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -35.591, "pct_black_alone_change": -3.896, "pct_native_alone_change": 1.256, "pct_asian_alone_change": 0.898, "pct_hispanic_or_latino_change": 35.028, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2864773", "INTPTLON": "-076.5586488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.562744, 39.291595 ], [ -76.562323, 39.291612 ], [ -76.561669, 39.291638 ], [ -76.56087, 39.291668 ], [ -76.559889, 39.291705 ], [ -76.558916, 39.291738 ], [ -76.557417, 39.291799 ], [ -76.557061, 39.291835 ], [ -76.556166, 39.291864 ], [ -76.555778, 39.291865 ], [ -76.555724, 39.291865 ], [ -76.555525, 39.291867 ], [ -76.555334, 39.291883 ], [ -76.554992, 39.291911 ], [ -76.555526, 39.291823 ], [ -76.55558, 39.291814 ], [ -76.555593, 39.291812 ], [ -76.555724, 39.291783 ], [ -76.555716, 39.291449 ], [ -76.555687, 39.291106 ], [ -76.555663, 39.290961 ], [ -76.55563, 39.290822 ], [ -76.555534, 39.290622 ], [ -76.555493, 39.29054 ], [ -76.555434, 39.290432 ], [ -76.555365, 39.290331 ], [ -76.554548, 39.289136 ], [ -76.554423, 39.288939 ], [ -76.554332, 39.288743 ], [ -76.554248, 39.288199 ], [ -76.554202, 39.288157 ], [ -76.554135, 39.288054 ], [ -76.554244, 39.28806 ], [ -76.554381, 39.288069 ], [ -76.554853, 39.288039 ], [ -76.555002, 39.28802 ], [ -76.55505, 39.287965 ], [ -76.554983, 39.287127 ], [ -76.554981, 39.287102 ], [ -76.554978, 39.287049 ], [ -76.554922, 39.286077 ], [ -76.554861, 39.285061 ], [ -76.554852, 39.284915 ], [ -76.5548, 39.284053 ], [ -76.554739, 39.283038 ], [ -76.554644, 39.282287 ], [ -76.554798, 39.28212 ], [ -76.554906, 39.281995 ], [ -76.555015, 39.281863 ], [ -76.555097, 39.281741 ], [ -76.555174, 39.281595 ], [ -76.555247, 39.281448 ], [ -76.555279, 39.281337 ], [ -76.555354, 39.280957 ], [ -76.55542, 39.280953 ], [ -76.556386, 39.280906 ], [ -76.55732, 39.280875 ], [ -76.557376, 39.281878 ], [ -76.557393, 39.282166 ], [ -76.557387, 39.282251 ], [ -76.557399, 39.282555 ], [ -76.557403, 39.282733 ], [ -76.557392, 39.282766 ], [ -76.557435, 39.282746 ], [ -76.558018, 39.282233 ], [ -76.558347, 39.282205 ], [ -76.558339, 39.282073 ], [ -76.558312, 39.281617 ], [ -76.558258, 39.280951 ], [ -76.558247, 39.280826 ], [ -76.559264, 39.280786 ], [ -76.560994, 39.280738 ], [ -76.561024, 39.281237 ], [ -76.561075, 39.281766 ], [ -76.561813, 39.281848 ], [ -76.562094, 39.281425 ], [ -76.562123, 39.281749 ], [ -76.562157, 39.282331 ], [ -76.562187, 39.282742 ], [ -76.562255, 39.283775 ], [ -76.562303, 39.284635 ], [ -76.562312, 39.284791 ], [ -76.562389, 39.28581 ], [ -76.562416, 39.286323 ], [ -76.562446, 39.286877 ], [ -76.562477, 39.287313 ], [ -76.562513, 39.287825 ], [ -76.562547, 39.288351 ], [ -76.562578, 39.288816 ], [ -76.56266, 39.290461 ], [ -76.562744, 39.291595 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260800", "name": "Census Tract 2608, Baltimore city, Maryland", "total_population_17": 2704, "white_alone_17": 1133.0, "black_alone_17": 445.0, "native_alone_17": 0.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1051.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -28.606, "pct_black_alone_change": 0.595, "pct_native_alone_change": -2.475, "pct_asian_alone_change": -0.211, "pct_hispanic_or_latino_change": 30.065, "pct_native_hawaiian_pacific_islander_change": -0.041, "INTPTLAT": "+39.2901606", "INTPTLON": "-076.5659569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.569413, 39.292487 ], [ -76.56755, 39.292568 ], [ -76.566569, 39.2926 ], [ -76.565701, 39.292641 ], [ -76.564106, 39.292704 ], [ -76.562827, 39.292754 ], [ -76.562791, 39.292248 ], [ -76.562744, 39.291595 ], [ -76.56266, 39.290461 ], [ -76.562578, 39.288816 ], [ -76.562547, 39.288351 ], [ -76.562513, 39.287825 ], [ -76.562719, 39.287818 ], [ -76.563128, 39.287805 ], [ -76.563184, 39.287803 ], [ -76.563425, 39.287795 ], [ -76.563655, 39.287785 ], [ -76.565367, 39.287708 ], [ -76.566586, 39.287666 ], [ -76.567236, 39.287641 ], [ -76.568156, 39.287605 ], [ -76.569091, 39.287565 ], [ -76.569158, 39.288575 ], [ -76.569214, 39.289418 ], [ -76.569258, 39.290199 ], [ -76.569306, 39.290867 ], [ -76.56932, 39.291098 ], [ -76.569334, 39.291336 ], [ -76.569369, 39.291757 ], [ -76.569385, 39.291955 ], [ -76.569413, 39.292487 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510260900", "name": "Census Tract 2609, Baltimore city, Maryland", "total_population_17": 3110, "white_alone_17": 2521.0, "black_alone_17": 238.0, "native_alone_17": 0.0, "asian_alone_17": 65.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 191.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -9.007, "pct_black_alone_change": 3.833, "pct_native_alone_change": -1.273, "pct_asian_alone_change": 1.538, "pct_hispanic_or_latino_change": 2.236, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2833026", "INTPTLON": "-076.5656489" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.569091, 39.287565 ], [ -76.568156, 39.287605 ], [ -76.567236, 39.287641 ], [ -76.566586, 39.287666 ], [ -76.565367, 39.287708 ], [ -76.563655, 39.287785 ], [ -76.563425, 39.287795 ], [ -76.563184, 39.287803 ], [ -76.563128, 39.287805 ], [ -76.562719, 39.287818 ], [ -76.562513, 39.287825 ], [ -76.562477, 39.287313 ], [ -76.562446, 39.286877 ], [ -76.562416, 39.286323 ], [ -76.562389, 39.28581 ], [ -76.562312, 39.284791 ], [ -76.562303, 39.284635 ], [ -76.562255, 39.283775 ], [ -76.562187, 39.282742 ], [ -76.562157, 39.282331 ], [ -76.562123, 39.281749 ], [ -76.562094, 39.281425 ], [ -76.562477, 39.280693 ], [ -76.562767, 39.280237 ], [ -76.563045, 39.279903 ], [ -76.563306, 39.279602 ], [ -76.563593, 39.279301 ], [ -76.563983, 39.278954 ], [ -76.564251, 39.278742 ], [ -76.5645, 39.278595 ], [ -76.565742, 39.278532 ], [ -76.566652, 39.278486 ], [ -76.567573, 39.278451 ], [ -76.568512, 39.278417 ], [ -76.56858, 39.279446 ], [ -76.568652, 39.280452 ], [ -76.568681, 39.280976 ], [ -76.56871, 39.281467 ], [ -76.568753, 39.281986 ], [ -76.56878, 39.282488 ], [ -76.568822, 39.283004 ], [ -76.568845, 39.283509 ], [ -76.568871, 39.284013 ], [ -76.568885, 39.284514 ], [ -76.568911, 39.285029 ], [ -76.568935, 39.285532 ], [ -76.568965, 39.285839 ], [ -76.569022, 39.286561 ], [ -76.569091, 39.287565 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510261000", "name": "Census Tract 2610, Baltimore city, Maryland", "total_population_17": 3077, "white_alone_17": 1426.0, "black_alone_17": 855.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 732.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": 1.447, "pct_black_alone_change": -14.89, "pct_native_alone_change": -1.425, "pct_asian_alone_change": -1.292, "pct_hispanic_or_latino_change": 14.644, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2935829", "INTPTLON": "-076.5708757" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.572661, 39.299237 ], [ -76.57226, 39.299249 ], [ -76.571537, 39.299277 ], [ -76.570788, 39.299301 ], [ -76.570398, 39.299323 ], [ -76.569911, 39.29935 ], [ -76.569892, 39.299291 ], [ -76.569869, 39.299202 ], [ -76.569859, 39.29908 ], [ -76.56984, 39.298807 ], [ -76.569803, 39.298239 ], [ -76.56974, 39.297225 ], [ -76.569679, 39.296378 ], [ -76.569656, 39.296061 ], [ -76.569625, 39.295492 ], [ -76.569593, 39.294908 ], [ -76.569547, 39.294269 ], [ -76.569502, 39.293619 ], [ -76.569462, 39.293066 ], [ -76.569413, 39.292487 ], [ -76.569385, 39.291955 ], [ -76.569369, 39.291757 ], [ -76.569334, 39.291336 ], [ -76.56932, 39.291098 ], [ -76.569306, 39.290867 ], [ -76.569258, 39.290199 ], [ -76.569214, 39.289418 ], [ -76.569158, 39.288575 ], [ -76.569091, 39.287565 ], [ -76.56956, 39.287549 ], [ -76.570046, 39.287532 ], [ -76.570823, 39.287503 ], [ -76.571607, 39.287477 ], [ -76.571669, 39.288471 ], [ -76.571773, 39.290106 ], [ -76.571839, 39.291243 ], [ -76.571954, 39.292396 ], [ -76.57238, 39.292381 ], [ -76.572437, 39.292938 ], [ -76.572468, 39.293504 ], [ -76.572522, 39.294187 ], [ -76.572565, 39.294777 ], [ -76.572579, 39.295644 ], [ -76.572587, 39.296338 ], [ -76.572597, 39.297115 ], [ -76.572631, 39.298123 ], [ -76.572661, 39.299237 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510261100", "name": "Census Tract 2611, Baltimore city, Maryland", "total_population_17": 1813, "white_alone_17": 1573.0, "black_alone_17": 122.0, "native_alone_17": 0.0, "asian_alone_17": 49.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 44.0, "city": "Baltimore", "gentrified": true, "pct_white_alone_change": -2.296, "pct_black_alone_change": 2.626, "pct_native_alone_change": -2.157, "pct_asian_alone_change": 0.809, "pct_hispanic_or_latino_change": 0.323, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2829568", "INTPTLON": "-076.5700550" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.571607, 39.287477 ], [ -76.570823, 39.287503 ], [ -76.570046, 39.287532 ], [ -76.56956, 39.287549 ], [ -76.569091, 39.287565 ], [ -76.569022, 39.286561 ], [ -76.568965, 39.285839 ], [ -76.568935, 39.285532 ], [ -76.568911, 39.285029 ], [ -76.568885, 39.284514 ], [ -76.568871, 39.284013 ], [ -76.568845, 39.283509 ], [ -76.568822, 39.283004 ], [ -76.56878, 39.282488 ], [ -76.568753, 39.281986 ], [ -76.56871, 39.281467 ], [ -76.568681, 39.280976 ], [ -76.568652, 39.280452 ], [ -76.56858, 39.279446 ], [ -76.568512, 39.278417 ], [ -76.568893, 39.278406 ], [ -76.569455, 39.27839 ], [ -76.570225, 39.278372 ], [ -76.571008, 39.278337 ], [ -76.571042, 39.278738 ], [ -76.571093, 39.279351 ], [ -76.571151, 39.280366 ], [ -76.571214, 39.281375 ], [ -76.571261, 39.282382 ], [ -76.571339, 39.283407 ], [ -76.571396, 39.284423 ], [ -76.571469, 39.285456 ], [ -76.571533, 39.286455 ], [ -76.571565, 39.286901 ], [ -76.571607, 39.287477 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270101", "name": "Census Tract 2701.01, Baltimore city, Maryland", "total_population_17": 1568, "white_alone_17": 633.0, "black_alone_17": 758.0, "native_alone_17": 0.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 67.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -13.463, "pct_black_alone_change": 5.953, "pct_native_alone_change": -0.611, "pct_asian_alone_change": -0.967, "pct_hispanic_or_latino_change": 3.106, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3332755", "INTPTLON": "-076.5684320" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.576547, 39.333861 ], [ -76.576157, 39.334243 ], [ -76.575773, 39.334641 ], [ -76.575427, 39.335007 ], [ -76.575404, 39.335032 ], [ -76.575368, 39.335073 ], [ -76.575264, 39.335196 ], [ -76.575221, 39.335243 ], [ -76.573154, 39.335787 ], [ -76.573032, 39.33581 ], [ -76.572745, 39.335879 ], [ -76.572546, 39.335936 ], [ -76.57239, 39.335984 ], [ -76.572206, 39.336058 ], [ -76.572095, 39.336117 ], [ -76.5719, 39.336223 ], [ -76.571727, 39.336324 ], [ -76.571578, 39.336424 ], [ -76.571468, 39.336506 ], [ -76.571131, 39.336795 ], [ -76.570795, 39.337073 ], [ -76.570648, 39.337193 ], [ -76.570357, 39.337428 ], [ -76.56955, 39.338052 ], [ -76.568701, 39.338724 ], [ -76.568501, 39.338899 ], [ -76.568325, 39.339026 ], [ -76.567976, 39.339233 ], [ -76.567602, 39.339454 ], [ -76.567424, 39.339556 ], [ -76.5674, 39.339457 ], [ -76.567376, 39.339396 ], [ -76.56734, 39.339304 ], [ -76.567288, 39.339204 ], [ -76.5672, 39.339075 ], [ -76.567137, 39.339007 ], [ -76.56711, 39.338978 ], [ -76.566956, 39.338834 ], [ -76.565634, 39.337867 ], [ -76.565562, 39.337807 ], [ -76.565475, 39.337735 ], [ -76.565373, 39.33763 ], [ -76.565297, 39.337549 ], [ -76.56522, 39.337444 ], [ -76.565171, 39.337368 ], [ -76.565121, 39.337286 ], [ -76.564844, 39.336822 ], [ -76.564654, 39.336503 ], [ -76.564209, 39.3357 ], [ -76.563823, 39.335053 ], [ -76.563504, 39.334454 ], [ -76.563372, 39.334224 ], [ -76.562, 39.331829 ], [ -76.561955, 39.331744 ], [ -76.561884, 39.331609 ], [ -76.561612, 39.331095 ], [ -76.561677, 39.331044 ], [ -76.561806, 39.330943 ], [ -76.561944, 39.330843 ], [ -76.562162, 39.330686 ], [ -76.562449, 39.330478 ], [ -76.563138, 39.329984 ], [ -76.563211, 39.329933 ], [ -76.563988, 39.329348 ], [ -76.56412, 39.329249 ], [ -76.564466, 39.32898 ], [ -76.564529, 39.328931 ], [ -76.5648, 39.328716 ], [ -76.565104, 39.328466 ], [ -76.565338, 39.328273 ], [ -76.56541, 39.328211 ], [ -76.565659, 39.327997 ], [ -76.565965, 39.327734 ], [ -76.566045, 39.327673 ], [ -76.566484, 39.327321 ], [ -76.566716, 39.327131 ], [ -76.567083, 39.326804 ], [ -76.567543, 39.326406 ], [ -76.567623, 39.326611 ], [ -76.567671, 39.326794 ], [ -76.567726, 39.327009 ], [ -76.567789, 39.327138 ], [ -76.567892, 39.327273 ], [ -76.568021, 39.327362 ], [ -76.568149, 39.327405 ], [ -76.568236, 39.327416 ], [ -76.568373, 39.327399 ], [ -76.56849, 39.327378 ], [ -76.568692, 39.327304 ], [ -76.569064, 39.327138 ], [ -76.569526, 39.326847 ], [ -76.569591, 39.326797 ], [ -76.569734, 39.326706 ], [ -76.569827, 39.326666 ], [ -76.569959, 39.326641 ], [ -76.570117, 39.326628 ], [ -76.570216, 39.326639 ], [ -76.570419, 39.326721 ], [ -76.570612, 39.32683 ], [ -76.570667, 39.326873 ], [ -76.570702, 39.326915 ], [ -76.570734, 39.326991 ], [ -76.570766, 39.327116 ], [ -76.570769, 39.327159 ], [ -76.570771, 39.32721 ], [ -76.570741, 39.32738 ], [ -76.570716, 39.32744 ], [ -76.57049, 39.327671 ], [ -76.570294, 39.327831 ], [ -76.570013, 39.328077 ], [ -76.56978, 39.328283 ], [ -76.569697, 39.328386 ], [ -76.569645, 39.328499 ], [ -76.569625, 39.328652 ], [ -76.569624, 39.3288 ], [ -76.569636, 39.328953 ], [ -76.569739, 39.329259 ], [ -76.569827, 39.329412 ], [ -76.569928, 39.32954 ], [ -76.569998, 39.32961 ], [ -76.570087, 39.329684 ], [ -76.570153, 39.32972 ], [ -76.570256, 39.329783 ], [ -76.570447, 39.329873 ], [ -76.57088, 39.330086 ], [ -76.572132, 39.330559 ], [ -76.573945, 39.331305 ], [ -76.574257, 39.331449 ], [ -76.574549, 39.331605 ], [ -76.574827, 39.331765 ], [ -76.575058, 39.331911 ], [ -76.575129, 39.331965 ], [ -76.575194, 39.332035 ], [ -76.575238, 39.332081 ], [ -76.575267, 39.332128 ], [ -76.575302, 39.33222 ], [ -76.575313, 39.332296 ], [ -76.575311, 39.332414 ], [ -76.575302, 39.332522 ], [ -76.57524, 39.332882 ], [ -76.575124, 39.332952 ], [ -76.575082, 39.333006 ], [ -76.575044, 39.333065 ], [ -76.575019, 39.333135 ], [ -76.575011, 39.333192 ], [ -76.575011, 39.333265 ], [ -76.575035, 39.333346 ], [ -76.575097, 39.333468 ], [ -76.575184, 39.333555 ], [ -76.575256, 39.33361 ], [ -76.575316, 39.333634 ], [ -76.575385, 39.33364 ], [ -76.575438, 39.33364 ], [ -76.575497, 39.333632 ], [ -76.575574, 39.3336 ], [ -76.575668, 39.33363 ], [ -76.57576, 39.33365 ], [ -76.576517, 39.333856 ], [ -76.576547, 39.333861 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270102", "name": "Census Tract 2701.02, Baltimore city, Maryland", "total_population_17": 3953, "white_alone_17": 1106.0, "black_alone_17": 2481.0, "native_alone_17": 15.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 50.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -23.359, "pct_black_alone_change": 17.523, "pct_native_alone_change": -0.239, "pct_asian_alone_change": -0.144, "pct_hispanic_or_latino_change": 0.133, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3384113", "INTPTLON": "-076.5597082" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.567424, 39.339556 ], [ -76.566759, 39.339908 ], [ -76.564883, 39.340959 ], [ -76.563815, 39.341549 ], [ -76.563398, 39.341757 ], [ -76.563089, 39.34195 ], [ -76.562998, 39.342016 ], [ -76.562104, 39.34269 ], [ -76.561794, 39.342928 ], [ -76.561687, 39.343016 ], [ -76.561235, 39.343359 ], [ -76.561205, 39.34338 ], [ -76.560887, 39.343606 ], [ -76.55939, 39.344439 ], [ -76.558147, 39.345185 ], [ -76.558074, 39.345096 ], [ -76.557529, 39.344446 ], [ -76.556947, 39.343776 ], [ -76.556382, 39.343089 ], [ -76.555903, 39.342529 ], [ -76.555686, 39.342282 ], [ -76.555376, 39.34192 ], [ -76.55505, 39.341516 ], [ -76.554799, 39.341218 ], [ -76.554718, 39.341117 ], [ -76.554624, 39.341004 ], [ -76.554596, 39.340972 ], [ -76.554265, 39.340516 ], [ -76.553905, 39.340065 ], [ -76.553762, 39.339901 ], [ -76.55367, 39.339781 ], [ -76.553554, 39.339626 ], [ -76.553432, 39.339456 ], [ -76.553285, 39.339229 ], [ -76.553184, 39.339043 ], [ -76.552881, 39.338435 ], [ -76.552627, 39.337945 ], [ -76.552441, 39.337614 ], [ -76.552585, 39.337503 ], [ -76.552788, 39.337361 ], [ -76.552938, 39.337255 ], [ -76.553317, 39.336992 ], [ -76.553892, 39.33658 ], [ -76.554046, 39.336472 ], [ -76.554456, 39.336185 ], [ -76.555201, 39.335666 ], [ -76.556137, 39.33501 ], [ -76.556985, 39.33443 ], [ -76.557397, 39.33415 ], [ -76.557678, 39.333958 ], [ -76.557751, 39.333906 ], [ -76.558677, 39.333242 ], [ -76.558902, 39.333078 ], [ -76.559424, 39.332712 ], [ -76.559542, 39.33263 ], [ -76.560063, 39.332266 ], [ -76.560321, 39.332085 ], [ -76.560757, 39.331767 ], [ -76.56086, 39.331686 ], [ -76.561151, 39.331461 ], [ -76.561521, 39.331168 ], [ -76.561612, 39.331095 ], [ -76.561884, 39.331609 ], [ -76.561955, 39.331744 ], [ -76.562, 39.331829 ], [ -76.563372, 39.334224 ], [ -76.563504, 39.334454 ], [ -76.563823, 39.335053 ], [ -76.564209, 39.3357 ], [ -76.564654, 39.336503 ], [ -76.564844, 39.336822 ], [ -76.565121, 39.337286 ], [ -76.565171, 39.337368 ], [ -76.56522, 39.337444 ], [ -76.565297, 39.337549 ], [ -76.565373, 39.33763 ], [ -76.565475, 39.337735 ], [ -76.565562, 39.337807 ], [ -76.565634, 39.337867 ], [ -76.566956, 39.338834 ], [ -76.56711, 39.338978 ], [ -76.567137, 39.339007 ], [ -76.5672, 39.339075 ], [ -76.567288, 39.339204 ], [ -76.56734, 39.339304 ], [ -76.567376, 39.339396 ], [ -76.5674, 39.339457 ], [ -76.567424, 39.339556 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270200", "name": "Census Tract 2702, Baltimore city, Maryland", "total_population_17": 1772, "white_alone_17": 845.0, "black_alone_17": 736.0, "native_alone_17": 22.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 62.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -11.96, "pct_black_alone_change": 6.447, "pct_native_alone_change": 0.653, "pct_asian_alone_change": -1.02, "pct_hispanic_or_latino_change": 0.67, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3406569", "INTPTLON": "-076.5744298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.581554, 39.342396 ], [ -76.581521, 39.34265 ], [ -76.581494, 39.342733 ], [ -76.581444, 39.34282 ], [ -76.581372, 39.342927 ], [ -76.58125, 39.343083 ], [ -76.581123, 39.343462 ], [ -76.581072, 39.343773 ], [ -76.580999, 39.343981 ], [ -76.580922, 39.34414 ], [ -76.580762, 39.344289 ], [ -76.580708, 39.344358 ], [ -76.580685, 39.344407 ], [ -76.580684, 39.344594 ], [ -76.580688, 39.344716 ], [ -76.580705, 39.344865 ], [ -76.580744, 39.345057 ], [ -76.580805, 39.345277 ], [ -76.579997, 39.345232 ], [ -76.579361, 39.345194 ], [ -76.579179, 39.345194 ], [ -76.579023, 39.345201 ], [ -76.578427, 39.345262 ], [ -76.578162, 39.34529 ], [ -76.57707, 39.345409 ], [ -76.57693, 39.345426 ], [ -76.575585, 39.345589 ], [ -76.575299, 39.34563 ], [ -76.574726, 39.345701 ], [ -76.574478, 39.345725 ], [ -76.574304, 39.345723 ], [ -76.574266, 39.345718 ], [ -76.574139, 39.345704 ], [ -76.574022, 39.345677 ], [ -76.573893, 39.345636 ], [ -76.573724, 39.345561 ], [ -76.572477, 39.345002 ], [ -76.572206, 39.344874 ], [ -76.57134, 39.344489 ], [ -76.57093, 39.344185 ], [ -76.570624, 39.343958 ], [ -76.569136, 39.342826 ], [ -76.569042, 39.342772 ], [ -76.568488, 39.342455 ], [ -76.568385, 39.342384 ], [ -76.568128, 39.342205 ], [ -76.567956, 39.342076 ], [ -76.567853, 39.341963 ], [ -76.567775, 39.341872 ], [ -76.567705, 39.341767 ], [ -76.567632, 39.341637 ], [ -76.567602, 39.341563 ], [ -76.56756, 39.34145 ], [ -76.567542, 39.341397 ], [ -76.567515, 39.341281 ], [ -76.567501, 39.341168 ], [ -76.567489, 39.340883 ], [ -76.567489, 39.340757 ], [ -76.567481, 39.340376 ], [ -76.567475, 39.34011 ], [ -76.56747, 39.340001 ], [ -76.567462, 39.339814 ], [ -76.567448, 39.33967 ], [ -76.567424, 39.339556 ], [ -76.567602, 39.339454 ], [ -76.567976, 39.339233 ], [ -76.568325, 39.339026 ], [ -76.568501, 39.338899 ], [ -76.568701, 39.338724 ], [ -76.56955, 39.338052 ], [ -76.570357, 39.337428 ], [ -76.570648, 39.337193 ], [ -76.570795, 39.337073 ], [ -76.571131, 39.336795 ], [ -76.571468, 39.336506 ], [ -76.571578, 39.336424 ], [ -76.571727, 39.336324 ], [ -76.5719, 39.336223 ], [ -76.572095, 39.336117 ], [ -76.572206, 39.336058 ], [ -76.57239, 39.335984 ], [ -76.572546, 39.335936 ], [ -76.572745, 39.335879 ], [ -76.573032, 39.33581 ], [ -76.573154, 39.335787 ], [ -76.575221, 39.335243 ], [ -76.575264, 39.335196 ], [ -76.575368, 39.335073 ], [ -76.575404, 39.335032 ], [ -76.575427, 39.335007 ], [ -76.575773, 39.334641 ], [ -76.576157, 39.334243 ], [ -76.576547, 39.333861 ], [ -76.576701, 39.333887 ], [ -76.577221, 39.334028 ], [ -76.57755, 39.334141 ], [ -76.577718, 39.334229 ], [ -76.577861, 39.334347 ], [ -76.578178, 39.334709 ], [ -76.578311, 39.334959 ], [ -76.578427, 39.335209 ], [ -76.578427, 39.335277 ], [ -76.578427, 39.335492 ], [ -76.578286, 39.33624 ], [ -76.578091, 39.337063 ], [ -76.57789, 39.337831 ], [ -76.577868, 39.337917 ], [ -76.577829, 39.338047 ], [ -76.577784, 39.33813 ], [ -76.577717, 39.338223 ], [ -76.577648, 39.338282 ], [ -76.577539, 39.338349 ], [ -76.577348, 39.338443 ], [ -76.576952, 39.338625 ], [ -76.576477, 39.338767 ], [ -76.576422, 39.338799 ], [ -76.576381, 39.338833 ], [ -76.576364, 39.338854 ], [ -76.576355, 39.338877 ], [ -76.576354, 39.338908 ], [ -76.576358, 39.338942 ], [ -76.57637, 39.33898 ], [ -76.57638, 39.338997 ], [ -76.576464, 39.339068 ], [ -76.576588, 39.339151 ], [ -76.576762, 39.339255 ], [ -76.576822, 39.339286 ], [ -76.577162, 39.339462 ], [ -76.577509, 39.339678 ], [ -76.577853, 39.339832 ], [ -76.578039, 39.339901 ], [ -76.578124, 39.339943 ], [ -76.57814, 39.33996 ], [ -76.578165, 39.339993 ], [ -76.578186, 39.340034 ], [ -76.57826, 39.340222 ], [ -76.578376, 39.340526 ], [ -76.578428, 39.34069 ], [ -76.578473, 39.340758 ], [ -76.578567, 39.340888 ], [ -76.578789, 39.341292 ], [ -76.578849, 39.341369 ], [ -76.578928, 39.341428 ], [ -76.578985, 39.341463 ], [ -76.579038, 39.34149 ], [ -76.579098, 39.341514 ], [ -76.579132, 39.341537 ], [ -76.57919, 39.341558 ], [ -76.579257, 39.341568 ], [ -76.579465, 39.341583 ], [ -76.579823, 39.341607 ], [ -76.580207, 39.341643 ], [ -76.580457, 39.341675 ], [ -76.58086, 39.341753 ], [ -76.581343, 39.341803 ], [ -76.581455, 39.341821 ], [ -76.581517, 39.341853 ], [ -76.581526, 39.341867 ], [ -76.581539, 39.341919 ], [ -76.581552, 39.342082 ], [ -76.581554, 39.342396 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270301", "name": "Census Tract 2703.01, Baltimore city, Maryland", "total_population_17": 3089, "white_alone_17": 1064.0, "black_alone_17": 1768.0, "native_alone_17": 0.0, "asian_alone_17": 24.0, "native_hawaiian_pacific_islander_17": 4.0, "hispanic_or_latino_17": 167.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -7.986, "pct_black_alone_change": 4.732, "pct_native_alone_change": -0.754, "pct_asian_alone_change": -0.761, "pct_hispanic_or_latino_change": 3.355, "pct_native_hawaiian_pacific_islander_change": 0.069, "INTPTLAT": "+39.3488225", "INTPTLON": "-076.5722949" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.581932, 39.348791 ], [ -76.581907, 39.348867 ], [ -76.581863, 39.348956 ], [ -76.581827, 39.349018 ], [ -76.581716, 39.349126 ], [ -76.581587, 39.349234 ], [ -76.581502, 39.349314 ], [ -76.581346, 39.349366 ], [ -76.580918, 39.349511 ], [ -76.580576, 39.3496 ], [ -76.58021, 39.349754 ], [ -76.5798, 39.350008 ], [ -76.579757, 39.35006 ], [ -76.579732, 39.350131 ], [ -76.57964, 39.350263 ], [ -76.579488, 39.350405 ], [ -76.579406, 39.350436 ], [ -76.579313, 39.350436 ], [ -76.579226, 39.350412 ], [ -76.57905, 39.350339 ], [ -76.578758, 39.350246 ], [ -76.578368, 39.350076 ], [ -76.57817, 39.349921 ], [ -76.578059, 39.34981 ], [ -76.577979, 39.349742 ], [ -76.577877, 39.349723 ], [ -76.577777, 39.349737 ], [ -76.577609, 39.349775 ], [ -76.57741, 39.349856 ], [ -76.577267, 39.349918 ], [ -76.577223, 39.349971 ], [ -76.577204, 39.35013 ], [ -76.577196, 39.350424 ], [ -76.577225, 39.35073 ], [ -76.577236, 39.351005 ], [ -76.577297, 39.351207 ], [ -76.57742, 39.351482 ], [ -76.577561, 39.351704 ], [ -76.577691, 39.351869 ], [ -76.577795, 39.352014 ], [ -76.577851, 39.352118 ], [ -76.577841, 39.352229 ], [ -76.577797, 39.35231 ], [ -76.577732, 39.35239 ], [ -76.577649, 39.352457 ], [ -76.577527, 39.352504 ], [ -76.577336, 39.352544 ], [ -76.577125, 39.35255 ], [ -76.576808, 39.352542 ], [ -76.576608, 39.352538 ], [ -76.576461, 39.352527 ], [ -76.576319, 39.352547 ], [ -76.576189, 39.35258 ], [ -76.576033, 39.352603 ], [ -76.575776, 39.352626 ], [ -76.575483, 39.352621 ], [ -76.575064, 39.352579 ], [ -76.574786, 39.352523 ], [ -76.574628, 39.352488 ], [ -76.574452, 39.352501 ], [ -76.574329, 39.352536 ], [ -76.57418, 39.352651 ], [ -76.573957, 39.352895 ], [ -76.573702, 39.353161 ], [ -76.573501, 39.353351 ], [ -76.573346, 39.353526 ], [ -76.5733, 39.353634 ], [ -76.573264, 39.353697 ], [ -76.573062, 39.353826 ], [ -76.573015, 39.353903 ], [ -76.572549, 39.353808 ], [ -76.571269, 39.353601 ], [ -76.570315, 39.353439 ], [ -76.569183, 39.353248 ], [ -76.568678, 39.353161 ], [ -76.568117, 39.353064 ], [ -76.567571, 39.352972 ], [ -76.567166, 39.352903 ], [ -76.566612, 39.352787 ], [ -76.566439, 39.352732 ], [ -76.566275, 39.352666 ], [ -76.566136, 39.352608 ], [ -76.566022, 39.352557 ], [ -76.565852, 39.35247 ], [ -76.565726, 39.352393 ], [ -76.565409, 39.35218 ], [ -76.565255, 39.352056 ], [ -76.565047, 39.351868 ], [ -76.564829, 39.35165 ], [ -76.564345, 39.351154 ], [ -76.564105, 39.350933 ], [ -76.563821, 39.350635 ], [ -76.563571, 39.350372 ], [ -76.563355, 39.350138 ], [ -76.563784, 39.349622 ], [ -76.564281, 39.34904 ], [ -76.564377, 39.348936 ], [ -76.565109, 39.348055 ], [ -76.565255, 39.347881 ], [ -76.565274, 39.347859 ], [ -76.565524, 39.347559 ], [ -76.565937, 39.347063 ], [ -76.56618, 39.346778 ], [ -76.566296, 39.346634 ], [ -76.5666, 39.346309 ], [ -76.567186, 39.345465 ], [ -76.567246, 39.345389 ], [ -76.567791, 39.344597 ], [ -76.56782, 39.344548 ], [ -76.567829, 39.344532 ], [ -76.56791, 39.344398 ], [ -76.56794, 39.344352 ], [ -76.568127, 39.344058 ], [ -76.568321, 39.34376 ], [ -76.568384, 39.343638 ], [ -76.568583, 39.343338 ], [ -76.568678, 39.343216 ], [ -76.568792, 39.343109 ], [ -76.568843, 39.34306 ], [ -76.569136, 39.342826 ], [ -76.570624, 39.343958 ], [ -76.57093, 39.344185 ], [ -76.57134, 39.344489 ], [ -76.572206, 39.344874 ], [ -76.572477, 39.345002 ], [ -76.573724, 39.345561 ], [ -76.573893, 39.345636 ], [ -76.574022, 39.345677 ], [ -76.574139, 39.345704 ], [ -76.574266, 39.345718 ], [ -76.574304, 39.345723 ], [ -76.574478, 39.345725 ], [ -76.574726, 39.345701 ], [ -76.575299, 39.34563 ], [ -76.575585, 39.345589 ], [ -76.57693, 39.345426 ], [ -76.57707, 39.345409 ], [ -76.578162, 39.34529 ], [ -76.578427, 39.345262 ], [ -76.579023, 39.345201 ], [ -76.579179, 39.345194 ], [ -76.579361, 39.345194 ], [ -76.579997, 39.345232 ], [ -76.580805, 39.345277 ], [ -76.580907, 39.345512 ], [ -76.581016, 39.345742 ], [ -76.581066, 39.345898 ], [ -76.581091, 39.346053 ], [ -76.58109, 39.346183 ], [ -76.581076, 39.346368 ], [ -76.581108, 39.346583 ], [ -76.581206, 39.346997 ], [ -76.581126, 39.347112 ], [ -76.581089, 39.347197 ], [ -76.581026, 39.347485 ], [ -76.581019, 39.347689 ], [ -76.581074, 39.347913 ], [ -76.581119, 39.348078 ], [ -76.581158, 39.348164 ], [ -76.581212, 39.348235 ], [ -76.581297, 39.348292 ], [ -76.581401, 39.348326 ], [ -76.581571, 39.348378 ], [ -76.581687, 39.348431 ], [ -76.581781, 39.348507 ], [ -76.581835, 39.348564 ], [ -76.581896, 39.348654 ], [ -76.581914, 39.348715 ], [ -76.581932, 39.348791 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270302", "name": "Census Tract 2703.02, Baltimore city, Maryland", "total_population_17": 1837, "white_alone_17": 827.0, "black_alone_17": 848.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 128.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -18.009, "pct_black_alone_change": 13.917, "pct_native_alone_change": -0.394, "pct_asian_alone_change": -1.079, "pct_hispanic_or_latino_change": 4.548, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3448975", "INTPTLON": "-076.5638561" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.569136, 39.342826 ], [ -76.568843, 39.34306 ], [ -76.568792, 39.343109 ], [ -76.568678, 39.343216 ], [ -76.568583, 39.343338 ], [ -76.568384, 39.343638 ], [ -76.568321, 39.34376 ], [ -76.568127, 39.344058 ], [ -76.56794, 39.344352 ], [ -76.56791, 39.344398 ], [ -76.567829, 39.344532 ], [ -76.56782, 39.344548 ], [ -76.567791, 39.344597 ], [ -76.567246, 39.345389 ], [ -76.567186, 39.345465 ], [ -76.5666, 39.346309 ], [ -76.566296, 39.346634 ], [ -76.56618, 39.346778 ], [ -76.565937, 39.347063 ], [ -76.565524, 39.347559 ], [ -76.565274, 39.347859 ], [ -76.565255, 39.347881 ], [ -76.565109, 39.348055 ], [ -76.564377, 39.348936 ], [ -76.564281, 39.34904 ], [ -76.563784, 39.349622 ], [ -76.563355, 39.350138 ], [ -76.563326, 39.350106 ], [ -76.563267, 39.35005 ], [ -76.563156, 39.349943 ], [ -76.563002, 39.349782 ], [ -76.562966, 39.349748 ], [ -76.562915, 39.349701 ], [ -76.562816, 39.349633 ], [ -76.562683, 39.349552 ], [ -76.562497, 39.349426 ], [ -76.561776, 39.349001 ], [ -76.561581, 39.348875 ], [ -76.561408, 39.348758 ], [ -76.561187, 39.348597 ], [ -76.561046, 39.348487 ], [ -76.560885, 39.348354 ], [ -76.560758, 39.348221 ], [ -76.560593, 39.348057 ], [ -76.560471, 39.347918 ], [ -76.560257, 39.347685 ], [ -76.559135, 39.346361 ], [ -76.558708, 39.345857 ], [ -76.558435, 39.34552 ], [ -76.558147, 39.345185 ], [ -76.55939, 39.344439 ], [ -76.560887, 39.343606 ], [ -76.561205, 39.34338 ], [ -76.561235, 39.343359 ], [ -76.561687, 39.343016 ], [ -76.561794, 39.342928 ], [ -76.562104, 39.34269 ], [ -76.562998, 39.342016 ], [ -76.563089, 39.34195 ], [ -76.563398, 39.341757 ], [ -76.563815, 39.341549 ], [ -76.564883, 39.340959 ], [ -76.566759, 39.339908 ], [ -76.567424, 39.339556 ], [ -76.567448, 39.33967 ], [ -76.567462, 39.339814 ], [ -76.56747, 39.340001 ], [ -76.567475, 39.34011 ], [ -76.567481, 39.340376 ], [ -76.567489, 39.340757 ], [ -76.567489, 39.340883 ], [ -76.567501, 39.341168 ], [ -76.567515, 39.341281 ], [ -76.567542, 39.341397 ], [ -76.56756, 39.34145 ], [ -76.567602, 39.341563 ], [ -76.567632, 39.341637 ], [ -76.567705, 39.341767 ], [ -76.567775, 39.341872 ], [ -76.567853, 39.341963 ], [ -76.567956, 39.342076 ], [ -76.568128, 39.342205 ], [ -76.568385, 39.342384 ], [ -76.568488, 39.342455 ], [ -76.569042, 39.342772 ], [ -76.569136, 39.342826 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270401", "name": "Census Tract 2704.01, Baltimore city, Maryland", "total_population_17": 6211, "white_alone_17": 1480.0, "black_alone_17": 4168.0, "native_alone_17": 0.0, "asian_alone_17": 92.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 138.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -34.053, "pct_black_alone_change": 29.341, "pct_native_alone_change": -0.281, "pct_asian_alone_change": -0.485, "pct_hispanic_or_latino_change": 0.317, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3462013", "INTPTLON": "-076.5467855" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.558147, 39.345185 ], [ -76.557702, 39.345414 ], [ -76.557247, 39.345648 ], [ -76.556196, 39.346173 ], [ -76.555313, 39.346609 ], [ -76.554888, 39.346822 ], [ -76.554682, 39.346922 ], [ -76.554373, 39.347055 ], [ -76.554213, 39.347116 ], [ -76.554092, 39.347158 ], [ -76.553998, 39.347183 ], [ -76.553884, 39.347211 ], [ -76.553771, 39.347236 ], [ -76.553556, 39.347272 ], [ -76.553123, 39.347324 ], [ -76.552669, 39.347368 ], [ -76.552283, 39.347401 ], [ -76.552096, 39.34742 ], [ -76.552003, 39.347437 ], [ -76.551934, 39.347448 ], [ -76.551854, 39.347464 ], [ -76.551786, 39.347481 ], [ -76.55169, 39.34751 ], [ -76.551578, 39.347549 ], [ -76.551402, 39.347618 ], [ -76.551134, 39.347743 ], [ -76.550551, 39.348031 ], [ -76.550062, 39.348274 ], [ -76.54944, 39.348574 ], [ -76.54875, 39.348912 ], [ -76.548044, 39.349243 ], [ -76.547501, 39.349511 ], [ -76.54678, 39.349834 ], [ -76.546292, 39.350049 ], [ -76.545919, 39.350231 ], [ -76.545591, 39.350384 ], [ -76.544521, 39.350895 ], [ -76.543836, 39.351231 ], [ -76.543406, 39.351432 ], [ -76.543276, 39.351501 ], [ -76.543198, 39.351548 ], [ -76.543095, 39.351631 ], [ -76.543038, 39.351705 ], [ -76.542991, 39.35177 ], [ -76.542967, 39.351812 ], [ -76.542941, 39.351875 ], [ -76.542922, 39.351942 ], [ -76.542886, 39.352133 ], [ -76.542805, 39.352679 ], [ -76.542708, 39.353231 ], [ -76.542666, 39.353531 ], [ -76.542492, 39.353539 ], [ -76.541884, 39.353567 ], [ -76.541365, 39.353592 ], [ -76.540923, 39.353624 ], [ -76.540691, 39.353635 ], [ -76.540507, 39.353636 ], [ -76.540381, 39.353638 ], [ -76.5403, 39.353628 ], [ -76.540165, 39.353602 ], [ -76.540021, 39.353562 ], [ -76.539577, 39.353429 ], [ -76.539433, 39.353387 ], [ -76.538589, 39.353158 ], [ -76.538391, 39.353107 ], [ -76.537911, 39.352973 ], [ -76.537116, 39.352742 ], [ -76.536972, 39.352669 ], [ -76.536783, 39.352562 ], [ -76.536383, 39.352291 ], [ -76.536176, 39.352154 ], [ -76.536006, 39.352042 ], [ -76.535667, 39.351832 ], [ -76.534763, 39.351196 ], [ -76.535498, 39.350551 ], [ -76.5356, 39.350457 ], [ -76.535976, 39.350111 ], [ -76.536321, 39.349793 ], [ -76.536518, 39.349604 ], [ -76.536648, 39.349493 ], [ -76.537227, 39.348999 ], [ -76.537436, 39.34882 ], [ -76.537695, 39.348594 ], [ -76.538068, 39.348266 ], [ -76.538412, 39.347962 ], [ -76.538531, 39.347842 ], [ -76.538706, 39.347683 ], [ -76.538996, 39.34741 ], [ -76.539191, 39.347233 ], [ -76.539675, 39.346794 ], [ -76.539817, 39.346665 ], [ -76.540123, 39.346392 ], [ -76.540683, 39.34589 ], [ -76.541004, 39.345612 ], [ -76.541259, 39.345392 ], [ -76.541508, 39.345211 ], [ -76.5419, 39.344946 ], [ -76.542186, 39.344743 ], [ -76.542338, 39.344636 ], [ -76.542536, 39.344496 ], [ -76.543157, 39.344069 ], [ -76.543488, 39.343837 ], [ -76.543624, 39.343742 ], [ -76.543673, 39.343707 ], [ -76.544006, 39.34347 ], [ -76.544369, 39.343216 ], [ -76.544572, 39.343073 ], [ -76.544753, 39.342946 ], [ -76.544896, 39.342845 ], [ -76.545058, 39.34273 ], [ -76.545574, 39.342364 ], [ -76.54594, 39.342106 ], [ -76.546126, 39.341977 ], [ -76.546442, 39.34176 ], [ -76.546867, 39.341478 ], [ -76.547168, 39.341277 ], [ -76.547256, 39.341218 ], [ -76.547409, 39.341103 ], [ -76.547535, 39.341009 ], [ -76.547812, 39.340801 ], [ -76.54808, 39.3406 ], [ -76.548617, 39.340224 ], [ -76.548807, 39.340092 ], [ -76.549424, 39.33968 ], [ -76.549632, 39.339543 ], [ -76.550202, 39.339143 ], [ -76.550473, 39.338953 ], [ -76.550637, 39.338838 ], [ -76.551066, 39.338518 ], [ -76.551434, 39.33826 ], [ -76.55166, 39.338122 ], [ -76.551803, 39.338037 ], [ -76.55206, 39.337872 ], [ -76.55227, 39.33773 ], [ -76.552441, 39.337614 ], [ -76.552627, 39.337945 ], [ -76.552881, 39.338435 ], [ -76.553184, 39.339043 ], [ -76.553285, 39.339229 ], [ -76.553432, 39.339456 ], [ -76.553554, 39.339626 ], [ -76.55367, 39.339781 ], [ -76.553762, 39.339901 ], [ -76.553905, 39.340065 ], [ -76.554265, 39.340516 ], [ -76.554596, 39.340972 ], [ -76.554624, 39.341004 ], [ -76.554718, 39.341117 ], [ -76.554799, 39.341218 ], [ -76.55505, 39.341516 ], [ -76.555376, 39.34192 ], [ -76.555686, 39.342282 ], [ -76.555903, 39.342529 ], [ -76.556382, 39.343089 ], [ -76.556947, 39.343776 ], [ -76.557529, 39.344446 ], [ -76.558074, 39.345096 ], [ -76.558147, 39.345185 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270402", "name": "Census Tract 2704.02, Baltimore city, Maryland", "total_population_17": 3396, "white_alone_17": 1214.0, "black_alone_17": 1929.0, "native_alone_17": 0.0, "asian_alone_17": 57.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 61.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -34.186, "pct_black_alone_change": 30.344, "pct_native_alone_change": -0.541, "pct_asian_alone_change": 0.445, "pct_hispanic_or_latino_change": 0.653, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3512325", "INTPTLON": "-076.5540354" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.563355, 39.350138 ], [ -76.563162, 39.350367 ], [ -76.562914, 39.350673 ], [ -76.562802, 39.350824 ], [ -76.562701, 39.350942 ], [ -76.562669, 39.350971 ], [ -76.562579, 39.351022 ], [ -76.56249, 39.35115 ], [ -76.562356, 39.351304 ], [ -76.562059, 39.351647 ], [ -76.561964, 39.351758 ], [ -76.561603, 39.352177 ], [ -76.561249, 39.352593 ], [ -76.560856, 39.353028 ], [ -76.560608, 39.353305 ], [ -76.560218, 39.353759 ], [ -76.559999, 39.354017 ], [ -76.55986, 39.354183 ], [ -76.55965, 39.354421 ], [ -76.55949, 39.354603 ], [ -76.559262, 39.354876 ], [ -76.55917, 39.354999 ], [ -76.558821, 39.355421 ], [ -76.558777, 39.355472 ], [ -76.558622, 39.35565 ], [ -76.558411, 39.355893 ], [ -76.558319, 39.355997 ], [ -76.557859, 39.356511 ], [ -76.557731, 39.356658 ], [ -76.556872, 39.356397 ], [ -76.556005, 39.35616 ], [ -76.554723, 39.355817 ], [ -76.553706, 39.355538 ], [ -76.552925, 39.355326 ], [ -76.551914, 39.355052 ], [ -76.550928, 39.354793 ], [ -76.549936, 39.354523 ], [ -76.54931, 39.354351 ], [ -76.548801, 39.354206 ], [ -76.548369, 39.354087 ], [ -76.548048, 39.354 ], [ -76.547611, 39.353884 ], [ -76.547226, 39.353786 ], [ -76.547015, 39.353734 ], [ -76.546544, 39.353678 ], [ -76.546254, 39.353645 ], [ -76.545862, 39.353607 ], [ -76.545516, 39.353563 ], [ -76.545208, 39.353535 ], [ -76.544996, 39.353514 ], [ -76.544873, 39.353503 ], [ -76.544286, 39.353473 ], [ -76.544213, 39.35347 ], [ -76.543894, 39.353469 ], [ -76.543361, 39.353492 ], [ -76.542978, 39.35351 ], [ -76.542666, 39.353531 ], [ -76.542708, 39.353231 ], [ -76.542805, 39.352679 ], [ -76.542886, 39.352133 ], [ -76.542922, 39.351942 ], [ -76.542941, 39.351875 ], [ -76.542967, 39.351812 ], [ -76.542991, 39.35177 ], [ -76.543038, 39.351705 ], [ -76.543095, 39.351631 ], [ -76.543198, 39.351548 ], [ -76.543276, 39.351501 ], [ -76.543406, 39.351432 ], [ -76.543836, 39.351231 ], [ -76.544521, 39.350895 ], [ -76.545591, 39.350384 ], [ -76.545919, 39.350231 ], [ -76.546292, 39.350049 ], [ -76.54678, 39.349834 ], [ -76.547501, 39.349511 ], [ -76.548044, 39.349243 ], [ -76.54875, 39.348912 ], [ -76.54944, 39.348574 ], [ -76.550062, 39.348274 ], [ -76.550551, 39.348031 ], [ -76.551134, 39.347743 ], [ -76.551402, 39.347618 ], [ -76.551578, 39.347549 ], [ -76.55169, 39.34751 ], [ -76.551786, 39.347481 ], [ -76.551854, 39.347464 ], [ -76.551934, 39.347448 ], [ -76.552003, 39.347437 ], [ -76.552096, 39.34742 ], [ -76.552283, 39.347401 ], [ -76.552669, 39.347368 ], [ -76.553123, 39.347324 ], [ -76.553556, 39.347272 ], [ -76.553771, 39.347236 ], [ -76.553884, 39.347211 ], [ -76.553998, 39.347183 ], [ -76.554092, 39.347158 ], [ -76.554213, 39.347116 ], [ -76.554373, 39.347055 ], [ -76.554682, 39.346922 ], [ -76.554888, 39.346822 ], [ -76.555313, 39.346609 ], [ -76.556196, 39.346173 ], [ -76.557247, 39.345648 ], [ -76.557702, 39.345414 ], [ -76.558147, 39.345185 ], [ -76.558435, 39.34552 ], [ -76.558708, 39.345857 ], [ -76.559135, 39.346361 ], [ -76.560257, 39.347685 ], [ -76.560471, 39.347918 ], [ -76.560593, 39.348057 ], [ -76.560758, 39.348221 ], [ -76.560885, 39.348354 ], [ -76.561046, 39.348487 ], [ -76.561187, 39.348597 ], [ -76.561408, 39.348758 ], [ -76.561581, 39.348875 ], [ -76.561776, 39.349001 ], [ -76.562497, 39.349426 ], [ -76.562683, 39.349552 ], [ -76.562816, 39.349633 ], [ -76.562915, 39.349701 ], [ -76.562966, 39.349748 ], [ -76.563002, 39.349782 ], [ -76.563156, 39.349943 ], [ -76.563267, 39.35005 ], [ -76.563326, 39.350106 ], [ -76.563355, 39.350138 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270501", "name": "Census Tract 2705.01, Baltimore city, Maryland", "total_population_17": 3994, "white_alone_17": 2028.0, "black_alone_17": 1651.0, "native_alone_17": 0.0, "asian_alone_17": 43.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 211.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -33.992, "pct_black_alone_change": 29.347, "pct_native_alone_change": -0.49, "pct_asian_alone_change": 0.074, "pct_hispanic_or_latino_change": 3.953, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+39.3656275", "INTPTLON": "-076.5361691" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.551464, 39.363897 ], [ -76.551304, 39.364081 ], [ -76.551075, 39.364346 ], [ -76.550751, 39.364715 ], [ -76.550663, 39.364818 ], [ -76.550369, 39.365164 ], [ -76.550212, 39.365343 ], [ -76.550126, 39.365441 ], [ -76.549936, 39.365656 ], [ -76.549795, 39.365813 ], [ -76.549183, 39.366514 ], [ -76.549011, 39.366711 ], [ -76.548497, 39.367298 ], [ -76.548423, 39.367386 ], [ -76.547824, 39.36807 ], [ -76.547432, 39.368524 ], [ -76.547174, 39.368822 ], [ -76.546924, 39.369109 ], [ -76.546595, 39.369484 ], [ -76.546336, 39.369784 ], [ -76.546136, 39.370021 ], [ -76.545734, 39.370481 ], [ -76.545675, 39.370545 ], [ -76.5454, 39.370862 ], [ -76.545154, 39.371146 ], [ -76.544963, 39.371362 ], [ -76.544573, 39.371796 ], [ -76.544243, 39.372181 ], [ -76.543638, 39.372155 ], [ -76.543596, 39.372153 ], [ -76.543425, 39.372146 ], [ -76.542487, 39.372106 ], [ -76.5405, 39.37211 ], [ -76.539894, 39.372106 ], [ -76.538593, 39.372107 ], [ -76.537465, 39.372106 ], [ -76.536778, 39.372109 ], [ -76.536103, 39.372108 ], [ -76.535287, 39.372106 ], [ -76.532387, 39.372206 ], [ -76.529793, 39.372058 ], [ -76.529787, 39.371606 ], [ -76.529787, 39.370306 ], [ -76.529787, 39.370088 ], [ -76.529786, 39.369242 ], [ -76.529786, 39.368813 ], [ -76.529786, 39.368715 ], [ -76.529786, 39.367878 ], [ -76.529786, 39.367782 ], [ -76.529786, 39.367114 ], [ -76.529786, 39.366206 ], [ -76.529686, 39.365706 ], [ -76.52979, 39.363815 ], [ -76.529788, 39.363003 ], [ -76.529786, 39.362306 ], [ -76.529774, 39.36203 ], [ -76.529741, 39.361188 ], [ -76.529786, 39.360006 ], [ -76.529783, 39.3596 ], [ -76.529781, 39.358583 ], [ -76.529786, 39.357569 ], [ -76.529786, 39.357067 ], [ -76.529785, 39.356552 ], [ -76.530153, 39.356643 ], [ -76.530925, 39.356855 ], [ -76.531648, 39.357046 ], [ -76.532389, 39.357237 ], [ -76.533821, 39.357615 ], [ -76.534231, 39.357725 ], [ -76.534437, 39.35778 ], [ -76.535294, 39.358001 ], [ -76.535655, 39.358102 ], [ -76.535901, 39.35816 ], [ -76.536083, 39.358188 ], [ -76.536248, 39.358211 ], [ -76.53641, 39.358225 ], [ -76.536524, 39.35823 ], [ -76.53671, 39.358239 ], [ -76.536979, 39.358255 ], [ -76.537491, 39.358266 ], [ -76.537597, 39.358271 ], [ -76.537699, 39.35828 ], [ -76.537785, 39.358291 ], [ -76.538044, 39.358355 ], [ -76.538123, 39.358398 ], [ -76.539224, 39.358825 ], [ -76.541439, 39.359609 ], [ -76.542985, 39.36016 ], [ -76.544112, 39.360572 ], [ -76.54511, 39.360936 ], [ -76.546431, 39.361415 ], [ -76.546611, 39.361481 ], [ -76.54775, 39.361901 ], [ -76.54905, 39.362375 ], [ -76.551195, 39.36316 ], [ -76.551894, 39.363406 ], [ -76.551464, 39.363897 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270502", "name": "Census Tract 2705.02, Baltimore city, Maryland", "total_population_17": 4259, "white_alone_17": 1558.0, "black_alone_17": 2455.0, "native_alone_17": 11.0, "asian_alone_17": 66.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 28.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -37.997, "pct_black_alone_change": 36.797, "pct_native_alone_change": -0.366, "pct_asian_alone_change": -0.576, "pct_hispanic_or_latino_change": -0.776, "pct_native_hawaiian_pacific_islander_change": 0.259, "INTPTLAT": "+39.3570603", "INTPTLON": "-076.5441945" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.557192, 39.357274 ], [ -76.556257, 39.358343 ], [ -76.556053, 39.358583 ], [ -76.555551, 39.35916 ], [ -76.55545, 39.359277 ], [ -76.554866, 39.359967 ], [ -76.554532, 39.360366 ], [ -76.554247, 39.360689 ], [ -76.554173, 39.360778 ], [ -76.553638, 39.361409 ], [ -76.553597, 39.361459 ], [ -76.553385, 39.361697 ], [ -76.552979, 39.362161 ], [ -76.552635, 39.362546 ], [ -76.551961, 39.363329 ], [ -76.551894, 39.363406 ], [ -76.551195, 39.36316 ], [ -76.54905, 39.362375 ], [ -76.54775, 39.361901 ], [ -76.546611, 39.361481 ], [ -76.546431, 39.361415 ], [ -76.54511, 39.360936 ], [ -76.544112, 39.360572 ], [ -76.542985, 39.36016 ], [ -76.541439, 39.359609 ], [ -76.539224, 39.358825 ], [ -76.538123, 39.358398 ], [ -76.538044, 39.358355 ], [ -76.537785, 39.358291 ], [ -76.537699, 39.35828 ], [ -76.537597, 39.358271 ], [ -76.537491, 39.358266 ], [ -76.536979, 39.358255 ], [ -76.53671, 39.358239 ], [ -76.536524, 39.35823 ], [ -76.53641, 39.358225 ], [ -76.536248, 39.358211 ], [ -76.536083, 39.358188 ], [ -76.535901, 39.35816 ], [ -76.535655, 39.358102 ], [ -76.535294, 39.358001 ], [ -76.534437, 39.35778 ], [ -76.534231, 39.357725 ], [ -76.533821, 39.357615 ], [ -76.532389, 39.357237 ], [ -76.531648, 39.357046 ], [ -76.530925, 39.356855 ], [ -76.530153, 39.356643 ], [ -76.529785, 39.356552 ], [ -76.52978, 39.356055 ], [ -76.529778, 39.355853 ], [ -76.529773, 39.355575 ], [ -76.529803, 39.355542 ], [ -76.529904, 39.355453 ], [ -76.53086, 39.354609 ], [ -76.531721, 39.35384 ], [ -76.532094, 39.353544 ], [ -76.532222, 39.353442 ], [ -76.532297, 39.353378 ], [ -76.532765, 39.352978 ], [ -76.532958, 39.352812 ], [ -76.533617, 39.352243 ], [ -76.533643, 39.352221 ], [ -76.534201, 39.351709 ], [ -76.534448, 39.351485 ], [ -76.534763, 39.351196 ], [ -76.535667, 39.351832 ], [ -76.536006, 39.352042 ], [ -76.536176, 39.352154 ], [ -76.536383, 39.352291 ], [ -76.536783, 39.352562 ], [ -76.536972, 39.352669 ], [ -76.537116, 39.352742 ], [ -76.537911, 39.352973 ], [ -76.538391, 39.353107 ], [ -76.538589, 39.353158 ], [ -76.539433, 39.353387 ], [ -76.539577, 39.353429 ], [ -76.540021, 39.353562 ], [ -76.540165, 39.353602 ], [ -76.5403, 39.353628 ], [ -76.540381, 39.353638 ], [ -76.540507, 39.353636 ], [ -76.540691, 39.353635 ], [ -76.540923, 39.353624 ], [ -76.541365, 39.353592 ], [ -76.541884, 39.353567 ], [ -76.542492, 39.353539 ], [ -76.542666, 39.353531 ], [ -76.542978, 39.35351 ], [ -76.543361, 39.353492 ], [ -76.543894, 39.353469 ], [ -76.544213, 39.35347 ], [ -76.544286, 39.353473 ], [ -76.544873, 39.353503 ], [ -76.544996, 39.353514 ], [ -76.545208, 39.353535 ], [ -76.545516, 39.353563 ], [ -76.545862, 39.353607 ], [ -76.546254, 39.353645 ], [ -76.546544, 39.353678 ], [ -76.547015, 39.353734 ], [ -76.547226, 39.353786 ], [ -76.547611, 39.353884 ], [ -76.548048, 39.354 ], [ -76.548369, 39.354087 ], [ -76.548801, 39.354206 ], [ -76.54931, 39.354351 ], [ -76.549936, 39.354523 ], [ -76.550928, 39.354793 ], [ -76.551914, 39.355052 ], [ -76.552925, 39.355326 ], [ -76.553706, 39.355538 ], [ -76.554723, 39.355817 ], [ -76.556005, 39.35616 ], [ -76.556872, 39.356397 ], [ -76.557731, 39.356658 ], [ -76.557192, 39.357274 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270600", "name": "Census Tract 2706, Baltimore city, Maryland", "total_population_17": 4882, "white_alone_17": 1838.0, "black_alone_17": 2890.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 39.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -20.255, "pct_black_alone_change": 21.293, "pct_native_alone_change": -0.599, "pct_asian_alone_change": -1.754, "pct_hispanic_or_latino_change": -0.805, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3583451", "INTPTLON": "-076.5660286" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.573541, 39.365126 ], [ -76.573338, 39.365093 ], [ -76.573293, 39.365207 ], [ -76.573247, 39.365252 ], [ -76.573194, 39.365305 ], [ -76.573128, 39.365356 ], [ -76.573066, 39.36539 ], [ -76.572989, 39.365413 ], [ -76.572852, 39.365437 ], [ -76.572557, 39.365416 ], [ -76.572247, 39.365409 ], [ -76.572268, 39.365082 ], [ -76.572298, 39.364707 ], [ -76.571816, 39.364686 ], [ -76.570332, 39.36462 ], [ -76.569197, 39.364566 ], [ -76.56887, 39.364576 ], [ -76.568628, 39.364602 ], [ -76.568416, 39.364619 ], [ -76.568292, 39.364622 ], [ -76.568188, 39.364616 ], [ -76.568085, 39.364606 ], [ -76.567966, 39.364588 ], [ -76.5679, 39.364576 ], [ -76.5678, 39.364539 ], [ -76.567651, 39.364489 ], [ -76.567231, 39.36434 ], [ -76.566958, 39.36424 ], [ -76.566831, 39.36419 ], [ -76.566713, 39.36415 ], [ -76.56663, 39.364126 ], [ -76.566564, 39.364112 ], [ -76.566496, 39.364101 ], [ -76.566376, 39.364082 ], [ -76.566206, 39.36407 ], [ -76.56591, 39.364064 ], [ -76.565716, 39.364054 ], [ -76.56554, 39.36403 ], [ -76.565498, 39.364019 ], [ -76.565387, 39.363985 ], [ -76.564453, 39.363651 ], [ -76.563473, 39.363332 ], [ -76.562529, 39.362991 ], [ -76.561605, 39.362648 ], [ -76.558607, 39.36268 ], [ -76.558601, 39.362587 ], [ -76.558569, 39.36203 ], [ -76.558541, 39.361644 ], [ -76.558456, 39.360792 ], [ -76.558442, 39.360615 ], [ -76.558409, 39.360111 ], [ -76.558402, 39.359998 ], [ -76.558372, 39.359647 ], [ -76.558292, 39.358982 ], [ -76.55819, 39.358176 ], [ -76.557914, 39.356553 ], [ -76.557859, 39.356511 ], [ -76.558319, 39.355997 ], [ -76.558411, 39.355893 ], [ -76.558622, 39.35565 ], [ -76.558777, 39.355472 ], [ -76.558821, 39.355421 ], [ -76.55917, 39.354999 ], [ -76.559262, 39.354876 ], [ -76.55949, 39.354603 ], [ -76.55965, 39.354421 ], [ -76.55986, 39.354183 ], [ -76.559999, 39.354017 ], [ -76.560218, 39.353759 ], [ -76.560608, 39.353305 ], [ -76.560856, 39.353028 ], [ -76.561249, 39.352593 ], [ -76.561603, 39.352177 ], [ -76.561964, 39.351758 ], [ -76.562059, 39.351647 ], [ -76.562356, 39.351304 ], [ -76.56249, 39.35115 ], [ -76.562579, 39.351022 ], [ -76.562669, 39.350971 ], [ -76.562701, 39.350942 ], [ -76.562802, 39.350824 ], [ -76.562914, 39.350673 ], [ -76.563162, 39.350367 ], [ -76.563355, 39.350138 ], [ -76.563571, 39.350372 ], [ -76.563821, 39.350635 ], [ -76.564105, 39.350933 ], [ -76.564345, 39.351154 ], [ -76.564829, 39.35165 ], [ -76.565047, 39.351868 ], [ -76.565255, 39.352056 ], [ -76.565409, 39.35218 ], [ -76.565726, 39.352393 ], [ -76.565852, 39.35247 ], [ -76.566022, 39.352557 ], [ -76.566136, 39.352608 ], [ -76.566275, 39.352666 ], [ -76.566439, 39.352732 ], [ -76.566612, 39.352787 ], [ -76.567166, 39.352903 ], [ -76.567571, 39.352972 ], [ -76.568117, 39.353064 ], [ -76.568678, 39.353161 ], [ -76.569183, 39.353248 ], [ -76.570315, 39.353439 ], [ -76.571269, 39.353601 ], [ -76.572549, 39.353808 ], [ -76.573015, 39.353903 ], [ -76.572927, 39.354049 ], [ -76.572855, 39.354229 ], [ -76.572811, 39.354428 ], [ -76.572762, 39.354637 ], [ -76.572756, 39.354828 ], [ -76.572746, 39.354942 ], [ -76.572774, 39.355008 ], [ -76.572817, 39.355053 ], [ -76.572912, 39.355102 ], [ -76.573091, 39.355302 ], [ -76.573119, 39.355375 ], [ -76.573116, 39.355438 ], [ -76.573117, 39.355529 ], [ -76.573117, 39.355638 ], [ -76.573094, 39.355745 ], [ -76.573007, 39.356314 ], [ -76.572939, 39.356706 ], [ -76.572927, 39.356881 ], [ -76.572926, 39.357037 ], [ -76.572968, 39.357218 ], [ -76.573015, 39.357347 ], [ -76.573055, 39.35748 ], [ -76.573112, 39.357627 ], [ -76.573264, 39.357874 ], [ -76.5734, 39.358011 ], [ -76.573319, 39.35836 ], [ -76.573272, 39.358591 ], [ -76.573237, 39.358831 ], [ -76.573171, 39.359234 ], [ -76.573124, 39.359685 ], [ -76.573084, 39.36009 ], [ -76.573081, 39.360524 ], [ -76.573087, 39.360715 ], [ -76.573093, 39.361001 ], [ -76.57311, 39.361298 ], [ -76.573191, 39.362187 ], [ -76.573247, 39.362734 ], [ -76.573291, 39.363143 ], [ -76.573348, 39.363595 ], [ -76.573375, 39.36392 ], [ -76.573416, 39.36432 ], [ -76.573467, 39.364654 ], [ -76.573541, 39.365126 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270701", "name": "Census Tract 2707.01, Baltimore city, Maryland", "total_population_17": 2654, "white_alone_17": 59.0, "black_alone_17": 2450.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 123.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -1.876, "pct_black_alone_change": -1.615, "pct_native_alone_change": -0.19, "pct_asian_alone_change": -0.342, "pct_hispanic_or_latino_change": 3.269, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3699901", "INTPTLON": "-076.5664177" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.573445, 39.368672 ], [ -76.573192, 39.368966 ], [ -76.572987, 39.369203 ], [ -76.572854, 39.369354 ], [ -76.572732, 39.369487 ], [ -76.572424, 39.369788 ], [ -76.572138, 39.370038 ], [ -76.571721, 39.370433 ], [ -76.57135, 39.370801 ], [ -76.570948, 39.371201 ], [ -76.570421, 39.371725 ], [ -76.570218, 39.371926 ], [ -76.5701, 39.372039 ], [ -76.569997, 39.372121 ], [ -76.569749, 39.372114 ], [ -76.569388, 39.372105 ], [ -76.567243, 39.372104 ], [ -76.566442, 39.372119 ], [ -76.561788, 39.372205 ], [ -76.561668, 39.371931 ], [ -76.561667, 39.371039 ], [ -76.561679, 39.370526 ], [ -76.561708, 39.370123 ], [ -76.561706, 39.370104 ], [ -76.561713, 39.370031 ], [ -76.561719, 39.369946 ], [ -76.561743, 39.369783 ], [ -76.561792, 39.369496 ], [ -76.561806, 39.369393 ], [ -76.561819, 39.369281 ], [ -76.56183, 39.369162 ], [ -76.56184, 39.368996 ], [ -76.561856, 39.368503 ], [ -76.561868, 39.368371 ], [ -76.561886, 39.36804 ], [ -76.561899, 39.367943 ], [ -76.561919, 39.367889 ], [ -76.561986, 39.367779 ], [ -76.562108, 39.367572 ], [ -76.56221, 39.367398 ], [ -76.562545, 39.366828 ], [ -76.56402, 39.367358 ], [ -76.565274, 39.367804 ], [ -76.567076, 39.368453 ], [ -76.567372, 39.368554 ], [ -76.567539, 39.368605 ], [ -76.567795, 39.368669 ], [ -76.567959, 39.3687 ], [ -76.568058, 39.368716 ], [ -76.568183, 39.368731 ], [ -76.568359, 39.368746 ], [ -76.568594, 39.368749 ], [ -76.569013, 39.368747 ], [ -76.569384, 39.368743 ], [ -76.569696, 39.368726 ], [ -76.569905, 39.36871 ], [ -76.570087, 39.368694 ], [ -76.570166, 39.368683 ], [ -76.570292, 39.368668 ], [ -76.570565, 39.368634 ], [ -76.570849, 39.368596 ], [ -76.571008, 39.368577 ], [ -76.571186, 39.368565 ], [ -76.571537, 39.368552 ], [ -76.571709, 39.368547 ], [ -76.571941, 39.368551 ], [ -76.572196, 39.368555 ], [ -76.572469, 39.368563 ], [ -76.572732, 39.368569 ], [ -76.573345, 39.368592 ], [ -76.573513, 39.368597 ], [ -76.573445, 39.368672 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270702", "name": "Census Tract 2707.02, Baltimore city, Maryland", "total_population_17": 1962, "white_alone_17": 565.0, "black_alone_17": 1291.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 32.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -10.851, "pct_black_alone_change": 8.968, "pct_native_alone_change": -0.796, "pct_asian_alone_change": -1.299, "pct_hispanic_or_latino_change": 0.667, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3644166", "INTPTLON": "-076.5628086" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.574062, 39.367328 ], [ -76.574048, 39.36754 ], [ -76.574007, 39.367706 ], [ -76.573897, 39.368012 ], [ -76.573824, 39.368161 ], [ -76.573748, 39.368278 ], [ -76.573563, 39.368539 ], [ -76.573513, 39.368597 ], [ -76.573345, 39.368592 ], [ -76.572732, 39.368569 ], [ -76.572469, 39.368563 ], [ -76.572196, 39.368555 ], [ -76.571941, 39.368551 ], [ -76.571709, 39.368547 ], [ -76.571537, 39.368552 ], [ -76.571186, 39.368565 ], [ -76.571008, 39.368577 ], [ -76.570849, 39.368596 ], [ -76.570565, 39.368634 ], [ -76.570292, 39.368668 ], [ -76.570166, 39.368683 ], [ -76.570087, 39.368694 ], [ -76.569905, 39.36871 ], [ -76.569696, 39.368726 ], [ -76.569384, 39.368743 ], [ -76.569013, 39.368747 ], [ -76.568594, 39.368749 ], [ -76.568359, 39.368746 ], [ -76.568183, 39.368731 ], [ -76.568058, 39.368716 ], [ -76.567959, 39.3687 ], [ -76.567795, 39.368669 ], [ -76.567539, 39.368605 ], [ -76.567372, 39.368554 ], [ -76.567076, 39.368453 ], [ -76.565274, 39.367804 ], [ -76.56402, 39.367358 ], [ -76.562545, 39.366828 ], [ -76.562077, 39.366655 ], [ -76.561588, 39.366484 ], [ -76.560657, 39.366152 ], [ -76.56022, 39.365994 ], [ -76.559717, 39.365823 ], [ -76.55918, 39.365669 ], [ -76.558805, 39.365584 ], [ -76.558494, 39.365509 ], [ -76.558206, 39.365423 ], [ -76.554883, 39.364353 ], [ -76.554002, 39.364064 ], [ -76.553001, 39.363754 ], [ -76.551894, 39.363406 ], [ -76.551961, 39.363329 ], [ -76.552635, 39.362546 ], [ -76.552979, 39.362161 ], [ -76.553385, 39.361697 ], [ -76.553597, 39.361459 ], [ -76.553638, 39.361409 ], [ -76.554173, 39.360778 ], [ -76.554247, 39.360689 ], [ -76.554532, 39.360366 ], [ -76.554866, 39.359967 ], [ -76.55545, 39.359277 ], [ -76.555551, 39.35916 ], [ -76.556053, 39.358583 ], [ -76.556257, 39.358343 ], [ -76.557192, 39.357274 ], [ -76.557731, 39.356658 ], [ -76.557859, 39.356511 ], [ -76.557914, 39.356553 ], [ -76.55819, 39.358176 ], [ -76.558292, 39.358982 ], [ -76.558372, 39.359647 ], [ -76.558402, 39.359998 ], [ -76.558409, 39.360111 ], [ -76.558442, 39.360615 ], [ -76.558456, 39.360792 ], [ -76.558541, 39.361644 ], [ -76.558569, 39.36203 ], [ -76.558601, 39.362587 ], [ -76.558607, 39.36268 ], [ -76.561605, 39.362648 ], [ -76.562529, 39.362991 ], [ -76.563473, 39.363332 ], [ -76.564453, 39.363651 ], [ -76.565387, 39.363985 ], [ -76.565498, 39.364019 ], [ -76.56554, 39.36403 ], [ -76.565716, 39.364054 ], [ -76.56591, 39.364064 ], [ -76.566206, 39.36407 ], [ -76.566376, 39.364082 ], [ -76.566496, 39.364101 ], [ -76.566564, 39.364112 ], [ -76.56663, 39.364126 ], [ -76.566713, 39.36415 ], [ -76.566831, 39.36419 ], [ -76.566958, 39.36424 ], [ -76.567231, 39.36434 ], [ -76.567651, 39.364489 ], [ -76.5678, 39.364539 ], [ -76.5679, 39.364576 ], [ -76.567966, 39.364588 ], [ -76.568085, 39.364606 ], [ -76.568188, 39.364616 ], [ -76.568292, 39.364622 ], [ -76.568416, 39.364619 ], [ -76.568628, 39.364602 ], [ -76.56887, 39.364576 ], [ -76.569197, 39.364566 ], [ -76.570332, 39.36462 ], [ -76.571816, 39.364686 ], [ -76.572298, 39.364707 ], [ -76.572268, 39.365082 ], [ -76.572247, 39.365409 ], [ -76.572557, 39.365416 ], [ -76.572852, 39.365437 ], [ -76.572989, 39.365413 ], [ -76.573066, 39.36539 ], [ -76.573128, 39.365356 ], [ -76.573194, 39.365305 ], [ -76.573247, 39.365252 ], [ -76.573293, 39.365207 ], [ -76.573338, 39.365093 ], [ -76.573541, 39.365126 ], [ -76.57368, 39.365682 ], [ -76.573933, 39.366475 ], [ -76.574012, 39.366751 ], [ -76.574048, 39.366925 ], [ -76.574064, 39.367156 ], [ -76.574062, 39.367328 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270703", "name": "Census Tract 2707.03, Baltimore city, Maryland", "total_population_17": 2646, "white_alone_17": 1521.0, "black_alone_17": 946.0, "native_alone_17": 0.0, "asian_alone_17": 54.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 120.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -18.937, "pct_black_alone_change": 15.191, "pct_native_alone_change": -0.431, "pct_asian_alone_change": 0.567, "pct_hispanic_or_latino_change": 3.636, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3686909", "INTPTLON": "-076.5542537" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.56221, 39.367398 ], [ -76.562108, 39.367572 ], [ -76.561986, 39.367779 ], [ -76.561919, 39.367889 ], [ -76.561899, 39.367943 ], [ -76.561886, 39.36804 ], [ -76.561868, 39.368371 ], [ -76.561856, 39.368503 ], [ -76.56184, 39.368996 ], [ -76.56183, 39.369162 ], [ -76.561819, 39.369281 ], [ -76.561806, 39.369393 ], [ -76.561792, 39.369496 ], [ -76.561743, 39.369783 ], [ -76.561719, 39.369946 ], [ -76.561713, 39.370031 ], [ -76.561706, 39.370104 ], [ -76.561708, 39.370123 ], [ -76.561679, 39.370526 ], [ -76.561667, 39.371039 ], [ -76.561668, 39.371931 ], [ -76.561788, 39.372205 ], [ -76.559382, 39.372074 ], [ -76.559241, 39.372079 ], [ -76.558596, 39.372101 ], [ -76.556978, 39.372102 ], [ -76.555014, 39.371998 ], [ -76.554561, 39.372075 ], [ -76.553749, 39.37207 ], [ -76.552687, 39.372101 ], [ -76.550799, 39.372103 ], [ -76.549357, 39.372067 ], [ -76.548648, 39.372097 ], [ -76.54695, 39.372104 ], [ -76.545145, 39.372104 ], [ -76.544243, 39.372181 ], [ -76.544573, 39.371796 ], [ -76.544963, 39.371362 ], [ -76.545154, 39.371146 ], [ -76.5454, 39.370862 ], [ -76.545675, 39.370545 ], [ -76.545734, 39.370481 ], [ -76.546136, 39.370021 ], [ -76.546336, 39.369784 ], [ -76.546595, 39.369484 ], [ -76.546924, 39.369109 ], [ -76.547174, 39.368822 ], [ -76.547432, 39.368524 ], [ -76.547824, 39.36807 ], [ -76.548423, 39.367386 ], [ -76.548497, 39.367298 ], [ -76.549011, 39.366711 ], [ -76.549183, 39.366514 ], [ -76.549795, 39.365813 ], [ -76.549936, 39.365656 ], [ -76.550126, 39.365441 ], [ -76.550212, 39.365343 ], [ -76.550369, 39.365164 ], [ -76.550663, 39.364818 ], [ -76.550751, 39.364715 ], [ -76.551075, 39.364346 ], [ -76.551304, 39.364081 ], [ -76.551464, 39.363897 ], [ -76.551894, 39.363406 ], [ -76.553001, 39.363754 ], [ -76.554002, 39.364064 ], [ -76.554883, 39.364353 ], [ -76.558206, 39.365423 ], [ -76.558494, 39.365509 ], [ -76.558805, 39.365584 ], [ -76.55918, 39.365669 ], [ -76.559717, 39.365823 ], [ -76.56022, 39.365994 ], [ -76.560657, 39.366152 ], [ -76.561588, 39.366484 ], [ -76.562077, 39.366655 ], [ -76.562545, 39.366828 ], [ -76.56221, 39.367398 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270801", "name": "Census Tract 2708.01, Baltimore city, Maryland", "total_population_17": 4184, "white_alone_17": 525.0, "black_alone_17": 3325.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 52.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -11.367, "pct_black_alone_change": 7.149, "pct_native_alone_change": -0.168, "pct_asian_alone_change": -1.202, "pct_hispanic_or_latino_change": -0.004, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3691987", "INTPTLON": "-076.5912458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.600303, 39.36914 ], [ -76.600048, 39.369201 ], [ -76.599922, 39.369258 ], [ -76.599799, 39.369331 ], [ -76.599734, 39.369389 ], [ -76.599675, 39.369485 ], [ -76.599343, 39.369614 ], [ -76.599169, 39.369697 ], [ -76.599127, 39.369717 ], [ -76.598865, 39.369855 ], [ -76.598729, 39.36995 ], [ -76.598419, 39.370053 ], [ -76.598298, 39.370113 ], [ -76.598221, 39.370189 ], [ -76.598166, 39.370295 ], [ -76.598114, 39.370375 ], [ -76.59806, 39.37042 ], [ -76.598002, 39.370458 ], [ -76.597862, 39.370544 ], [ -76.597793, 39.370575 ], [ -76.597731, 39.370598 ], [ -76.59767, 39.370642 ], [ -76.597582, 39.37069 ], [ -76.597469, 39.370727 ], [ -76.597415, 39.370758 ], [ -76.597342, 39.370798 ], [ -76.59729, 39.370851 ], [ -76.597167, 39.371043 ], [ -76.597056, 39.371306 ], [ -76.597073, 39.371482 ], [ -76.597049, 39.371678 ], [ -76.597045, 39.371868 ], [ -76.594904, 39.371931 ], [ -76.590176, 39.371938 ], [ -76.588751, 39.37194 ], [ -76.588305, 39.371941 ], [ -76.588237, 39.371935 ], [ -76.588187, 39.37193 ], [ -76.588081, 39.371917 ], [ -76.587984, 39.371897 ], [ -76.5879, 39.371871 ], [ -76.587701, 39.371782 ], [ -76.585745, 39.372084 ], [ -76.585204, 39.372109 ], [ -76.58484, 39.372096 ], [ -76.584258, 39.37211 ], [ -76.583623, 39.37211 ], [ -76.583457, 39.37211 ], [ -76.583288, 39.372109 ], [ -76.582415, 39.372107 ], [ -76.582208, 39.372106 ], [ -76.581956, 39.372105 ], [ -76.582995, 39.370314 ], [ -76.583059, 39.370203 ], [ -76.583108, 39.370123 ], [ -76.583152, 39.370053 ], [ -76.583609, 39.369283 ], [ -76.583651, 39.369199 ], [ -76.583779, 39.368978 ], [ -76.583871, 39.368827 ], [ -76.584053, 39.368525 ], [ -76.58416, 39.368339 ], [ -76.584316, 39.368063 ], [ -76.584358, 39.368002 ], [ -76.584421, 39.367903 ], [ -76.584483, 39.367799 ], [ -76.584562, 39.367656 ], [ -76.584703, 39.367435 ], [ -76.584817, 39.367232 ], [ -76.584946, 39.367017 ], [ -76.58513, 39.366702 ], [ -76.585298, 39.366403 ], [ -76.585489, 39.366073 ], [ -76.58551, 39.366039 ], [ -76.585619, 39.366029 ], [ -76.585773, 39.366022 ], [ -76.58581, 39.366022 ], [ -76.585978, 39.366021 ], [ -76.586274, 39.366032 ], [ -76.586604, 39.36604 ], [ -76.586969, 39.366067 ], [ -76.587235, 39.366102 ], [ -76.587496, 39.366127 ], [ -76.587713, 39.366161 ], [ -76.588021, 39.366199 ], [ -76.58834, 39.366235 ], [ -76.588953, 39.366309 ], [ -76.589611, 39.366424 ], [ -76.590153, 39.366519 ], [ -76.590632, 39.366603 ], [ -76.592141, 39.366842 ], [ -76.592307, 39.366876 ], [ -76.592509, 39.366909 ], [ -76.592785, 39.366951 ], [ -76.593001, 39.366976 ], [ -76.593178, 39.366988 ], [ -76.593337, 39.367001 ], [ -76.593493, 39.367006 ], [ -76.593711, 39.367009 ], [ -76.593848, 39.367006 ], [ -76.594067, 39.366995 ], [ -76.594271, 39.366979 ], [ -76.594488, 39.366954 ], [ -76.594684, 39.366925 ], [ -76.594867, 39.366895 ], [ -76.595092, 39.36685 ], [ -76.595308, 39.366802 ], [ -76.596342, 39.366569 ], [ -76.596794, 39.366466 ], [ -76.597256, 39.366352 ], [ -76.597676, 39.366254 ], [ -76.59859, 39.366053 ], [ -76.598709, 39.366031 ], [ -76.598824, 39.366004 ], [ -76.599283, 39.365912 ], [ -76.599406, 39.366058 ], [ -76.599463, 39.366174 ], [ -76.599542, 39.366361 ], [ -76.599655, 39.366549 ], [ -76.599709, 39.36668 ], [ -76.599751, 39.366804 ], [ -76.599805, 39.36701 ], [ -76.600258, 39.368171 ], [ -76.60024, 39.368246 ], [ -76.6002, 39.368326 ], [ -76.60015, 39.368418 ], [ -76.600105, 39.368525 ], [ -76.600095, 39.368601 ], [ -76.600089, 39.368712 ], [ -76.600104, 39.368819 ], [ -76.600303, 39.36914 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270802", "name": "Census Tract 2708.02, Baltimore city, Maryland", "total_population_17": 5738, "white_alone_17": 244.0, "black_alone_17": 5212.0, "native_alone_17": 0.0, "asian_alone_17": 33.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 247.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -4.827, "pct_black_alone_change": 2.938, "pct_native_alone_change": -0.132, "pct_asian_alone_change": -0.9, "pct_hispanic_or_latino_change": 3.284, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3614244", "INTPTLON": "-076.5928428" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.599283, 39.365912 ], [ -76.598824, 39.366004 ], [ -76.598709, 39.366031 ], [ -76.59859, 39.366053 ], [ -76.597676, 39.366254 ], [ -76.597256, 39.366352 ], [ -76.596794, 39.366466 ], [ -76.596342, 39.366569 ], [ -76.595308, 39.366802 ], [ -76.595092, 39.36685 ], [ -76.594867, 39.366895 ], [ -76.594684, 39.366925 ], [ -76.594488, 39.366954 ], [ -76.594271, 39.366979 ], [ -76.594067, 39.366995 ], [ -76.593848, 39.367006 ], [ -76.593711, 39.367009 ], [ -76.593493, 39.367006 ], [ -76.593337, 39.367001 ], [ -76.593178, 39.366988 ], [ -76.593001, 39.366976 ], [ -76.592785, 39.366951 ], [ -76.592509, 39.366909 ], [ -76.592307, 39.366876 ], [ -76.592141, 39.366842 ], [ -76.590632, 39.366603 ], [ -76.590153, 39.366519 ], [ -76.589611, 39.366424 ], [ -76.588953, 39.366309 ], [ -76.58834, 39.366235 ], [ -76.588021, 39.366199 ], [ -76.587713, 39.366161 ], [ -76.587496, 39.366127 ], [ -76.587235, 39.366102 ], [ -76.586969, 39.366067 ], [ -76.586604, 39.36604 ], [ -76.586274, 39.366032 ], [ -76.585978, 39.366021 ], [ -76.58581, 39.366022 ], [ -76.585773, 39.366022 ], [ -76.585619, 39.366029 ], [ -76.58551, 39.366039 ], [ -76.585556, 39.365962 ], [ -76.585575, 39.365928 ], [ -76.585622, 39.365844 ], [ -76.585717, 39.365663 ], [ -76.585794, 39.365521 ], [ -76.58588, 39.365339 ], [ -76.585977, 39.36511 ], [ -76.585992, 39.365082 ], [ -76.58606, 39.364948 ], [ -76.586155, 39.364739 ], [ -76.586309, 39.364381 ], [ -76.586358, 39.364288 ], [ -76.586586, 39.363797 ], [ -76.586912, 39.363102 ], [ -76.587163, 39.362564 ], [ -76.587286, 39.3623 ], [ -76.587381, 39.362091 ], [ -76.587478, 39.361883 ], [ -76.587578, 39.361641 ], [ -76.587667, 39.36146 ], [ -76.587754, 39.361281 ], [ -76.58789, 39.36097 ], [ -76.58837, 39.360011 ], [ -76.588468, 39.359817 ], [ -76.588818, 39.359106 ], [ -76.588997, 39.358744 ], [ -76.589139, 39.358428 ], [ -76.58929, 39.358095 ], [ -76.589465, 39.357678 ], [ -76.589539, 39.35748 ], [ -76.589582, 39.357315 ], [ -76.589615, 39.357117 ], [ -76.589639, 39.35694 ], [ -76.589653, 39.356764 ], [ -76.589649, 39.356545 ], [ -76.589635, 39.356322 ], [ -76.589615, 39.356057 ], [ -76.589561, 39.355418 ], [ -76.589795, 39.355378 ], [ -76.590036, 39.355337 ], [ -76.590229, 39.355283 ], [ -76.590429, 39.355214 ], [ -76.590499, 39.355187 ], [ -76.590586, 39.35515 ], [ -76.590742, 39.35508 ], [ -76.590933, 39.354979 ], [ -76.591177, 39.354837 ], [ -76.591272, 39.354783 ], [ -76.591399, 39.354711 ], [ -76.591652, 39.35457 ], [ -76.59185, 39.354475 ], [ -76.592136, 39.354367 ], [ -76.592289, 39.354324 ], [ -76.592365, 39.354304 ], [ -76.592564, 39.35425 ], [ -76.592779, 39.354202 ], [ -76.593042, 39.354162 ], [ -76.593326, 39.354131 ], [ -76.594346, 39.354088 ], [ -76.594666, 39.354075 ], [ -76.594688, 39.35416 ], [ -76.594699, 39.354242 ], [ -76.594726, 39.354381 ], [ -76.594775, 39.354617 ], [ -76.594844, 39.354801 ], [ -76.594925, 39.354986 ], [ -76.595021, 39.355219 ], [ -76.595102, 39.355395 ], [ -76.595172, 39.355519 ], [ -76.595238, 39.355604 ], [ -76.595343, 39.355748 ], [ -76.595424, 39.355824 ], [ -76.59554, 39.355949 ], [ -76.595626, 39.356055 ], [ -76.595699, 39.356161 ], [ -76.595773, 39.35631 ], [ -76.595934, 39.356557 ], [ -76.595975, 39.356566 ], [ -76.596032, 39.356595 ], [ -76.596134, 39.356659 ], [ -76.596369, 39.356866 ], [ -76.596488, 39.356974 ], [ -76.596613, 39.357095 ], [ -76.596714, 39.357219 ], [ -76.596814, 39.357318 ], [ -76.596888, 39.357405 ], [ -76.596944, 39.357465 ], [ -76.59701, 39.357557 ], [ -76.597109, 39.357682 ], [ -76.597195, 39.357797 ], [ -76.597285, 39.357913 ], [ -76.597412, 39.358049 ], [ -76.597642, 39.358366 ], [ -76.597752, 39.358535 ], [ -76.597828, 39.358724 ], [ -76.597936, 39.358973 ], [ -76.597974, 39.359072 ], [ -76.598008, 39.359228 ], [ -76.598043, 39.359378 ], [ -76.598078, 39.35956 ], [ -76.598102, 39.359909 ], [ -76.598102, 39.359972 ], [ -76.59815, 39.360053 ], [ -76.598156, 39.360066 ], [ -76.598163, 39.360088 ], [ -76.598162, 39.360168 ], [ -76.598158, 39.3602 ], [ -76.598147, 39.360232 ], [ -76.598124, 39.360313 ], [ -76.598109, 39.360327 ], [ -76.598092, 39.360353 ], [ -76.598081, 39.360379 ], [ -76.598077, 39.360405 ], [ -76.598084, 39.360453 ], [ -76.598084, 39.360465 ], [ -76.598091, 39.360491 ], [ -76.598102, 39.360522 ], [ -76.598112, 39.36056 ], [ -76.598127, 39.360594 ], [ -76.598193, 39.360731 ], [ -76.598215, 39.3608 ], [ -76.598205, 39.360853 ], [ -76.598213, 39.360911 ], [ -76.598217, 39.360952 ], [ -76.598246, 39.361061 ], [ -76.598234, 39.361189 ], [ -76.59823, 39.361244 ], [ -76.59823, 39.361347 ], [ -76.598226, 39.36139 ], [ -76.598211, 39.361425 ], [ -76.598173, 39.361485 ], [ -76.598154, 39.361548 ], [ -76.598143, 39.361614 ], [ -76.598135, 39.361648 ], [ -76.598135, 39.361709 ], [ -76.598146, 39.361761 ], [ -76.598157, 39.361804 ], [ -76.598167, 39.36185 ], [ -76.598178, 39.361916 ], [ -76.598166, 39.362087 ], [ -76.598155, 39.362155 ], [ -76.598139, 39.36221 ], [ -76.598113, 39.36229 ], [ -76.598095, 39.362345 ], [ -76.598065, 39.362405 ], [ -76.598035, 39.362457 ], [ -76.598009, 39.362526 ], [ -76.597983, 39.362612 ], [ -76.597979, 39.362736 ], [ -76.597975, 39.362785 ], [ -76.597968, 39.36282 ], [ -76.59796, 39.362845 ], [ -76.597949, 39.362868 ], [ -76.597892, 39.36292 ], [ -76.597862, 39.362934 ], [ -76.597843, 39.362966 ], [ -76.597839, 39.362992 ], [ -76.597843, 39.363038 ], [ -76.597883, 39.36314 ], [ -76.59792, 39.363189 ], [ -76.597949, 39.363235 ], [ -76.597978, 39.363269 ], [ -76.598041, 39.363359 ], [ -76.598048, 39.363379 ], [ -76.598063, 39.36341 ], [ -76.598066, 39.363436 ], [ -76.598077, 39.363476 ], [ -76.598084, 39.363517 ], [ -76.598105, 39.363583 ], [ -76.598112, 39.363649 ], [ -76.598153, 39.363741 ], [ -76.598171, 39.363833 ], [ -76.598189, 39.363885 ], [ -76.598211, 39.363939 ], [ -76.598259, 39.363997 ], [ -76.598281, 39.364014 ], [ -76.598325, 39.364046 ], [ -76.59838, 39.364076 ], [ -76.598443, 39.364128 ], [ -76.598495, 39.364148 ], [ -76.598517, 39.364166 ], [ -76.598532, 39.364194 ], [ -76.598546, 39.36424 ], [ -76.598549, 39.364302 ], [ -76.598546, 39.364354 ], [ -76.598534, 39.364411 ], [ -76.598534, 39.364498 ], [ -76.598548, 39.364512 ], [ -76.598578, 39.364532 ], [ -76.598618, 39.36457 ], [ -76.598626, 39.364601 ], [ -76.598692, 39.364702 ], [ -76.59871, 39.364725 ], [ -76.598751, 39.36474 ], [ -76.598803, 39.364745 ], [ -76.598828, 39.364746 ], [ -76.598858, 39.364749 ], [ -76.598873, 39.364754 ], [ -76.598884, 39.364763 ], [ -76.598895, 39.364783 ], [ -76.598928, 39.364887 ], [ -76.598964, 39.364959 ], [ -76.59899, 39.364987 ], [ -76.599012, 39.365016 ], [ -76.599056, 39.365068 ], [ -76.599115, 39.365166 ], [ -76.599152, 39.36524 ], [ -76.599195, 39.365372 ], [ -76.599211, 39.365541 ], [ -76.599259, 39.365786 ], [ -76.599283, 39.365912 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270803", "name": "Census Tract 2708.03, Baltimore city, Maryland", "total_population_17": 7144, "white_alone_17": 652.0, "black_alone_17": 6314.0, "native_alone_17": 0.0, "asian_alone_17": 89.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 47.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -6.877, "pct_black_alone_change": 7.385, "pct_native_alone_change": -0.163, "pct_asian_alone_change": -0.139, "pct_hispanic_or_latino_change": -0.467, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3642762", "INTPTLON": "-076.5803260" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.589653, 39.356764 ], [ -76.589639, 39.35694 ], [ -76.589615, 39.357117 ], [ -76.589582, 39.357315 ], [ -76.589539, 39.35748 ], [ -76.589465, 39.357678 ], [ -76.58929, 39.358095 ], [ -76.589139, 39.358428 ], [ -76.588997, 39.358744 ], [ -76.588818, 39.359106 ], [ -76.588468, 39.359817 ], [ -76.58837, 39.360011 ], [ -76.58789, 39.36097 ], [ -76.587754, 39.361281 ], [ -76.587667, 39.36146 ], [ -76.587578, 39.361641 ], [ -76.587478, 39.361883 ], [ -76.587381, 39.362091 ], [ -76.587286, 39.3623 ], [ -76.587163, 39.362564 ], [ -76.586912, 39.363102 ], [ -76.586586, 39.363797 ], [ -76.586358, 39.364288 ], [ -76.586309, 39.364381 ], [ -76.586155, 39.364739 ], [ -76.58606, 39.364948 ], [ -76.585992, 39.365082 ], [ -76.585977, 39.36511 ], [ -76.58588, 39.365339 ], [ -76.585794, 39.365521 ], [ -76.585717, 39.365663 ], [ -76.585622, 39.365844 ], [ -76.585575, 39.365928 ], [ -76.585556, 39.365962 ], [ -76.58551, 39.366039 ], [ -76.585489, 39.366073 ], [ -76.585298, 39.366403 ], [ -76.58513, 39.366702 ], [ -76.584946, 39.367017 ], [ -76.584817, 39.367232 ], [ -76.584703, 39.367435 ], [ -76.584562, 39.367656 ], [ -76.584483, 39.367799 ], [ -76.584421, 39.367903 ], [ -76.584358, 39.368002 ], [ -76.584316, 39.368063 ], [ -76.58416, 39.368339 ], [ -76.584053, 39.368525 ], [ -76.583871, 39.368827 ], [ -76.583779, 39.368978 ], [ -76.583651, 39.369199 ], [ -76.583609, 39.369283 ], [ -76.583152, 39.370053 ], [ -76.583108, 39.370123 ], [ -76.583059, 39.370203 ], [ -76.582995, 39.370314 ], [ -76.581956, 39.372105 ], [ -76.579029, 39.372091 ], [ -76.578002, 39.372093 ], [ -76.571996, 39.372108 ], [ -76.569997, 39.372121 ], [ -76.5701, 39.372039 ], [ -76.570218, 39.371926 ], [ -76.570421, 39.371725 ], [ -76.570948, 39.371201 ], [ -76.57135, 39.370801 ], [ -76.571721, 39.370433 ], [ -76.572138, 39.370038 ], [ -76.572424, 39.369788 ], [ -76.572732, 39.369487 ], [ -76.572854, 39.369354 ], [ -76.572987, 39.369203 ], [ -76.573192, 39.368966 ], [ -76.573445, 39.368672 ], [ -76.573513, 39.368597 ], [ -76.573563, 39.368539 ], [ -76.573748, 39.368278 ], [ -76.573824, 39.368161 ], [ -76.573897, 39.368012 ], [ -76.574007, 39.367706 ], [ -76.574048, 39.36754 ], [ -76.574062, 39.367328 ], [ -76.574064, 39.367156 ], [ -76.574048, 39.366925 ], [ -76.574012, 39.366751 ], [ -76.573933, 39.366475 ], [ -76.57368, 39.365682 ], [ -76.573541, 39.365126 ], [ -76.573467, 39.364654 ], [ -76.573416, 39.36432 ], [ -76.573375, 39.36392 ], [ -76.573348, 39.363595 ], [ -76.573291, 39.363143 ], [ -76.573247, 39.362734 ], [ -76.573191, 39.362187 ], [ -76.57311, 39.361298 ], [ -76.573093, 39.361001 ], [ -76.573087, 39.360715 ], [ -76.573081, 39.360524 ], [ -76.573084, 39.36009 ], [ -76.573124, 39.359685 ], [ -76.573171, 39.359234 ], [ -76.573237, 39.358831 ], [ -76.573272, 39.358591 ], [ -76.573319, 39.35836 ], [ -76.5734, 39.358011 ], [ -76.573264, 39.357874 ], [ -76.573112, 39.357627 ], [ -76.573055, 39.35748 ], [ -76.573015, 39.357347 ], [ -76.572968, 39.357218 ], [ -76.572926, 39.357037 ], [ -76.572927, 39.356881 ], [ -76.572939, 39.356706 ], [ -76.573007, 39.356314 ], [ -76.573094, 39.355745 ], [ -76.573117, 39.355638 ], [ -76.573117, 39.355529 ], [ -76.573116, 39.355438 ], [ -76.573119, 39.355375 ], [ -76.573091, 39.355302 ], [ -76.572912, 39.355102 ], [ -76.572817, 39.355053 ], [ -76.572774, 39.355008 ], [ -76.572746, 39.354942 ], [ -76.572756, 39.354828 ], [ -76.572762, 39.354637 ], [ -76.572811, 39.354428 ], [ -76.572855, 39.354229 ], [ -76.572927, 39.354049 ], [ -76.573015, 39.353903 ], [ -76.573639, 39.354026 ], [ -76.573871, 39.35407 ], [ -76.574056, 39.354117 ], [ -76.574316, 39.354224 ], [ -76.574837, 39.354456 ], [ -76.575628, 39.354844 ], [ -76.575658, 39.354859 ], [ -76.575788, 39.354923 ], [ -76.575992, 39.35482 ], [ -76.576145, 39.354741 ], [ -76.576309, 39.35466 ], [ -76.57642, 39.354624 ], [ -76.576569, 39.354587 ], [ -76.576644, 39.354576 ], [ -76.576698, 39.354567 ], [ -76.576845, 39.354548 ], [ -76.577073, 39.354524 ], [ -76.577435, 39.354488 ], [ -76.577613, 39.354469 ], [ -76.577895, 39.354454 ], [ -76.578029, 39.354451 ], [ -76.578233, 39.354447 ], [ -76.578462, 39.354457 ], [ -76.578658, 39.354486 ], [ -76.578798, 39.354514 ], [ -76.578947, 39.35455 ], [ -76.579095, 39.3546 ], [ -76.579195, 39.354644 ], [ -76.579333, 39.35469 ], [ -76.57966, 39.354818 ], [ -76.579782, 39.354862 ], [ -76.579884, 39.354903 ], [ -76.579989, 39.354955 ], [ -76.580111, 39.355009 ], [ -76.580226, 39.355058 ], [ -76.580338, 39.355099 ], [ -76.580503, 39.355172 ], [ -76.580671, 39.355254 ], [ -76.580862, 39.355334 ], [ -76.581137, 39.355434 ], [ -76.581597, 39.355551 ], [ -76.581802, 39.355585 ], [ -76.581964, 39.355602 ], [ -76.582134, 39.355613 ], [ -76.582325, 39.355608 ], [ -76.582683, 39.355597 ], [ -76.584359, 39.35556 ], [ -76.586508, 39.355514 ], [ -76.586613, 39.355512 ], [ -76.587102, 39.355501 ], [ -76.587559, 39.35549 ], [ -76.588047, 39.35548 ], [ -76.588516, 39.355468 ], [ -76.58897, 39.355458 ], [ -76.589016, 39.355457 ], [ -76.589187, 39.355447 ], [ -76.589364, 39.355432 ], [ -76.589488, 39.355424 ], [ -76.589561, 39.355418 ], [ -76.589615, 39.356057 ], [ -76.589635, 39.356322 ], [ -76.589649, 39.356545 ], [ -76.589653, 39.356764 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270804", "name": "Census Tract 2708.04, Baltimore city, Maryland", "total_population_17": 3172, "white_alone_17": 1280.0, "black_alone_17": 1474.0, "native_alone_17": 0.0, "asian_alone_17": 70.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 332.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -13.557, "pct_black_alone_change": 6.788, "pct_native_alone_change": -0.326, "pct_asian_alone_change": -0.038, "pct_hispanic_or_latino_change": 7.643, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3686599", "INTPTLON": "-076.6045879" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.60998, 39.365215 ], [ -76.609977, 39.365296 ], [ -76.609953, 39.365939 ], [ -76.609933, 39.366325 ], [ -76.609926, 39.36697 ], [ -76.609926, 39.367008 ], [ -76.609919, 39.36762 ], [ -76.609919, 39.36784 ], [ -76.609908, 39.368115 ], [ -76.609903, 39.368689 ], [ -76.609888, 39.369168 ], [ -76.609858, 39.370467 ], [ -76.609846, 39.371113 ], [ -76.609835, 39.371694 ], [ -76.609805, 39.3722 ], [ -76.609778, 39.372202 ], [ -76.609727, 39.3722 ], [ -76.609662, 39.372197 ], [ -76.60739, 39.372105 ], [ -76.605891, 39.372037 ], [ -76.60449, 39.372105 ], [ -76.603421, 39.372057 ], [ -76.602833, 39.372031 ], [ -76.602757, 39.372028 ], [ -76.601146, 39.371955 ], [ -76.597879, 39.371808 ], [ -76.597045, 39.371868 ], [ -76.597049, 39.371678 ], [ -76.597073, 39.371482 ], [ -76.597056, 39.371306 ], [ -76.597167, 39.371043 ], [ -76.59729, 39.370851 ], [ -76.597342, 39.370798 ], [ -76.597415, 39.370758 ], [ -76.597469, 39.370727 ], [ -76.597582, 39.37069 ], [ -76.59767, 39.370642 ], [ -76.597731, 39.370598 ], [ -76.597793, 39.370575 ], [ -76.597862, 39.370544 ], [ -76.598002, 39.370458 ], [ -76.59806, 39.37042 ], [ -76.598114, 39.370375 ], [ -76.598166, 39.370295 ], [ -76.598221, 39.370189 ], [ -76.598298, 39.370113 ], [ -76.598419, 39.370053 ], [ -76.598729, 39.36995 ], [ -76.598865, 39.369855 ], [ -76.599127, 39.369717 ], [ -76.599169, 39.369697 ], [ -76.599343, 39.369614 ], [ -76.599675, 39.369485 ], [ -76.599734, 39.369389 ], [ -76.599799, 39.369331 ], [ -76.599922, 39.369258 ], [ -76.600048, 39.369201 ], [ -76.600303, 39.36914 ], [ -76.600104, 39.368819 ], [ -76.600089, 39.368712 ], [ -76.600095, 39.368601 ], [ -76.600105, 39.368525 ], [ -76.60015, 39.368418 ], [ -76.6002, 39.368326 ], [ -76.60024, 39.368246 ], [ -76.600258, 39.368171 ], [ -76.599805, 39.36701 ], [ -76.599751, 39.366804 ], [ -76.599709, 39.36668 ], [ -76.599655, 39.366549 ], [ -76.599542, 39.366361 ], [ -76.599463, 39.366174 ], [ -76.599406, 39.366058 ], [ -76.599283, 39.365912 ], [ -76.599418, 39.365871 ], [ -76.600026, 39.365704 ], [ -76.600658, 39.365542 ], [ -76.601357, 39.365382 ], [ -76.60296, 39.36502 ], [ -76.604177, 39.364735 ], [ -76.604468, 39.364677 ], [ -76.605015, 39.364611 ], [ -76.605321, 39.364582 ], [ -76.605527, 39.36458 ], [ -76.605707, 39.364587 ], [ -76.605874, 39.364601 ], [ -76.606088, 39.364621 ], [ -76.606339, 39.364654 ], [ -76.606554, 39.3647 ], [ -76.606649, 39.364715 ], [ -76.606741, 39.364733 ], [ -76.607244, 39.364853 ], [ -76.608216, 39.365009 ], [ -76.608656, 39.365059 ], [ -76.608897, 39.365082 ], [ -76.609109, 39.365098 ], [ -76.60954, 39.365114 ], [ -76.609875, 39.365125 ], [ -76.609887, 39.365125 ], [ -76.609913, 39.365126 ], [ -76.609955, 39.365125 ], [ -76.609985, 39.365126 ], [ -76.60998, 39.365215 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270805", "name": "Census Tract 2708.05, Baltimore city, Maryland", "total_population_17": 5278, "white_alone_17": 477.0, "black_alone_17": 4342.0, "native_alone_17": 13.0, "asian_alone_17": 84.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 170.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -2.235, "pct_black_alone_change": -3.91, "pct_native_alone_change": 0.061, "pct_asian_alone_change": 0.686, "pct_hispanic_or_latino_change": 2.057, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3596241", "INTPTLON": "-076.6033509" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.610012, 39.361253 ], [ -76.610015, 39.361405 ], [ -76.610019, 39.361582 ], [ -76.61002, 39.361607 ], [ -76.610019, 39.361795 ], [ -76.609996, 39.362914 ], [ -76.609995, 39.362958 ], [ -76.609999, 39.363336 ], [ -76.609999, 39.363374 ], [ -76.609998, 39.364123 ], [ -76.609999, 39.364155 ], [ -76.610005, 39.364631 ], [ -76.610002, 39.364864 ], [ -76.609994, 39.365015 ], [ -76.609985, 39.365126 ], [ -76.609955, 39.365125 ], [ -76.609913, 39.365126 ], [ -76.609887, 39.365125 ], [ -76.609875, 39.365125 ], [ -76.60954, 39.365114 ], [ -76.609109, 39.365098 ], [ -76.608897, 39.365082 ], [ -76.608656, 39.365059 ], [ -76.608216, 39.365009 ], [ -76.607244, 39.364853 ], [ -76.606741, 39.364733 ], [ -76.606649, 39.364715 ], [ -76.606554, 39.3647 ], [ -76.606339, 39.364654 ], [ -76.606088, 39.364621 ], [ -76.605874, 39.364601 ], [ -76.605707, 39.364587 ], [ -76.605527, 39.36458 ], [ -76.605321, 39.364582 ], [ -76.605015, 39.364611 ], [ -76.604468, 39.364677 ], [ -76.604177, 39.364735 ], [ -76.60296, 39.36502 ], [ -76.601357, 39.365382 ], [ -76.600658, 39.365542 ], [ -76.600026, 39.365704 ], [ -76.599418, 39.365871 ], [ -76.599283, 39.365912 ], [ -76.599259, 39.365786 ], [ -76.599211, 39.365541 ], [ -76.599195, 39.365372 ], [ -76.599152, 39.36524 ], [ -76.599115, 39.365166 ], [ -76.599056, 39.365068 ], [ -76.599012, 39.365016 ], [ -76.59899, 39.364987 ], [ -76.598964, 39.364959 ], [ -76.598928, 39.364887 ], [ -76.598895, 39.364783 ], [ -76.598884, 39.364763 ], [ -76.598873, 39.364754 ], [ -76.598858, 39.364749 ], [ -76.598828, 39.364746 ], [ -76.598803, 39.364745 ], [ -76.598751, 39.36474 ], [ -76.59871, 39.364725 ], [ -76.598692, 39.364702 ], [ -76.598626, 39.364601 ], [ -76.598618, 39.36457 ], [ -76.598578, 39.364532 ], [ -76.598548, 39.364512 ], [ -76.598534, 39.364498 ], [ -76.598534, 39.364411 ], [ -76.598546, 39.364354 ], [ -76.598549, 39.364302 ], [ -76.598546, 39.36424 ], [ -76.598532, 39.364194 ], [ -76.598517, 39.364166 ], [ -76.598495, 39.364148 ], [ -76.598443, 39.364128 ], [ -76.59838, 39.364076 ], [ -76.598325, 39.364046 ], [ -76.598281, 39.364014 ], [ -76.598259, 39.363997 ], [ -76.598211, 39.363939 ], [ -76.598189, 39.363885 ], [ -76.598171, 39.363833 ], [ -76.598153, 39.363741 ], [ -76.598112, 39.363649 ], [ -76.598105, 39.363583 ], [ -76.598084, 39.363517 ], [ -76.598077, 39.363476 ], [ -76.598066, 39.363436 ], [ -76.598063, 39.36341 ], [ -76.598048, 39.363379 ], [ -76.598041, 39.363359 ], [ -76.597978, 39.363269 ], [ -76.597949, 39.363235 ], [ -76.59792, 39.363189 ], [ -76.597883, 39.36314 ], [ -76.597843, 39.363038 ], [ -76.597839, 39.362992 ], [ -76.597843, 39.362966 ], [ -76.597862, 39.362934 ], [ -76.597892, 39.36292 ], [ -76.597949, 39.362868 ], [ -76.59796, 39.362845 ], [ -76.597968, 39.36282 ], [ -76.597975, 39.362785 ], [ -76.597979, 39.362736 ], [ -76.597983, 39.362612 ], [ -76.598009, 39.362526 ], [ -76.598035, 39.362457 ], [ -76.598065, 39.362405 ], [ -76.598095, 39.362345 ], [ -76.598113, 39.36229 ], [ -76.598139, 39.36221 ], [ -76.598155, 39.362155 ], [ -76.598166, 39.362087 ], [ -76.598178, 39.361916 ], [ -76.598167, 39.36185 ], [ -76.598157, 39.361804 ], [ -76.598146, 39.361761 ], [ -76.598135, 39.361709 ], [ -76.598135, 39.361648 ], [ -76.598143, 39.361614 ], [ -76.598154, 39.361548 ], [ -76.598173, 39.361485 ], [ -76.598211, 39.361425 ], [ -76.598226, 39.36139 ], [ -76.59823, 39.361347 ], [ -76.59823, 39.361244 ], [ -76.598234, 39.361189 ], [ -76.598246, 39.361061 ], [ -76.598217, 39.360952 ], [ -76.598213, 39.360911 ], [ -76.598205, 39.360853 ], [ -76.598215, 39.3608 ], [ -76.598193, 39.360731 ], [ -76.598127, 39.360594 ], [ -76.598112, 39.36056 ], [ -76.598102, 39.360522 ], [ -76.598091, 39.360491 ], [ -76.598084, 39.360465 ], [ -76.598084, 39.360453 ], [ -76.598077, 39.360405 ], [ -76.598081, 39.360379 ], [ -76.598092, 39.360353 ], [ -76.598109, 39.360327 ], [ -76.598124, 39.360313 ], [ -76.598147, 39.360232 ], [ -76.598158, 39.3602 ], [ -76.598162, 39.360168 ], [ -76.598163, 39.360088 ], [ -76.598156, 39.360066 ], [ -76.59815, 39.360053 ], [ -76.598102, 39.359972 ], [ -76.598102, 39.359909 ], [ -76.598078, 39.35956 ], [ -76.598043, 39.359378 ], [ -76.598008, 39.359228 ], [ -76.597974, 39.359072 ], [ -76.597936, 39.358973 ], [ -76.597828, 39.358724 ], [ -76.597752, 39.358535 ], [ -76.597642, 39.358366 ], [ -76.597412, 39.358049 ], [ -76.597285, 39.357913 ], [ -76.597195, 39.357797 ], [ -76.597109, 39.357682 ], [ -76.59701, 39.357557 ], [ -76.596944, 39.357465 ], [ -76.596888, 39.357405 ], [ -76.596814, 39.357318 ], [ -76.596714, 39.357219 ], [ -76.596613, 39.357095 ], [ -76.596488, 39.356974 ], [ -76.596369, 39.356866 ], [ -76.596134, 39.356659 ], [ -76.596032, 39.356595 ], [ -76.595975, 39.356566 ], [ -76.595934, 39.356557 ], [ -76.595773, 39.35631 ], [ -76.595699, 39.356161 ], [ -76.595626, 39.356055 ], [ -76.59554, 39.355949 ], [ -76.595424, 39.355824 ], [ -76.595343, 39.355748 ], [ -76.595238, 39.355604 ], [ -76.595172, 39.355519 ], [ -76.595102, 39.355395 ], [ -76.595021, 39.355219 ], [ -76.594925, 39.354986 ], [ -76.594844, 39.354801 ], [ -76.594775, 39.354617 ], [ -76.594726, 39.354381 ], [ -76.594699, 39.354242 ], [ -76.594688, 39.35416 ], [ -76.594666, 39.354075 ], [ -76.595733, 39.354022 ], [ -76.595981, 39.354009 ], [ -76.596388, 39.353997 ], [ -76.59669, 39.353998 ], [ -76.596944, 39.354001 ], [ -76.597162, 39.354014 ], [ -76.597384, 39.354037 ], [ -76.59776, 39.354085 ], [ -76.598289, 39.354166 ], [ -76.599522, 39.354325 ], [ -76.601118, 39.354539 ], [ -76.602334, 39.354711 ], [ -76.602666, 39.354748 ], [ -76.603181, 39.354806 ], [ -76.603293, 39.35481 ], [ -76.604686, 39.354955 ], [ -76.60487, 39.354975 ], [ -76.606073, 39.355102 ], [ -76.606295, 39.355126 ], [ -76.606921, 39.355196 ], [ -76.607685, 39.355274 ], [ -76.608395, 39.355343 ], [ -76.609852, 39.355493 ], [ -76.609953, 39.355503 ], [ -76.609965, 39.356103 ], [ -76.60997, 39.356525 ], [ -76.609977, 39.35682 ], [ -76.609977, 39.357446 ], [ -76.609979, 39.357734 ], [ -76.609979, 39.35777 ], [ -76.610001, 39.358417 ], [ -76.610005, 39.358549 ], [ -76.610005, 39.358567 ], [ -76.610017, 39.359085 ], [ -76.610017, 39.359125 ], [ -76.610012, 39.360262 ], [ -76.610012, 39.360287 ], [ -76.61002, 39.360686 ], [ -76.610012, 39.361253 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270901", "name": "Census Tract 2709.01, Baltimore city, Maryland", "total_population_17": 4259, "white_alone_17": 95.0, "black_alone_17": 3997.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 124.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.258, "pct_black_alone_change": -2.709, "pct_native_alone_change": -0.093, "pct_asian_alone_change": -0.093, "pct_hispanic_or_latino_change": 2.26, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3499700", "INTPTLON": "-076.5949830" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.599633, 39.345679 ], [ -76.599532, 39.346267 ], [ -76.599423, 39.346967 ], [ -76.599376, 39.347277 ], [ -76.599258, 39.348046 ], [ -76.599105, 39.348968 ], [ -76.599042, 39.349398 ], [ -76.598886, 39.350369 ], [ -76.598833, 39.350714 ], [ -76.598802, 39.350897 ], [ -76.598746, 39.351246 ], [ -76.598689, 39.351605 ], [ -76.598631, 39.351985 ], [ -76.598571, 39.352377 ], [ -76.598437, 39.353246 ], [ -76.598368, 39.353668 ], [ -76.598289, 39.354166 ], [ -76.59776, 39.354085 ], [ -76.597384, 39.354037 ], [ -76.597162, 39.354014 ], [ -76.596944, 39.354001 ], [ -76.59669, 39.353998 ], [ -76.596388, 39.353997 ], [ -76.595981, 39.354009 ], [ -76.595733, 39.354022 ], [ -76.594666, 39.354075 ], [ -76.594346, 39.354088 ], [ -76.593326, 39.354131 ], [ -76.593042, 39.354162 ], [ -76.592779, 39.354202 ], [ -76.592564, 39.35425 ], [ -76.592365, 39.354304 ], [ -76.592289, 39.354324 ], [ -76.592136, 39.354367 ], [ -76.59185, 39.354475 ], [ -76.591652, 39.35457 ], [ -76.591399, 39.354711 ], [ -76.591272, 39.354783 ], [ -76.591177, 39.354837 ], [ -76.590933, 39.354979 ], [ -76.590742, 39.35508 ], [ -76.590586, 39.35515 ], [ -76.590499, 39.355187 ], [ -76.590429, 39.355214 ], [ -76.590229, 39.355283 ], [ -76.590036, 39.355337 ], [ -76.589795, 39.355378 ], [ -76.589561, 39.355418 ], [ -76.589565, 39.35527 ], [ -76.589566, 39.355075 ], [ -76.589577, 39.354852 ], [ -76.589604, 39.354689 ], [ -76.589638, 39.354473 ], [ -76.589665, 39.354355 ], [ -76.589717, 39.354151 ], [ -76.589762, 39.354006 ], [ -76.589787, 39.353931 ], [ -76.589925, 39.353516 ], [ -76.590013, 39.353251 ], [ -76.590049, 39.353161 ], [ -76.590374, 39.352207 ], [ -76.590394, 39.352148 ], [ -76.590526, 39.351783 ], [ -76.590648, 39.35142 ], [ -76.590807, 39.350945 ], [ -76.590955, 39.350575 ], [ -76.591124, 39.350067 ], [ -76.591137, 39.35003 ], [ -76.591309, 39.34953 ], [ -76.591419, 39.349263 ], [ -76.591468, 39.349124 ], [ -76.591522, 39.348936 ], [ -76.591587, 39.348667 ], [ -76.591595, 39.348628 ], [ -76.591623, 39.348496 ], [ -76.591631, 39.348455 ], [ -76.591765, 39.347808 ], [ -76.591771, 39.347756 ], [ -76.591782, 39.347662 ], [ -76.591787, 39.347626 ], [ -76.591868, 39.347011 ], [ -76.591913, 39.346713 ], [ -76.591924, 39.34665 ], [ -76.592006, 39.346163 ], [ -76.592228, 39.346162 ], [ -76.592247, 39.346162 ], [ -76.592844, 39.346179 ], [ -76.593012, 39.346159 ], [ -76.593182, 39.346127 ], [ -76.593308, 39.346096 ], [ -76.593441, 39.346062 ], [ -76.593567, 39.346021 ], [ -76.593669, 39.34598 ], [ -76.593992, 39.345837 ], [ -76.594249, 39.345718 ], [ -76.595458, 39.345174 ], [ -76.595526, 39.345147 ], [ -76.595662, 39.345093 ], [ -76.595891, 39.345008 ], [ -76.596013, 39.344968 ], [ -76.596149, 39.344933 ], [ -76.596293, 39.344907 ], [ -76.596445, 39.344887 ], [ -76.596571, 39.344878 ], [ -76.596691, 39.344874 ], [ -76.596798, 39.344874 ], [ -76.596919, 39.344879 ], [ -76.597097, 39.344893 ], [ -76.597605, 39.344948 ], [ -76.59824, 39.345007 ], [ -76.599134, 39.345093 ], [ -76.599729, 39.345149 ], [ -76.599633, 39.345679 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270902", "name": "Census Tract 2709.02, Baltimore city, Maryland", "total_population_17": 5626, "white_alone_17": 249.0, "black_alone_17": 5102.0, "native_alone_17": 17.0, "asian_alone_17": 44.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 86.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -3.102, "pct_black_alone_change": -0.88, "pct_native_alone_change": 0.05, "pct_asian_alone_change": 0.581, "pct_hispanic_or_latino_change": 1.177, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3509521", "INTPTLON": "-076.5843196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.591924, 39.34665 ], [ -76.591913, 39.346713 ], [ -76.591868, 39.347011 ], [ -76.591787, 39.347626 ], [ -76.591782, 39.347662 ], [ -76.591771, 39.347756 ], [ -76.591765, 39.347808 ], [ -76.591631, 39.348455 ], [ -76.591623, 39.348496 ], [ -76.591595, 39.348628 ], [ -76.591587, 39.348667 ], [ -76.591522, 39.348936 ], [ -76.591468, 39.349124 ], [ -76.591419, 39.349263 ], [ -76.591309, 39.34953 ], [ -76.591137, 39.35003 ], [ -76.591124, 39.350067 ], [ -76.590955, 39.350575 ], [ -76.590807, 39.350945 ], [ -76.590648, 39.35142 ], [ -76.590526, 39.351783 ], [ -76.590394, 39.352148 ], [ -76.590374, 39.352207 ], [ -76.590049, 39.353161 ], [ -76.590013, 39.353251 ], [ -76.589925, 39.353516 ], [ -76.589787, 39.353931 ], [ -76.589762, 39.354006 ], [ -76.589717, 39.354151 ], [ -76.589665, 39.354355 ], [ -76.589638, 39.354473 ], [ -76.589604, 39.354689 ], [ -76.589577, 39.354852 ], [ -76.589566, 39.355075 ], [ -76.589565, 39.35527 ], [ -76.589561, 39.355418 ], [ -76.589488, 39.355424 ], [ -76.589364, 39.355432 ], [ -76.589187, 39.355447 ], [ -76.589016, 39.355457 ], [ -76.58897, 39.355458 ], [ -76.588516, 39.355468 ], [ -76.588047, 39.35548 ], [ -76.587559, 39.35549 ], [ -76.587102, 39.355501 ], [ -76.586613, 39.355512 ], [ -76.586508, 39.355514 ], [ -76.584359, 39.35556 ], [ -76.582683, 39.355597 ], [ -76.582325, 39.355608 ], [ -76.582134, 39.355613 ], [ -76.581964, 39.355602 ], [ -76.581802, 39.355585 ], [ -76.581597, 39.355551 ], [ -76.581137, 39.355434 ], [ -76.580862, 39.355334 ], [ -76.580671, 39.355254 ], [ -76.580503, 39.355172 ], [ -76.580338, 39.355099 ], [ -76.580226, 39.355058 ], [ -76.580111, 39.355009 ], [ -76.579989, 39.354955 ], [ -76.579884, 39.354903 ], [ -76.579782, 39.354862 ], [ -76.57966, 39.354818 ], [ -76.579333, 39.35469 ], [ -76.579195, 39.354644 ], [ -76.579095, 39.3546 ], [ -76.578947, 39.35455 ], [ -76.578798, 39.354514 ], [ -76.578658, 39.354486 ], [ -76.578462, 39.354457 ], [ -76.578233, 39.354447 ], [ -76.578029, 39.354451 ], [ -76.577895, 39.354454 ], [ -76.577613, 39.354469 ], [ -76.577435, 39.354488 ], [ -76.577073, 39.354524 ], [ -76.576845, 39.354548 ], [ -76.576698, 39.354567 ], [ -76.576644, 39.354576 ], [ -76.576569, 39.354587 ], [ -76.57642, 39.354624 ], [ -76.576309, 39.35466 ], [ -76.576145, 39.354741 ], [ -76.575992, 39.35482 ], [ -76.575788, 39.354923 ], [ -76.575658, 39.354859 ], [ -76.575628, 39.354844 ], [ -76.574837, 39.354456 ], [ -76.574316, 39.354224 ], [ -76.574056, 39.354117 ], [ -76.573871, 39.35407 ], [ -76.573639, 39.354026 ], [ -76.573015, 39.353903 ], [ -76.573062, 39.353826 ], [ -76.573264, 39.353697 ], [ -76.5733, 39.353634 ], [ -76.573346, 39.353526 ], [ -76.573501, 39.353351 ], [ -76.573702, 39.353161 ], [ -76.573957, 39.352895 ], [ -76.57418, 39.352651 ], [ -76.574329, 39.352536 ], [ -76.574452, 39.352501 ], [ -76.574628, 39.352488 ], [ -76.574786, 39.352523 ], [ -76.575064, 39.352579 ], [ -76.575483, 39.352621 ], [ -76.575776, 39.352626 ], [ -76.576033, 39.352603 ], [ -76.576189, 39.35258 ], [ -76.576319, 39.352547 ], [ -76.576461, 39.352527 ], [ -76.576608, 39.352538 ], [ -76.576808, 39.352542 ], [ -76.577125, 39.35255 ], [ -76.577336, 39.352544 ], [ -76.577527, 39.352504 ], [ -76.577649, 39.352457 ], [ -76.577732, 39.35239 ], [ -76.577797, 39.35231 ], [ -76.577841, 39.352229 ], [ -76.577851, 39.352118 ], [ -76.577795, 39.352014 ], [ -76.577691, 39.351869 ], [ -76.577561, 39.351704 ], [ -76.57742, 39.351482 ], [ -76.577297, 39.351207 ], [ -76.577236, 39.351005 ], [ -76.577225, 39.35073 ], [ -76.577196, 39.350424 ], [ -76.577204, 39.35013 ], [ -76.577223, 39.349971 ], [ -76.577267, 39.349918 ], [ -76.57741, 39.349856 ], [ -76.577609, 39.349775 ], [ -76.577777, 39.349737 ], [ -76.577877, 39.349723 ], [ -76.577979, 39.349742 ], [ -76.578059, 39.34981 ], [ -76.57817, 39.349921 ], [ -76.578368, 39.350076 ], [ -76.578758, 39.350246 ], [ -76.57905, 39.350339 ], [ -76.579226, 39.350412 ], [ -76.579313, 39.350436 ], [ -76.579406, 39.350436 ], [ -76.579488, 39.350405 ], [ -76.57964, 39.350263 ], [ -76.579732, 39.350131 ], [ -76.579757, 39.35006 ], [ -76.5798, 39.350008 ], [ -76.58021, 39.349754 ], [ -76.580576, 39.3496 ], [ -76.580918, 39.349511 ], [ -76.581346, 39.349366 ], [ -76.581502, 39.349314 ], [ -76.581587, 39.349234 ], [ -76.581716, 39.349126 ], [ -76.581827, 39.349018 ], [ -76.581863, 39.348956 ], [ -76.581907, 39.348867 ], [ -76.581932, 39.348791 ], [ -76.581914, 39.348715 ], [ -76.581896, 39.348654 ], [ -76.581835, 39.348564 ], [ -76.581781, 39.348507 ], [ -76.581687, 39.348431 ], [ -76.581571, 39.348378 ], [ -76.581401, 39.348326 ], [ -76.581297, 39.348292 ], [ -76.581212, 39.348235 ], [ -76.581158, 39.348164 ], [ -76.581119, 39.348078 ], [ -76.581074, 39.347913 ], [ -76.581019, 39.347689 ], [ -76.581026, 39.347485 ], [ -76.581089, 39.347197 ], [ -76.581126, 39.347112 ], [ -76.581206, 39.346997 ], [ -76.581108, 39.346583 ], [ -76.581076, 39.346368 ], [ -76.58109, 39.346183 ], [ -76.581091, 39.346053 ], [ -76.581066, 39.345898 ], [ -76.581016, 39.345742 ], [ -76.580907, 39.345512 ], [ -76.580805, 39.345277 ], [ -76.581117, 39.345309 ], [ -76.581193, 39.345316 ], [ -76.581311, 39.345324 ], [ -76.581421, 39.345336 ], [ -76.581521, 39.345353 ], [ -76.581976, 39.345475 ], [ -76.582223, 39.345554 ], [ -76.582652, 39.345691 ], [ -76.582808, 39.345738 ], [ -76.582896, 39.345764 ], [ -76.583085, 39.345817 ], [ -76.583245, 39.345857 ], [ -76.58337, 39.345878 ], [ -76.583517, 39.345893 ], [ -76.583898, 39.345894 ], [ -76.584146, 39.345886 ], [ -76.584275, 39.345887 ], [ -76.58456, 39.345888 ], [ -76.584721, 39.345877 ], [ -76.584786, 39.345872 ], [ -76.584827, 39.345871 ], [ -76.585021, 39.345868 ], [ -76.585429, 39.345862 ], [ -76.585913, 39.345864 ], [ -76.585947, 39.345863 ], [ -76.586178, 39.345856 ], [ -76.586392, 39.34587 ], [ -76.586756, 39.345884 ], [ -76.587089, 39.345892 ], [ -76.587229, 39.345942 ], [ -76.587425, 39.345964 ], [ -76.58781, 39.345983 ], [ -76.58813, 39.346001 ], [ -76.588619, 39.346019 ], [ -76.589069, 39.346052 ], [ -76.589323, 39.346058 ], [ -76.589924, 39.346079 ], [ -76.591067, 39.346133 ], [ -76.591553, 39.346141 ], [ -76.592006, 39.346163 ], [ -76.591924, 39.34665 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510270903", "name": "Census Tract 2709.03, Baltimore city, Maryland", "total_population_17": 4630, "white_alone_17": 482.0, "black_alone_17": 3366.0, "native_alone_17": 0.0, "asian_alone_17": 84.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 445.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 3.504, "pct_black_alone_change": -17.825, "pct_native_alone_change": -0.152, "pct_asian_alone_change": 0.939, "pct_hispanic_or_latino_change": 8.203, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3426876", "INTPTLON": "-076.5900973" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.600211, 39.340064 ], [ -76.600031, 39.341678 ], [ -76.599935, 39.342743 ], [ -76.599885, 39.343212 ], [ -76.599849, 39.343536 ], [ -76.599845, 39.34377 ], [ -76.599838, 39.344028 ], [ -76.599868, 39.344253 ], [ -76.599729, 39.345149 ], [ -76.599134, 39.345093 ], [ -76.59824, 39.345007 ], [ -76.597605, 39.344948 ], [ -76.597097, 39.344893 ], [ -76.596919, 39.344879 ], [ -76.596798, 39.344874 ], [ -76.596691, 39.344874 ], [ -76.596571, 39.344878 ], [ -76.596445, 39.344887 ], [ -76.596293, 39.344907 ], [ -76.596149, 39.344933 ], [ -76.596013, 39.344968 ], [ -76.595891, 39.345008 ], [ -76.595662, 39.345093 ], [ -76.595526, 39.345147 ], [ -76.595458, 39.345174 ], [ -76.594249, 39.345718 ], [ -76.593992, 39.345837 ], [ -76.593669, 39.34598 ], [ -76.593567, 39.346021 ], [ -76.593441, 39.346062 ], [ -76.593308, 39.346096 ], [ -76.593182, 39.346127 ], [ -76.593012, 39.346159 ], [ -76.592844, 39.346179 ], [ -76.592247, 39.346162 ], [ -76.592228, 39.346162 ], [ -76.592006, 39.346163 ], [ -76.591553, 39.346141 ], [ -76.591067, 39.346133 ], [ -76.589924, 39.346079 ], [ -76.589323, 39.346058 ], [ -76.589069, 39.346052 ], [ -76.588619, 39.346019 ], [ -76.58813, 39.346001 ], [ -76.58781, 39.345983 ], [ -76.587425, 39.345964 ], [ -76.587229, 39.345942 ], [ -76.587089, 39.345892 ], [ -76.586756, 39.345884 ], [ -76.586392, 39.34587 ], [ -76.586178, 39.345856 ], [ -76.585947, 39.345863 ], [ -76.585913, 39.345864 ], [ -76.585429, 39.345862 ], [ -76.585021, 39.345868 ], [ -76.584827, 39.345871 ], [ -76.584786, 39.345872 ], [ -76.584721, 39.345877 ], [ -76.58456, 39.345888 ], [ -76.584275, 39.345887 ], [ -76.584146, 39.345886 ], [ -76.583898, 39.345894 ], [ -76.583517, 39.345893 ], [ -76.58337, 39.345878 ], [ -76.583245, 39.345857 ], [ -76.583085, 39.345817 ], [ -76.582896, 39.345764 ], [ -76.582808, 39.345738 ], [ -76.582652, 39.345691 ], [ -76.582223, 39.345554 ], [ -76.581976, 39.345475 ], [ -76.581521, 39.345353 ], [ -76.581421, 39.345336 ], [ -76.581311, 39.345324 ], [ -76.581193, 39.345316 ], [ -76.581117, 39.345309 ], [ -76.580805, 39.345277 ], [ -76.580744, 39.345057 ], [ -76.580705, 39.344865 ], [ -76.580688, 39.344716 ], [ -76.580684, 39.344594 ], [ -76.580685, 39.344407 ], [ -76.580708, 39.344358 ], [ -76.580762, 39.344289 ], [ -76.580922, 39.34414 ], [ -76.580999, 39.343981 ], [ -76.581072, 39.343773 ], [ -76.581123, 39.343462 ], [ -76.58125, 39.343083 ], [ -76.581372, 39.342927 ], [ -76.581444, 39.34282 ], [ -76.581494, 39.342733 ], [ -76.581521, 39.34265 ], [ -76.581554, 39.342396 ], [ -76.581552, 39.342082 ], [ -76.581539, 39.341919 ], [ -76.581526, 39.341867 ], [ -76.581517, 39.341853 ], [ -76.581455, 39.341821 ], [ -76.581343, 39.341803 ], [ -76.58086, 39.341753 ], [ -76.580457, 39.341675 ], [ -76.580207, 39.341643 ], [ -76.579823, 39.341607 ], [ -76.579465, 39.341583 ], [ -76.579257, 39.341568 ], [ -76.57919, 39.341558 ], [ -76.579132, 39.341537 ], [ -76.579098, 39.341514 ], [ -76.579038, 39.34149 ], [ -76.578985, 39.341463 ], [ -76.578928, 39.341428 ], [ -76.578849, 39.341369 ], [ -76.578789, 39.341292 ], [ -76.578567, 39.340888 ], [ -76.578473, 39.340758 ], [ -76.578428, 39.34069 ], [ -76.578376, 39.340526 ], [ -76.57826, 39.340222 ], [ -76.578186, 39.340034 ], [ -76.578165, 39.339993 ], [ -76.57814, 39.33996 ], [ -76.578124, 39.339943 ], [ -76.578039, 39.339901 ], [ -76.577853, 39.339832 ], [ -76.577509, 39.339678 ], [ -76.577162, 39.339462 ], [ -76.576822, 39.339286 ], [ -76.576762, 39.339255 ], [ -76.576588, 39.339151 ], [ -76.576464, 39.339068 ], [ -76.57638, 39.338997 ], [ -76.57637, 39.33898 ], [ -76.576358, 39.338942 ], [ -76.576354, 39.338908 ], [ -76.576355, 39.338877 ], [ -76.576364, 39.338854 ], [ -76.576381, 39.338833 ], [ -76.576422, 39.338799 ], [ -76.576477, 39.338767 ], [ -76.576952, 39.338625 ], [ -76.577685, 39.339141 ], [ -76.578043, 39.339362 ], [ -76.578208, 39.339449 ], [ -76.578519, 39.339612 ], [ -76.57899, 39.339822 ], [ -76.579329, 39.339953 ], [ -76.579573, 39.340034 ], [ -76.579896, 39.340127 ], [ -76.580269, 39.340213 ], [ -76.580572, 39.340276 ], [ -76.58094, 39.340342 ], [ -76.581289, 39.340379 ], [ -76.581549, 39.340399 ], [ -76.58196, 39.340425 ], [ -76.582093, 39.340433 ], [ -76.582466, 39.340451 ], [ -76.582776, 39.340466 ], [ -76.583134, 39.34047 ], [ -76.583353, 39.340467 ], [ -76.583462, 39.340459 ], [ -76.583586, 39.340451 ], [ -76.58381, 39.340419 ], [ -76.58397, 39.340394 ], [ -76.584266, 39.340341 ], [ -76.584432, 39.340293 ], [ -76.584652, 39.340226 ], [ -76.585134, 39.340063 ], [ -76.585171, 39.340052 ], [ -76.585456, 39.339975 ], [ -76.585664, 39.339927 ], [ -76.585844, 39.3399 ], [ -76.586082, 39.33988 ], [ -76.586309, 39.339877 ], [ -76.586377, 39.339879 ], [ -76.586496, 39.339884 ], [ -76.587836, 39.339955 ], [ -76.588017, 39.339978 ], [ -76.588548, 39.340051 ], [ -76.589379, 39.340119 ], [ -76.589688, 39.340146 ], [ -76.590013, 39.340166 ], [ -76.590311, 39.340179 ], [ -76.59067, 39.340191 ], [ -76.590945, 39.340197 ], [ -76.591132, 39.340194 ], [ -76.591378, 39.340196 ], [ -76.592049, 39.340158 ], [ -76.592398, 39.340117 ], [ -76.592735, 39.340071 ], [ -76.593084, 39.340007 ], [ -76.59334, 39.339955 ], [ -76.593657, 39.339879 ], [ -76.593995, 39.339774 ], [ -76.594692, 39.339558 ], [ -76.59534, 39.339357 ], [ -76.595757, 39.339247 ], [ -76.596114, 39.339159 ], [ -76.596392, 39.339121 ], [ -76.596664, 39.339089 ], [ -76.596794, 39.339082 ], [ -76.597043, 39.339088 ], [ -76.597246, 39.3391 ], [ -76.597424, 39.339121 ], [ -76.597639, 39.339158 ], [ -76.59791, 39.339213 ], [ -76.598123, 39.339269 ], [ -76.598385, 39.33935 ], [ -76.598615, 39.339437 ], [ -76.598784, 39.339532 ], [ -76.599068, 39.339678 ], [ -76.599585, 39.339927 ], [ -76.599763, 39.339993 ], [ -76.599903, 39.340029 ], [ -76.600047, 39.340048 ], [ -76.600211, 39.340064 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271001", "name": "Census Tract 2710.01, Baltimore city, Maryland", "total_population_17": 2400, "white_alone_17": 83.0, "black_alone_17": 2261.0, "native_alone_17": 12.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 24.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.446, "pct_black_alone_change": -1.999, "pct_native_alone_change": 0.074, "pct_asian_alone_change": -0.155, "pct_hispanic_or_latino_change": -0.2, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3430254", "INTPTLON": "-076.6050586" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609682, 39.34104 ], [ -76.609679, 39.341706 ], [ -76.609679, 39.342982 ], [ -76.609679, 39.343017 ], [ -76.609656, 39.343455 ], [ -76.609645, 39.34407 ], [ -76.609636, 39.344296 ], [ -76.609662, 39.345526 ], [ -76.609682, 39.346177 ], [ -76.609563, 39.346176 ], [ -76.60954, 39.346176 ], [ -76.608706, 39.346173 ], [ -76.60842, 39.346171 ], [ -76.608196, 39.346166 ], [ -76.608059, 39.346158 ], [ -76.607888, 39.34614 ], [ -76.607774, 39.34613 ], [ -76.607408, 39.346092 ], [ -76.607179, 39.34607 ], [ -76.607066, 39.346058 ], [ -76.606286, 39.345973 ], [ -76.605934, 39.345938 ], [ -76.605742, 39.345916 ], [ -76.605569, 39.345891 ], [ -76.605411, 39.345859 ], [ -76.605248, 39.345823 ], [ -76.604941, 39.345747 ], [ -76.604774, 39.345699 ], [ -76.604638, 39.345663 ], [ -76.604545, 39.345642 ], [ -76.60443, 39.345619 ], [ -76.604317, 39.345598 ], [ -76.604196, 39.345577 ], [ -76.60386, 39.345537 ], [ -76.603776, 39.34553 ], [ -76.603254, 39.345483 ], [ -76.602621, 39.345421 ], [ -76.601653, 39.345331 ], [ -76.600692, 39.345236 ], [ -76.599729, 39.345149 ], [ -76.599868, 39.344253 ], [ -76.599838, 39.344028 ], [ -76.599845, 39.34377 ], [ -76.599849, 39.343536 ], [ -76.599885, 39.343212 ], [ -76.599935, 39.342743 ], [ -76.600031, 39.341678 ], [ -76.600211, 39.340064 ], [ -76.600377, 39.340119 ], [ -76.600405, 39.340129 ], [ -76.600506, 39.340166 ], [ -76.600659, 39.340232 ], [ -76.600758, 39.3403 ], [ -76.600866, 39.340416 ], [ -76.601164, 39.34051 ], [ -76.601304, 39.340538 ], [ -76.601435, 39.34055 ], [ -76.601583, 39.340556 ], [ -76.601769, 39.340559 ], [ -76.602484, 39.340544 ], [ -76.603129, 39.34052 ], [ -76.603681, 39.34049 ], [ -76.604229, 39.340477 ], [ -76.60496, 39.340457 ], [ -76.605283, 39.340462 ], [ -76.605414, 39.340458 ], [ -76.605516, 39.340445 ], [ -76.605592, 39.340431 ], [ -76.605774, 39.340381 ], [ -76.606016, 39.340302 ], [ -76.606326, 39.340194 ], [ -76.606373, 39.340172 ], [ -76.606404, 39.340133 ], [ -76.606413, 39.340098 ], [ -76.606389, 39.339707 ], [ -76.607667, 39.339677 ], [ -76.607699, 39.340227 ], [ -76.6096, 39.340181 ], [ -76.609682, 39.340349 ], [ -76.609696, 39.3405 ], [ -76.609682, 39.34104 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271002", "name": "Census Tract 2710.02, Baltimore city, Maryland", "total_population_17": 4268, "white_alone_17": 141.0, "black_alone_17": 3994.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 84.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.313, "pct_black_alone_change": -2.744, "pct_native_alone_change": -0.35, "pct_asian_alone_change": -0.788, "pct_hispanic_or_latino_change": 1.53, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3504128", "INTPTLON": "-076.6043920" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.609953, 39.355503 ], [ -76.609852, 39.355493 ], [ -76.608395, 39.355343 ], [ -76.607685, 39.355274 ], [ -76.606921, 39.355196 ], [ -76.606295, 39.355126 ], [ -76.606073, 39.355102 ], [ -76.60487, 39.354975 ], [ -76.604686, 39.354955 ], [ -76.603293, 39.35481 ], [ -76.603181, 39.354806 ], [ -76.602666, 39.354748 ], [ -76.602334, 39.354711 ], [ -76.601118, 39.354539 ], [ -76.599522, 39.354325 ], [ -76.598289, 39.354166 ], [ -76.598368, 39.353668 ], [ -76.598437, 39.353246 ], [ -76.598571, 39.352377 ], [ -76.598631, 39.351985 ], [ -76.598689, 39.351605 ], [ -76.598746, 39.351246 ], [ -76.598802, 39.350897 ], [ -76.598833, 39.350714 ], [ -76.598886, 39.350369 ], [ -76.599042, 39.349398 ], [ -76.599105, 39.348968 ], [ -76.599258, 39.348046 ], [ -76.599376, 39.347277 ], [ -76.599423, 39.346967 ], [ -76.599532, 39.346267 ], [ -76.599633, 39.345679 ], [ -76.599729, 39.345149 ], [ -76.600692, 39.345236 ], [ -76.601653, 39.345331 ], [ -76.602621, 39.345421 ], [ -76.603254, 39.345483 ], [ -76.603776, 39.34553 ], [ -76.60386, 39.345537 ], [ -76.604196, 39.345577 ], [ -76.604317, 39.345598 ], [ -76.60443, 39.345619 ], [ -76.604545, 39.345642 ], [ -76.604638, 39.345663 ], [ -76.604774, 39.345699 ], [ -76.604941, 39.345747 ], [ -76.605248, 39.345823 ], [ -76.605411, 39.345859 ], [ -76.605569, 39.345891 ], [ -76.605742, 39.345916 ], [ -76.605934, 39.345938 ], [ -76.606286, 39.345973 ], [ -76.607066, 39.346058 ], [ -76.607179, 39.34607 ], [ -76.607408, 39.346092 ], [ -76.607774, 39.34613 ], [ -76.607888, 39.34614 ], [ -76.608059, 39.346158 ], [ -76.608196, 39.346166 ], [ -76.60842, 39.346171 ], [ -76.608706, 39.346173 ], [ -76.60954, 39.346176 ], [ -76.609563, 39.346176 ], [ -76.609682, 39.346177 ], [ -76.609708, 39.34708 ], [ -76.609715, 39.34724 ], [ -76.609717, 39.347707 ], [ -76.609718, 39.347917 ], [ -76.609718, 39.347947 ], [ -76.609725, 39.348143 ], [ -76.609746, 39.349011 ], [ -76.609788, 39.350145 ], [ -76.609802, 39.350802 ], [ -76.609805, 39.350906 ], [ -76.609828, 39.351514 ], [ -76.609831, 39.351635 ], [ -76.609832, 39.351755 ], [ -76.609833, 39.351815 ], [ -76.60984, 39.351952 ], [ -76.609859, 39.352346 ], [ -76.609881, 39.352801 ], [ -76.609921, 39.354004 ], [ -76.609922, 39.354038 ], [ -76.609928, 39.354331 ], [ -76.609929, 39.354362 ], [ -76.609944, 39.354663 ], [ -76.609945, 39.354877 ], [ -76.609952, 39.355284 ], [ -76.609953, 39.355503 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271101", "name": "Census Tract 2711.01, Baltimore city, Maryland", "total_population_17": 1986, "white_alone_17": 986.0, "black_alone_17": 668.0, "native_alone_17": 0.0, "asian_alone_17": 222.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 21.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -23.1, "pct_black_alone_change": 12.783, "pct_native_alone_change": -0.279, "pct_asian_alone_change": 7.943, "pct_hispanic_or_latino_change": -1.107, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+39.3498089", "INTPTLON": "-076.6163060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.623522, 39.353226 ], [ -76.622322, 39.353329 ], [ -76.621801, 39.353374 ], [ -76.620996, 39.353443 ], [ -76.620419, 39.353499 ], [ -76.619049, 39.353623 ], [ -76.618816, 39.353639 ], [ -76.618636, 39.353655 ], [ -76.618216, 39.353689 ], [ -76.617918, 39.35371 ], [ -76.617562, 39.35373 ], [ -76.617105, 39.353749 ], [ -76.616824, 39.353749 ], [ -76.616205, 39.353779 ], [ -76.616098, 39.353789 ], [ -76.61504, 39.353885 ], [ -76.614864, 39.353906 ], [ -76.614294, 39.353956 ], [ -76.613393, 39.354035 ], [ -76.612678, 39.354104 ], [ -76.612573, 39.354113 ], [ -76.612495, 39.354123 ], [ -76.612423, 39.354131 ], [ -76.612049, 39.354166 ], [ -76.611983, 39.354172 ], [ -76.611096, 39.354256 ], [ -76.609928, 39.354331 ], [ -76.609922, 39.354038 ], [ -76.609921, 39.354004 ], [ -76.609881, 39.352801 ], [ -76.609859, 39.352346 ], [ -76.60984, 39.351952 ], [ -76.609833, 39.351815 ], [ -76.609832, 39.351755 ], [ -76.609831, 39.351635 ], [ -76.609828, 39.351514 ], [ -76.609805, 39.350906 ], [ -76.609802, 39.350802 ], [ -76.609788, 39.350145 ], [ -76.609746, 39.349011 ], [ -76.609725, 39.348143 ], [ -76.609718, 39.347947 ], [ -76.609718, 39.347917 ], [ -76.609717, 39.347707 ], [ -76.609715, 39.34724 ], [ -76.609708, 39.34708 ], [ -76.609682, 39.346177 ], [ -76.610062, 39.346169 ], [ -76.610672, 39.346153 ], [ -76.611875, 39.346138 ], [ -76.611952, 39.346137 ], [ -76.612207, 39.346134 ], [ -76.612574, 39.346134 ], [ -76.612905, 39.346125 ], [ -76.613135, 39.346113 ], [ -76.613313, 39.3461 ], [ -76.613403, 39.346091 ], [ -76.613445, 39.346086 ], [ -76.613704, 39.346045 ], [ -76.614074, 39.345972 ], [ -76.614801, 39.345789 ], [ -76.61572, 39.345563 ], [ -76.615807, 39.345541 ], [ -76.61628, 39.345426 ], [ -76.616493, 39.345388 ], [ -76.616859, 39.345352 ], [ -76.617019, 39.345332 ], [ -76.617127, 39.34533 ], [ -76.617493, 39.345312 ], [ -76.617802, 39.345318 ], [ -76.617969, 39.34533 ], [ -76.618266, 39.34536 ], [ -76.618631, 39.345401 ], [ -76.619112, 39.345453 ], [ -76.619457, 39.345481 ], [ -76.619731, 39.345502 ], [ -76.620078, 39.345513 ], [ -76.620125, 39.345515 ], [ -76.62042, 39.345507 ], [ -76.620794, 39.345482 ], [ -76.621307, 39.345443 ], [ -76.621709, 39.345397 ], [ -76.622127, 39.34534 ], [ -76.622141, 39.345424 ], [ -76.622186, 39.345698 ], [ -76.622228, 39.345933 ], [ -76.6223, 39.346332 ], [ -76.62235, 39.346661 ], [ -76.6224, 39.346986 ], [ -76.622448, 39.347311 ], [ -76.622457, 39.34739 ], [ -76.622478, 39.347581 ], [ -76.622501, 39.347794 ], [ -76.622507, 39.347845 ], [ -76.622777, 39.349106 ], [ -76.622866, 39.349633 ], [ -76.62304, 39.350543 ], [ -76.623051, 39.350608 ], [ -76.623055, 39.350631 ], [ -76.623075, 39.350759 ], [ -76.623081, 39.350799 ], [ -76.623113, 39.350995 ], [ -76.623241, 39.351708 ], [ -76.623502, 39.353117 ], [ -76.623522, 39.353226 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271102", "name": "Census Tract 2711.02, Baltimore city, Maryland", "total_population_17": 4496, "white_alone_17": 2849.0, "black_alone_17": 846.0, "native_alone_17": 21.0, "asian_alone_17": 237.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 203.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -18.334, "pct_black_alone_change": 4.92, "pct_native_alone_change": 0.17, "pct_asian_alone_change": 3.045, "pct_hispanic_or_latino_change": 2.833, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3451675", "INTPTLON": "-076.6202330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.629181, 39.353434 ], [ -76.629056, 39.353444 ], [ -76.628338, 39.353493 ], [ -76.62789, 39.353526 ], [ -76.627682, 39.353536 ], [ -76.626622, 39.353632 ], [ -76.626509, 39.35364 ], [ -76.625324, 39.35373 ], [ -76.624936, 39.353757 ], [ -76.624789, 39.35377 ], [ -76.624534, 39.35379 ], [ -76.624499, 39.353793 ], [ -76.624152, 39.353822 ], [ -76.623669, 39.353872 ], [ -76.623522, 39.353226 ], [ -76.623502, 39.353117 ], [ -76.623241, 39.351708 ], [ -76.623113, 39.350995 ], [ -76.623081, 39.350799 ], [ -76.623075, 39.350759 ], [ -76.623055, 39.350631 ], [ -76.623051, 39.350608 ], [ -76.62304, 39.350543 ], [ -76.622866, 39.349633 ], [ -76.622777, 39.349106 ], [ -76.622507, 39.347845 ], [ -76.622501, 39.347794 ], [ -76.622478, 39.347581 ], [ -76.622457, 39.34739 ], [ -76.622448, 39.347311 ], [ -76.6224, 39.346986 ], [ -76.62235, 39.346661 ], [ -76.6223, 39.346332 ], [ -76.622228, 39.345933 ], [ -76.622186, 39.345698 ], [ -76.622141, 39.345424 ], [ -76.622127, 39.34534 ], [ -76.621709, 39.345397 ], [ -76.621307, 39.345443 ], [ -76.620794, 39.345482 ], [ -76.62042, 39.345507 ], [ -76.620125, 39.345515 ], [ -76.620078, 39.345513 ], [ -76.619731, 39.345502 ], [ -76.619457, 39.345481 ], [ -76.619112, 39.345453 ], [ -76.618631, 39.345401 ], [ -76.618266, 39.34536 ], [ -76.617969, 39.34533 ], [ -76.617802, 39.345318 ], [ -76.617493, 39.345312 ], [ -76.617127, 39.34533 ], [ -76.617019, 39.345332 ], [ -76.616859, 39.345352 ], [ -76.616493, 39.345388 ], [ -76.61628, 39.345426 ], [ -76.615807, 39.345541 ], [ -76.61572, 39.345563 ], [ -76.614801, 39.345789 ], [ -76.614074, 39.345972 ], [ -76.613704, 39.346045 ], [ -76.613445, 39.346086 ], [ -76.613403, 39.346091 ], [ -76.613313, 39.3461 ], [ -76.613135, 39.346113 ], [ -76.612905, 39.346125 ], [ -76.612574, 39.346134 ], [ -76.612207, 39.346134 ], [ -76.611952, 39.346137 ], [ -76.611875, 39.346138 ], [ -76.610672, 39.346153 ], [ -76.610062, 39.346169 ], [ -76.609682, 39.346177 ], [ -76.609662, 39.345526 ], [ -76.609636, 39.344296 ], [ -76.609645, 39.34407 ], [ -76.609656, 39.343455 ], [ -76.609679, 39.343017 ], [ -76.609679, 39.342982 ], [ -76.609679, 39.341706 ], [ -76.609682, 39.34104 ], [ -76.609696, 39.3405 ], [ -76.609682, 39.340349 ], [ -76.6096, 39.340181 ], [ -76.60958, 39.339798 ], [ -76.609793, 39.339825 ], [ -76.61001, 39.339856 ], [ -76.61021, 39.339896 ], [ -76.610387, 39.339934 ], [ -76.610559, 39.339975 ], [ -76.610776, 39.340043 ], [ -76.610986, 39.34013 ], [ -76.611279, 39.340256 ], [ -76.611414, 39.340323 ], [ -76.61163, 39.34045 ], [ -76.611823, 39.34058 ], [ -76.611992, 39.340706 ], [ -76.612142, 39.340829 ], [ -76.612288, 39.340963 ], [ -76.612504, 39.340809 ], [ -76.612691, 39.340676 ], [ -76.612927, 39.340512 ], [ -76.613104, 39.340394 ], [ -76.613276, 39.340278 ], [ -76.613423, 39.340189 ], [ -76.613484, 39.340152 ], [ -76.613979, 39.339885 ], [ -76.614351, 39.339692 ], [ -76.61466, 39.33954 ], [ -76.614945, 39.339412 ], [ -76.615128, 39.339331 ], [ -76.615993, 39.339015 ], [ -76.616385, 39.338899 ], [ -76.616574, 39.338842 ], [ -76.616662, 39.338816 ], [ -76.616752, 39.338794 ], [ -76.616971, 39.338739 ], [ -76.61722, 39.338683 ], [ -76.617558, 39.338622 ], [ -76.617675, 39.338604 ], [ -76.617838, 39.338579 ], [ -76.618106, 39.338555 ], [ -76.618363, 39.338531 ], [ -76.618374, 39.338624 ], [ -76.618401, 39.339254 ], [ -76.618621, 39.339382 ], [ -76.619171, 39.339692 ], [ -76.619376, 39.339818 ], [ -76.619536, 39.339914 ], [ -76.619844, 39.340109 ], [ -76.620426, 39.340469 ], [ -76.620939, 39.340794 ], [ -76.621327, 39.34104 ], [ -76.621384, 39.341069 ], [ -76.621404, 39.341089 ], [ -76.621517, 39.341092 ], [ -76.62161, 39.341089 ], [ -76.621713, 39.341077 ], [ -76.621795, 39.341064 ], [ -76.621905, 39.341043 ], [ -76.622033, 39.341003 ], [ -76.622132, 39.340966 ], [ -76.622224, 39.34093 ], [ -76.622431, 39.340845 ], [ -76.622571, 39.340783 ], [ -76.622675, 39.340731 ], [ -76.622771, 39.34069 ], [ -76.622849, 39.340659 ], [ -76.622918, 39.34064 ], [ -76.62298, 39.340636 ], [ -76.62308, 39.340639 ], [ -76.623163, 39.340651 ], [ -76.623259, 39.340678 ], [ -76.623329, 39.340702 ], [ -76.623372, 39.340722 ], [ -76.62342, 39.340752 ], [ -76.62346, 39.340783 ], [ -76.623497, 39.340819 ], [ -76.623518, 39.340846 ], [ -76.623573, 39.340916 ], [ -76.623678, 39.341047 ], [ -76.623728, 39.341119 ], [ -76.623794, 39.341216 ], [ -76.623887, 39.341329 ], [ -76.624011, 39.341471 ], [ -76.624272, 39.341758 ], [ -76.624316, 39.341797 ], [ -76.624428, 39.341867 ], [ -76.624673, 39.342003 ], [ -76.624842, 39.34187 ], [ -76.624907, 39.341823 ], [ -76.625001, 39.34176 ], [ -76.625099, 39.3417 ], [ -76.625304, 39.341602 ], [ -76.625327, 39.341596 ], [ -76.625785, 39.341591 ], [ -76.625813, 39.341763 ], [ -76.625807, 39.341951 ], [ -76.62575, 39.342271 ], [ -76.625682, 39.342584 ], [ -76.62563, 39.342863 ], [ -76.625583, 39.343305 ], [ -76.625583, 39.343615 ], [ -76.625607, 39.343842 ], [ -76.625629, 39.344001 ], [ -76.625702, 39.344184 ], [ -76.625757, 39.344306 ], [ -76.625799, 39.344385 ], [ -76.625897, 39.344537 ], [ -76.626052, 39.34479 ], [ -76.626282, 39.34506 ], [ -76.626455, 39.345367 ], [ -76.626702, 39.345805 ], [ -76.626942, 39.346276 ], [ -76.627232, 39.346844 ], [ -76.627519, 39.347629 ], [ -76.627589, 39.347743 ], [ -76.627665, 39.347849 ], [ -76.627765, 39.347941 ], [ -76.627829, 39.348023 ], [ -76.62786, 39.348069 ], [ -76.627878, 39.348125 ], [ -76.627878, 39.348191 ], [ -76.627874, 39.348225 ], [ -76.627876, 39.348248 ], [ -76.627887, 39.348277 ], [ -76.628018, 39.348416 ], [ -76.62809, 39.348505 ], [ -76.628135, 39.348585 ], [ -76.628163, 39.348643 ], [ -76.628178, 39.348698 ], [ -76.628184, 39.348748 ], [ -76.628155, 39.348942 ], [ -76.628143, 39.349264 ], [ -76.628212, 39.349595 ], [ -76.628331, 39.350365 ], [ -76.628371, 39.350583 ], [ -76.628463, 39.350837 ], [ -76.628521, 39.351015 ], [ -76.628578, 39.351358 ], [ -76.628624, 39.351553 ], [ -76.628682, 39.351671 ], [ -76.628733, 39.351808 ], [ -76.628791, 39.351919 ], [ -76.628855, 39.35206 ], [ -76.628895, 39.352205 ], [ -76.62898, 39.352682 ], [ -76.629078, 39.353141 ], [ -76.629164, 39.353304 ], [ -76.629227, 39.353429 ], [ -76.629181, 39.353434 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271200", "name": "Census Tract 2712, Baltimore city, Maryland", "total_population_17": 6661, "white_alone_17": 4653.0, "black_alone_17": 953.0, "native_alone_17": 0.0, "asian_alone_17": 424.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 282.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -14.795, "pct_black_alone_change": 3.541, "pct_native_alone_change": -0.374, "pct_asian_alone_change": 4.141, "pct_hispanic_or_latino_change": 2.57, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3637054", "INTPTLON": "-076.6203629" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.634131, 39.369391 ], [ -76.634072, 39.369412 ], [ -76.634027, 39.369432 ], [ -76.633998, 39.369459 ], [ -76.633879, 39.369655 ], [ -76.633802, 39.369762 ], [ -76.633761, 39.369842 ], [ -76.633722, 39.369963 ], [ -76.63368, 39.370105 ], [ -76.633621, 39.370276 ], [ -76.633574, 39.370418 ], [ -76.633492, 39.370585 ], [ -76.633508, 39.370869 ], [ -76.633527, 39.371017 ], [ -76.633552, 39.371157 ], [ -76.633667, 39.371416 ], [ -76.633944, 39.372009 ], [ -76.632891, 39.372005 ], [ -76.631691, 39.371705 ], [ -76.626193, 39.372017 ], [ -76.624535, 39.372062 ], [ -76.623419, 39.372093 ], [ -76.621699, 39.372105 ], [ -76.621481, 39.372086 ], [ -76.62143, 39.372081 ], [ -76.619643, 39.371951 ], [ -76.618344, 39.372034 ], [ -76.617108, 39.372101 ], [ -76.615499, 39.372095 ], [ -76.613875, 39.371762 ], [ -76.61099, 39.372105 ], [ -76.610417, 39.372151 ], [ -76.609805, 39.3722 ], [ -76.609835, 39.371694 ], [ -76.609846, 39.371113 ], [ -76.609858, 39.370467 ], [ -76.609888, 39.369168 ], [ -76.609903, 39.368689 ], [ -76.609908, 39.368115 ], [ -76.609919, 39.36784 ], [ -76.609919, 39.36762 ], [ -76.609926, 39.367008 ], [ -76.609926, 39.36697 ], [ -76.609933, 39.366325 ], [ -76.609953, 39.365939 ], [ -76.609977, 39.365296 ], [ -76.60998, 39.365215 ], [ -76.609985, 39.365126 ], [ -76.609994, 39.365015 ], [ -76.610002, 39.364864 ], [ -76.610005, 39.364631 ], [ -76.609999, 39.364155 ], [ -76.609998, 39.364123 ], [ -76.609999, 39.363374 ], [ -76.609999, 39.363336 ], [ -76.609995, 39.362958 ], [ -76.609996, 39.362914 ], [ -76.610019, 39.361795 ], [ -76.61002, 39.361607 ], [ -76.610019, 39.361582 ], [ -76.610015, 39.361405 ], [ -76.610012, 39.361253 ], [ -76.61002, 39.360686 ], [ -76.610012, 39.360287 ], [ -76.610012, 39.360262 ], [ -76.610017, 39.359125 ], [ -76.610017, 39.359085 ], [ -76.610005, 39.358567 ], [ -76.610005, 39.358549 ], [ -76.610001, 39.358417 ], [ -76.609979, 39.35777 ], [ -76.609979, 39.357734 ], [ -76.609977, 39.357446 ], [ -76.609977, 39.35682 ], [ -76.60997, 39.356525 ], [ -76.609965, 39.356103 ], [ -76.609953, 39.355503 ], [ -76.609952, 39.355284 ], [ -76.609945, 39.354877 ], [ -76.609944, 39.354663 ], [ -76.609929, 39.354362 ], [ -76.609928, 39.354331 ], [ -76.611096, 39.354256 ], [ -76.611983, 39.354172 ], [ -76.612049, 39.354166 ], [ -76.612423, 39.354131 ], [ -76.612495, 39.354123 ], [ -76.612573, 39.354113 ], [ -76.612678, 39.354104 ], [ -76.613393, 39.354035 ], [ -76.614294, 39.353956 ], [ -76.614864, 39.353906 ], [ -76.61504, 39.353885 ], [ -76.616098, 39.353789 ], [ -76.616205, 39.353779 ], [ -76.616824, 39.353749 ], [ -76.617105, 39.353749 ], [ -76.617562, 39.35373 ], [ -76.617918, 39.35371 ], [ -76.618216, 39.353689 ], [ -76.618636, 39.353655 ], [ -76.618816, 39.353639 ], [ -76.619049, 39.353623 ], [ -76.620419, 39.353499 ], [ -76.620996, 39.353443 ], [ -76.621801, 39.353374 ], [ -76.622322, 39.353329 ], [ -76.623522, 39.353226 ], [ -76.623669, 39.353872 ], [ -76.624152, 39.353822 ], [ -76.624499, 39.353793 ], [ -76.624534, 39.35379 ], [ -76.624789, 39.35377 ], [ -76.624936, 39.353757 ], [ -76.625324, 39.35373 ], [ -76.626509, 39.35364 ], [ -76.626622, 39.353632 ], [ -76.627682, 39.353536 ], [ -76.62789, 39.353526 ], [ -76.628338, 39.353493 ], [ -76.629056, 39.353444 ], [ -76.629181, 39.353434 ], [ -76.629227, 39.353429 ], [ -76.62939, 39.354258 ], [ -76.62953, 39.355098 ], [ -76.629596, 39.355245 ], [ -76.629623, 39.355306 ], [ -76.629888, 39.355896 ], [ -76.629958, 39.35626 ], [ -76.630038, 39.356677 ], [ -76.630009, 39.35703 ], [ -76.630008, 39.357221 ], [ -76.630023, 39.357425 ], [ -76.630087, 39.357664 ], [ -76.630215, 39.358215 ], [ -76.630253, 39.358365 ], [ -76.630267, 39.35861 ], [ -76.630212, 39.358915 ], [ -76.630197, 39.359004 ], [ -76.630164, 39.359202 ], [ -76.630107, 39.359636 ], [ -76.63006, 39.359822 ], [ -76.630013, 39.359953 ], [ -76.629951, 39.360079 ], [ -76.629811, 39.360168 ], [ -76.629657, 39.360233 ], [ -76.629533, 39.360287 ], [ -76.629448, 39.360328 ], [ -76.629371, 39.36037 ], [ -76.629324, 39.3604 ], [ -76.629296, 39.360549 ], [ -76.629326, 39.360735 ], [ -76.629348, 39.360938 ], [ -76.629409, 39.361106 ], [ -76.629447, 39.361274 ], [ -76.629477, 39.361489 ], [ -76.629481, 39.361767 ], [ -76.629483, 39.361881 ], [ -76.628208, 39.36442 ], [ -76.627873, 39.365087 ], [ -76.627877, 39.365118 ], [ -76.627901, 39.365321 ], [ -76.627969, 39.36588 ], [ -76.628037, 39.365859 ], [ -76.628103, 39.365821 ], [ -76.628173, 39.36577 ], [ -76.628337, 39.365596 ], [ -76.628428, 39.36549 ], [ -76.628501, 39.365419 ], [ -76.628537, 39.365378 ], [ -76.628682, 39.365294 ], [ -76.628743, 39.365278 ], [ -76.628889, 39.365235 ], [ -76.628978, 39.365223 ], [ -76.629064, 39.365214 ], [ -76.629166, 39.365215 ], [ -76.629365, 39.365228 ], [ -76.629552, 39.365261 ], [ -76.629765, 39.365298 ], [ -76.630258, 39.365404 ], [ -76.630465, 39.36544 ], [ -76.630687, 39.365479 ], [ -76.630781, 39.365492 ], [ -76.630932, 39.365501 ], [ -76.6312, 39.365502 ], [ -76.631666, 39.365489 ], [ -76.631635, 39.366411 ], [ -76.631601, 39.367485 ], [ -76.631594, 39.368265 ], [ -76.63159, 39.368707 ], [ -76.631789, 39.368717 ], [ -76.631924, 39.368726 ], [ -76.632418, 39.368756 ], [ -76.63257, 39.368765 ], [ -76.63282, 39.3688 ], [ -76.632955, 39.368835 ], [ -76.633198, 39.368927 ], [ -76.633357, 39.368997 ], [ -76.634069, 39.369309 ], [ -76.634218, 39.369374 ], [ -76.634131, 39.369391 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271300", "name": "Census Tract 2713, Baltimore city, Maryland", "total_population_17": 2715, "white_alone_17": 2231.0, "black_alone_17": 161.0, "native_alone_17": 0.0, "asian_alone_17": 211.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 45.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -6.716, "pct_black_alone_change": -0.833, "pct_native_alone_change": -0.186, "pct_asian_alone_change": 5.245, "pct_hispanic_or_latino_change": 0.579, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3628280", "INTPTLON": "-076.6395253" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.649353, 39.370648 ], [ -76.648769, 39.371166 ], [ -76.649001, 39.372079 ], [ -76.649041, 39.372181 ], [ -76.648302, 39.372121 ], [ -76.646926, 39.372006 ], [ -76.645815, 39.37215 ], [ -76.645116, 39.372023 ], [ -76.642296, 39.372046 ], [ -76.638117, 39.372081 ], [ -76.637863, 39.372064 ], [ -76.637404, 39.372032 ], [ -76.634891, 39.372005 ], [ -76.633944, 39.372009 ], [ -76.633667, 39.371416 ], [ -76.633552, 39.371157 ], [ -76.633527, 39.371017 ], [ -76.633508, 39.370869 ], [ -76.633492, 39.370585 ], [ -76.633574, 39.370418 ], [ -76.633621, 39.370276 ], [ -76.63368, 39.370105 ], [ -76.633722, 39.369963 ], [ -76.633761, 39.369842 ], [ -76.633802, 39.369762 ], [ -76.633879, 39.369655 ], [ -76.633998, 39.369459 ], [ -76.634027, 39.369432 ], [ -76.634072, 39.369412 ], [ -76.634131, 39.369391 ], [ -76.634218, 39.369374 ], [ -76.634069, 39.369309 ], [ -76.633357, 39.368997 ], [ -76.633198, 39.368927 ], [ -76.632955, 39.368835 ], [ -76.63282, 39.3688 ], [ -76.63257, 39.368765 ], [ -76.632418, 39.368756 ], [ -76.631924, 39.368726 ], [ -76.631789, 39.368717 ], [ -76.63159, 39.368707 ], [ -76.631594, 39.368265 ], [ -76.631601, 39.367485 ], [ -76.631635, 39.366411 ], [ -76.631666, 39.365489 ], [ -76.6312, 39.365502 ], [ -76.630932, 39.365501 ], [ -76.630781, 39.365492 ], [ -76.630687, 39.365479 ], [ -76.630465, 39.36544 ], [ -76.630258, 39.365404 ], [ -76.629765, 39.365298 ], [ -76.629552, 39.365261 ], [ -76.629365, 39.365228 ], [ -76.629166, 39.365215 ], [ -76.629064, 39.365214 ], [ -76.628978, 39.365223 ], [ -76.628889, 39.365235 ], [ -76.628743, 39.365278 ], [ -76.628682, 39.365294 ], [ -76.628537, 39.365378 ], [ -76.628501, 39.365419 ], [ -76.628428, 39.36549 ], [ -76.628337, 39.365596 ], [ -76.628173, 39.36577 ], [ -76.628103, 39.365821 ], [ -76.628037, 39.365859 ], [ -76.627969, 39.36588 ], [ -76.627901, 39.365321 ], [ -76.627877, 39.365118 ], [ -76.627873, 39.365087 ], [ -76.628208, 39.36442 ], [ -76.629483, 39.361881 ], [ -76.629481, 39.361767 ], [ -76.629477, 39.361489 ], [ -76.629447, 39.361274 ], [ -76.629409, 39.361106 ], [ -76.629348, 39.360938 ], [ -76.629326, 39.360735 ], [ -76.629296, 39.360549 ], [ -76.629324, 39.3604 ], [ -76.629371, 39.36037 ], [ -76.629448, 39.360328 ], [ -76.629533, 39.360287 ], [ -76.629657, 39.360233 ], [ -76.629811, 39.360168 ], [ -76.629951, 39.360079 ], [ -76.630013, 39.359953 ], [ -76.63006, 39.359822 ], [ -76.630107, 39.359636 ], [ -76.630164, 39.359202 ], [ -76.630197, 39.359004 ], [ -76.630212, 39.358915 ], [ -76.630267, 39.35861 ], [ -76.630253, 39.358365 ], [ -76.630215, 39.358215 ], [ -76.630087, 39.357664 ], [ -76.630023, 39.357425 ], [ -76.630008, 39.357221 ], [ -76.630009, 39.35703 ], [ -76.630038, 39.356677 ], [ -76.629958, 39.35626 ], [ -76.629888, 39.355896 ], [ -76.629623, 39.355306 ], [ -76.629596, 39.355245 ], [ -76.62953, 39.355098 ], [ -76.62939, 39.354258 ], [ -76.629227, 39.353429 ], [ -76.629801, 39.353384 ], [ -76.630291, 39.353355 ], [ -76.630492, 39.353339 ], [ -76.630772, 39.353317 ], [ -76.631529, 39.35325 ], [ -76.632222, 39.353076 ], [ -76.632939, 39.353147 ], [ -76.63316, 39.353127 ], [ -76.633319, 39.353115 ], [ -76.63363, 39.353104 ], [ -76.633722, 39.353103 ], [ -76.633838, 39.353107 ], [ -76.633888, 39.353111 ], [ -76.633987, 39.353117 ], [ -76.634064, 39.353133 ], [ -76.634791, 39.353319 ], [ -76.635326, 39.353459 ], [ -76.636567, 39.353783 ], [ -76.636802, 39.35382 ], [ -76.636926, 39.353832 ], [ -76.637072, 39.353845 ], [ -76.637158, 39.353849 ], [ -76.637275, 39.353852 ], [ -76.637375, 39.353849 ], [ -76.637464, 39.353843 ], [ -76.63776, 39.353781 ], [ -76.63813, 39.353705 ], [ -76.638417, 39.353625 ], [ -76.638612, 39.353562 ], [ -76.638694, 39.353536 ], [ -76.638997, 39.353417 ], [ -76.639221, 39.353311 ], [ -76.639412, 39.353207 ], [ -76.639435, 39.353193 ], [ -76.639308, 39.352745 ], [ -76.6398, 39.352699 ], [ -76.639957, 39.352697 ], [ -76.639974, 39.352778 ], [ -76.640008, 39.352855 ], [ -76.640035, 39.352913 ], [ -76.640081, 39.352984 ], [ -76.640133, 39.353052 ], [ -76.640198, 39.353122 ], [ -76.640257, 39.353174 ], [ -76.640414, 39.35328 ], [ -76.640549, 39.353343 ], [ -76.640714, 39.353387 ], [ -76.640858, 39.353411 ], [ -76.641007, 39.353429 ], [ -76.641151, 39.353443 ], [ -76.641367, 39.353464 ], [ -76.641481, 39.353492 ], [ -76.641552, 39.35352 ], [ -76.641726, 39.353447 ], [ -76.641966, 39.353381 ], [ -76.642226, 39.353344 ], [ -76.642437, 39.35332 ], [ -76.643106, 39.353199 ], [ -76.643328, 39.35316 ], [ -76.643807, 39.354537 ], [ -76.644058, 39.355261 ], [ -76.644301, 39.355912 ], [ -76.644378, 39.356117 ], [ -76.644427, 39.35628 ], [ -76.644554, 39.356703 ], [ -76.644675, 39.35703 ], [ -76.644934, 39.357733 ], [ -76.64531, 39.358712 ], [ -76.645708, 39.359859 ], [ -76.645821, 39.360184 ], [ -76.646071, 39.360908 ], [ -76.646212, 39.361313 ], [ -76.646257, 39.361444 ], [ -76.646379, 39.361813 ], [ -76.646437, 39.361987 ], [ -76.647338, 39.364526 ], [ -76.647366, 39.364606 ], [ -76.647432, 39.364791 ], [ -76.647546, 39.365178 ], [ -76.647605, 39.365412 ], [ -76.647668, 39.365675 ], [ -76.647694, 39.365851 ], [ -76.647751, 39.366195 ], [ -76.647794, 39.366446 ], [ -76.647814, 39.366541 ], [ -76.647834, 39.366599 ], [ -76.647863, 39.366657 ], [ -76.648172, 39.367175 ], [ -76.648241, 39.367338 ], [ -76.648315, 39.367524 ], [ -76.648353, 39.36766 ], [ -76.648367, 39.367752 ], [ -76.648446, 39.368151 ], [ -76.64851, 39.368389 ], [ -76.648553, 39.368535 ], [ -76.648592, 39.368639 ], [ -76.649165, 39.37014 ], [ -76.649186, 39.370196 ], [ -76.649353, 39.370648 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271400", "name": "Census Tract 2714, Baltimore city, Maryland", "total_population_17": 4047, "white_alone_17": 2960.0, "black_alone_17": 261.0, "native_alone_17": 0.0, "asian_alone_17": 428.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 185.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -13.932, "pct_black_alone_change": 1.318, "pct_native_alone_change": -0.41, "pct_asian_alone_change": 5.671, "pct_hispanic_or_latino_change": 2.662, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3468325", "INTPTLON": "-076.6336523" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.643106, 39.353199 ], [ -76.642437, 39.35332 ], [ -76.642226, 39.353344 ], [ -76.641966, 39.353381 ], [ -76.641726, 39.353447 ], [ -76.641552, 39.35352 ], [ -76.641481, 39.353492 ], [ -76.641367, 39.353464 ], [ -76.641151, 39.353443 ], [ -76.641007, 39.353429 ], [ -76.640858, 39.353411 ], [ -76.640714, 39.353387 ], [ -76.640549, 39.353343 ], [ -76.640414, 39.35328 ], [ -76.640257, 39.353174 ], [ -76.640198, 39.353122 ], [ -76.640133, 39.353052 ], [ -76.640081, 39.352984 ], [ -76.640035, 39.352913 ], [ -76.640008, 39.352855 ], [ -76.639974, 39.352778 ], [ -76.639957, 39.352697 ], [ -76.6398, 39.352699 ], [ -76.639308, 39.352745 ], [ -76.639435, 39.353193 ], [ -76.639412, 39.353207 ], [ -76.639221, 39.353311 ], [ -76.638997, 39.353417 ], [ -76.638694, 39.353536 ], [ -76.638612, 39.353562 ], [ -76.638417, 39.353625 ], [ -76.63813, 39.353705 ], [ -76.63776, 39.353781 ], [ -76.637464, 39.353843 ], [ -76.637375, 39.353849 ], [ -76.637275, 39.353852 ], [ -76.637158, 39.353849 ], [ -76.637072, 39.353845 ], [ -76.636926, 39.353832 ], [ -76.636802, 39.35382 ], [ -76.636567, 39.353783 ], [ -76.635326, 39.353459 ], [ -76.634791, 39.353319 ], [ -76.634064, 39.353133 ], [ -76.633987, 39.353117 ], [ -76.633888, 39.353111 ], [ -76.633838, 39.353107 ], [ -76.633722, 39.353103 ], [ -76.63363, 39.353104 ], [ -76.633319, 39.353115 ], [ -76.63316, 39.353127 ], [ -76.632939, 39.353147 ], [ -76.632222, 39.353076 ], [ -76.631529, 39.35325 ], [ -76.630772, 39.353317 ], [ -76.630492, 39.353339 ], [ -76.630291, 39.353355 ], [ -76.629801, 39.353384 ], [ -76.629227, 39.353429 ], [ -76.629164, 39.353304 ], [ -76.629078, 39.353141 ], [ -76.62898, 39.352682 ], [ -76.628895, 39.352205 ], [ -76.628855, 39.35206 ], [ -76.628791, 39.351919 ], [ -76.628733, 39.351808 ], [ -76.628682, 39.351671 ], [ -76.628624, 39.351553 ], [ -76.628578, 39.351358 ], [ -76.628521, 39.351015 ], [ -76.628463, 39.350837 ], [ -76.628371, 39.350583 ], [ -76.628331, 39.350365 ], [ -76.628212, 39.349595 ], [ -76.628143, 39.349264 ], [ -76.628155, 39.348942 ], [ -76.628184, 39.348748 ], [ -76.628178, 39.348698 ], [ -76.628163, 39.348643 ], [ -76.628135, 39.348585 ], [ -76.62809, 39.348505 ], [ -76.628018, 39.348416 ], [ -76.627887, 39.348277 ], [ -76.627876, 39.348248 ], [ -76.627874, 39.348225 ], [ -76.627878, 39.348191 ], [ -76.627878, 39.348125 ], [ -76.62786, 39.348069 ], [ -76.627829, 39.348023 ], [ -76.627765, 39.347941 ], [ -76.627665, 39.347849 ], [ -76.627589, 39.347743 ], [ -76.627519, 39.347629 ], [ -76.627232, 39.346844 ], [ -76.626942, 39.346276 ], [ -76.626702, 39.345805 ], [ -76.626455, 39.345367 ], [ -76.626282, 39.34506 ], [ -76.626052, 39.34479 ], [ -76.625897, 39.344537 ], [ -76.625799, 39.344385 ], [ -76.625757, 39.344306 ], [ -76.625702, 39.344184 ], [ -76.625629, 39.344001 ], [ -76.625607, 39.343842 ], [ -76.625583, 39.343615 ], [ -76.625583, 39.343305 ], [ -76.62563, 39.342863 ], [ -76.625682, 39.342584 ], [ -76.62575, 39.342271 ], [ -76.625807, 39.341951 ], [ -76.625813, 39.341763 ], [ -76.625785, 39.341591 ], [ -76.625776, 39.341459 ], [ -76.625761, 39.340537 ], [ -76.625744, 39.339604 ], [ -76.625565, 39.339257 ], [ -76.625344, 39.338919 ], [ -76.625091, 39.338506 ], [ -76.62487, 39.338064 ], [ -76.624493, 39.337798 ], [ -76.624182, 39.33751 ], [ -76.624, 39.337027 ], [ -76.624036, 39.336598 ], [ -76.624024, 39.336479 ], [ -76.624274, 39.336638 ], [ -76.624544, 39.336791 ], [ -76.624638, 39.336844 ], [ -76.625111, 39.337092 ], [ -76.625566, 39.33735 ], [ -76.625867, 39.337534 ], [ -76.626105, 39.337712 ], [ -76.626276, 39.337845 ], [ -76.626398, 39.337952 ], [ -76.62651, 39.338045 ], [ -76.626619, 39.338157 ], [ -76.626797, 39.338338 ], [ -76.627085, 39.338625 ], [ -76.627262, 39.33879 ], [ -76.627377, 39.338891 ], [ -76.627496, 39.338984 ], [ -76.627683, 39.339122 ], [ -76.627803, 39.339191 ], [ -76.627912, 39.33925 ], [ -76.628032, 39.339303 ], [ -76.628188, 39.339357 ], [ -76.628359, 39.339401 ], [ -76.62858, 39.339436 ], [ -76.62876, 39.339444 ], [ -76.628904, 39.339444 ], [ -76.629071, 39.33944 ], [ -76.629239, 39.339431 ], [ -76.629464, 39.339414 ], [ -76.630133, 39.339337 ], [ -76.630414, 39.339313 ], [ -76.630712, 39.339291 ], [ -76.630913, 39.339283 ], [ -76.631206, 39.339302 ], [ -76.631389, 39.339326 ], [ -76.631564, 39.339362 ], [ -76.631709, 39.339406 ], [ -76.631859, 39.339468 ], [ -76.631964, 39.339534 ], [ -76.632101, 39.339647 ], [ -76.632191, 39.339747 ], [ -76.632282, 39.339868 ], [ -76.6324, 39.340048 ], [ -76.632506, 39.3402 ], [ -76.63271, 39.340405 ], [ -76.632822, 39.340504 ], [ -76.632938, 39.340588 ], [ -76.633063, 39.340673 ], [ -76.633627, 39.341023 ], [ -76.633803, 39.341129 ], [ -76.634094, 39.341308 ], [ -76.634251, 39.341418 ], [ -76.634375, 39.341511 ], [ -76.634461, 39.341592 ], [ -76.634539, 39.341676 ], [ -76.634624, 39.341765 ], [ -76.634721, 39.341893 ], [ -76.634911, 39.342144 ], [ -76.635033, 39.342373 ], [ -76.635055, 39.342419 ], [ -76.635163, 39.342645 ], [ -76.635175, 39.342693 ], [ -76.635212, 39.342847 ], [ -76.635382, 39.34388 ], [ -76.636327, 39.343552 ], [ -76.637087, 39.343275 ], [ -76.637583, 39.343097 ], [ -76.637694, 39.343064 ], [ -76.637852, 39.343021 ], [ -76.63797, 39.342993 ], [ -76.638077, 39.342969 ], [ -76.638201, 39.342947 ], [ -76.638317, 39.342932 ], [ -76.638443, 39.342922 ], [ -76.638625, 39.342912 ], [ -76.638919, 39.342912 ], [ -76.63923, 39.342932 ], [ -76.639406, 39.342953 ], [ -76.639961, 39.343094 ], [ -76.64008, 39.34313 ], [ -76.640218, 39.343174 ], [ -76.640283, 39.343372 ], [ -76.640623, 39.344468 ], [ -76.640699, 39.344713 ], [ -76.640765, 39.34492 ], [ -76.640844, 39.345167 ], [ -76.641049, 39.345809 ], [ -76.641109, 39.345992 ], [ -76.641344, 39.346713 ], [ -76.641353, 39.346741 ], [ -76.641472, 39.347114 ], [ -76.642035, 39.348863 ], [ -76.643048, 39.352193 ], [ -76.643098, 39.352331 ], [ -76.643328, 39.35316 ], [ -76.643106, 39.353199 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271501", "name": "Census Tract 2715.01, Baltimore city, Maryland", "total_population_17": 4077, "white_alone_17": 3124.0, "black_alone_17": 484.0, "native_alone_17": 0.0, "asian_alone_17": 223.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 211.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -6.794, "pct_black_alone_change": 1.273, "pct_native_alone_change": -0.366, "pct_asian_alone_change": 2.588, "pct_hispanic_or_latino_change": 3.221, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3642233", "INTPTLON": "-076.6614760" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.678191, 39.371994 ], [ -76.675864, 39.372064 ], [ -76.673195, 39.371968 ], [ -76.671811, 39.372048 ], [ -76.671092, 39.372105 ], [ -76.670673, 39.372096 ], [ -76.669737, 39.372077 ], [ -76.666192, 39.372005 ], [ -76.665992, 39.372005 ], [ -76.661392, 39.372105 ], [ -76.659997, 39.372096 ], [ -76.657792, 39.371993 ], [ -76.655937, 39.372115 ], [ -76.655774, 39.372115 ], [ -76.654899, 39.372112 ], [ -76.654745, 39.372111 ], [ -76.653078, 39.372104 ], [ -76.652887, 39.372108 ], [ -76.652738, 39.372105 ], [ -76.65252, 39.372106 ], [ -76.652496, 39.372106 ], [ -76.652474, 39.372106 ], [ -76.652446, 39.372106 ], [ -76.652329, 39.372106 ], [ -76.65196, 39.372106 ], [ -76.649803, 39.372104 ], [ -76.649041, 39.372181 ], [ -76.649001, 39.372079 ], [ -76.648769, 39.371166 ], [ -76.649353, 39.370648 ], [ -76.649186, 39.370196 ], [ -76.649165, 39.37014 ], [ -76.648592, 39.368639 ], [ -76.648553, 39.368535 ], [ -76.64851, 39.368389 ], [ -76.648446, 39.368151 ], [ -76.648367, 39.367752 ], [ -76.648353, 39.36766 ], [ -76.648315, 39.367524 ], [ -76.648241, 39.367338 ], [ -76.648172, 39.367175 ], [ -76.647863, 39.366657 ], [ -76.647834, 39.366599 ], [ -76.647814, 39.366541 ], [ -76.647794, 39.366446 ], [ -76.647751, 39.366195 ], [ -76.647694, 39.365851 ], [ -76.647668, 39.365675 ], [ -76.647605, 39.365412 ], [ -76.647546, 39.365178 ], [ -76.647432, 39.364791 ], [ -76.647366, 39.364606 ], [ -76.647338, 39.364526 ], [ -76.646437, 39.361987 ], [ -76.646379, 39.361813 ], [ -76.646257, 39.361444 ], [ -76.646314, 39.361427 ], [ -76.646568, 39.361365 ], [ -76.64677, 39.361316 ], [ -76.647058, 39.361265 ], [ -76.647397, 39.361219 ], [ -76.64769, 39.361183 ], [ -76.647969, 39.361159 ], [ -76.648089, 39.361136 ], [ -76.648588, 39.361042 ], [ -76.649015, 39.360938 ], [ -76.64952, 39.360816 ], [ -76.649919, 39.360704 ], [ -76.650162, 39.360637 ], [ -76.650265, 39.360606 ], [ -76.650435, 39.360563 ], [ -76.650551, 39.360533 ], [ -76.651011, 39.360437 ], [ -76.651161, 39.360396 ], [ -76.651287, 39.360365 ], [ -76.651691, 39.360241 ], [ -76.651937, 39.360143 ], [ -76.652067, 39.360085 ], [ -76.652405, 39.359896 ], [ -76.65256, 39.359789 ], [ -76.652673, 39.359708 ], [ -76.65282, 39.359595 ], [ -76.65295, 39.359471 ], [ -76.653031, 39.359391 ], [ -76.653153, 39.359252 ], [ -76.653435, 39.358828 ], [ -76.65361, 39.358559 ], [ -76.653768, 39.35835 ], [ -76.654032, 39.358038 ], [ -76.654151, 39.357938 ], [ -76.654312, 39.357814 ], [ -76.654446, 39.357718 ], [ -76.65471, 39.357554 ], [ -76.654802, 39.357503 ], [ -76.654882, 39.357462 ], [ -76.656318, 39.356836 ], [ -76.658627, 39.355889 ], [ -76.658916, 39.355778 ], [ -76.659287, 39.35563 ], [ -76.659932, 39.355367 ], [ -76.660187, 39.355267 ], [ -76.660354, 39.35521 ], [ -76.660408, 39.355193 ], [ -76.660507, 39.355163 ], [ -76.660776, 39.355104 ], [ -76.661001, 39.355066 ], [ -76.661177, 39.355047 ], [ -76.661374, 39.355034 ], [ -76.661675, 39.355023 ], [ -76.661975, 39.355024 ], [ -76.662208, 39.355033 ], [ -76.662785, 39.355174 ], [ -76.663011, 39.355238 ], [ -76.663196, 39.355301 ], [ -76.663489, 39.355404 ], [ -76.66373, 39.355517 ], [ -76.663971, 39.355659 ], [ -76.66413, 39.355769 ], [ -76.664283, 39.355893 ], [ -76.664518, 39.356118 ], [ -76.664717, 39.356318 ], [ -76.66491, 39.35652 ], [ -76.665332, 39.356966 ], [ -76.665634, 39.357266 ], [ -76.665828, 39.357468 ], [ -76.665964, 39.357613 ], [ -76.667549, 39.357345 ], [ -76.667841, 39.357296 ], [ -76.668138, 39.357246 ], [ -76.670848, 39.356788 ], [ -76.670887, 39.356925 ], [ -76.670893, 39.356955 ], [ -76.670959, 39.357292 ], [ -76.670992, 39.35747 ], [ -76.67101, 39.357585 ], [ -76.67105, 39.35785 ], [ -76.671082, 39.35806 ], [ -76.671118, 39.358257 ], [ -76.671273, 39.358787 ], [ -76.671333, 39.359029 ], [ -76.671458, 39.359533 ], [ -76.671515, 39.359701 ], [ -76.671595, 39.360005 ], [ -76.671668, 39.360273 ], [ -76.671715, 39.360465 ], [ -76.671752, 39.360661 ], [ -76.671768, 39.360812 ], [ -76.671748, 39.360952 ], [ -76.671713, 39.361061 ], [ -76.671642, 39.361259 ], [ -76.671603, 39.361369 ], [ -76.671488, 39.361602 ], [ -76.671362, 39.361867 ], [ -76.67133, 39.361955 ], [ -76.671323, 39.362026 ], [ -76.671325, 39.362076 ], [ -76.671335, 39.362138 ], [ -76.671348, 39.362198 ], [ -76.671379, 39.36226 ], [ -76.671423, 39.362316 ], [ -76.671619, 39.362536 ], [ -76.671778, 39.362701 ], [ -76.672291, 39.363303 ], [ -76.672967, 39.36408 ], [ -76.673109, 39.364244 ], [ -76.673301, 39.364466 ], [ -76.67336, 39.364547 ], [ -76.673395, 39.364694 ], [ -76.673417, 39.36481 ], [ -76.67344, 39.36491 ], [ -76.673471, 39.365002 ], [ -76.673506, 39.365077 ], [ -76.673545, 39.365154 ], [ -76.673598, 39.365244 ], [ -76.673669, 39.365375 ], [ -76.673886, 39.365885 ], [ -76.67402, 39.36615 ], [ -76.674095, 39.366256 ], [ -76.674142, 39.366316 ], [ -76.674202, 39.366381 ], [ -76.67426, 39.36643 ], [ -76.674336, 39.366486 ], [ -76.674517, 39.366606 ], [ -76.674683, 39.366728 ], [ -76.67489, 39.366889 ], [ -76.675096, 39.367048 ], [ -76.675355, 39.367254 ], [ -76.675952, 39.367764 ], [ -76.676304, 39.368083 ], [ -76.676435, 39.368203 ], [ -76.676662, 39.368415 ], [ -76.67683, 39.368564 ], [ -76.676895, 39.368629 ], [ -76.676976, 39.368733 ], [ -76.677478, 39.36958 ], [ -76.677545, 39.369693 ], [ -76.677738, 39.370303 ], [ -76.677937, 39.370897 ], [ -76.678013, 39.371065 ], [ -76.678038, 39.371127 ], [ -76.678058, 39.371191 ], [ -76.678097, 39.371354 ], [ -76.678112, 39.371508 ], [ -76.678121, 39.371626 ], [ -76.678147, 39.371759 ], [ -76.678191, 39.371994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271503", "name": "Census Tract 2715.03, Baltimore city, Maryland", "total_population_17": 863, "white_alone_17": 739.0, "black_alone_17": 35.0, "native_alone_17": 9.0, "asian_alone_17": 47.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 19.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -1.795, "pct_black_alone_change": -4.209, "pct_native_alone_change": 1.043, "pct_asian_alone_change": 2.768, "pct_hispanic_or_latino_change": 0.805, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3534054", "INTPTLON": "-076.6448877" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.650569, 39.360297 ], [ -76.650554, 39.360442 ], [ -76.650551, 39.360533 ], [ -76.650435, 39.360563 ], [ -76.650265, 39.360606 ], [ -76.650162, 39.360637 ], [ -76.649919, 39.360704 ], [ -76.64952, 39.360816 ], [ -76.649015, 39.360938 ], [ -76.648588, 39.361042 ], [ -76.648089, 39.361136 ], [ -76.647969, 39.361159 ], [ -76.64769, 39.361183 ], [ -76.647397, 39.361219 ], [ -76.647058, 39.361265 ], [ -76.64677, 39.361316 ], [ -76.646568, 39.361365 ], [ -76.646314, 39.361427 ], [ -76.646257, 39.361444 ], [ -76.646212, 39.361313 ], [ -76.646071, 39.360908 ], [ -76.645821, 39.360184 ], [ -76.645708, 39.359859 ], [ -76.64531, 39.358712 ], [ -76.644934, 39.357733 ], [ -76.644675, 39.35703 ], [ -76.644554, 39.356703 ], [ -76.644427, 39.35628 ], [ -76.644378, 39.356117 ], [ -76.644301, 39.355912 ], [ -76.644058, 39.355261 ], [ -76.643807, 39.354537 ], [ -76.643328, 39.35316 ], [ -76.643098, 39.352331 ], [ -76.643048, 39.352193 ], [ -76.642035, 39.348863 ], [ -76.641472, 39.347114 ], [ -76.641353, 39.346741 ], [ -76.641344, 39.346713 ], [ -76.641109, 39.345992 ], [ -76.641049, 39.345809 ], [ -76.640844, 39.345167 ], [ -76.640765, 39.34492 ], [ -76.640699, 39.344713 ], [ -76.640623, 39.344468 ], [ -76.640283, 39.343372 ], [ -76.641113, 39.343887 ], [ -76.641175, 39.34393 ], [ -76.64132, 39.344038 ], [ -76.642009, 39.344549 ], [ -76.642314, 39.344748 ], [ -76.6428, 39.344993 ], [ -76.643049, 39.345101 ], [ -76.643267, 39.345182 ], [ -76.644019, 39.345348 ], [ -76.644364, 39.3454 ], [ -76.644542, 39.345422 ], [ -76.644555, 39.345423 ], [ -76.644692, 39.345434 ], [ -76.644813, 39.345437 ], [ -76.644849, 39.345438 ], [ -76.645037, 39.345431 ], [ -76.645356, 39.345411 ], [ -76.645642, 39.345384 ], [ -76.645947, 39.345355 ], [ -76.646358, 39.345322 ], [ -76.646885, 39.345277 ], [ -76.646996, 39.345266 ], [ -76.647038, 39.345262 ], [ -76.647186, 39.345247 ], [ -76.647222, 39.345243 ], [ -76.647127, 39.345619 ], [ -76.646757, 39.347601 ], [ -76.646699, 39.347896 ], [ -76.646416, 39.349466 ], [ -76.646402, 39.349617 ], [ -76.646394, 39.349826 ], [ -76.646414, 39.350059 ], [ -76.646441, 39.350204 ], [ -76.646458, 39.35031 ], [ -76.646505, 39.350474 ], [ -76.646548, 39.35064 ], [ -76.646609, 39.35081 ], [ -76.646725, 39.351107 ], [ -76.646795, 39.351269 ], [ -76.64691, 39.35155 ], [ -76.647091, 39.351923 ], [ -76.647555, 39.353017 ], [ -76.647745, 39.353431 ], [ -76.647877, 39.353767 ], [ -76.648014, 39.354048 ], [ -76.64812, 39.354213 ], [ -76.648294, 39.35443 ], [ -76.648498, 39.354663 ], [ -76.648867, 39.355007 ], [ -76.649147, 39.355296 ], [ -76.649359, 39.355529 ], [ -76.649491, 39.355703 ], [ -76.649661, 39.355967 ], [ -76.649831, 39.356362 ], [ -76.649854, 39.356435 ], [ -76.649936, 39.3567 ], [ -76.649961, 39.356816 ], [ -76.650047, 39.357223 ], [ -76.650119, 39.357589 ], [ -76.650147, 39.357729 ], [ -76.650265, 39.358186 ], [ -76.650423, 39.359207 ], [ -76.650437, 39.359691 ], [ -76.650536, 39.360004 ], [ -76.65057, 39.360146 ], [ -76.650569, 39.360297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271600", "name": "Census Tract 2716, Baltimore city, Maryland", "total_population_17": 4693, "white_alone_17": 100.0, "black_alone_17": 4539.0, "native_alone_17": 0.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 23.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.607, "pct_black_alone_change": -0.647, "pct_native_alone_change": -0.282, "pct_asian_alone_change": -0.169, "pct_hispanic_or_latino_change": 0.114, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3432051", "INTPTLON": "-076.6655877" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.673553, 39.341785 ], [ -76.673503, 39.341904 ], [ -76.672995, 39.343143 ], [ -76.672549, 39.344261 ], [ -76.672386, 39.344643 ], [ -76.672325, 39.344678 ], [ -76.672114, 39.344794 ], [ -76.67189, 39.344917 ], [ -76.671397, 39.345195 ], [ -76.671314, 39.345241 ], [ -76.670723, 39.34557 ], [ -76.670548, 39.345668 ], [ -76.669923, 39.346013 ], [ -76.669282, 39.346372 ], [ -76.669087, 39.346485 ], [ -76.668919, 39.346591 ], [ -76.668784, 39.346607 ], [ -76.668499, 39.346617 ], [ -76.668282, 39.346622 ], [ -76.665551, 39.346678 ], [ -76.664367, 39.346702 ], [ -76.66345, 39.346699 ], [ -76.66334, 39.346699 ], [ -76.661894, 39.346719 ], [ -76.661429, 39.34669 ], [ -76.661007, 39.34665 ], [ -76.66058, 39.346609 ], [ -76.660418, 39.346594 ], [ -76.659447, 39.346506 ], [ -76.659557, 39.346072 ], [ -76.659589, 39.345854 ], [ -76.659582, 39.345717 ], [ -76.659552, 39.345582 ], [ -76.659462, 39.345306 ], [ -76.659436, 39.345253 ], [ -76.659295, 39.344972 ], [ -76.659096, 39.344659 ], [ -76.658853, 39.344383 ], [ -76.658683, 39.344232 ], [ -76.658614, 39.344177 ], [ -76.658391, 39.344005 ], [ -76.658077, 39.343748 ], [ -76.657762, 39.343493 ], [ -76.657549, 39.343304 ], [ -76.657376, 39.343132 ], [ -76.657304, 39.343015 ], [ -76.65724, 39.342893 ], [ -76.657195, 39.342744 ], [ -76.657171, 39.342593 ], [ -76.657175, 39.342413 ], [ -76.657193, 39.342303 ], [ -76.65723, 39.342189 ], [ -76.657268, 39.342111 ], [ -76.657421, 39.341859 ], [ -76.657683, 39.341556 ], [ -76.657839, 39.341386 ], [ -76.657959, 39.341237 ], [ -76.658056, 39.341101 ], [ -76.658109, 39.341013 ], [ -76.658181, 39.340866 ], [ -76.65841, 39.340832 ], [ -76.6587, 39.3408 ], [ -76.661279, 39.340698 ], [ -76.662006, 39.340673 ], [ -76.66207, 39.340677 ], [ -76.662128, 39.340679 ], [ -76.662167, 39.34068 ], [ -76.662263, 39.340689 ], [ -76.662435, 39.340715 ], [ -76.662582, 39.340746 ], [ -76.6628, 39.340809 ], [ -76.663002, 39.340882 ], [ -76.663183, 39.340936 ], [ -76.663318, 39.340961 ], [ -76.663441, 39.340967 ], [ -76.663627, 39.340968 ], [ -76.663826, 39.340954 ], [ -76.663952, 39.340931 ], [ -76.664101, 39.340889 ], [ -76.664232, 39.340848 ], [ -76.664447, 39.340754 ], [ -76.66455, 39.340705 ], [ -76.664721, 39.340611 ], [ -76.664901, 39.340503 ], [ -76.665002, 39.340435 ], [ -76.66514, 39.340336 ], [ -76.665237, 39.340216 ], [ -76.665342, 39.340131 ], [ -76.665498, 39.340047 ], [ -76.665884, 39.339883 ], [ -76.66637, 39.339675 ], [ -76.666473, 39.339632 ], [ -76.666822, 39.339456 ], [ -76.667031, 39.339354 ], [ -76.667134, 39.339304 ], [ -76.667926, 39.338921 ], [ -76.668072, 39.339113 ], [ -76.668192, 39.33927 ], [ -76.66827, 39.339344 ], [ -76.668324, 39.339392 ], [ -76.668406, 39.339445 ], [ -76.668527, 39.339504 ], [ -76.668682, 39.339556 ], [ -76.668858, 39.339609 ], [ -76.66925, 39.339718 ], [ -76.669412, 39.339767 ], [ -76.67073, 39.340135 ], [ -76.67135, 39.340309 ], [ -76.671486, 39.340348 ], [ -76.672562, 39.340665 ], [ -76.673848, 39.341026 ], [ -76.673553, 39.341785 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271700", "name": "Census Tract 2717, Baltimore city, Maryland", "total_population_17": 5066, "white_alone_17": 225.0, "black_alone_17": 4796.0, "native_alone_17": 0.0, "asian_alone_17": 22.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -2.332, "pct_black_alone_change": 2.635, "pct_native_alone_change": -0.298, "pct_asian_alone_change": 0.285, "pct_hispanic_or_latino_change": -0.544, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+39.3515530", "INTPTLON": "-076.6693332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.683184, 39.351872 ], [ -76.683111, 39.35191 ], [ -76.682942, 39.351996 ], [ -76.6829, 39.352017 ], [ -76.682265, 39.352346 ], [ -76.681405, 39.352825 ], [ -76.681272, 39.352896 ], [ -76.680795, 39.353149 ], [ -76.680666, 39.353221 ], [ -76.680502, 39.35331 ], [ -76.679756, 39.353702 ], [ -76.679415, 39.353885 ], [ -76.679174, 39.354 ], [ -76.678871, 39.354136 ], [ -76.677967, 39.354505 ], [ -76.677348, 39.354756 ], [ -76.676896, 39.35495 ], [ -76.676277, 39.355221 ], [ -76.675907, 39.355366 ], [ -76.675467, 39.355554 ], [ -76.675185, 39.355677 ], [ -76.674873, 39.355801 ], [ -76.674098, 39.356111 ], [ -76.673009, 39.356553 ], [ -76.672581, 39.356749 ], [ -76.672114, 39.356682 ], [ -76.671754, 39.356633 ], [ -76.670774, 39.356482 ], [ -76.670817, 39.356633 ], [ -76.670848, 39.356788 ], [ -76.668138, 39.357246 ], [ -76.667841, 39.357296 ], [ -76.667549, 39.357345 ], [ -76.665964, 39.357613 ], [ -76.665828, 39.357468 ], [ -76.665634, 39.357266 ], [ -76.665332, 39.356966 ], [ -76.66491, 39.35652 ], [ -76.664717, 39.356318 ], [ -76.664518, 39.356118 ], [ -76.664283, 39.355893 ], [ -76.66413, 39.355769 ], [ -76.663971, 39.355659 ], [ -76.66373, 39.355517 ], [ -76.663489, 39.355404 ], [ -76.663196, 39.355301 ], [ -76.663011, 39.355238 ], [ -76.662785, 39.355174 ], [ -76.662208, 39.355033 ], [ -76.661975, 39.355024 ], [ -76.661675, 39.355023 ], [ -76.661374, 39.355034 ], [ -76.661177, 39.355047 ], [ -76.661001, 39.355066 ], [ -76.660776, 39.355104 ], [ -76.660507, 39.355163 ], [ -76.660408, 39.355193 ], [ -76.660352, 39.355053 ], [ -76.660314, 39.35488 ], [ -76.660219, 39.354423 ], [ -76.659935, 39.353061 ], [ -76.659886, 39.352825 ], [ -76.659712, 39.351815 ], [ -76.659604, 39.350934 ], [ -76.659512, 39.350395 ], [ -76.659486, 39.350245 ], [ -76.659428, 39.349958 ], [ -76.659335, 39.34949 ], [ -76.659284, 39.349057 ], [ -76.659181, 39.348233 ], [ -76.659162, 39.348134 ], [ -76.659133, 39.347887 ], [ -76.659156, 39.347639 ], [ -76.659265, 39.347205 ], [ -76.659447, 39.346506 ], [ -76.660418, 39.346594 ], [ -76.66058, 39.346609 ], [ -76.661007, 39.34665 ], [ -76.661429, 39.34669 ], [ -76.661894, 39.346719 ], [ -76.66334, 39.346699 ], [ -76.66345, 39.346699 ], [ -76.664367, 39.346702 ], [ -76.665551, 39.346678 ], [ -76.668282, 39.346622 ], [ -76.668499, 39.346617 ], [ -76.668784, 39.346607 ], [ -76.668919, 39.346591 ], [ -76.669087, 39.346485 ], [ -76.669282, 39.346372 ], [ -76.669923, 39.346013 ], [ -76.670548, 39.345668 ], [ -76.670723, 39.34557 ], [ -76.671314, 39.345241 ], [ -76.671397, 39.345195 ], [ -76.671797, 39.345636 ], [ -76.672669, 39.346575 ], [ -76.672957, 39.346885 ], [ -76.673107, 39.347043 ], [ -76.673403, 39.347327 ], [ -76.673453, 39.34738 ], [ -76.673475, 39.347413 ], [ -76.673483, 39.34744 ], [ -76.673484, 39.347455 ], [ -76.673489, 39.347471 ], [ -76.673566, 39.347539 ], [ -76.673659, 39.347618 ], [ -76.673804, 39.347735 ], [ -76.673905, 39.347821 ], [ -76.674044, 39.347923 ], [ -76.674252, 39.348071 ], [ -76.674522, 39.348252 ], [ -76.674733, 39.348372 ], [ -76.67524, 39.348673 ], [ -76.675509, 39.348821 ], [ -76.67569, 39.348913 ], [ -76.675826, 39.348976 ], [ -76.67596, 39.349028 ], [ -76.676205, 39.349133 ], [ -76.676372, 39.349196 ], [ -76.676493, 39.349243 ], [ -76.676828, 39.349355 ], [ -76.678857, 39.34992 ], [ -76.679442, 39.35008 ], [ -76.679672, 39.350143 ], [ -76.679837, 39.350188 ], [ -76.680459, 39.350358 ], [ -76.680848, 39.350462 ], [ -76.681211, 39.350566 ], [ -76.681322, 39.350604 ], [ -76.681442, 39.350653 ], [ -76.681529, 39.350694 ], [ -76.681703, 39.350783 ], [ -76.68258, 39.351286 ], [ -76.68318, 39.351651 ], [ -76.683358, 39.351757 ], [ -76.683184, 39.351872 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271801", "name": "Census Tract 2718.01, Baltimore city, Maryland", "total_population_17": 2960, "white_alone_17": 45.0, "black_alone_17": 2770.0, "native_alone_17": 15.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 48.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.407, "pct_black_alone_change": -3.171, "pct_native_alone_change": 0.094, "pct_asian_alone_change": -0.193, "pct_hispanic_or_latino_change": 0.989, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3477502", "INTPTLON": "-076.6834693" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.689896, 39.34772 ], [ -76.6896, 39.347965 ], [ -76.689572, 39.347989 ], [ -76.689366, 39.34816 ], [ -76.689167, 39.348307 ], [ -76.688814, 39.348565 ], [ -76.688502, 39.348798 ], [ -76.688246, 39.348983 ], [ -76.688017, 39.349149 ], [ -76.687985, 39.349173 ], [ -76.687841, 39.34926 ], [ -76.687608, 39.349407 ], [ -76.686975, 39.349752 ], [ -76.686659, 39.34993 ], [ -76.686336, 39.350106 ], [ -76.686034, 39.350272 ], [ -76.685732, 39.350438 ], [ -76.685125, 39.350763 ], [ -76.684964, 39.350849 ], [ -76.684748, 39.350964 ], [ -76.684658, 39.351014 ], [ -76.684248, 39.351248 ], [ -76.683863, 39.351465 ], [ -76.683358, 39.351757 ], [ -76.68318, 39.351651 ], [ -76.68258, 39.351286 ], [ -76.681703, 39.350783 ], [ -76.681529, 39.350694 ], [ -76.681442, 39.350653 ], [ -76.681322, 39.350604 ], [ -76.681211, 39.350566 ], [ -76.680848, 39.350462 ], [ -76.680459, 39.350358 ], [ -76.679837, 39.350188 ], [ -76.679672, 39.350143 ], [ -76.679442, 39.35008 ], [ -76.678857, 39.34992 ], [ -76.676828, 39.349355 ], [ -76.676493, 39.349243 ], [ -76.676372, 39.349196 ], [ -76.676205, 39.349133 ], [ -76.67596, 39.349028 ], [ -76.676232, 39.348891 ], [ -76.676645, 39.348628 ], [ -76.676938, 39.348441 ], [ -76.678227, 39.347621 ], [ -76.678449, 39.347472 ], [ -76.678919, 39.347169 ], [ -76.67936, 39.34689 ], [ -76.679601, 39.346735 ], [ -76.680281, 39.346305 ], [ -76.680692, 39.346026 ], [ -76.6808, 39.345951 ], [ -76.680927, 39.345831 ], [ -76.681412, 39.345313 ], [ -76.681615, 39.345101 ], [ -76.681911, 39.344793 ], [ -76.681961, 39.344741 ], [ -76.682317, 39.344383 ], [ -76.68244, 39.34426 ], [ -76.682527, 39.344171 ], [ -76.682933, 39.343748 ], [ -76.683041, 39.343646 ], [ -76.683087, 39.343594 ], [ -76.683121, 39.34355 ], [ -76.68326, 39.343373 ], [ -76.683449, 39.343111 ], [ -76.683519, 39.34294 ], [ -76.685313, 39.344202 ], [ -76.685717, 39.344488 ], [ -76.686018, 39.344696 ], [ -76.68608, 39.344739 ], [ -76.686399, 39.344979 ], [ -76.68666, 39.345164 ], [ -76.686944, 39.345365 ], [ -76.68703, 39.345426 ], [ -76.687301, 39.345618 ], [ -76.687332, 39.34564 ], [ -76.687527, 39.345779 ], [ -76.688008, 39.346124 ], [ -76.688198, 39.346267 ], [ -76.688693, 39.346613 ], [ -76.688756, 39.346659 ], [ -76.688911, 39.346775 ], [ -76.68899, 39.346832 ], [ -76.689045, 39.346871 ], [ -76.690059, 39.347585 ], [ -76.689896, 39.34772 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271802", "name": "Census Tract 2718.02, Baltimore city, Maryland", "total_population_17": 2543, "white_alone_17": 7.0, "black_alone_17": 2497.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.462, "pct_black_alone_change": 0.097, "pct_native_alone_change": -0.178, "pct_asian_alone_change": -0.33, "pct_hispanic_or_latino_change": -0.298, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3446843", "INTPTLON": "-076.6770690" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.683449, 39.343111 ], [ -76.68326, 39.343373 ], [ -76.683121, 39.34355 ], [ -76.683087, 39.343594 ], [ -76.683041, 39.343646 ], [ -76.682933, 39.343748 ], [ -76.682527, 39.344171 ], [ -76.68244, 39.34426 ], [ -76.682317, 39.344383 ], [ -76.681961, 39.344741 ], [ -76.681911, 39.344793 ], [ -76.681615, 39.345101 ], [ -76.681412, 39.345313 ], [ -76.680927, 39.345831 ], [ -76.6808, 39.345951 ], [ -76.680692, 39.346026 ], [ -76.680281, 39.346305 ], [ -76.679601, 39.346735 ], [ -76.67936, 39.34689 ], [ -76.678919, 39.347169 ], [ -76.678449, 39.347472 ], [ -76.678227, 39.347621 ], [ -76.676938, 39.348441 ], [ -76.676645, 39.348628 ], [ -76.676232, 39.348891 ], [ -76.67596, 39.349028 ], [ -76.675826, 39.348976 ], [ -76.67569, 39.348913 ], [ -76.675509, 39.348821 ], [ -76.67524, 39.348673 ], [ -76.674733, 39.348372 ], [ -76.674522, 39.348252 ], [ -76.674252, 39.348071 ], [ -76.674044, 39.347923 ], [ -76.673905, 39.347821 ], [ -76.673804, 39.347735 ], [ -76.673659, 39.347618 ], [ -76.673566, 39.347539 ], [ -76.673489, 39.347471 ], [ -76.673484, 39.347455 ], [ -76.673483, 39.34744 ], [ -76.673475, 39.347413 ], [ -76.673453, 39.34738 ], [ -76.673403, 39.347327 ], [ -76.673107, 39.347043 ], [ -76.672957, 39.346885 ], [ -76.672669, 39.346575 ], [ -76.671797, 39.345636 ], [ -76.671397, 39.345195 ], [ -76.67189, 39.344917 ], [ -76.672114, 39.344794 ], [ -76.672325, 39.344678 ], [ -76.672386, 39.344643 ], [ -76.672549, 39.344261 ], [ -76.672995, 39.343143 ], [ -76.673503, 39.341904 ], [ -76.673553, 39.341785 ], [ -76.673848, 39.341026 ], [ -76.674889, 39.341323 ], [ -76.675715, 39.341554 ], [ -76.675829, 39.341588 ], [ -76.67671, 39.341841 ], [ -76.676958, 39.341914 ], [ -76.677745, 39.342136 ], [ -76.678011, 39.342207 ], [ -76.678216, 39.342237 ], [ -76.678318, 39.342236 ], [ -76.678379, 39.342233 ], [ -76.678401, 39.342232 ], [ -76.678468, 39.342227 ], [ -76.678542, 39.342218 ], [ -76.678613, 39.342206 ], [ -76.678702, 39.342184 ], [ -76.678971, 39.342113 ], [ -76.679192, 39.342043 ], [ -76.679397, 39.341991 ], [ -76.680197, 39.34176 ], [ -76.680357, 39.341722 ], [ -76.68044, 39.341705 ], [ -76.680584, 39.341685 ], [ -76.680662, 39.341677 ], [ -76.680753, 39.341676 ], [ -76.680887, 39.341681 ], [ -76.680993, 39.341688 ], [ -76.681146, 39.341712 ], [ -76.681318, 39.341762 ], [ -76.681492, 39.34182 ], [ -76.681755, 39.341928 ], [ -76.682093, 39.342052 ], [ -76.682296, 39.342126 ], [ -76.682464, 39.342217 ], [ -76.68267, 39.342341 ], [ -76.682723, 39.342377 ], [ -76.682836, 39.342452 ], [ -76.683519, 39.34294 ], [ -76.683449, 39.343111 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510271900", "name": "Census Tract 2719, Baltimore city, Maryland", "total_population_17": 4012, "white_alone_17": 983.0, "black_alone_17": 2947.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 14.0, "hispanic_or_latino_17": 0.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.788, "pct_black_alone_change": -0.886, "pct_native_alone_change": -0.155, "pct_asian_alone_change": 0.226, "pct_hispanic_or_latino_change": -1.24, "pct_native_hawaiian_pacific_islander_change": 0.349, "INTPTLAT": "+39.3556338", "INTPTLON": "-076.6821514" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.695355, 39.351254 ], [ -76.693633, 39.352546 ], [ -76.692894, 39.3531 ], [ -76.692724, 39.353237 ], [ -76.692244, 39.353597 ], [ -76.692102, 39.353698 ], [ -76.691979, 39.353779 ], [ -76.691712, 39.353942 ], [ -76.691062, 39.354252 ], [ -76.690683, 39.354448 ], [ -76.690311, 39.354641 ], [ -76.690074, 39.354765 ], [ -76.689702, 39.35496 ], [ -76.689249, 39.355192 ], [ -76.688676, 39.355487 ], [ -76.688144, 39.35576 ], [ -76.686773, 39.356483 ], [ -76.686151, 39.356828 ], [ -76.685939, 39.356945 ], [ -76.685493, 39.357192 ], [ -76.685199, 39.357346 ], [ -76.684709, 39.357602 ], [ -76.684537, 39.35769 ], [ -76.684182, 39.357875 ], [ -76.68382, 39.358064 ], [ -76.682956, 39.358518 ], [ -76.682897, 39.358549 ], [ -76.68208, 39.358964 ], [ -76.681246, 39.359399 ], [ -76.680398, 39.359836 ], [ -76.679151, 39.360532 ], [ -76.678041, 39.361154 ], [ -76.677238, 39.361554 ], [ -76.677045, 39.36165 ], [ -76.676919, 39.361711 ], [ -76.676719, 39.361806 ], [ -76.676357, 39.362004 ], [ -76.675793, 39.362306 ], [ -76.675658, 39.362375 ], [ -76.675556, 39.362444 ], [ -76.675409, 39.362551 ], [ -76.675279, 39.362647 ], [ -76.675222, 39.362701 ], [ -76.675129, 39.36282 ], [ -76.674934, 39.363003 ], [ -76.674579, 39.363281 ], [ -76.674184, 39.363636 ], [ -76.673895, 39.363843 ], [ -76.673594, 39.364016 ], [ -76.673109, 39.364244 ], [ -76.672967, 39.36408 ], [ -76.672291, 39.363303 ], [ -76.671778, 39.362701 ], [ -76.671619, 39.362536 ], [ -76.671423, 39.362316 ], [ -76.671379, 39.36226 ], [ -76.671348, 39.362198 ], [ -76.671335, 39.362138 ], [ -76.671325, 39.362076 ], [ -76.671323, 39.362026 ], [ -76.67133, 39.361955 ], [ -76.671362, 39.361867 ], [ -76.671488, 39.361602 ], [ -76.671603, 39.361369 ], [ -76.671642, 39.361259 ], [ -76.671713, 39.361061 ], [ -76.671748, 39.360952 ], [ -76.671768, 39.360812 ], [ -76.671752, 39.360661 ], [ -76.671715, 39.360465 ], [ -76.671668, 39.360273 ], [ -76.671595, 39.360005 ], [ -76.671515, 39.359701 ], [ -76.671458, 39.359533 ], [ -76.671333, 39.359029 ], [ -76.671273, 39.358787 ], [ -76.671118, 39.358257 ], [ -76.671082, 39.35806 ], [ -76.67105, 39.35785 ], [ -76.67101, 39.357585 ], [ -76.670992, 39.35747 ], [ -76.670959, 39.357292 ], [ -76.670893, 39.356955 ], [ -76.670887, 39.356925 ], [ -76.670848, 39.356788 ], [ -76.670817, 39.356633 ], [ -76.670774, 39.356482 ], [ -76.671754, 39.356633 ], [ -76.672114, 39.356682 ], [ -76.672581, 39.356749 ], [ -76.673009, 39.356553 ], [ -76.674098, 39.356111 ], [ -76.674873, 39.355801 ], [ -76.675185, 39.355677 ], [ -76.675467, 39.355554 ], [ -76.675907, 39.355366 ], [ -76.676277, 39.355221 ], [ -76.676896, 39.35495 ], [ -76.677348, 39.354756 ], [ -76.677967, 39.354505 ], [ -76.678871, 39.354136 ], [ -76.679174, 39.354 ], [ -76.679415, 39.353885 ], [ -76.679756, 39.353702 ], [ -76.680502, 39.35331 ], [ -76.680666, 39.353221 ], [ -76.680795, 39.353149 ], [ -76.681272, 39.352896 ], [ -76.681405, 39.352825 ], [ -76.682265, 39.352346 ], [ -76.6829, 39.352017 ], [ -76.682942, 39.351996 ], [ -76.683111, 39.35191 ], [ -76.683184, 39.351872 ], [ -76.683358, 39.351757 ], [ -76.683863, 39.351465 ], [ -76.684248, 39.351248 ], [ -76.684658, 39.351014 ], [ -76.684748, 39.350964 ], [ -76.684964, 39.350849 ], [ -76.685125, 39.350763 ], [ -76.685732, 39.350438 ], [ -76.686034, 39.350272 ], [ -76.686336, 39.350106 ], [ -76.686659, 39.34993 ], [ -76.686975, 39.349752 ], [ -76.687608, 39.349407 ], [ -76.687841, 39.34926 ], [ -76.687985, 39.349173 ], [ -76.688017, 39.349149 ], [ -76.688246, 39.348983 ], [ -76.688502, 39.348798 ], [ -76.688814, 39.348565 ], [ -76.689167, 39.348307 ], [ -76.689366, 39.34816 ], [ -76.689572, 39.347989 ], [ -76.6896, 39.347965 ], [ -76.689896, 39.34772 ], [ -76.690059, 39.347585 ], [ -76.690879, 39.348157 ], [ -76.691692, 39.34871 ], [ -76.691839, 39.348808 ], [ -76.692254, 39.349102 ], [ -76.692337, 39.34916 ], [ -76.692422, 39.349212 ], [ -76.692797, 39.349467 ], [ -76.69324, 39.349767 ], [ -76.693266, 39.349785 ], [ -76.69418, 39.350419 ], [ -76.694579, 39.350694 ], [ -76.694983, 39.350985 ], [ -76.695355, 39.351254 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510272003", "name": "Census Tract 2720.03, Baltimore city, Maryland", "total_population_17": 5677, "white_alone_17": 3633.0, "black_alone_17": 1724.0, "native_alone_17": 20.0, "asian_alone_17": 89.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 211.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -3.893, "pct_black_alone_change": 1.278, "pct_native_alone_change": 0.224, "pct_asian_alone_change": -0.154, "pct_hispanic_or_latino_change": 2.838, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3633286", "INTPTLON": "-076.6854724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.699397, 39.362679 ], [ -76.699027, 39.362972 ], [ -76.698959, 39.363027 ], [ -76.698704, 39.363236 ], [ -76.698368, 39.363512 ], [ -76.698346, 39.363532 ], [ -76.698246, 39.363623 ], [ -76.698091, 39.363799 ], [ -76.697646, 39.364334 ], [ -76.697429, 39.364626 ], [ -76.697285, 39.364794 ], [ -76.697167, 39.364952 ], [ -76.696893, 39.36496 ], [ -76.696479, 39.364975 ], [ -76.695957, 39.365017 ], [ -76.695444, 39.365075 ], [ -76.694935, 39.365138 ], [ -76.694585, 39.365191 ], [ -76.694302, 39.365238 ], [ -76.694058, 39.365296 ], [ -76.69377, 39.365382 ], [ -76.69349, 39.365478 ], [ -76.693217, 39.365571 ], [ -76.692959, 39.365659 ], [ -76.692519, 39.365826 ], [ -76.69241, 39.365861 ], [ -76.692349, 39.365879 ], [ -76.692307, 39.365891 ], [ -76.692191, 39.365918 ], [ -76.692081, 39.365933 ], [ -76.691956, 39.365947 ], [ -76.691862, 39.365952 ], [ -76.691798, 39.365952 ], [ -76.691749, 39.365952 ], [ -76.691627, 39.365946 ], [ -76.691351, 39.365913 ], [ -76.691184, 39.365873 ], [ -76.691039, 39.365824 ], [ -76.690942, 39.365784 ], [ -76.69075, 39.365684 ], [ -76.690663, 39.365621 ], [ -76.69057, 39.365546 ], [ -76.690497, 39.365466 ], [ -76.690343, 39.365273 ], [ -76.689908, 39.36466 ], [ -76.689582, 39.36421 ], [ -76.689416, 39.364327 ], [ -76.689149, 39.36451 ], [ -76.689003, 39.364605 ], [ -76.688884, 39.364685 ], [ -76.688638, 39.364849 ], [ -76.688571, 39.36486 ], [ -76.688453, 39.364866 ], [ -76.688327, 39.364879 ], [ -76.687826, 39.364938 ], [ -76.687505, 39.36498 ], [ -76.685917, 39.365166 ], [ -76.685822, 39.365185 ], [ -76.685737, 39.365212 ], [ -76.685631, 39.365253 ], [ -76.685514, 39.365308 ], [ -76.685276, 39.365414 ], [ -76.685093, 39.365505 ], [ -76.68515, 39.366493 ], [ -76.685179, 39.367734 ], [ -76.685228, 39.36897 ], [ -76.683281, 39.369013 ], [ -76.680807, 39.369059 ], [ -76.681488, 39.36976 ], [ -76.681857, 39.370156 ], [ -76.682012, 39.370321 ], [ -76.6821, 39.370432 ], [ -76.682172, 39.370525 ], [ -76.682205, 39.370593 ], [ -76.682222, 39.370627 ], [ -76.682259, 39.370802 ], [ -76.682273, 39.370982 ], [ -76.682276, 39.371202 ], [ -76.682296, 39.371666 ], [ -76.682313, 39.371958 ], [ -76.682328, 39.372072 ], [ -76.682343, 39.372201 ], [ -76.681601, 39.372177 ], [ -76.681175, 39.372178 ], [ -76.680259, 39.372168 ], [ -76.680027, 39.37217 ], [ -76.679484, 39.372173 ], [ -76.679022, 39.372168 ], [ -76.678773, 39.37215 ], [ -76.678469, 39.372073 ], [ -76.678191, 39.371994 ], [ -76.678147, 39.371759 ], [ -76.678121, 39.371626 ], [ -76.678112, 39.371508 ], [ -76.678097, 39.371354 ], [ -76.678058, 39.371191 ], [ -76.678038, 39.371127 ], [ -76.678013, 39.371065 ], [ -76.677937, 39.370897 ], [ -76.677738, 39.370303 ], [ -76.677545, 39.369693 ], [ -76.677478, 39.36958 ], [ -76.676976, 39.368733 ], [ -76.676895, 39.368629 ], [ -76.67683, 39.368564 ], [ -76.676662, 39.368415 ], [ -76.676435, 39.368203 ], [ -76.676304, 39.368083 ], [ -76.675952, 39.367764 ], [ -76.675355, 39.367254 ], [ -76.675096, 39.367048 ], [ -76.67489, 39.366889 ], [ -76.674683, 39.366728 ], [ -76.674517, 39.366606 ], [ -76.674336, 39.366486 ], [ -76.67426, 39.36643 ], [ -76.674202, 39.366381 ], [ -76.674142, 39.366316 ], [ -76.674095, 39.366256 ], [ -76.67402, 39.36615 ], [ -76.673886, 39.365885 ], [ -76.673669, 39.365375 ], [ -76.673598, 39.365244 ], [ -76.673545, 39.365154 ], [ -76.673506, 39.365077 ], [ -76.673471, 39.365002 ], [ -76.67344, 39.36491 ], [ -76.673417, 39.36481 ], [ -76.673395, 39.364694 ], [ -76.67336, 39.364547 ], [ -76.673301, 39.364466 ], [ -76.673109, 39.364244 ], [ -76.673594, 39.364016 ], [ -76.673895, 39.363843 ], [ -76.674184, 39.363636 ], [ -76.674579, 39.363281 ], [ -76.674934, 39.363003 ], [ -76.675129, 39.36282 ], [ -76.675222, 39.362701 ], [ -76.675279, 39.362647 ], [ -76.675409, 39.362551 ], [ -76.675556, 39.362444 ], [ -76.675658, 39.362375 ], [ -76.675793, 39.362306 ], [ -76.676357, 39.362004 ], [ -76.676719, 39.361806 ], [ -76.676919, 39.361711 ], [ -76.677045, 39.36165 ], [ -76.677238, 39.361554 ], [ -76.678041, 39.361154 ], [ -76.679151, 39.360532 ], [ -76.680398, 39.359836 ], [ -76.681246, 39.359399 ], [ -76.68208, 39.358964 ], [ -76.682897, 39.358549 ], [ -76.682956, 39.358518 ], [ -76.68382, 39.358064 ], [ -76.684182, 39.357875 ], [ -76.684537, 39.35769 ], [ -76.684709, 39.357602 ], [ -76.685199, 39.357346 ], [ -76.685493, 39.357192 ], [ -76.685939, 39.356945 ], [ -76.686151, 39.356828 ], [ -76.686773, 39.356483 ], [ -76.688144, 39.35576 ], [ -76.688232, 39.35582 ], [ -76.688298, 39.35586 ], [ -76.688454, 39.355948 ], [ -76.688554, 39.356001 ], [ -76.688832, 39.356132 ], [ -76.68959, 39.356505 ], [ -76.689665, 39.356539 ], [ -76.690439, 39.356912 ], [ -76.691187, 39.357271 ], [ -76.69137, 39.357357 ], [ -76.691585, 39.357462 ], [ -76.691752, 39.357543 ], [ -76.691918, 39.357624 ], [ -76.692069, 39.357698 ], [ -76.692602, 39.357958 ], [ -76.692812, 39.358069 ], [ -76.693169, 39.358257 ], [ -76.694038, 39.358715 ], [ -76.694344, 39.358879 ], [ -76.695086, 39.359273 ], [ -76.696106, 39.3598 ], [ -76.696712, 39.360122 ], [ -76.696997, 39.360277 ], [ -76.69719, 39.360392 ], [ -76.697385, 39.360495 ], [ -76.697455, 39.360536 ], [ -76.697637, 39.360638 ], [ -76.697746, 39.36071 ], [ -76.697772, 39.360727 ], [ -76.697799, 39.360745 ], [ -76.697885, 39.360799 ], [ -76.698259, 39.361107 ], [ -76.698406, 39.361228 ], [ -76.698711, 39.361477 ], [ -76.698883, 39.361617 ], [ -76.699107, 39.3618 ], [ -76.699798, 39.362363 ], [ -76.699397, 39.362679 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510272004", "name": "Census Tract 2720.04, Baltimore city, Maryland", "total_population_17": 3811, "white_alone_17": 2841.0, "black_alone_17": 555.0, "native_alone_17": 0.0, "asian_alone_17": 287.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 83.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -10.241, "pct_black_alone_change": 4.369, "pct_native_alone_change": -0.079, "pct_asian_alone_change": 5.259, "pct_hispanic_or_latino_change": 0.3, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+39.3686120", "INTPTLON": "-076.6890444" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.697167, 39.364952 ], [ -76.696585, 39.365661 ], [ -76.696506, 39.365759 ], [ -76.69613, 39.366226 ], [ -76.695749, 39.3667 ], [ -76.695287, 39.367275 ], [ -76.695123, 39.367478 ], [ -76.695006, 39.367623 ], [ -76.69486, 39.367804 ], [ -76.694781, 39.367919 ], [ -76.694728, 39.36801 ], [ -76.694684, 39.368122 ], [ -76.694564, 39.368513 ], [ -76.6942, 39.369634 ], [ -76.69416, 39.36983 ], [ -76.694119, 39.369941 ], [ -76.694069, 39.37003 ], [ -76.694032, 39.370093 ], [ -76.693908, 39.370201 ], [ -76.693723, 39.370337 ], [ -76.69346, 39.370518 ], [ -76.693121, 39.370761 ], [ -76.692951, 39.370883 ], [ -76.692853, 39.370942 ], [ -76.69277, 39.371009 ], [ -76.692701, 39.371066 ], [ -76.692642, 39.371135 ], [ -76.692535, 39.371276 ], [ -76.692496, 39.371365 ], [ -76.692478, 39.371433 ], [ -76.692466, 39.371491 ], [ -76.69245, 39.371597 ], [ -76.692445, 39.371757 ], [ -76.692444, 39.372033 ], [ -76.691455, 39.372018 ], [ -76.690339, 39.372029 ], [ -76.6887, 39.372009 ], [ -76.687679, 39.372019 ], [ -76.685479, 39.372027 ], [ -76.685159, 39.372026 ], [ -76.684725, 39.372026 ], [ -76.683983, 39.372016 ], [ -76.683656, 39.372028 ], [ -76.68349, 39.372048 ], [ -76.683373, 39.372066 ], [ -76.683218, 39.372093 ], [ -76.683028, 39.372136 ], [ -76.682823, 39.37217 ], [ -76.682663, 39.372185 ], [ -76.682343, 39.372201 ], [ -76.682328, 39.372072 ], [ -76.682313, 39.371958 ], [ -76.682296, 39.371666 ], [ -76.682276, 39.371202 ], [ -76.682273, 39.370982 ], [ -76.682259, 39.370802 ], [ -76.682222, 39.370627 ], [ -76.682205, 39.370593 ], [ -76.682172, 39.370525 ], [ -76.6821, 39.370432 ], [ -76.682012, 39.370321 ], [ -76.681857, 39.370156 ], [ -76.681488, 39.36976 ], [ -76.680807, 39.369059 ], [ -76.683281, 39.369013 ], [ -76.685228, 39.36897 ], [ -76.685179, 39.367734 ], [ -76.68515, 39.366493 ], [ -76.685093, 39.365505 ], [ -76.685276, 39.365414 ], [ -76.685514, 39.365308 ], [ -76.685631, 39.365253 ], [ -76.685737, 39.365212 ], [ -76.685822, 39.365185 ], [ -76.685917, 39.365166 ], [ -76.687505, 39.36498 ], [ -76.687826, 39.364938 ], [ -76.688327, 39.364879 ], [ -76.688453, 39.364866 ], [ -76.688571, 39.36486 ], [ -76.688638, 39.364849 ], [ -76.688884, 39.364685 ], [ -76.689003, 39.364605 ], [ -76.689149, 39.36451 ], [ -76.689416, 39.364327 ], [ -76.689582, 39.36421 ], [ -76.689908, 39.36466 ], [ -76.690343, 39.365273 ], [ -76.690497, 39.365466 ], [ -76.69057, 39.365546 ], [ -76.690663, 39.365621 ], [ -76.69075, 39.365684 ], [ -76.690942, 39.365784 ], [ -76.691039, 39.365824 ], [ -76.691184, 39.365873 ], [ -76.691351, 39.365913 ], [ -76.691627, 39.365946 ], [ -76.691749, 39.365952 ], [ -76.691798, 39.365952 ], [ -76.691862, 39.365952 ], [ -76.691956, 39.365947 ], [ -76.692081, 39.365933 ], [ -76.692191, 39.365918 ], [ -76.692307, 39.365891 ], [ -76.692349, 39.365879 ], [ -76.69241, 39.365861 ], [ -76.692519, 39.365826 ], [ -76.692959, 39.365659 ], [ -76.693217, 39.365571 ], [ -76.69349, 39.365478 ], [ -76.69377, 39.365382 ], [ -76.694058, 39.365296 ], [ -76.694302, 39.365238 ], [ -76.694585, 39.365191 ], [ -76.694935, 39.365138 ], [ -76.695444, 39.365075 ], [ -76.695957, 39.365017 ], [ -76.696479, 39.364975 ], [ -76.696893, 39.36496 ], [ -76.697167, 39.364952 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510272005", "name": "Census Tract 2720.05, Baltimore city, Maryland", "total_population_17": 3440, "white_alone_17": 3016.0, "black_alone_17": 298.0, "native_alone_17": 0.0, "asian_alone_17": 60.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 50.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 2.886, "pct_black_alone_change": -1.531, "pct_native_alone_change": -0.079, "pct_asian_alone_change": -0.528, "pct_hispanic_or_latino_change": -0.425, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+39.3686872", "INTPTLON": "-076.7010065" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711313, 39.371933 ], [ -76.708294, 39.372005 ], [ -76.705204, 39.372007 ], [ -76.702892, 39.372092 ], [ -76.700408, 39.372014 ], [ -76.700106, 39.372005 ], [ -76.697454, 39.372011 ], [ -76.696881, 39.37204 ], [ -76.692444, 39.372033 ], [ -76.692445, 39.371757 ], [ -76.69245, 39.371597 ], [ -76.692466, 39.371491 ], [ -76.692478, 39.371433 ], [ -76.692496, 39.371365 ], [ -76.692535, 39.371276 ], [ -76.692642, 39.371135 ], [ -76.692701, 39.371066 ], [ -76.69277, 39.371009 ], [ -76.692853, 39.370942 ], [ -76.692951, 39.370883 ], [ -76.693121, 39.370761 ], [ -76.69346, 39.370518 ], [ -76.693723, 39.370337 ], [ -76.693908, 39.370201 ], [ -76.694032, 39.370093 ], [ -76.694069, 39.37003 ], [ -76.694119, 39.369941 ], [ -76.69416, 39.36983 ], [ -76.6942, 39.369634 ], [ -76.694564, 39.368513 ], [ -76.694684, 39.368122 ], [ -76.694728, 39.36801 ], [ -76.694781, 39.367919 ], [ -76.69486, 39.367804 ], [ -76.695006, 39.367623 ], [ -76.695123, 39.367478 ], [ -76.695287, 39.367275 ], [ -76.695749, 39.3667 ], [ -76.69613, 39.366226 ], [ -76.696506, 39.365759 ], [ -76.696585, 39.365661 ], [ -76.697167, 39.364952 ], [ -76.697285, 39.364794 ], [ -76.697429, 39.364626 ], [ -76.697646, 39.364334 ], [ -76.698091, 39.363799 ], [ -76.698246, 39.363623 ], [ -76.698346, 39.363532 ], [ -76.698368, 39.363512 ], [ -76.698704, 39.363236 ], [ -76.698959, 39.363027 ], [ -76.699027, 39.362972 ], [ -76.699397, 39.362679 ], [ -76.699798, 39.362363 ], [ -76.700323, 39.362795 ], [ -76.70044, 39.362891 ], [ -76.700481, 39.362925 ], [ -76.700648, 39.363062 ], [ -76.700822, 39.363202 ], [ -76.700905, 39.363268 ], [ -76.701481, 39.363732 ], [ -76.702252, 39.364351 ], [ -76.702834, 39.364819 ], [ -76.70376, 39.365594 ], [ -76.703869, 39.365682 ], [ -76.704863, 39.366481 ], [ -76.705058, 39.36664 ], [ -76.705509, 39.36701 ], [ -76.70565, 39.367134 ], [ -76.705807, 39.367272 ], [ -76.706071, 39.367477 ], [ -76.706583, 39.367875 ], [ -76.706869, 39.368097 ], [ -76.707181, 39.368376 ], [ -76.70747, 39.368628 ], [ -76.70756, 39.368707 ], [ -76.70781, 39.368924 ], [ -76.708082, 39.369142 ], [ -76.708591, 39.369581 ], [ -76.708693, 39.369673 ], [ -76.708871, 39.369828 ], [ -76.70908, 39.370019 ], [ -76.709572, 39.370423 ], [ -76.709905, 39.370707 ], [ -76.709956, 39.37075 ], [ -76.710389, 39.371123 ], [ -76.710745, 39.371422 ], [ -76.711083, 39.371684 ], [ -76.711164, 39.371764 ], [ -76.711313, 39.371933 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510272006", "name": "Census Tract 2720.06, Baltimore city, Maryland", "total_population_17": 3513, "white_alone_17": 1654.0, "black_alone_17": 1672.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 122.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -2.834, "pct_black_alone_change": 5.088, "pct_native_alone_change": -0.077, "pct_asian_alone_change": -1.472, "pct_hispanic_or_latino_change": 0.039, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3566463", "INTPTLON": "-076.6965328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.702525, 39.360241 ], [ -76.701902, 39.360729 ], [ -76.701419, 39.361108 ], [ -76.700494, 39.361824 ], [ -76.700295, 39.361978 ], [ -76.699798, 39.362363 ], [ -76.699107, 39.3618 ], [ -76.698883, 39.361617 ], [ -76.698711, 39.361477 ], [ -76.698406, 39.361228 ], [ -76.698259, 39.361107 ], [ -76.697885, 39.360799 ], [ -76.697799, 39.360745 ], [ -76.697772, 39.360727 ], [ -76.697746, 39.36071 ], [ -76.697637, 39.360638 ], [ -76.697455, 39.360536 ], [ -76.697385, 39.360495 ], [ -76.69719, 39.360392 ], [ -76.696997, 39.360277 ], [ -76.696712, 39.360122 ], [ -76.696106, 39.3598 ], [ -76.695086, 39.359273 ], [ -76.694344, 39.358879 ], [ -76.694038, 39.358715 ], [ -76.693169, 39.358257 ], [ -76.692812, 39.358069 ], [ -76.692602, 39.357958 ], [ -76.692069, 39.357698 ], [ -76.691918, 39.357624 ], [ -76.691752, 39.357543 ], [ -76.691585, 39.357462 ], [ -76.69137, 39.357357 ], [ -76.691187, 39.357271 ], [ -76.690439, 39.356912 ], [ -76.689665, 39.356539 ], [ -76.68959, 39.356505 ], [ -76.688832, 39.356132 ], [ -76.688554, 39.356001 ], [ -76.688454, 39.355948 ], [ -76.688298, 39.35586 ], [ -76.688232, 39.35582 ], [ -76.688144, 39.35576 ], [ -76.688676, 39.355487 ], [ -76.689249, 39.355192 ], [ -76.689702, 39.35496 ], [ -76.690074, 39.354765 ], [ -76.690311, 39.354641 ], [ -76.690683, 39.354448 ], [ -76.691062, 39.354252 ], [ -76.691712, 39.353942 ], [ -76.691979, 39.353779 ], [ -76.692102, 39.353698 ], [ -76.692244, 39.353597 ], [ -76.692724, 39.353237 ], [ -76.692894, 39.3531 ], [ -76.693633, 39.352546 ], [ -76.695355, 39.351254 ], [ -76.695698, 39.351496 ], [ -76.696384, 39.35198 ], [ -76.696528, 39.352084 ], [ -76.697311, 39.352635 ], [ -76.697487, 39.352754 ], [ -76.698059, 39.353165 ], [ -76.698487, 39.353466 ], [ -76.698789, 39.353677 ], [ -76.698965, 39.353797 ], [ -76.699685, 39.354301 ], [ -76.699805, 39.354385 ], [ -76.700188, 39.35465 ], [ -76.700523, 39.354898 ], [ -76.700584, 39.354942 ], [ -76.701381, 39.355479 ], [ -76.70192, 39.355844 ], [ -76.702043, 39.355933 ], [ -76.702424, 39.356187 ], [ -76.702428, 39.35622 ], [ -76.702446, 39.356246 ], [ -76.702406, 39.356274 ], [ -76.702339, 39.356325 ], [ -76.702266, 39.356391 ], [ -76.702138, 39.356527 ], [ -76.701683, 39.357003 ], [ -76.70083, 39.357891 ], [ -76.701435, 39.358337 ], [ -76.701769, 39.358596 ], [ -76.702057, 39.358817 ], [ -76.702391, 39.359069 ], [ -76.703228, 39.359702 ], [ -76.702525, 39.360241 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510272007", "name": "Census Tract 2720.07, Baltimore city, Maryland", "total_population_17": 4626, "white_alone_17": 1698.0, "black_alone_17": 2097.0, "native_alone_17": 0.0, "asian_alone_17": 216.0, "native_hawaiian_pacific_islander_17": 14.0, "hispanic_or_latino_17": 469.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -13.21, "pct_black_alone_change": 2.824, "pct_native_alone_change": -0.077, "pct_asian_alone_change": 3.197, "pct_hispanic_or_latino_change": 6.704, "pct_native_hawaiian_pacific_islander_change": 0.303, "INTPTLAT": "+39.3636968", "INTPTLON": "-076.7064881" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711509, 39.366215 ], [ -76.711508, 39.366274 ], [ -76.711502, 39.366532 ], [ -76.7115, 39.366606 ], [ -76.711498, 39.366705 ], [ -76.711494, 39.366905 ], [ -76.711395, 39.367688 ], [ -76.711342, 39.368392 ], [ -76.711288, 39.369645 ], [ -76.711328, 39.370757 ], [ -76.711313, 39.371933 ], [ -76.711164, 39.371764 ], [ -76.711083, 39.371684 ], [ -76.710745, 39.371422 ], [ -76.710389, 39.371123 ], [ -76.709956, 39.37075 ], [ -76.709905, 39.370707 ], [ -76.709572, 39.370423 ], [ -76.70908, 39.370019 ], [ -76.708871, 39.369828 ], [ -76.708693, 39.369673 ], [ -76.708591, 39.369581 ], [ -76.708082, 39.369142 ], [ -76.70781, 39.368924 ], [ -76.70756, 39.368707 ], [ -76.70747, 39.368628 ], [ -76.707181, 39.368376 ], [ -76.706869, 39.368097 ], [ -76.706583, 39.367875 ], [ -76.706071, 39.367477 ], [ -76.705807, 39.367272 ], [ -76.70565, 39.367134 ], [ -76.705509, 39.36701 ], [ -76.705058, 39.36664 ], [ -76.704863, 39.366481 ], [ -76.703869, 39.365682 ], [ -76.70376, 39.365594 ], [ -76.702834, 39.364819 ], [ -76.702252, 39.364351 ], [ -76.701481, 39.363732 ], [ -76.700905, 39.363268 ], [ -76.700822, 39.363202 ], [ -76.700648, 39.363062 ], [ -76.700481, 39.362925 ], [ -76.70044, 39.362891 ], [ -76.700323, 39.362795 ], [ -76.699798, 39.362363 ], [ -76.700295, 39.361978 ], [ -76.700494, 39.361824 ], [ -76.701419, 39.361108 ], [ -76.701902, 39.360729 ], [ -76.702525, 39.360241 ], [ -76.703228, 39.359702 ], [ -76.702391, 39.359069 ], [ -76.702057, 39.358817 ], [ -76.701769, 39.358596 ], [ -76.701435, 39.358337 ], [ -76.70083, 39.357891 ], [ -76.701683, 39.357003 ], [ -76.702138, 39.356527 ], [ -76.702266, 39.356391 ], [ -76.702339, 39.356325 ], [ -76.702406, 39.356274 ], [ -76.702446, 39.356246 ], [ -76.702977, 39.356629 ], [ -76.703461, 39.356977 ], [ -76.703555, 39.357046 ], [ -76.703617, 39.357092 ], [ -76.703716, 39.357163 ], [ -76.703774, 39.357207 ], [ -76.703928, 39.357326 ], [ -76.704228, 39.357557 ], [ -76.704346, 39.357651 ], [ -76.705097, 39.35825 ], [ -76.705397, 39.358481 ], [ -76.705949, 39.358907 ], [ -76.706723, 39.359506 ], [ -76.706918, 39.359658 ], [ -76.707345, 39.359978 ], [ -76.707751, 39.360323 ], [ -76.708149, 39.360654 ], [ -76.708409, 39.360846 ], [ -76.708542, 39.36094 ], [ -76.7086, 39.360958 ], [ -76.708672, 39.360969 ], [ -76.709115, 39.361345 ], [ -76.710242, 39.362141 ], [ -76.710583, 39.362385 ], [ -76.711059, 39.362709 ], [ -76.711191, 39.362798 ], [ -76.71119, 39.362849 ], [ -76.711189, 39.36288 ], [ -76.711185, 39.363149 ], [ -76.711282, 39.363641 ], [ -76.711408, 39.364409 ], [ -76.711403, 39.364615 ], [ -76.711519, 39.365763 ], [ -76.711509, 39.366215 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280101", "name": "Census Tract 2801.01, Baltimore city, Maryland", "total_population_17": 3763, "white_alone_17": 201.0, "black_alone_17": 3320.0, "native_alone_17": 48.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 125.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -3.946, "pct_black_alone_change": 1.428, "pct_native_alone_change": 1.042, "pct_asian_alone_change": -1.051, "pct_hispanic_or_latino_change": 0.986, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3516279", "INTPTLON": "-076.6998407" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711294, 39.360501 ], [ -76.711342, 39.361225 ], [ -76.711293, 39.361725 ], [ -76.711236, 39.36231 ], [ -76.711203, 39.362651 ], [ -76.711191, 39.362771 ], [ -76.711191, 39.362798 ], [ -76.711059, 39.362709 ], [ -76.710583, 39.362385 ], [ -76.710242, 39.362141 ], [ -76.709115, 39.361345 ], [ -76.708672, 39.360969 ], [ -76.7086, 39.360958 ], [ -76.708542, 39.36094 ], [ -76.708409, 39.360846 ], [ -76.708149, 39.360654 ], [ -76.707751, 39.360323 ], [ -76.707345, 39.359978 ], [ -76.706918, 39.359658 ], [ -76.706723, 39.359506 ], [ -76.705949, 39.358907 ], [ -76.705397, 39.358481 ], [ -76.705097, 39.35825 ], [ -76.704346, 39.357651 ], [ -76.704228, 39.357557 ], [ -76.703928, 39.357326 ], [ -76.703774, 39.357207 ], [ -76.703716, 39.357163 ], [ -76.703617, 39.357092 ], [ -76.703555, 39.357046 ], [ -76.703461, 39.356977 ], [ -76.702977, 39.356629 ], [ -76.702446, 39.356246 ], [ -76.702428, 39.35622 ], [ -76.702424, 39.356187 ], [ -76.702043, 39.355933 ], [ -76.70192, 39.355844 ], [ -76.701381, 39.355479 ], [ -76.700584, 39.354942 ], [ -76.700523, 39.354898 ], [ -76.700188, 39.35465 ], [ -76.699805, 39.354385 ], [ -76.699685, 39.354301 ], [ -76.698965, 39.353797 ], [ -76.698789, 39.353677 ], [ -76.698487, 39.353466 ], [ -76.698059, 39.353165 ], [ -76.697487, 39.352754 ], [ -76.697311, 39.352635 ], [ -76.696528, 39.352084 ], [ -76.696384, 39.35198 ], [ -76.695698, 39.351496 ], [ -76.695355, 39.351254 ], [ -76.694983, 39.350985 ], [ -76.694579, 39.350694 ], [ -76.69418, 39.350419 ], [ -76.693266, 39.349785 ], [ -76.69324, 39.349767 ], [ -76.692797, 39.349467 ], [ -76.692422, 39.349212 ], [ -76.692337, 39.34916 ], [ -76.692254, 39.349102 ], [ -76.691839, 39.348808 ], [ -76.691692, 39.34871 ], [ -76.690879, 39.348157 ], [ -76.690059, 39.347585 ], [ -76.689045, 39.346871 ], [ -76.68899, 39.346832 ], [ -76.688911, 39.346775 ], [ -76.688756, 39.346659 ], [ -76.688693, 39.346613 ], [ -76.688198, 39.346267 ], [ -76.688008, 39.346124 ], [ -76.687527, 39.345779 ], [ -76.687332, 39.34564 ], [ -76.687301, 39.345618 ], [ -76.68703, 39.345426 ], [ -76.686944, 39.345365 ], [ -76.68666, 39.345164 ], [ -76.686399, 39.344979 ], [ -76.68608, 39.344739 ], [ -76.686018, 39.344696 ], [ -76.685717, 39.344488 ], [ -76.685313, 39.344202 ], [ -76.683519, 39.34294 ], [ -76.682836, 39.342452 ], [ -76.682723, 39.342377 ], [ -76.68267, 39.342341 ], [ -76.682464, 39.342217 ], [ -76.682296, 39.342126 ], [ -76.682093, 39.342052 ], [ -76.681755, 39.341928 ], [ -76.681492, 39.34182 ], [ -76.681318, 39.341762 ], [ -76.681146, 39.341712 ], [ -76.680993, 39.341688 ], [ -76.680887, 39.341681 ], [ -76.680753, 39.341676 ], [ -76.680662, 39.341677 ], [ -76.680584, 39.341685 ], [ -76.68044, 39.341705 ], [ -76.680357, 39.341722 ], [ -76.680197, 39.34176 ], [ -76.679397, 39.341991 ], [ -76.679192, 39.342043 ], [ -76.678971, 39.342113 ], [ -76.678702, 39.342184 ], [ -76.678613, 39.342206 ], [ -76.678542, 39.342218 ], [ -76.678468, 39.342227 ], [ -76.678401, 39.342232 ], [ -76.678379, 39.342233 ], [ -76.678318, 39.342236 ], [ -76.678216, 39.342237 ], [ -76.678011, 39.342207 ], [ -76.677745, 39.342136 ], [ -76.676958, 39.341914 ], [ -76.67671, 39.341841 ], [ -76.676894, 39.341475 ], [ -76.677067, 39.341134 ], [ -76.67714, 39.341036 ], [ -76.677198, 39.340967 ], [ -76.677266, 39.340904 ], [ -76.677665, 39.340359 ], [ -76.677964, 39.339925 ], [ -76.679339, 39.340348 ], [ -76.682916, 39.341435 ], [ -76.684698, 39.341936 ], [ -76.687477, 39.342854 ], [ -76.687754, 39.342975 ], [ -76.687942, 39.343062 ], [ -76.688258, 39.343211 ], [ -76.688966, 39.34356 ], [ -76.690394, 39.344366 ], [ -76.691028, 39.344751 ], [ -76.69158, 39.345056 ], [ -76.692518, 39.345564 ], [ -76.694063, 39.34642 ], [ -76.694363, 39.346594 ], [ -76.694494, 39.34667 ], [ -76.694664, 39.346807 ], [ -76.694908, 39.346984 ], [ -76.694996, 39.347045 ], [ -76.69516, 39.347148 ], [ -76.695316, 39.347249 ], [ -76.695668, 39.347454 ], [ -76.696313, 39.347814 ], [ -76.696937, 39.34816 ], [ -76.697627, 39.348535 ], [ -76.698237, 39.348872 ], [ -76.698639, 39.349091 ], [ -76.699121, 39.349355 ], [ -76.699494, 39.349551 ], [ -76.699811, 39.349726 ], [ -76.700495, 39.350112 ], [ -76.701129, 39.350465 ], [ -76.701715, 39.350795 ], [ -76.702032, 39.35097 ], [ -76.702294, 39.351114 ], [ -76.702441, 39.351189 ], [ -76.702666, 39.351288 ], [ -76.702919, 39.351386 ], [ -76.703405, 39.351595 ], [ -76.703597, 39.351699 ], [ -76.703988, 39.351916 ], [ -76.704352, 39.352114 ], [ -76.704514, 39.352203 ], [ -76.70474, 39.352322 ], [ -76.705167, 39.352515 ], [ -76.705437, 39.352632 ], [ -76.705602, 39.3527 ], [ -76.705713, 39.352747 ], [ -76.70589, 39.352813 ], [ -76.706169, 39.352919 ], [ -76.706441, 39.353027 ], [ -76.706579, 39.352928 ], [ -76.706642, 39.352883 ], [ -76.706699, 39.352843 ], [ -76.707067, 39.35258 ], [ -76.707406, 39.352346 ], [ -76.707489, 39.352281 ], [ -76.708111, 39.351795 ], [ -76.708527, 39.351498 ], [ -76.708572, 39.351465 ], [ -76.708846, 39.351266 ], [ -76.709601, 39.350746 ], [ -76.710307, 39.35024 ], [ -76.711057, 39.349711 ], [ -76.711388, 39.349496 ], [ -76.711363, 39.349989 ], [ -76.711204, 39.350991 ], [ -76.711358, 39.351662 ], [ -76.711344, 39.35226 ], [ -76.711258, 39.353318 ], [ -76.711193, 39.35374 ], [ -76.711193, 39.354234 ], [ -76.711188, 39.354345 ], [ -76.711186, 39.354383 ], [ -76.711191, 39.355299 ], [ -76.711191, 39.355329 ], [ -76.711191, 39.355365 ], [ -76.711193, 39.35567 ], [ -76.711194, 39.355805 ], [ -76.711228, 39.356161 ], [ -76.71135, 39.356771 ], [ -76.71135, 39.357262 ], [ -76.71135, 39.357906 ], [ -76.711209, 39.358668 ], [ -76.711274, 39.358945 ], [ -76.7114, 39.359484 ], [ -76.711294, 39.360501 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280102", "name": "Census Tract 2801.02, Baltimore city, Maryland", "total_population_17": 6292, "white_alone_17": 164.0, "black_alone_17": 6061.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 67.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.921, "pct_black_alone_change": -0.714, "pct_native_alone_change": -0.302, "pct_asian_alone_change": -0.254, "pct_hispanic_or_latino_change": 0.381, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3411885", "INTPTLON": "-076.7000831" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711388, 39.349496 ], [ -76.711057, 39.349711 ], [ -76.710307, 39.35024 ], [ -76.709601, 39.350746 ], [ -76.708846, 39.351266 ], [ -76.708572, 39.351465 ], [ -76.708527, 39.351498 ], [ -76.708111, 39.351795 ], [ -76.707489, 39.352281 ], [ -76.707406, 39.352346 ], [ -76.707067, 39.35258 ], [ -76.706699, 39.352843 ], [ -76.706642, 39.352883 ], [ -76.706579, 39.352928 ], [ -76.706441, 39.353027 ], [ -76.706169, 39.352919 ], [ -76.70589, 39.352813 ], [ -76.705713, 39.352747 ], [ -76.705602, 39.3527 ], [ -76.705437, 39.352632 ], [ -76.705167, 39.352515 ], [ -76.70474, 39.352322 ], [ -76.704514, 39.352203 ], [ -76.704352, 39.352114 ], [ -76.703988, 39.351916 ], [ -76.703597, 39.351699 ], [ -76.703405, 39.351595 ], [ -76.702919, 39.351386 ], [ -76.702666, 39.351288 ], [ -76.702441, 39.351189 ], [ -76.702294, 39.351114 ], [ -76.702032, 39.35097 ], [ -76.701715, 39.350795 ], [ -76.701129, 39.350465 ], [ -76.700495, 39.350112 ], [ -76.699811, 39.349726 ], [ -76.699494, 39.349551 ], [ -76.699121, 39.349355 ], [ -76.698639, 39.349091 ], [ -76.698237, 39.348872 ], [ -76.697627, 39.348535 ], [ -76.696937, 39.34816 ], [ -76.696313, 39.347814 ], [ -76.695668, 39.347454 ], [ -76.695316, 39.347249 ], [ -76.69516, 39.347148 ], [ -76.694996, 39.347045 ], [ -76.694908, 39.346984 ], [ -76.694664, 39.346807 ], [ -76.694494, 39.34667 ], [ -76.694363, 39.346594 ], [ -76.694063, 39.34642 ], [ -76.692518, 39.345564 ], [ -76.69158, 39.345056 ], [ -76.691028, 39.344751 ], [ -76.690394, 39.344366 ], [ -76.688966, 39.34356 ], [ -76.688258, 39.343211 ], [ -76.687942, 39.343062 ], [ -76.687754, 39.342975 ], [ -76.687477, 39.342854 ], [ -76.684698, 39.341936 ], [ -76.682916, 39.341435 ], [ -76.682987, 39.341355 ], [ -76.68305, 39.341283 ], [ -76.683104, 39.341222 ], [ -76.683317, 39.340977 ], [ -76.683477, 39.340794 ], [ -76.68404, 39.340784 ], [ -76.684176, 39.340782 ], [ -76.684484, 39.340776 ], [ -76.685476, 39.340758 ], [ -76.687058, 39.340757 ], [ -76.689379, 39.340754 ], [ -76.689369, 39.340374 ], [ -76.68937, 39.340244 ], [ -76.689373, 39.339732 ], [ -76.689368, 39.339216 ], [ -76.689364, 39.338704 ], [ -76.689362, 39.338176 ], [ -76.689362, 39.337676 ], [ -76.689355, 39.337155 ], [ -76.689347, 39.336633 ], [ -76.689348, 39.336195 ], [ -76.689348, 39.336127 ], [ -76.689348, 39.335699 ], [ -76.689356, 39.335629 ], [ -76.689358, 39.335076 ], [ -76.689361, 39.333977 ], [ -76.6895, 39.333717 ], [ -76.689675, 39.333394 ], [ -76.690069, 39.332584 ], [ -76.690358, 39.332024 ], [ -76.690511, 39.331729 ], [ -76.690644, 39.331461 ], [ -76.690866, 39.331013 ], [ -76.689774, 39.330731 ], [ -76.688646, 39.330431 ], [ -76.688592, 39.329505 ], [ -76.68858, 39.329184 ], [ -76.689777, 39.329554 ], [ -76.690389, 39.329739 ], [ -76.691346, 39.330032 ], [ -76.693007, 39.330538 ], [ -76.694259, 39.33092 ], [ -76.695674, 39.3314 ], [ -76.696434, 39.331644 ], [ -76.696834, 39.331772 ], [ -76.697086, 39.331852 ], [ -76.69847, 39.332293 ], [ -76.699504, 39.332619 ], [ -76.699597, 39.332644 ], [ -76.700637, 39.332962 ], [ -76.70079, 39.333012 ], [ -76.701285, 39.333171 ], [ -76.701681, 39.333298 ], [ -76.702456, 39.333542 ], [ -76.702578, 39.33358 ], [ -76.703074, 39.333732 ], [ -76.705367, 39.334445 ], [ -76.705618, 39.334524 ], [ -76.707393, 39.335086 ], [ -76.707644, 39.335165 ], [ -76.708587, 39.335527 ], [ -76.70867, 39.335555 ], [ -76.709784, 39.335944 ], [ -76.709821, 39.335957 ], [ -76.709912, 39.33599 ], [ -76.710353, 39.336148 ], [ -76.710851, 39.336314 ], [ -76.711025, 39.336333 ], [ -76.711011, 39.336391 ], [ -76.711031, 39.336822 ], [ -76.711193, 39.340405 ], [ -76.711193, 39.342405 ], [ -76.71117, 39.343628 ], [ -76.711194, 39.344805 ], [ -76.711248, 39.346705 ], [ -76.711294, 39.348305 ], [ -76.711388, 39.349496 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280200", "name": "Census Tract 2802, Baltimore city, Maryland", "total_population_17": 5023, "white_alone_17": 185.0, "black_alone_17": 4582.0, "native_alone_17": 11.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 21.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 1.148, "pct_black_alone_change": -4.766, "pct_native_alone_change": -0.098, "pct_asian_alone_change": 0.038, "pct_hispanic_or_latino_change": -0.195, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3274111", "INTPTLON": "-076.7016139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711482, 39.32094 ], [ -76.711393, 39.322005 ], [ -76.711393, 39.322027 ], [ -76.711394, 39.322068 ], [ -76.711395, 39.32214 ], [ -76.7114, 39.322599 ], [ -76.7114, 39.32297 ], [ -76.7114, 39.323459 ], [ -76.7114, 39.32368 ], [ -76.711403, 39.324957 ], [ -76.711393, 39.326005 ], [ -76.711393, 39.326955 ], [ -76.711392, 39.32706 ], [ -76.711391, 39.327216 ], [ -76.711391, 39.327268 ], [ -76.711398, 39.327765 ], [ -76.711398, 39.3281 ], [ -76.711403, 39.328401 ], [ -76.711401, 39.329502 ], [ -76.711461, 39.331022 ], [ -76.711491, 39.331746 ], [ -76.711493, 39.331805 ], [ -76.711493, 39.333799 ], [ -76.711462, 39.334573 ], [ -76.711039, 39.336278 ], [ -76.711025, 39.336333 ], [ -76.710851, 39.336314 ], [ -76.710353, 39.336148 ], [ -76.709912, 39.33599 ], [ -76.709821, 39.335957 ], [ -76.709784, 39.335944 ], [ -76.70867, 39.335555 ], [ -76.708587, 39.335527 ], [ -76.707644, 39.335165 ], [ -76.707393, 39.335086 ], [ -76.705618, 39.334524 ], [ -76.705367, 39.334445 ], [ -76.703074, 39.333732 ], [ -76.702578, 39.33358 ], [ -76.702456, 39.333542 ], [ -76.701681, 39.333298 ], [ -76.701285, 39.333171 ], [ -76.70079, 39.333012 ], [ -76.700637, 39.332962 ], [ -76.699597, 39.332644 ], [ -76.699504, 39.332619 ], [ -76.69847, 39.332293 ], [ -76.697086, 39.331852 ], [ -76.696834, 39.331772 ], [ -76.696434, 39.331644 ], [ -76.695674, 39.3314 ], [ -76.694259, 39.33092 ], [ -76.693007, 39.330538 ], [ -76.691346, 39.330032 ], [ -76.690389, 39.329739 ], [ -76.689777, 39.329554 ], [ -76.68858, 39.329184 ], [ -76.687421, 39.328837 ], [ -76.687711, 39.328264 ], [ -76.687999, 39.327696 ], [ -76.688281, 39.327106 ], [ -76.688557, 39.32653 ], [ -76.688586, 39.326472 ], [ -76.688816, 39.326015 ], [ -76.688846, 39.325957 ], [ -76.689135, 39.325386 ], [ -76.6896, 39.324447 ], [ -76.689953, 39.323694 ], [ -76.690069, 39.323586 ], [ -76.690198, 39.323552 ], [ -76.691537, 39.323147 ], [ -76.693036, 39.322693 ], [ -76.69324, 39.322627 ], [ -76.694492, 39.32225 ], [ -76.694542, 39.322241 ], [ -76.696157, 39.321673 ], [ -76.698101, 39.320982 ], [ -76.698844, 39.320718 ], [ -76.699163, 39.320605 ], [ -76.699953, 39.320325 ], [ -76.70002, 39.320303 ], [ -76.700503, 39.320128 ], [ -76.700896, 39.319978 ], [ -76.70177, 39.319596 ], [ -76.704518, 39.322023 ], [ -76.708393, 39.321805 ], [ -76.708892, 39.321644 ], [ -76.711112, 39.320928 ], [ -76.711332, 39.320857 ], [ -76.711493, 39.320805 ], [ -76.711482, 39.32094 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280301", "name": "Census Tract 2803.01, Baltimore city, Maryland", "total_population_17": 3731, "white_alone_17": 356.0, "black_alone_17": 3007.0, "native_alone_17": 0.0, "asian_alone_17": 62.0, "native_hawaiian_pacific_islander_17": 30.0, "hispanic_or_latino_17": 67.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -4.101, "pct_black_alone_change": -3.889, "pct_native_alone_change": -0.503, "pct_asian_alone_change": 1.456, "pct_hispanic_or_latino_change": 0.745, "pct_native_hawaiian_pacific_islander_change": 0.781, "INTPTLAT": "+39.3106632", "INTPTLON": "-076.7022121" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711332, 39.320857 ], [ -76.711112, 39.320928 ], [ -76.708892, 39.321644 ], [ -76.708393, 39.321805 ], [ -76.704518, 39.322023 ], [ -76.70177, 39.319596 ], [ -76.702414, 39.319305 ], [ -76.702605, 39.319218 ], [ -76.703259, 39.318918 ], [ -76.703573, 39.318774 ], [ -76.703593, 39.318764 ], [ -76.703947, 39.318582 ], [ -76.704131, 39.318487 ], [ -76.703889, 39.31823 ], [ -76.703808, 39.31816 ], [ -76.703748, 39.318102 ], [ -76.703694, 39.318052 ], [ -76.703623, 39.317983 ], [ -76.703556, 39.317925 ], [ -76.703489, 39.317861 ], [ -76.70345, 39.317803 ], [ -76.703411, 39.317681 ], [ -76.703374, 39.31725 ], [ -76.703323, 39.316675 ], [ -76.70332, 39.316592 ], [ -76.703309, 39.316534 ], [ -76.703298, 39.316441 ], [ -76.703272, 39.316377 ], [ -76.703215, 39.316298 ], [ -76.703124, 39.316182 ], [ -76.703028, 39.31609 ], [ -76.702896, 39.31597 ], [ -76.70274, 39.315861 ], [ -76.702598, 39.315759 ], [ -76.702439, 39.31567 ], [ -76.702257, 39.315614 ], [ -76.702015, 39.315598 ], [ -76.701702, 39.315577 ], [ -76.701367, 39.315584 ], [ -76.701203, 39.315595 ], [ -76.701033, 39.315611 ], [ -76.700837, 39.315641 ], [ -76.700737, 39.315674 ], [ -76.70063, 39.315721 ], [ -76.700551, 39.315759 ], [ -76.700446, 39.315817 ], [ -76.700339, 39.315888 ], [ -76.700271, 39.315957 ], [ -76.700237, 39.315993 ], [ -76.700212, 39.316017 ], [ -76.700191, 39.31605 ], [ -76.700156, 39.316119 ], [ -76.700145, 39.316181 ], [ -76.700045, 39.316813 ], [ -76.700037, 39.317043 ], [ -76.699964, 39.317349 ], [ -76.699906, 39.317606 ], [ -76.699859, 39.317705 ], [ -76.699784, 39.317846 ], [ -76.699724, 39.317898 ], [ -76.699659, 39.317945 ], [ -76.699597, 39.317988 ], [ -76.699354, 39.318113 ], [ -76.699199, 39.318165 ], [ -76.699129, 39.318184 ], [ -76.699065, 39.318194 ], [ -76.698873, 39.318192 ], [ -76.698695, 39.318192 ], [ -76.698528, 39.31818 ], [ -76.69846, 39.318152 ], [ -76.698386, 39.318083 ], [ -76.698317, 39.317964 ], [ -76.698267, 39.317895 ], [ -76.698189, 39.317826 ], [ -76.698068, 39.317751 ], [ -76.697848, 39.317675 ], [ -76.69724, 39.317505 ], [ -76.696804, 39.317391 ], [ -76.696527, 39.317324 ], [ -76.696402, 39.31729 ], [ -76.696345, 39.317263 ], [ -76.696303, 39.317232 ], [ -76.696267, 39.317193 ], [ -76.696235, 39.317149 ], [ -76.696215, 39.317022 ], [ -76.696219, 39.316801 ], [ -76.696486, 39.315349 ], [ -76.696479, 39.31521 ], [ -76.696415, 39.315121 ], [ -76.69629, 39.315024 ], [ -76.6962, 39.31497 ], [ -76.69605, 39.314935 ], [ -76.695508, 39.314864 ], [ -76.69518, 39.314829 ], [ -76.694756, 39.314809 ], [ -76.694201, 39.314808 ], [ -76.693787, 39.314801 ], [ -76.693308, 39.314791 ], [ -76.693026, 39.314777 ], [ -76.692656, 39.314735 ], [ -76.692569, 39.314719 ], [ -76.692475, 39.314695 ], [ -76.69241, 39.314676 ], [ -76.692113, 39.314546 ], [ -76.691902, 39.314404 ], [ -76.691756, 39.314303 ], [ -76.691639, 39.314216 ], [ -76.691433, 39.314129 ], [ -76.691376, 39.314106 ], [ -76.691302, 39.31408 ], [ -76.691265, 39.31407 ], [ -76.691231, 39.314062 ], [ -76.691201, 39.314057 ], [ -76.690781, 39.31405 ], [ -76.690634, 39.31404 ], [ -76.690533, 39.314023 ], [ -76.690458, 39.31399 ], [ -76.690318, 39.313898 ], [ -76.69023, 39.31382 ], [ -76.690148, 39.313734 ], [ -76.690031, 39.313633 ], [ -76.689931, 39.313528 ], [ -76.689814, 39.3134 ], [ -76.689622, 39.313153 ], [ -76.689563, 39.313016 ], [ -76.689421, 39.312335 ], [ -76.689373, 39.312183 ], [ -76.689368, 39.312079 ], [ -76.689374, 39.311993 ], [ -76.689391, 39.311932 ], [ -76.689453, 39.31185 ], [ -76.689554, 39.311733 ], [ -76.689655, 39.311647 ], [ -76.689717, 39.311574 ], [ -76.689753, 39.311509 ], [ -76.689762, 39.311356 ], [ -76.689771, 39.311259 ], [ -76.689834, 39.311134 ], [ -76.689926, 39.311018 ], [ -76.690035, 39.310886 ], [ -76.690113, 39.310812 ], [ -76.690164, 39.310743 ], [ -76.69022, 39.310579 ], [ -76.690254, 39.310411 ], [ -76.690287, 39.310072 ], [ -76.690276, 39.309899 ], [ -76.690216, 39.309704 ], [ -76.690072, 39.309461 ], [ -76.689584, 39.308793 ], [ -76.68912, 39.308294 ], [ -76.689003, 39.308137 ], [ -76.688909, 39.307947 ], [ -76.68879, 39.307717 ], [ -76.688259, 39.306849 ], [ -76.68769, 39.306042 ], [ -76.687582, 39.305938 ], [ -76.687431, 39.305832 ], [ -76.687289, 39.305681 ], [ -76.687221, 39.305628 ], [ -76.68713, 39.305579 ], [ -76.687028, 39.305543 ], [ -76.68684, 39.305503 ], [ -76.686646, 39.305489 ], [ -76.68647, 39.305493 ], [ -76.686302, 39.305506 ], [ -76.686431, 39.305348 ], [ -76.686638, 39.305069 ], [ -76.686862, 39.304876 ], [ -76.686938, 39.304857 ], [ -76.68701, 39.304864 ], [ -76.687081, 39.304874 ], [ -76.687136, 39.304893 ], [ -76.687199, 39.304933 ], [ -76.687277, 39.304992 ], [ -76.687419, 39.305117 ], [ -76.68755, 39.305196 ], [ -76.687689, 39.305216 ], [ -76.687811, 39.305216 ], [ -76.687933, 39.305197 ], [ -76.688123, 39.305164 ], [ -76.688224, 39.305125 ], [ -76.688343, 39.305077 ], [ -76.688381, 39.305077 ], [ -76.688427, 39.305093 ], [ -76.688507, 39.305116 ], [ -76.688597, 39.305153 ], [ -76.688749, 39.305166 ], [ -76.689021, 39.305147 ], [ -76.689582, 39.305099 ], [ -76.690187, 39.305083 ], [ -76.690405, 39.305026 ], [ -76.690511, 39.304992 ], [ -76.690617, 39.304934 ], [ -76.690773, 39.304814 ], [ -76.690948, 39.304655 ], [ -76.691085, 39.304602 ], [ -76.691203, 39.304574 ], [ -76.691328, 39.304569 ], [ -76.691517, 39.30456 ], [ -76.691822, 39.304585 ], [ -76.692313, 39.304654 ], [ -76.692919, 39.304796 ], [ -76.693298, 39.304883 ], [ -76.693522, 39.304923 ], [ -76.69402, 39.304929 ], [ -76.694244, 39.304929 ], [ -76.694331, 39.304896 ], [ -76.694415, 39.304843 ], [ -76.694509, 39.304737 ], [ -76.694622, 39.304563 ], [ -76.694698, 39.304346 ], [ -76.694729, 39.304283 ], [ -76.694773, 39.304245 ], [ -76.694872, 39.304178 ], [ -76.694929, 39.304115 ], [ -76.69496, 39.304014 ], [ -76.694952, 39.303883 ], [ -76.694897, 39.303763 ], [ -76.694576, 39.30322 ], [ -76.694354, 39.302936 ], [ -76.694284, 39.30274 ], [ -76.694275, 39.302575 ], [ -76.694346, 39.302434 ], [ -76.694519, 39.302245 ], [ -76.694866, 39.302016 ], [ -76.695685, 39.302106 ], [ -76.695889, 39.3021 ], [ -76.696181, 39.302076 ], [ -76.696476, 39.302041 ], [ -76.69665, 39.301998 ], [ -76.696831, 39.301876 ], [ -76.69695, 39.301773 ], [ -76.697124, 39.301633 ], [ -76.697313, 39.301517 ], [ -76.697455, 39.301456 ], [ -76.697648, 39.301414 ], [ -76.697979, 39.301403 ], [ -76.698136, 39.301415 ], [ -76.698357, 39.301434 ], [ -76.698451, 39.301471 ], [ -76.698537, 39.301539 ], [ -76.698624, 39.301661 ], [ -76.698686, 39.30182 ], [ -76.698772, 39.301918 ], [ -76.698898, 39.301961 ], [ -76.69913, 39.302011 ], [ -76.699524, 39.302036 ], [ -76.69972, 39.302031 ], [ -76.700272, 39.301934 ], [ -76.70054, 39.301886 ], [ -76.700698, 39.30185 ], [ -76.700857, 39.30177 ], [ -76.701021, 39.301548 ], [ -76.701193, 39.301297 ], [ -76.701274, 39.30123 ], [ -76.701356, 39.301198 ], [ -76.701424, 39.301179 ], [ -76.701558, 39.301151 ], [ -76.701768, 39.301121 ], [ -76.701894, 39.301088 ], [ -76.702054, 39.301026 ], [ -76.702733, 39.30069 ], [ -76.702808, 39.300631 ], [ -76.702852, 39.300556 ], [ -76.702871, 39.300493 ], [ -76.702878, 39.300313 ], [ -76.702847, 39.30013 ], [ -76.702856, 39.300018 ], [ -76.702915, 39.299912 ], [ -76.703122, 39.299745 ], [ -76.703304, 39.299672 ], [ -76.703555, 39.299634 ], [ -76.7038, 39.299627 ], [ -76.704259, 39.299698 ], [ -76.704609, 39.299741 ], [ -76.704779, 39.299746 ], [ -76.704886, 39.299732 ], [ -76.704971, 39.29971 ], [ -76.705202, 39.299637 ], [ -76.705439, 39.299553 ], [ -76.705573, 39.299517 ], [ -76.705711, 39.299506 ], [ -76.705855, 39.299516 ], [ -76.705958, 39.299536 ], [ -76.706064, 39.299589 ], [ -76.706178, 39.299673 ], [ -76.706295, 39.299791 ], [ -76.706428, 39.29999 ], [ -76.706533, 39.3002 ], [ -76.706607, 39.300472 ], [ -76.706635, 39.300655 ], [ -76.706635, 39.300779 ], [ -76.706622, 39.300879 ], [ -76.706603, 39.300936 ], [ -76.706546, 39.301013 ], [ -76.706482, 39.301093 ], [ -76.706316, 39.301246 ], [ -76.705855, 39.301677 ], [ -76.705737, 39.301785 ], [ -76.705656, 39.301836 ], [ -76.705527, 39.301902 ], [ -76.705471, 39.301958 ], [ -76.705437, 39.302041 ], [ -76.705418, 39.302158 ], [ -76.705413, 39.302238 ], [ -76.705445, 39.302347 ], [ -76.705474, 39.302408 ], [ -76.705521, 39.302474 ], [ -76.705698, 39.302611 ], [ -76.705844, 39.302712 ], [ -76.706105, 39.302835 ], [ -76.706329, 39.302922 ], [ -76.706532, 39.302998 ], [ -76.706721, 39.303057 ], [ -76.706972, 39.303104 ], [ -76.707116, 39.303134 ], [ -76.707315, 39.303179 ], [ -76.707765, 39.303308 ], [ -76.708192, 39.30338 ], [ -76.708403, 39.303395 ], [ -76.708674, 39.303392 ], [ -76.708913, 39.303374 ], [ -76.709029, 39.303351 ], [ -76.709092, 39.303323 ], [ -76.709219, 39.303227 ], [ -76.709424, 39.303025 ], [ -76.709733, 39.302769 ], [ -76.709868, 39.30273 ], [ -76.710008, 39.302717 ], [ -76.710167, 39.302726 ], [ -76.710366, 39.302762 ], [ -76.710598, 39.302816 ], [ -76.711191, 39.302955 ], [ -76.711185, 39.303409 ], [ -76.711206, 39.304741 ], [ -76.711207, 39.304783 ], [ -76.711208, 39.304828 ], [ -76.711208, 39.304862 ], [ -76.711193, 39.305102 ], [ -76.711213, 39.305323 ], [ -76.711193, 39.306605 ], [ -76.711182, 39.307043 ], [ -76.711193, 39.307605 ], [ -76.711319, 39.308488 ], [ -76.711249, 39.309312 ], [ -76.711152, 39.310122 ], [ -76.711181, 39.311034 ], [ -76.711204, 39.311369 ], [ -76.711228, 39.311709 ], [ -76.711119, 39.312475 ], [ -76.711099, 39.313188 ], [ -76.711097, 39.313269 ], [ -76.711096, 39.313309 ], [ -76.711093, 39.313405 ], [ -76.711085, 39.314718 ], [ -76.711028, 39.318916 ], [ -76.711493, 39.320805 ], [ -76.711332, 39.320857 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280302", "name": "Census Tract 2803.02, Baltimore city, Maryland", "total_population_17": 2492, "white_alone_17": 120.0, "black_alone_17": 2332.0, "native_alone_17": 0.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 15.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.426, "pct_black_alone_change": -0.882, "pct_native_alone_change": -0.298, "pct_asian_alone_change": -0.057, "pct_hispanic_or_latino_change": 0.219, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.3166683", "INTPTLON": "-076.6953197" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.703947, 39.318582 ], [ -76.703593, 39.318764 ], [ -76.703573, 39.318774 ], [ -76.703259, 39.318918 ], [ -76.702605, 39.319218 ], [ -76.702414, 39.319305 ], [ -76.70177, 39.319596 ], [ -76.700896, 39.319978 ], [ -76.700503, 39.320128 ], [ -76.70002, 39.320303 ], [ -76.699953, 39.320325 ], [ -76.699163, 39.320605 ], [ -76.698844, 39.320718 ], [ -76.698101, 39.320982 ], [ -76.696157, 39.321673 ], [ -76.694542, 39.322241 ], [ -76.694492, 39.32225 ], [ -76.69324, 39.322627 ], [ -76.693036, 39.322693 ], [ -76.691537, 39.323147 ], [ -76.690198, 39.323552 ], [ -76.690069, 39.323586 ], [ -76.690014, 39.323457 ], [ -76.689839, 39.323153 ], [ -76.689789, 39.323065 ], [ -76.689612, 39.322756 ], [ -76.689434, 39.322442 ], [ -76.689193, 39.32202 ], [ -76.689602, 39.321884 ], [ -76.690145, 39.320985 ], [ -76.688804, 39.32124 ], [ -76.687748, 39.32144 ], [ -76.687631, 39.321319 ], [ -76.687564, 39.32124 ], [ -76.68753, 39.321176 ], [ -76.687508, 39.321083 ], [ -76.687508, 39.320968 ], [ -76.68751, 39.320619 ], [ -76.687522, 39.320441 ], [ -76.687522, 39.320391 ], [ -76.687534, 39.320342 ], [ -76.687566, 39.320295 ], [ -76.68763, 39.320252 ], [ -76.687636, 39.320181 ], [ -76.687661, 39.320093 ], [ -76.687768, 39.319924 ], [ -76.687935, 39.319732 ], [ -76.688181, 39.319487 ], [ -76.688387, 39.319311 ], [ -76.688477, 39.319242 ], [ -76.688611, 39.319164 ], [ -76.688862, 39.31903 ], [ -76.688122, 39.31795 ], [ -76.687788, 39.317602 ], [ -76.687408, 39.317241 ], [ -76.686691, 39.316493 ], [ -76.687134, 39.31623 ], [ -76.687528, 39.315996 ], [ -76.68738, 39.315829 ], [ -76.687336, 39.315771 ], [ -76.687303, 39.315703 ], [ -76.687293, 39.31566 ], [ -76.687289, 39.315594 ], [ -76.687295, 39.315497 ], [ -76.687121, 39.315475 ], [ -76.686953, 39.315435 ], [ -76.686725, 39.315368 ], [ -76.686488, 39.315232 ], [ -76.686305, 39.315119 ], [ -76.686202, 39.315024 ], [ -76.686109, 39.314914 ], [ -76.685965, 39.314706 ], [ -76.685914, 39.314596 ], [ -76.685822, 39.314413 ], [ -76.686465, 39.314202 ], [ -76.686523, 39.314103 ], [ -76.686523, 39.313884 ], [ -76.686502, 39.3137 ], [ -76.686469, 39.313545 ], [ -76.686435, 39.313442 ], [ -76.6864, 39.313368 ], [ -76.686345, 39.313294 ], [ -76.686263, 39.313207 ], [ -76.686194, 39.313146 ], [ -76.686095, 39.313093 ], [ -76.685998, 39.313064 ], [ -76.685457, 39.312767 ], [ -76.685672, 39.312652 ], [ -76.685894, 39.312566 ], [ -76.686069, 39.312516 ], [ -76.68631, 39.31247 ], [ -76.686698, 39.312421 ], [ -76.687359, 39.312373 ], [ -76.688116, 39.31235 ], [ -76.689183, 39.312338 ], [ -76.689421, 39.312335 ], [ -76.689563, 39.313016 ], [ -76.689622, 39.313153 ], [ -76.689814, 39.3134 ], [ -76.689931, 39.313528 ], [ -76.690031, 39.313633 ], [ -76.690148, 39.313734 ], [ -76.69023, 39.31382 ], [ -76.690318, 39.313898 ], [ -76.690458, 39.31399 ], [ -76.690533, 39.314023 ], [ -76.690634, 39.31404 ], [ -76.690781, 39.31405 ], [ -76.691201, 39.314057 ], [ -76.691231, 39.314062 ], [ -76.691265, 39.31407 ], [ -76.691302, 39.31408 ], [ -76.691376, 39.314106 ], [ -76.691433, 39.314129 ], [ -76.691639, 39.314216 ], [ -76.691756, 39.314303 ], [ -76.691902, 39.314404 ], [ -76.692113, 39.314546 ], [ -76.69241, 39.314676 ], [ -76.692475, 39.314695 ], [ -76.692569, 39.314719 ], [ -76.692656, 39.314735 ], [ -76.693026, 39.314777 ], [ -76.693308, 39.314791 ], [ -76.693787, 39.314801 ], [ -76.694201, 39.314808 ], [ -76.694756, 39.314809 ], [ -76.69518, 39.314829 ], [ -76.695508, 39.314864 ], [ -76.69605, 39.314935 ], [ -76.6962, 39.31497 ], [ -76.69629, 39.315024 ], [ -76.696415, 39.315121 ], [ -76.696479, 39.31521 ], [ -76.696486, 39.315349 ], [ -76.696219, 39.316801 ], [ -76.696215, 39.317022 ], [ -76.696235, 39.317149 ], [ -76.696267, 39.317193 ], [ -76.696303, 39.317232 ], [ -76.696345, 39.317263 ], [ -76.696402, 39.31729 ], [ -76.696527, 39.317324 ], [ -76.696804, 39.317391 ], [ -76.69724, 39.317505 ], [ -76.697848, 39.317675 ], [ -76.698068, 39.317751 ], [ -76.698189, 39.317826 ], [ -76.698267, 39.317895 ], [ -76.698317, 39.317964 ], [ -76.698386, 39.318083 ], [ -76.69846, 39.318152 ], [ -76.698528, 39.31818 ], [ -76.698695, 39.318192 ], [ -76.698873, 39.318192 ], [ -76.699065, 39.318194 ], [ -76.699129, 39.318184 ], [ -76.699199, 39.318165 ], [ -76.699354, 39.318113 ], [ -76.699597, 39.317988 ], [ -76.699659, 39.317945 ], [ -76.699724, 39.317898 ], [ -76.699784, 39.317846 ], [ -76.699859, 39.317705 ], [ -76.699906, 39.317606 ], [ -76.699964, 39.317349 ], [ -76.700037, 39.317043 ], [ -76.700045, 39.316813 ], [ -76.700145, 39.316181 ], [ -76.700156, 39.316119 ], [ -76.700191, 39.31605 ], [ -76.700212, 39.316017 ], [ -76.700237, 39.315993 ], [ -76.700271, 39.315957 ], [ -76.700339, 39.315888 ], [ -76.700446, 39.315817 ], [ -76.700551, 39.315759 ], [ -76.70063, 39.315721 ], [ -76.700737, 39.315674 ], [ -76.700837, 39.315641 ], [ -76.701033, 39.315611 ], [ -76.701203, 39.315595 ], [ -76.701367, 39.315584 ], [ -76.701702, 39.315577 ], [ -76.702015, 39.315598 ], [ -76.702257, 39.315614 ], [ -76.702439, 39.31567 ], [ -76.702598, 39.315759 ], [ -76.70274, 39.315861 ], [ -76.702896, 39.31597 ], [ -76.703028, 39.31609 ], [ -76.703124, 39.316182 ], [ -76.703215, 39.316298 ], [ -76.703272, 39.316377 ], [ -76.703298, 39.316441 ], [ -76.703309, 39.316534 ], [ -76.70332, 39.316592 ], [ -76.703323, 39.316675 ], [ -76.703374, 39.31725 ], [ -76.703411, 39.317681 ], [ -76.70345, 39.317803 ], [ -76.703489, 39.317861 ], [ -76.703556, 39.317925 ], [ -76.703623, 39.317983 ], [ -76.703694, 39.318052 ], [ -76.703748, 39.318102 ], [ -76.703808, 39.31816 ], [ -76.703889, 39.31823 ], [ -76.704131, 39.318487 ], [ -76.703947, 39.318582 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280401", "name": "Census Tract 2804.01, Baltimore city, Maryland", "total_population_17": 3606, "white_alone_17": 581.0, "black_alone_17": 2826.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 60.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.45, "pct_black_alone_change": -2.944, "pct_native_alone_change": -0.245, "pct_asian_alone_change": -0.763, "pct_hispanic_or_latino_change": 0.574, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2970477", "INTPTLON": "-076.7022192" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711255, 39.297362 ], [ -76.711223, 39.297815 ], [ -76.711193, 39.29823 ], [ -76.711224, 39.29871 ], [ -76.711228, 39.298778 ], [ -76.711249, 39.299117 ], [ -76.711255, 39.299212 ], [ -76.711212, 39.299755 ], [ -76.71121, 39.299778 ], [ -76.711207, 39.299821 ], [ -76.711203, 39.299871 ], [ -76.711202, 39.299885 ], [ -76.711193, 39.300005 ], [ -76.711193, 39.30054 ], [ -76.711193, 39.300605 ], [ -76.7112, 39.301119 ], [ -76.711201, 39.301158 ], [ -76.711201, 39.301184 ], [ -76.711202, 39.301234 ], [ -76.711203, 39.301294 ], [ -76.711206, 39.301511 ], [ -76.711203, 39.301638 ], [ -76.711201, 39.301717 ], [ -76.711201, 39.301749 ], [ -76.7112, 39.301786 ], [ -76.711193, 39.302105 ], [ -76.711191, 39.302955 ], [ -76.710598, 39.302816 ], [ -76.710366, 39.302762 ], [ -76.710167, 39.302726 ], [ -76.710008, 39.302717 ], [ -76.709868, 39.30273 ], [ -76.709733, 39.302769 ], [ -76.709424, 39.303025 ], [ -76.709219, 39.303227 ], [ -76.709092, 39.303323 ], [ -76.709029, 39.303351 ], [ -76.708913, 39.303374 ], [ -76.708674, 39.303392 ], [ -76.708403, 39.303395 ], [ -76.708192, 39.30338 ], [ -76.707765, 39.303308 ], [ -76.707315, 39.303179 ], [ -76.707116, 39.303134 ], [ -76.706972, 39.303104 ], [ -76.706721, 39.303057 ], [ -76.706532, 39.302998 ], [ -76.706329, 39.302922 ], [ -76.706105, 39.302835 ], [ -76.705844, 39.302712 ], [ -76.705698, 39.302611 ], [ -76.705521, 39.302474 ], [ -76.705474, 39.302408 ], [ -76.705445, 39.302347 ], [ -76.705413, 39.302238 ], [ -76.705418, 39.302158 ], [ -76.705437, 39.302041 ], [ -76.705471, 39.301958 ], [ -76.705527, 39.301902 ], [ -76.705656, 39.301836 ], [ -76.705737, 39.301785 ], [ -76.705855, 39.301677 ], [ -76.706316, 39.301246 ], [ -76.706482, 39.301093 ], [ -76.706546, 39.301013 ], [ -76.706603, 39.300936 ], [ -76.706622, 39.300879 ], [ -76.706635, 39.300779 ], [ -76.706635, 39.300655 ], [ -76.706607, 39.300472 ], [ -76.706533, 39.3002 ], [ -76.706428, 39.29999 ], [ -76.706295, 39.299791 ], [ -76.706178, 39.299673 ], [ -76.706064, 39.299589 ], [ -76.705958, 39.299536 ], [ -76.705855, 39.299516 ], [ -76.705711, 39.299506 ], [ -76.705573, 39.299517 ], [ -76.705439, 39.299553 ], [ -76.705202, 39.299637 ], [ -76.704971, 39.29971 ], [ -76.704886, 39.299732 ], [ -76.704779, 39.299746 ], [ -76.704609, 39.299741 ], [ -76.704259, 39.299698 ], [ -76.7038, 39.299627 ], [ -76.703555, 39.299634 ], [ -76.703304, 39.299672 ], [ -76.703122, 39.299745 ], [ -76.702915, 39.299912 ], [ -76.702856, 39.300018 ], [ -76.702847, 39.30013 ], [ -76.702878, 39.300313 ], [ -76.702871, 39.300493 ], [ -76.702852, 39.300556 ], [ -76.702808, 39.300631 ], [ -76.702733, 39.30069 ], [ -76.702054, 39.301026 ], [ -76.701894, 39.301088 ], [ -76.701768, 39.301121 ], [ -76.701558, 39.301151 ], [ -76.701424, 39.301179 ], [ -76.701356, 39.301198 ], [ -76.701274, 39.30123 ], [ -76.701193, 39.301297 ], [ -76.701021, 39.301548 ], [ -76.700857, 39.30177 ], [ -76.700698, 39.30185 ], [ -76.70054, 39.301886 ], [ -76.700272, 39.301934 ], [ -76.69972, 39.302031 ], [ -76.699524, 39.302036 ], [ -76.69913, 39.302011 ], [ -76.698898, 39.301961 ], [ -76.698772, 39.301918 ], [ -76.698686, 39.30182 ], [ -76.698624, 39.301661 ], [ -76.698537, 39.301539 ], [ -76.698451, 39.301471 ], [ -76.698357, 39.301434 ], [ -76.698136, 39.301415 ], [ -76.697979, 39.301403 ], [ -76.697648, 39.301414 ], [ -76.697455, 39.301456 ], [ -76.697313, 39.301517 ], [ -76.697124, 39.301633 ], [ -76.69695, 39.301773 ], [ -76.696831, 39.301876 ], [ -76.69665, 39.301998 ], [ -76.696476, 39.302041 ], [ -76.696181, 39.302076 ], [ -76.695889, 39.3021 ], [ -76.695685, 39.302106 ], [ -76.694866, 39.302016 ], [ -76.69471, 39.301837 ], [ -76.694584, 39.301618 ], [ -76.694487, 39.301368 ], [ -76.694592, 39.300806 ], [ -76.692406, 39.298946 ], [ -76.692908, 39.298482 ], [ -76.693512, 39.297922 ], [ -76.692573, 39.297321 ], [ -76.691572, 39.296734 ], [ -76.692248, 39.296117 ], [ -76.691378, 39.295471 ], [ -76.690478, 39.294821 ], [ -76.689466, 39.294197 ], [ -76.68945, 39.294162 ], [ -76.689442, 39.294111 ], [ -76.689439, 39.29405 ], [ -76.689427, 39.293613 ], [ -76.689425, 39.293581 ], [ -76.690933, 39.293531 ], [ -76.692513, 39.293469 ], [ -76.693142, 39.293455 ], [ -76.693922, 39.293416 ], [ -76.695323, 39.293366 ], [ -76.695694, 39.293351 ], [ -76.695927, 39.293338 ], [ -76.696124, 39.29332 ], [ -76.696359, 39.293298 ], [ -76.696723, 39.293258 ], [ -76.697993, 39.29306 ], [ -76.698489, 39.292992 ], [ -76.698836, 39.292927 ], [ -76.699264, 39.292847 ], [ -76.700037, 39.292742 ], [ -76.700645, 39.292661 ], [ -76.701805, 39.292484 ], [ -76.70184, 39.292478 ], [ -76.702061, 39.292441 ], [ -76.702333, 39.292398 ], [ -76.702581, 39.292371 ], [ -76.702846, 39.29235 ], [ -76.702986, 39.292346 ], [ -76.703118, 39.292355 ], [ -76.703264, 39.292365 ], [ -76.703692, 39.292411 ], [ -76.703902, 39.292431 ], [ -76.704112, 39.292424 ], [ -76.704591, 39.292359 ], [ -76.705404, 39.292246 ], [ -76.705942, 39.292167 ], [ -76.706386, 39.292087 ], [ -76.706997, 39.291976 ], [ -76.707243, 39.291948 ], [ -76.707617, 39.291912 ], [ -76.707799, 39.291907 ], [ -76.708124, 39.291882 ], [ -76.709137, 39.291852 ], [ -76.71072, 39.291767 ], [ -76.710743, 39.291765 ], [ -76.711195, 39.291749 ], [ -76.711201, 39.294912 ], [ -76.711393, 39.296805 ], [ -76.711255, 39.297362 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280402", "name": "Census Tract 2804.02, Baltimore city, Maryland", "total_population_17": 1657, "white_alone_17": 2.0, "black_alone_17": 1602.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -0.597, "pct_black_alone_change": -1.221, "pct_native_alone_change": -0.055, "pct_asian_alone_change": -0.331, "pct_hispanic_or_latino_change": -0.345, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2992263", "INTPTLON": "-076.6903724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.69496, 39.304014 ], [ -76.694929, 39.304115 ], [ -76.694872, 39.304178 ], [ -76.694773, 39.304245 ], [ -76.694729, 39.304283 ], [ -76.694698, 39.304346 ], [ -76.694622, 39.304563 ], [ -76.694509, 39.304737 ], [ -76.694415, 39.304843 ], [ -76.694331, 39.304896 ], [ -76.694244, 39.304929 ], [ -76.69402, 39.304929 ], [ -76.693522, 39.304923 ], [ -76.693298, 39.304883 ], [ -76.692919, 39.304796 ], [ -76.692313, 39.304654 ], [ -76.691822, 39.304585 ], [ -76.691517, 39.30456 ], [ -76.691328, 39.304569 ], [ -76.691203, 39.304574 ], [ -76.691085, 39.304602 ], [ -76.690948, 39.304655 ], [ -76.690773, 39.304814 ], [ -76.690617, 39.304934 ], [ -76.690511, 39.304992 ], [ -76.690405, 39.305026 ], [ -76.690187, 39.305083 ], [ -76.689582, 39.305099 ], [ -76.689482, 39.304434 ], [ -76.6895, 39.304372 ], [ -76.690092, 39.302306 ], [ -76.688139, 39.299172 ], [ -76.687591, 39.299193 ], [ -76.687151, 39.29921 ], [ -76.686756, 39.299213 ], [ -76.686275, 39.299217 ], [ -76.686235, 39.298471 ], [ -76.686193, 39.297742 ], [ -76.68614, 39.296996 ], [ -76.686101, 39.29625 ], [ -76.686026, 39.295508 ], [ -76.686009, 39.294699 ], [ -76.685999, 39.294106 ], [ -76.685992, 39.293724 ], [ -76.685995, 39.293711 ], [ -76.686612, 39.293697 ], [ -76.686995, 39.293689 ], [ -76.688433, 39.293617 ], [ -76.689425, 39.293581 ], [ -76.689427, 39.293613 ], [ -76.689439, 39.29405 ], [ -76.689442, 39.294111 ], [ -76.68945, 39.294162 ], [ -76.689466, 39.294197 ], [ -76.690478, 39.294821 ], [ -76.691378, 39.295471 ], [ -76.692248, 39.296117 ], [ -76.691572, 39.296734 ], [ -76.692573, 39.297321 ], [ -76.693512, 39.297922 ], [ -76.692908, 39.298482 ], [ -76.692406, 39.298946 ], [ -76.694592, 39.300806 ], [ -76.694487, 39.301368 ], [ -76.694584, 39.301618 ], [ -76.69471, 39.301837 ], [ -76.694866, 39.302016 ], [ -76.694519, 39.302245 ], [ -76.694346, 39.302434 ], [ -76.694275, 39.302575 ], [ -76.694284, 39.30274 ], [ -76.694354, 39.302936 ], [ -76.694576, 39.30322 ], [ -76.694897, 39.303763 ], [ -76.694952, 39.303883 ], [ -76.69496, 39.304014 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280403", "name": "Census Tract 2804.03, Baltimore city, Maryland", "total_population_17": 5431, "white_alone_17": 1428.0, "black_alone_17": 3728.0, "native_alone_17": 0.0, "asian_alone_17": 43.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 167.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": -4.898, "pct_black_alone_change": 2.745, "pct_native_alone_change": -0.348, "pct_asian_alone_change": -0.563, "pct_hispanic_or_latino_change": 2.215, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+39.2859905", "INTPTLON": "-076.7033384" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.711221, 39.279269 ], [ -76.71121, 39.279753 ], [ -76.711207, 39.279898 ], [ -76.711187, 39.28076 ], [ -76.711188, 39.281837 ], [ -76.711189, 39.282203 ], [ -76.711188, 39.283579 ], [ -76.711193, 39.285406 ], [ -76.711211, 39.285949 ], [ -76.711192, 39.287063 ], [ -76.711186, 39.287394 ], [ -76.711161, 39.287681 ], [ -76.711126, 39.28807 ], [ -76.711094, 39.288429 ], [ -76.711069, 39.288798 ], [ -76.711015, 39.289603 ], [ -76.71118, 39.291566 ], [ -76.711195, 39.291749 ], [ -76.710743, 39.291765 ], [ -76.71072, 39.291767 ], [ -76.709137, 39.291852 ], [ -76.708124, 39.291882 ], [ -76.707799, 39.291907 ], [ -76.707617, 39.291912 ], [ -76.707243, 39.291948 ], [ -76.706997, 39.291976 ], [ -76.706386, 39.292087 ], [ -76.705942, 39.292167 ], [ -76.705404, 39.292246 ], [ -76.704591, 39.292359 ], [ -76.704112, 39.292424 ], [ -76.703902, 39.292431 ], [ -76.703692, 39.292411 ], [ -76.703264, 39.292365 ], [ -76.703118, 39.292355 ], [ -76.702986, 39.292346 ], [ -76.702846, 39.29235 ], [ -76.702581, 39.292371 ], [ -76.702333, 39.292398 ], [ -76.702061, 39.292441 ], [ -76.70184, 39.292478 ], [ -76.701805, 39.292484 ], [ -76.700645, 39.292661 ], [ -76.700037, 39.292742 ], [ -76.699264, 39.292847 ], [ -76.698836, 39.292927 ], [ -76.698489, 39.292992 ], [ -76.697993, 39.29306 ], [ -76.697942, 39.292922 ], [ -76.697294, 39.291164 ], [ -76.697324, 39.290727 ], [ -76.697299, 39.289792 ], [ -76.697284, 39.289272 ], [ -76.697261, 39.289191 ], [ -76.697204, 39.289137 ], [ -76.697051, 39.289087 ], [ -76.696762, 39.289051 ], [ -76.696531, 39.28901 ], [ -76.696214, 39.288861 ], [ -76.696024, 39.288753 ], [ -76.695944, 39.288681 ], [ -76.695786, 39.28843 ], [ -76.695735, 39.288345 ], [ -76.695673, 39.28822 ], [ -76.695567, 39.287722 ], [ -76.695493, 39.287542 ], [ -76.695439, 39.287444 ], [ -76.695368, 39.287349 ], [ -76.695306, 39.287276 ], [ -76.695218, 39.28719 ], [ -76.695147, 39.287126 ], [ -76.695073, 39.287068 ], [ -76.694669, 39.286789 ], [ -76.694579, 39.286719 ], [ -76.694513, 39.286652 ], [ -76.694261, 39.286338 ], [ -76.69406, 39.286043 ], [ -76.693892, 39.285755 ], [ -76.693861, 39.28568 ], [ -76.693844, 39.285613 ], [ -76.693829, 39.285501 ], [ -76.693833, 39.285272 ], [ -76.693836, 39.28507 ], [ -76.693817, 39.28484 ], [ -76.693793, 39.28472 ], [ -76.693749, 39.284612 ], [ -76.69371, 39.284516 ], [ -76.693573, 39.284262 ], [ -76.693402, 39.283888 ], [ -76.693263, 39.283584 ], [ -76.693253, 39.283551 ], [ -76.693191, 39.283354 ], [ -76.693164, 39.283231 ], [ -76.69314, 39.283125 ], [ -76.693098, 39.282906 ], [ -76.693048, 39.282563 ], [ -76.692999, 39.282223 ], [ -76.692966, 39.28186 ], [ -76.692962, 39.28182 ], [ -76.692931, 39.281469 ], [ -76.693335, 39.281454 ], [ -76.693682, 39.281443 ], [ -76.694085, 39.28143 ], [ -76.694572, 39.281416 ], [ -76.694839, 39.281413 ], [ -76.695272, 39.281401 ], [ -76.695717, 39.281391 ], [ -76.696301, 39.28137 ], [ -76.696915, 39.281353 ], [ -76.697249, 39.28135 ], [ -76.697595, 39.281344 ], [ -76.698046, 39.281334 ], [ -76.698267, 39.281325 ], [ -76.698545, 39.281311 ], [ -76.698821, 39.281291 ], [ -76.699012, 39.281274 ], [ -76.699664, 39.281194 ], [ -76.699885, 39.281169 ], [ -76.700355, 39.281105 ], [ -76.700868, 39.281041 ], [ -76.701388, 39.280977 ], [ -76.701818, 39.280933 ], [ -76.702111, 39.280902 ], [ -76.70264, 39.280857 ], [ -76.702783, 39.280851 ], [ -76.702931, 39.280845 ], [ -76.703232, 39.280842 ], [ -76.703896, 39.280856 ], [ -76.704534, 39.280876 ], [ -76.704862, 39.280884 ], [ -76.705035, 39.28088 ], [ -76.70513, 39.280874 ], [ -76.705252, 39.280865 ], [ -76.705382, 39.280843 ], [ -76.705495, 39.280813 ], [ -76.705603, 39.280763 ], [ -76.705722, 39.28069 ], [ -76.705905, 39.280542 ], [ -76.7064, 39.28005 ], [ -76.706548, 39.279889 ], [ -76.706581, 39.279855 ], [ -76.706764, 39.279696 ], [ -76.70703, 39.27951 ], [ -76.707268, 39.27938 ], [ -76.707528, 39.279262 ], [ -76.707625, 39.279219 ], [ -76.708293, 39.278956 ], [ -76.708944, 39.278713 ], [ -76.709161, 39.278627 ], [ -76.709231, 39.278598 ], [ -76.709839, 39.278359 ], [ -76.710251, 39.278199 ], [ -76.71071, 39.278021 ], [ -76.710978, 39.27792 ], [ -76.711054, 39.277889 ], [ -76.711132, 39.278262 ], [ -76.711157, 39.27838 ], [ -76.711219, 39.278679 ], [ -76.711232, 39.278797 ], [ -76.711221, 39.279269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280404", "name": "Census Tract 2804.04, Baltimore city, Maryland", "total_population_17": 2519, "white_alone_17": 101.0, "black_alone_17": 2271.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 112.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 0.874, "pct_black_alone_change": -6.067, "pct_native_alone_change": -0.049, "pct_asian_alone_change": -0.198, "pct_hispanic_or_latino_change": 4.076, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+39.2878046", "INTPTLON": "-076.6917566" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.697993, 39.29306 ], [ -76.696723, 39.293258 ], [ -76.696359, 39.293298 ], [ -76.696124, 39.29332 ], [ -76.695927, 39.293338 ], [ -76.695694, 39.293351 ], [ -76.695323, 39.293366 ], [ -76.693922, 39.293416 ], [ -76.693142, 39.293455 ], [ -76.692513, 39.293469 ], [ -76.690933, 39.293531 ], [ -76.689425, 39.293581 ], [ -76.689417, 39.293435 ], [ -76.6894, 39.293172 ], [ -76.689366, 39.29277 ], [ -76.689335, 39.292412 ], [ -76.6893, 39.291719 ], [ -76.689273, 39.291474 ], [ -76.689222, 39.290981 ], [ -76.68911, 39.29041 ], [ -76.689076, 39.290259 ], [ -76.689049, 39.290138 ], [ -76.689032, 39.290011 ], [ -76.689015, 39.289873 ], [ -76.688992, 39.289457 ], [ -76.688978, 39.289208 ], [ -76.688925, 39.288204 ], [ -76.688367, 39.287917 ], [ -76.687874, 39.287664 ], [ -76.687474, 39.287485 ], [ -76.687244, 39.287399 ], [ -76.686985, 39.287303 ], [ -76.686776, 39.287229 ], [ -76.686756, 39.286405 ], [ -76.686745, 39.285963 ], [ -76.686725, 39.285532 ], [ -76.686709, 39.285022 ], [ -76.686681, 39.28481 ], [ -76.686669, 39.284682 ], [ -76.686665, 39.284518 ], [ -76.686688, 39.284414 ], [ -76.686724, 39.284333 ], [ -76.686785, 39.284259 ], [ -76.686847, 39.284209 ], [ -76.686832, 39.283809 ], [ -76.686817, 39.28338 ], [ -76.686773, 39.282524 ], [ -76.686739, 39.282085 ], [ -76.686706, 39.281656 ], [ -76.687286, 39.281638 ], [ -76.688522, 39.2816 ], [ -76.689493, 39.281554 ], [ -76.690277, 39.281527 ], [ -76.690665, 39.281513 ], [ -76.691759, 39.281504 ], [ -76.691929, 39.281501 ], [ -76.692931, 39.281469 ], [ -76.692962, 39.28182 ], [ -76.692966, 39.28186 ], [ -76.692999, 39.282223 ], [ -76.693048, 39.282563 ], [ -76.693098, 39.282906 ], [ -76.69314, 39.283125 ], [ -76.693164, 39.283231 ], [ -76.693191, 39.283354 ], [ -76.693253, 39.283551 ], [ -76.693263, 39.283584 ], [ -76.693402, 39.283888 ], [ -76.693573, 39.284262 ], [ -76.69371, 39.284516 ], [ -76.693749, 39.284612 ], [ -76.693793, 39.28472 ], [ -76.693817, 39.28484 ], [ -76.693836, 39.28507 ], [ -76.693833, 39.285272 ], [ -76.693829, 39.285501 ], [ -76.693844, 39.285613 ], [ -76.693861, 39.28568 ], [ -76.693892, 39.285755 ], [ -76.69406, 39.286043 ], [ -76.694261, 39.286338 ], [ -76.694513, 39.286652 ], [ -76.694579, 39.286719 ], [ -76.694669, 39.286789 ], [ -76.695073, 39.287068 ], [ -76.695147, 39.287126 ], [ -76.695218, 39.28719 ], [ -76.695306, 39.287276 ], [ -76.695368, 39.287349 ], [ -76.695439, 39.287444 ], [ -76.695493, 39.287542 ], [ -76.695567, 39.287722 ], [ -76.695673, 39.28822 ], [ -76.695735, 39.288345 ], [ -76.695786, 39.28843 ], [ -76.695944, 39.288681 ], [ -76.696024, 39.288753 ], [ -76.696214, 39.288861 ], [ -76.696531, 39.28901 ], [ -76.696762, 39.289051 ], [ -76.697051, 39.289087 ], [ -76.697204, 39.289137 ], [ -76.697261, 39.289191 ], [ -76.697284, 39.289272 ], [ -76.697299, 39.289792 ], [ -76.697324, 39.290727 ], [ -76.697294, 39.291164 ], [ -76.697942, 39.292922 ], [ -76.697993, 39.29306 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "24510280500", "name": "Census Tract 2805, Baltimore city, Maryland", "total_population_17": 2257, "white_alone_17": 217.0, "black_alone_17": 1995.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Baltimore", "gentrified": false, "pct_white_alone_change": 5.478, "pct_black_alone_change": -1.745, "pct_native_alone_change": -0.219, "pct_asian_alone_change": -4.594, "pct_hispanic_or_latino_change": 0.509, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+39.2951239", "INTPTLON": "-076.6029382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.611313, 39.297707 ], [ -76.611057, 39.297719 ], [ -76.610451, 39.297753 ], [ -76.609847, 39.297802 ], [ -76.608921, 39.297801 ], [ -76.607906, 39.297862 ], [ -76.606767, 39.297908 ], [ -76.606332, 39.297912 ], [ -76.605889, 39.297931 ], [ -76.605055, 39.297961 ], [ -76.604234, 39.297993 ], [ -76.604056, 39.298001 ], [ -76.602973, 39.298049 ], [ -76.602548, 39.298072 ], [ -76.601911, 39.298107 ], [ -76.600932, 39.298139 ], [ -76.600074, 39.298171 ], [ -76.599613, 39.298183 ], [ -76.599141, 39.298207 ], [ -76.598356, 39.298229 ], [ -76.597597, 39.298251 ], [ -76.596453, 39.298307 ], [ -76.596279, 39.298317 ], [ -76.595677, 39.29835 ], [ -76.595182, 39.298371 ], [ -76.594931, 39.298385 ], [ -76.594834, 39.298391 ], [ -76.594587, 39.298402 ], [ -76.59451, 39.2984 ], [ -76.594474, 39.298392 ], [ -76.594408, 39.298373 ], [ -76.594363, 39.297298 ], [ -76.594312, 39.296293 ], [ -76.594192, 39.295326 ], [ -76.594185, 39.295292 ], [ -76.594184, 39.295274 ], [ -76.594179, 39.295143 ], [ -76.594153, 39.294685 ], [ -76.594117, 39.293968 ], [ -76.594816, 39.293949 ], [ -76.595067, 39.293868 ], [ -76.595222, 39.293825 ], [ -76.595263, 39.293812 ], [ -76.595613, 39.293697 ], [ -76.595892, 39.293605 ], [ -76.596236, 39.293515 ], [ -76.59656, 39.293425 ], [ -76.597284, 39.293237 ], [ -76.598145, 39.292988 ], [ -76.598778, 39.292807 ], [ -76.599146, 39.2927 ], [ -76.599687, 39.292536 ], [ -76.601615, 39.291992 ], [ -76.602675, 39.291729 ], [ -76.602779, 39.291702 ], [ -76.603006, 39.291641 ], [ -76.60323, 39.291581 ], [ -76.60373, 39.291439 ], [ -76.6041, 39.291329 ], [ -76.604685, 39.291165 ], [ -76.605762, 39.290884 ], [ -76.606394, 39.290715 ], [ -76.606429, 39.290712 ], [ -76.606737, 39.290685 ], [ -76.606995, 39.29093 ], [ -76.607261, 39.291182 ], [ -76.607446, 39.29136 ], [ -76.607646, 39.291541 ], [ -76.607905, 39.291759 ], [ -76.608219, 39.291974 ], [ -76.608669, 39.292264 ], [ -76.608832, 39.292372 ], [ -76.608874, 39.292403 ], [ -76.609087, 39.292518 ], [ -76.609321, 39.292638 ], [ -76.609654, 39.292804 ], [ -76.60984, 39.292904 ], [ -76.609972, 39.292984 ], [ -76.610098, 39.293074 ], [ -76.610218, 39.293169 ], [ -76.610332, 39.293263 ], [ -76.610379, 39.293301 ], [ -76.610541, 39.293472 ], [ -76.610715, 39.293717 ], [ -76.610729, 39.293737 ], [ -76.610835, 39.293967 ], [ -76.610869, 39.294056 ], [ -76.610873, 39.29407 ], [ -76.610913, 39.294176 ], [ -76.610937, 39.294259 ], [ -76.610974, 39.294402 ], [ -76.611007, 39.294532 ], [ -76.611031, 39.294628 ], [ -76.611068, 39.294881 ], [ -76.611112, 39.295121 ], [ -76.61115, 39.295391 ], [ -76.611174, 39.295593 ], [ -76.611197, 39.295832 ], [ -76.611213, 39.296222 ], [ -76.611223, 39.296513 ], [ -76.611231, 39.296743 ], [ -76.611313, 39.297707 ] ] ] } } +] +} diff --git a/output/for_maps/New York City_data.csv b/output/for_maps/New York City_data.csv new file mode 100644 index 0000000..1564835 --- /dev/null +++ b/output/for_maps/New York City_data.csv @@ -0,0 +1,2168 @@ +GEOID,name,total_population_17,white_alone_17,black_alone_17,native_alone_17,asian_alone_17,native_hawaiian_pacific_islander_17,hispanic_or_latino_17,city,gentrified,pct_white_alone_change,pct_black_alone_change,pct_native_alone_change,pct_asian_alone_change,pct_hispanic_or_latino_change,pct_native_hawaiian_pacific_islander_change,INTPTLAT,INTPTLON +36005000100,"Census Tract 1, Bronx County, New York",7411,536.0,4267.0,22.0,125.0,0.0,2371.0,New York City,False,-1.305,-3.041,0.164,1.186,5.052,0.0,+40.7929362,-073.8812065 +36005000200,"Census Tract 2, Bronx County, New York",5058,39.0,933.0,0.0,158.0,0.0,3928.0,New York City,False,-5.125,-4.318,-0.226,2.419,8.153,0.0,+40.8035344,-073.8606612 +36005000400,"Census Tract 4, Bronx County, New York",5944,205.0,1701.0,30.0,33.0,0.0,3949.0,New York City,False,-1.801,6.348,0.233,-2.01,-1.608,0.0,+40.8087867,-073.8514252 +36005001600,"Census Tract 16, Bronx County, New York",6115,226.0,1899.0,0.0,0.0,0.0,3873.0,New York City,False,-1.078,0.026,-0.477,-1.069,1.278,0.0,+40.8188478,-073.8580764 +36005001900,"Census Tract 19, Bronx County, New York",2817,218.0,932.0,0.0,68.0,0.0,1504.0,New York City,True,1.994,3.35,-0.568,1.467,-8.921,0.0,+40.8009990,-073.9093729 +36005002000,"Census Tract 20, Bronx County, New York",9608,132.0,3515.0,261.0,104.0,0.0,5827.0,New York City,False,-0.06,-6.127,2.562,0.321,6.17,0.0,+40.8175801,-073.8660962 +36005002300,"Census Tract 23, Bronx County, New York",4733,11.0,1768.0,130.0,0.0,0.0,2850.0,New York City,False,-0.921,1.809,2.355,-0.207,-2.301,0.0,+40.8090823,-073.9258441 +36005002400,"Census Tract 24, Bronx County, New York",130,60.0,70.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.8157352,-073.8710826 +36005002500,"Census Tract 25, Bronx County, New York",5760,141.0,1161.0,27.0,7.0,0.0,4417.0,New York City,False,1.665,1.092,0.273,-0.504,-2.353,0.0,+40.8070025,-073.9208749 +36005002701,"Census Tract 27.01, Bronx County, New York",2958,0.0,878.0,0.0,0.0,0.0,2057.0,New York City,False,-0.462,-4.377,-0.066,-0.099,4.687,0.0,+40.8050606,-073.9163335 +36005002702,"Census Tract 27.02, Bronx County, New York",4538,80.0,1460.0,64.0,0.0,0.0,2976.0,New York City,False,0.623,8.693,1.199,-0.19,-9.314,0.0,+40.8064490,-073.9137729 +36005002800,"Census Tract 28, Bronx County, New York",5423,74.0,2882.0,0.0,40.0,0.0,2214.0,New York City,False,0.141,-24.645,-0.437,0.493,20.627,-0.035,+40.8225183,-073.8782336 +36005003100,"Census Tract 31, Bronx County, New York",1675,29.0,427.0,0.0,29.0,0.0,1190.0,New York City,False,0.107,4.789,-0.203,1.596,-5.68,0.0,+40.8098988,-073.9056901 +36005003300,"Census Tract 33, Bronx County, New York",3693,56.0,1193.0,124.0,0.0,0.0,2271.0,New York City,False,0.04,11.444,2.812,-0.481,-14.981,0.0,+40.8082418,-073.9119436 +36005003500,"Census Tract 35, Bronx County, New York",3821,10.0,1060.0,36.0,0.0,0.0,2751.0,New York City,False,-0.429,2.431,0.683,-0.173,-1.513,0.0,+40.8109651,-073.9086696 +36005003700,"Census Tract 37, Bronx County, New York",292,56.0,76.0,0.0,0.0,0.0,160.0,New York City,False,18.55,-10.375,-0.628,-0.209,-7.339,0.0,+40.8114570,-073.9121722 +36005003800,"Census Tract 38, Bronx County, New York",1437,14.0,527.0,6.0,7.0,0.0,872.0,New York City,False,-2.431,1.836,0.022,-0.463,1.062,0.0,+40.8202946,-073.8633435 +36005003900,"Census Tract 39, Bronx County, New York",6473,443.0,1034.0,39.0,0.0,0.0,4996.0,New York City,False,5.383,-2.708,0.537,-0.548,-1.612,0.0,+40.8097217,-073.9214264 +36005004001,"Census Tract 40.01, Bronx County, New York",1428,168.0,124.0,0.0,138.0,0.0,886.0,New York City,False,-3.446,-9.768,-1.056,-2.449,11.13,0.0,+40.8282719,-073.8583355 +36005004100,"Census Tract 41, Bronx County, New York",5946,97.0,1215.0,0.0,45.0,0.0,4564.0,New York City,False,0.639,-4.967,-0.382,0.433,3.952,-0.115,+40.8113856,-073.9194099 +36005004200,"Census Tract 42, Bronx County, New York",7814,359.0,3685.0,57.0,120.0,0.0,3631.0,New York City,False,2.799,-0.801,0.463,1.07,-2.527,-0.053,+40.8239305,-073.8620068 +36005004300,"Census Tract 43, Bronx County, New York",6190,5.0,1597.0,35.0,62.0,0.0,4396.0,New York City,False,-0.525,5.149,0.294,0.334,-6.514,0.0,+40.8136213,-073.9170376 +36005004400,"Census Tract 44, Bronx County, New York",4446,141.0,1573.0,17.0,173.0,0.0,2559.0,New York City,False,1.865,-6.303,0.168,3.292,1.83,0.0,+40.8265155,-073.8664136 +36005004600,"Census Tract 46, Bronx County, New York",1876,46.0,646.0,0.0,0.0,0.0,1172.0,New York City,False,-1.259,-6.882,-0.35,-1.12,10.022,0.0,+40.8224189,-073.8691776 +36005004800,"Census Tract 48, Bronx County, New York",4536,51.0,1085.0,5.0,0.0,0.0,3298.0,New York City,False,-0.834,7.308,-0.298,-2.42,-5.134,0.0,+40.8270172,-073.8743044 +36005005001,"Census Tract 50.01, Bronx County, New York",5101,62.0,1388.0,64.0,0.0,0.0,3539.0,New York City,False,-0.238,2.08,0.92,-1.201,-1.71,-0.028,+40.8249970,-073.8778533 +36005005002,"Census Tract 50.02, Bronx County, New York",5583,71.0,1187.0,29.0,65.0,0.0,4094.0,New York City,False,-0.181,-3.869,0.184,-0.037,2.241,-0.028,+40.8273629,-073.8784350 +36005005100,"Census Tract 51, Bronx County, New York",5721,9.0,1472.0,122.0,30.0,0.0,4088.0,New York City,False,-0.519,-11.96,1.759,0.098,10.851,0.0,+40.8132061,-073.9275676 +36005005200,"Census Tract 52, Bronx County, New York",2151,8.0,630.0,30.0,8.0,0.0,1492.0,New York City,False,-0.909,-1.727,1.166,-1.87,5.09,0.0,+40.8256291,-073.8824329 +36005005300,"Census Tract 53, Bronx County, New York",4167,55.0,2124.0,40.0,4.0,0.0,1930.0,New York City,False,0.575,-11.777,0.768,-0.12,10.555,0.0,+40.8516737,-073.9223642 +36005005400,"Census Tract 54, Bronx County, New York",6463,99.0,1243.0,477.0,114.0,0.0,4822.0,New York City,False,0.163,-9.866,7.146,-2.957,12.717,-0.018,+40.8298985,-073.8797154 +36005005600,"Census Tract 56, Bronx County, New York",2608,21.0,628.0,34.0,25.0,0.0,1641.0,New York City,False,-1.409,-3.558,0.086,-2.03,-1.026,0.0,+40.8326118,-073.8790757 +36005005902,"Census Tract 59.02, Bronx County, New York",2757,146.0,631.0,0.0,36.0,0.0,1808.0,New York City,False,1.866,-14.883,-0.149,0.523,8.047,0.0,+40.8241299,-073.9234195 +36005006000,"Census Tract 60, Bronx County, New York",1328,22.0,260.0,0.0,50.0,0.0,967.0,New York City,True,-1.303,5.979,-0.74,3.302,-8.59,-0.648,+40.8377073,-073.8779705 +36005006100,"Census Tract 61, Bronx County, New York",3869,84.0,2932.0,0.0,20.0,0.0,791.0,New York City,False,0.091,-5.723,-0.347,0.22,4.897,-0.025,+40.8222516,-073.9226669 +36005006200,"Census Tract 62, Bronx County, New York",7268,11.0,2205.0,58.0,164.0,0.0,4861.0,New York City,False,-1.271,-13.622,0.282,1.131,14.436,0.0,+40.8332756,-073.8755275 +36005006300,"Census Tract 63, Bronx County, New York",4298,349.0,817.0,25.0,232.0,0.0,2843.0,New York City,True,5.515,-12.745,0.123,0.572,6.385,0.0,+40.8242061,-073.9287302 +36005006400,"Census Tract 64, Bronx County, New York",3309,134.0,1351.0,34.0,53.0,0.0,1505.0,New York City,False,2.008,2.764,0.448,-0.894,-8.287,0.0,+40.8330289,-073.8722067 +36005006500,"Census Tract 65, Bronx County, New York",5471,276.0,1547.0,0.0,76.0,0.0,3552.0,New York City,False,1.758,-0.038,-0.43,-0.845,0.262,0.0,+40.8173983,-073.9216592 +36005006700,"Census Tract 67, Bronx County, New York",7314,12.0,2570.0,0.0,0.0,53.0,4679.0,New York City,False,-1.068,5.297,-0.262,-0.924,-3.351,0.725,+40.8195023,-073.9181767 +36005006800,"Census Tract 68, Bronx County, New York",3435,106.0,1279.0,62.0,390.0,0.0,1593.0,New York City,False,2.026,5.978,0.496,6.275,-13.238,-0.187,+40.8289669,-073.8704820 +36005006900,"Census Tract 69, Bronx County, New York",8351,289.0,3170.0,30.0,108.0,0.0,4594.0,New York City,False,1.449,5.159,-0.497,1.108,-8.787,0.0,+40.8218666,-073.9157567 +36005007000,"Census Tract 70, Bronx County, New York",4899,133.0,1160.0,46.0,460.0,0.0,2846.0,New York City,False,-0.458,0.529,-0.119,0.904,-2.772,0.0,+40.8298152,-073.8656233 +36005007100,"Census Tract 71, Bronx County, New York",2702,58.0,870.0,7.0,28.0,0.0,1699.0,New York City,False,0.025,2.49,0.153,0.559,-4.548,0.0,+40.8182214,-073.9128301 +36005007200,"Census Tract 72, Bronx County, New York",5520,304.0,1029.0,92.0,1425.0,0.0,2445.0,New York City,False,-1.846,3.206,0.445,8.054,-11.729,0.0,+40.8310478,-073.8606925 +36005007300,"Census Tract 73, Bronx County, New York",4139,72.0,1369.0,0.0,0.0,36.0,2636.0,New York City,False,0.755,10.97,-0.185,-0.708,-11.559,0.716,+40.8146752,-073.9093890 +36005007400,"Census Tract 74, Bronx County, New York",3466,90.0,1081.0,0.0,0.0,0.0,2192.0,New York City,False,0.085,-12.659,-0.114,-2.512,12.743,0.0,+40.8194734,-073.8528608 +36005007500,"Census Tract 75, Bronx County, New York",6039,85.0,2221.0,139.0,0.0,0.0,3643.0,New York City,False,0.64,5.507,2.003,-0.64,-6.335,-0.021,+40.8187768,-073.9086238 +36005007600,"Census Tract 76, Bronx County, New York",5142,213.0,863.0,14.0,554.0,0.0,3370.0,New York City,False,1.647,-5.453,-0.174,7.122,-3.907,0.0,+40.8333750,-073.8676557 +36005007700,"Census Tract 77, Bronx County, New York",2087,42.0,463.0,12.0,0.0,0.0,1570.0,New York City,True,0.482,-2.222,0.575,-1.836,3.231,0.0,+40.8197339,-073.9044231 +36005007800,"Census Tract 78, Bronx County, New York",7035,234.0,1387.0,0.0,422.0,0.0,4759.0,New York City,False,-5.101,2.166,-0.632,-1.001,3.832,-0.049,+40.8291304,-073.8526457 +36005007900,"Census Tract 79, Bronx County, New York",7051,20.0,1752.0,0.0,0.0,32.0,5195.0,New York City,False,-1.171,3.326,-0.182,-0.288,-2.422,0.454,+40.8157920,-073.9048714 +36005008300,"Census Tract 83, Bronx County, New York",6575,29.0,1121.0,26.0,267.0,0.0,5109.0,New York City,False,-0.542,-0.456,0.363,3.658,-3.196,0.0,+40.8136778,-073.9018400 +36005008400,"Census Tract 84, Bronx County, New York",2809,52.0,647.0,129.0,231.0,0.0,1722.0,New York City,False,0.889,-14.148,4.592,6.973,1.13,0.0,+40.8156088,-073.8477354 +36005008500,"Census Tract 85, Bronx County, New York",6587,53.0,1243.0,13.0,6.0,0.0,5240.0,New York City,False,-1.129,-4.508,-0.19,-0.351,6.025,-0.055,+40.8162762,-073.8990831 +36005008600,"Census Tract 86, Bronx County, New York",4046,47.0,1103.0,0.0,82.0,0.0,2784.0,New York City,False,-0.345,-9.511,0.0,1.342,8.343,0.0,+40.8198788,-073.8498059 +36005008700,"Census Tract 87, Bronx County, New York",6093,142.0,1376.0,65.0,20.0,0.0,4435.0,New York City,False,1.062,5.531,0.798,-0.037,-8.18,-0.019,+40.8196720,-073.8972847 +36005008900,"Census Tract 89, Bronx County, New York",3373,53.0,746.0,49.0,12.0,0.0,2562.0,New York City,False,0.497,9.608,1.245,0.079,-9.907,-0.035,+40.8185668,-073.8939061 +36005009000,"Census Tract 90, Bronx County, New York",3877,151.0,1038.0,36.0,48.0,0.0,2526.0,New York City,False,-0.096,-7.197,0.602,-0.175,5.728,-0.027,+40.8089385,-073.8407005 +36005009200,"Census Tract 92, Bronx County, New York",6202,141.0,1055.0,0.0,914.0,0.0,3484.0,New York City,False,-7.856,4.093,-0.943,2.024,-3.821,0.0,+40.8323395,-073.8521545 +36005009300,"Census Tract 93, Bronx County, New York",6424,50.0,1872.0,31.0,0.0,0.0,4482.0,New York City,False,-0.867,4.498,0.121,-0.271,-3.002,-0.018,+40.8056822,-073.8856083 +36005009600,"Census Tract 96, Bronx County, New York",2607,158.0,586.0,22.0,426.0,0.0,1381.0,New York City,False,-10.614,7.376,-0.299,7.623,-1.053,0.0,+40.8347812,-073.8437163 +36005009800,"Census Tract 98, Bronx County, New York",5189,103.0,1095.0,0.0,229.0,0.0,3636.0,New York City,False,-3.053,-8.114,-0.469,0.368,9.959,0.0,+40.8254505,-073.8495052 +36005011000,"Census Tract 110, Bronx County, New York",113,0.0,0.0,0.0,0.0,0.0,113.0,New York City,False,-34.257,-18.892,0.0,-2.771,55.919,0.0,+40.8134201,-073.8320557 +36005011502,"Census Tract 115.02, Bronx County, New York",4568,34.0,1490.0,0.0,0.0,0.0,3014.0,New York City,False,-0.512,5.969,-0.193,-0.266,-5.341,0.0,+40.8200657,-073.8865202 +36005011700,"Census Tract 117, Bronx County, New York",1616,13.0,490.0,15.0,0.0,0.0,1113.0,New York City,False,0.096,-2.834,0.692,-0.649,3.8,0.0,+40.8072371,-073.8749566 +36005011800,"Census Tract 118, Bronx County, New York",5220,3646.0,161.0,0.0,229.0,7.0,1153.0,New York City,False,-12.297,1.923,-0.317,2.672,10.137,0.134,+40.8097065,-073.8001663 +36005011900,"Census Tract 119, Bronx County, New York",5474,22.0,1581.0,32.0,12.0,0.0,3749.0,New York City,False,-0.683,2.844,0.084,-0.47,-2.742,0.0,+40.8232738,-073.8895720 +36005012101,"Census Tract 121.01, Bronx County, New York",2970,99.0,842.0,7.0,29.0,0.0,1905.0,New York City,False,1.7,2.638,-0.007,0.559,-7.819,0.0,+40.8282758,-073.8888941 +36005012102,"Census Tract 121.02, Bronx County, New York",1561,16.0,202.0,0.0,0.0,0.0,1337.0,New York City,False,0.222,-3.675,-0.062,-0.062,4.18,0.0,+40.8260035,-073.8879696 +36005012300,"Census Tract 123, Bronx County, New York",3995,69.0,1190.0,3.0,39.0,0.0,2683.0,New York City,False,0.152,6.802,-0.096,0.36,-7.322,-0.137,+40.8301150,-073.8860075 +36005012500,"Census Tract 125, Bronx County, New York",4510,59.0,1380.0,56.0,77.0,0.0,2952.0,New York City,False,-0.057,-6.609,0.978,-0.891,8.344,0.0,+40.8286360,-073.8935227 +36005012701,"Census Tract 127.01, Bronx County, New York",1982,46.0,390.0,29.0,77.0,0.0,1440.0,New York City,False,0.502,-3.537,1.463,2.196,-0.624,0.0,+40.8256346,-073.8923283 +36005012901,"Census Tract 129.01, Bronx County, New York",4504,67.0,1539.0,0.0,38.0,0.0,2803.0,New York City,False,0.315,5.871,-0.257,-0.072,-6.974,0.0,+40.8226294,-073.8987340 +36005013000,"Census Tract 130, Bronx County, New York",1520,637.0,52.0,0.0,0.0,0.0,826.0,New York City,False,-19.076,2.742,0.0,-0.763,22.62,0.0,+40.8193055,-073.8147485 +36005013100,"Census Tract 131, Bronx County, New York",5240,30.0,1641.0,0.0,7.0,0.0,3518.0,New York City,False,-0.137,-1.959,-0.54,0.049,2.573,-0.085,+40.8259541,-073.8978983 +36005013200,"Census Tract 132, Bronx County, New York",7202,2002.0,1028.0,0.0,333.0,0.0,3799.0,New York City,False,-29.408,10.49,-0.212,0.628,18.708,-0.035,+40.8092732,-073.8185512 +36005013300,"Census Tract 133, Bronx County, New York",5934,65.0,1934.0,229.0,237.0,0.0,3446.0,New York City,False,0.483,-14.373,3.727,3.696,6.212,0.0,+40.8228226,-073.9034850 +36005013500,"Census Tract 135, Bronx County, New York",3717,19.0,1285.0,11.0,0.0,0.0,2337.0,New York City,False,-0.065,-19.14,-0.024,-0.48,18.183,-0.128,+40.8271333,-073.9020964 +36005013800,"Census Tract 138, Bronx County, New York",2480,1624.0,85.0,0.0,132.0,0.0,619.0,New York City,False,1.206,1.623,-0.103,1.302,-4.061,0.0,+40.8217344,-073.7909998 +36005014100,"Census Tract 141, Bronx County, New York",5795,22.0,2063.0,48.0,17.0,0.0,3605.0,New York City,False,-1.583,-0.452,0.396,-0.188,1.526,0.0,+40.8237653,-073.9122950 +36005014300,"Census Tract 143, Bronx County, New York",1193,62.0,663.0,0.0,37.0,0.0,407.0,New York City,False,3.851,7.716,0.0,2.979,-16.557,0.0,+40.8277474,-073.9121298 +36005014400,"Census Tract 144, Bronx County, New York",5417,189.0,1856.0,0.0,111.0,0.0,3249.0,New York City,False,-5.854,-2.497,-0.468,0.749,8.126,-0.035,+40.8212570,-073.8233396 +36005014500,"Census Tract 145, Bronx County, New York",7919,101.0,2989.0,52.0,7.0,0.0,4696.0,New York City,False,0.414,-17.339,-0.04,-0.138,16.311,-0.082,+40.8315110,-073.9070315 +36005014701,"Census Tract 147.01, Bronx County, New York",7637,43.0,3440.0,0.0,0.0,0.0,4154.0,New York City,False,-0.206,-5.382,-0.256,-0.348,6.384,0.0,+40.8342262,-073.9053292 +36005014702,"Census Tract 147.02, Bronx County, New York",5511,80.0,2206.0,48.0,0.0,0.0,3184.0,New York City,False,0.683,-10.397,0.615,-0.348,9.766,0.0,+40.8365350,-073.9043914 +36005014900,"Census Tract 149, Bronx County, New York",4423,107.0,1688.0,0.0,13.0,0.0,2594.0,New York City,False,0.838,-9.928,-0.409,0.049,9.166,0.0,+40.8326100,-073.9014822 +36005015100,"Census Tract 151, Bronx County, New York",5086,49.0,2274.0,0.0,0.0,0.0,2723.0,New York City,False,0.162,-8.083,-0.401,-0.548,9.052,0.0,+40.8310843,-073.8984813 +36005015200,"Census Tract 152, Bronx County, New York",2828,720.0,226.0,0.0,122.0,0.0,1735.0,New York City,False,-31.341,6.16,-0.044,2.816,23.689,0.0,+40.8263809,-073.8249096 +36005015300,"Census Tract 153, Bronx County, New York",4847,54.0,2131.0,0.0,47.0,0.0,2615.0,New York City,False,0.0,-6.609,-0.405,0.531,6.821,-0.068,+40.8334809,-073.8941430 +36005015500,"Census Tract 155, Bronx County, New York",3016,10.0,472.0,0.0,42.0,0.0,2483.0,New York City,False,-0.424,-8.064,-0.432,0.781,8.021,0.0,+40.8355262,-073.8899864 +36005015700,"Census Tract 157, Bronx County, New York",4515,36.0,980.0,0.0,66.0,0.0,3433.0,New York City,False,-0.35,-16.979,-0.252,0.93,16.762,0.0,+40.8329991,-073.8854500 +36005015800,"Census Tract 158, Bronx County, New York",1234,446.0,75.0,0.0,24.0,0.0,659.0,New York City,False,-29.918,4.839,-0.083,-1.854,25.576,0.0,+40.8248672,-073.8186182 +36005015900,"Census Tract 159, Bronx County, New York",1862,11.0,96.0,19.0,18.0,0.0,1731.0,New York City,False,0.038,-5.213,0.79,0.46,4.808,0.0,+40.8223738,-073.8935545 +36005016000,"Census Tract 160, Bronx County, New York",3760,2247.0,64.0,0.0,90.0,0.0,1275.0,New York City,False,-26.575,1.221,-0.058,1.335,22.247,0.0,+40.8318544,-073.8006782 +36005016100,"Census Tract 161, Bronx County, New York",4417,9.0,1284.0,0.0,0.0,0.0,3124.0,New York City,False,-0.448,-8.301,-0.358,-0.336,9.675,0.0,+40.8368465,-073.8850152 +36005016200,"Census Tract 162, Bronx County, New York",1984,766.0,88.0,43.0,7.0,0.0,1070.0,New York City,False,-31.723,2.341,1.818,-1.974,30.08,0.0,+40.8288502,-073.8217592 +36005016300,"Census Tract 163, Bronx County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.8385645,-073.8949709 +36005016400,"Census Tract 164, Bronx County, New York",1031,696.0,69.0,0.0,0.0,0.0,266.0,New York City,False,-14.176,5.785,0.0,-1.898,10.288,0.0,+40.8322025,-073.8248470 +36005016500,"Census Tract 165, Bronx County, New York",996,0.0,412.0,0.0,7.0,0.0,577.0,New York City,False,-0.965,-8.193,-0.483,0.381,10.064,-0.08,+40.8431089,-073.9002773 +36005016600,"Census Tract 166, Bronx County, New York",2324,624.0,100.0,0.0,170.0,0.0,1362.0,New York City,False,-29.62,1.546,-0.178,4.336,23.39,0.0,+40.8295292,-073.8301840 +36005016700,"Census Tract 167, Bronx County, New York",3269,20.0,1356.0,17.0,0.0,0.0,1862.0,New York City,True,0.338,-1.604,0.52,-0.165,0.537,-0.11,+40.8404808,-073.9021708 +36005016900,"Census Tract 169, Bronx County, New York",1440,35.0,731.0,0.0,0.0,0.0,674.0,New York City,False,1.206,-5.75,-0.445,-0.612,5.603,0.0,+40.8377899,-073.9027247 +36005017100,"Census Tract 171, Bronx County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.8404231,-073.9075041 +36005017300,"Census Tract 173, Bronx County, New York",5615,71.0,1121.0,10.0,374.0,0.0,4003.0,New York City,False,0.459,-24.418,-0.359,6.331,17.78,-0.021,+40.8262960,-073.9165227 +36005017500,"Census Tract 175, Bronx County, New York",7140,72.0,2270.0,329.0,14.0,0.0,4356.0,New York City,False,0.436,-15.47,4.082,-0.716,10.807,-0.046,+40.8308225,-073.9136512 +36005017701,"Census Tract 177.01, Bronx County, New York",4857,36.0,1346.0,0.0,8.0,0.0,3442.0,New York City,False,-1.722,-22.035,-0.32,-0.365,24.149,0.0,+40.8331958,-073.9111774 +36005017702,"Census Tract 177.02, Bronx County, New York",5522,61.0,1634.0,0.0,110.0,0.0,3529.0,New York City,True,-1.358,-20.157,-0.32,1.462,17.19,0.0,+40.8361776,-073.9095498 +36005017901,"Census Tract 179.01, Bronx County, New York",5071,15.0,1106.0,226.0,77.0,0.0,3687.0,New York City,False,-0.908,-10.056,3.606,0.339,8.185,-0.036,+40.8348350,-073.9151867 +36005017902,"Census Tract 179.02, Bronx County, New York",4007,45.0,1472.0,59.0,0.0,0.0,2383.0,New York City,False,-0.081,4.87,0.621,-1.179,-5.052,-0.036,+40.8370142,-073.9134989 +36005018101,"Census Tract 181.01, Bronx County, New York",2973,2.0,1103.0,0.0,0.0,0.0,1836.0,New York City,False,-1.601,-9.989,-0.292,-2.869,14.071,0.0,+40.8316074,-073.9161112 +36005018102,"Census Tract 181.02, Bronx County, New York",6247,173.0,2232.0,0.0,253.0,0.0,3501.0,New York City,False,1.101,-11.361,-0.292,1.181,8.358,0.0,+40.8322650,-073.9181384 +36005018301,"Census Tract 183.01, Bronx County, New York",3971,121.0,1516.0,8.0,258.0,0.0,2011.0,New York City,True,1.28,-7.34,-0.36,4.718,1.722,-0.012,+40.8286371,-073.9208133 +36005018302,"Census Tract 183.02, Bronx County, New York",3589,101.0,1215.0,22.0,15.0,0.0,2224.0,New York City,False,1.047,-11.664,0.052,-1.361,13.047,-0.012,+40.8279119,-073.9187521 +36005018400,"Census Tract 184, Bronx County, New York",3780,2047.0,66.0,0.0,38.0,13.0,1564.0,New York City,False,-28.743,1.394,-0.108,-0.7,27.925,0.344,+40.8374159,-073.8292813 +36005018500,"Census Tract 185, Bronx County, New York",8449,93.0,3639.0,146.0,0.0,0.0,4579.0,New York City,False,-0.078,-10.046,1.37,-0.126,9.164,0.0,+40.8267039,-073.9074700 +36005018900,"Census Tract 189, Bronx County, New York",8518,186.0,2256.0,17.0,0.0,0.0,6015.0,New York City,False,0.298,-11.015,0.021,-1.019,11.763,-0.014,+40.8317231,-073.9302072 +36005019300,"Census Tract 193, Bronx County, New York",5853,16.0,2070.0,31.0,14.0,0.0,3722.0,New York City,False,-0.631,-6.644,0.375,0.088,7.662,-0.001,+40.8363471,-073.9293230 +36005019400,"Census Tract 194, Bronx County, New York",2291,417.0,287.0,13.0,45.0,9.0,1456.0,New York City,False,-29.517,10.066,-0.093,-1.757,19.255,0.393,+40.8330686,-073.8363043 +36005019500,"Census Tract 195, Bronx County, New York",7352,63.0,1783.0,0.0,14.0,0.0,5384.0,New York City,False,-0.835,-4.054,-0.601,-1.27,6.342,0.0,+40.8304774,-073.9225235 +36005019700,"Census Tract 197, Bronx County, New York",7489,46.0,1436.0,68.0,559.0,30.0,5209.0,New York City,False,-0.34,-5.316,0.096,2.912,1.745,0.401,+40.8352051,-073.9199778 +36005019900,"Census Tract 199, Bronx County, New York",8763,173.0,2487.0,0.0,0.0,0.0,5994.0,New York City,False,1.238,-7.177,-0.241,-0.876,6.244,-0.013,+40.8367437,-073.9254470 +36005020000,"Census Tract 200, Bronx County, New York",4671,96.0,235.0,57.0,1420.0,19.0,2883.0,New York City,False,-15.94,0.858,0.952,8.172,8.614,0.407,+40.8428349,-073.8455162 +36005020100,"Census Tract 201, Bronx County, New York",4909,199.0,1359.0,0.0,27.0,0.0,3324.0,New York City,False,2.498,-13.658,-0.33,0.083,11.682,0.0,+40.8421663,-073.9269523 +36005020200,"Census Tract 202, Bronx County, New York",2257,191.0,354.0,0.0,300.0,0.0,1362.0,New York City,False,-13.302,7.571,-0.822,1.45,6.125,0.0,+40.8384912,-073.8475792 +36005020400,"Census Tract 204, Bronx County, New York",3264,278.0,255.0,0.0,355.0,0.0,2333.0,New York City,False,-9.93,-2.07,-0.416,0.092,14.438,0.0,+40.8408659,-073.8508567 +36005020501,"Census Tract 205.01, Bronx County, New York",7400,14.0,2117.0,150.0,17.0,0.0,5252.0,New York City,False,-1.09,-19.615,1.683,-0.243,21.646,-0.032,+40.8474409,-073.9236597 +36005020502,"Census Tract 205.02, Bronx County, New York",2034,20.0,668.0,0.0,5.0,0.0,1337.0,New York City,False,-0.295,-15.391,-0.344,-0.227,16.415,-0.032,+40.8513770,-073.9194800 +36005020601,"Census Tract 206.01, Bronx County, New York",2816,113.0,310.0,0.0,890.0,0.0,1142.0,New York City,False,-15.229,-1.328,-0.295,19.479,-9.635,0.0,+40.8366476,-073.8505404 +36005020900,"Census Tract 209, Bronx County, New York",4784,117.0,1733.0,0.0,0.0,0.0,2902.0,New York City,False,1.298,8.694,-0.399,-0.918,-8.402,0.0,+40.8430704,-073.9150173 +36005021001,"Census Tract 210.01, Bronx County, New York",9511,197.0,4321.0,69.0,631.0,0.0,4112.0,New York City,False,-3.826,-9.617,0.383,2.869,8.85,0.0,+40.8408055,-073.8582794 +36005021002,"Census Tract 210.02, Bronx County, New York",7201,81.0,3743.0,0.0,1199.0,0.0,2091.0,New York City,False,-4.772,-3.07,-0.342,12.885,-5.346,0.0,+40.8384785,-073.8565158 +36005021100,"Census Tract 211, Bronx County, New York",5157,11.0,1934.0,20.0,6.0,0.0,3184.0,New York City,False,-0.758,-0.163,0.123,-0.215,1.436,0.0,+40.8404336,-073.9235034 +36005021200,"Census Tract 212, Bronx County, New York",5202,57.0,1976.0,35.0,1179.0,0.0,1860.0,New York City,False,-4.217,-7.925,0.291,9.916,0.568,-0.038,+40.8361273,-073.8589637 +36005021301,"Census Tract 213.01, Bronx County, New York",1160,65.0,144.0,0.0,0.0,5.0,946.0,New York City,False,5.125,-10.947,-0.273,-1.093,7.303,0.431,+40.8454981,-073.9199477 +36005021302,"Census Tract 213.02, Bronx County, New York",6337,41.0,2624.0,0.0,71.0,0.0,3601.0,New York City,False,-0.031,0.438,-0.1,0.969,-0.899,0.0,+40.8430165,-073.9203419 +36005021501,"Census Tract 215.01, Bronx County, New York",4887,12.0,1221.0,8.0,0.0,0.0,3623.0,New York City,False,-0.377,-10.625,0.028,-0.108,11.344,0.0,+40.8494660,-073.9182452 +36005021502,"Census Tract 215.02, Bronx County, New York",6687,29.0,1568.0,10.0,0.0,0.0,5050.0,New York City,False,-0.681,-12.874,-0.222,-0.164,13.879,-0.03,+40.8480444,-073.9167104 +36005021601,"Census Tract 216.01, Bronx County, New York",4428,391.0,995.0,39.0,170.0,0.0,2632.0,New York City,False,-0.757,3.112,0.42,-0.332,-4.976,0.0,+40.8375386,-073.8648221 +36005021602,"Census Tract 216.02, Bronx County, New York",5617,47.0,1692.0,57.0,1330.0,0.0,2235.0,New York City,False,-4.925,-17.487,0.75,15.006,2.892,-0.057,+40.8371927,-073.8622719 +36005021700,"Census Tract 217, Bronx County, New York",5438,58.0,2483.0,32.0,21.0,7.0,2837.0,New York City,False,-0.121,-0.529,0.449,-0.208,0.913,0.089,+40.8481818,-073.9133082 +36005021800,"Census Tract 218, Bronx County, New York",6765,189.0,1946.0,0.0,159.0,0.0,4452.0,New York City,False,-3.057,0.833,-0.301,-1.892,4.693,-0.105,+40.8374070,-073.8697403 +36005021900,"Census Tract 219, Bronx County, New York",1118,18.0,26.0,6.0,4.0,0.0,1064.0,New York City,False,-0.15,-19.939,0.231,-1.861,23.632,0.0,+40.8396448,-073.9196221 +36005022000,"Census Tract 220, Bronx County, New York",2410,43.0,564.0,0.0,162.0,0.0,1631.0,New York City,False,0.054,6.17,-0.623,2.985,-7.757,-0.069,+40.8434766,-073.8723175 +36005022101,"Census Tract 221.01, Bronx County, New York",3927,5.0,667.0,0.0,182.0,0.0,3017.0,New York City,False,-1.78,-2.773,-0.746,3.154,2.046,0.0,+40.8382778,-073.9181232 +36005022102,"Census Tract 221.02, Bronx County, New York",5453,76.0,849.0,9.0,29.0,0.0,4287.0,New York City,False,-0.513,-4.189,-0.581,-0.949,3.836,0.0,+40.8376586,-073.9160957 +36005022200,"Census Tract 222, Bronx County, New York",3262,191.0,423.0,6.0,700.0,0.0,1841.0,New York City,False,-5.19,2.022,-0.114,10.91,-8.311,0.0,+40.8356878,-073.8552050 +36005022300,"Census Tract 223, Bronx County, New York",5275,95.0,733.0,0.0,11.0,0.0,4222.0,New York City,False,0.644,-13.309,-0.372,-0.814,10.817,0.0,+40.8405251,-073.9150885 +36005022401,"Census Tract 224.01, Bronx County, New York",2625,225.0,597.0,21.0,244.0,0.0,1469.0,New York City,True,-19.891,10.545,0.416,2.314,5.636,0.0,+40.8550184,-073.8685096 +36005022403,"Census Tract 224.03, Bronx County, New York",3651,455.0,597.0,27.0,0.0,0.0,2526.0,New York City,False,-18.224,2.265,0.347,-7.044,24.133,-0.098,+40.8564763,-073.8654305 +36005022404,"Census Tract 224.04, Bronx County, New York",4186,996.0,930.0,117.0,307.0,0.0,1798.0,New York City,True,-6.892,8.13,2.402,0.29,-2.101,-0.098,+40.8527445,-073.8663009 +36005022500,"Census Tract 225, Bronx County, New York",8570,84.0,2370.0,31.0,190.0,0.0,5913.0,New York City,False,-0.146,-8.975,0.102,1.553,8.081,-0.014,+40.8401399,-073.9109720 +36005022701,"Census Tract 227.01, Bronx County, New York",5702,90.0,1865.0,0.0,160.0,0.0,3569.0,New York City,False,0.326,-5.797,-0.099,2.411,3.303,0.0,+40.8468498,-073.9110148 +36005022702,"Census Tract 227.02, Bronx County, New York",1534,0.0,436.0,0.0,118.0,0.0,955.0,New York City,False,-1.172,-1.839,-0.171,3.084,-0.432,-0.056,+40.8445224,-073.9132321 +36005022703,"Census Tract 227.03, Bronx County, New York",1841,130.0,348.0,0.0,237.0,0.0,1113.0,New York City,False,5.61,-6.712,-0.631,1.453,0.771,0.0,+40.8440365,-073.9105204 +36005022800,"Census Tract 228, Bronx County, New York",6023,1156.0,1070.0,0.0,550.0,0.0,3208.0,New York City,False,-14.552,5.839,-0.571,-3.38,13.973,0.0,+40.8534896,-073.8635363 +36005022901,"Census Tract 229.01, Bronx County, New York",5922,157.0,1737.0,60.0,61.0,18.0,3652.0,New York City,False,0.862,3.843,0.192,-2.531,-2.094,0.304,+40.8460928,-073.9072191 +36005022902,"Census Tract 229.02, Bronx County, New York",3537,30.0,985.0,0.0,7.0,0.0,2431.0,New York City,False,0.173,-4.928,-0.161,-1.923,5.396,0.0,+40.8437952,-073.9071529 +36005023000,"Census Tract 230, Bronx County, New York",2974,732.0,315.0,83.0,262.0,0.0,1570.0,New York City,False,0.793,-0.773,2.355,0.023,-0.223,0.0,+40.8492873,-073.8660154 +36005023100,"Census Tract 231, Bronx County, New York",1570,47.0,614.0,0.0,0.0,0.0,909.0,New York City,False,1.132,10.12,-0.124,-0.621,-9.762,0.0,+40.8462192,-073.9024562 +36005023200,"Census Tract 232, Bronx County, New York",2804,730.0,203.0,27.0,139.0,0.0,1670.0,New York City,False,-10.7,1.282,0.92,-2.801,15.323,0.0,+40.8469746,-073.8633164 +36005023301,"Census Tract 233.01, Bronx County, New York",3919,0.0,1249.0,15.0,14.0,0.0,2631.0,New York City,False,-1.424,-3.626,0.302,-0.619,5.987,-0.061,+40.8495612,-073.9087543 +36005023302,"Census Tract 233.02, Bronx County, New York",3647,44.0,613.0,4.0,62.0,0.0,2928.0,New York City,False,-0.797,-11.203,-0.229,-4.111,17.041,0.0,+40.8481852,-073.9047291 +36005023501,"Census Tract 235.01, Bronx County, New York",3235,23.0,521.0,7.0,32.0,0.0,2550.0,New York City,False,-0.674,-8.458,-0.079,-2.711,10.652,-0.023,+40.8521471,-073.9045719 +36005023502,"Census Tract 235.02, Bronx County, New York",4781,117.0,625.0,7.0,42.0,0.0,3942.0,New York City,False,0.13,-6.703,-0.916,-2.309,10.396,0.0,+40.8512926,-073.9034696 +36005023600,"Census Tract 236, Bronx County, New York",2110,656.0,193.0,0.0,135.0,0.0,1126.0,New York City,False,8.346,-2.973,-0.267,1.913,-4.51,0.0,+40.8450907,-073.8672583 +36005023702,"Census Tract 237.02, Bronx County, New York",1203,15.0,242.0,13.0,3.0,0.0,943.0,New York City,False,-1.806,-1.914,0.421,-0.494,5.367,0.0,+40.8606441,-073.8973195 +36005023703,"Census Tract 237.03, Bronx County, New York",5746,179.0,1089.0,17.0,108.0,0.0,4340.0,New York City,False,1.134,-7.594,-0.04,0.93,6.154,0.0,+40.8600426,-073.8995706 +36005023704,"Census Tract 237.04, Bronx County, New York",4295,20.0,794.0,30.0,17.0,0.0,3410.0,New York City,False,-1.515,-8.059,0.362,-0.554,10.018,0.0,+40.8562675,-073.9019054 +36005023800,"Census Tract 238, Bronx County, New York",2551,338.0,504.0,14.0,185.0,0.0,1490.0,New York City,False,-24.266,13.89,0.378,1.984,11.299,0.0,+40.8437081,-073.8610936 +36005023900,"Census Tract 239, Bronx County, New York",7547,0.0,1482.0,50.0,75.0,0.0,5763.0,New York City,False,-1.359,-5.863,0.292,-0.365,5.667,0.0,+40.8589133,-073.9028682 +36005024000,"Census Tract 240, Bronx County, New York",3986,189.0,1006.0,0.0,66.0,0.0,2696.0,New York City,False,-4.653,3.736,-0.485,-1.799,3.616,-0.057,+40.8416234,-073.8688760 +36005024100,"Census Tract 241, Bronx County, New York",6378,202.0,1825.0,18.0,30.0,0.0,4259.0,New York City,False,2.092,-0.118,0.03,-0.135,-2.225,-0.084,+40.8531471,-073.9061863 +36005024300,"Census Tract 243, Bronx County, New York",5446,43.0,1488.0,46.0,224.0,0.0,3647.0,New York City,False,0.144,-5.696,0.679,3.781,1.685,-0.074,+40.8524282,-073.9115345 +36005024400,"Census Tract 244, Bronx County, New York",2276,864.0,104.0,19.0,96.0,0.0,1193.0,New York City,False,-30.882,4.137,0.787,-2.647,30.141,0.0,+40.8462265,-073.8575198 +36005024501,"Census Tract 245.01, Bronx County, New York",5601,12.0,1031.0,0.0,57.0,0.0,4457.0,New York City,False,-1.308,-13.993,-0.422,0.62,14.856,0.0,+40.8528793,-073.9154618 +36005024502,"Census Tract 245.02, Bronx County, New York",3882,25.0,963.0,65.0,0.0,0.0,2893.0,New York City,False,-0.878,-7.593,1.252,-0.398,9.804,0.0,+40.8551094,-073.9135653 +36005024600,"Census Tract 246, Bronx County, New York",2365,932.0,93.0,0.0,418.0,0.0,915.0,New York City,False,-23.392,1.056,-0.048,6.84,16.925,0.0,+40.8516098,-073.8611557 +36005024700,"Census Tract 247, Bronx County, New York",1884,26.0,806.0,0.0,36.0,0.0,1016.0,New York City,False,-0.561,-12.7,-0.123,-0.697,14.316,-0.004,+40.8551123,-073.9187947 +36005024800,"Census Tract 248, Bronx County, New York",2998,1414.0,374.0,28.0,292.0,0.0,899.0,New York City,False,-19.83,8.253,0.503,2.652,12.36,-0.216,+40.8553409,-073.8584097 +36005024900,"Census Tract 249, Bronx County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.8574375,-073.9131413 +36005025000,"Census Tract 250, Bronx County, New York",2716,1361.0,36.0,0.0,393.0,0.0,882.0,New York City,False,-30.865,1.151,-0.044,8.506,22.113,0.0,+40.8517064,-073.8557006 +36005025100,"Census Tract 251, Bronx County, New York",6732,3.0,1198.0,0.0,794.0,0.0,4694.0,New York City,False,-1.341,-13.85,-0.587,6.628,8.874,-0.015,+40.8565412,-073.9077336 +36005025200,"Census Tract 252, Bronx County, New York",2780,1200.0,142.0,75.0,340.0,0.0,1027.0,New York City,False,-31.432,3.494,2.615,6.603,20.475,-0.207,+40.8471320,-073.8549662 +36005025300,"Census Tract 253, Bronx County, New York",6279,39.0,895.0,63.0,285.0,0.0,4852.0,New York City,False,-1.488,-7.192,0.769,-0.6,6.826,0.0,+40.8610069,-073.9045549 +36005025400,"Census Tract 254, Bronx County, New York",2325,1346.0,80.0,27.0,201.0,0.0,631.0,New York City,False,-25.035,2.593,0.949,1.646,18.603,0.0,+40.8484985,-073.8524773 +36005025500,"Census Tract 255, Bronx County, New York",6523,227.0,747.0,209.0,0.0,0.0,5468.0,New York City,False,-0.205,-9.136,2.96,-4.568,13.337,0.0,+40.8605351,-073.9089405 +36005025600,"Census Tract 256, Bronx County, New York",1536,410.0,203.0,0.0,178.0,0.0,729.0,New York City,False,-26.579,4.473,-0.232,6.783,15.845,0.0,+40.8443911,-073.8502190 +36005025700,"Census Tract 257, Bronx County, New York",1941,45.0,365.0,18.0,5.0,0.0,1505.0,New York City,False,-0.494,-12.84,0.621,-0.048,13.034,-0.061,+40.8603147,-073.9140946 +36005026100,"Census Tract 261, Bronx County, New York",1969,66.0,1014.0,3.0,45.0,0.0,814.0,New York City,False,-10.227,-10.994,0.086,0.373,19.917,0.0,+40.8666390,-073.9059021 +36005026300,"Census Tract 263, Bronx County, New York",5993,435.0,1063.0,178.0,0.0,0.0,4277.0,New York City,False,-2.306,-7.47,2.744,-5.014,12.367,0.0,+40.8647665,-073.9044669 +36005026400,"Census Tract 264, Bronx County, New York",5519,1875.0,357.0,0.0,596.0,0.0,2647.0,New York City,False,-39.432,5.698,-0.021,8.777,24.869,0.0,+40.8417813,-073.8320889 +36005026500,"Census Tract 265, Bronx County, New York",8499,309.0,667.0,0.0,434.0,0.0,6784.0,New York City,False,-3.235,-8.333,-0.357,-4.784,13.863,0.0,+40.8662234,-073.9002412 +36005026601,"Census Tract 266.01, Bronx County, New York",3377,1119.0,107.0,0.0,258.0,0.0,1862.0,New York City,False,-39.691,1.27,-0.167,4.243,34.692,0.0,+40.8474521,-073.8341053 +36005026602,"Census Tract 266.02, Bronx County, New York",5714,2040.0,482.0,91.0,130.0,0.0,2944.0,New York City,False,-29.452,4.352,1.251,-0.839,25.241,0.0,+40.8459730,-073.8306203 +36005026701,"Census Tract 267.01, Bronx County, New York",4101,97.0,392.0,102.0,674.0,0.0,2838.0,New York City,False,-4.793,-7.204,2.14,10.3,0.902,-0.009,+40.8693519,-073.9012276 +36005026702,"Census Tract 267.02, Bronx County, New York",7115,170.0,1083.0,8.0,82.0,0.0,5624.0,New York City,False,-4.769,-1.542,-0.235,-4.983,10.743,-0.009,+40.8722664,-073.9001190 +36005026900,"Census Tract 269, Bronx County, New York",3802,29.0,527.0,35.0,143.0,0.0,2996.0,New York City,False,-4.825,-12.396,0.799,0.564,15.111,-0.073,+40.8659029,-073.9094996 +36005027300,"Census Tract 273, Bronx County, New York",7732,275.0,1373.0,19.0,181.0,0.0,5774.0,New York City,False,-4.375,-2.021,-0.018,-0.945,7.247,0.0,+40.8738945,-073.9032292 +36005027401,"Census Tract 274.01, Bronx County, New York",4961,3593.0,67.0,0.0,161.0,0.0,1140.0,New York City,False,-17.586,1.104,-0.082,2.149,14.709,-0.012,+40.8404445,-073.8226303 +36005027402,"Census Tract 274.02, Bronx County, New York",3460,2463.0,27.0,0.0,107.0,0.0,797.0,New York City,False,-18.826,0.533,-0.082,1.996,14.765,-0.012,+40.8429776,-073.8125504 +36005027600,"Census Tract 276, Bronx County, New York",36,22.0,7.0,0.0,0.0,0.0,7.0,New York City,False,-10.318,19.444,0.0,0.0,-9.127,0.0,+40.8524507,-073.8209567 +36005027700,"Census Tract 277, Bronx County, New York",5674,562.0,700.0,115.0,153.0,0.0,4159.0,New York City,False,-1.876,-4.37,1.634,-2.042,7.631,0.0,+40.8784065,-073.9014634 +36005027900,"Census Tract 279, Bronx County, New York",7350,1213.0,927.0,147.0,351.0,0.0,4668.0,New York City,False,-20.826,-0.156,1.68,-3.397,23.479,0.0,+40.8825633,-073.8972804 +36005028100,"Census Tract 281, Bronx County, New York",4314,1241.0,769.0,31.0,98.0,19.0,2042.0,New York City,False,-23.534,2.606,0.431,-0.657,18.568,0.44,+40.8837896,-073.8906453 +36005028300,"Census Tract 283, Bronx County, New York",2927,285.0,758.0,0.0,0.0,0.0,1879.0,New York City,False,-3.259,-3.66,-0.446,-3.914,12.175,0.0,+40.8806361,-073.9025714 +36005028400,"Census Tract 284, Bronx County, New York",595,174.0,183.0,5.0,15.0,0.0,199.0,New York City,False,6.118,-11.357,0.607,0.11,1.4,0.0,+40.8494364,-073.8386905 +36005028500,"Census Tract 285, Bronx County, New York",3377,1672.0,98.0,17.0,323.0,0.0,1221.0,New York City,False,-4.936,-3.738,0.349,0.454,10.121,0.0,+40.8864295,-073.9025669 +36005028600,"Census Tract 286, Bronx County, New York",1284,725.0,14.0,0.0,125.0,0.0,389.0,New York City,False,-14.356,-1.355,-0.158,1.06,13.419,0.0,+40.8491849,-073.8477752 +36005028700,"Census Tract 287, Bronx County, New York",3332,970.0,314.0,21.0,210.0,0.0,1784.0,New York City,False,-2.702,0.845,0.503,-2.972,4.918,0.0,+40.8827147,-073.9046564 +36005028800,"Census Tract 288, Bronx County, New York",3274,2290.0,175.0,0.0,262.0,0.0,547.0,New York City,False,-10.779,4.367,-0.065,0.761,6.27,0.0,+40.8542921,-073.8514721 +36005028900,"Census Tract 289, Bronx County, New York",4646,777.0,216.0,0.0,125.0,0.0,3292.0,New York City,False,-15.184,-5.06,-0.367,-2.129,19.346,0.0,+40.8795600,-073.9073271 +36005029301,"Census Tract 293.01, Bronx County, New York",1835,1312.0,126.0,0.0,25.0,0.0,291.0,New York City,False,-4.238,-2.625,-0.056,-3.085,6.311,0.0,+40.8845021,-073.9272361 +36005029302,"Census Tract 293.02, Bronx County, New York",5838,3776.0,463.0,0.0,138.0,0.0,1313.0,New York City,False,-11.037,-1.421,-0.06,-2.195,12.94,0.0,+40.8792795,-073.9158619 +36005029500,"Census Tract 295, Bronx County, New York",4614,2600.0,540.0,0.0,246.0,0.0,1070.0,New York City,False,-11.55,4.941,-0.025,-2.436,6.331,-0.049,+40.8849350,-073.9085679 +36005029600,"Census Tract 296, Bronx County, New York",1650,403.0,325.0,19.0,486.0,0.0,411.0,New York City,False,-20.59,9.779,0.836,0.884,9.729,0.0,+40.8553721,-073.8450221 +36005029700,"Census Tract 297, Bronx County, New York",3791,2483.0,207.0,0.0,191.0,43.0,822.0,New York City,False,-9.634,0.397,-0.184,-2.989,12.003,1.134,+40.8849310,-073.9118383 +36005030000,"Census Tract 300, Bronx County, New York",5687,1914.0,360.0,0.0,729.0,0.0,2655.0,New York City,False,-34.188,4.641,-0.273,8.06,22.41,0.0,+40.8521940,-073.8312298 +36005030100,"Census Tract 301, Bronx County, New York",1314,684.0,100.0,0.0,57.0,0.0,447.0,New York City,False,-28.938,1.252,-0.265,0.762,25.475,0.0,+40.8832399,-073.9179338 +36005030200,"Census Tract 302, Bronx County, New York",9613,549.0,5917.0,0.0,116.0,0.0,2316.0,New York City,False,-7.195,-0.091,-0.237,0.316,0.344,-0.011,+40.8634527,-073.8224361 +36005030701,"Census Tract 307.01, Bronx County, New York",5580,4054.0,311.0,0.0,170.0,0.0,901.0,New York City,False,-12.397,2.142,-0.049,-0.639,8.981,0.0,+40.8931511,-073.9105743 +36005030900,"Census Tract 309, Bronx County, New York",3582,2574.0,166.0,19.0,129.0,0.0,654.0,New York City,False,-16.292,1.569,0.495,0.923,12.685,-0.027,+40.9010058,-073.9203668 +36005031000,"Census Tract 310, Bronx County, New York",4806,1520.0,1029.0,196.0,417.0,0.0,1725.0,New York City,False,-27.243,7.149,3.938,3.915,15.865,0.0,+40.8612380,-073.8360660 +36005031200,"Census Tract 312, Bronx County, New York",1779,671.0,461.0,0.0,308.0,0.0,284.0,New York City,False,-25.188,15.333,-0.319,10.685,-3.156,0.0,+40.8620616,-073.8424492 +36005031400,"Census Tract 314, Bronx County, New York",2228,839.0,269.0,0.0,255.0,0.0,807.0,New York City,False,-19.359,3.032,-0.445,3.392,13.988,-0.198,+40.8615367,-073.8455326 +36005031600,"Census Tract 316, Bronx County, New York",1899,709.0,148.0,0.0,281.0,0.0,719.0,New York City,False,-22.361,-2.661,-0.393,8.108,18.019,0.0,+40.8619716,-073.8487247 +36005031800,"Census Tract 318, Bronx County, New York",2001,720.0,492.0,23.0,143.0,0.0,646.0,New York City,False,-16.33,13.557,0.982,-3.829,8.161,0.0,+40.8619545,-073.8515677 +36005031900,"Census Tract 319, Bronx County, New York",636,367.0,78.0,0.0,30.0,0.0,157.0,New York City,False,-42.296,12.264,0.0,4.717,24.686,0.0,+40.9138727,-073.9111066 +36005032300,"Census Tract 323, Bronx County, New York",4423,2807.0,494.0,0.0,266.0,0.0,640.0,New York City,False,-3.1,-1.223,-0.173,0.637,0.016,-0.019,+40.9053418,-073.9075805 +36005032400,"Census Tract 324, Bronx County, New York",3173,332.0,623.0,0.0,27.0,0.0,2066.0,New York City,False,-16.182,-6.374,-0.106,-1.626,22.189,-0.035,+40.8613415,-073.8597052 +36005032600,"Census Tract 326, Bronx County, New York",3463,1593.0,333.0,6.0,793.0,0.0,703.0,New York City,False,-8.823,2.217,-0.576,9.911,-1.586,0.0,+40.8621878,-073.8554777 +36005032800,"Census Tract 328, Bronx County, New York",4005,477.0,943.0,62.0,447.0,0.0,2032.0,New York City,False,-23.828,4.318,1.319,6.157,13.653,0.0,+40.8617366,-073.8631301 +36005033000,"Census Tract 330, Bronx County, New York",5925,1840.0,863.0,0.0,46.0,0.0,3119.0,New York City,False,-5.67,-1.792,-0.333,-3.607,13.705,-0.039,+40.8616561,-073.8660255 +36005033201,"Census Tract 332.01, Bronx County, New York",4490,796.0,652.0,90.0,35.0,0.0,2886.0,New York City,True,-9.395,-7.175,1.757,-2.768,18.844,-0.012,+40.8594756,-073.8692323 +36005033202,"Census Tract 332.02, Bronx County, New York",4334,661.0,1164.0,0.0,51.0,0.0,2429.0,New York City,False,-11.872,5.161,-0.247,-2.371,10.613,-0.012,+40.8633818,-073.8689413 +36005033400,"Census Tract 334, Bronx County, New York",570,92.0,88.0,0.0,9.0,0.0,381.0,New York City,False,12.569,-39.472,-0.446,-6.903,36.038,0.0,+40.8600460,-073.8742257 +36005033500,"Census Tract 335, Bronx County, New York",2112,1486.0,118.0,0.0,126.0,0.0,332.0,New York City,False,-8.932,-0.02,-0.192,1.754,6.032,0.0,+40.8906400,-073.9070543 +36005033600,"Census Tract 336, Bronx County, New York",6822,221.0,2780.0,20.0,129.0,0.0,3629.0,New York City,False,-3.44,-5.909,-0.049,-1.921,11.13,0.0,+40.8684895,-073.8688853 +36005033700,"Census Tract 337, Bronx County, New York",2490,1614.0,195.0,8.0,152.0,0.0,396.0,New York City,False,-8.919,3.522,0.155,-2.278,4.131,0.0,+40.9063107,-073.9025182 +36005033800,"Census Tract 338, Bronx County, New York",4350,342.0,1454.0,52.0,335.0,0.0,2168.0,New York City,False,-3.339,-12.001,0.883,4.738,13.508,0.0,+40.8684380,-073.8658167 +36005034000,"Census Tract 340, Bronx County, New York",4984,255.0,1922.0,116.0,91.0,0.0,2422.0,New York City,False,-7.934,2.6,2.144,-0.995,1.578,0.0,+40.8684405,-073.8629232 +36005034200,"Census Tract 342, Bronx County, New York",2040,125.0,920.0,65.0,70.0,0.0,895.0,New York City,False,-8.289,-6.239,2.664,0.104,14.062,0.0,+40.8684165,-073.8600256 +36005034300,"Census Tract 343, Bronx County, New York",1609,618.0,297.0,0.0,2.0,0.0,661.0,New York City,False,-20.445,6.039,0.0,-6.182,19.616,0.0,+40.9096703,-073.8981740 +36005034400,"Census Tract 344, Bronx County, New York",2207,125.0,772.0,0.0,262.0,0.0,832.0,New York City,False,-9.951,-18.045,-1.106,7.837,13.495,0.0,+40.8683644,-073.8571317 +36005034500,"Census Tract 345, Bronx County, New York",3591,1827.0,278.0,0.0,561.0,0.0,893.0,New York City,False,-7.683,-2.375,-0.229,8.591,3.891,0.0,+40.9040602,-073.8986900 +36005034800,"Census Tract 348, Bronx County, New York",6776,159.0,3077.0,0.0,172.0,0.0,3250.0,New York City,False,-5.114,-11.392,-0.317,0.752,15.448,0.0,+40.8694471,-073.8530706 +36005035000,"Census Tract 350, Bronx County, New York",1951,58.0,1193.0,0.0,48.0,0.0,631.0,New York City,False,-5.519,-2.407,-0.316,-0.283,10.243,0.0,+40.8685221,-073.8482552 +36005035100,"Census Tract 351, Bronx County, New York",3628,2066.0,209.0,20.0,209.0,0.0,1074.0,New York City,False,-2.412,-5.736,0.224,-0.597,8.599,0.0,+40.8950697,-073.8999975 +36005035600,"Census Tract 356, Bronx County, New York",2400,71.0,1524.0,23.0,169.0,0.0,509.0,New York City,False,-2.735,-10.559,0.76,5.705,2.891,0.0,+40.8668995,-073.8360435 +36005035800,"Census Tract 358, Bronx County, New York",8115,190.0,5860.0,187.0,174.0,0.0,1616.0,New York City,False,-0.189,-12.651,2.131,1.421,8.551,0.0,+40.8739819,-073.8425963 +36005035900,"Census Tract 359, Bronx County, New York",2234,0.0,495.0,7.0,56.0,0.0,1683.0,New York City,False,-0.966,1.504,0.239,1.095,-0.89,0.0,+40.8402093,-073.8833847 +36005036000,"Census Tract 360, Bronx County, New York",2977,327.0,1243.0,0.0,355.0,0.0,964.0,New York City,False,-17.923,5.258,-0.448,7.993,3.579,0.0,+40.8668405,-073.8431182 +36005036100,"Census Tract 361, Bronx County, New York",5794,27.0,1565.0,0.0,3.0,0.0,4199.0,New York City,False,-0.107,-3.086,-0.159,-0.68,4.654,-0.048,+40.8422604,-073.8795761 +36005036300,"Census Tract 363, Bronx County, New York",8121,152.0,1412.0,30.0,0.0,23.0,6480.0,New York City,False,0.837,-2.534,0.095,-0.289,1.434,0.237,+40.8445438,-073.8827576 +36005036400,"Census Tract 364, Bronx County, New York",2474,0.0,1998.0,101.0,0.0,0.0,328.0,New York City,False,-0.815,-11.274,3.86,-0.63,7.33,0.0,+40.8736167,-073.8492139 +36005036501,"Census Tract 365.01, Bronx County, New York",4079,12.0,1654.0,13.0,0.0,0.0,2371.0,New York City,False,-0.349,-8.238,-0.207,-0.322,8.755,-0.029,+40.8454083,-073.8857769 +36005036502,"Census Tract 365.02, Bronx County, New York",2182,75.0,468.0,15.0,50.0,0.0,1589.0,New York City,False,2.098,-11.067,0.631,2.179,7.012,0.0,+40.8423877,-073.8878255 +36005036700,"Census Tract 367, Bronx County, New York",2592,40.0,708.0,2.0,0.0,0.0,1829.0,New York City,False,-0.076,-9.617,-0.193,-0.135,9.789,0.0,+40.8407640,-073.8893107 +36005036800,"Census Tract 368, Bronx County, New York",2152,42.0,1617.0,0.0,0.0,0.0,493.0,New York City,False,-1.745,-8.864,0.0,-2.231,13.285,0.0,+40.8753072,-073.8559420 +36005036901,"Census Tract 369.01, Bronx County, New York",2259,4.0,450.0,6.0,0.0,0.0,1793.0,New York City,False,-0.594,-7.466,-0.327,-0.296,8.95,0.0,+40.8443568,-073.8918829 +36005036902,"Census Tract 369.02, Bronx County, New York",2150,20.0,807.0,37.0,0.0,0.0,1323.0,New York City,False,-0.33,-8.709,1.581,-0.14,9.412,0.0,+40.8425596,-073.8929199 +36005037000,"Census Tract 370, Bronx County, New York",2307,88.0,1588.0,0.0,18.0,0.0,568.0,New York City,False,-3.019,-6.641,0.0,-1.166,10.639,-0.045,+40.8730921,-073.8590214 +36005037100,"Census Tract 371, Bronx County, New York",4308,90.0,1668.0,0.0,21.0,0.0,2427.0,New York City,False,0.835,-1.931,-0.093,0.092,-1.038,-0.023,+40.8472204,-073.8873781 +36005037200,"Census Tract 372, Bronx County, New York",2083,27.0,1265.0,0.0,51.0,0.0,602.0,New York City,False,-10.62,3.489,-0.504,-1.722,3.053,0.0,+40.8738025,-073.8632803 +36005037300,"Census Tract 373, Bronx County, New York",5858,138.0,2100.0,72.0,2.0,0.0,3583.0,New York City,False,0.397,-0.315,1.005,-0.068,0.082,0.0,+40.8486733,-073.8901415 +36005037400,"Census Tract 374, Bronx County, New York",3904,66.0,2032.0,0.0,147.0,0.0,1604.0,New York City,False,-3.907,-4.046,-0.227,0.639,6.502,-0.028,+40.8745379,-073.8666711 +36005037504,"Census Tract 375.04, Bronx County, New York",3470,72.0,1176.0,14.0,76.0,0.0,2146.0,New York City,False,-3.416,4.437,0.213,0.456,-0.908,-0.032,+40.8503062,-073.8926690 +36005037600,"Census Tract 376, Bronx County, New York",2257,111.0,852.0,16.0,48.0,0.0,1225.0,New York City,False,-2.36,-22.034,0.567,1.087,23.888,0.0,+40.8745386,-073.8692050 +36005037800,"Census Tract 378, Bronx County, New York",3260,92.0,1923.0,0.0,25.0,0.0,1220.0,New York City,False,-2.366,-1.549,-0.286,-0.95,5.974,0.0,+40.8797827,-073.8666133 +36005037900,"Census Tract 379, Bronx County, New York",5360,58.0,2595.0,10.0,122.0,0.0,2452.0,New York City,False,0.054,1.687,-0.564,1.445,-4.205,0.0,+40.8515742,-073.8987777 +36005038000,"Census Tract 380, Bronx County, New York",5225,67.0,3614.0,0.0,122.0,0.0,1347.0,New York City,False,-1.045,-13.339,-0.179,1.542,11.995,0.0,+40.8780880,-073.8624172 +36005038100,"Census Tract 381, Bronx County, New York",7175,40.0,1998.0,0.0,74.0,0.0,4884.0,New York City,False,-1.494,6.222,-0.969,-3.023,-1.697,0.0,+40.8520113,-073.9011562 +36005038200,"Census Tract 382, Bronx County, New York",2814,48.0,2073.0,0.0,38.0,0.0,640.0,New York City,False,-0.791,-8.994,-0.156,0.606,10.201,0.0,+40.8773120,-073.8547394 +36005038301,"Census Tract 383.01, Bronx County, New York",4842,65.0,1190.0,9.0,6.0,0.0,3509.0,New York City,False,-0.244,-12.657,-0.464,-1.068,13.92,-0.01,+40.8572074,-073.8985210 +36005038302,"Census Tract 383.02, Bronx County, New York",6034,39.0,2474.0,8.0,0.0,0.0,3456.0,New York City,False,-0.94,3.767,-0.517,-1.192,-1.275,-0.01,+40.8574543,-073.8950057 +36005038500,"Census Tract 385, Bronx County, New York",4757,43.0,1530.0,26.0,0.0,0.0,3111.0,New York City,False,-1.405,6.445,0.252,-0.319,-5.42,0.0,+40.8561826,-073.8925056 +36005038600,"Census Tract 386, Bronx County, New York",8408,69.0,6792.0,0.0,802.0,105.0,523.0,New York City,False,-0.962,-5.251,-0.197,9.16,-5.194,1.249,+40.8796354,-073.8484001 +36005038700,"Census Tract 387, Bronx County, New York",3630,662.0,571.0,0.0,17.0,0.0,2341.0,New York City,False,-1.28,-9.417,-0.206,-2.097,14.814,0.0,+40.8580753,-073.8892309 +36005038800,"Census Tract 388, Bronx County, New York",2528,34.0,1951.0,0.0,26.0,0.0,501.0,New York City,False,-0.551,-12.083,-0.084,0.523,11.73,0.0,+40.8795982,-073.8553665 +36005038900,"Census Tract 389, Bronx County, New York",6040,1505.0,595.0,58.0,114.0,0.0,3780.0,New York City,False,-5.118,0.439,0.763,-1.755,8.7,0.0,+40.8564000,-073.8849976 +36005039000,"Census Tract 390, Bronx County, New York",2515,80.0,1916.0,0.0,59.0,0.0,460.0,New York City,False,0.507,-6.569,-0.388,0.834,6.352,0.0,+40.8812352,-073.8607600 +36005039100,"Census Tract 391, Bronx County, New York",7089,638.0,884.0,0.0,133.0,0.0,5287.0,New York City,False,-6.631,1.186,-0.455,-1.577,7.521,-0.047,+40.8531197,-073.8871234 +36005039200,"Census Tract 392, Bronx County, New York",1738,32.0,1108.0,0.0,0.0,0.0,504.0,New York City,False,-1.83,-10.922,-0.062,-2.614,10.393,0.0,+40.8832885,-073.8647381 +36005039300,"Census Tract 393, Bronx County, New York",9292,316.0,2271.0,0.0,56.0,0.0,6504.0,New York City,False,-7.387,-7.393,-0.621,-0.458,14.803,0.0,+40.8524975,-073.8831437 +36005039400,"Census Tract 394, Bronx County, New York",5143,136.0,3236.0,107.0,0.0,0.0,1658.0,New York City,False,-3.689,-1.823,1.721,-1.482,5.739,-0.022,+40.8864792,-073.8633993 +36005039500,"Census Tract 395, Bronx County, New York",4327,56.0,1673.0,57.0,30.0,0.0,2511.0,New York City,False,-0.112,9.959,0.702,-0.244,-9.778,-0.029,+40.8481986,-073.8966814 +36005039600,"Census Tract 396, Bronx County, New York",4743,45.0,3891.0,0.0,23.0,0.0,662.0,New York City,False,-0.522,-1.316,-0.206,-0.839,0.898,0.0,+40.8844238,-073.8589556 +36005039700,"Census Tract 397, Bronx County, New York",3939,2325.0,243.0,0.0,220.0,0.0,1073.0,New York City,False,-1.859,-0.857,-0.204,0.782,0.285,0.0,+40.8618648,-073.8853878 +36005039800,"Census Tract 398, Bronx County, New York",3442,130.0,3019.0,0.0,64.0,0.0,229.0,New York City,False,2.875,-5.216,-0.072,1.209,1.853,0.0,+40.8826970,-073.8534698 +36005039901,"Census Tract 399.01, Bronx County, New York",5983,114.0,923.0,47.0,310.0,0.0,4505.0,New York City,False,-2.996,-5.132,0.137,-4.999,13.243,-0.036,+40.8635111,-073.8936406 +36005039902,"Census Tract 399.02, Bronx County, New York",5375,534.0,695.0,74.0,0.0,31.0,4044.0,New York City,False,7.475,-14.751,0.772,-6.169,13.342,0.517,+40.8604238,-073.8947649 +36005040100,"Census Tract 401, Bronx County, New York",4425,106.0,433.0,0.0,202.0,0.0,3654.0,New York City,False,-7.431,-10.396,-0.358,-0.697,19.845,-0.151,+40.8646118,-073.8976516 +36005040302,"Census Tract 403.02, Bronx County, New York",4438,73.0,821.0,83.0,203.0,0.0,3262.0,New York City,False,-1.295,6.103,1.541,-0.867,-4.383,0.0,+40.8678463,-073.8921974 +36005040303,"Census Tract 403.03, Bronx County, New York",5149,142.0,795.0,208.0,187.0,0.0,3741.0,New York City,False,-2.161,-2.006,3.666,-2.935,3.071,-0.012,+40.8696839,-073.8934711 +36005040304,"Census Tract 403.04, Bronx County, New York",4009,65.0,110.0,7.0,210.0,0.0,3608.0,New York City,False,-3.298,-14.702,-0.199,-1.329,20.414,-0.012,+40.8676699,-073.8951873 +36005040400,"Census Tract 404, Bronx County, New York",3483,60.0,2938.0,0.0,0.0,32.0,409.0,New York City,False,0.759,-5.179,-0.207,-0.551,3.341,0.919,+40.8861691,-073.8513487 +36005040501,"Census Tract 405.01, Bronx County, New York",4521,111.0,421.0,0.0,231.0,0.0,3702.0,New York City,False,-1.106,-17.509,-0.546,1.772,17.956,0.0,+40.8671293,-073.8909324 +36005040502,"Census Tract 405.02, Bronx County, New York",7172,95.0,2165.0,16.0,134.0,0.0,4710.0,New York City,False,-2.236,3.366,-0.323,-1.469,1.743,0.0,+40.8658780,-073.8889613 +36005040600,"Census Tract 406, Bronx County, New York",3870,1.0,3020.0,0.0,59.0,0.0,764.0,New York City,False,-1.828,-3.571,-0.265,-0.476,6.97,0.0,+40.8879511,-073.8570053 +36005040701,"Census Tract 407.01, Bronx County, New York",3291,138.0,315.0,17.0,43.0,0.0,2646.0,New York City,False,-4.903,-2.97,0.185,-3.135,9.413,-0.03,+40.8715793,-073.8902605 +36005040702,"Census Tract 407.02, Bronx County, New York",7050,567.0,730.0,18.0,298.0,0.0,5255.0,New York City,False,-4.967,-5.245,-0.296,-2.62,12.958,-0.045,+40.8691444,-073.8869972 +36005040800,"Census Tract 408, Bronx County, New York",4710,345.0,2838.0,134.0,0.0,0.0,1422.0,New York City,False,3.638,0.888,2.571,-4.808,-0.9,0.0,+40.8897429,-073.8617074 +36005040900,"Census Tract 409, Bronx County, New York",3122,494.0,2007.0,0.0,100.0,0.0,506.0,New York City,False,-5.897,1.211,-0.314,0.574,4.519,0.0,+40.8768570,-073.8944200 +36005041100,"Census Tract 411, Bronx County, New York",3416,389.0,792.0,18.0,230.0,0.0,2005.0,New York City,False,-11.826,9.783,0.231,0.735,3.418,0.0,+40.8755828,-073.8871372 +36005041300,"Census Tract 413, Bronx County, New York",7897,537.0,870.0,45.0,443.0,0.0,5872.0,New York City,False,-14.717,-0.759,0.211,-3.212,19.414,0.0,+40.8740946,-073.8851972 +36005041400,"Census Tract 414, Bronx County, New York",4769,348.0,2813.0,0.0,170.0,0.0,1278.0,New York City,False,-4.052,1.128,-0.913,-4.57,8.465,-0.02,+40.9035524,-073.8540950 +36005041500,"Census Tract 415, Bronx County, New York",6238,447.0,1121.0,0.0,125.0,0.0,4351.0,New York City,False,-10.669,2.691,-0.816,-7.845,16.778,-0.018,+40.8701051,-073.8835491 +36005041800,"Census Tract 418, Bronx County, New York",4194,139.0,1734.0,0.0,491.0,0.0,1664.0,New York City,False,-6.22,-9.7,-1.032,3.148,14.307,0.0,+40.8971155,-073.8584637 +36005041900,"Census Tract 419, Bronx County, New York",7238,1200.0,881.0,0.0,607.0,0.0,4527.0,New York City,False,-3.72,-3.916,-0.319,-0.936,9.735,-0.029,+40.8768559,-073.8816837 +36005042000,"Census Tract 420, Bronx County, New York",3698,134.0,2140.0,95.0,178.0,25.0,1221.0,New York City,False,-5.141,7.895,1.83,0.193,-0.879,0.676,+40.8930261,-073.8598556 +36005042100,"Census Tract 421, Bronx County, New York",5887,534.0,791.0,0.0,658.0,0.0,3781.0,New York City,False,-1.616,-7.82,-0.322,-4.414,13.531,0.0,+40.8814613,-073.8827340 +36005042200,"Census Tract 422, Bronx County, New York",3338,69.0,2654.0,14.0,0.0,0.0,482.0,New York City,False,-6.805,7.312,0.345,-1.782,-1.224,0.0,+40.8910971,-073.8552753 +36005042300,"Census Tract 423, Bronx County, New York",4658,642.0,426.0,45.0,432.0,0.0,3110.0,New York City,False,-9.675,-6.158,0.47,3.749,13.07,-0.001,+40.8770682,-073.8773210 +36005042400,"Census Tract 424, Bronx County, New York",2485,83.0,1924.0,7.0,35.0,0.0,428.0,New York City,False,-0.59,-3.976,0.087,0.63,3.993,0.0,+40.8892825,-073.8495388 +36005042500,"Census Tract 425, Bronx County, New York",5940,702.0,447.0,106.0,735.0,0.0,4038.0,New York City,False,-8.105,-3.869,1.127,4.518,11.073,0.0,+40.8710473,-073.8790905 +36005042600,"Census Tract 426, Bronx County, New York",6942,345.0,5499.0,0.0,503.0,0.0,565.0,New York City,False,2.296,-8.02,-0.386,4.897,1.107,0.0,+40.8908411,-073.8419292 +36005042800,"Census Tract 428, Bronx County, New York",2069,55.0,1607.0,0.0,16.0,0.0,337.0,New York City,False,-2.434,-3.572,-0.313,-1.817,6.73,0.0,+40.8945094,-073.8457030 +36005042901,"Census Tract 429.01, Bronx County, New York",4123,430.0,535.0,0.0,611.0,0.0,2478.0,New York City,False,-7.307,-1.867,-0.19,4.883,4.29,0.0,+40.8749499,-073.8742925 +36005042902,"Census Tract 429.02, Bronx County, New York",4445,263.0,800.0,158.0,173.0,0.0,3106.0,New York City,False,-9.321,-6.274,3.011,-0.843,15.971,0.0,+40.8771176,-073.8739090 +36005043000,"Census Tract 430, Bronx County, New York",3648,134.0,2669.0,7.0,175.0,0.0,441.0,New York City,False,-3.149,2.477,-0.011,0.103,-4.358,0.0,+40.8934599,-073.8506574 +36005043100,"Census Tract 431, Bronx County, New York",10265,495.0,1720.0,16.0,1231.0,0.0,6512.0,New York City,False,-4.202,-11.596,-0.231,1.401,13.752,-0.01,+40.8795983,-073.8716160 +36005043400,"Census Tract 434, Bronx County, New York",3952,144.0,2183.0,0.0,271.0,0.0,1192.0,New York City,False,-9.029,-1.844,-0.373,1.665,8.809,0.0,+40.8982106,-073.8523391 +36005043500,"Census Tract 435, Bronx County, New York",165,16.0,92.0,0.0,0.0,0.0,52.0,New York City,False,5.349,26.772,0.0,0.0,-25.007,0.0,+40.8952301,-073.8812755 +36005043600,"Census Tract 436, Bronx County, New York",2237,98.0,1286.0,0.0,284.0,0.0,512.0,New York City,False,-3.931,-10.121,-0.728,6.655,6.478,0.0,+40.8972795,-073.8497590 +36005044200,"Census Tract 442, Bronx County, New York",3642,360.0,2292.0,0.0,0.0,0.0,982.0,New York City,False,3.048,-8.266,-0.538,-3.419,9.386,0.0,+40.9038714,-073.8461971 +36005044400,"Census Tract 444, Bronx County, New York",4155,110.0,3349.0,62.0,124.0,0.0,369.0,New York City,False,-3.576,2.192,1.086,-0.089,-2.676,0.0,+40.8995005,-073.8437344 +36005044800,"Census Tract 448, Bronx County, New York",1964,26.0,1576.0,0.0,63.0,0.0,201.0,New York City,False,-3.306,-3.198,-0.272,1.955,1.193,0.0,+40.8954712,-073.8413102 +36005044901,"Census Tract 449.01, Bronx County, New York",1550,1209.0,103.0,7.0,23.0,0.0,187.0,New York City,False,-14.043,5.175,0.452,1.281,6.743,0.0,+40.8974999,-073.8733943 +36005044902,"Census Tract 449.02, Bronx County, New York",1882,1468.0,106.0,0.0,71.0,0.0,223.0,New York City,False,-16.576,4.929,-0.05,3.271,8.937,0.0,+40.8988257,-073.8689887 +36005045101,"Census Tract 451.01, Bronx County, New York",1537,1195.0,33.0,0.0,124.0,0.0,157.0,New York City,False,-13.751,-0.186,-0.222,7.679,5.159,0.0,+40.8974545,-073.8643137 +36005045102,"Census Tract 451.02, Bronx County, New York",1637,1282.0,100.0,0.0,35.0,0.0,202.0,New York City,False,-10.518,2.249,-0.051,1.315,7.09,0.0,+40.9003682,-073.8641477 +36005045600,"Census Tract 456, Bronx County, New York",3189,613.0,1642.0,0.0,71.0,0.0,757.0,New York City,False,-6.203,-4.043,-0.069,-0.549,8.337,0.0,+40.8875466,-073.8207511 +36005045800,"Census Tract 458, Bronx County, New York",5506,13.0,1839.0,0.0,58.0,0.0,3434.0,New York City,False,-0.869,-19.308,-0.3,0.862,16.796,0.0,+40.8858611,-073.8452028 +36005046000,"Census Tract 460, Bronx County, New York",3073,55.0,2043.0,14.0,3.0,0.0,948.0,New York City,False,-2.035,-10.792,0.048,0.024,12.951,0.0,+40.8824438,-073.8426481 +36005046201,"Census Tract 462.01, Bronx County, New York",28937,2093.0,16231.0,72.0,396.0,0.0,9605.0,New York City,False,-10.183,-1.157,0.057,0.251,9.472,-0.008,+40.8756347,-073.8269340 +36005046202,"Census Tract 462.02, Bronx County, New York",9690,153.0,6474.0,280.0,106.0,0.0,2639.0,New York City,False,-7.827,0.011,2.396,0.326,5.168,-0.014,+40.8794276,-073.8341062 +36005048400,"Census Tract 484, Bronx County, New York",4244,160.0,3197.0,176.0,10.0,0.0,785.0,New York City,False,0.151,-3.781,3.828,-0.509,2.824,0.0,+40.8863051,-073.8345873 +36005050400,"Census Tract 504, Bronx County, New York",143,0.0,5.0,0.0,4.0,0.0,134.0,New York City,False,-40.0,3.497,0.0,2.797,33.706,0.0,+40.8695935,-073.7958478 +36005051600,"Census Tract 516, Bronx County, New York",4265,2895.0,27.0,0.0,195.0,0.0,1125.0,New York City,False,-16.171,-1.159,-0.332,0.944,17.572,-0.022,+40.8465376,-073.7784539 +36047000100,"Census Tract 1, Kings County, New York",4116,2811.0,369.0,21.0,419.0,0.0,318.0,New York City,False,-3.016,-3.929,0.073,5.159,-1.382,-0.018,+40.7002150,-073.9938089 +36047000200,"Census Tract 2, Kings County, New York",1506,52.0,24.0,0.0,56.0,0.0,1337.0,New York City,False,-1.996,-3.088,-0.153,2.337,1.902,0.0,+40.6532475,-074.0110678 +36047000301,"Census Tract 3.01, Kings County, New York",4340,3436.0,121.0,24.0,244.0,0.0,276.0,New York City,False,-0.793,-4.261,0.374,0.678,-0.631,-0.02,+40.6963723,-073.9973735 +36047000501,"Census Tract 5.01, Kings County, New York",4536,3197.0,174.0,0.0,482.0,9.0,445.0,New York City,False,-10.946,-0.795,-0.195,4.484,3.57,0.198,+40.6958143,-073.9947007 +36047000502,"Census Tract 5.02, Kings County, New York",2756,2099.0,83.0,0.0,214.0,0.0,247.0,New York City,False,-5.266,-1.619,-0.195,1.623,2.722,0.0,+40.6951344,-073.9928614 +36047000700,"Census Tract 7, Kings County, New York",4054,3126.0,58.0,0.0,415.0,0.0,303.0,New York City,False,0.113,-5.956,-0.054,3.692,-0.375,0.0,+40.6923505,-073.9973434 +36047000900,"Census Tract 9, Kings County, New York",4410,3065.0,213.0,0.0,563.0,0.0,294.0,New York City,False,-4.099,-2.057,-0.23,3.813,-1.092,0.0,+40.6917206,-073.9916018 +36047001100,"Census Tract 11, Kings County, New York",1237,806.0,86.0,0.0,150.0,0.0,167.0,New York City,False,38.662,-13.561,0.0,1.87,-27.526,0.0,+40.6932903,-073.9877087 +36047001300,"Census Tract 13, Kings County, New York",2401,1446.0,277.0,0.0,159.0,0.0,463.0,New York City,False,7.994,-13.651,-0.395,-1.748,5.861,0.0,+40.6976150,-073.9883586 +36047001500,"Census Tract 15, Kings County, New York",7391,2264.0,1693.0,11.0,1687.0,17.0,1461.0,New York City,True,22.635,-36.118,-0.695,19.744,-8.736,0.23,+40.6942482,-073.9829838 +36047001800,"Census Tract 18, Kings County, New York",2022,216.0,769.0,28.0,14.0,19.0,962.0,New York City,False,-9.568,14.592,0.622,-4.925,-1.591,0.94,+40.6560973,-074.0308891 +36047002000,"Census Tract 20, Kings County, New York",1232,37.0,22.0,37.0,85.0,0.0,1088.0,New York City,False,-1.19,-5.584,2.876,2.452,5.656,0.0,+40.6480407,-074.0159276 +36047002100,"Census Tract 21, Kings County, New York",4910,3463.0,223.0,0.0,532.0,0.0,320.0,New York City,False,7.743,-11.419,-0.353,4.927,-7.416,0.0,+40.7034471,-073.9871024 +36047002200,"Census Tract 22, Kings County, New York",4907,879.0,125.0,0.0,695.0,0.0,3195.0,New York City,False,-1.804,-3.278,-0.189,1.545,5.842,0.0,+40.6434585,-074.0216933 +36047002300,"Census Tract 23, Kings County, New York",4707,34.0,2354.0,68.0,733.0,0.0,1430.0,New York City,False,-0.228,-9.076,1.26,4.725,1.66,-0.093,+40.6995617,-073.9832799 +36047002901,"Census Tract 29.01, Kings County, New York",4289,98.0,2071.0,0.0,870.0,0.0,1206.0,New York City,False,0.378,-16.947,-0.488,18.703,-2.184,-0.14,+40.6949933,-073.9780959 +36047003000,"Census Tract 30, Kings County, New York",1780,967.0,70.0,0.0,227.0,0.0,437.0,New York City,False,-16.363,1.53,-0.16,0.1,12.164,0.0,+40.6388788,-074.0289766 +36047003100,"Census Tract 31, Kings County, New York",2800,817.0,980.0,0.0,523.0,0.0,284.0,New York City,True,14.649,-21.376,-0.418,3.0,-2.54,0.0,+40.6916128,-073.9776860 +36047003300,"Census Tract 33, Kings County, New York",3512,1886.0,903.0,0.0,253.0,0.0,298.0,New York City,False,29.043,-20.157,-0.383,-0.079,-12.001,0.0,+40.6885112,-073.9781063 +36047003400,"Census Tract 34, Kings County, New York",3022,1723.0,139.0,0.0,637.0,0.0,494.0,New York City,False,-18.279,3.886,-0.035,8.605,6.902,0.0,+40.6445449,-074.0466996 +36047003500,"Census Tract 35, Kings County, New York",1708,693.0,617.0,0.0,106.0,0.0,201.0,New York City,False,18.976,-24.066,-1.151,1.399,0.394,0.0,+40.6853252,-073.9761803 +36047003600,"Census Tract 36, Kings County, New York",4245,2488.0,77.0,18.0,926.0,0.0,642.0,New York City,False,-15.299,0.393,0.297,9.403,3.956,-0.025,+40.6346861,-074.0308979 +36047003700,"Census Tract 37, Kings County, New York",1175,876.0,63.0,0.0,138.0,0.0,32.0,New York City,False,48.783,-22.369,-0.56,1.381,-21.367,0.0,+40.6893925,-073.9847008 +36047003800,"Census Tract 38, Kings County, New York",1506,1072.0,0.0,0.0,247.0,0.0,74.0,New York City,False,-15.003,-0.249,-0.187,10.676,-0.624,0.0,+40.6365238,-074.0474421 +36047003900,"Census Tract 39, Kings County, New York",2411,1369.0,191.0,12.0,326.0,0.0,386.0,New York City,False,17.895,-16.382,-0.257,7.244,-10.229,0.0,+40.6849013,-073.9808240 +36047004100,"Census Tract 41, Kings County, New York",3649,2360.0,435.0,0.0,425.0,0.0,327.0,New York City,False,1.833,-2.659,-0.954,6.602,-6.357,0.0,+40.6865996,-073.9850538 +36047004300,"Census Tract 43, Kings County, New York",3336,2046.0,289.0,0.0,276.0,33.0,495.0,New York City,False,19.863,-12.819,-0.068,1.951,-11.607,0.989,+40.6882029,-073.9895993 +36047004400,"Census Tract 44, Kings County, New York",2373,1930.0,12.0,0.0,227.0,0.0,195.0,New York City,False,-7.626,-0.15,-0.193,3.466,5.051,0.0,+40.6330732,-074.0485191 +36047004500,"Census Tract 45, Kings County, New York",3651,2960.0,75.0,0.0,263.0,0.0,144.0,New York City,False,-0.459,-0.095,-0.145,1.455,-3.489,0.0,+40.6881460,-073.9952870 +36047004600,"Census Tract 46, Kings County, New York",1378,1134.0,8.0,0.0,164.0,0.0,72.0,New York City,False,-6.121,0.006,-0.247,7.628,-0.609,-0.082,+40.6285788,-074.0495131 +36047004700,"Census Tract 47, Kings County, New York",2025,1143.0,292.0,0.0,135.0,0.0,356.0,New York City,False,12.843,-1.112,-0.086,-2.333,-12.887,0.0,+40.6883662,-074.0018662 +36047004900,"Census Tract 49, Kings County, New York",2631,1612.0,291.0,0.0,196.0,0.0,431.0,New York City,False,1.454,1.303,-0.27,-5.161,1.843,0.0,+40.6879989,-073.9984362 +36047005000,"Census Tract 50, Kings County, New York",2369,1743.0,21.0,0.0,242.0,0.0,334.0,New York City,False,-12.847,0.47,-0.042,3.468,9.309,-0.042,+40.6245708,-074.0488811 +36047005100,"Census Tract 51, Kings County, New York",2523,1667.0,56.0,11.0,119.0,0.0,513.0,New York City,False,13.611,-5.472,0.149,-3.74,-7.426,0.0,+40.6834950,-074.0034808 +36047005201,"Census Tract 52.01, Kings County, New York",1662,1299.0,10.0,13.0,218.0,0.0,122.0,New York City,False,-11.397,0.022,0.389,8.288,2.756,0.0,+40.6214378,-074.0473154 +36047005202,"Census Tract 52.02, Kings County, New York",2424,2084.0,79.0,0.0,127.0,0.0,106.0,New York City,False,-3.141,2.974,-0.367,1.774,-0.111,0.0,+40.6182440,-074.0463778 +36047005300,"Census Tract 53, Kings County, New York",2420,1208.0,233.0,5.0,40.0,0.0,836.0,New York City,True,24.509,-1.199,-0.228,0.347,-22.909,0.0,+40.6708307,-074.0291182 +36047005400,"Census Tract 54, Kings County, New York",3054,2256.0,58.0,17.0,281.0,0.0,377.0,New York City,False,-4.102,1.306,0.245,-0.378,3.92,0.0,+40.6167865,-074.0394733 +36047005601,"Census Tract 56.01, Kings County, New York",2302,1910.0,64.0,0.0,48.0,0.0,213.0,New York City,False,-0.965,1.667,-0.159,-3.124,1.818,-0.04,+40.6131603,-074.0436073 +36047005602,"Census Tract 56.02, Kings County, New York",1608,1167.0,6.0,0.0,200.0,0.0,216.0,New York City,False,-7.99,-0.021,-0.197,3.311,6.013,-0.066,+40.6100021,-074.0412079 +36047005800,"Census Tract 58, Kings County, New York",3205,1931.0,42.0,0.0,515.0,0.0,621.0,New York City,False,-10.609,0.736,-0.423,2.194,8.856,0.0,+40.6190887,-074.0321884 +36047005900,"Census Tract 59, Kings County, New York",1337,809.0,60.0,0.0,18.0,0.0,372.0,New York City,False,41.765,-14.711,-0.637,-0.474,-29.138,0.0,+40.6794028,-074.0061193 +36047006000,"Census Tract 60, Kings County, New York",2745,1623.0,7.0,0.0,509.0,0.0,556.0,New York City,False,-2.312,-0.433,-0.172,3.27,5.085,0.0,+40.6220831,-074.0316042 +36047006200,"Census Tract 62, Kings County, New York",2908,1751.0,224.0,0.0,408.0,0.0,496.0,New York City,False,-6.475,7.18,-0.392,0.02,4.907,0.0,+40.6249110,-074.0304459 +36047006300,"Census Tract 63, Kings County, New York",1967,1564.0,9.0,0.0,114.0,0.0,160.0,New York City,False,7.024,-2.727,-0.604,0.799,-6.693,0.0,+40.6819491,-074.0013351 +36047006400,"Census Tract 64, Kings County, New York",3171,2383.0,52.0,0.0,294.0,0.0,360.0,New York City,False,2.992,-0.513,-0.115,-0.745,1.967,-0.029,+40.6289253,-074.0288094 +36047006500,"Census Tract 65, Kings County, New York",5874,4912.0,90.0,0.0,260.0,0.0,366.0,New York City,False,3.444,-1.33,-0.058,0.843,-5.081,0.0,+40.6790828,-073.9994592 +36047006600,"Census Tract 66, Kings County, New York",3566,2166.0,7.0,108.0,413.0,0.0,916.0,New York City,False,-10.039,-0.493,2.864,-0.068,12.908,0.0,+40.6321309,-074.0274985 +36047006700,"Census Tract 67, Kings County, New York",3941,3229.0,44.0,19.0,140.0,0.0,333.0,New York City,False,2.191,-0.941,0.425,-0.277,-2.779,0.0,+40.6841759,-073.9972232 +36047006800,"Census Tract 68, Kings County, New York",4771,2176.0,79.0,23.0,949.0,0.0,1443.0,New York City,False,-5.134,-0.08,0.315,0.334,8.325,0.0,+40.6351749,-074.0262304 +36047006900,"Census Tract 69, Kings County, New York",3581,2686.0,175.0,0.0,172.0,0.0,382.0,New York City,False,20.007,-1.4,-0.329,-1.694,-17.177,0.0,+40.6852347,-073.9917012 +36047007000,"Census Tract 70, Kings County, New York",2552,1355.0,148.0,65.0,419.0,0.0,558.0,New York City,False,-3.554,0.15,2.547,0.019,4.76,0.0,+40.6381971,-074.0242975 +36047007100,"Census Tract 71, Kings County, New York",4830,902.0,1503.0,0.0,196.0,0.0,2120.0,New York City,False,4.138,-11.82,-0.347,2.713,3.58,-0.022,+40.6830210,-073.9861157 +36047007200,"Census Tract 72, Kings County, New York",2073,212.0,33.0,6.0,505.0,0.0,1317.0,New York City,False,-1.937,-2.391,-0.518,-1.15,9.118,0.0,+40.6402978,-074.0204135 +36047007400,"Census Tract 74, Kings County, New York",5856,435.0,36.0,28.0,1275.0,0.0,4057.0,New York City,False,1.424,-1.411,0.103,-2.899,3.238,0.0,+40.6418552,-074.0170288 +36047007500,"Census Tract 75, Kings County, New York",4700,3615.0,1.0,58.0,300.0,0.0,682.0,New York City,False,3.094,-3.077,0.897,2.229,-1.138,-0.022,+40.6812953,-073.9920163 +36047007600,"Census Tract 76, Kings County, New York",5124,724.0,114.0,0.0,1071.0,0.0,3164.0,New York City,False,4.693,0.401,-0.338,9.348,-13.701,0.0,+40.6440836,-074.0146698 +36047007700,"Census Tract 77, Kings County, New York",5105,3546.0,77.0,0.0,357.0,0.0,908.0,New York City,False,-0.193,-4.971,-0.256,1.743,2.933,0.0,+40.6770200,-073.9952238 +36047007800,"Census Tract 78, Kings County, New York",5459,465.0,166.0,0.0,592.0,0.0,4230.0,New York City,False,2.221,-0.686,-0.279,4.347,-3.82,0.0,+40.6463204,-074.0123370 +36047008000,"Census Tract 80, Kings County, New York",3835,679.0,91.0,0.0,234.0,0.0,2803.0,New York City,False,10.343,-1.044,-0.642,-0.825,-6.337,-0.046,+40.6485749,-074.0100166 +36047008200,"Census Tract 82, Kings County, New York",4275,515.0,64.0,82.0,532.0,0.0,3057.0,New York City,False,2.076,-3.267,1.476,5.985,-5.308,-0.049,+40.6508180,-074.0076889 +36047008400,"Census Tract 84, Kings County, New York",3895,735.0,76.0,95.0,251.0,0.0,2758.0,New York City,False,7.473,0.031,2.036,0.033,-8.256,0.0,+40.6538976,-074.0044859 +36047008500,"Census Tract 85, Kings County, New York",7559,80.0,3614.0,130.0,394.0,0.0,3349.0,New York City,False,-0.247,-7.506,1.322,4.868,1.931,-0.014,+40.6758570,-074.0064716 +36047008600,"Census Tract 86, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6479769,-074.0037438 +36047008800,"Census Tract 88, Kings County, New York",3042,855.0,115.0,13.0,358.0,0.0,1609.0,New York City,True,9.143,1.263,-0.363,3.604,-14.681,0.0,+40.6502102,-074.0014031 +36047009000,"Census Tract 90, Kings County, New York",3245,314.0,78.0,43.0,1268.0,0.0,1542.0,New York City,False,-5.915,0.101,0.993,19.733,-12.166,-0.038,+40.6472568,-073.9972994 +36047009200,"Census Tract 92, Kings County, New York",5703,461.0,155.0,0.0,2990.0,0.0,2052.0,New York City,False,-6.277,-2.786,-0.271,23.495,-13.244,0.0,+40.6453168,-073.9993384 +36047009400,"Census Tract 94, Kings County, New York",5429,674.0,114.0,0.0,3519.0,0.0,1112.0,New York City,False,-18.357,0.658,-0.721,29.021,-6.211,0.0,+40.6433565,-074.0013789 +36047009600,"Census Tract 96, Kings County, New York",6477,892.0,131.0,0.0,1868.0,0.0,3310.0,New York City,False,2.874,-0.875,-0.339,18.061,-22.032,-0.051,+40.6460153,-074.0057847 +36047009800,"Census Tract 98, Kings County, New York",7403,328.0,165.0,0.0,3110.0,0.0,3790.0,New York City,False,-3.623,0.628,-0.457,21.376,-16.376,0.0,+40.6437764,-074.0081153 +36047010000,"Census Tract 100, Kings County, New York",6459,497.0,6.0,67.0,3609.0,0.0,2312.0,New York City,False,-4.711,-2.953,0.957,25.068,-14.069,0.0,+40.6415355,-074.0104457 +36047010100,"Census Tract 101, Kings County, New York",4459,1034.0,139.0,68.0,490.0,0.0,2633.0,New York City,False,0.039,-0.595,0.695,5.641,-5.395,0.0,+40.6583907,-073.9998245 +36047010200,"Census Tract 102, Kings County, New York",5081,289.0,4.0,0.0,3515.0,0.0,1273.0,New York City,False,-14.719,-1.221,-0.13,26.328,-8.547,-0.022,+40.6392844,-074.0127872 +36047010400,"Census Tract 104, Kings County, New York",5677,385.0,10.0,0.0,4598.0,0.0,545.0,New York City,False,-10.361,-0.728,-0.072,10.957,-0.689,-0.018,+40.6366240,-074.0083814 +36047010600,"Census Tract 106, Kings County, New York",4862,309.0,10.0,0.0,3898.0,0.0,542.0,New York City,False,-5.293,-1.149,-0.256,12.444,-6.746,0.0,+40.6388746,-074.0060400 +36047010800,"Census Tract 108, Kings County, New York",4303,403.0,42.0,0.0,3127.0,0.0,731.0,New York City,False,-10.789,-0.26,-0.398,22.366,-8.174,0.0,+40.6411160,-074.0037106 +36047011000,"Census Tract 110, Kings County, New York",2702,854.0,22.0,0.0,922.0,0.0,844.0,New York City,False,14.303,-2.657,-0.248,2.442,-13.335,0.0,+40.6445789,-073.9927738 +36047011200,"Census Tract 112, Kings County, New York",6561,2478.0,128.0,77.0,1556.0,0.0,2369.0,New York City,False,3.741,-0.66,0.757,6.462,-5.739,0.0,+40.6422528,-073.9956749 +36047011400,"Census Tract 114, Kings County, New York",4538,2326.0,305.0,0.0,1278.0,0.0,533.0,New York City,False,-9.385,2.202,-0.121,12.807,-2.759,0.0,+40.6394233,-073.9992118 +36047011600,"Census Tract 116, Kings County, New York",3683,524.0,51.0,15.0,2848.0,0.0,243.0,New York City,False,-13.807,0.305,0.078,21.094,-5.165,0.0,+40.6358731,-074.0036488 +36047011700,"Census Tract 117, Kings County, New York",2851,1584.0,125.0,37.0,224.0,0.0,757.0,New York City,True,31.205,-6.054,0.868,0.683,-29.008,0.0,+40.6685626,-073.9933107 +36047011800,"Census Tract 118, Kings County, New York",2112,107.0,0.0,9.0,1696.0,0.0,301.0,New York City,False,-16.985,-0.647,0.426,18.929,0.066,-0.1,+40.6351044,-074.0114899 +36047011900,"Census Tract 119, Kings County, New York",1529,1021.0,71.0,0.0,87.0,0.0,247.0,New York City,False,31.985,-5.131,-0.193,2.603,-28.669,0.0,+40.6754018,-073.9889703 +36047012000,"Census Tract 120, Kings County, New York",1154,68.0,0.0,0.0,905.0,0.0,175.0,New York City,False,-6.717,-0.239,-0.559,12.342,-4.069,0.0,+40.6327817,-074.0117295 +36047012100,"Census Tract 121, Kings County, New York",1948,1071.0,59.0,0.0,169.0,0.0,629.0,New York City,False,25.97,-5.49,-0.334,0.046,-18.49,-0.167,+40.6714790,-073.9910490 +36047012200,"Census Tract 122, Kings County, New York",5945,600.0,0.0,159.0,2447.0,0.0,2860.0,New York City,False,-8.143,-1.724,2.457,11.349,0.952,0.0,+40.6381660,-074.0175772 +36047012600,"Census Tract 126, Kings County, New York",2909,867.0,66.0,125.0,1061.0,0.0,765.0,New York City,False,-13.992,0.326,3.861,9.6,3.308,0.0,+40.6348190,-074.0190415 +36047012700,"Census Tract 127, Kings County, New York",4768,1266.0,1960.0,23.0,377.0,0.0,1099.0,New York City,False,15.774,6.012,-0.282,6.644,-28.728,0.0,+40.6817476,-073.9828507 +36047012801,"Census Tract 128.01, Kings County, New York",2326,659.0,67.0,0.0,1492.0,0.0,92.0,New York City,False,-19.076,2.332,-0.399,24.014,-4.619,0.0,+40.6308009,-074.0133027 +36047012901,"Census Tract 129.01, Kings County, New York",2429,1488.0,146.0,0.0,63.0,0.0,638.0,New York City,False,25.932,-17.928,-0.268,-3.569,-6.74,0.0,+40.6816880,-073.9785883 +36047012902,"Census Tract 129.02, Kings County, New York",2114,1316.0,143.0,6.0,95.0,0.0,471.0,New York City,False,10.44,-14.036,-0.516,0.494,1.198,0.0,+40.6808348,-073.9760333 +36047013000,"Census Tract 130, Kings County, New York",5244,2333.0,166.0,50.0,1137.0,0.0,1443.0,New York City,False,-11.374,2.215,0.361,3.216,8.945,0.0,+40.6325873,-074.0213843 +36047013100,"Census Tract 131, Kings County, New York",4254,2555.0,303.0,0.0,446.0,23.0,691.0,New York City,False,21.078,-15.962,-0.225,6.453,-16.455,0.416,+40.6777175,-073.9796019 +36047013200,"Census Tract 132, Kings County, New York",2044,597.0,0.0,0.0,1053.0,0.0,386.0,New York City,False,-29.684,-0.554,-0.139,29.023,5.213,0.0,+40.6279744,-074.0156708 +36047013300,"Census Tract 133, Kings County, New York",4462,2983.0,127.0,10.0,444.0,0.0,652.0,New York City,False,8.549,-8.362,-0.103,3.679,-7.777,-0.027,+40.6751825,-073.9813092 +36047013400,"Census Tract 134, Kings County, New York",4035,2544.0,15.0,21.0,801.0,0.0,617.0,New York City,False,-8.763,-0.348,0.391,8.764,3.538,0.0,+40.6295241,-074.0202705 +36047013500,"Census Tract 135, Kings County, New York",3733,2662.0,66.0,0.0,292.0,0.0,389.0,New York City,False,14.49,-10.034,-0.177,3.511,-15.197,-0.035,+40.6728110,-073.9833133 +36047013600,"Census Tract 136, Kings County, New York",3919,2858.0,20.0,0.0,483.0,0.0,500.0,New York City,False,1.648,-0.229,-0.331,0.806,2.182,-0.102,+40.6268984,-074.0225939 +36047013700,"Census Tract 137, Kings County, New York",3494,2098.0,242.0,0.0,265.0,0.0,669.0,New York City,False,3.619,-1.519,-0.336,2.167,-9.083,-0.101,+40.6703973,-073.9853274 +36047013800,"Census Tract 138, Kings County, New York",3197,1916.0,58.0,0.0,462.0,0.0,614.0,New York City,False,-12.964,1.564,-0.156,2.38,8.913,0.0,+40.6243111,-074.0255174 +36047013900,"Census Tract 139, Kings County, New York",3520,2266.0,316.0,0.0,287.0,0.0,501.0,New York City,False,15.445,-3.993,-0.522,0.507,-14.368,0.0,+40.6679862,-073.9873365 +36047014000,"Census Tract 140, Kings County, New York",1931,1346.0,59.0,0.0,303.0,0.0,223.0,New York City,False,-11.856,2.856,-0.199,9.329,2.403,0.0,+40.6207782,-074.0196779 +36047014100,"Census Tract 141, Kings County, New York",3256,1854.0,100.0,0.0,348.0,0.0,702.0,New York City,False,20.989,-4.127,-0.658,1.7,-19.799,0.0,+40.6654413,-073.9893778 +36047014200,"Census Tract 142, Kings County, New York",3084,1945.0,25.0,0.0,370.0,0.0,683.0,New York City,False,-6.389,0.008,-0.34,-0.665,10.875,-0.062,+40.6225046,-074.0224901 +36047014300,"Census Tract 143, Kings County, New York",3631,1667.0,61.0,12.0,258.0,0.0,1494.0,New York City,False,17.04,-2.068,0.167,3.058,-21.157,0.0,+40.6636266,-073.9926558 +36047014500,"Census Tract 145, Kings County, New York",4078,2114.0,133.0,82.0,249.0,0.0,1352.0,New York City,True,24.493,-2.888,1.734,2.754,-26.347,0.0,+40.6613671,-073.9949634 +36047014700,"Census Tract 147, Kings County, New York",2535,1151.0,68.0,42.0,121.0,0.0,1105.0,New York City,False,13.426,-2.557,1.386,1.431,-12.959,-0.09,+40.6598558,-073.9896720 +36047014800,"Census Tract 148, Kings County, New York",1289,1101.0,0.0,0.0,129.0,0.0,8.0,New York City,False,-9.593,0.0,0.0,7.389,-1.261,0.0,+40.6167077,-074.0129610 +36047014900,"Census Tract 149, Kings County, New York",6318,4000.0,136.0,0.0,316.0,0.0,1537.0,New York City,False,10.63,-6.812,-0.503,-0.758,-6.737,0.0,+40.6624261,-073.9851815 +36047015000,"Census Tract 150, Kings County, New York",1547,1158.0,4.0,0.0,253.0,0.0,122.0,New York City,False,-19.071,0.195,-0.128,13.477,5.776,0.0,+40.6153783,-074.0107586 +36047015100,"Census Tract 151, Kings County, New York",4185,2661.0,205.0,0.0,213.0,0.0,757.0,New York City,False,-5.649,-1.385,-0.56,-0.898,2.837,0.0,+40.6656890,-073.9825855 +36047015200,"Census Tract 152, Kings County, New York",2465,1513.0,65.0,0.0,496.0,0.0,363.0,New York City,False,-16.389,1.833,-0.312,8.47,8.074,0.0,+40.6145072,-074.0244665 +36047015300,"Census Tract 153, Kings County, New York",2843,2013.0,110.0,0.0,238.0,0.0,391.0,New York City,False,-0.329,-1.985,-0.305,-4.049,4.887,-0.068,+40.6681002,-073.9805759 +36047015400,"Census Tract 154, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6111789,-074.0189191 +36047015500,"Census Tract 155, Kings County, New York",3741,2855.0,326.0,32.0,130.0,0.0,254.0,New York City,False,1.407,-0.465,0.553,-1.99,-2.389,0.0,+40.6705136,-073.9785613 +36047015700,"Census Tract 157, Kings County, New York",4079,2965.0,135.0,31.0,400.0,0.0,381.0,New York City,False,-4.477,-5.259,0.47,4.061,2.027,0.0,+40.6730524,-073.9764165 +36047015900,"Census Tract 159, Kings County, New York",5161,4217.0,177.0,0.0,294.0,0.0,218.0,New York City,False,11.507,-9.927,-0.295,-1.237,-3.947,0.0,+40.6751934,-073.9730667 +36047016000,"Census Tract 160, Kings County, New York",3983,2171.0,136.0,0.0,758.0,35.0,795.0,New York City,False,-1.028,0.024,-0.306,-0.211,3.238,0.879,+40.6189797,-074.0268721 +36047016100,"Census Tract 161, Kings County, New York",3243,2071.0,348.0,1.0,199.0,0.0,468.0,New York City,False,16.626,-16.372,-0.164,0.451,-4.027,0.0,+40.6798885,-073.9731895 +36047016200,"Census Tract 162, Kings County, New York",2062,1587.0,35.0,0.0,113.0,0.0,295.0,New York City,False,3.395,-0.021,-0.27,-6.613,5.319,-0.002,+40.6132236,-074.0313837 +36047016300,"Census Tract 163, Kings County, New York",3225,2152.0,468.0,0.0,254.0,0.0,170.0,New York City,False,29.091,-26.622,-0.693,0.254,-6.257,0.0,+40.6791843,-073.9700051 +36047016400,"Census Tract 164, Kings County, New York",774,417.0,142.0,0.0,51.0,0.0,86.0,New York City,False,25.958,-18.96,-0.163,2.589,-18.685,-0.082,+40.6067615,-074.0301151 +36047016500,"Census Tract 165, Kings County, New York",5859,4422.0,129.0,15.0,504.0,0.0,390.0,New York City,False,-6.989,-3.121,0.029,3.63,0.838,-0.103,+40.6699761,-073.9740401 +36047016600,"Census Tract 166, Kings County, New York",1798,1513.0,0.0,2.0,159.0,0.0,126.0,New York City,False,-11.835,-0.196,0.062,6.933,5.196,0.0,+40.6187031,-074.0162624 +36047016700,"Census Tract 167, Kings County, New York",5800,4737.0,108.0,0.0,397.0,0.0,354.0,New York City,False,6.242,-4.336,-0.309,1.882,-5.873,0.0,+40.6642969,-073.9787754 +36047016800,"Census Tract 168, Kings County, New York",1676,1041.0,0.0,0.0,496.0,0.0,79.0,New York City,False,-27.362,-0.07,-0.561,25.313,2.398,0.0,+40.6029654,-074.0172662 +36047016900,"Census Tract 169, Kings County, New York",4739,3212.0,60.0,0.0,527.0,0.0,799.0,New York City,False,11.028,-5.317,-0.667,2.266,-9.369,0.0,+40.6592927,-073.9812838 +36047017000,"Census Tract 170, Kings County, New York",3419,1577.0,70.0,0.0,1250.0,0.0,522.0,New York City,False,-29.552,1.735,-0.173,22.958,8.085,-0.104,+40.6101331,-074.0126340 +36047017100,"Census Tract 171, Kings County, New York",4098,3317.0,36.0,0.0,229.0,0.0,443.0,New York City,False,0.948,-3.036,-0.232,-2.037,3.359,0.0,+40.6569638,-073.9768619 +36047017200,"Census Tract 172, Kings County, New York",3360,1394.0,1.0,0.0,1115.0,22.0,731.0,New York City,False,-28.498,-0.005,-0.242,11.712,15.636,0.655,+40.6088823,-074.0103463 +36047017400,"Census Tract 174, Kings County, New York",2081,1322.0,0.0,12.0,519.0,0.0,198.0,New York City,False,-12.144,-0.628,0.577,8.835,4.661,0.0,+40.6035123,-074.0121070 +36047017500,"Census Tract 175, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6521348,-073.9902393 +36047017600,"Census Tract 176, Kings County, New York",2571,1069.0,22.0,0.0,876.0,0.0,604.0,New York City,False,-26.174,0.052,-0.223,16.564,12.104,0.0,+40.6019273,-074.0088041 +36047017700,"Census Tract 177, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6591256,-073.9697734 +36047017800,"Census Tract 178, Kings County, New York",3058,702.0,94.0,0.0,1190.0,12.0,942.0,New York City,False,-33.229,2.337,-0.465,7.468,20.296,0.392,+40.6069686,-074.0047234 +36047017900,"Census Tract 179, Kings County, New York",4540,819.0,2555.0,0.0,213.0,0.0,738.0,New York City,False,9.369,-19.75,-0.148,2.65,3.471,0.0,+40.6842401,-073.9713282 +36047018000,"Census Tract 180, Kings County, New York",3298,1248.0,0.0,11.0,1317.0,0.0,712.0,New York City,False,-28.374,-0.464,0.12,20.49,12.278,-0.071,+40.6083001,-074.0071512 +36047018100,"Census Tract 181, Kings County, New York",3619,1796.0,1051.0,0.0,249.0,0.0,433.0,New York City,False,19.743,-22.41,-0.257,2.592,-1.154,0.0,+40.6877689,-073.9723701 +36047018200,"Census Tract 182, Kings County, New York",3574,1156.0,89.0,0.0,1734.0,0.0,555.0,New York City,False,-27.28,2.194,-0.263,16.171,8.915,0.0,+40.6124597,-074.0026813 +36047018300,"Census Tract 183, Kings County, New York",2817,1761.0,470.0,0.0,139.0,0.0,229.0,New York City,False,36.254,-30.638,-0.4,1.457,-11.655,0.0,+40.6913760,-073.9714779 +36047018400,"Census Tract 184, Kings County, New York",2993,1377.0,0.0,0.0,1475.0,0.0,141.0,New York City,False,-31.029,-0.253,0.0,28.948,2.485,0.0,+40.6137054,-074.0071447 +36047018501,"Census Tract 185.01, Kings County, New York",4951,328.0,2784.0,19.0,532.0,0.0,1202.0,New York City,False,4.206,-12.708,-0.095,10.382,-3.225,0.0,+40.6947866,-073.9741567 +36047018600,"Census Tract 186, Kings County, New York",2158,1156.0,8.0,0.0,840.0,0.0,124.0,New York City,False,-21.053,0.263,-0.271,19.39,1.201,0.0,+40.6156439,-074.0051063 +36047018700,"Census Tract 187, Kings County, New York",1614,576.0,367.0,0.0,141.0,0.0,476.0,New York City,True,15.9,-21.805,-0.326,5.56,-1.615,0.0,+40.6946579,-073.9706403 +36047018800,"Census Tract 188, Kings County, New York",2875,1437.0,7.0,0.0,1049.0,0.0,366.0,New York City,False,-22.981,0.128,-0.038,16.793,6.611,0.0,+40.6174779,-074.0027400 +36047019000,"Census Tract 190, Kings County, New York",4682,1452.0,29.0,22.0,1929.0,0.0,1261.0,New York City,False,-19.282,0.075,0.361,9.535,12.352,0.0,+40.6210380,-074.0003857 +36047019100,"Census Tract 191, Kings County, New York",2826,1455.0,612.0,0.0,170.0,0.0,399.0,New York City,False,29.611,-12.826,-0.284,2.571,-25.05,0.0,+40.6952427,-073.9644277 +36047019200,"Census Tract 192, Kings County, New York",3702,1859.0,27.0,17.0,1327.0,0.0,472.0,New York City,False,-3.448,-0.176,0.114,9.724,-3.931,0.0,+40.6284585,-073.9989281 +36047019300,"Census Tract 193, Kings County, New York",5861,1816.0,2607.0,0.0,501.0,7.0,817.0,New York City,True,5.552,-7.169,-0.364,1.778,-0.329,0.1,+40.6912794,-073.9626407 +36047019400,"Census Tract 194, Kings County, New York",4031,872.0,15.0,0.0,2147.0,0.0,990.0,New York City,False,-20.29,0.079,-0.13,12.676,10.651,0.0,+40.6258369,-074.0011077 +36047019500,"Census Tract 195, Kings County, New York",3901,1635.0,1485.0,35.0,293.0,0.0,400.0,New York City,True,21.629,-19.195,0.661,2.015,-5.606,0.0,+40.6914102,-073.9674997 +36047019600,"Census Tract 196, Kings County, New York",4430,1627.0,17.0,0.0,1707.0,0.0,1036.0,New York City,False,-24.951,-0.214,-0.026,15.358,10.811,0.0,+40.6234234,-074.0041850 +36047019700,"Census Tract 197, Kings County, New York",3561,1678.0,1260.0,0.0,219.0,0.0,236.0,New York City,False,26.127,-27.1,-0.308,-0.783,-2.207,0.0,+40.6880022,-073.9667469 +36047019800,"Census Tract 198, Kings County, New York",1860,892.0,7.0,35.0,739.0,0.0,222.0,New York City,False,-38.885,-0.092,1.824,36.573,3.514,0.0,+40.6193594,-074.0066177 +36047019900,"Census Tract 199, Kings County, New York",3829,1852.0,1253.0,0.0,180.0,0.0,313.0,New York City,False,33.059,-37.439,-0.339,2.121,-2.145,0.0,+40.6840329,-073.9669265 +36047020000,"Census Tract 200, Kings County, New York",2335,1105.0,11.0,0.0,843.0,0.0,376.0,New York City,False,-35.409,0.419,-0.309,28.938,8.577,0.0,+40.6206890,-074.0088197 +36047020100,"Census Tract 201, Kings County, New York",3735,1593.0,1316.0,0.0,167.0,0.0,389.0,New York City,False,26.709,-36.572,-0.11,1.112,2.761,0.0,+40.6838477,-073.9633875 +36047020200,"Census Tract 202, Kings County, New York",2154,1316.0,0.0,0.0,719.0,0.0,119.0,New York City,False,-22.692,-0.114,-0.171,22.743,2.453,0.0,+40.6220200,-074.0110215 +36047020300,"Census Tract 203, Kings County, New York",1764,675.0,496.0,0.0,271.0,0.0,267.0,New York City,False,26.52,-29.265,-0.336,11.42,-10.283,0.0,+40.6799568,-073.9648123 +36047020400,"Census Tract 204, Kings County, New York",1992,1356.0,0.0,0.0,600.0,12.0,24.0,New York City,False,-22.183,-0.255,-0.153,25.579,-2.571,0.602,+40.6233502,-074.0132239 +36047020500,"Census Tract 205, Kings County, New York",2907,1525.0,756.0,14.0,267.0,0.0,119.0,New York City,False,29.874,-33.65,0.114,4.93,-7.731,0.0,+40.6774755,-073.9657037 +36047020600,"Census Tract 206, Kings County, New York",2347,1390.0,30.0,0.0,623.0,0.0,304.0,New York City,False,-20.565,0.867,-0.411,17.831,5.927,0.0,+40.6248807,-074.0154509 +36047020700,"Census Tract 207, Kings County, New York",4708,2550.0,848.0,0.0,279.0,0.0,713.0,New York City,False,22.869,-32.235,-0.15,0.903,2.609,0.0,+40.6749547,-073.9666124 +36047020800,"Census Tract 208, Kings County, New York",3216,1072.0,25.0,74.0,1667.0,0.0,263.0,New York City,False,-34.751,0.325,2.226,31.662,-0.629,0.0,+40.6259761,-074.0097675 +36047021000,"Census Tract 210, Kings County, New York",4380,1284.0,38.0,0.0,2181.0,0.0,793.0,New York City,False,-31.677,0.566,-0.212,22.489,9.729,0.0,+40.6276261,-074.0081561 +36047021100,"Census Tract 211, Kings County, New York",1829,391.0,629.0,0.0,102.0,0.0,679.0,New York City,True,13.289,-11.924,-0.261,3.816,-5.733,0.0,+40.6971660,-073.9750259 +36047021200,"Census Tract 212, Kings County, New York",4858,1155.0,0.0,0.0,3246.0,0.0,425.0,New York City,False,-18.171,-0.467,-0.137,24.212,-1.175,0.0,+40.6294745,-074.0058501 +36047021300,"Census Tract 213, Kings County, New York",4228,799.0,2992.0,0.0,55.0,0.0,268.0,New York City,False,16.849,-18.674,-0.148,0.351,-0.504,-0.021,+40.6683548,-073.9604674 +36047021400,"Census Tract 214, Kings County, New York",2194,1068.0,0.0,0.0,952.0,0.0,160.0,New York City,False,-10.405,-0.442,-0.055,16.279,-5.131,0.0,+40.6316104,-074.0031816 +36047021500,"Census Tract 215, Kings County, New York",5406,1806.0,2310.0,19.0,324.0,0.0,547.0,New York City,False,15.907,-23.07,0.013,2.059,-1.151,0.0,+40.6733751,-073.9632899 +36047021600,"Census Tract 216, Kings County, New York",4533,3900.0,0.0,0.0,477.0,0.0,156.0,New York City,False,3.392,-0.278,-0.167,0.637,-1.641,0.0,+40.6327947,-073.9997692 +36047021700,"Census Tract 217, Kings County, New York",4035,881.0,1829.0,0.0,340.0,0.0,802.0,New York City,True,18.009,-30.576,-0.39,1.712,7.36,-0.026,+40.6727657,-073.9590256 +36047021800,"Census Tract 218, Kings County, New York",3892,3312.0,30.0,0.0,119.0,0.0,347.0,New York City,False,1.558,0.507,-0.211,-1.328,0.62,0.0,+40.6343541,-073.9978229 +36047021900,"Census Tract 219, Kings County, New York",3576,844.0,2017.0,0.0,225.0,0.0,414.0,New York City,False,22.215,-33.439,-0.209,5.428,4.012,0.0,+40.6719739,-073.9552592 +36047022000,"Census Tract 220, Kings County, New York",4924,4330.0,138.0,0.0,289.0,0.0,167.0,New York City,False,9.747,2.219,-0.067,-0.555,-2.336,0.0,+40.6361633,-073.9955594 +36047022100,"Census Tract 221, Kings County, New York",4174,1387.0,1870.0,62.0,185.0,0.0,512.0,New York City,True,31.372,-41.273,1.154,3.846,2.134,0.0,+40.6761670,-073.9543560 +36047022200,"Census Tract 222, Kings County, New York",4281,3892.0,0.0,0.0,140.0,0.0,249.0,New York City,False,8.226,-1.441,-0.191,-1.265,-3.275,0.0,+40.6382394,-073.9929635 +36047022400,"Census Tract 224, Kings County, New York",5780,4161.0,7.0,0.0,818.0,0.0,794.0,New York City,False,17.853,-0.83,-0.182,-2.296,-6.777,0.0,+40.6405156,-073.9903118 +36047022600,"Census Tract 226, Kings County, New York",2261,731.0,56.0,0.0,204.0,0.0,1242.0,New York City,False,6.82,-0.668,-0.039,-14.994,10.434,0.0,+40.6419840,-073.9863474 +36047022700,"Census Tract 227, Kings County, New York",3556,994.0,1978.0,0.0,120.0,11.0,270.0,New York City,False,25.34,-32.25,-0.294,1.79,0.752,0.309,+40.6815084,-073.9572531 +36047022800,"Census Tract 228, Kings County, New York",3748,2282.0,48.0,2.0,1036.0,0.0,346.0,New York City,False,13.221,-2.63,-0.064,2.159,-11.521,0.0,+40.6391243,-073.9815297 +36047022900,"Census Tract 229, Kings County, New York",3862,1380.0,1760.0,15.0,331.0,0.0,285.0,New York City,False,33.735,-43.518,0.166,6.446,1.322,-0.254,+40.6851317,-073.9567616 +36047023000,"Census Tract 230, Kings County, New York",4288,3051.0,88.0,0.0,341.0,0.0,740.0,New York City,False,1.875,1.31,-0.144,2.253,-5.396,0.0,+40.6378160,-073.9842810 +36047023100,"Census Tract 231, Kings County, New York",3376,1244.0,1412.0,0.0,154.0,0.0,378.0,New York City,False,29.206,-37.411,-0.397,2.255,1.788,0.0,+40.6857866,-073.9608381 +36047023200,"Census Tract 232, Kings County, New York",5073,3926.0,0.0,0.0,396.0,0.0,751.0,New York City,False,-3.712,-0.446,-0.231,1.221,6.387,0.0,+40.6360998,-073.9862206 +36047023300,"Census Tract 233, Kings County, New York",5153,1175.0,2553.0,0.0,234.0,0.0,1044.0,New York City,False,21.099,-26.005,-0.862,3.208,0.363,0.0,+40.6887957,-073.9574901 +36047023400,"Census Tract 234, Kings County, New York",4667,4504.0,0.0,14.0,0.0,0.0,140.0,New York City,False,-0.733,-0.021,0.258,-0.234,2.066,0.0,+40.6338712,-073.9879406 +36047023500,"Census Tract 235, Kings County, New York",4062,2259.0,680.0,0.0,260.0,0.0,765.0,New York City,False,50.083,-10.96,-0.563,5.633,-46.144,0.0,+40.6925130,-073.9577849 +36047023600,"Census Tract 236, Kings County, New York",5669,5279.0,16.0,53.0,249.0,0.0,72.0,New York City,False,-0.465,0.186,0.744,1.347,0.6,0.0,+40.6321905,-073.9896876 +36047023800,"Census Tract 238, Kings County, New York",3990,3637.0,0.0,13.0,0.0,0.0,295.0,New York City,False,-0.726,-0.268,0.192,-3.154,5.133,0.0,+40.6305112,-073.9914376 +36047024000,"Census Tract 240, Kings County, New York",4626,4349.0,71.0,0.0,0.0,0.0,148.0,New York City,False,0.874,1.233,-0.043,-1.36,-0.405,-0.086,+40.6288316,-073.9931862 +36047024100,"Census Tract 241, Kings County, New York",2501,1289.0,612.0,0.0,118.0,0.0,422.0,New York City,True,48.981,-39.021,-0.767,3.951,-14.713,0.0,+40.6922221,-073.9538035 +36047024200,"Census Tract 242, Kings County, New York",2994,2682.0,0.0,0.0,184.0,0.0,128.0,New York City,False,2.364,-0.214,-0.107,-1.083,-0.782,-0.142,+40.6258678,-073.9928098 +36047024300,"Census Tract 243, Kings County, New York",4020,1333.0,1734.0,0.0,192.0,0.0,577.0,New York City,False,32.678,-42.147,-0.303,4.068,1.303,0.0,+40.6874555,-073.9528560 +36047024400,"Census Tract 244, Kings County, New York",4039,3213.0,17.0,0.0,403.0,0.0,406.0,New York City,False,0.696,-0.361,-0.065,-0.123,1.971,0.0,+40.6217475,-073.9862364 +36047024500,"Census Tract 245, Kings County, New York",4535,932.0,2913.0,0.0,363.0,0.0,220.0,New York City,False,19.51,-25.217,-0.534,4.6,0.125,0.0,+40.6828810,-073.9519012 +36047024600,"Census Tract 246, Kings County, New York",2892,1602.0,1.0,9.0,1031.0,0.0,205.0,New York City,False,-9.223,-0.034,0.036,7.584,2.761,-0.034,+40.6181698,-073.9811393 +36047024700,"Census Tract 247, Kings County, New York",2398,515.0,1384.0,15.0,202.0,0.0,219.0,New York City,False,20.412,-27.002,0.243,0.421,4.11,0.0,+40.6794431,-073.9492697 +36047024800,"Census Tract 248, Kings County, New York",3013,1029.0,51.0,23.0,1127.0,0.0,629.0,New York City,False,-24.549,1.366,0.6,4.317,15.034,0.0,+40.6213629,-073.9899931 +36047024900,"Census Tract 249, Kings County, New York",4630,1057.0,3083.0,0.0,140.0,0.0,297.0,New York City,False,21.886,-26.668,-0.165,2.717,1.486,-0.024,+40.6829833,-073.9483904 +36047025000,"Census Tract 250, Kings County, New York",1539,322.0,0.0,45.0,1001.0,0.0,180.0,New York City,False,-18.633,-0.196,2.663,12.888,4.973,0.0,+40.6236257,-073.9958382 +36047025100,"Census Tract 251, Kings County, New York",3547,484.0,2349.0,19.0,104.0,0.0,522.0,New York City,True,13.248,-17.607,0.245,2.8,-0.155,0.0,+40.6878546,-073.9493878 +36047025200,"Census Tract 252, Kings County, New York",5310,2197.0,155.0,30.0,1870.0,0.0,974.0,New York City,False,-18.917,2.511,0.286,10.421,7.062,0.0,+40.6198289,-073.9921391 +36047025300,"Census Tract 253, Kings County, New York",2936,998.0,1390.0,0.0,197.0,0.0,320.0,New York City,False,33.28,-36.004,-0.435,5.919,-2.985,0.0,+40.6926218,-073.9503365 +36047025400,"Census Tract 254, Kings County, New York",4280,1272.0,0.0,16.0,2544.0,0.0,375.0,New York City,False,-19.141,-0.385,0.256,18.421,1.423,0.0,+40.6166972,-073.9838448 +36047025500,"Census Tract 255, Kings County, New York",5569,158.0,1672.0,54.0,102.0,0.0,3562.0,New York City,False,2.187,-29.106,0.635,1.734,24.253,0.0,+40.6973919,-073.9512862 +36047025600,"Census Tract 256, Kings County, New York",3338,1018.0,85.0,0.0,1894.0,0.0,147.0,New York City,False,-25.592,2.445,-0.034,18.987,0.108,0.0,+40.6149950,-073.9856662 +36047025700,"Census Tract 257, Kings County, New York",2111,448.0,609.0,74.0,121.0,0.0,883.0,New York City,False,19.643,-5.702,3.308,2.079,-17.598,-0.049,+40.6982179,-073.9473443 +36047025800,"Census Tract 258, Kings County, New York",4888,1724.0,2.0,0.0,2062.0,0.0,1074.0,New York City,False,-30.935,-0.352,-0.254,20.101,12.593,0.0,+40.6132884,-073.9874098 +36047025901,"Census Tract 259.01, Kings County, New York",2158,557.0,867.0,0.0,15.0,0.0,708.0,New York City,True,23.744,-4.498,-0.477,0.165,-19.391,0.0,+40.6949673,-073.9462243 +36047025902,"Census Tract 259.02, Kings County, New York",3826,0.0,1948.0,8.0,45.0,0.0,1812.0,New York City,False,-0.612,-8.556,-0.069,0.731,8.222,0.0,+40.6969655,-073.9451536 +36047026000,"Census Tract 260, Kings County, New York",3310,1040.0,46.0,9.0,1805.0,0.0,350.0,New York City,False,-27.604,1.217,0.07,22.219,5.261,0.0,+40.6169171,-073.9923457 +36047026100,"Census Tract 261, Kings County, New York",4993,959.0,1961.0,83.0,124.0,0.0,1870.0,New York City,False,17.857,-26.259,1.46,2.326,4.989,0.0,+40.6923989,-073.9457142 +36047026200,"Census Tract 262, Kings County, New York",2548,952.0,43.0,0.0,1084.0,0.0,427.0,New York City,False,-20.97,1.603,-0.042,10.986,7.748,0.0,+40.6187285,-073.9970786 +36047026300,"Census Tract 263, Kings County, New York",1834,348.0,1205.0,33.0,39.0,0.0,209.0,New York City,True,18.762,-21.351,1.586,1.806,-0.378,0.0,+40.6894684,-073.9451314 +36047026400,"Census Tract 264, Kings County, New York",4931,1651.0,70.0,39.0,2184.0,0.0,962.0,New York City,False,-25.279,1.082,0.588,18.976,7.279,0.0,+40.6148679,-073.9974816 +36047026500,"Census Tract 265, Kings County, New York",4011,1027.0,2204.0,4.0,55.0,0.0,628.0,New York City,False,25.201,-35.016,-0.008,0.698,7.559,0.0,+40.6869045,-073.9446206 +36047026600,"Census Tract 266, Kings County, New York",3464,1024.0,5.0,0.0,1899.0,0.0,531.0,New York City,False,-32.84,-0.444,-0.265,29.578,5.914,0.0,+40.6126303,-073.9903254 +36047026700,"Census Tract 267, Kings County, New York",3937,927.0,2353.0,0.0,90.0,0.0,521.0,New York City,False,23.281,-33.946,-0.241,0.913,9.162,0.0,+40.6839731,-073.9440382 +36047026800,"Census Tract 268, Kings County, New York",3841,1751.0,3.0,0.0,1299.0,0.0,787.0,New York City,False,-30.664,-0.395,-0.249,19.903,12.647,0.0,+40.6104494,-073.9903619 +36047026900,"Census Tract 269, Kings County, New York",3302,236.0,2419.0,0.0,227.0,0.0,378.0,New York City,False,5.937,-17.699,-0.819,4.632,7.603,0.0,+40.6812827,-073.9433173 +36047027000,"Census Tract 270, Kings County, New York",2450,1623.0,27.0,10.0,721.0,0.0,62.0,New York City,False,-15.099,0.674,-0.191,16.849,-1.192,0.0,+40.6058611,-073.9899850 +36047027100,"Census Tract 271, Kings County, New York",2874,236.0,2179.0,38.0,130.0,0.0,231.0,New York City,True,7.002,-14.004,1.002,2.672,1.526,0.0,+40.6787956,-073.9369686 +36047027200,"Census Tract 272, Kings County, New York",3565,1768.0,0.0,48.0,1064.0,0.0,634.0,New York City,False,-19.123,-0.174,1.201,6.767,10.594,0.0,+40.6081765,-073.9927384 +36047027300,"Census Tract 273, Kings County, New York",3228,270.0,2725.0,15.0,59.0,0.0,117.0,New York City,False,7.645,-8.133,0.106,1.403,-1.831,0.0,+40.6810841,-073.9374383 +36047027400,"Census Tract 274, Kings County, New York",3019,1533.0,1.0,0.0,993.0,0.0,492.0,New York City,False,-20.868,-0.279,0.0,11.367,11.826,0.0,+40.6109495,-073.9952920 +36047027500,"Census Tract 275, Kings County, New York",4630,675.0,3016.0,0.0,277.0,0.0,444.0,New York City,False,13.86,-27.332,-0.144,4.137,5.155,0.0,+40.6838975,-073.9381789 +36047027600,"Census Tract 276, Kings County, New York",4103,1311.0,0.0,0.0,1641.0,0.0,1151.0,New York City,False,-32.683,-0.27,-0.21,16.789,17.486,0.0,+40.6108964,-073.9994890 +36047027700,"Census Tract 277, Kings County, New York",4630,394.0,3575.0,32.0,41.0,0.0,505.0,New York City,False,8.01,-14.263,0.691,-0.114,4.284,0.0,+40.6868289,-073.9387604 +36047027800,"Census Tract 278, Kings County, New York",3181,1488.0,59.0,0.0,1400.0,0.0,177.0,New York City,False,-23.382,1.13,-0.29,28.13,-2.594,0.0,+40.6068585,-074.0012211 +36047027900,"Census Tract 279, Kings County, New York",3705,421.0,2807.0,0.0,20.0,0.0,299.0,New York City,False,11.231,-16.377,-0.369,-0.225,1.818,0.0,+40.6897594,-073.9393446 +36047028000,"Census Tract 280, Kings County, New York",1763,724.0,38.0,0.0,741.0,0.0,248.0,New York City,False,-20.833,0.315,-0.593,15.087,6.767,0.0,+40.6011057,-074.0073298 +36047028100,"Census Tract 281, Kings County, New York",5076,455.0,2467.0,6.0,186.0,0.0,1794.0,New York City,False,8.321,-15.02,-0.022,3.273,0.166,0.0,+40.6926888,-073.9399286 +36047028200,"Census Tract 282, Kings County, New York",3496,1671.0,0.0,0.0,1480.0,0.0,258.0,New York City,False,-20.369,-0.381,-0.069,18.666,1.152,0.0,+40.6002500,-074.0054401 +36047028300,"Census Tract 283, Kings County, New York",3997,504.0,1997.0,14.0,42.0,0.0,1426.0,New York City,False,11.919,-10.965,-0.009,0.334,-1.161,-0.083,+40.6952563,-073.9404379 +36047028400,"Census Tract 284, Kings County, New York",3712,1977.0,60.0,12.0,1251.0,0.0,401.0,New York City,False,-12.605,1.119,0.323,16.478,-1.847,0.0,+40.6056742,-073.9989428 +36047028501,"Census Tract 285.01, Kings County, New York",460,137.0,22.0,0.0,21.0,0.0,280.0,New York City,False,22.68,-24.964,-0.211,3.44,-0.522,-0.07,+40.6994266,-073.9420913 +36047028502,"Census Tract 285.02, Kings County, New York",2938,7.0,1565.0,0.0,110.0,0.0,1215.0,New York City,False,-0.139,-2.843,-0.548,3.641,-1.13,0.0,+40.6974508,-073.9408850 +36047028600,"Census Tract 286, Kings County, New York",5115,2414.0,130.0,96.0,1481.0,0.0,983.0,New York City,False,-21.826,0.616,1.616,11.217,11.413,0.0,+40.5987718,-074.0019271 +36047028700,"Census Tract 287, Kings County, New York",2781,339.0,1282.0,26.0,270.0,0.0,822.0,New York City,False,8.96,-6.605,0.064,2.304,-5.288,0.0,+40.6956353,-073.9354275 +36047028800,"Census Tract 288, Kings County, New York",3816,1439.0,9.0,0.0,1546.0,0.0,702.0,New York City,False,-17.814,-0.249,-0.086,11.881,4.836,0.0,+40.6045113,-073.9965623 +36047028900,"Census Tract 289, Kings County, New York",3789,356.0,2260.0,59.0,46.0,0.0,1024.0,New York City,False,7.881,-7.137,1.324,-0.155,-2.519,0.0,+40.6930515,-073.9330041 +36047029000,"Census Tract 290, Kings County, New York",4186,2862.0,0.0,0.0,945.0,0.0,265.0,New York City,False,-1.934,-0.631,-0.026,5.794,-3.269,0.0,+40.6031741,-073.9943478 +36047029100,"Census Tract 291, Kings County, New York",2896,477.0,2003.0,0.0,10.0,0.0,352.0,New York City,False,16.363,-21.473,-0.252,-0.159,3.837,0.0,+40.6904272,-073.9335410 +36047029200,"Census Tract 292, Kings County, New York",2971,1321.0,94.0,0.0,989.0,0.0,544.0,New York City,False,-21.016,1.526,-0.123,14.082,5.575,0.0,+40.5972459,-074.0007128 +36047029300,"Census Tract 293, Kings County, New York",3156,159.0,2034.0,41.0,150.0,0.0,744.0,New York City,False,4.611,-23.406,0.384,3.624,14.206,0.0,+40.6874968,-073.9329582 +36047029400,"Census Tract 294, Kings County, New York",2493,1293.0,157.0,0.0,607.0,0.0,369.0,New York City,False,-12.32,4.469,-0.213,-0.025,6.592,0.0,+40.5942315,-074.0005814 +36047029500,"Census Tract 295, Kings County, New York",4027,821.0,2504.0,0.0,173.0,0.0,391.0,New York City,False,20.04,-32.426,-0.187,3.308,6.264,0.0,+40.6845660,-073.9323759 +36047029600,"Census Tract 296, Kings County, New York",5845,2857.0,6.0,15.0,2500.0,0.0,285.0,New York City,False,-21.231,-0.346,0.257,25.928,-6.241,0.0,+40.6009574,-073.9930188 +36047029700,"Census Tract 297, Kings County, New York",4302,465.0,3161.0,0.0,55.0,0.0,342.0,New York City,False,9.734,-19.805,-0.537,0.143,4.158,0.0,+40.6812727,-073.9316176 +36047029800,"Census Tract 298, Kings County, New York",4126,1794.0,40.0,0.0,1261.0,0.0,894.0,New York City,False,-25.939,0.76,-0.209,12.768,10.788,0.0,+40.6008233,-073.9879075 +36047029900,"Census Tract 299, Kings County, New York",2947,89.0,2165.0,0.0,98.0,0.0,579.0,New York City,False,1.27,-8.792,-0.785,2.42,6.129,0.0,+40.6781448,-073.9257979 +36047030000,"Census Tract 300, Kings County, New York",4237,1181.0,55.0,0.0,2159.0,0.0,842.0,New York City,False,-29.314,0.879,-0.28,17.119,12.966,-0.028,+40.5974031,-073.9887444 +36047030100,"Census Tract 301, Kings County, New York",2675,189.0,1965.0,0.0,197.0,0.0,324.0,New York City,False,6.876,-12.316,-0.566,7.213,-1.058,0.0,+40.6776216,-073.9162280 +36047030200,"Census Tract 302, Kings County, New York",4802,1553.0,29.0,0.0,2889.0,0.0,218.0,New York City,False,-30.876,0.173,-0.296,29.443,0.202,-0.027,+40.5957121,-073.9906470 +36047030300,"Census Tract 303, Kings County, New York",5120,75.0,3757.0,0.0,45.0,0.0,1181.0,New York City,False,1.025,-14.653,-0.264,-0.03,13.122,0.0,+40.6751161,-073.9179373 +36047030400,"Census Tract 304, Kings County, New York",4109,1900.0,75.0,0.0,1667.0,0.0,264.0,New York City,False,-17.653,0.64,-0.177,13.867,-0.786,0.0,+40.5902839,-073.9965003 +36047030500,"Census Tract 305, Kings County, New York",6267,2483.0,2471.0,0.0,317.0,0.0,903.0,New York City,True,37.087,-37.691,-0.356,2.902,-2.401,0.0,+40.6773164,-073.9590603 +36047030600,"Census Tract 306, Kings County, New York",1880,805.0,8.0,0.0,789.0,0.0,219.0,New York City,False,-23.813,-0.304,-0.209,17.098,5.705,0.0,+40.5911556,-073.9861335 +36047030700,"Census Tract 307, Kings County, New York",4958,170.0,3263.0,0.0,30.0,0.0,1438.0,New York City,True,3.215,-22.912,-0.268,0.444,18.426,0.0,+40.6755830,-073.9262196 +36047030800,"Census Tract 308, Kings County, New York",2006,1419.0,30.0,0.0,330.0,0.0,195.0,New York City,True,-0.344,1.2,-0.059,-1.763,1.324,0.0,+40.5865515,-073.9795108 +36047030900,"Census Tract 309, Kings County, New York",2190,59.0,1532.0,0.0,346.0,0.0,253.0,New York City,False,2.443,-11.904,-0.314,14.983,-5.208,0.0,+40.6761508,-073.9330036 +36047031100,"Census Tract 311, Kings County, New York",3194,185.0,2381.0,0.0,14.0,0.0,409.0,New York City,True,5.264,-17.869,-0.075,-1.336,8.239,0.0,+40.6764778,-073.9389551 +36047031300,"Census Tract 313, Kings County, New York",4753,588.0,3496.0,18.0,18.0,0.0,565.0,New York City,False,11.597,-18.395,0.191,-0.75,6.115,0.0,+40.6765714,-073.9443030 +36047031400,"Census Tract 314, Kings County, New York",5127,3529.0,22.0,17.0,1148.0,0.0,411.0,New York City,False,-6.149,-0.232,0.199,5.752,2.182,0.0,+40.5844904,-073.9943955 +36047031500,"Census Tract 315, Kings County, New York",4776,1346.0,2696.0,0.0,184.0,0.0,340.0,New York City,False,27.624,-34.335,-0.168,2.587,0.696,0.0,+40.6769132,-073.9499243 +36047031701,"Census Tract 317.01, Kings County, New York",3306,898.0,2055.0,10.0,162.0,0.0,112.0,New York City,False,26.537,-30.789,-0.188,4.546,-1.594,0.0,+40.6738669,-073.9501241 +36047031702,"Census Tract 317.02, Kings County, New York",3799,1082.0,1872.0,0.0,166.0,0.0,385.0,New York City,False,26.916,-38.877,-0.168,3.364,1.668,0.0,+40.6711930,-073.9503749 +36047031900,"Census Tract 319, Kings County, New York",3412,1143.0,1934.0,0.0,34.0,0.0,249.0,New York City,False,16.096,-17.889,-0.286,0.71,1.973,0.0,+40.6668852,-073.9493978 +36047032100,"Census Tract 321, Kings County, New York",5866,1094.0,3572.0,0.0,187.0,0.0,711.0,New York City,True,17.26,-20.949,-0.16,2.778,-3.631,-0.018,+40.6668692,-073.9521834 +36047032300,"Census Tract 323, Kings County, New York",3665,610.0,2487.0,0.0,67.0,0.0,320.0,New York City,False,15.9,-15.905,-0.292,1.084,-4.981,0.0,+40.6665474,-073.9550744 +36047032500,"Census Tract 325, Kings County, New York",6881,447.0,5647.0,0.0,165.0,0.0,530.0,New York City,False,5.833,-9.184,-0.256,1.991,0.519,0.0,+40.6672983,-073.9577655 +36047032600,"Census Tract 326, Kings County, New York",7191,1058.0,2542.0,45.0,658.0,0.0,2762.0,New York City,False,5.827,-11.414,0.267,2.071,2.629,-0.028,+40.5765295,-073.9882115 +36047032700,"Census Tract 327, Kings County, New York",2485,343.0,1605.0,0.0,28.0,0.0,459.0,New York City,False,11.347,-23.39,-0.491,0.145,10.715,-0.026,+40.6626465,-073.9587961 +36047032800,"Census Tract 328, Kings County, New York",2376,311.0,918.0,48.0,777.0,0.0,304.0,New York City,False,5.25,-5.644,1.415,6.703,-7.514,0.0,+40.5763672,-073.9976846 +36047032900,"Census Tract 329, Kings County, New York",6207,2545.0,2964.0,0.0,82.0,65.0,471.0,New York City,True,28.929,-25.13,-0.188,0.894,-5.339,1.047,+40.6632636,-073.9484196 +36047033000,"Census Tract 330, Kings County, New York",4948,816.0,2726.0,0.0,208.0,0.0,1042.0,New York City,False,3.954,-5.176,-0.567,2.634,-3.071,0.0,+40.5801785,-073.9994354 +36047033100,"Census Tract 331, Kings County, New York",4046,2357.0,1511.0,0.0,0.0,0.0,178.0,New York City,False,10.848,-6.125,-0.169,-0.529,-0.363,0.0,+40.6641582,-073.9420074 +36047033300,"Census Tract 333, Kings County, New York",4531,3223.0,1135.0,7.0,0.0,0.0,143.0,New York City,False,17.892,-14.295,0.087,-0.401,-1.097,0.0,+40.6658373,-073.9425263 +36047033500,"Census Tract 335, Kings County, New York",3034,1993.0,854.0,0.0,35.0,0.0,137.0,New York City,False,29.695,-28.166,-0.064,0.705,0.38,0.0,+40.6675941,-073.9423885 +36047033600,"Census Tract 336, Kings County, New York",4041,3265.0,239.0,2.0,108.0,0.0,302.0,New York City,False,5.182,-2.305,-0.009,0.153,-1.928,0.0,+40.5759997,-074.0084907 +36047033700,"Census Tract 337, Kings County, New York",4254,1641.0,1990.0,32.0,110.0,0.0,469.0,New York City,False,8.67,-14.418,0.62,1.925,4.529,-0.022,+40.6694016,-073.9421813 +36047033900,"Census Tract 339, Kings County, New York",4829,1045.0,3080.0,0.0,256.0,0.0,268.0,New York City,False,21.134,-27.631,-0.286,4.706,-1.409,-0.022,+40.6712119,-073.9420151 +36047034000,"Census Tract 340, Kings County, New York",2215,782.0,837.0,0.0,134.0,0.0,455.0,New York City,False,-2.688,1.547,-0.438,5.492,-3.552,0.0,+40.5723223,-073.9964764 +36047034100,"Census Tract 341, Kings County, New York",2809,389.0,2101.0,0.0,11.0,0.0,182.0,New York City,False,12.409,-16.173,-0.108,-0.472,0.434,0.0,+40.6735662,-073.9445868 +36047034200,"Census Tract 342, Kings County, New York",6404,2028.0,2112.0,0.0,360.0,0.0,1662.0,New York City,False,17.087,-21.001,-0.509,3.839,-2.471,0.0,+40.5741077,-073.9968627 +36047034300,"Census Tract 343, Kings County, New York",5279,389.0,3345.0,48.0,200.0,0.0,1180.0,New York City,False,6.522,-25.76,0.578,3.458,13.391,-0.018,+40.6735031,-073.9388376 +36047034500,"Census Tract 345, Kings County, New York",3050,230.0,2193.0,0.0,27.0,0.0,416.0,New York City,True,6.948,-17.738,-0.316,0.173,5.019,0.0,+40.6732278,-073.9336926 +36047034700,"Census Tract 347, Kings County, New York",3412,52.0,2854.0,0.0,65.0,0.0,441.0,New York City,True,1.174,-5.271,-0.127,1.809,2.447,0.0,+40.6726583,-073.9279722 +36047034800,"Census Tract 348, Kings County, New York",2874,950.0,78.0,0.0,500.0,0.0,1346.0,New York City,True,-3.863,-5.307,-0.393,6.335,6.132,0.0,+40.5812120,-073.9833628 +36047034900,"Census Tract 349, Kings County, New York",6041,462.0,4771.0,0.0,68.0,0.0,621.0,New York City,False,5.764,-8.424,-0.054,0.767,0.427,0.0,+40.6682771,-073.9297782 +36047035000,"Census Tract 350, Kings County, New York",2856,2772.0,24.0,0.0,20.0,0.0,40.0,New York City,True,2.224,-0.178,-0.029,-0.625,0.115,0.0,+40.5775623,-073.9789488 +36047035100,"Census Tract 351, Kings County, New York",4445,796.0,2277.0,13.0,116.0,0.0,966.0,New York City,False,4.844,-21.775,0.074,0.274,11.241,0.0,+40.6684292,-073.9325473 +36047035200,"Census Tract 352, Kings County, New York",1083,594.0,289.0,6.0,12.0,0.0,182.0,New York City,False,-5.136,9.716,0.317,-0.628,-3.321,0.0,+40.5701691,-073.9788364 +36047035300,"Census Tract 353, Kings County, New York",5253,968.0,3522.0,0.0,185.0,0.0,448.0,New York City,False,8.065,-9.797,-0.018,3.126,-2.375,0.0,+40.6685796,-073.9353139 +36047035400,"Census Tract 354, Kings County, New York",5533,5080.0,31.0,0.0,0.0,0.0,398.0,New York City,True,-1.677,-2.659,-0.036,-0.516,4.685,0.0,+40.5801329,-073.9726148 +36047035500,"Census Tract 355, Kings County, New York",5397,922.0,3899.0,0.0,0.0,0.0,535.0,New York City,False,9.519,-8.706,-0.166,-0.276,2.422,0.0,+40.6644050,-073.9334722 +36047035601,"Census Tract 356.01, Kings County, New York",2849,2575.0,158.0,0.0,0.0,9.0,107.0,New York City,True,-2.856,2.41,-0.11,-0.416,1.135,0.304,+40.5808793,-073.9697026 +36047035602,"Census Tract 356.02, Kings County, New York",5198,4953.0,1.0,0.0,115.0,0.0,104.0,New York City,True,2.048,-3.117,-0.11,1.796,-0.62,-0.012,+40.5778298,-073.9702043 +36047035700,"Census Tract 357, Kings County, New York",2425,48.0,1852.0,8.0,11.0,0.0,404.0,New York City,False,1.63,-7.158,0.112,-0.287,1.671,0.0,+40.6680437,-073.9268441 +36047035900,"Census Tract 359, Kings County, New York",5337,5.0,4622.0,0.0,65.0,0.0,614.0,New York City,False,-0.591,0.261,-0.304,0.761,-0.175,0.0,+40.6704331,-073.9238643 +36047036001,"Census Tract 360.01, Kings County, New York",3090,2927.0,16.0,0.0,0.0,0.0,41.0,New York City,False,3.962,0.288,-0.086,-3.165,-2.5,0.0,+40.5757896,-073.9655591 +36047036002,"Census Tract 360.02, Kings County, New York",4241,3683.0,32.0,0.0,134.0,0.0,367.0,New York City,False,-4.859,0.306,0.0,0.583,3.808,0.0,+40.5763621,-073.9612376 +36047036100,"Census Tract 361, Kings County, New York",2973,124.0,2145.0,0.0,17.0,0.0,654.0,New York City,False,3.46,-7.717,-0.355,0.059,3.522,0.0,+40.6695662,-073.9199592 +36047036200,"Census Tract 362, Kings County, New York",3480,1416.0,40.0,108.0,957.0,0.0,959.0,New York City,False,9.848,-2.647,2.513,1.458,-9.205,0.0,+40.5781170,-073.9640009 +36047036300,"Census Tract 363, Kings County, New York",4331,223.0,3409.0,39.0,15.0,0.0,619.0,New York City,False,4.385,-2.702,0.627,-0.009,-2.684,-0.027,+40.6721757,-073.9169923 +36047036400,"Census Tract 364, Kings County, New York",2498,1549.0,47.0,7.0,614.0,0.0,225.0,New York City,True,22.631,-0.201,0.015,-1.357,-16.173,0.0,+40.5801614,-073.9638638 +36047036501,"Census Tract 365.01, Kings County, New York",2916,21.0,2655.0,0.0,18.0,0.0,222.0,New York City,False,0.379,4.544,-0.17,-0.49,-3.711,0.0,+40.6750312,-073.9115136 +36047036502,"Census Tract 365.02, Kings County, New York",1282,63.0,845.0,0.0,9.0,0.0,365.0,New York City,False,-0.206,16.114,-0.1,-0.402,-13.898,0.0,+40.6747260,-073.9075430 +36047036600,"Census Tract 366, Kings County, New York",5165,2279.0,100.0,0.0,1280.0,0.0,1273.0,New York City,False,0.451,-0.514,-0.36,-6.708,4.98,0.0,+40.5828706,-073.9637676 +36047036700,"Census Tract 367, Kings County, New York",1405,56.0,861.0,0.0,70.0,0.0,361.0,New York City,False,2.092,15.76,-0.801,3.38,-24.124,0.0,+40.6775646,-073.9046130 +36047036900,"Census Tract 369, Kings County, New York",5619,341.0,3582.0,0.0,14.0,0.0,1640.0,New York City,True,5.133,-8.789,-0.326,-0.321,3.943,0.0,+40.6796500,-073.9092283 +36047037000,"Census Tract 370, Kings County, New York",4495,2785.0,0.0,32.0,1400.0,0.0,224.0,New York City,False,-12.414,-0.763,0.244,11.205,1.29,0.0,+40.5878492,-073.9631650 +36047037100,"Census Tract 371, Kings County, New York",4491,348.0,3231.0,0.0,80.0,0.0,758.0,New York City,False,7.171,-16.454,-0.226,1.304,6.833,-0.1,+40.6802873,-073.9138395 +36047037300,"Census Tract 373, Kings County, New York",4050,447.0,2492.0,48.0,72.0,0.0,977.0,New York City,False,10.465,-22.846,0.447,1.421,10.501,-0.024,+40.6839488,-073.9152154 +36047037401,"Census Tract 374.01, Kings County, New York",4470,3235.0,254.0,71.0,363.0,0.0,142.0,New York City,False,-12.191,4.368,1.479,-1.422,-0.362,-0.011,+40.5879978,-073.9677550 +36047037402,"Census Tract 374.02, Kings County, New York",4753,3001.0,101.0,0.0,855.0,0.0,744.0,New York City,False,-21.423,0.811,-0.109,8.446,12.114,-0.011,+40.5867880,-073.9720026 +36047037500,"Census Tract 375, Kings County, New York",3042,546.0,1408.0,125.0,444.0,0.0,586.0,New York City,False,16.713,-32.91,3.932,12.9,1.92,-0.071,+40.6876200,-073.9215167 +36047037700,"Census Tract 377, Kings County, New York",4354,400.0,3220.0,19.0,45.0,0.0,545.0,New York City,False,8.455,-19.33,0.253,0.642,7.265,0.0,+40.6840883,-073.9201876 +36047037900,"Census Tract 379, Kings County, New York",3683,343.0,3017.0,0.0,46.0,0.0,235.0,New York City,True,7.615,-8.532,-0.071,1.178,-1.26,0.0,+40.6804989,-073.9193657 +36047038100,"Census Tract 381, Kings County, New York",5459,393.0,4194.0,0.0,0.0,0.0,792.0,New York City,True,6.931,-11.995,-0.474,-0.371,4.836,0.0,+40.6810478,-073.9254263 +36047038200,"Census Tract 382, Kings County, New York",6197,343.0,2118.0,0.0,1637.0,0.0,1817.0,New York City,False,-3.408,-5.475,-0.617,12.782,-7.134,0.0,+40.5915250,-073.9814805 +36047038300,"Census Tract 383, Kings County, New York",4525,368.0,3488.0,0.0,249.0,0.0,327.0,New York City,True,7.233,-17.141,-0.075,5.353,2.801,0.0,+40.6845246,-073.9262056 +36047038500,"Census Tract 385, Kings County, New York",3503,458.0,2216.0,34.0,124.0,0.0,636.0,New York City,True,12.579,-26.349,0.806,2.934,9.97,0.0,+40.6874554,-073.9267891 +36047038600,"Census Tract 386, Kings County, New York",3730,1356.0,1.0,0.0,1377.0,0.0,950.0,New York City,False,-22.515,-2.786,-0.296,14.53,12.973,0.0,+40.5923495,-073.9751085 +36047038700,"Census Tract 387, Kings County, New York",4201,791.0,2274.0,26.0,125.0,0.0,956.0,New York City,False,18.075,-28.919,-0.358,2.807,8.263,0.0,+40.6905393,-073.9277496 +36047038800,"Census Tract 388, Kings County, New York",3833,2698.0,257.0,0.0,511.0,0.0,341.0,New York City,False,-14.39,6.074,0.0,4.263,5.426,0.0,+40.5929248,-073.9692516 +36047038900,"Census Tract 389, Kings County, New York",2943,803.0,236.0,90.0,358.0,0.0,1515.0,New York City,True,25.405,1.067,2.708,7.529,-34.311,-0.131,+40.6994385,-073.9372349 +36047039000,"Census Tract 390, Kings County, New York",2457,2212.0,0.0,0.0,87.0,0.0,90.0,New York City,False,0.338,-0.046,-0.228,-2.846,0.743,0.0,+40.5929693,-073.9644266 +36047039100,"Census Tract 391, Kings County, New York",3053,572.0,321.0,0.0,78.0,0.0,1976.0,New York City,False,15.328,-5.096,0.0,0.306,-13.805,0.0,+40.6997950,-073.9336550 +36047039200,"Census Tract 392, Kings County, New York",2546,2083.0,0.0,0.0,331.0,0.0,132.0,New York City,False,-5.851,-0.466,-0.179,5.149,1.779,0.0,+40.5958499,-073.9630396 +36047039300,"Census Tract 393, Kings County, New York",3675,746.0,740.0,46.0,161.0,0.0,1964.0,New York City,True,18.549,-11.043,0.573,2.131,-10.058,0.0,+40.6956280,-073.9300045 +36047039400,"Census Tract 394, Kings County, New York",2464,1912.0,61.0,0.0,60.0,0.0,299.0,New York City,False,-9.695,1.843,0.0,-3.939,7.503,0.0,+40.5984930,-073.9650691 +36047039500,"Census Tract 395, Kings County, New York",4422,866.0,1581.0,0.0,373.0,0.0,1583.0,New York City,True,15.514,1.485,-0.743,7.142,-22.838,0.0,+40.6929683,-073.9247375 +36047039600,"Census Tract 396, Kings County, New York",1824,1446.0,0.0,83.0,25.0,132.0,127.0,New York City,False,-12.448,-0.394,4.55,-0.895,2.628,7.237,+40.5973496,-073.9697067 +36047039700,"Census Tract 397, Kings County, New York",3701,537.0,1893.0,0.0,51.0,0.0,1189.0,New York City,False,13.861,-14.901,-0.154,0.389,0.584,0.0,+40.6889488,-073.9191404 +36047039800,"Census Tract 398, Kings County, New York",2665,988.0,0.0,30.0,1169.0,0.0,475.0,New York City,False,-23.027,-0.669,0.791,21.406,2.307,0.0,+40.5954468,-073.9755124 +36047039900,"Census Tract 399, Kings County, New York",3893,441.0,1439.0,13.0,8.0,0.0,1868.0,New York City,True,10.163,-22.581,-0.063,-2.204,12.056,0.0,+40.6902356,-073.9175530 +36047040000,"Census Tract 400, Kings County, New York",3344,1350.0,20.0,0.0,1620.0,0.0,354.0,New York City,False,-22.248,-0.827,-0.102,28.262,-2.067,0.0,+40.5978088,-073.9761352 +36047040100,"Census Tract 401, Kings County, New York",3244,554.0,1636.0,1.0,141.0,0.0,898.0,New York City,True,16.033,-8.611,-0.476,3.712,-10.614,0.0,+40.6864591,-073.9127408 +36047040200,"Census Tract 402, Kings County, New York",2962,1172.0,0.0,58.0,1203.0,0.0,552.0,New York City,False,-16.048,-0.741,1.763,8.243,10.602,0.0,+40.5960009,-073.9827234 +36047040300,"Census Tract 403, Kings County, New York",4025,346.0,2491.0,0.0,50.0,0.0,1138.0,New York City,False,7.523,-6.814,-0.537,0.135,0.195,0.0,+40.6845226,-073.9082094 +36047040400,"Census Tract 404, Kings County, New York",2352,1041.0,12.0,0.0,1024.0,0.0,252.0,New York City,False,-23.782,0.32,-0.427,19.26,3.981,0.0,+40.6021856,-073.9854194 +36047040500,"Census Tract 405, Kings County, New York",1555,159.0,651.0,0.0,21.0,0.0,715.0,New York City,True,8.802,-17.91,-0.15,-0.298,9.352,0.0,+40.6815890,-073.9051763 +36047040600,"Census Tract 406, Kings County, New York",3533,1091.0,30.0,0.0,1756.0,0.0,577.0,New York City,False,-34.578,0.622,-0.097,23.254,10.472,0.0,+40.6005116,-073.9823218 +36047040700,"Census Tract 407, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6842987,-073.9012071 +36047040800,"Census Tract 408, Kings County, New York",3499,990.0,135.0,0.0,1601.0,0.0,724.0,New York City,False,-33.876,3.618,-0.034,16.28,13.913,0.0,+40.6012012,-073.9791341 +36047040900,"Census Tract 409, Kings County, New York",3526,320.0,596.0,22.0,18.0,0.0,2554.0,New York City,True,8.02,-11.155,0.424,-0.288,2.915,0.0,+40.6910811,-073.9046130 +36047041000,"Census Tract 410, Kings County, New York",1977,1247.0,13.0,0.0,592.0,0.0,101.0,New York City,False,-15.255,0.029,0.0,19.767,-2.267,0.0,+40.6009797,-073.9754514 +36047041100,"Census Tract 411, Kings County, New York",3147,363.0,1335.0,0.0,62.0,0.0,1343.0,New York City,False,10.231,-17.466,-0.141,1.265,5.136,-0.035,+40.6878787,-073.9071509 +36047041200,"Census Tract 412, Kings County, New York",3161,1616.0,0.0,23.0,923.0,0.0,544.0,New York City,False,-13.759,-0.812,0.728,3.055,9.677,0.0,+40.6041574,-073.9741916 +36047041300,"Census Tract 413, Kings County, New York",4062,444.0,1314.0,51.0,156.0,0.0,2082.0,New York City,False,10.069,-23.053,0.948,3.44,8.381,0.0,+40.6898146,-073.9106200 +36047041401,"Census Tract 414.01, Kings County, New York",1653,1325.0,11.0,0.0,91.0,0.0,226.0,New York City,False,-4.231,-1.134,-0.072,-0.538,7.125,0.0,+40.6017065,-073.9710654 +36047041402,"Census Tract 414.02, Kings County, New York",1783,1699.0,0.0,0.0,0.0,0.0,84.0,New York City,False,3.11,0.0,-0.156,-2.711,0.175,0.0,+40.6024233,-073.9679363 +36047041500,"Census Tract 415, Kings County, New York",4409,378.0,1177.0,49.0,100.0,0.0,2727.0,New York City,False,8.023,-29.6,0.946,1.718,20.317,0.0,+40.6919502,-073.9143896 +36047041600,"Census Tract 416, Kings County, New York",2357,1760.0,65.0,0.0,151.0,0.0,359.0,New York City,False,-14.777,2.396,-0.081,2.459,9.875,0.0,+40.6024112,-073.9634864 +36047041700,"Census Tract 417, Kings County, New York",3215,281.0,663.0,11.0,273.0,0.0,1974.0,New York City,False,7.145,-11.345,-0.252,7.865,-3.379,0.0,+40.6937625,-073.9179179 +36047041800,"Census Tract 418, Kings County, New York",2598,2096.0,4.0,7.0,120.0,0.0,378.0,New York City,False,0.859,-0.044,0.229,-2.227,4.973,0.0,+40.6054000,-073.9648516 +36047041900,"Census Tract 419, Kings County, New York",3871,390.0,747.0,154.0,91.0,0.0,2480.0,New York City,False,8.642,-2.914,3.799,1.66,-10.934,0.0,+40.6953233,-073.9210331 +36047042000,"Census Tract 420, Kings County, New York",1831,1688.0,15.0,0.0,39.0,0.0,89.0,New York City,False,7.217,-0.333,-0.044,-2.17,-4.625,-0.044,+40.6092377,-073.9643323 +36047042100,"Census Tract 421, Kings County, New York",4321,624.0,486.0,47.0,216.0,0.0,2967.0,New York City,False,12.717,-8.201,0.858,3.333,-7.692,0.0,+40.6970293,-073.9240384 +36047042200,"Census Tract 422, Kings County, New York",3523,2155.0,49.0,69.0,156.0,0.0,797.0,New York City,False,-21.302,0.52,1.932,-0.335,12.389,0.0,+40.6068705,-073.9699923 +36047042300,"Census Tract 423, Kings County, New York",4384,1047.0,188.0,19.0,228.0,0.0,2885.0,New York City,True,21.111,-2.546,0.091,4.252,-21.968,0.0,+40.6990021,-073.9272887 +36047042400,"Census Tract 424, Kings County, New York",3752,2217.0,0.0,20.0,890.0,0.0,589.0,New York City,False,-1.53,-0.65,0.289,-0.656,2.128,0.0,+40.6067483,-073.9760484 +36047042500,"Census Tract 425, Kings County, New York",3103,996.0,201.0,1.0,118.0,0.0,1744.0,New York City,False,30.063,1.965,0.032,3.361,-36.451,0.0,+40.7014485,-073.9309587 +36047042600,"Census Tract 426, Kings County, New York",4373,1695.0,141.0,0.0,1723.0,0.0,732.0,New York City,False,-21.401,2.884,-0.183,12.982,7.192,0.0,+40.6056750,-073.9801891 +36047042700,"Census Tract 427, Kings County, New York",5303,1360.0,414.0,16.0,249.0,0.0,3150.0,New York City,False,23.753,2.306,0.177,1.855,-29.741,0.0,+40.7036832,-073.9271913 +36047042800,"Census Tract 428, Kings County, New York",3692,2421.0,19.0,0.0,1023.0,0.0,188.0,New York City,False,-7.586,0.023,-0.082,10.007,-2.733,0.0,+40.6056458,-073.9843266 +36047042900,"Census Tract 429, Kings County, New York",5327,1356.0,127.0,0.0,200.0,0.0,3537.0,New York City,True,22.213,-1.853,-0.583,-0.621,-19.26,0.0,+40.7017991,-073.9234556 +36047043000,"Census Tract 430, Kings County, New York",3602,1564.0,0.0,0.0,1595.0,0.0,406.0,New York City,False,-24.584,-0.486,-0.122,22.707,2.065,0.0,+40.6092493,-073.9842020 +36047043100,"Census Tract 431, Kings County, New York",5369,1251.0,138.0,108.0,675.0,0.0,3238.0,New York City,False,18.467,-1.088,1.766,9.274,-26.348,0.0,+40.6996605,-073.9196980 +36047043200,"Census Tract 432, Kings County, New York",4522,1802.0,19.0,8.0,1936.0,0.0,619.0,New York City,False,-14.243,-0.202,0.151,14.808,-2.684,0.0,+40.6106815,-073.9806847 +36047043300,"Census Tract 433, Kings County, New York",4284,273.0,321.0,21.0,327.0,0.0,3363.0,New York City,False,4.819,-7.311,0.217,4.77,-1.161,0.0,+40.6975220,-073.9159390 +36047043400,"Census Tract 434, Kings County, New York",3480,1926.0,0.0,0.0,1186.0,0.0,325.0,New York City,False,-9.546,-0.623,-0.312,10.731,-0.692,0.0,+40.6100424,-073.9769277 +36047043500,"Census Tract 435, Kings County, New York",5202,523.0,792.0,0.0,68.0,0.0,3800.0,New York City,True,9.053,-10.342,-0.067,-0.807,3.156,0.0,+40.6953840,-073.9121802 +36047043600,"Census Tract 436, Kings County, New York",4532,2758.0,52.0,0.0,1450.0,0.0,272.0,New York City,False,-8.373,0.699,-0.323,13.09,-3.724,0.0,+40.6131300,-073.9778573 +36047043700,"Census Tract 437, Kings County, New York",6449,1079.0,1056.0,13.0,46.0,0.0,4096.0,New York City,False,15.657,-12.171,0.043,-0.461,-5.016,-0.04,+40.6932450,-073.9084239 +36047043800,"Census Tract 438, Kings County, New York",2556,1880.0,60.0,0.0,231.0,0.0,322.0,New York City,False,-12.424,1.636,-0.262,2.568,7.624,0.0,+40.6103302,-073.9710944 +36047043900,"Census Tract 439, Kings County, New York",4146,272.0,679.0,70.0,399.0,0.0,2651.0,New York City,False,4.735,1.237,1.317,3.589,-11.31,0.0,+40.6974716,-073.9093087 +36047044000,"Census Tract 440, Kings County, New York",2939,2451.0,52.0,0.0,92.0,0.0,241.0,New York City,False,-3.214,1.696,0.0,-2.593,1.707,0.0,+40.6130385,-073.9709770 +36047044100,"Census Tract 441, Kings County, New York",5261,804.0,165.0,72.0,745.0,0.0,3450.0,New York City,False,7.307,-1.091,1.014,3.202,-9.201,0.0,+40.7014228,-073.9140520 +36047044200,"Census Tract 442, Kings County, New York",2991,2688.0,0.0,200.0,28.0,0.0,0.0,New York City,False,0.385,-0.511,6.614,-1.912,-6.061,0.0,+40.6123965,-073.9655936 +36047044300,"Census Tract 443, Kings County, New York",4896,1022.0,156.0,0.0,905.0,0.0,2695.0,New York City,False,10.893,0.902,-0.518,8.599,-20.233,0.0,+40.7033043,-073.9166863 +36047044400,"Census Tract 444, Kings County, New York",3514,2874.0,87.0,0.0,122.0,0.0,424.0,New York City,False,-3.936,2.039,-0.281,-1.87,5.099,0.0,+40.6157674,-073.9693220 +36047044500,"Census Tract 445, Kings County, New York",5066,1073.0,299.0,57.0,433.0,0.0,3044.0,New York City,True,14.69,1.51,-0.121,-7.144,-8.357,-0.044,+40.7050360,-073.9196716 +36047044600,"Census Tract 446, Kings County, New York",2190,1124.0,13.0,0.0,754.0,0.0,259.0,New York City,False,-13.052,-0.341,0.0,8.096,3.855,0.0,+40.6152294,-073.9760576 +36047044700,"Census Tract 447, Kings County, New York",2496,655.0,436.0,0.0,110.0,13.0,1239.0,New York City,True,18.913,12.795,-0.531,2.442,-33.261,0.521,+40.7066908,-073.9226186 +36047044800,"Census Tract 448, Kings County, New York",1801,1430.0,0.0,0.0,132.0,0.0,193.0,New York City,False,-4.223,-0.67,-0.131,-1.035,4.935,0.0,+40.6181311,-073.9732444 +36047044900,"Census Tract 449, Kings County, New York",3034,474.0,1091.0,18.0,109.0,0.0,1342.0,New York City,True,0.752,-1.622,0.496,2.528,-1.703,0.0,+40.7171351,-073.9303436 +36047045000,"Census Tract 450, Kings County, New York",551,519.0,0.0,0.0,13.0,0.0,19.0,New York City,False,3.101,-1.707,0.0,-0.908,0.627,0.0,+40.6217191,-073.9728701 +36047045200,"Census Tract 452, Kings County, New York",2768,2601.0,21.0,0.0,63.0,0.0,83.0,New York City,False,-0.708,0.298,0.0,0.466,1.544,0.0,+40.6201742,-073.9681621 +36047045300,"Census Tract 453, Kings County, New York",2513,649.0,653.0,0.0,54.0,0.0,1141.0,New York City,False,19.638,22.272,-0.804,0.293,-41.415,0.0,+40.7065844,-073.9289569 +36047045400,"Census Tract 454, Kings County, New York",1771,1326.0,17.0,10.0,75.0,0.0,227.0,New York City,False,-7.449,0.344,0.423,-7.898,8.553,0.0,+40.6186826,-073.9650025 +36047045600,"Census Tract 456, Kings County, New York",2399,1711.0,21.0,0.0,467.0,0.0,67.0,New York City,False,-14.816,-0.069,-0.215,12.127,-1.928,0.0,+40.6261630,-073.9666205 +36047045800,"Census Tract 458, Kings County, New York",1602,1412.0,29.0,18.0,0.0,0.0,143.0,New York City,False,-6.903,1.546,1.058,-1.917,6.216,0.0,+40.6257017,-073.9690061 +36047046000,"Census Tract 460, Kings County, New York",3969,1889.0,59.0,19.0,1539.0,0.0,244.0,New York City,False,-9.44,-4.865,0.043,10.723,-1.104,0.0,+40.6321630,-073.9657330 +36047046201,"Census Tract 462.01, Kings County, New York",2498,2152.0,0.0,0.0,296.0,0.0,42.0,New York City,True,13.816,-2.166,-0.286,-1.678,-6.043,0.0,+40.6276229,-073.9735164 +36047046202,"Census Tract 462.02, Kings County, New York",2283,1915.0,0.0,0.0,17.0,0.0,339.0,New York City,False,0.592,-0.537,-0.537,-6.906,8.07,0.0,+40.6245852,-073.9742281 +36047046400,"Census Tract 464, Kings County, New York",2929,2647.0,48.0,0.0,119.0,0.0,67.0,New York City,False,2.591,1.363,-0.079,-0.746,-2.719,-0.236,+40.6246553,-073.9783990 +36047046800,"Census Tract 468, Kings County, New York",2368,2274.0,7.0,0.0,52.0,0.0,35.0,New York City,False,5.908,0.194,0.0,-1.368,-4.123,0.0,+40.6214965,-073.9806533 +36047047000,"Census Tract 470, Kings County, New York",2719,2409.0,13.0,0.0,121.0,0.0,112.0,New York City,False,-5.043,0.412,-0.099,3.324,2.066,-0.033,+40.6255890,-073.9867507 +36047047200,"Census Tract 472, Kings County, New York",2777,2745.0,24.0,0.0,0.0,0.0,8.0,New York City,False,4.473,0.19,-0.269,-0.438,-1.733,0.0,+40.6270361,-073.9841274 +36047047400,"Census Tract 474, Kings County, New York",2717,2632.0,0.0,0.0,0.0,0.0,25.0,New York City,False,1.364,-0.067,-0.067,-0.436,-0.153,0.0,+40.6286836,-073.9823658 +36047047600,"Census Tract 476, Kings County, New York",3563,3048.0,132.0,18.0,8.0,0.0,342.0,New York City,False,-7.285,3.389,0.426,-2.753,7.569,0.0,+40.6305694,-073.9805808 +36047047700,"Census Tract 477, Kings County, New York",3816,2759.0,163.0,0.0,404.0,0.0,344.0,New York City,False,7.846,2.074,-0.439,7.028,-17.523,-0.044,+40.7182181,-073.9421366 +36047047800,"Census Tract 478, Kings County, New York",4455,3331.0,11.0,33.0,221.0,0.0,770.0,New York City,False,9.615,-0.831,0.578,-3.806,-4.421,0.0,+40.6333984,-073.9788744 +36047048000,"Census Tract 480, Kings County, New York",4028,2512.0,131.0,0.0,471.0,0.0,914.0,New York City,False,-2.192,0.928,-0.145,-3.298,7.903,-0.029,+40.6302931,-073.9744922 +36047048100,"Census Tract 481, Kings County, New York",3050,1535.0,137.0,0.0,510.0,0.0,826.0,New York City,False,13.062,2.833,-0.216,11.346,-26.85,-0.036,+40.7138604,-073.9384989 +36047048200,"Census Tract 482, Kings County, New York",5300,2438.0,305.0,8.0,2036.0,0.0,422.0,New York City,False,-6.599,-3.416,-0.169,13.839,-3.111,-0.038,+40.6332088,-073.9695313 +36047048400,"Census Tract 484, Kings County, New York",6107,4303.0,455.0,0.0,556.0,0.0,449.0,New York City,False,6.177,1.005,-0.305,0.542,-9.906,0.0,+40.6342861,-073.9736271 +36047048500,"Census Tract 485, Kings County, New York",2802,1379.0,107.0,34.0,137.0,0.0,1116.0,New York City,True,36.134,-3.497,0.903,1.603,-35.62,0.0,+40.7078399,-073.9363493 +36047048600,"Census Tract 486, Kings County, New York",3355,851.0,106.0,0.0,1473.0,0.0,911.0,New York City,False,2.994,-2.126,-0.755,5.79,-3.467,0.0,+40.6389191,-073.9784252 +36047048800,"Census Tract 488, Kings County, New York",3929,1843.0,232.0,0.0,1210.0,0.0,434.0,New York City,False,-5.585,-3.064,-0.41,12.495,-5.025,0.0,+40.6404769,-073.9762086 +36047048900,"Census Tract 489, Kings County, New York",3595,19.0,1279.0,37.0,48.0,0.0,2229.0,New York City,False,-0.143,-8.428,0.631,1.136,7.6,0.0,+40.7029206,-073.9392589 +36047049000,"Census Tract 490, Kings County, New York",6290,3215.0,450.0,54.0,1125.0,0.0,1236.0,New York City,False,-6.322,-7.132,-0.084,7.956,6.258,0.0,+40.6381109,-073.9730323 +36047049100,"Census Tract 491, Kings County, New York",6670,1199.0,773.0,122.0,2435.0,35.0,2228.0,New York City,False,11.704,-12.269,1.609,13.125,-11.838,0.525,+40.7035729,-073.9440999 +36047049200,"Census Tract 492, Kings County, New York",3108,1577.0,450.0,10.0,694.0,0.0,343.0,New York City,False,16.161,-12.927,-0.216,4.098,-3.07,0.0,+40.6408996,-073.9702106 +36047049300,"Census Tract 493, Kings County, New York",7797,1472.0,1272.0,26.0,266.0,0.0,4480.0,New York City,False,14.713,1.199,0.099,2.436,-21.008,0.0,+40.7078076,-073.9413538 +36047049400,"Census Tract 494, Kings County, New York",5930,2755.0,462.0,0.0,1408.0,0.0,998.0,New York City,False,-5.328,-10.222,-0.5,10.949,4.375,0.0,+40.6429660,-073.9738254 +36047049500,"Census Tract 495, Kings County, New York",2920,1564.0,65.0,0.0,355.0,0.0,873.0,New York City,False,14.435,0.099,-0.22,3.614,-19.168,0.0,+40.7123628,-073.9433572 +36047049600,"Census Tract 496, Kings County, New York",4452,1371.0,93.0,120.0,1357.0,0.0,1424.0,New York City,False,-9.49,0.071,2.52,-2.26,9.596,0.0,+40.6436870,-073.9804383 +36047049700,"Census Tract 497, Kings County, New York",2786,1834.0,34.0,14.0,421.0,0.0,392.0,New York City,False,-14.916,0.771,0.323,9.231,3.657,0.0,+40.7162166,-073.9445940 +36047049800,"Census Tract 498, Kings County, New York",4624,1680.0,214.0,0.0,1601.0,0.0,836.0,New York City,False,-10.952,1.703,-0.197,-0.028,4.981,-0.074,+40.6454295,-073.9826813 +36047049900,"Census Tract 499, Kings County, New York",1860,1470.0,21.0,0.0,126.0,0.0,165.0,New York City,False,-5.08,1.008,-0.121,4.591,-1.499,0.0,+40.7209087,-073.9468832 +36047050000,"Census Tract 500, Kings County, New York",3964,2236.0,233.0,0.0,903.0,0.0,478.0,New York City,False,-3.538,-5.807,-0.435,12.345,-3.131,0.0,+40.6482633,-073.9774137 +36047050100,"Census Tract 501, Kings County, New York",3157,2218.0,186.0,0.0,180.0,0.0,489.0,New York City,False,-1.738,5.363,-0.302,2.036,-5.788,0.0,+40.7157350,-073.9489203 +36047050202,"Census Tract 502.02, Kings County, New York",2246,1977.0,24.0,10.0,58.0,0.0,123.0,New York City,False,14.395,-5.815,0.119,-2.999,-7.547,-0.047,+40.6535104,-073.9752845 +36047050300,"Census Tract 503, Kings County, New York",2486,1481.0,23.0,167.0,214.0,0.0,528.0,New York City,True,8.751,-0.464,6.243,2.685,-18.944,0.0,+40.7122018,-073.9474623 +36047050400,"Census Tract 504, Kings County, New York",4626,2331.0,519.0,0.0,650.0,0.0,941.0,New York City,True,3.067,-6.101,-0.717,3.475,-0.205,-0.022,+40.6487193,-073.9735201 +36047050500,"Census Tract 505, Kings County, New York",4062,1161.0,600.0,73.0,486.0,0.0,1757.0,New York City,False,18.584,-0.76,1.298,4.485,-22.501,-0.024,+40.7080520,-073.9449451 +36047050600,"Census Tract 506, Kings County, New York",5986,931.0,2614.0,11.0,462.0,0.0,1900.0,New York City,False,10.542,-13.596,-0.123,4.631,-1.571,0.0,+40.6489784,-073.9668581 +36047050700,"Census Tract 507, Kings County, New York",2667,1851.0,187.0,0.0,36.0,0.0,490.0,New York City,False,64.734,0.556,-0.275,0.388,-68.852,0.0,+40.7014096,-073.9470079 +36047050801,"Census Tract 508.01, Kings County, New York",4112,490.0,2540.0,0.0,32.0,0.0,1029.0,New York City,False,10.058,-10.594,-0.346,-3.054,4.007,-0.014,+40.6512352,-073.9607363 +36047050803,"Census Tract 508.03, Kings County, New York",2260,426.0,1285.0,6.0,70.0,0.0,419.0,New York City,True,16.992,-15.506,-0.081,-0.735,-2.477,-0.014,+40.6539088,-073.9606234 +36047050804,"Census Tract 508.04, Kings County, New York",6297,1010.0,2798.0,0.0,135.0,0.0,2189.0,New York City,True,14.181,-27.93,-0.346,-1.688,13.746,-0.014,+40.6528350,-073.9635730 +36047050900,"Census Tract 509, Kings County, New York",4743,4273.0,178.0,0.0,0.0,12.0,280.0,New York City,False,42.473,3.263,-0.109,-0.326,-30.787,0.253,+40.7032772,-073.9505646 +36047051001,"Census Tract 510.01, Kings County, New York",4361,380.0,3097.0,13.0,67.0,0.0,761.0,New York City,False,7.388,-8.494,0.169,-0.049,0.972,0.0,+40.6461218,-073.9597677 +36047051002,"Census Tract 510.02, Kings County, New York",4595,453.0,2782.0,0.0,111.0,0.0,983.0,New York City,False,8.533,-18.966,-0.129,0.831,4.915,0.0,+40.6487514,-073.9603672 +36047051100,"Census Tract 511, Kings County, New York",4317,1485.0,216.0,0.0,882.0,0.0,1639.0,New York City,True,24.211,-6.74,-0.134,3.273,-22.168,0.0,+40.7075596,-073.9485791 +36047051200,"Census Tract 512, Kings County, New York",5907,1033.0,3025.0,0.0,105.0,0.0,1426.0,New York City,False,14.126,-19.755,-0.175,-1.599,2.397,0.0,+40.6465522,-073.9633627 +36047051300,"Census Tract 513, Kings County, New York",5058,2524.0,123.0,0.0,377.0,0.0,1814.0,New York City,False,25.6,-1.098,-0.413,5.024,-31.949,0.0,+40.7117914,-073.9521631 +36047051400,"Census Tract 514, Kings County, New York",7947,1117.0,3194.0,95.0,1053.0,0.0,2224.0,New York City,False,8.895,-22.159,0.727,8.232,1.828,0.0,+40.6427917,-073.9614284 +36047051500,"Census Tract 515, Kings County, New York",2024,1371.0,109.0,0.0,143.0,0.0,352.0,New York City,False,8.216,4.359,-0.798,2.732,-14.764,0.0,+40.7191277,-073.9505297 +36047051601,"Census Tract 516.01, Kings County, New York",5506,367.0,3327.0,0.0,184.0,0.0,1569.0,New York City,False,4.656,-22.302,-0.195,1.958,15.2,0.0,+40.6386227,-073.9567106 +36047051602,"Census Tract 516.02, Kings County, New York",4235,407.0,2890.0,0.0,135.0,0.0,647.0,New York City,True,7.601,-14.486,-0.195,1.804,1.981,0.0,+40.6416130,-073.9581408 +36047051700,"Census Tract 517, Kings County, New York",2343,1831.0,82.0,0.0,215.0,0.0,116.0,New York City,False,6.417,2.245,-0.132,6.666,-15.062,0.0,+40.7206502,-073.9545002 +36047051800,"Census Tract 518, Kings County, New York",3307,881.0,1482.0,0.0,280.0,0.0,549.0,New York City,False,9.783,-12.391,-0.299,-2.001,1.919,0.0,+40.6379909,-073.9607951 +36047051900,"Census Tract 519, Kings County, New York",5159,3479.0,188.0,0.0,541.0,0.0,810.0,New York City,False,7.429,1.705,-0.69,5.821,-12.758,0.0,+40.7157159,-073.9551571 +36047052000,"Census Tract 520, Kings County, New York",4684,1281.0,916.0,0.0,1228.0,0.0,1023.0,New York City,False,8.094,-13.497,-0.614,1.939,1.995,0.0,+40.6374454,-073.9641875 +36047052300,"Census Tract 523, Kings County, New York",5511,1769.0,70.0,182.0,339.0,19.0,3152.0,New York City,False,24.105,-1.366,3.11,4.685,-29.888,0.345,+40.7116633,-073.9588070 +36047052500,"Census Tract 525, Kings County, New York",3423,2023.0,180.0,0.0,143.0,0.0,1036.0,New York City,False,7.418,0.566,-0.254,2.397,-7.619,-0.028,+40.7088833,-073.9599784 +36047052600,"Census Tract 526, Kings County, New York",4737,1882.0,1038.0,87.0,838.0,0.0,915.0,New York City,False,4.891,-5.462,1.505,1.589,1.752,0.0,+40.6364701,-073.9666777 +36047052700,"Census Tract 527, Kings County, New York",6776,1364.0,136.0,0.0,370.0,0.0,4728.0,New York City,False,15.554,-0.343,-0.797,3.852,-20.082,-0.014,+40.7084001,-073.9536948 +36047052800,"Census Tract 528, Kings County, New York",1868,1010.0,140.0,0.0,448.0,0.0,239.0,New York City,False,1.575,-3.764,-0.57,-1.385,6.523,0.0,+40.6308472,-073.9626086 +36047052900,"Census Tract 529, Kings County, New York",3995,3701.0,77.0,0.0,0.0,0.0,205.0,New York City,False,16.087,1.531,-0.256,-1.164,-6.999,-0.023,+40.7058715,-073.9545059 +36047053000,"Census Tract 530, Kings County, New York",3736,2193.0,161.0,0.0,978.0,0.0,315.0,New York City,False,-0.897,-1.527,-0.421,1.683,-0.548,0.0,+40.6273634,-073.9637344 +36047053100,"Census Tract 531, Kings County, New York",9068,8498.0,13.0,0.0,69.0,0.0,427.0,New York City,False,24.775,-0.554,-0.194,0.141,-15.353,0.0,+40.7007289,-073.9541697 +36047053200,"Census Tract 532, Kings County, New York",2659,1670.0,147.0,0.0,592.0,0.0,206.0,New York City,False,1.834,-1.364,-0.326,-3.017,1.871,0.0,+40.6262195,-073.9602546 +36047053300,"Census Tract 533, Kings County, New York",6907,6713.0,51.0,0.0,73.0,0.0,59.0,New York City,False,9.122,0.447,0.0,0.898,-2.625,0.0,+40.7037668,-073.9573601 +36047053400,"Census Tract 534, Kings County, New York",4400,2766.0,278.0,64.0,944.0,0.0,218.0,New York City,False,2.673,-3.374,1.26,0.401,-2.981,0.0,+40.6225826,-073.9628302 +36047053500,"Census Tract 535, Kings County, New York",4053,3705.0,197.0,14.0,0.0,0.0,137.0,New York City,False,11.475,4.8,0.222,-0.164,-4.612,0.0,+40.7061438,-073.9612198 +36047053700,"Census Tract 537, Kings County, New York",3612,3465.0,48.0,0.0,39.0,0.0,50.0,New York City,False,3.673,0.871,0.0,1.08,0.263,0.0,+40.7002979,-073.9599545 +36047053800,"Census Tract 538, Kings County, New York",4414,3434.0,73.0,18.0,403.0,0.0,452.0,New York City,False,-6.354,0.697,0.153,-0.272,5.624,-0.021,+40.6181982,-073.9568350 +36047053900,"Census Tract 539, Kings County, New York",2564,2104.0,82.0,16.0,16.0,0.0,362.0,New York City,False,25.045,-1.211,0.424,0.524,2.396,0.0,+40.7026477,-073.9625584 +36047054200,"Census Tract 542, Kings County, New York",4789,3753.0,96.0,0.0,167.0,0.0,773.0,New York City,False,-4.381,0.909,-0.09,-2.107,6.34,-0.022,+40.6128027,-073.9609790 +36047054300,"Census Tract 543, Kings County, New York",347,208.0,11.0,0.0,29.0,0.0,76.0,New York City,False,12.574,-17.883,0.0,0.462,-1.782,0.0,+40.7014969,-073.9716023 +36047054400,"Census Tract 544, Kings County, New York",3344,2581.0,0.0,0.0,549.0,0.0,196.0,New York City,False,-3.465,-0.972,-0.135,0.978,3.459,0.0,+40.6132196,-073.9571904 +36047054500,"Census Tract 545, Kings County, New York",8252,5576.0,794.0,0.0,0.0,0.0,1863.0,New York City,False,9.376,4.756,-0.231,-0.212,1.279,0.0,+40.7052376,-073.9652859 +36047054600,"Census Tract 546, Kings County, New York",4861,3837.0,168.0,0.0,264.0,0.0,357.0,New York City,False,-7.962,1.946,-0.088,-0.301,2.05,-0.022,+40.6131411,-073.9531239 +36047054700,"Census Tract 547, Kings County, New York",4903,3414.0,268.0,13.0,185.0,0.0,966.0,New York City,True,6.314,-0.39,0.265,3.416,-5.952,0.0,+40.7085259,-073.9665937 +36047054800,"Census Tract 548, Kings County, New York",2068,1833.0,16.0,0.0,21.0,0.0,112.0,New York City,False,-4.575,0.196,0.0,-2.692,3.201,0.0,+40.6092526,-073.9483771 +36047054900,"Census Tract 549, Kings County, New York",3806,2556.0,22.0,0.0,242.0,0.0,751.0,New York City,False,32.95,-3.454,-0.202,1.788,-34.166,0.0,+40.7111707,-073.9657360 +36047055000,"Census Tract 550, Kings County, New York",3496,2367.0,43.0,0.0,423.0,0.0,599.0,New York City,False,-14.937,-0.814,-0.056,4.373,10.555,0.0,+40.6087339,-073.9523174 +36047055100,"Census Tract 551, Kings County, New York",5728,2361.0,109.0,0.0,40.0,0.0,3024.0,New York City,False,18.822,-1.552,-0.185,-3.893,-15.257,0.0,+40.7139593,-073.9644095 +36047055200,"Census Tract 552, Kings County, New York",3279,2078.0,5.0,0.0,685.0,0.0,331.0,New York City,False,-12.121,-1.625,-0.344,4.755,5.108,-0.057,+40.6083096,-073.9562588 +36047055300,"Census Tract 553, Kings County, New York",2761,1839.0,6.0,0.0,279.0,0.0,546.0,New York City,False,10.508,-1.603,-0.503,2.13,-11.003,-0.039,+40.7164576,-073.9592358 +36047055400,"Census Tract 554, Kings County, New York",4492,3207.0,11.0,0.0,418.0,0.0,609.0,New York City,False,-0.385,-0.759,-0.49,-3.323,2.913,0.0,+40.6078701,-073.9600716 +36047055500,"Census Tract 555, Kings County, New York",6431,4058.0,194.0,0.0,981.0,0.0,991.0,New York City,False,-13.802,0.863,-0.004,7.864,4.278,0.0,+40.7180846,-073.9632608 +36047055600,"Census Tract 556, Kings County, New York",3951,3152.0,20.0,0.0,400.0,0.0,271.0,New York City,False,-2.935,-0.44,-0.053,-0.596,3.759,0.0,+40.6031609,-073.9594057 +36047055700,"Census Tract 557, Kings County, New York",2214,1405.0,70.0,0.0,137.0,0.0,566.0,New York City,False,-12.644,2.13,-0.093,1.084,12.296,0.0,+40.7219984,-073.9593366 +36047055800,"Census Tract 558, Kings County, New York",2331,1795.0,24.0,0.0,192.0,0.0,245.0,New York City,False,3.773,-0.273,-0.039,-9.292,3.918,0.0,+40.6036536,-073.9553779 +36047056000,"Census Tract 560, Kings County, New York",3481,2935.0,56.0,0.0,403.0,0.0,76.0,New York City,False,-6.08,0.629,-0.14,7.937,-2.27,0.0,+40.6040855,-073.9514358 +36047056100,"Census Tract 561, Kings County, New York",3348,2479.0,240.0,8.0,189.0,0.0,315.0,New York City,False,-3.102,5.961,-0.056,0.012,-3.708,-0.027,+40.7262636,-073.9568789 +36047056200,"Census Tract 562, Kings County, New York",1593,1355.0,0.0,0.0,238.0,0.0,0.0,New York City,False,-5.436,-0.06,0.0,6.751,-1.255,0.0,+40.6045181,-073.9475034 +36047056300,"Census Tract 563, Kings County, New York",5092,3005.0,124.0,0.0,422.0,0.0,1166.0,New York City,False,18.741,-2.905,-0.286,-1.23,-17.072,0.0,+40.7351198,-073.9592518 +36047056400,"Census Tract 564, Kings County, New York",2600,1919.0,62.0,0.0,316.0,76.0,196.0,New York City,False,-10.918,-0.441,-0.041,4.701,4.098,2.923,+40.6069158,-073.9433735 +36047056500,"Census Tract 565, Kings County, New York",3049,2355.0,12.0,0.0,192.0,0.0,367.0,New York City,False,12.823,-1.262,-0.201,0.877,-12.322,0.0,+40.7302190,-073.9577630 +36047056600,"Census Tract 566, Kings County, New York",2821,1326.0,195.0,0.0,953.0,0.0,181.0,New York City,False,-32.428,4.506,-0.078,20.938,1.798,0.0,+40.6028525,-073.9414035 +36047056800,"Census Tract 568, Kings County, New York",1453,927.0,0.0,0.0,403.0,0.0,123.0,New York City,False,-13.193,-0.819,-0.223,13.142,1.466,0.0,+40.6026717,-073.9378185 +36047056900,"Census Tract 569, Kings County, New York",1537,1278.0,16.0,0.0,67.0,9.0,149.0,New York City,False,4.243,0.44,-0.661,0.272,-3.467,0.586,+40.7237664,-073.9523673 +36047057000,"Census Tract 570, Kings County, New York",3548,2105.0,85.0,0.0,1012.0,0.0,294.0,New York City,False,-16.096,0.239,-0.122,12.271,2.757,0.0,+40.5992668,-073.9368826 +36047057100,"Census Tract 571, Kings County, New York",3800,3353.0,38.0,0.0,83.0,0.0,269.0,New York City,False,-3.185,0.843,-0.138,0.138,2.83,0.0,+40.7247837,-073.9476188 +36047057200,"Census Tract 572, Kings County, New York",5551,718.0,2707.0,0.0,377.0,0.0,1738.0,New York City,False,-10.8,1.899,-0.213,2.407,7.238,-0.071,+40.5963688,-073.9382159 +36047057300,"Census Tract 573, Kings County, New York",2593,1859.0,310.0,35.0,138.0,0.0,181.0,New York City,False,-15.713,11.345,1.135,1.77,-0.519,0.0,+40.7280487,-073.9488300 +36047057400,"Census Tract 574, Kings County, New York",3211,1553.0,37.0,0.0,1532.0,0.0,77.0,New York City,False,-11.764,0.733,0.0,15.495,-3.162,0.0,+40.6011498,-073.9443385 +36047057500,"Census Tract 575, Kings County, New York",3935,2985.0,2.0,0.0,337.0,0.0,562.0,New York City,False,11.315,-1.128,-0.34,2.991,-12.186,0.0,+40.7321052,-073.9532306 +36047057600,"Census Tract 576, Kings County, New York",3141,1471.0,37.0,0.0,1438.0,0.0,170.0,New York City,False,-14.628,0.296,-0.353,14.893,1.921,0.0,+40.5998731,-073.9475710 +36047057800,"Census Tract 578, Kings County, New York",3478,1818.0,0.0,0.0,1041.0,0.0,506.0,New York City,False,-9.309,-0.837,-0.435,4.262,4.944,0.0,+40.5994398,-073.9515127 +36047057900,"Census Tract 579, Kings County, New York",1074,520.0,67.0,7.0,20.0,0.0,445.0,New York City,False,13.028,3.301,0.285,-5.407,-10.548,0.0,+40.7352896,-073.9487303 +36047058000,"Census Tract 580, Kings County, New York",4164,1564.0,156.0,0.0,1723.0,0.0,677.0,New York City,False,-16.838,2.635,-0.318,8.86,6.414,0.0,+40.5990067,-073.9554539 +36047058200,"Census Tract 582, Kings County, New York",2812,1581.0,10.0,159.0,393.0,0.0,717.0,New York City,False,-6.131,-1.011,5.421,-14.2,18.696,0.0,+40.5985399,-073.9592618 +36047058400,"Census Tract 584, Kings County, New York",3179,2379.0,112.0,0.0,428.0,0.0,241.0,New York City,False,-3.906,2.531,-0.113,-2.58,3.811,-0.028,+40.5940748,-073.9586719 +36047058600,"Census Tract 586, Kings County, New York",3012,692.0,21.0,0.0,1730.0,0.0,555.0,New York City,False,-10.244,-5.233,-0.387,4.665,12.066,0.0,+40.5945640,-073.9546136 +36047058800,"Census Tract 588, Kings County, New York",3728,2316.0,38.0,0.0,799.0,0.0,516.0,New York City,True,-11.271,-0.478,0.0,2.083,8.687,0.0,+40.5896217,-073.9585479 +36047058900,"Census Tract 589, Kings County, New York",1817,1439.0,33.0,0.0,146.0,0.0,167.0,New York City,False,-12.349,1.365,-0.056,6.851,3.159,0.0,+40.7300381,-073.9405430 +36047059000,"Census Tract 590, Kings County, New York",1861,701.0,170.0,0.0,759.0,0.0,224.0,New York City,False,-6.794,-0.929,0.0,1.168,6.765,0.0,+40.5899909,-073.9546870 +36047059100,"Census Tract 591, Kings County, New York",3998,3106.0,102.0,0.0,116.0,0.0,569.0,New York City,False,-5.477,1.943,-0.374,1.311,2.565,0.0,+40.7235304,-073.9429338 +36047059200,"Census Tract 592, Kings County, New York",4641,2477.0,314.0,0.0,1375.0,0.0,384.0,New York City,False,-11.263,5.462,-0.326,2.062,4.06,0.0,+40.5923379,-073.9514508 +36047059300,"Census Tract 593, Kings County, New York",2135,1575.0,30.0,0.0,73.0,0.0,390.0,New York City,False,8.818,-0.323,-0.201,1.088,-8.984,0.0,+40.7259963,-073.9383333 +36047059401,"Census Tract 594.01, Kings County, New York",8186,4444.0,71.0,14.0,3026.0,0.0,554.0,New York City,False,-12.849,0.524,0.031,10.185,3.251,0.0,+40.5930119,-073.9476257 +36047059402,"Census Tract 594.02, Kings County, New York",5179,3832.0,86.0,0.0,1120.0,0.0,118.0,New York City,False,-8.974,1.249,-0.217,9.511,0.024,0.0,+40.5946146,-073.9430181 +36047059600,"Census Tract 596, Kings County, New York",2505,2132.0,205.0,0.0,110.0,0.0,48.0,New York City,True,-3.907,6.45,-0.044,-1.167,-1.063,0.0,+40.5910968,-073.9400566 +36047059800,"Census Tract 598, Kings County, New York",3391,2428.0,154.0,101.0,287.0,0.0,266.0,New York City,False,-6.979,-3.223,2.706,2.724,1.409,0.0,+40.5878962,-073.9362265 +36047060000,"Census Tract 600, Kings County, New York",6572,5554.0,19.0,0.0,573.0,0.0,362.0,New York City,False,4.817,-1.264,-0.262,-1.664,-1.294,0.0,+40.5870743,-073.9456922 +36047060600,"Census Tract 606, Kings County, New York",2728,1882.0,19.0,7.0,480.0,0.0,249.0,New York City,True,-5.203,-1.165,0.176,4.529,-1.147,0.0,+40.5864642,-073.9561214 +36047060800,"Census Tract 608, Kings County, New York",3432,2571.0,129.0,0.0,467.0,0.0,232.0,New York City,True,4.363,-4.697,-0.295,4.641,-3.173,0.0,+40.5839493,-073.9490961 +36047061002,"Census Tract 610.02, Kings County, New York",4207,4207.0,0.0,0.0,0.0,0.0,0.0,New York City,True,4.696,-0.328,-0.036,-0.91,-2.512,-0.073,+40.5720111,-073.9557682 +36047061003,"Census Tract 610.03, Kings County, New York",2079,546.0,0.0,0.0,620.0,0.0,828.0,New York City,False,-46.142,-1.18,-0.187,16.884,27.672,-0.023,+40.5814312,-073.9586937 +36047061004,"Census Tract 610.04, Kings County, New York",6556,5425.0,2.0,0.0,400.0,0.0,386.0,New York City,False,10.344,-1.149,-0.187,-6.837,-6.267,-0.023,+40.5798742,-073.9557652 +36047061200,"Census Tract 612, Kings County, New York",990,990.0,0.0,0.0,0.0,0.0,0.0,New York City,False,4.758,-0.425,0.0,-1.954,-2.039,0.0,+40.5808755,-073.9493716 +36047061600,"Census Tract 616, Kings County, New York",1513,1373.0,69.0,0.0,11.0,0.0,60.0,New York City,False,-5.966,4.363,0.0,-0.522,2.191,0.0,+40.5767201,-073.9428777 +36047062000,"Census Tract 620, Kings County, New York",2112,2036.0,0.0,0.0,47.0,0.0,29.0,New York City,False,0.325,-0.171,-0.114,0.861,-0.389,0.0,+40.5788518,-073.9460579 +36047062200,"Census Tract 622, Kings County, New York",2956,2200.0,292.0,0.0,78.0,0.0,291.0,New York City,True,-13.728,6.941,-0.065,-0.821,4.981,0.0,+40.5849933,-073.9355825 +36047062600,"Census Tract 626, Kings County, New York",2817,1391.0,252.0,0.0,691.0,0.0,398.0,New York City,False,-19.445,1.556,-0.368,13.758,3.357,-0.037,+40.5923335,-073.9344391 +36047062800,"Census Tract 628, Kings County, New York",5099,4377.0,19.0,9.0,352.0,0.0,342.0,New York City,False,-7.698,-0.008,-0.113,5.705,2.332,0.0,+40.5895880,-073.9273296 +36047063200,"Census Tract 632, Kings County, New York",1588,1243.0,14.0,0.0,199.0,0.0,132.0,New York City,False,-9.883,0.297,0.0,6.318,4.511,0.0,+40.5997604,-073.9315683 +36047063600,"Census Tract 636, Kings County, New York",1453,1055.0,0.0,14.0,126.0,0.0,272.0,New York City,False,-12.895,-0.468,0.418,5.866,10.692,0.0,+40.6099355,-073.9361433 +36047063800,"Census Tract 638, Kings County, New York",1882,1371.0,26.0,0.0,355.0,0.0,129.0,New York City,False,-13.018,0.984,-0.199,12.493,1.28,0.0,+40.6080740,-073.9403000 +36047064000,"Census Tract 640, Kings County, New York",1832,1393.0,0.0,0.0,175.0,0.0,264.0,New York City,False,-11.866,-0.269,-0.336,5.52,7.622,0.0,+40.6109971,-073.9402463 +36047064200,"Census Tract 642, Kings County, New York",2327,1738.0,62.0,0.0,106.0,0.0,384.0,New York City,False,-8.379,1.847,0.0,-3.429,9.484,0.0,+40.6121974,-073.9463939 +36047064400,"Census Tract 644, Kings County, New York",3030,2059.0,99.0,0.0,578.0,0.0,290.0,New York City,False,-15.648,1.179,-0.087,13.465,2.002,0.0,+40.6137965,-073.9424791 +36047064600,"Census Tract 646, Kings County, New York",2402,1908.0,31.0,25.0,129.0,0.0,286.0,New York City,False,3.756,-5.298,0.896,-1.654,1.733,0.0,+40.6159147,-073.9395351 +36047064800,"Census Tract 648, Kings County, New York",2240,1504.0,492.0,0.0,60.0,0.0,159.0,New York City,False,4.377,6.007,-0.253,-6.49,-4.148,0.0,+40.6176898,-073.9364602 +36047065000,"Census Tract 650, Kings County, New York",1622,369.0,658.0,0.0,208.0,0.0,387.0,New York City,False,-23.917,8.988,-0.14,5.947,10.034,0.0,+40.6199785,-073.9336466 +36047065200,"Census Tract 652, Kings County, New York",1053,900.0,31.0,0.0,72.0,0.0,22.0,New York City,False,1.242,1.495,0.0,1.382,-6.18,0.0,+40.6147620,-073.9300726 +36047065400,"Census Tract 654, Kings County, New York",1571,1204.0,40.0,0.0,192.0,0.0,73.0,New York City,False,-14.547,1.987,0.0,7.753,1.109,0.0,+40.6129487,-073.9318078 +36047065600,"Census Tract 656, Kings County, New York",1788,1294.0,0.0,0.0,149.0,0.0,297.0,New York City,False,-19.086,-0.657,-0.383,5.321,12.613,0.0,+40.6130109,-073.9349822 +36047065800,"Census Tract 658, Kings County, New York",1992,1365.0,22.0,0.0,527.0,0.0,61.0,New York City,False,-17.468,0.455,-0.487,20.94,-3.644,0.0,+40.6080828,-073.9312005 +36047066000,"Census Tract 660, Kings County, New York",2295,1697.0,22.0,0.0,372.0,0.0,149.0,New York City,False,-16.791,0.839,0.0,11.516,2.04,0.0,+40.6090466,-073.9280800 +36047066200,"Census Tract 662, Kings County, New York",1670,1194.0,12.0,0.0,192.0,0.0,188.0,New York City,False,-8.518,-0.233,-0.22,6.446,-2.286,0.0,+40.6093052,-073.9243720 +36047066600,"Census Tract 666, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.5849540,-073.9185332 +36047067000,"Census Tract 670, Kings County, New York",2897,616.0,1521.0,0.0,222.0,0.0,484.0,New York City,False,-41.216,30.21,-0.296,1.36,8.754,-0.042,+40.6127246,-073.9227642 +36047067200,"Census Tract 672, Kings County, New York",1587,211.0,1306.0,0.0,28.0,0.0,42.0,New York City,False,-13.846,27.707,-0.607,-1.572,-11.151,0.0,+40.6187470,-073.9278042 +36047067400,"Census Tract 674, Kings County, New York",2011,302.0,1245.0,0.0,91.0,0.0,274.0,New York City,False,-23.111,15.12,-0.348,2.036,1.629,0.0,+40.6198305,-073.9302723 +36047067600,"Census Tract 676, Kings County, New York",1969,179.0,1444.0,0.0,99.0,0.0,237.0,New York City,False,-14.212,12.635,-0.863,1.0,2.773,0.0,+40.6249950,-073.9272011 +36047067800,"Census Tract 678, Kings County, New York",2650,292.0,2298.0,0.0,0.0,0.0,50.0,New York City,False,-19.394,26.345,-0.19,-2.162,-4.522,0.0,+40.6261489,-073.9227790 +36047068000,"Census Tract 680, Kings County, New York",2300,230.0,1792.0,0.0,46.0,0.0,217.0,New York City,False,-30.506,31.902,-0.281,-0.584,0.615,0.0,+40.6213764,-073.9251879 +36047068200,"Census Tract 682, Kings County, New York",3050,531.0,1980.0,0.0,205.0,0.0,319.0,New York City,False,-38.756,36.321,-0.894,3.638,-0.131,0.0,+40.6166469,-073.9241304 +36047068600,"Census Tract 686, Kings County, New York",1784,838.0,540.0,0.0,130.0,0.0,205.0,New York City,False,-34.592,26.0,0.0,0.237,4.764,0.0,+40.6148226,-073.9172817 +36047068800,"Census Tract 688, Kings County, New York",1652,591.0,800.0,5.0,104.0,0.0,157.0,New York City,False,-31.961,30.594,0.175,2.254,-0.31,0.0,+40.6172158,-073.9191004 +36047069000,"Census Tract 690, Kings County, New York",2234,345.0,1325.0,0.0,143.0,0.0,240.0,New York City,False,-35.6,24.173,-0.056,2.848,1.042,0.0,+40.6199654,-073.9206701 +36047069200,"Census Tract 692, Kings County, New York",3000,289.0,2289.0,0.0,117.0,9.0,153.0,New York City,False,-29.721,27.299,-0.042,1.223,-2.55,0.3,+40.6236755,-073.9200888 +36047069601,"Census Tract 696.01, Kings County, New York",3677,1529.0,1388.0,0.0,152.0,0.0,528.0,New York City,False,-44.73,33.724,-0.038,1.258,8.28,0.0,+40.6271699,-073.9153676 +36047069602,"Census Tract 696.02, Kings County, New York",6601,3933.0,1074.0,0.0,491.0,0.0,986.0,New York City,False,-26.731,12.246,-0.038,4.562,8.857,0.0,+40.6227610,-073.9092489 +36047069800,"Census Tract 698, Kings County, New York",1478,1097.0,55.0,0.0,162.0,0.0,164.0,New York City,False,-16.441,1.734,-0.155,8.566,7.686,0.0,+40.6112503,-073.9170851 +36047070000,"Census Tract 700, Kings County, New York",1715,1586.0,46.0,7.0,17.0,0.0,66.0,New York City,False,-0.552,1.242,0.35,-1.659,1.256,0.0,+40.6200459,-073.9067408 +36047070201,"Census Tract 702.01, Kings County, New York",5939,5015.0,124.0,42.0,185.0,0.0,590.0,New York City,False,-10.037,1.688,0.692,0.454,8.073,-0.062,+40.6089645,-073.9081434 +36047070202,"Census Tract 702.02, Kings County, New York",24,24.0,0.0,0.0,0.0,0.0,0.0,New York City,False,4.494,-1.124,0.0,0.0,-3.371,0.0,+40.5935154,-073.8914194 +36047070203,"Census Tract 702.03, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6131853,-073.8602013 +36047070600,"Census Tract 706, Kings County, New York",2985,2452.0,310.0,0.0,95.0,0.0,128.0,New York City,False,-13.162,10.142,0.0,1.097,2.028,0.0,+40.6124441,-073.8940807 +36047072000,"Census Tract 720, Kings County, New York",2261,80.0,1998.0,0.0,121.0,0.0,30.0,New York City,False,-25.738,28.234,0.0,4.135,-6.829,-0.061,+40.6288503,-073.9200467 +36047072200,"Census Tract 722, Kings County, New York",3296,106.0,2877.0,0.0,68.0,0.0,232.0,New York City,False,-3.479,-0.409,-0.105,0.416,3.919,0.0,+40.6319998,-073.9243888 +36047072400,"Census Tract 724, Kings County, New York",1741,41.0,1558.0,0.0,0.0,0.0,109.0,New York City,False,-1.375,-0.229,-0.302,-0.857,0.969,0.0,+40.6341061,-073.9270557 +36047072600,"Census Tract 726, Kings County, New York",2196,45.0,1880.0,0.0,45.0,0.0,226.0,New York City,False,-3.746,-0.284,-0.432,-0.625,5.483,0.0,+40.6324139,-073.9338762 +36047072800,"Census Tract 728, Kings County, New York",4065,144.0,3608.0,0.0,93.0,0.0,192.0,New York City,False,-9.431,8.747,-0.291,1.15,-0.016,0.0,+40.6294856,-073.9270042 +36047073000,"Census Tract 730, Kings County, New York",2431,124.0,2018.0,0.0,13.0,0.0,156.0,New York City,False,-7.404,2.65,-0.688,-0.41,1.776,0.0,+40.6262007,-073.9298489 +36047073200,"Census Tract 732, Kings County, New York",2644,60.0,2278.0,21.0,140.0,0.0,70.0,New York City,False,-7.854,7.743,0.666,3.311,-3.895,0.0,+40.6279281,-073.9336063 +36047073400,"Census Tract 734, Kings County, New York",2145,67.0,1925.0,0.0,0.0,0.0,110.0,New York City,False,-1.772,6.465,-0.046,-1.755,-3.14,0.0,+40.6278153,-073.9374778 +36047073600,"Census Tract 736, Kings County, New York",3569,286.0,2310.0,0.0,282.0,0.0,581.0,New York City,False,-4.174,-2.112,-0.089,-2.081,7.489,0.0,+40.6240357,-073.9357989 +36047073800,"Census Tract 738, Kings County, New York",3988,1251.0,2041.0,0.0,211.0,0.0,471.0,New York City,False,-1.299,1.239,-0.091,0.209,1.435,-0.03,+40.6224095,-073.9390772 +36047074000,"Census Tract 740, Kings County, New York",4122,406.0,2578.0,0.0,736.0,0.0,294.0,New York City,False,2.039,-9.001,-0.166,11.065,-5.316,0.0,+40.6273942,-073.9412567 +36047074200,"Census Tract 742, Kings County, New York",3326,1208.0,1516.0,11.0,171.0,0.0,323.0,New York City,False,9.14,-14.934,0.331,0.571,2.423,0.0,+40.6269944,-073.9449753 +36047074400,"Census Tract 744, Kings County, New York",2797,2083.0,390.0,0.0,110.0,0.0,155.0,New York City,False,-11.734,6.749,-0.043,1.506,1.413,0.0,+40.6223292,-073.9431173 +36047074600,"Census Tract 746, Kings County, New York",2600,1836.0,378.0,0.0,120.0,0.0,186.0,New York City,False,7.844,-8.182,-0.101,-1.481,-0.655,0.0,+40.6186094,-073.9426350 +36047074800,"Census Tract 748, Kings County, New York",1741,1321.0,337.0,0.0,15.0,0.0,68.0,New York City,False,6.248,-0.939,0.0,-2.433,-2.828,0.0,+40.6218931,-073.9468957 +36047075000,"Census Tract 750, Kings County, New York",2823,2264.0,300.0,0.0,66.0,0.0,164.0,New York City,False,-1.854,1.796,-0.349,-1.125,1.171,0.0,+40.6265678,-073.9487660 +36047075200,"Census Tract 752, Kings County, New York",955,915.0,35.0,0.0,5.0,0.0,0.0,New York City,False,-2.442,3.03,0.0,0.286,-0.714,0.0,+40.6261531,-073.9525462 +36047075400,"Census Tract 754, Kings County, New York",1495,1489.0,2.0,0.0,1.0,0.0,3.0,New York City,False,0.537,0.072,0.0,0.067,-0.299,0.0,+40.6214738,-073.9507115 +36047075600,"Census Tract 756, Kings County, New York",2144,1694.0,73.0,0.0,301.0,0.0,76.0,New York City,False,-5.943,-0.293,-0.203,7.099,-0.558,0.0,+40.6168562,-073.9479894 +36047075800,"Census Tract 758, Kings County, New York",1659,1529.0,10.0,0.0,49.0,0.0,56.0,New York City,False,-1.39,-0.196,-0.32,-0.349,1.565,0.0,+40.6164751,-073.9519619 +36047076000,"Census Tract 760, Kings County, New York",3017,2593.0,77.0,0.0,157.0,0.0,137.0,New York City,False,-0.857,0.48,-0.033,-0.643,-0.17,0.0,+40.6213569,-073.9547885 +36047076200,"Census Tract 762, Kings County, New York",5214,2459.0,939.0,0.0,913.0,0.0,903.0,New York City,False,-12.334,5.078,-0.3,5.822,2.932,0.0,+40.6257185,-073.9564859 +36047076400,"Census Tract 764, Kings County, New York",3725,1088.0,1786.0,0.0,210.0,0.0,559.0,New York City,False,4.208,-8.089,-0.215,2.06,1.672,-0.143,+40.6319262,-073.9586448 +36047076600,"Census Tract 766, Kings County, New York",2416,284.0,1657.0,0.0,35.0,0.0,380.0,New York City,False,4.833,-9.823,-0.218,-0.249,3.277,0.0,+40.6331871,-073.9568420 +36047076800,"Census Tract 768, Kings County, New York",3104,2488.0,57.0,0.0,253.0,0.0,248.0,New York City,False,1.566,0.17,-0.194,-7.178,4.685,0.0,+40.6188042,-073.9608017 +36047077000,"Census Tract 770, Kings County, New York",3131,356.0,1961.0,0.0,98.0,0.0,547.0,New York City,False,4.645,-17.583,-0.131,0.486,8.1,0.0,+40.6361362,-073.9538295 +36047077200,"Census Tract 772, Kings County, New York",3168,1130.0,1317.0,26.0,58.0,0.0,625.0,New York City,False,3.669,-11.481,0.55,-1.116,9.564,0.0,+40.6316094,-073.9531770 +36047077400,"Census Tract 774, Kings County, New York",3539,550.0,2254.0,0.0,319.0,0.0,325.0,New York City,False,-9.419,15.372,-0.224,-1.976,-3.217,0.0,+40.6316800,-073.9476070 +36047077600,"Census Tract 776, Kings County, New York",3907,157.0,3174.0,0.0,298.0,0.0,146.0,New York City,False,-7.882,4.664,-0.703,4.617,-3.541,0.0,+40.6309255,-073.9411361 +36047078000,"Census Tract 780, Kings County, New York",2551,57.0,2347.0,0.0,0.0,0.0,120.0,New York City,False,-2.673,2.637,-0.119,-0.788,0.822,0.0,+40.6344979,-073.9391486 +36047078200,"Census Tract 782, Kings County, New York",5329,42.0,4955.0,0.0,61.0,0.0,195.0,New York City,False,-0.693,1.732,-0.208,-0.128,-1.619,0.0,+40.6378537,-073.9414429 +36047078400,"Census Tract 784, Kings County, New York",2612,93.0,2220.0,0.0,34.0,0.0,181.0,New York City,False,-1.659,-1.76,-0.182,0.025,1.127,0.0,+40.6342624,-073.9429558 +36047078600,"Census Tract 786, Kings County, New York",4965,372.0,3454.0,0.0,279.0,0.0,629.0,New York City,False,2.099,-10.115,-0.224,0.696,3.987,0.0,+40.6344139,-073.9470626 +36047078800,"Census Tract 788, Kings County, New York",3307,25.0,2920.0,16.0,29.0,0.0,226.0,New York City,False,-0.198,-2.616,0.113,0.241,0.423,0.0,+40.6374655,-073.9488366 +36047079000,"Census Tract 790, Kings County, New York",5197,145.0,4539.0,2.0,108.0,0.0,301.0,New York City,False,2.316,-4.232,-0.097,1.232,-0.64,0.0,+40.6409778,-073.9536967 +36047079200,"Census Tract 792, Kings County, New York",3820,387.0,2715.0,0.0,7.0,0.0,634.0,New York City,False,8.716,-19.176,-0.079,-0.603,9.441,0.0,+40.6447642,-073.9549107 +36047079400,"Census Tract 794, Kings County, New York",1783,13.0,1637.0,0.0,0.0,0.0,133.0,New York City,True,-0.203,1.491,-0.569,-0.311,0.264,0.0,+40.6486053,-073.9552860 +36047079601,"Census Tract 796.01, Kings County, New York",4577,960.0,3017.0,0.0,81.0,0.0,442.0,New York City,False,19.25,-19.513,-0.144,0.653,-1.11,0.0,+40.6565964,-073.9582723 +36047079602,"Census Tract 796.02, Kings County, New York",4639,444.0,3309.0,0.0,28.0,0.0,698.0,New York City,False,7.847,-14.1,-0.144,-0.513,4.279,0.0,+40.6527603,-073.9576551 +36047079801,"Census Tract 798.01, Kings County, New York",3023,826.0,1680.0,0.0,115.0,0.0,319.0,New York City,False,24.178,-28.674,-0.275,2.154,0.377,0.0,+40.6600109,-073.9587186 +36047079802,"Census Tract 798.02, Kings County, New York",5985,1266.0,3379.0,0.0,300.0,0.0,927.0,New York City,False,18.007,-27.79,-0.275,3.363,5.314,0.0,+40.6579907,-073.9613711 +36047080000,"Census Tract 800, Kings County, New York",3877,839.0,2537.0,0.0,73.0,0.0,268.0,New York City,False,15.401,-20.583,-0.255,0.253,1.565,-0.025,+40.6606860,-073.9537667 +36047080200,"Census Tract 802, Kings County, New York",4897,543.0,3704.0,31.0,117.0,0.0,324.0,New York City,False,9.614,-14.709,0.425,1.704,-0.339,0.0,+40.6576399,-073.9534407 +36047080400,"Census Tract 804, Kings County, New York",3217,286.0,2530.0,15.0,148.0,0.0,143.0,New York City,False,7.263,-9.757,0.229,2.56,-2.537,0.0,+40.6589744,-073.9489902 +36047080600,"Census Tract 806, Kings County, New York",3730,1397.0,2003.0,0.0,145.0,0.0,185.0,New York City,True,35.937,-36.372,-0.289,3.309,-2.116,0.0,+40.6616591,-073.9438615 +36047080800,"Census Tract 808, Kings County, New York",1338,97.0,866.0,0.0,141.0,0.0,208.0,New York City,False,,,,,,,+40.6573033,-073.9394864 +36047081000,"Census Tract 810, Kings County, New York",2117,339.0,1609.0,0.0,9.0,0.0,63.0,New York City,True,14.213,-12.744,-0.286,-2.889,-2.548,0.0,+40.6591131,-073.9445488 +36047081400,"Census Tract 814, Kings County, New York",2767,50.0,2417.0,0.0,113.0,0.0,121.0,New York City,False,0.93,-5.798,-0.227,3.532,-0.237,0.0,+40.6536407,-073.9402380 +36047081600,"Census Tract 816, Kings County, New York",2680,98.0,2117.0,0.0,139.0,0.0,246.0,New York City,False,2.063,-8.453,-0.199,0.238,4.23,0.0,+40.6535296,-073.9442053 +36047081800,"Census Tract 818, Kings County, New York",4667,424.0,3442.0,0.0,220.0,0.0,540.0,New York City,False,5.925,-8.468,-0.286,-1.111,3.69,-0.019,+40.6530923,-073.9479752 +36047082000,"Census Tract 820, Kings County, New York",4986,245.0,3842.0,0.0,75.0,0.0,620.0,New York City,False,4.209,-12.577,-0.074,-0.221,5.239,0.0,+40.6534530,-073.9513097 +36047082200,"Census Tract 822, Kings County, New York",7494,499.0,5815.0,0.0,146.0,0.0,935.0,New York City,False,5.319,-10.359,-0.228,1.131,3.419,0.0,+40.6532888,-073.9544282 +36047082400,"Census Tract 824, Kings County, New York",4267,137.0,3671.0,0.0,98.0,0.0,268.0,New York City,False,2.649,-4.66,-0.225,1.285,-0.531,0.0,+40.6488473,-073.9493580 +36047082600,"Census Tract 826, Kings County, New York",5281,371.0,4402.0,33.0,19.0,0.0,372.0,New York City,False,6.199,-5.804,0.261,-0.78,-0.641,-0.033,+40.6450647,-073.9489732 +36047082800,"Census Tract 828, Kings County, New York",4255,128.0,3551.0,17.0,39.0,0.0,468.0,New York City,False,1.678,-3.471,0.099,-2.094,3.446,0.0,+40.6409911,-073.9496047 +36047083000,"Census Tract 830, Kings County, New York",6220,98.0,5147.0,0.0,214.0,0.0,604.0,New York City,False,0.845,-8.444,-0.442,2.405,3.814,0.0,+40.6408870,-073.9455028 +36047083200,"Census Tract 832, Kings County, New York",2318,0.0,2165.0,0.0,51.0,0.0,83.0,New York City,False,-2.419,1.358,-0.39,1.381,-0.282,0.0,+40.6415240,-073.9416243 +36047083400,"Census Tract 834, Kings County, New York",1477,0.0,1391.0,0.0,0.0,0.0,33.0,New York City,False,-2.533,3.089,-0.047,-2.767,-0.862,0.0,+40.6415499,-073.9384751 +36047083600,"Census Tract 836, Kings County, New York",2100,21.0,1972.0,10.0,55.0,0.0,11.0,New York City,False,-1.928,3.603,0.43,1.292,-4.6,0.0,+40.6371028,-073.9351273 +36047083800,"Census Tract 838, Kings County, New York",2335,104.0,2074.0,0.0,9.0,0.0,77.0,New York City,False,-0.028,-0.785,-0.159,-0.726,0.006,0.0,+40.6417561,-073.9351350 +36047084000,"Census Tract 840, Kings County, New York",2482,82.0,2196.0,0.0,29.0,0.0,149.0,New York City,False,0.279,-1.571,-0.358,0.531,0.43,0.0,+40.6419943,-073.9312920 +36047084600,"Census Tract 846, Kings County, New York",1882,50.0,1683.0,0.0,0.0,0.0,135.0,New York City,False,1.132,-0.685,-0.139,-0.601,0.796,0.0,+40.6422850,-073.9274549 +36047084800,"Census Tract 848, Kings County, New York",1546,3.0,1418.0,0.0,101.0,0.0,15.0,New York City,False,-0.922,-1.359,-0.67,6.254,-3.271,0.0,+40.6464270,-073.9278611 +36047085000,"Census Tract 850, Kings County, New York",1540,12.0,1460.0,7.0,0.0,0.0,61.0,New York City,False,-1.312,2.471,0.316,-0.767,-0.708,0.0,+40.6457434,-073.9323160 +36047085200,"Census Tract 852, Kings County, New York",9,0.0,9.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6469734,-073.9382546 +36047085400,"Census Tract 854, Kings County, New York",1987,52.0,1618.0,0.0,6.0,0.0,184.0,New York City,False,-0.007,-8.254,-0.407,-0.241,2.88,0.0,+40.6443465,-073.9438760 +36047085600,"Census Tract 856, Kings County, New York",3478,90.0,2880.0,0.0,76.0,0.0,320.0,New York City,False,1.793,-8.472,-0.103,1.236,3.557,0.0,+40.6486244,-073.9448276 +36047085800,"Census Tract 858, Kings County, New York",2587,4.0,2358.0,0.0,103.0,0.0,122.0,New York City,False,-1.319,-2.63,-0.164,3.326,1.032,0.0,+40.6501596,-073.9389962 +36047086000,"Census Tract 860, Kings County, New York",3293,11.0,2839.0,13.0,11.0,0.0,347.0,New York City,False,-0.157,-6.911,0.177,-0.157,5.299,0.0,+40.6499865,-073.9329328 +36047086200,"Census Tract 862, Kings County, New York",3368,145.0,2854.0,0.0,0.0,0.0,345.0,New York City,False,3.539,-10.578,-0.295,-0.707,7.857,0.0,+40.6502164,-073.9282257 +36047086400,"Census Tract 864, Kings County, New York",2149,13.0,2014.0,0.0,0.0,0.0,122.0,New York City,False,0.183,-1.268,-0.281,-0.234,1.975,0.0,+40.6543390,-073.9238466 +36047086600,"Census Tract 866, Kings County, New York",3225,34.0,2968.0,26.0,39.0,0.0,136.0,New York City,False,0.494,-1.935,0.744,0.805,-0.635,0.0,+40.6563750,-073.9267616 +36047086800,"Census Tract 868, Kings County, New York",3526,82.0,2928.0,21.0,38.0,0.0,387.0,New York City,False,1.57,-8.699,0.451,0.38,5.217,0.0,+40.6543124,-073.9297309 +36047087000,"Census Tract 870, Kings County, New York",3275,51.0,2876.0,0.0,0.0,0.0,324.0,New York City,False,0.78,-6.835,-0.249,-0.808,7.001,0.0,+40.6541803,-073.9334039 +36047087200,"Census Tract 872, Kings County, New York",2738,86.0,2437.0,0.0,96.0,0.0,119.0,New York City,False,0.825,-0.654,-0.11,2.872,-2.216,0.0,+40.6536754,-073.9366498 +36047087401,"Census Tract 874.01, Kings County, New York",3505,222.0,2870.0,0.0,0.0,0.0,289.0,New York City,False,-1.962,-2.069,-0.151,-0.452,1.277,0.0,+40.6604744,-073.9384588 +36047087600,"Census Tract 876, Kings County, New York",1555,264.0,1154.0,0.0,62.0,0.0,71.0,New York City,False,2.683,-5.87,-0.059,3.694,-0.062,0.0,+40.6606478,-073.9357059 +36047087800,"Census Tract 878, Kings County, New York",2698,10.0,2492.0,7.0,10.0,0.0,134.0,New York City,False,-7.022,7.657,0.133,-1.051,-1.163,0.0,+40.6588465,-073.9310338 +36047088000,"Census Tract 880, Kings County, New York",2766,79.0,2505.0,0.0,0.0,0.0,143.0,New York City,False,2.341,-2.233,-0.257,-0.551,-0.085,0.0,+40.6615193,-073.9310226 +36047088200,"Census Tract 882, Kings County, New York",6409,86.0,5649.0,0.0,0.0,0.0,674.0,New York City,False,1.076,-6.006,-0.207,-0.473,5.994,0.0,+40.6604945,-073.9259818 +36047088400,"Census Tract 884, Kings County, New York",5151,120.0,4729.0,0.0,56.0,0.0,156.0,New York City,False,1.957,-1.967,-0.157,0.341,-1.41,0.0,+40.6622281,-073.9245506 +36047088600,"Census Tract 886, Kings County, New York",4393,49.0,3655.0,0.0,45.0,0.0,476.0,New York City,False,0.878,-10.756,-0.301,0.895,5.609,0.0,+40.6574880,-073.9206765 +36047088800,"Census Tract 888, Kings County, New York",3931,8.0,3304.0,0.0,112.0,0.0,410.0,New York City,False,-0.281,-7.051,-0.194,2.534,2.986,0.0,+40.6539409,-073.9180852 +36047089000,"Census Tract 890, Kings County, New York",5892,48.0,5186.0,0.0,0.0,0.0,612.0,New York City,False,-1.53,-1.61,-0.183,-1.005,3.64,-0.015,+40.6569877,-073.9154892 +36047089200,"Census Tract 892, Kings County, New York",3460,35.0,2967.0,52.0,0.0,0.0,284.0,New York City,False,0.439,-4.304,1.503,-0.324,-0.616,0.0,+40.6632821,-073.9219229 +36047089400,"Census Tract 894, Kings County, New York",3449,237.0,2723.0,0.0,108.0,0.0,321.0,New York City,True,6.353,-9.15,-0.055,2.612,-1.119,0.0,+40.6615039,-073.9164852 +36047089600,"Census Tract 896, Kings County, New York",3327,52.0,2615.0,0.0,126.0,0.0,472.0,New York City,False,0.797,-7.772,-0.246,-1.741,7.181,0.0,+40.6580074,-073.9124095 +36047089800,"Census Tract 898, Kings County, New York",1688,33.0,1555.0,0.0,16.0,0.0,84.0,New York City,True,1.563,2.905,0.0,0.229,-4.109,0.0,+40.6627861,-073.9137077 +36047090000,"Census Tract 900, Kings County, New York",4830,11.0,3708.0,0.0,9.0,0.0,990.0,New York City,False,-0.207,-4.426,-0.344,-0.013,2.888,0.0,+40.6662474,-073.9198124 +36047090200,"Census Tract 902, Kings County, New York",3290,44.0,2400.0,0.0,159.0,8.0,627.0,New York City,False,0.088,0.548,-0.102,2.376,-4.345,0.243,+40.6675531,-073.9150074 +36047090600,"Census Tract 906, Kings County, New York",3857,106.0,2349.0,60.0,0.0,0.0,1392.0,New York City,False,2.363,-14.456,1.299,-0.299,12.582,0.0,+40.6701302,-073.9088595 +36047090800,"Census Tract 908, Kings County, New York",7094,107.0,4697.0,13.0,152.0,0.0,2069.0,New York City,False,0.638,-8.255,-0.36,1.978,5.478,0.0,+40.6713226,-073.9047719 +36047091000,"Census Tract 910, Kings County, New York",4876,0.0,3256.0,0.0,0.0,0.0,1512.0,New York City,False,-0.549,-7.152,-0.284,-0.089,5.965,0.0,+40.6657515,-073.9034065 +36047091200,"Census Tract 912, Kings County, New York",6039,0.0,4173.0,43.0,155.0,0.0,1668.0,New York City,False,-0.204,-11.498,0.48,2.308,9.064,0.0,+40.6651290,-073.9076346 +36047091600,"Census Tract 916, Kings County, New York",4104,4.0,3394.0,0.0,0.0,0.0,612.0,New York City,False,-0.375,-1.231,-0.165,-0.307,0.07,0.0,+40.6591038,-073.9091012 +36047091800,"Census Tract 918, Kings County, New York",2531,0.0,1522.0,6.0,0.0,0.0,1009.0,New York City,False,-0.351,-7.024,-0.29,-0.211,8.5,0.0,+40.6616527,-073.9045855 +36047092000,"Census Tract 920, Kings County, New York",3083,8.0,2012.0,40.0,121.0,0.0,886.0,New York City,False,-0.156,-19.455,1.09,3.614,14.803,0.0,+40.6585644,-073.9029876 +36047092200,"Census Tract 922, Kings County, New York",2578,51.0,2415.0,0.0,0.0,0.0,56.0,New York City,False,0.896,4.323,-0.314,-0.454,-5.751,0.0,+40.6552406,-073.9063497 +36047092400,"Census Tract 924, Kings County, New York",2906,4.0,2420.0,0.0,0.0,0.0,479.0,New York City,False,-0.184,0.547,-0.081,-0.161,0.018,0.0,+40.6669331,-073.9114794 +36047092800,"Census Tract 928, Kings County, New York",3136,55.0,2768.0,13.0,0.0,0.0,300.0,New York City,False,-0.281,-0.632,0.201,-3.213,4.711,0.0,+40.6524793,-073.9117726 +36047093000,"Census Tract 930, Kings County, New York",2808,21.0,2673.0,0.0,22.0,0.0,40.0,New York City,False,-0.549,-0.556,-0.252,0.531,-0.773,0.0,+40.6499290,-073.9154075 +36047093200,"Census Tract 932, Kings County, New York",1201,39.0,1145.0,0.0,0.0,0.0,17.0,New York City,False,-0.072,5.374,-0.188,-0.664,-4.304,0.0,+40.6375676,-073.9295091 +36047093400,"Census Tract 934, Kings County, New York",2281,49.0,2024.0,0.0,25.0,0.0,183.0,New York City,False,-0.808,-3.898,-0.125,0.888,4.234,0.0,+40.6489251,-073.9190149 +36047093600,"Census Tract 936, Kings County, New York",1832,0.0,1792.0,0.0,15.0,0.0,21.0,New York City,False,-0.746,2.934,0.0,0.446,-2.532,0.0,+40.6487962,-073.9215837 +36047093800,"Census Tract 938, Kings County, New York",2383,13.0,2274.0,0.0,7.0,0.0,89.0,New York City,False,-0.321,0.4,-0.151,0.03,0.306,0.0,+40.6504469,-073.9245581 +36047094401,"Census Tract 944.01, Kings County, New York",4149,73.0,3786.0,28.0,23.0,0.0,239.0,New York City,False,-0.689,-2.035,0.482,0.285,2.314,0.0,+40.6387430,-073.9229682 +36047094402,"Census Tract 944.02, Kings County, New York",3071,31.0,2282.0,0.0,54.0,0.0,704.0,New York City,False,-14.561,6.474,-0.318,1.227,7.319,-0.035,+40.6350816,-073.9207802 +36047094600,"Census Tract 946, Kings County, New York",1883,29.0,1728.0,0.0,46.0,0.0,80.0,New York City,False,-0.613,-1.151,-0.383,1.725,1.043,0.0,+40.6446169,-073.9232797 +36047095000,"Census Tract 950, Kings County, New York",3066,177.0,2791.0,0.0,0.0,0.0,73.0,New York City,False,-0.575,5.079,0.0,-1.76,-2.836,-0.063,+40.6362488,-073.9171451 +36047095400,"Census Tract 954, Kings County, New York",4474,35.0,4225.0,0.0,77.0,0.0,99.0,New York City,False,-7.421,8.269,-0.127,0.498,-1.688,0.0,+40.6389669,-073.9146325 +36047095600,"Census Tract 956, Kings County, New York",4633,411.0,3824.0,37.0,210.0,0.0,170.0,New York City,False,-7.871,10.425,0.421,0.625,-2.433,0.0,+40.6355741,-073.9109186 +36047095800,"Census Tract 958, Kings County, New York",3743,205.0,3103.0,11.0,184.0,0.0,195.0,New York City,False,-12.13,15.727,0.055,0.858,-4.31,0.0,+40.6408221,-073.9116859 +36047096000,"Census Tract 960, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6459270,-073.9147665 +36047096200,"Census Tract 962, Kings County, New York",2051,66.0,1795.0,19.0,23.0,0.0,161.0,New York City,False,-15.36,20.971,0.687,-2.463,-2.066,0.0,+40.6450267,-073.9105174 +36047096400,"Census Tract 964, Kings County, New York",1715,50.0,1542.0,0.0,76.0,0.0,35.0,New York City,False,-18.973,27.257,-0.093,-0.335,-8.047,0.0,+40.6419501,-073.9072687 +36047096600,"Census Tract 966, Kings County, New York",2558,126.0,1932.0,0.0,138.0,0.0,208.0,New York City,False,-18.852,13.686,-0.094,0.837,-0.61,0.0,+40.6406399,-073.9031420 +36047096800,"Census Tract 968, Kings County, New York",1512,132.0,1193.0,0.0,67.0,0.0,104.0,New York City,False,-11.198,20.694,0.0,-1.375,-6.67,0.0,+40.6441418,-073.9038769 +36047097000,"Census Tract 970, Kings County, New York",2498,185.0,2048.0,0.0,29.0,0.0,168.0,New York City,False,-7.945,22.506,0.0,-4.806,-9.589,0.0,+40.6472600,-073.9073530 +36047097400,"Census Tract 974, Kings County, New York",3065,183.0,2404.0,16.0,57.0,0.0,331.0,New York City,False,-16.076,15.41,-0.017,-1.295,-0.09,0.0,+40.6469841,-073.8997658 +36047098200,"Census Tract 982, Kings County, New York",4535,0.0,3721.0,0.0,6.0,0.0,808.0,New York City,False,-1.101,8.955,-0.264,0.11,-7.634,0.0,+40.6509988,-073.8943666 +36047098400,"Census Tract 984, Kings County, New York",2207,66.0,2038.0,0.0,13.0,0.0,90.0,New York City,False,-1.318,1.588,-0.048,0.008,0.351,0.0,+40.6465779,-073.8917896 +36047098600,"Census Tract 986, Kings County, New York",3145,48.0,2880.0,0.0,54.0,0.0,95.0,New York City,False,-0.968,5.033,-0.224,-1.8,-3.437,0.0,+40.6449365,-073.8943196 +36047098800,"Census Tract 988, Kings County, New York",3343,261.0,2697.0,0.0,96.0,0.0,270.0,New York City,False,-7.548,10.637,-0.13,-3.439,0.497,0.0,+40.6430019,-073.8973153 +36047099000,"Census Tract 990, Kings County, New York",1724,172.0,1322.0,0.0,98.0,0.0,90.0,New York City,False,-8.05,17.57,-0.653,-0.913,-8.17,0.0,+40.6393703,-073.8985620 +36047099200,"Census Tract 992, Kings County, New York",2348,83.0,2073.0,0.0,13.0,0.0,160.0,New York City,False,-16.389,26.187,0.0,-5.889,-4.123,0.0,+40.6374035,-073.9012845 +36047099400,"Census Tract 994, Kings County, New York",1886,153.0,1578.0,24.0,46.0,0.0,85.0,New York City,False,-8.261,13.203,0.91,-0.255,-4.457,0.0,+40.6357597,-073.9043993 +36047099600,"Census Tract 996, Kings County, New York",4240,175.0,3814.0,0.0,140.0,0.0,111.0,New York City,False,-11.357,14.83,-0.077,0.954,-3.214,-0.026,+40.6334438,-073.9077878 +36047099800,"Census Tract 998, Kings County, New York",3539,264.0,3091.0,0.0,0.0,0.0,113.0,New York City,False,-11.919,15.633,-0.107,-1.686,-2.803,0.0,+40.6295432,-073.9094498 +36047100400,"Census Tract 1004, Kings County, New York",2756,98.0,2471.0,47.0,44.0,0.0,75.0,New York City,False,-13.968,14.164,1.597,-0.526,-1.417,0.0,+40.6306493,-073.9038000 +36047100600,"Census Tract 1006, Kings County, New York",2441,75.0,2158.0,0.0,55.0,0.0,92.0,New York City,False,-17.074,21.029,-0.194,-1.505,-3.864,0.0,+40.6322533,-073.9008897 +36047100800,"Census Tract 1008, Kings County, New York",2205,172.0,1694.0,0.0,86.0,0.0,230.0,New York City,False,-16.829,22.92,-0.144,-5.827,-0.015,0.0,+40.6341331,-073.8980664 +36047101000,"Census Tract 1010, Kings County, New York",2196,86.0,1697.0,0.0,154.0,0.0,190.0,New York City,False,-26.154,30.688,-0.418,-6.351,-0.443,0.0,+40.6360282,-073.8949720 +36047101200,"Census Tract 1012, Kings County, New York",2280,101.0,1975.0,0.0,53.0,0.0,151.0,New York City,False,-19.38,28.736,-0.149,-6.802,-1.76,0.0,+40.6397265,-073.8936677 +36047101400,"Census Tract 1014, Kings County, New York",2280,58.0,1901.0,0.0,127.0,0.0,103.0,New York City,False,-7.415,11.609,-0.32,-4.069,-3.522,0.0,+40.6416626,-073.8906734 +36047101600,"Census Tract 1016, Kings County, New York",1810,124.0,1563.0,6.0,84.0,0.0,33.0,New York City,False,-6.062,10.527,-0.051,0.315,-3.839,0.0,+40.6433030,-073.8881409 +36047101800,"Census Tract 1018, Kings County, New York",2058,71.0,1550.0,0.0,131.0,0.0,254.0,New York City,False,-13.382,5.564,-0.297,2.058,4.57,0.0,+40.6438530,-073.8866450 +36047102000,"Census Tract 1020, Kings County, New York",2291,216.0,1808.0,0.0,42.0,0.0,161.0,New York City,False,-4.392,3.346,-0.146,-3.471,3.377,0.0,+40.6383785,-073.8870181 +36047102200,"Census Tract 1022, Kings County, New York",1993,107.0,1541.0,0.0,196.0,0.0,82.0,New York City,False,-16.901,28.223,-0.095,-8.922,-4.148,0.0,+40.6364413,-073.8900106 +36047102400,"Census Tract 1024, Kings County, New York",2134,107.0,1857.0,0.0,151.0,0.0,9.0,New York City,False,-17.148,31.198,-0.098,-5.791,-7.063,0.0,+40.6329284,-073.8932756 +36047102600,"Census Tract 1026, Kings County, New York",2617,91.0,2425.0,11.0,0.0,0.0,69.0,New York City,False,-14.253,20.447,0.204,-3.243,-3.489,0.0,+40.6296068,-073.8984805 +36047102800,"Census Tract 1028, Kings County, New York",1795,23.0,1689.0,0.0,17.0,0.0,66.0,New York City,False,-14.563,27.885,-0.074,-5.283,-7.329,0.0,+40.6272716,-073.8952137 +36047103400,"Census Tract 1034, Kings County, New York",4046,167.0,2577.0,265.0,0.0,0.0,1048.0,New York City,False,-14.627,5.531,5.968,-0.759,4.692,0.0,+40.6332674,-073.8805974 +36047105801,"Census Tract 1058.01, Kings County, New York",5870,1461.0,3296.0,16.0,22.0,0.0,1075.0,New York City,False,-7.072,12.959,-0.028,-4.283,-0.085,-0.007,+40.6492205,-073.8805957 +36047105804,"Census Tract 1058.04, Kings County, New York",6679,1124.0,3951.0,111.0,328.0,0.0,1108.0,New York City,False,-15.132,15.965,1.361,0.253,-1.809,-0.007,+40.6458585,-073.8831084 +36047107000,"Census Tract 1070, Kings County, New York",1724,22.0,1171.0,0.0,78.0,0.0,447.0,New York City,False,-25.935,15.882,0.0,3.163,6.54,0.0,+40.6468884,-073.8639793 +36047107800,"Census Tract 1078, Kings County, New York",4068,109.0,3327.0,0.0,0.0,0.0,363.0,New York City,False,0.85,-9.995,-0.158,-0.407,3.39,-0.023,+40.6588417,-073.8759589 +36047109800,"Census Tract 1098, Kings County, New York",2254,83.0,1659.0,0.0,111.0,0.0,363.0,New York City,False,-8.684,7.204,-0.134,1.027,-0.158,0.0,+40.6526617,-073.9016506 +36047110400,"Census Tract 1104, Kings County, New York",4675,44.0,3839.0,0.0,0.0,0.0,792.0,New York City,False,0.102,1.534,-0.272,-0.543,-0.524,0.0,+40.6574021,-073.8887862 +36047110600,"Census Tract 1106, Kings County, New York",4082,0.0,2814.0,0.0,9.0,0.0,1176.0,New York City,False,-0.655,-8.407,-0.585,-0.061,7.766,0.0,+40.6573142,-073.8842981 +36047111000,"Census Tract 1110, Kings County, New York",3365,94.0,2380.0,16.0,0.0,0.0,733.0,New York City,False,2.251,-5.013,0.161,-0.057,-1.535,0.0,+40.6605666,-073.8813618 +36047111600,"Census Tract 1116, Kings County, New York",3763,141.0,2611.0,0.0,7.0,0.0,997.0,New York City,False,1.359,-0.165,-0.089,-0.081,-1.119,0.0,+40.6638632,-073.8756883 +36047111800,"Census Tract 1118, Kings County, New York",3418,191.0,2441.0,0.0,0.0,0.0,786.0,New York City,False,4.673,1.229,-0.267,-0.343,-5.025,0.0,+40.6687567,-073.8760180 +36047112000,"Census Tract 1120, Kings County, New York",3048,84.0,1769.0,0.0,0.0,0.0,1195.0,New York City,False,1.929,-0.492,-0.382,-0.255,-0.164,0.0,+40.6666275,-073.8805197 +36047112200,"Census Tract 1122, Kings County, New York",3587,0.0,2732.0,44.0,93.0,0.0,718.0,New York City,False,-0.961,0.46,1.158,2.216,-2.495,-0.034,+40.6637279,-073.8859223 +36047112400,"Census Tract 1124, Kings County, New York",3169,16.0,2687.0,0.0,0.0,0.0,400.0,New York City,True,-0.018,7.292,-0.215,-0.369,-8.62,0.0,+40.6660037,-073.8871536 +36047112600,"Census Tract 1126, Kings County, New York",3388,42.0,2533.0,0.0,64.0,0.0,749.0,New York City,False,0.523,6.562,-0.138,1.393,-7.816,-0.138,+40.6648986,-073.8931118 +36047112800,"Census Tract 1128, Kings County, New York",3910,225.0,3095.0,0.0,20.0,0.0,538.0,New York City,False,5.195,4.2,-0.33,-0.275,-9.125,-0.025,+40.6617411,-073.8921088 +36047113000,"Census Tract 1130, Kings County, New York",4000,26.0,3352.0,39.0,0.0,0.0,461.0,New York City,False,0.199,8.405,0.411,-0.254,-11.443,0.0,+40.6621721,-073.8964707 +36047113200,"Census Tract 1132, Kings County, New York",1956,41.0,1627.0,9.0,19.0,0.0,260.0,New York City,False,1.88,7.693,0.1,0.827,-10.14,0.0,+40.6612884,-073.8988885 +36047113400,"Census Tract 1134, Kings County, New York",3163,25.0,1935.0,0.0,40.0,0.0,1088.0,New York City,False,-0.878,-1.633,-0.2,0.131,0.442,0.0,+40.6677793,-073.8996082 +36047114201,"Census Tract 1142.01, Kings County, New York",1629,28.0,299.0,0.0,33.0,0.0,1246.0,New York City,False,-1.392,-7.97,-0.576,-2.64,11.512,-0.115,+40.6790020,-073.9010285 +36047114202,"Census Tract 1142.02, Kings County, New York",2837,63.0,926.0,0.0,0.0,0.0,1826.0,New York City,False,-0.929,-7.751,-0.478,-2.352,12.131,0.0,+40.6823605,-073.8912824 +36047114400,"Census Tract 1144, Kings County, New York",2452,95.0,1327.0,0.0,8.0,0.0,991.0,New York City,False,1.992,-0.237,-0.362,-1.165,-0.864,0.0,+40.6728096,-073.8985527 +36047114600,"Census Tract 1146, Kings County, New York",3308,94.0,735.0,30.0,252.0,0.0,2107.0,New York City,False,-0.616,-5.218,0.545,2.941,0.881,0.0,+40.6792066,-073.8923418 +36047115000,"Census Tract 1150, Kings County, New York",2855,23.0,1226.0,152.0,33.0,0.0,1454.0,New York City,False,-0.952,-3.229,4.87,0.362,0.219,0.0,+40.6739223,-073.8865225 +36047115200,"Census Tract 1152, Kings County, New York",3075,76.0,1757.0,0.0,116.0,0.0,861.0,New York City,False,0.729,-4.367,-0.475,2.94,-6.733,0.0,+40.6732693,-073.8909301 +36047115600,"Census Tract 1156, Kings County, New York",4091,12.0,3086.0,32.0,23.0,0.0,928.0,New York City,False,-0.345,12.186,0.586,-0.002,-11.933,0.0,+40.6683267,-073.8958947 +36047115800,"Census Tract 1158, Kings County, New York",2938,75.0,1896.0,18.0,1.0,0.0,868.0,New York City,False,2.075,-1.495,0.34,-0.444,-2.549,0.0,+40.6688809,-073.8921624 +36047116000,"Census Tract 1160, Kings County, New York",2126,0.0,1375.0,13.0,17.0,0.0,690.0,New York City,False,-0.269,-5.486,0.304,0.378,3.96,0.0,+40.6694195,-073.8885305 +36047116200,"Census Tract 1162, Kings County, New York",2276,7.0,1806.0,34.0,17.0,82.0,272.0,New York City,False,-0.434,1.577,1.101,-0.083,-8.267,3.603,+40.6699382,-073.8850349 +36047116400,"Census Tract 1164, Kings County, New York",3394,57.0,2199.0,0.0,56.0,0.0,1049.0,New York City,False,1.209,-3.503,-0.325,1.144,0.972,0.0,+40.6705099,-073.8811822 +36047116600,"Census Tract 1166, Kings County, New York",3012,105.0,1701.0,0.0,21.0,0.0,1004.0,New York City,True,1.793,10.649,-0.115,-2.266,-15.263,-0.077,+40.6745627,-073.8822052 +36047116800,"Census Tract 1168, Kings County, New York",1732,54.0,701.0,32.0,37.0,0.0,931.0,New York City,True,-0.561,16.457,0.519,-3.434,-7.77,0.0,+40.6789908,-073.8825160 +36047117000,"Census Tract 1170, Kings County, New York",1930,0.0,451.0,0.0,101.0,0.0,1345.0,New York City,False,-3.048,-3.415,-1.361,0.606,7.087,0.0,+40.6776000,-073.8861810 +36047117201,"Census Tract 1172.01, Kings County, New York",2369,46.0,339.0,0.0,95.0,0.0,1790.0,New York City,False,-1.215,-8.648,-0.515,0.304,8.675,-0.034,+40.6808117,-073.8875149 +36047117202,"Census Tract 1172.02, Kings County, New York",3104,116.0,978.0,0.0,96.0,0.0,1795.0,New York City,False,-0.112,4.893,-1.423,-3.252,-0.114,0.0,+40.6827365,-073.8837650 +36047117400,"Census Tract 1174, Kings County, New York",4362,41.0,879.0,0.0,308.0,0.0,3086.0,New York City,False,-3.02,1.032,-1.5,1.063,4.721,0.0,+40.6828584,-073.8797862 +36047117601,"Census Tract 1176.01, Kings County, New York",3037,195.0,616.0,0.0,76.0,0.0,2150.0,New York City,False,0.415,5.869,-0.563,-4.818,2.476,0.0,+40.6847798,-073.8768792 +36047117602,"Census Tract 1176.02, Kings County, New York",2996,104.0,632.0,0.0,70.0,0.0,2007.0,New York City,False,-1.95,3.352,-0.662,-4.692,3.894,-0.032,+40.6862350,-073.8744475 +36047117800,"Census Tract 1178, Kings County, New York",1892,17.0,326.0,0.0,371.0,0.0,1119.0,New York City,False,-2.366,-5.219,-1.516,5.79,5.15,-0.058,+40.6816514,-073.8742881 +36047118000,"Census Tract 1180, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6894826,-073.8777419 +36047118201,"Census Tract 1182.01, Kings County, New York",2970,191.0,539.0,57.0,151.0,0.0,1945.0,New York City,False,0.78,-0.598,1.023,-1.222,1.119,0.0,+40.6879085,-073.8718976 +36047118202,"Census Tract 1182.02, Kings County, New York",3279,126.0,550.0,0.0,196.0,0.0,2361.0,New York City,False,-1.293,-0.761,-1.079,0.318,3.865,0.0,+40.6886646,-073.8690021 +36047118400,"Census Tract 1184, Kings County, New York",5361,261.0,554.0,20.0,659.0,0.0,3758.0,New York City,False,-0.694,-4.923,-0.861,0.345,6.018,0.0,+40.6843041,-073.8694100 +36047118600,"Census Tract 1186, Kings County, New York",2694,104.0,855.0,2.0,414.0,0.0,1273.0,New York City,False,-3.385,16.065,-0.724,3.334,-12.913,0.0,+40.6814659,-073.8677811 +36047118800,"Census Tract 1188, Kings County, New York",4760,170.0,2072.0,0.0,897.0,0.0,1440.0,New York City,False,-2.942,25.985,-1.886,-4.554,-16.853,0.0,+40.6790412,-073.8659139 +36047119000,"Census Tract 1190, Kings County, New York",2709,52.0,1219.0,10.0,104.0,0.0,1180.0,New York City,False,-2.259,17.103,-1.192,-1.599,-9.513,0.0,+40.6790596,-073.8716311 +36047119200,"Census Tract 1192, Kings County, New York",3028,85.0,1226.0,10.0,195.0,0.0,1444.0,New York City,True,0.89,4.364,-0.253,4.398,-9.979,0.0,+40.6771101,-073.8781574 +36047119400,"Census Tract 1194, Kings County, New York",4248,95.0,2559.0,0.0,88.0,0.0,1506.0,New York City,False,0.782,2.512,-0.742,0.856,-2.638,0.0,+40.6725527,-073.8770602 +36047119600,"Census Tract 1196, Kings County, New York",4925,122.0,2486.0,29.0,942.0,0.0,1176.0,New York City,False,1.049,3.192,-0.195,7.361,-12.727,0.0,+40.6758956,-073.8731634 +36047119800,"Census Tract 1198, Kings County, New York",3376,78.0,1325.0,15.0,161.0,0.0,1786.0,New York City,False,-2.612,8.746,-0.277,-0.09,-4.809,0.0,+40.6763145,-073.8943861 +36047120000,"Census Tract 1200, Kings County, New York",2576,73.0,1556.0,12.0,458.0,0.0,489.0,New York City,False,-4.109,8.468,-0.469,12.529,-11.547,0.0,+40.6748774,-073.8672723 +36047120200,"Census Tract 1202, Kings County, New York",1924,44.0,786.0,0.0,567.0,0.0,509.0,New York City,False,-2.984,24.933,-2.923,-8.213,-8.409,0.0,+40.6763414,-073.8643639 +36047120800,"Census Tract 1208, Kings County, New York",9566,172.0,8200.0,55.0,126.0,0.0,902.0,New York City,False,-0.56,9.591,0.186,-0.593,-9.09,-0.024,+40.6713394,-073.8651840 +36047121000,"Census Tract 1210, Kings County, New York",4299,0.0,2159.0,30.0,7.0,0.0,2089.0,New York City,False,-0.903,-13.025,0.146,0.138,13.47,0.0,+40.6700908,-073.8722448 +36047121400,"Census Tract 1214, Kings County, New York",4851,24.0,2921.0,28.0,0.0,0.0,1853.0,New York City,False,-0.805,-8.285,0.554,-0.639,8.818,0.0,+40.6674943,-073.8651792 +36047122000,"Census Tract 1220, Kings County, New York",6169,90.0,4831.0,0.0,38.0,0.0,1082.0,New York City,False,-2.572,2.46,-0.548,-0.441,0.122,0.0,+40.6637638,-073.8628672 +36047123700,"Census Tract 1237, Kings County, New York",6300,5246.0,246.0,0.0,59.0,0.0,712.0,New York City,True,75.435,-7.357,-0.544,-0.097,-67.044,0.0,+40.6967384,-073.9567404 +36047150200,"Census Tract 1502, Kings County, New York",2876,2021.0,71.0,0.0,318.0,0.0,364.0,New York City,False,-1.469,-0.314,-0.52,5.879,-5.508,-0.009,+40.6546407,-073.9812779 +36047152200,"Census Tract 1522, Kings County, New York",3877,1548.0,635.0,0.0,869.0,0.0,571.0,New York City,False,3.298,-12.121,-0.616,3.805,0.727,0.0,+40.6439736,-073.9671841 +36047990100,"Census Tract 9901, Kings County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.5649788,-074.0148235 +36061000100,"Census Tract 1, New York County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6900008,-074.0461708 +36061000201,"Census Tract 2.01, New York County, New York",2730,264.0,205.0,0.0,1153.0,0.0,1106.0,New York City,False,5.074,-1.653,-0.18,-1.773,-1.031,-0.03,+40.7098961,-073.9855833 +36061000202,"Census Tract 2.02, New York County, New York",7789,1403.0,1341.0,37.0,1841.0,0.0,2981.0,New York City,False,-8.548,4.36,0.168,5.397,-2.111,0.0,+40.7085736,-073.9789944 +36061000500,"Census Tract 5, New York County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6903066,-074.0178910 +36061000600,"Census Tract 6, New York County, New York",10890,459.0,453.0,135.0,6569.0,0.0,3198.0,New York City,False,0.452,-3.041,0.947,-5.156,6.451,-0.016,+40.7102579,-073.9880558 +36061000700,"Census Tract 7, New York County, New York",8881,6343.0,226.0,0.0,1648.0,0.0,445.0,New York City,False,7.867,-1.441,-0.001,-5.076,-2.371,-0.001,+40.7011730,-074.0020025 +36061000800,"Census Tract 8, New York County, New York",9363,755.0,78.0,87.0,7822.0,5.0,400.0,New York City,True,-1.05,-0.101,0.645,-3.396,1.726,0.053,+40.7101181,-073.9932525 +36061000900,"Census Tract 9, New York County, New York",1736,1175.0,45.0,0.0,280.0,10.0,140.0,New York City,False,-3.211,-3.918,-0.092,3.372,1.349,0.398,+40.6987242,-074.0059997 +36061001001,"Census Tract 10.01, New York County, New York",1382,907.0,25.0,0.0,128.0,0.0,311.0,New York City,True,-7.919,-3.555,-0.073,6.029,5.605,0.0,+40.7114400,-073.9721475 +36061001002,"Census Tract 10.02, New York County, New York",5707,182.0,511.0,0.0,776.0,0.0,4167.0,New York City,False,1.184,-8.884,-0.297,4.894,2.304,0.0,+40.7154810,-073.9714373 +36061001200,"Census Tract 12, New York County, New York",3921,2016.0,57.0,19.0,615.0,0.0,1106.0,New York City,True,3.463,-2.037,0.196,5.27,-6.992,0.0,+40.7159065,-073.9820936 +36061001300,"Census Tract 13, New York County, New York",4805,2992.0,60.0,0.0,953.0,0.0,640.0,New York City,False,-9.085,-7.551,-0.389,8.816,6.574,0.0,+40.7091260,-074.0129925 +36061001401,"Census Tract 14.01, New York County, New York",3095,2084.0,64.0,0.0,540.0,0.0,314.0,New York City,True,-7.582,-1.646,-0.169,13.666,-5.756,0.0,+40.7151603,-073.9873313 +36061001402,"Census Tract 14.02, New York County, New York",2857,872.0,100.0,48.0,860.0,0.0,872.0,New York City,True,12.205,-0.309,1.382,-4.346,-11.876,0.0,+40.7175134,-073.9858814 +36061001501,"Census Tract 15.01, New York County, New York",6892,3918.0,344.0,25.0,1786.0,0.0,586.0,New York City,True,-5.229,-3.098,0.166,4.586,0.984,0.0,+40.7075653,-074.0013991 +36061001502,"Census Tract 15.02, New York County, New York",7932,5400.0,186.0,40.0,1745.0,0.0,359.0,New York City,False,-1.009,-2.202,0.148,4.879,-1.316,-0.025,+40.7055773,-074.0026158 +36061001600,"Census Tract 16, New York County, New York",7244,990.0,93.0,0.0,5602.0,0.0,472.0,New York City,True,8.186,0.836,-0.271,-13.603,3.755,0.0,+40.7159568,-073.9932660 +36061001800,"Census Tract 18, New York County, New York",7895,2238.0,373.0,155.0,4237.0,0.0,642.0,New York City,False,18.826,2.037,1.805,-19.75,-5.711,-0.02,+40.7190464,-073.9908408 +36061002000,"Census Tract 20, New York County, New York",4920,55.0,1003.0,0.0,1074.0,0.0,2788.0,New York City,False,-0.679,3.571,-0.29,13.654,-16.159,0.0,+40.7183569,-073.9702209 +36061002100,"Census Tract 21, New York County, New York",6863,5176.0,74.0,0.0,961.0,0.0,293.0,New York City,False,0.471,-2.91,-0.249,-1.036,-0.592,0.0,+40.7143288,-074.0100498 +36061002201,"Census Tract 22.01, New York County, New York",6484,1151.0,731.0,35.0,1560.0,0.0,2890.0,New York City,False,5.262,-2.689,0.269,-0.121,-3.593,-0.045,+40.7191156,-073.9818443 +36061002202,"Census Tract 22.02, New York County, New York",1947,1055.0,122.0,11.0,307.0,0.0,360.0,New York City,False,6.435,-6.073,0.115,5.999,-8.888,0.0,+40.7212597,-073.9811412 +36061002400,"Census Tract 24, New York County, New York",4275,79.0,756.0,0.0,440.0,0.0,2548.0,New York City,False,-0.337,-0.505,-0.354,3.875,-12.977,-0.02,+40.7221617,-073.9682500 +36061002500,"Census Tract 25, New York County, New York",5171,22.0,1190.0,0.0,2306.0,0.0,1598.0,New York City,False,-2.397,7.847,-0.192,4.683,-10.89,0.0,+40.7089899,-073.9962356 +36061002601,"Census Tract 26.01, New York County, New York",3934,1009.0,419.0,15.0,455.0,0.0,1959.0,New York City,False,7.119,-2.231,0.205,2.86,-8.85,0.0,+40.7225850,-073.9799302 +36061002602,"Census Tract 26.02, New York County, New York",4207,2353.0,167.0,44.0,626.0,36.0,715.0,New York City,False,9.293,-4.906,0.374,0.033,-10.305,0.829,+40.7243901,-073.9786160 +36061002700,"Census Tract 27, New York County, New York",1417,260.0,4.0,0.0,1046.0,0.0,28.0,New York City,False,-0.768,-1.564,-0.132,-1.99,-0.99,0.0,+40.7125508,-073.9990121 +36061002800,"Census Tract 28, New York County, New York",7304,2100.0,1044.0,16.0,853.0,0.0,3185.0,New York City,False,1.934,0.609,-0.169,-0.08,-2.342,0.0,+40.7268631,-073.9768122 +36061002900,"Census Tract 29, New York County, New York",6869,534.0,630.0,11.0,4793.0,0.0,671.0,New York City,True,0.781,-1.499,-0.069,-2.158,-0.147,0.0,+40.7141595,-074.0005401 +36061003001,"Census Tract 30.01, New York County, New York",4140,2047.0,208.0,0.0,810.0,0.0,794.0,New York City,True,15.877,1.632,-0.585,-11.125,-11.09,0.0,+40.7210057,-073.9868387 +36061003002,"Census Tract 30.02, New York County, New York",2972,1520.0,239.0,0.0,358.0,0.0,801.0,New York City,False,-4.083,0.697,-0.549,-0.938,4.367,-0.03,+40.7229641,-073.9858662 +36061003100,"Census Tract 31, New York County, New York",2720,1470.0,255.0,8.0,665.0,0.0,195.0,New York City,False,10.591,-0.764,0.178,0.926,-0.073,0.0,+40.7153110,-074.0038151 +36061003200,"Census Tract 32, New York County, New York",7939,5972.0,304.0,1.0,1095.0,0.0,527.0,New York City,True,2.632,-0.413,-0.498,1.243,-2.307,0.0,+40.7255579,-073.9837166 +36061003300,"Census Tract 33, New York County, New York",5415,4138.0,153.0,0.0,588.0,0.0,242.0,New York City,False,-7.133,0.525,-0.081,2.526,0.086,0.0,+40.7188624,-074.0061463 +36061003400,"Census Tract 34, New York County, New York",6493,3842.0,153.0,0.0,989.0,0.0,1447.0,New York City,False,-0.957,-2.628,-0.579,3.206,2.06,0.0,+40.7290092,-073.9814618 +36061003601,"Census Tract 36.01, New York County, New York",3522,830.0,236.0,0.0,786.0,0.0,1632.0,New York City,True,4.755,-3.238,-0.305,-6.524,5.483,0.0,+40.7223222,-073.9911397 +36061003602,"Census Tract 36.02, New York County, New York",2903,1630.0,273.0,42.0,397.0,0.0,406.0,New York City,False,-1.313,-6.237,0.73,3.179,-0.854,0.0,+40.7245631,-073.9902060 +36061003700,"Census Tract 37, New York County, New York",2674,2072.0,73.0,0.0,208.0,0.0,221.0,New York City,False,0.714,-4.85,-0.266,2.859,-1.088,0.0,+40.7269119,-074.0167229 +36061003800,"Census Tract 38, New York County, New York",8418,5581.0,506.0,4.0,1001.0,0.0,1226.0,New York City,False,0.319,1.798,-0.389,-4.994,4.217,0.0,+40.7273669,-073.9884656 +36061003900,"Census Tract 39, New York County, New York",5621,4201.0,300.0,0.0,315.0,0.0,469.0,New York City,False,-0.285,-3.936,-0.326,-0.174,-0.51,-0.023,+40.7204979,-074.0122661 +36061004000,"Census Tract 40, New York County, New York",8667,6438.0,253.0,0.0,1110.0,8.0,595.0,New York City,False,7.021,-3.019,-0.276,-1.704,-3.871,-0.035,+40.7307447,-073.9860235 +36061004100,"Census Tract 41, New York County, New York",8543,2824.0,82.0,41.0,4872.0,0.0,458.0,New York City,False,13.808,0.123,0.212,-19.168,2.38,-0.022,+40.7191639,-073.9966958 +36061004200,"Census Tract 42, New York County, New York",5197,3488.0,223.0,0.0,1087.0,0.0,301.0,New York City,False,1.286,-5.18,-0.3,4.049,-1.386,0.0,+40.7317996,-073.9893670 +36061004300,"Census Tract 43, New York County, New York",4225,2575.0,5.0,0.0,1073.0,0.0,361.0,New York City,False,8.981,-1.418,-0.205,-6.381,-4.069,-0.041,+40.7233237,-073.9954663 +36061004400,"Census Tract 44, New York County, New York",17069,11993.0,894.0,0.0,1960.0,0.0,1674.0,New York City,False,-6.313,-0.658,-0.205,1.061,3.534,-0.02,+40.7278421,-073.9715756 +36061004500,"Census Tract 45, New York County, New York",1005,672.0,1.0,1.0,261.0,0.0,29.0,New York City,False,-2.177,-1.776,-0.275,3.081,-1.898,0.0,+40.7205701,-073.9993912 +36061004700,"Census Tract 47, New York County, New York",2318,1829.0,9.0,0.0,293.0,0.0,124.0,New York City,False,-1.729,-1.277,-0.447,3.18,-1.513,0.0,+40.7224190,-074.0028628 +36061004800,"Census Tract 48, New York County, New York",6926,4977.0,303.0,16.0,1057.0,45.0,451.0,New York City,False,-1.086,0.189,0.106,1.406,-1.579,0.619,+40.7338561,-073.9837298 +36061004900,"Census Tract 49, New York County, New York",4406,3527.0,123.0,15.0,414.0,0.0,266.0,New York City,False,-4.182,0.257,0.041,2.989,0.748,0.0,+40.7250607,-074.0004802 +36061005000,"Census Tract 50, New York County, New York",5009,3981.0,0.0,0.0,688.0,0.0,290.0,New York City,False,-1.559,-1.826,-0.386,2.216,1.172,0.0,+40.7361115,-073.9872138 +36061005200,"Census Tract 52, New York County, New York",3642,2742.0,98.0,23.0,609.0,0.0,144.0,New York City,False,-2.392,-1.158,0.391,4.212,-1.419,-0.107,+40.7374356,-073.9904555 +36061005400,"Census Tract 54, New York County, New York",4570,3345.0,133.0,0.0,682.0,0.0,190.0,New York City,False,-6.957,-1.793,-0.126,5.745,-1.051,-0.076,+40.7388112,-073.9936780 +36061005501,"Census Tract 55.01, New York County, New York",4709,3248.0,267.0,14.0,822.0,0.0,104.0,New York City,False,-7.305,0.392,0.195,4.862,-2.886,-0.02,+40.7276733,-073.9970830 +36061005502,"Census Tract 55.02, New York County, New York",2245,1673.0,90.0,0.0,78.0,21.0,316.0,New York City,False,-1.519,-1.432,-0.137,-6.357,6.943,0.935,+40.7262229,-073.9938720 +36061005600,"Census Tract 56, New York County, New York",3220,2217.0,204.0,0.0,458.0,0.0,282.0,New York City,False,-3.287,-2.163,-0.078,3.359,0.842,-0.155,+40.7417922,-073.9872974 +36061005700,"Census Tract 57, New York County, New York",2766,2068.0,96.0,0.0,230.0,0.0,220.0,New York City,False,-12.651,1.735,-0.355,0.504,5.705,0.0,+40.7294159,-073.9923910 +36061005800,"Census Tract 58, New York County, New York",3355,2355.0,0.0,0.0,694.0,0.0,172.0,New York City,False,-12.355,-2.731,-0.303,11.126,1.03,0.0,+40.7431498,-073.9905172 +36061005900,"Census Tract 59, New York County, New York",5634,4630.0,135.0,39.0,495.0,0.0,296.0,New York City,False,-2.357,-0.095,0.495,0.544,1.85,0.0,+40.7312894,-073.9945614 +36061006000,"Census Tract 60, New York County, New York",5457,4073.0,214.0,0.0,678.0,0.0,397.0,New York City,False,-17.24,1.791,-0.05,8.714,5.345,-0.025,+40.7311706,-073.9677779 +36061006100,"Census Tract 61, New York County, New York",4824,3692.0,111.0,0.0,579.0,0.0,344.0,New York City,False,-2.647,-1.679,-0.098,1.847,1.524,-0.059,+40.7337079,-073.9923266 +36061006200,"Census Tract 62, New York County, New York",4692,2124.0,855.0,10.0,888.0,0.0,653.0,New York City,False,-10.094,2.863,0.075,4.397,0.626,0.0,+40.7364871,-073.9674406 +36061006300,"Census Tract 63, New York County, New York",6728,5606.0,88.0,0.0,539.0,0.0,313.0,New York City,False,-4.945,-0.767,-0.176,2.807,0.757,-0.016,+40.7344214,-073.9968603 +36061006400,"Census Tract 64, New York County, New York",7961,5557.0,257.0,180.0,1177.0,0.0,379.0,New York City,False,-7.222,-0.767,1.961,3.809,-2.261,-0.041,+40.7369488,-073.9814570 +36061006500,"Census Tract 65, New York County, New York",6490,4864.0,201.0,0.0,590.0,0.0,473.0,New York City,False,-2.094,-0.774,-0.209,-1.641,0.472,0.0,+40.7299685,-073.9995774 +36061006600,"Census Tract 66, New York County, New York",10946,5671.0,166.0,33.0,1291.0,0.0,3504.0,New York City,False,-3.254,-9.605,0.014,-1.448,12.512,-0.025,+40.7400705,-073.9792317 +36061006700,"Census Tract 67, New York County, New York",5277,4517.0,75.0,16.0,292.0,0.0,192.0,New York City,False,1.842,-0.669,-0.016,-1.128,-2.403,-0.053,+40.7304513,-074.0041205 +36061006800,"Census Tract 68, New York County, New York",7684,5137.0,500.0,6.0,1247.0,0.0,767.0,New York City,False,-6.744,-0.601,-0.1,5.922,2.252,-0.059,+40.7404366,-073.9840803 +36061006900,"Census Tract 69, New York County, New York",2568,1911.0,53.0,0.0,293.0,0.0,161.0,New York City,False,-9.48,-1.439,-0.427,5.344,0.46,0.0,+40.7294288,-074.0125049 +36061007000,"Census Tract 70, New York County, New York",8574,5254.0,473.0,0.0,1931.0,0.0,474.0,New York City,False,-16.295,2.219,-0.155,11.392,-1.389,-0.013,+40.7431849,-073.9769614 +36061007100,"Census Tract 71, New York County, New York",6000,4727.0,162.0,0.0,731.0,4.0,238.0,New York City,False,-5.559,0.049,-0.285,5.457,-1.051,0.067,+40.7354477,-073.9999139 +36061007200,"Census Tract 72, New York County, New York",7224,4862.0,50.0,0.0,1777.0,0.0,192.0,New York City,False,-15.461,-0.861,-0.136,13.811,-1.25,-0.012,+40.7448656,-073.9808585 +36061007300,"Census Tract 73, New York County, New York",6019,5107.0,97.0,0.0,221.0,0.0,529.0,New York City,False,0.074,-1.657,-0.269,-1.702,3.251,-0.015,+40.7341146,-074.0041065 +36061007400,"Census Tract 74, New York County, New York",3803,2625.0,61.0,0.0,526.0,0.0,428.0,New York City,False,-8.589,-5.346,-0.162,4.24,6.566,-0.027,+40.7462136,-073.9840829 +36061007500,"Census Tract 75, New York County, New York",3990,3313.0,50.0,0.0,269.0,0.0,260.0,New York City,False,-1.231,-1.933,-0.216,1.127,0.469,-0.024,+40.7343782,-074.0151997 +36061007600,"Census Tract 76, New York County, New York",2055,857.0,81.0,12.0,996.0,0.0,87.0,New York City,False,-1.177,0.011,-0.178,1.576,-0.82,0.0,+40.7475672,-073.9872980 +36061007700,"Census Tract 77, New York County, New York",5991,4975.0,45.0,0.0,378.0,0.0,428.0,New York City,False,-1.583,-2.031,-0.212,1.379,0.082,0.0,+40.7380850,-074.0032967 +36061007800,"Census Tract 78, New York County, New York",8610,4864.0,378.0,0.0,1933.0,0.0,984.0,New York City,False,-19.053,1.526,-0.214,7.714,5.78,-0.027,+40.7463235,-073.9746729 +36061007900,"Census Tract 79, New York County, New York",4550,4084.0,18.0,15.0,156.0,0.0,246.0,New York City,False,5.811,-3.414,-0.083,-2.225,-0.16,0.0,+40.7397795,-074.0144915 +36061008000,"Census Tract 80, New York County, New York",5013,3958.0,88.0,12.0,586.0,0.0,295.0,New York City,False,-4.409,0.308,0.035,1.935,1.156,-0.019,+40.7492588,-073.9776520 +36061008100,"Census Tract 81, New York County, New York",8045,6045.0,291.0,0.0,782.0,0.0,769.0,New York City,False,0.864,-0.215,-0.353,2.192,-3.35,-0.027,+40.7398052,-073.9987715 +36061008200,"Census Tract 82, New York County, New York",3321,1979.0,62.0,0.0,952.0,0.0,177.0,New York City,False,-23.804,-0.051,-0.109,19.476,0.265,0.0,+40.7506132,-073.9808741 +36061008300,"Census Tract 83, New York County, New York",4127,1817.0,431.0,60.0,193.0,0.0,1508.0,New York City,False,3.877,-1.838,1.08,-2.168,-2.459,-0.115,+40.7421983,-074.0044530 +36061008400,"Census Tract 84, New York County, New York",1951,923.0,65.0,0.0,749.0,0.0,95.0,New York City,False,-1.298,-0.991,-0.288,-2.915,0.066,0.0,+40.7519695,-073.9840942 +36061008601,"Census Tract 86.01, New York County, New York",2986,1914.0,55.0,14.0,704.0,0.0,232.0,New York City,False,-15.068,-0.13,0.373,10.583,2.909,0.0,+40.7435573,-073.9656822 +36061008602,"Census Tract 86.02, New York County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7479483,-073.9627784 +36061008603,"Census Tract 86.03, New York County, New York",4772,3923.0,18.0,0.0,399.0,0.0,221.0,New York City,False,3.029,-1.591,-0.096,-4.629,-0.227,0.0,+40.7525143,-073.9617418 +36061008700,"Census Tract 87, New York County, New York",6815,4779.0,85.0,0.0,579.0,0.0,1165.0,New York City,False,-4.691,-1.887,-0.151,2.227,2.46,-0.022,+40.7422439,-073.9969962 +36061008800,"Census Tract 88, New York County, New York",7047,4638.0,97.0,0.0,1535.0,0.0,430.0,New York City,False,-3.906,-1.796,-0.163,1.551,0.234,-0.014,+40.7494997,-073.9723847 +36061008900,"Census Tract 89, New York County, New York",5255,3362.0,543.0,0.0,390.0,0.0,683.0,New York City,False,-2.47,2.589,-0.338,1.106,-5.161,-0.038,+40.7446380,-074.0026785 +36061009000,"Census Tract 90, New York County, New York",7645,5161.0,192.0,0.0,1476.0,5.0,713.0,New York City,False,-4.357,-1.74,-0.329,1.897,4.325,0.052,+40.7526586,-073.9700939 +36061009100,"Census Tract 91, New York County, New York",6662,4457.0,302.0,0.0,1325.0,0.0,398.0,New York City,False,-4.304,-1.112,-0.461,8.841,-4.942,-0.022,+40.7447178,-073.9951959 +36061009200,"Census Tract 92, New York County, New York",1691,1254.0,18.0,0.0,317.0,0.0,78.0,New York City,False,5.266,-4.558,-0.375,2.479,-3.333,0.0,+40.7536476,-073.9747422 +36061009300,"Census Tract 93, New York County, New York",9916,5384.0,1698.0,0.0,1101.0,0.0,1587.0,New York City,False,-13.136,10.101,-0.252,6.364,-3.895,-0.011,+40.7471119,-074.0008753 +36061009400,"Census Tract 94, New York County, New York",56,56.0,0.0,0.0,0.0,0.0,0.0,New York City,False,41.176,-5.882,0.0,-7.843,-5.882,0.0,+40.7552279,-073.9777463 +36061009500,"Census Tract 95, New York County, New York",3471,2366.0,107.0,20.0,588.0,0.0,301.0,New York City,False,-3.587,-3.042,0.056,4.134,0.728,-0.037,+40.7472363,-073.9933578 +36061009600,"Census Tract 96, New York County, New York",124,85.0,0.0,14.0,21.0,0.0,4.0,New York City,False,20.453,-4.286,11.29,-21.636,-3.917,0.0,+40.7563748,-073.9808861 +36061009700,"Census Tract 97, New York County, New York",5233,2427.0,367.0,23.0,1102.0,0.0,1296.0,New York City,True,-6.486,-5.147,0.151,11.846,0.508,0.0,+40.7496396,-073.9990340 +36061009800,"Census Tract 98, New York County, New York",7350,5588.0,156.0,8.0,789.0,0.0,643.0,New York City,False,-5.434,-0.284,0.01,1.111,3.483,-0.014,+40.7557880,-073.9677745 +36061009900,"Census Tract 99, New York County, New York",5733,3332.0,289.0,8.0,1323.0,0.0,596.0,New York City,False,14.917,-22.232,-0.206,18.575,-13.327,0.0,+40.7495435,-074.0091035 +36061010000,"Census Tract 100, New York County, New York",1771,1350.0,29.0,7.0,215.0,0.0,148.0,New York City,False,-5.001,0.539,0.23,1.602,1.935,-0.055,+40.7580653,-073.9712318 +36061010100,"Census Tract 101, New York County, New York",1225,590.0,82.0,0.0,429.0,0.0,95.0,New York City,False,-17.527,-2.511,0.0,21.631,-3.124,-0.837,+40.7497314,-073.9915412 +36061010200,"Census Tract 102, New York County, New York",126,81.0,0.0,22.0,7.0,0.0,11.0,New York City,False,-25.305,-0.372,17.46,2.954,1.295,0.0,+40.7594238,-073.9744493 +36061010300,"Census Tract 103, New York County, New York",1674,1013.0,74.0,4.0,324.0,5.0,143.0,New York City,False,4.67,-1.731,-0.239,2.404,-9.366,0.231,+40.7521351,-073.9972172 +36061010400,"Census Tract 104, New York County, New York",1008,696.0,25.0,0.0,194.0,11.0,82.0,New York City,False,-13.814,-0.164,-0.182,10.313,3.486,1.091,+40.7607791,-073.9776729 +36061010601,"Census Tract 106.01, New York County, New York",6742,5922.0,23.0,21.0,469.0,0.0,227.0,New York City,False,-3.692,-0.299,0.298,2.701,0.217,-0.013,+40.7562006,-073.9584989 +36061010602,"Census Tract 106.02, New York County, New York",4655,3559.0,220.0,0.0,423.0,0.0,407.0,New York City,False,-1.058,2.725,-0.152,-5.322,3.4,-0.025,+40.7600894,-073.9582412 +36061010800,"Census Tract 108, New York County, New York",9084,7197.0,71.0,0.0,1261.0,0.0,452.0,New York City,False,-5.845,-0.419,-0.099,5.775,0.211,-0.012,+40.7589684,-073.9654530 +36061010900,"Census Tract 109, New York County, New York",179,109.0,13.0,1.0,49.0,0.0,3.0,New York City,False,14.259,1.013,0.559,-7.722,-9.382,0.0,+40.7522505,-073.9897028 +36061011000,"Census Tract 110, New York County, New York",7460,5803.0,250.0,0.0,803.0,0.0,490.0,New York City,False,-6.882,1.984,-0.074,3.263,1.042,0.0,+40.7621475,-073.9631393 +36061011100,"Census Tract 111, New York County, New York",5012,2393.0,367.0,0.0,1241.0,0.0,925.0,New York City,False,1.157,-1.471,-0.525,6.126,-5.921,-0.033,+40.7546475,-073.9953878 +36061011201,"Census Tract 112.01, New York County, New York",804,658.0,7.0,6.0,76.0,0.0,51.0,New York City,False,-0.58,-3.164,0.554,1.384,1.732,0.0,+40.7639781,-073.9753455 +36061011202,"Census Tract 112.02, New York County, New York",266,198.0,0.0,0.0,43.0,0.0,25.0,New York City,False,-8.722,-0.789,0.0,10.902,-1.128,0.0,+40.7626040,-073.9721311 +36061011203,"Census Tract 112.03, New York County, New York",1228,878.0,42.0,0.0,238.0,0.0,52.0,New York City,False,-12.725,2.145,0.0,12.13,-2.379,0.0,+40.7612444,-073.9689142 +36061011300,"Census Tract 113, New York County, New York",115,21.0,26.0,0.0,65.0,0.0,0.0,New York City,False,-37.329,12.05,0.0,38.199,-15.528,-0.311,+40.7547752,-073.9878702 +36061011401,"Census Tract 114.01, New York County, New York",1224,1058.0,7.0,0.0,92.0,0.0,54.0,New York City,False,-3.319,0.033,0.0,4.281,-1.383,0.0,+40.7648402,-073.9704939 +36061011402,"Census Tract 114.02, New York County, New York",1910,1679.0,0.0,0.0,105.0,0.0,78.0,New York City,False,2.439,-0.845,-0.084,-1.981,-1.366,-0.042,+40.7634831,-073.9672789 +36061011500,"Census Tract 115, New York County, New York",3569,1381.0,318.0,15.0,1029.0,0.0,748.0,New York City,False,2.839,-14.948,-0.602,16.63,-5.422,0.0,+40.7571679,-073.9935486 +36061011600,"Census Tract 116, New York County, New York",3490,2478.0,166.0,27.0,554.0,0.0,160.0,New York City,False,-0.215,1.466,0.696,0.149,-3.576,-0.052,+40.7625331,-073.9557917 +36061011700,"Census Tract 117, New York County, New York",3942,1922.0,204.0,0.0,884.0,0.0,893.0,New York City,False,42.286,-47.178,0.0,21.837,-17.935,0.0,+40.7612977,-074.0022072 +36061011800,"Census Tract 118, New York County, New York",8604,7284.0,1.0,0.0,705.0,0.0,541.0,New York City,False,-2.675,-1.301,-0.093,1.733,1.849,0.0,+40.7652748,-073.9608554 +36061011900,"Census Tract 119, New York County, New York",1027,258.0,417.0,0.0,19.0,0.0,291.0,New York City,False,-29.042,18.967,-1.139,-6.762,15.097,-0.071,+40.7573151,-073.9860247 +36061012000,"Census Tract 120, New York County, New York",3335,3038.0,86.0,0.0,31.0,0.0,180.0,New York City,False,0.804,0.687,-0.05,-2.677,1.917,-0.025,+40.7669264,-073.9647673 +36061012100,"Census Tract 121, New York County, New York",8505,5484.0,490.0,0.0,860.0,0.0,1606.0,New York City,False,1.763,-4.64,-0.579,2.547,1.919,-0.012,+40.7597092,-073.9917004 +36061012200,"Census Tract 122, New York County, New York",2963,2723.0,0.0,0.0,12.0,0.0,228.0,New York City,False,0.74,-1.073,-0.077,-2.916,3.607,0.0,+40.7682812,-073.9679849 +36061012400,"Census Tract 124, New York County, New York",10194,7406.0,229.0,3.0,1022.0,16.0,1274.0,New York City,False,-5.527,-0.321,-0.111,-2.238,6.553,0.157,+40.7660559,-073.9529175 +36061012500,"Census Tract 125, New York County, New York",2489,1360.0,8.0,0.0,885.0,0.0,195.0,New York City,False,-3.419,-6.149,-0.341,14.898,-4.311,-0.057,+40.7598407,-073.9841752 +36061012600,"Census Tract 126, New York County, New York",12920,9571.0,123.0,216.0,1973.0,0.0,737.0,New York City,False,-14.358,-0.436,1.517,10.044,1.431,0.0,+40.7684665,-073.9585261 +36061012700,"Census Tract 127, New York County, New York",6403,3595.0,384.0,140.0,775.0,0.0,1550.0,New York City,False,5.775,-0.159,1.691,1.263,-4.812,-0.069,+40.7622370,-073.9898561 +36061012800,"Census Tract 128, New York County, New York",5950,4933.0,10.0,0.0,130.0,0.0,681.0,New York City,False,-9.094,-0.645,0.0,-1.535,8.387,0.0,+40.7713809,-073.9615172 +36061012900,"Census Tract 129, New York County, New York",6294,3753.0,297.0,11.0,1217.0,0.0,906.0,New York City,False,7.104,-5.333,-0.341,10.877,-11.99,0.0,+40.7660980,-073.9994613 +36061013000,"Census Tract 130, New York County, New York",3399,2972.0,9.0,0.0,185.0,0.0,139.0,New York City,False,-3.0,-1.228,-0.087,1.808,0.173,-0.043,+40.7727364,-073.9647332 +36061013100,"Census Tract 131, New York County, New York",2749,1736.0,43.0,0.0,598.0,0.0,372.0,New York City,False,-3.629,-3.038,-0.336,9.625,-1.137,-0.144,+40.7623458,-073.9823535 +36061013200,"Census Tract 132, New York County, New York",10818,6938.0,0.0,0.0,614.0,96.0,2876.0,New York City,False,-20.458,-1.847,-0.175,-1.507,21.25,0.887,+40.7693334,-073.9500351 +36061013300,"Census Tract 133, New York County, New York",5038,2526.0,162.0,15.0,839.0,6.0,1324.0,New York City,False,-7.673,-3.158,-0.081,5.628,3.524,0.119,+40.7647381,-073.9880352 +36061013400,"Census Tract 134, New York County, New York",11698,9717.0,229.0,0.0,1101.0,0.0,297.0,New York City,False,-3.744,0.552,-0.15,2.783,-1.643,-0.019,+40.7717015,-073.9561658 +36061013500,"Census Tract 135, New York County, New York",7924,3329.0,809.0,15.0,973.0,0.0,2702.0,New York City,False,13.082,-2.63,-0.068,5.289,-15.658,-0.029,+40.7717053,-073.9993716 +36061013600,"Census Tract 136, New York County, New York",16147,13699.0,247.0,0.0,626.0,0.0,1324.0,New York City,False,-2.76,-0.118,-0.137,-2.102,4.09,0.0,+40.7724134,-073.9477944 +36061013700,"Census Tract 137, New York County, New York",6213,4019.0,191.0,21.0,969.0,21.0,601.0,New York City,False,-14.73,1.147,0.147,3.502,4.082,0.323,+40.7652144,-073.9802379 +36061013800,"Census Tract 138, New York County, New York",13256,10541.0,173.0,0.0,1669.0,0.0,611.0,New York City,False,-6.597,-0.646,-0.103,6.026,0.074,-0.016,+40.7749214,-073.9538153 +36061013900,"Census Tract 139, New York County, New York",9600,5998.0,456.0,37.0,1699.0,0.0,782.0,New York City,False,-8.363,-0.355,0.109,6.09,-2.962,-0.01,+40.7672922,-073.9861712 +36061014000,"Census Tract 140, New York County, New York",7773,6586.0,101.0,0.0,492.0,0.0,527.0,New York City,False,-6.089,0.267,-0.116,2.229,3.272,-0.013,+40.7759141,-073.9582100 +36061014200,"Census Tract 142, New York County, New York",4583,4101.0,11.0,0.0,263.0,0.0,83.0,New York City,False,-2.947,-0.403,-0.06,2.084,-0.86,-0.02,+40.7772742,-073.9614257 +36061014300,"Census Tract 143, New York County, New York",4,0.0,2.0,0.0,0.0,0.0,1.0,New York City,False,-44.444,5.556,0.0,0.0,19.444,0.0,+40.7813172,-073.9668472 +36061014401,"Census Tract 144.01, New York County, New York",5346,4538.0,21.0,0.0,398.0,0.0,287.0,New York City,False,-2.53,-1.346,-0.164,1.941,0.58,0.0,+40.7752485,-073.9475522 +36061014402,"Census Tract 144.02, New York County, New York",7466,6397.0,227.0,0.0,498.0,0.0,118.0,New York City,False,-0.306,1.027,-0.22,-0.265,-2.918,0.0,+40.7762431,-073.9453169 +36061014500,"Census Tract 145, New York County, New York",5858,3868.0,426.0,0.0,802.0,0.0,591.0,New York City,False,-6.585,3.305,-0.249,0.315,1.429,0.0,+40.7698209,-073.9842729 +36061014601,"Census Tract 146.01, New York County, New York",4468,3098.0,6.0,25.0,742.0,0.0,540.0,New York City,False,-12.175,-1.738,0.508,7.429,6.236,-0.026,+40.7771916,-073.9521608 +36061014602,"Census Tract 146.02, New York County, New York",7330,5878.0,24.0,0.0,575.0,0.0,783.0,New York City,False,-3.411,-1.962,-0.097,0.154,5.305,-0.012,+40.7788147,-073.9509750 +36061014700,"Census Tract 147, New York County, New York",3436,1825.0,69.0,0.0,917.0,0.0,458.0,New York City,False,-7.845,-6.688,-0.448,2.932,8.085,0.0,+40.7713286,-073.9888036 +36061014801,"Census Tract 148.01, New York County, New York",3198,2555.0,11.0,11.0,256.0,0.0,248.0,New York City,False,-7.533,-1.137,0.241,1.942,3.552,0.0,+40.7788416,-073.9560743 +36061014802,"Census Tract 148.02, New York County, New York",7000,5267.0,0.0,0.0,714.0,0.0,642.0,New York City,False,-11.917,-1.252,-0.043,4.14,4.406,0.0,+40.7810927,-073.9544321 +36061014900,"Census Tract 149, New York County, New York",5560,4019.0,63.0,0.0,736.0,0.0,684.0,New York City,False,-11.178,-1.402,-0.067,4.036,7.953,-0.034,+40.7723543,-073.9824832 +36061015001,"Census Tract 150.01, New York County, New York",2238,1811.0,0.0,0.0,261.0,0.0,136.0,New York City,False,-11.87,-0.846,0.0,8.769,3.051,0.0,+40.7801987,-073.9592834 +36061015002,"Census Tract 150.02, New York County, New York",5119,4225.0,44.0,0.0,207.0,0.0,643.0,New York City,False,-10.219,0.076,-0.051,0.703,9.799,-0.034,+40.7824499,-073.9576478 +36061015100,"Census Tract 151, New York County, New York",8332,2874.0,1155.0,26.0,1397.0,0.0,2542.0,New York City,False,-1.143,-10.352,0.058,6.698,1.345,-0.014,+40.7753625,-073.9921014 +36061015200,"Census Tract 152, New York County, New York",7644,4004.0,543.0,0.0,539.0,0.0,2285.0,New York City,False,-8.728,-3.911,-0.318,0.161,9.687,0.0,+40.7776648,-073.9398735 +36061015300,"Census Tract 153, New York County, New York",9724,7409.0,61.0,21.0,1102.0,0.0,822.0,New York City,False,-8.586,-1.585,-0.027,4.231,3.442,-0.011,+40.7748578,-073.9806656 +36061015400,"Census Tract 154, New York County, New York",15218,10111.0,726.0,0.0,1368.0,0.0,2011.0,New York City,False,-7.353,-2.045,-0.214,0.879,3.275,0.0,+40.7813493,-073.9491246 +36061015500,"Census Tract 155, New York County, New York",9882,8265.0,109.0,0.0,1061.0,0.0,93.0,New York City,False,-2.388,-1.943,-0.21,4.824,-3.516,-0.001,+40.7798937,-073.9935495 +36061015601,"Census Tract 156.01, New York County, New York",5557,3736.0,251.0,0.0,915.0,0.0,621.0,New York City,False,3.669,-4.141,-0.328,4.636,-2.624,0.0,+40.7835685,-073.9475024 +36061015602,"Census Tract 156.02, New York County, New York",2617,606.0,585.0,0.0,348.0,0.0,977.0,New York City,False,9.451,-6.182,-0.438,8.104,-14.169,-0.125,+40.7851820,-073.9463253 +36061015700,"Census Tract 157, New York County, New York",9847,7728.0,226.0,34.0,780.0,0.0,842.0,New York City,False,-4.422,-1.774,0.135,2.411,1.827,-0.027,+40.7774174,-073.9787895 +36061015801,"Census Tract 158.01, New York County, New York",5598,4407.0,198.0,0.0,615.0,0.0,239.0,New York City,False,-8.594,1.573,-0.19,5.645,-0.28,-0.017,+40.7842784,-073.9521037 +36061015802,"Census Tract 158.02, New York County, New York",4956,2637.0,435.0,7.0,1105.0,0.0,578.0,New York City,False,-0.272,-4.42,-0.047,11.293,-8.306,0.0,+40.7865243,-073.9504650 +36061015900,"Census Tract 159, New York County, New York",8811,7065.0,270.0,0.0,795.0,0.0,447.0,New York City,False,-4.471,0.514,-0.194,2.007,0.274,-0.011,+40.7806226,-073.9874341 +36061016001,"Census Tract 160.01, New York County, New York",4011,3361.0,11.0,0.0,281.0,0.0,267.0,New York City,False,-7.936,-0.757,-0.096,3.53,3.397,-0.024,+40.7856349,-073.9553223 +36061016002,"Census Tract 160.02, New York County, New York",3625,2517.0,101.0,1.0,516.0,0.0,346.0,New York City,False,6.823,-2.366,-0.035,0.96,-7.648,-0.032,+40.7878788,-073.9536853 +36061016100,"Census Tract 161, New York County, New York",6168,4658.0,101.0,0.0,725.0,0.0,428.0,New York City,False,-10.04,-0.971,-0.268,5.837,2.17,0.0,+40.7799490,-073.9771935 +36061016200,"Census Tract 162, New York County, New York",9807,645.0,4383.0,0.0,814.0,0.0,3889.0,New York City,False,3.825,-4.835,-0.298,4.635,-3.039,-0.07,+40.7880380,-073.9405522 +36061016300,"Census Tract 163, New York County, New York",7157,6096.0,65.0,0.0,564.0,0.0,349.0,New York City,False,0.814,-2.449,-0.217,2.241,-0.805,-0.029,+40.7849584,-073.9898263 +36061016400,"Census Tract 164, New York County, New York",7696,802.0,1551.0,17.0,1175.0,0.0,4040.0,New York City,False,8.233,-6.108,0.004,12.378,-15.096,-0.017,+40.7877141,-073.9444745 +36061016500,"Census Tract 165, New York County, New York",6529,5017.0,307.0,0.0,413.0,0.0,712.0,New York City,False,-5.781,1.015,-0.196,1.34,2.836,-0.015,+40.7823577,-073.9749988 +36061016600,"Census Tract 166, New York County, New York",7024,1842.0,957.0,36.0,290.0,0.0,3833.0,New York City,False,19.154,-5.005,0.24,0.608,-14.326,0.0,+40.7893731,-073.9483928 +36061016700,"Census Tract 167, New York County, New York",6400,5241.0,22.0,0.0,501.0,0.0,443.0,New York City,False,-3.456,-1.963,-0.145,2.333,0.59,-0.029,+40.7861484,-073.9838791 +36061016800,"Census Tract 168, New York County, New York",4770,929.0,1461.0,45.0,313.0,0.0,1985.0,New York City,False,6.321,4.847,0.654,2.546,-14.735,0.0,+40.7910751,-073.9513565 +36061016900,"Census Tract 169, New York County, New York",8553,6954.0,143.0,0.0,741.0,0.0,632.0,New York City,False,6.105,-2.899,-0.243,3.965,-7.366,-0.023,+40.7851959,-073.9731196 +36061017000,"Census Tract 170, New York County, New York",7601,476.0,1293.0,18.0,1245.0,84.0,4322.0,New York City,True,0.341,-9.616,-0.192,8.177,-0.905,1.08,+40.7909025,-073.9421468 +36061017100,"Census Tract 171, New York County, New York",8942,7376.0,244.0,0.0,323.0,0.0,679.0,New York City,False,1.591,-2.279,-0.125,-1.015,-1.013,-0.01,+40.7890396,-073.9823769 +36061017200,"Census Tract 172, New York County, New York",5787,630.0,978.0,0.0,206.0,0.0,3940.0,New York City,True,7.577,-1.795,-0.228,-0.51,-4.586,0.0,+40.7938270,-073.9451333 +36061017300,"Census Tract 173, New York County, New York",8226,5827.0,259.0,0.0,710.0,0.0,1289.0,New York City,False,-0.369,-5.115,-0.234,4.605,0.143,-0.022,+40.7877705,-073.9712361 +36061017401,"Census Tract 174.01, New York County, New York",4582,523.0,1517.0,0.0,358.0,0.0,2133.0,New York City,False,3.58,-6.988,-0.206,5.855,-2.701,0.0,+40.7948875,-073.9485760 +36061017402,"Census Tract 174.02, New York County, New York",2555,436.0,978.0,8.0,223.0,0.0,890.0,New York City,False,16.099,-14.782,0.267,7.439,-9.805,0.0,+40.7968026,-073.9471624 +36061017500,"Census Tract 175, New York County, New York",10500,8304.0,540.0,0.0,530.0,0.0,991.0,New York City,False,-1.567,0.005,-0.14,0.349,1.373,-0.019,+40.7915227,-073.9798883 +36061017700,"Census Tract 177, New York County, New York",9513,4349.0,979.0,0.0,657.0,0.0,2936.0,New York City,False,-3.712,-6.896,-0.27,4.12,1.408,-0.01,+40.7903083,-073.9693891 +36061017800,"Census Tract 178, New York County, New York",3782,671.0,632.0,28.0,218.0,16.0,2085.0,New York City,False,4.192,-5.115,0.52,4.617,-6.003,0.423,+40.7935107,-073.9326073 +36061017900,"Census Tract 179, New York County, New York",9115,5635.0,230.0,601.0,695.0,0.0,2422.0,New York City,False,-7.348,-5.774,6.331,0.77,12.083,-0.011,+40.7944258,-073.9789459 +36061018000,"Census Tract 180, New York County, New York",7896,639.0,1784.0,68.0,386.0,0.0,4901.0,New York City,False,4.756,-2.256,0.734,3.169,-7.362,0.0,+40.7944017,-073.9395950 +36061018100,"Census Tract 181, New York County, New York",9579,5694.0,1077.0,0.0,779.0,0.0,1717.0,New York City,False,2.881,-7.707,-0.396,2.197,0.902,-0.044,+40.7925560,-073.9677459 +36061018200,"Census Tract 182, New York County, New York",8147,518.0,2409.0,0.0,494.0,0.0,4574.0,New York City,False,4.696,-2.447,-0.233,5.087,-8.487,0.0,+40.7983211,-073.9418511 +36061018300,"Census Tract 183, New York County, New York",7454,5511.0,302.0,20.0,555.0,0.0,950.0,New York City,False,12.421,-4.058,0.081,-0.554,-7.865,-0.011,+40.7967863,-073.9769266 +36061018400,"Census Tract 184, New York County, New York",7459,365.0,3015.0,0.0,704.0,0.0,3233.0,New York City,False,3.428,-2.386,-0.3,7.856,-10.153,0.0,+40.7996841,-073.9450687 +36061018500,"Census Tract 185, New York County, New York",5135,3319.0,722.0,8.0,522.0,0.0,475.0,New York City,False,5.846,-11.132,-0.135,4.588,-0.266,-0.026,+40.7944999,-073.9663637 +36061018600,"Census Tract 186, New York County, New York",7928,443.0,3783.0,0.0,450.0,0.0,2973.0,New York City,False,2.694,-21.129,-0.384,4.822,10.635,0.0,+40.7991060,-073.9497088 +36061018700,"Census Tract 187, New York County, New York",8660,6280.0,506.0,0.0,767.0,0.0,986.0,New York City,False,13.094,-3.978,-0.184,1.351,-10.346,0.0,+40.7998766,-073.9747148 +36061018800,"Census Tract 188, New York County, New York",6009,863.0,1232.0,14.0,144.0,0.0,3632.0,New York City,False,8.15,2.577,0.125,1.098,-13.518,-0.062,+40.7975948,-073.9372599 +36061018900,"Census Tract 189, New York County, New York",12236,2480.0,2146.0,0.0,821.0,0.0,6294.0,New York City,False,-0.08,-11.95,-0.269,3.605,5.566,0.0,+40.7973281,-073.9642508 +36061019000,"Census Tract 190, New York County, New York",3452,637.0,2001.0,34.0,291.0,0.0,421.0,New York City,False,17.353,-22.892,0.655,7.88,-4.416,0.0,+40.8019616,-073.9476194 +36061019100,"Census Tract 191, New York County, New York",9834,5688.0,826.0,29.0,1433.0,0.0,1501.0,New York City,False,-4.593,-3.731,0.108,8.59,-2.705,-0.033,+40.8015611,-073.9722959 +36061019200,"Census Tract 192, New York County, New York",3963,97.0,1250.0,112.0,272.0,0.0,2234.0,New York City,False,-0.695,-14.346,2.512,6.051,6.738,0.0,+40.7987751,-073.9294062 +36061019300,"Census Tract 193, New York County, New York",9361,2932.0,1558.0,26.0,766.0,0.0,3709.0,New York City,False,11.005,-7.315,-0.147,2.884,-9.507,0.0,+40.8005051,-073.9619564 +36061019400,"Census Tract 194, New York County, New York",6703,467.0,2194.0,118.0,111.0,0.0,3781.0,New York City,False,5.287,-5.997,1.409,0.852,-1.605,-0.029,+40.8004651,-073.9351859 +36061019500,"Census Tract 195, New York County, New York",7207,4551.0,160.0,0.0,972.0,0.0,1345.0,New York City,False,7.563,-3.061,-0.285,5.591,-10.791,0.0,+40.8040030,-073.9705048 +36061019600,"Census Tract 196, New York County, New York",4072,507.0,1223.0,0.0,230.0,4.0,1884.0,New York City,False,11.305,-17.66,-0.267,4.928,-3.506,0.098,+40.8028054,-073.9385762 +36061019701,"Census Tract 197.01, New York County, New York",593,229.0,23.0,0.0,183.0,0.0,147.0,New York City,False,-17.905,-9.164,-4.348,26.512,3.05,0.0,+40.8053110,-073.9593993 +36061019702,"Census Tract 197.02, New York County, New York",2460,676.0,820.0,24.0,398.0,0.0,502.0,New York City,True,16.56,-25.096,0.162,10.145,-2.773,0.0,+40.8021890,-073.9579879 +36061019800,"Census Tract 198, New York County, New York",2806,453.0,1434.0,15.0,302.0,0.0,551.0,New York City,True,12.848,-28.328,0.139,9.84,4.672,0.0,+40.8043025,-073.9423627 +36061019900,"Census Tract 199, New York County, New York",8854,5399.0,584.0,13.0,1321.0,15.0,1317.0,New York City,False,-2.182,-0.774,-0.062,-0.107,2.062,0.147,+40.8065430,-073.9687765 +36061020000,"Census Tract 200, New York County, New York",3394,771.0,1778.0,0.0,103.0,0.0,613.0,New York City,False,19.194,-31.119,-0.539,1.585,7.825,0.0,+40.8057859,-073.9452336 +36061020101,"Census Tract 201.01, New York County, New York",1781,950.0,269.0,39.0,282.0,0.0,182.0,New York City,False,-4.221,4.178,1.964,-6.152,1.506,-0.135,+40.8064355,-073.9602048 +36061020102,"Census Tract 201.02, New York County, New York",4454,1302.0,2000.0,0.0,183.0,0.0,819.0,New York City,False,24.975,-27.217,-0.445,3.525,-3.621,0.0,+40.8050511,-073.9566329 +36061020300,"Census Tract 203, New York County, New York",3338,1682.0,455.0,34.0,582.0,5.0,488.0,New York City,False,-8.472,2.802,0.656,-2.882,5.382,0.122,+40.8086690,-073.9615617 +36061020500,"Census Tract 205, New York County, New York",5020,3326.0,480.0,8.0,680.0,8.0,444.0,New York City,False,-1.826,1.445,-0.154,-2.628,2.41,0.159,+40.8123923,-073.9701397 +36061020600,"Census Tract 206, New York County, New York",3411,437.0,2017.0,18.0,124.0,0.0,789.0,New York City,False,9.175,-20.911,0.182,3.159,8.066,0.0,+40.8082917,-073.9387853 +36061020701,"Census Tract 207.01, New York County, New York",3181,1570.0,183.0,0.0,896.0,0.0,432.0,New York City,False,-11.672,-2.489,-0.549,8.779,4.24,0.0,+40.8089775,-073.9584600 +36061020800,"Census Tract 208, New York County, New York",5566,980.0,3162.0,62.0,139.0,0.0,1041.0,New York City,True,14.487,-28.747,0.795,1.072,9.516,0.0,+40.8096485,-073.9420080 +36061020901,"Census Tract 209.01, New York County, New York",3766,203.0,1395.0,0.0,119.0,0.0,1958.0,New York City,False,3.563,-21.224,-0.348,1.101,14.55,0.0,+40.8115578,-073.9550032 +36061021000,"Census Tract 210, New York County, New York",7628,186.0,5129.0,0.0,104.0,0.0,2129.0,New York City,False,2.045,-14.929,-0.181,0.955,11.15,-0.015,+40.8134960,-073.9351482 +36061021100,"Census Tract 211, New York County, New York",10050,4194.0,1850.0,0.0,2393.0,0.0,1234.0,New York City,True,8.913,-9.378,-0.607,12.053,-13.904,-0.028,+40.8159057,-073.9631154 +36061021200,"Census Tract 212, New York County, New York",4615,357.0,3037.0,0.0,243.0,0.0,809.0,New York City,True,6.392,-26.008,-0.312,4.665,12.009,0.0,+40.8137610,-073.9390011 +36061021303,"Census Tract 213.03, New York County, New York",5850,997.0,2644.0,67.0,311.0,0.0,1727.0,New York City,True,14.737,-15.105,0.926,3.515,-5.481,0.0,+40.8145587,-073.9531391 +36061021400,"Census Tract 214, New York County, New York",3433,254.0,2668.0,6.0,88.0,0.0,326.0,New York City,False,7.083,-16.748,-0.141,2.057,5.225,0.0,+40.8177873,-073.9362053 +36061021500,"Census Tract 215, New York County, New York",4520,622.0,2433.0,0.0,154.0,0.0,1242.0,New York City,False,12.872,-33.626,-0.684,3.27,16.777,0.0,+40.8135272,-073.9494713 +36061021600,"Census Tract 216, New York County, New York",8282,2057.0,4115.0,47.0,390.0,0.0,1519.0,New York City,True,21.256,-23.154,0.204,2.756,-2.608,-0.013,+40.8006768,-073.9543880 +36061021703,"Census Tract 217.03, New York County, New York",9,9.0,0.0,0.0,0.0,0.0,0.0,New York City,False,97.927,-44.46,-0.286,-1.93,-50.893,0.0,+40.8179349,-073.9497563 +36061021800,"Census Tract 218, New York County, New York",7337,1383.0,4380.0,0.0,124.0,0.0,1277.0,New York City,False,16.777,-19.737,-0.379,1.172,0.028,0.0,+40.8032221,-073.9525241 +36061021900,"Census Tract 219, New York County, New York",6469,330.0,2211.0,170.0,109.0,8.0,3811.0,New York City,False,3.108,-5.679,2.41,0.113,2.848,0.062,+40.8185701,-073.9603228 +36061022000,"Census Tract 220, New York County, New York",6265,945.0,3651.0,0.0,480.0,0.0,1134.0,New York City,False,12.223,-21.598,-0.493,6.596,3.125,0.0,+40.8057836,-073.9506570 +36061022102,"Census Tract 221.02, New York County, New York",2594,652.0,1519.0,0.0,69.0,0.0,209.0,New York City,True,22.891,-24.905,-0.39,1.733,-4.577,-0.049,+40.8186544,-073.9461862 +36061022200,"Census Tract 222, New York County, New York",3323,1181.0,1424.0,0.0,189.0,0.0,352.0,New York City,False,32.721,-39.029,-0.207,4.527,-3.089,-0.041,+40.8083402,-073.9487876 +36061022301,"Census Tract 223.01, New York County, New York",8316,1152.0,594.0,27.0,197.0,0.0,6175.0,New York City,True,11.57,2.042,-0.008,0.645,-15.722,0.0,+40.8221683,-073.9578271 +36061022302,"Census Tract 223.02, New York County, New York",3405,376.0,697.0,92.0,401.0,0.0,1785.0,New York City,False,9.667,-10.603,2.452,11.577,-14.452,0.0,+40.8224346,-073.9623302 +36061022400,"Census Tract 224, New York County, New York",8292,890.0,4912.0,31.0,64.0,0.0,2368.0,New York City,False,9.799,-17.899,-0.045,-0.017,8.465,0.0,+40.8111222,-073.9469598 +36061022500,"Census Tract 225, New York County, New York",11072,1962.0,2533.0,45.0,490.0,0.0,5617.0,New York City,False,14.074,0.687,0.046,2.743,-20.928,-0.018,+40.8250966,-073.9571997 +36061022600,"Census Tract 226, New York County, New York",4731,634.0,2973.0,4.0,104.0,0.0,845.0,New York City,False,11.374,-24.746,-0.554,1.42,9.086,-0.056,+40.8134305,-073.9448116 +36061022700,"Census Tract 227, New York County, New York",5875,1275.0,2030.0,0.0,158.0,0.0,2213.0,New York City,False,17.506,-33.397,-0.346,0.706,12.99,0.0,+40.8229662,-073.9464621 +36061022800,"Census Tract 228, New York County, New York",6327,845.0,4157.0,30.0,126.0,0.0,758.0,New York City,False,11.457,-22.369,0.323,0.912,3.675,-0.043,+40.8159297,-073.9432453 +36061022900,"Census Tract 229, New York County, New York",8781,1546.0,2001.0,12.0,298.0,0.0,4455.0,New York City,False,14.881,-6.207,-0.214,2.342,-15.543,-0.034,+40.8270084,-073.9554483 +36061023000,"Census Tract 230, New York County, New York",9129,711.0,5742.0,0.0,131.0,65.0,2256.0,New York City,False,6.796,-19.035,-0.515,0.895,9.056,0.712,+40.8184725,-073.9413895 +36061023100,"Census Tract 231, New York County, New York",6760,860.0,2627.0,126.0,71.0,0.0,3028.0,New York City,False,10.29,-27.89,1.679,-0.074,15.905,0.0,+40.8258302,-073.9440935 +36061023200,"Census Tract 232, New York County, New York",8512,484.0,4389.0,0.0,149.0,10.0,3414.0,New York City,False,5.111,-24.481,-0.228,0.683,18.56,0.117,+40.8210133,-073.9395314 +36061023300,"Census Tract 233, New York County, New York",7265,1490.0,1615.0,0.0,364.0,0.0,3497.0,New York City,False,16.959,-22.546,-0.495,3.344,-0.503,0.0,+40.8311599,-073.9569644 +36061023400,"Census Tract 234, New York County, New York",5328,490.0,3178.0,83.0,109.0,0.0,1360.0,New York City,False,8.121,-22.874,1.36,1.508,10.455,0.0,+40.8237307,-073.9386704 +36061023501,"Census Tract 235.01, New York County, New York",6820,1234.0,2590.0,0.0,111.0,0.0,2758.0,New York City,False,15.921,-24.801,-0.291,1.079,6.66,-0.016,+40.8289967,-073.9418352 +36061023502,"Census Tract 235.02, New York County, New York",2022,236.0,1429.0,0.0,7.0,0.0,330.0,New York City,False,10.839,-0.602,-0.539,0.15,-9.758,0.0,+40.8278881,-073.9389277 +36061023600,"Census Tract 236, New York County, New York",7133,126.0,4965.0,28.0,53.0,0.0,1544.0,New York City,False,0.922,-19.511,0.077,0.479,12.346,0.0,+40.8249736,-073.9354598 +36061023700,"Census Tract 237, New York County, New York",7721,1231.0,1864.0,19.0,400.0,0.0,3684.0,New York City,False,12.652,-13.379,-0.167,3.996,-9.132,0.0,+40.8343381,-073.9551977 +36061023801,"Census Tract 238.01, New York County, New York",9300,3575.0,1029.0,0.0,3147.0,0.0,1152.0,New York City,False,-5.782,-16.992,-0.252,22.2,-1.972,0.0,+40.7551476,-073.9530043 +36061023802,"Census Tract 238.02, New York County, New York",2645,1159.0,456.0,0.0,498.0,0.0,467.0,New York City,False,-0.404,-10.817,-0.252,7.189,3.297,0.0,+40.7686335,-073.9404954 +36061023900,"Census Tract 239, New York County, New York",3135,316.0,973.0,57.0,102.0,0.0,1681.0,New York City,False,7.809,-23.803,1.52,2.435,12.444,0.0,+40.8323375,-073.9410642 +36061024000,"Census Tract 240, New York County, New York",1814,368.0,907.0,12.0,59.0,33.0,408.0,New York City,False,8.599,-6.421,-0.204,2.025,-7.09,1.819,+40.7910329,-073.9200395 +36061024100,"Census Tract 241, New York County, New York",8613,1378.0,2051.0,200.0,301.0,88.0,4660.0,New York City,True,8.718,-12.004,1.888,2.506,-0.64,1.01,+40.8370145,-073.9539618 +36061024200,"Census Tract 242, New York County, New York",4421,205.0,2162.0,8.0,204.0,0.0,1842.0,New York City,False,3.701,-18.569,-0.242,4.372,10.889,0.0,+40.8058563,-073.9335113 +36061024301,"Census Tract 243.01, New York County, New York",4419,620.0,1576.0,36.0,155.0,0.0,2013.0,New York City,False,11.493,-7.679,0.024,3.042,-7.101,0.0,+40.8359721,-073.9387601 +36061024302,"Census Tract 243.02, New York County, New York",7649,15.0,3880.0,152.0,85.0,0.0,3586.0,New York City,False,-0.454,-17.308,1.473,-0.108,17.434,0.0,+40.8313739,-073.9362630 +36061024500,"Census Tract 245, New York County, New York",15149,1099.0,1182.0,0.0,298.0,0.0,12400.0,New York City,False,4.66,-2.793,-0.448,0.761,-2.696,-0.006,+40.8366264,-073.9420980 +36061024700,"Census Tract 247, New York County, New York",7444,1327.0,623.0,28.0,311.0,0.0,4920.0,New York City,True,11.27,-5.015,-0.024,2.501,-11.233,-0.013,+40.8406031,-073.9526748 +36061024900,"Census Tract 249, New York County, New York",1200,126.0,244.0,0.0,35.0,0.0,756.0,New York City,False,8.587,-2.363,0.0,2.395,-11.348,0.0,+40.8391286,-073.9364494 +36061025100,"Census Tract 251, New York County, New York",2809,313.0,403.0,23.0,111.0,0.0,1977.0,New York City,True,5.701,1.559,0.518,-0.055,-6.814,0.0,+40.8403260,-073.9399227 +36061025300,"Census Tract 253, New York County, New York",13415,2031.0,527.0,15.0,436.0,0.0,10354.0,New York City,True,10.004,-0.887,-0.233,0.419,-9.253,-0.016,+40.8428949,-073.9383791 +36061025500,"Census Tract 255, New York County, New York",5831,1554.0,352.0,61.0,963.0,0.0,2704.0,New York City,True,1.637,-0.108,0.814,-0.59,-3.897,-0.073,+40.8464959,-073.9502862 +36061025700,"Census Tract 257, New York County, New York",4609,1536.0,1730.0,0.0,351.0,0.0,870.0,New York City,True,28.941,-38.468,-0.578,6.494,1.405,-0.034,+40.8084355,-073.9540741 +36061025900,"Census Tract 259, New York County, New York",3635,663.0,1556.0,0.0,139.0,0.0,1123.0,New York City,False,16.945,-32.66,-0.518,2.841,9.31,0.0,+40.8232145,-073.9423562 +36061026100,"Census Tract 261, New York County, New York",13814,424.0,726.0,502.0,44.0,0.0,12424.0,New York City,False,1.532,-0.845,3.405,-0.017,-1.377,-0.008,+40.8457845,-073.9344552 +36061026300,"Census Tract 263, New York County, New York",9255,900.0,514.0,70.0,112.0,0.0,7680.0,New York City,False,4.271,-0.174,0.358,-0.023,-3.227,0.0,+40.8468226,-073.9374753 +36061026500,"Census Tract 265, New York County, New York",8178,2447.0,463.0,0.0,175.0,0.0,4999.0,New York City,True,11.716,1.446,-0.246,0.199,-12.971,-0.025,+40.8496217,-073.9401308 +36061026700,"Census Tract 267, New York County, New York",2174,1244.0,40.0,41.0,51.0,0.0,818.0,New York City,False,26.437,-0.032,1.73,0.526,-25.765,0.0,+40.8503283,-073.9286454 +36061026900,"Census Tract 269, New York County, New York",9657,657.0,423.0,14.0,201.0,0.0,8278.0,New York City,False,-4.918,1.561,-0.187,1.175,1.992,-0.02,+40.8505568,-073.9309745 +36061027100,"Census Tract 271, New York County, New York",9743,2816.0,102.0,48.0,218.0,0.0,6579.0,New York City,True,8.346,-0.493,0.302,0.563,-7.309,-0.112,+40.8519438,-073.9342940 +36061027300,"Census Tract 273, New York County, New York",7007,4364.0,396.0,1.0,186.0,0.0,1737.0,New York City,False,5.394,0.862,-0.225,-1.32,-8.379,0.0,+40.8539792,-073.9373845 +36061027500,"Census Tract 275, New York County, New York",3579,2127.0,183.0,17.0,101.0,0.0,999.0,New York City,False,-6.574,-1.767,0.144,-2.255,7.052,0.0,+40.8563580,-073.9451999 +36061027700,"Census Tract 277, New York County, New York",7725,920.0,656.0,86.0,147.0,0.0,5958.0,New York City,False,4.439,2.378,0.731,0.991,-7.28,-0.025,+40.8554404,-073.9273892 +36061027900,"Census Tract 279, New York County, New York",12283,1703.0,419.0,234.0,278.0,0.0,9685.0,New York City,False,1.845,-1.222,1.573,0.818,-1.481,-0.017,+40.8558577,-073.9316271 +36061028100,"Census Tract 281, New York County, New York",3208,2367.0,209.0,0.0,133.0,0.0,384.0,New York City,False,-0.627,2.341,-0.158,-1.091,-3.892,0.0,+40.8570577,-073.9345343 +36061028300,"Census Tract 283, New York County, New York",7919,1719.0,669.0,23.0,229.0,0.0,5220.0,New York City,False,5.709,1.447,0.123,-0.621,-5.911,0.0,+40.8589101,-073.9287249 +36061028500,"Census Tract 285, New York County, New York",7675,736.0,383.0,27.0,128.0,0.0,6218.0,New York City,False,4.954,2.297,0.126,-0.179,-8.926,0.0,+40.8615008,-073.9280489 +36061028700,"Census Tract 287, New York County, New York",4069,1390.0,99.0,14.0,106.0,0.0,2431.0,New York City,True,13.356,-0.932,-0.206,0.142,-11.776,0.0,+40.8666798,-073.9385861 +36061029100,"Census Tract 291, New York County, New York",12180,614.0,533.0,33.0,214.0,0.0,10730.0,New York City,False,1.996,0.267,-0.043,0.621,-2.794,0.0,+40.8643110,-073.9239339 +36061029300,"Census Tract 293, New York County, New York",9504,534.0,390.0,100.0,123.0,0.0,8268.0,New York City,False,0.421,0.533,0.915,0.391,-2.177,-0.021,+40.8659258,-073.9201200 +36061029500,"Census Tract 295, New York County, New York",8573,2678.0,168.0,0.0,334.0,0.0,5233.0,New York City,True,2.363,-3.298,-0.303,0.417,0.128,-0.026,+40.8675232,-073.9249404 +36061029700,"Census Tract 297, New York County, New York",17,0.0,13.0,0.0,4.0,0.0,0.0,New York City,False,,,,,,,+40.8717465,-073.9247883 +36061029900,"Census Tract 299, New York County, New York",4348,91.0,875.0,5.0,0.0,0.0,3365.0,New York City,False,-0.919,-8.485,-0.438,-0.478,10.52,0.0,+40.8665217,-073.9152652 +36061030300,"Census Tract 303, New York County, New York",5113,1664.0,148.0,0.0,137.0,0.0,3063.0,New York City,True,2.482,-3.208,-0.407,-0.456,0.715,-0.024,+40.8692197,-073.9186530 +36061030700,"Census Tract 307, New York County, New York",3756,1960.0,275.0,47.0,142.0,12.0,1176.0,New York City,False,2.053,-5.576,0.833,0.575,-1.201,0.319,+40.8712704,-073.9166749 +36061030900,"Census Tract 309, New York County, New York",10137,1062.0,1936.0,0.0,27.0,0.0,6854.0,New York City,False,4.248,-7.385,-0.23,-1.665,3.138,-0.051,+40.8758478,-073.9103730 +36061031100,"Census Tract 311, New York County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.8467498,-073.9296801 +36061031703,"Census Tract 317.03, New York County, New York",5644,4043.0,58.0,0.0,950.0,0.0,315.0,New York City,False,0.171,-2.129,-0.214,-2.147,0.261,-0.013,+40.7161440,-074.0202950 +36061031704,"Census Tract 317.04, New York County, New York",10241,6844.0,151.0,0.0,2055.0,0.0,856.0,New York City,False,-4.634,-1.683,-0.214,1.087,3.039,-0.013,+40.7084035,-074.0218869 +36061031900,"Census Tract 319, New York County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7022835,-074.0203960 +36081000100,"Census Tract 1, Queens County, New York",7575,4431.0,384.0,0.0,1792.0,0.0,558.0,New York City,False,7.692,-18.435,-0.73,11.686,-3.437,0.0,+40.7410475,-073.9434565 +36081000200,"Census Tract 2, Queens County, New York",3323,502.0,22.0,0.0,555.0,0.0,2203.0,New York City,False,-13.149,-3.826,-0.612,-5.093,25.426,0.0,+40.6932923,-073.8661578 +36081000400,"Census Tract 4, Queens County, New York",5231,453.0,199.0,10.0,1181.0,0.0,3310.0,New York City,False,-5.981,-3.822,-0.82,6.799,6.631,-0.042,+40.6896831,-073.8647717 +36081000600,"Census Tract 6, Queens County, New York",4142,419.0,124.0,56.0,959.0,0.0,2610.0,New York City,False,-10.465,-6.099,-0.693,8.544,13.349,0.0,+40.6859083,-073.8637277 +36081000700,"Census Tract 7, Queens County, New York",6132,3355.0,57.0,0.0,1354.0,0.0,1111.0,New York City,False,4.564,-2.271,-0.521,11.237,-15.356,-0.025,+40.7448437,-073.9514090 +36081000800,"Census Tract 8, Queens County, New York",3679,521.0,88.0,38.0,894.0,0.0,2091.0,New York City,False,-16.41,-2.316,0.374,11.117,9.19,0.0,+40.6873473,-073.8582587 +36081001000,"Census Tract 10, Queens County, New York",4305,470.0,138.0,0.0,790.0,0.0,2866.0,New York City,False,-17.789,-1.053,-0.946,-0.324,22.126,-0.032,+40.6907493,-073.8592987 +36081001200,"Census Tract 12, Queens County, New York",4392,875.0,80.0,0.0,787.0,0.0,2584.0,New York City,False,-18.713,-1.023,-0.369,2.933,19.988,0.0,+40.6942784,-073.8608412 +36081001400,"Census Tract 14, Queens County, New York",3903,643.0,144.0,0.0,787.0,0.0,2320.0,New York City,False,-27.313,0.751,-0.52,7.74,22.079,0.0,+40.6950787,-073.8552500 +36081001600,"Census Tract 16, Queens County, New York",2848,330.0,137.0,0.0,478.0,0.0,1875.0,New York City,False,-21.486,-0.138,-0.298,4.879,19.965,0.0,+40.6897177,-073.8548395 +36081001800,"Census Tract 18, Queens County, New York",3129,437.0,106.0,37.0,714.0,0.0,1666.0,New York City,False,-17.912,0.204,0.288,10.619,5.194,0.0,+40.6902800,-073.8520154 +36081001900,"Census Tract 19, Queens County, New York",2347,1138.0,50.0,9.0,913.0,0.0,187.0,New York City,False,10.704,-1.145,0.383,26.936,-38.38,0.0,+40.7485604,-073.9450314 +36081002000,"Census Tract 20, Queens County, New York",2009,249.0,5.0,50.0,742.0,0.0,1006.0,New York City,False,-19.062,-6.733,1.663,18.841,9.91,0.0,+40.6913525,-073.8495160 +36081002200,"Census Tract 22, Queens County, New York",2351,433.0,125.0,21.0,376.0,0.0,1392.0,New York City,False,-14.21,-1.698,0.27,0.011,17.117,0.0,+40.6959777,-073.8505707 +36081002400,"Census Tract 24, Queens County, New York",2355,186.0,128.0,18.0,751.0,0.0,1144.0,New York City,False,-17.483,-6.031,-0.161,18.39,3.639,0.0,+40.6971881,-073.8465756 +36081002500,"Census Tract 25, Queens County, New York",7411,342.0,3479.0,124.0,714.0,0.0,2497.0,New York City,False,2.159,-15.084,0.597,7.103,2.573,0.0,+40.7549606,-073.9451645 +36081002600,"Census Tract 26, Queens County, New York",2476,304.0,118.0,0.0,544.0,0.0,1422.0,New York City,False,-18.866,-5.318,-1.501,6.07,21.784,0.0,+40.6972603,-073.8430922 +36081002800,"Census Tract 28, Queens County, New York",3216,495.0,101.0,43.0,651.0,0.0,1791.0,New York City,False,-7.865,-6.136,0.299,6.523,9.826,0.0,+40.6923881,-073.8443722 +36081003000,"Census Tract 30, Queens County, New York",1528,306.0,76.0,23.0,197.0,0.0,810.0,New York City,False,-15.971,-1.331,-0.621,-2.943,17.38,0.0,+40.6916415,-073.8472679 +36081003100,"Census Tract 31, Queens County, New York",1015,269.0,28.0,0.0,113.0,0.0,605.0,New York City,False,-0.341,-0.236,-0.115,-10.641,15.654,0.0,+40.7531761,-073.9339044 +36081003200,"Census Tract 32, Queens County, New York",1688,177.0,72.0,0.0,452.0,0.0,942.0,New York City,False,-19.314,-1.036,-0.452,12.814,9.523,0.0,+40.6873154,-073.8467670 +36081003300,"Census Tract 33, Queens County, New York",2966,979.0,34.0,0.0,1032.0,40.0,754.0,New York City,False,15.661,-1.438,-0.482,6.848,-23.199,1.349,+40.7543845,-073.9380996 +36081003400,"Census Tract 34, Queens County, New York",2561,300.0,78.0,0.0,524.0,0.0,1558.0,New York City,False,-8.912,-7.288,-1.329,7.253,9.206,0.0,+40.6847731,-073.8581871 +36081003600,"Census Tract 36, Queens County, New York",3748,533.0,40.0,0.0,1352.0,0.0,1600.0,New York City,False,-11.207,-7.484,-2.743,23.391,-4.294,-0.032,+40.6837714,-073.8568176 +36081003700,"Census Tract 37, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7624148,-073.9434494 +36081003800,"Census Tract 38, Queens County, New York",2681,361.0,151.0,1.0,473.0,0.0,1641.0,New York City,False,-20.38,-1.598,-0.912,6.256,20.405,0.0,+40.6847999,-073.8474941 +36081003900,"Census Tract 39, Queens County, New York",1690,587.0,51.0,4.0,208.0,0.0,805.0,New York City,False,13.23,-13.473,-0.093,3.733,-0.85,-0.132,+40.7627994,-073.9409316 +36081004001,"Census Tract 40.01, Queens County, New York",2422,606.0,50.0,0.0,550.0,26.0,1146.0,New York City,False,-13.277,-4.095,-0.616,10.615,16.745,1.073,+40.6832481,-073.8458743 +36081004002,"Census Tract 40.02, Queens County, New York",1764,110.0,79.0,0.0,707.0,0.0,727.0,New York City,False,-20.912,-4.284,-1.116,17.776,9.951,0.0,+40.6815294,-073.8429597 +36081004200,"Census Tract 42, Queens County, New York",4665,401.0,108.0,0.0,2137.0,0.0,1980.0,New York City,False,-13.115,-5.519,-1.604,28.242,-3.92,-0.027,+40.6818145,-073.8579641 +36081004300,"Census Tract 43, Queens County, New York",2671,99.0,815.0,0.0,172.0,0.0,1394.0,New York City,False,-7.029,-10.483,-0.7,2.589,9.094,0.0,+40.7609451,-073.9375143 +36081004401,"Census Tract 44.01, Queens County, New York",4130,400.0,222.0,27.0,2202.0,0.0,1075.0,New York City,False,-14.934,-1.856,-1.097,25.123,-6.476,0.0,+40.6771469,-073.8593945 +36081004500,"Census Tract 45, Queens County, New York",3639,1840.0,124.0,0.0,871.0,0.0,687.0,New York City,False,-7.131,-2.121,-0.253,8.832,-0.331,-0.063,+40.7645328,-073.9337656 +36081004700,"Census Tract 47, Queens County, New York",4037,967.0,910.0,30.0,429.0,0.0,1601.0,New York City,False,2.064,-6.765,0.427,-1.479,6.34,0.0,+40.7602879,-073.9331578 +36081005000,"Census Tract 50, Queens County, New York",55,14.0,0.0,0.0,0.0,0.0,41.0,New York City,False,14.979,-5.714,0.0,-29.524,20.259,0.0,+40.6777208,-073.8549627 +36081005100,"Census Tract 51, Queens County, New York",2056,422.0,14.0,22.0,1325.0,0.0,277.0,New York City,False,-2.792,-1.061,0.516,23.868,-15.229,0.0,+40.7556398,-073.9321381 +36081005200,"Census Tract 52, Queens County, New York",2701,431.0,188.0,0.0,1090.0,0.0,867.0,New York City,False,-8.349,-1.363,-0.952,17.167,-5.541,0.0,+40.6807593,-073.8546644 +36081005300,"Census Tract 53, Queens County, New York",4926,2058.0,82.0,0.0,839.0,0.0,1480.0,New York City,False,-2.64,0.81,-0.57,-8.597,8.003,-0.017,+40.7603485,-073.9292728 +36081005400,"Census Tract 54, Queens County, New York",5710,1111.0,412.0,0.0,1457.0,0.0,2195.0,New York City,False,-18.05,1.459,-1.067,10.975,6.556,-0.019,+40.6787493,-073.8487747 +36081005500,"Census Tract 55, Queens County, New York",886,239.0,12.0,8.0,228.0,0.0,355.0,New York City,True,5.922,-0.291,0.656,7.889,-14.866,0.0,+40.7537948,-073.9277888 +36081005700,"Census Tract 57, Queens County, New York",4262,1524.0,131.0,9.0,1091.0,0.0,1411.0,New York City,False,1.806,1.606,-0.38,2.025,-1.293,0.0,+40.7569544,-073.9256721 +36081005800,"Census Tract 58, Queens County, New York",6202,1809.0,375.0,0.0,919.0,0.0,2834.0,New York City,False,-30.412,4.017,-0.485,6.971,18.15,0.0,+40.6735448,-073.8486894 +36081005900,"Census Tract 59, Queens County, New York",4260,2441.0,58.0,0.0,406.0,0.0,1197.0,New York City,False,11.454,-0.04,-0.209,-7.021,-1.74,0.0,+40.7597006,-073.9239255 +36081006100,"Census Tract 61, Queens County, New York",5750,3006.0,95.0,0.0,1255.0,0.0,1234.0,New York City,False,2.493,0.333,-0.652,1.23,-2.483,0.0,+40.7620307,-073.9220410 +36081006201,"Census Tract 62.01, Queens County, New York",6559,3738.0,110.0,0.0,256.0,0.0,2324.0,New York City,False,-19.24,0.033,-0.114,-1.408,19.625,-0.017,+40.6667964,-073.8467863 +36081006202,"Census Tract 62.02, Queens County, New York",7014,3370.0,458.0,0.0,461.0,0.0,2569.0,New York City,False,-26.896,4.52,-0.145,1.086,20.09,-0.017,+40.6648771,-073.8544070 +36081006300,"Census Tract 63, Queens County, New York",5340,3006.0,47.0,26.0,846.0,0.0,1292.0,New York City,False,8.177,-0.77,0.089,-5.583,-0.787,0.0,+40.7644845,-073.9200240 +36081006501,"Census Tract 65.01, Queens County, New York",3472,2256.0,64.0,0.0,470.0,0.0,594.0,New York City,False,16.206,0.683,-0.58,-3.027,-8.239,-0.023,+40.7680443,-073.9176748 +36081006502,"Census Tract 65.02, Queens County, New York",3764,1841.0,114.0,0.0,691.0,0.0,936.0,New York City,False,0.14,1.869,-0.58,1.794,-0.48,-0.023,+40.7667951,-073.9151194 +36081006900,"Census Tract 69, Queens County, New York",4380,1856.0,136.0,0.0,924.0,0.0,1444.0,New York City,False,5.918,1.364,-0.882,1.942,-3.708,0.0,+40.7715037,-073.9221645 +36081007100,"Census Tract 71, Queens County, New York",3539,1923.0,60.0,0.0,809.0,0.0,647.0,New York City,False,8.471,-1.148,-0.7,1.71,-6.696,0.0,+40.7690847,-073.9230485 +36081007300,"Census Tract 73, Queens County, New York",4330,2063.0,72.0,25.0,1199.0,0.0,890.0,New York City,False,-2.837,-0.037,0.229,6.118,-2.003,-0.02,+40.7669950,-073.9253702 +36081007500,"Census Tract 75, Queens County, New York",4252,2244.0,30.0,0.0,886.0,0.0,932.0,New York City,True,1.845,-1.574,-0.31,4.325,-3.867,0.0,+40.7645436,-073.9273299 +36081007700,"Census Tract 77, Queens County, New York",1828,834.0,8.0,19.0,461.0,0.0,458.0,New York City,False,10.436,-3.697,1.039,6.648,-10.283,0.0,+40.7667329,-073.9317327 +36081007900,"Census Tract 79, Queens County, New York",3376,1117.0,119.0,0.0,741.0,0.0,1284.0,New York City,False,7.749,0.688,-0.373,-4.821,0.572,0.0,+40.7691001,-073.9299452 +36081008100,"Census Tract 81, Queens County, New York",1418,417.0,32.0,0.0,197.0,25.0,675.0,New York City,False,9.981,-4.491,-0.511,4.793,-14.054,1.763,+40.7700756,-073.9335826 +36081008300,"Census Tract 83, Queens County, New York",2935,894.0,220.0,0.0,721.0,0.0,1027.0,New York City,False,7.339,-0.95,-0.514,13.037,-16.454,0.0,+40.7726203,-073.9286959 +36081008500,"Census Tract 85, Queens County, New York",1090,375.0,84.0,0.0,208.0,0.0,347.0,New York City,False,5.408,-4.503,-0.643,7.517,-8.968,0.0,+40.7600215,-073.9407223 +36081008600,"Census Tract 86, Queens County, New York",2920,813.0,21.0,23.0,668.0,7.0,1327.0,New York City,False,-28.688,-1.279,-0.396,15.441,17.735,0.24,+40.6770880,-073.8411368 +36081008700,"Census Tract 87, Queens County, New York",5089,342.0,2413.0,0.0,93.0,0.0,2204.0,New York City,False,1.131,-9.064,-0.638,0.485,8.237,-0.022,+40.7744252,-073.9351452 +36081008800,"Census Tract 88, Queens County, New York",3772,1436.0,216.0,0.0,265.0,0.0,1808.0,New York City,False,-29.541,4.836,-0.626,2.05,27.339,0.0,+40.6707968,-073.8387752 +36081009100,"Census Tract 91, Queens County, New York",2657,1484.0,93.0,0.0,368.0,0.0,686.0,New York City,False,9.715,0.168,-0.22,1.217,-5.671,0.0,+40.7758580,-073.9296772 +36081009400,"Census Tract 94, Queens County, New York",2717,189.0,216.0,0.0,1480.0,0.0,682.0,New York City,False,-8.374,-8.668,-4.316,26.292,0.173,0.0,+40.6814153,-073.8364868 +36081009500,"Census Tract 95, Queens County, New York",2521,1667.0,115.0,0.0,385.0,0.0,303.0,New York City,False,3.47,2.666,-0.438,2.471,-5.085,0.0,+40.7744651,-073.9207974 +36081009600,"Census Tract 96, Queens County, New York",4006,230.0,375.0,11.0,1287.0,0.0,904.0,New York City,False,-11.459,-5.529,-4.373,3.234,1.015,0.0,+40.6809137,-073.8322684 +36081009700,"Census Tract 97, Queens County, New York",3561,2415.0,60.0,0.0,608.0,0.0,387.0,New York City,False,-5.63,1.323,-0.056,7.222,-0.376,-0.028,+40.7764819,-073.9186027 +36081009800,"Census Tract 98, Queens County, New York",2859,32.0,424.0,0.0,796.0,0.0,590.0,New York City,False,-9.105,-3.546,-4.789,-10.813,0.902,0.0,+40.6854000,-073.8312082 +36081009900,"Census Tract 99, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7785586,-073.9230863 +36081010000,"Census Tract 100, Queens County, New York",4485,115.0,1077.0,22.0,1215.0,0.0,1232.0,New York City,False,-17.609,5.855,-2.473,1.105,3.181,0.0,+40.6811536,-073.8288851 +36081010100,"Census Tract 101, Queens County, New York",2490,1767.0,11.0,23.0,289.0,0.0,327.0,New York City,False,1.877,0.009,0.391,2.279,-2.19,0.0,+40.7784032,-073.9162557 +36081010200,"Census Tract 102, Queens County, New York",3085,237.0,441.0,0.0,954.0,0.0,1046.0,New York City,False,-7.95,-2.776,-1.754,3.91,4.871,0.0,+40.6787779,-073.8229675 +36081010300,"Census Tract 103, Queens County, New York",3837,2228.0,152.0,0.0,548.0,0.0,878.0,New York City,False,0.195,1.857,-0.495,-3.729,4.995,0.0,+40.7810600,-073.9150773 +36081010400,"Census Tract 104, Queens County, New York",3556,248.0,932.0,0.0,636.0,0.0,451.0,New York City,False,-4.689,5.87,-5.429,-14.634,-8.489,0.0,+40.6829682,-073.8265465 +36081010500,"Census Tract 105, Queens County, New York",4091,1915.0,151.0,0.0,622.0,0.0,1321.0,New York City,False,13.59,-3.259,-0.404,6.894,-12.152,0.0,+40.7827906,-073.9129484 +36081010600,"Census Tract 106, Queens County, New York",4161,117.0,612.0,39.0,1198.0,0.0,593.0,New York City,False,-5.373,-3.356,-5.209,-6.39,-4.761,0.0,+40.6856830,-073.8249640 +36081010701,"Census Tract 107.01, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7852880,-073.9056759 +36081010800,"Census Tract 108, Queens County, New York",3536,131.0,285.0,0.0,1226.0,0.0,856.0,New York City,False,-9.079,-5.91,-4.745,-2.099,0.551,0.0,+40.6886096,-073.8305968 +36081011000,"Census Tract 110, Queens County, New York",3426,337.0,319.0,160.0,1003.0,0.0,874.0,New York City,False,-4.61,-3.008,2.026,6.348,-8.414,0.0,+40.6873142,-073.8350142 +36081011100,"Census Tract 111, Queens County, New York",3419,1811.0,115.0,0.0,650.0,0.0,750.0,New York City,False,0.67,1.161,-0.064,3.302,1.821,-0.032,+40.7787953,-073.9073131 +36081011200,"Census Tract 112, Queens County, New York",2321,446.0,108.0,0.0,937.0,0.0,631.0,New York City,False,-12.084,-0.556,-2.449,12.766,3.99,0.0,+40.6841012,-073.8390726 +36081011300,"Census Tract 113, Queens County, New York",4554,2233.0,57.0,0.0,874.0,0.0,1351.0,New York City,False,0.099,-0.156,-0.628,-2.383,6.017,0.0,+40.7762579,-073.9084659 +36081011400,"Census Tract 114, Queens County, New York",1277,141.0,184.0,0.0,290.0,0.0,658.0,New York City,False,-20.922,1.909,-1.161,13.334,10.098,0.0,+40.6879308,-073.8418285 +36081011500,"Census Tract 115, Queens County, New York",2252,1383.0,11.0,10.0,302.0,0.0,416.0,New York City,False,8.278,-1.167,0.335,-0.267,-3.21,0.0,+40.7744206,-073.9133464 +36081011600,"Census Tract 116, Queens County, New York",2226,290.0,164.0,0.0,875.0,0.0,683.0,New York City,False,-8.995,-6.525,-1.355,16.656,-0.779,0.0,+40.6887757,-073.8388054 +36081011700,"Census Tract 117, Queens County, New York",3866,2499.0,64.0,0.0,472.0,0.0,768.0,New York City,False,2.134,0.716,-0.275,0.345,1.885,-0.229,+40.7722297,-073.9104558 +36081011800,"Census Tract 118, Queens County, New York",2644,129.0,203.0,35.0,1041.0,0.0,828.0,New York City,False,-11.987,-5.765,-1.892,16.362,-4.313,0.0,+40.6906515,-073.8338966 +36081011900,"Census Tract 119, Queens County, New York",1565,927.0,10.0,16.0,128.0,0.0,433.0,New York City,False,-2.792,0.335,0.009,-0.479,7.314,0.0,+40.7712054,-073.9060641 +36081012000,"Census Tract 120, Queens County, New York",2456,117.0,85.0,0.0,1516.0,0.0,466.0,New York City,False,-6.343,-6.779,-2.245,17.772,-7.139,-0.039,+40.6915009,-073.8286536 +36081012100,"Census Tract 121, Queens County, New York",2241,1545.0,62.0,18.0,212.0,0.0,369.0,New York City,False,-6.622,2.067,0.492,1.289,5.026,0.0,+40.7727587,-073.9035141 +36081012200,"Census Tract 122, Queens County, New York",3293,227.0,138.0,15.0,1410.0,0.0,1170.0,New York City,False,-8.908,-4.838,-2.608,9.667,2.283,0.0,+40.6964970,-073.8310666 +36081012301,"Census Tract 123.01, Queens County, New York",2812,1869.0,88.0,63.0,194.0,0.0,590.0,New York City,False,-7.403,2.041,1.917,1.108,6.52,0.0,+40.7757875,-073.8990845 +36081012400,"Census Tract 124, Queens County, New York",3096,227.0,383.0,0.0,735.0,0.0,1512.0,New York City,False,-11.571,3.005,-2.248,2.623,6.092,0.0,+40.6952063,-073.8343035 +36081012500,"Census Tract 125, Queens County, New York",1883,1184.0,28.0,0.0,193.0,0.0,416.0,New York City,False,9.801,-0.174,-0.318,-4.841,1.317,0.0,+40.7709267,-073.9156695 +36081012601,"Census Tract 126.01, Queens County, New York",2889,206.0,290.0,46.0,430.0,0.0,1729.0,New York City,False,-12.55,0.096,-0.544,-2.988,15.846,0.0,+40.6936535,-073.8374117 +36081012602,"Census Tract 126.02, Queens County, New York",2736,317.0,32.0,33.0,903.0,0.0,1425.0,New York City,False,-8.051,-9.161,-1.12,15.772,8.274,-0.039,+40.6931695,-073.8407053 +36081012800,"Census Tract 128, Queens County, New York",2357,805.0,76.0,0.0,337.0,0.0,1114.0,New York City,False,-8.49,-2.516,-0.434,2.817,11.035,0.0,+40.6982524,-073.8401182 +36081013000,"Census Tract 130, Queens County, New York",1598,537.0,146.0,0.0,409.0,0.0,401.0,New York City,False,-13.7,5.064,-1.317,9.307,-2.93,0.0,+40.7003482,-073.8378392 +36081013200,"Census Tract 132, Queens County, New York",2456,1010.0,154.0,18.0,308.0,0.0,906.0,New York City,False,-8.064,1.788,0.229,-1.128,9.998,0.0,+40.7012940,-073.8343887 +36081013400,"Census Tract 134, Queens County, New York",5719,2689.0,440.0,14.0,1270.0,0.0,1142.0,New York City,False,-14.662,1.519,0.064,9.367,3.2,-0.091,+40.7052797,-073.8349794 +36081013500,"Census Tract 135, Queens County, New York",1607,1375.0,0.0,0.0,58.0,0.0,155.0,New York City,False,6.311,-0.34,-0.454,1.058,-1.976,0.0,+40.7706488,-073.8989770 +36081013600,"Census Tract 136, Queens County, New York",1981,1204.0,100.0,0.0,127.0,0.0,521.0,New York City,False,7.774,1.38,-0.55,-3.539,-1.44,0.0,+40.7065970,-073.8286538 +36081013700,"Census Tract 137, Queens County, New York",1609,1193.0,18.0,0.0,118.0,0.0,259.0,New York City,False,2.639,-1.052,-0.814,0.889,1.375,0.0,+40.7689714,-073.9049147 +36081013800,"Census Tract 138, Queens County, New York",3740,1218.0,130.0,50.0,1177.0,0.0,1102.0,New York City,False,-10.666,-3.346,1.032,11.199,2.427,0.0,+40.7065798,-073.8251631 +36081014000,"Census Tract 140, Queens County, New York",3926,1820.0,251.0,0.0,676.0,0.0,1074.0,New York City,False,-11.323,2.371,-0.597,-0.978,9.885,-0.024,+40.7037257,-073.8290482 +36081014100,"Census Tract 141, Queens County, New York",1822,794.0,52.0,0.0,257.0,0.0,693.0,New York City,False,-9.307,1.167,-0.304,4.237,7.991,0.0,+40.7669906,-073.9066900 +36081014201,"Census Tract 142.01, Queens County, New York",4285,170.0,485.0,77.0,1317.0,0.0,1871.0,New York City,False,-2.366,-6.697,-1.518,7.05,3.746,0.0,+40.7009734,-073.8246417 +36081014202,"Census Tract 142.02, Queens County, New York",2674,184.0,198.0,52.0,937.0,0.0,1121.0,New York City,False,-2.804,-9.358,-3.338,17.059,-2.135,0.0,+40.6986663,-073.8203471 +36081014300,"Census Tract 143, Queens County, New York",4074,1967.0,39.0,15.0,702.0,0.0,1246.0,New York City,False,3.948,-1.083,-0.209,0.62,1.309,-0.067,+40.7662996,-073.9115113 +36081014400,"Census Tract 144, Queens County, New York",2082,71.0,153.0,8.0,907.0,0.0,789.0,New York City,False,-13.019,-6.537,-1.803,14.113,4.376,0.0,+40.6984968,-073.8284961 +36081014500,"Census Tract 145, Queens County, New York",2267,1651.0,49.0,0.0,176.0,0.0,362.0,New York City,False,9.2,0.101,-0.526,0.928,-4.979,0.0,+40.7642809,-073.9075079 +36081014700,"Census Tract 147, Queens County, New York",3224,2170.0,88.0,20.0,389.0,0.0,536.0,New York City,False,-0.47,2.149,0.375,2.243,1.631,0.0,+40.7629976,-073.9107521 +36081014800,"Census Tract 148, Queens County, New York",2189,99.0,169.0,0.0,657.0,0.0,693.0,New York City,False,-2.068,-11.7,-6.986,5.102,-3.008,0.0,+40.6945021,-073.8223729 +36081014900,"Census Tract 149, Queens County, New York",2233,1356.0,18.0,10.0,302.0,0.0,548.0,New York City,False,9.592,0.072,-0.286,3.661,-7.888,0.0,+40.7618538,-073.9144442 +36081015000,"Census Tract 150, Queens County, New York",2799,33.0,153.0,0.0,1076.0,0.0,606.0,New York City,False,-6.367,-11.611,-16.203,14.534,-9.485,0.0,+40.6934064,-073.8211550 +36081015100,"Census Tract 151, Queens County, New York",2455,1715.0,50.0,0.0,308.0,0.0,370.0,New York City,False,18.332,0.703,-0.318,-2.575,-10.056,0.0,+40.7601670,-073.9108443 +36081015200,"Census Tract 152, Queens County, New York",3037,124.0,427.0,0.0,1009.0,0.0,805.0,New York City,False,0.289,-16.18,-10.143,14.441,-1.48,0.0,+40.6937454,-073.8137824 +36081015300,"Census Tract 153, Queens County, New York",2018,935.0,80.0,0.0,372.0,46.0,502.0,New York City,False,0.643,2.591,-0.458,0.585,0.276,2.279,+40.7580816,-073.9136474 +36081015400,"Census Tract 154, Queens County, New York",2637,92.0,294.0,0.0,998.0,0.0,541.0,New York City,False,-2.565,-5.828,-17.146,11.089,-5.14,0.0,+40.6921955,-073.8205589 +36081015500,"Census Tract 155, Queens County, New York",2471,1379.0,48.0,0.0,403.0,0.0,550.0,New York City,False,12.48,1.008,-0.561,-7.392,-3.013,0.0,+40.7600351,-073.9175962 +36081015600,"Census Tract 156, Queens County, New York",3284,130.0,397.0,63.0,1344.0,0.0,391.0,New York City,False,-2.574,-7.071,-10.914,7.243,-9.995,0.0,+40.6903444,-073.8206072 +36081015700,"Census Tract 157, Queens County, New York",1486,568.0,28.0,0.0,478.0,0.0,357.0,New York City,False,15.043,-0.073,-1.407,1.341,-15.793,0.0,+40.7550147,-073.9219258 +36081015801,"Census Tract 158.01, Queens County, New York",3782,27.0,1145.0,73.0,1031.0,0.0,452.0,New York City,False,-3.669,-3.306,-5.135,2.446,-10.272,0.0,+40.6888829,-073.8123322 +36081015802,"Census Tract 158.02, Queens County, New York",4722,251.0,1095.0,18.0,823.0,0.0,1034.0,New York City,False,0.933,-10.392,-6.684,-7.386,-0.325,0.0,+40.6875454,-073.8196360 +36081015900,"Census Tract 159, Queens County, New York",3948,2321.0,53.0,0.0,467.0,0.0,993.0,New York City,False,4.54,0.374,-0.189,1.564,-2.467,-0.021,+40.7557869,-073.9183425 +36081016100,"Census Tract 161, Queens County, New York",2482,793.0,5.0,0.0,421.0,0.0,1222.0,New York City,False,4.453,-2.368,-0.275,-9.832,13.113,0.0,+40.7550819,-073.9145862 +36081016300,"Census Tract 163, Queens County, New York",3558,532.0,821.0,0.0,550.0,0.0,1655.0,New York City,False,-3.262,-4.18,-0.22,0.896,7.646,0.0,+40.7563081,-073.9098820 +36081016400,"Census Tract 164, Queens County, New York",3852,117.0,1136.0,1.0,920.0,0.0,726.0,New York City,False,-0.207,-4.498,-5.491,-3.646,-0.671,-0.028,+40.6850800,-073.8165573 +36081016600,"Census Tract 166, Queens County, New York",3585,101.0,565.0,100.0,743.0,0.0,1088.0,New York City,False,-3.227,-6.4,-1.052,-12.42,2.898,0.0,+40.6812765,-073.8207045 +36081016800,"Census Tract 168, Queens County, New York",3314,105.0,397.0,6.0,907.0,0.0,844.0,New York City,False,-5.87,-17.073,-5.493,5.419,-1.545,-0.034,+40.6793675,-073.8172334 +36081016900,"Census Tract 169, Queens County, New York",6038,2215.0,126.0,0.0,1920.0,0.0,1629.0,New York City,False,-11.461,0.599,-0.448,10.272,0.648,0.0,+40.7482726,-073.9143592 +36081017000,"Census Tract 170, Queens County, New York",2800,62.0,828.0,75.0,1004.0,0.0,266.0,New York City,False,-0.733,-33.753,0.195,23.434,-4.522,0.0,+40.6843144,-073.8120017 +36081017100,"Census Tract 171, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7497497,-073.9255501 +36081017200,"Census Tract 172, Queens County, New York",2115,52.0,644.0,0.0,684.0,0.0,253.0,New York City,False,0.62,-29.551,-1.57,17.407,-3.912,-0.224,+40.6823328,-073.8114011 +36081017400,"Census Tract 174, Queens County, New York",2474,40.0,930.0,35.0,434.0,0.0,633.0,New York City,False,-0.595,-28.77,-0.714,10.029,8.099,-0.334,+40.6805787,-073.8105518 +36081017600,"Census Tract 176, Queens County, New York",2423,89.0,1007.0,0.0,473.0,0.0,402.0,New York City,False,1.435,-33.079,-2.337,12.808,5.651,0.0,+40.6788250,-073.8097137 +36081017800,"Census Tract 178, Queens County, New York",2284,7.0,799.0,35.0,291.0,0.0,621.0,New York City,False,-1.682,-37.859,-1.137,6.566,13.584,0.0,+40.6770911,-073.8087606 +36081017900,"Census Tract 179, Queens County, New York",967,236.0,29.0,0.0,346.0,0.0,340.0,New York City,False,-6.696,0.092,-0.441,11.728,-3.43,0.0,+40.7446893,-073.9302773 +36081018000,"Census Tract 180, Queens County, New York",1457,228.0,265.0,129.0,307.0,0.0,272.0,New York City,False,14.375,-61.339,8.672,14.975,9.387,0.0,+40.6757857,-073.8054115 +36081018101,"Census Tract 181.01, Queens County, New York",3581,1132.0,43.0,19.0,708.0,0.0,1665.0,New York City,True,-5.719,-0.627,0.105,-9.416,17.129,0.0,+40.7445099,-073.9241233 +36081018102,"Census Tract 181.02, Queens County, New York",3539,2029.0,49.0,0.0,601.0,0.0,750.0,New York City,True,20.003,-0.443,-0.426,-12.205,-8.174,0.0,+40.7442918,-073.9222696 +36081018200,"Census Tract 182, Queens County, New York",2538,43.0,1188.0,23.0,389.0,0.0,460.0,New York City,False,0.398,-38.848,0.772,13.361,8.25,0.0,+40.6761566,-073.7991566 +36081018300,"Census Tract 183, Queens County, New York",6461,3038.0,36.0,0.0,1206.0,0.0,2011.0,New York City,False,8.416,-0.611,-0.473,-8.987,1.329,-0.015,+40.7453409,-073.9196687 +36081018401,"Census Tract 184.01, Queens County, New York",2118,0.0,1729.0,0.0,39.0,0.0,178.0,New York City,False,-0.338,-9.463,-0.211,0.069,2.919,0.0,+40.6751913,-073.7922208 +36081018402,"Census Tract 184.02, Queens County, New York",2448,79.0,1622.0,6.0,134.0,0.0,367.0,New York City,False,2.815,-25.691,0.154,4.285,9.594,0.0,+40.6789478,-073.7943611 +36081018501,"Census Tract 185.01, Queens County, New York",3333,1347.0,125.0,30.0,798.0,0.0,1006.0,New York City,True,2.039,1.085,0.512,1.313,-3.754,0.0,+40.7387097,-073.9224312 +36081018502,"Census Tract 185.02, Queens County, New York",3610,1654.0,19.0,0.0,709.0,0.0,1204.0,New York City,True,7.442,-2.139,-0.388,-2.989,-0.585,0.0,+40.7405546,-073.9220647 +36081018600,"Census Tract 186, Queens County, New York",2098,12.0,1359.0,15.0,198.0,0.0,304.0,New York City,False,0.285,-27.187,0.313,8.634,8.233,0.0,+40.6798776,-073.7989572 +36081018700,"Census Tract 187, Queens County, New York",2923,1015.0,95.0,0.0,1094.0,0.0,654.0,New York City,False,-6.045,0.736,-0.509,11.838,-6.079,0.0,+40.7366578,-073.9246745 +36081018800,"Census Tract 188, Queens County, New York",1399,2.0,918.0,11.0,154.0,0.0,214.0,New York City,False,-0.647,-24.271,0.233,9.033,9.294,-0.079,+40.6816256,-073.7998473 +36081018900,"Census Tract 189, Queens County, New York",3644,1044.0,65.0,0.0,937.0,0.0,1496.0,New York City,False,1.243,-2.751,-0.668,-2.333,2.545,0.0,+40.7400819,-073.9279990 +36081019000,"Census Tract 190, Queens County, New York",2749,54.0,1402.0,65.0,75.0,0.0,514.0,New York City,False,1.245,-42.261,2.229,1.605,14.116,0.0,+40.6853862,-073.7952220 +36081019200,"Census Tract 192, Queens County, New York",2227,17.0,1420.0,0.0,106.0,0.0,462.0,New York City,False,-0.537,-26.687,-0.65,4.21,14.495,-0.15,+40.6838157,-073.8006369 +36081019400,"Census Tract 194, Queens County, New York",2816,17.0,1690.0,0.0,149.0,0.0,247.0,New York City,False,-0.523,-27.982,-0.654,3.543,1.497,0.0,+40.6859200,-073.8034759 +36081019600,"Census Tract 196, Queens County, New York",2947,21.0,1671.0,0.0,332.0,0.0,360.0,New York City,False,-0.474,-26.341,-1.336,7.815,2.902,0.0,+40.6894694,-073.7999085 +36081019800,"Census Tract 198, Queens County, New York",3210,17.0,1377.0,0.0,567.0,0.0,677.0,New York City,False,-0.548,-37.621,-1.15,14.105,10.127,0.0,+40.6918446,-073.8028034 +36081019900,"Census Tract 199, Queens County, New York",830,140.0,196.0,8.0,68.0,0.0,426.0,New York City,False,-8.245,-1.349,0.889,1.746,10.096,0.0,+40.7331325,-073.9304349 +36081020200,"Census Tract 202, Queens County, New York",1784,30.0,865.0,0.0,219.0,0.0,209.0,New York City,False,0.404,-29.232,-1.908,8.602,-0.95,0.0,+40.6897570,-073.8078112 +36081020400,"Census Tract 204, Queens County, New York",2473,133.0,1075.0,7.0,500.0,0.0,474.0,New York City,False,1.385,-25.837,-1.48,12.573,5.696,0.0,+40.6951701,-073.8034154 +36081020500,"Census Tract 205, Queens County, New York",1283,142.0,3.0,0.0,72.0,0.0,1066.0,New York City,False,-19.311,-2.103,-0.242,-4.461,27.648,0.0,+40.7303893,-073.9218036 +36081020600,"Census Tract 206, Queens County, New York",1974,194.0,420.0,8.0,187.0,0.0,1014.0,New York City,False,-0.695,-18.484,-1.358,-0.652,18.774,0.0,+40.6943396,-073.8092386 +36081020800,"Census Tract 208, Queens County, New York",2757,263.0,390.0,0.0,400.0,0.0,1033.0,New York City,False,-3.698,-21.581,-0.504,8.398,-1.228,0.0,+40.6983846,-073.8068861 +36081021200,"Census Tract 212, Queens County, New York",2396,225.0,198.0,5.0,297.0,0.0,1469.0,New York City,False,3.134,-11.84,-1.901,-1.821,10.552,0.0,+40.7009098,-073.8116145 +36081021400,"Census Tract 214, Queens County, New York",7002,596.0,308.0,20.0,3275.0,0.0,2611.0,New York City,False,-10.859,-9.857,-0.744,18.361,5.197,-0.001,+40.7060668,-073.8152035 +36081021600,"Census Tract 216, Queens County, New York",4339,1302.0,312.0,39.0,839.0,0.0,1593.0,New York City,False,-5.785,-9.698,0.023,5.986,7.089,-0.035,+40.7094582,-073.8236421 +36081021900,"Census Tract 219, Queens County, New York",4,4.0,0.0,0.0,0.0,0.0,0.0,New York City,False,38.028,-5.634,0.0,-19.718,-12.676,-1.408,+40.7231493,-073.9189891 +36081022001,"Census Tract 220.01, Queens County, New York",5958,1711.0,741.0,18.0,1464.0,0.0,1959.0,New York City,True,-11.762,-2.231,-0.023,7.736,6.965,-0.004,+40.7136237,-073.8206481 +36081022002,"Census Tract 220.02, Queens County, New York",6880,2070.0,1177.0,0.0,1554.0,0.0,1667.0,New York City,False,-11.333,5.341,-0.196,-2.085,5.128,0.0,+40.7132006,-073.8144642 +36081022900,"Census Tract 229, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7342754,-073.9113356 +36081023000,"Census Tract 230, Queens County, New York",2205,603.0,53.0,0.0,836.0,0.0,676.0,New York City,False,-4.685,-4.427,-1.78,6.054,10.05,0.0,+40.7126448,-073.8081463 +36081023200,"Census Tract 232, Queens County, New York",5823,748.0,1116.0,0.0,1926.0,7.0,1256.0,New York City,False,-10.922,4.717,-0.818,-1.688,-0.022,0.12,+40.7095892,-073.8112809 +36081023500,"Census Tract 235, Queens County, New York",8238,839.0,52.0,0.0,2272.0,0.0,4911.0,New York City,False,-1.576,-0.746,-0.38,14.11,-11.499,-0.047,+40.7393490,-073.9175942 +36081023600,"Census Tract 236, Queens County, New York",3179,348.0,258.0,10.0,1241.0,0.0,1201.0,New York City,False,-1.553,-9.249,-0.857,8.284,3.226,0.0,+40.7073435,-073.8049191 +36081023800,"Census Tract 238, Queens County, New York",4774,149.0,531.0,0.0,1672.0,0.0,1863.0,New York City,False,-0.672,-10.762,-0.759,17.12,-14.475,-0.019,+40.7052221,-073.8090375 +36081024000,"Census Tract 240, Queens County, New York",6659,208.0,1009.0,53.0,1390.0,0.0,3331.0,New York City,False,-0.46,-6.525,0.152,11.671,-11.424,0.0,+40.7032775,-073.8050793 +36081024300,"Census Tract 243, Queens County, New York",5963,1449.0,7.0,9.0,2099.0,0.0,2347.0,New York City,False,-13.484,-0.786,-0.135,8.617,6.823,0.0,+40.7366667,-073.9020404 +36081024500,"Census Tract 245, Queens County, New York",5608,2077.0,34.0,25.0,1328.0,0.0,1947.0,New York City,False,-15.838,-3.125,0.275,5.519,11.148,0.0,+40.7393540,-073.9050486 +36081024600,"Census Tract 246, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7012022,-073.7964993 +36081024700,"Census Tract 247, Queens County, New York",1577,277.0,12.0,0.0,731.0,0.0,513.0,New York City,False,-4.472,-0.038,-0.133,-2.048,4.567,0.0,+40.7422779,-073.8994500 +36081024900,"Census Tract 249, Queens County, New York",4981,1224.0,44.0,61.0,2219.0,0.0,1425.0,New York City,False,-9.617,-0.511,1.068,6.59,3.545,0.0,+40.7431151,-073.9042554 +36081025100,"Census Tract 251, Queens County, New York",6339,1691.0,91.0,0.0,2230.0,0.0,2284.0,New York City,True,-4.682,0.418,-0.145,6.548,-1.199,0.0,+40.7448223,-073.9096562 +36081025301,"Census Tract 253.01, Queens County, New York",4020,1526.0,12.0,11.0,942.0,0.0,1494.0,New York City,False,10.455,-0.926,-0.109,-3.906,-4.546,0.0,+40.7445685,-073.9165163 +36081025302,"Census Tract 253.02, Queens County, New York",3057,684.0,7.0,129.0,432.0,0.0,1724.0,New York City,False,-5.13,-0.996,3.837,-13.207,14.685,0.0,+40.7441688,-073.9131355 +36081025400,"Census Tract 254, Queens County, New York",9722,0.0,5759.0,0.0,1062.0,0.0,2202.0,New York City,False,-0.941,-27.149,-0.371,9.983,11.887,0.0,+40.6966713,-073.7944323 +36081025500,"Census Tract 255, Queens County, New York",1410,450.0,0.0,0.0,530.0,0.0,383.0,New York City,False,-0.156,-1.947,-0.162,-1.135,2.771,0.0,+40.7504263,-073.9079200 +36081025700,"Census Tract 257, Queens County, New York",1422,383.0,48.0,0.0,470.0,0.0,475.0,New York City,False,-1.656,2.844,-0.133,-6.31,3.883,0.0,+40.7501044,-073.9051748 +36081025800,"Census Tract 258, Queens County, New York",2203,6.0,1609.0,0.0,61.0,0.0,279.0,New York City,False,-0.566,-18.764,-0.359,1.213,7.818,0.0,+40.6960420,-073.7872795 +36081025900,"Census Tract 259, Queens County, New York",3504,493.0,0.0,0.0,1159.0,0.0,1718.0,New York City,False,-5.157,-0.832,-0.921,-9.985,14.944,0.0,+40.7485778,-073.9035261 +36081026000,"Census Tract 260, Queens County, New York",2661,5.0,1502.0,0.0,305.0,0.0,714.0,New York City,False,-0.056,-31.819,-0.733,10.545,17.48,0.0,+40.6927524,-073.7933078 +36081026100,"Census Tract 261, Queens County, New York",7364,502.0,54.0,0.0,2785.0,0.0,3944.0,New York City,False,-6.621,-0.29,-0.553,-1.736,8.888,0.0,+40.7472116,-073.9006009 +36081026200,"Census Tract 262, Queens County, New York",1153,6.0,925.0,0.0,11.0,0.0,178.0,New York City,False,-0.529,-9.111,0.0,-0.095,7.746,0.0,+40.6910079,-073.7920924 +36081026300,"Census Tract 263, Queens County, New York",6884,638.0,18.0,0.0,4184.0,0.0,1780.0,New York City,False,-4.075,-0.988,-0.483,17.384,-14.589,-0.017,+40.7456642,-073.8971220 +36081026400,"Census Tract 264, Queens County, New York",2572,9.0,1839.0,0.0,106.0,0.0,482.0,New York City,False,0.121,-18.687,-0.871,1.874,12.779,0.0,+40.6922318,-073.7857904 +36081026500,"Census Tract 265, Queens County, New York",3807,374.0,40.0,0.0,2532.0,0.0,818.0,New York City,False,1.928,-0.691,-0.728,14.634,-15.258,0.0,+40.7450972,-073.8933942 +36081026600,"Census Tract 266, Queens County, New York",2046,0.0,1654.0,49.0,34.0,0.0,264.0,New York City,False,-0.5,-12.6,1.339,0.995,8.845,0.0,+40.6918812,-073.7816949 +36081026700,"Census Tract 267, Queens County, New York",5768,231.0,49.0,94.0,2320.0,0.0,3002.0,New York City,False,-3.696,-0.381,1.069,-1.633,4.189,0.0,+40.7453276,-073.8880322 +36081026901,"Census Tract 269.01, Queens County, New York",4836,179.0,38.0,53.0,1784.0,0.0,2709.0,New York City,False,-2.292,-0.279,0.687,2.913,-1.769,0.0,+40.7468744,-073.8822114 +36081026902,"Census Tract 269.02, Queens County, New York",3675,155.0,23.0,0.0,2284.0,0.0,1213.0,New York City,False,-1.775,-0.439,-0.409,28.173,-24.779,0.0,+40.7446146,-073.8829538 +36081027000,"Census Tract 270, Queens County, New York",1989,8.0,1370.0,0.0,67.0,0.0,482.0,New York City,False,-0.824,-21.107,-0.613,1.462,18.443,0.0,+40.6886843,-073.7913977 +36081027100,"Census Tract 271, Queens County, New York",8744,364.0,105.0,101.0,4019.0,0.0,4072.0,New York City,False,-3.389,-0.763,0.628,14.193,-10.406,-0.011,+40.7452120,-073.8794868 +36081027200,"Census Tract 272, Queens County, New York",2339,11.0,1972.0,0.0,59.0,0.0,179.0,New York City,False,-1.041,-5.113,-0.137,2.11,-0.406,0.0,+40.6835772,-073.7913201 +36081027300,"Census Tract 273, Queens County, New York",7683,245.0,198.0,0.0,896.0,0.0,6316.0,New York City,False,-2.404,-0.542,-0.645,1.058,2.791,0.0,+40.7521977,-073.8727731 +36081027400,"Census Tract 274, Queens County, New York",1745,0.0,1193.0,0.0,79.0,0.0,136.0,New York City,False,-1.581,-24.49,-0.382,3.927,3.432,0.0,+40.6849050,-073.7889890 +36081027500,"Census Tract 275, Queens County, New York",6473,231.0,134.0,0.0,609.0,0.0,5499.0,New York City,False,-9.038,-0.797,-0.126,-4.324,15.888,-0.042,+40.7521537,-073.8755691 +36081027600,"Census Tract 276, Queens County, New York",1299,15.0,1009.0,0.0,38.0,0.0,193.0,New York City,False,0.256,-13.004,-0.409,1.535,8.971,0.0,+40.6875883,-073.7862396 +36081027700,"Census Tract 277, Queens County, New York",8299,733.0,153.0,15.0,1147.0,108.0,5940.0,New York City,False,-3.999,-0.699,-0.065,-4.438,6.917,1.301,+40.7526941,-073.8779449 +36081027800,"Census Tract 278, Queens County, New York",2374,12.0,1897.0,0.0,10.0,0.0,358.0,New York City,False,-0.291,-5.683,-0.751,-1.082,4.339,0.0,+40.6860961,-073.7829164 +36081027900,"Census Tract 279, Queens County, New York",6359,1069.0,136.0,0.0,599.0,0.0,4465.0,New York City,False,-2.781,0.394,-0.458,-1.744,4.031,0.0,+40.7516729,-073.8802222 +36081028000,"Census Tract 280, Queens County, New York",1923,0.0,1645.0,0.0,0.0,0.0,171.0,New York City,False,-0.412,-9.628,-0.236,-0.118,5.064,0.0,+40.6883158,-073.7797191 +36081028100,"Census Tract 281, Queens County, New York",4547,1397.0,38.0,22.0,693.0,0.0,2295.0,New York City,True,-0.42,-1.386,0.206,3.77,-3.432,0.0,+40.7522203,-073.8825920 +36081028200,"Census Tract 282, Queens County, New York",1883,19.0,1440.0,0.0,14.0,0.0,187.0,New York City,False,0.781,-19.277,0.0,0.591,6.365,0.0,+40.6849947,-073.7738873 +36081028300,"Census Tract 283, Queens County, New York",7824,1323.0,20.0,21.0,1583.0,0.0,4795.0,New York City,True,-8.087,-1.503,-0.096,5.332,4.994,0.0,+40.7511737,-073.8848654 +36081028400,"Census Tract 284, Queens County, New York",4310,39.0,3800.0,0.0,48.0,0.0,63.0,New York City,False,0.103,-6.587,-0.156,0.893,-1.989,0.0,+40.6825033,-073.7778568 +36081028500,"Census Tract 285, Queens County, New York",4994,1803.0,129.0,55.0,569.0,0.0,2269.0,New York City,False,-7.139,1.338,0.8,-3.93,6.431,-0.02,+40.7514661,-073.8871163 +36081028700,"Census Tract 287, Queens County, New York",6377,2071.0,0.0,32.0,1199.0,0.0,3090.0,New York City,False,-1.565,-2.017,0.288,-1.672,6.606,-0.031,+40.7509654,-073.8894359 +36081028800,"Census Tract 288, Queens County, New York",5154,32.0,3879.0,0.0,213.0,0.0,581.0,New York City,False,0.003,-16.607,-0.412,2.919,6.28,0.0,+40.6786338,-073.7830418 +36081028900,"Census Tract 289, Queens County, New York",5251,1263.0,75.0,0.0,1861.0,0.0,1786.0,New York City,False,-4.412,-0.067,-0.602,4.606,-2.803,0.0,+40.7512785,-073.8919022 +36081029100,"Census Tract 291, Queens County, New York",6767,955.0,63.0,8.0,4046.0,0.0,1607.0,New York City,False,-5.353,-0.586,-0.669,14.621,-7.614,0.0,+40.7513358,-073.8951993 +36081029300,"Census Tract 293, Queens County, New York",1097,72.0,0.0,0.0,923.0,0.0,72.0,New York City,False,-7.618,-1.974,-0.439,33.043,-25.235,0.0,+40.7519327,-073.8994830 +36081029400,"Census Tract 294, Queens County, New York",7097,36.0,6232.0,0.0,293.0,0.0,480.0,New York City,False,-2.3,-2.827,-0.324,3.237,1.782,0.0,+40.6713239,-073.7810654 +36081029500,"Census Tract 295, Queens County, New York",3451,1206.0,53.0,12.0,1209.0,0.0,880.0,New York City,False,-7.64,-3.794,-0.074,9.044,3.152,0.0,+40.7559980,-073.9067306 +36081029700,"Census Tract 297, Queens County, New York",2117,961.0,13.0,0.0,545.0,0.0,538.0,New York City,False,4.445,-1.222,-0.102,-6.841,4.76,0.0,+40.7586830,-073.9030015 +36081029900,"Census Tract 299, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7639881,-073.8993984 +36081030600,"Census Tract 306, Queens County, New York",4827,187.0,4005.0,0.0,161.0,0.0,341.0,New York City,False,1.674,-4.391,-0.102,1.902,-0.636,0.0,+40.6648771,-073.7803645 +36081030902,"Census Tract 309.02, Queens County, New York",7652,1440.0,164.0,144.0,3283.0,0.0,2393.0,New York City,False,-10.015,0.747,1.605,10.246,-3.046,0.0,+40.7580597,-073.8961589 +36081030903,"Census Tract 309.03, Queens County, New York",5811,785.0,54.0,44.0,2352.0,0.0,2504.0,New York City,False,-11.223,-0.284,0.53,11.668,0.26,-0.028,+40.7579485,-073.8900649 +36081030904,"Census Tract 309.04, Queens County, New York",3576,892.0,16.0,82.0,1240.0,0.0,1420.0,New York City,False,0.212,-0.766,2.066,5.869,-3.122,-0.028,+40.7635831,-073.8910547 +36081031700,"Census Tract 317, Queens County, New York",6271,4465.0,59.0,115.0,568.0,0.0,1118.0,New York City,False,-0.386,-0.527,1.671,4.083,2.186,0.0,+40.7709218,-073.8930421 +36081032000,"Census Tract 320, Queens County, New York",5097,162.0,4339.0,0.0,95.0,0.0,423.0,New York City,False,0.91,3.82,-0.24,-0.186,-5.332,-0.044,+40.6612148,-073.7652124 +36081032700,"Census Tract 327, Queens County, New York",3916,234.0,45.0,16.0,1058.0,0.0,2579.0,New York City,False,-8.354,0.169,0.012,5.337,5.858,0.0,+40.7584364,-073.8854176 +36081032800,"Census Tract 328, Queens County, New York",2526,45.0,2114.0,0.0,0.0,30.0,243.0,New York City,False,0.575,-10.51,-0.046,-0.186,5.444,1.142,+40.6718373,-073.7556979 +36081032900,"Census Tract 329, Queens County, New York",3983,434.0,141.0,20.0,716.0,0.0,2673.0,New York City,False,-5.431,-2.558,0.256,3.887,5.345,0.0,+40.7644351,-073.8827319 +36081033000,"Census Tract 330, Queens County, New York",6921,42.0,5944.0,9.0,61.0,0.0,688.0,New York City,False,0.097,-8.165,-0.133,0.339,5.93,0.0,+40.6701348,-073.7637361 +36081033100,"Census Tract 331, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7749300,-073.8737580 +36081033401,"Census Tract 334.01, Queens County, New York",3645,27.0,3279.0,0.0,41.0,0.0,266.0,New York City,False,0.071,-4.485,-0.197,0.061,4.304,0.0,+40.6791764,-073.7674364 +36081033402,"Census Tract 334.02, Queens County, New York",13204,222.0,11665.0,46.0,258.0,0.0,945.0,New York City,False,0.089,-5.903,-0.129,1.643,3.936,0.0,+40.6752752,-073.7718092 +36081033700,"Census Tract 337, Queens County, New York",3238,97.0,0.0,0.0,695.0,0.0,2446.0,New York City,False,-8.843,-2.487,-0.181,-0.868,14.012,0.0,+40.7587307,-073.8826281 +36081033900,"Census Tract 339, Queens County, New York",3016,421.0,67.0,0.0,520.0,0.0,1986.0,New York City,False,-4.188,-2.64,-0.162,-0.015,7.896,0.0,+40.7590238,-073.8798383 +36081034700,"Census Tract 347, Queens County, New York",3470,349.0,378.0,23.0,478.0,0.0,2224.0,New York City,False,-0.186,-7.966,0.285,5.568,3.353,0.0,+40.7668848,-073.8786774 +36081035100,"Census Tract 351, Queens County, New York",4178,478.0,142.0,0.0,787.0,0.0,2730.0,New York City,False,-4.767,-4.017,-0.35,6.104,3.215,-0.117,+40.7590997,-073.8770465 +36081035200,"Census Tract 352, Queens County, New York",3073,152.0,2642.0,0.0,20.0,0.0,219.0,New York City,False,4.509,-10.135,-0.198,0.254,4.348,0.0,+40.6794830,-073.7575960 +36081035300,"Census Tract 353, Queens County, New York",2541,32.0,306.0,0.0,144.0,0.0,2004.0,New York City,False,-2.691,-13.503,-0.113,2.093,13.329,-0.226,+40.7596120,-073.8741249 +36081035700,"Census Tract 357, Queens County, New York",4061,637.0,1452.0,0.0,569.0,0.0,1396.0,New York City,False,6.817,-18.728,-0.45,11.003,2.481,0.0,+40.7680154,-073.8712399 +36081035800,"Census Tract 358, Queens County, New York",4120,68.0,3608.0,0.0,0.0,0.0,321.0,New York City,False,0.707,-6.003,-0.357,-0.79,3.56,0.0,+40.6757910,-073.7509805 +36081036100,"Census Tract 361, Queens County, New York",2813,70.0,530.0,0.0,120.0,0.0,2081.0,New York City,False,-1.697,-33.341,-0.312,1.461,34.441,0.0,+40.7612829,-073.8724157 +36081036300,"Census Tract 363, Queens County, New York",1960,54.0,249.0,0.0,146.0,0.0,1488.0,New York City,False,0.69,-38.191,-0.184,4.282,32.733,0.0,+40.7596838,-073.8694173 +36081036500,"Census Tract 365, Queens County, New York",3650,72.0,597.0,24.0,179.0,0.0,2791.0,New York City,False,0.277,-24.316,0.344,0.256,24.833,0.0,+40.7595246,-073.8656054 +36081036600,"Census Tract 366, Queens County, New York",3058,14.0,2687.0,0.0,138.0,0.0,172.0,New York City,False,-0.149,-6.825,-0.265,4.172,2.024,0.0,+40.6856340,-073.7630903 +36081036700,"Census Tract 367, Queens County, New York",2567,128.0,889.0,0.0,271.0,0.0,1245.0,New York City,False,3.391,-33.121,-0.39,8.679,20.754,0.0,+40.7632227,-073.8679395 +36081036800,"Census Tract 368, Queens County, New York",2673,16.0,2319.0,0.0,0.0,0.0,289.0,New York City,False,0.159,-6.967,-0.32,-0.2,5.574,0.0,+40.6853212,-073.7664846 +36081037100,"Census Tract 371, Queens County, New York",1404,47.0,347.0,2.0,267.0,0.0,694.0,New York City,False,-3.579,-42.419,-0.18,15.712,28.08,0.0,+40.7641434,-073.8636241 +36081037300,"Census Tract 373, Queens County, New York",2586,98.0,293.0,0.0,392.0,0.0,1759.0,New York City,False,0.565,-34.167,-0.378,12.57,20.565,0.0,+40.7597100,-073.8599795 +36081037500,"Census Tract 375, Queens County, New York",4321,45.0,129.0,37.0,206.0,0.0,3897.0,New York City,False,-1.979,-5.093,0.684,-10.111,17.096,0.0,+40.7513476,-073.8700005 +36081037600,"Census Tract 376, Queens County, New York",6422,0.0,5770.0,50.0,206.0,0.0,301.0,New York City,False,-0.452,-3.592,0.411,2.79,-0.25,0.0,+40.6878123,-073.7541190 +36081037700,"Census Tract 377, Queens County, New York",3566,0.0,361.0,0.0,99.0,0.0,3090.0,New York City,False,-2.291,-16.365,-0.419,1.63,18.085,0.0,+40.7556614,-073.8687135 +36081037900,"Census Tract 379, Queens County, New York",7184,9.0,169.0,0.0,510.0,0.0,6496.0,New York City,False,-1.754,-18.205,-0.475,5.544,15.515,0.0,+40.7554736,-073.8640843 +36081038100,"Census Tract 381, Queens County, New York",7089,162.0,766.0,93.0,382.0,0.0,5668.0,New York City,False,0.605,-18.225,0.67,3.558,13.949,0.0,+40.7561213,-073.8576786 +36081038301,"Census Tract 383.01, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7616111,-073.8416189 +36081038302,"Census Tract 383.02, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7429690,-073.8423984 +36081038400,"Census Tract 384, Queens County, New York",2428,23.0,2181.0,0.0,94.0,0.0,125.0,New York City,False,-0.012,-5.418,-0.192,3.334,2.387,0.0,+40.6933415,-073.7476395 +36081039400,"Census Tract 394, Queens County, New York",3013,31.0,2540.0,0.0,53.0,0.0,284.0,New York City,False,0.644,-11.429,-0.175,1.479,6.311,0.0,+40.6896398,-073.7587786 +36081039800,"Census Tract 398, Queens County, New York",1781,17.0,1637.0,0.0,40.0,0.0,87.0,New York City,False,0.671,-3.772,-0.114,0.997,2.501,0.0,+40.6945622,-073.7648097 +36081039900,"Census Tract 399, Queens County, New York",4014,75.0,308.0,87.0,120.0,0.0,3432.0,New York City,False,-1.893,1.487,1.721,-9.437,9.686,0.0,+40.7518089,-073.8535818 +36081040000,"Census Tract 400, Queens County, New York",1333,14.0,1212.0,0.0,0.0,0.0,74.0,New York City,False,0.909,-2.862,-0.847,-0.494,1.031,0.0,+40.6981476,-073.7648635 +36081040100,"Census Tract 401, Queens County, New York",7637,40.0,137.0,37.0,906.0,0.0,6537.0,New York City,False,-2.865,-1.92,-0.049,1.165,4.758,0.0,+40.7514683,-073.8570959 +36081040200,"Census Tract 402, Queens County, New York",1811,0.0,1695.0,0.0,48.0,0.0,33.0,New York City,False,-0.138,-0.004,-0.619,1.962,-2.445,0.0,+40.7000316,-073.7687630 +36081040300,"Census Tract 403, Queens County, New York",7716,38.0,0.0,24.0,923.0,0.0,6617.0,New York City,False,-3.142,-1.84,0.046,1.295,2.741,0.0,+40.7506523,-073.8604325 +36081040400,"Census Tract 404, Queens County, New York",4415,40.0,3829.0,9.0,92.0,0.0,295.0,New York City,False,0.173,-3.523,-0.907,0.518,1.277,-0.025,+40.7051937,-073.7707937 +36081040500,"Census Tract 405, Queens County, New York",3350,15.0,26.0,12.0,84.0,0.0,3225.0,New York City,False,-3.246,-2.827,-0.217,-1.732,8.682,0.0,+40.7482730,-073.8615900 +36081040700,"Census Tract 407, Queens County, New York",8990,239.0,213.0,59.0,452.0,0.0,8031.0,New York City,False,-0.479,-2.186,0.529,-1.627,5.186,0.0,+40.7503823,-073.8656140 +36081040900,"Census Tract 409, Queens County, New York",5338,69.0,180.0,71.0,599.0,0.0,4480.0,New York City,False,-2.901,-1.649,0.811,2.102,3.646,0.0,+40.7496629,-073.8675921 +36081041100,"Census Tract 411, Queens County, New York",4108,51.0,24.0,66.0,658.0,0.0,3354.0,New York City,False,-4.307,-0.216,1.248,1.389,3.672,0.0,+40.7437912,-073.8654188 +36081041300,"Census Tract 413, Queens County, New York",4614,74.0,0.0,0.0,1021.0,0.0,3482.0,New York City,False,-9.595,-0.99,-0.368,6.489,5.245,0.0,+40.7447361,-073.8613081 +36081041400,"Census Tract 414, Queens County, New York",4279,58.0,3153.0,0.0,117.0,0.0,767.0,New York City,False,0.668,-19.276,-0.357,1.854,13.278,0.0,+40.6996318,-073.7807705 +36081041500,"Census Tract 415, Queens County, New York",4278,605.0,36.0,0.0,336.0,0.0,3289.0,New York City,False,-0.397,-1.433,-0.555,-8.35,11.066,0.0,+40.7466051,-073.8565990 +36081042400,"Census Tract 424, Queens County, New York",2426,11.0,2201.0,0.0,55.0,0.0,82.0,New York City,False,-0.278,-3.269,-1.258,1.821,0.011,0.0,+40.6953923,-073.7722684 +36081042600,"Census Tract 426, Queens County, New York",492,226.0,195.0,0.0,18.0,0.0,53.0,New York City,False,2.356,-11.945,-0.632,3.238,7.193,0.0,+40.6888726,-073.7702025 +36081042700,"Census Tract 427, Queens County, New York",5552,377.0,0.0,0.0,532.0,0.0,4643.0,New York City,False,-9.223,-1.413,-0.209,-4.364,15.915,0.0,+40.7437159,-073.8538128 +36081043200,"Census Tract 432, Queens County, New York",1427,0.0,1264.0,0.0,54.0,0.0,87.0,New York City,False,-1.894,-2.045,-0.18,2.071,0.687,0.0,+40.6913107,-073.7758835 +36081043400,"Census Tract 434, Queens County, New York",1796,11.0,1300.0,0.0,143.0,9.0,139.0,New York City,False,0.062,-18.993,-0.061,7.534,0.828,0.501,+40.6961991,-073.7786464 +36081043701,"Census Tract 437.01, Queens County, New York",3249,469.0,282.0,12.0,122.0,0.0,2212.0,New York City,False,-3.106,-4.173,-0.157,-12.552,16.221,0.0,+40.7391541,-073.8510910 +36081043702,"Census Tract 437.02, Queens County, New York",6537,452.0,674.0,87.0,1247.0,0.0,4054.0,New York City,False,-10.627,-2.542,0.805,2.769,10.155,0.0,+40.7381096,-073.8565445 +36081043900,"Census Tract 439, Queens County, New York",4281,285.0,40.0,0.0,669.0,0.0,3287.0,New York City,False,-7.539,-1.796,-0.355,8.338,2.416,0.0,+40.7418688,-073.8558125 +36081044000,"Census Tract 440, Queens County, New York",3916,7.0,2965.0,0.0,135.0,0.0,495.0,New York City,False,-0.506,-11.9,-0.982,0.47,5.912,0.0,+40.7026771,-073.7846237 +36081044301,"Census Tract 443.01, Queens County, New York",3613,142.0,264.0,127.0,858.0,0.0,2253.0,New York City,False,-2.971,-7.369,2.976,-4.094,13.31,0.0,+40.7407369,-073.8594604 +36081044302,"Census Tract 443.02, Queens County, New York",4491,205.0,449.0,8.0,1771.0,0.0,2025.0,New York City,False,-2.336,-4.678,-0.361,11.592,-3.958,0.0,+40.7398122,-073.8640628 +36081044400,"Census Tract 444, Queens County, New York",3308,91.0,716.0,67.0,587.0,0.0,1296.0,New York City,False,0.512,-31.916,-0.008,3.636,17.745,0.0,+40.7057626,-073.7818463 +36081044601,"Census Tract 446.01, Queens County, New York",3817,47.0,796.0,38.0,820.0,0.0,2076.0,New York City,True,-3.074,-23.581,0.306,14.619,12.471,0.0,+40.7049531,-073.7977906 +36081044602,"Census Tract 446.02, Queens County, New York",4706,94.0,1022.0,53.0,1916.0,0.0,1358.0,New York City,False,-1.443,-19.707,-0.134,23.829,-3.992,0.0,+40.7081869,-073.7998476 +36081044800,"Census Tract 448, Queens County, New York",2923,156.0,154.0,17.0,1481.0,0.0,765.0,New York City,False,-11.449,-11.77,-0.093,8.617,6.729,0.0,+40.7110219,-073.8026344 +36081045000,"Census Tract 450, Queens County, New York",2271,321.0,244.0,0.0,1021.0,0.0,608.0,New York City,False,-17.086,1.263,-1.205,15.571,3.252,0.0,+40.7141840,-073.8047700 +36081045200,"Census Tract 452, Queens County, New York",989,229.0,231.0,24.0,360.0,0.0,93.0,New York City,False,-14.542,4.399,1.612,10.979,-3.405,0.0,+40.7145881,-073.7995605 +36081045400,"Census Tract 454, Queens County, New York",4708,223.0,702.0,39.0,2895.0,0.0,573.0,New York City,False,-3.694,-10.949,-0.397,13.705,0.089,0.0,+40.7126504,-073.7960120 +36081045500,"Census Tract 455, Queens County, New York",15051,1700.0,7286.0,0.0,1800.0,0.0,4058.0,New York City,False,-3.788,-12.178,-0.382,8.445,8.786,0.0,+40.7363109,-073.8623266 +36081045600,"Census Tract 456, Queens County, New York",1497,51.0,50.0,0.0,1202.0,0.0,108.0,New York City,False,-9.9,-7.088,-1.712,25.43,-8.973,-0.156,+40.7166298,-073.7939898 +36081045700,"Census Tract 457, Queens County, New York",3462,141.0,0.0,0.0,2590.0,0.0,731.0,New York City,False,-9.741,-1.384,-0.118,24.797,-12.287,0.0,+40.7377217,-073.8698383 +36081045800,"Census Tract 458, Queens County, New York",2299,207.0,284.0,0.0,1494.0,0.0,182.0,New York City,False,-6.255,-5.968,-0.739,19.842,-10.035,0.0,+40.7152626,-073.7909261 +36081045900,"Census Tract 459, Queens County, New York",3700,126.0,6.0,24.0,1835.0,0.0,1674.0,New York City,False,-7.895,-1.331,0.443,-5.231,13.892,0.0,+40.7398775,-073.8706805 +36081046000,"Census Tract 460, Queens County, New York",6197,70.0,802.0,100.0,2910.0,0.0,2044.0,New York City,False,-1.826,-22.28,0.005,33.02,-8.569,0.0,+40.7082566,-073.7934900 +36081046100,"Census Tract 461, Queens County, New York",2801,226.0,42.0,8.0,1162.0,0.0,1291.0,New York City,False,0.796,0.818,-0.646,-10.432,7.252,0.0,+40.7417148,-073.8712656 +36081046200,"Census Tract 462, Queens County, New York",8189,292.0,909.0,7.0,3255.0,0.0,2880.0,New York City,False,-2.486,-20.378,-1.573,20.238,0.102,0.0,+40.7098547,-073.7879749 +36081046300,"Census Tract 463, Queens County, New York",4362,80.0,43.0,0.0,1609.0,0.0,2450.0,New York City,False,-3.637,-1.178,-0.423,3.612,-1.804,0.0,+40.7440007,-073.8710900 +36081046400,"Census Tract 464, Queens County, New York",1725,239.0,470.0,0.0,352.0,0.0,562.0,New York City,False,-17.737,-0.883,-0.154,-2.715,17.502,0.0,+40.7168637,-073.7869958 +36081046500,"Census Tract 465, Queens County, New York",3329,116.0,0.0,0.0,861.0,0.0,2352.0,New York City,False,-1.699,-0.887,-0.273,10.653,-6.974,0.0,+40.7469665,-073.8702981 +36081046600,"Census Tract 466, Queens County, New York",3786,368.0,857.0,0.0,1824.0,0.0,619.0,New York City,False,-14.9,-6.965,-0.424,21.897,-0.287,0.0,+40.7140095,-073.7851000 +36081046700,"Census Tract 467, Queens County, New York",6400,153.0,91.0,39.0,1994.0,0.0,4145.0,New York City,False,-2.927,-1.321,0.257,-0.161,5.171,0.0,+40.7454564,-073.8745856 +36081046800,"Census Tract 468, Queens County, New York",3162,156.0,302.0,23.0,1827.0,0.0,307.0,New York City,False,0.628,-14.366,-2.25,26.998,-15.488,-0.025,+40.7104936,-073.7822789 +36081046900,"Census Tract 469, Queens County, New York",7804,245.0,311.0,93.0,2090.0,0.0,4573.0,New York City,False,-2.614,1.475,0.675,-5.647,0.561,0.0,+40.7451965,-073.8771845 +36081047000,"Census Tract 470, Queens County, New York",3488,90.0,464.0,74.0,1855.0,0.0,511.0,New York City,False,-1.16,-8.036,-3.265,23.109,-15.606,0.0,+40.7112968,-073.7772983 +36081047100,"Census Tract 471, Queens County, New York",4463,209.0,10.0,53.0,3099.0,0.0,1136.0,New York City,False,-4.19,-1.301,0.713,19.426,-12.661,-0.05,+40.7409850,-073.8765640 +36081047200,"Census Tract 472, Queens County, New York",3811,913.0,850.0,0.0,1387.0,0.0,524.0,New York City,False,-2.355,-4.278,-0.441,6.429,-1.306,0.0,+40.7176257,-073.7789434 +36081047300,"Census Tract 473, Queens County, New York",4249,622.0,66.0,14.0,2788.0,0.0,773.0,New York City,False,-1.445,0.691,0.12,12.665,-10.528,0.0,+40.7372204,-073.8762312 +36081047500,"Census Tract 475, Queens County, New York",3982,247.0,13.0,58.0,2334.0,0.0,1216.0,New York City,False,-11.739,-0.691,1.166,7.089,2.111,0.0,+40.7336372,-073.8756505 +36081047600,"Census Tract 476, Queens County, New York",1594,552.0,278.0,0.0,581.0,0.0,183.0,New York City,False,-12.43,0.107,-0.205,10.872,3.976,0.0,+40.7224800,-073.7712454 +36081047800,"Census Tract 478, Queens County, New York",5450,1026.0,1381.0,6.0,1421.0,0.0,1185.0,New York City,False,-5.718,-6.884,-1.716,5.647,3.913,0.0,+40.7195817,-073.7661843 +36081047900,"Census Tract 479, Queens County, New York",5340,555.0,71.0,0.0,3972.0,0.0,657.0,New York City,False,-9.615,0.003,-0.55,20.513,-11.393,-0.057,+40.7354855,-073.8837114 +36081048000,"Census Tract 480, Queens County, New York",2730,84.0,341.0,260.0,1086.0,0.0,441.0,New York City,False,-2.961,-11.547,6.128,5.176,-5.204,0.0,+40.7128891,-073.7730046 +36081048100,"Census Tract 481, Queens County, New York",6384,712.0,364.0,0.0,3410.0,0.0,1746.0,New York City,False,1.672,2.974,-0.472,11.245,-16.752,-0.015,+40.7422192,-073.8850516 +36081048200,"Census Tract 482, Queens County, New York",1521,76.0,434.0,0.0,598.0,0.0,155.0,New York City,False,-3.461,-19.787,-0.871,21.219,-7.098,0.0,+40.7148351,-073.7679226 +36081048300,"Census Tract 483, Queens County, New York",4290,400.0,23.0,36.0,2363.0,12.0,1396.0,New York City,False,-5.712,-0.397,0.359,2.323,4.468,0.28,+40.7417172,-073.8926967 +36081048400,"Census Tract 484, Queens County, New York",5265,130.0,1562.0,0.0,2209.0,0.0,725.0,New York City,False,-2.756,-13.403,-2.215,16.965,-4.121,0.0,+40.7158173,-073.7599374 +36081048500,"Census Tract 485, Queens County, New York",4369,422.0,63.0,0.0,3078.0,0.0,769.0,New York City,False,-3.31,-0.225,-0.324,6.741,-2.64,0.0,+40.7397517,-073.8843383 +36081048900,"Census Tract 489, Queens County, New York",1788,81.0,1.0,2.0,841.0,0.0,865.0,New York City,False,-28.352,-0.433,-0.05,11.088,19.487,0.0,+40.7373155,-073.8921827 +36081049200,"Census Tract 492, Queens County, New York",4976,326.0,2293.0,0.0,1433.0,0.0,590.0,New York City,False,-0.111,-11.697,-1.771,17.227,-6.703,0.0,+40.7229805,-073.7584947 +36081049301,"Census Tract 493.01, Queens County, New York",2042,691.0,24.0,0.0,787.0,0.0,527.0,New York City,False,-31.849,0.849,0.0,17.334,13.682,0.0,+40.7323708,-073.8942499 +36081049302,"Census Tract 493.02, Queens County, New York",2879,1198.0,76.0,0.0,293.0,0.0,1233.0,New York City,False,-26.532,1.847,-0.36,2.249,20.701,0.0,+40.7278550,-073.8918030 +36081049500,"Census Tract 495, Queens County, New York",1417,891.0,0.0,12.0,76.0,0.0,438.0,New York City,False,-15.071,-0.078,0.692,-0.227,19.109,-0.078,+40.7253841,-073.8904103 +36081049600,"Census Tract 496, Queens County, New York",3296,144.0,785.0,0.0,785.0,0.0,850.0,New York City,False,-1.811,-18.632,-3.032,4.614,5.113,0.0,+40.7169502,-073.7531219 +36081049700,"Census Tract 497, Queens County, New York",3077,1075.0,25.0,0.0,1274.0,0.0,589.0,New York City,False,-26.056,-0.401,-0.038,20.858,3.789,0.0,+40.7317510,-073.8903723 +36081049900,"Census Tract 499, Queens County, New York",5490,802.0,21.0,0.0,3752.0,0.0,820.0,New York City,False,-20.75,-0.294,-0.416,22.042,-1.766,-0.024,+40.7311285,-073.8833525 +36081050000,"Census Tract 500, Queens County, New York",4476,148.0,2944.0,7.0,474.0,0.0,630.0,New York City,False,-0.655,-14.342,-0.542,6.802,4.382,0.0,+40.7119449,-073.7636159 +36081050201,"Census Tract 502.01, Queens County, New York",1431,10.0,999.0,0.0,94.0,0.0,271.0,New York City,False,0.327,-21.564,-0.149,5.082,13.362,0.0,+40.7088026,-073.7649037 +36081050202,"Census Tract 502.02, Queens County, New York",1473,10.0,1064.0,0.0,164.0,0.0,172.0,New York City,False,-0.08,-19.07,-0.207,8.857,7.191,0.0,+40.7101892,-073.7592925 +36081050400,"Census Tract 504, Queens County, New York",2051,2.0,1808.0,1.0,15.0,0.0,140.0,New York City,False,-0.645,-6.305,-0.408,0.445,3.055,0.0,+40.7051196,-073.7643586 +36081050500,"Census Tract 505, Queens County, New York",1497,606.0,46.0,0.0,525.0,0.0,296.0,New York City,False,-6.067,1.924,-0.122,0.043,3.947,-0.06,+40.7290799,-073.8747522 +36081050600,"Census Tract 506, Queens County, New York",1652,14.0,1142.0,0.0,283.0,0.0,165.0,New York City,False,0.271,-23.894,-0.256,15.723,5.315,0.0,+40.7057930,-073.7596688 +36081050700,"Census Tract 507, Queens County, New York",4192,1773.0,106.0,0.0,1323.0,0.0,931.0,New York City,False,-27.447,1.619,-0.303,12.379,12.983,0.0,+40.7270209,-073.8815871 +36081050800,"Census Tract 508, Queens County, New York",2237,51.0,1841.0,0.0,30.0,0.0,141.0,New York City,False,1.649,-13.428,-0.194,1.195,3.243,0.0,+40.7069840,-073.7554219 +36081051000,"Census Tract 510, Queens County, New York",1673,5.0,1325.0,0.0,218.0,0.0,105.0,New York City,False,-1.011,-10.378,-0.06,12.196,-0.037,0.0,+40.7097117,-073.7537153 +36081051100,"Census Tract 511, Queens County, New York",2139,1408.0,6.0,5.0,233.0,0.0,447.0,New York City,False,-16.184,-0.161,0.136,4.274,10.421,0.0,+40.7273279,-073.9001655 +36081051200,"Census Tract 512, Queens County, New York",2831,12.0,2067.0,0.0,98.0,0.0,300.0,New York City,False,-0.893,-14.751,-0.381,2.18,2.902,0.0,+40.7104101,-073.7501194 +36081051300,"Census Tract 513, Queens County, New York",2281,1122.0,15.0,0.0,652.0,0.0,486.0,New York City,False,-20.606,0.134,-0.143,16.435,5.584,0.0,+40.7318897,-073.8975137 +36081051500,"Census Tract 515, Queens County, New York",2881,1940.0,19.0,0.0,115.0,0.0,779.0,New York City,False,-9.931,0.087,-0.071,-1.476,12.064,0.0,+40.7309757,-073.9014977 +36081051600,"Census Tract 516, Queens County, New York",2141,11.0,1722.0,18.0,0.0,0.0,354.0,New York City,False,-0.279,-11.871,0.468,-1.213,11.728,-0.047,+40.7027238,-073.7472616 +36081051700,"Census Tract 517, Queens County, New York",1862,1188.0,1.0,0.0,56.0,0.0,617.0,New York City,False,-21.343,-0.128,-0.065,1.112,21.496,0.0,+40.7246283,-073.9002940 +36081051800,"Census Tract 518, Queens County, New York",2336,1.0,2130.0,0.0,1.0,0.0,176.0,New York City,False,-0.147,-5.737,-0.332,-0.099,5.259,0.0,+40.7018381,-073.7520094 +36081052000,"Census Tract 520, Queens County, New York",1619,7.0,1388.0,0.0,2.0,0.0,86.0,New York City,False,-0.685,-8.154,-0.118,-0.64,1.491,0.0,+40.7011396,-073.7546876 +36081052100,"Census Tract 521, Queens County, New York",2265,1517.0,26.0,0.0,122.0,0.0,472.0,New York City,False,-8.879,1.003,-0.096,1.964,1.032,0.0,+40.7208648,-073.9015157 +36081052200,"Census Tract 522, Queens County, New York",1822,0.0,1614.0,96.0,49.0,0.0,63.0,New York City,False,-1.488,-7.086,4.931,2.621,1.225,0.0,+40.7004447,-073.7573683 +36081052400,"Census Tract 524, Queens County, New York",1705,0.0,1399.0,0.0,90.0,0.0,188.0,New York City,False,-0.635,-13.712,-0.265,4.273,9.014,0.0,+40.7012277,-073.7619595 +36081052500,"Census Tract 525, Queens County, New York",2116,1327.0,45.0,0.0,238.0,0.0,499.0,New York City,False,-10.968,1.168,-0.426,7.412,2.911,0.0,+40.7189703,-073.9066375 +36081052600,"Census Tract 526, Queens County, New York",2043,81.0,1629.0,0.0,0.0,0.0,212.0,New York City,False,3.697,-14.694,-0.107,-1.018,6.681,0.0,+40.6970946,-073.7597630 +36081052800,"Census Tract 528, Queens County, New York",1371,0.0,1075.0,0.0,68.0,14.0,140.0,New York City,False,-1.146,-16.401,-0.202,4.421,7.786,1.021,+40.6940352,-073.7587303 +36081053000,"Census Tract 530, Queens County, New York",2426,9.0,2297.0,20.0,0.0,0.0,80.0,New York City,False,-0.527,-0.692,0.824,-0.314,0.2,0.0,+40.6963382,-073.7525403 +36081053100,"Census Tract 531, Queens County, New York",3300,1978.0,57.0,49.0,100.0,0.0,1116.0,New York City,False,-12.999,0.854,1.124,0.441,15.365,0.0,+40.7230578,-073.9083341 +36081053200,"Census Tract 532, Queens County, New York",1809,36.0,1486.0,0.0,23.0,8.0,115.0,New York City,False,1.289,-12.788,0.0,0.516,2.799,0.442,+40.7001025,-073.7490920 +36081053401,"Census Tract 534.01, Queens County, New York",2073,56.0,1840.0,0.0,0.0,0.0,138.0,New York City,False,1.359,-5.61,-0.371,-0.247,3.179,0.0,+40.6998291,-073.7441493 +36081053500,"Census Tract 535, Queens County, New York",1407,310.0,0.0,8.0,84.0,0.0,1005.0,New York City,False,-15.299,-1.432,0.479,4.806,12.163,0.0,+40.7159321,-073.9189517 +36081053601,"Census Tract 536.01, Queens County, New York",2050,0.0,1649.0,6.0,27.0,0.0,243.0,New York City,False,-1.671,-9.905,0.247,0.574,5.633,0.0,+40.7067119,-073.7458711 +36081053800,"Census Tract 538, Queens County, New York",1782,16.0,1513.0,14.0,68.0,0.0,102.0,New York City,False,-0.229,-7.974,0.479,3.457,0.857,0.0,+40.7064789,-073.7425304 +36081053900,"Census Tract 539, Queens County, New York",4370,1508.0,125.0,0.0,822.0,0.0,1845.0,New York City,False,9.097,0.861,-0.228,-0.729,-8.906,0.0,+40.7105131,-073.9165504 +36081054000,"Census Tract 540, Queens County, New York",4536,65.0,2922.0,50.0,277.0,0.0,688.0,New York City,False,-1.261,-20.213,0.924,4.639,4.65,0.0,+40.7127947,-073.7432243 +36081054200,"Census Tract 542, Queens County, New York",5095,604.0,935.0,0.0,1047.0,0.0,1045.0,New York City,False,2.624,-19.519,-3.205,-1.888,-0.544,0.0,+40.7190741,-073.7464902 +36081054500,"Census Tract 545, Queens County, New York",4031,836.0,35.0,0.0,269.0,0.0,2876.0,New York City,False,-3.778,-0.378,-0.254,-2.305,8.453,-0.025,+40.7055479,-073.9126214 +36081054700,"Census Tract 547, Queens County, New York",5459,922.0,110.0,0.0,808.0,0.0,3561.0,New York City,False,1.923,0.065,-0.148,0.067,-1.675,0.0,+40.7036294,-073.9097111 +36081054800,"Census Tract 548, Queens County, New York",2453,107.0,399.0,22.0,1072.0,0.0,379.0,New York City,False,-4.417,-15.799,-3.869,18.117,-3.446,0.0,+40.7231977,-073.7512827 +36081054900,"Census Tract 549, Queens County, New York",6202,1107.0,50.0,0.0,592.0,0.0,4427.0,New York City,False,-0.321,-0.979,-0.15,-2.387,5.709,0.0,+40.7021910,-073.9078131 +36081055100,"Census Tract 551, Queens County, New York",4672,2246.0,80.0,39.0,502.0,0.0,1825.0,New York City,False,8.194,-0.639,0.771,2.624,-4.238,0.0,+40.7015951,-073.9039117 +36081055200,"Census Tract 552, Queens County, New York",2986,234.0,880.0,0.0,593.0,0.0,808.0,New York City,False,-7.776,1.075,-2.574,-4.133,1.552,0.0,+40.7277874,-073.7496567 +36081055300,"Census Tract 553, Queens County, New York",2718,508.0,74.0,32.0,435.0,0.0,1547.0,New York City,False,11.359,-2.086,1.019,5.874,-18.881,0.0,+40.6989501,-073.9065464 +36081055400,"Census Tract 554, Queens County, New York",2387,350.0,330.0,0.0,915.0,22.0,628.0,New York City,False,-11.581,-2.266,-0.201,9.842,0.587,0.922,+40.7277903,-073.7401593 +36081055500,"Census Tract 555, Queens County, New York",2421,533.0,19.0,0.0,96.0,0.0,1717.0,New York City,False,6.47,-5.616,-0.183,-5.226,4.529,0.0,+40.6972245,-073.9032791 +36081055600,"Census Tract 556, Queens County, New York",2322,152.0,343.0,0.0,1034.0,0.0,403.0,New York City,False,-13.374,-1.643,-2.573,15.294,-8.953,-0.089,+40.7255507,-073.7450034 +36081055700,"Census Tract 557, Queens County, New York",3547,1327.0,53.0,0.0,325.0,0.0,1815.0,New York City,False,7.861,-1.82,-0.178,-2.709,-1.863,0.0,+40.6986893,-073.8983148 +36081055800,"Census Tract 558, Queens County, New York",1753,252.0,271.0,0.0,510.0,0.0,517.0,New York City,False,-4.791,-9.35,-2.694,4.792,3.564,0.0,+40.7225337,-073.7417049 +36081055900,"Census Tract 559, Queens County, New York",1335,184.0,48.0,0.0,69.0,0.0,1009.0,New York City,True,5.141,-6.369,-0.265,-0.563,1.595,0.0,+40.6944037,-073.9017315 +36081056000,"Census Tract 560, Queens County, New York",1743,445.0,178.0,3.0,647.0,0.0,296.0,New York City,False,-2.07,-6.272,-1.033,9.573,-8.21,0.0,+40.7254352,-073.7365635 +36081056100,"Census Tract 561, Queens County, New York",62,38.0,5.0,0.0,11.0,0.0,8.0,New York City,False,61.29,8.065,0.0,17.742,-87.097,0.0,+40.6924618,-073.8852171 +36081056200,"Census Tract 562, Queens County, New York",1691,438.0,275.0,7.0,305.0,0.0,347.0,New York City,False,-3.074,-3.481,-0.26,-3.392,-6.03,0.0,+40.7246382,-073.7331947 +36081056400,"Census Tract 564, Queens County, New York",1570,250.0,153.0,0.0,434.0,0.0,411.0,New York City,False,-6.86,-8.798,-2.012,10.569,-9.602,0.0,+40.7215544,-073.7334063 +36081056500,"Census Tract 565, Queens County, New York",1571,328.0,2.0,19.0,1.0,0.0,1233.0,New York City,False,-4.836,-3.891,0.852,-4.757,14.378,0.0,+40.6942629,-073.8968742 +36081056600,"Census Tract 566, Queens County, New York",1444,85.0,374.0,0.0,402.0,0.0,399.0,New York City,False,-11.431,0.837,-0.252,-5.347,7.292,0.0,+40.7197386,-073.7384034 +36081056700,"Census Tract 567, Queens County, New York",4867,1606.0,84.0,82.0,375.0,0.0,2744.0,New York City,False,-19.273,-0.246,1.419,4.27,16.163,-0.044,+40.6968663,-073.8921828 +36081056800,"Census Tract 568, Queens County, New York",4719,138.0,3221.0,0.0,171.0,0.0,931.0,New York City,False,-2.939,-3.346,-0.224,-0.39,2.44,0.0,+40.7155702,-073.7335751 +36081057700,"Census Tract 577, Queens County, New York",4232,2078.0,47.0,0.0,171.0,0.0,1889.0,New York City,False,-19.345,0.451,-0.258,-0.581,19.514,0.0,+40.7003929,-073.8907145 +36081057900,"Census Tract 579, Queens County, New York",1898,1074.0,5.0,19.0,87.0,0.0,732.0,New York City,False,-13.082,0.135,0.682,0.05,14.493,-0.064,+40.7034917,-073.8900443 +36081058000,"Census Tract 580, Queens County, New York",3811,31.0,2853.0,4.0,79.0,52.0,580.0,New York City,False,-2.275,-12.882,-0.016,0.77,9.019,1.364,+40.7072457,-073.7307152 +36081058100,"Census Tract 581, Queens County, New York",3200,1598.0,39.0,0.0,61.0,0.0,1479.0,New York City,False,-14.556,-0.89,-0.192,-2.197,18.305,0.0,+40.7039692,-073.8937889 +36081058200,"Census Tract 582, Queens County, New York",4956,133.0,4064.0,12.0,13.0,0.0,423.0,New York City,False,-1.775,-4.382,-0.193,-1.152,1.879,0.0,+40.7069890,-073.7375538 +36081058300,"Census Tract 583, Queens County, New York",3375,1814.0,188.0,10.0,86.0,0.0,1228.0,New York City,False,-0.382,4.203,0.237,-4.671,1.655,0.0,+40.7019380,-073.8976203 +36081058500,"Census Tract 585, Queens County, New York",4374,1875.0,49.0,0.0,611.0,0.0,1782.0,New York City,False,-14.352,0.854,-0.121,7.198,6.424,-0.024,+40.7043710,-073.8994203 +36081058700,"Census Tract 587, Queens County, New York",3672,2670.0,18.0,0.0,123.0,0.0,861.0,New York City,False,6.615,0.19,-0.18,-2.795,-2.361,0.0,+40.7071439,-073.9002784 +36081058900,"Census Tract 589, Queens County, New York",4670,2362.0,22.0,41.0,174.0,0.0,2046.0,New York City,False,-1.292,-0.692,0.673,-0.175,4.67,-0.023,+40.7062404,-073.9050398 +36081059000,"Census Tract 590, Queens County, New York",1622,4.0,1368.0,107.0,0.0,0.0,126.0,New York City,False,-1.365,-7.28,6.114,-0.645,2.289,0.0,+40.7012577,-073.7369979 +36081059100,"Census Tract 591, Queens County, New York",5375,2494.0,103.0,0.0,266.0,0.0,2414.0,New York City,False,5.531,1.397,-0.104,1.245,-7.572,-0.104,+40.7081118,-073.9097807 +36081059200,"Census Tract 592, Queens County, New York",1307,0.0,1248.0,0.0,0.0,0.0,35.0,New York City,False,-1.663,1.741,-0.158,-0.871,-0.568,0.0,+40.7012350,-073.7297322 +36081059300,"Census Tract 593, Queens County, New York",4338,3014.0,13.0,0.0,213.0,0.0,1098.0,New York City,False,-3.07,-0.243,-0.129,-0.161,5.363,0.0,+40.7102080,-073.9026508 +36081059400,"Census Tract 594, Queens County, New York",1842,6.0,1660.0,0.0,5.0,0.0,109.0,New York City,False,-2.539,-0.33,-0.393,-0.235,0.692,0.0,+40.6984691,-073.7311844 +36081059500,"Census Tract 595, Queens County, New York",5289,2451.0,38.0,22.0,301.0,0.0,2417.0,New York City,False,-6.45,-0.183,0.196,0.175,5.831,0.0,+40.7137750,-073.9083422 +36081059600,"Census Tract 596, Queens County, New York",1462,20.0,1352.0,0.0,0.0,0.0,75.0,New York City,False,-1.42,-2.381,0.0,-0.186,3.147,0.0,+40.6971372,-073.7370565 +36081059800,"Census Tract 598, Queens County, New York",1693,20.0,1528.0,0.0,5.0,0.0,69.0,New York City,False,-0.076,-3.189,-0.437,-0.525,0.688,0.0,+40.6982947,-073.7406666 +36081059900,"Census Tract 599, Queens County, New York",1299,939.0,7.0,0.0,42.0,0.0,300.0,New York City,False,-9.318,0.401,0.0,0.052,8.365,0.0,+40.7172449,-073.9021320 +36081060000,"Census Tract 600, Queens County, New York",1188,4.0,1065.0,23.0,11.0,0.0,76.0,New York City,False,-2.679,-4.084,1.698,0.847,3.857,0.0,+40.6950630,-073.7333032 +36081060100,"Census Tract 601, Queens County, New York",2165,1132.0,11.0,0.0,107.0,0.0,865.0,New York City,False,-21.953,-0.141,0.0,-0.3,21.432,0.0,+40.7152135,-073.9024125 +36081060300,"Census Tract 603, Queens County, New York",2104,1127.0,12.0,0.0,140.0,0.0,785.0,New York City,False,-28.102,-0.199,0.0,4.475,22.438,0.0,+40.7139219,-073.8990012 +36081060600,"Census Tract 606, Queens County, New York",1337,32.0,1201.0,0.0,5.0,0.0,71.0,New York City,False,-0.171,-1.165,-0.263,-0.941,0.511,0.0,+40.6917471,-073.7353308 +36081060701,"Census Tract 607.01, Queens County, New York",21,8.0,0.0,0.0,0.0,0.0,13.0,New York City,False,-51.95,0.0,-0.633,-3.167,55.751,0.0,+40.7172559,-073.8939758 +36081060800,"Census Tract 608, Queens County, New York",1728,63.0,1597.0,0.0,0.0,0.0,68.0,New York City,False,2.236,-0.285,0.0,-0.49,-1.215,0.0,+40.6936037,-073.7413143 +36081061000,"Census Tract 610, Queens County, New York",1351,4.0,1316.0,0.0,0.0,0.0,31.0,New York City,False,-1.623,4.289,-0.003,-0.248,-2.254,0.0,+40.6901782,-073.7432503 +36081061200,"Census Tract 612, Queens County, New York",1851,0.0,1804.0,0.0,0.0,0.0,26.0,New York City,False,-4.703,6.657,-0.463,-0.233,-1.642,0.0,+40.6882912,-073.7367254 +36081061301,"Census Tract 613.01, Queens County, New York",6241,3268.0,70.0,41.0,501.0,0.0,2249.0,New York City,False,-22.373,0.364,0.517,3.937,16.679,0.0,+40.7089649,-073.8931848 +36081061302,"Census Tract 613.02, Queens County, New York",16,12.0,0.0,0.0,0.0,0.0,4.0,New York City,False,,,,,,,+40.7093274,-073.8835278 +36081061400,"Census Tract 614, Queens County, New York",1318,12.0,1083.0,0.0,30.0,0.0,126.0,New York City,False,-0.97,-9.822,-0.487,2.067,4.755,0.0,+40.6861196,-073.7295117 +36081061601,"Census Tract 616.01, Queens County, New York",2376,6.0,2108.0,0.0,11.0,0.0,178.0,New York City,False,-1.814,-5.58,-0.364,0.279,4.996,0.0,+40.6818554,-073.7318753 +36081061602,"Census Tract 616.02, Queens County, New York",1253,33.0,1112.0,7.0,0.0,0.0,73.0,New York City,False,-4.097,5.252,0.106,-2.136,0.583,0.0,+40.6775523,-073.7292421 +36081061800,"Census Tract 618, Queens County, New York",1842,65.0,1711.0,0.0,0.0,0.0,24.0,New York City,False,-2.148,6.113,-0.312,-1.185,-4.124,-0.062,+40.6768943,-073.7364182 +36081061900,"Census Tract 619, Queens County, New York",2706,1822.0,0.0,0.0,116.0,0.0,768.0,New York City,False,-17.115,-0.944,-0.076,1.342,17.584,-0.038,+40.7097907,-073.8770975 +36081062000,"Census Tract 620, Queens County, New York",1439,17.0,1184.0,46.0,91.0,0.0,101.0,New York City,False,-1.505,-9.792,3.006,5.752,3.236,0.0,+40.6810561,-073.7378195 +36081062100,"Census Tract 621, Queens County, New York",2569,1655.0,20.0,0.0,32.0,0.0,862.0,New York City,False,-19.18,0.669,-0.256,-1.06,20.56,0.0,+40.7100147,-073.8726646 +36081062200,"Census Tract 622, Queens County, New York",1841,19.0,1594.0,0.0,8.0,0.0,209.0,New York City,False,-2.362,-3.857,-0.179,-0.19,6.304,0.0,+40.6919497,-073.7288802 +36081062300,"Census Tract 623, Queens County, New York",2137,1390.0,0.0,0.0,17.0,0.0,730.0,New York City,False,-26.088,-0.359,-0.359,0.496,27.389,0.0,+40.7043812,-073.8781847 +36081062400,"Census Tract 624, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6857824,-073.7419913 +36081062500,"Census Tract 625, Queens County, New York",2807,1775.0,43.0,0.0,80.0,0.0,893.0,New York City,False,-21.645,0.774,-0.178,1.557,19.324,0.0,+40.7041320,-073.8824139 +36081062600,"Census Tract 626, Queens County, New York",3091,20.0,2730.0,13.0,14.0,0.0,224.0,New York City,False,-1.39,-2.49,0.085,-0.701,1.659,0.0,+40.6819741,-073.7481021 +36081062700,"Census Tract 627, Queens County, New York",2901,1605.0,8.0,0.0,63.0,0.0,1225.0,New York City,False,-27.678,-0.37,-0.494,0.347,28.881,-0.038,+40.7037717,-073.8864539 +36081062900,"Census Tract 629, Queens County, New York",2996,1963.0,5.0,0.0,254.0,0.0,721.0,New York City,False,-11.134,-0.581,-0.112,7.618,3.639,0.0,+40.7009309,-073.8829632 +36081063000,"Census Tract 630, Queens County, New York",1634,13.0,1497.0,0.0,0.0,0.0,96.0,New York City,False,-0.637,-1.35,-0.449,-0.395,1.453,0.0,+40.6802878,-073.7435795 +36081063200,"Census Tract 632, Queens County, New York",2705,34.0,2442.0,0.0,83.0,0.0,122.0,New York City,False,-0.779,-0.874,-0.249,2.362,-0.766,0.0,+40.6765163,-073.7405087 +36081063301,"Census Tract 633.01, Queens County, New York",1490,1116.0,5.0,0.0,0.0,0.0,357.0,New York City,False,-14.225,-0.074,-0.137,-0.616,14.726,0.0,+40.7044837,-073.8745715 +36081063302,"Census Tract 633.02, Queens County, New York",1578,1134.0,0.0,0.0,4.0,0.0,421.0,New York City,False,-16.54,-0.21,-0.282,-0.827,16.944,0.0,+40.7053937,-073.8714054 +36081063500,"Census Tract 635, Queens County, New York",2609,1852.0,14.0,0.0,24.0,0.0,684.0,New York City,False,-20.242,-0.107,-0.322,0.357,18.974,0.0,+40.7047392,-073.8669609 +36081063700,"Census Tract 637, Queens County, New York",3345,2187.0,153.0,0.0,234.0,0.0,745.0,New York City,False,-15.97,3.336,-0.288,3.856,8.521,0.0,+40.7083600,-073.8622857 +36081063800,"Census Tract 638, Queens County, New York",3853,182.0,2988.0,0.0,64.0,0.0,499.0,New York City,False,-8.236,5.138,-0.495,-1.937,3.616,0.0,+40.6698297,-073.7330637 +36081063900,"Census Tract 639, Queens County, New York",2965,1874.0,70.0,0.0,242.0,0.0,712.0,New York City,False,-14.774,0.226,-0.075,4.267,10.492,0.0,+40.7038953,-073.8569266 +36081064101,"Census Tract 641.01, Queens County, New York",2220,1663.0,17.0,0.0,250.0,0.0,276.0,New York City,True,-5.377,-0.357,-0.125,5.584,0.704,0.0,+40.6991702,-073.8516668 +36081064102,"Census Tract 641.02, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7020705,-073.8534862 +36081064500,"Census Tract 645, Queens County, New York",1898,922.0,58.0,0.0,531.0,0.0,343.0,New York City,False,-15.427,1.137,-0.104,8.994,3.601,0.0,+40.7091221,-073.8522500 +36081064600,"Census Tract 646, Queens County, New York",3410,22.0,3074.0,10.0,0.0,0.0,243.0,New York City,False,-1.238,-3.248,0.197,-0.893,3.648,0.0,+40.6727740,-073.7423254 +36081065000,"Census Tract 650, Queens County, New York",3100,79.0,2727.0,25.0,0.0,0.0,199.0,New York City,False,0.5,-5.722,0.542,-0.859,3.71,-0.099,+40.6694592,-073.7448232 +36081065400,"Census Tract 654, Queens County, New York",3289,86.0,2313.0,0.0,196.0,0.0,613.0,New York City,False,-8.982,-1.035,-0.259,3.588,6.004,0.0,+40.6628113,-073.7402932 +36081065501,"Census Tract 655.01, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7147523,-073.8666471 +36081065600,"Census Tract 656, Queens County, New York",5816,124.0,5069.0,0.0,161.0,0.0,234.0,New York City,False,-12.983,17.73,-0.343,-0.776,-6.016,0.0,+40.6598103,-073.7295645 +36081065702,"Census Tract 657.02, Queens County, New York",1811,1275.0,79.0,16.0,70.0,0.0,375.0,New York City,False,-18.657,4.295,0.682,0.039,15.271,0.0,+40.7133356,-073.8829609 +36081065703,"Census Tract 657.03, Queens County, New York",2862,2258.0,2.0,0.0,21.0,0.0,570.0,New York City,False,-13.367,-0.008,-0.195,-0.399,14.054,0.0,+40.7151186,-073.8752977 +36081065900,"Census Tract 659, Queens County, New York",1807,1546.0,0.0,6.0,45.0,0.0,131.0,New York City,False,-7.773,-0.118,-0.022,0.719,3.059,0.0,+40.7155449,-073.8824808 +36081066000,"Census Tract 660, Queens County, New York",3724,193.0,3154.0,93.0,18.0,0.0,317.0,New York City,False,-7.418,12.728,2.466,-3.251,-2.098,0.0,+40.6585743,-073.7333631 +36081066100,"Census Tract 661, Queens County, New York",1546,1282.0,26.0,0.0,75.0,0.0,144.0,New York City,False,-8.797,1.552,-0.13,2.504,4.62,0.0,+40.7175103,-073.8817903 +36081066300,"Census Tract 663, Queens County, New York",2605,1998.0,6.0,0.0,376.0,0.0,206.0,New York City,False,-7.771,-0.164,-0.276,7.773,1.01,-0.039,+40.7211190,-073.8773457 +36081066400,"Census Tract 664, Queens County, New York",9266,499.0,7743.0,0.0,162.0,0.0,745.0,New York City,False,-3.877,6.387,-0.398,-1.23,-0.83,0.0,+40.6471780,-073.7430504 +36081066501,"Census Tract 665.01, Queens County, New York",3891,3328.0,11.0,0.0,85.0,0.0,387.0,New York City,False,-7.744,0.19,-0.302,0.646,5.558,0.0,+40.7193457,-073.8873568 +36081066701,"Census Tract 667.01, Queens County, New York",2449,1842.0,10.0,0.0,53.0,0.0,544.0,New York City,False,-15.99,0.122,-0.14,-0.254,16.915,0.0,+40.7218220,-073.8913365 +36081066900,"Census Tract 669, Queens County, New York",1584,1431.0,0.0,0.0,98.0,0.0,55.0,New York City,False,1.034,-0.235,0.0,2.133,-2.756,0.0,+40.7235670,-073.8859216 +36081067100,"Census Tract 671, Queens County, New York",2368,1672.0,0.0,7.0,568.0,0.0,97.0,New York City,False,-15.361,-0.131,0.252,14.139,0.872,0.0,+40.7244752,-073.8781025 +36081067700,"Census Tract 677, Queens County, New York",1765,1436.0,24.0,0.0,214.0,0.0,91.0,New York City,False,-9.065,1.252,-0.43,8.091,0.368,0.0,+40.7191106,-073.8724306 +36081067900,"Census Tract 679, Queens County, New York",3928,2030.0,79.0,0.0,222.0,0.0,1403.0,New York City,False,-10.05,-1.384,-0.419,-4.369,13.909,0.0,+40.7241179,-073.8701838 +36081068000,"Census Tract 680, Queens County, New York",5443,24.0,4938.0,0.0,171.0,0.0,121.0,New York City,False,-3.55,2.369,-0.162,2.121,-3.833,0.0,+40.6637096,-073.7500759 +36081068200,"Census Tract 682, Queens County, New York",1109,9.0,922.0,0.0,26.0,0.0,144.0,New York City,False,-1.805,-3.777,-1.031,1.63,5.055,0.0,+40.6677937,-073.7504129 +36081068300,"Census Tract 683, Queens County, New York",3991,542.0,402.0,0.0,1860.0,0.0,1171.0,New York City,True,2.599,4.629,-0.838,10.728,-16.424,0.0,+40.7349758,-073.8690861 +36081068700,"Census Tract 687, Queens County, New York",4401,1266.0,94.0,0.0,1863.0,0.0,1020.0,New York City,False,-10.69,0.437,-0.658,3.469,5.87,0.0,+40.7303105,-073.8692955 +36081069000,"Census Tract 690, Queens County, New York",3489,49.0,3267.0,0.0,36.0,52.0,28.0,New York City,False,-0.544,2.13,-0.213,-0.49,-3.307,1.46,+40.6603465,-073.7554142 +36081069300,"Census Tract 693, Queens County, New York",3012,1182.0,280.0,32.0,856.0,0.0,657.0,New York City,True,-8.658,7.144,0.85,0.272,3.012,0.0,+40.7288894,-073.8632273 +36081069400,"Census Tract 694, Queens County, New York",3810,187.0,3090.0,0.0,94.0,0.0,325.0,New York City,False,0.749,-5.476,-0.594,1.104,2.483,0.0,+40.6551441,-073.7493644 +36081069500,"Census Tract 695, Queens County, New York",2029,965.0,17.0,0.0,593.0,0.0,439.0,New York City,False,-4.67,-0.834,-0.3,-3.45,9.5,0.0,+40.7260562,-073.8675083 +36081069701,"Census Tract 697.01, Queens County, New York",3807,1484.0,161.0,0.0,1352.0,0.0,733.0,New York City,True,-18.623,2.255,-0.111,13.384,4.492,-0.028,+40.7268771,-073.8602046 +36081069702,"Census Tract 697.02, Queens County, New York",3402,1777.0,19.0,0.0,1323.0,0.0,203.0,New York City,False,-2.669,-1.057,-0.097,5.971,-3.235,0.0,+40.7222530,-073.8628711 +36081070300,"Census Tract 703, Queens County, New York",2104,961.0,43.0,0.0,609.0,0.0,467.0,New York City,False,-16.829,0.653,-0.033,9.336,7.688,0.0,+40.7162794,-073.8593568 +36081070700,"Census Tract 707, Queens County, New York",2412,1148.0,0.0,23.0,753.0,0.0,416.0,New York City,False,-14.363,-1.329,0.948,3.451,9.287,0.0,+40.7150711,-073.8555663 +36081070900,"Census Tract 709, Queens County, New York",2645,1011.0,32.0,0.0,1171.0,0.0,325.0,New York City,False,-18.684,-0.264,-0.219,13.51,3.52,-0.036,+40.7192652,-073.8550205 +36081071100,"Census Tract 711, Queens County, New York",6660,3375.0,70.0,76.0,1807.0,68.0,926.0,New York City,False,-11.979,-1.31,0.798,2.606,4.984,0.985,+40.7220697,-073.8524948 +36081071303,"Census Tract 713.03, Queens County, New York",5677,3290.0,94.0,0.0,1160.0,0.0,1079.0,New York City,False,-17.809,-0.917,-0.108,9.354,9.712,0.0,+40.7258100,-073.8495395 +36081071304,"Census Tract 713.04, Queens County, New York",6032,3278.0,330.0,27.0,1417.0,0.0,760.0,New York City,False,-21.418,2.898,0.34,12.412,3.304,0.0,+40.7288609,-073.8540811 +36081071305,"Census Tract 713.05, Queens County, New York",4914,2295.0,120.0,0.0,1396.0,0.0,1053.0,New York City,False,-19.261,0.277,-0.182,9.605,11.466,0.0,+40.7241863,-073.8514774 +36081071306,"Census Tract 713.06, Queens County, New York",6864,2553.0,212.0,0.0,2060.0,0.0,1567.0,New York City,False,-28.77,0.924,-0.182,11.208,12.866,0.0,+40.7261621,-073.8560468 +36081071600,"Census Tract 716, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6470241,-073.7869533 +36081071701,"Census Tract 717.01, Queens County, New York",5702,3348.0,190.0,0.0,1489.0,0.0,562.0,New York City,False,5.382,-1.789,-0.225,-0.886,-2.999,-0.031,+40.7313333,-073.8598810 +36081071702,"Census Tract 717.02, Queens County, New York",3836,1364.0,362.0,34.0,1514.0,0.0,465.0,New York City,False,-17.776,4.316,0.661,12.468,-0.733,-0.031,+40.7334770,-073.8628305 +36081071900,"Census Tract 719, Queens County, New York",2321,1293.0,103.0,0.0,466.0,0.0,408.0,New York City,False,0.585,0.95,-0.146,-5.448,5.198,0.0,+40.7346875,-073.8556228 +36081072100,"Census Tract 721, Queens County, New York",4334,2335.0,36.0,0.0,934.0,0.0,794.0,New York City,False,-9.694,-1.42,-0.134,3.107,4.111,0.0,+40.7311859,-073.8537376 +36081072300,"Census Tract 723, Queens County, New York",1902,989.0,57.0,0.0,702.0,0.0,123.0,New York City,False,-16.259,1.748,-0.341,12.548,1.129,0.0,+40.7162398,-073.8477440 +36081072900,"Census Tract 729, Queens County, New York",1375,586.0,61.0,0.0,484.0,0.0,196.0,New York City,False,-10.908,2.743,-0.141,3.183,2.196,0.0,+40.7128119,-073.8521815 +36081073100,"Census Tract 731, Queens County, New York",1608,990.0,21.0,0.0,479.0,0.0,89.0,New York City,False,-1.684,0.619,0.0,4.374,-4.368,0.0,+40.7109534,-073.8463317 +36081073700,"Census Tract 737, Queens County, New York",1803,1152.0,17.0,0.0,385.0,0.0,172.0,New York City,False,-5.803,-0.247,-0.054,3.604,-1.391,0.0,+40.7184405,-073.8432492 +36081073900,"Census Tract 739, Queens County, New York",5903,2934.0,124.0,0.0,1658.0,0.0,850.0,New York City,False,-30.392,0.599,-0.1,17.915,6.97,0.0,+40.7236929,-073.8442715 +36081074100,"Census Tract 741, Queens County, New York",3194,1801.0,122.0,76.0,667.0,0.0,451.0,New York City,False,-15.617,1.871,2.314,4.611,6.0,0.0,+40.7282813,-073.8470444 +36081074300,"Census Tract 743, Queens County, New York",4441,2533.0,79.0,24.0,1205.0,0.0,451.0,New York City,False,1.711,-0.031,0.357,-0.495,-3.637,0.0,+40.7322992,-073.8492461 +36081074500,"Census Tract 745, Queens County, New York",4260,2324.0,186.0,0.0,824.0,0.0,744.0,New York City,True,-2.979,-3.779,-0.28,4.056,1.603,0.0,+40.7361049,-073.8508368 +36081074700,"Census Tract 747, Queens County, New York",3769,991.0,61.0,22.0,1604.0,0.0,972.0,New York City,False,-1.712,-2.541,-0.751,-7.499,10.261,-0.114,+40.7326161,-073.8452064 +36081074900,"Census Tract 749, Queens County, New York",1590,1165.0,0.0,0.0,254.0,0.0,94.0,New York City,False,0.256,-1.431,-0.1,-1.979,-0.261,-0.095,+40.7132499,-073.8400754 +36081075701,"Census Tract 757.01, Queens County, New York",5181,2395.0,100.0,0.0,1596.0,0.0,875.0,New York City,False,-21.866,-0.16,-0.122,10.194,8.762,0.0,+40.7182200,-073.8348167 +36081075702,"Census Tract 757.02, Queens County, New York",4178,2455.0,35.0,19.0,1149.0,0.0,356.0,New York City,False,-9.333,-1.252,0.333,6.89,0.394,0.0,+40.7243375,-073.8401994 +36081076901,"Census Tract 769.01, Queens County, New York",4132,1944.0,178.0,0.0,1365.0,0.0,552.0,New York City,False,-19.308,1.416,-0.082,14.874,1.915,0.0,+40.7164575,-073.8375688 +36081076902,"Census Tract 769.02, Queens County, New York",1221,600.0,29.0,0.0,352.0,0.0,240.0,New York City,False,-10.497,-0.136,-0.124,8.329,5.884,0.0,+40.7150342,-073.8340325 +36081077300,"Census Tract 773, Queens County, New York",2204,1133.0,64.0,0.0,348.0,0.0,518.0,New York City,False,-15.581,-2.213,-0.111,3.145,10.554,0.0,+40.7109133,-073.8352803 +36081077500,"Census Tract 775, Queens County, New York",2252,1630.0,58.0,0.0,168.0,0.0,327.0,New York City,False,8.963,-0.447,-0.161,-6.762,-2.644,0.0,+40.7091018,-073.8323371 +36081077902,"Census Tract 779.02, Queens County, New York",5235,4434.0,52.0,0.0,545.0,0.0,164.0,New York City,False,4.61,-2.273,-0.111,3.23,-2.657,0.0,+40.7252734,-073.8248724 +36081077903,"Census Tract 779.03, Queens County, New York",3361,1766.0,118.0,0.0,612.0,0.0,664.0,New York City,False,9.994,-4.285,-0.52,0.711,-10.251,0.0,+40.7192243,-073.8216022 +36081077904,"Census Tract 779.04, Queens County, New York",6121,3736.0,160.0,59.0,1302.0,0.0,712.0,New York City,False,14.614,-3.923,0.425,-7.049,-3.075,-0.032,+40.7209651,-073.8141647 +36081077905,"Census Tract 779.05, Queens County, New York",2692,1004.0,294.0,0.0,569.0,0.0,801.0,New York City,False,-4.694,-7.699,-0.323,-0.909,14.442,-0.092,+40.7173272,-073.8129626 +36081077906,"Census Tract 779.06, Queens County, New York",3653,1978.0,97.0,0.0,1116.0,0.0,392.0,New York City,False,3.603,-8.666,-0.247,14.0,-4.997,-0.051,+40.7293975,-073.8187620 +36081077907,"Census Tract 779.07, Queens County, New York",3137,2354.0,74.0,60.0,116.0,0.0,473.0,New York City,False,24.496,-8.962,1.666,-12.852,-0.65,-0.051,+40.7249623,-073.8184802 +36081077908,"Census Tract 779.08, Queens County, New York",4084,1115.0,965.0,0.0,952.0,0.0,575.0,New York City,False,-23.242,12.308,-0.247,6.76,-1.649,-0.051,+40.7256168,-073.8136929 +36081078800,"Census Tract 788, Queens County, New York",1889,53.0,1229.0,0.0,207.0,0.0,198.0,New York City,False,2.291,-23.713,-0.573,9.24,2.922,0.0,+40.6703310,-073.7903645 +36081079000,"Census Tract 790, Queens County, New York",2884,20.0,1713.0,23.0,321.0,0.0,470.0,New York City,False,-0.033,-31.281,0.717,9.677,10.768,0.0,+40.6724831,-073.7966161 +36081079200,"Census Tract 792, Queens County, New York",2881,6.0,1482.0,0.0,588.0,0.0,282.0,New York City,True,-0.257,-37.439,-0.042,19.184,1.585,0.0,+40.6689234,-073.7969557 +36081079300,"Census Tract 793, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7363897,-073.8314913 +36081079701,"Census Tract 797.01, Queens County, New York",7132,451.0,299.0,0.0,5621.0,0.0,549.0,New York City,False,-6.312,-1.192,-0.538,12.414,-6.006,0.0,+40.7533454,-073.8247560 +36081079702,"Census Tract 797.02, Queens County, New York",4877,274.0,18.0,0.0,3976.0,0.0,479.0,New York City,False,-7.018,-5.015,-0.538,15.126,-3.882,0.0,+40.7513617,-073.8293898 +36081079900,"Census Tract 799, Queens County, New York",3229,389.0,0.0,30.0,2119.0,0.0,639.0,New York City,False,-21.589,-1.533,0.71,16.281,5.646,0.0,+40.7469887,-073.8273758 +36081080301,"Census Tract 803.01, Queens County, New York",4604,813.0,78.0,11.0,2631.0,0.0,994.0,New York City,False,-14.132,0.949,-0.095,9.575,3.111,-0.154,+40.7447917,-073.8308720 +36081080302,"Census Tract 803.02, Queens County, New York",3475,656.0,38.0,0.0,2199.0,0.0,582.0,New York City,False,-25.566,-0.036,-0.126,26.181,0.772,0.0,+40.7403637,-073.8262189 +36081080900,"Census Tract 809, Queens County, New York",7281,2954.0,441.0,0.0,2340.0,0.0,1535.0,New York City,False,-21.716,-3.442,-0.109,17.25,9.443,-0.016,+40.7338814,-073.8223557 +36081081400,"Census Tract 814, Queens County, New York",4155,65.0,1731.0,0.0,1030.0,0.0,792.0,New York City,False,-0.166,-34.698,-0.796,19.407,5.415,0.0,+40.6707019,-073.8039344 +36081081800,"Census Tract 818, Queens County, New York",3908,213.0,1274.0,8.0,765.0,0.0,913.0,New York City,False,-0.526,-26.76,-1.862,10.937,3.226,0.0,+40.6705172,-073.8090759 +36081083700,"Census Tract 837, Queens County, New York",5640,511.0,2.0,34.0,4511.0,0.0,491.0,New York City,False,-18.08,-0.745,0.408,17.514,-0.38,-0.019,+40.7447536,-073.8197846 +36081083800,"Census Tract 838, Queens County, New York",5705,626.0,610.0,200.0,1992.0,54.0,1650.0,New York City,False,-16.924,-3.729,1.491,18.922,0.459,0.947,+40.6702951,-073.8195098 +36081084000,"Census Tract 840, Queens County, New York",6500,385.0,1385.0,19.0,2432.0,0.0,1059.0,New York City,False,-9.795,-6.578,-2.156,19.944,-12.29,0.0,+40.6739493,-073.8176533 +36081084500,"Census Tract 845, Queens County, New York",5222,260.0,524.0,0.0,3516.0,0.0,896.0,New York City,False,-12.736,-15.585,-0.307,35.568,-6.311,0.0,+40.7499613,-073.8202280 +36081084601,"Census Tract 846.01, Queens County, New York",3102,667.0,198.0,45.0,1015.0,0.0,722.0,New York City,False,-8.956,-5.651,-0.288,14.084,-3.775,-0.035,+40.6673404,-073.8217246 +36081084602,"Census Tract 846.02, Queens County, New York",1064,85.0,214.0,0.0,373.0,0.0,247.0,New York City,False,-24.563,-2.069,-0.721,26.4,-8.977,0.0,+40.6651262,-073.8165809 +36081084900,"Census Tract 849, Queens County, New York",7147,148.0,347.0,43.0,5196.0,0.0,1413.0,New York City,False,-1.943,-2.194,0.128,17.91,-12.627,0.0,+40.7547072,-073.8329995 +36081085300,"Census Tract 853, Queens County, New York",5070,184.0,54.0,25.0,4446.0,0.0,289.0,New York City,False,-4.339,-1.409,-0.053,13.421,-8.018,0.0,+40.7571520,-073.8276531 +36081085500,"Census Tract 855, Queens County, New York",6537,372.0,389.0,0.0,4281.0,39.0,1299.0,New York City,False,-6.026,0.905,-0.336,12.567,-9.154,0.597,+40.7596421,-073.8236352 +36081085700,"Census Tract 857, Queens County, New York",5346,286.0,122.0,92.0,3912.0,0.0,965.0,New York City,False,-9.118,-1.423,1.286,15.548,-4.778,-0.016,+40.7570602,-073.8230578 +36081085900,"Census Tract 859, Queens County, New York",5343,666.0,29.0,153.0,3777.0,0.0,477.0,New York City,False,-8.242,-3.477,2.298,19.055,-12.365,0.0,+40.7549868,-073.8207972 +36081086100,"Census Tract 861, Queens County, New York",2082,178.0,17.0,0.0,1532.0,0.0,331.0,New York City,False,-15.506,-2.637,-0.853,23.522,-4.256,-0.041,+40.7568129,-073.8178758 +36081086300,"Census Tract 863, Queens County, New York",6722,419.0,102.0,0.0,5360.0,33.0,794.0,New York City,False,-3.757,-6.101,-0.458,27.025,-16.216,0.491,+40.7612685,-073.8199413 +36081086400,"Census Tract 864, Queens County, New York",3001,318.0,233.0,2.0,949.0,0.0,1278.0,New York City,False,-21.73,-1.345,-1.586,16.387,8.447,0.0,+40.6733398,-073.8315832 +36081086500,"Census Tract 865, Queens County, New York",4506,511.0,39.0,0.0,3439.0,0.0,312.0,New York City,False,-11.567,-1.035,-0.481,14.482,-5.347,0.0,+40.7626869,-073.8251718 +36081086900,"Census Tract 869, Queens County, New York",2052,78.0,17.0,0.0,1693.0,0.0,264.0,New York City,False,-3.074,-2.44,-0.136,15.657,-8.646,0.0,+40.7652626,-073.8337100 +36081087100,"Census Tract 871, Queens County, New York",2350,123.0,652.0,0.0,1090.0,0.0,400.0,New York City,False,-0.905,3.193,-0.445,9.914,-14.921,0.0,+40.7589475,-073.8332560 +36081088400,"Census Tract 884, Queens County, New York",7966,6152.0,102.0,0.0,226.0,0.0,1281.0,New York City,False,-13.569,0.334,-0.303,2.068,9.21,0.0,+40.6557283,-073.8337070 +36081088901,"Census Tract 889.01, Queens County, New York",11133,1839.0,227.0,0.0,6052.0,0.0,2977.0,New York City,False,-23.156,-4.382,-0.275,21.307,6.958,-0.033,+40.7725905,-073.8282176 +36081089200,"Census Tract 892, Queens County, New York",7664,6565.0,75.0,0.0,197.0,0.0,696.0,New York City,False,-8.007,0.876,-0.034,0.441,5.279,0.0,+40.6522124,-073.8473336 +36081090700,"Census Tract 907, Queens County, New York",1418,467.0,0.0,0.0,553.0,0.0,313.0,New York City,False,-23.344,-1.108,-0.295,21.274,0.433,-0.295,+40.7735390,-073.8387968 +36081091601,"Census Tract 916.01, Queens County, New York",3702,3476.0,11.0,0.0,9.0,0.0,180.0,New York City,False,-4.226,0.178,-0.048,-0.209,3.625,-0.048,+40.5585161,-073.9175334 +36081091602,"Census Tract 916.02, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.5603525,-073.8870179 +36081091800,"Census Tract 918, Queens County, New York",3,3.0,0.0,0.0,0.0,0.0,0.0,New York City,False,25.0,0.0,0.0,-18.75,-6.25,0.0,+40.5685017,-073.8719915 +36081091900,"Census Tract 919, Queens County, New York",5860,1042.0,185.0,0.0,2418.0,55.0,2056.0,New York City,False,-31.265,-0.547,-0.403,20.251,11.323,0.939,+40.7764062,-073.8484646 +36081092200,"Census Tract 922, Queens County, New York",1924,1830.0,0.0,7.0,37.0,0.0,57.0,New York City,False,-0.081,-0.408,0.183,-0.026,0.787,0.0,+40.5732499,-073.8598028 +36081092500,"Census Tract 925, Queens County, New York",3906,774.0,138.0,0.0,1355.0,0.0,1601.0,New York City,False,-28.33,2.755,-0.389,20.485,5.402,-0.03,+40.7824818,-073.8447680 +36081092800,"Census Tract 928, Queens County, New York",3470,3393.0,0.0,0.0,11.0,0.0,66.0,New York City,False,1.618,-0.32,-0.029,-1.224,-0.017,0.0,+40.5731798,-073.8518167 +36081092900,"Census Tract 929, Queens County, New York",6536,1370.0,86.0,0.0,1630.0,0.0,3247.0,New York City,False,-35.765,-0.098,-0.391,9.534,25.437,0.0,+40.7894348,-073.8597684 +36081093401,"Census Tract 934.01, Queens County, New York",3596,3205.0,84.0,0.0,5.0,0.0,302.0,New York City,False,3.333,0.0,-0.101,-3.485,0.733,0.0,+40.5813729,-073.8465839 +36081093402,"Census Tract 934.02, Queens County, New York",4343,3243.0,121.0,0.0,268.0,0.0,392.0,New York City,False,-11.122,0.45,-0.101,2.547,1.361,0.0,+40.5756304,-073.8402862 +36081093800,"Census Tract 938, Queens County, New York",5240,3661.0,563.0,0.0,178.0,0.0,814.0,New York City,False,-6.912,2.666,-0.23,0.727,3.658,0.0,+40.5797628,-073.8293271 +36081093900,"Census Tract 939, Queens County, New York",5042,1411.0,185.0,22.0,1853.0,0.0,1578.0,New York City,False,-31.785,2.921,0.222,19.028,12.024,0.0,+40.7985915,-073.8428394 +36081094201,"Census Tract 942.01, Queens County, New York",3242,771.0,900.0,124.0,123.0,0.0,1395.0,New York City,False,-10.026,-8.182,3.113,1.71,16.593,0.0,+40.5857865,-073.8213404 +36081094202,"Census Tract 942.02, Queens County, New York",4617,827.0,1841.0,0.0,476.0,0.0,1355.0,New York City,False,-1.294,-14.962,-0.551,7.995,7.028,0.0,+40.5913939,-073.8105575 +36081094203,"Census Tract 942.03, Queens County, New York",6505,3411.0,453.0,0.0,221.0,0.0,2108.0,New York City,False,-2.057,-18.583,-0.441,0.567,17.556,0.0,+40.5808043,-073.8104280 +36081094500,"Census Tract 945, Queens County, New York",3896,1939.0,35.0,0.0,791.0,0.0,999.0,New York City,False,-19.16,-0.528,-0.499,3.761,13.873,0.0,+40.7927540,-073.8288779 +36081094700,"Census Tract 947, Queens County, New York",2536,880.0,8.0,0.0,439.0,0.0,1132.0,New York City,False,-24.113,-0.106,-0.327,3.426,19.999,0.0,+40.7855766,-073.8413716 +36081095400,"Census Tract 954, Queens County, New York",5598,487.0,3407.0,56.0,370.0,0.0,1184.0,New York City,False,-3.946,-4.748,0.479,4.453,4.19,0.0,+40.5916392,-073.7993734 +36081096400,"Census Tract 964, Queens County, New York",5640,488.0,2987.0,0.0,534.0,0.0,1379.0,New York City,False,-0.592,-16.332,-0.643,7.994,6.551,0.0,+40.5925505,-073.7918429 +36081097202,"Census Tract 972.02, Queens County, New York",3226,147.0,2152.0,18.0,3.0,0.0,766.0,New York City,False,3.884,-16.167,0.283,-0.09,8.302,0.0,+40.5863940,-073.7787117 +36081097203,"Census Tract 972.03, Queens County, New York",7002,213.0,3961.0,52.0,191.0,0.0,2598.0,New York City,False,-3.928,-17.87,0.355,1.917,20.354,-0.011,+40.6036722,-073.7803703 +36081097204,"Census Tract 972.04, Queens County, New York",3741,266.0,2025.0,0.0,41.0,0.0,1301.0,New York City,False,0.14,-20.31,-0.388,0.285,18.027,-0.011,+40.5939070,-073.7811283 +36081097300,"Census Tract 973, Queens County, New York",1812,1490.0,0.0,0.0,121.0,0.0,175.0,New York City,False,-2.352,-0.131,-0.044,-0.287,2.168,0.0,+40.7949673,-073.8235370 +36081098100,"Census Tract 981, Queens County, New York",2417,1510.0,0.0,58.0,449.0,0.0,354.0,New York City,False,-14.937,-0.262,2.243,6.208,6.417,0.0,+40.7982603,-073.8158489 +36081098700,"Census Tract 987, Queens County, New York",2519,1867.0,52.0,0.0,305.0,0.0,234.0,New York City,False,-3.528,1.756,-0.154,0.642,-0.599,0.0,+40.7953927,-073.8068620 +36081099100,"Census Tract 991, Queens County, New York",7051,4785.0,0.0,0.0,1296.0,0.0,683.0,New York City,False,-15.137,-0.661,-0.105,9.49,3.38,0.0,+40.7919649,-073.7988773 +36081099200,"Census Tract 992, Queens County, New York",4146,477.0,2017.0,0.0,50.0,0.0,1385.0,New York City,False,-6.07,-2.535,-0.753,-1.628,7.473,0.0,+40.5938729,-073.7677462 +36081099701,"Census Tract 997.01, Queens County, New York",2717,2000.0,2.0,8.0,417.0,0.0,283.0,New York City,False,-7.8,-0.427,0.222,1.774,6.225,0.0,+40.7809357,-073.7899124 +36081099703,"Census Tract 997.03, Queens County, New York",3899,2396.0,38.0,31.0,1111.0,0.0,140.0,New York City,False,-13.432,-0.613,0.654,11.761,-2.464,-0.007,+40.7829752,-073.7747051 +36081099704,"Census Tract 997.04, Queens County, New York",6809,4316.0,64.0,0.0,1604.0,0.0,740.0,New York City,False,-11.497,-0.648,-0.141,6.824,4.813,-0.007,+40.7817296,-073.7806843 +36081099705,"Census Tract 997.05, Queens County, New York",2790,1449.0,0.0,25.0,1055.0,0.0,200.0,New York City,False,-22.949,-1.588,0.755,21.081,1.113,-0.007,+40.7950060,-073.7748800 +36081099801,"Census Tract 998.01, Queens County, New York",8230,743.0,5201.0,0.0,285.0,0.0,1897.0,New York City,False,-8.659,7.719,-0.263,2.045,-0.834,-0.008,+40.5980835,-073.7575992 +36081099802,"Census Tract 998.02, Queens County, New York",5462,1124.0,3290.0,0.0,61.0,0.0,987.0,New York City,False,2.892,4.757,-0.263,-0.301,-5.814,-0.008,+40.5879098,-073.7585360 +36081099900,"Census Tract 999, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7916054,-073.7767241 +36081100801,"Census Tract 1008.01, Queens County, New York",2506,1145.0,822.0,0.0,55.0,0.0,484.0,New York City,False,30.774,-23.173,-0.427,-1.781,-2.801,-0.031,+40.6113410,-073.7661007 +36081100802,"Census Tract 1008.02, Queens County, New York",8954,2596.0,3737.0,0.0,359.0,0.0,2178.0,New York City,False,14.077,-14.238,-0.427,0.033,2.209,-0.031,+40.6027274,-073.7643804 +36081101001,"Census Tract 1010.01, Queens County, New York",10986,2892.0,4556.0,0.0,239.0,0.0,3094.0,New York City,False,5.721,-6.92,-0.475,-0.156,0.861,0.0,+40.5968328,-073.7501362 +36081101002,"Census Tract 1010.02, Queens County, New York",4090,3111.0,777.0,0.0,48.0,0.0,149.0,New York City,False,1.524,0.923,-0.16,0.401,-2.195,0.0,+40.5986579,-073.7412531 +36081101700,"Census Tract 1017, Queens County, New York",6143,3361.0,41.0,0.0,1368.0,0.0,1220.0,New York City,False,-24.677,0.19,-0.187,8.66,14.29,0.0,+40.7797657,-073.7982495 +36081102900,"Census Tract 1029, Queens County, New York",3827,2704.0,71.0,0.0,586.0,15.0,376.0,New York City,False,-3.184,1.209,-0.44,-0.366,1.692,0.392,+40.7838708,-073.8073649 +36081103201,"Census Tract 1032.01, Queens County, New York",6544,42.0,3133.0,29.0,597.0,62.0,2675.0,New York City,False,-3.568,-23.813,-0.259,6.492,21.284,0.947,+40.6089555,-073.7554305 +36081103202,"Census Tract 1032.02, Queens County, New York",8014,3541.0,1182.0,63.0,73.0,0.0,3138.0,New York City,False,4.92,-12.507,0.576,0.026,8.331,0.0,+40.6066523,-073.7475330 +36081103300,"Census Tract 1033, Queens County, New York",4374,2449.0,0.0,24.0,1361.0,0.0,504.0,New York City,False,-23.089,-0.121,0.501,19.619,3.497,0.0,+40.7791778,-073.8096597 +36081103900,"Census Tract 1039, Queens County, New York",7088,3226.0,0.0,0.0,2643.0,0.0,1104.0,New York City,False,-27.25,-0.422,-0.13,20.813,6.405,0.0,+40.7840478,-073.8190933 +36081104700,"Census Tract 1047, Queens County, New York",6882,2725.0,5.0,30.0,2756.0,0.0,1001.0,New York City,False,-22.136,-0.371,0.311,12.281,6.303,-0.028,+40.7748158,-073.8203709 +36081105900,"Census Tract 1059, Queens County, New York",4352,2501.0,0.0,0.0,1461.0,0.0,151.0,New York City,False,-18.988,-0.227,-0.005,16.231,-1.946,0.0,+40.7737697,-073.8070648 +36081107201,"Census Tract 1072.01, Queens County, New York",2231,2067.0,4.0,0.0,21.0,0.0,129.0,New York City,False,-1.001,0.065,-0.228,0.257,0.877,0.0,+40.6037709,-073.8218663 +36081107202,"Census Tract 1072.02, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.6252538,-073.8137646 +36081108500,"Census Tract 1085, Queens County, New York",2422,1176.0,9.0,0.0,975.0,0.0,141.0,New York City,False,-24.13,0.048,-0.072,21.013,-1.421,0.0,+40.7724453,-073.7890720 +36081109300,"Census Tract 1093, Queens County, New York",3384,1732.0,29.0,0.0,1098.0,0.0,500.0,New York City,False,-17.71,-0.952,-0.033,9.231,9.053,0.0,+40.7756127,-073.7704101 +36081109700,"Census Tract 1097, Queens County, New York",1703,1035.0,11.0,0.0,540.0,0.0,91.0,New York City,False,-6.266,-0.038,-0.195,11.641,-5.545,0.0,+40.7703466,-073.7773131 +36081109900,"Census Tract 1099, Queens County, New York",3557,1324.0,15.0,0.0,1528.0,0.0,650.0,New York City,False,-34.262,0.002,-0.15,26.946,7.21,0.0,+40.7679453,-073.7864943 +36081111300,"Census Tract 1113, Queens County, New York",2596,1271.0,10.0,0.0,946.0,0.0,341.0,New York City,False,-20.65,-2.002,-0.119,17.507,4.544,0.0,+40.7679197,-073.7626797 +36081112300,"Census Tract 1123, Queens County, New York",1976,727.0,65.0,0.0,637.0,0.0,528.0,New York City,False,-13.185,-1.448,-0.379,4.951,9.383,0.0,+40.7662920,-073.7712453 +36081112900,"Census Tract 1129, Queens County, New York",2131,1342.0,75.0,0.0,585.0,0.0,119.0,New York City,False,-7.73,2.134,-0.606,10.619,-4.325,0.0,+40.7654009,-073.7768169 +36081113300,"Census Tract 1133, Queens County, New York",1788,914.0,0.0,0.0,432.0,0.0,379.0,New York City,False,-22.496,-0.315,-0.125,8.702,11.787,0.0,+40.7641494,-073.7831519 +36081113900,"Census Tract 1139, Queens County, New York",3131,1292.0,14.0,10.0,1294.0,0.0,429.0,New York City,False,-22.106,-0.515,-0.162,23.3,-0.691,0.0,+40.7642305,-073.7906266 +36081114100,"Census Tract 1141, Queens County, New York",2469,1130.0,31.0,0.0,996.0,0.0,250.0,New York City,False,-27.72,0.972,-0.041,21.339,3.224,-0.041,+40.7690969,-073.7966895 +36081114700,"Census Tract 1147, Queens County, New York",1722,923.0,0.0,0.0,433.0,0.0,318.0,New York City,False,-16.511,-0.5,-0.056,5.478,9.578,0.0,+40.7682675,-073.8019551 +36081115100,"Census Tract 1151, Queens County, New York",1167,535.0,0.0,0.0,418.0,0.0,164.0,New York City,False,-23.495,-0.496,0.0,12.76,7.276,0.0,+40.7690541,-073.8079843 +36081115500,"Census Tract 1155, Queens County, New York",2440,397.0,50.0,46.0,1169.0,0.0,803.0,New York City,False,-22.372,0.316,1.604,19.245,3.121,0.0,+40.7678382,-073.8117913 +36081115700,"Census Tract 1157, Queens County, New York",3423,654.0,102.0,0.0,2446.0,0.0,163.0,New York City,False,-13.044,1.335,-0.26,22.454,-11.342,0.0,+40.7675730,-073.8151695 +36081115900,"Census Tract 1159, Queens County, New York",4388,361.0,63.0,11.0,3581.0,0.0,228.0,New York City,False,-17.987,-2.532,0.018,32.216,-13.501,0.0,+40.7686397,-073.8207551 +36081116100,"Census Tract 1161, Queens County, New York",4491,372.0,119.0,0.0,3211.0,0.0,688.0,New York City,False,-12.787,-1.797,-0.242,15.4,-1.391,0.0,+40.7668601,-073.8256989 +36081116300,"Census Tract 1163, Queens County, New York",9464,880.0,444.0,0.0,6382.0,6.0,1723.0,New York City,False,-6.915,0.35,-0.341,12.063,-3.949,0.063,+40.7638178,-073.8192084 +36081116700,"Census Tract 1167, Queens County, New York",1985,124.0,40.0,27.0,1430.0,0.0,383.0,New York City,False,-8.114,-0.395,1.071,19.413,-9.38,0.0,+40.7621734,-073.8124434 +36081117100,"Census Tract 1171, Queens County, New York",2488,629.0,11.0,0.0,1106.0,0.0,715.0,New York City,False,-9.492,-1.364,-0.262,3.992,7.123,0.0,+40.7632564,-073.8057125 +36081117500,"Census Tract 1175, Queens County, New York",4904,1817.0,19.0,0.0,2470.0,0.0,598.0,New York City,False,-10.145,-0.91,-0.16,15.643,-3.731,-0.02,+40.7614714,-073.7964295 +36081118100,"Census Tract 1181, Queens County, New York",1581,676.0,12.0,0.0,671.0,0.0,206.0,New York City,False,-22.455,-0.124,0.0,21.016,3.201,0.0,+40.7594996,-073.7873594 +36081118500,"Census Tract 1185, Queens County, New York",2207,158.0,37.0,0.0,1294.0,0.0,693.0,New York City,False,-24.921,0.016,-0.244,26.21,-0.436,0.0,+40.7594676,-073.8038067 +36081118700,"Census Tract 1187, Queens County, New York",2341,239.0,3.0,0.0,1499.0,0.0,586.0,New York City,False,-12.352,-1.116,-0.161,10.479,4.839,0.0,+40.7596321,-073.8128802 +36081118900,"Census Tract 1189, Queens County, New York",2418,314.0,31.0,0.0,1762.0,0.0,311.0,New York City,False,-13.361,0.405,-0.585,21.555,-6.178,0.0,+40.7565055,-073.8126136 +36081119100,"Census Tract 1191, Queens County, New York",3314,235.0,0.0,0.0,1929.0,0.0,1068.0,New York City,False,-28.982,-2.31,-0.476,17.243,13.851,0.0,+40.7566650,-073.8065111 +36081119300,"Census Tract 1193, Queens County, New York",1956,355.0,36.0,0.0,1288.0,0.0,240.0,New York City,False,-26.787,-0.203,-0.128,36.147,-10.411,0.0,+40.7571846,-073.7996267 +36081119500,"Census Tract 1195, Queens County, New York",1390,363.0,44.0,44.0,520.0,0.0,373.0,New York City,False,-36.376,2.151,3.093,19.524,9.384,0.0,+40.7548673,-073.7994710 +36081119900,"Census Tract 1199, Queens County, New York",1564,312.0,12.0,0.0,984.0,0.0,229.0,New York City,False,-22.348,-0.627,-0.531,21.548,1.893,0.0,+40.7534621,-073.8095776 +36081120100,"Census Tract 1201, Queens County, New York",1791,202.0,72.0,0.0,1343.0,0.0,140.0,New York City,False,-10.216,1.041,-0.292,17.743,-9.648,0.0,+40.7532121,-073.8140593 +36081120300,"Census Tract 1203, Queens County, New York",1494,332.0,0.0,0.0,976.0,0.0,159.0,New York City,False,-7.976,-3.218,-0.309,10.563,0.185,0.0,+40.7487999,-073.8125809 +36081120500,"Census Tract 1205, Queens County, New York",2901,123.0,125.0,41.0,2270.0,0.0,193.0,New York City,False,-12.609,-0.802,0.884,22.733,-13.051,0.0,+40.7512742,-073.8171091 +36081120700,"Census Tract 1207, Queens County, New York",2937,821.0,10.0,24.0,1269.0,0.0,743.0,New York City,False,-25.091,-0.525,0.565,13.874,9.803,0.0,+40.7507268,-073.8008894 +36081121100,"Census Tract 1211, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.7456558,-073.8083171 +36081121500,"Census Tract 1215, Queens County, New York",4543,615.0,178.0,0.0,2866.0,0.0,851.0,New York City,False,-20.172,2.28,-0.333,17.911,0.943,0.0,+40.7403642,-073.8059322 +36081122300,"Census Tract 1223, Queens County, New York",3670,1378.0,12.0,0.0,1831.0,0.0,330.0,New York City,False,-9.689,-0.454,-0.03,12.834,-5.062,0.0,+40.7349769,-073.7994552 +36081122701,"Census Tract 1227.01, Queens County, New York",11979,3183.0,920.0,24.0,3839.0,0.0,3791.0,New York City,False,-25.442,-1.594,-0.031,11.853,14.979,-0.02,+40.7333239,-073.8070945 +36081122702,"Census Tract 1227.02, Queens County, New York",8227,1762.0,1972.0,0.0,1222.0,0.0,3049.0,New York City,False,-10.82,-10.247,-0.399,5.13,14.723,0.0,+40.7331478,-073.8127448 +36081124100,"Census Tract 1241, Queens County, New York",3746,1074.0,264.0,0.0,2058.0,0.0,242.0,New York City,False,-12.751,0.735,-0.186,18.631,-7.392,0.0,+40.7267987,-073.8024148 +36081124700,"Census Tract 1247, Queens County, New York",3403,1976.0,43.0,0.0,1269.0,0.0,115.0,New York City,False,-1.638,-0.081,0.0,3.72,-1.727,0.0,+40.7280893,-073.7962451 +36081125700,"Census Tract 1257, Queens County, New York",3260,544.0,366.0,0.0,1879.0,0.0,289.0,New York City,False,3.088,-23.466,-0.253,27.53,-11.027,0.0,+40.7241330,-073.8079345 +36081126500,"Census Tract 1265, Queens County, New York",1608,594.0,75.0,0.0,600.0,0.0,182.0,New York City,False,10.707,-1.894,-0.168,-6.857,-9.254,0.0,+40.7204943,-073.8037061 +36081126700,"Census Tract 1267, Queens County, New York",4756,1596.0,618.0,5.0,1289.0,22.0,975.0,New York City,False,-2.542,2.194,-0.428,-10.077,6.649,0.463,+40.7202932,-073.7978290 +36081127700,"Census Tract 1277, Queens County, New York",3179,2551.0,154.0,0.0,457.0,0.0,12.0,New York City,False,7.296,0.714,-0.055,-3.047,-3.616,-0.109,+40.7244088,-073.7834061 +36081128300,"Census Tract 1283, Queens County, New York",37,33.0,0.0,0.0,4.0,0.0,0.0,New York City,False,14.189,0.0,0.0,-14.189,0.0,0.0,+40.7339687,-073.7687946 +36081129102,"Census Tract 1291.02, Queens County, New York",3790,2102.0,4.0,0.0,1321.0,0.0,251.0,New York City,False,-15.839,-3.409,-0.233,17.568,0.197,0.0,+40.7316384,-073.7543823 +36081129103,"Census Tract 1291.03, Queens County, New York",3872,2285.0,106.0,0.0,956.0,0.0,443.0,New York City,False,-10.309,-1.477,-0.159,7.573,3.035,0.0,+40.7367042,-073.7597119 +36081129104,"Census Tract 1291.04, Queens County, New York",4350,1525.0,150.0,0.0,2119.0,0.0,440.0,New York City,False,-34.262,-0.769,-0.159,31.6,1.705,0.0,+40.7380951,-073.7500691 +36081130100,"Census Tract 1301, Queens County, New York",3994,1213.0,726.0,93.0,869.0,0.0,1001.0,New York City,False,-18.078,6.721,1.653,-3.73,13.182,0.0,+40.7335029,-073.7397763 +36081133300,"Census Tract 1333, Queens County, New York",3686,1790.0,68.0,0.0,1414.0,0.0,336.0,New York City,False,-7.986,0.577,-0.052,3.061,3.086,0.0,+40.7319191,-073.7792730 +36081133900,"Census Tract 1339, Queens County, New York",1322,655.0,2.0,0.0,495.0,0.0,170.0,New York City,False,-11.613,-0.554,-0.47,7.138,5.655,0.0,+40.7286400,-073.7900377 +36081134100,"Census Tract 1341, Queens County, New York",3572,934.0,0.0,0.0,2311.0,0.0,249.0,New York City,False,-16.809,-0.762,-0.274,16.985,-0.895,0.0,+40.7352944,-073.7911783 +36081134700,"Census Tract 1347, Queens County, New York",9943,2389.0,873.0,146.0,4645.0,0.0,1303.0,New York City,False,-15.718,-16.443,1.222,22.308,3.722,0.0,+40.7379558,-073.7811198 +36081136700,"Census Tract 1367, Queens County, New York",6164,2038.0,40.0,0.0,2835.0,0.0,1172.0,New York City,False,-23.378,-0.487,-0.157,9.776,13.386,0.0,+40.7442043,-073.7603110 +36081137700,"Census Tract 1377, Queens County, New York",6363,1734.0,495.0,97.0,3379.0,0.0,485.0,New York City,False,-17.698,5.221,1.312,12.195,-2.87,-0.016,+40.7471258,-073.7500459 +36081138501,"Census Tract 1385.01, Queens County, New York",4625,1498.0,49.0,23.0,2825.0,0.0,200.0,New York City,False,-10.536,0.434,0.368,10.79,-0.608,0.0,+40.7555383,-073.7573134 +36081138502,"Census Tract 1385.02, Queens County, New York",37,16.0,0.0,0.0,0.0,0.0,21.0,New York City,False,-10.725,-4.762,0.0,-28.571,44.059,0.0,+40.7521109,-073.7449302 +36081139900,"Census Tract 1399, Queens County, New York",1956,779.0,5.0,0.0,991.0,0.0,123.0,New York City,False,-15.154,-0.352,-0.008,11.982,0.977,0.0,+40.7498677,-073.7624754 +36081140300,"Census Tract 1403, Queens County, New York",2140,664.0,0.0,0.0,1231.0,0.0,224.0,New York City,False,-22.124,-0.376,-0.042,19.026,4.413,0.0,+40.7481688,-073.7696023 +36081140901,"Census Tract 1409.01, Queens County, New York",1017,351.0,7.0,0.0,547.0,0.0,93.0,New York City,False,-17.487,-0.412,-0.5,19.186,-0.655,0.0,+40.7465405,-073.7749009 +36081140902,"Census Tract 1409.02, Queens County, New York",3241,815.0,46.0,0.0,2191.0,16.0,123.0,New York City,False,-22.217,0.324,-0.162,25.592,-3.626,0.494,+40.7449088,-073.7821539 +36081141700,"Census Tract 1417, Queens County, New York",5102,1383.0,169.0,0.0,2606.0,0.0,730.0,New York City,False,-24.107,2.51,-0.152,14.775,4.035,0.0,+40.7448147,-073.7917203 +36081142900,"Census Tract 1429, Queens County, New York",3444,1467.0,0.0,13.0,1682.0,0.0,253.0,New York City,False,-18.766,-0.438,0.158,23.408,-1.049,0.0,+40.7510646,-073.7845234 +36081143500,"Census Tract 1435, Queens County, New York",2246,809.0,0.0,0.0,1229.0,0.0,151.0,New York City,False,-15.176,-0.874,-0.46,22.061,-6.8,0.0,+40.7529118,-073.7702818 +36081144100,"Census Tract 1441, Queens County, New York",3047,951.0,22.0,0.0,1839.0,0.0,215.0,New York City,False,-31.013,-0.383,-0.301,31.754,0.325,0.0,+40.7556677,-073.7638129 +36081144700,"Census Tract 1447, Queens County, New York",3100,448.0,358.0,0.0,1665.0,0.0,586.0,New York City,False,-7.21,-16.151,-0.746,23.383,1.573,0.0,+40.7568672,-073.7724538 +36081145101,"Census Tract 1451.01, Queens County, New York",1520,771.0,0.0,0.0,609.0,0.0,128.0,New York City,False,-11.347,-0.412,-0.069,11.602,2.728,0.0,+40.7551380,-073.7846965 +36081145102,"Census Tract 1451.02, Queens County, New York",2539,671.0,180.0,0.0,1441.0,0.0,194.0,New York City,False,-13.674,-0.998,-0.565,24.744,-9.537,0.0,+40.7532383,-073.7781467 +36081145900,"Census Tract 1459, Queens County, New York",2788,1133.0,17.0,10.0,1025.0,0.0,563.0,New York City,False,-23.052,-0.053,0.289,12.977,10.776,0.0,+40.7542091,-073.7919465 +36081146300,"Census Tract 1463, Queens County, New York",3295,1583.0,126.0,0.0,1141.0,0.0,445.0,New York City,False,-8.329,1.074,-0.068,8.398,-0.002,-0.033,+40.7594665,-073.7811007 +36081146700,"Census Tract 1467, Queens County, New York",3002,1412.0,1.0,0.0,1256.0,0.0,323.0,New York City,False,-21.228,-1.21,-0.183,25.386,-0.868,0.0,+40.7612034,-073.7732141 +36081147100,"Census Tract 1471, Queens County, New York",3403,1353.0,21.0,0.0,1431.0,0.0,512.0,New York City,False,-17.796,-0.355,-0.063,10.64,6.582,0.0,+40.7614709,-073.7634353 +36081147900,"Census Tract 1479, Queens County, New York",4898,2011.0,68.0,0.0,1510.0,0.0,1250.0,New York City,False,-24.695,0.876,-0.282,7.929,15.326,0.0,+40.7696001,-073.7422559 +36081148300,"Census Tract 1483, Queens County, New York",2894,1857.0,19.0,0.0,804.0,0.0,172.0,New York City,False,-8.808,0.231,-0.197,6.628,1.515,0.0,+40.7758594,-073.7519701 +36081150701,"Census Tract 1507.01, Queens County, New York",3190,1768.0,16.0,0.0,950.0,0.0,346.0,New York City,False,-19.56,0.064,-0.135,11.161,5.795,0.0,+40.7622010,-073.7397018 +36081150702,"Census Tract 1507.02, Queens County, New York",3237,1714.0,23.0,0.0,1121.0,0.0,371.0,New York City,False,-16.762,0.123,-0.062,15.089,2.449,0.0,+40.7664167,-073.7307217 +36081152901,"Census Tract 1529.01, Queens County, New York",6684,2251.0,26.0,0.0,3840.0,0.0,511.0,New York City,False,-21.754,-1.73,-0.193,23.853,-0.085,-0.032,+40.7523301,-073.7336543 +36081152902,"Census Tract 1529.02, Queens County, New York",4926,2177.0,85.0,0.0,2109.0,0.0,193.0,New York City,False,-29.784,1.162,-0.262,23.116,-1.218,0.0,+40.7593367,-073.7239893 +36081155101,"Census Tract 1551.01, Queens County, New York",1762,1722.0,0.0,0.0,0.0,0.0,18.0,New York City,False,2.115,-1.221,0.0,-1.989,0.48,0.0,+40.7566433,-073.7142398 +36081155102,"Census Tract 1551.02, Queens County, New York",9044,4224.0,921.0,0.0,2174.0,0.0,1569.0,New York City,False,-10.621,2.451,-0.333,-1.16,8.53,0.0,+40.7511720,-073.7151103 +36081156700,"Census Tract 1567, Queens County, New York",1516,328.0,253.0,0.0,607.0,0.0,315.0,New York City,False,-13.58,-23.344,-0.914,32.316,4.997,0.0,+40.7405076,-073.7297159 +36081157101,"Census Tract 1571.01, Queens County, New York",8468,2233.0,234.0,0.0,4696.0,0.0,1186.0,New York City,False,-23.981,-0.766,-0.805,21.202,4.655,-0.028,+40.7385002,-073.7195555 +36081157102,"Census Tract 1571.02, Queens County, New York",2268,337.0,59.0,33.0,1319.0,0.0,458.0,New York City,False,-41.937,0.631,0.733,32.484,7.128,0.0,+40.7349892,-073.7250512 +36081157901,"Census Tract 1579.01, Queens County, New York",5228,1466.0,199.0,0.0,2852.0,0.0,376.0,New York City,False,-33.138,2.868,-0.51,24.401,0.827,0.0,+40.7447240,-073.7045820 +36081157902,"Census Tract 1579.02, Queens County, New York",4199,1256.0,49.0,100.0,2117.0,42.0,418.0,New York City,False,-19.315,-0.461,1.704,10.471,2.845,1.0,+40.7415838,-073.7119991 +36081157903,"Census Tract 1579.03, Queens County, New York",4097,1393.0,131.0,0.0,2260.0,0.0,264.0,New York City,False,-28.249,1.895,-0.495,29.622,-1.809,0.0,+40.7337950,-073.7075635 +36081161700,"Census Tract 1617, Queens County, New York",4806,2004.0,322.0,47.0,1250.0,0.0,1101.0,New York City,False,-23.409,3.649,0.863,9.124,8.617,0.0,+40.7288095,-073.7175899 +36081162100,"Census Tract 1621, Queens County, New York",7003,1354.0,325.0,0.0,2773.0,0.0,2069.0,New York City,False,-22.907,-0.973,-0.906,9.667,10.68,0.0,+40.7284264,-073.7297088 +36081990100,"Census Tract 9901, Queens County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.5401372,-073.8906716 +36085000300,"Census Tract 3, Richmond County, New York",1927,768.0,245.0,10.0,396.0,0.0,482.0,New York City,True,1.743,-9.527,0.143,1.327,7.223,0.0,+40.6449365,-074.0642967 +36085000600,"Census Tract 6, Richmond County, New York",2217,1402.0,95.0,0.0,275.0,0.0,401.0,New York City,False,-8.797,-1.402,-0.32,5.598,3.932,0.0,+40.6180897,-074.0587040 +36085000700,"Census Tract 7, Richmond County, New York",6051,886.0,2313.0,0.0,145.0,0.0,1860.0,New York City,False,-6.078,-8.43,-0.728,-3.183,5.37,0.0,+40.6478262,-074.0809582 +36085000800,"Census Tract 8, Richmond County, New York",5843,2879.0,401.0,0.0,948.0,0.0,1516.0,New York City,False,-17.276,3.897,-0.249,8.303,7.116,0.0,+40.6119514,-074.0677131 +36085000900,"Census Tract 9, Richmond County, New York",1757,367.0,823.0,0.0,105.0,0.0,401.0,New York City,False,-8.652,6.111,-0.806,1.709,-1.122,0.0,+40.6422065,-074.0828564 +36085001100,"Census Tract 11, Richmond County, New York",3346,489.0,1566.0,0.0,85.0,0.0,1020.0,New York City,False,-12.431,11.013,-0.999,-2.642,0.578,0.0,+40.6387763,-074.0826654 +36085001700,"Census Tract 17, Richmond County, New York",1452,553.0,310.0,0.0,119.0,0.0,425.0,New York City,False,-1.448,2.57,-0.478,-2.869,1.04,0.0,+40.6344084,-074.0812295 +36085001800,"Census Tract 18, Richmond County, New York",572,336.0,78.0,10.0,10.0,0.0,89.0,New York City,False,-3.007,-0.838,1.654,-1.354,-4.46,0.0,+40.6014236,-074.0540856 +36085002001,"Census Tract 20.01, Richmond County, New York",2648,1642.0,172.0,84.0,207.0,0.0,524.0,New York City,False,-11.675,3.189,3.129,-0.186,5.609,-0.043,+40.6068861,-074.0709740 +36085002002,"Census Tract 20.02, Richmond County, New York",3467,2743.0,65.0,0.0,369.0,0.0,144.0,New York City,False,3.912,-2.02,-0.402,1.452,-4.926,0.0,+40.6014736,-074.0702950 +36085002100,"Census Tract 21, Richmond County, New York",4403,884.0,1343.0,0.0,196.0,0.0,1815.0,New York City,False,-10.562,-1.312,-0.495,-1.197,11.237,-0.133,+40.6316388,-074.0646099 +36085002700,"Census Tract 27, Richmond County, New York",2376,617.0,631.0,0.0,62.0,0.0,802.0,New York City,False,-13.932,0.602,-0.332,-1.209,5.752,0.0,+40.6235871,-074.0764274 +36085002900,"Census Tract 29, Richmond County, New York",4982,342.0,2149.0,0.0,168.0,0.0,2260.0,New York City,False,-3.718,-11.176,-0.717,1.486,13.935,0.0,+40.6196581,-074.0827407 +36085003300,"Census Tract 33, Richmond County, New York",3571,1811.0,918.0,0.0,314.0,0.0,528.0,New York City,False,-0.45,3.946,-0.126,0.68,-2.918,0.0,+40.6255983,-074.0866180 +36085003600,"Census Tract 36, Richmond County, New York",2769,1153.0,178.0,0.0,462.0,0.0,938.0,New York City,False,-21.775,4.035,-0.184,3.938,17.17,-0.046,+40.6110687,-074.0759000 +36085003900,"Census Tract 39, Richmond County, New York",2431,1186.0,461.0,0.0,202.0,0.0,480.0,New York City,False,-7.674,0.062,-0.182,0.294,3.669,0.0,+40.6211881,-074.0933501 +36085004000,"Census Tract 40, Richmond County, New York",12211,1005.0,4708.0,211.0,1372.0,0.0,4447.0,New York City,False,-5.521,-17.573,1.314,3.996,14.977,0.0,+40.6135614,-074.0808954 +36085004700,"Census Tract 47, Richmond County, New York",3127,2437.0,240.0,27.0,248.0,0.0,147.0,New York City,False,2.927,1.621,0.535,0.326,-5.588,-0.03,+40.6141999,-074.0947353 +36085005000,"Census Tract 50, Richmond County, New York",4105,2353.0,468.0,0.0,697.0,0.0,573.0,New York City,False,-18.619,8.743,-0.055,8.621,2.202,0.0,+40.6049549,-074.0866600 +36085005900,"Census Tract 59, Richmond County, New York",2986,2125.0,132.0,0.0,225.0,0.0,480.0,New York City,False,-14.099,0.965,-0.19,2.256,10.606,0.0,+40.6241202,-074.1002871 +36085006400,"Census Tract 64, Richmond County, New York",3501,1897.0,548.0,0.0,332.0,0.0,709.0,New York City,False,-12.254,7.317,-0.109,3.197,3.361,-0.027,+40.5972427,-074.0785031 +36085006700,"Census Tract 67, Richmond County, New York",2650,2280.0,40.0,0.0,122.0,0.0,182.0,New York City,False,3.405,-2.798,0.0,-0.928,-0.415,-0.105,+40.6355428,-074.1012037 +36085007000,"Census Tract 70, Richmond County, New York",8895,5807.0,517.0,263.0,820.0,0.0,1669.0,New York City,False,-15.108,3.304,2.71,5.149,7.376,0.0,+40.5864329,-074.0802094 +36085007400,"Census Tract 74, Richmond County, New York",4583,2788.0,121.0,0.0,727.0,0.0,770.0,New York City,False,-9.556,0.609,-0.165,8.069,-1.887,-0.027,+40.5915459,-074.0629365 +36085007500,"Census Tract 75, Richmond County, New York",4060,1638.0,550.0,0.0,95.0,0.0,1584.0,New York City,False,-12.945,-5.245,-0.135,-3.211,18.138,0.0,+40.6335987,-074.0909457 +36085007700,"Census Tract 77, Richmond County, New York",1370,201.0,539.0,0.0,80.0,0.0,520.0,New York City,False,-1.612,-7.783,-0.511,2.582,5.9,0.0,+40.6378663,-074.0902676 +36085008100,"Census Tract 81, Richmond County, New York",4501,1110.0,1713.0,20.0,280.0,0.0,1051.0,New York City,False,-18.894,6.131,-0.175,-0.729,6.882,0.0,+40.6440923,-074.0941085 +36085009601,"Census Tract 96.01, Richmond County, New York",3984,2758.0,99.0,95.0,355.0,0.0,612.0,New York City,False,-16.305,1.652,2.385,4.227,6.904,0.0,+40.5969283,-074.0886024 +36085009602,"Census Tract 96.02, Richmond County, New York",3367,2687.0,72.0,0.0,278.0,0.0,321.0,New York City,False,-5.346,1.03,-0.12,2.299,2.887,0.0,+40.5907821,-074.0951596 +36085009700,"Census Tract 97, Richmond County, New York",4526,1588.0,1569.0,0.0,66.0,0.0,1281.0,New York City,False,-10.959,4.886,-0.576,-1.345,8.476,0.0,+40.6432553,-074.1094421 +36085010500,"Census Tract 105, Richmond County, New York",4663,2102.0,621.0,0.0,385.0,0.0,1512.0,New York City,False,-9.146,-7.203,-0.249,2.186,14.758,0.0,+40.6337990,-074.1118714 +36085011201,"Census Tract 112.01, Richmond County, New York",6007,4651.0,53.0,0.0,433.0,0.0,870.0,New York City,False,-8.263,0.506,-0.34,2.217,6.147,0.0,+40.5769871,-074.0867381 +36085011202,"Census Tract 112.02, Richmond County, New York",5417,3228.0,235.0,22.0,734.0,0.0,1157.0,New York City,False,-16.182,2.893,0.156,8.055,5.195,0.0,+40.5694810,-074.0945098 +36085011401,"Census Tract 114.01, Richmond County, New York",2848,1211.0,464.0,0.0,322.0,0.0,684.0,New York City,False,-21.226,4.581,-0.543,6.113,6.06,0.0,+40.5857439,-074.0990982 +36085011402,"Census Tract 114.02, Richmond County, New York",3743,3016.0,66.0,0.0,277.0,0.0,343.0,New York City,False,-2.551,0.442,-0.277,3.067,-1.1,0.0,+40.5811925,-074.1049524 +36085012100,"Census Tract 121, Richmond County, New York",3228,2335.0,30.0,10.0,118.0,0.0,712.0,New York City,False,-17.686,0.082,0.153,0.236,17.005,0.0,+40.6258789,-074.1096443 +36085012200,"Census Tract 122, Richmond County, New York",3753,3239.0,8.0,0.0,242.0,0.0,241.0,New York City,False,-4.651,-0.372,-0.239,3.894,0.995,0.0,+40.5759718,-074.1114581 +36085012500,"Census Tract 125, Richmond County, New York",2871,1340.0,482.0,0.0,64.0,0.0,921.0,New York City,False,-6.662,-1.013,-0.428,-1.874,8.64,0.0,+40.6286776,-074.1188468 +36085012804,"Census Tract 128.04, Richmond County, New York",4133,3021.0,33.0,0.0,291.0,0.0,788.0,New York City,False,-9.751,0.532,-0.437,0.681,10.747,0.0,+40.5626143,-074.1008025 +36085012805,"Census Tract 128.05, Richmond County, New York",2570,2023.0,8.0,0.0,68.0,0.0,461.0,New York City,False,-5.65,-0.95,-0.134,-1.65,8.62,0.0,+40.5528682,-074.1153369 +36085012806,"Census Tract 128.06, Richmond County, New York",5658,3776.0,496.0,0.0,239.0,0.0,871.0,New York City,False,-17.629,7.505,-0.134,-0.072,6.076,0.0,+40.5576710,-074.1076715 +36085013201,"Census Tract 132.01, Richmond County, New York",1559,1335.0,25.0,0.0,81.0,0.0,118.0,New York City,False,-6.784,1.222,-0.127,2.073,3.872,0.0,+40.5647779,-074.1225721 +36085013203,"Census Tract 132.03, Richmond County, New York",5744,4308.0,243.0,0.0,348.0,0.0,845.0,New York City,False,-16.896,3.903,-0.273,4.055,9.557,0.0,+40.5490558,-074.1423045 +36085013204,"Census Tract 132.04, Richmond County, New York",4682,4116.0,12.0,0.0,135.0,0.0,410.0,New York City,False,-2.903,-0.192,-0.175,-0.309,3.619,-0.019,+40.5594209,-074.1302418 +36085013301,"Census Tract 133.01, Richmond County, New York",1380,115.0,548.0,4.0,0.0,0.0,626.0,New York City,False,2.937,-16.83,-0.414,-3.05,11.286,0.0,+40.6355984,-074.1189103 +36085013302,"Census Tract 133.02, Richmond County, New York",2835,230.0,1246.0,0.0,271.0,0.0,993.0,New York City,False,-14.286,5.298,-0.543,5.611,1.583,0.0,+40.6358875,-074.1235004 +36085013400,"Census Tract 134, Richmond County, New York",4087,3109.0,26.0,0.0,98.0,0.0,827.0,New York City,False,-11.111,0.125,-0.457,-0.424,11.34,0.0,+40.5698839,-074.1174466 +36085013800,"Census Tract 138, Richmond County, New York",6442,5353.0,0.0,0.0,407.0,0.0,668.0,New York City,False,-10.084,-0.287,-0.136,4.432,6.114,0.0,+40.5704889,-074.1318818 +36085014100,"Census Tract 141, Richmond County, New York",2329,759.0,303.0,0.0,255.0,0.0,956.0,New York City,False,-24.881,-1.322,-0.28,5.16,19.526,-0.047,+40.6288617,-074.1268936 +36085014604,"Census Tract 146.04, Richmond County, New York",6988,5502.0,14.0,8.0,550.0,0.0,770.0,New York City,False,-13.78,-0.058,-0.068,5.386,6.822,0.0,+40.5500383,-074.1597547 +36085014605,"Census Tract 146.05, Richmond County, New York",3680,3172.0,9.0,0.0,70.0,0.0,429.0,New York City,False,-6.547,-0.061,-0.178,-0.364,7.304,0.0,+40.5588899,-074.1495429 +36085014606,"Census Tract 146.06, Richmond County, New York",6687,5961.0,0.0,0.0,277.0,0.0,449.0,New York City,False,-0.168,-0.473,-0.046,0.559,0.494,0.0,+40.5612628,-074.1398995 +36085014607,"Census Tract 146.07, Richmond County, New York",4539,3611.0,54.0,0.0,530.0,0.0,280.0,New York City,False,-9.837,0.736,-0.174,8.199,0.039,0.0,+40.5569220,-074.1641209 +36085014608,"Census Tract 146.08, Richmond County, New York",3617,2833.0,0.0,0.0,76.0,0.0,681.0,New York City,False,-11.067,-0.454,-0.174,-1.377,12.698,0.0,+40.5584655,-074.1565180 +36085014700,"Census Tract 147, Richmond County, New York",3411,2840.0,90.0,0.0,106.0,0.0,360.0,New York City,False,-6.831,0.008,-0.175,1.091,5.819,0.0,+40.6187861,-074.1123456 +36085015100,"Census Tract 151, Richmond County, New York",5412,3643.0,6.0,0.0,462.0,0.0,1296.0,New York City,False,-19.307,-1.32,-0.139,4.064,17.029,0.0,+40.6195337,-074.1275925 +36085015400,"Census Tract 154, Richmond County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.5466801,-074.1296400 +36085015601,"Census Tract 156.01, Richmond County, New York",6470,5701.0,4.0,43.0,313.0,0.0,429.0,New York City,False,-3.948,-0.233,0.525,2.881,1.442,0.0,+40.5421524,-074.1545777 +36085015602,"Census Tract 156.02, Richmond County, New York",3378,3183.0,20.0,0.0,52.0,0.0,110.0,New York City,False,1.687,0.336,-0.342,-1.536,-0.303,0.0,+40.5360199,-074.1618034 +36085015603,"Census Tract 156.03, Richmond County, New York",4996,4327.0,14.0,0.0,145.0,0.0,510.0,New York City,False,-3.327,-0.153,-0.114,-0.081,4.22,0.0,+40.5296626,-074.1458122 +36085016901,"Census Tract 169.01, Richmond County, New York",3199,2384.0,119.0,0.0,249.0,0.0,426.0,New York City,False,-5.652,3.249,-0.101,-1.91,5.475,0.0,+40.6123868,-074.1094587 +36085017005,"Census Tract 170.05, Richmond County, New York",5082,4348.0,3.0,0.0,327.0,0.0,404.0,New York City,False,-6.883,-0.042,-0.101,2.78,4.523,0.0,+40.5397084,-074.1801431 +36085017007,"Census Tract 170.07, Richmond County, New York",5564,3283.0,344.0,0.0,830.0,0.0,1013.0,New York City,False,-12.886,2.324,-0.1,5.835,4.201,0.0,+40.5578991,-074.1890985 +36085017008,"Census Tract 170.08, Richmond County, New York",7720,6838.0,56.0,0.0,371.0,0.0,414.0,New York City,False,-1.534,0.458,-0.073,0.189,0.855,-0.012,+40.5558990,-074.1797494 +36085017009,"Census Tract 170.09, Richmond County, New York",4525,3896.0,17.0,0.0,119.0,0.0,425.0,New York City,False,-6.427,0.198,-0.357,-0.137,5.242,0.0,+40.5432028,-074.1898283 +36085017010,"Census Tract 170.10, Richmond County, New York",8886,6603.0,45.0,15.0,540.0,19.0,1554.0,New York City,False,-8.318,-1.52,-0.047,0.796,7.96,0.214,+40.5505833,-074.1969608 +36085017011,"Census Tract 170.11, Richmond County, New York",4547,4020.0,4.0,0.0,147.0,0.0,343.0,New York City,False,-1.961,-0.134,-0.211,-0.701,2.612,0.0,+40.5456376,-074.1702297 +36085017012,"Census Tract 170.12, Richmond County, New York",4526,3614.0,23.0,11.0,138.0,0.0,681.0,New York City,False,-10.521,0.286,0.032,-0.885,10.115,0.0,+40.5529585,-074.1737873 +36085017300,"Census Tract 173, Richmond County, New York",2599,880.0,570.0,0.0,571.0,0.0,478.0,New York City,False,-16.456,4.767,-0.748,7.009,1.738,-0.039,+40.6052791,-074.1182769 +36085017600,"Census Tract 176, Richmond County, New York",4729,4376.0,27.0,0.0,67.0,13.0,219.0,New York City,False,1.138,0.135,-0.062,-2.157,0.392,0.275,+40.5252077,-074.1711061 +36085017700,"Census Tract 177, Richmond County, New York",6293,4919.0,53.0,0.0,987.0,14.0,232.0,New York City,False,-5.057,0.105,-0.173,4.094,0.031,0.222,+40.6017231,-074.1035301 +36085018100,"Census Tract 181, Richmond County, New York",3038,2216.0,22.0,0.0,426.0,0.0,332.0,New York City,False,-12.401,-0.832,0.0,8.153,3.924,0.0,+40.5903001,-074.1218647 +36085018701,"Census Tract 187.01, Richmond County, New York",1898,1331.0,5.0,0.0,235.0,0.0,254.0,New York City,False,-5.449,-2.955,-0.69,5.887,3.211,0.0,+40.6107462,-074.1272593 +36085018702,"Census Tract 187.02, Richmond County, New York",7877,3794.0,446.0,16.0,2809.0,0.0,644.0,New York City,False,-16.002,-0.169,-0.234,15.751,-1.001,-0.055,+40.6039015,-074.1261604 +36085018901,"Census Tract 189.01, Richmond County, New York",4931,3457.0,205.0,0.0,597.0,0.0,605.0,New York City,False,-13.466,3.155,-0.284,3.827,7.033,0.0,+40.6120915,-074.1399974 +36085018902,"Census Tract 189.02, Richmond County, New York",5513,3231.0,154.0,0.0,1378.0,0.0,421.0,New York City,False,-11.763,-1.747,-0.141,8.703,0.063,0.0,+40.6052400,-074.1380656 +36085019700,"Census Tract 197, Richmond County, New York",1805,1576.0,6.0,0.0,103.0,0.0,100.0,New York City,False,-4.467,-0.244,-0.105,2.931,1.299,0.0,+40.6169844,-074.1352404 +36085019800,"Census Tract 198, Richmond County, New York",6552,5860.0,90.0,27.0,165.0,0.0,355.0,New York City,False,-1.627,-0.148,0.313,-0.664,1.465,-0.02,+40.5135721,-074.2021256 +36085020100,"Census Tract 201, Richmond County, New York",3579,2091.0,360.0,0.0,243.0,0.0,836.0,New York City,False,-19.843,6.646,-0.263,3.727,9.181,0.0,+40.6240387,-074.1342647 +36085020700,"Census Tract 207, Richmond County, New York",5372,468.0,1508.0,0.0,132.0,0.0,3229.0,New York City,False,-14.655,-8.508,-0.165,-0.028,23.732,0.0,+40.6396581,-074.1330222 +36085020801,"Census Tract 208.01, Richmond County, New York",9382,8028.0,0.0,0.0,422.0,0.0,917.0,New York City,False,-1.964,-0.569,-0.073,-1.361,3.964,-0.024,+40.5486557,-074.2095278 +36085020803,"Census Tract 208.03, Richmond County, New York",6927,5971.0,10.0,0.0,279.0,0.0,613.0,New York City,False,-4.192,-0.1,-0.038,0.248,3.791,0.0,+40.5328231,-074.2106656 +36085020804,"Census Tract 208.04, Richmond County, New York",5835,4944.0,2.0,94.0,191.0,0.0,441.0,New York City,False,-7.345,-0.305,1.498,-0.623,4.094,-0.019,+40.5358036,-074.1995324 +36085021300,"Census Tract 213, Richmond County, New York",5119,1604.0,701.0,141.0,257.0,0.0,2165.0,New York City,False,-25.645,-0.849,2.424,2.588,17.091,-0.042,+40.6326156,-074.1389030 +36085022300,"Census Tract 223, Richmond County, New York",2684,495.0,1070.0,54.0,117.0,0.0,965.0,New York City,True,-22.133,13.931,1.922,2.203,5.774,0.0,+40.6408892,-074.1513824 +36085022600,"Census Tract 226, Richmond County, New York",8080,7012.0,152.0,22.0,367.0,0.0,527.0,New York City,False,10.885,-7.033,0.141,1.363,-4.899,0.0,+40.5395224,-074.2308266 +36085022800,"Census Tract 228, Richmond County, New York",27,27.0,0.0,0.0,0.0,0.0,0.0,New York City,False,20.39,-1.714,-0.566,-4.937,-12.7,0.0,+40.5756932,-074.1872410 +36085023100,"Census Tract 231, Richmond County, New York",4590,841.0,1266.0,0.0,674.0,0.0,1737.0,New York City,False,-16.728,0.487,-0.244,9.96,6.115,0.0,+40.6301244,-074.1563206 +36085023900,"Census Tract 239, Richmond County, New York",3630,1003.0,705.0,9.0,212.0,0.0,1610.0,New York City,False,-16.342,-0.412,-0.153,-0.003,15.805,-0.067,+40.6295171,-074.1493007 +36085024401,"Census Tract 244.01, Richmond County, New York",6622,5586.0,0.0,0.0,145.0,0.0,817.0,New York City,False,-7.813,-0.5,-0.167,-0.06,7.672,0.0,+40.5086733,-074.2386183 +36085024402,"Census Tract 244.02, Richmond County, New York",4630,4117.0,31.0,0.0,208.0,0.0,274.0,New York City,False,-3.248,0.17,-0.167,2.242,1.252,0.0,+40.4994705,-074.2393335 +36085024700,"Census Tract 247, Richmond County, New York",2755,724.0,569.0,0.0,255.0,2.0,1094.0,New York City,False,-28.205,5.566,-0.637,3.816,16.676,-0.012,+40.6275152,-074.1417619 +36085024800,"Census Tract 248, Richmond County, New York",4954,4396.0,22.0,14.0,112.0,0.0,410.0,New York City,False,-0.354,-0.564,-0.131,-0.04,1.658,0.0,+40.5174031,-074.2433560 +36085025100,"Census Tract 251, Richmond County, New York",6220,4834.0,19.0,0.0,397.0,0.0,850.0,New York City,False,-10.895,-0.554,-0.086,1.831,8.238,-0.034,+40.6180182,-074.1460351 +36085027301,"Census Tract 273.01, Richmond County, New York",3835,2424.0,84.0,0.0,723.0,0.0,469.0,New York City,False,-14.586,-0.247,-0.164,6.777,5.466,0.0,+40.5996828,-074.1521427 +36085027302,"Census Tract 273.02, Richmond County, New York",3385,2541.0,73.0,0.0,472.0,0.0,272.0,New York City,False,-2.045,0.173,-0.153,-1.01,3.635,0.0,+40.5955280,-074.1387179 +36085027702,"Census Tract 277.02, Richmond County, New York",6855,4208.0,83.0,42.0,1162.0,0.0,1378.0,New York City,False,-8.578,-1.458,0.324,0.157,10.43,-0.017,+40.5801048,-074.1636581 +36085027704,"Census Tract 277.04, Richmond County, New York",4568,3528.0,10.0,15.0,647.0,0.0,339.0,New York City,False,0.31,-1.203,0.226,0.963,0.795,-0.025,+40.5854221,-074.1515103 +36085027705,"Census Tract 277.05, Richmond County, New York",5754,3920.0,74.0,0.0,1138.0,0.0,461.0,New York City,False,-6.18,-0.094,-0.226,4.987,-0.13,-0.011,+40.5882479,-074.1569820 +36085027706,"Census Tract 277.06, Richmond County, New York",3658,1988.0,316.0,0.0,746.0,0.0,542.0,New York City,False,-19.96,7.259,-0.226,5.603,6.675,-0.011,+40.5909369,-074.1619016 +36085027900,"Census Tract 279, Richmond County, New York",2144,1787.0,66.0,0.0,109.0,0.0,162.0,New York City,False,-9.811,2.674,-0.314,2.877,3.89,0.0,+40.5735249,-074.1574480 +36085029102,"Census Tract 291.02, Richmond County, New York",3012,1875.0,50.0,0.0,401.0,0.0,677.0,New York City,False,-17.586,0.459,-0.601,8.251,9.65,0.0,+40.6111984,-074.1906935 +36085029103,"Census Tract 291.03, Richmond County, New York",8151,5959.0,18.0,0.0,1051.0,88.0,987.0,New York City,False,-12.094,-0.704,-0.093,7.669,4.187,1.08,+40.6036396,-074.1713754 +36085029104,"Census Tract 291.04, Richmond County, New York",7715,4960.0,719.0,0.0,378.0,0.0,1572.0,New York City,False,-7.594,6.452,-0.317,-6.946,8.314,-0.043,+40.6137234,-074.1635029 +36085030301,"Census Tract 303.01, Richmond County, New York",4803,1709.0,805.0,0.0,838.0,0.0,1385.0,New York City,False,-24.368,7.186,-0.329,7.121,10.944,0.0,+40.6189197,-074.1561204 +36085030302,"Census Tract 303.02, Richmond County, New York",6560,2190.0,780.0,0.0,813.0,0.0,2524.0,New York City,False,-10.338,-4.681,-0.49,1.634,12.484,0.0,+40.6235288,-074.1587435 +36085031901,"Census Tract 319.01, Richmond County, New York",2737,184.0,1562.0,0.0,91.0,0.0,900.0,New York City,False,-1.156,-0.809,-0.368,0.781,2.687,0.0,+40.6303035,-074.1633211 +36085031902,"Census Tract 319.02, Richmond County, New York",5140,446.0,2663.0,36.0,47.0,0.0,1806.0,New York City,False,-8.663,-4.263,-0.026,-1.653,12.423,0.0,+40.6379208,-074.1655701 +36085032300,"Census Tract 323, Richmond County, New York",1136,258.0,519.0,0.0,10.0,0.0,333.0,New York City,False,-7.967,10.888,-0.183,-4.34,0.65,0.0,+40.6369269,-074.1761443 +36085990100,"Census Tract 9901, Richmond County, New York",0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,False,,,,,,,+40.5255493,-074.1085843 diff --git a/output/for_maps/New York City_data.geojson b/output/for_maps/New York City_data.geojson new file mode 100644 index 0000000..6cc4e02 --- /dev/null +++ b/output/for_maps/New York City_data.geojson @@ -0,0 +1,2172 @@ +{ +"type": "FeatureCollection", +"features": [ +{ "type": "Feature", "properties": { "GEOID": "36005000100", "name": "Census Tract 1, Bronx County, New York", "total_population_17": 7411, "white_alone_17": 536.0, "black_alone_17": 4267.0, "native_alone_17": 22.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2371.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.305, "pct_black_alone_change": -3.041, "pct_native_alone_change": 0.164, "pct_asian_alone_change": 1.186, "pct_hispanic_or_latino_change": 5.052, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7929362", "INTPTLON": "-073.8812065" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.897722, 40.795138 ], [ -73.89611, 40.796919 ], [ -73.892504, 40.801206 ], [ -73.872264, 40.794992 ], [ -73.867118, 40.793742 ], [ -73.870207, 40.790909 ], [ -73.870299, 40.790688 ], [ -73.870973, 40.789057 ], [ -73.870947, 40.788954 ], [ -73.870977, 40.788878 ], [ -73.870961, 40.788743 ], [ -73.870949, 40.788607 ], [ -73.87095, 40.788468 ], [ -73.870892, 40.788339 ], [ -73.870853, 40.788206 ], [ -73.870801, 40.788063 ], [ -73.87079, 40.78803 ], [ -73.870786, 40.787996 ], [ -73.870787, 40.787962 ], [ -73.870795, 40.787929 ], [ -73.870809, 40.787897 ], [ -73.871073, 40.787575 ], [ -73.871225, 40.787445 ], [ -73.871374, 40.787271 ], [ -73.871475, 40.787043 ], [ -73.871631, 40.786798 ], [ -73.871876, 40.786624 ], [ -73.872106, 40.786469 ], [ -73.872265, 40.786424 ], [ -73.872473, 40.786303 ], [ -73.872685, 40.786154 ], [ -73.872788, 40.786078 ], [ -73.872872, 40.785975 ], [ -73.872823, 40.785964 ], [ -73.872774, 40.785942 ], [ -73.872809, 40.785903 ], [ -73.872854, 40.785926 ], [ -73.872885, 40.785963 ], [ -73.872981, 40.785894 ], [ -73.873088, 40.785855 ], [ -73.873202, 40.785825 ], [ -73.873286, 40.785812 ], [ -73.873355, 40.785789 ], [ -73.873428, 40.785762 ], [ -73.87351, 40.785721 ], [ -73.873689, 40.785755 ], [ -73.873864, 40.785765 ], [ -73.874038, 40.78578 ], [ -73.874211, 40.7858 ], [ -73.874356, 40.78581 ], [ -73.874596, 40.785836 ], [ -73.874837, 40.785857 ], [ -73.875079, 40.785872 ], [ -73.875321, 40.785881 ], [ -73.875563, 40.785884 ], [ -73.875806, 40.785881 ], [ -73.876048, 40.785872 ], [ -73.87629, 40.785858 ], [ -73.876531, 40.785837 ], [ -73.876771, 40.785811 ], [ -73.876973, 40.785778 ], [ -73.877173, 40.785737 ], [ -73.877371, 40.78569 ], [ -73.877566, 40.785636 ], [ -73.877757, 40.785576 ], [ -73.877944, 40.785509 ], [ -73.878128, 40.785436 ], [ -73.878307, 40.785357 ], [ -73.882929, 40.786209 ], [ -73.885222, 40.78663 ], [ -73.885303, 40.786685 ], [ -73.885374, 40.786669 ], [ -73.88577, 40.786678 ], [ -73.885962, 40.786753 ], [ -73.88613, 40.786708 ], [ -73.886317, 40.786733 ], [ -73.886593, 40.786738 ], [ -73.886922, 40.786733 ], [ -73.887153, 40.786826 ], [ -73.887278, 40.786807 ], [ -73.8877, 40.78687 ], [ -73.888307, 40.787006 ], [ -73.888565, 40.787161 ], [ -73.889052, 40.787373 ], [ -73.889405, 40.787791 ], [ -73.889523, 40.788059 ], [ -73.889611, 40.7882 ], [ -73.889797, 40.788652 ], [ -73.88987, 40.788895 ], [ -73.889885, 40.78901 ], [ -73.890127, 40.789636 ], [ -73.890301, 40.789877 ], [ -73.89057, 40.790108 ], [ -73.8908, 40.790208 ], [ -73.89092, 40.790226 ], [ -73.891156, 40.790174 ], [ -73.891405, 40.790194 ], [ -73.891606, 40.790161 ], [ -73.89177, 40.790222 ], [ -73.891974, 40.790236 ], [ -73.892104, 40.790323 ], [ -73.892182, 40.790394 ], [ -73.899869, 40.792449 ], [ -73.897722, 40.795138 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005000200", "name": "Census Tract 2, Bronx County, New York", "total_population_17": 5058, "white_alone_17": 39.0, "black_alone_17": 933.0, "native_alone_17": 0.0, "asian_alone_17": 158.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3928.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.125, "pct_black_alone_change": -4.318, "pct_native_alone_change": -0.226, "pct_asian_alone_change": 2.419, "pct_hispanic_or_latino_change": 8.153, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8035344", "INTPTLON": "-073.8606612" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.865218, 40.814529 ], [ -73.864255, 40.814658 ], [ -73.863329, 40.814782 ], [ -73.862404, 40.814906 ], [ -73.861482, 40.815029 ], [ -73.860554, 40.815155 ], [ -73.859717, 40.815269 ], [ -73.859555, 40.815114 ], [ -73.858383, 40.813997 ], [ -73.858189, 40.813812 ], [ -73.85772, 40.813362 ], [ -73.857156, 40.812824 ], [ -73.856133, 40.811415 ], [ -73.855618, 40.810608 ], [ -73.855456, 40.809947 ], [ -73.855312, 40.809329 ], [ -73.855295, 40.808899 ], [ -73.855159, 40.808318 ], [ -73.854984, 40.807716 ], [ -73.854807, 40.807259 ], [ -73.854604, 40.806527 ], [ -73.854417, 40.80578 ], [ -73.855861, 40.805671 ], [ -73.856498, 40.805682 ], [ -73.856487, 40.80547 ], [ -73.856478, 40.805409 ], [ -73.85653, 40.804794 ], [ -73.855426, 40.804506 ], [ -73.855256, 40.804608 ], [ -73.854632, 40.799724 ], [ -73.862965, 40.79767 ], [ -73.866484, 40.805901 ], [ -73.86231, 40.80992 ], [ -73.861165, 40.811127 ], [ -73.861612, 40.811359 ], [ -73.862934, 40.812047 ], [ -73.863324, 40.812265 ], [ -73.86708, 40.814441 ], [ -73.865218, 40.814529 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005000400", "name": "Census Tract 4, Bronx County, New York", "total_population_17": 5944, "white_alone_17": 205.0, "black_alone_17": 1701.0, "native_alone_17": 30.0, "asian_alone_17": 33.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3949.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.801, "pct_black_alone_change": 6.348, "pct_native_alone_change": 0.233, "pct_asian_alone_change": -2.01, "pct_hispanic_or_latino_change": -1.608, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8087867", "INTPTLON": "-073.8514252" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.859597, 40.815283 ], [ -73.858703, 40.815405 ], [ -73.85778, 40.81553 ], [ -73.856783, 40.815662 ], [ -73.855517, 40.815833 ], [ -73.854718, 40.815942 ], [ -73.85362, 40.816088 ], [ -73.851629, 40.816354 ], [ -73.851145, 40.814396 ], [ -73.850899, 40.814344 ], [ -73.850115, 40.814419 ], [ -73.849097, 40.814551 ], [ -73.848112, 40.814687 ], [ -73.847054, 40.814826 ], [ -73.846632, 40.813013 ], [ -73.846097, 40.813079 ], [ -73.846467, 40.812306 ], [ -73.846387, 40.811625 ], [ -73.843134, 40.811603 ], [ -73.845117, 40.806299 ], [ -73.846654, 40.801024 ], [ -73.853072, 40.800113 ], [ -73.854632, 40.799724 ], [ -73.855256, 40.804608 ], [ -73.855426, 40.804506 ], [ -73.85653, 40.804794 ], [ -73.856478, 40.805409 ], [ -73.856487, 40.80547 ], [ -73.856498, 40.805682 ], [ -73.855861, 40.805671 ], [ -73.854417, 40.80578 ], [ -73.854604, 40.806527 ], [ -73.854807, 40.807259 ], [ -73.854984, 40.807716 ], [ -73.855159, 40.808318 ], [ -73.855295, 40.808899 ], [ -73.855312, 40.809329 ], [ -73.855456, 40.809947 ], [ -73.855618, 40.810608 ], [ -73.856133, 40.811415 ], [ -73.857156, 40.812824 ], [ -73.85772, 40.813362 ], [ -73.858189, 40.813812 ], [ -73.858383, 40.813997 ], [ -73.859555, 40.815114 ], [ -73.859717, 40.815269 ], [ -73.859597, 40.815283 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005001600", "name": "Census Tract 16, Bronx County, New York", "total_population_17": 6115, "white_alone_17": 226.0, "black_alone_17": 1899.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3873.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.078, "pct_black_alone_change": 0.026, "pct_native_alone_change": -0.477, "pct_asian_alone_change": -1.069, "pct_hispanic_or_latino_change": 1.278, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8188478", "INTPTLON": "-073.8580764" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.862464, 40.819247 ], [ -73.861531, 40.819379 ], [ -73.862029, 40.821509 ], [ -73.861114, 40.821632 ], [ -73.860193, 40.821757 ], [ -73.859262, 40.821882 ], [ -73.858264, 40.822013 ], [ -73.858445, 40.822774 ], [ -73.855312, 40.823192 ], [ -73.855136, 40.822436 ], [ -73.854967, 40.82168 ], [ -73.854808, 40.821029 ], [ -73.854637, 40.8203 ], [ -73.854142, 40.818238 ], [ -73.853949, 40.817467 ], [ -73.853787, 40.816815 ], [ -73.85362, 40.816088 ], [ -73.854718, 40.815942 ], [ -73.855517, 40.815833 ], [ -73.856783, 40.815662 ], [ -73.85778, 40.81553 ], [ -73.858703, 40.815405 ], [ -73.859597, 40.815283 ], [ -73.859717, 40.815269 ], [ -73.860554, 40.815155 ], [ -73.861482, 40.815029 ], [ -73.861982, 40.817135 ], [ -73.862078, 40.817521 ], [ -73.862464, 40.819247 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005001900", "name": "Census Tract 19, Bronx County, New York", "total_population_17": 2817, "white_alone_17": 218.0, "black_alone_17": 932.0, "native_alone_17": 0.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1504.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.994, "pct_black_alone_change": 3.35, "pct_native_alone_change": -0.568, "pct_asian_alone_change": 1.467, "pct_hispanic_or_latino_change": -8.921, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8009990", "INTPTLON": "-073.9093729" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931801, 40.807876 ], [ -73.930938, 40.808253 ], [ -73.930108, 40.808877 ], [ -73.929522, 40.809322 ], [ -73.92944, 40.809384 ], [ -73.929332, 40.809471 ], [ -73.929219, 40.809564 ], [ -73.928556, 40.809046 ], [ -73.927618, 40.808638 ], [ -73.92742, 40.808552 ], [ -73.926524, 40.808162 ], [ -73.925507, 40.807718 ], [ -73.924713, 40.80737 ], [ -73.924265, 40.807175 ], [ -73.922638, 40.806479 ], [ -73.921448, 40.805989 ], [ -73.920615, 40.805651 ], [ -73.918819, 40.804905 ], [ -73.917315, 40.804298 ], [ -73.915868, 40.803714 ], [ -73.915449, 40.803541 ], [ -73.914941, 40.803623 ], [ -73.914653, 40.803757 ], [ -73.914429, 40.803845 ], [ -73.913478, 40.804263 ], [ -73.912947, 40.804498 ], [ -73.912719, 40.80458 ], [ -73.91241, 40.804691 ], [ -73.912278, 40.804816 ], [ -73.911476, 40.805171 ], [ -73.910555, 40.805594 ], [ -73.909672, 40.805994 ], [ -73.909127, 40.806166 ], [ -73.908443, 40.806477 ], [ -73.907833, 40.806762 ], [ -73.906655, 40.807312 ], [ -73.90635, 40.807499 ], [ -73.906089, 40.807744 ], [ -73.905616, 40.808097 ], [ -73.90496, 40.808531 ], [ -73.903074, 40.80988 ], [ -73.903057, 40.809783 ], [ -73.903042, 40.809697 ], [ -73.90303, 40.809631 ], [ -73.903002, 40.809486 ], [ -73.902988, 40.809364 ], [ -73.902952, 40.809146 ], [ -73.902433, 40.806584 ], [ -73.902294, 40.805935 ], [ -73.901892, 40.805007 ], [ -73.895736, 40.802633 ], [ -73.892504, 40.801206 ], [ -73.89611, 40.796919 ], [ -73.897722, 40.795138 ], [ -73.899869, 40.792449 ], [ -73.912456, 40.796096 ], [ -73.913624, 40.796786 ], [ -73.913802, 40.796834 ], [ -73.913903, 40.796843 ], [ -73.914462, 40.797042 ], [ -73.915754, 40.797589 ], [ -73.916252, 40.797838 ], [ -73.916306, 40.797881 ], [ -73.918669, 40.798801 ], [ -73.918812, 40.798853 ], [ -73.918901, 40.798903 ], [ -73.919053, 40.798988 ], [ -73.919098, 40.799013 ], [ -73.919861, 40.799353 ], [ -73.920357, 40.799672 ], [ -73.920728, 40.800101 ], [ -73.921052, 40.800642 ], [ -73.921204, 40.801011 ], [ -73.921622, 40.801447 ], [ -73.921742, 40.801689 ], [ -73.92234, 40.801962 ], [ -73.923022, 40.802425 ], [ -73.923633, 40.802554 ], [ -73.923748, 40.802548 ], [ -73.923801, 40.802504 ], [ -73.924069, 40.802468 ], [ -73.925081, 40.802521 ], [ -73.926419, 40.802476 ], [ -73.926562, 40.802476 ], [ -73.926737, 40.8025 ], [ -73.92725, 40.802558 ], [ -73.927525, 40.802764 ], [ -73.928225, 40.80385 ], [ -73.928401, 40.804106 ], [ -73.929986, 40.805793 ], [ -73.930347, 40.806196 ], [ -73.930406, 40.806479 ], [ -73.931166, 40.807205 ], [ -73.931801, 40.807876 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005002000", "name": "Census Tract 20, Bronx County, New York", "total_population_17": 9608, "white_alone_17": 132.0, "black_alone_17": 3515.0, "native_alone_17": 261.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5827.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.06, "pct_black_alone_change": -6.127, "pct_native_alone_change": 2.562, "pct_asian_alone_change": 0.321, "pct_hispanic_or_latino_change": 6.17, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8175801", "INTPTLON": "-073.8660962" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870501, 40.820364 ], [ -73.868881, 40.820586 ], [ -73.868576, 40.820624 ], [ -73.867656, 40.820751 ], [ -73.866696, 40.82088 ], [ -73.865746, 40.821012 ], [ -73.864511, 40.819847 ], [ -73.864314, 40.818999 ], [ -73.863705, 40.819083 ], [ -73.863391, 40.819122 ], [ -73.862464, 40.819247 ], [ -73.862078, 40.817521 ], [ -73.861982, 40.817135 ], [ -73.861482, 40.815029 ], [ -73.862404, 40.814906 ], [ -73.863329, 40.814782 ], [ -73.864255, 40.814658 ], [ -73.865218, 40.814529 ], [ -73.86708, 40.814441 ], [ -73.869545, 40.816095 ], [ -73.86962, 40.816481 ], [ -73.869665, 40.816709 ], [ -73.869969, 40.818268 ], [ -73.870501, 40.820364 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005002300", "name": "Census Tract 23, Bronx County, New York", "total_population_17": 4733, "white_alone_17": 11.0, "black_alone_17": 1768.0, "native_alone_17": 130.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2850.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.921, "pct_black_alone_change": 1.809, "pct_native_alone_change": 2.355, "pct_asian_alone_change": -0.207, "pct_hispanic_or_latino_change": -2.301, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8090823", "INTPTLON": "-073.9258441" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928806, 40.809899 ], [ -73.928135, 40.809622 ], [ -73.927773, 40.810108 ], [ -73.927673, 40.810235 ], [ -73.927121, 40.810949 ], [ -73.926321, 40.810586 ], [ -73.92614, 40.810503 ], [ -73.925142, 40.81005 ], [ -73.922886, 40.809106 ], [ -73.923375, 40.808432 ], [ -73.923837, 40.807809 ], [ -73.924265, 40.807175 ], [ -73.924713, 40.80737 ], [ -73.925507, 40.807718 ], [ -73.926524, 40.808162 ], [ -73.92742, 40.808552 ], [ -73.927618, 40.808638 ], [ -73.928556, 40.809046 ], [ -73.929219, 40.809564 ], [ -73.928806, 40.809899 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005002400", "name": "Census Tract 24, Bronx County, New York", "total_population_17": 130, "white_alone_17": 60.0, "black_alone_17": 70.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.8157352", "INTPTLON": "-073.8710826" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.880546, 40.818468 ], [ -73.879769, 40.819181 ], [ -73.877844, 40.819418 ], [ -73.876126, 40.81963 ], [ -73.875646, 40.819698 ], [ -73.873057, 40.820066 ], [ -73.872468, 40.820151 ], [ -73.872991, 40.822302 ], [ -73.873383, 40.824032 ], [ -73.873413, 40.824225 ], [ -73.873432, 40.824343 ], [ -73.873554, 40.82441 ], [ -73.872823, 40.824535 ], [ -73.872622, 40.824571 ], [ -73.872506, 40.824591 ], [ -73.872125, 40.82463 ], [ -73.871515, 40.824715 ], [ -73.871489, 40.824624 ], [ -73.871458, 40.824494 ], [ -73.871419, 40.824329 ], [ -73.871002, 40.822563 ], [ -73.870501, 40.820364 ], [ -73.869969, 40.818268 ], [ -73.869665, 40.816709 ], [ -73.86962, 40.816481 ], [ -73.869545, 40.816095 ], [ -73.86708, 40.814441 ], [ -73.863324, 40.812265 ], [ -73.862934, 40.812047 ], [ -73.861612, 40.811359 ], [ -73.861165, 40.811127 ], [ -73.86231, 40.80992 ], [ -73.866484, 40.805901 ], [ -73.871303, 40.813954 ], [ -73.876899, 40.815799 ], [ -73.87797, 40.816152 ], [ -73.880981, 40.818238 ], [ -73.880546, 40.818468 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005002500", "name": "Census Tract 25, Bronx County, New York", "total_population_17": 5760, "white_alone_17": 141.0, "black_alone_17": 1161.0, "native_alone_17": 27.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4417.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.665, "pct_black_alone_change": 1.092, "pct_native_alone_change": 0.273, "pct_asian_alone_change": -0.504, "pct_hispanic_or_latino_change": -2.353, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8070025", "INTPTLON": "-073.9208749" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923837, 40.807809 ], [ -73.923375, 40.808432 ], [ -73.922886, 40.809106 ], [ -73.920046, 40.807907 ], [ -73.919224, 40.807558 ], [ -73.917479, 40.806823 ], [ -73.917964, 40.806116 ], [ -73.918819, 40.804905 ], [ -73.920615, 40.805651 ], [ -73.921448, 40.805989 ], [ -73.922638, 40.806479 ], [ -73.924265, 40.807175 ], [ -73.923837, 40.807809 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005002701", "name": "Census Tract 27.01, Bronx County, New York", "total_population_17": 2958, "white_alone_17": 0.0, "black_alone_17": 878.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2057.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.462, "pct_black_alone_change": -4.377, "pct_native_alone_change": -0.066, "pct_asian_alone_change": -0.099, "pct_hispanic_or_latino_change": 4.687, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8050606", "INTPTLON": "-073.9163335" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917964, 40.806116 ], [ -73.917479, 40.806823 ], [ -73.914495, 40.805561 ], [ -73.914997, 40.804872 ], [ -73.913478, 40.804263 ], [ -73.914429, 40.803845 ], [ -73.914653, 40.803757 ], [ -73.914941, 40.803623 ], [ -73.915449, 40.803541 ], [ -73.915868, 40.803714 ], [ -73.917315, 40.804298 ], [ -73.918819, 40.804905 ], [ -73.917964, 40.806116 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005002702", "name": "Census Tract 27.02, Bronx County, New York", "total_population_17": 4538, "white_alone_17": 80.0, "black_alone_17": 1460.0, "native_alone_17": 64.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2976.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.623, "pct_black_alone_change": 8.693, "pct_native_alone_change": 1.199, "pct_asian_alone_change": -0.19, "pct_hispanic_or_latino_change": -9.314, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8064490", "INTPTLON": "-073.9137729" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917015, 40.807506 ], [ -73.916589, 40.808133 ], [ -73.916184, 40.80879 ], [ -73.915392, 40.808453 ], [ -73.914332, 40.808007 ], [ -73.913396, 40.807609 ], [ -73.912543, 40.807243 ], [ -73.911668, 40.806966 ], [ -73.910782, 40.8067 ], [ -73.909586, 40.806326 ], [ -73.909127, 40.806166 ], [ -73.909672, 40.805994 ], [ -73.910555, 40.805594 ], [ -73.911476, 40.805171 ], [ -73.912278, 40.804816 ], [ -73.91241, 40.804691 ], [ -73.912719, 40.80458 ], [ -73.912947, 40.804498 ], [ -73.913478, 40.804263 ], [ -73.914997, 40.804872 ], [ -73.914495, 40.805561 ], [ -73.917479, 40.806823 ], [ -73.917015, 40.807506 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005002800", "name": "Census Tract 28, Bronx County, New York", "total_population_17": 5423, "white_alone_17": 74.0, "black_alone_17": 2882.0, "native_alone_17": 0.0, "asian_alone_17": 40.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2214.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.141, "pct_black_alone_change": -24.645, "pct_native_alone_change": -0.437, "pct_asian_alone_change": 0.493, "pct_hispanic_or_latino_change": 20.627, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.8225183", "INTPTLON": "-073.8782336" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.884411, 40.82297 ], [ -73.882761, 40.823248 ], [ -73.882577, 40.823277 ], [ -73.881787, 40.823402 ], [ -73.87993, 40.823641 ], [ -73.878989, 40.823711 ], [ -73.878064, 40.823834 ], [ -73.877136, 40.823958 ], [ -73.876213, 40.824084 ], [ -73.875285, 40.824208 ], [ -73.874693, 40.824287 ], [ -73.87437, 40.82433 ], [ -73.874214, 40.824345 ], [ -73.873554, 40.82441 ], [ -73.873432, 40.824343 ], [ -73.873413, 40.824225 ], [ -73.873383, 40.824032 ], [ -73.872991, 40.822302 ], [ -73.872468, 40.820151 ], [ -73.873057, 40.820066 ], [ -73.875646, 40.819698 ], [ -73.876126, 40.81963 ], [ -73.877844, 40.819418 ], [ -73.879769, 40.819181 ], [ -73.880546, 40.818468 ], [ -73.880981, 40.818238 ], [ -73.882448, 40.819269 ], [ -73.883788, 40.821933 ], [ -73.884328, 40.822614 ], [ -73.884358, 40.822739 ], [ -73.884396, 40.822902 ], [ -73.884411, 40.82297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005003100", "name": "Census Tract 31, Bronx County, New York", "total_population_17": 1675, "white_alone_17": 29.0, "black_alone_17": 427.0, "native_alone_17": 0.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1190.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.107, "pct_black_alone_change": 4.789, "pct_native_alone_change": -0.203, "pct_asian_alone_change": 1.596, "pct_hispanic_or_latino_change": -5.68, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8098988", "INTPTLON": "-073.9056901" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908207, 40.807152 ], [ -73.907839, 40.808206 ], [ -73.907537, 40.80906 ], [ -73.90726, 40.809937 ], [ -73.906852, 40.811209 ], [ -73.90633, 40.812667 ], [ -73.905413, 40.812476 ], [ -73.904466, 40.812282 ], [ -73.90418, 40.812125 ], [ -73.903417, 40.811507 ], [ -73.903243, 40.810713 ], [ -73.903074, 40.80988 ], [ -73.90496, 40.808531 ], [ -73.905616, 40.808097 ], [ -73.906089, 40.807744 ], [ -73.90635, 40.807499 ], [ -73.906655, 40.807312 ], [ -73.907833, 40.806762 ], [ -73.908443, 40.806477 ], [ -73.908207, 40.807152 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005003300", "name": "Census Tract 33, Bronx County, New York", "total_population_17": 3693, "white_alone_17": 56.0, "black_alone_17": 1193.0, "native_alone_17": 124.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2271.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.04, "pct_black_alone_change": 11.444, "pct_native_alone_change": 2.812, "pct_asian_alone_change": -0.481, "pct_hispanic_or_latino_change": -14.981, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8082418", "INTPTLON": "-073.9119436" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915633, 40.809697 ], [ -73.915178, 40.810427 ], [ -73.914333, 40.810255 ], [ -73.914031, 40.810174 ], [ -73.913808, 40.810152 ], [ -73.913676, 40.810138 ], [ -73.913586, 40.810119 ], [ -73.913489, 40.810075 ], [ -73.913415, 40.810017 ], [ -73.913355, 40.809913 ], [ -73.913319, 40.809751 ], [ -73.913302, 40.809656 ], [ -73.912479, 40.809343 ], [ -73.91157, 40.80907 ], [ -73.910693, 40.808809 ], [ -73.909765, 40.808604 ], [ -73.908837, 40.808409 ], [ -73.907839, 40.808206 ], [ -73.908207, 40.807152 ], [ -73.908443, 40.806477 ], [ -73.909127, 40.806166 ], [ -73.909586, 40.806326 ], [ -73.910782, 40.8067 ], [ -73.911668, 40.806966 ], [ -73.912543, 40.807243 ], [ -73.913396, 40.807609 ], [ -73.914332, 40.808007 ], [ -73.915392, 40.808453 ], [ -73.916184, 40.80879 ], [ -73.915633, 40.809697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005003500", "name": "Census Tract 35, Bronx County, New York", "total_population_17": 3821, "white_alone_17": 10.0, "black_alone_17": 1060.0, "native_alone_17": 36.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2751.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.429, "pct_black_alone_change": 2.431, "pct_native_alone_change": 0.683, "pct_asian_alone_change": -0.173, "pct_hispanic_or_latino_change": -1.513, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8109651", "INTPTLON": "-073.9086696" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910948, 40.813621 ], [ -73.910019, 40.813432 ], [ -73.909075, 40.813233 ], [ -73.908159, 40.813044 ], [ -73.907245, 40.812855 ], [ -73.90633, 40.812667 ], [ -73.906852, 40.811209 ], [ -73.90726, 40.809937 ], [ -73.907537, 40.80906 ], [ -73.907839, 40.808206 ], [ -73.908837, 40.808409 ], [ -73.909765, 40.808604 ], [ -73.910693, 40.808809 ], [ -73.910366, 40.809645 ], [ -73.910045, 40.810518 ], [ -73.909596, 40.811777 ], [ -73.910238, 40.811929 ], [ -73.910308, 40.812305 ], [ -73.910948, 40.813621 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005003700", "name": "Census Tract 37, Bronx County, New York", "total_population_17": 292, "white_alone_17": 56.0, "black_alone_17": 76.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 160.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.55, "pct_black_alone_change": -10.375, "pct_native_alone_change": -0.628, "pct_asian_alone_change": -0.209, "pct_hispanic_or_latino_change": -7.339, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8114570", "INTPTLON": "-073.9121722" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914847, 40.810994 ], [ -73.914474, 40.811651 ], [ -73.914098, 40.812301 ], [ -73.913716, 40.812953 ], [ -73.913337, 40.813611 ], [ -73.912954, 40.814269 ], [ -73.911812, 40.813883 ], [ -73.910948, 40.813621 ], [ -73.910308, 40.812305 ], [ -73.910238, 40.811929 ], [ -73.909596, 40.811777 ], [ -73.910045, 40.810518 ], [ -73.910366, 40.809645 ], [ -73.910693, 40.808809 ], [ -73.91157, 40.80907 ], [ -73.912479, 40.809343 ], [ -73.913302, 40.809656 ], [ -73.913319, 40.809751 ], [ -73.913355, 40.809913 ], [ -73.913415, 40.810017 ], [ -73.913489, 40.810075 ], [ -73.913586, 40.810119 ], [ -73.913676, 40.810138 ], [ -73.913808, 40.810152 ], [ -73.914031, 40.810174 ], [ -73.914333, 40.810255 ], [ -73.915178, 40.810427 ], [ -73.914847, 40.810994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005003800", "name": "Census Tract 38, Bronx County, New York", "total_population_17": 1437, "white_alone_17": 14.0, "black_alone_17": 527.0, "native_alone_17": 6.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 872.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.431, "pct_black_alone_change": 1.836, "pct_native_alone_change": 0.022, "pct_asian_alone_change": -0.463, "pct_hispanic_or_latino_change": 1.062, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8202946", "INTPTLON": "-073.8633435" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864831, 40.821139 ], [ -73.863883, 40.82127 ], [ -73.86298, 40.821384 ], [ -73.862029, 40.821509 ], [ -73.861531, 40.819379 ], [ -73.862464, 40.819247 ], [ -73.863391, 40.819122 ], [ -73.863705, 40.819083 ], [ -73.864314, 40.818999 ], [ -73.864511, 40.819847 ], [ -73.865746, 40.821012 ], [ -73.864831, 40.821139 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005003900", "name": "Census Tract 39, Bronx County, New York", "total_population_17": 6473, "white_alone_17": 443.0, "black_alone_17": 1034.0, "native_alone_17": 39.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4996.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.383, "pct_black_alone_change": -2.708, "pct_native_alone_change": 0.537, "pct_asian_alone_change": -0.548, "pct_hispanic_or_latino_change": -1.612, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8097217", "INTPTLON": "-073.9214264" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926443, 40.811507 ], [ -73.925553, 40.811941 ], [ -73.924683, 40.812384 ], [ -73.923726, 40.811979 ], [ -73.921486, 40.811035 ], [ -73.918049, 40.809575 ], [ -73.916184, 40.80879 ], [ -73.916589, 40.808133 ], [ -73.917015, 40.807506 ], [ -73.917479, 40.806823 ], [ -73.919224, 40.807558 ], [ -73.920046, 40.807907 ], [ -73.922886, 40.809106 ], [ -73.925142, 40.81005 ], [ -73.92614, 40.810503 ], [ -73.926321, 40.810586 ], [ -73.927121, 40.810949 ], [ -73.926443, 40.811507 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005004001", "name": "Census Tract 40.01, Bronx County, New York", "total_population_17": 1428, "white_alone_17": 168.0, "black_alone_17": 124.0, "native_alone_17": 0.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 886.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.446, "pct_black_alone_change": -9.768, "pct_native_alone_change": -1.056, "pct_asian_alone_change": -2.449, "pct_hispanic_or_latino_change": 11.13, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8282719", "INTPTLON": "-073.8583355" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860674, 40.828419 ], [ -73.85962, 40.828548 ], [ -73.859938, 40.829247 ], [ -73.860261, 40.829947 ], [ -73.85699, 40.830385 ], [ -73.856822, 40.829665 ], [ -73.856656, 40.828945 ], [ -73.856491, 40.828225 ], [ -73.856328, 40.827508 ], [ -73.856151, 40.82677 ], [ -73.8563, 40.826757 ], [ -73.85645, 40.826744 ], [ -73.856747, 40.826705 ], [ -73.857021, 40.826656 ], [ -73.857278, 40.826599 ], [ -73.858672, 40.826424 ], [ -73.859703, 40.826277 ], [ -73.860674, 40.828419 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005004100", "name": "Census Tract 41, Bronx County, New York", "total_population_17": 5946, "white_alone_17": 97.0, "black_alone_17": 1215.0, "native_alone_17": 0.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4564.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.639, "pct_black_alone_change": -4.967, "pct_native_alone_change": -0.382, "pct_asian_alone_change": 0.433, "pct_hispanic_or_latino_change": 3.952, "pct_native_hawaiian_pacific_islander_change": -0.115, "INTPTLAT": "+40.8113856", "INTPTLON": "-073.9194099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923829, 40.812824 ], [ -73.923473, 40.813007 ], [ -73.922875, 40.813315 ], [ -73.922088, 40.813731 ], [ -73.920119, 40.812894 ], [ -73.916838, 40.811656 ], [ -73.914847, 40.810994 ], [ -73.915178, 40.810427 ], [ -73.915633, 40.809697 ], [ -73.916184, 40.80879 ], [ -73.918049, 40.809575 ], [ -73.921486, 40.811035 ], [ -73.923726, 40.811979 ], [ -73.924683, 40.812384 ], [ -73.923829, 40.812824 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005004200", "name": "Census Tract 42, Bronx County, New York", "total_population_17": 7814, "white_alone_17": 359.0, "black_alone_17": 3685.0, "native_alone_17": 57.0, "asian_alone_17": 120.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3631.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.799, "pct_black_alone_change": -0.801, "pct_native_alone_change": 0.463, "pct_asian_alone_change": 1.07, "pct_hispanic_or_latino_change": -2.527, "pct_native_hawaiian_pacific_islander_change": -0.053, "INTPTLAT": "+40.8239305", "INTPTLON": "-073.8620068" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.869842, 40.824923 ], [ -73.867878, 40.825178 ], [ -73.867703, 40.825201 ], [ -73.86491, 40.825596 ], [ -73.864748, 40.825617 ], [ -73.862166, 40.825966 ], [ -73.861207, 40.826087 ], [ -73.859703, 40.826277 ], [ -73.858672, 40.826424 ], [ -73.857278, 40.826599 ], [ -73.857021, 40.826656 ], [ -73.856747, 40.826705 ], [ -73.85645, 40.826744 ], [ -73.8563, 40.826757 ], [ -73.856275, 40.826628 ], [ -73.856231, 40.826468 ], [ -73.8562, 40.826353 ], [ -73.85617, 40.826177 ], [ -73.856162, 40.826042 ], [ -73.855972, 40.826064 ], [ -73.855869, 40.825615 ], [ -73.855646, 40.824633 ], [ -73.855486, 40.823912 ], [ -73.855312, 40.823192 ], [ -73.858445, 40.822774 ], [ -73.858264, 40.822013 ], [ -73.859262, 40.821882 ], [ -73.860193, 40.821757 ], [ -73.861114, 40.821632 ], [ -73.862029, 40.821509 ], [ -73.86298, 40.821384 ], [ -73.863883, 40.82127 ], [ -73.864831, 40.821139 ], [ -73.865746, 40.821012 ], [ -73.866042, 40.821312 ], [ -73.867019, 40.822303 ], [ -73.867765, 40.822992 ], [ -73.868277, 40.823421 ], [ -73.869111, 40.82423 ], [ -73.869499, 40.824565 ], [ -73.8696, 40.824683 ], [ -73.869721, 40.824826 ], [ -73.869842, 40.824923 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005004300", "name": "Census Tract 43, Bronx County, New York", "total_population_17": 6190, "white_alone_17": 5.0, "black_alone_17": 1597.0, "native_alone_17": 35.0, "asian_alone_17": 62.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4396.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.525, "pct_black_alone_change": 5.149, "pct_native_alone_change": 0.294, "pct_asian_alone_change": 0.334, "pct_hispanic_or_latino_change": -6.514, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8136213", "INTPTLON": "-073.9170376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921211, 40.814174 ], [ -73.920913, 40.814333 ], [ -73.920482, 40.814564 ], [ -73.920349, 40.814629 ], [ -73.919467, 40.815074 ], [ -73.918618, 40.815523 ], [ -73.9179, 40.815902 ], [ -73.917625, 40.816055 ], [ -73.916771, 40.815699 ], [ -73.914954, 40.814937 ], [ -73.912954, 40.814269 ], [ -73.913337, 40.813611 ], [ -73.913716, 40.812953 ], [ -73.914098, 40.812301 ], [ -73.914474, 40.811651 ], [ -73.914847, 40.810994 ], [ -73.916838, 40.811656 ], [ -73.920119, 40.812894 ], [ -73.922088, 40.813731 ], [ -73.921211, 40.814174 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005004400", "name": "Census Tract 44, Bronx County, New York", "total_population_17": 4446, "white_alone_17": 141.0, "black_alone_17": 1573.0, "native_alone_17": 17.0, "asian_alone_17": 173.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2559.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.865, "pct_black_alone_change": -6.303, "pct_native_alone_change": 0.168, "pct_asian_alone_change": 3.292, "pct_hispanic_or_latino_change": 1.83, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8265155", "INTPTLON": "-073.8664136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.872723, 40.826819 ], [ -73.871979, 40.82692 ], [ -73.871037, 40.827053 ], [ -73.870115, 40.827171 ], [ -73.869184, 40.827298 ], [ -73.868223, 40.827426 ], [ -73.867268, 40.827554 ], [ -73.866346, 40.82768 ], [ -73.86542, 40.827802 ], [ -73.864494, 40.827926 ], [ -73.863572, 40.828049 ], [ -73.862642, 40.82817 ], [ -73.861717, 40.828296 ], [ -73.860674, 40.828419 ], [ -73.859703, 40.826277 ], [ -73.861207, 40.826087 ], [ -73.862166, 40.825966 ], [ -73.864748, 40.825617 ], [ -73.86491, 40.825596 ], [ -73.867703, 40.825201 ], [ -73.867878, 40.825178 ], [ -73.869842, 40.824923 ], [ -73.870519, 40.824841 ], [ -73.871515, 40.824715 ], [ -73.872125, 40.82463 ], [ -73.872506, 40.824591 ], [ -73.872588, 40.82488 ], [ -73.872697, 40.826678 ], [ -73.872723, 40.826819 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005004600", "name": "Census Tract 46, Bronx County, New York", "total_population_17": 1876, "white_alone_17": 46.0, "black_alone_17": 646.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1172.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.259, "pct_black_alone_change": -6.882, "pct_native_alone_change": -0.35, "pct_asian_alone_change": -1.12, "pct_hispanic_or_latino_change": 10.022, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8224189", "INTPTLON": "-073.8691776" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871515, 40.824715 ], [ -73.870519, 40.824841 ], [ -73.869842, 40.824923 ], [ -73.869721, 40.824826 ], [ -73.8696, 40.824683 ], [ -73.869499, 40.824565 ], [ -73.869111, 40.82423 ], [ -73.868277, 40.823421 ], [ -73.867765, 40.822992 ], [ -73.867019, 40.822303 ], [ -73.866042, 40.821312 ], [ -73.865746, 40.821012 ], [ -73.866696, 40.82088 ], [ -73.867656, 40.820751 ], [ -73.868576, 40.820624 ], [ -73.868881, 40.820586 ], [ -73.870501, 40.820364 ], [ -73.871002, 40.822563 ], [ -73.871419, 40.824329 ], [ -73.871458, 40.824494 ], [ -73.871489, 40.824624 ], [ -73.871515, 40.824715 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005004800", "name": "Census Tract 48, Bronx County, New York", "total_population_17": 4536, "white_alone_17": 51.0, "black_alone_17": 1085.0, "native_alone_17": 5.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3298.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.834, "pct_black_alone_change": 7.308, "pct_native_alone_change": -0.298, "pct_asian_alone_change": -2.42, "pct_hispanic_or_latino_change": -5.134, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8270172", "INTPTLON": "-073.8743044" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.876402, 40.828977 ], [ -73.875507, 40.829234 ], [ -73.874547, 40.829522 ], [ -73.873728, 40.829753 ], [ -73.873316, 40.82987 ], [ -73.873193, 40.829905 ], [ -73.87302, 40.829366 ], [ -73.872814, 40.828073 ], [ -73.872772, 40.82763 ], [ -73.872737, 40.827093 ], [ -73.872723, 40.826819 ], [ -73.872697, 40.826678 ], [ -73.872588, 40.82488 ], [ -73.872506, 40.824591 ], [ -73.872622, 40.824571 ], [ -73.872823, 40.824535 ], [ -73.873554, 40.82441 ], [ -73.874214, 40.824345 ], [ -73.87437, 40.82433 ], [ -73.874693, 40.824287 ], [ -73.875285, 40.824208 ], [ -73.875802, 40.826402 ], [ -73.875871, 40.826698 ], [ -73.876402, 40.828977 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005001", "name": "Census Tract 50.01, Bronx County, New York", "total_population_17": 5101, "white_alone_17": 62.0, "black_alone_17": 1388.0, "native_alone_17": 64.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3539.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.238, "pct_black_alone_change": 2.08, "pct_native_alone_change": 0.92, "pct_asian_alone_change": -1.201, "pct_hispanic_or_latino_change": -1.71, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.8249970", "INTPTLON": "-073.8778533" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.880427, 40.82578 ], [ -73.879501, 40.825905 ], [ -73.878577, 40.82603 ], [ -73.877655, 40.826151 ], [ -73.876725, 40.826278 ], [ -73.875802, 40.826402 ], [ -73.875285, 40.824208 ], [ -73.876213, 40.824084 ], [ -73.877136, 40.823958 ], [ -73.878064, 40.823834 ], [ -73.878989, 40.823711 ], [ -73.87993, 40.823641 ], [ -73.880427, 40.82578 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005002", "name": "Census Tract 50.02, Bronx County, New York", "total_population_17": 5583, "white_alone_17": 71.0, "black_alone_17": 1187.0, "native_alone_17": 29.0, "asian_alone_17": 65.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4094.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.181, "pct_black_alone_change": -3.869, "pct_native_alone_change": 0.184, "pct_asian_alone_change": -0.037, "pct_hispanic_or_latino_change": 2.241, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.8273629", "INTPTLON": "-073.8784350" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.881046, 40.828432 ], [ -73.880112, 40.828511 ], [ -73.879171, 40.828582 ], [ -73.878703, 40.828621 ], [ -73.878235, 40.82866 ], [ -73.877299, 40.828742 ], [ -73.876402, 40.828977 ], [ -73.875871, 40.826698 ], [ -73.875802, 40.826402 ], [ -73.876725, 40.826278 ], [ -73.877655, 40.826151 ], [ -73.878577, 40.82603 ], [ -73.879501, 40.825905 ], [ -73.880427, 40.82578 ], [ -73.881046, 40.828432 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005100", "name": "Census Tract 51, Bronx County, New York", "total_population_17": 5721, "white_alone_17": 9.0, "black_alone_17": 1472.0, "native_alone_17": 122.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4088.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.519, "pct_black_alone_change": -11.96, "pct_native_alone_change": 1.759, "pct_asian_alone_change": 0.098, "pct_hispanic_or_latino_change": 10.851, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8132061", "INTPTLON": "-073.9275676" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93263, 40.810606 ], [ -73.932605, 40.811517 ], [ -73.932602, 40.811988 ], [ -73.932493, 40.812884 ], [ -73.932425, 40.813566 ], [ -73.932417, 40.814025 ], [ -73.93241, 40.81406 ], [ -73.932401, 40.814151 ], [ -73.932158, 40.814154 ], [ -73.931353, 40.813833 ], [ -73.931272, 40.813707 ], [ -73.93116, 40.813652 ], [ -73.93102, 40.813579 ], [ -73.93057, 40.813373 ], [ -73.930276, 40.813256 ], [ -73.928857, 40.81488 ], [ -73.928218, 40.816535 ], [ -73.927313, 40.81856 ], [ -73.926358, 40.818321 ], [ -73.925794, 40.818173 ], [ -73.925385, 40.818066 ], [ -73.925185, 40.818013 ], [ -73.92622, 40.816759 ], [ -73.926444, 40.816458 ], [ -73.926627, 40.816119 ], [ -73.92567, 40.815876 ], [ -73.925501, 40.815833 ], [ -73.925055, 40.815722 ], [ -73.924887, 40.815677 ], [ -73.924, 40.815439 ], [ -73.923661, 40.815909 ], [ -73.923093, 40.816698 ], [ -73.921245, 40.81622 ], [ -73.921583, 40.81555 ], [ -73.921455, 40.815527 ], [ -73.921288, 40.815429 ], [ -73.921101, 40.815243 ], [ -73.920482, 40.814564 ], [ -73.920913, 40.814333 ], [ -73.921211, 40.814174 ], [ -73.922088, 40.813731 ], [ -73.922875, 40.813315 ], [ -73.923473, 40.813007 ], [ -73.923829, 40.812824 ], [ -73.924683, 40.812384 ], [ -73.925553, 40.811941 ], [ -73.926443, 40.811507 ], [ -73.927121, 40.810949 ], [ -73.927673, 40.810235 ], [ -73.927773, 40.810108 ], [ -73.928135, 40.809622 ], [ -73.928806, 40.809899 ], [ -73.929219, 40.809564 ], [ -73.929332, 40.809471 ], [ -73.92944, 40.809384 ], [ -73.929522, 40.809322 ], [ -73.930108, 40.808877 ], [ -73.930938, 40.808253 ], [ -73.931801, 40.807876 ], [ -73.931825, 40.807902 ], [ -73.932112, 40.808182 ], [ -73.932346, 40.808586 ], [ -73.932477, 40.808864 ], [ -73.93257, 40.809256 ], [ -73.932586, 40.809676 ], [ -73.932615, 40.810015 ], [ -73.93263, 40.810606 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005200", "name": "Census Tract 52, Bronx County, New York", "total_population_17": 2151, "white_alone_17": 8.0, "black_alone_17": 630.0, "native_alone_17": 30.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1492.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.909, "pct_black_alone_change": -1.727, "pct_native_alone_change": 1.166, "pct_asian_alone_change": -1.87, "pct_hispanic_or_latino_change": 5.09, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8256291", "INTPTLON": "-073.8824329" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.884531, 40.825647 ], [ -73.883832, 40.828271 ], [ -73.882951, 40.828304 ], [ -73.881981, 40.828356 ], [ -73.881046, 40.828432 ], [ -73.880427, 40.82578 ], [ -73.87993, 40.823641 ], [ -73.881787, 40.823402 ], [ -73.882577, 40.823277 ], [ -73.882761, 40.823248 ], [ -73.884411, 40.82297 ], [ -73.884568, 40.824928 ], [ -73.884531, 40.825647 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005300", "name": "Census Tract 53, Bronx County, New York", "total_population_17": 4167, "white_alone_17": 55.0, "black_alone_17": 2124.0, "native_alone_17": 40.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1930.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.575, "pct_black_alone_change": -11.777, "pct_native_alone_change": 0.768, "pct_asian_alone_change": -0.12, "pct_hispanic_or_latino_change": 10.555, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8516737", "INTPTLON": "-073.9223642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923647, 40.850902 ], [ -73.922978, 40.852022 ], [ -73.922706, 40.852479 ], [ -73.922199, 40.853112 ], [ -73.921626, 40.853966 ], [ -73.921581, 40.854046 ], [ -73.921536, 40.854127 ], [ -73.921215, 40.854693 ], [ -73.921136, 40.854215 ], [ -73.9204, 40.853817 ], [ -73.920148, 40.853681 ], [ -73.91982, 40.853486 ], [ -73.919702, 40.853408 ], [ -73.919595, 40.853339 ], [ -73.91986, 40.853052 ], [ -73.920813, 40.85202 ], [ -73.922137, 40.850453 ], [ -73.92242, 40.850123 ], [ -73.922618, 40.850173 ], [ -73.92281, 40.850221 ], [ -73.923305, 40.850341 ], [ -73.923472, 40.850382 ], [ -73.923904, 40.850488 ], [ -73.923647, 40.850902 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005400", "name": "Census Tract 54, Bronx County, New York", "total_population_17": 6463, "white_alone_17": 99.0, "black_alone_17": 1243.0, "native_alone_17": 477.0, "asian_alone_17": 114.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4822.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.163, "pct_black_alone_change": -9.866, "pct_native_alone_change": 7.146, "pct_asian_alone_change": -2.957, "pct_hispanic_or_latino_change": 12.717, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.8298985", "INTPTLON": "-073.8797154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.883887, 40.829809 ], [ -73.882354, 40.831505 ], [ -73.881724, 40.831287 ], [ -73.880699, 40.831045 ], [ -73.879769, 40.831139 ], [ -73.878845, 40.831265 ], [ -73.877921, 40.831389 ], [ -73.876993, 40.831515 ], [ -73.876067, 40.831638 ], [ -73.875507, 40.829234 ], [ -73.876402, 40.828977 ], [ -73.877299, 40.828742 ], [ -73.878235, 40.82866 ], [ -73.878703, 40.828621 ], [ -73.879171, 40.828582 ], [ -73.880112, 40.828511 ], [ -73.881046, 40.828432 ], [ -73.881981, 40.828356 ], [ -73.882951, 40.828304 ], [ -73.883832, 40.828271 ], [ -73.883557, 40.828938 ], [ -73.883578, 40.829511 ], [ -73.883887, 40.829809 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005600", "name": "Census Tract 56, Bronx County, New York", "total_population_17": 2608, "white_alone_17": 21.0, "black_alone_17": 628.0, "native_alone_17": 34.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1641.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.409, "pct_black_alone_change": -3.558, "pct_native_alone_change": 0.086, "pct_asian_alone_change": -2.03, "pct_hispanic_or_latino_change": -1.026, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8326118", "INTPTLON": "-073.8790757" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882354, 40.831505 ], [ -73.879983, 40.83468 ], [ -73.879252, 40.834424 ], [ -73.878565, 40.834184 ], [ -73.87772, 40.833868 ], [ -73.877432, 40.83376 ], [ -73.876594, 40.833882 ], [ -73.876067, 40.831638 ], [ -73.876993, 40.831515 ], [ -73.877921, 40.831389 ], [ -73.878845, 40.831265 ], [ -73.879769, 40.831139 ], [ -73.880699, 40.831045 ], [ -73.881724, 40.831287 ], [ -73.882354, 40.831505 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005005902", "name": "Census Tract 59.02, Bronx County, New York", "total_population_17": 2757, "white_alone_17": 146.0, "black_alone_17": 631.0, "native_alone_17": 0.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1808.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.866, "pct_black_alone_change": -14.883, "pct_native_alone_change": -0.149, "pct_asian_alone_change": 0.523, "pct_hispanic_or_latino_change": 8.047, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8241299", "INTPTLON": "-073.9234195" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925149, 40.821894 ], [ -73.924737, 40.822641 ], [ -73.92456, 40.823083 ], [ -73.924434, 40.823458 ], [ -73.924373, 40.823712 ], [ -73.924304, 40.823909 ], [ -73.924127, 40.824262 ], [ -73.923473, 40.825425 ], [ -73.923062, 40.826096 ], [ -73.922742, 40.826714 ], [ -73.922669, 40.826854 ], [ -73.921152, 40.826398 ], [ -73.921739, 40.82564 ], [ -73.922274, 40.82497 ], [ -73.922378, 40.824794 ], [ -73.923021, 40.823711 ], [ -73.923073, 40.823624 ], [ -73.923371, 40.8231 ], [ -73.924644, 40.821021 ], [ -73.925645, 40.821131 ], [ -73.925149, 40.821894 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006000", "name": "Census Tract 60, Bronx County, New York", "total_population_17": 1328, "white_alone_17": 22.0, "black_alone_17": 260.0, "native_alone_17": 0.0, "asian_alone_17": 50.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 967.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -1.303, "pct_black_alone_change": 5.979, "pct_native_alone_change": -0.74, "pct_asian_alone_change": 3.302, "pct_hispanic_or_latino_change": -8.59, "pct_native_hawaiian_pacific_islander_change": -0.648, "INTPTLAT": "+40.8377073", "INTPTLON": "-073.8779705" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882222, 40.835463 ], [ -73.882105, 40.835836 ], [ -73.882072, 40.836235 ], [ -73.882072, 40.83659 ], [ -73.882172, 40.83709 ], [ -73.882006, 40.83746 ], [ -73.88172, 40.837954 ], [ -73.881663, 40.838029 ], [ -73.88155, 40.838211 ], [ -73.881135, 40.838622 ], [ -73.880514, 40.839237 ], [ -73.880371, 40.839472 ], [ -73.880163, 40.839998 ], [ -73.87973, 40.840042 ], [ -73.87866, 40.84002 ], [ -73.878364, 40.839997 ], [ -73.877914, 40.839971 ], [ -73.877415, 40.839988 ], [ -73.875613, 40.839902 ], [ -73.873561, 40.839794 ], [ -73.872843, 40.839758 ], [ -73.8727, 40.839752 ], [ -73.87282, 40.839239 ], [ -73.872944, 40.839251 ], [ -73.873069, 40.838751 ], [ -73.873183, 40.838359 ], [ -73.873229, 40.838156 ], [ -73.873475, 40.837746 ], [ -73.873539, 40.837668 ], [ -73.873673, 40.837542 ], [ -73.873796, 40.837445 ], [ -73.874011, 40.83731 ], [ -73.874075, 40.83729 ], [ -73.874188, 40.837254 ], [ -73.8743, 40.837242 ], [ -73.874374, 40.837243 ], [ -73.874543, 40.837261 ], [ -73.874718, 40.837313 ], [ -73.874909, 40.83736 ], [ -73.874688, 40.837169 ], [ -73.874622, 40.837069 ], [ -73.874652, 40.836943 ], [ -73.874818, 40.836849 ], [ -73.875029, 40.83675 ], [ -73.876045, 40.836551 ], [ -73.876399, 40.836455 ], [ -73.876455, 40.836387 ], [ -73.876937, 40.836137 ], [ -73.877525, 40.835887 ], [ -73.877968, 40.835615 ], [ -73.878409, 40.835292 ], [ -73.879252, 40.834424 ], [ -73.879983, 40.83468 ], [ -73.88126, 40.835126 ], [ -73.881893, 40.835354 ], [ -73.882023, 40.835397 ], [ -73.882109, 40.835426 ], [ -73.882222, 40.835463 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006100", "name": "Census Tract 61, Bronx County, New York", "total_population_17": 3869, "white_alone_17": 84.0, "black_alone_17": 2932.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 791.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.091, "pct_black_alone_change": -5.723, "pct_native_alone_change": -0.347, "pct_asian_alone_change": 0.22, "pct_hispanic_or_latino_change": 4.897, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.8222516", "INTPTLON": "-073.9226669" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926878, 40.819479 ], [ -73.926648, 40.820053 ], [ -73.926321, 40.820568 ], [ -73.925645, 40.821131 ], [ -73.924644, 40.821021 ], [ -73.923371, 40.8231 ], [ -73.923073, 40.823624 ], [ -73.923021, 40.823711 ], [ -73.922378, 40.824794 ], [ -73.922274, 40.82497 ], [ -73.921739, 40.82564 ], [ -73.921152, 40.826398 ], [ -73.920258, 40.826153 ], [ -73.919386, 40.825878 ], [ -73.918459, 40.825574 ], [ -73.919339, 40.823973 ], [ -73.919401, 40.823861 ], [ -73.919474, 40.823728 ], [ -73.919931, 40.8229 ], [ -73.920063, 40.822667 ], [ -73.920163, 40.822529 ], [ -73.920665, 40.821837 ], [ -73.921145, 40.821563 ], [ -73.921948, 40.821032 ], [ -73.922652, 40.820494 ], [ -73.924025, 40.819285 ], [ -73.925185, 40.818013 ], [ -73.925385, 40.818066 ], [ -73.925794, 40.818173 ], [ -73.926358, 40.818321 ], [ -73.927313, 40.81856 ], [ -73.926878, 40.819479 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006200", "name": "Census Tract 62, Bronx County, New York", "total_population_17": 7268, "white_alone_17": 11.0, "black_alone_17": 2205.0, "native_alone_17": 58.0, "asian_alone_17": 164.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4861.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.271, "pct_black_alone_change": -13.622, "pct_native_alone_change": 0.282, "pct_asian_alone_change": 1.131, "pct_hispanic_or_latino_change": 14.436, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8332756", "INTPTLON": "-073.8755275" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.879252, 40.834424 ], [ -73.878409, 40.835292 ], [ -73.877968, 40.835615 ], [ -73.877525, 40.835887 ], [ -73.876937, 40.836137 ], [ -73.876623, 40.836214 ], [ -73.876125, 40.836183 ], [ -73.875077, 40.836099 ], [ -73.874323, 40.836033 ], [ -73.873943, 40.83598 ], [ -73.87406, 40.835206 ], [ -73.873912, 40.8352 ], [ -73.873959, 40.834509 ], [ -73.873954, 40.834237 ], [ -73.873924, 40.833358 ], [ -73.873841, 40.832549 ], [ -73.873694, 40.831964 ], [ -73.873674, 40.831881 ], [ -73.873652, 40.831799 ], [ -73.873193, 40.829905 ], [ -73.873316, 40.82987 ], [ -73.873728, 40.829753 ], [ -73.874547, 40.829522 ], [ -73.875507, 40.829234 ], [ -73.876067, 40.831638 ], [ -73.876594, 40.833882 ], [ -73.877432, 40.83376 ], [ -73.87772, 40.833868 ], [ -73.878565, 40.834184 ], [ -73.879252, 40.834424 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006300", "name": "Census Tract 63, Bronx County, New York", "total_population_17": 4298, "white_alone_17": 349.0, "black_alone_17": 817.0, "native_alone_17": 25.0, "asian_alone_17": 232.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2843.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 5.515, "pct_black_alone_change": -12.745, "pct_native_alone_change": 0.123, "pct_asian_alone_change": 0.572, "pct_hispanic_or_latino_change": 6.385, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8242061", "INTPTLON": "-073.9287302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933059, 40.828156 ], [ -73.932948, 40.828165 ], [ -73.932545, 40.828233 ], [ -73.932173, 40.828235 ], [ -73.93146, 40.828295 ], [ -73.931284, 40.828301 ], [ -73.931143, 40.828316 ], [ -73.930956, 40.828335 ], [ -73.930852, 40.82836 ], [ -73.929932, 40.828636 ], [ -73.929772, 40.82868 ], [ -73.928896, 40.829116 ], [ -73.928756, 40.829186 ], [ -73.928651, 40.829283 ], [ -73.927622, 40.830234 ], [ -73.927264, 40.830565 ], [ -73.927158, 40.830674 ], [ -73.926803, 40.831039 ], [ -73.926429, 40.831423 ], [ -73.925364, 40.832625 ], [ -73.925029, 40.833273 ], [ -73.924394, 40.834484 ], [ -73.923967, 40.835082 ], [ -73.922372, 40.836109 ], [ -73.92318, 40.834517 ], [ -73.922217, 40.834163 ], [ -73.923488, 40.831973 ], [ -73.924261, 40.830681 ], [ -73.924504, 40.830284 ], [ -73.924812, 40.829783 ], [ -73.924972, 40.829523 ], [ -73.925842, 40.827964 ], [ -73.925927, 40.827812 ], [ -73.924944, 40.827511 ], [ -73.924047, 40.827244 ], [ -73.922669, 40.826854 ], [ -73.922742, 40.826714 ], [ -73.923062, 40.826096 ], [ -73.923473, 40.825425 ], [ -73.924127, 40.824262 ], [ -73.924304, 40.823909 ], [ -73.924373, 40.823712 ], [ -73.924434, 40.823458 ], [ -73.92456, 40.823083 ], [ -73.924737, 40.822641 ], [ -73.925149, 40.821894 ], [ -73.925645, 40.821131 ], [ -73.926321, 40.820568 ], [ -73.926648, 40.820053 ], [ -73.926878, 40.819479 ], [ -73.927313, 40.81856 ], [ -73.928218, 40.816535 ], [ -73.928857, 40.81488 ], [ -73.930276, 40.813256 ], [ -73.93057, 40.813373 ], [ -73.93102, 40.813579 ], [ -73.93116, 40.813652 ], [ -73.931272, 40.813707 ], [ -73.931353, 40.813833 ], [ -73.932158, 40.814154 ], [ -73.932401, 40.814151 ], [ -73.932396, 40.814195 ], [ -73.932394, 40.814217 ], [ -73.93239, 40.814254 ], [ -73.93238, 40.814319 ], [ -73.932368, 40.814399 ], [ -73.932365, 40.814591 ], [ -73.932356, 40.81468 ], [ -73.932349, 40.814754 ], [ -73.932333, 40.814923 ], [ -73.932333, 40.8151 ], [ -73.932263, 40.818002 ], [ -73.932325, 40.819463 ], [ -73.932327, 40.81949 ], [ -73.932327, 40.819503 ], [ -73.932329, 40.819554 ], [ -73.932333, 40.819654 ], [ -73.932401, 40.821193 ], [ -73.932407, 40.821284 ], [ -73.932425, 40.821561 ], [ -73.932468, 40.822203 ], [ -73.932491, 40.822554 ], [ -73.93252, 40.8228 ], [ -73.932538, 40.823051 ], [ -73.932567, 40.82325 ], [ -73.932568, 40.823488 ], [ -73.932591, 40.823666 ], [ -73.932632, 40.824134 ], [ -73.932643, 40.824356 ], [ -73.932661, 40.824538 ], [ -73.932719, 40.825116 ], [ -73.932728, 40.825183 ], [ -73.932736, 40.82529 ], [ -73.932749, 40.825386 ], [ -73.932749, 40.825439 ], [ -73.932749, 40.825492 ], [ -73.932781, 40.825715 ], [ -73.932793, 40.82583 ], [ -73.932813, 40.825941 ], [ -73.932825, 40.826078 ], [ -73.932898, 40.826558 ], [ -73.933003, 40.827676 ], [ -73.933021, 40.827834 ], [ -73.933033, 40.827913 ], [ -73.933047, 40.827995 ], [ -73.933059, 40.828156 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006400", "name": "Census Tract 64, Bronx County, New York", "total_population_17": 3309, "white_alone_17": 134.0, "black_alone_17": 1351.0, "native_alone_17": 34.0, "asian_alone_17": 53.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1505.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.008, "pct_black_alone_change": 2.764, "pct_native_alone_change": 0.448, "pct_asian_alone_change": -0.894, "pct_hispanic_or_latino_change": -8.287, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8330289", "INTPTLON": "-073.8722067" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.873943, 40.83598 ], [ -73.873799, 40.835968 ], [ -73.872976, 40.835902 ], [ -73.872124, 40.835859 ], [ -73.871102, 40.835755 ], [ -73.8709, 40.834645 ], [ -73.870375, 40.832405 ], [ -73.870007, 40.83082 ], [ -73.870903, 40.830563 ], [ -73.871794, 40.830305 ], [ -73.872755, 40.830028 ], [ -73.873193, 40.829905 ], [ -73.873652, 40.831799 ], [ -73.873674, 40.831881 ], [ -73.873694, 40.831964 ], [ -73.873841, 40.832549 ], [ -73.873924, 40.833358 ], [ -73.873954, 40.834237 ], [ -73.873959, 40.834509 ], [ -73.873912, 40.8352 ], [ -73.87406, 40.835206 ], [ -73.873943, 40.83598 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006500", "name": "Census Tract 65, Bronx County, New York", "total_population_17": 5471, "white_alone_17": 276.0, "black_alone_17": 1547.0, "native_alone_17": 0.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3552.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.758, "pct_black_alone_change": -0.038, "pct_native_alone_change": -0.43, "pct_asian_alone_change": -0.845, "pct_hispanic_or_latino_change": 0.262, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8173983", "INTPTLON": "-073.9216592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926444, 40.816458 ], [ -73.92622, 40.816759 ], [ -73.925185, 40.818013 ], [ -73.924025, 40.819285 ], [ -73.922652, 40.820494 ], [ -73.921948, 40.821032 ], [ -73.921145, 40.821563 ], [ -73.920665, 40.821837 ], [ -73.920891, 40.821494 ], [ -73.92119, 40.820833 ], [ -73.921478, 40.8202 ], [ -73.921784, 40.819527 ], [ -73.922118, 40.818796 ], [ -73.918899, 40.817967 ], [ -73.918214, 40.817792 ], [ -73.917119, 40.817512 ], [ -73.915991, 40.817211 ], [ -73.916764, 40.816557 ], [ -73.917625, 40.816055 ], [ -73.9179, 40.815902 ], [ -73.918618, 40.815523 ], [ -73.919467, 40.815074 ], [ -73.920349, 40.814629 ], [ -73.920482, 40.814564 ], [ -73.921101, 40.815243 ], [ -73.921288, 40.815429 ], [ -73.921455, 40.815527 ], [ -73.921583, 40.81555 ], [ -73.921245, 40.81622 ], [ -73.923093, 40.816698 ], [ -73.923661, 40.815909 ], [ -73.924, 40.815439 ], [ -73.924887, 40.815677 ], [ -73.925055, 40.815722 ], [ -73.925501, 40.815833 ], [ -73.92567, 40.815876 ], [ -73.926627, 40.816119 ], [ -73.926444, 40.816458 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006700", "name": "Census Tract 67, Bronx County, New York", "total_population_17": 7314, "white_alone_17": 12.0, "black_alone_17": 2570.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 53.0, "hispanic_or_latino_17": 4679.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.068, "pct_black_alone_change": 5.297, "pct_native_alone_change": -0.262, "pct_asian_alone_change": -0.924, "pct_hispanic_or_latino_change": -3.351, "pct_native_hawaiian_pacific_islander_change": 0.725, "INTPTLAT": "+40.8195023", "INTPTLON": "-073.9181767" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921784, 40.819527 ], [ -73.921478, 40.8202 ], [ -73.92119, 40.820833 ], [ -73.920891, 40.821494 ], [ -73.920665, 40.821837 ], [ -73.920463, 40.821997 ], [ -73.920401, 40.822047 ], [ -73.92034, 40.822095 ], [ -73.919789, 40.821941 ], [ -73.919178, 40.82177 ], [ -73.91882, 40.82167 ], [ -73.918577, 40.821602 ], [ -73.918371, 40.821544 ], [ -73.917417, 40.821277 ], [ -73.917691, 40.820691 ], [ -73.917713, 40.820647 ], [ -73.91754, 40.820602 ], [ -73.915902, 40.820175 ], [ -73.914264, 40.819747 ], [ -73.91352, 40.819542 ], [ -73.914031, 40.818956 ], [ -73.914472, 40.818507 ], [ -73.914953, 40.818077 ], [ -73.915263, 40.817825 ], [ -73.915528, 40.817581 ], [ -73.915991, 40.817211 ], [ -73.917119, 40.817512 ], [ -73.918214, 40.817792 ], [ -73.918899, 40.817967 ], [ -73.922118, 40.818796 ], [ -73.921784, 40.819527 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006800", "name": "Census Tract 68, Bronx County, New York", "total_population_17": 3435, "white_alone_17": 106.0, "black_alone_17": 1279.0, "native_alone_17": 62.0, "asian_alone_17": 390.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1593.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.026, "pct_black_alone_change": 5.978, "pct_native_alone_change": 0.496, "pct_asian_alone_change": 6.275, "pct_hispanic_or_latino_change": -13.238, "pct_native_hawaiian_pacific_islander_change": -0.187, "INTPTLAT": "+40.8289669", "INTPTLON": "-073.8704820" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.873193, 40.829905 ], [ -73.872755, 40.830028 ], [ -73.871794, 40.830305 ], [ -73.870903, 40.830563 ], [ -73.870007, 40.83082 ], [ -73.869079, 40.831086 ], [ -73.86815, 40.83136 ], [ -73.867762, 40.829687 ], [ -73.86872, 40.829558 ], [ -73.868223, 40.827426 ], [ -73.869184, 40.827298 ], [ -73.870115, 40.827171 ], [ -73.871037, 40.827053 ], [ -73.871979, 40.82692 ], [ -73.872723, 40.826819 ], [ -73.872737, 40.827093 ], [ -73.872772, 40.82763 ], [ -73.872814, 40.828073 ], [ -73.87302, 40.829366 ], [ -73.873193, 40.829905 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005006900", "name": "Census Tract 69, Bronx County, New York", "total_population_17": 8351, "white_alone_17": 289.0, "black_alone_17": 3170.0, "native_alone_17": 30.0, "asian_alone_17": 108.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4594.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.449, "pct_black_alone_change": 5.159, "pct_native_alone_change": -0.497, "pct_asian_alone_change": 1.108, "pct_hispanic_or_latino_change": -8.787, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8218666", "INTPTLON": "-073.9157567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920204, 40.822182 ], [ -73.919483, 40.822645 ], [ -73.91937, 40.822718 ], [ -73.918993, 40.822961 ], [ -73.918966, 40.822979 ], [ -73.918337, 40.823385 ], [ -73.917566, 40.823884 ], [ -73.916773, 40.824387 ], [ -73.915877, 40.824104 ], [ -73.916216, 40.823468 ], [ -73.914506, 40.822942 ], [ -73.912876, 40.822441 ], [ -73.911745, 40.822107 ], [ -73.912168, 40.821486 ], [ -73.91257, 40.820861 ], [ -73.913063, 40.820133 ], [ -73.91352, 40.819542 ], [ -73.914264, 40.819747 ], [ -73.915902, 40.820175 ], [ -73.91754, 40.820602 ], [ -73.917713, 40.820647 ], [ -73.917691, 40.820691 ], [ -73.917417, 40.821277 ], [ -73.918371, 40.821544 ], [ -73.918577, 40.821602 ], [ -73.91882, 40.82167 ], [ -73.919178, 40.82177 ], [ -73.919789, 40.821941 ], [ -73.92034, 40.822095 ], [ -73.920204, 40.822182 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007000", "name": "Census Tract 70, Bronx County, New York", "total_population_17": 4899, "white_alone_17": 133.0, "black_alone_17": 1160.0, "native_alone_17": 46.0, "asian_alone_17": 460.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2846.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.458, "pct_black_alone_change": 0.529, "pct_native_alone_change": -0.119, "pct_asian_alone_change": 0.904, "pct_hispanic_or_latino_change": -2.772, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8298152", "INTPTLON": "-073.8656233" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86872, 40.829558 ], [ -73.867762, 40.829687 ], [ -73.86815, 40.83136 ], [ -73.867258, 40.831624 ], [ -73.866355, 40.831874 ], [ -73.865461, 40.832132 ], [ -73.864565, 40.832389 ], [ -73.863657, 40.832652 ], [ -73.863135, 40.830305 ], [ -73.862642, 40.82817 ], [ -73.863572, 40.828049 ], [ -73.864494, 40.827926 ], [ -73.86542, 40.827802 ], [ -73.866346, 40.82768 ], [ -73.867268, 40.827554 ], [ -73.868223, 40.827426 ], [ -73.86872, 40.829558 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007100", "name": "Census Tract 71, Bronx County, New York", "total_population_17": 2702, "white_alone_17": 58.0, "black_alone_17": 870.0, "native_alone_17": 7.0, "asian_alone_17": 28.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1699.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.025, "pct_black_alone_change": 2.49, "pct_native_alone_change": 0.153, "pct_asian_alone_change": 0.559, "pct_hispanic_or_latino_change": -4.548, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8182214", "INTPTLON": "-073.9128301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917625, 40.816055 ], [ -73.916764, 40.816557 ], [ -73.915991, 40.817211 ], [ -73.915528, 40.817581 ], [ -73.915263, 40.817825 ], [ -73.914953, 40.818077 ], [ -73.914472, 40.818507 ], [ -73.914031, 40.818956 ], [ -73.91352, 40.819542 ], [ -73.913063, 40.820133 ], [ -73.91257, 40.820861 ], [ -73.912168, 40.821486 ], [ -73.911745, 40.822107 ], [ -73.911285, 40.822198 ], [ -73.9107, 40.822324 ], [ -73.909851, 40.822553 ], [ -73.909497, 40.822438 ], [ -73.909413, 40.822418 ], [ -73.908418, 40.822181 ], [ -73.908926, 40.820963 ], [ -73.909909, 40.821241 ], [ -73.910014, 40.820926 ], [ -73.910118, 40.820618 ], [ -73.910219, 40.820302 ], [ -73.910348, 40.819947 ], [ -73.910612, 40.819224 ], [ -73.911381, 40.817373 ], [ -73.911942, 40.816047 ], [ -73.91226, 40.815486 ], [ -73.912579, 40.814926 ], [ -73.912954, 40.814269 ], [ -73.914954, 40.814937 ], [ -73.916771, 40.815699 ], [ -73.917625, 40.816055 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007200", "name": "Census Tract 72, Bronx County, New York", "total_population_17": 5520, "white_alone_17": 304.0, "black_alone_17": 1029.0, "native_alone_17": 92.0, "asian_alone_17": 1425.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2445.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.846, "pct_black_alone_change": 3.206, "pct_native_alone_change": 0.445, "pct_asian_alone_change": 8.054, "pct_hispanic_or_latino_change": -11.729, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8310478", "INTPTLON": "-073.8606925" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863657, 40.832652 ], [ -73.862721, 40.833021 ], [ -73.861634, 40.833328 ], [ -73.861442, 40.833451 ], [ -73.861298, 40.833541 ], [ -73.861096, 40.833632 ], [ -73.860851, 40.833614 ], [ -73.860583, 40.833562 ], [ -73.860435, 40.833461 ], [ -73.860344, 40.833294 ], [ -73.860328, 40.833217 ], [ -73.860335, 40.833129 ], [ -73.858853, 40.832673 ], [ -73.857596, 40.832314 ], [ -73.85743, 40.832266 ], [ -73.855977, 40.831831 ], [ -73.856275, 40.831836 ], [ -73.857381, 40.832135 ], [ -73.857376, 40.832046 ], [ -73.857323, 40.831822 ], [ -73.857157, 40.831102 ], [ -73.85699, 40.830385 ], [ -73.860261, 40.829947 ], [ -73.859938, 40.829247 ], [ -73.85962, 40.828548 ], [ -73.860674, 40.828419 ], [ -73.861717, 40.828296 ], [ -73.862642, 40.82817 ], [ -73.863135, 40.830305 ], [ -73.863657, 40.832652 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007300", "name": "Census Tract 73, Bronx County, New York", "total_population_17": 4139, "white_alone_17": 72.0, "black_alone_17": 1369.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 36.0, "hispanic_or_latino_17": 2636.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.755, "pct_black_alone_change": 10.97, "pct_native_alone_change": -0.185, "pct_asian_alone_change": -0.708, "pct_hispanic_or_latino_change": -11.559, "pct_native_hawaiian_pacific_islander_change": 0.716, "INTPTLAT": "+40.8146752", "INTPTLON": "-073.9093890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912579, 40.814926 ], [ -73.91226, 40.815486 ], [ -73.911942, 40.816047 ], [ -73.911025, 40.815977 ], [ -73.910133, 40.815932 ], [ -73.90991, 40.815936 ], [ -73.909132, 40.815941 ], [ -73.908225, 40.816203 ], [ -73.90808, 40.816033 ], [ -73.907154, 40.815842 ], [ -73.906238, 40.815661 ], [ -73.906584, 40.814709 ], [ -73.906966, 40.813652 ], [ -73.907245, 40.812855 ], [ -73.908159, 40.813044 ], [ -73.909075, 40.813233 ], [ -73.910019, 40.813432 ], [ -73.910948, 40.813621 ], [ -73.911812, 40.813883 ], [ -73.912954, 40.814269 ], [ -73.912579, 40.814926 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007400", "name": "Census Tract 74, Bronx County, New York", "total_population_17": 3466, "white_alone_17": 90.0, "black_alone_17": 1081.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2192.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.085, "pct_black_alone_change": -12.659, "pct_native_alone_change": -0.114, "pct_asian_alone_change": -2.512, "pct_hispanic_or_latino_change": 12.743, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8194734", "INTPTLON": "-073.8528608" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.855136, 40.822436 ], [ -73.852078, 40.822847 ], [ -73.851901, 40.822089 ], [ -73.851751, 40.821441 ], [ -73.85158, 40.820711 ], [ -73.85108, 40.818618 ], [ -73.850917, 40.817878 ], [ -73.850766, 40.81723 ], [ -73.850599, 40.816498 ], [ -73.851629, 40.816354 ], [ -73.85362, 40.816088 ], [ -73.853787, 40.816815 ], [ -73.853949, 40.817467 ], [ -73.854142, 40.818238 ], [ -73.854637, 40.8203 ], [ -73.854808, 40.821029 ], [ -73.854967, 40.82168 ], [ -73.855136, 40.822436 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007500", "name": "Census Tract 75, Bronx County, New York", "total_population_17": 6039, "white_alone_17": 85.0, "black_alone_17": 2221.0, "native_alone_17": 139.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3643.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.64, "pct_black_alone_change": 5.507, "pct_native_alone_change": 2.003, "pct_asian_alone_change": -0.64, "pct_hispanic_or_latino_change": -6.335, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+40.8187768", "INTPTLON": "-073.9086238" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911381, 40.817373 ], [ -73.910612, 40.819224 ], [ -73.910348, 40.819947 ], [ -73.910219, 40.820302 ], [ -73.910118, 40.820618 ], [ -73.910014, 40.820926 ], [ -73.909909, 40.821241 ], [ -73.908926, 40.820963 ], [ -73.908418, 40.822181 ], [ -73.907427, 40.821945 ], [ -73.906457, 40.821715 ], [ -73.905659, 40.821557 ], [ -73.906002, 40.82075 ], [ -73.906439, 40.819694 ], [ -73.906917, 40.818533 ], [ -73.906997, 40.81834 ], [ -73.906242, 40.818158 ], [ -73.905313, 40.817925 ], [ -73.906305, 40.817371 ], [ -73.90665, 40.817179 ], [ -73.907589, 40.816596 ], [ -73.908225, 40.816203 ], [ -73.909132, 40.815941 ], [ -73.90991, 40.815936 ], [ -73.910133, 40.815932 ], [ -73.911025, 40.815977 ], [ -73.911942, 40.816047 ], [ -73.911381, 40.817373 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007600", "name": "Census Tract 76, Bronx County, New York", "total_population_17": 5142, "white_alone_17": 213.0, "black_alone_17": 863.0, "native_alone_17": 14.0, "asian_alone_17": 554.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3370.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.647, "pct_black_alone_change": -5.453, "pct_native_alone_change": -0.174, "pct_asian_alone_change": 7.122, "pct_hispanic_or_latino_change": -3.907, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8333750", "INTPTLON": "-073.8676557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871102, 40.835755 ], [ -73.869994, 40.83565 ], [ -73.869033, 40.835486 ], [ -73.868102, 40.835213 ], [ -73.866806, 40.834837 ], [ -73.865861, 40.834551 ], [ -73.864883, 40.834231 ], [ -73.863856, 40.833951 ], [ -73.862837, 40.833688 ], [ -73.862721, 40.833021 ], [ -73.863657, 40.832652 ], [ -73.864565, 40.832389 ], [ -73.865461, 40.832132 ], [ -73.866355, 40.831874 ], [ -73.867258, 40.831624 ], [ -73.86815, 40.83136 ], [ -73.869079, 40.831086 ], [ -73.870007, 40.83082 ], [ -73.870375, 40.832405 ], [ -73.8709, 40.834645 ], [ -73.871102, 40.835755 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007700", "name": "Census Tract 77, Bronx County, New York", "total_population_17": 2087, "white_alone_17": 42.0, "black_alone_17": 463.0, "native_alone_17": 12.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1570.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 0.482, "pct_black_alone_change": -2.222, "pct_native_alone_change": 0.575, "pct_asian_alone_change": -1.836, "pct_hispanic_or_latino_change": 3.231, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8197339", "INTPTLON": "-073.9044231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906917, 40.818533 ], [ -73.906439, 40.819694 ], [ -73.906002, 40.82075 ], [ -73.905659, 40.821557 ], [ -73.904897, 40.821371 ], [ -73.903793, 40.821091 ], [ -73.902668, 40.820803 ], [ -73.901292, 40.820475 ], [ -73.901602, 40.819695 ], [ -73.903104, 40.818902 ], [ -73.90347, 40.818737 ], [ -73.904999, 40.81806 ], [ -73.905313, 40.817925 ], [ -73.906242, 40.818158 ], [ -73.906997, 40.81834 ], [ -73.906917, 40.818533 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007800", "name": "Census Tract 78, Bronx County, New York", "total_population_17": 7035, "white_alone_17": 234.0, "black_alone_17": 1387.0, "native_alone_17": 0.0, "asian_alone_17": 422.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4759.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.101, "pct_black_alone_change": 2.166, "pct_native_alone_change": -0.632, "pct_asian_alone_change": -1.001, "pct_hispanic_or_latino_change": 3.832, "pct_native_hawaiian_pacific_islander_change": -0.049, "INTPTLAT": "+40.8291304", "INTPTLON": "-073.8526457" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.857381, 40.832135 ], [ -73.856275, 40.831836 ], [ -73.855977, 40.831831 ], [ -73.855463, 40.831685 ], [ -73.854744, 40.831477 ], [ -73.852934, 40.830932 ], [ -73.851224, 40.830414 ], [ -73.850632, 40.830233 ], [ -73.849492, 40.829909 ], [ -73.848749, 40.829651 ], [ -73.847261, 40.829313 ], [ -73.846968, 40.829229 ], [ -73.84585, 40.828915 ], [ -73.845045, 40.8288 ], [ -73.845255, 40.828463 ], [ -73.84579, 40.828307 ], [ -73.846177, 40.828204 ], [ -73.846999, 40.828 ], [ -73.85003, 40.827596 ], [ -73.853091, 40.827186 ], [ -73.856151, 40.82677 ], [ -73.856328, 40.827508 ], [ -73.856491, 40.828225 ], [ -73.856656, 40.828945 ], [ -73.856822, 40.829665 ], [ -73.85699, 40.830385 ], [ -73.857157, 40.831102 ], [ -73.857323, 40.831822 ], [ -73.857376, 40.832046 ], [ -73.857381, 40.832135 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005007900", "name": "Census Tract 79, Bronx County, New York", "total_population_17": 7051, "white_alone_17": 20.0, "black_alone_17": 1752.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 32.0, "hispanic_or_latino_17": 5195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.171, "pct_black_alone_change": 3.326, "pct_native_alone_change": -0.182, "pct_asian_alone_change": -0.288, "pct_hispanic_or_latino_change": -2.422, "pct_native_hawaiian_pacific_islander_change": 0.454, "INTPTLAT": "+40.8157920", "INTPTLON": "-073.9048714" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908225, 40.816203 ], [ -73.907589, 40.816596 ], [ -73.90665, 40.817179 ], [ -73.906305, 40.817371 ], [ -73.905313, 40.817925 ], [ -73.904999, 40.81806 ], [ -73.90347, 40.818737 ], [ -73.903104, 40.818902 ], [ -73.901602, 40.819695 ], [ -73.901668, 40.819534 ], [ -73.901928, 40.818924 ], [ -73.902107, 40.818505 ], [ -73.902579, 40.81737 ], [ -73.90301, 40.816318 ], [ -73.903065, 40.816107 ], [ -73.90347, 40.815075 ], [ -73.903804, 40.814132 ], [ -73.904183, 40.813087 ], [ -73.904466, 40.812282 ], [ -73.905413, 40.812476 ], [ -73.90633, 40.812667 ], [ -73.907245, 40.812855 ], [ -73.906966, 40.813652 ], [ -73.906584, 40.814709 ], [ -73.906238, 40.815661 ], [ -73.907154, 40.815842 ], [ -73.90808, 40.816033 ], [ -73.908225, 40.816203 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005008300", "name": "Census Tract 83, Bronx County, New York", "total_population_17": 6575, "white_alone_17": 29.0, "black_alone_17": 1121.0, "native_alone_17": 26.0, "asian_alone_17": 267.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5109.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.542, "pct_black_alone_change": -0.456, "pct_native_alone_change": 0.363, "pct_asian_alone_change": 3.658, "pct_hispanic_or_latino_change": -3.196, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8136778", "INTPTLON": "-073.9018400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.904183, 40.813087 ], [ -73.903804, 40.814132 ], [ -73.90347, 40.815075 ], [ -73.903065, 40.816107 ], [ -73.90301, 40.816318 ], [ -73.902579, 40.81737 ], [ -73.901536, 40.817156 ], [ -73.900721, 40.816764 ], [ -73.900922, 40.816724 ], [ -73.900506, 40.815879 ], [ -73.90012, 40.815084 ], [ -73.899728, 40.81429 ], [ -73.899341, 40.813489 ], [ -73.898448, 40.813177 ], [ -73.899167, 40.812665 ], [ -73.900905, 40.811429 ], [ -73.903074, 40.80988 ], [ -73.903243, 40.810713 ], [ -73.903417, 40.811507 ], [ -73.90418, 40.812125 ], [ -73.904466, 40.812282 ], [ -73.904183, 40.813087 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005008400", "name": "Census Tract 84, Bronx County, New York", "total_population_17": 2809, "white_alone_17": 52.0, "black_alone_17": 647.0, "native_alone_17": 129.0, "asian_alone_17": 231.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1722.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.889, "pct_black_alone_change": -14.148, "pct_native_alone_change": 4.592, "pct_asian_alone_change": 6.973, "pct_hispanic_or_latino_change": 1.13, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8156088", "INTPTLON": "-073.8477354" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.851629, 40.816354 ], [ -73.850599, 40.816498 ], [ -73.849574, 40.816634 ], [ -73.848588, 40.816765 ], [ -73.847539, 40.816905 ], [ -73.846478, 40.817049 ], [ -73.845496, 40.817181 ], [ -73.844486, 40.817315 ], [ -73.843881, 40.817391 ], [ -73.843995, 40.817246 ], [ -73.845071, 40.815419 ], [ -73.845244, 40.815006 ], [ -73.845743, 40.813896 ], [ -73.846097, 40.813079 ], [ -73.846632, 40.813013 ], [ -73.847054, 40.814826 ], [ -73.848112, 40.814687 ], [ -73.849097, 40.814551 ], [ -73.850115, 40.814419 ], [ -73.850899, 40.814344 ], [ -73.851145, 40.814396 ], [ -73.851629, 40.816354 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005008500", "name": "Census Tract 85, Bronx County, New York", "total_population_17": 6587, "white_alone_17": 53.0, "black_alone_17": 1243.0, "native_alone_17": 13.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5240.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.129, "pct_black_alone_change": -4.508, "pct_native_alone_change": -0.19, "pct_asian_alone_change": -0.351, "pct_hispanic_or_latino_change": 6.025, "pct_native_hawaiian_pacific_islander_change": -0.055, "INTPTLAT": "+40.8162762", "INTPTLON": "-073.8990831" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902107, 40.818505 ], [ -73.901928, 40.818924 ], [ -73.901668, 40.819534 ], [ -73.900023, 40.818595 ], [ -73.899818, 40.81847 ], [ -73.899285, 40.818147 ], [ -73.898521, 40.817686 ], [ -73.897786, 40.817246 ], [ -73.897045, 40.816802 ], [ -73.896213, 40.816319 ], [ -73.895801, 40.816066 ], [ -73.895428, 40.815845 ], [ -73.89685, 40.81446 ], [ -73.898448, 40.813177 ], [ -73.899341, 40.813489 ], [ -73.899728, 40.81429 ], [ -73.90012, 40.815084 ], [ -73.900506, 40.815879 ], [ -73.900922, 40.816724 ], [ -73.900721, 40.816764 ], [ -73.901536, 40.817156 ], [ -73.902579, 40.81737 ], [ -73.902107, 40.818505 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005008600", "name": "Census Tract 86, Bronx County, New York", "total_population_17": 4046, "white_alone_17": 47.0, "black_alone_17": 1103.0, "native_alone_17": 0.0, "asian_alone_17": 82.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2784.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.345, "pct_black_alone_change": -9.511, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 1.342, "pct_hispanic_or_latino_change": 8.343, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8198788", "INTPTLON": "-073.8498059" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852078, 40.822847 ], [ -73.849018, 40.82326 ], [ -73.848841, 40.822503 ], [ -73.84869, 40.821856 ], [ -73.84852, 40.821123 ], [ -73.848341, 40.820363 ], [ -73.848045, 40.819091 ], [ -73.848028, 40.819017 ], [ -73.848008, 40.818932 ], [ -73.847539, 40.816905 ], [ -73.848588, 40.816765 ], [ -73.849574, 40.816634 ], [ -73.850599, 40.816498 ], [ -73.850766, 40.81723 ], [ -73.850917, 40.817878 ], [ -73.85108, 40.818618 ], [ -73.85158, 40.820711 ], [ -73.851751, 40.821441 ], [ -73.851901, 40.822089 ], [ -73.852078, 40.822847 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005008700", "name": "Census Tract 87, Bronx County, New York", "total_population_17": 6093, "white_alone_17": 142.0, "black_alone_17": 1376.0, "native_alone_17": 65.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4435.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.062, "pct_black_alone_change": 5.531, "pct_native_alone_change": 0.798, "pct_asian_alone_change": -0.037, "pct_hispanic_or_latino_change": -8.18, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.8196720", "INTPTLON": "-073.8972847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901602, 40.819695 ], [ -73.900852, 40.820059 ], [ -73.900646, 40.820164 ], [ -73.89986, 40.820563 ], [ -73.898985, 40.821038 ], [ -73.897864, 40.821598 ], [ -73.896878, 40.822118 ], [ -73.895861, 40.822631 ], [ -73.895881, 40.820992 ], [ -73.894905, 40.820987 ], [ -73.893874, 40.820979 ], [ -73.892836, 40.820974 ], [ -73.893895, 40.81986 ], [ -73.894931, 40.818847 ], [ -73.895677, 40.818129 ], [ -73.897045, 40.816802 ], [ -73.897786, 40.817246 ], [ -73.898521, 40.817686 ], [ -73.899285, 40.818147 ], [ -73.899818, 40.81847 ], [ -73.900023, 40.818595 ], [ -73.901668, 40.819534 ], [ -73.901602, 40.819695 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005008900", "name": "Census Tract 89, Bronx County, New York", "total_population_17": 3373, "white_alone_17": 53.0, "black_alone_17": 746.0, "native_alone_17": 49.0, "asian_alone_17": 12.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2562.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.497, "pct_black_alone_change": 9.608, "pct_native_alone_change": 1.245, "pct_asian_alone_change": 0.079, "pct_hispanic_or_latino_change": -9.907, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.8185668", "INTPTLON": "-073.8939061" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.897045, 40.816802 ], [ -73.895677, 40.818129 ], [ -73.894931, 40.818847 ], [ -73.893895, 40.81986 ], [ -73.892836, 40.820974 ], [ -73.891615, 40.820985 ], [ -73.890824, 40.820307 ], [ -73.892239, 40.818869 ], [ -73.893323, 40.817878 ], [ -73.89514, 40.816126 ], [ -73.895428, 40.815845 ], [ -73.895801, 40.816066 ], [ -73.896213, 40.816319 ], [ -73.897045, 40.816802 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005009000", "name": "Census Tract 90, Bronx County, New York", "total_population_17": 3877, "white_alone_17": 151.0, "black_alone_17": 1038.0, "native_alone_17": 36.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2526.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.096, "pct_black_alone_change": -7.197, "pct_native_alone_change": 0.602, "pct_asian_alone_change": -0.175, "pct_hispanic_or_latino_change": 5.728, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.8089385", "INTPTLON": "-073.8407005" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.849018, 40.82326 ], [ -73.845955, 40.823671 ], [ -73.842898, 40.824083 ], [ -73.843082, 40.824871 ], [ -73.843247, 40.825554 ], [ -73.84341, 40.826281 ], [ -73.843585, 40.827003 ], [ -73.843728, 40.827668 ], [ -73.843761, 40.827781 ], [ -73.843794, 40.82789 ], [ -73.843812, 40.827962 ], [ -73.843838, 40.828102 ], [ -73.843859, 40.828198 ], [ -73.843892, 40.828349 ], [ -73.843917, 40.828447 ], [ -73.843142, 40.828579 ], [ -73.842915, 40.828622 ], [ -73.842812, 40.828637 ], [ -73.842385, 40.828688 ], [ -73.842249, 40.828705 ], [ -73.841446, 40.828793 ], [ -73.841234, 40.828812 ], [ -73.840501, 40.828858 ], [ -73.840344, 40.828867 ], [ -73.839252, 40.828909 ], [ -73.837575, 40.828972 ], [ -73.837173, 40.829018 ], [ -73.837017, 40.829053 ], [ -73.836979, 40.82893 ], [ -73.836945, 40.828821 ], [ -73.836887, 40.828646 ], [ -73.836838, 40.828464 ], [ -73.836813, 40.828386 ], [ -73.836777, 40.828274 ], [ -73.836746, 40.828198 ], [ -73.836694, 40.827892 ], [ -73.836544, 40.82712 ], [ -73.836435, 40.826374 ], [ -73.83621, 40.824974 ], [ -73.83602, 40.82376 ], [ -73.835941, 40.819987 ], [ -73.836032, 40.817856 ], [ -73.83645, 40.81784 ], [ -73.836734, 40.817822 ], [ -73.836708, 40.817554 ], [ -73.836738, 40.817193 ], [ -73.836961, 40.816341 ], [ -73.837327, 40.816346 ], [ -73.838959, 40.816369 ], [ -73.83998, 40.816391 ], [ -73.839858, 40.815976 ], [ -73.839872, 40.815539 ], [ -73.839907, 40.81447 ], [ -73.840068, 40.813601 ], [ -73.840426, 40.811873 ], [ -73.839018, 40.808216 ], [ -73.837984, 40.806226 ], [ -73.83648, 40.805922 ], [ -73.835919, 40.805588 ], [ -73.834499, 40.805015 ], [ -73.832881, 40.804816 ], [ -73.831959, 40.804865 ], [ -73.831833, 40.804939 ], [ -73.830676, 40.803108 ], [ -73.83082, 40.80306 ], [ -73.831706, 40.802894 ], [ -73.835409, 40.802199 ], [ -73.844076, 40.801023 ], [ -73.845397, 40.801024 ], [ -73.846654, 40.801024 ], [ -73.845117, 40.806299 ], [ -73.843134, 40.811603 ], [ -73.846387, 40.811625 ], [ -73.846467, 40.812306 ], [ -73.846097, 40.813079 ], [ -73.845743, 40.813896 ], [ -73.845244, 40.815006 ], [ -73.845071, 40.815419 ], [ -73.843995, 40.817246 ], [ -73.843881, 40.817391 ], [ -73.844486, 40.817315 ], [ -73.845496, 40.817181 ], [ -73.846478, 40.817049 ], [ -73.847539, 40.816905 ], [ -73.848008, 40.818932 ], [ -73.848028, 40.819017 ], [ -73.848045, 40.819091 ], [ -73.848341, 40.820363 ], [ -73.84852, 40.821123 ], [ -73.84869, 40.821856 ], [ -73.848841, 40.822503 ], [ -73.849018, 40.82326 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005009200", "name": "Census Tract 92, Bronx County, New York", "total_population_17": 6202, "white_alone_17": 141.0, "black_alone_17": 1055.0, "native_alone_17": 0.0, "asian_alone_17": 914.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3484.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.856, "pct_black_alone_change": 4.093, "pct_native_alone_change": -0.943, "pct_asian_alone_change": 2.024, "pct_hispanic_or_latino_change": -3.821, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8323395", "INTPTLON": "-073.8521545" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860344, 40.833294 ], [ -73.859056, 40.833413 ], [ -73.857732, 40.833558 ], [ -73.854651, 40.833888 ], [ -73.853471, 40.834015 ], [ -73.852813, 40.834079 ], [ -73.851684, 40.834201 ], [ -73.850166, 40.834355 ], [ -73.849559, 40.834409 ], [ -73.848486, 40.834525 ], [ -73.848314, 40.833781 ], [ -73.848147, 40.83306 ], [ -73.847979, 40.832339 ], [ -73.847812, 40.831622 ], [ -73.847642, 40.830901 ], [ -73.84747, 40.830189 ], [ -73.847318, 40.829533 ], [ -73.847261, 40.829313 ], [ -73.848749, 40.829651 ], [ -73.849492, 40.829909 ], [ -73.850632, 40.830233 ], [ -73.851224, 40.830414 ], [ -73.852934, 40.830932 ], [ -73.854744, 40.831477 ], [ -73.855463, 40.831685 ], [ -73.855977, 40.831831 ], [ -73.85743, 40.832266 ], [ -73.857596, 40.832314 ], [ -73.858853, 40.832673 ], [ -73.860335, 40.833129 ], [ -73.860328, 40.833217 ], [ -73.860344, 40.833294 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005009300", "name": "Census Tract 93, Bronx County, New York", "total_population_17": 6424, "white_alone_17": 50.0, "black_alone_17": 1872.0, "native_alone_17": 31.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4482.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.867, "pct_black_alone_change": 4.498, "pct_native_alone_change": 0.121, "pct_asian_alone_change": -0.271, "pct_hispanic_or_latino_change": -3.002, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.8056822", "INTPTLON": "-073.8856083" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903074, 40.80988 ], [ -73.900905, 40.811429 ], [ -73.899167, 40.812665 ], [ -73.898448, 40.813177 ], [ -73.89685, 40.81446 ], [ -73.895428, 40.815845 ], [ -73.89514, 40.816126 ], [ -73.893323, 40.817878 ], [ -73.892239, 40.818869 ], [ -73.890824, 40.820307 ], [ -73.89074, 40.820237 ], [ -73.890677, 40.820185 ], [ -73.890556, 40.820084 ], [ -73.890523, 40.820059 ], [ -73.890464, 40.820013 ], [ -73.890433, 40.819988 ], [ -73.890087, 40.819712 ], [ -73.889713, 40.819433 ], [ -73.889167, 40.818618 ], [ -73.888656, 40.817755 ], [ -73.887996, 40.816664 ], [ -73.886699, 40.815363 ], [ -73.885894, 40.814593 ], [ -73.885401, 40.814107 ], [ -73.884174, 40.81295 ], [ -73.883765, 40.812536 ], [ -73.882841, 40.811637 ], [ -73.882092, 40.810922 ], [ -73.881859, 40.810852 ], [ -73.881621, 40.81045 ], [ -73.881212, 40.81006 ], [ -73.880413, 40.809393 ], [ -73.879795, 40.807538 ], [ -73.879357, 40.805658 ], [ -73.878079, 40.805865 ], [ -73.8778, 40.80585 ], [ -73.877478, 40.805826 ], [ -73.877029, 40.805704 ], [ -73.876639, 40.805476 ], [ -73.875999, 40.804817 ], [ -73.875222, 40.804064 ], [ -73.874807, 40.803702 ], [ -73.874485, 40.80358 ], [ -73.874265, 40.803498 ], [ -73.873743, 40.803418 ], [ -73.873711, 40.803057 ], [ -73.87362, 40.802801 ], [ -73.873183, 40.80259 ], [ -73.871826, 40.802017 ], [ -73.87163, 40.801926 ], [ -73.871238, 40.801719 ], [ -73.868899, 40.800422 ], [ -73.863147, 40.797497 ], [ -73.863502, 40.797162 ], [ -73.867118, 40.793742 ], [ -73.872264, 40.794992 ], [ -73.892504, 40.801206 ], [ -73.895736, 40.802633 ], [ -73.901892, 40.805007 ], [ -73.902294, 40.805935 ], [ -73.902433, 40.806584 ], [ -73.902952, 40.809146 ], [ -73.902988, 40.809364 ], [ -73.903002, 40.809486 ], [ -73.90303, 40.809631 ], [ -73.903042, 40.809697 ], [ -73.903057, 40.809783 ], [ -73.903074, 40.80988 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005009600", "name": "Census Tract 96, Bronx County, New York", "total_population_17": 2607, "white_alone_17": 158.0, "black_alone_17": 586.0, "native_alone_17": 22.0, "asian_alone_17": 426.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1381.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.614, "pct_black_alone_change": 7.376, "pct_native_alone_change": -0.299, "pct_asian_alone_change": 7.623, "pct_hispanic_or_latino_change": -1.053, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8347812", "INTPTLON": "-073.8437163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.848701, 40.835103 ], [ -73.848063, 40.835636 ], [ -73.847316, 40.836264 ], [ -73.846678, 40.836794 ], [ -73.846251, 40.837146 ], [ -73.845808, 40.837513 ], [ -73.845558, 40.837719 ], [ -73.844581, 40.838536 ], [ -73.843918, 40.839087 ], [ -73.843611, 40.839348 ], [ -73.84331, 40.839603 ], [ -73.843062, 40.839797 ], [ -73.842613, 40.840167 ], [ -73.842401, 40.840349 ], [ -73.842041, 40.840646 ], [ -73.841865, 40.840614 ], [ -73.841695, 40.840598 ], [ -73.841513, 40.840596 ], [ -73.84132, 40.840611 ], [ -73.841247, 40.840621 ], [ -73.84046, 40.840729 ], [ -73.839855, 40.840849 ], [ -73.839582, 40.840882 ], [ -73.839364, 40.840878 ], [ -73.839567, 40.840547 ], [ -73.839604, 40.838275 ], [ -73.839323, 40.835768 ], [ -73.839332, 40.833554 ], [ -73.842279, 40.831267 ], [ -73.841915, 40.83081 ], [ -73.842028, 40.830508 ], [ -73.842189, 40.83031 ], [ -73.842331, 40.829941 ], [ -73.842368, 40.829431 ], [ -73.842311, 40.829079 ], [ -73.842314, 40.828923 ], [ -73.842308, 40.828799 ], [ -73.842346, 40.828795 ], [ -73.842387, 40.82879 ], [ -73.842839, 40.828722 ], [ -73.842812, 40.828637 ], [ -73.842915, 40.828622 ], [ -73.843142, 40.828579 ], [ -73.843917, 40.828447 ], [ -73.844103, 40.828473 ], [ -73.84444, 40.828521 ], [ -73.844551, 40.828537 ], [ -73.845255, 40.828463 ], [ -73.845045, 40.8288 ], [ -73.84585, 40.828915 ], [ -73.846968, 40.829229 ], [ -73.847261, 40.829313 ], [ -73.847318, 40.829533 ], [ -73.84747, 40.830189 ], [ -73.847642, 40.830901 ], [ -73.847812, 40.831622 ], [ -73.847979, 40.832339 ], [ -73.848147, 40.83306 ], [ -73.848314, 40.833781 ], [ -73.848486, 40.834525 ], [ -73.849559, 40.834409 ], [ -73.848701, 40.835103 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005009800", "name": "Census Tract 98, Bronx County, New York", "total_population_17": 5189, "white_alone_17": 103.0, "black_alone_17": 1095.0, "native_alone_17": 0.0, "asian_alone_17": 229.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3636.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.053, "pct_black_alone_change": -8.114, "pct_native_alone_change": -0.469, "pct_asian_alone_change": 0.368, "pct_hispanic_or_latino_change": 9.959, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8254505", "INTPTLON": "-073.8495052" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.8563, 40.826757 ], [ -73.856151, 40.82677 ], [ -73.853091, 40.827186 ], [ -73.85003, 40.827596 ], [ -73.846999, 40.828 ], [ -73.846177, 40.828204 ], [ -73.84579, 40.828307 ], [ -73.845255, 40.828463 ], [ -73.844551, 40.828537 ], [ -73.84444, 40.828521 ], [ -73.844103, 40.828473 ], [ -73.843917, 40.828447 ], [ -73.843892, 40.828349 ], [ -73.843859, 40.828198 ], [ -73.843838, 40.828102 ], [ -73.843812, 40.827962 ], [ -73.843794, 40.82789 ], [ -73.843761, 40.827781 ], [ -73.843728, 40.827668 ], [ -73.843585, 40.827003 ], [ -73.84341, 40.826281 ], [ -73.843247, 40.825554 ], [ -73.843082, 40.824871 ], [ -73.842898, 40.824083 ], [ -73.845955, 40.823671 ], [ -73.849018, 40.82326 ], [ -73.852078, 40.822847 ], [ -73.855136, 40.822436 ], [ -73.855312, 40.823192 ], [ -73.855486, 40.823912 ], [ -73.855646, 40.824633 ], [ -73.855869, 40.825615 ], [ -73.855972, 40.826064 ], [ -73.856162, 40.826042 ], [ -73.85617, 40.826177 ], [ -73.8562, 40.826353 ], [ -73.856231, 40.826468 ], [ -73.856275, 40.826628 ], [ -73.8563, 40.826757 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005011000", "name": "Census Tract 110, Bronx County, New York", "total_population_17": 113, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 113.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -34.257, "pct_black_alone_change": -18.892, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -2.771, "pct_hispanic_or_latino_change": 55.919, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8134201", "INTPTLON": "-073.8320557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.840068, 40.813601 ], [ -73.839907, 40.81447 ], [ -73.839872, 40.815539 ], [ -73.839858, 40.815976 ], [ -73.83998, 40.816391 ], [ -73.838959, 40.816369 ], [ -73.837327, 40.816346 ], [ -73.836961, 40.816341 ], [ -73.836738, 40.817193 ], [ -73.836708, 40.817554 ], [ -73.836734, 40.817822 ], [ -73.83645, 40.81784 ], [ -73.836032, 40.817856 ], [ -73.835941, 40.819987 ], [ -73.83602, 40.82376 ], [ -73.83621, 40.824974 ], [ -73.836435, 40.826374 ], [ -73.836544, 40.82712 ], [ -73.836694, 40.827892 ], [ -73.836746, 40.828198 ], [ -73.836777, 40.828274 ], [ -73.836813, 40.828386 ], [ -73.836838, 40.828464 ], [ -73.836436, 40.828395 ], [ -73.8363, 40.828369 ], [ -73.83617, 40.828334 ], [ -73.835999, 40.828313 ], [ -73.835336, 40.828192 ], [ -73.832441, 40.827148 ], [ -73.831498, 40.826806 ], [ -73.831106, 40.826819 ], [ -73.829186, 40.82618 ], [ -73.829097, 40.826154 ], [ -73.827493, 40.825677 ], [ -73.824638, 40.824766 ], [ -73.824793, 40.82469 ], [ -73.82518, 40.824501 ], [ -73.827882, 40.823176 ], [ -73.829459, 40.822377 ], [ -73.828329, 40.82104 ], [ -73.827193, 40.821603 ], [ -73.826717, 40.821819 ], [ -73.825369, 40.820212 ], [ -73.824191, 40.818385 ], [ -73.823707, 40.817649 ], [ -73.823345, 40.816958 ], [ -73.82319, 40.816673 ], [ -73.824081, 40.816351 ], [ -73.824973, 40.81605 ], [ -73.825801, 40.815764 ], [ -73.826652, 40.815466 ], [ -73.827509, 40.81517 ], [ -73.828298, 40.814811 ], [ -73.827263, 40.812934 ], [ -73.826658, 40.811955 ], [ -73.826592, 40.811612 ], [ -73.826345, 40.811196 ], [ -73.823438, 40.80481 ], [ -73.827583, 40.803936 ], [ -73.83023, 40.803267 ], [ -73.830404, 40.803199 ], [ -73.830509, 40.803164 ], [ -73.830546, 40.803151 ], [ -73.830676, 40.803108 ], [ -73.831833, 40.804939 ], [ -73.831959, 40.804865 ], [ -73.832881, 40.804816 ], [ -73.834499, 40.805015 ], [ -73.835919, 40.805588 ], [ -73.83648, 40.805922 ], [ -73.837984, 40.806226 ], [ -73.839018, 40.808216 ], [ -73.840426, 40.811873 ], [ -73.840068, 40.813601 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005011502", "name": "Census Tract 115.02, Bronx County, New York", "total_population_17": 4568, "white_alone_17": 34.0, "black_alone_17": 1490.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3014.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.512, "pct_black_alone_change": 5.969, "pct_native_alone_change": -0.193, "pct_asian_alone_change": -0.266, "pct_hispanic_or_latino_change": -5.341, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8200657", "INTPTLON": "-073.8865202" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890824, 40.820307 ], [ -73.890452, 40.820643 ], [ -73.890294, 40.820763 ], [ -73.890145, 40.820876 ], [ -73.890043, 40.82095 ], [ -73.889646, 40.821205 ], [ -73.889301, 40.821432 ], [ -73.889089, 40.821576 ], [ -73.889001, 40.821623 ], [ -73.888937, 40.821651 ], [ -73.888793, 40.8217 ], [ -73.888434, 40.821933 ], [ -73.88797, 40.82226 ], [ -73.88741, 40.822537 ], [ -73.887201, 40.8226 ], [ -73.886987, 40.822648 ], [ -73.886516, 40.822736 ], [ -73.885581, 40.822862 ], [ -73.885058, 40.822916 ], [ -73.884411, 40.82297 ], [ -73.884396, 40.822902 ], [ -73.884358, 40.822739 ], [ -73.884328, 40.822614 ], [ -73.883788, 40.821933 ], [ -73.882448, 40.819269 ], [ -73.880981, 40.818238 ], [ -73.881408, 40.817993 ], [ -73.882346, 40.817416 ], [ -73.882977, 40.817337 ], [ -73.88338, 40.817351 ], [ -73.884319, 40.81721 ], [ -73.885239, 40.81707 ], [ -73.886161, 40.81693 ], [ -73.887084, 40.81679 ], [ -73.887996, 40.816664 ], [ -73.888656, 40.817755 ], [ -73.889167, 40.818618 ], [ -73.889713, 40.819433 ], [ -73.890087, 40.819712 ], [ -73.890433, 40.819988 ], [ -73.890464, 40.820013 ], [ -73.890523, 40.820059 ], [ -73.890556, 40.820084 ], [ -73.890677, 40.820185 ], [ -73.89074, 40.820237 ], [ -73.890824, 40.820307 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005011700", "name": "Census Tract 117, Bronx County, New York", "total_population_17": 1616, "white_alone_17": 13.0, "black_alone_17": 490.0, "native_alone_17": 15.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1113.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.096, "pct_black_alone_change": -2.834, "pct_native_alone_change": 0.692, "pct_asian_alone_change": -0.649, "pct_hispanic_or_latino_change": 3.8, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8072371", "INTPTLON": "-073.8749566" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887084, 40.81679 ], [ -73.886161, 40.81693 ], [ -73.885239, 40.81707 ], [ -73.884319, 40.81721 ], [ -73.88338, 40.817351 ], [ -73.882977, 40.817337 ], [ -73.882346, 40.817416 ], [ -73.881408, 40.817993 ], [ -73.880981, 40.818238 ], [ -73.87797, 40.816152 ], [ -73.876899, 40.815799 ], [ -73.871303, 40.813954 ], [ -73.866484, 40.805901 ], [ -73.862965, 40.79767 ], [ -73.863147, 40.797497 ], [ -73.868899, 40.800422 ], [ -73.871238, 40.801719 ], [ -73.87163, 40.801926 ], [ -73.871826, 40.802017 ], [ -73.873183, 40.80259 ], [ -73.87362, 40.802801 ], [ -73.873711, 40.803057 ], [ -73.873743, 40.803418 ], [ -73.874265, 40.803498 ], [ -73.874485, 40.80358 ], [ -73.874807, 40.803702 ], [ -73.875222, 40.804064 ], [ -73.875999, 40.804817 ], [ -73.876639, 40.805476 ], [ -73.877029, 40.805704 ], [ -73.877478, 40.805826 ], [ -73.8778, 40.80585 ], [ -73.878079, 40.805865 ], [ -73.879357, 40.805658 ], [ -73.879795, 40.807538 ], [ -73.880413, 40.809393 ], [ -73.881212, 40.81006 ], [ -73.881621, 40.81045 ], [ -73.881859, 40.810852 ], [ -73.882092, 40.810922 ], [ -73.882841, 40.811637 ], [ -73.883765, 40.812536 ], [ -73.884174, 40.81295 ], [ -73.885401, 40.814107 ], [ -73.885894, 40.814593 ], [ -73.886699, 40.815363 ], [ -73.887996, 40.816664 ], [ -73.887084, 40.81679 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005011800", "name": "Census Tract 118, Bronx County, New York", "total_population_17": 5220, "white_alone_17": 3646.0, "black_alone_17": 161.0, "native_alone_17": 0.0, "asian_alone_17": 229.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 1153.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.297, "pct_black_alone_change": 1.923, "pct_native_alone_change": -0.317, "pct_asian_alone_change": 2.672, "pct_hispanic_or_latino_change": 10.137, "pct_native_hawaiian_pacific_islander_change": 0.134, "INTPTLAT": "+40.8097065", "INTPTLON": "-073.8001663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816371, 40.817595 ], [ -73.81545, 40.817703 ], [ -73.814452, 40.817769 ], [ -73.813005, 40.817978 ], [ -73.811906, 40.818144 ], [ -73.810976, 40.818287 ], [ -73.81006, 40.818544 ], [ -73.810022, 40.818637 ], [ -73.809575, 40.818491 ], [ -73.806929, 40.817634 ], [ -73.806515, 40.817501 ], [ -73.805891, 40.817423 ], [ -73.806049, 40.817338 ], [ -73.805545, 40.817177 ], [ -73.805124, 40.817017 ], [ -73.804474, 40.816177 ], [ -73.803938, 40.816379 ], [ -73.803443, 40.816591 ], [ -73.803149, 40.816746 ], [ -73.802817, 40.817028 ], [ -73.802552, 40.817169 ], [ -73.802245, 40.817234 ], [ -73.80205, 40.817208 ], [ -73.801166, 40.816947 ], [ -73.800306, 40.816678 ], [ -73.799461, 40.816394 ], [ -73.798729, 40.816184 ], [ -73.798617, 40.81619 ], [ -73.798505, 40.816225 ], [ -73.798418, 40.81628 ], [ -73.797576, 40.815821 ], [ -73.797453, 40.815892 ], [ -73.797361, 40.815946 ], [ -73.790679, 40.814182 ], [ -73.779556, 40.811247 ], [ -73.782676, 40.805386 ], [ -73.784745, 40.802592 ], [ -73.787316, 40.800853 ], [ -73.787918, 40.800362 ], [ -73.79002, 40.80023 ], [ -73.793371, 40.800387 ], [ -73.793559, 40.80038 ], [ -73.797133, 40.80141 ], [ -73.799745, 40.802199 ], [ -73.804543, 40.803554 ], [ -73.811299, 40.805397 ], [ -73.813125, 40.813292 ], [ -73.814353, 40.813422 ], [ -73.814888, 40.814577 ], [ -73.813622, 40.814762 ], [ -73.813839, 40.81555 ], [ -73.814075, 40.816402 ], [ -73.81562, 40.816083 ], [ -73.816003, 40.816864 ], [ -73.816371, 40.817595 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005011900", "name": "Census Tract 119, Bronx County, New York", "total_population_17": 5474, "white_alone_17": 22.0, "black_alone_17": 1581.0, "native_alone_17": 32.0, "asian_alone_17": 12.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3749.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.683, "pct_black_alone_change": 2.844, "pct_native_alone_change": 0.084, "pct_asian_alone_change": -0.47, "pct_hispanic_or_latino_change": -2.742, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8232738", "INTPTLON": "-073.8895720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.892005, 40.824723 ], [ -73.891874, 40.824685 ], [ -73.891781, 40.824723 ], [ -73.89139, 40.824941 ], [ -73.891064, 40.82504 ], [ -73.890851, 40.825068 ], [ -73.890586, 40.825082 ], [ -73.88965, 40.825136 ], [ -73.888711, 40.825181 ], [ -73.887774, 40.825226 ], [ -73.886613, 40.825329 ], [ -73.886747, 40.824391 ], [ -73.886895, 40.823717 ], [ -73.887074, 40.823307 ], [ -73.887192, 40.823021 ], [ -73.887363, 40.82277 ], [ -73.887544, 40.822561 ], [ -73.887674, 40.822469 ], [ -73.88797, 40.82226 ], [ -73.888434, 40.821933 ], [ -73.888793, 40.8217 ], [ -73.888937, 40.821651 ], [ -73.889001, 40.821623 ], [ -73.889089, 40.821576 ], [ -73.889301, 40.821432 ], [ -73.889646, 40.821205 ], [ -73.890043, 40.82095 ], [ -73.890145, 40.820876 ], [ -73.890294, 40.820763 ], [ -73.890452, 40.820643 ], [ -73.890824, 40.820307 ], [ -73.891615, 40.820985 ], [ -73.891711, 40.82172 ], [ -73.891791, 40.823079 ], [ -73.891907, 40.824411 ], [ -73.891934, 40.824608 ], [ -73.892005, 40.824723 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005012101", "name": "Census Tract 121.01, Bronx County, New York", "total_population_17": 2970, "white_alone_17": 99.0, "black_alone_17": 842.0, "native_alone_17": 7.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1905.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.7, "pct_black_alone_change": 2.638, "pct_native_alone_change": -0.007, "pct_asian_alone_change": 0.559, "pct_hispanic_or_latino_change": -7.819, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8282758", "INTPTLON": "-073.8888941" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890878, 40.82863 ], [ -73.890873, 40.830136 ], [ -73.889912, 40.830124 ], [ -73.889021, 40.829835 ], [ -73.888054, 40.829503 ], [ -73.887613, 40.829337 ], [ -73.886249, 40.828339 ], [ -73.88605, 40.828085 ], [ -73.886092, 40.827695 ], [ -73.8864, 40.827503 ], [ -73.887895, 40.826743 ], [ -73.88885, 40.826768 ], [ -73.88998, 40.82681 ], [ -73.890905, 40.826788 ], [ -73.890878, 40.82863 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005012102", "name": "Census Tract 121.02, Bronx County, New York", "total_population_17": 1561, "white_alone_17": 16.0, "black_alone_17": 202.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1337.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.222, "pct_black_alone_change": -3.675, "pct_native_alone_change": -0.062, "pct_asian_alone_change": -0.062, "pct_hispanic_or_latino_change": 4.18, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8260035", "INTPTLON": "-073.8879696" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89139, 40.824941 ], [ -73.890663, 40.825307 ], [ -73.889711, 40.8258 ], [ -73.888806, 40.826257 ], [ -73.887895, 40.826743 ], [ -73.8864, 40.827503 ], [ -73.886092, 40.827695 ], [ -73.886472, 40.826007 ], [ -73.886613, 40.825329 ], [ -73.887774, 40.825226 ], [ -73.888711, 40.825181 ], [ -73.88965, 40.825136 ], [ -73.890586, 40.825082 ], [ -73.890851, 40.825068 ], [ -73.891064, 40.82504 ], [ -73.89139, 40.824941 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005012300", "name": "Census Tract 123, Bronx County, New York", "total_population_17": 3995, "white_alone_17": 69.0, "black_alone_17": 1190.0, "native_alone_17": 3.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2683.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.152, "pct_black_alone_change": 6.802, "pct_native_alone_change": -0.096, "pct_asian_alone_change": 0.36, "pct_hispanic_or_latino_change": -7.322, "pct_native_hawaiian_pacific_islander_change": -0.137, "INTPTLAT": "+40.8301150", "INTPTLON": "-073.8860075" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89336, 40.830152 ], [ -73.892685, 40.832344 ], [ -73.891737, 40.832664 ], [ -73.891627, 40.832733 ], [ -73.890714, 40.832409 ], [ -73.889791, 40.83209 ], [ -73.888936, 40.831798 ], [ -73.888081, 40.831502 ], [ -73.887229, 40.831201 ], [ -73.886376, 40.830901 ], [ -73.885633, 40.830642 ], [ -73.885661, 40.830477 ], [ -73.885452, 40.830504 ], [ -73.885239, 40.830491 ], [ -73.885081, 40.830477 ], [ -73.883887, 40.829809 ], [ -73.883578, 40.829511 ], [ -73.883557, 40.828938 ], [ -73.883832, 40.828271 ], [ -73.884531, 40.825647 ], [ -73.884568, 40.824928 ], [ -73.884411, 40.82297 ], [ -73.885058, 40.822916 ], [ -73.885581, 40.822862 ], [ -73.886516, 40.822736 ], [ -73.886987, 40.822648 ], [ -73.887201, 40.8226 ], [ -73.88741, 40.822537 ], [ -73.88797, 40.82226 ], [ -73.887674, 40.822469 ], [ -73.887544, 40.822561 ], [ -73.887363, 40.82277 ], [ -73.887192, 40.823021 ], [ -73.887074, 40.823307 ], [ -73.886895, 40.823717 ], [ -73.886747, 40.824391 ], [ -73.886613, 40.825329 ], [ -73.886472, 40.826007 ], [ -73.886092, 40.827695 ], [ -73.88605, 40.828085 ], [ -73.886249, 40.828339 ], [ -73.887613, 40.829337 ], [ -73.888054, 40.829503 ], [ -73.889021, 40.829835 ], [ -73.889912, 40.830124 ], [ -73.890873, 40.830136 ], [ -73.891876, 40.830137 ], [ -73.892886, 40.830148 ], [ -73.89336, 40.830152 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005012500", "name": "Census Tract 125, Bronx County, New York", "total_population_17": 4510, "white_alone_17": 59.0, "black_alone_17": 1380.0, "native_alone_17": 56.0, "asian_alone_17": 77.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2952.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.057, "pct_black_alone_change": -6.609, "pct_native_alone_change": 0.978, "pct_asian_alone_change": -0.891, "pct_hispanic_or_latino_change": 8.344, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8286360", "INTPTLON": "-073.8935227" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896696, 40.830414 ], [ -73.895606, 40.830524 ], [ -73.894692, 40.830619 ], [ -73.89336, 40.830152 ], [ -73.892886, 40.830148 ], [ -73.891876, 40.830137 ], [ -73.890873, 40.830136 ], [ -73.890878, 40.82863 ], [ -73.890905, 40.826788 ], [ -73.891913, 40.826794 ], [ -73.892933, 40.826787 ], [ -73.893868, 40.826515 ], [ -73.894836, 40.82624 ], [ -73.895132, 40.827888 ], [ -73.895063, 40.828013 ], [ -73.895165, 40.82807 ], [ -73.895292, 40.828143 ], [ -73.895485, 40.828249 ], [ -73.895603, 40.828316 ], [ -73.896395, 40.828763 ], [ -73.896696, 40.830414 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005012701", "name": "Census Tract 127.01, Bronx County, New York", "total_population_17": 1982, "white_alone_17": 46.0, "black_alone_17": 390.0, "native_alone_17": 29.0, "asian_alone_17": 77.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1440.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.502, "pct_black_alone_change": -3.537, "pct_native_alone_change": 1.463, "pct_asian_alone_change": 2.196, "pct_hispanic_or_latino_change": -0.624, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8256346", "INTPTLON": "-073.8923283" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894836, 40.82624 ], [ -73.893868, 40.826515 ], [ -73.892933, 40.826787 ], [ -73.891913, 40.826794 ], [ -73.890905, 40.826788 ], [ -73.88998, 40.82681 ], [ -73.88885, 40.826768 ], [ -73.887895, 40.826743 ], [ -73.888806, 40.826257 ], [ -73.889711, 40.8258 ], [ -73.890663, 40.825307 ], [ -73.89139, 40.824941 ], [ -73.891781, 40.824723 ], [ -73.891874, 40.824685 ], [ -73.892005, 40.824723 ], [ -73.892115, 40.824603 ], [ -73.892203, 40.824548 ], [ -73.892389, 40.824433 ], [ -73.892947, 40.82414 ], [ -73.8932, 40.824008 ], [ -73.893898, 40.823984 ], [ -73.894871, 40.823937 ], [ -73.894836, 40.82624 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005012901", "name": "Census Tract 129.01, Bronx County, New York", "total_population_17": 4504, "white_alone_17": 67.0, "black_alone_17": 1539.0, "native_alone_17": 0.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2803.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.315, "pct_black_alone_change": 5.871, "pct_native_alone_change": -0.257, "pct_asian_alone_change": -0.072, "pct_hispanic_or_latino_change": -6.974, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8226294", "INTPTLON": "-073.8987340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901176, 40.824389 ], [ -73.899799, 40.824058 ], [ -73.898874, 40.82385 ], [ -73.898142, 40.823854 ], [ -73.897329, 40.823856 ], [ -73.896861, 40.823848 ], [ -73.895847, 40.823892 ], [ -73.894871, 40.823937 ], [ -73.893898, 40.823984 ], [ -73.8932, 40.824008 ], [ -73.893901, 40.823643 ], [ -73.894339, 40.823417 ], [ -73.894883, 40.823134 ], [ -73.895861, 40.822631 ], [ -73.896878, 40.822118 ], [ -73.897864, 40.821598 ], [ -73.898985, 40.821038 ], [ -73.89986, 40.820563 ], [ -73.900646, 40.820164 ], [ -73.900852, 40.820059 ], [ -73.901602, 40.819695 ], [ -73.901292, 40.820475 ], [ -73.900845, 40.821542 ], [ -73.900612, 40.822109 ], [ -73.901988, 40.82244 ], [ -73.901176, 40.824389 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005013000", "name": "Census Tract 130, Bronx County, New York", "total_population_17": 1520, "white_alone_17": 637.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 826.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.076, "pct_black_alone_change": 2.742, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.763, "pct_hispanic_or_latino_change": 22.62, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8193055", "INTPTLON": "-073.8147485" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.818889, 40.821855 ], [ -73.816903, 40.820898 ], [ -73.816593, 40.820747 ], [ -73.81535, 40.820312 ], [ -73.814067, 40.819907 ], [ -73.812558, 40.819434 ], [ -73.811358, 40.81906 ], [ -73.810848, 40.818899 ], [ -73.810022, 40.818637 ], [ -73.81006, 40.818544 ], [ -73.810976, 40.818287 ], [ -73.811906, 40.818144 ], [ -73.813005, 40.817978 ], [ -73.814452, 40.817769 ], [ -73.81545, 40.817703 ], [ -73.815972, 40.819492 ], [ -73.817234, 40.819045 ], [ -73.817647, 40.819744 ], [ -73.818085, 40.820482 ], [ -73.818889, 40.821855 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005013100", "name": "Census Tract 131, Bronx County, New York", "total_population_17": 5240, "white_alone_17": 30.0, "black_alone_17": 1641.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3518.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.137, "pct_black_alone_change": -1.959, "pct_native_alone_change": -0.54, "pct_asian_alone_change": 0.049, "pct_hispanic_or_latino_change": 2.573, "pct_native_hawaiian_pacific_islander_change": -0.085, "INTPTLAT": "+40.8259541", "INTPTLON": "-073.8978983" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900935, 40.827928 ], [ -73.899797, 40.827685 ], [ -73.898205, 40.827889 ], [ -73.897002, 40.82805 ], [ -73.895682, 40.828223 ], [ -73.895603, 40.828316 ], [ -73.895485, 40.828249 ], [ -73.895292, 40.828143 ], [ -73.895165, 40.82807 ], [ -73.895063, 40.828013 ], [ -73.895132, 40.827888 ], [ -73.894836, 40.82624 ], [ -73.894871, 40.823937 ], [ -73.895847, 40.823892 ], [ -73.896861, 40.823848 ], [ -73.897329, 40.823856 ], [ -73.898142, 40.823854 ], [ -73.898874, 40.82385 ], [ -73.899799, 40.824058 ], [ -73.901176, 40.824389 ], [ -73.900541, 40.825944 ], [ -73.901651, 40.826217 ], [ -73.900935, 40.827928 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005013200", "name": "Census Tract 132, Bronx County, New York", "total_population_17": 7202, "white_alone_17": 2002.0, "black_alone_17": 1028.0, "native_alone_17": 0.0, "asian_alone_17": 333.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3799.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.408, "pct_black_alone_change": 10.49, "pct_native_alone_change": -0.212, "pct_asian_alone_change": 0.628, "pct_hispanic_or_latino_change": 18.708, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.8092732", "INTPTLON": "-073.8185512" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827509, 40.81517 ], [ -73.826652, 40.815466 ], [ -73.825801, 40.815764 ], [ -73.824973, 40.81605 ], [ -73.824081, 40.816351 ], [ -73.82319, 40.816673 ], [ -73.822282, 40.816996 ], [ -73.821429, 40.817291 ], [ -73.820567, 40.817592 ], [ -73.82159, 40.819281 ], [ -73.820718, 40.819573 ], [ -73.819862, 40.81987 ], [ -73.818997, 40.820156 ], [ -73.818085, 40.820482 ], [ -73.817647, 40.819744 ], [ -73.817234, 40.819045 ], [ -73.815972, 40.819492 ], [ -73.81545, 40.817703 ], [ -73.816371, 40.817595 ], [ -73.816003, 40.816864 ], [ -73.81562, 40.816083 ], [ -73.814075, 40.816402 ], [ -73.813839, 40.81555 ], [ -73.813622, 40.814762 ], [ -73.814888, 40.814577 ], [ -73.814353, 40.813422 ], [ -73.813125, 40.813292 ], [ -73.811299, 40.805397 ], [ -73.817418, 40.80579 ], [ -73.823438, 40.80481 ], [ -73.826345, 40.811196 ], [ -73.826592, 40.811612 ], [ -73.826658, 40.811955 ], [ -73.827263, 40.812934 ], [ -73.828298, 40.814811 ], [ -73.827509, 40.81517 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005013300", "name": "Census Tract 133, Bronx County, New York", "total_population_17": 5934, "white_alone_17": 65.0, "black_alone_17": 1934.0, "native_alone_17": 229.0, "asian_alone_17": 237.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3446.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.483, "pct_black_alone_change": -14.373, "pct_native_alone_change": 3.727, "pct_asian_alone_change": 3.696, "pct_hispanic_or_latino_change": 6.212, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8228226", "INTPTLON": "-073.9034850" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905732, 40.823337 ], [ -73.905442, 40.824033 ], [ -73.904922, 40.825287 ], [ -73.904417, 40.825166 ], [ -73.903114, 40.824854 ], [ -73.902331, 40.824666 ], [ -73.901242, 40.824404 ], [ -73.901176, 40.824389 ], [ -73.901988, 40.82244 ], [ -73.900612, 40.822109 ], [ -73.900845, 40.821542 ], [ -73.901292, 40.820475 ], [ -73.902668, 40.820803 ], [ -73.903793, 40.821091 ], [ -73.904897, 40.821371 ], [ -73.905659, 40.821557 ], [ -73.906457, 40.821715 ], [ -73.905732, 40.823337 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005013500", "name": "Census Tract 135, Bronx County, New York", "total_population_17": 3717, "white_alone_17": 19.0, "black_alone_17": 1285.0, "native_alone_17": 11.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2337.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.065, "pct_black_alone_change": -19.14, "pct_native_alone_change": -0.024, "pct_asian_alone_change": -0.48, "pct_hispanic_or_latino_change": 18.183, "pct_native_hawaiian_pacific_islander_change": -0.128, "INTPTLAT": "+40.8271333", "INTPTLON": "-073.9020964" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.904909, 40.827277 ], [ -73.903852, 40.828194 ], [ -73.903461, 40.828533 ], [ -73.902392, 40.829463 ], [ -73.902275, 40.829637 ], [ -73.901533, 40.829446 ], [ -73.900546, 40.829182 ], [ -73.900428, 40.829151 ], [ -73.899754, 40.828969 ], [ -73.899321, 40.828853 ], [ -73.897945, 40.828522 ], [ -73.898205, 40.827889 ], [ -73.899797, 40.827685 ], [ -73.900935, 40.827928 ], [ -73.901651, 40.826217 ], [ -73.900541, 40.825944 ], [ -73.901176, 40.824389 ], [ -73.901242, 40.824404 ], [ -73.902331, 40.824666 ], [ -73.903114, 40.824854 ], [ -73.904417, 40.825166 ], [ -73.904922, 40.825287 ], [ -73.904293, 40.82692 ], [ -73.90508, 40.827114 ], [ -73.904909, 40.827277 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005013800", "name": "Census Tract 138, Bronx County, New York", "total_population_17": 2480, "white_alone_17": 1624.0, "black_alone_17": 85.0, "native_alone_17": 0.0, "asian_alone_17": 132.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 619.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.206, "pct_black_alone_change": 1.623, "pct_native_alone_change": -0.103, "pct_asian_alone_change": 1.302, "pct_hispanic_or_latino_change": -4.061, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8217344", "INTPTLON": "-073.7909998" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.81914, 40.822347 ], [ -73.818445, 40.822539 ], [ -73.817286, 40.822124 ], [ -73.816148, 40.821809 ], [ -73.816656, 40.823184 ], [ -73.816765, 40.823535 ], [ -73.816779, 40.824932 ], [ -73.817045, 40.825957 ], [ -73.818322, 40.827835 ], [ -73.817906, 40.828039 ], [ -73.817716, 40.828132 ], [ -73.817337, 40.828318 ], [ -73.816472, 40.827274 ], [ -73.81613, 40.826888 ], [ -73.81581, 40.826526 ], [ -73.814383, 40.824841 ], [ -73.813804, 40.825468 ], [ -73.798866, 40.827553 ], [ -73.774977, 40.830879 ], [ -73.780193, 40.8264 ], [ -73.778958, 40.811713 ], [ -73.779556, 40.811247 ], [ -73.790679, 40.814182 ], [ -73.797361, 40.815946 ], [ -73.797453, 40.815892 ], [ -73.797576, 40.815821 ], [ -73.798418, 40.81628 ], [ -73.798505, 40.816225 ], [ -73.798617, 40.81619 ], [ -73.798729, 40.816184 ], [ -73.799461, 40.816394 ], [ -73.800306, 40.816678 ], [ -73.801166, 40.816947 ], [ -73.80205, 40.817208 ], [ -73.802245, 40.817234 ], [ -73.802552, 40.817169 ], [ -73.802817, 40.817028 ], [ -73.803149, 40.816746 ], [ -73.803443, 40.816591 ], [ -73.803938, 40.816379 ], [ -73.804474, 40.816177 ], [ -73.805124, 40.817017 ], [ -73.805545, 40.817177 ], [ -73.806049, 40.817338 ], [ -73.805891, 40.817423 ], [ -73.806515, 40.817501 ], [ -73.806929, 40.817634 ], [ -73.809575, 40.818491 ], [ -73.810022, 40.818637 ], [ -73.810848, 40.818899 ], [ -73.811358, 40.81906 ], [ -73.812558, 40.819434 ], [ -73.814067, 40.819907 ], [ -73.81535, 40.820312 ], [ -73.816593, 40.820747 ], [ -73.816903, 40.820898 ], [ -73.818889, 40.821855 ], [ -73.819034, 40.822139 ], [ -73.81914, 40.822347 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005014100", "name": "Census Tract 141, Bronx County, New York", "total_population_17": 5795, "white_alone_17": 22.0, "black_alone_17": 2063.0, "native_alone_17": 48.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3605.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.583, "pct_black_alone_change": -0.452, "pct_native_alone_change": 0.396, "pct_asian_alone_change": -0.188, "pct_hispanic_or_latino_change": 1.526, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8237653", "INTPTLON": "-073.9122950" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916088, 40.824838 ], [ -73.916309, 40.824903 ], [ -73.916614, 40.824992 ], [ -73.915923, 40.82544 ], [ -73.915451, 40.825748 ], [ -73.915226, 40.82561 ], [ -73.914751, 40.825201 ], [ -73.913512, 40.824805 ], [ -73.913167, 40.825457 ], [ -73.91131, 40.824849 ], [ -73.91057, 40.824648 ], [ -73.910109, 40.824525 ], [ -73.908709, 40.824067 ], [ -73.907741, 40.823815 ], [ -73.908418, 40.822181 ], [ -73.909413, 40.822418 ], [ -73.909497, 40.822438 ], [ -73.909851, 40.822553 ], [ -73.9107, 40.822324 ], [ -73.911285, 40.822198 ], [ -73.911745, 40.822107 ], [ -73.912876, 40.822441 ], [ -73.914506, 40.822942 ], [ -73.916216, 40.823468 ], [ -73.915877, 40.824104 ], [ -73.916773, 40.824387 ], [ -73.916088, 40.824838 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005014300", "name": "Census Tract 143, Bronx County, New York", "total_population_17": 1193, "white_alone_17": 62.0, "black_alone_17": 663.0, "native_alone_17": 0.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 407.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.851, "pct_black_alone_change": 7.716, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 2.979, "pct_hispanic_or_latino_change": -16.557, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8277474", "INTPTLON": "-073.9121298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915451, 40.825748 ], [ -73.91461, 40.826295 ], [ -73.913631, 40.826924 ], [ -73.912962, 40.82816 ], [ -73.912255, 40.829419 ], [ -73.911384, 40.830988 ], [ -73.91049, 40.830737 ], [ -73.909713, 40.83047 ], [ -73.909243, 40.830317 ], [ -73.90896, 40.830226 ], [ -73.909482, 40.829592 ], [ -73.910307, 40.828773 ], [ -73.911694, 40.827759 ], [ -73.911794, 40.826428 ], [ -73.91131, 40.824849 ], [ -73.913167, 40.825457 ], [ -73.913512, 40.824805 ], [ -73.914751, 40.825201 ], [ -73.915226, 40.82561 ], [ -73.915451, 40.825748 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005014400", "name": "Census Tract 144, Bronx County, New York", "total_population_17": 5417, "white_alone_17": 189.0, "black_alone_17": 1856.0, "native_alone_17": 0.0, "asian_alone_17": 111.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3249.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.854, "pct_black_alone_change": -2.497, "pct_native_alone_change": -0.468, "pct_asian_alone_change": 0.749, "pct_hispanic_or_latino_change": 8.126, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.8212570", "INTPTLON": "-073.8233396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.829459, 40.822377 ], [ -73.827882, 40.823176 ], [ -73.82518, 40.824501 ], [ -73.824793, 40.82469 ], [ -73.824638, 40.824766 ], [ -73.822249, 40.823919 ], [ -73.822184, 40.823882 ], [ -73.81914, 40.822347 ], [ -73.819034, 40.822139 ], [ -73.818889, 40.821855 ], [ -73.818085, 40.820482 ], [ -73.818997, 40.820156 ], [ -73.819862, 40.81987 ], [ -73.820718, 40.819573 ], [ -73.82159, 40.819281 ], [ -73.820567, 40.817592 ], [ -73.821429, 40.817291 ], [ -73.822282, 40.816996 ], [ -73.82319, 40.816673 ], [ -73.823345, 40.816958 ], [ -73.823707, 40.817649 ], [ -73.824191, 40.818385 ], [ -73.825369, 40.820212 ], [ -73.826717, 40.821819 ], [ -73.827193, 40.821603 ], [ -73.828329, 40.82104 ], [ -73.829459, 40.822377 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005014500", "name": "Census Tract 145, Bronx County, New York", "total_population_17": 7919, "white_alone_17": 101.0, "black_alone_17": 2989.0, "native_alone_17": 52.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4696.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.414, "pct_black_alone_change": -17.339, "pct_native_alone_change": -0.04, "pct_asian_alone_change": -0.138, "pct_hispanic_or_latino_change": 16.311, "pct_native_hawaiian_pacific_islander_change": -0.082, "INTPTLAT": "+40.8315110", "INTPTLON": "-073.9070315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91049, 40.830737 ], [ -73.909621, 40.832281 ], [ -73.908691, 40.833938 ], [ -73.907947, 40.833684 ], [ -73.907347, 40.83348 ], [ -73.907085, 40.833417 ], [ -73.905915, 40.833055 ], [ -73.905051, 40.832708 ], [ -73.903435, 40.832216 ], [ -73.903599, 40.831972 ], [ -73.904208, 40.831067 ], [ -73.904506, 40.830625 ], [ -73.905531, 40.829104 ], [ -73.906571, 40.829452 ], [ -73.907722, 40.829823 ], [ -73.90896, 40.830226 ], [ -73.909243, 40.830317 ], [ -73.909713, 40.83047 ], [ -73.91049, 40.830737 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005014701", "name": "Census Tract 147.01, Bronx County, New York", "total_population_17": 7637, "white_alone_17": 43.0, "black_alone_17": 3440.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4154.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.206, "pct_black_alone_change": -5.382, "pct_native_alone_change": -0.256, "pct_asian_alone_change": -0.348, "pct_hispanic_or_latino_change": 6.384, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8342262", "INTPTLON": "-073.9053292" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908148, 40.834904 ], [ -73.907402, 40.836232 ], [ -73.906012, 40.835808 ], [ -73.905784, 40.835724 ], [ -73.904634, 40.835336 ], [ -73.903521, 40.83501 ], [ -73.901856, 40.834622 ], [ -73.903435, 40.832216 ], [ -73.905051, 40.832708 ], [ -73.905915, 40.833055 ], [ -73.907085, 40.833417 ], [ -73.907347, 40.83348 ], [ -73.907947, 40.833684 ], [ -73.908691, 40.833938 ], [ -73.908148, 40.834904 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005014702", "name": "Census Tract 147.02, Bronx County, New York", "total_population_17": 5511, "white_alone_17": 80.0, "black_alone_17": 2206.0, "native_alone_17": 48.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3184.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.683, "pct_black_alone_change": -10.397, "pct_native_alone_change": 0.615, "pct_asian_alone_change": -0.348, "pct_hispanic_or_latino_change": 9.766, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8365350", "INTPTLON": "-073.9043914" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90694, 40.836969 ], [ -73.906906, 40.837023 ], [ -73.905979, 40.838505 ], [ -73.905229, 40.838265 ], [ -73.904842, 40.838156 ], [ -73.904509, 40.838018 ], [ -73.903338, 40.837642 ], [ -73.901967, 40.837172 ], [ -73.902483, 40.836487 ], [ -73.902906, 40.835927 ], [ -73.901989, 40.835694 ], [ -73.901212, 40.835498 ], [ -73.90135, 40.835311 ], [ -73.901856, 40.834622 ], [ -73.903521, 40.83501 ], [ -73.904634, 40.835336 ], [ -73.905784, 40.835724 ], [ -73.906012, 40.835808 ], [ -73.907402, 40.836232 ], [ -73.90694, 40.836969 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005014900", "name": "Census Tract 149, Bronx County, New York", "total_population_17": 4423, "white_alone_17": 107.0, "black_alone_17": 1688.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2594.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.838, "pct_black_alone_change": -9.928, "pct_native_alone_change": -0.409, "pct_asian_alone_change": 0.049, "pct_hispanic_or_latino_change": 9.166, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8326100", "INTPTLON": "-073.9014822" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.904208, 40.831067 ], [ -73.903599, 40.831972 ], [ -73.903435, 40.832216 ], [ -73.901856, 40.834622 ], [ -73.90135, 40.835311 ], [ -73.901212, 40.835498 ], [ -73.899634, 40.835016 ], [ -73.898453, 40.834721 ], [ -73.898999, 40.833892 ], [ -73.899449, 40.833218 ], [ -73.900742, 40.831269 ], [ -73.900252, 40.831195 ], [ -73.900794, 40.830777 ], [ -73.902275, 40.829637 ], [ -73.903541, 40.830436 ], [ -73.903846, 40.83045 ], [ -73.904173, 40.830521 ], [ -73.904506, 40.830625 ], [ -73.904208, 40.831067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005015100", "name": "Census Tract 151, Bronx County, New York", "total_population_17": 5086, "white_alone_17": 49.0, "black_alone_17": 2274.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2723.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.162, "pct_black_alone_change": -8.083, "pct_native_alone_change": -0.401, "pct_asian_alone_change": -0.548, "pct_hispanic_or_latino_change": 9.052, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8310843", "INTPTLON": "-073.8984813" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902275, 40.829637 ], [ -73.900794, 40.830777 ], [ -73.900252, 40.831195 ], [ -73.900742, 40.831269 ], [ -73.899449, 40.833218 ], [ -73.898999, 40.833892 ], [ -73.898453, 40.834721 ], [ -73.898093, 40.834629 ], [ -73.897015, 40.834391 ], [ -73.896966, 40.834343 ], [ -73.896369, 40.83351 ], [ -73.896473, 40.833047 ], [ -73.896692, 40.831966 ], [ -73.8969, 40.831034 ], [ -73.897172, 40.830368 ], [ -73.896696, 40.830414 ], [ -73.896395, 40.828763 ], [ -73.895603, 40.828316 ], [ -73.895682, 40.828223 ], [ -73.897002, 40.82805 ], [ -73.898205, 40.827889 ], [ -73.897945, 40.828522 ], [ -73.899321, 40.828853 ], [ -73.899754, 40.828969 ], [ -73.900428, 40.829151 ], [ -73.900546, 40.829182 ], [ -73.901533, 40.829446 ], [ -73.902275, 40.829637 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005015200", "name": "Census Tract 152, Bronx County, New York", "total_population_17": 2828, "white_alone_17": 720.0, "black_alone_17": 226.0, "native_alone_17": 0.0, "asian_alone_17": 122.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1735.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.341, "pct_black_alone_change": 6.16, "pct_native_alone_change": -0.044, "pct_asian_alone_change": 2.816, "pct_hispanic_or_latino_change": 23.689, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8263809", "INTPTLON": "-073.8249096" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.830943, 40.826905 ], [ -73.830791, 40.82698 ], [ -73.830163, 40.827281 ], [ -73.829361, 40.827672 ], [ -73.828584, 40.828061 ], [ -73.827794, 40.828449 ], [ -73.827005, 40.828835 ], [ -73.826214, 40.829223 ], [ -73.825294, 40.829689 ], [ -73.824703, 40.829053 ], [ -73.824156, 40.828469 ], [ -73.823579, 40.827867 ], [ -73.822363, 40.826798 ], [ -73.821676, 40.826202 ], [ -73.820977, 40.825594 ], [ -73.820689, 40.825305 ], [ -73.820508, 40.824944 ], [ -73.820213, 40.824352 ], [ -73.820175, 40.824272 ], [ -73.819472, 40.822839 ], [ -73.81914, 40.822347 ], [ -73.822184, 40.823882 ], [ -73.822249, 40.823919 ], [ -73.824638, 40.824766 ], [ -73.827493, 40.825677 ], [ -73.829097, 40.826154 ], [ -73.829186, 40.82618 ], [ -73.831106, 40.826819 ], [ -73.830943, 40.826905 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005015300", "name": "Census Tract 153, Bronx County, New York", "total_population_17": 4847, "white_alone_17": 54.0, "black_alone_17": 2131.0, "native_alone_17": 0.0, "asian_alone_17": 47.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2615.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.0, "pct_black_alone_change": -6.609, "pct_native_alone_change": -0.405, "pct_asian_alone_change": 0.531, "pct_hispanic_or_latino_change": 6.821, "pct_native_hawaiian_pacific_islander_change": -0.068, "INTPTLAT": "+40.8334809", "INTPTLON": "-073.8941430" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.8969, 40.831034 ], [ -73.896692, 40.831966 ], [ -73.896473, 40.833047 ], [ -73.896369, 40.83351 ], [ -73.896966, 40.834343 ], [ -73.895139, 40.835429 ], [ -73.894946, 40.835665 ], [ -73.89463, 40.835992 ], [ -73.894334, 40.836226 ], [ -73.893946, 40.836431 ], [ -73.89364, 40.836512 ], [ -73.893377, 40.83654 ], [ -73.891481, 40.836687 ], [ -73.891387, 40.835758 ], [ -73.890823, 40.835809 ], [ -73.891552, 40.834653 ], [ -73.892158, 40.833645 ], [ -73.891737, 40.832664 ], [ -73.892685, 40.832344 ], [ -73.89336, 40.830152 ], [ -73.894692, 40.830619 ], [ -73.895606, 40.830524 ], [ -73.896696, 40.830414 ], [ -73.897172, 40.830368 ], [ -73.8969, 40.831034 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005015500", "name": "Census Tract 155, Bronx County, New York", "total_population_17": 3016, "white_alone_17": 10.0, "black_alone_17": 472.0, "native_alone_17": 0.0, "asian_alone_17": 42.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2483.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.424, "pct_black_alone_change": -8.064, "pct_native_alone_change": -0.432, "pct_asian_alone_change": 0.781, "pct_hispanic_or_latino_change": 8.021, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8355262", "INTPTLON": "-073.8899864" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.892158, 40.833645 ], [ -73.891552, 40.834653 ], [ -73.890823, 40.835809 ], [ -73.891387, 40.835758 ], [ -73.891481, 40.836687 ], [ -73.891129, 40.836716 ], [ -73.890843, 40.836778 ], [ -73.890601, 40.836898 ], [ -73.888741, 40.837968 ], [ -73.888412, 40.838553 ], [ -73.887829, 40.838335 ], [ -73.887289, 40.838135 ], [ -73.8877, 40.837434 ], [ -73.887759, 40.837368 ], [ -73.887837, 40.837289 ], [ -73.888742, 40.835707 ], [ -73.889727, 40.834058 ], [ -73.890714, 40.832409 ], [ -73.891627, 40.832733 ], [ -73.891737, 40.832664 ], [ -73.892158, 40.833645 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005015700", "name": "Census Tract 157, Bronx County, New York", "total_population_17": 4515, "white_alone_17": 36.0, "black_alone_17": 980.0, "native_alone_17": 0.0, "asian_alone_17": 66.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3433.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.35, "pct_black_alone_change": -16.979, "pct_native_alone_change": -0.252, "pct_asian_alone_change": 0.93, "pct_hispanic_or_latino_change": 16.762, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8329991", "INTPTLON": "-073.8854500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890714, 40.832409 ], [ -73.889727, 40.834058 ], [ -73.888742, 40.835707 ], [ -73.88782, 40.835391 ], [ -73.886963, 40.835096 ], [ -73.886111, 40.834806 ], [ -73.885252, 40.834513 ], [ -73.884394, 40.834211 ], [ -73.883505, 40.833904 ], [ -73.883326, 40.834221 ], [ -73.882978, 40.834682 ], [ -73.882637, 40.834922 ], [ -73.882222, 40.835463 ], [ -73.882109, 40.835426 ], [ -73.882023, 40.835397 ], [ -73.881893, 40.835354 ], [ -73.88126, 40.835126 ], [ -73.879983, 40.83468 ], [ -73.882354, 40.831505 ], [ -73.883887, 40.829809 ], [ -73.885081, 40.830477 ], [ -73.885239, 40.830491 ], [ -73.885452, 40.830504 ], [ -73.885661, 40.830477 ], [ -73.885633, 40.830642 ], [ -73.886376, 40.830901 ], [ -73.887229, 40.831201 ], [ -73.888081, 40.831502 ], [ -73.888936, 40.831798 ], [ -73.889791, 40.83209 ], [ -73.890714, 40.832409 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005015800", "name": "Census Tract 158, Bronx County, New York", "total_population_17": 1234, "white_alone_17": 446.0, "black_alone_17": 75.0, "native_alone_17": 0.0, "asian_alone_17": 24.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 659.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.918, "pct_black_alone_change": 4.839, "pct_native_alone_change": -0.083, "pct_asian_alone_change": -1.854, "pct_hispanic_or_latino_change": 25.576, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8248672", "INTPTLON": "-073.8186182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.821676, 40.826202 ], [ -73.820829, 40.826601 ], [ -73.820037, 40.826992 ], [ -73.819173, 40.827414 ], [ -73.818322, 40.827835 ], [ -73.817045, 40.825957 ], [ -73.816779, 40.824932 ], [ -73.816765, 40.823535 ], [ -73.816656, 40.823184 ], [ -73.816148, 40.821809 ], [ -73.817286, 40.822124 ], [ -73.818445, 40.822539 ], [ -73.81914, 40.822347 ], [ -73.819472, 40.822839 ], [ -73.820175, 40.824272 ], [ -73.820213, 40.824352 ], [ -73.820508, 40.824944 ], [ -73.820689, 40.825305 ], [ -73.820977, 40.825594 ], [ -73.821676, 40.826202 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005015900", "name": "Census Tract 159, Bronx County, New York", "total_population_17": 1862, "white_alone_17": 11.0, "black_alone_17": 96.0, "native_alone_17": 19.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1731.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.038, "pct_black_alone_change": -5.213, "pct_native_alone_change": 0.79, "pct_asian_alone_change": 0.46, "pct_hispanic_or_latino_change": 4.808, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8223738", "INTPTLON": "-073.8935545" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.895861, 40.822631 ], [ -73.894883, 40.823134 ], [ -73.894339, 40.823417 ], [ -73.893901, 40.823643 ], [ -73.8932, 40.824008 ], [ -73.892947, 40.82414 ], [ -73.892389, 40.824433 ], [ -73.892203, 40.824548 ], [ -73.892115, 40.824603 ], [ -73.892005, 40.824723 ], [ -73.891934, 40.824608 ], [ -73.891907, 40.824411 ], [ -73.891791, 40.823079 ], [ -73.891711, 40.82172 ], [ -73.891615, 40.820985 ], [ -73.892836, 40.820974 ], [ -73.893874, 40.820979 ], [ -73.894905, 40.820987 ], [ -73.895881, 40.820992 ], [ -73.895861, 40.822631 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016000", "name": "Census Tract 160, Bronx County, New York", "total_population_17": 3760, "white_alone_17": 2247.0, "black_alone_17": 64.0, "native_alone_17": 0.0, "asian_alone_17": 90.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1275.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.575, "pct_black_alone_change": 1.221, "pct_native_alone_change": -0.058, "pct_asian_alone_change": 1.335, "pct_hispanic_or_latino_change": 22.247, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8318544", "INTPTLON": "-073.8006782" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.823335, 40.834415 ], [ -73.82308, 40.834448 ], [ -73.822636, 40.834508 ], [ -73.822477, 40.834495 ], [ -73.822232, 40.834556 ], [ -73.821509, 40.834734 ], [ -73.820627, 40.834922 ], [ -73.819775, 40.835133 ], [ -73.8189, 40.835343 ], [ -73.818046, 40.835543 ], [ -73.817204, 40.83574 ], [ -73.816408, 40.835932 ], [ -73.809303, 40.838034 ], [ -73.808787, 40.838145 ], [ -73.790193, 40.834415 ], [ -73.789581, 40.834292 ], [ -73.77452, 40.831273 ], [ -73.774977, 40.830879 ], [ -73.798866, 40.827553 ], [ -73.813804, 40.825468 ], [ -73.814383, 40.824841 ], [ -73.81581, 40.826526 ], [ -73.81613, 40.826888 ], [ -73.816472, 40.827274 ], [ -73.817337, 40.828318 ], [ -73.817716, 40.828132 ], [ -73.817906, 40.828039 ], [ -73.818322, 40.827835 ], [ -73.819546, 40.829288 ], [ -73.819884, 40.829688 ], [ -73.821482, 40.831573 ], [ -73.822623, 40.832914 ], [ -73.823816, 40.83433 ], [ -73.823335, 40.834415 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016100", "name": "Census Tract 161, Bronx County, New York", "total_population_17": 4417, "white_alone_17": 9.0, "black_alone_17": 1284.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3124.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.448, "pct_black_alone_change": -8.301, "pct_native_alone_change": -0.358, "pct_asian_alone_change": -0.336, "pct_hispanic_or_latino_change": 9.675, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8368465", "INTPTLON": "-073.8850152" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887837, 40.837289 ], [ -73.887759, 40.837368 ], [ -73.8877, 40.837434 ], [ -73.887289, 40.838135 ], [ -73.886598, 40.839279 ], [ -73.886185, 40.840105 ], [ -73.885835, 40.839897 ], [ -73.884649, 40.839175 ], [ -73.884499, 40.839229 ], [ -73.884197, 40.839348 ], [ -73.883468, 40.839057 ], [ -73.882992, 40.838796 ], [ -73.88288, 40.838728 ], [ -73.882741, 40.838644 ], [ -73.88302, 40.838676 ], [ -73.882854, 40.838495 ], [ -73.882464, 40.838247 ], [ -73.882372, 40.838165 ], [ -73.882292, 40.838075 ], [ -73.88223, 40.837989 ], [ -73.882139, 40.837829 ], [ -73.882079, 40.837678 ], [ -73.882006, 40.83746 ], [ -73.882172, 40.83709 ], [ -73.882072, 40.83659 ], [ -73.882072, 40.836235 ], [ -73.882105, 40.835836 ], [ -73.882222, 40.835463 ], [ -73.882637, 40.834922 ], [ -73.882978, 40.834682 ], [ -73.883326, 40.834221 ], [ -73.883505, 40.833904 ], [ -73.884394, 40.834211 ], [ -73.885252, 40.834513 ], [ -73.886111, 40.834806 ], [ -73.886963, 40.835096 ], [ -73.88782, 40.835391 ], [ -73.888742, 40.835707 ], [ -73.887837, 40.837289 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016200", "name": "Census Tract 162, Bronx County, New York", "total_population_17": 1984, "white_alone_17": 766.0, "black_alone_17": 88.0, "native_alone_17": 43.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1070.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.723, "pct_black_alone_change": 2.341, "pct_native_alone_change": 1.818, "pct_asian_alone_change": -1.974, "pct_hispanic_or_latino_change": 30.08, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8288502", "INTPTLON": "-073.8217592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825294, 40.829689 ], [ -73.824003, 40.83034 ], [ -73.823216, 40.830726 ], [ -73.822351, 40.83115 ], [ -73.821482, 40.831573 ], [ -73.819884, 40.829688 ], [ -73.819546, 40.829288 ], [ -73.818322, 40.827835 ], [ -73.819173, 40.827414 ], [ -73.820037, 40.826992 ], [ -73.820829, 40.826601 ], [ -73.821676, 40.826202 ], [ -73.822363, 40.826798 ], [ -73.823579, 40.827867 ], [ -73.824156, 40.828469 ], [ -73.824703, 40.829053 ], [ -73.825294, 40.829689 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016300", "name": "Census Tract 163, Bronx County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.8385645", "INTPTLON": "-073.8949709" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900567, 40.836592 ], [ -73.900408, 40.836875 ], [ -73.899968, 40.837655 ], [ -73.899031, 40.839331 ], [ -73.89827, 40.84068 ], [ -73.897491, 40.842067 ], [ -73.896694, 40.843435 ], [ -73.896639, 40.8435 ], [ -73.896303, 40.843319 ], [ -73.895714, 40.843049 ], [ -73.895367, 40.842895 ], [ -73.894101, 40.84219 ], [ -73.893171, 40.841638 ], [ -73.892169, 40.84105 ], [ -73.890174, 40.839874 ], [ -73.888691, 40.839158 ], [ -73.888138, 40.839862 ], [ -73.887543, 40.839641 ], [ -73.886598, 40.839279 ], [ -73.887289, 40.838135 ], [ -73.887829, 40.838335 ], [ -73.888412, 40.838553 ], [ -73.888741, 40.837968 ], [ -73.890601, 40.836898 ], [ -73.890843, 40.836778 ], [ -73.891129, 40.836716 ], [ -73.891481, 40.836687 ], [ -73.893377, 40.83654 ], [ -73.89364, 40.836512 ], [ -73.893946, 40.836431 ], [ -73.894334, 40.836226 ], [ -73.89463, 40.835992 ], [ -73.894946, 40.835665 ], [ -73.895139, 40.835429 ], [ -73.896966, 40.834343 ], [ -73.897015, 40.834391 ], [ -73.898093, 40.834629 ], [ -73.898453, 40.834721 ], [ -73.899634, 40.835016 ], [ -73.901212, 40.835498 ], [ -73.900567, 40.836592 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016400", "name": "Census Tract 164, Bronx County, New York", "total_population_17": 1031, "white_alone_17": 696.0, "black_alone_17": 69.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 266.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.176, "pct_black_alone_change": 5.785, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.898, "pct_hispanic_or_latino_change": 10.288, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8322025", "INTPTLON": "-073.8248470" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.828189, 40.832951 ], [ -73.826801, 40.833633 ], [ -73.826013, 40.834021 ], [ -73.825188, 40.834588 ], [ -73.82467, 40.83388 ], [ -73.823816, 40.83433 ], [ -73.822623, 40.832914 ], [ -73.821482, 40.831573 ], [ -73.822351, 40.83115 ], [ -73.823216, 40.830726 ], [ -73.824003, 40.83034 ], [ -73.825294, 40.829689 ], [ -73.825982, 40.830417 ], [ -73.826519, 40.831001 ], [ -73.827113, 40.831682 ], [ -73.827676, 40.832358 ], [ -73.828189, 40.832951 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016500", "name": "Census Tract 165, Bronx County, New York", "total_population_17": 996, "white_alone_17": 0.0, "black_alone_17": 412.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 577.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.965, "pct_black_alone_change": -8.193, "pct_native_alone_change": -0.483, "pct_asian_alone_change": 0.381, "pct_hispanic_or_latino_change": 10.064, "pct_native_hawaiian_pacific_islander_change": -0.08, "INTPTLAT": "+40.8431089", "INTPTLON": "-073.9002773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.904847, 40.84459 ], [ -73.904851, 40.844726 ], [ -73.904628, 40.844888 ], [ -73.902633, 40.84467 ], [ -73.901304, 40.844477 ], [ -73.901096, 40.844446 ], [ -73.900916, 40.844426 ], [ -73.899593, 40.8443 ], [ -73.898522, 40.844174 ], [ -73.897483, 40.844067 ], [ -73.895471, 40.843837 ], [ -73.894809, 40.843761 ], [ -73.894894, 40.843636 ], [ -73.895367, 40.842895 ], [ -73.895714, 40.843049 ], [ -73.896303, 40.843319 ], [ -73.896639, 40.8435 ], [ -73.896694, 40.843435 ], [ -73.897491, 40.842067 ], [ -73.89827, 40.84068 ], [ -73.899173, 40.840969 ], [ -73.900155, 40.841287 ], [ -73.901118, 40.841599 ], [ -73.902292, 40.841981 ], [ -73.902146, 40.842233 ], [ -73.901958, 40.842556 ], [ -73.902168, 40.842618 ], [ -73.902335, 40.842667 ], [ -73.903576, 40.843004 ], [ -73.904227, 40.843178 ], [ -73.904625, 40.843283 ], [ -73.904937, 40.843375 ], [ -73.904847, 40.84459 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016600", "name": "Census Tract 166, Bronx County, New York", "total_population_17": 2324, "white_alone_17": 624.0, "black_alone_17": 100.0, "native_alone_17": 0.0, "asian_alone_17": 170.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1362.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.62, "pct_black_alone_change": 1.546, "pct_native_alone_change": -0.178, "pct_asian_alone_change": 4.336, "pct_hispanic_or_latino_change": 23.39, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8295292", "INTPTLON": "-073.8301840" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.836436, 40.828395 ], [ -73.836113, 40.828448 ], [ -73.835895, 40.828539 ], [ -73.83559, 40.828681 ], [ -73.835303, 40.828798 ], [ -73.83444, 40.829168 ], [ -73.833665, 40.829549 ], [ -73.833607, 40.829582 ], [ -73.832643, 40.830183 ], [ -73.83191, 40.830645 ], [ -73.831174, 40.8311 ], [ -73.830444, 40.831557 ], [ -73.829971, 40.831849 ], [ -73.82971, 40.832011 ], [ -73.828987, 40.832474 ], [ -73.828189, 40.832951 ], [ -73.827676, 40.832358 ], [ -73.827113, 40.831682 ], [ -73.826519, 40.831001 ], [ -73.825982, 40.830417 ], [ -73.825294, 40.829689 ], [ -73.826214, 40.829223 ], [ -73.827005, 40.828835 ], [ -73.827794, 40.828449 ], [ -73.828584, 40.828061 ], [ -73.829361, 40.827672 ], [ -73.830163, 40.827281 ], [ -73.830791, 40.82698 ], [ -73.830943, 40.826905 ], [ -73.831106, 40.826819 ], [ -73.831498, 40.826806 ], [ -73.832441, 40.827148 ], [ -73.835336, 40.828192 ], [ -73.835999, 40.828313 ], [ -73.83617, 40.828334 ], [ -73.8363, 40.828369 ], [ -73.836436, 40.828395 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016700", "name": "Census Tract 167, Bronx County, New York", "total_population_17": 3269, "white_alone_17": 20.0, "black_alone_17": 1356.0, "native_alone_17": 17.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1862.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 0.338, "pct_black_alone_change": -1.604, "pct_native_alone_change": 0.52, "pct_asian_alone_change": -0.165, "pct_hispanic_or_latino_change": 0.537, "pct_native_hawaiian_pacific_islander_change": -0.11, "INTPTLAT": "+40.8404808", "INTPTLON": "-073.9021708" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90559, 40.839916 ], [ -73.905312, 40.840455 ], [ -73.905164, 40.840867 ], [ -73.905105, 40.84126 ], [ -73.905032, 40.842263 ], [ -73.905, 40.842535 ], [ -73.904937, 40.843375 ], [ -73.904625, 40.843283 ], [ -73.904227, 40.843178 ], [ -73.903576, 40.843004 ], [ -73.902335, 40.842667 ], [ -73.902168, 40.842618 ], [ -73.901958, 40.842556 ], [ -73.902146, 40.842233 ], [ -73.902292, 40.841981 ], [ -73.901118, 40.841599 ], [ -73.900155, 40.841287 ], [ -73.899173, 40.840969 ], [ -73.89827, 40.84068 ], [ -73.899031, 40.839331 ], [ -73.899968, 40.837655 ], [ -73.901175, 40.838198 ], [ -73.901744, 40.83846 ], [ -73.902647, 40.838874 ], [ -73.903816, 40.839268 ], [ -73.904002, 40.839329 ], [ -73.904545, 40.839498 ], [ -73.905383, 40.839769 ], [ -73.905607, 40.839844 ], [ -73.90559, 40.839916 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005016900", "name": "Census Tract 169, Bronx County, New York", "total_population_17": 1440, "white_alone_17": 35.0, "black_alone_17": 731.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 674.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.206, "pct_black_alone_change": -5.75, "pct_native_alone_change": -0.445, "pct_asian_alone_change": -0.612, "pct_hispanic_or_latino_change": 5.603, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8377899", "INTPTLON": "-073.9027247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905383, 40.839769 ], [ -73.904545, 40.839498 ], [ -73.904002, 40.839329 ], [ -73.903816, 40.839268 ], [ -73.902647, 40.838874 ], [ -73.901744, 40.83846 ], [ -73.901175, 40.838198 ], [ -73.899968, 40.837655 ], [ -73.900408, 40.836875 ], [ -73.900567, 40.836592 ], [ -73.901212, 40.835498 ], [ -73.901989, 40.835694 ], [ -73.902906, 40.835927 ], [ -73.902483, 40.836487 ], [ -73.901967, 40.837172 ], [ -73.903338, 40.837642 ], [ -73.904509, 40.838018 ], [ -73.904842, 40.838156 ], [ -73.905229, 40.838265 ], [ -73.905979, 40.838505 ], [ -73.905383, 40.839769 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005017100", "name": "Census Tract 171, Bronx County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.8404231", "INTPTLON": "-073.9075041" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90959, 40.842753 ], [ -73.909547, 40.843045 ], [ -73.90863, 40.843009 ], [ -73.908632, 40.842984 ], [ -73.908657, 40.84272 ], [ -73.907744, 40.842703 ], [ -73.906846, 40.842668 ], [ -73.906002, 40.842629 ], [ -73.905, 40.842535 ], [ -73.905032, 40.842263 ], [ -73.905105, 40.84126 ], [ -73.905164, 40.840867 ], [ -73.905312, 40.840455 ], [ -73.90559, 40.839916 ], [ -73.905607, 40.839844 ], [ -73.905769, 40.839557 ], [ -73.906445, 40.838669 ], [ -73.906785, 40.838254 ], [ -73.906943, 40.838106 ], [ -73.907306, 40.83789 ], [ -73.907473, 40.837763 ], [ -73.907729, 40.837478 ], [ -73.90798, 40.837178 ], [ -73.909164, 40.836982 ], [ -73.909458, 40.837057 ], [ -73.90891, 40.838376 ], [ -73.908986, 40.839162 ], [ -73.909063, 40.839947 ], [ -73.909117, 40.840171 ], [ -73.909394, 40.841254 ], [ -73.909579, 40.842027 ], [ -73.909628, 40.842396 ], [ -73.90959, 40.842753 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005017300", "name": "Census Tract 173, Bronx County, New York", "total_population_17": 5615, "white_alone_17": 71.0, "black_alone_17": 1121.0, "native_alone_17": 10.0, "asian_alone_17": 374.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4003.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.459, "pct_black_alone_change": -24.418, "pct_native_alone_change": -0.359, "pct_asian_alone_change": 6.331, "pct_hispanic_or_latino_change": 17.78, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+40.8262960", "INTPTLON": "-073.9165227" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920665, 40.821837 ], [ -73.920163, 40.822529 ], [ -73.920063, 40.822667 ], [ -73.919931, 40.8229 ], [ -73.919474, 40.823728 ], [ -73.919401, 40.823861 ], [ -73.919339, 40.823973 ], [ -73.918459, 40.825574 ], [ -73.917939, 40.826516 ], [ -73.917533, 40.82725 ], [ -73.917222, 40.827809 ], [ -73.916906, 40.828389 ], [ -73.91641, 40.82929 ], [ -73.915566, 40.829004 ], [ -73.914722, 40.82873 ], [ -73.913887, 40.82846 ], [ -73.912962, 40.82816 ], [ -73.913631, 40.826924 ], [ -73.91461, 40.826295 ], [ -73.915451, 40.825748 ], [ -73.915923, 40.82544 ], [ -73.916614, 40.824992 ], [ -73.916309, 40.824903 ], [ -73.916088, 40.824838 ], [ -73.916773, 40.824387 ], [ -73.917566, 40.823884 ], [ -73.918337, 40.823385 ], [ -73.918966, 40.822979 ], [ -73.918993, 40.822961 ], [ -73.91937, 40.822718 ], [ -73.919483, 40.822645 ], [ -73.920204, 40.822182 ], [ -73.92034, 40.822095 ], [ -73.920401, 40.822047 ], [ -73.920463, 40.821997 ], [ -73.920665, 40.821837 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005017500", "name": "Census Tract 175, Bronx County, New York", "total_population_17": 7140, "white_alone_17": 72.0, "black_alone_17": 2270.0, "native_alone_17": 329.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4356.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.436, "pct_black_alone_change": -15.47, "pct_native_alone_change": 4.082, "pct_asian_alone_change": -0.716, "pct_hispanic_or_latino_change": 10.807, "pct_native_hawaiian_pacific_islander_change": -0.046, "INTPTLAT": "+40.8308225", "INTPTLON": "-073.9136512" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915699, 40.830536 ], [ -73.915008, 40.831723 ], [ -73.914079, 40.833286 ], [ -73.913844, 40.833694 ], [ -73.913001, 40.833409 ], [ -73.912145, 40.833117 ], [ -73.911285, 40.832829 ], [ -73.912395, 40.830936 ], [ -73.911384, 40.830988 ], [ -73.912255, 40.829419 ], [ -73.912962, 40.82816 ], [ -73.913887, 40.82846 ], [ -73.914722, 40.82873 ], [ -73.915566, 40.829004 ], [ -73.91641, 40.82929 ], [ -73.915699, 40.830536 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005017701", "name": "Census Tract 177.01, Bronx County, New York", "total_population_17": 4857, "white_alone_17": 36.0, "black_alone_17": 1346.0, "native_alone_17": 0.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3442.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.722, "pct_black_alone_change": -22.035, "pct_native_alone_change": -0.32, "pct_asian_alone_change": -0.365, "pct_hispanic_or_latino_change": 24.149, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8331958", "INTPTLON": "-073.9111774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913844, 40.833694 ], [ -73.9129, 40.835297 ], [ -73.912057, 40.835013 ], [ -73.9112, 40.834722 ], [ -73.910342, 40.834431 ], [ -73.909574, 40.834188 ], [ -73.908691, 40.833938 ], [ -73.909621, 40.832281 ], [ -73.91049, 40.830737 ], [ -73.911384, 40.830988 ], [ -73.912395, 40.830936 ], [ -73.911285, 40.832829 ], [ -73.912145, 40.833117 ], [ -73.913001, 40.833409 ], [ -73.913844, 40.833694 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005017702", "name": "Census Tract 177.02, Bronx County, New York", "total_population_17": 5522, "white_alone_17": 61.0, "black_alone_17": 1634.0, "native_alone_17": 0.0, "asian_alone_17": 110.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3529.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -1.358, "pct_black_alone_change": -20.157, "pct_native_alone_change": -0.32, "pct_asian_alone_change": 1.462, "pct_hispanic_or_latino_change": 17.19, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8361776", "INTPTLON": "-073.9095498" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9129, 40.835297 ], [ -73.91139, 40.837866 ], [ -73.910595, 40.837503 ], [ -73.909616, 40.837119 ], [ -73.909458, 40.837057 ], [ -73.909164, 40.836982 ], [ -73.90798, 40.837178 ], [ -73.907729, 40.837478 ], [ -73.907473, 40.837763 ], [ -73.907306, 40.83789 ], [ -73.906943, 40.838106 ], [ -73.906785, 40.838254 ], [ -73.906445, 40.838669 ], [ -73.905769, 40.839557 ], [ -73.905607, 40.839844 ], [ -73.905383, 40.839769 ], [ -73.905979, 40.838505 ], [ -73.906906, 40.837023 ], [ -73.90694, 40.836969 ], [ -73.907402, 40.836232 ], [ -73.908148, 40.834904 ], [ -73.908691, 40.833938 ], [ -73.909574, 40.834188 ], [ -73.910342, 40.834431 ], [ -73.9112, 40.834722 ], [ -73.912057, 40.835013 ], [ -73.9129, 40.835297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005017901", "name": "Census Tract 179.01, Bronx County, New York", "total_population_17": 5071, "white_alone_17": 15.0, "black_alone_17": 1106.0, "native_alone_17": 226.0, "asian_alone_17": 77.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3687.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.908, "pct_black_alone_change": -10.056, "pct_native_alone_change": 3.606, "pct_asian_alone_change": 0.339, "pct_hispanic_or_latino_change": 8.185, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+40.8348350", "INTPTLON": "-073.9151867" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91763, 40.834588 ], [ -73.916467, 40.835778 ], [ -73.915871, 40.836393 ], [ -73.915727, 40.836338 ], [ -73.914817, 40.83599 ], [ -73.913793, 40.8356 ], [ -73.9129, 40.835297 ], [ -73.913844, 40.833694 ], [ -73.914079, 40.833286 ], [ -73.91497, 40.833588 ], [ -73.915857, 40.833839 ], [ -73.916662, 40.834127 ], [ -73.917565, 40.834458 ], [ -73.917706, 40.83451 ], [ -73.91763, 40.834588 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005017902", "name": "Census Tract 179.02, Bronx County, New York", "total_population_17": 4007, "white_alone_17": 45.0, "black_alone_17": 1472.0, "native_alone_17": 59.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2383.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.081, "pct_black_alone_change": 4.87, "pct_native_alone_change": 0.621, "pct_asian_alone_change": -1.179, "pct_hispanic_or_latino_change": -5.052, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+40.8370142", "INTPTLON": "-073.9134989" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915871, 40.836393 ], [ -73.915328, 40.836954 ], [ -73.91478, 40.837517 ], [ -73.914238, 40.838109 ], [ -73.913833, 40.838641 ], [ -73.913755, 40.838743 ], [ -73.913595, 40.838685 ], [ -73.912708, 40.83836 ], [ -73.912265, 40.838198 ], [ -73.91139, 40.837866 ], [ -73.9129, 40.835297 ], [ -73.913793, 40.8356 ], [ -73.914817, 40.83599 ], [ -73.915727, 40.836338 ], [ -73.915871, 40.836393 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005018101", "name": "Census Tract 181.01, Bronx County, New York", "total_population_17": 2973, "white_alone_17": 2.0, "black_alone_17": 1103.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1836.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.601, "pct_black_alone_change": -9.989, "pct_native_alone_change": -0.292, "pct_asian_alone_change": -2.869, "pct_hispanic_or_latino_change": 14.071, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8316074", "INTPTLON": "-073.9161112" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917446, 40.83113 ], [ -73.916752, 40.832322 ], [ -73.915857, 40.833839 ], [ -73.91497, 40.833588 ], [ -73.914079, 40.833286 ], [ -73.915008, 40.831723 ], [ -73.915699, 40.830536 ], [ -73.91641, 40.82929 ], [ -73.917285, 40.829655 ], [ -73.91811, 40.830005 ], [ -73.917446, 40.83113 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005018102", "name": "Census Tract 181.02, Bronx County, New York", "total_population_17": 6247, "white_alone_17": 173.0, "black_alone_17": 2232.0, "native_alone_17": 0.0, "asian_alone_17": 253.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3501.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.101, "pct_black_alone_change": -11.361, "pct_native_alone_change": -0.292, "pct_asian_alone_change": 1.181, "pct_hispanic_or_latino_change": 8.358, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8322650", "INTPTLON": "-073.9181384" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920461, 40.830915 ], [ -73.919856, 40.831949 ], [ -73.919029, 40.83309 ], [ -73.918389, 40.833809 ], [ -73.917776, 40.834438 ], [ -73.917706, 40.83451 ], [ -73.917565, 40.834458 ], [ -73.916662, 40.834127 ], [ -73.915857, 40.833839 ], [ -73.916752, 40.832322 ], [ -73.917446, 40.83113 ], [ -73.91811, 40.830005 ], [ -73.918944, 40.830335 ], [ -73.919467, 40.830538 ], [ -73.919567, 40.830576 ], [ -73.92032, 40.830861 ], [ -73.920461, 40.830915 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005018301", "name": "Census Tract 183.01, Bronx County, New York", "total_population_17": 3971, "white_alone_17": 121.0, "black_alone_17": 1516.0, "native_alone_17": 8.0, "asian_alone_17": 258.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2011.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.28, "pct_black_alone_change": -7.34, "pct_native_alone_change": -0.36, "pct_asian_alone_change": 4.718, "pct_hispanic_or_latino_change": 1.722, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8286371", "INTPTLON": "-073.9208133" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922609, 40.82697 ], [ -73.922225, 40.827715 ], [ -73.921742, 40.8286 ], [ -73.921171, 40.829628 ], [ -73.920461, 40.830915 ], [ -73.92032, 40.830861 ], [ -73.919567, 40.830576 ], [ -73.919467, 40.830538 ], [ -73.918944, 40.830335 ], [ -73.919313, 40.829702 ], [ -73.919642, 40.829114 ], [ -73.920201, 40.8281 ], [ -73.920694, 40.827211 ], [ -73.921152, 40.826398 ], [ -73.922669, 40.826854 ], [ -73.922609, 40.82697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005018302", "name": "Census Tract 183.02, Bronx County, New York", "total_population_17": 3589, "white_alone_17": 101.0, "black_alone_17": 1215.0, "native_alone_17": 22.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2224.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.047, "pct_black_alone_change": -11.664, "pct_native_alone_change": 0.052, "pct_asian_alone_change": -1.361, "pct_hispanic_or_latino_change": 13.047, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8279119", "INTPTLON": "-073.9187521" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920694, 40.827211 ], [ -73.920201, 40.8281 ], [ -73.919642, 40.829114 ], [ -73.919313, 40.829702 ], [ -73.918944, 40.830335 ], [ -73.91811, 40.830005 ], [ -73.917285, 40.829655 ], [ -73.91641, 40.82929 ], [ -73.916906, 40.828389 ], [ -73.917222, 40.827809 ], [ -73.917533, 40.82725 ], [ -73.917939, 40.826516 ], [ -73.918459, 40.825574 ], [ -73.919386, 40.825878 ], [ -73.920258, 40.826153 ], [ -73.921152, 40.826398 ], [ -73.920694, 40.827211 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005018400", "name": "Census Tract 184, Bronx County, New York", "total_population_17": 3780, "white_alone_17": 2047.0, "black_alone_17": 66.0, "native_alone_17": 0.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 13.0, "hispanic_or_latino_17": 1564.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.743, "pct_black_alone_change": 1.394, "pct_native_alone_change": -0.108, "pct_asian_alone_change": -0.7, "pct_hispanic_or_latino_change": 27.925, "pct_native_hawaiian_pacific_islander_change": 0.344, "INTPTLAT": "+40.8374159", "INTPTLON": "-073.8292813" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.835007, 40.838107 ], [ -73.833265, 40.83893 ], [ -73.831541, 40.839747 ], [ -73.830559, 40.840203 ], [ -73.829674, 40.840609 ], [ -73.828767, 40.840965 ], [ -73.827913, 40.841259 ], [ -73.827032, 40.841318 ], [ -73.826084, 40.841372 ], [ -73.825962, 40.839977 ], [ -73.825908, 40.838745 ], [ -73.825884, 40.838152 ], [ -73.82586, 40.837565 ], [ -73.82584, 40.837059 ], [ -73.825688, 40.836572 ], [ -73.825548, 40.836274 ], [ -73.825408, 40.835888 ], [ -73.82539, 40.835519 ], [ -73.825495, 40.835218 ], [ -73.825609, 40.83501 ], [ -73.825915, 40.834628 ], [ -73.82622, 40.834355 ], [ -73.826159, 40.834265 ], [ -73.826069, 40.834114 ], [ -73.826013, 40.834021 ], [ -73.826801, 40.833633 ], [ -73.828189, 40.832951 ], [ -73.828248, 40.833069 ], [ -73.828312, 40.833173 ], [ -73.828356, 40.833284 ], [ -73.828636, 40.833721 ], [ -73.829071, 40.834252 ], [ -73.829233, 40.834449 ], [ -73.829567, 40.834624 ], [ -73.829921, 40.834757 ], [ -73.830743, 40.83496 ], [ -73.83224, 40.83527 ], [ -73.832393, 40.835324 ], [ -73.832569, 40.835398 ], [ -73.83275, 40.835488 ], [ -73.832905, 40.835579 ], [ -73.833044, 40.835672 ], [ -73.833183, 40.83578 ], [ -73.833275, 40.835862 ], [ -73.833318, 40.8359 ], [ -73.833452, 40.836042 ], [ -73.833575, 40.836199 ], [ -73.833609, 40.836253 ], [ -73.833669, 40.836347 ], [ -73.833744, 40.83649 ], [ -73.833806, 40.836643 ], [ -73.834517, 40.837605 ], [ -73.835007, 40.838107 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005018500", "name": "Census Tract 185, Bronx County, New York", "total_population_17": 8449, "white_alone_17": 93.0, "black_alone_17": 3639.0, "native_alone_17": 146.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4579.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.078, "pct_black_alone_change": -10.046, "pct_native_alone_change": 1.37, "pct_asian_alone_change": -0.126, "pct_hispanic_or_latino_change": 9.164, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8267039", "INTPTLON": "-073.9074700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911694, 40.827759 ], [ -73.910307, 40.828773 ], [ -73.909482, 40.829592 ], [ -73.90896, 40.830226 ], [ -73.907722, 40.829823 ], [ -73.906571, 40.829452 ], [ -73.905531, 40.829104 ], [ -73.904506, 40.830625 ], [ -73.904173, 40.830521 ], [ -73.903846, 40.83045 ], [ -73.903541, 40.830436 ], [ -73.902275, 40.829637 ], [ -73.902392, 40.829463 ], [ -73.903461, 40.828533 ], [ -73.903852, 40.828194 ], [ -73.904909, 40.827277 ], [ -73.90508, 40.827114 ], [ -73.904293, 40.82692 ], [ -73.904922, 40.825287 ], [ -73.905442, 40.824033 ], [ -73.905732, 40.823337 ], [ -73.906457, 40.821715 ], [ -73.907427, 40.821945 ], [ -73.908418, 40.822181 ], [ -73.907741, 40.823815 ], [ -73.908709, 40.824067 ], [ -73.910109, 40.824525 ], [ -73.91057, 40.824648 ], [ -73.91131, 40.824849 ], [ -73.911794, 40.826428 ], [ -73.911694, 40.827759 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005018900", "name": "Census Tract 189, Bronx County, New York", "total_population_17": 8518, "white_alone_17": 186.0, "black_alone_17": 2256.0, "native_alone_17": 17.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6015.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.298, "pct_black_alone_change": -11.015, "pct_native_alone_change": 0.021, "pct_asian_alone_change": -1.019, "pct_hispanic_or_latino_change": 11.763, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.8317231", "INTPTLON": "-073.9302072" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933459, 40.833184 ], [ -73.933144, 40.834815 ], [ -73.932658, 40.834761 ], [ -73.93187, 40.834673 ], [ -73.93135, 40.834615 ], [ -73.931143, 40.834591 ], [ -73.930965, 40.834572 ], [ -73.930355, 40.834505 ], [ -73.92938, 40.83467 ], [ -73.928537, 40.834418 ], [ -73.927784, 40.834171 ], [ -73.927008, 40.833917 ], [ -73.92614, 40.833636 ], [ -73.926611, 40.833022 ], [ -73.925364, 40.832625 ], [ -73.926429, 40.831423 ], [ -73.926803, 40.831039 ], [ -73.927158, 40.830674 ], [ -73.927264, 40.830565 ], [ -73.927622, 40.830234 ], [ -73.928651, 40.829283 ], [ -73.928756, 40.829186 ], [ -73.928896, 40.829116 ], [ -73.929772, 40.82868 ], [ -73.929932, 40.828636 ], [ -73.930852, 40.82836 ], [ -73.930956, 40.828335 ], [ -73.931143, 40.828316 ], [ -73.931284, 40.828301 ], [ -73.93146, 40.828295 ], [ -73.932173, 40.828235 ], [ -73.932545, 40.828233 ], [ -73.932948, 40.828165 ], [ -73.933059, 40.828156 ], [ -73.933062, 40.828202 ], [ -73.933074, 40.828275 ], [ -73.93314, 40.828629 ], [ -73.93316, 40.828886 ], [ -73.933182, 40.828985 ], [ -73.933193, 40.829161 ], [ -73.933263, 40.829504 ], [ -73.933417, 40.831377 ], [ -73.933459, 40.833184 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005019300", "name": "Census Tract 193, Bronx County, New York", "total_population_17": 5853, "white_alone_17": 16.0, "black_alone_17": 2070.0, "native_alone_17": 31.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3722.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.631, "pct_black_alone_change": -6.644, "pct_native_alone_change": 0.375, "pct_asian_alone_change": 0.088, "pct_hispanic_or_latino_change": 7.662, "pct_native_hawaiian_pacific_islander_change": -0.001, "INTPTLAT": "+40.8363471", "INTPTLON": "-073.9293230" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933006, 40.835679 ], [ -73.930654, 40.839599 ], [ -73.930606, 40.839679 ], [ -73.930406, 40.840279 ], [ -73.930114, 40.840149 ], [ -73.929338, 40.839936 ], [ -73.929119, 40.839888 ], [ -73.928659, 40.839802 ], [ -73.928139, 40.838771 ], [ -73.927619, 40.837721 ], [ -73.928082, 40.837261 ], [ -73.928187, 40.837156 ], [ -73.92926, 40.836094 ], [ -73.928684, 40.835895 ], [ -73.927859, 40.835621 ], [ -73.926994, 40.835332 ], [ -73.926136, 40.835052 ], [ -73.925265, 40.834774 ], [ -73.924394, 40.834484 ], [ -73.925029, 40.833273 ], [ -73.925364, 40.832625 ], [ -73.926611, 40.833022 ], [ -73.92614, 40.833636 ], [ -73.927008, 40.833917 ], [ -73.927784, 40.834171 ], [ -73.928537, 40.834418 ], [ -73.92938, 40.83467 ], [ -73.930355, 40.834505 ], [ -73.930965, 40.834572 ], [ -73.931143, 40.834591 ], [ -73.93135, 40.834615 ], [ -73.93187, 40.834673 ], [ -73.932658, 40.834761 ], [ -73.933144, 40.834815 ], [ -73.933006, 40.835679 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005019400", "name": "Census Tract 194, Bronx County, New York", "total_population_17": 2291, "white_alone_17": 417.0, "black_alone_17": 287.0, "native_alone_17": 13.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 1456.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.517, "pct_black_alone_change": 10.066, "pct_native_alone_change": -0.093, "pct_asian_alone_change": -1.757, "pct_hispanic_or_latino_change": 19.255, "pct_native_hawaiian_pacific_islander_change": 0.393, "INTPTLAT": "+40.8330686", "INTPTLON": "-073.8363043" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.842839, 40.828722 ], [ -73.842387, 40.82879 ], [ -73.842346, 40.828795 ], [ -73.842308, 40.828799 ], [ -73.842314, 40.828923 ], [ -73.842311, 40.829079 ], [ -73.842368, 40.829431 ], [ -73.842331, 40.829941 ], [ -73.842189, 40.83031 ], [ -73.842028, 40.830508 ], [ -73.841915, 40.83081 ], [ -73.842279, 40.831267 ], [ -73.839332, 40.833554 ], [ -73.839323, 40.835768 ], [ -73.839604, 40.838275 ], [ -73.839567, 40.840547 ], [ -73.839364, 40.840878 ], [ -73.838508, 40.840694 ], [ -73.838321, 40.840649 ], [ -73.838045, 40.840506 ], [ -73.83763, 40.840293 ], [ -73.837301, 40.840019 ], [ -73.837002, 40.83977 ], [ -73.836283, 40.839171 ], [ -73.835801, 40.838776 ], [ -73.83568, 40.838677 ], [ -73.835007, 40.838107 ], [ -73.834517, 40.837605 ], [ -73.833806, 40.836643 ], [ -73.833744, 40.83649 ], [ -73.833669, 40.836347 ], [ -73.833609, 40.836253 ], [ -73.833575, 40.836199 ], [ -73.833452, 40.836042 ], [ -73.833318, 40.8359 ], [ -73.833275, 40.835862 ], [ -73.833183, 40.83578 ], [ -73.833044, 40.835672 ], [ -73.832905, 40.835579 ], [ -73.83275, 40.835488 ], [ -73.832569, 40.835398 ], [ -73.832393, 40.835324 ], [ -73.83224, 40.83527 ], [ -73.830743, 40.83496 ], [ -73.829921, 40.834757 ], [ -73.829567, 40.834624 ], [ -73.829233, 40.834449 ], [ -73.829071, 40.834252 ], [ -73.828636, 40.833721 ], [ -73.828356, 40.833284 ], [ -73.828312, 40.833173 ], [ -73.828248, 40.833069 ], [ -73.828189, 40.832951 ], [ -73.828987, 40.832474 ], [ -73.82971, 40.832011 ], [ -73.829971, 40.831849 ], [ -73.830444, 40.831557 ], [ -73.831174, 40.8311 ], [ -73.83191, 40.830645 ], [ -73.832643, 40.830183 ], [ -73.833607, 40.829582 ], [ -73.833665, 40.829549 ], [ -73.83444, 40.829168 ], [ -73.835303, 40.828798 ], [ -73.83559, 40.828681 ], [ -73.835895, 40.828539 ], [ -73.836113, 40.828448 ], [ -73.836436, 40.828395 ], [ -73.836838, 40.828464 ], [ -73.836887, 40.828646 ], [ -73.836945, 40.828821 ], [ -73.836979, 40.82893 ], [ -73.837017, 40.829053 ], [ -73.837173, 40.829018 ], [ -73.837575, 40.828972 ], [ -73.839252, 40.828909 ], [ -73.840344, 40.828867 ], [ -73.840501, 40.828858 ], [ -73.841234, 40.828812 ], [ -73.841446, 40.828793 ], [ -73.842249, 40.828705 ], [ -73.842385, 40.828688 ], [ -73.842812, 40.828637 ], [ -73.842839, 40.828722 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005019500", "name": "Census Tract 195, Bronx County, New York", "total_population_17": 7352, "white_alone_17": 63.0, "black_alone_17": 1783.0, "native_alone_17": 0.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5384.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.835, "pct_black_alone_change": -4.054, "pct_native_alone_change": -0.601, "pct_asian_alone_change": -1.27, "pct_hispanic_or_latino_change": 6.342, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8304774", "INTPTLON": "-073.9225235" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925842, 40.827964 ], [ -73.924972, 40.829523 ], [ -73.924812, 40.829783 ], [ -73.924504, 40.830284 ], [ -73.924261, 40.830681 ], [ -73.923488, 40.831973 ], [ -73.922217, 40.834163 ], [ -73.921223, 40.833833 ], [ -73.920365, 40.833543 ], [ -73.919229, 40.833157 ], [ -73.919029, 40.83309 ], [ -73.919856, 40.831949 ], [ -73.920461, 40.830915 ], [ -73.921171, 40.829628 ], [ -73.921742, 40.8286 ], [ -73.922225, 40.827715 ], [ -73.922609, 40.82697 ], [ -73.922669, 40.826854 ], [ -73.924047, 40.827244 ], [ -73.924944, 40.827511 ], [ -73.925927, 40.827812 ], [ -73.925842, 40.827964 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005019700", "name": "Census Tract 197, Bronx County, New York", "total_population_17": 7489, "white_alone_17": 46.0, "black_alone_17": 1436.0, "native_alone_17": 68.0, "asian_alone_17": 559.0, "native_hawaiian_pacific_islander_17": 30.0, "hispanic_or_latino_17": 5209.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.34, "pct_black_alone_change": -5.316, "pct_native_alone_change": 0.096, "pct_asian_alone_change": 2.912, "pct_hispanic_or_latino_change": 1.745, "pct_native_hawaiian_pacific_islander_change": 0.401, "INTPTLAT": "+40.8352051", "INTPTLON": "-073.9199778" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922372, 40.836109 ], [ -73.922144, 40.836259 ], [ -73.920365, 40.837426 ], [ -73.920125, 40.837588 ], [ -73.920479, 40.83714 ], [ -73.91948, 40.836796 ], [ -73.918412, 40.83644 ], [ -73.917433, 40.836106 ], [ -73.916665, 40.835845 ], [ -73.916467, 40.835778 ], [ -73.91763, 40.834588 ], [ -73.917706, 40.83451 ], [ -73.917776, 40.834438 ], [ -73.918389, 40.833809 ], [ -73.919029, 40.83309 ], [ -73.919229, 40.833157 ], [ -73.920365, 40.833543 ], [ -73.921223, 40.833833 ], [ -73.922217, 40.834163 ], [ -73.92318, 40.834517 ], [ -73.922372, 40.836109 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005019900", "name": "Census Tract 199, Bronx County, New York", "total_population_17": 8763, "white_alone_17": 173.0, "black_alone_17": 2487.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5994.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.238, "pct_black_alone_change": -7.177, "pct_native_alone_change": -0.241, "pct_asian_alone_change": -0.876, "pct_hispanic_or_latino_change": 6.244, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.8367437", "INTPTLON": "-073.9254470" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92926, 40.836094 ], [ -73.928187, 40.837156 ], [ -73.928082, 40.837261 ], [ -73.927619, 40.837721 ], [ -73.928139, 40.838771 ], [ -73.927092, 40.838625 ], [ -73.926191, 40.838512 ], [ -73.924924, 40.83835 ], [ -73.923707, 40.838202 ], [ -73.923231, 40.83816 ], [ -73.922216, 40.837986 ], [ -73.922276, 40.837843 ], [ -73.922286, 40.837715 ], [ -73.92233, 40.836611 ], [ -73.922372, 40.836109 ], [ -73.923967, 40.835082 ], [ -73.924394, 40.834484 ], [ -73.925265, 40.834774 ], [ -73.926136, 40.835052 ], [ -73.926994, 40.835332 ], [ -73.927859, 40.835621 ], [ -73.928684, 40.835895 ], [ -73.92926, 40.836094 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020000", "name": "Census Tract 200, Bronx County, New York", "total_population_17": 4671, "white_alone_17": 96.0, "black_alone_17": 235.0, "native_alone_17": 57.0, "asian_alone_17": 1420.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 2883.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.94, "pct_black_alone_change": 0.858, "pct_native_alone_change": 0.952, "pct_asian_alone_change": 8.172, "pct_hispanic_or_latino_change": 8.614, "pct_native_hawaiian_pacific_islander_change": 0.407, "INTPTLAT": "+40.8428349", "INTPTLON": "-073.8455162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.849992, 40.842852 ], [ -73.849392, 40.842919 ], [ -73.848546, 40.843007 ], [ -73.848069, 40.843072 ], [ -73.84749, 40.843562 ], [ -73.846235, 40.84449 ], [ -73.846793, 40.845 ], [ -73.847109, 40.845306 ], [ -73.847347, 40.845503 ], [ -73.847723, 40.845839 ], [ -73.847885, 40.845989 ], [ -73.84721, 40.846489 ], [ -73.84657, 40.847068 ], [ -73.846351, 40.847279 ], [ -73.84604, 40.847628 ], [ -73.845746, 40.848025 ], [ -73.84542, 40.84854 ], [ -73.845358, 40.848677 ], [ -73.845296, 40.849455 ], [ -73.845252, 40.849632 ], [ -73.845112, 40.84995 ], [ -73.844929, 40.850144 ], [ -73.845023, 40.849473 ], [ -73.845051, 40.849131 ], [ -73.84503, 40.848647 ], [ -73.84494, 40.84821 ], [ -73.844887, 40.847904 ], [ -73.84462, 40.846361 ], [ -73.844671, 40.845935 ], [ -73.84491, 40.845427 ], [ -73.844291, 40.844683 ], [ -73.843775, 40.844119 ], [ -73.843276, 40.843542 ], [ -73.842837, 40.842906 ], [ -73.842393, 40.84227 ], [ -73.84188, 40.841528 ], [ -73.841505, 40.841016 ], [ -73.842041, 40.840646 ], [ -73.842401, 40.840349 ], [ -73.842613, 40.840167 ], [ -73.843062, 40.839797 ], [ -73.84331, 40.839603 ], [ -73.843611, 40.839348 ], [ -73.843918, 40.839087 ], [ -73.844581, 40.838536 ], [ -73.845531, 40.839173 ], [ -73.846479, 40.839809 ], [ -73.847156, 40.840264 ], [ -73.847798, 40.840697 ], [ -73.847962, 40.840828 ], [ -73.848986, 40.8416 ], [ -73.850523, 40.84279 ], [ -73.849992, 40.842852 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020100", "name": "Census Tract 201, Bronx County, New York", "total_population_17": 4909, "white_alone_17": 199.0, "black_alone_17": 1359.0, "native_alone_17": 0.0, "asian_alone_17": 27.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3324.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.498, "pct_black_alone_change": -13.658, "pct_native_alone_change": -0.33, "pct_asian_alone_change": 0.083, "pct_hispanic_or_latino_change": 11.682, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8421663", "INTPTLON": "-073.9269523" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930368, 40.84065 ], [ -73.930039, 40.84125 ], [ -73.929727, 40.841849 ], [ -73.929579, 40.842047 ], [ -73.929695, 40.842195 ], [ -73.929635, 40.842256 ], [ -73.929609, 40.84228 ], [ -73.929597, 40.842292 ], [ -73.929503, 40.842381 ], [ -73.929006, 40.844079 ], [ -73.928253, 40.845335 ], [ -73.928245, 40.845349 ], [ -73.928159, 40.845492 ], [ -73.927897, 40.84543 ], [ -73.927523, 40.845336 ], [ -73.927371, 40.845305 ], [ -73.92703, 40.845236 ], [ -73.926912, 40.845209 ], [ -73.926738, 40.845169 ], [ -73.926536, 40.845133 ], [ -73.925921, 40.845025 ], [ -73.925292, 40.844906 ], [ -73.925169, 40.844882 ], [ -73.924734, 40.844813 ], [ -73.923967, 40.844795 ], [ -73.923529, 40.844665 ], [ -73.923057, 40.844571 ], [ -73.92354, 40.844457 ], [ -73.923597, 40.84424 ], [ -73.923604, 40.844215 ], [ -73.923815, 40.842886 ], [ -73.924136, 40.842466 ], [ -73.924848, 40.841495 ], [ -73.925013, 40.841245 ], [ -73.925092, 40.841088 ], [ -73.925268, 40.840176 ], [ -73.92578, 40.839233 ], [ -73.926191, 40.838512 ], [ -73.927092, 40.838625 ], [ -73.928139, 40.838771 ], [ -73.928659, 40.839802 ], [ -73.929119, 40.839888 ], [ -73.929338, 40.839936 ], [ -73.930114, 40.840149 ], [ -73.930406, 40.840279 ], [ -73.930368, 40.84065 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020200", "name": "Census Tract 202, Bronx County, New York", "total_population_17": 2257, "white_alone_17": 191.0, "black_alone_17": 354.0, "native_alone_17": 0.0, "asian_alone_17": 300.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1362.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.302, "pct_black_alone_change": 7.571, "pct_native_alone_change": -0.822, "pct_asian_alone_change": 1.45, "pct_hispanic_or_latino_change": 6.125, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8384912", "INTPTLON": "-073.8475792" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.850041, 40.839094 ], [ -73.84984, 40.838958 ], [ -73.848791, 40.839893 ], [ -73.848435, 40.840216 ], [ -73.847798, 40.840697 ], [ -73.847156, 40.840264 ], [ -73.846479, 40.839809 ], [ -73.845531, 40.839173 ], [ -73.844581, 40.838536 ], [ -73.845558, 40.837719 ], [ -73.845808, 40.837513 ], [ -73.846251, 40.837146 ], [ -73.846678, 40.836794 ], [ -73.847316, 40.836264 ], [ -73.848781, 40.837271 ], [ -73.850011, 40.838115 ], [ -73.850678, 40.838575 ], [ -73.850041, 40.839094 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020400", "name": "Census Tract 204, Bronx County, New York", "total_population_17": 3264, "white_alone_17": 278.0, "black_alone_17": 255.0, "native_alone_17": 0.0, "asian_alone_17": 355.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2333.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.93, "pct_black_alone_change": -2.07, "pct_native_alone_change": -0.416, "pct_asian_alone_change": 0.092, "pct_hispanic_or_latino_change": 14.438, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8408659", "INTPTLON": "-073.8508567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853335, 40.84247 ], [ -73.852802, 40.842531 ], [ -73.852312, 40.842587 ], [ -73.851799, 40.842648 ], [ -73.851208, 40.842715 ], [ -73.850889, 40.842753 ], [ -73.850523, 40.84279 ], [ -73.848986, 40.8416 ], [ -73.847962, 40.840828 ], [ -73.847798, 40.840697 ], [ -73.848435, 40.840216 ], [ -73.848791, 40.839893 ], [ -73.84984, 40.838958 ], [ -73.850041, 40.839094 ], [ -73.850678, 40.838575 ], [ -73.851348, 40.839032 ], [ -73.851683, 40.839261 ], [ -73.852914, 40.840086 ], [ -73.853035, 40.840735 ], [ -73.853095, 40.841047 ], [ -73.853335, 40.84247 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020501", "name": "Census Tract 205.01, Bronx County, New York", "total_population_17": 7400, "white_alone_17": 14.0, "black_alone_17": 2117.0, "native_alone_17": 150.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5252.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.09, "pct_black_alone_change": -19.615, "pct_native_alone_change": 1.683, "pct_asian_alone_change": -0.243, "pct_hispanic_or_latino_change": 21.646, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.8474409", "INTPTLON": "-073.9236597" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92815, 40.845507 ], [ -73.928106, 40.845579 ], [ -73.928032, 40.84567 ], [ -73.927397, 40.846436 ], [ -73.927296, 40.846557 ], [ -73.925036, 40.84918 ], [ -73.923904, 40.850488 ], [ -73.923472, 40.850382 ], [ -73.923305, 40.850341 ], [ -73.92281, 40.850221 ], [ -73.922618, 40.850173 ], [ -73.92242, 40.850123 ], [ -73.922137, 40.850453 ], [ -73.921627, 40.850077 ], [ -73.921339, 40.849922 ], [ -73.920319, 40.849804 ], [ -73.919371, 40.849621 ], [ -73.920482, 40.848264 ], [ -73.921345, 40.84718 ], [ -73.920542, 40.846894 ], [ -73.921044, 40.84652 ], [ -73.921814, 40.845972 ], [ -73.922306, 40.845493 ], [ -73.922447, 40.845215 ], [ -73.922518, 40.84511 ], [ -73.922547, 40.845022 ], [ -73.922595, 40.844858 ], [ -73.922633, 40.844727 ], [ -73.922685, 40.844568 ], [ -73.923057, 40.844571 ], [ -73.923529, 40.844665 ], [ -73.923967, 40.844795 ], [ -73.924734, 40.844813 ], [ -73.925169, 40.844882 ], [ -73.925292, 40.844906 ], [ -73.925921, 40.845025 ], [ -73.926536, 40.845133 ], [ -73.926738, 40.845169 ], [ -73.926912, 40.845209 ], [ -73.92703, 40.845236 ], [ -73.927371, 40.845305 ], [ -73.927523, 40.845336 ], [ -73.927897, 40.84543 ], [ -73.928159, 40.845492 ], [ -73.92815, 40.845507 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020502", "name": "Census Tract 205.02, Bronx County, New York", "total_population_17": 2034, "white_alone_17": 20.0, "black_alone_17": 668.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1337.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.295, "pct_black_alone_change": -15.391, "pct_native_alone_change": -0.344, "pct_asian_alone_change": -0.227, "pct_hispanic_or_latino_change": 16.415, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.8513770", "INTPTLON": "-073.9194800" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922137, 40.850453 ], [ -73.920813, 40.85202 ], [ -73.91986, 40.853052 ], [ -73.919595, 40.853339 ], [ -73.919079, 40.853071 ], [ -73.918615, 40.852844 ], [ -73.918167, 40.852983 ], [ -73.917923, 40.85276 ], [ -73.917578, 40.852277 ], [ -73.917406, 40.852146 ], [ -73.917198, 40.85205 ], [ -73.916831, 40.851976 ], [ -73.916447, 40.851905 ], [ -73.917275, 40.851314 ], [ -73.918948, 40.850182 ], [ -73.919094, 40.849999 ], [ -73.919371, 40.849621 ], [ -73.920319, 40.849804 ], [ -73.921339, 40.849922 ], [ -73.921627, 40.850077 ], [ -73.922137, 40.850453 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020601", "name": "Census Tract 206.01, Bronx County, New York", "total_population_17": 2816, "white_alone_17": 113.0, "black_alone_17": 310.0, "native_alone_17": 0.0, "asian_alone_17": 890.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1142.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.229, "pct_black_alone_change": -1.328, "pct_native_alone_change": -0.295, "pct_asian_alone_change": 19.479, "pct_hispanic_or_latino_change": -9.635, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8366476", "INTPTLON": "-073.8505404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852914, 40.840086 ], [ -73.851683, 40.839261 ], [ -73.851348, 40.839032 ], [ -73.850678, 40.838575 ], [ -73.850011, 40.838115 ], [ -73.848781, 40.837271 ], [ -73.847316, 40.836264 ], [ -73.848063, 40.835636 ], [ -73.848701, 40.835103 ], [ -73.849559, 40.834409 ], [ -73.850166, 40.834355 ], [ -73.851684, 40.834201 ], [ -73.85207, 40.835625 ], [ -73.852207, 40.836347 ], [ -73.852331, 40.83701 ], [ -73.852479, 40.837784 ], [ -73.852665, 40.83878 ], [ -73.85287, 40.839851 ], [ -73.852895, 40.839985 ], [ -73.852914, 40.840086 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005020900", "name": "Census Tract 209, Bronx County, New York", "total_population_17": 4784, "white_alone_17": 117.0, "black_alone_17": 1733.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2902.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.298, "pct_black_alone_change": 8.694, "pct_native_alone_change": -0.399, "pct_asian_alone_change": -0.918, "pct_hispanic_or_latino_change": -8.402, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8430704", "INTPTLON": "-073.9150173" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917955, 40.843102 ], [ -73.917752, 40.843367 ], [ -73.917564, 40.843587 ], [ -73.917458, 40.843787 ], [ -73.917432, 40.843963 ], [ -73.917452, 40.844176 ], [ -73.917489, 40.844339 ], [ -73.917514, 40.84454 ], [ -73.917508, 40.844734 ], [ -73.917458, 40.844928 ], [ -73.917402, 40.845036 ], [ -73.916726, 40.84505 ], [ -73.91612, 40.844855 ], [ -73.915867, 40.844794 ], [ -73.914745, 40.844343 ], [ -73.913858, 40.843979 ], [ -73.913027, 40.843645 ], [ -73.912088, 40.843336 ], [ -73.911927, 40.843267 ], [ -73.91199, 40.843071 ], [ -73.912225, 40.842335 ], [ -73.912472, 40.841616 ], [ -73.912698, 40.84093 ], [ -73.912884, 40.840999 ], [ -73.913343, 40.84117 ], [ -73.913427, 40.841201 ], [ -73.913646, 40.841283 ], [ -73.914472, 40.84162 ], [ -73.915296, 40.841962 ], [ -73.916184, 40.842335 ], [ -73.917687, 40.842239 ], [ -73.917949, 40.842229 ], [ -73.917955, 40.843102 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021001", "name": "Census Tract 210.01, Bronx County, New York", "total_population_17": 9511, "white_alone_17": 197.0, "black_alone_17": 4321.0, "native_alone_17": 69.0, "asian_alone_17": 631.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4112.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.826, "pct_black_alone_change": -9.617, "pct_native_alone_change": 0.383, "pct_asian_alone_change": 2.869, "pct_hispanic_or_latino_change": 8.85, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8408055", "INTPTLON": "-073.8582794" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86358, 40.841278 ], [ -73.861762, 40.841513 ], [ -73.856916, 40.842062 ], [ -73.856184, 40.842146 ], [ -73.855465, 40.842227 ], [ -73.855195, 40.842258 ], [ -73.853335, 40.84247 ], [ -73.853095, 40.841047 ], [ -73.853035, 40.840735 ], [ -73.854151, 40.840617 ], [ -73.855144, 40.840507 ], [ -73.855357, 40.840484 ], [ -73.855718, 40.840433 ], [ -73.856034, 40.840377 ], [ -73.856325, 40.840315 ], [ -73.856686, 40.840226 ], [ -73.856987, 40.840138 ], [ -73.857326, 40.840011 ], [ -73.857664, 40.839883 ], [ -73.857752, 40.839838 ], [ -73.858357, 40.839537 ], [ -73.858957, 40.839149 ], [ -73.859831, 40.838817 ], [ -73.860301, 40.838829 ], [ -73.86069, 40.83851 ], [ -73.86094, 40.838926 ], [ -73.861065, 40.839026 ], [ -73.861309, 40.839223 ], [ -73.861748, 40.839577 ], [ -73.862297, 40.840053 ], [ -73.862437, 40.840174 ], [ -73.862674, 40.840409 ], [ -73.86309, 40.840824 ], [ -73.86358, 40.841278 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021002", "name": "Census Tract 210.02, Bronx County, New York", "total_population_17": 7201, "white_alone_17": 81.0, "black_alone_17": 3743.0, "native_alone_17": 0.0, "asian_alone_17": 1199.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2091.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.772, "pct_black_alone_change": -3.07, "pct_native_alone_change": -0.342, "pct_asian_alone_change": 12.885, "pct_hispanic_or_latino_change": -5.346, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8384785", "INTPTLON": "-073.8565158" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86069, 40.83851 ], [ -73.860301, 40.838829 ], [ -73.859831, 40.838817 ], [ -73.858957, 40.839149 ], [ -73.858357, 40.839537 ], [ -73.857752, 40.839838 ], [ -73.857664, 40.839883 ], [ -73.857326, 40.840011 ], [ -73.856987, 40.840138 ], [ -73.856686, 40.840226 ], [ -73.856325, 40.840315 ], [ -73.856034, 40.840377 ], [ -73.855718, 40.840433 ], [ -73.855357, 40.840484 ], [ -73.855144, 40.840507 ], [ -73.854151, 40.840617 ], [ -73.853877, 40.839741 ], [ -73.853488, 40.837676 ], [ -73.854458, 40.83757 ], [ -73.855447, 40.837463 ], [ -73.855125, 40.836049 ], [ -73.855858, 40.835897 ], [ -73.856547, 40.836289 ], [ -73.857107, 40.83667 ], [ -73.857679, 40.837017 ], [ -73.858652, 40.837589 ], [ -73.858866, 40.837726 ], [ -73.859405, 40.837766 ], [ -73.859739, 40.837773 ], [ -73.859966, 40.837779 ], [ -73.860119, 40.837854 ], [ -73.860296, 40.837959 ], [ -73.860454, 40.838068 ], [ -73.860535, 40.838133 ], [ -73.86069, 40.83851 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021100", "name": "Census Tract 211, Bronx County, New York", "total_population_17": 5157, "white_alone_17": 11.0, "black_alone_17": 1934.0, "native_alone_17": 20.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3184.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.758, "pct_black_alone_change": -0.163, "pct_native_alone_change": 0.123, "pct_asian_alone_change": -0.215, "pct_hispanic_or_latino_change": 1.436, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8404336", "INTPTLON": "-073.9235034" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92578, 40.839233 ], [ -73.925268, 40.840176 ], [ -73.925092, 40.841088 ], [ -73.925013, 40.841245 ], [ -73.924848, 40.841495 ], [ -73.924136, 40.842466 ], [ -73.923815, 40.842886 ], [ -73.923604, 40.844215 ], [ -73.923597, 40.84424 ], [ -73.92354, 40.844457 ], [ -73.923057, 40.844571 ], [ -73.922685, 40.844568 ], [ -73.922818, 40.844262 ], [ -73.922898, 40.844011 ], [ -73.922921, 40.843327 ], [ -73.922802, 40.842775 ], [ -73.922422, 40.841837 ], [ -73.921945, 40.841045 ], [ -73.921495, 40.840349 ], [ -73.921357, 40.840189 ], [ -73.921298, 40.839954 ], [ -73.921328, 40.839602 ], [ -73.921435, 40.839241 ], [ -73.92164, 40.838888 ], [ -73.921903, 40.838473 ], [ -73.922216, 40.837986 ], [ -73.923231, 40.83816 ], [ -73.923707, 40.838202 ], [ -73.924924, 40.83835 ], [ -73.926191, 40.838512 ], [ -73.92578, 40.839233 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021200", "name": "Census Tract 212, Bronx County, New York", "total_population_17": 5202, "white_alone_17": 57.0, "black_alone_17": 1976.0, "native_alone_17": 35.0, "asian_alone_17": 1179.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1860.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.217, "pct_black_alone_change": -7.925, "pct_native_alone_change": 0.291, "pct_asian_alone_change": 9.916, "pct_hispanic_or_latino_change": 0.568, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+40.8361273", "INTPTLON": "-073.8589637" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861115, 40.83552 ], [ -73.860939, 40.836474 ], [ -73.860525, 40.837424 ], [ -73.860436, 40.837516 ], [ -73.860325, 40.837604 ], [ -73.860199, 40.837681 ], [ -73.860072, 40.837741 ], [ -73.859966, 40.837779 ], [ -73.859739, 40.837773 ], [ -73.859405, 40.837766 ], [ -73.858866, 40.837726 ], [ -73.858652, 40.837589 ], [ -73.857679, 40.837017 ], [ -73.857107, 40.83667 ], [ -73.856547, 40.836289 ], [ -73.855858, 40.835897 ], [ -73.855646, 40.83572 ], [ -73.857531, 40.835175 ], [ -73.85813, 40.835002 ], [ -73.859773, 40.83477 ], [ -73.861012, 40.834597 ], [ -73.861115, 40.83552 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021301", "name": "Census Tract 213.01, Bronx County, New York", "total_population_17": 1160, "white_alone_17": 65.0, "black_alone_17": 144.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 5.0, "hispanic_or_latino_17": 946.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.125, "pct_black_alone_change": -10.947, "pct_native_alone_change": -0.273, "pct_asian_alone_change": -1.093, "pct_hispanic_or_latino_change": 7.303, "pct_native_hawaiian_pacific_islander_change": 0.431, "INTPTLAT": "+40.8454981", "INTPTLON": "-073.9199477" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922633, 40.844727 ], [ -73.922595, 40.844858 ], [ -73.922547, 40.845022 ], [ -73.922518, 40.84511 ], [ -73.922447, 40.845215 ], [ -73.922306, 40.845493 ], [ -73.921814, 40.845972 ], [ -73.921044, 40.84652 ], [ -73.920599, 40.846286 ], [ -73.919705, 40.846112 ], [ -73.919184, 40.846098 ], [ -73.918773, 40.846155 ], [ -73.918178, 40.84624 ], [ -73.917421, 40.846344 ], [ -73.917288, 40.846252 ], [ -73.917238, 40.84617 ], [ -73.917194, 40.846076 ], [ -73.917175, 40.845819 ], [ -73.917157, 40.845418 ], [ -73.917313, 40.845185 ], [ -73.917402, 40.845036 ], [ -73.91791, 40.845151 ], [ -73.918478, 40.845117 ], [ -73.918896, 40.844943 ], [ -73.91981, 40.844765 ], [ -73.920569, 40.844718 ], [ -73.922685, 40.844568 ], [ -73.922633, 40.844727 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021302", "name": "Census Tract 213.02, Bronx County, New York", "total_population_17": 6337, "white_alone_17": 41.0, "black_alone_17": 2624.0, "native_alone_17": 0.0, "asian_alone_17": 71.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3601.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.031, "pct_black_alone_change": 0.438, "pct_native_alone_change": -0.1, "pct_asian_alone_change": 0.969, "pct_hispanic_or_latino_change": -0.899, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8430165", "INTPTLON": "-073.9203419" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922898, 40.844011 ], [ -73.922818, 40.844262 ], [ -73.922685, 40.844568 ], [ -73.920569, 40.844718 ], [ -73.91981, 40.844765 ], [ -73.918896, 40.844943 ], [ -73.918478, 40.845117 ], [ -73.91791, 40.845151 ], [ -73.917402, 40.845036 ], [ -73.917458, 40.844928 ], [ -73.917508, 40.844734 ], [ -73.917514, 40.84454 ], [ -73.917489, 40.844339 ], [ -73.917452, 40.844176 ], [ -73.917432, 40.843963 ], [ -73.917458, 40.843787 ], [ -73.917564, 40.843587 ], [ -73.917752, 40.843367 ], [ -73.917955, 40.843102 ], [ -73.919783, 40.840876 ], [ -73.921357, 40.840189 ], [ -73.921495, 40.840349 ], [ -73.921945, 40.841045 ], [ -73.922422, 40.841837 ], [ -73.922802, 40.842775 ], [ -73.922921, 40.843327 ], [ -73.922898, 40.844011 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021501", "name": "Census Tract 215.01, Bronx County, New York", "total_population_17": 4887, "white_alone_17": 12.0, "black_alone_17": 1221.0, "native_alone_17": 8.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3623.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.377, "pct_black_alone_change": -10.625, "pct_native_alone_change": 0.028, "pct_asian_alone_change": -0.108, "pct_hispanic_or_latino_change": 11.344, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8494660", "INTPTLON": "-073.9182452" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921345, 40.84718 ], [ -73.920482, 40.848264 ], [ -73.919371, 40.849621 ], [ -73.919094, 40.849999 ], [ -73.918948, 40.850182 ], [ -73.917275, 40.851314 ], [ -73.916447, 40.851905 ], [ -73.916269, 40.851865 ], [ -73.916114, 40.851793 ], [ -73.916025, 40.851657 ], [ -73.915989, 40.851538 ], [ -73.915975, 40.851325 ], [ -73.915936, 40.85105 ], [ -73.915811, 40.850824 ], [ -73.915639, 40.850646 ], [ -73.915452, 40.850494 ], [ -73.916051, 40.850043 ], [ -73.917286, 40.849189 ], [ -73.918414, 40.848328 ], [ -73.918753, 40.848071 ], [ -73.919411, 40.847635 ], [ -73.919609, 40.847578 ], [ -73.920542, 40.846894 ], [ -73.921345, 40.84718 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021502", "name": "Census Tract 215.02, Bronx County, New York", "total_population_17": 6687, "white_alone_17": 29.0, "black_alone_17": 1568.0, "native_alone_17": 10.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5050.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.681, "pct_black_alone_change": -12.874, "pct_native_alone_change": -0.222, "pct_asian_alone_change": -0.164, "pct_hispanic_or_latino_change": 13.879, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+40.8480444", "INTPTLON": "-073.9167104" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921044, 40.84652 ], [ -73.920542, 40.846894 ], [ -73.919609, 40.847578 ], [ -73.919411, 40.847635 ], [ -73.918753, 40.848071 ], [ -73.918414, 40.848328 ], [ -73.917286, 40.849189 ], [ -73.916051, 40.850043 ], [ -73.915452, 40.850494 ], [ -73.914898, 40.850208 ], [ -73.914156, 40.849968 ], [ -73.913464, 40.850018 ], [ -73.912875, 40.850125 ], [ -73.913968, 40.848609 ], [ -73.914426, 40.847964 ], [ -73.914892, 40.847311 ], [ -73.915267, 40.846812 ], [ -73.916473, 40.846528 ], [ -73.916842, 40.846442 ], [ -73.917028, 40.846398 ], [ -73.917203, 40.846374 ], [ -73.917421, 40.846344 ], [ -73.918178, 40.84624 ], [ -73.918773, 40.846155 ], [ -73.919184, 40.846098 ], [ -73.919705, 40.846112 ], [ -73.920599, 40.846286 ], [ -73.921044, 40.84652 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021601", "name": "Census Tract 216.01, Bronx County, New York", "total_population_17": 4428, "white_alone_17": 391.0, "black_alone_17": 995.0, "native_alone_17": 39.0, "asian_alone_17": 170.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2632.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.757, "pct_black_alone_change": 3.112, "pct_native_alone_change": 0.42, "pct_asian_alone_change": -0.332, "pct_hispanic_or_latino_change": -4.976, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8375386", "INTPTLON": "-073.8648221" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866965, 40.840423 ], [ -73.866361, 40.840592 ], [ -73.865465, 40.840857 ], [ -73.865045, 40.840954 ], [ -73.864465, 40.841088 ], [ -73.864062, 40.840291 ], [ -73.863938, 40.840045 ], [ -73.863929, 40.839996 ], [ -73.863575, 40.837979 ], [ -73.863555, 40.837865 ], [ -73.863156, 40.835531 ], [ -73.86296, 40.83442 ], [ -73.862943, 40.834299 ], [ -73.862898, 40.834003 ], [ -73.86288, 40.833889 ], [ -73.862837, 40.833688 ], [ -73.863856, 40.833951 ], [ -73.864883, 40.834231 ], [ -73.865861, 40.834551 ], [ -73.866806, 40.834837 ], [ -73.866519, 40.834969 ], [ -73.866373, 40.835033 ], [ -73.865979, 40.835205 ], [ -73.865074, 40.835342 ], [ -73.865472, 40.837676 ], [ -73.866385, 40.837587 ], [ -73.866682, 40.839236 ], [ -73.867248, 40.840344 ], [ -73.866965, 40.840423 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021602", "name": "Census Tract 216.02, Bronx County, New York", "total_population_17": 5617, "white_alone_17": 47.0, "black_alone_17": 1692.0, "native_alone_17": 57.0, "asian_alone_17": 1330.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2235.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.925, "pct_black_alone_change": -17.487, "pct_native_alone_change": 0.75, "pct_asian_alone_change": 15.006, "pct_hispanic_or_latino_change": 2.892, "pct_native_hawaiian_pacific_islander_change": -0.057, "INTPTLAT": "+40.8371927", "INTPTLON": "-073.8622719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864465, 40.841088 ], [ -73.86358, 40.841278 ], [ -73.86309, 40.840824 ], [ -73.862674, 40.840409 ], [ -73.862437, 40.840174 ], [ -73.862297, 40.840053 ], [ -73.861748, 40.839577 ], [ -73.861309, 40.839223 ], [ -73.861065, 40.839026 ], [ -73.86094, 40.838926 ], [ -73.86069, 40.83851 ], [ -73.860535, 40.838133 ], [ -73.860454, 40.838068 ], [ -73.860296, 40.837959 ], [ -73.860119, 40.837854 ], [ -73.859966, 40.837779 ], [ -73.860072, 40.837741 ], [ -73.860199, 40.837681 ], [ -73.860325, 40.837604 ], [ -73.860436, 40.837516 ], [ -73.860525, 40.837424 ], [ -73.860939, 40.836474 ], [ -73.861115, 40.83552 ], [ -73.861012, 40.834597 ], [ -73.860906, 40.83399 ], [ -73.860851, 40.833614 ], [ -73.861096, 40.833632 ], [ -73.861298, 40.833541 ], [ -73.861442, 40.833451 ], [ -73.861634, 40.833328 ], [ -73.862721, 40.833021 ], [ -73.862837, 40.833688 ], [ -73.86288, 40.833889 ], [ -73.862898, 40.834003 ], [ -73.862943, 40.834299 ], [ -73.86296, 40.83442 ], [ -73.863156, 40.835531 ], [ -73.863555, 40.837865 ], [ -73.863575, 40.837979 ], [ -73.863929, 40.839996 ], [ -73.863938, 40.840045 ], [ -73.864062, 40.840291 ], [ -73.864465, 40.841088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021700", "name": "Census Tract 217, Bronx County, New York", "total_population_17": 5438, "white_alone_17": 58.0, "black_alone_17": 2483.0, "native_alone_17": 32.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 2837.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.121, "pct_black_alone_change": -0.529, "pct_native_alone_change": 0.449, "pct_asian_alone_change": -0.208, "pct_hispanic_or_latino_change": 0.913, "pct_native_hawaiian_pacific_islander_change": 0.089, "INTPTLAT": "+40.8481818", "INTPTLON": "-073.9133082" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917421, 40.846344 ], [ -73.917203, 40.846374 ], [ -73.917028, 40.846398 ], [ -73.916842, 40.846442 ], [ -73.916473, 40.846528 ], [ -73.915267, 40.846812 ], [ -73.914892, 40.847311 ], [ -73.914426, 40.847964 ], [ -73.913968, 40.848609 ], [ -73.912875, 40.850125 ], [ -73.912731, 40.85017 ], [ -73.912482, 40.850378 ], [ -73.912291, 40.85061 ], [ -73.912212, 40.850781 ], [ -73.912172, 40.850943 ], [ -73.912113, 40.851092 ], [ -73.911947, 40.851353 ], [ -73.911844, 40.851445 ], [ -73.911536, 40.851692 ], [ -73.911453, 40.85174 ], [ -73.911322, 40.851805 ], [ -73.911025, 40.851906 ], [ -73.910777, 40.851939 ], [ -73.910175, 40.851983 ], [ -73.909864, 40.851958 ], [ -73.909531, 40.851902 ], [ -73.909215, 40.851801 ], [ -73.91002, 40.850961 ], [ -73.910582, 40.850182 ], [ -73.910695, 40.850019 ], [ -73.911122, 40.849418 ], [ -73.91168, 40.848639 ], [ -73.911973, 40.84823 ], [ -73.912364, 40.847683 ], [ -73.913057, 40.846709 ], [ -73.91315, 40.846577 ], [ -73.91339, 40.846193 ], [ -73.913521, 40.846017 ], [ -73.91356, 40.845963 ], [ -73.913718, 40.845751 ], [ -73.913764, 40.845689 ], [ -73.913975, 40.84543 ], [ -73.914084, 40.845277 ], [ -73.914199, 40.845115 ], [ -73.915943, 40.845059 ], [ -73.916334, 40.845054 ], [ -73.916726, 40.84505 ], [ -73.917402, 40.845036 ], [ -73.917313, 40.845185 ], [ -73.917157, 40.845418 ], [ -73.917175, 40.845819 ], [ -73.917194, 40.846076 ], [ -73.917238, 40.84617 ], [ -73.917288, 40.846252 ], [ -73.917421, 40.846344 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021800", "name": "Census Tract 218, Bronx County, New York", "total_population_17": 6765, "white_alone_17": 189.0, "black_alone_17": 1946.0, "native_alone_17": 0.0, "asian_alone_17": 159.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4452.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.057, "pct_black_alone_change": 0.833, "pct_native_alone_change": -0.301, "pct_asian_alone_change": -1.892, "pct_hispanic_or_latino_change": 4.693, "pct_native_hawaiian_pacific_islander_change": -0.105, "INTPTLAT": "+40.8374070", "INTPTLON": "-073.8697403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.876937, 40.836137 ], [ -73.876455, 40.836387 ], [ -73.876399, 40.836455 ], [ -73.876045, 40.836551 ], [ -73.875029, 40.83675 ], [ -73.874818, 40.836849 ], [ -73.874652, 40.836943 ], [ -73.874622, 40.837069 ], [ -73.874688, 40.837169 ], [ -73.874909, 40.83736 ], [ -73.874718, 40.837313 ], [ -73.874543, 40.837261 ], [ -73.874374, 40.837243 ], [ -73.8743, 40.837242 ], [ -73.874188, 40.837254 ], [ -73.874075, 40.83729 ], [ -73.874011, 40.83731 ], [ -73.873796, 40.837445 ], [ -73.873673, 40.837542 ], [ -73.873539, 40.837668 ], [ -73.873475, 40.837746 ], [ -73.873229, 40.838156 ], [ -73.873183, 40.838359 ], [ -73.873069, 40.838751 ], [ -73.872944, 40.839251 ], [ -73.87282, 40.839239 ], [ -73.8727, 40.839752 ], [ -73.871206, 40.839675 ], [ -73.870968, 40.839674 ], [ -73.870718, 40.839659 ], [ -73.870459, 40.839627 ], [ -73.870261, 40.839594 ], [ -73.869426, 40.839517 ], [ -73.869326, 40.839574 ], [ -73.869208, 40.8396 ], [ -73.868847, 40.839753 ], [ -73.868723, 40.839806 ], [ -73.868308, 40.839995 ], [ -73.867822, 40.840166 ], [ -73.867406, 40.840305 ], [ -73.867248, 40.840344 ], [ -73.866682, 40.839236 ], [ -73.866385, 40.837587 ], [ -73.865472, 40.837676 ], [ -73.865074, 40.835342 ], [ -73.865979, 40.835205 ], [ -73.866373, 40.835033 ], [ -73.866519, 40.834969 ], [ -73.866806, 40.834837 ], [ -73.868102, 40.835213 ], [ -73.869033, 40.835486 ], [ -73.869994, 40.83565 ], [ -73.871102, 40.835755 ], [ -73.872124, 40.835859 ], [ -73.872976, 40.835902 ], [ -73.873799, 40.835968 ], [ -73.873943, 40.83598 ], [ -73.874323, 40.836033 ], [ -73.875077, 40.836099 ], [ -73.876125, 40.836183 ], [ -73.876623, 40.836214 ], [ -73.876937, 40.836137 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005021900", "name": "Census Tract 219, Bronx County, New York", "total_population_17": 1118, "white_alone_17": 18.0, "black_alone_17": 26.0, "native_alone_17": 6.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1064.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.15, "pct_black_alone_change": -19.939, "pct_native_alone_change": 0.231, "pct_asian_alone_change": -1.861, "pct_hispanic_or_latino_change": 23.632, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8396448", "INTPTLON": "-073.9196221" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92233, 40.836611 ], [ -73.922286, 40.837715 ], [ -73.922276, 40.837843 ], [ -73.922216, 40.837986 ], [ -73.921903, 40.838473 ], [ -73.92164, 40.838888 ], [ -73.921435, 40.839241 ], [ -73.921328, 40.839602 ], [ -73.921298, 40.839954 ], [ -73.921357, 40.840189 ], [ -73.919783, 40.840876 ], [ -73.917955, 40.843102 ], [ -73.917949, 40.842229 ], [ -73.917687, 40.842239 ], [ -73.916184, 40.842335 ], [ -73.916892, 40.841347 ], [ -73.917299, 40.840766 ], [ -73.917683, 40.840225 ], [ -73.918137, 40.839607 ], [ -73.918592, 40.838982 ], [ -73.919017, 40.838381 ], [ -73.919309, 40.838126 ], [ -73.919384, 40.838077 ], [ -73.919696, 40.837872 ], [ -73.920125, 40.837588 ], [ -73.920365, 40.837426 ], [ -73.922144, 40.836259 ], [ -73.922372, 40.836109 ], [ -73.92233, 40.836611 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022000", "name": "Census Tract 220, Bronx County, New York", "total_population_17": 2410, "white_alone_17": 43.0, "black_alone_17": 564.0, "native_alone_17": 0.0, "asian_alone_17": 162.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1631.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.054, "pct_black_alone_change": 6.17, "pct_native_alone_change": -0.623, "pct_asian_alone_change": 2.985, "pct_hispanic_or_latino_change": -7.757, "pct_native_hawaiian_pacific_islander_change": -0.069, "INTPTLAT": "+40.8434766", "INTPTLON": "-073.8723175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.878364, 40.839997 ], [ -73.87776, 40.840936 ], [ -73.876856, 40.84223 ], [ -73.876085, 40.842065 ], [ -73.874591, 40.841521 ], [ -73.874486, 40.841616 ], [ -73.871823, 40.844117 ], [ -73.87165, 40.84424 ], [ -73.870484, 40.846485 ], [ -73.870405, 40.846637 ], [ -73.869946, 40.847521 ], [ -73.869469, 40.84844 ], [ -73.869209, 40.849239 ], [ -73.868374, 40.84897 ], [ -73.867855, 40.848889 ], [ -73.868006, 40.848302 ], [ -73.868355, 40.84708 ], [ -73.868927, 40.846882 ], [ -73.868867, 40.846797 ], [ -73.868787, 40.846656 ], [ -73.868721, 40.8465 ], [ -73.868677, 40.846346 ], [ -73.868653, 40.846182 ], [ -73.86865, 40.84605 ], [ -73.868662, 40.845902 ], [ -73.868695, 40.845749 ], [ -73.868742, 40.84561 ], [ -73.868637, 40.84531 ], [ -73.868283, 40.844967 ], [ -73.868019, 40.844841 ], [ -73.868892, 40.84441 ], [ -73.869595, 40.843981 ], [ -73.870301, 40.843549 ], [ -73.870995, 40.843112 ], [ -73.871534, 40.842514 ], [ -73.872253, 40.841601 ], [ -73.872469, 40.841316 ], [ -73.872808, 40.840869 ], [ -73.873268, 40.84022 ], [ -73.873561, 40.839794 ], [ -73.875613, 40.839902 ], [ -73.877415, 40.839988 ], [ -73.877914, 40.839971 ], [ -73.878364, 40.839997 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022101", "name": "Census Tract 221.01, Bronx County, New York", "total_population_17": 3927, "white_alone_17": 5.0, "black_alone_17": 667.0, "native_alone_17": 0.0, "asian_alone_17": 182.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3017.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.78, "pct_black_alone_change": -2.773, "pct_native_alone_change": -0.746, "pct_asian_alone_change": 3.154, "pct_hispanic_or_latino_change": 2.046, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8382778", "INTPTLON": "-073.9181232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920125, 40.837588 ], [ -73.919696, 40.837872 ], [ -73.919384, 40.838077 ], [ -73.919309, 40.838126 ], [ -73.919017, 40.838381 ], [ -73.918592, 40.838982 ], [ -73.918137, 40.839607 ], [ -73.917683, 40.840225 ], [ -73.916783, 40.839881 ], [ -73.91594, 40.839552 ], [ -73.916429, 40.838948 ], [ -73.916917, 40.838336 ], [ -73.917383, 40.837745 ], [ -73.917848, 40.837156 ], [ -73.918412, 40.83644 ], [ -73.91948, 40.836796 ], [ -73.920479, 40.83714 ], [ -73.920125, 40.837588 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022102", "name": "Census Tract 221.02, Bronx County, New York", "total_population_17": 5453, "white_alone_17": 76.0, "black_alone_17": 849.0, "native_alone_17": 9.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4287.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.513, "pct_black_alone_change": -4.189, "pct_native_alone_change": -0.581, "pct_asian_alone_change": -0.949, "pct_hispanic_or_latino_change": 3.836, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8376586", "INTPTLON": "-073.9160957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917848, 40.837156 ], [ -73.917383, 40.837745 ], [ -73.916917, 40.838336 ], [ -73.916429, 40.838948 ], [ -73.91594, 40.839552 ], [ -73.915088, 40.839225 ], [ -73.913933, 40.838807 ], [ -73.913755, 40.838743 ], [ -73.913833, 40.838641 ], [ -73.914238, 40.838109 ], [ -73.91478, 40.837517 ], [ -73.915328, 40.836954 ], [ -73.915871, 40.836393 ], [ -73.916467, 40.835778 ], [ -73.916665, 40.835845 ], [ -73.917433, 40.836106 ], [ -73.918412, 40.83644 ], [ -73.917848, 40.837156 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022200", "name": "Census Tract 222, Bronx County, New York", "total_population_17": 3262, "white_alone_17": 191.0, "black_alone_17": 423.0, "native_alone_17": 6.0, "asian_alone_17": 700.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1841.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.19, "pct_black_alone_change": 2.022, "pct_native_alone_change": -0.114, "pct_asian_alone_change": 10.91, "pct_hispanic_or_latino_change": -8.311, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8356878", "INTPTLON": "-073.8552050" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861012, 40.834597 ], [ -73.859773, 40.83477 ], [ -73.85813, 40.835002 ], [ -73.857531, 40.835175 ], [ -73.855646, 40.83572 ], [ -73.855858, 40.835897 ], [ -73.855125, 40.836049 ], [ -73.855447, 40.837463 ], [ -73.854458, 40.83757 ], [ -73.853488, 40.837676 ], [ -73.853877, 40.839741 ], [ -73.854151, 40.840617 ], [ -73.853035, 40.840735 ], [ -73.852914, 40.840086 ], [ -73.852895, 40.839985 ], [ -73.85287, 40.839851 ], [ -73.852665, 40.83878 ], [ -73.852479, 40.837784 ], [ -73.852331, 40.83701 ], [ -73.852207, 40.836347 ], [ -73.85207, 40.835625 ], [ -73.851684, 40.834201 ], [ -73.852813, 40.834079 ], [ -73.853471, 40.834015 ], [ -73.854651, 40.833888 ], [ -73.857732, 40.833558 ], [ -73.859056, 40.833413 ], [ -73.860344, 40.833294 ], [ -73.860435, 40.833461 ], [ -73.860583, 40.833562 ], [ -73.860851, 40.833614 ], [ -73.860906, 40.83399 ], [ -73.861012, 40.834597 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022300", "name": "Census Tract 223, Bronx County, New York", "total_population_17": 5275, "white_alone_17": 95.0, "black_alone_17": 733.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4222.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.644, "pct_black_alone_change": -13.309, "pct_native_alone_change": -0.372, "pct_asian_alone_change": -0.814, "pct_hispanic_or_latino_change": 10.817, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8405251", "INTPTLON": "-073.9150885" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917299, 40.840766 ], [ -73.916892, 40.841347 ], [ -73.916184, 40.842335 ], [ -73.915296, 40.841962 ], [ -73.914472, 40.84162 ], [ -73.913646, 40.841283 ], [ -73.913427, 40.841201 ], [ -73.913343, 40.84117 ], [ -73.912884, 40.840999 ], [ -73.912698, 40.84093 ], [ -73.913137, 40.839814 ], [ -73.913716, 40.83881 ], [ -73.913755, 40.838743 ], [ -73.913933, 40.838807 ], [ -73.915088, 40.839225 ], [ -73.91594, 40.839552 ], [ -73.916783, 40.839881 ], [ -73.917683, 40.840225 ], [ -73.917299, 40.840766 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022401", "name": "Census Tract 224.01, Bronx County, New York", "total_population_17": 2625, "white_alone_17": 225.0, "black_alone_17": 597.0, "native_alone_17": 21.0, "asian_alone_17": 244.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1469.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -19.891, "pct_black_alone_change": 10.545, "pct_native_alone_change": 0.416, "pct_asian_alone_change": 2.314, "pct_hispanic_or_latino_change": 5.636, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8550184", "INTPTLON": "-073.8685096" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.869929, 40.85586 ], [ -73.869889, 40.855971 ], [ -73.869327, 40.856647 ], [ -73.868859, 40.857225 ], [ -73.868383, 40.857812 ], [ -73.867588, 40.85783 ], [ -73.867614, 40.857237 ], [ -73.867637, 40.85679 ], [ -73.867645, 40.856624 ], [ -73.867703, 40.854493 ], [ -73.867731, 40.853661 ], [ -73.86777, 40.852414 ], [ -73.867801, 40.851589 ], [ -73.868609, 40.852088 ], [ -73.868722, 40.852424 ], [ -73.869167, 40.853686 ], [ -73.869377, 40.854266 ], [ -73.869815, 40.855484 ], [ -73.8699, 40.855712 ], [ -73.869929, 40.85586 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022403", "name": "Census Tract 224.03, Bronx County, New York", "total_population_17": 3651, "white_alone_17": 455.0, "black_alone_17": 597.0, "native_alone_17": 27.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2526.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.224, "pct_black_alone_change": 2.265, "pct_native_alone_change": 0.347, "pct_asian_alone_change": -7.044, "pct_hispanic_or_latino_change": 24.133, "pct_native_hawaiian_pacific_islander_change": -0.098, "INTPTLAT": "+40.8564763", "INTPTLON": "-073.8654305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867645, 40.856624 ], [ -73.867637, 40.85679 ], [ -73.867614, 40.857237 ], [ -73.867588, 40.85783 ], [ -73.866583, 40.857856 ], [ -73.865642, 40.857882 ], [ -73.864671, 40.857906 ], [ -73.861791, 40.857983 ], [ -73.861784, 40.857386 ], [ -73.861889, 40.856922 ], [ -73.86192, 40.856783 ], [ -73.862859, 40.856756 ], [ -73.8638, 40.856717 ], [ -73.864741, 40.856691 ], [ -73.864814, 40.854443 ], [ -73.865753, 40.85446 ], [ -73.866694, 40.854477 ], [ -73.867703, 40.854493 ], [ -73.867645, 40.856624 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022404", "name": "Census Tract 224.04, Bronx County, New York", "total_population_17": 4186, "white_alone_17": 996.0, "black_alone_17": 930.0, "native_alone_17": 117.0, "asian_alone_17": 307.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1798.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -6.892, "pct_black_alone_change": 8.13, "pct_native_alone_change": 2.402, "pct_asian_alone_change": 0.29, "pct_hispanic_or_latino_change": -2.101, "pct_native_hawaiian_pacific_islander_change": -0.098, "INTPTLAT": "+40.8527445", "INTPTLON": "-073.8663009" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86777, 40.852414 ], [ -73.867731, 40.853661 ], [ -73.867703, 40.854493 ], [ -73.866694, 40.854477 ], [ -73.865753, 40.85446 ], [ -73.864814, 40.854443 ], [ -73.86488, 40.852358 ], [ -73.864893, 40.851531 ], [ -73.865858, 40.850771 ], [ -73.866142, 40.850536 ], [ -73.866805, 40.85095 ], [ -73.867801, 40.851589 ], [ -73.86777, 40.852414 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022500", "name": "Census Tract 225, Bronx County, New York", "total_population_17": 8570, "white_alone_17": 84.0, "black_alone_17": 2370.0, "native_alone_17": 31.0, "asian_alone_17": 190.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5913.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.146, "pct_black_alone_change": -8.975, "pct_native_alone_change": 0.102, "pct_asian_alone_change": 1.553, "pct_hispanic_or_latino_change": 8.081, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.8401399", "INTPTLON": "-073.9109720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913716, 40.83881 ], [ -73.913137, 40.839814 ], [ -73.912698, 40.84093 ], [ -73.912472, 40.841616 ], [ -73.912225, 40.842335 ], [ -73.91199, 40.843071 ], [ -73.911927, 40.843267 ], [ -73.911758, 40.84319 ], [ -73.910968, 40.843136 ], [ -73.910454, 40.843117 ], [ -73.909547, 40.843045 ], [ -73.90959, 40.842753 ], [ -73.909628, 40.842396 ], [ -73.909579, 40.842027 ], [ -73.909394, 40.841254 ], [ -73.909117, 40.840171 ], [ -73.909063, 40.839947 ], [ -73.908986, 40.839162 ], [ -73.90891, 40.838376 ], [ -73.909458, 40.837057 ], [ -73.909616, 40.837119 ], [ -73.910595, 40.837503 ], [ -73.91139, 40.837866 ], [ -73.912265, 40.838198 ], [ -73.912708, 40.83836 ], [ -73.913595, 40.838685 ], [ -73.913755, 40.838743 ], [ -73.913716, 40.83881 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022701", "name": "Census Tract 227.01, Bronx County, New York", "total_population_17": 5702, "white_alone_17": 90.0, "black_alone_17": 1865.0, "native_alone_17": 0.0, "asian_alone_17": 160.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3569.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.326, "pct_black_alone_change": -5.797, "pct_native_alone_change": -0.099, "pct_asian_alone_change": 2.411, "pct_hispanic_or_latino_change": 3.303, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8468498", "INTPTLON": "-073.9110148" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914084, 40.845277 ], [ -73.913975, 40.84543 ], [ -73.913764, 40.845689 ], [ -73.913718, 40.845751 ], [ -73.91356, 40.845963 ], [ -73.913521, 40.846017 ], [ -73.91339, 40.846193 ], [ -73.91315, 40.846577 ], [ -73.913057, 40.846709 ], [ -73.912364, 40.847683 ], [ -73.911973, 40.84823 ], [ -73.91168, 40.848639 ], [ -73.910674, 40.848438 ], [ -73.909749, 40.848256 ], [ -73.908582, 40.848023 ], [ -73.907745, 40.847856 ], [ -73.907487, 40.847804 ], [ -73.908116, 40.847276 ], [ -73.908632, 40.846965 ], [ -73.908662, 40.846946 ], [ -73.909462, 40.846401 ], [ -73.910743, 40.845459 ], [ -73.911044, 40.84521 ], [ -73.911143, 40.845063 ], [ -73.911306, 40.845099 ], [ -73.911899, 40.845231 ], [ -73.912795, 40.845251 ], [ -73.913485, 40.845266 ], [ -73.914199, 40.845115 ], [ -73.914084, 40.845277 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022702", "name": "Census Tract 227.02, Bronx County, New York", "total_population_17": 1534, "white_alone_17": 0.0, "black_alone_17": 436.0, "native_alone_17": 0.0, "asian_alone_17": 118.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 955.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.172, "pct_black_alone_change": -1.839, "pct_native_alone_change": -0.171, "pct_asian_alone_change": 3.084, "pct_hispanic_or_latino_change": -0.432, "pct_native_hawaiian_pacific_islander_change": -0.056, "INTPTLAT": "+40.8445224", "INTPTLON": "-073.9132321" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916334, 40.845054 ], [ -73.915943, 40.845059 ], [ -73.914199, 40.845115 ], [ -73.913485, 40.845266 ], [ -73.912795, 40.845251 ], [ -73.911899, 40.845231 ], [ -73.911306, 40.845099 ], [ -73.911143, 40.845063 ], [ -73.91132, 40.844783 ], [ -73.911703, 40.8439 ], [ -73.911927, 40.843267 ], [ -73.912088, 40.843336 ], [ -73.913027, 40.843645 ], [ -73.913858, 40.843979 ], [ -73.914745, 40.844343 ], [ -73.915867, 40.844794 ], [ -73.91612, 40.844855 ], [ -73.916726, 40.84505 ], [ -73.916334, 40.845054 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022703", "name": "Census Tract 227.03, Bronx County, New York", "total_population_17": 1841, "white_alone_17": 130.0, "black_alone_17": 348.0, "native_alone_17": 0.0, "asian_alone_17": 237.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1113.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.61, "pct_black_alone_change": -6.712, "pct_native_alone_change": -0.631, "pct_asian_alone_change": 1.453, "pct_hispanic_or_latino_change": 0.771, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8440365", "INTPTLON": "-073.9105204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911927, 40.843267 ], [ -73.911703, 40.8439 ], [ -73.91132, 40.844783 ], [ -73.911143, 40.845063 ], [ -73.910923, 40.845056 ], [ -73.909361, 40.845006 ], [ -73.909375, 40.844835 ], [ -73.909463, 40.843779 ], [ -73.909547, 40.843045 ], [ -73.910454, 40.843117 ], [ -73.910968, 40.843136 ], [ -73.911758, 40.84319 ], [ -73.911927, 40.843267 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022800", "name": "Census Tract 228, Bronx County, New York", "total_population_17": 6023, "white_alone_17": 1156.0, "black_alone_17": 1070.0, "native_alone_17": 0.0, "asian_alone_17": 550.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3208.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.552, "pct_black_alone_change": 5.839, "pct_native_alone_change": -0.571, "pct_asian_alone_change": -3.38, "pct_hispanic_or_latino_change": 13.973, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8534896", "INTPTLON": "-073.8635363" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.865858, 40.850771 ], [ -73.864893, 40.851531 ], [ -73.86488, 40.852358 ], [ -73.864814, 40.854443 ], [ -73.864741, 40.856691 ], [ -73.8638, 40.856717 ], [ -73.862859, 40.856756 ], [ -73.86192, 40.856783 ], [ -73.861996, 40.854392 ], [ -73.862034, 40.853101 ], [ -73.862061, 40.852307 ], [ -73.862119, 40.850806 ], [ -73.86304, 40.850611 ], [ -73.865221, 40.850178 ], [ -73.865605, 40.850318 ], [ -73.865651, 40.850335 ], [ -73.866142, 40.850536 ], [ -73.865858, 40.850771 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022901", "name": "Census Tract 229.01, Bronx County, New York", "total_population_17": 5922, "white_alone_17": 157.0, "black_alone_17": 1737.0, "native_alone_17": 60.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 18.0, "hispanic_or_latino_17": 3652.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.862, "pct_black_alone_change": 3.843, "pct_native_alone_change": 0.192, "pct_asian_alone_change": -2.531, "pct_hispanic_or_latino_change": -2.094, "pct_native_hawaiian_pacific_islander_change": 0.304, "INTPTLAT": "+40.8460928", "INTPTLON": "-073.9072191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911044, 40.84521 ], [ -73.910743, 40.845459 ], [ -73.909462, 40.846401 ], [ -73.908662, 40.846946 ], [ -73.908632, 40.846965 ], [ -73.908116, 40.847276 ], [ -73.907487, 40.847804 ], [ -73.90736, 40.847779 ], [ -73.907322, 40.847771 ], [ -73.906323, 40.847579 ], [ -73.905522, 40.847488 ], [ -73.904621, 40.847392 ], [ -73.904687, 40.846644 ], [ -73.904753, 40.845881 ], [ -73.904829, 40.84503 ], [ -73.90483, 40.844887 ], [ -73.904851, 40.844726 ], [ -73.906653, 40.844849 ], [ -73.907548, 40.844908 ], [ -73.909361, 40.845006 ], [ -73.910923, 40.845056 ], [ -73.911143, 40.845063 ], [ -73.911044, 40.84521 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005022902", "name": "Census Tract 229.02, Bronx County, New York", "total_population_17": 3537, "white_alone_17": 30.0, "black_alone_17": 985.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2431.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.173, "pct_black_alone_change": -4.928, "pct_native_alone_change": -0.161, "pct_asian_alone_change": -1.923, "pct_hispanic_or_latino_change": 5.396, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8437952", "INTPTLON": "-073.9071529" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.909463, 40.843779 ], [ -73.909375, 40.844835 ], [ -73.909361, 40.845006 ], [ -73.907548, 40.844908 ], [ -73.906653, 40.844849 ], [ -73.904851, 40.844726 ], [ -73.904847, 40.84459 ], [ -73.904937, 40.843375 ], [ -73.905, 40.842535 ], [ -73.906002, 40.842629 ], [ -73.906846, 40.842668 ], [ -73.907744, 40.842703 ], [ -73.908657, 40.84272 ], [ -73.908632, 40.842984 ], [ -73.90863, 40.843009 ], [ -73.909547, 40.843045 ], [ -73.909463, 40.843779 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023000", "name": "Census Tract 230, Bronx County, New York", "total_population_17": 2974, "white_alone_17": 732.0, "black_alone_17": 315.0, "native_alone_17": 83.0, "asian_alone_17": 262.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1570.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.793, "pct_black_alone_change": -0.773, "pct_native_alone_change": 2.355, "pct_asian_alone_change": 0.023, "pct_hispanic_or_latino_change": -0.223, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8492873", "INTPTLON": "-073.8660154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.869209, 40.849239 ], [ -73.868235, 40.850913 ], [ -73.868609, 40.852088 ], [ -73.867801, 40.851589 ], [ -73.866805, 40.85095 ], [ -73.866142, 40.850536 ], [ -73.865651, 40.850335 ], [ -73.865605, 40.850318 ], [ -73.865221, 40.850178 ], [ -73.86304, 40.850611 ], [ -73.862789, 40.849238 ], [ -73.862509, 40.848362 ], [ -73.863373, 40.848162 ], [ -73.864244, 40.847981 ], [ -73.865118, 40.847801 ], [ -73.865995, 40.847633 ], [ -73.866343, 40.84759 ], [ -73.866947, 40.847502 ], [ -73.867714, 40.847279 ], [ -73.868355, 40.84708 ], [ -73.868006, 40.848302 ], [ -73.867855, 40.848889 ], [ -73.868374, 40.84897 ], [ -73.869209, 40.849239 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023100", "name": "Census Tract 231, Bronx County, New York", "total_population_17": 1570, "white_alone_17": 47.0, "black_alone_17": 614.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 909.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.132, "pct_black_alone_change": 10.12, "pct_native_alone_change": -0.124, "pct_asian_alone_change": -0.621, "pct_hispanic_or_latino_change": -9.762, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8462192", "INTPTLON": "-073.9024562" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90483, 40.844887 ], [ -73.904829, 40.84503 ], [ -73.904753, 40.845881 ], [ -73.904687, 40.846644 ], [ -73.904621, 40.847392 ], [ -73.903739, 40.847328 ], [ -73.90229, 40.847739 ], [ -73.9021, 40.847839 ], [ -73.901955, 40.848059 ], [ -73.901661, 40.847746 ], [ -73.900963, 40.847697 ], [ -73.899671, 40.847438 ], [ -73.900201, 40.846473 ], [ -73.900888, 40.845241 ], [ -73.90126, 40.844572 ], [ -73.901304, 40.844477 ], [ -73.902633, 40.84467 ], [ -73.904628, 40.844888 ], [ -73.904851, 40.844726 ], [ -73.90483, 40.844887 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023200", "name": "Census Tract 232, Bronx County, New York", "total_population_17": 2804, "white_alone_17": 730.0, "black_alone_17": 203.0, "native_alone_17": 27.0, "asian_alone_17": 139.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1670.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.7, "pct_black_alone_change": 1.282, "pct_native_alone_change": 0.92, "pct_asian_alone_change": -2.801, "pct_hispanic_or_latino_change": 15.323, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8469746", "INTPTLON": "-073.8633164" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866343, 40.84759 ], [ -73.865995, 40.847633 ], [ -73.865118, 40.847801 ], [ -73.864244, 40.847981 ], [ -73.863373, 40.848162 ], [ -73.862509, 40.848362 ], [ -73.861603, 40.848547 ], [ -73.861193, 40.848603 ], [ -73.860387, 40.848236 ], [ -73.85944, 40.846659 ], [ -73.86033, 40.846427 ], [ -73.860805, 40.846332 ], [ -73.861272, 40.846231 ], [ -73.86149, 40.846186 ], [ -73.861707, 40.84614 ], [ -73.862585, 40.845961 ], [ -73.863451, 40.845778 ], [ -73.864323, 40.845596 ], [ -73.865194, 40.845415 ], [ -73.866119, 40.845223 ], [ -73.866947, 40.847502 ], [ -73.866343, 40.84759 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023301", "name": "Census Tract 233.01, Bronx County, New York", "total_population_17": 3919, "white_alone_17": 0.0, "black_alone_17": 1249.0, "native_alone_17": 15.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2631.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.424, "pct_black_alone_change": -3.626, "pct_native_alone_change": 0.302, "pct_asian_alone_change": -0.619, "pct_hispanic_or_latino_change": 5.987, "pct_native_hawaiian_pacific_islander_change": -0.061, "INTPTLAT": "+40.8495612", "INTPTLON": "-073.9087543" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911122, 40.849418 ], [ -73.910695, 40.850019 ], [ -73.910582, 40.850182 ], [ -73.91002, 40.850961 ], [ -73.909215, 40.851801 ], [ -73.908411, 40.851319 ], [ -73.907648, 40.85086 ], [ -73.906993, 40.850371 ], [ -73.906817, 40.850198 ], [ -73.906158, 40.849549 ], [ -73.905999, 40.849392 ], [ -73.906059, 40.849321 ], [ -73.906767, 40.848541 ], [ -73.907487, 40.847804 ], [ -73.907745, 40.847856 ], [ -73.908582, 40.848023 ], [ -73.909749, 40.848256 ], [ -73.910674, 40.848438 ], [ -73.91168, 40.848639 ], [ -73.911122, 40.849418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023302", "name": "Census Tract 233.02, Bronx County, New York", "total_population_17": 3647, "white_alone_17": 44.0, "black_alone_17": 613.0, "native_alone_17": 4.0, "asian_alone_17": 62.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2928.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.797, "pct_black_alone_change": -11.203, "pct_native_alone_change": -0.229, "pct_asian_alone_change": -4.111, "pct_hispanic_or_latino_change": 17.041, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8481852", "INTPTLON": "-073.9047291" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907487, 40.847804 ], [ -73.906767, 40.848541 ], [ -73.906059, 40.849321 ], [ -73.905954, 40.849267 ], [ -73.905774, 40.849175 ], [ -73.903663, 40.848766 ], [ -73.903281, 40.848692 ], [ -73.9024, 40.848515 ], [ -73.90225, 40.84845 ], [ -73.902125, 40.84836 ], [ -73.902102, 40.848319 ], [ -73.902025, 40.848183 ], [ -73.901955, 40.848059 ], [ -73.9021, 40.847839 ], [ -73.90229, 40.847739 ], [ -73.903739, 40.847328 ], [ -73.904621, 40.847392 ], [ -73.905522, 40.847488 ], [ -73.906323, 40.847579 ], [ -73.907322, 40.847771 ], [ -73.90736, 40.847779 ], [ -73.907487, 40.847804 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023501", "name": "Census Tract 235.01, Bronx County, New York", "total_population_17": 3235, "white_alone_17": 23.0, "black_alone_17": 521.0, "native_alone_17": 7.0, "asian_alone_17": 32.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2550.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.674, "pct_black_alone_change": -8.458, "pct_native_alone_change": -0.079, "pct_asian_alone_change": -2.711, "pct_hispanic_or_latino_change": 10.652, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.8521471", "INTPTLON": "-073.9045719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906993, 40.850371 ], [ -73.906581, 40.850821 ], [ -73.90605, 40.851401 ], [ -73.905562, 40.851937 ], [ -73.905018, 40.852531 ], [ -73.904752, 40.852826 ], [ -73.903768, 40.853913 ], [ -73.902988, 40.854773 ], [ -73.90207, 40.85462 ], [ -73.90186, 40.854586 ], [ -73.902718, 40.853522 ], [ -73.903591, 40.852495 ], [ -73.903681, 40.852389 ], [ -73.903744, 40.85228 ], [ -73.904221, 40.851662 ], [ -73.904674, 40.851101 ], [ -73.905133, 40.85053 ], [ -73.90562, 40.849925 ], [ -73.905949, 40.849463 ], [ -73.905999, 40.849392 ], [ -73.906158, 40.849549 ], [ -73.906817, 40.850198 ], [ -73.906993, 40.850371 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023502", "name": "Census Tract 235.02, Bronx County, New York", "total_population_17": 4781, "white_alone_17": 117.0, "black_alone_17": 625.0, "native_alone_17": 7.0, "asian_alone_17": 42.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3942.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.13, "pct_black_alone_change": -6.703, "pct_native_alone_change": -0.916, "pct_asian_alone_change": -2.309, "pct_hispanic_or_latino_change": 10.396, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8512926", "INTPTLON": "-073.9034696" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905999, 40.849392 ], [ -73.905949, 40.849463 ], [ -73.90562, 40.849925 ], [ -73.905133, 40.85053 ], [ -73.904674, 40.851101 ], [ -73.904221, 40.851662 ], [ -73.903744, 40.85228 ], [ -73.903681, 40.852389 ], [ -73.903591, 40.852495 ], [ -73.902718, 40.853522 ], [ -73.90186, 40.854586 ], [ -73.900852, 40.855937 ], [ -73.900965, 40.855521 ], [ -73.901247, 40.854477 ], [ -73.901696, 40.853142 ], [ -73.902729, 40.851874 ], [ -73.90279, 40.851799 ], [ -73.902861, 40.851724 ], [ -73.902879, 40.851398 ], [ -73.902822, 40.850733 ], [ -73.902801, 40.850066 ], [ -73.90303, 40.849402 ], [ -73.903281, 40.848692 ], [ -73.903663, 40.848766 ], [ -73.905774, 40.849175 ], [ -73.905954, 40.849267 ], [ -73.906059, 40.849321 ], [ -73.905999, 40.849392 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023600", "name": "Census Tract 236, Bronx County, New York", "total_population_17": 2110, "white_alone_17": 656.0, "black_alone_17": 193.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1126.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.346, "pct_black_alone_change": -2.973, "pct_native_alone_change": -0.267, "pct_asian_alone_change": 1.913, "pct_hispanic_or_latino_change": -4.51, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8450907", "INTPTLON": "-073.8672583" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.868927, 40.846882 ], [ -73.868355, 40.84708 ], [ -73.867714, 40.847279 ], [ -73.866947, 40.847502 ], [ -73.866119, 40.845223 ], [ -73.865595, 40.843767 ], [ -73.865399, 40.8432 ], [ -73.865167, 40.842466 ], [ -73.865727, 40.843011 ], [ -73.865911, 40.843197 ], [ -73.866425, 40.843463 ], [ -73.867297, 40.842919 ], [ -73.868892, 40.84441 ], [ -73.868019, 40.844841 ], [ -73.868283, 40.844967 ], [ -73.868637, 40.84531 ], [ -73.868742, 40.84561 ], [ -73.868695, 40.845749 ], [ -73.868662, 40.845902 ], [ -73.86865, 40.84605 ], [ -73.868653, 40.846182 ], [ -73.868677, 40.846346 ], [ -73.868721, 40.8465 ], [ -73.868787, 40.846656 ], [ -73.868867, 40.846797 ], [ -73.868927, 40.846882 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023702", "name": "Census Tract 237.02, Bronx County, New York", "total_population_17": 1203, "white_alone_17": 15.0, "black_alone_17": 242.0, "native_alone_17": 13.0, "asian_alone_17": 3.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 943.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.806, "pct_black_alone_change": -1.914, "pct_native_alone_change": 0.421, "pct_asian_alone_change": -0.494, "pct_hispanic_or_latino_change": 5.367, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8606441", "INTPTLON": "-073.8973195" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.898832, 40.859305 ], [ -73.898277, 40.860332 ], [ -73.897729, 40.861349 ], [ -73.897068, 40.862534 ], [ -73.896904, 40.862495 ], [ -73.895884, 40.862258 ], [ -73.896425, 40.860997 ], [ -73.896592, 40.860597 ], [ -73.896848, 40.85999 ], [ -73.897358, 40.858763 ], [ -73.898223, 40.859105 ], [ -73.89868, 40.859255 ], [ -73.898832, 40.859305 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023703", "name": "Census Tract 237.03, Bronx County, New York", "total_population_17": 5746, "white_alone_17": 179.0, "black_alone_17": 1089.0, "native_alone_17": 17.0, "asian_alone_17": 108.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4340.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.134, "pct_black_alone_change": -7.594, "pct_native_alone_change": -0.04, "pct_asian_alone_change": 0.93, "pct_hispanic_or_latino_change": 6.154, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8600426", "INTPTLON": "-073.8995706" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901161, 40.859349 ], [ -73.900788, 40.859977 ], [ -73.899618, 40.862159 ], [ -73.898387, 40.862344 ], [ -73.897306, 40.862499 ], [ -73.897068, 40.862534 ], [ -73.897729, 40.861349 ], [ -73.898277, 40.860332 ], [ -73.898832, 40.859305 ], [ -73.899204, 40.858675 ], [ -73.899949, 40.85742 ], [ -73.900138, 40.857485 ], [ -73.900939, 40.857759 ], [ -73.901913, 40.858094 ], [ -73.901161, 40.859349 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023704", "name": "Census Tract 237.04, Bronx County, New York", "total_population_17": 4295, "white_alone_17": 20.0, "black_alone_17": 794.0, "native_alone_17": 30.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3410.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.515, "pct_black_alone_change": -8.059, "pct_native_alone_change": 0.362, "pct_asian_alone_change": -0.554, "pct_hispanic_or_latino_change": 10.018, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8562675", "INTPTLON": "-073.9019054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903514, 40.855614 ], [ -73.902779, 40.856734 ], [ -73.901913, 40.858094 ], [ -73.900939, 40.857759 ], [ -73.900138, 40.857485 ], [ -73.899949, 40.85742 ], [ -73.900779, 40.856047 ], [ -73.900852, 40.855937 ], [ -73.90186, 40.854586 ], [ -73.90207, 40.85462 ], [ -73.902988, 40.854773 ], [ -73.903951, 40.854974 ], [ -73.903514, 40.855614 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023800", "name": "Census Tract 238, Bronx County, New York", "total_population_17": 2551, "white_alone_17": 338.0, "black_alone_17": 504.0, "native_alone_17": 14.0, "asian_alone_17": 185.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1490.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.266, "pct_black_alone_change": 13.89, "pct_native_alone_change": 0.378, "pct_asian_alone_change": 1.984, "pct_hispanic_or_latino_change": 11.299, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8437081", "INTPTLON": "-073.8610936" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866119, 40.845223 ], [ -73.865194, 40.845415 ], [ -73.864323, 40.845596 ], [ -73.863451, 40.845778 ], [ -73.862585, 40.845961 ], [ -73.861707, 40.84614 ], [ -73.86149, 40.846186 ], [ -73.861272, 40.846231 ], [ -73.860805, 40.846332 ], [ -73.86033, 40.846427 ], [ -73.85944, 40.846659 ], [ -73.859012, 40.845915 ], [ -73.858654, 40.845286 ], [ -73.857484, 40.843794 ], [ -73.857321, 40.843696 ], [ -73.856863, 40.84353 ], [ -73.855741, 40.843143 ], [ -73.85521, 40.842975 ], [ -73.854299, 40.842671 ], [ -73.853335, 40.84247 ], [ -73.855195, 40.842258 ], [ -73.855465, 40.842227 ], [ -73.856184, 40.842146 ], [ -73.856916, 40.842062 ], [ -73.861762, 40.841513 ], [ -73.86358, 40.841278 ], [ -73.864107, 40.841675 ], [ -73.865167, 40.842466 ], [ -73.865399, 40.8432 ], [ -73.865595, 40.843767 ], [ -73.866119, 40.845223 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005023900", "name": "Census Tract 239, Bronx County, New York", "total_population_17": 7547, "white_alone_17": 0.0, "black_alone_17": 1482.0, "native_alone_17": 50.0, "asian_alone_17": 75.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5763.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.359, "pct_black_alone_change": -5.863, "pct_native_alone_change": 0.292, "pct_asian_alone_change": -0.365, "pct_hispanic_or_latino_change": 5.667, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8589133", "INTPTLON": "-073.9028682" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905264, 40.858047 ], [ -73.904868, 40.858693 ], [ -73.904475, 40.859342 ], [ -73.904081, 40.859988 ], [ -73.903514, 40.860918 ], [ -73.902545, 40.860578 ], [ -73.902034, 40.861492 ], [ -73.901614, 40.862139 ], [ -73.90108, 40.862756 ], [ -73.900284, 40.862472 ], [ -73.899962, 40.862351 ], [ -73.899618, 40.862159 ], [ -73.900788, 40.859977 ], [ -73.901161, 40.859349 ], [ -73.901913, 40.858094 ], [ -73.902779, 40.856734 ], [ -73.903514, 40.855614 ], [ -73.903951, 40.854974 ], [ -73.904727, 40.85537 ], [ -73.90557, 40.855787 ], [ -73.905222, 40.856204 ], [ -73.905086, 40.856411 ], [ -73.904684, 40.857061 ], [ -73.90566, 40.857399 ], [ -73.905264, 40.858047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024000", "name": "Census Tract 240, Bronx County, New York", "total_population_17": 3986, "white_alone_17": 189.0, "black_alone_17": 1006.0, "native_alone_17": 0.0, "asian_alone_17": 66.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2696.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.653, "pct_black_alone_change": 3.736, "pct_native_alone_change": -0.485, "pct_asian_alone_change": -1.799, "pct_hispanic_or_latino_change": 3.616, "pct_native_hawaiian_pacific_islander_change": -0.057, "INTPTLAT": "+40.8416234", "INTPTLON": "-073.8688760" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.873268, 40.84022 ], [ -73.872808, 40.840869 ], [ -73.872469, 40.841316 ], [ -73.872253, 40.841601 ], [ -73.871534, 40.842514 ], [ -73.870995, 40.843112 ], [ -73.870301, 40.843549 ], [ -73.869595, 40.843981 ], [ -73.868892, 40.84441 ], [ -73.867297, 40.842919 ], [ -73.866425, 40.843463 ], [ -73.865911, 40.843197 ], [ -73.865727, 40.843011 ], [ -73.865167, 40.842466 ], [ -73.864107, 40.841675 ], [ -73.86358, 40.841278 ], [ -73.864465, 40.841088 ], [ -73.865045, 40.840954 ], [ -73.865465, 40.840857 ], [ -73.866361, 40.840592 ], [ -73.866965, 40.840423 ], [ -73.867248, 40.840344 ], [ -73.867406, 40.840305 ], [ -73.867822, 40.840166 ], [ -73.868308, 40.839995 ], [ -73.868723, 40.839806 ], [ -73.868847, 40.839753 ], [ -73.869208, 40.8396 ], [ -73.869326, 40.839574 ], [ -73.869426, 40.839517 ], [ -73.870261, 40.839594 ], [ -73.870459, 40.839627 ], [ -73.870718, 40.839659 ], [ -73.870968, 40.839674 ], [ -73.871206, 40.839675 ], [ -73.8727, 40.839752 ], [ -73.872843, 40.839758 ], [ -73.873561, 40.839794 ], [ -73.873268, 40.84022 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024100", "name": "Census Tract 241, Bronx County, New York", "total_population_17": 6378, "white_alone_17": 202.0, "black_alone_17": 1825.0, "native_alone_17": 18.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4259.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.092, "pct_black_alone_change": -0.118, "pct_native_alone_change": 0.03, "pct_asian_alone_change": -0.135, "pct_hispanic_or_latino_change": -2.225, "pct_native_hawaiian_pacific_islander_change": -0.084, "INTPTLAT": "+40.8531471", "INTPTLON": "-073.9061863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908418, 40.852644 ], [ -73.907333, 40.853816 ], [ -73.90557, 40.855787 ], [ -73.904727, 40.85537 ], [ -73.903951, 40.854974 ], [ -73.902988, 40.854773 ], [ -73.903768, 40.853913 ], [ -73.904752, 40.852826 ], [ -73.905018, 40.852531 ], [ -73.905562, 40.851937 ], [ -73.90605, 40.851401 ], [ -73.906581, 40.850821 ], [ -73.906993, 40.850371 ], [ -73.907648, 40.85086 ], [ -73.908411, 40.851319 ], [ -73.909215, 40.851801 ], [ -73.908418, 40.852644 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024300", "name": "Census Tract 243, Bronx County, New York", "total_population_17": 5446, "white_alone_17": 43.0, "black_alone_17": 1488.0, "native_alone_17": 46.0, "asian_alone_17": 224.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3647.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.144, "pct_black_alone_change": -5.696, "pct_native_alone_change": 0.679, "pct_asian_alone_change": 3.781, "pct_hispanic_or_latino_change": 1.685, "pct_native_hawaiian_pacific_islander_change": -0.074, "INTPTLAT": "+40.8524282", "INTPTLON": "-073.9115345" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915452, 40.850494 ], [ -73.914873, 40.851047 ], [ -73.914337, 40.851657 ], [ -73.913778, 40.852132 ], [ -73.913231, 40.852584 ], [ -73.912797, 40.853042 ], [ -73.912488, 40.853387 ], [ -73.912273, 40.853759 ], [ -73.912143, 40.853999 ], [ -73.911828, 40.854362 ], [ -73.911578, 40.854576 ], [ -73.911196, 40.854822 ], [ -73.910072, 40.854469 ], [ -73.909826, 40.854274 ], [ -73.909717, 40.854142 ], [ -73.90943, 40.85396 ], [ -73.909111, 40.853868 ], [ -73.908855, 40.853833 ], [ -73.908501, 40.853817 ], [ -73.907561, 40.853859 ], [ -73.907333, 40.853816 ], [ -73.908418, 40.852644 ], [ -73.909215, 40.851801 ], [ -73.909531, 40.851902 ], [ -73.909864, 40.851958 ], [ -73.910175, 40.851983 ], [ -73.910777, 40.851939 ], [ -73.911025, 40.851906 ], [ -73.911322, 40.851805 ], [ -73.911453, 40.85174 ], [ -73.911536, 40.851692 ], [ -73.911844, 40.851445 ], [ -73.911947, 40.851353 ], [ -73.912113, 40.851092 ], [ -73.912172, 40.850943 ], [ -73.912212, 40.850781 ], [ -73.912291, 40.85061 ], [ -73.912482, 40.850378 ], [ -73.912731, 40.85017 ], [ -73.912875, 40.850125 ], [ -73.913464, 40.850018 ], [ -73.914156, 40.849968 ], [ -73.914898, 40.850208 ], [ -73.915452, 40.850494 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024400", "name": "Census Tract 244, Bronx County, New York", "total_population_17": 2276, "white_alone_17": 864.0, "black_alone_17": 104.0, "native_alone_17": 19.0, "asian_alone_17": 96.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1193.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.882, "pct_black_alone_change": 4.137, "pct_native_alone_change": 0.787, "pct_asian_alone_change": -2.647, "pct_hispanic_or_latino_change": 30.141, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8462265", "INTPTLON": "-073.8575198" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861193, 40.848603 ], [ -73.860234, 40.84896 ], [ -73.859425, 40.849324 ], [ -73.858617, 40.849687 ], [ -73.857086, 40.847729 ], [ -73.856064, 40.84642 ], [ -73.854615, 40.844565 ], [ -73.854014, 40.843639 ], [ -73.854729, 40.843444 ], [ -73.855741, 40.843143 ], [ -73.856863, 40.84353 ], [ -73.857321, 40.843696 ], [ -73.857484, 40.843794 ], [ -73.858654, 40.845286 ], [ -73.859012, 40.845915 ], [ -73.85944, 40.846659 ], [ -73.860387, 40.848236 ], [ -73.861193, 40.848603 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024501", "name": "Census Tract 245.01, Bronx County, New York", "total_population_17": 5601, "white_alone_17": 12.0, "black_alone_17": 1031.0, "native_alone_17": 0.0, "asian_alone_17": 57.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4457.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.308, "pct_black_alone_change": -13.993, "pct_native_alone_change": -0.422, "pct_asian_alone_change": 0.62, "pct_hispanic_or_latino_change": 14.856, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8528793", "INTPTLON": "-073.9154618" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918167, 40.852983 ], [ -73.916935, 40.854609 ], [ -73.916539, 40.854715 ], [ -73.91619, 40.854582 ], [ -73.915568, 40.854244 ], [ -73.915421, 40.854175 ], [ -73.91505, 40.854029 ], [ -73.914675, 40.853943 ], [ -73.913848, 40.853811 ], [ -73.912273, 40.853759 ], [ -73.912488, 40.853387 ], [ -73.912797, 40.853042 ], [ -73.913231, 40.852584 ], [ -73.913778, 40.852132 ], [ -73.914337, 40.851657 ], [ -73.914873, 40.851047 ], [ -73.915452, 40.850494 ], [ -73.915639, 40.850646 ], [ -73.915811, 40.850824 ], [ -73.915936, 40.85105 ], [ -73.915975, 40.851325 ], [ -73.915989, 40.851538 ], [ -73.916025, 40.851657 ], [ -73.916114, 40.851793 ], [ -73.916269, 40.851865 ], [ -73.916447, 40.851905 ], [ -73.916831, 40.851976 ], [ -73.917198, 40.85205 ], [ -73.917406, 40.852146 ], [ -73.917578, 40.852277 ], [ -73.917923, 40.85276 ], [ -73.918167, 40.852983 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024502", "name": "Census Tract 245.02, Bronx County, New York", "total_population_17": 3882, "white_alone_17": 25.0, "black_alone_17": 963.0, "native_alone_17": 65.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2893.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.878, "pct_black_alone_change": -7.593, "pct_native_alone_change": 1.252, "pct_asian_alone_change": -0.398, "pct_hispanic_or_latino_change": 9.804, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8551094", "INTPTLON": "-073.9135653" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915711, 40.85586 ], [ -73.915448, 40.856498 ], [ -73.91394, 40.856321 ], [ -73.91213, 40.856014 ], [ -73.911167, 40.855866 ], [ -73.910413, 40.855729 ], [ -73.910531, 40.855521 ], [ -73.910734, 40.85523 ], [ -73.91093, 40.855022 ], [ -73.911196, 40.854822 ], [ -73.911578, 40.854576 ], [ -73.911828, 40.854362 ], [ -73.912143, 40.853999 ], [ -73.912273, 40.853759 ], [ -73.913848, 40.853811 ], [ -73.914675, 40.853943 ], [ -73.91505, 40.854029 ], [ -73.915421, 40.854175 ], [ -73.915568, 40.854244 ], [ -73.91619, 40.854582 ], [ -73.915711, 40.85586 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024600", "name": "Census Tract 246, Bronx County, New York", "total_population_17": 2365, "white_alone_17": 932.0, "black_alone_17": 93.0, "native_alone_17": 0.0, "asian_alone_17": 418.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 915.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.392, "pct_black_alone_change": 1.056, "pct_native_alone_change": -0.048, "pct_asian_alone_change": 6.84, "pct_hispanic_or_latino_change": 16.925, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8516098", "INTPTLON": "-073.8611557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86304, 40.850611 ], [ -73.862119, 40.850806 ], [ -73.862061, 40.852307 ], [ -73.862034, 40.853101 ], [ -73.861996, 40.854392 ], [ -73.86192, 40.856783 ], [ -73.860971, 40.856807 ], [ -73.860986, 40.856476 ], [ -73.861035, 40.854936 ], [ -73.861057, 40.854381 ], [ -73.861058, 40.854208 ], [ -73.860909, 40.854062 ], [ -73.860583, 40.853621 ], [ -73.860148, 40.853035 ], [ -73.860184, 40.852269 ], [ -73.860121, 40.851627 ], [ -73.858617, 40.849687 ], [ -73.859425, 40.849324 ], [ -73.860234, 40.84896 ], [ -73.861193, 40.848603 ], [ -73.861603, 40.848547 ], [ -73.862509, 40.848362 ], [ -73.862789, 40.849238 ], [ -73.86304, 40.850611 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024700", "name": "Census Tract 247, Bronx County, New York", "total_population_17": 1884, "white_alone_17": 26.0, "black_alone_17": 806.0, "native_alone_17": 0.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1016.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.561, "pct_black_alone_change": -12.7, "pct_native_alone_change": -0.123, "pct_asian_alone_change": -0.697, "pct_hispanic_or_latino_change": 14.316, "pct_native_hawaiian_pacific_islander_change": -0.004, "INTPTLAT": "+40.8551123", "INTPTLON": "-073.9187947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921215, 40.854693 ], [ -73.920958, 40.855112 ], [ -73.920273, 40.856234 ], [ -73.920005, 40.856679 ], [ -73.91929, 40.857475 ], [ -73.917901, 40.856937 ], [ -73.917592, 40.856812 ], [ -73.917425, 40.856774 ], [ -73.917456, 40.856316 ], [ -73.917364, 40.856095 ], [ -73.917217, 40.856015 ], [ -73.91719, 40.856837 ], [ -73.917127, 40.857044 ], [ -73.91703, 40.857296 ], [ -73.916922, 40.857528 ], [ -73.916773, 40.857791 ], [ -73.916642, 40.857988 ], [ -73.916159, 40.858785 ], [ -73.915983, 40.85882 ], [ -73.91574, 40.858973 ], [ -73.915388, 40.859129 ], [ -73.915079, 40.859193 ], [ -73.915196, 40.859044 ], [ -73.915412, 40.858859 ], [ -73.915417, 40.858701 ], [ -73.915608, 40.858619 ], [ -73.915886, 40.857887 ], [ -73.91679, 40.854873 ], [ -73.916935, 40.854609 ], [ -73.918167, 40.852983 ], [ -73.918615, 40.852844 ], [ -73.919079, 40.853071 ], [ -73.919595, 40.853339 ], [ -73.919702, 40.853408 ], [ -73.91982, 40.853486 ], [ -73.920148, 40.853681 ], [ -73.9204, 40.853817 ], [ -73.921136, 40.854215 ], [ -73.921215, 40.854693 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024800", "name": "Census Tract 248, Bronx County, New York", "total_population_17": 2998, "white_alone_17": 1414.0, "black_alone_17": 374.0, "native_alone_17": 28.0, "asian_alone_17": 292.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 899.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.83, "pct_black_alone_change": 8.253, "pct_native_alone_change": 0.503, "pct_asian_alone_change": 2.652, "pct_hispanic_or_latino_change": 12.36, "pct_native_hawaiian_pacific_islander_change": -0.216, "INTPTLAT": "+40.8553409", "INTPTLON": "-073.8584097" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861889, 40.856922 ], [ -73.861784, 40.857386 ], [ -73.861791, 40.857983 ], [ -73.856638, 40.858119 ], [ -73.856485, 40.857793 ], [ -73.856371, 40.85755 ], [ -73.856162, 40.857085 ], [ -73.856097, 40.856941 ], [ -73.855351, 40.855433 ], [ -73.854408, 40.8542 ], [ -73.855278, 40.853808 ], [ -73.856086, 40.853443 ], [ -73.856895, 40.85308 ], [ -73.857704, 40.852717 ], [ -73.858512, 40.852352 ], [ -73.859319, 40.851989 ], [ -73.860121, 40.851627 ], [ -73.860184, 40.852269 ], [ -73.860148, 40.853035 ], [ -73.860583, 40.853621 ], [ -73.860909, 40.854062 ], [ -73.861058, 40.854208 ], [ -73.861057, 40.854381 ], [ -73.861035, 40.854936 ], [ -73.860986, 40.856476 ], [ -73.860971, 40.856807 ], [ -73.86192, 40.856783 ], [ -73.861889, 40.856922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005024900", "name": "Census Tract 249, Bronx County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.8574375", "INTPTLON": "-073.9131413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91679, 40.854873 ], [ -73.915886, 40.857887 ], [ -73.915608, 40.858619 ], [ -73.915417, 40.858701 ], [ -73.913284, 40.859619 ], [ -73.910904, 40.858778 ], [ -73.910208, 40.858289 ], [ -73.90981, 40.857348 ], [ -73.909916, 40.856645 ], [ -73.910413, 40.855729 ], [ -73.911167, 40.855866 ], [ -73.91213, 40.856014 ], [ -73.91394, 40.856321 ], [ -73.915448, 40.856498 ], [ -73.915711, 40.85586 ], [ -73.91619, 40.854582 ], [ -73.916539, 40.854715 ], [ -73.916935, 40.854609 ], [ -73.91679, 40.854873 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025000", "name": "Census Tract 250, Bronx County, New York", "total_population_17": 2716, "white_alone_17": 1361.0, "black_alone_17": 36.0, "native_alone_17": 0.0, "asian_alone_17": 393.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 882.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.865, "pct_black_alone_change": 1.151, "pct_native_alone_change": -0.044, "pct_asian_alone_change": 8.506, "pct_hispanic_or_latino_change": 22.113, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8517064", "INTPTLON": "-073.8557006" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.859319, 40.851989 ], [ -73.858512, 40.852352 ], [ -73.857704, 40.852717 ], [ -73.856895, 40.85308 ], [ -73.856086, 40.853443 ], [ -73.855278, 40.853808 ], [ -73.854408, 40.8542 ], [ -73.852897, 40.852264 ], [ -73.851368, 40.850304 ], [ -73.852242, 40.849911 ], [ -73.853046, 40.849547 ], [ -73.854573, 40.851509 ], [ -73.855383, 40.851144 ], [ -73.85619, 40.850779 ], [ -73.857001, 40.850416 ], [ -73.857808, 40.850051 ], [ -73.858617, 40.849687 ], [ -73.860121, 40.851627 ], [ -73.859319, 40.851989 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025100", "name": "Census Tract 251, Bronx County, New York", "total_population_17": 6732, "white_alone_17": 3.0, "black_alone_17": 1198.0, "native_alone_17": 0.0, "asian_alone_17": 794.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4694.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.341, "pct_black_alone_change": -13.85, "pct_native_alone_change": -0.587, "pct_asian_alone_change": 6.628, "pct_hispanic_or_latino_change": 8.874, "pct_native_hawaiian_pacific_islander_change": -0.015, "INTPTLAT": "+40.8565412", "INTPTLON": "-073.9077336" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91093, 40.855022 ], [ -73.910734, 40.85523 ], [ -73.910531, 40.855521 ], [ -73.910413, 40.855729 ], [ -73.909916, 40.856645 ], [ -73.90981, 40.857348 ], [ -73.907773, 40.859608 ], [ -73.907258, 40.859354 ], [ -73.907071, 40.859362 ], [ -73.906798, 40.859374 ], [ -73.905723, 40.858993 ], [ -73.904868, 40.858693 ], [ -73.905264, 40.858047 ], [ -73.90566, 40.857399 ], [ -73.904684, 40.857061 ], [ -73.905086, 40.856411 ], [ -73.905222, 40.856204 ], [ -73.90557, 40.855787 ], [ -73.907333, 40.853816 ], [ -73.907561, 40.853859 ], [ -73.908501, 40.853817 ], [ -73.908855, 40.853833 ], [ -73.909111, 40.853868 ], [ -73.90943, 40.85396 ], [ -73.909717, 40.854142 ], [ -73.909826, 40.854274 ], [ -73.910072, 40.854469 ], [ -73.911196, 40.854822 ], [ -73.91093, 40.855022 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025200", "name": "Census Tract 252, Bronx County, New York", "total_population_17": 2780, "white_alone_17": 1200.0, "black_alone_17": 142.0, "native_alone_17": 75.0, "asian_alone_17": 340.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1027.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.432, "pct_black_alone_change": 3.494, "pct_native_alone_change": 2.615, "pct_asian_alone_change": 6.603, "pct_hispanic_or_latino_change": 20.475, "pct_native_hawaiian_pacific_islander_change": -0.207, "INTPTLAT": "+40.8471320", "INTPTLON": "-073.8549662" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.857808, 40.850051 ], [ -73.857001, 40.850416 ], [ -73.85619, 40.850779 ], [ -73.854663, 40.848821 ], [ -73.853636, 40.847511 ], [ -73.852191, 40.845656 ], [ -73.851152, 40.844322 ], [ -73.852057, 40.844105 ], [ -73.85221, 40.844264 ], [ -73.853029, 40.843927 ], [ -73.854014, 40.843639 ], [ -73.854615, 40.844565 ], [ -73.856064, 40.84642 ], [ -73.857086, 40.847729 ], [ -73.858617, 40.849687 ], [ -73.857808, 40.850051 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025300", "name": "Census Tract 253, Bronx County, New York", "total_population_17": 6279, "white_alone_17": 39.0, "black_alone_17": 895.0, "native_alone_17": 63.0, "asian_alone_17": 285.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4852.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.488, "pct_black_alone_change": -7.192, "pct_native_alone_change": 0.769, "pct_asian_alone_change": -0.6, "pct_hispanic_or_latino_change": 6.826, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8610069", "INTPTLON": "-073.9045549" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907773, 40.859608 ], [ -73.904934, 40.862749 ], [ -73.904038, 40.862741 ], [ -73.903319, 40.862735 ], [ -73.902901, 40.862708 ], [ -73.902566, 40.862702 ], [ -73.902293, 40.862717 ], [ -73.901866, 40.862787 ], [ -73.901566, 40.862806 ], [ -73.90133, 40.8628 ], [ -73.90108, 40.862756 ], [ -73.901614, 40.862139 ], [ -73.902034, 40.861492 ], [ -73.902545, 40.860578 ], [ -73.903514, 40.860918 ], [ -73.904081, 40.859988 ], [ -73.904475, 40.859342 ], [ -73.904868, 40.858693 ], [ -73.905723, 40.858993 ], [ -73.906798, 40.859374 ], [ -73.907071, 40.859362 ], [ -73.907258, 40.859354 ], [ -73.907773, 40.859608 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025400", "name": "Census Tract 254, Bronx County, New York", "total_population_17": 2325, "white_alone_17": 1346.0, "black_alone_17": 80.0, "native_alone_17": 27.0, "asian_alone_17": 201.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 631.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.035, "pct_black_alone_change": 2.593, "pct_native_alone_change": 0.949, "pct_asian_alone_change": 1.646, "pct_hispanic_or_latino_change": 18.603, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8484985", "INTPTLON": "-073.8524773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.855383, 40.851144 ], [ -73.854573, 40.851509 ], [ -73.853046, 40.849547 ], [ -73.852242, 40.849911 ], [ -73.851368, 40.850304 ], [ -73.850345, 40.848993 ], [ -73.849073, 40.847062 ], [ -73.84977, 40.846747 ], [ -73.850577, 40.846383 ], [ -73.851384, 40.846018 ], [ -73.852191, 40.845656 ], [ -73.853636, 40.847511 ], [ -73.854663, 40.848821 ], [ -73.85619, 40.850779 ], [ -73.855383, 40.851144 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025500", "name": "Census Tract 255, Bronx County, New York", "total_population_17": 6523, "white_alone_17": 227.0, "black_alone_17": 747.0, "native_alone_17": 209.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5468.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.205, "pct_black_alone_change": -9.136, "pct_native_alone_change": 2.96, "pct_asian_alone_change": -4.568, "pct_hispanic_or_latino_change": 13.337, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8605351", "INTPTLON": "-073.9089405" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912546, 40.86004 ], [ -73.912258, 40.86019 ], [ -73.911907, 40.860279 ], [ -73.911582, 40.860343 ], [ -73.91125, 40.860477 ], [ -73.910929, 40.860647 ], [ -73.910757, 40.86074 ], [ -73.910531, 40.860878 ], [ -73.909969, 40.861303 ], [ -73.909554, 40.861722 ], [ -73.909171, 40.862224 ], [ -73.909083, 40.862419 ], [ -73.90904, 40.862679 ], [ -73.908608, 40.862796 ], [ -73.90821, 40.862828 ], [ -73.907586, 40.862816 ], [ -73.906159, 40.862779 ], [ -73.904934, 40.862749 ], [ -73.907773, 40.859608 ], [ -73.90981, 40.857348 ], [ -73.910208, 40.858289 ], [ -73.910904, 40.858778 ], [ -73.913284, 40.859619 ], [ -73.912546, 40.86004 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025600", "name": "Census Tract 256, Bronx County, New York", "total_population_17": 1536, "white_alone_17": 410.0, "black_alone_17": 203.0, "native_alone_17": 0.0, "asian_alone_17": 178.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 729.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.579, "pct_black_alone_change": 4.473, "pct_native_alone_change": -0.232, "pct_asian_alone_change": 6.783, "pct_hispanic_or_latino_change": 15.845, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8443911", "INTPTLON": "-073.8502190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.855741, 40.843143 ], [ -73.854729, 40.843444 ], [ -73.854014, 40.843639 ], [ -73.853029, 40.843927 ], [ -73.85221, 40.844264 ], [ -73.852057, 40.844105 ], [ -73.851152, 40.844322 ], [ -73.852191, 40.845656 ], [ -73.851384, 40.846018 ], [ -73.850577, 40.846383 ], [ -73.84977, 40.846747 ], [ -73.849073, 40.847062 ], [ -73.847885, 40.845989 ], [ -73.847723, 40.845839 ], [ -73.847347, 40.845503 ], [ -73.847109, 40.845306 ], [ -73.846793, 40.845 ], [ -73.846235, 40.84449 ], [ -73.84749, 40.843562 ], [ -73.848069, 40.843072 ], [ -73.848546, 40.843007 ], [ -73.849392, 40.842919 ], [ -73.849992, 40.842852 ], [ -73.850523, 40.84279 ], [ -73.850889, 40.842753 ], [ -73.851208, 40.842715 ], [ -73.851799, 40.842648 ], [ -73.852312, 40.842587 ], [ -73.852802, 40.842531 ], [ -73.853335, 40.84247 ], [ -73.854299, 40.842671 ], [ -73.85521, 40.842975 ], [ -73.855741, 40.843143 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005025700", "name": "Census Tract 257, Bronx County, New York", "total_population_17": 1941, "white_alone_17": 45.0, "black_alone_17": 365.0, "native_alone_17": 18.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1505.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.494, "pct_black_alone_change": -12.84, "pct_native_alone_change": 0.621, "pct_asian_alone_change": -0.048, "pct_hispanic_or_latino_change": 13.034, "pct_native_hawaiian_pacific_islander_change": -0.061, "INTPTLAT": "+40.8603147", "INTPTLON": "-073.9140946" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9185, 40.858352 ], [ -73.918206, 40.858679 ], [ -73.916975, 40.859909 ], [ -73.9165, 40.860384 ], [ -73.914901, 40.861983 ], [ -73.91434, 40.862521 ], [ -73.913417, 40.862158 ], [ -73.913331, 40.862125 ], [ -73.913234, 40.862048 ], [ -73.912939, 40.861964 ], [ -73.912704, 40.861916 ], [ -73.91252, 40.861878 ], [ -73.912302, 40.861854 ], [ -73.911783, 40.861827 ], [ -73.910756, 40.861651 ], [ -73.909867, 40.86231 ], [ -73.90904, 40.862679 ], [ -73.909083, 40.862419 ], [ -73.909171, 40.862224 ], [ -73.909554, 40.861722 ], [ -73.909969, 40.861303 ], [ -73.910531, 40.860878 ], [ -73.910757, 40.86074 ], [ -73.910929, 40.860647 ], [ -73.91125, 40.860477 ], [ -73.911582, 40.860343 ], [ -73.911907, 40.860279 ], [ -73.912258, 40.86019 ], [ -73.912546, 40.86004 ], [ -73.913284, 40.859619 ], [ -73.915417, 40.858701 ], [ -73.915412, 40.858859 ], [ -73.915196, 40.859044 ], [ -73.915079, 40.859193 ], [ -73.915388, 40.859129 ], [ -73.91574, 40.858973 ], [ -73.915983, 40.85882 ], [ -73.916159, 40.858785 ], [ -73.916642, 40.857988 ], [ -73.916773, 40.857791 ], [ -73.916922, 40.857528 ], [ -73.91703, 40.857296 ], [ -73.917127, 40.857044 ], [ -73.91719, 40.856837 ], [ -73.917217, 40.856015 ], [ -73.917364, 40.856095 ], [ -73.917456, 40.856316 ], [ -73.917425, 40.856774 ], [ -73.917592, 40.856812 ], [ -73.917901, 40.856937 ], [ -73.91929, 40.857475 ], [ -73.9185, 40.858352 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026100", "name": "Census Tract 261, Bronx County, New York", "total_population_17": 1969, "white_alone_17": 66.0, "black_alone_17": 1014.0, "native_alone_17": 3.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 814.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.227, "pct_black_alone_change": -10.994, "pct_native_alone_change": 0.086, "pct_asian_alone_change": 0.373, "pct_hispanic_or_latino_change": 19.917, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8666390", "INTPTLON": "-073.9059021" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.909107, 40.863555 ], [ -73.909071, 40.863853 ], [ -73.909027, 40.864216 ], [ -73.908826, 40.864854 ], [ -73.908488, 40.865345 ], [ -73.907969, 40.865965 ], [ -73.907818, 40.866621 ], [ -73.907134, 40.867922 ], [ -73.904483, 40.869388 ], [ -73.904042, 40.869544 ], [ -73.903668, 40.869495 ], [ -73.902358, 40.868696 ], [ -73.903116, 40.867654 ], [ -73.904391, 40.865905 ], [ -73.904401, 40.865888 ], [ -73.904471, 40.865793 ], [ -73.904559, 40.8657 ], [ -73.904662, 40.865616 ], [ -73.904771, 40.865546 ], [ -73.904899, 40.865481 ], [ -73.905045, 40.865426 ], [ -73.905197, 40.865387 ], [ -73.905319, 40.865368 ], [ -73.905455, 40.865363 ], [ -73.905591, 40.865346 ], [ -73.905726, 40.865316 ], [ -73.905826, 40.865285 ], [ -73.905964, 40.865229 ], [ -73.906071, 40.865171 ], [ -73.906183, 40.865093 ], [ -73.90628, 40.865007 ], [ -73.906354, 40.864922 ], [ -73.906805, 40.864426 ], [ -73.907539, 40.86356 ], [ -73.907782, 40.86354 ], [ -73.908114, 40.863479 ], [ -73.908384, 40.863399 ], [ -73.908802, 40.863222 ], [ -73.909099, 40.863001 ], [ -73.909107, 40.863555 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026300", "name": "Census Tract 263, Bronx County, New York", "total_population_17": 5993, "white_alone_17": 435.0, "black_alone_17": 1063.0, "native_alone_17": 178.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4277.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.306, "pct_black_alone_change": -7.47, "pct_native_alone_change": 2.744, "pct_asian_alone_change": -5.014, "pct_hispanic_or_latino_change": 12.367, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8647665", "INTPTLON": "-073.9044669" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.909099, 40.863001 ], [ -73.908802, 40.863222 ], [ -73.908384, 40.863399 ], [ -73.908114, 40.863479 ], [ -73.907782, 40.86354 ], [ -73.907539, 40.86356 ], [ -73.906805, 40.864426 ], [ -73.906354, 40.864922 ], [ -73.90628, 40.865007 ], [ -73.906183, 40.865093 ], [ -73.906071, 40.865171 ], [ -73.905964, 40.865229 ], [ -73.905826, 40.865285 ], [ -73.905726, 40.865316 ], [ -73.905591, 40.865346 ], [ -73.905455, 40.865363 ], [ -73.905319, 40.865368 ], [ -73.905197, 40.865387 ], [ -73.905045, 40.865426 ], [ -73.904899, 40.865481 ], [ -73.904771, 40.865546 ], [ -73.904662, 40.865616 ], [ -73.904559, 40.8657 ], [ -73.904471, 40.865793 ], [ -73.904401, 40.865888 ], [ -73.904391, 40.865905 ], [ -73.903116, 40.867654 ], [ -73.902358, 40.868696 ], [ -73.901645, 40.868416 ], [ -73.90114, 40.86828 ], [ -73.902074, 40.866997 ], [ -73.903322, 40.865311 ], [ -73.902522, 40.864873 ], [ -73.901945, 40.864553 ], [ -73.902518, 40.863798 ], [ -73.903319, 40.862735 ], [ -73.904038, 40.862741 ], [ -73.904934, 40.862749 ], [ -73.906159, 40.862779 ], [ -73.907586, 40.862816 ], [ -73.90821, 40.862828 ], [ -73.908608, 40.862796 ], [ -73.90904, 40.862679 ], [ -73.909099, 40.863001 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026400", "name": "Census Tract 264, Bronx County, New York", "total_population_17": 5519, "white_alone_17": 1875.0, "black_alone_17": 357.0, "native_alone_17": 0.0, "asian_alone_17": 596.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2647.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -39.432, "pct_black_alone_change": 5.698, "pct_native_alone_change": -0.021, "pct_asian_alone_change": 8.777, "pct_hispanic_or_latino_change": 24.869, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8417813", "INTPTLON": "-073.8320889" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.837664, 40.840935 ], [ -73.837318, 40.842021 ], [ -73.837146, 40.842728 ], [ -73.836868, 40.843473 ], [ -73.836731, 40.843472 ], [ -73.835829, 40.843472 ], [ -73.834749, 40.843503 ], [ -73.833832, 40.843517 ], [ -73.832965, 40.843518 ], [ -73.832008, 40.84363 ], [ -73.831084, 40.843745 ], [ -73.830432, 40.843858 ], [ -73.829655, 40.844089 ], [ -73.829315, 40.844192 ], [ -73.82871, 40.844374 ], [ -73.828453, 40.844451 ], [ -73.827575, 40.844732 ], [ -73.826748, 40.845079 ], [ -73.826113, 40.845339 ], [ -73.826193, 40.843861 ], [ -73.826241, 40.842994 ], [ -73.826084, 40.841372 ], [ -73.827032, 40.841318 ], [ -73.827913, 40.841259 ], [ -73.828767, 40.840965 ], [ -73.829674, 40.840609 ], [ -73.830559, 40.840203 ], [ -73.831541, 40.839747 ], [ -73.833265, 40.83893 ], [ -73.835007, 40.838107 ], [ -73.83568, 40.838677 ], [ -73.835801, 40.838776 ], [ -73.836283, 40.839171 ], [ -73.837002, 40.83977 ], [ -73.837301, 40.840019 ], [ -73.83763, 40.840293 ], [ -73.837664, 40.840935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026500", "name": "Census Tract 265, Bronx County, New York", "total_population_17": 8499, "white_alone_17": 309.0, "black_alone_17": 667.0, "native_alone_17": 0.0, "asian_alone_17": 434.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6784.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.235, "pct_black_alone_change": -8.333, "pct_native_alone_change": -0.357, "pct_asian_alone_change": -4.784, "pct_hispanic_or_latino_change": 13.863, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8662234", "INTPTLON": "-073.9002412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903322, 40.865311 ], [ -73.902074, 40.866997 ], [ -73.90114, 40.86828 ], [ -73.90017, 40.86804 ], [ -73.899976, 40.867986 ], [ -73.89953, 40.867881 ], [ -73.899536, 40.868104 ], [ -73.899565, 40.868257 ], [ -73.899644, 40.868468 ], [ -73.899653, 40.868686 ], [ -73.8996, 40.868927 ], [ -73.898918, 40.869658 ], [ -73.896561, 40.868565 ], [ -73.897403, 40.867474 ], [ -73.897979, 40.866728 ], [ -73.898873, 40.865584 ], [ -73.899606, 40.864646 ], [ -73.900276, 40.863788 ], [ -73.90108, 40.862756 ], [ -73.90133, 40.8628 ], [ -73.901566, 40.862806 ], [ -73.901866, 40.862787 ], [ -73.902293, 40.862717 ], [ -73.902566, 40.862702 ], [ -73.902901, 40.862708 ], [ -73.903319, 40.862735 ], [ -73.902518, 40.863798 ], [ -73.901945, 40.864553 ], [ -73.902522, 40.864873 ], [ -73.903322, 40.865311 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026601", "name": "Census Tract 266.01, Bronx County, New York", "total_population_17": 3377, "white_alone_17": 1119.0, "black_alone_17": 107.0, "native_alone_17": 0.0, "asian_alone_17": 258.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1862.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -39.691, "pct_black_alone_change": 1.27, "pct_native_alone_change": -0.167, "pct_asian_alone_change": 4.243, "pct_hispanic_or_latino_change": 34.692, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8474521", "INTPTLON": "-073.8341053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.836543, 40.844603 ], [ -73.836199, 40.845827 ], [ -73.836177, 40.845917 ], [ -73.836069, 40.847165 ], [ -73.835933, 40.848406 ], [ -73.835801, 40.849677 ], [ -73.834901, 40.849613 ], [ -73.834001, 40.849561 ], [ -73.833105, 40.849479 ], [ -73.832208, 40.849394 ], [ -73.831309, 40.849308 ], [ -73.830542, 40.849218 ], [ -73.830586, 40.849101 ], [ -73.830688, 40.848881 ], [ -73.831152, 40.848046 ], [ -73.83146, 40.847736 ], [ -73.832235, 40.847022 ], [ -73.832499, 40.846848 ], [ -73.833504, 40.846074 ], [ -73.834196, 40.845524 ], [ -73.834556, 40.845255 ], [ -73.83558, 40.844441 ], [ -73.836693, 40.84364 ], [ -73.836543, 40.844603 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026602", "name": "Census Tract 266.02, Bronx County, New York", "total_population_17": 5714, "white_alone_17": 2040.0, "black_alone_17": 482.0, "native_alone_17": 91.0, "asian_alone_17": 130.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2944.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.452, "pct_black_alone_change": 4.352, "pct_native_alone_change": 1.251, "pct_asian_alone_change": -0.839, "pct_hispanic_or_latino_change": 25.241, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8459730", "INTPTLON": "-073.8306203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.836868, 40.843473 ], [ -73.836693, 40.84364 ], [ -73.83558, 40.844441 ], [ -73.834556, 40.845255 ], [ -73.834196, 40.845524 ], [ -73.833504, 40.846074 ], [ -73.832499, 40.846848 ], [ -73.832235, 40.847022 ], [ -73.83146, 40.847736 ], [ -73.831152, 40.848046 ], [ -73.830688, 40.848881 ], [ -73.830586, 40.849101 ], [ -73.830542, 40.849218 ], [ -73.83043, 40.849164 ], [ -73.829585, 40.84943 ], [ -73.828855, 40.84969 ], [ -73.827997, 40.848624 ], [ -73.827838, 40.848378 ], [ -73.826883, 40.846903 ], [ -73.826347, 40.846083 ], [ -73.826229, 40.845842 ], [ -73.82617, 40.845632 ], [ -73.826113, 40.845339 ], [ -73.826748, 40.845079 ], [ -73.827575, 40.844732 ], [ -73.828453, 40.844451 ], [ -73.82871, 40.844374 ], [ -73.829315, 40.844192 ], [ -73.829655, 40.844089 ], [ -73.830432, 40.843858 ], [ -73.831084, 40.843745 ], [ -73.832008, 40.84363 ], [ -73.832965, 40.843518 ], [ -73.833832, 40.843517 ], [ -73.834749, 40.843503 ], [ -73.835829, 40.843472 ], [ -73.836731, 40.843472 ], [ -73.836868, 40.843473 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026701", "name": "Census Tract 267.01, Bronx County, New York", "total_population_17": 4101, "white_alone_17": 97.0, "black_alone_17": 392.0, "native_alone_17": 102.0, "asian_alone_17": 674.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2838.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.793, "pct_black_alone_change": -7.204, "pct_native_alone_change": 2.14, "pct_asian_alone_change": 10.3, "pct_hispanic_or_latino_change": 0.902, "pct_native_hawaiian_pacific_islander_change": -0.009, "INTPTLAT": "+40.8693519", "INTPTLON": "-073.9012276" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903476, 40.869843 ], [ -73.903272, 40.869937 ], [ -73.902932, 40.870237 ], [ -73.90265, 40.870585 ], [ -73.901523, 40.870393 ], [ -73.900606, 40.870233 ], [ -73.899686, 40.870041 ], [ -73.898918, 40.869658 ], [ -73.8996, 40.868927 ], [ -73.899653, 40.868686 ], [ -73.899644, 40.868468 ], [ -73.899565, 40.868257 ], [ -73.899536, 40.868104 ], [ -73.89953, 40.867881 ], [ -73.899976, 40.867986 ], [ -73.90017, 40.86804 ], [ -73.90114, 40.86828 ], [ -73.901645, 40.868416 ], [ -73.902358, 40.868696 ], [ -73.903668, 40.869495 ], [ -73.903476, 40.869843 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026702", "name": "Census Tract 267.02, Bronx County, New York", "total_population_17": 7115, "white_alone_17": 170.0, "black_alone_17": 1083.0, "native_alone_17": 8.0, "asian_alone_17": 82.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5624.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.769, "pct_black_alone_change": -1.542, "pct_native_alone_change": -0.235, "pct_asian_alone_change": -4.983, "pct_hispanic_or_latino_change": 10.743, "pct_native_hawaiian_pacific_islander_change": -0.009, "INTPTLAT": "+40.8722664", "INTPTLON": "-073.9001190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902538, 40.870783 ], [ -73.90242, 40.871106 ], [ -73.902356, 40.871376 ], [ -73.902321, 40.871612 ], [ -73.902309, 40.871853 ], [ -73.902268, 40.872047 ], [ -73.902146, 40.872502 ], [ -73.901748, 40.873675 ], [ -73.901604, 40.874185 ], [ -73.901375, 40.874826 ], [ -73.901169, 40.875178 ], [ -73.900916, 40.875489 ], [ -73.90068, 40.875677 ], [ -73.900054, 40.876184 ], [ -73.900096, 40.87589 ], [ -73.9002, 40.87576 ], [ -73.900341, 40.875489 ], [ -73.900429, 40.875219 ], [ -73.900476, 40.874949 ], [ -73.900452, 40.874702 ], [ -73.900316, 40.874426 ], [ -73.900147, 40.874279 ], [ -73.900006, 40.874209 ], [ -73.899865, 40.874167 ], [ -73.899665, 40.874138 ], [ -73.899435, 40.874157 ], [ -73.899201, 40.874162 ], [ -73.899001, 40.874103 ], [ -73.89879, 40.874009 ], [ -73.898578, 40.87388 ], [ -73.898485, 40.873791 ], [ -73.898433, 40.873742 ], [ -73.898302, 40.87348 ], [ -73.898179, 40.873145 ], [ -73.8978, 40.871682 ], [ -73.897714, 40.871341 ], [ -73.89772, 40.871118 ], [ -73.89779, 40.870857 ], [ -73.898918, 40.869658 ], [ -73.899686, 40.870041 ], [ -73.900606, 40.870233 ], [ -73.901523, 40.870393 ], [ -73.90265, 40.870585 ], [ -73.902538, 40.870783 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005026900", "name": "Census Tract 269, Bronx County, New York", "total_population_17": 3802, "white_alone_17": 29.0, "black_alone_17": 527.0, "native_alone_17": 35.0, "asian_alone_17": 143.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2996.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.825, "pct_black_alone_change": -12.396, "pct_native_alone_change": 0.799, "pct_asian_alone_change": 0.564, "pct_hispanic_or_latino_change": 15.111, "pct_native_hawaiian_pacific_islander_change": -0.073, "INTPTLAT": "+40.8659029", "INTPTLON": "-073.9094996" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91434, 40.862521 ], [ -73.910851, 40.866528 ], [ -73.910209, 40.867591 ], [ -73.910056, 40.867849 ], [ -73.909804, 40.868282 ], [ -73.909203, 40.869776 ], [ -73.909105, 40.871676 ], [ -73.908605, 40.871678 ], [ -73.908526, 40.871792 ], [ -73.908249, 40.872187 ], [ -73.90798, 40.872572 ], [ -73.907905, 40.872678 ], [ -73.907104, 40.872978 ], [ -73.907007, 40.873373 ], [ -73.907, 40.873455 ], [ -73.9067, 40.873397 ], [ -73.906413, 40.873296 ], [ -73.906162, 40.873243 ], [ -73.905988, 40.873202 ], [ -73.905714, 40.873138 ], [ -73.904662, 40.872645 ], [ -73.9045, 40.872534 ], [ -73.904459, 40.872423 ], [ -73.904442, 40.872176 ], [ -73.904436, 40.871576 ], [ -73.904494, 40.870836 ], [ -73.904483, 40.870566 ], [ -73.904397, 40.870348 ], [ -73.90421, 40.870144 ], [ -73.904022, 40.869941 ], [ -73.903668, 40.869495 ], [ -73.904042, 40.869544 ], [ -73.904483, 40.869388 ], [ -73.907134, 40.867922 ], [ -73.907818, 40.866621 ], [ -73.907969, 40.865965 ], [ -73.908488, 40.865345 ], [ -73.908826, 40.864854 ], [ -73.909027, 40.864216 ], [ -73.909071, 40.863853 ], [ -73.909107, 40.863555 ], [ -73.909099, 40.863001 ], [ -73.90904, 40.862679 ], [ -73.909867, 40.86231 ], [ -73.910756, 40.861651 ], [ -73.911783, 40.861827 ], [ -73.912302, 40.861854 ], [ -73.91252, 40.861878 ], [ -73.912704, 40.861916 ], [ -73.912939, 40.861964 ], [ -73.913234, 40.862048 ], [ -73.913331, 40.862125 ], [ -73.913417, 40.862158 ], [ -73.91434, 40.862521 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005027300", "name": "Census Tract 273, Bronx County, New York", "total_population_17": 7732, "white_alone_17": 275.0, "black_alone_17": 1373.0, "native_alone_17": 19.0, "asian_alone_17": 181.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5774.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.375, "pct_black_alone_change": -2.021, "pct_native_alone_change": -0.018, "pct_asian_alone_change": -0.945, "pct_hispanic_or_latino_change": 7.247, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8738945", "INTPTLON": "-073.9032292" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906162, 40.873243 ], [ -73.905731, 40.874232 ], [ -73.904708, 40.876562 ], [ -73.904558, 40.876504 ], [ -73.90438, 40.876438 ], [ -73.904252, 40.87639 ], [ -73.903946, 40.876258 ], [ -73.904048, 40.876117 ], [ -73.903131, 40.875842 ], [ -73.902646, 40.876584 ], [ -73.902266, 40.87651 ], [ -73.90193, 40.876519 ], [ -73.901379, 40.876641 ], [ -73.900612, 40.877307 ], [ -73.900214, 40.877047 ], [ -73.89958, 40.876608 ], [ -73.900054, 40.876184 ], [ -73.90068, 40.875677 ], [ -73.900916, 40.875489 ], [ -73.901169, 40.875178 ], [ -73.901375, 40.874826 ], [ -73.901604, 40.874185 ], [ -73.901748, 40.873675 ], [ -73.902146, 40.872502 ], [ -73.902268, 40.872047 ], [ -73.902309, 40.871853 ], [ -73.902321, 40.871612 ], [ -73.902356, 40.871376 ], [ -73.90242, 40.871106 ], [ -73.902538, 40.870783 ], [ -73.90265, 40.870585 ], [ -73.902932, 40.870237 ], [ -73.903272, 40.869937 ], [ -73.903476, 40.869843 ], [ -73.903668, 40.869495 ], [ -73.904022, 40.869941 ], [ -73.90421, 40.870144 ], [ -73.904397, 40.870348 ], [ -73.904483, 40.870566 ], [ -73.904494, 40.870836 ], [ -73.904436, 40.871576 ], [ -73.904442, 40.872176 ], [ -73.904459, 40.872423 ], [ -73.9045, 40.872534 ], [ -73.904662, 40.872645 ], [ -73.905714, 40.873138 ], [ -73.905988, 40.873202 ], [ -73.906162, 40.873243 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005027401", "name": "Census Tract 274.01, Bronx County, New York", "total_population_17": 4961, "white_alone_17": 3593.0, "black_alone_17": 67.0, "native_alone_17": 0.0, "asian_alone_17": 161.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1140.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.586, "pct_black_alone_change": 1.104, "pct_native_alone_change": -0.082, "pct_asian_alone_change": 2.149, "pct_hispanic_or_latino_change": 14.709, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8404445", "INTPTLON": "-073.8226303" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826241, 40.842994 ], [ -73.825807, 40.84288 ], [ -73.82558, 40.842815 ], [ -73.82518, 40.8427 ], [ -73.825138, 40.843343 ], [ -73.825079, 40.844304 ], [ -73.825085, 40.844698 ], [ -73.824957, 40.846105 ], [ -73.824437, 40.846378 ], [ -73.82396, 40.846641 ], [ -73.823012, 40.847161 ], [ -73.822038, 40.84769 ], [ -73.821103, 40.848199 ], [ -73.820484, 40.848501 ], [ -73.820141, 40.84802 ], [ -73.820232, 40.846218 ], [ -73.820365, 40.844134 ], [ -73.820419, 40.843328 ], [ -73.820461, 40.842549 ], [ -73.820249, 40.841582 ], [ -73.820068, 40.840875 ], [ -73.819799, 40.83994 ], [ -73.819565, 40.839158 ], [ -73.819513, 40.839005 ], [ -73.819233, 40.838024 ], [ -73.819206, 40.837924 ], [ -73.81918, 40.837804 ], [ -73.819133, 40.837669 ], [ -73.81906, 40.837523 ], [ -73.818971, 40.837391 ], [ -73.818884, 40.837288 ], [ -73.818773, 40.837178 ], [ -73.818731, 40.837096 ], [ -73.818507, 40.836657 ], [ -73.818046, 40.835543 ], [ -73.8189, 40.835343 ], [ -73.819775, 40.835133 ], [ -73.820627, 40.834922 ], [ -73.821509, 40.834734 ], [ -73.822232, 40.834556 ], [ -73.822477, 40.834495 ], [ -73.822636, 40.834508 ], [ -73.82308, 40.834448 ], [ -73.823335, 40.834415 ], [ -73.823816, 40.83433 ], [ -73.82467, 40.83388 ], [ -73.825188, 40.834588 ], [ -73.826013, 40.834021 ], [ -73.826069, 40.834114 ], [ -73.826159, 40.834265 ], [ -73.82622, 40.834355 ], [ -73.825915, 40.834628 ], [ -73.825609, 40.83501 ], [ -73.825495, 40.835218 ], [ -73.82539, 40.835519 ], [ -73.825408, 40.835888 ], [ -73.825548, 40.836274 ], [ -73.825688, 40.836572 ], [ -73.82584, 40.837059 ], [ -73.82586, 40.837565 ], [ -73.825884, 40.838152 ], [ -73.825908, 40.838745 ], [ -73.825962, 40.839977 ], [ -73.826084, 40.841372 ], [ -73.826241, 40.842994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005027402", "name": "Census Tract 274.02, Bronx County, New York", "total_population_17": 3460, "white_alone_17": 2463.0, "black_alone_17": 27.0, "native_alone_17": 0.0, "asian_alone_17": 107.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 797.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.826, "pct_black_alone_change": 0.533, "pct_native_alone_change": -0.082, "pct_asian_alone_change": 1.996, "pct_hispanic_or_latino_change": 14.765, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8429776", "INTPTLON": "-073.8125504" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.820419, 40.843328 ], [ -73.820365, 40.844134 ], [ -73.820232, 40.846218 ], [ -73.820141, 40.84802 ], [ -73.819151, 40.84817 ], [ -73.818202, 40.848311 ], [ -73.817264, 40.848427 ], [ -73.816312, 40.848551 ], [ -73.815674, 40.848855 ], [ -73.809335, 40.849429 ], [ -73.809265, 40.842973 ], [ -73.809303, 40.838034 ], [ -73.816408, 40.835932 ], [ -73.817204, 40.83574 ], [ -73.818046, 40.835543 ], [ -73.818507, 40.836657 ], [ -73.818731, 40.837096 ], [ -73.818773, 40.837178 ], [ -73.818884, 40.837288 ], [ -73.818971, 40.837391 ], [ -73.81906, 40.837523 ], [ -73.819133, 40.837669 ], [ -73.81918, 40.837804 ], [ -73.819206, 40.837924 ], [ -73.819233, 40.838024 ], [ -73.819513, 40.839005 ], [ -73.819565, 40.839158 ], [ -73.819799, 40.83994 ], [ -73.820068, 40.840875 ], [ -73.820249, 40.841582 ], [ -73.820461, 40.842549 ], [ -73.820419, 40.843328 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005027600", "name": "Census Tract 276, Bronx County, New York", "total_population_17": 36, "white_alone_17": 22.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 7.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.318, "pct_black_alone_change": 19.444, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": -9.127, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8524507", "INTPTLON": "-073.8209567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.832821, 40.856124 ], [ -73.832621, 40.856285 ], [ -73.832476, 40.8564 ], [ -73.831993, 40.856745 ], [ -73.831432, 40.857287 ], [ -73.830837, 40.857961 ], [ -73.830332, 40.858547 ], [ -73.828521, 40.860746 ], [ -73.828372, 40.860947 ], [ -73.828261, 40.860853 ], [ -73.828077, 40.860656 ], [ -73.827583, 40.860073 ], [ -73.827373, 40.859502 ], [ -73.827345, 40.859427 ], [ -73.827335, 40.859402 ], [ -73.827327, 40.859383 ], [ -73.827239, 40.859194 ], [ -73.826964, 40.859104 ], [ -73.824194, 40.859379 ], [ -73.824302, 40.85978 ], [ -73.820554, 40.860967 ], [ -73.818807, 40.862482 ], [ -73.817557, 40.863588 ], [ -73.815464, 40.86254 ], [ -73.812325, 40.860686 ], [ -73.808831, 40.852279 ], [ -73.809335, 40.849429 ], [ -73.815674, 40.848855 ], [ -73.816312, 40.848551 ], [ -73.817264, 40.848427 ], [ -73.818202, 40.848311 ], [ -73.819151, 40.84817 ], [ -73.820141, 40.84802 ], [ -73.820484, 40.848501 ], [ -73.821103, 40.848199 ], [ -73.822038, 40.84769 ], [ -73.823012, 40.847161 ], [ -73.82396, 40.846641 ], [ -73.824437, 40.846378 ], [ -73.824957, 40.846105 ], [ -73.825085, 40.844698 ], [ -73.825079, 40.844304 ], [ -73.825138, 40.843343 ], [ -73.82518, 40.8427 ], [ -73.82558, 40.842815 ], [ -73.825807, 40.84288 ], [ -73.826241, 40.842994 ], [ -73.826193, 40.843861 ], [ -73.826113, 40.845339 ], [ -73.82617, 40.845632 ], [ -73.826229, 40.845842 ], [ -73.826347, 40.846083 ], [ -73.826883, 40.846903 ], [ -73.827838, 40.848378 ], [ -73.827997, 40.848624 ], [ -73.827659, 40.850274 ], [ -73.827424, 40.850994 ], [ -73.827185, 40.851711 ], [ -73.827355, 40.85283 ], [ -73.827218, 40.853251 ], [ -73.828014, 40.854723 ], [ -73.828602, 40.855718 ], [ -73.829084, 40.855676 ], [ -73.829566, 40.855621 ], [ -73.830567, 40.855512 ], [ -73.831291, 40.855434 ], [ -73.831785, 40.855525 ], [ -73.832308, 40.85576 ], [ -73.832775, 40.855991 ], [ -73.832821, 40.856124 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005027700", "name": "Census Tract 277, Bronx County, New York", "total_population_17": 5674, "white_alone_17": 562.0, "black_alone_17": 700.0, "native_alone_17": 115.0, "asian_alone_17": 153.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4159.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.876, "pct_black_alone_change": -4.37, "pct_native_alone_change": 1.634, "pct_asian_alone_change": -2.042, "pct_hispanic_or_latino_change": 7.631, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8784065", "INTPTLON": "-073.9014634" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.904708, 40.876562 ], [ -73.904361, 40.877434 ], [ -73.903995, 40.878161 ], [ -73.90381, 40.878546 ], [ -73.903499, 40.878956 ], [ -73.903395, 40.87909 ], [ -73.902362, 40.880133 ], [ -73.901576, 40.880995 ], [ -73.901413, 40.880907 ], [ -73.900829, 40.880591 ], [ -73.900607, 40.880471 ], [ -73.900413, 40.88087 ], [ -73.900107, 40.880738 ], [ -73.89904, 40.881544 ], [ -73.89915, 40.88085 ], [ -73.899255, 40.8805 ], [ -73.899399, 40.880023 ], [ -73.899487, 40.879734 ], [ -73.899567, 40.879268 ], [ -73.899613, 40.878756 ], [ -73.898739, 40.878516 ], [ -73.898065, 40.878501 ], [ -73.898249, 40.878111 ], [ -73.89958, 40.876608 ], [ -73.900214, 40.877047 ], [ -73.900612, 40.877307 ], [ -73.901379, 40.876641 ], [ -73.90193, 40.876519 ], [ -73.902266, 40.87651 ], [ -73.902646, 40.876584 ], [ -73.903131, 40.875842 ], [ -73.904048, 40.876117 ], [ -73.903946, 40.876258 ], [ -73.904252, 40.87639 ], [ -73.90438, 40.876438 ], [ -73.904558, 40.876504 ], [ -73.904708, 40.876562 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005027900", "name": "Census Tract 279, Bronx County, New York", "total_population_17": 7350, "white_alone_17": 1213.0, "black_alone_17": 927.0, "native_alone_17": 147.0, "asian_alone_17": 351.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4668.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.826, "pct_black_alone_change": -0.156, "pct_native_alone_change": 1.68, "pct_asian_alone_change": -3.397, "pct_hispanic_or_latino_change": 23.479, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8825633", "INTPTLON": "-073.8972804" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901576, 40.880995 ], [ -73.900177, 40.882602 ], [ -73.898604, 40.884407 ], [ -73.897754, 40.885209 ], [ -73.896839, 40.885986 ], [ -73.89658, 40.885938 ], [ -73.896241, 40.885877 ], [ -73.89571, 40.885781 ], [ -73.894992, 40.885618 ], [ -73.894724, 40.885557 ], [ -73.894529, 40.885504 ], [ -73.894164, 40.88528 ], [ -73.894031, 40.884967 ], [ -73.893995, 40.884714 ], [ -73.893814, 40.884473 ], [ -73.893597, 40.884338 ], [ -73.893423, 40.884247 ], [ -73.89332, 40.884136 ], [ -73.893128, 40.883679 ], [ -73.892719, 40.882664 ], [ -73.892842, 40.882703 ], [ -73.892946, 40.882702 ], [ -73.893126, 40.882716 ], [ -73.893294, 40.882746 ], [ -73.893426, 40.882783 ], [ -73.89357, 40.882837 ], [ -73.893743, 40.882924 ], [ -73.893851, 40.882969 ], [ -73.893972, 40.883002 ], [ -73.894091, 40.883018 ], [ -73.894225, 40.88302 ], [ -73.894348, 40.883006 ], [ -73.894475, 40.882976 ], [ -73.894591, 40.88293 ], [ -73.894693, 40.882872 ], [ -73.89481, 40.88286 ], [ -73.895113, 40.882706 ], [ -73.895725, 40.882408 ], [ -73.896064, 40.8822 ], [ -73.896126, 40.882162 ], [ -73.896434, 40.881857 ], [ -73.896571, 40.88125 ], [ -73.89669, 40.880156 ], [ -73.896716, 40.880054 ], [ -73.896772, 40.879881 ], [ -73.896849, 40.879702 ], [ -73.896944, 40.879527 ], [ -73.897068, 40.879342 ], [ -73.897174, 40.879207 ], [ -73.897305, 40.879064 ], [ -73.897469, 40.878909 ], [ -73.897655, 40.87876 ], [ -73.897839, 40.878634 ], [ -73.898065, 40.878501 ], [ -73.898739, 40.878516 ], [ -73.899613, 40.878756 ], [ -73.899567, 40.879268 ], [ -73.899487, 40.879734 ], [ -73.899399, 40.880023 ], [ -73.899255, 40.8805 ], [ -73.89915, 40.88085 ], [ -73.89904, 40.881544 ], [ -73.900107, 40.880738 ], [ -73.900413, 40.88087 ], [ -73.900607, 40.880471 ], [ -73.900829, 40.880591 ], [ -73.901413, 40.880907 ], [ -73.901576, 40.880995 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028100", "name": "Census Tract 281, Bronx County, New York", "total_population_17": 4314, "white_alone_17": 1241.0, "black_alone_17": 769.0, "native_alone_17": 31.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 2042.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.534, "pct_black_alone_change": 2.606, "pct_native_alone_change": 0.431, "pct_asian_alone_change": -0.657, "pct_hispanic_or_latino_change": 18.568, "pct_native_hawaiian_pacific_islander_change": 0.44, "INTPTLAT": "+40.8837896", "INTPTLON": "-073.8906453" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894529, 40.885504 ], [ -73.892886, 40.885264 ], [ -73.891766, 40.88505 ], [ -73.890806, 40.884868 ], [ -73.889847, 40.884685 ], [ -73.888896, 40.884504 ], [ -73.887544, 40.884266 ], [ -73.887047, 40.884358 ], [ -73.88703, 40.883889 ], [ -73.886967, 40.882814 ], [ -73.887247, 40.882844 ], [ -73.887573, 40.882906 ], [ -73.887832, 40.882906 ], [ -73.888097, 40.882855 ], [ -73.888635, 40.882765 ], [ -73.890425, 40.88251 ], [ -73.89165, 40.882331 ], [ -73.891956, 40.882327 ], [ -73.892285, 40.882447 ], [ -73.892574, 40.882584 ], [ -73.892719, 40.882664 ], [ -73.893128, 40.883679 ], [ -73.89332, 40.884136 ], [ -73.893423, 40.884247 ], [ -73.893597, 40.884338 ], [ -73.893814, 40.884473 ], [ -73.893995, 40.884714 ], [ -73.894031, 40.884967 ], [ -73.894164, 40.88528 ], [ -73.894529, 40.885504 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028300", "name": "Census Tract 283, Bronx County, New York", "total_population_17": 2927, "white_alone_17": 285.0, "black_alone_17": 758.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1879.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.259, "pct_black_alone_change": -3.66, "pct_native_alone_change": -0.446, "pct_asian_alone_change": -3.914, "pct_hispanic_or_latino_change": 12.175, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8806361", "INTPTLON": "-073.9025714" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907198, 40.876389 ], [ -73.907058, 40.876467 ], [ -73.906694, 40.876671 ], [ -73.906376, 40.876806 ], [ -73.906098, 40.877066 ], [ -73.905657, 40.877706 ], [ -73.905217, 40.878314 ], [ -73.904787, 40.878924 ], [ -73.904409, 40.87946 ], [ -73.903937, 40.880134 ], [ -73.903562, 40.880652 ], [ -73.903434, 40.880822 ], [ -73.902822, 40.881687 ], [ -73.901587, 40.883482 ], [ -73.901043, 40.884371 ], [ -73.900647, 40.885099 ], [ -73.900369, 40.885632 ], [ -73.90024, 40.885878 ], [ -73.900182, 40.885973 ], [ -73.900109, 40.886094 ], [ -73.89984, 40.886537 ], [ -73.899664, 40.886507 ], [ -73.898926, 40.886383 ], [ -73.897383, 40.886087 ], [ -73.897157, 40.886045 ], [ -73.896839, 40.885986 ], [ -73.897754, 40.885209 ], [ -73.898604, 40.884407 ], [ -73.900177, 40.882602 ], [ -73.901576, 40.880995 ], [ -73.902362, 40.880133 ], [ -73.903395, 40.87909 ], [ -73.903499, 40.878956 ], [ -73.90381, 40.878546 ], [ -73.903995, 40.878161 ], [ -73.904361, 40.877434 ], [ -73.904708, 40.876562 ], [ -73.905731, 40.874232 ], [ -73.906162, 40.873243 ], [ -73.906413, 40.873296 ], [ -73.9067, 40.873397 ], [ -73.907, 40.873455 ], [ -73.907047, 40.874724 ], [ -73.907078, 40.875561 ], [ -73.907105, 40.876277 ], [ -73.907198, 40.876389 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028400", "name": "Census Tract 284, Bronx County, New York", "total_population_17": 595, "white_alone_17": 174.0, "black_alone_17": 183.0, "native_alone_17": 5.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 199.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.118, "pct_black_alone_change": -11.357, "pct_native_alone_change": 0.607, "pct_asian_alone_change": 0.11, "pct_hispanic_or_latino_change": 1.4, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8494364", "INTPTLON": "-073.8386905" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.84494, 40.84821 ], [ -73.843588, 40.850071 ], [ -73.84139, 40.853112 ], [ -73.839629, 40.85475 ], [ -73.836467, 40.856098 ], [ -73.835738, 40.856333 ], [ -73.835523, 40.856402 ], [ -73.835246, 40.856494 ], [ -73.836395, 40.85666 ], [ -73.836813, 40.856833 ], [ -73.836942, 40.856919 ], [ -73.837, 40.857063 ], [ -73.836928, 40.857193 ], [ -73.836819, 40.857277 ], [ -73.836289, 40.857477 ], [ -73.835334, 40.857832 ], [ -73.834377, 40.858191 ], [ -73.833487, 40.858529 ], [ -73.833233, 40.858626 ], [ -73.831906, 40.85907 ], [ -73.831034, 40.859343 ], [ -73.830172, 40.859634 ], [ -73.829609, 40.859889 ], [ -73.828521, 40.860746 ], [ -73.830332, 40.858547 ], [ -73.830837, 40.857961 ], [ -73.831432, 40.857287 ], [ -73.831993, 40.856745 ], [ -73.832476, 40.8564 ], [ -73.832621, 40.856285 ], [ -73.832821, 40.856124 ], [ -73.832775, 40.855991 ], [ -73.832308, 40.85576 ], [ -73.831785, 40.855525 ], [ -73.831291, 40.855434 ], [ -73.831575, 40.85538 ], [ -73.833412, 40.854707 ], [ -73.833906, 40.854468 ], [ -73.834809, 40.853514 ], [ -73.835041, 40.853127 ], [ -73.835559, 40.851964 ], [ -73.835801, 40.849677 ], [ -73.835933, 40.848406 ], [ -73.836069, 40.847165 ], [ -73.836177, 40.845917 ], [ -73.836199, 40.845827 ], [ -73.836543, 40.844603 ], [ -73.836693, 40.84364 ], [ -73.836868, 40.843473 ], [ -73.837146, 40.842728 ], [ -73.837318, 40.842021 ], [ -73.837664, 40.840935 ], [ -73.83763, 40.840293 ], [ -73.838045, 40.840506 ], [ -73.838321, 40.840649 ], [ -73.838508, 40.840694 ], [ -73.839364, 40.840878 ], [ -73.839582, 40.840882 ], [ -73.839855, 40.840849 ], [ -73.84046, 40.840729 ], [ -73.841247, 40.840621 ], [ -73.84132, 40.840611 ], [ -73.841513, 40.840596 ], [ -73.841695, 40.840598 ], [ -73.841865, 40.840614 ], [ -73.842041, 40.840646 ], [ -73.841505, 40.841016 ], [ -73.84188, 40.841528 ], [ -73.842393, 40.84227 ], [ -73.842837, 40.842906 ], [ -73.843276, 40.843542 ], [ -73.843775, 40.844119 ], [ -73.844291, 40.844683 ], [ -73.84491, 40.845427 ], [ -73.844671, 40.845935 ], [ -73.84462, 40.846361 ], [ -73.844887, 40.847904 ], [ -73.84494, 40.84821 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028500", "name": "Census Tract 285, Bronx County, New York", "total_population_17": 3377, "white_alone_17": 1672.0, "black_alone_17": 98.0, "native_alone_17": 17.0, "asian_alone_17": 323.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1221.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.936, "pct_black_alone_change": -3.738, "pct_native_alone_change": 0.349, "pct_asian_alone_change": 0.454, "pct_hispanic_or_latino_change": 10.121, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8864295", "INTPTLON": "-073.9025669" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908623, 40.882455 ], [ -73.908439, 40.882672 ], [ -73.90819, 40.882897 ], [ -73.907989, 40.883162 ], [ -73.907853, 40.883451 ], [ -73.907465, 40.884434 ], [ -73.906009, 40.885587 ], [ -73.905729, 40.885724 ], [ -73.904135, 40.887089 ], [ -73.903819, 40.887479 ], [ -73.903011, 40.888823 ], [ -73.902859, 40.889165 ], [ -73.902739, 40.889133 ], [ -73.90259, 40.889111 ], [ -73.90244, 40.889105 ], [ -73.9023, 40.889114 ], [ -73.902195, 40.88913 ], [ -73.902084, 40.88915 ], [ -73.901957, 40.889157 ], [ -73.901837, 40.889148 ], [ -73.901722, 40.889126 ], [ -73.901612, 40.889091 ], [ -73.901504, 40.88904 ], [ -73.901457, 40.88901 ], [ -73.901385, 40.888968 ], [ -73.901292, 40.88893 ], [ -73.901188, 40.888905 ], [ -73.901101, 40.888895 ], [ -73.901012, 40.888896 ], [ -73.900914, 40.888908 ], [ -73.900812, 40.888936 ], [ -73.900723, 40.888974 ], [ -73.9007, 40.888988 ], [ -73.900547, 40.889124 ], [ -73.900328, 40.889293 ], [ -73.900126, 40.889428 ], [ -73.899887, 40.889567 ], [ -73.899798, 40.889613 ], [ -73.898447, 40.890495 ], [ -73.89794, 40.89049 ], [ -73.898387, 40.889391 ], [ -73.89984, 40.886537 ], [ -73.900109, 40.886094 ], [ -73.900182, 40.885973 ], [ -73.90024, 40.885878 ], [ -73.900369, 40.885632 ], [ -73.900647, 40.885099 ], [ -73.901043, 40.884371 ], [ -73.901587, 40.883482 ], [ -73.902568, 40.883839 ], [ -73.903309, 40.884301 ], [ -73.904017, 40.884772 ], [ -73.904721, 40.885242 ], [ -73.906475, 40.883732 ], [ -73.908012, 40.8824 ], [ -73.909336, 40.881346 ], [ -73.908623, 40.882455 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028600", "name": "Census Tract 286, Bronx County, New York", "total_population_17": 1284, "white_alone_17": 725.0, "black_alone_17": 14.0, "native_alone_17": 0.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 389.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.356, "pct_black_alone_change": -1.355, "pct_native_alone_change": -0.158, "pct_asian_alone_change": 1.06, "pct_hispanic_or_latino_change": 13.419, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8491849", "INTPTLON": "-073.8477752" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.850499, 40.850696 ], [ -73.849689, 40.851059 ], [ -73.848613, 40.85108 ], [ -73.848214, 40.851091 ], [ -73.847298, 40.851087 ], [ -73.847224, 40.851145 ], [ -73.846704, 40.851241 ], [ -73.844451, 40.851244 ], [ -73.844362, 40.851119 ], [ -73.844758, 40.850468 ], [ -73.844929, 40.850144 ], [ -73.845112, 40.84995 ], [ -73.845252, 40.849632 ], [ -73.845296, 40.849455 ], [ -73.845358, 40.848677 ], [ -73.84542, 40.84854 ], [ -73.845746, 40.848025 ], [ -73.84604, 40.847628 ], [ -73.846351, 40.847279 ], [ -73.84657, 40.847068 ], [ -73.84721, 40.846489 ], [ -73.847885, 40.845989 ], [ -73.849073, 40.847062 ], [ -73.850345, 40.848993 ], [ -73.851368, 40.850304 ], [ -73.850499, 40.850696 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028700", "name": "Census Tract 287, Bronx County, New York", "total_population_17": 3332, "white_alone_17": 970.0, "black_alone_17": 314.0, "native_alone_17": 21.0, "asian_alone_17": 210.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1784.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.702, "pct_black_alone_change": 0.845, "pct_native_alone_change": 0.503, "pct_asian_alone_change": -2.972, "pct_hispanic_or_latino_change": 4.918, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8827147", "INTPTLON": "-073.9046564" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908012, 40.8824 ], [ -73.906475, 40.883732 ], [ -73.904721, 40.885242 ], [ -73.904017, 40.884772 ], [ -73.903309, 40.884301 ], [ -73.902568, 40.883839 ], [ -73.901587, 40.883482 ], [ -73.902822, 40.881687 ], [ -73.903434, 40.880822 ], [ -73.903562, 40.880652 ], [ -73.903937, 40.880134 ], [ -73.90471, 40.880554 ], [ -73.90545, 40.880967 ], [ -73.906495, 40.881549 ], [ -73.907259, 40.88197 ], [ -73.908012, 40.8824 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028800", "name": "Census Tract 288, Bronx County, New York", "total_population_17": 3274, "white_alone_17": 2290.0, "black_alone_17": 175.0, "native_alone_17": 0.0, "asian_alone_17": 262.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 547.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.779, "pct_black_alone_change": 4.367, "pct_native_alone_change": -0.065, "pct_asian_alone_change": 0.761, "pct_hispanic_or_latino_change": 6.27, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8542921", "INTPTLON": "-073.8514721" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.856097, 40.856941 ], [ -73.854697, 40.857065 ], [ -73.853767, 40.857148 ], [ -73.852737, 40.857238 ], [ -73.851629, 40.85733 ], [ -73.850697, 40.857411 ], [ -73.849359, 40.857497 ], [ -73.849386, 40.856857 ], [ -73.850096, 40.856347 ], [ -73.849483, 40.855815 ], [ -73.848901, 40.855289 ], [ -73.848288, 40.854731 ], [ -73.84808, 40.85451 ], [ -73.848031, 40.854404 ], [ -73.848003, 40.854291 ], [ -73.848011, 40.853951 ], [ -73.848062, 40.853239 ], [ -73.84811, 40.852612 ], [ -73.84818, 40.851588 ], [ -73.848184, 40.851515 ], [ -73.848214, 40.851091 ], [ -73.848613, 40.85108 ], [ -73.849689, 40.851059 ], [ -73.850499, 40.850696 ], [ -73.851368, 40.850304 ], [ -73.852897, 40.852264 ], [ -73.854408, 40.8542 ], [ -73.855351, 40.855433 ], [ -73.856097, 40.856941 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005028900", "name": "Census Tract 289, Bronx County, New York", "total_population_17": 4646, "white_alone_17": 777.0, "black_alone_17": 216.0, "native_alone_17": 0.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3292.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.184, "pct_black_alone_change": -5.06, "pct_native_alone_change": -0.367, "pct_asian_alone_change": -2.129, "pct_hispanic_or_latino_change": 19.346, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8795600", "INTPTLON": "-073.9073271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910537, 40.880569 ], [ -73.91027, 40.880735 ], [ -73.909336, 40.881346 ], [ -73.908012, 40.8824 ], [ -73.907259, 40.88197 ], [ -73.906495, 40.881549 ], [ -73.90545, 40.880967 ], [ -73.90471, 40.880554 ], [ -73.903937, 40.880134 ], [ -73.904409, 40.87946 ], [ -73.904787, 40.878924 ], [ -73.905217, 40.878314 ], [ -73.905657, 40.877706 ], [ -73.906098, 40.877066 ], [ -73.906376, 40.876806 ], [ -73.906694, 40.876671 ], [ -73.907058, 40.876467 ], [ -73.907198, 40.876389 ], [ -73.90723, 40.876427 ], [ -73.907245, 40.876446 ], [ -73.907306, 40.876519 ], [ -73.907652, 40.876934 ], [ -73.90782, 40.877201 ], [ -73.908005, 40.877478 ], [ -73.908502, 40.877691 ], [ -73.908554, 40.877712 ], [ -73.908682, 40.877763 ], [ -73.909189, 40.878168 ], [ -73.909505, 40.878878 ], [ -73.910044, 40.878991 ], [ -73.910184, 40.879021 ], [ -73.91031, 40.879047 ], [ -73.910103, 40.8792 ], [ -73.909678, 40.879515 ], [ -73.910305, 40.880052 ], [ -73.910363, 40.880126 ], [ -73.910449, 40.880238 ], [ -73.910476, 40.880327 ], [ -73.910537, 40.880569 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005029301", "name": "Census Tract 293.01, Bronx County, New York", "total_population_17": 1835, "white_alone_17": 1312.0, "black_alone_17": 126.0, "native_alone_17": 0.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 291.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.238, "pct_black_alone_change": -2.625, "pct_native_alone_change": -0.056, "pct_asian_alone_change": -3.085, "pct_hispanic_or_latino_change": 6.311, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8845021", "INTPTLON": "-073.9272361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933652, 40.882463 ], [ -73.931729, 40.885578 ], [ -73.929821, 40.888682 ], [ -73.929455, 40.889622 ], [ -73.929428, 40.889692 ], [ -73.920956, 40.887288 ], [ -73.920586, 40.887186 ], [ -73.918696, 40.886885 ], [ -73.918761, 40.88557 ], [ -73.919267, 40.884805 ], [ -73.919807, 40.883939 ], [ -73.92023, 40.88271 ], [ -73.919967, 40.882399 ], [ -73.91983, 40.882155 ], [ -73.919759, 40.88199 ], [ -73.919749, 40.881783 ], [ -73.919752, 40.881596 ], [ -73.919759, 40.881446 ], [ -73.919752, 40.881259 ], [ -73.91973, 40.881115 ], [ -73.919644, 40.880972 ], [ -73.919479, 40.880857 ], [ -73.919221, 40.880768 ], [ -73.918331, 40.880485 ], [ -73.918725, 40.880123 ], [ -73.919365, 40.879663 ], [ -73.920098, 40.879218 ], [ -73.920402, 40.879032 ], [ -73.92095, 40.878585 ], [ -73.921349, 40.878322 ], [ -73.921449, 40.878251 ], [ -73.92163, 40.878321 ], [ -73.922602, 40.878779 ], [ -73.924503, 40.878974 ], [ -73.92465, 40.879038 ], [ -73.924974, 40.879144 ], [ -73.933808, 40.882214 ], [ -73.933652, 40.882463 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005029302", "name": "Census Tract 293.02, Bronx County, New York", "total_population_17": 5838, "white_alone_17": 3776.0, "black_alone_17": 463.0, "native_alone_17": 0.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1313.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.037, "pct_black_alone_change": -1.421, "pct_native_alone_change": -0.06, "pct_asian_alone_change": -2.195, "pct_hispanic_or_latino_change": 12.94, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8792795", "INTPTLON": "-073.9158619" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921449, 40.878251 ], [ -73.921349, 40.878322 ], [ -73.92095, 40.878585 ], [ -73.920402, 40.879032 ], [ -73.920098, 40.879218 ], [ -73.919365, 40.879663 ], [ -73.918725, 40.880123 ], [ -73.918331, 40.880485 ], [ -73.919221, 40.880768 ], [ -73.918991, 40.880771 ], [ -73.918631, 40.88069 ], [ -73.918446, 40.880635 ], [ -73.918346, 40.880671 ], [ -73.918253, 40.880728 ], [ -73.918038, 40.8809 ], [ -73.917801, 40.881123 ], [ -73.917371, 40.881494 ], [ -73.916168, 40.882585 ], [ -73.915576, 40.883606 ], [ -73.915466, 40.883816 ], [ -73.915304, 40.884124 ], [ -73.915158, 40.884364 ], [ -73.914892, 40.884625 ], [ -73.914782, 40.884605 ], [ -73.914648, 40.884564 ], [ -73.914527, 40.88453 ], [ -73.914865, 40.884166 ], [ -73.91509, 40.883759 ], [ -73.915166, 40.883473 ], [ -73.914291, 40.883194 ], [ -73.913102, 40.882811 ], [ -73.913758, 40.881556 ], [ -73.912754, 40.881129 ], [ -73.912018, 40.880824 ], [ -73.911725, 40.880739 ], [ -73.912228, 40.879984 ], [ -73.912454, 40.87962 ], [ -73.912556, 40.879242 ], [ -73.911987, 40.879675 ], [ -73.911637, 40.87997 ], [ -73.9113, 40.880224 ], [ -73.910916, 40.880423 ], [ -73.910537, 40.880569 ], [ -73.910476, 40.880327 ], [ -73.910449, 40.880238 ], [ -73.910363, 40.880126 ], [ -73.910305, 40.880052 ], [ -73.909678, 40.879515 ], [ -73.910103, 40.8792 ], [ -73.91031, 40.879047 ], [ -73.911405, 40.879278 ], [ -73.912205, 40.878178 ], [ -73.914905, 40.876578 ], [ -73.915125, 40.875845 ], [ -73.915168, 40.875695 ], [ -73.9152, 40.875581 ], [ -73.917309, 40.876037 ], [ -73.918932, 40.876388 ], [ -73.919122, 40.876429 ], [ -73.919808, 40.876577 ], [ -73.92163, 40.878321 ], [ -73.921449, 40.878251 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005029500", "name": "Census Tract 295, Bronx County, New York", "total_population_17": 4614, "white_alone_17": 2600.0, "black_alone_17": 540.0, "native_alone_17": 0.0, "asian_alone_17": 246.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1070.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.55, "pct_black_alone_change": 4.941, "pct_native_alone_change": -0.025, "pct_asian_alone_change": -2.436, "pct_hispanic_or_latino_change": 6.331, "pct_native_hawaiian_pacific_islander_change": -0.049, "INTPTLAT": "+40.8849350", "INTPTLON": "-073.9085679" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912454, 40.87962 ], [ -73.912228, 40.879984 ], [ -73.911725, 40.880739 ], [ -73.911498, 40.881172 ], [ -73.911015, 40.882091 ], [ -73.910426, 40.88347 ], [ -73.910378, 40.883705 ], [ -73.910414, 40.883949 ], [ -73.91043, 40.88427 ], [ -73.91035, 40.884599 ], [ -73.909982, 40.885658 ], [ -73.909659, 40.886645 ], [ -73.909374, 40.887948 ], [ -73.909297, 40.88847 ], [ -73.909067, 40.888789 ], [ -73.908943, 40.888874 ], [ -73.908863, 40.888935 ], [ -73.908757, 40.888997 ], [ -73.908627, 40.889049 ], [ -73.908418, 40.889122 ], [ -73.907999, 40.888907 ], [ -73.907597, 40.888201 ], [ -73.907388, 40.88782 ], [ -73.906263, 40.887571 ], [ -73.905335, 40.887355 ], [ -73.904905, 40.887259 ], [ -73.904135, 40.887089 ], [ -73.905729, 40.885724 ], [ -73.906009, 40.885587 ], [ -73.907465, 40.884434 ], [ -73.907853, 40.883451 ], [ -73.907989, 40.883162 ], [ -73.90819, 40.882897 ], [ -73.908439, 40.882672 ], [ -73.908623, 40.882455 ], [ -73.909336, 40.881346 ], [ -73.91027, 40.880735 ], [ -73.910537, 40.880569 ], [ -73.910916, 40.880423 ], [ -73.9113, 40.880224 ], [ -73.911637, 40.87997 ], [ -73.911987, 40.879675 ], [ -73.912556, 40.879242 ], [ -73.912454, 40.87962 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005029600", "name": "Census Tract 296, Bronx County, New York", "total_population_17": 1650, "white_alone_17": 403.0, "black_alone_17": 325.0, "native_alone_17": 19.0, "asian_alone_17": 486.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 411.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.59, "pct_black_alone_change": 9.779, "pct_native_alone_change": 0.836, "pct_asian_alone_change": 0.884, "pct_hispanic_or_latino_change": 9.729, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8553721", "INTPTLON": "-073.8450221" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.856638, 40.858119 ], [ -73.856165, 40.858151 ], [ -73.855989, 40.858163 ], [ -73.855907, 40.858168 ], [ -73.854055, 40.858324 ], [ -73.853109, 40.85841 ], [ -73.852173, 40.858499 ], [ -73.851233, 40.858573 ], [ -73.850282, 40.858657 ], [ -73.849309, 40.858718 ], [ -73.848337, 40.858702 ], [ -73.847397, 40.858683 ], [ -73.846458, 40.858636 ], [ -73.845525, 40.858538 ], [ -73.844588, 40.858446 ], [ -73.843295, 40.85829 ], [ -73.841911, 40.858092 ], [ -73.840972, 40.857949 ], [ -73.840046, 40.857807 ], [ -73.839111, 40.857657 ], [ -73.838176, 40.857508 ], [ -73.837241, 40.857358 ], [ -73.836819, 40.857277 ], [ -73.836928, 40.857193 ], [ -73.837, 40.857063 ], [ -73.836942, 40.856919 ], [ -73.836813, 40.856833 ], [ -73.836395, 40.85666 ], [ -73.835246, 40.856494 ], [ -73.835523, 40.856402 ], [ -73.835738, 40.856333 ], [ -73.836467, 40.856098 ], [ -73.839629, 40.85475 ], [ -73.84139, 40.853112 ], [ -73.843588, 40.850071 ], [ -73.84494, 40.84821 ], [ -73.84503, 40.848647 ], [ -73.845051, 40.849131 ], [ -73.845023, 40.849473 ], [ -73.844929, 40.850144 ], [ -73.844758, 40.850468 ], [ -73.844362, 40.851119 ], [ -73.844451, 40.851244 ], [ -73.846704, 40.851241 ], [ -73.847224, 40.851145 ], [ -73.847298, 40.851087 ], [ -73.848214, 40.851091 ], [ -73.848184, 40.851515 ], [ -73.84818, 40.851588 ], [ -73.84811, 40.852612 ], [ -73.848062, 40.853239 ], [ -73.848011, 40.853951 ], [ -73.848003, 40.854291 ], [ -73.848031, 40.854404 ], [ -73.84808, 40.85451 ], [ -73.848288, 40.854731 ], [ -73.848901, 40.855289 ], [ -73.849483, 40.855815 ], [ -73.850096, 40.856347 ], [ -73.849386, 40.856857 ], [ -73.849359, 40.857497 ], [ -73.850697, 40.857411 ], [ -73.851629, 40.85733 ], [ -73.852737, 40.857238 ], [ -73.853767, 40.857148 ], [ -73.854697, 40.857065 ], [ -73.856097, 40.856941 ], [ -73.856162, 40.857085 ], [ -73.856371, 40.85755 ], [ -73.856485, 40.857793 ], [ -73.856638, 40.858119 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005029700", "name": "Census Tract 297, Bronx County, New York", "total_population_17": 3791, "white_alone_17": 2483.0, "black_alone_17": 207.0, "native_alone_17": 0.0, "asian_alone_17": 191.0, "native_hawaiian_pacific_islander_17": 43.0, "hispanic_or_latino_17": 822.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.634, "pct_black_alone_change": 0.397, "pct_native_alone_change": -0.184, "pct_asian_alone_change": -2.989, "pct_hispanic_or_latino_change": 12.003, "pct_native_hawaiian_pacific_islander_change": 1.134, "INTPTLAT": "+40.8849310", "INTPTLON": "-073.9118383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91509, 40.883759 ], [ -73.914865, 40.884166 ], [ -73.914527, 40.88453 ], [ -73.914648, 40.884564 ], [ -73.914782, 40.884605 ], [ -73.914892, 40.884625 ], [ -73.914022, 40.885344 ], [ -73.913024, 40.88617 ], [ -73.912361, 40.887001 ], [ -73.912272, 40.887115 ], [ -73.911731, 40.888219 ], [ -73.911679, 40.88823 ], [ -73.911381, 40.888238 ], [ -73.911251, 40.888241 ], [ -73.910838, 40.88845 ], [ -73.910237, 40.888768 ], [ -73.90995, 40.88892 ], [ -73.909804, 40.889056 ], [ -73.909757, 40.889144 ], [ -73.909741, 40.889212 ], [ -73.909626, 40.889317 ], [ -73.90949, 40.889406 ], [ -73.909375, 40.889453 ], [ -73.909064, 40.889508 ], [ -73.908893, 40.889396 ], [ -73.908799, 40.889361 ], [ -73.908696, 40.889323 ], [ -73.908418, 40.889122 ], [ -73.908627, 40.889049 ], [ -73.908757, 40.888997 ], [ -73.908863, 40.888935 ], [ -73.908943, 40.888874 ], [ -73.909067, 40.888789 ], [ -73.909297, 40.88847 ], [ -73.909374, 40.887948 ], [ -73.909659, 40.886645 ], [ -73.909982, 40.885658 ], [ -73.91035, 40.884599 ], [ -73.91043, 40.88427 ], [ -73.910414, 40.883949 ], [ -73.910378, 40.883705 ], [ -73.910426, 40.88347 ], [ -73.911015, 40.882091 ], [ -73.911498, 40.881172 ], [ -73.911725, 40.880739 ], [ -73.912018, 40.880824 ], [ -73.912754, 40.881129 ], [ -73.913758, 40.881556 ], [ -73.913102, 40.882811 ], [ -73.914291, 40.883194 ], [ -73.915166, 40.883473 ], [ -73.91509, 40.883759 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005030000", "name": "Census Tract 300, Bronx County, New York", "total_population_17": 5687, "white_alone_17": 1914.0, "black_alone_17": 360.0, "native_alone_17": 0.0, "asian_alone_17": 729.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2655.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -34.188, "pct_black_alone_change": 4.641, "pct_native_alone_change": -0.273, "pct_asian_alone_change": 8.06, "pct_hispanic_or_latino_change": 22.41, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8521940", "INTPTLON": "-073.8312298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.835559, 40.851964 ], [ -73.835041, 40.853127 ], [ -73.834809, 40.853514 ], [ -73.833906, 40.854468 ], [ -73.833412, 40.854707 ], [ -73.831575, 40.85538 ], [ -73.831291, 40.855434 ], [ -73.830567, 40.855512 ], [ -73.829566, 40.855621 ], [ -73.829084, 40.855676 ], [ -73.828602, 40.855718 ], [ -73.828014, 40.854723 ], [ -73.827218, 40.853251 ], [ -73.827355, 40.85283 ], [ -73.827185, 40.851711 ], [ -73.827424, 40.850994 ], [ -73.827659, 40.850274 ], [ -73.827997, 40.848624 ], [ -73.828855, 40.84969 ], [ -73.829585, 40.84943 ], [ -73.83043, 40.849164 ], [ -73.830542, 40.849218 ], [ -73.831309, 40.849308 ], [ -73.832208, 40.849394 ], [ -73.833105, 40.849479 ], [ -73.834001, 40.849561 ], [ -73.834901, 40.849613 ], [ -73.835801, 40.849677 ], [ -73.835559, 40.851964 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005030100", "name": "Census Tract 301, Bronx County, New York", "total_population_17": 1314, "white_alone_17": 684.0, "black_alone_17": 100.0, "native_alone_17": 0.0, "asian_alone_17": 57.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 447.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.938, "pct_black_alone_change": 1.252, "pct_native_alone_change": -0.265, "pct_asian_alone_change": 0.762, "pct_hispanic_or_latino_change": 25.475, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8832399", "INTPTLON": "-073.9179338" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92023, 40.88271 ], [ -73.919807, 40.883939 ], [ -73.919267, 40.884805 ], [ -73.918761, 40.88557 ], [ -73.916037, 40.884867 ], [ -73.914892, 40.884625 ], [ -73.915158, 40.884364 ], [ -73.915304, 40.884124 ], [ -73.915466, 40.883816 ], [ -73.915576, 40.883606 ], [ -73.916168, 40.882585 ], [ -73.917371, 40.881494 ], [ -73.917801, 40.881123 ], [ -73.918038, 40.8809 ], [ -73.918253, 40.880728 ], [ -73.918346, 40.880671 ], [ -73.918446, 40.880635 ], [ -73.918631, 40.88069 ], [ -73.918991, 40.880771 ], [ -73.919221, 40.880768 ], [ -73.919479, 40.880857 ], [ -73.919644, 40.880972 ], [ -73.91973, 40.881115 ], [ -73.919752, 40.881259 ], [ -73.919759, 40.881446 ], [ -73.919752, 40.881596 ], [ -73.919749, 40.881783 ], [ -73.919759, 40.88199 ], [ -73.91983, 40.882155 ], [ -73.919967, 40.882399 ], [ -73.92023, 40.88271 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005030200", "name": "Census Tract 302, Bronx County, New York", "total_population_17": 9613, "white_alone_17": 549.0, "black_alone_17": 5917.0, "native_alone_17": 0.0, "asian_alone_17": 116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2316.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.195, "pct_black_alone_change": -0.091, "pct_native_alone_change": -0.237, "pct_asian_alone_change": 0.316, "pct_hispanic_or_latino_change": 0.344, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.8634527", "INTPTLON": "-073.8224361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.828372, 40.860947 ], [ -73.828124, 40.861249 ], [ -73.827852, 40.861352 ], [ -73.826416, 40.863034 ], [ -73.824421, 40.865339 ], [ -73.821458, 40.868406 ], [ -73.821164, 40.868583 ], [ -73.820873, 40.868907 ], [ -73.816341, 40.8661 ], [ -73.816679, 40.86528 ], [ -73.816752, 40.864544 ], [ -73.817557, 40.863588 ], [ -73.818807, 40.862482 ], [ -73.820554, 40.860967 ], [ -73.824302, 40.85978 ], [ -73.824194, 40.859379 ], [ -73.826964, 40.859104 ], [ -73.827239, 40.859194 ], [ -73.827327, 40.859383 ], [ -73.827335, 40.859402 ], [ -73.827345, 40.859427 ], [ -73.827373, 40.859502 ], [ -73.827583, 40.860073 ], [ -73.828077, 40.860656 ], [ -73.828261, 40.860853 ], [ -73.828372, 40.860947 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005030701", "name": "Census Tract 307.01, Bronx County, New York", "total_population_17": 5580, "white_alone_17": 4054.0, "black_alone_17": 311.0, "native_alone_17": 0.0, "asian_alone_17": 170.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 901.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.397, "pct_black_alone_change": 2.142, "pct_native_alone_change": -0.049, "pct_asian_alone_change": -0.639, "pct_hispanic_or_latino_change": 8.981, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8931511", "INTPTLON": "-073.9105743" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916037, 40.884867 ], [ -73.913978, 40.886374 ], [ -73.913673, 40.886606 ], [ -73.913465, 40.886799 ], [ -73.913307, 40.8871 ], [ -73.913106, 40.888314 ], [ -73.913013, 40.889001 ], [ -73.912904, 40.889749 ], [ -73.912697, 40.890569 ], [ -73.912586, 40.890833 ], [ -73.911997, 40.892239 ], [ -73.911775, 40.893008 ], [ -73.911524, 40.893878 ], [ -73.911429, 40.894589 ], [ -73.9114, 40.894809 ], [ -73.911318, 40.894989 ], [ -73.911116, 40.894905 ], [ -73.910896, 40.895121 ], [ -73.910838, 40.895145 ], [ -73.910802, 40.895176 ], [ -73.910782, 40.895207 ], [ -73.91077, 40.895249 ], [ -73.910779, 40.895298 ], [ -73.910798, 40.895328 ], [ -73.910812, 40.895343 ], [ -73.910861, 40.895413 ], [ -73.910934, 40.895482 ], [ -73.911025, 40.89554 ], [ -73.911109, 40.895577 ], [ -73.911199, 40.895603 ], [ -73.911299, 40.895618 ], [ -73.911444, 40.895644 ], [ -73.911565, 40.895676 ], [ -73.911709, 40.89573 ], [ -73.911816, 40.895781 ], [ -73.911871, 40.896009 ], [ -73.911763, 40.896396 ], [ -73.911358, 40.897838 ], [ -73.911112, 40.898751 ], [ -73.910991, 40.899295 ], [ -73.910839, 40.900031 ], [ -73.909936, 40.899871 ], [ -73.908812, 40.899596 ], [ -73.907863, 40.899455 ], [ -73.907463, 40.899394 ], [ -73.907595, 40.899208 ], [ -73.907724, 40.899001 ], [ -73.907847, 40.898773 ], [ -73.907952, 40.898539 ], [ -73.908029, 40.898333 ], [ -73.908101, 40.898092 ], [ -73.908156, 40.897841 ], [ -73.908191, 40.897596 ], [ -73.908207, 40.897344 ], [ -73.908287, 40.896452 ], [ -73.908478, 40.894324 ], [ -73.9085, 40.893586 ], [ -73.908518, 40.892791 ], [ -73.908531, 40.890909 ], [ -73.908593, 40.890664 ], [ -73.908675, 40.890255 ], [ -73.909064, 40.889508 ], [ -73.909375, 40.889453 ], [ -73.90949, 40.889406 ], [ -73.909626, 40.889317 ], [ -73.909741, 40.889212 ], [ -73.909757, 40.889144 ], [ -73.909804, 40.889056 ], [ -73.90995, 40.88892 ], [ -73.910237, 40.888768 ], [ -73.910838, 40.88845 ], [ -73.911251, 40.888241 ], [ -73.911381, 40.888238 ], [ -73.911679, 40.88823 ], [ -73.911731, 40.888219 ], [ -73.912272, 40.887115 ], [ -73.912361, 40.887001 ], [ -73.913024, 40.88617 ], [ -73.914022, 40.885344 ], [ -73.914892, 40.884625 ], [ -73.916037, 40.884867 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005030900", "name": "Census Tract 309, Bronx County, New York", "total_population_17": 3582, "white_alone_17": 2574.0, "black_alone_17": 166.0, "native_alone_17": 19.0, "asian_alone_17": 129.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 654.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.292, "pct_black_alone_change": 1.569, "pct_native_alone_change": 0.495, "pct_asian_alone_change": 0.923, "pct_hispanic_or_latino_change": 12.685, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.9010058", "INTPTLON": "-073.9203668" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929187, 40.890308 ], [ -73.928294, 40.892562 ], [ -73.927242, 40.895198 ], [ -73.927119, 40.895496 ], [ -73.926549, 40.896879 ], [ -73.925922, 40.898477 ], [ -73.925665, 40.899151 ], [ -73.924953, 40.901018 ], [ -73.924235, 40.902736 ], [ -73.923842, 40.903675 ], [ -73.923307, 40.905062 ], [ -73.922467, 40.907236 ], [ -73.920967, 40.911012 ], [ -73.920087, 40.913128 ], [ -73.919898, 40.913604 ], [ -73.919097, 40.914806 ], [ -73.911818, 40.912942 ], [ -73.911189, 40.912617 ], [ -73.91098, 40.912756 ], [ -73.910772, 40.912896 ], [ -73.909697, 40.912471 ], [ -73.909478, 40.912384 ], [ -73.908534, 40.912285 ], [ -73.908461, 40.912274 ], [ -73.908223, 40.912226 ], [ -73.90799, 40.912161 ], [ -73.907776, 40.912085 ], [ -73.907731, 40.912065 ], [ -73.90764, 40.91203 ], [ -73.906594, 40.91164 ], [ -73.90647, 40.911561 ], [ -73.90643, 40.911497 ], [ -73.906475, 40.911383 ], [ -73.906559, 40.911327 ], [ -73.906737, 40.911195 ], [ -73.907278, 40.910539 ], [ -73.907386, 40.910426 ], [ -73.907505, 40.910262 ], [ -73.908638, 40.90857 ], [ -73.90899, 40.908207 ], [ -73.9092, 40.908066 ], [ -73.910243, 40.907197 ], [ -73.910457, 40.906988 ], [ -73.910596, 40.906774 ], [ -73.910851, 40.906223 ], [ -73.911222, 40.905609 ], [ -73.911547, 40.905128 ], [ -73.911767, 40.904873 ], [ -73.911964, 40.904774 ], [ -73.912143, 40.904443 ], [ -73.912603, 40.903578 ], [ -73.911567, 40.90336 ], [ -73.910954, 40.903172 ], [ -73.9102, 40.903063 ], [ -73.910839, 40.900031 ], [ -73.910991, 40.899295 ], [ -73.911112, 40.898751 ], [ -73.911358, 40.897838 ], [ -73.911763, 40.896396 ], [ -73.911871, 40.896009 ], [ -73.911816, 40.895781 ], [ -73.911709, 40.89573 ], [ -73.911565, 40.895676 ], [ -73.911444, 40.895644 ], [ -73.911299, 40.895618 ], [ -73.911199, 40.895603 ], [ -73.911109, 40.895577 ], [ -73.911025, 40.89554 ], [ -73.910934, 40.895482 ], [ -73.910861, 40.895413 ], [ -73.910812, 40.895343 ], [ -73.910798, 40.895328 ], [ -73.910779, 40.895298 ], [ -73.91077, 40.895249 ], [ -73.910782, 40.895207 ], [ -73.910802, 40.895176 ], [ -73.910838, 40.895145 ], [ -73.910896, 40.895121 ], [ -73.911116, 40.894905 ], [ -73.911318, 40.894989 ], [ -73.9114, 40.894809 ], [ -73.911429, 40.894589 ], [ -73.911524, 40.893878 ], [ -73.911775, 40.893008 ], [ -73.911997, 40.892239 ], [ -73.912586, 40.890833 ], [ -73.912697, 40.890569 ], [ -73.912904, 40.889749 ], [ -73.913013, 40.889001 ], [ -73.913106, 40.888314 ], [ -73.913307, 40.8871 ], [ -73.913465, 40.886799 ], [ -73.913673, 40.886606 ], [ -73.913978, 40.886374 ], [ -73.916037, 40.884867 ], [ -73.918761, 40.88557 ], [ -73.918696, 40.886885 ], [ -73.920586, 40.887186 ], [ -73.920956, 40.887288 ], [ -73.929428, 40.889692 ], [ -73.929187, 40.890308 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005031000", "name": "Census Tract 310, Bronx County, New York", "total_population_17": 4806, "white_alone_17": 1520.0, "black_alone_17": 1029.0, "native_alone_17": 196.0, "asian_alone_17": 417.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1725.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.243, "pct_black_alone_change": 7.149, "pct_native_alone_change": 3.938, "pct_asian_alone_change": 3.915, "pct_hispanic_or_latino_change": 15.865, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8612380", "INTPTLON": "-073.8360660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.840932, 40.859332 ], [ -73.840884, 40.860854 ], [ -73.840823, 40.862719 ], [ -73.840747, 40.865162 ], [ -73.839803, 40.865145 ], [ -73.838864, 40.865127 ], [ -73.837927, 40.86511 ], [ -73.836989, 40.865095 ], [ -73.836971, 40.865643 ], [ -73.836431, 40.865356 ], [ -73.835907, 40.865077 ], [ -73.831602, 40.862628 ], [ -73.830917, 40.862225 ], [ -73.830062, 40.862047 ], [ -73.829647, 40.861913 ], [ -73.829344, 40.861733 ], [ -73.82903, 40.861441 ], [ -73.828372, 40.860947 ], [ -73.828521, 40.860746 ], [ -73.829609, 40.859889 ], [ -73.830172, 40.859634 ], [ -73.831034, 40.859343 ], [ -73.831906, 40.85907 ], [ -73.833233, 40.858626 ], [ -73.833487, 40.858529 ], [ -73.834377, 40.858191 ], [ -73.835334, 40.857832 ], [ -73.836289, 40.857477 ], [ -73.836819, 40.857277 ], [ -73.837241, 40.857358 ], [ -73.838176, 40.857508 ], [ -73.839111, 40.857657 ], [ -73.840046, 40.857807 ], [ -73.840972, 40.857949 ], [ -73.840932, 40.859332 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005031200", "name": "Census Tract 312, Bronx County, New York", "total_population_17": 1779, "white_alone_17": 671.0, "black_alone_17": 461.0, "native_alone_17": 0.0, "asian_alone_17": 308.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 284.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.188, "pct_black_alone_change": 15.333, "pct_native_alone_change": -0.319, "pct_asian_alone_change": 10.685, "pct_hispanic_or_latino_change": -3.156, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8620616", "INTPTLON": "-073.8424492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.844444, 40.862786 ], [ -73.844366, 40.86523 ], [ -73.843354, 40.865211 ], [ -73.841686, 40.86518 ], [ -73.840747, 40.865162 ], [ -73.840823, 40.862719 ], [ -73.840884, 40.860854 ], [ -73.840932, 40.859332 ], [ -73.840972, 40.857949 ], [ -73.841911, 40.858092 ], [ -73.843295, 40.85829 ], [ -73.843062, 40.858766 ], [ -73.84297, 40.859013 ], [ -73.842963, 40.859183 ], [ -73.843003, 40.859502 ], [ -73.843198, 40.860897 ], [ -73.844504, 40.860921 ], [ -73.844444, 40.862786 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005031400", "name": "Census Tract 314, Bronx County, New York", "total_population_17": 2228, "white_alone_17": 839.0, "black_alone_17": 269.0, "native_alone_17": 0.0, "asian_alone_17": 255.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 807.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.359, "pct_black_alone_change": 3.032, "pct_native_alone_change": -0.445, "pct_asian_alone_change": 3.392, "pct_hispanic_or_latino_change": 13.988, "pct_native_hawaiian_pacific_islander_change": -0.198, "INTPTLAT": "+40.8615367", "INTPTLON": "-073.8455326" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.84736, 40.859794 ], [ -73.847321, 40.860973 ], [ -73.847261, 40.86284 ], [ -73.847185, 40.865283 ], [ -73.846247, 40.865266 ], [ -73.845305, 40.865248 ], [ -73.844366, 40.86523 ], [ -73.844444, 40.862786 ], [ -73.844504, 40.860921 ], [ -73.843198, 40.860897 ], [ -73.843003, 40.859502 ], [ -73.842963, 40.859183 ], [ -73.84297, 40.859013 ], [ -73.843062, 40.858766 ], [ -73.843295, 40.85829 ], [ -73.844588, 40.858446 ], [ -73.845525, 40.858538 ], [ -73.846458, 40.858636 ], [ -73.847397, 40.858683 ], [ -73.84736, 40.859794 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005031600", "name": "Census Tract 316, Bronx County, New York", "total_population_17": 1899, "white_alone_17": 709.0, "black_alone_17": 148.0, "native_alone_17": 0.0, "asian_alone_17": 281.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 719.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.361, "pct_black_alone_change": -2.661, "pct_native_alone_change": -0.393, "pct_asian_alone_change": 8.108, "pct_hispanic_or_latino_change": 18.019, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8619716", "INTPTLON": "-073.8487247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.85025, 40.859812 ], [ -73.850212, 40.861026 ], [ -73.850151, 40.86289 ], [ -73.85012, 40.863988 ], [ -73.850096, 40.864627 ], [ -73.849525, 40.865322 ], [ -73.849102, 40.865318 ], [ -73.848124, 40.8653 ], [ -73.847185, 40.865283 ], [ -73.847261, 40.86284 ], [ -73.847321, 40.860973 ], [ -73.84736, 40.859794 ], [ -73.847397, 40.858683 ], [ -73.848337, 40.858702 ], [ -73.849309, 40.858718 ], [ -73.850282, 40.858657 ], [ -73.85025, 40.859812 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005031800", "name": "Census Tract 318, Bronx County, New York", "total_population_17": 2001, "white_alone_17": 720.0, "black_alone_17": 492.0, "native_alone_17": 23.0, "asian_alone_17": 143.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 646.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.33, "pct_black_alone_change": 13.557, "pct_native_alone_change": 0.982, "pct_asian_alone_change": -3.829, "pct_hispanic_or_latino_change": 8.161, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8619545", "INTPTLON": "-073.8515677" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853568, 40.861088 ], [ -73.852032, 40.862919 ], [ -73.852417, 40.862931 ], [ -73.852961, 40.862948 ], [ -73.852891, 40.865388 ], [ -73.851955, 40.865371 ], [ -73.851016, 40.865349 ], [ -73.850828, 40.865346 ], [ -73.850389, 40.865339 ], [ -73.850084, 40.865335 ], [ -73.849843, 40.865329 ], [ -73.849525, 40.865322 ], [ -73.850096, 40.864627 ], [ -73.85012, 40.863988 ], [ -73.850151, 40.86289 ], [ -73.850212, 40.861026 ], [ -73.85025, 40.859812 ], [ -73.850282, 40.858657 ], [ -73.851233, 40.858573 ], [ -73.852173, 40.858499 ], [ -73.853109, 40.85841 ], [ -73.853072, 40.859771 ], [ -73.85303, 40.861073 ], [ -73.853568, 40.861088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005031900", "name": "Census Tract 319, Bronx County, New York", "total_population_17": 636, "white_alone_17": 367.0, "black_alone_17": 78.0, "native_alone_17": 0.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 157.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -42.296, "pct_black_alone_change": 12.264, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 4.717, "pct_hispanic_or_latino_change": 24.686, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.9138727", "INTPTLON": "-073.9111066" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918795, 40.915971 ], [ -73.918494, 40.917134 ], [ -73.918405, 40.917477 ], [ -73.918352, 40.917488 ], [ -73.918128, 40.917532 ], [ -73.917905, 40.917577 ], [ -73.910808, 40.915372 ], [ -73.910516, 40.915282 ], [ -73.910279, 40.915187 ], [ -73.910006, 40.915076 ], [ -73.909496, 40.914931 ], [ -73.909471, 40.914924 ], [ -73.90884, 40.914754 ], [ -73.908814, 40.914747 ], [ -73.908328, 40.914616 ], [ -73.908302, 40.914609 ], [ -73.905947, 40.913948 ], [ -73.905911, 40.913938 ], [ -73.904194, 40.91346 ], [ -73.903806, 40.913353 ], [ -73.902454, 40.912979 ], [ -73.902588, 40.912469 ], [ -73.903215, 40.910129 ], [ -73.904337, 40.910516 ], [ -73.90544, 40.910912 ], [ -73.906559, 40.911327 ], [ -73.906475, 40.911383 ], [ -73.90643, 40.911497 ], [ -73.90647, 40.911561 ], [ -73.906594, 40.91164 ], [ -73.90764, 40.91203 ], [ -73.907731, 40.912065 ], [ -73.907776, 40.912085 ], [ -73.90799, 40.912161 ], [ -73.908223, 40.912226 ], [ -73.908461, 40.912274 ], [ -73.908534, 40.912285 ], [ -73.909478, 40.912384 ], [ -73.909697, 40.912471 ], [ -73.910772, 40.912896 ], [ -73.91098, 40.912756 ], [ -73.911189, 40.912617 ], [ -73.911818, 40.912942 ], [ -73.919097, 40.914806 ], [ -73.918795, 40.915971 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005032300", "name": "Census Tract 323, Bronx County, New York", "total_population_17": 4423, "white_alone_17": 2807.0, "black_alone_17": 494.0, "native_alone_17": 0.0, "asian_alone_17": 266.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 640.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.1, "pct_black_alone_change": -1.223, "pct_native_alone_change": -0.173, "pct_asian_alone_change": 0.637, "pct_hispanic_or_latino_change": 0.016, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.9053418", "INTPTLON": "-073.9075805" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912143, 40.904443 ], [ -73.911964, 40.904774 ], [ -73.911767, 40.904873 ], [ -73.911547, 40.905128 ], [ -73.911222, 40.905609 ], [ -73.910851, 40.906223 ], [ -73.910596, 40.906774 ], [ -73.910457, 40.906988 ], [ -73.910243, 40.907197 ], [ -73.9092, 40.908066 ], [ -73.90899, 40.908207 ], [ -73.908638, 40.90857 ], [ -73.907505, 40.910262 ], [ -73.907386, 40.910426 ], [ -73.907278, 40.910539 ], [ -73.906737, 40.911195 ], [ -73.906559, 40.911327 ], [ -73.90544, 40.910912 ], [ -73.904337, 40.910516 ], [ -73.903215, 40.910129 ], [ -73.903673, 40.908437 ], [ -73.9041, 40.906862 ], [ -73.904339, 40.905969 ], [ -73.904461, 40.905636 ], [ -73.904588, 40.905287 ], [ -73.905007, 40.90414 ], [ -73.905475, 40.902954 ], [ -73.906112, 40.90167 ], [ -73.906488, 40.901009 ], [ -73.906514, 40.900963 ], [ -73.907463, 40.899394 ], [ -73.907863, 40.899455 ], [ -73.908812, 40.899596 ], [ -73.909936, 40.899871 ], [ -73.910839, 40.900031 ], [ -73.9102, 40.903063 ], [ -73.910954, 40.903172 ], [ -73.911567, 40.90336 ], [ -73.912603, 40.903578 ], [ -73.912143, 40.904443 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005032400", "name": "Census Tract 324, Bronx County, New York", "total_population_17": 3173, "white_alone_17": 332.0, "black_alone_17": 623.0, "native_alone_17": 0.0, "asian_alone_17": 27.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2066.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.182, "pct_black_alone_change": -6.374, "pct_native_alone_change": -0.106, "pct_asian_alone_change": -1.626, "pct_hispanic_or_latino_change": 22.189, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.8613415", "INTPTLON": "-073.8597052" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861756, 40.859645 ], [ -73.861707, 40.861242 ], [ -73.861645, 40.863106 ], [ -73.861562, 40.86555 ], [ -73.860551, 40.86553 ], [ -73.859613, 40.865512 ], [ -73.858712, 40.864252 ], [ -73.858061, 40.863042 ], [ -73.857804, 40.863037 ], [ -73.85771, 40.862278 ], [ -73.857566, 40.861164 ], [ -73.857462, 40.860427 ], [ -73.857353, 40.859712 ], [ -73.856638, 40.858119 ], [ -73.861791, 40.857983 ], [ -73.861756, 40.859645 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005032600", "name": "Census Tract 326, Bronx County, New York", "total_population_17": 3463, "white_alone_17": 1593.0, "black_alone_17": 333.0, "native_alone_17": 6.0, "asian_alone_17": 793.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 703.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.823, "pct_black_alone_change": 2.217, "pct_native_alone_change": -0.576, "pct_asian_alone_change": 9.911, "pct_hispanic_or_latino_change": -1.586, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8621878", "INTPTLON": "-073.8554777" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.859613, 40.865512 ], [ -73.858673, 40.865495 ], [ -73.857733, 40.865478 ], [ -73.856793, 40.86546 ], [ -73.855781, 40.86544 ], [ -73.854768, 40.865424 ], [ -73.853828, 40.865405 ], [ -73.852891, 40.865388 ], [ -73.852961, 40.862948 ], [ -73.852417, 40.862931 ], [ -73.852032, 40.862919 ], [ -73.853568, 40.861088 ], [ -73.85303, 40.861073 ], [ -73.853072, 40.859771 ], [ -73.853109, 40.85841 ], [ -73.854055, 40.858324 ], [ -73.855907, 40.858168 ], [ -73.855989, 40.858163 ], [ -73.856165, 40.858151 ], [ -73.856638, 40.858119 ], [ -73.857353, 40.859712 ], [ -73.857462, 40.860427 ], [ -73.857566, 40.861164 ], [ -73.85771, 40.862278 ], [ -73.857804, 40.863037 ], [ -73.858061, 40.863042 ], [ -73.858712, 40.864252 ], [ -73.859613, 40.865512 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005032800", "name": "Census Tract 328, Bronx County, New York", "total_population_17": 4005, "white_alone_17": 477.0, "black_alone_17": 943.0, "native_alone_17": 62.0, "asian_alone_17": 447.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2032.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.828, "pct_black_alone_change": 4.318, "pct_native_alone_change": 1.319, "pct_asian_alone_change": 6.157, "pct_hispanic_or_latino_change": 13.653, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8617366", "INTPTLON": "-073.8631301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864631, 40.859609 ], [ -73.864594, 40.861294 ], [ -73.864533, 40.863162 ], [ -73.864509, 40.863947 ], [ -73.864461, 40.865489 ], [ -73.86352, 40.865508 ], [ -73.862577, 40.865527 ], [ -73.862371, 40.865531 ], [ -73.8621, 40.865537 ], [ -73.861562, 40.86555 ], [ -73.861645, 40.863106 ], [ -73.861707, 40.861242 ], [ -73.861756, 40.859645 ], [ -73.861791, 40.857983 ], [ -73.864671, 40.857906 ], [ -73.864631, 40.859609 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033000", "name": "Census Tract 330, Bronx County, New York", "total_population_17": 5925, "white_alone_17": 1840.0, "black_alone_17": 863.0, "native_alone_17": 0.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3119.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.67, "pct_black_alone_change": -1.792, "pct_native_alone_change": -0.333, "pct_asian_alone_change": -3.607, "pct_hispanic_or_latino_change": 13.705, "pct_native_hawaiian_pacific_islander_change": -0.039, "INTPTLAT": "+40.8616561", "INTPTLON": "-073.8660255" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867595, 40.858989 ], [ -73.86752, 40.859568 ], [ -73.867486, 40.861346 ], [ -73.867422, 40.863213 ], [ -73.86736, 40.865429 ], [ -73.866342, 40.865449 ], [ -73.8654, 40.865471 ], [ -73.864461, 40.865489 ], [ -73.864509, 40.863947 ], [ -73.864533, 40.863162 ], [ -73.864594, 40.861294 ], [ -73.864631, 40.859609 ], [ -73.864671, 40.857906 ], [ -73.865642, 40.857882 ], [ -73.866583, 40.857856 ], [ -73.867588, 40.85783 ], [ -73.867595, 40.858989 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033201", "name": "Census Tract 332.01, Bronx County, New York", "total_population_17": 4490, "white_alone_17": 796.0, "black_alone_17": 652.0, "native_alone_17": 90.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2886.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -9.395, "pct_black_alone_change": -7.175, "pct_native_alone_change": 1.757, "pct_asian_alone_change": -2.768, "pct_hispanic_or_latino_change": 18.844, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8594756", "INTPTLON": "-073.8692323" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871083, 40.857377 ], [ -73.871033, 40.857808 ], [ -73.870977, 40.858197 ], [ -73.870884, 40.858895 ], [ -73.870771, 40.859824 ], [ -73.870579, 40.861405 ], [ -73.869436, 40.861382 ], [ -73.868496, 40.861363 ], [ -73.867486, 40.861346 ], [ -73.86752, 40.859568 ], [ -73.867595, 40.858989 ], [ -73.867588, 40.85783 ], [ -73.868383, 40.857812 ], [ -73.868613, 40.85777 ], [ -73.869549, 40.857726 ], [ -73.870849, 40.857291 ], [ -73.870898, 40.85727 ], [ -73.870952, 40.857266 ], [ -73.870997, 40.857275 ], [ -73.871036, 40.857294 ], [ -73.87107, 40.857328 ], [ -73.871081, 40.857359 ], [ -73.871083, 40.857377 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033202", "name": "Census Tract 332.02, Bronx County, New York", "total_population_17": 4334, "white_alone_17": 661.0, "black_alone_17": 1164.0, "native_alone_17": 0.0, "asian_alone_17": 51.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2429.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.872, "pct_black_alone_change": 5.161, "pct_native_alone_change": -0.247, "pct_asian_alone_change": -2.371, "pct_hispanic_or_latino_change": 10.613, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8633818", "INTPTLON": "-073.8689413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870462, 40.863272 ], [ -73.870419, 40.865363 ], [ -73.869127, 40.865394 ], [ -73.868369, 40.865408 ], [ -73.86736, 40.865429 ], [ -73.867422, 40.863213 ], [ -73.867486, 40.861346 ], [ -73.868496, 40.861363 ], [ -73.869436, 40.861382 ], [ -73.870579, 40.861405 ], [ -73.870462, 40.863272 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033400", "name": "Census Tract 334, Bronx County, New York", "total_population_17": 570, "white_alone_17": 92.0, "black_alone_17": 88.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 381.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.569, "pct_black_alone_change": -39.472, "pct_native_alone_change": -0.446, "pct_asian_alone_change": -6.903, "pct_hispanic_or_latino_change": 36.038, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8600460", "INTPTLON": "-073.8742257" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.883989, 40.864819 ], [ -73.883934, 40.86495 ], [ -73.883858, 40.865191 ], [ -73.883617, 40.865453 ], [ -73.883279, 40.865726 ], [ -73.882689, 40.866152 ], [ -73.883079, 40.866593 ], [ -73.881289, 40.867501 ], [ -73.87986, 40.868274 ], [ -73.877727, 40.869555 ], [ -73.877012, 40.870027 ], [ -73.876292, 40.870526 ], [ -73.875275, 40.871604 ], [ -73.874367, 40.872701 ], [ -73.872553, 40.875175 ], [ -73.871605, 40.876922 ], [ -73.870944, 40.878511 ], [ -73.870412, 40.878375 ], [ -73.870148, 40.878314 ], [ -73.869984, 40.878269 ], [ -73.869754, 40.878207 ], [ -73.869628, 40.878176 ], [ -73.869435, 40.878129 ], [ -73.869421, 40.877987 ], [ -73.870029, 40.87649 ], [ -73.870265, 40.875637 ], [ -73.870313, 40.875341 ], [ -73.870377, 40.873285 ], [ -73.870562, 40.871511 ], [ -73.870537, 40.869674 ], [ -73.870533, 40.869556 ], [ -73.870511, 40.868704 ], [ -73.870492, 40.867951 ], [ -73.870455, 40.866633 ], [ -73.870419, 40.865363 ], [ -73.870462, 40.863272 ], [ -73.870579, 40.861405 ], [ -73.870771, 40.859824 ], [ -73.870884, 40.858895 ], [ -73.870977, 40.858197 ], [ -73.871033, 40.857808 ], [ -73.871083, 40.857377 ], [ -73.871081, 40.857359 ], [ -73.87107, 40.857328 ], [ -73.871036, 40.857294 ], [ -73.870997, 40.857275 ], [ -73.870952, 40.857266 ], [ -73.870898, 40.85727 ], [ -73.870849, 40.857291 ], [ -73.869549, 40.857726 ], [ -73.868613, 40.85777 ], [ -73.868383, 40.857812 ], [ -73.868859, 40.857225 ], [ -73.869327, 40.856647 ], [ -73.869889, 40.855971 ], [ -73.869929, 40.85586 ], [ -73.8699, 40.855712 ], [ -73.869815, 40.855484 ], [ -73.869377, 40.854266 ], [ -73.869167, 40.853686 ], [ -73.868722, 40.852424 ], [ -73.868609, 40.852088 ], [ -73.868235, 40.850913 ], [ -73.869209, 40.849239 ], [ -73.869469, 40.84844 ], [ -73.869946, 40.847521 ], [ -73.870405, 40.846637 ], [ -73.870484, 40.846485 ], [ -73.87165, 40.84424 ], [ -73.871823, 40.844117 ], [ -73.874486, 40.841616 ], [ -73.874591, 40.841521 ], [ -73.876085, 40.842065 ], [ -73.876856, 40.84223 ], [ -73.877456, 40.842398 ], [ -73.878171, 40.842625 ], [ -73.877314, 40.844007 ], [ -73.878007, 40.844484 ], [ -73.879194, 40.845321 ], [ -73.880477, 40.846197 ], [ -73.881056, 40.846594 ], [ -73.881998, 40.847235 ], [ -73.882844, 40.847818 ], [ -73.882781, 40.84807 ], [ -73.883109, 40.848273 ], [ -73.883013, 40.848612 ], [ -73.882883, 40.849074 ], [ -73.88285, 40.849193 ], [ -73.882558, 40.850224 ], [ -73.882322, 40.851061 ], [ -73.882003, 40.852189 ], [ -73.881668, 40.853348 ], [ -73.880714, 40.856798 ], [ -73.88075, 40.856938 ], [ -73.880764, 40.856992 ], [ -73.88081, 40.857187 ], [ -73.880882, 40.857509 ], [ -73.880938, 40.857683 ], [ -73.880976, 40.857843 ], [ -73.881002, 40.85803 ], [ -73.881008, 40.858244 ], [ -73.880993, 40.858431 ], [ -73.880964, 40.8586 ], [ -73.880953, 40.858648 ], [ -73.880758, 40.859494 ], [ -73.880731, 40.859676 ], [ -73.880515, 40.860346 ], [ -73.880514, 40.860612 ], [ -73.880543, 40.860746 ], [ -73.880656, 40.861006 ], [ -73.88074, 40.861126 ], [ -73.880897, 40.86129 ], [ -73.88112, 40.861469 ], [ -73.881858, 40.862038 ], [ -73.881961, 40.862129 ], [ -73.88235, 40.862449 ], [ -73.883836, 40.86424 ], [ -73.883956, 40.864448 ], [ -73.884, 40.864666 ], [ -73.883989, 40.864819 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033500", "name": "Census Tract 335, Bronx County, New York", "total_population_17": 2112, "white_alone_17": 1486.0, "black_alone_17": 118.0, "native_alone_17": 0.0, "asian_alone_17": 126.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 332.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.932, "pct_black_alone_change": -0.02, "pct_native_alone_change": -0.192, "pct_asian_alone_change": 1.754, "pct_hispanic_or_latino_change": 6.032, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8906400", "INTPTLON": "-073.9070543" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.909064, 40.889508 ], [ -73.908675, 40.890255 ], [ -73.908593, 40.890664 ], [ -73.908531, 40.890909 ], [ -73.908518, 40.892791 ], [ -73.9085, 40.893586 ], [ -73.908478, 40.894324 ], [ -73.908287, 40.896452 ], [ -73.908207, 40.897344 ], [ -73.908191, 40.897596 ], [ -73.908156, 40.897841 ], [ -73.908101, 40.898092 ], [ -73.908029, 40.898333 ], [ -73.907952, 40.898539 ], [ -73.907847, 40.898773 ], [ -73.907724, 40.899001 ], [ -73.907595, 40.899208 ], [ -73.907463, 40.899394 ], [ -73.907222, 40.899337 ], [ -73.906943, 40.899664 ], [ -73.906363, 40.900169 ], [ -73.90575, 40.90058 ], [ -73.90472, 40.900994 ], [ -73.90397, 40.901171 ], [ -73.903424, 40.901219 ], [ -73.901958, 40.901294 ], [ -73.90196, 40.901192 ], [ -73.901971, 40.90073 ], [ -73.90196, 40.900556 ], [ -73.901191, 40.899482 ], [ -73.90109, 40.89927 ], [ -73.901027, 40.89905 ], [ -73.901024, 40.898827 ], [ -73.901068, 40.898619 ], [ -73.902036, 40.897001 ], [ -73.902412, 40.896486 ], [ -73.903262, 40.895852 ], [ -73.904286, 40.895352 ], [ -73.904335, 40.895315 ], [ -73.904443, 40.895235 ], [ -73.904756, 40.89497 ], [ -73.904946, 40.894777 ], [ -73.905134, 40.894557 ], [ -73.905312, 40.894308 ], [ -73.905412, 40.894117 ], [ -73.905517, 40.893829 ], [ -73.905487, 40.893744 ], [ -73.905335, 40.893611 ], [ -73.904844, 40.89362 ], [ -73.904619, 40.893607 ], [ -73.904407, 40.893554 ], [ -73.904234, 40.893461 ], [ -73.903998, 40.893326 ], [ -73.90381, 40.893229 ], [ -73.903764, 40.893209 ], [ -73.903624, 40.893202 ], [ -73.903326, 40.893262 ], [ -73.902787, 40.893439 ], [ -73.902653, 40.893491 ], [ -73.902162, 40.893681 ], [ -73.902032, 40.893728 ], [ -73.901761, 40.893763 ], [ -73.901515, 40.893729 ], [ -73.901207, 40.89357 ], [ -73.90108, 40.893414 ], [ -73.901722, 40.892021 ], [ -73.902324, 40.891076 ], [ -73.902787, 40.890293 ], [ -73.902854, 40.890114 ], [ -73.902901, 40.889921 ], [ -73.902924, 40.889741 ], [ -73.902925, 40.889536 ], [ -73.902907, 40.889373 ], [ -73.902871, 40.889204 ], [ -73.902859, 40.889165 ], [ -73.903011, 40.888823 ], [ -73.903819, 40.887479 ], [ -73.904135, 40.887089 ], [ -73.904905, 40.887259 ], [ -73.905335, 40.887355 ], [ -73.906263, 40.887571 ], [ -73.907388, 40.88782 ], [ -73.907597, 40.888201 ], [ -73.907999, 40.888907 ], [ -73.908418, 40.889122 ], [ -73.908696, 40.889323 ], [ -73.908799, 40.889361 ], [ -73.908893, 40.889396 ], [ -73.909064, 40.889508 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033600", "name": "Census Tract 336, Bronx County, New York", "total_population_17": 6822, "white_alone_17": 221.0, "black_alone_17": 2780.0, "native_alone_17": 20.0, "asian_alone_17": 129.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3629.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.44, "pct_black_alone_change": -5.909, "pct_native_alone_change": -0.049, "pct_asian_alone_change": -1.921, "pct_hispanic_or_latino_change": 11.13, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8684895", "INTPTLON": "-073.8688853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870562, 40.871511 ], [ -73.869351, 40.871483 ], [ -73.868258, 40.871462 ], [ -73.867159, 40.871442 ], [ -73.867189, 40.870601 ], [ -73.867222, 40.869695 ], [ -73.867275, 40.86789 ], [ -73.867317, 40.866577 ], [ -73.86736, 40.865429 ], [ -73.868369, 40.865408 ], [ -73.869127, 40.865394 ], [ -73.870419, 40.865363 ], [ -73.870455, 40.866633 ], [ -73.870492, 40.867951 ], [ -73.870511, 40.868704 ], [ -73.870533, 40.869556 ], [ -73.870537, 40.869674 ], [ -73.870562, 40.871511 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033700", "name": "Census Tract 337, Bronx County, New York", "total_population_17": 2490, "white_alone_17": 1614.0, "black_alone_17": 195.0, "native_alone_17": 8.0, "asian_alone_17": 152.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 396.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.919, "pct_black_alone_change": 3.522, "pct_native_alone_change": 0.155, "pct_asian_alone_change": -2.278, "pct_hispanic_or_latino_change": 4.131, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.9063107", "INTPTLON": "-073.9025182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907463, 40.899394 ], [ -73.906514, 40.900963 ], [ -73.906488, 40.901009 ], [ -73.906112, 40.90167 ], [ -73.905475, 40.902954 ], [ -73.905007, 40.90414 ], [ -73.904588, 40.905287 ], [ -73.904461, 40.905636 ], [ -73.904339, 40.905969 ], [ -73.9041, 40.906862 ], [ -73.903673, 40.908437 ], [ -73.903215, 40.910129 ], [ -73.902588, 40.912469 ], [ -73.902454, 40.912979 ], [ -73.902106, 40.912879 ], [ -73.900697, 40.912381 ], [ -73.89997, 40.912132 ], [ -73.899789, 40.912072 ], [ -73.899993, 40.912017 ], [ -73.900087, 40.911239 ], [ -73.899226, 40.911044 ], [ -73.899611, 40.909596 ], [ -73.900007, 40.908129 ], [ -73.900384, 40.906747 ], [ -73.900717, 40.905468 ], [ -73.900707, 40.905281 ], [ -73.900611, 40.905176 ], [ -73.900288, 40.90478 ], [ -73.900217, 40.90455 ], [ -73.900234, 40.904325 ], [ -73.900274, 40.904036 ], [ -73.900385, 40.903845 ], [ -73.90097, 40.903387 ], [ -73.90127, 40.903039 ], [ -73.901522, 40.90263 ], [ -73.901679, 40.902289 ], [ -73.901837, 40.901556 ], [ -73.901958, 40.901294 ], [ -73.903424, 40.901219 ], [ -73.90397, 40.901171 ], [ -73.90472, 40.900994 ], [ -73.90575, 40.90058 ], [ -73.906363, 40.900169 ], [ -73.906943, 40.899664 ], [ -73.907222, 40.899337 ], [ -73.907463, 40.899394 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005033800", "name": "Census Tract 338, Bronx County, New York", "total_population_17": 4350, "white_alone_17": 342.0, "black_alone_17": 1454.0, "native_alone_17": 52.0, "asian_alone_17": 335.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2168.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.339, "pct_black_alone_change": -12.001, "pct_native_alone_change": 0.883, "pct_asian_alone_change": 4.738, "pct_hispanic_or_latino_change": 13.508, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8684380", "INTPTLON": "-073.8658167" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867317, 40.866577 ], [ -73.867275, 40.86789 ], [ -73.867222, 40.869695 ], [ -73.867189, 40.870601 ], [ -73.867159, 40.871442 ], [ -73.866145, 40.871423 ], [ -73.865209, 40.871407 ], [ -73.864266, 40.871389 ], [ -73.864326, 40.869656 ], [ -73.864356, 40.86876 ], [ -73.864385, 40.867839 ], [ -73.864461, 40.865489 ], [ -73.8654, 40.865471 ], [ -73.866342, 40.865449 ], [ -73.86736, 40.865429 ], [ -73.867317, 40.866577 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005034000", "name": "Census Tract 340, Bronx County, New York", "total_population_17": 4984, "white_alone_17": 255.0, "black_alone_17": 1922.0, "native_alone_17": 116.0, "asian_alone_17": 91.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2422.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.934, "pct_black_alone_change": 2.6, "pct_native_alone_change": 2.144, "pct_asian_alone_change": -0.995, "pct_hispanic_or_latino_change": 1.578, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8684405", "INTPTLON": "-073.8629232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864385, 40.867839 ], [ -73.864356, 40.86876 ], [ -73.864326, 40.869656 ], [ -73.864266, 40.871389 ], [ -73.863332, 40.871375 ], [ -73.862392, 40.871357 ], [ -73.861379, 40.871336 ], [ -73.861433, 40.869603 ], [ -73.861498, 40.867782 ], [ -73.861503, 40.867552 ], [ -73.861542, 40.866154 ], [ -73.861562, 40.86555 ], [ -73.8621, 40.865537 ], [ -73.862371, 40.865531 ], [ -73.862577, 40.865527 ], [ -73.86352, 40.865508 ], [ -73.864461, 40.865489 ], [ -73.864385, 40.867839 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005034200", "name": "Census Tract 342, Bronx County, New York", "total_population_17": 2040, "white_alone_17": 125.0, "black_alone_17": 920.0, "native_alone_17": 65.0, "asian_alone_17": 70.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 895.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.289, "pct_black_alone_change": -6.239, "pct_native_alone_change": 2.664, "pct_asian_alone_change": 0.104, "pct_hispanic_or_latino_change": 14.062, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8684165", "INTPTLON": "-073.8600256" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861542, 40.866154 ], [ -73.861503, 40.867552 ], [ -73.861498, 40.867782 ], [ -73.861433, 40.869603 ], [ -73.861379, 40.871336 ], [ -73.860367, 40.871319 ], [ -73.859427, 40.871301 ], [ -73.858488, 40.871284 ], [ -73.858541, 40.869551 ], [ -73.858571, 40.868571 ], [ -73.858602, 40.867734 ], [ -73.858673, 40.865495 ], [ -73.859613, 40.865512 ], [ -73.860551, 40.86553 ], [ -73.861562, 40.86555 ], [ -73.861542, 40.866154 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005034300", "name": "Census Tract 343, Bronx County, New York", "total_population_17": 1609, "white_alone_17": 618.0, "black_alone_17": 297.0, "native_alone_17": 0.0, "asian_alone_17": 2.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 661.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.445, "pct_black_alone_change": 6.039, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -6.182, "pct_hispanic_or_latino_change": 19.616, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.9096703", "INTPTLON": "-073.8981740" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.899993, 40.912017 ], [ -73.899789, 40.912072 ], [ -73.899505, 40.911978 ], [ -73.898682, 40.911871 ], [ -73.89812, 40.911798 ], [ -73.897424, 40.911693 ], [ -73.89736, 40.911672 ], [ -73.897253, 40.911655 ], [ -73.896634, 40.911324 ], [ -73.896631, 40.911207 ], [ -73.896606, 40.910202 ], [ -73.896596, 40.909628 ], [ -73.896579, 40.908909 ], [ -73.896564, 40.908288 ], [ -73.896546, 40.907507 ], [ -73.897557, 40.907472 ], [ -73.898245, 40.907571 ], [ -73.898365, 40.907589 ], [ -73.8992, 40.907712 ], [ -73.899674, 40.907921 ], [ -73.900007, 40.908129 ], [ -73.899611, 40.909596 ], [ -73.899226, 40.911044 ], [ -73.900087, 40.911239 ], [ -73.899993, 40.912017 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005034400", "name": "Census Tract 344, Bronx County, New York", "total_population_17": 2207, "white_alone_17": 125.0, "black_alone_17": 772.0, "native_alone_17": 0.0, "asian_alone_17": 262.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 832.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.951, "pct_black_alone_change": -18.045, "pct_native_alone_change": -1.106, "pct_asian_alone_change": 7.837, "pct_hispanic_or_latino_change": 13.495, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8683644", "INTPTLON": "-073.8571317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858602, 40.867734 ], [ -73.858571, 40.868571 ], [ -73.858541, 40.869551 ], [ -73.858488, 40.871284 ], [ -73.857548, 40.871267 ], [ -73.856614, 40.87125 ], [ -73.85603, 40.871233 ], [ -73.855572, 40.871222 ], [ -73.85565, 40.869497 ], [ -73.855707, 40.867678 ], [ -73.855781, 40.86544 ], [ -73.856793, 40.86546 ], [ -73.857733, 40.865478 ], [ -73.858673, 40.865495 ], [ -73.858602, 40.867734 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005034500", "name": "Census Tract 345, Bronx County, New York", "total_population_17": 3591, "white_alone_17": 1827.0, "black_alone_17": 278.0, "native_alone_17": 0.0, "asian_alone_17": 561.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 893.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.683, "pct_black_alone_change": -2.375, "pct_native_alone_change": -0.229, "pct_asian_alone_change": 8.591, "pct_hispanic_or_latino_change": 3.891, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.9040602", "INTPTLON": "-073.8986900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901837, 40.901556 ], [ -73.901679, 40.902289 ], [ -73.901522, 40.90263 ], [ -73.90127, 40.903039 ], [ -73.90097, 40.903387 ], [ -73.900385, 40.903845 ], [ -73.900274, 40.904036 ], [ -73.900234, 40.904325 ], [ -73.900217, 40.90455 ], [ -73.900288, 40.90478 ], [ -73.900611, 40.905176 ], [ -73.900707, 40.905281 ], [ -73.900717, 40.905468 ], [ -73.900384, 40.906747 ], [ -73.900007, 40.908129 ], [ -73.899674, 40.907921 ], [ -73.8992, 40.907712 ], [ -73.898365, 40.907589 ], [ -73.898245, 40.907571 ], [ -73.897557, 40.907472 ], [ -73.896546, 40.907507 ], [ -73.896493, 40.906339 ], [ -73.896435, 40.905093 ], [ -73.896411, 40.904505 ], [ -73.896409, 40.902961 ], [ -73.896667, 40.902007 ], [ -73.896858, 40.901128 ], [ -73.896878, 40.901041 ], [ -73.896948, 40.900711 ], [ -73.896992, 40.9005 ], [ -73.897035, 40.900288 ], [ -73.897676, 40.900503 ], [ -73.89831, 40.900694 ], [ -73.899079, 40.900885 ], [ -73.899824, 40.901042 ], [ -73.900772, 40.901205 ], [ -73.901958, 40.901294 ], [ -73.901837, 40.901556 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005034800", "name": "Census Tract 348, Bronx County, New York", "total_population_17": 6776, "white_alone_17": 159.0, "black_alone_17": 3077.0, "native_alone_17": 0.0, "asian_alone_17": 172.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3250.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.114, "pct_black_alone_change": -11.392, "pct_native_alone_change": -0.317, "pct_asian_alone_change": 0.752, "pct_hispanic_or_latino_change": 15.448, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8694471", "INTPTLON": "-073.8530706" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.856551, 40.87303 ], [ -73.856513, 40.874218 ], [ -73.855518, 40.873904 ], [ -73.854508, 40.873581 ], [ -73.853637, 40.873301 ], [ -73.853576, 40.873276 ], [ -73.852657, 40.872992 ], [ -73.851662, 40.872685 ], [ -73.85079, 40.872397 ], [ -73.849877, 40.872102 ], [ -73.848597, 40.87167 ], [ -73.848914, 40.871566 ], [ -73.849927, 40.871329 ], [ -73.849961, 40.869392 ], [ -73.850003, 40.867575 ], [ -73.85006, 40.865736 ], [ -73.850084, 40.865335 ], [ -73.850389, 40.865339 ], [ -73.850828, 40.865346 ], [ -73.851016, 40.865349 ], [ -73.851955, 40.865371 ], [ -73.852891, 40.865388 ], [ -73.853828, 40.865405 ], [ -73.854768, 40.865424 ], [ -73.855781, 40.86544 ], [ -73.855707, 40.867678 ], [ -73.85565, 40.869497 ], [ -73.855572, 40.871222 ], [ -73.85603, 40.871233 ], [ -73.856614, 40.87125 ], [ -73.856551, 40.87303 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005035000", "name": "Census Tract 350, Bronx County, New York", "total_population_17": 1951, "white_alone_17": 58.0, "black_alone_17": 1193.0, "native_alone_17": 0.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 631.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.519, "pct_black_alone_change": -2.407, "pct_native_alone_change": -0.316, "pct_asian_alone_change": -0.283, "pct_hispanic_or_latino_change": 10.243, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8685221", "INTPTLON": "-073.8482552" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.85006, 40.865736 ], [ -73.850003, 40.867575 ], [ -73.849961, 40.869392 ], [ -73.849927, 40.871329 ], [ -73.848914, 40.871566 ], [ -73.848597, 40.87167 ], [ -73.847926, 40.871342 ], [ -73.847252, 40.870987 ], [ -73.846992, 40.870853 ], [ -73.846408, 40.870555 ], [ -73.84609, 40.87039 ], [ -73.845782, 40.870227 ], [ -73.845173, 40.869915 ], [ -73.846143, 40.868795 ], [ -73.847198, 40.867555 ], [ -73.847185, 40.865283 ], [ -73.848124, 40.8653 ], [ -73.849102, 40.865318 ], [ -73.849525, 40.865322 ], [ -73.849843, 40.865329 ], [ -73.850084, 40.865335 ], [ -73.85006, 40.865736 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005035100", "name": "Census Tract 351, Bronx County, New York", "total_population_17": 3628, "white_alone_17": 2066.0, "black_alone_17": 209.0, "native_alone_17": 20.0, "asian_alone_17": 209.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1074.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.412, "pct_black_alone_change": -5.736, "pct_native_alone_change": 0.224, "pct_asian_alone_change": -0.597, "pct_hispanic_or_latino_change": 8.599, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8950697", "INTPTLON": "-073.8999975" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905517, 40.893829 ], [ -73.905412, 40.894117 ], [ -73.905312, 40.894308 ], [ -73.905134, 40.894557 ], [ -73.904946, 40.894777 ], [ -73.904756, 40.89497 ], [ -73.904443, 40.895235 ], [ -73.904335, 40.895315 ], [ -73.904286, 40.895352 ], [ -73.903262, 40.895852 ], [ -73.902412, 40.896486 ], [ -73.902036, 40.897001 ], [ -73.901068, 40.898619 ], [ -73.901024, 40.898827 ], [ -73.901027, 40.89905 ], [ -73.90109, 40.89927 ], [ -73.901191, 40.899482 ], [ -73.90196, 40.900556 ], [ -73.901971, 40.90073 ], [ -73.90196, 40.901192 ], [ -73.901958, 40.901294 ], [ -73.900772, 40.901205 ], [ -73.899824, 40.901042 ], [ -73.899079, 40.900885 ], [ -73.89831, 40.900694 ], [ -73.897676, 40.900503 ], [ -73.897035, 40.900288 ], [ -73.897049, 40.900224 ], [ -73.897147, 40.899786 ], [ -73.897172, 40.899679 ], [ -73.897183, 40.899347 ], [ -73.897091, 40.898593 ], [ -73.896994, 40.897879 ], [ -73.896707, 40.895805 ], [ -73.896585, 40.895158 ], [ -73.896458, 40.893706 ], [ -73.896693, 40.893005 ], [ -73.897115, 40.892086 ], [ -73.897807, 40.890677 ], [ -73.89794, 40.89049 ], [ -73.898447, 40.890495 ], [ -73.899798, 40.889613 ], [ -73.899887, 40.889567 ], [ -73.900126, 40.889428 ], [ -73.900328, 40.889293 ], [ -73.900547, 40.889124 ], [ -73.9007, 40.888988 ], [ -73.900723, 40.888974 ], [ -73.900812, 40.888936 ], [ -73.900914, 40.888908 ], [ -73.901012, 40.888896 ], [ -73.901101, 40.888895 ], [ -73.901188, 40.888905 ], [ -73.901292, 40.88893 ], [ -73.901385, 40.888968 ], [ -73.901457, 40.88901 ], [ -73.901504, 40.88904 ], [ -73.901612, 40.889091 ], [ -73.901722, 40.889126 ], [ -73.901837, 40.889148 ], [ -73.901957, 40.889157 ], [ -73.902084, 40.88915 ], [ -73.902195, 40.88913 ], [ -73.9023, 40.889114 ], [ -73.90244, 40.889105 ], [ -73.90259, 40.889111 ], [ -73.902739, 40.889133 ], [ -73.902859, 40.889165 ], [ -73.902871, 40.889204 ], [ -73.902907, 40.889373 ], [ -73.902925, 40.889536 ], [ -73.902924, 40.889741 ], [ -73.902901, 40.889921 ], [ -73.902854, 40.890114 ], [ -73.902787, 40.890293 ], [ -73.902324, 40.891076 ], [ -73.901722, 40.892021 ], [ -73.90108, 40.893414 ], [ -73.901207, 40.89357 ], [ -73.901515, 40.893729 ], [ -73.901761, 40.893763 ], [ -73.902032, 40.893728 ], [ -73.902162, 40.893681 ], [ -73.902653, 40.893491 ], [ -73.902787, 40.893439 ], [ -73.903326, 40.893262 ], [ -73.903624, 40.893202 ], [ -73.903764, 40.893209 ], [ -73.90381, 40.893229 ], [ -73.903998, 40.893326 ], [ -73.904234, 40.893461 ], [ -73.904407, 40.893554 ], [ -73.904619, 40.893607 ], [ -73.904844, 40.89362 ], [ -73.905335, 40.893611 ], [ -73.905487, 40.893744 ], [ -73.905517, 40.893829 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005035600", "name": "Census Tract 356, Bronx County, New York", "total_population_17": 2400, "white_alone_17": 71.0, "black_alone_17": 1524.0, "native_alone_17": 23.0, "asian_alone_17": 169.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 509.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.735, "pct_black_alone_change": -10.559, "pct_native_alone_change": 0.76, "pct_asian_alone_change": 5.705, "pct_hispanic_or_latino_change": 2.891, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8668995", "INTPTLON": "-073.8360435" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.843586, 40.869088 ], [ -73.842635, 40.869414 ], [ -73.841566, 40.869761 ], [ -73.840734, 40.87003 ], [ -73.839902, 40.8703 ], [ -73.839068, 40.870569 ], [ -73.838235, 40.870839 ], [ -73.837402, 40.871109 ], [ -73.836557, 40.869352 ], [ -73.835658, 40.867513 ], [ -73.834818, 40.867781 ], [ -73.833912, 40.868076 ], [ -73.83316, 40.86832 ], [ -73.832565, 40.86729 ], [ -73.832049, 40.866392 ], [ -73.831763, 40.865919 ], [ -73.831459, 40.865678 ], [ -73.831223, 40.86536 ], [ -73.830905, 40.864848 ], [ -73.829809, 40.862583 ], [ -73.829594, 40.862173 ], [ -73.828372, 40.860947 ], [ -73.82903, 40.861441 ], [ -73.829344, 40.861733 ], [ -73.829647, 40.861913 ], [ -73.830062, 40.862047 ], [ -73.830917, 40.862225 ], [ -73.831602, 40.862628 ], [ -73.835907, 40.865077 ], [ -73.836431, 40.865356 ], [ -73.836971, 40.865643 ], [ -73.837844, 40.866099 ], [ -73.838752, 40.866572 ], [ -73.83922, 40.866821 ], [ -73.839743, 40.867088 ], [ -73.840644, 40.867554 ], [ -73.841224, 40.867858 ], [ -73.841934, 40.868229 ], [ -73.842406, 40.868475 ], [ -73.843157, 40.868863 ], [ -73.843586, 40.869088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005035800", "name": "Census Tract 358, Bronx County, New York", "total_population_17": 8115, "white_alone_17": 190.0, "black_alone_17": 5860.0, "native_alone_17": 187.0, "asian_alone_17": 174.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1616.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.189, "pct_black_alone_change": -12.651, "pct_native_alone_change": 2.131, "pct_asian_alone_change": 1.421, "pct_hispanic_or_latino_change": 8.551, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8739819", "INTPTLON": "-073.8425963" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.847298, 40.876733 ], [ -73.846368, 40.877035 ], [ -73.845461, 40.877347 ], [ -73.844794, 40.877882 ], [ -73.844101, 40.878444 ], [ -73.843415, 40.878989 ], [ -73.843241, 40.879109 ], [ -73.84255, 40.878817 ], [ -73.842395, 40.878751 ], [ -73.841141, 40.878216 ], [ -73.840988, 40.878147 ], [ -73.840196, 40.877787 ], [ -73.84018, 40.87778 ], [ -73.839591, 40.877515 ], [ -73.839438, 40.877446 ], [ -73.839277, 40.877388 ], [ -73.838732, 40.877193 ], [ -73.838148, 40.876954 ], [ -73.838411, 40.876868 ], [ -73.839248, 40.876619 ], [ -73.838355, 40.874922 ], [ -73.837461, 40.873223 ], [ -73.838292, 40.872951 ], [ -73.837402, 40.871109 ], [ -73.838235, 40.870839 ], [ -73.839068, 40.870569 ], [ -73.839902, 40.8703 ], [ -73.840734, 40.87003 ], [ -73.841566, 40.869761 ], [ -73.842635, 40.869414 ], [ -73.843586, 40.869088 ], [ -73.844231, 40.86942 ], [ -73.844421, 40.869523 ], [ -73.845173, 40.869915 ], [ -73.845782, 40.870227 ], [ -73.84609, 40.87039 ], [ -73.846011, 40.870501 ], [ -73.845996, 40.87056 ], [ -73.846103, 40.870762 ], [ -73.846891, 40.872218 ], [ -73.846022, 40.87249 ], [ -73.846923, 40.874154 ], [ -73.848166, 40.876452 ], [ -73.847298, 40.876733 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005035900", "name": "Census Tract 359, Bronx County, New York", "total_population_17": 2234, "white_alone_17": 0.0, "black_alone_17": 495.0, "native_alone_17": 7.0, "asian_alone_17": 56.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1683.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.966, "pct_black_alone_change": 1.504, "pct_native_alone_change": 0.239, "pct_asian_alone_change": 1.095, "pct_hispanic_or_latino_change": -0.89, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8402093", "INTPTLON": "-073.8833847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.88612, 40.840424 ], [ -73.886102, 40.840525 ], [ -73.886042, 40.840802 ], [ -73.885965, 40.841187 ], [ -73.885815, 40.84193 ], [ -73.88566, 40.84271 ], [ -73.885298, 40.842536 ], [ -73.884747, 40.842267 ], [ -73.883877, 40.841833 ], [ -73.882787, 40.841295 ], [ -73.881511, 40.840665 ], [ -73.880423, 40.840071 ], [ -73.880163, 40.839998 ], [ -73.880371, 40.839472 ], [ -73.880514, 40.839237 ], [ -73.881135, 40.838622 ], [ -73.88155, 40.838211 ], [ -73.881663, 40.838029 ], [ -73.88172, 40.837954 ], [ -73.882006, 40.83746 ], [ -73.882079, 40.837678 ], [ -73.882139, 40.837829 ], [ -73.88223, 40.837989 ], [ -73.882292, 40.838075 ], [ -73.882372, 40.838165 ], [ -73.882464, 40.838247 ], [ -73.882854, 40.838495 ], [ -73.88302, 40.838676 ], [ -73.882741, 40.838644 ], [ -73.88288, 40.838728 ], [ -73.882992, 40.838796 ], [ -73.883468, 40.839057 ], [ -73.884197, 40.839348 ], [ -73.884499, 40.839229 ], [ -73.884649, 40.839175 ], [ -73.885835, 40.839897 ], [ -73.886185, 40.840105 ], [ -73.88612, 40.840424 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036000", "name": "Census Tract 360, Bronx County, New York", "total_population_17": 2977, "white_alone_17": 327.0, "black_alone_17": 1243.0, "native_alone_17": 0.0, "asian_alone_17": 355.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 964.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.923, "pct_black_alone_change": 5.258, "pct_native_alone_change": -0.448, "pct_asian_alone_change": 7.993, "pct_hispanic_or_latino_change": 3.579, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8668405", "INTPTLON": "-073.8431182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.847198, 40.867555 ], [ -73.846143, 40.868795 ], [ -73.845173, 40.869915 ], [ -73.844421, 40.869523 ], [ -73.844231, 40.86942 ], [ -73.843586, 40.869088 ], [ -73.843157, 40.868863 ], [ -73.842406, 40.868475 ], [ -73.841934, 40.868229 ], [ -73.841224, 40.867858 ], [ -73.840644, 40.867554 ], [ -73.839743, 40.867088 ], [ -73.83922, 40.866821 ], [ -73.838752, 40.866572 ], [ -73.837844, 40.866099 ], [ -73.836971, 40.865643 ], [ -73.836989, 40.865095 ], [ -73.837927, 40.86511 ], [ -73.838864, 40.865127 ], [ -73.839803, 40.865145 ], [ -73.840747, 40.865162 ], [ -73.841686, 40.86518 ], [ -73.843354, 40.865211 ], [ -73.844366, 40.86523 ], [ -73.845305, 40.865248 ], [ -73.846247, 40.865266 ], [ -73.847185, 40.865283 ], [ -73.847198, 40.867555 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036100", "name": "Census Tract 361, Bronx County, New York", "total_population_17": 5794, "white_alone_17": 27.0, "black_alone_17": 1565.0, "native_alone_17": 0.0, "asian_alone_17": 3.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4199.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.107, "pct_black_alone_change": -3.086, "pct_native_alone_change": -0.159, "pct_asian_alone_change": -0.68, "pct_hispanic_or_latino_change": 4.654, "pct_native_hawaiian_pacific_islander_change": -0.048, "INTPTLAT": "+40.8422604", "INTPTLON": "-073.8795761" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882065, 40.842121 ], [ -73.881416, 40.842847 ], [ -73.880461, 40.843909 ], [ -73.879761, 40.844681 ], [ -73.879194, 40.845321 ], [ -73.878007, 40.844484 ], [ -73.877314, 40.844007 ], [ -73.878171, 40.842625 ], [ -73.877456, 40.842398 ], [ -73.876856, 40.84223 ], [ -73.87776, 40.840936 ], [ -73.878364, 40.839997 ], [ -73.87866, 40.84002 ], [ -73.87973, 40.840042 ], [ -73.880163, 40.839998 ], [ -73.880423, 40.840071 ], [ -73.881511, 40.840665 ], [ -73.882787, 40.841295 ], [ -73.882065, 40.842121 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036300", "name": "Census Tract 363, Bronx County, New York", "total_population_17": 8121, "white_alone_17": 152.0, "black_alone_17": 1412.0, "native_alone_17": 30.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 23.0, "hispanic_or_latino_17": 6480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.837, "pct_black_alone_change": -2.534, "pct_native_alone_change": 0.095, "pct_asian_alone_change": -0.289, "pct_hispanic_or_latino_change": 1.434, "pct_native_hawaiian_pacific_islander_change": 0.237, "INTPTLAT": "+40.8445438", "INTPTLON": "-073.8827576" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885454, 40.843767 ], [ -73.885292, 40.844608 ], [ -73.885192, 40.845195 ], [ -73.884465, 40.845985 ], [ -73.88379, 40.846783 ], [ -73.883445, 40.847153 ], [ -73.883301, 40.847454 ], [ -73.883216, 40.847768 ], [ -73.883109, 40.848273 ], [ -73.882781, 40.84807 ], [ -73.882844, 40.847818 ], [ -73.881998, 40.847235 ], [ -73.881056, 40.846594 ], [ -73.880477, 40.846197 ], [ -73.879194, 40.845321 ], [ -73.879761, 40.844681 ], [ -73.880461, 40.843909 ], [ -73.881416, 40.842847 ], [ -73.882065, 40.842121 ], [ -73.882787, 40.841295 ], [ -73.883877, 40.841833 ], [ -73.884747, 40.842267 ], [ -73.885298, 40.842536 ], [ -73.88566, 40.84271 ], [ -73.885454, 40.843767 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036400", "name": "Census Tract 364, Bronx County, New York", "total_population_17": 2474, "white_alone_17": 0.0, "black_alone_17": 1998.0, "native_alone_17": 101.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 328.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.815, "pct_black_alone_change": -11.274, "pct_native_alone_change": 3.86, "pct_asian_alone_change": -0.63, "pct_hispanic_or_latino_change": 7.33, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8736167", "INTPTLON": "-073.8492139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853637, 40.873301 ], [ -73.85278, 40.873953 ], [ -73.852155, 40.874434 ], [ -73.852065, 40.874504 ], [ -73.851432, 40.874987 ], [ -73.851201, 40.875154 ], [ -73.850689, 40.875487 ], [ -73.849884, 40.875875 ], [ -73.849029, 40.876173 ], [ -73.848166, 40.876452 ], [ -73.846923, 40.874154 ], [ -73.846022, 40.87249 ], [ -73.846891, 40.872218 ], [ -73.846103, 40.870762 ], [ -73.845996, 40.87056 ], [ -73.846011, 40.870501 ], [ -73.84609, 40.87039 ], [ -73.846408, 40.870555 ], [ -73.846992, 40.870853 ], [ -73.847252, 40.870987 ], [ -73.847926, 40.871342 ], [ -73.848597, 40.87167 ], [ -73.849877, 40.872102 ], [ -73.85079, 40.872397 ], [ -73.851662, 40.872685 ], [ -73.852657, 40.872992 ], [ -73.853576, 40.873276 ], [ -73.853637, 40.873301 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036501", "name": "Census Tract 365.01, Bronx County, New York", "total_population_17": 4079, "white_alone_17": 12.0, "black_alone_17": 1654.0, "native_alone_17": 13.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2371.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.349, "pct_black_alone_change": -8.238, "pct_native_alone_change": -0.207, "pct_asian_alone_change": -0.322, "pct_hispanic_or_latino_change": 8.755, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.8454083", "INTPTLON": "-073.8857769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.888319, 40.845179 ], [ -73.887695, 40.844867 ], [ -73.887233, 40.844636 ], [ -73.886746, 40.845204 ], [ -73.885608, 40.846457 ], [ -73.885603, 40.846543 ], [ -73.884924, 40.84734 ], [ -73.883778, 40.848682 ], [ -73.883109, 40.848273 ], [ -73.883216, 40.847768 ], [ -73.883301, 40.847454 ], [ -73.883445, 40.847153 ], [ -73.88379, 40.846783 ], [ -73.884465, 40.845985 ], [ -73.885192, 40.845195 ], [ -73.885292, 40.844608 ], [ -73.885454, 40.843767 ], [ -73.88566, 40.84271 ], [ -73.886843, 40.843298 ], [ -73.887921, 40.84383 ], [ -73.889017, 40.84437 ], [ -73.888319, 40.845179 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036502", "name": "Census Tract 365.02, Bronx County, New York", "total_population_17": 2182, "white_alone_17": 75.0, "black_alone_17": 468.0, "native_alone_17": 15.0, "asian_alone_17": 50.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1589.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.098, "pct_black_alone_change": -11.067, "pct_native_alone_change": 0.631, "pct_asian_alone_change": 2.179, "pct_hispanic_or_latino_change": 7.012, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8423877", "INTPTLON": "-073.8878255" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890425, 40.842741 ], [ -73.890342, 40.842831 ], [ -73.890036, 40.843195 ], [ -73.889552, 40.843771 ], [ -73.889017, 40.84437 ], [ -73.887921, 40.84383 ], [ -73.886843, 40.843298 ], [ -73.88566, 40.84271 ], [ -73.885815, 40.84193 ], [ -73.885965, 40.841187 ], [ -73.886042, 40.840802 ], [ -73.886102, 40.840525 ], [ -73.88612, 40.840424 ], [ -73.886185, 40.840105 ], [ -73.886729, 40.840431 ], [ -73.887245, 40.840737 ], [ -73.887799, 40.841062 ], [ -73.888014, 40.841188 ], [ -73.88823, 40.841313 ], [ -73.888523, 40.841483 ], [ -73.890554, 40.842678 ], [ -73.890425, 40.842741 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036700", "name": "Census Tract 367, Bronx County, New York", "total_population_17": 2592, "white_alone_17": 40.0, "black_alone_17": 708.0, "native_alone_17": 2.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1829.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.076, "pct_black_alone_change": -9.617, "pct_native_alone_change": -0.193, "pct_asian_alone_change": -0.135, "pct_hispanic_or_latino_change": 9.789, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8407640", "INTPTLON": "-073.8893107" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891502, 40.841699 ], [ -73.890554, 40.842678 ], [ -73.888523, 40.841483 ], [ -73.88823, 40.841313 ], [ -73.888014, 40.841188 ], [ -73.887799, 40.841062 ], [ -73.887245, 40.840737 ], [ -73.886729, 40.840431 ], [ -73.886185, 40.840105 ], [ -73.886598, 40.839279 ], [ -73.887543, 40.839641 ], [ -73.888138, 40.839862 ], [ -73.888691, 40.839158 ], [ -73.890174, 40.839874 ], [ -73.892169, 40.84105 ], [ -73.891502, 40.841699 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036800", "name": "Census Tract 368, Bronx County, New York", "total_population_17": 2152, "white_alone_17": 42.0, "black_alone_17": 1617.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 493.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.745, "pct_black_alone_change": -8.864, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -2.231, "pct_hispanic_or_latino_change": 13.285, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8753072", "INTPTLON": "-073.8559420" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860077, 40.876278 ], [ -73.859959, 40.876489 ], [ -73.859752, 40.876861 ], [ -73.859242, 40.876858 ], [ -73.857348, 40.876784 ], [ -73.856877, 40.876766 ], [ -73.856782, 40.876926 ], [ -73.854446, 40.876183 ], [ -73.852621, 40.875602 ], [ -73.851201, 40.875154 ], [ -73.851432, 40.874987 ], [ -73.852065, 40.874504 ], [ -73.852155, 40.874434 ], [ -73.85278, 40.873953 ], [ -73.853637, 40.873301 ], [ -73.854508, 40.873581 ], [ -73.855518, 40.873904 ], [ -73.856513, 40.874218 ], [ -73.857442, 40.874514 ], [ -73.858029, 40.874704 ], [ -73.858915, 40.874985 ], [ -73.860512, 40.875494 ], [ -73.860077, 40.876278 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036901", "name": "Census Tract 369.01, Bronx County, New York", "total_population_17": 2259, "white_alone_17": 4.0, "black_alone_17": 450.0, "native_alone_17": 6.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1793.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.594, "pct_black_alone_change": -7.466, "pct_native_alone_change": -0.327, "pct_asian_alone_change": -0.296, "pct_hispanic_or_latino_change": 8.95, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8443568", "INTPTLON": "-073.8918829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894673, 40.843915 ], [ -73.893985, 40.844704 ], [ -73.893567, 40.845138 ], [ -73.893398, 40.845403 ], [ -73.89322, 40.845808 ], [ -73.892901, 40.846269 ], [ -73.892237, 40.845966 ], [ -73.891998, 40.845839 ], [ -73.891784, 40.845735 ], [ -73.891125, 40.84541 ], [ -73.890095, 40.844902 ], [ -73.889017, 40.84437 ], [ -73.889552, 40.843771 ], [ -73.890036, 40.843195 ], [ -73.890342, 40.842831 ], [ -73.890425, 40.842741 ], [ -73.890554, 40.842678 ], [ -73.89162, 40.843214 ], [ -73.892907, 40.843416 ], [ -73.894116, 40.84354 ], [ -73.894809, 40.843761 ], [ -73.894673, 40.843915 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005036902", "name": "Census Tract 369.02, Bronx County, New York", "total_population_17": 2150, "white_alone_17": 20.0, "black_alone_17": 807.0, "native_alone_17": 37.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1323.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.33, "pct_black_alone_change": -8.709, "pct_native_alone_change": 1.581, "pct_asian_alone_change": -0.14, "pct_hispanic_or_latino_change": 9.412, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8425596", "INTPTLON": "-073.8929199" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894894, 40.843636 ], [ -73.894809, 40.843761 ], [ -73.894116, 40.84354 ], [ -73.892907, 40.843416 ], [ -73.89162, 40.843214 ], [ -73.890554, 40.842678 ], [ -73.891502, 40.841699 ], [ -73.892169, 40.84105 ], [ -73.893171, 40.841638 ], [ -73.894101, 40.84219 ], [ -73.895367, 40.842895 ], [ -73.894894, 40.843636 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037000", "name": "Census Tract 370, Bronx County, New York", "total_population_17": 2307, "white_alone_17": 88.0, "black_alone_17": 1588.0, "native_alone_17": 0.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 568.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.019, "pct_black_alone_change": -6.641, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.166, "pct_hispanic_or_latino_change": 10.639, "pct_native_hawaiian_pacific_islander_change": -0.045, "INTPTLAT": "+40.8730921", "INTPTLON": "-073.8590214" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861365, 40.871819 ], [ -73.861345, 40.872525 ], [ -73.861321, 40.873123 ], [ -73.861306, 40.873673 ], [ -73.861135, 40.874477 ], [ -73.860512, 40.875494 ], [ -73.858915, 40.874985 ], [ -73.858029, 40.874704 ], [ -73.857442, 40.874514 ], [ -73.856513, 40.874218 ], [ -73.856551, 40.87303 ], [ -73.856614, 40.87125 ], [ -73.857548, 40.871267 ], [ -73.858488, 40.871284 ], [ -73.859427, 40.871301 ], [ -73.860367, 40.871319 ], [ -73.861379, 40.871336 ], [ -73.861365, 40.871819 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037100", "name": "Census Tract 371, Bronx County, New York", "total_population_17": 4308, "white_alone_17": 90.0, "black_alone_17": 1668.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2427.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.835, "pct_black_alone_change": -1.931, "pct_native_alone_change": -0.093, "pct_asian_alone_change": 0.092, "pct_hispanic_or_latino_change": -1.038, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.8472204", "INTPTLON": "-073.8873781" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890436, 40.846227 ], [ -73.889965, 40.846793 ], [ -73.88947, 40.847384 ], [ -73.888837, 40.848134 ], [ -73.888155, 40.848929 ], [ -73.886436, 40.850309 ], [ -73.885815, 40.849931 ], [ -73.884802, 40.849309 ], [ -73.884557, 40.849159 ], [ -73.883778, 40.848682 ], [ -73.884924, 40.84734 ], [ -73.885603, 40.846543 ], [ -73.885608, 40.846457 ], [ -73.886746, 40.845204 ], [ -73.887233, 40.844636 ], [ -73.887695, 40.844867 ], [ -73.888319, 40.845179 ], [ -73.889017, 40.84437 ], [ -73.890095, 40.844902 ], [ -73.891125, 40.84541 ], [ -73.890436, 40.846227 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037200", "name": "Census Tract 372, Bronx County, New York", "total_population_17": 2083, "white_alone_17": 27.0, "black_alone_17": 1265.0, "native_alone_17": 0.0, "asian_alone_17": 51.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 602.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.62, "pct_black_alone_change": 3.489, "pct_native_alone_change": -0.504, "pct_asian_alone_change": -1.722, "pct_hispanic_or_latino_change": 3.053, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8738025", "INTPTLON": "-073.8632803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866169, 40.873335 ], [ -73.866111, 40.873392 ], [ -73.866025, 40.873448 ], [ -73.86594, 40.873485 ], [ -73.865831, 40.87351 ], [ -73.865726, 40.873518 ], [ -73.86561, 40.873507 ], [ -73.865513, 40.873481 ], [ -73.86542, 40.873439 ], [ -73.865345, 40.873387 ], [ -73.865294, 40.873335 ], [ -73.865123, 40.874102 ], [ -73.864975, 40.87493 ], [ -73.86462, 40.876804 ], [ -73.86424, 40.876684 ], [ -73.863379, 40.876411 ], [ -73.86213, 40.876011 ], [ -73.861161, 40.875701 ], [ -73.860512, 40.875494 ], [ -73.861135, 40.874477 ], [ -73.861306, 40.873673 ], [ -73.861321, 40.873123 ], [ -73.861345, 40.872525 ], [ -73.861365, 40.871819 ], [ -73.861379, 40.871336 ], [ -73.862392, 40.871357 ], [ -73.863332, 40.871375 ], [ -73.864266, 40.871389 ], [ -73.865209, 40.871407 ], [ -73.865178, 40.872331 ], [ -73.866137, 40.872884 ], [ -73.866297, 40.873212 ], [ -73.866169, 40.873335 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037300", "name": "Census Tract 373, Bronx County, New York", "total_population_17": 5858, "white_alone_17": 138.0, "black_alone_17": 2100.0, "native_alone_17": 72.0, "asian_alone_17": 2.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3583.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.397, "pct_black_alone_change": -0.315, "pct_native_alone_change": 1.005, "pct_asian_alone_change": -0.068, "pct_hispanic_or_latino_change": 0.082, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8486733", "INTPTLON": "-073.8901415" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89304, 40.846971 ], [ -73.892421, 40.848003 ], [ -73.891544, 40.849467 ], [ -73.890936, 40.850477 ], [ -73.8899, 40.849869 ], [ -73.889332, 40.850832 ], [ -73.890499, 40.851224 ], [ -73.889971, 40.852103 ], [ -73.889879, 40.85207 ], [ -73.889518, 40.851803 ], [ -73.888953, 40.851441 ], [ -73.888782, 40.851341 ], [ -73.888032, 40.850997 ], [ -73.887518, 40.850949 ], [ -73.886436, 40.850309 ], [ -73.888155, 40.848929 ], [ -73.888837, 40.848134 ], [ -73.88947, 40.847384 ], [ -73.889965, 40.846793 ], [ -73.890436, 40.846227 ], [ -73.891125, 40.84541 ], [ -73.891784, 40.845735 ], [ -73.891998, 40.845839 ], [ -73.892237, 40.845966 ], [ -73.892901, 40.846269 ], [ -73.893374, 40.846401 ], [ -73.89304, 40.846971 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037400", "name": "Census Tract 374, Bronx County, New York", "total_population_17": 3904, "white_alone_17": 66.0, "black_alone_17": 2032.0, "native_alone_17": 0.0, "asian_alone_17": 147.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1604.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.907, "pct_black_alone_change": -4.046, "pct_native_alone_change": -0.227, "pct_asian_alone_change": 0.639, "pct_hispanic_or_latino_change": 6.502, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.8745379", "INTPTLON": "-073.8666711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.868208, 40.873235 ], [ -73.86813, 40.875305 ], [ -73.868077, 40.877145 ], [ -73.868068, 40.877368 ], [ -73.86805, 40.877799 ], [ -73.867654, 40.877703 ], [ -73.867375, 40.877634 ], [ -73.867061, 40.877558 ], [ -73.866874, 40.877513 ], [ -73.866271, 40.877327 ], [ -73.865518, 40.877089 ], [ -73.864715, 40.876835 ], [ -73.86462, 40.876804 ], [ -73.864975, 40.87493 ], [ -73.865123, 40.874102 ], [ -73.865294, 40.873335 ], [ -73.865345, 40.873387 ], [ -73.86542, 40.873439 ], [ -73.865513, 40.873481 ], [ -73.86561, 40.873507 ], [ -73.865726, 40.873518 ], [ -73.865831, 40.87351 ], [ -73.86594, 40.873485 ], [ -73.866025, 40.873448 ], [ -73.866111, 40.873392 ], [ -73.866169, 40.873335 ], [ -73.866297, 40.873212 ], [ -73.866137, 40.872884 ], [ -73.865178, 40.872331 ], [ -73.865209, 40.871407 ], [ -73.866145, 40.871423 ], [ -73.867159, 40.871442 ], [ -73.868258, 40.871462 ], [ -73.868208, 40.873235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037504", "name": "Census Tract 375.04, Bronx County, New York", "total_population_17": 3470, "white_alone_17": 72.0, "black_alone_17": 1176.0, "native_alone_17": 14.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2146.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.416, "pct_black_alone_change": 4.437, "pct_native_alone_change": 0.213, "pct_asian_alone_change": 0.456, "pct_hispanic_or_latino_change": -0.908, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.8503062", "INTPTLON": "-073.8926690" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896118, 40.846779 ], [ -73.89557, 40.847802 ], [ -73.894946, 40.849104 ], [ -73.894073, 40.850713 ], [ -73.894788, 40.851082 ], [ -73.894318, 40.851891 ], [ -73.893071, 40.85325 ], [ -73.892167, 40.85277 ], [ -73.891675, 40.853292 ], [ -73.890902, 40.854117 ], [ -73.890389, 40.854689 ], [ -73.89003, 40.854221 ], [ -73.889718, 40.853751 ], [ -73.889622, 40.853595 ], [ -73.889607, 40.853238 ], [ -73.88994, 40.852591 ], [ -73.889879, 40.85207 ], [ -73.889971, 40.852103 ], [ -73.890499, 40.851224 ], [ -73.889332, 40.850832 ], [ -73.8899, 40.849869 ], [ -73.890936, 40.850477 ], [ -73.891544, 40.849467 ], [ -73.892421, 40.848003 ], [ -73.89304, 40.846971 ], [ -73.893374, 40.846401 ], [ -73.893844, 40.846489 ], [ -73.894336, 40.846487 ], [ -73.895359, 40.846518 ], [ -73.896177, 40.846659 ], [ -73.896118, 40.846779 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037600", "name": "Census Tract 376, Bronx County, New York", "total_population_17": 2257, "white_alone_17": 111.0, "black_alone_17": 852.0, "native_alone_17": 16.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1225.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.36, "pct_black_alone_change": -22.034, "pct_native_alone_change": 0.567, "pct_asian_alone_change": 1.087, "pct_hispanic_or_latino_change": 23.888, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8745386", "INTPTLON": "-073.8692050" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870377, 40.873285 ], [ -73.870313, 40.875341 ], [ -73.870265, 40.875637 ], [ -73.870029, 40.87649 ], [ -73.869421, 40.877987 ], [ -73.869435, 40.878129 ], [ -73.868485, 40.877903 ], [ -73.86805, 40.877799 ], [ -73.868068, 40.877368 ], [ -73.868077, 40.877145 ], [ -73.86813, 40.875305 ], [ -73.868208, 40.873235 ], [ -73.868258, 40.871462 ], [ -73.869351, 40.871483 ], [ -73.870562, 40.871511 ], [ -73.870377, 40.873285 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037800", "name": "Census Tract 378, Bronx County, New York", "total_population_17": 3260, "white_alone_17": 92.0, "black_alone_17": 1923.0, "native_alone_17": 0.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1220.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.366, "pct_black_alone_change": -1.549, "pct_native_alone_change": -0.286, "pct_asian_alone_change": -0.95, "pct_hispanic_or_latino_change": 5.974, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8797827", "INTPTLON": "-073.8666133" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86931, 40.878428 ], [ -73.869224, 40.878524 ], [ -73.868846, 40.878586 ], [ -73.868119, 40.880062 ], [ -73.867053, 40.882255 ], [ -73.866201, 40.882014 ], [ -73.865347, 40.881784 ], [ -73.864263, 40.881523 ], [ -73.86395, 40.881434 ], [ -73.864466, 40.880545 ], [ -73.86492, 40.879793 ], [ -73.865176, 40.879277 ], [ -73.865237, 40.879148 ], [ -73.865587, 40.878527 ], [ -73.865952, 40.877879 ], [ -73.866271, 40.877327 ], [ -73.866874, 40.877513 ], [ -73.867061, 40.877558 ], [ -73.867375, 40.877634 ], [ -73.867654, 40.877703 ], [ -73.86805, 40.877799 ], [ -73.868485, 40.877903 ], [ -73.869435, 40.878129 ], [ -73.86931, 40.878428 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005037900", "name": "Census Tract 379, Bronx County, New York", "total_population_17": 5360, "white_alone_17": 58.0, "black_alone_17": 2595.0, "native_alone_17": 10.0, "asian_alone_17": 122.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2452.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.054, "pct_black_alone_change": 1.687, "pct_native_alone_change": -0.564, "pct_asian_alone_change": 1.445, "pct_hispanic_or_latino_change": -4.205, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8515742", "INTPTLON": "-073.8987777" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902102, 40.848319 ], [ -73.90194, 40.848199 ], [ -73.901798, 40.848153 ], [ -73.901667, 40.848112 ], [ -73.901489, 40.848109 ], [ -73.900949, 40.848425 ], [ -73.900986, 40.848721 ], [ -73.900884, 40.84941 ], [ -73.900694, 40.850253 ], [ -73.900462, 40.851012 ], [ -73.900003, 40.852517 ], [ -73.899317, 40.85407 ], [ -73.898776, 40.855364 ], [ -73.898165, 40.855146 ], [ -73.898635, 40.853907 ], [ -73.898311, 40.854061 ], [ -73.897388, 40.854906 ], [ -73.897099, 40.855172 ], [ -73.89644, 40.854908 ], [ -73.895609, 40.854571 ], [ -73.896624, 40.852787 ], [ -73.897087, 40.851969 ], [ -73.898086, 40.850213 ], [ -73.898875, 40.848812 ], [ -73.899671, 40.847438 ], [ -73.900963, 40.847697 ], [ -73.901661, 40.847746 ], [ -73.901955, 40.848059 ], [ -73.902025, 40.848183 ], [ -73.902102, 40.848319 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038000", "name": "Census Tract 380, Bronx County, New York", "total_population_17": 5225, "white_alone_17": 67.0, "black_alone_17": 3614.0, "native_alone_17": 0.0, "asian_alone_17": 122.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1347.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.045, "pct_black_alone_change": -13.339, "pct_native_alone_change": -0.179, "pct_asian_alone_change": 1.542, "pct_hispanic_or_latino_change": 11.995, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8780880", "INTPTLON": "-073.8624172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.865952, 40.877879 ], [ -73.865587, 40.878527 ], [ -73.865237, 40.879148 ], [ -73.865176, 40.879277 ], [ -73.86492, 40.879793 ], [ -73.864466, 40.880545 ], [ -73.863249, 40.880242 ], [ -73.86148, 40.879818 ], [ -73.8586, 40.878954 ], [ -73.858924, 40.878366 ], [ -73.859278, 40.877728 ], [ -73.859752, 40.876861 ], [ -73.859959, 40.876489 ], [ -73.860077, 40.876278 ], [ -73.860512, 40.875494 ], [ -73.861161, 40.875701 ], [ -73.86213, 40.876011 ], [ -73.863379, 40.876411 ], [ -73.86424, 40.876684 ], [ -73.86462, 40.876804 ], [ -73.864715, 40.876835 ], [ -73.865518, 40.877089 ], [ -73.866271, 40.877327 ], [ -73.865952, 40.877879 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038100", "name": "Census Tract 381, Bronx County, New York", "total_population_17": 7175, "white_alone_17": 40.0, "black_alone_17": 1998.0, "native_alone_17": 0.0, "asian_alone_17": 74.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4884.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.494, "pct_black_alone_change": 6.222, "pct_native_alone_change": -0.969, "pct_asian_alone_change": -3.023, "pct_hispanic_or_latino_change": -1.697, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8520113", "INTPTLON": "-073.9011562" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90303, 40.849402 ], [ -73.902801, 40.850066 ], [ -73.902822, 40.850733 ], [ -73.902879, 40.851398 ], [ -73.902861, 40.851724 ], [ -73.90279, 40.851799 ], [ -73.902729, 40.851874 ], [ -73.901696, 40.853142 ], [ -73.901247, 40.854477 ], [ -73.900965, 40.855521 ], [ -73.900852, 40.855937 ], [ -73.900779, 40.856047 ], [ -73.900617, 40.855992 ], [ -73.899672, 40.855669 ], [ -73.898776, 40.855364 ], [ -73.899317, 40.85407 ], [ -73.900003, 40.852517 ], [ -73.900462, 40.851012 ], [ -73.900694, 40.850253 ], [ -73.900884, 40.84941 ], [ -73.900986, 40.848721 ], [ -73.900949, 40.848425 ], [ -73.901489, 40.848109 ], [ -73.901667, 40.848112 ], [ -73.901798, 40.848153 ], [ -73.90194, 40.848199 ], [ -73.902102, 40.848319 ], [ -73.902125, 40.84836 ], [ -73.90225, 40.84845 ], [ -73.9024, 40.848515 ], [ -73.903281, 40.848692 ], [ -73.90303, 40.849402 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038200", "name": "Census Tract 382, Bronx County, New York", "total_population_17": 2814, "white_alone_17": 48.0, "black_alone_17": 2073.0, "native_alone_17": 0.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 640.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.791, "pct_black_alone_change": -8.994, "pct_native_alone_change": -0.156, "pct_asian_alone_change": 0.606, "pct_hispanic_or_latino_change": 10.201, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8773120", "INTPTLON": "-073.8547394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.859278, 40.877728 ], [ -73.858924, 40.878366 ], [ -73.8586, 40.878954 ], [ -73.856078, 40.878211 ], [ -73.853738, 40.877462 ], [ -73.853383, 40.878103 ], [ -73.853195, 40.878395 ], [ -73.852939, 40.87878 ], [ -73.852483, 40.879463 ], [ -73.852197, 40.879357 ], [ -73.851865, 40.879059 ], [ -73.851384, 40.878476 ], [ -73.850919, 40.877893 ], [ -73.852112, 40.877298 ], [ -73.852548, 40.877092 ], [ -73.851723, 40.876844 ], [ -73.850932, 40.87583 ], [ -73.850689, 40.875487 ], [ -73.851201, 40.875154 ], [ -73.852621, 40.875602 ], [ -73.854446, 40.876183 ], [ -73.856782, 40.876926 ], [ -73.856877, 40.876766 ], [ -73.857348, 40.876784 ], [ -73.859242, 40.876858 ], [ -73.859752, 40.876861 ], [ -73.859278, 40.877728 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038301", "name": "Census Tract 383.01, Bronx County, New York", "total_population_17": 4842, "white_alone_17": 65.0, "black_alone_17": 1190.0, "native_alone_17": 9.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3509.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.244, "pct_black_alone_change": -12.657, "pct_native_alone_change": -0.464, "pct_asian_alone_change": -1.068, "pct_hispanic_or_latino_change": 13.92, "pct_native_hawaiian_pacific_islander_change": -0.01, "INTPTLAT": "+40.8572074", "INTPTLON": "-073.8985210" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900779, 40.856047 ], [ -73.899949, 40.85742 ], [ -73.899204, 40.858675 ], [ -73.898832, 40.859305 ], [ -73.89868, 40.859255 ], [ -73.898223, 40.859105 ], [ -73.897358, 40.858763 ], [ -73.896363, 40.858376 ], [ -73.896997, 40.85712 ], [ -73.897307, 40.85651 ], [ -73.897364, 40.856419 ], [ -73.897516, 40.856183 ], [ -73.898078, 40.855288 ], [ -73.898165, 40.855146 ], [ -73.898776, 40.855364 ], [ -73.899672, 40.855669 ], [ -73.900617, 40.855992 ], [ -73.900779, 40.856047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038302", "name": "Census Tract 383.02, Bronx County, New York", "total_population_17": 6034, "white_alone_17": 39.0, "black_alone_17": 2474.0, "native_alone_17": 8.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3456.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.94, "pct_black_alone_change": 3.767, "pct_native_alone_change": -0.517, "pct_asian_alone_change": -1.192, "pct_hispanic_or_latino_change": -1.275, "pct_native_hawaiian_pacific_islander_change": -0.01, "INTPTLAT": "+40.8574543", "INTPTLON": "-073.8950057" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.898635, 40.853907 ], [ -73.898165, 40.855146 ], [ -73.898078, 40.855288 ], [ -73.897516, 40.856183 ], [ -73.897364, 40.856419 ], [ -73.897307, 40.85651 ], [ -73.896997, 40.85712 ], [ -73.896363, 40.858376 ], [ -73.89574, 40.858139 ], [ -73.894694, 40.859426 ], [ -73.893808, 40.858942 ], [ -73.893215, 40.859874 ], [ -73.892563, 40.860523 ], [ -73.892428, 40.860657 ], [ -73.891447, 40.861634 ], [ -73.890887, 40.861345 ], [ -73.891048, 40.861146 ], [ -73.891744, 40.860177 ], [ -73.892257, 40.85941 ], [ -73.892993, 40.858386 ], [ -73.894414, 40.856434 ], [ -73.894776, 40.85593 ], [ -73.895609, 40.854571 ], [ -73.89644, 40.854908 ], [ -73.897099, 40.855172 ], [ -73.897388, 40.854906 ], [ -73.898311, 40.854061 ], [ -73.898635, 40.853907 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038500", "name": "Census Tract 385, Bronx County, New York", "total_population_17": 4757, "white_alone_17": 43.0, "black_alone_17": 1530.0, "native_alone_17": 26.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3111.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.405, "pct_black_alone_change": 6.445, "pct_native_alone_change": 0.252, "pct_asian_alone_change": -0.319, "pct_hispanic_or_latino_change": -5.42, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8561826", "INTPTLON": "-073.8925056" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.895609, 40.854571 ], [ -73.894776, 40.85593 ], [ -73.894414, 40.856434 ], [ -73.892993, 40.858386 ], [ -73.892257, 40.85941 ], [ -73.891744, 40.860177 ], [ -73.891048, 40.861146 ], [ -73.890887, 40.861345 ], [ -73.890695, 40.861251 ], [ -73.890329, 40.861271 ], [ -73.890438, 40.861119 ], [ -73.891167, 40.860105 ], [ -73.891125, 40.85887 ], [ -73.89112, 40.858659 ], [ -73.891111, 40.858385 ], [ -73.891113, 40.857851 ], [ -73.891106, 40.857427 ], [ -73.891097, 40.85678 ], [ -73.891087, 40.856598 ], [ -73.890803, 40.855794 ], [ -73.890587, 40.85544 ], [ -73.890443, 40.855047 ], [ -73.890389, 40.854689 ], [ -73.890902, 40.854117 ], [ -73.891675, 40.853292 ], [ -73.892167, 40.85277 ], [ -73.893071, 40.85325 ], [ -73.893713, 40.853595 ], [ -73.894205, 40.853855 ], [ -73.893984, 40.854247 ], [ -73.895149, 40.854629 ], [ -73.895417, 40.85458 ], [ -73.895609, 40.854571 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038600", "name": "Census Tract 386, Bronx County, New York", "total_population_17": 8408, "white_alone_17": 69.0, "black_alone_17": 6792.0, "native_alone_17": 0.0, "asian_alone_17": 802.0, "native_hawaiian_pacific_islander_17": 105.0, "hispanic_or_latino_17": 523.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.962, "pct_black_alone_change": -5.251, "pct_native_alone_change": -0.197, "pct_asian_alone_change": 9.16, "pct_hispanic_or_latino_change": -5.194, "pct_native_hawaiian_pacific_islander_change": 1.249, "INTPTLAT": "+40.8796354", "INTPTLON": "-073.8484001" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852112, 40.877298 ], [ -73.850919, 40.877893 ], [ -73.851384, 40.878476 ], [ -73.851865, 40.879059 ], [ -73.852197, 40.879357 ], [ -73.852483, 40.879463 ], [ -73.852033, 40.88014 ], [ -73.851567, 40.880825 ], [ -73.851106, 40.881509 ], [ -73.850651, 40.882192 ], [ -73.850496, 40.882424 ], [ -73.850201, 40.88287 ], [ -73.849735, 40.883555 ], [ -73.849278, 40.884242 ], [ -73.848656, 40.88399 ], [ -73.846067, 40.882901 ], [ -73.846576, 40.882211 ], [ -73.847026, 40.881593 ], [ -73.844263, 40.88042 ], [ -73.84462, 40.879954 ], [ -73.844773, 40.879756 ], [ -73.843241, 40.879109 ], [ -73.843415, 40.878989 ], [ -73.844101, 40.878444 ], [ -73.844794, 40.877882 ], [ -73.845461, 40.877347 ], [ -73.846368, 40.877035 ], [ -73.847298, 40.876733 ], [ -73.848166, 40.876452 ], [ -73.849029, 40.876173 ], [ -73.849884, 40.875875 ], [ -73.850689, 40.875487 ], [ -73.850932, 40.87583 ], [ -73.851723, 40.876844 ], [ -73.852548, 40.877092 ], [ -73.852112, 40.877298 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038700", "name": "Census Tract 387, Bronx County, New York", "total_population_17": 3630, "white_alone_17": 662.0, "black_alone_17": 571.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2341.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.28, "pct_black_alone_change": -9.417, "pct_native_alone_change": -0.206, "pct_asian_alone_change": -2.097, "pct_hispanic_or_latino_change": 14.814, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8580753", "INTPTLON": "-073.8892309" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891167, 40.860105 ], [ -73.890438, 40.861119 ], [ -73.890329, 40.861271 ], [ -73.890107, 40.861156 ], [ -73.88881, 40.860483 ], [ -73.888156, 40.860157 ], [ -73.887366, 40.859711 ], [ -73.88716, 40.859596 ], [ -73.886785, 40.859197 ], [ -73.885991, 40.858806 ], [ -73.886873, 40.857827 ], [ -73.887702, 40.856875 ], [ -73.888449, 40.856024 ], [ -73.89003, 40.854221 ], [ -73.890389, 40.854689 ], [ -73.890443, 40.855047 ], [ -73.890587, 40.85544 ], [ -73.890803, 40.855794 ], [ -73.891087, 40.856598 ], [ -73.891097, 40.85678 ], [ -73.891106, 40.857427 ], [ -73.891113, 40.857851 ], [ -73.891111, 40.858385 ], [ -73.89112, 40.858659 ], [ -73.891125, 40.85887 ], [ -73.891167, 40.860105 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038800", "name": "Census Tract 388, Bronx County, New York", "total_population_17": 2528, "white_alone_17": 34.0, "black_alone_17": 1951.0, "native_alone_17": 0.0, "asian_alone_17": 26.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 501.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.551, "pct_black_alone_change": -12.083, "pct_native_alone_change": -0.084, "pct_asian_alone_change": 0.523, "pct_hispanic_or_latino_change": 11.73, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8795982", "INTPTLON": "-073.8553665" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858222, 40.879637 ], [ -73.857835, 40.880335 ], [ -73.857445, 40.881041 ], [ -73.857056, 40.881745 ], [ -73.854554, 40.880947 ], [ -73.852033, 40.88014 ], [ -73.852483, 40.879463 ], [ -73.852939, 40.87878 ], [ -73.853195, 40.878395 ], [ -73.853383, 40.878103 ], [ -73.853738, 40.877462 ], [ -73.856078, 40.878211 ], [ -73.8586, 40.878954 ], [ -73.858222, 40.879637 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005038900", "name": "Census Tract 389, Bronx County, New York", "total_population_17": 6040, "white_alone_17": 1505.0, "black_alone_17": 595.0, "native_alone_17": 58.0, "asian_alone_17": 114.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3780.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.118, "pct_black_alone_change": 0.439, "pct_native_alone_change": 0.763, "pct_asian_alone_change": -1.755, "pct_hispanic_or_latino_change": 8.7, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8564000", "INTPTLON": "-073.8849976" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887702, 40.856875 ], [ -73.886873, 40.857827 ], [ -73.885991, 40.858806 ], [ -73.885166, 40.858378 ], [ -73.884408, 40.85812 ], [ -73.883522, 40.857999 ], [ -73.882662, 40.857743 ], [ -73.88183, 40.857455 ], [ -73.881911, 40.857315 ], [ -73.882519, 40.856112 ], [ -73.882587, 40.855976 ], [ -73.883628, 40.853909 ], [ -73.884461, 40.854152 ], [ -73.885421, 40.854498 ], [ -73.886186, 40.85487 ], [ -73.886873, 40.855202 ], [ -73.887568, 40.855556 ], [ -73.888449, 40.856024 ], [ -73.887702, 40.856875 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039000", "name": "Census Tract 390, Bronx County, New York", "total_population_17": 2515, "white_alone_17": 80.0, "black_alone_17": 1916.0, "native_alone_17": 0.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 460.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.507, "pct_black_alone_change": -6.569, "pct_native_alone_change": -0.388, "pct_asian_alone_change": 0.834, "pct_hispanic_or_latino_change": 6.352, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8812352", "INTPTLON": "-073.8607600" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86395, 40.881434 ], [ -73.863589, 40.882168 ], [ -73.863193, 40.882881 ], [ -73.862803, 40.883574 ], [ -73.859941, 40.882665 ], [ -73.857056, 40.881745 ], [ -73.857445, 40.881041 ], [ -73.857835, 40.880335 ], [ -73.858222, 40.879637 ], [ -73.8586, 40.878954 ], [ -73.86148, 40.879818 ], [ -73.863249, 40.880242 ], [ -73.864466, 40.880545 ], [ -73.86395, 40.881434 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039100", "name": "Census Tract 391, Bronx County, New York", "total_population_17": 7089, "white_alone_17": 638.0, "black_alone_17": 884.0, "native_alone_17": 0.0, "asian_alone_17": 133.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5287.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.631, "pct_black_alone_change": 1.186, "pct_native_alone_change": -0.455, "pct_asian_alone_change": -1.577, "pct_hispanic_or_latino_change": 7.521, "pct_native_hawaiian_pacific_islander_change": -0.047, "INTPTLAT": "+40.8531197", "INTPTLON": "-073.8871234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89003, 40.854221 ], [ -73.888449, 40.856024 ], [ -73.887568, 40.855556 ], [ -73.886873, 40.855202 ], [ -73.886186, 40.85487 ], [ -73.885421, 40.854498 ], [ -73.884461, 40.854152 ], [ -73.883628, 40.853909 ], [ -73.884715, 40.851759 ], [ -73.885452, 40.85104 ], [ -73.885768, 40.850836 ], [ -73.886436, 40.850309 ], [ -73.887518, 40.850949 ], [ -73.888032, 40.850997 ], [ -73.888782, 40.851341 ], [ -73.888953, 40.851441 ], [ -73.889518, 40.851803 ], [ -73.889879, 40.85207 ], [ -73.88994, 40.852591 ], [ -73.889607, 40.853238 ], [ -73.889622, 40.853595 ], [ -73.889718, 40.853751 ], [ -73.89003, 40.854221 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039200", "name": "Census Tract 392, Bronx County, New York", "total_population_17": 1738, "white_alone_17": 32.0, "black_alone_17": 1108.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 504.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.83, "pct_black_alone_change": -10.922, "pct_native_alone_change": -0.062, "pct_asian_alone_change": -2.614, "pct_hispanic_or_latino_change": 10.393, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8832885", "INTPTLON": "-073.8647381" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867053, 40.882255 ], [ -73.865982, 40.884391 ], [ -73.86566, 40.884488 ], [ -73.865278, 40.885193 ], [ -73.862416, 40.884281 ], [ -73.862803, 40.883574 ], [ -73.863193, 40.882881 ], [ -73.863589, 40.882168 ], [ -73.86395, 40.881434 ], [ -73.864263, 40.881523 ], [ -73.865347, 40.881784 ], [ -73.866201, 40.882014 ], [ -73.867053, 40.882255 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039300", "name": "Census Tract 393, Bronx County, New York", "total_population_17": 9292, "white_alone_17": 316.0, "black_alone_17": 2271.0, "native_alone_17": 0.0, "asian_alone_17": 56.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6504.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.387, "pct_black_alone_change": -7.393, "pct_native_alone_change": -0.621, "pct_asian_alone_change": -0.458, "pct_hispanic_or_latino_change": 14.803, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8524975", "INTPTLON": "-073.8831437" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.886436, 40.850309 ], [ -73.885768, 40.850836 ], [ -73.885452, 40.85104 ], [ -73.884715, 40.851759 ], [ -73.883628, 40.853909 ], [ -73.882587, 40.855976 ], [ -73.882519, 40.856112 ], [ -73.881911, 40.857315 ], [ -73.88183, 40.857455 ], [ -73.880764, 40.856992 ], [ -73.88075, 40.856938 ], [ -73.880714, 40.856798 ], [ -73.881668, 40.853348 ], [ -73.882003, 40.852189 ], [ -73.882322, 40.851061 ], [ -73.882558, 40.850224 ], [ -73.88285, 40.849193 ], [ -73.882883, 40.849074 ], [ -73.883013, 40.848612 ], [ -73.883109, 40.848273 ], [ -73.883778, 40.848682 ], [ -73.884557, 40.849159 ], [ -73.884802, 40.849309 ], [ -73.885815, 40.849931 ], [ -73.886436, 40.850309 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039400", "name": "Census Tract 394, Bronx County, New York", "total_population_17": 5143, "white_alone_17": 136.0, "black_alone_17": 3236.0, "native_alone_17": 107.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1658.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.689, "pct_black_alone_change": -1.823, "pct_native_alone_change": 1.721, "pct_asian_alone_change": -1.482, "pct_hispanic_or_latino_change": 5.739, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.8864792", "INTPTLON": "-073.8633993" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866262, 40.885234 ], [ -73.866235, 40.885387 ], [ -73.86622, 40.885442 ], [ -73.86538, 40.886884 ], [ -73.8646, 40.8883 ], [ -73.863728, 40.888017 ], [ -73.863336, 40.88872 ], [ -73.860452, 40.887804 ], [ -73.860862, 40.887097 ], [ -73.861248, 40.886396 ], [ -73.861459, 40.886016 ], [ -73.86164, 40.885693 ], [ -73.862029, 40.884987 ], [ -73.862416, 40.884281 ], [ -73.865278, 40.885193 ], [ -73.86566, 40.884488 ], [ -73.865982, 40.884391 ], [ -73.866071, 40.884509 ], [ -73.866149, 40.884643 ], [ -73.866208, 40.884785 ], [ -73.866248, 40.884931 ], [ -73.866265, 40.885079 ], [ -73.866262, 40.885234 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039500", "name": "Census Tract 395, Bronx County, New York", "total_population_17": 4327, "white_alone_17": 56.0, "black_alone_17": 1673.0, "native_alone_17": 57.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2511.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.112, "pct_black_alone_change": 9.959, "pct_native_alone_change": 0.702, "pct_asian_alone_change": -0.244, "pct_hispanic_or_latino_change": -9.778, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.8481986", "INTPTLON": "-073.8966814" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90126, 40.844572 ], [ -73.900888, 40.845241 ], [ -73.900201, 40.846473 ], [ -73.899671, 40.847438 ], [ -73.898875, 40.848812 ], [ -73.898086, 40.850213 ], [ -73.897087, 40.851969 ], [ -73.896624, 40.852787 ], [ -73.895609, 40.854571 ], [ -73.895417, 40.85458 ], [ -73.895149, 40.854629 ], [ -73.893984, 40.854247 ], [ -73.894205, 40.853855 ], [ -73.893713, 40.853595 ], [ -73.893071, 40.85325 ], [ -73.894318, 40.851891 ], [ -73.894788, 40.851082 ], [ -73.894073, 40.850713 ], [ -73.894946, 40.849104 ], [ -73.89557, 40.847802 ], [ -73.896118, 40.846779 ], [ -73.896177, 40.846659 ], [ -73.895359, 40.846518 ], [ -73.894336, 40.846487 ], [ -73.893844, 40.846489 ], [ -73.893374, 40.846401 ], [ -73.892901, 40.846269 ], [ -73.89322, 40.845808 ], [ -73.893398, 40.845403 ], [ -73.893567, 40.845138 ], [ -73.893985, 40.844704 ], [ -73.894673, 40.843915 ], [ -73.894809, 40.843761 ], [ -73.895471, 40.843837 ], [ -73.897483, 40.844067 ], [ -73.898522, 40.844174 ], [ -73.899593, 40.8443 ], [ -73.900916, 40.844426 ], [ -73.901096, 40.844446 ], [ -73.901304, 40.844477 ], [ -73.90126, 40.844572 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039600", "name": "Census Tract 396, Bronx County, New York", "total_population_17": 4743, "white_alone_17": 45.0, "black_alone_17": 3891.0, "native_alone_17": 0.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 662.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.522, "pct_black_alone_change": -1.316, "pct_native_alone_change": -0.206, "pct_asian_alone_change": -0.839, "pct_hispanic_or_latino_change": 0.898, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8844238", "INTPTLON": "-073.8589556" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.862416, 40.884281 ], [ -73.862029, 40.884987 ], [ -73.86164, 40.885693 ], [ -73.861459, 40.886016 ], [ -73.861248, 40.886396 ], [ -73.860862, 40.887097 ], [ -73.857986, 40.886191 ], [ -73.855104, 40.885271 ], [ -73.855497, 40.884566 ], [ -73.855691, 40.884212 ], [ -73.855884, 40.883861 ], [ -73.856276, 40.883155 ], [ -73.856667, 40.882448 ], [ -73.857056, 40.881745 ], [ -73.859941, 40.882665 ], [ -73.862803, 40.883574 ], [ -73.862416, 40.884281 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039700", "name": "Census Tract 397, Bronx County, New York", "total_population_17": 3939, "white_alone_17": 2325.0, "black_alone_17": 243.0, "native_alone_17": 0.0, "asian_alone_17": 220.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1073.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.859, "pct_black_alone_change": -0.857, "pct_native_alone_change": -0.204, "pct_asian_alone_change": 0.782, "pct_hispanic_or_latino_change": 0.285, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8618648", "INTPTLON": "-073.8853878" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891696, 40.861944 ], [ -73.891688, 40.861953 ], [ -73.891171, 40.862454 ], [ -73.890654, 40.862955 ], [ -73.890161, 40.863477 ], [ -73.888896, 40.864754 ], [ -73.888122, 40.864255 ], [ -73.886833, 40.86539 ], [ -73.885937, 40.865924 ], [ -73.885283, 40.866301 ], [ -73.88514, 40.866383 ], [ -73.884429, 40.866801 ], [ -73.883625, 40.867258 ], [ -73.883079, 40.866593 ], [ -73.882689, 40.866152 ], [ -73.883279, 40.865726 ], [ -73.883617, 40.865453 ], [ -73.883858, 40.865191 ], [ -73.883934, 40.86495 ], [ -73.883989, 40.864819 ], [ -73.884, 40.864666 ], [ -73.883956, 40.864448 ], [ -73.883836, 40.86424 ], [ -73.88235, 40.862449 ], [ -73.881961, 40.862129 ], [ -73.881858, 40.862038 ], [ -73.88112, 40.861469 ], [ -73.880897, 40.86129 ], [ -73.88074, 40.861126 ], [ -73.880656, 40.861006 ], [ -73.880543, 40.860746 ], [ -73.880514, 40.860612 ], [ -73.880515, 40.860346 ], [ -73.880731, 40.859676 ], [ -73.880758, 40.859494 ], [ -73.880953, 40.858648 ], [ -73.880964, 40.8586 ], [ -73.880993, 40.858431 ], [ -73.881008, 40.858244 ], [ -73.881002, 40.85803 ], [ -73.880976, 40.857843 ], [ -73.880938, 40.857683 ], [ -73.880882, 40.857509 ], [ -73.88081, 40.857187 ], [ -73.880764, 40.856992 ], [ -73.88183, 40.857455 ], [ -73.882662, 40.857743 ], [ -73.883522, 40.857999 ], [ -73.884408, 40.85812 ], [ -73.885166, 40.858378 ], [ -73.885991, 40.858806 ], [ -73.886785, 40.859197 ], [ -73.88716, 40.859596 ], [ -73.887366, 40.859711 ], [ -73.888156, 40.860157 ], [ -73.88881, 40.860483 ], [ -73.890107, 40.861156 ], [ -73.890329, 40.861271 ], [ -73.890695, 40.861251 ], [ -73.890887, 40.861345 ], [ -73.891447, 40.861634 ], [ -73.891815, 40.861817 ], [ -73.891696, 40.861944 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039800", "name": "Census Tract 398, Bronx County, New York", "total_population_17": 3442, "white_alone_17": 130.0, "black_alone_17": 3019.0, "native_alone_17": 0.0, "asian_alone_17": 64.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 229.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.875, "pct_black_alone_change": -5.216, "pct_native_alone_change": -0.072, "pct_asian_alone_change": 1.209, "pct_hispanic_or_latino_change": 1.853, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8826970", "INTPTLON": "-073.8534698" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.856667, 40.882448 ], [ -73.856276, 40.883155 ], [ -73.855884, 40.883861 ], [ -73.855691, 40.884212 ], [ -73.855497, 40.884566 ], [ -73.855104, 40.885271 ], [ -73.852371, 40.884398 ], [ -73.849735, 40.883555 ], [ -73.850201, 40.88287 ], [ -73.850496, 40.882424 ], [ -73.850651, 40.882192 ], [ -73.851106, 40.881509 ], [ -73.851567, 40.880825 ], [ -73.852033, 40.88014 ], [ -73.854554, 40.880947 ], [ -73.857056, 40.881745 ], [ -73.856667, 40.882448 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039901", "name": "Census Tract 399.01, Bronx County, New York", "total_population_17": 5983, "white_alone_17": 114.0, "black_alone_17": 923.0, "native_alone_17": 47.0, "asian_alone_17": 310.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4505.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.996, "pct_black_alone_change": -5.132, "pct_native_alone_change": 0.137, "pct_asian_alone_change": -4.999, "pct_hispanic_or_latino_change": 13.243, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+40.8635111", "INTPTLON": "-073.8936406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.897068, 40.862534 ], [ -73.895777, 40.864227 ], [ -73.894922, 40.86535 ], [ -73.894437, 40.865987 ], [ -73.894376, 40.866067 ], [ -73.894217, 40.865987 ], [ -73.894064, 40.865911 ], [ -73.893855, 40.865738 ], [ -73.893768, 40.865511 ], [ -73.893716, 40.865293 ], [ -73.893459, 40.865344 ], [ -73.893299, 40.865294 ], [ -73.89276, 40.865021 ], [ -73.892132, 40.864633 ], [ -73.891312, 40.864132 ], [ -73.890161, 40.863477 ], [ -73.890654, 40.862955 ], [ -73.891171, 40.862454 ], [ -73.891688, 40.861953 ], [ -73.891696, 40.861944 ], [ -73.891815, 40.861817 ], [ -73.892852, 40.861833 ], [ -73.893559, 40.861926 ], [ -73.893724, 40.861944 ], [ -73.894825, 40.862065 ], [ -73.895884, 40.862258 ], [ -73.896904, 40.862495 ], [ -73.897068, 40.862534 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005039902", "name": "Census Tract 399.02, Bronx County, New York", "total_population_17": 5375, "white_alone_17": 534.0, "black_alone_17": 695.0, "native_alone_17": 74.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 31.0, "hispanic_or_latino_17": 4044.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.475, "pct_black_alone_change": -14.751, "pct_native_alone_change": 0.772, "pct_asian_alone_change": -6.169, "pct_hispanic_or_latino_change": 13.342, "pct_native_hawaiian_pacific_islander_change": 0.517, "INTPTLAT": "+40.8604238", "INTPTLON": "-073.8947649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896848, 40.85999 ], [ -73.896592, 40.860597 ], [ -73.896425, 40.860997 ], [ -73.895884, 40.862258 ], [ -73.894825, 40.862065 ], [ -73.893724, 40.861944 ], [ -73.893559, 40.861926 ], [ -73.892852, 40.861833 ], [ -73.891815, 40.861817 ], [ -73.891447, 40.861634 ], [ -73.892428, 40.860657 ], [ -73.892563, 40.860523 ], [ -73.893215, 40.859874 ], [ -73.893808, 40.858942 ], [ -73.894694, 40.859426 ], [ -73.89574, 40.858139 ], [ -73.896363, 40.858376 ], [ -73.897358, 40.858763 ], [ -73.896848, 40.85999 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040100", "name": "Census Tract 401, Bronx County, New York", "total_population_17": 4425, "white_alone_17": 106.0, "black_alone_17": 433.0, "native_alone_17": 0.0, "asian_alone_17": 202.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3654.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.431, "pct_black_alone_change": -10.396, "pct_native_alone_change": -0.358, "pct_asian_alone_change": -0.697, "pct_hispanic_or_latino_change": 19.845, "pct_native_hawaiian_pacific_islander_change": -0.151, "INTPTLAT": "+40.8646118", "INTPTLON": "-073.8976516" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90108, 40.862756 ], [ -73.900276, 40.863788 ], [ -73.899606, 40.864646 ], [ -73.898873, 40.865584 ], [ -73.897979, 40.866728 ], [ -73.897403, 40.867474 ], [ -73.896313, 40.867038 ], [ -73.895649, 40.866705 ], [ -73.895443, 40.866602 ], [ -73.894552, 40.866155 ], [ -73.894376, 40.866067 ], [ -73.894437, 40.865987 ], [ -73.894922, 40.86535 ], [ -73.895777, 40.864227 ], [ -73.897068, 40.862534 ], [ -73.897306, 40.862499 ], [ -73.898387, 40.862344 ], [ -73.899618, 40.862159 ], [ -73.899962, 40.862351 ], [ -73.900284, 40.862472 ], [ -73.90108, 40.862756 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040302", "name": "Census Tract 403.02, Bronx County, New York", "total_population_17": 4438, "white_alone_17": 73.0, "black_alone_17": 821.0, "native_alone_17": 83.0, "asian_alone_17": 203.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3262.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.295, "pct_black_alone_change": 6.103, "pct_native_alone_change": 1.541, "pct_asian_alone_change": -0.867, "pct_hispanic_or_latino_change": -4.383, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8678463", "INTPTLON": "-073.8921974" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894303, 40.866163 ], [ -73.892996, 40.867882 ], [ -73.892421, 40.868624 ], [ -73.891737, 40.869511 ], [ -73.890976, 40.870159 ], [ -73.89082, 40.870068 ], [ -73.889892, 40.869522 ], [ -73.890546, 40.868806 ], [ -73.891278, 40.868016 ], [ -73.891814, 40.867424 ], [ -73.892496, 40.866692 ], [ -73.892815, 40.866235 ], [ -73.893299, 40.865294 ], [ -73.893459, 40.865344 ], [ -73.893716, 40.865293 ], [ -73.893768, 40.865511 ], [ -73.893855, 40.865738 ], [ -73.894064, 40.865911 ], [ -73.894217, 40.865987 ], [ -73.894376, 40.866067 ], [ -73.894303, 40.866163 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040303", "name": "Census Tract 403.03, Bronx County, New York", "total_population_17": 5149, "white_alone_17": 142.0, "black_alone_17": 795.0, "native_alone_17": 208.0, "asian_alone_17": 187.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3741.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.161, "pct_black_alone_change": -2.006, "pct_native_alone_change": 3.666, "pct_asian_alone_change": -2.935, "pct_hispanic_or_latino_change": 3.071, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8696839", "INTPTLON": "-073.8934711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896037, 40.86923 ], [ -73.895452, 40.869932 ], [ -73.895002, 40.870361 ], [ -73.89485, 40.870451 ], [ -73.893914, 40.870969 ], [ -73.893071, 40.871396 ], [ -73.89193, 40.870729 ], [ -73.891129, 40.87025 ], [ -73.890976, 40.870159 ], [ -73.891737, 40.869511 ], [ -73.892421, 40.868624 ], [ -73.892996, 40.867882 ], [ -73.893172, 40.867959 ], [ -73.894153, 40.868386 ], [ -73.894963, 40.868749 ], [ -73.895829, 40.869137 ], [ -73.896037, 40.86923 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040304", "name": "Census Tract 403.04, Bronx County, New York", "total_population_17": 4009, "white_alone_17": 65.0, "black_alone_17": 110.0, "native_alone_17": 7.0, "asian_alone_17": 210.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3608.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.298, "pct_black_alone_change": -14.702, "pct_native_alone_change": -0.199, "pct_asian_alone_change": -1.329, "pct_hispanic_or_latino_change": 20.414, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.8676699", "INTPTLON": "-073.8951873" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896561, 40.868565 ], [ -73.896037, 40.86923 ], [ -73.895829, 40.869137 ], [ -73.894963, 40.868749 ], [ -73.894153, 40.868386 ], [ -73.893172, 40.867959 ], [ -73.892996, 40.867882 ], [ -73.894303, 40.866163 ], [ -73.894376, 40.866067 ], [ -73.894552, 40.866155 ], [ -73.895443, 40.866602 ], [ -73.895649, 40.866705 ], [ -73.896313, 40.867038 ], [ -73.897403, 40.867474 ], [ -73.896561, 40.868565 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040400", "name": "Census Tract 404, Bronx County, New York", "total_population_17": 3483, "white_alone_17": 60.0, "black_alone_17": 2938.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 32.0, "hispanic_or_latino_17": 409.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.759, "pct_black_alone_change": -5.179, "pct_native_alone_change": -0.207, "pct_asian_alone_change": -0.551, "pct_hispanic_or_latino_change": 3.341, "pct_native_hawaiian_pacific_islander_change": 0.919, "INTPTLAT": "+40.8861691", "INTPTLON": "-073.8513487" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.854716, 40.885976 ], [ -73.854323, 40.886682 ], [ -73.853935, 40.887387 ], [ -73.853544, 40.888094 ], [ -73.853153, 40.8888 ], [ -73.850271, 40.887881 ], [ -73.847444, 40.886978 ], [ -73.847903, 40.886296 ], [ -73.848364, 40.88561 ], [ -73.84882, 40.88492 ], [ -73.849278, 40.884242 ], [ -73.849735, 40.883555 ], [ -73.852371, 40.884398 ], [ -73.855104, 40.885271 ], [ -73.854716, 40.885976 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040501", "name": "Census Tract 405.01, Bronx County, New York", "total_population_17": 4521, "white_alone_17": 111.0, "black_alone_17": 421.0, "native_alone_17": 0.0, "asian_alone_17": 231.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3702.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.106, "pct_black_alone_change": -17.509, "pct_native_alone_change": -0.546, "pct_asian_alone_change": 1.772, "pct_hispanic_or_latino_change": 17.956, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8671293", "INTPTLON": "-073.8909324" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.892815, 40.866235 ], [ -73.892496, 40.866692 ], [ -73.891814, 40.867424 ], [ -73.891278, 40.868016 ], [ -73.890546, 40.868806 ], [ -73.889892, 40.869522 ], [ -73.889128, 40.869063 ], [ -73.888314, 40.868547 ], [ -73.88906, 40.867929 ], [ -73.88974, 40.867235 ], [ -73.89036, 40.866613 ], [ -73.892132, 40.864633 ], [ -73.89276, 40.865021 ], [ -73.893299, 40.865294 ], [ -73.892815, 40.866235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040502", "name": "Census Tract 405.02, Bronx County, New York", "total_population_17": 7172, "white_alone_17": 95.0, "black_alone_17": 2165.0, "native_alone_17": 16.0, "asian_alone_17": 134.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4710.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.236, "pct_black_alone_change": 3.366, "pct_native_alone_change": -0.323, "pct_asian_alone_change": -1.469, "pct_hispanic_or_latino_change": 1.743, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8658780", "INTPTLON": "-073.8889613" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.892132, 40.864633 ], [ -73.89036, 40.866613 ], [ -73.88974, 40.867235 ], [ -73.88906, 40.867929 ], [ -73.888314, 40.868547 ], [ -73.88769, 40.867957 ], [ -73.886907, 40.867228 ], [ -73.886461, 40.866634 ], [ -73.885937, 40.865924 ], [ -73.886833, 40.86539 ], [ -73.888122, 40.864255 ], [ -73.888896, 40.864754 ], [ -73.890161, 40.863477 ], [ -73.891312, 40.864132 ], [ -73.892132, 40.864633 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040600", "name": "Census Tract 406, Bronx County, New York", "total_population_17": 3870, "white_alone_17": 1.0, "black_alone_17": 3020.0, "native_alone_17": 0.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 764.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.828, "pct_black_alone_change": -3.571, "pct_native_alone_change": -0.265, "pct_asian_alone_change": -0.476, "pct_hispanic_or_latino_change": 6.97, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8879511", "INTPTLON": "-073.8570053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860452, 40.887804 ], [ -73.860081, 40.888511 ], [ -73.859684, 40.889223 ], [ -73.859301, 40.889924 ], [ -73.858908, 40.890632 ], [ -73.85603, 40.889713 ], [ -73.853153, 40.8888 ], [ -73.853544, 40.888094 ], [ -73.853935, 40.887387 ], [ -73.854323, 40.886682 ], [ -73.854716, 40.885976 ], [ -73.855104, 40.885271 ], [ -73.857986, 40.886191 ], [ -73.860862, 40.887097 ], [ -73.860452, 40.887804 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040701", "name": "Census Tract 407.01, Bronx County, New York", "total_population_17": 3291, "white_alone_17": 138.0, "black_alone_17": 315.0, "native_alone_17": 17.0, "asian_alone_17": 43.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2646.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.903, "pct_black_alone_change": -2.97, "pct_native_alone_change": 0.185, "pct_asian_alone_change": -3.135, "pct_hispanic_or_latino_change": 9.413, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+40.8715793", "INTPTLON": "-073.8902605" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89291, 40.871486 ], [ -73.89272, 40.871576 ], [ -73.892546, 40.871643 ], [ -73.892333, 40.871708 ], [ -73.892144, 40.871751 ], [ -73.891929, 40.871786 ], [ -73.891711, 40.871806 ], [ -73.891483, 40.87181 ], [ -73.8913, 40.871802 ], [ -73.891089, 40.871781 ], [ -73.890987, 40.871764 ], [ -73.890814, 40.871765 ], [ -73.890677, 40.87178 ], [ -73.890541, 40.871808 ], [ -73.890429, 40.871842 ], [ -73.890301, 40.871894 ], [ -73.890183, 40.871958 ], [ -73.890055, 40.872052 ], [ -73.889979, 40.872124 ], [ -73.889899, 40.87222 ], [ -73.889838, 40.872321 ], [ -73.889804, 40.872401 ], [ -73.889372, 40.873382 ], [ -73.888632, 40.872765 ], [ -73.888, 40.872244 ], [ -73.887851, 40.872121 ], [ -73.887916, 40.872072 ], [ -73.888673, 40.871497 ], [ -73.890422, 40.870491 ], [ -73.890976, 40.870159 ], [ -73.891129, 40.87025 ], [ -73.89193, 40.870729 ], [ -73.893071, 40.871396 ], [ -73.89291, 40.871486 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040702", "name": "Census Tract 407.02, Bronx County, New York", "total_population_17": 7050, "white_alone_17": 567.0, "black_alone_17": 730.0, "native_alone_17": 18.0, "asian_alone_17": 298.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5255.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.967, "pct_black_alone_change": -5.245, "pct_native_alone_change": -0.296, "pct_asian_alone_change": -2.62, "pct_hispanic_or_latino_change": 12.958, "pct_native_hawaiian_pacific_islander_change": -0.045, "INTPTLAT": "+40.8691444", "INTPTLON": "-073.8869972" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890976, 40.870159 ], [ -73.890422, 40.870491 ], [ -73.888673, 40.871497 ], [ -73.887916, 40.872072 ], [ -73.887851, 40.872121 ], [ -73.887721, 40.872013 ], [ -73.886916, 40.871344 ], [ -73.886543, 40.871037 ], [ -73.886422, 40.870937 ], [ -73.886229, 40.870778 ], [ -73.885517, 40.870185 ], [ -73.885182, 40.869953 ], [ -73.88505, 40.869784 ], [ -73.884965, 40.869538 ], [ -73.884881, 40.869097 ], [ -73.884709, 40.868705 ], [ -73.884239, 40.868006 ], [ -73.883625, 40.867258 ], [ -73.884429, 40.866801 ], [ -73.88514, 40.866383 ], [ -73.885283, 40.866301 ], [ -73.885937, 40.865924 ], [ -73.886461, 40.866634 ], [ -73.886907, 40.867228 ], [ -73.88769, 40.867957 ], [ -73.888314, 40.868547 ], [ -73.889128, 40.869063 ], [ -73.889892, 40.869522 ], [ -73.89082, 40.870068 ], [ -73.890976, 40.870159 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040800", "name": "Census Tract 408, Bronx County, New York", "total_population_17": 4710, "white_alone_17": 345.0, "black_alone_17": 2838.0, "native_alone_17": 134.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1422.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.638, "pct_black_alone_change": 0.888, "pct_native_alone_change": 2.571, "pct_asian_alone_change": -4.808, "pct_hispanic_or_latino_change": -0.9, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8897429", "INTPTLON": "-073.8617074" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863863, 40.88975 ], [ -73.863044, 40.891116 ], [ -73.862652, 40.891822 ], [ -73.861788, 40.89155 ], [ -73.85991, 40.890948 ], [ -73.858908, 40.890632 ], [ -73.859301, 40.889924 ], [ -73.859684, 40.889223 ], [ -73.860081, 40.888511 ], [ -73.860452, 40.887804 ], [ -73.863336, 40.88872 ], [ -73.863728, 40.888017 ], [ -73.8646, 40.8883 ], [ -73.863863, 40.88975 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005040900", "name": "Census Tract 409, Bronx County, New York", "total_population_17": 3122, "white_alone_17": 494.0, "black_alone_17": 2007.0, "native_alone_17": 0.0, "asian_alone_17": 100.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 506.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.897, "pct_black_alone_change": 1.211, "pct_native_alone_change": -0.314, "pct_asian_alone_change": 0.574, "pct_hispanic_or_latino_change": 4.519, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8768570", "INTPTLON": "-073.8944200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900476, 40.874949 ], [ -73.900429, 40.875219 ], [ -73.900341, 40.875489 ], [ -73.9002, 40.87576 ], [ -73.900096, 40.87589 ], [ -73.900054, 40.876184 ], [ -73.89958, 40.876608 ], [ -73.898249, 40.878111 ], [ -73.898065, 40.878501 ], [ -73.897839, 40.878634 ], [ -73.897655, 40.87876 ], [ -73.897469, 40.878909 ], [ -73.897305, 40.879064 ], [ -73.897174, 40.879207 ], [ -73.897068, 40.879342 ], [ -73.896944, 40.879527 ], [ -73.896849, 40.879702 ], [ -73.896772, 40.879881 ], [ -73.896716, 40.880054 ], [ -73.89669, 40.880156 ], [ -73.896571, 40.88125 ], [ -73.896434, 40.881857 ], [ -73.896126, 40.882162 ], [ -73.896064, 40.8822 ], [ -73.895725, 40.882408 ], [ -73.895113, 40.882706 ], [ -73.89481, 40.88286 ], [ -73.894693, 40.882872 ], [ -73.894591, 40.88293 ], [ -73.894475, 40.882976 ], [ -73.894348, 40.883006 ], [ -73.894225, 40.88302 ], [ -73.894091, 40.883018 ], [ -73.893972, 40.883002 ], [ -73.893851, 40.882969 ], [ -73.893743, 40.882924 ], [ -73.89357, 40.882837 ], [ -73.893426, 40.882783 ], [ -73.893294, 40.882746 ], [ -73.893126, 40.882716 ], [ -73.892946, 40.882702 ], [ -73.892842, 40.882703 ], [ -73.892719, 40.882664 ], [ -73.892574, 40.882584 ], [ -73.892285, 40.882447 ], [ -73.891956, 40.882327 ], [ -73.89165, 40.882331 ], [ -73.890425, 40.88251 ], [ -73.888635, 40.882765 ], [ -73.888097, 40.882855 ], [ -73.887832, 40.882906 ], [ -73.887573, 40.882906 ], [ -73.887247, 40.882844 ], [ -73.886967, 40.882814 ], [ -73.887011, 40.882472 ], [ -73.885936, 40.880481 ], [ -73.885826, 40.879908 ], [ -73.885774, 40.8796 ], [ -73.885656, 40.87889 ], [ -73.887736, 40.877034 ], [ -73.88807, 40.876271 ], [ -73.888243, 40.875892 ], [ -73.888557, 40.875197 ], [ -73.889372, 40.873382 ], [ -73.889804, 40.872401 ], [ -73.889838, 40.872321 ], [ -73.889899, 40.87222 ], [ -73.889979, 40.872124 ], [ -73.890055, 40.872052 ], [ -73.890183, 40.871958 ], [ -73.890301, 40.871894 ], [ -73.890429, 40.871842 ], [ -73.890541, 40.871808 ], [ -73.890677, 40.87178 ], [ -73.890814, 40.871765 ], [ -73.890987, 40.871764 ], [ -73.891089, 40.871781 ], [ -73.8913, 40.871802 ], [ -73.891483, 40.87181 ], [ -73.891711, 40.871806 ], [ -73.891929, 40.871786 ], [ -73.892144, 40.871751 ], [ -73.892333, 40.871708 ], [ -73.892546, 40.871643 ], [ -73.89272, 40.871576 ], [ -73.89291, 40.871486 ], [ -73.893071, 40.871396 ], [ -73.893914, 40.870969 ], [ -73.89485, 40.870451 ], [ -73.895002, 40.870361 ], [ -73.895452, 40.869932 ], [ -73.896037, 40.86923 ], [ -73.896561, 40.868565 ], [ -73.898918, 40.869658 ], [ -73.89779, 40.870857 ], [ -73.89772, 40.871118 ], [ -73.897714, 40.871341 ], [ -73.8978, 40.871682 ], [ -73.898179, 40.873145 ], [ -73.898302, 40.87348 ], [ -73.898433, 40.873742 ], [ -73.898485, 40.873791 ], [ -73.898578, 40.87388 ], [ -73.89879, 40.874009 ], [ -73.899001, 40.874103 ], [ -73.899201, 40.874162 ], [ -73.899435, 40.874157 ], [ -73.899665, 40.874138 ], [ -73.899865, 40.874167 ], [ -73.900006, 40.874209 ], [ -73.900147, 40.874279 ], [ -73.900316, 40.874426 ], [ -73.900452, 40.874702 ], [ -73.900476, 40.874949 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005041100", "name": "Census Tract 411, Bronx County, New York", "total_population_17": 3416, "white_alone_17": 389.0, "black_alone_17": 792.0, "native_alone_17": 18.0, "asian_alone_17": 230.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2005.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.826, "pct_black_alone_change": 9.783, "pct_native_alone_change": 0.231, "pct_asian_alone_change": 0.735, "pct_hispanic_or_latino_change": 3.418, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8755828", "INTPTLON": "-073.8871372" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889372, 40.873382 ], [ -73.888557, 40.875197 ], [ -73.888243, 40.875892 ], [ -73.88807, 40.876271 ], [ -73.887736, 40.877034 ], [ -73.885656, 40.87889 ], [ -73.885265, 40.879228 ], [ -73.884906, 40.878697 ], [ -73.884782, 40.878419 ], [ -73.885278, 40.877427 ], [ -73.885329, 40.877341 ], [ -73.885897, 40.876018 ], [ -73.886181, 40.875384 ], [ -73.886455, 40.874775 ], [ -73.886493, 40.874691 ], [ -73.886529, 40.874611 ], [ -73.886793, 40.87402 ], [ -73.887089, 40.873376 ], [ -73.887377, 40.872723 ], [ -73.887786, 40.872203 ], [ -73.887851, 40.872121 ], [ -73.888, 40.872244 ], [ -73.888632, 40.872765 ], [ -73.889372, 40.873382 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005041300", "name": "Census Tract 413, Bronx County, New York", "total_population_17": 7897, "white_alone_17": 537.0, "black_alone_17": 870.0, "native_alone_17": 45.0, "asian_alone_17": 443.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5872.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.717, "pct_black_alone_change": -0.759, "pct_native_alone_change": 0.211, "pct_asian_alone_change": -3.212, "pct_hispanic_or_latino_change": 19.414, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8740946", "INTPTLON": "-073.8851972" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887786, 40.872203 ], [ -73.887377, 40.872723 ], [ -73.887089, 40.873376 ], [ -73.886793, 40.87402 ], [ -73.886529, 40.874611 ], [ -73.886493, 40.874691 ], [ -73.886455, 40.874775 ], [ -73.886181, 40.875384 ], [ -73.885897, 40.876018 ], [ -73.885329, 40.877341 ], [ -73.885278, 40.877427 ], [ -73.884782, 40.878419 ], [ -73.88471, 40.878295 ], [ -73.88383, 40.876783 ], [ -73.883424, 40.875742 ], [ -73.883436, 40.875384 ], [ -73.88344, 40.874794 ], [ -73.8834, 40.873947 ], [ -73.882957, 40.873052 ], [ -73.883691, 40.87254 ], [ -73.884497, 40.871984 ], [ -73.886229, 40.870778 ], [ -73.886422, 40.870937 ], [ -73.886543, 40.871037 ], [ -73.886916, 40.871344 ], [ -73.887721, 40.872013 ], [ -73.887851, 40.872121 ], [ -73.887786, 40.872203 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005041400", "name": "Census Tract 414, Bronx County, New York", "total_population_17": 4769, "white_alone_17": 348.0, "black_alone_17": 2813.0, "native_alone_17": 0.0, "asian_alone_17": 170.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1278.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.052, "pct_black_alone_change": 1.128, "pct_native_alone_change": -0.913, "pct_asian_alone_change": -4.57, "pct_hispanic_or_latino_change": 8.465, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.9035524", "INTPTLON": "-073.8540950" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.859945, 40.900561 ], [ -73.859808, 40.90054 ], [ -73.85959, 40.900513 ], [ -73.85931, 40.900479 ], [ -73.8593, 40.900494 ], [ -73.859204, 40.900878 ], [ -73.859215, 40.900906 ], [ -73.859308, 40.901138 ], [ -73.859404, 40.901378 ], [ -73.859037, 40.90147 ], [ -73.859003, 40.901478 ], [ -73.859018, 40.901493 ], [ -73.859303, 40.901778 ], [ -73.859392, 40.901895 ], [ -73.859604, 40.902178 ], [ -73.859114, 40.902472 ], [ -73.859097, 40.902471 ], [ -73.859014, 40.902433 ], [ -73.858469, 40.90216 ], [ -73.858302, 40.902077 ], [ -73.858221, 40.902335 ], [ -73.8582, 40.902379 ], [ -73.858042, 40.902444 ], [ -73.85792, 40.902494 ], [ -73.857825, 40.902533 ], [ -73.857805, 40.90254 ], [ -73.857707, 40.902572 ], [ -73.857199, 40.902878 ], [ -73.857, 40.903579 ], [ -73.857003, 40.903736 ], [ -73.857004, 40.90382 ], [ -73.857004, 40.903861 ], [ -73.857004, 40.904041 ], [ -73.857004, 40.904169 ], [ -73.857004, 40.904378 ], [ -73.857079, 40.904416 ], [ -73.857232, 40.904493 ], [ -73.857404, 40.904579 ], [ -73.857449, 40.904601 ], [ -73.857587, 40.904669 ], [ -73.857449, 40.904837 ], [ -73.857321, 40.905017 ], [ -73.857136, 40.904985 ], [ -73.857104, 40.904979 ], [ -73.856956, 40.904953 ], [ -73.856697, 40.90491 ], [ -73.856434, 40.905027 ], [ -73.856394, 40.905045 ], [ -73.85631, 40.905083 ], [ -73.856151, 40.905153 ], [ -73.856118, 40.905168 ], [ -73.856125, 40.905192 ], [ -73.856156, 40.905298 ], [ -73.856186, 40.905402 ], [ -73.856279, 40.905728 ], [ -73.856326, 40.905801 ], [ -73.856325, 40.905966 ], [ -73.856324, 40.906166 ], [ -73.856227, 40.906119 ], [ -73.856153, 40.906082 ], [ -73.856108, 40.90606 ], [ -73.856074, 40.90606 ], [ -73.855997, 40.90606 ], [ -73.85574, 40.90606 ], [ -73.855687, 40.90606 ], [ -73.855574, 40.906122 ], [ -73.855534, 40.906144 ], [ -73.855315, 40.906263 ], [ -73.855104, 40.906378 ], [ -73.854704, 40.906578 ], [ -73.854128, 40.906675 ], [ -73.854104, 40.906679 ], [ -73.854007, 40.906842 ], [ -73.853802, 40.907179 ], [ -73.853804, 40.907681 ], [ -73.854295, 40.907916 ], [ -73.854393, 40.907963 ], [ -73.854496, 40.908017 ], [ -73.854768, 40.908159 ], [ -73.854796, 40.908173 ], [ -73.854881, 40.908217 ], [ -73.854342, 40.908974 ], [ -73.854234, 40.90901 ], [ -73.854037, 40.909231 ], [ -73.853997, 40.909276 ], [ -73.853713, 40.909447 ], [ -73.852935, 40.909919 ], [ -73.8529, 40.909916 ], [ -73.852678, 40.909899 ], [ -73.852184, 40.909515 ], [ -73.851379, 40.910044 ], [ -73.851123, 40.910009 ], [ -73.851484, 40.909592 ], [ -73.851634, 40.909426 ], [ -73.851812, 40.909229 ], [ -73.851872, 40.909159 ], [ -73.852046, 40.908959 ], [ -73.852078, 40.908887 ], [ -73.852369, 40.90888 ], [ -73.852714, 40.908446 ], [ -73.853069, 40.908021 ], [ -73.853528, 40.907465 ], [ -73.85279, 40.907073 ], [ -73.852601, 40.906977 ], [ -73.852564, 40.906968 ], [ -73.852204, 40.906878 ], [ -73.851506, 40.906645 ], [ -73.851304, 40.906578 ], [ -73.851057, 40.906458 ], [ -73.851019, 40.906502 ], [ -73.850661, 40.906925 ], [ -73.850518, 40.907124 ], [ -73.850452, 40.907183 ], [ -73.850423, 40.907207 ], [ -73.850331, 40.907282 ], [ -73.850225, 40.907368 ], [ -73.849126, 40.906923 ], [ -73.848803, 40.906792 ], [ -73.848732, 40.906763 ], [ -73.848683, 40.906743 ], [ -73.848965, 40.906429 ], [ -73.84939, 40.905735 ], [ -73.849577, 40.905027 ], [ -73.849857, 40.904087 ], [ -73.850375, 40.903428 ], [ -73.851551, 40.902045 ], [ -73.853004, 40.899991 ], [ -73.854299, 40.89845 ], [ -73.855386, 40.898876 ], [ -73.856194, 40.899188 ], [ -73.856997, 40.899504 ], [ -73.857803, 40.899816 ], [ -73.858626, 40.900136 ], [ -73.858883, 40.900222 ], [ -73.859258, 40.900338 ], [ -73.859633, 40.900458 ], [ -73.860006, 40.900565 ], [ -73.859945, 40.900561 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005041500", "name": "Census Tract 415, Bronx County, New York", "total_population_17": 6238, "white_alone_17": 447.0, "black_alone_17": 1121.0, "native_alone_17": 0.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4351.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.669, "pct_black_alone_change": 2.691, "pct_native_alone_change": -0.816, "pct_asian_alone_change": -7.845, "pct_hispanic_or_latino_change": 16.778, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.8701051", "INTPTLON": "-073.8835491" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.886229, 40.870778 ], [ -73.884497, 40.871984 ], [ -73.883691, 40.87254 ], [ -73.882957, 40.873052 ], [ -73.88247, 40.872128 ], [ -73.88222, 40.871227 ], [ -73.881976, 40.870387 ], [ -73.881742, 40.869552 ], [ -73.881469, 40.868573 ], [ -73.881841, 40.86837 ], [ -73.882843, 40.867736 ], [ -73.883625, 40.867258 ], [ -73.884239, 40.868006 ], [ -73.884709, 40.868705 ], [ -73.884881, 40.869097 ], [ -73.884965, 40.869538 ], [ -73.88505, 40.869784 ], [ -73.885182, 40.869953 ], [ -73.885517, 40.870185 ], [ -73.886229, 40.870778 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005041800", "name": "Census Tract 418, Bronx County, New York", "total_population_17": 4194, "white_alone_17": 139.0, "black_alone_17": 1734.0, "native_alone_17": 0.0, "asian_alone_17": 491.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1664.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.22, "pct_black_alone_change": -9.7, "pct_native_alone_change": -1.032, "pct_asian_alone_change": 3.148, "pct_hispanic_or_latino_change": 14.307, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8971155", "INTPTLON": "-073.8584637" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.862875, 40.895154 ], [ -73.861465, 40.897158 ], [ -73.861113, 40.897589 ], [ -73.860993, 40.89776 ], [ -73.860238, 40.89884 ], [ -73.859258, 40.900338 ], [ -73.858883, 40.900222 ], [ -73.858626, 40.900136 ], [ -73.857803, 40.899816 ], [ -73.856997, 40.899504 ], [ -73.856194, 40.899188 ], [ -73.855386, 40.898876 ], [ -73.854299, 40.89845 ], [ -73.854499, 40.898196 ], [ -73.854935, 40.897724 ], [ -73.855249, 40.897252 ], [ -73.85616, 40.895597 ], [ -73.856561, 40.894873 ], [ -73.856956, 40.894168 ], [ -73.859834, 40.895085 ], [ -73.860711, 40.895371 ], [ -73.86136, 40.894663 ], [ -73.861796, 40.894803 ], [ -73.861894, 40.894834 ], [ -73.862139, 40.894914 ], [ -73.862875, 40.895154 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005041900", "name": "Census Tract 419, Bronx County, New York", "total_population_17": 7238, "white_alone_17": 1200.0, "black_alone_17": 881.0, "native_alone_17": 0.0, "asian_alone_17": 607.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4527.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.72, "pct_black_alone_change": -3.916, "pct_native_alone_change": -0.319, "pct_asian_alone_change": -0.936, "pct_hispanic_or_latino_change": 9.735, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.8768559", "INTPTLON": "-073.8816837" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885265, 40.879228 ], [ -73.884661, 40.879749 ], [ -73.88383, 40.880466 ], [ -73.883464, 40.880783 ], [ -73.882685, 40.880286 ], [ -73.881756, 40.880122 ], [ -73.880851, 40.879949 ], [ -73.880506, 40.879883 ], [ -73.879933, 40.879773 ], [ -73.87899, 40.87958 ], [ -73.878358, 40.879465 ], [ -73.878035, 40.879407 ], [ -73.877686, 40.878994 ], [ -73.879346, 40.877763 ], [ -73.879579, 40.877827 ], [ -73.879721, 40.87751 ], [ -73.879769, 40.877124 ], [ -73.87973, 40.876865 ], [ -73.87956, 40.87573 ], [ -73.879455, 40.874976 ], [ -73.87923, 40.873672 ], [ -73.87999, 40.87327 ], [ -73.880693, 40.872891 ], [ -73.881274, 40.872586 ], [ -73.881754, 40.872349 ], [ -73.88247, 40.872128 ], [ -73.882957, 40.873052 ], [ -73.8834, 40.873947 ], [ -73.88344, 40.874794 ], [ -73.883436, 40.875384 ], [ -73.883424, 40.875742 ], [ -73.88383, 40.876783 ], [ -73.88471, 40.878295 ], [ -73.884782, 40.878419 ], [ -73.884906, 40.878697 ], [ -73.885265, 40.879228 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042000", "name": "Census Tract 420, Bronx County, New York", "total_population_17": 3698, "white_alone_17": 134.0, "black_alone_17": 2140.0, "native_alone_17": 95.0, "asian_alone_17": 178.0, "native_hawaiian_pacific_islander_17": 25.0, "hispanic_or_latino_17": 1221.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.141, "pct_black_alone_change": 7.895, "pct_native_alone_change": 1.83, "pct_asian_alone_change": 0.193, "pct_hispanic_or_latino_change": -0.879, "pct_native_hawaiian_pacific_islander_change": 0.676, "INTPTLAT": "+40.8930261", "INTPTLON": "-073.8598556" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.862291, 40.892614 ], [ -73.862196, 40.892823 ], [ -73.862156, 40.892911 ], [ -73.862051, 40.893143 ], [ -73.86136, 40.894663 ], [ -73.860711, 40.895371 ], [ -73.859834, 40.895085 ], [ -73.856956, 40.894168 ], [ -73.857368, 40.893394 ], [ -73.857732, 40.892754 ], [ -73.858127, 40.892044 ], [ -73.858518, 40.891337 ], [ -73.858908, 40.890632 ], [ -73.85991, 40.890948 ], [ -73.861788, 40.89155 ], [ -73.862652, 40.891822 ], [ -73.862291, 40.892614 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042100", "name": "Census Tract 421, Bronx County, New York", "total_population_17": 5887, "white_alone_17": 534.0, "black_alone_17": 791.0, "native_alone_17": 0.0, "asian_alone_17": 658.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3781.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.616, "pct_black_alone_change": -7.82, "pct_native_alone_change": -0.322, "pct_asian_alone_change": -4.414, "pct_hispanic_or_latino_change": 13.531, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8814613", "INTPTLON": "-073.8827340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887047, 40.884358 ], [ -73.886863, 40.884347 ], [ -73.886751, 40.884317 ], [ -73.886569, 40.884242 ], [ -73.886459, 40.884193 ], [ -73.886125, 40.884047 ], [ -73.885165, 40.883632 ], [ -73.884552, 40.883325 ], [ -73.884379, 40.883248 ], [ -73.884107, 40.883177 ], [ -73.883864, 40.883151 ], [ -73.883508, 40.883183 ], [ -73.88319, 40.883285 ], [ -73.882922, 40.883383 ], [ -73.882673, 40.883383 ], [ -73.882478, 40.883327 ], [ -73.882087, 40.883133 ], [ -73.881244, 40.88271 ], [ -73.880456, 40.88222 ], [ -73.879353, 40.881507 ], [ -73.878487, 40.881076 ], [ -73.877614, 40.88066 ], [ -73.876781, 40.880259 ], [ -73.877146, 40.879164 ], [ -73.877302, 40.879136 ], [ -73.877443, 40.879097 ], [ -73.877569, 40.87905 ], [ -73.877686, 40.878994 ], [ -73.878035, 40.879407 ], [ -73.878358, 40.879465 ], [ -73.87899, 40.87958 ], [ -73.879933, 40.879773 ], [ -73.880506, 40.879883 ], [ -73.880851, 40.879949 ], [ -73.881756, 40.880122 ], [ -73.882685, 40.880286 ], [ -73.883464, 40.880783 ], [ -73.88383, 40.880466 ], [ -73.884661, 40.879749 ], [ -73.885265, 40.879228 ], [ -73.885656, 40.87889 ], [ -73.885774, 40.8796 ], [ -73.885826, 40.879908 ], [ -73.885936, 40.880481 ], [ -73.887011, 40.882472 ], [ -73.886967, 40.882814 ], [ -73.88703, 40.883889 ], [ -73.887047, 40.884358 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042200", "name": "Census Tract 422, Bronx County, New York", "total_population_17": 3338, "white_alone_17": 69.0, "black_alone_17": 2654.0, "native_alone_17": 14.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 482.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.805, "pct_black_alone_change": 7.312, "pct_native_alone_change": 0.345, "pct_asian_alone_change": -1.782, "pct_hispanic_or_latino_change": -1.224, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8910971", "INTPTLON": "-073.8552753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858518, 40.891337 ], [ -73.858127, 40.892044 ], [ -73.857732, 40.892754 ], [ -73.857368, 40.893394 ], [ -73.855664, 40.892853 ], [ -73.855254, 40.89272 ], [ -73.854492, 40.892479 ], [ -73.853403, 40.892132 ], [ -73.851829, 40.89163 ], [ -73.851799, 40.891381 ], [ -73.851981, 40.890922 ], [ -73.852373, 40.890214 ], [ -73.852766, 40.889507 ], [ -73.853153, 40.8888 ], [ -73.85603, 40.889713 ], [ -73.858908, 40.890632 ], [ -73.858518, 40.891337 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042300", "name": "Census Tract 423, Bronx County, New York", "total_population_17": 4658, "white_alone_17": 642.0, "black_alone_17": 426.0, "native_alone_17": 45.0, "asian_alone_17": 432.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3110.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.675, "pct_black_alone_change": -6.158, "pct_native_alone_change": 0.47, "pct_asian_alone_change": 3.749, "pct_hispanic_or_latino_change": 13.07, "pct_native_hawaiian_pacific_islander_change": -0.001, "INTPTLAT": "+40.8770682", "INTPTLON": "-073.8773210" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.879769, 40.877124 ], [ -73.879721, 40.87751 ], [ -73.879579, 40.877827 ], [ -73.879346, 40.877763 ], [ -73.877686, 40.878994 ], [ -73.877569, 40.87905 ], [ -73.877443, 40.879097 ], [ -73.877302, 40.879136 ], [ -73.877146, 40.879164 ], [ -73.876781, 40.880259 ], [ -73.875956, 40.879865 ], [ -73.875365, 40.879579 ], [ -73.874387, 40.879055 ], [ -73.874734, 40.8779 ], [ -73.875268, 40.87714 ], [ -73.875895, 40.876302 ], [ -73.876491, 40.875499 ], [ -73.87699, 40.874821 ], [ -73.877514, 40.874139 ], [ -73.878604, 40.874215 ], [ -73.87923, 40.873672 ], [ -73.879455, 40.874976 ], [ -73.87956, 40.87573 ], [ -73.87973, 40.876865 ], [ -73.879769, 40.877124 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042400", "name": "Census Tract 424, Bronx County, New York", "total_population_17": 2485, "white_alone_17": 83.0, "black_alone_17": 1924.0, "native_alone_17": 7.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 428.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.59, "pct_black_alone_change": -3.976, "pct_native_alone_change": 0.087, "pct_asian_alone_change": 0.63, "pct_hispanic_or_latino_change": 3.993, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8892825", "INTPTLON": "-073.8495388" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852766, 40.889507 ], [ -73.852373, 40.890214 ], [ -73.851981, 40.890922 ], [ -73.851799, 40.891381 ], [ -73.851829, 40.89163 ], [ -73.850691, 40.891303 ], [ -73.848742, 40.890648 ], [ -73.847414, 40.890222 ], [ -73.846325, 40.889877 ], [ -73.845906, 40.889741 ], [ -73.846262, 40.889098 ], [ -73.846655, 40.888391 ], [ -73.847049, 40.887672 ], [ -73.847444, 40.886978 ], [ -73.850271, 40.887881 ], [ -73.853153, 40.8888 ], [ -73.852766, 40.889507 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042500", "name": "Census Tract 425, Bronx County, New York", "total_population_17": 5940, "white_alone_17": 702.0, "black_alone_17": 447.0, "native_alone_17": 106.0, "asian_alone_17": 735.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4038.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.105, "pct_black_alone_change": -3.869, "pct_native_alone_change": 1.127, "pct_asian_alone_change": 4.518, "pct_hispanic_or_latino_change": 11.073, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8710473", "INTPTLON": "-073.8790905" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.883625, 40.867258 ], [ -73.882843, 40.867736 ], [ -73.881841, 40.86837 ], [ -73.881469, 40.868573 ], [ -73.881742, 40.869552 ], [ -73.881976, 40.870387 ], [ -73.88222, 40.871227 ], [ -73.88247, 40.872128 ], [ -73.881754, 40.872349 ], [ -73.881274, 40.872586 ], [ -73.880693, 40.872891 ], [ -73.87999, 40.87327 ], [ -73.87923, 40.873672 ], [ -73.878604, 40.874215 ], [ -73.877514, 40.874139 ], [ -73.876684, 40.873792 ], [ -73.875885, 40.873411 ], [ -73.874938, 40.872959 ], [ -73.874367, 40.872701 ], [ -73.875275, 40.871604 ], [ -73.876292, 40.870526 ], [ -73.877012, 40.870027 ], [ -73.877727, 40.869555 ], [ -73.87986, 40.868274 ], [ -73.881289, 40.867501 ], [ -73.883079, 40.866593 ], [ -73.883625, 40.867258 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042600", "name": "Census Tract 426, Bronx County, New York", "total_population_17": 6942, "white_alone_17": 345.0, "black_alone_17": 5499.0, "native_alone_17": 0.0, "asian_alone_17": 503.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 565.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.296, "pct_black_alone_change": -8.02, "pct_native_alone_change": -0.386, "pct_asian_alone_change": 4.897, "pct_hispanic_or_latino_change": 1.107, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8908411", "INTPTLON": "-073.8419292" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.849839, 40.891543 ], [ -73.84895, 40.891739 ], [ -73.848071, 40.891932 ], [ -73.847181, 40.892128 ], [ -73.846295, 40.892324 ], [ -73.845426, 40.892516 ], [ -73.844542, 40.892708 ], [ -73.843655, 40.892906 ], [ -73.842788, 40.893094 ], [ -73.841921, 40.893285 ], [ -73.841034, 40.893482 ], [ -73.840147, 40.893677 ], [ -73.839279, 40.893869 ], [ -73.838407, 40.894061 ], [ -73.837368, 40.893821 ], [ -73.837337, 40.893814 ], [ -73.836459, 40.891516 ], [ -73.835549, 40.889133 ], [ -73.836434, 40.888935 ], [ -73.837322, 40.888742 ], [ -73.838227, 40.888644 ], [ -73.839206, 40.888702 ], [ -73.839332, 40.888721 ], [ -73.839545, 40.888738 ], [ -73.839773, 40.888738 ], [ -73.839977, 40.88872 ], [ -73.840176, 40.888687 ], [ -73.841053, 40.888553 ], [ -73.841955, 40.888454 ], [ -73.841941, 40.888418 ], [ -73.842859, 40.888307 ], [ -73.843765, 40.888168 ], [ -73.844654, 40.888033 ], [ -73.845256, 40.887943 ], [ -73.847049, 40.887672 ], [ -73.846655, 40.888391 ], [ -73.846262, 40.889098 ], [ -73.845906, 40.889741 ], [ -73.846325, 40.889877 ], [ -73.847414, 40.890222 ], [ -73.848742, 40.890648 ], [ -73.850691, 40.891303 ], [ -73.849839, 40.891543 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042800", "name": "Census Tract 428, Bronx County, New York", "total_population_17": 2069, "white_alone_17": 55.0, "black_alone_17": 1607.0, "native_alone_17": 0.0, "asian_alone_17": 16.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 337.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.434, "pct_black_alone_change": -3.572, "pct_native_alone_change": -0.313, "pct_asian_alone_change": -1.817, "pct_hispanic_or_latino_change": 6.73, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8945094", "INTPTLON": "-073.8457030" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.848629, 40.895914 ], [ -73.847744, 40.896109 ], [ -73.846875, 40.8963 ], [ -73.845989, 40.896495 ], [ -73.845105, 40.89669 ], [ -73.844165, 40.896896 ], [ -73.843956, 40.896189 ], [ -73.843743, 40.895621 ], [ -73.842788, 40.893094 ], [ -73.843655, 40.892906 ], [ -73.844542, 40.892708 ], [ -73.845426, 40.892516 ], [ -73.846295, 40.892324 ], [ -73.847181, 40.892128 ], [ -73.848063, 40.894437 ], [ -73.848629, 40.895914 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042901", "name": "Census Tract 429.01, Bronx County, New York", "total_population_17": 4123, "white_alone_17": 430.0, "black_alone_17": 535.0, "native_alone_17": 0.0, "asian_alone_17": 611.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2478.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.307, "pct_black_alone_change": -1.867, "pct_native_alone_change": -0.19, "pct_asian_alone_change": 4.883, "pct_hispanic_or_latino_change": 4.29, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8749499", "INTPTLON": "-073.8742925" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.87699, 40.874821 ], [ -73.876491, 40.875499 ], [ -73.875592, 40.875254 ], [ -73.8747, 40.875002 ], [ -73.873692, 40.876352 ], [ -73.87292, 40.876027 ], [ -73.872116, 40.876961 ], [ -73.871596, 40.878646 ], [ -73.870944, 40.878511 ], [ -73.871605, 40.876922 ], [ -73.872553, 40.875175 ], [ -73.874367, 40.872701 ], [ -73.874938, 40.872959 ], [ -73.875885, 40.873411 ], [ -73.876684, 40.873792 ], [ -73.877514, 40.874139 ], [ -73.87699, 40.874821 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005042902", "name": "Census Tract 429.02, Bronx County, New York", "total_population_17": 4445, "white_alone_17": 263.0, "black_alone_17": 800.0, "native_alone_17": 158.0, "asian_alone_17": 173.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3106.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.321, "pct_black_alone_change": -6.274, "pct_native_alone_change": 3.011, "pct_asian_alone_change": -0.843, "pct_hispanic_or_latino_change": 15.971, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8771176", "INTPTLON": "-073.8739090" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.875895, 40.876302 ], [ -73.875268, 40.87714 ], [ -73.874734, 40.8779 ], [ -73.874387, 40.879055 ], [ -73.873483, 40.878855 ], [ -73.872545, 40.878746 ], [ -73.871596, 40.878646 ], [ -73.872116, 40.876961 ], [ -73.87292, 40.876027 ], [ -73.873692, 40.876352 ], [ -73.8747, 40.875002 ], [ -73.875592, 40.875254 ], [ -73.876491, 40.875499 ], [ -73.875895, 40.876302 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005043000", "name": "Census Tract 430, Bronx County, New York", "total_population_17": 3648, "white_alone_17": 134.0, "black_alone_17": 2669.0, "native_alone_17": 7.0, "asian_alone_17": 175.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 441.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.149, "pct_black_alone_change": 2.477, "pct_native_alone_change": -0.011, "pct_asian_alone_change": 0.103, "pct_hispanic_or_latino_change": -4.358, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8934599", "INTPTLON": "-073.8506574" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.854067, 40.893249 ], [ -73.853674, 40.893957 ], [ -73.853262, 40.894699 ], [ -73.853136, 40.894922 ], [ -73.852155, 40.895137 ], [ -73.851285, 40.895328 ], [ -73.850399, 40.895523 ], [ -73.849514, 40.895718 ], [ -73.848629, 40.895914 ], [ -73.848063, 40.894437 ], [ -73.847181, 40.892128 ], [ -73.848071, 40.891932 ], [ -73.84895, 40.891739 ], [ -73.849839, 40.891543 ], [ -73.850691, 40.891303 ], [ -73.851829, 40.89163 ], [ -73.853403, 40.892132 ], [ -73.854492, 40.892479 ], [ -73.854067, 40.893249 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005043100", "name": "Census Tract 431, Bronx County, New York", "total_population_17": 10265, "white_alone_17": 495.0, "black_alone_17": 1720.0, "native_alone_17": 16.0, "asian_alone_17": 1231.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6512.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.202, "pct_black_alone_change": -11.596, "pct_native_alone_change": -0.231, "pct_asian_alone_change": 1.401, "pct_hispanic_or_latino_change": 13.752, "pct_native_hawaiian_pacific_islander_change": -0.01, "INTPTLAT": "+40.8795983", "INTPTLON": "-073.8716160" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.881244, 40.88271 ], [ -73.879974, 40.884395 ], [ -73.879363, 40.885218 ], [ -73.877918, 40.887212 ], [ -73.877834, 40.886798 ], [ -73.877607, 40.884523 ], [ -73.877729, 40.883454 ], [ -73.878126, 40.882154 ], [ -73.87717, 40.881994 ], [ -73.876258, 40.881832 ], [ -73.875337, 40.881672 ], [ -73.874675, 40.881563 ], [ -73.874792, 40.880075 ], [ -73.874946, 40.879948 ], [ -73.874067, 40.880039 ], [ -73.873073, 40.880134 ], [ -73.871918, 40.880237 ], [ -73.87092, 40.880258 ], [ -73.870241, 40.88023 ], [ -73.870944, 40.878511 ], [ -73.871596, 40.878646 ], [ -73.872545, 40.878746 ], [ -73.873483, 40.878855 ], [ -73.874387, 40.879055 ], [ -73.875365, 40.879579 ], [ -73.875956, 40.879865 ], [ -73.876781, 40.880259 ], [ -73.877614, 40.88066 ], [ -73.878487, 40.881076 ], [ -73.879353, 40.881507 ], [ -73.880456, 40.88222 ], [ -73.881244, 40.88271 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005043400", "name": "Census Tract 434, Bronx County, New York", "total_population_17": 3952, "white_alone_17": 144.0, "black_alone_17": 2183.0, "native_alone_17": 0.0, "asian_alone_17": 271.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1192.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.029, "pct_black_alone_change": -1.844, "pct_native_alone_change": -0.373, "pct_asian_alone_change": 1.665, "pct_hispanic_or_latino_change": 8.809, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8982106", "INTPTLON": "-073.8523391" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.856956, 40.894168 ], [ -73.856561, 40.894873 ], [ -73.85616, 40.895597 ], [ -73.855249, 40.897252 ], [ -73.854935, 40.897724 ], [ -73.854499, 40.898196 ], [ -73.854299, 40.89845 ], [ -73.853004, 40.899991 ], [ -73.851551, 40.902045 ], [ -73.850375, 40.903428 ], [ -73.850105, 40.903291 ], [ -73.84955, 40.903045 ], [ -73.848098, 40.902377 ], [ -73.847619, 40.902162 ], [ -73.847473, 40.902096 ], [ -73.847346, 40.902021 ], [ -73.84723, 40.901934 ], [ -73.847129, 40.901836 ], [ -73.847045, 40.90173 ], [ -73.846982, 40.901627 ], [ -73.846936, 40.90152 ], [ -73.847424, 40.900274 ], [ -73.848219, 40.899828 ], [ -73.849086, 40.89964 ], [ -73.850047, 40.899623 ], [ -73.850649, 40.898851 ], [ -73.851223, 40.898115 ], [ -73.851344, 40.897991 ], [ -73.851965, 40.897095 ], [ -73.852435, 40.89625 ], [ -73.852567, 40.895973 ], [ -73.852788, 40.895563 ], [ -73.853136, 40.894922 ], [ -73.853262, 40.894699 ], [ -73.853674, 40.893957 ], [ -73.854067, 40.893249 ], [ -73.854492, 40.892479 ], [ -73.855254, 40.89272 ], [ -73.855664, 40.892853 ], [ -73.857368, 40.893394 ], [ -73.856956, 40.894168 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005043500", "name": "Census Tract 435, Bronx County, New York", "total_population_17": 165, "white_alone_17": 16.0, "black_alone_17": 92.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 52.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.349, "pct_black_alone_change": 26.772, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": -25.007, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8952301", "INTPTLON": "-073.8812755" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89984, 40.886537 ], [ -73.898387, 40.889391 ], [ -73.89794, 40.89049 ], [ -73.897807, 40.890677 ], [ -73.897115, 40.892086 ], [ -73.896693, 40.893005 ], [ -73.896458, 40.893706 ], [ -73.896585, 40.895158 ], [ -73.896707, 40.895805 ], [ -73.896994, 40.897879 ], [ -73.897091, 40.898593 ], [ -73.897183, 40.899347 ], [ -73.897172, 40.899679 ], [ -73.897147, 40.899786 ], [ -73.897049, 40.900224 ], [ -73.897035, 40.900288 ], [ -73.896992, 40.9005 ], [ -73.896948, 40.900711 ], [ -73.896878, 40.901041 ], [ -73.896858, 40.901128 ], [ -73.896667, 40.902007 ], [ -73.896409, 40.902961 ], [ -73.896411, 40.904505 ], [ -73.896435, 40.905093 ], [ -73.896493, 40.906339 ], [ -73.896546, 40.907507 ], [ -73.896564, 40.908288 ], [ -73.896579, 40.908909 ], [ -73.896596, 40.909628 ], [ -73.896606, 40.910202 ], [ -73.896631, 40.911207 ], [ -73.896634, 40.911324 ], [ -73.896543, 40.911293 ], [ -73.892799, 40.910058 ], [ -73.892205, 40.909878 ], [ -73.891928, 40.909809 ], [ -73.891805, 40.909778 ], [ -73.888394, 40.90872 ], [ -73.887984, 40.908593 ], [ -73.886237, 40.908052 ], [ -73.886165, 40.90803 ], [ -73.886124, 40.908016 ], [ -73.88601, 40.907979 ], [ -73.885401, 40.907977 ], [ -73.884832, 40.907723 ], [ -73.884726, 40.907685 ], [ -73.884246, 40.907512 ], [ -73.884127, 40.907503 ], [ -73.884106, 40.907501 ], [ -73.884054, 40.907497 ], [ -73.882993, 40.907423 ], [ -73.882829, 40.907382 ], [ -73.881825, 40.907134 ], [ -73.881443, 40.907004 ], [ -73.880929, 40.90683 ], [ -73.880637, 40.906745 ], [ -73.880111, 40.906591 ], [ -73.879531, 40.906441 ], [ -73.879239, 40.906365 ], [ -73.878827, 40.906188 ], [ -73.87835, 40.905983 ], [ -73.87822, 40.905983 ], [ -73.878189, 40.905983 ], [ -73.878012, 40.905965 ], [ -73.877855, 40.905922 ], [ -73.877741, 40.905888 ], [ -73.877628, 40.905854 ], [ -73.876588, 40.905539 ], [ -73.876455, 40.905497 ], [ -73.876229, 40.90543 ], [ -73.875599, 40.905244 ], [ -73.875559, 40.905232 ], [ -73.874797, 40.90501 ], [ -73.874623, 40.90496 ], [ -73.874087, 40.904807 ], [ -73.873949, 40.904767 ], [ -73.872913, 40.904467 ], [ -73.872735, 40.904415 ], [ -73.87094, 40.903887 ], [ -73.870731, 40.903826 ], [ -73.869046, 40.903333 ], [ -73.867876, 40.902983 ], [ -73.868042, 40.902642 ], [ -73.868247, 40.902329 ], [ -73.868378, 40.902196 ], [ -73.868997, 40.901559 ], [ -73.870104, 40.900742 ], [ -73.871364, 40.900039 ], [ -73.873018, 40.899355 ], [ -73.87389, 40.898965 ], [ -73.87482, 40.898445 ], [ -73.875895, 40.897559 ], [ -73.876438, 40.896871 ], [ -73.87712, 40.895469 ], [ -73.875724, 40.895623 ], [ -73.874806, 40.895726 ], [ -73.87241, 40.896241 ], [ -73.870487, 40.89664 ], [ -73.870069, 40.896591 ], [ -73.866917, 40.896083 ], [ -73.864917, 40.89575 ], [ -73.864017, 40.895523 ], [ -73.863559, 40.895377 ], [ -73.863293, 40.89529 ], [ -73.862875, 40.895154 ], [ -73.862139, 40.894914 ], [ -73.861894, 40.894834 ], [ -73.861796, 40.894803 ], [ -73.86136, 40.894663 ], [ -73.862051, 40.893143 ], [ -73.862156, 40.892911 ], [ -73.862196, 40.892823 ], [ -73.862291, 40.892614 ], [ -73.862652, 40.891822 ], [ -73.863044, 40.891116 ], [ -73.863863, 40.88975 ], [ -73.8646, 40.8883 ], [ -73.86538, 40.886884 ], [ -73.86622, 40.885442 ], [ -73.866235, 40.885387 ], [ -73.866262, 40.885234 ], [ -73.866265, 40.885079 ], [ -73.866248, 40.884931 ], [ -73.866208, 40.884785 ], [ -73.866149, 40.884643 ], [ -73.866071, 40.884509 ], [ -73.865982, 40.884391 ], [ -73.867053, 40.882255 ], [ -73.868119, 40.880062 ], [ -73.868846, 40.878586 ], [ -73.869224, 40.878524 ], [ -73.86931, 40.878428 ], [ -73.869435, 40.878129 ], [ -73.869628, 40.878176 ], [ -73.869754, 40.878207 ], [ -73.869984, 40.878269 ], [ -73.870148, 40.878314 ], [ -73.870412, 40.878375 ], [ -73.870944, 40.878511 ], [ -73.870241, 40.88023 ], [ -73.87092, 40.880258 ], [ -73.871918, 40.880237 ], [ -73.873073, 40.880134 ], [ -73.874067, 40.880039 ], [ -73.874946, 40.879948 ], [ -73.874792, 40.880075 ], [ -73.874675, 40.881563 ], [ -73.875337, 40.881672 ], [ -73.876258, 40.881832 ], [ -73.87717, 40.881994 ], [ -73.878126, 40.882154 ], [ -73.877729, 40.883454 ], [ -73.877607, 40.884523 ], [ -73.877834, 40.886798 ], [ -73.877918, 40.887212 ], [ -73.879363, 40.885218 ], [ -73.879974, 40.884395 ], [ -73.881244, 40.88271 ], [ -73.882087, 40.883133 ], [ -73.882478, 40.883327 ], [ -73.882673, 40.883383 ], [ -73.882922, 40.883383 ], [ -73.88319, 40.883285 ], [ -73.883508, 40.883183 ], [ -73.883864, 40.883151 ], [ -73.884107, 40.883177 ], [ -73.884379, 40.883248 ], [ -73.884552, 40.883325 ], [ -73.885165, 40.883632 ], [ -73.886125, 40.884047 ], [ -73.886459, 40.884193 ], [ -73.886569, 40.884242 ], [ -73.886751, 40.884317 ], [ -73.886863, 40.884347 ], [ -73.887047, 40.884358 ], [ -73.887544, 40.884266 ], [ -73.888896, 40.884504 ], [ -73.889847, 40.884685 ], [ -73.890806, 40.884868 ], [ -73.891766, 40.88505 ], [ -73.892886, 40.885264 ], [ -73.894529, 40.885504 ], [ -73.894724, 40.885557 ], [ -73.894992, 40.885618 ], [ -73.89571, 40.885781 ], [ -73.896241, 40.885877 ], [ -73.89658, 40.885938 ], [ -73.896839, 40.885986 ], [ -73.897157, 40.886045 ], [ -73.897383, 40.886087 ], [ -73.898926, 40.886383 ], [ -73.899664, 40.886507 ], [ -73.89984, 40.886537 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005043600", "name": "Census Tract 436, Bronx County, New York", "total_population_17": 2237, "white_alone_17": 98.0, "black_alone_17": 1286.0, "native_alone_17": 0.0, "asian_alone_17": 284.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 512.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.931, "pct_black_alone_change": -10.121, "pct_native_alone_change": -0.728, "pct_asian_alone_change": 6.655, "pct_hispanic_or_latino_change": 6.478, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8972795", "INTPTLON": "-073.8497590" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852788, 40.895563 ], [ -73.852567, 40.895973 ], [ -73.852435, 40.89625 ], [ -73.851965, 40.897095 ], [ -73.851344, 40.897991 ], [ -73.851223, 40.898115 ], [ -73.850649, 40.898851 ], [ -73.850047, 40.899623 ], [ -73.849086, 40.89964 ], [ -73.848219, 40.899828 ], [ -73.847855, 40.898856 ], [ -73.846875, 40.8963 ], [ -73.847744, 40.896109 ], [ -73.848629, 40.895914 ], [ -73.849514, 40.895718 ], [ -73.850399, 40.895523 ], [ -73.851285, 40.895328 ], [ -73.852155, 40.895137 ], [ -73.853136, 40.894922 ], [ -73.852788, 40.895563 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005044200", "name": "Census Tract 442, Bronx County, New York", "total_population_17": 3642, "white_alone_17": 360.0, "black_alone_17": 2292.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 982.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.048, "pct_black_alone_change": -8.266, "pct_native_alone_change": -0.538, "pct_asian_alone_change": -3.419, "pct_hispanic_or_latino_change": 9.386, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.9038714", "INTPTLON": "-073.8461971" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.850375, 40.903428 ], [ -73.849857, 40.904087 ], [ -73.849577, 40.905027 ], [ -73.84939, 40.905735 ], [ -73.848965, 40.906429 ], [ -73.848683, 40.906743 ], [ -73.847071, 40.906173 ], [ -73.846799, 40.906078 ], [ -73.846256, 40.905842 ], [ -73.846104, 40.905777 ], [ -73.845403, 40.905604 ], [ -73.84532, 40.905582 ], [ -73.844847, 40.90531 ], [ -73.844728, 40.904732 ], [ -73.844713, 40.904625 ], [ -73.844702, 40.904183 ], [ -73.84442, 40.904172 ], [ -73.843399, 40.904171 ], [ -73.842374, 40.904166 ], [ -73.841386, 40.904174 ], [ -73.841318, 40.903987 ], [ -73.841291, 40.903913 ], [ -73.841281, 40.903886 ], [ -73.841136, 40.903487 ], [ -73.841062, 40.903214 ], [ -73.841048, 40.903162 ], [ -73.841017, 40.902979 ], [ -73.840999, 40.902812 ], [ -73.841792, 40.902646 ], [ -73.842727, 40.902441 ], [ -73.843663, 40.902233 ], [ -73.844569, 40.902037 ], [ -73.845471, 40.901838 ], [ -73.846628, 40.901589 ], [ -73.846802, 40.901552 ], [ -73.846936, 40.90152 ], [ -73.846982, 40.901627 ], [ -73.847045, 40.90173 ], [ -73.847129, 40.901836 ], [ -73.84723, 40.901934 ], [ -73.847346, 40.902021 ], [ -73.847473, 40.902096 ], [ -73.847619, 40.902162 ], [ -73.848098, 40.902377 ], [ -73.84955, 40.903045 ], [ -73.850105, 40.903291 ], [ -73.850375, 40.903428 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005044400", "name": "Census Tract 444, Bronx County, New York", "total_population_17": 4155, "white_alone_17": 110.0, "black_alone_17": 3349.0, "native_alone_17": 62.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 369.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.576, "pct_black_alone_change": 2.192, "pct_native_alone_change": 1.086, "pct_asian_alone_change": -0.089, "pct_hispanic_or_latino_change": -2.676, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8995005", "INTPTLON": "-073.8437344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.848219, 40.899828 ], [ -73.847424, 40.900274 ], [ -73.846936, 40.90152 ], [ -73.846802, 40.901552 ], [ -73.846628, 40.901589 ], [ -73.845471, 40.901838 ], [ -73.844569, 40.902037 ], [ -73.843663, 40.902233 ], [ -73.842727, 40.902441 ], [ -73.841792, 40.902646 ], [ -73.840999, 40.902812 ], [ -73.840958, 40.902516 ], [ -73.840873, 40.901979 ], [ -73.840832, 40.901819 ], [ -73.840787, 40.901693 ], [ -73.840729, 40.901567 ], [ -73.84065, 40.901414 ], [ -73.840562, 40.901284 ], [ -73.840445, 40.901124 ], [ -73.84021, 40.900804 ], [ -73.84019, 40.900777 ], [ -73.840179, 40.900762 ], [ -73.840172, 40.900753 ], [ -73.840159, 40.900735 ], [ -73.840085, 40.900634 ], [ -73.840049, 40.900585 ], [ -73.840036, 40.900567 ], [ -73.839363, 40.899713 ], [ -73.839287, 40.899594 ], [ -73.839221, 40.899475 ], [ -73.839185, 40.89936 ], [ -73.839155, 40.899226 ], [ -73.839154, 40.899199 ], [ -73.839149, 40.899061 ], [ -73.839208, 40.898819 ], [ -73.839241, 40.898744 ], [ -73.839257, 40.898707 ], [ -73.839391, 40.89841 ], [ -73.83951, 40.898184 ], [ -73.839649, 40.897891 ], [ -73.840723, 40.897653 ], [ -73.841592, 40.897462 ], [ -73.84248, 40.897267 ], [ -73.843367, 40.897072 ], [ -73.844165, 40.896896 ], [ -73.845105, 40.89669 ], [ -73.845989, 40.896495 ], [ -73.846875, 40.8963 ], [ -73.847855, 40.898856 ], [ -73.848219, 40.899828 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005044800", "name": "Census Tract 448, Bronx County, New York", "total_population_17": 1964, "white_alone_17": 26.0, "black_alone_17": 1576.0, "native_alone_17": 0.0, "asian_alone_17": 63.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 201.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.306, "pct_black_alone_change": -3.198, "pct_native_alone_change": -0.272, "pct_asian_alone_change": 1.955, "pct_hispanic_or_latino_change": 1.193, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8954712", "INTPTLON": "-073.8413102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.844165, 40.896896 ], [ -73.843367, 40.897072 ], [ -73.84248, 40.897267 ], [ -73.841592, 40.897462 ], [ -73.840723, 40.897653 ], [ -73.839649, 40.897891 ], [ -73.83972, 40.897694 ], [ -73.839724, 40.897633 ], [ -73.839718, 40.897511 ], [ -73.839696, 40.897385 ], [ -73.839677, 40.897323 ], [ -73.839655, 40.897249 ], [ -73.839615, 40.89714 ], [ -73.839411, 40.896693 ], [ -73.838985, 40.895602 ], [ -73.838407, 40.894061 ], [ -73.839279, 40.893869 ], [ -73.840147, 40.893677 ], [ -73.841034, 40.893482 ], [ -73.841921, 40.893285 ], [ -73.842788, 40.893094 ], [ -73.843743, 40.895621 ], [ -73.843956, 40.896189 ], [ -73.844165, 40.896896 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005044901", "name": "Census Tract 449.01, Bronx County, New York", "total_population_17": 1550, "white_alone_17": 1209.0, "black_alone_17": 103.0, "native_alone_17": 7.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 187.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.043, "pct_black_alone_change": 5.175, "pct_native_alone_change": 0.452, "pct_asian_alone_change": 1.281, "pct_hispanic_or_latino_change": 6.743, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8974999", "INTPTLON": "-073.8733943" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.876438, 40.896871 ], [ -73.875895, 40.897559 ], [ -73.87482, 40.898445 ], [ -73.87389, 40.898965 ], [ -73.873018, 40.899355 ], [ -73.871364, 40.900039 ], [ -73.871098, 40.899947 ], [ -73.870977, 40.899265 ], [ -73.87085, 40.898587 ], [ -73.87072, 40.897908 ], [ -73.870594, 40.897228 ], [ -73.870487, 40.89664 ], [ -73.87241, 40.896241 ], [ -73.874806, 40.895726 ], [ -73.875724, 40.895623 ], [ -73.87712, 40.895469 ], [ -73.876438, 40.896871 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005044902", "name": "Census Tract 449.02, Bronx County, New York", "total_population_17": 1882, "white_alone_17": 1468.0, "black_alone_17": 106.0, "native_alone_17": 0.0, "asian_alone_17": 71.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 223.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.576, "pct_black_alone_change": 4.929, "pct_native_alone_change": -0.05, "pct_asian_alone_change": 3.271, "pct_hispanic_or_latino_change": 8.937, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8988257", "INTPTLON": "-073.8689887" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871364, 40.900039 ], [ -73.870104, 40.900742 ], [ -73.868997, 40.901559 ], [ -73.868378, 40.902196 ], [ -73.868247, 40.902329 ], [ -73.868042, 40.902642 ], [ -73.868081, 40.90235 ], [ -73.867955, 40.90167 ], [ -73.867827, 40.90099 ], [ -73.867701, 40.900312 ], [ -73.867573, 40.899631 ], [ -73.867447, 40.898953 ], [ -73.86732, 40.898272 ], [ -73.867195, 40.897592 ], [ -73.867068, 40.896914 ], [ -73.866917, 40.896083 ], [ -73.870069, 40.896591 ], [ -73.870487, 40.89664 ], [ -73.870594, 40.897228 ], [ -73.87072, 40.897908 ], [ -73.87085, 40.898587 ], [ -73.870977, 40.899265 ], [ -73.871098, 40.899947 ], [ -73.871364, 40.900039 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005045101", "name": "Census Tract 451.01, Bronx County, New York", "total_population_17": 1537, "white_alone_17": 1195.0, "black_alone_17": 33.0, "native_alone_17": 0.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 157.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.751, "pct_black_alone_change": -0.186, "pct_native_alone_change": -0.222, "pct_asian_alone_change": 7.679, "pct_hispanic_or_latino_change": 5.159, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8974545", "INTPTLON": "-073.8643137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867447, 40.898953 ], [ -73.865092, 40.899206 ], [ -73.863483, 40.899373 ], [ -73.863769, 40.898657 ], [ -73.86222, 40.898816 ], [ -73.861916, 40.89883 ], [ -73.861335, 40.90019 ], [ -73.861457, 40.899527 ], [ -73.861471, 40.899148 ], [ -73.861423, 40.898539 ], [ -73.861295, 40.898099 ], [ -73.861113, 40.897589 ], [ -73.861465, 40.897158 ], [ -73.862875, 40.895154 ], [ -73.863293, 40.89529 ], [ -73.863559, 40.895377 ], [ -73.864017, 40.895523 ], [ -73.864917, 40.89575 ], [ -73.866917, 40.896083 ], [ -73.867068, 40.896914 ], [ -73.867195, 40.897592 ], [ -73.86732, 40.898272 ], [ -73.867447, 40.898953 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005045102", "name": "Census Tract 451.02, Bronx County, New York", "total_population_17": 1637, "white_alone_17": 1282.0, "black_alone_17": 100.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 202.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.518, "pct_black_alone_change": 2.249, "pct_native_alone_change": -0.051, "pct_asian_alone_change": 1.315, "pct_hispanic_or_latino_change": 7.09, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.9003682", "INTPTLON": "-073.8641477" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.868042, 40.902642 ], [ -73.867876, 40.902983 ], [ -73.866952, 40.902475 ], [ -73.865635, 40.902086 ], [ -73.865268, 40.901962 ], [ -73.865256, 40.901949 ], [ -73.864669, 40.901793 ], [ -73.862879, 40.901538 ], [ -73.86286, 40.901525 ], [ -73.862643, 40.901474 ], [ -73.862557, 40.901427 ], [ -73.862401, 40.901341 ], [ -73.862041, 40.901203 ], [ -73.86159, 40.901051 ], [ -73.860956, 40.900846 ], [ -73.860775, 40.900787 ], [ -73.860321, 40.900638 ], [ -73.860257, 40.900616 ], [ -73.860104, 40.900578 ], [ -73.860006, 40.900565 ], [ -73.859633, 40.900458 ], [ -73.859258, 40.900338 ], [ -73.860238, 40.89884 ], [ -73.860993, 40.89776 ], [ -73.861113, 40.897589 ], [ -73.861295, 40.898099 ], [ -73.861423, 40.898539 ], [ -73.861471, 40.899148 ], [ -73.861457, 40.899527 ], [ -73.861335, 40.90019 ], [ -73.861916, 40.89883 ], [ -73.86222, 40.898816 ], [ -73.863769, 40.898657 ], [ -73.863483, 40.899373 ], [ -73.865092, 40.899206 ], [ -73.867447, 40.898953 ], [ -73.867573, 40.899631 ], [ -73.867701, 40.900312 ], [ -73.867827, 40.90099 ], [ -73.867955, 40.90167 ], [ -73.868081, 40.90235 ], [ -73.868042, 40.902642 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005045600", "name": "Census Tract 456, Bronx County, New York", "total_population_17": 3189, "white_alone_17": 613.0, "black_alone_17": 1642.0, "native_alone_17": 0.0, "asian_alone_17": 71.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 757.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.203, "pct_black_alone_change": -4.043, "pct_native_alone_change": -0.069, "pct_asian_alone_change": -0.549, "pct_hispanic_or_latino_change": 8.337, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8875466", "INTPTLON": "-073.8207511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.837337, 40.893814 ], [ -73.836282, 40.893531 ], [ -73.835605, 40.893315 ], [ -73.835174, 40.89317 ], [ -73.833595, 40.892706 ], [ -73.832716, 40.892443 ], [ -73.8327, 40.892438 ], [ -73.832503, 40.892377 ], [ -73.831856, 40.892217 ], [ -73.831703, 40.892178 ], [ -73.830972, 40.891935 ], [ -73.830818, 40.891879 ], [ -73.830087, 40.8917 ], [ -73.830022, 40.891686 ], [ -73.828716, 40.891274 ], [ -73.828125, 40.891051 ], [ -73.827943, 40.890928 ], [ -73.827269, 40.890797 ], [ -73.827224, 40.890785 ], [ -73.825256, 40.890248 ], [ -73.825241, 40.890244 ], [ -73.825002, 40.890178 ], [ -73.824403, 40.889978 ], [ -73.824025, 40.889978 ], [ -73.824009, 40.889978 ], [ -73.824047, 40.889866 ], [ -73.824036, 40.889823 ], [ -73.824017, 40.88975 ], [ -73.823963, 40.889763 ], [ -73.823781, 40.889809 ], [ -73.823607, 40.889853 ], [ -73.82356, 40.889857 ], [ -73.823555, 40.88987 ], [ -73.823573, 40.889882 ], [ -73.823598, 40.889956 ], [ -73.82368, 40.89003 ], [ -73.823689, 40.890076 ], [ -73.823671, 40.890137 ], [ -73.823661, 40.89017 ], [ -73.82365, 40.890338 ], [ -73.823634, 40.890391 ], [ -73.823617, 40.890413 ], [ -73.823576, 40.890426 ], [ -73.823527, 40.89043 ], [ -73.823373, 40.890416 ], [ -73.823303, 40.890421 ], [ -73.823172, 40.890545 ], [ -73.82312, 40.890648 ], [ -73.823113, 40.890777 ], [ -73.823132, 40.890871 ], [ -73.823205, 40.890918 ], [ -73.823256, 40.890961 ], [ -73.823302, 40.890989 ], [ -73.823282, 40.891082 ], [ -73.823244, 40.891199 ], [ -73.823003, 40.891078 ], [ -73.822959, 40.891056 ], [ -73.821703, 40.89073 ], [ -73.820994, 40.890543 ], [ -73.819719, 40.890206 ], [ -73.819558, 40.890163 ], [ -73.8195, 40.890147 ], [ -73.819419, 40.890125 ], [ -73.818929, 40.889993 ], [ -73.818732, 40.88994 ], [ -73.818503, 40.889878 ], [ -73.817614, 40.889679 ], [ -73.817596, 40.889675 ], [ -73.816732, 40.889503 ], [ -73.816611, 40.889479 ], [ -73.816483, 40.88943 ], [ -73.816206, 40.889316 ], [ -73.816104, 40.889276 ], [ -73.815603, 40.889178 ], [ -73.815329, 40.889066 ], [ -73.815165, 40.888999 ], [ -73.815048, 40.888951 ], [ -73.813761, 40.888721 ], [ -73.813659, 40.888706 ], [ -73.81364, 40.888694 ], [ -73.813617, 40.888696 ], [ -73.812645, 40.888437 ], [ -73.812429, 40.88838 ], [ -73.811266, 40.888094 ], [ -73.811101, 40.888044 ], [ -73.811065, 40.888033 ], [ -73.810953, 40.887998 ], [ -73.8109, 40.887982 ], [ -73.809942, 40.88769 ], [ -73.809923, 40.887684 ], [ -73.809457, 40.887604 ], [ -73.80872, 40.887481 ], [ -73.808351, 40.887361 ], [ -73.807573, 40.887102 ], [ -73.806395, 40.886801 ], [ -73.805726, 40.886662 ], [ -73.805402, 40.886596 ], [ -73.805343, 40.886584 ], [ -73.805302, 40.886579 ], [ -73.804789, 40.886505 ], [ -73.80477, 40.8865 ], [ -73.804604, 40.886456 ], [ -73.804466, 40.88642 ], [ -73.804191, 40.886348 ], [ -73.803002, 40.886034 ], [ -73.802945, 40.886019 ], [ -73.801896, 40.885707 ], [ -73.801617, 40.885632 ], [ -73.799289, 40.885007 ], [ -73.798295, 40.884739 ], [ -73.797348, 40.88449 ], [ -73.797302, 40.884478 ], [ -73.797102, 40.884478 ], [ -73.796262, 40.884309 ], [ -73.794863, 40.883914 ], [ -73.794311, 40.883781 ], [ -73.794048, 40.883718 ], [ -73.792942, 40.883411 ], [ -73.793702, 40.882897 ], [ -73.794165, 40.882993 ], [ -73.794493, 40.883068 ], [ -73.799251, 40.88463 ], [ -73.802199, 40.88521 ], [ -73.803395, 40.885446 ], [ -73.805298, 40.885998 ], [ -73.805551, 40.885932 ], [ -73.805759, 40.885886 ], [ -73.806042, 40.885837 ], [ -73.806319, 40.885802 ], [ -73.80661, 40.885779 ], [ -73.80692, 40.885769 ], [ -73.807243, 40.885763 ], [ -73.807578, 40.885773 ], [ -73.807911, 40.8858 ], [ -73.808166, 40.885832 ], [ -73.808282, 40.885851 ], [ -73.808472, 40.885883 ], [ -73.808741, 40.885941 ], [ -73.810066, 40.886171 ], [ -73.811304, 40.886419 ], [ -73.81245, 40.886645 ], [ -73.812542, 40.886657 ], [ -73.812884, 40.886695 ], [ -73.813129, 40.886722 ], [ -73.815256, 40.88666 ], [ -73.815413, 40.886655 ], [ -73.815589, 40.886629 ], [ -73.816616, 40.886386 ], [ -73.81936, 40.885726 ], [ -73.819814, 40.885574 ], [ -73.819933, 40.885714 ], [ -73.820774, 40.88671 ], [ -73.823541, 40.8875 ], [ -73.823752, 40.887832 ], [ -73.824492, 40.887378 ], [ -73.824568, 40.887483 ], [ -73.824648, 40.887566 ], [ -73.82492, 40.88785 ], [ -73.826018, 40.888029 ], [ -73.827328, 40.888185 ], [ -73.827728, 40.888329 ], [ -73.828135, 40.888579 ], [ -73.82857, 40.888862 ], [ -73.829047, 40.889028 ], [ -73.829473, 40.889083 ], [ -73.830221, 40.889113 ], [ -73.831298, 40.889192 ], [ -73.832214, 40.889247 ], [ -73.833122, 40.8893 ], [ -73.834452, 40.889363 ], [ -73.834674, 40.889332 ], [ -73.835549, 40.889133 ], [ -73.836459, 40.891516 ], [ -73.837337, 40.893814 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005045800", "name": "Census Tract 458, Bronx County, New York", "total_population_17": 5506, "white_alone_17": 13.0, "black_alone_17": 1839.0, "native_alone_17": 0.0, "asian_alone_17": 58.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3434.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.869, "pct_black_alone_change": -19.308, "pct_native_alone_change": -0.3, "pct_asian_alone_change": 0.862, "pct_hispanic_or_latino_change": 16.796, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8858611", "INTPTLON": "-073.8452028" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.84882, 40.88492 ], [ -73.848364, 40.88561 ], [ -73.847903, 40.886296 ], [ -73.847444, 40.886978 ], [ -73.847049, 40.887672 ], [ -73.845256, 40.887943 ], [ -73.844654, 40.888033 ], [ -73.843765, 40.888168 ], [ -73.842859, 40.888307 ], [ -73.841941, 40.888418 ], [ -73.841543, 40.887336 ], [ -73.84118, 40.886408 ], [ -73.843146, 40.885031 ], [ -73.845308, 40.883484 ], [ -73.846067, 40.882901 ], [ -73.848656, 40.88399 ], [ -73.849278, 40.884242 ], [ -73.84882, 40.88492 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005046000", "name": "Census Tract 460, Bronx County, New York", "total_population_17": 3073, "white_alone_17": 55.0, "black_alone_17": 2043.0, "native_alone_17": 14.0, "asian_alone_17": 3.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 948.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.035, "pct_black_alone_change": -10.792, "pct_native_alone_change": 0.048, "pct_asian_alone_change": 0.024, "pct_hispanic_or_latino_change": 12.951, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8824438", "INTPTLON": "-073.8426481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.846576, 40.882211 ], [ -73.846067, 40.882901 ], [ -73.845308, 40.883484 ], [ -73.843146, 40.885031 ], [ -73.84118, 40.886408 ], [ -73.84044, 40.884734 ], [ -73.83951, 40.88263 ], [ -73.838743, 40.881266 ], [ -73.839652, 40.880926 ], [ -73.840462, 40.880623 ], [ -73.841277, 40.880317 ], [ -73.842015, 40.879872 ], [ -73.842738, 40.879425 ], [ -73.842997, 40.879262 ], [ -73.843241, 40.879109 ], [ -73.844773, 40.879756 ], [ -73.84462, 40.879954 ], [ -73.844263, 40.88042 ], [ -73.847026, 40.881593 ], [ -73.846576, 40.882211 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005046201", "name": "Census Tract 462.01, Bronx County, New York", "total_population_17": 28937, "white_alone_17": 2093.0, "black_alone_17": 16231.0, "native_alone_17": 72.0, "asian_alone_17": 396.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 9605.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.183, "pct_black_alone_change": -1.157, "pct_native_alone_change": 0.057, "pct_asian_alone_change": 0.251, "pct_hispanic_or_latino_change": 9.472, "pct_native_hawaiian_pacific_islander_change": -0.008, "INTPTLAT": "+40.8756347", "INTPTLON": "-073.8269340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.834881, 40.875505 ], [ -73.834789, 40.876079 ], [ -73.834666, 40.876612 ], [ -73.834502, 40.877227 ], [ -73.834422, 40.877403 ], [ -73.834, 40.878388 ], [ -73.8334, 40.879155 ], [ -73.832451, 40.880216 ], [ -73.832117, 40.880537 ], [ -73.831444, 40.881107 ], [ -73.830485, 40.881777 ], [ -73.829861, 40.882175 ], [ -73.829049, 40.882622 ], [ -73.828249, 40.883035 ], [ -73.826063, 40.884153 ], [ -73.826612, 40.884649 ], [ -73.82613, 40.884819 ], [ -73.825795, 40.884923 ], [ -73.825261, 40.885095 ], [ -73.824394, 40.885374 ], [ -73.82354, 40.885649 ], [ -73.82259, 40.885943 ], [ -73.822058, 40.886108 ], [ -73.821807, 40.886126 ], [ -73.821458, 40.886115 ], [ -73.821188, 40.88598 ], [ -73.82103, 40.885867 ], [ -73.820906, 40.88571 ], [ -73.820794, 40.885484 ], [ -73.82076, 40.885304 ], [ -73.820322, 40.885438 ], [ -73.819814, 40.885574 ], [ -73.819926, 40.88212 ], [ -73.821104, 40.878964 ], [ -73.823296, 40.873098 ], [ -73.821267, 40.869071 ], [ -73.821006, 40.868962 ], [ -73.820873, 40.868907 ], [ -73.821164, 40.868583 ], [ -73.821458, 40.868406 ], [ -73.824421, 40.865339 ], [ -73.826416, 40.863034 ], [ -73.827852, 40.861352 ], [ -73.828124, 40.861249 ], [ -73.828372, 40.860947 ], [ -73.829594, 40.862173 ], [ -73.829809, 40.862583 ], [ -73.830905, 40.864848 ], [ -73.831223, 40.86536 ], [ -73.831459, 40.865678 ], [ -73.831763, 40.865919 ], [ -73.832049, 40.866392 ], [ -73.832565, 40.86729 ], [ -73.83316, 40.86832 ], [ -73.833385, 40.868947 ], [ -73.833631, 40.870146 ], [ -73.834013, 40.871172 ], [ -73.834337, 40.872027 ], [ -73.834494, 40.872558 ], [ -73.83475, 40.873743 ], [ -73.834881, 40.874429 ], [ -73.834881, 40.875505 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005046202", "name": "Census Tract 462.02, Bronx County, New York", "total_population_17": 9690, "white_alone_17": 153.0, "black_alone_17": 6474.0, "native_alone_17": 280.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2639.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.827, "pct_black_alone_change": 0.011, "pct_native_alone_change": 2.396, "pct_asian_alone_change": 0.326, "pct_hispanic_or_latino_change": 5.168, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.8794276", "INTPTLON": "-073.8341062" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.842997, 40.879262 ], [ -73.842738, 40.879425 ], [ -73.842015, 40.879872 ], [ -73.841277, 40.880317 ], [ -73.840462, 40.880623 ], [ -73.839652, 40.880926 ], [ -73.838743, 40.881266 ], [ -73.837827, 40.881608 ], [ -73.836987, 40.881939 ], [ -73.836641, 40.88212 ], [ -73.836218, 40.882393 ], [ -73.835609, 40.882945 ], [ -73.834544, 40.883708 ], [ -73.834346, 40.88385 ], [ -73.834047, 40.88399 ], [ -73.833618, 40.884186 ], [ -73.833435, 40.88427 ], [ -73.833244, 40.884345 ], [ -73.833014, 40.884419 ], [ -73.83281, 40.884472 ], [ -73.832549, 40.884522 ], [ -73.832337, 40.88455 ], [ -73.831302, 40.884711 ], [ -73.830654, 40.884853 ], [ -73.830337, 40.884969 ], [ -73.829533, 40.885303 ], [ -73.828635, 40.885659 ], [ -73.827896, 40.885952 ], [ -73.826963, 40.886298 ], [ -73.82604, 40.886545 ], [ -73.825248, 40.886816 ], [ -73.824407, 40.887259 ], [ -73.824492, 40.887378 ], [ -73.823752, 40.887832 ], [ -73.823541, 40.8875 ], [ -73.820774, 40.88671 ], [ -73.819933, 40.885714 ], [ -73.819814, 40.885574 ], [ -73.820322, 40.885438 ], [ -73.82076, 40.885304 ], [ -73.820794, 40.885484 ], [ -73.820906, 40.88571 ], [ -73.82103, 40.885867 ], [ -73.821188, 40.88598 ], [ -73.821458, 40.886115 ], [ -73.821807, 40.886126 ], [ -73.822058, 40.886108 ], [ -73.82259, 40.885943 ], [ -73.82354, 40.885649 ], [ -73.824394, 40.885374 ], [ -73.825261, 40.885095 ], [ -73.825795, 40.884923 ], [ -73.82613, 40.884819 ], [ -73.826612, 40.884649 ], [ -73.826063, 40.884153 ], [ -73.828249, 40.883035 ], [ -73.829049, 40.882622 ], [ -73.829861, 40.882175 ], [ -73.830485, 40.881777 ], [ -73.831444, 40.881107 ], [ -73.832117, 40.880537 ], [ -73.832451, 40.880216 ], [ -73.8334, 40.879155 ], [ -73.834, 40.878388 ], [ -73.834422, 40.877403 ], [ -73.834502, 40.877227 ], [ -73.834666, 40.876612 ], [ -73.834789, 40.876079 ], [ -73.834881, 40.875505 ], [ -73.834881, 40.874429 ], [ -73.83475, 40.873743 ], [ -73.834494, 40.872558 ], [ -73.834337, 40.872027 ], [ -73.834013, 40.871172 ], [ -73.833631, 40.870146 ], [ -73.833385, 40.868947 ], [ -73.83316, 40.86832 ], [ -73.833912, 40.868076 ], [ -73.834818, 40.867781 ], [ -73.835658, 40.867513 ], [ -73.836557, 40.869352 ], [ -73.837402, 40.871109 ], [ -73.838292, 40.872951 ], [ -73.837461, 40.873223 ], [ -73.838355, 40.874922 ], [ -73.839248, 40.876619 ], [ -73.838411, 40.876868 ], [ -73.838148, 40.876954 ], [ -73.838732, 40.877193 ], [ -73.839277, 40.877388 ], [ -73.839438, 40.877446 ], [ -73.839591, 40.877515 ], [ -73.84018, 40.87778 ], [ -73.840196, 40.877787 ], [ -73.840988, 40.878147 ], [ -73.841141, 40.878216 ], [ -73.842395, 40.878751 ], [ -73.84255, 40.878817 ], [ -73.843241, 40.879109 ], [ -73.842997, 40.879262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005048400", "name": "Census Tract 484, Bronx County, New York", "total_population_17": 4244, "white_alone_17": 160.0, "black_alone_17": 3197.0, "native_alone_17": 176.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 785.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.151, "pct_black_alone_change": -3.781, "pct_native_alone_change": 3.828, "pct_asian_alone_change": -0.509, "pct_hispanic_or_latino_change": 2.824, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8863051", "INTPTLON": "-073.8345873" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.841955, 40.888454 ], [ -73.841053, 40.888553 ], [ -73.840176, 40.888687 ], [ -73.839977, 40.88872 ], [ -73.839773, 40.888738 ], [ -73.839545, 40.888738 ], [ -73.839332, 40.888721 ], [ -73.839206, 40.888702 ], [ -73.838227, 40.888644 ], [ -73.837322, 40.888742 ], [ -73.836434, 40.888935 ], [ -73.835549, 40.889133 ], [ -73.834674, 40.889332 ], [ -73.834452, 40.889363 ], [ -73.833122, 40.8893 ], [ -73.832214, 40.889247 ], [ -73.831298, 40.889192 ], [ -73.830221, 40.889113 ], [ -73.829473, 40.889083 ], [ -73.829047, 40.889028 ], [ -73.82857, 40.888862 ], [ -73.828135, 40.888579 ], [ -73.827728, 40.888329 ], [ -73.827328, 40.888185 ], [ -73.826018, 40.888029 ], [ -73.82492, 40.88785 ], [ -73.824648, 40.887566 ], [ -73.824568, 40.887483 ], [ -73.824492, 40.887378 ], [ -73.824407, 40.887259 ], [ -73.825248, 40.886816 ], [ -73.82604, 40.886545 ], [ -73.826963, 40.886298 ], [ -73.827896, 40.885952 ], [ -73.828635, 40.885659 ], [ -73.829533, 40.885303 ], [ -73.830337, 40.884969 ], [ -73.830654, 40.884853 ], [ -73.831302, 40.884711 ], [ -73.832337, 40.88455 ], [ -73.832549, 40.884522 ], [ -73.83281, 40.884472 ], [ -73.833014, 40.884419 ], [ -73.833244, 40.884345 ], [ -73.833435, 40.88427 ], [ -73.833618, 40.884186 ], [ -73.834047, 40.88399 ], [ -73.834346, 40.88385 ], [ -73.834544, 40.883708 ], [ -73.835609, 40.882945 ], [ -73.836218, 40.882393 ], [ -73.836641, 40.88212 ], [ -73.836987, 40.881939 ], [ -73.837827, 40.881608 ], [ -73.838743, 40.881266 ], [ -73.83951, 40.88263 ], [ -73.84044, 40.884734 ], [ -73.84118, 40.886408 ], [ -73.841543, 40.887336 ], [ -73.841941, 40.888418 ], [ -73.841955, 40.888454 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005050400", "name": "Census Tract 504, Bronx County, New York", "total_population_17": 143, "white_alone_17": 0.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 134.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -40.0, "pct_black_alone_change": 3.497, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 2.797, "pct_hispanic_or_latino_change": 33.706, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8695935", "INTPTLON": "-073.7958478" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.823296, 40.873098 ], [ -73.821104, 40.878964 ], [ -73.819926, 40.88212 ], [ -73.819814, 40.885574 ], [ -73.81936, 40.885726 ], [ -73.816616, 40.886386 ], [ -73.815589, 40.886629 ], [ -73.815413, 40.886655 ], [ -73.815256, 40.88666 ], [ -73.813129, 40.886722 ], [ -73.812884, 40.886695 ], [ -73.812542, 40.886657 ], [ -73.81245, 40.886645 ], [ -73.811304, 40.886419 ], [ -73.810066, 40.886171 ], [ -73.808741, 40.885941 ], [ -73.808472, 40.885883 ], [ -73.808282, 40.885851 ], [ -73.808166, 40.885832 ], [ -73.807911, 40.8858 ], [ -73.807578, 40.885773 ], [ -73.807243, 40.885763 ], [ -73.80692, 40.885769 ], [ -73.80661, 40.885779 ], [ -73.806319, 40.885802 ], [ -73.806042, 40.885837 ], [ -73.805759, 40.885886 ], [ -73.805551, 40.885932 ], [ -73.805298, 40.885998 ], [ -73.803395, 40.885446 ], [ -73.802199, 40.88521 ], [ -73.799251, 40.88463 ], [ -73.794493, 40.883068 ], [ -73.794165, 40.882993 ], [ -73.793702, 40.882897 ], [ -73.792942, 40.883411 ], [ -73.785797, 40.8816 ], [ -73.783702, 40.881078 ], [ -73.783555, 40.881042 ], [ -73.783519, 40.881033 ], [ -73.783408, 40.881006 ], [ -73.782838, 40.880868 ], [ -73.782267, 40.880729 ], [ -73.781202, 40.880478 ], [ -73.760988, 40.875178 ], [ -73.749483, 40.872101 ], [ -73.74806, 40.871721 ], [ -73.753732, 40.856556 ], [ -73.753787, 40.856409 ], [ -73.771004, 40.860109 ], [ -73.773231, 40.860747 ], [ -73.790063, 40.860801 ], [ -73.793575, 40.856326 ], [ -73.801855, 40.840009 ], [ -73.808787, 40.838145 ], [ -73.809303, 40.838034 ], [ -73.809265, 40.842973 ], [ -73.809335, 40.849429 ], [ -73.808831, 40.852279 ], [ -73.812325, 40.860686 ], [ -73.815464, 40.86254 ], [ -73.817557, 40.863588 ], [ -73.816752, 40.864544 ], [ -73.816679, 40.86528 ], [ -73.816341, 40.8661 ], [ -73.820873, 40.868907 ], [ -73.821006, 40.868962 ], [ -73.821267, 40.869071 ], [ -73.823296, 40.873098 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36005051600", "name": "Census Tract 516, Bronx County, New York", "total_population_17": 4265, "white_alone_17": 2895.0, "black_alone_17": 27.0, "native_alone_17": 0.0, "asian_alone_17": 195.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1125.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.171, "pct_black_alone_change": -1.159, "pct_native_alone_change": -0.332, "pct_asian_alone_change": 0.944, "pct_hispanic_or_latino_change": 17.572, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.8465376", "INTPTLON": "-073.7784539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.801855, 40.840009 ], [ -73.793575, 40.856326 ], [ -73.790063, 40.860801 ], [ -73.773231, 40.860747 ], [ -73.771004, 40.860109 ], [ -73.753787, 40.856409 ], [ -73.757801, 40.845679 ], [ -73.757967, 40.845536 ], [ -73.76164, 40.842372 ], [ -73.762174, 40.841911 ], [ -73.773429, 40.832214 ], [ -73.77452, 40.831273 ], [ -73.789581, 40.834292 ], [ -73.790193, 40.834415 ], [ -73.808787, 40.838145 ], [ -73.801855, 40.840009 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047000100", "name": "Census Tract 1, Kings County, New York", "total_population_17": 4116, "white_alone_17": 2811.0, "black_alone_17": 369.0, "native_alone_17": 21.0, "asian_alone_17": 419.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 318.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.016, "pct_black_alone_change": -3.929, "pct_native_alone_change": 0.073, "pct_asian_alone_change": 5.159, "pct_hispanic_or_latino_change": -1.382, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.7002150", "INTPTLON": "-073.9938089" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9975, 40.699653 ], [ -73.996698, 40.700877 ], [ -73.995138, 40.70298 ], [ -73.995069, 40.703102 ], [ -73.994908, 40.703047 ], [ -73.994709, 40.702994 ], [ -73.994472, 40.702919 ], [ -73.994177, 40.702825 ], [ -73.99381, 40.702674 ], [ -73.993267, 40.702435 ], [ -73.992907, 40.702229 ], [ -73.992768, 40.70215 ], [ -73.992612, 40.702061 ], [ -73.99236, 40.701879 ], [ -73.992312, 40.701844 ], [ -73.992221, 40.701778 ], [ -73.992207, 40.701767 ], [ -73.992101, 40.701684 ], [ -73.991676, 40.701352 ], [ -73.99129, 40.701049 ], [ -73.990935, 40.700767 ], [ -73.990862, 40.700677 ], [ -73.990819, 40.700554 ], [ -73.990787, 40.70039 ], [ -73.990872, 40.700066 ], [ -73.991031, 40.699845 ], [ -73.991306, 40.699195 ], [ -73.991409, 40.698632 ], [ -73.991407, 40.697777 ], [ -73.991365, 40.69701 ], [ -73.992124, 40.697224 ], [ -73.99302, 40.69746 ], [ -73.99271, 40.698097 ], [ -73.994292, 40.698535 ], [ -73.995122, 40.698767 ], [ -73.996001, 40.699007 ], [ -73.996533, 40.699163 ], [ -73.996627, 40.699191 ], [ -73.996708, 40.69922 ], [ -73.996759, 40.69948 ], [ -73.996817, 40.699546 ], [ -73.996946, 40.699618 ], [ -73.997096, 40.699667 ], [ -73.997176, 40.699635 ], [ -73.997348, 40.69957 ], [ -73.997395, 40.699572 ], [ -73.9975, 40.699653 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047000200", "name": "Census Tract 2, Kings County, New York", "total_population_17": 1506, "white_alone_17": 52.0, "black_alone_17": 24.0, "native_alone_17": 0.0, "asian_alone_17": 56.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1337.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.996, "pct_black_alone_change": -3.088, "pct_native_alone_change": -0.153, "pct_asian_alone_change": 2.337, "pct_hispanic_or_latino_change": 1.902, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6532475", "INTPTLON": "-074.0110678" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.014596, 40.651333 ], [ -74.014012, 40.651895 ], [ -74.01343, 40.652453 ], [ -74.012844, 40.653016 ], [ -74.015048, 40.654362 ], [ -74.014469, 40.65491 ], [ -74.013895, 40.655466 ], [ -74.011684, 40.654135 ], [ -74.011103, 40.654695 ], [ -74.010493, 40.655276 ], [ -74.010366, 40.655402 ], [ -74.009669, 40.656095 ], [ -74.00938, 40.656372 ], [ -74.00879, 40.656963 ], [ -74.006607, 40.655624 ], [ -74.006528, 40.655577 ], [ -74.006419, 40.655512 ], [ -74.006358, 40.655475 ], [ -74.006231, 40.6554 ], [ -74.006839, 40.65485 ], [ -74.007361, 40.654326 ], [ -74.007614, 40.654111 ], [ -74.007977, 40.653727 ], [ -74.008545, 40.6532 ], [ -74.009107, 40.652625 ], [ -74.009705, 40.652032 ], [ -74.010308, 40.651483 ], [ -74.010556, 40.651224 ], [ -74.010915, 40.650938 ], [ -74.011477, 40.650363 ], [ -74.012053, 40.649799 ], [ -74.012629, 40.649235 ], [ -74.012739, 40.649302 ], [ -74.012869, 40.649381 ], [ -74.012952, 40.64943 ], [ -74.015184, 40.650773 ], [ -74.014596, 40.651333 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047000301", "name": "Census Tract 3.01, Kings County, New York", "total_population_17": 4340, "white_alone_17": 3436.0, "black_alone_17": 121.0, "native_alone_17": 24.0, "asian_alone_17": 244.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 276.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.793, "pct_black_alone_change": -4.261, "pct_native_alone_change": 0.374, "pct_asian_alone_change": 0.678, "pct_hispanic_or_latino_change": -0.631, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.6963723", "INTPTLON": "-073.9973735" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000277, 40.694959 ], [ -73.999882, 40.695605 ], [ -73.999604, 40.696069 ], [ -73.999461, 40.69628 ], [ -73.99942, 40.696361 ], [ -73.999428, 40.69641 ], [ -73.999478, 40.696466 ], [ -73.999535, 40.696578 ], [ -73.999474, 40.696704 ], [ -73.999295, 40.696795 ], [ -73.999182, 40.696885 ], [ -73.998991, 40.696812 ], [ -73.99894, 40.696941 ], [ -73.998857, 40.69692 ], [ -73.998763, 40.69711 ], [ -73.998847, 40.697141 ], [ -73.998376, 40.698048 ], [ -73.998032, 40.698762 ], [ -73.9975, 40.699653 ], [ -73.997395, 40.699572 ], [ -73.997348, 40.69957 ], [ -73.997176, 40.699635 ], [ -73.997096, 40.699667 ], [ -73.996946, 40.699618 ], [ -73.996817, 40.699546 ], [ -73.996759, 40.69948 ], [ -73.996708, 40.69922 ], [ -73.996627, 40.699191 ], [ -73.996533, 40.699163 ], [ -73.996001, 40.699007 ], [ -73.995122, 40.698767 ], [ -73.994292, 40.698535 ], [ -73.994605, 40.697888 ], [ -73.995326, 40.696378 ], [ -73.995547, 40.695892 ], [ -73.995855, 40.695221 ], [ -73.996197, 40.694507 ], [ -73.996417, 40.694047 ], [ -73.996455, 40.693967 ], [ -73.996716, 40.693439 ], [ -73.997609, 40.693601 ], [ -73.998312, 40.693726 ], [ -73.999072, 40.693851 ], [ -73.999138, 40.693859 ], [ -73.999201, 40.693867 ], [ -74.000025, 40.694097 ], [ -74.000701, 40.694388 ], [ -74.000277, 40.694959 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047000501", "name": "Census Tract 5.01, Kings County, New York", "total_population_17": 4536, "white_alone_17": 3197.0, "black_alone_17": 174.0, "native_alone_17": 0.0, "asian_alone_17": 482.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 445.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.946, "pct_black_alone_change": -0.795, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 4.484, "pct_hispanic_or_latino_change": 3.57, "pct_native_hawaiian_pacific_islander_change": 0.198, "INTPTLAT": "+40.6958143", "INTPTLON": "-073.9947007" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996455, 40.693967 ], [ -73.996417, 40.694047 ], [ -73.996197, 40.694507 ], [ -73.995855, 40.695221 ], [ -73.995547, 40.695892 ], [ -73.995326, 40.696378 ], [ -73.994605, 40.697888 ], [ -73.994292, 40.698535 ], [ -73.99271, 40.698097 ], [ -73.99302, 40.69746 ], [ -73.993785, 40.69587 ], [ -73.993978, 40.695463 ], [ -73.994298, 40.694792 ], [ -73.994619, 40.69412 ], [ -73.994829, 40.693673 ], [ -73.99508, 40.693147 ], [ -73.995925, 40.693301 ], [ -73.996716, 40.693439 ], [ -73.996455, 40.693967 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047000502", "name": "Census Tract 5.02, Kings County, New York", "total_population_17": 2756, "white_alone_17": 2099.0, "black_alone_17": 83.0, "native_alone_17": 0.0, "asian_alone_17": 214.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 247.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.266, "pct_black_alone_change": -1.619, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 1.623, "pct_hispanic_or_latino_change": 2.722, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6951344", "INTPTLON": "-073.9928614" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994829, 40.693673 ], [ -73.994619, 40.69412 ], [ -73.994298, 40.694792 ], [ -73.993978, 40.695463 ], [ -73.993785, 40.69587 ], [ -73.99302, 40.69746 ], [ -73.992124, 40.697224 ], [ -73.991365, 40.69701 ], [ -73.991298, 40.696579 ], [ -73.991225, 40.696385 ], [ -73.991144, 40.696159 ], [ -73.990746, 40.695034 ], [ -73.990663, 40.694561 ], [ -73.9921, 40.694947 ], [ -73.992424, 40.694276 ], [ -73.992744, 40.693605 ], [ -73.993103, 40.692846 ], [ -73.994186, 40.693009 ], [ -73.99508, 40.693147 ], [ -73.994829, 40.693673 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047000700", "name": "Census Tract 7, Kings County, New York", "total_population_17": 4054, "white_alone_17": 3126.0, "black_alone_17": 58.0, "native_alone_17": 0.0, "asian_alone_17": 415.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 303.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.113, "pct_black_alone_change": -5.956, "pct_native_alone_change": -0.054, "pct_asian_alone_change": 3.692, "pct_hispanic_or_latino_change": -0.375, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6923505", "INTPTLON": "-073.9973434" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.001542, 40.692786 ], [ -74.001317, 40.693208 ], [ -74.001277, 40.693298 ], [ -74.001194, 40.693484 ], [ -74.000959, 40.694069 ], [ -74.000701, 40.694388 ], [ -74.000025, 40.694097 ], [ -73.999201, 40.693867 ], [ -73.999138, 40.693859 ], [ -73.999072, 40.693851 ], [ -73.998312, 40.693726 ], [ -73.997609, 40.693601 ], [ -73.996716, 40.693439 ], [ -73.995925, 40.693301 ], [ -73.99508, 40.693147 ], [ -73.994186, 40.693009 ], [ -73.993103, 40.692846 ], [ -73.993438, 40.692154 ], [ -73.993543, 40.691936 ], [ -73.993736, 40.691535 ], [ -73.994046, 40.690897 ], [ -73.994361, 40.690239 ], [ -73.996233, 40.690758 ], [ -73.997374, 40.691073 ], [ -73.997793, 40.691188 ], [ -73.998477, 40.691377 ], [ -73.999136, 40.691554 ], [ -73.999343, 40.691608 ], [ -73.999641, 40.691682 ], [ -74.00019, 40.691846 ], [ -74.000315, 40.691875 ], [ -74.000495, 40.691938 ], [ -74.001744, 40.692407 ], [ -74.001542, 40.692786 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047000900", "name": "Census Tract 9, Kings County, New York", "total_population_17": 4410, "white_alone_17": 3065.0, "black_alone_17": 213.0, "native_alone_17": 0.0, "asian_alone_17": 563.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 294.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.099, "pct_black_alone_change": -2.057, "pct_native_alone_change": -0.23, "pct_asian_alone_change": 3.813, "pct_hispanic_or_latino_change": -1.092, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6917206", "INTPTLON": "-073.9916018" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994046, 40.690897 ], [ -73.993736, 40.691535 ], [ -73.993543, 40.691936 ], [ -73.993438, 40.692154 ], [ -73.993103, 40.692846 ], [ -73.992744, 40.693605 ], [ -73.992424, 40.694276 ], [ -73.9921, 40.694947 ], [ -73.990663, 40.694561 ], [ -73.990447, 40.693735 ], [ -73.990728, 40.693048 ], [ -73.990972, 40.692549 ], [ -73.989783, 40.692348 ], [ -73.989473, 40.692296 ], [ -73.98911, 40.692155 ], [ -73.988932, 40.692086 ], [ -73.989111, 40.691429 ], [ -73.989261, 40.690977 ], [ -73.989662, 40.690334 ], [ -73.989881, 40.689991 ], [ -73.990096, 40.689706 ], [ -73.990455, 40.689292 ], [ -73.990584, 40.689203 ], [ -73.990686, 40.689142 ], [ -73.992364, 40.68969 ], [ -73.994361, 40.690239 ], [ -73.994046, 40.690897 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047001100", "name": "Census Tract 11, Kings County, New York", "total_population_17": 1237, "white_alone_17": 806.0, "black_alone_17": 86.0, "native_alone_17": 0.0, "asian_alone_17": 150.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 167.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 38.662, "pct_black_alone_change": -13.561, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 1.87, "pct_hispanic_or_latino_change": -27.526, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6932903", "INTPTLON": "-073.9877087" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990728, 40.693048 ], [ -73.990447, 40.693735 ], [ -73.990663, 40.694561 ], [ -73.990746, 40.695034 ], [ -73.990092, 40.695074 ], [ -73.989016, 40.695029 ], [ -73.988917, 40.695024 ], [ -73.988756, 40.695018 ], [ -73.988702, 40.695016 ], [ -73.988617, 40.695013 ], [ -73.987162, 40.694961 ], [ -73.986696, 40.694943 ], [ -73.986169, 40.694924 ], [ -73.985143, 40.694885 ], [ -73.985168, 40.694359 ], [ -73.985199, 40.693716 ], [ -73.985235, 40.693045 ], [ -73.985241, 40.692926 ], [ -73.985279, 40.692158 ], [ -73.985363, 40.690667 ], [ -73.986331, 40.69105 ], [ -73.986465, 40.691104 ], [ -73.987348, 40.691458 ], [ -73.988228, 40.691811 ], [ -73.988932, 40.692086 ], [ -73.98911, 40.692155 ], [ -73.989473, 40.692296 ], [ -73.989783, 40.692348 ], [ -73.990972, 40.692549 ], [ -73.990728, 40.693048 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047001300", "name": "Census Tract 13, Kings County, New York", "total_population_17": 2401, "white_alone_17": 1446.0, "black_alone_17": 277.0, "native_alone_17": 0.0, "asian_alone_17": 159.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 463.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.994, "pct_black_alone_change": -13.651, "pct_native_alone_change": -0.395, "pct_asian_alone_change": -1.748, "pct_hispanic_or_latino_change": 5.861, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6976150", "INTPTLON": "-073.9883586" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.991409, 40.698632 ], [ -73.991306, 40.699195 ], [ -73.991031, 40.699845 ], [ -73.990872, 40.700066 ], [ -73.990787, 40.70039 ], [ -73.990819, 40.700554 ], [ -73.990862, 40.700677 ], [ -73.990935, 40.700767 ], [ -73.990368, 40.700757 ], [ -73.990173, 40.700753 ], [ -73.990028, 40.700751 ], [ -73.98973, 40.700734 ], [ -73.988827, 40.700704 ], [ -73.988684, 40.700699 ], [ -73.987743, 40.700663 ], [ -73.98724, 40.700643 ], [ -73.987047, 40.700634 ], [ -73.986879, 40.700622 ], [ -73.986798, 40.700617 ], [ -73.986797, 40.700477 ], [ -73.986804, 40.70021 ], [ -73.986808, 40.700084 ], [ -73.986813, 40.699956 ], [ -73.986901, 40.699221 ], [ -73.98694, 40.698781 ], [ -73.986943, 40.698753 ], [ -73.986947, 40.698713 ], [ -73.986969, 40.698504 ], [ -73.98616, 40.698479 ], [ -73.985865, 40.698461 ], [ -73.985726, 40.698453 ], [ -73.985587, 40.698446 ], [ -73.985379, 40.69844 ], [ -73.985158, 40.698443 ], [ -73.985044, 40.698444 ], [ -73.98496, 40.698445 ], [ -73.984955, 40.697617 ], [ -73.984985, 40.697213 ], [ -73.984889, 40.69693 ], [ -73.985003, 40.696766 ], [ -73.984726, 40.696129 ], [ -73.984606, 40.695945 ], [ -73.985083, 40.695963 ], [ -73.98509, 40.695833 ], [ -73.985143, 40.694885 ], [ -73.986169, 40.694924 ], [ -73.986696, 40.694943 ], [ -73.987162, 40.694961 ], [ -73.988617, 40.695013 ], [ -73.988702, 40.695016 ], [ -73.988756, 40.695018 ], [ -73.988917, 40.695024 ], [ -73.989016, 40.695029 ], [ -73.990092, 40.695074 ], [ -73.990746, 40.695034 ], [ -73.991144, 40.696159 ], [ -73.991225, 40.696385 ], [ -73.991298, 40.696579 ], [ -73.991365, 40.69701 ], [ -73.991407, 40.697777 ], [ -73.991409, 40.698632 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047001500", "name": "Census Tract 15, Kings County, New York", "total_population_17": 7391, "white_alone_17": 2264.0, "black_alone_17": 1693.0, "native_alone_17": 11.0, "asian_alone_17": 1687.0, "native_hawaiian_pacific_islander_17": 17.0, "hispanic_or_latino_17": 1461.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 22.635, "pct_black_alone_change": -36.118, "pct_native_alone_change": -0.695, "pct_asian_alone_change": 19.744, "pct_hispanic_or_latino_change": -8.736, "pct_native_hawaiian_pacific_islander_change": 0.23, "INTPTLAT": "+40.6942482", "INTPTLON": "-073.9829838" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985279, 40.692158 ], [ -73.985241, 40.692926 ], [ -73.985235, 40.693045 ], [ -73.985199, 40.693716 ], [ -73.985168, 40.694359 ], [ -73.985143, 40.694885 ], [ -73.98509, 40.695833 ], [ -73.985083, 40.695963 ], [ -73.984606, 40.695945 ], [ -73.984726, 40.696129 ], [ -73.985003, 40.696766 ], [ -73.984889, 40.69693 ], [ -73.984985, 40.697213 ], [ -73.984955, 40.697617 ], [ -73.98496, 40.698445 ], [ -73.983995, 40.698414 ], [ -73.983152, 40.698381 ], [ -73.983051, 40.698378 ], [ -73.983058, 40.698289 ], [ -73.983118, 40.697542 ], [ -73.982306, 40.697508 ], [ -73.982192, 40.697503 ], [ -73.982083, 40.697499 ], [ -73.980515, 40.697437 ], [ -73.980447, 40.69667 ], [ -73.980388, 40.696507 ], [ -73.980381, 40.696404 ], [ -73.980371, 40.696263 ], [ -73.980356, 40.696178 ], [ -73.980263, 40.695634 ], [ -73.980243, 40.695457 ], [ -73.980139, 40.694683 ], [ -73.979944, 40.694385 ], [ -73.979883, 40.694308 ], [ -73.979805, 40.694241 ], [ -73.979481, 40.694013 ], [ -73.97933, 40.693891 ], [ -73.979259, 40.69382 ], [ -73.979218, 40.693765 ], [ -73.979195, 40.693695 ], [ -73.979168, 40.693489 ], [ -73.980112, 40.693524 ], [ -73.980855, 40.693551 ], [ -73.980983, 40.693556 ], [ -73.981565, 40.693578 ], [ -73.981712, 40.693584 ], [ -73.981847, 40.693589 ], [ -73.982512, 40.693614 ], [ -73.982395, 40.692973 ], [ -73.981712, 40.692967 ], [ -73.981741, 40.692023 ], [ -73.98179, 40.691645 ], [ -73.982079, 40.691292 ], [ -73.98136, 40.689928 ], [ -73.981567, 40.689937 ], [ -73.982664, 40.689983 ], [ -73.983134, 40.690003 ], [ -73.983505, 40.690006 ], [ -73.983506, 40.689921 ], [ -73.98407, 40.690143 ], [ -73.984433, 40.690292 ], [ -73.985105, 40.690561 ], [ -73.985363, 40.690667 ], [ -73.985279, 40.692158 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047001800", "name": "Census Tract 18, Kings County, New York", "total_population_17": 2022, "white_alone_17": 216.0, "black_alone_17": 769.0, "native_alone_17": 28.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 962.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.568, "pct_black_alone_change": 14.592, "pct_native_alone_change": 0.622, "pct_asian_alone_change": -4.925, "pct_hispanic_or_latino_change": -1.591, "pct_native_hawaiian_pacific_islander_change": 0.94, "INTPTLAT": "+40.6560973", "INTPTLON": "-074.0308891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.053016, 40.656032 ], [ -74.052802, 40.656408 ], [ -74.052292, 40.657304 ], [ -74.051783, 40.6582 ], [ -74.05137, 40.658926 ], [ -74.050818, 40.659848 ], [ -74.050495, 40.660385 ], [ -74.050485, 40.660402 ], [ -74.05015, 40.660834 ], [ -74.049786, 40.661303 ], [ -74.049594, 40.661622 ], [ -74.048782, 40.661641 ], [ -74.046414, 40.661711 ], [ -74.0178, 40.662544 ], [ -74.00577, 40.666218 ], [ -74.002493, 40.667219 ], [ -74.001454, 40.667633 ], [ -74.000175, 40.668601 ], [ -73.999457, 40.67014 ], [ -73.999239, 40.67073 ], [ -73.999021, 40.671429 ], [ -73.998753, 40.671669 ], [ -73.998703, 40.671714 ], [ -73.998681, 40.671739 ], [ -73.998619, 40.67183 ], [ -73.998457, 40.671568 ], [ -73.997624, 40.670274 ], [ -73.997266, 40.669723 ], [ -73.997014, 40.669312 ], [ -73.996672, 40.668739 ], [ -73.996528, 40.668894 ], [ -73.996307, 40.668611 ], [ -73.996033, 40.66806 ], [ -73.995901, 40.667968 ], [ -73.995088, 40.667088 ], [ -73.994898, 40.666866 ], [ -73.994845, 40.666805 ], [ -73.99489, 40.666726 ], [ -73.994912, 40.666666 ], [ -73.994945, 40.666576 ], [ -73.994974, 40.666478 ], [ -73.995014, 40.66637 ], [ -73.995219, 40.666076 ], [ -73.995795, 40.665516 ], [ -73.996027, 40.665297 ], [ -73.996393, 40.664954 ], [ -73.996958, 40.664393 ], [ -73.997534, 40.663834 ], [ -73.998133, 40.663275 ], [ -73.998716, 40.662717 ], [ -73.999301, 40.662157 ], [ -73.99987, 40.661589 ], [ -74.000454, 40.661032 ], [ -74.001002, 40.660456 ], [ -74.00159, 40.659905 ], [ -74.002161, 40.659356 ], [ -74.00273, 40.658785 ], [ -74.003288, 40.658185 ], [ -74.003874, 40.657627 ], [ -74.004465, 40.657072 ], [ -74.005081, 40.656531 ], [ -74.005652, 40.655963 ], [ -74.006231, 40.6554 ], [ -74.006358, 40.655475 ], [ -74.006419, 40.655512 ], [ -74.006528, 40.655577 ], [ -74.006607, 40.655624 ], [ -74.00879, 40.656963 ], [ -74.00938, 40.656372 ], [ -74.009669, 40.656095 ], [ -74.010366, 40.655402 ], [ -74.010493, 40.655276 ], [ -74.011103, 40.654695 ], [ -74.011684, 40.654135 ], [ -74.013895, 40.655466 ], [ -74.014469, 40.65491 ], [ -74.015048, 40.654362 ], [ -74.012844, 40.653016 ], [ -74.01343, 40.652453 ], [ -74.014012, 40.651895 ], [ -74.014596, 40.651333 ], [ -74.015184, 40.650773 ], [ -74.015761, 40.650214 ], [ -74.016343, 40.649656 ], [ -74.016927, 40.649094 ], [ -74.017509, 40.648533 ], [ -74.018092, 40.647973 ], [ -74.018674, 40.647412 ], [ -74.019256, 40.646853 ], [ -74.02146, 40.648182 ], [ -74.02204, 40.647621 ], [ -74.022622, 40.647063 ], [ -74.023205, 40.646503 ], [ -74.023835, 40.645919 ], [ -74.021598, 40.644598 ], [ -74.022166, 40.644051 ], [ -74.022769, 40.643469 ], [ -74.023371, 40.642889 ], [ -74.023956, 40.642327 ], [ -74.024547, 40.64176 ], [ -74.02512, 40.64121 ], [ -74.025724, 40.640631 ], [ -74.026098, 40.64027 ], [ -74.026257, 40.640132 ], [ -74.026606, 40.640236 ], [ -74.026726, 40.640272 ], [ -74.026903, 40.640336 ], [ -74.027017, 40.64038 ], [ -74.027402, 40.640544 ], [ -74.028001, 40.640829 ], [ -74.028371, 40.640995 ], [ -74.028897, 40.641214 ], [ -74.029079, 40.641274 ], [ -74.029105, 40.641415 ], [ -74.028923, 40.641451 ], [ -74.02906, 40.641727 ], [ -74.030563, 40.642564 ], [ -74.032076, 40.643407 ], [ -74.032644, 40.6438 ], [ -74.053229, 40.655657 ], [ -74.053016, 40.656032 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047002000", "name": "Census Tract 20, Kings County, New York", "total_population_17": 1232, "white_alone_17": 37.0, "black_alone_17": 22.0, "native_alone_17": 37.0, "asian_alone_17": 85.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1088.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.19, "pct_black_alone_change": -5.584, "pct_native_alone_change": 2.876, "pct_asian_alone_change": 2.452, "pct_hispanic_or_latino_change": 5.656, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6480407", "INTPTLON": "-074.0159276" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.018674, 40.647412 ], [ -74.018092, 40.647973 ], [ -74.017509, 40.648533 ], [ -74.016927, 40.649094 ], [ -74.016343, 40.649656 ], [ -74.015761, 40.650214 ], [ -74.015184, 40.650773 ], [ -74.012952, 40.64943 ], [ -74.012869, 40.649381 ], [ -74.012739, 40.649302 ], [ -74.012629, 40.649235 ], [ -74.013172, 40.648652 ], [ -74.013733, 40.648079 ], [ -74.014377, 40.647554 ], [ -74.014932, 40.646982 ], [ -74.015533, 40.646418 ], [ -74.016086, 40.645882 ], [ -74.016651, 40.645331 ], [ -74.016779, 40.645398 ], [ -74.016931, 40.645475 ], [ -74.017074, 40.645538 ], [ -74.019256, 40.646853 ], [ -74.018674, 40.647412 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047002100", "name": "Census Tract 21, Kings County, New York", "total_population_17": 4910, "white_alone_17": 3463.0, "black_alone_17": 223.0, "native_alone_17": 0.0, "asian_alone_17": 532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 320.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.743, "pct_black_alone_change": -11.419, "pct_native_alone_change": -0.353, "pct_asian_alone_change": 4.927, "pct_hispanic_or_latino_change": -7.416, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7034471", "INTPTLON": "-073.9871024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.995069, 40.703102 ], [ -73.994806, 40.703296 ], [ -73.994663, 40.703431 ], [ -73.994858, 40.703566 ], [ -73.994992, 40.703654 ], [ -73.994882, 40.703788 ], [ -73.994881, 40.703813 ], [ -73.994816, 40.703906 ], [ -73.994714, 40.703997 ], [ -73.994797, 40.704096 ], [ -73.994618, 40.704226 ], [ -73.994565, 40.704265 ], [ -73.994498, 40.704318 ], [ -73.994341, 40.704429 ], [ -73.993861, 40.704556 ], [ -73.993807, 40.70454 ], [ -73.993775, 40.704449 ], [ -73.993693, 40.704476 ], [ -73.993713, 40.70452 ], [ -73.993853, 40.704829 ], [ -73.992722, 40.705544 ], [ -73.99148, 40.705625 ], [ -73.990882, 40.705124 ], [ -73.990696, 40.705131 ], [ -73.990549, 40.705144 ], [ -73.989861, 40.705175 ], [ -73.989608, 40.705158 ], [ -73.989495, 40.705145 ], [ -73.989424, 40.705137 ], [ -73.989381, 40.705137 ], [ -73.989224, 40.705137 ], [ -73.987957, 40.705134 ], [ -73.987577, 40.705158 ], [ -73.987449, 40.705166 ], [ -73.987271, 40.705181 ], [ -73.986866, 40.705161 ], [ -73.986762, 40.705118 ], [ -73.98669, 40.705075 ], [ -73.986641, 40.705018 ], [ -73.986623, 40.704979 ], [ -73.98653, 40.704979 ], [ -73.986429, 40.705083 ], [ -73.986434, 40.705349 ], [ -73.985852, 40.705415 ], [ -73.984189, 40.705582 ], [ -73.983442, 40.705645 ], [ -73.983426, 40.705577 ], [ -73.983398, 40.705467 ], [ -73.983351, 40.705451 ], [ -73.983227, 40.705482 ], [ -73.98308, 40.70548 ], [ -73.98308, 40.705519 ], [ -73.982825, 40.705558 ], [ -73.982741, 40.705576 ], [ -73.982748, 40.705532 ], [ -73.982572, 40.705518 ], [ -73.982455, 40.705509 ], [ -73.982449, 40.705547 ], [ -73.982329, 40.705552 ], [ -73.98221, 40.70554 ], [ -73.982033, 40.705515 ], [ -73.981856, 40.70549 ], [ -73.980987, 40.705374 ], [ -73.980907, 40.705907 ], [ -73.980332, 40.705846 ], [ -73.979479, 40.705825 ], [ -73.979233, 40.705769 ], [ -73.979372, 40.705443 ], [ -73.979171, 40.705301 ], [ -73.979168, 40.705279 ], [ -73.979328, 40.704746 ], [ -73.979466, 40.704462 ], [ -73.979603, 40.704177 ], [ -73.979988, 40.703541 ], [ -73.980224, 40.703063 ], [ -73.980339, 40.702659 ], [ -73.980141, 40.702386 ], [ -73.980511, 40.702048 ], [ -73.980649, 40.701561 ], [ -73.980729, 40.701268 ], [ -73.98285, 40.701359 ], [ -73.984761, 40.701439 ], [ -73.984827, 40.700577 ], [ -73.985443, 40.70059 ], [ -73.985634, 40.700595 ], [ -73.986601, 40.700621 ], [ -73.986798, 40.700617 ], [ -73.986879, 40.700622 ], [ -73.987047, 40.700634 ], [ -73.98724, 40.700643 ], [ -73.987743, 40.700663 ], [ -73.988684, 40.700699 ], [ -73.988827, 40.700704 ], [ -73.98973, 40.700734 ], [ -73.990028, 40.700751 ], [ -73.990173, 40.700753 ], [ -73.990368, 40.700757 ], [ -73.990935, 40.700767 ], [ -73.99129, 40.701049 ], [ -73.991676, 40.701352 ], [ -73.992101, 40.701684 ], [ -73.992207, 40.701767 ], [ -73.992221, 40.701778 ], [ -73.992312, 40.701844 ], [ -73.99236, 40.701879 ], [ -73.992612, 40.702061 ], [ -73.992768, 40.70215 ], [ -73.992907, 40.702229 ], [ -73.993267, 40.702435 ], [ -73.99381, 40.702674 ], [ -73.994177, 40.702825 ], [ -73.994472, 40.702919 ], [ -73.994709, 40.702994 ], [ -73.994908, 40.703047 ], [ -73.995069, 40.703102 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047002200", "name": "Census Tract 22, Kings County, New York", "total_population_17": 4907, "white_alone_17": 879.0, "black_alone_17": 125.0, "native_alone_17": 0.0, "asian_alone_17": 695.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.804, "pct_black_alone_change": -3.278, "pct_native_alone_change": -0.189, "pct_asian_alone_change": 1.545, "pct_hispanic_or_latino_change": 5.842, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6434585", "INTPTLON": "-074.0216933" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.026694, 40.6397 ], [ -74.0266, 40.639787 ], [ -74.026442, 40.63994 ], [ -74.026348, 40.640043 ], [ -74.026309, 40.64009 ], [ -74.026257, 40.640132 ], [ -74.026098, 40.64027 ], [ -74.025724, 40.640631 ], [ -74.02512, 40.64121 ], [ -74.024547, 40.64176 ], [ -74.023956, 40.642327 ], [ -74.023371, 40.642889 ], [ -74.022769, 40.643469 ], [ -74.022166, 40.644051 ], [ -74.021598, 40.644598 ], [ -74.023835, 40.645919 ], [ -74.023205, 40.646503 ], [ -74.022622, 40.647063 ], [ -74.02204, 40.647621 ], [ -74.02146, 40.648182 ], [ -74.019256, 40.646853 ], [ -74.017074, 40.645538 ], [ -74.016931, 40.645475 ], [ -74.016779, 40.645398 ], [ -74.016651, 40.645331 ], [ -74.017229, 40.644786 ], [ -74.017877, 40.644201 ], [ -74.017926, 40.644233 ], [ -74.018419, 40.643761 ], [ -74.019011, 40.643165 ], [ -74.01958, 40.642595 ], [ -74.020212, 40.641981 ], [ -74.020857, 40.641435 ], [ -74.020867, 40.641518 ], [ -74.020926, 40.641587 ], [ -74.020966, 40.641651 ], [ -74.021165, 40.641417 ], [ -74.021379, 40.641271 ], [ -74.02152, 40.641181 ], [ -74.02176, 40.641018 ], [ -74.021991, 40.64086 ], [ -74.022277, 40.640689 ], [ -74.022507, 40.640558 ], [ -74.022616, 40.640425 ], [ -74.023105, 40.639996 ], [ -74.023545, 40.639314 ], [ -74.023958, 40.638916 ], [ -74.024131, 40.638753 ], [ -74.024522, 40.63834 ], [ -74.024754, 40.638121 ], [ -74.026861, 40.639536 ], [ -74.026694, 40.6397 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047002300", "name": "Census Tract 23, Kings County, New York", "total_population_17": 4707, "white_alone_17": 34.0, "black_alone_17": 2354.0, "native_alone_17": 68.0, "asian_alone_17": 733.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1430.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.228, "pct_black_alone_change": -9.076, "pct_native_alone_change": 1.26, "pct_asian_alone_change": 4.725, "pct_hispanic_or_latino_change": 1.66, "pct_native_hawaiian_pacific_islander_change": -0.093, "INTPTLAT": "+40.6995617", "INTPTLON": "-073.9832799" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.986947, 40.698713 ], [ -73.986943, 40.698753 ], [ -73.98694, 40.698781 ], [ -73.986901, 40.699221 ], [ -73.986813, 40.699956 ], [ -73.986808, 40.700084 ], [ -73.986804, 40.70021 ], [ -73.986797, 40.700477 ], [ -73.986798, 40.700617 ], [ -73.986601, 40.700621 ], [ -73.985634, 40.700595 ], [ -73.985443, 40.70059 ], [ -73.984827, 40.700577 ], [ -73.984761, 40.701439 ], [ -73.98285, 40.701359 ], [ -73.980729, 40.701268 ], [ -73.980455, 40.700852 ], [ -73.980462, 40.699703 ], [ -73.980544, 40.698246 ], [ -73.980515, 40.697437 ], [ -73.982083, 40.697499 ], [ -73.982192, 40.697503 ], [ -73.982306, 40.697508 ], [ -73.983118, 40.697542 ], [ -73.983058, 40.698289 ], [ -73.983051, 40.698378 ], [ -73.983152, 40.698381 ], [ -73.983995, 40.698414 ], [ -73.98496, 40.698445 ], [ -73.985044, 40.698444 ], [ -73.985158, 40.698443 ], [ -73.985379, 40.69844 ], [ -73.985587, 40.698446 ], [ -73.985726, 40.698453 ], [ -73.985865, 40.698461 ], [ -73.98616, 40.698479 ], [ -73.986969, 40.698504 ], [ -73.986947, 40.698713 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047002901", "name": "Census Tract 29.01, Kings County, New York", "total_population_17": 4289, "white_alone_17": 98.0, "black_alone_17": 2071.0, "native_alone_17": 0.0, "asian_alone_17": 870.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1206.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.378, "pct_black_alone_change": -16.947, "pct_native_alone_change": -0.488, "pct_asian_alone_change": 18.703, "pct_hispanic_or_latino_change": -2.184, "pct_native_hawaiian_pacific_islander_change": -0.14, "INTPTLAT": "+40.6949933", "INTPTLON": "-073.9780959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980388, 40.696507 ], [ -73.979529, 40.696529 ], [ -73.978381, 40.696492 ], [ -73.97739, 40.696419 ], [ -73.976443, 40.696371 ], [ -73.976424, 40.696273 ], [ -73.976402, 40.696166 ], [ -73.976375, 40.696036 ], [ -73.976188, 40.695098 ], [ -73.976052, 40.694412 ], [ -73.975987, 40.694089 ], [ -73.97594, 40.693855 ], [ -73.975848, 40.693361 ], [ -73.977827, 40.693438 ], [ -73.979168, 40.693489 ], [ -73.979195, 40.693695 ], [ -73.979218, 40.693765 ], [ -73.979259, 40.69382 ], [ -73.97933, 40.693891 ], [ -73.979481, 40.694013 ], [ -73.979805, 40.694241 ], [ -73.979883, 40.694308 ], [ -73.979944, 40.694385 ], [ -73.980139, 40.694683 ], [ -73.980243, 40.695457 ], [ -73.980263, 40.695634 ], [ -73.980356, 40.696178 ], [ -73.980371, 40.696263 ], [ -73.980381, 40.696404 ], [ -73.980388, 40.696507 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003000", "name": "Census Tract 30, Kings County, New York", "total_population_17": 1780, "white_alone_17": 967.0, "black_alone_17": 70.0, "native_alone_17": 0.0, "asian_alone_17": 227.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 437.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.363, "pct_black_alone_change": 1.53, "pct_native_alone_change": -0.16, "pct_asian_alone_change": 0.1, "pct_hispanic_or_latino_change": 12.164, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6388788", "INTPTLON": "-074.0289766" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.030891, 40.638279 ], [ -74.030606, 40.638963 ], [ -74.030322, 40.639647 ], [ -74.029095, 40.640811 ], [ -74.028852, 40.640802 ], [ -74.029073, 40.640969 ], [ -74.028901, 40.641008 ], [ -74.028901, 40.641147 ], [ -74.029079, 40.641274 ], [ -74.028897, 40.641214 ], [ -74.028371, 40.640995 ], [ -74.028001, 40.640829 ], [ -74.027402, 40.640544 ], [ -74.027017, 40.64038 ], [ -74.026903, 40.640336 ], [ -74.026726, 40.640272 ], [ -74.026606, 40.640236 ], [ -74.026257, 40.640132 ], [ -74.026309, 40.64009 ], [ -74.026348, 40.640043 ], [ -74.026442, 40.63994 ], [ -74.0266, 40.639787 ], [ -74.026694, 40.6397 ], [ -74.026861, 40.639536 ], [ -74.027624, 40.638805 ], [ -74.027802, 40.638625 ], [ -74.028004, 40.638145 ], [ -74.028279, 40.637468 ], [ -74.028658, 40.636546 ], [ -74.031268, 40.637357 ], [ -74.030891, 40.638279 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003100", "name": "Census Tract 31, Kings County, New York", "total_population_17": 2800, "white_alone_17": 817.0, "black_alone_17": 980.0, "native_alone_17": 0.0, "asian_alone_17": 523.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 284.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 14.649, "pct_black_alone_change": -21.376, "pct_native_alone_change": -0.418, "pct_asian_alone_change": 3.0, "pct_hispanic_or_latino_change": -2.54, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6916128", "INTPTLON": "-073.9776860" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982512, 40.693614 ], [ -73.981847, 40.693589 ], [ -73.981712, 40.693584 ], [ -73.981565, 40.693578 ], [ -73.980983, 40.693556 ], [ -73.980855, 40.693551 ], [ -73.980112, 40.693524 ], [ -73.979168, 40.693489 ], [ -73.977827, 40.693438 ], [ -73.975848, 40.693361 ], [ -73.975036, 40.693331 ], [ -73.97426, 40.693302 ], [ -73.973855, 40.693287 ], [ -73.97354, 40.691707 ], [ -73.973126, 40.689622 ], [ -73.973264, 40.689627 ], [ -73.974109, 40.689663 ], [ -73.975106, 40.689698 ], [ -73.976102, 40.689737 ], [ -73.977098, 40.689773 ], [ -73.977939, 40.689806 ], [ -73.978624, 40.689831 ], [ -73.97951, 40.689863 ], [ -73.980429, 40.689901 ], [ -73.98136, 40.689928 ], [ -73.982079, 40.691292 ], [ -73.98179, 40.691645 ], [ -73.981741, 40.692023 ], [ -73.981712, 40.692967 ], [ -73.982395, 40.692973 ], [ -73.982512, 40.693614 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003300", "name": "Census Tract 33, Kings County, New York", "total_population_17": 3512, "white_alone_17": 1886.0, "black_alone_17": 903.0, "native_alone_17": 0.0, "asian_alone_17": 253.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 298.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 29.043, "pct_black_alone_change": -20.157, "pct_native_alone_change": -0.383, "pct_asian_alone_change": -0.079, "pct_hispanic_or_latino_change": -12.001, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6885112", "INTPTLON": "-073.9781063" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983505, 40.690006 ], [ -73.983134, 40.690003 ], [ -73.982664, 40.689983 ], [ -73.981567, 40.689937 ], [ -73.98136, 40.689928 ], [ -73.980429, 40.689901 ], [ -73.97951, 40.689863 ], [ -73.978624, 40.689831 ], [ -73.977939, 40.689806 ], [ -73.977098, 40.689773 ], [ -73.976102, 40.689737 ], [ -73.975106, 40.689698 ], [ -73.974616, 40.687191 ], [ -73.97559, 40.687086 ], [ -73.976206, 40.687025 ], [ -73.976545, 40.686994 ], [ -73.977361, 40.686919 ], [ -73.978208, 40.68682 ], [ -73.979057, 40.686713 ], [ -73.979363, 40.686682 ], [ -73.97959, 40.687004 ], [ -73.979841, 40.687345 ], [ -73.980559, 40.688351 ], [ -73.980647, 40.688523 ], [ -73.980813, 40.688775 ], [ -73.98087, 40.688866 ], [ -73.981068, 40.688945 ], [ -73.982009, 40.689322 ], [ -73.982893, 40.689674 ], [ -73.983506, 40.689921 ], [ -73.983505, 40.690006 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003400", "name": "Census Tract 34, Kings County, New York", "total_population_17": 3022, "white_alone_17": 1723.0, "black_alone_17": 139.0, "native_alone_17": 0.0, "asian_alone_17": 637.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 494.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.279, "pct_black_alone_change": 3.886, "pct_native_alone_change": -0.035, "pct_asian_alone_change": 8.605, "pct_hispanic_or_latino_change": 6.902, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6445449", "INTPTLON": "-074.0466996" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.055739, 40.65176 ], [ -74.054622, 40.653406 ], [ -74.054547, 40.65354 ], [ -74.05435, 40.653856 ], [ -74.054332, 40.653875 ], [ -74.054302, 40.653907 ], [ -74.053484, 40.655203 ], [ -74.053229, 40.655657 ], [ -74.032644, 40.6438 ], [ -74.032076, 40.643407 ], [ -74.030563, 40.642564 ], [ -74.02906, 40.641727 ], [ -74.028923, 40.641451 ], [ -74.029105, 40.641415 ], [ -74.029079, 40.641274 ], [ -74.028901, 40.641147 ], [ -74.028901, 40.641008 ], [ -74.029073, 40.640969 ], [ -74.028852, 40.640802 ], [ -74.029095, 40.640811 ], [ -74.030322, 40.639647 ], [ -74.030606, 40.638963 ], [ -74.030891, 40.638279 ], [ -74.031268, 40.637357 ], [ -74.031405, 40.637019 ], [ -74.031547, 40.636673 ], [ -74.031826, 40.635993 ], [ -74.032037, 40.635475 ], [ -74.032317, 40.634791 ], [ -74.034999, 40.635426 ], [ -74.0365, 40.635783 ], [ -74.037245, 40.635985 ], [ -74.037941, 40.635805 ], [ -74.038092, 40.635766 ], [ -74.038471, 40.635677 ], [ -74.056193, 40.639281 ], [ -74.055739, 40.65176 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003500", "name": "Census Tract 35, Kings County, New York", "total_population_17": 1708, "white_alone_17": 693.0, "black_alone_17": 617.0, "native_alone_17": 0.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 201.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.976, "pct_black_alone_change": -24.066, "pct_native_alone_change": -1.151, "pct_asian_alone_change": 1.399, "pct_hispanic_or_latino_change": 0.394, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6853252", "INTPTLON": "-073.9761803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979363, 40.686682 ], [ -73.979057, 40.686713 ], [ -73.978208, 40.68682 ], [ -73.977361, 40.686919 ], [ -73.976545, 40.686994 ], [ -73.976206, 40.687025 ], [ -73.97559, 40.687086 ], [ -73.974616, 40.687191 ], [ -73.97444, 40.686309 ], [ -73.974281, 40.685513 ], [ -73.973922, 40.683756 ], [ -73.97378, 40.683061 ], [ -73.974827, 40.683278 ], [ -73.975929, 40.683505 ], [ -73.976318, 40.683644 ], [ -73.977457, 40.684052 ], [ -73.978026, 40.684864 ], [ -73.978274, 40.685196 ], [ -73.979088, 40.686285 ], [ -73.979363, 40.686682 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003600", "name": "Census Tract 36, Kings County, New York", "total_population_17": 4245, "white_alone_17": 2488.0, "black_alone_17": 77.0, "native_alone_17": 18.0, "asian_alone_17": 926.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 642.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.299, "pct_black_alone_change": 0.393, "pct_native_alone_change": 0.297, "pct_asian_alone_change": 9.403, "pct_hispanic_or_latino_change": 3.956, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.6346861", "INTPTLON": "-074.0308979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.032874, 40.633429 ], [ -74.032593, 40.63411 ], [ -74.032317, 40.634791 ], [ -74.032037, 40.635475 ], [ -74.031826, 40.635993 ], [ -74.031547, 40.636673 ], [ -74.031405, 40.637019 ], [ -74.031268, 40.637357 ], [ -74.028658, 40.636546 ], [ -74.028807, 40.636189 ], [ -74.028942, 40.635867 ], [ -74.029134, 40.635373 ], [ -74.029357, 40.634837 ], [ -74.029633, 40.634153 ], [ -74.029913, 40.633474 ], [ -74.030191, 40.632791 ], [ -74.030473, 40.632099 ], [ -74.033155, 40.632735 ], [ -74.032874, 40.633429 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003700", "name": "Census Tract 37, Kings County, New York", "total_population_17": 1175, "white_alone_17": 876.0, "black_alone_17": 63.0, "native_alone_17": 0.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 32.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 48.783, "pct_black_alone_change": -22.369, "pct_native_alone_change": -0.56, "pct_asian_alone_change": 1.381, "pct_hispanic_or_latino_change": -21.367, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6893925", "INTPTLON": "-073.9847008" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989261, 40.690977 ], [ -73.989111, 40.691429 ], [ -73.988932, 40.692086 ], [ -73.988228, 40.691811 ], [ -73.987348, 40.691458 ], [ -73.986465, 40.691104 ], [ -73.986331, 40.69105 ], [ -73.985363, 40.690667 ], [ -73.985105, 40.690561 ], [ -73.984433, 40.690292 ], [ -73.98407, 40.690143 ], [ -73.983506, 40.689921 ], [ -73.982893, 40.689674 ], [ -73.982009, 40.689322 ], [ -73.981068, 40.688945 ], [ -73.98087, 40.688866 ], [ -73.980813, 40.688775 ], [ -73.980647, 40.688523 ], [ -73.980559, 40.688351 ], [ -73.979841, 40.687345 ], [ -73.97959, 40.687004 ], [ -73.979363, 40.686682 ], [ -73.979812, 40.686645 ], [ -73.981817, 40.68733 ], [ -73.983124, 40.687838 ], [ -73.983988, 40.688175 ], [ -73.98433, 40.688308 ], [ -73.985407, 40.688727 ], [ -73.986155, 40.689018 ], [ -73.988301, 40.689869 ], [ -73.989662, 40.690334 ], [ -73.989261, 40.690977 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003800", "name": "Census Tract 38, Kings County, New York", "total_population_17": 1506, "white_alone_17": 1072.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 247.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 74.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.003, "pct_black_alone_change": -0.249, "pct_native_alone_change": -0.187, "pct_asian_alone_change": 10.676, "pct_hispanic_or_latino_change": -0.624, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6365238", "INTPTLON": "-074.0474421" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.056233, 40.638177 ], [ -74.056193, 40.639281 ], [ -74.038471, 40.635677 ], [ -74.038092, 40.635766 ], [ -74.037941, 40.635805 ], [ -74.037245, 40.635985 ], [ -74.0365, 40.635783 ], [ -74.034999, 40.635426 ], [ -74.032317, 40.634791 ], [ -74.032593, 40.63411 ], [ -74.032874, 40.633429 ], [ -74.033155, 40.632735 ], [ -74.035836, 40.63337 ], [ -74.036926, 40.633639 ], [ -74.038949, 40.633813 ], [ -74.039089, 40.633828 ], [ -74.039169, 40.633836 ], [ -74.039338, 40.633803 ], [ -74.056261, 40.637407 ], [ -74.056233, 40.638177 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047003900", "name": "Census Tract 39, Kings County, New York", "total_population_17": 2411, "white_alone_17": 1369.0, "black_alone_17": 191.0, "native_alone_17": 12.0, "asian_alone_17": 326.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 386.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.895, "pct_black_alone_change": -16.382, "pct_native_alone_change": -0.257, "pct_asian_alone_change": 7.244, "pct_hispanic_or_latino_change": -10.229, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6849013", "INTPTLON": "-073.9808240" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983522, 40.684816 ], [ -73.983092, 40.685451 ], [ -73.982661, 40.686086 ], [ -73.982232, 40.686721 ], [ -73.981817, 40.68733 ], [ -73.979812, 40.686645 ], [ -73.979363, 40.686682 ], [ -73.979088, 40.686285 ], [ -73.978274, 40.685196 ], [ -73.978026, 40.684864 ], [ -73.978337, 40.684395 ], [ -73.978743, 40.68376 ], [ -73.979165, 40.683125 ], [ -73.979605, 40.682489 ], [ -73.981993, 40.683418 ], [ -73.983953, 40.684182 ], [ -73.983522, 40.684816 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047004100", "name": "Census Tract 41, Kings County, New York", "total_population_17": 3649, "white_alone_17": 2360.0, "black_alone_17": 435.0, "native_alone_17": 0.0, "asian_alone_17": 425.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 327.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.833, "pct_black_alone_change": -2.659, "pct_native_alone_change": -0.954, "pct_asian_alone_change": 6.602, "pct_hispanic_or_latino_change": -6.357, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6865996", "INTPTLON": "-073.9850538" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987859, 40.686504 ], [ -73.987429, 40.687138 ], [ -73.987, 40.687773 ], [ -73.986568, 40.688408 ], [ -73.986415, 40.688632 ], [ -73.986155, 40.689018 ], [ -73.985407, 40.688727 ], [ -73.98433, 40.688308 ], [ -73.983988, 40.688175 ], [ -73.983124, 40.687838 ], [ -73.981817, 40.68733 ], [ -73.982232, 40.686721 ], [ -73.982661, 40.686086 ], [ -73.983092, 40.685451 ], [ -73.983522, 40.684816 ], [ -73.983953, 40.684182 ], [ -73.986119, 40.685024 ], [ -73.988289, 40.685869 ], [ -73.987859, 40.686504 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047004300", "name": "Census Tract 43, Kings County, New York", "total_population_17": 3336, "white_alone_17": 2046.0, "black_alone_17": 289.0, "native_alone_17": 0.0, "asian_alone_17": 276.0, "native_hawaiian_pacific_islander_17": 33.0, "hispanic_or_latino_17": 495.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.863, "pct_black_alone_change": -12.819, "pct_native_alone_change": -0.068, "pct_asian_alone_change": 1.951, "pct_hispanic_or_latino_change": -11.607, "pct_native_hawaiian_pacific_islander_change": 0.989, "INTPTLAT": "+40.6882029", "INTPTLON": "-073.9895993" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993005, 40.688364 ], [ -73.992933, 40.688515 ], [ -73.992686, 40.689033 ], [ -73.992623, 40.689161 ], [ -73.992364, 40.68969 ], [ -73.990686, 40.689142 ], [ -73.990584, 40.689203 ], [ -73.990455, 40.689292 ], [ -73.990096, 40.689706 ], [ -73.989881, 40.689991 ], [ -73.989662, 40.690334 ], [ -73.988301, 40.689869 ], [ -73.986155, 40.689018 ], [ -73.986415, 40.688632 ], [ -73.986568, 40.688408 ], [ -73.987, 40.687773 ], [ -73.987429, 40.687138 ], [ -73.987859, 40.686504 ], [ -73.988289, 40.685869 ], [ -73.990468, 40.686728 ], [ -73.991885, 40.687292 ], [ -73.993269, 40.687825 ], [ -73.993005, 40.688364 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047004400", "name": "Census Tract 44, Kings County, New York", "total_population_17": 2373, "white_alone_17": 1930.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 227.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.626, "pct_black_alone_change": -0.15, "pct_native_alone_change": -0.193, "pct_asian_alone_change": 3.466, "pct_hispanic_or_latino_change": 5.051, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6330732", "INTPTLON": "-074.0485191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.056261, 40.637407 ], [ -74.039338, 40.633803 ], [ -74.039169, 40.633836 ], [ -74.039089, 40.633828 ], [ -74.038949, 40.633813 ], [ -74.036926, 40.633639 ], [ -74.035836, 40.63337 ], [ -74.033155, 40.632735 ], [ -74.030473, 40.632099 ], [ -74.030764, 40.631392 ], [ -74.031061, 40.630661 ], [ -74.03136, 40.629931 ], [ -74.031658, 40.629199 ], [ -74.031957, 40.628471 ], [ -74.032256, 40.627741 ], [ -74.034938, 40.628375 ], [ -74.03762, 40.629013 ], [ -74.037918, 40.628281 ], [ -74.038832, 40.628497 ], [ -74.039896, 40.628729 ], [ -74.040933, 40.628932 ], [ -74.041041, 40.628954 ], [ -74.041296, 40.629004 ], [ -74.056468, 40.631715 ], [ -74.056261, 40.637407 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047004500", "name": "Census Tract 45, Kings County, New York", "total_population_17": 3651, "white_alone_17": 2960.0, "black_alone_17": 75.0, "native_alone_17": 0.0, "asian_alone_17": 263.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 144.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.459, "pct_black_alone_change": -0.095, "pct_native_alone_change": -0.145, "pct_asian_alone_change": 1.455, "pct_hispanic_or_latino_change": -3.489, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6881460", "INTPTLON": "-073.9952870" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.998134, 40.686814 ], [ -73.997873, 40.687358 ], [ -73.997562, 40.688 ], [ -73.997333, 40.688485 ], [ -73.997203, 40.688749 ], [ -73.996874, 40.689433 ], [ -73.996548, 40.690104 ], [ -73.996233, 40.690758 ], [ -73.994361, 40.690239 ], [ -73.992364, 40.68969 ], [ -73.992623, 40.689161 ], [ -73.992686, 40.689033 ], [ -73.992933, 40.688515 ], [ -73.993005, 40.688364 ], [ -73.993269, 40.687825 ], [ -73.993338, 40.687679 ], [ -73.993604, 40.687127 ], [ -73.993787, 40.686756 ], [ -73.99393, 40.686453 ], [ -73.994091, 40.686114 ], [ -73.994254, 40.685778 ], [ -73.994408, 40.685453 ], [ -73.994538, 40.685495 ], [ -73.995386, 40.685775 ], [ -73.99618, 40.686037 ], [ -73.996358, 40.686096 ], [ -73.996488, 40.686138 ], [ -73.997278, 40.686398 ], [ -73.998189, 40.6867 ], [ -73.998134, 40.686814 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047004600", "name": "Census Tract 46, Kings County, New York", "total_population_17": 1378, "white_alone_17": 1134.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 164.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 72.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.121, "pct_black_alone_change": 0.006, "pct_native_alone_change": -0.247, "pct_asian_alone_change": 7.628, "pct_hispanic_or_latino_change": -0.609, "pct_native_hawaiian_pacific_islander_change": -0.082, "INTPTLAT": "+40.6285788", "INTPTLON": "-074.0495131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.056468, 40.631715 ], [ -74.041296, 40.629004 ], [ -74.041041, 40.628954 ], [ -74.040933, 40.628932 ], [ -74.039896, 40.628729 ], [ -74.038832, 40.628497 ], [ -74.037918, 40.628281 ], [ -74.03762, 40.629013 ], [ -74.034938, 40.628375 ], [ -74.032256, 40.627741 ], [ -74.029573, 40.627103 ], [ -74.026856, 40.626459 ], [ -74.027139, 40.625762 ], [ -74.027153, 40.625727 ], [ -74.029871, 40.626374 ], [ -74.032555, 40.62701 ], [ -74.032833, 40.626329 ], [ -74.033108, 40.625647 ], [ -74.035789, 40.626285 ], [ -74.036071, 40.625599 ], [ -74.036426, 40.624734 ], [ -74.039109, 40.625372 ], [ -74.040716, 40.62572 ], [ -74.041302, 40.625899 ], [ -74.041415, 40.625934 ], [ -74.041681, 40.62602 ], [ -74.05663, 40.627287 ], [ -74.056468, 40.631715 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047004700", "name": "Census Tract 47, Kings County, New York", "total_population_17": 2025, "white_alone_17": 1143.0, "black_alone_17": 292.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 356.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.843, "pct_black_alone_change": -1.112, "pct_native_alone_change": -0.086, "pct_asian_alone_change": -2.333, "pct_hispanic_or_latino_change": -12.887, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6883662", "INTPTLON": "-074.0018662" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008425, 40.686016 ], [ -74.008164, 40.686175 ], [ -74.00795, 40.686293 ], [ -74.007929, 40.686276 ], [ -74.007899, 40.686251 ], [ -74.007843, 40.686238 ], [ -74.007778, 40.686245 ], [ -74.00773, 40.686254 ], [ -74.00767, 40.686269 ], [ -74.007623, 40.686285 ], [ -74.007536, 40.686315 ], [ -74.007497, 40.686344 ], [ -74.007411, 40.686388 ], [ -74.007243, 40.686449 ], [ -74.00715, 40.686475 ], [ -74.007064, 40.686504 ], [ -74.00702, 40.686526 ], [ -74.006989, 40.686509 ], [ -74.006875, 40.686464 ], [ -74.006755, 40.686413 ], [ -74.006594, 40.686347 ], [ -74.006506, 40.686314 ], [ -74.006444, 40.686296 ], [ -74.006406, 40.686289 ], [ -74.00635, 40.686285 ], [ -74.005874, 40.686207 ], [ -74.00563, 40.686784 ], [ -74.005038, 40.687561 ], [ -74.004593, 40.688215 ], [ -74.003919, 40.68886 ], [ -74.00382, 40.68893 ], [ -74.003409, 40.689613 ], [ -74.003024, 40.690349 ], [ -74.002993, 40.690427 ], [ -74.002763, 40.690364 ], [ -74.002616, 40.690324 ], [ -74.002427, 40.690273 ], [ -74.002178, 40.690206 ], [ -74.001963, 40.690136 ], [ -74.001853, 40.690388 ], [ -74.00096, 40.690132 ], [ -74.000699, 40.690612 ], [ -74.001332, 40.691225 ], [ -74.001969, 40.691843 ], [ -74.001818, 40.692222 ], [ -74.001744, 40.692407 ], [ -74.000495, 40.691938 ], [ -74.000315, 40.691875 ], [ -74.00019, 40.691846 ], [ -73.999641, 40.691682 ], [ -73.999343, 40.691608 ], [ -73.999136, 40.691554 ], [ -73.998477, 40.691377 ], [ -73.997793, 40.691188 ], [ -73.998087, 40.690535 ], [ -73.998412, 40.689856 ], [ -73.998742, 40.689177 ], [ -73.99907, 40.688498 ], [ -73.999378, 40.687853 ], [ -73.999638, 40.687315 ], [ -73.999696, 40.687198 ], [ -74.000642, 40.685247 ], [ -74.000822, 40.685286 ], [ -74.000921, 40.685321 ], [ -74.001003, 40.68535 ], [ -74.001476, 40.685485 ], [ -74.002364, 40.685737 ], [ -74.004504, 40.686301 ], [ -74.004853, 40.685668 ], [ -74.005497, 40.685847 ], [ -74.008135, 40.685615 ], [ -74.008386, 40.685969 ], [ -74.008425, 40.686016 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047004900", "name": "Census Tract 49, Kings County, New York", "total_population_17": 2631, "white_alone_17": 1612.0, "black_alone_17": 291.0, "native_alone_17": 0.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 431.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.454, "pct_black_alone_change": 1.303, "pct_native_alone_change": -0.27, "pct_asian_alone_change": -5.161, "pct_hispanic_or_latino_change": 1.843, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6879989", "INTPTLON": "-073.9984362" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000642, 40.685247 ], [ -73.999696, 40.687198 ], [ -73.999638, 40.687315 ], [ -73.999378, 40.687853 ], [ -73.99907, 40.688498 ], [ -73.998742, 40.689177 ], [ -73.998412, 40.689856 ], [ -73.998087, 40.690535 ], [ -73.997793, 40.691188 ], [ -73.997374, 40.691073 ], [ -73.996233, 40.690758 ], [ -73.996548, 40.690104 ], [ -73.996874, 40.689433 ], [ -73.997203, 40.688749 ], [ -73.997333, 40.688485 ], [ -73.997562, 40.688 ], [ -73.997873, 40.687358 ], [ -73.998134, 40.686814 ], [ -73.998189, 40.6867 ], [ -73.999081, 40.684816 ], [ -73.999865, 40.685036 ], [ -74.000642, 40.685247 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005000", "name": "Census Tract 50, Kings County, New York", "total_population_17": 2369, "white_alone_17": 1743.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 242.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 334.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.847, "pct_black_alone_change": 0.47, "pct_native_alone_change": -0.042, "pct_asian_alone_change": 3.468, "pct_hispanic_or_latino_change": 9.309, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+40.6245708", "INTPTLON": "-074.0488811" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.05663, 40.627287 ], [ -74.041681, 40.62602 ], [ -74.041415, 40.625934 ], [ -74.041302, 40.625899 ], [ -74.040716, 40.62572 ], [ -74.039109, 40.625372 ], [ -74.036426, 40.624734 ], [ -74.036071, 40.625599 ], [ -74.035789, 40.626285 ], [ -74.033108, 40.625647 ], [ -74.033389, 40.624968 ], [ -74.033742, 40.624099 ], [ -74.034043, 40.623363 ], [ -74.034323, 40.622683 ], [ -74.034601, 40.622001 ], [ -74.037282, 40.622638 ], [ -74.038692, 40.622969 ], [ -74.039961, 40.623276 ], [ -74.040291, 40.622546 ], [ -74.041309, 40.622438 ], [ -74.041467, 40.622428 ], [ -74.041659, 40.622402 ], [ -74.041781, 40.622541 ], [ -74.053522, 40.622091 ], [ -74.053838, 40.622618 ], [ -74.055324, 40.625103 ], [ -74.05663, 40.627287 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005100", "name": "Census Tract 51, Kings County, New York", "total_population_17": 2523, "white_alone_17": 1667.0, "black_alone_17": 56.0, "native_alone_17": 11.0, "asian_alone_17": 119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 513.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.611, "pct_black_alone_change": -5.472, "pct_native_alone_change": 0.149, "pct_asian_alone_change": -3.74, "pct_hispanic_or_latino_change": -7.426, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6834950", "INTPTLON": "-074.0034808" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00596, 40.683363 ], [ -74.005819, 40.683656 ], [ -74.005498, 40.684326 ], [ -74.005179, 40.684998 ], [ -74.004853, 40.685668 ], [ -74.004504, 40.686301 ], [ -74.002364, 40.685737 ], [ -74.001476, 40.685485 ], [ -74.001003, 40.68535 ], [ -74.000921, 40.685321 ], [ -74.000822, 40.685286 ], [ -74.000642, 40.685247 ], [ -74.000714, 40.685101 ], [ -74.000958, 40.684579 ], [ -74.001281, 40.683909 ], [ -74.001609, 40.683235 ], [ -74.001957, 40.682593 ], [ -74.0023, 40.681906 ], [ -74.002617, 40.681226 ], [ -74.002944, 40.680581 ], [ -74.00322, 40.680078 ], [ -74.003263, 40.679982 ], [ -74.00333, 40.679825 ], [ -74.00335, 40.679729 ], [ -74.003346, 40.67963 ], [ -74.003431, 40.679708 ], [ -74.003525, 40.67979 ], [ -74.003718, 40.680021 ], [ -74.003841, 40.680177 ], [ -74.004473, 40.680993 ], [ -74.004569, 40.68115 ], [ -74.005037, 40.681911 ], [ -74.005601, 40.682816 ], [ -74.005675, 40.68293 ], [ -74.006065, 40.683202 ], [ -74.00596, 40.683363 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005201", "name": "Census Tract 52.01, Kings County, New York", "total_population_17": 1662, "white_alone_17": 1299.0, "black_alone_17": 10.0, "native_alone_17": 13.0, "asian_alone_17": 218.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 122.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.397, "pct_black_alone_change": 0.022, "pct_native_alone_change": 0.389, "pct_asian_alone_change": 8.288, "pct_hispanic_or_latino_change": 2.756, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6214378", "INTPTLON": "-074.0473154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.053522, 40.622091 ], [ -74.041781, 40.622541 ], [ -74.041659, 40.622402 ], [ -74.041467, 40.622428 ], [ -74.041309, 40.622438 ], [ -74.040291, 40.622546 ], [ -74.039961, 40.623276 ], [ -74.038692, 40.622969 ], [ -74.037282, 40.622638 ], [ -74.034601, 40.622001 ], [ -74.034886, 40.62132 ], [ -74.035158, 40.620638 ], [ -74.035437, 40.619956 ], [ -74.038095, 40.620585 ], [ -74.039421, 40.6209 ], [ -74.040475, 40.62079 ], [ -74.040943, 40.620706 ], [ -74.041127, 40.620693 ], [ -74.041284, 40.620682 ], [ -74.041517, 40.620653 ], [ -74.041644, 40.62072 ], [ -74.052477, 40.620344 ], [ -74.053522, 40.622091 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005202", "name": "Census Tract 52.02, Kings County, New York", "total_population_17": 2424, "white_alone_17": 2084.0, "black_alone_17": 79.0, "native_alone_17": 0.0, "asian_alone_17": 127.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 106.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.141, "pct_black_alone_change": 2.974, "pct_native_alone_change": -0.367, "pct_asian_alone_change": 1.774, "pct_hispanic_or_latino_change": -0.111, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6182440", "INTPTLON": "-074.0463778" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.052477, 40.620344 ], [ -74.041644, 40.62072 ], [ -74.041517, 40.620653 ], [ -74.041284, 40.620682 ], [ -74.041127, 40.620693 ], [ -74.040943, 40.620706 ], [ -74.040475, 40.62079 ], [ -74.039421, 40.6209 ], [ -74.038095, 40.620585 ], [ -74.035437, 40.619956 ], [ -74.035711, 40.619275 ], [ -74.03599, 40.618596 ], [ -74.036972, 40.618795 ], [ -74.036895, 40.618663 ], [ -74.039183, 40.617856 ], [ -74.040391, 40.61708 ], [ -74.040502, 40.617068 ], [ -74.040626, 40.617039 ], [ -74.040785, 40.617017 ], [ -74.049075, 40.61483 ], [ -74.049624, 40.615712 ], [ -74.049963, 40.616257 ], [ -74.052352, 40.620134 ], [ -74.052477, 40.620344 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005300", "name": "Census Tract 53, Kings County, New York", "total_population_17": 2420, "white_alone_17": 1208.0, "black_alone_17": 233.0, "native_alone_17": 5.0, "asian_alone_17": 40.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 836.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 24.509, "pct_black_alone_change": -1.199, "pct_native_alone_change": -0.228, "pct_asian_alone_change": 0.347, "pct_hispanic_or_latino_change": -22.909, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6708307", "INTPTLON": "-074.0291182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.048937, 40.662702 ], [ -74.04822, 40.663905 ], [ -74.047663, 40.664832 ], [ -74.045951, 40.66768 ], [ -74.044669, 40.669813 ], [ -74.043507, 40.671745 ], [ -74.042759, 40.672988 ], [ -74.035057, 40.68394 ], [ -74.034905, 40.684231 ], [ -74.034573, 40.684866 ], [ -74.019399, 40.679573 ], [ -74.019347, 40.679548 ], [ -74.019317, 40.679608 ], [ -74.019077, 40.679763 ], [ -74.018925, 40.679842 ], [ -74.018983, 40.679898 ], [ -74.018739, 40.680046 ], [ -74.018673, 40.680086 ], [ -74.018579, 40.680144 ], [ -74.018482, 40.680203 ], [ -74.018263, 40.680334 ], [ -74.017797, 40.680619 ], [ -74.017713, 40.68066 ], [ -74.017644, 40.680598 ], [ -74.017574, 40.680644 ], [ -74.017559, 40.680645 ], [ -74.017463, 40.680632 ], [ -74.01744, 40.680636 ], [ -74.01729, 40.680731 ], [ -74.01652, 40.681194 ], [ -74.016309, 40.68132 ], [ -74.015345, 40.681897 ], [ -74.015237, 40.681996 ], [ -74.015323, 40.682112 ], [ -74.015275, 40.682142 ], [ -74.013167, 40.683411 ], [ -74.012835, 40.683609 ], [ -74.012768, 40.683605 ], [ -74.01263, 40.683471 ], [ -74.012484, 40.683553 ], [ -74.012126, 40.68377 ], [ -74.011924, 40.683894 ], [ -74.01094, 40.684485 ], [ -74.008595, 40.685904 ], [ -74.008513, 40.685963 ], [ -74.008425, 40.686016 ], [ -74.008386, 40.685969 ], [ -74.008135, 40.685615 ], [ -74.005497, 40.685847 ], [ -74.004853, 40.685668 ], [ -74.005179, 40.684998 ], [ -74.005498, 40.684326 ], [ -74.005819, 40.683656 ], [ -74.006623, 40.683658 ], [ -74.006713, 40.683615 ], [ -74.006873, 40.683487 ], [ -74.006919, 40.683451 ], [ -74.007952, 40.68256 ], [ -74.0092, 40.681496 ], [ -74.010451, 40.680431 ], [ -74.0117, 40.679365 ], [ -74.011055, 40.678926 ], [ -74.009544, 40.677898 ], [ -74.01017, 40.677367 ], [ -74.010793, 40.676834 ], [ -74.011412, 40.676319 ], [ -74.009921, 40.675299 ], [ -74.009611, 40.675121 ], [ -74.007711, 40.674625 ], [ -74.006005, 40.674146 ], [ -74.004432, 40.673701 ], [ -74.002608, 40.673182 ], [ -74.002293, 40.673837 ], [ -74.002016, 40.674482 ], [ -74.001683, 40.675101 ], [ -74.001354, 40.675791 ], [ -74.001295, 40.675824 ], [ -74.001213, 40.67587 ], [ -74.000439, 40.674808 ], [ -73.999924, 40.674004 ], [ -73.999964, 40.673908 ], [ -73.999857, 40.673877 ], [ -73.998863, 40.672167 ], [ -73.998619, 40.67183 ], [ -73.998681, 40.671739 ], [ -73.998703, 40.671714 ], [ -73.998753, 40.671669 ], [ -73.999021, 40.671429 ], [ -73.999239, 40.67073 ], [ -73.999457, 40.67014 ], [ -74.000175, 40.668601 ], [ -74.001454, 40.667633 ], [ -74.002493, 40.667219 ], [ -74.00577, 40.666218 ], [ -74.0178, 40.662544 ], [ -74.046414, 40.661711 ], [ -74.048782, 40.661641 ], [ -74.049594, 40.661622 ], [ -74.048937, 40.662702 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005400", "name": "Census Tract 54, Kings County, New York", "total_population_17": 3054, "white_alone_17": 2256.0, "black_alone_17": 58.0, "native_alone_17": 17.0, "asian_alone_17": 281.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 377.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.102, "pct_black_alone_change": 1.306, "pct_native_alone_change": 0.245, "pct_asian_alone_change": -0.378, "pct_hispanic_or_latino_change": 3.92, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6167865", "INTPTLON": "-074.0394733" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.049075, 40.61483 ], [ -74.040785, 40.617017 ], [ -74.040626, 40.617039 ], [ -74.040502, 40.617068 ], [ -74.040391, 40.61708 ], [ -74.039183, 40.617856 ], [ -74.036895, 40.618663 ], [ -74.036972, 40.618795 ], [ -74.03599, 40.618596 ], [ -74.033313, 40.617945 ], [ -74.032306, 40.617427 ], [ -74.031878, 40.617213 ], [ -74.030845, 40.616699 ], [ -74.030485, 40.616518 ], [ -74.031228, 40.615723 ], [ -74.031515, 40.61533 ], [ -74.033899, 40.616511 ], [ -74.033866, 40.616594 ], [ -74.035925, 40.617055 ], [ -74.035682, 40.616671 ], [ -74.037975, 40.615859 ], [ -74.038364, 40.616513 ], [ -74.040083, 40.615779 ], [ -74.040191, 40.615735 ], [ -74.040512, 40.615583 ], [ -74.048101, 40.613264 ], [ -74.049075, 40.61483 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005601", "name": "Census Tract 56.01, Kings County, New York", "total_population_17": 2302, "white_alone_17": 1910.0, "black_alone_17": 64.0, "native_alone_17": 0.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 213.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.965, "pct_black_alone_change": 1.667, "pct_native_alone_change": -0.159, "pct_asian_alone_change": -3.124, "pct_hispanic_or_latino_change": 1.818, "pct_native_hawaiian_pacific_islander_change": -0.04, "INTPTLAT": "+40.6131603", "INTPTLON": "-074.0436073" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.048101, 40.613264 ], [ -74.040512, 40.615583 ], [ -74.040191, 40.615735 ], [ -74.040083, 40.615779 ], [ -74.038364, 40.616513 ], [ -74.037975, 40.615859 ], [ -74.035682, 40.616671 ], [ -74.035925, 40.617055 ], [ -74.033866, 40.616594 ], [ -74.033899, 40.616511 ], [ -74.031515, 40.61533 ], [ -74.031947, 40.614815 ], [ -74.032021, 40.614728 ], [ -74.032637, 40.61401 ], [ -74.033873, 40.614614 ], [ -74.034539, 40.614939 ], [ -74.034579, 40.61486 ], [ -74.034701, 40.614658 ], [ -74.035348, 40.614428 ], [ -74.037068, 40.613819 ], [ -74.038524, 40.61331 ], [ -74.038642, 40.61329 ], [ -74.038928, 40.613169 ], [ -74.039026, 40.613159 ], [ -74.046451, 40.610735 ], [ -74.047514, 40.612319 ], [ -74.047568, 40.612406 ], [ -74.048101, 40.613264 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005602", "name": "Census Tract 56.02, Kings County, New York", "total_population_17": 1608, "white_alone_17": 1167.0, "black_alone_17": 6.0, "native_alone_17": 0.0, "asian_alone_17": 200.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 216.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.99, "pct_black_alone_change": -0.021, "pct_native_alone_change": -0.197, "pct_asian_alone_change": 3.311, "pct_hispanic_or_latino_change": 6.013, "pct_native_hawaiian_pacific_islander_change": -0.066, "INTPTLAT": "+40.6100021", "INTPTLON": "-074.0412079" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.046451, 40.610735 ], [ -74.039026, 40.613159 ], [ -74.038928, 40.613169 ], [ -74.038642, 40.61329 ], [ -74.038524, 40.61331 ], [ -74.037068, 40.613819 ], [ -74.035348, 40.614428 ], [ -74.034701, 40.614658 ], [ -74.034579, 40.61486 ], [ -74.034539, 40.614939 ], [ -74.033873, 40.614614 ], [ -74.032637, 40.61401 ], [ -74.033163, 40.613402 ], [ -74.033648, 40.612833 ], [ -74.03411, 40.612296 ], [ -74.034329, 40.612043 ], [ -74.034871, 40.611366 ], [ -74.035027, 40.611297 ], [ -74.035344, 40.610989 ], [ -74.035666, 40.610679 ], [ -74.035758, 40.610586 ], [ -74.035911, 40.610437 ], [ -74.035985, 40.61033 ], [ -74.036042, 40.610216 ], [ -74.036079, 40.610096 ], [ -74.036095, 40.609974 ], [ -74.036092, 40.609853 ], [ -74.036067, 40.609772 ], [ -74.036028, 40.609692 ], [ -74.035975, 40.609617 ], [ -74.035909, 40.609548 ], [ -74.035833, 40.609488 ], [ -74.035734, 40.60939 ], [ -74.03604, 40.609296 ], [ -74.036075, 40.609279 ], [ -74.04149, 40.607511 ], [ -74.043479, 40.60679 ], [ -74.043741, 40.606691 ], [ -74.043795, 40.606773 ], [ -74.043832, 40.606828 ], [ -74.043889, 40.606913 ], [ -74.043945, 40.606996 ], [ -74.044074, 40.607188 ], [ -74.044114, 40.607248 ], [ -74.045197, 40.608863 ], [ -74.046451, 40.610735 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005800", "name": "Census Tract 58, Kings County, New York", "total_population_17": 3205, "white_alone_17": 1931.0, "black_alone_17": 42.0, "native_alone_17": 0.0, "asian_alone_17": 515.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 621.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.609, "pct_black_alone_change": 0.736, "pct_native_alone_change": -0.423, "pct_asian_alone_change": 2.194, "pct_hispanic_or_latino_change": 8.856, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6190887", "INTPTLON": "-074.0321884" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.035711, 40.619275 ], [ -74.035437, 40.619956 ], [ -74.035158, 40.620638 ], [ -74.034886, 40.62132 ], [ -74.032195, 40.620688 ], [ -74.03205, 40.621041 ], [ -74.030211, 40.620149 ], [ -74.029564, 40.619833 ], [ -74.028205, 40.619173 ], [ -74.0287, 40.618593 ], [ -74.029302, 40.617896 ], [ -74.030485, 40.616518 ], [ -74.030845, 40.616699 ], [ -74.031878, 40.617213 ], [ -74.032306, 40.617427 ], [ -74.033313, 40.617945 ], [ -74.03599, 40.618596 ], [ -74.035711, 40.619275 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047005900", "name": "Census Tract 59, Kings County, New York", "total_population_17": 1337, "white_alone_17": 809.0, "black_alone_17": 60.0, "native_alone_17": 0.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 372.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 41.765, "pct_black_alone_change": -14.711, "pct_native_alone_change": -0.637, "pct_asian_alone_change": -0.474, "pct_hispanic_or_latino_change": -29.138, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6794028", "INTPTLON": "-074.0061193" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.0117, 40.679365 ], [ -74.010451, 40.680431 ], [ -74.0092, 40.681496 ], [ -74.007952, 40.68256 ], [ -74.006919, 40.683451 ], [ -74.006873, 40.683487 ], [ -74.006713, 40.683615 ], [ -74.006623, 40.683658 ], [ -74.005819, 40.683656 ], [ -74.00596, 40.683363 ], [ -74.006065, 40.683202 ], [ -74.005675, 40.68293 ], [ -74.005601, 40.682816 ], [ -74.005037, 40.681911 ], [ -74.004569, 40.68115 ], [ -74.004473, 40.680993 ], [ -74.003841, 40.680177 ], [ -74.003718, 40.680021 ], [ -74.003525, 40.67979 ], [ -74.003431, 40.679708 ], [ -74.003346, 40.67963 ], [ -74.003018, 40.679148 ], [ -74.002554, 40.678659 ], [ -74.002255, 40.678205 ], [ -74.002011, 40.677913 ], [ -74.001539, 40.677268 ], [ -74.001055, 40.676375 ], [ -74.001031, 40.676227 ], [ -74.000942, 40.676031 ], [ -74.000699, 40.675571 ], [ -74.000904, 40.675637 ], [ -74.001213, 40.67587 ], [ -74.001295, 40.675824 ], [ -74.001354, 40.675791 ], [ -74.001907, 40.675917 ], [ -74.003194, 40.676271 ], [ -74.003503, 40.675631 ], [ -74.005081, 40.676067 ], [ -74.004764, 40.67671 ], [ -74.006491, 40.677194 ], [ -74.006298, 40.677604 ], [ -74.006797, 40.677945 ], [ -74.008302, 40.67897 ], [ -74.008921, 40.678431 ], [ -74.009544, 40.677898 ], [ -74.011055, 40.678926 ], [ -74.0117, 40.679365 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006000", "name": "Census Tract 60, Kings County, New York", "total_population_17": 2745, "white_alone_17": 1623.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 509.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 556.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.312, "pct_black_alone_change": -0.433, "pct_native_alone_change": -0.172, "pct_asian_alone_change": 3.27, "pct_hispanic_or_latino_change": 5.085, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6220831", "INTPTLON": "-074.0316042" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.034601, 40.622001 ], [ -74.034323, 40.622683 ], [ -74.034043, 40.623363 ], [ -74.033742, 40.624099 ], [ -74.03106, 40.623463 ], [ -74.02835, 40.622799 ], [ -74.028644, 40.622086 ], [ -74.028679, 40.621996 ], [ -74.028924, 40.621404 ], [ -74.029009, 40.621192 ], [ -74.0292, 40.620721 ], [ -74.029303, 40.620467 ], [ -74.029564, 40.619833 ], [ -74.030211, 40.620149 ], [ -74.03205, 40.621041 ], [ -74.032195, 40.620688 ], [ -74.034886, 40.62132 ], [ -74.034601, 40.622001 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006200", "name": "Census Tract 62, Kings County, New York", "total_population_17": 2908, "white_alone_17": 1751.0, "black_alone_17": 224.0, "native_alone_17": 0.0, "asian_alone_17": 408.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 496.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.475, "pct_black_alone_change": 7.18, "pct_native_alone_change": -0.392, "pct_asian_alone_change": 0.02, "pct_hispanic_or_latino_change": 4.907, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6249110", "INTPTLON": "-074.0304459" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.033389, 40.624968 ], [ -74.033108, 40.625647 ], [ -74.032833, 40.626329 ], [ -74.032555, 40.62701 ], [ -74.029871, 40.626374 ], [ -74.027153, 40.625727 ], [ -74.027438, 40.625027 ], [ -74.027734, 40.624301 ], [ -74.027991, 40.623683 ], [ -74.028036, 40.623572 ], [ -74.02835, 40.622799 ], [ -74.03106, 40.623463 ], [ -74.033742, 40.624099 ], [ -74.033389, 40.624968 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006300", "name": "Census Tract 63, Kings County, New York", "total_population_17": 1967, "white_alone_17": 1564.0, "black_alone_17": 9.0, "native_alone_17": 0.0, "asian_alone_17": 114.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 160.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.024, "pct_black_alone_change": -2.727, "pct_native_alone_change": -0.604, "pct_asian_alone_change": 0.799, "pct_hispanic_or_latino_change": -6.693, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6819491", "INTPTLON": "-074.0013351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00335, 40.679729 ], [ -74.00333, 40.679825 ], [ -74.003263, 40.679982 ], [ -74.00322, 40.680078 ], [ -74.002944, 40.680581 ], [ -74.002617, 40.681226 ], [ -74.0023, 40.681906 ], [ -74.001957, 40.682593 ], [ -74.001609, 40.683235 ], [ -74.001281, 40.683909 ], [ -74.000958, 40.684579 ], [ -74.000714, 40.685101 ], [ -74.000642, 40.685247 ], [ -73.999865, 40.685036 ], [ -73.999081, 40.684816 ], [ -73.999401, 40.684144 ], [ -73.999725, 40.683473 ], [ -74.000048, 40.682803 ], [ -74.000371, 40.682133 ], [ -74.000693, 40.681463 ], [ -74.00073, 40.681388 ], [ -74.001018, 40.680792 ], [ -74.001122, 40.680569 ], [ -74.00134, 40.680121 ], [ -74.001516, 40.679753 ], [ -74.001905, 40.678935 ], [ -74.002255, 40.678205 ], [ -74.002554, 40.678659 ], [ -74.003018, 40.679148 ], [ -74.003346, 40.67963 ], [ -74.00335, 40.679729 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006400", "name": "Census Tract 64, Kings County, New York", "total_population_17": 3171, "white_alone_17": 2383.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 294.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 360.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.992, "pct_black_alone_change": -0.513, "pct_native_alone_change": -0.115, "pct_asian_alone_change": -0.745, "pct_hispanic_or_latino_change": 1.967, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.6289253", "INTPTLON": "-074.0288094" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.031957, 40.628471 ], [ -74.031658, 40.629199 ], [ -74.03136, 40.629931 ], [ -74.031061, 40.630661 ], [ -74.030764, 40.631392 ], [ -74.02808, 40.630754 ], [ -74.025361, 40.630109 ], [ -74.02566, 40.629378 ], [ -74.025958, 40.628648 ], [ -74.026263, 40.62792 ], [ -74.026561, 40.627187 ], [ -74.026856, 40.626459 ], [ -74.029573, 40.627103 ], [ -74.032256, 40.627741 ], [ -74.031957, 40.628471 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006500", "name": "Census Tract 65, Kings County, New York", "total_population_17": 5874, "white_alone_17": 4912.0, "black_alone_17": 90.0, "native_alone_17": 0.0, "asian_alone_17": 260.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 366.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.444, "pct_black_alone_change": -1.33, "pct_native_alone_change": -0.058, "pct_asian_alone_change": 0.843, "pct_hispanic_or_latino_change": -5.081, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6790828", "INTPTLON": "-073.9994592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002255, 40.678205 ], [ -74.001905, 40.678935 ], [ -74.001516, 40.679753 ], [ -74.00134, 40.680121 ], [ -74.001122, 40.680569 ], [ -74.001018, 40.680792 ], [ -74.00073, 40.681388 ], [ -74.000693, 40.681463 ], [ -74.000371, 40.682133 ], [ -74.000048, 40.682803 ], [ -73.998192, 40.682287 ], [ -73.996209, 40.681724 ], [ -73.996527, 40.68106 ], [ -73.996887, 40.680315 ], [ -73.997283, 40.679502 ], [ -73.997672, 40.678682 ], [ -73.998068, 40.677866 ], [ -73.998418, 40.677132 ], [ -73.998728, 40.676489 ], [ -73.99904, 40.675844 ], [ -73.999352, 40.6752 ], [ -73.999661, 40.674555 ], [ -73.999831, 40.674198 ], [ -73.99989, 40.674079 ], [ -73.999898, 40.674064 ], [ -73.99991, 40.674037 ], [ -73.999924, 40.674004 ], [ -74.000439, 40.674808 ], [ -74.001213, 40.67587 ], [ -74.000904, 40.675637 ], [ -74.000699, 40.675571 ], [ -74.000942, 40.676031 ], [ -74.001031, 40.676227 ], [ -74.001055, 40.676375 ], [ -74.001539, 40.677268 ], [ -74.002011, 40.677913 ], [ -74.002255, 40.678205 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006600", "name": "Census Tract 66, Kings County, New York", "total_population_17": 3566, "white_alone_17": 2166.0, "black_alone_17": 7.0, "native_alone_17": 108.0, "asian_alone_17": 413.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 916.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.039, "pct_black_alone_change": -0.493, "pct_native_alone_change": 2.864, "pct_asian_alone_change": -0.068, "pct_hispanic_or_latino_change": 12.908, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6321309", "INTPTLON": "-074.0274985" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.030473, 40.632099 ], [ -74.030191, 40.632791 ], [ -74.029913, 40.633474 ], [ -74.029633, 40.634153 ], [ -74.026951, 40.633516 ], [ -74.026039, 40.633303 ], [ -74.025177, 40.633096 ], [ -74.024238, 40.632859 ], [ -74.02452, 40.632167 ], [ -74.024792, 40.631506 ], [ -74.025071, 40.630814 ], [ -74.025361, 40.630109 ], [ -74.02808, 40.630754 ], [ -74.030764, 40.631392 ], [ -74.030473, 40.632099 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006700", "name": "Census Tract 67, Kings County, New York", "total_population_17": 3941, "white_alone_17": 3229.0, "black_alone_17": 44.0, "native_alone_17": 19.0, "asian_alone_17": 140.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 333.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.191, "pct_black_alone_change": -0.941, "pct_native_alone_change": 0.425, "pct_asian_alone_change": -0.277, "pct_hispanic_or_latino_change": -2.779, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6841759", "INTPTLON": "-073.9972232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999725, 40.683473 ], [ -73.999401, 40.684144 ], [ -73.999081, 40.684816 ], [ -73.998189, 40.6867 ], [ -73.997278, 40.686398 ], [ -73.996488, 40.686138 ], [ -73.996358, 40.686096 ], [ -73.99618, 40.686037 ], [ -73.995386, 40.685775 ], [ -73.994538, 40.685495 ], [ -73.994408, 40.685453 ], [ -73.994578, 40.6851 ], [ -73.994901, 40.68443 ], [ -73.995232, 40.683741 ], [ -73.995558, 40.683069 ], [ -73.995881, 40.682395 ], [ -73.996209, 40.681724 ], [ -73.998192, 40.682287 ], [ -74.000048, 40.682803 ], [ -73.999725, 40.683473 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006800", "name": "Census Tract 68, Kings County, New York", "total_population_17": 4771, "white_alone_17": 2176.0, "black_alone_17": 79.0, "native_alone_17": 23.0, "asian_alone_17": 949.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1443.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.134, "pct_black_alone_change": -0.08, "pct_native_alone_change": 0.315, "pct_asian_alone_change": 0.334, "pct_hispanic_or_latino_change": 8.325, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6351749", "INTPTLON": "-074.0262304" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.029357, 40.634837 ], [ -74.029134, 40.635373 ], [ -74.028942, 40.635867 ], [ -74.028807, 40.636189 ], [ -74.028658, 40.636546 ], [ -74.028279, 40.637468 ], [ -74.027884, 40.637345 ], [ -74.027353, 40.63718 ], [ -74.025666, 40.636667 ], [ -74.025472, 40.63714 ], [ -74.02291, 40.636108 ], [ -74.023235, 40.635318 ], [ -74.023518, 40.634616 ], [ -74.023884, 40.633724 ], [ -74.024238, 40.632859 ], [ -74.025177, 40.633096 ], [ -74.026039, 40.633303 ], [ -74.026951, 40.633516 ], [ -74.029633, 40.634153 ], [ -74.029357, 40.634837 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047006900", "name": "Census Tract 69, Kings County, New York", "total_population_17": 3581, "white_alone_17": 2686.0, "black_alone_17": 175.0, "native_alone_17": 0.0, "asian_alone_17": 172.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 382.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 20.007, "pct_black_alone_change": -1.4, "pct_native_alone_change": -0.329, "pct_asian_alone_change": -1.694, "pct_hispanic_or_latino_change": -17.177, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6852347", "INTPTLON": "-073.9917012" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994578, 40.6851 ], [ -73.994408, 40.685453 ], [ -73.994254, 40.685778 ], [ -73.994091, 40.686114 ], [ -73.99393, 40.686453 ], [ -73.993787, 40.686756 ], [ -73.993604, 40.687127 ], [ -73.993338, 40.687679 ], [ -73.993269, 40.687825 ], [ -73.991885, 40.687292 ], [ -73.990468, 40.686728 ], [ -73.988289, 40.685869 ], [ -73.988712, 40.685224 ], [ -73.989129, 40.68459 ], [ -73.989556, 40.683956 ], [ -73.989992, 40.683319 ], [ -73.990424, 40.682694 ], [ -73.992623, 40.683544 ], [ -73.994901, 40.68443 ], [ -73.994578, 40.6851 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007000", "name": "Census Tract 70, Kings County, New York", "total_population_17": 2552, "white_alone_17": 1355.0, "black_alone_17": 148.0, "native_alone_17": 65.0, "asian_alone_17": 419.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 558.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.554, "pct_black_alone_change": 0.15, "pct_native_alone_change": 2.547, "pct_asian_alone_change": 0.019, "pct_hispanic_or_latino_change": 4.76, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6381971", "INTPTLON": "-074.0242975" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.028004, 40.638145 ], [ -74.027802, 40.638625 ], [ -74.027624, 40.638805 ], [ -74.026861, 40.639536 ], [ -74.024754, 40.638121 ], [ -74.024522, 40.63834 ], [ -74.024131, 40.638753 ], [ -74.023958, 40.638916 ], [ -74.023545, 40.639314 ], [ -74.023105, 40.639996 ], [ -74.022616, 40.640425 ], [ -74.022507, 40.640558 ], [ -74.022277, 40.640689 ], [ -74.021991, 40.64086 ], [ -74.02176, 40.641018 ], [ -74.02152, 40.641181 ], [ -74.021379, 40.641271 ], [ -74.021165, 40.641417 ], [ -74.021397, 40.641146 ], [ -74.021556, 40.640871 ], [ -74.021659, 40.640665 ], [ -74.021774, 40.64041 ], [ -74.02168, 40.639832 ], [ -74.021695, 40.639633 ], [ -74.021692, 40.639461 ], [ -74.021667, 40.639299 ], [ -74.021631, 40.639191 ], [ -74.021586, 40.639074 ], [ -74.021515, 40.638862 ], [ -74.02142, 40.638661 ], [ -74.021345, 40.638543 ], [ -74.021201, 40.638371 ], [ -74.021087, 40.638262 ], [ -74.021224, 40.638115 ], [ -74.021359, 40.637967 ], [ -74.021693, 40.637653 ], [ -74.021922, 40.637438 ], [ -74.02215, 40.63724 ], [ -74.02248, 40.636951 ], [ -74.022626, 40.636799 ], [ -74.02291, 40.636108 ], [ -74.025472, 40.63714 ], [ -74.025666, 40.636667 ], [ -74.027353, 40.63718 ], [ -74.027884, 40.637345 ], [ -74.028279, 40.637468 ], [ -74.028004, 40.638145 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007100", "name": "Census Tract 71, Kings County, New York", "total_population_17": 4830, "white_alone_17": 902.0, "black_alone_17": 1503.0, "native_alone_17": 0.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2120.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.138, "pct_black_alone_change": -11.82, "pct_native_alone_change": -0.347, "pct_asian_alone_change": 2.713, "pct_hispanic_or_latino_change": 3.58, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6830210", "INTPTLON": "-073.9861157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989992, 40.683319 ], [ -73.989556, 40.683956 ], [ -73.989129, 40.68459 ], [ -73.988712, 40.685224 ], [ -73.988289, 40.685869 ], [ -73.986119, 40.685024 ], [ -73.983953, 40.684182 ], [ -73.984375, 40.683543 ], [ -73.984797, 40.682909 ], [ -73.985231, 40.68228 ], [ -73.985672, 40.681642 ], [ -73.986104, 40.681009 ], [ -73.986533, 40.680372 ], [ -73.987294, 40.680668 ], [ -73.987668, 40.680818 ], [ -73.987279, 40.681467 ], [ -73.988272, 40.681863 ], [ -73.990424, 40.682694 ], [ -73.989992, 40.683319 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007200", "name": "Census Tract 72, Kings County, New York", "total_population_17": 2073, "white_alone_17": 212.0, "black_alone_17": 33.0, "native_alone_17": 6.0, "asian_alone_17": 505.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1317.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.937, "pct_black_alone_change": -2.391, "pct_native_alone_change": -0.518, "pct_asian_alone_change": -1.15, "pct_hispanic_or_latino_change": 9.118, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6402978", "INTPTLON": "-074.0204135" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.021774, 40.64041 ], [ -74.021659, 40.640665 ], [ -74.021556, 40.640871 ], [ -74.021397, 40.641146 ], [ -74.021165, 40.641417 ], [ -74.020966, 40.641651 ], [ -74.020926, 40.641587 ], [ -74.020867, 40.641518 ], [ -74.020857, 40.641435 ], [ -74.020212, 40.641981 ], [ -74.020118, 40.641921 ], [ -74.018422, 40.640846 ], [ -74.019024, 40.640264 ], [ -74.019608, 40.639704 ], [ -74.02019, 40.639145 ], [ -74.020774, 40.638581 ], [ -74.021033, 40.638317 ], [ -74.021087, 40.638262 ], [ -74.021201, 40.638371 ], [ -74.021345, 40.638543 ], [ -74.02142, 40.638661 ], [ -74.021515, 40.638862 ], [ -74.021586, 40.639074 ], [ -74.021631, 40.639191 ], [ -74.021667, 40.639299 ], [ -74.021692, 40.639461 ], [ -74.021695, 40.639633 ], [ -74.02168, 40.639832 ], [ -74.021774, 40.64041 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007400", "name": "Census Tract 74, Kings County, New York", "total_population_17": 5856, "white_alone_17": 435.0, "black_alone_17": 36.0, "native_alone_17": 28.0, "asian_alone_17": 1275.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4057.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.424, "pct_black_alone_change": -1.411, "pct_native_alone_change": 0.103, "pct_asian_alone_change": -2.899, "pct_hispanic_or_latino_change": 3.238, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6418552", "INTPTLON": "-074.0170288" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.020212, 40.641981 ], [ -74.01958, 40.642595 ], [ -74.019011, 40.643165 ], [ -74.018419, 40.643761 ], [ -74.017926, 40.644233 ], [ -74.017877, 40.644201 ], [ -74.017776, 40.644138 ], [ -74.01607, 40.643109 ], [ -74.013814, 40.641745 ], [ -74.014397, 40.641186 ], [ -74.01498, 40.640626 ], [ -74.015562, 40.640067 ], [ -74.016167, 40.639483 ], [ -74.018422, 40.640846 ], [ -74.020118, 40.641921 ], [ -74.020212, 40.641981 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007500", "name": "Census Tract 75, Kings County, New York", "total_population_17": 4700, "white_alone_17": 3615.0, "black_alone_17": 1.0, "native_alone_17": 58.0, "asian_alone_17": 300.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 682.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.094, "pct_black_alone_change": -3.077, "pct_native_alone_change": 0.897, "pct_asian_alone_change": 2.229, "pct_hispanic_or_latino_change": -1.138, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6812953", "INTPTLON": "-073.9920163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996209, 40.681724 ], [ -73.995881, 40.682395 ], [ -73.995558, 40.683069 ], [ -73.995232, 40.683741 ], [ -73.994901, 40.68443 ], [ -73.992623, 40.683544 ], [ -73.990424, 40.682694 ], [ -73.988272, 40.681863 ], [ -73.987279, 40.681467 ], [ -73.987668, 40.680818 ], [ -73.98808, 40.680172 ], [ -73.98856, 40.679559 ], [ -73.988973, 40.67885 ], [ -73.989388, 40.678285 ], [ -73.990426, 40.678681 ], [ -73.992587, 40.679521 ], [ -73.99278, 40.679234 ], [ -73.994889, 40.6802 ], [ -73.994654, 40.680541 ], [ -73.996527, 40.68106 ], [ -73.996209, 40.681724 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007600", "name": "Census Tract 76, Kings County, New York", "total_population_17": 5124, "white_alone_17": 724.0, "black_alone_17": 114.0, "native_alone_17": 0.0, "asian_alone_17": 1071.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3164.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.693, "pct_black_alone_change": 0.401, "pct_native_alone_change": -0.338, "pct_asian_alone_change": 9.348, "pct_hispanic_or_latino_change": -13.701, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6440836", "INTPTLON": "-074.0146698" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.017877, 40.644201 ], [ -74.017229, 40.644786 ], [ -74.016651, 40.645331 ], [ -74.016086, 40.645882 ], [ -74.015533, 40.646418 ], [ -74.013741, 40.645349 ], [ -74.011484, 40.643986 ], [ -74.012066, 40.643425 ], [ -74.012649, 40.642866 ], [ -74.013232, 40.642305 ], [ -74.013814, 40.641745 ], [ -74.01607, 40.643109 ], [ -74.017776, 40.644138 ], [ -74.017877, 40.644201 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007700", "name": "Census Tract 77, Kings County, New York", "total_population_17": 5105, "white_alone_17": 3546.0, "black_alone_17": 77.0, "native_alone_17": 0.0, "asian_alone_17": 357.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 908.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.193, "pct_black_alone_change": -4.971, "pct_native_alone_change": -0.256, "pct_asian_alone_change": 1.743, "pct_hispanic_or_latino_change": 2.933, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6770200", "INTPTLON": "-073.9952238" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999924, 40.674004 ], [ -73.99991, 40.674037 ], [ -73.999898, 40.674064 ], [ -73.99989, 40.674079 ], [ -73.999831, 40.674198 ], [ -73.999661, 40.674555 ], [ -73.999352, 40.6752 ], [ -73.99904, 40.675844 ], [ -73.998728, 40.676489 ], [ -73.998418, 40.677132 ], [ -73.998068, 40.677866 ], [ -73.997672, 40.678682 ], [ -73.997283, 40.679502 ], [ -73.996887, 40.680315 ], [ -73.996527, 40.68106 ], [ -73.994654, 40.680541 ], [ -73.994889, 40.6802 ], [ -73.99278, 40.679234 ], [ -73.992587, 40.679521 ], [ -73.990426, 40.678681 ], [ -73.989388, 40.678285 ], [ -73.989435, 40.677459 ], [ -73.989914, 40.67685 ], [ -73.990426, 40.676249 ], [ -73.990802, 40.675783 ], [ -73.992566, 40.676106 ], [ -73.993978, 40.676171 ], [ -73.995275, 40.675778 ], [ -73.995578, 40.675137 ], [ -73.996014, 40.674994 ], [ -73.996623, 40.674158 ], [ -73.99664, 40.674134 ], [ -73.996917, 40.673773 ], [ -73.996975, 40.673709 ], [ -73.99748, 40.673162 ], [ -73.998551, 40.671926 ], [ -73.998594, 40.671865 ], [ -73.998619, 40.67183 ], [ -73.998863, 40.672167 ], [ -73.999857, 40.673877 ], [ -73.999964, 40.673908 ], [ -73.999924, 40.674004 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047007800", "name": "Census Tract 78, Kings County, New York", "total_population_17": 5459, "white_alone_17": 465.0, "black_alone_17": 166.0, "native_alone_17": 0.0, "asian_alone_17": 592.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4230.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.221, "pct_black_alone_change": -0.686, "pct_native_alone_change": -0.279, "pct_asian_alone_change": 4.347, "pct_hispanic_or_latino_change": -3.82, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6463204", "INTPTLON": "-074.0123370" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.014932, 40.646982 ], [ -74.014377, 40.647554 ], [ -74.013733, 40.648079 ], [ -74.013172, 40.648652 ], [ -74.011412, 40.64759 ], [ -74.009153, 40.646227 ], [ -74.009736, 40.645667 ], [ -74.010319, 40.645106 ], [ -74.010902, 40.644547 ], [ -74.011484, 40.643986 ], [ -74.013741, 40.645349 ], [ -74.015533, 40.646418 ], [ -74.014932, 40.646982 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047008000", "name": "Census Tract 80, Kings County, New York", "total_population_17": 3835, "white_alone_17": 679.0, "black_alone_17": 91.0, "native_alone_17": 0.0, "asian_alone_17": 234.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2803.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.343, "pct_black_alone_change": -1.044, "pct_native_alone_change": -0.642, "pct_asian_alone_change": -0.825, "pct_hispanic_or_latino_change": -6.337, "pct_native_hawaiian_pacific_islander_change": -0.046, "INTPTLAT": "+40.6485749", "INTPTLON": "-074.0100166" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.012629, 40.649235 ], [ -74.012053, 40.649799 ], [ -74.011477, 40.650363 ], [ -74.010915, 40.650938 ], [ -74.009379, 40.650009 ], [ -74.009082, 40.649829 ], [ -74.008758, 40.649633 ], [ -74.006824, 40.648465 ], [ -74.007405, 40.647905 ], [ -74.007988, 40.647344 ], [ -74.008568, 40.646788 ], [ -74.009153, 40.646227 ], [ -74.011412, 40.64759 ], [ -74.013172, 40.648652 ], [ -74.012629, 40.649235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047008200", "name": "Census Tract 82, Kings County, New York", "total_population_17": 4275, "white_alone_17": 515.0, "black_alone_17": 64.0, "native_alone_17": 82.0, "asian_alone_17": 532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3057.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.076, "pct_black_alone_change": -3.267, "pct_native_alone_change": 1.476, "pct_asian_alone_change": 5.985, "pct_hispanic_or_latino_change": -5.308, "pct_native_hawaiian_pacific_islander_change": -0.049, "INTPTLAT": "+40.6508180", "INTPTLON": "-074.0076889" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.010556, 40.651224 ], [ -74.010308, 40.651483 ], [ -74.009705, 40.652032 ], [ -74.009107, 40.652625 ], [ -74.008545, 40.6532 ], [ -74.00675, 40.652071 ], [ -74.00449, 40.650706 ], [ -74.005074, 40.650147 ], [ -74.005659, 40.649584 ], [ -74.006241, 40.649022 ], [ -74.006563, 40.648714 ], [ -74.006824, 40.648465 ], [ -74.008758, 40.649633 ], [ -74.009082, 40.649829 ], [ -74.009379, 40.650009 ], [ -74.010915, 40.650938 ], [ -74.010556, 40.651224 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047008400", "name": "Census Tract 84, Kings County, New York", "total_population_17": 3895, "white_alone_17": 735.0, "black_alone_17": 76.0, "native_alone_17": 95.0, "asian_alone_17": 251.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2758.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.473, "pct_black_alone_change": 0.031, "pct_native_alone_change": 2.036, "pct_asian_alone_change": 0.033, "pct_hispanic_or_latino_change": -8.256, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6538976", "INTPTLON": "-074.0044859" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.007977, 40.653727 ], [ -74.007614, 40.654111 ], [ -74.007361, 40.654326 ], [ -74.006839, 40.65485 ], [ -74.006231, 40.6554 ], [ -74.005652, 40.655963 ], [ -74.005081, 40.656531 ], [ -74.004465, 40.657072 ], [ -74.002677, 40.65599 ], [ -74.000413, 40.654629 ], [ -74.000995, 40.654067 ], [ -74.002144, 40.652956 ], [ -74.002751, 40.652385 ], [ -74.00317, 40.65198 ], [ -74.003327, 40.65183 ], [ -74.003908, 40.651266 ], [ -74.00449, 40.650706 ], [ -74.00675, 40.652071 ], [ -74.008545, 40.6532 ], [ -74.007977, 40.653727 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047008500", "name": "Census Tract 85, Kings County, New York", "total_population_17": 7559, "white_alone_17": 80.0, "black_alone_17": 3614.0, "native_alone_17": 130.0, "asian_alone_17": 394.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3349.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.247, "pct_black_alone_change": -7.506, "pct_native_alone_change": 1.322, "pct_asian_alone_change": 4.868, "pct_hispanic_or_latino_change": 1.931, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.6758570", "INTPTLON": "-074.0064716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.010793, 40.676834 ], [ -74.01017, 40.677367 ], [ -74.009544, 40.677898 ], [ -74.008921, 40.678431 ], [ -74.008302, 40.67897 ], [ -74.006797, 40.677945 ], [ -74.006298, 40.677604 ], [ -74.006491, 40.677194 ], [ -74.004764, 40.67671 ], [ -74.005081, 40.676067 ], [ -74.003503, 40.675631 ], [ -74.003194, 40.676271 ], [ -74.001907, 40.675917 ], [ -74.001354, 40.675791 ], [ -74.001683, 40.675101 ], [ -74.002016, 40.674482 ], [ -74.002293, 40.673837 ], [ -74.002608, 40.673182 ], [ -74.004432, 40.673701 ], [ -74.006005, 40.674146 ], [ -74.007711, 40.674625 ], [ -74.009611, 40.675121 ], [ -74.009921, 40.675299 ], [ -74.011412, 40.676319 ], [ -74.010793, 40.676834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047008600", "name": "Census Tract 86, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6479769", "INTPTLON": "-074.0037438" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.006563, 40.648714 ], [ -74.006241, 40.649022 ], [ -74.005659, 40.649584 ], [ -74.005074, 40.650147 ], [ -74.002866, 40.648821 ], [ -74.000662, 40.647487 ], [ -74.001248, 40.646926 ], [ -74.001833, 40.646368 ], [ -74.002111, 40.646099 ], [ -74.002197, 40.646018 ], [ -74.002415, 40.645809 ], [ -74.004621, 40.647131 ], [ -74.006824, 40.648465 ], [ -74.006563, 40.648714 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047008800", "name": "Census Tract 88, Kings County, New York", "total_population_17": 3042, "white_alone_17": 855.0, "black_alone_17": 115.0, "native_alone_17": 13.0, "asian_alone_17": 358.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1609.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 9.143, "pct_black_alone_change": 1.263, "pct_native_alone_change": -0.363, "pct_asian_alone_change": 3.604, "pct_hispanic_or_latino_change": -14.681, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6502102", "INTPTLON": "-074.0014031" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00449, 40.650706 ], [ -74.003908, 40.651266 ], [ -74.003327, 40.65183 ], [ -74.00317, 40.65198 ], [ -74.002751, 40.652385 ], [ -74.002144, 40.652956 ], [ -73.997818, 40.650282 ], [ -73.998276, 40.649734 ], [ -73.998704, 40.649169 ], [ -73.998992, 40.648921 ], [ -73.999516, 40.648611 ], [ -74.000083, 40.648046 ], [ -74.000662, 40.647487 ], [ -74.002866, 40.648821 ], [ -74.005074, 40.650147 ], [ -74.00449, 40.650706 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047009000", "name": "Census Tract 90, Kings County, New York", "total_population_17": 3245, "white_alone_17": 314.0, "black_alone_17": 78.0, "native_alone_17": 43.0, "asian_alone_17": 1268.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1542.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.915, "pct_black_alone_change": 0.101, "pct_native_alone_change": 0.993, "pct_asian_alone_change": 19.733, "pct_hispanic_or_latino_change": -12.166, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+40.6472568", "INTPTLON": "-073.9972994" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000083, 40.648046 ], [ -73.999516, 40.648611 ], [ -73.998992, 40.648921 ], [ -73.998704, 40.649169 ], [ -73.998276, 40.649734 ], [ -73.996088, 40.648307 ], [ -73.993985, 40.647101 ], [ -73.994434, 40.646586 ], [ -73.994687, 40.646342 ], [ -73.995096, 40.645946 ], [ -73.995683, 40.645385 ], [ -73.996266, 40.644827 ], [ -73.998466, 40.646159 ], [ -74.000662, 40.647487 ], [ -74.000083, 40.648046 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047009200", "name": "Census Tract 92, Kings County, New York", "total_population_17": 5703, "white_alone_17": 461.0, "black_alone_17": 155.0, "native_alone_17": 0.0, "asian_alone_17": 2990.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2052.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.277, "pct_black_alone_change": -2.786, "pct_native_alone_change": -0.271, "pct_asian_alone_change": 23.495, "pct_hispanic_or_latino_change": -13.244, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6453168", "INTPTLON": "-073.9993384" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002197, 40.646018 ], [ -74.002111, 40.646099 ], [ -74.001833, 40.646368 ], [ -74.001248, 40.646926 ], [ -74.000662, 40.647487 ], [ -73.998466, 40.646159 ], [ -73.996266, 40.644827 ], [ -73.996844, 40.644266 ], [ -73.997426, 40.643706 ], [ -73.997734, 40.64341 ], [ -73.998011, 40.643147 ], [ -73.999931, 40.644306 ], [ -74.000213, 40.644477 ], [ -74.000345, 40.644556 ], [ -74.002415, 40.645809 ], [ -74.002197, 40.646018 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047009400", "name": "Census Tract 94, Kings County, New York", "total_population_17": 5429, "white_alone_17": 674.0, "black_alone_17": 114.0, "native_alone_17": 0.0, "asian_alone_17": 3519.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1112.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.357, "pct_black_alone_change": 0.658, "pct_native_alone_change": -0.721, "pct_asian_alone_change": 29.021, "pct_hispanic_or_latino_change": -6.211, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6433565", "INTPTLON": "-074.0013789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004165, 40.644127 ], [ -74.003581, 40.644689 ], [ -74.002999, 40.645245 ], [ -74.002415, 40.645809 ], [ -74.000345, 40.644556 ], [ -74.000213, 40.644477 ], [ -73.999931, 40.644306 ], [ -73.998011, 40.643147 ], [ -73.998594, 40.642585 ], [ -73.999176, 40.642026 ], [ -73.999757, 40.641467 ], [ -74.000341, 40.640905 ], [ -74.002545, 40.642236 ], [ -74.004747, 40.643567 ], [ -74.004165, 40.644127 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047009600", "name": "Census Tract 96, Kings County, New York", "total_population_17": 6477, "white_alone_17": 892.0, "black_alone_17": 131.0, "native_alone_17": 0.0, "asian_alone_17": 1868.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3310.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.874, "pct_black_alone_change": -0.875, "pct_native_alone_change": -0.339, "pct_asian_alone_change": 18.061, "pct_hispanic_or_latino_change": -22.032, "pct_native_hawaiian_pacific_islander_change": -0.051, "INTPTLAT": "+40.6460153", "INTPTLON": "-074.0057847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008568, 40.646788 ], [ -74.007988, 40.647344 ], [ -74.007405, 40.647905 ], [ -74.006824, 40.648465 ], [ -74.004621, 40.647131 ], [ -74.002415, 40.645809 ], [ -74.002999, 40.645245 ], [ -74.003581, 40.644689 ], [ -74.004165, 40.644127 ], [ -74.004747, 40.643567 ], [ -74.00695, 40.644897 ], [ -74.009153, 40.646227 ], [ -74.008568, 40.646788 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047009800", "name": "Census Tract 98, Kings County, New York", "total_population_17": 7403, "white_alone_17": 328.0, "black_alone_17": 165.0, "native_alone_17": 0.0, "asian_alone_17": 3110.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3790.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.623, "pct_black_alone_change": 0.628, "pct_native_alone_change": -0.457, "pct_asian_alone_change": 21.376, "pct_hispanic_or_latino_change": -16.376, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6437764", "INTPTLON": "-074.0081153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.010902, 40.644547 ], [ -74.010319, 40.645106 ], [ -74.009736, 40.645667 ], [ -74.009153, 40.646227 ], [ -74.00695, 40.644897 ], [ -74.004747, 40.643567 ], [ -74.00533, 40.643006 ], [ -74.005913, 40.642445 ], [ -74.006497, 40.641884 ], [ -74.007079, 40.641325 ], [ -74.009281, 40.642657 ], [ -74.011484, 40.643986 ], [ -74.010902, 40.644547 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047010000", "name": "Census Tract 100, Kings County, New York", "total_population_17": 6459, "white_alone_17": 497.0, "black_alone_17": 6.0, "native_alone_17": 67.0, "asian_alone_17": 3609.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2312.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.711, "pct_black_alone_change": -2.953, "pct_native_alone_change": 0.957, "pct_asian_alone_change": 25.068, "pct_hispanic_or_latino_change": -14.069, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6415355", "INTPTLON": "-074.0104457" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.013232, 40.642305 ], [ -74.012649, 40.642866 ], [ -74.012066, 40.643425 ], [ -74.011484, 40.643986 ], [ -74.009281, 40.642657 ], [ -74.007079, 40.641325 ], [ -74.00766, 40.640765 ], [ -74.008242, 40.640205 ], [ -74.008825, 40.639645 ], [ -74.009409, 40.639085 ], [ -74.011611, 40.640416 ], [ -74.013814, 40.641745 ], [ -74.013232, 40.642305 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047010100", "name": "Census Tract 101, Kings County, New York", "total_population_17": 4459, "white_alone_17": 1034.0, "black_alone_17": 139.0, "native_alone_17": 68.0, "asian_alone_17": 490.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2633.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.039, "pct_black_alone_change": -0.595, "pct_native_alone_change": 0.695, "pct_asian_alone_change": 5.641, "pct_hispanic_or_latino_change": -5.395, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6583907", "INTPTLON": "-073.9998245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.003874, 40.657627 ], [ -74.003288, 40.658185 ], [ -74.00273, 40.658785 ], [ -74.002161, 40.659356 ], [ -74.00159, 40.659905 ], [ -74.001002, 40.660456 ], [ -74.000454, 40.661032 ], [ -73.99987, 40.661589 ], [ -73.999301, 40.662157 ], [ -73.997429, 40.661036 ], [ -73.995169, 40.659669 ], [ -73.995752, 40.659108 ], [ -73.996336, 40.658547 ], [ -73.996918, 40.65799 ], [ -73.997501, 40.657429 ], [ -73.998091, 40.656865 ], [ -73.998671, 40.656307 ], [ -73.999256, 40.655745 ], [ -73.999837, 40.655186 ], [ -74.000413, 40.654629 ], [ -74.002677, 40.65599 ], [ -74.004465, 40.657072 ], [ -74.003874, 40.657627 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047010200", "name": "Census Tract 102, Kings County, New York", "total_population_17": 5081, "white_alone_17": 289.0, "black_alone_17": 4.0, "native_alone_17": 0.0, "asian_alone_17": 3515.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1273.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.719, "pct_black_alone_change": -1.221, "pct_native_alone_change": -0.13, "pct_asian_alone_change": 26.328, "pct_hispanic_or_latino_change": -8.547, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6392844", "INTPTLON": "-074.0127872" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.015562, 40.640067 ], [ -74.01498, 40.640626 ], [ -74.014397, 40.641186 ], [ -74.013814, 40.641745 ], [ -74.011611, 40.640416 ], [ -74.009409, 40.639085 ], [ -74.009989, 40.638524 ], [ -74.010572, 40.637965 ], [ -74.011154, 40.637404 ], [ -74.01176, 40.636823 ], [ -74.013961, 40.638153 ], [ -74.016167, 40.639483 ], [ -74.015562, 40.640067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047010400", "name": "Census Tract 104, Kings County, New York", "total_population_17": 5677, "white_alone_17": 385.0, "black_alone_17": 10.0, "native_alone_17": 0.0, "asian_alone_17": 4598.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 545.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.361, "pct_black_alone_change": -0.728, "pct_native_alone_change": -0.072, "pct_asian_alone_change": 10.957, "pct_hispanic_or_latino_change": -0.689, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.6366240", "INTPTLON": "-074.0083814" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.011154, 40.637404 ], [ -74.010572, 40.637965 ], [ -74.009989, 40.638524 ], [ -74.009409, 40.639085 ], [ -74.007206, 40.637755 ], [ -74.005003, 40.636425 ], [ -74.005586, 40.635866 ], [ -74.006169, 40.635303 ], [ -74.006751, 40.634745 ], [ -74.007356, 40.634164 ], [ -74.009557, 40.635493 ], [ -74.01176, 40.636823 ], [ -74.011154, 40.637404 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047010600", "name": "Census Tract 106, Kings County, New York", "total_population_17": 4862, "white_alone_17": 309.0, "black_alone_17": 10.0, "native_alone_17": 0.0, "asian_alone_17": 3898.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 542.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.293, "pct_black_alone_change": -1.149, "pct_native_alone_change": -0.256, "pct_asian_alone_change": 12.444, "pct_hispanic_or_latino_change": -6.746, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6388746", "INTPTLON": "-074.0060400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008825, 40.639645 ], [ -74.008242, 40.640205 ], [ -74.00766, 40.640765 ], [ -74.007079, 40.641325 ], [ -74.004877, 40.639995 ], [ -74.002672, 40.638667 ], [ -74.003253, 40.638104 ], [ -74.003838, 40.637546 ], [ -74.00442, 40.636985 ], [ -74.005003, 40.636425 ], [ -74.007206, 40.637755 ], [ -74.009409, 40.639085 ], [ -74.008825, 40.639645 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047010800", "name": "Census Tract 108, Kings County, New York", "total_population_17": 4303, "white_alone_17": 403.0, "black_alone_17": 42.0, "native_alone_17": 0.0, "asian_alone_17": 3127.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 731.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.789, "pct_black_alone_change": -0.26, "pct_native_alone_change": -0.398, "pct_asian_alone_change": 22.366, "pct_hispanic_or_latino_change": -8.174, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6411160", "INTPTLON": "-074.0037106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.006497, 40.641884 ], [ -74.005913, 40.642445 ], [ -74.00533, 40.643006 ], [ -74.004747, 40.643567 ], [ -74.002545, 40.642236 ], [ -74.000341, 40.640905 ], [ -74.000925, 40.640346 ], [ -74.001508, 40.639785 ], [ -74.002091, 40.639225 ], [ -74.002672, 40.638667 ], [ -74.004877, 40.639995 ], [ -74.007079, 40.641325 ], [ -74.006497, 40.641884 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047011000", "name": "Census Tract 110, Kings County, New York", "total_population_17": 2702, "white_alone_17": 854.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 922.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 844.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.303, "pct_black_alone_change": -2.657, "pct_native_alone_change": -0.248, "pct_asian_alone_change": 2.442, "pct_hispanic_or_latino_change": -13.335, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6445789", "INTPTLON": "-073.9927738" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.995683, 40.645385 ], [ -73.995096, 40.645946 ], [ -73.994687, 40.646342 ], [ -73.994434, 40.646586 ], [ -73.993985, 40.647101 ], [ -73.991808, 40.645784 ], [ -73.989059, 40.644119 ], [ -73.989779, 40.643645 ], [ -73.990497, 40.643164 ], [ -73.991213, 40.642686 ], [ -73.991929, 40.642205 ], [ -73.994077, 40.643503 ], [ -73.994241, 40.643603 ], [ -73.996266, 40.644827 ], [ -73.995683, 40.645385 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047011200", "name": "Census Tract 112, Kings County, New York", "total_population_17": 6561, "white_alone_17": 2478.0, "black_alone_17": 128.0, "native_alone_17": 77.0, "asian_alone_17": 1556.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2369.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.741, "pct_black_alone_change": -0.66, "pct_native_alone_change": 0.757, "pct_asian_alone_change": 6.462, "pct_hispanic_or_latino_change": -5.739, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6422528", "INTPTLON": "-073.9956749" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.998594, 40.642585 ], [ -73.998011, 40.643147 ], [ -73.997734, 40.64341 ], [ -73.997426, 40.643706 ], [ -73.996844, 40.644266 ], [ -73.996266, 40.644827 ], [ -73.994241, 40.643603 ], [ -73.994077, 40.643503 ], [ -73.991929, 40.642205 ], [ -73.992644, 40.641728 ], [ -73.993363, 40.641248 ], [ -73.994077, 40.64077 ], [ -73.994331, 40.6406 ], [ -73.994795, 40.640288 ], [ -73.99551, 40.63981 ], [ -73.996974, 40.640694 ], [ -73.999176, 40.642026 ], [ -73.998594, 40.642585 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047011400", "name": "Census Tract 114, Kings County, New York", "total_population_17": 4538, "white_alone_17": 2326.0, "black_alone_17": 305.0, "native_alone_17": 0.0, "asian_alone_17": 1278.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 533.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.385, "pct_black_alone_change": 2.202, "pct_native_alone_change": -0.121, "pct_asian_alone_change": 12.807, "pct_hispanic_or_latino_change": -2.759, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6394233", "INTPTLON": "-073.9992118" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002091, 40.639225 ], [ -74.001508, 40.639785 ], [ -74.000925, 40.640346 ], [ -74.000341, 40.640905 ], [ -73.999757, 40.641467 ], [ -73.999176, 40.642026 ], [ -73.996974, 40.640694 ], [ -73.99551, 40.63981 ], [ -73.996227, 40.639331 ], [ -73.996942, 40.638853 ], [ -73.997658, 40.638374 ], [ -73.998374, 40.637893 ], [ -73.999091, 40.637415 ], [ -73.999807, 40.636936 ], [ -74.00047, 40.637337 ], [ -74.002672, 40.638667 ], [ -74.002091, 40.639225 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047011600", "name": "Census Tract 116, Kings County, New York", "total_population_17": 3683, "white_alone_17": 524.0, "black_alone_17": 51.0, "native_alone_17": 15.0, "asian_alone_17": 2848.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 243.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.807, "pct_black_alone_change": 0.305, "pct_native_alone_change": 0.078, "pct_asian_alone_change": 21.094, "pct_hispanic_or_latino_change": -5.165, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6358731", "INTPTLON": "-074.0036488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.006751, 40.634745 ], [ -74.006169, 40.635303 ], [ -74.005586, 40.635866 ], [ -74.005003, 40.636425 ], [ -74.00442, 40.636985 ], [ -74.003838, 40.637546 ], [ -74.003253, 40.638104 ], [ -74.002672, 40.638667 ], [ -74.00047, 40.637337 ], [ -73.999807, 40.636936 ], [ -74.000525, 40.636456 ], [ -74.00124, 40.635978 ], [ -74.001957, 40.635497 ], [ -74.002673, 40.635019 ], [ -74.003388, 40.634538 ], [ -74.004107, 40.63406 ], [ -74.004821, 40.63358 ], [ -74.005564, 40.633084 ], [ -74.007356, 40.634164 ], [ -74.006751, 40.634745 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047011700", "name": "Census Tract 117, Kings County, New York", "total_population_17": 2851, "white_alone_17": 1584.0, "black_alone_17": 125.0, "native_alone_17": 37.0, "asian_alone_17": 224.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 757.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 31.205, "pct_black_alone_change": -6.054, "pct_native_alone_change": 0.868, "pct_asian_alone_change": 0.683, "pct_hispanic_or_latino_change": -29.008, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6685626", "INTPTLON": "-073.9933107" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996426, 40.669006 ], [ -73.995895, 40.669593 ], [ -73.995392, 40.670195 ], [ -73.994896, 40.67079 ], [ -73.994384, 40.671403 ], [ -73.992024, 40.670257 ], [ -73.989723, 40.669146 ], [ -73.990226, 40.668544 ], [ -73.99073, 40.667941 ], [ -73.991231, 40.667339 ], [ -73.991734, 40.666736 ], [ -73.992238, 40.666133 ], [ -73.99277, 40.665507 ], [ -73.994845, 40.666805 ], [ -73.994898, 40.666866 ], [ -73.995088, 40.667088 ], [ -73.995901, 40.667968 ], [ -73.996033, 40.66806 ], [ -73.996307, 40.668611 ], [ -73.996528, 40.668894 ], [ -73.996426, 40.669006 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047011800", "name": "Census Tract 118, Kings County, New York", "total_population_17": 2112, "white_alone_17": 107.0, "black_alone_17": 0.0, "native_alone_17": 9.0, "asian_alone_17": 1696.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 301.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.985, "pct_black_alone_change": -0.647, "pct_native_alone_change": 0.426, "pct_asian_alone_change": 18.929, "pct_hispanic_or_latino_change": 0.066, "pct_native_hawaiian_pacific_islander_change": -0.1, "INTPTLAT": "+40.6351044", "INTPTLON": "-074.0114899" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.016068, 40.636139 ], [ -74.01574, 40.636452 ], [ -74.015146, 40.637014 ], [ -74.014567, 40.637571 ], [ -74.013961, 40.638153 ], [ -74.01176, 40.636823 ], [ -74.009557, 40.635493 ], [ -74.007356, 40.634164 ], [ -74.005564, 40.633084 ], [ -74.006307, 40.632584 ], [ -74.006617, 40.632379 ], [ -74.0067, 40.632324 ], [ -74.007023, 40.63211 ], [ -74.008537, 40.633028 ], [ -74.010742, 40.634357 ], [ -74.011326, 40.633795 ], [ -74.011908, 40.633234 ], [ -74.014109, 40.634564 ], [ -74.016306, 40.635896 ], [ -74.016068, 40.636139 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047011900", "name": "Census Tract 119, Kings County, New York", "total_population_17": 1529, "white_alone_17": 1021.0, "black_alone_17": 71.0, "native_alone_17": 0.0, "asian_alone_17": 87.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 247.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 31.985, "pct_black_alone_change": -5.131, "pct_native_alone_change": -0.193, "pct_asian_alone_change": 2.603, "pct_hispanic_or_latino_change": -28.669, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6754018", "INTPTLON": "-073.9889703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.998594, 40.671865 ], [ -73.998551, 40.671926 ], [ -73.99748, 40.673162 ], [ -73.996975, 40.673709 ], [ -73.996917, 40.673773 ], [ -73.99664, 40.674134 ], [ -73.996623, 40.674158 ], [ -73.996014, 40.674994 ], [ -73.995578, 40.675137 ], [ -73.995275, 40.675778 ], [ -73.993978, 40.676171 ], [ -73.992566, 40.676106 ], [ -73.990802, 40.675783 ], [ -73.990426, 40.676249 ], [ -73.989914, 40.67685 ], [ -73.989435, 40.677459 ], [ -73.989388, 40.678285 ], [ -73.988973, 40.67885 ], [ -73.98856, 40.679559 ], [ -73.98808, 40.680172 ], [ -73.987668, 40.680818 ], [ -73.987294, 40.680668 ], [ -73.986533, 40.680372 ], [ -73.986104, 40.681009 ], [ -73.984139, 40.680246 ], [ -73.981755, 40.679317 ], [ -73.982182, 40.678686 ], [ -73.982611, 40.678051 ], [ -73.983041, 40.677417 ], [ -73.983472, 40.676781 ], [ -73.983901, 40.676148 ], [ -73.984199, 40.675774 ], [ -73.984702, 40.675173 ], [ -73.985209, 40.674567 ], [ -73.985707, 40.673966 ], [ -73.986194, 40.673381 ], [ -73.986709, 40.672767 ], [ -73.987211, 40.672161 ], [ -73.987715, 40.671557 ], [ -73.990013, 40.672669 ], [ -73.992369, 40.673813 ], [ -73.992875, 40.673213 ], [ -73.993379, 40.672604 ], [ -73.993668, 40.672257 ], [ -73.993878, 40.672005 ], [ -73.994384, 40.671403 ], [ -73.994896, 40.67079 ], [ -73.995392, 40.670195 ], [ -73.995895, 40.669593 ], [ -73.996426, 40.669006 ], [ -73.996528, 40.668894 ], [ -73.996672, 40.668739 ], [ -73.997014, 40.669312 ], [ -73.997266, 40.669723 ], [ -73.997624, 40.670274 ], [ -73.998457, 40.671568 ], [ -73.998619, 40.67183 ], [ -73.998594, 40.671865 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012000", "name": "Census Tract 120, Kings County, New York", "total_population_17": 1154, "white_alone_17": 68.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 905.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 175.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.717, "pct_black_alone_change": -0.239, "pct_native_alone_change": -0.559, "pct_asian_alone_change": 12.342, "pct_hispanic_or_latino_change": -4.069, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6327817", "INTPTLON": "-074.0117295" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.016692, 40.635519 ], [ -74.016306, 40.635896 ], [ -74.014109, 40.634564 ], [ -74.011908, 40.633234 ], [ -74.011326, 40.633795 ], [ -74.010742, 40.634357 ], [ -74.008537, 40.633028 ], [ -74.007023, 40.63211 ], [ -74.007739, 40.63163 ], [ -74.008456, 40.63115 ], [ -74.009224, 40.630634 ], [ -74.010004, 40.630113 ], [ -74.01097, 40.630682 ], [ -74.013177, 40.632013 ], [ -74.015139, 40.633217 ], [ -74.015643, 40.633529 ], [ -74.015672, 40.633515 ], [ -74.015925, 40.633382 ], [ -74.015916, 40.633719 ], [ -74.015971, 40.634048 ], [ -74.016108, 40.634486 ], [ -74.016274, 40.634867 ], [ -74.016752, 40.63544 ], [ -74.016692, 40.635519 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012100", "name": "Census Tract 121, Kings County, New York", "total_population_17": 1948, "white_alone_17": 1071.0, "black_alone_17": 59.0, "native_alone_17": 0.0, "asian_alone_17": 169.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 629.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.97, "pct_black_alone_change": -5.49, "pct_native_alone_change": -0.334, "pct_asian_alone_change": 0.046, "pct_hispanic_or_latino_change": -18.49, "pct_native_hawaiian_pacific_islander_change": -0.167, "INTPTLAT": "+40.6714790", "INTPTLON": "-073.9910490" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993878, 40.672005 ], [ -73.993668, 40.672257 ], [ -73.993379, 40.672604 ], [ -73.992875, 40.673213 ], [ -73.992369, 40.673813 ], [ -73.990013, 40.672669 ], [ -73.987715, 40.671557 ], [ -73.988219, 40.670953 ], [ -73.988726, 40.670342 ], [ -73.989047, 40.669958 ], [ -73.989222, 40.669749 ], [ -73.989723, 40.669146 ], [ -73.992024, 40.670257 ], [ -73.994384, 40.671403 ], [ -73.993878, 40.672005 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012200", "name": "Census Tract 122, Kings County, New York", "total_population_17": 5945, "white_alone_17": 600.0, "black_alone_17": 0.0, "native_alone_17": 159.0, "asian_alone_17": 2447.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2860.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.143, "pct_black_alone_change": -1.724, "pct_native_alone_change": 2.457, "pct_asian_alone_change": 11.349, "pct_hispanic_or_latino_change": 0.952, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6381660", "INTPTLON": "-074.0175772" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.021033, 40.638317 ], [ -74.020774, 40.638581 ], [ -74.02019, 40.639145 ], [ -74.019608, 40.639704 ], [ -74.019024, 40.640264 ], [ -74.018422, 40.640846 ], [ -74.016167, 40.639483 ], [ -74.013961, 40.638153 ], [ -74.014567, 40.637571 ], [ -74.015146, 40.637014 ], [ -74.01574, 40.636452 ], [ -74.016068, 40.636139 ], [ -74.016306, 40.635896 ], [ -74.016692, 40.635519 ], [ -74.016752, 40.63544 ], [ -74.017169, 40.635749 ], [ -74.018897, 40.636856 ], [ -74.019554, 40.637091 ], [ -74.020431, 40.637668 ], [ -74.020774, 40.637978 ], [ -74.021087, 40.638262 ], [ -74.021033, 40.638317 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012600", "name": "Census Tract 126, Kings County, New York", "total_population_17": 2909, "white_alone_17": 867.0, "black_alone_17": 66.0, "native_alone_17": 125.0, "asian_alone_17": 1061.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 765.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.992, "pct_black_alone_change": 0.326, "pct_native_alone_change": 3.861, "pct_asian_alone_change": 9.6, "pct_hispanic_or_latino_change": 3.308, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6348190", "INTPTLON": "-074.0190415" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.02291, 40.636108 ], [ -74.022626, 40.636799 ], [ -74.02248, 40.636951 ], [ -74.02215, 40.63724 ], [ -74.021922, 40.637438 ], [ -74.021693, 40.637653 ], [ -74.021359, 40.637967 ], [ -74.021224, 40.638115 ], [ -74.021087, 40.638262 ], [ -74.020774, 40.637978 ], [ -74.020431, 40.637668 ], [ -74.019554, 40.637091 ], [ -74.018897, 40.636856 ], [ -74.017169, 40.635749 ], [ -74.016752, 40.63544 ], [ -74.016274, 40.634867 ], [ -74.016108, 40.634486 ], [ -74.015971, 40.634048 ], [ -74.015916, 40.633719 ], [ -74.015925, 40.633382 ], [ -74.015672, 40.633515 ], [ -74.015643, 40.633529 ], [ -74.015139, 40.633217 ], [ -74.015279, 40.632868 ], [ -74.015424, 40.632513 ], [ -74.015748, 40.631765 ], [ -74.016048, 40.631033 ], [ -74.016223, 40.631145 ], [ -74.016458, 40.631297 ], [ -74.016502, 40.631326 ], [ -74.016696, 40.631454 ], [ -74.016956, 40.631622 ], [ -74.018448, 40.632296 ], [ -74.01853, 40.632334 ], [ -74.018245, 40.633034 ], [ -74.019263, 40.633494 ], [ -74.020722, 40.634169 ], [ -74.023235, 40.635318 ], [ -74.02291, 40.636108 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012700", "name": "Census Tract 127, Kings County, New York", "total_population_17": 4768, "white_alone_17": 1266.0, "black_alone_17": 1960.0, "native_alone_17": 23.0, "asian_alone_17": 377.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1099.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.774, "pct_black_alone_change": 6.012, "pct_native_alone_change": -0.282, "pct_asian_alone_change": 6.644, "pct_hispanic_or_latino_change": -28.728, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6817476", "INTPTLON": "-073.9828507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985672, 40.681642 ], [ -73.985231, 40.68228 ], [ -73.984797, 40.682909 ], [ -73.984375, 40.683543 ], [ -73.983953, 40.684182 ], [ -73.981993, 40.683418 ], [ -73.979605, 40.682489 ], [ -73.980034, 40.681854 ], [ -73.980463, 40.681221 ], [ -73.980894, 40.680587 ], [ -73.981324, 40.679952 ], [ -73.981755, 40.679317 ], [ -73.984139, 40.680246 ], [ -73.986104, 40.681009 ], [ -73.985672, 40.681642 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012801", "name": "Census Tract 128.01, Kings County, New York", "total_population_17": 2326, "white_alone_17": 659.0, "black_alone_17": 67.0, "native_alone_17": 0.0, "asian_alone_17": 1492.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 92.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.076, "pct_black_alone_change": 2.332, "pct_native_alone_change": -0.399, "pct_asian_alone_change": 24.014, "pct_hispanic_or_latino_change": -4.619, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6308009", "INTPTLON": "-074.0133027" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.015748, 40.631765 ], [ -74.015424, 40.632513 ], [ -74.015279, 40.632868 ], [ -74.015139, 40.633217 ], [ -74.013177, 40.632013 ], [ -74.01097, 40.630682 ], [ -74.010004, 40.630113 ], [ -74.0107, 40.629646 ], [ -74.011428, 40.629162 ], [ -74.012142, 40.628684 ], [ -74.0125, 40.628901 ], [ -74.012702, 40.629024 ], [ -74.014782, 40.63028 ], [ -74.014903, 40.630353 ], [ -74.016048, 40.631033 ], [ -74.015748, 40.631765 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012901", "name": "Census Tract 129.01, Kings County, New York", "total_population_17": 2429, "white_alone_17": 1488.0, "black_alone_17": 146.0, "native_alone_17": 0.0, "asian_alone_17": 63.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 638.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.932, "pct_black_alone_change": -17.928, "pct_native_alone_change": -0.268, "pct_asian_alone_change": -3.569, "pct_hispanic_or_latino_change": -6.74, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6816880", "INTPTLON": "-073.9785883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980894, 40.680587 ], [ -73.980463, 40.681221 ], [ -73.980034, 40.681854 ], [ -73.979605, 40.682489 ], [ -73.979165, 40.683125 ], [ -73.978743, 40.68376 ], [ -73.978337, 40.684395 ], [ -73.978026, 40.684864 ], [ -73.977457, 40.684052 ], [ -73.976318, 40.683644 ], [ -73.976529, 40.68325 ], [ -73.976502, 40.682872 ], [ -73.976317, 40.682509 ], [ -73.976596, 40.68212 ], [ -73.977023, 40.681486 ], [ -73.977455, 40.680853 ], [ -73.977815, 40.680313 ], [ -73.977886, 40.680217 ], [ -73.978249, 40.679679 ], [ -73.978321, 40.679579 ], [ -73.978676, 40.679047 ], [ -73.97956, 40.679287 ], [ -73.981324, 40.679952 ], [ -73.980894, 40.680587 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047012902", "name": "Census Tract 129.02, Kings County, New York", "total_population_17": 2114, "white_alone_17": 1316.0, "black_alone_17": 143.0, "native_alone_17": 6.0, "asian_alone_17": 95.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 471.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.44, "pct_black_alone_change": -14.036, "pct_native_alone_change": -0.516, "pct_asian_alone_change": 0.494, "pct_hispanic_or_latino_change": 1.198, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6808348", "INTPTLON": "-073.9760333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.978321, 40.679579 ], [ -73.978249, 40.679679 ], [ -73.977886, 40.680217 ], [ -73.977815, 40.680313 ], [ -73.977455, 40.680853 ], [ -73.977023, 40.681486 ], [ -73.976596, 40.68212 ], [ -73.976317, 40.682509 ], [ -73.976502, 40.682872 ], [ -73.976529, 40.68325 ], [ -73.976318, 40.683644 ], [ -73.975929, 40.683505 ], [ -73.974827, 40.683278 ], [ -73.97378, 40.683061 ], [ -73.973952, 40.682281 ], [ -73.974227, 40.681505 ], [ -73.974504, 40.680733 ], [ -73.974692, 40.680266 ], [ -73.974905, 40.679955 ], [ -73.974958, 40.679877 ], [ -73.975321, 40.679333 ], [ -73.975749, 40.6787 ], [ -73.97618, 40.678065 ], [ -73.978676, 40.679047 ], [ -73.978321, 40.679579 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013000", "name": "Census Tract 130, Kings County, New York", "total_population_17": 5244, "white_alone_17": 2333.0, "black_alone_17": 166.0, "native_alone_17": 50.0, "asian_alone_17": 1137.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1443.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.374, "pct_black_alone_change": 2.215, "pct_native_alone_change": 0.361, "pct_asian_alone_change": 3.216, "pct_hispanic_or_latino_change": 8.945, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6325873", "INTPTLON": "-074.0213843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.024238, 40.632859 ], [ -74.023884, 40.633724 ], [ -74.023518, 40.634616 ], [ -74.023235, 40.635318 ], [ -74.020722, 40.634169 ], [ -74.019263, 40.633494 ], [ -74.018245, 40.633034 ], [ -74.01853, 40.632334 ], [ -74.018895, 40.631444 ], [ -74.019063, 40.631039 ], [ -74.019259, 40.63056 ], [ -74.019359, 40.63031 ], [ -74.01955, 40.629855 ], [ -74.022024, 40.630988 ], [ -74.02452, 40.632167 ], [ -74.024238, 40.632859 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013100", "name": "Census Tract 131, Kings County, New York", "total_population_17": 4254, "white_alone_17": 2555.0, "black_alone_17": 303.0, "native_alone_17": 0.0, "asian_alone_17": 446.0, "native_hawaiian_pacific_islander_17": 23.0, "hispanic_or_latino_17": 691.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 21.078, "pct_black_alone_change": -15.962, "pct_native_alone_change": -0.225, "pct_asian_alone_change": 6.453, "pct_hispanic_or_latino_change": -16.455, "pct_native_hawaiian_pacific_islander_change": 0.416, "INTPTLAT": "+40.6777175", "INTPTLON": "-073.9796019" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983041, 40.677417 ], [ -73.982611, 40.678051 ], [ -73.982182, 40.678686 ], [ -73.981755, 40.679317 ], [ -73.981324, 40.679952 ], [ -73.97956, 40.679287 ], [ -73.978676, 40.679047 ], [ -73.97618, 40.678065 ], [ -73.976616, 40.677431 ], [ -73.977102, 40.676707 ], [ -73.977531, 40.676073 ], [ -73.97796, 40.675438 ], [ -73.978121, 40.6755 ], [ -73.980322, 40.676359 ], [ -73.98046, 40.676413 ], [ -73.980655, 40.676488 ], [ -73.982883, 40.677355 ], [ -73.983041, 40.677417 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013200", "name": "Census Tract 132, Kings County, New York", "total_population_17": 2044, "white_alone_17": 597.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1053.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 386.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.684, "pct_black_alone_change": -0.554, "pct_native_alone_change": -0.139, "pct_asian_alone_change": 29.023, "pct_hispanic_or_latino_change": 5.213, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6279744", "INTPTLON": "-074.0156708" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.018879, 40.624303 ], [ -74.017842, 40.626591 ], [ -74.017223, 40.628101 ], [ -74.016934, 40.628817 ], [ -74.016884, 40.628947 ], [ -74.016643, 40.629576 ], [ -74.016343, 40.630286 ], [ -74.016048, 40.631033 ], [ -74.014903, 40.630353 ], [ -74.014782, 40.63028 ], [ -74.012702, 40.629024 ], [ -74.0125, 40.628901 ], [ -74.012142, 40.628684 ], [ -74.012858, 40.628207 ], [ -74.013572, 40.627728 ], [ -74.014285, 40.627247 ], [ -74.015001, 40.626769 ], [ -74.015708, 40.626295 ], [ -74.016487, 40.625775 ], [ -74.017262, 40.625269 ], [ -74.017976, 40.624788 ], [ -74.018879, 40.624303 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013300", "name": "Census Tract 133, Kings County, New York", "total_population_17": 4462, "white_alone_17": 2983.0, "black_alone_17": 127.0, "native_alone_17": 10.0, "asian_alone_17": 444.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 652.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.549, "pct_black_alone_change": -8.362, "pct_native_alone_change": -0.103, "pct_asian_alone_change": 3.679, "pct_hispanic_or_latino_change": -7.777, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.6751825", "INTPTLON": "-073.9813092" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984199, 40.675774 ], [ -73.983901, 40.676148 ], [ -73.983472, 40.676781 ], [ -73.983041, 40.677417 ], [ -73.982883, 40.677355 ], [ -73.980655, 40.676488 ], [ -73.98046, 40.676413 ], [ -73.980322, 40.676359 ], [ -73.978121, 40.6755 ], [ -73.97796, 40.675438 ], [ -73.97839, 40.674805 ], [ -73.978822, 40.674171 ], [ -73.979415, 40.67346 ], [ -73.979917, 40.672858 ], [ -73.982277, 40.674 ], [ -73.984702, 40.675173 ], [ -73.984199, 40.675774 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013400", "name": "Census Tract 134, Kings County, New York", "total_population_17": 4035, "white_alone_17": 2544.0, "black_alone_17": 15.0, "native_alone_17": 21.0, "asian_alone_17": 801.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 617.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.763, "pct_black_alone_change": -0.348, "pct_native_alone_change": 0.391, "pct_asian_alone_change": 8.764, "pct_hispanic_or_latino_change": 3.538, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6295241", "INTPTLON": "-074.0202705" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.025071, 40.630814 ], [ -74.024792, 40.631506 ], [ -74.02452, 40.632167 ], [ -74.022024, 40.630988 ], [ -74.01955, 40.629855 ], [ -74.019359, 40.63031 ], [ -74.019259, 40.63056 ], [ -74.019063, 40.631039 ], [ -74.018895, 40.631444 ], [ -74.01853, 40.632334 ], [ -74.018448, 40.632296 ], [ -74.016956, 40.631622 ], [ -74.016696, 40.631454 ], [ -74.016502, 40.631326 ], [ -74.016458, 40.631297 ], [ -74.016223, 40.631145 ], [ -74.016048, 40.631033 ], [ -74.016343, 40.630286 ], [ -74.016643, 40.629576 ], [ -74.016884, 40.628947 ], [ -74.016934, 40.628817 ], [ -74.017223, 40.628101 ], [ -74.017842, 40.626591 ], [ -74.018175, 40.626791 ], [ -74.018315, 40.626876 ], [ -74.018639, 40.627071 ], [ -74.018961, 40.626296 ], [ -74.0206, 40.627277 ], [ -74.022959, 40.628701 ], [ -74.025361, 40.630109 ], [ -74.025071, 40.630814 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013500", "name": "Census Tract 135, Kings County, New York", "total_population_17": 3733, "white_alone_17": 2662.0, "black_alone_17": 66.0, "native_alone_17": 0.0, "asian_alone_17": 292.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 389.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.49, "pct_black_alone_change": -10.034, "pct_native_alone_change": -0.177, "pct_asian_alone_change": 3.511, "pct_hispanic_or_latino_change": -15.197, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.6728110", "INTPTLON": "-073.9833133" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.986194, 40.673381 ], [ -73.985707, 40.673966 ], [ -73.985209, 40.674567 ], [ -73.984702, 40.675173 ], [ -73.982277, 40.674 ], [ -73.979917, 40.672858 ], [ -73.980418, 40.672256 ], [ -73.980923, 40.671655 ], [ -73.981425, 40.671052 ], [ -73.981927, 40.670448 ], [ -73.984289, 40.671591 ], [ -73.986709, 40.672767 ], [ -73.986194, 40.673381 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013600", "name": "Census Tract 136, Kings County, New York", "total_population_17": 3919, "white_alone_17": 2858.0, "black_alone_17": 20.0, "native_alone_17": 0.0, "asian_alone_17": 483.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 500.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.648, "pct_black_alone_change": -0.229, "pct_native_alone_change": -0.331, "pct_asian_alone_change": 0.806, "pct_hispanic_or_latino_change": 2.182, "pct_native_hawaiian_pacific_islander_change": -0.102, "INTPTLAT": "+40.6268984", "INTPTLON": "-074.0225939" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.026263, 40.62792 ], [ -74.025958, 40.628648 ], [ -74.02566, 40.629378 ], [ -74.025361, 40.630109 ], [ -74.022959, 40.628701 ], [ -74.0206, 40.627277 ], [ -74.018961, 40.626296 ], [ -74.018639, 40.627071 ], [ -74.018315, 40.626876 ], [ -74.018175, 40.626791 ], [ -74.017842, 40.626591 ], [ -74.018879, 40.624303 ], [ -74.019218, 40.624299 ], [ -74.019403, 40.624293 ], [ -74.019459, 40.624291 ], [ -74.019605, 40.624289 ], [ -74.019752, 40.624285 ], [ -74.020064, 40.624285 ], [ -74.019632, 40.624879 ], [ -74.021194, 40.625816 ], [ -74.021495, 40.625084 ], [ -74.021794, 40.624355 ], [ -74.024153, 40.625781 ], [ -74.026561, 40.627187 ], [ -74.026263, 40.62792 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013700", "name": "Census Tract 137, Kings County, New York", "total_population_17": 3494, "white_alone_17": 2098.0, "black_alone_17": 242.0, "native_alone_17": 0.0, "asian_alone_17": 265.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 669.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.619, "pct_black_alone_change": -1.519, "pct_native_alone_change": -0.336, "pct_asian_alone_change": 2.167, "pct_hispanic_or_latino_change": -9.083, "pct_native_hawaiian_pacific_islander_change": -0.101, "INTPTLAT": "+40.6703973", "INTPTLON": "-073.9853274" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.988219, 40.670953 ], [ -73.987715, 40.671557 ], [ -73.987211, 40.672161 ], [ -73.986709, 40.672767 ], [ -73.984289, 40.671591 ], [ -73.981927, 40.670448 ], [ -73.982428, 40.669847 ], [ -73.982932, 40.669245 ], [ -73.983435, 40.668642 ], [ -73.983943, 40.66803 ], [ -73.986304, 40.669173 ], [ -73.988726, 40.670342 ], [ -73.988219, 40.670953 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013800", "name": "Census Tract 138, Kings County, New York", "total_population_17": 3197, "white_alone_17": 1916.0, "black_alone_17": 58.0, "native_alone_17": 0.0, "asian_alone_17": 462.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 614.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.964, "pct_black_alone_change": 1.564, "pct_native_alone_change": -0.156, "pct_asian_alone_change": 2.38, "pct_hispanic_or_latino_change": 8.913, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6243111", "INTPTLON": "-074.0255174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.028036, 40.623572 ], [ -74.027991, 40.623683 ], [ -74.027734, 40.624301 ], [ -74.027438, 40.625027 ], [ -74.027153, 40.625727 ], [ -74.027139, 40.625762 ], [ -74.026856, 40.626459 ], [ -74.026561, 40.627187 ], [ -74.024153, 40.625781 ], [ -74.021794, 40.624355 ], [ -74.022092, 40.623629 ], [ -74.022389, 40.622896 ], [ -74.02475, 40.624321 ], [ -74.025047, 40.623589 ], [ -74.025345, 40.622859 ], [ -74.025662, 40.622141 ], [ -74.026214, 40.621491 ], [ -74.02835, 40.622799 ], [ -74.028036, 40.623572 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047013900", "name": "Census Tract 139, Kings County, New York", "total_population_17": 3520, "white_alone_17": 2266.0, "black_alone_17": 316.0, "native_alone_17": 0.0, "asian_alone_17": 287.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 501.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.445, "pct_black_alone_change": -3.993, "pct_native_alone_change": -0.522, "pct_asian_alone_change": 0.507, "pct_hispanic_or_latino_change": -14.368, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6679862", "INTPTLON": "-073.9873365" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990226, 40.668544 ], [ -73.989723, 40.669146 ], [ -73.989222, 40.669749 ], [ -73.989047, 40.669958 ], [ -73.988726, 40.670342 ], [ -73.986304, 40.669173 ], [ -73.983943, 40.66803 ], [ -73.984438, 40.667437 ], [ -73.984943, 40.666834 ], [ -73.985445, 40.666233 ], [ -73.985948, 40.66563 ], [ -73.988307, 40.66677 ], [ -73.99073, 40.667941 ], [ -73.990226, 40.668544 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014000", "name": "Census Tract 140, Kings County, New York", "total_population_17": 1931, "white_alone_17": 1346.0, "black_alone_17": 59.0, "native_alone_17": 0.0, "asian_alone_17": 303.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 223.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.856, "pct_black_alone_change": 2.856, "pct_native_alone_change": -0.199, "pct_asian_alone_change": 9.329, "pct_hispanic_or_latino_change": 2.403, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6207782", "INTPTLON": "-074.0196779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.022933, 40.619502 ], [ -74.022269, 40.620109 ], [ -74.021802, 40.620602 ], [ -74.021729, 40.620679 ], [ -74.021615, 40.620798 ], [ -74.021178, 40.621252 ], [ -74.020686, 40.621835 ], [ -74.020252, 40.622427 ], [ -74.019705, 40.622185 ], [ -74.019444, 40.622764 ], [ -74.019387, 40.622892 ], [ -74.019252, 40.623206 ], [ -74.019075, 40.623615 ], [ -74.016406, 40.622014 ], [ -74.016987, 40.621454 ], [ -74.01757, 40.620899 ], [ -74.018152, 40.620336 ], [ -74.018733, 40.619777 ], [ -74.019313, 40.619217 ], [ -74.019894, 40.618657 ], [ -74.020526, 40.618058 ], [ -74.021216, 40.618472 ], [ -74.022004, 40.618938 ], [ -74.022876, 40.619466 ], [ -74.022933, 40.619502 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014100", "name": "Census Tract 141, Kings County, New York", "total_population_17": 3256, "white_alone_17": 1854.0, "black_alone_17": 100.0, "native_alone_17": 0.0, "asian_alone_17": 348.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 702.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 20.989, "pct_black_alone_change": -4.127, "pct_native_alone_change": -0.658, "pct_asian_alone_change": 1.7, "pct_hispanic_or_latino_change": -19.799, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6654413", "INTPTLON": "-073.9893778" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.992238, 40.666133 ], [ -73.991734, 40.666736 ], [ -73.991231, 40.667339 ], [ -73.99073, 40.667941 ], [ -73.988307, 40.66677 ], [ -73.985948, 40.66563 ], [ -73.98645, 40.665028 ], [ -73.986951, 40.664425 ], [ -73.987453, 40.663823 ], [ -73.988335, 40.662805 ], [ -73.990517, 40.664163 ], [ -73.99277, 40.665507 ], [ -73.992238, 40.666133 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014200", "name": "Census Tract 142, Kings County, New York", "total_population_17": 3084, "white_alone_17": 1945.0, "black_alone_17": 25.0, "native_alone_17": 0.0, "asian_alone_17": 370.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 683.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.389, "pct_black_alone_change": 0.008, "pct_native_alone_change": -0.34, "pct_asian_alone_change": -0.665, "pct_hispanic_or_latino_change": 10.875, "pct_native_hawaiian_pacific_islander_change": -0.062, "INTPTLAT": "+40.6225046", "INTPTLON": "-074.0224901" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.025662, 40.622141 ], [ -74.025345, 40.622859 ], [ -74.025047, 40.623589 ], [ -74.02475, 40.624321 ], [ -74.022389, 40.622896 ], [ -74.022092, 40.623629 ], [ -74.021794, 40.624355 ], [ -74.021495, 40.625084 ], [ -74.021194, 40.625816 ], [ -74.019632, 40.624879 ], [ -74.020064, 40.624285 ], [ -74.019752, 40.624285 ], [ -74.019605, 40.624289 ], [ -74.019459, 40.624291 ], [ -74.019403, 40.624293 ], [ -74.019218, 40.624299 ], [ -74.018879, 40.624303 ], [ -74.018894, 40.624239 ], [ -74.019075, 40.623615 ], [ -74.019252, 40.623206 ], [ -74.019387, 40.622892 ], [ -74.019444, 40.622764 ], [ -74.019705, 40.622185 ], [ -74.020252, 40.622427 ], [ -74.020686, 40.621835 ], [ -74.021178, 40.621252 ], [ -74.021615, 40.620798 ], [ -74.021729, 40.620679 ], [ -74.021802, 40.620602 ], [ -74.022269, 40.620109 ], [ -74.022933, 40.619502 ], [ -74.023013, 40.619552 ], [ -74.023197, 40.619666 ], [ -74.023286, 40.619727 ], [ -74.023385, 40.619794 ], [ -74.023654, 40.61996 ], [ -74.024466, 40.620437 ], [ -74.025363, 40.620977 ], [ -74.026214, 40.621491 ], [ -74.025662, 40.622141 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014300", "name": "Census Tract 143, Kings County, New York", "total_population_17": 3631, "white_alone_17": 1667.0, "black_alone_17": 61.0, "native_alone_17": 12.0, "asian_alone_17": 258.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1494.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.04, "pct_black_alone_change": -2.068, "pct_native_alone_change": 0.167, "pct_asian_alone_change": 3.058, "pct_hispanic_or_latino_change": -21.157, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6636266", "INTPTLON": "-073.9926558" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996393, 40.664954 ], [ -73.996027, 40.665297 ], [ -73.995795, 40.665516 ], [ -73.995219, 40.666076 ], [ -73.995014, 40.66637 ], [ -73.994974, 40.666478 ], [ -73.994945, 40.666576 ], [ -73.994912, 40.666666 ], [ -73.99489, 40.666726 ], [ -73.994845, 40.666805 ], [ -73.99277, 40.665507 ], [ -73.990517, 40.664163 ], [ -73.988335, 40.662805 ], [ -73.988769, 40.662432 ], [ -73.988924, 40.662283 ], [ -73.98947, 40.661699 ], [ -73.990052, 40.661139 ], [ -73.990635, 40.660579 ], [ -73.992838, 40.661909 ], [ -73.995098, 40.663272 ], [ -73.996958, 40.664393 ], [ -73.996393, 40.664954 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014500", "name": "Census Tract 145, Kings County, New York", "total_population_17": 4078, "white_alone_17": 2114.0, "black_alone_17": 133.0, "native_alone_17": 82.0, "asian_alone_17": 249.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1352.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 24.493, "pct_black_alone_change": -2.888, "pct_native_alone_change": 1.734, "pct_asian_alone_change": 2.754, "pct_hispanic_or_latino_change": -26.347, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6613671", "INTPTLON": "-073.9949634" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.998716, 40.662717 ], [ -73.998133, 40.663275 ], [ -73.997534, 40.663834 ], [ -73.996958, 40.664393 ], [ -73.995098, 40.663272 ], [ -73.992838, 40.661909 ], [ -73.990635, 40.660579 ], [ -73.991217, 40.660019 ], [ -73.9918, 40.659458 ], [ -73.992383, 40.658899 ], [ -73.992964, 40.658337 ], [ -73.995169, 40.659669 ], [ -73.997429, 40.661036 ], [ -73.999301, 40.662157 ], [ -73.998716, 40.662717 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014700", "name": "Census Tract 147, Kings County, New York", "total_population_17": 2535, "white_alone_17": 1151.0, "black_alone_17": 68.0, "native_alone_17": 42.0, "asian_alone_17": 121.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1105.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.426, "pct_black_alone_change": -2.557, "pct_native_alone_change": 1.386, "pct_asian_alone_change": 1.431, "pct_hispanic_or_latino_change": -12.959, "pct_native_hawaiian_pacific_islander_change": -0.09, "INTPTLAT": "+40.6598558", "INTPTLON": "-073.9896720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9918, 40.659458 ], [ -73.991217, 40.660019 ], [ -73.990635, 40.660579 ], [ -73.990052, 40.661139 ], [ -73.98947, 40.661699 ], [ -73.988924, 40.662283 ], [ -73.988769, 40.662432 ], [ -73.988044, 40.661475 ], [ -73.987296, 40.660442 ], [ -73.987497, 40.660237 ], [ -73.98784, 40.659816 ], [ -73.988428, 40.65925 ], [ -73.989013, 40.658691 ], [ -73.989593, 40.658134 ], [ -73.990188, 40.657601 ], [ -73.992383, 40.658899 ], [ -73.9918, 40.659458 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014800", "name": "Census Tract 148, Kings County, New York", "total_population_17": 1289, "white_alone_17": 1101.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 129.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.593, "pct_black_alone_change": 0.0, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 7.389, "pct_hispanic_or_latino_change": -1.261, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6167077", "INTPTLON": "-074.0129610" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.015488, 40.615998 ], [ -74.014909, 40.616558 ], [ -74.014327, 40.617118 ], [ -74.013749, 40.617676 ], [ -74.013164, 40.618236 ], [ -74.012584, 40.618794 ], [ -74.012002, 40.619353 ], [ -74.0098, 40.618024 ], [ -74.010383, 40.617464 ], [ -74.010961, 40.616906 ], [ -74.011543, 40.616345 ], [ -74.012127, 40.615788 ], [ -74.012709, 40.615228 ], [ -74.013289, 40.614669 ], [ -74.013926, 40.614064 ], [ -74.016118, 40.615384 ], [ -74.015488, 40.615998 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047014900", "name": "Census Tract 149, Kings County, New York", "total_population_17": 6318, "white_alone_17": 4000.0, "black_alone_17": 136.0, "native_alone_17": 0.0, "asian_alone_17": 316.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1537.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.63, "pct_black_alone_change": -6.812, "pct_native_alone_change": -0.503, "pct_asian_alone_change": -0.758, "pct_hispanic_or_latino_change": -6.737, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6624261", "INTPTLON": "-073.9851815" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.988335, 40.662805 ], [ -73.987453, 40.663823 ], [ -73.986951, 40.664425 ], [ -73.98645, 40.665028 ], [ -73.985948, 40.66563 ], [ -73.983586, 40.664489 ], [ -73.981225, 40.663347 ], [ -73.981728, 40.662744 ], [ -73.982231, 40.662142 ], [ -73.982732, 40.661539 ], [ -73.983237, 40.660937 ], [ -73.983918, 40.660137 ], [ -73.98448, 40.659598 ], [ -73.985071, 40.659029 ], [ -73.986373, 40.659817 ], [ -73.986953, 40.66037 ], [ -73.987296, 40.660442 ], [ -73.988044, 40.661475 ], [ -73.988769, 40.662432 ], [ -73.988335, 40.662805 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015000", "name": "Census Tract 150, Kings County, New York", "total_population_17": 1547, "white_alone_17": 1158.0, "black_alone_17": 4.0, "native_alone_17": 0.0, "asian_alone_17": 253.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 122.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.071, "pct_black_alone_change": 0.195, "pct_native_alone_change": -0.128, "pct_asian_alone_change": 13.477, "pct_hispanic_or_latino_change": 5.776, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6153783", "INTPTLON": "-074.0107586" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.013289, 40.614669 ], [ -74.012709, 40.615228 ], [ -74.012127, 40.615788 ], [ -74.011543, 40.616345 ], [ -74.010961, 40.616906 ], [ -74.010383, 40.617464 ], [ -74.0098, 40.618024 ], [ -74.007599, 40.616695 ], [ -74.008177, 40.616133 ], [ -74.008761, 40.615576 ], [ -74.009341, 40.615015 ], [ -74.009924, 40.614457 ], [ -74.010504, 40.613897 ], [ -74.011086, 40.613339 ], [ -74.011712, 40.612735 ], [ -74.013926, 40.614064 ], [ -74.013289, 40.614669 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015100", "name": "Census Tract 151, Kings County, New York", "total_population_17": 4185, "white_alone_17": 2661.0, "black_alone_17": 205.0, "native_alone_17": 0.0, "asian_alone_17": 213.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 757.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.649, "pct_black_alone_change": -1.385, "pct_native_alone_change": -0.56, "pct_asian_alone_change": -0.898, "pct_hispanic_or_latino_change": 2.837, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6656890", "INTPTLON": "-073.9825855" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985445, 40.666233 ], [ -73.984943, 40.666834 ], [ -73.984438, 40.667437 ], [ -73.983943, 40.66803 ], [ -73.981582, 40.666888 ], [ -73.979224, 40.665749 ], [ -73.97972, 40.665155 ], [ -73.980222, 40.664552 ], [ -73.980724, 40.66395 ], [ -73.981225, 40.663347 ], [ -73.983586, 40.664489 ], [ -73.985948, 40.66563 ], [ -73.985445, 40.666233 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015200", "name": "Census Tract 152, Kings County, New York", "total_population_17": 2465, "white_alone_17": 1513.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 496.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 363.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.389, "pct_black_alone_change": 1.833, "pct_native_alone_change": -0.312, "pct_asian_alone_change": 8.47, "pct_hispanic_or_latino_change": 8.074, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6145072", "INTPTLON": "-074.0244665" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.027369, 40.613235 ], [ -74.026329, 40.614983 ], [ -74.026264, 40.615099 ], [ -74.02607, 40.615487 ], [ -74.025729, 40.616049 ], [ -74.025243, 40.616672 ], [ -74.024624, 40.617389 ], [ -74.023634, 40.618537 ], [ -74.022933, 40.619502 ], [ -74.022876, 40.619466 ], [ -74.022004, 40.618938 ], [ -74.021216, 40.618472 ], [ -74.021486, 40.617866 ], [ -74.021622, 40.6175 ], [ -74.022161, 40.616169 ], [ -74.022789, 40.614596 ], [ -74.024582, 40.61023 ], [ -74.024694, 40.60996 ], [ -74.024756, 40.609782 ], [ -74.024775, 40.609676 ], [ -74.027106, 40.610244 ], [ -74.026391, 40.612408 ], [ -74.026611, 40.612514 ], [ -74.02755, 40.612925 ], [ -74.027369, 40.613235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015300", "name": "Census Tract 153, Kings County, New York", "total_population_17": 2843, "white_alone_17": 2013.0, "black_alone_17": 110.0, "native_alone_17": 0.0, "asian_alone_17": 238.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 391.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.329, "pct_black_alone_change": -1.985, "pct_native_alone_change": -0.305, "pct_asian_alone_change": -4.049, "pct_hispanic_or_latino_change": 4.887, "pct_native_hawaiian_pacific_islander_change": -0.068, "INTPTLAT": "+40.6681002", "INTPTLON": "-073.9805759" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983435, 40.668642 ], [ -73.982932, 40.669245 ], [ -73.982428, 40.669847 ], [ -73.981927, 40.670448 ], [ -73.979563, 40.669313 ], [ -73.977208, 40.668169 ], [ -73.977717, 40.66757 ], [ -73.978212, 40.666963 ], [ -73.978715, 40.666361 ], [ -73.979224, 40.665749 ], [ -73.981582, 40.666888 ], [ -73.983943, 40.66803 ], [ -73.983435, 40.668642 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015400", "name": "Census Tract 154, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6111789", "INTPTLON": "-074.0189191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.024756, 40.609782 ], [ -74.024694, 40.60996 ], [ -74.024582, 40.61023 ], [ -74.022789, 40.614596 ], [ -74.022161, 40.616169 ], [ -74.021622, 40.6175 ], [ -74.021486, 40.617866 ], [ -74.021216, 40.618472 ], [ -74.020526, 40.618058 ], [ -74.018316, 40.616722 ], [ -74.016118, 40.615384 ], [ -74.013926, 40.614064 ], [ -74.011712, 40.612735 ], [ -74.013482, 40.611038 ], [ -74.015224, 40.609357 ], [ -74.017019, 40.607655 ], [ -74.016236, 40.607233 ], [ -74.015499, 40.606842 ], [ -74.017284, 40.605138 ], [ -74.017317, 40.605107 ], [ -74.01752, 40.604885 ], [ -74.018231, 40.604108 ], [ -74.018641, 40.603655 ], [ -74.018732, 40.60357 ], [ -74.019183, 40.603719 ], [ -74.019249, 40.603741 ], [ -74.0213, 40.604363 ], [ -74.021247, 40.604495 ], [ -74.021147, 40.604716 ], [ -74.020635, 40.6059 ], [ -74.022396, 40.606978 ], [ -74.021502, 40.607828 ], [ -74.024304, 40.609457 ], [ -74.024775, 40.609676 ], [ -74.024756, 40.609782 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015500", "name": "Census Tract 155, Kings County, New York", "total_population_17": 3741, "white_alone_17": 2855.0, "black_alone_17": 326.0, "native_alone_17": 32.0, "asian_alone_17": 130.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 254.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.407, "pct_black_alone_change": -0.465, "pct_native_alone_change": 0.553, "pct_asian_alone_change": -1.99, "pct_hispanic_or_latino_change": -2.389, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6705136", "INTPTLON": "-073.9785613" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.981425, 40.671052 ], [ -73.980923, 40.671655 ], [ -73.980418, 40.672256 ], [ -73.979917, 40.672858 ], [ -73.977558, 40.671715 ], [ -73.975196, 40.670576 ], [ -73.975696, 40.669973 ], [ -73.976201, 40.669372 ], [ -73.976705, 40.66877 ], [ -73.977208, 40.668169 ], [ -73.979563, 40.669313 ], [ -73.981927, 40.670448 ], [ -73.981425, 40.671052 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015700", "name": "Census Tract 157, Kings County, New York", "total_population_17": 4079, "white_alone_17": 2965.0, "black_alone_17": 135.0, "native_alone_17": 31.0, "asian_alone_17": 400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 381.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.477, "pct_black_alone_change": -5.259, "pct_native_alone_change": 0.47, "pct_asian_alone_change": 4.061, "pct_hispanic_or_latino_change": 2.027, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6730524", "INTPTLON": "-073.9764165" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979415, 40.67346 ], [ -73.978822, 40.674171 ], [ -73.97839, 40.674805 ], [ -73.97796, 40.675438 ], [ -73.975467, 40.674467 ], [ -73.973128, 40.673555 ], [ -73.972955, 40.673488 ], [ -73.973385, 40.672854 ], [ -73.97382, 40.672222 ], [ -73.974188, 40.671784 ], [ -73.974698, 40.671175 ], [ -73.975196, 40.670576 ], [ -73.977558, 40.671715 ], [ -73.979917, 40.672858 ], [ -73.979415, 40.67346 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047015900", "name": "Census Tract 159, Kings County, New York", "total_population_17": 5161, "white_alone_17": 4217.0, "black_alone_17": 177.0, "native_alone_17": 0.0, "asian_alone_17": 294.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 218.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.507, "pct_black_alone_change": -9.927, "pct_native_alone_change": -0.295, "pct_asian_alone_change": -1.237, "pct_hispanic_or_latino_change": -3.947, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6751934", "INTPTLON": "-073.9730667" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977531, 40.676073 ], [ -73.977102, 40.676707 ], [ -73.976616, 40.677431 ], [ -73.97618, 40.678065 ], [ -73.973687, 40.677078 ], [ -73.971904, 40.676413 ], [ -73.969498, 40.675906 ], [ -73.969693, 40.67536 ], [ -73.969556, 40.675284 ], [ -73.969413, 40.675185 ], [ -73.969283, 40.675076 ], [ -73.969174, 40.674964 ], [ -73.969085, 40.674852 ], [ -73.968999, 40.674713 ], [ -73.968906, 40.674548 ], [ -73.968835, 40.674386 ], [ -73.968777, 40.674202 ], [ -73.968741, 40.674025 ], [ -73.968731, 40.673928 ], [ -73.968797, 40.673284 ], [ -73.968858, 40.67307 ], [ -73.968924, 40.672938 ], [ -73.969247, 40.672743 ], [ -73.969347, 40.672674 ], [ -73.969662, 40.672654 ], [ -73.970039, 40.67268 ], [ -73.970409, 40.672617 ], [ -73.970859, 40.67273 ], [ -73.971024, 40.672745 ], [ -73.972673, 40.673379 ], [ -73.972955, 40.673488 ], [ -73.973128, 40.673555 ], [ -73.975467, 40.674467 ], [ -73.97796, 40.675438 ], [ -73.977531, 40.676073 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016000", "name": "Census Tract 160, Kings County, New York", "total_population_17": 3983, "white_alone_17": 2171.0, "black_alone_17": 136.0, "native_alone_17": 0.0, "asian_alone_17": 758.0, "native_hawaiian_pacific_islander_17": 35.0, "hispanic_or_latino_17": 795.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.028, "pct_black_alone_change": 0.024, "pct_native_alone_change": -0.306, "pct_asian_alone_change": -0.211, "pct_hispanic_or_latino_change": 3.238, "pct_native_hawaiian_pacific_islander_change": 0.879, "INTPTLAT": "+40.6189797", "INTPTLON": "-074.0268721" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.030485, 40.616518 ], [ -74.029302, 40.617896 ], [ -74.0287, 40.618593 ], [ -74.028205, 40.619173 ], [ -74.029564, 40.619833 ], [ -74.029303, 40.620467 ], [ -74.0292, 40.620721 ], [ -74.029009, 40.621192 ], [ -74.028924, 40.621404 ], [ -74.028679, 40.621996 ], [ -74.028644, 40.622086 ], [ -74.02835, 40.622799 ], [ -74.026214, 40.621491 ], [ -74.025363, 40.620977 ], [ -74.024466, 40.620437 ], [ -74.023654, 40.61996 ], [ -74.023385, 40.619794 ], [ -74.023286, 40.619727 ], [ -74.023197, 40.619666 ], [ -74.023013, 40.619552 ], [ -74.022933, 40.619502 ], [ -74.023634, 40.618537 ], [ -74.024624, 40.617389 ], [ -74.025243, 40.616672 ], [ -74.025729, 40.616049 ], [ -74.026116, 40.616242 ], [ -74.026143, 40.616255 ], [ -74.026302, 40.616335 ], [ -74.026646, 40.616508 ], [ -74.0275, 40.616961 ], [ -74.027775, 40.616715 ], [ -74.0287, 40.61563 ], [ -74.029576, 40.616067 ], [ -74.030485, 40.616518 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016100", "name": "Census Tract 161, Kings County, New York", "total_population_17": 3243, "white_alone_17": 2071.0, "black_alone_17": 348.0, "native_alone_17": 1.0, "asian_alone_17": 199.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 468.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.626, "pct_black_alone_change": -16.372, "pct_native_alone_change": -0.164, "pct_asian_alone_change": 0.451, "pct_hispanic_or_latino_change": -4.027, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6798885", "INTPTLON": "-073.9731895" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.975749, 40.6787 ], [ -73.975321, 40.679333 ], [ -73.974958, 40.679877 ], [ -73.974905, 40.679955 ], [ -73.974692, 40.680266 ], [ -73.974504, 40.680733 ], [ -73.974227, 40.681505 ], [ -73.973952, 40.682281 ], [ -73.97378, 40.683061 ], [ -73.972773, 40.682863 ], [ -73.972324, 40.682768 ], [ -73.971742, 40.682646 ], [ -73.97064, 40.682414 ], [ -73.970852, 40.68162 ], [ -73.971119, 40.68085 ], [ -73.971394, 40.680083 ], [ -73.97171, 40.679206 ], [ -73.972027, 40.678328 ], [ -73.972347, 40.677447 ], [ -73.972445, 40.677162 ], [ -73.971904, 40.676413 ], [ -73.973687, 40.677078 ], [ -73.97618, 40.678065 ], [ -73.975749, 40.6787 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016200", "name": "Census Tract 162, Kings County, New York", "total_population_17": 2062, "white_alone_17": 1587.0, "black_alone_17": 35.0, "native_alone_17": 0.0, "asian_alone_17": 113.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 295.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.395, "pct_black_alone_change": -0.021, "pct_native_alone_change": -0.27, "pct_asian_alone_change": -6.613, "pct_hispanic_or_latino_change": 5.319, "pct_native_hawaiian_pacific_islander_change": -0.002, "INTPTLAT": "+40.6132236", "INTPTLON": "-074.0313837" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.036095, 40.609974 ], [ -74.036079, 40.610096 ], [ -74.036042, 40.610216 ], [ -74.035985, 40.61033 ], [ -74.035911, 40.610437 ], [ -74.035758, 40.610586 ], [ -74.035666, 40.610679 ], [ -74.035344, 40.610989 ], [ -74.035027, 40.611297 ], [ -74.034871, 40.611366 ], [ -74.034329, 40.612043 ], [ -74.03411, 40.612296 ], [ -74.033648, 40.612833 ], [ -74.033163, 40.613402 ], [ -74.032637, 40.61401 ], [ -74.032021, 40.614728 ], [ -74.031947, 40.614815 ], [ -74.031515, 40.61533 ], [ -74.031228, 40.615723 ], [ -74.030485, 40.616518 ], [ -74.029576, 40.616067 ], [ -74.0287, 40.61563 ], [ -74.027775, 40.616715 ], [ -74.0275, 40.616961 ], [ -74.026646, 40.616508 ], [ -74.026302, 40.616335 ], [ -74.026467, 40.616115 ], [ -74.026632, 40.615949 ], [ -74.026656, 40.615922 ], [ -74.027416, 40.615225 ], [ -74.028385, 40.614249 ], [ -74.028513, 40.61403 ], [ -74.028676, 40.613838 ], [ -74.028972, 40.613516 ], [ -74.029042, 40.613462 ], [ -74.029078, 40.613434 ], [ -74.030108, 40.612599 ], [ -74.030406, 40.612195 ], [ -74.030601, 40.611908 ], [ -74.031398, 40.611161 ], [ -74.031451, 40.611117 ], [ -74.031921, 40.61083 ], [ -74.032505, 40.610591 ], [ -74.032789, 40.610485 ], [ -74.032954, 40.610417 ], [ -74.033048, 40.610385 ], [ -74.033223, 40.610186 ], [ -74.034809, 40.609619 ], [ -74.034953, 40.609574 ], [ -74.035053, 40.609544 ], [ -74.035734, 40.60939 ], [ -74.035833, 40.609488 ], [ -74.035909, 40.609548 ], [ -74.035975, 40.609617 ], [ -74.036028, 40.609692 ], [ -74.036067, 40.609772 ], [ -74.036092, 40.609853 ], [ -74.036095, 40.609974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016300", "name": "Census Tract 163, Kings County, New York", "total_population_17": 3225, "white_alone_17": 2152.0, "black_alone_17": 468.0, "native_alone_17": 0.0, "asian_alone_17": 254.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 170.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 29.091, "pct_black_alone_change": -26.622, "pct_native_alone_change": -0.693, "pct_asian_alone_change": 0.254, "pct_hispanic_or_latino_change": -6.257, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6791843", "INTPTLON": "-073.9700051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.972347, 40.677447 ], [ -73.972027, 40.678328 ], [ -73.97171, 40.679206 ], [ -73.971394, 40.680083 ], [ -73.971119, 40.68085 ], [ -73.970852, 40.68162 ], [ -73.97064, 40.682414 ], [ -73.96978, 40.682235 ], [ -73.968664, 40.682 ], [ -73.967477, 40.681754 ], [ -73.967678, 40.680955 ], [ -73.967954, 40.680189 ], [ -73.968227, 40.679422 ], [ -73.968542, 40.678543 ], [ -73.96886, 40.677665 ], [ -73.969178, 40.676785 ], [ -73.969498, 40.675906 ], [ -73.971904, 40.676413 ], [ -73.972445, 40.677162 ], [ -73.972347, 40.677447 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016400", "name": "Census Tract 164, Kings County, New York", "total_population_17": 774, "white_alone_17": 417.0, "black_alone_17": 142.0, "native_alone_17": 0.0, "asian_alone_17": 51.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 86.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.958, "pct_black_alone_change": -18.96, "pct_native_alone_change": -0.163, "pct_asian_alone_change": 2.589, "pct_hispanic_or_latino_change": -18.685, "pct_native_hawaiian_pacific_islander_change": -0.082, "INTPTLAT": "+40.6067615", "INTPTLON": "-074.0301151" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.04149, 40.607511 ], [ -74.036075, 40.609279 ], [ -74.03604, 40.609296 ], [ -74.035734, 40.60939 ], [ -74.035053, 40.609544 ], [ -74.034953, 40.609574 ], [ -74.034809, 40.609619 ], [ -74.033223, 40.610186 ], [ -74.033048, 40.610385 ], [ -74.032954, 40.610417 ], [ -74.032789, 40.610485 ], [ -74.032505, 40.610591 ], [ -74.031921, 40.61083 ], [ -74.031451, 40.611117 ], [ -74.031398, 40.611161 ], [ -74.030601, 40.611908 ], [ -74.030406, 40.612195 ], [ -74.030108, 40.612599 ], [ -74.029078, 40.613434 ], [ -74.029042, 40.613462 ], [ -74.028972, 40.613516 ], [ -74.028676, 40.613838 ], [ -74.028513, 40.61403 ], [ -74.028385, 40.614249 ], [ -74.027416, 40.615225 ], [ -74.026656, 40.615922 ], [ -74.026632, 40.615949 ], [ -74.026467, 40.616115 ], [ -74.026302, 40.616335 ], [ -74.026143, 40.616255 ], [ -74.026116, 40.616242 ], [ -74.025729, 40.616049 ], [ -74.02607, 40.615487 ], [ -74.026264, 40.615099 ], [ -74.026329, 40.614983 ], [ -74.027369, 40.613235 ], [ -74.02755, 40.612925 ], [ -74.026611, 40.612514 ], [ -74.026391, 40.612408 ], [ -74.027106, 40.610244 ], [ -74.024775, 40.609676 ], [ -74.024304, 40.609457 ], [ -74.021502, 40.607828 ], [ -74.022396, 40.606978 ], [ -74.020635, 40.6059 ], [ -74.021147, 40.604716 ], [ -74.021247, 40.604495 ], [ -74.0213, 40.604363 ], [ -74.019249, 40.603741 ], [ -74.019183, 40.603719 ], [ -74.018732, 40.60357 ], [ -74.019194, 40.603133 ], [ -74.01924, 40.603091 ], [ -74.01945, 40.602828 ], [ -74.021847, 40.600597 ], [ -74.031379, 40.602315 ], [ -74.039168, 40.605179 ], [ -74.043479, 40.60679 ], [ -74.04149, 40.607511 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016500", "name": "Census Tract 165, Kings County, New York", "total_population_17": 5859, "white_alone_17": 4422.0, "black_alone_17": 129.0, "native_alone_17": 15.0, "asian_alone_17": 504.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 390.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.989, "pct_black_alone_change": -3.121, "pct_native_alone_change": 0.029, "pct_asian_alone_change": 3.63, "pct_hispanic_or_latino_change": 0.838, "pct_native_hawaiian_pacific_islander_change": -0.103, "INTPTLAT": "+40.6699761", "INTPTLON": "-073.9740401" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977208, 40.668169 ], [ -73.976705, 40.66877 ], [ -73.976201, 40.669372 ], [ -73.975696, 40.669973 ], [ -73.975196, 40.670576 ], [ -73.974698, 40.671175 ], [ -73.974188, 40.671784 ], [ -73.97382, 40.672222 ], [ -73.973385, 40.672854 ], [ -73.972955, 40.673488 ], [ -73.972673, 40.673379 ], [ -73.971024, 40.672745 ], [ -73.970859, 40.67273 ], [ -73.970409, 40.672617 ], [ -73.970855, 40.671865 ], [ -73.971325, 40.671248 ], [ -73.971816, 40.67063 ], [ -73.972317, 40.670029 ], [ -73.97282, 40.669427 ], [ -73.973323, 40.668825 ], [ -73.973826, 40.668223 ], [ -73.974331, 40.667621 ], [ -73.974834, 40.667022 ], [ -73.975337, 40.666419 ], [ -73.977717, 40.66757 ], [ -73.977208, 40.668169 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016600", "name": "Census Tract 166, Kings County, New York", "total_population_17": 1798, "white_alone_17": 1513.0, "black_alone_17": 0.0, "native_alone_17": 2.0, "asian_alone_17": 159.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 126.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.835, "pct_black_alone_change": -0.196, "pct_native_alone_change": 0.062, "pct_asian_alone_change": 6.933, "pct_hispanic_or_latino_change": 5.196, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6187031", "INTPTLON": "-074.0162624" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.019894, 40.618657 ], [ -74.019313, 40.619217 ], [ -74.018733, 40.619777 ], [ -74.018152, 40.620336 ], [ -74.01757, 40.620899 ], [ -74.016987, 40.621454 ], [ -74.016406, 40.622014 ], [ -74.014203, 40.620685 ], [ -74.012002, 40.619353 ], [ -74.012584, 40.618794 ], [ -74.013164, 40.618236 ], [ -74.013749, 40.617676 ], [ -74.014327, 40.617118 ], [ -74.014909, 40.616558 ], [ -74.015488, 40.615998 ], [ -74.016118, 40.615384 ], [ -74.018316, 40.616722 ], [ -74.020526, 40.618058 ], [ -74.019894, 40.618657 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016700", "name": "Census Tract 167, Kings County, New York", "total_population_17": 5800, "white_alone_17": 4737.0, "black_alone_17": 108.0, "native_alone_17": 0.0, "asian_alone_17": 397.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 354.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.242, "pct_black_alone_change": -4.336, "pct_native_alone_change": -0.309, "pct_asian_alone_change": 1.882, "pct_hispanic_or_latino_change": -5.873, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6642969", "INTPTLON": "-073.9787754" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.981728, 40.662744 ], [ -73.981225, 40.663347 ], [ -73.980724, 40.66395 ], [ -73.980222, 40.664552 ], [ -73.97972, 40.665155 ], [ -73.979224, 40.665749 ], [ -73.978715, 40.666361 ], [ -73.978212, 40.666963 ], [ -73.977717, 40.66757 ], [ -73.975337, 40.666419 ], [ -73.975831, 40.665815 ], [ -73.976334, 40.665214 ], [ -73.976846, 40.664607 ], [ -73.977343, 40.664012 ], [ -73.977843, 40.663402 ], [ -73.978349, 40.662799 ], [ -73.978854, 40.662202 ], [ -73.97935, 40.661594 ], [ -73.979654, 40.661241 ], [ -73.979727, 40.661266 ], [ -73.979809, 40.661279 ], [ -73.979908, 40.661277 ], [ -73.979982, 40.661263 ], [ -73.980051, 40.661238 ], [ -73.980127, 40.661195 ], [ -73.980171, 40.661155 ], [ -73.982231, 40.662142 ], [ -73.981728, 40.662744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016800", "name": "Census Tract 168, Kings County, New York", "total_population_17": 1676, "white_alone_17": 1041.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 496.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 79.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.362, "pct_black_alone_change": -0.07, "pct_native_alone_change": -0.561, "pct_asian_alone_change": 25.313, "pct_hispanic_or_latino_change": 2.398, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6029654", "INTPTLON": "-074.0172662" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.01945, 40.602828 ], [ -74.01924, 40.603091 ], [ -74.019194, 40.603133 ], [ -74.018732, 40.60357 ], [ -74.018641, 40.603655 ], [ -74.018231, 40.604108 ], [ -74.01752, 40.604885 ], [ -74.017317, 40.605107 ], [ -74.017284, 40.605138 ], [ -74.015499, 40.606842 ], [ -74.014695, 40.606424 ], [ -74.01391, 40.606016 ], [ -74.013156, 40.605622 ], [ -74.012665, 40.605367 ], [ -74.01237, 40.605214 ], [ -74.013911, 40.603504 ], [ -74.01398, 40.603428 ], [ -74.014521, 40.602813 ], [ -74.014476, 40.602492 ], [ -74.014455, 40.602336 ], [ -74.014775, 40.602014 ], [ -74.016977, 40.59972 ], [ -74.021847, 40.600597 ], [ -74.01945, 40.602828 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047016900", "name": "Census Tract 169, Kings County, New York", "total_population_17": 4739, "white_alone_17": 3212.0, "black_alone_17": 60.0, "native_alone_17": 0.0, "asian_alone_17": 527.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 799.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.028, "pct_black_alone_change": -5.317, "pct_native_alone_change": -0.667, "pct_asian_alone_change": 2.266, "pct_hispanic_or_latino_change": -9.369, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6592927", "INTPTLON": "-073.9812838" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985071, 40.659029 ], [ -73.98448, 40.659598 ], [ -73.983918, 40.660137 ], [ -73.983237, 40.660937 ], [ -73.982732, 40.661539 ], [ -73.982231, 40.662142 ], [ -73.980171, 40.661155 ], [ -73.980205, 40.661109 ], [ -73.980228, 40.661047 ], [ -73.98023, 40.660988 ], [ -73.980213, 40.660929 ], [ -73.980179, 40.660875 ], [ -73.980132, 40.660831 ], [ -73.980081, 40.660801 ], [ -73.980061, 40.660791 ], [ -73.980043, 40.660779 ], [ -73.979988, 40.660752 ], [ -73.979907, 40.660731 ], [ -73.979827, 40.660728 ], [ -73.979771, 40.660735 ], [ -73.979698, 40.660758 ], [ -73.97963, 40.660798 ], [ -73.979578, 40.660853 ], [ -73.977511, 40.659863 ], [ -73.978015, 40.659257 ], [ -73.978514, 40.658656 ], [ -73.979023, 40.658052 ], [ -73.979513, 40.657479 ], [ -73.97977, 40.657229 ], [ -73.98007, 40.65694 ], [ -73.980653, 40.656381 ], [ -73.982853, 40.657711 ], [ -73.984881, 40.658916 ], [ -73.985071, 40.659029 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017000", "name": "Census Tract 170, Kings County, New York", "total_population_17": 3419, "white_alone_17": 1577.0, "black_alone_17": 70.0, "native_alone_17": 0.0, "asian_alone_17": 1250.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 522.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.552, "pct_black_alone_change": 1.735, "pct_native_alone_change": -0.173, "pct_asian_alone_change": 22.958, "pct_hispanic_or_latino_change": 8.085, "pct_native_hawaiian_pacific_islander_change": -0.104, "INTPTLAT": "+40.6101331", "INTPTLON": "-074.0126340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.017019, 40.607655 ], [ -74.015224, 40.609357 ], [ -74.013482, 40.611038 ], [ -74.011712, 40.612735 ], [ -74.011086, 40.613339 ], [ -74.010504, 40.613897 ], [ -74.008304, 40.612568 ], [ -74.008884, 40.612007 ], [ -74.009511, 40.611406 ], [ -74.011278, 40.609706 ], [ -74.013023, 40.60803 ], [ -74.014695, 40.606424 ], [ -74.015499, 40.606842 ], [ -74.016236, 40.607233 ], [ -74.017019, 40.607655 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017100", "name": "Census Tract 171, Kings County, New York", "total_population_17": 4098, "white_alone_17": 3317.0, "black_alone_17": 36.0, "native_alone_17": 0.0, "asian_alone_17": 229.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 443.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.948, "pct_black_alone_change": -3.036, "pct_native_alone_change": -0.232, "pct_asian_alone_change": -2.037, "pct_hispanic_or_latino_change": 3.359, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6569638", "INTPTLON": "-073.9768619" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98007, 40.65694 ], [ -73.97977, 40.657229 ], [ -73.979513, 40.657479 ], [ -73.979023, 40.658052 ], [ -73.978514, 40.658656 ], [ -73.978015, 40.659257 ], [ -73.977511, 40.659863 ], [ -73.975157, 40.658723 ], [ -73.974482, 40.658339 ], [ -73.974044, 40.657347 ], [ -73.973792, 40.656392 ], [ -73.973555, 40.655644 ], [ -73.974302, 40.655367 ], [ -73.976424, 40.654535 ], [ -73.976571, 40.655311 ], [ -73.977077, 40.655114 ], [ -73.978039, 40.654747 ], [ -73.978469, 40.655037 ], [ -73.978531, 40.655052 ], [ -73.980653, 40.656381 ], [ -73.98007, 40.65694 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017200", "name": "Census Tract 172, Kings County, New York", "total_population_17": 3360, "white_alone_17": 1394.0, "black_alone_17": 1.0, "native_alone_17": 0.0, "asian_alone_17": 1115.0, "native_hawaiian_pacific_islander_17": 22.0, "hispanic_or_latino_17": 731.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.498, "pct_black_alone_change": -0.005, "pct_native_alone_change": -0.242, "pct_asian_alone_change": 11.712, "pct_hispanic_or_latino_change": 15.636, "pct_native_hawaiian_pacific_islander_change": 0.655, "INTPTLAT": "+40.6088823", "INTPTLON": "-074.0103463" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.014695, 40.606424 ], [ -74.013023, 40.60803 ], [ -74.011278, 40.609706 ], [ -74.009511, 40.611406 ], [ -74.008884, 40.612007 ], [ -74.008304, 40.612568 ], [ -74.006014, 40.611325 ], [ -74.006683, 40.610681 ], [ -74.007311, 40.610077 ], [ -74.007535, 40.609861 ], [ -74.009078, 40.608378 ], [ -74.009284, 40.608179 ], [ -74.010691, 40.606827 ], [ -74.010823, 40.606701 ], [ -74.010973, 40.606556 ], [ -74.01237, 40.605214 ], [ -74.012665, 40.605367 ], [ -74.013156, 40.605622 ], [ -74.01391, 40.606016 ], [ -74.014695, 40.606424 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017400", "name": "Census Tract 174, Kings County, New York", "total_population_17": 2081, "white_alone_17": 1322.0, "black_alone_17": 0.0, "native_alone_17": 12.0, "asian_alone_17": 519.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 198.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.144, "pct_black_alone_change": -0.628, "pct_native_alone_change": 0.577, "pct_asian_alone_change": 8.835, "pct_hispanic_or_latino_change": 4.661, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6035123", "INTPTLON": "-074.0121070" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.016977, 40.59972 ], [ -74.014775, 40.602014 ], [ -74.014455, 40.602336 ], [ -74.014476, 40.602492 ], [ -74.014521, 40.602813 ], [ -74.01398, 40.603428 ], [ -74.013911, 40.603504 ], [ -74.01237, 40.605214 ], [ -74.010973, 40.606556 ], [ -74.010823, 40.606701 ], [ -74.01, 40.606204 ], [ -74.009192, 40.605714 ], [ -74.008369, 40.605217 ], [ -74.00978, 40.603861 ], [ -74.010751, 40.602916 ], [ -74.010017, 40.60247 ], [ -74.010868, 40.601657 ], [ -74.011155, 40.601377 ], [ -74.011249, 40.601286 ], [ -74.011285, 40.601251 ], [ -74.011537, 40.601007 ], [ -74.014094, 40.598531 ], [ -74.016019, 40.599547 ], [ -74.016977, 40.59972 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017500", "name": "Census Tract 175, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6521348", "INTPTLON": "-073.9902393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000995, 40.654067 ], [ -74.000413, 40.654629 ], [ -73.999837, 40.655186 ], [ -73.999256, 40.655745 ], [ -73.998671, 40.656307 ], [ -73.998091, 40.656865 ], [ -73.997501, 40.657429 ], [ -73.996918, 40.65799 ], [ -73.996336, 40.658547 ], [ -73.995752, 40.659108 ], [ -73.995169, 40.659669 ], [ -73.992964, 40.658337 ], [ -73.992383, 40.658899 ], [ -73.990188, 40.657601 ], [ -73.989593, 40.658134 ], [ -73.989013, 40.658691 ], [ -73.988428, 40.65925 ], [ -73.986228, 40.657921 ], [ -73.984024, 40.656592 ], [ -73.981796, 40.655246 ], [ -73.981607, 40.654236 ], [ -73.981453, 40.653416 ], [ -73.981297, 40.652637 ], [ -73.98111, 40.651592 ], [ -73.980712, 40.649524 ], [ -73.980364, 40.647694 ], [ -73.980291, 40.647297 ], [ -73.981328, 40.647182 ], [ -73.981805, 40.647128 ], [ -73.98231, 40.646927 ], [ -73.983073, 40.646625 ], [ -73.985284, 40.645768 ], [ -73.98835, 40.644562 ], [ -73.989059, 40.644119 ], [ -73.991808, 40.645784 ], [ -73.993985, 40.647101 ], [ -73.996088, 40.648307 ], [ -73.998276, 40.649734 ], [ -73.997818, 40.650282 ], [ -74.002144, 40.652956 ], [ -74.000995, 40.654067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017600", "name": "Census Tract 176, Kings County, New York", "total_population_17": 2571, "white_alone_17": 1069.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 876.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 604.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.174, "pct_black_alone_change": 0.052, "pct_native_alone_change": -0.223, "pct_asian_alone_change": 16.564, "pct_hispanic_or_latino_change": 12.104, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6019273", "INTPTLON": "-074.0088041" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.014094, 40.598531 ], [ -74.011537, 40.601007 ], [ -74.011285, 40.601251 ], [ -74.011249, 40.601286 ], [ -74.011155, 40.601377 ], [ -74.010868, 40.601657 ], [ -74.010017, 40.60247 ], [ -74.010751, 40.602916 ], [ -74.00978, 40.603861 ], [ -74.008369, 40.605217 ], [ -74.007625, 40.604768 ], [ -74.00691, 40.604338 ], [ -74.006172, 40.603887 ], [ -74.007459, 40.602645 ], [ -74.006781, 40.602291 ], [ -74.008714, 40.600357 ], [ -74.008893, 40.600177 ], [ -74.008983, 40.600087 ], [ -74.00924, 40.599822 ], [ -74.011783, 40.597312 ], [ -74.014094, 40.598531 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017700", "name": "Census Tract 177, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6591256", "INTPTLON": "-073.9697734" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980228, 40.661047 ], [ -73.980205, 40.661109 ], [ -73.980171, 40.661155 ], [ -73.980127, 40.661195 ], [ -73.980051, 40.661238 ], [ -73.979982, 40.661263 ], [ -73.979908, 40.661277 ], [ -73.979809, 40.661279 ], [ -73.979727, 40.661266 ], [ -73.979654, 40.661241 ], [ -73.97935, 40.661594 ], [ -73.978854, 40.662202 ], [ -73.978349, 40.662799 ], [ -73.977843, 40.663402 ], [ -73.977343, 40.664012 ], [ -73.976846, 40.664607 ], [ -73.976334, 40.665214 ], [ -73.975831, 40.665815 ], [ -73.975337, 40.666419 ], [ -73.974834, 40.667022 ], [ -73.974331, 40.667621 ], [ -73.973826, 40.668223 ], [ -73.973323, 40.668825 ], [ -73.97282, 40.669427 ], [ -73.972317, 40.670029 ], [ -73.971816, 40.67063 ], [ -73.971325, 40.671248 ], [ -73.970855, 40.671865 ], [ -73.970409, 40.672617 ], [ -73.970039, 40.67268 ], [ -73.969662, 40.672654 ], [ -73.969347, 40.672674 ], [ -73.969247, 40.672743 ], [ -73.968924, 40.672938 ], [ -73.968453, 40.67296 ], [ -73.967909, 40.672938 ], [ -73.967486, 40.672878 ], [ -73.96682, 40.672764 ], [ -73.966297, 40.672677 ], [ -73.965492, 40.672459 ], [ -73.964991, 40.672285 ], [ -73.964207, 40.672024 ], [ -73.963619, 40.67185 ], [ -73.962622, 40.671629 ], [ -73.962576, 40.671415 ], [ -73.962194, 40.669641 ], [ -73.962111, 40.669195 ], [ -73.961996, 40.668663 ], [ -73.961806, 40.667681 ], [ -73.961616, 40.666695 ], [ -73.961258, 40.664802 ], [ -73.961108, 40.664063 ], [ -73.960956, 40.663285 ], [ -73.961939, 40.663224 ], [ -73.962429, 40.663125 ], [ -73.962884, 40.662622 ], [ -73.96295, 40.66253 ], [ -73.963011, 40.662416 ], [ -73.963052, 40.662298 ], [ -73.963075, 40.66217 ], [ -73.963077, 40.66213 ], [ -73.962814, 40.660504 ], [ -73.962462, 40.658425 ], [ -73.962444, 40.658315 ], [ -73.9619, 40.654871 ], [ -73.964145, 40.653995 ], [ -73.966213, 40.653189 ], [ -73.965751, 40.6525 ], [ -73.965242, 40.651742 ], [ -73.964654, 40.650887 ], [ -73.965262, 40.650642 ], [ -73.966145, 40.650298 ], [ -73.967028, 40.649948 ], [ -73.96791, 40.649599 ], [ -73.968793, 40.649249 ], [ -73.969672, 40.648898 ], [ -73.970693, 40.648497 ], [ -73.971397, 40.648258 ], [ -73.971559, 40.648823 ], [ -73.971916, 40.650056 ], [ -73.972082, 40.650635 ], [ -73.972312, 40.65065 ], [ -73.97262, 40.650835 ], [ -73.972681, 40.65105 ], [ -73.972614, 40.651206 ], [ -73.9725, 40.651305 ], [ -73.972343, 40.651378 ], [ -73.972683, 40.652639 ], [ -73.973051, 40.653913 ], [ -73.973266, 40.654649 ], [ -73.973555, 40.655644 ], [ -73.973792, 40.656392 ], [ -73.974044, 40.657347 ], [ -73.974482, 40.658339 ], [ -73.975157, 40.658723 ], [ -73.977511, 40.659863 ], [ -73.979578, 40.660853 ], [ -73.97963, 40.660798 ], [ -73.979698, 40.660758 ], [ -73.979771, 40.660735 ], [ -73.979827, 40.660728 ], [ -73.979907, 40.660731 ], [ -73.979988, 40.660752 ], [ -73.980043, 40.660779 ], [ -73.980061, 40.660791 ], [ -73.980081, 40.660801 ], [ -73.980132, 40.660831 ], [ -73.980179, 40.660875 ], [ -73.980213, 40.660929 ], [ -73.98023, 40.660988 ], [ -73.980228, 40.661047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017800", "name": "Census Tract 178, Kings County, New York", "total_population_17": 3058, "white_alone_17": 702.0, "black_alone_17": 94.0, "native_alone_17": 0.0, "asian_alone_17": 1190.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 942.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -33.229, "pct_black_alone_change": 2.337, "pct_native_alone_change": -0.465, "pct_asian_alone_change": 7.468, "pct_hispanic_or_latino_change": 20.296, "pct_native_hawaiian_pacific_islander_change": 0.392, "INTPTLAT": "+40.6069686", "INTPTLON": "-074.0047234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008369, 40.605217 ], [ -74.007135, 40.606404 ], [ -74.006625, 40.606895 ], [ -74.004855, 40.608594 ], [ -74.004228, 40.609195 ], [ -74.003425, 40.609969 ], [ -74.002665, 40.60957 ], [ -74.001853, 40.609137 ], [ -74.000935, 40.608637 ], [ -74.001309, 40.608344 ], [ -74.001718, 40.608003 ], [ -74.00195, 40.607818 ], [ -74.002644, 40.607257 ], [ -74.004425, 40.605568 ], [ -74.004934, 40.605075 ], [ -74.006172, 40.603887 ], [ -74.00691, 40.604338 ], [ -74.007625, 40.604768 ], [ -74.008369, 40.605217 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047017900", "name": "Census Tract 179, Kings County, New York", "total_population_17": 4540, "white_alone_17": 819.0, "black_alone_17": 2555.0, "native_alone_17": 0.0, "asian_alone_17": 213.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 738.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.369, "pct_black_alone_change": -19.75, "pct_native_alone_change": -0.148, "pct_asian_alone_change": 2.65, "pct_hispanic_or_latino_change": 3.471, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6842401", "INTPTLON": "-073.9713282" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.974281, 40.685513 ], [ -73.973322, 40.685621 ], [ -73.97325, 40.685653 ], [ -73.973119, 40.685781 ], [ -73.972398, 40.685954 ], [ -73.971433, 40.686064 ], [ -73.97047, 40.686174 ], [ -73.96949, 40.686288 ], [ -73.969062, 40.684157 ], [ -73.968664, 40.682 ], [ -73.96978, 40.682235 ], [ -73.97064, 40.682414 ], [ -73.971742, 40.682646 ], [ -73.972324, 40.682768 ], [ -73.972773, 40.682863 ], [ -73.97378, 40.683061 ], [ -73.973922, 40.683756 ], [ -73.974281, 40.685513 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018000", "name": "Census Tract 180, Kings County, New York", "total_population_17": 3298, "white_alone_17": 1248.0, "black_alone_17": 0.0, "native_alone_17": 11.0, "asian_alone_17": 1317.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 712.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.374, "pct_black_alone_change": -0.464, "pct_native_alone_change": 0.12, "pct_asian_alone_change": 20.49, "pct_hispanic_or_latino_change": 12.278, "pct_native_hawaiian_pacific_islander_change": -0.071, "INTPTLAT": "+40.6083001", "INTPTLON": "-074.0071512" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.010691, 40.606827 ], [ -74.009284, 40.608179 ], [ -74.009078, 40.608378 ], [ -74.007535, 40.609861 ], [ -74.007311, 40.610077 ], [ -74.006683, 40.610681 ], [ -74.006014, 40.611325 ], [ -74.003425, 40.609969 ], [ -74.004228, 40.609195 ], [ -74.004855, 40.608594 ], [ -74.006625, 40.606895 ], [ -74.007135, 40.606404 ], [ -74.008369, 40.605217 ], [ -74.009192, 40.605714 ], [ -74.01, 40.606204 ], [ -74.010823, 40.606701 ], [ -74.010691, 40.606827 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018100", "name": "Census Tract 181, Kings County, New York", "total_population_17": 3619, "white_alone_17": 1796.0, "black_alone_17": 1051.0, "native_alone_17": 0.0, "asian_alone_17": 249.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 433.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.743, "pct_black_alone_change": -22.41, "pct_native_alone_change": -0.257, "pct_asian_alone_change": 2.592, "pct_hispanic_or_latino_change": -1.154, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6877689", "INTPTLON": "-073.9723701" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.975106, 40.689698 ], [ -73.974109, 40.689663 ], [ -73.973264, 40.689627 ], [ -73.973126, 40.689622 ], [ -73.972136, 40.689582 ], [ -73.971142, 40.689544 ], [ -73.970131, 40.689506 ], [ -73.969783, 40.687752 ], [ -73.96949, 40.686288 ], [ -73.97047, 40.686174 ], [ -73.971433, 40.686064 ], [ -73.972398, 40.685954 ], [ -73.973119, 40.685781 ], [ -73.97325, 40.685653 ], [ -73.973322, 40.685621 ], [ -73.974281, 40.685513 ], [ -73.97444, 40.686309 ], [ -73.974616, 40.687191 ], [ -73.975106, 40.689698 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018200", "name": "Census Tract 182, Kings County, New York", "total_population_17": 3574, "white_alone_17": 1156.0, "black_alone_17": 89.0, "native_alone_17": 0.0, "asian_alone_17": 1734.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 555.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.28, "pct_black_alone_change": 2.194, "pct_native_alone_change": -0.263, "pct_asian_alone_change": 16.171, "pct_hispanic_or_latino_change": 8.915, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6124597", "INTPTLON": "-074.0026813" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.005521, 40.611798 ], [ -74.004942, 40.612356 ], [ -74.004359, 40.612917 ], [ -74.003778, 40.613475 ], [ -74.003196, 40.614035 ], [ -74.002614, 40.614594 ], [ -74.002031, 40.615153 ], [ -74.001449, 40.615711 ], [ -74.000192, 40.614951 ], [ -74.000398, 40.614166 ], [ -74.000627, 40.613394 ], [ -74.000842, 40.612616 ], [ -74.000911, 40.612388 ], [ -74.001073, 40.61183 ], [ -74.001302, 40.611068 ], [ -74.001354, 40.610904 ], [ -74.002665, 40.60957 ], [ -74.003425, 40.609969 ], [ -74.006014, 40.611325 ], [ -74.005521, 40.611798 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018300", "name": "Census Tract 183, Kings County, New York", "total_population_17": 2817, "white_alone_17": 1761.0, "black_alone_17": 470.0, "native_alone_17": 0.0, "asian_alone_17": 139.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 229.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 36.254, "pct_black_alone_change": -30.638, "pct_native_alone_change": -0.4, "pct_asian_alone_change": 1.457, "pct_hispanic_or_latino_change": -11.655, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6913760", "INTPTLON": "-073.9714779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.973559, 40.693262 ], [ -73.97333, 40.693258 ], [ -73.972911, 40.693251 ], [ -73.971872, 40.69321 ], [ -73.970859, 40.693172 ], [ -73.969831, 40.693135 ], [ -73.969521, 40.691564 ], [ -73.969103, 40.689468 ], [ -73.970131, 40.689506 ], [ -73.971142, 40.689544 ], [ -73.972136, 40.689582 ], [ -73.973126, 40.689622 ], [ -73.97354, 40.691707 ], [ -73.973855, 40.693287 ], [ -73.973559, 40.693262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018400", "name": "Census Tract 184, Kings County, New York", "total_population_17": 2993, "white_alone_17": 1377.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1475.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 141.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.029, "pct_black_alone_change": -0.253, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 28.948, "pct_hispanic_or_latino_change": 2.485, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6137054", "INTPTLON": "-074.0071447" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.009924, 40.614457 ], [ -74.009341, 40.615015 ], [ -74.008761, 40.615576 ], [ -74.008177, 40.616133 ], [ -74.005979, 40.614804 ], [ -74.003778, 40.613475 ], [ -74.004359, 40.612917 ], [ -74.004942, 40.612356 ], [ -74.005521, 40.611798 ], [ -74.006014, 40.611325 ], [ -74.008304, 40.612568 ], [ -74.010504, 40.613897 ], [ -74.009924, 40.614457 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018501", "name": "Census Tract 185.01, Kings County, New York", "total_population_17": 4951, "white_alone_17": 328.0, "black_alone_17": 2784.0, "native_alone_17": 19.0, "asian_alone_17": 532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1202.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.206, "pct_black_alone_change": -12.708, "pct_native_alone_change": -0.095, "pct_asian_alone_change": 10.382, "pct_hispanic_or_latino_change": -3.225, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6947866", "INTPTLON": "-073.9741567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976443, 40.696371 ], [ -73.975486, 40.696315 ], [ -73.974484, 40.696308 ], [ -73.973485, 40.696246 ], [ -73.97247, 40.696207 ], [ -73.972451, 40.696112 ], [ -73.972428, 40.695997 ], [ -73.972409, 40.695904 ], [ -73.971872, 40.69321 ], [ -73.972911, 40.693251 ], [ -73.97333, 40.693258 ], [ -73.973559, 40.693262 ], [ -73.973855, 40.693287 ], [ -73.97426, 40.693302 ], [ -73.975036, 40.693331 ], [ -73.975848, 40.693361 ], [ -73.97594, 40.693855 ], [ -73.975987, 40.694089 ], [ -73.976052, 40.694412 ], [ -73.976188, 40.695098 ], [ -73.976375, 40.696036 ], [ -73.976402, 40.696166 ], [ -73.976424, 40.696273 ], [ -73.976443, 40.696371 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018600", "name": "Census Tract 186, Kings County, New York", "total_population_17": 2158, "white_alone_17": 1156.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 840.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 124.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.053, "pct_black_alone_change": 0.263, "pct_native_alone_change": -0.271, "pct_asian_alone_change": 19.39, "pct_hispanic_or_latino_change": 1.201, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6156439", "INTPTLON": "-074.0051063" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.007599, 40.616695 ], [ -74.007016, 40.617254 ], [ -74.006434, 40.617814 ], [ -74.004234, 40.616482 ], [ -74.002031, 40.615153 ], [ -74.002614, 40.614594 ], [ -74.003196, 40.614035 ], [ -74.003778, 40.613475 ], [ -74.005979, 40.614804 ], [ -74.008177, 40.616133 ], [ -74.007599, 40.616695 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018700", "name": "Census Tract 187, Kings County, New York", "total_population_17": 1614, "white_alone_17": 576.0, "black_alone_17": 367.0, "native_alone_17": 0.0, "asian_alone_17": 141.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 476.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 15.9, "pct_black_alone_change": -21.805, "pct_native_alone_change": -0.326, "pct_asian_alone_change": 5.56, "pct_hispanic_or_latino_change": -1.615, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6946579", "INTPTLON": "-073.9706403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.97247, 40.696207 ], [ -73.971462, 40.696187 ], [ -73.970431, 40.696137 ], [ -73.969399, 40.696093 ], [ -73.969382, 40.696002 ], [ -73.969356, 40.695869 ], [ -73.969337, 40.695775 ], [ -73.96881, 40.693121 ], [ -73.969831, 40.693135 ], [ -73.970859, 40.693172 ], [ -73.971872, 40.69321 ], [ -73.972409, 40.695904 ], [ -73.972428, 40.695997 ], [ -73.972451, 40.696112 ], [ -73.97247, 40.696207 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047018800", "name": "Census Tract 188, Kings County, New York", "total_population_17": 2875, "white_alone_17": 1437.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 1049.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 366.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.981, "pct_black_alone_change": 0.128, "pct_native_alone_change": -0.038, "pct_asian_alone_change": 16.793, "pct_hispanic_or_latino_change": 6.611, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6174779", "INTPTLON": "-074.0027400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.005854, 40.618371 ], [ -74.005227, 40.618973 ], [ -74.004599, 40.619577 ], [ -74.004019, 40.620136 ], [ -74.001818, 40.618806 ], [ -73.99962, 40.617471 ], [ -73.999488, 40.617405 ], [ -73.999709, 40.616621 ], [ -73.999944, 40.615782 ], [ -74.000192, 40.614951 ], [ -74.001449, 40.615711 ], [ -74.002031, 40.615153 ], [ -74.004234, 40.616482 ], [ -74.006434, 40.617814 ], [ -74.005854, 40.618371 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019000", "name": "Census Tract 190, Kings County, New York", "total_population_17": 4682, "white_alone_17": 1452.0, "black_alone_17": 29.0, "native_alone_17": 22.0, "asian_alone_17": 1929.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1261.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.282, "pct_black_alone_change": 0.075, "pct_native_alone_change": 0.361, "pct_asian_alone_change": 9.535, "pct_hispanic_or_latino_change": 12.352, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6210380", "INTPTLON": "-074.0003857" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.003436, 40.620696 ], [ -74.002857, 40.621253 ], [ -74.002276, 40.621815 ], [ -74.001694, 40.622372 ], [ -74.001202, 40.622843 ], [ -74.00053, 40.62349 ], [ -73.999946, 40.624051 ], [ -73.999321, 40.624656 ], [ -73.997713, 40.62368 ], [ -73.997941, 40.622833 ], [ -73.997986, 40.622567 ], [ -73.998295, 40.621619 ], [ -73.998389, 40.621259 ], [ -73.998595, 40.620502 ], [ -73.998662, 40.620257 ], [ -73.998812, 40.619721 ], [ -73.999036, 40.618946 ], [ -73.999271, 40.618178 ], [ -73.999426, 40.617628 ], [ -73.999488, 40.617405 ], [ -73.99962, 40.617471 ], [ -74.001818, 40.618806 ], [ -74.004019, 40.620136 ], [ -74.003436, 40.620696 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019100", "name": "Census Tract 191, Kings County, New York", "total_population_17": 2826, "white_alone_17": 1455.0, "black_alone_17": 612.0, "native_alone_17": 0.0, "asian_alone_17": 170.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 399.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 29.611, "pct_black_alone_change": -12.826, "pct_native_alone_change": -0.284, "pct_asian_alone_change": 2.571, "pct_hispanic_or_latino_change": -25.05, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6952427", "INTPTLON": "-073.9644277" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.969399, 40.696093 ], [ -73.968406, 40.696047 ], [ -73.967416, 40.696028 ], [ -73.966425, 40.695999 ], [ -73.965442, 40.695978 ], [ -73.965156, 40.695972 ], [ -73.964551, 40.696107 ], [ -73.964112, 40.696302 ], [ -73.963709, 40.696588 ], [ -73.963517, 40.696734 ], [ -73.963199, 40.6971 ], [ -73.963037, 40.697406 ], [ -73.962874, 40.697818 ], [ -73.962839, 40.698039 ], [ -73.962469, 40.698098 ], [ -73.962274, 40.698128 ], [ -73.961899, 40.698188 ], [ -73.961051, 40.698326 ], [ -73.960925, 40.697737 ], [ -73.960621, 40.69632 ], [ -73.960158, 40.694117 ], [ -73.961093, 40.694011 ], [ -73.962211, 40.69386 ], [ -73.963127, 40.693733 ], [ -73.964054, 40.693628 ], [ -73.964984, 40.693515 ], [ -73.965906, 40.693433 ], [ -73.966881, 40.693341 ], [ -73.967844, 40.69323 ], [ -73.96881, 40.693121 ], [ -73.969337, 40.695775 ], [ -73.969356, 40.695869 ], [ -73.969382, 40.696002 ], [ -73.969399, 40.696093 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019200", "name": "Census Tract 192, Kings County, New York", "total_population_17": 3702, "white_alone_17": 1859.0, "black_alone_17": 27.0, "native_alone_17": 17.0, "asian_alone_17": 1327.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 472.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.448, "pct_black_alone_change": -0.176, "pct_native_alone_change": 0.114, "pct_asian_alone_change": 9.724, "pct_hispanic_or_latino_change": -3.931, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6284585", "INTPTLON": "-073.9989281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002228, 40.628751 ], [ -74.001931, 40.629033 ], [ -74.001735, 40.629251 ], [ -74.001677, 40.629315 ], [ -74.001349, 40.629598 ], [ -74.000748, 40.630175 ], [ -74.000142, 40.630756 ], [ -73.999561, 40.631315 ], [ -73.997359, 40.629986 ], [ -73.996115, 40.629232 ], [ -73.996336, 40.628445 ], [ -73.996557, 40.627641 ], [ -73.996702, 40.627172 ], [ -73.996788, 40.626826 ], [ -73.996878, 40.62653 ], [ -73.997017, 40.626062 ], [ -73.997241, 40.625289 ], [ -73.998117, 40.625816 ], [ -74.000314, 40.627145 ], [ -74.002515, 40.628475 ], [ -74.002228, 40.628751 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019300", "name": "Census Tract 193, Kings County, New York", "total_population_17": 5861, "white_alone_17": 1816.0, "black_alone_17": 2607.0, "native_alone_17": 0.0, "asian_alone_17": 501.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 817.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 5.552, "pct_black_alone_change": -7.169, "pct_native_alone_change": -0.364, "pct_asian_alone_change": 1.778, "pct_hispanic_or_latino_change": -0.329, "pct_native_hawaiian_pacific_islander_change": 0.1, "INTPTLAT": "+40.6912794", "INTPTLON": "-073.9626407" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.965906, 40.693433 ], [ -73.964984, 40.693515 ], [ -73.964054, 40.693628 ], [ -73.963127, 40.693733 ], [ -73.962211, 40.69386 ], [ -73.961093, 40.694011 ], [ -73.960158, 40.694117 ], [ -73.959844, 40.69253 ], [ -73.959428, 40.690448 ], [ -73.960293, 40.690346 ], [ -73.960122, 40.689469 ], [ -73.960006, 40.688881 ], [ -73.960927, 40.688774 ], [ -73.96206, 40.688644 ], [ -73.962836, 40.688555 ], [ -73.963231, 40.688508 ], [ -73.964045, 40.688414 ], [ -73.96481, 40.688326 ], [ -73.965188, 40.689782 ], [ -73.9656, 40.691871 ], [ -73.965775, 40.692769 ], [ -73.965906, 40.693433 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019400", "name": "Census Tract 194, Kings County, New York", "total_population_17": 4031, "white_alone_17": 872.0, "black_alone_17": 15.0, "native_alone_17": 0.0, "asian_alone_17": 2147.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 990.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.29, "pct_black_alone_change": 0.079, "pct_native_alone_change": -0.13, "pct_asian_alone_change": 12.676, "pct_hispanic_or_latino_change": 10.651, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6258369", "INTPTLON": "-074.0011077" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00435, 40.626711 ], [ -74.003723, 40.627312 ], [ -74.003099, 40.627916 ], [ -74.002515, 40.628475 ], [ -74.000314, 40.627145 ], [ -73.998117, 40.625816 ], [ -73.997241, 40.625289 ], [ -73.997484, 40.62452 ], [ -73.997713, 40.62368 ], [ -73.999321, 40.624656 ], [ -73.999946, 40.624051 ], [ -74.00053, 40.62349 ], [ -74.00273, 40.624821 ], [ -74.004932, 40.626151 ], [ -74.00435, 40.626711 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019500", "name": "Census Tract 195, Kings County, New York", "total_population_17": 3901, "white_alone_17": 1635.0, "black_alone_17": 1485.0, "native_alone_17": 35.0, "asian_alone_17": 293.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 400.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 21.629, "pct_black_alone_change": -19.195, "pct_native_alone_change": 0.661, "pct_asian_alone_change": 2.015, "pct_hispanic_or_latino_change": -5.606, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6914102", "INTPTLON": "-073.9674997" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.969831, 40.693135 ], [ -73.96881, 40.693121 ], [ -73.967844, 40.69323 ], [ -73.966881, 40.693341 ], [ -73.965906, 40.693433 ], [ -73.965775, 40.692769 ], [ -73.9656, 40.691871 ], [ -73.965188, 40.689782 ], [ -73.966135, 40.689673 ], [ -73.967115, 40.689561 ], [ -73.968078, 40.689452 ], [ -73.969103, 40.689468 ], [ -73.969521, 40.691564 ], [ -73.969831, 40.693135 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019600", "name": "Census Tract 196, Kings County, New York", "total_population_17": 4430, "white_alone_17": 1627.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 1707.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1036.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.951, "pct_black_alone_change": -0.214, "pct_native_alone_change": -0.026, "pct_asian_alone_change": 15.358, "pct_hispanic_or_latino_change": 10.811, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6234234", "INTPTLON": "-074.0041850" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00726, 40.623915 ], [ -74.006678, 40.624473 ], [ -74.006095, 40.625033 ], [ -74.005655, 40.625455 ], [ -74.004932, 40.626151 ], [ -74.00273, 40.624821 ], [ -74.00053, 40.62349 ], [ -74.001202, 40.622843 ], [ -74.001694, 40.622372 ], [ -74.002276, 40.621815 ], [ -74.002857, 40.621253 ], [ -74.003436, 40.620696 ], [ -74.005637, 40.622024 ], [ -74.007839, 40.623355 ], [ -74.00726, 40.623915 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019700", "name": "Census Tract 197, Kings County, New York", "total_population_17": 3561, "white_alone_17": 1678.0, "black_alone_17": 1260.0, "native_alone_17": 0.0, "asian_alone_17": 219.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 236.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 26.127, "pct_black_alone_change": -27.1, "pct_native_alone_change": -0.308, "pct_asian_alone_change": -0.783, "pct_hispanic_or_latino_change": -2.207, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6880022", "INTPTLON": "-073.9667469" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970131, 40.689506 ], [ -73.969103, 40.689468 ], [ -73.968078, 40.689452 ], [ -73.967115, 40.689561 ], [ -73.966135, 40.689673 ], [ -73.965188, 40.689782 ], [ -73.96481, 40.688326 ], [ -73.964045, 40.688414 ], [ -73.963231, 40.688508 ], [ -73.962836, 40.688555 ], [ -73.962694, 40.687819 ], [ -73.962547, 40.687089 ], [ -73.963509, 40.686977 ], [ -73.96447, 40.686865 ], [ -73.965525, 40.686744 ], [ -73.96653, 40.686627 ], [ -73.967493, 40.686518 ], [ -73.968491, 40.686403 ], [ -73.96949, 40.686288 ], [ -73.969783, 40.687752 ], [ -73.970131, 40.689506 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019800", "name": "Census Tract 198, Kings County, New York", "total_population_17": 1860, "white_alone_17": 892.0, "black_alone_17": 7.0, "native_alone_17": 35.0, "asian_alone_17": 739.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 222.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -38.885, "pct_black_alone_change": -0.092, "pct_native_alone_change": 1.824, "pct_asian_alone_change": 36.573, "pct_hispanic_or_latino_change": 3.514, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6193594", "INTPTLON": "-074.0066177" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.009217, 40.618582 ], [ -74.008637, 40.619143 ], [ -74.008054, 40.6197 ], [ -74.007426, 40.620303 ], [ -74.006802, 40.620906 ], [ -74.006219, 40.621464 ], [ -74.005637, 40.622024 ], [ -74.003436, 40.620696 ], [ -74.004019, 40.620136 ], [ -74.004599, 40.619577 ], [ -74.005227, 40.618973 ], [ -74.005854, 40.618371 ], [ -74.006434, 40.617814 ], [ -74.007016, 40.617254 ], [ -74.007599, 40.616695 ], [ -74.0098, 40.618024 ], [ -74.009217, 40.618582 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047019900", "name": "Census Tract 199, Kings County, New York", "total_population_17": 3829, "white_alone_17": 1852.0, "black_alone_17": 1253.0, "native_alone_17": 0.0, "asian_alone_17": 180.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 313.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 33.059, "pct_black_alone_change": -37.439, "pct_native_alone_change": -0.339, "pct_asian_alone_change": 2.121, "pct_hispanic_or_latino_change": -2.145, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6840329", "INTPTLON": "-073.9669265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96949, 40.686288 ], [ -73.968491, 40.686403 ], [ -73.967493, 40.686518 ], [ -73.96653, 40.686627 ], [ -73.965525, 40.686744 ], [ -73.965082, 40.684546 ], [ -73.964779, 40.68304 ], [ -73.964454, 40.681125 ], [ -73.965488, 40.681339 ], [ -73.96654, 40.681558 ], [ -73.967477, 40.681754 ], [ -73.968664, 40.682 ], [ -73.969062, 40.684157 ], [ -73.96949, 40.686288 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020000", "name": "Census Tract 200, Kings County, New York", "total_population_17": 2335, "white_alone_17": 1105.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 843.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 376.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -35.409, "pct_black_alone_change": 0.419, "pct_native_alone_change": -0.309, "pct_asian_alone_change": 28.938, "pct_hispanic_or_latino_change": 8.577, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6206890", "INTPTLON": "-074.0088197" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.01142, 40.619914 ], [ -74.010839, 40.620473 ], [ -74.010257, 40.621032 ], [ -74.00963, 40.621634 ], [ -74.009002, 40.622235 ], [ -74.008422, 40.622796 ], [ -74.007839, 40.623355 ], [ -74.005637, 40.622024 ], [ -74.006219, 40.621464 ], [ -74.006802, 40.620906 ], [ -74.007426, 40.620303 ], [ -74.008054, 40.6197 ], [ -74.008637, 40.619143 ], [ -74.009217, 40.618582 ], [ -74.0098, 40.618024 ], [ -74.012002, 40.619353 ], [ -74.01142, 40.619914 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020100", "name": "Census Tract 201, Kings County, New York", "total_population_17": 3735, "white_alone_17": 1593.0, "black_alone_17": 1316.0, "native_alone_17": 0.0, "asian_alone_17": 167.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 389.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 26.709, "pct_black_alone_change": -36.572, "pct_native_alone_change": -0.11, "pct_asian_alone_change": 1.112, "pct_hispanic_or_latino_change": 2.761, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6838477", "INTPTLON": "-073.9633875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.965525, 40.686744 ], [ -73.96447, 40.686865 ], [ -73.963509, 40.686977 ], [ -73.962547, 40.687089 ], [ -73.962398, 40.686352 ], [ -73.962107, 40.684891 ], [ -73.961671, 40.682691 ], [ -73.961611, 40.682375 ], [ -73.961424, 40.681434 ], [ -73.961312, 40.680456 ], [ -73.963292, 40.680882 ], [ -73.964454, 40.681125 ], [ -73.964779, 40.68304 ], [ -73.965082, 40.684546 ], [ -73.965525, 40.686744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020200", "name": "Census Tract 202, Kings County, New York", "total_population_17": 2154, "white_alone_17": 1316.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 719.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 119.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.692, "pct_black_alone_change": -0.114, "pct_native_alone_change": -0.171, "pct_asian_alone_change": 22.743, "pct_hispanic_or_latino_change": 2.453, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6220200", "INTPTLON": "-074.0110215" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.013622, 40.621244 ], [ -74.01304, 40.621803 ], [ -74.012459, 40.622362 ], [ -74.011832, 40.622965 ], [ -74.011206, 40.623566 ], [ -74.010624, 40.624126 ], [ -74.010042, 40.624686 ], [ -74.007839, 40.623355 ], [ -74.008422, 40.622796 ], [ -74.009002, 40.622235 ], [ -74.00963, 40.621634 ], [ -74.010257, 40.621032 ], [ -74.010839, 40.620473 ], [ -74.01142, 40.619914 ], [ -74.012002, 40.619353 ], [ -74.014203, 40.620685 ], [ -74.013622, 40.621244 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020300", "name": "Census Tract 203, Kings County, New York", "total_population_17": 1764, "white_alone_17": 675.0, "black_alone_17": 496.0, "native_alone_17": 0.0, "asian_alone_17": 271.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 267.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 26.52, "pct_black_alone_change": -29.265, "pct_native_alone_change": -0.336, "pct_asian_alone_change": 11.42, "pct_hispanic_or_latino_change": -10.283, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6799568", "INTPTLON": "-073.9648123" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.967954, 40.680189 ], [ -73.967678, 40.680955 ], [ -73.967477, 40.681754 ], [ -73.96654, 40.681558 ], [ -73.965488, 40.681339 ], [ -73.964454, 40.681125 ], [ -73.963292, 40.680882 ], [ -73.961312, 40.680456 ], [ -73.96168, 40.679702 ], [ -73.961957, 40.678934 ], [ -73.962229, 40.678166 ], [ -73.963901, 40.678517 ], [ -73.965341, 40.678818 ], [ -73.968227, 40.679422 ], [ -73.967954, 40.680189 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020400", "name": "Census Tract 204, Kings County, New York", "total_population_17": 1992, "white_alone_17": 1356.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 600.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 24.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.183, "pct_black_alone_change": -0.255, "pct_native_alone_change": -0.153, "pct_asian_alone_change": 25.579, "pct_hispanic_or_latino_change": -2.571, "pct_native_hawaiian_pacific_islander_change": 0.602, "INTPTLAT": "+40.6233502", "INTPTLON": "-074.0132239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.015825, 40.622574 ], [ -74.015242, 40.623133 ], [ -74.014662, 40.623692 ], [ -74.014033, 40.624294 ], [ -74.013409, 40.624896 ], [ -74.012827, 40.625456 ], [ -74.012245, 40.626016 ], [ -74.010042, 40.624686 ], [ -74.010624, 40.624126 ], [ -74.011206, 40.623566 ], [ -74.011832, 40.622965 ], [ -74.012459, 40.622362 ], [ -74.01304, 40.621803 ], [ -74.013622, 40.621244 ], [ -74.014203, 40.620685 ], [ -74.016406, 40.622014 ], [ -74.015825, 40.622574 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020500", "name": "Census Tract 205, Kings County, New York", "total_population_17": 2907, "white_alone_17": 1525.0, "black_alone_17": 756.0, "native_alone_17": 14.0, "asian_alone_17": 267.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 119.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 29.874, "pct_black_alone_change": -33.65, "pct_native_alone_change": 0.114, "pct_asian_alone_change": 4.93, "pct_hispanic_or_latino_change": -7.731, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6774755", "INTPTLON": "-073.9657037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96886, 40.677665 ], [ -73.968542, 40.678543 ], [ -73.968227, 40.679422 ], [ -73.965341, 40.678818 ], [ -73.963901, 40.678517 ], [ -73.962229, 40.678166 ], [ -73.962547, 40.677287 ], [ -73.962865, 40.676406 ], [ -73.963183, 40.675529 ], [ -73.963331, 40.675561 ], [ -73.966296, 40.67618 ], [ -73.969178, 40.676785 ], [ -73.96886, 40.677665 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020600", "name": "Census Tract 206, Kings County, New York", "total_population_17": 2347, "white_alone_17": 1390.0, "black_alone_17": 30.0, "native_alone_17": 0.0, "asian_alone_17": 623.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 304.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.565, "pct_black_alone_change": 0.867, "pct_native_alone_change": -0.411, "pct_asian_alone_change": 17.831, "pct_hispanic_or_latino_change": 5.927, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6248807", "INTPTLON": "-074.0154509" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.018894, 40.624239 ], [ -74.018879, 40.624303 ], [ -74.017976, 40.624788 ], [ -74.017262, 40.625269 ], [ -74.016487, 40.625775 ], [ -74.015708, 40.626295 ], [ -74.015001, 40.626769 ], [ -74.014285, 40.627247 ], [ -74.013572, 40.627728 ], [ -74.011665, 40.626574 ], [ -74.012245, 40.626016 ], [ -74.012827, 40.625456 ], [ -74.013409, 40.624896 ], [ -74.014033, 40.624294 ], [ -74.014662, 40.623692 ], [ -74.015242, 40.623133 ], [ -74.015825, 40.622574 ], [ -74.016406, 40.622014 ], [ -74.019075, 40.623615 ], [ -74.018894, 40.624239 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020700", "name": "Census Tract 207, Kings County, New York", "total_population_17": 4708, "white_alone_17": 2550.0, "black_alone_17": 848.0, "native_alone_17": 0.0, "asian_alone_17": 279.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 713.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 22.869, "pct_black_alone_change": -32.235, "pct_native_alone_change": -0.15, "pct_asian_alone_change": 0.903, "pct_hispanic_or_latino_change": 2.609, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6749547", "INTPTLON": "-073.9666124" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.969693, 40.67536 ], [ -73.969498, 40.675906 ], [ -73.969178, 40.676785 ], [ -73.966296, 40.67618 ], [ -73.963331, 40.675561 ], [ -73.963275, 40.675274 ], [ -73.963137, 40.674573 ], [ -73.962954, 40.67359 ], [ -73.963687, 40.673742 ], [ -73.966109, 40.674243 ], [ -73.966942, 40.674416 ], [ -73.967191, 40.673694 ], [ -73.96743, 40.673032 ], [ -73.967486, 40.672878 ], [ -73.967909, 40.672938 ], [ -73.968453, 40.67296 ], [ -73.968924, 40.672938 ], [ -73.968858, 40.67307 ], [ -73.968797, 40.673284 ], [ -73.968731, 40.673928 ], [ -73.968741, 40.674025 ], [ -73.968777, 40.674202 ], [ -73.968835, 40.674386 ], [ -73.968906, 40.674548 ], [ -73.968999, 40.674713 ], [ -73.969085, 40.674852 ], [ -73.969174, 40.674964 ], [ -73.969283, 40.675076 ], [ -73.969413, 40.675185 ], [ -73.969556, 40.675284 ], [ -73.969693, 40.67536 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047020800", "name": "Census Tract 208, Kings County, New York", "total_population_17": 3216, "white_alone_17": 1072.0, "black_alone_17": 25.0, "native_alone_17": 74.0, "asian_alone_17": 1667.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 263.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -34.751, "pct_black_alone_change": 0.325, "pct_native_alone_change": 2.226, "pct_asian_alone_change": 31.662, "pct_hispanic_or_latino_change": -0.629, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6259761", "INTPTLON": "-074.0097675" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.012858, 40.628207 ], [ -74.012142, 40.628684 ], [ -74.012074, 40.628643 ], [ -74.01068, 40.627801 ], [ -74.0105, 40.627693 ], [ -74.008436, 40.626443 ], [ -74.008299, 40.626361 ], [ -74.008135, 40.626262 ], [ -74.0064, 40.625216 ], [ -74.006095, 40.625033 ], [ -74.006678, 40.624473 ], [ -74.00726, 40.623915 ], [ -74.007839, 40.623355 ], [ -74.010042, 40.624686 ], [ -74.012245, 40.626016 ], [ -74.011665, 40.626574 ], [ -74.013572, 40.627728 ], [ -74.012858, 40.628207 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021000", "name": "Census Tract 210, Kings County, New York", "total_population_17": 4380, "white_alone_17": 1284.0, "black_alone_17": 38.0, "native_alone_17": 0.0, "asian_alone_17": 2181.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 793.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.677, "pct_black_alone_change": 0.566, "pct_native_alone_change": -0.212, "pct_asian_alone_change": 22.489, "pct_hispanic_or_latino_change": 9.729, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6276261", "INTPTLON": "-074.0081561" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.012142, 40.628684 ], [ -74.011428, 40.629162 ], [ -74.0107, 40.629646 ], [ -74.010004, 40.630113 ], [ -74.008754, 40.629371 ], [ -74.006554, 40.62804 ], [ -74.00435, 40.626711 ], [ -74.004932, 40.626151 ], [ -74.005655, 40.625455 ], [ -74.006095, 40.625033 ], [ -74.0064, 40.625216 ], [ -74.008135, 40.626262 ], [ -74.008299, 40.626361 ], [ -74.008436, 40.626443 ], [ -74.0105, 40.627693 ], [ -74.01068, 40.627801 ], [ -74.012074, 40.628643 ], [ -74.012142, 40.628684 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021100", "name": "Census Tract 211, Kings County, New York", "total_population_17": 1829, "white_alone_17": 391.0, "black_alone_17": 629.0, "native_alone_17": 0.0, "asian_alone_17": 102.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 679.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 13.289, "pct_black_alone_change": -11.924, "pct_native_alone_change": -0.261, "pct_asian_alone_change": 3.816, "pct_hispanic_or_latino_change": -5.733, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6971660", "INTPTLON": "-073.9750259" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980544, 40.698246 ], [ -73.978089, 40.698138 ], [ -73.977531, 40.698116 ], [ -73.976787, 40.698087 ], [ -73.975783, 40.698047 ], [ -73.975106, 40.698017 ], [ -73.974786, 40.698004 ], [ -73.973775, 40.697959 ], [ -73.973309, 40.697943 ], [ -73.972795, 40.697921 ], [ -73.971784, 40.697882 ], [ -73.970762, 40.69784 ], [ -73.969728, 40.697804 ], [ -73.969399, 40.696093 ], [ -73.970431, 40.696137 ], [ -73.971462, 40.696187 ], [ -73.97247, 40.696207 ], [ -73.973485, 40.696246 ], [ -73.974484, 40.696308 ], [ -73.975486, 40.696315 ], [ -73.976443, 40.696371 ], [ -73.97739, 40.696419 ], [ -73.978381, 40.696492 ], [ -73.979529, 40.696529 ], [ -73.980388, 40.696507 ], [ -73.980447, 40.69667 ], [ -73.980515, 40.697437 ], [ -73.980544, 40.698246 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021200", "name": "Census Tract 212, Kings County, New York", "total_population_17": 4858, "white_alone_17": 1155.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 3246.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 425.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.171, "pct_black_alone_change": -0.467, "pct_native_alone_change": -0.137, "pct_asian_alone_change": 24.212, "pct_hispanic_or_latino_change": -1.175, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6294745", "INTPTLON": "-074.0058501" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.009224, 40.630634 ], [ -74.008456, 40.63115 ], [ -74.007739, 40.63163 ], [ -74.007023, 40.63211 ], [ -74.006339, 40.631694 ], [ -74.004137, 40.630364 ], [ -74.001931, 40.629033 ], [ -74.002228, 40.628751 ], [ -74.002515, 40.628475 ], [ -74.003099, 40.627916 ], [ -74.003723, 40.627312 ], [ -74.00435, 40.626711 ], [ -74.006554, 40.62804 ], [ -74.008754, 40.629371 ], [ -74.010004, 40.630113 ], [ -74.009224, 40.630634 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021300", "name": "Census Tract 213, Kings County, New York", "total_population_17": 4228, "white_alone_17": 799.0, "black_alone_17": 2992.0, "native_alone_17": 0.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 268.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.849, "pct_black_alone_change": -18.674, "pct_native_alone_change": -0.148, "pct_asian_alone_change": 0.351, "pct_hispanic_or_latino_change": -0.504, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+40.6683548", "INTPTLON": "-073.9604674" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962622, 40.671629 ], [ -73.961338, 40.671352 ], [ -73.959047, 40.670882 ], [ -73.957974, 40.670657 ], [ -73.958054, 40.670436 ], [ -73.958292, 40.669779 ], [ -73.958609, 40.6689 ], [ -73.958927, 40.668021 ], [ -73.959245, 40.667142 ], [ -73.959561, 40.666262 ], [ -73.960337, 40.664108 ], [ -73.960615, 40.663303 ], [ -73.960956, 40.663285 ], [ -73.961108, 40.664063 ], [ -73.961258, 40.664802 ], [ -73.961616, 40.666695 ], [ -73.961806, 40.667681 ], [ -73.961996, 40.668663 ], [ -73.962111, 40.669195 ], [ -73.962194, 40.669641 ], [ -73.962576, 40.671415 ], [ -73.962622, 40.671629 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021400", "name": "Census Tract 214, Kings County, New York", "total_population_17": 2194, "white_alone_17": 1068.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 952.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 160.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.405, "pct_black_alone_change": -0.442, "pct_native_alone_change": -0.055, "pct_asian_alone_change": 16.279, "pct_hispanic_or_latino_change": -5.131, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6316104", "INTPTLON": "-074.0031816" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.0067, 40.632324 ], [ -74.006617, 40.632379 ], [ -74.006307, 40.632584 ], [ -74.005564, 40.633084 ], [ -74.004821, 40.63358 ], [ -74.004107, 40.63406 ], [ -74.003989, 40.63399 ], [ -74.001764, 40.632645 ], [ -73.999561, 40.631315 ], [ -74.000142, 40.630756 ], [ -74.000748, 40.630175 ], [ -74.001349, 40.629598 ], [ -74.001677, 40.629315 ], [ -74.001735, 40.629251 ], [ -74.001931, 40.629033 ], [ -74.004137, 40.630364 ], [ -74.006339, 40.631694 ], [ -74.007023, 40.63211 ], [ -74.0067, 40.632324 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021500", "name": "Census Tract 215, Kings County, New York", "total_population_17": 5406, "white_alone_17": 1806.0, "black_alone_17": 2310.0, "native_alone_17": 19.0, "asian_alone_17": 324.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 547.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.907, "pct_black_alone_change": -23.07, "pct_native_alone_change": 0.013, "pct_asian_alone_change": 2.059, "pct_hispanic_or_latino_change": -1.151, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6733751", "INTPTLON": "-073.9632899" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96743, 40.673032 ], [ -73.967191, 40.673694 ], [ -73.966942, 40.674416 ], [ -73.966109, 40.674243 ], [ -73.963687, 40.673742 ], [ -73.962954, 40.67359 ], [ -73.963137, 40.674573 ], [ -73.963275, 40.675274 ], [ -73.963331, 40.675561 ], [ -73.963183, 40.675529 ], [ -73.960074, 40.674878 ], [ -73.960393, 40.673999 ], [ -73.960709, 40.673122 ], [ -73.961029, 40.672244 ], [ -73.961261, 40.671574 ], [ -73.961338, 40.671352 ], [ -73.962622, 40.671629 ], [ -73.963619, 40.67185 ], [ -73.964207, 40.672024 ], [ -73.964991, 40.672285 ], [ -73.965492, 40.672459 ], [ -73.966297, 40.672677 ], [ -73.96682, 40.672764 ], [ -73.967486, 40.672878 ], [ -73.96743, 40.673032 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021600", "name": "Census Tract 216, Kings County, New York", "total_population_17": 4533, "white_alone_17": 3900.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 477.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 156.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.392, "pct_black_alone_change": -0.278, "pct_native_alone_change": -0.167, "pct_asian_alone_change": 0.637, "pct_hispanic_or_latino_change": -1.641, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6327947", "INTPTLON": "-073.9997692" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004107, 40.63406 ], [ -74.003388, 40.634538 ], [ -74.002673, 40.635019 ], [ -74.001957, 40.635497 ], [ -74.000016, 40.634326 ], [ -73.997813, 40.632996 ], [ -73.995617, 40.631667 ], [ -73.996195, 40.631106 ], [ -73.996779, 40.630547 ], [ -73.997359, 40.629986 ], [ -73.999561, 40.631315 ], [ -74.001764, 40.632645 ], [ -74.003989, 40.63399 ], [ -74.004107, 40.63406 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021700", "name": "Census Tract 217, Kings County, New York", "total_population_17": 4035, "white_alone_17": 881.0, "black_alone_17": 1829.0, "native_alone_17": 0.0, "asian_alone_17": 340.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 802.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 18.009, "pct_black_alone_change": -30.576, "pct_native_alone_change": -0.39, "pct_asian_alone_change": 1.712, "pct_hispanic_or_latino_change": 7.36, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+40.6727657", "INTPTLON": "-073.9590256" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961261, 40.671574 ], [ -73.961029, 40.672244 ], [ -73.960709, 40.673122 ], [ -73.960393, 40.673999 ], [ -73.960074, 40.674878 ], [ -73.957802, 40.674398 ], [ -73.956703, 40.674171 ], [ -73.957021, 40.673294 ], [ -73.957339, 40.672414 ], [ -73.957657, 40.671536 ], [ -73.957897, 40.67087 ], [ -73.957974, 40.670657 ], [ -73.959047, 40.670882 ], [ -73.961338, 40.671352 ], [ -73.961261, 40.671574 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021800", "name": "Census Tract 218, Kings County, New York", "total_population_17": 3892, "white_alone_17": 3312.0, "black_alone_17": 30.0, "native_alone_17": 0.0, "asian_alone_17": 119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 347.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.558, "pct_black_alone_change": 0.507, "pct_native_alone_change": -0.211, "pct_asian_alone_change": -1.328, "pct_hispanic_or_latino_change": 0.62, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6343541", "INTPTLON": "-073.9978229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00124, 40.635978 ], [ -74.000525, 40.636456 ], [ -73.999807, 40.636936 ], [ -73.998265, 40.636006 ], [ -73.996067, 40.634673 ], [ -73.995075, 40.634077 ], [ -73.993866, 40.633347 ], [ -73.994451, 40.632785 ], [ -73.995034, 40.63223 ], [ -73.995394, 40.631881 ], [ -73.995617, 40.631667 ], [ -73.997813, 40.632996 ], [ -74.000016, 40.634326 ], [ -74.001957, 40.635497 ], [ -74.00124, 40.635978 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047021900", "name": "Census Tract 219, Kings County, New York", "total_population_17": 3576, "white_alone_17": 844.0, "black_alone_17": 2017.0, "native_alone_17": 0.0, "asian_alone_17": 225.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 414.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 22.215, "pct_black_alone_change": -33.439, "pct_native_alone_change": -0.209, "pct_asian_alone_change": 5.428, "pct_hispanic_or_latino_change": 4.012, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6719739", "INTPTLON": "-073.9552592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957897, 40.67087 ], [ -73.957657, 40.671536 ], [ -73.957339, 40.672414 ], [ -73.957021, 40.673294 ], [ -73.956703, 40.674171 ], [ -73.953999, 40.673632 ], [ -73.952937, 40.673571 ], [ -73.953019, 40.672681 ], [ -73.953102, 40.671791 ], [ -73.953187, 40.670898 ], [ -73.953249, 40.670227 ], [ -73.95327, 40.670007 ], [ -73.955269, 40.670125 ], [ -73.957974, 40.670657 ], [ -73.957897, 40.67087 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022000", "name": "Census Tract 220, Kings County, New York", "total_population_17": 4924, "white_alone_17": 4330.0, "black_alone_17": 138.0, "native_alone_17": 0.0, "asian_alone_17": 289.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 167.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.747, "pct_black_alone_change": 2.219, "pct_native_alone_change": -0.067, "pct_asian_alone_change": -0.555, "pct_hispanic_or_latino_change": -2.336, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6361633", "INTPTLON": "-073.9955594" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999091, 40.637415 ], [ -73.998374, 40.637893 ], [ -73.997658, 40.638374 ], [ -73.996942, 40.638853 ], [ -73.995942, 40.638246 ], [ -73.99464, 40.63746 ], [ -73.993738, 40.636914 ], [ -73.991539, 40.635583 ], [ -73.99212, 40.635026 ], [ -73.9927, 40.634467 ], [ -73.993284, 40.633906 ], [ -73.993866, 40.633347 ], [ -73.995075, 40.634077 ], [ -73.996067, 40.634673 ], [ -73.998265, 40.636006 ], [ -73.999807, 40.636936 ], [ -73.999091, 40.637415 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022100", "name": "Census Tract 221, Kings County, New York", "total_population_17": 4174, "white_alone_17": 1387.0, "black_alone_17": 1870.0, "native_alone_17": 62.0, "asian_alone_17": 185.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 512.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 31.372, "pct_black_alone_change": -41.273, "pct_native_alone_change": 1.154, "pct_asian_alone_change": 3.846, "pct_hispanic_or_latino_change": 2.134, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6761670", "INTPTLON": "-073.9543560" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956386, 40.67505 ], [ -73.956069, 40.675928 ], [ -73.955749, 40.676807 ], [ -73.955475, 40.677576 ], [ -73.955195, 40.678343 ], [ -73.955167, 40.678571 ], [ -73.95528, 40.679131 ], [ -73.955295, 40.679205 ], [ -73.955309, 40.679273 ], [ -73.954265, 40.679062 ], [ -73.954144, 40.679037 ], [ -73.953005, 40.678815 ], [ -73.952986, 40.678723 ], [ -73.95297, 40.678643 ], [ -73.952812, 40.677845 ], [ -73.952678, 40.677027 ], [ -73.952657, 40.676962 ], [ -73.952687, 40.676245 ], [ -73.952768, 40.675355 ], [ -73.952849, 40.674462 ], [ -73.952937, 40.673571 ], [ -73.953999, 40.673632 ], [ -73.956703, 40.674171 ], [ -73.956386, 40.67505 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022200", "name": "Census Tract 222, Kings County, New York", "total_population_17": 4281, "white_alone_17": 3892.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 140.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 249.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.226, "pct_black_alone_change": -1.441, "pct_native_alone_change": -0.191, "pct_asian_alone_change": -1.265, "pct_hispanic_or_latino_change": -3.275, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6382394", "INTPTLON": "-073.9929635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996227, 40.639331 ], [ -73.99551, 40.63981 ], [ -73.994795, 40.640288 ], [ -73.994331, 40.6406 ], [ -73.994077, 40.64077 ], [ -73.991408, 40.639156 ], [ -73.989206, 40.637824 ], [ -73.989789, 40.637264 ], [ -73.990373, 40.636705 ], [ -73.990956, 40.636145 ], [ -73.991539, 40.635583 ], [ -73.993738, 40.636914 ], [ -73.99464, 40.63746 ], [ -73.995942, 40.638246 ], [ -73.996942, 40.638853 ], [ -73.996227, 40.639331 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022400", "name": "Census Tract 224, Kings County, New York", "total_population_17": 5780, "white_alone_17": 4161.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 818.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 794.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.853, "pct_black_alone_change": -0.83, "pct_native_alone_change": -0.182, "pct_asian_alone_change": -2.296, "pct_hispanic_or_latino_change": -6.777, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6405156", "INTPTLON": "-073.9903118" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993363, 40.641248 ], [ -73.992644, 40.641728 ], [ -73.991929, 40.642205 ], [ -73.991213, 40.642686 ], [ -73.990497, 40.643164 ], [ -73.988494, 40.641956 ], [ -73.989077, 40.641396 ], [ -73.986876, 40.640069 ], [ -73.987455, 40.639505 ], [ -73.987581, 40.639383 ], [ -73.988039, 40.638947 ], [ -73.98862, 40.638385 ], [ -73.989206, 40.637824 ], [ -73.991408, 40.639156 ], [ -73.994077, 40.64077 ], [ -73.993363, 40.641248 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022600", "name": "Census Tract 226, Kings County, New York", "total_population_17": 2261, "white_alone_17": 731.0, "black_alone_17": 56.0, "native_alone_17": 0.0, "asian_alone_17": 204.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1242.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.82, "pct_black_alone_change": -0.668, "pct_native_alone_change": -0.039, "pct_asian_alone_change": -14.994, "pct_hispanic_or_latino_change": 10.434, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6419840", "INTPTLON": "-073.9863474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989779, 40.643645 ], [ -73.989059, 40.644119 ], [ -73.98835, 40.644562 ], [ -73.987499, 40.644045 ], [ -73.986731, 40.643574 ], [ -73.985897, 40.643068 ], [ -73.985095, 40.642573 ], [ -73.984587, 40.642262 ], [ -73.984303, 40.642085 ], [ -73.983316, 40.641479 ], [ -73.982994, 40.641325 ], [ -73.982337, 40.640976 ], [ -73.982921, 40.640416 ], [ -73.983178, 40.640169 ], [ -73.983502, 40.639857 ], [ -73.984088, 40.639297 ], [ -73.986292, 40.640625 ], [ -73.988494, 40.641956 ], [ -73.990497, 40.643164 ], [ -73.989779, 40.643645 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022700", "name": "Census Tract 227, Kings County, New York", "total_population_17": 3556, "white_alone_17": 994.0, "black_alone_17": 1978.0, "native_alone_17": 0.0, "asian_alone_17": 120.0, "native_hawaiian_pacific_islander_17": 11.0, "hispanic_or_latino_17": 270.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.34, "pct_black_alone_change": -32.25, "pct_native_alone_change": -0.294, "pct_asian_alone_change": 1.79, "pct_hispanic_or_latino_change": 0.752, "pct_native_hawaiian_pacific_islander_change": 0.309, "INTPTLAT": "+40.6815084", "INTPTLON": "-073.9572531" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961671, 40.682691 ], [ -73.960718, 40.682802 ], [ -73.959785, 40.682909 ], [ -73.958841, 40.683018 ], [ -73.957682, 40.683152 ], [ -73.956112, 40.683333 ], [ -73.955744, 40.683375 ], [ -73.953954, 40.683581 ], [ -73.953809, 40.682848 ], [ -73.953662, 40.682115 ], [ -73.953516, 40.681383 ], [ -73.953371, 40.680641 ], [ -73.953282, 40.6802 ], [ -73.954368, 40.680075 ], [ -73.955437, 40.679958 ], [ -73.955397, 40.679754 ], [ -73.955309, 40.679273 ], [ -73.955642, 40.679258 ], [ -73.956022, 40.679359 ], [ -73.958292, 40.679831 ], [ -73.961312, 40.680456 ], [ -73.961424, 40.681434 ], [ -73.961611, 40.682375 ], [ -73.961671, 40.682691 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022800", "name": "Census Tract 228, Kings County, New York", "total_population_17": 3748, "white_alone_17": 2282.0, "black_alone_17": 48.0, "native_alone_17": 2.0, "asian_alone_17": 1036.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 346.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.221, "pct_black_alone_change": -2.63, "pct_native_alone_change": -0.064, "pct_asian_alone_change": 2.159, "pct_hispanic_or_latino_change": -11.521, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6391243", "INTPTLON": "-073.9815297" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984088, 40.639297 ], [ -73.983502, 40.639857 ], [ -73.983178, 40.640169 ], [ -73.982921, 40.640416 ], [ -73.982337, 40.640976 ], [ -73.982994, 40.641325 ], [ -73.982445, 40.641538 ], [ -73.982043, 40.641708 ], [ -73.981232, 40.642045 ], [ -73.98042, 40.642385 ], [ -73.980074, 40.64054 ], [ -73.980007, 40.640209 ], [ -73.97991, 40.639686 ], [ -73.979874, 40.639518 ], [ -73.979677, 40.638465 ], [ -73.979554, 40.637819 ], [ -73.979475, 40.637431 ], [ -73.979386, 40.636932 ], [ -73.979681, 40.636639 ], [ -73.980266, 40.636076 ], [ -73.982466, 40.637406 ], [ -73.984672, 40.638735 ], [ -73.984088, 40.639297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047022900", "name": "Census Tract 229, Kings County, New York", "total_population_17": 3862, "white_alone_17": 1380.0, "black_alone_17": 1760.0, "native_alone_17": 15.0, "asian_alone_17": 331.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 285.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 33.735, "pct_black_alone_change": -43.518, "pct_native_alone_change": 0.166, "pct_asian_alone_change": 6.446, "pct_hispanic_or_latino_change": 1.322, "pct_native_hawaiian_pacific_islander_change": -0.254, "INTPTLAT": "+40.6851317", "INTPTLON": "-073.9567616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959568, 40.686683 ], [ -73.956841, 40.686996 ], [ -73.954684, 40.687245 ], [ -73.954538, 40.686512 ], [ -73.954393, 40.68578 ], [ -73.954246, 40.685047 ], [ -73.954101, 40.684313 ], [ -73.953954, 40.683581 ], [ -73.955744, 40.683375 ], [ -73.956112, 40.683333 ], [ -73.957682, 40.683152 ], [ -73.958841, 40.683018 ], [ -73.958983, 40.68375 ], [ -73.959132, 40.684486 ], [ -73.959276, 40.685217 ], [ -73.959423, 40.685951 ], [ -73.959568, 40.686683 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023000", "name": "Census Tract 230, Kings County, New York", "total_population_17": 4288, "white_alone_17": 3051.0, "black_alone_17": 88.0, "native_alone_17": 0.0, "asian_alone_17": 341.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 740.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.875, "pct_black_alone_change": 1.31, "pct_native_alone_change": -0.144, "pct_asian_alone_change": 2.253, "pct_hispanic_or_latino_change": -5.396, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6378160", "INTPTLON": "-073.9842810" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.988494, 40.641956 ], [ -73.986292, 40.640625 ], [ -73.984088, 40.639297 ], [ -73.984672, 40.638735 ], [ -73.982466, 40.637406 ], [ -73.980266, 40.636076 ], [ -73.98085, 40.635516 ], [ -73.981181, 40.635196 ], [ -73.981432, 40.634955 ], [ -73.982015, 40.634395 ], [ -73.984218, 40.635726 ], [ -73.983634, 40.636285 ], [ -73.985836, 40.637616 ], [ -73.985252, 40.638175 ], [ -73.987455, 40.639505 ], [ -73.986876, 40.640069 ], [ -73.989077, 40.641396 ], [ -73.988494, 40.641956 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023100", "name": "Census Tract 231, Kings County, New York", "total_population_17": 3376, "white_alone_17": 1244.0, "black_alone_17": 1412.0, "native_alone_17": 0.0, "asian_alone_17": 154.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 378.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 29.206, "pct_black_alone_change": -37.411, "pct_native_alone_change": -0.397, "pct_asian_alone_change": 2.255, "pct_hispanic_or_latino_change": 1.788, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6857866", "INTPTLON": "-073.9608381" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962836, 40.688555 ], [ -73.96206, 40.688644 ], [ -73.960927, 40.688774 ], [ -73.960006, 40.688881 ], [ -73.959859, 40.688148 ], [ -73.959714, 40.687416 ], [ -73.959568, 40.686683 ], [ -73.959423, 40.685951 ], [ -73.959276, 40.685217 ], [ -73.959132, 40.684486 ], [ -73.958983, 40.68375 ], [ -73.958841, 40.683018 ], [ -73.959785, 40.682909 ], [ -73.960718, 40.682802 ], [ -73.961671, 40.682691 ], [ -73.962107, 40.684891 ], [ -73.962398, 40.686352 ], [ -73.962547, 40.687089 ], [ -73.962694, 40.687819 ], [ -73.962836, 40.688555 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023200", "name": "Census Tract 232, Kings County, New York", "total_population_17": 5073, "white_alone_17": 3926.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 396.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 751.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.712, "pct_black_alone_change": -0.446, "pct_native_alone_change": -0.231, "pct_asian_alone_change": 1.221, "pct_hispanic_or_latino_change": 6.387, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6360998", "INTPTLON": "-073.9862206" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989789, 40.637264 ], [ -73.989206, 40.637824 ], [ -73.98862, 40.638385 ], [ -73.988039, 40.638947 ], [ -73.987581, 40.639383 ], [ -73.987455, 40.639505 ], [ -73.985252, 40.638175 ], [ -73.985836, 40.637616 ], [ -73.983634, 40.636285 ], [ -73.984218, 40.635726 ], [ -73.982015, 40.634395 ], [ -73.982598, 40.633837 ], [ -73.983179, 40.633279 ], [ -73.983763, 40.632717 ], [ -73.985964, 40.634047 ], [ -73.988167, 40.635374 ], [ -73.990373, 40.636705 ], [ -73.989789, 40.637264 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023300", "name": "Census Tract 233, Kings County, New York", "total_population_17": 5153, "white_alone_17": 1175.0, "black_alone_17": 2553.0, "native_alone_17": 0.0, "asian_alone_17": 234.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1044.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 21.099, "pct_black_alone_change": -26.005, "pct_native_alone_change": -0.862, "pct_asian_alone_change": 3.208, "pct_hispanic_or_latino_change": 0.363, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6887957", "INTPTLON": "-073.9574901" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.960293, 40.690346 ], [ -73.959428, 40.690448 ], [ -73.958578, 40.690546 ], [ -73.957272, 40.690694 ], [ -73.956356, 40.6908 ], [ -73.95541, 40.690908 ], [ -73.955266, 40.690175 ], [ -73.955122, 40.689444 ], [ -73.954975, 40.688711 ], [ -73.954829, 40.687977 ], [ -73.954684, 40.687245 ], [ -73.956841, 40.686996 ], [ -73.959568, 40.686683 ], [ -73.959714, 40.687416 ], [ -73.959859, 40.688148 ], [ -73.960006, 40.688881 ], [ -73.960122, 40.689469 ], [ -73.960293, 40.690346 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023400", "name": "Census Tract 234, Kings County, New York", "total_population_17": 4667, "white_alone_17": 4504.0, "black_alone_17": 0.0, "native_alone_17": 14.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 140.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.733, "pct_black_alone_change": -0.021, "pct_native_alone_change": 0.258, "pct_asian_alone_change": -0.234, "pct_hispanic_or_latino_change": 2.066, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6338712", "INTPTLON": "-073.9879406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.991539, 40.635583 ], [ -73.990956, 40.636145 ], [ -73.990373, 40.636705 ], [ -73.988167, 40.635374 ], [ -73.985964, 40.634047 ], [ -73.983763, 40.632717 ], [ -73.984344, 40.632157 ], [ -73.984928, 40.631597 ], [ -73.985509, 40.631038 ], [ -73.987713, 40.632366 ], [ -73.989916, 40.633696 ], [ -73.99212, 40.635026 ], [ -73.991539, 40.635583 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023500", "name": "Census Tract 235, Kings County, New York", "total_population_17": 4062, "white_alone_17": 2259.0, "black_alone_17": 680.0, "native_alone_17": 0.0, "asian_alone_17": 260.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 765.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 50.083, "pct_black_alone_change": -10.96, "pct_native_alone_change": -0.563, "pct_asian_alone_change": 5.633, "pct_hispanic_or_latino_change": -46.144, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6925130", "INTPTLON": "-073.9577849" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.960158, 40.694117 ], [ -73.959311, 40.694215 ], [ -73.957997, 40.694366 ], [ -73.957087, 40.694471 ], [ -73.956143, 40.694579 ], [ -73.955826, 40.692993 ], [ -73.95541, 40.690908 ], [ -73.956356, 40.6908 ], [ -73.957272, 40.690694 ], [ -73.958578, 40.690546 ], [ -73.959428, 40.690448 ], [ -73.959844, 40.69253 ], [ -73.960158, 40.694117 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023600", "name": "Census Tract 236, Kings County, New York", "total_population_17": 5669, "white_alone_17": 5279.0, "black_alone_17": 16.0, "native_alone_17": 53.0, "asian_alone_17": 249.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 72.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.465, "pct_black_alone_change": 0.186, "pct_native_alone_change": 0.744, "pct_asian_alone_change": 1.347, "pct_hispanic_or_latino_change": 0.6, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6321905", "INTPTLON": "-073.9896876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993284, 40.633906 ], [ -73.9927, 40.634467 ], [ -73.99212, 40.635026 ], [ -73.989916, 40.633696 ], [ -73.987713, 40.632366 ], [ -73.985509, 40.631038 ], [ -73.986093, 40.630478 ], [ -73.986675, 40.629916 ], [ -73.987259, 40.629355 ], [ -73.989462, 40.630686 ], [ -73.991664, 40.632016 ], [ -73.993866, 40.633347 ], [ -73.993284, 40.633906 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047023800", "name": "Census Tract 238, Kings County, New York", "total_population_17": 3990, "white_alone_17": 3637.0, "black_alone_17": 0.0, "native_alone_17": 13.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 295.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.726, "pct_black_alone_change": -0.268, "pct_native_alone_change": 0.192, "pct_asian_alone_change": -3.154, "pct_hispanic_or_latino_change": 5.133, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6305112", "INTPTLON": "-073.9914376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.995617, 40.631667 ], [ -73.995394, 40.631881 ], [ -73.995034, 40.63223 ], [ -73.994451, 40.632785 ], [ -73.993866, 40.633347 ], [ -73.991664, 40.632016 ], [ -73.989462, 40.630686 ], [ -73.987259, 40.629355 ], [ -73.987842, 40.628797 ], [ -73.988338, 40.628319 ], [ -73.988428, 40.628231 ], [ -73.989009, 40.627676 ], [ -73.991212, 40.629006 ], [ -73.993413, 40.630336 ], [ -73.99546, 40.631575 ], [ -73.995617, 40.631667 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024000", "name": "Census Tract 240, Kings County, New York", "total_population_17": 4626, "white_alone_17": 4349.0, "black_alone_17": 71.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 148.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.874, "pct_black_alone_change": 1.233, "pct_native_alone_change": -0.043, "pct_asian_alone_change": -1.36, "pct_hispanic_or_latino_change": -0.405, "pct_native_hawaiian_pacific_islander_change": -0.086, "INTPTLAT": "+40.6288316", "INTPTLON": "-073.9931862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996779, 40.630547 ], [ -73.996195, 40.631106 ], [ -73.995617, 40.631667 ], [ -73.99546, 40.631575 ], [ -73.993413, 40.630336 ], [ -73.991212, 40.629006 ], [ -73.989009, 40.627676 ], [ -73.989591, 40.627117 ], [ -73.990175, 40.626557 ], [ -73.990756, 40.625998 ], [ -73.99296, 40.627326 ], [ -73.995161, 40.628656 ], [ -73.996115, 40.629232 ], [ -73.997359, 40.629986 ], [ -73.996779, 40.630547 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024100", "name": "Census Tract 241, Kings County, New York", "total_population_17": 2501, "white_alone_17": 1289.0, "black_alone_17": 612.0, "native_alone_17": 0.0, "asian_alone_17": 118.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 422.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 48.981, "pct_black_alone_change": -39.021, "pct_native_alone_change": -0.767, "pct_asian_alone_change": 3.951, "pct_hispanic_or_latino_change": -14.713, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6922221", "INTPTLON": "-073.9538035" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956143, 40.694579 ], [ -73.955197, 40.694688 ], [ -73.954307, 40.694791 ], [ -73.953414, 40.694893 ], [ -73.952489, 40.695004 ], [ -73.952341, 40.694263 ], [ -73.952193, 40.693526 ], [ -73.952172, 40.693419 ], [ -73.95205, 40.692794 ], [ -73.951902, 40.692063 ], [ -73.95181, 40.691599 ], [ -73.951757, 40.69133 ], [ -73.951612, 40.690597 ], [ -73.951464, 40.689864 ], [ -73.955122, 40.689444 ], [ -73.955266, 40.690175 ], [ -73.95541, 40.690908 ], [ -73.955826, 40.692993 ], [ -73.956143, 40.694579 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024200", "name": "Census Tract 242, Kings County, New York", "total_population_17": 2994, "white_alone_17": 2682.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 128.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.364, "pct_black_alone_change": -0.214, "pct_native_alone_change": -0.107, "pct_asian_alone_change": -1.083, "pct_hispanic_or_latino_change": -0.782, "pct_native_hawaiian_pacific_islander_change": -0.142, "INTPTLAT": "+40.6258678", "INTPTLON": "-073.9928098" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996702, 40.627172 ], [ -73.996557, 40.627641 ], [ -73.996336, 40.628445 ], [ -73.996115, 40.629232 ], [ -73.995161, 40.628656 ], [ -73.99296, 40.627326 ], [ -73.990756, 40.625998 ], [ -73.989766, 40.625398 ], [ -73.9897, 40.625359 ], [ -73.98962, 40.625311 ], [ -73.988302, 40.624514 ], [ -73.988885, 40.623953 ], [ -73.989488, 40.62337 ], [ -73.990094, 40.622789 ], [ -73.99255, 40.624274 ], [ -73.993982, 40.625142 ], [ -73.994325, 40.625343 ], [ -73.994892, 40.625462 ], [ -73.994734, 40.625615 ], [ -73.994649, 40.625698 ], [ -73.995079, 40.625807 ], [ -73.996788, 40.626826 ], [ -73.996702, 40.627172 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024300", "name": "Census Tract 243, Kings County, New York", "total_population_17": 4020, "white_alone_17": 1333.0, "black_alone_17": 1734.0, "native_alone_17": 0.0, "asian_alone_17": 192.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 577.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 32.678, "pct_black_alone_change": -42.147, "pct_native_alone_change": -0.303, "pct_asian_alone_change": 4.068, "pct_hispanic_or_latino_change": 1.303, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6874555", "INTPTLON": "-073.9528560" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955122, 40.689444 ], [ -73.951464, 40.689864 ], [ -73.951444, 40.689764 ], [ -73.951319, 40.689133 ], [ -73.951175, 40.6884 ], [ -73.951028, 40.687667 ], [ -73.950883, 40.686933 ], [ -73.950737, 40.6862 ], [ -73.95059, 40.685467 ], [ -73.954246, 40.685047 ], [ -73.954393, 40.68578 ], [ -73.954538, 40.686512 ], [ -73.954684, 40.687245 ], [ -73.954829, 40.687977 ], [ -73.954975, 40.688711 ], [ -73.955122, 40.689444 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024400", "name": "Census Tract 244, Kings County, New York", "total_population_17": 4039, "white_alone_17": 3213.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 403.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 406.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.696, "pct_black_alone_change": -0.361, "pct_native_alone_change": -0.065, "pct_asian_alone_change": -0.123, "pct_hispanic_or_latino_change": 1.971, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6217475", "INTPTLON": "-073.9862364" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989488, 40.62337 ], [ -73.988885, 40.623953 ], [ -73.988302, 40.624514 ], [ -73.986101, 40.623183 ], [ -73.984492, 40.622213 ], [ -73.9839, 40.621854 ], [ -73.984478, 40.621293 ], [ -73.982282, 40.619962 ], [ -73.982883, 40.619381 ], [ -73.983489, 40.6188 ], [ -73.985693, 40.620131 ], [ -73.987851, 40.621435 ], [ -73.990094, 40.622789 ], [ -73.989488, 40.62337 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024500", "name": "Census Tract 245, Kings County, New York", "total_population_17": 4535, "white_alone_17": 932.0, "black_alone_17": 2913.0, "native_alone_17": 0.0, "asian_alone_17": 363.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 220.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.51, "pct_black_alone_change": -25.217, "pct_native_alone_change": -0.534, "pct_asian_alone_change": 4.6, "pct_hispanic_or_latino_change": 0.125, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6828810", "INTPTLON": "-073.9519012" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954246, 40.685047 ], [ -73.95059, 40.685467 ], [ -73.950446, 40.684735 ], [ -73.950299, 40.684001 ], [ -73.950155, 40.683269 ], [ -73.950009, 40.682537 ], [ -73.949861, 40.681804 ], [ -73.949715, 40.68107 ], [ -73.949557, 40.68039 ], [ -73.951158, 40.680479 ], [ -73.951556, 40.680499 ], [ -73.953371, 40.680641 ], [ -73.953516, 40.681383 ], [ -73.953662, 40.682115 ], [ -73.953809, 40.682848 ], [ -73.953954, 40.683581 ], [ -73.954101, 40.684313 ], [ -73.954246, 40.685047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024600", "name": "Census Tract 246, Kings County, New York", "total_population_17": 2892, "white_alone_17": 1602.0, "black_alone_17": 1.0, "native_alone_17": 9.0, "asian_alone_17": 1031.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 205.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.223, "pct_black_alone_change": -0.034, "pct_native_alone_change": 0.036, "pct_asian_alone_change": 7.584, "pct_hispanic_or_latino_change": 2.761, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.6181698", "INTPTLON": "-073.9811393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985693, 40.620131 ], [ -73.983489, 40.6188 ], [ -73.982883, 40.619381 ], [ -73.982282, 40.619962 ], [ -73.981696, 40.620524 ], [ -73.979495, 40.619195 ], [ -73.977874, 40.61819 ], [ -73.977379, 40.617883 ], [ -73.9775, 40.61771 ], [ -73.977572, 40.617607 ], [ -73.977752, 40.6174 ], [ -73.97785, 40.617287 ], [ -73.978455, 40.616707 ], [ -73.979058, 40.616126 ], [ -73.979638, 40.615565 ], [ -73.981868, 40.616912 ], [ -73.984068, 40.618241 ], [ -73.986275, 40.619567 ], [ -73.985693, 40.620131 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024700", "name": "Census Tract 247, Kings County, New York", "total_population_17": 2398, "white_alone_17": 515.0, "black_alone_17": 1384.0, "native_alone_17": 15.0, "asian_alone_17": 202.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 219.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 20.412, "pct_black_alone_change": -27.002, "pct_native_alone_change": 0.243, "pct_asian_alone_change": 0.421, "pct_hispanic_or_latino_change": 4.11, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6794431", "INTPTLON": "-073.9492697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955437, 40.679958 ], [ -73.954368, 40.680075 ], [ -73.953282, 40.6802 ], [ -73.953371, 40.680641 ], [ -73.951556, 40.680499 ], [ -73.951158, 40.680479 ], [ -73.949557, 40.68039 ], [ -73.947731, 40.680292 ], [ -73.946749, 40.68024 ], [ -73.946274, 40.680213 ], [ -73.943973, 40.680088 ], [ -73.944048, 40.679336 ], [ -73.944141, 40.678237 ], [ -73.946911, 40.678392 ], [ -73.948212, 40.678461 ], [ -73.948348, 40.678476 ], [ -73.948596, 40.678492 ], [ -73.948678, 40.678498 ], [ -73.949679, 40.678566 ], [ -73.952053, 40.678675 ], [ -73.953005, 40.678815 ], [ -73.954144, 40.679037 ], [ -73.954265, 40.679062 ], [ -73.955309, 40.679273 ], [ -73.955397, 40.679754 ], [ -73.955437, 40.679958 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024800", "name": "Census Tract 248, Kings County, New York", "total_population_17": 3013, "white_alone_17": 1029.0, "black_alone_17": 51.0, "native_alone_17": 23.0, "asian_alone_17": 1127.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 629.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.549, "pct_black_alone_change": 1.366, "pct_native_alone_change": 0.6, "pct_asian_alone_change": 4.317, "pct_hispanic_or_latino_change": 15.034, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6213629", "INTPTLON": "-073.9899931" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993941, 40.622935 ], [ -73.993711, 40.623156 ], [ -73.99313, 40.623715 ], [ -73.99255, 40.624274 ], [ -73.990094, 40.622789 ], [ -73.987851, 40.621435 ], [ -73.985693, 40.620131 ], [ -73.986275, 40.619567 ], [ -73.986854, 40.619013 ], [ -73.987136, 40.618742 ], [ -73.987435, 40.618455 ], [ -73.989566, 40.619738 ], [ -73.99184, 40.621111 ], [ -73.994293, 40.622597 ], [ -73.993941, 40.622935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047024900", "name": "Census Tract 249, Kings County, New York", "total_population_17": 4630, "white_alone_17": 1057.0, "black_alone_17": 3083.0, "native_alone_17": 0.0, "asian_alone_17": 140.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 297.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 21.886, "pct_black_alone_change": -26.668, "pct_native_alone_change": -0.165, "pct_asian_alone_change": 2.717, "pct_hispanic_or_latino_change": 1.486, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.6829833", "INTPTLON": "-073.9483904" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95059, 40.685467 ], [ -73.94731, 40.685846 ], [ -73.947165, 40.685113 ], [ -73.947017, 40.68438 ], [ -73.946873, 40.683646 ], [ -73.946727, 40.682914 ], [ -73.94658, 40.682181 ], [ -73.946437, 40.681449 ], [ -73.946286, 40.680719 ], [ -73.946274, 40.680213 ], [ -73.946749, 40.68024 ], [ -73.947731, 40.680292 ], [ -73.949557, 40.68039 ], [ -73.949715, 40.68107 ], [ -73.949861, 40.681804 ], [ -73.950009, 40.682537 ], [ -73.950155, 40.683269 ], [ -73.950299, 40.684001 ], [ -73.950446, 40.684735 ], [ -73.95059, 40.685467 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025000", "name": "Census Tract 250, Kings County, New York", "total_population_17": 1539, "white_alone_17": 322.0, "black_alone_17": 0.0, "native_alone_17": 45.0, "asian_alone_17": 1001.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 180.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.633, "pct_black_alone_change": -0.196, "pct_native_alone_change": 2.663, "pct_asian_alone_change": 12.888, "pct_hispanic_or_latino_change": 4.973, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6236257", "INTPTLON": "-073.9958382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.997986, 40.622567 ], [ -73.997941, 40.622833 ], [ -73.997713, 40.62368 ], [ -73.997484, 40.62452 ], [ -73.997241, 40.625289 ], [ -73.997017, 40.626062 ], [ -73.996878, 40.62653 ], [ -73.996788, 40.626826 ], [ -73.995079, 40.625807 ], [ -73.994649, 40.625698 ], [ -73.994734, 40.625615 ], [ -73.994892, 40.625462 ], [ -73.994325, 40.625343 ], [ -73.993982, 40.625142 ], [ -73.99255, 40.624274 ], [ -73.99313, 40.623715 ], [ -73.993711, 40.623156 ], [ -73.993941, 40.622935 ], [ -73.994293, 40.622597 ], [ -73.99492, 40.621994 ], [ -73.995546, 40.621393 ], [ -73.996393, 40.620582 ], [ -73.996609, 40.620705 ], [ -73.997384, 40.621146 ], [ -73.998295, 40.621619 ], [ -73.997986, 40.622567 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025100", "name": "Census Tract 251, Kings County, New York", "total_population_17": 3547, "white_alone_17": 484.0, "black_alone_17": 2349.0, "native_alone_17": 19.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 522.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 13.248, "pct_black_alone_change": -17.607, "pct_native_alone_change": 0.245, "pct_asian_alone_change": 2.8, "pct_hispanic_or_latino_change": -0.155, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6878546", "INTPTLON": "-073.9493878" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951464, 40.689864 ], [ -73.948185, 40.690242 ], [ -73.948039, 40.689511 ], [ -73.947893, 40.688776 ], [ -73.947748, 40.688044 ], [ -73.947602, 40.687311 ], [ -73.947456, 40.686578 ], [ -73.94731, 40.685846 ], [ -73.95059, 40.685467 ], [ -73.950737, 40.6862 ], [ -73.950883, 40.686933 ], [ -73.951028, 40.687667 ], [ -73.951175, 40.6884 ], [ -73.951319, 40.689133 ], [ -73.951444, 40.689764 ], [ -73.951464, 40.689864 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025200", "name": "Census Tract 252, Kings County, New York", "total_population_17": 5310, "white_alone_17": 2197.0, "black_alone_17": 155.0, "native_alone_17": 30.0, "asian_alone_17": 1870.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 974.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.917, "pct_black_alone_change": 2.511, "pct_native_alone_change": 0.286, "pct_asian_alone_change": 10.421, "pct_hispanic_or_latino_change": 7.062, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6198289", "INTPTLON": "-073.9921391" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996393, 40.620582 ], [ -73.995546, 40.621393 ], [ -73.99492, 40.621994 ], [ -73.994293, 40.622597 ], [ -73.99184, 40.621111 ], [ -73.989566, 40.619738 ], [ -73.987435, 40.618455 ], [ -73.988066, 40.617852 ], [ -73.988688, 40.617249 ], [ -73.990795, 40.618523 ], [ -73.991371, 40.617961 ], [ -73.991518, 40.617819 ], [ -73.993877, 40.619156 ], [ -73.99453, 40.619521 ], [ -73.995131, 40.619865 ], [ -73.995744, 40.620213 ], [ -73.996393, 40.620582 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025300", "name": "Census Tract 253, Kings County, New York", "total_population_17": 2936, "white_alone_17": 998.0, "black_alone_17": 1390.0, "native_alone_17": 0.0, "asian_alone_17": 197.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 320.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 33.28, "pct_black_alone_change": -36.004, "pct_native_alone_change": -0.435, "pct_asian_alone_change": 5.919, "pct_hispanic_or_latino_change": -2.985, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6926218", "INTPTLON": "-073.9503365" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952489, 40.695004 ], [ -73.951245, 40.695145 ], [ -73.950505, 40.69523 ], [ -73.949207, 40.695378 ], [ -73.94906, 40.694637 ], [ -73.948914, 40.693905 ], [ -73.948768, 40.693172 ], [ -73.948622, 40.69244 ], [ -73.948515, 40.691905 ], [ -73.948476, 40.691707 ], [ -73.948331, 40.690974 ], [ -73.948185, 40.690242 ], [ -73.951464, 40.689864 ], [ -73.951612, 40.690597 ], [ -73.951757, 40.69133 ], [ -73.95181, 40.691599 ], [ -73.951902, 40.692063 ], [ -73.95205, 40.692794 ], [ -73.952172, 40.693419 ], [ -73.952193, 40.693526 ], [ -73.952341, 40.694263 ], [ -73.952489, 40.695004 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025400", "name": "Census Tract 254, Kings County, New York", "total_population_17": 4280, "white_alone_17": 1272.0, "black_alone_17": 0.0, "native_alone_17": 16.0, "asian_alone_17": 2544.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 375.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.141, "pct_black_alone_change": -0.385, "pct_native_alone_change": 0.256, "pct_asian_alone_change": 18.421, "pct_hispanic_or_latino_change": 1.423, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6166972", "INTPTLON": "-073.9838448" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987435, 40.618455 ], [ -73.987136, 40.618742 ], [ -73.986854, 40.619013 ], [ -73.986275, 40.619567 ], [ -73.984068, 40.618241 ], [ -73.981868, 40.616912 ], [ -73.979638, 40.615565 ], [ -73.98022, 40.615005 ], [ -73.980805, 40.614447 ], [ -73.981438, 40.613838 ], [ -73.98249, 40.614424 ], [ -73.983668, 40.615185 ], [ -73.98586, 40.616522 ], [ -73.988066, 40.617852 ], [ -73.987435, 40.618455 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025500", "name": "Census Tract 255, Kings County, New York", "total_population_17": 5569, "white_alone_17": 158.0, "black_alone_17": 1672.0, "native_alone_17": 54.0, "asian_alone_17": 102.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3562.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.187, "pct_black_alone_change": -29.106, "pct_native_alone_change": 0.635, "pct_asian_alone_change": 1.734, "pct_hispanic_or_latino_change": 24.253, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6973919", "INTPTLON": "-073.9512862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95337, 40.699405 ], [ -73.952663, 40.699482 ], [ -73.952161, 40.699537 ], [ -73.950922, 40.699688 ], [ -73.950091, 40.699791 ], [ -73.949944, 40.699047 ], [ -73.949788, 40.69831 ], [ -73.949647, 40.697583 ], [ -73.9495, 40.696847 ], [ -73.949356, 40.696121 ], [ -73.949207, 40.695378 ], [ -73.950505, 40.69523 ], [ -73.951245, 40.695145 ], [ -73.952489, 40.695004 ], [ -73.952925, 40.697204 ], [ -73.95337, 40.699405 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025600", "name": "Census Tract 256, Kings County, New York", "total_population_17": 3338, "white_alone_17": 1018.0, "black_alone_17": 85.0, "native_alone_17": 0.0, "asian_alone_17": 1894.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 147.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.592, "pct_black_alone_change": 2.445, "pct_native_alone_change": -0.034, "pct_asian_alone_change": 18.987, "pct_hispanic_or_latino_change": 0.108, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6149950", "INTPTLON": "-073.9856662" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989271, 40.61669 ], [ -73.988688, 40.617249 ], [ -73.988066, 40.617852 ], [ -73.98586, 40.616522 ], [ -73.983668, 40.615185 ], [ -73.98249, 40.614424 ], [ -73.981438, 40.613838 ], [ -73.981748, 40.613554 ], [ -73.982107, 40.613273 ], [ -73.982211, 40.613168 ], [ -73.98266, 40.612693 ], [ -73.983222, 40.612122 ], [ -73.98545, 40.61347 ], [ -73.987651, 40.6148 ], [ -73.989851, 40.61613 ], [ -73.989271, 40.61669 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025700", "name": "Census Tract 257, Kings County, New York", "total_population_17": 2111, "white_alone_17": 448.0, "black_alone_17": 609.0, "native_alone_17": 74.0, "asian_alone_17": 121.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 883.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.643, "pct_black_alone_change": -5.702, "pct_native_alone_change": 3.308, "pct_asian_alone_change": 2.079, "pct_hispanic_or_latino_change": -17.598, "pct_native_hawaiian_pacific_islander_change": -0.049, "INTPTLAT": "+40.6982179", "INTPTLON": "-073.9473443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950091, 40.699791 ], [ -73.949794, 40.699823 ], [ -73.948133, 40.700006 ], [ -73.947248, 40.700105 ], [ -73.947128, 40.700123 ], [ -73.946316, 40.700215 ], [ -73.944617, 40.700405 ], [ -73.944388, 40.700425 ], [ -73.944308, 40.700024 ], [ -73.944243, 40.699699 ], [ -73.944096, 40.698973 ], [ -73.943949, 40.698222 ], [ -73.944879, 40.698116 ], [ -73.944956, 40.698108 ], [ -73.945755, 40.698018 ], [ -73.946797, 40.697903 ], [ -73.946638, 40.69718 ], [ -73.94649, 40.696453 ], [ -73.946366, 40.695704 ], [ -73.949207, 40.695378 ], [ -73.949356, 40.696121 ], [ -73.9495, 40.696847 ], [ -73.949647, 40.697583 ], [ -73.949788, 40.69831 ], [ -73.949944, 40.699047 ], [ -73.950091, 40.699791 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025800", "name": "Census Tract 258, Kings County, New York", "total_population_17": 4888, "white_alone_17": 1724.0, "black_alone_17": 2.0, "native_alone_17": 0.0, "asian_alone_17": 2062.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1074.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.935, "pct_black_alone_change": -0.352, "pct_native_alone_change": -0.254, "pct_asian_alone_change": 20.101, "pct_hispanic_or_latino_change": 12.593, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6132884", "INTPTLON": "-073.9874098" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.991015, 40.615012 ], [ -73.990434, 40.615571 ], [ -73.989851, 40.61613 ], [ -73.987651, 40.6148 ], [ -73.98545, 40.61347 ], [ -73.983222, 40.612122 ], [ -73.983351, 40.611992 ], [ -73.983809, 40.61156 ], [ -73.984162, 40.611218 ], [ -73.984383, 40.611005 ], [ -73.984963, 40.610448 ], [ -73.987195, 40.611792 ], [ -73.989397, 40.613123 ], [ -73.991598, 40.614452 ], [ -73.991015, 40.615012 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025901", "name": "Census Tract 259.01, Kings County, New York", "total_population_17": 2158, "white_alone_17": 557.0, "black_alone_17": 867.0, "native_alone_17": 0.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 708.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 23.744, "pct_black_alone_change": -4.498, "pct_native_alone_change": -0.477, "pct_asian_alone_change": 0.165, "pct_hispanic_or_latino_change": -19.391, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6949673", "INTPTLON": "-073.9462243" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949207, 40.695378 ], [ -73.946366, 40.695704 ], [ -73.945333, 40.695822 ], [ -73.944446, 40.695924 ], [ -73.943526, 40.696031 ], [ -73.943388, 40.695289 ], [ -73.943243, 40.694558 ], [ -73.946078, 40.69423 ], [ -73.948914, 40.693905 ], [ -73.94906, 40.694637 ], [ -73.949207, 40.695378 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047025902", "name": "Census Tract 259.02, Kings County, New York", "total_population_17": 3826, "white_alone_17": 0.0, "black_alone_17": 1948.0, "native_alone_17": 8.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1812.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.612, "pct_black_alone_change": -8.556, "pct_native_alone_change": -0.069, "pct_asian_alone_change": 0.731, "pct_hispanic_or_latino_change": 8.222, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6969655", "INTPTLON": "-073.9451536" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946797, 40.697903 ], [ -73.945755, 40.698018 ], [ -73.944956, 40.698108 ], [ -73.944879, 40.698116 ], [ -73.943949, 40.698222 ], [ -73.943809, 40.697502 ], [ -73.943672, 40.69679 ], [ -73.943526, 40.696031 ], [ -73.944446, 40.695924 ], [ -73.945333, 40.695822 ], [ -73.946366, 40.695704 ], [ -73.94649, 40.696453 ], [ -73.946638, 40.69718 ], [ -73.946797, 40.697903 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026000", "name": "Census Tract 260, Kings County, New York", "total_population_17": 3310, "white_alone_17": 1040.0, "black_alone_17": 46.0, "native_alone_17": 9.0, "asian_alone_17": 1805.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 350.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.604, "pct_black_alone_change": 1.217, "pct_native_alone_change": 0.07, "pct_asian_alone_change": 22.219, "pct_hispanic_or_latino_change": 5.261, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6169171", "INTPTLON": "-073.9923457" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.995418, 40.617673 ], [ -73.994835, 40.618231 ], [ -73.994254, 40.618789 ], [ -73.993877, 40.619156 ], [ -73.991518, 40.617819 ], [ -73.991371, 40.617961 ], [ -73.990795, 40.618523 ], [ -73.988688, 40.617249 ], [ -73.989271, 40.61669 ], [ -73.989851, 40.61613 ], [ -73.990434, 40.615571 ], [ -73.991015, 40.615012 ], [ -73.991598, 40.614452 ], [ -73.993651, 40.615694 ], [ -73.996002, 40.617112 ], [ -73.995418, 40.617673 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026100", "name": "Census Tract 261, Kings County, New York", "total_population_17": 4993, "white_alone_17": 959.0, "black_alone_17": 1961.0, "native_alone_17": 83.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1870.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.857, "pct_black_alone_change": -26.259, "pct_native_alone_change": 1.46, "pct_asian_alone_change": 2.326, "pct_hispanic_or_latino_change": 4.989, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6923989", "INTPTLON": "-073.9457142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.948914, 40.693905 ], [ -73.946078, 40.69423 ], [ -73.943243, 40.694558 ], [ -73.9431, 40.693823 ], [ -73.942951, 40.693091 ], [ -73.942823, 40.692443 ], [ -73.942807, 40.692358 ], [ -73.942662, 40.691624 ], [ -73.942516, 40.690892 ], [ -73.945349, 40.690567 ], [ -73.948185, 40.690242 ], [ -73.948331, 40.690974 ], [ -73.948476, 40.691707 ], [ -73.948515, 40.691905 ], [ -73.948622, 40.69244 ], [ -73.948768, 40.693172 ], [ -73.948914, 40.693905 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026200", "name": "Census Tract 262, Kings County, New York", "total_population_17": 2548, "white_alone_17": 952.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 1084.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 427.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.97, "pct_black_alone_change": 1.603, "pct_native_alone_change": -0.042, "pct_asian_alone_change": 10.986, "pct_hispanic_or_latino_change": 7.748, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6187285", "INTPTLON": "-073.9970786" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999426, 40.617628 ], [ -73.999271, 40.618178 ], [ -73.999036, 40.618946 ], [ -73.998812, 40.619721 ], [ -73.998662, 40.620257 ], [ -73.998595, 40.620502 ], [ -73.998389, 40.621259 ], [ -73.998295, 40.621619 ], [ -73.997384, 40.621146 ], [ -73.996609, 40.620705 ], [ -73.996393, 40.620582 ], [ -73.995744, 40.620213 ], [ -73.995131, 40.619865 ], [ -73.99453, 40.619521 ], [ -73.993877, 40.619156 ], [ -73.994254, 40.618789 ], [ -73.994835, 40.618231 ], [ -73.995418, 40.617673 ], [ -73.996002, 40.617112 ], [ -73.996582, 40.616555 ], [ -73.997166, 40.615995 ], [ -73.999488, 40.617405 ], [ -73.999426, 40.617628 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026300", "name": "Census Tract 263, Kings County, New York", "total_population_17": 1834, "white_alone_17": 348.0, "black_alone_17": 1205.0, "native_alone_17": 33.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 209.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 18.762, "pct_black_alone_change": -21.351, "pct_native_alone_change": 1.586, "pct_asian_alone_change": 1.806, "pct_hispanic_or_latino_change": -0.378, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6894684", "INTPTLON": "-073.9451314" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.948185, 40.690242 ], [ -73.945349, 40.690567 ], [ -73.942516, 40.690892 ], [ -73.942369, 40.69016 ], [ -73.942222, 40.689428 ], [ -73.942076, 40.688697 ], [ -73.944911, 40.68837 ], [ -73.947748, 40.688044 ], [ -73.947893, 40.688776 ], [ -73.948039, 40.689511 ], [ -73.948185, 40.690242 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026400", "name": "Census Tract 264, Kings County, New York", "total_population_17": 4931, "white_alone_17": 1651.0, "black_alone_17": 70.0, "native_alone_17": 39.0, "asian_alone_17": 2184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 962.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.279, "pct_black_alone_change": 1.082, "pct_native_alone_change": 0.588, "pct_asian_alone_change": 18.976, "pct_hispanic_or_latino_change": 7.279, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6148679", "INTPTLON": "-073.9974816" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000842, 40.612616 ], [ -74.000627, 40.613394 ], [ -74.000398, 40.614166 ], [ -74.000192, 40.614951 ], [ -73.999944, 40.615782 ], [ -73.999709, 40.616621 ], [ -73.999488, 40.617405 ], [ -73.997166, 40.615995 ], [ -73.996582, 40.616555 ], [ -73.996002, 40.617112 ], [ -73.993651, 40.615694 ], [ -73.994223, 40.615131 ], [ -73.994797, 40.614562 ], [ -73.99537, 40.613996 ], [ -73.995983, 40.613388 ], [ -73.996035, 40.613336 ], [ -73.996598, 40.612781 ], [ -73.997171, 40.612215 ], [ -73.99958, 40.613669 ], [ -74.000159, 40.613111 ], [ -74.000739, 40.612555 ], [ -74.000911, 40.612388 ], [ -74.000842, 40.612616 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026500", "name": "Census Tract 265, Kings County, New York", "total_population_17": 4011, "white_alone_17": 1027.0, "black_alone_17": 2204.0, "native_alone_17": 4.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 628.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.201, "pct_black_alone_change": -35.016, "pct_native_alone_change": -0.008, "pct_asian_alone_change": 0.698, "pct_hispanic_or_latino_change": 7.559, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6869045", "INTPTLON": "-073.9446206" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947748, 40.688044 ], [ -73.944911, 40.68837 ], [ -73.942076, 40.688697 ], [ -73.941932, 40.687963 ], [ -73.941785, 40.687228 ], [ -73.94164, 40.686497 ], [ -73.941494, 40.685764 ], [ -73.944328, 40.685439 ], [ -73.947165, 40.685113 ], [ -73.94731, 40.685846 ], [ -73.947456, 40.686578 ], [ -73.947602, 40.687311 ], [ -73.947748, 40.688044 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026600", "name": "Census Tract 266, Kings County, New York", "total_population_17": 3464, "white_alone_17": 1024.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 1899.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 531.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -32.84, "pct_black_alone_change": -0.444, "pct_native_alone_change": -0.265, "pct_asian_alone_change": 29.578, "pct_hispanic_or_latino_change": 5.914, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6126303", "INTPTLON": "-073.9903254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994797, 40.614562 ], [ -73.994223, 40.615131 ], [ -73.993651, 40.615694 ], [ -73.991598, 40.614452 ], [ -73.989397, 40.613123 ], [ -73.987195, 40.611792 ], [ -73.984963, 40.610448 ], [ -73.985356, 40.610072 ], [ -73.985549, 40.609887 ], [ -73.98576, 40.609684 ], [ -73.986129, 40.60933 ], [ -73.988358, 40.610675 ], [ -73.990559, 40.612004 ], [ -73.99276, 40.613334 ], [ -73.993343, 40.612772 ], [ -73.99537, 40.613996 ], [ -73.994797, 40.614562 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026700", "name": "Census Tract 267, Kings County, New York", "total_population_17": 3937, "white_alone_17": 927.0, "black_alone_17": 2353.0, "native_alone_17": 0.0, "asian_alone_17": 90.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 521.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 23.281, "pct_black_alone_change": -33.946, "pct_native_alone_change": -0.241, "pct_asian_alone_change": 0.913, "pct_hispanic_or_latino_change": 9.162, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6839731", "INTPTLON": "-073.9440382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947165, 40.685113 ], [ -73.944328, 40.685439 ], [ -73.941494, 40.685764 ], [ -73.941348, 40.685031 ], [ -73.941204, 40.6843 ], [ -73.941076, 40.68366 ], [ -73.941058, 40.683567 ], [ -73.940914, 40.682833 ], [ -73.943745, 40.682508 ], [ -73.94658, 40.682181 ], [ -73.946727, 40.682914 ], [ -73.946873, 40.683646 ], [ -73.947017, 40.68438 ], [ -73.947165, 40.685113 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026800", "name": "Census Tract 268, Kings County, New York", "total_population_17": 3841, "white_alone_17": 1751.0, "black_alone_17": 3.0, "native_alone_17": 0.0, "asian_alone_17": 1299.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 787.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.664, "pct_black_alone_change": -0.395, "pct_native_alone_change": -0.249, "pct_asian_alone_change": 19.903, "pct_hispanic_or_latino_change": 12.647, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6104494", "INTPTLON": "-073.9903619" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994179, 40.61197 ], [ -73.993968, 40.612173 ], [ -73.993343, 40.612772 ], [ -73.99276, 40.613334 ], [ -73.990559, 40.612004 ], [ -73.988358, 40.610675 ], [ -73.986129, 40.60933 ], [ -73.986713, 40.608767 ], [ -73.987339, 40.608168 ], [ -73.987378, 40.608128 ], [ -73.987449, 40.608059 ], [ -73.987965, 40.607566 ], [ -73.990193, 40.608911 ], [ -73.992394, 40.610241 ], [ -73.994597, 40.611571 ], [ -73.994179, 40.61197 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047026900", "name": "Census Tract 269, Kings County, New York", "total_population_17": 3302, "white_alone_17": 236.0, "black_alone_17": 2419.0, "native_alone_17": 0.0, "asian_alone_17": 227.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 378.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.937, "pct_black_alone_change": -17.699, "pct_native_alone_change": -0.819, "pct_asian_alone_change": 4.632, "pct_hispanic_or_latino_change": 7.603, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6812827", "INTPTLON": "-073.9433173" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94658, 40.682181 ], [ -73.943745, 40.682508 ], [ -73.940914, 40.682833 ], [ -73.940769, 40.6821 ], [ -73.94062, 40.68137 ], [ -73.940477, 40.680635 ], [ -73.940328, 40.67989 ], [ -73.941209, 40.679938 ], [ -73.943262, 40.680051 ], [ -73.943973, 40.680088 ], [ -73.946274, 40.680213 ], [ -73.946286, 40.680719 ], [ -73.946437, 40.681449 ], [ -73.94658, 40.682181 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027000", "name": "Census Tract 270, Kings County, New York", "total_population_17": 2450, "white_alone_17": 1623.0, "black_alone_17": 27.0, "native_alone_17": 10.0, "asian_alone_17": 721.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 62.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.099, "pct_black_alone_change": 0.674, "pct_native_alone_change": -0.191, "pct_asian_alone_change": 16.849, "pct_hispanic_or_latino_change": -1.192, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6058611", "INTPTLON": "-073.9899850" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.992521, 40.606675 ], [ -73.991941, 40.607236 ], [ -73.991358, 40.607794 ], [ -73.990775, 40.608352 ], [ -73.988551, 40.607002 ], [ -73.989132, 40.606456 ], [ -73.986847, 40.605097 ], [ -73.98748, 40.604539 ], [ -73.988064, 40.603979 ], [ -73.988643, 40.603421 ], [ -73.990873, 40.60477 ], [ -73.993104, 40.606116 ], [ -73.992521, 40.606675 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027100", "name": "Census Tract 271, Kings County, New York", "total_population_17": 2874, "white_alone_17": 236.0, "black_alone_17": 2179.0, "native_alone_17": 38.0, "asian_alone_17": 130.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 231.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 7.002, "pct_black_alone_change": -14.004, "pct_native_alone_change": 1.002, "pct_asian_alone_change": 2.672, "pct_hispanic_or_latino_change": 1.526, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6787956", "INTPTLON": "-073.9369686" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944048, 40.679336 ], [ -73.943973, 40.680088 ], [ -73.943262, 40.680051 ], [ -73.941209, 40.679938 ], [ -73.940328, 40.67989 ], [ -73.938436, 40.679786 ], [ -73.937398, 40.67973 ], [ -73.934872, 40.679593 ], [ -73.934351, 40.679564 ], [ -73.932897, 40.679485 ], [ -73.931327, 40.679367 ], [ -73.929058, 40.679277 ], [ -73.929811, 40.67855 ], [ -73.929926, 40.678434 ], [ -73.930034, 40.678304 ], [ -73.930126, 40.678165 ], [ -73.930199, 40.678026 ], [ -73.93026, 40.677868 ], [ -73.930301, 40.677706 ], [ -73.930322, 40.677544 ], [ -73.930322, 40.677485 ], [ -73.933069, 40.677647 ], [ -73.935858, 40.677817 ], [ -73.937895, 40.677924 ], [ -73.938593, 40.67797 ], [ -73.939825, 40.678025 ], [ -73.940558, 40.678064 ], [ -73.941369, 40.678093 ], [ -73.941814, 40.678115 ], [ -73.943183, 40.678182 ], [ -73.944141, 40.678237 ], [ -73.944048, 40.679336 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027200", "name": "Census Tract 272, Kings County, New York", "total_population_17": 3565, "white_alone_17": 1768.0, "black_alone_17": 0.0, "native_alone_17": 48.0, "asian_alone_17": 1064.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 634.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.123, "pct_black_alone_change": -0.174, "pct_native_alone_change": 1.201, "pct_asian_alone_change": 6.767, "pct_hispanic_or_latino_change": 10.594, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6081765", "INTPTLON": "-073.9927384" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996922, 40.609335 ], [ -73.994719, 40.608005 ], [ -73.994137, 40.608564 ], [ -73.993557, 40.609123 ], [ -73.992975, 40.609683 ], [ -73.992394, 40.610241 ], [ -73.990193, 40.608911 ], [ -73.987965, 40.607566 ], [ -73.988423, 40.607119 ], [ -73.988551, 40.607002 ], [ -73.990775, 40.608352 ], [ -73.991358, 40.607794 ], [ -73.991941, 40.607236 ], [ -73.992521, 40.606675 ], [ -73.993104, 40.606116 ], [ -73.995303, 40.607445 ], [ -73.997503, 40.608775 ], [ -73.996922, 40.609335 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027300", "name": "Census Tract 273, Kings County, New York", "total_population_17": 3228, "white_alone_17": 270.0, "black_alone_17": 2725.0, "native_alone_17": 15.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 117.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.645, "pct_black_alone_change": -8.133, "pct_native_alone_change": 0.106, "pct_asian_alone_change": 1.403, "pct_hispanic_or_latino_change": -1.831, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6810841", "INTPTLON": "-073.9374383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940769, 40.6821 ], [ -73.937933, 40.682427 ], [ -73.935008, 40.682764 ], [ -73.934862, 40.682031 ], [ -73.934715, 40.681298 ], [ -73.934571, 40.680565 ], [ -73.934508, 40.680221 ], [ -73.934395, 40.679835 ], [ -73.934351, 40.679564 ], [ -73.934872, 40.679593 ], [ -73.937398, 40.67973 ], [ -73.938436, 40.679786 ], [ -73.940328, 40.67989 ], [ -73.940477, 40.680635 ], [ -73.94062, 40.68137 ], [ -73.940769, 40.6821 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027400", "name": "Census Tract 274, Kings County, New York", "total_population_17": 3019, "white_alone_17": 1533.0, "black_alone_17": 1.0, "native_alone_17": 0.0, "asian_alone_17": 993.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 492.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.868, "pct_black_alone_change": -0.279, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 11.367, "pct_hispanic_or_latino_change": 11.826, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6109495", "INTPTLON": "-073.9952920" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.997739, 40.611649 ], [ -73.997171, 40.612215 ], [ -73.996598, 40.612781 ], [ -73.996035, 40.613336 ], [ -73.995983, 40.613388 ], [ -73.99537, 40.613996 ], [ -73.993343, 40.612772 ], [ -73.993968, 40.612173 ], [ -73.994179, 40.61197 ], [ -73.994597, 40.611571 ], [ -73.992394, 40.610241 ], [ -73.992975, 40.609683 ], [ -73.993557, 40.609123 ], [ -73.994137, 40.608564 ], [ -73.994719, 40.608005 ], [ -73.996922, 40.609335 ], [ -73.996338, 40.609894 ], [ -73.998313, 40.611084 ], [ -73.997739, 40.611649 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027500", "name": "Census Tract 275, Kings County, New York", "total_population_17": 4630, "white_alone_17": 675.0, "black_alone_17": 3016.0, "native_alone_17": 0.0, "asian_alone_17": 277.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 444.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.86, "pct_black_alone_change": -27.332, "pct_native_alone_change": -0.144, "pct_asian_alone_change": 4.137, "pct_hispanic_or_latino_change": 5.155, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6838975", "INTPTLON": "-073.9381789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941348, 40.685031 ], [ -73.938515, 40.685358 ], [ -73.93559, 40.685695 ], [ -73.935444, 40.684963 ], [ -73.9353, 40.684229 ], [ -73.935155, 40.683497 ], [ -73.935008, 40.682764 ], [ -73.937933, 40.682427 ], [ -73.940769, 40.6821 ], [ -73.940914, 40.682833 ], [ -73.941058, 40.683567 ], [ -73.941076, 40.68366 ], [ -73.941204, 40.6843 ], [ -73.941348, 40.685031 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027600", "name": "Census Tract 276, Kings County, New York", "total_population_17": 4103, "white_alone_17": 1311.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1641.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1151.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -32.683, "pct_black_alone_change": -0.27, "pct_native_alone_change": -0.21, "pct_asian_alone_change": 16.789, "pct_hispanic_or_latino_change": 17.486, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6108964", "INTPTLON": "-073.9994890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002665, 40.60957 ], [ -74.001354, 40.610904 ], [ -74.001302, 40.611068 ], [ -74.001073, 40.61183 ], [ -74.000911, 40.612388 ], [ -74.000739, 40.612555 ], [ -74.000159, 40.613111 ], [ -73.99958, 40.613669 ], [ -73.997171, 40.612215 ], [ -73.997739, 40.611649 ], [ -73.998313, 40.611084 ], [ -73.996338, 40.609894 ], [ -73.996922, 40.609335 ], [ -73.997503, 40.608775 ], [ -73.999454, 40.60995 ], [ -74.000021, 40.609386 ], [ -74.000655, 40.60886 ], [ -74.000935, 40.608637 ], [ -74.001853, 40.609137 ], [ -74.002665, 40.60957 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027700", "name": "Census Tract 277, Kings County, New York", "total_population_17": 4630, "white_alone_17": 394.0, "black_alone_17": 3575.0, "native_alone_17": 32.0, "asian_alone_17": 41.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 505.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.01, "pct_black_alone_change": -14.263, "pct_native_alone_change": 0.691, "pct_asian_alone_change": -0.114, "pct_hispanic_or_latino_change": 4.284, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6868289", "INTPTLON": "-073.9387604" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941932, 40.687963 ], [ -73.939097, 40.688289 ], [ -73.936172, 40.688627 ], [ -73.936027, 40.687892 ], [ -73.935879, 40.68716 ], [ -73.935736, 40.686428 ], [ -73.93559, 40.685695 ], [ -73.938515, 40.685358 ], [ -73.941348, 40.685031 ], [ -73.941494, 40.685764 ], [ -73.94164, 40.686497 ], [ -73.941785, 40.687228 ], [ -73.941932, 40.687963 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027800", "name": "Census Tract 278, Kings County, New York", "total_population_17": 3181, "white_alone_17": 1488.0, "black_alone_17": 59.0, "native_alone_17": 0.0, "asian_alone_17": 1400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 177.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.382, "pct_black_alone_change": 1.13, "pct_native_alone_change": -0.29, "pct_asian_alone_change": 28.13, "pct_hispanic_or_latino_change": -2.594, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6068585", "INTPTLON": "-074.0012211" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004934, 40.605075 ], [ -74.004425, 40.605568 ], [ -74.002644, 40.607257 ], [ -74.00195, 40.607818 ], [ -74.001718, 40.608003 ], [ -74.001309, 40.608344 ], [ -74.000935, 40.608637 ], [ -74.000655, 40.60886 ], [ -74.000021, 40.609386 ], [ -73.999454, 40.60995 ], [ -73.997503, 40.608775 ], [ -73.998086, 40.608216 ], [ -73.998667, 40.607657 ], [ -73.999249, 40.607096 ], [ -73.999831, 40.606537 ], [ -74.000457, 40.605934 ], [ -74.00263, 40.603847 ], [ -74.003409, 40.604259 ], [ -74.004162, 40.604655 ], [ -74.004446, 40.604801 ], [ -74.004934, 40.605075 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047027900", "name": "Census Tract 279, Kings County, New York", "total_population_17": 3705, "white_alone_17": 421.0, "black_alone_17": 2807.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 299.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.231, "pct_black_alone_change": -16.377, "pct_native_alone_change": -0.369, "pct_asian_alone_change": -0.225, "pct_hispanic_or_latino_change": 1.818, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6897594", "INTPTLON": "-073.9393446" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942516, 40.690892 ], [ -73.939681, 40.691219 ], [ -73.936758, 40.691556 ], [ -73.936612, 40.690822 ], [ -73.936467, 40.69009 ], [ -73.936321, 40.689354 ], [ -73.936172, 40.688627 ], [ -73.939097, 40.688289 ], [ -73.941932, 40.687963 ], [ -73.942076, 40.688697 ], [ -73.942222, 40.689428 ], [ -73.942369, 40.69016 ], [ -73.942516, 40.690892 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028000", "name": "Census Tract 280, Kings County, New York", "total_population_17": 1763, "white_alone_17": 724.0, "black_alone_17": 38.0, "native_alone_17": 0.0, "asian_alone_17": 741.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 248.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.833, "pct_black_alone_change": 0.315, "pct_native_alone_change": -0.593, "pct_asian_alone_change": 15.087, "pct_hispanic_or_latino_change": 6.767, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6011057", "INTPTLON": "-074.0073298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.011783, 40.597312 ], [ -74.00924, 40.599822 ], [ -74.008983, 40.600087 ], [ -74.008893, 40.600177 ], [ -74.008714, 40.600357 ], [ -74.006781, 40.602291 ], [ -74.007459, 40.602645 ], [ -74.006172, 40.603887 ], [ -74.004934, 40.605075 ], [ -74.004446, 40.604801 ], [ -74.004162, 40.604655 ], [ -74.003409, 40.604259 ], [ -74.00263, 40.603847 ], [ -74.003854, 40.602668 ], [ -74.00514, 40.601432 ], [ -74.006645, 40.599978 ], [ -74.007195, 40.599453 ], [ -74.007411, 40.599243 ], [ -74.00751, 40.599148 ], [ -74.007822, 40.598886 ], [ -74.010207, 40.596481 ], [ -74.011783, 40.597312 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028100", "name": "Census Tract 281, Kings County, New York", "total_population_17": 5076, "white_alone_17": 455.0, "black_alone_17": 2467.0, "native_alone_17": 6.0, "asian_alone_17": 186.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1794.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.321, "pct_black_alone_change": -15.02, "pct_native_alone_change": -0.022, "pct_asian_alone_change": 3.273, "pct_hispanic_or_latino_change": 0.166, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6926888", "INTPTLON": "-073.9399286" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9431, 40.693823 ], [ -73.940265, 40.694148 ], [ -73.937342, 40.694485 ], [ -73.937195, 40.693752 ], [ -73.937049, 40.693021 ], [ -73.936905, 40.692288 ], [ -73.936758, 40.691556 ], [ -73.939681, 40.691219 ], [ -73.942516, 40.690892 ], [ -73.942662, 40.691624 ], [ -73.942807, 40.692358 ], [ -73.942823, 40.692443 ], [ -73.942951, 40.693091 ], [ -73.9431, 40.693823 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028200", "name": "Census Tract 282, Kings County, New York", "total_population_17": 3496, "white_alone_17": 1671.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1480.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 258.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.369, "pct_black_alone_change": -0.381, "pct_native_alone_change": -0.069, "pct_asian_alone_change": 18.666, "pct_hispanic_or_latino_change": 1.152, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6002500", "INTPTLON": "-074.0054401" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.010207, 40.596481 ], [ -74.007822, 40.598886 ], [ -74.00751, 40.599148 ], [ -74.007411, 40.599243 ], [ -74.007195, 40.599453 ], [ -74.006645, 40.599978 ], [ -74.00514, 40.601432 ], [ -74.003854, 40.602668 ], [ -74.00263, 40.603847 ], [ -74.001846, 40.603431 ], [ -74.001098, 40.603034 ], [ -74.000324, 40.60262 ], [ -74.001545, 40.601442 ], [ -74.00283, 40.600204 ], [ -74.003897, 40.599181 ], [ -74.00445, 40.598647 ], [ -74.004948, 40.598172 ], [ -74.005234, 40.597858 ], [ -74.005315, 40.597759 ], [ -74.005601, 40.597546 ], [ -74.008193, 40.595418 ], [ -74.010207, 40.596481 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028300", "name": "Census Tract 283, Kings County, New York", "total_population_17": 3997, "white_alone_17": 504.0, "black_alone_17": 1997.0, "native_alone_17": 14.0, "asian_alone_17": 42.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1426.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.919, "pct_black_alone_change": -10.965, "pct_native_alone_change": -0.009, "pct_asian_alone_change": 0.334, "pct_hispanic_or_latino_change": -1.161, "pct_native_hawaiian_pacific_islander_change": -0.083, "INTPTLAT": "+40.6952563", "INTPTLON": "-073.9404379" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943526, 40.696031 ], [ -73.940705, 40.696354 ], [ -73.938849, 40.696568 ], [ -73.937792, 40.69669 ], [ -73.937631, 40.695951 ], [ -73.937557, 40.695584 ], [ -73.937484, 40.695219 ], [ -73.937342, 40.694485 ], [ -73.940265, 40.694148 ], [ -73.9431, 40.693823 ], [ -73.943243, 40.694558 ], [ -73.943388, 40.695289 ], [ -73.943526, 40.696031 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028400", "name": "Census Tract 284, Kings County, New York", "total_population_17": 3712, "white_alone_17": 1977.0, "black_alone_17": 60.0, "native_alone_17": 12.0, "asian_alone_17": 1251.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 401.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.605, "pct_black_alone_change": 1.119, "pct_native_alone_change": 0.323, "pct_asian_alone_change": 16.478, "pct_hispanic_or_latino_change": -1.847, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6056742", "INTPTLON": "-073.9989428" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00263, 40.603847 ], [ -74.000457, 40.605934 ], [ -73.999831, 40.606537 ], [ -73.999249, 40.607096 ], [ -73.998667, 40.607657 ], [ -73.998086, 40.608216 ], [ -73.997503, 40.608775 ], [ -73.995303, 40.607445 ], [ -73.995882, 40.606886 ], [ -73.996465, 40.606328 ], [ -73.997044, 40.605769 ], [ -73.99763, 40.60521 ], [ -73.998254, 40.604608 ], [ -74.000022, 40.602907 ], [ -74.000324, 40.60262 ], [ -74.001098, 40.603034 ], [ -74.001846, 40.603431 ], [ -74.00263, 40.603847 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028501", "name": "Census Tract 285.01, Kings County, New York", "total_population_17": 460, "white_alone_17": 137.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 280.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 22.68, "pct_black_alone_change": -24.964, "pct_native_alone_change": -0.211, "pct_asian_alone_change": 3.44, "pct_hispanic_or_latino_change": -0.522, "pct_native_hawaiian_pacific_islander_change": -0.07, "INTPTLAT": "+40.6994266", "INTPTLON": "-073.9420913" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944388, 40.700425 ], [ -73.943692, 40.70051 ], [ -73.941931, 40.700725 ], [ -73.941149, 40.700281 ], [ -73.94042, 40.699874 ], [ -73.93969, 40.699456 ], [ -73.938902, 40.699037 ], [ -73.938568, 40.698848 ], [ -73.94115, 40.698541 ], [ -73.943949, 40.698222 ], [ -73.944096, 40.698973 ], [ -73.944243, 40.699699 ], [ -73.944308, 40.700024 ], [ -73.944388, 40.700425 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028502", "name": "Census Tract 285.02, Kings County, New York", "total_population_17": 2938, "white_alone_17": 7.0, "black_alone_17": 1565.0, "native_alone_17": 0.0, "asian_alone_17": 110.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1215.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.139, "pct_black_alone_change": -2.843, "pct_native_alone_change": -0.548, "pct_asian_alone_change": 3.641, "pct_hispanic_or_latino_change": -1.13, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6974508", "INTPTLON": "-073.9408850" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943949, 40.698222 ], [ -73.94115, 40.698541 ], [ -73.938568, 40.698848 ], [ -73.938177, 40.698641 ], [ -73.938089, 40.698088 ], [ -73.937955, 40.697423 ], [ -73.937792, 40.69669 ], [ -73.938849, 40.696568 ], [ -73.940705, 40.696354 ], [ -73.943526, 40.696031 ], [ -73.943672, 40.69679 ], [ -73.943809, 40.697502 ], [ -73.943949, 40.698222 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028600", "name": "Census Tract 286, Kings County, New York", "total_population_17": 5115, "white_alone_17": 2414.0, "black_alone_17": 130.0, "native_alone_17": 96.0, "asian_alone_17": 1481.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 983.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.826, "pct_black_alone_change": 0.616, "pct_native_alone_change": 1.616, "pct_asian_alone_change": 11.217, "pct_hispanic_or_latino_change": 11.413, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5987718", "INTPTLON": "-074.0019271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008193, 40.595418 ], [ -74.005601, 40.597546 ], [ -74.005315, 40.597759 ], [ -74.005234, 40.597858 ], [ -74.004948, 40.598172 ], [ -74.00445, 40.598647 ], [ -74.003897, 40.599181 ], [ -74.00283, 40.600204 ], [ -74.001545, 40.601442 ], [ -74.000324, 40.60262 ], [ -74.000022, 40.602907 ], [ -73.999279, 40.602458 ], [ -73.998563, 40.602028 ], [ -73.997824, 40.601578 ], [ -73.999455, 40.600005 ], [ -74.000738, 40.598766 ], [ -74.001219, 40.598305 ], [ -74.001691, 40.597855 ], [ -74.002692, 40.597043 ], [ -74.003313, 40.59692 ], [ -74.003482, 40.596821 ], [ -74.004116, 40.596473 ], [ -74.00619, 40.594361 ], [ -74.006203, 40.594367 ], [ -74.008193, 40.595418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028700", "name": "Census Tract 287, Kings County, New York", "total_population_17": 2781, "white_alone_17": 339.0, "black_alone_17": 1282.0, "native_alone_17": 26.0, "asian_alone_17": 270.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 822.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.96, "pct_black_alone_change": -6.605, "pct_native_alone_change": 0.064, "pct_asian_alone_change": 2.304, "pct_hispanic_or_latino_change": -5.288, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6956353", "INTPTLON": "-073.9354275" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.938177, 40.698641 ], [ -73.937773, 40.698405 ], [ -73.937391, 40.698186 ], [ -73.93676, 40.697831 ], [ -73.936388, 40.697616 ], [ -73.936006, 40.697406 ], [ -73.935222, 40.696986 ], [ -73.934797, 40.696737 ], [ -73.934134, 40.696359 ], [ -73.933828, 40.696184 ], [ -73.933118, 40.695791 ], [ -73.932366, 40.695358 ], [ -73.931929, 40.695115 ], [ -73.931773, 40.695028 ], [ -73.931458, 40.694855 ], [ -73.931345, 40.694422 ], [ -73.934269, 40.69409 ], [ -73.934565, 40.694055 ], [ -73.937195, 40.693752 ], [ -73.937342, 40.694485 ], [ -73.937484, 40.695219 ], [ -73.937557, 40.695584 ], [ -73.937631, 40.695951 ], [ -73.937792, 40.69669 ], [ -73.937955, 40.697423 ], [ -73.938089, 40.698088 ], [ -73.938177, 40.698641 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028800", "name": "Census Tract 288, Kings County, New York", "total_population_17": 3816, "white_alone_17": 1439.0, "black_alone_17": 9.0, "native_alone_17": 0.0, "asian_alone_17": 1546.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 702.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.814, "pct_black_alone_change": -0.249, "pct_native_alone_change": -0.086, "pct_asian_alone_change": 11.881, "pct_hispanic_or_latino_change": 4.836, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6045113", "INTPTLON": "-073.9965623" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000022, 40.602907 ], [ -73.998254, 40.604608 ], [ -73.99763, 40.60521 ], [ -73.997044, 40.605769 ], [ -73.996465, 40.606328 ], [ -73.995882, 40.606886 ], [ -73.995303, 40.607445 ], [ -73.993104, 40.606116 ], [ -73.993685, 40.605556 ], [ -73.994265, 40.604996 ], [ -73.994847, 40.604437 ], [ -73.995429, 40.603877 ], [ -73.996055, 40.603275 ], [ -73.997824, 40.601578 ], [ -73.998563, 40.602028 ], [ -73.999279, 40.602458 ], [ -74.000022, 40.602907 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047028900", "name": "Census Tract 289, Kings County, New York", "total_population_17": 3789, "white_alone_17": 356.0, "black_alone_17": 2260.0, "native_alone_17": 59.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1024.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.881, "pct_black_alone_change": -7.137, "pct_native_alone_change": 1.324, "pct_asian_alone_change": -0.155, "pct_hispanic_or_latino_change": -2.519, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6930515", "INTPTLON": "-073.9330041" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937195, 40.693752 ], [ -73.934565, 40.694055 ], [ -73.934269, 40.69409 ], [ -73.931345, 40.694422 ], [ -73.931458, 40.694855 ], [ -73.931145, 40.694674 ], [ -73.930512, 40.694317 ], [ -73.929702, 40.693864 ], [ -73.928642, 40.693241 ], [ -73.928507, 40.693166 ], [ -73.928043, 40.692904 ], [ -73.927811, 40.692774 ], [ -73.927507, 40.692604 ], [ -73.927985, 40.692563 ], [ -73.930907, 40.692228 ], [ -73.933833, 40.691893 ], [ -73.936758, 40.691556 ], [ -73.936905, 40.692288 ], [ -73.937049, 40.693021 ], [ -73.937195, 40.693752 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029000", "name": "Census Tract 290, Kings County, New York", "total_population_17": 4186, "white_alone_17": 2862.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 945.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 265.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.934, "pct_black_alone_change": -0.631, "pct_native_alone_change": -0.026, "pct_asian_alone_change": 5.794, "pct_hispanic_or_latino_change": -3.269, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6031741", "INTPTLON": "-073.9943478" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.997824, 40.601578 ], [ -73.996055, 40.603275 ], [ -73.995429, 40.603877 ], [ -73.994847, 40.604437 ], [ -73.994265, 40.604996 ], [ -73.993685, 40.605556 ], [ -73.993104, 40.606116 ], [ -73.990873, 40.60477 ], [ -73.991455, 40.604209 ], [ -73.992036, 40.603651 ], [ -73.992619, 40.60309 ], [ -73.993201, 40.602534 ], [ -73.993811, 40.60195 ], [ -73.995594, 40.600233 ], [ -73.996365, 40.600696 ], [ -73.997081, 40.601129 ], [ -73.997824, 40.601578 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029100", "name": "Census Tract 291, Kings County, New York", "total_population_17": 2896, "white_alone_17": 477.0, "black_alone_17": 2003.0, "native_alone_17": 0.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 352.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.363, "pct_black_alone_change": -21.473, "pct_native_alone_change": -0.252, "pct_asian_alone_change": -0.159, "pct_hispanic_or_latino_change": 3.837, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6904272", "INTPTLON": "-073.9335410" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936758, 40.691556 ], [ -73.933833, 40.691893 ], [ -73.930907, 40.692228 ], [ -73.93076, 40.691495 ], [ -73.930616, 40.690762 ], [ -73.93047, 40.690031 ], [ -73.930325, 40.689298 ], [ -73.933249, 40.688961 ], [ -73.936172, 40.688627 ], [ -73.936321, 40.689354 ], [ -73.936467, 40.69009 ], [ -73.936612, 40.690822 ], [ -73.936758, 40.691556 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029200", "name": "Census Tract 292, Kings County, New York", "total_population_17": 2971, "white_alone_17": 1321.0, "black_alone_17": 94.0, "native_alone_17": 0.0, "asian_alone_17": 989.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 544.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.016, "pct_black_alone_change": 1.526, "pct_native_alone_change": -0.123, "pct_asian_alone_change": 14.082, "pct_hispanic_or_latino_change": 5.575, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5972459", "INTPTLON": "-074.0007128" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00619, 40.594361 ], [ -74.004116, 40.596473 ], [ -74.003482, 40.596821 ], [ -74.003313, 40.59692 ], [ -74.002692, 40.597043 ], [ -74.001691, 40.597855 ], [ -74.001219, 40.598305 ], [ -74.000738, 40.598766 ], [ -73.999455, 40.600005 ], [ -73.997824, 40.601578 ], [ -73.997081, 40.601129 ], [ -73.996365, 40.600696 ], [ -73.995594, 40.600233 ], [ -73.99734, 40.598552 ], [ -73.998672, 40.597269 ], [ -73.999411, 40.596584 ], [ -73.999513, 40.596476 ], [ -73.999982, 40.596017 ], [ -74.000069, 40.595934 ], [ -74.000291, 40.595706 ], [ -74.002039, 40.59406 ], [ -74.004555, 40.591748 ], [ -74.005779, 40.594144 ], [ -74.00619, 40.594361 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029300", "name": "Census Tract 293, Kings County, New York", "total_population_17": 3156, "white_alone_17": 159.0, "black_alone_17": 2034.0, "native_alone_17": 41.0, "asian_alone_17": 150.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 744.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.611, "pct_black_alone_change": -23.406, "pct_native_alone_change": 0.384, "pct_asian_alone_change": 3.624, "pct_hispanic_or_latino_change": 14.206, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6874968", "INTPTLON": "-073.9329582" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936172, 40.688627 ], [ -73.933249, 40.688961 ], [ -73.930325, 40.689298 ], [ -73.93018, 40.688565 ], [ -73.930035, 40.687833 ], [ -73.929888, 40.6871 ], [ -73.92975, 40.686366 ], [ -73.932669, 40.686032 ], [ -73.93559, 40.685695 ], [ -73.935736, 40.686428 ], [ -73.935879, 40.68716 ], [ -73.936027, 40.687892 ], [ -73.936172, 40.688627 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029400", "name": "Census Tract 294, Kings County, New York", "total_population_17": 2493, "white_alone_17": 1293.0, "black_alone_17": 157.0, "native_alone_17": 0.0, "asian_alone_17": 607.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 369.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.32, "pct_black_alone_change": 4.469, "pct_native_alone_change": -0.213, "pct_asian_alone_change": -0.025, "pct_hispanic_or_latino_change": 6.592, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5942315", "INTPTLON": "-074.0005814" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004555, 40.591748 ], [ -74.002039, 40.59406 ], [ -74.000291, 40.595706 ], [ -74.000069, 40.595934 ], [ -73.999982, 40.596017 ], [ -73.999513, 40.596476 ], [ -73.999411, 40.596584 ], [ -73.998672, 40.597269 ], [ -73.99734, 40.598552 ], [ -73.996608, 40.598046 ], [ -73.995932, 40.597579 ], [ -73.995225, 40.597093 ], [ -73.996747, 40.595643 ], [ -73.996116, 40.595116 ], [ -73.995499, 40.594594 ], [ -73.995308, 40.594428 ], [ -73.996194, 40.593992 ], [ -73.996547, 40.593983 ], [ -73.99679, 40.593977 ], [ -73.997368, 40.593974 ], [ -73.998594, 40.593555 ], [ -74.00095, 40.592514 ], [ -74.00362, 40.589918 ], [ -74.004555, 40.591748 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029500", "name": "Census Tract 295, Kings County, New York", "total_population_17": 4027, "white_alone_17": 821.0, "black_alone_17": 2504.0, "native_alone_17": 0.0, "asian_alone_17": 173.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 391.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 20.04, "pct_black_alone_change": -32.426, "pct_native_alone_change": -0.187, "pct_asian_alone_change": 3.308, "pct_hispanic_or_latino_change": 6.264, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6845660", "INTPTLON": "-073.9323759" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93559, 40.685695 ], [ -73.932669, 40.686032 ], [ -73.92975, 40.686366 ], [ -73.929591, 40.685635 ], [ -73.929522, 40.685273 ], [ -73.929452, 40.684903 ], [ -73.929309, 40.684169 ], [ -73.929161, 40.683437 ], [ -73.932086, 40.6831 ], [ -73.935008, 40.682764 ], [ -73.935155, 40.683497 ], [ -73.9353, 40.684229 ], [ -73.935444, 40.684963 ], [ -73.93559, 40.685695 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029600", "name": "Census Tract 296, Kings County, New York", "total_population_17": 5845, "white_alone_17": 2857.0, "black_alone_17": 6.0, "native_alone_17": 15.0, "asian_alone_17": 2500.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 285.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.231, "pct_black_alone_change": -0.346, "pct_native_alone_change": 0.257, "pct_asian_alone_change": 25.928, "pct_hispanic_or_latino_change": -6.241, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6009574", "INTPTLON": "-073.9930188" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.99734, 40.598552 ], [ -73.995594, 40.600233 ], [ -73.993811, 40.60195 ], [ -73.993201, 40.602534 ], [ -73.992619, 40.60309 ], [ -73.992036, 40.603651 ], [ -73.991455, 40.604209 ], [ -73.990873, 40.60477 ], [ -73.988643, 40.603421 ], [ -73.989224, 40.602865 ], [ -73.989808, 40.602303 ], [ -73.99039, 40.601743 ], [ -73.990972, 40.601185 ], [ -73.991599, 40.600581 ], [ -73.993363, 40.598889 ], [ -73.995225, 40.597093 ], [ -73.995932, 40.597579 ], [ -73.996608, 40.598046 ], [ -73.99734, 40.598552 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029700", "name": "Census Tract 297, Kings County, New York", "total_population_17": 4302, "white_alone_17": 465.0, "black_alone_17": 3161.0, "native_alone_17": 0.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 342.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.734, "pct_black_alone_change": -19.805, "pct_native_alone_change": -0.537, "pct_asian_alone_change": 0.143, "pct_hispanic_or_latino_change": 4.158, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6812727", "INTPTLON": "-073.9316176" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.935008, 40.682764 ], [ -73.932086, 40.6831 ], [ -73.929161, 40.683437 ], [ -73.929009, 40.682703 ], [ -73.928867, 40.681971 ], [ -73.928727, 40.681237 ], [ -73.928568, 40.680507 ], [ -73.928543, 40.680354 ], [ -73.928538, 40.680206 ], [ -73.928555, 40.68005 ], [ -73.928592, 40.679897 ], [ -73.928642, 40.679766 ], [ -73.928651, 40.679749 ], [ -73.929058, 40.679277 ], [ -73.931327, 40.679367 ], [ -73.932897, 40.679485 ], [ -73.934351, 40.679564 ], [ -73.934395, 40.679835 ], [ -73.934508, 40.680221 ], [ -73.934571, 40.680565 ], [ -73.934715, 40.681298 ], [ -73.934862, 40.682031 ], [ -73.935008, 40.682764 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029800", "name": "Census Tract 298, Kings County, New York", "total_population_17": 4126, "white_alone_17": 1794.0, "black_alone_17": 40.0, "native_alone_17": 0.0, "asian_alone_17": 1261.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 894.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.939, "pct_black_alone_change": 0.76, "pct_native_alone_change": -0.209, "pct_asian_alone_change": 12.768, "pct_hispanic_or_latino_change": 10.788, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6008233", "INTPTLON": "-073.9879075" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990972, 40.601185 ], [ -73.99039, 40.601743 ], [ -73.989808, 40.602303 ], [ -73.989224, 40.602865 ], [ -73.988643, 40.603421 ], [ -73.988064, 40.603979 ], [ -73.98748, 40.604539 ], [ -73.986847, 40.605097 ], [ -73.986644, 40.604044 ], [ -73.986457, 40.603013 ], [ -73.986385, 40.602641 ], [ -73.986303, 40.602229 ], [ -73.986059, 40.600958 ], [ -73.985942, 40.600321 ], [ -73.985878, 40.599958 ], [ -73.985747, 40.599313 ], [ -73.98567, 40.598909 ], [ -73.985491, 40.59793 ], [ -73.985481, 40.597876 ], [ -73.985266, 40.596744 ], [ -73.985747, 40.597041 ], [ -73.986457, 40.597479 ], [ -73.987192, 40.597926 ], [ -73.987939, 40.598372 ], [ -73.988658, 40.5988 ], [ -73.989395, 40.599255 ], [ -73.99015, 40.599705 ], [ -73.990864, 40.600134 ], [ -73.991599, 40.600581 ], [ -73.990972, 40.601185 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047029900", "name": "Census Tract 299, Kings County, New York", "total_population_17": 2947, "white_alone_17": 89.0, "black_alone_17": 2165.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 579.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.27, "pct_black_alone_change": -8.792, "pct_native_alone_change": -0.785, "pct_asian_alone_change": 2.42, "pct_hispanic_or_latino_change": 6.129, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6781448", "INTPTLON": "-073.9257979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930322, 40.677544 ], [ -73.930301, 40.677706 ], [ -73.93026, 40.677868 ], [ -73.930199, 40.678026 ], [ -73.930126, 40.678165 ], [ -73.930034, 40.678304 ], [ -73.929926, 40.678434 ], [ -73.929811, 40.67855 ], [ -73.929058, 40.679277 ], [ -73.927356, 40.679183 ], [ -73.926564, 40.679145 ], [ -73.925266, 40.679073 ], [ -73.924593, 40.679032 ], [ -73.922505, 40.678917 ], [ -73.921646, 40.67887 ], [ -73.921711, 40.678116 ], [ -73.921816, 40.677019 ], [ -73.922806, 40.677067 ], [ -73.923779, 40.677118 ], [ -73.924765, 40.677173 ], [ -73.926594, 40.677278 ], [ -73.927532, 40.677337 ], [ -73.928227, 40.677378 ], [ -73.930322, 40.677485 ], [ -73.930322, 40.677544 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030000", "name": "Census Tract 300, Kings County, New York", "total_population_17": 4237, "white_alone_17": 1181.0, "black_alone_17": 55.0, "native_alone_17": 0.0, "asian_alone_17": 2159.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 842.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.314, "pct_black_alone_change": 0.879, "pct_native_alone_change": -0.28, "pct_asian_alone_change": 17.119, "pct_hispanic_or_latino_change": 12.966, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.5974031", "INTPTLON": "-073.9887444" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993363, 40.598889 ], [ -73.991599, 40.600581 ], [ -73.990864, 40.600134 ], [ -73.99015, 40.599705 ], [ -73.989395, 40.599255 ], [ -73.988658, 40.5988 ], [ -73.987939, 40.598372 ], [ -73.987192, 40.597926 ], [ -73.986457, 40.597479 ], [ -73.985747, 40.597041 ], [ -73.985266, 40.596744 ], [ -73.985201, 40.596398 ], [ -73.985061, 40.595671 ], [ -73.985015, 40.595413 ], [ -73.984678, 40.593659 ], [ -73.986019, 40.594446 ], [ -73.986763, 40.594894 ], [ -73.987505, 40.595342 ], [ -73.988223, 40.595776 ], [ -73.988964, 40.596223 ], [ -73.989705, 40.596671 ], [ -73.990421, 40.597104 ], [ -73.991163, 40.597554 ], [ -73.991906, 40.598004 ], [ -73.99262, 40.598435 ], [ -73.993363, 40.598889 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030100", "name": "Census Tract 301, Kings County, New York", "total_population_17": 2675, "white_alone_17": 189.0, "black_alone_17": 1965.0, "native_alone_17": 0.0, "asian_alone_17": 197.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 324.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.876, "pct_black_alone_change": -12.316, "pct_native_alone_change": -0.566, "pct_asian_alone_change": 7.213, "pct_hispanic_or_latino_change": -1.058, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6776216", "INTPTLON": "-073.9162280" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921711, 40.678116 ], [ -73.921646, 40.67887 ], [ -73.91905, 40.678729 ], [ -73.917968, 40.678669 ], [ -73.916301, 40.678577 ], [ -73.913559, 40.678427 ], [ -73.913072, 40.678401 ], [ -73.910799, 40.678278 ], [ -73.910814, 40.677521 ], [ -73.910926, 40.676345 ], [ -73.911119, 40.676355 ], [ -73.911866, 40.676397 ], [ -73.912767, 40.676445 ], [ -73.913696, 40.676495 ], [ -73.914638, 40.676552 ], [ -73.915544, 40.676596 ], [ -73.916465, 40.676647 ], [ -73.917395, 40.67676 ], [ -73.918308, 40.676836 ], [ -73.919219, 40.676886 ], [ -73.920106, 40.676934 ], [ -73.920946, 40.67698 ], [ -73.921816, 40.677019 ], [ -73.921711, 40.678116 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030200", "name": "Census Tract 302, Kings County, New York", "total_population_17": 4802, "white_alone_17": 1553.0, "black_alone_17": 29.0, "native_alone_17": 0.0, "asian_alone_17": 2889.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 218.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.876, "pct_black_alone_change": 0.173, "pct_native_alone_change": -0.296, "pct_asian_alone_change": 29.443, "pct_hispanic_or_latino_change": 0.202, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.5957121", "INTPTLON": "-073.9906470" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.995225, 40.597093 ], [ -73.993363, 40.598889 ], [ -73.99262, 40.598435 ], [ -73.991906, 40.598004 ], [ -73.991163, 40.597554 ], [ -73.990421, 40.597104 ], [ -73.989705, 40.596671 ], [ -73.988964, 40.596223 ], [ -73.988223, 40.595776 ], [ -73.987505, 40.595342 ], [ -73.986763, 40.594894 ], [ -73.986019, 40.594446 ], [ -73.987988, 40.592553 ], [ -73.988731, 40.593002 ], [ -73.989475, 40.593451 ], [ -73.99019, 40.593882 ], [ -73.990932, 40.594333 ], [ -73.991677, 40.59478 ], [ -73.992389, 40.595211 ], [ -73.993134, 40.595661 ], [ -73.993845, 40.596141 ], [ -73.994523, 40.596607 ], [ -73.995225, 40.597093 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030300", "name": "Census Tract 303, Kings County, New York", "total_population_17": 5120, "white_alone_17": 75.0, "black_alone_17": 3757.0, "native_alone_17": 0.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1181.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.025, "pct_black_alone_change": -14.653, "pct_native_alone_change": -0.264, "pct_asian_alone_change": -0.03, "pct_hispanic_or_latino_change": 13.122, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6751161", "INTPTLON": "-073.9179373" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922049, 40.674574 ], [ -73.922021, 40.674858 ], [ -73.921975, 40.675348 ], [ -73.921901, 40.676131 ], [ -73.921832, 40.676849 ], [ -73.921816, 40.677019 ], [ -73.920946, 40.67698 ], [ -73.920106, 40.676934 ], [ -73.919219, 40.676886 ], [ -73.918308, 40.676836 ], [ -73.917395, 40.67676 ], [ -73.916465, 40.676647 ], [ -73.915544, 40.676596 ], [ -73.914638, 40.676552 ], [ -73.913696, 40.676495 ], [ -73.913763, 40.675819 ], [ -73.913768, 40.675772 ], [ -73.913777, 40.675687 ], [ -73.913783, 40.675619 ], [ -73.913846, 40.674908 ], [ -73.91392, 40.67413 ], [ -73.914004, 40.67324 ], [ -73.916773, 40.67339 ], [ -73.919541, 40.673542 ], [ -73.922132, 40.673684 ], [ -73.922049, 40.674574 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030400", "name": "Census Tract 304, Kings County, New York", "total_population_17": 4109, "white_alone_17": 1900.0, "black_alone_17": 75.0, "native_alone_17": 0.0, "asian_alone_17": 1667.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 264.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.653, "pct_black_alone_change": 0.64, "pct_native_alone_change": -0.177, "pct_asian_alone_change": 13.867, "pct_hispanic_or_latino_change": -0.786, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5902839", "INTPTLON": "-073.9965003" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.009468, 40.584235 ], [ -74.009244, 40.584452 ], [ -74.00362, 40.589918 ], [ -74.00095, 40.592514 ], [ -73.998594, 40.593555 ], [ -73.997368, 40.593974 ], [ -73.99679, 40.593977 ], [ -73.996547, 40.593983 ], [ -73.996194, 40.593992 ], [ -73.995308, 40.594428 ], [ -73.995499, 40.594594 ], [ -73.996116, 40.595116 ], [ -73.996747, 40.595643 ], [ -73.995225, 40.597093 ], [ -73.994523, 40.596607 ], [ -73.993845, 40.596141 ], [ -73.993134, 40.595661 ], [ -73.992389, 40.595211 ], [ -73.991677, 40.59478 ], [ -73.990932, 40.594333 ], [ -73.99019, 40.593882 ], [ -73.989475, 40.593451 ], [ -73.988731, 40.593002 ], [ -73.987988, 40.592553 ], [ -73.989621, 40.590982 ], [ -73.990364, 40.591432 ], [ -73.991539, 40.590391 ], [ -73.992558, 40.589922 ], [ -73.992843, 40.589791 ], [ -73.99298, 40.589729 ], [ -73.993309, 40.589584 ], [ -73.993758, 40.590332 ], [ -73.998031, 40.588466 ], [ -73.998025, 40.588412 ], [ -73.997667, 40.588522 ], [ -73.997639, 40.588463 ], [ -73.99813, 40.588244 ], [ -73.9987, 40.58795 ], [ -73.999332, 40.587671 ], [ -73.999543, 40.587562 ], [ -74.000416, 40.587136 ], [ -74.004288, 40.585684 ], [ -74.008093, 40.583992 ], [ -74.009319, 40.584208 ], [ -74.009468, 40.584235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030500", "name": "Census Tract 305, Kings County, New York", "total_population_17": 6267, "white_alone_17": 2483.0, "black_alone_17": 2471.0, "native_alone_17": 0.0, "asian_alone_17": 317.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 903.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 37.087, "pct_black_alone_change": -37.691, "pct_native_alone_change": -0.356, "pct_asian_alone_change": 2.902, "pct_hispanic_or_latino_change": -2.401, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6773164", "INTPTLON": "-073.9590603" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962865, 40.676406 ], [ -73.962547, 40.677287 ], [ -73.962229, 40.678166 ], [ -73.961957, 40.678934 ], [ -73.96168, 40.679702 ], [ -73.961312, 40.680456 ], [ -73.958292, 40.679831 ], [ -73.956022, 40.679359 ], [ -73.955642, 40.679258 ], [ -73.955309, 40.679273 ], [ -73.955295, 40.679205 ], [ -73.95528, 40.679131 ], [ -73.955167, 40.678571 ], [ -73.955195, 40.678343 ], [ -73.955475, 40.677576 ], [ -73.955749, 40.676807 ], [ -73.956069, 40.675928 ], [ -73.956386, 40.67505 ], [ -73.956703, 40.674171 ], [ -73.957802, 40.674398 ], [ -73.960074, 40.674878 ], [ -73.963183, 40.675529 ], [ -73.962865, 40.676406 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030600", "name": "Census Tract 306, Kings County, New York", "total_population_17": 1880, "white_alone_17": 805.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 789.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 219.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.813, "pct_black_alone_change": -0.304, "pct_native_alone_change": -0.209, "pct_asian_alone_change": 17.098, "pct_hispanic_or_latino_change": 5.705, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5911556", "INTPTLON": "-073.9861335" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989621, 40.590982 ], [ -73.987988, 40.592553 ], [ -73.986019, 40.594446 ], [ -73.984678, 40.593659 ], [ -73.98464, 40.593552 ], [ -73.984624, 40.593475 ], [ -73.984528, 40.592986 ], [ -73.984433, 40.592496 ], [ -73.984257, 40.591568 ], [ -73.984204, 40.591166 ], [ -73.984094, 40.590567 ], [ -73.984014, 40.590153 ], [ -73.983901, 40.589573 ], [ -73.983803, 40.589042 ], [ -73.983723, 40.588619 ], [ -73.984505, 40.58789 ], [ -73.985219, 40.588321 ], [ -73.985962, 40.588771 ], [ -73.986706, 40.589219 ], [ -73.987421, 40.589651 ], [ -73.988163, 40.590101 ], [ -73.988905, 40.590551 ], [ -73.989621, 40.590982 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030700", "name": "Census Tract 307, Kings County, New York", "total_population_17": 4958, "white_alone_17": 170.0, "black_alone_17": 3263.0, "native_alone_17": 0.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1438.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 3.215, "pct_black_alone_change": -22.912, "pct_native_alone_change": -0.268, "pct_asian_alone_change": 0.444, "pct_hispanic_or_latino_change": 18.426, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6755830", "INTPTLON": "-073.9262196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93053, 40.675039 ], [ -73.930457, 40.675818 ], [ -73.930383, 40.676597 ], [ -73.930321, 40.677317 ], [ -73.930318, 40.677351 ], [ -73.930321, 40.677392 ], [ -73.930322, 40.677485 ], [ -73.928227, 40.677378 ], [ -73.927532, 40.677337 ], [ -73.926594, 40.677278 ], [ -73.924765, 40.677173 ], [ -73.923779, 40.677118 ], [ -73.922806, 40.677067 ], [ -73.921816, 40.677019 ], [ -73.921832, 40.676849 ], [ -73.921901, 40.676131 ], [ -73.921975, 40.675348 ], [ -73.922021, 40.674858 ], [ -73.922049, 40.674574 ], [ -73.922132, 40.673684 ], [ -73.925082, 40.673844 ], [ -73.925945, 40.673892 ], [ -73.92784, 40.673996 ], [ -73.930615, 40.674147 ], [ -73.93053, 40.675039 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030800", "name": "Census Tract 308, Kings County, New York", "total_population_17": 2006, "white_alone_17": 1419.0, "black_alone_17": 30.0, "native_alone_17": 0.0, "asian_alone_17": 330.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 195.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -0.344, "pct_black_alone_change": 1.2, "pct_native_alone_change": -0.059, "pct_asian_alone_change": -1.763, "pct_hispanic_or_latino_change": 1.324, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5865515", "INTPTLON": "-073.9795108" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987417, 40.585131 ], [ -73.987285, 40.585241 ], [ -73.986189, 40.586276 ], [ -73.985777, 40.586668 ], [ -73.985394, 40.587032 ], [ -73.984505, 40.58789 ], [ -73.983723, 40.588619 ], [ -73.983803, 40.589042 ], [ -73.982811, 40.589158 ], [ -73.981881, 40.589259 ], [ -73.98109, 40.589359 ], [ -73.980938, 40.589376 ], [ -73.980155, 40.589465 ], [ -73.979082, 40.589586 ], [ -73.97848, 40.589654 ], [ -73.978417, 40.589868 ], [ -73.978357, 40.590125 ], [ -73.978313, 40.590403 ], [ -73.97829, 40.590674 ], [ -73.978285, 40.59093 ], [ -73.978301, 40.591228 ], [ -73.978331, 40.591467 ], [ -73.978378, 40.591721 ], [ -73.978445, 40.591979 ], [ -73.978529, 40.592235 ], [ -73.978622, 40.592469 ], [ -73.978764, 40.592825 ], [ -73.978217, 40.592503 ], [ -73.977695, 40.592179 ], [ -73.97764, 40.59191 ], [ -73.977514, 40.591136 ], [ -73.975571, 40.589948 ], [ -73.974217, 40.590111 ], [ -73.974227, 40.588706 ], [ -73.974277, 40.58794 ], [ -73.974326, 40.5872 ], [ -73.974368, 40.5865 ], [ -73.97441, 40.585758 ], [ -73.974441, 40.58524 ], [ -73.974638, 40.583114 ], [ -73.975194, 40.582967 ], [ -73.97572, 40.582876 ], [ -73.976681, 40.582826 ], [ -73.977504, 40.582784 ], [ -73.980274, 40.583133 ], [ -73.980592, 40.583173 ], [ -73.980839, 40.583314 ], [ -73.981754, 40.583584 ], [ -73.981802, 40.583593 ], [ -73.982812, 40.583792 ], [ -73.983876, 40.583976 ], [ -73.984821, 40.584168 ], [ -73.984928, 40.584596 ], [ -73.985481, 40.584519 ], [ -73.985861, 40.584525 ], [ -73.986276, 40.58448 ], [ -73.986758, 40.58461 ], [ -73.987084, 40.584619 ], [ -73.987348, 40.585013 ], [ -73.987417, 40.585131 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047030900", "name": "Census Tract 309, Kings County, New York", "total_population_17": 2190, "white_alone_17": 59.0, "black_alone_17": 1532.0, "native_alone_17": 0.0, "asian_alone_17": 346.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 253.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.443, "pct_black_alone_change": -11.904, "pct_native_alone_change": -0.314, "pct_asian_alone_change": 14.983, "pct_hispanic_or_latino_change": -5.208, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6761508", "INTPTLON": "-073.9330036" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.935997, 40.676121 ], [ -73.935923, 40.676895 ], [ -73.935857, 40.677612 ], [ -73.935857, 40.677633 ], [ -73.935857, 40.677712 ], [ -73.935858, 40.677817 ], [ -73.933069, 40.677647 ], [ -73.930322, 40.677485 ], [ -73.930321, 40.677392 ], [ -73.930318, 40.677351 ], [ -73.930321, 40.677317 ], [ -73.930383, 40.676597 ], [ -73.930457, 40.675818 ], [ -73.93053, 40.675039 ], [ -73.930615, 40.674147 ], [ -73.933383, 40.674302 ], [ -73.933298, 40.67519 ], [ -73.936078, 40.675335 ], [ -73.935997, 40.676121 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047031100", "name": "Census Tract 311, Kings County, New York", "total_population_17": 3194, "white_alone_17": 185.0, "black_alone_17": 2381.0, "native_alone_17": 0.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 409.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 5.264, "pct_black_alone_change": -17.869, "pct_native_alone_change": -0.075, "pct_asian_alone_change": -1.336, "pct_hispanic_or_latino_change": 8.239, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6764778", "INTPTLON": "-073.9389551" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941609, 40.675643 ], [ -73.941535, 40.676421 ], [ -73.941463, 40.6772 ], [ -73.941385, 40.677919 ], [ -73.941376, 40.678008 ], [ -73.941369, 40.678093 ], [ -73.940558, 40.678064 ], [ -73.939825, 40.678025 ], [ -73.938593, 40.67797 ], [ -73.937895, 40.677924 ], [ -73.935858, 40.677817 ], [ -73.935857, 40.677712 ], [ -73.935857, 40.677633 ], [ -73.935857, 40.677612 ], [ -73.935923, 40.676895 ], [ -73.935997, 40.676121 ], [ -73.936078, 40.675335 ], [ -73.938143, 40.675442 ], [ -73.938841, 40.675493 ], [ -73.938895, 40.674599 ], [ -73.941694, 40.674748 ], [ -73.941609, 40.675643 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047031300", "name": "Census Tract 313, Kings County, New York", "total_population_17": 4753, "white_alone_17": 588.0, "black_alone_17": 3496.0, "native_alone_17": 18.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 565.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.597, "pct_black_alone_change": -18.395, "pct_native_alone_change": 0.191, "pct_asian_alone_change": -0.75, "pct_hispanic_or_latino_change": 6.115, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6765714", "INTPTLON": "-073.9443030" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947146, 40.675944 ], [ -73.947089, 40.676557 ], [ -73.947074, 40.676723 ], [ -73.946999, 40.677501 ], [ -73.946928, 40.678222 ], [ -73.946918, 40.678319 ], [ -73.946911, 40.678392 ], [ -73.944141, 40.678237 ], [ -73.943183, 40.678182 ], [ -73.941814, 40.678115 ], [ -73.941369, 40.678093 ], [ -73.941376, 40.678008 ], [ -73.941385, 40.677919 ], [ -73.941463, 40.6772 ], [ -73.941535, 40.676421 ], [ -73.941609, 40.675643 ], [ -73.941694, 40.674748 ], [ -73.944462, 40.674907 ], [ -73.945564, 40.674965 ], [ -73.946156, 40.674996 ], [ -73.946181, 40.674997 ], [ -73.946477, 40.675013 ], [ -73.94723, 40.675053 ], [ -73.947146, 40.675944 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047031400", "name": "Census Tract 314, Kings County, New York", "total_population_17": 5127, "white_alone_17": 3529.0, "black_alone_17": 22.0, "native_alone_17": 17.0, "asian_alone_17": 1148.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 411.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.149, "pct_black_alone_change": -0.232, "pct_native_alone_change": 0.199, "pct_asian_alone_change": 5.752, "pct_hispanic_or_latino_change": 2.182, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5844904", "INTPTLON": "-073.9943955" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008093, 40.583992 ], [ -74.004288, 40.585684 ], [ -74.000416, 40.587136 ], [ -73.999543, 40.587562 ], [ -73.999332, 40.587671 ], [ -73.9987, 40.58795 ], [ -73.99813, 40.588244 ], [ -73.997639, 40.588463 ], [ -73.997667, 40.588522 ], [ -73.998025, 40.588412 ], [ -73.998031, 40.588466 ], [ -73.993758, 40.590332 ], [ -73.993309, 40.589584 ], [ -73.99298, 40.589729 ], [ -73.992843, 40.589791 ], [ -73.992558, 40.589922 ], [ -73.991539, 40.590391 ], [ -73.990364, 40.591432 ], [ -73.989621, 40.590982 ], [ -73.988905, 40.590551 ], [ -73.988163, 40.590101 ], [ -73.987421, 40.589651 ], [ -73.986706, 40.589219 ], [ -73.985962, 40.588771 ], [ -73.985219, 40.588321 ], [ -73.984505, 40.58789 ], [ -73.985394, 40.587032 ], [ -73.985777, 40.586668 ], [ -73.986189, 40.586276 ], [ -73.987285, 40.585241 ], [ -73.987417, 40.585131 ], [ -73.987348, 40.585013 ], [ -73.987084, 40.584619 ], [ -73.986889, 40.584271 ], [ -73.986808, 40.584121 ], [ -73.986608, 40.583719 ], [ -73.987146, 40.583609 ], [ -73.988358, 40.583475 ], [ -73.988749, 40.58282 ], [ -73.989545, 40.581933 ], [ -73.989858, 40.58081 ], [ -73.990006, 40.580676 ], [ -73.989758, 40.580499 ], [ -73.989568, 40.580435 ], [ -73.989535, 40.580417 ], [ -73.98936, 40.580238 ], [ -73.989097, 40.580205 ], [ -73.988856, 40.579992 ], [ -73.988237, 40.579704 ], [ -73.990679, 40.58006 ], [ -74.003059, 40.582935 ], [ -74.004168, 40.583193 ], [ -74.006578, 40.583716 ], [ -74.008093, 40.583992 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047031500", "name": "Census Tract 315, Kings County, New York", "total_population_17": 4776, "white_alone_17": 1346.0, "black_alone_17": 2696.0, "native_alone_17": 0.0, "asian_alone_17": 184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 340.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 27.624, "pct_black_alone_change": -34.335, "pct_native_alone_change": -0.168, "pct_asian_alone_change": 2.587, "pct_hispanic_or_latino_change": 0.696, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6769132", "INTPTLON": "-073.9499243" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953005, 40.678815 ], [ -73.952053, 40.678675 ], [ -73.949679, 40.678566 ], [ -73.948678, 40.678498 ], [ -73.948596, 40.678492 ], [ -73.948348, 40.678476 ], [ -73.948212, 40.678461 ], [ -73.946911, 40.678392 ], [ -73.946918, 40.678319 ], [ -73.946928, 40.678222 ], [ -73.946999, 40.677501 ], [ -73.947074, 40.676723 ], [ -73.947089, 40.676557 ], [ -73.947146, 40.675944 ], [ -73.94723, 40.675053 ], [ -73.950001, 40.675204 ], [ -73.952768, 40.675355 ], [ -73.952687, 40.676245 ], [ -73.952657, 40.676962 ], [ -73.952678, 40.677027 ], [ -73.952812, 40.677845 ], [ -73.95297, 40.678643 ], [ -73.952986, 40.678723 ], [ -73.953005, 40.678815 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047031701", "name": "Census Tract 317.01, Kings County, New York", "total_population_17": 3306, "white_alone_17": 898.0, "black_alone_17": 2055.0, "native_alone_17": 10.0, "asian_alone_17": 162.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 112.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 26.537, "pct_black_alone_change": -30.789, "pct_native_alone_change": -0.188, "pct_asian_alone_change": 4.546, "pct_hispanic_or_latino_change": -1.594, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6738669", "INTPTLON": "-073.9501241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952937, 40.673571 ], [ -73.952849, 40.674462 ], [ -73.952768, 40.675355 ], [ -73.950001, 40.675204 ], [ -73.94723, 40.675053 ], [ -73.947313, 40.674162 ], [ -73.947396, 40.673272 ], [ -73.94748, 40.67238 ], [ -73.950251, 40.67253 ], [ -73.953019, 40.672681 ], [ -73.952937, 40.673571 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047031702", "name": "Census Tract 317.02, Kings County, New York", "total_population_17": 3799, "white_alone_17": 1082.0, "black_alone_17": 1872.0, "native_alone_17": 0.0, "asian_alone_17": 166.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 385.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 26.916, "pct_black_alone_change": -38.877, "pct_native_alone_change": -0.168, "pct_asian_alone_change": 3.364, "pct_hispanic_or_latino_change": 1.668, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6711930", "INTPTLON": "-073.9503749" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953249, 40.670227 ], [ -73.953187, 40.670898 ], [ -73.953102, 40.671791 ], [ -73.953019, 40.672681 ], [ -73.950251, 40.67253 ], [ -73.94748, 40.67238 ], [ -73.947564, 40.671488 ], [ -73.947642, 40.670664 ], [ -73.947647, 40.670597 ], [ -73.94771, 40.66992 ], [ -73.947731, 40.669705 ], [ -73.950502, 40.669856 ], [ -73.95327, 40.670007 ], [ -73.953249, 40.670227 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047031900", "name": "Census Tract 319, Kings County, New York", "total_population_17": 3412, "white_alone_17": 1143.0, "black_alone_17": 1934.0, "native_alone_17": 0.0, "asian_alone_17": 34.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 249.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.096, "pct_black_alone_change": -17.889, "pct_native_alone_change": -0.286, "pct_asian_alone_change": 0.71, "pct_hispanic_or_latino_change": 1.973, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6668852", "INTPTLON": "-073.9493978" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951004, 40.664683 ], [ -73.950919, 40.6654 ], [ -73.950835, 40.666289 ], [ -73.950752, 40.667181 ], [ -73.950668, 40.668072 ], [ -73.950584, 40.668965 ], [ -73.950521, 40.669644 ], [ -73.950502, 40.669856 ], [ -73.947731, 40.669705 ], [ -73.94775, 40.669501 ], [ -73.947818, 40.668784 ], [ -73.947899, 40.667922 ], [ -73.947984, 40.667031 ], [ -73.948035, 40.666476 ], [ -73.948067, 40.666139 ], [ -73.948151, 40.665248 ], [ -73.948222, 40.664403 ], [ -73.948166, 40.664082 ], [ -73.949407, 40.664005 ], [ -73.950974, 40.663905 ], [ -73.951004, 40.664683 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047032100", "name": "Census Tract 321, Kings County, New York", "total_population_17": 5866, "white_alone_17": 1094.0, "black_alone_17": 3572.0, "native_alone_17": 0.0, "asian_alone_17": 187.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 711.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 17.26, "pct_black_alone_change": -20.949, "pct_native_alone_change": -0.16, "pct_asian_alone_change": 2.778, "pct_hispanic_or_latino_change": -3.631, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.6668692", "INTPTLON": "-073.9521834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953787, 40.664514 ], [ -73.95369, 40.665549 ], [ -73.953606, 40.66644 ], [ -73.953521, 40.667333 ], [ -73.953439, 40.668224 ], [ -73.953353, 40.669115 ], [ -73.953289, 40.669796 ], [ -73.95327, 40.670007 ], [ -73.950502, 40.669856 ], [ -73.950521, 40.669644 ], [ -73.950584, 40.668965 ], [ -73.950668, 40.668072 ], [ -73.950752, 40.667181 ], [ -73.950835, 40.666289 ], [ -73.950919, 40.6654 ], [ -73.951004, 40.664683 ], [ -73.950974, 40.663905 ], [ -73.953849, 40.663728 ], [ -73.953787, 40.664514 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047032300", "name": "Census Tract 323, Kings County, New York", "total_population_17": 3665, "white_alone_17": 610.0, "black_alone_17": 2487.0, "native_alone_17": 0.0, "asian_alone_17": 67.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 320.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.9, "pct_black_alone_change": -15.905, "pct_native_alone_change": -0.292, "pct_asian_alone_change": 1.084, "pct_hispanic_or_latino_change": -4.981, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6665474", "INTPTLON": "-073.9550744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957302, 40.664479 ], [ -73.956859, 40.66572 ], [ -73.95654, 40.666603 ], [ -73.956223, 40.66748 ], [ -73.955907, 40.66836 ], [ -73.955593, 40.669229 ], [ -73.95534, 40.669926 ], [ -73.955269, 40.670125 ], [ -73.95327, 40.670007 ], [ -73.953289, 40.669796 ], [ -73.953353, 40.669115 ], [ -73.953439, 40.668224 ], [ -73.953521, 40.667333 ], [ -73.953606, 40.66644 ], [ -73.95369, 40.665549 ], [ -73.953787, 40.664514 ], [ -73.953849, 40.663728 ], [ -73.95721, 40.663517 ], [ -73.957292, 40.664303 ], [ -73.957302, 40.664479 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047032500", "name": "Census Tract 325, Kings County, New York", "total_population_17": 6881, "white_alone_17": 447.0, "black_alone_17": 5647.0, "native_alone_17": 0.0, "asian_alone_17": 165.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 530.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.833, "pct_black_alone_change": -9.184, "pct_native_alone_change": -0.256, "pct_asian_alone_change": 1.991, "pct_hispanic_or_latino_change": 0.519, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6672983", "INTPTLON": "-073.9577655" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959561, 40.666262 ], [ -73.959245, 40.667142 ], [ -73.958927, 40.668021 ], [ -73.958609, 40.6689 ], [ -73.958292, 40.669779 ], [ -73.958054, 40.670436 ], [ -73.957974, 40.670657 ], [ -73.955269, 40.670125 ], [ -73.95534, 40.669926 ], [ -73.955593, 40.669229 ], [ -73.955907, 40.66836 ], [ -73.956223, 40.66748 ], [ -73.95654, 40.666603 ], [ -73.956859, 40.66572 ], [ -73.957302, 40.664479 ], [ -73.957292, 40.664303 ], [ -73.959344, 40.664176 ], [ -73.960337, 40.664108 ], [ -73.959561, 40.666262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047032600", "name": "Census Tract 326, Kings County, New York", "total_population_17": 7191, "white_alone_17": 1058.0, "black_alone_17": 2542.0, "native_alone_17": 45.0, "asian_alone_17": 658.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2762.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.827, "pct_black_alone_change": -11.414, "pct_native_alone_change": 0.267, "pct_asian_alone_change": 2.071, "pct_hispanic_or_latino_change": 2.629, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.5765295", "INTPTLON": "-073.9882115" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.992638, 40.578118 ], [ -73.991564, 40.578234 ], [ -73.990504, 40.578358 ], [ -73.989456, 40.578478 ], [ -73.988397, 40.578581 ], [ -73.987341, 40.578702 ], [ -73.986276, 40.578823 ], [ -73.98521, 40.578937 ], [ -73.984149, 40.579053 ], [ -73.983712, 40.576744 ], [ -73.983435, 40.575414 ], [ -73.983634, 40.575394 ], [ -73.984519, 40.575304 ], [ -73.985573, 40.57515 ], [ -73.985723, 40.575117 ], [ -73.986608, 40.574893 ], [ -73.987635, 40.574594 ], [ -73.988663, 40.574301 ], [ -73.988714, 40.574287 ], [ -73.989686, 40.574004 ], [ -73.990717, 40.57371 ], [ -73.991743, 40.57343 ], [ -73.991913, 40.574323 ], [ -73.992195, 40.575808 ], [ -73.992638, 40.578118 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047032700", "name": "Census Tract 327, Kings County, New York", "total_population_17": 2485, "white_alone_17": 343.0, "black_alone_17": 1605.0, "native_alone_17": 0.0, "asian_alone_17": 28.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 459.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.347, "pct_black_alone_change": -23.39, "pct_native_alone_change": -0.491, "pct_asian_alone_change": 0.145, "pct_hispanic_or_latino_change": 10.715, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+40.6626465", "INTPTLON": "-073.9587961" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963075, 40.66217 ], [ -73.963052, 40.662298 ], [ -73.963011, 40.662416 ], [ -73.96295, 40.66253 ], [ -73.962884, 40.662622 ], [ -73.962429, 40.663125 ], [ -73.961939, 40.663224 ], [ -73.960956, 40.663285 ], [ -73.960615, 40.663303 ], [ -73.960337, 40.664108 ], [ -73.959344, 40.664176 ], [ -73.957292, 40.664303 ], [ -73.95721, 40.663517 ], [ -73.953849, 40.663728 ], [ -73.953786, 40.662947 ], [ -73.9537, 40.662174 ], [ -73.957044, 40.661965 ], [ -73.96077, 40.661734 ], [ -73.960662, 40.660947 ], [ -73.960877, 40.660897 ], [ -73.962005, 40.66067 ], [ -73.962814, 40.660504 ], [ -73.963077, 40.66213 ], [ -73.963075, 40.66217 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047032800", "name": "Census Tract 328, Kings County, New York", "total_population_17": 2376, "white_alone_17": 311.0, "black_alone_17": 918.0, "native_alone_17": 48.0, "asian_alone_17": 777.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 304.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.25, "pct_black_alone_change": -5.644, "pct_native_alone_change": 1.415, "pct_asian_alone_change": 6.703, "pct_hispanic_or_latino_change": -7.514, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5763672", "INTPTLON": "-073.9976846" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.003223, 40.576887 ], [ -74.00216, 40.577006 ], [ -74.001528, 40.577074 ], [ -74.001105, 40.577121 ], [ -74.000034, 40.577245 ], [ -73.998992, 40.577383 ], [ -73.997884, 40.577545 ], [ -73.996873, 40.577643 ], [ -73.995809, 40.577759 ], [ -73.99475, 40.577881 ], [ -73.993691, 40.578005 ], [ -73.992638, 40.578118 ], [ -73.992195, 40.575808 ], [ -73.993262, 40.575695 ], [ -73.994316, 40.575574 ], [ -73.99538, 40.575451 ], [ -73.996438, 40.575335 ], [ -73.997497, 40.575218 ], [ -73.998556, 40.575101 ], [ -73.999615, 40.574984 ], [ -74.000675, 40.574868 ], [ -74.001734, 40.57475 ], [ -74.002796, 40.574637 ], [ -74.00284, 40.574849 ], [ -74.002964, 40.575516 ], [ -74.003093, 40.576196 ], [ -74.003223, 40.576887 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047032900", "name": "Census Tract 329, Kings County, New York", "total_population_17": 6207, "white_alone_17": 2545.0, "black_alone_17": 2964.0, "native_alone_17": 0.0, "asian_alone_17": 82.0, "native_hawaiian_pacific_islander_17": 65.0, "hispanic_or_latino_17": 471.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 28.929, "pct_black_alone_change": -25.13, "pct_native_alone_change": -0.188, "pct_asian_alone_change": 0.894, "pct_hispanic_or_latino_change": -5.339, "pct_native_hawaiian_pacific_islander_change": 1.047, "INTPTLAT": "+40.6632636", "INTPTLON": "-073.9484196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953849, 40.663728 ], [ -73.950974, 40.663905 ], [ -73.949407, 40.664005 ], [ -73.948166, 40.664082 ], [ -73.945463, 40.664226 ], [ -73.944892, 40.664174 ], [ -73.944082, 40.664129 ], [ -73.942696, 40.664055 ], [ -73.942829, 40.662847 ], [ -73.944208, 40.662762 ], [ -73.945022, 40.662715 ], [ -73.945613, 40.662676 ], [ -73.947914, 40.662533 ], [ -73.95081, 40.662354 ], [ -73.9537, 40.662174 ], [ -73.953786, 40.662947 ], [ -73.953849, 40.663728 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047033000", "name": "Census Tract 330, Kings County, New York", "total_population_17": 4948, "white_alone_17": 816.0, "black_alone_17": 2726.0, "native_alone_17": 0.0, "asian_alone_17": 208.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1042.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.954, "pct_black_alone_change": -5.176, "pct_native_alone_change": -0.567, "pct_asian_alone_change": 2.634, "pct_hispanic_or_latino_change": -3.071, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5801785", "INTPTLON": "-073.9994354" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004168, 40.583193 ], [ -74.003059, 40.582935 ], [ -73.990679, 40.58006 ], [ -73.990697, 40.579318 ], [ -73.990504, 40.578358 ], [ -73.991564, 40.578234 ], [ -73.992638, 40.578118 ], [ -73.993691, 40.578005 ], [ -73.99475, 40.577881 ], [ -73.995809, 40.577759 ], [ -73.996873, 40.577643 ], [ -73.997884, 40.577545 ], [ -73.998992, 40.577383 ], [ -74.000034, 40.577245 ], [ -74.001105, 40.577121 ], [ -74.001528, 40.577074 ], [ -74.00216, 40.577006 ], [ -74.003223, 40.576887 ], [ -74.003355, 40.577581 ], [ -74.003485, 40.578262 ], [ -74.003608, 40.578901 ], [ -74.003616, 40.578941 ], [ -74.003742, 40.579618 ], [ -74.003869, 40.580304 ], [ -74.003924, 40.580598 ], [ -74.003917, 40.580854 ], [ -74.003963, 40.580986 ], [ -74.004008, 40.581862 ], [ -74.004063, 40.582324 ], [ -74.004168, 40.583193 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047033100", "name": "Census Tract 331, Kings County, New York", "total_population_17": 4046, "white_alone_17": 2357.0, "black_alone_17": 1511.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 178.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.848, "pct_black_alone_change": -6.125, "pct_native_alone_change": -0.169, "pct_asian_alone_change": -0.529, "pct_hispanic_or_latino_change": -0.363, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6641582", "INTPTLON": "-073.9420074" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.948222, 40.664403 ], [ -73.948151, 40.665248 ], [ -73.945381, 40.665099 ], [ -73.942613, 40.664947 ], [ -73.939845, 40.664794 ], [ -73.937074, 40.664644 ], [ -73.937158, 40.663753 ], [ -73.937264, 40.663192 ], [ -73.940029, 40.663021 ], [ -73.94254, 40.662864 ], [ -73.942829, 40.662847 ], [ -73.942696, 40.664055 ], [ -73.944082, 40.664129 ], [ -73.944892, 40.664174 ], [ -73.945463, 40.664226 ], [ -73.948166, 40.664082 ], [ -73.948222, 40.664403 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047033300", "name": "Census Tract 333, Kings County, New York", "total_population_17": 4531, "white_alone_17": 3223.0, "black_alone_17": 1135.0, "native_alone_17": 7.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 143.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.892, "pct_black_alone_change": -14.295, "pct_native_alone_change": 0.087, "pct_asian_alone_change": -0.401, "pct_hispanic_or_latino_change": -1.097, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6658373", "INTPTLON": "-073.9425263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.948067, 40.666139 ], [ -73.948035, 40.666476 ], [ -73.947984, 40.667031 ], [ -73.945214, 40.66688 ], [ -73.942444, 40.666727 ], [ -73.939676, 40.666578 ], [ -73.936907, 40.666426 ], [ -73.936984, 40.665536 ], [ -73.937074, 40.664644 ], [ -73.939845, 40.664794 ], [ -73.942613, 40.664947 ], [ -73.945381, 40.665099 ], [ -73.948151, 40.665248 ], [ -73.948067, 40.666139 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047033500", "name": "Census Tract 335, Kings County, New York", "total_population_17": 3034, "white_alone_17": 1993.0, "black_alone_17": 854.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 137.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 29.695, "pct_black_alone_change": -28.166, "pct_native_alone_change": -0.064, "pct_asian_alone_change": 0.705, "pct_hispanic_or_latino_change": 0.38, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6675941", "INTPTLON": "-073.9423885" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947899, 40.667922 ], [ -73.947818, 40.668784 ], [ -73.945046, 40.668615 ], [ -73.942285, 40.668461 ], [ -73.939515, 40.668296 ], [ -73.936749, 40.668128 ], [ -73.936825, 40.667317 ], [ -73.936907, 40.666426 ], [ -73.939676, 40.666578 ], [ -73.942444, 40.666727 ], [ -73.945214, 40.66688 ], [ -73.947984, 40.667031 ], [ -73.947899, 40.667922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047033600", "name": "Census Tract 336, Kings County, New York", "total_population_17": 4041, "white_alone_17": 3265.0, "black_alone_17": 239.0, "native_alone_17": 2.0, "asian_alone_17": 108.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 302.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.182, "pct_black_alone_change": -2.305, "pct_native_alone_change": -0.009, "pct_asian_alone_change": 0.153, "pct_hispanic_or_latino_change": -1.928, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5759997", "INTPTLON": "-074.0084907" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.016954, 40.580976 ], [ -74.009468, 40.584235 ], [ -74.009319, 40.584208 ], [ -74.008093, 40.583992 ], [ -74.006578, 40.583716 ], [ -74.004168, 40.583193 ], [ -74.004063, 40.582324 ], [ -74.004008, 40.581862 ], [ -74.003963, 40.580986 ], [ -74.003917, 40.580854 ], [ -74.003924, 40.580598 ], [ -74.003869, 40.580304 ], [ -74.003742, 40.579618 ], [ -74.003616, 40.578941 ], [ -74.003608, 40.578901 ], [ -74.003485, 40.578262 ], [ -74.003355, 40.577581 ], [ -74.003223, 40.576887 ], [ -74.003093, 40.576196 ], [ -74.002964, 40.575516 ], [ -74.00284, 40.574849 ], [ -74.002796, 40.574637 ], [ -74.002548, 40.573327 ], [ -74.002465, 40.572869 ], [ -74.002366, 40.572318 ], [ -74.002206, 40.571756 ], [ -74.002052, 40.570623 ], [ -74.001879, 40.570159 ], [ -74.000721, 40.567048 ], [ -74.00074, 40.567048 ], [ -74.010832, 40.569751 ], [ -74.016283, 40.57121 ], [ -74.016954, 40.580976 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047033700", "name": "Census Tract 337, Kings County, New York", "total_population_17": 4254, "white_alone_17": 1641.0, "black_alone_17": 1990.0, "native_alone_17": 32.0, "asian_alone_17": 110.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 469.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.67, "pct_black_alone_change": -14.418, "pct_native_alone_change": 0.62, "pct_asian_alone_change": 1.925, "pct_hispanic_or_latino_change": 4.529, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6694016", "INTPTLON": "-073.9421813" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94775, 40.669501 ], [ -73.947731, 40.669705 ], [ -73.94771, 40.66992 ], [ -73.947647, 40.670597 ], [ -73.947642, 40.670664 ], [ -73.944872, 40.670504 ], [ -73.942106, 40.670342 ], [ -73.939337, 40.670192 ], [ -73.936569, 40.670041 ], [ -73.936636, 40.669325 ], [ -73.936657, 40.669101 ], [ -73.936677, 40.668886 ], [ -73.936749, 40.668128 ], [ -73.939515, 40.668296 ], [ -73.942285, 40.668461 ], [ -73.945046, 40.668615 ], [ -73.947818, 40.668784 ], [ -73.94775, 40.669501 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047033900", "name": "Census Tract 339, Kings County, New York", "total_population_17": 4829, "white_alone_17": 1045.0, "black_alone_17": 3080.0, "native_alone_17": 0.0, "asian_alone_17": 256.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 268.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 21.134, "pct_black_alone_change": -27.631, "pct_native_alone_change": -0.286, "pct_asian_alone_change": 4.706, "pct_hispanic_or_latino_change": -1.409, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6712119", "INTPTLON": "-073.9420151" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947564, 40.671488 ], [ -73.94748, 40.67238 ], [ -73.94471, 40.672228 ], [ -73.941945, 40.672078 ], [ -73.940847, 40.672016 ], [ -73.940062, 40.671974 ], [ -73.939177, 40.671926 ], [ -73.936406, 40.671774 ], [ -73.93649, 40.670886 ], [ -73.936569, 40.670041 ], [ -73.939337, 40.670192 ], [ -73.942106, 40.670342 ], [ -73.944872, 40.670504 ], [ -73.947642, 40.670664 ], [ -73.947564, 40.671488 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034000", "name": "Census Tract 340, Kings County, New York", "total_population_17": 2215, "white_alone_17": 782.0, "black_alone_17": 837.0, "native_alone_17": 0.0, "asian_alone_17": 134.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 455.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.688, "pct_black_alone_change": 1.547, "pct_native_alone_change": -0.438, "pct_asian_alone_change": 5.492, "pct_hispanic_or_latino_change": -3.552, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5723223", "INTPTLON": "-073.9964764" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002548, 40.573327 ], [ -74.001421, 40.573102 ], [ -74.00031, 40.572933 ], [ -73.999153, 40.572812 ], [ -73.998088, 40.572752 ], [ -73.997044, 40.572751 ], [ -73.995961, 40.572787 ], [ -73.994904, 40.572873 ], [ -73.993828, 40.573013 ], [ -73.992773, 40.573198 ], [ -73.991743, 40.57343 ], [ -73.991387, 40.571656 ], [ -73.992475, 40.571561 ], [ -73.993577, 40.571617 ], [ -73.994726, 40.57152 ], [ -73.997809, 40.57156 ], [ -73.99894, 40.571684 ], [ -74.000088, 40.571809 ], [ -74.001237, 40.572055 ], [ -74.002366, 40.572318 ], [ -74.002465, 40.572869 ], [ -74.002548, 40.573327 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034100", "name": "Census Tract 341, Kings County, New York", "total_population_17": 2809, "white_alone_17": 389.0, "black_alone_17": 2101.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 182.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.409, "pct_black_alone_change": -16.173, "pct_native_alone_change": -0.108, "pct_asian_alone_change": -0.472, "pct_hispanic_or_latino_change": 0.434, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6735662", "INTPTLON": "-073.9445868" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947396, 40.673272 ], [ -73.947313, 40.674162 ], [ -73.94723, 40.675053 ], [ -73.946477, 40.675013 ], [ -73.946181, 40.674997 ], [ -73.946156, 40.674996 ], [ -73.945564, 40.674965 ], [ -73.944462, 40.674907 ], [ -73.941694, 40.674748 ], [ -73.941775, 40.673859 ], [ -73.94186, 40.672968 ], [ -73.941945, 40.672078 ], [ -73.94471, 40.672228 ], [ -73.94748, 40.67238 ], [ -73.947396, 40.673272 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034200", "name": "Census Tract 342, Kings County, New York", "total_population_17": 6404, "white_alone_17": 2028.0, "black_alone_17": 2112.0, "native_alone_17": 0.0, "asian_alone_17": 360.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1662.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.087, "pct_black_alone_change": -21.001, "pct_native_alone_change": -0.509, "pct_asian_alone_change": 3.839, "pct_hispanic_or_latino_change": -2.471, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5741077", "INTPTLON": "-073.9968627" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002796, 40.574637 ], [ -74.001734, 40.57475 ], [ -74.000675, 40.574868 ], [ -73.999615, 40.574984 ], [ -73.998556, 40.575101 ], [ -73.997497, 40.575218 ], [ -73.996438, 40.575335 ], [ -73.99538, 40.575451 ], [ -73.994316, 40.575574 ], [ -73.993262, 40.575695 ], [ -73.992195, 40.575808 ], [ -73.991913, 40.574323 ], [ -73.991743, 40.57343 ], [ -73.992773, 40.573198 ], [ -73.993828, 40.573013 ], [ -73.994904, 40.572873 ], [ -73.995961, 40.572787 ], [ -73.997044, 40.572751 ], [ -73.998088, 40.572752 ], [ -73.999153, 40.572812 ], [ -74.00031, 40.572933 ], [ -74.001421, 40.573102 ], [ -74.002548, 40.573327 ], [ -74.002796, 40.574637 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034300", "name": "Census Tract 343, Kings County, New York", "total_population_17": 5279, "white_alone_17": 389.0, "black_alone_17": 3345.0, "native_alone_17": 48.0, "asian_alone_17": 200.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1180.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.522, "pct_black_alone_change": -25.76, "pct_native_alone_change": 0.578, "pct_asian_alone_change": 3.458, "pct_hispanic_or_latino_change": 13.391, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.6735031", "INTPTLON": "-073.9388376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94186, 40.672968 ], [ -73.941775, 40.673859 ], [ -73.941694, 40.674748 ], [ -73.938895, 40.674599 ], [ -73.938841, 40.675493 ], [ -73.938143, 40.675442 ], [ -73.936078, 40.675335 ], [ -73.936177, 40.674378 ], [ -73.936263, 40.67356 ], [ -73.936343, 40.672704 ], [ -73.936406, 40.671774 ], [ -73.939177, 40.671926 ], [ -73.940062, 40.671974 ], [ -73.940847, 40.672016 ], [ -73.941945, 40.672078 ], [ -73.94186, 40.672968 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034500", "name": "Census Tract 345, Kings County, New York", "total_population_17": 3050, "white_alone_17": 230.0, "black_alone_17": 2193.0, "native_alone_17": 0.0, "asian_alone_17": 27.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 416.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 6.948, "pct_black_alone_change": -17.738, "pct_native_alone_change": -0.316, "pct_asian_alone_change": 0.173, "pct_hispanic_or_latino_change": 5.019, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6732278", "INTPTLON": "-073.9336926" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936343, 40.672704 ], [ -73.936263, 40.67356 ], [ -73.936177, 40.674378 ], [ -73.936078, 40.675335 ], [ -73.933298, 40.67519 ], [ -73.933383, 40.674302 ], [ -73.930615, 40.674147 ], [ -73.930697, 40.673257 ], [ -73.930785, 40.672363 ], [ -73.930868, 40.671474 ], [ -73.933635, 40.671626 ], [ -73.936406, 40.671774 ], [ -73.936343, 40.672704 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034700", "name": "Census Tract 347, Kings County, New York", "total_population_17": 3412, "white_alone_17": 52.0, "black_alone_17": 2854.0, "native_alone_17": 0.0, "asian_alone_17": 65.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 441.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.174, "pct_black_alone_change": -5.271, "pct_native_alone_change": -0.127, "pct_asian_alone_change": 1.809, "pct_hispanic_or_latino_change": 2.447, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6726583", "INTPTLON": "-073.9279722" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930785, 40.672363 ], [ -73.930697, 40.673257 ], [ -73.930615, 40.674147 ], [ -73.92784, 40.673996 ], [ -73.925945, 40.673892 ], [ -73.925082, 40.673844 ], [ -73.925122, 40.673399 ], [ -73.925161, 40.672954 ], [ -73.925245, 40.672062 ], [ -73.925328, 40.671169 ], [ -73.928098, 40.671321 ], [ -73.930868, 40.671474 ], [ -73.930785, 40.672363 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034800", "name": "Census Tract 348, Kings County, New York", "total_population_17": 2874, "white_alone_17": 950.0, "black_alone_17": 78.0, "native_alone_17": 0.0, "asian_alone_17": 500.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1346.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -3.863, "pct_black_alone_change": -5.307, "pct_native_alone_change": -0.393, "pct_asian_alone_change": 6.335, "pct_hispanic_or_latino_change": 6.132, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5812120", "INTPTLON": "-073.9833628" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990679, 40.58006 ], [ -73.988237, 40.579704 ], [ -73.988856, 40.579992 ], [ -73.989097, 40.580205 ], [ -73.98936, 40.580238 ], [ -73.989535, 40.580417 ], [ -73.989568, 40.580435 ], [ -73.989758, 40.580499 ], [ -73.990006, 40.580676 ], [ -73.989858, 40.58081 ], [ -73.989545, 40.581933 ], [ -73.988749, 40.58282 ], [ -73.988358, 40.583475 ], [ -73.987146, 40.583609 ], [ -73.986608, 40.583719 ], [ -73.986808, 40.584121 ], [ -73.986889, 40.584271 ], [ -73.987084, 40.584619 ], [ -73.986758, 40.58461 ], [ -73.986276, 40.58448 ], [ -73.985861, 40.584525 ], [ -73.985481, 40.584519 ], [ -73.984928, 40.584596 ], [ -73.984821, 40.584168 ], [ -73.983876, 40.583976 ], [ -73.982812, 40.583792 ], [ -73.981802, 40.583593 ], [ -73.981754, 40.583584 ], [ -73.980839, 40.583314 ], [ -73.980592, 40.583173 ], [ -73.980274, 40.583133 ], [ -73.977504, 40.582784 ], [ -73.976681, 40.582826 ], [ -73.97572, 40.582876 ], [ -73.975194, 40.582967 ], [ -73.974638, 40.583114 ], [ -73.974625, 40.582911 ], [ -73.974618, 40.582786 ], [ -73.974566, 40.58249 ], [ -73.974498, 40.581874 ], [ -73.974686, 40.579977 ], [ -73.976271, 40.579821 ], [ -73.97712, 40.579716 ], [ -73.977941, 40.579626 ], [ -73.978133, 40.579605 ], [ -73.978819, 40.57953 ], [ -73.979606, 40.579444 ], [ -73.981476, 40.579236 ], [ -73.981975, 40.579254 ], [ -73.98163, 40.576999 ], [ -73.981256, 40.575563 ], [ -73.981733, 40.57555 ], [ -73.982219, 40.575523 ], [ -73.982284, 40.575519 ], [ -73.982396, 40.575513 ], [ -73.98265, 40.575492 ], [ -73.982917, 40.575469 ], [ -73.983435, 40.575414 ], [ -73.983712, 40.576744 ], [ -73.984149, 40.579053 ], [ -73.98521, 40.578937 ], [ -73.986276, 40.578823 ], [ -73.987341, 40.578702 ], [ -73.988397, 40.578581 ], [ -73.989456, 40.578478 ], [ -73.990504, 40.578358 ], [ -73.990697, 40.579318 ], [ -73.990679, 40.58006 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047034900", "name": "Census Tract 349, Kings County, New York", "total_population_17": 6041, "white_alone_17": 462.0, "black_alone_17": 4771.0, "native_alone_17": 0.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 621.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.764, "pct_black_alone_change": -8.424, "pct_native_alone_change": -0.054, "pct_asian_alone_change": 0.767, "pct_hispanic_or_latino_change": 0.427, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6682771", "INTPTLON": "-073.9297782" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931381, 40.666126 ], [ -73.931291, 40.667015 ], [ -73.931214, 40.667825 ], [ -73.93114, 40.668581 ], [ -73.931119, 40.668798 ], [ -73.931099, 40.669019 ], [ -73.931033, 40.669738 ], [ -73.930952, 40.670583 ], [ -73.930868, 40.671474 ], [ -73.928098, 40.671321 ], [ -73.928181, 40.67043 ], [ -73.928261, 40.669588 ], [ -73.928329, 40.668862 ], [ -73.92835, 40.668647 ], [ -73.92837, 40.668436 ], [ -73.928443, 40.667672 ], [ -73.928525, 40.666866 ], [ -73.928598, 40.66597 ], [ -73.928683, 40.665086 ], [ -73.929307, 40.665117 ], [ -73.931455, 40.665234 ], [ -73.931381, 40.666126 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035000", "name": "Census Tract 350, Kings County, New York", "total_population_17": 2856, "white_alone_17": 2772.0, "black_alone_17": 24.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 40.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 2.224, "pct_black_alone_change": -0.178, "pct_native_alone_change": -0.029, "pct_asian_alone_change": -0.625, "pct_hispanic_or_latino_change": 0.115, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5775623", "INTPTLON": "-073.9789488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.981975, 40.579254 ], [ -73.981476, 40.579236 ], [ -73.979606, 40.579444 ], [ -73.978819, 40.57953 ], [ -73.978133, 40.579605 ], [ -73.977941, 40.579626 ], [ -73.97712, 40.579716 ], [ -73.976271, 40.579821 ], [ -73.976297, 40.579202 ], [ -73.976298, 40.578785 ], [ -73.976348, 40.578219 ], [ -73.976364, 40.578042 ], [ -73.976405, 40.577584 ], [ -73.97645, 40.577078 ], [ -73.976546, 40.576019 ], [ -73.976549, 40.575988 ], [ -73.976619, 40.575301 ], [ -73.97675, 40.575319 ], [ -73.977868, 40.575431 ], [ -73.978854, 40.575502 ], [ -73.979639, 40.575537 ], [ -73.980645, 40.575566 ], [ -73.981256, 40.575563 ], [ -73.98163, 40.576999 ], [ -73.981975, 40.579254 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035100", "name": "Census Tract 351, Kings County, New York", "total_population_17": 4445, "white_alone_17": 796.0, "black_alone_17": 2277.0, "native_alone_17": 13.0, "asian_alone_17": 116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 966.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.844, "pct_black_alone_change": -21.775, "pct_native_alone_change": 0.074, "pct_asian_alone_change": 0.274, "pct_hispanic_or_latino_change": 11.241, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6684292", "INTPTLON": "-073.9325473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.934138, 40.666276 ], [ -73.934058, 40.667168 ], [ -73.933982, 40.667976 ], [ -73.933909, 40.668725 ], [ -73.933888, 40.66895 ], [ -73.933866, 40.669176 ], [ -73.933798, 40.669891 ], [ -73.933721, 40.670734 ], [ -73.933635, 40.671626 ], [ -73.930868, 40.671474 ], [ -73.930952, 40.670583 ], [ -73.931033, 40.669738 ], [ -73.931099, 40.669019 ], [ -73.931119, 40.668798 ], [ -73.93114, 40.668581 ], [ -73.931214, 40.667825 ], [ -73.931291, 40.667015 ], [ -73.931381, 40.666126 ], [ -73.931455, 40.665234 ], [ -73.934224, 40.665378 ], [ -73.934138, 40.666276 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035200", "name": "Census Tract 352, Kings County, New York", "total_population_17": 1083, "white_alone_17": 594.0, "black_alone_17": 289.0, "native_alone_17": 6.0, "asian_alone_17": 12.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 182.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.136, "pct_black_alone_change": 9.716, "pct_native_alone_change": 0.317, "pct_asian_alone_change": -0.628, "pct_hispanic_or_latino_change": -3.321, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5701691", "INTPTLON": "-073.9788364" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002366, 40.572318 ], [ -74.001237, 40.572055 ], [ -74.000088, 40.571809 ], [ -73.99894, 40.571684 ], [ -73.997809, 40.57156 ], [ -73.994726, 40.57152 ], [ -73.993577, 40.571617 ], [ -73.992475, 40.571561 ], [ -73.991387, 40.571656 ], [ -73.991743, 40.57343 ], [ -73.990717, 40.57371 ], [ -73.989686, 40.574004 ], [ -73.988714, 40.574287 ], [ -73.988663, 40.574301 ], [ -73.987635, 40.574594 ], [ -73.986608, 40.574893 ], [ -73.985723, 40.575117 ], [ -73.985573, 40.57515 ], [ -73.984519, 40.575304 ], [ -73.983634, 40.575394 ], [ -73.983435, 40.575414 ], [ -73.982917, 40.575469 ], [ -73.98265, 40.575492 ], [ -73.982396, 40.575513 ], [ -73.982284, 40.575519 ], [ -73.982219, 40.575523 ], [ -73.981733, 40.57555 ], [ -73.981256, 40.575563 ], [ -73.980645, 40.575566 ], [ -73.979639, 40.575537 ], [ -73.978854, 40.575502 ], [ -73.977868, 40.575431 ], [ -73.97675, 40.575319 ], [ -73.976619, 40.575301 ], [ -73.975317, 40.575094 ], [ -73.974707, 40.574998 ], [ -73.973451, 40.574799 ], [ -73.973028, 40.57605 ], [ -73.970781, 40.575788 ], [ -73.96992, 40.575583 ], [ -73.96907, 40.575302 ], [ -73.968868, 40.575236 ], [ -73.968791, 40.575211 ], [ -73.968537, 40.575142 ], [ -73.967682, 40.574967 ], [ -73.966754, 40.574833 ], [ -73.964711, 40.574782 ], [ -73.962881, 40.574983 ], [ -73.961034, 40.575076 ], [ -73.959414, 40.575158 ], [ -73.959423, 40.573911 ], [ -73.959347, 40.569509 ], [ -74.000721, 40.567048 ], [ -74.001879, 40.570159 ], [ -74.002052, 40.570623 ], [ -74.002206, 40.571756 ], [ -74.002366, 40.572318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035300", "name": "Census Tract 353, Kings County, New York", "total_population_17": 5253, "white_alone_17": 968.0, "black_alone_17": 3522.0, "native_alone_17": 0.0, "asian_alone_17": 185.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 448.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.065, "pct_black_alone_change": -9.797, "pct_native_alone_change": -0.018, "pct_asian_alone_change": 3.126, "pct_hispanic_or_latino_change": -2.375, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6685796", "INTPTLON": "-073.9353139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936907, 40.666426 ], [ -73.936825, 40.667317 ], [ -73.936749, 40.668128 ], [ -73.936677, 40.668886 ], [ -73.936657, 40.669101 ], [ -73.936636, 40.669325 ], [ -73.936569, 40.670041 ], [ -73.93649, 40.670886 ], [ -73.936406, 40.671774 ], [ -73.933635, 40.671626 ], [ -73.933721, 40.670734 ], [ -73.933798, 40.669891 ], [ -73.933866, 40.669176 ], [ -73.933888, 40.66895 ], [ -73.933909, 40.668725 ], [ -73.933982, 40.667976 ], [ -73.934058, 40.667168 ], [ -73.934138, 40.666276 ], [ -73.934224, 40.665378 ], [ -73.936984, 40.665536 ], [ -73.936907, 40.666426 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035400", "name": "Census Tract 354, Kings County, New York", "total_population_17": 5533, "white_alone_17": 5080.0, "black_alone_17": 31.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 398.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -1.677, "pct_black_alone_change": -2.659, "pct_native_alone_change": -0.036, "pct_asian_alone_change": -0.516, "pct_hispanic_or_latino_change": 4.685, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5801329", "INTPTLON": "-073.9726148" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976549, 40.575988 ], [ -73.976546, 40.576019 ], [ -73.97645, 40.577078 ], [ -73.976405, 40.577584 ], [ -73.976364, 40.578042 ], [ -73.976348, 40.578219 ], [ -73.976298, 40.578785 ], [ -73.976297, 40.579202 ], [ -73.976271, 40.579821 ], [ -73.974686, 40.579977 ], [ -73.974498, 40.581874 ], [ -73.974566, 40.58249 ], [ -73.974618, 40.582786 ], [ -73.974625, 40.582911 ], [ -73.974638, 40.583114 ], [ -73.973085, 40.58343 ], [ -73.971745, 40.583663 ], [ -73.970846, 40.58382 ], [ -73.970591, 40.583878 ], [ -73.97031, 40.583929 ], [ -73.970045, 40.583965 ], [ -73.969715, 40.583994 ], [ -73.969649, 40.583996 ], [ -73.969404, 40.584005 ], [ -73.969087, 40.584001 ], [ -73.969063, 40.584 ], [ -73.967815, 40.584539 ], [ -73.966913, 40.584566 ], [ -73.966614, 40.584575 ], [ -73.966709, 40.58424 ], [ -73.966744, 40.584066 ], [ -73.966777, 40.583904 ], [ -73.966795, 40.583821 ], [ -73.966894, 40.583348 ], [ -73.967335, 40.581515 ], [ -73.9676, 40.581568 ], [ -73.968978, 40.581759 ], [ -73.970354, 40.58195 ], [ -73.971134, 40.582019 ], [ -73.971193, 40.581829 ], [ -73.971565, 40.580652 ], [ -73.971834, 40.579805 ], [ -73.972123, 40.578889 ], [ -73.972144, 40.578822 ], [ -73.972234, 40.578537 ], [ -73.972265, 40.578438 ], [ -73.972314, 40.578284 ], [ -73.972632, 40.577279 ], [ -73.972775, 40.576832 ], [ -73.972786, 40.576799 ], [ -73.972798, 40.576761 ], [ -73.972818, 40.576699 ], [ -73.972866, 40.57655 ], [ -73.972883, 40.576494 ], [ -73.973028, 40.57605 ], [ -73.973451, 40.574799 ], [ -73.974707, 40.574998 ], [ -73.975317, 40.575094 ], [ -73.976619, 40.575301 ], [ -73.976549, 40.575988 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035500", "name": "Census Tract 355, Kings County, New York", "total_population_17": 5397, "white_alone_17": 922.0, "black_alone_17": 3899.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 535.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.519, "pct_black_alone_change": -8.706, "pct_native_alone_change": -0.166, "pct_asian_alone_change": -0.276, "pct_hispanic_or_latino_change": 2.422, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6644050", "INTPTLON": "-073.9334722" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937158, 40.663753 ], [ -73.937074, 40.664644 ], [ -73.936984, 40.665536 ], [ -73.934224, 40.665378 ], [ -73.931455, 40.665234 ], [ -73.929307, 40.665117 ], [ -73.928683, 40.665086 ], [ -73.928544, 40.664574 ], [ -73.929052, 40.664351 ], [ -73.929168, 40.664299 ], [ -73.929403, 40.664199 ], [ -73.929874, 40.66399 ], [ -73.930685, 40.66362 ], [ -73.931607, 40.663557 ], [ -73.934375, 40.663373 ], [ -73.934553, 40.663362 ], [ -73.937264, 40.663192 ], [ -73.937158, 40.663753 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035601", "name": "Census Tract 356.01, Kings County, New York", "total_population_17": 2849, "white_alone_17": 2575.0, "black_alone_17": 158.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 107.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -2.856, "pct_black_alone_change": 2.41, "pct_native_alone_change": -0.11, "pct_asian_alone_change": -0.416, "pct_hispanic_or_latino_change": 1.135, "pct_native_hawaiian_pacific_islander_change": 0.304, "INTPTLAT": "+40.5808793", "INTPTLON": "-073.9697026" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.971565, 40.580652 ], [ -73.971193, 40.581829 ], [ -73.971134, 40.582019 ], [ -73.970354, 40.58195 ], [ -73.968978, 40.581759 ], [ -73.9676, 40.581568 ], [ -73.967335, 40.581515 ], [ -73.967602, 40.580362 ], [ -73.967887, 40.580324 ], [ -73.968844, 40.580119 ], [ -73.969133, 40.580048 ], [ -73.969241, 40.580028 ], [ -73.969942, 40.579906 ], [ -73.970457, 40.579831 ], [ -73.970878, 40.579795 ], [ -73.971058, 40.579781 ], [ -73.971482, 40.579782 ], [ -73.971834, 40.579805 ], [ -73.971565, 40.580652 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035602", "name": "Census Tract 356.02, Kings County, New York", "total_population_17": 5198, "white_alone_17": 4953.0, "black_alone_17": 1.0, "native_alone_17": 0.0, "asian_alone_17": 115.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 104.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 2.048, "pct_black_alone_change": -3.117, "pct_native_alone_change": -0.11, "pct_asian_alone_change": 1.796, "pct_hispanic_or_latino_change": -0.62, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.5778298", "INTPTLON": "-073.9702043" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.972883, 40.576494 ], [ -73.972866, 40.57655 ], [ -73.972818, 40.576699 ], [ -73.972798, 40.576761 ], [ -73.972786, 40.576799 ], [ -73.972775, 40.576832 ], [ -73.972632, 40.577279 ], [ -73.972314, 40.578284 ], [ -73.972265, 40.578438 ], [ -73.972234, 40.578537 ], [ -73.972144, 40.578822 ], [ -73.972123, 40.578889 ], [ -73.971834, 40.579805 ], [ -73.971482, 40.579782 ], [ -73.971058, 40.579781 ], [ -73.970878, 40.579795 ], [ -73.970457, 40.579831 ], [ -73.969942, 40.579906 ], [ -73.969241, 40.580028 ], [ -73.969133, 40.580048 ], [ -73.968844, 40.580119 ], [ -73.967887, 40.580324 ], [ -73.967602, 40.580362 ], [ -73.968074, 40.578313 ], [ -73.968352, 40.577115 ], [ -73.968507, 40.576422 ], [ -73.968535, 40.576291 ], [ -73.968571, 40.576131 ], [ -73.968868, 40.575236 ], [ -73.96907, 40.575302 ], [ -73.96992, 40.575583 ], [ -73.970781, 40.575788 ], [ -73.973028, 40.57605 ], [ -73.972883, 40.576494 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035700", "name": "Census Tract 357, Kings County, New York", "total_population_17": 2425, "white_alone_17": 48.0, "black_alone_17": 1852.0, "native_alone_17": 8.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 404.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.63, "pct_black_alone_change": -7.158, "pct_native_alone_change": 0.112, "pct_asian_alone_change": -0.287, "pct_hispanic_or_latino_change": 1.671, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6680437", "INTPTLON": "-073.9268441" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928598, 40.66597 ], [ -73.928525, 40.666866 ], [ -73.928443, 40.667672 ], [ -73.92837, 40.668436 ], [ -73.92835, 40.668647 ], [ -73.928329, 40.668862 ], [ -73.928261, 40.669588 ], [ -73.928181, 40.67043 ], [ -73.928098, 40.671321 ], [ -73.925328, 40.671169 ], [ -73.925413, 40.670279 ], [ -73.925491, 40.669435 ], [ -73.925573, 40.668715 ], [ -73.925598, 40.668496 ], [ -73.925539, 40.668493 ], [ -73.92537, 40.668285 ], [ -73.92513, 40.667988 ], [ -73.924915, 40.66772 ], [ -73.924772, 40.667487 ], [ -73.924562, 40.666836 ], [ -73.924389, 40.666385 ], [ -73.924449, 40.666361 ], [ -73.925463, 40.665916 ], [ -73.925922, 40.665715 ], [ -73.92638, 40.665515 ], [ -73.927394, 40.665075 ], [ -73.927712, 40.664935 ], [ -73.928228, 40.66471 ], [ -73.928544, 40.664574 ], [ -73.928683, 40.665086 ], [ -73.928598, 40.66597 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047035900", "name": "Census Tract 359, Kings County, New York", "total_population_17": 5337, "white_alone_17": 5.0, "black_alone_17": 4622.0, "native_alone_17": 0.0, "asian_alone_17": 65.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 614.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.591, "pct_black_alone_change": 0.261, "pct_native_alone_change": -0.304, "pct_asian_alone_change": 0.761, "pct_hispanic_or_latino_change": -0.175, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6704331", "INTPTLON": "-073.9238643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925573, 40.668715 ], [ -73.925491, 40.669435 ], [ -73.925413, 40.670279 ], [ -73.925328, 40.671169 ], [ -73.925245, 40.672062 ], [ -73.925161, 40.672954 ], [ -73.925122, 40.673399 ], [ -73.925082, 40.673844 ], [ -73.922132, 40.673684 ], [ -73.922215, 40.672792 ], [ -73.9223, 40.6719 ], [ -73.922384, 40.671009 ], [ -73.922467, 40.670117 ], [ -73.922544, 40.669276 ], [ -73.922613, 40.668557 ], [ -73.922632, 40.668373 ], [ -73.922654, 40.668139 ], [ -73.922727, 40.667365 ], [ -73.922753, 40.667098 ], [ -73.923129, 40.666932 ], [ -73.924244, 40.666445 ], [ -73.924389, 40.666385 ], [ -73.924562, 40.666836 ], [ -73.924772, 40.667487 ], [ -73.924915, 40.66772 ], [ -73.92513, 40.667988 ], [ -73.92537, 40.668285 ], [ -73.925539, 40.668493 ], [ -73.925598, 40.668496 ], [ -73.925573, 40.668715 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036001", "name": "Census Tract 360.01, Kings County, New York", "total_population_17": 3090, "white_alone_17": 2927.0, "black_alone_17": 16.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 41.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.962, "pct_black_alone_change": 0.288, "pct_native_alone_change": -0.086, "pct_asian_alone_change": -3.165, "pct_hispanic_or_latino_change": -2.5, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5757896", "INTPTLON": "-073.9655591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968868, 40.575236 ], [ -73.968571, 40.576131 ], [ -73.968535, 40.576291 ], [ -73.968262, 40.576304 ], [ -73.967355, 40.576348 ], [ -73.967172, 40.576386 ], [ -73.96638, 40.576551 ], [ -73.965912, 40.576646 ], [ -73.965831, 40.576664 ], [ -73.965095, 40.576827 ], [ -73.96419, 40.577018 ], [ -73.963279, 40.577212 ], [ -73.963008, 40.575716 ], [ -73.962881, 40.574983 ], [ -73.964711, 40.574782 ], [ -73.966754, 40.574833 ], [ -73.967682, 40.574967 ], [ -73.968537, 40.575142 ], [ -73.968791, 40.575211 ], [ -73.968868, 40.575236 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036002", "name": "Census Tract 360.02, Kings County, New York", "total_population_17": 4241, "white_alone_17": 3683.0, "black_alone_17": 32.0, "native_alone_17": 0.0, "asian_alone_17": 134.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 367.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.859, "pct_black_alone_change": 0.306, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.583, "pct_hispanic_or_latino_change": 3.808, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5763621", "INTPTLON": "-073.9612376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963279, 40.577212 ], [ -73.962364, 40.577411 ], [ -73.961441, 40.57761 ], [ -73.960578, 40.577796 ], [ -73.959633, 40.577993 ], [ -73.959531, 40.576619 ], [ -73.959524, 40.576528 ], [ -73.959475, 40.575874 ], [ -73.959454, 40.575575 ], [ -73.959414, 40.575158 ], [ -73.961034, 40.575076 ], [ -73.962881, 40.574983 ], [ -73.963008, 40.575716 ], [ -73.963279, 40.577212 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036100", "name": "Census Tract 361, Kings County, New York", "total_population_17": 2973, "white_alone_17": 124.0, "black_alone_17": 2145.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 654.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.46, "pct_black_alone_change": -7.717, "pct_native_alone_change": -0.355, "pct_asian_alone_change": 0.059, "pct_hispanic_or_latino_change": 3.522, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6695662", "INTPTLON": "-073.9199592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922727, 40.667365 ], [ -73.922654, 40.668139 ], [ -73.922632, 40.668373 ], [ -73.922613, 40.668557 ], [ -73.922544, 40.669276 ], [ -73.922467, 40.670117 ], [ -73.922384, 40.671009 ], [ -73.920379, 40.6709 ], [ -73.919794, 40.670868 ], [ -73.917022, 40.670718 ], [ -73.91696, 40.670714 ], [ -73.915046, 40.670608 ], [ -73.914873, 40.670533 ], [ -73.915729, 40.670158 ], [ -73.916584, 40.669787 ], [ -73.917135, 40.669543 ], [ -73.917283, 40.669479 ], [ -73.917482, 40.669393 ], [ -73.917879, 40.66922 ], [ -73.918382, 40.669002 ], [ -73.919231, 40.668631 ], [ -73.920039, 40.668282 ], [ -73.920057, 40.668378 ], [ -73.920128, 40.668241 ], [ -73.92102, 40.667852 ], [ -73.921872, 40.667481 ], [ -73.922215, 40.667334 ], [ -73.922753, 40.667098 ], [ -73.922727, 40.667365 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036200", "name": "Census Tract 362, Kings County, New York", "total_population_17": 3480, "white_alone_17": 1416.0, "black_alone_17": 40.0, "native_alone_17": 108.0, "asian_alone_17": 957.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 959.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.848, "pct_black_alone_change": -2.647, "pct_native_alone_change": 2.513, "pct_asian_alone_change": 1.458, "pct_hispanic_or_latino_change": -9.205, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5781170", "INTPTLON": "-073.9640009" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968507, 40.576422 ], [ -73.968352, 40.577115 ], [ -73.968074, 40.578313 ], [ -73.967772, 40.57838 ], [ -73.966664, 40.578624 ], [ -73.965815, 40.578808 ], [ -73.96491, 40.578996 ], [ -73.964463, 40.579091 ], [ -73.964008, 40.579187 ], [ -73.963555, 40.579283 ], [ -73.963106, 40.579377 ], [ -73.962657, 40.579471 ], [ -73.962203, 40.579572 ], [ -73.961305, 40.579759 ], [ -73.960744, 40.579881 ], [ -73.960333, 40.579968 ], [ -73.959801, 40.58008 ], [ -73.959746, 40.579369 ], [ -73.959663, 40.578366 ], [ -73.959633, 40.577993 ], [ -73.960578, 40.577796 ], [ -73.961441, 40.57761 ], [ -73.962364, 40.577411 ], [ -73.963279, 40.577212 ], [ -73.96419, 40.577018 ], [ -73.965095, 40.576827 ], [ -73.965831, 40.576664 ], [ -73.965912, 40.576646 ], [ -73.96638, 40.576551 ], [ -73.967172, 40.576386 ], [ -73.967355, 40.576348 ], [ -73.968262, 40.576304 ], [ -73.968535, 40.576291 ], [ -73.968507, 40.576422 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036300", "name": "Census Tract 363, Kings County, New York", "total_population_17": 4331, "white_alone_17": 223.0, "black_alone_17": 3409.0, "native_alone_17": 39.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 619.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.385, "pct_black_alone_change": -2.702, "pct_native_alone_change": 0.627, "pct_asian_alone_change": -0.009, "pct_hispanic_or_latino_change": -2.684, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.6721757", "INTPTLON": "-073.9169923" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9223, 40.6719 ], [ -73.922215, 40.672792 ], [ -73.922132, 40.673684 ], [ -73.919541, 40.673542 ], [ -73.916773, 40.67339 ], [ -73.914004, 40.67324 ], [ -73.911224, 40.673152 ], [ -73.91123, 40.673079 ], [ -73.909904, 40.672991 ], [ -73.909255, 40.672948 ], [ -73.90977, 40.672733 ], [ -73.909945, 40.672661 ], [ -73.910968, 40.672236 ], [ -73.911099, 40.672183 ], [ -73.911336, 40.672077 ], [ -73.912218, 40.671687 ], [ -73.913086, 40.67131 ], [ -73.914039, 40.670897 ], [ -73.914873, 40.670533 ], [ -73.915046, 40.670608 ], [ -73.91696, 40.670714 ], [ -73.917022, 40.670718 ], [ -73.919794, 40.670868 ], [ -73.920379, 40.6709 ], [ -73.922384, 40.671009 ], [ -73.9223, 40.6719 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036400", "name": "Census Tract 364, Kings County, New York", "total_population_17": 2498, "white_alone_17": 1549.0, "black_alone_17": 47.0, "native_alone_17": 7.0, "asian_alone_17": 614.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 225.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 22.631, "pct_black_alone_change": -0.201, "pct_native_alone_change": 0.015, "pct_asian_alone_change": -1.357, "pct_hispanic_or_latino_change": -16.173, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5801614", "INTPTLON": "-073.9638638" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968074, 40.578313 ], [ -73.967602, 40.580362 ], [ -73.96729, 40.580421 ], [ -73.966211, 40.58063 ], [ -73.965945, 40.580689 ], [ -73.965555, 40.58077 ], [ -73.965113, 40.580863 ], [ -73.964652, 40.58096 ], [ -73.963756, 40.58115 ], [ -73.962828, 40.581347 ], [ -73.961943, 40.581535 ], [ -73.961032, 40.581726 ], [ -73.960936, 40.581746 ], [ -73.959943, 40.581959 ], [ -73.95991, 40.581513 ], [ -73.959885, 40.581171 ], [ -73.95986, 40.580825 ], [ -73.959854, 40.580762 ], [ -73.959832, 40.580483 ], [ -73.959801, 40.58008 ], [ -73.960333, 40.579968 ], [ -73.960744, 40.579881 ], [ -73.961305, 40.579759 ], [ -73.962203, 40.579572 ], [ -73.962657, 40.579471 ], [ -73.963106, 40.579377 ], [ -73.963555, 40.579283 ], [ -73.964008, 40.579187 ], [ -73.964463, 40.579091 ], [ -73.96491, 40.578996 ], [ -73.965815, 40.578808 ], [ -73.966664, 40.578624 ], [ -73.967772, 40.57838 ], [ -73.968074, 40.578313 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036501", "name": "Census Tract 365.01, Kings County, New York", "total_population_17": 2916, "white_alone_17": 21.0, "black_alone_17": 2655.0, "native_alone_17": 0.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 222.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.379, "pct_black_alone_change": 4.544, "pct_native_alone_change": -0.17, "pct_asian_alone_change": -0.49, "pct_hispanic_or_latino_change": -3.711, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6750312", "INTPTLON": "-073.9115136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91392, 40.67413 ], [ -73.913846, 40.674908 ], [ -73.913783, 40.675619 ], [ -73.913777, 40.675687 ], [ -73.913768, 40.675772 ], [ -73.913763, 40.675819 ], [ -73.913696, 40.676495 ], [ -73.912767, 40.676445 ], [ -73.911866, 40.676397 ], [ -73.911119, 40.676355 ], [ -73.910926, 40.676345 ], [ -73.909991, 40.676294 ], [ -73.909094, 40.676244 ], [ -73.908088, 40.67619 ], [ -73.908097, 40.676125 ], [ -73.908195, 40.675379 ], [ -73.90831, 40.674605 ], [ -73.909157, 40.674653 ], [ -73.911075, 40.674757 ], [ -73.911152, 40.673979 ], [ -73.911224, 40.673152 ], [ -73.914004, 40.67324 ], [ -73.91392, 40.67413 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036502", "name": "Census Tract 365.02, Kings County, New York", "total_population_17": 1282, "white_alone_17": 63.0, "black_alone_17": 845.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 365.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.206, "pct_black_alone_change": 16.114, "pct_native_alone_change": -0.1, "pct_asian_alone_change": -0.402, "pct_hispanic_or_latino_change": -13.898, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6747260", "INTPTLON": "-073.9075430" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911224, 40.673152 ], [ -73.911152, 40.673979 ], [ -73.911075, 40.674757 ], [ -73.909157, 40.674653 ], [ -73.90831, 40.674605 ], [ -73.908195, 40.675379 ], [ -73.908097, 40.676125 ], [ -73.908088, 40.67619 ], [ -73.907778, 40.676242 ], [ -73.907125, 40.676248 ], [ -73.906116, 40.676191 ], [ -73.90524, 40.676145 ], [ -73.904354, 40.676093 ], [ -73.904079, 40.676073 ], [ -73.903463, 40.676016 ], [ -73.902535, 40.675884 ], [ -73.902738, 40.675797 ], [ -73.902964, 40.675699 ], [ -73.903009, 40.675679 ], [ -73.903475, 40.675507 ], [ -73.90382, 40.675379 ], [ -73.904373, 40.675109 ], [ -73.90524, 40.674725 ], [ -73.905826, 40.67447 ], [ -73.906095, 40.674353 ], [ -73.906297, 40.674265 ], [ -73.906957, 40.673985 ], [ -73.907469, 40.673762 ], [ -73.907877, 40.673567 ], [ -73.90842, 40.673313 ], [ -73.909255, 40.672948 ], [ -73.909904, 40.672991 ], [ -73.91123, 40.673079 ], [ -73.911224, 40.673152 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036600", "name": "Census Tract 366, Kings County, New York", "total_population_17": 5165, "white_alone_17": 2279.0, "black_alone_17": 100.0, "native_alone_17": 0.0, "asian_alone_17": 1280.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1273.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.451, "pct_black_alone_change": -0.514, "pct_native_alone_change": -0.36, "pct_asian_alone_change": -6.708, "pct_hispanic_or_latino_change": 4.98, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5828706", "INTPTLON": "-073.9637676" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.967335, 40.581515 ], [ -73.966894, 40.583348 ], [ -73.966795, 40.583821 ], [ -73.966777, 40.583904 ], [ -73.966744, 40.584066 ], [ -73.966709, 40.58424 ], [ -73.966614, 40.584575 ], [ -73.966357, 40.584583 ], [ -73.963442, 40.584676 ], [ -73.962552, 40.584783 ], [ -73.962405, 40.584806 ], [ -73.961618, 40.584883 ], [ -73.960261, 40.585039 ], [ -73.960247, 40.584789 ], [ -73.960244, 40.584739 ], [ -73.960238, 40.584615 ], [ -73.960235, 40.584522 ], [ -73.960087, 40.583486 ], [ -73.960027, 40.583209 ], [ -73.959993, 40.582634 ], [ -73.959943, 40.581959 ], [ -73.960936, 40.581746 ], [ -73.961032, 40.581726 ], [ -73.961943, 40.581535 ], [ -73.962828, 40.581347 ], [ -73.963756, 40.58115 ], [ -73.964652, 40.58096 ], [ -73.965113, 40.580863 ], [ -73.965555, 40.58077 ], [ -73.965945, 40.580689 ], [ -73.966211, 40.58063 ], [ -73.96729, 40.580421 ], [ -73.967602, 40.580362 ], [ -73.967335, 40.581515 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036700", "name": "Census Tract 367, Kings County, New York", "total_population_17": 1405, "white_alone_17": 56.0, "black_alone_17": 861.0, "native_alone_17": 0.0, "asian_alone_17": 70.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 361.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.092, "pct_black_alone_change": 15.76, "pct_native_alone_change": -0.801, "pct_asian_alone_change": 3.38, "pct_hispanic_or_latino_change": -24.124, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6775646", "INTPTLON": "-073.9046130" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907975, 40.677363 ], [ -73.907833, 40.678116 ], [ -73.907534, 40.678416 ], [ -73.90723, 40.678662 ], [ -73.906346, 40.679312 ], [ -73.905493, 40.680037 ], [ -73.904791, 40.679641 ], [ -73.904568, 40.679515 ], [ -73.904046, 40.67922 ], [ -73.903466, 40.678897 ], [ -73.900627, 40.677265 ], [ -73.89999, 40.6769 ], [ -73.900792, 40.676572 ], [ -73.902535, 40.675884 ], [ -73.903463, 40.676016 ], [ -73.904079, 40.676073 ], [ -73.904354, 40.676093 ], [ -73.90524, 40.676145 ], [ -73.906116, 40.676191 ], [ -73.907125, 40.676248 ], [ -73.907778, 40.676242 ], [ -73.908088, 40.67619 ], [ -73.907975, 40.677363 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047036900", "name": "Census Tract 369, Kings County, New York", "total_population_17": 5619, "white_alone_17": 341.0, "black_alone_17": 3582.0, "native_alone_17": 0.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1640.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 5.133, "pct_black_alone_change": -8.789, "pct_native_alone_change": -0.326, "pct_asian_alone_change": -0.321, "pct_hispanic_or_latino_change": 3.943, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6796500", "INTPTLON": "-073.9092283" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911813, 40.68318 ], [ -73.911512, 40.683505 ], [ -73.910769, 40.683092 ], [ -73.910067, 40.682684 ], [ -73.909275, 40.682235 ], [ -73.909055, 40.682105 ], [ -73.90886, 40.681994 ], [ -73.908517, 40.681804 ], [ -73.907771, 40.681377 ], [ -73.907018, 40.680948 ], [ -73.90672, 40.680768 ], [ -73.906282, 40.680507 ], [ -73.905659, 40.680141 ], [ -73.905493, 40.680037 ], [ -73.906346, 40.679312 ], [ -73.90723, 40.678662 ], [ -73.907534, 40.678416 ], [ -73.907833, 40.678116 ], [ -73.907975, 40.677363 ], [ -73.908088, 40.67619 ], [ -73.909094, 40.676244 ], [ -73.909991, 40.676294 ], [ -73.910926, 40.676345 ], [ -73.910814, 40.677521 ], [ -73.910799, 40.678278 ], [ -73.910939, 40.678783 ], [ -73.911082, 40.679515 ], [ -73.911225, 40.68024 ], [ -73.911374, 40.68098 ], [ -73.911518, 40.681712 ], [ -73.911664, 40.682446 ], [ -73.911813, 40.68318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037000", "name": "Census Tract 370, Kings County, New York", "total_population_17": 4495, "white_alone_17": 2785.0, "black_alone_17": 0.0, "native_alone_17": 32.0, "asian_alone_17": 1400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 224.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.414, "pct_black_alone_change": -0.763, "pct_native_alone_change": 0.244, "pct_asian_alone_change": 11.205, "pct_hispanic_or_latino_change": 1.29, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5878492", "INTPTLON": "-073.9631650" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966497, 40.585142 ], [ -73.96633, 40.585896 ], [ -73.96615, 40.586669 ], [ -73.965975, 40.587432 ], [ -73.965814, 40.588133 ], [ -73.965641, 40.588888 ], [ -73.965474, 40.589608 ], [ -73.965302, 40.590358 ], [ -73.965129, 40.591108 ], [ -73.964826, 40.591141 ], [ -73.964417, 40.591186 ], [ -73.963774, 40.591257 ], [ -73.96321, 40.591319 ], [ -73.962838, 40.59136 ], [ -73.9626, 40.591386 ], [ -73.960812, 40.591583 ], [ -73.96068, 40.591598 ], [ -73.960624, 40.590863 ], [ -73.960572, 40.590182 ], [ -73.960517, 40.589453 ], [ -73.96046, 40.588724 ], [ -73.960408, 40.588034 ], [ -73.96035, 40.587307 ], [ -73.960296, 40.586505 ], [ -73.960277, 40.58582 ], [ -73.960261, 40.585039 ], [ -73.961618, 40.584883 ], [ -73.962405, 40.584806 ], [ -73.962552, 40.584783 ], [ -73.963442, 40.584676 ], [ -73.966357, 40.584583 ], [ -73.966614, 40.584575 ], [ -73.966497, 40.585142 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037100", "name": "Census Tract 371, Kings County, New York", "total_population_17": 4491, "white_alone_17": 348.0, "black_alone_17": 3231.0, "native_alone_17": 0.0, "asian_alone_17": 80.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 758.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.171, "pct_black_alone_change": -16.454, "pct_native_alone_change": -0.226, "pct_asian_alone_change": 1.304, "pct_hispanic_or_latino_change": 6.833, "pct_native_hawaiian_pacific_islander_change": -0.1, "INTPTLAT": "+40.6802873", "INTPTLON": "-073.9138395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916977, 40.681834 ], [ -73.914319, 40.68214 ], [ -73.911664, 40.682446 ], [ -73.911518, 40.681712 ], [ -73.911374, 40.68098 ], [ -73.911225, 40.68024 ], [ -73.911082, 40.679515 ], [ -73.910939, 40.678783 ], [ -73.910799, 40.678278 ], [ -73.913072, 40.678401 ], [ -73.913559, 40.678427 ], [ -73.916301, 40.678577 ], [ -73.916393, 40.678906 ], [ -73.91654, 40.679637 ], [ -73.916687, 40.680371 ], [ -73.916831, 40.681101 ], [ -73.916977, 40.681834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037300", "name": "Census Tract 373, Kings County, New York", "total_population_17": 4050, "white_alone_17": 447.0, "black_alone_17": 2492.0, "native_alone_17": 48.0, "asian_alone_17": 72.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 977.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.465, "pct_black_alone_change": -22.846, "pct_native_alone_change": 0.447, "pct_asian_alone_change": 1.421, "pct_hispanic_or_latino_change": 10.501, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.6839488", "INTPTLON": "-073.9152154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918046, 40.687213 ], [ -73.917614, 40.686966 ], [ -73.916798, 40.686497 ], [ -73.916611, 40.686391 ], [ -73.916046, 40.686072 ], [ -73.915827, 40.685947 ], [ -73.915501, 40.685762 ], [ -73.91529, 40.685645 ], [ -73.914701, 40.685317 ], [ -73.91454, 40.685227 ], [ -73.913798, 40.6848 ], [ -73.913308, 40.684521 ], [ -73.913037, 40.684368 ], [ -73.912273, 40.683935 ], [ -73.911512, 40.683505 ], [ -73.911813, 40.68318 ], [ -73.911664, 40.682446 ], [ -73.914319, 40.68214 ], [ -73.916977, 40.681834 ], [ -73.917122, 40.682568 ], [ -73.917266, 40.683303 ], [ -73.917413, 40.684034 ], [ -73.917558, 40.684767 ], [ -73.917701, 40.6855 ], [ -73.91785, 40.686233 ], [ -73.917892, 40.686449 ], [ -73.917996, 40.686965 ], [ -73.918046, 40.687213 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037401", "name": "Census Tract 374.01, Kings County, New York", "total_population_17": 4470, "white_alone_17": 3235.0, "black_alone_17": 254.0, "native_alone_17": 71.0, "asian_alone_17": 363.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 142.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.191, "pct_black_alone_change": 4.368, "pct_native_alone_change": 1.479, "pct_asian_alone_change": -1.422, "pct_hispanic_or_latino_change": -0.362, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.5879978", "INTPTLON": "-073.9677550" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970224, 40.59054 ], [ -73.969299, 40.590647 ], [ -73.968371, 40.59075 ], [ -73.967445, 40.590851 ], [ -73.966519, 40.590953 ], [ -73.96542, 40.591075 ], [ -73.965129, 40.591108 ], [ -73.965302, 40.590358 ], [ -73.965474, 40.589608 ], [ -73.965641, 40.588888 ], [ -73.965814, 40.588133 ], [ -73.965975, 40.587432 ], [ -73.96615, 40.586669 ], [ -73.96633, 40.585896 ], [ -73.966497, 40.585142 ], [ -73.966614, 40.584575 ], [ -73.966913, 40.584566 ], [ -73.967815, 40.584539 ], [ -73.969063, 40.584 ], [ -73.969147, 40.584873 ], [ -73.96928, 40.585574 ], [ -73.969423, 40.586307 ], [ -73.969823, 40.588427 ], [ -73.970224, 40.59054 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037402", "name": "Census Tract 374.02, Kings County, New York", "total_population_17": 4753, "white_alone_17": 3001.0, "black_alone_17": 101.0, "native_alone_17": 0.0, "asian_alone_17": 855.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 744.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.423, "pct_black_alone_change": 0.811, "pct_native_alone_change": -0.109, "pct_asian_alone_change": 8.446, "pct_hispanic_or_latino_change": 12.114, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.5867880", "INTPTLON": "-073.9720026" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.974441, 40.58524 ], [ -73.97441, 40.585758 ], [ -73.974368, 40.5865 ], [ -73.974326, 40.5872 ], [ -73.974277, 40.58794 ], [ -73.974227, 40.588706 ], [ -73.974217, 40.590111 ], [ -73.972976, 40.590241 ], [ -73.972077, 40.590341 ], [ -73.971151, 40.590443 ], [ -73.970224, 40.59054 ], [ -73.969823, 40.588427 ], [ -73.969423, 40.586307 ], [ -73.96928, 40.585574 ], [ -73.969147, 40.584873 ], [ -73.969063, 40.584 ], [ -73.969087, 40.584001 ], [ -73.969404, 40.584005 ], [ -73.969649, 40.583996 ], [ -73.969715, 40.583994 ], [ -73.970045, 40.583965 ], [ -73.97031, 40.583929 ], [ -73.970591, 40.583878 ], [ -73.970846, 40.58382 ], [ -73.971745, 40.583663 ], [ -73.973085, 40.58343 ], [ -73.974638, 40.583114 ], [ -73.974441, 40.58524 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037500", "name": "Census Tract 375, Kings County, New York", "total_population_17": 3042, "white_alone_17": 546.0, "black_alone_17": 1408.0, "native_alone_17": 125.0, "asian_alone_17": 444.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 586.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.713, "pct_black_alone_change": -32.91, "pct_native_alone_change": 3.932, "pct_asian_alone_change": 12.9, "pct_hispanic_or_latino_change": 1.92, "pct_native_hawaiian_pacific_islander_change": -0.071, "INTPTLAT": "+40.6876200", "INTPTLON": "-073.9215167" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924287, 40.690768 ], [ -73.923644, 40.690399 ], [ -73.923169, 40.690123 ], [ -73.922807, 40.689924 ], [ -73.922072, 40.68949 ], [ -73.921306, 40.689072 ], [ -73.921214, 40.689019 ], [ -73.920961, 40.688872 ], [ -73.92055, 40.688641 ], [ -73.91981, 40.688211 ], [ -73.919061, 40.687784 ], [ -73.918783, 40.687626 ], [ -73.918294, 40.687357 ], [ -73.918046, 40.687213 ], [ -73.917996, 40.686965 ], [ -73.917892, 40.686449 ], [ -73.91785, 40.686233 ], [ -73.918214, 40.686191 ], [ -73.920495, 40.685928 ], [ -73.920595, 40.685917 ], [ -73.920749, 40.685899 ], [ -73.923095, 40.685629 ], [ -73.923252, 40.685612 ], [ -73.923396, 40.686345 ], [ -73.923542, 40.687076 ], [ -73.923689, 40.687811 ], [ -73.923834, 40.688541 ], [ -73.923979, 40.689275 ], [ -73.924127, 40.690005 ], [ -73.924261, 40.690642 ], [ -73.924392, 40.690831 ], [ -73.924287, 40.690768 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037700", "name": "Census Tract 377, Kings County, New York", "total_population_17": 4354, "white_alone_17": 400.0, "black_alone_17": 3220.0, "native_alone_17": 19.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 545.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.455, "pct_black_alone_change": -19.33, "pct_native_alone_change": 0.253, "pct_asian_alone_change": 0.642, "pct_hispanic_or_latino_change": 7.265, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6840883", "INTPTLON": "-073.9201876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923252, 40.685612 ], [ -73.923095, 40.685629 ], [ -73.920749, 40.685899 ], [ -73.920595, 40.685917 ], [ -73.920495, 40.685928 ], [ -73.918214, 40.686191 ], [ -73.91785, 40.686233 ], [ -73.917701, 40.6855 ], [ -73.917558, 40.684767 ], [ -73.917413, 40.684034 ], [ -73.917266, 40.683303 ], [ -73.917122, 40.682568 ], [ -73.917521, 40.682523 ], [ -73.919866, 40.682254 ], [ -73.922545, 40.681936 ], [ -73.92267, 40.682682 ], [ -73.922814, 40.683415 ], [ -73.922959, 40.684148 ], [ -73.923104, 40.68488 ], [ -73.923252, 40.685612 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047037900", "name": "Census Tract 379, Kings County, New York", "total_population_17": 3683, "white_alone_17": 343.0, "black_alone_17": 3017.0, "native_alone_17": 0.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 235.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 7.615, "pct_black_alone_change": -8.532, "pct_native_alone_change": -0.071, "pct_asian_alone_change": 1.178, "pct_hispanic_or_latino_change": -1.26, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6804989", "INTPTLON": "-073.9193657" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922545, 40.681936 ], [ -73.919866, 40.682254 ], [ -73.917521, 40.682523 ], [ -73.917122, 40.682568 ], [ -73.916977, 40.681834 ], [ -73.916831, 40.681101 ], [ -73.916687, 40.680371 ], [ -73.91654, 40.679637 ], [ -73.916393, 40.678906 ], [ -73.916301, 40.678577 ], [ -73.917968, 40.678669 ], [ -73.91905, 40.678729 ], [ -73.921646, 40.67887 ], [ -73.921835, 40.678946 ], [ -73.921973, 40.679078 ], [ -73.922132, 40.679745 ], [ -73.922277, 40.680476 ], [ -73.922427, 40.681211 ], [ -73.922545, 40.681936 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038100", "name": "Census Tract 381, Kings County, New York", "total_population_17": 5459, "white_alone_17": 393.0, "black_alone_17": 4194.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 792.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 6.931, "pct_black_alone_change": -11.995, "pct_native_alone_change": -0.474, "pct_asian_alone_change": -0.371, "pct_hispanic_or_latino_change": 4.836, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6810478", "INTPTLON": "-073.9254263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928651, 40.679749 ], [ -73.928642, 40.679766 ], [ -73.928592, 40.679897 ], [ -73.928555, 40.68005 ], [ -73.928538, 40.680206 ], [ -73.928543, 40.680354 ], [ -73.928568, 40.680507 ], [ -73.928727, 40.681237 ], [ -73.928867, 40.681971 ], [ -73.929009, 40.682703 ], [ -73.926095, 40.683038 ], [ -73.922814, 40.683415 ], [ -73.92267, 40.682682 ], [ -73.922545, 40.681936 ], [ -73.922427, 40.681211 ], [ -73.922277, 40.680476 ], [ -73.922132, 40.679745 ], [ -73.921973, 40.679078 ], [ -73.921835, 40.678946 ], [ -73.921646, 40.67887 ], [ -73.922505, 40.678917 ], [ -73.924593, 40.679032 ], [ -73.925266, 40.679073 ], [ -73.926564, 40.679145 ], [ -73.927356, 40.679183 ], [ -73.929058, 40.679277 ], [ -73.928651, 40.679749 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038200", "name": "Census Tract 382, Kings County, New York", "total_population_17": 6197, "white_alone_17": 343.0, "black_alone_17": 2118.0, "native_alone_17": 0.0, "asian_alone_17": 1637.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1817.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.408, "pct_black_alone_change": -5.475, "pct_native_alone_change": -0.617, "pct_asian_alone_change": 12.782, "pct_hispanic_or_latino_change": -7.134, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5915250", "INTPTLON": "-073.9814805" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98464, 40.593552 ], [ -73.983667, 40.593664 ], [ -73.982734, 40.593764 ], [ -73.98179, 40.593868 ], [ -73.981138, 40.593946 ], [ -73.980711, 40.593997 ], [ -73.979886, 40.593506 ], [ -73.979481, 40.59323 ], [ -73.978764, 40.592825 ], [ -73.978622, 40.592469 ], [ -73.978529, 40.592235 ], [ -73.978445, 40.591979 ], [ -73.978378, 40.591721 ], [ -73.978331, 40.591467 ], [ -73.978301, 40.591228 ], [ -73.978285, 40.59093 ], [ -73.97829, 40.590674 ], [ -73.978313, 40.590403 ], [ -73.978357, 40.590125 ], [ -73.978417, 40.589868 ], [ -73.97848, 40.589654 ], [ -73.979082, 40.589586 ], [ -73.980155, 40.589465 ], [ -73.980938, 40.589376 ], [ -73.98109, 40.589359 ], [ -73.981881, 40.589259 ], [ -73.982811, 40.589158 ], [ -73.983803, 40.589042 ], [ -73.983901, 40.589573 ], [ -73.984014, 40.590153 ], [ -73.984094, 40.590567 ], [ -73.984204, 40.591166 ], [ -73.984257, 40.591568 ], [ -73.984433, 40.592496 ], [ -73.984528, 40.592986 ], [ -73.984624, 40.593475 ], [ -73.98464, 40.593552 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038300", "name": "Census Tract 383, Kings County, New York", "total_population_17": 4525, "white_alone_17": 368.0, "black_alone_17": 3488.0, "native_alone_17": 0.0, "asian_alone_17": 249.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 327.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 7.233, "pct_black_alone_change": -17.141, "pct_native_alone_change": -0.075, "pct_asian_alone_change": 5.353, "pct_hispanic_or_latino_change": 2.801, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6845246", "INTPTLON": "-073.9262056" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929591, 40.685635 ], [ -73.926676, 40.685971 ], [ -73.923396, 40.686345 ], [ -73.923252, 40.685612 ], [ -73.923104, 40.68488 ], [ -73.922959, 40.684148 ], [ -73.922814, 40.683415 ], [ -73.926095, 40.683038 ], [ -73.929009, 40.682703 ], [ -73.929161, 40.683437 ], [ -73.929309, 40.684169 ], [ -73.929452, 40.684903 ], [ -73.929522, 40.685273 ], [ -73.929591, 40.685635 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038500", "name": "Census Tract 385, Kings County, New York", "total_population_17": 3503, "white_alone_17": 458.0, "black_alone_17": 2216.0, "native_alone_17": 34.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 636.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 12.579, "pct_black_alone_change": -26.349, "pct_native_alone_change": 0.806, "pct_asian_alone_change": 2.934, "pct_hispanic_or_latino_change": 9.97, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6874554", "INTPTLON": "-073.9267891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93018, 40.688565 ], [ -73.927254, 40.688901 ], [ -73.923979, 40.689275 ], [ -73.923834, 40.688541 ], [ -73.923689, 40.687811 ], [ -73.923542, 40.687076 ], [ -73.923396, 40.686345 ], [ -73.926676, 40.685971 ], [ -73.929591, 40.685635 ], [ -73.92975, 40.686366 ], [ -73.929888, 40.6871 ], [ -73.930035, 40.687833 ], [ -73.93018, 40.688565 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038600", "name": "Census Tract 386, Kings County, New York", "total_population_17": 3730, "white_alone_17": 1356.0, "black_alone_17": 1.0, "native_alone_17": 0.0, "asian_alone_17": 1377.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 950.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.515, "pct_black_alone_change": -2.786, "pct_native_alone_change": -0.296, "pct_asian_alone_change": 14.53, "pct_hispanic_or_latino_change": 12.973, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5923495", "INTPTLON": "-073.9751085" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980235, 40.594046 ], [ -73.979955, 40.594074 ], [ -73.979027, 40.594172 ], [ -73.97849, 40.594231 ], [ -73.978254, 40.594259 ], [ -73.978105, 40.594277 ], [ -73.977104, 40.594389 ], [ -73.976107, 40.5945 ], [ -73.975352, 40.594576 ], [ -73.975407, 40.594122 ], [ -73.974652, 40.594017 ], [ -73.973662, 40.593922 ], [ -73.972806, 40.593848 ], [ -73.972478, 40.59382 ], [ -73.971989, 40.593775 ], [ -73.971782, 40.593756 ], [ -73.971555, 40.59256 ], [ -73.971419, 40.591839 ], [ -73.971288, 40.59116 ], [ -73.971151, 40.590443 ], [ -73.972077, 40.590341 ], [ -73.972976, 40.590241 ], [ -73.974217, 40.590111 ], [ -73.975571, 40.589948 ], [ -73.977514, 40.591136 ], [ -73.97764, 40.59191 ], [ -73.977695, 40.592179 ], [ -73.978217, 40.592503 ], [ -73.978764, 40.592825 ], [ -73.979481, 40.59323 ], [ -73.979886, 40.593506 ], [ -73.980711, 40.593997 ], [ -73.980235, 40.594046 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038700", "name": "Census Tract 387, Kings County, New York", "total_population_17": 4201, "white_alone_17": 791.0, "black_alone_17": 2274.0, "native_alone_17": 26.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 956.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.075, "pct_black_alone_change": -28.919, "pct_native_alone_change": -0.358, "pct_asian_alone_change": 2.807, "pct_hispanic_or_latino_change": 8.263, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6905393", "INTPTLON": "-073.9277496" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930907, 40.692228 ], [ -73.927985, 40.692563 ], [ -73.927507, 40.692604 ], [ -73.927071, 40.692346 ], [ -73.92645, 40.692002 ], [ -73.926316, 40.691929 ], [ -73.92556, 40.691491 ], [ -73.925365, 40.691367 ], [ -73.924392, 40.690831 ], [ -73.924261, 40.690642 ], [ -73.924127, 40.690005 ], [ -73.923979, 40.689275 ], [ -73.927254, 40.688901 ], [ -73.93018, 40.688565 ], [ -73.930325, 40.689298 ], [ -73.93047, 40.690031 ], [ -73.930616, 40.690762 ], [ -73.93076, 40.691495 ], [ -73.930907, 40.692228 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038800", "name": "Census Tract 388, Kings County, New York", "total_population_17": 3833, "white_alone_17": 2698.0, "black_alone_17": 257.0, "native_alone_17": 0.0, "asian_alone_17": 511.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 341.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.39, "pct_black_alone_change": 6.074, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 4.263, "pct_hispanic_or_latino_change": 5.426, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5929248", "INTPTLON": "-073.9692516" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.971897, 40.594353 ], [ -73.971765, 40.595112 ], [ -73.971082, 40.595049 ], [ -73.970111, 40.594957 ], [ -73.969771, 40.59493 ], [ -73.969228, 40.595256 ], [ -73.968302, 40.59536 ], [ -73.967376, 40.595461 ], [ -73.967221, 40.594652 ], [ -73.966924, 40.593074 ], [ -73.966654, 40.591677 ], [ -73.966519, 40.590953 ], [ -73.967445, 40.590851 ], [ -73.968371, 40.59075 ], [ -73.969299, 40.590647 ], [ -73.970224, 40.59054 ], [ -73.971151, 40.590443 ], [ -73.971288, 40.59116 ], [ -73.971419, 40.591839 ], [ -73.971555, 40.59256 ], [ -73.971782, 40.593756 ], [ -73.971897, 40.594353 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047038900", "name": "Census Tract 389, Kings County, New York", "total_population_17": 2943, "white_alone_17": 803.0, "black_alone_17": 236.0, "native_alone_17": 90.0, "asian_alone_17": 358.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1515.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 25.405, "pct_black_alone_change": 1.067, "pct_native_alone_change": 2.708, "pct_asian_alone_change": 7.529, "pct_hispanic_or_latino_change": -34.311, "pct_native_hawaiian_pacific_islander_change": -0.131, "INTPTLAT": "+40.6994385", "INTPTLON": "-073.9372349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941931, 40.700725 ], [ -73.94042, 40.701077 ], [ -73.939501, 40.701281 ], [ -73.938365, 40.701545 ], [ -73.93763, 40.701739 ], [ -73.936982, 40.70191 ], [ -73.936729, 40.701303 ], [ -73.93644, 40.700625 ], [ -73.936366, 40.700485 ], [ -73.936066, 40.700011 ], [ -73.93547, 40.699071 ], [ -73.934762, 40.6987 ], [ -73.933987, 40.698264 ], [ -73.933696, 40.698104 ], [ -73.933246, 40.697855 ], [ -73.932267, 40.697315 ], [ -73.932835, 40.697247 ], [ -73.934008, 40.697118 ], [ -73.935222, 40.696986 ], [ -73.936006, 40.697406 ], [ -73.936388, 40.697616 ], [ -73.93676, 40.697831 ], [ -73.937391, 40.698186 ], [ -73.937773, 40.698405 ], [ -73.938177, 40.698641 ], [ -73.938568, 40.698848 ], [ -73.938902, 40.699037 ], [ -73.93969, 40.699456 ], [ -73.94042, 40.699874 ], [ -73.941149, 40.700281 ], [ -73.941931, 40.700725 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039000", "name": "Census Tract 390, Kings County, New York", "total_population_17": 2457, "white_alone_17": 2212.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 87.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 90.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.338, "pct_black_alone_change": -0.046, "pct_native_alone_change": -0.228, "pct_asian_alone_change": -2.846, "pct_hispanic_or_latino_change": 0.743, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5929693", "INTPTLON": "-073.9644266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.967376, 40.595461 ], [ -73.966449, 40.595567 ], [ -73.96535, 40.595686 ], [ -73.965076, 40.595716 ], [ -73.964834, 40.594434 ], [ -73.964638, 40.593328 ], [ -73.964348, 40.593359 ], [ -73.963251, 40.593478 ], [ -73.960845, 40.593743 ], [ -73.960789, 40.593014 ], [ -73.960736, 40.592327 ], [ -73.96068, 40.591598 ], [ -73.960812, 40.591583 ], [ -73.9626, 40.591386 ], [ -73.962838, 40.59136 ], [ -73.96321, 40.591319 ], [ -73.963774, 40.591257 ], [ -73.964417, 40.591186 ], [ -73.964826, 40.591141 ], [ -73.965129, 40.591108 ], [ -73.96542, 40.591075 ], [ -73.966519, 40.590953 ], [ -73.966654, 40.591677 ], [ -73.966924, 40.593074 ], [ -73.967221, 40.594652 ], [ -73.967376, 40.595461 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039100", "name": "Census Tract 391, Kings County, New York", "total_population_17": 3053, "white_alone_17": 572.0, "black_alone_17": 321.0, "native_alone_17": 0.0, "asian_alone_17": 78.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1976.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.328, "pct_black_alone_change": -5.096, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.306, "pct_hispanic_or_latino_change": -13.805, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6997950", "INTPTLON": "-073.9336550" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936982, 40.70191 ], [ -73.935336, 40.702315 ], [ -73.933951, 40.702674 ], [ -73.93353, 40.701716 ], [ -73.93314, 40.700827 ], [ -73.932781, 40.700059 ], [ -73.93235, 40.699814 ], [ -73.932031, 40.699628 ], [ -73.931555, 40.69936 ], [ -73.93128, 40.699202 ], [ -73.93077, 40.698911 ], [ -73.930521, 40.698772 ], [ -73.930262, 40.698529 ], [ -73.929964, 40.69825 ], [ -73.929394, 40.697713 ], [ -73.929316, 40.69764 ], [ -73.929615, 40.697607 ], [ -73.931223, 40.697433 ], [ -73.931338, 40.69742 ], [ -73.932267, 40.697315 ], [ -73.933246, 40.697855 ], [ -73.933696, 40.698104 ], [ -73.933987, 40.698264 ], [ -73.934762, 40.6987 ], [ -73.93547, 40.699071 ], [ -73.936066, 40.700011 ], [ -73.936366, 40.700485 ], [ -73.93644, 40.700625 ], [ -73.936729, 40.701303 ], [ -73.936982, 40.70191 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039200", "name": "Census Tract 392, Kings County, New York", "total_population_17": 2546, "white_alone_17": 2083.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 331.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 132.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.851, "pct_black_alone_change": -0.466, "pct_native_alone_change": -0.179, "pct_asian_alone_change": 5.149, "pct_hispanic_or_latino_change": 1.779, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5958499", "INTPTLON": "-073.9630396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96519, 40.597865 ], [ -73.964106, 40.597986 ], [ -73.963034, 40.598102 ], [ -73.962103, 40.598206 ], [ -73.961185, 40.598312 ], [ -73.961028, 40.596161 ], [ -73.960965, 40.595349 ], [ -73.960888, 40.594365 ], [ -73.960845, 40.593743 ], [ -73.963251, 40.593478 ], [ -73.964348, 40.593359 ], [ -73.964638, 40.593328 ], [ -73.964834, 40.594434 ], [ -73.965076, 40.595716 ], [ -73.965477, 40.597834 ], [ -73.96519, 40.597865 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039300", "name": "Census Tract 393, Kings County, New York", "total_population_17": 3675, "white_alone_17": 746.0, "black_alone_17": 740.0, "native_alone_17": 46.0, "asian_alone_17": 161.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1964.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 18.549, "pct_black_alone_change": -11.043, "pct_native_alone_change": 0.573, "pct_asian_alone_change": 2.131, "pct_hispanic_or_latino_change": -10.058, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6956280", "INTPTLON": "-073.9300045" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.935222, 40.696986 ], [ -73.934008, 40.697118 ], [ -73.932835, 40.697247 ], [ -73.932267, 40.697315 ], [ -73.931338, 40.69742 ], [ -73.931223, 40.697433 ], [ -73.929615, 40.697607 ], [ -73.929316, 40.69764 ], [ -73.928833, 40.697186 ], [ -73.928231, 40.696666 ], [ -73.92725, 40.696142 ], [ -73.926499, 40.695712 ], [ -73.927497, 40.694697 ], [ -73.927227, 40.694548 ], [ -73.926736, 40.69428 ], [ -73.926481, 40.694141 ], [ -73.927811, 40.692774 ], [ -73.928043, 40.692904 ], [ -73.928507, 40.693166 ], [ -73.928642, 40.693241 ], [ -73.929702, 40.693864 ], [ -73.930512, 40.694317 ], [ -73.931145, 40.694674 ], [ -73.931458, 40.694855 ], [ -73.931773, 40.695028 ], [ -73.931929, 40.695115 ], [ -73.932366, 40.695358 ], [ -73.933118, 40.695791 ], [ -73.933828, 40.696184 ], [ -73.934134, 40.696359 ], [ -73.934797, 40.696737 ], [ -73.935222, 40.696986 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039400", "name": "Census Tract 394, Kings County, New York", "total_population_17": 2464, "white_alone_17": 1912.0, "black_alone_17": 61.0, "native_alone_17": 0.0, "asian_alone_17": 60.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 299.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.695, "pct_black_alone_change": 1.843, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -3.939, "pct_hispanic_or_latino_change": 7.503, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5984930", "INTPTLON": "-073.9650691" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968201, 40.599835 ], [ -73.967273, 40.599939 ], [ -73.966178, 40.60006 ], [ -73.965904, 40.60009 ], [ -73.965624, 40.600121 ], [ -73.96453, 40.600242 ], [ -73.963455, 40.600363 ], [ -73.962534, 40.600461 ], [ -73.961363, 40.600589 ], [ -73.961185, 40.598312 ], [ -73.962103, 40.598206 ], [ -73.963034, 40.598102 ], [ -73.964106, 40.597986 ], [ -73.96519, 40.597865 ], [ -73.965477, 40.597834 ], [ -73.965076, 40.595716 ], [ -73.96535, 40.595686 ], [ -73.966449, 40.595567 ], [ -73.967376, 40.595461 ], [ -73.967777, 40.59758 ], [ -73.968201, 40.599835 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039500", "name": "Census Tract 395, Kings County, New York", "total_population_17": 4422, "white_alone_17": 866.0, "black_alone_17": 1581.0, "native_alone_17": 0.0, "asian_alone_17": 373.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1583.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 15.514, "pct_black_alone_change": 1.485, "pct_native_alone_change": -0.743, "pct_asian_alone_change": 7.142, "pct_hispanic_or_latino_change": -22.838, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6929683", "INTPTLON": "-073.9247375" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.927811, 40.692774 ], [ -73.926481, 40.694141 ], [ -73.926736, 40.69428 ], [ -73.927227, 40.694548 ], [ -73.927497, 40.694697 ], [ -73.926499, 40.695712 ], [ -73.92575, 40.695285 ], [ -73.924995, 40.694855 ], [ -73.924249, 40.694429 ], [ -73.923498, 40.694001 ], [ -73.922748, 40.693573 ], [ -73.921994, 40.693144 ], [ -73.921154, 40.692796 ], [ -73.92128, 40.692797 ], [ -73.92223, 40.691823 ], [ -73.92295, 40.6911 ], [ -73.923644, 40.690399 ], [ -73.924287, 40.690768 ], [ -73.924392, 40.690831 ], [ -73.925365, 40.691367 ], [ -73.92556, 40.691491 ], [ -73.926316, 40.691929 ], [ -73.92645, 40.692002 ], [ -73.927071, 40.692346 ], [ -73.927507, 40.692604 ], [ -73.927811, 40.692774 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039600", "name": "Census Tract 396, Kings County, New York", "total_population_17": 1824, "white_alone_17": 1446.0, "black_alone_17": 0.0, "native_alone_17": 83.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 132.0, "hispanic_or_latino_17": 127.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.448, "pct_black_alone_change": -0.394, "pct_native_alone_change": 4.55, "pct_asian_alone_change": -0.895, "pct_hispanic_or_latino_change": 2.628, "pct_native_hawaiian_pacific_islander_change": 7.237, "INTPTLAT": "+40.5973496", "INTPTLON": "-073.9697067" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.971911, 40.599423 ], [ -73.970984, 40.59953 ], [ -73.970056, 40.599632 ], [ -73.96913, 40.599733 ], [ -73.968201, 40.599835 ], [ -73.967777, 40.59758 ], [ -73.967376, 40.595461 ], [ -73.968302, 40.59536 ], [ -73.969228, 40.595256 ], [ -73.969771, 40.59493 ], [ -73.970111, 40.594957 ], [ -73.971082, 40.595049 ], [ -73.971765, 40.595112 ], [ -73.971533, 40.596369 ], [ -73.971329, 40.596353 ], [ -73.971484, 40.597172 ], [ -73.97163, 40.597944 ], [ -73.971761, 40.598652 ], [ -73.971911, 40.599423 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039700", "name": "Census Tract 397, Kings County, New York", "total_population_17": 3701, "white_alone_17": 537.0, "black_alone_17": 1893.0, "native_alone_17": 0.0, "asian_alone_17": 51.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1189.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.861, "pct_black_alone_change": -14.901, "pct_native_alone_change": -0.154, "pct_asian_alone_change": 0.389, "pct_hispanic_or_latino_change": 0.584, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6889488", "INTPTLON": "-073.9191404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923644, 40.690399 ], [ -73.92295, 40.6911 ], [ -73.92223, 40.691823 ], [ -73.921411, 40.691353 ], [ -73.920657, 40.690927 ], [ -73.919906, 40.690499 ], [ -73.919153, 40.690076 ], [ -73.9184, 40.689646 ], [ -73.917649, 40.689218 ], [ -73.916899, 40.68879 ], [ -73.916147, 40.688361 ], [ -73.915395, 40.687936 ], [ -73.914642, 40.687507 ], [ -73.914785, 40.68736 ], [ -73.916046, 40.686072 ], [ -73.916611, 40.686391 ], [ -73.916798, 40.686497 ], [ -73.917614, 40.686966 ], [ -73.918046, 40.687213 ], [ -73.918294, 40.687357 ], [ -73.918783, 40.687626 ], [ -73.919061, 40.687784 ], [ -73.91981, 40.688211 ], [ -73.92055, 40.688641 ], [ -73.920961, 40.688872 ], [ -73.921214, 40.689019 ], [ -73.921306, 40.689072 ], [ -73.922072, 40.68949 ], [ -73.922807, 40.689924 ], [ -73.923169, 40.690123 ], [ -73.923644, 40.690399 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039800", "name": "Census Tract 398, Kings County, New York", "total_population_17": 2665, "white_alone_17": 988.0, "black_alone_17": 0.0, "native_alone_17": 30.0, "asian_alone_17": 1169.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 475.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.027, "pct_black_alone_change": -0.669, "pct_native_alone_change": 0.791, "pct_asian_alone_change": 21.406, "pct_hispanic_or_latino_change": 2.307, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5954468", "INTPTLON": "-073.9755124" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980358, 40.596192 ], [ -73.979432, 40.596292 ], [ -73.978927, 40.596348 ], [ -73.978504, 40.596396 ], [ -73.977507, 40.596506 ], [ -73.97651, 40.596616 ], [ -73.975588, 40.596719 ], [ -73.975039, 40.59678 ], [ -73.974927, 40.596794 ], [ -73.974083, 40.596883 ], [ -73.97324, 40.596979 ], [ -73.971484, 40.597172 ], [ -73.971329, 40.596353 ], [ -73.971533, 40.596369 ], [ -73.971765, 40.595112 ], [ -73.971897, 40.594353 ], [ -73.971782, 40.593756 ], [ -73.971989, 40.593775 ], [ -73.972478, 40.59382 ], [ -73.972806, 40.593848 ], [ -73.973662, 40.593922 ], [ -73.974652, 40.594017 ], [ -73.975407, 40.594122 ], [ -73.975352, 40.594576 ], [ -73.976107, 40.5945 ], [ -73.977104, 40.594389 ], [ -73.978105, 40.594277 ], [ -73.978254, 40.594259 ], [ -73.97849, 40.594231 ], [ -73.979027, 40.594172 ], [ -73.979955, 40.594074 ], [ -73.980143, 40.595066 ], [ -73.980358, 40.596192 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047039900", "name": "Census Tract 399, Kings County, New York", "total_population_17": 3893, "white_alone_17": 441.0, "black_alone_17": 1439.0, "native_alone_17": 13.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1868.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 10.163, "pct_black_alone_change": -22.581, "pct_native_alone_change": -0.063, "pct_asian_alone_change": -2.204, "pct_hispanic_or_latino_change": 12.056, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6902356", "INTPTLON": "-073.9175530" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92223, 40.691823 ], [ -73.92128, 40.692797 ], [ -73.921154, 40.692796 ], [ -73.920301, 40.692485 ], [ -73.919459, 40.692149 ], [ -73.91862, 40.691808 ], [ -73.917791, 40.69146 ], [ -73.916964, 40.69111 ], [ -73.916199, 40.690692 ], [ -73.91545, 40.690264 ], [ -73.914699, 40.689836 ], [ -73.913946, 40.689409 ], [ -73.913194, 40.68898 ], [ -73.914521, 40.687629 ], [ -73.914642, 40.687507 ], [ -73.915395, 40.687936 ], [ -73.916147, 40.688361 ], [ -73.916899, 40.68879 ], [ -73.917649, 40.689218 ], [ -73.9184, 40.689646 ], [ -73.919153, 40.690076 ], [ -73.919906, 40.690499 ], [ -73.920657, 40.690927 ], [ -73.921411, 40.691353 ], [ -73.92223, 40.691823 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040000", "name": "Census Tract 400, Kings County, New York", "total_population_17": 3344, "white_alone_17": 1350.0, "black_alone_17": 20.0, "native_alone_17": 0.0, "asian_alone_17": 1620.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 354.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.248, "pct_black_alone_change": -0.827, "pct_native_alone_change": -0.102, "pct_asian_alone_change": 28.262, "pct_hispanic_or_latino_change": -2.067, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5978088", "INTPTLON": "-073.9761352" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980784, 40.598447 ], [ -73.979858, 40.598548 ], [ -73.979352, 40.598605 ], [ -73.978929, 40.598653 ], [ -73.977933, 40.598762 ], [ -73.976935, 40.59887 ], [ -73.97601, 40.598979 ], [ -73.975098, 40.59907 ], [ -73.97471, 40.599117 ], [ -73.973755, 40.599221 ], [ -73.972911, 40.599315 ], [ -73.971911, 40.599423 ], [ -73.971761, 40.598652 ], [ -73.97163, 40.597944 ], [ -73.971484, 40.597172 ], [ -73.97324, 40.596979 ], [ -73.974083, 40.596883 ], [ -73.974927, 40.596794 ], [ -73.975039, 40.59678 ], [ -73.975588, 40.596719 ], [ -73.97651, 40.596616 ], [ -73.977507, 40.596506 ], [ -73.978504, 40.596396 ], [ -73.978927, 40.596348 ], [ -73.979432, 40.596292 ], [ -73.980358, 40.596192 ], [ -73.980784, 40.598447 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040100", "name": "Census Tract 401, Kings County, New York", "total_population_17": 3244, "white_alone_17": 554.0, "black_alone_17": 1636.0, "native_alone_17": 1.0, "asian_alone_17": 141.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 898.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 16.033, "pct_black_alone_change": -8.611, "pct_native_alone_change": -0.476, "pct_asian_alone_change": 3.712, "pct_hispanic_or_latino_change": -10.614, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6864591", "INTPTLON": "-073.9127408" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916046, 40.686072 ], [ -73.914785, 40.68736 ], [ -73.914642, 40.687507 ], [ -73.914521, 40.687629 ], [ -73.913194, 40.68898 ], [ -73.912929, 40.688829 ], [ -73.912443, 40.688553 ], [ -73.911692, 40.688125 ], [ -73.91094, 40.687699 ], [ -73.910189, 40.687271 ], [ -73.909439, 40.686845 ], [ -73.910887, 40.685369 ], [ -73.912273, 40.683935 ], [ -73.913037, 40.684368 ], [ -73.913308, 40.684521 ], [ -73.913798, 40.6848 ], [ -73.91454, 40.685227 ], [ -73.914701, 40.685317 ], [ -73.91529, 40.685645 ], [ -73.915501, 40.685762 ], [ -73.915827, 40.685947 ], [ -73.916046, 40.686072 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040200", "name": "Census Tract 402, Kings County, New York", "total_population_17": 2962, "white_alone_17": 1172.0, "black_alone_17": 0.0, "native_alone_17": 58.0, "asian_alone_17": 1203.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 552.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.048, "pct_black_alone_change": -0.741, "pct_native_alone_change": 1.763, "pct_asian_alone_change": 8.243, "pct_hispanic_or_latino_change": 10.602, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5960009", "INTPTLON": "-073.9827234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985491, 40.59793 ], [ -73.984493, 40.598038 ], [ -73.983567, 40.59814 ], [ -73.982639, 40.598243 ], [ -73.981712, 40.598345 ], [ -73.980784, 40.598447 ], [ -73.980358, 40.596192 ], [ -73.980143, 40.595066 ], [ -73.979955, 40.594074 ], [ -73.980235, 40.594046 ], [ -73.980711, 40.593997 ], [ -73.981138, 40.593946 ], [ -73.98179, 40.593868 ], [ -73.982734, 40.593764 ], [ -73.983667, 40.593664 ], [ -73.98464, 40.593552 ], [ -73.984678, 40.593659 ], [ -73.985015, 40.595413 ], [ -73.985061, 40.595671 ], [ -73.985201, 40.596398 ], [ -73.985266, 40.596744 ], [ -73.985481, 40.597876 ], [ -73.985491, 40.59793 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040300", "name": "Census Tract 403, Kings County, New York", "total_population_17": 4025, "white_alone_17": 346.0, "black_alone_17": 2491.0, "native_alone_17": 0.0, "asian_alone_17": 50.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1138.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.523, "pct_black_alone_change": -6.814, "pct_native_alone_change": -0.537, "pct_asian_alone_change": 0.135, "pct_hispanic_or_latino_change": 0.195, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6845226", "INTPTLON": "-073.9082094" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912273, 40.683935 ], [ -73.910887, 40.685369 ], [ -73.909439, 40.686845 ], [ -73.908688, 40.686417 ], [ -73.907934, 40.685988 ], [ -73.907183, 40.685561 ], [ -73.905738, 40.68704 ], [ -73.905473, 40.686893 ], [ -73.905343, 40.68682 ], [ -73.904969, 40.6866 ], [ -73.904494, 40.686299 ], [ -73.905433, 40.68366 ], [ -73.905787, 40.683397 ], [ -73.906376, 40.682802 ], [ -73.907126, 40.68323 ], [ -73.908517, 40.681804 ], [ -73.90886, 40.681994 ], [ -73.909055, 40.682105 ], [ -73.909275, 40.682235 ], [ -73.910067, 40.682684 ], [ -73.910769, 40.683092 ], [ -73.911512, 40.683505 ], [ -73.912273, 40.683935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040400", "name": "Census Tract 404, Kings County, New York", "total_population_17": 2352, "white_alone_17": 1041.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 1024.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 252.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.782, "pct_black_alone_change": 0.32, "pct_native_alone_change": -0.427, "pct_asian_alone_change": 19.26, "pct_hispanic_or_latino_change": 3.981, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6021856", "INTPTLON": "-073.9854194" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987024, 40.606031 ], [ -73.985973, 40.605877 ], [ -73.985006, 40.605732 ], [ -73.984925, 40.605313 ], [ -73.984457, 40.602854 ], [ -73.984019, 40.60053 ], [ -73.983567, 40.59814 ], [ -73.984493, 40.598038 ], [ -73.985491, 40.59793 ], [ -73.98567, 40.598909 ], [ -73.985747, 40.599313 ], [ -73.985878, 40.599958 ], [ -73.985942, 40.600321 ], [ -73.986059, 40.600958 ], [ -73.986303, 40.602229 ], [ -73.986385, 40.602641 ], [ -73.986457, 40.603013 ], [ -73.986644, 40.604044 ], [ -73.986847, 40.605097 ], [ -73.989132, 40.606456 ], [ -73.987024, 40.606031 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040500", "name": "Census Tract 405, Kings County, New York", "total_population_17": 1555, "white_alone_17": 159.0, "black_alone_17": 651.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 715.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 8.802, "pct_black_alone_change": -17.91, "pct_native_alone_change": -0.15, "pct_asian_alone_change": -0.298, "pct_hispanic_or_latino_change": 9.352, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6815890", "INTPTLON": "-073.9051763" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908517, 40.681804 ], [ -73.907126, 40.68323 ], [ -73.906376, 40.682802 ], [ -73.905787, 40.683397 ], [ -73.905433, 40.68366 ], [ -73.904636, 40.683376 ], [ -73.903903, 40.682946 ], [ -73.903133, 40.682538 ], [ -73.902956, 40.682435 ], [ -73.902822, 40.682353 ], [ -73.902822, 40.681626 ], [ -73.902764, 40.680745 ], [ -73.902622, 40.680664 ], [ -73.904046, 40.67922 ], [ -73.904568, 40.679515 ], [ -73.904791, 40.679641 ], [ -73.905493, 40.680037 ], [ -73.905659, 40.680141 ], [ -73.906282, 40.680507 ], [ -73.90672, 40.680768 ], [ -73.907018, 40.680948 ], [ -73.907771, 40.681377 ], [ -73.908517, 40.681804 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040600", "name": "Census Tract 406, Kings County, New York", "total_population_17": 3533, "white_alone_17": 1091.0, "black_alone_17": 30.0, "native_alone_17": 0.0, "asian_alone_17": 1756.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 577.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -34.578, "pct_black_alone_change": 0.622, "pct_native_alone_change": -0.097, "pct_asian_alone_change": 23.254, "pct_hispanic_or_latino_change": 10.472, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6005116", "INTPTLON": "-073.9823218" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984457, 40.602854 ], [ -73.983532, 40.602957 ], [ -73.982605, 40.603058 ], [ -73.981679, 40.60316 ], [ -73.981237, 40.600837 ], [ -73.980311, 40.600942 ], [ -73.979858, 40.598548 ], [ -73.980784, 40.598447 ], [ -73.981712, 40.598345 ], [ -73.982639, 40.598243 ], [ -73.983567, 40.59814 ], [ -73.984019, 40.60053 ], [ -73.984457, 40.602854 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040700", "name": "Census Tract 407, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6842987", "INTPTLON": "-073.9012071" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905433, 40.68366 ], [ -73.904494, 40.686299 ], [ -73.904969, 40.6866 ], [ -73.905343, 40.68682 ], [ -73.904142, 40.688568 ], [ -73.901805, 40.690766 ], [ -73.900425, 40.688184 ], [ -73.901162, 40.687878 ], [ -73.897341, 40.683368 ], [ -73.896518, 40.682397 ], [ -73.896615, 40.682008 ], [ -73.896823, 40.681155 ], [ -73.896929, 40.680746 ], [ -73.897035, 40.680565 ], [ -73.897186, 40.680368 ], [ -73.897494, 40.680074 ], [ -73.897769, 40.679926 ], [ -73.898204, 40.679768 ], [ -73.898899, 40.679561 ], [ -73.899698, 40.679545 ], [ -73.900283, 40.679442 ], [ -73.900752, 40.679677 ], [ -73.902622, 40.680664 ], [ -73.902764, 40.680745 ], [ -73.902822, 40.681626 ], [ -73.902822, 40.682353 ], [ -73.902956, 40.682435 ], [ -73.903133, 40.682538 ], [ -73.903903, 40.682946 ], [ -73.904636, 40.683376 ], [ -73.905433, 40.68366 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040800", "name": "Census Tract 408, Kings County, New York", "total_population_17": 3499, "white_alone_17": 990.0, "black_alone_17": 135.0, "native_alone_17": 0.0, "asian_alone_17": 1601.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 724.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -33.876, "pct_black_alone_change": 3.618, "pct_native_alone_change": -0.034, "pct_asian_alone_change": 16.28, "pct_hispanic_or_latino_change": 13.913, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6012012", "INTPTLON": "-073.9791341" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.981679, 40.60316 ], [ -73.980752, 40.603264 ], [ -73.980213, 40.603328 ], [ -73.979827, 40.60337 ], [ -73.978828, 40.603475 ], [ -73.977828, 40.603586 ], [ -73.977388, 40.601263 ], [ -73.976935, 40.59887 ], [ -73.977933, 40.598762 ], [ -73.978929, 40.598653 ], [ -73.979352, 40.598605 ], [ -73.979858, 40.598548 ], [ -73.980311, 40.600942 ], [ -73.981237, 40.600837 ], [ -73.981679, 40.60316 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047040900", "name": "Census Tract 409, Kings County, New York", "total_population_17": 3526, "white_alone_17": 320.0, "black_alone_17": 596.0, "native_alone_17": 22.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2554.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 8.02, "pct_black_alone_change": -11.155, "pct_native_alone_change": 0.424, "pct_asian_alone_change": -0.288, "pct_hispanic_or_latino_change": 2.915, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6910811", "INTPTLON": "-073.9046130" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908042, 40.690647 ], [ -73.906599, 40.69212 ], [ -73.905043, 40.693704 ], [ -73.904288, 40.693278 ], [ -73.903541, 40.692849 ], [ -73.902788, 40.692418 ], [ -73.902073, 40.691999 ], [ -73.90183, 40.691815 ], [ -73.90159, 40.691632 ], [ -73.901241, 40.691438 ], [ -73.901805, 40.690766 ], [ -73.904142, 40.688568 ], [ -73.904728, 40.688753 ], [ -73.904815, 40.688807 ], [ -73.905041, 40.688935 ], [ -73.905793, 40.689365 ], [ -73.906544, 40.689791 ], [ -73.907292, 40.690219 ], [ -73.908042, 40.690647 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041000", "name": "Census Tract 410, Kings County, New York", "total_population_17": 1977, "white_alone_17": 1247.0, "black_alone_17": 13.0, "native_alone_17": 0.0, "asian_alone_17": 592.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 101.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.255, "pct_black_alone_change": 0.029, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 19.767, "pct_hispanic_or_latino_change": -2.267, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6009797", "INTPTLON": "-073.9754514" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977828, 40.603586 ], [ -73.976902, 40.603687 ], [ -73.975971, 40.603804 ], [ -73.975776, 40.602763 ], [ -73.975543, 40.601465 ], [ -73.974364, 40.601596 ], [ -73.973408, 40.601702 ], [ -73.972565, 40.601794 ], [ -73.972911, 40.599315 ], [ -73.973755, 40.599221 ], [ -73.97471, 40.599117 ], [ -73.975098, 40.59907 ], [ -73.97601, 40.598979 ], [ -73.976935, 40.59887 ], [ -73.977388, 40.601263 ], [ -73.977828, 40.603586 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041100", "name": "Census Tract 411, Kings County, New York", "total_population_17": 3147, "white_alone_17": 363.0, "black_alone_17": 1335.0, "native_alone_17": 0.0, "asian_alone_17": 62.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1343.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.231, "pct_black_alone_change": -17.466, "pct_native_alone_change": -0.141, "pct_asian_alone_change": 1.265, "pct_hispanic_or_latino_change": 5.136, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.6878787", "INTPTLON": "-073.9071509" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910189, 40.687271 ], [ -73.908742, 40.688745 ], [ -73.907292, 40.690219 ], [ -73.906544, 40.689791 ], [ -73.905793, 40.689365 ], [ -73.905041, 40.688935 ], [ -73.904815, 40.688807 ], [ -73.904728, 40.688753 ], [ -73.904142, 40.688568 ], [ -73.905343, 40.68682 ], [ -73.905473, 40.686893 ], [ -73.905738, 40.68704 ], [ -73.907183, 40.685561 ], [ -73.907934, 40.685988 ], [ -73.908688, 40.686417 ], [ -73.909439, 40.686845 ], [ -73.910189, 40.687271 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041200", "name": "Census Tract 412, Kings County, New York", "total_population_17": 3161, "white_alone_17": 1616.0, "black_alone_17": 0.0, "native_alone_17": 23.0, "asian_alone_17": 923.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 544.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.759, "pct_black_alone_change": -0.812, "pct_native_alone_change": 0.728, "pct_asian_alone_change": 3.055, "pct_hispanic_or_latino_change": 9.677, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6041574", "INTPTLON": "-073.9741916" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976439, 40.606249 ], [ -73.975511, 40.606351 ], [ -73.974585, 40.606452 ], [ -73.973621, 40.606557 ], [ -73.97259, 40.606671 ], [ -73.972398, 40.605652 ], [ -73.972178, 40.604195 ], [ -73.972352, 40.603348 ], [ -73.972453, 40.602617 ], [ -73.972565, 40.601794 ], [ -73.973408, 40.601702 ], [ -73.974364, 40.601596 ], [ -73.975543, 40.601465 ], [ -73.975776, 40.602763 ], [ -73.975971, 40.603804 ], [ -73.976134, 40.604636 ], [ -73.976439, 40.606249 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041300", "name": "Census Tract 413, Kings County, New York", "total_population_17": 4062, "white_alone_17": 444.0, "black_alone_17": 1314.0, "native_alone_17": 51.0, "asian_alone_17": 156.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2082.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.069, "pct_black_alone_change": -23.053, "pct_native_alone_change": 0.948, "pct_asian_alone_change": 3.44, "pct_hispanic_or_latino_change": 8.381, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6898146", "INTPTLON": "-073.9106200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913946, 40.689409 ], [ -73.9125, 40.690883 ], [ -73.911053, 40.692358 ], [ -73.910298, 40.69193 ], [ -73.90955, 40.691503 ], [ -73.908797, 40.691075 ], [ -73.908042, 40.690647 ], [ -73.907292, 40.690219 ], [ -73.908742, 40.688745 ], [ -73.910189, 40.687271 ], [ -73.91094, 40.687699 ], [ -73.911692, 40.688125 ], [ -73.912443, 40.688553 ], [ -73.912929, 40.688829 ], [ -73.913194, 40.68898 ], [ -73.913946, 40.689409 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041401", "name": "Census Tract 414.01, Kings County, New York", "total_population_17": 1653, "white_alone_17": 1325.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 91.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 226.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.231, "pct_black_alone_change": -1.134, "pct_native_alone_change": -0.072, "pct_asian_alone_change": -0.538, "pct_hispanic_or_latino_change": 7.125, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6017065", "INTPTLON": "-073.9710654" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.972565, 40.601794 ], [ -73.972453, 40.602617 ], [ -73.972352, 40.603348 ], [ -73.972178, 40.604195 ], [ -73.970991, 40.604322 ], [ -73.970021, 40.604444 ], [ -73.969576, 40.602122 ], [ -73.96913, 40.599733 ], [ -73.970056, 40.599632 ], [ -73.970984, 40.59953 ], [ -73.971911, 40.599423 ], [ -73.972911, 40.599315 ], [ -73.972565, 40.601794 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041402", "name": "Census Tract 414.02, Kings County, New York", "total_population_17": 1783, "white_alone_17": 1699.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 84.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.11, "pct_black_alone_change": 0.0, "pct_native_alone_change": -0.156, "pct_asian_alone_change": -2.711, "pct_hispanic_or_latino_change": 0.175, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6024233", "INTPTLON": "-073.9679363" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970021, 40.604444 ], [ -73.969094, 40.604551 ], [ -73.968687, 40.604602 ], [ -73.968219, 40.604937 ], [ -73.96751, 40.605395 ], [ -73.967227, 40.605568 ], [ -73.966959, 40.605662 ], [ -73.96685, 40.605085 ], [ -73.966796, 40.604803 ], [ -73.966357, 40.60248 ], [ -73.965904, 40.60009 ], [ -73.966178, 40.60006 ], [ -73.967273, 40.599939 ], [ -73.968201, 40.599835 ], [ -73.96913, 40.599733 ], [ -73.969576, 40.602122 ], [ -73.970021, 40.604444 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041500", "name": "Census Tract 415, Kings County, New York", "total_population_17": 4409, "white_alone_17": 378.0, "black_alone_17": 1177.0, "native_alone_17": 49.0, "asian_alone_17": 100.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2727.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.023, "pct_black_alone_change": -29.6, "pct_native_alone_change": 0.946, "pct_asian_alone_change": 1.718, "pct_hispanic_or_latino_change": 20.317, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6919502", "INTPTLON": "-073.9143896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917791, 40.69146 ], [ -73.916257, 40.693022 ], [ -73.914808, 40.694497 ], [ -73.914057, 40.694068 ], [ -73.913307, 40.693641 ], [ -73.912554, 40.693212 ], [ -73.911805, 40.692785 ], [ -73.911053, 40.692358 ], [ -73.9125, 40.690883 ], [ -73.913946, 40.689409 ], [ -73.914699, 40.689836 ], [ -73.91545, 40.690264 ], [ -73.916199, 40.690692 ], [ -73.916964, 40.69111 ], [ -73.917791, 40.69146 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041600", "name": "Census Tract 416, Kings County, New York", "total_population_17": 2357, "white_alone_17": 1760.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 151.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 359.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.777, "pct_black_alone_change": 2.396, "pct_native_alone_change": -0.081, "pct_asian_alone_change": 2.459, "pct_hispanic_or_latino_change": 9.875, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6024112", "INTPTLON": "-073.9634864" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966085, 40.60251 ], [ -73.964986, 40.60263 ], [ -73.963912, 40.602749 ], [ -73.964351, 40.60507 ], [ -73.963423, 40.605173 ], [ -73.962556, 40.605269 ], [ -73.961732, 40.605358 ], [ -73.961679, 40.60467 ], [ -73.961552, 40.603007 ], [ -73.961495, 40.602284 ], [ -73.961451, 40.601703 ], [ -73.961363, 40.600589 ], [ -73.962534, 40.600461 ], [ -73.963455, 40.600363 ], [ -73.96453, 40.600242 ], [ -73.965624, 40.600121 ], [ -73.965904, 40.60009 ], [ -73.966357, 40.60248 ], [ -73.966085, 40.60251 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041700", "name": "Census Tract 417, Kings County, New York", "total_population_17": 3215, "white_alone_17": 281.0, "black_alone_17": 663.0, "native_alone_17": 11.0, "asian_alone_17": 273.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1974.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.145, "pct_black_alone_change": -11.345, "pct_native_alone_change": -0.252, "pct_asian_alone_change": 7.865, "pct_hispanic_or_latino_change": -3.379, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6937625", "INTPTLON": "-073.9179179" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921154, 40.692796 ], [ -73.919271, 40.694731 ], [ -73.918393, 40.695624 ], [ -73.917818, 40.696208 ], [ -73.917071, 40.695782 ], [ -73.916313, 40.695351 ], [ -73.915562, 40.694922 ], [ -73.914808, 40.694497 ], [ -73.916257, 40.693022 ], [ -73.917791, 40.69146 ], [ -73.91862, 40.691808 ], [ -73.919459, 40.692149 ], [ -73.920301, 40.692485 ], [ -73.921154, 40.692796 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041800", "name": "Census Tract 418, Kings County, New York", "total_population_17": 2598, "white_alone_17": 2096.0, "black_alone_17": 4.0, "native_alone_17": 7.0, "asian_alone_17": 120.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 378.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.859, "pct_black_alone_change": -0.044, "pct_native_alone_change": 0.229, "pct_asian_alone_change": -2.227, "pct_hispanic_or_latino_change": 4.973, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6054000", "INTPTLON": "-073.9648516" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966993, 40.607288 ], [ -73.965888, 40.60741 ], [ -73.964816, 40.607529 ], [ -73.963891, 40.60763 ], [ -73.963724, 40.606758 ], [ -73.962886, 40.607021 ], [ -73.961886, 40.607336 ], [ -73.961732, 40.605358 ], [ -73.962556, 40.605269 ], [ -73.963423, 40.605173 ], [ -73.964351, 40.60507 ], [ -73.963912, 40.602749 ], [ -73.964986, 40.60263 ], [ -73.966085, 40.60251 ], [ -73.966357, 40.60248 ], [ -73.966796, 40.604803 ], [ -73.96685, 40.605085 ], [ -73.966959, 40.605662 ], [ -73.967261, 40.607259 ], [ -73.966993, 40.607288 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047041900", "name": "Census Tract 419, Kings County, New York", "total_population_17": 3871, "white_alone_17": 390.0, "black_alone_17": 747.0, "native_alone_17": 154.0, "asian_alone_17": 91.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.642, "pct_black_alone_change": -2.914, "pct_native_alone_change": 3.799, "pct_asian_alone_change": 1.66, "pct_hispanic_or_latino_change": -10.934, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6953233", "INTPTLON": "-073.9210331" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924249, 40.694429 ], [ -73.922271, 40.696443 ], [ -73.921118, 40.697618 ], [ -73.920824, 40.697918 ], [ -73.920074, 40.69749 ], [ -73.919321, 40.697061 ], [ -73.918564, 40.69663 ], [ -73.917818, 40.696208 ], [ -73.918393, 40.695624 ], [ -73.919271, 40.694731 ], [ -73.921154, 40.692796 ], [ -73.921994, 40.693144 ], [ -73.922748, 40.693573 ], [ -73.923498, 40.694001 ], [ -73.924249, 40.694429 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042000", "name": "Census Tract 420, Kings County, New York", "total_population_17": 1831, "white_alone_17": 1688.0, "black_alone_17": 15.0, "native_alone_17": 0.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 89.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.217, "pct_black_alone_change": -0.333, "pct_native_alone_change": -0.044, "pct_asian_alone_change": -2.17, "pct_hispanic_or_latino_change": -4.625, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+40.6092377", "INTPTLON": "-073.9643323" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.967668, 40.609404 ], [ -73.967399, 40.609434 ], [ -73.966298, 40.609555 ], [ -73.965224, 40.609674 ], [ -73.964296, 40.609777 ], [ -73.964781, 40.612331 ], [ -73.963853, 40.612433 ], [ -73.96286, 40.61255 ], [ -73.96238, 40.609986 ], [ -73.962017, 40.608111 ], [ -73.961966, 40.607843 ], [ -73.961886, 40.607336 ], [ -73.962886, 40.607021 ], [ -73.963724, 40.606758 ], [ -73.963891, 40.60763 ], [ -73.964816, 40.607529 ], [ -73.965888, 40.60741 ], [ -73.966993, 40.607288 ], [ -73.967261, 40.607259 ], [ -73.967491, 40.608476 ], [ -73.967668, 40.609404 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042100", "name": "Census Tract 421, Kings County, New York", "total_population_17": 4321, "white_alone_17": 624.0, "black_alone_17": 486.0, "native_alone_17": 47.0, "asian_alone_17": 216.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2967.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.717, "pct_black_alone_change": -8.201, "pct_native_alone_change": 0.858, "pct_asian_alone_change": 3.333, "pct_hispanic_or_latino_change": -7.692, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6970293", "INTPTLON": "-073.9240384" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92725, 40.696142 ], [ -73.925352, 40.69808 ], [ -73.925273, 40.698161 ], [ -73.923934, 40.699524 ], [ -73.923833, 40.699628 ], [ -73.923082, 40.6992 ], [ -73.922328, 40.698772 ], [ -73.921757, 40.698453 ], [ -73.921574, 40.698345 ], [ -73.920824, 40.697918 ], [ -73.921118, 40.697618 ], [ -73.922271, 40.696443 ], [ -73.924249, 40.694429 ], [ -73.924995, 40.694855 ], [ -73.92575, 40.695285 ], [ -73.926499, 40.695712 ], [ -73.92725, 40.696142 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042200", "name": "Census Tract 422, Kings County, New York", "total_population_17": 3523, "white_alone_17": 2155.0, "black_alone_17": 49.0, "native_alone_17": 69.0, "asian_alone_17": 156.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 797.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.302, "pct_black_alone_change": 0.52, "pct_native_alone_change": 1.932, "pct_asian_alone_change": -0.335, "pct_hispanic_or_latino_change": 12.389, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6068705", "INTPTLON": "-073.9699923" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.972994, 40.608814 ], [ -73.971913, 40.608936 ], [ -73.970896, 40.60905 ], [ -73.96997, 40.60915 ], [ -73.969041, 40.609254 ], [ -73.967941, 40.609374 ], [ -73.967668, 40.609404 ], [ -73.967491, 40.608476 ], [ -73.967261, 40.607259 ], [ -73.966959, 40.605662 ], [ -73.967227, 40.605568 ], [ -73.96751, 40.605395 ], [ -73.968219, 40.604937 ], [ -73.968687, 40.604602 ], [ -73.969094, 40.604551 ], [ -73.970021, 40.604444 ], [ -73.970991, 40.604322 ], [ -73.972178, 40.604195 ], [ -73.972398, 40.605652 ], [ -73.97259, 40.606671 ], [ -73.972994, 40.608814 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042300", "name": "Census Tract 423, Kings County, New York", "total_population_17": 4384, "white_alone_17": 1047.0, "black_alone_17": 188.0, "native_alone_17": 19.0, "asian_alone_17": 228.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2885.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 21.111, "pct_black_alone_change": -2.546, "pct_native_alone_change": 0.091, "pct_asian_alone_change": 4.252, "pct_hispanic_or_latino_change": -21.968, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6990021", "INTPTLON": "-073.9272887" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930521, 40.698772 ], [ -73.929035, 40.70029 ], [ -73.927588, 40.701762 ], [ -73.926838, 40.701334 ], [ -73.926083, 40.70091 ], [ -73.925329, 40.700481 ], [ -73.924582, 40.700056 ], [ -73.923833, 40.699628 ], [ -73.923934, 40.699524 ], [ -73.925273, 40.698161 ], [ -73.925352, 40.69808 ], [ -73.92725, 40.696142 ], [ -73.928231, 40.696666 ], [ -73.928833, 40.697186 ], [ -73.929316, 40.69764 ], [ -73.929394, 40.697713 ], [ -73.929964, 40.69825 ], [ -73.930262, 40.698529 ], [ -73.930521, 40.698772 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042400", "name": "Census Tract 424, Kings County, New York", "total_population_17": 3752, "white_alone_17": 2217.0, "black_alone_17": 0.0, "native_alone_17": 20.0, "asian_alone_17": 890.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 589.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.53, "pct_black_alone_change": -0.65, "pct_native_alone_change": 0.289, "pct_asian_alone_change": -0.656, "pct_hispanic_or_latino_change": 2.128, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6067483", "INTPTLON": "-073.9760484" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.978699, 40.608188 ], [ -73.977774, 40.608289 ], [ -73.976847, 40.608393 ], [ -73.975919, 40.608495 ], [ -73.974995, 40.608596 ], [ -73.974031, 40.608702 ], [ -73.97322, 40.608789 ], [ -73.972994, 40.608814 ], [ -73.97259, 40.606671 ], [ -73.973621, 40.606557 ], [ -73.974585, 40.606452 ], [ -73.975511, 40.606351 ], [ -73.976439, 40.606249 ], [ -73.976134, 40.604636 ], [ -73.975971, 40.603804 ], [ -73.976902, 40.603687 ], [ -73.977828, 40.603586 ], [ -73.97808, 40.604918 ], [ -73.978293, 40.606043 ], [ -73.978699, 40.608188 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042500", "name": "Census Tract 425, Kings County, New York", "total_population_17": 3103, "white_alone_17": 996.0, "black_alone_17": 201.0, "native_alone_17": 1.0, "asian_alone_17": 118.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1744.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 30.063, "pct_black_alone_change": 1.965, "pct_native_alone_change": 0.032, "pct_asian_alone_change": 3.361, "pct_hispanic_or_latino_change": -36.451, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7014485", "INTPTLON": "-073.9309587" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933951, 40.702674 ], [ -73.933523, 40.702849 ], [ -73.932698, 40.703171 ], [ -73.931729, 40.703546 ], [ -73.931155, 40.703773 ], [ -73.930594, 40.703473 ], [ -73.929843, 40.703047 ], [ -73.929091, 40.70262 ], [ -73.928339, 40.702192 ], [ -73.927588, 40.701762 ], [ -73.929035, 40.70029 ], [ -73.930521, 40.698772 ], [ -73.93077, 40.698911 ], [ -73.93128, 40.699202 ], [ -73.931555, 40.69936 ], [ -73.932031, 40.699628 ], [ -73.93235, 40.699814 ], [ -73.932781, 40.700059 ], [ -73.93314, 40.700827 ], [ -73.93353, 40.701716 ], [ -73.933951, 40.702674 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042600", "name": "Census Tract 426, Kings County, New York", "total_population_17": 4373, "white_alone_17": 1695.0, "black_alone_17": 141.0, "native_alone_17": 0.0, "asian_alone_17": 1723.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 732.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.401, "pct_black_alone_change": 2.884, "pct_native_alone_change": -0.183, "pct_asian_alone_change": 12.982, "pct_hispanic_or_latino_change": 7.192, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6056750", "INTPTLON": "-073.9801891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982548, 40.607764 ], [ -73.981624, 40.607866 ], [ -73.981196, 40.607913 ], [ -73.980695, 40.607969 ], [ -73.979697, 40.608077 ], [ -73.978699, 40.608188 ], [ -73.978293, 40.606043 ], [ -73.97808, 40.604918 ], [ -73.977828, 40.603586 ], [ -73.978828, 40.603475 ], [ -73.979827, 40.60337 ], [ -73.980213, 40.603328 ], [ -73.980752, 40.603264 ], [ -73.981679, 40.60316 ], [ -73.9821, 40.605379 ], [ -73.982144, 40.605615 ], [ -73.98248, 40.607402 ], [ -73.982548, 40.607764 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042700", "name": "Census Tract 427, Kings County, New York", "total_population_17": 5303, "white_alone_17": 1360.0, "black_alone_17": 414.0, "native_alone_17": 16.0, "asian_alone_17": 249.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3150.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 23.753, "pct_black_alone_change": 2.306, "pct_native_alone_change": 0.177, "pct_asian_alone_change": 1.855, "pct_hispanic_or_latino_change": -29.741, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7036832", "INTPTLON": "-073.9271913" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931155, 40.703773 ], [ -73.930237, 40.704131 ], [ -73.9298, 40.704305 ], [ -73.928738, 40.704717 ], [ -73.928109, 40.704964 ], [ -73.926578, 40.705557 ], [ -73.926089, 40.70568 ], [ -73.925335, 40.705253 ], [ -73.924586, 40.704825 ], [ -73.923834, 40.704398 ], [ -73.925389, 40.70281 ], [ -73.926838, 40.701334 ], [ -73.927588, 40.701762 ], [ -73.928339, 40.702192 ], [ -73.929091, 40.70262 ], [ -73.929843, 40.703047 ], [ -73.930594, 40.703473 ], [ -73.931155, 40.703773 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042800", "name": "Census Tract 428, Kings County, New York", "total_population_17": 3692, "white_alone_17": 2421.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 1023.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 188.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.586, "pct_black_alone_change": 0.023, "pct_native_alone_change": -0.082, "pct_asian_alone_change": 10.007, "pct_hispanic_or_latino_change": -2.733, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6056458", "INTPTLON": "-073.9843266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.988551, 40.607002 ], [ -73.988423, 40.607119 ], [ -73.987255, 40.607245 ], [ -73.986257, 40.607356 ], [ -73.985943, 40.60739 ], [ -73.985332, 40.607458 ], [ -73.984656, 40.607531 ], [ -73.984403, 40.607559 ], [ -73.983477, 40.607663 ], [ -73.982548, 40.607764 ], [ -73.98248, 40.607402 ], [ -73.982144, 40.605615 ], [ -73.9821, 40.605379 ], [ -73.981679, 40.60316 ], [ -73.982605, 40.603058 ], [ -73.983532, 40.602957 ], [ -73.984457, 40.602854 ], [ -73.984925, 40.605313 ], [ -73.985006, 40.605732 ], [ -73.985973, 40.605877 ], [ -73.987024, 40.606031 ], [ -73.989132, 40.606456 ], [ -73.988551, 40.607002 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047042900", "name": "Census Tract 429, Kings County, New York", "total_population_17": 5327, "white_alone_17": 1356.0, "black_alone_17": 127.0, "native_alone_17": 0.0, "asian_alone_17": 200.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3537.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 22.213, "pct_black_alone_change": -1.853, "pct_native_alone_change": -0.583, "pct_asian_alone_change": -0.621, "pct_hispanic_or_latino_change": -19.26, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7017991", "INTPTLON": "-073.9234556" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926838, 40.701334 ], [ -73.925389, 40.70281 ], [ -73.923834, 40.704398 ], [ -73.923083, 40.703975 ], [ -73.922331, 40.703543 ], [ -73.92158, 40.703115 ], [ -73.920827, 40.702686 ], [ -73.920075, 40.702259 ], [ -73.921631, 40.700675 ], [ -73.923082, 40.6992 ], [ -73.923833, 40.699628 ], [ -73.924582, 40.700056 ], [ -73.925329, 40.700481 ], [ -73.926083, 40.70091 ], [ -73.926838, 40.701334 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043000", "name": "Census Tract 430, Kings County, New York", "total_population_17": 3602, "white_alone_17": 1564.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1595.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 406.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.584, "pct_black_alone_change": -0.486, "pct_native_alone_change": -0.122, "pct_asian_alone_change": 22.707, "pct_hispanic_or_latino_change": 2.065, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6092493", "INTPTLON": "-073.9842020" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987965, 40.607566 ], [ -73.987449, 40.608059 ], [ -73.987378, 40.608128 ], [ -73.987339, 40.608168 ], [ -73.986713, 40.608767 ], [ -73.986129, 40.60933 ], [ -73.98576, 40.609684 ], [ -73.985549, 40.609887 ], [ -73.985356, 40.610072 ], [ -73.984963, 40.610448 ], [ -73.984383, 40.611005 ], [ -73.984162, 40.611218 ], [ -73.983809, 40.61156 ], [ -73.983351, 40.611992 ], [ -73.983222, 40.612122 ], [ -73.98266, 40.612693 ], [ -73.982518, 40.612588 ], [ -73.982106, 40.610421 ], [ -73.981624, 40.607866 ], [ -73.982548, 40.607764 ], [ -73.983477, 40.607663 ], [ -73.984403, 40.607559 ], [ -73.984656, 40.607531 ], [ -73.985332, 40.607458 ], [ -73.985943, 40.60739 ], [ -73.986257, 40.607356 ], [ -73.987255, 40.607245 ], [ -73.988423, 40.607119 ], [ -73.987965, 40.607566 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043100", "name": "Census Tract 431, Kings County, New York", "total_population_17": 5369, "white_alone_17": 1251.0, "black_alone_17": 138.0, "native_alone_17": 108.0, "asian_alone_17": 675.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3238.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.467, "pct_black_alone_change": -1.088, "pct_native_alone_change": 1.766, "pct_asian_alone_change": 9.274, "pct_hispanic_or_latino_change": -26.348, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6996605", "INTPTLON": "-073.9196980" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923082, 40.6992 ], [ -73.921631, 40.700675 ], [ -73.920075, 40.702259 ], [ -73.919323, 40.701831 ], [ -73.918572, 40.701404 ], [ -73.917819, 40.700976 ], [ -73.917068, 40.700548 ], [ -73.916316, 40.700122 ], [ -73.917522, 40.698893 ], [ -73.917872, 40.698537 ], [ -73.919321, 40.697061 ], [ -73.920074, 40.69749 ], [ -73.920824, 40.697918 ], [ -73.921574, 40.698345 ], [ -73.921757, 40.698453 ], [ -73.922328, 40.698772 ], [ -73.923082, 40.6992 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043200", "name": "Census Tract 432, Kings County, New York", "total_population_17": 4522, "white_alone_17": 1802.0, "black_alone_17": 19.0, "native_alone_17": 8.0, "asian_alone_17": 1936.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 619.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.243, "pct_black_alone_change": -0.202, "pct_native_alone_change": 0.151, "pct_asian_alone_change": 14.808, "pct_hispanic_or_latino_change": -2.684, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6106815", "INTPTLON": "-073.9806847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98266, 40.612693 ], [ -73.982211, 40.613168 ], [ -73.982107, 40.613273 ], [ -73.981748, 40.613554 ], [ -73.981438, 40.613838 ], [ -73.980707, 40.613402 ], [ -73.979474, 40.612666 ], [ -73.979183, 40.610742 ], [ -73.978699, 40.608188 ], [ -73.979697, 40.608077 ], [ -73.980695, 40.607969 ], [ -73.981196, 40.607913 ], [ -73.981624, 40.607866 ], [ -73.982106, 40.610421 ], [ -73.982518, 40.612588 ], [ -73.98266, 40.612693 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043300", "name": "Census Tract 433, Kings County, New York", "total_population_17": 4284, "white_alone_17": 273.0, "black_alone_17": 321.0, "native_alone_17": 21.0, "asian_alone_17": 327.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3363.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.819, "pct_black_alone_change": -7.311, "pct_native_alone_change": 0.217, "pct_asian_alone_change": 4.77, "pct_hispanic_or_latino_change": -1.161, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6975220", "INTPTLON": "-073.9159390" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919321, 40.697061 ], [ -73.917872, 40.698537 ], [ -73.917522, 40.698893 ], [ -73.916316, 40.700122 ], [ -73.915565, 40.699693 ], [ -73.914815, 40.699266 ], [ -73.914681, 40.69919 ], [ -73.914061, 40.698838 ], [ -73.913309, 40.69841 ], [ -73.912556, 40.697982 ], [ -73.914114, 40.696398 ], [ -73.915562, 40.694922 ], [ -73.916313, 40.695351 ], [ -73.917071, 40.695782 ], [ -73.917818, 40.696208 ], [ -73.918564, 40.69663 ], [ -73.919321, 40.697061 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043400", "name": "Census Tract 434, Kings County, New York", "total_population_17": 3480, "white_alone_17": 1926.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1186.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 325.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.546, "pct_black_alone_change": -0.623, "pct_native_alone_change": -0.312, "pct_asian_alone_change": 10.731, "pct_hispanic_or_latino_change": -0.692, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6100424", "INTPTLON": "-073.9769277" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979209, 40.612497 ], [ -73.97847, 40.612044 ], [ -73.977408, 40.611411 ], [ -73.977011, 40.611173 ], [ -73.976372, 40.611769 ], [ -73.974391, 40.61058 ], [ -73.974184, 40.609463 ], [ -73.974031, 40.608702 ], [ -73.974995, 40.608596 ], [ -73.975919, 40.608495 ], [ -73.976847, 40.608393 ], [ -73.977774, 40.608289 ], [ -73.978699, 40.608188 ], [ -73.979183, 40.610742 ], [ -73.979474, 40.612666 ], [ -73.979209, 40.612497 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043500", "name": "Census Tract 435, Kings County, New York", "total_population_17": 5202, "white_alone_17": 523.0, "black_alone_17": 792.0, "native_alone_17": 0.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3800.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 9.053, "pct_black_alone_change": -10.342, "pct_native_alone_change": -0.067, "pct_asian_alone_change": -0.807, "pct_hispanic_or_latino_change": 3.156, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6953840", "INTPTLON": "-073.9121802" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915562, 40.694922 ], [ -73.914114, 40.696398 ], [ -73.912556, 40.697982 ], [ -73.911806, 40.697554 ], [ -73.911049, 40.697126 ], [ -73.910303, 40.6967 ], [ -73.909551, 40.696271 ], [ -73.908799, 40.695845 ], [ -73.910113, 40.694506 ], [ -73.910357, 40.694259 ], [ -73.911805, 40.692785 ], [ -73.912554, 40.693212 ], [ -73.913307, 40.693641 ], [ -73.914057, 40.694068 ], [ -73.914808, 40.694497 ], [ -73.915562, 40.694922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043600", "name": "Census Tract 436, Kings County, New York", "total_population_17": 4532, "white_alone_17": 2758.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 1450.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 272.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.373, "pct_black_alone_change": 0.699, "pct_native_alone_change": -0.323, "pct_asian_alone_change": 13.09, "pct_hispanic_or_latino_change": -3.724, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6131300", "INTPTLON": "-073.9778573" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980805, 40.614447 ], [ -73.98022, 40.615005 ], [ -73.979638, 40.615565 ], [ -73.977408, 40.614218 ], [ -73.975208, 40.612885 ], [ -73.974777, 40.612638 ], [ -73.974584, 40.611613 ], [ -73.974515, 40.611257 ], [ -73.97448, 40.611066 ], [ -73.974391, 40.61058 ], [ -73.976372, 40.611769 ], [ -73.977011, 40.611173 ], [ -73.977408, 40.611411 ], [ -73.97847, 40.612044 ], [ -73.979209, 40.612497 ], [ -73.979474, 40.612666 ], [ -73.980707, 40.613402 ], [ -73.981438, 40.613838 ], [ -73.980805, 40.614447 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043700", "name": "Census Tract 437, Kings County, New York", "total_population_17": 6449, "white_alone_17": 1079.0, "black_alone_17": 1056.0, "native_alone_17": 13.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4096.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.657, "pct_black_alone_change": -12.171, "pct_native_alone_change": 0.043, "pct_asian_alone_change": -0.461, "pct_hispanic_or_latino_change": -5.016, "pct_native_hawaiian_pacific_islander_change": -0.04, "INTPTLAT": "+40.6932450", "INTPTLON": "-073.9084239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911805, 40.692785 ], [ -73.910357, 40.694259 ], [ -73.910113, 40.694506 ], [ -73.908799, 40.695845 ], [ -73.908047, 40.695417 ], [ -73.907296, 40.694987 ], [ -73.906545, 40.69456 ], [ -73.9058, 40.694128 ], [ -73.905043, 40.693704 ], [ -73.906599, 40.69212 ], [ -73.908042, 40.690647 ], [ -73.908797, 40.691075 ], [ -73.90955, 40.691503 ], [ -73.910298, 40.69193 ], [ -73.911053, 40.692358 ], [ -73.911805, 40.692785 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043800", "name": "Census Tract 438, Kings County, New York", "total_population_17": 2556, "white_alone_17": 1880.0, "black_alone_17": 60.0, "native_alone_17": 0.0, "asian_alone_17": 231.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 322.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.424, "pct_black_alone_change": 1.636, "pct_native_alone_change": -0.262, "pct_asian_alone_change": 2.568, "pct_hispanic_or_latino_change": 7.624, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6103302", "INTPTLON": "-073.9710944" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.974515, 40.611257 ], [ -73.973484, 40.611371 ], [ -73.972398, 40.611491 ], [ -73.971379, 40.611602 ], [ -73.970452, 40.611704 ], [ -73.969525, 40.611808 ], [ -73.968417, 40.611931 ], [ -73.968153, 40.61196 ], [ -73.967668, 40.609404 ], [ -73.967941, 40.609374 ], [ -73.969041, 40.609254 ], [ -73.96997, 40.60915 ], [ -73.970896, 40.60905 ], [ -73.971913, 40.608936 ], [ -73.972994, 40.608814 ], [ -73.97322, 40.608789 ], [ -73.974031, 40.608702 ], [ -73.974184, 40.609463 ], [ -73.974391, 40.61058 ], [ -73.97448, 40.611066 ], [ -73.974515, 40.611257 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047043900", "name": "Census Tract 439, Kings County, New York", "total_population_17": 4146, "white_alone_17": 272.0, "black_alone_17": 679.0, "native_alone_17": 70.0, "asian_alone_17": 399.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2651.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.735, "pct_black_alone_change": 1.237, "pct_native_alone_change": 1.317, "pct_asian_alone_change": 3.589, "pct_hispanic_or_latino_change": -11.31, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6974716", "INTPTLON": "-073.9093087" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913606, 40.6993 ], [ -73.912569, 40.700358 ], [ -73.911422, 40.701487 ], [ -73.910679, 40.701046 ], [ -73.911808, 40.699938 ], [ -73.911036, 40.699532 ], [ -73.910143, 40.699033 ], [ -73.909533, 40.698675 ], [ -73.908774, 40.698255 ], [ -73.908022, 40.697825 ], [ -73.907771, 40.697684 ], [ -73.90757, 40.697572 ], [ -73.907523, 40.697548 ], [ -73.907372, 40.697452 ], [ -73.907275, 40.697399 ], [ -73.90712, 40.697314 ], [ -73.907036, 40.697268 ], [ -73.906927, 40.697208 ], [ -73.906846, 40.697164 ], [ -73.906524, 40.696976 ], [ -73.906263, 40.696832 ], [ -73.906156, 40.696776 ], [ -73.906117, 40.69675 ], [ -73.905771, 40.696549 ], [ -73.905704, 40.696515 ], [ -73.905583, 40.696449 ], [ -73.905401, 40.69635 ], [ -73.905235, 40.696251 ], [ -73.905083, 40.696163 ], [ -73.905011, 40.696122 ], [ -73.904952, 40.696086 ], [ -73.90489, 40.696051 ], [ -73.904803, 40.696008 ], [ -73.904664, 40.695932 ], [ -73.90426, 40.6957 ], [ -73.904804, 40.695148 ], [ -73.904914, 40.695074 ], [ -73.9058, 40.694128 ], [ -73.906545, 40.69456 ], [ -73.907296, 40.694987 ], [ -73.908047, 40.695417 ], [ -73.908799, 40.695845 ], [ -73.909551, 40.696271 ], [ -73.910303, 40.6967 ], [ -73.911049, 40.697126 ], [ -73.911806, 40.697554 ], [ -73.912556, 40.697982 ], [ -73.913309, 40.69841 ], [ -73.914061, 40.698838 ], [ -73.913606, 40.6993 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044000", "name": "Census Tract 440, Kings County, New York", "total_population_17": 2939, "white_alone_17": 2451.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 92.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 241.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.214, "pct_black_alone_change": 1.696, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -2.593, "pct_hispanic_or_latino_change": 1.707, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6130385", "INTPTLON": "-073.9709770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.975172, 40.614724 ], [ -73.973993, 40.61403 ], [ -73.972903, 40.614153 ], [ -73.971881, 40.614266 ], [ -73.970955, 40.614369 ], [ -73.97003, 40.614469 ], [ -73.968927, 40.614592 ], [ -73.968657, 40.614622 ], [ -73.968381, 40.614652 ], [ -73.967286, 40.614773 ], [ -73.966782, 40.612109 ], [ -73.967881, 40.61199 ], [ -73.968153, 40.61196 ], [ -73.968417, 40.611931 ], [ -73.969525, 40.611808 ], [ -73.970452, 40.611704 ], [ -73.971379, 40.611602 ], [ -73.972398, 40.611491 ], [ -73.973484, 40.611371 ], [ -73.974515, 40.611257 ], [ -73.974584, 40.611613 ], [ -73.974777, 40.612638 ], [ -73.974893, 40.613187 ], [ -73.974972, 40.613668 ], [ -73.975172, 40.614724 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044100", "name": "Census Tract 441, Kings County, New York", "total_population_17": 5261, "white_alone_17": 804.0, "black_alone_17": 165.0, "native_alone_17": 72.0, "asian_alone_17": 745.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3450.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.307, "pct_black_alone_change": -1.091, "pct_native_alone_change": 1.014, "pct_asian_alone_change": 3.202, "pct_hispanic_or_latino_change": -9.201, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7014228", "INTPTLON": "-073.9140520" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917068, 40.700548 ], [ -73.9156, 40.702046 ], [ -73.914386, 40.703239 ], [ -73.913292, 40.704313 ], [ -73.912549, 40.703873 ], [ -73.911807, 40.703435 ], [ -73.912904, 40.702362 ], [ -73.912162, 40.701923 ], [ -73.911422, 40.701487 ], [ -73.912569, 40.700358 ], [ -73.913606, 40.6993 ], [ -73.914061, 40.698838 ], [ -73.914681, 40.69919 ], [ -73.914815, 40.699266 ], [ -73.915565, 40.699693 ], [ -73.916316, 40.700122 ], [ -73.917068, 40.700548 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044200", "name": "Census Tract 442, Kings County, New York", "total_population_17": 2991, "white_alone_17": 2688.0, "black_alone_17": 0.0, "native_alone_17": 200.0, "asian_alone_17": 28.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.385, "pct_black_alone_change": -0.511, "pct_native_alone_change": 6.614, "pct_asian_alone_change": -1.912, "pct_hispanic_or_latino_change": -6.061, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6123965", "INTPTLON": "-073.9655936" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.967881, 40.61199 ], [ -73.966782, 40.612109 ], [ -73.967286, 40.614773 ], [ -73.966215, 40.614892 ], [ -73.965287, 40.614992 ], [ -73.964358, 40.615094 ], [ -73.963361, 40.615204 ], [ -73.96286, 40.61255 ], [ -73.963853, 40.612433 ], [ -73.964781, 40.612331 ], [ -73.964296, 40.609777 ], [ -73.965224, 40.609674 ], [ -73.966298, 40.609555 ], [ -73.967399, 40.609434 ], [ -73.967668, 40.609404 ], [ -73.968153, 40.61196 ], [ -73.967881, 40.61199 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044300", "name": "Census Tract 443, Kings County, New York", "total_population_17": 4896, "white_alone_17": 1022.0, "black_alone_17": 156.0, "native_alone_17": 0.0, "asian_alone_17": 905.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2695.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.893, "pct_black_alone_change": 0.902, "pct_native_alone_change": -0.518, "pct_asian_alone_change": 8.599, "pct_hispanic_or_latino_change": -20.233, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7033043", "INTPTLON": "-073.9166863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920075, 40.702259 ], [ -73.918504, 40.703858 ], [ -73.91735, 40.704992 ], [ -73.916253, 40.706066 ], [ -73.915513, 40.705626 ], [ -73.914771, 40.705189 ], [ -73.914031, 40.704749 ], [ -73.913292, 40.704313 ], [ -73.914386, 40.703239 ], [ -73.9156, 40.702046 ], [ -73.917068, 40.700548 ], [ -73.917819, 40.700976 ], [ -73.918572, 40.701404 ], [ -73.919323, 40.701831 ], [ -73.920075, 40.702259 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044400", "name": "Census Tract 444, Kings County, New York", "total_population_17": 3514, "white_alone_17": 2874.0, "black_alone_17": 87.0, "native_alone_17": 0.0, "asian_alone_17": 122.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 424.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.936, "pct_black_alone_change": 2.039, "pct_native_alone_change": -0.281, "pct_asian_alone_change": -1.87, "pct_hispanic_or_latino_change": 5.099, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6157674", "INTPTLON": "-073.9693220" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.973358, 40.616541 ], [ -73.972337, 40.616654 ], [ -73.971412, 40.616757 ], [ -73.970483, 40.616859 ], [ -73.969385, 40.61698 ], [ -73.969112, 40.61701 ], [ -73.968829, 40.617041 ], [ -73.96774, 40.617161 ], [ -73.966664, 40.617278 ], [ -73.965739, 40.61738 ], [ -73.965395, 40.615574 ], [ -73.965287, 40.614992 ], [ -73.966215, 40.614892 ], [ -73.967286, 40.614773 ], [ -73.968381, 40.614652 ], [ -73.968657, 40.614622 ], [ -73.968927, 40.614592 ], [ -73.97003, 40.614469 ], [ -73.970955, 40.614369 ], [ -73.971881, 40.614266 ], [ -73.972903, 40.614153 ], [ -73.973358, 40.616541 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044500", "name": "Census Tract 445, Kings County, New York", "total_population_17": 5066, "white_alone_17": 1073.0, "black_alone_17": 299.0, "native_alone_17": 57.0, "asian_alone_17": 433.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3044.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 14.69, "pct_black_alone_change": 1.51, "pct_native_alone_change": -0.121, "pct_asian_alone_change": -7.144, "pct_hispanic_or_latino_change": -8.357, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+40.7050360", "INTPTLON": "-073.9196716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923083, 40.703975 ], [ -73.92141, 40.70567 ], [ -73.920315, 40.706744 ], [ -73.919222, 40.707815 ], [ -73.918477, 40.707382 ], [ -73.917737, 40.706943 ], [ -73.916995, 40.706503 ], [ -73.916253, 40.706066 ], [ -73.91735, 40.704992 ], [ -73.918504, 40.703858 ], [ -73.920075, 40.702259 ], [ -73.920827, 40.702686 ], [ -73.92158, 40.703115 ], [ -73.922331, 40.703543 ], [ -73.923083, 40.703975 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044600", "name": "Census Tract 446, Kings County, New York", "total_population_17": 2190, "white_alone_17": 1124.0, "black_alone_17": 13.0, "native_alone_17": 0.0, "asian_alone_17": 754.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 259.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.052, "pct_black_alone_change": -0.341, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 8.096, "pct_hispanic_or_latino_change": 3.855, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6152294", "INTPTLON": "-073.9760576" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979058, 40.616126 ], [ -73.978455, 40.616707 ], [ -73.97785, 40.617287 ], [ -73.97563, 40.615946 ], [ -73.975417, 40.615975 ], [ -73.975481, 40.616312 ], [ -73.974444, 40.616421 ], [ -73.973358, 40.616541 ], [ -73.972903, 40.614153 ], [ -73.973993, 40.61403 ], [ -73.975172, 40.614724 ], [ -73.974972, 40.613668 ], [ -73.974893, 40.613187 ], [ -73.974777, 40.612638 ], [ -73.975208, 40.612885 ], [ -73.977408, 40.614218 ], [ -73.979638, 40.615565 ], [ -73.979058, 40.616126 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044700", "name": "Census Tract 447, Kings County, New York", "total_population_17": 2496, "white_alone_17": 655.0, "black_alone_17": 436.0, "native_alone_17": 0.0, "asian_alone_17": 110.0, "native_hawaiian_pacific_islander_17": 13.0, "hispanic_or_latino_17": 1239.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 18.913, "pct_black_alone_change": 12.795, "pct_native_alone_change": -0.531, "pct_asian_alone_change": 2.442, "pct_hispanic_or_latino_change": -33.261, "pct_native_hawaiian_pacific_islander_change": 0.521, "INTPTLAT": "+40.7066908", "INTPTLON": "-073.9226186" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925896, 40.705877 ], [ -73.925137, 40.706539 ], [ -73.924907, 40.706745 ], [ -73.924169, 40.707394 ], [ -73.923852, 40.707677 ], [ -73.923062, 40.708369 ], [ -73.922862, 40.708546 ], [ -73.922337, 40.709006 ], [ -73.921892, 40.709396 ], [ -73.921435, 40.709129 ], [ -73.920701, 40.708695 ], [ -73.91996, 40.708257 ], [ -73.919222, 40.707815 ], [ -73.920315, 40.706744 ], [ -73.92141, 40.70567 ], [ -73.923083, 40.703975 ], [ -73.923834, 40.704398 ], [ -73.924586, 40.704825 ], [ -73.925335, 40.705253 ], [ -73.926089, 40.70568 ], [ -73.925896, 40.705877 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044800", "name": "Census Tract 448, Kings County, New York", "total_population_17": 1801, "white_alone_17": 1430.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 132.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 193.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.223, "pct_black_alone_change": -0.67, "pct_native_alone_change": -0.131, "pct_asian_alone_change": -1.035, "pct_hispanic_or_latino_change": 4.935, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6181311", "INTPTLON": "-073.9732444" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977752, 40.6174 ], [ -73.977572, 40.617607 ], [ -73.9775, 40.61771 ], [ -73.977379, 40.617883 ], [ -73.976825, 40.618676 ], [ -73.976505, 40.619142 ], [ -73.975378, 40.620793 ], [ -73.975296, 40.620913 ], [ -73.974866, 40.618644 ], [ -73.973488, 40.619185 ], [ -73.971981, 40.619728 ], [ -73.971079, 40.620116 ], [ -73.97004, 40.620484 ], [ -73.969784, 40.620559 ], [ -73.969565, 40.619399 ], [ -73.969112, 40.61701 ], [ -73.969385, 40.61698 ], [ -73.970483, 40.616859 ], [ -73.971412, 40.616757 ], [ -73.972337, 40.616654 ], [ -73.973358, 40.616541 ], [ -73.974444, 40.616421 ], [ -73.975481, 40.616312 ], [ -73.975417, 40.615975 ], [ -73.97563, 40.615946 ], [ -73.97785, 40.617287 ], [ -73.977752, 40.6174 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047044900", "name": "Census Tract 449, Kings County, New York", "total_population_17": 3034, "white_alone_17": 474.0, "black_alone_17": 1091.0, "native_alone_17": 18.0, "asian_alone_17": 109.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1342.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 0.752, "pct_black_alone_change": -1.622, "pct_native_alone_change": 0.496, "pct_asian_alone_change": 2.528, "pct_hispanic_or_latino_change": -1.703, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7171351", "INTPTLON": "-073.9303436" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941094, 40.722309 ], [ -73.940221, 40.722892 ], [ -73.939311, 40.723348 ], [ -73.938912, 40.723579 ], [ -73.938488, 40.723809 ], [ -73.937654, 40.724266 ], [ -73.936764, 40.724839 ], [ -73.935398, 40.725907 ], [ -73.934123, 40.726855 ], [ -73.932554, 40.727863 ], [ -73.932369, 40.728066 ], [ -73.932269, 40.728175 ], [ -73.931825, 40.728482 ], [ -73.929213, 40.72778 ], [ -73.929179, 40.727764 ], [ -73.92914, 40.727745 ], [ -73.929086, 40.727714 ], [ -73.929058, 40.727688 ], [ -73.928908, 40.727548 ], [ -73.927801, 40.726494 ], [ -73.927225, 40.725333 ], [ -73.926539, 40.724065 ], [ -73.925344, 40.721638 ], [ -73.92418, 40.72002 ], [ -73.924278, 40.718536 ], [ -73.923127, 40.717024 ], [ -73.922711, 40.716478 ], [ -73.922739, 40.716158 ], [ -73.924327, 40.715568 ], [ -73.924241, 40.715126 ], [ -73.924059, 40.714112 ], [ -73.92404, 40.714008 ], [ -73.923137, 40.713396 ], [ -73.922233, 40.712854 ], [ -73.921687, 40.711894 ], [ -73.921546, 40.711043 ], [ -73.921221, 40.710791 ], [ -73.920745, 40.71053 ], [ -73.921892, 40.709396 ], [ -73.922483, 40.709333 ], [ -73.924187, 40.709065 ], [ -73.925765, 40.708804 ], [ -73.927407, 40.708542 ], [ -73.929026, 40.708277 ], [ -73.932072, 40.707786 ], [ -73.932297, 40.707749 ], [ -73.932523, 40.708238 ], [ -73.93265, 40.708536 ], [ -73.932997, 40.709317 ], [ -73.933296, 40.709988 ], [ -73.933602, 40.710669 ], [ -73.933893, 40.711336 ], [ -73.934257, 40.712123 ], [ -73.934534, 40.712754 ], [ -73.934802, 40.713373 ], [ -73.934959, 40.713722 ], [ -73.935288, 40.714457 ], [ -73.935613, 40.715191 ], [ -73.938696, 40.715323 ], [ -73.939017, 40.716065 ], [ -73.940022, 40.715813 ], [ -73.94012, 40.716359 ], [ -73.940231, 40.717091 ], [ -73.94033, 40.717787 ], [ -73.94038, 40.718088 ], [ -73.940439, 40.718433 ], [ -73.940492, 40.718679 ], [ -73.940567, 40.71909 ], [ -73.940589, 40.719206 ], [ -73.940624, 40.719435 ], [ -73.940747, 40.720156 ], [ -73.940796, 40.720457 ], [ -73.940867, 40.720887 ], [ -73.940991, 40.721603 ], [ -73.940998, 40.721659 ], [ -73.941031, 40.721901 ], [ -73.941052, 40.722029 ], [ -73.941063, 40.722089 ], [ -73.941094, 40.722309 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047045000", "name": "Census Tract 450, Kings County, New York", "total_population_17": 551, "white_alone_17": 519.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 19.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.101, "pct_black_alone_change": -1.707, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.908, "pct_hispanic_or_latino_change": 0.627, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6217191", "INTPTLON": "-073.9728701" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.975802, 40.623594 ], [ -73.974626, 40.623724 ], [ -73.973696, 40.623827 ], [ -73.972774, 40.623933 ], [ -73.972444, 40.623964 ], [ -73.971843, 40.62403 ], [ -73.970733, 40.624153 ], [ -73.970474, 40.624182 ], [ -73.97009, 40.622163 ], [ -73.970019, 40.621793 ], [ -73.969957, 40.621468 ], [ -73.969784, 40.620559 ], [ -73.97004, 40.620484 ], [ -73.971079, 40.620116 ], [ -73.971981, 40.619728 ], [ -73.973488, 40.619185 ], [ -73.974866, 40.618644 ], [ -73.975296, 40.620913 ], [ -73.975802, 40.623594 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047045200", "name": "Census Tract 452, Kings County, New York", "total_population_17": 2768, "white_alone_17": 2601.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 63.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 83.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.708, "pct_black_alone_change": 0.298, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.466, "pct_hispanic_or_latino_change": 1.544, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6201742", "INTPTLON": "-073.9681621" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970194, 40.624212 ], [ -73.969098, 40.624333 ], [ -73.968645, 40.621942 ], [ -73.967572, 40.62206 ], [ -73.966645, 40.622163 ], [ -73.966189, 40.619773 ], [ -73.965739, 40.61738 ], [ -73.966664, 40.617278 ], [ -73.96774, 40.617161 ], [ -73.968829, 40.617041 ], [ -73.969112, 40.61701 ], [ -73.969565, 40.619399 ], [ -73.969784, 40.620559 ], [ -73.969957, 40.621468 ], [ -73.970019, 40.621793 ], [ -73.97009, 40.622163 ], [ -73.970474, 40.624182 ], [ -73.970194, 40.624212 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047045300", "name": "Census Tract 453, Kings County, New York", "total_population_17": 2513, "white_alone_17": 649.0, "black_alone_17": 653.0, "native_alone_17": 0.0, "asian_alone_17": 54.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1141.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.638, "pct_black_alone_change": 22.272, "pct_native_alone_change": -0.804, "pct_asian_alone_change": 0.293, "pct_hispanic_or_latino_change": -41.415, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7065844", "INTPTLON": "-073.9289569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933919, 40.707487 ], [ -73.932687, 40.707685 ], [ -73.932297, 40.707749 ], [ -73.932072, 40.707786 ], [ -73.929026, 40.708277 ], [ -73.927407, 40.708542 ], [ -73.925765, 40.708804 ], [ -73.924187, 40.709065 ], [ -73.922483, 40.709333 ], [ -73.921892, 40.709396 ], [ -73.922337, 40.709006 ], [ -73.922862, 40.708546 ], [ -73.923062, 40.708369 ], [ -73.923852, 40.707677 ], [ -73.924169, 40.707394 ], [ -73.924907, 40.706745 ], [ -73.925137, 40.706539 ], [ -73.925896, 40.705877 ], [ -73.926089, 40.70568 ], [ -73.926578, 40.705557 ], [ -73.928109, 40.704964 ], [ -73.928738, 40.704717 ], [ -73.9298, 40.704305 ], [ -73.930237, 40.704131 ], [ -73.931155, 40.703773 ], [ -73.931729, 40.703546 ], [ -73.932698, 40.703171 ], [ -73.932815, 40.703577 ], [ -73.932935, 40.703994 ], [ -73.933011, 40.704277 ], [ -73.933125, 40.704701 ], [ -73.933201, 40.704971 ], [ -73.933321, 40.705393 ], [ -73.9334, 40.705669 ], [ -73.933512, 40.706095 ], [ -73.933594, 40.706371 ], [ -73.933711, 40.706792 ], [ -73.933791, 40.707067 ], [ -73.933919, 40.707487 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047045400", "name": "Census Tract 454, Kings County, New York", "total_population_17": 1771, "white_alone_17": 1326.0, "black_alone_17": 17.0, "native_alone_17": 10.0, "asian_alone_17": 75.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 227.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.449, "pct_black_alone_change": 0.344, "pct_native_alone_change": 0.423, "pct_asian_alone_change": -7.898, "pct_hispanic_or_latino_change": 8.553, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6186826", "INTPTLON": "-073.9650025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966645, 40.622163 ], [ -73.965719, 40.622264 ], [ -73.96472, 40.622373 ], [ -73.964268, 40.619984 ], [ -73.964197, 40.61961 ], [ -73.963889, 40.618 ], [ -73.963811, 40.617589 ], [ -73.963754, 40.617302 ], [ -73.963622, 40.61659 ], [ -73.963564, 40.616239 ], [ -73.963361, 40.615204 ], [ -73.964358, 40.615094 ], [ -73.965287, 40.614992 ], [ -73.965395, 40.615574 ], [ -73.965739, 40.61738 ], [ -73.966189, 40.619773 ], [ -73.966645, 40.622163 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047045600", "name": "Census Tract 456, Kings County, New York", "total_population_17": 2399, "white_alone_17": 1711.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 467.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 67.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.816, "pct_black_alone_change": -0.069, "pct_native_alone_change": -0.215, "pct_asian_alone_change": 12.127, "pct_hispanic_or_latino_change": -1.928, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6261630", "INTPTLON": "-073.9666205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968929, 40.629231 ], [ -73.968001, 40.629333 ], [ -73.967076, 40.629435 ], [ -73.966074, 40.629545 ], [ -73.965907, 40.628655 ], [ -73.965625, 40.627155 ], [ -73.965173, 40.624766 ], [ -73.964946, 40.623569 ], [ -73.96472, 40.622373 ], [ -73.965719, 40.622264 ], [ -73.966645, 40.622163 ], [ -73.967096, 40.624553 ], [ -73.967553, 40.626944 ], [ -73.968478, 40.626841 ], [ -73.968735, 40.628211 ], [ -73.968761, 40.628352 ], [ -73.968784, 40.628473 ], [ -73.968929, 40.629231 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047045800", "name": "Census Tract 458, Kings County, New York", "total_population_17": 1602, "white_alone_17": 1412.0, "black_alone_17": 29.0, "native_alone_17": 18.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 143.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.903, "pct_black_alone_change": 1.546, "pct_native_alone_change": 1.058, "pct_asian_alone_change": -1.917, "pct_hispanic_or_latino_change": 6.216, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6257017", "INTPTLON": "-073.9690061" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.971374, 40.628966 ], [ -73.971086, 40.628997 ], [ -73.970001, 40.629114 ], [ -73.968929, 40.629231 ], [ -73.968784, 40.628473 ], [ -73.968761, 40.628352 ], [ -73.968735, 40.628211 ], [ -73.968478, 40.626841 ], [ -73.967553, 40.626944 ], [ -73.967096, 40.624553 ], [ -73.966645, 40.622163 ], [ -73.967572, 40.62206 ], [ -73.968645, 40.621942 ], [ -73.969098, 40.624333 ], [ -73.970194, 40.624212 ], [ -73.970474, 40.624182 ], [ -73.970861, 40.62621 ], [ -73.970922, 40.62657 ], [ -73.971098, 40.6275 ], [ -73.971114, 40.627586 ], [ -73.971208, 40.62809 ], [ -73.971374, 40.628966 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047046000", "name": "Census Tract 460, Kings County, New York", "total_population_17": 3969, "white_alone_17": 1889.0, "black_alone_17": 59.0, "native_alone_17": 19.0, "asian_alone_17": 1539.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 244.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.44, "pct_black_alone_change": -4.865, "pct_native_alone_change": 0.043, "pct_asian_alone_change": 10.723, "pct_hispanic_or_latino_change": -1.104, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6321630", "INTPTLON": "-073.9657330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.971568, 40.629988 ], [ -73.971265, 40.630133 ], [ -73.970303, 40.630598 ], [ -73.969281, 40.631088 ], [ -73.96841, 40.631509 ], [ -73.967926, 40.631744 ], [ -73.96755, 40.631922 ], [ -73.966777, 40.632295 ], [ -73.966266, 40.632547 ], [ -73.965677, 40.63283 ], [ -73.964805, 40.633249 ], [ -73.963946, 40.633662 ], [ -73.963105, 40.634065 ], [ -73.962643, 40.634288 ], [ -73.962203, 40.6345 ], [ -73.961312, 40.634926 ], [ -73.960409, 40.63536 ], [ -73.959898, 40.632668 ], [ -73.96086, 40.632562 ], [ -73.962299, 40.6324 ], [ -73.963674, 40.63225 ], [ -73.964602, 40.632147 ], [ -73.965529, 40.632044 ], [ -73.966165, 40.631977 ], [ -73.966676, 40.631922 ], [ -73.966074, 40.629545 ], [ -73.967076, 40.629435 ], [ -73.968001, 40.629333 ], [ -73.968929, 40.629231 ], [ -73.970001, 40.629114 ], [ -73.971086, 40.628997 ], [ -73.971374, 40.628966 ], [ -73.971568, 40.629988 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047046201", "name": "Census Tract 462.01, Kings County, New York", "total_population_17": 2498, "white_alone_17": 2152.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 296.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 42.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 13.816, "pct_black_alone_change": -2.166, "pct_native_alone_change": -0.286, "pct_asian_alone_change": -1.678, "pct_hispanic_or_latino_change": -6.043, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6276229", "INTPTLON": "-073.9735164" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976578, 40.627574 ], [ -73.974832, 40.628412 ], [ -73.974027, 40.628806 ], [ -73.972852, 40.629372 ], [ -73.971806, 40.629874 ], [ -73.971718, 40.629916 ], [ -73.971568, 40.629988 ], [ -73.971374, 40.628966 ], [ -73.971208, 40.62809 ], [ -73.971114, 40.627586 ], [ -73.971098, 40.6275 ], [ -73.970922, 40.62657 ], [ -73.971187, 40.626543 ], [ -73.972298, 40.626432 ], [ -73.97322, 40.626318 ], [ -73.974149, 40.626215 ], [ -73.975077, 40.626114 ], [ -73.975636, 40.626035 ], [ -73.976235, 40.625976 ], [ -73.97645, 40.627008 ], [ -73.976514, 40.627294 ], [ -73.976578, 40.627574 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047046202", "name": "Census Tract 462.02, Kings County, New York", "total_population_17": 2283, "white_alone_17": 1915.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 339.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.592, "pct_black_alone_change": -0.537, "pct_native_alone_change": -0.537, "pct_asian_alone_change": -6.906, "pct_hispanic_or_latino_change": 8.07, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6245852", "INTPTLON": "-073.9742281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977262, 40.625853 ], [ -73.976235, 40.625976 ], [ -73.975636, 40.626035 ], [ -73.975077, 40.626114 ], [ -73.974149, 40.626215 ], [ -73.97322, 40.626318 ], [ -73.972298, 40.626432 ], [ -73.971187, 40.626543 ], [ -73.970922, 40.62657 ], [ -73.970861, 40.62621 ], [ -73.970474, 40.624182 ], [ -73.970733, 40.624153 ], [ -73.971843, 40.62403 ], [ -73.972444, 40.623964 ], [ -73.972774, 40.623933 ], [ -73.973696, 40.623827 ], [ -73.974626, 40.623724 ], [ -73.975802, 40.623594 ], [ -73.975296, 40.620913 ], [ -73.975378, 40.620793 ], [ -73.977033, 40.62153 ], [ -73.976947, 40.621602 ], [ -73.976566, 40.621995 ], [ -73.976753, 40.623013 ], [ -73.976794, 40.623254 ], [ -73.976834, 40.623481 ], [ -73.976944, 40.624053 ], [ -73.977109, 40.624948 ], [ -73.977197, 40.625102 ], [ -73.977262, 40.625853 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047046400", "name": "Census Tract 464, Kings County, New York", "total_population_17": 2929, "white_alone_17": 2647.0, "black_alone_17": 48.0, "native_alone_17": 0.0, "asian_alone_17": 119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 67.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.591, "pct_black_alone_change": 1.363, "pct_native_alone_change": -0.079, "pct_asian_alone_change": -0.746, "pct_hispanic_or_latino_change": -2.719, "pct_native_hawaiian_pacific_islander_change": -0.236, "INTPTLAT": "+40.6246553", "INTPTLON": "-073.9783990" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980985, 40.624653 ], [ -73.980397, 40.625211 ], [ -73.979818, 40.625774 ], [ -73.979235, 40.626336 ], [ -73.978944, 40.626605 ], [ -73.978583, 40.626957 ], [ -73.978398, 40.627138 ], [ -73.978067, 40.627455 ], [ -73.977704, 40.627802 ], [ -73.977524, 40.627978 ], [ -73.976578, 40.627574 ], [ -73.976514, 40.627294 ], [ -73.97645, 40.627008 ], [ -73.976235, 40.625976 ], [ -73.977262, 40.625853 ], [ -73.977197, 40.625102 ], [ -73.977109, 40.624948 ], [ -73.976944, 40.624053 ], [ -73.976834, 40.623481 ], [ -73.976794, 40.623254 ], [ -73.976753, 40.623013 ], [ -73.976566, 40.621995 ], [ -73.976947, 40.621602 ], [ -73.977033, 40.62153 ], [ -73.979448, 40.622683 ], [ -73.979399, 40.622729 ], [ -73.979362, 40.622765 ], [ -73.981566, 40.624095 ], [ -73.980985, 40.624653 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047046800", "name": "Census Tract 468, Kings County, New York", "total_population_17": 2368, "white_alone_17": 2274.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 52.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 35.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.908, "pct_black_alone_change": 0.194, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.368, "pct_hispanic_or_latino_change": -4.123, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6214965", "INTPTLON": "-073.9806533" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985731, 40.623555 ], [ -73.985637, 40.62365 ], [ -73.98553, 40.623758 ], [ -73.984962, 40.624323 ], [ -73.984401, 40.624893 ], [ -73.982144, 40.623533 ], [ -73.981566, 40.624095 ], [ -73.979362, 40.622765 ], [ -73.979399, 40.622729 ], [ -73.979448, 40.622683 ], [ -73.977033, 40.62153 ], [ -73.975378, 40.620793 ], [ -73.976505, 40.619142 ], [ -73.976825, 40.618676 ], [ -73.977379, 40.617883 ], [ -73.977874, 40.61819 ], [ -73.979495, 40.619195 ], [ -73.981696, 40.620524 ], [ -73.982282, 40.619962 ], [ -73.984478, 40.621293 ], [ -73.9839, 40.621854 ], [ -73.984492, 40.622213 ], [ -73.986101, 40.623183 ], [ -73.985731, 40.623555 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047047000", "name": "Census Tract 470, Kings County, New York", "total_population_17": 2719, "white_alone_17": 2409.0, "black_alone_17": 13.0, "native_alone_17": 0.0, "asian_alone_17": 121.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 112.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.043, "pct_black_alone_change": 0.412, "pct_native_alone_change": -0.099, "pct_asian_alone_change": 3.324, "pct_hispanic_or_latino_change": 2.066, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+40.6255890", "INTPTLON": "-073.9867507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990175, 40.626557 ], [ -73.989591, 40.627117 ], [ -73.989009, 40.627676 ], [ -73.988428, 40.628231 ], [ -73.985966, 40.626756 ], [ -73.984942, 40.62612 ], [ -73.984761, 40.62602 ], [ -73.983264, 40.626035 ], [ -73.983831, 40.625463 ], [ -73.981566, 40.624095 ], [ -73.982144, 40.623533 ], [ -73.984401, 40.624893 ], [ -73.984962, 40.624323 ], [ -73.98553, 40.623758 ], [ -73.985637, 40.62365 ], [ -73.985731, 40.623555 ], [ -73.986101, 40.623183 ], [ -73.988302, 40.624514 ], [ -73.98962, 40.625311 ], [ -73.9897, 40.625359 ], [ -73.989766, 40.625398 ], [ -73.990756, 40.625998 ], [ -73.990175, 40.626557 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047047200", "name": "Census Tract 472, Kings County, New York", "total_population_17": 2777, "white_alone_17": 2745.0, "black_alone_17": 24.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.473, "pct_black_alone_change": 0.19, "pct_native_alone_change": -0.269, "pct_asian_alone_change": -0.438, "pct_hispanic_or_latino_change": -1.733, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6270361", "INTPTLON": "-073.9841274" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.988338, 40.628319 ], [ -73.987842, 40.628797 ], [ -73.987259, 40.629355 ], [ -73.986675, 40.629916 ], [ -73.984204, 40.628448 ], [ -73.983016, 40.627705 ], [ -73.982132, 40.627171 ], [ -73.981244, 40.626629 ], [ -73.981095, 40.626543 ], [ -73.980867, 40.626409 ], [ -73.979818, 40.625774 ], [ -73.980397, 40.625211 ], [ -73.980985, 40.624653 ], [ -73.981566, 40.624095 ], [ -73.983831, 40.625463 ], [ -73.983264, 40.626035 ], [ -73.984761, 40.62602 ], [ -73.984942, 40.62612 ], [ -73.985966, 40.626756 ], [ -73.988428, 40.628231 ], [ -73.988338, 40.628319 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047047400", "name": "Census Tract 474, Kings County, New York", "total_population_17": 2717, "white_alone_17": 2632.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 25.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.364, "pct_black_alone_change": -0.067, "pct_native_alone_change": -0.067, "pct_asian_alone_change": -0.436, "pct_hispanic_or_latino_change": -0.153, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6286836", "INTPTLON": "-073.9823658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.986093, 40.630478 ], [ -73.985509, 40.631038 ], [ -73.984928, 40.631597 ], [ -73.982406, 40.630068 ], [ -73.980428, 40.628879 ], [ -73.978067, 40.627455 ], [ -73.978398, 40.627138 ], [ -73.978583, 40.626957 ], [ -73.978944, 40.626605 ], [ -73.979235, 40.626336 ], [ -73.979818, 40.625774 ], [ -73.980867, 40.626409 ], [ -73.981095, 40.626543 ], [ -73.981244, 40.626629 ], [ -73.982132, 40.627171 ], [ -73.983016, 40.627705 ], [ -73.984204, 40.628448 ], [ -73.986675, 40.629916 ], [ -73.986093, 40.630478 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047047600", "name": "Census Tract 476, Kings County, New York", "total_population_17": 3563, "white_alone_17": 3048.0, "black_alone_17": 132.0, "native_alone_17": 18.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 342.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.285, "pct_black_alone_change": 3.389, "pct_native_alone_change": 0.426, "pct_asian_alone_change": -2.753, "pct_hispanic_or_latino_change": 7.569, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6305694", "INTPTLON": "-073.9805808" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984344, 40.632157 ], [ -73.983763, 40.632717 ], [ -73.983179, 40.633279 ], [ -73.982598, 40.633837 ], [ -73.980142, 40.632354 ], [ -73.980723, 40.631793 ], [ -73.978155, 40.630282 ], [ -73.977249, 40.630707 ], [ -73.977165, 40.630747 ], [ -73.976999, 40.629871 ], [ -73.97685, 40.629089 ], [ -73.976696, 40.628354 ], [ -73.976578, 40.627574 ], [ -73.977524, 40.627978 ], [ -73.977704, 40.627802 ], [ -73.978067, 40.627455 ], [ -73.980428, 40.628879 ], [ -73.982406, 40.630068 ], [ -73.984928, 40.631597 ], [ -73.984344, 40.632157 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047047700", "name": "Census Tract 477, Kings County, New York", "total_population_17": 3816, "white_alone_17": 2759.0, "black_alone_17": 163.0, "native_alone_17": 0.0, "asian_alone_17": 404.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 344.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.846, "pct_black_alone_change": 2.074, "pct_native_alone_change": -0.439, "pct_asian_alone_change": 7.028, "pct_hispanic_or_latino_change": -17.523, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+40.7182181", "INTPTLON": "-073.9421366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946791, 40.718821 ], [ -73.945741, 40.719481 ], [ -73.945604, 40.719567 ], [ -73.944405, 40.72024 ], [ -73.943675, 40.72066 ], [ -73.942817, 40.721144 ], [ -73.941956, 40.721652 ], [ -73.941504, 40.721991 ], [ -73.941094, 40.722309 ], [ -73.941063, 40.722089 ], [ -73.941052, 40.722029 ], [ -73.941031, 40.721901 ], [ -73.940998, 40.721659 ], [ -73.940991, 40.721603 ], [ -73.940867, 40.720887 ], [ -73.940796, 40.720457 ], [ -73.940747, 40.720156 ], [ -73.940624, 40.719435 ], [ -73.940589, 40.719206 ], [ -73.940567, 40.71909 ], [ -73.940492, 40.718679 ], [ -73.940439, 40.718433 ], [ -73.94038, 40.718088 ], [ -73.94033, 40.717787 ], [ -73.940231, 40.717091 ], [ -73.94012, 40.716359 ], [ -73.940022, 40.715813 ], [ -73.939017, 40.716065 ], [ -73.938696, 40.715323 ], [ -73.938906, 40.715335 ], [ -73.941218, 40.714707 ], [ -73.942066, 40.714729 ], [ -73.942687, 40.714692 ], [ -73.942701, 40.714816 ], [ -73.942818, 40.715387 ], [ -73.942935, 40.716096 ], [ -73.943055, 40.716805 ], [ -73.94317, 40.717517 ], [ -73.943285, 40.718226 ], [ -73.943412, 40.718859 ], [ -73.943427, 40.718934 ], [ -73.945084, 40.718782 ], [ -73.945202, 40.71877 ], [ -73.945318, 40.71876 ], [ -73.946319, 40.718622 ], [ -73.946744, 40.718548 ], [ -73.946754, 40.718609 ], [ -73.946768, 40.718691 ], [ -73.946791, 40.718821 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047047800", "name": "Census Tract 478, Kings County, New York", "total_population_17": 4455, "white_alone_17": 3331.0, "black_alone_17": 11.0, "native_alone_17": 33.0, "asian_alone_17": 221.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 770.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.615, "pct_black_alone_change": -0.831, "pct_native_alone_change": 0.578, "pct_asian_alone_change": -3.806, "pct_hispanic_or_latino_change": -4.421, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6333984", "INTPTLON": "-073.9788744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982015, 40.634395 ], [ -73.981432, 40.634955 ], [ -73.981181, 40.635196 ], [ -73.98085, 40.635516 ], [ -73.980266, 40.636076 ], [ -73.979681, 40.636639 ], [ -73.979386, 40.636932 ], [ -73.979286, 40.636414 ], [ -73.979112, 40.63544 ], [ -73.978022, 40.635553 ], [ -73.976888, 40.635675 ], [ -73.976434, 40.633289 ], [ -73.976049, 40.631276 ], [ -73.976971, 40.630838 ], [ -73.977165, 40.630747 ], [ -73.977249, 40.630707 ], [ -73.978155, 40.630282 ], [ -73.980723, 40.631793 ], [ -73.980142, 40.632354 ], [ -73.982598, 40.633837 ], [ -73.982015, 40.634395 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048000", "name": "Census Tract 480, Kings County, New York", "total_population_17": 4028, "white_alone_17": 2512.0, "black_alone_17": 131.0, "native_alone_17": 0.0, "asian_alone_17": 471.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 914.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.192, "pct_black_alone_change": 0.928, "pct_native_alone_change": -0.145, "pct_asian_alone_change": -3.298, "pct_hispanic_or_latino_change": 7.903, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.6302931", "INTPTLON": "-073.9744922" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977165, 40.630747 ], [ -73.976971, 40.630838 ], [ -73.976049, 40.631276 ], [ -73.975172, 40.631689 ], [ -73.974319, 40.632091 ], [ -73.973196, 40.632621 ], [ -73.972808, 40.632806 ], [ -73.972419, 40.632992 ], [ -73.972266, 40.632143 ], [ -73.972113, 40.631369 ], [ -73.971923, 40.630646 ], [ -73.971806, 40.629874 ], [ -73.972852, 40.629372 ], [ -73.974027, 40.628806 ], [ -73.974832, 40.628412 ], [ -73.976578, 40.627574 ], [ -73.976696, 40.628354 ], [ -73.97685, 40.629089 ], [ -73.976999, 40.629871 ], [ -73.977165, 40.630747 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048100", "name": "Census Tract 481, Kings County, New York", "total_population_17": 3050, "white_alone_17": 1535.0, "black_alone_17": 137.0, "native_alone_17": 0.0, "asian_alone_17": 510.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 826.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.062, "pct_black_alone_change": 2.833, "pct_native_alone_change": -0.216, "pct_asian_alone_change": 11.346, "pct_hispanic_or_latino_change": -26.85, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+40.7138604", "INTPTLON": "-073.9384989" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942066, 40.714729 ], [ -73.941218, 40.714707 ], [ -73.938906, 40.715335 ], [ -73.938696, 40.715323 ], [ -73.935613, 40.715191 ], [ -73.935288, 40.714457 ], [ -73.934959, 40.713722 ], [ -73.934802, 40.713373 ], [ -73.937248, 40.712782 ], [ -73.93832, 40.712524 ], [ -73.938466, 40.712489 ], [ -73.940688, 40.711962 ], [ -73.941041, 40.712666 ], [ -73.941385, 40.713347 ], [ -73.941713, 40.714007 ], [ -73.942066, 40.714729 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048200", "name": "Census Tract 482, Kings County, New York", "total_population_17": 5300, "white_alone_17": 2438.0, "black_alone_17": 305.0, "native_alone_17": 8.0, "asian_alone_17": 2036.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 422.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.599, "pct_black_alone_change": -3.416, "pct_native_alone_change": -0.169, "pct_asian_alone_change": 13.839, "pct_hispanic_or_latino_change": -3.111, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+40.6332088", "INTPTLON": "-073.9695313" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.972419, 40.632992 ], [ -73.972161, 40.633112 ], [ -73.971904, 40.63323 ], [ -73.970876, 40.63372 ], [ -73.969869, 40.634194 ], [ -73.970291, 40.636407 ], [ -73.96936, 40.636506 ], [ -73.968039, 40.636651 ], [ -73.967627, 40.635238 ], [ -73.967511, 40.634838 ], [ -73.967406, 40.63447 ], [ -73.967185, 40.633704 ], [ -73.967028, 40.633152 ], [ -73.966777, 40.632295 ], [ -73.96755, 40.631922 ], [ -73.967926, 40.631744 ], [ -73.96841, 40.631509 ], [ -73.969281, 40.631088 ], [ -73.970303, 40.630598 ], [ -73.971265, 40.630133 ], [ -73.971568, 40.629988 ], [ -73.971718, 40.629916 ], [ -73.971806, 40.629874 ], [ -73.971923, 40.630646 ], [ -73.972113, 40.631369 ], [ -73.972266, 40.632143 ], [ -73.972419, 40.632992 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048400", "name": "Census Tract 484, Kings County, New York", "total_population_17": 6107, "white_alone_17": 4303.0, "black_alone_17": 455.0, "native_alone_17": 0.0, "asian_alone_17": 556.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 449.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.177, "pct_black_alone_change": 1.005, "pct_native_alone_change": -0.305, "pct_asian_alone_change": 0.542, "pct_hispanic_or_latino_change": -9.906, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6342861", "INTPTLON": "-073.9736271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976888, 40.635675 ], [ -73.975962, 40.635779 ], [ -73.975034, 40.635879 ], [ -73.974106, 40.635981 ], [ -73.97301, 40.636103 ], [ -73.972735, 40.636134 ], [ -73.972458, 40.636164 ], [ -73.971889, 40.636227 ], [ -73.971361, 40.636286 ], [ -73.970291, 40.636407 ], [ -73.969869, 40.634194 ], [ -73.970876, 40.63372 ], [ -73.971904, 40.63323 ], [ -73.972161, 40.633112 ], [ -73.972419, 40.632992 ], [ -73.972808, 40.632806 ], [ -73.973196, 40.632621 ], [ -73.974319, 40.632091 ], [ -73.975172, 40.631689 ], [ -73.976049, 40.631276 ], [ -73.976434, 40.633289 ], [ -73.976888, 40.635675 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048500", "name": "Census Tract 485, Kings County, New York", "total_population_17": 2802, "white_alone_17": 1379.0, "black_alone_17": 107.0, "native_alone_17": 34.0, "asian_alone_17": 137.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1116.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 36.134, "pct_black_alone_change": -3.497, "pct_native_alone_change": 0.903, "pct_asian_alone_change": 1.603, "pct_hispanic_or_latino_change": -35.62, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7078399", "INTPTLON": "-073.9363493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940688, 40.711962 ], [ -73.938466, 40.712489 ], [ -73.93832, 40.712524 ], [ -73.937248, 40.712782 ], [ -73.934802, 40.713373 ], [ -73.934534, 40.712754 ], [ -73.934257, 40.712123 ], [ -73.933893, 40.711336 ], [ -73.933602, 40.710669 ], [ -73.933296, 40.709988 ], [ -73.932997, 40.709317 ], [ -73.93265, 40.708536 ], [ -73.932523, 40.708238 ], [ -73.932297, 40.707749 ], [ -73.932687, 40.707685 ], [ -73.933919, 40.707487 ], [ -73.933791, 40.707067 ], [ -73.933711, 40.706792 ], [ -73.933594, 40.706371 ], [ -73.933512, 40.706095 ], [ -73.9334, 40.705669 ], [ -73.933321, 40.705393 ], [ -73.933201, 40.704971 ], [ -73.933125, 40.704701 ], [ -73.933011, 40.704277 ], [ -73.932935, 40.703994 ], [ -73.932815, 40.703577 ], [ -73.932698, 40.703171 ], [ -73.933523, 40.702849 ], [ -73.933951, 40.702674 ], [ -73.935336, 40.702315 ], [ -73.936982, 40.70191 ], [ -73.937318, 40.702714 ], [ -73.937631, 40.703374 ], [ -73.937784, 40.703525 ], [ -73.937946, 40.70362 ], [ -73.93841, 40.7039 ], [ -73.938488, 40.703955 ], [ -73.938599, 40.704066 ], [ -73.938814, 40.704263 ], [ -73.939127, 40.704566 ], [ -73.939313, 40.704815 ], [ -73.939432, 40.705256 ], [ -73.939598, 40.70621 ], [ -73.939037, 40.706265 ], [ -73.938705, 40.707015 ], [ -73.938528, 40.707782 ], [ -73.938864, 40.708495 ], [ -73.939958, 40.70839 ], [ -73.940076, 40.709102 ], [ -73.940196, 40.709821 ], [ -73.940314, 40.710522 ], [ -73.940423, 40.711218 ], [ -73.940477, 40.711563 ], [ -73.940688, 40.711962 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048600", "name": "Census Tract 486, Kings County, New York", "total_population_17": 3355, "white_alone_17": 851.0, "black_alone_17": 106.0, "native_alone_17": 0.0, "asian_alone_17": 1473.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 911.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.994, "pct_black_alone_change": -2.126, "pct_native_alone_change": -0.755, "pct_asian_alone_change": 5.79, "pct_hispanic_or_latino_change": -3.467, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6389191", "INTPTLON": "-073.9784252" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98042, 40.642385 ], [ -73.979442, 40.642796 ], [ -73.979019, 40.642972 ], [ -73.978327, 40.643268 ], [ -73.978249, 40.642846 ], [ -73.977798, 40.640455 ], [ -73.977343, 40.638067 ], [ -73.976415, 40.638168 ], [ -73.975962, 40.635779 ], [ -73.976888, 40.635675 ], [ -73.978022, 40.635553 ], [ -73.979112, 40.63544 ], [ -73.979286, 40.636414 ], [ -73.979386, 40.636932 ], [ -73.979475, 40.637431 ], [ -73.979554, 40.637819 ], [ -73.979677, 40.638465 ], [ -73.979874, 40.639518 ], [ -73.97991, 40.639686 ], [ -73.980007, 40.640209 ], [ -73.980074, 40.64054 ], [ -73.98042, 40.642385 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048800", "name": "Census Tract 488, Kings County, New York", "total_population_17": 3929, "white_alone_17": 1843.0, "black_alone_17": 232.0, "native_alone_17": 0.0, "asian_alone_17": 1210.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 434.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.585, "pct_black_alone_change": -3.064, "pct_native_alone_change": -0.41, "pct_asian_alone_change": 12.495, "pct_hispanic_or_latino_change": -5.025, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6404769", "INTPTLON": "-073.9762086" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.978327, 40.643268 ], [ -73.977453, 40.643636 ], [ -73.976577, 40.644004 ], [ -73.976396, 40.643051 ], [ -73.975944, 40.640659 ], [ -73.975015, 40.640762 ], [ -73.973941, 40.640882 ], [ -73.973465, 40.638495 ], [ -73.974562, 40.638373 ], [ -73.975488, 40.63827 ], [ -73.976415, 40.638168 ], [ -73.977343, 40.638067 ], [ -73.977798, 40.640455 ], [ -73.978249, 40.642846 ], [ -73.978327, 40.643268 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047048900", "name": "Census Tract 489, Kings County, New York", "total_population_17": 3595, "white_alone_17": 19.0, "black_alone_17": 1279.0, "native_alone_17": 37.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2229.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.143, "pct_black_alone_change": -8.428, "pct_native_alone_change": 0.631, "pct_asian_alone_change": 1.136, "pct_hispanic_or_latino_change": 7.6, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7029206", "INTPTLON": "-073.9392589" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94103, 40.704637 ], [ -73.939313, 40.704815 ], [ -73.939127, 40.704566 ], [ -73.938814, 40.704263 ], [ -73.938599, 40.704066 ], [ -73.938488, 40.703955 ], [ -73.93841, 40.7039 ], [ -73.937946, 40.70362 ], [ -73.937784, 40.703525 ], [ -73.937631, 40.703374 ], [ -73.937318, 40.702714 ], [ -73.936982, 40.70191 ], [ -73.93763, 40.701739 ], [ -73.938365, 40.701545 ], [ -73.939501, 40.701281 ], [ -73.94042, 40.701077 ], [ -73.940544, 40.701798 ], [ -73.940726, 40.702901 ], [ -73.94078, 40.703223 ], [ -73.940893, 40.703914 ], [ -73.94103, 40.704637 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049000", "name": "Census Tract 490, Kings County, New York", "total_population_17": 6290, "white_alone_17": 3215.0, "black_alone_17": 450.0, "native_alone_17": 54.0, "asian_alone_17": 1125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1236.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.322, "pct_black_alone_change": -7.132, "pct_native_alone_change": -0.084, "pct_asian_alone_change": 7.956, "pct_hispanic_or_latino_change": 6.258, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6381109", "INTPTLON": "-073.9730323" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976415, 40.638168 ], [ -73.975488, 40.63827 ], [ -73.974562, 40.638373 ], [ -73.973465, 40.638495 ], [ -73.973941, 40.640882 ], [ -73.97364, 40.640915 ], [ -73.973364, 40.640943 ], [ -73.972268, 40.641064 ], [ -73.971222, 40.64118 ], [ -73.97089, 40.639472 ], [ -73.970772, 40.638791 ], [ -73.970291, 40.636407 ], [ -73.971361, 40.636286 ], [ -73.971889, 40.636227 ], [ -73.972458, 40.636164 ], [ -73.972735, 40.636134 ], [ -73.97301, 40.636103 ], [ -73.974106, 40.635981 ], [ -73.975034, 40.635879 ], [ -73.975962, 40.635779 ], [ -73.976415, 40.638168 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049100", "name": "Census Tract 491, Kings County, New York", "total_population_17": 6670, "white_alone_17": 1199.0, "black_alone_17": 773.0, "native_alone_17": 122.0, "asian_alone_17": 2435.0, "native_hawaiian_pacific_islander_17": 35.0, "hispanic_or_latino_17": 2228.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.704, "pct_black_alone_change": -12.269, "pct_native_alone_change": 1.609, "pct_asian_alone_change": 13.125, "pct_hispanic_or_latino_change": -11.838, "pct_native_hawaiian_pacific_islander_change": 0.525, "INTPTLAT": "+40.7035729", "INTPTLON": "-073.9440999" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949836, 40.705229 ], [ -73.949364, 40.705283 ], [ -73.947981, 40.705442 ], [ -73.946265, 40.705604 ], [ -73.944687, 40.705739 ], [ -73.944567, 40.705021 ], [ -73.94285, 40.705182 ], [ -73.942734, 40.704473 ], [ -73.94103, 40.704637 ], [ -73.940893, 40.703914 ], [ -73.94078, 40.703223 ], [ -73.940726, 40.702901 ], [ -73.940544, 40.701798 ], [ -73.94042, 40.701077 ], [ -73.941931, 40.700725 ], [ -73.942201, 40.700891 ], [ -73.943064, 40.701424 ], [ -73.943227, 40.701521 ], [ -73.943825, 40.701862 ], [ -73.944005, 40.701962 ], [ -73.944315, 40.702133 ], [ -73.944639, 40.702313 ], [ -73.94545, 40.70276 ], [ -73.945855, 40.702987 ], [ -73.946251, 40.703208 ], [ -73.947052, 40.703664 ], [ -73.947853, 40.704111 ], [ -73.948141, 40.704271 ], [ -73.94855, 40.7045 ], [ -73.948665, 40.704565 ], [ -73.949254, 40.704896 ], [ -73.949362, 40.704958 ], [ -73.949471, 40.705019 ], [ -73.949836, 40.705229 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049200", "name": "Census Tract 492, Kings County, New York", "total_population_17": 3108, "white_alone_17": 1577.0, "black_alone_17": 450.0, "native_alone_17": 10.0, "asian_alone_17": 694.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 343.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.161, "pct_black_alone_change": -12.927, "pct_native_alone_change": -0.216, "pct_asian_alone_change": 4.098, "pct_hispanic_or_latino_change": -3.07, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6408996", "INTPTLON": "-073.9702106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.972086, 40.645863 ], [ -73.971744, 40.646001 ], [ -73.970841, 40.646378 ], [ -73.970774, 40.646111 ], [ -73.970546, 40.645317 ], [ -73.970317, 40.644538 ], [ -73.970089, 40.643746 ], [ -73.969885, 40.643031 ], [ -73.969686, 40.642356 ], [ -73.969484, 40.64169 ], [ -73.969399, 40.641383 ], [ -73.968914, 40.639757 ], [ -73.968791, 40.639256 ], [ -73.968722, 40.639018 ], [ -73.968224, 40.637297 ], [ -73.968039, 40.636651 ], [ -73.96936, 40.636506 ], [ -73.970291, 40.636407 ], [ -73.970772, 40.638791 ], [ -73.97089, 40.639472 ], [ -73.971222, 40.64118 ], [ -73.971648, 40.643573 ], [ -73.971799, 40.644376 ], [ -73.971946, 40.645164 ], [ -73.972086, 40.645863 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049300", "name": "Census Tract 493, Kings County, New York", "total_population_17": 7797, "white_alone_17": 1472.0, "black_alone_17": 1272.0, "native_alone_17": 26.0, "asian_alone_17": 266.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.713, "pct_black_alone_change": 1.199, "pct_native_alone_change": 0.099, "pct_asian_alone_change": 2.436, "pct_hispanic_or_latino_change": -21.008, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7078076", "INTPTLON": "-073.9413538" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943788, 40.710901 ], [ -73.942105, 40.71106 ], [ -73.940423, 40.711218 ], [ -73.940314, 40.710522 ], [ -73.940196, 40.709821 ], [ -73.940076, 40.709102 ], [ -73.939958, 40.70839 ], [ -73.938864, 40.708495 ], [ -73.938528, 40.707782 ], [ -73.938705, 40.707015 ], [ -73.939037, 40.706265 ], [ -73.939598, 40.70621 ], [ -73.939432, 40.705256 ], [ -73.939313, 40.704815 ], [ -73.94103, 40.704637 ], [ -73.942734, 40.704473 ], [ -73.94285, 40.705182 ], [ -73.942966, 40.705888 ], [ -73.943086, 40.706597 ], [ -73.943202, 40.707335 ], [ -73.943322, 40.708071 ], [ -73.94344, 40.708781 ], [ -73.943557, 40.709496 ], [ -73.943676, 40.710223 ], [ -73.943788, 40.710901 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049400", "name": "Census Tract 494, Kings County, New York", "total_population_17": 5930, "white_alone_17": 2755.0, "black_alone_17": 462.0, "native_alone_17": 0.0, "asian_alone_17": 1408.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 998.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.328, "pct_black_alone_change": -10.222, "pct_native_alone_change": -0.5, "pct_asian_alone_change": 10.949, "pct_hispanic_or_latino_change": 4.375, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6429660", "INTPTLON": "-073.9738254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976577, 40.644004 ], [ -73.975695, 40.644372 ], [ -73.974657, 40.644806 ], [ -73.974419, 40.644915 ], [ -73.974196, 40.645007 ], [ -73.973101, 40.645451 ], [ -73.972086, 40.645863 ], [ -73.971946, 40.645164 ], [ -73.971799, 40.644376 ], [ -73.971648, 40.643573 ], [ -73.971222, 40.64118 ], [ -73.972268, 40.641064 ], [ -73.973364, 40.640943 ], [ -73.97364, 40.640915 ], [ -73.973941, 40.640882 ], [ -73.975015, 40.640762 ], [ -73.975944, 40.640659 ], [ -73.976396, 40.643051 ], [ -73.976577, 40.644004 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049500", "name": "Census Tract 495, Kings County, New York", "total_population_17": 2920, "white_alone_17": 1564.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 355.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 873.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.435, "pct_black_alone_change": 0.099, "pct_native_alone_change": -0.22, "pct_asian_alone_change": 3.614, "pct_hispanic_or_latino_change": -19.168, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7123628", "INTPTLON": "-073.9433572" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945949, 40.713638 ], [ -73.944265, 40.713796 ], [ -73.942583, 40.713955 ], [ -73.941713, 40.714007 ], [ -73.941385, 40.713347 ], [ -73.941041, 40.712666 ], [ -73.940688, 40.711962 ], [ -73.940477, 40.711563 ], [ -73.940423, 40.711218 ], [ -73.942105, 40.71106 ], [ -73.943788, 40.710901 ], [ -73.945475, 40.71074 ], [ -73.945569, 40.711321 ], [ -73.945596, 40.711481 ], [ -73.945717, 40.712218 ], [ -73.945834, 40.712927 ], [ -73.945949, 40.713638 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049600", "name": "Census Tract 496, Kings County, New York", "total_population_17": 4452, "white_alone_17": 1371.0, "black_alone_17": 93.0, "native_alone_17": 120.0, "asian_alone_17": 1357.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1424.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.49, "pct_black_alone_change": 0.071, "pct_native_alone_change": 2.52, "pct_asian_alone_change": -2.26, "pct_hispanic_or_latino_change": 9.596, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6436870", "INTPTLON": "-073.9804383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985897, 40.643068 ], [ -73.983976, 40.643812 ], [ -73.980915, 40.644991 ], [ -73.97988, 40.645109 ], [ -73.978702, 40.645239 ], [ -73.977774, 40.645342 ], [ -73.976848, 40.645442 ], [ -73.975919, 40.645544 ], [ -73.974827, 40.645664 ], [ -73.974657, 40.644806 ], [ -73.975695, 40.644372 ], [ -73.976577, 40.644004 ], [ -73.977453, 40.643636 ], [ -73.978327, 40.643268 ], [ -73.979019, 40.642972 ], [ -73.979442, 40.642796 ], [ -73.98042, 40.642385 ], [ -73.981232, 40.642045 ], [ -73.982043, 40.641708 ], [ -73.982445, 40.641538 ], [ -73.982994, 40.641325 ], [ -73.983316, 40.641479 ], [ -73.984303, 40.642085 ], [ -73.984587, 40.642262 ], [ -73.985095, 40.642573 ], [ -73.985897, 40.643068 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049700", "name": "Census Tract 497, Kings County, New York", "total_population_17": 2786, "white_alone_17": 1834.0, "black_alone_17": 34.0, "native_alone_17": 14.0, "asian_alone_17": 421.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 392.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.916, "pct_black_alone_change": 0.771, "pct_native_alone_change": 0.323, "pct_asian_alone_change": 9.231, "pct_hispanic_or_latino_change": 3.657, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7162166", "INTPTLON": "-073.9445940" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946744, 40.718548 ], [ -73.946319, 40.718622 ], [ -73.945318, 40.71876 ], [ -73.945202, 40.71877 ], [ -73.945084, 40.718782 ], [ -73.943427, 40.718934 ], [ -73.943412, 40.718859 ], [ -73.943285, 40.718226 ], [ -73.94317, 40.717517 ], [ -73.943055, 40.716805 ], [ -73.942935, 40.716096 ], [ -73.942818, 40.715387 ], [ -73.942701, 40.714816 ], [ -73.942687, 40.714692 ], [ -73.942066, 40.714729 ], [ -73.941713, 40.714007 ], [ -73.942583, 40.713955 ], [ -73.944265, 40.713796 ], [ -73.945949, 40.713638 ], [ -73.94607, 40.714372 ], [ -73.946186, 40.715067 ], [ -73.946303, 40.715779 ], [ -73.946417, 40.716487 ], [ -73.946533, 40.717198 ], [ -73.946653, 40.717907 ], [ -73.946723, 40.718392 ], [ -73.946744, 40.718548 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049800", "name": "Census Tract 498, Kings County, New York", "total_population_17": 4624, "white_alone_17": 1680.0, "black_alone_17": 214.0, "native_alone_17": 0.0, "asian_alone_17": 1601.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 836.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.952, "pct_black_alone_change": 1.703, "pct_native_alone_change": -0.197, "pct_asian_alone_change": -0.028, "pct_hispanic_or_latino_change": 4.981, "pct_native_hawaiian_pacific_islander_change": -0.074, "INTPTLAT": "+40.6454295", "INTPTLON": "-073.9826813" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98835, 40.644562 ], [ -73.985284, 40.645768 ], [ -73.983073, 40.646625 ], [ -73.98231, 40.646927 ], [ -73.981805, 40.647128 ], [ -73.981328, 40.647182 ], [ -73.980291, 40.647297 ], [ -73.979118, 40.647428 ], [ -73.978191, 40.647526 ], [ -73.977774, 40.645342 ], [ -73.978702, 40.645239 ], [ -73.97988, 40.645109 ], [ -73.980915, 40.644991 ], [ -73.983976, 40.643812 ], [ -73.985897, 40.643068 ], [ -73.986731, 40.643574 ], [ -73.987499, 40.644045 ], [ -73.98835, 40.644562 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047049900", "name": "Census Tract 499, Kings County, New York", "total_population_17": 1860, "white_alone_17": 1470.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 126.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 165.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.08, "pct_black_alone_change": 1.008, "pct_native_alone_change": -0.121, "pct_asian_alone_change": 4.591, "pct_hispanic_or_latino_change": -1.499, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7209087", "INTPTLON": "-073.9468832" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949078, 40.72254 ], [ -73.948164, 40.722655 ], [ -73.947474, 40.722727 ], [ -73.947169, 40.722764 ], [ -73.947094, 40.722775 ], [ -73.947004, 40.722783 ], [ -73.946275, 40.722863 ], [ -73.945356, 40.722965 ], [ -73.945015, 40.723004 ], [ -73.944909, 40.722364 ], [ -73.944797, 40.721681 ], [ -73.94469, 40.72106 ], [ -73.944687, 40.721022 ], [ -73.944699, 40.720982 ], [ -73.944726, 40.720945 ], [ -73.944764, 40.720916 ], [ -73.944713, 40.720655 ], [ -73.944689, 40.720457 ], [ -73.944529, 40.720289 ], [ -73.944405, 40.72024 ], [ -73.945604, 40.719567 ], [ -73.945741, 40.719481 ], [ -73.946791, 40.718821 ], [ -73.947213, 40.718561 ], [ -73.948416, 40.718455 ], [ -73.948532, 40.719168 ], [ -73.948875, 40.721292 ], [ -73.949078, 40.72254 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050000", "name": "Census Tract 500, Kings County, New York", "total_population_17": 3964, "white_alone_17": 2236.0, "black_alone_17": 233.0, "native_alone_17": 0.0, "asian_alone_17": 903.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 478.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.538, "pct_black_alone_change": -5.807, "pct_native_alone_change": -0.435, "pct_asian_alone_change": 12.345, "pct_hispanic_or_latino_change": -3.131, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6482633", "INTPTLON": "-073.9774137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980712, 40.649524 ], [ -73.979598, 40.649948 ], [ -73.978716, 40.650292 ], [ -73.977833, 40.650637 ], [ -73.976976, 40.650969 ], [ -73.976924, 40.65099 ], [ -73.976347, 40.65122 ], [ -73.975533, 40.649698 ], [ -73.975389, 40.649444 ], [ -73.97519, 40.648842 ], [ -73.974959, 40.647796 ], [ -73.975176, 40.647818 ], [ -73.974827, 40.645664 ], [ -73.975919, 40.645544 ], [ -73.976848, 40.645442 ], [ -73.977774, 40.645342 ], [ -73.978191, 40.647526 ], [ -73.979118, 40.647428 ], [ -73.980291, 40.647297 ], [ -73.980364, 40.647694 ], [ -73.980712, 40.649524 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050100", "name": "Census Tract 501, Kings County, New York", "total_population_17": 3157, "white_alone_17": 2218.0, "black_alone_17": 186.0, "native_alone_17": 0.0, "asian_alone_17": 180.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 489.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.738, "pct_black_alone_change": 5.363, "pct_native_alone_change": -0.302, "pct_asian_alone_change": 2.036, "pct_hispanic_or_latino_change": -5.788, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7157350", "INTPTLON": "-073.9489203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953353, 40.714184 ], [ -73.952754, 40.714736 ], [ -73.952109, 40.715259 ], [ -73.951842, 40.715442 ], [ -73.951144, 40.716035 ], [ -73.950247, 40.716632 ], [ -73.949831, 40.716901 ], [ -73.949491, 40.717129 ], [ -73.949043, 40.717429 ], [ -73.948664, 40.717683 ], [ -73.948322, 40.717865 ], [ -73.947213, 40.718561 ], [ -73.946791, 40.718821 ], [ -73.946768, 40.718691 ], [ -73.946754, 40.718609 ], [ -73.946744, 40.718548 ], [ -73.946723, 40.718392 ], [ -73.946653, 40.717907 ], [ -73.946533, 40.717198 ], [ -73.946417, 40.716487 ], [ -73.946303, 40.715779 ], [ -73.946186, 40.715067 ], [ -73.94607, 40.714372 ], [ -73.947719, 40.714216 ], [ -73.949372, 40.714067 ], [ -73.951624, 40.714066 ], [ -73.95291, 40.714061 ], [ -73.953092, 40.714064 ], [ -73.953309, 40.714067 ], [ -73.953485, 40.714069 ], [ -73.953353, 40.714184 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050202", "name": "Census Tract 502.02, Kings County, New York", "total_population_17": 2246, "white_alone_17": 1977.0, "black_alone_17": 24.0, "native_alone_17": 10.0, "asian_alone_17": 58.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 123.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.395, "pct_black_alone_change": -5.815, "pct_native_alone_change": 0.119, "pct_asian_alone_change": -2.999, "pct_hispanic_or_latino_change": -7.547, "pct_native_hawaiian_pacific_islander_change": -0.047, "INTPTLAT": "+40.6535104", "INTPTLON": "-073.9752845" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.978039, 40.654747 ], [ -73.977077, 40.655114 ], [ -73.976571, 40.655311 ], [ -73.976424, 40.654535 ], [ -73.974302, 40.655367 ], [ -73.973555, 40.655644 ], [ -73.973266, 40.654649 ], [ -73.973051, 40.653913 ], [ -73.972683, 40.652639 ], [ -73.974, 40.652128 ], [ -73.974883, 40.651783 ], [ -73.975814, 40.651433 ], [ -73.976148, 40.6513 ], [ -73.976347, 40.65122 ], [ -73.977002, 40.652444 ], [ -73.977068, 40.652572 ], [ -73.977215, 40.652814 ], [ -73.977298, 40.652952 ], [ -73.977333, 40.653043 ], [ -73.977457, 40.653278 ], [ -73.97762, 40.653503 ], [ -73.977781, 40.653726 ], [ -73.97796, 40.653941 ], [ -73.977596, 40.654079 ], [ -73.978039, 40.654747 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050300", "name": "Census Tract 503, Kings County, New York", "total_population_17": 2486, "white_alone_17": 1481.0, "black_alone_17": 23.0, "native_alone_17": 167.0, "asian_alone_17": 214.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 528.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 8.751, "pct_black_alone_change": -0.464, "pct_native_alone_change": 6.243, "pct_asian_alone_change": 2.685, "pct_hispanic_or_latino_change": -18.944, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7122018", "INTPTLON": "-073.9474623" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949372, 40.714067 ], [ -73.947719, 40.714216 ], [ -73.94607, 40.714372 ], [ -73.945949, 40.713638 ], [ -73.945834, 40.712927 ], [ -73.945717, 40.712218 ], [ -73.945596, 40.711481 ], [ -73.945569, 40.711321 ], [ -73.945475, 40.71074 ], [ -73.947104, 40.710588 ], [ -73.946973, 40.709894 ], [ -73.948655, 40.709725 ], [ -73.948771, 40.710432 ], [ -73.948892, 40.711168 ], [ -73.949014, 40.711904 ], [ -73.949131, 40.712612 ], [ -73.949245, 40.71332 ], [ -73.949372, 40.714067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050400", "name": "Census Tract 504, Kings County, New York", "total_population_17": 4626, "white_alone_17": 2331.0, "black_alone_17": 519.0, "native_alone_17": 0.0, "asian_alone_17": 650.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 941.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 3.067, "pct_black_alone_change": -6.101, "pct_native_alone_change": -0.717, "pct_asian_alone_change": 3.475, "pct_hispanic_or_latino_change": -0.205, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6487193", "INTPTLON": "-073.9735201" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976148, 40.6513 ], [ -73.975814, 40.651433 ], [ -73.974883, 40.651783 ], [ -73.974, 40.652128 ], [ -73.972683, 40.652639 ], [ -73.972343, 40.651378 ], [ -73.9725, 40.651305 ], [ -73.972614, 40.651206 ], [ -73.972681, 40.65105 ], [ -73.97262, 40.650835 ], [ -73.972312, 40.65065 ], [ -73.972082, 40.650635 ], [ -73.971916, 40.650056 ], [ -73.971559, 40.648823 ], [ -73.971397, 40.648258 ], [ -73.971211, 40.64762 ], [ -73.970841, 40.646378 ], [ -73.971744, 40.646001 ], [ -73.972086, 40.645863 ], [ -73.973101, 40.645451 ], [ -73.974196, 40.645007 ], [ -73.974419, 40.644915 ], [ -73.974657, 40.644806 ], [ -73.974827, 40.645664 ], [ -73.975176, 40.647818 ], [ -73.974959, 40.647796 ], [ -73.97519, 40.648842 ], [ -73.975389, 40.649444 ], [ -73.975533, 40.649698 ], [ -73.976347, 40.65122 ], [ -73.976148, 40.6513 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050500", "name": "Census Tract 505, Kings County, New York", "total_population_17": 4062, "white_alone_17": 1161.0, "black_alone_17": 600.0, "native_alone_17": 73.0, "asian_alone_17": 486.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1757.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.584, "pct_black_alone_change": -0.76, "pct_native_alone_change": 1.298, "pct_asian_alone_change": 4.485, "pct_hispanic_or_latino_change": -22.501, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.7080520", "INTPTLON": "-073.9449451" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947104, 40.710588 ], [ -73.945475, 40.71074 ], [ -73.943788, 40.710901 ], [ -73.943676, 40.710223 ], [ -73.943557, 40.709496 ], [ -73.94344, 40.708781 ], [ -73.943322, 40.708071 ], [ -73.943202, 40.707335 ], [ -73.943086, 40.706597 ], [ -73.942966, 40.705888 ], [ -73.94285, 40.705182 ], [ -73.944567, 40.705021 ], [ -73.944687, 40.705739 ], [ -73.946265, 40.705604 ], [ -73.946523, 40.707011 ], [ -73.946656, 40.707754 ], [ -73.946756, 40.708466 ], [ -73.946853, 40.709178 ], [ -73.946973, 40.709894 ], [ -73.947104, 40.710588 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050600", "name": "Census Tract 506, Kings County, New York", "total_population_17": 5986, "white_alone_17": 931.0, "black_alone_17": 2614.0, "native_alone_17": 11.0, "asian_alone_17": 462.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1900.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.542, "pct_black_alone_change": -13.596, "pct_native_alone_change": -0.123, "pct_asian_alone_change": 4.631, "pct_hispanic_or_latino_change": -1.571, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6489784", "INTPTLON": "-073.9668581" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.971397, 40.648258 ], [ -73.970693, 40.648497 ], [ -73.969672, 40.648898 ], [ -73.968793, 40.649249 ], [ -73.96791, 40.649599 ], [ -73.967028, 40.649948 ], [ -73.966145, 40.650298 ], [ -73.965262, 40.650642 ], [ -73.964654, 40.650887 ], [ -73.964355, 40.651005 ], [ -73.963442, 40.651364 ], [ -73.96302, 40.651532 ], [ -73.962753, 40.650943 ], [ -73.962645, 40.650701 ], [ -73.962186, 40.649789 ], [ -73.963075, 40.64944 ], [ -73.963331, 40.649339 ], [ -73.963984, 40.649085 ], [ -73.964903, 40.648721 ], [ -73.965784, 40.648376 ], [ -73.966665, 40.648029 ], [ -73.967546, 40.647683 ], [ -73.968428, 40.647335 ], [ -73.969307, 40.646991 ], [ -73.970323, 40.646598 ], [ -73.970841, 40.646378 ], [ -73.971211, 40.64762 ], [ -73.971397, 40.648258 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050700", "name": "Census Tract 507, Kings County, New York", "total_population_17": 2667, "white_alone_17": 1851.0, "black_alone_17": 187.0, "native_alone_17": 0.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 490.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 64.734, "pct_black_alone_change": 0.556, "pct_native_alone_change": -0.275, "pct_asian_alone_change": 0.388, "pct_hispanic_or_latino_change": -68.852, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7014096", "INTPTLON": "-073.9470079" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951288, 40.700922 ], [ -73.950274, 40.701579 ], [ -73.949379, 40.702159 ], [ -73.947539, 40.703351 ], [ -73.947052, 40.703664 ], [ -73.946251, 40.703208 ], [ -73.945855, 40.702987 ], [ -73.94545, 40.70276 ], [ -73.944639, 40.702313 ], [ -73.944315, 40.702133 ], [ -73.944005, 40.701962 ], [ -73.943825, 40.701862 ], [ -73.943227, 40.701521 ], [ -73.943064, 40.701424 ], [ -73.942201, 40.700891 ], [ -73.941931, 40.700725 ], [ -73.943692, 40.70051 ], [ -73.944388, 40.700425 ], [ -73.944617, 40.700405 ], [ -73.946316, 40.700215 ], [ -73.947128, 40.700123 ], [ -73.947248, 40.700105 ], [ -73.948133, 40.700006 ], [ -73.949794, 40.699823 ], [ -73.950091, 40.699791 ], [ -73.950136, 40.699915 ], [ -73.950657, 40.700347 ], [ -73.950756, 40.700445 ], [ -73.951288, 40.700922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050801", "name": "Census Tract 508.01, Kings County, New York", "total_population_17": 4112, "white_alone_17": 490.0, "black_alone_17": 2540.0, "native_alone_17": 0.0, "asian_alone_17": 32.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1029.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.058, "pct_black_alone_change": -10.594, "pct_native_alone_change": -0.346, "pct_asian_alone_change": -3.054, "pct_hispanic_or_latino_change": 4.007, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.6512352", "INTPTLON": "-073.9607363" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96302, 40.651532 ], [ -73.962584, 40.651704 ], [ -73.961407, 40.65217 ], [ -73.960423, 40.652556 ], [ -73.959329, 40.652928 ], [ -73.959151, 40.652145 ], [ -73.958926, 40.651212 ], [ -73.958707, 40.650387 ], [ -73.959977, 40.650209 ], [ -73.961008, 40.650082 ], [ -73.962186, 40.649789 ], [ -73.962645, 40.650701 ], [ -73.962753, 40.650943 ], [ -73.96302, 40.651532 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050803", "name": "Census Tract 508.03, Kings County, New York", "total_population_17": 2260, "white_alone_17": 426.0, "black_alone_17": 1285.0, "native_alone_17": 6.0, "asian_alone_17": 70.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 419.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 16.992, "pct_black_alone_change": -15.506, "pct_native_alone_change": -0.081, "pct_asian_alone_change": -0.735, "pct_hispanic_or_latino_change": -2.477, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.6539088", "INTPTLON": "-073.9606234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9619, 40.654871 ], [ -73.961691, 40.654951 ], [ -73.960699, 40.655341 ], [ -73.959861, 40.655635 ], [ -73.959696, 40.654839 ], [ -73.959451, 40.653575 ], [ -73.959329, 40.652928 ], [ -73.960423, 40.652556 ], [ -73.961407, 40.65217 ], [ -73.961597, 40.653173 ], [ -73.961726, 40.65389 ], [ -73.961759, 40.654071 ], [ -73.9619, 40.654871 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050804", "name": "Census Tract 508.04, Kings County, New York", "total_population_17": 6297, "white_alone_17": 1010.0, "black_alone_17": 2798.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2189.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 14.181, "pct_black_alone_change": -27.93, "pct_native_alone_change": -0.346, "pct_asian_alone_change": -1.688, "pct_hispanic_or_latino_change": 13.746, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.6528350", "INTPTLON": "-073.9635730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966213, 40.653189 ], [ -73.964145, 40.653995 ], [ -73.9619, 40.654871 ], [ -73.961759, 40.654071 ], [ -73.961726, 40.65389 ], [ -73.961597, 40.653173 ], [ -73.961407, 40.65217 ], [ -73.962584, 40.651704 ], [ -73.96302, 40.651532 ], [ -73.963442, 40.651364 ], [ -73.964355, 40.651005 ], [ -73.964654, 40.650887 ], [ -73.965242, 40.651742 ], [ -73.965751, 40.6525 ], [ -73.966213, 40.653189 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047050900", "name": "Census Tract 509, Kings County, New York", "total_population_17": 4743, "white_alone_17": 4273.0, "black_alone_17": 178.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 280.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 42.473, "pct_black_alone_change": 3.263, "pct_native_alone_change": -0.109, "pct_asian_alone_change": -0.326, "pct_hispanic_or_latino_change": -30.787, "pct_native_hawaiian_pacific_islander_change": 0.253, "INTPTLAT": "+40.7032772", "INTPTLON": "-073.9505646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953812, 40.703181 ], [ -73.9519, 40.704418 ], [ -73.950237, 40.705473 ], [ -73.949836, 40.705229 ], [ -73.949471, 40.705019 ], [ -73.949362, 40.704958 ], [ -73.949254, 40.704896 ], [ -73.948665, 40.704565 ], [ -73.94855, 40.7045 ], [ -73.948141, 40.704271 ], [ -73.947853, 40.704111 ], [ -73.947052, 40.703664 ], [ -73.947539, 40.703351 ], [ -73.949379, 40.702159 ], [ -73.950274, 40.701579 ], [ -73.951288, 40.700922 ], [ -73.951921, 40.701487 ], [ -73.952551, 40.702051 ], [ -73.953181, 40.702617 ], [ -73.953812, 40.703181 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051001", "name": "Census Tract 510.01, Kings County, New York", "total_population_17": 4361, "white_alone_17": 380.0, "black_alone_17": 3097.0, "native_alone_17": 13.0, "asian_alone_17": 67.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 761.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.388, "pct_black_alone_change": -8.494, "pct_native_alone_change": 0.169, "pct_asian_alone_change": -0.049, "pct_hispanic_or_latino_change": 0.972, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6461218", "INTPTLON": "-073.9597677" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961672, 40.647115 ], [ -73.960471, 40.647244 ], [ -73.959434, 40.647358 ], [ -73.958141, 40.647504 ], [ -73.958107, 40.646518 ], [ -73.958037, 40.645302 ], [ -73.958022, 40.64507 ], [ -73.958979, 40.644966 ], [ -73.960016, 40.644853 ], [ -73.961214, 40.644723 ], [ -73.961672, 40.647115 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051002", "name": "Census Tract 510.02, Kings County, New York", "total_population_17": 4595, "white_alone_17": 453.0, "black_alone_17": 2782.0, "native_alone_17": 0.0, "asian_alone_17": 111.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 983.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.533, "pct_black_alone_change": -18.966, "pct_native_alone_change": -0.129, "pct_asian_alone_change": 0.831, "pct_hispanic_or_latino_change": 4.915, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6487514", "INTPTLON": "-073.9603672" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963075, 40.64944 ], [ -73.962186, 40.649789 ], [ -73.961008, 40.650082 ], [ -73.959977, 40.650209 ], [ -73.958707, 40.650387 ], [ -73.958444, 40.649307 ], [ -73.958288, 40.648663 ], [ -73.958256, 40.648532 ], [ -73.95815, 40.647768 ], [ -73.958141, 40.647504 ], [ -73.959434, 40.647358 ], [ -73.960471, 40.647244 ], [ -73.961672, 40.647115 ], [ -73.961935, 40.648511 ], [ -73.962876, 40.648402 ], [ -73.963075, 40.64944 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051100", "name": "Census Tract 511, Kings County, New York", "total_population_17": 4317, "white_alone_17": 1485.0, "black_alone_17": 216.0, "native_alone_17": 0.0, "asian_alone_17": 882.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1639.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 24.211, "pct_black_alone_change": -6.74, "pct_native_alone_change": -0.134, "pct_asian_alone_change": 3.273, "pct_hispanic_or_latino_change": -22.168, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7075596", "INTPTLON": "-073.9485791" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950875, 40.709513 ], [ -73.948655, 40.709725 ], [ -73.946973, 40.709894 ], [ -73.946853, 40.709178 ], [ -73.946756, 40.708466 ], [ -73.946656, 40.707754 ], [ -73.946523, 40.707011 ], [ -73.946265, 40.705604 ], [ -73.947981, 40.705442 ], [ -73.949364, 40.705283 ], [ -73.949836, 40.705229 ], [ -73.950237, 40.705473 ], [ -73.950289, 40.705914 ], [ -73.950406, 40.706653 ], [ -73.95053, 40.707391 ], [ -73.95066, 40.70817 ], [ -73.95076, 40.708803 ], [ -73.95083, 40.709143 ], [ -73.950875, 40.709513 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051200", "name": "Census Tract 512, Kings County, New York", "total_population_17": 5907, "white_alone_17": 1033.0, "black_alone_17": 3025.0, "native_alone_17": 0.0, "asian_alone_17": 105.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1426.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.126, "pct_black_alone_change": -19.755, "pct_native_alone_change": -0.175, "pct_asian_alone_change": -1.599, "pct_hispanic_or_latino_change": 2.397, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6465522", "INTPTLON": "-073.9633627" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.965468, 40.64672 ], [ -73.964535, 40.646819 ], [ -73.964903, 40.648721 ], [ -73.963984, 40.649085 ], [ -73.963331, 40.649339 ], [ -73.963075, 40.64944 ], [ -73.962876, 40.648402 ], [ -73.961935, 40.648511 ], [ -73.961672, 40.647115 ], [ -73.961214, 40.644723 ], [ -73.962162, 40.644617 ], [ -73.963125, 40.644512 ], [ -73.964087, 40.644407 ], [ -73.964623, 40.644342 ], [ -73.965012, 40.644302 ], [ -73.965468, 40.64672 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051300", "name": "Census Tract 513, Kings County, New York", "total_population_17": 5058, "white_alone_17": 2524.0, "black_alone_17": 123.0, "native_alone_17": 0.0, "asian_alone_17": 377.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1814.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.6, "pct_black_alone_change": -1.098, "pct_native_alone_change": -0.413, "pct_asian_alone_change": 5.024, "pct_hispanic_or_latino_change": -31.949, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7117914", "INTPTLON": "-073.9521631" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95655, 40.710509 ], [ -73.956483, 40.710643 ], [ -73.956436, 40.71072 ], [ -73.956199, 40.711113 ], [ -73.955797, 40.711752 ], [ -73.955476, 40.712266 ], [ -73.955036, 40.712915 ], [ -73.95434, 40.714072 ], [ -73.953485, 40.714069 ], [ -73.953309, 40.714067 ], [ -73.953092, 40.714064 ], [ -73.95291, 40.714061 ], [ -73.951624, 40.714066 ], [ -73.949372, 40.714067 ], [ -73.949245, 40.71332 ], [ -73.949131, 40.712612 ], [ -73.949014, 40.711904 ], [ -73.948892, 40.711168 ], [ -73.948771, 40.710432 ], [ -73.948655, 40.709725 ], [ -73.950875, 40.709513 ], [ -73.95083, 40.709143 ], [ -73.95236, 40.709716 ], [ -73.953856, 40.710264 ], [ -73.954735, 40.710594 ], [ -73.954982, 40.710608 ], [ -73.955175, 40.710465 ], [ -73.955498, 40.709949 ], [ -73.955966, 40.710121 ], [ -73.956227, 40.710221 ], [ -73.956624, 40.710384 ], [ -73.95655, 40.710509 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051400", "name": "Census Tract 514, Kings County, New York", "total_population_17": 7947, "white_alone_17": 1117.0, "black_alone_17": 3194.0, "native_alone_17": 95.0, "asian_alone_17": 1053.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2224.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.895, "pct_black_alone_change": -22.159, "pct_native_alone_change": 0.727, "pct_asian_alone_change": 8.232, "pct_hispanic_or_latino_change": 1.828, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6427917", "INTPTLON": "-073.9614284" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.964087, 40.644407 ], [ -73.963125, 40.644512 ], [ -73.962162, 40.644617 ], [ -73.961214, 40.644723 ], [ -73.960016, 40.644853 ], [ -73.958979, 40.644966 ], [ -73.958022, 40.64507 ], [ -73.957978, 40.644576 ], [ -73.957919, 40.644143 ], [ -73.958753, 40.643772 ], [ -73.959727, 40.643332 ], [ -73.959377, 40.641471 ], [ -73.960502, 40.64094 ], [ -73.961386, 40.640525 ], [ -73.962282, 40.640101 ], [ -73.963186, 40.639672 ], [ -73.963557, 40.64161 ], [ -73.964087, 40.644407 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051500", "name": "Census Tract 515, Kings County, New York", "total_population_17": 2024, "white_alone_17": 1371.0, "black_alone_17": 109.0, "native_alone_17": 0.0, "asian_alone_17": 143.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 352.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.216, "pct_black_alone_change": 4.359, "pct_native_alone_change": -0.798, "pct_asian_alone_change": 2.732, "pct_hispanic_or_latino_change": -14.764, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7191277", "INTPTLON": "-073.9505297" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95271, 40.720451 ], [ -73.950646, 40.721705 ], [ -73.949866, 40.722179 ], [ -73.949078, 40.72254 ], [ -73.948875, 40.721292 ], [ -73.948532, 40.719168 ], [ -73.948416, 40.718455 ], [ -73.947213, 40.718561 ], [ -73.948322, 40.717865 ], [ -73.948664, 40.717683 ], [ -73.949043, 40.717429 ], [ -73.949491, 40.717129 ], [ -73.949831, 40.716901 ], [ -73.950247, 40.716632 ], [ -73.951144, 40.716035 ], [ -73.951842, 40.715442 ], [ -73.951929, 40.715963 ], [ -73.952051, 40.71667 ], [ -73.952124, 40.717097 ], [ -73.952165, 40.717382 ], [ -73.952287, 40.718085 ], [ -73.952297, 40.718147 ], [ -73.952402, 40.718797 ], [ -73.952477, 40.719219 ], [ -73.953469, 40.719798 ], [ -73.95271, 40.720451 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051601", "name": "Census Tract 516.01, Kings County, New York", "total_population_17": 5506, "white_alone_17": 367.0, "black_alone_17": 3327.0, "native_alone_17": 0.0, "asian_alone_17": 184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1569.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.656, "pct_black_alone_change": -22.302, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 1.958, "pct_hispanic_or_latino_change": 15.2, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6386227", "INTPTLON": "-073.9567106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958966, 40.639305 ], [ -73.958003, 40.639761 ], [ -73.957125, 40.640169 ], [ -73.956227, 40.640431 ], [ -73.955876, 40.640519 ], [ -73.955638, 40.640504 ], [ -73.954767, 40.639624 ], [ -73.954273, 40.639115 ], [ -73.954043, 40.638878 ], [ -73.953743, 40.638566 ], [ -73.953936, 40.638474 ], [ -73.954831, 40.638041 ], [ -73.955696, 40.637625 ], [ -73.956566, 40.637206 ], [ -73.957433, 40.636793 ], [ -73.9584, 40.636327 ], [ -73.958674, 40.637766 ], [ -73.958966, 40.639305 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051602", "name": "Census Tract 516.02, Kings County, New York", "total_population_17": 4235, "white_alone_17": 407.0, "black_alone_17": 2890.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 647.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 7.601, "pct_black_alone_change": -14.486, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 1.804, "pct_hispanic_or_latino_change": 1.981, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6416130", "INTPTLON": "-073.9581408" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959727, 40.643332 ], [ -73.958753, 40.643772 ], [ -73.957919, 40.644143 ], [ -73.957637, 40.642689 ], [ -73.957463, 40.642372 ], [ -73.95707, 40.641961 ], [ -73.955716, 40.640582 ], [ -73.955638, 40.640504 ], [ -73.955876, 40.640519 ], [ -73.956227, 40.640431 ], [ -73.957125, 40.640169 ], [ -73.958003, 40.639761 ], [ -73.958966, 40.639305 ], [ -73.959377, 40.641471 ], [ -73.959727, 40.643332 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051700", "name": "Census Tract 517, Kings County, New York", "total_population_17": 2343, "white_alone_17": 1831.0, "black_alone_17": 82.0, "native_alone_17": 0.0, "asian_alone_17": 215.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 116.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.417, "pct_black_alone_change": 2.245, "pct_native_alone_change": -0.132, "pct_asian_alone_change": 6.666, "pct_hispanic_or_latino_change": -15.062, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7206502", "INTPTLON": "-073.9545002" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95782, 40.71974 ], [ -73.957225, 40.720293 ], [ -73.95663, 40.720846 ], [ -73.956038, 40.721397 ], [ -73.955443, 40.721946 ], [ -73.954776, 40.72246 ], [ -73.954183, 40.722636 ], [ -73.953825, 40.72276 ], [ -73.953321, 40.722933 ], [ -73.952494, 40.723205 ], [ -73.951646, 40.723486 ], [ -73.950646, 40.721705 ], [ -73.95271, 40.720451 ], [ -73.953469, 40.719798 ], [ -73.954061, 40.719246 ], [ -73.954655, 40.718694 ], [ -73.955251, 40.71814 ], [ -73.955844, 40.717589 ], [ -73.957131, 40.718388 ], [ -73.958416, 40.719189 ], [ -73.95782, 40.71974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051800", "name": "Census Tract 518, Kings County, New York", "total_population_17": 3307, "white_alone_17": 881.0, "black_alone_17": 1482.0, "native_alone_17": 0.0, "asian_alone_17": 280.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 549.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.783, "pct_black_alone_change": -12.391, "pct_native_alone_change": -0.299, "pct_asian_alone_change": -2.001, "pct_hispanic_or_latino_change": 1.919, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6379909", "INTPTLON": "-073.9607951" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963186, 40.639672 ], [ -73.962282, 40.640101 ], [ -73.961386, 40.640525 ], [ -73.960502, 40.64094 ], [ -73.959377, 40.641471 ], [ -73.958966, 40.639305 ], [ -73.958674, 40.637766 ], [ -73.9584, 40.636327 ], [ -73.959525, 40.635786 ], [ -73.959977, 40.635568 ], [ -73.960409, 40.63536 ], [ -73.961312, 40.634926 ], [ -73.962203, 40.6345 ], [ -73.96248, 40.635933 ], [ -73.962781, 40.637513 ], [ -73.963186, 40.639672 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047051900", "name": "Census Tract 519, Kings County, New York", "total_population_17": 5159, "white_alone_17": 3479.0, "black_alone_17": 188.0, "native_alone_17": 0.0, "asian_alone_17": 541.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 810.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.429, "pct_black_alone_change": 1.705, "pct_native_alone_change": -0.69, "pct_asian_alone_change": 5.821, "pct_hispanic_or_latino_change": -12.758, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7157159", "INTPTLON": "-073.9551571" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959486, 40.714192 ], [ -73.959277, 40.71439 ], [ -73.958811, 40.714824 ], [ -73.958223, 40.715374 ], [ -73.957626, 40.715927 ], [ -73.957031, 40.716483 ], [ -73.956439, 40.717032 ], [ -73.955844, 40.717589 ], [ -73.955251, 40.71814 ], [ -73.954655, 40.718694 ], [ -73.954061, 40.719246 ], [ -73.953469, 40.719798 ], [ -73.952477, 40.719219 ], [ -73.952402, 40.718797 ], [ -73.952297, 40.718147 ], [ -73.952287, 40.718085 ], [ -73.952165, 40.717382 ], [ -73.952124, 40.717097 ], [ -73.952051, 40.71667 ], [ -73.951929, 40.715963 ], [ -73.951842, 40.715442 ], [ -73.952109, 40.715259 ], [ -73.952754, 40.714736 ], [ -73.953353, 40.714184 ], [ -73.953485, 40.714069 ], [ -73.95434, 40.714072 ], [ -73.955036, 40.712915 ], [ -73.955476, 40.712266 ], [ -73.95681, 40.712756 ], [ -73.958342, 40.713306 ], [ -73.959797, 40.713887 ], [ -73.959486, 40.714192 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047052000", "name": "Census Tract 520, Kings County, New York", "total_population_17": 4684, "white_alone_17": 1281.0, "black_alone_17": 916.0, "native_alone_17": 0.0, "asian_alone_17": 1228.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1023.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.094, "pct_black_alone_change": -13.497, "pct_native_alone_change": -0.614, "pct_asian_alone_change": 1.939, "pct_hispanic_or_latino_change": 1.995, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6374454", "INTPTLON": "-073.9641875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966174, 40.640431 ], [ -73.965301, 40.640823 ], [ -73.96443, 40.641214 ], [ -73.964037, 40.641389 ], [ -73.963557, 40.64161 ], [ -73.963186, 40.639672 ], [ -73.962781, 40.637513 ], [ -73.96248, 40.635933 ], [ -73.962203, 40.6345 ], [ -73.962643, 40.634288 ], [ -73.963105, 40.634065 ], [ -73.963946, 40.633662 ], [ -73.964805, 40.633249 ], [ -73.965082, 40.634683 ], [ -73.965382, 40.636279 ], [ -73.965792, 40.638441 ], [ -73.966174, 40.640431 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047052300", "name": "Census Tract 523, Kings County, New York", "total_population_17": 5511, "white_alone_17": 1769.0, "black_alone_17": 70.0, "native_alone_17": 182.0, "asian_alone_17": 339.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 3152.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 24.105, "pct_black_alone_change": -1.366, "pct_native_alone_change": 3.11, "pct_asian_alone_change": 4.685, "pct_hispanic_or_latino_change": -29.888, "pct_native_hawaiian_pacific_islander_change": 0.345, "INTPTLAT": "+40.7116633", "INTPTLON": "-073.9588070" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961962, 40.710488 ], [ -73.961905, 40.71058 ], [ -73.96181, 40.710737 ], [ -73.961421, 40.711349 ], [ -73.961029, 40.711969 ], [ -73.960561, 40.712713 ], [ -73.960163, 40.713345 ], [ -73.959797, 40.713887 ], [ -73.958342, 40.713306 ], [ -73.95681, 40.712756 ], [ -73.955476, 40.712266 ], [ -73.955797, 40.711752 ], [ -73.956199, 40.711113 ], [ -73.956436, 40.71072 ], [ -73.956483, 40.710643 ], [ -73.95655, 40.710509 ], [ -73.956624, 40.710384 ], [ -73.956785, 40.710427 ], [ -73.95726, 40.710318 ], [ -73.958002, 40.710227 ], [ -73.958425, 40.710192 ], [ -73.958633, 40.710172 ], [ -73.95956, 40.710076 ], [ -73.960381, 40.710004 ], [ -73.960597, 40.71011 ], [ -73.960702, 40.710135 ], [ -73.960816, 40.71016 ], [ -73.961123, 40.710227 ], [ -73.961303, 40.710285 ], [ -73.961244, 40.710111 ], [ -73.961462, 40.710179 ], [ -73.962035, 40.710362 ], [ -73.961962, 40.710488 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047052500", "name": "Census Tract 525, Kings County, New York", "total_population_17": 3423, "white_alone_17": 2023.0, "black_alone_17": 180.0, "native_alone_17": 0.0, "asian_alone_17": 143.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1036.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.418, "pct_black_alone_change": 0.566, "pct_native_alone_change": -0.254, "pct_asian_alone_change": 2.397, "pct_hispanic_or_latino_change": -7.619, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.7088833", "INTPTLON": "-073.9599784" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962573, 40.708535 ], [ -73.962414, 40.709352 ], [ -73.962292, 40.709921 ], [ -73.962035, 40.710362 ], [ -73.961462, 40.710179 ], [ -73.961244, 40.710111 ], [ -73.961303, 40.710285 ], [ -73.961123, 40.710227 ], [ -73.960816, 40.71016 ], [ -73.960702, 40.710135 ], [ -73.960597, 40.71011 ], [ -73.960381, 40.710004 ], [ -73.95956, 40.710076 ], [ -73.958633, 40.710172 ], [ -73.958425, 40.710192 ], [ -73.958002, 40.710227 ], [ -73.95726, 40.710318 ], [ -73.956785, 40.710427 ], [ -73.956624, 40.710384 ], [ -73.956741, 40.710269 ], [ -73.957061, 40.709758 ], [ -73.957488, 40.70908 ], [ -73.957904, 40.708427 ], [ -73.958152, 40.708041 ], [ -73.958385, 40.707676 ], [ -73.958456, 40.707252 ], [ -73.959395, 40.707352 ], [ -73.959938, 40.707407 ], [ -73.961144, 40.707524 ], [ -73.96186, 40.707595 ], [ -73.962131, 40.707623 ], [ -73.962743, 40.707685 ], [ -73.962573, 40.708535 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047052600", "name": "Census Tract 526, Kings County, New York", "total_population_17": 4737, "white_alone_17": 1882.0, "black_alone_17": 1038.0, "native_alone_17": 87.0, "asian_alone_17": 838.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 915.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.891, "pct_black_alone_change": -5.462, "pct_native_alone_change": 1.505, "pct_asian_alone_change": 1.589, "pct_hispanic_or_latino_change": 1.752, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6364701", "INTPTLON": "-073.9666777" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968791, 40.639256 ], [ -73.967917, 40.63965 ], [ -73.967044, 40.64004 ], [ -73.966174, 40.640431 ], [ -73.965792, 40.638441 ], [ -73.965382, 40.636279 ], [ -73.965082, 40.634683 ], [ -73.964805, 40.633249 ], [ -73.965677, 40.63283 ], [ -73.966266, 40.632547 ], [ -73.966777, 40.632295 ], [ -73.967028, 40.633152 ], [ -73.967185, 40.633704 ], [ -73.967406, 40.63447 ], [ -73.967511, 40.634838 ], [ -73.967627, 40.635238 ], [ -73.968039, 40.636651 ], [ -73.968224, 40.637297 ], [ -73.968722, 40.639018 ], [ -73.968791, 40.639256 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047052700", "name": "Census Tract 527, Kings County, New York", "total_population_17": 6776, "white_alone_17": 1364.0, "black_alone_17": 136.0, "native_alone_17": 0.0, "asian_alone_17": 370.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4728.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.554, "pct_black_alone_change": -0.343, "pct_native_alone_change": -0.797, "pct_asian_alone_change": 3.852, "pct_hispanic_or_latino_change": -20.082, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.7084001", "INTPTLON": "-073.9536948" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957488, 40.70908 ], [ -73.957061, 40.709758 ], [ -73.956741, 40.710269 ], [ -73.956624, 40.710384 ], [ -73.956227, 40.710221 ], [ -73.955966, 40.710121 ], [ -73.955498, 40.709949 ], [ -73.955175, 40.710465 ], [ -73.954982, 40.710608 ], [ -73.954735, 40.710594 ], [ -73.953856, 40.710264 ], [ -73.95236, 40.709716 ], [ -73.95083, 40.709143 ], [ -73.95076, 40.708803 ], [ -73.95066, 40.70817 ], [ -73.95053, 40.707391 ], [ -73.950406, 40.706653 ], [ -73.950289, 40.705914 ], [ -73.950237, 40.705473 ], [ -73.950957, 40.705843 ], [ -73.951086, 40.705913 ], [ -73.95191, 40.70636 ], [ -73.9523, 40.70649 ], [ -73.952515, 40.706559 ], [ -73.952913, 40.706701 ], [ -73.953378, 40.706857 ], [ -73.954017, 40.70708 ], [ -73.955542, 40.707593 ], [ -73.95627, 40.70785 ], [ -73.956724, 40.70801 ], [ -73.957203, 40.708179 ], [ -73.957362, 40.708235 ], [ -73.957904, 40.708427 ], [ -73.957488, 40.70908 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047052800", "name": "Census Tract 528, Kings County, New York", "total_population_17": 1868, "white_alone_17": 1010.0, "black_alone_17": 140.0, "native_alone_17": 0.0, "asian_alone_17": 448.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 239.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.575, "pct_black_alone_change": -3.764, "pct_native_alone_change": -0.57, "pct_asian_alone_change": -1.385, "pct_hispanic_or_latino_change": 6.523, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6308472", "INTPTLON": "-073.9626086" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966165, 40.631977 ], [ -73.965529, 40.632044 ], [ -73.964602, 40.632147 ], [ -73.963674, 40.63225 ], [ -73.962299, 40.6324 ], [ -73.96086, 40.632562 ], [ -73.959898, 40.632668 ], [ -73.959445, 40.630277 ], [ -73.959268, 40.629354 ], [ -73.958994, 40.627886 ], [ -73.959956, 40.627778 ], [ -73.960148, 40.628915 ], [ -73.960219, 40.629255 ], [ -73.960263, 40.629424 ], [ -73.960408, 40.63017 ], [ -73.961369, 40.63006 ], [ -73.961824, 40.630017 ], [ -73.962298, 40.629961 ], [ -73.963225, 40.629859 ], [ -73.964152, 40.629757 ], [ -73.96508, 40.629655 ], [ -73.966074, 40.629545 ], [ -73.966676, 40.631922 ], [ -73.966165, 40.631977 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047052900", "name": "Census Tract 529, Kings County, New York", "total_population_17": 3995, "white_alone_17": 3701.0, "black_alone_17": 77.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 205.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.087, "pct_black_alone_change": 1.531, "pct_native_alone_change": -0.256, "pct_asian_alone_change": -1.164, "pct_hispanic_or_latino_change": -6.999, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.7058715", "INTPTLON": "-073.9545059" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958385, 40.707676 ], [ -73.958152, 40.708041 ], [ -73.957904, 40.708427 ], [ -73.957362, 40.708235 ], [ -73.957203, 40.708179 ], [ -73.956724, 40.70801 ], [ -73.95627, 40.70785 ], [ -73.955542, 40.707593 ], [ -73.954017, 40.70708 ], [ -73.953378, 40.706857 ], [ -73.952913, 40.706701 ], [ -73.952515, 40.706559 ], [ -73.9523, 40.70649 ], [ -73.95191, 40.70636 ], [ -73.951086, 40.705913 ], [ -73.950957, 40.705843 ], [ -73.950237, 40.705473 ], [ -73.9519, 40.704418 ], [ -73.953812, 40.703181 ], [ -73.954442, 40.703747 ], [ -73.955074, 40.704312 ], [ -73.955704, 40.704876 ], [ -73.956337, 40.705439 ], [ -73.956967, 40.706003 ], [ -73.957597, 40.706568 ], [ -73.957943, 40.706884 ], [ -73.958056, 40.706987 ], [ -73.958276, 40.707198 ], [ -73.958456, 40.707252 ], [ -73.958385, 40.707676 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053000", "name": "Census Tract 530, Kings County, New York", "total_population_17": 3736, "white_alone_17": 2193.0, "black_alone_17": 161.0, "native_alone_17": 0.0, "asian_alone_17": 978.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 315.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.897, "pct_black_alone_change": -1.527, "pct_native_alone_change": -0.421, "pct_asian_alone_change": 1.683, "pct_hispanic_or_latino_change": -0.548, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6273634", "INTPTLON": "-073.9637344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966074, 40.629545 ], [ -73.96508, 40.629655 ], [ -73.964152, 40.629757 ], [ -73.963225, 40.629859 ], [ -73.962298, 40.629961 ], [ -73.962099, 40.62893 ], [ -73.961846, 40.627571 ], [ -73.961393, 40.625179 ], [ -73.962318, 40.625079 ], [ -73.963248, 40.624978 ], [ -73.964173, 40.624877 ], [ -73.965173, 40.624766 ], [ -73.965625, 40.627155 ], [ -73.965907, 40.628655 ], [ -73.966074, 40.629545 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053100", "name": "Census Tract 531, Kings County, New York", "total_population_17": 9068, "white_alone_17": 8498.0, "black_alone_17": 13.0, "native_alone_17": 0.0, "asian_alone_17": 69.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 427.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 24.775, "pct_black_alone_change": -0.554, "pct_native_alone_change": -0.194, "pct_asian_alone_change": 0.141, "pct_hispanic_or_latino_change": -15.353, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7007289", "INTPTLON": "-073.9541697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95733, 40.700904 ], [ -73.955853, 40.701862 ], [ -73.955724, 40.701946 ], [ -73.95552, 40.702077 ], [ -73.954007, 40.703054 ], [ -73.953812, 40.703181 ], [ -73.953181, 40.702617 ], [ -73.952551, 40.702051 ], [ -73.951921, 40.701487 ], [ -73.951288, 40.700922 ], [ -73.950756, 40.700445 ], [ -73.950657, 40.700347 ], [ -73.950136, 40.699915 ], [ -73.950091, 40.699791 ], [ -73.950922, 40.699688 ], [ -73.952161, 40.699537 ], [ -73.952663, 40.699482 ], [ -73.95337, 40.699405 ], [ -73.95429, 40.699296 ], [ -73.955184, 40.699193 ], [ -73.956075, 40.69909 ], [ -73.956645, 40.699019 ], [ -73.95702, 40.698974 ], [ -73.957167, 40.699708 ], [ -73.957226, 40.7 ], [ -73.957457, 40.700822 ], [ -73.95733, 40.700904 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053200", "name": "Census Tract 532, Kings County, New York", "total_population_17": 2659, "white_alone_17": 1670.0, "black_alone_17": 147.0, "native_alone_17": 0.0, "asian_alone_17": 592.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 206.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.834, "pct_black_alone_change": -1.364, "pct_native_alone_change": -0.326, "pct_asian_alone_change": -3.017, "pct_hispanic_or_latino_change": 1.871, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6262195", "INTPTLON": "-073.9602546" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962298, 40.629961 ], [ -73.961824, 40.630017 ], [ -73.961369, 40.63006 ], [ -73.960408, 40.63017 ], [ -73.960263, 40.629424 ], [ -73.960219, 40.629255 ], [ -73.960148, 40.628915 ], [ -73.959956, 40.627778 ], [ -73.958994, 40.627886 ], [ -73.958538, 40.625494 ], [ -73.958088, 40.623105 ], [ -73.959046, 40.623 ], [ -73.96001, 40.622895 ], [ -73.960405, 40.622851 ], [ -73.960529, 40.622837 ], [ -73.96094, 40.622791 ], [ -73.961393, 40.625179 ], [ -73.961846, 40.627571 ], [ -73.962099, 40.62893 ], [ -73.962298, 40.629961 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053300", "name": "Census Tract 533, Kings County, New York", "total_population_17": 6907, "white_alone_17": 6713.0, "black_alone_17": 51.0, "native_alone_17": 0.0, "asian_alone_17": 73.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 59.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.122, "pct_black_alone_change": 0.447, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.898, "pct_hispanic_or_latino_change": -2.625, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7037668", "INTPTLON": "-073.9573601" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.960341, 40.703437 ], [ -73.960012, 40.703974 ], [ -73.959338, 40.705181 ], [ -73.959177, 40.705491 ], [ -73.959057, 40.70572 ], [ -73.958925, 40.705899 ], [ -73.958811, 40.706085 ], [ -73.958716, 40.706278 ], [ -73.95864, 40.706477 ], [ -73.958585, 40.706678 ], [ -73.95855, 40.706881 ], [ -73.958456, 40.707252 ], [ -73.958276, 40.707198 ], [ -73.958056, 40.706987 ], [ -73.957943, 40.706884 ], [ -73.957597, 40.706568 ], [ -73.956967, 40.706003 ], [ -73.956337, 40.705439 ], [ -73.955704, 40.704876 ], [ -73.955074, 40.704312 ], [ -73.954442, 40.703747 ], [ -73.953812, 40.703181 ], [ -73.954007, 40.703054 ], [ -73.95552, 40.702077 ], [ -73.955724, 40.701946 ], [ -73.955853, 40.701862 ], [ -73.95733, 40.700904 ], [ -73.957457, 40.700822 ], [ -73.958071, 40.701398 ], [ -73.958689, 40.701953 ], [ -73.959333, 40.702528 ], [ -73.959889, 40.703032 ], [ -73.959985, 40.703118 ], [ -73.960056, 40.703181 ], [ -73.960168, 40.703282 ], [ -73.960241, 40.703347 ], [ -73.960341, 40.703437 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053400", "name": "Census Tract 534, Kings County, New York", "total_population_17": 4400, "white_alone_17": 2766.0, "black_alone_17": 278.0, "native_alone_17": 64.0, "asian_alone_17": 944.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 218.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.673, "pct_black_alone_change": -3.374, "pct_native_alone_change": 1.26, "pct_asian_alone_change": 0.401, "pct_hispanic_or_latino_change": -2.981, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6225826", "INTPTLON": "-073.9628302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.965173, 40.624766 ], [ -73.964173, 40.624877 ], [ -73.963248, 40.624978 ], [ -73.962318, 40.625079 ], [ -73.961393, 40.625179 ], [ -73.96094, 40.622791 ], [ -73.960486, 40.6204 ], [ -73.961415, 40.620298 ], [ -73.962339, 40.620196 ], [ -73.963268, 40.620095 ], [ -73.963727, 40.620044 ], [ -73.963747, 40.620041 ], [ -73.964268, 40.619984 ], [ -73.96472, 40.622373 ], [ -73.964946, 40.623569 ], [ -73.965173, 40.624766 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053500", "name": "Census Tract 535, Kings County, New York", "total_population_17": 4053, "white_alone_17": 3705.0, "black_alone_17": 197.0, "native_alone_17": 14.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 137.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.475, "pct_black_alone_change": 4.8, "pct_native_alone_change": 0.222, "pct_asian_alone_change": -0.164, "pct_hispanic_or_latino_change": -4.612, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7061438", "INTPTLON": "-073.9612198" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.964421, 40.707534 ], [ -73.963278, 40.707729 ], [ -73.962743, 40.707685 ], [ -73.962131, 40.707623 ], [ -73.96186, 40.707595 ], [ -73.961144, 40.707524 ], [ -73.959938, 40.707407 ], [ -73.959395, 40.707352 ], [ -73.958456, 40.707252 ], [ -73.95855, 40.706881 ], [ -73.958585, 40.706678 ], [ -73.95864, 40.706477 ], [ -73.958716, 40.706278 ], [ -73.958811, 40.706085 ], [ -73.958925, 40.705899 ], [ -73.959057, 40.70572 ], [ -73.959177, 40.705491 ], [ -73.959338, 40.705181 ], [ -73.960012, 40.703974 ], [ -73.960341, 40.703437 ], [ -73.960591, 40.703658 ], [ -73.960658, 40.703718 ], [ -73.960729, 40.703782 ], [ -73.961207, 40.704211 ], [ -73.961854, 40.704786 ], [ -73.962485, 40.705352 ], [ -73.963098, 40.7059 ], [ -73.963745, 40.706479 ], [ -73.964393, 40.707056 ], [ -73.964849, 40.707454 ], [ -73.964421, 40.707534 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053700", "name": "Census Tract 537, Kings County, New York", "total_population_17": 3612, "white_alone_17": 3465.0, "black_alone_17": 48.0, "native_alone_17": 0.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 50.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.673, "pct_black_alone_change": 0.871, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 1.08, "pct_hispanic_or_latino_change": 0.263, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7002979", "INTPTLON": "-073.9599545" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962839, 40.698039 ], [ -73.962368, 40.699597 ], [ -73.962179, 40.700221 ], [ -73.961921, 40.70085 ], [ -73.961452, 40.701663 ], [ -73.960676, 40.7029 ], [ -73.960341, 40.703437 ], [ -73.960241, 40.703347 ], [ -73.960168, 40.703282 ], [ -73.960056, 40.703181 ], [ -73.959985, 40.703118 ], [ -73.959889, 40.703032 ], [ -73.959333, 40.702528 ], [ -73.958689, 40.701953 ], [ -73.958071, 40.701398 ], [ -73.957457, 40.700822 ], [ -73.957226, 40.7 ], [ -73.957167, 40.699708 ], [ -73.95702, 40.698974 ], [ -73.957434, 40.698905 ], [ -73.957959, 40.69882 ], [ -73.958858, 40.698677 ], [ -73.960197, 40.698462 ], [ -73.961051, 40.698326 ], [ -73.961899, 40.698188 ], [ -73.962274, 40.698128 ], [ -73.962469, 40.698098 ], [ -73.962839, 40.698039 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053800", "name": "Census Tract 538, Kings County, New York", "total_population_17": 4414, "white_alone_17": 3434.0, "black_alone_17": 73.0, "native_alone_17": 18.0, "asian_alone_17": 403.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 452.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.354, "pct_black_alone_change": 0.697, "pct_native_alone_change": 0.153, "pct_asian_alone_change": -0.272, "pct_hispanic_or_latino_change": 5.624, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+40.6181982", "INTPTLON": "-073.9568350" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959107, 40.618113 ], [ -73.958147, 40.618217 ], [ -73.958179, 40.618408 ], [ -73.95831, 40.619105 ], [ -73.958401, 40.619584 ], [ -73.958597, 40.620608 ], [ -73.957632, 40.620714 ], [ -73.956689, 40.620818 ], [ -73.955491, 40.62095 ], [ -73.955037, 40.618558 ], [ -73.954729, 40.616882 ], [ -73.954587, 40.616169 ], [ -73.955786, 40.616036 ], [ -73.956729, 40.615932 ], [ -73.957694, 40.615829 ], [ -73.958655, 40.615721 ], [ -73.958977, 40.617409 ], [ -73.959107, 40.618113 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047053900", "name": "Census Tract 539, Kings County, New York", "total_population_17": 2564, "white_alone_17": 2104.0, "black_alone_17": 82.0, "native_alone_17": 16.0, "asian_alone_17": 16.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 362.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.045, "pct_black_alone_change": -1.211, "pct_native_alone_change": 0.424, "pct_asian_alone_change": 0.524, "pct_hispanic_or_latino_change": 2.396, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7026477", "INTPTLON": "-073.9625584" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.965204, 40.702623 ], [ -73.964426, 40.703122 ], [ -73.963524, 40.703705 ], [ -73.961854, 40.704786 ], [ -73.961207, 40.704211 ], [ -73.960729, 40.703782 ], [ -73.960658, 40.703718 ], [ -73.960591, 40.703658 ], [ -73.960341, 40.703437 ], [ -73.960676, 40.7029 ], [ -73.961452, 40.701663 ], [ -73.961921, 40.70085 ], [ -73.962179, 40.700221 ], [ -73.962576, 40.700514 ], [ -73.963182, 40.701 ], [ -73.963869, 40.701542 ], [ -73.964518, 40.702075 ], [ -73.965204, 40.702623 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054200", "name": "Census Tract 542, Kings County, New York", "total_population_17": 4789, "white_alone_17": 3753.0, "black_alone_17": 96.0, "native_alone_17": 0.0, "asian_alone_17": 167.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 773.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.381, "pct_black_alone_change": 0.909, "pct_native_alone_change": -0.09, "pct_asian_alone_change": -2.107, "pct_hispanic_or_latino_change": 6.34, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6128027", "INTPTLON": "-073.9609790" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963361, 40.615204 ], [ -73.962364, 40.615314 ], [ -73.961436, 40.615414 ], [ -73.960511, 40.615518 ], [ -73.959583, 40.61562 ], [ -73.959079, 40.612957 ], [ -73.958593, 40.610403 ], [ -73.95952, 40.610302 ], [ -73.960444, 40.610202 ], [ -73.961373, 40.610099 ], [ -73.962305, 40.609994 ], [ -73.96238, 40.609986 ], [ -73.96286, 40.61255 ], [ -73.963361, 40.615204 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054300", "name": "Census Tract 543, Kings County, New York", "total_population_17": 347, "white_alone_17": 208.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 76.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.574, "pct_black_alone_change": -17.883, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.462, "pct_hispanic_or_latino_change": -1.782, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7014969", "INTPTLON": "-073.9716023" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980649, 40.701561 ], [ -73.980511, 40.702048 ], [ -73.980141, 40.702386 ], [ -73.980339, 40.702659 ], [ -73.980224, 40.703063 ], [ -73.979988, 40.703541 ], [ -73.979603, 40.704177 ], [ -73.979466, 40.704462 ], [ -73.979328, 40.704746 ], [ -73.979168, 40.705279 ], [ -73.979171, 40.705301 ], [ -73.979372, 40.705443 ], [ -73.979233, 40.705769 ], [ -73.979069, 40.705963 ], [ -73.975476, 40.707492 ], [ -73.97502, 40.707736 ], [ -73.97482, 40.707883 ], [ -73.974554, 40.708079 ], [ -73.974431, 40.708169 ], [ -73.974264, 40.708298 ], [ -73.973243, 40.709044 ], [ -73.97306, 40.709179 ], [ -73.972789, 40.709378 ], [ -73.972309, 40.709071 ], [ -73.970573, 40.707555 ], [ -73.970318, 40.707332 ], [ -73.970236, 40.707367 ], [ -73.970141, 40.707407 ], [ -73.969613, 40.707634 ], [ -73.969354, 40.707199 ], [ -73.969279, 40.707039 ], [ -73.969285, 40.706927 ], [ -73.969178, 40.706936 ], [ -73.968389, 40.706829 ], [ -73.967951, 40.705731 ], [ -73.967616, 40.704961 ], [ -73.96721, 40.704256 ], [ -73.966538, 40.703697 ], [ -73.966074, 40.70332 ], [ -73.965875, 40.703158 ], [ -73.965204, 40.702623 ], [ -73.964518, 40.702075 ], [ -73.963869, 40.701542 ], [ -73.963182, 40.701 ], [ -73.962576, 40.700514 ], [ -73.962179, 40.700221 ], [ -73.962368, 40.699597 ], [ -73.962839, 40.698039 ], [ -73.962874, 40.697818 ], [ -73.963037, 40.697406 ], [ -73.963199, 40.6971 ], [ -73.963517, 40.696734 ], [ -73.963709, 40.696588 ], [ -73.964112, 40.696302 ], [ -73.964551, 40.696107 ], [ -73.965156, 40.695972 ], [ -73.965442, 40.695978 ], [ -73.966425, 40.695999 ], [ -73.967416, 40.696028 ], [ -73.968406, 40.696047 ], [ -73.969399, 40.696093 ], [ -73.969728, 40.697804 ], [ -73.970762, 40.69784 ], [ -73.971784, 40.697882 ], [ -73.972795, 40.697921 ], [ -73.973309, 40.697943 ], [ -73.973775, 40.697959 ], [ -73.974786, 40.698004 ], [ -73.975106, 40.698017 ], [ -73.975783, 40.698047 ], [ -73.976787, 40.698087 ], [ -73.977531, 40.698116 ], [ -73.978089, 40.698138 ], [ -73.980544, 40.698246 ], [ -73.980462, 40.699703 ], [ -73.980455, 40.700852 ], [ -73.980729, 40.701268 ], [ -73.980649, 40.701561 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054400", "name": "Census Tract 544, Kings County, New York", "total_population_17": 3344, "white_alone_17": 2581.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 549.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 196.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.465, "pct_black_alone_change": -0.972, "pct_native_alone_change": -0.135, "pct_asian_alone_change": 0.978, "pct_hispanic_or_latino_change": 3.459, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6132196", "INTPTLON": "-073.9571904" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959204, 40.615661 ], [ -73.95908, 40.615675 ], [ -73.958655, 40.615721 ], [ -73.957694, 40.615829 ], [ -73.956729, 40.615932 ], [ -73.955786, 40.616036 ], [ -73.955283, 40.613375 ], [ -73.954796, 40.61082 ], [ -73.955741, 40.610715 ], [ -73.956705, 40.610612 ], [ -73.957669, 40.610504 ], [ -73.958074, 40.610458 ], [ -73.958227, 40.610441 ], [ -73.958593, 40.610403 ], [ -73.959079, 40.612957 ], [ -73.959583, 40.61562 ], [ -73.959204, 40.615661 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054500", "name": "Census Tract 545, Kings County, New York", "total_population_17": 8252, "white_alone_17": 5576.0, "black_alone_17": 794.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1863.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.376, "pct_black_alone_change": 4.756, "pct_native_alone_change": -0.231, "pct_asian_alone_change": -0.212, "pct_hispanic_or_latino_change": 1.279, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7052376", "INTPTLON": "-073.9652859" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968389, 40.706829 ], [ -73.967289, 40.707002 ], [ -73.965932, 40.707244 ], [ -73.964849, 40.707454 ], [ -73.964393, 40.707056 ], [ -73.963745, 40.706479 ], [ -73.963098, 40.7059 ], [ -73.962485, 40.705352 ], [ -73.961854, 40.704786 ], [ -73.963524, 40.703705 ], [ -73.964426, 40.703122 ], [ -73.965204, 40.702623 ], [ -73.965875, 40.703158 ], [ -73.966074, 40.70332 ], [ -73.966538, 40.703697 ], [ -73.96721, 40.704256 ], [ -73.967616, 40.704961 ], [ -73.967951, 40.705731 ], [ -73.968389, 40.706829 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054600", "name": "Census Tract 546, Kings County, New York", "total_population_17": 4861, "white_alone_17": 3837.0, "black_alone_17": 168.0, "native_alone_17": 0.0, "asian_alone_17": 264.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 357.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.962, "pct_black_alone_change": 1.946, "pct_native_alone_change": -0.088, "pct_asian_alone_change": -0.301, "pct_hispanic_or_latino_change": 2.05, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.6131411", "INTPTLON": "-073.9531239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955786, 40.616036 ], [ -73.954587, 40.616169 ], [ -73.95419, 40.616212 ], [ -73.953553, 40.616281 ], [ -73.953485, 40.615884 ], [ -73.953046, 40.61362 ], [ -73.95212, 40.613721 ], [ -73.951195, 40.613823 ], [ -73.950265, 40.613924 ], [ -73.950012, 40.612581 ], [ -73.949993, 40.61248 ], [ -73.949963, 40.612316 ], [ -73.949784, 40.611372 ], [ -73.950706, 40.61125 ], [ -73.951633, 40.611123 ], [ -73.952577, 40.611037 ], [ -73.953599, 40.61095 ], [ -73.954796, 40.61082 ], [ -73.955283, 40.613375 ], [ -73.955786, 40.616036 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054700", "name": "Census Tract 547, Kings County, New York", "total_population_17": 4903, "white_alone_17": 3414.0, "black_alone_17": 268.0, "native_alone_17": 13.0, "asian_alone_17": 185.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 966.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 6.314, "pct_black_alone_change": -0.39, "pct_native_alone_change": 0.265, "pct_asian_alone_change": 3.416, "pct_hispanic_or_latino_change": -5.952, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7085259", "INTPTLON": "-073.9665937" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.969941, 40.70931 ], [ -73.969612, 40.71016 ], [ -73.968524, 40.710046 ], [ -73.966949, 40.709865 ], [ -73.965641, 40.709717 ], [ -73.964027, 40.709534 ], [ -73.962414, 40.709352 ], [ -73.962573, 40.708535 ], [ -73.962743, 40.707685 ], [ -73.963278, 40.707729 ], [ -73.964421, 40.707534 ], [ -73.964849, 40.707454 ], [ -73.965932, 40.707244 ], [ -73.967289, 40.707002 ], [ -73.968389, 40.706829 ], [ -73.969178, 40.706936 ], [ -73.969285, 40.706927 ], [ -73.969279, 40.707039 ], [ -73.969354, 40.707199 ], [ -73.969613, 40.707634 ], [ -73.969845, 40.707988 ], [ -73.969888, 40.70877 ], [ -73.969941, 40.70931 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054800", "name": "Census Tract 548, Kings County, New York", "total_population_17": 2068, "white_alone_17": 1833.0, "black_alone_17": 16.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 112.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.575, "pct_black_alone_change": 0.196, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -2.692, "pct_hispanic_or_latino_change": 3.201, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6092526", "INTPTLON": "-073.9483771" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950706, 40.61125 ], [ -73.949784, 40.611372 ], [ -73.949963, 40.612316 ], [ -73.949993, 40.61248 ], [ -73.950012, 40.612581 ], [ -73.950265, 40.613924 ], [ -73.949306, 40.614031 ], [ -73.949152, 40.613228 ], [ -73.949119, 40.613053 ], [ -73.94882, 40.611477 ], [ -73.948414, 40.609333 ], [ -73.947452, 40.609436 ], [ -73.946524, 40.60954 ], [ -73.945598, 40.609643 ], [ -73.945132, 40.607183 ], [ -73.946059, 40.607082 ], [ -73.946986, 40.606979 ], [ -73.947948, 40.606876 ], [ -73.948911, 40.606768 ], [ -73.949837, 40.606667 ], [ -73.950299, 40.609125 ], [ -73.950706, 40.61125 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047054900", "name": "Census Tract 549, Kings County, New York", "total_population_17": 3806, "white_alone_17": 2556.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 242.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 751.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 32.95, "pct_black_alone_change": -3.454, "pct_native_alone_change": -0.202, "pct_asian_alone_change": 1.788, "pct_hispanic_or_latino_change": -34.166, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7111707", "INTPTLON": "-073.9657360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.969128, 40.712144 ], [ -73.969072, 40.712385 ], [ -73.96905, 40.712482 ], [ -73.969021, 40.712508 ], [ -73.968993, 40.712533 ], [ -73.968945, 40.712575 ], [ -73.968895, 40.71262 ], [ -73.968861, 40.71265 ], [ -73.968819, 40.712686 ], [ -73.968469, 40.712999 ], [ -73.968322, 40.7128 ], [ -73.967731, 40.712595 ], [ -73.967416, 40.7133 ], [ -73.965781, 40.712861 ], [ -73.964462, 40.712459 ], [ -73.962942, 40.711905 ], [ -73.961421, 40.711349 ], [ -73.96181, 40.710737 ], [ -73.961905, 40.71058 ], [ -73.961962, 40.710488 ], [ -73.962035, 40.710362 ], [ -73.962292, 40.709921 ], [ -73.962414, 40.709352 ], [ -73.964027, 40.709534 ], [ -73.965641, 40.709717 ], [ -73.966949, 40.709865 ], [ -73.968524, 40.710046 ], [ -73.969612, 40.71016 ], [ -73.969128, 40.712144 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055000", "name": "Census Tract 550, Kings County, New York", "total_population_17": 3496, "white_alone_17": 2367.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 423.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 599.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.937, "pct_black_alone_change": -0.814, "pct_native_alone_change": -0.056, "pct_asian_alone_change": 4.373, "pct_hispanic_or_latino_change": 10.555, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6087339", "INTPTLON": "-073.9523174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954796, 40.61082 ], [ -73.953599, 40.61095 ], [ -73.952577, 40.611037 ], [ -73.951633, 40.611123 ], [ -73.950706, 40.61125 ], [ -73.950299, 40.609125 ], [ -73.949837, 40.606667 ], [ -73.950764, 40.606565 ], [ -73.951691, 40.606462 ], [ -73.952724, 40.606349 ], [ -73.953922, 40.606217 ], [ -73.954389, 40.608675 ], [ -73.954695, 40.610266 ], [ -73.954796, 40.61082 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055100", "name": "Census Tract 551, Kings County, New York", "total_population_17": 5728, "white_alone_17": 2361.0, "black_alone_17": 109.0, "native_alone_17": 0.0, "asian_alone_17": 40.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3024.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.822, "pct_black_alone_change": -1.552, "pct_native_alone_change": -0.185, "pct_asian_alone_change": -3.893, "pct_hispanic_or_latino_change": -15.257, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7139593", "INTPTLON": "-073.9644095" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96837, 40.714127 ], [ -73.968041, 40.714966 ], [ -73.967999, 40.715106 ], [ -73.967716, 40.71604 ], [ -73.967578, 40.716496 ], [ -73.966639, 40.716365 ], [ -73.966099, 40.716206 ], [ -73.964472, 40.715733 ], [ -73.962777, 40.715106 ], [ -73.961287, 40.714502 ], [ -73.959797, 40.713887 ], [ -73.960163, 40.713345 ], [ -73.960561, 40.712713 ], [ -73.961029, 40.711969 ], [ -73.961421, 40.711349 ], [ -73.962942, 40.711905 ], [ -73.964462, 40.712459 ], [ -73.965781, 40.712861 ], [ -73.967416, 40.7133 ], [ -73.967731, 40.712595 ], [ -73.968322, 40.7128 ], [ -73.968469, 40.712999 ], [ -73.96837, 40.714127 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055200", "name": "Census Tract 552, Kings County, New York", "total_population_17": 3279, "white_alone_17": 2078.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 685.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 331.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.121, "pct_black_alone_change": -1.625, "pct_native_alone_change": -0.344, "pct_asian_alone_change": 4.755, "pct_hispanic_or_latino_change": 5.108, "pct_native_hawaiian_pacific_islander_change": -0.057, "INTPTLAT": "+40.6083096", "INTPTLON": "-073.9562588" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958593, 40.610403 ], [ -73.958227, 40.610441 ], [ -73.958074, 40.610458 ], [ -73.957669, 40.610504 ], [ -73.956705, 40.610612 ], [ -73.955741, 40.610715 ], [ -73.954796, 40.61082 ], [ -73.954695, 40.610266 ], [ -73.954389, 40.608675 ], [ -73.953922, 40.606217 ], [ -73.954869, 40.606114 ], [ -73.955831, 40.606008 ], [ -73.956795, 40.605903 ], [ -73.957188, 40.605863 ], [ -73.957371, 40.605844 ], [ -73.957724, 40.6058 ], [ -73.95828, 40.608747 ], [ -73.958593, 40.610403 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055300", "name": "Census Tract 553, Kings County, New York", "total_population_17": 2761, "white_alone_17": 1839.0, "black_alone_17": 6.0, "native_alone_17": 0.0, "asian_alone_17": 279.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 546.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.508, "pct_black_alone_change": -1.603, "pct_native_alone_change": -0.503, "pct_asian_alone_change": 2.13, "pct_hispanic_or_latino_change": -11.003, "pct_native_hawaiian_pacific_islander_change": -0.039, "INTPTLAT": "+40.7164576", "INTPTLON": "-073.9592358" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962289, 40.71558 ], [ -73.961912, 40.71593 ], [ -73.961423, 40.716384 ], [ -73.960791, 40.716973 ], [ -73.960196, 40.717528 ], [ -73.959606, 40.71808 ], [ -73.959009, 40.718636 ], [ -73.958416, 40.719189 ], [ -73.957131, 40.718388 ], [ -73.955844, 40.717589 ], [ -73.956439, 40.717032 ], [ -73.957031, 40.716483 ], [ -73.957626, 40.715927 ], [ -73.958223, 40.715374 ], [ -73.958811, 40.714824 ], [ -73.959277, 40.71439 ], [ -73.959486, 40.714192 ], [ -73.959797, 40.713887 ], [ -73.961287, 40.714502 ], [ -73.962777, 40.715106 ], [ -73.962289, 40.71558 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055400", "name": "Census Tract 554, Kings County, New York", "total_population_17": 4492, "white_alone_17": 3207.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 418.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 609.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.385, "pct_black_alone_change": -0.759, "pct_native_alone_change": -0.49, "pct_asian_alone_change": -3.323, "pct_hispanic_or_latino_change": 2.913, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6078701", "INTPTLON": "-073.9600716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962305, 40.609994 ], [ -73.961373, 40.610099 ], [ -73.960444, 40.610202 ], [ -73.95952, 40.610302 ], [ -73.958593, 40.610403 ], [ -73.95828, 40.608747 ], [ -73.957724, 40.6058 ], [ -73.95865, 40.605698 ], [ -73.959576, 40.605596 ], [ -73.960732, 40.60547 ], [ -73.960951, 40.605445 ], [ -73.961732, 40.605358 ], [ -73.961886, 40.607336 ], [ -73.961966, 40.607843 ], [ -73.962017, 40.608111 ], [ -73.96238, 40.609986 ], [ -73.962305, 40.609994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055500", "name": "Census Tract 555, Kings County, New York", "total_population_17": 6431, "white_alone_17": 4058.0, "black_alone_17": 194.0, "native_alone_17": 0.0, "asian_alone_17": 981.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 991.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.802, "pct_black_alone_change": 0.863, "pct_native_alone_change": -0.004, "pct_asian_alone_change": 7.864, "pct_hispanic_or_latino_change": 4.278, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7180846", "INTPTLON": "-073.9632608" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966836, 40.717564 ], [ -73.966671, 40.717743 ], [ -73.966613, 40.717806 ], [ -73.966511, 40.717917 ], [ -73.966477, 40.717955 ], [ -73.966249, 40.718205 ], [ -73.96613, 40.718331 ], [ -73.965704, 40.718779 ], [ -73.965572, 40.71895 ], [ -73.965206, 40.719425 ], [ -73.965086, 40.719581 ], [ -73.964676, 40.72011 ], [ -73.964038, 40.720939 ], [ -73.96373, 40.721339 ], [ -73.96355, 40.721571 ], [ -73.961823, 40.720414 ], [ -73.96172, 40.72032 ], [ -73.960434, 40.719521 ], [ -73.959009, 40.718636 ], [ -73.959606, 40.71808 ], [ -73.960196, 40.717528 ], [ -73.960791, 40.716973 ], [ -73.961423, 40.716384 ], [ -73.961912, 40.71593 ], [ -73.962289, 40.71558 ], [ -73.962777, 40.715106 ], [ -73.964472, 40.715733 ], [ -73.966099, 40.716206 ], [ -73.966639, 40.716365 ], [ -73.967578, 40.716496 ], [ -73.966836, 40.717564 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055600", "name": "Census Tract 556, Kings County, New York", "total_population_17": 3951, "white_alone_17": 3152.0, "black_alone_17": 20.0, "native_alone_17": 0.0, "asian_alone_17": 400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 271.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.935, "pct_black_alone_change": -0.44, "pct_native_alone_change": -0.053, "pct_asian_alone_change": -0.596, "pct_hispanic_or_latino_change": 3.759, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6031609", "INTPTLON": "-073.9594057" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961732, 40.605358 ], [ -73.960951, 40.605445 ], [ -73.960732, 40.60547 ], [ -73.959576, 40.605596 ], [ -73.95865, 40.605698 ], [ -73.957724, 40.6058 ], [ -73.957531, 40.604824 ], [ -73.957283, 40.60347 ], [ -73.95683, 40.601087 ], [ -73.957757, 40.600986 ], [ -73.958683, 40.600885 ], [ -73.959612, 40.600781 ], [ -73.960363, 40.600698 ], [ -73.961363, 40.600589 ], [ -73.961451, 40.601703 ], [ -73.961495, 40.602284 ], [ -73.961552, 40.603007 ], [ -73.961679, 40.60467 ], [ -73.961732, 40.605358 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055700", "name": "Census Tract 557, Kings County, New York", "total_population_17": 2214, "white_alone_17": 1405.0, "black_alone_17": 70.0, "native_alone_17": 0.0, "asian_alone_17": 137.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 566.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.644, "pct_black_alone_change": 2.13, "pct_native_alone_change": -0.093, "pct_asian_alone_change": 1.084, "pct_hispanic_or_latino_change": 12.296, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7219984", "INTPTLON": "-073.9593366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962787, 40.722562 ], [ -73.962645, 40.722747 ], [ -73.962014, 40.723369 ], [ -73.961543, 40.723876 ], [ -73.961539, 40.724401 ], [ -73.961538, 40.724584 ], [ -73.961537, 40.724695 ], [ -73.96155, 40.724722 ], [ -73.961606, 40.724836 ], [ -73.961618, 40.724861 ], [ -73.961611, 40.724951 ], [ -73.95892, 40.724351 ], [ -73.958235, 40.724437 ], [ -73.957717, 40.724298 ], [ -73.957722, 40.724271 ], [ -73.956273, 40.72339 ], [ -73.954776, 40.72246 ], [ -73.955443, 40.721946 ], [ -73.956038, 40.721397 ], [ -73.95663, 40.720846 ], [ -73.957225, 40.720293 ], [ -73.95782, 40.71974 ], [ -73.958416, 40.719189 ], [ -73.959009, 40.718636 ], [ -73.960434, 40.719521 ], [ -73.96172, 40.72032 ], [ -73.961823, 40.720414 ], [ -73.96355, 40.721571 ], [ -73.962787, 40.722562 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047055800", "name": "Census Tract 558, Kings County, New York", "total_population_17": 2331, "white_alone_17": 1795.0, "black_alone_17": 24.0, "native_alone_17": 0.0, "asian_alone_17": 192.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 245.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.773, "pct_black_alone_change": -0.273, "pct_native_alone_change": -0.039, "pct_asian_alone_change": -9.292, "pct_hispanic_or_latino_change": 3.918, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6036536", "INTPTLON": "-073.9553779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957724, 40.6058 ], [ -73.957371, 40.605844 ], [ -73.957188, 40.605863 ], [ -73.956795, 40.605903 ], [ -73.955831, 40.606008 ], [ -73.954869, 40.606114 ], [ -73.953922, 40.606217 ], [ -73.953485, 40.603891 ], [ -73.953037, 40.601506 ], [ -73.953978, 40.601401 ], [ -73.954942, 40.601297 ], [ -73.955905, 40.601191 ], [ -73.956282, 40.601149 ], [ -73.95683, 40.601087 ], [ -73.957283, 40.60347 ], [ -73.957531, 40.604824 ], [ -73.957724, 40.6058 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056000", "name": "Census Tract 560, Kings County, New York", "total_population_17": 3481, "white_alone_17": 2935.0, "black_alone_17": 56.0, "native_alone_17": 0.0, "asian_alone_17": 403.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 76.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.08, "pct_black_alone_change": 0.629, "pct_native_alone_change": -0.14, "pct_asian_alone_change": 7.937, "pct_hispanic_or_latino_change": -2.27, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6040855", "INTPTLON": "-073.9514358" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953922, 40.606217 ], [ -73.952724, 40.606349 ], [ -73.951691, 40.606462 ], [ -73.950764, 40.606565 ], [ -73.949837, 40.606667 ], [ -73.949398, 40.604344 ], [ -73.94895, 40.601954 ], [ -73.949874, 40.601853 ], [ -73.950801, 40.601749 ], [ -73.951834, 40.601637 ], [ -73.953037, 40.601506 ], [ -73.953485, 40.603891 ], [ -73.953922, 40.606217 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056100", "name": "Census Tract 561, Kings County, New York", "total_population_17": 3348, "white_alone_17": 2479.0, "black_alone_17": 240.0, "native_alone_17": 8.0, "asian_alone_17": 189.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 315.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.102, "pct_black_alone_change": 5.961, "pct_native_alone_change": -0.056, "pct_asian_alone_change": 0.012, "pct_hispanic_or_latino_change": -3.708, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.7262636", "INTPTLON": "-073.9568789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961531, 40.72591 ], [ -73.961501, 40.726986 ], [ -73.961436, 40.727298 ], [ -73.961389, 40.727524 ], [ -73.961283, 40.728038 ], [ -73.961172, 40.728057 ], [ -73.961157, 40.728114 ], [ -73.961215, 40.728151 ], [ -73.960736, 40.728144 ], [ -73.959008, 40.728314 ], [ -73.95736, 40.728458 ], [ -73.954611, 40.728724 ], [ -73.953658, 40.728823 ], [ -73.953273, 40.728133 ], [ -73.952412, 40.728418 ], [ -73.951821, 40.727384 ], [ -73.950875, 40.725721 ], [ -73.951736, 40.725436 ], [ -73.952597, 40.725152 ], [ -73.953442, 40.724873 ], [ -73.954269, 40.724601 ], [ -73.955139, 40.724329 ], [ -73.955272, 40.724277 ], [ -73.955397, 40.724211 ], [ -73.955508, 40.724131 ], [ -73.955603, 40.724041 ], [ -73.955679, 40.723943 ], [ -73.956273, 40.72339 ], [ -73.957722, 40.724271 ], [ -73.957717, 40.724298 ], [ -73.958235, 40.724437 ], [ -73.95892, 40.724351 ], [ -73.961611, 40.724951 ], [ -73.961531, 40.72591 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056200", "name": "Census Tract 562, Kings County, New York", "total_population_17": 1593, "white_alone_17": 1355.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 238.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.436, "pct_black_alone_change": -0.06, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 6.751, "pct_hispanic_or_latino_change": -1.255, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6045181", "INTPTLON": "-073.9475034" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949837, 40.606667 ], [ -73.948911, 40.606768 ], [ -73.947948, 40.606876 ], [ -73.946986, 40.606979 ], [ -73.946059, 40.607082 ], [ -73.94562, 40.604759 ], [ -73.945169, 40.602369 ], [ -73.946096, 40.60227 ], [ -73.947059, 40.602162 ], [ -73.948023, 40.602056 ], [ -73.94895, 40.601954 ], [ -73.949398, 40.604344 ], [ -73.949837, 40.606667 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056300", "name": "Census Tract 563, Kings County, New York", "total_population_17": 5092, "white_alone_17": 3005.0, "black_alone_17": 124.0, "native_alone_17": 0.0, "asian_alone_17": 422.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1166.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.741, "pct_black_alone_change": -2.905, "pct_native_alone_change": -0.286, "pct_asian_alone_change": -1.23, "pct_hispanic_or_latino_change": -17.072, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7351198", "INTPTLON": "-073.9592518" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962672, 40.736446 ], [ -73.962629, 40.736545 ], [ -73.962478, 40.736802 ], [ -73.961859, 40.737072 ], [ -73.961525, 40.737218 ], [ -73.95706, 40.739167 ], [ -73.955087, 40.7394 ], [ -73.955189, 40.739062 ], [ -73.955472, 40.737997 ], [ -73.955423, 40.737285 ], [ -73.955307, 40.736577 ], [ -73.95519, 40.735867 ], [ -73.955074, 40.73516 ], [ -73.954959, 40.734449 ], [ -73.954843, 40.73374 ], [ -73.954727, 40.733031 ], [ -73.954609, 40.732324 ], [ -73.957943, 40.732009 ], [ -73.959592, 40.731852 ], [ -73.961519, 40.731685 ], [ -73.961843, 40.731625 ], [ -73.961997, 40.732038 ], [ -73.962148, 40.732452 ], [ -73.961897, 40.732485 ], [ -73.961932, 40.732679 ], [ -73.962229, 40.732649 ], [ -73.962252, 40.732713 ], [ -73.962261, 40.732741 ], [ -73.962268, 40.732769 ], [ -73.962278, 40.732826 ], [ -73.962288, 40.732899 ], [ -73.962307, 40.733119 ], [ -73.962338, 40.733451 ], [ -73.962348, 40.733812 ], [ -73.962605, 40.734902 ], [ -73.962665, 40.736334 ], [ -73.962668, 40.73641 ], [ -73.962672, 40.736446 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056400", "name": "Census Tract 564, Kings County, New York", "total_population_17": 2600, "white_alone_17": 1919.0, "black_alone_17": 62.0, "native_alone_17": 0.0, "asian_alone_17": 316.0, "native_hawaiian_pacific_islander_17": 76.0, "hispanic_or_latino_17": 196.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.918, "pct_black_alone_change": -0.441, "pct_native_alone_change": -0.041, "pct_asian_alone_change": 4.701, "pct_hispanic_or_latino_change": 4.098, "pct_native_hawaiian_pacific_islander_change": 2.923, "INTPTLAT": "+40.6069158", "INTPTLON": "-073.9433735" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946059, 40.607082 ], [ -73.945132, 40.607183 ], [ -73.945598, 40.609643 ], [ -73.944672, 40.609743 ], [ -73.943641, 40.609859 ], [ -73.943547, 40.609346 ], [ -73.942312, 40.608269 ], [ -73.941547, 40.607582 ], [ -73.941168, 40.607244 ], [ -73.940508, 40.606642 ], [ -73.940031, 40.606203 ], [ -73.93921, 40.605479 ], [ -73.939916, 40.605386 ], [ -73.940842, 40.605285 ], [ -73.941771, 40.605183 ], [ -73.942769, 40.605073 ], [ -73.943766, 40.604961 ], [ -73.944693, 40.604863 ], [ -73.94562, 40.604759 ], [ -73.946059, 40.607082 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056500", "name": "Census Tract 565, Kings County, New York", "total_population_17": 3049, "white_alone_17": 2355.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 192.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 367.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.823, "pct_black_alone_change": -1.262, "pct_native_alone_change": -0.201, "pct_asian_alone_change": 0.877, "pct_hispanic_or_latino_change": -12.322, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7302190", "INTPTLON": "-073.9577630" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961519, 40.731685 ], [ -73.959592, 40.731852 ], [ -73.957943, 40.732009 ], [ -73.954609, 40.732324 ], [ -73.954495, 40.731613 ], [ -73.954379, 40.730907 ], [ -73.954245, 40.730197 ], [ -73.953957, 40.729503 ], [ -73.953658, 40.728823 ], [ -73.954611, 40.728724 ], [ -73.95736, 40.728458 ], [ -73.959008, 40.728314 ], [ -73.960736, 40.728144 ], [ -73.961215, 40.728151 ], [ -73.961107, 40.728195 ], [ -73.961063, 40.72844 ], [ -73.961055, 40.728471 ], [ -73.96104, 40.72849 ], [ -73.961028, 40.728512 ], [ -73.960992, 40.728656 ], [ -73.960986, 40.72876 ], [ -73.960994, 40.728773 ], [ -73.961044, 40.728782 ], [ -73.961054, 40.728943 ], [ -73.961075, 40.729107 ], [ -73.96108, 40.729148 ], [ -73.961076, 40.729194 ], [ -73.961088, 40.729256 ], [ -73.961115, 40.729361 ], [ -73.961137, 40.72943 ], [ -73.961197, 40.729425 ], [ -73.961214, 40.729508 ], [ -73.96126, 40.729749 ], [ -73.961308, 40.730299 ], [ -73.96145, 40.730994 ], [ -73.961843, 40.731625 ], [ -73.961519, 40.731685 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056600", "name": "Census Tract 566, Kings County, New York", "total_population_17": 2821, "white_alone_17": 1326.0, "black_alone_17": 195.0, "native_alone_17": 0.0, "asian_alone_17": 953.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 181.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -32.428, "pct_black_alone_change": 4.506, "pct_native_alone_change": -0.078, "pct_asian_alone_change": 20.938, "pct_hispanic_or_latino_change": 1.798, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6028525", "INTPTLON": "-073.9414035" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943766, 40.604961 ], [ -73.942769, 40.605073 ], [ -73.941771, 40.605183 ], [ -73.940842, 40.605285 ], [ -73.939916, 40.605386 ], [ -73.939466, 40.602997 ], [ -73.939042, 40.600742 ], [ -73.939967, 40.60064 ], [ -73.940892, 40.600538 ], [ -73.941166, 40.600508 ], [ -73.941891, 40.600427 ], [ -73.942889, 40.600318 ], [ -73.943316, 40.602575 ], [ -73.943766, 40.604961 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056800", "name": "Census Tract 568, Kings County, New York", "total_population_17": 1453, "white_alone_17": 927.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 403.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 123.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.193, "pct_black_alone_change": -0.819, "pct_native_alone_change": -0.223, "pct_asian_alone_change": 13.142, "pct_hispanic_or_latino_change": 1.466, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6026717", "INTPTLON": "-073.9378185" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939916, 40.605386 ], [ -73.93921, 40.605479 ], [ -73.938916, 40.605223 ], [ -73.938675, 40.605001 ], [ -73.937738, 40.604161 ], [ -73.936827, 40.603344 ], [ -73.936557, 40.603095 ], [ -73.935032, 40.601734 ], [ -73.934471, 40.601231 ], [ -73.935259, 40.601142 ], [ -73.936197, 40.601055 ], [ -73.93715, 40.600949 ], [ -73.938113, 40.600844 ], [ -73.939042, 40.600742 ], [ -73.939466, 40.602997 ], [ -73.939916, 40.605386 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047056900", "name": "Census Tract 569, Kings County, New York", "total_population_17": 1537, "white_alone_17": 1278.0, "black_alone_17": 16.0, "native_alone_17": 0.0, "asian_alone_17": 67.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 149.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.243, "pct_black_alone_change": 0.44, "pct_native_alone_change": -0.661, "pct_asian_alone_change": 0.272, "pct_hispanic_or_latino_change": -3.467, "pct_native_hawaiian_pacific_islander_change": 0.586, "INTPTLAT": "+40.7237664", "INTPTLON": "-073.9523673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955679, 40.723943 ], [ -73.955603, 40.724041 ], [ -73.955508, 40.724131 ], [ -73.955397, 40.724211 ], [ -73.955272, 40.724277 ], [ -73.955139, 40.724329 ], [ -73.954269, 40.724601 ], [ -73.953442, 40.724873 ], [ -73.952597, 40.725152 ], [ -73.951736, 40.725436 ], [ -73.950875, 40.725721 ], [ -73.949924, 40.724056 ], [ -73.949078, 40.72254 ], [ -73.949866, 40.722179 ], [ -73.950646, 40.721705 ], [ -73.951646, 40.723486 ], [ -73.952494, 40.723205 ], [ -73.953321, 40.722933 ], [ -73.953825, 40.72276 ], [ -73.954183, 40.722636 ], [ -73.954776, 40.72246 ], [ -73.956273, 40.72339 ], [ -73.955679, 40.723943 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057000", "name": "Census Tract 570, Kings County, New York", "total_population_17": 3548, "white_alone_17": 2105.0, "black_alone_17": 85.0, "native_alone_17": 0.0, "asian_alone_17": 1012.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 294.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.096, "pct_black_alone_change": 0.239, "pct_native_alone_change": -0.122, "pct_asian_alone_change": 12.271, "pct_hispanic_or_latino_change": 2.757, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5992668", "INTPTLON": "-073.9368826" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942889, 40.600318 ], [ -73.941891, 40.600427 ], [ -73.941166, 40.600508 ], [ -73.940892, 40.600538 ], [ -73.939967, 40.60064 ], [ -73.939042, 40.600742 ], [ -73.938113, 40.600844 ], [ -73.93715, 40.600949 ], [ -73.936197, 40.601055 ], [ -73.935259, 40.601142 ], [ -73.934471, 40.601231 ], [ -73.934227, 40.60101 ], [ -73.934075, 40.600874 ], [ -73.933922, 40.600739 ], [ -73.933222, 40.600107 ], [ -73.932926, 40.599818 ], [ -73.931404, 40.598476 ], [ -73.931732, 40.59826 ], [ -73.932576, 40.597719 ], [ -73.933483, 40.597141 ], [ -73.933412, 40.596757 ], [ -73.93441, 40.596646 ], [ -73.935369, 40.596542 ], [ -73.935804, 40.598924 ], [ -73.936758, 40.598818 ], [ -73.937711, 40.598712 ], [ -73.938637, 40.598609 ], [ -73.939562, 40.598511 ], [ -73.940488, 40.598408 ], [ -73.94148, 40.598304 ], [ -73.942484, 40.598201 ], [ -73.942789, 40.599795 ], [ -73.942889, 40.600318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057100", "name": "Census Tract 571, Kings County, New York", "total_population_17": 3800, "white_alone_17": 3353.0, "black_alone_17": 38.0, "native_alone_17": 0.0, "asian_alone_17": 83.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 269.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.185, "pct_black_alone_change": 0.843, "pct_native_alone_change": -0.138, "pct_asian_alone_change": 0.138, "pct_hispanic_or_latino_change": 2.83, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7247837", "INTPTLON": "-073.9476188" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950029, 40.725999 ], [ -73.949194, 40.726276 ], [ -73.949027, 40.726331 ], [ -73.948373, 40.726548 ], [ -73.947544, 40.726822 ], [ -73.946715, 40.727094 ], [ -73.945879, 40.727354 ], [ -73.945678, 40.727024 ], [ -73.94543, 40.725518 ], [ -73.945015, 40.723004 ], [ -73.945356, 40.722965 ], [ -73.946275, 40.722863 ], [ -73.947004, 40.722783 ], [ -73.947094, 40.722775 ], [ -73.947169, 40.722764 ], [ -73.947474, 40.722727 ], [ -73.948164, 40.722655 ], [ -73.949078, 40.72254 ], [ -73.949924, 40.724056 ], [ -73.950875, 40.725721 ], [ -73.950029, 40.725999 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057200", "name": "Census Tract 572, Kings County, New York", "total_population_17": 5551, "white_alone_17": 718.0, "black_alone_17": 2707.0, "native_alone_17": 0.0, "asian_alone_17": 377.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1738.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.8, "pct_black_alone_change": 1.899, "pct_native_alone_change": -0.213, "pct_asian_alone_change": 2.407, "pct_hispanic_or_latino_change": 7.238, "pct_native_hawaiian_pacific_islander_change": -0.071, "INTPTLAT": "+40.5963688", "INTPTLON": "-073.9382159" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94148, 40.598304 ], [ -73.940488, 40.598408 ], [ -73.939562, 40.598511 ], [ -73.938637, 40.598609 ], [ -73.937711, 40.598712 ], [ -73.936758, 40.598818 ], [ -73.935804, 40.598924 ], [ -73.935369, 40.596542 ], [ -73.935019, 40.594782 ], [ -73.934949, 40.594429 ], [ -73.935899, 40.594335 ], [ -73.93778, 40.594126 ], [ -73.938717, 40.594024 ], [ -73.939641, 40.593922 ], [ -73.940611, 40.593808 ], [ -73.940665, 40.594091 ], [ -73.941018, 40.595921 ], [ -73.94148, 40.598304 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057300", "name": "Census Tract 573, Kings County, New York", "total_population_17": 2593, "white_alone_17": 1859.0, "black_alone_17": 310.0, "native_alone_17": 35.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 181.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.713, "pct_black_alone_change": 11.345, "pct_native_alone_change": 1.135, "pct_asian_alone_change": 1.77, "pct_hispanic_or_latino_change": -0.519, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7280487", "INTPTLON": "-073.9488300" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952412, 40.728418 ], [ -73.951567, 40.728697 ], [ -73.950731, 40.728972 ], [ -73.950659, 40.728996 ], [ -73.950577, 40.72903 ], [ -73.949911, 40.729244 ], [ -73.949083, 40.729518 ], [ -73.948255, 40.729791 ], [ -73.947427, 40.730064 ], [ -73.946245, 40.730487 ], [ -73.946046, 40.729257 ], [ -73.945741, 40.727382 ], [ -73.945879, 40.727354 ], [ -73.946715, 40.727094 ], [ -73.947544, 40.726822 ], [ -73.948373, 40.726548 ], [ -73.949027, 40.726331 ], [ -73.949194, 40.726276 ], [ -73.950029, 40.725999 ], [ -73.950875, 40.725721 ], [ -73.951821, 40.727384 ], [ -73.952412, 40.728418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057400", "name": "Census Tract 574, Kings County, New York", "total_population_17": 3211, "white_alone_17": 1553.0, "black_alone_17": 37.0, "native_alone_17": 0.0, "asian_alone_17": 1532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 77.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.764, "pct_black_alone_change": 0.733, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 15.495, "pct_hispanic_or_latino_change": -3.162, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6011498", "INTPTLON": "-073.9443385" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946096, 40.60227 ], [ -73.945169, 40.602369 ], [ -73.94562, 40.604759 ], [ -73.944693, 40.604863 ], [ -73.943766, 40.604961 ], [ -73.943316, 40.602575 ], [ -73.942889, 40.600318 ], [ -73.942789, 40.599795 ], [ -73.942484, 40.598201 ], [ -73.943411, 40.598098 ], [ -73.944339, 40.597995 ], [ -73.945265, 40.597894 ], [ -73.945432, 40.598762 ], [ -73.945669, 40.600012 ], [ -73.946096, 40.60227 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057500", "name": "Census Tract 575, Kings County, New York", "total_population_17": 3935, "white_alone_17": 2985.0, "black_alone_17": 2.0, "native_alone_17": 0.0, "asian_alone_17": 337.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 562.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.315, "pct_black_alone_change": -1.128, "pct_native_alone_change": -0.34, "pct_asian_alone_change": 2.991, "pct_hispanic_or_latino_change": -12.186, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7321052", "INTPTLON": "-073.9532306" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95519, 40.735867 ], [ -73.952975, 40.736079 ], [ -73.952926, 40.735784 ], [ -73.952858, 40.735368 ], [ -73.952681, 40.735384 ], [ -73.952592, 40.734868 ], [ -73.95256, 40.734679 ], [ -73.95234, 40.73398 ], [ -73.952218, 40.733271 ], [ -73.952104, 40.732563 ], [ -73.951982, 40.731854 ], [ -73.951869, 40.731144 ], [ -73.95159, 40.73045 ], [ -73.951109, 40.729622 ], [ -73.950731, 40.728972 ], [ -73.951567, 40.728697 ], [ -73.952412, 40.728418 ], [ -73.953273, 40.728133 ], [ -73.953658, 40.728823 ], [ -73.953957, 40.729503 ], [ -73.954245, 40.730197 ], [ -73.954379, 40.730907 ], [ -73.954495, 40.731613 ], [ -73.954609, 40.732324 ], [ -73.954727, 40.733031 ], [ -73.954843, 40.73374 ], [ -73.954959, 40.734449 ], [ -73.955074, 40.73516 ], [ -73.95519, 40.735867 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057600", "name": "Census Tract 576, Kings County, New York", "total_population_17": 3141, "white_alone_17": 1471.0, "black_alone_17": 37.0, "native_alone_17": 0.0, "asian_alone_17": 1438.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 170.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.628, "pct_black_alone_change": 0.296, "pct_native_alone_change": -0.353, "pct_asian_alone_change": 14.893, "pct_hispanic_or_latino_change": 1.921, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5998731", "INTPTLON": "-073.9475710" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949874, 40.601853 ], [ -73.94895, 40.601954 ], [ -73.948023, 40.602056 ], [ -73.947059, 40.602162 ], [ -73.946096, 40.60227 ], [ -73.945669, 40.600012 ], [ -73.945432, 40.598762 ], [ -73.945265, 40.597894 ], [ -73.94623, 40.597789 ], [ -73.947192, 40.597682 ], [ -73.94812, 40.59758 ], [ -73.948551, 40.597533 ], [ -73.949047, 40.597479 ], [ -73.949448, 40.599598 ], [ -73.949874, 40.601853 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057800", "name": "Census Tract 578, Kings County, New York", "total_population_17": 3478, "white_alone_17": 1818.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1041.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 506.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.309, "pct_black_alone_change": -0.837, "pct_native_alone_change": -0.435, "pct_asian_alone_change": 4.262, "pct_hispanic_or_latino_change": 4.944, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5994398", "INTPTLON": "-073.9515127" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953978, 40.601401 ], [ -73.953037, 40.601506 ], [ -73.951834, 40.601637 ], [ -73.950801, 40.601749 ], [ -73.949874, 40.601853 ], [ -73.949448, 40.599598 ], [ -73.949047, 40.597479 ], [ -73.949973, 40.597377 ], [ -73.951006, 40.597262 ], [ -73.952204, 40.597131 ], [ -73.95315, 40.597028 ], [ -73.953552, 40.599146 ], [ -73.953978, 40.601401 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047057900", "name": "Census Tract 579, Kings County, New York", "total_population_17": 1074, "white_alone_17": 520.0, "black_alone_17": 67.0, "native_alone_17": 7.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 445.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.028, "pct_black_alone_change": 3.301, "pct_native_alone_change": 0.285, "pct_asian_alone_change": -5.407, "pct_hispanic_or_latino_change": -10.548, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7352896", "INTPTLON": "-073.9487303" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955472, 40.737997 ], [ -73.955189, 40.739062 ], [ -73.955087, 40.7394 ], [ -73.953907, 40.739421 ], [ -73.952749, 40.739262 ], [ -73.952723, 40.739261 ], [ -73.952669, 40.739258 ], [ -73.95254, 40.739228 ], [ -73.951886, 40.739023 ], [ -73.947064, 40.737516 ], [ -73.946832, 40.737437 ], [ -73.946367, 40.737256 ], [ -73.942163, 40.735678 ], [ -73.940368, 40.733269 ], [ -73.94072, 40.73314 ], [ -73.94081, 40.733104 ], [ -73.940978, 40.733041 ], [ -73.94115, 40.732983 ], [ -73.941257, 40.732951 ], [ -73.941324, 40.73293 ], [ -73.9415, 40.732882 ], [ -73.941679, 40.732839 ], [ -73.941859, 40.7328 ], [ -73.942042, 40.732766 ], [ -73.942795, 40.732657 ], [ -73.943001, 40.732596 ], [ -73.943719, 40.732391 ], [ -73.944612, 40.732071 ], [ -73.944392, 40.730734 ], [ -73.944186, 40.729442 ], [ -73.945116, 40.729349 ], [ -73.946046, 40.729257 ], [ -73.946245, 40.730487 ], [ -73.947427, 40.730064 ], [ -73.948255, 40.729791 ], [ -73.949083, 40.729518 ], [ -73.949911, 40.729244 ], [ -73.950577, 40.72903 ], [ -73.950659, 40.728996 ], [ -73.950731, 40.728972 ], [ -73.951109, 40.729622 ], [ -73.95159, 40.73045 ], [ -73.951869, 40.731144 ], [ -73.951982, 40.731854 ], [ -73.952104, 40.732563 ], [ -73.952218, 40.733271 ], [ -73.95234, 40.73398 ], [ -73.95256, 40.734679 ], [ -73.952592, 40.734868 ], [ -73.952681, 40.735384 ], [ -73.952858, 40.735368 ], [ -73.952926, 40.735784 ], [ -73.952975, 40.736079 ], [ -73.95519, 40.735867 ], [ -73.955307, 40.736577 ], [ -73.955423, 40.737285 ], [ -73.955472, 40.737997 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047058000", "name": "Census Tract 580, Kings County, New York", "total_population_17": 4164, "white_alone_17": 1564.0, "black_alone_17": 156.0, "native_alone_17": 0.0, "asian_alone_17": 1723.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 677.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.838, "pct_black_alone_change": 2.635, "pct_native_alone_change": -0.318, "pct_asian_alone_change": 8.86, "pct_hispanic_or_latino_change": 6.414, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5990067", "INTPTLON": "-073.9554539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957757, 40.600986 ], [ -73.95683, 40.601087 ], [ -73.956282, 40.601149 ], [ -73.955905, 40.601191 ], [ -73.954942, 40.601297 ], [ -73.953978, 40.601401 ], [ -73.953552, 40.599146 ], [ -73.95315, 40.597028 ], [ -73.95411, 40.59692 ], [ -73.955076, 40.596816 ], [ -73.955529, 40.596765 ], [ -73.956001, 40.596714 ], [ -73.956928, 40.596612 ], [ -73.957332, 40.598731 ], [ -73.957757, 40.600986 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047058200", "name": "Census Tract 582, Kings County, New York", "total_population_17": 2812, "white_alone_17": 1581.0, "black_alone_17": 10.0, "native_alone_17": 159.0, "asian_alone_17": 393.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 717.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.131, "pct_black_alone_change": -1.011, "pct_native_alone_change": 5.421, "pct_asian_alone_change": -14.2, "pct_hispanic_or_latino_change": 18.696, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5985399", "INTPTLON": "-073.9592618" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961363, 40.600589 ], [ -73.960363, 40.600698 ], [ -73.959612, 40.600781 ], [ -73.958683, 40.600885 ], [ -73.957757, 40.600986 ], [ -73.957332, 40.598731 ], [ -73.956928, 40.596612 ], [ -73.957853, 40.596511 ], [ -73.95878, 40.596407 ], [ -73.959777, 40.596299 ], [ -73.960051, 40.596268 ], [ -73.961028, 40.596161 ], [ -73.961185, 40.598312 ], [ -73.961363, 40.600589 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047058400", "name": "Census Tract 584, Kings County, New York", "total_population_17": 3179, "white_alone_17": 2379.0, "black_alone_17": 112.0, "native_alone_17": 0.0, "asian_alone_17": 428.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 241.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.906, "pct_black_alone_change": 2.531, "pct_native_alone_change": -0.113, "pct_asian_alone_change": -2.58, "pct_hispanic_or_latino_change": 3.811, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.5940748", "INTPTLON": "-073.9586719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961028, 40.596161 ], [ -73.960051, 40.596268 ], [ -73.959777, 40.596299 ], [ -73.95878, 40.596407 ], [ -73.957853, 40.596511 ], [ -73.956928, 40.596612 ], [ -73.956556, 40.594648 ], [ -73.956077, 40.592101 ], [ -73.957003, 40.592002 ], [ -73.957676, 40.591929 ], [ -73.958998, 40.591784 ], [ -73.959677, 40.591707 ], [ -73.96068, 40.591598 ], [ -73.960736, 40.592327 ], [ -73.960789, 40.593014 ], [ -73.960845, 40.593743 ], [ -73.960888, 40.594365 ], [ -73.960965, 40.595349 ], [ -73.961028, 40.596161 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047058600", "name": "Census Tract 586, Kings County, New York", "total_population_17": 3012, "white_alone_17": 692.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 1730.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 555.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.244, "pct_black_alone_change": -5.233, "pct_native_alone_change": -0.387, "pct_asian_alone_change": 4.665, "pct_hispanic_or_latino_change": 12.066, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5945640", "INTPTLON": "-073.9546136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956928, 40.596612 ], [ -73.956001, 40.596714 ], [ -73.955529, 40.596765 ], [ -73.955076, 40.596816 ], [ -73.95411, 40.59692 ], [ -73.95315, 40.597028 ], [ -73.952912, 40.595752 ], [ -73.952699, 40.594637 ], [ -73.9523, 40.592514 ], [ -73.95326, 40.592413 ], [ -73.954223, 40.592308 ], [ -73.954637, 40.592248 ], [ -73.955148, 40.592207 ], [ -73.956077, 40.592101 ], [ -73.956556, 40.594648 ], [ -73.956928, 40.596612 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047058800", "name": "Census Tract 588, Kings County, New York", "total_population_17": 3728, "white_alone_17": 2316.0, "black_alone_17": 38.0, "native_alone_17": 0.0, "asian_alone_17": 799.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 516.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -11.271, "pct_black_alone_change": -0.478, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 2.083, "pct_hispanic_or_latino_change": 8.687, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5896217", "INTPTLON": "-073.9585479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96068, 40.591598 ], [ -73.959677, 40.591707 ], [ -73.958998, 40.591784 ], [ -73.957676, 40.591929 ], [ -73.957003, 40.592002 ], [ -73.956657, 40.590125 ], [ -73.956588, 40.589884 ], [ -73.956391, 40.588929 ], [ -73.956227, 40.587996 ], [ -73.956193, 40.587762 ], [ -73.957017, 40.587672 ], [ -73.957126, 40.587661 ], [ -73.958195, 40.587544 ], [ -73.959347, 40.587417 ], [ -73.96035, 40.587307 ], [ -73.960408, 40.588034 ], [ -73.96046, 40.588724 ], [ -73.960517, 40.589453 ], [ -73.960572, 40.590182 ], [ -73.960624, 40.590863 ], [ -73.96068, 40.591598 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047058900", "name": "Census Tract 589, Kings County, New York", "total_population_17": 1817, "white_alone_17": 1439.0, "black_alone_17": 33.0, "native_alone_17": 0.0, "asian_alone_17": 146.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 167.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.349, "pct_black_alone_change": 1.365, "pct_native_alone_change": -0.056, "pct_asian_alone_change": 6.851, "pct_hispanic_or_latino_change": 3.159, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7300381", "INTPTLON": "-073.9405430" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946046, 40.729257 ], [ -73.945116, 40.729349 ], [ -73.944186, 40.729442 ], [ -73.944392, 40.730734 ], [ -73.944612, 40.732071 ], [ -73.943719, 40.732391 ], [ -73.943001, 40.732596 ], [ -73.942795, 40.732657 ], [ -73.942042, 40.732766 ], [ -73.941859, 40.7328 ], [ -73.941679, 40.732839 ], [ -73.9415, 40.732882 ], [ -73.941324, 40.73293 ], [ -73.941257, 40.732951 ], [ -73.94115, 40.732983 ], [ -73.940978, 40.733041 ], [ -73.94081, 40.733104 ], [ -73.94072, 40.73314 ], [ -73.940368, 40.733269 ], [ -73.940318, 40.733195 ], [ -73.94037, 40.732767 ], [ -73.940073, 40.732233 ], [ -73.940003, 40.732114 ], [ -73.939977, 40.732052 ], [ -73.939913, 40.731943 ], [ -73.93966, 40.731487 ], [ -73.937525, 40.729815 ], [ -73.934425, 40.728818 ], [ -73.931825, 40.728482 ], [ -73.932269, 40.728175 ], [ -73.932369, 40.728066 ], [ -73.932554, 40.727863 ], [ -73.934123, 40.726855 ], [ -73.936228, 40.727474 ], [ -73.937243, 40.727794 ], [ -73.938189, 40.7281 ], [ -73.939181, 40.728016 ], [ -73.940115, 40.727929 ], [ -73.941043, 40.727841 ], [ -73.940738, 40.725973 ], [ -73.941687, 40.725882 ], [ -73.942636, 40.725793 ], [ -73.943569, 40.725708 ], [ -73.944498, 40.725616 ], [ -73.94543, 40.725518 ], [ -73.945678, 40.727024 ], [ -73.945879, 40.727354 ], [ -73.945741, 40.727382 ], [ -73.946046, 40.729257 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059000", "name": "Census Tract 590, Kings County, New York", "total_population_17": 1861, "white_alone_17": 701.0, "black_alone_17": 170.0, "native_alone_17": 0.0, "asian_alone_17": 759.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 224.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.794, "pct_black_alone_change": -0.929, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 1.168, "pct_hispanic_or_latino_change": 6.765, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5899909", "INTPTLON": "-073.9546870" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957003, 40.592002 ], [ -73.956077, 40.592101 ], [ -73.955148, 40.592207 ], [ -73.954637, 40.592248 ], [ -73.954223, 40.592308 ], [ -73.95326, 40.592413 ], [ -73.953081, 40.591478 ], [ -73.952858, 40.590293 ], [ -73.952454, 40.588173 ], [ -73.953417, 40.588068 ], [ -73.953252, 40.587195 ], [ -73.954129, 40.587357 ], [ -73.954213, 40.587383 ], [ -73.954341, 40.587967 ], [ -73.955265, 40.587862 ], [ -73.955641, 40.587821 ], [ -73.956193, 40.587762 ], [ -73.956227, 40.587996 ], [ -73.956391, 40.588929 ], [ -73.956588, 40.589884 ], [ -73.956657, 40.590125 ], [ -73.957003, 40.592002 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059100", "name": "Census Tract 591, Kings County, New York", "total_population_17": 3998, "white_alone_17": 3106.0, "black_alone_17": 102.0, "native_alone_17": 0.0, "asian_alone_17": 116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 569.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.477, "pct_black_alone_change": 1.943, "pct_native_alone_change": -0.374, "pct_asian_alone_change": 1.311, "pct_hispanic_or_latino_change": 2.565, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7235304", "INTPTLON": "-073.9429338" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94543, 40.725518 ], [ -73.944498, 40.725616 ], [ -73.943569, 40.725708 ], [ -73.942636, 40.725793 ], [ -73.941687, 40.725882 ], [ -73.940738, 40.725973 ], [ -73.940323, 40.723454 ], [ -73.940221, 40.722892 ], [ -73.941094, 40.722309 ], [ -73.941504, 40.721991 ], [ -73.941956, 40.721652 ], [ -73.942817, 40.721144 ], [ -73.943675, 40.72066 ], [ -73.944405, 40.72024 ], [ -73.944529, 40.720289 ], [ -73.944689, 40.720457 ], [ -73.944713, 40.720655 ], [ -73.944764, 40.720916 ], [ -73.944726, 40.720945 ], [ -73.944699, 40.720982 ], [ -73.944687, 40.721022 ], [ -73.94469, 40.72106 ], [ -73.944797, 40.721681 ], [ -73.944909, 40.722364 ], [ -73.945015, 40.723004 ], [ -73.94543, 40.725518 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059200", "name": "Census Tract 592, Kings County, New York", "total_population_17": 4641, "white_alone_17": 2477.0, "black_alone_17": 314.0, "native_alone_17": 0.0, "asian_alone_17": 1375.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 384.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.263, "pct_black_alone_change": 5.462, "pct_native_alone_change": -0.326, "pct_asian_alone_change": 2.062, "pct_hispanic_or_latino_change": 4.06, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5923379", "INTPTLON": "-073.9514508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95326, 40.592413 ], [ -73.9523, 40.592514 ], [ -73.952699, 40.594637 ], [ -73.952912, 40.595752 ], [ -73.95315, 40.597028 ], [ -73.952204, 40.597131 ], [ -73.951006, 40.597262 ], [ -73.95088, 40.59661 ], [ -73.950554, 40.594871 ], [ -73.950152, 40.592754 ], [ -73.94975, 40.590634 ], [ -73.949345, 40.588514 ], [ -73.950539, 40.588383 ], [ -73.951493, 40.588279 ], [ -73.952454, 40.588173 ], [ -73.952858, 40.590293 ], [ -73.953081, 40.591478 ], [ -73.95326, 40.592413 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059300", "name": "Census Tract 593, Kings County, New York", "total_population_17": 2135, "white_alone_17": 1575.0, "black_alone_17": 30.0, "native_alone_17": 0.0, "asian_alone_17": 73.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 390.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.818, "pct_black_alone_change": -0.323, "pct_native_alone_change": -0.201, "pct_asian_alone_change": 1.088, "pct_hispanic_or_latino_change": -8.984, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7259963", "INTPTLON": "-073.9383333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941043, 40.727841 ], [ -73.940115, 40.727929 ], [ -73.939181, 40.728016 ], [ -73.938189, 40.7281 ], [ -73.937243, 40.727794 ], [ -73.936228, 40.727474 ], [ -73.934123, 40.726855 ], [ -73.935398, 40.725907 ], [ -73.936764, 40.724839 ], [ -73.937654, 40.724266 ], [ -73.938488, 40.723809 ], [ -73.938912, 40.723579 ], [ -73.939311, 40.723348 ], [ -73.940221, 40.722892 ], [ -73.940323, 40.723454 ], [ -73.940738, 40.725973 ], [ -73.941043, 40.727841 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059401", "name": "Census Tract 594.01, Kings County, New York", "total_population_17": 8186, "white_alone_17": 4444.0, "black_alone_17": 71.0, "native_alone_17": 14.0, "asian_alone_17": 3026.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 554.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.849, "pct_black_alone_change": 0.524, "pct_native_alone_change": 0.031, "pct_asian_alone_change": 10.185, "pct_hispanic_or_latino_change": 3.251, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5930119", "INTPTLON": "-073.9476257" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951006, 40.597262 ], [ -73.949973, 40.597377 ], [ -73.949047, 40.597479 ], [ -73.948551, 40.597533 ], [ -73.94812, 40.59758 ], [ -73.947192, 40.597682 ], [ -73.94623, 40.597789 ], [ -73.945775, 40.595398 ], [ -73.945374, 40.59328 ], [ -73.944972, 40.59116 ], [ -73.944012, 40.591265 ], [ -73.943609, 40.589147 ], [ -73.94457, 40.589041 ], [ -73.945534, 40.588934 ], [ -73.946459, 40.58883 ], [ -73.947381, 40.588731 ], [ -73.948313, 40.588628 ], [ -73.949345, 40.588514 ], [ -73.94975, 40.590634 ], [ -73.950152, 40.592754 ], [ -73.950554, 40.594871 ], [ -73.95088, 40.59661 ], [ -73.951006, 40.597262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059402", "name": "Census Tract 594.02, Kings County, New York", "total_population_17": 5179, "white_alone_17": 3832.0, "black_alone_17": 86.0, "native_alone_17": 0.0, "asian_alone_17": 1120.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 118.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.974, "pct_black_alone_change": 1.249, "pct_native_alone_change": -0.217, "pct_asian_alone_change": 9.511, "pct_hispanic_or_latino_change": 0.024, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5946146", "INTPTLON": "-073.9430181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94623, 40.597789 ], [ -73.945265, 40.597894 ], [ -73.944339, 40.597995 ], [ -73.943411, 40.598098 ], [ -73.942484, 40.598201 ], [ -73.94148, 40.598304 ], [ -73.941018, 40.595921 ], [ -73.940665, 40.594091 ], [ -73.940611, 40.593808 ], [ -73.939641, 40.593922 ], [ -73.939254, 40.59187 ], [ -73.939238, 40.591789 ], [ -73.940201, 40.591684 ], [ -73.941233, 40.591572 ], [ -73.942154, 40.591469 ], [ -73.943085, 40.591368 ], [ -73.944012, 40.591265 ], [ -73.944972, 40.59116 ], [ -73.945374, 40.59328 ], [ -73.945775, 40.595398 ], [ -73.94623, 40.597789 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059600", "name": "Census Tract 596, Kings County, New York", "total_population_17": 2505, "white_alone_17": 2132.0, "black_alone_17": 205.0, "native_alone_17": 0.0, "asian_alone_17": 110.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 48.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -3.907, "pct_black_alone_change": 6.45, "pct_native_alone_change": -0.044, "pct_asian_alone_change": -1.167, "pct_hispanic_or_latino_change": -1.063, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5910968", "INTPTLON": "-073.9400566" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944012, 40.591265 ], [ -73.943085, 40.591368 ], [ -73.942154, 40.591469 ], [ -73.941233, 40.591572 ], [ -73.940201, 40.591684 ], [ -73.939238, 40.591789 ], [ -73.939254, 40.59187 ], [ -73.939641, 40.593922 ], [ -73.938717, 40.594024 ], [ -73.93778, 40.594126 ], [ -73.937512, 40.592755 ], [ -73.937375, 40.591995 ], [ -73.936985, 40.589871 ], [ -73.93791, 40.58977 ], [ -73.938837, 40.589671 ], [ -73.939796, 40.589565 ], [ -73.940835, 40.58945 ], [ -73.941754, 40.589349 ], [ -73.94268, 40.589247 ], [ -73.943609, 40.589147 ], [ -73.944012, 40.591265 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047059800", "name": "Census Tract 598, Kings County, New York", "total_population_17": 3391, "white_alone_17": 2428.0, "black_alone_17": 154.0, "native_alone_17": 101.0, "asian_alone_17": 287.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 266.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.979, "pct_black_alone_change": -3.223, "pct_native_alone_change": 2.706, "pct_asian_alone_change": 2.724, "pct_hispanic_or_latino_change": 1.409, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5878962", "INTPTLON": "-073.9362265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939796, 40.589565 ], [ -73.938837, 40.589671 ], [ -73.93791, 40.58977 ], [ -73.936985, 40.589871 ], [ -73.936061, 40.58997 ], [ -73.935091, 40.590077 ], [ -73.934761, 40.588322 ], [ -73.934668, 40.587827 ], [ -73.933705, 40.587931 ], [ -73.932522, 40.588061 ], [ -73.931784, 40.588141 ], [ -73.931432, 40.586347 ], [ -73.931369, 40.586071 ], [ -73.932109, 40.586286 ], [ -73.932445, 40.58636 ], [ -73.932637, 40.586394 ], [ -73.933444, 40.586537 ], [ -73.934448, 40.586652 ], [ -73.934774, 40.58664 ], [ -73.935412, 40.586586 ], [ -73.936337, 40.586481 ], [ -73.937247, 40.586311 ], [ -73.938169, 40.58615 ], [ -73.939139, 40.585983 ], [ -73.939369, 40.58731 ], [ -73.939796, 40.589565 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047060000", "name": "Census Tract 600, Kings County, New York", "total_population_17": 6572, "white_alone_17": 5554.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 573.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 362.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.817, "pct_black_alone_change": -1.264, "pct_native_alone_change": -0.262, "pct_asian_alone_change": -1.664, "pct_hispanic_or_latino_change": -1.294, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5870743", "INTPTLON": "-073.9456922" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952675, 40.587157 ], [ -73.952475, 40.587214 ], [ -73.952276, 40.587272 ], [ -73.95233, 40.58751 ], [ -73.952454, 40.588173 ], [ -73.951493, 40.588279 ], [ -73.950539, 40.588383 ], [ -73.949345, 40.588514 ], [ -73.948313, 40.588628 ], [ -73.947381, 40.588731 ], [ -73.946459, 40.58883 ], [ -73.945534, 40.588934 ], [ -73.94457, 40.589041 ], [ -73.943609, 40.589147 ], [ -73.94268, 40.589247 ], [ -73.941754, 40.589349 ], [ -73.940835, 40.58945 ], [ -73.939796, 40.589565 ], [ -73.939369, 40.58731 ], [ -73.939139, 40.585983 ], [ -73.94106, 40.585661 ], [ -73.941916, 40.58552 ], [ -73.94291, 40.585406 ], [ -73.943866, 40.585298 ], [ -73.944931, 40.585172 ], [ -73.945552, 40.585139 ], [ -73.946692, 40.585073 ], [ -73.947199, 40.585033 ], [ -73.947636, 40.584999 ], [ -73.948662, 40.584894 ], [ -73.94987, 40.584856 ], [ -73.951238, 40.584925 ], [ -73.951889, 40.585936 ], [ -73.952783, 40.587072 ], [ -73.952675, 40.587157 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047060600", "name": "Census Tract 606, Kings County, New York", "total_population_17": 2728, "white_alone_17": 1882.0, "black_alone_17": 19.0, "native_alone_17": 7.0, "asian_alone_17": 480.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 249.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -5.203, "pct_black_alone_change": -1.165, "pct_native_alone_change": 0.176, "pct_asian_alone_change": 4.529, "pct_hispanic_or_latino_change": -1.147, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5864642", "INTPTLON": "-073.9561214" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96035, 40.587307 ], [ -73.959347, 40.587417 ], [ -73.958195, 40.587544 ], [ -73.957126, 40.587661 ], [ -73.957017, 40.587672 ], [ -73.956193, 40.587762 ], [ -73.955641, 40.587821 ], [ -73.955265, 40.587862 ], [ -73.954341, 40.587967 ], [ -73.954213, 40.587383 ], [ -73.954129, 40.587357 ], [ -73.953252, 40.587195 ], [ -73.953417, 40.588068 ], [ -73.952454, 40.588173 ], [ -73.95233, 40.58751 ], [ -73.952276, 40.587272 ], [ -73.952475, 40.587214 ], [ -73.952675, 40.587157 ], [ -73.952783, 40.587072 ], [ -73.951889, 40.585936 ], [ -73.951238, 40.584925 ], [ -73.952879, 40.585198 ], [ -73.953318, 40.585299 ], [ -73.953656, 40.585402 ], [ -73.95398, 40.585712 ], [ -73.954363, 40.585675 ], [ -73.954853, 40.585624 ], [ -73.955726, 40.585524 ], [ -73.956676, 40.585358 ], [ -73.957625, 40.585285 ], [ -73.959172, 40.585139 ], [ -73.95928, 40.585129 ], [ -73.960261, 40.585039 ], [ -73.960277, 40.58582 ], [ -73.960296, 40.586505 ], [ -73.96035, 40.587307 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047060800", "name": "Census Tract 608, Kings County, New York", "total_population_17": 3432, "white_alone_17": 2571.0, "black_alone_17": 129.0, "native_alone_17": 0.0, "asian_alone_17": 467.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 232.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 4.363, "pct_black_alone_change": -4.697, "pct_native_alone_change": -0.295, "pct_asian_alone_change": 4.641, "pct_hispanic_or_latino_change": -3.173, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5839493", "INTPTLON": "-073.9490961" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.960261, 40.585039 ], [ -73.95928, 40.585129 ], [ -73.959172, 40.585139 ], [ -73.957625, 40.585285 ], [ -73.956676, 40.585358 ], [ -73.955726, 40.585524 ], [ -73.954853, 40.585624 ], [ -73.954363, 40.585675 ], [ -73.95398, 40.585712 ], [ -73.953656, 40.585402 ], [ -73.953318, 40.585299 ], [ -73.952879, 40.585198 ], [ -73.951238, 40.584925 ], [ -73.94987, 40.584856 ], [ -73.948662, 40.584894 ], [ -73.947636, 40.584999 ], [ -73.947199, 40.585033 ], [ -73.946692, 40.585073 ], [ -73.945552, 40.585139 ], [ -73.944931, 40.585172 ], [ -73.943866, 40.585298 ], [ -73.94291, 40.585406 ], [ -73.941916, 40.58552 ], [ -73.94106, 40.585661 ], [ -73.939139, 40.585983 ], [ -73.939107, 40.585773 ], [ -73.939089, 40.585652 ], [ -73.939033, 40.58541 ], [ -73.938942, 40.584985 ], [ -73.9388, 40.584243 ], [ -73.938738, 40.583899 ], [ -73.938974, 40.583891 ], [ -73.939183, 40.583884 ], [ -73.939781, 40.583863 ], [ -73.939944, 40.583857 ], [ -73.940719, 40.583831 ], [ -73.941472, 40.583797 ], [ -73.941394, 40.583337 ], [ -73.941311, 40.583337 ], [ -73.941234, 40.583131 ], [ -73.940947, 40.581913 ], [ -73.944308, 40.582201 ], [ -73.949409, 40.582435 ], [ -73.951082, 40.582514 ], [ -73.953419, 40.582609 ], [ -73.953813, 40.582543 ], [ -73.954032, 40.582517 ], [ -73.954086, 40.582795 ], [ -73.954143, 40.583105 ], [ -73.954365, 40.583081 ], [ -73.955174, 40.582916 ], [ -73.956041, 40.582736 ], [ -73.956288, 40.582697 ], [ -73.956536, 40.582659 ], [ -73.956775, 40.582818 ], [ -73.956851, 40.582859 ], [ -73.957163, 40.583037 ], [ -73.957214, 40.583085 ], [ -73.959006, 40.582866 ], [ -73.960027, 40.583209 ], [ -73.960087, 40.583486 ], [ -73.960235, 40.584522 ], [ -73.960238, 40.584615 ], [ -73.960244, 40.584739 ], [ -73.960247, 40.584789 ], [ -73.960261, 40.585039 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047061002", "name": "Census Tract 610.02, Kings County, New York", "total_population_17": 4207, "white_alone_17": 4207.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 4.696, "pct_black_alone_change": -0.328, "pct_native_alone_change": -0.036, "pct_asian_alone_change": -0.91, "pct_hispanic_or_latino_change": -2.512, "pct_native_hawaiian_pacific_islander_change": -0.073, "INTPTLAT": "+40.5720111", "INTPTLON": "-073.9557682" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959633, 40.577993 ], [ -73.959017, 40.578123 ], [ -73.95827, 40.57831 ], [ -73.95781, 40.578269 ], [ -73.956913, 40.578028 ], [ -73.956648, 40.577947 ], [ -73.956053, 40.577766 ], [ -73.955787, 40.577684 ], [ -73.955213, 40.577505 ], [ -73.954833, 40.577393 ], [ -73.954735, 40.577366 ], [ -73.954041, 40.577457 ], [ -73.953758, 40.577477 ], [ -73.953709, 40.577462 ], [ -73.953685, 40.577431 ], [ -73.953547, 40.576768 ], [ -73.952874, 40.576882 ], [ -73.952426, 40.574559 ], [ -73.952399, 40.574254 ], [ -73.951683, 40.570297 ], [ -73.959256, 40.569511 ], [ -73.959347, 40.569509 ], [ -73.959423, 40.573911 ], [ -73.959414, 40.575158 ], [ -73.959454, 40.575575 ], [ -73.959475, 40.575874 ], [ -73.959524, 40.576528 ], [ -73.959531, 40.576619 ], [ -73.959633, 40.577993 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047061003", "name": "Census Tract 610.03, Kings County, New York", "total_population_17": 2079, "white_alone_17": 546.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 620.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 828.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -46.142, "pct_black_alone_change": -1.18, "pct_native_alone_change": -0.187, "pct_asian_alone_change": 16.884, "pct_hispanic_or_latino_change": 27.672, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.5814312", "INTPTLON": "-073.9586937" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.960027, 40.583209 ], [ -73.959006, 40.582866 ], [ -73.957214, 40.583085 ], [ -73.957163, 40.583037 ], [ -73.956851, 40.582859 ], [ -73.956775, 40.582818 ], [ -73.956536, 40.582659 ], [ -73.95675, 40.582366 ], [ -73.959663, 40.578366 ], [ -73.959746, 40.579369 ], [ -73.959801, 40.58008 ], [ -73.959832, 40.580483 ], [ -73.959854, 40.580762 ], [ -73.95986, 40.580825 ], [ -73.959885, 40.581171 ], [ -73.95991, 40.581513 ], [ -73.959943, 40.581959 ], [ -73.959993, 40.582634 ], [ -73.960027, 40.583209 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047061004", "name": "Census Tract 610.04, Kings County, New York", "total_population_17": 6556, "white_alone_17": 5425.0, "black_alone_17": 2.0, "native_alone_17": 0.0, "asian_alone_17": 400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 386.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.344, "pct_black_alone_change": -1.149, "pct_native_alone_change": -0.187, "pct_asian_alone_change": -6.837, "pct_hispanic_or_latino_change": -6.267, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.5798742", "INTPTLON": "-073.9557652" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959663, 40.578366 ], [ -73.95675, 40.582366 ], [ -73.956536, 40.582659 ], [ -73.956288, 40.582697 ], [ -73.956041, 40.582736 ], [ -73.955174, 40.582916 ], [ -73.954365, 40.583081 ], [ -73.954143, 40.583105 ], [ -73.954086, 40.582795 ], [ -73.954032, 40.582517 ], [ -73.953838, 40.581745 ], [ -73.953788, 40.581548 ], [ -73.953737, 40.581352 ], [ -73.953342, 40.579267 ], [ -73.953104, 40.578016 ], [ -73.953034, 40.577646 ], [ -73.953001, 40.577475 ], [ -73.952974, 40.577334 ], [ -73.952874, 40.576882 ], [ -73.953547, 40.576768 ], [ -73.953685, 40.577431 ], [ -73.953709, 40.577462 ], [ -73.953758, 40.577477 ], [ -73.954041, 40.577457 ], [ -73.954735, 40.577366 ], [ -73.954833, 40.577393 ], [ -73.955213, 40.577505 ], [ -73.955787, 40.577684 ], [ -73.956053, 40.577766 ], [ -73.956648, 40.577947 ], [ -73.956913, 40.578028 ], [ -73.95781, 40.578269 ], [ -73.95827, 40.57831 ], [ -73.959017, 40.578123 ], [ -73.959633, 40.577993 ], [ -73.959663, 40.578366 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047061200", "name": "Census Tract 612, Kings County, New York", "total_population_17": 990, "white_alone_17": 990.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.758, "pct_black_alone_change": -0.425, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.954, "pct_hispanic_or_latino_change": -2.039, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5808755", "INTPTLON": "-073.9493716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954032, 40.582517 ], [ -73.953813, 40.582543 ], [ -73.953419, 40.582609 ], [ -73.951082, 40.582514 ], [ -73.949409, 40.582435 ], [ -73.944308, 40.582201 ], [ -73.94414, 40.581278 ], [ -73.944117, 40.581038 ], [ -73.943989, 40.5803 ], [ -73.944909, 40.580194 ], [ -73.945822, 40.580093 ], [ -73.946742, 40.579993 ], [ -73.947715, 40.579887 ], [ -73.948688, 40.579779 ], [ -73.949611, 40.579678 ], [ -73.95053, 40.579575 ], [ -73.951449, 40.579476 ], [ -73.952369, 40.579373 ], [ -73.953342, 40.579267 ], [ -73.953737, 40.581352 ], [ -73.953788, 40.581548 ], [ -73.953838, 40.581745 ], [ -73.954032, 40.582517 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047061600", "name": "Census Tract 616, Kings County, New York", "total_population_17": 1513, "white_alone_17": 1373.0, "black_alone_17": 69.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 60.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.966, "pct_black_alone_change": 4.363, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.522, "pct_hispanic_or_latino_change": 2.191, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5767201", "INTPTLON": "-073.9428777" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952874, 40.576882 ], [ -73.951914, 40.576988 ], [ -73.950995, 40.577088 ], [ -73.950075, 40.57719 ], [ -73.949157, 40.577291 ], [ -73.948235, 40.577393 ], [ -73.947262, 40.5775 ], [ -73.946291, 40.577609 ], [ -73.945376, 40.577708 ], [ -73.944452, 40.577808 ], [ -73.943537, 40.57791 ], [ -73.942591, 40.578013 ], [ -73.941656, 40.578119 ], [ -73.940746, 40.578216 ], [ -73.939801, 40.578317 ], [ -73.940273, 40.580819 ], [ -73.940357, 40.581033 ], [ -73.940439, 40.581879 ], [ -73.931946, 40.582022 ], [ -73.930331, 40.576073 ], [ -73.929387, 40.572613 ], [ -73.937204, 40.571801 ], [ -73.946549, 40.57083 ], [ -73.951683, 40.570297 ], [ -73.952399, 40.574254 ], [ -73.952426, 40.574559 ], [ -73.952874, 40.576882 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047062000", "name": "Census Tract 620, Kings County, New York", "total_population_17": 2112, "white_alone_17": 2036.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 47.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 29.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.325, "pct_black_alone_change": -0.171, "pct_native_alone_change": -0.114, "pct_asian_alone_change": 0.861, "pct_hispanic_or_latino_change": -0.389, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5788518", "INTPTLON": "-073.9460579" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953342, 40.579267 ], [ -73.952369, 40.579373 ], [ -73.951449, 40.579476 ], [ -73.95053, 40.579575 ], [ -73.949611, 40.579678 ], [ -73.948688, 40.579779 ], [ -73.947715, 40.579887 ], [ -73.946742, 40.579993 ], [ -73.945822, 40.580093 ], [ -73.944909, 40.580194 ], [ -73.943989, 40.5803 ], [ -73.944117, 40.581038 ], [ -73.94414, 40.581278 ], [ -73.944308, 40.582201 ], [ -73.940947, 40.581913 ], [ -73.940439, 40.581879 ], [ -73.940357, 40.581033 ], [ -73.940273, 40.580819 ], [ -73.939801, 40.578317 ], [ -73.940746, 40.578216 ], [ -73.941656, 40.578119 ], [ -73.942591, 40.578013 ], [ -73.943537, 40.57791 ], [ -73.944452, 40.577808 ], [ -73.945376, 40.577708 ], [ -73.946291, 40.577609 ], [ -73.947262, 40.5775 ], [ -73.948235, 40.577393 ], [ -73.949157, 40.577291 ], [ -73.950075, 40.57719 ], [ -73.950995, 40.577088 ], [ -73.951914, 40.576988 ], [ -73.952874, 40.576882 ], [ -73.952974, 40.577334 ], [ -73.953001, 40.577475 ], [ -73.953034, 40.577646 ], [ -73.953104, 40.578016 ], [ -73.953342, 40.579267 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047062200", "name": "Census Tract 622, Kings County, New York", "total_population_17": 2956, "white_alone_17": 2200.0, "black_alone_17": 292.0, "native_alone_17": 0.0, "asian_alone_17": 78.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 291.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -13.728, "pct_black_alone_change": 6.941, "pct_native_alone_change": -0.065, "pct_asian_alone_change": -0.821, "pct_hispanic_or_latino_change": 4.981, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5849933", "INTPTLON": "-073.9355825" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941472, 40.583797 ], [ -73.940719, 40.583831 ], [ -73.939944, 40.583857 ], [ -73.939781, 40.583863 ], [ -73.939183, 40.583884 ], [ -73.938974, 40.583891 ], [ -73.938738, 40.583899 ], [ -73.9388, 40.584243 ], [ -73.938942, 40.584985 ], [ -73.939033, 40.58541 ], [ -73.939089, 40.585652 ], [ -73.939107, 40.585773 ], [ -73.939139, 40.585983 ], [ -73.938169, 40.58615 ], [ -73.937247, 40.586311 ], [ -73.936337, 40.586481 ], [ -73.935412, 40.586586 ], [ -73.934774, 40.58664 ], [ -73.934448, 40.586652 ], [ -73.933444, 40.586537 ], [ -73.932637, 40.586394 ], [ -73.932445, 40.58636 ], [ -73.932109, 40.586286 ], [ -73.931369, 40.586071 ], [ -73.931322, 40.585803 ], [ -73.931301, 40.585678 ], [ -73.931297, 40.585633 ], [ -73.931256, 40.585432 ], [ -73.930191, 40.585086 ], [ -73.930096, 40.584502 ], [ -73.931078, 40.584388 ], [ -73.932042, 40.584234 ], [ -73.932031, 40.584168 ], [ -73.932029, 40.584149 ], [ -73.931842, 40.583076 ], [ -73.931946, 40.582022 ], [ -73.940439, 40.581879 ], [ -73.940947, 40.581913 ], [ -73.941234, 40.583131 ], [ -73.941311, 40.583337 ], [ -73.941394, 40.583337 ], [ -73.941472, 40.583797 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047062600", "name": "Census Tract 626, Kings County, New York", "total_population_17": 2817, "white_alone_17": 1391.0, "black_alone_17": 252.0, "native_alone_17": 0.0, "asian_alone_17": 691.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 398.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.445, "pct_black_alone_change": 1.556, "pct_native_alone_change": -0.368, "pct_asian_alone_change": 13.758, "pct_hispanic_or_latino_change": 3.357, "pct_native_hawaiian_pacific_islander_change": -0.037, "INTPTLAT": "+40.5923335", "INTPTLON": "-073.9344391" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93778, 40.594126 ], [ -73.935899, 40.594335 ], [ -73.934949, 40.594429 ], [ -73.935019, 40.594782 ], [ -73.935369, 40.596542 ], [ -73.93441, 40.596646 ], [ -73.933412, 40.596757 ], [ -73.933483, 40.597141 ], [ -73.932576, 40.597719 ], [ -73.932414, 40.596864 ], [ -73.932146, 40.595512 ], [ -73.932054, 40.59547 ], [ -73.932431, 40.595238 ], [ -73.933056, 40.594887 ], [ -73.933011, 40.594639 ], [ -73.932614, 40.592517 ], [ -73.932225, 40.590479 ], [ -73.931784, 40.588141 ], [ -73.932522, 40.588061 ], [ -73.933705, 40.587931 ], [ -73.934668, 40.587827 ], [ -73.934761, 40.588322 ], [ -73.935091, 40.590077 ], [ -73.936061, 40.58997 ], [ -73.936985, 40.589871 ], [ -73.937375, 40.591995 ], [ -73.937512, 40.592755 ], [ -73.93778, 40.594126 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047062800", "name": "Census Tract 628, Kings County, New York", "total_population_17": 5099, "white_alone_17": 4377.0, "black_alone_17": 19.0, "native_alone_17": 9.0, "asian_alone_17": 352.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 342.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.698, "pct_black_alone_change": -0.008, "pct_native_alone_change": -0.113, "pct_asian_alone_change": 5.705, "pct_hispanic_or_latino_change": 2.332, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5895880", "INTPTLON": "-073.9273296" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933056, 40.594887 ], [ -73.932431, 40.595238 ], [ -73.932054, 40.59547 ], [ -73.932146, 40.595512 ], [ -73.932414, 40.596864 ], [ -73.932576, 40.597719 ], [ -73.931732, 40.59826 ], [ -73.931404, 40.598476 ], [ -73.929937, 40.597147 ], [ -73.929738, 40.596978 ], [ -73.929569, 40.59682 ], [ -73.928669, 40.596021 ], [ -73.9276, 40.595061 ], [ -73.926533, 40.594104 ], [ -73.925472, 40.593149 ], [ -73.924404, 40.592185 ], [ -73.924055, 40.591872 ], [ -73.923638, 40.591497 ], [ -73.923321, 40.591212 ], [ -73.922308, 40.590308 ], [ -73.92096, 40.589095 ], [ -73.919725, 40.587987 ], [ -73.917991, 40.586534 ], [ -73.917896, 40.586442 ], [ -73.917709, 40.586269 ], [ -73.917656, 40.586139 ], [ -73.917872, 40.585975 ], [ -73.917663, 40.585605 ], [ -73.917846, 40.585505 ], [ -73.917983, 40.585453 ], [ -73.918159, 40.585373 ], [ -73.918271, 40.585331 ], [ -73.918311, 40.585405 ], [ -73.918428, 40.585333 ], [ -73.918758, 40.585237 ], [ -73.918854, 40.585139 ], [ -73.918991, 40.585042 ], [ -73.919206, 40.584928 ], [ -73.919518, 40.584896 ], [ -73.919715, 40.58478 ], [ -73.919944, 40.584646 ], [ -73.920249, 40.584652 ], [ -73.920679, 40.584703 ], [ -73.920972, 40.58458 ], [ -73.92115, 40.584649 ], [ -73.921357, 40.584652 ], [ -73.921657, 40.584654 ], [ -73.922055, 40.584673 ], [ -73.922587, 40.584675 ], [ -73.922653, 40.584646 ], [ -73.923034, 40.584768 ], [ -73.923161, 40.584768 ], [ -73.92345, 40.584818 ], [ -73.923603, 40.584782 ], [ -73.9238, 40.584743 ], [ -73.924077, 40.584667 ], [ -73.92432, 40.584663 ], [ -73.924533, 40.584646 ], [ -73.92472, 40.584649 ], [ -73.92506, 40.584728 ], [ -73.92537, 40.584691 ], [ -73.925524, 40.584825 ], [ -73.925719, 40.584903 ], [ -73.925798, 40.584937 ], [ -73.925948, 40.585007 ], [ -73.926426, 40.584818 ], [ -73.927207, 40.584802 ], [ -73.928169, 40.585167 ], [ -73.928397, 40.585268 ], [ -73.928367, 40.585162 ], [ -73.92926, 40.585437 ], [ -73.929428, 40.585489 ], [ -73.93028, 40.585744 ], [ -73.931369, 40.586071 ], [ -73.931432, 40.586347 ], [ -73.931784, 40.588141 ], [ -73.932225, 40.590479 ], [ -73.932614, 40.592517 ], [ -73.933011, 40.594639 ], [ -73.933056, 40.594887 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047063200", "name": "Census Tract 632, Kings County, New York", "total_population_17": 1588, "white_alone_17": 1243.0, "black_alone_17": 14.0, "native_alone_17": 0.0, "asian_alone_17": 199.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 132.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.883, "pct_black_alone_change": 0.297, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 6.318, "pct_hispanic_or_latino_change": 4.511, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5997604", "INTPTLON": "-073.9315683" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.935032, 40.601734 ], [ -73.934263, 40.60223 ], [ -73.933551, 40.602687 ], [ -73.931734, 40.601062 ], [ -73.929922, 40.599437 ], [ -73.928131, 40.597778 ], [ -73.928791, 40.597323 ], [ -73.929569, 40.59682 ], [ -73.929738, 40.596978 ], [ -73.929937, 40.597147 ], [ -73.931404, 40.598476 ], [ -73.932926, 40.599818 ], [ -73.933222, 40.600107 ], [ -73.933922, 40.600739 ], [ -73.934075, 40.600874 ], [ -73.934227, 40.60101 ], [ -73.934471, 40.601231 ], [ -73.935032, 40.601734 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047063600", "name": "Census Tract 636, Kings County, New York", "total_population_17": 1453, "white_alone_17": 1055.0, "black_alone_17": 0.0, "native_alone_17": 14.0, "asian_alone_17": 126.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 272.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.895, "pct_black_alone_change": -0.468, "pct_native_alone_change": 0.418, "pct_asian_alone_change": 5.866, "pct_hispanic_or_latino_change": 10.692, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6099355", "INTPTLON": "-073.9361433" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939347, 40.610187 ], [ -73.938579, 40.610686 ], [ -73.937866, 40.611145 ], [ -73.937152, 40.611607 ], [ -73.936438, 40.612069 ], [ -73.934622, 40.610442 ], [ -73.932801, 40.608805 ], [ -73.933513, 40.608343 ], [ -73.934232, 40.607898 ], [ -73.936046, 40.609515 ], [ -73.936761, 40.609055 ], [ -73.937537, 40.608557 ], [ -73.937775, 40.608771 ], [ -73.939198, 40.610053 ], [ -73.939347, 40.610187 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047063800", "name": "Census Tract 638, Kings County, New York", "total_population_17": 1882, "white_alone_17": 1371.0, "black_alone_17": 26.0, "native_alone_17": 0.0, "asian_alone_17": 355.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 129.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.018, "pct_black_alone_change": 0.984, "pct_native_alone_change": -0.199, "pct_asian_alone_change": 12.493, "pct_hispanic_or_latino_change": 1.28, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6080740", "INTPTLON": "-073.9403000" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942312, 40.608269 ], [ -73.941547, 40.608768 ], [ -73.940829, 40.60923 ], [ -73.940115, 40.609691 ], [ -73.939347, 40.610187 ], [ -73.939198, 40.610053 ], [ -73.937775, 40.608771 ], [ -73.937537, 40.608557 ], [ -73.938297, 40.608062 ], [ -73.939012, 40.6076 ], [ -73.939726, 40.607133 ], [ -73.938373, 40.605918 ], [ -73.937916, 40.605498 ], [ -73.936094, 40.603873 ], [ -73.934263, 40.60223 ], [ -73.935032, 40.601734 ], [ -73.936557, 40.603095 ], [ -73.936827, 40.603344 ], [ -73.937738, 40.604161 ], [ -73.938675, 40.605001 ], [ -73.938916, 40.605223 ], [ -73.93921, 40.605479 ], [ -73.940031, 40.606203 ], [ -73.940508, 40.606642 ], [ -73.941168, 40.607244 ], [ -73.941547, 40.607582 ], [ -73.942312, 40.608269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047064000", "name": "Census Tract 640, Kings County, New York", "total_population_17": 1832, "white_alone_17": 1393.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 175.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 264.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.866, "pct_black_alone_change": -0.269, "pct_native_alone_change": -0.336, "pct_asian_alone_change": 5.52, "pct_hispanic_or_latino_change": 7.622, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6109971", "INTPTLON": "-073.9402463" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943699, 40.610214 ], [ -73.943366, 40.610399 ], [ -73.942652, 40.610857 ], [ -73.941926, 40.611321 ], [ -73.941161, 40.61182 ], [ -73.940397, 40.612315 ], [ -73.939683, 40.612782 ], [ -73.93897, 40.61324 ], [ -73.938254, 40.613702 ], [ -73.936438, 40.612069 ], [ -73.937152, 40.611607 ], [ -73.937866, 40.611145 ], [ -73.938579, 40.610686 ], [ -73.939347, 40.610187 ], [ -73.940115, 40.609691 ], [ -73.940829, 40.60923 ], [ -73.941547, 40.608768 ], [ -73.942312, 40.608269 ], [ -73.943547, 40.609346 ], [ -73.943641, 40.609859 ], [ -73.943699, 40.610214 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047064200", "name": "Census Tract 642, Kings County, New York", "total_population_17": 2327, "white_alone_17": 1738.0, "black_alone_17": 62.0, "native_alone_17": 0.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 384.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.379, "pct_black_alone_change": 1.847, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -3.429, "pct_hispanic_or_latino_change": 9.484, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6121974", "INTPTLON": "-073.9463939" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949306, 40.614031 ], [ -73.948345, 40.614136 ], [ -73.947458, 40.614199 ], [ -73.946574, 40.614789 ], [ -73.946383, 40.614919 ], [ -73.945737, 40.615363 ], [ -73.944827, 40.616046 ], [ -73.944574, 40.614804 ], [ -73.944308, 40.613411 ], [ -73.944174, 40.612722 ], [ -73.944055, 40.611993 ], [ -73.943801, 40.610719 ], [ -73.943699, 40.610214 ], [ -73.943641, 40.609859 ], [ -73.944672, 40.609743 ], [ -73.945598, 40.609643 ], [ -73.946524, 40.60954 ], [ -73.947452, 40.609436 ], [ -73.948414, 40.609333 ], [ -73.94882, 40.611477 ], [ -73.949119, 40.613053 ], [ -73.949152, 40.613228 ], [ -73.949306, 40.614031 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047064400", "name": "Census Tract 644, Kings County, New York", "total_population_17": 3030, "white_alone_17": 2059.0, "black_alone_17": 99.0, "native_alone_17": 0.0, "asian_alone_17": 578.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 290.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.648, "pct_black_alone_change": 1.179, "pct_native_alone_change": -0.087, "pct_asian_alone_change": 13.465, "pct_hispanic_or_latino_change": 2.002, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6137965", "INTPTLON": "-073.9424791" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944676, 40.616165 ], [ -73.944061, 40.616718 ], [ -73.943958, 40.616816 ], [ -73.94347, 40.617385 ], [ -73.943145, 40.617426 ], [ -73.943114, 40.617274 ], [ -73.943058, 40.617108 ], [ -73.942993, 40.616969 ], [ -73.942892, 40.616806 ], [ -73.942795, 40.616681 ], [ -73.942752, 40.616634 ], [ -73.940788, 40.614872 ], [ -73.93897, 40.61324 ], [ -73.939683, 40.612782 ], [ -73.940397, 40.612315 ], [ -73.941161, 40.61182 ], [ -73.941926, 40.611321 ], [ -73.942652, 40.610857 ], [ -73.943366, 40.610399 ], [ -73.943699, 40.610214 ], [ -73.943801, 40.610719 ], [ -73.944055, 40.611993 ], [ -73.944174, 40.612722 ], [ -73.944308, 40.613411 ], [ -73.944574, 40.614804 ], [ -73.944827, 40.616046 ], [ -73.944676, 40.616165 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047064600", "name": "Census Tract 646, Kings County, New York", "total_population_17": 2402, "white_alone_17": 1908.0, "black_alone_17": 31.0, "native_alone_17": 25.0, "asian_alone_17": 129.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 286.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.756, "pct_black_alone_change": -5.298, "pct_native_alone_change": 0.896, "pct_asian_alone_change": -1.654, "pct_hispanic_or_latino_change": 1.733, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6159147", "INTPTLON": "-073.9395351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943145, 40.617426 ], [ -73.942212, 40.617526 ], [ -73.941282, 40.61763 ], [ -73.94079, 40.617697 ], [ -73.940453, 40.617929 ], [ -73.94037, 40.617992 ], [ -73.939716, 40.618406 ], [ -73.937875, 40.616757 ], [ -73.936057, 40.615123 ], [ -73.936801, 40.614643 ], [ -73.937542, 40.614165 ], [ -73.938254, 40.613702 ], [ -73.93897, 40.61324 ], [ -73.940788, 40.614872 ], [ -73.942752, 40.616634 ], [ -73.942795, 40.616681 ], [ -73.942892, 40.616806 ], [ -73.942993, 40.616969 ], [ -73.943058, 40.617108 ], [ -73.943114, 40.617274 ], [ -73.943145, 40.617426 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047064800", "name": "Census Tract 648, Kings County, New York", "total_population_17": 2240, "white_alone_17": 1504.0, "black_alone_17": 492.0, "native_alone_17": 0.0, "asian_alone_17": 60.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 159.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.377, "pct_black_alone_change": 6.007, "pct_native_alone_change": -0.253, "pct_asian_alone_change": -6.49, "pct_hispanic_or_latino_change": -4.148, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6176898", "INTPTLON": "-073.9364602" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939493, 40.61855 ], [ -73.939002, 40.618867 ], [ -73.938647, 40.619097 ], [ -73.938288, 40.619329 ], [ -73.937814, 40.619652 ], [ -73.937576, 40.619796 ], [ -73.936992, 40.620179 ], [ -73.936867, 40.620253 ], [ -73.935018, 40.6186 ], [ -73.933205, 40.61697 ], [ -73.933917, 40.616508 ], [ -73.934633, 40.616048 ], [ -73.935348, 40.615584 ], [ -73.936057, 40.615123 ], [ -73.937875, 40.616757 ], [ -73.939716, 40.618406 ], [ -73.939493, 40.61855 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047065000", "name": "Census Tract 650, Kings County, New York", "total_population_17": 1622, "white_alone_17": 369.0, "black_alone_17": 658.0, "native_alone_17": 0.0, "asian_alone_17": 208.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 387.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.917, "pct_black_alone_change": 8.988, "pct_native_alone_change": -0.14, "pct_asian_alone_change": 5.947, "pct_hispanic_or_latino_change": 10.034, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6199785", "INTPTLON": "-073.9336466" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936336, 40.620611 ], [ -73.936149, 40.620718 ], [ -73.93538, 40.621216 ], [ -73.934543, 40.621758 ], [ -73.934007, 40.622114 ], [ -73.93376, 40.622275 ], [ -73.9331, 40.622694 ], [ -73.932195, 40.623269 ], [ -73.931951, 40.62106 ], [ -73.931692, 40.618653 ], [ -73.93163, 40.618097 ], [ -73.931731, 40.617927 ], [ -73.932487, 40.617432 ], [ -73.933205, 40.61697 ], [ -73.935018, 40.6186 ], [ -73.936867, 40.620253 ], [ -73.936336, 40.620611 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047065200", "name": "Census Tract 652, Kings County, New York", "total_population_17": 1053, "white_alone_17": 900.0, "black_alone_17": 31.0, "native_alone_17": 0.0, "asian_alone_17": 72.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.242, "pct_black_alone_change": 1.495, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 1.382, "pct_hispanic_or_latino_change": -6.18, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6147620", "INTPTLON": "-073.9300726" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933205, 40.61697 ], [ -73.932487, 40.617432 ], [ -73.931731, 40.617927 ], [ -73.930602, 40.616922 ], [ -73.929899, 40.616294 ], [ -73.929461, 40.615897 ], [ -73.928478, 40.615017 ], [ -73.928089, 40.614668 ], [ -73.927761, 40.614374 ], [ -73.927396, 40.614053 ], [ -73.926295, 40.613193 ], [ -73.92617, 40.61306 ], [ -73.927033, 40.612536 ], [ -73.927747, 40.612074 ], [ -73.92846, 40.611613 ], [ -73.93028, 40.613245 ], [ -73.9321, 40.614876 ], [ -73.933917, 40.616508 ], [ -73.933205, 40.61697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047065400", "name": "Census Tract 654, Kings County, New York", "total_population_17": 1571, "white_alone_17": 1204.0, "black_alone_17": 40.0, "native_alone_17": 0.0, "asian_alone_17": 192.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 73.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.547, "pct_black_alone_change": 1.987, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 7.753, "pct_hispanic_or_latino_change": 1.109, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6129487", "INTPTLON": "-073.9318078" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.934633, 40.616048 ], [ -73.933917, 40.616508 ], [ -73.9321, 40.614876 ], [ -73.93028, 40.613245 ], [ -73.92846, 40.611613 ], [ -73.929174, 40.611151 ], [ -73.929887, 40.610688 ], [ -73.9306, 40.610228 ], [ -73.931345, 40.609747 ], [ -73.93316, 40.611381 ], [ -73.932422, 40.611858 ], [ -73.93171, 40.612322 ], [ -73.933528, 40.613953 ], [ -73.935348, 40.615584 ], [ -73.934633, 40.616048 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047065600", "name": "Census Tract 656, Kings County, New York", "total_population_17": 1788, "white_alone_17": 1294.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 149.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 297.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.086, "pct_black_alone_change": -0.657, "pct_native_alone_change": -0.383, "pct_asian_alone_change": 5.321, "pct_hispanic_or_latino_change": 12.613, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6130109", "INTPTLON": "-073.9349822" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937542, 40.614165 ], [ -73.936801, 40.614643 ], [ -73.936057, 40.615123 ], [ -73.935348, 40.615584 ], [ -73.933528, 40.613953 ], [ -73.93171, 40.612322 ], [ -73.932422, 40.611858 ], [ -73.93316, 40.611381 ], [ -73.933902, 40.6109 ], [ -73.934622, 40.610442 ], [ -73.936438, 40.612069 ], [ -73.938254, 40.613702 ], [ -73.937542, 40.614165 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047065800", "name": "Census Tract 658, Kings County, New York", "total_population_17": 1992, "white_alone_17": 1365.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 527.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 61.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.468, "pct_black_alone_change": 0.455, "pct_native_alone_change": -0.487, "pct_asian_alone_change": 20.94, "pct_hispanic_or_latino_change": -3.644, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6080828", "INTPTLON": "-073.9312005" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933902, 40.6109 ], [ -73.93316, 40.611381 ], [ -73.931345, 40.609747 ], [ -73.929524, 40.608117 ], [ -73.927691, 40.60648 ], [ -73.928442, 40.606002 ], [ -73.929158, 40.60553 ], [ -73.929868, 40.605071 ], [ -73.931697, 40.606714 ], [ -73.933513, 40.608343 ], [ -73.932801, 40.608805 ], [ -73.934622, 40.610442 ], [ -73.933902, 40.6109 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047066000", "name": "Census Tract 660, Kings County, New York", "total_population_17": 2295, "white_alone_17": 1697.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 372.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 149.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.791, "pct_black_alone_change": 0.839, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 11.516, "pct_hispanic_or_latino_change": 2.04, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6090466", "INTPTLON": "-073.9280800" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9306, 40.610228 ], [ -73.929887, 40.610688 ], [ -73.929174, 40.611151 ], [ -73.92846, 40.611613 ], [ -73.926641, 40.60998 ], [ -73.924821, 40.608341 ], [ -73.925529, 40.607876 ], [ -73.926249, 40.607414 ], [ -73.926962, 40.606962 ], [ -73.927691, 40.60648 ], [ -73.929524, 40.608117 ], [ -73.931345, 40.609747 ], [ -73.9306, 40.610228 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047066200", "name": "Census Tract 662, Kings County, New York", "total_population_17": 1670, "white_alone_17": 1194.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 192.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 188.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.518, "pct_black_alone_change": -0.233, "pct_native_alone_change": -0.22, "pct_asian_alone_change": 6.446, "pct_hispanic_or_latino_change": -2.286, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6093052", "INTPTLON": "-073.9243720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.927747, 40.612074 ], [ -73.927033, 40.612536 ], [ -73.92617, 40.61306 ], [ -73.92516, 40.612172 ], [ -73.924365, 40.611462 ], [ -73.92288, 40.610164 ], [ -73.922498, 40.609809 ], [ -73.92071, 40.608204 ], [ -73.919693, 40.607311 ], [ -73.920659, 40.606755 ], [ -73.921584, 40.607639 ], [ -73.922301, 40.607179 ], [ -73.923011, 40.606716 ], [ -73.923731, 40.606253 ], [ -73.924441, 40.605794 ], [ -73.926249, 40.607414 ], [ -73.925529, 40.607876 ], [ -73.924821, 40.608341 ], [ -73.926641, 40.60998 ], [ -73.92846, 40.611613 ], [ -73.927747, 40.612074 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047066600", "name": "Census Tract 666, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.5849540", "INTPTLON": "-073.9185332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939012, 40.6076 ], [ -73.938297, 40.608062 ], [ -73.937537, 40.608557 ], [ -73.936761, 40.609055 ], [ -73.936046, 40.609515 ], [ -73.934232, 40.607898 ], [ -73.933513, 40.608343 ], [ -73.931697, 40.606714 ], [ -73.929868, 40.605071 ], [ -73.929158, 40.60553 ], [ -73.928442, 40.606002 ], [ -73.927691, 40.60648 ], [ -73.926962, 40.606962 ], [ -73.926249, 40.607414 ], [ -73.924441, 40.605794 ], [ -73.923731, 40.606253 ], [ -73.923011, 40.606716 ], [ -73.922301, 40.607179 ], [ -73.921584, 40.607639 ], [ -73.920659, 40.606755 ], [ -73.919693, 40.607311 ], [ -73.919296, 40.606947 ], [ -73.918677, 40.606264 ], [ -73.918224, 40.605805 ], [ -73.914249, 40.602237 ], [ -73.912019, 40.600201 ], [ -73.910886, 40.599224 ], [ -73.910468, 40.598861 ], [ -73.908992, 40.59758 ], [ -73.908317, 40.59699 ], [ -73.907922, 40.596652 ], [ -73.907782, 40.596533 ], [ -73.907283, 40.596052 ], [ -73.906766, 40.59558 ], [ -73.905579, 40.594508 ], [ -73.904957, 40.593956 ], [ -73.903359, 40.592391 ], [ -73.902662, 40.591643 ], [ -73.893832, 40.583652 ], [ -73.892075, 40.582167 ], [ -73.891532, 40.581764 ], [ -73.890517, 40.580908 ], [ -73.88928, 40.579801 ], [ -73.888139, 40.578742 ], [ -73.887735, 40.578009 ], [ -73.885069, 40.573749 ], [ -73.886292, 40.573505 ], [ -73.890518, 40.572705 ], [ -73.902874, 40.5717 ], [ -73.903871, 40.571619 ], [ -73.904908, 40.571407 ], [ -73.918487, 40.569284 ], [ -73.926236, 40.568072 ], [ -73.927424, 40.567887 ], [ -73.92807, 40.567786 ], [ -73.929387, 40.572613 ], [ -73.930331, 40.576073 ], [ -73.931946, 40.582022 ], [ -73.931842, 40.583076 ], [ -73.932029, 40.584149 ], [ -73.932031, 40.584168 ], [ -73.932042, 40.584234 ], [ -73.931078, 40.584388 ], [ -73.930096, 40.584502 ], [ -73.930191, 40.585086 ], [ -73.931256, 40.585432 ], [ -73.931297, 40.585633 ], [ -73.931301, 40.585678 ], [ -73.931322, 40.585803 ], [ -73.931369, 40.586071 ], [ -73.93028, 40.585744 ], [ -73.929428, 40.585489 ], [ -73.92926, 40.585437 ], [ -73.928367, 40.585162 ], [ -73.928397, 40.585268 ], [ -73.928169, 40.585167 ], [ -73.927207, 40.584802 ], [ -73.926426, 40.584818 ], [ -73.925948, 40.585007 ], [ -73.925798, 40.584937 ], [ -73.925719, 40.584903 ], [ -73.925524, 40.584825 ], [ -73.92537, 40.584691 ], [ -73.92506, 40.584728 ], [ -73.92472, 40.584649 ], [ -73.924533, 40.584646 ], [ -73.92432, 40.584663 ], [ -73.924077, 40.584667 ], [ -73.9238, 40.584743 ], [ -73.923603, 40.584782 ], [ -73.92345, 40.584818 ], [ -73.923161, 40.584768 ], [ -73.923034, 40.584768 ], [ -73.922653, 40.584646 ], [ -73.922587, 40.584675 ], [ -73.922055, 40.584673 ], [ -73.921657, 40.584654 ], [ -73.921357, 40.584652 ], [ -73.92115, 40.584649 ], [ -73.920972, 40.58458 ], [ -73.920679, 40.584703 ], [ -73.920249, 40.584652 ], [ -73.919944, 40.584646 ], [ -73.919715, 40.58478 ], [ -73.919518, 40.584896 ], [ -73.919206, 40.584928 ], [ -73.918991, 40.585042 ], [ -73.918854, 40.585139 ], [ -73.918758, 40.585237 ], [ -73.918428, 40.585333 ], [ -73.918311, 40.585405 ], [ -73.918271, 40.585331 ], [ -73.918159, 40.585373 ], [ -73.917983, 40.585453 ], [ -73.917846, 40.585505 ], [ -73.917663, 40.585605 ], [ -73.917872, 40.585975 ], [ -73.917656, 40.586139 ], [ -73.917709, 40.586269 ], [ -73.917896, 40.586442 ], [ -73.917991, 40.586534 ], [ -73.919725, 40.587987 ], [ -73.92096, 40.589095 ], [ -73.922308, 40.590308 ], [ -73.923321, 40.591212 ], [ -73.923638, 40.591497 ], [ -73.924055, 40.591872 ], [ -73.924404, 40.592185 ], [ -73.925472, 40.593149 ], [ -73.926533, 40.594104 ], [ -73.9276, 40.595061 ], [ -73.928669, 40.596021 ], [ -73.929569, 40.59682 ], [ -73.928791, 40.597323 ], [ -73.928131, 40.597778 ], [ -73.929922, 40.599437 ], [ -73.931734, 40.601062 ], [ -73.933551, 40.602687 ], [ -73.934263, 40.60223 ], [ -73.936094, 40.603873 ], [ -73.937916, 40.605498 ], [ -73.938373, 40.605918 ], [ -73.939726, 40.607133 ], [ -73.939012, 40.6076 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047067000", "name": "Census Tract 670, Kings County, New York", "total_population_17": 2897, "white_alone_17": 616.0, "black_alone_17": 1521.0, "native_alone_17": 0.0, "asian_alone_17": 222.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 484.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -41.216, "pct_black_alone_change": 30.21, "pct_native_alone_change": -0.296, "pct_asian_alone_change": 1.36, "pct_hispanic_or_latino_change": 8.754, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+40.6127246", "INTPTLON": "-073.9227642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926401, 40.614479 ], [ -73.925395, 40.61454 ], [ -73.924467, 40.6146 ], [ -73.923497, 40.614658 ], [ -73.922529, 40.614719 ], [ -73.921594, 40.614778 ], [ -73.920624, 40.614839 ], [ -73.920527, 40.613943 ], [ -73.920819, 40.613756 ], [ -73.919009, 40.61212 ], [ -73.919706, 40.611607 ], [ -73.920408, 40.611161 ], [ -73.921116, 40.610701 ], [ -73.921834, 40.610237 ], [ -73.922498, 40.609809 ], [ -73.92288, 40.610164 ], [ -73.924365, 40.611462 ], [ -73.92516, 40.612172 ], [ -73.92617, 40.61306 ], [ -73.926295, 40.613193 ], [ -73.926298, 40.613229 ], [ -73.926401, 40.614479 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047067200", "name": "Census Tract 672, Kings County, New York", "total_population_17": 1587, "white_alone_17": 211.0, "black_alone_17": 1306.0, "native_alone_17": 0.0, "asian_alone_17": 28.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 42.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.846, "pct_black_alone_change": 27.707, "pct_native_alone_change": -0.607, "pct_asian_alone_change": -1.572, "pct_hispanic_or_latino_change": -11.151, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6187470", "INTPTLON": "-073.9278042" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929311, 40.623441 ], [ -73.928376, 40.623499 ], [ -73.927369, 40.623562 ], [ -73.927135, 40.621358 ], [ -73.926879, 40.61895 ], [ -73.926627, 40.616612 ], [ -73.926401, 40.614479 ], [ -73.926298, 40.613229 ], [ -73.926295, 40.613193 ], [ -73.927396, 40.614053 ], [ -73.927761, 40.614374 ], [ -73.928089, 40.614668 ], [ -73.928478, 40.615017 ], [ -73.928567, 40.616492 ], [ -73.928819, 40.61883 ], [ -73.929077, 40.62124 ], [ -73.929311, 40.623441 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047067400", "name": "Census Tract 674, Kings County, New York", "total_population_17": 2011, "white_alone_17": 302.0, "black_alone_17": 1245.0, "native_alone_17": 0.0, "asian_alone_17": 91.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 274.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.111, "pct_black_alone_change": 15.12, "pct_native_alone_change": -0.348, "pct_asian_alone_change": 2.036, "pct_hispanic_or_latino_change": 1.629, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6198305", "INTPTLON": "-073.9302723" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.932195, 40.623269 ], [ -73.93125, 40.623321 ], [ -73.930282, 40.623381 ], [ -73.929311, 40.623441 ], [ -73.929077, 40.62124 ], [ -73.928819, 40.61883 ], [ -73.928567, 40.616492 ], [ -73.928478, 40.615017 ], [ -73.929461, 40.615897 ], [ -73.929899, 40.616294 ], [ -73.930602, 40.616922 ], [ -73.931731, 40.617927 ], [ -73.93163, 40.618097 ], [ -73.931692, 40.618653 ], [ -73.931951, 40.62106 ], [ -73.932195, 40.623269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047067600", "name": "Census Tract 676, Kings County, New York", "total_population_17": 1969, "white_alone_17": 179.0, "black_alone_17": 1444.0, "native_alone_17": 0.0, "asian_alone_17": 99.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 237.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.212, "pct_black_alone_change": 12.635, "pct_native_alone_change": -0.863, "pct_asian_alone_change": 1.0, "pct_hispanic_or_latino_change": 2.773, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6249950", "INTPTLON": "-073.9272011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931307, 40.62385 ], [ -73.930393, 40.624442 ], [ -73.929482, 40.625032 ], [ -73.928606, 40.625605 ], [ -73.928316, 40.625785 ], [ -73.92766, 40.626211 ], [ -73.926709, 40.626821 ], [ -73.925826, 40.627392 ], [ -73.924918, 40.627984 ], [ -73.92471, 40.62601 ], [ -73.924469, 40.623743 ], [ -73.925431, 40.623681 ], [ -73.926366, 40.623622 ], [ -73.927369, 40.623562 ], [ -73.928376, 40.623499 ], [ -73.929311, 40.623441 ], [ -73.930282, 40.623381 ], [ -73.93125, 40.623321 ], [ -73.932195, 40.623269 ], [ -73.931307, 40.62385 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047067800", "name": "Census Tract 678, Kings County, New York", "total_population_17": 2650, "white_alone_17": 292.0, "black_alone_17": 2298.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 50.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.394, "pct_black_alone_change": 26.345, "pct_native_alone_change": -0.19, "pct_asian_alone_change": -2.162, "pct_hispanic_or_latino_change": -4.522, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6261489", "INTPTLON": "-073.9227790" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924918, 40.627984 ], [ -73.924298, 40.628386 ], [ -73.923988, 40.628407 ], [ -73.923055, 40.628467 ], [ -73.922087, 40.628528 ], [ -73.921119, 40.628586 ], [ -73.920869, 40.626251 ], [ -73.920625, 40.623979 ], [ -73.921594, 40.623919 ], [ -73.922563, 40.623858 ], [ -73.923497, 40.623802 ], [ -73.924469, 40.623743 ], [ -73.92471, 40.62601 ], [ -73.924918, 40.627984 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047068000", "name": "Census Tract 680, Kings County, New York", "total_population_17": 2300, "white_alone_17": 230.0, "black_alone_17": 1792.0, "native_alone_17": 0.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 217.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.506, "pct_black_alone_change": 31.902, "pct_native_alone_change": -0.281, "pct_asian_alone_change": -0.584, "pct_hispanic_or_latino_change": 0.615, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6213764", "INTPTLON": "-073.9251879" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.927369, 40.623562 ], [ -73.926366, 40.623622 ], [ -73.925431, 40.623681 ], [ -73.924469, 40.623743 ], [ -73.923497, 40.623802 ], [ -73.923262, 40.6216 ], [ -73.923008, 40.619193 ], [ -73.923975, 40.619131 ], [ -73.924944, 40.619071 ], [ -73.925875, 40.619013 ], [ -73.926879, 40.61895 ], [ -73.927135, 40.621358 ], [ -73.927369, 40.623562 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047068200", "name": "Census Tract 682, Kings County, New York", "total_population_17": 3050, "white_alone_17": 531.0, "black_alone_17": 1980.0, "native_alone_17": 0.0, "asian_alone_17": 205.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 319.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -38.756, "pct_black_alone_change": 36.321, "pct_native_alone_change": -0.894, "pct_asian_alone_change": 3.638, "pct_hispanic_or_latino_change": -0.131, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6166469", "INTPTLON": "-073.9241304" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926879, 40.61895 ], [ -73.925875, 40.619013 ], [ -73.924944, 40.619071 ], [ -73.923975, 40.619131 ], [ -73.923008, 40.619193 ], [ -73.922755, 40.616854 ], [ -73.921823, 40.616911 ], [ -73.920852, 40.616972 ], [ -73.920624, 40.614839 ], [ -73.921594, 40.614778 ], [ -73.922529, 40.614719 ], [ -73.923497, 40.614658 ], [ -73.924467, 40.6146 ], [ -73.925395, 40.61454 ], [ -73.926401, 40.614479 ], [ -73.926627, 40.616612 ], [ -73.926879, 40.61895 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047068600", "name": "Census Tract 686, Kings County, New York", "total_population_17": 1784, "white_alone_17": 838.0, "black_alone_17": 540.0, "native_alone_17": 0.0, "asian_alone_17": 130.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 205.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -34.592, "pct_black_alone_change": 26.0, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.237, "pct_hispanic_or_latino_change": 4.764, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6148226", "INTPTLON": "-073.9172817" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920527, 40.613943 ], [ -73.920107, 40.614212 ], [ -73.919608, 40.614535 ], [ -73.919371, 40.61469 ], [ -73.918934, 40.614968 ], [ -73.918629, 40.615169 ], [ -73.917887, 40.615647 ], [ -73.917196, 40.616092 ], [ -73.916903, 40.616274 ], [ -73.916977, 40.616932 ], [ -73.917008, 40.617202 ], [ -73.91714, 40.61839 ], [ -73.915694, 40.617065 ], [ -73.913877, 40.615432 ], [ -73.91467, 40.61492 ], [ -73.915388, 40.614457 ], [ -73.916095, 40.613998 ], [ -73.916807, 40.613538 ], [ -73.917561, 40.613055 ], [ -73.918289, 40.61258 ], [ -73.919009, 40.61212 ], [ -73.920819, 40.613756 ], [ -73.920527, 40.613943 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047068800", "name": "Census Tract 688, Kings County, New York", "total_population_17": 1652, "white_alone_17": 591.0, "black_alone_17": 800.0, "native_alone_17": 5.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 157.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.961, "pct_black_alone_change": 30.594, "pct_native_alone_change": 0.175, "pct_asian_alone_change": 2.254, "pct_hispanic_or_latino_change": -0.31, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6172158", "INTPTLON": "-073.9191004" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921102, 40.619309 ], [ -73.920134, 40.61937 ], [ -73.919201, 40.619426 ], [ -73.918266, 40.619485 ], [ -73.917265, 40.619548 ], [ -73.917172, 40.618712 ], [ -73.91714, 40.61839 ], [ -73.917008, 40.617202 ], [ -73.916977, 40.616932 ], [ -73.916903, 40.616274 ], [ -73.917196, 40.616092 ], [ -73.917887, 40.615647 ], [ -73.918629, 40.615169 ], [ -73.918934, 40.614968 ], [ -73.919371, 40.61469 ], [ -73.919608, 40.614535 ], [ -73.920107, 40.614212 ], [ -73.920527, 40.613943 ], [ -73.920624, 40.614839 ], [ -73.920852, 40.616972 ], [ -73.920971, 40.618123 ], [ -73.921102, 40.619309 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047069000", "name": "Census Tract 690, Kings County, New York", "total_population_17": 2234, "white_alone_17": 345.0, "black_alone_17": 1325.0, "native_alone_17": 0.0, "asian_alone_17": 143.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 240.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -35.6, "pct_black_alone_change": 24.173, "pct_native_alone_change": -0.056, "pct_asian_alone_change": 2.848, "pct_hispanic_or_latino_change": 1.042, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6199654", "INTPTLON": "-073.9206701" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923262, 40.6216 ], [ -73.92233, 40.621658 ], [ -73.921359, 40.621718 ], [ -73.92039, 40.621777 ], [ -73.919456, 40.621834 ], [ -73.918522, 40.621893 ], [ -73.917515, 40.621941 ], [ -73.91747, 40.621513 ], [ -73.917413, 40.620958 ], [ -73.917265, 40.619548 ], [ -73.918266, 40.619485 ], [ -73.919201, 40.619426 ], [ -73.920134, 40.61937 ], [ -73.921102, 40.619309 ], [ -73.920971, 40.618123 ], [ -73.920852, 40.616972 ], [ -73.921823, 40.616911 ], [ -73.922755, 40.616854 ], [ -73.923008, 40.619193 ], [ -73.923262, 40.6216 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047069200", "name": "Census Tract 692, Kings County, New York", "total_population_17": 3000, "white_alone_17": 289.0, "black_alone_17": 2289.0, "native_alone_17": 0.0, "asian_alone_17": 117.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 153.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.721, "pct_black_alone_change": 27.299, "pct_native_alone_change": -0.042, "pct_asian_alone_change": 1.223, "pct_hispanic_or_latino_change": -2.55, "pct_native_hawaiian_pacific_islander_change": 0.3, "INTPTLAT": "+40.6236755", "INTPTLON": "-073.9200888" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923497, 40.623802 ], [ -73.922563, 40.623858 ], [ -73.921594, 40.623919 ], [ -73.920625, 40.623979 ], [ -73.920869, 40.626251 ], [ -73.919938, 40.626307 ], [ -73.919, 40.626365 ], [ -73.917995, 40.626458 ], [ -73.917694, 40.624103 ], [ -73.917709, 40.623717 ], [ -73.917515, 40.621941 ], [ -73.918522, 40.621893 ], [ -73.919456, 40.621834 ], [ -73.92039, 40.621777 ], [ -73.921359, 40.621718 ], [ -73.92233, 40.621658 ], [ -73.923262, 40.6216 ], [ -73.923497, 40.623802 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047069601", "name": "Census Tract 696.01, Kings County, New York", "total_population_17": 3677, "white_alone_17": 1529.0, "black_alone_17": 1388.0, "native_alone_17": 0.0, "asian_alone_17": 152.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 528.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -44.73, "pct_black_alone_change": 33.724, "pct_native_alone_change": -0.038, "pct_asian_alone_change": 1.258, "pct_hispanic_or_latino_change": 8.28, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6271699", "INTPTLON": "-073.9153676" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918604, 40.632096 ], [ -73.916922, 40.631669 ], [ -73.90848, 40.627979 ], [ -73.909319, 40.627141 ], [ -73.910016, 40.626704 ], [ -73.910797, 40.626376 ], [ -73.91131, 40.625777 ], [ -73.912071, 40.625088 ], [ -73.913205, 40.624333 ], [ -73.914194, 40.623694 ], [ -73.914905, 40.623236 ], [ -73.91519, 40.623046 ], [ -73.915481, 40.622858 ], [ -73.916182, 40.622377 ], [ -73.916991, 40.621825 ], [ -73.91747, 40.621513 ], [ -73.917515, 40.621941 ], [ -73.917709, 40.623717 ], [ -73.917694, 40.624103 ], [ -73.917995, 40.626458 ], [ -73.918162, 40.628005 ], [ -73.918242, 40.62877 ], [ -73.91835, 40.629767 ], [ -73.918604, 40.632096 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047069602", "name": "Census Tract 696.02, Kings County, New York", "total_population_17": 6601, "white_alone_17": 3933.0, "black_alone_17": 1074.0, "native_alone_17": 0.0, "asian_alone_17": 491.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 986.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.731, "pct_black_alone_change": 12.246, "pct_native_alone_change": -0.038, "pct_asian_alone_change": 4.562, "pct_hispanic_or_latino_change": 8.857, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6227610", "INTPTLON": "-073.9092489" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91747, 40.621513 ], [ -73.916991, 40.621825 ], [ -73.916182, 40.622377 ], [ -73.915481, 40.622858 ], [ -73.91519, 40.623046 ], [ -73.914905, 40.623236 ], [ -73.914194, 40.623694 ], [ -73.913205, 40.624333 ], [ -73.912071, 40.625088 ], [ -73.91131, 40.625777 ], [ -73.910797, 40.626376 ], [ -73.910016, 40.626704 ], [ -73.909319, 40.627141 ], [ -73.90848, 40.627979 ], [ -73.906514, 40.627131 ], [ -73.904252, 40.626032 ], [ -73.90178, 40.624816 ], [ -73.898261, 40.622989 ], [ -73.900163, 40.621677 ], [ -73.901989, 40.620563 ], [ -73.902744, 40.620068 ], [ -73.90456, 40.621702 ], [ -73.905303, 40.62122 ], [ -73.906958, 40.622709 ], [ -73.907671, 40.622244 ], [ -73.908393, 40.621778 ], [ -73.909106, 40.621324 ], [ -73.909819, 40.620864 ], [ -73.910554, 40.620403 ], [ -73.910167, 40.619987 ], [ -73.908928, 40.618877 ], [ -73.909692, 40.618375 ], [ -73.91026, 40.61778 ], [ -73.910956, 40.617324 ], [ -73.911682, 40.616851 ], [ -73.9135, 40.618484 ], [ -73.914848, 40.619697 ], [ -73.915776, 40.61964 ], [ -73.916096, 40.619623 ], [ -73.916897, 40.619571 ], [ -73.917265, 40.619548 ], [ -73.917413, 40.620958 ], [ -73.91747, 40.621513 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047069800", "name": "Census Tract 698, Kings County, New York", "total_population_17": 1478, "white_alone_17": 1097.0, "black_alone_17": 55.0, "native_alone_17": 0.0, "asian_alone_17": 162.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 164.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.441, "pct_black_alone_change": 1.734, "pct_native_alone_change": -0.155, "pct_asian_alone_change": 8.566, "pct_hispanic_or_latino_change": 7.686, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6112503", "INTPTLON": "-073.9170851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921834, 40.610237 ], [ -73.921116, 40.610701 ], [ -73.920408, 40.611161 ], [ -73.919706, 40.611607 ], [ -73.919009, 40.61212 ], [ -73.918289, 40.61258 ], [ -73.917561, 40.613055 ], [ -73.916807, 40.613538 ], [ -73.916095, 40.613998 ], [ -73.915388, 40.614457 ], [ -73.91467, 40.61492 ], [ -73.913877, 40.615432 ], [ -73.915694, 40.617065 ], [ -73.91714, 40.61839 ], [ -73.917172, 40.618712 ], [ -73.917265, 40.619548 ], [ -73.916897, 40.619571 ], [ -73.916096, 40.619623 ], [ -73.915776, 40.61964 ], [ -73.914848, 40.619697 ], [ -73.9135, 40.618484 ], [ -73.911682, 40.616851 ], [ -73.909888, 40.615242 ], [ -73.910603, 40.61478 ], [ -73.911313, 40.614319 ], [ -73.911373, 40.614288 ], [ -73.91149, 40.614218 ], [ -73.911613, 40.614126 ], [ -73.911727, 40.614016 ], [ -73.91181, 40.61391 ], [ -73.911882, 40.613791 ], [ -73.911927, 40.613684 ], [ -73.912863, 40.611638 ], [ -73.91319, 40.610954 ], [ -73.913498, 40.610278 ], [ -73.913691, 40.60985 ], [ -73.913742, 40.609736 ], [ -73.91379, 40.609629 ], [ -73.913798, 40.609612 ], [ -73.914056, 40.608984 ], [ -73.914304, 40.608598 ], [ -73.916415, 40.607178 ], [ -73.916908, 40.606944 ], [ -73.917254, 40.606731 ], [ -73.91782, 40.606391 ], [ -73.918734, 40.607221 ], [ -73.919296, 40.606947 ], [ -73.919693, 40.607311 ], [ -73.92071, 40.608204 ], [ -73.922498, 40.609809 ], [ -73.921834, 40.610237 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047070000", "name": "Census Tract 700, Kings County, New York", "total_population_17": 1715, "white_alone_17": 1586.0, "black_alone_17": 46.0, "native_alone_17": 7.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 66.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.552, "pct_black_alone_change": 1.242, "pct_native_alone_change": 0.35, "pct_asian_alone_change": -1.659, "pct_hispanic_or_latino_change": 1.256, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6200459", "INTPTLON": "-073.9067408" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910554, 40.620403 ], [ -73.909819, 40.620864 ], [ -73.909106, 40.621324 ], [ -73.908393, 40.621778 ], [ -73.907671, 40.622244 ], [ -73.906958, 40.622709 ], [ -73.905303, 40.62122 ], [ -73.90456, 40.621702 ], [ -73.902744, 40.620068 ], [ -73.903485, 40.619589 ], [ -73.904201, 40.619127 ], [ -73.904915, 40.618664 ], [ -73.905627, 40.618203 ], [ -73.906341, 40.61774 ], [ -73.907072, 40.617265 ], [ -73.908928, 40.618877 ], [ -73.910167, 40.619987 ], [ -73.910554, 40.620403 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047070201", "name": "Census Tract 702.01, Kings County, New York", "total_population_17": 5939, "white_alone_17": 5015.0, "black_alone_17": 124.0, "native_alone_17": 42.0, "asian_alone_17": 185.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 590.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.037, "pct_black_alone_change": 1.688, "pct_native_alone_change": 0.692, "pct_asian_alone_change": 0.454, "pct_hispanic_or_latino_change": 8.073, "pct_native_hawaiian_pacific_islander_change": -0.062, "INTPTLAT": "+40.6089645", "INTPTLON": "-073.9081434" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916908, 40.606944 ], [ -73.916415, 40.607178 ], [ -73.914304, 40.608598 ], [ -73.914056, 40.608984 ], [ -73.913798, 40.609612 ], [ -73.91379, 40.609629 ], [ -73.913742, 40.609736 ], [ -73.913691, 40.60985 ], [ -73.913498, 40.610278 ], [ -73.91319, 40.610954 ], [ -73.912863, 40.611638 ], [ -73.911927, 40.613684 ], [ -73.911882, 40.613791 ], [ -73.91181, 40.61391 ], [ -73.911727, 40.614016 ], [ -73.911613, 40.614126 ], [ -73.91149, 40.614218 ], [ -73.911373, 40.614288 ], [ -73.911313, 40.614319 ], [ -73.910603, 40.61478 ], [ -73.909888, 40.615242 ], [ -73.911682, 40.616851 ], [ -73.910956, 40.617324 ], [ -73.91026, 40.61778 ], [ -73.909115, 40.616866 ], [ -73.908381, 40.616228 ], [ -73.903374, 40.611891 ], [ -73.90319, 40.611489 ], [ -73.901698, 40.608223 ], [ -73.901445, 40.604354 ], [ -73.905199, 40.603827 ], [ -73.906573, 40.603649 ], [ -73.90729, 40.603557 ], [ -73.912994, 40.60286 ], [ -73.915941, 40.605639 ], [ -73.917254, 40.606731 ], [ -73.916908, 40.606944 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047070202", "name": "Census Tract 702.02, Kings County, New York", "total_population_17": 24, "white_alone_17": 24.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.494, "pct_black_alone_change": -1.124, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": -3.371, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5935154", "INTPTLON": "-073.8914194" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918734, 40.607221 ], [ -73.91782, 40.606391 ], [ -73.917254, 40.606731 ], [ -73.915941, 40.605639 ], [ -73.912994, 40.60286 ], [ -73.90729, 40.603557 ], [ -73.906573, 40.603649 ], [ -73.905199, 40.603827 ], [ -73.901445, 40.604354 ], [ -73.898769, 40.604594 ], [ -73.89862, 40.604609 ], [ -73.897537, 40.604758 ], [ -73.891953, 40.605525 ], [ -73.884456, 40.60944 ], [ -73.871418, 40.578535 ], [ -73.871613, 40.578438 ], [ -73.879222, 40.574656 ], [ -73.885069, 40.573749 ], [ -73.887735, 40.578009 ], [ -73.888139, 40.578742 ], [ -73.88928, 40.579801 ], [ -73.890517, 40.580908 ], [ -73.891532, 40.581764 ], [ -73.892075, 40.582167 ], [ -73.893832, 40.583652 ], [ -73.902662, 40.591643 ], [ -73.903359, 40.592391 ], [ -73.904957, 40.593956 ], [ -73.905579, 40.594508 ], [ -73.906766, 40.59558 ], [ -73.907283, 40.596052 ], [ -73.907782, 40.596533 ], [ -73.907922, 40.596652 ], [ -73.908317, 40.59699 ], [ -73.908992, 40.59758 ], [ -73.910468, 40.598861 ], [ -73.910886, 40.599224 ], [ -73.912019, 40.600201 ], [ -73.914249, 40.602237 ], [ -73.918224, 40.605805 ], [ -73.918677, 40.606264 ], [ -73.919296, 40.606947 ], [ -73.918734, 40.607221 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047070203", "name": "Census Tract 702.03, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6131853", "INTPTLON": "-073.8602013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.892306, 40.620556 ], [ -73.88239, 40.627542 ], [ -73.881823, 40.627942 ], [ -73.873957, 40.633773 ], [ -73.855021, 40.643098 ], [ -73.854938, 40.64265 ], [ -73.848338, 40.643521 ], [ -73.842955, 40.63814 ], [ -73.838298, 40.633485 ], [ -73.838111, 40.633298 ], [ -73.837652, 40.63284 ], [ -73.837379, 40.632506 ], [ -73.837091, 40.632155 ], [ -73.836595, 40.631548 ], [ -73.836238, 40.631111 ], [ -73.835769, 40.630678 ], [ -73.835376, 40.630315 ], [ -73.833041, 40.628261 ], [ -73.833393, 40.627674 ], [ -73.8334, 40.627449 ], [ -73.833422, 40.626782 ], [ -73.833452, 40.626149 ], [ -73.8337, 40.620922 ], [ -73.834008, 40.614425 ], [ -73.834054, 40.613455 ], [ -73.834283, 40.609186 ], [ -73.834463, 40.607193 ], [ -73.835876, 40.605637 ], [ -73.842017, 40.598313 ], [ -73.844437, 40.595855 ], [ -73.84668, 40.593209 ], [ -73.847386, 40.592028 ], [ -73.849852, 40.588669 ], [ -73.853522, 40.586592 ], [ -73.854937, 40.585974 ], [ -73.855106, 40.585899 ], [ -73.859492, 40.583938 ], [ -73.865607, 40.581205 ], [ -73.866005, 40.581001 ], [ -73.867374, 40.580299 ], [ -73.86751, 40.580229 ], [ -73.867661, 40.580151 ], [ -73.868425, 40.579757 ], [ -73.869232, 40.579342 ], [ -73.870239, 40.57897 ], [ -73.871212, 40.578611 ], [ -73.871418, 40.578535 ], [ -73.884456, 40.60944 ], [ -73.887051, 40.61632 ], [ -73.892306, 40.620556 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047070600", "name": "Census Tract 706, Kings County, New York", "total_population_17": 2985, "white_alone_17": 2452.0, "black_alone_17": 310.0, "native_alone_17": 0.0, "asian_alone_17": 95.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 128.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.162, "pct_black_alone_change": 10.142, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 1.097, "pct_hispanic_or_latino_change": 2.028, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6124441", "INTPTLON": "-073.8940807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.909692, 40.618375 ], [ -73.908928, 40.618877 ], [ -73.907072, 40.617265 ], [ -73.906341, 40.61774 ], [ -73.905627, 40.618203 ], [ -73.904915, 40.618664 ], [ -73.904201, 40.619127 ], [ -73.903485, 40.619589 ], [ -73.902744, 40.620068 ], [ -73.901989, 40.620563 ], [ -73.900163, 40.621677 ], [ -73.898261, 40.622989 ], [ -73.896922, 40.622411 ], [ -73.89668, 40.622306 ], [ -73.896556, 40.622256 ], [ -73.896207, 40.622116 ], [ -73.892306, 40.620556 ], [ -73.887051, 40.61632 ], [ -73.884456, 40.60944 ], [ -73.891953, 40.605525 ], [ -73.897537, 40.604758 ], [ -73.89862, 40.604609 ], [ -73.898769, 40.604594 ], [ -73.901445, 40.604354 ], [ -73.901698, 40.608223 ], [ -73.90319, 40.611489 ], [ -73.903374, 40.611891 ], [ -73.908381, 40.616228 ], [ -73.909115, 40.616866 ], [ -73.91026, 40.61778 ], [ -73.909692, 40.618375 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047072000", "name": "Census Tract 720, Kings County, New York", "total_population_17": 2261, "white_alone_17": 80.0, "black_alone_17": 1998.0, "native_alone_17": 0.0, "asian_alone_17": 121.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 30.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.738, "pct_black_alone_change": 28.234, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 4.135, "pct_hispanic_or_latino_change": -6.829, "pct_native_hawaiian_pacific_islander_change": -0.061, "INTPTLAT": "+40.6288503", "INTPTLON": "-073.9200467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924005, 40.628567 ], [ -73.923128, 40.629143 ], [ -73.922215, 40.62973 ], [ -73.921301, 40.630324 ], [ -73.920418, 40.630904 ], [ -73.919543, 40.631471 ], [ -73.918604, 40.632096 ], [ -73.91835, 40.629767 ], [ -73.918242, 40.62877 ], [ -73.918162, 40.628005 ], [ -73.917995, 40.626458 ], [ -73.919, 40.626365 ], [ -73.919938, 40.626307 ], [ -73.920869, 40.626251 ], [ -73.921119, 40.628586 ], [ -73.922087, 40.628528 ], [ -73.923055, 40.628467 ], [ -73.923988, 40.628407 ], [ -73.924298, 40.628386 ], [ -73.924005, 40.628567 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047072200", "name": "Census Tract 722, Kings County, New York", "total_population_17": 3296, "white_alone_17": 106.0, "black_alone_17": 2877.0, "native_alone_17": 0.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 232.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.479, "pct_black_alone_change": -0.409, "pct_native_alone_change": -0.105, "pct_asian_alone_change": 0.416, "pct_hispanic_or_latino_change": 3.919, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6319998", "INTPTLON": "-073.9243888" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930312, 40.632726 ], [ -73.929836, 40.632756 ], [ -73.929362, 40.632788 ], [ -73.928364, 40.632847 ], [ -73.927358, 40.63291 ], [ -73.926425, 40.632967 ], [ -73.925456, 40.633028 ], [ -73.924486, 40.63309 ], [ -73.923556, 40.633146 ], [ -73.922587, 40.633209 ], [ -73.921904, 40.633256 ], [ -73.921618, 40.633276 ], [ -73.920683, 40.63333 ], [ -73.920412, 40.633474 ], [ -73.919809, 40.633865 ], [ -73.91944, 40.634102 ], [ -73.918852, 40.634483 ], [ -73.918763, 40.633637 ], [ -73.918604, 40.632096 ], [ -73.919543, 40.631471 ], [ -73.920418, 40.630904 ], [ -73.920621, 40.630972 ], [ -73.921366, 40.630927 ], [ -73.922335, 40.630866 ], [ -73.923305, 40.630808 ], [ -73.924239, 40.630749 ], [ -73.925205, 40.630689 ], [ -73.926176, 40.630628 ], [ -73.927107, 40.630571 ], [ -73.928114, 40.630506 ], [ -73.92912, 40.630446 ], [ -73.930054, 40.630389 ], [ -73.93027, 40.632313 ], [ -73.930312, 40.632726 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047072400", "name": "Census Tract 724, Kings County, New York", "total_population_17": 1741, "white_alone_17": 41.0, "black_alone_17": 1558.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 109.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.375, "pct_black_alone_change": -0.229, "pct_native_alone_change": -0.302, "pct_asian_alone_change": -0.857, "pct_hispanic_or_latino_change": 0.969, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6341061", "INTPTLON": "-073.9270557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931531, 40.635006 ], [ -73.930553, 40.635063 ], [ -73.929625, 40.635121 ], [ -73.928612, 40.635187 ], [ -73.927448, 40.635259 ], [ -73.926675, 40.635306 ], [ -73.925706, 40.635367 ], [ -73.924738, 40.635428 ], [ -73.923803, 40.635485 ], [ -73.922832, 40.635543 ], [ -73.922587, 40.633209 ], [ -73.923556, 40.633146 ], [ -73.924486, 40.63309 ], [ -73.925456, 40.633028 ], [ -73.926425, 40.632967 ], [ -73.927358, 40.63291 ], [ -73.928364, 40.632847 ], [ -73.929362, 40.632788 ], [ -73.929836, 40.632756 ], [ -73.930312, 40.632726 ], [ -73.931273, 40.632666 ], [ -73.931352, 40.633381 ], [ -73.931531, 40.635006 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047072600", "name": "Census Tract 726, Kings County, New York", "total_population_17": 2196, "white_alone_17": 45.0, "black_alone_17": 1880.0, "native_alone_17": 0.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 226.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.746, "pct_black_alone_change": -0.284, "pct_native_alone_change": -0.432, "pct_asian_alone_change": -0.625, "pct_hispanic_or_latino_change": 5.483, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6324139", "INTPTLON": "-073.9338762" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937267, 40.634651 ], [ -73.936296, 40.634709 ], [ -73.93536, 40.634767 ], [ -73.934395, 40.634827 ], [ -73.933427, 40.634884 ], [ -73.9325, 40.634947 ], [ -73.932235, 40.634963 ], [ -73.931531, 40.635006 ], [ -73.931352, 40.633381 ], [ -73.931273, 40.632666 ], [ -73.930312, 40.632726 ], [ -73.93027, 40.632313 ], [ -73.930054, 40.630389 ], [ -73.931025, 40.630329 ], [ -73.931983, 40.630269 ], [ -73.932343, 40.630247 ], [ -73.932455, 40.63024 ], [ -73.932932, 40.630211 ], [ -73.933895, 40.630151 ], [ -73.934867, 40.630091 ], [ -73.9358, 40.630032 ], [ -73.936767, 40.629973 ], [ -73.937006, 40.632226 ], [ -73.937013, 40.632304 ], [ -73.937036, 40.632509 ], [ -73.937078, 40.632898 ], [ -73.937267, 40.634651 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047072800", "name": "Census Tract 728, Kings County, New York", "total_population_17": 4065, "white_alone_17": 144.0, "black_alone_17": 3608.0, "native_alone_17": 0.0, "asian_alone_17": 93.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 192.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.431, "pct_black_alone_change": 8.747, "pct_native_alone_change": -0.291, "pct_asian_alone_change": 1.15, "pct_hispanic_or_latino_change": -0.016, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6294856", "INTPTLON": "-073.9270042" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931983, 40.630269 ], [ -73.931025, 40.630329 ], [ -73.930054, 40.630389 ], [ -73.92912, 40.630446 ], [ -73.928114, 40.630506 ], [ -73.927107, 40.630571 ], [ -73.926176, 40.630628 ], [ -73.925205, 40.630689 ], [ -73.924239, 40.630749 ], [ -73.923305, 40.630808 ], [ -73.922335, 40.630866 ], [ -73.921366, 40.630927 ], [ -73.920621, 40.630972 ], [ -73.920418, 40.630904 ], [ -73.921301, 40.630324 ], [ -73.922215, 40.62973 ], [ -73.923128, 40.629143 ], [ -73.924005, 40.628567 ], [ -73.924298, 40.628386 ], [ -73.924956, 40.628349 ], [ -73.925927, 40.628288 ], [ -73.926858, 40.628228 ], [ -73.927865, 40.628167 ], [ -73.928869, 40.628107 ], [ -73.929805, 40.628049 ], [ -73.930772, 40.627987 ], [ -73.931743, 40.62793 ], [ -73.931983, 40.630269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047073000", "name": "Census Tract 730, Kings County, New York", "total_population_17": 2431, "white_alone_17": 124.0, "black_alone_17": 2018.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 156.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.404, "pct_black_alone_change": 2.65, "pct_native_alone_change": -0.688, "pct_asian_alone_change": -0.41, "pct_hispanic_or_latino_change": 1.776, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6262007", "INTPTLON": "-073.9298489" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93336, 40.625595 ], [ -73.933344, 40.625629 ], [ -73.933129, 40.625521 ], [ -73.932899, 40.625501 ], [ -73.932425, 40.625534 ], [ -73.931494, 40.625594 ], [ -73.931743, 40.62793 ], [ -73.930772, 40.627987 ], [ -73.929805, 40.628049 ], [ -73.928869, 40.628107 ], [ -73.927865, 40.628167 ], [ -73.926858, 40.628228 ], [ -73.925927, 40.628288 ], [ -73.924956, 40.628349 ], [ -73.924298, 40.628386 ], [ -73.924918, 40.627984 ], [ -73.925826, 40.627392 ], [ -73.926709, 40.626821 ], [ -73.92766, 40.626211 ], [ -73.928316, 40.625785 ], [ -73.928606, 40.625605 ], [ -73.929482, 40.625032 ], [ -73.930393, 40.624442 ], [ -73.931307, 40.62385 ], [ -73.932195, 40.623269 ], [ -73.9331, 40.622694 ], [ -73.933122, 40.622822 ], [ -73.933154, 40.623202 ], [ -73.933421, 40.625468 ], [ -73.93336, 40.625595 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047073200", "name": "Census Tract 732, Kings County, New York", "total_population_17": 2644, "white_alone_17": 60.0, "black_alone_17": 2278.0, "native_alone_17": 21.0, "asian_alone_17": 140.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 70.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.854, "pct_black_alone_change": 7.743, "pct_native_alone_change": 0.666, "pct_asian_alone_change": 3.311, "pct_hispanic_or_latino_change": -3.895, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6279281", "INTPTLON": "-073.9336063" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9358, 40.630032 ], [ -73.934867, 40.630091 ], [ -73.933895, 40.630151 ], [ -73.932932, 40.630211 ], [ -73.932455, 40.63024 ], [ -73.932343, 40.630247 ], [ -73.931983, 40.630269 ], [ -73.931743, 40.62793 ], [ -73.931494, 40.625594 ], [ -73.932425, 40.625534 ], [ -73.932899, 40.625501 ], [ -73.933129, 40.625521 ], [ -73.933344, 40.625629 ], [ -73.93336, 40.625595 ], [ -73.933421, 40.625468 ], [ -73.933449, 40.625704 ], [ -73.933732, 40.625928 ], [ -73.934415, 40.625892 ], [ -73.935349, 40.625835 ], [ -73.935549, 40.627692 ], [ -73.9358, 40.630032 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047073400", "name": "Census Tract 734, Kings County, New York", "total_population_17": 2145, "white_alone_17": 67.0, "black_alone_17": 1925.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 110.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.772, "pct_black_alone_change": 6.465, "pct_native_alone_change": -0.046, "pct_asian_alone_change": -1.755, "pct_hispanic_or_latino_change": -3.14, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6278153", "INTPTLON": "-073.9374778" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939605, 40.629795 ], [ -73.938673, 40.629853 ], [ -73.937738, 40.629913 ], [ -73.936767, 40.629973 ], [ -73.9358, 40.630032 ], [ -73.935549, 40.627692 ], [ -73.935349, 40.625835 ], [ -73.936318, 40.625775 ], [ -73.937288, 40.625715 ], [ -73.938221, 40.625656 ], [ -73.938514, 40.625639 ], [ -73.939157, 40.6256 ], [ -73.939356, 40.627458 ], [ -73.939605, 40.629795 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047073600", "name": "Census Tract 736, Kings County, New York", "total_population_17": 3569, "white_alone_17": 286.0, "black_alone_17": 2310.0, "native_alone_17": 0.0, "asian_alone_17": 282.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 581.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.174, "pct_black_alone_change": -2.112, "pct_native_alone_change": -0.089, "pct_asian_alone_change": -2.081, "pct_hispanic_or_latino_change": 7.489, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6240357", "INTPTLON": "-073.9357989" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939968, 40.625546 ], [ -73.939157, 40.6256 ], [ -73.938514, 40.625639 ], [ -73.938221, 40.625656 ], [ -73.937288, 40.625715 ], [ -73.936318, 40.625775 ], [ -73.935349, 40.625835 ], [ -73.934415, 40.625892 ], [ -73.933732, 40.625928 ], [ -73.933449, 40.625704 ], [ -73.933421, 40.625468 ], [ -73.933154, 40.623202 ], [ -73.933122, 40.622822 ], [ -73.9331, 40.622694 ], [ -73.93376, 40.622275 ], [ -73.934007, 40.622114 ], [ -73.934543, 40.621758 ], [ -73.93538, 40.621216 ], [ -73.936128, 40.621922 ], [ -73.936637, 40.622401 ], [ -73.937226, 40.622958 ], [ -73.937984, 40.623678 ], [ -73.938578, 40.624228 ], [ -73.939557, 40.625158 ], [ -73.939709, 40.625302 ], [ -73.939862, 40.625445 ], [ -73.939968, 40.625546 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047073800", "name": "Census Tract 738, Kings County, New York", "total_population_17": 3988, "white_alone_17": 1251.0, "black_alone_17": 2041.0, "native_alone_17": 0.0, "asian_alone_17": 211.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 471.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.299, "pct_black_alone_change": 1.239, "pct_native_alone_change": -0.091, "pct_asian_alone_change": 0.209, "pct_hispanic_or_latino_change": 1.435, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+40.6224095", "INTPTLON": "-073.9390772" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941681, 40.624907 ], [ -73.94072, 40.625015 ], [ -73.939803, 40.625127 ], [ -73.939557, 40.625158 ], [ -73.938578, 40.624228 ], [ -73.937984, 40.623678 ], [ -73.937226, 40.622958 ], [ -73.936637, 40.622401 ], [ -73.936128, 40.621922 ], [ -73.93538, 40.621216 ], [ -73.936149, 40.620718 ], [ -73.936336, 40.620611 ], [ -73.937007, 40.620541 ], [ -73.937962, 40.620437 ], [ -73.938888, 40.620336 ], [ -73.939815, 40.620233 ], [ -73.940805, 40.620125 ], [ -73.940851, 40.620458 ], [ -73.941229, 40.622517 ], [ -73.941681, 40.624907 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047074000", "name": "Census Tract 740, Kings County, New York", "total_population_17": 4122, "white_alone_17": 406.0, "black_alone_17": 2578.0, "native_alone_17": 0.0, "asian_alone_17": 736.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 294.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.039, "pct_black_alone_change": -9.001, "pct_native_alone_change": -0.166, "pct_asian_alone_change": 11.065, "pct_hispanic_or_latino_change": -5.316, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6273942", "INTPTLON": "-073.9412567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943409, 40.62956 ], [ -73.942474, 40.629618 ], [ -73.941509, 40.629678 ], [ -73.940538, 40.629735 ], [ -73.939605, 40.629795 ], [ -73.939356, 40.627458 ], [ -73.939157, 40.6256 ], [ -73.939968, 40.625546 ], [ -73.939862, 40.625445 ], [ -73.939709, 40.625302 ], [ -73.939557, 40.625158 ], [ -73.939803, 40.625127 ], [ -73.94072, 40.625015 ], [ -73.941681, 40.624907 ], [ -73.942645, 40.6248 ], [ -73.943093, 40.62719 ], [ -73.943331, 40.628731 ], [ -73.943409, 40.62956 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047074200", "name": "Census Tract 742, Kings County, New York", "total_population_17": 3326, "white_alone_17": 1208.0, "black_alone_17": 1516.0, "native_alone_17": 11.0, "asian_alone_17": 171.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 323.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.14, "pct_black_alone_change": -14.934, "pct_native_alone_change": 0.331, "pct_asian_alone_change": 0.571, "pct_hispanic_or_latino_change": 2.423, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6269944", "INTPTLON": "-073.9449753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947327, 40.629166 ], [ -73.946327, 40.629277 ], [ -73.945401, 40.629378 ], [ -73.944468, 40.62948 ], [ -73.944155, 40.629508 ], [ -73.943409, 40.62956 ], [ -73.943331, 40.628731 ], [ -73.943093, 40.62719 ], [ -73.942645, 40.6248 ], [ -73.943571, 40.624699 ], [ -73.944496, 40.624598 ], [ -73.945425, 40.624496 ], [ -73.946422, 40.624385 ], [ -73.946875, 40.626774 ], [ -73.947327, 40.629166 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047074400", "name": "Census Tract 744, Kings County, New York", "total_population_17": 2797, "white_alone_17": 2083.0, "black_alone_17": 390.0, "native_alone_17": 0.0, "asian_alone_17": 110.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 155.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.734, "pct_black_alone_change": 6.749, "pct_native_alone_change": -0.043, "pct_asian_alone_change": 1.506, "pct_hispanic_or_latino_change": 1.413, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6223292", "INTPTLON": "-073.9431173" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945425, 40.624496 ], [ -73.944496, 40.624598 ], [ -73.943571, 40.624699 ], [ -73.942645, 40.6248 ], [ -73.941681, 40.624907 ], [ -73.941229, 40.622517 ], [ -73.940851, 40.620458 ], [ -73.940805, 40.620125 ], [ -73.940885, 40.620247 ], [ -73.940975, 40.620322 ], [ -73.941024, 40.620331 ], [ -73.941174, 40.620327 ], [ -73.941291, 40.620301 ], [ -73.941426, 40.620229 ], [ -73.94157, 40.620086 ], [ -73.941727, 40.620023 ], [ -73.942664, 40.619918 ], [ -73.943591, 40.619816 ], [ -73.944518, 40.619714 ], [ -73.94497, 40.622105 ], [ -73.945425, 40.624496 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047074600", "name": "Census Tract 746, Kings County, New York", "total_population_17": 2600, "white_alone_17": 1836.0, "black_alone_17": 378.0, "native_alone_17": 0.0, "asian_alone_17": 120.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 186.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.844, "pct_black_alone_change": -8.182, "pct_native_alone_change": -0.101, "pct_asian_alone_change": -1.481, "pct_hispanic_or_latino_change": -0.655, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6186094", "INTPTLON": "-073.9426350" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946514, 40.619494 ], [ -73.945516, 40.619606 ], [ -73.944518, 40.619714 ], [ -73.943591, 40.619816 ], [ -73.942664, 40.619918 ], [ -73.941727, 40.620023 ], [ -73.94157, 40.620086 ], [ -73.941426, 40.620229 ], [ -73.941291, 40.620301 ], [ -73.941174, 40.620327 ], [ -73.941024, 40.620331 ], [ -73.940975, 40.620322 ], [ -73.940885, 40.620247 ], [ -73.940805, 40.620125 ], [ -73.939815, 40.620233 ], [ -73.938888, 40.620336 ], [ -73.937962, 40.620437 ], [ -73.937007, 40.620541 ], [ -73.936336, 40.620611 ], [ -73.936867, 40.620253 ], [ -73.936992, 40.620179 ], [ -73.937576, 40.619796 ], [ -73.937814, 40.619652 ], [ -73.938288, 40.619329 ], [ -73.938647, 40.619097 ], [ -73.939002, 40.618867 ], [ -73.939493, 40.61855 ], [ -73.939716, 40.618406 ], [ -73.94037, 40.617992 ], [ -73.940453, 40.617929 ], [ -73.94079, 40.617697 ], [ -73.941282, 40.61763 ], [ -73.942212, 40.617526 ], [ -73.943145, 40.617426 ], [ -73.94347, 40.617385 ], [ -73.943958, 40.616816 ], [ -73.944061, 40.616718 ], [ -73.944676, 40.616165 ], [ -73.944827, 40.616046 ], [ -73.945737, 40.615363 ], [ -73.945829, 40.615848 ], [ -73.946067, 40.617104 ], [ -73.946514, 40.619494 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047074800", "name": "Census Tract 748, Kings County, New York", "total_population_17": 1741, "white_alone_17": 1321.0, "black_alone_17": 337.0, "native_alone_17": 0.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 68.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.248, "pct_black_alone_change": -0.939, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -2.433, "pct_hispanic_or_latino_change": -2.828, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6218931", "INTPTLON": "-073.9468957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949274, 40.624072 ], [ -73.948346, 40.624174 ], [ -73.94742, 40.624276 ], [ -73.946422, 40.624385 ], [ -73.945425, 40.624496 ], [ -73.94497, 40.622105 ], [ -73.944518, 40.619714 ], [ -73.945516, 40.619606 ], [ -73.946514, 40.619494 ], [ -73.947443, 40.619393 ], [ -73.948369, 40.619291 ], [ -73.94882, 40.621682 ], [ -73.949274, 40.624072 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047075000", "name": "Census Tract 750, Kings County, New York", "total_population_17": 2823, "white_alone_17": 2264.0, "black_alone_17": 300.0, "native_alone_17": 0.0, "asian_alone_17": 66.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 164.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.854, "pct_black_alone_change": 1.796, "pct_native_alone_change": -0.349, "pct_asian_alone_change": -1.125, "pct_hispanic_or_latino_change": 1.171, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6265678", "INTPTLON": "-073.9487660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951106, 40.62875 ], [ -73.950177, 40.628852 ], [ -73.949252, 40.628955 ], [ -73.948324, 40.629057 ], [ -73.947327, 40.629166 ], [ -73.946875, 40.626774 ], [ -73.946422, 40.624385 ], [ -73.94742, 40.624276 ], [ -73.948346, 40.624174 ], [ -73.949274, 40.624072 ], [ -73.950202, 40.623971 ], [ -73.950661, 40.626361 ], [ -73.951106, 40.62875 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047075200", "name": "Census Tract 752, Kings County, New York", "total_population_17": 955, "white_alone_17": 915.0, "black_alone_17": 35.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.442, "pct_black_alone_change": 3.03, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.286, "pct_hispanic_or_latino_change": -0.714, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6261531", "INTPTLON": "-073.9525462" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954885, 40.628336 ], [ -73.95396, 40.62844 ], [ -73.953031, 40.62854 ], [ -73.952069, 40.628646 ], [ -73.951106, 40.62875 ], [ -73.950661, 40.626361 ], [ -73.950202, 40.623971 ], [ -73.951165, 40.623865 ], [ -73.952126, 40.623759 ], [ -73.953052, 40.623658 ], [ -73.953983, 40.623555 ], [ -73.954435, 40.625945 ], [ -73.954885, 40.628336 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047075400", "name": "Census Tract 754, Kings County, New York", "total_population_17": 1495, "white_alone_17": 1489.0, "black_alone_17": 2.0, "native_alone_17": 0.0, "asian_alone_17": 1.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.537, "pct_black_alone_change": 0.072, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.067, "pct_hispanic_or_latino_change": -0.299, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6214738", "INTPTLON": "-073.9507115" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953052, 40.623658 ], [ -73.952126, 40.623759 ], [ -73.951165, 40.623865 ], [ -73.950202, 40.623971 ], [ -73.949274, 40.624072 ], [ -73.94882, 40.621682 ], [ -73.948369, 40.619291 ], [ -73.949296, 40.619188 ], [ -73.950256, 40.619083 ], [ -73.951221, 40.618978 ], [ -73.952148, 40.618875 ], [ -73.952605, 40.621267 ], [ -73.953052, 40.623658 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047075600", "name": "Census Tract 756, Kings County, New York", "total_population_17": 2144, "white_alone_17": 1694.0, "black_alone_17": 73.0, "native_alone_17": 0.0, "asian_alone_17": 301.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 76.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.943, "pct_black_alone_change": -0.293, "pct_native_alone_change": -0.203, "pct_asian_alone_change": 7.099, "pct_hispanic_or_latino_change": -0.558, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6168562", "INTPTLON": "-073.9479894" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950256, 40.619083 ], [ -73.949296, 40.619188 ], [ -73.948369, 40.619291 ], [ -73.947443, 40.619393 ], [ -73.946514, 40.619494 ], [ -73.946067, 40.617104 ], [ -73.945829, 40.615848 ], [ -73.945737, 40.615363 ], [ -73.946383, 40.614919 ], [ -73.946574, 40.614789 ], [ -73.947458, 40.614199 ], [ -73.948345, 40.614136 ], [ -73.949306, 40.614031 ], [ -73.949812, 40.616692 ], [ -73.950256, 40.619083 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047075800", "name": "Census Tract 758, Kings County, New York", "total_population_17": 1659, "white_alone_17": 1529.0, "black_alone_17": 10.0, "native_alone_17": 0.0, "asian_alone_17": 49.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 56.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.39, "pct_black_alone_change": -0.196, "pct_native_alone_change": -0.32, "pct_asian_alone_change": -0.349, "pct_hispanic_or_latino_change": 1.565, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6164751", "INTPTLON": "-073.9519619" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955037, 40.618558 ], [ -73.954003, 40.618672 ], [ -73.953078, 40.618775 ], [ -73.952148, 40.618875 ], [ -73.951221, 40.618978 ], [ -73.950256, 40.619083 ], [ -73.949812, 40.616692 ], [ -73.949306, 40.614031 ], [ -73.950265, 40.613924 ], [ -73.951195, 40.613823 ], [ -73.95212, 40.613721 ], [ -73.953046, 40.61362 ], [ -73.953485, 40.615884 ], [ -73.953553, 40.616281 ], [ -73.95419, 40.616212 ], [ -73.954587, 40.616169 ], [ -73.954729, 40.616882 ], [ -73.955037, 40.618558 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047076000", "name": "Census Tract 760, Kings County, New York", "total_population_17": 3017, "white_alone_17": 2593.0, "black_alone_17": 77.0, "native_alone_17": 0.0, "asian_alone_17": 157.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 137.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.857, "pct_black_alone_change": 0.48, "pct_native_alone_change": -0.033, "pct_asian_alone_change": -0.643, "pct_hispanic_or_latino_change": -0.17, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6213569", "INTPTLON": "-073.9547885" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958088, 40.623105 ], [ -73.957143, 40.623208 ], [ -73.955941, 40.62334 ], [ -73.954908, 40.623454 ], [ -73.953983, 40.623555 ], [ -73.953052, 40.623658 ], [ -73.952605, 40.621267 ], [ -73.952148, 40.618875 ], [ -73.953078, 40.618775 ], [ -73.954003, 40.618672 ], [ -73.955037, 40.618558 ], [ -73.955491, 40.62095 ], [ -73.956689, 40.620818 ], [ -73.957632, 40.620714 ], [ -73.958088, 40.623105 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047076200", "name": "Census Tract 762, Kings County, New York", "total_population_17": 5214, "white_alone_17": 2459.0, "black_alone_17": 939.0, "native_alone_17": 0.0, "asian_alone_17": 913.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 903.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.334, "pct_black_alone_change": 5.078, "pct_native_alone_change": -0.3, "pct_asian_alone_change": 5.822, "pct_hispanic_or_latino_change": 2.932, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6257185", "INTPTLON": "-073.9564859" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958994, 40.627886 ], [ -73.958053, 40.627972 ], [ -73.956847, 40.62812 ], [ -73.955812, 40.628234 ], [ -73.954885, 40.628336 ], [ -73.954435, 40.625945 ], [ -73.953983, 40.623555 ], [ -73.954908, 40.623454 ], [ -73.955941, 40.62334 ], [ -73.957143, 40.623208 ], [ -73.958088, 40.623105 ], [ -73.958538, 40.625494 ], [ -73.958994, 40.627886 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047076400", "name": "Census Tract 764, Kings County, New York", "total_population_17": 3725, "white_alone_17": 1088.0, "black_alone_17": 1786.0, "native_alone_17": 0.0, "asian_alone_17": 210.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 559.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.208, "pct_black_alone_change": -8.089, "pct_native_alone_change": -0.215, "pct_asian_alone_change": 2.06, "pct_hispanic_or_latino_change": 1.672, "pct_native_hawaiian_pacific_islander_change": -0.143, "INTPTLAT": "+40.6319262", "INTPTLON": "-073.9586448" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959977, 40.635568 ], [ -73.959525, 40.635786 ], [ -73.9584, 40.636327 ], [ -73.958198, 40.635289 ], [ -73.957753, 40.632903 ], [ -73.957299, 40.630512 ], [ -73.957124, 40.629586 ], [ -73.956847, 40.62812 ], [ -73.958053, 40.627972 ], [ -73.958994, 40.627886 ], [ -73.959268, 40.629354 ], [ -73.959445, 40.630277 ], [ -73.959898, 40.632668 ], [ -73.960409, 40.63536 ], [ -73.959977, 40.635568 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047076600", "name": "Census Tract 766, Kings County, New York", "total_population_17": 2416, "white_alone_17": 284.0, "black_alone_17": 1657.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 380.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.833, "pct_black_alone_change": -9.823, "pct_native_alone_change": -0.218, "pct_asian_alone_change": -0.249, "pct_hispanic_or_latino_change": 3.277, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6331871", "INTPTLON": "-073.9568420" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958198, 40.635289 ], [ -73.957168, 40.635405 ], [ -73.956241, 40.635509 ], [ -73.955791, 40.633118 ], [ -73.955473, 40.631431 ], [ -73.955526, 40.63143 ], [ -73.955673, 40.631421 ], [ -73.95583, 40.631397 ], [ -73.955974, 40.631362 ], [ -73.95612, 40.631311 ], [ -73.956239, 40.631258 ], [ -73.956365, 40.631186 ], [ -73.956431, 40.631124 ], [ -73.956519, 40.631012 ], [ -73.956575, 40.630904 ], [ -73.95661, 40.630792 ], [ -73.956622, 40.630695 ], [ -73.956616, 40.630591 ], [ -73.957299, 40.630512 ], [ -73.957753, 40.632903 ], [ -73.958198, 40.635289 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047076800", "name": "Census Tract 768, Kings County, New York", "total_population_17": 3104, "white_alone_17": 2488.0, "black_alone_17": 57.0, "native_alone_17": 0.0, "asian_alone_17": 253.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 248.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.566, "pct_black_alone_change": 0.17, "pct_native_alone_change": -0.194, "pct_asian_alone_change": -7.178, "pct_hispanic_or_latino_change": 4.685, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6188042", "INTPTLON": "-073.9608017" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.964268, 40.619984 ], [ -73.963747, 40.620041 ], [ -73.963727, 40.620044 ], [ -73.963268, 40.620095 ], [ -73.962339, 40.620196 ], [ -73.961415, 40.620298 ], [ -73.960486, 40.6204 ], [ -73.96094, 40.622791 ], [ -73.960529, 40.622837 ], [ -73.960405, 40.622851 ], [ -73.96001, 40.622895 ], [ -73.959046, 40.623 ], [ -73.958088, 40.623105 ], [ -73.957632, 40.620714 ], [ -73.958597, 40.620608 ], [ -73.958401, 40.619584 ], [ -73.95831, 40.619105 ], [ -73.958179, 40.618408 ], [ -73.958147, 40.618217 ], [ -73.959107, 40.618113 ], [ -73.958977, 40.617409 ], [ -73.958655, 40.615721 ], [ -73.95908, 40.615675 ], [ -73.959204, 40.615661 ], [ -73.959583, 40.61562 ], [ -73.960511, 40.615518 ], [ -73.961436, 40.615414 ], [ -73.962364, 40.615314 ], [ -73.963361, 40.615204 ], [ -73.963564, 40.616239 ], [ -73.963622, 40.61659 ], [ -73.963754, 40.617302 ], [ -73.963811, 40.617589 ], [ -73.963889, 40.618 ], [ -73.964197, 40.61961 ], [ -73.964268, 40.619984 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047077000", "name": "Census Tract 770, Kings County, New York", "total_population_17": 3131, "white_alone_17": 356.0, "black_alone_17": 1961.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 547.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.645, "pct_black_alone_change": -17.583, "pct_native_alone_change": -0.131, "pct_asian_alone_change": 0.486, "pct_hispanic_or_latino_change": 8.1, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6361362", "INTPTLON": "-073.9538295" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9584, 40.636327 ], [ -73.957433, 40.636793 ], [ -73.956566, 40.637206 ], [ -73.955696, 40.637625 ], [ -73.954831, 40.638041 ], [ -73.953936, 40.638474 ], [ -73.953743, 40.638566 ], [ -73.9536, 40.638422 ], [ -73.95279, 40.63765 ], [ -73.951972, 40.636901 ], [ -73.951101, 40.636073 ], [ -73.950908, 40.635891 ], [ -73.949778, 40.634814 ], [ -73.949449, 40.634508 ], [ -73.950228, 40.634026 ], [ -73.950835, 40.63366 ], [ -73.951059, 40.633635 ], [ -73.95201, 40.633531 ], [ -73.952462, 40.635922 ], [ -73.953423, 40.635817 ], [ -73.954388, 40.635711 ], [ -73.955315, 40.635609 ], [ -73.956241, 40.635509 ], [ -73.957168, 40.635405 ], [ -73.958198, 40.635289 ], [ -73.9584, 40.636327 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047077200", "name": "Census Tract 772, Kings County, New York", "total_population_17": 3168, "white_alone_17": 1130.0, "black_alone_17": 1317.0, "native_alone_17": 26.0, "asian_alone_17": 58.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 625.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.669, "pct_black_alone_change": -11.481, "pct_native_alone_change": 0.55, "pct_asian_alone_change": -1.116, "pct_hispanic_or_latino_change": 9.564, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6316094", "INTPTLON": "-073.9531770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957299, 40.630512 ], [ -73.956616, 40.630591 ], [ -73.956622, 40.630695 ], [ -73.95661, 40.630792 ], [ -73.956575, 40.630904 ], [ -73.956519, 40.631012 ], [ -73.956431, 40.631124 ], [ -73.956365, 40.631186 ], [ -73.956239, 40.631258 ], [ -73.95612, 40.631311 ], [ -73.955974, 40.631362 ], [ -73.95583, 40.631397 ], [ -73.955673, 40.631421 ], [ -73.955526, 40.63143 ], [ -73.955473, 40.631431 ], [ -73.955791, 40.633118 ], [ -73.956241, 40.635509 ], [ -73.955315, 40.635609 ], [ -73.954388, 40.635711 ], [ -73.953423, 40.635817 ], [ -73.952462, 40.635922 ], [ -73.95201, 40.633531 ], [ -73.951059, 40.633635 ], [ -73.951, 40.633204 ], [ -73.950838, 40.632354 ], [ -73.949593, 40.632491 ], [ -73.948761, 40.632021 ], [ -73.948275, 40.631736 ], [ -73.948191, 40.631688 ], [ -73.948131, 40.631643 ], [ -73.948063, 40.63157 ], [ -73.948033, 40.631528 ], [ -73.947543, 40.631581 ], [ -73.947458, 40.63059 ], [ -73.948598, 40.630465 ], [ -73.950448, 40.63026 ], [ -73.950414, 40.630076 ], [ -73.950177, 40.628852 ], [ -73.951106, 40.62875 ], [ -73.952069, 40.628646 ], [ -73.953031, 40.62854 ], [ -73.95396, 40.62844 ], [ -73.954885, 40.628336 ], [ -73.955812, 40.628234 ], [ -73.956847, 40.62812 ], [ -73.957124, 40.629586 ], [ -73.957299, 40.630512 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047077400", "name": "Census Tract 774, Kings County, New York", "total_population_17": 3539, "white_alone_17": 550.0, "black_alone_17": 2254.0, "native_alone_17": 0.0, "asian_alone_17": 319.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 325.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.419, "pct_black_alone_change": 15.372, "pct_native_alone_change": -0.224, "pct_asian_alone_change": -1.976, "pct_hispanic_or_latino_change": -3.217, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6316800", "INTPTLON": "-073.9476070" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951059, 40.633635 ], [ -73.950835, 40.63366 ], [ -73.950228, 40.634026 ], [ -73.949449, 40.634508 ], [ -73.948819, 40.633902 ], [ -73.947699, 40.632885 ], [ -73.946827, 40.632034 ], [ -73.946561, 40.631785 ], [ -73.946479, 40.631708 ], [ -73.946328, 40.631566 ], [ -73.945511, 40.630792 ], [ -73.944808, 40.630127 ], [ -73.94454, 40.629866 ], [ -73.944155, 40.629508 ], [ -73.944468, 40.62948 ], [ -73.945401, 40.629378 ], [ -73.946327, 40.629277 ], [ -73.947327, 40.629166 ], [ -73.948324, 40.629057 ], [ -73.949252, 40.628955 ], [ -73.950177, 40.628852 ], [ -73.950414, 40.630076 ], [ -73.950448, 40.63026 ], [ -73.948598, 40.630465 ], [ -73.947458, 40.63059 ], [ -73.947543, 40.631581 ], [ -73.948033, 40.631528 ], [ -73.948063, 40.63157 ], [ -73.948131, 40.631643 ], [ -73.948191, 40.631688 ], [ -73.948275, 40.631736 ], [ -73.948761, 40.632021 ], [ -73.949593, 40.632491 ], [ -73.950838, 40.632354 ], [ -73.951, 40.633204 ], [ -73.951059, 40.633635 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047077600", "name": "Census Tract 776, Kings County, New York", "total_population_17": 3907, "white_alone_17": 157.0, "black_alone_17": 3174.0, "native_alone_17": 0.0, "asian_alone_17": 298.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 146.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.882, "pct_black_alone_change": 4.664, "pct_native_alone_change": -0.703, "pct_asian_alone_change": 4.617, "pct_hispanic_or_latino_change": -3.541, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6309255", "INTPTLON": "-073.9411361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946479, 40.631708 ], [ -73.946292, 40.631723 ], [ -73.945617, 40.631778 ], [ -73.944629, 40.631838 ], [ -73.94366, 40.6319 ], [ -73.942729, 40.631957 ], [ -73.941757, 40.632017 ], [ -73.940788, 40.632076 ], [ -73.939854, 40.632135 ], [ -73.938925, 40.632193 ], [ -73.937998, 40.632247 ], [ -73.937593, 40.632268 ], [ -73.937013, 40.632304 ], [ -73.937006, 40.632226 ], [ -73.936767, 40.629973 ], [ -73.937738, 40.629913 ], [ -73.938673, 40.629853 ], [ -73.939605, 40.629795 ], [ -73.940538, 40.629735 ], [ -73.941509, 40.629678 ], [ -73.942474, 40.629618 ], [ -73.943409, 40.62956 ], [ -73.944155, 40.629508 ], [ -73.94454, 40.629866 ], [ -73.944808, 40.630127 ], [ -73.945511, 40.630792 ], [ -73.946328, 40.631566 ], [ -73.946479, 40.631708 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047078000", "name": "Census Tract 780, Kings County, New York", "total_population_17": 2551, "white_alone_17": 57.0, "black_alone_17": 2347.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 120.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.673, "pct_black_alone_change": 2.637, "pct_native_alone_change": -0.119, "pct_asian_alone_change": -0.788, "pct_hispanic_or_latino_change": 0.822, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6344979", "INTPTLON": "-073.9391486" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941283, 40.636687 ], [ -73.940349, 40.636744 ], [ -73.939413, 40.636804 ], [ -73.93848, 40.636862 ], [ -73.937512, 40.636921 ], [ -73.937267, 40.634651 ], [ -73.937078, 40.632898 ], [ -73.937036, 40.632509 ], [ -73.937013, 40.632304 ], [ -73.937593, 40.632268 ], [ -73.937998, 40.632247 ], [ -73.938925, 40.632193 ], [ -73.939854, 40.632135 ], [ -73.940788, 40.632076 ], [ -73.941039, 40.634417 ], [ -73.941283, 40.636687 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047078200", "name": "Census Tract 782, Kings County, New York", "total_population_17": 5329, "white_alone_17": 42.0, "black_alone_17": 4955.0, "native_alone_17": 0.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.693, "pct_black_alone_change": 1.732, "pct_native_alone_change": -0.208, "pct_asian_alone_change": -0.128, "pct_hispanic_or_latino_change": -1.619, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6378537", "INTPTLON": "-073.9414429" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945373, 40.638787 ], [ -73.944845, 40.638819 ], [ -73.943986, 40.638872 ], [ -73.942503, 40.638965 ], [ -73.941533, 40.639025 ], [ -73.940597, 40.639083 ], [ -73.939664, 40.639142 ], [ -73.938731, 40.6392 ], [ -73.937762, 40.639259 ], [ -73.937512, 40.636921 ], [ -73.93848, 40.636862 ], [ -73.939413, 40.636804 ], [ -73.940349, 40.636744 ], [ -73.941283, 40.636687 ], [ -73.942249, 40.636628 ], [ -73.943221, 40.636564 ], [ -73.944155, 40.636507 ], [ -73.945123, 40.636448 ], [ -73.945373, 40.638787 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047078400", "name": "Census Tract 784, Kings County, New York", "total_population_17": 2612, "white_alone_17": 93.0, "black_alone_17": 2220.0, "native_alone_17": 0.0, "asian_alone_17": 34.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 181.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.659, "pct_black_alone_change": -1.76, "pct_native_alone_change": -0.182, "pct_asian_alone_change": 0.025, "pct_hispanic_or_latino_change": 1.127, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6342624", "INTPTLON": "-073.9429558" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945123, 40.636448 ], [ -73.944155, 40.636507 ], [ -73.943221, 40.636564 ], [ -73.942249, 40.636628 ], [ -73.941283, 40.636687 ], [ -73.941039, 40.634417 ], [ -73.940788, 40.632076 ], [ -73.941757, 40.632017 ], [ -73.942729, 40.631957 ], [ -73.94366, 40.6319 ], [ -73.944629, 40.631838 ], [ -73.944881, 40.634177 ], [ -73.945123, 40.636448 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047078600", "name": "Census Tract 786, Kings County, New York", "total_population_17": 4965, "white_alone_17": 372.0, "black_alone_17": 3454.0, "native_alone_17": 0.0, "asian_alone_17": 279.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 629.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.099, "pct_black_alone_change": -10.115, "pct_native_alone_change": -0.224, "pct_asian_alone_change": 0.696, "pct_hispanic_or_latino_change": 3.987, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6344139", "INTPTLON": "-073.9470626" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951101, 40.636073 ], [ -73.950905, 40.636087 ], [ -73.949919, 40.636152 ], [ -73.948984, 40.636209 ], [ -73.948015, 40.636267 ], [ -73.947044, 40.636329 ], [ -73.94615, 40.636385 ], [ -73.945123, 40.636448 ], [ -73.944881, 40.634177 ], [ -73.944629, 40.631838 ], [ -73.945617, 40.631778 ], [ -73.946292, 40.631723 ], [ -73.946479, 40.631708 ], [ -73.946561, 40.631785 ], [ -73.946827, 40.632034 ], [ -73.947699, 40.632885 ], [ -73.948819, 40.633902 ], [ -73.949449, 40.634508 ], [ -73.949778, 40.634814 ], [ -73.950908, 40.635891 ], [ -73.951101, 40.636073 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047078800", "name": "Census Tract 788, Kings County, New York", "total_population_17": 3307, "white_alone_17": 25.0, "black_alone_17": 2920.0, "native_alone_17": 16.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 226.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.198, "pct_black_alone_change": -2.616, "pct_native_alone_change": 0.113, "pct_asian_alone_change": 0.241, "pct_hispanic_or_latino_change": 0.423, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6374655", "INTPTLON": "-073.9488366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953072, 40.638426 ], [ -73.952133, 40.638423 ], [ -73.951158, 40.638428 ], [ -73.950167, 40.638491 ], [ -73.949233, 40.638548 ], [ -73.948265, 40.638607 ], [ -73.947685, 40.638643 ], [ -73.947168, 40.638675 ], [ -73.946449, 40.63872 ], [ -73.945373, 40.638787 ], [ -73.945123, 40.636448 ], [ -73.94615, 40.636385 ], [ -73.947044, 40.636329 ], [ -73.948015, 40.636267 ], [ -73.948984, 40.636209 ], [ -73.949919, 40.636152 ], [ -73.950905, 40.636087 ], [ -73.951101, 40.636073 ], [ -73.951972, 40.636901 ], [ -73.95279, 40.63765 ], [ -73.9536, 40.638422 ], [ -73.953072, 40.638426 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047079000", "name": "Census Tract 790, Kings County, New York", "total_population_17": 5197, "white_alone_17": 145.0, "black_alone_17": 4539.0, "native_alone_17": 2.0, "asian_alone_17": 108.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 301.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.316, "pct_black_alone_change": -4.232, "pct_native_alone_change": -0.097, "pct_asian_alone_change": 1.232, "pct_hispanic_or_latino_change": -0.64, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6409778", "INTPTLON": "-073.9536967" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957637, 40.642689 ], [ -73.956425, 40.642771 ], [ -73.955494, 40.642827 ], [ -73.954525, 40.642887 ], [ -73.953555, 40.642947 ], [ -73.952622, 40.643006 ], [ -73.951652, 40.643066 ], [ -73.951406, 40.640767 ], [ -73.951306, 40.639808 ], [ -73.951158, 40.638428 ], [ -73.952133, 40.638423 ], [ -73.953072, 40.638426 ], [ -73.9536, 40.638422 ], [ -73.953743, 40.638566 ], [ -73.954043, 40.638878 ], [ -73.954273, 40.639115 ], [ -73.954767, 40.639624 ], [ -73.955638, 40.640504 ], [ -73.955716, 40.640582 ], [ -73.95707, 40.641961 ], [ -73.957463, 40.642372 ], [ -73.957637, 40.642689 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047079200", "name": "Census Tract 792, Kings County, New York", "total_population_17": 3820, "white_alone_17": 387.0, "black_alone_17": 2715.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 634.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.716, "pct_black_alone_change": -19.176, "pct_native_alone_change": -0.079, "pct_asian_alone_change": -0.603, "pct_hispanic_or_latino_change": 9.441, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6447642", "INTPTLON": "-073.9549107" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958107, 40.646518 ], [ -73.956444, 40.646595 ], [ -73.955652, 40.646631 ], [ -73.954859, 40.646659 ], [ -73.954125, 40.646687 ], [ -73.952683, 40.646744 ], [ -73.95205, 40.646771 ], [ -73.951854, 40.644954 ], [ -73.951785, 40.644305 ], [ -73.951652, 40.643066 ], [ -73.952622, 40.643006 ], [ -73.953555, 40.642947 ], [ -73.954525, 40.642887 ], [ -73.955494, 40.642827 ], [ -73.956425, 40.642771 ], [ -73.957637, 40.642689 ], [ -73.957919, 40.644143 ], [ -73.957978, 40.644576 ], [ -73.958022, 40.64507 ], [ -73.958037, 40.645302 ], [ -73.958107, 40.646518 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047079400", "name": "Census Tract 794, Kings County, New York", "total_population_17": 1783, "white_alone_17": 13.0, "black_alone_17": 1637.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 133.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -0.203, "pct_black_alone_change": 1.491, "pct_native_alone_change": -0.569, "pct_asian_alone_change": -0.311, "pct_hispanic_or_latino_change": 0.264, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6486053", "INTPTLON": "-073.9552860" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958707, 40.650387 ], [ -73.955825, 40.65053 ], [ -73.9548, 40.65057 ], [ -73.952951, 40.650655 ], [ -73.952469, 40.65067 ], [ -73.952363, 40.649669 ], [ -73.95227, 40.648795 ], [ -73.952189, 40.648021 ], [ -73.95205, 40.646771 ], [ -73.952683, 40.646744 ], [ -73.954125, 40.646687 ], [ -73.954859, 40.646659 ], [ -73.955652, 40.646631 ], [ -73.956444, 40.646595 ], [ -73.958107, 40.646518 ], [ -73.958141, 40.647504 ], [ -73.95815, 40.647768 ], [ -73.958256, 40.648532 ], [ -73.958288, 40.648663 ], [ -73.958444, 40.649307 ], [ -73.958707, 40.650387 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047079601", "name": "Census Tract 796.01, Kings County, New York", "total_population_17": 4577, "white_alone_17": 960.0, "black_alone_17": 3017.0, "native_alone_17": 0.0, "asian_alone_17": 81.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 442.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.25, "pct_black_alone_change": -19.513, "pct_native_alone_change": -0.144, "pct_asian_alone_change": 0.653, "pct_hispanic_or_latino_change": -1.11, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6565964", "INTPTLON": "-073.9582723" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.960426, 40.658072 ], [ -73.956649, 40.658306 ], [ -73.956558, 40.657454 ], [ -73.956478, 40.656711 ], [ -73.956428, 40.656247 ], [ -73.956388, 40.655875 ], [ -73.9563, 40.655049 ], [ -73.959696, 40.654839 ], [ -73.959861, 40.655635 ], [ -73.960073, 40.656486 ], [ -73.960136, 40.656763 ], [ -73.960243, 40.657232 ], [ -73.960426, 40.658072 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047079602", "name": "Census Tract 796.02, Kings County, New York", "total_population_17": 4639, "white_alone_17": 444.0, "black_alone_17": 3309.0, "native_alone_17": 0.0, "asian_alone_17": 28.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 698.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.847, "pct_black_alone_change": -14.1, "pct_native_alone_change": -0.144, "pct_asian_alone_change": -0.513, "pct_hispanic_or_latino_change": 4.279, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6527603", "INTPTLON": "-073.9576551" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959696, 40.654839 ], [ -73.9563, 40.655049 ], [ -73.956233, 40.654425 ], [ -73.956164, 40.653777 ], [ -73.95601, 40.652314 ], [ -73.955907, 40.651369 ], [ -73.955825, 40.65053 ], [ -73.958707, 40.650387 ], [ -73.958926, 40.651212 ], [ -73.959151, 40.652145 ], [ -73.959329, 40.652928 ], [ -73.959451, 40.653575 ], [ -73.959696, 40.654839 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047079801", "name": "Census Tract 798.01, Kings County, New York", "total_population_17": 3023, "white_alone_17": 826.0, "black_alone_17": 1680.0, "native_alone_17": 0.0, "asian_alone_17": 115.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 319.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 24.178, "pct_black_alone_change": -28.674, "pct_native_alone_change": -0.275, "pct_asian_alone_change": 2.154, "pct_hispanic_or_latino_change": 0.377, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6600109", "INTPTLON": "-073.9587186" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96077, 40.661734 ], [ -73.957044, 40.661965 ], [ -73.956958, 40.66118 ], [ -73.956875, 40.660442 ], [ -73.956801, 40.65973 ], [ -73.956725, 40.659017 ], [ -73.956649, 40.658306 ], [ -73.960426, 40.658072 ], [ -73.960484, 40.65841 ], [ -73.960519, 40.658779 ], [ -73.960548, 40.659302 ], [ -73.96056, 40.659496 ], [ -73.960573, 40.659672 ], [ -73.9606, 40.660027 ], [ -73.960622, 40.660205 ], [ -73.960624, 40.6606 ], [ -73.960662, 40.660947 ], [ -73.96077, 40.661734 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047079802", "name": "Census Tract 798.02, Kings County, New York", "total_population_17": 5985, "white_alone_17": 1266.0, "black_alone_17": 3379.0, "native_alone_17": 0.0, "asian_alone_17": 300.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 927.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.007, "pct_black_alone_change": -27.79, "pct_native_alone_change": -0.275, "pct_asian_alone_change": 3.363, "pct_hispanic_or_latino_change": 5.314, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6579907", "INTPTLON": "-073.9613711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.962814, 40.660504 ], [ -73.962005, 40.66067 ], [ -73.960877, 40.660897 ], [ -73.960662, 40.660947 ], [ -73.960624, 40.6606 ], [ -73.960622, 40.660205 ], [ -73.9606, 40.660027 ], [ -73.960573, 40.659672 ], [ -73.96056, 40.659496 ], [ -73.960548, 40.659302 ], [ -73.960519, 40.658779 ], [ -73.960484, 40.65841 ], [ -73.960426, 40.658072 ], [ -73.960243, 40.657232 ], [ -73.960136, 40.656763 ], [ -73.960073, 40.656486 ], [ -73.959861, 40.655635 ], [ -73.960699, 40.655341 ], [ -73.961691, 40.654951 ], [ -73.9619, 40.654871 ], [ -73.962444, 40.658315 ], [ -73.962462, 40.658425 ], [ -73.962814, 40.660504 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047080000", "name": "Census Tract 800, Kings County, New York", "total_population_17": 3877, "white_alone_17": 839.0, "black_alone_17": 2537.0, "native_alone_17": 0.0, "asian_alone_17": 73.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 268.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.401, "pct_black_alone_change": -20.583, "pct_native_alone_change": -0.255, "pct_asian_alone_change": 0.253, "pct_hispanic_or_latino_change": 1.565, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.6606860", "INTPTLON": "-073.9537667" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957044, 40.661965 ], [ -73.9537, 40.662174 ], [ -73.95081, 40.662354 ], [ -73.950724, 40.661569 ], [ -73.950644, 40.660827 ], [ -73.950569, 40.660117 ], [ -73.950493, 40.659405 ], [ -73.953384, 40.659227 ], [ -73.956725, 40.659017 ], [ -73.956801, 40.65973 ], [ -73.956875, 40.660442 ], [ -73.956958, 40.66118 ], [ -73.957044, 40.661965 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047080200", "name": "Census Tract 802, Kings County, New York", "total_population_17": 4897, "white_alone_17": 543.0, "black_alone_17": 3704.0, "native_alone_17": 31.0, "asian_alone_17": 117.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 324.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.614, "pct_black_alone_change": -14.709, "pct_native_alone_change": 0.425, "pct_asian_alone_change": 1.704, "pct_hispanic_or_latino_change": -0.339, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6576399", "INTPTLON": "-073.9534407" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956725, 40.659017 ], [ -73.953384, 40.659227 ], [ -73.950493, 40.659405 ], [ -73.950416, 40.658693 ], [ -73.950326, 40.657838 ], [ -73.950247, 40.657095 ], [ -73.95016, 40.65626 ], [ -73.953048, 40.656081 ], [ -73.956388, 40.655875 ], [ -73.956428, 40.656247 ], [ -73.956478, 40.656711 ], [ -73.956558, 40.657454 ], [ -73.956649, 40.658306 ], [ -73.956725, 40.659017 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047080400", "name": "Census Tract 804, Kings County, New York", "total_population_17": 3217, "white_alone_17": 286.0, "black_alone_17": 2530.0, "native_alone_17": 15.0, "asian_alone_17": 148.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 143.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.263, "pct_black_alone_change": -9.757, "pct_native_alone_change": 0.229, "pct_asian_alone_change": 2.56, "pct_hispanic_or_latino_change": -2.537, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6589744", "INTPTLON": "-073.9489902" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95081, 40.662354 ], [ -73.947914, 40.662533 ], [ -73.947832, 40.661746 ], [ -73.947753, 40.661007 ], [ -73.947676, 40.660297 ], [ -73.947653, 40.660083 ], [ -73.947601, 40.659586 ], [ -73.947522, 40.658876 ], [ -73.947433, 40.658031 ], [ -73.947354, 40.65728 ], [ -73.947264, 40.656437 ], [ -73.947159, 40.655594 ], [ -73.947703, 40.655562 ], [ -73.950066, 40.655423 ], [ -73.95016, 40.65626 ], [ -73.950247, 40.657095 ], [ -73.950326, 40.657838 ], [ -73.950416, 40.658693 ], [ -73.950493, 40.659405 ], [ -73.950569, 40.660117 ], [ -73.950644, 40.660827 ], [ -73.950724, 40.661569 ], [ -73.95081, 40.662354 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047080600", "name": "Census Tract 806, Kings County, New York", "total_population_17": 3730, "white_alone_17": 1397.0, "black_alone_17": 2003.0, "native_alone_17": 0.0, "asian_alone_17": 145.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 185.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 35.937, "pct_black_alone_change": -36.372, "pct_native_alone_change": -0.289, "pct_asian_alone_change": 3.309, "pct_hispanic_or_latino_change": -2.116, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6616591", "INTPTLON": "-073.9438615" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947914, 40.662533 ], [ -73.945613, 40.662676 ], [ -73.945022, 40.662715 ], [ -73.944208, 40.662762 ], [ -73.942829, 40.662847 ], [ -73.94254, 40.662864 ], [ -73.940029, 40.663021 ], [ -73.939965, 40.662233 ], [ -73.939886, 40.661495 ], [ -73.939813, 40.660785 ], [ -73.942611, 40.66061 ], [ -73.945254, 40.660446 ], [ -73.945413, 40.660437 ], [ -73.946088, 40.660396 ], [ -73.946645, 40.660362 ], [ -73.947256, 40.660328 ], [ -73.947676, 40.660297 ], [ -73.947753, 40.661007 ], [ -73.947832, 40.661746 ], [ -73.947914, 40.662533 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047080800", "name": "Census Tract 808, Kings County, New York", "total_population_17": 1338, "white_alone_17": 97.0, "black_alone_17": 866.0, "native_alone_17": 0.0, "asian_alone_17": 141.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 208.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6573033", "INTPTLON": "-073.9394864" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947354, 40.65728 ], [ -73.945094, 40.657432 ], [ -73.942314, 40.657609 ], [ -73.94255, 40.659892 ], [ -73.939734, 40.660074 ], [ -73.939659, 40.659364 ], [ -73.939569, 40.65853 ], [ -73.939615, 40.657768 ], [ -73.936864, 40.657942 ], [ -73.935895, 40.658001 ], [ -73.934962, 40.658061 ], [ -73.933996, 40.658119 ], [ -73.932635, 40.658202 ], [ -73.93209, 40.658235 ], [ -73.931723, 40.658257 ], [ -73.931083, 40.658296 ], [ -73.930903, 40.65661 ], [ -73.931306, 40.656581 ], [ -73.931907, 40.656537 ], [ -73.932847, 40.656478 ], [ -73.93381, 40.656423 ], [ -73.934784, 40.656361 ], [ -73.935718, 40.656303 ], [ -73.936685, 40.656242 ], [ -73.937659, 40.656184 ], [ -73.938593, 40.656123 ], [ -73.939559, 40.656063 ], [ -73.940532, 40.656002 ], [ -73.941462, 40.655944 ], [ -73.942401, 40.655885 ], [ -73.943354, 40.655829 ], [ -73.944873, 40.655735 ], [ -73.947159, 40.655594 ], [ -73.947264, 40.656437 ], [ -73.947354, 40.65728 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047081000", "name": "Census Tract 810, Kings County, New York", "total_population_17": 2117, "white_alone_17": 339.0, "black_alone_17": 1609.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 63.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 14.213, "pct_black_alone_change": -12.744, "pct_native_alone_change": -0.286, "pct_asian_alone_change": -2.889, "pct_hispanic_or_latino_change": -2.548, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6591131", "INTPTLON": "-073.9445488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947676, 40.660297 ], [ -73.947256, 40.660328 ], [ -73.946645, 40.660362 ], [ -73.946088, 40.660396 ], [ -73.945413, 40.660437 ], [ -73.945254, 40.660446 ], [ -73.942611, 40.66061 ], [ -73.939813, 40.660785 ], [ -73.939734, 40.660074 ], [ -73.94255, 40.659892 ], [ -73.942314, 40.657609 ], [ -73.945094, 40.657432 ], [ -73.947354, 40.65728 ], [ -73.947433, 40.658031 ], [ -73.947522, 40.658876 ], [ -73.947601, 40.659586 ], [ -73.947653, 40.660083 ], [ -73.947676, 40.660297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047081400", "name": "Census Tract 814, Kings County, New York", "total_population_17": 2767, "white_alone_17": 50.0, "black_alone_17": 2417.0, "native_alone_17": 0.0, "asian_alone_17": 113.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 121.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.93, "pct_black_alone_change": -5.798, "pct_native_alone_change": -0.227, "pct_asian_alone_change": 3.532, "pct_hispanic_or_latino_change": -0.237, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6536407", "INTPTLON": "-073.9402380" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942401, 40.655885 ], [ -73.941462, 40.655944 ], [ -73.940532, 40.656002 ], [ -73.939559, 40.656063 ], [ -73.938593, 40.656123 ], [ -73.938454, 40.654858 ], [ -73.93829, 40.653327 ], [ -73.938081, 40.651376 ], [ -73.939051, 40.651326 ], [ -73.940025, 40.651276 ], [ -73.940957, 40.651229 ], [ -73.941891, 40.651169 ], [ -73.942098, 40.653091 ], [ -73.942261, 40.654624 ], [ -73.942401, 40.655885 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047081600", "name": "Census Tract 816, Kings County, New York", "total_population_17": 2680, "white_alone_17": 98.0, "black_alone_17": 2117.0, "native_alone_17": 0.0, "asian_alone_17": 139.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 246.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.063, "pct_black_alone_change": -8.453, "pct_native_alone_change": -0.199, "pct_asian_alone_change": 0.238, "pct_hispanic_or_latino_change": 4.23, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6535296", "INTPTLON": "-073.9442053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947159, 40.655594 ], [ -73.944873, 40.655735 ], [ -73.943354, 40.655829 ], [ -73.942401, 40.655885 ], [ -73.942261, 40.654624 ], [ -73.942098, 40.653091 ], [ -73.941891, 40.651169 ], [ -73.942826, 40.65111 ], [ -73.9438, 40.651106 ], [ -73.94477, 40.651064 ], [ -73.945706, 40.651006 ], [ -73.945905, 40.652855 ], [ -73.946066, 40.65441 ], [ -73.947032, 40.654339 ], [ -73.947055, 40.654568 ], [ -73.947159, 40.655594 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047081800", "name": "Census Tract 818, Kings County, New York", "total_population_17": 4667, "white_alone_17": 424.0, "black_alone_17": 3442.0, "native_alone_17": 0.0, "asian_alone_17": 220.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 540.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.925, "pct_black_alone_change": -8.468, "pct_native_alone_change": -0.286, "pct_asian_alone_change": -1.111, "pct_hispanic_or_latino_change": 3.69, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.6530923", "INTPTLON": "-073.9479752" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950066, 40.655423 ], [ -73.947703, 40.655562 ], [ -73.947159, 40.655594 ], [ -73.947055, 40.654568 ], [ -73.947032, 40.654339 ], [ -73.946066, 40.65441 ], [ -73.945905, 40.652855 ], [ -73.945706, 40.651006 ], [ -73.946674, 40.650948 ], [ -73.947656, 40.650899 ], [ -73.948591, 40.650855 ], [ -73.949571, 40.650807 ], [ -73.949669, 40.651698 ], [ -73.949769, 40.652642 ], [ -73.949863, 40.653519 ], [ -73.94993, 40.65415 ], [ -73.950066, 40.655423 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047082000", "name": "Census Tract 820, Kings County, New York", "total_population_17": 4986, "white_alone_17": 245.0, "black_alone_17": 3842.0, "native_alone_17": 0.0, "asian_alone_17": 75.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 620.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.209, "pct_black_alone_change": -12.577, "pct_native_alone_change": -0.074, "pct_asian_alone_change": -0.221, "pct_hispanic_or_latino_change": 5.239, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6534530", "INTPTLON": "-073.9513097" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953048, 40.656081 ], [ -73.95016, 40.65626 ], [ -73.950066, 40.655423 ], [ -73.94993, 40.65415 ], [ -73.949863, 40.653519 ], [ -73.949769, 40.652642 ], [ -73.949669, 40.651698 ], [ -73.949571, 40.650807 ], [ -73.951378, 40.650716 ], [ -73.952469, 40.65067 ], [ -73.952563, 40.651546 ], [ -73.952664, 40.65249 ], [ -73.952748, 40.653268 ], [ -73.952824, 40.653978 ], [ -73.952959, 40.65525 ], [ -73.953048, 40.656081 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047082200", "name": "Census Tract 822, Kings County, New York", "total_population_17": 7494, "white_alone_17": 499.0, "black_alone_17": 5815.0, "native_alone_17": 0.0, "asian_alone_17": 146.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 935.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.319, "pct_black_alone_change": -10.359, "pct_native_alone_change": -0.228, "pct_asian_alone_change": 1.131, "pct_hispanic_or_latino_change": 3.419, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6532888", "INTPTLON": "-073.9544282" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956388, 40.655875 ], [ -73.953048, 40.656081 ], [ -73.952959, 40.65525 ], [ -73.952824, 40.653978 ], [ -73.952748, 40.653268 ], [ -73.952664, 40.65249 ], [ -73.952563, 40.651546 ], [ -73.952469, 40.65067 ], [ -73.952951, 40.650655 ], [ -73.9548, 40.65057 ], [ -73.955825, 40.65053 ], [ -73.955907, 40.651369 ], [ -73.95601, 40.652314 ], [ -73.956164, 40.653777 ], [ -73.956233, 40.654425 ], [ -73.9563, 40.655049 ], [ -73.956388, 40.655875 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047082400", "name": "Census Tract 824, Kings County, New York", "total_population_17": 4267, "white_alone_17": 137.0, "black_alone_17": 3671.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 268.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.649, "pct_black_alone_change": -4.66, "pct_native_alone_change": -0.225, "pct_asian_alone_change": 1.285, "pct_hispanic_or_latino_change": -0.531, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6488473", "INTPTLON": "-073.9493580" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952469, 40.65067 ], [ -73.951378, 40.650716 ], [ -73.949571, 40.650807 ], [ -73.948591, 40.650855 ], [ -73.947656, 40.650899 ], [ -73.946674, 40.650948 ], [ -73.946495, 40.649251 ], [ -73.946479, 40.6491 ], [ -73.94626, 40.647006 ], [ -73.94638, 40.647 ], [ -73.947241, 40.646964 ], [ -73.948177, 40.646926 ], [ -73.949152, 40.646886 ], [ -73.950125, 40.646847 ], [ -73.951061, 40.646811 ], [ -73.95205, 40.646771 ], [ -73.952189, 40.648021 ], [ -73.95227, 40.648795 ], [ -73.952363, 40.649669 ], [ -73.952469, 40.65067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047082600", "name": "Census Tract 826, Kings County, New York", "total_population_17": 5281, "white_alone_17": 371.0, "black_alone_17": 4402.0, "native_alone_17": 33.0, "asian_alone_17": 19.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 372.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.199, "pct_black_alone_change": -5.804, "pct_native_alone_change": 0.261, "pct_asian_alone_change": -0.78, "pct_hispanic_or_latino_change": -0.641, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+40.6450647", "INTPTLON": "-073.9489732" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95205, 40.646771 ], [ -73.951061, 40.646811 ], [ -73.950125, 40.646847 ], [ -73.949152, 40.646886 ], [ -73.948177, 40.646926 ], [ -73.947241, 40.646964 ], [ -73.94638, 40.647 ], [ -73.94626, 40.647006 ], [ -73.946244, 40.646867 ], [ -73.946073, 40.645312 ], [ -73.945988, 40.644534 ], [ -73.945869, 40.643424 ], [ -73.946856, 40.643362 ], [ -73.94779, 40.643305 ], [ -73.948761, 40.643245 ], [ -73.949728, 40.643185 ], [ -73.950665, 40.643127 ], [ -73.951652, 40.643066 ], [ -73.951785, 40.644305 ], [ -73.951854, 40.644954 ], [ -73.95205, 40.646771 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047082800", "name": "Census Tract 828, Kings County, New York", "total_population_17": 4255, "white_alone_17": 128.0, "black_alone_17": 3551.0, "native_alone_17": 17.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 468.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.678, "pct_black_alone_change": -3.471, "pct_native_alone_change": 0.099, "pct_asian_alone_change": -2.094, "pct_hispanic_or_latino_change": 3.446, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6409911", "INTPTLON": "-073.9496047" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951652, 40.643066 ], [ -73.950665, 40.643127 ], [ -73.949728, 40.643185 ], [ -73.948761, 40.643245 ], [ -73.94779, 40.643305 ], [ -73.947545, 40.641005 ], [ -73.947443, 40.640048 ], [ -73.948414, 40.639987 ], [ -73.948288, 40.638822 ], [ -73.948265, 40.638607 ], [ -73.949233, 40.638548 ], [ -73.950167, 40.638491 ], [ -73.951158, 40.638428 ], [ -73.951306, 40.639808 ], [ -73.951406, 40.640767 ], [ -73.951652, 40.643066 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047083000", "name": "Census Tract 830, Kings County, New York", "total_population_17": 6220, "white_alone_17": 98.0, "black_alone_17": 5147.0, "native_alone_17": 0.0, "asian_alone_17": 214.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 604.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.845, "pct_black_alone_change": -8.444, "pct_native_alone_change": -0.442, "pct_asian_alone_change": 2.405, "pct_hispanic_or_latino_change": 3.814, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6408870", "INTPTLON": "-073.9455028" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.948414, 40.639987 ], [ -73.947443, 40.640048 ], [ -73.947545, 40.641005 ], [ -73.94779, 40.643305 ], [ -73.946856, 40.643362 ], [ -73.945869, 40.643424 ], [ -73.944901, 40.643484 ], [ -73.943965, 40.643543 ], [ -73.94372, 40.641242 ], [ -73.942751, 40.641303 ], [ -73.942651, 40.640344 ], [ -73.942575, 40.639642 ], [ -73.942503, 40.638965 ], [ -73.943986, 40.638872 ], [ -73.944845, 40.638819 ], [ -73.945373, 40.638787 ], [ -73.946449, 40.63872 ], [ -73.947168, 40.638675 ], [ -73.947685, 40.638643 ], [ -73.948265, 40.638607 ], [ -73.948288, 40.638822 ], [ -73.948414, 40.639987 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047083200", "name": "Census Tract 832, Kings County, New York", "total_population_17": 2318, "white_alone_17": 0.0, "black_alone_17": 2165.0, "native_alone_17": 0.0, "asian_alone_17": 51.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 83.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.419, "pct_black_alone_change": 1.358, "pct_native_alone_change": -0.39, "pct_asian_alone_change": 1.381, "pct_hispanic_or_latino_change": -0.282, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6415240", "INTPTLON": "-073.9416243" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943965, 40.643543 ], [ -73.942996, 40.643604 ], [ -73.942029, 40.643664 ], [ -73.941092, 40.64372 ], [ -73.940159, 40.64378 ], [ -73.939914, 40.641481 ], [ -73.939664, 40.639142 ], [ -73.940597, 40.639083 ], [ -73.941533, 40.639025 ], [ -73.942503, 40.638965 ], [ -73.942575, 40.639642 ], [ -73.942651, 40.640344 ], [ -73.942751, 40.641303 ], [ -73.94372, 40.641242 ], [ -73.943965, 40.643543 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047083400", "name": "Census Tract 834, Kings County, New York", "total_population_17": 1477, "white_alone_17": 0.0, "black_alone_17": 1391.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 33.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.533, "pct_black_alone_change": 3.089, "pct_native_alone_change": -0.047, "pct_asian_alone_change": -2.767, "pct_hispanic_or_latino_change": -0.862, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6415499", "INTPTLON": "-073.9384751" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940159, 40.64378 ], [ -73.939226, 40.643838 ], [ -73.938255, 40.643896 ], [ -73.937284, 40.643958 ], [ -73.937041, 40.641658 ], [ -73.936792, 40.639319 ], [ -73.937762, 40.639259 ], [ -73.938731, 40.6392 ], [ -73.939664, 40.639142 ], [ -73.939914, 40.641481 ], [ -73.940159, 40.64378 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047083600", "name": "Census Tract 836, Kings County, New York", "total_population_17": 2100, "white_alone_17": 21.0, "black_alone_17": 1972.0, "native_alone_17": 10.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 11.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.928, "pct_black_alone_change": 3.603, "pct_native_alone_change": 0.43, "pct_asian_alone_change": 1.292, "pct_hispanic_or_latino_change": -4.6, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6371028", "INTPTLON": "-073.9351273" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937762, 40.639259 ], [ -73.936792, 40.639319 ], [ -73.935856, 40.639378 ], [ -73.934887, 40.639439 ], [ -73.933918, 40.639496 ], [ -73.932984, 40.639555 ], [ -73.932734, 40.637217 ], [ -73.9325, 40.634947 ], [ -73.933427, 40.634884 ], [ -73.934395, 40.634827 ], [ -73.93536, 40.634767 ], [ -73.936296, 40.634709 ], [ -73.937267, 40.634651 ], [ -73.937512, 40.636921 ], [ -73.937762, 40.639259 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047083800", "name": "Census Tract 838, Kings County, New York", "total_population_17": 2335, "white_alone_17": 104.0, "black_alone_17": 2074.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 77.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.028, "pct_black_alone_change": -0.785, "pct_native_alone_change": -0.159, "pct_asian_alone_change": -0.726, "pct_hispanic_or_latino_change": 0.006, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6417561", "INTPTLON": "-073.9351350" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937284, 40.643958 ], [ -73.936349, 40.644017 ], [ -73.935383, 40.644075 ], [ -73.93441, 40.644134 ], [ -73.933478, 40.644192 ], [ -73.933234, 40.641895 ], [ -73.932984, 40.639555 ], [ -73.933918, 40.639496 ], [ -73.934887, 40.639439 ], [ -73.935856, 40.639378 ], [ -73.936792, 40.639319 ], [ -73.937041, 40.641658 ], [ -73.937284, 40.643958 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047084000", "name": "Census Tract 840, Kings County, New York", "total_population_17": 2482, "white_alone_17": 82.0, "black_alone_17": 2196.0, "native_alone_17": 0.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 149.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.279, "pct_black_alone_change": -1.571, "pct_native_alone_change": -0.358, "pct_asian_alone_change": 0.531, "pct_hispanic_or_latino_change": 0.43, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6419943", "INTPTLON": "-073.9312920" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933478, 40.644192 ], [ -73.932509, 40.644252 ], [ -73.931539, 40.644313 ], [ -73.930605, 40.644371 ], [ -73.929599, 40.644433 ], [ -73.929355, 40.642134 ], [ -73.929106, 40.639795 ], [ -73.930111, 40.639734 ], [ -73.931042, 40.639676 ], [ -73.932013, 40.639616 ], [ -73.932984, 40.639555 ], [ -73.933234, 40.641895 ], [ -73.933478, 40.644192 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047084600", "name": "Census Tract 846, Kings County, New York", "total_population_17": 1882, "white_alone_17": 50.0, "black_alone_17": 1683.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 135.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.132, "pct_black_alone_change": -0.685, "pct_native_alone_change": -0.139, "pct_asian_alone_change": -0.601, "pct_hispanic_or_latino_change": 0.796, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6422850", "INTPTLON": "-073.9274549" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929599, 40.644433 ], [ -73.928594, 40.644494 ], [ -73.92766, 40.644553 ], [ -73.926689, 40.644614 ], [ -73.925721, 40.644674 ], [ -73.925382, 40.642384 ], [ -73.925479, 40.641587 ], [ -73.925704, 40.640361 ], [ -73.925743, 40.640014 ], [ -73.925934, 40.639998 ], [ -73.926198, 40.639976 ], [ -73.927165, 40.639916 ], [ -73.928098, 40.639857 ], [ -73.929106, 40.639795 ], [ -73.929355, 40.642134 ], [ -73.929599, 40.644433 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047084800", "name": "Census Tract 848, Kings County, New York", "total_population_17": 1546, "white_alone_17": 3.0, "black_alone_17": 1418.0, "native_alone_17": 0.0, "asian_alone_17": 101.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 15.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.922, "pct_black_alone_change": -1.359, "pct_native_alone_change": -0.67, "pct_asian_alone_change": 6.254, "pct_hispanic_or_latino_change": -3.271, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6464270", "INTPTLON": "-073.9278611" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929999, 40.648181 ], [ -73.928994, 40.648244 ], [ -73.928061, 40.648301 ], [ -73.92709, 40.648361 ], [ -73.92612, 40.64842 ], [ -73.925922, 40.64656 ], [ -73.925762, 40.645055 ], [ -73.925721, 40.644674 ], [ -73.926689, 40.644614 ], [ -73.92766, 40.644553 ], [ -73.928594, 40.644494 ], [ -73.929599, 40.644433 ], [ -73.929743, 40.645743 ], [ -73.929803, 40.64632 ], [ -73.929999, 40.648181 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047085000", "name": "Census Tract 850, Kings County, New York", "total_population_17": 1540, "white_alone_17": 12.0, "black_alone_17": 1460.0, "native_alone_17": 7.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 61.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.312, "pct_black_alone_change": 2.471, "pct_native_alone_change": 0.316, "pct_asian_alone_change": -0.767, "pct_hispanic_or_latino_change": -0.708, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6457434", "INTPTLON": "-073.9323160" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937383, 40.644905 ], [ -73.936456, 40.644946 ], [ -73.935485, 40.64499 ], [ -73.93451, 40.645028 ], [ -73.933576, 40.645083 ], [ -73.932614, 40.645245 ], [ -73.932705, 40.646142 ], [ -73.932921, 40.647997 ], [ -73.931938, 40.648063 ], [ -73.931005, 40.648118 ], [ -73.929999, 40.648181 ], [ -73.929803, 40.64632 ], [ -73.929743, 40.645743 ], [ -73.929599, 40.644433 ], [ -73.930605, 40.644371 ], [ -73.931539, 40.644313 ], [ -73.932509, 40.644252 ], [ -73.933478, 40.644192 ], [ -73.93441, 40.644134 ], [ -73.935383, 40.644075 ], [ -73.936349, 40.644017 ], [ -73.937284, 40.643958 ], [ -73.937383, 40.644905 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047085200", "name": "Census Tract 852, Kings County, New York", "total_population_17": 9, "white_alone_17": 0.0, "black_alone_17": 9.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6469734", "INTPTLON": "-073.9382546" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943525, 40.648541 ], [ -73.942921, 40.648575 ], [ -73.943052, 40.649314 ], [ -73.942631, 40.649339 ], [ -73.9417, 40.649394 ], [ -73.940764, 40.649454 ], [ -73.939834, 40.649512 ], [ -73.938895, 40.64957 ], [ -73.938857, 40.649427 ], [ -73.938749, 40.648971 ], [ -73.938594, 40.648551 ], [ -73.938524, 40.648557 ], [ -73.938259, 40.648574 ], [ -73.938005, 40.648592 ], [ -73.937788, 40.648606 ], [ -73.936842, 40.648612 ], [ -73.935858, 40.648662 ], [ -73.934897, 40.648694 ], [ -73.933957, 40.648726 ], [ -73.932996, 40.648744 ], [ -73.932921, 40.647997 ], [ -73.932705, 40.646142 ], [ -73.932614, 40.645245 ], [ -73.933576, 40.645083 ], [ -73.93451, 40.645028 ], [ -73.935485, 40.64499 ], [ -73.936456, 40.644946 ], [ -73.937383, 40.644905 ], [ -73.93836, 40.644857 ], [ -73.939329, 40.644815 ], [ -73.940268, 40.644768 ], [ -73.9412, 40.64472 ], [ -73.942137, 40.644683 ], [ -73.942608, 40.644662 ], [ -73.942691, 40.645526 ], [ -73.942799, 40.646543 ], [ -73.943309, 40.646527 ], [ -73.943374, 40.647115 ], [ -73.943525, 40.648541 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047085400", "name": "Census Tract 854, Kings County, New York", "total_population_17": 1987, "white_alone_17": 52.0, "black_alone_17": 1618.0, "native_alone_17": 0.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 184.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.007, "pct_black_alone_change": -8.254, "pct_native_alone_change": -0.407, "pct_asian_alone_change": -0.241, "pct_hispanic_or_latino_change": 2.88, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6443465", "INTPTLON": "-073.9438760" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946073, 40.645312 ], [ -73.945103, 40.645373 ], [ -73.94417, 40.645429 ], [ -73.944344, 40.647078 ], [ -73.943374, 40.647115 ], [ -73.943309, 40.646527 ], [ -73.942799, 40.646543 ], [ -73.942691, 40.645526 ], [ -73.942608, 40.644662 ], [ -73.942137, 40.644683 ], [ -73.9412, 40.64472 ], [ -73.940268, 40.644768 ], [ -73.939329, 40.644815 ], [ -73.93836, 40.644857 ], [ -73.937383, 40.644905 ], [ -73.937284, 40.643958 ], [ -73.938255, 40.643896 ], [ -73.939226, 40.643838 ], [ -73.940159, 40.64378 ], [ -73.941092, 40.64372 ], [ -73.942029, 40.643664 ], [ -73.942996, 40.643604 ], [ -73.943965, 40.643543 ], [ -73.944901, 40.643484 ], [ -73.945869, 40.643424 ], [ -73.945988, 40.644534 ], [ -73.946073, 40.645312 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047085600", "name": "Census Tract 856, Kings County, New York", "total_population_17": 3478, "white_alone_17": 90.0, "black_alone_17": 2880.0, "native_alone_17": 0.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 320.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.793, "pct_black_alone_change": -8.472, "pct_native_alone_change": -0.103, "pct_asian_alone_change": 1.236, "pct_hispanic_or_latino_change": 3.557, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6486244", "INTPTLON": "-073.9448276" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946674, 40.650948 ], [ -73.945706, 40.651006 ], [ -73.94477, 40.651064 ], [ -73.9438, 40.651106 ], [ -73.942826, 40.65111 ], [ -73.942631, 40.649339 ], [ -73.943052, 40.649314 ], [ -73.942921, 40.648575 ], [ -73.943525, 40.648541 ], [ -73.943374, 40.647115 ], [ -73.944344, 40.647078 ], [ -73.94417, 40.645429 ], [ -73.945103, 40.645373 ], [ -73.946073, 40.645312 ], [ -73.946244, 40.646867 ], [ -73.94626, 40.647006 ], [ -73.946479, 40.6491 ], [ -73.946495, 40.649251 ], [ -73.946674, 40.650948 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047085800", "name": "Census Tract 858, Kings County, New York", "total_population_17": 2587, "white_alone_17": 4.0, "black_alone_17": 2358.0, "native_alone_17": 0.0, "asian_alone_17": 103.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 122.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.319, "pct_black_alone_change": -2.63, "pct_native_alone_change": -0.164, "pct_asian_alone_change": 3.326, "pct_hispanic_or_latino_change": 1.032, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6501596", "INTPTLON": "-073.9389962" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942826, 40.65111 ], [ -73.941891, 40.651169 ], [ -73.940957, 40.651229 ], [ -73.940025, 40.651276 ], [ -73.939051, 40.651326 ], [ -73.938081, 40.651376 ], [ -73.937146, 40.651421 ], [ -73.936175, 40.651469 ], [ -73.935989, 40.649752 ], [ -73.935858, 40.648662 ], [ -73.936842, 40.648612 ], [ -73.937788, 40.648606 ], [ -73.938005, 40.648592 ], [ -73.938259, 40.648574 ], [ -73.938524, 40.648557 ], [ -73.938594, 40.648551 ], [ -73.938749, 40.648971 ], [ -73.938857, 40.649427 ], [ -73.938895, 40.64957 ], [ -73.939834, 40.649512 ], [ -73.940764, 40.649454 ], [ -73.9417, 40.649394 ], [ -73.942631, 40.649339 ], [ -73.942826, 40.65111 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047086000", "name": "Census Tract 860, Kings County, New York", "total_population_17": 3293, "white_alone_17": 11.0, "black_alone_17": 2839.0, "native_alone_17": 13.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 347.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.157, "pct_black_alone_change": -6.911, "pct_native_alone_change": 0.177, "pct_asian_alone_change": -0.157, "pct_hispanic_or_latino_change": 5.299, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6499865", "INTPTLON": "-073.9329328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936175, 40.651469 ], [ -73.935204, 40.651514 ], [ -73.934268, 40.651563 ], [ -73.933296, 40.651606 ], [ -73.932325, 40.651648 ], [ -73.931392, 40.65169 ], [ -73.930381, 40.651734 ], [ -73.930206, 40.650109 ], [ -73.929999, 40.648181 ], [ -73.931005, 40.648118 ], [ -73.931938, 40.648063 ], [ -73.932921, 40.647997 ], [ -73.932996, 40.648744 ], [ -73.933957, 40.648726 ], [ -73.934897, 40.648694 ], [ -73.935858, 40.648662 ], [ -73.935989, 40.649752 ], [ -73.936175, 40.651469 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047086200", "name": "Census Tract 862, Kings County, New York", "total_population_17": 3368, "white_alone_17": 145.0, "black_alone_17": 2854.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 345.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.539, "pct_black_alone_change": -10.578, "pct_native_alone_change": -0.295, "pct_asian_alone_change": -0.707, "pct_hispanic_or_latino_change": 7.857, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6502164", "INTPTLON": "-073.9282257" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930381, 40.651734 ], [ -73.929392, 40.651939 ], [ -73.928475, 40.652176 ], [ -73.927514, 40.652318 ], [ -73.926547, 40.652392 ], [ -73.926326, 40.65035 ], [ -73.92612, 40.64842 ], [ -73.92709, 40.648361 ], [ -73.928061, 40.648301 ], [ -73.928994, 40.648244 ], [ -73.929999, 40.648181 ], [ -73.930206, 40.650109 ], [ -73.930381, 40.651734 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047086400", "name": "Census Tract 864, Kings County, New York", "total_population_17": 2149, "white_alone_17": 13.0, "black_alone_17": 2014.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 122.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.183, "pct_black_alone_change": -1.268, "pct_native_alone_change": -0.281, "pct_asian_alone_change": -0.234, "pct_hispanic_or_latino_change": 1.975, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6543390", "INTPTLON": "-073.9238466" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92609, 40.656921 ], [ -73.925141, 40.65698 ], [ -73.924654, 40.657007 ], [ -73.924578, 40.656938 ], [ -73.924077, 40.656484 ], [ -73.923599, 40.656053 ], [ -73.923305, 40.655802 ], [ -73.922889, 40.655421 ], [ -73.921988, 40.654614 ], [ -73.921776, 40.654424 ], [ -73.921696, 40.654372 ], [ -73.92158, 40.654263 ], [ -73.920876, 40.653608 ], [ -73.920773, 40.652554 ], [ -73.921352, 40.652517 ], [ -73.921784, 40.652491 ], [ -73.922849, 40.652463 ], [ -73.923666, 40.652538 ], [ -73.92464, 40.6525 ], [ -73.92561, 40.652446 ], [ -73.925789, 40.654103 ], [ -73.925953, 40.655632 ], [ -73.92609, 40.656921 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047086600", "name": "Census Tract 866, Kings County, New York", "total_population_17": 3225, "white_alone_17": 34.0, "black_alone_17": 2968.0, "native_alone_17": 26.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 136.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.494, "pct_black_alone_change": -1.935, "pct_native_alone_change": 0.744, "pct_asian_alone_change": 0.805, "pct_hispanic_or_latino_change": -0.635, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6563750", "INTPTLON": "-073.9267616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928193, 40.660177 ], [ -73.927948, 40.659958 ], [ -73.927255, 40.659338 ], [ -73.926464, 40.659814 ], [ -73.924643, 40.658183 ], [ -73.925407, 40.65768 ], [ -73.925193, 40.657488 ], [ -73.924654, 40.657007 ], [ -73.925141, 40.65698 ], [ -73.92609, 40.656921 ], [ -73.925953, 40.655632 ], [ -73.925789, 40.654103 ], [ -73.92561, 40.652446 ], [ -73.926547, 40.652392 ], [ -73.927514, 40.652318 ], [ -73.927694, 40.653985 ], [ -73.927856, 40.655516 ], [ -73.927995, 40.656802 ], [ -73.928172, 40.658478 ], [ -73.92834, 40.66006 ], [ -73.928193, 40.660177 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047086800", "name": "Census Tract 868, Kings County, New York", "total_population_17": 3526, "white_alone_17": 82.0, "black_alone_17": 2928.0, "native_alone_17": 21.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 387.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.57, "pct_black_alone_change": -8.699, "pct_native_alone_change": 0.451, "pct_asian_alone_change": 0.38, "pct_hispanic_or_latino_change": 5.217, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6543124", "INTPTLON": "-073.9297309" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931907, 40.656537 ], [ -73.931306, 40.656581 ], [ -73.930903, 40.65661 ], [ -73.929898, 40.656684 ], [ -73.928964, 40.656742 ], [ -73.927995, 40.656802 ], [ -73.927856, 40.655516 ], [ -73.927694, 40.653985 ], [ -73.927514, 40.652318 ], [ -73.928475, 40.652176 ], [ -73.929392, 40.651939 ], [ -73.930381, 40.651734 ], [ -73.931392, 40.65169 ], [ -73.931608, 40.653742 ], [ -73.931772, 40.655273 ], [ -73.931907, 40.656537 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047087000", "name": "Census Tract 870, Kings County, New York", "total_population_17": 3275, "white_alone_17": 51.0, "black_alone_17": 2876.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 324.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.78, "pct_black_alone_change": -6.835, "pct_native_alone_change": -0.249, "pct_asian_alone_change": -0.808, "pct_hispanic_or_latino_change": 7.001, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6541803", "INTPTLON": "-073.9334039" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.935718, 40.656303 ], [ -73.934784, 40.656361 ], [ -73.93381, 40.656423 ], [ -73.932847, 40.656478 ], [ -73.931907, 40.656537 ], [ -73.931772, 40.655273 ], [ -73.931608, 40.653742 ], [ -73.931392, 40.65169 ], [ -73.932325, 40.651648 ], [ -73.933296, 40.651606 ], [ -73.934268, 40.651563 ], [ -73.934483, 40.653563 ], [ -73.935416, 40.653505 ], [ -73.935578, 40.655039 ], [ -73.935718, 40.656303 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047087200", "name": "Census Tract 872, Kings County, New York", "total_population_17": 2738, "white_alone_17": 86.0, "black_alone_17": 2437.0, "native_alone_17": 0.0, "asian_alone_17": 96.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 119.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.825, "pct_black_alone_change": -0.654, "pct_native_alone_change": -0.11, "pct_asian_alone_change": 2.872, "pct_hispanic_or_latino_change": -2.216, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6536754", "INTPTLON": "-073.9366498" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.938593, 40.656123 ], [ -73.937659, 40.656184 ], [ -73.936685, 40.656242 ], [ -73.935718, 40.656303 ], [ -73.935578, 40.655039 ], [ -73.935416, 40.653505 ], [ -73.934483, 40.653563 ], [ -73.934268, 40.651563 ], [ -73.935204, 40.651514 ], [ -73.936175, 40.651469 ], [ -73.937146, 40.651421 ], [ -73.938081, 40.651376 ], [ -73.93829, 40.653327 ], [ -73.938454, 40.654858 ], [ -73.938593, 40.656123 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047087401", "name": "Census Tract 874.01, Kings County, New York", "total_population_17": 3505, "white_alone_17": 222.0, "black_alone_17": 2870.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 289.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.962, "pct_black_alone_change": -2.069, "pct_native_alone_change": -0.151, "pct_asian_alone_change": -0.452, "pct_hispanic_or_latino_change": 1.277, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6604744", "INTPTLON": "-073.9384588" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940029, 40.663021 ], [ -73.937264, 40.663192 ], [ -73.937397, 40.66292 ], [ -73.937341, 40.662397 ], [ -73.937262, 40.661671 ], [ -73.937188, 40.660947 ], [ -73.937111, 40.660236 ], [ -73.937035, 40.659527 ], [ -73.936948, 40.658698 ], [ -73.936864, 40.657942 ], [ -73.939615, 40.657768 ], [ -73.939569, 40.65853 ], [ -73.939659, 40.659364 ], [ -73.939734, 40.660074 ], [ -73.939813, 40.660785 ], [ -73.939886, 40.661495 ], [ -73.939965, 40.662233 ], [ -73.940029, 40.663021 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047087600", "name": "Census Tract 876, Kings County, New York", "total_population_17": 1555, "white_alone_17": 264.0, "black_alone_17": 1154.0, "native_alone_17": 0.0, "asian_alone_17": 62.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 71.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.683, "pct_black_alone_change": -5.87, "pct_native_alone_change": -0.059, "pct_asian_alone_change": 3.694, "pct_hispanic_or_latino_change": -0.062, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6606478", "INTPTLON": "-073.9357059" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937397, 40.66292 ], [ -73.937264, 40.663192 ], [ -73.934553, 40.663362 ], [ -73.934467, 40.662575 ], [ -73.934392, 40.661864 ], [ -73.934316, 40.661148 ], [ -73.934231, 40.660415 ], [ -73.933996, 40.658119 ], [ -73.934962, 40.658061 ], [ -73.935895, 40.658001 ], [ -73.936864, 40.657942 ], [ -73.936948, 40.658698 ], [ -73.937035, 40.659527 ], [ -73.937111, 40.660236 ], [ -73.937188, 40.660947 ], [ -73.937262, 40.661671 ], [ -73.937341, 40.662397 ], [ -73.937397, 40.66292 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047087800", "name": "Census Tract 878, Kings County, New York", "total_population_17": 2698, "white_alone_17": 10.0, "black_alone_17": 2492.0, "native_alone_17": 7.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 134.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.022, "pct_black_alone_change": 7.657, "pct_native_alone_change": 0.133, "pct_asian_alone_change": -1.051, "pct_hispanic_or_latino_change": -1.163, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6588465", "INTPTLON": "-073.9310338" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.934231, 40.660415 ], [ -73.932336, 40.660532 ], [ -73.931325, 40.660594 ], [ -73.93032, 40.660656 ], [ -73.929387, 40.660715 ], [ -73.929143, 40.658418 ], [ -73.928172, 40.658478 ], [ -73.927995, 40.656802 ], [ -73.928964, 40.656742 ], [ -73.929898, 40.656684 ], [ -73.930903, 40.65661 ], [ -73.931083, 40.658296 ], [ -73.931723, 40.658257 ], [ -73.93209, 40.658235 ], [ -73.932635, 40.658202 ], [ -73.933996, 40.658119 ], [ -73.934231, 40.660415 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047088000", "name": "Census Tract 880, Kings County, New York", "total_population_17": 2766, "white_alone_17": 79.0, "black_alone_17": 2505.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 143.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.341, "pct_black_alone_change": -2.233, "pct_native_alone_change": -0.257, "pct_asian_alone_change": -0.551, "pct_hispanic_or_latino_change": -0.085, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6615193", "INTPTLON": "-073.9310226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.934553, 40.663362 ], [ -73.934375, 40.663373 ], [ -73.931607, 40.663557 ], [ -73.930685, 40.66362 ], [ -73.928282, 40.661447 ], [ -73.926464, 40.659814 ], [ -73.927255, 40.659338 ], [ -73.927948, 40.659958 ], [ -73.928193, 40.660177 ], [ -73.92834, 40.66006 ], [ -73.928172, 40.658478 ], [ -73.929143, 40.658418 ], [ -73.929387, 40.660715 ], [ -73.93032, 40.660656 ], [ -73.931325, 40.660594 ], [ -73.932336, 40.660532 ], [ -73.934231, 40.660415 ], [ -73.934316, 40.661148 ], [ -73.934392, 40.661864 ], [ -73.934467, 40.662575 ], [ -73.934553, 40.663362 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047088200", "name": "Census Tract 882, Kings County, New York", "total_population_17": 6409, "white_alone_17": 86.0, "black_alone_17": 5649.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 674.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.076, "pct_black_alone_change": -6.006, "pct_native_alone_change": -0.207, "pct_asian_alone_change": -0.473, "pct_hispanic_or_latino_change": 5.994, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6604945", "INTPTLON": "-073.9259818" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929874, 40.66399 ], [ -73.929403, 40.664199 ], [ -73.929168, 40.664299 ], [ -73.929052, 40.664351 ], [ -73.928544, 40.664574 ], [ -73.928228, 40.66471 ], [ -73.927607, 40.664151 ], [ -73.926139, 40.662832 ], [ -73.926854, 40.662371 ], [ -73.925034, 40.660737 ], [ -73.923216, 40.659107 ], [ -73.921404, 40.657481 ], [ -73.922112, 40.657012 ], [ -73.922828, 40.656552 ], [ -73.923599, 40.656053 ], [ -73.924077, 40.656484 ], [ -73.924578, 40.656938 ], [ -73.924654, 40.657007 ], [ -73.925193, 40.657488 ], [ -73.925407, 40.65768 ], [ -73.924643, 40.658183 ], [ -73.926464, 40.659814 ], [ -73.928282, 40.661447 ], [ -73.930685, 40.66362 ], [ -73.929874, 40.66399 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047088400", "name": "Census Tract 884, Kings County, New York", "total_population_17": 5151, "white_alone_17": 120.0, "black_alone_17": 4729.0, "native_alone_17": 0.0, "asian_alone_17": 56.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 156.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.957, "pct_black_alone_change": -1.967, "pct_native_alone_change": -0.157, "pct_asian_alone_change": 0.341, "pct_hispanic_or_latino_change": -1.41, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6622281", "INTPTLON": "-073.9245506" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.927712, 40.664935 ], [ -73.927394, 40.665075 ], [ -73.92638, 40.665515 ], [ -73.924549, 40.663862 ], [ -73.922728, 40.662231 ], [ -73.920909, 40.660599 ], [ -73.921787, 40.660031 ], [ -73.922501, 40.659571 ], [ -73.923216, 40.659107 ], [ -73.925034, 40.660737 ], [ -73.926854, 40.662371 ], [ -73.926139, 40.662832 ], [ -73.927607, 40.664151 ], [ -73.928228, 40.66471 ], [ -73.927712, 40.664935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047088600", "name": "Census Tract 886, Kings County, New York", "total_population_17": 4393, "white_alone_17": 49.0, "black_alone_17": 3655.0, "native_alone_17": 0.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 476.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.878, "pct_black_alone_change": -10.756, "pct_native_alone_change": -0.301, "pct_asian_alone_change": 0.895, "pct_hispanic_or_latino_change": 5.609, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6574880", "INTPTLON": "-073.9206765" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923599, 40.656053 ], [ -73.922828, 40.656552 ], [ -73.922112, 40.657012 ], [ -73.921404, 40.657481 ], [ -73.923216, 40.659107 ], [ -73.922501, 40.659571 ], [ -73.921787, 40.660031 ], [ -73.920909, 40.660599 ], [ -73.920082, 40.659858 ], [ -73.919089, 40.658966 ], [ -73.91727, 40.657333 ], [ -73.918147, 40.656766 ], [ -73.918863, 40.656305 ], [ -73.919578, 40.655842 ], [ -73.920293, 40.655381 ], [ -73.921005, 40.654918 ], [ -73.921495, 40.654604 ], [ -73.921776, 40.654424 ], [ -73.921988, 40.654614 ], [ -73.922889, 40.655421 ], [ -73.923305, 40.655802 ], [ -73.923599, 40.656053 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047088800", "name": "Census Tract 888, Kings County, New York", "total_population_17": 3931, "white_alone_17": 8.0, "black_alone_17": 3304.0, "native_alone_17": 0.0, "asian_alone_17": 112.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 410.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.281, "pct_black_alone_change": -7.051, "pct_native_alone_change": -0.194, "pct_asian_alone_change": 2.534, "pct_hispanic_or_latino_change": 2.986, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6539409", "INTPTLON": "-073.9180852" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921776, 40.654424 ], [ -73.921495, 40.654604 ], [ -73.921005, 40.654918 ], [ -73.920293, 40.655381 ], [ -73.919578, 40.655842 ], [ -73.918863, 40.656305 ], [ -73.918147, 40.656766 ], [ -73.916332, 40.655132 ], [ -73.915517, 40.654408 ], [ -73.915307, 40.654222 ], [ -73.913744, 40.654169 ], [ -73.913568, 40.653998 ], [ -73.913745, 40.654004 ], [ -73.913815, 40.653963 ], [ -73.914511, 40.653501 ], [ -73.915226, 40.653039 ], [ -73.915941, 40.652577 ], [ -73.916654, 40.652117 ], [ -73.91737, 40.651654 ], [ -73.918137, 40.651158 ], [ -73.919962, 40.652789 ], [ -73.920773, 40.652554 ], [ -73.920876, 40.653608 ], [ -73.92158, 40.654263 ], [ -73.921696, 40.654372 ], [ -73.921776, 40.654424 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047089000", "name": "Census Tract 890, Kings County, New York", "total_population_17": 5892, "white_alone_17": 48.0, "black_alone_17": 5186.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 612.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.53, "pct_black_alone_change": -1.61, "pct_native_alone_change": -0.183, "pct_asian_alone_change": -1.005, "pct_hispanic_or_latino_change": 3.64, "pct_native_hawaiian_pacific_islander_change": -0.015, "INTPTLAT": "+40.6569877", "INTPTLON": "-073.9154892" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919744, 40.660771 ], [ -73.919663, 40.661405 ], [ -73.919584, 40.661994 ], [ -73.919205, 40.661655 ], [ -73.918602, 40.661118 ], [ -73.918299, 40.661162 ], [ -73.918185, 40.660726 ], [ -73.917419, 40.660051 ], [ -73.917074, 40.659745 ], [ -73.915728, 40.65855 ], [ -73.915567, 40.658393 ], [ -73.914413, 40.657362 ], [ -73.914029, 40.657004 ], [ -73.91378, 40.656783 ], [ -73.913144, 40.656221 ], [ -73.912339, 40.655531 ], [ -73.911996, 40.655561 ], [ -73.911083, 40.655702 ], [ -73.910123, 40.655852 ], [ -73.909767, 40.654472 ], [ -73.909726, 40.654313 ], [ -73.910604, 40.654187 ], [ -73.910679, 40.65418 ], [ -73.912329, 40.654135 ], [ -73.913524, 40.654161 ], [ -73.913744, 40.654169 ], [ -73.915307, 40.654222 ], [ -73.915517, 40.654408 ], [ -73.916332, 40.655132 ], [ -73.918147, 40.656766 ], [ -73.91727, 40.657333 ], [ -73.919089, 40.658966 ], [ -73.920082, 40.659858 ], [ -73.919744, 40.660771 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047089200", "name": "Census Tract 892, Kings County, New York", "total_population_17": 3460, "white_alone_17": 35.0, "black_alone_17": 2967.0, "native_alone_17": 52.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 284.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.439, "pct_black_alone_change": -4.304, "pct_native_alone_change": 1.503, "pct_asian_alone_change": -0.324, "pct_hispanic_or_latino_change": -0.616, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6632821", "INTPTLON": "-073.9219229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925922, 40.665715 ], [ -73.925463, 40.665916 ], [ -73.924449, 40.666361 ], [ -73.924389, 40.666385 ], [ -73.92426, 40.666194 ], [ -73.923148, 40.66521 ], [ -73.922879, 40.664952 ], [ -73.922099, 40.664251 ], [ -73.921655, 40.663843 ], [ -73.920972, 40.663953 ], [ -73.920049, 40.664089 ], [ -73.91961, 40.664155 ], [ -73.919097, 40.66423 ], [ -73.918703, 40.662694 ], [ -73.918299, 40.661162 ], [ -73.918602, 40.661118 ], [ -73.919205, 40.661655 ], [ -73.919584, 40.661994 ], [ -73.919663, 40.661405 ], [ -73.919744, 40.660771 ], [ -73.920082, 40.659858 ], [ -73.920909, 40.660599 ], [ -73.922728, 40.662231 ], [ -73.924549, 40.663862 ], [ -73.92638, 40.665515 ], [ -73.925922, 40.665715 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047089400", "name": "Census Tract 894, Kings County, New York", "total_population_17": 3449, "white_alone_17": 237.0, "black_alone_17": 2723.0, "native_alone_17": 0.0, "asian_alone_17": 108.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 321.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 6.353, "pct_black_alone_change": -9.15, "pct_native_alone_change": -0.055, "pct_asian_alone_change": 2.612, "pct_hispanic_or_latino_change": -1.119, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6615039", "INTPTLON": "-073.9164852" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919097, 40.66423 ], [ -73.918141, 40.664373 ], [ -73.917221, 40.66451 ], [ -73.916267, 40.664654 ], [ -73.915875, 40.663116 ], [ -73.915477, 40.661574 ], [ -73.914526, 40.661722 ], [ -73.914131, 40.660181 ], [ -73.913736, 40.658645 ], [ -73.914692, 40.658503 ], [ -73.915567, 40.658393 ], [ -73.915728, 40.65855 ], [ -73.917074, 40.659745 ], [ -73.917419, 40.660051 ], [ -73.918185, 40.660726 ], [ -73.918299, 40.661162 ], [ -73.918703, 40.662694 ], [ -73.919097, 40.66423 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047089600", "name": "Census Tract 896, Kings County, New York", "total_population_17": 3327, "white_alone_17": 52.0, "black_alone_17": 2615.0, "native_alone_17": 0.0, "asian_alone_17": 126.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 472.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.797, "pct_black_alone_change": -7.772, "pct_native_alone_change": -0.246, "pct_asian_alone_change": -1.741, "pct_hispanic_or_latino_change": 7.181, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6580074", "INTPTLON": "-073.9124095" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914692, 40.658503 ], [ -73.913736, 40.658645 ], [ -73.914131, 40.660181 ], [ -73.91321, 40.660319 ], [ -73.912292, 40.660455 ], [ -73.911335, 40.660597 ], [ -73.910943, 40.659061 ], [ -73.910549, 40.657525 ], [ -73.910123, 40.655852 ], [ -73.911083, 40.655702 ], [ -73.911996, 40.655561 ], [ -73.912339, 40.655531 ], [ -73.913144, 40.656221 ], [ -73.91378, 40.656783 ], [ -73.914029, 40.657004 ], [ -73.914413, 40.657362 ], [ -73.915567, 40.658393 ], [ -73.914692, 40.658503 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047089800", "name": "Census Tract 898, Kings County, New York", "total_population_17": 1688, "white_alone_17": 33.0, "black_alone_17": 1555.0, "native_alone_17": 0.0, "asian_alone_17": 16.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 84.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.563, "pct_black_alone_change": 2.905, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.229, "pct_hispanic_or_latino_change": -4.109, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6627861", "INTPTLON": "-073.9137077" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916267, 40.664654 ], [ -73.91531, 40.664794 ], [ -73.914391, 40.66493 ], [ -73.913472, 40.665066 ], [ -73.912516, 40.665209 ], [ -73.912122, 40.663673 ], [ -73.911727, 40.662135 ], [ -73.911335, 40.660597 ], [ -73.912292, 40.660455 ], [ -73.91321, 40.660319 ], [ -73.914131, 40.660181 ], [ -73.914526, 40.661722 ], [ -73.915477, 40.661574 ], [ -73.915875, 40.663116 ], [ -73.916267, 40.664654 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047090000", "name": "Census Tract 900, Kings County, New York", "total_population_17": 4830, "white_alone_17": 11.0, "black_alone_17": 3708.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 990.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.207, "pct_black_alone_change": -4.426, "pct_native_alone_change": -0.344, "pct_asian_alone_change": -0.013, "pct_hispanic_or_latino_change": 2.888, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6662474", "INTPTLON": "-073.9198124" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924389, 40.666385 ], [ -73.924244, 40.666445 ], [ -73.923129, 40.666932 ], [ -73.922753, 40.667098 ], [ -73.922215, 40.667334 ], [ -73.921872, 40.667481 ], [ -73.92102, 40.667852 ], [ -73.920128, 40.668241 ], [ -73.920057, 40.668378 ], [ -73.920039, 40.668282 ], [ -73.919231, 40.668631 ], [ -73.918382, 40.669002 ], [ -73.917879, 40.66922 ], [ -73.917482, 40.669393 ], [ -73.917306, 40.668708 ], [ -73.916658, 40.666188 ], [ -73.916267, 40.664654 ], [ -73.917221, 40.66451 ], [ -73.918141, 40.664373 ], [ -73.919097, 40.66423 ], [ -73.91961, 40.664155 ], [ -73.920049, 40.664089 ], [ -73.920972, 40.663953 ], [ -73.921655, 40.663843 ], [ -73.922099, 40.664251 ], [ -73.922879, 40.664952 ], [ -73.923148, 40.66521 ], [ -73.92426, 40.666194 ], [ -73.924389, 40.666385 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047090200", "name": "Census Tract 902, Kings County, New York", "total_population_17": 3290, "white_alone_17": 44.0, "black_alone_17": 2400.0, "native_alone_17": 0.0, "asian_alone_17": 159.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 627.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.088, "pct_black_alone_change": 0.548, "pct_native_alone_change": -0.102, "pct_asian_alone_change": 2.376, "pct_hispanic_or_latino_change": -4.345, "pct_native_hawaiian_pacific_islander_change": 0.243, "INTPTLAT": "+40.6675531", "INTPTLON": "-073.9150074" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917482, 40.669393 ], [ -73.917283, 40.669479 ], [ -73.917135, 40.669543 ], [ -73.916584, 40.669787 ], [ -73.915729, 40.670158 ], [ -73.914873, 40.670533 ], [ -73.914039, 40.670897 ], [ -73.913555, 40.669264 ], [ -73.91291, 40.666746 ], [ -73.912516, 40.665209 ], [ -73.913472, 40.665066 ], [ -73.914391, 40.66493 ], [ -73.91531, 40.664794 ], [ -73.916267, 40.664654 ], [ -73.916658, 40.666188 ], [ -73.917306, 40.668708 ], [ -73.917482, 40.669393 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047090600", "name": "Census Tract 906, Kings County, New York", "total_population_17": 3857, "white_alone_17": 106.0, "black_alone_17": 2349.0, "native_alone_17": 60.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1392.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.363, "pct_black_alone_change": -14.456, "pct_native_alone_change": 1.299, "pct_asian_alone_change": -0.299, "pct_hispanic_or_latino_change": 12.582, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6701302", "INTPTLON": "-073.9088595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911099, 40.672183 ], [ -73.910968, 40.672236 ], [ -73.909945, 40.672661 ], [ -73.90977, 40.672733 ], [ -73.909255, 40.672948 ], [ -73.90842, 40.673313 ], [ -73.907877, 40.673567 ], [ -73.907655, 40.672745 ], [ -73.907337, 40.671506 ], [ -73.906998, 40.670241 ], [ -73.906673, 40.668974 ], [ -73.906355, 40.667708 ], [ -73.907414, 40.667548 ], [ -73.908231, 40.667425 ], [ -73.91009, 40.667154 ], [ -73.910416, 40.668415 ], [ -73.910742, 40.669685 ], [ -73.911066, 40.670955 ], [ -73.911336, 40.672077 ], [ -73.911099, 40.672183 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047090800", "name": "Census Tract 908, Kings County, New York", "total_population_17": 7094, "white_alone_17": 107.0, "black_alone_17": 4697.0, "native_alone_17": 13.0, "asian_alone_17": 152.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2069.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.638, "pct_black_alone_change": -8.255, "pct_native_alone_change": -0.36, "pct_asian_alone_change": 1.978, "pct_hispanic_or_latino_change": 5.478, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6713226", "INTPTLON": "-073.9047719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907877, 40.673567 ], [ -73.907469, 40.673762 ], [ -73.906957, 40.673985 ], [ -73.906297, 40.674265 ], [ -73.906095, 40.674353 ], [ -73.905826, 40.67447 ], [ -73.90524, 40.674725 ], [ -73.904373, 40.675109 ], [ -73.90382, 40.675379 ], [ -73.903475, 40.675507 ], [ -73.903447, 40.675395 ], [ -73.902968, 40.673439 ], [ -73.90266, 40.672197 ], [ -73.902289, 40.670936 ], [ -73.901982, 40.66967 ], [ -73.901668, 40.668413 ], [ -73.901839, 40.668388 ], [ -73.902626, 40.668273 ], [ -73.903573, 40.668128 ], [ -73.904464, 40.667988 ], [ -73.905386, 40.667855 ], [ -73.906355, 40.667708 ], [ -73.906673, 40.668974 ], [ -73.906998, 40.670241 ], [ -73.907337, 40.671506 ], [ -73.907655, 40.672745 ], [ -73.907877, 40.673567 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047091000", "name": "Census Tract 910, Kings County, New York", "total_population_17": 4876, "white_alone_17": 0.0, "black_alone_17": 3256.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1512.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.549, "pct_black_alone_change": -7.152, "pct_native_alone_change": -0.284, "pct_asian_alone_change": -0.089, "pct_hispanic_or_latino_change": 5.965, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6657515", "INTPTLON": "-073.9034065" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906355, 40.667708 ], [ -73.905386, 40.667855 ], [ -73.904464, 40.667988 ], [ -73.903573, 40.668128 ], [ -73.902626, 40.668273 ], [ -73.901839, 40.668388 ], [ -73.901668, 40.668413 ], [ -73.901266, 40.66688 ], [ -73.900851, 40.665346 ], [ -73.900417, 40.663806 ], [ -73.900714, 40.663738 ], [ -73.901451, 40.663659 ], [ -73.902376, 40.663517 ], [ -73.903284, 40.663384 ], [ -73.904211, 40.663245 ], [ -73.905173, 40.663106 ], [ -73.905578, 40.664659 ], [ -73.905971, 40.666181 ], [ -73.906355, 40.667708 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047091200", "name": "Census Tract 912, Kings County, New York", "total_population_17": 6039, "white_alone_17": 0.0, "black_alone_17": 4173.0, "native_alone_17": 43.0, "asian_alone_17": 155.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1668.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.204, "pct_black_alone_change": -11.498, "pct_native_alone_change": 0.48, "pct_asian_alone_change": 2.308, "pct_hispanic_or_latino_change": 9.064, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6651290", "INTPTLON": "-073.9076346" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91009, 40.667154 ], [ -73.908231, 40.667425 ], [ -73.907414, 40.667548 ], [ -73.906355, 40.667708 ], [ -73.905971, 40.666181 ], [ -73.905578, 40.664659 ], [ -73.905173, 40.663106 ], [ -73.906138, 40.662967 ], [ -73.907032, 40.662834 ], [ -73.908046, 40.662684 ], [ -73.90892, 40.662554 ], [ -73.909305, 40.664097 ], [ -73.909699, 40.665628 ], [ -73.91009, 40.667154 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047091600", "name": "Census Tract 916, Kings County, New York", "total_population_17": 4104, "white_alone_17": 4.0, "black_alone_17": 3394.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 612.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.375, "pct_black_alone_change": -1.231, "pct_native_alone_change": -0.165, "pct_asian_alone_change": -0.307, "pct_hispanic_or_latino_change": 0.07, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6591038", "INTPTLON": "-073.9091012" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911727, 40.662135 ], [ -73.910776, 40.662278 ], [ -73.909857, 40.662412 ], [ -73.90892, 40.662554 ], [ -73.908524, 40.661014 ], [ -73.907585, 40.661156 ], [ -73.907191, 40.659619 ], [ -73.906795, 40.658084 ], [ -73.906369, 40.656412 ], [ -73.907307, 40.656273 ], [ -73.908245, 40.656133 ], [ -73.909177, 40.655995 ], [ -73.910123, 40.655852 ], [ -73.910549, 40.657525 ], [ -73.910943, 40.659061 ], [ -73.911335, 40.660597 ], [ -73.911727, 40.662135 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047091800", "name": "Census Tract 918, Kings County, New York", "total_population_17": 2531, "white_alone_17": 0.0, "black_alone_17": 1522.0, "native_alone_17": 6.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1009.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.351, "pct_black_alone_change": -7.024, "pct_native_alone_change": -0.29, "pct_asian_alone_change": -0.211, "pct_hispanic_or_latino_change": 8.5, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6616527", "INTPTLON": "-073.9045855" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90892, 40.662554 ], [ -73.908046, 40.662684 ], [ -73.907032, 40.662834 ], [ -73.906138, 40.662967 ], [ -73.905173, 40.663106 ], [ -73.904211, 40.663245 ], [ -73.903284, 40.663384 ], [ -73.902376, 40.663517 ], [ -73.901451, 40.663659 ], [ -73.901053, 40.662125 ], [ -73.900661, 40.660587 ], [ -73.90158, 40.660451 ], [ -73.902499, 40.660315 ], [ -73.903421, 40.660178 ], [ -73.904385, 40.660034 ], [ -73.90535, 40.659891 ], [ -73.90627, 40.659754 ], [ -73.907191, 40.659619 ], [ -73.907585, 40.661156 ], [ -73.908524, 40.661014 ], [ -73.90892, 40.662554 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047092000", "name": "Census Tract 920, Kings County, New York", "total_population_17": 3083, "white_alone_17": 8.0, "black_alone_17": 2012.0, "native_alone_17": 40.0, "asian_alone_17": 121.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 886.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.156, "pct_black_alone_change": -19.455, "pct_native_alone_change": 1.09, "pct_asian_alone_change": 3.614, "pct_hispanic_or_latino_change": 14.803, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6585644", "INTPTLON": "-073.9029876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907191, 40.659619 ], [ -73.90627, 40.659754 ], [ -73.90535, 40.659891 ], [ -73.904385, 40.660034 ], [ -73.903421, 40.660178 ], [ -73.902499, 40.660315 ], [ -73.90158, 40.660451 ], [ -73.900661, 40.660587 ], [ -73.900259, 40.660619 ], [ -73.899889, 40.66064 ], [ -73.899652, 40.660735 ], [ -73.899217, 40.659112 ], [ -73.898843, 40.657556 ], [ -73.898807, 40.657407 ], [ -73.898867, 40.657398 ], [ -73.899041, 40.657372 ], [ -73.899967, 40.657285 ], [ -73.900303, 40.657263 ], [ -73.900755, 40.65723 ], [ -73.901687, 40.657104 ], [ -73.902632, 40.656966 ], [ -73.903564, 40.656826 ], [ -73.90453, 40.656684 ], [ -73.90545, 40.656547 ], [ -73.906369, 40.656412 ], [ -73.906795, 40.658084 ], [ -73.907191, 40.659619 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047092200", "name": "Census Tract 922, Kings County, New York", "total_population_17": 2578, "white_alone_17": 51.0, "black_alone_17": 2415.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 56.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.896, "pct_black_alone_change": 4.323, "pct_native_alone_change": -0.314, "pct_asian_alone_change": -0.454, "pct_hispanic_or_latino_change": -5.751, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6552406", "INTPTLON": "-073.9063497" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910123, 40.655852 ], [ -73.909177, 40.655995 ], [ -73.908245, 40.656133 ], [ -73.907307, 40.656273 ], [ -73.906369, 40.656412 ], [ -73.90545, 40.656547 ], [ -73.90453, 40.656684 ], [ -73.903564, 40.656826 ], [ -73.902632, 40.656966 ], [ -73.901687, 40.657104 ], [ -73.900755, 40.65723 ], [ -73.900303, 40.657263 ], [ -73.900572, 40.657094 ], [ -73.901261, 40.656452 ], [ -73.902311, 40.655792 ], [ -73.903173, 40.655301 ], [ -73.904142, 40.655147 ], [ -73.905057, 40.655013 ], [ -73.906916, 40.654732 ], [ -73.907856, 40.654589 ], [ -73.907816, 40.654435 ], [ -73.9074, 40.652844 ], [ -73.908216, 40.652312 ], [ -73.908558, 40.652096 ], [ -73.909335, 40.652809 ], [ -73.909682, 40.654143 ], [ -73.909726, 40.654313 ], [ -73.909767, 40.654472 ], [ -73.910123, 40.655852 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047092400", "name": "Census Tract 924, Kings County, New York", "total_population_17": 2906, "white_alone_17": 4.0, "black_alone_17": 2420.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 479.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.184, "pct_black_alone_change": 0.547, "pct_native_alone_change": -0.081, "pct_asian_alone_change": -0.161, "pct_hispanic_or_latino_change": 0.018, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6669331", "INTPTLON": "-073.9114794" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914039, 40.670897 ], [ -73.913086, 40.67131 ], [ -73.912218, 40.671687 ], [ -73.911336, 40.672077 ], [ -73.911066, 40.670955 ], [ -73.910742, 40.669685 ], [ -73.910416, 40.668415 ], [ -73.91009, 40.667154 ], [ -73.909699, 40.665628 ], [ -73.909305, 40.664097 ], [ -73.90892, 40.662554 ], [ -73.909857, 40.662412 ], [ -73.910776, 40.662278 ], [ -73.911727, 40.662135 ], [ -73.912122, 40.663673 ], [ -73.912516, 40.665209 ], [ -73.91291, 40.666746 ], [ -73.913555, 40.669264 ], [ -73.914039, 40.670897 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047092800", "name": "Census Tract 928, Kings County, New York", "total_population_17": 3136, "white_alone_17": 55.0, "black_alone_17": 2768.0, "native_alone_17": 13.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 300.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.281, "pct_black_alone_change": -0.632, "pct_native_alone_change": 0.201, "pct_asian_alone_change": -3.213, "pct_hispanic_or_latino_change": 4.711, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6524793", "INTPTLON": "-073.9117726" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914511, 40.653501 ], [ -73.913815, 40.653963 ], [ -73.913745, 40.654004 ], [ -73.913568, 40.653998 ], [ -73.913744, 40.654169 ], [ -73.913524, 40.654161 ], [ -73.912329, 40.654135 ], [ -73.910679, 40.65418 ], [ -73.910604, 40.654187 ], [ -73.909726, 40.654313 ], [ -73.909682, 40.654143 ], [ -73.909335, 40.652809 ], [ -73.908558, 40.652096 ], [ -73.909449, 40.651522 ], [ -73.91023, 40.651014 ], [ -73.911101, 40.650448 ], [ -73.911823, 40.649984 ], [ -73.913407, 40.651407 ], [ -73.915226, 40.653039 ], [ -73.914511, 40.653501 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047093000", "name": "Census Tract 930, Kings County, New York", "total_population_17": 2808, "white_alone_17": 21.0, "black_alone_17": 2673.0, "native_alone_17": 0.0, "asian_alone_17": 22.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 40.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.549, "pct_black_alone_change": -0.556, "pct_native_alone_change": -0.252, "pct_asian_alone_change": 0.531, "pct_hispanic_or_latino_change": -0.773, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6499290", "INTPTLON": "-073.9154075" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917801, 40.648568 ], [ -73.917087, 40.649027 ], [ -73.91632, 40.649527 ], [ -73.918137, 40.651158 ], [ -73.91737, 40.651654 ], [ -73.916654, 40.652117 ], [ -73.915941, 40.652577 ], [ -73.915226, 40.653039 ], [ -73.913407, 40.651407 ], [ -73.911823, 40.649984 ], [ -73.912535, 40.649521 ], [ -73.913253, 40.649061 ], [ -73.913961, 40.648601 ], [ -73.914732, 40.648101 ], [ -73.915501, 40.647605 ], [ -73.916209, 40.647151 ], [ -73.916937, 40.646683 ], [ -73.918515, 40.648106 ], [ -73.917801, 40.648568 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047093200", "name": "Census Tract 932, Kings County, New York", "total_population_17": 1201, "white_alone_17": 39.0, "black_alone_17": 1145.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 17.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.072, "pct_black_alone_change": 5.374, "pct_native_alone_change": -0.188, "pct_asian_alone_change": -0.664, "pct_hispanic_or_latino_change": -4.304, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6375676", "INTPTLON": "-073.9295091" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.932984, 40.639555 ], [ -73.932013, 40.639616 ], [ -73.931042, 40.639676 ], [ -73.930111, 40.639734 ], [ -73.929106, 40.639795 ], [ -73.928098, 40.639857 ], [ -73.927165, 40.639916 ], [ -73.926198, 40.639976 ], [ -73.925934, 40.639998 ], [ -73.925743, 40.640014 ], [ -73.926033, 40.638543 ], [ -73.926082, 40.638163 ], [ -73.926146, 40.637568 ], [ -73.926362, 40.636909 ], [ -73.926513, 40.63654 ], [ -73.926788, 40.636108 ], [ -73.927448, 40.635259 ], [ -73.928612, 40.635187 ], [ -73.929625, 40.635121 ], [ -73.930553, 40.635063 ], [ -73.931531, 40.635006 ], [ -73.932235, 40.634963 ], [ -73.9325, 40.634947 ], [ -73.932734, 40.637217 ], [ -73.932984, 40.639555 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047093400", "name": "Census Tract 934, Kings County, New York", "total_population_17": 2281, "white_alone_17": 49.0, "black_alone_17": 2024.0, "native_alone_17": 0.0, "asian_alone_17": 25.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 183.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.808, "pct_black_alone_change": -3.898, "pct_native_alone_change": -0.125, "pct_asian_alone_change": 0.888, "pct_hispanic_or_latino_change": 4.234, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6489251", "INTPTLON": "-073.9190149" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920773, 40.652554 ], [ -73.919962, 40.652789 ], [ -73.918137, 40.651158 ], [ -73.91632, 40.649527 ], [ -73.917087, 40.649027 ], [ -73.917801, 40.648568 ], [ -73.918515, 40.648106 ], [ -73.916937, 40.646683 ], [ -73.917648, 40.646223 ], [ -73.918302, 40.645812 ], [ -73.918924, 40.645398 ], [ -73.91943, 40.645061 ], [ -73.919821, 40.644784 ], [ -73.919951, 40.644707 ], [ -73.919976, 40.64503 ], [ -73.920098, 40.646177 ], [ -73.920166, 40.646809 ], [ -73.920179, 40.646927 ], [ -73.920185, 40.64703 ], [ -73.920359, 40.648597 ], [ -73.920375, 40.648779 ], [ -73.920467, 40.649654 ], [ -73.920581, 40.650707 ], [ -73.920622, 40.651098 ], [ -73.920746, 40.652271 ], [ -73.920773, 40.652554 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047093600", "name": "Census Tract 936, Kings County, New York", "total_population_17": 1832, "white_alone_17": 0.0, "black_alone_17": 1792.0, "native_alone_17": 0.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 21.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.746, "pct_black_alone_change": 2.934, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.446, "pct_hispanic_or_latino_change": -2.532, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6487962", "INTPTLON": "-073.9215837" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923467, 40.650834 ], [ -73.923081, 40.651855 ], [ -73.922849, 40.652463 ], [ -73.921784, 40.652491 ], [ -73.921352, 40.652517 ], [ -73.920773, 40.652554 ], [ -73.920746, 40.652271 ], [ -73.920622, 40.651098 ], [ -73.920581, 40.650707 ], [ -73.920467, 40.649654 ], [ -73.920375, 40.648779 ], [ -73.920359, 40.648597 ], [ -73.920185, 40.64703 ], [ -73.920179, 40.646927 ], [ -73.920166, 40.646809 ], [ -73.920098, 40.646177 ], [ -73.919976, 40.64503 ], [ -73.920532, 40.644999 ], [ -73.920984, 40.644975 ], [ -73.921916, 40.644909 ], [ -73.922117, 40.646796 ], [ -73.92305, 40.646739 ], [ -73.923249, 40.648599 ], [ -73.922312, 40.648658 ], [ -73.922519, 40.650587 ], [ -73.923426, 40.65053 ], [ -73.923585, 40.65052 ], [ -73.923467, 40.650834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047093800", "name": "Census Tract 938, Kings County, New York", "total_population_17": 2383, "white_alone_17": 13.0, "black_alone_17": 2274.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 89.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.321, "pct_black_alone_change": 0.4, "pct_native_alone_change": -0.151, "pct_asian_alone_change": 0.03, "pct_hispanic_or_latino_change": 0.306, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6504469", "INTPTLON": "-073.9245581" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926547, 40.652392 ], [ -73.92561, 40.652446 ], [ -73.92464, 40.6525 ], [ -73.923666, 40.652538 ], [ -73.922849, 40.652463 ], [ -73.923081, 40.651855 ], [ -73.923467, 40.650834 ], [ -73.923585, 40.65052 ], [ -73.923426, 40.65053 ], [ -73.922519, 40.650587 ], [ -73.922312, 40.648658 ], [ -73.923249, 40.648599 ], [ -73.924249, 40.648539 ], [ -73.925186, 40.648479 ], [ -73.92612, 40.64842 ], [ -73.926326, 40.65035 ], [ -73.926547, 40.652392 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047094401", "name": "Census Tract 944.01, Kings County, New York", "total_population_17": 4149, "white_alone_17": 73.0, "black_alone_17": 3786.0, "native_alone_17": 28.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 239.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.689, "pct_black_alone_change": -2.035, "pct_native_alone_change": 0.482, "pct_asian_alone_change": 0.285, "pct_hispanic_or_latino_change": 2.314, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6387430", "INTPTLON": "-073.9229682" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926788, 40.636108 ], [ -73.926513, 40.63654 ], [ -73.926362, 40.636909 ], [ -73.926146, 40.637568 ], [ -73.926082, 40.638163 ], [ -73.926033, 40.638543 ], [ -73.925743, 40.640014 ], [ -73.925704, 40.640361 ], [ -73.925479, 40.641587 ], [ -73.925382, 40.642384 ], [ -73.924542, 40.642439 ], [ -73.923565, 40.642499 ], [ -73.923375, 40.640495 ], [ -73.923354, 40.640177 ], [ -73.923327, 40.6399 ], [ -73.922207, 40.641065 ], [ -73.921609, 40.641687 ], [ -73.919729, 40.642725 ], [ -73.919662, 40.642104 ], [ -73.919617, 40.641659 ], [ -73.919583, 40.641398 ], [ -73.919556, 40.641185 ], [ -73.919462, 40.640239 ], [ -73.919415, 40.639775 ], [ -73.91929, 40.638596 ], [ -73.919172, 40.63747 ], [ -73.920119, 40.636988 ], [ -73.920228, 40.636932 ], [ -73.9208, 40.636638 ], [ -73.921017, 40.636528 ], [ -73.921129, 40.636471 ], [ -73.921908, 40.636075 ], [ -73.922832, 40.635543 ], [ -73.923803, 40.635485 ], [ -73.924738, 40.635428 ], [ -73.925706, 40.635367 ], [ -73.926675, 40.635306 ], [ -73.927448, 40.635259 ], [ -73.926788, 40.636108 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047094402", "name": "Census Tract 944.02, Kings County, New York", "total_population_17": 3071, "white_alone_17": 31.0, "black_alone_17": 2282.0, "native_alone_17": 0.0, "asian_alone_17": 54.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 704.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.561, "pct_black_alone_change": 6.474, "pct_native_alone_change": -0.318, "pct_asian_alone_change": 1.227, "pct_hispanic_or_latino_change": 7.319, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.6350816", "INTPTLON": "-073.9207802" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922832, 40.635543 ], [ -73.921908, 40.636075 ], [ -73.921129, 40.636471 ], [ -73.921017, 40.636528 ], [ -73.9208, 40.636638 ], [ -73.920228, 40.636932 ], [ -73.920119, 40.636988 ], [ -73.919172, 40.63747 ], [ -73.919164, 40.637404 ], [ -73.919123, 40.637012 ], [ -73.919006, 40.635893 ], [ -73.918925, 40.635159 ], [ -73.918852, 40.634483 ], [ -73.91944, 40.634102 ], [ -73.919809, 40.633865 ], [ -73.920412, 40.633474 ], [ -73.920683, 40.63333 ], [ -73.921618, 40.633276 ], [ -73.921904, 40.633256 ], [ -73.922587, 40.633209 ], [ -73.922832, 40.635543 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047094600", "name": "Census Tract 946, Kings County, New York", "total_population_17": 1883, "white_alone_17": 29.0, "black_alone_17": 1728.0, "native_alone_17": 0.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 80.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.613, "pct_black_alone_change": -1.151, "pct_native_alone_change": -0.383, "pct_asian_alone_change": 1.725, "pct_hispanic_or_latino_change": 1.043, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6446169", "INTPTLON": "-073.9232797" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92612, 40.64842 ], [ -73.925186, 40.648479 ], [ -73.924249, 40.648539 ], [ -73.923249, 40.648599 ], [ -73.92305, 40.646739 ], [ -73.922117, 40.646796 ], [ -73.921916, 40.644909 ], [ -73.920984, 40.644975 ], [ -73.920532, 40.644999 ], [ -73.919976, 40.64503 ], [ -73.919951, 40.644707 ], [ -73.919907, 40.64433 ], [ -73.919729, 40.642725 ], [ -73.921609, 40.641687 ], [ -73.922207, 40.641065 ], [ -73.923327, 40.6399 ], [ -73.923354, 40.640177 ], [ -73.923375, 40.640495 ], [ -73.923565, 40.642499 ], [ -73.924542, 40.642439 ], [ -73.925382, 40.642384 ], [ -73.925721, 40.644674 ], [ -73.925762, 40.645055 ], [ -73.925922, 40.64656 ], [ -73.92612, 40.64842 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047095000", "name": "Census Tract 950, Kings County, New York", "total_population_17": 3066, "white_alone_17": 177.0, "black_alone_17": 2791.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 73.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.575, "pct_black_alone_change": 5.079, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.76, "pct_hispanic_or_latino_change": -2.836, "pct_native_hawaiian_pacific_islander_change": -0.063, "INTPTLAT": "+40.6362488", "INTPTLON": "-073.9171451" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919556, 40.641185 ], [ -73.91893, 40.640585 ], [ -73.916809, 40.638682 ], [ -73.914943, 40.637007 ], [ -73.913278, 40.635508 ], [ -73.914048, 40.635013 ], [ -73.914762, 40.63455 ], [ -73.91547, 40.634086 ], [ -73.916224, 40.633606 ], [ -73.917043, 40.633077 ], [ -73.918604, 40.632096 ], [ -73.918763, 40.633637 ], [ -73.918852, 40.634483 ], [ -73.918925, 40.635159 ], [ -73.919006, 40.635893 ], [ -73.919123, 40.637012 ], [ -73.919164, 40.637404 ], [ -73.919172, 40.63747 ], [ -73.91929, 40.638596 ], [ -73.919415, 40.639775 ], [ -73.919462, 40.640239 ], [ -73.919556, 40.641185 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047095400", "name": "Census Tract 954, Kings County, New York", "total_population_17": 4474, "white_alone_17": 35.0, "black_alone_17": 4225.0, "native_alone_17": 0.0, "asian_alone_17": 77.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 99.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.421, "pct_black_alone_change": 8.269, "pct_native_alone_change": -0.127, "pct_asian_alone_change": 0.498, "pct_hispanic_or_latino_change": -1.688, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6389669", "INTPTLON": "-073.9146325" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918163, 40.64108 ], [ -73.917402, 40.641517 ], [ -73.916621, 40.641948 ], [ -73.915925, 40.642384 ], [ -73.913904, 40.640569 ], [ -73.912034, 40.63889 ], [ -73.910367, 40.637391 ], [ -73.911081, 40.636932 ], [ -73.911792, 40.636466 ], [ -73.912508, 40.636006 ], [ -73.913278, 40.635508 ], [ -73.914943, 40.637007 ], [ -73.916809, 40.638682 ], [ -73.91893, 40.640585 ], [ -73.918163, 40.64108 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047095600", "name": "Census Tract 956, Kings County, New York", "total_population_17": 4633, "white_alone_17": 411.0, "black_alone_17": 3824.0, "native_alone_17": 37.0, "asian_alone_17": 210.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 170.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.871, "pct_black_alone_change": 10.425, "pct_native_alone_change": 0.421, "pct_asian_alone_change": 0.625, "pct_hispanic_or_latino_change": -2.433, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6355741", "INTPTLON": "-073.9109186" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916224, 40.633606 ], [ -73.91547, 40.634086 ], [ -73.914762, 40.63455 ], [ -73.914048, 40.635013 ], [ -73.913278, 40.635508 ], [ -73.912508, 40.636006 ], [ -73.911792, 40.636466 ], [ -73.911081, 40.636932 ], [ -73.910367, 40.637391 ], [ -73.909624, 40.637872 ], [ -73.908882, 40.638351 ], [ -73.908169, 40.638813 ], [ -73.907454, 40.639276 ], [ -73.905612, 40.637622 ], [ -73.906327, 40.637163 ], [ -73.907041, 40.636697 ], [ -73.907784, 40.63622 ], [ -73.908527, 40.63574 ], [ -73.909238, 40.635275 ], [ -73.909955, 40.634816 ], [ -73.910668, 40.634355 ], [ -73.911437, 40.633857 ], [ -73.912133, 40.63329 ], [ -73.912635, 40.632644 ], [ -73.913198, 40.631934 ], [ -73.915599, 40.633036 ], [ -73.916224, 40.633606 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047095800", "name": "Census Tract 958, Kings County, New York", "total_population_17": 3743, "white_alone_17": 205.0, "black_alone_17": 3103.0, "native_alone_17": 11.0, "asian_alone_17": 184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.13, "pct_black_alone_change": 15.727, "pct_native_alone_change": 0.055, "pct_asian_alone_change": 0.858, "pct_hispanic_or_latino_change": -4.31, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6408221", "INTPTLON": "-073.9116859" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91567, 40.64255 ], [ -73.915187, 40.642862 ], [ -73.914724, 40.643161 ], [ -73.914441, 40.643342 ], [ -73.913755, 40.643778 ], [ -73.913688, 40.643813 ], [ -73.913197, 40.64407 ], [ -73.912915, 40.644177 ], [ -73.911601, 40.642997 ], [ -73.910764, 40.642246 ], [ -73.91012, 40.641671 ], [ -73.909119, 40.64077 ], [ -73.907454, 40.639276 ], [ -73.908169, 40.638813 ], [ -73.908882, 40.638351 ], [ -73.909624, 40.637872 ], [ -73.910367, 40.637391 ], [ -73.912034, 40.63889 ], [ -73.913904, 40.640569 ], [ -73.915925, 40.642384 ], [ -73.91567, 40.64255 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047096000", "name": "Census Tract 960, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6459270", "INTPTLON": "-073.9147665" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919951, 40.644707 ], [ -73.919821, 40.644784 ], [ -73.91943, 40.645061 ], [ -73.918924, 40.645398 ], [ -73.918302, 40.645812 ], [ -73.917648, 40.646223 ], [ -73.916937, 40.646683 ], [ -73.916209, 40.647151 ], [ -73.915501, 40.647605 ], [ -73.914732, 40.648101 ], [ -73.913961, 40.648601 ], [ -73.913253, 40.649061 ], [ -73.912535, 40.649521 ], [ -73.911823, 40.649984 ], [ -73.911101, 40.650448 ], [ -73.91023, 40.651014 ], [ -73.909449, 40.651522 ], [ -73.908681, 40.650717 ], [ -73.907615, 40.649896 ], [ -73.908399, 40.649388 ], [ -73.90929, 40.648817 ], [ -73.910004, 40.648355 ], [ -73.910716, 40.647888 ], [ -73.911755, 40.647224 ], [ -73.912097, 40.646999 ], [ -73.912427, 40.646773 ], [ -73.912756, 40.646328 ], [ -73.912978, 40.645325 ], [ -73.913258, 40.644445 ], [ -73.912915, 40.644177 ], [ -73.913197, 40.64407 ], [ -73.913688, 40.643813 ], [ -73.913755, 40.643778 ], [ -73.914441, 40.643342 ], [ -73.914724, 40.643161 ], [ -73.915187, 40.642862 ], [ -73.91567, 40.64255 ], [ -73.915925, 40.642384 ], [ -73.916621, 40.641948 ], [ -73.917402, 40.641517 ], [ -73.918163, 40.64108 ], [ -73.91893, 40.640585 ], [ -73.919556, 40.641185 ], [ -73.919583, 40.641398 ], [ -73.919617, 40.641659 ], [ -73.919662, 40.642104 ], [ -73.919729, 40.642725 ], [ -73.919907, 40.64433 ], [ -73.919951, 40.644707 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047096200", "name": "Census Tract 962, Kings County, New York", "total_population_17": 2051, "white_alone_17": 66.0, "black_alone_17": 1795.0, "native_alone_17": 19.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 161.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.36, "pct_black_alone_change": 20.971, "pct_native_alone_change": 0.687, "pct_asian_alone_change": -2.463, "pct_hispanic_or_latino_change": -2.066, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6450267", "INTPTLON": "-073.9105174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912978, 40.645325 ], [ -73.912756, 40.646328 ], [ -73.912427, 40.646773 ], [ -73.912097, 40.646999 ], [ -73.911755, 40.647224 ], [ -73.910716, 40.647888 ], [ -73.910489, 40.647684 ], [ -73.909434, 40.646738 ], [ -73.908899, 40.646256 ], [ -73.907084, 40.644623 ], [ -73.907579, 40.644304 ], [ -73.908024, 40.644017 ], [ -73.90928, 40.643204 ], [ -73.910051, 40.642709 ], [ -73.910764, 40.642246 ], [ -73.911601, 40.642997 ], [ -73.912915, 40.644177 ], [ -73.913258, 40.644445 ], [ -73.912978, 40.645325 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047096400", "name": "Census Tract 964, Kings County, New York", "total_population_17": 1715, "white_alone_17": 50.0, "black_alone_17": 1542.0, "native_alone_17": 0.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 35.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.973, "pct_black_alone_change": 27.257, "pct_native_alone_change": -0.093, "pct_asian_alone_change": -0.335, "pct_hispanic_or_latino_change": -8.047, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6419501", "INTPTLON": "-073.9072687" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910764, 40.642246 ], [ -73.910051, 40.642709 ], [ -73.90928, 40.643204 ], [ -73.908024, 40.644017 ], [ -73.907579, 40.644304 ], [ -73.907084, 40.644623 ], [ -73.906559, 40.644152 ], [ -73.905417, 40.643129 ], [ -73.904485, 40.642292 ], [ -73.903774, 40.641652 ], [ -73.904627, 40.641102 ], [ -73.9052, 40.640729 ], [ -73.905972, 40.640238 ], [ -73.906742, 40.639736 ], [ -73.907454, 40.639276 ], [ -73.909119, 40.64077 ], [ -73.91012, 40.641671 ], [ -73.910764, 40.642246 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047096600", "name": "Census Tract 966, Kings County, New York", "total_population_17": 2558, "white_alone_17": 126.0, "black_alone_17": 1932.0, "native_alone_17": 0.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 208.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.852, "pct_black_alone_change": 13.686, "pct_native_alone_change": -0.094, "pct_asian_alone_change": 0.837, "pct_hispanic_or_latino_change": -0.61, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6406399", "INTPTLON": "-073.9031420" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906742, 40.639736 ], [ -73.905972, 40.640238 ], [ -73.9052, 40.640729 ], [ -73.904627, 40.641102 ], [ -73.903774, 40.641652 ], [ -73.90306, 40.642115 ], [ -73.902345, 40.642576 ], [ -73.901465, 40.643145 ], [ -73.90067, 40.64366 ], [ -73.899914, 40.642978 ], [ -73.899406, 40.642523 ], [ -73.898828, 40.642005 ], [ -73.899626, 40.641491 ], [ -73.900503, 40.640923 ], [ -73.901217, 40.640462 ], [ -73.901933, 40.640001 ], [ -73.902747, 40.639472 ], [ -73.903361, 40.639076 ], [ -73.90413, 40.638578 ], [ -73.904896, 40.638084 ], [ -73.905612, 40.637622 ], [ -73.907454, 40.639276 ], [ -73.906742, 40.639736 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047096800", "name": "Census Tract 968, Kings County, New York", "total_population_17": 1512, "white_alone_17": 132.0, "black_alone_17": 1193.0, "native_alone_17": 0.0, "asian_alone_17": 67.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 104.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.198, "pct_black_alone_change": 20.694, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.375, "pct_hispanic_or_latino_change": -6.67, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6441418", "INTPTLON": "-073.9038769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907084, 40.644623 ], [ -73.906369, 40.645087 ], [ -73.905655, 40.645549 ], [ -73.904775, 40.646116 ], [ -73.903982, 40.646629 ], [ -73.903435, 40.646143 ], [ -73.902313, 40.645134 ], [ -73.90138, 40.644297 ], [ -73.90067, 40.64366 ], [ -73.901465, 40.643145 ], [ -73.902345, 40.642576 ], [ -73.90306, 40.642115 ], [ -73.903774, 40.641652 ], [ -73.904485, 40.642292 ], [ -73.905417, 40.643129 ], [ -73.906559, 40.644152 ], [ -73.907084, 40.644623 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047097000", "name": "Census Tract 970, Kings County, New York", "total_population_17": 2498, "white_alone_17": 185.0, "black_alone_17": 2048.0, "native_alone_17": 0.0, "asian_alone_17": 29.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 168.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.945, "pct_black_alone_change": 22.506, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -4.806, "pct_hispanic_or_latino_change": -9.589, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6472600", "INTPTLON": "-073.9073530" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910716, 40.647888 ], [ -73.910004, 40.648355 ], [ -73.90929, 40.648817 ], [ -73.908399, 40.649388 ], [ -73.907615, 40.649896 ], [ -73.906372, 40.648779 ], [ -73.9058, 40.648265 ], [ -73.905096, 40.647607 ], [ -73.903982, 40.646629 ], [ -73.904775, 40.646116 ], [ -73.905655, 40.645549 ], [ -73.906369, 40.645087 ], [ -73.907084, 40.644623 ], [ -73.908899, 40.646256 ], [ -73.909434, 40.646738 ], [ -73.910489, 40.647684 ], [ -73.910716, 40.647888 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047097400", "name": "Census Tract 974, Kings County, New York", "total_population_17": 3065, "white_alone_17": 183.0, "black_alone_17": 2404.0, "native_alone_17": 16.0, "asian_alone_17": 57.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 331.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.076, "pct_black_alone_change": 15.41, "pct_native_alone_change": -0.017, "pct_asian_alone_change": -1.295, "pct_hispanic_or_latino_change": -0.09, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6469841", "INTPTLON": "-073.8997658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903982, 40.646629 ], [ -73.9031, 40.6472 ], [ -73.902355, 40.647689 ], [ -73.901658, 40.648142 ], [ -73.900892, 40.648641 ], [ -73.900193, 40.649089 ], [ -73.899469, 40.649542 ], [ -73.898728, 40.650025 ], [ -73.897943, 40.650515 ], [ -73.896345, 40.649027 ], [ -73.89709, 40.648546 ], [ -73.897832, 40.64807 ], [ -73.896162, 40.646571 ], [ -73.896904, 40.646092 ], [ -73.897619, 40.64563 ], [ -73.898341, 40.645165 ], [ -73.899046, 40.644708 ], [ -73.899791, 40.644227 ], [ -73.90067, 40.64366 ], [ -73.90138, 40.644297 ], [ -73.902313, 40.645134 ], [ -73.903435, 40.646143 ], [ -73.903982, 40.646629 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047098200", "name": "Census Tract 982, Kings County, New York", "total_population_17": 4535, "white_alone_17": 0.0, "black_alone_17": 3721.0, "native_alone_17": 0.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 808.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.101, "pct_black_alone_change": 8.955, "pct_native_alone_change": -0.264, "pct_asian_alone_change": 0.11, "pct_hispanic_or_latino_change": -7.634, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6509988", "INTPTLON": "-073.8943666" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.897342, 40.650909 ], [ -73.895861, 40.651881 ], [ -73.89761, 40.653454 ], [ -73.897259, 40.653604 ], [ -73.896782, 40.65381 ], [ -73.895944, 40.654173 ], [ -73.895206, 40.654488 ], [ -73.894411, 40.654833 ], [ -73.893547, 40.655202 ], [ -73.892457, 40.653711 ], [ -73.891366, 40.652365 ], [ -73.889994, 40.651138 ], [ -73.891252, 40.650026 ], [ -73.892551, 40.648911 ], [ -73.893275, 40.648436 ], [ -73.893986, 40.647974 ], [ -73.894679, 40.64753 ], [ -73.895418, 40.647049 ], [ -73.896162, 40.646571 ], [ -73.897832, 40.64807 ], [ -73.89709, 40.648546 ], [ -73.896345, 40.649027 ], [ -73.897943, 40.650515 ], [ -73.897342, 40.650909 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047098400", "name": "Census Tract 984, Kings County, New York", "total_population_17": 2207, "white_alone_17": 66.0, "black_alone_17": 2038.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 90.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.318, "pct_black_alone_change": 1.588, "pct_native_alone_change": -0.048, "pct_asian_alone_change": 0.008, "pct_hispanic_or_latino_change": 0.351, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6465779", "INTPTLON": "-073.8917896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.893986, 40.647974 ], [ -73.893275, 40.648436 ], [ -73.892551, 40.648911 ], [ -73.89071, 40.647256 ], [ -73.890094, 40.646697 ], [ -73.889521, 40.646174 ], [ -73.888901, 40.64563 ], [ -73.891021, 40.644245 ], [ -73.89164, 40.644797 ], [ -73.892218, 40.645321 ], [ -73.892837, 40.645874 ], [ -73.894679, 40.64753 ], [ -73.893986, 40.647974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047098600", "name": "Census Tract 986, Kings County, New York", "total_population_17": 3145, "white_alone_17": 48.0, "black_alone_17": 2880.0, "native_alone_17": 0.0, "asian_alone_17": 54.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 95.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.968, "pct_black_alone_change": 5.033, "pct_native_alone_change": -0.224, "pct_asian_alone_change": -1.8, "pct_hispanic_or_latino_change": -3.437, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6449365", "INTPTLON": "-073.8943196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896904, 40.646092 ], [ -73.896162, 40.646571 ], [ -73.895418, 40.647049 ], [ -73.894679, 40.64753 ], [ -73.892837, 40.645874 ], [ -73.892218, 40.645321 ], [ -73.89164, 40.644797 ], [ -73.891021, 40.644245 ], [ -73.891762, 40.643764 ], [ -73.892503, 40.643285 ], [ -73.893247, 40.642806 ], [ -73.893961, 40.642343 ], [ -73.895777, 40.643977 ], [ -73.897619, 40.64563 ], [ -73.896904, 40.646092 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047098800", "name": "Census Tract 988, Kings County, New York", "total_population_17": 3343, "white_alone_17": 261.0, "black_alone_17": 2697.0, "native_alone_17": 0.0, "asian_alone_17": 96.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 270.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.548, "pct_black_alone_change": 10.637, "pct_native_alone_change": -0.13, "pct_asian_alone_change": -3.439, "pct_hispanic_or_latino_change": 0.497, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6430019", "INTPTLON": "-073.8973153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90067, 40.64366 ], [ -73.899791, 40.644227 ], [ -73.899046, 40.644708 ], [ -73.898341, 40.645165 ], [ -73.897619, 40.64563 ], [ -73.895777, 40.643977 ], [ -73.893961, 40.642343 ], [ -73.894674, 40.641882 ], [ -73.895389, 40.641421 ], [ -73.896131, 40.640941 ], [ -73.897011, 40.640374 ], [ -73.898828, 40.642005 ], [ -73.899406, 40.642523 ], [ -73.899914, 40.642978 ], [ -73.90067, 40.64366 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047099000", "name": "Census Tract 990, Kings County, New York", "total_population_17": 1724, "white_alone_17": 172.0, "black_alone_17": 1322.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 90.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.05, "pct_black_alone_change": 17.57, "pct_native_alone_change": -0.653, "pct_asian_alone_change": -0.913, "pct_hispanic_or_latino_change": -8.17, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6393703", "INTPTLON": "-073.8985620" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901217, 40.640462 ], [ -73.900503, 40.640923 ], [ -73.899626, 40.641491 ], [ -73.898828, 40.642005 ], [ -73.897011, 40.640374 ], [ -73.896368, 40.639798 ], [ -73.895191, 40.638742 ], [ -73.89599, 40.638226 ], [ -73.896868, 40.637658 ], [ -73.897583, 40.637196 ], [ -73.8983, 40.636736 ], [ -73.900111, 40.638365 ], [ -73.901933, 40.640001 ], [ -73.901217, 40.640462 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047099200", "name": "Census Tract 992, Kings County, New York", "total_population_17": 2348, "white_alone_17": 83.0, "black_alone_17": 2073.0, "native_alone_17": 0.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 160.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.389, "pct_black_alone_change": 26.187, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -5.889, "pct_hispanic_or_latino_change": -4.123, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6374035", "INTPTLON": "-073.9012845" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90413, 40.638578 ], [ -73.903361, 40.639076 ], [ -73.902747, 40.639472 ], [ -73.901933, 40.640001 ], [ -73.900111, 40.638365 ], [ -73.8983, 40.636736 ], [ -73.898929, 40.636327 ], [ -73.899726, 40.635812 ], [ -73.900495, 40.635314 ], [ -73.901264, 40.634818 ], [ -73.901753, 40.635257 ], [ -73.902095, 40.635563 ], [ -73.902908, 40.636294 ], [ -73.902177, 40.636823 ], [ -73.903691, 40.63817 ], [ -73.90413, 40.638578 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047099400", "name": "Census Tract 994, Kings County, New York", "total_population_17": 1886, "white_alone_17": 153.0, "black_alone_17": 1578.0, "native_alone_17": 24.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 85.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.261, "pct_black_alone_change": 13.203, "pct_native_alone_change": 0.91, "pct_asian_alone_change": -0.255, "pct_hispanic_or_latino_change": -4.457, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6357597", "INTPTLON": "-073.9043993" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907784, 40.63622 ], [ -73.907041, 40.636697 ], [ -73.906327, 40.637163 ], [ -73.905612, 40.637622 ], [ -73.904896, 40.638084 ], [ -73.90413, 40.638578 ], [ -73.903691, 40.63817 ], [ -73.902177, 40.636823 ], [ -73.902908, 40.636294 ], [ -73.902095, 40.635563 ], [ -73.901753, 40.635257 ], [ -73.901264, 40.634818 ], [ -73.901979, 40.634356 ], [ -73.902694, 40.633894 ], [ -73.903407, 40.633432 ], [ -73.904149, 40.632952 ], [ -73.90595, 40.634575 ], [ -73.907135, 40.635634 ], [ -73.907784, 40.63622 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047099600", "name": "Census Tract 996, Kings County, New York", "total_population_17": 4240, "white_alone_17": 175.0, "black_alone_17": 3814.0, "native_alone_17": 0.0, "asian_alone_17": 140.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 111.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.357, "pct_black_alone_change": 14.83, "pct_native_alone_change": -0.077, "pct_asian_alone_change": 0.954, "pct_hispanic_or_latino_change": -3.214, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+40.6334438", "INTPTLON": "-073.9077878" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911437, 40.633857 ], [ -73.910668, 40.634355 ], [ -73.909955, 40.634816 ], [ -73.909238, 40.635275 ], [ -73.908527, 40.63574 ], [ -73.907784, 40.63622 ], [ -73.907135, 40.635634 ], [ -73.90595, 40.634575 ], [ -73.904149, 40.632952 ], [ -73.904891, 40.632473 ], [ -73.905602, 40.632012 ], [ -73.90632, 40.63155 ], [ -73.907032, 40.631093 ], [ -73.907351, 40.630831 ], [ -73.908181, 40.631209 ], [ -73.908943, 40.631617 ], [ -73.909597, 40.632205 ], [ -73.91028, 40.632818 ], [ -73.910889, 40.633368 ], [ -73.911437, 40.633857 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047099800", "name": "Census Tract 998, Kings County, New York", "total_population_17": 3539, "white_alone_17": 264.0, "black_alone_17": 3091.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 113.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.919, "pct_black_alone_change": 15.633, "pct_native_alone_change": -0.107, "pct_asian_alone_change": -1.686, "pct_hispanic_or_latino_change": -2.803, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6295432", "INTPTLON": "-073.9094498" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917043, 40.633077 ], [ -73.916224, 40.633606 ], [ -73.915599, 40.633036 ], [ -73.913198, 40.631934 ], [ -73.912635, 40.632644 ], [ -73.912133, 40.63329 ], [ -73.911437, 40.633857 ], [ -73.910889, 40.633368 ], [ -73.91028, 40.632818 ], [ -73.909597, 40.632205 ], [ -73.908943, 40.631617 ], [ -73.908181, 40.631209 ], [ -73.907351, 40.630831 ], [ -73.907188, 40.630758 ], [ -73.907026, 40.630684 ], [ -73.90652, 40.630458 ], [ -73.90571, 40.630091 ], [ -73.904854, 40.629709 ], [ -73.904481, 40.629539 ], [ -73.904038, 40.629337 ], [ -73.903222, 40.62897 ], [ -73.902388, 40.628599 ], [ -73.90217, 40.6285 ], [ -73.901951, 40.628402 ], [ -73.901551, 40.628219 ], [ -73.900743, 40.627859 ], [ -73.899682, 40.627369 ], [ -73.900712, 40.626329 ], [ -73.901147, 40.625685 ], [ -73.90178, 40.624816 ], [ -73.904252, 40.626032 ], [ -73.906514, 40.627131 ], [ -73.90848, 40.627979 ], [ -73.916922, 40.631669 ], [ -73.918604, 40.632096 ], [ -73.917043, 40.633077 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047100400", "name": "Census Tract 1004, Kings County, New York", "total_population_17": 2756, "white_alone_17": 98.0, "black_alone_17": 2471.0, "native_alone_17": 47.0, "asian_alone_17": 44.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 75.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.968, "pct_black_alone_change": 14.164, "pct_native_alone_change": 1.597, "pct_asian_alone_change": -0.526, "pct_hispanic_or_latino_change": -1.417, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6306493", "INTPTLON": "-073.9038000" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907351, 40.630831 ], [ -73.907032, 40.631093 ], [ -73.90632, 40.63155 ], [ -73.905602, 40.632012 ], [ -73.904891, 40.632473 ], [ -73.904149, 40.632952 ], [ -73.90233, 40.63132 ], [ -73.900513, 40.629688 ], [ -73.901255, 40.629206 ], [ -73.901965, 40.628745 ], [ -73.902388, 40.628599 ], [ -73.903222, 40.62897 ], [ -73.904038, 40.629337 ], [ -73.904481, 40.629539 ], [ -73.904854, 40.629709 ], [ -73.90571, 40.630091 ], [ -73.90652, 40.630458 ], [ -73.907026, 40.630684 ], [ -73.907188, 40.630758 ], [ -73.907351, 40.630831 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047100600", "name": "Census Tract 1006, Kings County, New York", "total_population_17": 2441, "white_alone_17": 75.0, "black_alone_17": 2158.0, "native_alone_17": 0.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 92.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.074, "pct_black_alone_change": 21.029, "pct_native_alone_change": -0.194, "pct_asian_alone_change": -1.505, "pct_hispanic_or_latino_change": -3.864, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6322533", "INTPTLON": "-073.9008897" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903407, 40.633432 ], [ -73.902694, 40.633894 ], [ -73.901979, 40.634356 ], [ -73.901264, 40.634818 ], [ -73.899447, 40.633185 ], [ -73.897629, 40.631553 ], [ -73.898349, 40.631094 ], [ -73.899056, 40.63063 ], [ -73.899772, 40.630167 ], [ -73.900513, 40.629688 ], [ -73.90233, 40.63132 ], [ -73.904149, 40.632952 ], [ -73.903407, 40.633432 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047100800", "name": "Census Tract 1008, Kings County, New York", "total_population_17": 2205, "white_alone_17": 172.0, "black_alone_17": 1694.0, "native_alone_17": 0.0, "asian_alone_17": 86.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 230.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.829, "pct_black_alone_change": 22.92, "pct_native_alone_change": -0.144, "pct_asian_alone_change": -5.827, "pct_hispanic_or_latino_change": -0.015, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6341331", "INTPTLON": "-073.8980664" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900495, 40.635314 ], [ -73.899726, 40.635812 ], [ -73.898929, 40.636327 ], [ -73.8983, 40.636736 ], [ -73.896478, 40.635106 ], [ -73.896961, 40.634791 ], [ -73.896467, 40.634481 ], [ -73.896209, 40.634321 ], [ -73.895873, 40.634102 ], [ -73.895497, 40.633877 ], [ -73.89476, 40.633405 ], [ -73.895403, 40.632991 ], [ -73.896091, 40.632547 ], [ -73.89686, 40.63205 ], [ -73.897629, 40.631553 ], [ -73.899447, 40.633185 ], [ -73.901264, 40.634818 ], [ -73.900495, 40.635314 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047101000", "name": "Census Tract 1010, Kings County, New York", "total_population_17": 2196, "white_alone_17": 86.0, "black_alone_17": 1697.0, "native_alone_17": 0.0, "asian_alone_17": 154.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 190.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.154, "pct_black_alone_change": 30.688, "pct_native_alone_change": -0.418, "pct_asian_alone_change": -6.351, "pct_hispanic_or_latino_change": -0.443, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6360282", "INTPTLON": "-073.8949720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.897583, 40.637196 ], [ -73.896868, 40.637658 ], [ -73.89599, 40.638226 ], [ -73.895191, 40.638742 ], [ -73.893375, 40.637108 ], [ -73.891557, 40.635475 ], [ -73.892354, 40.63496 ], [ -73.893234, 40.634393 ], [ -73.893949, 40.633932 ], [ -73.89476, 40.633405 ], [ -73.895497, 40.633877 ], [ -73.895873, 40.634102 ], [ -73.896209, 40.634321 ], [ -73.896467, 40.634481 ], [ -73.896961, 40.634791 ], [ -73.896478, 40.635106 ], [ -73.8983, 40.636736 ], [ -73.897583, 40.637196 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047101200", "name": "Census Tract 1012, Kings County, New York", "total_population_17": 2280, "white_alone_17": 101.0, "black_alone_17": 1975.0, "native_alone_17": 0.0, "asian_alone_17": 53.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 151.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.38, "pct_black_alone_change": 28.736, "pct_native_alone_change": -0.149, "pct_asian_alone_change": -6.802, "pct_hispanic_or_latino_change": -1.76, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6397265", "INTPTLON": "-073.8936677" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.897011, 40.640374 ], [ -73.896131, 40.640941 ], [ -73.895389, 40.641421 ], [ -73.894674, 40.641882 ], [ -73.893961, 40.642343 ], [ -73.892141, 40.640712 ], [ -73.890328, 40.63908 ], [ -73.891042, 40.638619 ], [ -73.891754, 40.638157 ], [ -73.892495, 40.637676 ], [ -73.893375, 40.637108 ], [ -73.895191, 40.638742 ], [ -73.896368, 40.639798 ], [ -73.897011, 40.640374 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047101400", "name": "Census Tract 1014, Kings County, New York", "total_population_17": 2280, "white_alone_17": 58.0, "black_alone_17": 1901.0, "native_alone_17": 0.0, "asian_alone_17": 127.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 103.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.415, "pct_black_alone_change": 11.609, "pct_native_alone_change": -0.32, "pct_asian_alone_change": -4.069, "pct_hispanic_or_latino_change": -3.522, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6416626", "INTPTLON": "-073.8906734" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.893247, 40.642806 ], [ -73.892503, 40.643285 ], [ -73.891762, 40.643764 ], [ -73.891021, 40.644245 ], [ -73.890404, 40.643689 ], [ -73.889823, 40.643168 ], [ -73.8892, 40.642611 ], [ -73.888582, 40.642055 ], [ -73.888001, 40.641533 ], [ -73.887386, 40.640981 ], [ -73.888128, 40.640501 ], [ -73.888871, 40.640025 ], [ -73.889614, 40.639542 ], [ -73.890328, 40.63908 ], [ -73.892141, 40.640712 ], [ -73.893961, 40.642343 ], [ -73.893247, 40.642806 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047101600", "name": "Census Tract 1016, Kings County, New York", "total_population_17": 1810, "white_alone_17": 124.0, "black_alone_17": 1563.0, "native_alone_17": 6.0, "asian_alone_17": 84.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 33.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.062, "pct_black_alone_change": 10.527, "pct_native_alone_change": -0.051, "pct_asian_alone_change": 0.315, "pct_hispanic_or_latino_change": -3.839, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6433030", "INTPTLON": "-073.8881409" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891021, 40.644245 ], [ -73.888901, 40.64563 ], [ -73.88827, 40.645062 ], [ -73.887697, 40.644548 ], [ -73.887074, 40.643985 ], [ -73.886459, 40.643434 ], [ -73.885872, 40.642909 ], [ -73.885253, 40.642357 ], [ -73.887386, 40.640981 ], [ -73.888001, 40.641533 ], [ -73.888582, 40.642055 ], [ -73.8892, 40.642611 ], [ -73.889823, 40.643168 ], [ -73.890404, 40.643689 ], [ -73.891021, 40.644245 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047101800", "name": "Census Tract 1018, Kings County, New York", "total_population_17": 2058, "white_alone_17": 71.0, "black_alone_17": 1550.0, "native_alone_17": 0.0, "asian_alone_17": 131.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 254.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.382, "pct_black_alone_change": 5.564, "pct_native_alone_change": -0.297, "pct_asian_alone_change": 2.058, "pct_hispanic_or_latino_change": 4.57, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6438530", "INTPTLON": "-073.8866450" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891252, 40.650026 ], [ -73.889587, 40.648111 ], [ -73.886557, 40.645087 ], [ -73.886186, 40.644771 ], [ -73.884324, 40.642937 ], [ -73.883735, 40.642451 ], [ -73.883113, 40.641874 ], [ -73.882516, 40.641351 ], [ -73.881901, 40.640835 ], [ -73.880739, 40.639613 ], [ -73.881007, 40.639433 ], [ -73.881574, 40.639052 ], [ -73.883718, 40.63768 ], [ -73.884372, 40.638272 ], [ -73.884953, 40.638787 ], [ -73.885565, 40.639347 ], [ -73.886186, 40.639904 ], [ -73.886762, 40.640427 ], [ -73.887386, 40.640981 ], [ -73.885253, 40.642357 ], [ -73.885872, 40.642909 ], [ -73.886459, 40.643434 ], [ -73.887074, 40.643985 ], [ -73.887697, 40.644548 ], [ -73.88827, 40.645062 ], [ -73.888901, 40.64563 ], [ -73.889521, 40.646174 ], [ -73.890094, 40.646697 ], [ -73.89071, 40.647256 ], [ -73.892551, 40.648911 ], [ -73.891252, 40.650026 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047102000", "name": "Census Tract 1020, Kings County, New York", "total_population_17": 2291, "white_alone_17": 216.0, "black_alone_17": 1808.0, "native_alone_17": 0.0, "asian_alone_17": 42.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 161.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.392, "pct_black_alone_change": 3.346, "pct_native_alone_change": -0.146, "pct_asian_alone_change": -3.471, "pct_hispanic_or_latino_change": 3.377, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6383785", "INTPTLON": "-073.8870181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889614, 40.639542 ], [ -73.888871, 40.640025 ], [ -73.888128, 40.640501 ], [ -73.887386, 40.640981 ], [ -73.886762, 40.640427 ], [ -73.886186, 40.639904 ], [ -73.885565, 40.639347 ], [ -73.884953, 40.638787 ], [ -73.884372, 40.638272 ], [ -73.883718, 40.63768 ], [ -73.884444, 40.637197 ], [ -73.885188, 40.636713 ], [ -73.885944, 40.636227 ], [ -73.886646, 40.635775 ], [ -73.888507, 40.637446 ], [ -73.890328, 40.63908 ], [ -73.889614, 40.639542 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047102200", "name": "Census Tract 1022, Kings County, New York", "total_population_17": 1993, "white_alone_17": 107.0, "black_alone_17": 1541.0, "native_alone_17": 0.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 82.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.901, "pct_black_alone_change": 28.223, "pct_native_alone_change": -0.095, "pct_asian_alone_change": -8.922, "pct_hispanic_or_latino_change": -4.148, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6364413", "INTPTLON": "-073.8900106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.892495, 40.637676 ], [ -73.891754, 40.638157 ], [ -73.891042, 40.638619 ], [ -73.890328, 40.63908 ], [ -73.888507, 40.637446 ], [ -73.886646, 40.635775 ], [ -73.887357, 40.635316 ], [ -73.888078, 40.634846 ], [ -73.888516, 40.634565 ], [ -73.888824, 40.634368 ], [ -73.889695, 40.633802 ], [ -73.891557, 40.635475 ], [ -73.893375, 40.637108 ], [ -73.892495, 40.637676 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047102400", "name": "Census Tract 1024, Kings County, New York", "total_population_17": 2134, "white_alone_17": 107.0, "black_alone_17": 1857.0, "native_alone_17": 0.0, "asian_alone_17": 151.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 9.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.148, "pct_black_alone_change": 31.198, "pct_native_alone_change": -0.098, "pct_asian_alone_change": -5.791, "pct_hispanic_or_latino_change": -7.063, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6329284", "INTPTLON": "-073.8932756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896091, 40.632547 ], [ -73.895403, 40.632991 ], [ -73.89476, 40.633405 ], [ -73.893949, 40.633932 ], [ -73.893234, 40.634393 ], [ -73.892354, 40.63496 ], [ -73.891557, 40.635475 ], [ -73.889695, 40.633802 ], [ -73.890499, 40.633284 ], [ -73.89137, 40.632719 ], [ -73.892138, 40.632223 ], [ -73.892771, 40.631809 ], [ -73.893512, 40.631344 ], [ -73.894231, 40.630879 ], [ -73.895, 40.630386 ], [ -73.89686, 40.63205 ], [ -73.896091, 40.632547 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047102600", "name": "Census Tract 1026, Kings County, New York", "total_population_17": 2617, "white_alone_17": 91.0, "black_alone_17": 2425.0, "native_alone_17": 11.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 69.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.253, "pct_black_alone_change": 20.447, "pct_native_alone_change": 0.204, "pct_asian_alone_change": -3.243, "pct_hispanic_or_latino_change": -3.489, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6296068", "INTPTLON": "-073.8984805" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902388, 40.628599 ], [ -73.901965, 40.628745 ], [ -73.901255, 40.629206 ], [ -73.900513, 40.629688 ], [ -73.899772, 40.630167 ], [ -73.899056, 40.63063 ], [ -73.898349, 40.631094 ], [ -73.897629, 40.631553 ], [ -73.89686, 40.63205 ], [ -73.895, 40.630386 ], [ -73.895769, 40.629884 ], [ -73.896485, 40.629417 ], [ -73.897204, 40.628961 ], [ -73.897919, 40.628504 ], [ -73.898658, 40.628026 ], [ -73.899413, 40.627544 ], [ -73.899682, 40.627369 ], [ -73.900743, 40.627859 ], [ -73.901551, 40.628219 ], [ -73.901951, 40.628402 ], [ -73.90217, 40.6285 ], [ -73.902388, 40.628599 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047102800", "name": "Census Tract 1028, Kings County, New York", "total_population_17": 1795, "white_alone_17": 23.0, "black_alone_17": 1689.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 66.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.563, "pct_black_alone_change": 27.885, "pct_native_alone_change": -0.074, "pct_asian_alone_change": -5.283, "pct_hispanic_or_latino_change": -7.329, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6272716", "INTPTLON": "-073.8952137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901147, 40.625685 ], [ -73.900712, 40.626329 ], [ -73.899682, 40.627369 ], [ -73.899413, 40.627544 ], [ -73.898658, 40.628026 ], [ -73.897919, 40.628504 ], [ -73.897204, 40.628961 ], [ -73.896485, 40.629417 ], [ -73.895769, 40.629884 ], [ -73.895, 40.630386 ], [ -73.894231, 40.630879 ], [ -73.893512, 40.631344 ], [ -73.892771, 40.631809 ], [ -73.892138, 40.632223 ], [ -73.89137, 40.632719 ], [ -73.890499, 40.633284 ], [ -73.889695, 40.633802 ], [ -73.889137, 40.633302 ], [ -73.88908, 40.633251 ], [ -73.888739, 40.632946 ], [ -73.888171, 40.632436 ], [ -73.887986, 40.632269 ], [ -73.887547, 40.631875 ], [ -73.887074, 40.631451 ], [ -73.886807, 40.631216 ], [ -73.88665, 40.631078 ], [ -73.886357, 40.630821 ], [ -73.886012, 40.630505 ], [ -73.885931, 40.63043 ], [ -73.885897, 40.630399 ], [ -73.885597, 40.630123 ], [ -73.884863, 40.629468 ], [ -73.884657, 40.629274 ], [ -73.884004, 40.628766 ], [ -73.88239, 40.627542 ], [ -73.892306, 40.620556 ], [ -73.896207, 40.622116 ], [ -73.896556, 40.622256 ], [ -73.89668, 40.622306 ], [ -73.896922, 40.622411 ], [ -73.898261, 40.622989 ], [ -73.90178, 40.624816 ], [ -73.901147, 40.625685 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047103400", "name": "Census Tract 1034, Kings County, New York", "total_population_17": 4046, "white_alone_17": 167.0, "black_alone_17": 2577.0, "native_alone_17": 265.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1048.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.627, "pct_black_alone_change": 5.531, "pct_native_alone_change": 5.968, "pct_asian_alone_change": -0.759, "pct_hispanic_or_latino_change": 4.692, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6332674", "INTPTLON": "-073.8805974" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889695, 40.633802 ], [ -73.888824, 40.634368 ], [ -73.888516, 40.634565 ], [ -73.888078, 40.634846 ], [ -73.887357, 40.635316 ], [ -73.886646, 40.635775 ], [ -73.885944, 40.636227 ], [ -73.885188, 40.636713 ], [ -73.884444, 40.637197 ], [ -73.883718, 40.63768 ], [ -73.881574, 40.639052 ], [ -73.881007, 40.639433 ], [ -73.880739, 40.639613 ], [ -73.879541, 40.638862 ], [ -73.878938, 40.638085 ], [ -73.878814, 40.637942 ], [ -73.8763, 40.635192 ], [ -73.873957, 40.633773 ], [ -73.881823, 40.627942 ], [ -73.88239, 40.627542 ], [ -73.884004, 40.628766 ], [ -73.884657, 40.629274 ], [ -73.884863, 40.629468 ], [ -73.885597, 40.630123 ], [ -73.885897, 40.630399 ], [ -73.885931, 40.63043 ], [ -73.886012, 40.630505 ], [ -73.886357, 40.630821 ], [ -73.88665, 40.631078 ], [ -73.886807, 40.631216 ], [ -73.887074, 40.631451 ], [ -73.887547, 40.631875 ], [ -73.887986, 40.632269 ], [ -73.888171, 40.632436 ], [ -73.888739, 40.632946 ], [ -73.88908, 40.633251 ], [ -73.889137, 40.633302 ], [ -73.889695, 40.633802 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047105801", "name": "Census Tract 1058.01, Kings County, New York", "total_population_17": 5870, "white_alone_17": 1461.0, "black_alone_17": 3296.0, "native_alone_17": 16.0, "asian_alone_17": 22.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1075.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.072, "pct_black_alone_change": 12.959, "pct_native_alone_change": -0.028, "pct_asian_alone_change": -4.283, "pct_hispanic_or_latino_change": -0.085, "pct_native_hawaiian_pacific_islander_change": -0.007, "INTPTLAT": "+40.6492205", "INTPTLON": "-073.8805957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885505, 40.653089 ], [ -73.885022, 40.653293 ], [ -73.884909, 40.653341 ], [ -73.884653, 40.653451 ], [ -73.884163, 40.653661 ], [ -73.884049, 40.65371 ], [ -73.882213, 40.654498 ], [ -73.881722, 40.653754 ], [ -73.879993, 40.651543 ], [ -73.879924, 40.651444 ], [ -73.878436, 40.649327 ], [ -73.8776, 40.648213 ], [ -73.877033, 40.647456 ], [ -73.876839, 40.647198 ], [ -73.876104, 40.646215 ], [ -73.875022, 40.645205 ], [ -73.874892, 40.645095 ], [ -73.874969, 40.644999 ], [ -73.875235, 40.644624 ], [ -73.87548, 40.644262 ], [ -73.875638, 40.64403 ], [ -73.87569, 40.643953 ], [ -73.875825, 40.643728 ], [ -73.875891, 40.643614 ], [ -73.875955, 40.643506 ], [ -73.876012, 40.643419 ], [ -73.876051, 40.64335 ], [ -73.876082, 40.643293 ], [ -73.87624, 40.64335 ], [ -73.876503, 40.643431 ], [ -73.876693, 40.643496 ], [ -73.876857, 40.643561 ], [ -73.877016, 40.64365 ], [ -73.87729, 40.643842 ], [ -73.877519, 40.644043 ], [ -73.87775, 40.644251 ], [ -73.878358, 40.6448 ], [ -73.878963, 40.645344 ], [ -73.879269, 40.645612 ], [ -73.879868, 40.646155 ], [ -73.880131, 40.646383 ], [ -73.880732, 40.646928 ], [ -73.880794, 40.646983 ], [ -73.881481, 40.647601 ], [ -73.881935, 40.64801 ], [ -73.882413, 40.64844 ], [ -73.882781, 40.648766 ], [ -73.883103, 40.649053 ], [ -73.883496, 40.649411 ], [ -73.883708, 40.649601 ], [ -73.884113, 40.649956 ], [ -73.884806, 40.650765 ], [ -73.886282, 40.652756 ], [ -73.885505, 40.653089 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047105804", "name": "Census Tract 1058.04, Kings County, New York", "total_population_17": 6679, "white_alone_17": 1124.0, "black_alone_17": 3951.0, "native_alone_17": 111.0, "asian_alone_17": 328.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1108.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.132, "pct_black_alone_change": 15.965, "pct_native_alone_change": 1.361, "pct_asian_alone_change": 0.253, "pct_hispanic_or_latino_change": -1.809, "pct_native_hawaiian_pacific_islander_change": -0.007, "INTPTLAT": "+40.6458585", "INTPTLON": "-073.8831084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889994, 40.651138 ], [ -73.889591, 40.651338 ], [ -73.888766, 40.651691 ], [ -73.887949, 40.652041 ], [ -73.887131, 40.652394 ], [ -73.886282, 40.652756 ], [ -73.884806, 40.650765 ], [ -73.884113, 40.649956 ], [ -73.883708, 40.649601 ], [ -73.883496, 40.649411 ], [ -73.883103, 40.649053 ], [ -73.882781, 40.648766 ], [ -73.882413, 40.64844 ], [ -73.881935, 40.64801 ], [ -73.881481, 40.647601 ], [ -73.880794, 40.646983 ], [ -73.880732, 40.646928 ], [ -73.880131, 40.646383 ], [ -73.879868, 40.646155 ], [ -73.879269, 40.645612 ], [ -73.878963, 40.645344 ], [ -73.878358, 40.6448 ], [ -73.87775, 40.644251 ], [ -73.877519, 40.644043 ], [ -73.87729, 40.643842 ], [ -73.877016, 40.64365 ], [ -73.876857, 40.643561 ], [ -73.876693, 40.643496 ], [ -73.876503, 40.643431 ], [ -73.87624, 40.64335 ], [ -73.876082, 40.643293 ], [ -73.876118, 40.643229 ], [ -73.876231, 40.643032 ], [ -73.876471, 40.642611 ], [ -73.877091, 40.641404 ], [ -73.877268, 40.64106 ], [ -73.877848, 40.639904 ], [ -73.877901, 40.639798 ], [ -73.878351, 40.638872 ], [ -73.878497, 40.638575 ], [ -73.878814, 40.637942 ], [ -73.878938, 40.638085 ], [ -73.879541, 40.638862 ], [ -73.880739, 40.639613 ], [ -73.881901, 40.640835 ], [ -73.882516, 40.641351 ], [ -73.883113, 40.641874 ], [ -73.883735, 40.642451 ], [ -73.884324, 40.642937 ], [ -73.886186, 40.644771 ], [ -73.886557, 40.645087 ], [ -73.889587, 40.648111 ], [ -73.891252, 40.650026 ], [ -73.889994, 40.651138 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047107000", "name": "Census Tract 1070, Kings County, New York", "total_population_17": 1724, "white_alone_17": 22.0, "black_alone_17": 1171.0, "native_alone_17": 0.0, "asian_alone_17": 78.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 447.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.935, "pct_black_alone_change": 15.882, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 3.163, "pct_hispanic_or_latino_change": 6.54, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6468884", "INTPTLON": "-073.8639793" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882213, 40.654498 ], [ -73.880591, 40.655196 ], [ -73.879733, 40.655563 ], [ -73.878956, 40.655898 ], [ -73.878117, 40.65626 ], [ -73.876107, 40.657125 ], [ -73.874897, 40.657646 ], [ -73.874069, 40.658006 ], [ -73.873251, 40.658357 ], [ -73.872427, 40.658709 ], [ -73.871619, 40.65906 ], [ -73.870791, 40.659415 ], [ -73.869981, 40.659764 ], [ -73.869156, 40.660119 ], [ -73.868235, 40.660327 ], [ -73.867181, 40.660452 ], [ -73.865991, 40.658862 ], [ -73.864297, 40.656574 ], [ -73.864202, 40.65643 ], [ -73.864073, 40.656271 ], [ -73.863936, 40.656134 ], [ -73.863815, 40.656029 ], [ -73.863652, 40.655908 ], [ -73.863502, 40.655813 ], [ -73.863298, 40.655706 ], [ -73.863094, 40.655618 ], [ -73.862931, 40.65556 ], [ -73.862523, 40.655371 ], [ -73.862157, 40.655229 ], [ -73.861264, 40.655127 ], [ -73.860762, 40.654836 ], [ -73.860676, 40.654868 ], [ -73.860635, 40.654824 ], [ -73.860594, 40.65478 ], [ -73.860567, 40.654751 ], [ -73.860483, 40.654659 ], [ -73.860422, 40.654612 ], [ -73.859907, 40.654229 ], [ -73.859755, 40.654104 ], [ -73.85898, 40.652675 ], [ -73.856962, 40.650584 ], [ -73.856652, 40.650129 ], [ -73.856537, 40.649916 ], [ -73.856148, 40.649198 ], [ -73.855021, 40.643098 ], [ -73.873957, 40.633773 ], [ -73.8763, 40.635192 ], [ -73.878814, 40.637942 ], [ -73.878497, 40.638575 ], [ -73.878351, 40.638872 ], [ -73.877901, 40.639798 ], [ -73.877848, 40.639904 ], [ -73.877268, 40.64106 ], [ -73.877091, 40.641404 ], [ -73.876471, 40.642611 ], [ -73.876231, 40.643032 ], [ -73.876118, 40.643229 ], [ -73.876082, 40.643293 ], [ -73.876051, 40.64335 ], [ -73.876012, 40.643419 ], [ -73.875955, 40.643506 ], [ -73.875891, 40.643614 ], [ -73.875825, 40.643728 ], [ -73.87569, 40.643953 ], [ -73.875638, 40.64403 ], [ -73.87548, 40.644262 ], [ -73.875235, 40.644624 ], [ -73.874969, 40.644999 ], [ -73.874892, 40.645095 ], [ -73.875022, 40.645205 ], [ -73.876104, 40.646215 ], [ -73.876839, 40.647198 ], [ -73.877033, 40.647456 ], [ -73.8776, 40.648213 ], [ -73.878436, 40.649327 ], [ -73.879924, 40.651444 ], [ -73.879993, 40.651543 ], [ -73.881722, 40.653754 ], [ -73.882213, 40.654498 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047107800", "name": "Census Tract 1078, Kings County, New York", "total_population_17": 4068, "white_alone_17": 109.0, "black_alone_17": 3327.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 363.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.85, "pct_black_alone_change": -9.995, "pct_native_alone_change": -0.158, "pct_asian_alone_change": -0.407, "pct_hispanic_or_latino_change": 3.39, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.6588417", "INTPTLON": "-073.8759589" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885681, 40.65485 ], [ -73.882511, 40.656213 ], [ -73.881626, 40.65659 ], [ -73.880813, 40.656945 ], [ -73.881826, 40.658308 ], [ -73.881002, 40.658664 ], [ -73.88019, 40.659011 ], [ -73.879373, 40.659364 ], [ -73.878592, 40.659701 ], [ -73.878213, 40.659855 ], [ -73.877733, 40.660052 ], [ -73.876909, 40.660402 ], [ -73.876101, 40.660757 ], [ -73.875285, 40.661107 ], [ -73.87447, 40.661459 ], [ -73.873652, 40.661809 ], [ -73.872835, 40.662162 ], [ -73.872007, 40.662513 ], [ -73.871193, 40.662854 ], [ -73.870376, 40.66321 ], [ -73.869485, 40.663546 ], [ -73.868367, 40.662015 ], [ -73.868163, 40.661727 ], [ -73.867181, 40.660452 ], [ -73.868235, 40.660327 ], [ -73.869156, 40.660119 ], [ -73.869981, 40.659764 ], [ -73.870791, 40.659415 ], [ -73.871619, 40.65906 ], [ -73.872427, 40.658709 ], [ -73.873251, 40.658357 ], [ -73.874069, 40.658006 ], [ -73.874897, 40.657646 ], [ -73.876107, 40.657125 ], [ -73.878117, 40.65626 ], [ -73.878956, 40.655898 ], [ -73.879733, 40.655563 ], [ -73.880591, 40.655196 ], [ -73.882213, 40.654498 ], [ -73.884049, 40.65371 ], [ -73.884163, 40.653661 ], [ -73.884653, 40.653451 ], [ -73.885681, 40.65485 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047109800", "name": "Census Tract 1098, Kings County, New York", "total_population_17": 2254, "white_alone_17": 83.0, "black_alone_17": 1659.0, "native_alone_17": 0.0, "asian_alone_17": 111.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 363.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.684, "pct_black_alone_change": 7.204, "pct_native_alone_change": -0.134, "pct_asian_alone_change": 1.027, "pct_hispanic_or_latino_change": -0.158, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6526617", "INTPTLON": "-073.9016506" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.909449, 40.651522 ], [ -73.908558, 40.652096 ], [ -73.908216, 40.652312 ], [ -73.9074, 40.652844 ], [ -73.907816, 40.654435 ], [ -73.907856, 40.654589 ], [ -73.906916, 40.654732 ], [ -73.905057, 40.655013 ], [ -73.904142, 40.655147 ], [ -73.903173, 40.655301 ], [ -73.902311, 40.655792 ], [ -73.901261, 40.656452 ], [ -73.900572, 40.657094 ], [ -73.900303, 40.657263 ], [ -73.899967, 40.657285 ], [ -73.899041, 40.657372 ], [ -73.898867, 40.657398 ], [ -73.898807, 40.657407 ], [ -73.897966, 40.657532 ], [ -73.897045, 40.657668 ], [ -73.89611, 40.657754 ], [ -73.89591, 40.657771 ], [ -73.895382, 40.65772 ], [ -73.895245, 40.657534 ], [ -73.894631, 40.656693 ], [ -73.893952, 40.655778 ], [ -73.893547, 40.655202 ], [ -73.894411, 40.654833 ], [ -73.895206, 40.654488 ], [ -73.895944, 40.654173 ], [ -73.896782, 40.65381 ], [ -73.897259, 40.653604 ], [ -73.89761, 40.653454 ], [ -73.895861, 40.651881 ], [ -73.897342, 40.650909 ], [ -73.897943, 40.650515 ], [ -73.898728, 40.650025 ], [ -73.899469, 40.649542 ], [ -73.900193, 40.649089 ], [ -73.900892, 40.648641 ], [ -73.901658, 40.648142 ], [ -73.902355, 40.647689 ], [ -73.9031, 40.6472 ], [ -73.903982, 40.646629 ], [ -73.905096, 40.647607 ], [ -73.9058, 40.648265 ], [ -73.906372, 40.648779 ], [ -73.907615, 40.649896 ], [ -73.908681, 40.650717 ], [ -73.909449, 40.651522 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047110400", "name": "Census Tract 1104, Kings County, New York", "total_population_17": 4675, "white_alone_17": 44.0, "black_alone_17": 3839.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 792.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.102, "pct_black_alone_change": 1.534, "pct_native_alone_change": -0.272, "pct_asian_alone_change": -0.543, "pct_hispanic_or_latino_change": -0.524, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6574021", "INTPTLON": "-073.8887862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896167, 40.657974 ], [ -73.895718, 40.65816 ], [ -73.894913, 40.658526 ], [ -73.894098, 40.658878 ], [ -73.893279, 40.65923 ], [ -73.892464, 40.659581 ], [ -73.891649, 40.659933 ], [ -73.890832, 40.660284 ], [ -73.890015, 40.660636 ], [ -73.8892, 40.660988 ], [ -73.888385, 40.661338 ], [ -73.887568, 40.661689 ], [ -73.886814, 40.662014 ], [ -73.885936, 40.662394 ], [ -73.885118, 40.662746 ], [ -73.884302, 40.663095 ], [ -73.883487, 40.663448 ], [ -73.88267, 40.663798 ], [ -73.881856, 40.66415 ], [ -73.880961, 40.662928 ], [ -73.880892, 40.662834 ], [ -73.881703, 40.662472 ], [ -73.882491, 40.662136 ], [ -73.883334, 40.661773 ], [ -73.884131, 40.661433 ], [ -73.884047, 40.661317 ], [ -73.884002, 40.661253 ], [ -73.882912, 40.659781 ], [ -73.883739, 40.659427 ], [ -73.884582, 40.659061 ], [ -73.886047, 40.65843 ], [ -73.887786, 40.657683 ], [ -73.886689, 40.656205 ], [ -73.885681, 40.65485 ], [ -73.884653, 40.653451 ], [ -73.884909, 40.653341 ], [ -73.885022, 40.653293 ], [ -73.885505, 40.653089 ], [ -73.886282, 40.652756 ], [ -73.887131, 40.652394 ], [ -73.887949, 40.652041 ], [ -73.888766, 40.651691 ], [ -73.889591, 40.651338 ], [ -73.889994, 40.651138 ], [ -73.891366, 40.652365 ], [ -73.892457, 40.653711 ], [ -73.893547, 40.655202 ], [ -73.893952, 40.655778 ], [ -73.894631, 40.656693 ], [ -73.895245, 40.657534 ], [ -73.895382, 40.65772 ], [ -73.89591, 40.657771 ], [ -73.89611, 40.657754 ], [ -73.896151, 40.657912 ], [ -73.896167, 40.657974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047110600", "name": "Census Tract 1106, Kings County, New York", "total_population_17": 4082, "white_alone_17": 0.0, "black_alone_17": 2814.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1176.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.655, "pct_black_alone_change": -8.407, "pct_native_alone_change": -0.585, "pct_asian_alone_change": -0.061, "pct_hispanic_or_latino_change": 7.766, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6573142", "INTPTLON": "-073.8842981" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887786, 40.657683 ], [ -73.886047, 40.65843 ], [ -73.884582, 40.659061 ], [ -73.883739, 40.659427 ], [ -73.882912, 40.659781 ], [ -73.881826, 40.658308 ], [ -73.880813, 40.656945 ], [ -73.881626, 40.65659 ], [ -73.882511, 40.656213 ], [ -73.885681, 40.65485 ], [ -73.886689, 40.656205 ], [ -73.887786, 40.657683 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047111000", "name": "Census Tract 1110, Kings County, New York", "total_population_17": 3365, "white_alone_17": 94.0, "black_alone_17": 2380.0, "native_alone_17": 16.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 733.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.251, "pct_black_alone_change": -5.013, "pct_native_alone_change": 0.161, "pct_asian_alone_change": -0.057, "pct_hispanic_or_latino_change": -1.535, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6605666", "INTPTLON": "-073.8813618" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.884131, 40.661433 ], [ -73.883334, 40.661773 ], [ -73.882491, 40.662136 ], [ -73.881703, 40.662472 ], [ -73.880892, 40.662834 ], [ -73.88081, 40.662722 ], [ -73.880752, 40.662641 ], [ -73.879683, 40.66117 ], [ -73.878592, 40.659701 ], [ -73.879373, 40.659364 ], [ -73.88019, 40.659011 ], [ -73.881002, 40.658664 ], [ -73.881826, 40.658308 ], [ -73.882912, 40.659781 ], [ -73.884002, 40.661253 ], [ -73.884047, 40.661317 ], [ -73.884131, 40.661433 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047111600", "name": "Census Tract 1116, Kings County, New York", "total_population_17": 3763, "white_alone_17": 141.0, "black_alone_17": 2611.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 997.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.359, "pct_black_alone_change": -0.165, "pct_native_alone_change": -0.089, "pct_asian_alone_change": -0.081, "pct_hispanic_or_latino_change": -1.119, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6638632", "INTPTLON": "-073.8756883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.881036, 40.664504 ], [ -73.880222, 40.664857 ], [ -73.879406, 40.665202 ], [ -73.878586, 40.665554 ], [ -73.877771, 40.665908 ], [ -73.876953, 40.666259 ], [ -73.876137, 40.666612 ], [ -73.87532, 40.666962 ], [ -73.874503, 40.667314 ], [ -73.873688, 40.667665 ], [ -73.872841, 40.668032 ], [ -73.871945, 40.666856 ], [ -73.871875, 40.666764 ], [ -73.871782, 40.666641 ], [ -73.871699, 40.666532 ], [ -73.870617, 40.665095 ], [ -73.869485, 40.663546 ], [ -73.870376, 40.66321 ], [ -73.871193, 40.662854 ], [ -73.872007, 40.662513 ], [ -73.872835, 40.662162 ], [ -73.873652, 40.661809 ], [ -73.87447, 40.661459 ], [ -73.875285, 40.661107 ], [ -73.876101, 40.660757 ], [ -73.876909, 40.660402 ], [ -73.877733, 40.660052 ], [ -73.878213, 40.659855 ], [ -73.878592, 40.659701 ], [ -73.879683, 40.66117 ], [ -73.880752, 40.662641 ], [ -73.88081, 40.662722 ], [ -73.880892, 40.662834 ], [ -73.880961, 40.662928 ], [ -73.881856, 40.66415 ], [ -73.881036, 40.664504 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047111800", "name": "Census Tract 1118, Kings County, New York", "total_population_17": 3418, "white_alone_17": 191.0, "black_alone_17": 2441.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 786.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.673, "pct_black_alone_change": 1.229, "pct_native_alone_change": -0.267, "pct_asian_alone_change": -0.343, "pct_hispanic_or_latino_change": -5.025, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6687567", "INTPTLON": "-073.8760180" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.878871, 40.670195 ], [ -73.87795, 40.670327 ], [ -73.877027, 40.67046 ], [ -73.876106, 40.670591 ], [ -73.87518, 40.670724 ], [ -73.874231, 40.670863 ], [ -73.873916, 40.669748 ], [ -73.8738, 40.669335 ], [ -73.872841, 40.668032 ], [ -73.873688, 40.667665 ], [ -73.874503, 40.667314 ], [ -73.87532, 40.666962 ], [ -73.876137, 40.666612 ], [ -73.876953, 40.666259 ], [ -73.878378, 40.668234 ], [ -73.878489, 40.668655 ], [ -73.878871, 40.670195 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047112000", "name": "Census Tract 1120, Kings County, New York", "total_population_17": 3048, "white_alone_17": 84.0, "black_alone_17": 1769.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.929, "pct_black_alone_change": -0.492, "pct_native_alone_change": -0.382, "pct_asian_alone_change": -0.255, "pct_hispanic_or_latino_change": -0.164, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6666275", "INTPTLON": "-073.8805197" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.883597, 40.667905 ], [ -73.882782, 40.668026 ], [ -73.881968, 40.668147 ], [ -73.881153, 40.668268 ], [ -73.880314, 40.668392 ], [ -73.879411, 40.668522 ], [ -73.878489, 40.668655 ], [ -73.878378, 40.668234 ], [ -73.876953, 40.666259 ], [ -73.877771, 40.665908 ], [ -73.878586, 40.665554 ], [ -73.879406, 40.665202 ], [ -73.880222, 40.664857 ], [ -73.881036, 40.664504 ], [ -73.881856, 40.66415 ], [ -73.883309, 40.666112 ], [ -73.883152, 40.666181 ], [ -73.883199, 40.666376 ], [ -73.883597, 40.667905 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047112200", "name": "Census Tract 1122, Kings County, New York", "total_population_17": 3587, "white_alone_17": 0.0, "black_alone_17": 2732.0, "native_alone_17": 44.0, "asian_alone_17": 93.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 718.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.961, "pct_black_alone_change": 0.46, "pct_native_alone_change": 1.158, "pct_asian_alone_change": 2.216, "pct_hispanic_or_latino_change": -2.495, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.6637279", "INTPTLON": "-073.8859223" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889907, 40.663778 ], [ -73.888985, 40.663916 ], [ -73.888108, 40.664047 ], [ -73.887392, 40.664353 ], [ -73.887261, 40.664414 ], [ -73.886577, 40.664708 ], [ -73.886413, 40.664781 ], [ -73.885563, 40.665141 ], [ -73.884937, 40.665407 ], [ -73.884743, 40.665495 ], [ -73.884122, 40.665761 ], [ -73.883912, 40.665852 ], [ -73.883309, 40.666112 ], [ -73.881856, 40.66415 ], [ -73.88267, 40.663798 ], [ -73.883487, 40.663448 ], [ -73.884302, 40.663095 ], [ -73.885118, 40.662746 ], [ -73.885936, 40.662394 ], [ -73.886814, 40.662014 ], [ -73.887568, 40.661689 ], [ -73.888385, 40.661338 ], [ -73.889785, 40.663295 ], [ -73.889907, 40.663778 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047112400", "name": "Census Tract 1124, Kings County, New York", "total_population_17": 3169, "white_alone_17": 16.0, "black_alone_17": 2687.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 400.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -0.018, "pct_black_alone_change": 7.292, "pct_native_alone_change": -0.215, "pct_asian_alone_change": -0.369, "pct_hispanic_or_latino_change": -8.62, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6660037", "INTPTLON": "-073.8871536" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890694, 40.666852 ], [ -73.88977, 40.66699 ], [ -73.888889, 40.66712 ], [ -73.887988, 40.667254 ], [ -73.887084, 40.667388 ], [ -73.886183, 40.667521 ], [ -73.885297, 40.667653 ], [ -73.884411, 40.667785 ], [ -73.883597, 40.667905 ], [ -73.883199, 40.666376 ], [ -73.883152, 40.666181 ], [ -73.883309, 40.666112 ], [ -73.883912, 40.665852 ], [ -73.884122, 40.665761 ], [ -73.884743, 40.665495 ], [ -73.884937, 40.665407 ], [ -73.885563, 40.665141 ], [ -73.886413, 40.664781 ], [ -73.886577, 40.664708 ], [ -73.887261, 40.664414 ], [ -73.887392, 40.664353 ], [ -73.888108, 40.664047 ], [ -73.888985, 40.663916 ], [ -73.889907, 40.663778 ], [ -73.890299, 40.665312 ], [ -73.890694, 40.666852 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047112600", "name": "Census Tract 1126, Kings County, New York", "total_population_17": 3388, "white_alone_17": 42.0, "black_alone_17": 2533.0, "native_alone_17": 0.0, "asian_alone_17": 64.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 749.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.523, "pct_black_alone_change": 6.562, "pct_native_alone_change": -0.138, "pct_asian_alone_change": 1.393, "pct_hispanic_or_latino_change": -7.816, "pct_native_hawaiian_pacific_islander_change": -0.138, "INTPTLAT": "+40.6648986", "INTPTLON": "-073.8931118" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896316, 40.666019 ], [ -73.895409, 40.666154 ], [ -73.894439, 40.666297 ], [ -73.893446, 40.666446 ], [ -73.892526, 40.666581 ], [ -73.89161, 40.666716 ], [ -73.890694, 40.666852 ], [ -73.890299, 40.665312 ], [ -73.889907, 40.663778 ], [ -73.89083, 40.663641 ], [ -73.891738, 40.663507 ], [ -73.892661, 40.663369 ], [ -73.89365, 40.663223 ], [ -73.894628, 40.66308 ], [ -73.895531, 40.662945 ], [ -73.895921, 40.664471 ], [ -73.896316, 40.666019 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047112800", "name": "Census Tract 1128, Kings County, New York", "total_population_17": 3910, "white_alone_17": 225.0, "black_alone_17": 3095.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 538.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.195, "pct_black_alone_change": 4.2, "pct_native_alone_change": -0.33, "pct_asian_alone_change": -0.275, "pct_hispanic_or_latino_change": -9.125, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.6617411", "INTPTLON": "-073.8921088" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.895531, 40.662945 ], [ -73.894628, 40.66308 ], [ -73.89365, 40.663223 ], [ -73.892661, 40.663369 ], [ -73.891738, 40.663507 ], [ -73.89083, 40.663641 ], [ -73.889907, 40.663778 ], [ -73.889785, 40.663295 ], [ -73.888385, 40.661338 ], [ -73.8892, 40.660988 ], [ -73.890015, 40.660636 ], [ -73.890832, 40.660284 ], [ -73.891649, 40.659933 ], [ -73.892464, 40.659581 ], [ -73.893279, 40.65923 ], [ -73.89469, 40.661126 ], [ -73.89495, 40.661016 ], [ -73.895151, 40.661314 ], [ -73.895531, 40.662945 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047113000", "name": "Census Tract 1130, Kings County, New York", "total_population_17": 4000, "white_alone_17": 26.0, "black_alone_17": 3352.0, "native_alone_17": 39.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 461.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.199, "pct_black_alone_change": 8.405, "pct_native_alone_change": 0.411, "pct_asian_alone_change": -0.254, "pct_hispanic_or_latino_change": -11.443, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6621721", "INTPTLON": "-073.8964707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.899076, 40.665608 ], [ -73.898158, 40.665747 ], [ -73.897233, 40.665878 ], [ -73.896316, 40.666019 ], [ -73.895921, 40.664471 ], [ -73.895531, 40.662945 ], [ -73.895151, 40.661314 ], [ -73.89495, 40.661016 ], [ -73.89469, 40.661126 ], [ -73.893279, 40.65923 ], [ -73.894098, 40.658878 ], [ -73.894913, 40.658526 ], [ -73.895718, 40.65816 ], [ -73.896167, 40.657974 ], [ -73.896449, 40.659103 ], [ -73.89674, 40.660217 ], [ -73.896975, 40.661135 ], [ -73.897896, 40.660999 ], [ -73.89829, 40.662534 ], [ -73.89868, 40.664062 ], [ -73.899076, 40.665608 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047113200", "name": "Census Tract 1132, Kings County, New York", "total_population_17": 1956, "white_alone_17": 41.0, "black_alone_17": 1627.0, "native_alone_17": 9.0, "asian_alone_17": 19.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 260.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.88, "pct_black_alone_change": 7.693, "pct_native_alone_change": 0.1, "pct_asian_alone_change": 0.827, "pct_hispanic_or_latino_change": -10.14, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6612884", "INTPTLON": "-073.8988885" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901451, 40.663659 ], [ -73.900714, 40.663738 ], [ -73.900417, 40.663806 ], [ -73.900851, 40.665346 ], [ -73.899997, 40.665472 ], [ -73.899076, 40.665608 ], [ -73.89868, 40.664062 ], [ -73.89829, 40.662534 ], [ -73.897896, 40.660999 ], [ -73.896975, 40.661135 ], [ -73.89674, 40.660217 ], [ -73.896449, 40.659103 ], [ -73.896167, 40.657974 ], [ -73.896151, 40.657912 ], [ -73.89611, 40.657754 ], [ -73.897045, 40.657668 ], [ -73.897966, 40.657532 ], [ -73.898807, 40.657407 ], [ -73.898843, 40.657556 ], [ -73.899217, 40.659112 ], [ -73.899652, 40.660735 ], [ -73.899889, 40.66064 ], [ -73.900259, 40.660619 ], [ -73.900661, 40.660587 ], [ -73.901053, 40.662125 ], [ -73.901451, 40.663659 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047113400", "name": "Census Tract 1134, Kings County, New York", "total_population_17": 3163, "white_alone_17": 25.0, "black_alone_17": 1935.0, "native_alone_17": 0.0, "asian_alone_17": 40.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1088.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.878, "pct_black_alone_change": -1.633, "pct_native_alone_change": -0.2, "pct_asian_alone_change": 0.131, "pct_hispanic_or_latino_change": 0.442, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6677793", "INTPTLON": "-073.8996082" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901982, 40.66967 ], [ -73.901104, 40.6698 ], [ -73.900183, 40.669939 ], [ -73.899262, 40.670073 ], [ -73.898341, 40.670212 ], [ -73.89802, 40.668958 ], [ -73.897633, 40.667419 ], [ -73.897233, 40.665878 ], [ -73.898158, 40.665747 ], [ -73.899076, 40.665608 ], [ -73.899997, 40.665472 ], [ -73.900851, 40.665346 ], [ -73.901266, 40.66688 ], [ -73.901668, 40.668413 ], [ -73.901982, 40.66967 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047114201", "name": "Census Tract 1142.01, Kings County, New York", "total_population_17": 1629, "white_alone_17": 28.0, "black_alone_17": 299.0, "native_alone_17": 0.0, "asian_alone_17": 33.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1246.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.392, "pct_black_alone_change": -7.97, "pct_native_alone_change": -0.576, "pct_asian_alone_change": -2.64, "pct_hispanic_or_latino_change": 11.512, "pct_native_hawaiian_pacific_islander_change": -0.115, "INTPTLAT": "+40.6790020", "INTPTLON": "-073.9010285" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.904046, 40.67922 ], [ -73.902622, 40.680664 ], [ -73.900752, 40.679677 ], [ -73.900283, 40.679442 ], [ -73.899698, 40.679545 ], [ -73.898899, 40.679561 ], [ -73.898204, 40.679768 ], [ -73.897769, 40.679926 ], [ -73.897494, 40.680074 ], [ -73.897186, 40.680368 ], [ -73.897035, 40.680565 ], [ -73.896929, 40.680746 ], [ -73.896823, 40.681155 ], [ -73.896615, 40.682008 ], [ -73.896518, 40.682397 ], [ -73.896482, 40.68253 ], [ -73.896406, 40.68268 ], [ -73.896331, 40.68283 ], [ -73.896231, 40.682977 ], [ -73.896123, 40.68314 ], [ -73.895819, 40.683516 ], [ -73.895293, 40.684169 ], [ -73.894942, 40.684548 ], [ -73.894597, 40.684882 ], [ -73.894406, 40.68509 ], [ -73.8942, 40.685309 ], [ -73.894139, 40.685243 ], [ -73.892523, 40.683424 ], [ -73.891975, 40.682743 ], [ -73.893253, 40.682067 ], [ -73.894312, 40.681566 ], [ -73.893733, 40.680854 ], [ -73.893185, 40.680161 ], [ -73.893995, 40.679767 ], [ -73.894826, 40.679338 ], [ -73.895698, 40.678971 ], [ -73.896537, 40.678594 ], [ -73.897019, 40.678381 ], [ -73.897475, 40.678163 ], [ -73.897601, 40.678099 ], [ -73.897663, 40.678068 ], [ -73.897955, 40.677889 ], [ -73.898151, 40.677768 ], [ -73.898362, 40.677658 ], [ -73.898832, 40.677447 ], [ -73.899126, 40.677313 ], [ -73.89999, 40.6769 ], [ -73.900627, 40.677265 ], [ -73.903466, 40.678897 ], [ -73.904046, 40.67922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047114202", "name": "Census Tract 1142.02, Kings County, New York", "total_population_17": 2837, "white_alone_17": 63.0, "black_alone_17": 926.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1826.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.929, "pct_black_alone_change": -7.751, "pct_native_alone_change": -0.478, "pct_asian_alone_change": -2.352, "pct_hispanic_or_latino_change": 12.131, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6823605", "INTPTLON": "-073.8912824" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894312, 40.681566 ], [ -73.893253, 40.682067 ], [ -73.891975, 40.682743 ], [ -73.892523, 40.683424 ], [ -73.89166, 40.684044 ], [ -73.890878, 40.684543 ], [ -73.890201, 40.683864 ], [ -73.889747, 40.684131 ], [ -73.889607, 40.684214 ], [ -73.888924, 40.683126 ], [ -73.888191, 40.682556 ], [ -73.888927, 40.682202 ], [ -73.889009, 40.682166 ], [ -73.889774, 40.681801 ], [ -73.890655, 40.681373 ], [ -73.890819, 40.681294 ], [ -73.891497, 40.68097 ], [ -73.892051, 40.680702 ], [ -73.892328, 40.680569 ], [ -73.893185, 40.680161 ], [ -73.893733, 40.680854 ], [ -73.894312, 40.681566 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047114400", "name": "Census Tract 1144, Kings County, New York", "total_population_17": 2452, "white_alone_17": 95.0, "black_alone_17": 1327.0, "native_alone_17": 0.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 991.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.992, "pct_black_alone_change": -0.237, "pct_native_alone_change": -0.362, "pct_asian_alone_change": -1.165, "pct_hispanic_or_latino_change": -0.864, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6728096", "INTPTLON": "-073.8985527" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903475, 40.675507 ], [ -73.903009, 40.675679 ], [ -73.902964, 40.675699 ], [ -73.902738, 40.675797 ], [ -73.902535, 40.675884 ], [ -73.900792, 40.676572 ], [ -73.89999, 40.6769 ], [ -73.899732, 40.675704 ], [ -73.899714, 40.67561 ], [ -73.899696, 40.675519 ], [ -73.899692, 40.675497 ], [ -73.899307, 40.673982 ], [ -73.898387, 40.674121 ], [ -73.897485, 40.674255 ], [ -73.896509, 40.674397 ], [ -73.895499, 40.674551 ], [ -73.894594, 40.674684 ], [ -73.89367, 40.674822 ], [ -73.893352, 40.673582 ], [ -73.893028, 40.672315 ], [ -73.892711, 40.671046 ], [ -73.893633, 40.67091 ], [ -73.894556, 40.67077 ], [ -73.895544, 40.670626 ], [ -73.896518, 40.670481 ], [ -73.897422, 40.670347 ], [ -73.898341, 40.670212 ], [ -73.899262, 40.670073 ], [ -73.900183, 40.669939 ], [ -73.901104, 40.6698 ], [ -73.901982, 40.66967 ], [ -73.902289, 40.670936 ], [ -73.90266, 40.672197 ], [ -73.902968, 40.673439 ], [ -73.903447, 40.675395 ], [ -73.903475, 40.675507 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047114600", "name": "Census Tract 1146, Kings County, New York", "total_population_17": 3308, "white_alone_17": 94.0, "black_alone_17": 735.0, "native_alone_17": 30.0, "asian_alone_17": 252.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2107.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.616, "pct_black_alone_change": -5.218, "pct_native_alone_change": 0.545, "pct_asian_alone_change": 2.941, "pct_hispanic_or_latino_change": 0.881, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6792066", "INTPTLON": "-073.8923418" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896537, 40.678594 ], [ -73.895698, 40.678971 ], [ -73.894826, 40.679338 ], [ -73.893995, 40.679767 ], [ -73.893185, 40.680161 ], [ -73.892328, 40.680569 ], [ -73.892051, 40.680702 ], [ -73.891497, 40.68097 ], [ -73.890819, 40.681294 ], [ -73.890655, 40.681373 ], [ -73.889774, 40.681801 ], [ -73.889406, 40.680142 ], [ -73.889006, 40.678557 ], [ -73.889875, 40.678302 ], [ -73.890773, 40.678165 ], [ -73.891672, 40.678031 ], [ -73.892579, 40.6779 ], [ -73.893484, 40.677762 ], [ -73.894388, 40.67763 ], [ -73.895318, 40.677496 ], [ -73.896218, 40.677358 ], [ -73.896537, 40.678594 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047115000", "name": "Census Tract 1150, Kings County, New York", "total_population_17": 2855, "white_alone_17": 23.0, "black_alone_17": 1226.0, "native_alone_17": 152.0, "asian_alone_17": 33.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1454.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.952, "pct_black_alone_change": -3.229, "pct_native_alone_change": 4.87, "pct_asian_alone_change": 0.362, "pct_hispanic_or_latino_change": 0.219, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6739223", "INTPTLON": "-073.8865225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889151, 40.675496 ], [ -73.888256, 40.675625 ], [ -73.887371, 40.675756 ], [ -73.886482, 40.675888 ], [ -73.885668, 40.676009 ], [ -73.885074, 40.676096 ], [ -73.884854, 40.676129 ], [ -73.884537, 40.674889 ], [ -73.884214, 40.673621 ], [ -73.883944, 40.672571 ], [ -73.883889, 40.672355 ], [ -73.884703, 40.672234 ], [ -73.885517, 40.672113 ], [ -73.886403, 40.671981 ], [ -73.887289, 40.671848 ], [ -73.888192, 40.671715 ], [ -73.888515, 40.672983 ], [ -73.888838, 40.674251 ], [ -73.889151, 40.675496 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047115200", "name": "Census Tract 1152, Kings County, New York", "total_population_17": 3075, "white_alone_17": 76.0, "black_alone_17": 1757.0, "native_alone_17": 0.0, "asian_alone_17": 116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 861.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.729, "pct_black_alone_change": -4.367, "pct_native_alone_change": -0.475, "pct_asian_alone_change": 2.94, "pct_hispanic_or_latino_change": -6.733, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6732693", "INTPTLON": "-073.8909301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89367, 40.674822 ], [ -73.892766, 40.674956 ], [ -73.89186, 40.675091 ], [ -73.890959, 40.675224 ], [ -73.890056, 40.675357 ], [ -73.889151, 40.675496 ], [ -73.888838, 40.674251 ], [ -73.888515, 40.672983 ], [ -73.888192, 40.671715 ], [ -73.889096, 40.671582 ], [ -73.889994, 40.671449 ], [ -73.890878, 40.671318 ], [ -73.891799, 40.67118 ], [ -73.892711, 40.671046 ], [ -73.893028, 40.672315 ], [ -73.893352, 40.673582 ], [ -73.89367, 40.674822 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047115600", "name": "Census Tract 1156, Kings County, New York", "total_population_17": 4091, "white_alone_17": 12.0, "black_alone_17": 3086.0, "native_alone_17": 32.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 928.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.345, "pct_black_alone_change": 12.186, "pct_native_alone_change": 0.586, "pct_asian_alone_change": -0.002, "pct_hispanic_or_latino_change": -11.933, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6683267", "INTPTLON": "-073.8958947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.898341, 40.670212 ], [ -73.897422, 40.670347 ], [ -73.896518, 40.670481 ], [ -73.895544, 40.670626 ], [ -73.894556, 40.67077 ], [ -73.894231, 40.669519 ], [ -73.893839, 40.66798 ], [ -73.893446, 40.666446 ], [ -73.894439, 40.666297 ], [ -73.895409, 40.666154 ], [ -73.896316, 40.666019 ], [ -73.897233, 40.665878 ], [ -73.897633, 40.667419 ], [ -73.89802, 40.668958 ], [ -73.898341, 40.670212 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047115800", "name": "Census Tract 1158, Kings County, New York", "total_population_17": 2938, "white_alone_17": 75.0, "black_alone_17": 1896.0, "native_alone_17": 18.0, "asian_alone_17": 1.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 868.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.075, "pct_black_alone_change": -1.495, "pct_native_alone_change": 0.34, "pct_asian_alone_change": -0.444, "pct_hispanic_or_latino_change": -2.549, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6688809", "INTPTLON": "-073.8921624" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894556, 40.67077 ], [ -73.893633, 40.67091 ], [ -73.892711, 40.671046 ], [ -73.891799, 40.67118 ], [ -73.890878, 40.671318 ], [ -73.890558, 40.67006 ], [ -73.890165, 40.668524 ], [ -73.88977, 40.66699 ], [ -73.890694, 40.666852 ], [ -73.89161, 40.666716 ], [ -73.892526, 40.666581 ], [ -73.893446, 40.666446 ], [ -73.893839, 40.66798 ], [ -73.894231, 40.669519 ], [ -73.894556, 40.67077 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047116000", "name": "Census Tract 1160, Kings County, New York", "total_population_17": 2126, "white_alone_17": 0.0, "black_alone_17": 1375.0, "native_alone_17": 13.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 690.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.269, "pct_black_alone_change": -5.486, "pct_native_alone_change": 0.304, "pct_asian_alone_change": 0.378, "pct_hispanic_or_latino_change": 3.96, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6694195", "INTPTLON": "-073.8885305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.890878, 40.671318 ], [ -73.889994, 40.671449 ], [ -73.889096, 40.671582 ], [ -73.888192, 40.671715 ], [ -73.887289, 40.671848 ], [ -73.886968, 40.670595 ], [ -73.886574, 40.669058 ], [ -73.886183, 40.667521 ], [ -73.887084, 40.667388 ], [ -73.887988, 40.667254 ], [ -73.888889, 40.66712 ], [ -73.88977, 40.66699 ], [ -73.890165, 40.668524 ], [ -73.890558, 40.67006 ], [ -73.890878, 40.671318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047116200", "name": "Census Tract 1162, Kings County, New York", "total_population_17": 2276, "white_alone_17": 7.0, "black_alone_17": 1806.0, "native_alone_17": 34.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 82.0, "hispanic_or_latino_17": 272.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.434, "pct_black_alone_change": 1.577, "pct_native_alone_change": 1.101, "pct_asian_alone_change": -0.083, "pct_hispanic_or_latino_change": -8.267, "pct_native_hawaiian_pacific_islander_change": 3.603, "INTPTLAT": "+40.6699382", "INTPTLON": "-073.8850349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887289, 40.671848 ], [ -73.886403, 40.671981 ], [ -73.885517, 40.672113 ], [ -73.884703, 40.672234 ], [ -73.883889, 40.672355 ], [ -73.883603, 40.671244 ], [ -73.883566, 40.6711 ], [ -73.883519, 40.670915 ], [ -73.883237, 40.669809 ], [ -73.883175, 40.669563 ], [ -73.883134, 40.669404 ], [ -73.882832, 40.668222 ], [ -73.882782, 40.668026 ], [ -73.883597, 40.667905 ], [ -73.884411, 40.667785 ], [ -73.885297, 40.667653 ], [ -73.886183, 40.667521 ], [ -73.886574, 40.669058 ], [ -73.886968, 40.670595 ], [ -73.887289, 40.671848 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047116400", "name": "Census Tract 1164, Kings County, New York", "total_population_17": 3394, "white_alone_17": 57.0, "black_alone_17": 2199.0, "native_alone_17": 0.0, "asian_alone_17": 56.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1049.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.209, "pct_black_alone_change": -3.503, "pct_native_alone_change": -0.325, "pct_asian_alone_change": 1.144, "pct_hispanic_or_latino_change": 0.972, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6705099", "INTPTLON": "-073.8811822" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.883889, 40.672355 ], [ -73.883074, 40.672475 ], [ -73.882261, 40.672595 ], [ -73.881392, 40.672723 ], [ -73.880487, 40.672854 ], [ -73.879568, 40.672987 ], [ -73.879254, 40.671732 ], [ -73.878871, 40.670195 ], [ -73.878489, 40.668655 ], [ -73.879411, 40.668522 ], [ -73.880314, 40.668392 ], [ -73.881153, 40.668268 ], [ -73.881968, 40.668147 ], [ -73.882782, 40.668026 ], [ -73.882832, 40.668222 ], [ -73.883134, 40.669404 ], [ -73.883175, 40.669563 ], [ -73.883237, 40.669809 ], [ -73.883519, 40.670915 ], [ -73.883566, 40.6711 ], [ -73.883603, 40.671244 ], [ -73.883889, 40.672355 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047116600", "name": "Census Tract 1166, Kings County, New York", "total_population_17": 3012, "white_alone_17": 105.0, "black_alone_17": 1701.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1004.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.793, "pct_black_alone_change": 10.649, "pct_native_alone_change": -0.115, "pct_asian_alone_change": -2.266, "pct_hispanic_or_latino_change": -15.263, "pct_native_hawaiian_pacific_islander_change": -0.077, "INTPTLAT": "+40.6745627", "INTPTLON": "-073.8822052" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.884854, 40.676129 ], [ -73.88404, 40.67625 ], [ -73.883226, 40.67637 ], [ -73.882331, 40.676501 ], [ -73.881427, 40.676634 ], [ -73.880505, 40.676766 ], [ -73.880199, 40.675525 ], [ -73.879882, 40.674255 ], [ -73.879568, 40.672987 ], [ -73.880487, 40.672854 ], [ -73.881392, 40.672723 ], [ -73.882261, 40.672595 ], [ -73.883074, 40.672475 ], [ -73.883889, 40.672355 ], [ -73.883944, 40.672571 ], [ -73.884214, 40.673621 ], [ -73.884537, 40.674889 ], [ -73.884854, 40.676129 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047116800", "name": "Census Tract 1168, Kings County, New York", "total_population_17": 1732, "white_alone_17": 54.0, "black_alone_17": 701.0, "native_alone_17": 32.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 931.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -0.561, "pct_black_alone_change": 16.457, "pct_native_alone_change": 0.519, "pct_asian_alone_change": -3.434, "pct_hispanic_or_latino_change": -7.77, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6789908", "INTPTLON": "-073.8825160" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.884893, 40.680811 ], [ -73.883972, 40.680947 ], [ -73.883031, 40.681085 ], [ -73.882107, 40.681217 ], [ -73.881168, 40.681354 ], [ -73.881099, 40.681075 ], [ -73.880609, 40.679111 ], [ -73.881056, 40.678984 ], [ -73.880505, 40.676766 ], [ -73.881427, 40.676634 ], [ -73.882331, 40.676501 ], [ -73.883226, 40.67637 ], [ -73.883701, 40.67823 ], [ -73.884195, 40.678089 ], [ -73.884671, 40.67994 ], [ -73.884893, 40.680811 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047117000", "name": "Census Tract 1170, Kings County, New York", "total_population_17": 1930, "white_alone_17": 0.0, "black_alone_17": 451.0, "native_alone_17": 0.0, "asian_alone_17": 101.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1345.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.048, "pct_black_alone_change": -3.415, "pct_native_alone_change": -1.361, "pct_asian_alone_change": 0.606, "pct_hispanic_or_latino_change": 7.087, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6776000", "INTPTLON": "-073.8861810" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889006, 40.678557 ], [ -73.888156, 40.678828 ], [ -73.887304, 40.679097 ], [ -73.886438, 40.679373 ], [ -73.885555, 40.679657 ], [ -73.884671, 40.67994 ], [ -73.884195, 40.678089 ], [ -73.883701, 40.67823 ], [ -73.883226, 40.67637 ], [ -73.88404, 40.67625 ], [ -73.884854, 40.676129 ], [ -73.885074, 40.676096 ], [ -73.885668, 40.676009 ], [ -73.886482, 40.675888 ], [ -73.887371, 40.675756 ], [ -73.888256, 40.675625 ], [ -73.888593, 40.676956 ], [ -73.889006, 40.678557 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047117201", "name": "Census Tract 1172.01, Kings County, New York", "total_population_17": 2369, "white_alone_17": 46.0, "black_alone_17": 339.0, "native_alone_17": 0.0, "asian_alone_17": 95.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1790.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.215, "pct_black_alone_change": -8.648, "pct_native_alone_change": -0.515, "pct_asian_alone_change": 0.304, "pct_hispanic_or_latino_change": 8.675, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.6808117", "INTPTLON": "-073.8875149" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889774, 40.681801 ], [ -73.889009, 40.682166 ], [ -73.888927, 40.682202 ], [ -73.888191, 40.682556 ], [ -73.887354, 40.68295 ], [ -73.886505, 40.683349 ], [ -73.886303, 40.682589 ], [ -73.886275, 40.682481 ], [ -73.885815, 40.680674 ], [ -73.884893, 40.680811 ], [ -73.884671, 40.67994 ], [ -73.885555, 40.679657 ], [ -73.886438, 40.679373 ], [ -73.887304, 40.679097 ], [ -73.888156, 40.678828 ], [ -73.889006, 40.678557 ], [ -73.889406, 40.680142 ], [ -73.889774, 40.681801 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047117202", "name": "Census Tract 1172.02, Kings County, New York", "total_population_17": 3104, "white_alone_17": 116.0, "black_alone_17": 978.0, "native_alone_17": 0.0, "asian_alone_17": 96.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1795.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.112, "pct_black_alone_change": 4.893, "pct_native_alone_change": -1.423, "pct_asian_alone_change": -3.252, "pct_hispanic_or_latino_change": -0.114, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6827365", "INTPTLON": "-073.8837650" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.886505, 40.683349 ], [ -73.885647, 40.683753 ], [ -73.884796, 40.684152 ], [ -73.883896, 40.684574 ], [ -73.883042, 40.684972 ], [ -73.882203, 40.68536 ], [ -73.882057, 40.684929 ], [ -73.881645, 40.68327 ], [ -73.881168, 40.681354 ], [ -73.882107, 40.681217 ], [ -73.883031, 40.681085 ], [ -73.883972, 40.680947 ], [ -73.884893, 40.680811 ], [ -73.885815, 40.680674 ], [ -73.886275, 40.682481 ], [ -73.886303, 40.682589 ], [ -73.886505, 40.683349 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047117400", "name": "Census Tract 1174, Kings County, New York", "total_population_17": 4362, "white_alone_17": 41.0, "black_alone_17": 879.0, "native_alone_17": 0.0, "asian_alone_17": 308.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3086.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.02, "pct_black_alone_change": 1.032, "pct_native_alone_change": -1.5, "pct_asian_alone_change": 1.063, "pct_hispanic_or_latino_change": 4.721, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6828584", "INTPTLON": "-073.8797862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882203, 40.68536 ], [ -73.881312, 40.685779 ], [ -73.880766, 40.686043 ], [ -73.880273, 40.686281 ], [ -73.879075, 40.686882 ], [ -73.878749, 40.68556 ], [ -73.878362, 40.684009 ], [ -73.877937, 40.682284 ], [ -73.877867, 40.682039 ], [ -73.87764, 40.681116 ], [ -73.877429, 40.680017 ], [ -73.878379, 40.679742 ], [ -73.878625, 40.679678 ], [ -73.879279, 40.679487 ], [ -73.879709, 40.67937 ], [ -73.880162, 40.679239 ], [ -73.880609, 40.679111 ], [ -73.881099, 40.681075 ], [ -73.881168, 40.681354 ], [ -73.881645, 40.68327 ], [ -73.882057, 40.684929 ], [ -73.882203, 40.68536 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047117601", "name": "Census Tract 1176.01, Kings County, New York", "total_population_17": 3037, "white_alone_17": 195.0, "black_alone_17": 616.0, "native_alone_17": 0.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2150.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.415, "pct_black_alone_change": 5.869, "pct_native_alone_change": -0.563, "pct_asian_alone_change": -4.818, "pct_hispanic_or_latino_change": 2.476, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6847798", "INTPTLON": "-073.8768792" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.879075, 40.686882 ], [ -73.877887, 40.687491 ], [ -73.876681, 40.688088 ], [ -73.876214, 40.686192 ], [ -73.875831, 40.684639 ], [ -73.874566, 40.684955 ], [ -73.874105, 40.683104 ], [ -73.875361, 40.682749 ], [ -73.876616, 40.682391 ], [ -73.877674, 40.682087 ], [ -73.877867, 40.682039 ], [ -73.877937, 40.682284 ], [ -73.878362, 40.684009 ], [ -73.878749, 40.68556 ], [ -73.879075, 40.686882 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047117602", "name": "Census Tract 1176.02, Kings County, New York", "total_population_17": 2996, "white_alone_17": 104.0, "black_alone_17": 632.0, "native_alone_17": 0.0, "asian_alone_17": 70.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2007.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.95, "pct_black_alone_change": 3.352, "pct_native_alone_change": -0.662, "pct_asian_alone_change": -4.692, "pct_hispanic_or_latino_change": 3.894, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.6862350", "INTPTLON": "-073.8744475" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.876681, 40.688088 ], [ -73.875696, 40.68857 ], [ -73.874054, 40.689299 ], [ -73.873719, 40.688364 ], [ -73.873488, 40.687706 ], [ -73.873448, 40.687594 ], [ -73.873222, 40.686939 ], [ -73.873112, 40.686601 ], [ -73.87293, 40.686028 ], [ -73.872739, 40.68541 ], [ -73.872554, 40.684841 ], [ -73.872376, 40.684271 ], [ -73.872187, 40.683649 ], [ -73.873033, 40.683411 ], [ -73.873199, 40.683363 ], [ -73.874105, 40.683104 ], [ -73.874566, 40.684955 ], [ -73.875831, 40.684639 ], [ -73.876214, 40.686192 ], [ -73.876681, 40.688088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047117800", "name": "Census Tract 1178, Kings County, New York", "total_population_17": 1892, "white_alone_17": 17.0, "black_alone_17": 326.0, "native_alone_17": 0.0, "asian_alone_17": 371.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1119.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.366, "pct_black_alone_change": -5.219, "pct_native_alone_change": -1.516, "pct_asian_alone_change": 5.79, "pct_hispanic_or_latino_change": 5.15, "pct_native_hawaiian_pacific_islander_change": -0.058, "INTPTLAT": "+40.6816514", "INTPTLON": "-073.8742881" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.877674, 40.682087 ], [ -73.876616, 40.682391 ], [ -73.875361, 40.682749 ], [ -73.874105, 40.683104 ], [ -73.873199, 40.683363 ], [ -73.873033, 40.683411 ], [ -73.872187, 40.683649 ], [ -73.87157, 40.681686 ], [ -73.871367, 40.680893 ], [ -73.8712, 40.680222 ], [ -73.873276, 40.679921 ], [ -73.873439, 40.680592 ], [ -73.873604, 40.681121 ], [ -73.874871, 40.68082 ], [ -73.876096, 40.680456 ], [ -73.87637, 40.680387 ], [ -73.876911, 40.680237 ], [ -73.877339, 40.680055 ], [ -73.877429, 40.680017 ], [ -73.87764, 40.681116 ], [ -73.877867, 40.682039 ], [ -73.877674, 40.682087 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047118000", "name": "Census Tract 1180, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6894826", "INTPTLON": "-073.8777419" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889089, 40.684641 ], [ -73.888294, 40.685175 ], [ -73.888083, 40.685294 ], [ -73.887284, 40.685622 ], [ -73.884517, 40.686691 ], [ -73.883867, 40.687721 ], [ -73.883777, 40.687863 ], [ -73.883757, 40.687879 ], [ -73.883654, 40.687959 ], [ -73.882649, 40.688741 ], [ -73.882267, 40.689039 ], [ -73.881341, 40.689761 ], [ -73.880723, 40.690243 ], [ -73.879616, 40.691106 ], [ -73.879512, 40.691187 ], [ -73.879456, 40.691231 ], [ -73.877764, 40.692153 ], [ -73.874021, 40.694191 ], [ -73.868917, 40.69515 ], [ -73.868717, 40.694622 ], [ -73.868685, 40.694035 ], [ -73.868672, 40.693855 ], [ -73.868685, 40.69385 ], [ -73.868059, 40.691184 ], [ -73.86854, 40.691103 ], [ -73.869027, 40.690987 ], [ -73.870128, 40.690709 ], [ -73.870482, 40.690619 ], [ -73.870948, 40.690502 ], [ -73.871729, 40.690277 ], [ -73.872603, 40.689921 ], [ -73.874054, 40.689299 ], [ -73.875696, 40.68857 ], [ -73.876681, 40.688088 ], [ -73.877887, 40.687491 ], [ -73.879075, 40.686882 ], [ -73.880273, 40.686281 ], [ -73.880766, 40.686043 ], [ -73.881312, 40.685779 ], [ -73.882203, 40.68536 ], [ -73.883042, 40.684972 ], [ -73.883896, 40.684574 ], [ -73.884796, 40.684152 ], [ -73.885647, 40.683753 ], [ -73.886505, 40.683349 ], [ -73.887354, 40.68295 ], [ -73.888191, 40.682556 ], [ -73.888924, 40.683126 ], [ -73.889607, 40.684214 ], [ -73.889089, 40.684641 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047118201", "name": "Census Tract 1182.01, Kings County, New York", "total_population_17": 2970, "white_alone_17": 191.0, "black_alone_17": 539.0, "native_alone_17": 57.0, "asian_alone_17": 151.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1945.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.78, "pct_black_alone_change": -0.598, "pct_native_alone_change": 1.023, "pct_asian_alone_change": -1.222, "pct_hispanic_or_latino_change": 1.119, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6879085", "INTPTLON": "-073.8718976" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.874054, 40.689299 ], [ -73.872603, 40.689921 ], [ -73.871729, 40.690277 ], [ -73.870948, 40.690502 ], [ -73.870275, 40.687673 ], [ -73.869999, 40.686503 ], [ -73.869909, 40.686116 ], [ -73.870704, 40.685918 ], [ -73.871601, 40.685696 ], [ -73.872739, 40.68541 ], [ -73.87293, 40.686028 ], [ -73.873112, 40.686601 ], [ -73.873222, 40.686939 ], [ -73.873448, 40.687594 ], [ -73.873488, 40.687706 ], [ -73.873719, 40.688364 ], [ -73.874054, 40.689299 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047118202", "name": "Census Tract 1182.02, Kings County, New York", "total_population_17": 3279, "white_alone_17": 126.0, "black_alone_17": 550.0, "native_alone_17": 0.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2361.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.293, "pct_black_alone_change": -0.761, "pct_native_alone_change": -1.079, "pct_asian_alone_change": 0.318, "pct_hispanic_or_latino_change": 3.865, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6886646", "INTPTLON": "-073.8690021" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870482, 40.690619 ], [ -73.870128, 40.690709 ], [ -73.869027, 40.690987 ], [ -73.86854, 40.691103 ], [ -73.868059, 40.691184 ], [ -73.86797, 40.690765 ], [ -73.867909, 40.690476 ], [ -73.867768, 40.689803 ], [ -73.867623, 40.689145 ], [ -73.867461, 40.688415 ], [ -73.867277, 40.687745 ], [ -73.867018, 40.68683 ], [ -73.867986, 40.686594 ], [ -73.869084, 40.686322 ], [ -73.869909, 40.686116 ], [ -73.869999, 40.686503 ], [ -73.870275, 40.687673 ], [ -73.870948, 40.690502 ], [ -73.870482, 40.690619 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047118400", "name": "Census Tract 1184, Kings County, New York", "total_population_17": 5361, "white_alone_17": 261.0, "black_alone_17": 554.0, "native_alone_17": 20.0, "asian_alone_17": 659.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3758.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.694, "pct_black_alone_change": -4.923, "pct_native_alone_change": -0.861, "pct_asian_alone_change": 0.345, "pct_hispanic_or_latino_change": 6.018, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6843041", "INTPTLON": "-073.8694100" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.872739, 40.68541 ], [ -73.871601, 40.685696 ], [ -73.870704, 40.685918 ], [ -73.869909, 40.686116 ], [ -73.869084, 40.686322 ], [ -73.867986, 40.686594 ], [ -73.867018, 40.68683 ], [ -73.866871, 40.686331 ], [ -73.866598, 40.68527 ], [ -73.866504, 40.684474 ], [ -73.866295, 40.683189 ], [ -73.86716, 40.68294 ], [ -73.868132, 40.682666 ], [ -73.86897, 40.682426 ], [ -73.869808, 40.682187 ], [ -73.870716, 40.68193 ], [ -73.87157, 40.681686 ], [ -73.872187, 40.683649 ], [ -73.872376, 40.684271 ], [ -73.872554, 40.684841 ], [ -73.872739, 40.68541 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047118600", "name": "Census Tract 1186, Kings County, New York", "total_population_17": 2694, "white_alone_17": 104.0, "black_alone_17": 855.0, "native_alone_17": 2.0, "asian_alone_17": 414.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1273.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.385, "pct_black_alone_change": 16.065, "pct_native_alone_change": -0.724, "pct_asian_alone_change": 3.334, "pct_hispanic_or_latino_change": -12.913, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6814659", "INTPTLON": "-073.8677811" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.87157, 40.681686 ], [ -73.870716, 40.68193 ], [ -73.869808, 40.682187 ], [ -73.86897, 40.682426 ], [ -73.868132, 40.682666 ], [ -73.86716, 40.68294 ], [ -73.866295, 40.683189 ], [ -73.866199, 40.682736 ], [ -73.866074, 40.682144 ], [ -73.866027, 40.681918 ], [ -73.864994, 40.682129 ], [ -73.864449, 40.682278 ], [ -73.864101, 40.682373 ], [ -73.863787, 40.681114 ], [ -73.864677, 40.68086 ], [ -73.865661, 40.68059 ], [ -73.865748, 40.680652 ], [ -73.866651, 40.680543 ], [ -73.867541, 40.680429 ], [ -73.868431, 40.680311 ], [ -73.869342, 40.680191 ], [ -73.869408, 40.680475 ], [ -73.8712, 40.680222 ], [ -73.871367, 40.680893 ], [ -73.87157, 40.681686 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047118800", "name": "Census Tract 1188, Kings County, New York", "total_population_17": 4760, "white_alone_17": 170.0, "black_alone_17": 2072.0, "native_alone_17": 0.0, "asian_alone_17": 897.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1440.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.942, "pct_black_alone_change": 25.985, "pct_native_alone_change": -1.886, "pct_asian_alone_change": -4.554, "pct_hispanic_or_latino_change": -16.853, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6790412", "INTPTLON": "-073.8659139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.869342, 40.680191 ], [ -73.868431, 40.680311 ], [ -73.867541, 40.680429 ], [ -73.866651, 40.680543 ], [ -73.865748, 40.680652 ], [ -73.865661, 40.68059 ], [ -73.864677, 40.68086 ], [ -73.863787, 40.681114 ], [ -73.863508, 40.679992 ], [ -73.863349, 40.679352 ], [ -73.863316, 40.679214 ], [ -73.863282, 40.679073 ], [ -73.862346, 40.679165 ], [ -73.862028, 40.677886 ], [ -73.862971, 40.677828 ], [ -73.863909, 40.67777 ], [ -73.864853, 40.67772 ], [ -73.865109, 40.677705 ], [ -73.865428, 40.677656 ], [ -73.865778, 40.677603 ], [ -73.866701, 40.67747 ], [ -73.867622, 40.677337 ], [ -73.868547, 40.677206 ], [ -73.868855, 40.678445 ], [ -73.868964, 40.678499 ], [ -73.869104, 40.679117 ], [ -73.869252, 40.679799 ], [ -73.869342, 40.680191 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047119000", "name": "Census Tract 1190, Kings County, New York", "total_population_17": 2709, "white_alone_17": 52.0, "black_alone_17": 1219.0, "native_alone_17": 10.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1180.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.259, "pct_black_alone_change": 17.103, "pct_native_alone_change": -1.192, "pct_asian_alone_change": -1.599, "pct_hispanic_or_latino_change": -9.513, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6790596", "INTPTLON": "-073.8716311" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.876911, 40.680237 ], [ -73.87637, 40.680387 ], [ -73.876096, 40.680456 ], [ -73.874871, 40.68082 ], [ -73.873604, 40.681121 ], [ -73.873439, 40.680592 ], [ -73.873276, 40.679921 ], [ -73.8712, 40.680222 ], [ -73.869408, 40.680475 ], [ -73.869342, 40.680191 ], [ -73.869252, 40.679799 ], [ -73.869104, 40.679117 ], [ -73.868964, 40.678499 ], [ -73.868855, 40.678445 ], [ -73.868547, 40.677206 ], [ -73.868868, 40.677156 ], [ -73.869776, 40.677027 ], [ -73.870439, 40.677218 ], [ -73.871481, 40.677501 ], [ -73.872587, 40.677866 ], [ -73.873048, 40.678194 ], [ -73.873211, 40.678358 ], [ -73.873373, 40.678581 ], [ -73.873797, 40.679161 ], [ -73.87409, 40.6795 ], [ -73.874384, 40.679716 ], [ -73.874831, 40.679963 ], [ -73.875177, 40.68008 ], [ -73.875777, 40.680199 ], [ -73.875992, 40.680208 ], [ -73.87621, 40.680208 ], [ -73.876565, 40.68018 ], [ -73.877339, 40.680055 ], [ -73.876911, 40.680237 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047119200", "name": "Census Tract 1192, Kings County, New York", "total_population_17": 3028, "white_alone_17": 85.0, "black_alone_17": 1226.0, "native_alone_17": 10.0, "asian_alone_17": 195.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1444.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 0.89, "pct_black_alone_change": 4.364, "pct_native_alone_change": -0.253, "pct_asian_alone_change": 4.398, "pct_hispanic_or_latino_change": -9.979, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6771101", "INTPTLON": "-073.8781574" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.880609, 40.679111 ], [ -73.880162, 40.679239 ], [ -73.879709, 40.67937 ], [ -73.879279, 40.679487 ], [ -73.878625, 40.679678 ], [ -73.878379, 40.679742 ], [ -73.877429, 40.680017 ], [ -73.877339, 40.680055 ], [ -73.876565, 40.68018 ], [ -73.876099, 40.678248 ], [ -73.875896, 40.67743 ], [ -73.875588, 40.676189 ], [ -73.875275, 40.674918 ], [ -73.876193, 40.674787 ], [ -73.877117, 40.674655 ], [ -73.878036, 40.674519 ], [ -73.87896, 40.674384 ], [ -73.879882, 40.674255 ], [ -73.880199, 40.675525 ], [ -73.880505, 40.676766 ], [ -73.881056, 40.678984 ], [ -73.880609, 40.679111 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047119400", "name": "Census Tract 1194, Kings County, New York", "total_population_17": 4248, "white_alone_17": 95.0, "black_alone_17": 2559.0, "native_alone_17": 0.0, "asian_alone_17": 88.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1506.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.782, "pct_black_alone_change": 2.512, "pct_native_alone_change": -0.742, "pct_asian_alone_change": 0.856, "pct_hispanic_or_latino_change": -2.638, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6725527", "INTPTLON": "-073.8770602" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.879882, 40.674255 ], [ -73.87896, 40.674384 ], [ -73.878036, 40.674519 ], [ -73.877117, 40.674655 ], [ -73.876193, 40.674787 ], [ -73.875275, 40.674918 ], [ -73.874957, 40.673651 ], [ -73.874624, 40.672389 ], [ -73.874496, 40.672069 ], [ -73.87448, 40.671998 ], [ -73.874231, 40.670863 ], [ -73.87518, 40.670724 ], [ -73.876106, 40.670591 ], [ -73.877027, 40.67046 ], [ -73.87795, 40.670327 ], [ -73.878871, 40.670195 ], [ -73.879254, 40.671732 ], [ -73.879568, 40.672987 ], [ -73.879882, 40.674255 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047119600", "name": "Census Tract 1196, Kings County, New York", "total_population_17": 4925, "white_alone_17": 122.0, "black_alone_17": 2486.0, "native_alone_17": 29.0, "asian_alone_17": 942.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1176.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.049, "pct_black_alone_change": 3.192, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 7.361, "pct_hispanic_or_latino_change": -12.727, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6758956", "INTPTLON": "-073.8731634" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.87621, 40.680208 ], [ -73.875992, 40.680208 ], [ -73.875777, 40.680199 ], [ -73.875177, 40.68008 ], [ -73.874831, 40.679963 ], [ -73.874384, 40.679716 ], [ -73.87409, 40.6795 ], [ -73.873797, 40.679161 ], [ -73.873373, 40.678581 ], [ -73.873211, 40.678358 ], [ -73.873048, 40.678194 ], [ -73.872587, 40.677866 ], [ -73.871481, 40.677501 ], [ -73.870439, 40.677218 ], [ -73.870387, 40.676939 ], [ -73.870073, 40.675671 ], [ -73.869752, 40.674404 ], [ -73.869447, 40.673143 ], [ -73.870367, 40.673011 ], [ -73.871303, 40.672858 ], [ -73.871854, 40.672781 ], [ -73.872042, 40.672755 ], [ -73.872803, 40.672643 ], [ -73.873719, 40.672511 ], [ -73.874624, 40.672389 ], [ -73.874957, 40.673651 ], [ -73.875275, 40.674918 ], [ -73.875588, 40.676189 ], [ -73.875896, 40.67743 ], [ -73.876099, 40.678248 ], [ -73.876565, 40.68018 ], [ -73.87621, 40.680208 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047119800", "name": "Census Tract 1198, Kings County, New York", "total_population_17": 3376, "white_alone_17": 78.0, "black_alone_17": 1325.0, "native_alone_17": 15.0, "asian_alone_17": 161.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1786.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.612, "pct_black_alone_change": 8.746, "pct_native_alone_change": -0.277, "pct_asian_alone_change": -0.09, "pct_hispanic_or_latino_change": -4.809, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6763145", "INTPTLON": "-073.8943861" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89999, 40.6769 ], [ -73.899126, 40.677313 ], [ -73.898832, 40.677447 ], [ -73.898362, 40.677658 ], [ -73.898151, 40.677768 ], [ -73.897955, 40.677889 ], [ -73.897663, 40.678068 ], [ -73.897601, 40.678099 ], [ -73.897475, 40.678163 ], [ -73.897019, 40.678381 ], [ -73.896537, 40.678594 ], [ -73.896218, 40.677358 ], [ -73.895318, 40.677496 ], [ -73.894388, 40.67763 ], [ -73.893484, 40.677762 ], [ -73.892579, 40.6779 ], [ -73.891672, 40.678031 ], [ -73.890773, 40.678165 ], [ -73.889875, 40.678302 ], [ -73.889006, 40.678557 ], [ -73.888593, 40.676956 ], [ -73.888256, 40.675625 ], [ -73.889151, 40.675496 ], [ -73.890056, 40.675357 ], [ -73.890959, 40.675224 ], [ -73.89186, 40.675091 ], [ -73.892766, 40.674956 ], [ -73.89367, 40.674822 ], [ -73.894594, 40.674684 ], [ -73.895499, 40.674551 ], [ -73.896509, 40.674397 ], [ -73.897485, 40.674255 ], [ -73.898387, 40.674121 ], [ -73.899307, 40.673982 ], [ -73.899692, 40.675497 ], [ -73.899696, 40.675519 ], [ -73.899714, 40.67561 ], [ -73.899732, 40.675704 ], [ -73.89999, 40.6769 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047120000", "name": "Census Tract 1200, Kings County, New York", "total_population_17": 2576, "white_alone_17": 73.0, "black_alone_17": 1556.0, "native_alone_17": 12.0, "asian_alone_17": 458.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 489.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.109, "pct_black_alone_change": 8.468, "pct_native_alone_change": -0.469, "pct_asian_alone_change": 12.529, "pct_hispanic_or_latino_change": -11.547, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6748774", "INTPTLON": "-073.8672723" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870439, 40.677218 ], [ -73.869776, 40.677027 ], [ -73.869424, 40.676912 ], [ -73.868381, 40.67653 ], [ -73.867258, 40.676113 ], [ -73.866273, 40.675764 ], [ -73.865215, 40.675386 ], [ -73.864554, 40.675151 ], [ -73.864133, 40.674997 ], [ -73.863101, 40.674648 ], [ -73.861764, 40.674233 ], [ -73.862074, 40.674208 ], [ -73.862992, 40.674073 ], [ -73.863919, 40.673942 ], [ -73.8649, 40.673808 ], [ -73.865324, 40.673738 ], [ -73.865755, 40.673678 ], [ -73.866668, 40.673544 ], [ -73.867603, 40.673411 ], [ -73.868523, 40.673279 ], [ -73.869447, 40.673143 ], [ -73.869752, 40.674404 ], [ -73.870073, 40.675671 ], [ -73.870387, 40.676939 ], [ -73.870439, 40.677218 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047120200", "name": "Census Tract 1202, Kings County, New York", "total_population_17": 1924, "white_alone_17": 44.0, "black_alone_17": 786.0, "native_alone_17": 0.0, "asian_alone_17": 567.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 509.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.984, "pct_black_alone_change": 24.933, "pct_native_alone_change": -2.923, "pct_asian_alone_change": -8.213, "pct_hispanic_or_latino_change": -8.409, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6763414", "INTPTLON": "-073.8643639" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.869776, 40.677027 ], [ -73.868868, 40.677156 ], [ -73.868547, 40.677206 ], [ -73.867622, 40.677337 ], [ -73.866701, 40.67747 ], [ -73.865778, 40.677603 ], [ -73.865428, 40.677656 ], [ -73.865109, 40.677705 ], [ -73.864853, 40.67772 ], [ -73.863909, 40.67777 ], [ -73.862971, 40.677828 ], [ -73.862028, 40.677886 ], [ -73.861915, 40.67743 ], [ -73.861712, 40.676611 ], [ -73.861554, 40.675973 ], [ -73.861397, 40.675335 ], [ -73.861373, 40.675236 ], [ -73.861318, 40.675021 ], [ -73.861064, 40.674343 ], [ -73.861764, 40.674233 ], [ -73.863101, 40.674648 ], [ -73.864133, 40.674997 ], [ -73.864554, 40.675151 ], [ -73.865215, 40.675386 ], [ -73.866273, 40.675764 ], [ -73.867258, 40.676113 ], [ -73.868381, 40.67653 ], [ -73.869424, 40.676912 ], [ -73.869776, 40.677027 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047120800", "name": "Census Tract 1208, Kings County, New York", "total_population_17": 9566, "white_alone_17": 172.0, "black_alone_17": 8200.0, "native_alone_17": 55.0, "asian_alone_17": 126.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 902.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.56, "pct_black_alone_change": 9.591, "pct_native_alone_change": 0.186, "pct_asian_alone_change": -0.593, "pct_hispanic_or_latino_change": -9.09, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.6713394", "INTPTLON": "-073.8651840" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871303, 40.672858 ], [ -73.870367, 40.673011 ], [ -73.869447, 40.673143 ], [ -73.868523, 40.673279 ], [ -73.867603, 40.673411 ], [ -73.866668, 40.673544 ], [ -73.865755, 40.673678 ], [ -73.865324, 40.673738 ], [ -73.8649, 40.673808 ], [ -73.863919, 40.673942 ], [ -73.862992, 40.674073 ], [ -73.862074, 40.674208 ], [ -73.861764, 40.674233 ], [ -73.861064, 40.674343 ], [ -73.861077, 40.674021 ], [ -73.860775, 40.672806 ], [ -73.860389, 40.671269 ], [ -73.859474, 40.671381 ], [ -73.859391, 40.671394 ], [ -73.858555, 40.671533 ], [ -73.857633, 40.671656 ], [ -73.857309, 40.670419 ], [ -73.857282, 40.670312 ], [ -73.858204, 40.670178 ], [ -73.859128, 40.67005 ], [ -73.860059, 40.669922 ], [ -73.860984, 40.669804 ], [ -73.861837, 40.669675 ], [ -73.862845, 40.669522 ], [ -73.865554, 40.669122 ], [ -73.866503, 40.668985 ], [ -73.867427, 40.668866 ], [ -73.86833, 40.668728 ], [ -73.868886, 40.668662 ], [ -73.869148, 40.668613 ], [ -73.869262, 40.668568 ], [ -73.869389, 40.668513 ], [ -73.869517, 40.668439 ], [ -73.869673, 40.668335 ], [ -73.869807, 40.668238 ], [ -73.870112, 40.668014 ], [ -73.870132, 40.668149 ], [ -73.870562, 40.669798 ], [ -73.870943, 40.671335 ], [ -73.871303, 40.672858 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047121000", "name": "Census Tract 1210, Kings County, New York", "total_population_17": 4299, "white_alone_17": 0.0, "black_alone_17": 2159.0, "native_alone_17": 30.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2089.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.903, "pct_black_alone_change": -13.025, "pct_native_alone_change": 0.146, "pct_asian_alone_change": 0.138, "pct_hispanic_or_latino_change": 13.47, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6700908", "INTPTLON": "-073.8722448" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.874624, 40.672389 ], [ -73.873719, 40.672511 ], [ -73.872803, 40.672643 ], [ -73.872042, 40.672755 ], [ -73.871854, 40.672781 ], [ -73.871303, 40.672858 ], [ -73.870943, 40.671335 ], [ -73.870562, 40.669798 ], [ -73.870132, 40.668149 ], [ -73.870112, 40.668014 ], [ -73.870891, 40.667432 ], [ -73.871425, 40.667041 ], [ -73.871688, 40.666861 ], [ -73.871875, 40.666764 ], [ -73.871945, 40.666856 ], [ -73.872841, 40.668032 ], [ -73.8738, 40.669335 ], [ -73.873916, 40.669748 ], [ -73.874231, 40.670863 ], [ -73.87448, 40.671998 ], [ -73.874496, 40.672069 ], [ -73.874624, 40.672389 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047121400", "name": "Census Tract 1214, Kings County, New York", "total_population_17": 4851, "white_alone_17": 24.0, "black_alone_17": 2921.0, "native_alone_17": 28.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1853.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.805, "pct_black_alone_change": -8.285, "pct_native_alone_change": 0.554, "pct_asian_alone_change": -0.639, "pct_hispanic_or_latino_change": 8.818, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6674943", "INTPTLON": "-073.8651792" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86833, 40.668728 ], [ -73.867427, 40.668866 ], [ -73.866503, 40.668985 ], [ -73.865554, 40.669122 ], [ -73.862845, 40.669522 ], [ -73.862811, 40.669383 ], [ -73.86279, 40.669298 ], [ -73.86242, 40.667783 ], [ -73.862042, 40.666253 ], [ -73.862949, 40.666127 ], [ -73.863828, 40.665999 ], [ -73.864765, 40.665865 ], [ -73.865693, 40.665734 ], [ -73.866614, 40.665601 ], [ -73.867518, 40.665473 ], [ -73.86788, 40.666996 ], [ -73.86827, 40.668499 ], [ -73.868297, 40.668602 ], [ -73.86833, 40.668728 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047122000", "name": "Census Tract 1220, Kings County, New York", "total_population_17": 6169, "white_alone_17": 90.0, "black_alone_17": 4831.0, "native_alone_17": 0.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1082.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.572, "pct_black_alone_change": 2.46, "pct_native_alone_change": -0.548, "pct_asian_alone_change": -0.441, "pct_hispanic_or_latino_change": 0.122, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6637638", "INTPTLON": "-073.8628672" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871875, 40.666764 ], [ -73.871688, 40.666861 ], [ -73.871425, 40.667041 ], [ -73.870891, 40.667432 ], [ -73.870112, 40.668014 ], [ -73.869807, 40.668238 ], [ -73.869673, 40.668335 ], [ -73.869517, 40.668439 ], [ -73.869389, 40.668513 ], [ -73.869262, 40.668568 ], [ -73.869148, 40.668613 ], [ -73.868886, 40.668662 ], [ -73.86833, 40.668728 ], [ -73.868297, 40.668602 ], [ -73.86827, 40.668499 ], [ -73.86788, 40.666996 ], [ -73.867518, 40.665473 ], [ -73.866614, 40.665601 ], [ -73.865693, 40.665734 ], [ -73.864765, 40.665865 ], [ -73.863828, 40.665999 ], [ -73.862949, 40.666127 ], [ -73.862042, 40.666253 ], [ -73.86242, 40.667783 ], [ -73.86279, 40.669298 ], [ -73.862811, 40.669383 ], [ -73.862845, 40.669522 ], [ -73.861837, 40.669675 ], [ -73.860984, 40.669804 ], [ -73.860059, 40.669922 ], [ -73.859128, 40.67005 ], [ -73.858204, 40.670178 ], [ -73.857282, 40.670312 ], [ -73.857252, 40.670198 ], [ -73.857226, 40.670094 ], [ -73.856847, 40.668603 ], [ -73.856459, 40.667159 ], [ -73.856425, 40.667033 ], [ -73.856115, 40.665729 ], [ -73.856063, 40.665511 ], [ -73.855685, 40.663867 ], [ -73.856117, 40.663808 ], [ -73.856591, 40.663747 ], [ -73.857536, 40.663598 ], [ -73.85843, 40.663453 ], [ -73.85837, 40.663182 ], [ -73.858025, 40.661721 ], [ -73.857922, 40.661319 ], [ -73.857615, 40.660119 ], [ -73.858514, 40.659899 ], [ -73.859387, 40.659773 ], [ -73.860138, 40.659676 ], [ -73.86036, 40.659646 ], [ -73.861222, 40.659221 ], [ -73.861508, 40.65905 ], [ -73.863171, 40.658277 ], [ -73.8627, 40.657623 ], [ -73.862438, 40.657258 ], [ -73.862193, 40.656829 ], [ -73.861658, 40.65611 ], [ -73.860988, 40.655212 ], [ -73.860964, 40.65518 ], [ -73.860676, 40.654868 ], [ -73.860762, 40.654836 ], [ -73.861264, 40.655127 ], [ -73.862157, 40.655229 ], [ -73.862523, 40.655371 ], [ -73.862931, 40.65556 ], [ -73.863094, 40.655618 ], [ -73.863298, 40.655706 ], [ -73.863502, 40.655813 ], [ -73.863652, 40.655908 ], [ -73.863815, 40.656029 ], [ -73.863936, 40.656134 ], [ -73.864073, 40.656271 ], [ -73.864202, 40.65643 ], [ -73.864297, 40.656574 ], [ -73.865991, 40.658862 ], [ -73.867181, 40.660452 ], [ -73.868163, 40.661727 ], [ -73.868367, 40.662015 ], [ -73.869485, 40.663546 ], [ -73.870617, 40.665095 ], [ -73.871699, 40.666532 ], [ -73.871782, 40.666641 ], [ -73.871875, 40.666764 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047123700", "name": "Census Tract 1237, Kings County, New York", "total_population_17": 6300, "white_alone_17": 5246.0, "black_alone_17": 246.0, "native_alone_17": 0.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 712.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 75.435, "pct_black_alone_change": -7.357, "pct_native_alone_change": -0.544, "pct_asian_alone_change": -0.097, "pct_hispanic_or_latino_change": -67.044, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6967384", "INTPTLON": "-073.9567404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961051, 40.698326 ], [ -73.960197, 40.698462 ], [ -73.958858, 40.698677 ], [ -73.957959, 40.69882 ], [ -73.957434, 40.698905 ], [ -73.95702, 40.698974 ], [ -73.956645, 40.699019 ], [ -73.956075, 40.69909 ], [ -73.955184, 40.699193 ], [ -73.95429, 40.699296 ], [ -73.95337, 40.699405 ], [ -73.952925, 40.697204 ], [ -73.952489, 40.695004 ], [ -73.953414, 40.694893 ], [ -73.954307, 40.694791 ], [ -73.955197, 40.694688 ], [ -73.956143, 40.694579 ], [ -73.957087, 40.694471 ], [ -73.957997, 40.694366 ], [ -73.959311, 40.694215 ], [ -73.960158, 40.694117 ], [ -73.960621, 40.69632 ], [ -73.960925, 40.697737 ], [ -73.961051, 40.698326 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047150200", "name": "Census Tract 1502, Kings County, New York", "total_population_17": 2876, "white_alone_17": 2021.0, "black_alone_17": 71.0, "native_alone_17": 0.0, "asian_alone_17": 318.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 364.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.469, "pct_black_alone_change": -0.314, "pct_native_alone_change": -0.52, "pct_asian_alone_change": 5.879, "pct_hispanic_or_latino_change": -5.508, "pct_native_hawaiian_pacific_islander_change": -0.009, "INTPTLAT": "+40.6546407", "INTPTLON": "-073.9812779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98784, 40.659816 ], [ -73.987497, 40.660237 ], [ -73.987296, 40.660442 ], [ -73.986953, 40.66037 ], [ -73.986373, 40.659817 ], [ -73.985071, 40.659029 ], [ -73.984881, 40.658916 ], [ -73.982853, 40.657711 ], [ -73.980653, 40.656381 ], [ -73.978531, 40.655052 ], [ -73.978469, 40.655037 ], [ -73.978039, 40.654747 ], [ -73.977596, 40.654079 ], [ -73.97796, 40.653941 ], [ -73.977781, 40.653726 ], [ -73.97762, 40.653503 ], [ -73.977457, 40.653278 ], [ -73.977333, 40.653043 ], [ -73.977298, 40.652952 ], [ -73.977215, 40.652814 ], [ -73.977068, 40.652572 ], [ -73.977002, 40.652444 ], [ -73.976347, 40.65122 ], [ -73.976924, 40.65099 ], [ -73.976976, 40.650969 ], [ -73.977833, 40.650637 ], [ -73.978716, 40.650292 ], [ -73.979598, 40.649948 ], [ -73.980712, 40.649524 ], [ -73.98111, 40.651592 ], [ -73.981297, 40.652637 ], [ -73.981453, 40.653416 ], [ -73.981607, 40.654236 ], [ -73.981796, 40.655246 ], [ -73.984024, 40.656592 ], [ -73.986228, 40.657921 ], [ -73.988428, 40.65925 ], [ -73.98784, 40.659816 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047152200", "name": "Census Tract 1522, Kings County, New York", "total_population_17": 3877, "white_alone_17": 1548.0, "black_alone_17": 635.0, "native_alone_17": 0.0, "asian_alone_17": 869.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 571.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.298, "pct_black_alone_change": -12.121, "pct_native_alone_change": -0.616, "pct_asian_alone_change": 3.805, "pct_hispanic_or_latino_change": 0.727, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6439736", "INTPTLON": "-073.9671841" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970841, 40.646378 ], [ -73.970323, 40.646598 ], [ -73.969307, 40.646991 ], [ -73.968428, 40.647335 ], [ -73.967546, 40.647683 ], [ -73.966665, 40.648029 ], [ -73.965784, 40.648376 ], [ -73.964903, 40.648721 ], [ -73.964535, 40.646819 ], [ -73.965468, 40.64672 ], [ -73.965012, 40.644302 ], [ -73.964623, 40.644342 ], [ -73.964087, 40.644407 ], [ -73.963557, 40.64161 ], [ -73.964037, 40.641389 ], [ -73.96443, 40.641214 ], [ -73.965301, 40.640823 ], [ -73.966174, 40.640431 ], [ -73.967044, 40.64004 ], [ -73.967917, 40.63965 ], [ -73.968791, 40.639256 ], [ -73.968914, 40.639757 ], [ -73.969399, 40.641383 ], [ -73.969484, 40.64169 ], [ -73.969686, 40.642356 ], [ -73.969885, 40.643031 ], [ -73.970089, 40.643746 ], [ -73.970317, 40.644538 ], [ -73.970546, 40.645317 ], [ -73.970774, 40.646111 ], [ -73.970841, 40.646378 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36047990100", "name": "Census Tract 9901, Kings County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.5649788", "INTPTLON": "-074.0148235" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.043741, 40.606691 ], [ -74.043479, 40.60679 ], [ -74.039168, 40.605179 ], [ -74.031379, 40.602315 ], [ -74.021847, 40.600597 ], [ -74.016977, 40.59972 ], [ -74.016019, 40.599547 ], [ -74.014094, 40.598531 ], [ -74.011783, 40.597312 ], [ -74.010207, 40.596481 ], [ -74.008193, 40.595418 ], [ -74.006203, 40.594367 ], [ -74.00619, 40.594361 ], [ -74.005779, 40.594144 ], [ -74.004555, 40.591748 ], [ -74.00362, 40.589918 ], [ -74.009244, 40.584452 ], [ -74.009468, 40.584235 ], [ -74.016954, 40.580976 ], [ -74.016283, 40.57121 ], [ -74.010832, 40.569751 ], [ -74.00074, 40.567048 ], [ -74.000721, 40.567048 ], [ -73.959347, 40.569509 ], [ -73.959256, 40.569511 ], [ -73.951683, 40.570297 ], [ -73.946549, 40.57083 ], [ -73.937204, 40.571801 ], [ -73.929387, 40.572613 ], [ -73.92807, 40.567786 ], [ -73.928717, 40.567681 ], [ -73.932716, 40.567034 ], [ -73.933363, 40.566929 ], [ -73.933448, 40.566914 ], [ -73.934894, 40.566652 ], [ -73.936525, 40.566436 ], [ -73.945004, 40.565313 ], [ -73.94988, 40.564555 ], [ -73.950703, 40.564427 ], [ -73.951009, 40.56439 ], [ -73.951195, 40.564368 ], [ -73.951409, 40.564343 ], [ -73.95167, 40.564312 ], [ -73.952309, 40.564208 ], [ -73.958844, 40.56315 ], [ -73.959281, 40.563079 ], [ -73.959715, 40.563013 ], [ -73.997087, 40.557283 ], [ -74.036293, 40.551042 ], [ -74.036285, 40.551185 ], [ -74.036216, 40.5524 ], [ -74.036209, 40.552524 ], [ -74.035978, 40.556563 ], [ -74.035153, 40.571003 ], [ -74.035053, 40.572747 ], [ -74.035047, 40.57285 ], [ -74.034547, 40.57625 ], [ -74.037877, 40.589201 ], [ -74.041393, 40.603106 ], [ -74.042036, 40.604088 ], [ -74.043722, 40.606662 ], [ -74.043741, 40.606691 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000100", "name": "Census Tract 1, New York County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6900008", "INTPTLON": "-074.0461708" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -74.040747, 40.700167 ], [ -74.04073, 40.700193 ], [ -74.040697, 40.700215 ], [ -74.040648, 40.700214 ], [ -74.040612, 40.700201 ], [ -74.040569, 40.700188 ], [ -74.040528, 40.700176 ], [ -74.040496, 40.700162 ], [ -74.04046, 40.700149 ], [ -74.040415, 40.700126 ], [ -74.040376, 40.700112 ], [ -74.040329, 40.700101 ], [ -74.040283, 40.700111 ], [ -74.040249, 40.700117 ], [ -74.040187, 40.700114 ], [ -74.040153, 40.700103 ], [ -74.040121, 40.700101 ], [ -74.040082, 40.700092 ], [ -74.040048, 40.700074 ], [ -74.040022, 40.700061 ], [ -74.039994, 40.700041 ], [ -74.039966, 40.700018 ], [ -74.039934, 40.699994 ], [ -74.0399, 40.699981 ], [ -74.039859, 40.699966 ], [ -74.039825, 40.699955 ], [ -74.039783, 40.699952 ], [ -74.039745, 40.69995 ], [ -74.039713, 40.699928 ], [ -74.039689, 40.699899 ], [ -74.039665, 40.699873 ], [ -74.039622, 40.699856 ], [ -74.039586, 40.699853 ], [ -74.039547, 40.699843 ], [ -74.039511, 40.699816 ], [ -74.039477, 40.699782 ], [ -74.039428, 40.699763 ], [ -74.039381, 40.69975 ], [ -74.03933, 40.699727 ], [ -74.039287, 40.699708 ], [ -74.039255, 40.699687 ], [ -74.039163, 40.699677 ], [ -74.039121, 40.699671 ], [ -74.039075, 40.699668 ], [ -74.039024, 40.699662 ], [ -74.03899, 40.699662 ], [ -74.038936, 40.699655 ], [ -74.038893, 40.699625 ], [ -74.03888, 40.699602 ], [ -74.038838, 40.699562 ], [ -74.038815, 40.699532 ], [ -74.038802, 40.699487 ], [ -74.038796, 40.699439 ], [ -74.038783, 40.699406 ], [ -74.038772, 40.699398 ], [ -74.038759, 40.699368 ], [ -74.038742, 40.699335 ], [ -74.038723, 40.699302 ], [ -74.038697, 40.699279 ], [ -74.038664, 40.699263 ], [ -74.038632, 40.699239 ], [ -74.038598, 40.69921 ], [ -74.038561, 40.699193 ], [ -74.038533, 40.699172 ], [ -74.03851, 40.699147 ], [ -74.038494, 40.699115 ], [ -74.038498, 40.699074 ], [ -74.038467, 40.699017 ], [ -74.038459, 40.698981 ], [ -74.038463, 40.698924 ], [ -74.038467, 40.69887 ], [ -74.038455, 40.698825 ], [ -74.038435, 40.698792 ], [ -74.038396, 40.698729 ], [ -74.03838, 40.698714 ], [ -74.038368, 40.698687 ], [ -74.038372, 40.698669 ], [ -74.038392, 40.698666 ], [ -74.03842, 40.698665 ], [ -74.038453, 40.698681 ], [ -74.038505, 40.698702 ], [ -74.038527, 40.698712 ], [ -74.038569, 40.69873 ], [ -74.038606, 40.698718 ], [ -74.038623, 40.698698 ], [ -74.038603, 40.698677 ], [ -74.038621, 40.698671 ], [ -74.038634, 40.698667 ], [ -74.038653, 40.698663 ], [ -74.038681, 40.69866 ], [ -74.038712, 40.698654 ], [ -74.038744, 40.698637 ], [ -74.03878, 40.698636 ], [ -74.038827, 40.698624 ], [ -74.038879, 40.698611 ], [ -74.038925, 40.698607 ], [ -74.03896, 40.698595 ], [ -74.039006, 40.698594 ], [ -74.039061, 40.698597 ], [ -74.039115, 40.698592 ], [ -74.039168, 40.698595 ], [ -74.039205, 40.698604 ], [ -74.039245, 40.698614 ], [ -74.039285, 40.698632 ], [ -74.039317, 40.698665 ], [ -74.039341, 40.698684 ], [ -74.039365, 40.698709 ], [ -74.039376, 40.698731 ], [ -74.039411, 40.698737 ], [ -74.039438, 40.698739 ], [ -74.039469, 40.698752 ], [ -74.039488, 40.698777 ], [ -74.039508, 40.69878 ], [ -74.039538, 40.698787 ], [ -74.039585, 40.69879 ], [ -74.039632, 40.69879 ], [ -74.039651, 40.698795 ], [ -74.03967, 40.698775 ], [ -74.039931, 40.69859 ], [ -74.040078, 40.698715 ], [ -74.040234, 40.698833 ], [ -74.040215, 40.698854 ], [ -74.040145, 40.698897 ], [ -74.040096, 40.698934 ], [ -74.040059, 40.698907 ], [ -74.040044, 40.698903 ], [ -74.040028, 40.698898 ], [ -74.039986, 40.698887 ], [ -74.039951, 40.698882 ], [ -74.03991, 40.698883 ], [ -74.039868, 40.698893 ], [ -74.039824, 40.698911 ], [ -74.039798, 40.698937 ], [ -74.039796, 40.698977 ], [ -74.039817, 40.699009 ], [ -74.039846, 40.699032 ], [ -74.039863, 40.699045 ], [ -74.039899, 40.699068 ], [ -74.039948, 40.699098 ], [ -74.03998, 40.699124 ], [ -74.04007, 40.699172 ], [ -74.040158, 40.699197 ], [ -74.040186, 40.699215 ], [ -74.04019, 40.699245 ], [ -74.04019, 40.699278 ], [ -74.040211, 40.699315 ], [ -74.040243, 40.699333 ], [ -74.040278, 40.699351 ], [ -74.040316, 40.699365 ], [ -74.040351, 40.699375 ], [ -74.040402, 40.699393 ], [ -74.040426, 40.699413 ], [ -74.040438, 40.699438 ], [ -74.040455, 40.699467 ], [ -74.040467, 40.699493 ], [ -74.040466, 40.699528 ], [ -74.04047, 40.699558 ], [ -74.040484, 40.699595 ], [ -74.040512, 40.699627 ], [ -74.040531, 40.699657 ], [ -74.040553, 40.69968 ], [ -74.040578, 40.69971 ], [ -74.0406, 40.699739 ], [ -74.040612, 40.699766 ], [ -74.040617, 40.699803 ], [ -74.040615, 40.699828 ], [ -74.040624, 40.69986 ], [ -74.040644, 40.699883 ], [ -74.040663, 40.699907 ], [ -74.040674, 40.699935 ], [ -74.040674, 40.699962 ], [ -74.040684, 40.699983 ], [ -74.040687, 40.70001 ], [ -74.040691, 40.70005 ], [ -74.040702, 40.700071 ], [ -74.040719, 40.700096 ], [ -74.04074, 40.700131 ], [ -74.040747, 40.700167 ] ] ], [ [ [ -74.047133, 40.690542 ], [ -74.047104, 40.690564 ], [ -74.047119, 40.690646 ], [ -74.047184, 40.690685 ], [ -74.047212, 40.690723 ], [ -74.047234, 40.69085 ], [ -74.047249, 40.690999 ], [ -74.047169, 40.691114 ], [ -74.047097, 40.691142 ], [ -74.046895, 40.691125 ], [ -74.046568, 40.691147 ], [ -74.046265, 40.691158 ], [ -74.04607, 40.691185 ], [ -74.04586, 40.691102 ], [ -74.045297, 40.690899 ], [ -74.044848, 40.690728 ], [ -74.044531, 40.690584 ], [ -74.044279, 40.690463 ], [ -74.044048, 40.690309 ], [ -74.043931, 40.690225 ], [ -74.043917, 40.690215 ], [ -74.043773, 40.690083 ], [ -74.043664, 40.689935 ], [ -74.043556, 40.689725 ], [ -74.043521, 40.689588 ], [ -74.043513, 40.689274 ], [ -74.043556, 40.689147 ], [ -74.043586, 40.688982 ], [ -74.043658, 40.688861 ], [ -74.043803, 40.688757 ], [ -74.043977, 40.688658 ], [ -74.044208, 40.688608 ], [ -74.044396, 40.688542 ], [ -74.044569, 40.688581 ], [ -74.044794, 40.688658 ], [ -74.045074, 40.688735 ], [ -74.04537, 40.688878 ], [ -74.045616, 40.689022 ], [ -74.045883, 40.689143 ], [ -74.046144, 40.68927 ], [ -74.04647, 40.68949 ], [ -74.04657, 40.689639 ], [ -74.046751, 40.689859 ], [ -74.046995, 40.690173 ], [ -74.047285, 40.690503 ], [ -74.047133, 40.690542 ] ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000201", "name": "Census Tract 2.01, New York County, New York", "total_population_17": 2730, "white_alone_17": 264.0, "black_alone_17": 205.0, "native_alone_17": 0.0, "asian_alone_17": 1153.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1106.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.074, "pct_black_alone_change": -1.653, "pct_native_alone_change": -0.18, "pct_asian_alone_change": -1.773, "pct_hispanic_or_latino_change": -1.031, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+40.7098961", "INTPTLON": "-073.9855833" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987165, 40.714312 ], [ -73.986077, 40.714401 ], [ -73.985344, 40.714462 ], [ -73.985243, 40.713846 ], [ -73.985114, 40.713787 ], [ -73.985058, 40.713078 ], [ -73.98495, 40.712355 ], [ -73.984855, 40.711713 ], [ -73.984785, 40.711229 ], [ -73.984703, 40.710702 ], [ -73.984684, 40.710605 ], [ -73.984665, 40.710514 ], [ -73.984655, 40.710465 ], [ -73.984547, 40.709495 ], [ -73.984189, 40.705582 ], [ -73.985852, 40.705415 ], [ -73.986434, 40.705349 ], [ -73.986429, 40.705083 ], [ -73.98653, 40.704979 ], [ -73.986513, 40.705485 ], [ -73.986268, 40.705788 ], [ -73.986546, 40.709297 ], [ -73.986605, 40.710284 ], [ -73.986612, 40.710391 ], [ -73.98662, 40.710464 ], [ -73.986742, 40.711536 ], [ -73.986926, 40.712903 ], [ -73.987062, 40.713638 ], [ -73.987165, 40.714312 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000202", "name": "Census Tract 2.02, New York County, New York", "total_population_17": 7789, "white_alone_17": 1403.0, "black_alone_17": 1341.0, "native_alone_17": 37.0, "asian_alone_17": 1841.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2981.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.548, "pct_black_alone_change": 4.36, "pct_native_alone_change": 0.168, "pct_asian_alone_change": 5.397, "pct_hispanic_or_latino_change": -2.111, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7085736", "INTPTLON": "-073.9789944" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985344, 40.714462 ], [ -73.984706, 40.714512 ], [ -73.98312, 40.714618 ], [ -73.982786, 40.714658 ], [ -73.982453, 40.714699 ], [ -73.982342, 40.714658 ], [ -73.98165, 40.714461 ], [ -73.980923, 40.714264 ], [ -73.979962, 40.713973 ], [ -73.97929, 40.713762 ], [ -73.978741, 40.713597 ], [ -73.978519, 40.71353 ], [ -73.978434, 40.713504 ], [ -73.977587, 40.713254 ], [ -73.977377, 40.713192 ], [ -73.977245, 40.713153 ], [ -73.975933, 40.712907 ], [ -73.972789, 40.709378 ], [ -73.97306, 40.709179 ], [ -73.973243, 40.709044 ], [ -73.974264, 40.708298 ], [ -73.974431, 40.708169 ], [ -73.974554, 40.708079 ], [ -73.97482, 40.707883 ], [ -73.97502, 40.707736 ], [ -73.975476, 40.707492 ], [ -73.979069, 40.705963 ], [ -73.979233, 40.705769 ], [ -73.979479, 40.705825 ], [ -73.980332, 40.705846 ], [ -73.980907, 40.705907 ], [ -73.980987, 40.705374 ], [ -73.981856, 40.70549 ], [ -73.982033, 40.705515 ], [ -73.98221, 40.70554 ], [ -73.982329, 40.705552 ], [ -73.982449, 40.705547 ], [ -73.982455, 40.705509 ], [ -73.982572, 40.705518 ], [ -73.982748, 40.705532 ], [ -73.982741, 40.705576 ], [ -73.982825, 40.705558 ], [ -73.98308, 40.705519 ], [ -73.98308, 40.70548 ], [ -73.983227, 40.705482 ], [ -73.983351, 40.705451 ], [ -73.983398, 40.705467 ], [ -73.983426, 40.705577 ], [ -73.983442, 40.705645 ], [ -73.984189, 40.705582 ], [ -73.984547, 40.709495 ], [ -73.984655, 40.710465 ], [ -73.984665, 40.710514 ], [ -73.984684, 40.710605 ], [ -73.984703, 40.710702 ], [ -73.984785, 40.711229 ], [ -73.984855, 40.711713 ], [ -73.98495, 40.712355 ], [ -73.985058, 40.713078 ], [ -73.985114, 40.713787 ], [ -73.985243, 40.713846 ], [ -73.985344, 40.714462 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000500", "name": "Census Tract 5, New York County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6903066", "INTPTLON": "-074.0178910" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.032939, 40.687783 ], [ -74.026284, 40.699902 ], [ -74.02597, 40.701624 ], [ -74.022501, 40.701167 ], [ -74.019027, 40.700721 ], [ -74.015664, 40.699781 ], [ -74.015294, 40.699678 ], [ -74.01527, 40.699671 ], [ -74.013371, 40.699142 ], [ -74.011559, 40.698666 ], [ -74.002665, 40.69531 ], [ -74.002834, 40.695045 ], [ -74.002987, 40.694803 ], [ -74.002959, 40.694751 ], [ -74.002333, 40.694533 ], [ -74.001727, 40.694322 ], [ -74.000959, 40.694069 ], [ -74.001194, 40.693484 ], [ -74.001277, 40.693298 ], [ -74.001317, 40.693208 ], [ -74.001542, 40.692786 ], [ -74.001744, 40.692407 ], [ -74.001818, 40.692222 ], [ -74.001969, 40.691843 ], [ -74.001332, 40.691225 ], [ -74.000699, 40.690612 ], [ -74.00096, 40.690132 ], [ -74.001853, 40.690388 ], [ -74.001963, 40.690136 ], [ -74.002178, 40.690206 ], [ -74.002427, 40.690273 ], [ -74.002616, 40.690324 ], [ -74.002763, 40.690364 ], [ -74.002993, 40.690427 ], [ -74.003024, 40.690349 ], [ -74.003409, 40.689613 ], [ -74.00382, 40.68893 ], [ -74.003919, 40.68886 ], [ -74.004593, 40.688215 ], [ -74.005038, 40.687561 ], [ -74.00563, 40.686784 ], [ -74.005874, 40.686207 ], [ -74.00635, 40.686285 ], [ -74.006406, 40.686289 ], [ -74.006444, 40.686296 ], [ -74.006506, 40.686314 ], [ -74.006594, 40.686347 ], [ -74.006755, 40.686413 ], [ -74.006875, 40.686464 ], [ -74.006989, 40.686509 ], [ -74.00702, 40.686526 ], [ -74.007064, 40.686504 ], [ -74.00715, 40.686475 ], [ -74.007243, 40.686449 ], [ -74.007411, 40.686388 ], [ -74.007497, 40.686344 ], [ -74.007536, 40.686315 ], [ -74.007623, 40.686285 ], [ -74.00767, 40.686269 ], [ -74.00773, 40.686254 ], [ -74.007778, 40.686245 ], [ -74.007843, 40.686238 ], [ -74.007899, 40.686251 ], [ -74.007929, 40.686276 ], [ -74.00795, 40.686293 ], [ -74.008164, 40.686175 ], [ -74.008425, 40.686016 ], [ -74.008513, 40.685963 ], [ -74.008595, 40.685904 ], [ -74.01094, 40.684485 ], [ -74.011924, 40.683894 ], [ -74.012126, 40.68377 ], [ -74.012484, 40.683553 ], [ -74.01263, 40.683471 ], [ -74.012768, 40.683605 ], [ -74.012835, 40.683609 ], [ -74.013167, 40.683411 ], [ -74.015275, 40.682142 ], [ -74.015323, 40.682112 ], [ -74.015237, 40.681996 ], [ -74.015345, 40.681897 ], [ -74.016309, 40.68132 ], [ -74.01652, 40.681194 ], [ -74.01729, 40.680731 ], [ -74.01744, 40.680636 ], [ -74.017463, 40.680632 ], [ -74.017559, 40.680645 ], [ -74.017574, 40.680644 ], [ -74.017644, 40.680598 ], [ -74.017713, 40.68066 ], [ -74.017797, 40.680619 ], [ -74.018263, 40.680334 ], [ -74.018482, 40.680203 ], [ -74.018579, 40.680144 ], [ -74.018673, 40.680086 ], [ -74.018739, 40.680046 ], [ -74.018983, 40.679898 ], [ -74.018925, 40.679842 ], [ -74.019077, 40.679763 ], [ -74.019317, 40.679608 ], [ -74.019347, 40.679548 ], [ -74.019399, 40.679573 ], [ -74.034573, 40.684866 ], [ -74.032939, 40.687783 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000600", "name": "Census Tract 6, New York County, New York", "total_population_17": 10890, "white_alone_17": 459.0, "black_alone_17": 453.0, "native_alone_17": 135.0, "asian_alone_17": 6569.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3198.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.452, "pct_black_alone_change": -3.041, "pct_native_alone_change": 0.947, "pct_asian_alone_change": -5.156, "pct_hispanic_or_latino_change": 6.451, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.7102579", "INTPTLON": "-073.9880558" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.992562, 40.714388 ], [ -73.992134, 40.71442 ], [ -73.991225, 40.714487 ], [ -73.990755, 40.714554 ], [ -73.99022, 40.714405 ], [ -73.989337, 40.714133 ], [ -73.988703, 40.714185 ], [ -73.987165, 40.714312 ], [ -73.987062, 40.713638 ], [ -73.986926, 40.712903 ], [ -73.986742, 40.711536 ], [ -73.98662, 40.710464 ], [ -73.986612, 40.710391 ], [ -73.986605, 40.710284 ], [ -73.986546, 40.709297 ], [ -73.986268, 40.705788 ], [ -73.986513, 40.705485 ], [ -73.98653, 40.704979 ], [ -73.986623, 40.704979 ], [ -73.986641, 40.705018 ], [ -73.98669, 40.705075 ], [ -73.986762, 40.705118 ], [ -73.986866, 40.705161 ], [ -73.987271, 40.705181 ], [ -73.987449, 40.705166 ], [ -73.987577, 40.705158 ], [ -73.987957, 40.705134 ], [ -73.989224, 40.705137 ], [ -73.989381, 40.705137 ], [ -73.991939, 40.709528 ], [ -73.99197, 40.709586 ], [ -73.992028, 40.709693 ], [ -73.992075, 40.709771 ], [ -73.991995, 40.709786 ], [ -73.991897, 40.709802 ], [ -73.99186, 40.709808 ], [ -73.991777, 40.709819 ], [ -73.991977, 40.710911 ], [ -73.992183, 40.711775 ], [ -73.992267, 40.712468 ], [ -73.992392, 40.713191 ], [ -73.992468, 40.713857 ], [ -73.992562, 40.714388 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000700", "name": "Census Tract 7, New York County, New York", "total_population_17": 8881, "white_alone_17": 6343.0, "black_alone_17": 226.0, "native_alone_17": 0.0, "asian_alone_17": 1648.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 445.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.867, "pct_black_alone_change": -1.441, "pct_native_alone_change": -0.001, "pct_asian_alone_change": -5.076, "pct_hispanic_or_latino_change": -2.371, "pct_native_hawaiian_pacific_islander_change": -0.001, "INTPTLAT": "+40.7011730", "INTPTLON": "-074.0020025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.012508, 40.706767 ], [ -74.011947, 40.707452 ], [ -74.011703, 40.707756 ], [ -74.011248, 40.708304 ], [ -74.011012, 40.708594 ], [ -74.010846, 40.708797 ], [ -74.010542, 40.709154 ], [ -74.00966, 40.708756 ], [ -74.009371, 40.708614 ], [ -74.008269, 40.707722 ], [ -74.007459, 40.707219 ], [ -74.007085, 40.706945 ], [ -74.006781, 40.706724 ], [ -74.006021, 40.706142 ], [ -74.005522, 40.705791 ], [ -74.004749, 40.705232 ], [ -74.004633, 40.705159 ], [ -74.00456, 40.705105 ], [ -74.004338, 40.704965 ], [ -74.004552, 40.704838 ], [ -74.004206, 40.704283 ], [ -74.003627, 40.7033 ], [ -73.998137, 40.701525 ], [ -73.996698, 40.700877 ], [ -73.9975, 40.699653 ], [ -73.998032, 40.698762 ], [ -73.998376, 40.698048 ], [ -74.000454, 40.698739 ], [ -74.006066, 40.701359 ], [ -74.006981, 40.702144 ], [ -74.007531, 40.702596 ], [ -74.007814, 40.702892 ], [ -74.007851, 40.703 ], [ -74.007865, 40.70302 ], [ -74.007903, 40.703079 ], [ -74.007926, 40.703108 ], [ -74.007949, 40.70314 ], [ -74.00798, 40.703189 ], [ -74.008541, 40.703697 ], [ -74.008986, 40.704079 ], [ -74.009103, 40.704193 ], [ -74.009462, 40.704545 ], [ -74.009747, 40.704775 ], [ -74.009984, 40.705148 ], [ -74.009995, 40.705331 ], [ -74.009866, 40.705797 ], [ -74.01042, 40.705998 ], [ -74.01119, 40.706278 ], [ -74.011873, 40.706552 ], [ -74.0124, 40.706785 ], [ -74.012508, 40.706767 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000800", "name": "Census Tract 8, New York County, New York", "total_population_17": 9363, "white_alone_17": 755.0, "black_alone_17": 78.0, "native_alone_17": 87.0, "asian_alone_17": 7822.0, "native_hawaiian_pacific_islander_17": 5.0, "hispanic_or_latino_17": 400.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -1.05, "pct_black_alone_change": -0.101, "pct_native_alone_change": 0.645, "pct_asian_alone_change": -3.396, "pct_hispanic_or_latino_change": 1.726, "pct_native_hawaiian_pacific_islander_change": 0.053, "INTPTLAT": "+40.7101181", "INTPTLON": "-073.9932525" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.997444, 40.714067 ], [ -73.996478, 40.714107 ], [ -73.99484, 40.714209 ], [ -73.994657, 40.71422 ], [ -73.9945, 40.714231 ], [ -73.994347, 40.714247 ], [ -73.99414, 40.714269 ], [ -73.993951, 40.714291 ], [ -73.993016, 40.714356 ], [ -73.992852, 40.714367 ], [ -73.992562, 40.714388 ], [ -73.992468, 40.713857 ], [ -73.992392, 40.713191 ], [ -73.992267, 40.712468 ], [ -73.992183, 40.711775 ], [ -73.991977, 40.710911 ], [ -73.991777, 40.709819 ], [ -73.99186, 40.709808 ], [ -73.991897, 40.709802 ], [ -73.991995, 40.709786 ], [ -73.992075, 40.709771 ], [ -73.992028, 40.709693 ], [ -73.99197, 40.709586 ], [ -73.991939, 40.709528 ], [ -73.989381, 40.705137 ], [ -73.989424, 40.705137 ], [ -73.989495, 40.705145 ], [ -73.989608, 40.705158 ], [ -73.989861, 40.705175 ], [ -73.990549, 40.705144 ], [ -73.990696, 40.705131 ], [ -73.990882, 40.705124 ], [ -73.99148, 40.705625 ], [ -73.992722, 40.705544 ], [ -73.993853, 40.704829 ], [ -73.993713, 40.70452 ], [ -73.993693, 40.704476 ], [ -73.993866, 40.70468 ], [ -73.996005, 40.708895 ], [ -73.996032, 40.708998 ], [ -73.996044, 40.709048 ], [ -73.996063, 40.709119 ], [ -73.996222, 40.709181 ], [ -73.996354, 40.709785 ], [ -73.996444, 40.710199 ], [ -73.996782, 40.711364 ], [ -73.996947, 40.712072 ], [ -73.997117, 40.712799 ], [ -73.9973, 40.713468 ], [ -73.997504, 40.714069 ], [ -73.997444, 40.714067 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061000900", "name": "Census Tract 9, New York County, New York", "total_population_17": 1736, "white_alone_17": 1175.0, "black_alone_17": 45.0, "native_alone_17": 0.0, "asian_alone_17": 280.0, "native_hawaiian_pacific_islander_17": 10.0, "hispanic_or_latino_17": 140.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.211, "pct_black_alone_change": -3.918, "pct_native_alone_change": -0.092, "pct_asian_alone_change": 3.372, "pct_hispanic_or_latino_change": 1.349, "pct_native_hawaiian_pacific_islander_change": 0.398, "INTPTLAT": "+40.6987242", "INTPTLON": "-074.0059997" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.01443, 40.703151 ], [ -74.014392, 40.703598 ], [ -74.014255, 40.704425 ], [ -74.014254, 40.704461 ], [ -74.014259, 40.704489 ], [ -74.014271, 40.70452 ], [ -74.014289, 40.704549 ], [ -74.013286, 40.704655 ], [ -74.013326, 40.705031 ], [ -74.013356, 40.705415 ], [ -74.013254, 40.705871 ], [ -74.012508, 40.706767 ], [ -74.0124, 40.706785 ], [ -74.011873, 40.706552 ], [ -74.01119, 40.706278 ], [ -74.01042, 40.705998 ], [ -74.009866, 40.705797 ], [ -74.009995, 40.705331 ], [ -74.009984, 40.705148 ], [ -74.009747, 40.704775 ], [ -74.009462, 40.704545 ], [ -74.009103, 40.704193 ], [ -74.008986, 40.704079 ], [ -74.008541, 40.703697 ], [ -74.00798, 40.703189 ], [ -74.007949, 40.70314 ], [ -74.007926, 40.703108 ], [ -74.007903, 40.703079 ], [ -74.007865, 40.70302 ], [ -74.007851, 40.703 ], [ -74.007814, 40.702892 ], [ -74.007531, 40.702596 ], [ -74.006981, 40.702144 ], [ -74.006066, 40.701359 ], [ -74.000454, 40.698739 ], [ -73.998376, 40.698048 ], [ -73.998847, 40.697141 ], [ -73.998763, 40.69711 ], [ -73.998857, 40.69692 ], [ -73.99894, 40.696941 ], [ -73.998991, 40.696812 ], [ -73.999182, 40.696885 ], [ -73.999295, 40.696795 ], [ -73.999474, 40.696704 ], [ -73.999535, 40.696578 ], [ -73.999478, 40.696466 ], [ -73.999428, 40.69641 ], [ -73.99942, 40.696361 ], [ -73.999461, 40.69628 ], [ -73.999604, 40.696069 ], [ -73.999882, 40.695605 ], [ -74.000277, 40.694959 ], [ -74.000701, 40.694388 ], [ -74.000959, 40.694069 ], [ -74.001727, 40.694322 ], [ -74.002333, 40.694533 ], [ -74.002959, 40.694751 ], [ -74.002987, 40.694803 ], [ -74.002834, 40.695045 ], [ -74.002665, 40.69531 ], [ -74.011559, 40.698666 ], [ -74.013371, 40.699142 ], [ -74.013653, 40.700221 ], [ -74.013583, 40.700371 ], [ -74.013708, 40.70107 ], [ -74.013723, 40.701133 ], [ -74.013748, 40.7012 ], [ -74.013814, 40.701306 ], [ -74.013979, 40.701531 ], [ -74.014011, 40.701976 ], [ -74.014005, 40.701998 ], [ -74.013991, 40.702018 ], [ -74.013967, 40.702044 ], [ -74.013929, 40.702067 ], [ -74.013872, 40.702082 ], [ -74.013839, 40.702092 ], [ -74.013822, 40.702105 ], [ -74.013809, 40.702133 ], [ -74.013834, 40.702406 ], [ -74.014206, 40.702737 ], [ -74.014312, 40.702864 ], [ -74.014354, 40.702933 ], [ -74.014387, 40.703004 ], [ -74.014413, 40.703076 ], [ -74.01443, 40.703151 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001001", "name": "Census Tract 10.01, New York County, New York", "total_population_17": 1382, "white_alone_17": 907.0, "black_alone_17": 25.0, "native_alone_17": 0.0, "asian_alone_17": 128.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 311.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -7.919, "pct_black_alone_change": -3.555, "pct_native_alone_change": -0.073, "pct_asian_alone_change": 6.029, "pct_hispanic_or_latino_change": 5.605, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7114400", "INTPTLON": "-073.9721475" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979495, 40.71489 ], [ -73.979222, 40.715403 ], [ -73.979134, 40.715553 ], [ -73.979102, 40.715612 ], [ -73.97902, 40.715748 ], [ -73.978992, 40.715798 ], [ -73.978909, 40.715951 ], [ -73.978543, 40.715837 ], [ -73.978438, 40.715804 ], [ -73.978083, 40.715692 ], [ -73.977917, 40.715649 ], [ -73.97724, 40.715485 ], [ -73.976457, 40.715299 ], [ -73.976587, 40.715047 ], [ -73.976614, 40.714995 ], [ -73.976554, 40.714978 ], [ -73.976454, 40.714949 ], [ -73.9764, 40.714931 ], [ -73.976344, 40.714917 ], [ -73.975227, 40.714582 ], [ -73.968861, 40.71265 ], [ -73.968895, 40.71262 ], [ -73.968945, 40.712575 ], [ -73.968993, 40.712533 ], [ -73.969021, 40.712508 ], [ -73.96905, 40.712482 ], [ -73.969072, 40.712385 ], [ -73.969128, 40.712144 ], [ -73.969612, 40.71016 ], [ -73.969941, 40.70931 ], [ -73.969888, 40.70877 ], [ -73.969845, 40.707988 ], [ -73.969613, 40.707634 ], [ -73.970141, 40.707407 ], [ -73.970236, 40.707367 ], [ -73.970318, 40.707332 ], [ -73.970573, 40.707555 ], [ -73.972309, 40.709071 ], [ -73.972789, 40.709378 ], [ -73.975933, 40.712907 ], [ -73.977245, 40.713153 ], [ -73.977377, 40.713192 ], [ -73.977587, 40.713254 ], [ -73.978434, 40.713504 ], [ -73.978519, 40.71353 ], [ -73.978741, 40.713597 ], [ -73.97929, 40.713762 ], [ -73.979962, 40.713973 ], [ -73.979495, 40.71489 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001002", "name": "Census Tract 10.02, New York County, New York", "total_population_17": 5707, "white_alone_17": 182.0, "black_alone_17": 511.0, "native_alone_17": 0.0, "asian_alone_17": 776.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4167.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.184, "pct_black_alone_change": -8.884, "pct_native_alone_change": -0.297, "pct_asian_alone_change": 4.894, "pct_hispanic_or_latino_change": 2.304, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7154810", "INTPTLON": "-073.9714373" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98023, 40.717096 ], [ -73.979992, 40.71754 ], [ -73.979965, 40.71759 ], [ -73.979486, 40.718528 ], [ -73.979416, 40.718666 ], [ -73.979039, 40.719387 ], [ -73.978753, 40.719934 ], [ -73.978034, 40.71964 ], [ -73.977224, 40.71931 ], [ -73.977052, 40.719276 ], [ -73.976738, 40.719214 ], [ -73.976481, 40.719163 ], [ -73.976355, 40.719133 ], [ -73.97614, 40.719088 ], [ -73.975452, 40.718947 ], [ -73.975119, 40.718753 ], [ -73.974995, 40.718746 ], [ -73.974923, 40.718766 ], [ -73.974874, 40.718779 ], [ -73.974742, 40.718841 ], [ -73.973635, 40.718612 ], [ -73.967716, 40.71604 ], [ -73.967999, 40.715106 ], [ -73.968041, 40.714966 ], [ -73.96837, 40.714127 ], [ -73.968469, 40.712999 ], [ -73.968819, 40.712686 ], [ -73.968861, 40.71265 ], [ -73.975227, 40.714582 ], [ -73.976344, 40.714917 ], [ -73.9764, 40.714931 ], [ -73.976454, 40.714949 ], [ -73.976554, 40.714978 ], [ -73.976614, 40.714995 ], [ -73.976587, 40.715047 ], [ -73.976457, 40.715299 ], [ -73.97724, 40.715485 ], [ -73.977917, 40.715649 ], [ -73.978083, 40.715692 ], [ -73.978438, 40.715804 ], [ -73.978543, 40.715837 ], [ -73.978909, 40.715951 ], [ -73.97909, 40.716005 ], [ -73.980022, 40.716287 ], [ -73.980577, 40.716455 ], [ -73.98023, 40.717096 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001200", "name": "Census Tract 12, New York County, New York", "total_population_17": 3921, "white_alone_17": 2016.0, "black_alone_17": 57.0, "native_alone_17": 19.0, "asian_alone_17": 615.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1106.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 3.463, "pct_black_alone_change": -2.037, "pct_native_alone_change": 0.196, "pct_asian_alone_change": 5.27, "pct_hispanic_or_latino_change": -6.992, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7159065", "INTPTLON": "-073.9820936" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984536, 40.716394 ], [ -73.984233, 40.716956 ], [ -73.984173, 40.717068 ], [ -73.98414, 40.717128 ], [ -73.984071, 40.717259 ], [ -73.984035, 40.717331 ], [ -73.983995, 40.717414 ], [ -73.983395, 40.718571 ], [ -73.982477, 40.71829 ], [ -73.983104, 40.717181 ], [ -73.982289, 40.716976 ], [ -73.981438, 40.716718 ], [ -73.980577, 40.716455 ], [ -73.980022, 40.716287 ], [ -73.97909, 40.716005 ], [ -73.978909, 40.715951 ], [ -73.978992, 40.715798 ], [ -73.97902, 40.715748 ], [ -73.979102, 40.715612 ], [ -73.979134, 40.715553 ], [ -73.979222, 40.715403 ], [ -73.979495, 40.71489 ], [ -73.979962, 40.713973 ], [ -73.980923, 40.714264 ], [ -73.98165, 40.714461 ], [ -73.982342, 40.714658 ], [ -73.982453, 40.714699 ], [ -73.983, 40.714835 ], [ -73.983338, 40.714933 ], [ -73.984258, 40.71521 ], [ -73.985013, 40.715438 ], [ -73.984536, 40.716394 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001300", "name": "Census Tract 13, New York County, New York", "total_population_17": 4805, "white_alone_17": 2992.0, "black_alone_17": 60.0, "native_alone_17": 0.0, "asian_alone_17": 953.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 640.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.085, "pct_black_alone_change": -7.551, "pct_native_alone_change": -0.389, "pct_asian_alone_change": 8.816, "pct_hispanic_or_latino_change": 6.574, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7091260", "INTPTLON": "-074.0129925" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.016606, 40.704963 ], [ -74.016579, 40.705089 ], [ -74.016421, 40.705483 ], [ -74.016131, 40.706244 ], [ -74.015956, 40.70668 ], [ -74.015834, 40.706984 ], [ -74.015765, 40.707148 ], [ -74.015749, 40.707186 ], [ -74.015693, 40.707304 ], [ -74.015611, 40.707486 ], [ -74.015591, 40.707531 ], [ -74.015528, 40.707672 ], [ -74.015513, 40.707707 ], [ -74.015202, 40.708456 ], [ -74.014856, 40.709394 ], [ -74.014697, 40.709779 ], [ -74.014535, 40.710375 ], [ -74.014358, 40.711006 ], [ -74.014147, 40.712213 ], [ -74.0137, 40.713668 ], [ -74.012553, 40.713147 ], [ -74.011663, 40.712798 ], [ -74.010122, 40.712085 ], [ -74.008601, 40.711392 ], [ -74.009063, 40.710887 ], [ -74.009474, 40.710413 ], [ -74.009543, 40.710327 ], [ -74.009988, 40.709806 ], [ -74.010542, 40.709154 ], [ -74.010846, 40.708797 ], [ -74.011012, 40.708594 ], [ -74.011248, 40.708304 ], [ -74.011703, 40.707756 ], [ -74.011947, 40.707452 ], [ -74.012508, 40.706767 ], [ -74.013254, 40.705871 ], [ -74.013356, 40.705415 ], [ -74.013326, 40.705031 ], [ -74.013286, 40.704655 ], [ -74.014289, 40.704549 ], [ -74.015184, 40.704666 ], [ -74.015417, 40.704684 ], [ -74.016567, 40.704774 ], [ -74.016628, 40.704799 ], [ -74.016606, 40.704963 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001401", "name": "Census Tract 14.01, New York County, New York", "total_population_17": 3095, "white_alone_17": 2084.0, "black_alone_17": 64.0, "native_alone_17": 0.0, "asian_alone_17": 540.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 314.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -7.582, "pct_black_alone_change": -1.646, "pct_native_alone_change": -0.169, "pct_asian_alone_change": 13.666, "pct_hispanic_or_latino_change": -5.756, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7151603", "INTPTLON": "-073.9873313" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990225, 40.714532 ], [ -73.990202, 40.714665 ], [ -73.989754, 40.715553 ], [ -73.989155, 40.716708 ], [ -73.988367, 40.716446 ], [ -73.987535, 40.716197 ], [ -73.986721, 40.715952 ], [ -73.985867, 40.715697 ], [ -73.985801, 40.715677 ], [ -73.985013, 40.715438 ], [ -73.984258, 40.71521 ], [ -73.983338, 40.714933 ], [ -73.983, 40.714835 ], [ -73.982453, 40.714699 ], [ -73.982786, 40.714658 ], [ -73.98312, 40.714618 ], [ -73.984706, 40.714512 ], [ -73.985344, 40.714462 ], [ -73.986077, 40.714401 ], [ -73.987165, 40.714312 ], [ -73.988703, 40.714185 ], [ -73.989337, 40.714133 ], [ -73.99022, 40.714405 ], [ -73.990225, 40.714532 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001402", "name": "Census Tract 14.02, New York County, New York", "total_population_17": 2857, "white_alone_17": 872.0, "black_alone_17": 100.0, "native_alone_17": 48.0, "asian_alone_17": 860.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 872.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 12.205, "pct_black_alone_change": -0.309, "pct_native_alone_change": 1.382, "pct_asian_alone_change": -4.346, "pct_hispanic_or_latino_change": -11.876, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7175134", "INTPTLON": "-073.9858814" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987879, 40.717409 ], [ -73.98751, 40.718074 ], [ -73.987434, 40.718213 ], [ -73.98736, 40.71837 ], [ -73.986752, 40.719593 ], [ -73.985911, 40.719339 ], [ -73.985074, 40.719083 ], [ -73.984232, 40.718828 ], [ -73.983395, 40.718571 ], [ -73.983995, 40.717414 ], [ -73.984035, 40.717331 ], [ -73.984071, 40.717259 ], [ -73.98414, 40.717128 ], [ -73.984173, 40.717068 ], [ -73.984233, 40.716956 ], [ -73.984536, 40.716394 ], [ -73.985013, 40.715438 ], [ -73.985801, 40.715677 ], [ -73.985867, 40.715697 ], [ -73.986721, 40.715952 ], [ -73.987535, 40.716197 ], [ -73.988367, 40.716446 ], [ -73.987879, 40.717409 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001501", "name": "Census Tract 15.01, New York County, New York", "total_population_17": 6892, "white_alone_17": 3918.0, "black_alone_17": 344.0, "native_alone_17": 25.0, "asian_alone_17": 1786.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 586.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -5.229, "pct_black_alone_change": -3.098, "pct_native_alone_change": 0.166, "pct_asian_alone_change": 4.586, "pct_hispanic_or_latino_change": 0.984, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7075653", "INTPTLON": "-074.0013991" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008601, 40.711392 ], [ -74.008348, 40.711359 ], [ -74.007968, 40.711447 ], [ -74.008089, 40.711463 ], [ -74.008147, 40.711477 ], [ -74.008204, 40.711495 ], [ -74.008216, 40.711522 ], [ -74.008227, 40.711547 ], [ -74.008222, 40.711578 ], [ -74.008216, 40.711606 ], [ -74.008186, 40.711657 ], [ -74.008135, 40.711698 ], [ -74.008079, 40.711721 ], [ -74.008022, 40.711731 ], [ -74.007964, 40.711736 ], [ -74.007905, 40.711737 ], [ -74.007846, 40.711733 ], [ -74.007796, 40.711709 ], [ -74.007741, 40.71169 ], [ -74.007626, 40.711668 ], [ -74.007507, 40.711669 ], [ -74.007018, 40.711784 ], [ -74.00609, 40.712003 ], [ -74.006052, 40.712012 ], [ -74.005908, 40.712045 ], [ -74.00574, 40.712089 ], [ -74.005589, 40.71217 ], [ -74.005442, 40.712144 ], [ -74.004977, 40.712282 ], [ -74.004399, 40.71185 ], [ -74.004181, 40.711687 ], [ -74.003889, 40.7116 ], [ -74.003537, 40.711495 ], [ -74.003311, 40.711315 ], [ -74.002523, 40.710673 ], [ -74.001672, 40.710015 ], [ -74.001419, 40.709815 ], [ -74.001225, 40.709658 ], [ -74.000474, 40.709051 ], [ -74.000232, 40.708856 ], [ -74.000206, 40.708835 ], [ -73.999869, 40.70857 ], [ -73.999495, 40.708279 ], [ -73.999378, 40.708181 ], [ -73.999296, 40.708111 ], [ -73.999177, 40.708022 ], [ -73.99457, 40.704376 ], [ -73.994498, 40.704318 ], [ -73.994565, 40.704265 ], [ -73.994618, 40.704226 ], [ -73.994797, 40.704096 ], [ -73.994714, 40.703997 ], [ -73.994816, 40.703906 ], [ -73.994881, 40.703813 ], [ -73.994882, 40.703788 ], [ -73.994992, 40.703654 ], [ -73.994858, 40.703566 ], [ -73.994663, 40.703431 ], [ -73.994806, 40.703296 ], [ -73.995069, 40.703102 ], [ -73.995138, 40.70298 ], [ -73.996173, 40.703364 ], [ -74.001775, 40.704963 ], [ -74.002162, 40.705361 ], [ -74.002409, 40.705471 ], [ -74.00284, 40.705887 ], [ -74.002995, 40.70608 ], [ -74.003055, 40.706151 ], [ -74.003137, 40.706248 ], [ -74.003584, 40.70679 ], [ -74.003715, 40.706957 ], [ -74.003941, 40.707228 ], [ -74.004057, 40.707437 ], [ -74.004328, 40.707824 ], [ -74.004817, 40.70839 ], [ -74.00496, 40.708569 ], [ -74.005104, 40.708747 ], [ -74.005262, 40.708921 ], [ -74.005512, 40.709093 ], [ -74.006435, 40.709557 ], [ -74.007054, 40.709872 ], [ -74.007307, 40.709999 ], [ -74.007745, 40.710221 ], [ -74.009063, 40.710887 ], [ -74.008601, 40.711392 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001502", "name": "Census Tract 15.02, New York County, New York", "total_population_17": 7932, "white_alone_17": 5400.0, "black_alone_17": 186.0, "native_alone_17": 40.0, "asian_alone_17": 1745.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 359.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.009, "pct_black_alone_change": -2.202, "pct_native_alone_change": 0.148, "pct_asian_alone_change": 4.879, "pct_hispanic_or_latino_change": -1.316, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7055773", "INTPTLON": "-074.0026158" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.009988, 40.709806 ], [ -74.009543, 40.710327 ], [ -74.009474, 40.710413 ], [ -74.009063, 40.710887 ], [ -74.007745, 40.710221 ], [ -74.007307, 40.709999 ], [ -74.007054, 40.709872 ], [ -74.006435, 40.709557 ], [ -74.005512, 40.709093 ], [ -74.005262, 40.708921 ], [ -74.005104, 40.708747 ], [ -74.00496, 40.708569 ], [ -74.004817, 40.70839 ], [ -74.004328, 40.707824 ], [ -74.004057, 40.707437 ], [ -74.003941, 40.707228 ], [ -74.003715, 40.706957 ], [ -74.003584, 40.70679 ], [ -74.003137, 40.706248 ], [ -74.003055, 40.706151 ], [ -74.002995, 40.70608 ], [ -74.00284, 40.705887 ], [ -74.002409, 40.705471 ], [ -74.002162, 40.705361 ], [ -74.001775, 40.704963 ], [ -73.996173, 40.703364 ], [ -73.995138, 40.70298 ], [ -73.996698, 40.700877 ], [ -73.998137, 40.701525 ], [ -74.003627, 40.7033 ], [ -74.004206, 40.704283 ], [ -74.004552, 40.704838 ], [ -74.004338, 40.704965 ], [ -74.00456, 40.705105 ], [ -74.004633, 40.705159 ], [ -74.004749, 40.705232 ], [ -74.005522, 40.705791 ], [ -74.006021, 40.706142 ], [ -74.006781, 40.706724 ], [ -74.007085, 40.706945 ], [ -74.007459, 40.707219 ], [ -74.008269, 40.707722 ], [ -74.009371, 40.708614 ], [ -74.00966, 40.708756 ], [ -74.010542, 40.709154 ], [ -74.009988, 40.709806 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001600", "name": "Census Tract 16, New York County, New York", "total_population_17": 7244, "white_alone_17": 990.0, "black_alone_17": 93.0, "native_alone_17": 0.0, "asian_alone_17": 5602.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 472.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 8.186, "pct_black_alone_change": 0.836, "pct_native_alone_change": -0.271, "pct_asian_alone_change": -13.603, "pct_hispanic_or_latino_change": 3.755, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7159568", "INTPTLON": "-073.9932660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.997504, 40.714069 ], [ -73.997092, 40.714618 ], [ -73.996806, 40.715037 ], [ -73.996532, 40.715473 ], [ -73.996059, 40.716232 ], [ -73.995429, 40.717279 ], [ -73.994808, 40.718457 ], [ -73.993828, 40.718145 ], [ -73.993095, 40.717922 ], [ -73.99222, 40.717658 ], [ -73.991422, 40.717418 ], [ -73.991176, 40.717343 ], [ -73.990703, 40.717201 ], [ -73.989951, 40.716972 ], [ -73.989155, 40.716708 ], [ -73.989754, 40.715553 ], [ -73.990202, 40.714665 ], [ -73.990225, 40.714532 ], [ -73.99022, 40.714405 ], [ -73.990755, 40.714554 ], [ -73.991225, 40.714487 ], [ -73.992134, 40.71442 ], [ -73.992562, 40.714388 ], [ -73.992852, 40.714367 ], [ -73.993016, 40.714356 ], [ -73.993951, 40.714291 ], [ -73.99414, 40.714269 ], [ -73.994347, 40.714247 ], [ -73.9945, 40.714231 ], [ -73.994657, 40.71422 ], [ -73.99484, 40.714209 ], [ -73.996478, 40.714107 ], [ -73.997444, 40.714067 ], [ -73.997504, 40.714069 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061001800", "name": "Census Tract 18, New York County, New York", "total_population_17": 7895, "white_alone_17": 2238.0, "black_alone_17": 373.0, "native_alone_17": 155.0, "asian_alone_17": 4237.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 642.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.826, "pct_black_alone_change": 2.037, "pct_native_alone_change": 1.805, "pct_asian_alone_change": -19.75, "pct_hispanic_or_latino_change": -5.711, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7190464", "INTPTLON": "-073.9908408" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994422, 40.719392 ], [ -73.994378, 40.719519 ], [ -73.994035, 40.720323 ], [ -73.993795, 40.720937 ], [ -73.993669, 40.721256 ], [ -73.993523, 40.721632 ], [ -73.992731, 40.721395 ], [ -73.992237, 40.721248 ], [ -73.991506, 40.721028 ], [ -73.990629, 40.720766 ], [ -73.989857, 40.720533 ], [ -73.98962, 40.720462 ], [ -73.989114, 40.720308 ], [ -73.988354, 40.720077 ], [ -73.987542, 40.719833 ], [ -73.986752, 40.719593 ], [ -73.98736, 40.71837 ], [ -73.987434, 40.718213 ], [ -73.98751, 40.718074 ], [ -73.987879, 40.717409 ], [ -73.988367, 40.716446 ], [ -73.989155, 40.716708 ], [ -73.989951, 40.716972 ], [ -73.990703, 40.717201 ], [ -73.991176, 40.717343 ], [ -73.991422, 40.717418 ], [ -73.99222, 40.717658 ], [ -73.993095, 40.717922 ], [ -73.993828, 40.718145 ], [ -73.994808, 40.718457 ], [ -73.994422, 40.719392 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002000", "name": "Census Tract 20, New York County, New York", "total_population_17": 4920, "white_alone_17": 55.0, "black_alone_17": 1003.0, "native_alone_17": 0.0, "asian_alone_17": 1074.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2788.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.679, "pct_black_alone_change": 3.571, "pct_native_alone_change": -0.29, "pct_asian_alone_change": 13.654, "pct_hispanic_or_latino_change": -16.159, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7183569", "INTPTLON": "-073.9702209" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.978719, 40.719983 ], [ -73.978231, 40.720674 ], [ -73.978016, 40.720966 ], [ -73.977788, 40.721277 ], [ -73.977683, 40.72142 ], [ -73.977364, 40.721861 ], [ -73.977346, 40.721885 ], [ -73.976893, 40.722498 ], [ -73.97616, 40.722187 ], [ -73.975533, 40.721922 ], [ -73.974763, 40.721596 ], [ -73.974648, 40.72152 ], [ -73.974543, 40.721471 ], [ -73.972869, 40.720725 ], [ -73.966511, 40.717917 ], [ -73.966613, 40.717806 ], [ -73.966671, 40.717743 ], [ -73.966836, 40.717564 ], [ -73.967578, 40.716496 ], [ -73.967716, 40.71604 ], [ -73.973635, 40.718612 ], [ -73.974742, 40.718841 ], [ -73.974874, 40.718779 ], [ -73.974923, 40.718766 ], [ -73.974995, 40.718746 ], [ -73.975119, 40.718753 ], [ -73.975452, 40.718947 ], [ -73.97614, 40.719088 ], [ -73.976355, 40.719133 ], [ -73.976481, 40.719163 ], [ -73.976738, 40.719214 ], [ -73.977052, 40.719276 ], [ -73.977224, 40.71931 ], [ -73.978034, 40.71964 ], [ -73.978753, 40.719934 ], [ -73.978719, 40.719983 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002100", "name": "Census Tract 21, New York County, New York", "total_population_17": 6863, "white_alone_17": 5176.0, "black_alone_17": 74.0, "native_alone_17": 0.0, "asian_alone_17": 961.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 293.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.471, "pct_black_alone_change": -2.91, "pct_native_alone_change": -0.249, "pct_asian_alone_change": -1.036, "pct_hispanic_or_latino_change": -0.592, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7143288", "INTPTLON": "-074.0100498" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.013382, 40.714408 ], [ -74.013232, 40.715061 ], [ -74.013195, 40.715203 ], [ -74.013102, 40.715619 ], [ -74.013025, 40.715952 ], [ -74.012921, 40.716398 ], [ -74.012731, 40.717114 ], [ -74.01256, 40.717034 ], [ -74.011627, 40.716602 ], [ -74.011377, 40.716489 ], [ -74.010968, 40.716303 ], [ -74.010834, 40.716925 ], [ -74.009205, 40.716188 ], [ -74.008823, 40.716014 ], [ -74.007544, 40.715433 ], [ -74.005889, 40.714678 ], [ -74.00631, 40.714166 ], [ -74.006753, 40.713618 ], [ -74.007225, 40.713055 ], [ -74.007666, 40.712533 ], [ -74.0081, 40.711995 ], [ -74.008601, 40.711392 ], [ -74.010122, 40.712085 ], [ -74.011663, 40.712798 ], [ -74.012553, 40.713147 ], [ -74.0137, 40.713668 ], [ -74.013382, 40.714408 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002201", "name": "Census Tract 22.01, New York County, New York", "total_population_17": 6484, "white_alone_17": 1151.0, "black_alone_17": 731.0, "native_alone_17": 35.0, "asian_alone_17": 1560.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2890.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.262, "pct_black_alone_change": -2.689, "pct_native_alone_change": 0.269, "pct_asian_alone_change": -0.121, "pct_hispanic_or_latino_change": -3.593, "pct_native_hawaiian_pacific_islander_change": -0.045, "INTPTLAT": "+40.7191156", "INTPTLON": "-073.9818443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984477, 40.720235 ], [ -73.983824, 40.721473 ], [ -73.983003, 40.721223 ], [ -73.982167, 40.720969 ], [ -73.981308, 40.720709 ], [ -73.979735, 40.720235 ], [ -73.978753, 40.719934 ], [ -73.979039, 40.719387 ], [ -73.979416, 40.718666 ], [ -73.979486, 40.718528 ], [ -73.979965, 40.71759 ], [ -73.979992, 40.71754 ], [ -73.98023, 40.717096 ], [ -73.980577, 40.716455 ], [ -73.981438, 40.716718 ], [ -73.982289, 40.716976 ], [ -73.983104, 40.717181 ], [ -73.982477, 40.71829 ], [ -73.983395, 40.718571 ], [ -73.984232, 40.718828 ], [ -73.985074, 40.719083 ], [ -73.984477, 40.720235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002202", "name": "Census Tract 22.02, New York County, New York", "total_population_17": 1947, "white_alone_17": 1055.0, "black_alone_17": 122.0, "native_alone_17": 11.0, "asian_alone_17": 307.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 360.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.435, "pct_black_alone_change": -6.073, "pct_native_alone_change": 0.115, "pct_asian_alone_change": 5.999, "pct_hispanic_or_latino_change": -8.888, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7212597", "INTPTLON": "-073.9811412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983444, 40.722019 ], [ -73.982964, 40.722671 ], [ -73.980607, 40.721678 ], [ -73.978231, 40.720674 ], [ -73.978719, 40.719983 ], [ -73.978753, 40.719934 ], [ -73.979735, 40.720235 ], [ -73.981308, 40.720709 ], [ -73.982167, 40.720969 ], [ -73.983003, 40.721223 ], [ -73.983824, 40.721473 ], [ -73.983444, 40.722019 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002400", "name": "Census Tract 24, New York County, New York", "total_population_17": 4275, "white_alone_17": 79.0, "black_alone_17": 756.0, "native_alone_17": 0.0, "asian_alone_17": 440.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2548.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.337, "pct_black_alone_change": -0.505, "pct_native_alone_change": -0.354, "pct_asian_alone_change": 3.875, "pct_hispanic_or_latino_change": -12.977, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7221617", "INTPTLON": "-073.9682500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976477, 40.723078 ], [ -73.97624, 40.723401 ], [ -73.976205, 40.723448 ], [ -73.97603, 40.723689 ], [ -73.976, 40.723729 ], [ -73.975598, 40.724283 ], [ -73.975164, 40.724877 ], [ -73.974733, 40.725468 ], [ -73.974269, 40.726109 ], [ -73.973799, 40.726752 ], [ -73.973298, 40.727428 ], [ -73.97205, 40.726881 ], [ -73.971977, 40.72683 ], [ -73.971857, 40.726759 ], [ -73.971396, 40.726662 ], [ -73.969293, 40.725812 ], [ -73.962645, 40.722747 ], [ -73.962787, 40.722562 ], [ -73.96355, 40.721571 ], [ -73.96373, 40.721339 ], [ -73.964038, 40.720939 ], [ -73.964676, 40.72011 ], [ -73.965086, 40.719581 ], [ -73.965206, 40.719425 ], [ -73.965572, 40.71895 ], [ -73.965704, 40.718779 ], [ -73.96613, 40.718331 ], [ -73.966249, 40.718205 ], [ -73.966477, 40.717955 ], [ -73.966511, 40.717917 ], [ -73.972869, 40.720725 ], [ -73.974543, 40.721471 ], [ -73.974648, 40.72152 ], [ -73.974763, 40.721596 ], [ -73.975533, 40.721922 ], [ -73.97616, 40.722187 ], [ -73.976893, 40.722498 ], [ -73.976477, 40.723078 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002500", "name": "Census Tract 25, New York County, New York", "total_population_17": 5171, "white_alone_17": 22.0, "black_alone_17": 1190.0, "native_alone_17": 0.0, "asian_alone_17": 2306.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1598.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.397, "pct_black_alone_change": 7.847, "pct_native_alone_change": -0.192, "pct_asian_alone_change": 4.683, "pct_hispanic_or_latino_change": -10.89, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7089899", "INTPTLON": "-073.9962356" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.001281, 40.709994 ], [ -74.001235, 40.710055 ], [ -74.001136, 40.710176 ], [ -74.000776, 40.71064 ], [ -74.00051, 40.710984 ], [ -73.999701, 40.71178 ], [ -73.999514, 40.711798 ], [ -73.998678, 40.711879 ], [ -73.99851, 40.711896 ], [ -73.99777, 40.711971 ], [ -73.996947, 40.712072 ], [ -73.996782, 40.711364 ], [ -73.996444, 40.710199 ], [ -73.996354, 40.709785 ], [ -73.996222, 40.709181 ], [ -73.996063, 40.709119 ], [ -73.996044, 40.709048 ], [ -73.996032, 40.708998 ], [ -73.996005, 40.708895 ], [ -73.993866, 40.70468 ], [ -73.993693, 40.704476 ], [ -73.993775, 40.704449 ], [ -73.993807, 40.70454 ], [ -73.993861, 40.704556 ], [ -73.994341, 40.704429 ], [ -73.994498, 40.704318 ], [ -73.99457, 40.704376 ], [ -73.999177, 40.708022 ], [ -73.999296, 40.708111 ], [ -73.999378, 40.708181 ], [ -73.999495, 40.708279 ], [ -73.999869, 40.70857 ], [ -74.000206, 40.708835 ], [ -74.000232, 40.708856 ], [ -74.000474, 40.709051 ], [ -74.001225, 40.709658 ], [ -74.001419, 40.709815 ], [ -74.001281, 40.709994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002601", "name": "Census Tract 26.01, New York County, New York", "total_population_17": 3934, "white_alone_17": 1009.0, "black_alone_17": 419.0, "native_alone_17": 15.0, "asian_alone_17": 455.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1959.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.119, "pct_black_alone_change": -2.231, "pct_native_alone_change": 0.205, "pct_asian_alone_change": 2.86, "pct_hispanic_or_latino_change": -8.85, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7225850", "INTPTLON": "-073.9799302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982524, 40.723278 ], [ -73.982083, 40.723882 ], [ -73.981637, 40.724494 ], [ -73.979281, 40.723505 ], [ -73.976893, 40.722498 ], [ -73.977346, 40.721885 ], [ -73.977364, 40.721861 ], [ -73.977683, 40.72142 ], [ -73.977788, 40.721277 ], [ -73.978016, 40.720966 ], [ -73.978231, 40.720674 ], [ -73.980607, 40.721678 ], [ -73.982964, 40.722671 ], [ -73.982524, 40.723278 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002602", "name": "Census Tract 26.02, New York County, New York", "total_population_17": 4207, "white_alone_17": 2353.0, "black_alone_17": 167.0, "native_alone_17": 44.0, "asian_alone_17": 626.0, "native_hawaiian_pacific_islander_17": 36.0, "hispanic_or_latino_17": 715.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.293, "pct_black_alone_change": -4.906, "pct_native_alone_change": 0.374, "pct_asian_alone_change": 0.033, "pct_hispanic_or_latino_change": -10.305, "pct_native_hawaiian_pacific_islander_change": 0.829, "INTPTLAT": "+40.7243901", "INTPTLON": "-073.9786160" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.981211, 40.725073 ], [ -73.980768, 40.725685 ], [ -73.980333, 40.726281 ], [ -73.977977, 40.725288 ], [ -73.975598, 40.724283 ], [ -73.976, 40.723729 ], [ -73.97603, 40.723689 ], [ -73.976205, 40.723448 ], [ -73.97624, 40.723401 ], [ -73.976477, 40.723078 ], [ -73.976893, 40.722498 ], [ -73.979281, 40.723505 ], [ -73.981637, 40.724494 ], [ -73.981211, 40.725073 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002700", "name": "Census Tract 27, New York County, New York", "total_population_17": 1417, "white_alone_17": 260.0, "black_alone_17": 4.0, "native_alone_17": 0.0, "asian_alone_17": 1046.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 28.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.768, "pct_black_alone_change": -1.564, "pct_native_alone_change": -0.132, "pct_asian_alone_change": -1.99, "pct_hispanic_or_latino_change": -0.99, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7125508", "INTPTLON": "-073.9990121" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000891, 40.713015 ], [ -73.999157, 40.713319 ], [ -73.999056, 40.713328 ], [ -73.998956, 40.713343 ], [ -73.998857, 40.713365 ], [ -73.998762, 40.713393 ], [ -73.998671, 40.713428 ], [ -73.998584, 40.713468 ], [ -73.998461, 40.713522 ], [ -73.99802, 40.713715 ], [ -73.997942, 40.713746 ], [ -73.997868, 40.71378 ], [ -73.997797, 40.713819 ], [ -73.997729, 40.713861 ], [ -73.997675, 40.7139 ], [ -73.997625, 40.713941 ], [ -73.997577, 40.713984 ], [ -73.997535, 40.714028 ], [ -73.997504, 40.714069 ], [ -73.9973, 40.713468 ], [ -73.997117, 40.712799 ], [ -73.996947, 40.712072 ], [ -73.99777, 40.711971 ], [ -73.99851, 40.711896 ], [ -73.998678, 40.711879 ], [ -73.999514, 40.711798 ], [ -73.999701, 40.71178 ], [ -74.00051, 40.710984 ], [ -74.000607, 40.711069 ], [ -74.000693, 40.711164 ], [ -74.000763, 40.711266 ], [ -74.000819, 40.711382 ], [ -74.000855, 40.711495 ], [ -74.000872, 40.711616 ], [ -74.000873, 40.711697 ], [ -74.000891, 40.713015 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002800", "name": "Census Tract 28, New York County, New York", "total_population_17": 7304, "white_alone_17": 2100.0, "black_alone_17": 1044.0, "native_alone_17": 16.0, "asian_alone_17": 853.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3185.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.934, "pct_black_alone_change": 0.609, "pct_native_alone_change": -0.169, "pct_asian_alone_change": -0.08, "pct_hispanic_or_latino_change": -2.342, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7268631", "INTPTLON": "-073.9768122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979906, 40.726866 ], [ -73.979469, 40.727468 ], [ -73.978998, 40.728106 ], [ -73.978536, 40.728746 ], [ -73.978001, 40.729429 ], [ -73.975696, 40.728475 ], [ -73.973298, 40.727428 ], [ -73.973799, 40.726752 ], [ -73.974269, 40.726109 ], [ -73.974733, 40.725468 ], [ -73.975164, 40.724877 ], [ -73.975598, 40.724283 ], [ -73.977977, 40.725288 ], [ -73.980333, 40.726281 ], [ -73.979906, 40.726866 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061002900", "name": "Census Tract 29, New York County, New York", "total_population_17": 6869, "white_alone_17": 534.0, "black_alone_17": 630.0, "native_alone_17": 11.0, "asian_alone_17": 4793.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 671.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 0.781, "pct_black_alone_change": -1.499, "pct_native_alone_change": -0.069, "pct_asian_alone_change": -2.158, "pct_hispanic_or_latino_change": -0.147, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7141595", "INTPTLON": "-074.0005401" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.005589, 40.71217 ], [ -74.00542, 40.712213 ], [ -74.005276, 40.712249 ], [ -74.005127, 40.712307 ], [ -74.004987, 40.712375 ], [ -74.004891, 40.712433 ], [ -74.004858, 40.712453 ], [ -74.004291, 40.712908 ], [ -74.004059, 40.713135 ], [ -74.003603, 40.713646 ], [ -74.003094, 40.713958 ], [ -74.002598, 40.714313 ], [ -74.002427, 40.714627 ], [ -74.002115, 40.715159 ], [ -74.001683, 40.715745 ], [ -74.000818, 40.71693 ], [ -74.000274, 40.717619 ], [ -73.999956, 40.718017 ], [ -73.999313, 40.71755 ], [ -73.998589, 40.717099 ], [ -73.997763, 40.716814 ], [ -73.996984, 40.716541 ], [ -73.996059, 40.716232 ], [ -73.996532, 40.715473 ], [ -73.996806, 40.715037 ], [ -73.997092, 40.714618 ], [ -73.997504, 40.714069 ], [ -73.997535, 40.714028 ], [ -73.997577, 40.713984 ], [ -73.997625, 40.713941 ], [ -73.997675, 40.7139 ], [ -73.997729, 40.713861 ], [ -73.997797, 40.713819 ], [ -73.997868, 40.71378 ], [ -73.997942, 40.713746 ], [ -73.99802, 40.713715 ], [ -73.998461, 40.713522 ], [ -73.998584, 40.713468 ], [ -73.998671, 40.713428 ], [ -73.998762, 40.713393 ], [ -73.998857, 40.713365 ], [ -73.998956, 40.713343 ], [ -73.999056, 40.713328 ], [ -73.999157, 40.713319 ], [ -74.000891, 40.713015 ], [ -74.000873, 40.711697 ], [ -74.000872, 40.711616 ], [ -74.000855, 40.711495 ], [ -74.000819, 40.711382 ], [ -74.000763, 40.711266 ], [ -74.000693, 40.711164 ], [ -74.000607, 40.711069 ], [ -74.00051, 40.710984 ], [ -74.000776, 40.71064 ], [ -74.001136, 40.710176 ], [ -74.001235, 40.710055 ], [ -74.001281, 40.709994 ], [ -74.001419, 40.709815 ], [ -74.001672, 40.710015 ], [ -74.002523, 40.710673 ], [ -74.003311, 40.711315 ], [ -74.003537, 40.711495 ], [ -74.003889, 40.7116 ], [ -74.004181, 40.711687 ], [ -74.004399, 40.71185 ], [ -74.004977, 40.712282 ], [ -74.005442, 40.712144 ], [ -74.005589, 40.71217 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003001", "name": "Census Tract 30.01, New York County, New York", "total_population_17": 4140, "white_alone_17": 2047.0, "black_alone_17": 208.0, "native_alone_17": 0.0, "asian_alone_17": 810.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 794.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 15.877, "pct_black_alone_change": 1.632, "pct_native_alone_change": -0.585, "pct_asian_alone_change": -11.125, "pct_hispanic_or_latino_change": -11.09, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7210057", "INTPTLON": "-073.9868387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989857, 40.720533 ], [ -73.98923, 40.721677 ], [ -73.988643, 40.722933 ], [ -73.987865, 40.722697 ], [ -73.987136, 40.722469 ], [ -73.986285, 40.722242 ], [ -73.985516, 40.721985 ], [ -73.984678, 40.72173 ], [ -73.983824, 40.721473 ], [ -73.984477, 40.720235 ], [ -73.985074, 40.719083 ], [ -73.985911, 40.719339 ], [ -73.986752, 40.719593 ], [ -73.987542, 40.719833 ], [ -73.988354, 40.720077 ], [ -73.989114, 40.720308 ], [ -73.98962, 40.720462 ], [ -73.989857, 40.720533 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003002", "name": "Census Tract 30.02, New York County, New York", "total_population_17": 2972, "white_alone_17": 1520.0, "black_alone_17": 239.0, "native_alone_17": 0.0, "asian_alone_17": 358.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 801.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.083, "pct_black_alone_change": 0.697, "pct_native_alone_change": -0.549, "pct_asian_alone_change": -0.938, "pct_hispanic_or_latino_change": 4.367, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+40.7229641", "INTPTLON": "-073.9858662" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.988451, 40.723277 ], [ -73.987968, 40.723942 ], [ -73.987502, 40.724584 ], [ -73.985286, 40.723649 ], [ -73.982964, 40.722671 ], [ -73.983444, 40.722019 ], [ -73.983824, 40.721473 ], [ -73.984678, 40.72173 ], [ -73.985516, 40.721985 ], [ -73.986285, 40.722242 ], [ -73.987136, 40.722469 ], [ -73.987865, 40.722697 ], [ -73.988643, 40.722933 ], [ -73.988451, 40.723277 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003100", "name": "Census Tract 31, New York County, New York", "total_population_17": 2720, "white_alone_17": 1470.0, "black_alone_17": 255.0, "native_alone_17": 8.0, "asian_alone_17": 665.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.591, "pct_black_alone_change": -0.764, "pct_native_alone_change": 0.178, "pct_asian_alone_change": 0.926, "pct_hispanic_or_latino_change": -0.073, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7153110", "INTPTLON": "-074.0038151" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.008601, 40.711392 ], [ -74.0081, 40.711995 ], [ -74.007666, 40.712533 ], [ -74.007225, 40.713055 ], [ -74.006753, 40.713618 ], [ -74.00631, 40.714166 ], [ -74.005889, 40.714678 ], [ -74.00542, 40.715236 ], [ -74.004976, 40.71576 ], [ -74.004533, 40.71628 ], [ -74.004198, 40.71667 ], [ -74.004026, 40.716871 ], [ -74.003533, 40.717449 ], [ -74.003046, 40.718026 ], [ -74.002538, 40.718627 ], [ -74.002091, 40.719153 ], [ -74.001884, 40.719398 ], [ -74.001273, 40.718961 ], [ -74.000532, 40.71843 ], [ -73.999956, 40.718017 ], [ -74.000274, 40.717619 ], [ -74.000818, 40.71693 ], [ -74.001683, 40.715745 ], [ -74.002115, 40.715159 ], [ -74.002427, 40.714627 ], [ -74.002598, 40.714313 ], [ -74.003094, 40.713958 ], [ -74.003603, 40.713646 ], [ -74.004059, 40.713135 ], [ -74.004291, 40.712908 ], [ -74.004858, 40.712453 ], [ -74.004891, 40.712433 ], [ -74.004987, 40.712375 ], [ -74.005127, 40.712307 ], [ -74.005276, 40.712249 ], [ -74.00542, 40.712213 ], [ -74.005589, 40.71217 ], [ -74.00574, 40.712089 ], [ -74.005908, 40.712045 ], [ -74.006052, 40.712012 ], [ -74.00609, 40.712003 ], [ -74.007018, 40.711784 ], [ -74.007507, 40.711669 ], [ -74.007626, 40.711668 ], [ -74.007741, 40.71169 ], [ -74.007796, 40.711709 ], [ -74.007846, 40.711733 ], [ -74.007905, 40.711737 ], [ -74.007964, 40.711736 ], [ -74.008022, 40.711731 ], [ -74.008079, 40.711721 ], [ -74.008135, 40.711698 ], [ -74.008186, 40.711657 ], [ -74.008216, 40.711606 ], [ -74.008222, 40.711578 ], [ -74.008227, 40.711547 ], [ -74.008216, 40.711522 ], [ -74.008204, 40.711495 ], [ -74.008147, 40.711477 ], [ -74.008089, 40.711463 ], [ -74.007968, 40.711447 ], [ -74.008348, 40.711359 ], [ -74.008601, 40.711392 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003200", "name": "Census Tract 32, New York County, New York", "total_population_17": 7939, "white_alone_17": 5972.0, "black_alone_17": 304.0, "native_alone_17": 1.0, "asian_alone_17": 1095.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 527.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 2.632, "pct_black_alone_change": -0.413, "pct_native_alone_change": -0.498, "pct_asian_alone_change": 1.243, "pct_hispanic_or_latino_change": -2.307, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7255579", "INTPTLON": "-073.9837166" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987053, 40.725203 ], [ -73.986623, 40.725796 ], [ -73.986176, 40.726409 ], [ -73.985753, 40.726988 ], [ -73.985307, 40.727599 ], [ -73.984875, 40.728194 ], [ -73.982657, 40.727261 ], [ -73.982228, 40.727846 ], [ -73.979906, 40.726866 ], [ -73.980333, 40.726281 ], [ -73.980768, 40.725685 ], [ -73.981211, 40.725073 ], [ -73.981637, 40.724494 ], [ -73.982083, 40.723882 ], [ -73.982524, 40.723278 ], [ -73.982964, 40.722671 ], [ -73.985286, 40.723649 ], [ -73.987502, 40.724584 ], [ -73.987053, 40.725203 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003300", "name": "Census Tract 33, New York County, New York", "total_population_17": 5415, "white_alone_17": 4138.0, "black_alone_17": 153.0, "native_alone_17": 0.0, "asian_alone_17": 588.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 242.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.133, "pct_black_alone_change": 0.525, "pct_native_alone_change": -0.081, "pct_asian_alone_change": 2.526, "pct_hispanic_or_latino_change": 0.086, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7188624", "INTPTLON": "-074.0061463" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.009115, 40.71692 ], [ -74.009064, 40.717265 ], [ -74.009, 40.717598 ], [ -74.008943, 40.717925 ], [ -74.008883, 40.718267 ], [ -74.008819, 40.718642 ], [ -74.008747, 40.719029 ], [ -74.008699, 40.719296 ], [ -74.008584, 40.719952 ], [ -74.00847, 40.72061 ], [ -74.008346, 40.721322 ], [ -74.008233, 40.721966 ], [ -74.008117, 40.722627 ], [ -74.007985, 40.72328 ], [ -74.007938, 40.723516 ], [ -74.007912, 40.7237 ], [ -74.007629, 40.723497 ], [ -74.006298, 40.72255 ], [ -74.005913, 40.722253 ], [ -74.00531, 40.721824 ], [ -74.005227, 40.721744 ], [ -74.004635, 40.721354 ], [ -74.003929, 40.720854 ], [ -74.003512, 40.720557 ], [ -74.003259, 40.720377 ], [ -74.0026, 40.719903 ], [ -74.001884, 40.719398 ], [ -74.002091, 40.719153 ], [ -74.002538, 40.718627 ], [ -74.003046, 40.718026 ], [ -74.003533, 40.717449 ], [ -74.004026, 40.716871 ], [ -74.004198, 40.71667 ], [ -74.004533, 40.71628 ], [ -74.004976, 40.71576 ], [ -74.00542, 40.715236 ], [ -74.005889, 40.714678 ], [ -74.007544, 40.715433 ], [ -74.008823, 40.716014 ], [ -74.009205, 40.716188 ], [ -74.009115, 40.71692 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003400", "name": "Census Tract 34, New York County, New York", "total_population_17": 6493, "white_alone_17": 3842.0, "black_alone_17": 153.0, "native_alone_17": 0.0, "asian_alone_17": 989.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1447.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.957, "pct_black_alone_change": -2.628, "pct_native_alone_change": -0.579, "pct_asian_alone_change": 3.206, "pct_hispanic_or_latino_change": 2.06, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7290092", "INTPTLON": "-073.9814618" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984448, 40.728781 ], [ -73.984009, 40.729381 ], [ -73.983543, 40.730021 ], [ -73.983077, 40.730659 ], [ -73.982564, 40.731361 ], [ -73.980338, 40.730448 ], [ -73.978001, 40.729429 ], [ -73.978536, 40.728746 ], [ -73.978998, 40.728106 ], [ -73.979469, 40.727468 ], [ -73.979906, 40.726866 ], [ -73.982228, 40.727846 ], [ -73.982657, 40.727261 ], [ -73.984875, 40.728194 ], [ -73.984448, 40.728781 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003601", "name": "Census Tract 36.01, New York County, New York", "total_population_17": 3522, "white_alone_17": 830.0, "black_alone_17": 236.0, "native_alone_17": 0.0, "asian_alone_17": 786.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1632.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 4.755, "pct_black_alone_change": -3.238, "pct_native_alone_change": -0.305, "pct_asian_alone_change": -6.524, "pct_hispanic_or_latino_change": 5.483, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7223222", "INTPTLON": "-073.9911397" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993259, 40.722353 ], [ -73.993089, 40.722819 ], [ -73.992618, 40.724099 ], [ -73.992604, 40.724136 ], [ -73.991256, 40.723723 ], [ -73.991022, 40.723649 ], [ -73.990274, 40.723426 ], [ -73.989392, 40.723174 ], [ -73.988643, 40.722933 ], [ -73.98923, 40.721677 ], [ -73.989857, 40.720533 ], [ -73.990629, 40.720766 ], [ -73.991506, 40.721028 ], [ -73.992237, 40.721248 ], [ -73.992731, 40.721395 ], [ -73.993523, 40.721632 ], [ -73.993259, 40.722353 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003602", "name": "Census Tract 36.02, New York County, New York", "total_population_17": 2903, "white_alone_17": 1630.0, "black_alone_17": 273.0, "native_alone_17": 42.0, "asian_alone_17": 397.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 406.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.313, "pct_black_alone_change": -6.237, "pct_native_alone_change": 0.73, "pct_asian_alone_change": 3.179, "pct_hispanic_or_latino_change": -0.854, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7245631", "INTPTLON": "-073.9902060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.992326, 40.724909 ], [ -73.992209, 40.725231 ], [ -73.992132, 40.725445 ], [ -73.992061, 40.725642 ], [ -73.991794, 40.726391 ], [ -73.98987, 40.725582 ], [ -73.988464, 40.72499 ], [ -73.988258, 40.724903 ], [ -73.987502, 40.724584 ], [ -73.987968, 40.723942 ], [ -73.988451, 40.723277 ], [ -73.988643, 40.722933 ], [ -73.989392, 40.723174 ], [ -73.990274, 40.723426 ], [ -73.991022, 40.723649 ], [ -73.991256, 40.723723 ], [ -73.992604, 40.724136 ], [ -73.992326, 40.724909 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003700", "name": "Census Tract 37, New York County, New York", "total_population_17": 2674, "white_alone_17": 2072.0, "black_alone_17": 73.0, "native_alone_17": 0.0, "asian_alone_17": 208.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 221.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.714, "pct_black_alone_change": -4.85, "pct_native_alone_change": -0.266, "pct_asian_alone_change": 2.859, "pct_hispanic_or_latino_change": -1.088, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7269119", "INTPTLON": "-074.0167229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.021116, 40.727421 ], [ -74.021104, 40.727468 ], [ -74.021076, 40.727582 ], [ -74.020775, 40.728811 ], [ -74.020724, 40.729016 ], [ -74.014886, 40.728495 ], [ -74.011376, 40.728233 ], [ -74.010871, 40.72818 ], [ -74.010643, 40.728172 ], [ -74.010544, 40.7291 ], [ -74.009349, 40.728988 ], [ -74.008593, 40.728915 ], [ -74.00709, 40.728772 ], [ -74.005314, 40.728605 ], [ -74.003128, 40.728394 ], [ -74.002808, 40.728365 ], [ -74.002149, 40.728036 ], [ -74.002513, 40.727601 ], [ -74.002789, 40.727272 ], [ -74.003122, 40.726878 ], [ -74.00373, 40.72625 ], [ -74.004031, 40.725513 ], [ -74.004275, 40.724911 ], [ -74.004575, 40.724173 ], [ -74.004786, 40.723625 ], [ -74.005059, 40.722978 ], [ -74.005364, 40.722184 ], [ -74.005386, 40.722112 ], [ -74.005392, 40.722037 ], [ -74.00538, 40.721962 ], [ -74.005353, 40.72189 ], [ -74.00531, 40.721824 ], [ -74.005913, 40.722253 ], [ -74.006298, 40.72255 ], [ -74.007629, 40.723497 ], [ -74.007912, 40.7237 ], [ -74.008302, 40.723977 ], [ -74.008644, 40.724222 ], [ -74.009317, 40.724702 ], [ -74.009644, 40.724929 ], [ -74.010041, 40.725206 ], [ -74.010812, 40.72579 ], [ -74.010916, 40.725832 ], [ -74.010923, 40.725794 ], [ -74.010943, 40.725662 ], [ -74.011056, 40.725148 ], [ -74.011235, 40.724266 ], [ -74.011439, 40.724284 ], [ -74.011732, 40.724308 ], [ -74.011978, 40.724333 ], [ -74.01599, 40.724766 ], [ -74.021516, 40.725448 ], [ -74.021116, 40.727421 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003800", "name": "Census Tract 38, New York County, New York", "total_population_17": 8418, "white_alone_17": 5581.0, "black_alone_17": 506.0, "native_alone_17": 4.0, "asian_alone_17": 1001.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1226.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.319, "pct_black_alone_change": 1.798, "pct_native_alone_change": -0.389, "pct_asian_alone_change": -4.994, "pct_hispanic_or_latino_change": 4.217, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7273669", "INTPTLON": "-073.9884656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.991548, 40.727089 ], [ -73.991364, 40.72756 ], [ -73.991285, 40.727762 ], [ -73.991085, 40.727999 ], [ -73.99079, 40.728352 ], [ -73.990359, 40.728929 ], [ -73.989902, 40.729558 ], [ -73.989732, 40.729775 ], [ -73.989651, 40.729879 ], [ -73.989482, 40.730133 ], [ -73.988913, 40.729906 ], [ -73.987239, 40.729192 ], [ -73.984875, 40.728194 ], [ -73.985307, 40.727599 ], [ -73.985753, 40.726988 ], [ -73.986176, 40.726409 ], [ -73.986623, 40.725796 ], [ -73.987053, 40.725203 ], [ -73.987502, 40.724584 ], [ -73.988258, 40.724903 ], [ -73.988464, 40.72499 ], [ -73.98987, 40.725582 ], [ -73.991794, 40.726391 ], [ -73.991548, 40.727089 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061003900", "name": "Census Tract 39, New York County, New York", "total_population_17": 5621, "white_alone_17": 4201.0, "black_alone_17": 300.0, "native_alone_17": 0.0, "asian_alone_17": 315.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 469.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.285, "pct_black_alone_change": -3.936, "pct_native_alone_change": -0.326, "pct_asian_alone_change": -0.174, "pct_hispanic_or_latino_change": -0.51, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.7204979", "INTPTLON": "-074.0122661" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.022511, 40.720573 ], [ -74.021961, 40.723586 ], [ -74.021588, 40.725088 ], [ -74.021561, 40.725218 ], [ -74.021516, 40.725448 ], [ -74.01599, 40.724766 ], [ -74.011978, 40.724333 ], [ -74.011732, 40.724308 ], [ -74.011439, 40.724284 ], [ -74.011235, 40.724266 ], [ -74.011056, 40.725148 ], [ -74.010943, 40.725662 ], [ -74.010923, 40.725794 ], [ -74.010916, 40.725832 ], [ -74.010812, 40.72579 ], [ -74.010041, 40.725206 ], [ -74.009644, 40.724929 ], [ -74.009317, 40.724702 ], [ -74.008644, 40.724222 ], [ -74.008302, 40.723977 ], [ -74.007912, 40.7237 ], [ -74.007938, 40.723516 ], [ -74.007985, 40.72328 ], [ -74.008117, 40.722627 ], [ -74.008233, 40.721966 ], [ -74.008346, 40.721322 ], [ -74.00847, 40.72061 ], [ -74.008584, 40.719952 ], [ -74.008699, 40.719296 ], [ -74.008747, 40.719029 ], [ -74.008819, 40.718642 ], [ -74.008883, 40.718267 ], [ -74.008943, 40.717925 ], [ -74.009, 40.717598 ], [ -74.009064, 40.717265 ], [ -74.009115, 40.71692 ], [ -74.009205, 40.716188 ], [ -74.010834, 40.716925 ], [ -74.010968, 40.716303 ], [ -74.011377, 40.716489 ], [ -74.011627, 40.716602 ], [ -74.01256, 40.717034 ], [ -74.012731, 40.717114 ], [ -74.012688, 40.717298 ], [ -74.012292, 40.719039 ], [ -74.012555, 40.71907 ], [ -74.013046, 40.719086 ], [ -74.016864, 40.719611 ], [ -74.022551, 40.72035 ], [ -74.022511, 40.720573 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004000", "name": "Census Tract 40, New York County, New York", "total_population_17": 8667, "white_alone_17": 6438.0, "black_alone_17": 253.0, "native_alone_17": 0.0, "asian_alone_17": 1110.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 595.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.021, "pct_black_alone_change": -3.019, "pct_native_alone_change": -0.276, "pct_asian_alone_change": -1.704, "pct_hispanic_or_latino_change": -3.871, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.7307447", "INTPTLON": "-073.9860235" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989051, 40.730723 ], [ -73.988613, 40.731323 ], [ -73.988153, 40.731965 ], [ -73.987683, 40.732604 ], [ -73.98718, 40.733292 ], [ -73.986813, 40.733137 ], [ -73.986104, 40.732837 ], [ -73.984941, 40.732347 ], [ -73.982564, 40.731361 ], [ -73.983077, 40.730659 ], [ -73.983543, 40.730021 ], [ -73.984009, 40.729381 ], [ -73.984448, 40.728781 ], [ -73.984875, 40.728194 ], [ -73.987239, 40.729192 ], [ -73.988913, 40.729906 ], [ -73.989482, 40.730133 ], [ -73.989051, 40.730723 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004100", "name": "Census Tract 41, New York County, New York", "total_population_17": 8543, "white_alone_17": 2824.0, "black_alone_17": 82.0, "native_alone_17": 41.0, "asian_alone_17": 4872.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 458.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.808, "pct_black_alone_change": 0.123, "pct_native_alone_change": 0.212, "pct_asian_alone_change": -19.168, "pct_hispanic_or_latino_change": 2.38, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.7191639", "INTPTLON": "-073.9966958" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999423, 40.71868 ], [ -73.999234, 40.718913 ], [ -73.998524, 40.719786 ], [ -73.997655, 40.720836 ], [ -73.997574, 40.721029 ], [ -73.997399, 40.721449 ], [ -73.997123, 40.722301 ], [ -73.996268, 40.721952 ], [ -73.995464, 40.721619 ], [ -73.994706, 40.721308 ], [ -73.993795, 40.720937 ], [ -73.994035, 40.720323 ], [ -73.994378, 40.719519 ], [ -73.994422, 40.719392 ], [ -73.994808, 40.718457 ], [ -73.995429, 40.717279 ], [ -73.996059, 40.716232 ], [ -73.996984, 40.716541 ], [ -73.997763, 40.716814 ], [ -73.998589, 40.717099 ], [ -73.999313, 40.71755 ], [ -73.999956, 40.718017 ], [ -73.999423, 40.71868 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004200", "name": "Census Tract 42, New York County, New York", "total_population_17": 5197, "white_alone_17": 3488.0, "black_alone_17": 223.0, "native_alone_17": 0.0, "asian_alone_17": 1087.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 301.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.286, "pct_black_alone_change": -5.18, "pct_native_alone_change": -0.3, "pct_asian_alone_change": 4.049, "pct_hispanic_or_latino_change": -1.386, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7317996", "INTPTLON": "-073.9893670" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.991211, 40.728048 ], [ -73.99098, 40.728941 ], [ -73.99092, 40.729173 ], [ -73.990757, 40.729741 ], [ -73.990722, 40.729897 ], [ -73.990505, 40.730565 ], [ -73.990459, 40.730854 ], [ -73.990411, 40.731155 ], [ -73.99039, 40.731289 ], [ -73.990212, 40.731996 ], [ -73.990027, 40.732756 ], [ -73.989868, 40.733528 ], [ -73.989848, 40.73396 ], [ -73.989903, 40.734435 ], [ -73.98888, 40.73401 ], [ -73.988779, 40.733966 ], [ -73.988402, 40.733807 ], [ -73.987616, 40.733476 ], [ -73.98718, 40.733292 ], [ -73.987683, 40.732604 ], [ -73.988153, 40.731965 ], [ -73.988613, 40.731323 ], [ -73.989051, 40.730723 ], [ -73.989482, 40.730133 ], [ -73.989651, 40.729879 ], [ -73.989732, 40.729775 ], [ -73.989902, 40.729558 ], [ -73.990359, 40.728929 ], [ -73.99079, 40.728352 ], [ -73.991085, 40.727999 ], [ -73.991285, 40.727762 ], [ -73.991211, 40.728048 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004300", "name": "Census Tract 43, New York County, New York", "total_population_17": 4225, "white_alone_17": 2575.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 1073.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 361.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.981, "pct_black_alone_change": -1.418, "pct_native_alone_change": -0.205, "pct_asian_alone_change": -6.381, "pct_hispanic_or_latino_change": -4.069, "pct_native_hawaiian_pacific_islander_change": -0.041, "INTPTLAT": "+40.7233237", "INTPTLON": "-073.9954663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.998812, 40.723021 ], [ -73.997785, 40.724235 ], [ -73.996772, 40.725432 ], [ -73.995846, 40.725208 ], [ -73.995329, 40.725084 ], [ -73.994908, 40.724951 ], [ -73.99418, 40.724693 ], [ -73.993458, 40.724433 ], [ -73.992604, 40.724136 ], [ -73.992618, 40.724099 ], [ -73.993089, 40.722819 ], [ -73.993259, 40.722353 ], [ -73.993523, 40.721632 ], [ -73.993669, 40.721256 ], [ -73.993795, 40.720937 ], [ -73.994706, 40.721308 ], [ -73.995464, 40.721619 ], [ -73.996268, 40.721952 ], [ -73.997123, 40.722301 ], [ -73.997659, 40.722527 ], [ -73.99798, 40.722663 ], [ -73.998812, 40.723021 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004400", "name": "Census Tract 44, New York County, New York", "total_population_17": 17069, "white_alone_17": 11993.0, "black_alone_17": 894.0, "native_alone_17": 0.0, "asian_alone_17": 1960.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1674.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.313, "pct_black_alone_change": -0.658, "pct_native_alone_change": -0.205, "pct_asian_alone_change": 1.061, "pct_hispanic_or_latino_change": 3.534, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7278421", "INTPTLON": "-073.9715756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982022, 40.732012 ], [ -73.981562, 40.732643 ], [ -73.981127, 40.733242 ], [ -73.980711, 40.733813 ], [ -73.980275, 40.73441 ], [ -73.979864, 40.734975 ], [ -73.979254, 40.734685 ], [ -73.978984, 40.734558 ], [ -73.977722, 40.734041 ], [ -73.976983, 40.73373 ], [ -73.976165, 40.733385 ], [ -73.97542, 40.733005 ], [ -73.974828, 40.732764 ], [ -73.974649, 40.732691 ], [ -73.974492, 40.732622 ], [ -73.974412, 40.732592 ], [ -73.97436, 40.732572 ], [ -73.974243, 40.732536 ], [ -73.974077, 40.73247 ], [ -73.973796, 40.732325 ], [ -73.97365, 40.73231 ], [ -73.961436, 40.727298 ], [ -73.961501, 40.726986 ], [ -73.961531, 40.72591 ], [ -73.961611, 40.724951 ], [ -73.961618, 40.724861 ], [ -73.961606, 40.724836 ], [ -73.96155, 40.724722 ], [ -73.961537, 40.724695 ], [ -73.961538, 40.724584 ], [ -73.961539, 40.724401 ], [ -73.961543, 40.723876 ], [ -73.962014, 40.723369 ], [ -73.962645, 40.722747 ], [ -73.969293, 40.725812 ], [ -73.971396, 40.726662 ], [ -73.971857, 40.726759 ], [ -73.971977, 40.72683 ], [ -73.97205, 40.726881 ], [ -73.973298, 40.727428 ], [ -73.975696, 40.728475 ], [ -73.978001, 40.729429 ], [ -73.980338, 40.730448 ], [ -73.982564, 40.731361 ], [ -73.982022, 40.732012 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004500", "name": "Census Tract 45, New York County, New York", "total_population_17": 1005, "white_alone_17": 672.0, "black_alone_17": 1.0, "native_alone_17": 1.0, "asian_alone_17": 261.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 29.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.177, "pct_black_alone_change": -1.776, "pct_native_alone_change": -0.275, "pct_asian_alone_change": 3.081, "pct_hispanic_or_latino_change": -1.898, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7205701", "INTPTLON": "-073.9993912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.001425, 40.719938 ], [ -74.000661, 40.72084 ], [ -73.999853, 40.721792 ], [ -73.998812, 40.723021 ], [ -73.99798, 40.722663 ], [ -73.997659, 40.722527 ], [ -73.997123, 40.722301 ], [ -73.997399, 40.721449 ], [ -73.997574, 40.721029 ], [ -73.997655, 40.720836 ], [ -73.998524, 40.719786 ], [ -73.999234, 40.718913 ], [ -73.999423, 40.71868 ], [ -73.999956, 40.718017 ], [ -74.000532, 40.71843 ], [ -74.001273, 40.718961 ], [ -74.001884, 40.719398 ], [ -74.001425, 40.719938 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004700", "name": "Census Tract 47, New York County, New York", "total_population_17": 2318, "white_alone_17": 1829.0, "black_alone_17": 9.0, "native_alone_17": 0.0, "asian_alone_17": 293.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 124.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.729, "pct_black_alone_change": -1.277, "pct_native_alone_change": -0.447, "pct_asian_alone_change": 3.18, "pct_hispanic_or_latino_change": -1.513, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7224190", "INTPTLON": "-074.0028628" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.005386, 40.722112 ], [ -74.005364, 40.722184 ], [ -74.005059, 40.722978 ], [ -74.004786, 40.723625 ], [ -74.004575, 40.724173 ], [ -74.004275, 40.724911 ], [ -74.004031, 40.725513 ], [ -74.003901, 40.725503 ], [ -74.003781, 40.725445 ], [ -74.003376, 40.725252 ], [ -74.002619, 40.72488 ], [ -74.001933, 40.724552 ], [ -74.001127, 40.724166 ], [ -74.002037, 40.72309 ], [ -74.002174, 40.72293 ], [ -74.001403, 40.722556 ], [ -74.000657, 40.722183 ], [ -73.999853, 40.721792 ], [ -74.000661, 40.72084 ], [ -74.001425, 40.719938 ], [ -74.001884, 40.719398 ], [ -74.0026, 40.719903 ], [ -74.003259, 40.720377 ], [ -74.003512, 40.720557 ], [ -74.003929, 40.720854 ], [ -74.004635, 40.721354 ], [ -74.005227, 40.721744 ], [ -74.00531, 40.721824 ], [ -74.005353, 40.72189 ], [ -74.00538, 40.721962 ], [ -74.005392, 40.722037 ], [ -74.005386, 40.722112 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004800", "name": "Census Tract 48, New York County, New York", "total_population_17": 6926, "white_alone_17": 4977.0, "black_alone_17": 303.0, "native_alone_17": 16.0, "asian_alone_17": 1057.0, "native_hawaiian_pacific_islander_17": 45.0, "hispanic_or_latino_17": 451.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.086, "pct_black_alone_change": 0.189, "pct_native_alone_change": 0.106, "pct_asian_alone_change": 1.406, "pct_hispanic_or_latino_change": -1.579, "pct_native_hawaiian_pacific_islander_change": 0.619, "INTPTLAT": "+40.7338561", "INTPTLON": "-073.9837298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.986954, 40.733602 ], [ -73.986679, 40.733978 ], [ -73.986213, 40.734618 ], [ -73.985787, 40.735205 ], [ -73.985361, 40.73579 ], [ -73.984934, 40.736376 ], [ -73.984367, 40.736136 ], [ -73.982695, 40.735431 ], [ -73.980275, 40.73441 ], [ -73.980711, 40.733813 ], [ -73.981127, 40.733242 ], [ -73.981562, 40.732643 ], [ -73.982022, 40.732012 ], [ -73.982564, 40.731361 ], [ -73.984941, 40.732347 ], [ -73.986104, 40.732837 ], [ -73.986813, 40.733137 ], [ -73.98718, 40.733292 ], [ -73.986954, 40.733602 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061004900", "name": "Census Tract 49, New York County, New York", "total_population_17": 4406, "white_alone_17": 3527.0, "black_alone_17": 123.0, "native_alone_17": 15.0, "asian_alone_17": 414.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 266.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.182, "pct_black_alone_change": 0.257, "pct_native_alone_change": 0.041, "pct_asian_alone_change": 2.989, "pct_hispanic_or_latino_change": 0.748, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7250607", "INTPTLON": "-074.0004802" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004031, 40.725513 ], [ -74.00373, 40.72625 ], [ -74.003122, 40.726878 ], [ -74.002789, 40.727272 ], [ -74.002513, 40.727601 ], [ -74.002149, 40.728036 ], [ -74.00139, 40.72766 ], [ -74.000632, 40.727287 ], [ -73.999916, 40.726935 ], [ -73.999358, 40.72666 ], [ -73.999119, 40.726543 ], [ -73.998361, 40.726168 ], [ -73.99761, 40.725797 ], [ -73.996772, 40.725432 ], [ -73.997785, 40.724235 ], [ -73.998812, 40.723021 ], [ -73.999853, 40.721792 ], [ -74.000657, 40.722183 ], [ -74.001403, 40.722556 ], [ -74.002174, 40.72293 ], [ -74.002037, 40.72309 ], [ -74.001127, 40.724166 ], [ -74.001933, 40.724552 ], [ -74.002619, 40.72488 ], [ -74.003376, 40.725252 ], [ -74.003781, 40.725445 ], [ -74.003901, 40.725503 ], [ -74.004031, 40.725513 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005000", "name": "Census Tract 50, New York County, New York", "total_population_17": 5009, "white_alone_17": 3981.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 688.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 290.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.559, "pct_black_alone_change": -1.826, "pct_native_alone_change": -0.386, "pct_asian_alone_change": 2.216, "pct_hispanic_or_latino_change": 1.172, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7361115", "INTPTLON": "-073.9872138" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989957, 40.735052 ], [ -73.989946, 40.735201 ], [ -73.989933, 40.735275 ], [ -73.989916, 40.735349 ], [ -73.989455, 40.735987 ], [ -73.989016, 40.73656 ], [ -73.988578, 40.737147 ], [ -73.988159, 40.737732 ], [ -73.987726, 40.738317 ], [ -73.987302, 40.738903 ], [ -73.986854, 40.738714 ], [ -73.986425, 40.738535 ], [ -73.985675, 40.738219 ], [ -73.984981, 40.737927 ], [ -73.984082, 40.737546 ], [ -73.984446, 40.737046 ], [ -73.984508, 40.736962 ], [ -73.984934, 40.736376 ], [ -73.985361, 40.73579 ], [ -73.985787, 40.735205 ], [ -73.986213, 40.734618 ], [ -73.986679, 40.733978 ], [ -73.986954, 40.733602 ], [ -73.98718, 40.733292 ], [ -73.987616, 40.733476 ], [ -73.988402, 40.733807 ], [ -73.988779, 40.733966 ], [ -73.98888, 40.73401 ], [ -73.989903, 40.734435 ], [ -73.98995, 40.734902 ], [ -73.989957, 40.735052 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005200", "name": "Census Tract 52, New York County, New York", "total_population_17": 3642, "white_alone_17": 2742.0, "black_alone_17": 98.0, "native_alone_17": 23.0, "asian_alone_17": 609.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 144.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.392, "pct_black_alone_change": -1.158, "pct_native_alone_change": 0.391, "pct_asian_alone_change": 4.212, "pct_hispanic_or_latino_change": -1.419, "pct_native_hawaiian_pacific_islander_change": -0.107, "INTPTLAT": "+40.7374356", "INTPTLON": "-073.9904555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.99312, 40.736691 ], [ -73.992654, 40.73733 ], [ -73.992225, 40.737917 ], [ -73.991798, 40.738504 ], [ -73.991375, 40.739088 ], [ -73.990945, 40.739673 ], [ -73.990798, 40.739875 ], [ -73.990518, 40.740262 ], [ -73.989582, 40.739865 ], [ -73.987302, 40.738903 ], [ -73.987726, 40.738317 ], [ -73.988159, 40.737732 ], [ -73.988578, 40.737147 ], [ -73.989016, 40.73656 ], [ -73.989455, 40.735987 ], [ -73.989916, 40.735349 ], [ -73.989933, 40.735275 ], [ -73.989946, 40.735201 ], [ -73.989957, 40.735052 ], [ -73.98995, 40.734902 ], [ -73.989903, 40.734435 ], [ -73.990754, 40.734839 ], [ -73.991198, 40.735011 ], [ -73.991715, 40.735215 ], [ -73.993617, 40.736005 ], [ -73.99312, 40.736691 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005400", "name": "Census Tract 54, New York County, New York", "total_population_17": 4570, "white_alone_17": 3345.0, "black_alone_17": 133.0, "native_alone_17": 0.0, "asian_alone_17": 682.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 190.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.957, "pct_black_alone_change": -1.793, "pct_native_alone_change": -0.126, "pct_asian_alone_change": 5.745, "pct_hispanic_or_latino_change": -1.051, "pct_native_hawaiian_pacific_islander_change": -0.076, "INTPTLAT": "+40.7388112", "INTPTLON": "-073.9936780" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996337, 40.738044 ], [ -73.995874, 40.738686 ], [ -73.995446, 40.739272 ], [ -73.995018, 40.73986 ], [ -73.994593, 40.740442 ], [ -73.994165, 40.741031 ], [ -73.994028, 40.741219 ], [ -73.993739, 40.741617 ], [ -73.990518, 40.740262 ], [ -73.990798, 40.739875 ], [ -73.990945, 40.739673 ], [ -73.991375, 40.739088 ], [ -73.991798, 40.738504 ], [ -73.992225, 40.737917 ], [ -73.992654, 40.73733 ], [ -73.99312, 40.736691 ], [ -73.993617, 40.736005 ], [ -73.99684, 40.737361 ], [ -73.996337, 40.738044 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005501", "name": "Census Tract 55.01, New York County, New York", "total_population_17": 4709, "white_alone_17": 3248.0, "black_alone_17": 267.0, "native_alone_17": 14.0, "asian_alone_17": 822.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 104.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.305, "pct_black_alone_change": 0.392, "pct_native_alone_change": 0.195, "pct_asian_alone_change": 4.862, "pct_hispanic_or_latino_change": -2.886, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7276733", "INTPTLON": "-073.9970830" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999916, 40.726935 ], [ -73.998955, 40.728068 ], [ -73.9984, 40.728734 ], [ -73.997886, 40.72931 ], [ -73.99736, 40.729941 ], [ -73.996572, 40.729552 ], [ -73.995812, 40.72918 ], [ -73.995061, 40.72881 ], [ -73.994252, 40.728412 ], [ -73.994751, 40.727819 ], [ -73.99527, 40.727211 ], [ -73.995844, 40.726526 ], [ -73.996185, 40.726123 ], [ -73.996452, 40.725809 ], [ -73.996772, 40.725432 ], [ -73.99761, 40.725797 ], [ -73.998361, 40.726168 ], [ -73.999119, 40.726543 ], [ -73.999358, 40.72666 ], [ -73.999916, 40.726935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005502", "name": "Census Tract 55.02, New York County, New York", "total_population_17": 2245, "white_alone_17": 1673.0, "black_alone_17": 90.0, "native_alone_17": 0.0, "asian_alone_17": 78.0, "native_hawaiian_pacific_islander_17": 21.0, "hispanic_or_latino_17": 316.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.519, "pct_black_alone_change": -1.432, "pct_native_alone_change": -0.137, "pct_asian_alone_change": -6.357, "pct_hispanic_or_latino_change": 6.943, "pct_native_hawaiian_pacific_islander_change": 0.935, "INTPTLAT": "+40.7262229", "INTPTLON": "-073.9938720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996452, 40.725809 ], [ -73.996185, 40.726123 ], [ -73.995844, 40.726526 ], [ -73.99527, 40.727211 ], [ -73.994751, 40.727819 ], [ -73.994252, 40.728412 ], [ -73.993724, 40.728152 ], [ -73.993147, 40.727867 ], [ -73.991548, 40.727089 ], [ -73.991794, 40.726391 ], [ -73.992061, 40.725642 ], [ -73.992132, 40.725445 ], [ -73.992209, 40.725231 ], [ -73.992326, 40.724909 ], [ -73.992604, 40.724136 ], [ -73.993458, 40.724433 ], [ -73.99418, 40.724693 ], [ -73.994908, 40.724951 ], [ -73.995329, 40.725084 ], [ -73.995846, 40.725208 ], [ -73.996772, 40.725432 ], [ -73.996452, 40.725809 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005600", "name": "Census Tract 56, New York County, New York", "total_population_17": 3220, "white_alone_17": 2217.0, "black_alone_17": 204.0, "native_alone_17": 0.0, "asian_alone_17": 458.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 282.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.287, "pct_black_alone_change": -2.163, "pct_native_alone_change": -0.078, "pct_asian_alone_change": 3.359, "pct_hispanic_or_latino_change": 0.842, "pct_native_hawaiian_pacific_islander_change": -0.155, "INTPTLAT": "+40.7417922", "INTPTLON": "-073.9872974" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.99007, 40.74088 ], [ -73.989576, 40.741548 ], [ -73.989318, 40.741914 ], [ -73.989229, 40.742031 ], [ -73.98904, 40.742277 ], [ -73.989009, 40.742318 ], [ -73.988644, 40.742814 ], [ -73.988194, 40.743451 ], [ -73.987746, 40.744066 ], [ -73.987298, 40.744682 ], [ -73.985696, 40.744008 ], [ -73.984078, 40.743326 ], [ -73.984529, 40.742708 ], [ -73.984977, 40.742089 ], [ -73.985428, 40.741471 ], [ -73.985879, 40.740853 ], [ -73.986366, 40.740187 ], [ -73.986849, 40.739522 ], [ -73.987302, 40.738903 ], [ -73.989582, 40.739865 ], [ -73.990518, 40.740262 ], [ -73.99007, 40.74088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005700", "name": "Census Tract 57, New York County, New York", "total_population_17": 2766, "white_alone_17": 2068.0, "black_alone_17": 96.0, "native_alone_17": 0.0, "asian_alone_17": 230.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 220.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.651, "pct_black_alone_change": 1.735, "pct_native_alone_change": -0.355, "pct_asian_alone_change": 0.504, "pct_hispanic_or_latino_change": 5.705, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7294159", "INTPTLON": "-073.9923910" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994878, 40.729022 ], [ -73.994547, 40.729406 ], [ -73.994064, 40.729978 ], [ -73.993638, 40.730482 ], [ -73.99325, 40.730945 ], [ -73.992407, 40.730591 ], [ -73.991921, 40.731166 ], [ -73.99146, 40.731738 ], [ -73.99039, 40.731289 ], [ -73.990411, 40.731155 ], [ -73.990459, 40.730854 ], [ -73.990505, 40.730565 ], [ -73.990722, 40.729897 ], [ -73.990757, 40.729741 ], [ -73.99092, 40.729173 ], [ -73.99098, 40.728941 ], [ -73.991211, 40.728048 ], [ -73.991285, 40.727762 ], [ -73.991364, 40.72756 ], [ -73.991548, 40.727089 ], [ -73.993147, 40.727867 ], [ -73.993724, 40.728152 ], [ -73.994252, 40.728412 ], [ -73.995061, 40.72881 ], [ -73.994878, 40.729022 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005800", "name": "Census Tract 58, New York County, New York", "total_population_17": 3355, "white_alone_17": 2355.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 694.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 172.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.355, "pct_black_alone_change": -2.731, "pct_native_alone_change": -0.303, "pct_asian_alone_change": 11.126, "pct_hispanic_or_latino_change": 1.03, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7431498", "INTPTLON": "-073.9905172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993292, 40.742233 ], [ -73.992805, 40.742901 ], [ -73.992318, 40.743568 ], [ -73.992063, 40.743919 ], [ -73.991871, 40.744186 ], [ -73.991419, 40.744802 ], [ -73.991145, 40.745177 ], [ -73.990968, 40.745421 ], [ -73.990518, 40.746038 ], [ -73.988729, 40.745286 ], [ -73.987298, 40.744682 ], [ -73.987746, 40.744066 ], [ -73.988194, 40.743451 ], [ -73.988644, 40.742814 ], [ -73.989009, 40.742318 ], [ -73.98904, 40.742277 ], [ -73.989229, 40.742031 ], [ -73.989318, 40.741914 ], [ -73.989576, 40.741548 ], [ -73.99007, 40.74088 ], [ -73.990518, 40.740262 ], [ -73.993739, 40.741617 ], [ -73.993292, 40.742233 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061005900", "name": "Census Tract 59, New York County, New York", "total_population_17": 5634, "white_alone_17": 4630.0, "black_alone_17": 135.0, "native_alone_17": 39.0, "asian_alone_17": 495.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 296.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.357, "pct_black_alone_change": -0.095, "pct_native_alone_change": 0.495, "pct_asian_alone_change": 0.544, "pct_hispanic_or_latino_change": 1.85, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7312894", "INTPTLON": "-073.9945614" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996639, 40.731856 ], [ -73.996351, 40.732255 ], [ -73.995914, 40.732847 ], [ -73.995489, 40.733437 ], [ -73.995038, 40.733247 ], [ -73.993814, 40.732731 ], [ -73.992834, 40.732317 ], [ -73.992275, 40.732082 ], [ -73.99146, 40.731738 ], [ -73.991921, 40.731166 ], [ -73.992407, 40.730591 ], [ -73.99325, 40.730945 ], [ -73.993638, 40.730482 ], [ -73.994064, 40.729978 ], [ -73.994547, 40.729406 ], [ -73.994878, 40.729022 ], [ -73.995061, 40.72881 ], [ -73.995812, 40.72918 ], [ -73.996572, 40.729552 ], [ -73.996063, 40.730155 ], [ -73.995563, 40.730715 ], [ -73.996974, 40.731409 ], [ -73.996639, 40.731856 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006000", "name": "Census Tract 60, New York County, New York", "total_population_17": 5457, "white_alone_17": 4073.0, "black_alone_17": 214.0, "native_alone_17": 0.0, "asian_alone_17": 678.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 397.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.24, "pct_black_alone_change": 1.791, "pct_native_alone_change": -0.05, "pct_asian_alone_change": 8.714, "pct_hispanic_or_latino_change": 5.345, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7311706", "INTPTLON": "-073.9677779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979557, 40.735417 ], [ -73.979348, 40.735553 ], [ -73.97905, 40.735969 ], [ -73.978909, 40.736164 ], [ -73.978498, 40.736791 ], [ -73.978233, 40.736676 ], [ -73.976364, 40.735868 ], [ -73.975891, 40.735673 ], [ -73.975223, 40.735398 ], [ -73.97514, 40.735392 ], [ -73.975111, 40.73539 ], [ -73.97496, 40.735369 ], [ -73.974826, 40.735382 ], [ -73.974749, 40.735425 ], [ -73.974672, 40.735398 ], [ -73.974433, 40.735315 ], [ -73.973546, 40.734939 ], [ -73.961214, 40.729508 ], [ -73.961197, 40.729425 ], [ -73.961137, 40.72943 ], [ -73.961115, 40.729361 ], [ -73.961088, 40.729256 ], [ -73.961076, 40.729194 ], [ -73.96108, 40.729148 ], [ -73.961075, 40.729107 ], [ -73.961054, 40.728943 ], [ -73.961044, 40.728782 ], [ -73.960994, 40.728773 ], [ -73.960986, 40.72876 ], [ -73.960992, 40.728656 ], [ -73.961028, 40.728512 ], [ -73.96104, 40.72849 ], [ -73.961055, 40.728471 ], [ -73.961063, 40.72844 ], [ -73.961107, 40.728195 ], [ -73.961215, 40.728151 ], [ -73.961157, 40.728114 ], [ -73.961172, 40.728057 ], [ -73.961283, 40.728038 ], [ -73.961389, 40.727524 ], [ -73.961436, 40.727298 ], [ -73.97365, 40.73231 ], [ -73.973796, 40.732325 ], [ -73.974077, 40.73247 ], [ -73.974243, 40.732536 ], [ -73.97436, 40.732572 ], [ -73.974412, 40.732592 ], [ -73.974492, 40.732622 ], [ -73.974649, 40.732691 ], [ -73.974828, 40.732764 ], [ -73.97542, 40.733005 ], [ -73.976165, 40.733385 ], [ -73.976983, 40.73373 ], [ -73.977722, 40.734041 ], [ -73.978984, 40.734558 ], [ -73.979254, 40.734685 ], [ -73.979864, 40.734975 ], [ -73.979557, 40.735417 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006100", "name": "Census Tract 61, New York County, New York", "total_population_17": 4824, "white_alone_17": 3692.0, "black_alone_17": 111.0, "native_alone_17": 0.0, "asian_alone_17": 579.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 344.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.647, "pct_black_alone_change": -1.679, "pct_native_alone_change": -0.098, "pct_asian_alone_change": 1.847, "pct_hispanic_or_latino_change": 1.524, "pct_native_hawaiian_pacific_islander_change": -0.059, "INTPTLAT": "+40.7337079", "INTPTLON": "-073.9923266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.99505, 40.734034 ], [ -73.994585, 40.734672 ], [ -73.994118, 40.735313 ], [ -73.993617, 40.736005 ], [ -73.991715, 40.735215 ], [ -73.991198, 40.735011 ], [ -73.990754, 40.734839 ], [ -73.989903, 40.734435 ], [ -73.989848, 40.73396 ], [ -73.989868, 40.733528 ], [ -73.990027, 40.732756 ], [ -73.990212, 40.731996 ], [ -73.99039, 40.731289 ], [ -73.99146, 40.731738 ], [ -73.992275, 40.732082 ], [ -73.992834, 40.732317 ], [ -73.993814, 40.732731 ], [ -73.995038, 40.733247 ], [ -73.995489, 40.733437 ], [ -73.99505, 40.734034 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006200", "name": "Census Tract 62, New York County, New York", "total_population_17": 4692, "white_alone_17": 2124.0, "black_alone_17": 855.0, "native_alone_17": 10.0, "asian_alone_17": 888.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 653.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.094, "pct_black_alone_change": 2.863, "pct_native_alone_change": 0.075, "pct_asian_alone_change": 4.397, "pct_hispanic_or_latino_change": 0.626, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7364871", "INTPTLON": "-073.9674406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.978498, 40.736791 ], [ -73.978052, 40.737554 ], [ -73.977603, 40.738172 ], [ -73.977148, 40.738796 ], [ -73.9767, 40.73941 ], [ -73.976251, 40.740026 ], [ -73.976146, 40.74017 ], [ -73.9758, 40.740644 ], [ -73.975343, 40.741274 ], [ -73.974924, 40.741847 ], [ -73.974406, 40.742558 ], [ -73.974015, 40.743095 ], [ -73.973512, 40.743782 ], [ -73.97223, 40.743249 ], [ -73.972109, 40.743205 ], [ -73.972062, 40.743188 ], [ -73.972027, 40.743176 ], [ -73.971989, 40.743163 ], [ -73.971636, 40.743021 ], [ -73.971566, 40.742993 ], [ -73.96262, 40.739033 ], [ -73.962609, 40.738805 ], [ -73.962478, 40.736802 ], [ -73.962629, 40.736545 ], [ -73.962672, 40.736446 ], [ -73.962668, 40.73641 ], [ -73.962665, 40.736334 ], [ -73.962605, 40.734902 ], [ -73.962348, 40.733812 ], [ -73.962338, 40.733451 ], [ -73.962307, 40.733119 ], [ -73.962288, 40.732899 ], [ -73.962278, 40.732826 ], [ -73.962268, 40.732769 ], [ -73.962261, 40.732741 ], [ -73.962252, 40.732713 ], [ -73.962229, 40.732649 ], [ -73.961932, 40.732679 ], [ -73.961897, 40.732485 ], [ -73.962148, 40.732452 ], [ -73.961997, 40.732038 ], [ -73.961843, 40.731625 ], [ -73.96145, 40.730994 ], [ -73.961308, 40.730299 ], [ -73.96126, 40.729749 ], [ -73.961214, 40.729508 ], [ -73.973546, 40.734939 ], [ -73.974433, 40.735315 ], [ -73.974672, 40.735398 ], [ -73.974749, 40.735425 ], [ -73.974826, 40.735382 ], [ -73.97496, 40.735369 ], [ -73.975111, 40.73539 ], [ -73.97514, 40.735392 ], [ -73.975223, 40.735398 ], [ -73.975891, 40.735673 ], [ -73.976364, 40.735868 ], [ -73.978233, 40.736676 ], [ -73.978498, 40.736791 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006300", "name": "Census Tract 63, New York County, New York", "total_population_17": 6728, "white_alone_17": 5606.0, "black_alone_17": 88.0, "native_alone_17": 0.0, "asian_alone_17": 539.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 313.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.945, "pct_black_alone_change": -0.767, "pct_native_alone_change": -0.176, "pct_asian_alone_change": 2.807, "pct_hispanic_or_latino_change": 0.757, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.7344214", "INTPTLON": "-073.9968603" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999555, 40.733611 ], [ -73.999188, 40.734134 ], [ -73.998714, 40.734784 ], [ -73.998556, 40.735002 ], [ -73.998274, 40.735391 ], [ -73.997805, 40.736032 ], [ -73.997341, 40.736668 ], [ -73.99684, 40.737361 ], [ -73.993617, 40.736005 ], [ -73.994118, 40.735313 ], [ -73.994585, 40.734672 ], [ -73.99505, 40.734034 ], [ -73.995489, 40.733437 ], [ -73.995914, 40.732847 ], [ -73.996351, 40.732255 ], [ -73.996639, 40.731856 ], [ -73.996974, 40.731409 ], [ -73.998612, 40.732215 ], [ -74.000066, 40.732929 ], [ -73.999555, 40.733611 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006400", "name": "Census Tract 64, New York County, New York", "total_population_17": 7961, "white_alone_17": 5557.0, "black_alone_17": 257.0, "native_alone_17": 180.0, "asian_alone_17": 1177.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 379.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.222, "pct_black_alone_change": -0.767, "pct_native_alone_change": 1.961, "pct_asian_alone_change": 3.809, "pct_hispanic_or_latino_change": -2.261, "pct_native_hawaiian_pacific_islander_change": -0.041, "INTPTLAT": "+40.7369488", "INTPTLON": "-073.9814570" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984508, 40.736962 ], [ -73.984446, 40.737046 ], [ -73.984082, 40.737546 ], [ -73.983632, 40.738165 ], [ -73.983147, 40.738832 ], [ -73.982665, 40.739497 ], [ -73.980418, 40.73855 ], [ -73.978052, 40.737554 ], [ -73.978498, 40.736791 ], [ -73.978909, 40.736164 ], [ -73.97905, 40.735969 ], [ -73.979348, 40.735553 ], [ -73.979557, 40.735417 ], [ -73.979864, 40.734975 ], [ -73.980275, 40.73441 ], [ -73.982695, 40.735431 ], [ -73.984367, 40.736136 ], [ -73.984934, 40.736376 ], [ -73.984508, 40.736962 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006500", "name": "Census Tract 65, New York County, New York", "total_population_17": 6490, "white_alone_17": 4864.0, "black_alone_17": 201.0, "native_alone_17": 0.0, "asian_alone_17": 590.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 473.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.094, "pct_black_alone_change": -0.774, "pct_native_alone_change": -0.209, "pct_asian_alone_change": -1.641, "pct_hispanic_or_latino_change": 0.472, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7299685", "INTPTLON": "-073.9995774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002772, 40.728445 ], [ -74.002203, 40.729654 ], [ -74.002139, 40.729796 ], [ -74.001797, 40.730385 ], [ -74.001684, 40.730581 ], [ -74.001413, 40.731065 ], [ -74.000954, 40.731706 ], [ -74.000735, 40.732006 ], [ -74.000511, 40.732315 ], [ -74.000066, 40.732929 ], [ -73.998612, 40.732215 ], [ -73.996974, 40.731409 ], [ -73.995563, 40.730715 ], [ -73.996063, 40.730155 ], [ -73.996572, 40.729552 ], [ -73.99736, 40.729941 ], [ -73.997886, 40.72931 ], [ -73.9984, 40.728734 ], [ -73.998955, 40.728068 ], [ -73.999916, 40.726935 ], [ -74.000632, 40.727287 ], [ -74.00139, 40.72766 ], [ -74.002149, 40.728036 ], [ -74.002808, 40.728365 ], [ -74.002772, 40.728445 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006600", "name": "Census Tract 66, New York County, New York", "total_population_17": 10946, "white_alone_17": 5671.0, "black_alone_17": 166.0, "native_alone_17": 33.0, "asian_alone_17": 1291.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3504.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.254, "pct_black_alone_change": -9.605, "pct_native_alone_change": 0.014, "pct_asian_alone_change": -1.448, "pct_hispanic_or_latino_change": 12.512, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7400705", "INTPTLON": "-073.9792317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982211, 40.740115 ], [ -73.981762, 40.740733 ], [ -73.981622, 40.740924 ], [ -73.981312, 40.741351 ], [ -73.980859, 40.74197 ], [ -73.98041, 40.742587 ], [ -73.979972, 40.742402 ], [ -73.978652, 40.741847 ], [ -73.978168, 40.741643 ], [ -73.9758, 40.740644 ], [ -73.976146, 40.74017 ], [ -73.976251, 40.740026 ], [ -73.9767, 40.73941 ], [ -73.977148, 40.738796 ], [ -73.977603, 40.738172 ], [ -73.978052, 40.737554 ], [ -73.980418, 40.73855 ], [ -73.982665, 40.739497 ], [ -73.982211, 40.740115 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006700", "name": "Census Tract 67, New York County, New York", "total_population_17": 5277, "white_alone_17": 4517.0, "black_alone_17": 75.0, "native_alone_17": 16.0, "asian_alone_17": 292.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 192.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.842, "pct_black_alone_change": -0.669, "pct_native_alone_change": -0.016, "pct_asian_alone_change": -1.128, "pct_hispanic_or_latino_change": -2.403, "pct_native_hawaiian_pacific_islander_change": -0.053, "INTPTLAT": "+40.7304513", "INTPTLON": "-074.0041205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.006973, 40.729495 ], [ -74.006857, 40.730228 ], [ -74.006737, 40.730947 ], [ -74.006624, 40.731669 ], [ -74.005783, 40.731592 ], [ -74.005706, 40.731627 ], [ -74.005107, 40.731836 ], [ -74.003612, 40.732324 ], [ -74.003471, 40.732373 ], [ -74.002124, 40.732841 ], [ -74.001663, 40.732318 ], [ -74.001167, 40.731774 ], [ -74.000954, 40.731706 ], [ -74.001413, 40.731065 ], [ -74.001684, 40.730581 ], [ -74.001797, 40.730385 ], [ -74.002139, 40.729796 ], [ -74.002203, 40.729654 ], [ -74.002772, 40.728445 ], [ -74.002808, 40.728365 ], [ -74.003128, 40.728394 ], [ -74.005314, 40.728605 ], [ -74.00709, 40.728772 ], [ -74.006973, 40.729495 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006800", "name": "Census Tract 68, New York County, New York", "total_population_17": 7684, "white_alone_17": 5137.0, "black_alone_17": 500.0, "native_alone_17": 6.0, "asian_alone_17": 1247.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 767.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.744, "pct_black_alone_change": -0.601, "pct_native_alone_change": -0.1, "pct_asian_alone_change": 5.922, "pct_hispanic_or_latino_change": 2.252, "pct_native_hawaiian_pacific_islander_change": -0.059, "INTPTLAT": "+40.7404366", "INTPTLON": "-073.9840803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987302, 40.738903 ], [ -73.986849, 40.739522 ], [ -73.986366, 40.740187 ], [ -73.985879, 40.740853 ], [ -73.985428, 40.741471 ], [ -73.984977, 40.742089 ], [ -73.984529, 40.742708 ], [ -73.984078, 40.743326 ], [ -73.982462, 40.742645 ], [ -73.980859, 40.74197 ], [ -73.981312, 40.741351 ], [ -73.981622, 40.740924 ], [ -73.981762, 40.740733 ], [ -73.982211, 40.740115 ], [ -73.982665, 40.739497 ], [ -73.983147, 40.738832 ], [ -73.983632, 40.738165 ], [ -73.984082, 40.737546 ], [ -73.984981, 40.737927 ], [ -73.985675, 40.738219 ], [ -73.986425, 40.738535 ], [ -73.986854, 40.738714 ], [ -73.987302, 40.738903 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061006900", "name": "Census Tract 69, New York County, New York", "total_population_17": 2568, "white_alone_17": 1911.0, "black_alone_17": 53.0, "native_alone_17": 0.0, "asian_alone_17": 293.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 161.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.48, "pct_black_alone_change": -1.439, "pct_native_alone_change": -0.427, "pct_asian_alone_change": 5.344, "pct_hispanic_or_latino_change": 0.46, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7294288", "INTPTLON": "-074.0125049" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.020405, 40.730321 ], [ -74.019809, 40.732752 ], [ -74.019733, 40.73275 ], [ -74.010997, 40.732321 ], [ -74.01045, 40.732377 ], [ -74.010255, 40.732398 ], [ -74.009869, 40.73245 ], [ -74.008634, 40.732643 ], [ -74.007523, 40.732852 ], [ -74.006407, 40.733054 ], [ -74.006501, 40.732426 ], [ -74.006571, 40.731995 ], [ -74.006624, 40.731669 ], [ -74.006737, 40.730947 ], [ -74.006857, 40.730228 ], [ -74.006973, 40.729495 ], [ -74.00709, 40.728772 ], [ -74.008593, 40.728915 ], [ -74.009349, 40.728988 ], [ -74.010544, 40.7291 ], [ -74.010643, 40.728172 ], [ -74.010871, 40.72818 ], [ -74.011376, 40.728233 ], [ -74.014886, 40.728495 ], [ -74.020724, 40.729016 ], [ -74.020405, 40.730321 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007000", "name": "Census Tract 70, New York County, New York", "total_population_17": 8574, "white_alone_17": 5254.0, "black_alone_17": 473.0, "native_alone_17": 0.0, "asian_alone_17": 1931.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 474.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.295, "pct_black_alone_change": 2.219, "pct_native_alone_change": -0.155, "pct_asian_alone_change": 11.392, "pct_hispanic_or_latino_change": -1.389, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.7431849", "INTPTLON": "-073.9769614" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98041, 40.742587 ], [ -73.979959, 40.743205 ], [ -73.979508, 40.743825 ], [ -73.979058, 40.744444 ], [ -73.978607, 40.745058 ], [ -73.978121, 40.745726 ], [ -73.97736, 40.745404 ], [ -73.975881, 40.744779 ], [ -73.975224, 40.744505 ], [ -73.973512, 40.743782 ], [ -73.974015, 40.743095 ], [ -73.974406, 40.742558 ], [ -73.974924, 40.741847 ], [ -73.975343, 40.741274 ], [ -73.9758, 40.740644 ], [ -73.978168, 40.741643 ], [ -73.978652, 40.741847 ], [ -73.979972, 40.742402 ], [ -73.98041, 40.742587 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007100", "name": "Census Tract 71, New York County, New York", "total_population_17": 6000, "white_alone_17": 4727.0, "black_alone_17": 162.0, "native_alone_17": 0.0, "asian_alone_17": 731.0, "native_hawaiian_pacific_islander_17": 4.0, "hispanic_or_latino_17": 238.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.559, "pct_black_alone_change": 0.049, "pct_native_alone_change": -0.285, "pct_asian_alone_change": 5.457, "pct_hispanic_or_latino_change": -1.051, "pct_native_hawaiian_pacific_islander_change": 0.067, "INTPTLAT": "+40.7354477", "INTPTLON": "-073.9999139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002789, 40.733617 ], [ -74.001758, 40.733768 ], [ -74.001205, 40.733843 ], [ -74.001389, 40.734483 ], [ -74.001574, 40.735128 ], [ -74.001693, 40.735534 ], [ -74.00177, 40.735762 ], [ -74.001948, 40.736414 ], [ -74.001095, 40.736564 ], [ -74.000647, 40.73723 ], [ -74.000183, 40.737865 ], [ -73.999684, 40.738552 ], [ -73.99922, 40.738358 ], [ -73.99684, 40.737361 ], [ -73.997341, 40.736668 ], [ -73.997805, 40.736032 ], [ -73.998274, 40.735391 ], [ -73.998556, 40.735002 ], [ -73.998714, 40.734784 ], [ -73.999188, 40.734134 ], [ -73.999555, 40.733611 ], [ -74.000066, 40.732929 ], [ -74.000511, 40.732315 ], [ -74.000735, 40.732006 ], [ -74.000954, 40.731706 ], [ -74.001167, 40.731774 ], [ -74.001663, 40.732318 ], [ -74.002124, 40.732841 ], [ -74.002572, 40.733372 ], [ -74.002789, 40.733617 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007200", "name": "Census Tract 72, New York County, New York", "total_population_17": 7224, "white_alone_17": 4862.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 1777.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 192.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.461, "pct_black_alone_change": -0.861, "pct_native_alone_change": -0.136, "pct_asian_alone_change": 13.811, "pct_hispanic_or_latino_change": -1.25, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.7448656", "INTPTLON": "-073.9808585" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983627, 40.743945 ], [ -73.983177, 40.744562 ], [ -73.982727, 40.745181 ], [ -73.982279, 40.745797 ], [ -73.981833, 40.746417 ], [ -73.981361, 40.747145 ], [ -73.980853, 40.747751 ], [ -73.979238, 40.747068 ], [ -73.978785, 40.746876 ], [ -73.978639, 40.746815 ], [ -73.978476, 40.746747 ], [ -73.97823, 40.746643 ], [ -73.977636, 40.746392 ], [ -73.978121, 40.745726 ], [ -73.978607, 40.745058 ], [ -73.979058, 40.744444 ], [ -73.979508, 40.743825 ], [ -73.979959, 40.743205 ], [ -73.98041, 40.742587 ], [ -73.980859, 40.74197 ], [ -73.982462, 40.742645 ], [ -73.984078, 40.743326 ], [ -73.983627, 40.743945 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007300", "name": "Census Tract 73, New York County, New York", "total_population_17": 6019, "white_alone_17": 5107.0, "black_alone_17": 97.0, "native_alone_17": 0.0, "asian_alone_17": 221.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 529.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.074, "pct_black_alone_change": -1.657, "pct_native_alone_change": -0.269, "pct_asian_alone_change": -1.702, "pct_hispanic_or_latino_change": 3.251, "pct_native_hawaiian_pacific_islander_change": -0.015, "INTPTLAT": "+40.7341146", "INTPTLON": "-074.0041065" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.006571, 40.731995 ], [ -74.006501, 40.732426 ], [ -74.006407, 40.733054 ], [ -74.006294, 40.733742 ], [ -74.006181, 40.734439 ], [ -74.006069, 40.735134 ], [ -74.00596, 40.735845 ], [ -74.005126, 40.735961 ], [ -74.003527, 40.736178 ], [ -74.001948, 40.736414 ], [ -74.00177, 40.735762 ], [ -74.001693, 40.735534 ], [ -74.001574, 40.735128 ], [ -74.001389, 40.734483 ], [ -74.001205, 40.733843 ], [ -74.001758, 40.733768 ], [ -74.002789, 40.733617 ], [ -74.002572, 40.733372 ], [ -74.002124, 40.732841 ], [ -74.003471, 40.732373 ], [ -74.003612, 40.732324 ], [ -74.005107, 40.731836 ], [ -74.005706, 40.731627 ], [ -74.005783, 40.731592 ], [ -74.006624, 40.731669 ], [ -74.006571, 40.731995 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007400", "name": "Census Tract 74, New York County, New York", "total_population_17": 3803, "white_alone_17": 2625.0, "black_alone_17": 61.0, "native_alone_17": 0.0, "asian_alone_17": 526.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 428.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.589, "pct_black_alone_change": -5.346, "pct_native_alone_change": -0.162, "pct_asian_alone_change": 4.24, "pct_hispanic_or_latino_change": 6.566, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.7462136", "INTPTLON": "-073.9840829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.986846, 40.745301 ], [ -73.986393, 40.745921 ], [ -73.985949, 40.746536 ], [ -73.985496, 40.747152 ], [ -73.985046, 40.747773 ], [ -73.98456, 40.748439 ], [ -73.984076, 40.749102 ], [ -73.982473, 40.748432 ], [ -73.980853, 40.747751 ], [ -73.981361, 40.747145 ], [ -73.981833, 40.746417 ], [ -73.982279, 40.745797 ], [ -73.982727, 40.745181 ], [ -73.983177, 40.744562 ], [ -73.983627, 40.743945 ], [ -73.984078, 40.743326 ], [ -73.985696, 40.744008 ], [ -73.987298, 40.744682 ], [ -73.986846, 40.745301 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007500", "name": "Census Tract 75, New York County, New York", "total_population_17": 3990, "white_alone_17": 3313.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 269.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 260.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.231, "pct_black_alone_change": -1.933, "pct_native_alone_change": -0.216, "pct_asian_alone_change": 1.127, "pct_hispanic_or_latino_change": 0.469, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.7343782", "INTPTLON": "-074.0151997" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.019809, 40.732752 ], [ -74.01936, 40.734588 ], [ -74.018926, 40.736357 ], [ -74.013007, 40.73612 ], [ -74.010659, 40.736022 ], [ -74.01014, 40.736005 ], [ -74.00993, 40.736004 ], [ -74.008322, 40.736188 ], [ -74.006621, 40.736432 ], [ -74.005829, 40.736534 ], [ -74.00596, 40.735845 ], [ -74.006069, 40.735134 ], [ -74.006181, 40.734439 ], [ -74.006294, 40.733742 ], [ -74.006407, 40.733054 ], [ -74.007523, 40.732852 ], [ -74.008634, 40.732643 ], [ -74.009869, 40.73245 ], [ -74.010255, 40.732398 ], [ -74.01045, 40.732377 ], [ -74.010997, 40.732321 ], [ -74.019733, 40.73275 ], [ -74.019809, 40.732752 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007600", "name": "Census Tract 76, New York County, New York", "total_population_17": 2055, "white_alone_17": 857.0, "black_alone_17": 81.0, "native_alone_17": 12.0, "asian_alone_17": 996.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 87.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.177, "pct_black_alone_change": 0.011, "pct_native_alone_change": -0.178, "pct_asian_alone_change": 1.576, "pct_hispanic_or_latino_change": -0.82, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7475672", "INTPTLON": "-073.9872980" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990067, 40.746659 ], [ -73.989617, 40.747277 ], [ -73.989166, 40.747895 ], [ -73.988714, 40.748513 ], [ -73.98827, 40.749148 ], [ -73.987973, 40.749491 ], [ -73.98778, 40.749772 ], [ -73.987294, 40.750451 ], [ -73.986794, 40.750241 ], [ -73.98442, 40.749246 ], [ -73.984076, 40.749102 ], [ -73.98456, 40.748439 ], [ -73.985046, 40.747773 ], [ -73.985496, 40.747152 ], [ -73.985949, 40.746536 ], [ -73.986393, 40.745921 ], [ -73.986846, 40.745301 ], [ -73.987298, 40.744682 ], [ -73.988729, 40.745286 ], [ -73.990518, 40.746038 ], [ -73.990067, 40.746659 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007700", "name": "Census Tract 77, New York County, New York", "total_population_17": 5991, "white_alone_17": 4975.0, "black_alone_17": 45.0, "native_alone_17": 0.0, "asian_alone_17": 378.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 428.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.583, "pct_black_alone_change": -2.031, "pct_native_alone_change": -0.212, "pct_asian_alone_change": 1.379, "pct_hispanic_or_latino_change": 0.082, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7380850", "INTPTLON": "-074.0032967" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.005829, 40.736534 ], [ -74.005858, 40.736926 ], [ -74.005774, 40.737169 ], [ -74.005687, 40.737552 ], [ -74.005591, 40.738139 ], [ -74.005495, 40.738754 ], [ -74.00539, 40.739412 ], [ -74.005291, 40.740024 ], [ -74.005158, 40.740858 ], [ -74.005063, 40.740818 ], [ -74.002744, 40.739845 ], [ -74.002523, 40.739753 ], [ -74.001783, 40.739439 ], [ -74.001282, 40.739227 ], [ -74.0007, 40.738981 ], [ -73.999684, 40.738552 ], [ -74.000183, 40.737865 ], [ -74.000647, 40.73723 ], [ -74.001095, 40.736564 ], [ -74.001948, 40.736414 ], [ -74.003527, 40.736178 ], [ -74.005126, 40.735961 ], [ -74.00596, 40.735845 ], [ -74.005829, 40.736534 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007800", "name": "Census Tract 78, New York County, New York", "total_population_17": 8610, "white_alone_17": 4864.0, "black_alone_17": 378.0, "native_alone_17": 0.0, "asian_alone_17": 1933.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 984.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.053, "pct_black_alone_change": 1.526, "pct_native_alone_change": -0.214, "pct_asian_alone_change": 7.714, "pct_hispanic_or_latino_change": 5.78, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.7463235", "INTPTLON": "-073.9746729" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977636, 40.746392 ], [ -73.977188, 40.74701 ], [ -73.976735, 40.747628 ], [ -73.976354, 40.748154 ], [ -73.976288, 40.748245 ], [ -73.975835, 40.748863 ], [ -73.97497, 40.748502 ], [ -73.973592, 40.747919 ], [ -73.972738, 40.747558 ], [ -73.971228, 40.746919 ], [ -73.971657, 40.746304 ], [ -73.971748, 40.746186 ], [ -73.971944, 40.745932 ], [ -73.972033, 40.745805 ], [ -73.97213, 40.745681 ], [ -73.97249, 40.745184 ], [ -73.972576, 40.745068 ], [ -73.973027, 40.74445 ], [ -73.973512, 40.743782 ], [ -73.975224, 40.744505 ], [ -73.975881, 40.744779 ], [ -73.97736, 40.745404 ], [ -73.978121, 40.745726 ], [ -73.977636, 40.746392 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061007900", "name": "Census Tract 79, New York County, New York", "total_population_17": 4550, "white_alone_17": 4084.0, "black_alone_17": 18.0, "native_alone_17": 15.0, "asian_alone_17": 156.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 246.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.811, "pct_black_alone_change": -3.414, "pct_native_alone_change": -0.083, "pct_asian_alone_change": -2.225, "pct_hispanic_or_latino_change": -0.16, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7397795", "INTPTLON": "-074.0144915" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.018251, 40.739117 ], [ -74.01807, 40.739852 ], [ -74.017867, 40.740678 ], [ -74.017138, 40.743653 ], [ -74.017022, 40.744127 ], [ -74.009331, 40.742572 ], [ -74.008893, 40.742384 ], [ -74.008699, 40.742362 ], [ -74.008204, 40.742148 ], [ -74.00697, 40.741628 ], [ -74.005366, 40.740945 ], [ -74.005158, 40.740858 ], [ -74.005291, 40.740024 ], [ -74.00539, 40.739412 ], [ -74.005495, 40.738754 ], [ -74.005591, 40.738139 ], [ -74.005687, 40.737552 ], [ -74.005774, 40.737169 ], [ -74.005858, 40.736926 ], [ -74.005829, 40.736534 ], [ -74.006621, 40.736432 ], [ -74.008322, 40.736188 ], [ -74.00993, 40.736004 ], [ -74.01014, 40.736005 ], [ -74.010659, 40.736022 ], [ -74.013007, 40.73612 ], [ -74.018926, 40.736357 ], [ -74.018251, 40.739117 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008000", "name": "Census Tract 80, New York County, New York", "total_population_17": 5013, "white_alone_17": 3958.0, "black_alone_17": 88.0, "native_alone_17": 12.0, "asian_alone_17": 586.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 295.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.409, "pct_black_alone_change": 0.308, "pct_native_alone_change": 0.035, "pct_asian_alone_change": 1.935, "pct_hispanic_or_latino_change": 1.156, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.7492588", "INTPTLON": "-073.9776520" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980404, 40.748366 ], [ -73.979954, 40.748985 ], [ -73.979504, 40.749603 ], [ -73.979058, 40.75022 ], [ -73.978607, 40.750842 ], [ -73.978159, 40.75146 ], [ -73.977677, 40.752119 ], [ -73.977107, 40.751883 ], [ -73.976048, 40.751441 ], [ -73.974449, 40.750766 ], [ -73.974935, 40.7501 ], [ -73.975383, 40.749483 ], [ -73.975835, 40.748863 ], [ -73.976288, 40.748245 ], [ -73.976354, 40.748154 ], [ -73.976735, 40.747628 ], [ -73.977188, 40.74701 ], [ -73.977636, 40.746392 ], [ -73.97823, 40.746643 ], [ -73.978476, 40.746747 ], [ -73.978639, 40.746815 ], [ -73.978785, 40.746876 ], [ -73.979238, 40.747068 ], [ -73.980853, 40.747751 ], [ -73.980404, 40.748366 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008100", "name": "Census Tract 81, New York County, New York", "total_population_17": 8045, "white_alone_17": 6045.0, "black_alone_17": 291.0, "native_alone_17": 0.0, "asian_alone_17": 782.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 769.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.864, "pct_black_alone_change": -0.215, "pct_native_alone_change": -0.353, "pct_asian_alone_change": 2.192, "pct_hispanic_or_latino_change": -3.35, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.7398052", "INTPTLON": "-073.9987715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002019, 40.740444 ], [ -74.001555, 40.74108 ], [ -74.001129, 40.741668 ], [ -74.000703, 40.742254 ], [ -73.998146, 40.741176 ], [ -73.997862, 40.741056 ], [ -73.995018, 40.73986 ], [ -73.995446, 40.739272 ], [ -73.995874, 40.738686 ], [ -73.996337, 40.738044 ], [ -73.99684, 40.737361 ], [ -73.99922, 40.738358 ], [ -73.999684, 40.738552 ], [ -74.0007, 40.738981 ], [ -74.001282, 40.739227 ], [ -74.001783, 40.739439 ], [ -74.002523, 40.739753 ], [ -74.002019, 40.740444 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008200", "name": "Census Tract 82, New York County, New York", "total_population_17": 3321, "white_alone_17": 1979.0, "black_alone_17": 62.0, "native_alone_17": 0.0, "asian_alone_17": 952.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 177.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.804, "pct_black_alone_change": -0.051, "pct_native_alone_change": -0.109, "pct_asian_alone_change": 19.476, "pct_hispanic_or_latino_change": 0.265, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7506132", "INTPTLON": "-073.9808741" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983621, 40.749724 ], [ -73.983174, 40.750342 ], [ -73.982724, 40.750959 ], [ -73.982275, 40.751577 ], [ -73.981822, 40.752197 ], [ -73.981372, 40.752814 ], [ -73.980888, 40.753481 ], [ -73.979287, 40.752801 ], [ -73.97837, 40.752416 ], [ -73.977677, 40.752119 ], [ -73.978159, 40.75146 ], [ -73.978607, 40.750842 ], [ -73.979058, 40.75022 ], [ -73.979504, 40.749603 ], [ -73.979954, 40.748985 ], [ -73.980404, 40.748366 ], [ -73.980853, 40.747751 ], [ -73.982473, 40.748432 ], [ -73.984076, 40.749102 ], [ -73.983621, 40.749724 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008300", "name": "Census Tract 83, New York County, New York", "total_population_17": 4127, "white_alone_17": 1817.0, "black_alone_17": 431.0, "native_alone_17": 60.0, "asian_alone_17": 193.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1508.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.877, "pct_black_alone_change": -1.838, "pct_native_alone_change": 1.08, "pct_asian_alone_change": -2.168, "pct_hispanic_or_latino_change": -2.459, "pct_native_hawaiian_pacific_islander_change": -0.115, "INTPTLAT": "+40.7421983", "INTPTLON": "-074.0044530" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.007893, 40.742574 ], [ -74.007705, 40.742834 ], [ -74.007238, 40.74347 ], [ -74.006811, 40.744061 ], [ -74.006385, 40.744646 ], [ -74.003542, 40.743448 ], [ -74.000703, 40.742254 ], [ -74.001129, 40.741668 ], [ -74.001555, 40.74108 ], [ -74.002019, 40.740444 ], [ -74.002523, 40.739753 ], [ -74.002744, 40.739845 ], [ -74.005063, 40.740818 ], [ -74.005158, 40.740858 ], [ -74.005366, 40.740945 ], [ -74.00697, 40.741628 ], [ -74.008204, 40.742148 ], [ -74.007893, 40.742574 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008400", "name": "Census Tract 84, New York County, New York", "total_population_17": 1951, "white_alone_17": 923.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 749.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 95.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.298, "pct_black_alone_change": -0.991, "pct_native_alone_change": -0.288, "pct_asian_alone_change": -2.915, "pct_hispanic_or_latino_change": 0.066, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7519695", "INTPTLON": "-073.9840942" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98685, 40.751082 ], [ -73.986399, 40.7517 ], [ -73.985947, 40.752317 ], [ -73.985488, 40.752935 ], [ -73.985043, 40.753554 ], [ -73.984596, 40.754177 ], [ -73.984118, 40.754842 ], [ -73.980888, 40.753481 ], [ -73.981372, 40.752814 ], [ -73.981822, 40.752197 ], [ -73.982275, 40.751577 ], [ -73.982724, 40.750959 ], [ -73.983174, 40.750342 ], [ -73.983621, 40.749724 ], [ -73.984076, 40.749102 ], [ -73.98442, 40.749246 ], [ -73.986794, 40.750241 ], [ -73.987294, 40.750451 ], [ -73.98685, 40.751082 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008601", "name": "Census Tract 86.01, New York County, New York", "total_population_17": 2986, "white_alone_17": 1914.0, "black_alone_17": 55.0, "native_alone_17": 14.0, "asian_alone_17": 704.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 232.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.068, "pct_black_alone_change": -0.13, "pct_native_alone_change": 0.373, "pct_asian_alone_change": 10.583, "pct_hispanic_or_latino_change": 2.909, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7435573", "INTPTLON": "-073.9656822" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.973027, 40.74445 ], [ -73.972576, 40.745068 ], [ -73.97249, 40.745184 ], [ -73.97213, 40.745681 ], [ -73.972033, 40.745805 ], [ -73.971944, 40.745932 ], [ -73.971748, 40.746186 ], [ -73.971657, 40.746304 ], [ -73.971228, 40.746919 ], [ -73.97078, 40.747543 ], [ -73.970366, 40.748095 ], [ -73.970452, 40.748212 ], [ -73.969987, 40.748869 ], [ -73.9699, 40.748827 ], [ -73.969845, 40.748801 ], [ -73.96975, 40.748827 ], [ -73.969666, 40.748789 ], [ -73.969612, 40.748767 ], [ -73.968462, 40.748292 ], [ -73.968311, 40.748206 ], [ -73.968295, 40.748197 ], [ -73.968196, 40.748104 ], [ -73.968147, 40.74808 ], [ -73.968126, 40.74807 ], [ -73.967977, 40.748005 ], [ -73.967697, 40.747866 ], [ -73.960211, 40.744511 ], [ -73.960267, 40.744428 ], [ -73.960513, 40.744108 ], [ -73.960563, 40.744024 ], [ -73.960833, 40.743639 ], [ -73.961183, 40.743005 ], [ -73.961291, 40.742894 ], [ -73.961381, 40.742802 ], [ -73.961684, 40.741582 ], [ -73.961796, 40.741131 ], [ -73.961911, 40.740997 ], [ -73.962435, 40.739672 ], [ -73.962441, 40.73964 ], [ -73.96262, 40.739033 ], [ -73.971566, 40.742993 ], [ -73.971636, 40.743021 ], [ -73.971989, 40.743163 ], [ -73.972027, 40.743176 ], [ -73.972062, 40.743188 ], [ -73.972109, 40.743205 ], [ -73.97223, 40.743249 ], [ -73.973512, 40.743782 ], [ -73.973027, 40.74445 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008602", "name": "Census Tract 86.02, New York County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7479483", "INTPTLON": "-073.9627784" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96994, 40.748908 ], [ -73.969642, 40.749158 ], [ -73.969545, 40.749205 ], [ -73.96932, 40.749517 ], [ -73.968908, 40.750112 ], [ -73.968427, 40.750764 ], [ -73.967974, 40.751366 ], [ -73.967777, 40.751626 ], [ -73.967797, 40.751717 ], [ -73.967698, 40.752041 ], [ -73.967261, 40.75264 ], [ -73.967227, 40.752688 ], [ -73.967104, 40.752636 ], [ -73.967018, 40.752601 ], [ -73.966882, 40.752545 ], [ -73.965471, 40.75194 ], [ -73.965324, 40.751931 ], [ -73.965185, 40.751952 ], [ -73.964862, 40.752011 ], [ -73.964821, 40.751899 ], [ -73.964772, 40.751788 ], [ -73.964715, 40.751717 ], [ -73.961634, 40.749448 ], [ -73.96156, 40.749458 ], [ -73.961491, 40.749494 ], [ -73.957732, 40.747775 ], [ -73.958216, 40.747212 ], [ -73.958327, 40.747081 ], [ -73.958711, 40.746635 ], [ -73.959124, 40.746119 ], [ -73.959193, 40.746035 ], [ -73.959725, 40.745261 ], [ -73.959778, 40.745178 ], [ -73.960211, 40.744511 ], [ -73.967697, 40.747866 ], [ -73.967977, 40.748005 ], [ -73.968126, 40.74807 ], [ -73.968147, 40.74808 ], [ -73.968196, 40.748104 ], [ -73.968295, 40.748197 ], [ -73.968311, 40.748206 ], [ -73.968462, 40.748292 ], [ -73.969612, 40.748767 ], [ -73.969666, 40.748789 ], [ -73.96975, 40.748827 ], [ -73.969845, 40.748801 ], [ -73.9699, 40.748827 ], [ -73.969987, 40.748869 ], [ -73.96994, 40.748908 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008603", "name": "Census Tract 86.03, New York County, New York", "total_population_17": 4772, "white_alone_17": 3923.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 399.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 221.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.029, "pct_black_alone_change": -1.591, "pct_native_alone_change": -0.096, "pct_asian_alone_change": -4.629, "pct_hispanic_or_latino_change": -0.227, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7525143", "INTPTLON": "-073.9617418" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.967148, 40.752768 ], [ -73.967035, 40.752857 ], [ -73.96692, 40.752977 ], [ -73.966756, 40.753189 ], [ -73.966711, 40.753213 ], [ -73.966616, 40.753244 ], [ -73.966536, 40.75335 ], [ -73.966352, 40.753605 ], [ -73.966157, 40.753878 ], [ -73.965696, 40.754505 ], [ -73.96524, 40.75513 ], [ -73.964786, 40.755756 ], [ -73.964512, 40.756126 ], [ -73.964325, 40.756381 ], [ -73.96367, 40.756107 ], [ -73.963302, 40.755954 ], [ -73.963107, 40.755872 ], [ -73.962563, 40.755647 ], [ -73.9621, 40.755455 ], [ -73.961773, 40.755284 ], [ -73.961633, 40.755239 ], [ -73.961565, 40.755208 ], [ -73.958614, 40.753848 ], [ -73.959016, 40.753595 ], [ -73.960214, 40.752033 ], [ -73.960709, 40.751148 ], [ -73.961588, 40.749823 ], [ -73.96156, 40.749458 ], [ -73.961634, 40.749448 ], [ -73.964715, 40.751717 ], [ -73.964772, 40.751788 ], [ -73.964821, 40.751899 ], [ -73.964862, 40.752011 ], [ -73.965185, 40.751952 ], [ -73.965324, 40.751931 ], [ -73.965471, 40.75194 ], [ -73.966882, 40.752545 ], [ -73.967018, 40.752601 ], [ -73.967104, 40.752636 ], [ -73.967227, 40.752688 ], [ -73.967148, 40.752768 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008700", "name": "Census Tract 87, New York County, New York", "total_population_17": 6815, "white_alone_17": 4779.0, "black_alone_17": 85.0, "native_alone_17": 0.0, "asian_alone_17": 579.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1165.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.691, "pct_black_alone_change": -1.887, "pct_native_alone_change": -0.151, "pct_asian_alone_change": 2.227, "pct_hispanic_or_latino_change": 2.46, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.7422439", "INTPTLON": "-073.9969962" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000275, 40.742839 ], [ -74.000032, 40.743172 ], [ -73.999848, 40.743425 ], [ -73.999422, 40.744009 ], [ -73.998972, 40.74463 ], [ -73.996129, 40.743431 ], [ -73.993292, 40.742233 ], [ -73.993739, 40.741617 ], [ -73.994028, 40.741219 ], [ -73.994165, 40.741031 ], [ -73.994593, 40.740442 ], [ -73.995018, 40.73986 ], [ -73.997862, 40.741056 ], [ -73.998146, 40.741176 ], [ -74.000703, 40.742254 ], [ -74.000275, 40.742839 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008800", "name": "Census Tract 88, New York County, New York", "total_population_17": 7047, "white_alone_17": 4638.0, "black_alone_17": 97.0, "native_alone_17": 0.0, "asian_alone_17": 1535.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 430.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.906, "pct_black_alone_change": -1.796, "pct_native_alone_change": -0.163, "pct_asian_alone_change": 1.551, "pct_hispanic_or_latino_change": 0.234, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.7494997", "INTPTLON": "-073.9723847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.975383, 40.749483 ], [ -73.974935, 40.7501 ], [ -73.974449, 40.750766 ], [ -73.973959, 40.751441 ], [ -73.973503, 40.752065 ], [ -73.971263, 40.751122 ], [ -73.968973, 40.750138 ], [ -73.968908, 40.750112 ], [ -73.96932, 40.749517 ], [ -73.969545, 40.749205 ], [ -73.969642, 40.749158 ], [ -73.96994, 40.748908 ], [ -73.969987, 40.748869 ], [ -73.970452, 40.748212 ], [ -73.970366, 40.748095 ], [ -73.97078, 40.747543 ], [ -73.971228, 40.746919 ], [ -73.972738, 40.747558 ], [ -73.973592, 40.747919 ], [ -73.97497, 40.748502 ], [ -73.975835, 40.748863 ], [ -73.975383, 40.749483 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061008900", "name": "Census Tract 89, New York County, New York", "total_population_17": 5255, "white_alone_17": 3362.0, "black_alone_17": 543.0, "native_alone_17": 0.0, "asian_alone_17": 390.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 683.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.47, "pct_black_alone_change": 2.589, "pct_native_alone_change": -0.338, "pct_asian_alone_change": 1.106, "pct_hispanic_or_latino_change": -5.161, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+40.7446380", "INTPTLON": "-074.0026785" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00596, 40.745231 ], [ -74.005535, 40.745816 ], [ -74.005107, 40.746402 ], [ -74.004653, 40.747023 ], [ -74.001812, 40.745826 ], [ -73.998972, 40.74463 ], [ -73.999422, 40.744009 ], [ -73.999848, 40.743425 ], [ -74.000032, 40.743172 ], [ -74.000275, 40.742839 ], [ -74.000703, 40.742254 ], [ -74.003542, 40.743448 ], [ -74.006385, 40.744646 ], [ -74.00596, 40.745231 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009000", "name": "Census Tract 90, New York County, New York", "total_population_17": 7645, "white_alone_17": 5161.0, "black_alone_17": 192.0, "native_alone_17": 0.0, "asian_alone_17": 1476.0, "native_hawaiian_pacific_islander_17": 5.0, "hispanic_or_latino_17": 713.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.357, "pct_black_alone_change": -1.74, "pct_native_alone_change": -0.329, "pct_asian_alone_change": 1.897, "pct_hispanic_or_latino_change": 4.325, "pct_native_hawaiian_pacific_islander_change": 0.052, "INTPTLAT": "+40.7526586", "INTPTLON": "-073.9700939" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.973045, 40.752692 ], [ -73.972588, 40.753318 ], [ -73.972136, 40.753943 ], [ -73.971677, 40.75457 ], [ -73.971217, 40.755193 ], [ -73.968978, 40.754251 ], [ -73.966616, 40.753244 ], [ -73.966711, 40.753213 ], [ -73.966756, 40.753189 ], [ -73.96692, 40.752977 ], [ -73.967035, 40.752857 ], [ -73.967148, 40.752768 ], [ -73.967227, 40.752688 ], [ -73.967261, 40.75264 ], [ -73.967698, 40.752041 ], [ -73.967797, 40.751717 ], [ -73.967777, 40.751626 ], [ -73.967974, 40.751366 ], [ -73.968427, 40.750764 ], [ -73.968908, 40.750112 ], [ -73.968973, 40.750138 ], [ -73.971263, 40.751122 ], [ -73.973503, 40.752065 ], [ -73.973045, 40.752692 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009100", "name": "Census Tract 91, New York County, New York", "total_population_17": 6662, "white_alone_17": 4457.0, "black_alone_17": 302.0, "native_alone_17": 0.0, "asian_alone_17": 1325.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 398.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.304, "pct_black_alone_change": -1.112, "pct_native_alone_change": -0.461, "pct_asian_alone_change": 8.841, "pct_hispanic_or_latino_change": -4.942, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.7447178", "INTPTLON": "-073.9951959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.998486, 40.745294 ], [ -73.998009, 40.745952 ], [ -73.997552, 40.746581 ], [ -73.997099, 40.747205 ], [ -73.995124, 40.746369 ], [ -73.994262, 40.746004 ], [ -73.991419, 40.744802 ], [ -73.991871, 40.744186 ], [ -73.992063, 40.743919 ], [ -73.992318, 40.743568 ], [ -73.992805, 40.742901 ], [ -73.993292, 40.742233 ], [ -73.996129, 40.743431 ], [ -73.998972, 40.74463 ], [ -73.998486, 40.745294 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009200", "name": "Census Tract 92, New York County, New York", "total_population_17": 1691, "white_alone_17": 1254.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 317.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 78.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.266, "pct_black_alone_change": -4.558, "pct_native_alone_change": -0.375, "pct_asian_alone_change": 2.479, "pct_hispanic_or_latino_change": -3.333, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7536476", "INTPTLON": "-073.9747422" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977875, 40.753099 ], [ -73.977432, 40.753717 ], [ -73.976974, 40.754349 ], [ -73.976516, 40.754974 ], [ -73.975807, 40.754678 ], [ -73.975352, 40.755303 ], [ -73.974897, 40.755928 ], [ -73.974439, 40.756556 ], [ -73.97282, 40.75587 ], [ -73.971217, 40.755193 ], [ -73.971677, 40.75457 ], [ -73.972136, 40.753943 ], [ -73.972588, 40.753318 ], [ -73.973045, 40.752692 ], [ -73.973503, 40.752065 ], [ -73.973959, 40.751441 ], [ -73.974449, 40.750766 ], [ -73.976048, 40.751441 ], [ -73.977107, 40.751883 ], [ -73.977677, 40.752119 ], [ -73.97837, 40.752416 ], [ -73.977875, 40.753099 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009300", "name": "Census Tract 93, New York County, New York", "total_population_17": 9916, "white_alone_17": 5384.0, "black_alone_17": 1698.0, "native_alone_17": 0.0, "asian_alone_17": 1101.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1587.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.136, "pct_black_alone_change": 10.101, "pct_native_alone_change": -0.252, "pct_asian_alone_change": 6.364, "pct_hispanic_or_latino_change": -3.895, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.7471119", "INTPTLON": "-074.0008753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004168, 40.74769 ], [ -74.003944, 40.747997 ], [ -74.003684, 40.748355 ], [ -74.003236, 40.748974 ], [ -74.002785, 40.749592 ], [ -74.001412, 40.749014 ], [ -74.001203, 40.748927 ], [ -74.00088, 40.748792 ], [ -74.000547, 40.748653 ], [ -73.999938, 40.7484 ], [ -73.999396, 40.748172 ], [ -73.999243, 40.748107 ], [ -73.997918, 40.747549 ], [ -73.997099, 40.747205 ], [ -73.997552, 40.746581 ], [ -73.998009, 40.745952 ], [ -73.998486, 40.745294 ], [ -73.998972, 40.74463 ], [ -74.001812, 40.745826 ], [ -74.004653, 40.747023 ], [ -74.004168, 40.74769 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009400", "name": "Census Tract 94, New York County, New York", "total_population_17": 56, "white_alone_17": 56.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 41.176, "pct_black_alone_change": -5.882, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -7.843, "pct_hispanic_or_latino_change": -5.882, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7552279", "INTPTLON": "-073.9777463" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980395, 40.754155 ], [ -73.979937, 40.754783 ], [ -73.979483, 40.755405 ], [ -73.979024, 40.756032 ], [ -73.978565, 40.756655 ], [ -73.978116, 40.757284 ], [ -73.977655, 40.757912 ], [ -73.976045, 40.757232 ], [ -73.974439, 40.756556 ], [ -73.974897, 40.755928 ], [ -73.975352, 40.755303 ], [ -73.975807, 40.754678 ], [ -73.976516, 40.754974 ], [ -73.976974, 40.754349 ], [ -73.977432, 40.753717 ], [ -73.977875, 40.753099 ], [ -73.97837, 40.752416 ], [ -73.979287, 40.752801 ], [ -73.980888, 40.753481 ], [ -73.980395, 40.754155 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009500", "name": "Census Tract 95, New York County, New York", "total_population_17": 3471, "white_alone_17": 2366.0, "black_alone_17": 107.0, "native_alone_17": 20.0, "asian_alone_17": 588.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 301.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.587, "pct_black_alone_change": -3.042, "pct_native_alone_change": 0.056, "pct_asian_alone_change": 4.134, "pct_hispanic_or_latino_change": 0.728, "pct_native_hawaiian_pacific_islander_change": -0.037, "INTPTLAT": "+40.7472363", "INTPTLON": "-073.9933578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.996648, 40.747823 ], [ -73.996196, 40.74844 ], [ -73.995749, 40.749052 ], [ -73.995299, 40.749671 ], [ -73.992463, 40.748469 ], [ -73.989617, 40.747277 ], [ -73.990067, 40.746659 ], [ -73.990518, 40.746038 ], [ -73.990968, 40.745421 ], [ -73.991145, 40.745177 ], [ -73.991419, 40.744802 ], [ -73.994262, 40.746004 ], [ -73.995124, 40.746369 ], [ -73.997099, 40.747205 ], [ -73.996648, 40.747823 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009600", "name": "Census Tract 96, New York County, New York", "total_population_17": 124, "white_alone_17": 85.0, "black_alone_17": 0.0, "native_alone_17": 14.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 20.453, "pct_black_alone_change": -4.286, "pct_native_alone_change": 11.29, "pct_asian_alone_change": -21.636, "pct_hispanic_or_latino_change": -3.917, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7563748", "INTPTLON": "-073.9808861" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983624, 40.755516 ], [ -73.983168, 40.75614 ], [ -73.982712, 40.756771 ], [ -73.982256, 40.757387 ], [ -73.981794, 40.758021 ], [ -73.981341, 40.758645 ], [ -73.980886, 40.75927 ], [ -73.979038, 40.75849 ], [ -73.978911, 40.758436 ], [ -73.978466, 40.75825 ], [ -73.977655, 40.757912 ], [ -73.978116, 40.757284 ], [ -73.978565, 40.756655 ], [ -73.979024, 40.756032 ], [ -73.979483, 40.755405 ], [ -73.979937, 40.754783 ], [ -73.980395, 40.754155 ], [ -73.980888, 40.753481 ], [ -73.984118, 40.754842 ], [ -73.983624, 40.755516 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009700", "name": "Census Tract 97, New York County, New York", "total_population_17": 5233, "white_alone_17": 2427.0, "black_alone_17": 367.0, "native_alone_17": 23.0, "asian_alone_17": 1102.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1296.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -6.486, "pct_black_alone_change": -5.147, "pct_native_alone_change": 0.151, "pct_asian_alone_change": 11.846, "pct_hispanic_or_latino_change": 0.508, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7496396", "INTPTLON": "-073.9990340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.002332, 40.750209 ], [ -74.001882, 40.750828 ], [ -74.00143, 40.751445 ], [ -74.000975, 40.752055 ], [ -73.999305, 40.751376 ], [ -73.998757, 40.751157 ], [ -73.99812, 40.750903 ], [ -73.995299, 40.749671 ], [ -73.995749, 40.749052 ], [ -73.996196, 40.74844 ], [ -73.996648, 40.747823 ], [ -73.997099, 40.747205 ], [ -73.997918, 40.747549 ], [ -73.999243, 40.748107 ], [ -73.999396, 40.748172 ], [ -73.999938, 40.7484 ], [ -74.000547, 40.748653 ], [ -74.00088, 40.748792 ], [ -74.001203, 40.748927 ], [ -74.001412, 40.749014 ], [ -74.002785, 40.749592 ], [ -74.002332, 40.750209 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009800", "name": "Census Tract 98, New York County, New York", "total_population_17": 7350, "white_alone_17": 5588.0, "black_alone_17": 156.0, "native_alone_17": 8.0, "asian_alone_17": 789.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 643.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.434, "pct_black_alone_change": -0.284, "pct_native_alone_change": 0.01, "pct_asian_alone_change": 1.111, "pct_hispanic_or_latino_change": 3.483, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.7557880", "INTPTLON": "-073.9677745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970965, 40.75554 ], [ -73.97076, 40.755825 ], [ -73.970313, 40.756453 ], [ -73.969848, 40.757076 ], [ -73.969394, 40.7577 ], [ -73.968936, 40.75833 ], [ -73.966702, 40.757381 ], [ -73.965922, 40.757052 ], [ -73.964739, 40.756555 ], [ -73.964325, 40.756381 ], [ -73.964512, 40.756126 ], [ -73.964786, 40.755756 ], [ -73.96524, 40.75513 ], [ -73.965696, 40.754505 ], [ -73.966157, 40.753878 ], [ -73.966352, 40.753605 ], [ -73.966536, 40.75335 ], [ -73.966616, 40.753244 ], [ -73.968978, 40.754251 ], [ -73.971217, 40.755193 ], [ -73.970965, 40.75554 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061009900", "name": "Census Tract 99, New York County, New York", "total_population_17": 5733, "white_alone_17": 3332.0, "black_alone_17": 289.0, "native_alone_17": 8.0, "asian_alone_17": 1323.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 596.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.917, "pct_black_alone_change": -22.232, "pct_native_alone_change": -0.206, "pct_asian_alone_change": 18.575, "pct_hispanic_or_latino_change": -13.327, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7495435", "INTPTLON": "-074.0091035" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.016784, 40.745101 ], [ -74.015677, 40.749347 ], [ -74.01548, 40.750101 ], [ -74.013784, 40.756601 ], [ -74.013377, 40.757219 ], [ -74.0124, 40.758706 ], [ -74.011493, 40.760085 ], [ -74.011126, 40.760645 ], [ -74.009852, 40.762585 ], [ -74.005901, 40.760997 ], [ -74.003826, 40.760133 ], [ -74.003473, 40.759973 ], [ -74.003052, 40.759782 ], [ -74.002843, 40.759686 ], [ -74.000067, 40.758403 ], [ -74.000138, 40.758307 ], [ -73.998669, 40.757706 ], [ -73.997306, 40.75711 ], [ -73.997758, 40.756487 ], [ -73.998208, 40.755869 ], [ -73.998432, 40.755563 ], [ -73.998661, 40.755252 ], [ -73.999143, 40.754585 ], [ -73.999633, 40.753918 ], [ -74.000016, 40.753391 ], [ -74.000527, 40.752688 ], [ -74.000861, 40.752214 ], [ -74.000975, 40.752055 ], [ -74.00143, 40.751445 ], [ -74.001882, 40.750828 ], [ -74.002332, 40.750209 ], [ -74.002785, 40.749592 ], [ -74.003236, 40.748974 ], [ -74.003684, 40.748355 ], [ -74.003944, 40.747997 ], [ -74.004168, 40.74769 ], [ -74.004653, 40.747023 ], [ -74.005107, 40.746402 ], [ -74.005535, 40.745816 ], [ -74.00596, 40.745231 ], [ -74.006385, 40.744646 ], [ -74.006811, 40.744061 ], [ -74.007238, 40.74347 ], [ -74.007705, 40.742834 ], [ -74.007893, 40.742574 ], [ -74.008204, 40.742148 ], [ -74.008699, 40.742362 ], [ -74.008893, 40.742384 ], [ -74.009331, 40.742572 ], [ -74.017022, 40.744127 ], [ -74.016784, 40.745101 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010000", "name": "Census Tract 100, New York County, New York", "total_population_17": 1771, "white_alone_17": 1350.0, "black_alone_17": 29.0, "native_alone_17": 7.0, "asian_alone_17": 215.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 148.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.001, "pct_black_alone_change": 0.539, "pct_native_alone_change": 0.23, "pct_asian_alone_change": 1.602, "pct_hispanic_or_latino_change": 1.935, "pct_native_hawaiian_pacific_islander_change": -0.055, "INTPTLAT": "+40.7580653", "INTPTLON": "-073.9712318" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.973982, 40.75718 ], [ -73.973524, 40.757808 ], [ -73.973068, 40.758432 ], [ -73.972613, 40.759059 ], [ -73.972155, 40.759681 ], [ -73.971696, 40.760312 ], [ -73.971243, 40.760937 ], [ -73.969625, 40.760251 ], [ -73.968024, 40.759578 ], [ -73.96848, 40.75895 ], [ -73.968936, 40.75833 ], [ -73.969394, 40.7577 ], [ -73.969848, 40.757076 ], [ -73.970313, 40.756453 ], [ -73.97076, 40.755825 ], [ -73.970965, 40.75554 ], [ -73.971217, 40.755193 ], [ -73.97282, 40.75587 ], [ -73.974439, 40.756556 ], [ -73.973982, 40.75718 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010100", "name": "Census Tract 101, New York County, New York", "total_population_17": 1225, "white_alone_17": 590.0, "black_alone_17": 82.0, "native_alone_17": 0.0, "asian_alone_17": 429.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 95.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.527, "pct_black_alone_change": -2.511, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 21.631, "pct_hispanic_or_latino_change": -3.124, "pct_native_hawaiian_pacific_islander_change": -0.837, "INTPTLAT": "+40.7497314", "INTPTLON": "-073.9915412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994844, 40.750293 ], [ -73.994329, 40.750999 ], [ -73.993948, 40.751522 ], [ -73.993464, 40.75219 ], [ -73.990623, 40.750992 ], [ -73.987937, 40.749855 ], [ -73.98778, 40.749772 ], [ -73.987973, 40.749491 ], [ -73.98827, 40.749148 ], [ -73.988714, 40.748513 ], [ -73.989166, 40.747895 ], [ -73.989617, 40.747277 ], [ -73.992463, 40.748469 ], [ -73.995299, 40.749671 ], [ -73.994844, 40.750293 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010200", "name": "Census Tract 102, New York County, New York", "total_population_17": 126, "white_alone_17": 81.0, "black_alone_17": 0.0, "native_alone_17": 22.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 11.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.305, "pct_black_alone_change": -0.372, "pct_native_alone_change": 17.46, "pct_asian_alone_change": 2.954, "pct_hispanic_or_latino_change": 1.295, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7594238", "INTPTLON": "-073.9744493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977201, 40.758538 ], [ -73.976744, 40.759165 ], [ -73.976289, 40.759787 ], [ -73.975831, 40.760418 ], [ -73.975373, 40.76104 ], [ -73.974915, 40.761667 ], [ -73.974457, 40.762293 ], [ -73.972852, 40.761614 ], [ -73.971243, 40.760937 ], [ -73.971696, 40.760312 ], [ -73.972155, 40.759681 ], [ -73.972613, 40.759059 ], [ -73.973068, 40.758432 ], [ -73.973524, 40.757808 ], [ -73.973982, 40.75718 ], [ -73.974439, 40.756556 ], [ -73.976045, 40.757232 ], [ -73.977655, 40.757912 ], [ -73.977201, 40.758538 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010300", "name": "Census Tract 103, New York County, New York", "total_population_17": 1674, "white_alone_17": 1013.0, "black_alone_17": 74.0, "native_alone_17": 4.0, "asian_alone_17": 324.0, "native_hawaiian_pacific_islander_17": 5.0, "hispanic_or_latino_17": 143.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.67, "pct_black_alone_change": -1.731, "pct_native_alone_change": -0.239, "pct_asian_alone_change": 2.404, "pct_hispanic_or_latino_change": -9.366, "pct_native_hawaiian_pacific_islander_change": 0.231, "INTPTLAT": "+40.7521351", "INTPTLON": "-073.9972172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.000861, 40.752214 ], [ -74.000527, 40.752688 ], [ -74.000016, 40.753391 ], [ -73.999633, 40.753918 ], [ -73.999143, 40.754585 ], [ -73.998288, 40.754223 ], [ -73.998255, 40.75421 ], [ -73.998225, 40.754197 ], [ -73.998195, 40.754184 ], [ -73.998168, 40.754173 ], [ -73.998154, 40.754167 ], [ -73.998127, 40.754155 ], [ -73.997602, 40.753929 ], [ -73.996304, 40.753389 ], [ -73.993464, 40.75219 ], [ -73.993948, 40.751522 ], [ -73.994329, 40.750999 ], [ -73.994844, 40.750293 ], [ -73.995299, 40.749671 ], [ -73.99812, 40.750903 ], [ -73.998757, 40.751157 ], [ -73.999305, 40.751376 ], [ -74.000975, 40.752055 ], [ -74.000861, 40.752214 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010400", "name": "Census Tract 104, New York County, New York", "total_population_17": 1008, "white_alone_17": 696.0, "black_alone_17": 25.0, "native_alone_17": 0.0, "asian_alone_17": 194.0, "native_hawaiian_pacific_islander_17": 11.0, "hispanic_or_latino_17": 82.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.814, "pct_black_alone_change": -0.164, "pct_native_alone_change": -0.182, "pct_asian_alone_change": 10.313, "pct_hispanic_or_latino_change": 3.486, "pct_native_hawaiian_pacific_islander_change": 1.091, "INTPTLAT": "+40.7607791", "INTPTLON": "-073.9776729" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.980426, 40.759899 ], [ -73.979972, 40.760525 ], [ -73.979513, 40.761148 ], [ -73.979057, 40.761771 ], [ -73.978601, 40.762396 ], [ -73.978139, 40.763024 ], [ -73.977686, 40.763645 ], [ -73.974457, 40.762293 ], [ -73.974915, 40.761667 ], [ -73.975373, 40.76104 ], [ -73.975831, 40.760418 ], [ -73.976289, 40.759787 ], [ -73.976744, 40.759165 ], [ -73.977201, 40.758538 ], [ -73.977655, 40.757912 ], [ -73.978466, 40.75825 ], [ -73.978911, 40.758436 ], [ -73.979038, 40.75849 ], [ -73.980886, 40.75927 ], [ -73.980426, 40.759899 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010601", "name": "Census Tract 106.01, New York County, New York", "total_population_17": 6742, "white_alone_17": 5922.0, "black_alone_17": 23.0, "native_alone_17": 21.0, "asian_alone_17": 469.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 227.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.692, "pct_black_alone_change": -0.299, "pct_native_alone_change": 0.298, "pct_asian_alone_change": 2.701, "pct_hispanic_or_latino_change": 0.217, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.7562006", "INTPTLON": "-073.9584989" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.964109, 40.756677 ], [ -73.963871, 40.757008 ], [ -73.963412, 40.757637 ], [ -73.962925, 40.758309 ], [ -73.962432, 40.758981 ], [ -73.961966, 40.759619 ], [ -73.959722, 40.758663 ], [ -73.959037, 40.758384 ], [ -73.958934, 40.758335 ], [ -73.958885, 40.758299 ], [ -73.958811, 40.758256 ], [ -73.958478, 40.75854 ], [ -73.955527, 40.757243 ], [ -73.958482, 40.753932 ], [ -73.958614, 40.753848 ], [ -73.961565, 40.755208 ], [ -73.961633, 40.755239 ], [ -73.961773, 40.755284 ], [ -73.9621, 40.755455 ], [ -73.962563, 40.755647 ], [ -73.963107, 40.755872 ], [ -73.963302, 40.755954 ], [ -73.96367, 40.756107 ], [ -73.964325, 40.756381 ], [ -73.964109, 40.756677 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010602", "name": "Census Tract 106.02, New York County, New York", "total_population_17": 4655, "white_alone_17": 3559.0, "black_alone_17": 220.0, "native_alone_17": 0.0, "asian_alone_17": 423.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 407.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.058, "pct_black_alone_change": 2.725, "pct_native_alone_change": -0.152, "pct_asian_alone_change": -5.322, "pct_hispanic_or_latino_change": 3.4, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7600894", "INTPTLON": "-073.9582412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961777, 40.75988 ], [ -73.961727, 40.75995 ], [ -73.961679, 40.760015 ], [ -73.961644, 40.76006 ], [ -73.96162, 40.760094 ], [ -73.961552, 40.76019 ], [ -73.961531, 40.760219 ], [ -73.961522, 40.760231 ], [ -73.961127, 40.760775 ], [ -73.961068, 40.760858 ], [ -73.960607, 40.761488 ], [ -73.96015, 40.762115 ], [ -73.959695, 40.76274 ], [ -73.959214, 40.762537 ], [ -73.957898, 40.761981 ], [ -73.957441, 40.761789 ], [ -73.957888, 40.761175 ], [ -73.95708, 40.760855 ], [ -73.956705, 40.760681 ], [ -73.956598, 40.760636 ], [ -73.956545, 40.760613 ], [ -73.956313, 40.760477 ], [ -73.953843, 40.759355 ], [ -73.955462, 40.757316 ], [ -73.955527, 40.757243 ], [ -73.958478, 40.75854 ], [ -73.958811, 40.758256 ], [ -73.958885, 40.758299 ], [ -73.958934, 40.758335 ], [ -73.959037, 40.758384 ], [ -73.959722, 40.758663 ], [ -73.961966, 40.759619 ], [ -73.961777, 40.75988 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010800", "name": "Census Tract 108, New York County, New York", "total_population_17": 9084, "white_alone_17": 7197.0, "black_alone_17": 71.0, "native_alone_17": 0.0, "asian_alone_17": 1261.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 452.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.845, "pct_black_alone_change": -0.419, "pct_native_alone_change": -0.099, "pct_asian_alone_change": 5.775, "pct_hispanic_or_latino_change": 0.211, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.7589684", "INTPTLON": "-073.9654530" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96848, 40.75895 ], [ -73.968024, 40.759578 ], [ -73.967533, 40.760255 ], [ -73.967041, 40.760927 ], [ -73.966583, 40.761552 ], [ -73.964314, 40.760599 ], [ -73.963556, 40.760281 ], [ -73.961966, 40.759619 ], [ -73.962432, 40.758981 ], [ -73.962925, 40.758309 ], [ -73.963412, 40.757637 ], [ -73.963871, 40.757008 ], [ -73.964109, 40.756677 ], [ -73.964325, 40.756381 ], [ -73.964739, 40.756555 ], [ -73.965922, 40.757052 ], [ -73.966702, 40.757381 ], [ -73.968936, 40.75833 ], [ -73.96848, 40.75895 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061010900", "name": "Census Tract 109, New York County, New York", "total_population_17": 179, "white_alone_17": 109.0, "black_alone_17": 13.0, "native_alone_17": 1.0, "asian_alone_17": 49.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.259, "pct_black_alone_change": 1.013, "pct_native_alone_change": 0.559, "pct_asian_alone_change": -7.722, "pct_hispanic_or_latino_change": -9.382, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7522505", "INTPTLON": "-073.9897028" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.992979, 40.752854 ], [ -73.992528, 40.753474 ], [ -73.992079, 40.754091 ], [ -73.991633, 40.754707 ], [ -73.988787, 40.753517 ], [ -73.98731, 40.752893 ], [ -73.985947, 40.752317 ], [ -73.986399, 40.7517 ], [ -73.98685, 40.751082 ], [ -73.987294, 40.750451 ], [ -73.98778, 40.749772 ], [ -73.987937, 40.749855 ], [ -73.990623, 40.750992 ], [ -73.993464, 40.75219 ], [ -73.992979, 40.752854 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011000", "name": "Census Tract 110, New York County, New York", "total_population_17": 7460, "white_alone_17": 5803.0, "black_alone_17": 250.0, "native_alone_17": 0.0, "asian_alone_17": 803.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 490.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.882, "pct_black_alone_change": 1.984, "pct_native_alone_change": -0.074, "pct_asian_alone_change": 3.263, "pct_hispanic_or_latino_change": 1.042, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7621475", "INTPTLON": "-073.9631393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.966128, 40.76218 ], [ -73.965862, 40.762541 ], [ -73.96567, 40.762805 ], [ -73.965214, 40.763432 ], [ -73.964755, 40.764058 ], [ -73.964299, 40.764683 ], [ -73.962064, 40.763735 ], [ -73.961275, 40.763404 ], [ -73.959695, 40.76274 ], [ -73.96015, 40.762115 ], [ -73.960607, 40.761488 ], [ -73.961068, 40.760858 ], [ -73.961127, 40.760775 ], [ -73.961522, 40.760231 ], [ -73.961531, 40.760219 ], [ -73.961552, 40.76019 ], [ -73.96162, 40.760094 ], [ -73.961644, 40.76006 ], [ -73.961679, 40.760015 ], [ -73.961727, 40.75995 ], [ -73.961777, 40.75988 ], [ -73.961966, 40.759619 ], [ -73.963556, 40.760281 ], [ -73.964314, 40.760599 ], [ -73.966583, 40.761552 ], [ -73.966128, 40.76218 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011100", "name": "Census Tract 111, New York County, New York", "total_population_17": 5012, "white_alone_17": 2393.0, "black_alone_17": 367.0, "native_alone_17": 0.0, "asian_alone_17": 1241.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 925.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.157, "pct_black_alone_change": -1.471, "pct_native_alone_change": -0.525, "pct_asian_alone_change": 6.126, "pct_hispanic_or_latino_change": -5.921, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+40.7546475", "INTPTLON": "-073.9953878" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.998661, 40.755252 ], [ -73.998432, 40.755563 ], [ -73.998208, 40.755869 ], [ -73.997758, 40.756487 ], [ -73.997306, 40.75711 ], [ -73.995775, 40.756455 ], [ -73.99562, 40.75639 ], [ -73.995172, 40.756201 ], [ -73.995113, 40.756176 ], [ -73.995006, 40.756137 ], [ -73.994468, 40.755909 ], [ -73.991633, 40.754707 ], [ -73.992079, 40.754091 ], [ -73.992528, 40.753474 ], [ -73.992979, 40.752854 ], [ -73.993464, 40.75219 ], [ -73.996304, 40.753389 ], [ -73.997602, 40.753929 ], [ -73.998127, 40.754155 ], [ -73.998154, 40.754167 ], [ -73.998168, 40.754173 ], [ -73.998195, 40.754184 ], [ -73.998225, 40.754197 ], [ -73.998255, 40.75421 ], [ -73.998288, 40.754223 ], [ -73.999143, 40.754585 ], [ -73.998661, 40.755252 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011201", "name": "Census Tract 112.01, New York County, New York", "total_population_17": 804, "white_alone_17": 658.0, "black_alone_17": 7.0, "native_alone_17": 6.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 51.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.58, "pct_black_alone_change": -3.164, "pct_native_alone_change": 0.554, "pct_asian_alone_change": 1.384, "pct_hispanic_or_latino_change": 1.732, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7639781", "INTPTLON": "-073.9753455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977196, 40.764324 ], [ -73.976703, 40.764996 ], [ -73.976234, 40.765675 ], [ -73.973636, 40.76457 ], [ -73.973015, 40.764279 ], [ -73.973465, 40.763659 ], [ -73.973968, 40.762967 ], [ -73.974457, 40.762293 ], [ -73.977686, 40.763645 ], [ -73.977196, 40.764324 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011202", "name": "Census Tract 112.02, New York County, New York", "total_population_17": 266, "white_alone_17": 198.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 43.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 25.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.722, "pct_black_alone_change": -0.789, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 10.902, "pct_hispanic_or_latino_change": -1.128, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7626040", "INTPTLON": "-073.9721311" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.973968, 40.762967 ], [ -73.973465, 40.763659 ], [ -73.973015, 40.764279 ], [ -73.971411, 40.763588 ], [ -73.969801, 40.762914 ], [ -73.970258, 40.762288 ], [ -73.97075, 40.761609 ], [ -73.971243, 40.760937 ], [ -73.972852, 40.761614 ], [ -73.974457, 40.762293 ], [ -73.973968, 40.762967 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011203", "name": "Census Tract 112.03, New York County, New York", "total_population_17": 1228, "white_alone_17": 878.0, "black_alone_17": 42.0, "native_alone_17": 0.0, "asian_alone_17": 238.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 52.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.725, "pct_black_alone_change": 2.145, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 12.13, "pct_hispanic_or_latino_change": -2.379, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7612444", "INTPTLON": "-073.9689142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.97075, 40.761609 ], [ -73.970258, 40.762288 ], [ -73.969801, 40.762914 ], [ -73.968187, 40.762227 ], [ -73.966583, 40.761552 ], [ -73.967041, 40.760927 ], [ -73.967533, 40.760255 ], [ -73.968024, 40.759578 ], [ -73.969625, 40.760251 ], [ -73.971243, 40.760937 ], [ -73.97075, 40.761609 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011300", "name": "Census Tract 113, New York County, New York", "total_population_17": 115, "white_alone_17": 21.0, "black_alone_17": 26.0, "native_alone_17": 0.0, "asian_alone_17": 65.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -37.329, "pct_black_alone_change": 12.05, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 38.199, "pct_hispanic_or_latino_change": -15.528, "pct_native_hawaiian_pacific_islander_change": -0.311, "INTPTLAT": "+40.7547752", "INTPTLON": "-073.9878702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.991177, 40.75533 ], [ -73.990726, 40.755951 ], [ -73.990276, 40.756567 ], [ -73.989791, 40.757234 ], [ -73.986949, 40.756036 ], [ -73.986398, 40.755804 ], [ -73.984118, 40.754842 ], [ -73.984596, 40.754177 ], [ -73.985043, 40.753554 ], [ -73.985488, 40.752935 ], [ -73.985947, 40.752317 ], [ -73.98731, 40.752893 ], [ -73.988787, 40.753517 ], [ -73.991633, 40.754707 ], [ -73.991177, 40.75533 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011401", "name": "Census Tract 114.01, New York County, New York", "total_population_17": 1224, "white_alone_17": 1058.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 92.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 54.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.319, "pct_black_alone_change": 0.033, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 4.281, "pct_hispanic_or_latino_change": -1.383, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7648402", "INTPTLON": "-073.9704939" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.972553, 40.764898 ], [ -73.972099, 40.765518 ], [ -73.971648, 40.766143 ], [ -73.971189, 40.766767 ], [ -73.969585, 40.766091 ], [ -73.967974, 40.765413 ], [ -73.968431, 40.764788 ], [ -73.968889, 40.764161 ], [ -73.969337, 40.763547 ], [ -73.969801, 40.762914 ], [ -73.971411, 40.763588 ], [ -73.973015, 40.764279 ], [ -73.972553, 40.764898 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011402", "name": "Census Tract 114.02, New York County, New York", "total_population_17": 1910, "white_alone_17": 1679.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 105.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 78.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.439, "pct_black_alone_change": -0.845, "pct_native_alone_change": -0.084, "pct_asian_alone_change": -1.981, "pct_hispanic_or_latino_change": -1.366, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+40.7634831", "INTPTLON": "-073.9672789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.969337, 40.763547 ], [ -73.968889, 40.764161 ], [ -73.968431, 40.764788 ], [ -73.967974, 40.765413 ], [ -73.966359, 40.764732 ], [ -73.964755, 40.764058 ], [ -73.965214, 40.763432 ], [ -73.96567, 40.762805 ], [ -73.965862, 40.762541 ], [ -73.966128, 40.76218 ], [ -73.966583, 40.761552 ], [ -73.968187, 40.762227 ], [ -73.969801, 40.762914 ], [ -73.969337, 40.763547 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011500", "name": "Census Tract 115, New York County, New York", "total_population_17": 3569, "white_alone_17": 1381.0, "black_alone_17": 318.0, "native_alone_17": 15.0, "asian_alone_17": 1029.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 748.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.839, "pct_black_alone_change": -14.948, "pct_native_alone_change": -0.602, "pct_asian_alone_change": 16.63, "pct_hispanic_or_latino_change": -5.422, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7571679", "INTPTLON": "-073.9935486" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.997233, 40.757209 ], [ -73.997028, 40.757491 ], [ -73.996956, 40.757591 ], [ -73.996922, 40.757638 ], [ -73.996852, 40.757733 ], [ -73.996801, 40.757789 ], [ -73.996636, 40.758013 ], [ -73.996409, 40.758339 ], [ -73.995943, 40.758981 ], [ -73.995474, 40.759627 ], [ -73.994878, 40.759376 ], [ -73.993936, 40.758979 ], [ -73.992633, 40.75843 ], [ -73.990646, 40.757594 ], [ -73.989791, 40.757234 ], [ -73.990276, 40.756567 ], [ -73.990726, 40.755951 ], [ -73.991177, 40.75533 ], [ -73.991633, 40.754707 ], [ -73.994468, 40.755909 ], [ -73.995006, 40.756137 ], [ -73.995113, 40.756176 ], [ -73.995172, 40.756201 ], [ -73.99562, 40.75639 ], [ -73.995775, 40.756455 ], [ -73.997306, 40.75711 ], [ -73.997233, 40.757209 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011600", "name": "Census Tract 116, New York County, New York", "total_population_17": 3490, "white_alone_17": 2478.0, "black_alone_17": 166.0, "native_alone_17": 27.0, "asian_alone_17": 554.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 160.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.215, "pct_black_alone_change": 1.466, "pct_native_alone_change": 0.696, "pct_asian_alone_change": 0.149, "pct_hispanic_or_latino_change": -3.576, "pct_native_hawaiian_pacific_islander_change": -0.052, "INTPTLAT": "+40.7625331", "INTPTLON": "-073.9557917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95924, 40.763366 ], [ -73.958781, 40.76399 ], [ -73.958321, 40.764617 ], [ -73.957869, 40.765242 ], [ -73.957464, 40.765795 ], [ -73.957412, 40.765868 ], [ -73.95516, 40.764918 ], [ -73.954701, 40.765545 ], [ -73.952639, 40.764673 ], [ -73.952573, 40.764645 ], [ -73.95244, 40.764585 ], [ -73.952308, 40.764555 ], [ -73.949972, 40.763646 ], [ -73.951517, 40.761974 ], [ -73.951776, 40.761578 ], [ -73.952109, 40.761 ], [ -73.952403, 40.760628 ], [ -73.953167, 40.759873 ], [ -73.953843, 40.759355 ], [ -73.956313, 40.760477 ], [ -73.956545, 40.760613 ], [ -73.956598, 40.760636 ], [ -73.956705, 40.760681 ], [ -73.95708, 40.760855 ], [ -73.957888, 40.761175 ], [ -73.957441, 40.761789 ], [ -73.957898, 40.761981 ], [ -73.959214, 40.762537 ], [ -73.959695, 40.76274 ], [ -73.95924, 40.763366 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011700", "name": "Census Tract 117, New York County, New York", "total_population_17": 3942, "white_alone_17": 1922.0, "black_alone_17": 204.0, "native_alone_17": 0.0, "asian_alone_17": 884.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 893.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 42.286, "pct_black_alone_change": -47.178, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 21.837, "pct_hispanic_or_latino_change": -17.935, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7612977", "INTPTLON": "-074.0022072" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.009799, 40.762666 ], [ -74.009672, 40.762859 ], [ -74.00952, 40.76309 ], [ -74.009184, 40.763601 ], [ -74.00827, 40.764847 ], [ -74.008212, 40.764823 ], [ -74.004683, 40.763432 ], [ -74.001716, 40.762208 ], [ -74.001278, 40.762076 ], [ -74.001151, 40.762026 ], [ -74.001036, 40.761968 ], [ -73.999348, 40.761257 ], [ -73.999235, 40.761209 ], [ -73.998315, 40.760823 ], [ -73.996232, 40.759946 ], [ -73.995474, 40.759627 ], [ -73.995943, 40.758981 ], [ -73.996409, 40.758339 ], [ -73.996636, 40.758013 ], [ -73.996801, 40.757789 ], [ -73.996852, 40.757733 ], [ -73.996922, 40.757638 ], [ -73.996956, 40.757591 ], [ -73.997028, 40.757491 ], [ -73.997233, 40.757209 ], [ -73.997306, 40.75711 ], [ -73.998669, 40.757706 ], [ -74.000138, 40.758307 ], [ -74.000067, 40.758403 ], [ -74.002843, 40.759686 ], [ -74.003052, 40.759782 ], [ -74.003473, 40.759973 ], [ -74.003826, 40.760133 ], [ -74.005901, 40.760997 ], [ -74.009852, 40.762585 ], [ -74.009799, 40.762666 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011800", "name": "Census Tract 118, New York County, New York", "total_population_17": 8604, "white_alone_17": 7284.0, "black_alone_17": 1.0, "native_alone_17": 0.0, "asian_alone_17": 705.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 541.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.675, "pct_black_alone_change": -1.301, "pct_native_alone_change": -0.093, "pct_asian_alone_change": 1.733, "pct_hispanic_or_latino_change": 1.849, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7652748", "INTPTLON": "-073.9608554" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963843, 40.765309 ], [ -73.963401, 40.765911 ], [ -73.962929, 40.766559 ], [ -73.96247, 40.767185 ], [ -73.962145, 40.767631 ], [ -73.962014, 40.767812 ], [ -73.961544, 40.767613 ], [ -73.961403, 40.767554 ], [ -73.960497, 40.767172 ], [ -73.959777, 40.766868 ], [ -73.959353, 40.766688 ], [ -73.959182, 40.766616 ], [ -73.957868, 40.76606 ], [ -73.957412, 40.765868 ], [ -73.957464, 40.765795 ], [ -73.957869, 40.765242 ], [ -73.958321, 40.764617 ], [ -73.958781, 40.76399 ], [ -73.95924, 40.763366 ], [ -73.959695, 40.76274 ], [ -73.961275, 40.763404 ], [ -73.962064, 40.763735 ], [ -73.964299, 40.764683 ], [ -73.963843, 40.765309 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061011900", "name": "Census Tract 119, New York County, New York", "total_population_17": 1027, "white_alone_17": 258.0, "black_alone_17": 417.0, "native_alone_17": 0.0, "asian_alone_17": 19.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 291.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.042, "pct_black_alone_change": 18.967, "pct_native_alone_change": -1.139, "pct_asian_alone_change": -6.762, "pct_hispanic_or_latino_change": 15.097, "pct_native_hawaiian_pacific_islander_change": -0.071, "INTPTLAT": "+40.7573151", "INTPTLON": "-073.9860247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989297, 40.757907 ], [ -73.988842, 40.758533 ], [ -73.988391, 40.759164 ], [ -73.987927, 40.759791 ], [ -73.985322, 40.758687 ], [ -73.985085, 40.758589 ], [ -73.982256, 40.757387 ], [ -73.982712, 40.756771 ], [ -73.983168, 40.75614 ], [ -73.983624, 40.755516 ], [ -73.984118, 40.754842 ], [ -73.986398, 40.755804 ], [ -73.986949, 40.756036 ], [ -73.989791, 40.757234 ], [ -73.989297, 40.757907 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012000", "name": "Census Tract 120, New York County, New York", "total_population_17": 3335, "white_alone_17": 3038.0, "black_alone_17": 86.0, "native_alone_17": 0.0, "asian_alone_17": 31.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 180.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.804, "pct_black_alone_change": 0.687, "pct_native_alone_change": -0.05, "pct_asian_alone_change": -2.677, "pct_hispanic_or_latino_change": 1.917, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7669264", "INTPTLON": "-073.9647673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96752, 40.766039 ], [ -73.967064, 40.766667 ], [ -73.966607, 40.767291 ], [ -73.96615, 40.767917 ], [ -73.965693, 40.768544 ], [ -73.965238, 40.769169 ], [ -73.964782, 40.769796 ], [ -73.963161, 40.769113 ], [ -73.961559, 40.768437 ], [ -73.962014, 40.767812 ], [ -73.962145, 40.767631 ], [ -73.96247, 40.767185 ], [ -73.962929, 40.766559 ], [ -73.963401, 40.765911 ], [ -73.963843, 40.765309 ], [ -73.964299, 40.764683 ], [ -73.964755, 40.764058 ], [ -73.966359, 40.764732 ], [ -73.967974, 40.765413 ], [ -73.96752, 40.766039 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012100", "name": "Census Tract 121, New York County, New York", "total_population_17": 8505, "white_alone_17": 5484.0, "black_alone_17": 490.0, "native_alone_17": 0.0, "asian_alone_17": 860.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1606.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.763, "pct_black_alone_change": -4.64, "pct_native_alone_change": -0.579, "pct_asian_alone_change": 2.547, "pct_hispanic_or_latino_change": 1.919, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.7597092", "INTPTLON": "-073.9917004" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.994983, 40.7603 ], [ -73.994526, 40.760927 ], [ -73.99407, 40.761552 ], [ -73.993609, 40.762184 ], [ -73.992656, 40.761784 ], [ -73.992363, 40.76166 ], [ -73.990764, 40.760988 ], [ -73.988718, 40.760125 ], [ -73.987927, 40.759791 ], [ -73.988391, 40.759164 ], [ -73.988842, 40.758533 ], [ -73.989297, 40.757907 ], [ -73.989791, 40.757234 ], [ -73.990646, 40.757594 ], [ -73.992633, 40.75843 ], [ -73.993936, 40.758979 ], [ -73.994878, 40.759376 ], [ -73.995474, 40.759627 ], [ -73.994983, 40.7603 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012200", "name": "Census Tract 122, New York County, New York", "total_population_17": 2963, "white_alone_17": 2723.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 12.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 228.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.74, "pct_black_alone_change": -1.073, "pct_native_alone_change": -0.077, "pct_asian_alone_change": -2.916, "pct_hispanic_or_latino_change": 3.607, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7682812", "INTPTLON": "-073.9679849" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970728, 40.767394 ], [ -73.970281, 40.768025 ], [ -73.969825, 40.768646 ], [ -73.969365, 40.769271 ], [ -73.968904, 40.769901 ], [ -73.968441, 40.770517 ], [ -73.967994, 40.771147 ], [ -73.966387, 40.770478 ], [ -73.964782, 40.769796 ], [ -73.965238, 40.769169 ], [ -73.965693, 40.768544 ], [ -73.96615, 40.767917 ], [ -73.966607, 40.767291 ], [ -73.967064, 40.766667 ], [ -73.96752, 40.766039 ], [ -73.967974, 40.765413 ], [ -73.969585, 40.766091 ], [ -73.971189, 40.766767 ], [ -73.970728, 40.767394 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012400", "name": "Census Tract 124, New York County, New York", "total_population_17": 10194, "white_alone_17": 7406.0, "black_alone_17": 229.0, "native_alone_17": 3.0, "asian_alone_17": 1022.0, "native_hawaiian_pacific_islander_17": 16.0, "hispanic_or_latino_17": 1274.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.527, "pct_black_alone_change": -0.321, "pct_native_alone_change": -0.111, "pct_asian_alone_change": -2.238, "pct_hispanic_or_latino_change": 6.553, "pct_native_hawaiian_pacific_islander_change": 0.157, "INTPTLAT": "+40.7660559", "INTPTLON": "-073.9529175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956956, 40.766493 ], [ -73.956728, 40.766801 ], [ -73.956496, 40.767119 ], [ -73.955999, 40.767804 ], [ -73.955746, 40.768149 ], [ -73.955502, 40.768485 ], [ -73.955264, 40.768809 ], [ -73.955037, 40.76912 ], [ -73.954299, 40.768808 ], [ -73.953493, 40.768467 ], [ -73.952788, 40.76817 ], [ -73.950496, 40.767205 ], [ -73.950399, 40.767162 ], [ -73.950281, 40.767122 ], [ -73.950093, 40.767036 ], [ -73.94773, 40.766084 ], [ -73.949102, 40.76438 ], [ -73.949337, 40.764337 ], [ -73.949972, 40.763646 ], [ -73.952308, 40.764555 ], [ -73.95244, 40.764585 ], [ -73.952573, 40.764645 ], [ -73.952639, 40.764673 ], [ -73.954701, 40.765545 ], [ -73.95516, 40.764918 ], [ -73.957412, 40.765868 ], [ -73.956956, 40.766493 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012500", "name": "Census Tract 125, New York County, New York", "total_population_17": 2489, "white_alone_17": 1360.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 885.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.419, "pct_black_alone_change": -6.149, "pct_native_alone_change": -0.341, "pct_asian_alone_change": 14.898, "pct_hispanic_or_latino_change": -4.311, "pct_native_hawaiian_pacific_islander_change": -0.057, "INTPTLAT": "+40.7598407", "INTPTLON": "-073.9841752" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987475, 40.760405 ], [ -73.987015, 40.761038 ], [ -73.986855, 40.761256 ], [ -73.986561, 40.76166 ], [ -73.986104, 40.76229 ], [ -73.98405, 40.761424 ], [ -73.983263, 40.761094 ], [ -73.980426, 40.759899 ], [ -73.980886, 40.75927 ], [ -73.981341, 40.758645 ], [ -73.981794, 40.758021 ], [ -73.982256, 40.757387 ], [ -73.985085, 40.758589 ], [ -73.985322, 40.758687 ], [ -73.987927, 40.759791 ], [ -73.987475, 40.760405 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012600", "name": "Census Tract 126, New York County, New York", "total_population_17": 12920, "white_alone_17": 9571.0, "black_alone_17": 123.0, "native_alone_17": 216.0, "asian_alone_17": 1973.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 737.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.358, "pct_black_alone_change": -0.436, "pct_native_alone_change": 1.517, "pct_asian_alone_change": 10.044, "pct_hispanic_or_latino_change": 1.431, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7684665", "INTPTLON": "-073.9585261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961559, 40.768437 ], [ -73.961102, 40.769059 ], [ -73.960602, 40.769749 ], [ -73.960109, 40.770432 ], [ -73.959645, 40.771064 ], [ -73.95907, 40.770822 ], [ -73.958994, 40.77079 ], [ -73.957404, 40.77012 ], [ -73.956672, 40.76981 ], [ -73.955037, 40.76912 ], [ -73.955264, 40.768809 ], [ -73.955502, 40.768485 ], [ -73.955746, 40.768149 ], [ -73.955999, 40.767804 ], [ -73.956496, 40.767119 ], [ -73.956728, 40.766801 ], [ -73.956956, 40.766493 ], [ -73.957412, 40.765868 ], [ -73.957868, 40.76606 ], [ -73.959182, 40.766616 ], [ -73.959353, 40.766688 ], [ -73.959777, 40.766868 ], [ -73.960497, 40.767172 ], [ -73.961403, 40.767554 ], [ -73.961544, 40.767613 ], [ -73.962014, 40.767812 ], [ -73.961559, 40.768437 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012700", "name": "Census Tract 127, New York County, New York", "total_population_17": 6403, "white_alone_17": 3595.0, "black_alone_17": 384.0, "native_alone_17": 140.0, "asian_alone_17": 775.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1550.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.775, "pct_black_alone_change": -0.159, "pct_native_alone_change": 1.691, "pct_asian_alone_change": 1.263, "pct_hispanic_or_latino_change": -4.812, "pct_native_hawaiian_pacific_islander_change": -0.069, "INTPTLAT": "+40.7622370", "INTPTLON": "-073.9898561" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993156, 40.762806 ], [ -73.992701, 40.763431 ], [ -73.992244, 40.764057 ], [ -73.991788, 40.764684 ], [ -73.988947, 40.763486 ], [ -73.987594, 40.762916 ], [ -73.986104, 40.76229 ], [ -73.986561, 40.76166 ], [ -73.986855, 40.761256 ], [ -73.987015, 40.761038 ], [ -73.987475, 40.760405 ], [ -73.987927, 40.759791 ], [ -73.988718, 40.760125 ], [ -73.990764, 40.760988 ], [ -73.992363, 40.76166 ], [ -73.992656, 40.761784 ], [ -73.993609, 40.762184 ], [ -73.993156, 40.762806 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012800", "name": "Census Tract 128, New York County, New York", "total_population_17": 5950, "white_alone_17": 4933.0, "black_alone_17": 10.0, "native_alone_17": 0.0, "asian_alone_17": 130.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 681.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.094, "pct_black_alone_change": -0.645, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.535, "pct_hispanic_or_latino_change": 8.387, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7713809", "INTPTLON": "-073.9615172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.964319, 40.770423 ], [ -73.963824, 40.771104 ], [ -73.963326, 40.771786 ], [ -73.962865, 40.77242 ], [ -73.962402, 40.773054 ], [ -73.961939, 40.77369 ], [ -73.961475, 40.774324 ], [ -73.959857, 40.773643 ], [ -73.958255, 40.772965 ], [ -73.958483, 40.772649 ], [ -73.958619, 40.772464 ], [ -73.958717, 40.772331 ], [ -73.959182, 40.771697 ], [ -73.959645, 40.771064 ], [ -73.960109, 40.770432 ], [ -73.960602, 40.769749 ], [ -73.961102, 40.769059 ], [ -73.961559, 40.768437 ], [ -73.963161, 40.769113 ], [ -73.964782, 40.769796 ], [ -73.964319, 40.770423 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061012900", "name": "Census Tract 129, New York County, New York", "total_population_17": 6294, "white_alone_17": 3753.0, "black_alone_17": 297.0, "native_alone_17": 11.0, "asian_alone_17": 1217.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 906.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.104, "pct_black_alone_change": -5.333, "pct_native_alone_change": -0.341, "pct_asian_alone_change": 10.877, "pct_hispanic_or_latino_change": -11.99, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7660980", "INTPTLON": "-073.9994613" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.00827, 40.764847 ], [ -74.005854, 40.768148 ], [ -74.005083, 40.769201 ], [ -74.004328, 40.77024 ], [ -74.004235, 40.770197 ], [ -74.000801, 40.768738 ], [ -74.000268, 40.768511 ], [ -73.996933, 40.767139 ], [ -73.996878, 40.766831 ], [ -73.996667, 40.76674 ], [ -73.994631, 40.765881 ], [ -73.992345, 40.764919 ], [ -73.991788, 40.764684 ], [ -73.992244, 40.764057 ], [ -73.992701, 40.763431 ], [ -73.993156, 40.762806 ], [ -73.993609, 40.762184 ], [ -73.99407, 40.761552 ], [ -73.994526, 40.760927 ], [ -73.994983, 40.7603 ], [ -73.995474, 40.759627 ], [ -73.996232, 40.759946 ], [ -73.998315, 40.760823 ], [ -73.999235, 40.761209 ], [ -73.999348, 40.761257 ], [ -74.001036, 40.761968 ], [ -74.001151, 40.762026 ], [ -74.001278, 40.762076 ], [ -74.001716, 40.762208 ], [ -74.004683, 40.763432 ], [ -74.008212, 40.764823 ], [ -74.00827, 40.764847 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013000", "name": "Census Tract 130, New York County, New York", "total_population_17": 3399, "white_alone_17": 2972.0, "black_alone_17": 9.0, "native_alone_17": 0.0, "asian_alone_17": 185.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 139.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.0, "pct_black_alone_change": -1.228, "pct_native_alone_change": -0.087, "pct_asian_alone_change": 1.808, "pct_hispanic_or_latino_change": 0.173, "pct_native_hawaiian_pacific_islander_change": -0.043, "INTPTLAT": "+40.7727364", "INTPTLON": "-073.9647332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.967534, 40.771776 ], [ -73.967039, 40.772461 ], [ -73.966537, 40.77314 ], [ -73.966074, 40.773773 ], [ -73.96561, 40.774407 ], [ -73.965148, 40.775045 ], [ -73.964687, 40.775677 ], [ -73.963087, 40.775003 ], [ -73.961736, 40.774434 ], [ -73.961475, 40.774324 ], [ -73.961939, 40.77369 ], [ -73.962402, 40.773054 ], [ -73.962865, 40.77242 ], [ -73.963326, 40.771786 ], [ -73.963824, 40.771104 ], [ -73.964319, 40.770423 ], [ -73.964782, 40.769796 ], [ -73.966387, 40.770478 ], [ -73.967994, 40.771147 ], [ -73.967534, 40.771776 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013100", "name": "Census Tract 131, New York County, New York", "total_population_17": 2749, "white_alone_17": 1736.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 598.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 372.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.629, "pct_black_alone_change": -3.038, "pct_native_alone_change": -0.336, "pct_asian_alone_change": 9.625, "pct_hispanic_or_latino_change": -1.137, "pct_native_hawaiian_pacific_islander_change": -0.144, "INTPTLAT": "+40.7623458", "INTPTLON": "-073.9823535" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985647, 40.762915 ], [ -73.985192, 40.763543 ], [ -73.984734, 40.76417 ], [ -73.984283, 40.764792 ], [ -73.98247, 40.764033 ], [ -73.981434, 40.763594 ], [ -73.980295, 40.763112 ], [ -73.978601, 40.762396 ], [ -73.979057, 40.761771 ], [ -73.979513, 40.761148 ], [ -73.979972, 40.760525 ], [ -73.980426, 40.759899 ], [ -73.983263, 40.761094 ], [ -73.98405, 40.761424 ], [ -73.986104, 40.76229 ], [ -73.985647, 40.762915 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013200", "name": "Census Tract 132, New York County, New York", "total_population_17": 10818, "white_alone_17": 6938.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 614.0, "native_hawaiian_pacific_islander_17": 96.0, "hispanic_or_latino_17": 2876.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.458, "pct_black_alone_change": -1.847, "pct_native_alone_change": -0.175, "pct_asian_alone_change": -1.507, "pct_hispanic_or_latino_change": 21.25, "pct_native_hawaiian_pacific_islander_change": 0.887, "INTPTLAT": "+40.7693334", "INTPTLON": "-073.9500351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954756, 40.769506 ], [ -73.954575, 40.769755 ], [ -73.954112, 40.770389 ], [ -73.953966, 40.770588 ], [ -73.953649, 40.771024 ], [ -73.953188, 40.771657 ], [ -73.952686, 40.77234 ], [ -73.951801, 40.771966 ], [ -73.950435, 40.771391 ], [ -73.950122, 40.771259 ], [ -73.949984, 40.7712 ], [ -73.948715, 40.770664 ], [ -73.948644, 40.770635 ], [ -73.948231, 40.77046 ], [ -73.948073, 40.770394 ], [ -73.947794, 40.770249 ], [ -73.947716, 40.770216 ], [ -73.947615, 40.77017 ], [ -73.947502, 40.770121 ], [ -73.945138, 40.769107 ], [ -73.945213, 40.768927 ], [ -73.945398, 40.768647 ], [ -73.94773, 40.766084 ], [ -73.950093, 40.767036 ], [ -73.950281, 40.767122 ], [ -73.950399, 40.767162 ], [ -73.950496, 40.767205 ], [ -73.952788, 40.76817 ], [ -73.953493, 40.768467 ], [ -73.954299, 40.768808 ], [ -73.955037, 40.76912 ], [ -73.954756, 40.769506 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013300", "name": "Census Tract 133, New York County, New York", "total_population_17": 5038, "white_alone_17": 2526.0, "black_alone_17": 162.0, "native_alone_17": 15.0, "asian_alone_17": 839.0, "native_hawaiian_pacific_islander_17": 6.0, "hispanic_or_latino_17": 1324.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.673, "pct_black_alone_change": -3.158, "pct_native_alone_change": -0.081, "pct_asian_alone_change": 5.628, "pct_hispanic_or_latino_change": 3.524, "pct_native_hawaiian_pacific_islander_change": 0.119, "INTPTLAT": "+40.7647381", "INTPTLON": "-073.9880352" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.991333, 40.76531 ], [ -73.990876, 40.765934 ], [ -73.990729, 40.766137 ], [ -73.990422, 40.766561 ], [ -73.989964, 40.767188 ], [ -73.987122, 40.765989 ], [ -73.984283, 40.764792 ], [ -73.984734, 40.76417 ], [ -73.985192, 40.763543 ], [ -73.985647, 40.762915 ], [ -73.986104, 40.76229 ], [ -73.987594, 40.762916 ], [ -73.988947, 40.763486 ], [ -73.991788, 40.764684 ], [ -73.991333, 40.76531 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013400", "name": "Census Tract 134, New York County, New York", "total_population_17": 11698, "white_alone_17": 9717.0, "black_alone_17": 229.0, "native_alone_17": 0.0, "asian_alone_17": 1101.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 297.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.744, "pct_black_alone_change": 0.552, "pct_native_alone_change": -0.15, "pct_asian_alone_change": 2.783, "pct_hispanic_or_latino_change": -1.643, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.7717015", "INTPTLON": "-073.9561658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959182, 40.771697 ], [ -73.958717, 40.772331 ], [ -73.958619, 40.772464 ], [ -73.958483, 40.772649 ], [ -73.958255, 40.772965 ], [ -73.957794, 40.7736 ], [ -73.957294, 40.774283 ], [ -73.956716, 40.774038 ], [ -73.955055, 40.773337 ], [ -73.954656, 40.773169 ], [ -73.954087, 40.772929 ], [ -73.953473, 40.772671 ], [ -73.952686, 40.77234 ], [ -73.953188, 40.771657 ], [ -73.953649, 40.771024 ], [ -73.953966, 40.770588 ], [ -73.954112, 40.770389 ], [ -73.954575, 40.769755 ], [ -73.954756, 40.769506 ], [ -73.955037, 40.76912 ], [ -73.956672, 40.76981 ], [ -73.957404, 40.77012 ], [ -73.958994, 40.77079 ], [ -73.95907, 40.770822 ], [ -73.959645, 40.771064 ], [ -73.959182, 40.771697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013500", "name": "Census Tract 135, New York County, New York", "total_population_17": 7924, "white_alone_17": 3329.0, "black_alone_17": 809.0, "native_alone_17": 15.0, "asian_alone_17": 973.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2702.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.082, "pct_black_alone_change": -2.63, "pct_native_alone_change": -0.068, "pct_asian_alone_change": 5.289, "pct_hispanic_or_latino_change": -15.658, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.7717053", "INTPTLON": "-073.9993716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.004328, 40.77024 ], [ -74.001383, 40.774301 ], [ -74.001327, 40.774384 ], [ -74.000219, 40.776047 ], [ -73.996783, 40.774416 ], [ -73.995969, 40.774012 ], [ -73.996142, 40.773831 ], [ -73.993952, 40.772876 ], [ -73.993728, 40.77286 ], [ -73.993625, 40.772852 ], [ -73.99355, 40.772847 ], [ -73.993325, 40.772831 ], [ -73.993782, 40.772199 ], [ -73.993656, 40.772146 ], [ -73.991947, 40.771424 ], [ -73.990913, 40.770988 ], [ -73.990596, 40.770855 ], [ -73.988063, 40.769791 ], [ -73.988559, 40.769115 ], [ -73.989051, 40.76844 ], [ -73.989505, 40.767816 ], [ -73.989964, 40.767188 ], [ -73.990422, 40.766561 ], [ -73.990729, 40.766137 ], [ -73.990876, 40.765934 ], [ -73.991333, 40.76531 ], [ -73.991788, 40.764684 ], [ -73.992345, 40.764919 ], [ -73.994631, 40.765881 ], [ -73.996667, 40.76674 ], [ -73.996878, 40.766831 ], [ -73.996933, 40.767139 ], [ -74.000268, 40.768511 ], [ -74.000801, 40.768738 ], [ -74.004235, 40.770197 ], [ -74.004328, 40.77024 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013600", "name": "Census Tract 136, New York County, New York", "total_population_17": 16147, "white_alone_17": 13699.0, "black_alone_17": 247.0, "native_alone_17": 0.0, "asian_alone_17": 626.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1324.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.76, "pct_black_alone_change": -0.118, "pct_native_alone_change": -0.137, "pct_asian_alone_change": -2.102, "pct_hispanic_or_latino_change": 4.09, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7724134", "INTPTLON": "-073.9477944" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952186, 40.77302 ], [ -73.951863, 40.773464 ], [ -73.951723, 40.773657 ], [ -73.951261, 40.774292 ], [ -73.950798, 40.774927 ], [ -73.950339, 40.775564 ], [ -73.949823, 40.775345 ], [ -73.948084, 40.774611 ], [ -73.945728, 40.773622 ], [ -73.944751, 40.773191 ], [ -73.944531, 40.773093 ], [ -73.944466, 40.773065 ], [ -73.944337, 40.773108 ], [ -73.94019, 40.772955 ], [ -73.940243, 40.772943 ], [ -73.94029, 40.772929 ], [ -73.940725, 40.772461 ], [ -73.941417, 40.772313 ], [ -73.942146, 40.772037 ], [ -73.944658, 40.769846 ], [ -73.94484, 40.769597 ], [ -73.94507, 40.769272 ], [ -73.945138, 40.769107 ], [ -73.947502, 40.770121 ], [ -73.947615, 40.77017 ], [ -73.947716, 40.770216 ], [ -73.947794, 40.770249 ], [ -73.948073, 40.770394 ], [ -73.948231, 40.77046 ], [ -73.948644, 40.770635 ], [ -73.948715, 40.770664 ], [ -73.949984, 40.7712 ], [ -73.950122, 40.771259 ], [ -73.950435, 40.771391 ], [ -73.951801, 40.771966 ], [ -73.952686, 40.77234 ], [ -73.952186, 40.77302 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013700", "name": "Census Tract 137, New York County, New York", "total_population_17": 6213, "white_alone_17": 4019.0, "black_alone_17": 191.0, "native_alone_17": 21.0, "asian_alone_17": 969.0, "native_hawaiian_pacific_islander_17": 21.0, "hispanic_or_latino_17": 601.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.73, "pct_black_alone_change": 1.147, "pct_native_alone_change": 0.147, "pct_asian_alone_change": 3.502, "pct_hispanic_or_latino_change": 4.082, "pct_native_hawaiian_pacific_islander_change": 0.323, "INTPTLAT": "+40.7652144", "INTPTLON": "-073.9802379" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.983822, 40.765418 ], [ -73.983367, 40.766045 ], [ -73.982877, 40.766715 ], [ -73.98238, 40.7674 ], [ -73.982147, 40.76773 ], [ -73.982003, 40.767688 ], [ -73.981844, 40.767674 ], [ -73.981633, 40.767732 ], [ -73.981606, 40.767742 ], [ -73.981541, 40.767776 ], [ -73.98148, 40.767822 ], [ -73.981431, 40.767874 ], [ -73.979076, 40.766876 ], [ -73.976234, 40.765675 ], [ -73.976703, 40.764996 ], [ -73.977196, 40.764324 ], [ -73.977686, 40.763645 ], [ -73.978139, 40.763024 ], [ -73.978601, 40.762396 ], [ -73.980295, 40.763112 ], [ -73.981434, 40.763594 ], [ -73.98247, 40.764033 ], [ -73.984283, 40.764792 ], [ -73.983822, 40.765418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013800", "name": "Census Tract 138, New York County, New York", "total_population_17": 13256, "white_alone_17": 10541.0, "black_alone_17": 173.0, "native_alone_17": 0.0, "asian_alone_17": 1669.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 611.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.597, "pct_black_alone_change": -0.646, "pct_native_alone_change": -0.103, "pct_asian_alone_change": 6.026, "pct_hispanic_or_latino_change": 0.074, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.7749214", "INTPTLON": "-073.9538153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956798, 40.774967 ], [ -73.95678, 40.774991 ], [ -73.956334, 40.775601 ], [ -73.955869, 40.776236 ], [ -73.955408, 40.776868 ], [ -73.954945, 40.777504 ], [ -73.952705, 40.776561 ], [ -73.952233, 40.776362 ], [ -73.950944, 40.775818 ], [ -73.950865, 40.775785 ], [ -73.950339, 40.775564 ], [ -73.950798, 40.774927 ], [ -73.951261, 40.774292 ], [ -73.951723, 40.773657 ], [ -73.951863, 40.773464 ], [ -73.952186, 40.77302 ], [ -73.952686, 40.77234 ], [ -73.953473, 40.772671 ], [ -73.954087, 40.772929 ], [ -73.954656, 40.773169 ], [ -73.955055, 40.773337 ], [ -73.956716, 40.774038 ], [ -73.957294, 40.774283 ], [ -73.956798, 40.774967 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061013900", "name": "Census Tract 139, New York County, New York", "total_population_17": 9600, "white_alone_17": 5998.0, "black_alone_17": 456.0, "native_alone_17": 37.0, "asian_alone_17": 1699.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 782.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.363, "pct_black_alone_change": -0.355, "pct_native_alone_change": 0.109, "pct_asian_alone_change": 6.09, "pct_hispanic_or_latino_change": -2.962, "pct_native_hawaiian_pacific_islander_change": -0.01, "INTPTLAT": "+40.7672922", "INTPTLON": "-073.9861712" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989505, 40.767816 ], [ -73.989051, 40.76844 ], [ -73.988559, 40.769115 ], [ -73.988063, 40.769791 ], [ -73.986656, 40.769199 ], [ -73.986304, 40.769052 ], [ -73.986, 40.768924 ], [ -73.985218, 40.768595 ], [ -73.984041, 40.768099 ], [ -73.983819, 40.768005 ], [ -73.982985, 40.767654 ], [ -73.98238, 40.7674 ], [ -73.982877, 40.766715 ], [ -73.983367, 40.766045 ], [ -73.983822, 40.765418 ], [ -73.984283, 40.764792 ], [ -73.987122, 40.765989 ], [ -73.989964, 40.767188 ], [ -73.989505, 40.767816 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014000", "name": "Census Tract 140, New York County, New York", "total_population_17": 7773, "white_alone_17": 6586.0, "black_alone_17": 101.0, "native_alone_17": 0.0, "asian_alone_17": 492.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 527.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.089, "pct_black_alone_change": 0.267, "pct_native_alone_change": -0.116, "pct_asian_alone_change": 2.229, "pct_hispanic_or_latino_change": 3.272, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.7759141", "INTPTLON": "-073.9582100" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961014, 40.774958 ], [ -73.960515, 40.775642 ], [ -73.960017, 40.776323 ], [ -73.959775, 40.776654 ], [ -73.959554, 40.776959 ], [ -73.95909, 40.777592 ], [ -73.958627, 40.778227 ], [ -73.958165, 40.778861 ], [ -73.956546, 40.77818 ], [ -73.954945, 40.777504 ], [ -73.955408, 40.776868 ], [ -73.955869, 40.776236 ], [ -73.956334, 40.775601 ], [ -73.95678, 40.774991 ], [ -73.956798, 40.774967 ], [ -73.957294, 40.774283 ], [ -73.957794, 40.7736 ], [ -73.958255, 40.772965 ], [ -73.959857, 40.773643 ], [ -73.961475, 40.774324 ], [ -73.961014, 40.774958 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014200", "name": "Census Tract 142, New York County, New York", "total_population_17": 4583, "white_alone_17": 4101.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 263.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 83.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.947, "pct_black_alone_change": -0.403, "pct_native_alone_change": -0.06, "pct_asian_alone_change": 2.084, "pct_hispanic_or_latino_change": -0.86, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7772742", "INTPTLON": "-073.9614257" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.964228, 40.77631 ], [ -73.963729, 40.776994 ], [ -73.96323, 40.777677 ], [ -73.96316, 40.777772 ], [ -73.962768, 40.778313 ], [ -73.962303, 40.778947 ], [ -73.961839, 40.779584 ], [ -73.961361, 40.780241 ], [ -73.959774, 40.779542 ], [ -73.958165, 40.778861 ], [ -73.958627, 40.778227 ], [ -73.95909, 40.777592 ], [ -73.959554, 40.776959 ], [ -73.959775, 40.776654 ], [ -73.960017, 40.776323 ], [ -73.960515, 40.775642 ], [ -73.961014, 40.774958 ], [ -73.961475, 40.774324 ], [ -73.961736, 40.774434 ], [ -73.963087, 40.775003 ], [ -73.964687, 40.775677 ], [ -73.964228, 40.77631 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014300", "name": "Census Tract 143, New York County, New York", "total_population_17": 4, "white_alone_17": 0.0, "black_alone_17": 2.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -44.444, "pct_black_alone_change": 5.556, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": 19.444, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7813172", "INTPTLON": "-073.9668472" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.981695, 40.768398 ], [ -73.981023, 40.769272 ], [ -73.980564, 40.769905 ], [ -73.980112, 40.770529 ], [ -73.979652, 40.771156 ], [ -73.979193, 40.771782 ], [ -73.978728, 40.772417 ], [ -73.978281, 40.773031 ], [ -73.977827, 40.773656 ], [ -73.97737, 40.774281 ], [ -73.976912, 40.774909 ], [ -73.976458, 40.775533 ], [ -73.975955, 40.77622 ], [ -73.975461, 40.776899 ], [ -73.974997, 40.777533 ], [ -73.974532, 40.778168 ], [ -73.974067, 40.778805 ], [ -73.973767, 40.779211 ], [ -73.973571, 40.779478 ], [ -73.971724, 40.782021 ], [ -73.971223, 40.782706 ], [ -73.97076, 40.78334 ], [ -73.970301, 40.783975 ], [ -73.969832, 40.784611 ], [ -73.969335, 40.785294 ], [ -73.968844, 40.785967 ], [ -73.968385, 40.786596 ], [ -73.967927, 40.787222 ], [ -73.96745, 40.787861 ], [ -73.96701, 40.788476 ], [ -73.966552, 40.789108 ], [ -73.966094, 40.789734 ], [ -73.965632, 40.790365 ], [ -73.965177, 40.790991 ], [ -73.964685, 40.791664 ], [ -73.964176, 40.792362 ], [ -73.963897, 40.792751 ], [ -73.963804, 40.792881 ], [ -73.963711, 40.793013 ], [ -73.963223, 40.793675 ], [ -73.962834, 40.794203 ], [ -73.962359, 40.794852 ], [ -73.961899, 40.79548 ], [ -73.96144, 40.796111 ], [ -73.960979, 40.796738 ], [ -73.960523, 40.797369 ], [ -73.960037, 40.798038 ], [ -73.959537, 40.798719 ], [ -73.959077, 40.799352 ], [ -73.958619, 40.799977 ], [ -73.958354, 40.800337 ], [ -73.958195, 40.800553 ], [ -73.957798, 40.800479 ], [ -73.957762, 40.800472 ], [ -73.955289, 40.799435 ], [ -73.952483, 40.798253 ], [ -73.950913, 40.797597 ], [ -73.950868, 40.797578 ], [ -73.950578, 40.797457 ], [ -73.950541, 40.797442 ], [ -73.949604, 40.79705 ], [ -73.94922, 40.79691 ], [ -73.949405, 40.796631 ], [ -73.949695, 40.796217 ], [ -73.950158, 40.795588 ], [ -73.950613, 40.794965 ], [ -73.951111, 40.794285 ], [ -73.951602, 40.793608 ], [ -73.952073, 40.792967 ], [ -73.952522, 40.792347 ], [ -73.952984, 40.791722 ], [ -73.953438, 40.791085 ], [ -73.953889, 40.790471 ], [ -73.954564, 40.789551 ], [ -73.954817, 40.789205 ], [ -73.955275, 40.788584 ], [ -73.955528, 40.788245 ], [ -73.955778, 40.787914 ], [ -73.956262, 40.787223 ], [ -73.956718, 40.786601 ], [ -73.957168, 40.785983 ], [ -73.957636, 40.785344 ], [ -73.958096, 40.784718 ], [ -73.958558, 40.784098 ], [ -73.959004, 40.783467 ], [ -73.959469, 40.782833 ], [ -73.959921, 40.782213 ], [ -73.960416, 40.781532 ], [ -73.960919, 40.78085 ], [ -73.961361, 40.780241 ], [ -73.961839, 40.779584 ], [ -73.962303, 40.778947 ], [ -73.962768, 40.778313 ], [ -73.96316, 40.777772 ], [ -73.96323, 40.777677 ], [ -73.963729, 40.776994 ], [ -73.964228, 40.77631 ], [ -73.964687, 40.775677 ], [ -73.965148, 40.775045 ], [ -73.96561, 40.774407 ], [ -73.966074, 40.773773 ], [ -73.966537, 40.77314 ], [ -73.967039, 40.772461 ], [ -73.967534, 40.771776 ], [ -73.967994, 40.771147 ], [ -73.968441, 40.770517 ], [ -73.968904, 40.769901 ], [ -73.969365, 40.769271 ], [ -73.969825, 40.768646 ], [ -73.970281, 40.768025 ], [ -73.970728, 40.767394 ], [ -73.971189, 40.766767 ], [ -73.971648, 40.766143 ], [ -73.972099, 40.765518 ], [ -73.972553, 40.764898 ], [ -73.973015, 40.764279 ], [ -73.973636, 40.76457 ], [ -73.976234, 40.765675 ], [ -73.979076, 40.766876 ], [ -73.981431, 40.767874 ], [ -73.98138, 40.767976 ], [ -73.981381, 40.768114 ], [ -73.981463, 40.768249 ], [ -73.981566, 40.768328 ], [ -73.981695, 40.768398 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014401", "name": "Census Tract 144.01, New York County, New York", "total_population_17": 5346, "white_alone_17": 4538.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 398.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 287.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.53, "pct_black_alone_change": -1.346, "pct_native_alone_change": -0.164, "pct_asian_alone_change": 1.941, "pct_hispanic_or_latino_change": 0.58, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7752485", "INTPTLON": "-073.9475522" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949872, 40.776196 ], [ -73.949374, 40.776876 ], [ -73.949193, 40.776799 ], [ -73.947988, 40.776292 ], [ -73.947122, 40.775929 ], [ -73.945275, 40.775148 ], [ -73.944765, 40.774936 ], [ -73.945267, 40.774252 ], [ -73.945728, 40.773622 ], [ -73.948084, 40.774611 ], [ -73.949823, 40.775345 ], [ -73.950339, 40.775564 ], [ -73.949872, 40.776196 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014402", "name": "Census Tract 144.02, New York County, New York", "total_population_17": 7466, "white_alone_17": 6397.0, "black_alone_17": 227.0, "native_alone_17": 0.0, "asian_alone_17": 498.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 118.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.306, "pct_black_alone_change": 1.027, "pct_native_alone_change": -0.22, "pct_asian_alone_change": -0.265, "pct_hispanic_or_latino_change": -2.918, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7762431", "INTPTLON": "-073.9453169" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949374, 40.776876 ], [ -73.94888, 40.777553 ], [ -73.948422, 40.778182 ], [ -73.947968, 40.778807 ], [ -73.945711, 40.77786 ], [ -73.94531, 40.77769 ], [ -73.943879, 40.777083 ], [ -73.943513, 40.776928 ], [ -73.943379, 40.776868 ], [ -73.942913, 40.777493 ], [ -73.942833, 40.777495 ], [ -73.942685, 40.777498 ], [ -73.94259, 40.7775 ], [ -73.942235, 40.777567 ], [ -73.941958, 40.776339 ], [ -73.941937, 40.776031 ], [ -73.942358, 40.775805 ], [ -73.942491, 40.775487 ], [ -73.942758, 40.774872 ], [ -73.944337, 40.773108 ], [ -73.944466, 40.773065 ], [ -73.944531, 40.773093 ], [ -73.944751, 40.773191 ], [ -73.945728, 40.773622 ], [ -73.945267, 40.774252 ], [ -73.944765, 40.774936 ], [ -73.945275, 40.775148 ], [ -73.947122, 40.775929 ], [ -73.947988, 40.776292 ], [ -73.949193, 40.776799 ], [ -73.949374, 40.776876 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014500", "name": "Census Tract 145, New York County, New York", "total_population_17": 5858, "white_alone_17": 3868.0, "black_alone_17": 426.0, "native_alone_17": 0.0, "asian_alone_17": 802.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 591.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.585, "pct_black_alone_change": 3.305, "pct_native_alone_change": -0.249, "pct_asian_alone_change": 0.315, "pct_hispanic_or_latino_change": 1.429, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7698209", "INTPTLON": "-073.9842729" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.987615, 40.770415 ], [ -73.987496, 40.770576 ], [ -73.987146, 40.771054 ], [ -73.986695, 40.771668 ], [ -73.986238, 40.772299 ], [ -73.985322, 40.771915 ], [ -73.983468, 40.771136 ], [ -73.982147, 40.770574 ], [ -73.981496, 40.770298 ], [ -73.980564, 40.769905 ], [ -73.981023, 40.769272 ], [ -73.981695, 40.768398 ], [ -73.981566, 40.768328 ], [ -73.981463, 40.768249 ], [ -73.981381, 40.768114 ], [ -73.98138, 40.767976 ], [ -73.981431, 40.767874 ], [ -73.98148, 40.767822 ], [ -73.981541, 40.767776 ], [ -73.981606, 40.767742 ], [ -73.981633, 40.767732 ], [ -73.981844, 40.767674 ], [ -73.982003, 40.767688 ], [ -73.982147, 40.76773 ], [ -73.98238, 40.7674 ], [ -73.982985, 40.767654 ], [ -73.983819, 40.768005 ], [ -73.984041, 40.768099 ], [ -73.985218, 40.768595 ], [ -73.986, 40.768924 ], [ -73.986304, 40.769052 ], [ -73.986656, 40.769199 ], [ -73.988063, 40.769791 ], [ -73.987615, 40.770415 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014601", "name": "Census Tract 146.01, New York County, New York", "total_population_17": 4468, "white_alone_17": 3098.0, "black_alone_17": 6.0, "native_alone_17": 25.0, "asian_alone_17": 742.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 540.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.175, "pct_black_alone_change": -1.738, "pct_native_alone_change": 0.508, "pct_asian_alone_change": 7.429, "pct_hispanic_or_latino_change": 6.236, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+40.7771916", "INTPTLON": "-073.9521608" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954482, 40.778139 ], [ -73.953984, 40.778822 ], [ -73.951743, 40.777875 ], [ -73.950637, 40.777409 ], [ -73.949374, 40.776876 ], [ -73.949872, 40.776196 ], [ -73.950339, 40.775564 ], [ -73.950865, 40.775785 ], [ -73.950944, 40.775818 ], [ -73.952233, 40.776362 ], [ -73.952705, 40.776561 ], [ -73.954945, 40.777504 ], [ -73.954482, 40.778139 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014602", "name": "Census Tract 146.02, New York County, New York", "total_population_17": 7330, "white_alone_17": 5878.0, "black_alone_17": 24.0, "native_alone_17": 0.0, "asian_alone_17": 575.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 783.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.411, "pct_black_alone_change": -1.962, "pct_native_alone_change": -0.097, "pct_asian_alone_change": 0.154, "pct_hispanic_or_latino_change": 5.305, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.7788147", "INTPTLON": "-073.9509750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953673, 40.779247 ], [ -73.953492, 40.779496 ], [ -73.953033, 40.780126 ], [ -73.952575, 40.780753 ], [ -73.952076, 40.780542 ], [ -73.951127, 40.780143 ], [ -73.950336, 40.77981 ], [ -73.948444, 40.779008 ], [ -73.947968, 40.778807 ], [ -73.948422, 40.778182 ], [ -73.94888, 40.777553 ], [ -73.949374, 40.776876 ], [ -73.950637, 40.777409 ], [ -73.951743, 40.777875 ], [ -73.953984, 40.778822 ], [ -73.953673, 40.779247 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014700", "name": "Census Tract 147, New York County, New York", "total_population_17": 3436, "white_alone_17": 1825.0, "black_alone_17": 69.0, "native_alone_17": 0.0, "asian_alone_17": 917.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 458.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.845, "pct_black_alone_change": -6.688, "pct_native_alone_change": -0.448, "pct_asian_alone_change": 2.932, "pct_hispanic_or_latino_change": 8.085, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7713286", "INTPTLON": "-073.9888036" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.990913, 40.770988 ], [ -73.990454, 40.771612 ], [ -73.990378, 40.771715 ], [ -73.990237, 40.771907 ], [ -73.989994, 40.772242 ], [ -73.98954, 40.772866 ], [ -73.988333, 40.772358 ], [ -73.987405, 40.771967 ], [ -73.986695, 40.771668 ], [ -73.987146, 40.771054 ], [ -73.987496, 40.770576 ], [ -73.987615, 40.770415 ], [ -73.988063, 40.769791 ], [ -73.990596, 40.770855 ], [ -73.990913, 40.770988 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014801", "name": "Census Tract 148.01, New York County, New York", "total_population_17": 3198, "white_alone_17": 2555.0, "black_alone_17": 11.0, "native_alone_17": 11.0, "asian_alone_17": 256.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 248.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.533, "pct_black_alone_change": -1.137, "pct_native_alone_change": 0.241, "pct_asian_alone_change": 1.942, "pct_hispanic_or_latino_change": 3.552, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7788416", "INTPTLON": "-073.9560743" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957702, 40.779496 ], [ -73.957202, 40.780179 ], [ -73.955585, 40.779496 ], [ -73.953984, 40.778822 ], [ -73.954482, 40.778139 ], [ -73.954945, 40.777504 ], [ -73.956546, 40.77818 ], [ -73.958165, 40.778861 ], [ -73.957702, 40.779496 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014802", "name": "Census Tract 148.02, New York County, New York", "total_population_17": 7000, "white_alone_17": 5267.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 714.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 642.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.917, "pct_black_alone_change": -1.252, "pct_native_alone_change": -0.043, "pct_asian_alone_change": 4.14, "pct_hispanic_or_latino_change": 4.406, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7810927", "INTPTLON": "-073.9544321" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956708, 40.780856 ], [ -73.956253, 40.781482 ], [ -73.955793, 40.78211 ], [ -73.955336, 40.782737 ], [ -73.954877, 40.783363 ], [ -73.95326, 40.782682 ], [ -73.951659, 40.782008 ], [ -73.952122, 40.781387 ], [ -73.952575, 40.780753 ], [ -73.953033, 40.780126 ], [ -73.953492, 40.779496 ], [ -73.953673, 40.779247 ], [ -73.953984, 40.778822 ], [ -73.955585, 40.779496 ], [ -73.957202, 40.780179 ], [ -73.956708, 40.780856 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061014900", "name": "Census Tract 149, New York County, New York", "total_population_17": 5560, "white_alone_17": 4019.0, "black_alone_17": 63.0, "native_alone_17": 0.0, "asian_alone_17": 736.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 684.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.178, "pct_black_alone_change": -1.402, "pct_native_alone_change": -0.067, "pct_asian_alone_change": 4.036, "pct_hispanic_or_latino_change": 7.953, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.7723543", "INTPTLON": "-073.9824832" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.985792, 40.772904 ], [ -73.985332, 40.773531 ], [ -73.984879, 40.774155 ], [ -73.984412, 40.774808 ], [ -73.984131, 40.774688 ], [ -73.983653, 40.774484 ], [ -73.983587, 40.774456 ], [ -73.982222, 40.773873 ], [ -73.981573, 40.773602 ], [ -73.978728, 40.772417 ], [ -73.979193, 40.771782 ], [ -73.979652, 40.771156 ], [ -73.980112, 40.770529 ], [ -73.980564, 40.769905 ], [ -73.981496, 40.770298 ], [ -73.982147, 40.770574 ], [ -73.983468, 40.771136 ], [ -73.985322, 40.771915 ], [ -73.986238, 40.772299 ], [ -73.985792, 40.772904 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015001", "name": "Census Tract 150.01, New York County, New York", "total_population_17": 2238, "white_alone_17": 1811.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 261.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 136.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.87, "pct_black_alone_change": -0.846, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 8.769, "pct_hispanic_or_latino_change": 3.051, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7801987", "INTPTLON": "-073.9592834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.960919, 40.78085 ], [ -73.960416, 40.781532 ], [ -73.958814, 40.780858 ], [ -73.957202, 40.780179 ], [ -73.957702, 40.779496 ], [ -73.958165, 40.778861 ], [ -73.959774, 40.779542 ], [ -73.961361, 40.780241 ], [ -73.960919, 40.78085 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015002", "name": "Census Tract 150.02, New York County, New York", "total_population_17": 5119, "white_alone_17": 4225.0, "black_alone_17": 44.0, "native_alone_17": 0.0, "asian_alone_17": 207.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 643.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.219, "pct_black_alone_change": 0.076, "pct_native_alone_change": -0.051, "pct_asian_alone_change": 0.703, "pct_hispanic_or_latino_change": 9.799, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.7824499", "INTPTLON": "-073.9576478" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959921, 40.782213 ], [ -73.959469, 40.782833 ], [ -73.959004, 40.783467 ], [ -73.958558, 40.784098 ], [ -73.958096, 40.784718 ], [ -73.956487, 40.784044 ], [ -73.954877, 40.783363 ], [ -73.955336, 40.782737 ], [ -73.955793, 40.78211 ], [ -73.956253, 40.781482 ], [ -73.956708, 40.780856 ], [ -73.957202, 40.780179 ], [ -73.958814, 40.780858 ], [ -73.960416, 40.781532 ], [ -73.959921, 40.782213 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015100", "name": "Census Tract 151, New York County, New York", "total_population_17": 8332, "white_alone_17": 2874.0, "black_alone_17": 1155.0, "native_alone_17": 26.0, "asian_alone_17": 1397.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2542.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.143, "pct_black_alone_change": -10.352, "pct_native_alone_change": 0.058, "pct_asian_alone_change": 6.698, "pct_hispanic_or_latino_change": 1.345, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+40.7753625", "INTPTLON": "-073.9921014" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.999583, 40.777001 ], [ -73.999583, 40.777158 ], [ -73.998575, 40.778597 ], [ -73.997768, 40.77975 ], [ -73.997677, 40.779711 ], [ -73.993869, 40.778097 ], [ -73.990761, 40.777688 ], [ -73.990914, 40.777542 ], [ -73.99032, 40.777317 ], [ -73.990168, 40.777251 ], [ -73.989201, 40.776859 ], [ -73.988774, 40.776673 ], [ -73.98843, 40.776531 ], [ -73.987241, 40.776017 ], [ -73.98542, 40.775239 ], [ -73.985375, 40.77522 ], [ -73.985138, 40.775119 ], [ -73.984412, 40.774808 ], [ -73.984879, 40.774155 ], [ -73.985332, 40.773531 ], [ -73.985792, 40.772904 ], [ -73.986238, 40.772299 ], [ -73.986695, 40.771668 ], [ -73.987405, 40.771967 ], [ -73.988333, 40.772358 ], [ -73.98954, 40.772866 ], [ -73.989994, 40.772242 ], [ -73.990237, 40.771907 ], [ -73.990378, 40.771715 ], [ -73.990454, 40.771612 ], [ -73.990913, 40.770988 ], [ -73.991947, 40.771424 ], [ -73.993656, 40.772146 ], [ -73.993782, 40.772199 ], [ -73.993325, 40.772831 ], [ -73.99355, 40.772847 ], [ -73.993625, 40.772852 ], [ -73.993728, 40.77286 ], [ -73.993952, 40.772876 ], [ -73.996142, 40.773831 ], [ -73.995969, 40.774012 ], [ -73.996783, 40.774416 ], [ -74.000219, 40.776047 ], [ -73.999583, 40.777001 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015200", "name": "Census Tract 152, New York County, New York", "total_population_17": 7644, "white_alone_17": 4004.0, "black_alone_17": 543.0, "native_alone_17": 0.0, "asian_alone_17": 539.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2285.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.728, "pct_black_alone_change": -3.911, "pct_native_alone_change": -0.318, "pct_asian_alone_change": 0.161, "pct_hispanic_or_latino_change": 9.687, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7776648", "INTPTLON": "-073.9398735" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947508, 40.779438 ], [ -73.947049, 40.780064 ], [ -73.946591, 40.780692 ], [ -73.946131, 40.781316 ], [ -73.94567, 40.781947 ], [ -73.945213, 40.782571 ], [ -73.944723, 40.783247 ], [ -73.944054, 40.782964 ], [ -73.943955, 40.782916 ], [ -73.943833, 40.782859 ], [ -73.94376, 40.782829 ], [ -73.943604, 40.78265 ], [ -73.937608, 40.781754 ], [ -73.937288, 40.780963 ], [ -73.934412, 40.778093 ], [ -73.934744, 40.778076 ], [ -73.935082, 40.777944 ], [ -73.935509, 40.777539 ], [ -73.935855, 40.777212 ], [ -73.936089, 40.777184 ], [ -73.93638, 40.776921 ], [ -73.937047, 40.775866 ], [ -73.937655, 40.775086 ], [ -73.937858, 40.774088 ], [ -73.937813, 40.773563 ], [ -73.937466, 40.772531 ], [ -73.937466, 40.772504 ], [ -73.940043, 40.772953 ], [ -73.940145, 40.772951 ], [ -73.94019, 40.772955 ], [ -73.944337, 40.773108 ], [ -73.942758, 40.774872 ], [ -73.942491, 40.775487 ], [ -73.942358, 40.775805 ], [ -73.941937, 40.776031 ], [ -73.941958, 40.776339 ], [ -73.942235, 40.777567 ], [ -73.94259, 40.7775 ], [ -73.942685, 40.777498 ], [ -73.942833, 40.777495 ], [ -73.942913, 40.777493 ], [ -73.943379, 40.776868 ], [ -73.943513, 40.776928 ], [ -73.943879, 40.777083 ], [ -73.94531, 40.77769 ], [ -73.945711, 40.77786 ], [ -73.947968, 40.778807 ], [ -73.947508, 40.779438 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015300", "name": "Census Tract 153, New York County, New York", "total_population_17": 9724, "white_alone_17": 7409.0, "black_alone_17": 61.0, "native_alone_17": 21.0, "asian_alone_17": 1102.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 822.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.586, "pct_black_alone_change": -1.585, "pct_native_alone_change": -0.027, "pct_asian_alone_change": 4.231, "pct_hispanic_or_latino_change": 3.442, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.7748578", "INTPTLON": "-073.9806656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984412, 40.774808 ], [ -73.983971, 40.77543 ], [ -73.983933, 40.775479 ], [ -73.983505, 40.776058 ], [ -73.983106, 40.776601 ], [ -73.983047, 40.776683 ], [ -73.982583, 40.777303 ], [ -73.982102, 40.777096 ], [ -73.979746, 40.776106 ], [ -73.976912, 40.774909 ], [ -73.97737, 40.774281 ], [ -73.977827, 40.773656 ], [ -73.978281, 40.773031 ], [ -73.978728, 40.772417 ], [ -73.981573, 40.773602 ], [ -73.982222, 40.773873 ], [ -73.983587, 40.774456 ], [ -73.983653, 40.774484 ], [ -73.984131, 40.774688 ], [ -73.984412, 40.774808 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015400", "name": "Census Tract 154, New York County, New York", "total_population_17": 15218, "white_alone_17": 10111.0, "black_alone_17": 726.0, "native_alone_17": 0.0, "asian_alone_17": 1368.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2011.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.353, "pct_black_alone_change": -2.045, "pct_native_alone_change": -0.214, "pct_asian_alone_change": 0.879, "pct_hispanic_or_latino_change": 3.275, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7813493", "INTPTLON": "-073.9491246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952122, 40.781387 ], [ -73.951659, 40.782008 ], [ -73.951199, 40.782634 ], [ -73.950739, 40.783262 ], [ -73.950282, 40.783891 ], [ -73.948532, 40.783151 ], [ -73.948039, 40.782942 ], [ -73.94567, 40.781947 ], [ -73.946131, 40.781316 ], [ -73.946591, 40.780692 ], [ -73.947049, 40.780064 ], [ -73.947508, 40.779438 ], [ -73.947968, 40.778807 ], [ -73.948444, 40.779008 ], [ -73.950336, 40.77981 ], [ -73.951127, 40.780143 ], [ -73.952076, 40.780542 ], [ -73.952575, 40.780753 ], [ -73.952122, 40.781387 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015500", "name": "Census Tract 155, New York County, New York", "total_population_17": 9882, "white_alone_17": 8265.0, "black_alone_17": 109.0, "native_alone_17": 0.0, "asian_alone_17": 1061.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 93.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.388, "pct_black_alone_change": -1.943, "pct_native_alone_change": -0.21, "pct_asian_alone_change": 4.824, "pct_hispanic_or_latino_change": -3.516, "pct_native_hawaiian_pacific_islander_change": -0.001, "INTPTLAT": "+40.7798937", "INTPTLON": "-073.9935495" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.997768, 40.77975 ], [ -73.997383, 40.780301 ], [ -73.995811, 40.782396 ], [ -73.995705, 40.782535 ], [ -73.995639, 40.782511 ], [ -73.991637, 40.780918 ], [ -73.98919, 40.779942 ], [ -73.988521, 40.779779 ], [ -73.988412, 40.779739 ], [ -73.987994, 40.779545 ], [ -73.987324, 40.779263 ], [ -73.987094, 40.779164 ], [ -73.985448, 40.778476 ], [ -73.984051, 40.777903 ], [ -73.983107, 40.777517 ], [ -73.982583, 40.777303 ], [ -73.983047, 40.776683 ], [ -73.983106, 40.776601 ], [ -73.983505, 40.776058 ], [ -73.983933, 40.775479 ], [ -73.983971, 40.77543 ], [ -73.984412, 40.774808 ], [ -73.985138, 40.775119 ], [ -73.985375, 40.77522 ], [ -73.98542, 40.775239 ], [ -73.987241, 40.776017 ], [ -73.98843, 40.776531 ], [ -73.988774, 40.776673 ], [ -73.989201, 40.776859 ], [ -73.990168, 40.777251 ], [ -73.99032, 40.777317 ], [ -73.990914, 40.777542 ], [ -73.990761, 40.777688 ], [ -73.993869, 40.778097 ], [ -73.997677, 40.779711 ], [ -73.997768, 40.77975 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015601", "name": "Census Tract 156.01, New York County, New York", "total_population_17": 5557, "white_alone_17": 3736.0, "black_alone_17": 251.0, "native_alone_17": 0.0, "asian_alone_17": 915.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 621.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.669, "pct_black_alone_change": -4.141, "pct_native_alone_change": -0.328, "pct_asian_alone_change": 4.636, "pct_hispanic_or_latino_change": -2.624, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7835685", "INTPTLON": "-073.9475024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949824, 40.784516 ], [ -73.949332, 40.785194 ], [ -73.948925, 40.785021 ], [ -73.948678, 40.784916 ], [ -73.947069, 40.784236 ], [ -73.944723, 40.783247 ], [ -73.945213, 40.782571 ], [ -73.94567, 40.781947 ], [ -73.948039, 40.782942 ], [ -73.948532, 40.783151 ], [ -73.950282, 40.783891 ], [ -73.949824, 40.784516 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015602", "name": "Census Tract 156.02, New York County, New York", "total_population_17": 2617, "white_alone_17": 606.0, "black_alone_17": 585.0, "native_alone_17": 0.0, "asian_alone_17": 348.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 977.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.451, "pct_black_alone_change": -6.182, "pct_native_alone_change": -0.438, "pct_asian_alone_change": 8.104, "pct_hispanic_or_latino_change": -14.169, "pct_native_hawaiian_pacific_islander_change": -0.125, "INTPTLAT": "+40.7851820", "INTPTLON": "-073.9463253" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949111, 40.785493 ], [ -73.948827, 40.785881 ], [ -73.948378, 40.786497 ], [ -73.947924, 40.787121 ], [ -73.946128, 40.786356 ], [ -73.945696, 40.786173 ], [ -73.943319, 40.785174 ], [ -73.944223, 40.783933 ], [ -73.944723, 40.783247 ], [ -73.947069, 40.784236 ], [ -73.948678, 40.784916 ], [ -73.948925, 40.785021 ], [ -73.949332, 40.785194 ], [ -73.949111, 40.785493 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015700", "name": "Census Tract 157, New York County, New York", "total_population_17": 9847, "white_alone_17": 7728.0, "black_alone_17": 226.0, "native_alone_17": 34.0, "asian_alone_17": 780.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 842.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.422, "pct_black_alone_change": -1.774, "pct_native_alone_change": 0.135, "pct_asian_alone_change": 2.411, "pct_hispanic_or_latino_change": 1.827, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.7774174", "INTPTLON": "-073.9787895" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982118, 40.777923 ], [ -73.981992, 40.778118 ], [ -73.981621, 40.778608 ], [ -73.981135, 40.779292 ], [ -73.980673, 40.779925 ], [ -73.979928, 40.779611 ], [ -73.978868, 40.779166 ], [ -73.977831, 40.77873 ], [ -73.975931, 40.777927 ], [ -73.975548, 40.777765 ], [ -73.974997, 40.777533 ], [ -73.975461, 40.776899 ], [ -73.975955, 40.77622 ], [ -73.976458, 40.775533 ], [ -73.976912, 40.774909 ], [ -73.979746, 40.776106 ], [ -73.982102, 40.777096 ], [ -73.982583, 40.777303 ], [ -73.982118, 40.777923 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015801", "name": "Census Tract 158.01, New York County, New York", "total_population_17": 5598, "white_alone_17": 4407.0, "black_alone_17": 198.0, "native_alone_17": 0.0, "asian_alone_17": 615.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 239.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.594, "pct_black_alone_change": 1.573, "pct_native_alone_change": -0.19, "pct_asian_alone_change": 5.645, "pct_hispanic_or_latino_change": -0.28, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.7842784", "INTPTLON": "-073.9521037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954417, 40.783992 ], [ -73.953961, 40.784616 ], [ -73.953503, 40.785247 ], [ -73.953045, 40.785874 ], [ -73.952551, 40.786549 ], [ -73.950927, 40.785866 ], [ -73.950174, 40.785549 ], [ -73.949332, 40.785194 ], [ -73.949824, 40.784516 ], [ -73.950282, 40.783891 ], [ -73.950739, 40.783262 ], [ -73.951199, 40.782634 ], [ -73.951659, 40.782008 ], [ -73.95326, 40.782682 ], [ -73.954877, 40.783363 ], [ -73.954417, 40.783992 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015802", "name": "Census Tract 158.02, New York County, New York", "total_population_17": 4956, "white_alone_17": 2637.0, "black_alone_17": 435.0, "native_alone_17": 7.0, "asian_alone_17": 1105.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 578.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.272, "pct_black_alone_change": -4.42, "pct_native_alone_change": -0.047, "pct_asian_alone_change": 11.293, "pct_hispanic_or_latino_change": -8.306, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7865243", "INTPTLON": "-073.9504650" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952058, 40.787222 ], [ -73.951808, 40.787576 ], [ -73.951609, 40.787858 ], [ -73.949981, 40.787173 ], [ -73.948857, 40.786699 ], [ -73.948589, 40.786586 ], [ -73.948378, 40.786497 ], [ -73.948827, 40.785881 ], [ -73.949111, 40.785493 ], [ -73.949332, 40.785194 ], [ -73.950174, 40.785549 ], [ -73.950927, 40.785866 ], [ -73.952551, 40.786549 ], [ -73.952058, 40.787222 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061015900", "name": "Census Tract 159, New York County, New York", "total_population_17": 8811, "white_alone_17": 7065.0, "black_alone_17": 270.0, "native_alone_17": 0.0, "asian_alone_17": 795.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 447.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.471, "pct_black_alone_change": 0.514, "pct_native_alone_change": -0.194, "pct_asian_alone_change": 2.007, "pct_hispanic_or_latino_change": 0.274, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.7806226", "INTPTLON": "-073.9874341" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.995705, 40.782535 ], [ -73.994765, 40.783789 ], [ -73.990484, 40.782377 ], [ -73.99017, 40.782246 ], [ -73.98814, 40.781409 ], [ -73.987414, 40.781088 ], [ -73.987364, 40.781063 ], [ -73.987308, 40.781041 ], [ -73.987071, 40.780906 ], [ -73.986544, 40.780658 ], [ -73.985679, 40.780313 ], [ -73.98537, 40.781078 ], [ -73.985072, 40.78178 ], [ -73.983515, 40.781126 ], [ -73.98235, 40.780632 ], [ -73.981521, 40.780282 ], [ -73.980673, 40.779925 ], [ -73.981135, 40.779292 ], [ -73.981621, 40.778608 ], [ -73.981992, 40.778118 ], [ -73.982118, 40.777923 ], [ -73.982583, 40.777303 ], [ -73.983107, 40.777517 ], [ -73.984051, 40.777903 ], [ -73.985448, 40.778476 ], [ -73.987094, 40.779164 ], [ -73.987324, 40.779263 ], [ -73.987994, 40.779545 ], [ -73.988412, 40.779739 ], [ -73.988521, 40.779779 ], [ -73.98919, 40.779942 ], [ -73.991637, 40.780918 ], [ -73.995639, 40.782511 ], [ -73.995705, 40.782535 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016001", "name": "Census Tract 160.01, New York County, New York", "total_population_17": 4011, "white_alone_17": 3361.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 281.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 267.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.936, "pct_black_alone_change": -0.757, "pct_native_alone_change": -0.096, "pct_asian_alone_change": 3.53, "pct_hispanic_or_latino_change": 3.397, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.7856349", "INTPTLON": "-073.9553223" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957636, 40.785344 ], [ -73.957168, 40.785983 ], [ -73.956718, 40.786601 ], [ -73.956262, 40.787223 ], [ -73.955778, 40.787914 ], [ -73.954163, 40.787227 ], [ -73.952551, 40.786549 ], [ -73.953045, 40.785874 ], [ -73.953503, 40.785247 ], [ -73.953961, 40.784616 ], [ -73.954417, 40.783992 ], [ -73.954877, 40.783363 ], [ -73.956487, 40.784044 ], [ -73.958096, 40.784718 ], [ -73.957636, 40.785344 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016002", "name": "Census Tract 160.02, New York County, New York", "total_population_17": 3625, "white_alone_17": 2517.0, "black_alone_17": 101.0, "native_alone_17": 1.0, "asian_alone_17": 516.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 346.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.823, "pct_black_alone_change": -2.366, "pct_native_alone_change": -0.035, "pct_asian_alone_change": 0.96, "pct_hispanic_or_latino_change": -7.648, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.7878788", "INTPTLON": "-073.9536853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955528, 40.788245 ], [ -73.955275, 40.788584 ], [ -73.954817, 40.789205 ], [ -73.954135, 40.78892 ], [ -73.95321, 40.788533 ], [ -73.952797, 40.788359 ], [ -73.951609, 40.787858 ], [ -73.951808, 40.787576 ], [ -73.952058, 40.787222 ], [ -73.952551, 40.786549 ], [ -73.954163, 40.787227 ], [ -73.955778, 40.787914 ], [ -73.955528, 40.788245 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016100", "name": "Census Tract 161, New York County, New York", "total_population_17": 6168, "white_alone_17": 4658.0, "black_alone_17": 101.0, "native_alone_17": 0.0, "asian_alone_17": 725.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 428.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.04, "pct_black_alone_change": -0.971, "pct_native_alone_change": -0.268, "pct_asian_alone_change": 5.837, "pct_hispanic_or_latino_change": 2.17, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7799490", "INTPTLON": "-073.9771935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98021, 40.780561 ], [ -73.979748, 40.781195 ], [ -73.979586, 40.781419 ], [ -73.979285, 40.781839 ], [ -73.978823, 40.782465 ], [ -73.978458, 40.782311 ], [ -73.9765, 40.781485 ], [ -73.975981, 40.781267 ], [ -73.976428, 40.780654 ], [ -73.973571, 40.779478 ], [ -73.973767, 40.779211 ], [ -73.974067, 40.778805 ], [ -73.974532, 40.778168 ], [ -73.974997, 40.777533 ], [ -73.975548, 40.777765 ], [ -73.975931, 40.777927 ], [ -73.977831, 40.77873 ], [ -73.978868, 40.779166 ], [ -73.979928, 40.779611 ], [ -73.980673, 40.779925 ], [ -73.98021, 40.780561 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016200", "name": "Census Tract 162, New York County, New York", "total_population_17": 9807, "white_alone_17": 645.0, "black_alone_17": 4383.0, "native_alone_17": 0.0, "asian_alone_17": 814.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3889.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.825, "pct_black_alone_change": -4.835, "pct_native_alone_change": -0.298, "pct_asian_alone_change": 4.635, "pct_hispanic_or_latino_change": -3.039, "pct_native_hawaiian_pacific_islander_change": -0.07, "INTPTLAT": "+40.7880380", "INTPTLON": "-073.9405522" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944223, 40.783933 ], [ -73.943319, 40.785174 ], [ -73.942855, 40.785808 ], [ -73.942395, 40.786438 ], [ -73.941937, 40.787065 ], [ -73.941478, 40.787692 ], [ -73.94138, 40.787824 ], [ -73.941019, 40.788319 ], [ -73.94056, 40.788949 ], [ -73.940066, 40.789626 ], [ -73.939562, 40.790317 ], [ -73.939132, 40.790905 ], [ -73.938649, 40.791558 ], [ -73.938193, 40.792188 ], [ -73.937737, 40.792816 ], [ -73.936792, 40.792404 ], [ -73.935553, 40.791842 ], [ -73.935337, 40.791837 ], [ -73.935217, 40.791782 ], [ -73.935049, 40.79169 ], [ -73.934864, 40.791588 ], [ -73.931788, 40.790173 ], [ -73.932371, 40.78962 ], [ -73.932714, 40.78929 ], [ -73.933055, 40.788624 ], [ -73.933476, 40.788157 ], [ -73.933676, 40.787936 ], [ -73.93551, 40.7859 ], [ -73.936239, 40.785687 ], [ -73.935664, 40.784683 ], [ -73.935929, 40.783807 ], [ -73.935433, 40.783249 ], [ -73.931494, 40.782527 ], [ -73.930619, 40.782246 ], [ -73.929653, 40.781684 ], [ -73.9293, 40.781411 ], [ -73.928903, 40.781266 ], [ -73.928601, 40.781035 ], [ -73.92821, 40.780996 ], [ -73.927981, 40.781035 ], [ -73.927781, 40.780983 ], [ -73.927708, 40.780964 ], [ -73.925745, 40.778405 ], [ -73.925908, 40.778361 ], [ -73.926318, 40.778242 ], [ -73.927084, 40.777717 ], [ -73.928277, 40.776899 ], [ -73.928396, 40.776791 ], [ -73.928605, 40.776593 ], [ -73.929036, 40.776467 ], [ -73.929881, 40.776222 ], [ -73.930629, 40.776591 ], [ -73.930883, 40.776974 ], [ -73.931074, 40.777261 ], [ -73.93105, 40.777442 ], [ -73.931788, 40.777871 ], [ -73.931847, 40.777892 ], [ -73.932649, 40.778022 ], [ -73.932722, 40.778035 ], [ -73.932775, 40.777922 ], [ -73.932903, 40.777944 ], [ -73.933908, 40.778117 ], [ -73.934412, 40.778093 ], [ -73.937288, 40.780963 ], [ -73.937608, 40.781754 ], [ -73.943604, 40.78265 ], [ -73.94376, 40.782829 ], [ -73.943833, 40.782859 ], [ -73.943955, 40.782916 ], [ -73.944054, 40.782964 ], [ -73.944723, 40.783247 ], [ -73.944223, 40.783933 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016300", "name": "Census Tract 163, New York County, New York", "total_population_17": 7157, "white_alone_17": 6096.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 564.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 349.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.814, "pct_black_alone_change": -2.449, "pct_native_alone_change": -0.217, "pct_asian_alone_change": 2.241, "pct_hispanic_or_latino_change": -0.805, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.7849584", "INTPTLON": "-073.9898263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.993842, 40.785022 ], [ -73.992883, 40.786301 ], [ -73.991983, 40.787601 ], [ -73.991618, 40.78811 ], [ -73.991301, 40.78855 ], [ -73.985047, 40.785996 ], [ -73.984852, 40.785898 ], [ -73.984813, 40.785878 ], [ -73.984195, 40.785615 ], [ -73.984059, 40.78556 ], [ -73.983935, 40.785508 ], [ -73.983569, 40.785359 ], [ -73.982638, 40.784975 ], [ -73.983297, 40.784353 ], [ -73.981662, 40.783661 ], [ -73.980473, 40.783161 ], [ -73.978823, 40.782465 ], [ -73.979285, 40.781839 ], [ -73.979586, 40.781419 ], [ -73.979748, 40.781195 ], [ -73.98021, 40.780561 ], [ -73.980673, 40.779925 ], [ -73.981521, 40.780282 ], [ -73.98235, 40.780632 ], [ -73.983515, 40.781126 ], [ -73.985072, 40.78178 ], [ -73.98537, 40.781078 ], [ -73.985679, 40.780313 ], [ -73.986544, 40.780658 ], [ -73.987071, 40.780906 ], [ -73.987308, 40.781041 ], [ -73.987364, 40.781063 ], [ -73.987414, 40.781088 ], [ -73.98814, 40.781409 ], [ -73.99017, 40.782246 ], [ -73.990484, 40.782377 ], [ -73.994765, 40.783789 ], [ -73.993842, 40.785022 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016400", "name": "Census Tract 164, New York County, New York", "total_population_17": 7696, "white_alone_17": 802.0, "black_alone_17": 1551.0, "native_alone_17": 17.0, "asian_alone_17": 1175.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4040.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.233, "pct_black_alone_change": -6.108, "pct_native_alone_change": 0.004, "pct_asian_alone_change": 12.378, "pct_hispanic_or_latino_change": -15.096, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.7877141", "INTPTLON": "-073.9444745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947461, 40.787753 ], [ -73.947002, 40.788383 ], [ -73.946555, 40.788996 ], [ -73.946086, 40.789637 ], [ -73.945636, 40.790254 ], [ -73.943396, 40.789309 ], [ -73.941019, 40.788319 ], [ -73.94138, 40.787824 ], [ -73.941478, 40.787692 ], [ -73.941937, 40.787065 ], [ -73.942395, 40.786438 ], [ -73.942855, 40.785808 ], [ -73.943319, 40.785174 ], [ -73.945696, 40.786173 ], [ -73.946128, 40.786356 ], [ -73.947924, 40.787121 ], [ -73.947461, 40.787753 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016500", "name": "Census Tract 165, New York County, New York", "total_population_17": 6529, "white_alone_17": 5017.0, "black_alone_17": 307.0, "native_alone_17": 0.0, "asian_alone_17": 413.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 712.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.781, "pct_black_alone_change": 1.015, "pct_native_alone_change": -0.196, "pct_asian_alone_change": 1.34, "pct_hispanic_or_latino_change": 2.836, "pct_native_hawaiian_pacific_islander_change": -0.015, "INTPTLAT": "+40.7823577", "INTPTLON": "-073.9749988" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.978591, 40.782783 ], [ -73.978326, 40.783147 ], [ -73.977827, 40.783831 ], [ -73.977365, 40.784464 ], [ -73.976902, 40.785098 ], [ -73.974058, 40.783901 ], [ -73.971223, 40.782706 ], [ -73.971724, 40.782021 ], [ -73.973571, 40.779478 ], [ -73.976428, 40.780654 ], [ -73.975981, 40.781267 ], [ -73.9765, 40.781485 ], [ -73.978458, 40.782311 ], [ -73.978823, 40.782465 ], [ -73.978591, 40.782783 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016600", "name": "Census Tract 166, New York County, New York", "total_population_17": 7024, "white_alone_17": 1842.0, "black_alone_17": 957.0, "native_alone_17": 36.0, "asian_alone_17": 290.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3833.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.154, "pct_black_alone_change": -5.005, "pct_native_alone_change": 0.24, "pct_asian_alone_change": 0.608, "pct_hispanic_or_latino_change": -14.326, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7893731", "INTPTLON": "-073.9483928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951177, 40.788498 ], [ -73.950713, 40.789109 ], [ -73.950241, 40.789744 ], [ -73.949766, 40.790372 ], [ -73.949303, 40.790999 ], [ -73.948846, 40.791622 ], [ -73.948386, 40.792256 ], [ -73.946772, 40.791569 ], [ -73.945168, 40.790894 ], [ -73.945636, 40.790254 ], [ -73.946086, 40.789637 ], [ -73.946555, 40.788996 ], [ -73.947002, 40.788383 ], [ -73.947461, 40.787753 ], [ -73.947924, 40.787121 ], [ -73.948378, 40.786497 ], [ -73.948589, 40.786586 ], [ -73.948857, 40.786699 ], [ -73.949981, 40.787173 ], [ -73.951609, 40.787858 ], [ -73.951177, 40.788498 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016700", "name": "Census Tract 167, New York County, New York", "total_population_17": 6400, "white_alone_17": 5241.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 501.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 443.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.456, "pct_black_alone_change": -1.963, "pct_native_alone_change": -0.145, "pct_asian_alone_change": 2.333, "pct_hispanic_or_latino_change": 0.59, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.7861484", "INTPTLON": "-073.9838791" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989957, 40.790424 ], [ -73.989877, 40.790391 ], [ -73.983751, 40.787889 ], [ -73.983079, 40.787614 ], [ -73.983062, 40.787607 ], [ -73.982947, 40.787561 ], [ -73.982917, 40.787546 ], [ -73.98287, 40.787524 ], [ -73.981229, 40.786917 ], [ -73.979744, 40.786296 ], [ -73.978534, 40.785787 ], [ -73.976902, 40.785098 ], [ -73.977365, 40.784464 ], [ -73.977827, 40.783831 ], [ -73.978326, 40.783147 ], [ -73.978591, 40.782783 ], [ -73.978823, 40.782465 ], [ -73.980473, 40.783161 ], [ -73.981662, 40.783661 ], [ -73.983297, 40.784353 ], [ -73.982638, 40.784975 ], [ -73.983569, 40.785359 ], [ -73.983935, 40.785508 ], [ -73.984059, 40.78556 ], [ -73.984195, 40.785615 ], [ -73.984813, 40.785878 ], [ -73.984852, 40.785898 ], [ -73.985047, 40.785996 ], [ -73.991301, 40.78855 ], [ -73.989957, 40.790424 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016800", "name": "Census Tract 168, New York County, New York", "total_population_17": 4770, "white_alone_17": 929.0, "black_alone_17": 1461.0, "native_alone_17": 45.0, "asian_alone_17": 313.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1985.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.321, "pct_black_alone_change": 4.847, "pct_native_alone_change": 0.654, "pct_asian_alone_change": 2.546, "pct_hispanic_or_latino_change": -14.735, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7910751", "INTPTLON": "-073.9513565" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.954564, 40.789551 ], [ -73.953889, 40.790471 ], [ -73.953438, 40.791085 ], [ -73.952984, 40.791722 ], [ -73.952522, 40.792347 ], [ -73.952073, 40.792967 ], [ -73.951602, 40.793608 ], [ -73.951111, 40.794285 ], [ -73.949508, 40.793606 ], [ -73.947896, 40.792928 ], [ -73.948386, 40.792256 ], [ -73.948846, 40.791622 ], [ -73.949303, 40.790999 ], [ -73.949766, 40.790372 ], [ -73.950241, 40.789744 ], [ -73.950713, 40.789109 ], [ -73.951177, 40.788498 ], [ -73.951609, 40.787858 ], [ -73.952797, 40.788359 ], [ -73.95321, 40.788533 ], [ -73.954135, 40.78892 ], [ -73.954817, 40.789205 ], [ -73.954564, 40.789551 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061016900", "name": "Census Tract 169, New York County, New York", "total_population_17": 8553, "white_alone_17": 6954.0, "black_alone_17": 143.0, "native_alone_17": 0.0, "asian_alone_17": 741.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 632.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.105, "pct_black_alone_change": -2.899, "pct_native_alone_change": -0.243, "pct_asian_alone_change": 3.965, "pct_hispanic_or_latino_change": -7.366, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.7851959", "INTPTLON": "-073.9731196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.976439, 40.785735 ], [ -73.975976, 40.786369 ], [ -73.975513, 40.787003 ], [ -73.975284, 40.787319 ], [ -73.975016, 40.787687 ], [ -73.972175, 40.786487 ], [ -73.969865, 40.785516 ], [ -73.969795, 40.785487 ], [ -73.96972, 40.785456 ], [ -73.969335, 40.785294 ], [ -73.969832, 40.784611 ], [ -73.970301, 40.783975 ], [ -73.97076, 40.78334 ], [ -73.971223, 40.782706 ], [ -73.974058, 40.783901 ], [ -73.976902, 40.785098 ], [ -73.976439, 40.785735 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017000", "name": "Census Tract 170, New York County, New York", "total_population_17": 7601, "white_alone_17": 476.0, "black_alone_17": 1293.0, "native_alone_17": 18.0, "asian_alone_17": 1245.0, "native_hawaiian_pacific_islander_17": 84.0, "hispanic_or_latino_17": 4322.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 0.341, "pct_black_alone_change": -9.616, "pct_native_alone_change": -0.192, "pct_asian_alone_change": 8.177, "pct_hispanic_or_latino_change": -0.905, "pct_native_hawaiian_pacific_islander_change": 1.08, "INTPTLAT": "+40.7909025", "INTPTLON": "-073.9421468" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945168, 40.790894 ], [ -73.944676, 40.791569 ], [ -73.944182, 40.792246 ], [ -73.943723, 40.792874 ], [ -73.943272, 40.793488 ], [ -73.941035, 40.792546 ], [ -73.938649, 40.791558 ], [ -73.939132, 40.790905 ], [ -73.939562, 40.790317 ], [ -73.940066, 40.789626 ], [ -73.94056, 40.788949 ], [ -73.941019, 40.788319 ], [ -73.943396, 40.789309 ], [ -73.945636, 40.790254 ], [ -73.945168, 40.790894 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017100", "name": "Census Tract 171, New York County, New York", "total_population_17": 8942, "white_alone_17": 7376.0, "black_alone_17": 244.0, "native_alone_17": 0.0, "asian_alone_17": 323.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 679.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.591, "pct_black_alone_change": -2.279, "pct_native_alone_change": -0.125, "pct_asian_alone_change": -1.015, "pct_hispanic_or_latino_change": -1.013, "pct_native_hawaiian_pacific_islander_change": -0.01, "INTPTLAT": "+40.7890396", "INTPTLON": "-073.9823769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.989957, 40.790424 ], [ -73.988123, 40.792981 ], [ -73.981932, 40.790548 ], [ -73.981766, 40.790455 ], [ -73.981595, 40.790384 ], [ -73.980357, 40.789941 ], [ -73.977857, 40.788881 ], [ -73.976503, 40.788314 ], [ -73.975016, 40.787687 ], [ -73.975284, 40.787319 ], [ -73.975513, 40.787003 ], [ -73.975976, 40.786369 ], [ -73.976439, 40.785735 ], [ -73.976902, 40.785098 ], [ -73.978534, 40.785787 ], [ -73.979744, 40.786296 ], [ -73.981229, 40.786917 ], [ -73.98287, 40.787524 ], [ -73.982917, 40.787546 ], [ -73.982947, 40.787561 ], [ -73.983062, 40.787607 ], [ -73.983079, 40.787614 ], [ -73.983751, 40.787889 ], [ -73.989877, 40.790391 ], [ -73.989957, 40.790424 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017200", "name": "Census Tract 172, New York County, New York", "total_population_17": 5787, "white_alone_17": 630.0, "black_alone_17": 978.0, "native_alone_17": 0.0, "asian_alone_17": 206.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3940.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 7.577, "pct_black_alone_change": -1.795, "pct_native_alone_change": -0.228, "pct_asian_alone_change": -0.51, "pct_hispanic_or_latino_change": -4.586, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7938270", "INTPTLON": "-073.9451333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947896, 40.792928 ], [ -73.947406, 40.793598 ], [ -73.946946, 40.794234 ], [ -73.946483, 40.794863 ], [ -73.946042, 40.795467 ], [ -73.945567, 40.796118 ], [ -73.945096, 40.796764 ], [ -73.943483, 40.796073 ], [ -73.941876, 40.795406 ], [ -73.942347, 40.794761 ], [ -73.942804, 40.794133 ], [ -73.943272, 40.793488 ], [ -73.943723, 40.792874 ], [ -73.944182, 40.792246 ], [ -73.944676, 40.791569 ], [ -73.945168, 40.790894 ], [ -73.946772, 40.791569 ], [ -73.948386, 40.792256 ], [ -73.947896, 40.792928 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017300", "name": "Census Tract 173, New York County, New York", "total_population_17": 8226, "white_alone_17": 5827.0, "black_alone_17": 259.0, "native_alone_17": 0.0, "asian_alone_17": 710.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1289.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.369, "pct_black_alone_change": -5.115, "pct_native_alone_change": -0.234, "pct_asian_alone_change": 4.605, "pct_hispanic_or_latino_change": 0.143, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.7877705", "INTPTLON": "-073.9712361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.974522, 40.78836 ], [ -73.974064, 40.788989 ], [ -73.973607, 40.789615 ], [ -73.973147, 40.790244 ], [ -73.972458, 40.789955 ], [ -73.971969, 40.78975 ], [ -73.970299, 40.789053 ], [ -73.96808, 40.788125 ], [ -73.96745, 40.787861 ], [ -73.967927, 40.787222 ], [ -73.968385, 40.786596 ], [ -73.968844, 40.785967 ], [ -73.969335, 40.785294 ], [ -73.96972, 40.785456 ], [ -73.969795, 40.785487 ], [ -73.969865, 40.785516 ], [ -73.972175, 40.786487 ], [ -73.975016, 40.787687 ], [ -73.974522, 40.78836 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017401", "name": "Census Tract 174.01, New York County, New York", "total_population_17": 4582, "white_alone_17": 523.0, "black_alone_17": 1517.0, "native_alone_17": 0.0, "asian_alone_17": 358.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2133.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.58, "pct_black_alone_change": -6.988, "pct_native_alone_change": -0.206, "pct_asian_alone_change": 5.855, "pct_hispanic_or_latino_change": -2.701, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7948875", "INTPTLON": "-073.9485760" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950613, 40.794965 ], [ -73.950158, 40.795588 ], [ -73.949695, 40.796217 ], [ -73.949405, 40.796631 ], [ -73.94922, 40.79691 ], [ -73.948852, 40.796699 ], [ -73.947645, 40.796157 ], [ -73.946042, 40.795467 ], [ -73.946483, 40.794863 ], [ -73.946946, 40.794234 ], [ -73.947406, 40.793598 ], [ -73.947896, 40.792928 ], [ -73.949508, 40.793606 ], [ -73.951111, 40.794285 ], [ -73.950613, 40.794965 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017402", "name": "Census Tract 174.02, New York County, New York", "total_population_17": 2555, "white_alone_17": 436.0, "black_alone_17": 978.0, "native_alone_17": 8.0, "asian_alone_17": 223.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 890.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.099, "pct_black_alone_change": -14.782, "pct_native_alone_change": 0.267, "pct_asian_alone_change": 7.439, "pct_hispanic_or_latino_change": -9.805, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7968026", "INTPTLON": "-073.9471624" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949097, 40.797057 ], [ -73.948792, 40.797478 ], [ -73.948311, 40.798129 ], [ -73.9467, 40.79745 ], [ -73.945096, 40.796764 ], [ -73.945567, 40.796118 ], [ -73.946042, 40.795467 ], [ -73.947645, 40.796157 ], [ -73.948852, 40.796699 ], [ -73.94922, 40.79691 ], [ -73.949097, 40.797057 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017500", "name": "Census Tract 175, New York County, New York", "total_population_17": 10500, "white_alone_17": 8304.0, "black_alone_17": 540.0, "native_alone_17": 0.0, "asian_alone_17": 530.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 991.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.567, "pct_black_alone_change": 0.005, "pct_native_alone_change": -0.14, "pct_asian_alone_change": 0.349, "pct_hispanic_or_latino_change": 1.373, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.7915227", "INTPTLON": "-073.9798883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.986256, 40.795585 ], [ -73.980109, 40.79313 ], [ -73.979885, 40.793046 ], [ -73.979715, 40.792978 ], [ -73.977691, 40.792164 ], [ -73.975989, 40.791438 ], [ -73.974565, 40.790842 ], [ -73.973147, 40.790244 ], [ -73.973607, 40.789615 ], [ -73.974064, 40.788989 ], [ -73.974522, 40.78836 ], [ -73.975016, 40.787687 ], [ -73.976503, 40.788314 ], [ -73.977857, 40.788881 ], [ -73.980357, 40.789941 ], [ -73.981595, 40.790384 ], [ -73.981766, 40.790455 ], [ -73.981932, 40.790548 ], [ -73.988123, 40.792981 ], [ -73.986256, 40.795585 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017700", "name": "Census Tract 177, New York County, New York", "total_population_17": 9513, "white_alone_17": 4349.0, "black_alone_17": 979.0, "native_alone_17": 0.0, "asian_alone_17": 657.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2936.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.712, "pct_black_alone_change": -6.896, "pct_native_alone_change": -0.27, "pct_asian_alone_change": 4.12, "pct_hispanic_or_latino_change": 1.408, "pct_native_hawaiian_pacific_islander_change": -0.01, "INTPTLAT": "+40.7903083", "INTPTLON": "-073.9693891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.97269, 40.79087 ], [ -73.972233, 40.791498 ], [ -73.971773, 40.792127 ], [ -73.971316, 40.792753 ], [ -73.968793, 40.791699 ], [ -73.968466, 40.791562 ], [ -73.965632, 40.790365 ], [ -73.966094, 40.789734 ], [ -73.966552, 40.789108 ], [ -73.96701, 40.788476 ], [ -73.96745, 40.787861 ], [ -73.96808, 40.788125 ], [ -73.970299, 40.789053 ], [ -73.971969, 40.78975 ], [ -73.972458, 40.789955 ], [ -73.973147, 40.790244 ], [ -73.97269, 40.79087 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017800", "name": "Census Tract 178, New York County, New York", "total_population_17": 3782, "white_alone_17": 671.0, "black_alone_17": 632.0, "native_alone_17": 28.0, "asian_alone_17": 218.0, "native_hawaiian_pacific_islander_17": 16.0, "hispanic_or_latino_17": 2085.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.192, "pct_black_alone_change": -5.115, "pct_native_alone_change": 0.52, "pct_asian_alone_change": 4.617, "pct_hispanic_or_latino_change": -6.003, "pct_native_hawaiian_pacific_islander_change": 0.423, "INTPTLAT": "+40.7935107", "INTPTLON": "-073.9326073" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937257, 40.79347 ], [ -73.936808, 40.794085 ], [ -73.936361, 40.794698 ], [ -73.935912, 40.795312 ], [ -73.935408, 40.796004 ], [ -73.935341, 40.796095 ], [ -73.934913, 40.79668 ], [ -73.934456, 40.79731 ], [ -73.933991, 40.797932 ], [ -73.931743, 40.796988 ], [ -73.929777, 40.796156 ], [ -73.929569, 40.796041 ], [ -73.929543, 40.796027 ], [ -73.929455, 40.795979 ], [ -73.929429, 40.795964 ], [ -73.929256, 40.795867 ], [ -73.927257, 40.794876 ], [ -73.927652, 40.794113 ], [ -73.927826, 40.793845 ], [ -73.928105, 40.79345 ], [ -73.928326, 40.793159 ], [ -73.928373, 40.792845 ], [ -73.928268, 40.792299 ], [ -73.927723, 40.791994 ], [ -73.927478, 40.791937 ], [ -73.926664, 40.791927 ], [ -73.926372, 40.791789 ], [ -73.926117, 40.791578 ], [ -73.926135, 40.79135 ], [ -73.92651, 40.790868 ], [ -73.928762, 40.791039 ], [ -73.929349, 40.791253 ], [ -73.929615, 40.791399 ], [ -73.930162, 40.791306 ], [ -73.930868, 40.791093 ], [ -73.931348, 40.790786 ], [ -73.931788, 40.790173 ], [ -73.934864, 40.791588 ], [ -73.935049, 40.79169 ], [ -73.935217, 40.791782 ], [ -73.935337, 40.791837 ], [ -73.935553, 40.791842 ], [ -73.936792, 40.792404 ], [ -73.937737, 40.792816 ], [ -73.937257, 40.79347 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061017900", "name": "Census Tract 179, New York County, New York", "total_population_17": 9115, "white_alone_17": 5635.0, "black_alone_17": 230.0, "native_alone_17": 601.0, "asian_alone_17": 695.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2422.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.348, "pct_black_alone_change": -5.774, "pct_native_alone_change": 6.331, "pct_asian_alone_change": 0.77, "pct_hispanic_or_latino_change": 12.083, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.7944258", "INTPTLON": "-073.9789459" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.984923, 40.797517 ], [ -73.984835, 40.797634 ], [ -73.984794, 40.797687 ], [ -73.984407, 40.798198 ], [ -73.978316, 40.795687 ], [ -73.977742, 40.795399 ], [ -73.977505, 40.795304 ], [ -73.977291, 40.795219 ], [ -73.977119, 40.795157 ], [ -73.976502, 40.794939 ], [ -73.976233, 40.794828 ], [ -73.974874, 40.794252 ], [ -73.974724, 40.794189 ], [ -73.974162, 40.793952 ], [ -73.973435, 40.793646 ], [ -73.972739, 40.793353 ], [ -73.971316, 40.792753 ], [ -73.971773, 40.792127 ], [ -73.972233, 40.791498 ], [ -73.97269, 40.79087 ], [ -73.973147, 40.790244 ], [ -73.974565, 40.790842 ], [ -73.975989, 40.791438 ], [ -73.977691, 40.792164 ], [ -73.979715, 40.792978 ], [ -73.979885, 40.793046 ], [ -73.980109, 40.79313 ], [ -73.986256, 40.795585 ], [ -73.984923, 40.797517 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018000", "name": "Census Tract 180, New York County, New York", "total_population_17": 7896, "white_alone_17": 639.0, "black_alone_17": 1784.0, "native_alone_17": 68.0, "asian_alone_17": 386.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4901.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.756, "pct_black_alone_change": -2.256, "pct_native_alone_change": 0.734, "pct_asian_alone_change": 3.169, "pct_hispanic_or_latino_change": -7.362, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7944017", "INTPTLON": "-073.9395950" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942804, 40.794133 ], [ -73.942347, 40.794761 ], [ -73.941876, 40.795406 ], [ -73.94141, 40.796042 ], [ -73.940929, 40.7967 ], [ -73.940519, 40.797261 ], [ -73.938285, 40.796301 ], [ -73.937946, 40.796159 ], [ -73.937523, 40.795983 ], [ -73.935912, 40.795312 ], [ -73.936361, 40.794698 ], [ -73.936808, 40.794085 ], [ -73.937257, 40.79347 ], [ -73.937737, 40.792816 ], [ -73.938193, 40.792188 ], [ -73.938649, 40.791558 ], [ -73.941035, 40.792546 ], [ -73.943272, 40.793488 ], [ -73.942804, 40.794133 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018100", "name": "Census Tract 181, New York County, New York", "total_population_17": 9579, "white_alone_17": 5694.0, "black_alone_17": 1077.0, "native_alone_17": 0.0, "asian_alone_17": 779.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1717.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.881, "pct_black_alone_change": -7.707, "pct_native_alone_change": -0.396, "pct_asian_alone_change": 2.197, "pct_hispanic_or_latino_change": 0.902, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+40.7925560", "INTPTLON": "-073.9677459" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970858, 40.79338 ], [ -73.970368, 40.794051 ], [ -73.96987, 40.794736 ], [ -73.969452, 40.794563 ], [ -73.969224, 40.79447 ], [ -73.968636, 40.794227 ], [ -73.968032, 40.793979 ], [ -73.967817, 40.79389 ], [ -73.967593, 40.793799 ], [ -73.967012, 40.79356 ], [ -73.966547, 40.793358 ], [ -73.966446, 40.793315 ], [ -73.96526, 40.792801 ], [ -73.964176, 40.792362 ], [ -73.964685, 40.791664 ], [ -73.965177, 40.790991 ], [ -73.965632, 40.790365 ], [ -73.968466, 40.791562 ], [ -73.968793, 40.791699 ], [ -73.971316, 40.792753 ], [ -73.970858, 40.79338 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018200", "name": "Census Tract 182, New York County, New York", "total_population_17": 8147, "white_alone_17": 518.0, "black_alone_17": 2409.0, "native_alone_17": 0.0, "asian_alone_17": 494.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4574.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.696, "pct_black_alone_change": -2.447, "pct_native_alone_change": -0.233, "pct_asian_alone_change": 5.087, "pct_hispanic_or_latino_change": -8.487, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7983211", "INTPTLON": "-073.9418511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944787, 40.797185 ], [ -73.944569, 40.797483 ], [ -73.944009, 40.798248 ], [ -73.943742, 40.798616 ], [ -73.943238, 40.799309 ], [ -73.943076, 40.799529 ], [ -73.942743, 40.799983 ], [ -73.942285, 40.800613 ], [ -73.941825, 40.80124 ], [ -73.940207, 40.800557 ], [ -73.938603, 40.799883 ], [ -73.939062, 40.799253 ], [ -73.939522, 40.798625 ], [ -73.939954, 40.798036 ], [ -73.940021, 40.797947 ], [ -73.940519, 40.797261 ], [ -73.940929, 40.7967 ], [ -73.94141, 40.796042 ], [ -73.941876, 40.795406 ], [ -73.943483, 40.796073 ], [ -73.945096, 40.796764 ], [ -73.944787, 40.797185 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018300", "name": "Census Tract 183, New York County, New York", "total_population_17": 7454, "white_alone_17": 5511.0, "black_alone_17": 302.0, "native_alone_17": 20.0, "asian_alone_17": 555.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 950.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.421, "pct_black_alone_change": -4.058, "pct_native_alone_change": 0.081, "pct_asian_alone_change": -0.554, "pct_hispanic_or_latino_change": -7.865, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.7967863", "INTPTLON": "-073.9769266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.982512, 40.800705 ], [ -73.976492, 40.798289 ], [ -73.97583, 40.798022 ], [ -73.975634, 40.797946 ], [ -73.975398, 40.797848 ], [ -73.97521, 40.797774 ], [ -73.97413, 40.797341 ], [ -73.973651, 40.797149 ], [ -73.972257, 40.796561 ], [ -73.970836, 40.795963 ], [ -73.969415, 40.795361 ], [ -73.96987, 40.794736 ], [ -73.970368, 40.794051 ], [ -73.970858, 40.79338 ], [ -73.971316, 40.792753 ], [ -73.972739, 40.793353 ], [ -73.973435, 40.793646 ], [ -73.974162, 40.793952 ], [ -73.974724, 40.794189 ], [ -73.974874, 40.794252 ], [ -73.976233, 40.794828 ], [ -73.976502, 40.794939 ], [ -73.977119, 40.795157 ], [ -73.977291, 40.795219 ], [ -73.977505, 40.795304 ], [ -73.977742, 40.795399 ], [ -73.978316, 40.795687 ], [ -73.984407, 40.798198 ], [ -73.982512, 40.800705 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018400", "name": "Census Tract 184, New York County, New York", "total_population_17": 7459, "white_alone_17": 365.0, "black_alone_17": 3015.0, "native_alone_17": 0.0, "asian_alone_17": 704.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3233.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.428, "pct_black_alone_change": -2.386, "pct_native_alone_change": -0.3, "pct_asian_alone_change": 7.856, "pct_hispanic_or_latino_change": -10.153, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7996841", "INTPTLON": "-073.9450687" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947816, 40.798805 ], [ -73.947735, 40.798914 ], [ -73.9474, 40.799374 ], [ -73.947295, 40.799518 ], [ -73.946974, 40.799961 ], [ -73.946462, 40.800665 ], [ -73.946325, 40.800852 ], [ -73.945968, 40.801342 ], [ -73.945508, 40.801971 ], [ -73.945052, 40.802599 ], [ -73.943436, 40.801919 ], [ -73.941825, 40.80124 ], [ -73.942285, 40.800613 ], [ -73.942743, 40.799983 ], [ -73.943076, 40.799529 ], [ -73.943238, 40.799309 ], [ -73.943742, 40.798616 ], [ -73.944009, 40.798248 ], [ -73.944569, 40.797483 ], [ -73.944787, 40.797185 ], [ -73.945096, 40.796764 ], [ -73.9467, 40.79745 ], [ -73.948311, 40.798129 ], [ -73.947816, 40.798805 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018500", "name": "Census Tract 185, New York County, New York", "total_population_17": 5135, "white_alone_17": 3319.0, "black_alone_17": 722.0, "native_alone_17": 8.0, "asian_alone_17": 522.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 475.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.846, "pct_black_alone_change": -11.132, "pct_native_alone_change": -0.135, "pct_asian_alone_change": 4.588, "pct_hispanic_or_latino_change": -0.266, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+40.7944999", "INTPTLON": "-073.9663637" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96987, 40.794736 ], [ -73.969415, 40.795361 ], [ -73.969379, 40.795408 ], [ -73.968956, 40.795988 ], [ -73.968476, 40.796643 ], [ -73.967128, 40.796081 ], [ -73.967022, 40.796037 ], [ -73.966637, 40.795876 ], [ -73.966226, 40.795705 ], [ -73.965628, 40.795456 ], [ -73.965132, 40.795205 ], [ -73.964303, 40.794787 ], [ -73.964111, 40.794711 ], [ -73.962834, 40.794203 ], [ -73.963223, 40.793675 ], [ -73.963711, 40.793013 ], [ -73.963804, 40.792881 ], [ -73.963897, 40.792751 ], [ -73.964176, 40.792362 ], [ -73.96526, 40.792801 ], [ -73.966446, 40.793315 ], [ -73.966547, 40.793358 ], [ -73.967012, 40.79356 ], [ -73.967593, 40.793799 ], [ -73.967817, 40.79389 ], [ -73.968032, 40.793979 ], [ -73.968636, 40.794227 ], [ -73.969224, 40.79447 ], [ -73.969452, 40.794563 ], [ -73.96987, 40.794736 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018600", "name": "Census Tract 186, New York County, New York", "total_population_17": 7928, "white_alone_17": 443.0, "black_alone_17": 3783.0, "native_alone_17": 0.0, "asian_alone_17": 450.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2973.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.694, "pct_black_alone_change": -21.129, "pct_native_alone_change": -0.384, "pct_asian_alone_change": 4.822, "pct_hispanic_or_latino_change": 10.635, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7991060", "INTPTLON": "-073.9497088" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952015, 40.798833 ], [ -73.951529, 40.799459 ], [ -73.951191, 40.799948 ], [ -73.951094, 40.800091 ], [ -73.950636, 40.80072 ], [ -73.950442, 40.800982 ], [ -73.950186, 40.801332 ], [ -73.948625, 40.800666 ], [ -73.947791, 40.80031 ], [ -73.946974, 40.799961 ], [ -73.947295, 40.799518 ], [ -73.9474, 40.799374 ], [ -73.947735, 40.798914 ], [ -73.947816, 40.798805 ], [ -73.948311, 40.798129 ], [ -73.948792, 40.797478 ], [ -73.949097, 40.797057 ], [ -73.94922, 40.79691 ], [ -73.949604, 40.79705 ], [ -73.950541, 40.797442 ], [ -73.950578, 40.797457 ], [ -73.950868, 40.797578 ], [ -73.950913, 40.797597 ], [ -73.952483, 40.798253 ], [ -73.952015, 40.798833 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018700", "name": "Census Tract 187, New York County, New York", "total_population_17": 8660, "white_alone_17": 6280.0, "black_alone_17": 506.0, "native_alone_17": 0.0, "asian_alone_17": 767.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 986.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.094, "pct_black_alone_change": -3.978, "pct_native_alone_change": -0.184, "pct_asian_alone_change": 1.351, "pct_hispanic_or_latino_change": -10.346, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7998766", "INTPTLON": "-073.9747148" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.98058, 40.803261 ], [ -73.974714, 40.800851 ], [ -73.974391, 40.800703 ], [ -73.974247, 40.800641 ], [ -73.972554, 40.799953 ], [ -73.971924, 40.799705 ], [ -73.970423, 40.799071 ], [ -73.969001, 40.798476 ], [ -73.967575, 40.79787 ], [ -73.968038, 40.79725 ], [ -73.968476, 40.796643 ], [ -73.968956, 40.795988 ], [ -73.969379, 40.795408 ], [ -73.969415, 40.795361 ], [ -73.970836, 40.795963 ], [ -73.972257, 40.796561 ], [ -73.973651, 40.797149 ], [ -73.97413, 40.797341 ], [ -73.97521, 40.797774 ], [ -73.975398, 40.797848 ], [ -73.975634, 40.797946 ], [ -73.97583, 40.798022 ], [ -73.976492, 40.798289 ], [ -73.982512, 40.800705 ], [ -73.98058, 40.803261 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018800", "name": "Census Tract 188, New York County, New York", "total_population_17": 6009, "white_alone_17": 863.0, "black_alone_17": 1232.0, "native_alone_17": 14.0, "asian_alone_17": 144.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3632.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.15, "pct_black_alone_change": 2.577, "pct_native_alone_change": 0.125, "pct_asian_alone_change": 1.098, "pct_hispanic_or_latino_change": -13.518, "pct_native_hawaiian_pacific_islander_change": -0.062, "INTPTLAT": "+40.7975948", "INTPTLON": "-073.9372599" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940021, 40.797947 ], [ -73.939954, 40.798036 ], [ -73.939522, 40.798625 ], [ -73.939062, 40.799253 ], [ -73.938603, 40.799883 ], [ -73.936361, 40.798935 ], [ -73.933991, 40.797932 ], [ -73.934456, 40.79731 ], [ -73.934913, 40.79668 ], [ -73.935341, 40.796095 ], [ -73.935408, 40.796004 ], [ -73.935912, 40.795312 ], [ -73.937523, 40.795983 ], [ -73.937946, 40.796159 ], [ -73.938285, 40.796301 ], [ -73.940519, 40.797261 ], [ -73.940021, 40.797947 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061018900", "name": "Census Tract 189, New York County, New York", "total_population_17": 12236, "white_alone_17": 2480.0, "black_alone_17": 2146.0, "native_alone_17": 0.0, "asian_alone_17": 821.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6294.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.08, "pct_black_alone_change": -11.95, "pct_native_alone_change": -0.269, "pct_asian_alone_change": 3.605, "pct_hispanic_or_latino_change": 5.566, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7973281", "INTPTLON": "-073.9642508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.968038, 40.79725 ], [ -73.967575, 40.79787 ], [ -73.96712, 40.798503 ], [ -73.966662, 40.799133 ], [ -73.966206, 40.799761 ], [ -73.965711, 40.800437 ], [ -73.962869, 40.79924 ], [ -73.961478, 40.798654 ], [ -73.960037, 40.798038 ], [ -73.960523, 40.797369 ], [ -73.960979, 40.796738 ], [ -73.96144, 40.796111 ], [ -73.961899, 40.79548 ], [ -73.962359, 40.794852 ], [ -73.962834, 40.794203 ], [ -73.964111, 40.794711 ], [ -73.964303, 40.794787 ], [ -73.965132, 40.795205 ], [ -73.965628, 40.795456 ], [ -73.966226, 40.795705 ], [ -73.966637, 40.795876 ], [ -73.967022, 40.796037 ], [ -73.967128, 40.796081 ], [ -73.968476, 40.796643 ], [ -73.968038, 40.79725 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019000", "name": "Census Tract 190, New York County, New York", "total_population_17": 3452, "white_alone_17": 637.0, "black_alone_17": 2001.0, "native_alone_17": 34.0, "asian_alone_17": 291.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 421.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.353, "pct_black_alone_change": -22.892, "pct_native_alone_change": 0.655, "pct_asian_alone_change": 7.88, "pct_hispanic_or_latino_change": -4.416, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8019616", "INTPTLON": "-073.9476194" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94968, 40.802024 ], [ -73.949187, 40.8027 ], [ -73.948728, 40.803331 ], [ -73.948273, 40.803957 ], [ -73.948083, 40.803877 ], [ -73.945302, 40.802704 ], [ -73.945052, 40.802599 ], [ -73.945508, 40.801971 ], [ -73.945968, 40.801342 ], [ -73.946325, 40.800852 ], [ -73.946462, 40.800665 ], [ -73.946974, 40.799961 ], [ -73.947791, 40.80031 ], [ -73.948625, 40.800666 ], [ -73.950186, 40.801332 ], [ -73.94968, 40.802024 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019100", "name": "Census Tract 191, New York County, New York", "total_population_17": 9834, "white_alone_17": 5688.0, "black_alone_17": 826.0, "native_alone_17": 29.0, "asian_alone_17": 1433.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1501.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.593, "pct_black_alone_change": -3.731, "pct_native_alone_change": 0.108, "pct_asian_alone_change": 8.59, "pct_hispanic_or_latino_change": -2.705, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+40.8015611", "INTPTLON": "-073.9722959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.979886, 40.804181 ], [ -73.978761, 40.805667 ], [ -73.972899, 40.803383 ], [ -73.972657, 40.803277 ], [ -73.9725, 40.803217 ], [ -73.972356, 40.803172 ], [ -73.970273, 40.80236 ], [ -73.970047, 40.802265 ], [ -73.968584, 40.801636 ], [ -73.967878, 40.801354 ], [ -73.967176, 40.801057 ], [ -73.965711, 40.800437 ], [ -73.966206, 40.799761 ], [ -73.966662, 40.799133 ], [ -73.96712, 40.798503 ], [ -73.967575, 40.79787 ], [ -73.969001, 40.798476 ], [ -73.970423, 40.799071 ], [ -73.971924, 40.799705 ], [ -73.972554, 40.799953 ], [ -73.974247, 40.800641 ], [ -73.974391, 40.800703 ], [ -73.974714, 40.800851 ], [ -73.98058, 40.803261 ], [ -73.979886, 40.804181 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019200", "name": "Census Tract 192, New York County, New York", "total_population_17": 3963, "white_alone_17": 97.0, "black_alone_17": 1250.0, "native_alone_17": 112.0, "asian_alone_17": 272.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2234.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.695, "pct_black_alone_change": -14.346, "pct_native_alone_change": 2.512, "pct_asian_alone_change": 6.051, "pct_hispanic_or_latino_change": 6.738, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7987751", "INTPTLON": "-073.9294062" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933516, 40.798594 ], [ -73.93305, 40.799231 ], [ -73.932667, 40.799753 ], [ -73.932489, 40.799998 ], [ -73.932153, 40.800458 ], [ -73.931969, 40.800711 ], [ -73.931773, 40.800979 ], [ -73.931388, 40.801503 ], [ -73.931202, 40.801755 ], [ -73.931015, 40.802001 ], [ -73.93099, 40.802042 ], [ -73.93073, 40.802427 ], [ -73.93037, 40.802737 ], [ -73.930236, 40.802831 ], [ -73.930149, 40.802884 ], [ -73.929983, 40.802985 ], [ -73.929588, 40.80318 ], [ -73.928225, 40.80385 ], [ -73.927525, 40.802764 ], [ -73.92725, 40.802558 ], [ -73.926737, 40.8025 ], [ -73.926562, 40.802476 ], [ -73.926419, 40.802476 ], [ -73.925081, 40.802521 ], [ -73.925291, 40.802002 ], [ -73.925603, 40.801998 ], [ -73.926854, 40.799988 ], [ -73.926901, 40.799888 ], [ -73.927379, 40.798593 ], [ -73.927599, 40.79803 ], [ -73.927355, 40.797468 ], [ -73.927122, 40.797067 ], [ -73.926939, 40.796 ], [ -73.926963, 40.795242 ], [ -73.927257, 40.794876 ], [ -73.929256, 40.795867 ], [ -73.929429, 40.795964 ], [ -73.929455, 40.795979 ], [ -73.929543, 40.796027 ], [ -73.929569, 40.796041 ], [ -73.929777, 40.796156 ], [ -73.931743, 40.796988 ], [ -73.933991, 40.797932 ], [ -73.933516, 40.798594 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019300", "name": "Census Tract 193, New York County, New York", "total_population_17": 9361, "white_alone_17": 2932.0, "black_alone_17": 1558.0, "native_alone_17": 26.0, "asian_alone_17": 766.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3709.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.005, "pct_black_alone_change": -7.315, "pct_native_alone_change": -0.147, "pct_asian_alone_change": 2.884, "pct_hispanic_or_latino_change": -9.507, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8005051", "INTPTLON": "-073.9619564" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.965215, 40.801111 ], [ -73.96476, 40.801741 ], [ -73.964301, 40.802373 ], [ -73.963861, 40.802972 ], [ -73.961077, 40.8018 ], [ -73.960158, 40.801386 ], [ -73.959647, 40.801156 ], [ -73.959032, 40.800899 ], [ -73.958558, 40.800701 ], [ -73.958502, 40.800678 ], [ -73.958195, 40.800553 ], [ -73.958354, 40.800337 ], [ -73.958619, 40.799977 ], [ -73.959077, 40.799352 ], [ -73.959537, 40.798719 ], [ -73.960037, 40.798038 ], [ -73.961478, 40.798654 ], [ -73.962869, 40.79924 ], [ -73.965711, 40.800437 ], [ -73.965215, 40.801111 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019400", "name": "Census Tract 194, New York County, New York", "total_population_17": 6703, "white_alone_17": 467.0, "black_alone_17": 2194.0, "native_alone_17": 118.0, "asian_alone_17": 111.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3781.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.287, "pct_black_alone_change": -5.997, "pct_native_alone_change": 1.409, "pct_asian_alone_change": 0.852, "pct_hispanic_or_latino_change": -1.605, "pct_native_hawaiian_pacific_islander_change": -0.029, "INTPTLAT": "+40.8004651", "INTPTLON": "-073.9351859" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.938144, 40.80051 ], [ -73.937686, 40.801141 ], [ -73.937228, 40.801769 ], [ -73.93677, 40.802397 ], [ -73.93631, 40.803024 ], [ -73.934062, 40.802077 ], [ -73.933964, 40.801921 ], [ -73.93365, 40.801788 ], [ -73.932635, 40.80135 ], [ -73.931773, 40.800979 ], [ -73.931969, 40.800711 ], [ -73.932153, 40.800458 ], [ -73.932489, 40.799998 ], [ -73.932667, 40.799753 ], [ -73.93305, 40.799231 ], [ -73.933516, 40.798594 ], [ -73.933991, 40.797932 ], [ -73.936361, 40.798935 ], [ -73.938603, 40.799883 ], [ -73.938144, 40.80051 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019500", "name": "Census Tract 195, New York County, New York", "total_population_17": 7207, "white_alone_17": 4551.0, "black_alone_17": 160.0, "native_alone_17": 0.0, "asian_alone_17": 972.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1345.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.563, "pct_black_alone_change": -3.061, "pct_native_alone_change": -0.285, "pct_asian_alone_change": 5.591, "pct_hispanic_or_latino_change": -10.791, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8040030", "INTPTLON": "-073.9705048" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.977021, 40.807969 ], [ -73.971133, 40.805802 ], [ -73.970841, 40.805685 ], [ -73.970693, 40.80563 ], [ -73.968559, 40.804853 ], [ -73.968048, 40.804684 ], [ -73.966701, 40.804169 ], [ -73.964387, 40.803194 ], [ -73.964319, 40.803165 ], [ -73.963861, 40.802972 ], [ -73.964301, 40.802373 ], [ -73.96476, 40.801741 ], [ -73.965215, 40.801111 ], [ -73.965711, 40.800437 ], [ -73.967176, 40.801057 ], [ -73.967878, 40.801354 ], [ -73.968584, 40.801636 ], [ -73.970047, 40.802265 ], [ -73.970273, 40.80236 ], [ -73.972356, 40.803172 ], [ -73.9725, 40.803217 ], [ -73.972657, 40.803277 ], [ -73.972899, 40.803383 ], [ -73.978761, 40.805667 ], [ -73.977021, 40.807969 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019600", "name": "Census Tract 196, New York County, New York", "total_population_17": 4072, "white_alone_17": 507.0, "black_alone_17": 1223.0, "native_alone_17": 0.0, "asian_alone_17": 230.0, "native_hawaiian_pacific_islander_17": 4.0, "hispanic_or_latino_17": 1884.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.305, "pct_black_alone_change": -17.66, "pct_native_alone_change": -0.267, "pct_asian_alone_change": 4.928, "pct_hispanic_or_latino_change": -3.506, "pct_native_hawaiian_pacific_islander_change": 0.098, "INTPTLAT": "+40.8028054", "INTPTLON": "-073.9385762" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941364, 40.801871 ], [ -73.940908, 40.802499 ], [ -73.940447, 40.803126 ], [ -73.939989, 40.803756 ], [ -73.939531, 40.804383 ], [ -73.939035, 40.805057 ], [ -73.938544, 40.80573 ], [ -73.936928, 40.805046 ], [ -73.935326, 40.804371 ], [ -73.935817, 40.8037 ], [ -73.93631, 40.803024 ], [ -73.93677, 40.802397 ], [ -73.937228, 40.801769 ], [ -73.937686, 40.801141 ], [ -73.938144, 40.80051 ], [ -73.938603, 40.799883 ], [ -73.940207, 40.800557 ], [ -73.941825, 40.80124 ], [ -73.941364, 40.801871 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019701", "name": "Census Tract 197.01, New York County, New York", "total_population_17": 593, "white_alone_17": 229.0, "black_alone_17": 23.0, "native_alone_17": 0.0, "asian_alone_17": 183.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 147.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.905, "pct_black_alone_change": -9.164, "pct_native_alone_change": -4.348, "pct_asian_alone_change": 26.512, "pct_hispanic_or_latino_change": 3.05, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8053110", "INTPTLON": "-073.9593993" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96369, 40.803207 ], [ -73.963384, 40.803628 ], [ -73.963184, 40.803902 ], [ -73.962926, 40.804256 ], [ -73.962475, 40.804886 ], [ -73.962008, 40.805509 ], [ -73.960074, 40.804706 ], [ -73.959953, 40.805062 ], [ -73.959826, 40.805435 ], [ -73.959357, 40.806121 ], [ -73.958407, 40.807419 ], [ -73.957949, 40.808053 ], [ -73.957617, 40.808671 ], [ -73.957425, 40.80905 ], [ -73.957245, 40.809404 ], [ -73.957091, 40.81008 ], [ -73.958272, 40.810629 ], [ -73.957808, 40.811264 ], [ -73.956801, 40.810839 ], [ -73.954966, 40.810064 ], [ -73.95543, 40.809429 ], [ -73.955884, 40.808802 ], [ -73.956344, 40.808174 ], [ -73.956806, 40.807546 ], [ -73.957266, 40.806916 ], [ -73.957722, 40.806291 ], [ -73.958182, 40.805597 ], [ -73.958254, 40.804714 ], [ -73.958204, 40.803894 ], [ -73.958249, 40.803107 ], [ -73.958688, 40.80247 ], [ -73.959147, 40.801844 ], [ -73.959647, 40.801156 ], [ -73.960158, 40.801386 ], [ -73.961077, 40.8018 ], [ -73.963861, 40.802972 ], [ -73.96369, 40.803207 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019702", "name": "Census Tract 197.02, New York County, New York", "total_population_17": 2460, "white_alone_17": 676.0, "black_alone_17": 820.0, "native_alone_17": 24.0, "asian_alone_17": 398.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 502.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 16.56, "pct_black_alone_change": -25.096, "pct_native_alone_change": 0.162, "pct_asian_alone_change": 10.145, "pct_hispanic_or_latino_change": -2.773, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8021890", "INTPTLON": "-073.9579879" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.959147, 40.801844 ], [ -73.958688, 40.80247 ], [ -73.958249, 40.803107 ], [ -73.958204, 40.803894 ], [ -73.957782, 40.803728 ], [ -73.956321, 40.803115 ], [ -73.956778, 40.802488 ], [ -73.957238, 40.801858 ], [ -73.957696, 40.801232 ], [ -73.957944, 40.800893 ], [ -73.957993, 40.800827 ], [ -73.958195, 40.800553 ], [ -73.958502, 40.800678 ], [ -73.958558, 40.800701 ], [ -73.959032, 40.800899 ], [ -73.959647, 40.801156 ], [ -73.959147, 40.801844 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019800", "name": "Census Tract 198, New York County, New York", "total_population_17": 2806, "white_alone_17": 453.0, "black_alone_17": 1434.0, "native_alone_17": 15.0, "asian_alone_17": 302.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 551.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 12.848, "pct_black_alone_change": -28.328, "pct_native_alone_change": 0.139, "pct_asian_alone_change": 9.84, "pct_hispanic_or_latino_change": 4.672, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8043025", "INTPTLON": "-073.9423627" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945693, 40.804515 ], [ -73.945239, 40.805136 ], [ -73.944783, 40.805761 ], [ -73.944302, 40.806391 ], [ -73.943402, 40.806014 ], [ -73.942754, 40.805744 ], [ -73.942262, 40.806416 ], [ -73.941771, 40.807089 ], [ -73.940157, 40.806409 ], [ -73.938544, 40.80573 ], [ -73.939035, 40.805057 ], [ -73.939531, 40.804383 ], [ -73.939989, 40.803756 ], [ -73.940447, 40.803126 ], [ -73.940908, 40.802499 ], [ -73.941364, 40.801871 ], [ -73.941825, 40.80124 ], [ -73.943436, 40.801919 ], [ -73.945052, 40.802599 ], [ -73.944667, 40.80313 ], [ -73.944597, 40.803228 ], [ -73.946131, 40.803877 ], [ -73.945693, 40.804515 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061019900", "name": "Census Tract 199, New York County, New York", "total_population_17": 8854, "white_alone_17": 5399.0, "black_alone_17": 584.0, "native_alone_17": 13.0, "asian_alone_17": 1321.0, "native_hawaiian_pacific_islander_17": 15.0, "hispanic_or_latino_17": 1317.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.182, "pct_black_alone_change": -0.774, "pct_native_alone_change": -0.062, "pct_asian_alone_change": -0.107, "pct_hispanic_or_latino_change": 2.062, "pct_native_hawaiian_pacific_islander_change": 0.147, "INTPTLAT": "+40.8065430", "INTPTLON": "-073.9687765" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.974882, 40.8108 ], [ -73.969222, 40.808506 ], [ -73.968874, 40.808341 ], [ -73.968695, 40.80827 ], [ -73.966979, 40.807596 ], [ -73.966354, 40.807335 ], [ -73.966199, 40.80727 ], [ -73.965824, 40.807114 ], [ -73.964848, 40.806707 ], [ -73.962473, 40.805705 ], [ -73.962008, 40.805509 ], [ -73.962475, 40.804886 ], [ -73.962926, 40.804256 ], [ -73.963184, 40.803902 ], [ -73.963384, 40.803628 ], [ -73.96369, 40.803207 ], [ -73.963861, 40.802972 ], [ -73.964319, 40.803165 ], [ -73.964387, 40.803194 ], [ -73.966701, 40.804169 ], [ -73.968048, 40.804684 ], [ -73.968559, 40.804853 ], [ -73.970693, 40.80563 ], [ -73.970841, 40.805685 ], [ -73.971133, 40.805802 ], [ -73.977021, 40.807969 ], [ -73.974882, 40.8108 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020000", "name": "Census Tract 200, New York County, New York", "total_population_17": 3394, "white_alone_17": 771.0, "black_alone_17": 1778.0, "native_alone_17": 0.0, "asian_alone_17": 103.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 613.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 19.194, "pct_black_alone_change": -31.119, "pct_native_alone_change": -0.539, "pct_asian_alone_change": 1.585, "pct_hispanic_or_latino_change": 7.825, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8057859", "INTPTLON": "-073.9452336" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.948273, 40.803957 ], [ -73.947891, 40.804479 ], [ -73.947813, 40.804587 ], [ -73.947352, 40.805213 ], [ -73.9469, 40.805839 ], [ -73.946438, 40.806469 ], [ -73.945978, 40.807098 ], [ -73.945482, 40.807773 ], [ -73.944994, 40.808446 ], [ -73.941771, 40.807089 ], [ -73.942262, 40.806416 ], [ -73.942754, 40.805744 ], [ -73.943402, 40.806014 ], [ -73.944302, 40.806391 ], [ -73.944783, 40.805761 ], [ -73.945239, 40.805136 ], [ -73.945693, 40.804515 ], [ -73.946131, 40.803877 ], [ -73.944597, 40.803228 ], [ -73.944667, 40.80313 ], [ -73.945052, 40.802599 ], [ -73.945302, 40.802704 ], [ -73.948083, 40.803877 ], [ -73.948273, 40.803957 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020101", "name": "Census Tract 201.01, New York County, New York", "total_population_17": 1781, "white_alone_17": 950.0, "black_alone_17": 269.0, "native_alone_17": 39.0, "asian_alone_17": 282.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 182.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.221, "pct_black_alone_change": 4.178, "pct_native_alone_change": 1.964, "pct_asian_alone_change": -6.152, "pct_hispanic_or_latino_change": 1.506, "pct_native_hawaiian_pacific_islander_change": -0.135, "INTPTLAT": "+40.8064355", "INTPTLON": "-073.9602048" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961548, 40.806136 ], [ -73.961358, 40.806398 ], [ -73.961053, 40.806821 ], [ -73.960106, 40.80812 ], [ -73.959791, 40.80799 ], [ -73.958407, 40.807419 ], [ -73.959357, 40.806121 ], [ -73.959826, 40.805435 ], [ -73.959953, 40.805062 ], [ -73.960074, 40.804706 ], [ -73.962008, 40.805509 ], [ -73.961548, 40.806136 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020102", "name": "Census Tract 201.02, New York County, New York", "total_population_17": 4454, "white_alone_17": 1302.0, "black_alone_17": 2000.0, "native_alone_17": 0.0, "asian_alone_17": 183.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 819.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 24.975, "pct_black_alone_change": -27.217, "pct_native_alone_change": -0.445, "pct_asian_alone_change": 3.525, "pct_hispanic_or_latino_change": -3.621, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8050511", "INTPTLON": "-073.9566329" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958254, 40.804714 ], [ -73.958182, 40.805597 ], [ -73.957722, 40.806291 ], [ -73.957266, 40.806916 ], [ -73.955869, 40.806336 ], [ -73.954416, 40.805725 ], [ -73.954874, 40.805096 ], [ -73.955368, 40.80442 ], [ -73.955861, 40.803744 ], [ -73.956321, 40.803115 ], [ -73.957782, 40.803728 ], [ -73.958204, 40.803894 ], [ -73.958254, 40.804714 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020300", "name": "Census Tract 203, New York County, New York", "total_population_17": 3338, "white_alone_17": 1682.0, "black_alone_17": 455.0, "native_alone_17": 34.0, "asian_alone_17": 582.0, "native_hawaiian_pacific_islander_17": 5.0, "hispanic_or_latino_17": 488.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.472, "pct_black_alone_change": 2.802, "pct_native_alone_change": 0.656, "pct_asian_alone_change": -2.882, "pct_hispanic_or_latino_change": 5.382, "pct_native_hawaiian_pacific_islander_change": 0.122, "INTPTLAT": "+40.8086690", "INTPTLON": "-073.9615617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96439, 40.807338 ], [ -73.964171, 40.807637 ], [ -73.964054, 40.807796 ], [ -73.963903, 40.808004 ], [ -73.962058, 40.810535 ], [ -73.96157, 40.811205 ], [ -73.961342, 40.811515 ], [ -73.961111, 40.81183 ], [ -73.960558, 40.811595 ], [ -73.960257, 40.811468 ], [ -73.959691, 40.811229 ], [ -73.959306, 40.811066 ], [ -73.959061, 40.810963 ], [ -73.958272, 40.810629 ], [ -73.958726, 40.810008 ], [ -73.958938, 40.809721 ], [ -73.959217, 40.809341 ], [ -73.959648, 40.808754 ], [ -73.95994, 40.808349 ], [ -73.960106, 40.80812 ], [ -73.961053, 40.806821 ], [ -73.961358, 40.806398 ], [ -73.961548, 40.806136 ], [ -73.962008, 40.805509 ], [ -73.962473, 40.805705 ], [ -73.964848, 40.806707 ], [ -73.96439, 40.807338 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020500", "name": "Census Tract 205, New York County, New York", "total_population_17": 5020, "white_alone_17": 3326.0, "black_alone_17": 480.0, "native_alone_17": 8.0, "asian_alone_17": 680.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 444.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.826, "pct_black_alone_change": 1.445, "pct_native_alone_change": -0.154, "pct_asian_alone_change": -2.628, "pct_hispanic_or_latino_change": 2.41, "pct_native_hawaiian_pacific_islander_change": 0.159, "INTPTLAT": "+40.8123923", "INTPTLON": "-073.9701397" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.971573, 40.815617 ], [ -73.97113, 40.81626 ], [ -73.966411, 40.814405 ], [ -73.965379, 40.813959 ], [ -73.965105, 40.813821 ], [ -73.964865, 40.813713 ], [ -73.964645, 40.813581 ], [ -73.964585, 40.813547 ], [ -73.963809, 40.813107 ], [ -73.963016, 40.812624 ], [ -73.962554, 40.812435 ], [ -73.962106, 40.812252 ], [ -73.961507, 40.811998 ], [ -73.961111, 40.81183 ], [ -73.961342, 40.811515 ], [ -73.96157, 40.811205 ], [ -73.962058, 40.810535 ], [ -73.963903, 40.808004 ], [ -73.964054, 40.807796 ], [ -73.964171, 40.807637 ], [ -73.96439, 40.807338 ], [ -73.964848, 40.806707 ], [ -73.965824, 40.807114 ], [ -73.966199, 40.80727 ], [ -73.966354, 40.807335 ], [ -73.966979, 40.807596 ], [ -73.968695, 40.80827 ], [ -73.968874, 40.808341 ], [ -73.969222, 40.808506 ], [ -73.974882, 40.8108 ], [ -73.971573, 40.815617 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020600", "name": "Census Tract 206, New York County, New York", "total_population_17": 3411, "white_alone_17": 437.0, "black_alone_17": 2017.0, "native_alone_17": 18.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 789.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.175, "pct_black_alone_change": -20.911, "pct_native_alone_change": 0.182, "pct_asian_alone_change": 3.159, "pct_hispanic_or_latino_change": 8.066, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8082917", "INTPTLON": "-073.9387853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941318, 40.807713 ], [ -73.940861, 40.808334 ], [ -73.940404, 40.808958 ], [ -73.939949, 40.809582 ], [ -73.939494, 40.810209 ], [ -73.939018, 40.810856 ], [ -73.937408, 40.810176 ], [ -73.935819, 40.809503 ], [ -73.936264, 40.808858 ], [ -73.936725, 40.808224 ], [ -73.936962, 40.807897 ], [ -73.93718, 40.807599 ], [ -73.937636, 40.806975 ], [ -73.938089, 40.806353 ], [ -73.938544, 40.80573 ], [ -73.940157, 40.806409 ], [ -73.941771, 40.807089 ], [ -73.941318, 40.807713 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020701", "name": "Census Tract 207.01, New York County, New York", "total_population_17": 3181, "white_alone_17": 1570.0, "black_alone_17": 183.0, "native_alone_17": 0.0, "asian_alone_17": 896.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 432.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.672, "pct_black_alone_change": -2.489, "pct_native_alone_change": -0.549, "pct_asian_alone_change": 8.779, "pct_hispanic_or_latino_change": 4.24, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8089775", "INTPTLON": "-073.9584600" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.95994, 40.808349 ], [ -73.959648, 40.808754 ], [ -73.959217, 40.809341 ], [ -73.958938, 40.809721 ], [ -73.958726, 40.810008 ], [ -73.958272, 40.810629 ], [ -73.957091, 40.81008 ], [ -73.957245, 40.809404 ], [ -73.957425, 40.80905 ], [ -73.957617, 40.808671 ], [ -73.957949, 40.808053 ], [ -73.958407, 40.807419 ], [ -73.959791, 40.80799 ], [ -73.960106, 40.80812 ], [ -73.95994, 40.808349 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020800", "name": "Census Tract 208, New York County, New York", "total_population_17": 5566, "white_alone_17": 980.0, "black_alone_17": 3162.0, "native_alone_17": 62.0, "asian_alone_17": 139.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1041.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 14.487, "pct_black_alone_change": -28.747, "pct_native_alone_change": 0.795, "pct_asian_alone_change": 1.072, "pct_hispanic_or_latino_change": 9.516, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8096485", "INTPTLON": "-073.9420080" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944538, 40.809071 ], [ -73.944083, 40.809693 ], [ -73.943625, 40.810318 ], [ -73.943398, 40.81063 ], [ -73.943172, 40.810942 ], [ -73.942721, 40.811568 ], [ -73.942249, 40.812201 ], [ -73.939018, 40.810856 ], [ -73.939494, 40.810209 ], [ -73.939949, 40.809582 ], [ -73.940404, 40.808958 ], [ -73.940861, 40.808334 ], [ -73.941318, 40.807713 ], [ -73.941771, 40.807089 ], [ -73.944994, 40.808446 ], [ -73.944538, 40.809071 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061020901", "name": "Census Tract 209.01, New York County, New York", "total_population_17": 3766, "white_alone_17": 203.0, "black_alone_17": 1395.0, "native_alone_17": 0.0, "asian_alone_17": 119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1958.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.563, "pct_black_alone_change": -21.224, "pct_native_alone_change": -0.348, "pct_asian_alone_change": 1.101, "pct_hispanic_or_latino_change": 14.55, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8115578", "INTPTLON": "-073.9550032" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957432, 40.811779 ], [ -73.957349, 40.811894 ], [ -73.957332, 40.811917 ], [ -73.956827, 40.812612 ], [ -73.956269, 40.813375 ], [ -73.955707, 40.814144 ], [ -73.955203, 40.813554 ], [ -73.954081, 40.81228 ], [ -73.953544, 40.812051 ], [ -73.952101, 40.811442 ], [ -73.952591, 40.810765 ], [ -73.953079, 40.810094 ], [ -73.953277, 40.80988 ], [ -73.953576, 40.809477 ], [ -73.954966, 40.810064 ], [ -73.956801, 40.810839 ], [ -73.957808, 40.811264 ], [ -73.957432, 40.811779 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021000", "name": "Census Tract 210, New York County, New York", "total_population_17": 7628, "white_alone_17": 186.0, "black_alone_17": 5129.0, "native_alone_17": 0.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2129.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.045, "pct_black_alone_change": -14.929, "pct_native_alone_change": -0.181, "pct_asian_alone_change": 0.955, "pct_hispanic_or_latino_change": 11.15, "pct_native_hawaiian_pacific_islander_change": -0.015, "INTPTLAT": "+40.8134960", "INTPTLON": "-073.9351482" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.938593, 40.811435 ], [ -73.938134, 40.812065 ], [ -73.937635, 40.812748 ], [ -73.937144, 40.813421 ], [ -73.936996, 40.813623 ], [ -73.936688, 40.814044 ], [ -73.936446, 40.814369 ], [ -73.93621, 40.814674 ], [ -73.936136, 40.814788 ], [ -73.935756, 40.815326 ], [ -73.934873, 40.816528 ], [ -73.934638, 40.816908 ], [ -73.934454, 40.817189 ], [ -73.934288, 40.817243 ], [ -73.934128, 40.817734 ], [ -73.933982, 40.817704 ], [ -73.934268, 40.818745 ], [ -73.934338, 40.818757 ], [ -73.934436, 40.819152 ], [ -73.934452, 40.819327 ], [ -73.934471, 40.819611 ], [ -73.934475, 40.819697 ], [ -73.934313, 40.81963 ], [ -73.934117, 40.819551 ], [ -73.933823, 40.819491 ], [ -73.932327, 40.819503 ], [ -73.932327, 40.81949 ], [ -73.932325, 40.819463 ], [ -73.932263, 40.818002 ], [ -73.932333, 40.8151 ], [ -73.932333, 40.814923 ], [ -73.932349, 40.814754 ], [ -73.932356, 40.81468 ], [ -73.932365, 40.814591 ], [ -73.932368, 40.814399 ], [ -73.93238, 40.814319 ], [ -73.93239, 40.814254 ], [ -73.932394, 40.814217 ], [ -73.932396, 40.814195 ], [ -73.932401, 40.814151 ], [ -73.93241, 40.81406 ], [ -73.932417, 40.814025 ], [ -73.932425, 40.813566 ], [ -73.932493, 40.812884 ], [ -73.932602, 40.811988 ], [ -73.932605, 40.811517 ], [ -73.932666, 40.811494 ], [ -73.934144, 40.810895 ], [ -73.93424, 40.810846 ], [ -73.934733, 40.810602 ], [ -73.934868, 40.810495 ], [ -73.93496, 40.810422 ], [ -73.935023, 40.81038 ], [ -73.935172, 40.810252 ], [ -73.935313, 40.81011 ], [ -73.935577, 40.80982 ], [ -73.935782, 40.80954 ], [ -73.935819, 40.809503 ], [ -73.937408, 40.810176 ], [ -73.939018, 40.810856 ], [ -73.938593, 40.811435 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021100", "name": "Census Tract 211, New York County, New York", "total_population_17": 10050, "white_alone_17": 4194.0, "black_alone_17": 1850.0, "native_alone_17": 0.0, "asian_alone_17": 2393.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1234.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 8.913, "pct_black_alone_change": -9.378, "pct_native_alone_change": -0.607, "pct_asian_alone_change": 12.053, "pct_hispanic_or_latino_change": -13.904, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.8159057", "INTPTLON": "-073.9631154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.970621, 40.817002 ], [ -73.970112, 40.817743 ], [ -73.968081, 40.820701 ], [ -73.967983, 40.820826 ], [ -73.963475, 40.818729 ], [ -73.96298, 40.818512 ], [ -73.962067, 40.818099 ], [ -73.961901, 40.818048 ], [ -73.961819, 40.818023 ], [ -73.961688, 40.817967 ], [ -73.961575, 40.81791 ], [ -73.961423, 40.817834 ], [ -73.96102, 40.817649 ], [ -73.960687, 40.817511 ], [ -73.959493, 40.817007 ], [ -73.958621, 40.816048 ], [ -73.958292, 40.815687 ], [ -73.957829, 40.815156 ], [ -73.957546, 40.814834 ], [ -73.956984, 40.814193 ], [ -73.956269, 40.813375 ], [ -73.956827, 40.812612 ], [ -73.957332, 40.811917 ], [ -73.957349, 40.811894 ], [ -73.957432, 40.811779 ], [ -73.957808, 40.811264 ], [ -73.958272, 40.810629 ], [ -73.959061, 40.810963 ], [ -73.959306, 40.811066 ], [ -73.959691, 40.811229 ], [ -73.960257, 40.811468 ], [ -73.960558, 40.811595 ], [ -73.961111, 40.81183 ], [ -73.961507, 40.811998 ], [ -73.962106, 40.812252 ], [ -73.962554, 40.812435 ], [ -73.963016, 40.812624 ], [ -73.963809, 40.813107 ], [ -73.964585, 40.813547 ], [ -73.964645, 40.813581 ], [ -73.964865, 40.813713 ], [ -73.965105, 40.813821 ], [ -73.965379, 40.813959 ], [ -73.966411, 40.814405 ], [ -73.97113, 40.81626 ], [ -73.970621, 40.817002 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021200", "name": "Census Tract 212, New York County, New York", "total_population_17": 4615, "white_alone_17": 357.0, "black_alone_17": 3037.0, "native_alone_17": 0.0, "asian_alone_17": 243.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 809.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 6.392, "pct_black_alone_change": -26.008, "pct_native_alone_change": -0.312, "pct_asian_alone_change": 4.665, "pct_hispanic_or_latino_change": 12.009, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8137610", "INTPTLON": "-073.9390011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941803, 40.812815 ], [ -73.941347, 40.813438 ], [ -73.940855, 40.814106 ], [ -73.940369, 40.814774 ], [ -73.939909, 40.815404 ], [ -73.93968, 40.815719 ], [ -73.939457, 40.816027 ], [ -73.938991, 40.816663 ], [ -73.937949, 40.816231 ], [ -73.937729, 40.816141 ], [ -73.937253, 40.815945 ], [ -73.936777, 40.815747 ], [ -73.936427, 40.815603 ], [ -73.935756, 40.815326 ], [ -73.936136, 40.814788 ], [ -73.93621, 40.814674 ], [ -73.936446, 40.814369 ], [ -73.936688, 40.814044 ], [ -73.936996, 40.813623 ], [ -73.937144, 40.813421 ], [ -73.937635, 40.812748 ], [ -73.938134, 40.812065 ], [ -73.938593, 40.811435 ], [ -73.939018, 40.810856 ], [ -73.942249, 40.812201 ], [ -73.941803, 40.812815 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021303", "name": "Census Tract 213.03, New York County, New York", "total_population_17": 5850, "white_alone_17": 997.0, "black_alone_17": 2644.0, "native_alone_17": 67.0, "asian_alone_17": 311.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1727.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 14.737, "pct_black_alone_change": -15.105, "pct_native_alone_change": 0.926, "pct_asian_alone_change": 3.515, "pct_hispanic_or_latino_change": -5.481, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8145587", "INTPTLON": "-073.9531391" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955457, 40.814488 ], [ -73.955001, 40.815112 ], [ -73.954547, 40.815737 ], [ -73.954089, 40.816361 ], [ -73.953562, 40.817083 ], [ -73.95319, 40.817595 ], [ -73.952721, 40.818236 ], [ -73.9522, 40.81895 ], [ -73.95088, 40.818395 ], [ -73.951768, 40.81791 ], [ -73.952273, 40.817221 ], [ -73.952763, 40.816543 ], [ -73.952868, 40.815846 ], [ -73.952974, 40.81507 ], [ -73.95086, 40.814187 ], [ -73.951322, 40.813567 ], [ -73.95177, 40.81294 ], [ -73.950927, 40.812575 ], [ -73.951506, 40.812008 ], [ -73.952101, 40.811442 ], [ -73.953544, 40.812051 ], [ -73.954081, 40.81228 ], [ -73.955203, 40.813554 ], [ -73.955707, 40.814144 ], [ -73.955457, 40.814488 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021400", "name": "Census Tract 214, New York County, New York", "total_population_17": 3433, "white_alone_17": 254.0, "black_alone_17": 2668.0, "native_alone_17": 6.0, "asian_alone_17": 88.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 326.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.083, "pct_black_alone_change": -16.748, "pct_native_alone_change": -0.141, "pct_asian_alone_change": 2.057, "pct_hispanic_or_latino_change": 5.225, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8177873", "INTPTLON": "-073.9362053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.938539, 40.817282 ], [ -73.938338, 40.817555 ], [ -73.938087, 40.8179 ], [ -73.937641, 40.818517 ], [ -73.937181, 40.819144 ], [ -73.936721, 40.81977 ], [ -73.936227, 40.820438 ], [ -73.934475, 40.819697 ], [ -73.934471, 40.819611 ], [ -73.934452, 40.819327 ], [ -73.934436, 40.819152 ], [ -73.934338, 40.818757 ], [ -73.934268, 40.818745 ], [ -73.933982, 40.817704 ], [ -73.934128, 40.817734 ], [ -73.934288, 40.817243 ], [ -73.934454, 40.817189 ], [ -73.934638, 40.816908 ], [ -73.934873, 40.816528 ], [ -73.935756, 40.815326 ], [ -73.936427, 40.815603 ], [ -73.936777, 40.815747 ], [ -73.937253, 40.815945 ], [ -73.937729, 40.816141 ], [ -73.937949, 40.816231 ], [ -73.938991, 40.816663 ], [ -73.938539, 40.817282 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021500", "name": "Census Tract 215, New York County, New York", "total_population_17": 4520, "white_alone_17": 622.0, "black_alone_17": 2433.0, "native_alone_17": 0.0, "asian_alone_17": 154.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1242.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.872, "pct_black_alone_change": -33.626, "pct_native_alone_change": -0.684, "pct_asian_alone_change": 3.27, "pct_hispanic_or_latino_change": 16.777, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8135272", "INTPTLON": "-073.9494713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.951506, 40.812008 ], [ -73.950927, 40.812575 ], [ -73.95035, 40.813159 ], [ -73.949861, 40.8138 ], [ -73.949623, 40.814104 ], [ -73.949494, 40.814282 ], [ -73.949396, 40.814421 ], [ -73.949189, 40.814737 ], [ -73.94902, 40.815021 ], [ -73.948855, 40.815324 ], [ -73.948697, 40.815647 ], [ -73.948677, 40.815692 ], [ -73.948356, 40.816374 ], [ -73.947034, 40.81583 ], [ -73.947489, 40.815207 ], [ -73.947947, 40.81458 ], [ -73.948419, 40.813938 ], [ -73.948477, 40.813858 ], [ -73.948832, 40.81337 ], [ -73.949301, 40.812727 ], [ -73.949313, 40.812711 ], [ -73.949757, 40.812103 ], [ -73.950216, 40.811478 ], [ -73.95068, 40.810843 ], [ -73.952101, 40.811442 ], [ -73.951506, 40.812008 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021600", "name": "Census Tract 216, New York County, New York", "total_population_17": 8282, "white_alone_17": 2057.0, "black_alone_17": 4115.0, "native_alone_17": 47.0, "asian_alone_17": 390.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1519.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 21.256, "pct_black_alone_change": -23.154, "pct_native_alone_change": 0.204, "pct_asian_alone_change": 2.756, "pct_hispanic_or_latino_change": -2.608, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.8006768", "INTPTLON": "-073.9543880" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.957993, 40.800827 ], [ -73.957944, 40.800893 ], [ -73.957696, 40.801232 ], [ -73.957238, 40.801858 ], [ -73.956778, 40.802488 ], [ -73.956321, 40.803115 ], [ -73.953477, 40.801917 ], [ -73.952556, 40.80153 ], [ -73.950636, 40.80072 ], [ -73.951094, 40.800091 ], [ -73.951191, 40.799948 ], [ -73.951529, 40.799459 ], [ -73.952015, 40.798833 ], [ -73.952483, 40.798253 ], [ -73.955289, 40.799435 ], [ -73.957762, 40.800472 ], [ -73.957798, 40.800479 ], [ -73.958195, 40.800553 ], [ -73.957993, 40.800827 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021703", "name": "Census Tract 217.03, New York County, New York", "total_population_17": 9, "white_alone_17": 9.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 97.927, "pct_black_alone_change": -44.46, "pct_native_alone_change": -0.286, "pct_asian_alone_change": -1.93, "pct_hispanic_or_latino_change": -50.893, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8179349", "INTPTLON": "-073.9497563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952868, 40.815846 ], [ -73.952763, 40.816543 ], [ -73.952273, 40.817221 ], [ -73.951768, 40.81791 ], [ -73.95088, 40.818395 ], [ -73.9522, 40.81895 ], [ -73.951746, 40.819573 ], [ -73.950829, 40.820829 ], [ -73.950377, 40.821445 ], [ -73.949921, 40.822073 ], [ -73.948541, 40.821487 ], [ -73.948083, 40.822108 ], [ -73.947394, 40.821819 ], [ -73.947331, 40.821793 ], [ -73.947238, 40.821754 ], [ -73.946751, 40.821548 ], [ -73.946517, 40.821449 ], [ -73.946078, 40.821264 ], [ -73.946403, 40.820572 ], [ -73.946718, 40.819895 ], [ -73.947036, 40.819209 ], [ -73.94735, 40.818535 ], [ -73.947666, 40.817855 ], [ -73.948009, 40.817116 ], [ -73.948356, 40.816374 ], [ -73.948677, 40.815692 ], [ -73.948697, 40.815647 ], [ -73.948855, 40.815324 ], [ -73.94902, 40.815021 ], [ -73.949189, 40.814737 ], [ -73.949396, 40.814421 ], [ -73.949494, 40.814282 ], [ -73.949623, 40.814104 ], [ -73.949861, 40.8138 ], [ -73.95035, 40.813159 ], [ -73.950927, 40.812575 ], [ -73.95177, 40.81294 ], [ -73.951322, 40.813567 ], [ -73.95086, 40.814187 ], [ -73.952974, 40.81507 ], [ -73.952868, 40.815846 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021800", "name": "Census Tract 218, New York County, New York", "total_population_17": 7337, "white_alone_17": 1383.0, "black_alone_17": 4380.0, "native_alone_17": 0.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1277.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.777, "pct_black_alone_change": -19.737, "pct_native_alone_change": -0.379, "pct_asian_alone_change": 1.172, "pct_hispanic_or_latino_change": 0.028, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8032221", "INTPTLON": "-073.9525241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955861, 40.803744 ], [ -73.955368, 40.80442 ], [ -73.954874, 40.805096 ], [ -73.954416, 40.805725 ], [ -73.95276, 40.805028 ], [ -73.951572, 40.804526 ], [ -73.948728, 40.803331 ], [ -73.949187, 40.8027 ], [ -73.94968, 40.802024 ], [ -73.950186, 40.801332 ], [ -73.950442, 40.800982 ], [ -73.950636, 40.80072 ], [ -73.952556, 40.80153 ], [ -73.953477, 40.801917 ], [ -73.956321, 40.803115 ], [ -73.955861, 40.803744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061021900", "name": "Census Tract 219, New York County, New York", "total_population_17": 6469, "white_alone_17": 330.0, "black_alone_17": 2211.0, "native_alone_17": 170.0, "asian_alone_17": 109.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 3811.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.108, "pct_black_alone_change": -5.679, "pct_native_alone_change": 2.41, "pct_asian_alone_change": 0.113, "pct_hispanic_or_latino_change": 2.848, "pct_native_hawaiian_pacific_islander_change": 0.062, "INTPTLAT": "+40.8185701", "INTPTLON": "-073.9603228" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96729, 40.821704 ], [ -73.966596, 40.822581 ], [ -73.966151, 40.823144 ], [ -73.965986, 40.823352 ], [ -73.961187, 40.821069 ], [ -73.960007, 40.820422 ], [ -73.95966, 40.820303 ], [ -73.959541, 40.820283 ], [ -73.959481, 40.820259 ], [ -73.959422, 40.820234 ], [ -73.95932, 40.820191 ], [ -73.958874, 40.820006 ], [ -73.958225, 40.819732 ], [ -73.956023, 40.818802 ], [ -73.955451, 40.819377 ], [ -73.954952, 40.819168 ], [ -73.952721, 40.818236 ], [ -73.95319, 40.817595 ], [ -73.953562, 40.817083 ], [ -73.954089, 40.816361 ], [ -73.954547, 40.815737 ], [ -73.955001, 40.815112 ], [ -73.955457, 40.814488 ], [ -73.955707, 40.814144 ], [ -73.956269, 40.813375 ], [ -73.956984, 40.814193 ], [ -73.957546, 40.814834 ], [ -73.957829, 40.815156 ], [ -73.958292, 40.815687 ], [ -73.958621, 40.816048 ], [ -73.959493, 40.817007 ], [ -73.960687, 40.817511 ], [ -73.96102, 40.817649 ], [ -73.961423, 40.817834 ], [ -73.961575, 40.81791 ], [ -73.961688, 40.817967 ], [ -73.961819, 40.818023 ], [ -73.961901, 40.818048 ], [ -73.962067, 40.818099 ], [ -73.96298, 40.818512 ], [ -73.963475, 40.818729 ], [ -73.967983, 40.820826 ], [ -73.96729, 40.821704 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022000", "name": "Census Tract 220, New York County, New York", "total_population_17": 6265, "white_alone_17": 945.0, "black_alone_17": 3651.0, "native_alone_17": 0.0, "asian_alone_17": 480.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1134.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.223, "pct_black_alone_change": -21.598, "pct_native_alone_change": -0.493, "pct_asian_alone_change": 6.596, "pct_hispanic_or_latino_change": 3.125, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8057836", "INTPTLON": "-073.9506570" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953957, 40.806353 ], [ -73.9535, 40.806981 ], [ -73.95304, 40.80761 ], [ -73.952917, 40.80778 ], [ -73.952585, 40.808238 ], [ -73.94974, 40.80704 ], [ -73.9469, 40.805839 ], [ -73.947352, 40.805213 ], [ -73.947813, 40.804587 ], [ -73.947891, 40.804479 ], [ -73.948273, 40.803957 ], [ -73.948728, 40.803331 ], [ -73.951572, 40.804526 ], [ -73.95276, 40.805028 ], [ -73.954416, 40.805725 ], [ -73.953957, 40.806353 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022102", "name": "Census Tract 221.02, New York County, New York", "total_population_17": 2594, "white_alone_17": 652.0, "black_alone_17": 1519.0, "native_alone_17": 0.0, "asian_alone_17": 69.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 209.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 22.891, "pct_black_alone_change": -24.905, "pct_native_alone_change": -0.39, "pct_asian_alone_change": 1.733, "pct_hispanic_or_latino_change": -4.577, "pct_native_hawaiian_pacific_islander_change": -0.049, "INTPTLAT": "+40.8186544", "INTPTLON": "-073.9461862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.948009, 40.817116 ], [ -73.947666, 40.817855 ], [ -73.94735, 40.818535 ], [ -73.947036, 40.819209 ], [ -73.946718, 40.819895 ], [ -73.946403, 40.820572 ], [ -73.946078, 40.821264 ], [ -73.945155, 40.820876 ], [ -73.943778, 40.820294 ], [ -73.944231, 40.819673 ], [ -73.944687, 40.819047 ], [ -73.945141, 40.818424 ], [ -73.945598, 40.8178 ], [ -73.946055, 40.817175 ], [ -73.946546, 40.816502 ], [ -73.947034, 40.81583 ], [ -73.948356, 40.816374 ], [ -73.948009, 40.817116 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022200", "name": "Census Tract 222, New York County, New York", "total_population_17": 3323, "white_alone_17": 1181.0, "black_alone_17": 1424.0, "native_alone_17": 0.0, "asian_alone_17": 189.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 352.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 32.721, "pct_black_alone_change": -39.029, "pct_native_alone_change": -0.207, "pct_asian_alone_change": 4.527, "pct_hispanic_or_latino_change": -3.089, "pct_native_hawaiian_pacific_islander_change": -0.041, "INTPTLAT": "+40.8083402", "INTPTLON": "-073.9487876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952125, 40.808862 ], [ -73.951664, 40.80949 ], [ -73.951165, 40.810173 ], [ -73.95068, 40.810843 ], [ -73.947839, 40.809641 ], [ -73.944994, 40.808446 ], [ -73.945482, 40.807773 ], [ -73.945978, 40.807098 ], [ -73.946438, 40.806469 ], [ -73.9469, 40.805839 ], [ -73.94974, 40.80704 ], [ -73.952585, 40.808238 ], [ -73.952125, 40.808862 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022301", "name": "Census Tract 223.01, New York County, New York", "total_population_17": 8316, "white_alone_17": 1152.0, "black_alone_17": 594.0, "native_alone_17": 27.0, "asian_alone_17": 197.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6175.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 11.57, "pct_black_alone_change": 2.042, "pct_native_alone_change": -0.008, "pct_asian_alone_change": 0.645, "pct_hispanic_or_latino_change": -15.722, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8221683", "INTPTLON": "-073.9578271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963657, 40.826298 ], [ -73.959192, 40.824342 ], [ -73.957411, 40.823273 ], [ -73.957222, 40.823226 ], [ -73.957083, 40.823202 ], [ -73.956515, 40.82312 ], [ -73.95634, 40.823092 ], [ -73.955769, 40.822904 ], [ -73.955731, 40.822891 ], [ -73.955697, 40.822876 ], [ -73.953676, 40.822019 ], [ -73.952911, 40.821697 ], [ -73.951481, 40.821101 ], [ -73.950829, 40.820829 ], [ -73.951746, 40.819573 ], [ -73.9522, 40.81895 ], [ -73.952721, 40.818236 ], [ -73.954952, 40.819168 ], [ -73.955451, 40.819377 ], [ -73.955076, 40.820097 ], [ -73.955436, 40.820252 ], [ -73.956872, 40.820873 ], [ -73.957523, 40.821143 ], [ -73.957929, 40.821301 ], [ -73.958208, 40.821421 ], [ -73.958301, 40.821461 ], [ -73.958407, 40.821497 ], [ -73.958528, 40.821542 ], [ -73.958642, 40.821583 ], [ -73.958743, 40.82162 ], [ -73.961228, 40.822769 ], [ -73.965092, 40.824483 ], [ -73.963657, 40.826298 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022302", "name": "Census Tract 223.02, New York County, New York", "total_population_17": 3405, "white_alone_17": 376.0, "black_alone_17": 697.0, "native_alone_17": 92.0, "asian_alone_17": 401.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1785.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.667, "pct_black_alone_change": -10.603, "pct_native_alone_change": 2.452, "pct_asian_alone_change": 11.577, "pct_hispanic_or_latino_change": -14.452, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8224346", "INTPTLON": "-073.9623302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.965706, 40.823706 ], [ -73.965138, 40.824425 ], [ -73.965092, 40.824483 ], [ -73.961228, 40.822769 ], [ -73.958743, 40.82162 ], [ -73.958642, 40.821583 ], [ -73.958528, 40.821542 ], [ -73.958407, 40.821497 ], [ -73.958301, 40.821461 ], [ -73.958208, 40.821421 ], [ -73.957929, 40.821301 ], [ -73.957523, 40.821143 ], [ -73.956872, 40.820873 ], [ -73.955436, 40.820252 ], [ -73.955076, 40.820097 ], [ -73.955451, 40.819377 ], [ -73.956023, 40.818802 ], [ -73.958225, 40.819732 ], [ -73.958874, 40.820006 ], [ -73.95932, 40.820191 ], [ -73.959422, 40.820234 ], [ -73.959481, 40.820259 ], [ -73.959541, 40.820283 ], [ -73.95966, 40.820303 ], [ -73.960007, 40.820422 ], [ -73.961187, 40.821069 ], [ -73.965986, 40.823352 ], [ -73.965706, 40.823706 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022400", "name": "Census Tract 224, New York County, New York", "total_population_17": 8292, "white_alone_17": 890.0, "black_alone_17": 4912.0, "native_alone_17": 31.0, "asian_alone_17": 64.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2368.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.799, "pct_black_alone_change": -17.899, "pct_native_alone_change": -0.045, "pct_asian_alone_change": -0.017, "pct_hispanic_or_latino_change": 8.465, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8111222", "INTPTLON": "-073.9469598" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950216, 40.811478 ], [ -73.949757, 40.812103 ], [ -73.949313, 40.812711 ], [ -73.949301, 40.812727 ], [ -73.948832, 40.81337 ], [ -73.948477, 40.813858 ], [ -73.948419, 40.813938 ], [ -73.947694, 40.813636 ], [ -73.947094, 40.813387 ], [ -73.945568, 40.812752 ], [ -73.945984, 40.812183 ], [ -73.946031, 40.812119 ], [ -73.943172, 40.810942 ], [ -73.943398, 40.81063 ], [ -73.943625, 40.810318 ], [ -73.944083, 40.809693 ], [ -73.944538, 40.809071 ], [ -73.944994, 40.808446 ], [ -73.947839, 40.809641 ], [ -73.95068, 40.810843 ], [ -73.950216, 40.811478 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022500", "name": "Census Tract 225, New York County, New York", "total_population_17": 11072, "white_alone_17": 1962.0, "black_alone_17": 2533.0, "native_alone_17": 45.0, "asian_alone_17": 490.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5617.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.074, "pct_black_alone_change": 0.687, "pct_native_alone_change": 0.046, "pct_asian_alone_change": 2.743, "pct_hispanic_or_latino_change": -20.928, "pct_native_hawaiian_pacific_islander_change": -0.018, "INTPTLAT": "+40.8250966", "INTPTLON": "-073.9571997" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.963182, 40.8269 ], [ -73.962349, 40.828808 ], [ -73.957462, 40.82687 ], [ -73.954989, 40.825884 ], [ -73.954884, 40.825834 ], [ -73.954848, 40.825817 ], [ -73.954256, 40.82555 ], [ -73.953828, 40.825372 ], [ -73.953684, 40.825312 ], [ -73.951853, 40.82451 ], [ -73.949694, 40.823604 ], [ -73.949006, 40.823315 ], [ -73.949465, 40.82269 ], [ -73.949921, 40.822073 ], [ -73.950377, 40.821445 ], [ -73.950829, 40.820829 ], [ -73.951481, 40.821101 ], [ -73.952911, 40.821697 ], [ -73.953676, 40.822019 ], [ -73.955697, 40.822876 ], [ -73.955731, 40.822891 ], [ -73.955769, 40.822904 ], [ -73.95634, 40.823092 ], [ -73.956515, 40.82312 ], [ -73.957083, 40.823202 ], [ -73.957222, 40.823226 ], [ -73.957411, 40.823273 ], [ -73.959192, 40.824342 ], [ -73.963657, 40.826298 ], [ -73.963182, 40.8269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022600", "name": "Census Tract 226, New York County, New York", "total_population_17": 4731, "white_alone_17": 634.0, "black_alone_17": 2973.0, "native_alone_17": 4.0, "asian_alone_17": 104.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 845.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.374, "pct_black_alone_change": -24.746, "pct_native_alone_change": -0.554, "pct_asian_alone_change": 1.42, "pct_hispanic_or_latino_change": 9.086, "pct_native_hawaiian_pacific_islander_change": -0.056, "INTPTLAT": "+40.8134305", "INTPTLON": "-073.9448116" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947947, 40.81458 ], [ -73.947489, 40.815207 ], [ -73.947034, 40.81583 ], [ -73.944193, 40.814634 ], [ -73.942477, 40.813912 ], [ -73.941347, 40.813438 ], [ -73.941803, 40.812815 ], [ -73.942249, 40.812201 ], [ -73.942721, 40.811568 ], [ -73.943172, 40.810942 ], [ -73.946031, 40.812119 ], [ -73.945984, 40.812183 ], [ -73.945568, 40.812752 ], [ -73.947094, 40.813387 ], [ -73.947694, 40.813636 ], [ -73.948419, 40.813938 ], [ -73.947947, 40.81458 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022700", "name": "Census Tract 227, New York County, New York", "total_population_17": 5875, "white_alone_17": 1275.0, "black_alone_17": 2030.0, "native_alone_17": 0.0, "asian_alone_17": 158.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2213.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 17.506, "pct_black_alone_change": -33.397, "pct_native_alone_change": -0.346, "pct_asian_alone_change": 0.706, "pct_hispanic_or_latino_change": 12.99, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8229662", "INTPTLON": "-073.9464621" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949465, 40.82269 ], [ -73.949006, 40.823315 ], [ -73.948553, 40.82394 ], [ -73.948099, 40.824563 ], [ -73.947604, 40.825233 ], [ -73.946222, 40.824652 ], [ -73.944756, 40.824032 ], [ -73.943842, 40.823648 ], [ -73.942924, 40.82326 ], [ -73.943506, 40.822628 ], [ -73.944049, 40.822052 ], [ -73.944603, 40.821462 ], [ -73.945155, 40.820876 ], [ -73.946078, 40.821264 ], [ -73.946517, 40.821449 ], [ -73.946751, 40.821548 ], [ -73.947238, 40.821754 ], [ -73.947331, 40.821793 ], [ -73.947394, 40.821819 ], [ -73.948083, 40.822108 ], [ -73.948541, 40.821487 ], [ -73.949921, 40.822073 ], [ -73.949465, 40.82269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022800", "name": "Census Tract 228, New York County, New York", "total_population_17": 6327, "white_alone_17": 845.0, "black_alone_17": 4157.0, "native_alone_17": 30.0, "asian_alone_17": 126.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 758.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.457, "pct_black_alone_change": -22.369, "pct_native_alone_change": 0.323, "pct_asian_alone_change": 0.912, "pct_hispanic_or_latino_change": 3.675, "pct_native_hawaiian_pacific_islander_change": -0.043, "INTPTLAT": "+40.8159297", "INTPTLON": "-073.9432453" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.946546, 40.816502 ], [ -73.946055, 40.817175 ], [ -73.945598, 40.8178 ], [ -73.945141, 40.818424 ], [ -73.942299, 40.817226 ], [ -73.939457, 40.816027 ], [ -73.93968, 40.815719 ], [ -73.939909, 40.815404 ], [ -73.940369, 40.814774 ], [ -73.940855, 40.814106 ], [ -73.941347, 40.813438 ], [ -73.942477, 40.813912 ], [ -73.944193, 40.814634 ], [ -73.947034, 40.81583 ], [ -73.946546, 40.816502 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061022900", "name": "Census Tract 229, New York County, New York", "total_population_17": 8781, "white_alone_17": 1546.0, "black_alone_17": 2001.0, "native_alone_17": 12.0, "asian_alone_17": 298.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4455.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.881, "pct_black_alone_change": -6.207, "pct_native_alone_change": -0.214, "pct_asian_alone_change": 2.342, "pct_hispanic_or_latino_change": -15.543, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.8270084", "INTPTLON": "-073.9554483" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96145, 40.830869 ], [ -73.954429, 40.828074 ], [ -73.953712, 40.827275 ], [ -73.953607, 40.827283 ], [ -73.953523, 40.827283 ], [ -73.95259, 40.827303 ], [ -73.95206, 40.827079 ], [ -73.951969, 40.827041 ], [ -73.951273, 40.827658 ], [ -73.94996, 40.827104 ], [ -73.947117, 40.825904 ], [ -73.947604, 40.825233 ], [ -73.948099, 40.824563 ], [ -73.948553, 40.82394 ], [ -73.949006, 40.823315 ], [ -73.949694, 40.823604 ], [ -73.951853, 40.82451 ], [ -73.953684, 40.825312 ], [ -73.953828, 40.825372 ], [ -73.954256, 40.82555 ], [ -73.954848, 40.825817 ], [ -73.954884, 40.825834 ], [ -73.954989, 40.825884 ], [ -73.957462, 40.82687 ], [ -73.962349, 40.828808 ], [ -73.96145, 40.830869 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023000", "name": "Census Tract 230, New York County, New York", "total_population_17": 9129, "white_alone_17": 711.0, "black_alone_17": 5742.0, "native_alone_17": 0.0, "asian_alone_17": 131.0, "native_hawaiian_pacific_islander_17": 65.0, "hispanic_or_latino_17": 2256.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.796, "pct_black_alone_change": -19.035, "pct_native_alone_change": -0.515, "pct_asian_alone_change": 0.895, "pct_hispanic_or_latino_change": 9.056, "pct_native_hawaiian_pacific_islander_change": 0.712, "INTPTLAT": "+40.8184725", "INTPTLON": "-073.9413895" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944687, 40.819047 ], [ -73.944231, 40.819673 ], [ -73.943778, 40.820294 ], [ -73.943322, 40.820917 ], [ -73.940477, 40.819721 ], [ -73.94025, 40.819624 ], [ -73.938029, 40.818681 ], [ -73.937641, 40.818517 ], [ -73.938087, 40.8179 ], [ -73.938338, 40.817555 ], [ -73.938539, 40.817282 ], [ -73.938991, 40.816663 ], [ -73.939457, 40.816027 ], [ -73.942299, 40.817226 ], [ -73.945141, 40.818424 ], [ -73.944687, 40.819047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023100", "name": "Census Tract 231, New York County, New York", "total_population_17": 6760, "white_alone_17": 860.0, "black_alone_17": 2627.0, "native_alone_17": 126.0, "asian_alone_17": 71.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3028.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.29, "pct_black_alone_change": -27.89, "pct_native_alone_change": 1.679, "pct_asian_alone_change": -0.074, "pct_hispanic_or_latino_change": 15.905, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8258302", "INTPTLON": "-073.9440935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947117, 40.825904 ], [ -73.946661, 40.826529 ], [ -73.946203, 40.827154 ], [ -73.945747, 40.827777 ], [ -73.945292, 40.828401 ], [ -73.943898, 40.827815 ], [ -73.942781, 40.827345 ], [ -73.942453, 40.827207 ], [ -73.941536, 40.826821 ], [ -73.941102, 40.826711 ], [ -73.940595, 40.826414 ], [ -73.941049, 40.825793 ], [ -73.941503, 40.825171 ], [ -73.941956, 40.824555 ], [ -73.94243, 40.823909 ], [ -73.942924, 40.82326 ], [ -73.943842, 40.823648 ], [ -73.944756, 40.824032 ], [ -73.946222, 40.824652 ], [ -73.947604, 40.825233 ], [ -73.947117, 40.825904 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023200", "name": "Census Tract 232, New York County, New York", "total_population_17": 8512, "white_alone_17": 484.0, "black_alone_17": 4389.0, "native_alone_17": 0.0, "asian_alone_17": 149.0, "native_hawaiian_pacific_islander_17": 10.0, "hispanic_or_latino_17": 3414.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.111, "pct_black_alone_change": -24.481, "pct_native_alone_change": -0.228, "pct_asian_alone_change": 0.683, "pct_hispanic_or_latino_change": 18.56, "pct_native_hawaiian_pacific_islander_change": 0.117, "INTPTLAT": "+40.8210133", "INTPTLON": "-073.9395314" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942865, 40.821542 ], [ -73.942411, 40.822164 ], [ -73.941917, 40.822837 ], [ -73.941426, 40.823507 ], [ -73.940086, 40.822942 ], [ -73.9399, 40.822864 ], [ -73.939856, 40.822846 ], [ -73.939802, 40.822823 ], [ -73.938586, 40.82231 ], [ -73.935745, 40.821106 ], [ -73.935798, 40.821031 ], [ -73.935864, 40.820942 ], [ -73.936227, 40.820438 ], [ -73.936721, 40.81977 ], [ -73.937181, 40.819144 ], [ -73.937641, 40.818517 ], [ -73.938029, 40.818681 ], [ -73.94025, 40.819624 ], [ -73.940477, 40.819721 ], [ -73.943322, 40.820917 ], [ -73.942865, 40.821542 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023300", "name": "Census Tract 233, New York County, New York", "total_population_17": 7265, "white_alone_17": 1490.0, "black_alone_17": 1615.0, "native_alone_17": 0.0, "asian_alone_17": 364.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3497.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.959, "pct_black_alone_change": -22.546, "pct_native_alone_change": -0.495, "pct_asian_alone_change": 3.344, "pct_hispanic_or_latino_change": -0.503, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8311599", "INTPTLON": "-073.9569644" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961198, 40.831447 ], [ -73.959915, 40.834384 ], [ -73.952247, 40.83128 ], [ -73.95104, 40.830783 ], [ -73.950913, 40.83073 ], [ -73.950869, 40.830712 ], [ -73.950524, 40.830568 ], [ -73.949951, 40.830312 ], [ -73.949688, 40.830244 ], [ -73.948139, 40.829599 ], [ -73.945292, 40.828401 ], [ -73.945747, 40.827777 ], [ -73.946203, 40.827154 ], [ -73.946661, 40.826529 ], [ -73.947117, 40.825904 ], [ -73.94996, 40.827104 ], [ -73.951273, 40.827658 ], [ -73.951969, 40.827041 ], [ -73.95206, 40.827079 ], [ -73.95259, 40.827303 ], [ -73.953523, 40.827283 ], [ -73.953607, 40.827283 ], [ -73.953712, 40.827275 ], [ -73.954429, 40.828074 ], [ -73.96145, 40.830869 ], [ -73.961198, 40.831447 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023400", "name": "Census Tract 234, New York County, New York", "total_population_17": 5328, "white_alone_17": 490.0, "black_alone_17": 3178.0, "native_alone_17": 83.0, "asian_alone_17": 109.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1360.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.121, "pct_black_alone_change": -22.874, "pct_native_alone_change": 1.36, "pct_asian_alone_change": 1.508, "pct_hispanic_or_latino_change": 10.455, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8237307", "INTPTLON": "-073.9386704" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940971, 40.824132 ], [ -73.940515, 40.824757 ], [ -73.940054, 40.825379 ], [ -73.93986, 40.825648 ], [ -73.939602, 40.826002 ], [ -73.939351, 40.825898 ], [ -73.936787, 40.824811 ], [ -73.93722, 40.824188 ], [ -73.937324, 40.824044 ], [ -73.937517, 40.823779 ], [ -73.937673, 40.823566 ], [ -73.938129, 40.822934 ], [ -73.937544, 40.822686 ], [ -73.936259, 40.82214 ], [ -73.935335, 40.821749 ], [ -73.935745, 40.821106 ], [ -73.938586, 40.82231 ], [ -73.939802, 40.822823 ], [ -73.939856, 40.822846 ], [ -73.9399, 40.822864 ], [ -73.940086, 40.822942 ], [ -73.941426, 40.823507 ], [ -73.940971, 40.824132 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023501", "name": "Census Tract 235.01, New York County, New York", "total_population_17": 6820, "white_alone_17": 1234.0, "black_alone_17": 2590.0, "native_alone_17": 0.0, "asian_alone_17": 111.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2758.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.921, "pct_black_alone_change": -24.801, "pct_native_alone_change": -0.291, "pct_asian_alone_change": 1.079, "pct_hispanic_or_latino_change": 6.66, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.8289967", "INTPTLON": "-073.9418352" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944835, 40.829023 ], [ -73.94438, 40.829651 ], [ -73.943923, 40.830271 ], [ -73.943472, 40.830892 ], [ -73.94298, 40.831568 ], [ -73.941368, 40.830891 ], [ -73.940346, 40.830458 ], [ -73.940167, 40.830383 ], [ -73.939626, 40.830156 ], [ -73.938997, 40.829889 ], [ -73.938588, 40.829717 ], [ -73.93896, 40.828986 ], [ -73.939248, 40.828296 ], [ -73.93969, 40.827657 ], [ -73.94014, 40.827039 ], [ -73.940595, 40.826414 ], [ -73.941102, 40.826711 ], [ -73.941536, 40.826821 ], [ -73.942453, 40.827207 ], [ -73.942781, 40.827345 ], [ -73.943898, 40.827815 ], [ -73.945292, 40.828401 ], [ -73.944835, 40.829023 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023502", "name": "Census Tract 235.02, New York County, New York", "total_population_17": 2022, "white_alone_17": 236.0, "black_alone_17": 1429.0, "native_alone_17": 0.0, "asian_alone_17": 7.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 330.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.839, "pct_black_alone_change": -0.602, "pct_native_alone_change": -0.539, "pct_asian_alone_change": 0.15, "pct_hispanic_or_latino_change": -9.758, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8278881", "INTPTLON": "-073.9389277" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94014, 40.827039 ], [ -73.93969, 40.827657 ], [ -73.939248, 40.828296 ], [ -73.93896, 40.828986 ], [ -73.938588, 40.829717 ], [ -73.93852, 40.829688 ], [ -73.938271, 40.829581 ], [ -73.937271, 40.829154 ], [ -73.937782, 40.8285 ], [ -73.938237, 40.827877 ], [ -73.938692, 40.827251 ], [ -73.939149, 40.826626 ], [ -73.939602, 40.826002 ], [ -73.940595, 40.826414 ], [ -73.94014, 40.827039 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023600", "name": "Census Tract 236, New York County, New York", "total_population_17": 7133, "white_alone_17": 126.0, "black_alone_17": 4965.0, "native_alone_17": 28.0, "asian_alone_17": 53.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1544.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.922, "pct_black_alone_change": -19.511, "pct_native_alone_change": 0.077, "pct_asian_alone_change": 0.479, "pct_hispanic_or_latino_change": 12.346, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8249736", "INTPTLON": "-073.9354598" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.939602, 40.826002 ], [ -73.939149, 40.826626 ], [ -73.938692, 40.827251 ], [ -73.938237, 40.827877 ], [ -73.937782, 40.8285 ], [ -73.937271, 40.829154 ], [ -73.93519, 40.828295 ], [ -73.934938, 40.82816 ], [ -73.934842, 40.828097 ], [ -73.934837, 40.828032 ], [ -73.934735, 40.828042 ], [ -73.934676, 40.828043 ], [ -73.934555, 40.828047 ], [ -73.93312, 40.828153 ], [ -73.933059, 40.828156 ], [ -73.933047, 40.827995 ], [ -73.933033, 40.827913 ], [ -73.933021, 40.827834 ], [ -73.933003, 40.827676 ], [ -73.932898, 40.826558 ], [ -73.932825, 40.826078 ], [ -73.932813, 40.825941 ], [ -73.932793, 40.82583 ], [ -73.932781, 40.825715 ], [ -73.932749, 40.825492 ], [ -73.932749, 40.825439 ], [ -73.932749, 40.825386 ], [ -73.932736, 40.82529 ], [ -73.932728, 40.825183 ], [ -73.932719, 40.825116 ], [ -73.932661, 40.824538 ], [ -73.932643, 40.824356 ], [ -73.932632, 40.824134 ], [ -73.932591, 40.823666 ], [ -73.932568, 40.823488 ], [ -73.932567, 40.82325 ], [ -73.932538, 40.823051 ], [ -73.93252, 40.8228 ], [ -73.932491, 40.822554 ], [ -73.932468, 40.822203 ], [ -73.932425, 40.821561 ], [ -73.932407, 40.821284 ], [ -73.932401, 40.821193 ], [ -73.932333, 40.819654 ], [ -73.932329, 40.819554 ], [ -73.932327, 40.819503 ], [ -73.933823, 40.819491 ], [ -73.934117, 40.819551 ], [ -73.934313, 40.81963 ], [ -73.934475, 40.819697 ], [ -73.936227, 40.820438 ], [ -73.935864, 40.820942 ], [ -73.935798, 40.821031 ], [ -73.935745, 40.821106 ], [ -73.935335, 40.821749 ], [ -73.936259, 40.82214 ], [ -73.937544, 40.822686 ], [ -73.938129, 40.822934 ], [ -73.937673, 40.823566 ], [ -73.937517, 40.823779 ], [ -73.937324, 40.824044 ], [ -73.93722, 40.824188 ], [ -73.936787, 40.824811 ], [ -73.939351, 40.825898 ], [ -73.939602, 40.826002 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023700", "name": "Census Tract 237, New York County, New York", "total_population_17": 7721, "white_alone_17": 1231.0, "black_alone_17": 1864.0, "native_alone_17": 19.0, "asian_alone_17": 400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3684.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.652, "pct_black_alone_change": -13.379, "pct_native_alone_change": -0.167, "pct_asian_alone_change": 3.996, "pct_hispanic_or_latino_change": -9.132, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8343381", "INTPTLON": "-073.9551977" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958608, 40.837381 ], [ -73.950403, 40.834372 ], [ -73.950279, 40.834326 ], [ -73.949932, 40.834198 ], [ -73.949912, 40.834191 ], [ -73.949888, 40.834182 ], [ -73.949811, 40.834154 ], [ -73.949793, 40.834148 ], [ -73.949771, 40.83414 ], [ -73.94967, 40.834103 ], [ -73.949616, 40.834083 ], [ -73.949342, 40.833982 ], [ -73.948905, 40.834066 ], [ -73.948291, 40.833861 ], [ -73.945824, 40.832766 ], [ -73.94298, 40.831568 ], [ -73.943472, 40.830892 ], [ -73.943923, 40.830271 ], [ -73.94438, 40.829651 ], [ -73.944835, 40.829023 ], [ -73.945292, 40.828401 ], [ -73.948139, 40.829599 ], [ -73.949688, 40.830244 ], [ -73.949951, 40.830312 ], [ -73.950524, 40.830568 ], [ -73.950869, 40.830712 ], [ -73.950913, 40.83073 ], [ -73.95104, 40.830783 ], [ -73.952247, 40.83128 ], [ -73.959915, 40.834384 ], [ -73.958608, 40.837381 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023801", "name": "Census Tract 238.01, New York County, New York", "total_population_17": 9300, "white_alone_17": 3575.0, "black_alone_17": 1029.0, "native_alone_17": 0.0, "asian_alone_17": 3147.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1152.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.782, "pct_black_alone_change": -16.992, "pct_native_alone_change": -0.252, "pct_asian_alone_change": 22.2, "pct_hispanic_or_latino_change": -1.972, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7551476", "INTPTLON": "-073.9530043" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.961588, 40.749823 ], [ -73.960709, 40.751148 ], [ -73.960214, 40.752033 ], [ -73.959016, 40.753595 ], [ -73.958614, 40.753848 ], [ -73.958482, 40.753932 ], [ -73.955527, 40.757243 ], [ -73.955462, 40.757316 ], [ -73.953843, 40.759355 ], [ -73.953167, 40.759873 ], [ -73.952403, 40.760628 ], [ -73.952109, 40.761 ], [ -73.951776, 40.761578 ], [ -73.951517, 40.761974 ], [ -73.949972, 40.763646 ], [ -73.949831, 40.763586 ], [ -73.949137, 40.764039 ], [ -73.948447, 40.763475 ], [ -73.948054, 40.763715 ], [ -73.947758, 40.764065 ], [ -73.947706, 40.76412 ], [ -73.947643, 40.764192 ], [ -73.947486, 40.764116 ], [ -73.947382, 40.764068 ], [ -73.947337, 40.764094 ], [ -73.947288, 40.764114 ], [ -73.947235, 40.764128 ], [ -73.94718, 40.764136 ], [ -73.947132, 40.764112 ], [ -73.947019, 40.764057 ], [ -73.946981, 40.764039 ], [ -73.946704, 40.763905 ], [ -73.946626, 40.763865 ], [ -73.944715, 40.762879 ], [ -73.945705, 40.761488 ], [ -73.945806, 40.76145 ], [ -73.945964, 40.761293 ], [ -73.947832, 40.758989 ], [ -73.948445, 40.758218 ], [ -73.94915, 40.757329 ], [ -73.950663, 40.755436 ], [ -73.950713, 40.755378 ], [ -73.950735, 40.755352 ], [ -73.950766, 40.755313 ], [ -73.95084, 40.755219 ], [ -73.950877, 40.755167 ], [ -73.951018, 40.755087 ], [ -73.951367, 40.754524 ], [ -73.951625, 40.754249 ], [ -73.951779, 40.754087 ], [ -73.952081, 40.753757 ], [ -73.952173, 40.753703 ], [ -73.952657, 40.753107 ], [ -73.952849, 40.75294 ], [ -73.953009, 40.752775 ], [ -73.952972, 40.752747 ], [ -73.953641, 40.752037 ], [ -73.953679, 40.752047 ], [ -73.953802, 40.751958 ], [ -73.953994, 40.751786 ], [ -73.95394, 40.751746 ], [ -73.954317, 40.751258 ], [ -73.955532, 40.750216 ], [ -73.956062, 40.749764 ], [ -73.956088, 40.749769 ], [ -73.956121, 40.74976 ], [ -73.956201, 40.749686 ], [ -73.9562, 40.749671 ], [ -73.956174, 40.749665 ], [ -73.956842, 40.748828 ], [ -73.957584, 40.747948 ], [ -73.957732, 40.747775 ], [ -73.961491, 40.749494 ], [ -73.96156, 40.749458 ], [ -73.961588, 40.749823 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023802", "name": "Census Tract 238.02, New York County, New York", "total_population_17": 2645, "white_alone_17": 1159.0, "black_alone_17": 456.0, "native_alone_17": 0.0, "asian_alone_17": 498.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 467.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.404, "pct_black_alone_change": -10.817, "pct_native_alone_change": -0.252, "pct_asian_alone_change": 7.189, "pct_hispanic_or_latino_change": 3.297, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7686335", "INTPTLON": "-073.9404954" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949972, 40.763646 ], [ -73.949337, 40.764337 ], [ -73.949102, 40.76438 ], [ -73.94773, 40.766084 ], [ -73.945398, 40.768647 ], [ -73.945213, 40.768927 ], [ -73.945138, 40.769107 ], [ -73.94507, 40.769272 ], [ -73.94484, 40.769597 ], [ -73.944658, 40.769846 ], [ -73.942146, 40.772037 ], [ -73.941417, 40.772313 ], [ -73.940725, 40.772461 ], [ -73.94029, 40.772929 ], [ -73.940243, 40.772943 ], [ -73.94019, 40.772955 ], [ -73.940145, 40.772951 ], [ -73.940043, 40.772953 ], [ -73.937466, 40.772504 ], [ -73.934956, 40.77173 ], [ -73.935323, 40.770485 ], [ -73.936404, 40.769475 ], [ -73.938204, 40.768728 ], [ -73.939836, 40.767988 ], [ -73.940351, 40.767653 ], [ -73.940463, 40.76753 ], [ -73.941312, 40.766918 ], [ -73.941585, 40.766616 ], [ -73.943503, 40.764499 ], [ -73.944715, 40.762879 ], [ -73.946626, 40.763865 ], [ -73.946704, 40.763905 ], [ -73.946981, 40.764039 ], [ -73.947019, 40.764057 ], [ -73.947132, 40.764112 ], [ -73.94718, 40.764136 ], [ -73.947235, 40.764128 ], [ -73.947288, 40.764114 ], [ -73.947337, 40.764094 ], [ -73.947382, 40.764068 ], [ -73.947486, 40.764116 ], [ -73.947643, 40.764192 ], [ -73.947706, 40.76412 ], [ -73.947758, 40.764065 ], [ -73.948054, 40.763715 ], [ -73.948447, 40.763475 ], [ -73.949137, 40.764039 ], [ -73.949831, 40.763586 ], [ -73.949972, 40.763646 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061023900", "name": "Census Tract 239, New York County, New York", "total_population_17": 3135, "white_alone_17": 316.0, "black_alone_17": 973.0, "native_alone_17": 57.0, "asian_alone_17": 102.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1681.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.809, "pct_black_alone_change": -23.803, "pct_native_alone_change": 1.52, "pct_asian_alone_change": 2.435, "pct_hispanic_or_latino_change": 12.444, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8323375", "INTPTLON": "-073.9410642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942499, 40.832241 ], [ -73.942032, 40.832865 ], [ -73.941577, 40.833487 ], [ -73.941118, 40.834114 ], [ -73.94036, 40.833786 ], [ -73.939155, 40.833278 ], [ -73.939273, 40.8332 ], [ -73.939382, 40.833111 ], [ -73.939478, 40.833013 ], [ -73.93956, 40.832909 ], [ -73.939626, 40.832799 ], [ -73.939676, 40.832685 ], [ -73.940075, 40.832067 ], [ -73.940094, 40.832048 ], [ -73.940174, 40.831952 ], [ -73.940255, 40.831827 ], [ -73.940309, 40.831711 ], [ -73.940347, 40.83159 ], [ -73.940368, 40.831468 ], [ -73.94037, 40.831332 ], [ -73.940346, 40.830458 ], [ -73.941368, 40.830891 ], [ -73.94298, 40.831568 ], [ -73.942499, 40.832241 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024000", "name": "Census Tract 240, New York County, New York", "total_population_17": 1814, "white_alone_17": 368.0, "black_alone_17": 907.0, "native_alone_17": 12.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 33.0, "hispanic_or_latino_17": 408.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.599, "pct_black_alone_change": -6.421, "pct_native_alone_change": -0.204, "pct_asian_alone_change": 2.025, "pct_hispanic_or_latino_change": -7.09, "pct_native_hawaiian_pacific_islander_change": 1.819, "INTPTLAT": "+40.7910329", "INTPTLON": "-073.9200395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936239, 40.785687 ], [ -73.93551, 40.7859 ], [ -73.933676, 40.787936 ], [ -73.933476, 40.788157 ], [ -73.933055, 40.788624 ], [ -73.932714, 40.78929 ], [ -73.932371, 40.78962 ], [ -73.931788, 40.790173 ], [ -73.931348, 40.790786 ], [ -73.930868, 40.791093 ], [ -73.930162, 40.791306 ], [ -73.929615, 40.791399 ], [ -73.929349, 40.791253 ], [ -73.928762, 40.791039 ], [ -73.92651, 40.790868 ], [ -73.926135, 40.79135 ], [ -73.926117, 40.791578 ], [ -73.926372, 40.791789 ], [ -73.926664, 40.791927 ], [ -73.927478, 40.791937 ], [ -73.927723, 40.791994 ], [ -73.928268, 40.792299 ], [ -73.928373, 40.792845 ], [ -73.928326, 40.793159 ], [ -73.928105, 40.79345 ], [ -73.927826, 40.793845 ], [ -73.927652, 40.794113 ], [ -73.927257, 40.794876 ], [ -73.926963, 40.795242 ], [ -73.926939, 40.796 ], [ -73.927122, 40.797067 ], [ -73.927355, 40.797468 ], [ -73.927599, 40.79803 ], [ -73.927379, 40.798593 ], [ -73.926901, 40.799888 ], [ -73.926854, 40.799988 ], [ -73.925603, 40.801998 ], [ -73.925291, 40.802002 ], [ -73.925081, 40.802521 ], [ -73.924069, 40.802468 ], [ -73.923801, 40.802504 ], [ -73.923748, 40.802548 ], [ -73.923633, 40.802554 ], [ -73.923022, 40.802425 ], [ -73.92234, 40.801962 ], [ -73.921742, 40.801689 ], [ -73.921622, 40.801447 ], [ -73.921204, 40.801011 ], [ -73.921052, 40.800642 ], [ -73.920728, 40.800101 ], [ -73.920357, 40.799672 ], [ -73.919861, 40.799353 ], [ -73.919098, 40.799013 ], [ -73.919053, 40.798988 ], [ -73.918901, 40.798903 ], [ -73.918812, 40.798853 ], [ -73.918669, 40.798801 ], [ -73.916306, 40.797881 ], [ -73.916252, 40.797838 ], [ -73.915754, 40.797589 ], [ -73.914462, 40.797042 ], [ -73.913903, 40.796843 ], [ -73.913802, 40.796834 ], [ -73.913624, 40.796786 ], [ -73.912456, 40.796096 ], [ -73.910673, 40.793116 ], [ -73.910296, 40.790657 ], [ -73.911131, 40.790114 ], [ -73.91125, 40.789744 ], [ -73.911618, 40.789586 ], [ -73.911774, 40.789723 ], [ -73.91208, 40.789522 ], [ -73.911951, 40.789402 ], [ -73.912069, 40.789339 ], [ -73.91223, 40.789179 ], [ -73.9126, 40.789376 ], [ -73.914239, 40.787856 ], [ -73.915587, 40.78643 ], [ -73.91526, 40.786192 ], [ -73.915344, 40.786116 ], [ -73.915399, 40.786058 ], [ -73.915752, 40.786108 ], [ -73.916833, 40.785191 ], [ -73.917182, 40.784552 ], [ -73.917171, 40.784193 ], [ -73.917245, 40.784142 ], [ -73.917738, 40.784076 ], [ -73.918189, 40.783933 ], [ -73.918474, 40.783754 ], [ -73.91909, 40.783368 ], [ -73.919965, 40.782635 ], [ -73.920383, 40.782276 ], [ -73.920763, 40.78195 ], [ -73.920999, 40.781749 ], [ -73.9221, 40.780852 ], [ -73.92263, 40.780565 ], [ -73.922957, 40.780441 ], [ -73.923187, 40.780248 ], [ -73.924234, 40.779101 ], [ -73.924816, 40.778758 ], [ -73.925573, 40.778459 ], [ -73.925745, 40.778405 ], [ -73.927708, 40.780964 ], [ -73.927781, 40.780983 ], [ -73.927981, 40.781035 ], [ -73.92821, 40.780996 ], [ -73.928601, 40.781035 ], [ -73.928903, 40.781266 ], [ -73.9293, 40.781411 ], [ -73.929653, 40.781684 ], [ -73.930619, 40.782246 ], [ -73.931494, 40.782527 ], [ -73.935433, 40.783249 ], [ -73.935929, 40.783807 ], [ -73.935664, 40.784683 ], [ -73.936239, 40.785687 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024100", "name": "Census Tract 241, New York County, New York", "total_population_17": 8613, "white_alone_17": 1378.0, "black_alone_17": 2051.0, "native_alone_17": 200.0, "asian_alone_17": 301.0, "native_hawaiian_pacific_islander_17": 88.0, "hispanic_or_latino_17": 4660.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 8.718, "pct_black_alone_change": -12.004, "pct_native_alone_change": 1.888, "pct_asian_alone_change": 2.506, "pct_hispanic_or_latino_change": -0.64, "pct_native_hawaiian_pacific_islander_change": 1.01, "INTPTLAT": "+40.8370145", "INTPTLON": "-073.9539618" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.958382, 40.8379 ], [ -73.957621, 40.839647 ], [ -73.953599, 40.838235 ], [ -73.949594, 40.83683 ], [ -73.949182, 40.836666 ], [ -73.949161, 40.836658 ], [ -73.949055, 40.836616 ], [ -73.948986, 40.836588 ], [ -73.948788, 40.836511 ], [ -73.948501, 40.836407 ], [ -73.945511, 40.835124 ], [ -73.944426, 40.834681 ], [ -73.941577, 40.833487 ], [ -73.942032, 40.832865 ], [ -73.942499, 40.832241 ], [ -73.94298, 40.831568 ], [ -73.945824, 40.832766 ], [ -73.948291, 40.833861 ], [ -73.948905, 40.834066 ], [ -73.949342, 40.833982 ], [ -73.949616, 40.834083 ], [ -73.94967, 40.834103 ], [ -73.949771, 40.83414 ], [ -73.949793, 40.834148 ], [ -73.949811, 40.834154 ], [ -73.949888, 40.834182 ], [ -73.949912, 40.834191 ], [ -73.949932, 40.834198 ], [ -73.950279, 40.834326 ], [ -73.950403, 40.834372 ], [ -73.958608, 40.837381 ], [ -73.958382, 40.8379 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024200", "name": "Census Tract 242, New York County, New York", "total_population_17": 4421, "white_alone_17": 205.0, "black_alone_17": 2162.0, "native_alone_17": 8.0, "asian_alone_17": 204.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1842.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.701, "pct_black_alone_change": -18.569, "pct_native_alone_change": -0.242, "pct_asian_alone_change": 4.372, "pct_hispanic_or_latino_change": 10.889, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8058563", "INTPTLON": "-073.9335113" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.938089, 40.806353 ], [ -73.937636, 40.806975 ], [ -73.93718, 40.807599 ], [ -73.936962, 40.807897 ], [ -73.936725, 40.808224 ], [ -73.936264, 40.808858 ], [ -73.935819, 40.809503 ], [ -73.935782, 40.80954 ], [ -73.935577, 40.80982 ], [ -73.935313, 40.81011 ], [ -73.935172, 40.810252 ], [ -73.935023, 40.81038 ], [ -73.93496, 40.810422 ], [ -73.934868, 40.810495 ], [ -73.934733, 40.810602 ], [ -73.93424, 40.810846 ], [ -73.934144, 40.810895 ], [ -73.932666, 40.811494 ], [ -73.932605, 40.811517 ], [ -73.93263, 40.810606 ], [ -73.932615, 40.810015 ], [ -73.932586, 40.809676 ], [ -73.93257, 40.809256 ], [ -73.932477, 40.808864 ], [ -73.932346, 40.808586 ], [ -73.932112, 40.808182 ], [ -73.931825, 40.807902 ], [ -73.931801, 40.807876 ], [ -73.931166, 40.807205 ], [ -73.930406, 40.806479 ], [ -73.930347, 40.806196 ], [ -73.929986, 40.805793 ], [ -73.928401, 40.804106 ], [ -73.928225, 40.80385 ], [ -73.929588, 40.80318 ], [ -73.929983, 40.802985 ], [ -73.930149, 40.802884 ], [ -73.930236, 40.802831 ], [ -73.93037, 40.802737 ], [ -73.93073, 40.802427 ], [ -73.93099, 40.802042 ], [ -73.931015, 40.802001 ], [ -73.931202, 40.801755 ], [ -73.931388, 40.801503 ], [ -73.931773, 40.800979 ], [ -73.932635, 40.80135 ], [ -73.93365, 40.801788 ], [ -73.933964, 40.801921 ], [ -73.934062, 40.802077 ], [ -73.93631, 40.803024 ], [ -73.935817, 40.8037 ], [ -73.935326, 40.804371 ], [ -73.936928, 40.805046 ], [ -73.938544, 40.80573 ], [ -73.938089, 40.806353 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024301", "name": "Census Tract 243.01, New York County, New York", "total_population_17": 4419, "white_alone_17": 620.0, "black_alone_17": 1576.0, "native_alone_17": 36.0, "asian_alone_17": 155.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2013.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.493, "pct_black_alone_change": -7.679, "pct_native_alone_change": 0.024, "pct_asian_alone_change": 3.042, "pct_hispanic_or_latino_change": -7.101, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8359721", "INTPTLON": "-073.9387601" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940049, 40.834491 ], [ -73.93986, 40.834918 ], [ -73.939775, 40.835183 ], [ -73.939888, 40.835794 ], [ -73.93995, 40.836078 ], [ -73.940102, 40.836945 ], [ -73.939994, 40.837714 ], [ -73.939827, 40.838498 ], [ -73.938548, 40.837954 ], [ -73.938343, 40.837909 ], [ -73.936691, 40.837193 ], [ -73.937023, 40.836469 ], [ -73.937383, 40.83569 ], [ -73.937751, 40.834889 ], [ -73.937863, 40.834638 ], [ -73.937896, 40.834547 ], [ -73.937936, 40.834458 ], [ -73.937983, 40.834371 ], [ -73.938037, 40.834286 ], [ -73.938097, 40.834204 ], [ -73.938164, 40.834125 ], [ -73.938238, 40.834049 ], [ -73.938317, 40.833977 ], [ -73.938402, 40.833908 ], [ -73.938492, 40.833843 ], [ -73.939155, 40.833278 ], [ -73.94036, 40.833786 ], [ -73.940049, 40.834491 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024302", "name": "Census Tract 243.02, New York County, New York", "total_population_17": 7649, "white_alone_17": 15.0, "black_alone_17": 3880.0, "native_alone_17": 152.0, "asian_alone_17": 85.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3586.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.454, "pct_black_alone_change": -17.308, "pct_native_alone_change": 1.473, "pct_asian_alone_change": -0.108, "pct_hispanic_or_latino_change": 17.434, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8313739", "INTPTLON": "-073.9362630" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940079, 40.830464 ], [ -73.939989, 40.830731 ], [ -73.939959, 40.830833 ], [ -73.939911, 40.830932 ], [ -73.939844, 40.831026 ], [ -73.939763, 40.831111 ], [ -73.939728, 40.831141 ], [ -73.939587, 40.831274 ], [ -73.93947, 40.831411 ], [ -73.93938, 40.831543 ], [ -73.939343, 40.831612 ], [ -73.939299, 40.831696 ], [ -73.939244, 40.831837 ], [ -73.939225, 40.8319 ], [ -73.939147, 40.832077 ], [ -73.939038, 40.832281 ], [ -73.938912, 40.832479 ], [ -73.938786, 40.832647 ], [ -73.938773, 40.832663 ], [ -73.938683, 40.832801 ], [ -73.938575, 40.832915 ], [ -73.938385, 40.833114 ], [ -73.937957, 40.833454 ], [ -73.937297, 40.833978 ], [ -73.937006, 40.834193 ], [ -73.936755, 40.834378 ], [ -73.936496, 40.834569 ], [ -73.935308, 40.835478 ], [ -73.935063, 40.835678 ], [ -73.934977, 40.835695 ], [ -73.934911, 40.835736 ], [ -73.934402, 40.836054 ], [ -73.934705, 40.835626 ], [ -73.933006, 40.835679 ], [ -73.933144, 40.834815 ], [ -73.933459, 40.833184 ], [ -73.933417, 40.831377 ], [ -73.933263, 40.829504 ], [ -73.933193, 40.829161 ], [ -73.933182, 40.828985 ], [ -73.93316, 40.828886 ], [ -73.93314, 40.828629 ], [ -73.933074, 40.828275 ], [ -73.933062, 40.828202 ], [ -73.933059, 40.828156 ], [ -73.93312, 40.828153 ], [ -73.934555, 40.828047 ], [ -73.934676, 40.828043 ], [ -73.934735, 40.828042 ], [ -73.934837, 40.828032 ], [ -73.934842, 40.828097 ], [ -73.934938, 40.82816 ], [ -73.93519, 40.828295 ], [ -73.937271, 40.829154 ], [ -73.938271, 40.829581 ], [ -73.93852, 40.829688 ], [ -73.938588, 40.829717 ], [ -73.938997, 40.829889 ], [ -73.939626, 40.830156 ], [ -73.940167, 40.830383 ], [ -73.940079, 40.830464 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024500", "name": "Census Tract 245, New York County, New York", "total_population_17": 15149, "white_alone_17": 1099.0, "black_alone_17": 1182.0, "native_alone_17": 0.0, "asian_alone_17": 298.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 12400.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.66, "pct_black_alone_change": -2.793, "pct_native_alone_change": -0.448, "pct_asian_alone_change": 0.761, "pct_hispanic_or_latino_change": -2.696, "pct_native_hawaiian_pacific_islander_change": -0.006, "INTPTLAT": "+40.8366264", "INTPTLON": "-073.9420980" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944685, 40.836068 ], [ -73.944667, 40.836181 ], [ -73.944629, 40.836286 ], [ -73.944574, 40.836382 ], [ -73.944297, 40.837078 ], [ -73.944022, 40.83778 ], [ -73.943741, 40.838477 ], [ -73.943465, 40.839174 ], [ -73.943066, 40.840193 ], [ -73.94114, 40.83918 ], [ -73.939827, 40.838498 ], [ -73.939994, 40.837714 ], [ -73.940102, 40.836945 ], [ -73.93995, 40.836078 ], [ -73.939888, 40.835794 ], [ -73.939775, 40.835183 ], [ -73.93986, 40.834918 ], [ -73.940049, 40.834491 ], [ -73.94036, 40.833786 ], [ -73.941118, 40.834114 ], [ -73.941577, 40.833487 ], [ -73.944426, 40.834681 ], [ -73.943967, 40.835309 ], [ -73.944067, 40.835341 ], [ -73.94419, 40.835386 ], [ -73.944309, 40.835447 ], [ -73.94442, 40.835524 ], [ -73.944517, 40.835616 ], [ -73.944595, 40.83572 ], [ -73.94465, 40.835833 ], [ -73.94468, 40.835951 ], [ -73.944685, 40.836068 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024700", "name": "Census Tract 247, New York County, New York", "total_population_17": 7444, "white_alone_17": 1327.0, "black_alone_17": 623.0, "native_alone_17": 28.0, "asian_alone_17": 311.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4920.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 11.27, "pct_black_alone_change": -5.015, "pct_native_alone_change": -0.024, "pct_asian_alone_change": 2.501, "pct_hispanic_or_latino_change": -11.233, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.8406031", "INTPTLON": "-073.9526748" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.955534, 40.844436 ], [ -73.947721, 40.841448 ], [ -73.946502, 40.841241 ], [ -73.945762, 40.841199 ], [ -73.94564, 40.841172 ], [ -73.94468, 40.841051 ], [ -73.943066, 40.840193 ], [ -73.943465, 40.839174 ], [ -73.943741, 40.838477 ], [ -73.944022, 40.83778 ], [ -73.944297, 40.837078 ], [ -73.944574, 40.836382 ], [ -73.944629, 40.836286 ], [ -73.944667, 40.836181 ], [ -73.944685, 40.836068 ], [ -73.94468, 40.835951 ], [ -73.94465, 40.835833 ], [ -73.944595, 40.83572 ], [ -73.944517, 40.835616 ], [ -73.94442, 40.835524 ], [ -73.944309, 40.835447 ], [ -73.94419, 40.835386 ], [ -73.944067, 40.835341 ], [ -73.943967, 40.835309 ], [ -73.944426, 40.834681 ], [ -73.945511, 40.835124 ], [ -73.948501, 40.836407 ], [ -73.948788, 40.836511 ], [ -73.948986, 40.836588 ], [ -73.949055, 40.836616 ], [ -73.949161, 40.836658 ], [ -73.949182, 40.836666 ], [ -73.949594, 40.83683 ], [ -73.953599, 40.838235 ], [ -73.957621, 40.839647 ], [ -73.955534, 40.844436 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061024900", "name": "Census Tract 249, New York County, New York", "total_population_17": 1200, "white_alone_17": 126.0, "black_alone_17": 244.0, "native_alone_17": 0.0, "asian_alone_17": 35.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 756.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.587, "pct_black_alone_change": -2.363, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 2.395, "pct_hispanic_or_latino_change": -11.348, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8391286", "INTPTLON": "-073.9364494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93792, 40.83849 ], [ -73.937781, 40.838687 ], [ -73.937332, 40.839294 ], [ -73.937205, 40.839468 ], [ -73.936913, 40.839867 ], [ -73.936464, 40.840482 ], [ -73.936041, 40.841068 ], [ -73.935718, 40.8415 ], [ -73.935595, 40.841679 ], [ -73.935567, 40.841713 ], [ -73.935611, 40.841609 ], [ -73.935637, 40.8415 ], [ -73.935642, 40.841389 ], [ -73.935628, 40.841279 ], [ -73.935595, 40.841173 ], [ -73.935436, 40.840751 ], [ -73.935295, 40.840475 ], [ -73.935232, 40.840395 ], [ -73.935141, 40.840252 ], [ -73.935076, 40.840114 ], [ -73.935031, 40.839978 ], [ -73.935002, 40.839828 ], [ -73.934995, 40.839668 ], [ -73.935008, 40.839523 ], [ -73.935033, 40.839406 ], [ -73.935079, 40.839267 ], [ -73.935148, 40.839126 ], [ -73.935238, 40.838987 ], [ -73.93534, 40.838865 ], [ -73.93546, 40.838748 ], [ -73.935533, 40.838702 ], [ -73.935753, 40.838547 ], [ -73.935933, 40.838395 ], [ -73.936096, 40.838234 ], [ -73.936231, 40.838078 ], [ -73.936383, 40.83785 ], [ -73.936691, 40.837193 ], [ -73.938343, 40.837909 ], [ -73.93792, 40.83849 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061025100", "name": "Census Tract 251, New York County, New York", "total_population_17": 2809, "white_alone_17": 313.0, "black_alone_17": 403.0, "native_alone_17": 23.0, "asian_alone_17": 111.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1977.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 5.701, "pct_black_alone_change": 1.559, "pct_native_alone_change": 0.518, "pct_asian_alone_change": -0.055, "pct_hispanic_or_latino_change": -6.814, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8403260", "INTPTLON": "-073.9399227" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.942503, 40.841593 ], [ -73.942279, 40.842154 ], [ -73.942013, 40.84281 ], [ -73.939334, 40.841681 ], [ -73.937929, 40.841087 ], [ -73.936464, 40.840482 ], [ -73.936913, 40.839867 ], [ -73.937205, 40.839468 ], [ -73.937332, 40.839294 ], [ -73.937781, 40.838687 ], [ -73.93792, 40.83849 ], [ -73.938343, 40.837909 ], [ -73.938548, 40.837954 ], [ -73.939827, 40.838498 ], [ -73.94114, 40.83918 ], [ -73.943066, 40.840193 ], [ -73.942503, 40.841593 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061025300", "name": "Census Tract 253, New York County, New York", "total_population_17": 13415, "white_alone_17": 2031.0, "black_alone_17": 527.0, "native_alone_17": 15.0, "asian_alone_17": 436.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 10354.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 10.004, "pct_black_alone_change": -0.887, "pct_native_alone_change": -0.233, "pct_asian_alone_change": 0.419, "pct_hispanic_or_latino_change": -9.253, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.8428949", "INTPTLON": "-073.9383791" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941948, 40.842976 ], [ -73.941862, 40.843137 ], [ -73.941757, 40.843291 ], [ -73.941634, 40.843437 ], [ -73.941142, 40.844049 ], [ -73.941029, 40.8442 ], [ -73.940933, 40.844357 ], [ -73.940854, 40.84452 ], [ -73.940795, 40.844686 ], [ -73.940518, 40.845369 ], [ -73.938855, 40.844679 ], [ -73.938731, 40.844636 ], [ -73.937518, 40.844137 ], [ -73.936126, 40.84355 ], [ -73.935921, 40.843466 ], [ -73.934671, 40.842958 ], [ -73.935141, 40.842311 ], [ -73.935567, 40.841713 ], [ -73.935595, 40.841679 ], [ -73.935718, 40.8415 ], [ -73.936041, 40.841068 ], [ -73.936464, 40.840482 ], [ -73.937929, 40.841087 ], [ -73.939334, 40.841681 ], [ -73.942013, 40.84281 ], [ -73.941948, 40.842976 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061025500", "name": "Census Tract 255, New York County, New York", "total_population_17": 5831, "white_alone_17": 1554.0, "black_alone_17": 352.0, "native_alone_17": 61.0, "asian_alone_17": 963.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2704.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.637, "pct_black_alone_change": -0.108, "pct_native_alone_change": 0.814, "pct_asian_alone_change": -0.59, "pct_hispanic_or_latino_change": -3.897, "pct_native_hawaiian_pacific_islander_change": -0.073, "INTPTLAT": "+40.8464959", "INTPTLON": "-073.9502862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.953982, 40.848 ], [ -73.953482, 40.849 ], [ -73.952128, 40.851448 ], [ -73.947005, 40.850459 ], [ -73.945095, 40.850109 ], [ -73.944954, 40.850082 ], [ -73.9448, 40.85005 ], [ -73.94412, 40.849922 ], [ -73.943998, 40.849899 ], [ -73.943839, 40.849867 ], [ -73.943187, 40.849755 ], [ -73.943217, 40.84965 ], [ -73.943403, 40.849179 ], [ -73.944069, 40.84785 ], [ -73.943918, 40.847863 ], [ -73.943576, 40.847892 ], [ -73.943337, 40.848259 ], [ -73.943149, 40.848236 ], [ -73.943004, 40.848219 ], [ -73.942875, 40.84828 ], [ -73.942742, 40.848305 ], [ -73.94248, 40.84832 ], [ -73.942054, 40.848317 ], [ -73.941364, 40.848184 ], [ -73.940436, 40.848019 ], [ -73.939524, 40.847838 ], [ -73.939779, 40.84721 ], [ -73.939874, 40.846976 ], [ -73.940061, 40.846519 ], [ -73.940241, 40.846048 ], [ -73.94038, 40.845706 ], [ -73.940518, 40.845369 ], [ -73.940795, 40.844686 ], [ -73.940854, 40.84452 ], [ -73.940933, 40.844357 ], [ -73.941029, 40.8442 ], [ -73.941142, 40.844049 ], [ -73.941634, 40.843437 ], [ -73.941757, 40.843291 ], [ -73.941862, 40.843137 ], [ -73.941948, 40.842976 ], [ -73.942013, 40.84281 ], [ -73.942279, 40.842154 ], [ -73.942503, 40.841593 ], [ -73.943066, 40.840193 ], [ -73.94468, 40.841051 ], [ -73.94564, 40.841172 ], [ -73.945762, 40.841199 ], [ -73.946502, 40.841241 ], [ -73.947721, 40.841448 ], [ -73.955534, 40.844436 ], [ -73.953982, 40.848 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061025700", "name": "Census Tract 257, New York County, New York", "total_population_17": 4609, "white_alone_17": 1536.0, "black_alone_17": 1730.0, "native_alone_17": 0.0, "asian_alone_17": 351.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 870.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 28.941, "pct_black_alone_change": -38.468, "pct_native_alone_change": -0.578, "pct_asian_alone_change": 6.494, "pct_hispanic_or_latino_change": 1.405, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.8084355", "INTPTLON": "-073.9540741" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956806, 40.807546 ], [ -73.956344, 40.808174 ], [ -73.955884, 40.808802 ], [ -73.95543, 40.809429 ], [ -73.954966, 40.810064 ], [ -73.953576, 40.809477 ], [ -73.953277, 40.80988 ], [ -73.953079, 40.810094 ], [ -73.952591, 40.810765 ], [ -73.952101, 40.811442 ], [ -73.95068, 40.810843 ], [ -73.951165, 40.810173 ], [ -73.951664, 40.80949 ], [ -73.952125, 40.808862 ], [ -73.952585, 40.808238 ], [ -73.952917, 40.80778 ], [ -73.95304, 40.80761 ], [ -73.9535, 40.806981 ], [ -73.953957, 40.806353 ], [ -73.954416, 40.805725 ], [ -73.955869, 40.806336 ], [ -73.957266, 40.806916 ], [ -73.956806, 40.807546 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061025900", "name": "Census Tract 259, New York County, New York", "total_population_17": 3635, "white_alone_17": 663.0, "black_alone_17": 1556.0, "native_alone_17": 0.0, "asian_alone_17": 139.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1123.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.945, "pct_black_alone_change": -32.66, "pct_native_alone_change": -0.518, "pct_asian_alone_change": 2.841, "pct_hispanic_or_latino_change": 9.31, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8232145", "INTPTLON": "-073.9423562" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944603, 40.821462 ], [ -73.944049, 40.822052 ], [ -73.943506, 40.822628 ], [ -73.942924, 40.82326 ], [ -73.94243, 40.823909 ], [ -73.941956, 40.824555 ], [ -73.941503, 40.825171 ], [ -73.941049, 40.825793 ], [ -73.940595, 40.826414 ], [ -73.939602, 40.826002 ], [ -73.93986, 40.825648 ], [ -73.940054, 40.825379 ], [ -73.940515, 40.824757 ], [ -73.940971, 40.824132 ], [ -73.941426, 40.823507 ], [ -73.941917, 40.822837 ], [ -73.942411, 40.822164 ], [ -73.942865, 40.821542 ], [ -73.943322, 40.820917 ], [ -73.943778, 40.820294 ], [ -73.945155, 40.820876 ], [ -73.944603, 40.821462 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061026100", "name": "Census Tract 261, New York County, New York", "total_population_17": 13814, "white_alone_17": 424.0, "black_alone_17": 726.0, "native_alone_17": 502.0, "asian_alone_17": 44.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 12424.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.532, "pct_black_alone_change": -0.845, "pct_native_alone_change": 3.405, "pct_asian_alone_change": -0.017, "pct_hispanic_or_latino_change": -1.377, "pct_native_hawaiian_pacific_islander_change": -0.008, "INTPTLAT": "+40.8457845", "INTPTLON": "-073.9344552" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937269, 40.844477 ], [ -73.937043, 40.844788 ], [ -73.93657, 40.845434 ], [ -73.936078, 40.846105 ], [ -73.935622, 40.846727 ], [ -73.935172, 40.847358 ], [ -73.935075, 40.84749 ], [ -73.934985, 40.847609 ], [ -73.934877, 40.847754 ], [ -73.934774, 40.84789 ], [ -73.934693, 40.847999 ], [ -73.934239, 40.848626 ], [ -73.932849, 40.848038 ], [ -73.931393, 40.847428 ], [ -73.931851, 40.846803 ], [ -73.931915, 40.846711 ], [ -73.931979, 40.84662 ], [ -73.93201, 40.846576 ], [ -73.932072, 40.846496 ], [ -73.9321, 40.846457 ], [ -73.932185, 40.846341 ], [ -73.93224, 40.846265 ], [ -73.932325, 40.846154 ], [ -73.93277, 40.845542 ], [ -73.933233, 40.84491 ], [ -73.933716, 40.844247 ], [ -73.934213, 40.843569 ], [ -73.934454, 40.843246 ], [ -73.934671, 40.842958 ], [ -73.935921, 40.843466 ], [ -73.936126, 40.84355 ], [ -73.937518, 40.844137 ], [ -73.937269, 40.844477 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061026300", "name": "Census Tract 263, New York County, New York", "total_population_17": 9255, "white_alone_17": 900.0, "black_alone_17": 514.0, "native_alone_17": 70.0, "asian_alone_17": 112.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 7680.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.271, "pct_black_alone_change": -0.174, "pct_native_alone_change": 0.358, "pct_asian_alone_change": -0.023, "pct_hispanic_or_latino_change": -3.227, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8468226", "INTPTLON": "-073.9374753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.94038, 40.845706 ], [ -73.940241, 40.846048 ], [ -73.940061, 40.846519 ], [ -73.939874, 40.846976 ], [ -73.939779, 40.84721 ], [ -73.939524, 40.847838 ], [ -73.938036, 40.847558 ], [ -73.937975, 40.847711 ], [ -73.937672, 40.848392 ], [ -73.937567, 40.848491 ], [ -73.937487, 40.848569 ], [ -73.937286, 40.848748 ], [ -73.937164, 40.848847 ], [ -73.93707, 40.848939 ], [ -73.936397, 40.849541 ], [ -73.935471, 40.849145 ], [ -73.934239, 40.848626 ], [ -73.934693, 40.847999 ], [ -73.934774, 40.84789 ], [ -73.934877, 40.847754 ], [ -73.934985, 40.847609 ], [ -73.935075, 40.84749 ], [ -73.935172, 40.847358 ], [ -73.935622, 40.846727 ], [ -73.936078, 40.846105 ], [ -73.93657, 40.845434 ], [ -73.937043, 40.844788 ], [ -73.937269, 40.844477 ], [ -73.937518, 40.844137 ], [ -73.938731, 40.844636 ], [ -73.938855, 40.844679 ], [ -73.940518, 40.845369 ], [ -73.94038, 40.845706 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061026500", "name": "Census Tract 265, New York County, New York", "total_population_17": 8178, "white_alone_17": 2447.0, "black_alone_17": 463.0, "native_alone_17": 0.0, "asian_alone_17": 175.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4999.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 11.716, "pct_black_alone_change": 1.446, "pct_native_alone_change": -0.246, "pct_asian_alone_change": 0.199, "pct_hispanic_or_latino_change": -12.971, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.8496217", "INTPTLON": "-073.9401308" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.944069, 40.84785 ], [ -73.943403, 40.849179 ], [ -73.943217, 40.84965 ], [ -73.943187, 40.849755 ], [ -73.94317, 40.849848 ], [ -73.943161, 40.849935 ], [ -73.943097, 40.850388 ], [ -73.94299, 40.850819 ], [ -73.942903, 40.850997 ], [ -73.942799, 40.851172 ], [ -73.942678, 40.85134 ], [ -73.94254, 40.851502 ], [ -73.942477, 40.851565 ], [ -73.942386, 40.851655 ], [ -73.942219, 40.851799 ], [ -73.942039, 40.851931 ], [ -73.941852, 40.851821 ], [ -73.941262, 40.851392 ], [ -73.941089, 40.851357 ], [ -73.94089, 40.85133 ], [ -73.940688, 40.851315 ], [ -73.940486, 40.851313 ], [ -73.940285, 40.851322 ], [ -73.940106, 40.85133 ], [ -73.939927, 40.851324 ], [ -73.939747, 40.851306 ], [ -73.939571, 40.851276 ], [ -73.9394, 40.851233 ], [ -73.939236, 40.851179 ], [ -73.938284, 40.850909 ], [ -73.937365, 40.850645 ], [ -73.936661, 40.850448 ], [ -73.935754, 40.850168 ], [ -73.936397, 40.849541 ], [ -73.93707, 40.848939 ], [ -73.937164, 40.848847 ], [ -73.937286, 40.848748 ], [ -73.937487, 40.848569 ], [ -73.937567, 40.848491 ], [ -73.937672, 40.848392 ], [ -73.937975, 40.847711 ], [ -73.938036, 40.847558 ], [ -73.939524, 40.847838 ], [ -73.940436, 40.848019 ], [ -73.941364, 40.848184 ], [ -73.942054, 40.848317 ], [ -73.94248, 40.84832 ], [ -73.942742, 40.848305 ], [ -73.942875, 40.84828 ], [ -73.943004, 40.848219 ], [ -73.943149, 40.848236 ], [ -73.943337, 40.848259 ], [ -73.943576, 40.847892 ], [ -73.943918, 40.847863 ], [ -73.944069, 40.84785 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061026700", "name": "Census Tract 267, New York County, New York", "total_population_17": 2174, "white_alone_17": 1244.0, "black_alone_17": 40.0, "native_alone_17": 41.0, "asian_alone_17": 51.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 818.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 26.437, "pct_black_alone_change": -0.032, "pct_native_alone_change": 1.73, "pct_asian_alone_change": 0.526, "pct_hispanic_or_latino_change": -25.765, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8503283", "INTPTLON": "-073.9286454" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930466, 40.848697 ], [ -73.930013, 40.849314 ], [ -73.929835, 40.849595 ], [ -73.929633, 40.849913 ], [ -73.929423, 40.850209 ], [ -73.929201, 40.850523 ], [ -73.928659, 40.851184 ], [ -73.928151, 40.851863 ], [ -73.927973, 40.852107 ], [ -73.927927, 40.852171 ], [ -73.927695, 40.852488 ], [ -73.927234, 40.852221 ], [ -73.927139, 40.85215 ], [ -73.927103, 40.85205 ], [ -73.927086, 40.851872 ], [ -73.92708, 40.851432 ], [ -73.927477, 40.850694 ], [ -73.927969, 40.85015 ], [ -73.928692, 40.849549 ], [ -73.928963, 40.849223 ], [ -73.929777, 40.84815 ], [ -73.930621, 40.848481 ], [ -73.930466, 40.848697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061026900", "name": "Census Tract 269, New York County, New York", "total_population_17": 9657, "white_alone_17": 657.0, "black_alone_17": 423.0, "native_alone_17": 14.0, "asian_alone_17": 201.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8278.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.918, "pct_black_alone_change": 1.561, "pct_native_alone_change": -0.187, "pct_asian_alone_change": 1.175, "pct_hispanic_or_latino_change": 1.992, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.8505568", "INTPTLON": "-073.9309745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933731, 40.849321 ], [ -73.93331, 40.849895 ], [ -73.932861, 40.850506 ], [ -73.932433, 40.851095 ], [ -73.931995, 40.851696 ], [ -73.931495, 40.85238 ], [ -73.930996, 40.853062 ], [ -73.930539, 40.853685 ], [ -73.929147, 40.8531 ], [ -73.927695, 40.852488 ], [ -73.927927, 40.852171 ], [ -73.927973, 40.852107 ], [ -73.928151, 40.851863 ], [ -73.928659, 40.851184 ], [ -73.929201, 40.850523 ], [ -73.929423, 40.850209 ], [ -73.929633, 40.849913 ], [ -73.929835, 40.849595 ], [ -73.930013, 40.849314 ], [ -73.930466, 40.848697 ], [ -73.930621, 40.848481 ], [ -73.930884, 40.848119 ], [ -73.931161, 40.84774 ], [ -73.931393, 40.847428 ], [ -73.932849, 40.848038 ], [ -73.934239, 40.848626 ], [ -73.933731, 40.849321 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061027100", "name": "Census Tract 271, New York County, New York", "total_population_17": 9743, "white_alone_17": 2816.0, "black_alone_17": 102.0, "native_alone_17": 48.0, "asian_alone_17": 218.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6579.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 8.346, "pct_black_alone_change": -0.493, "pct_native_alone_change": 0.302, "pct_asian_alone_change": 0.563, "pct_hispanic_or_latino_change": -7.309, "pct_native_hawaiian_pacific_islander_change": -0.112, "INTPTLAT": "+40.8519438", "INTPTLON": "-073.9342940" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936342, 40.851086 ], [ -73.935716, 40.852339 ], [ -73.936545, 40.852611 ], [ -73.936478, 40.85285 ], [ -73.936426, 40.853091 ], [ -73.936388, 40.853333 ], [ -73.936365, 40.853577 ], [ -73.936355, 40.853821 ], [ -73.936331, 40.854044 ], [ -73.936286, 40.854267 ], [ -73.936222, 40.854488 ], [ -73.936139, 40.854704 ], [ -73.936038, 40.854915 ], [ -73.934627, 40.854501 ], [ -73.933705, 40.854169 ], [ -73.932228, 40.853582 ], [ -73.930996, 40.853062 ], [ -73.931495, 40.85238 ], [ -73.931995, 40.851696 ], [ -73.932433, 40.851095 ], [ -73.932861, 40.850506 ], [ -73.93331, 40.849895 ], [ -73.933731, 40.849321 ], [ -73.934239, 40.848626 ], [ -73.935471, 40.849145 ], [ -73.936397, 40.849541 ], [ -73.935754, 40.850168 ], [ -73.936661, 40.850448 ], [ -73.936342, 40.851086 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061027300", "name": "Census Tract 273, New York County, New York", "total_population_17": 7007, "white_alone_17": 4364.0, "black_alone_17": 396.0, "native_alone_17": 1.0, "asian_alone_17": 186.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1737.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.394, "pct_black_alone_change": 0.862, "pct_native_alone_change": -0.225, "pct_asian_alone_change": -1.32, "pct_hispanic_or_latino_change": -8.379, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8539792", "INTPTLON": "-073.9373845" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940148, 40.851402 ], [ -73.93985, 40.852417 ], [ -73.939816, 40.852537 ], [ -73.939704, 40.852924 ], [ -73.93954, 40.853486 ], [ -73.93945, 40.853605 ], [ -73.938652, 40.854677 ], [ -73.937953, 40.85557 ], [ -73.93787, 40.855679 ], [ -73.93694, 40.856909 ], [ -73.936655, 40.857255 ], [ -73.936576, 40.857351 ], [ -73.935606, 40.858863 ], [ -73.935516, 40.858967 ], [ -73.935412, 40.859064 ], [ -73.935295, 40.859155 ], [ -73.935168, 40.859236 ], [ -73.93503, 40.859308 ], [ -73.934885, 40.859369 ], [ -73.934735, 40.859418 ], [ -73.934393, 40.859322 ], [ -73.934325, 40.859317 ], [ -73.934216, 40.859338 ], [ -73.934088, 40.859382 ], [ -73.934397, 40.858836 ], [ -73.934512, 40.858615 ], [ -73.935602, 40.857109 ], [ -73.936703, 40.855623 ], [ -73.936879, 40.855136 ], [ -73.936038, 40.854915 ], [ -73.936139, 40.854704 ], [ -73.936222, 40.854488 ], [ -73.936286, 40.854267 ], [ -73.936331, 40.854044 ], [ -73.936355, 40.853821 ], [ -73.936365, 40.853577 ], [ -73.936388, 40.853333 ], [ -73.936426, 40.853091 ], [ -73.936478, 40.85285 ], [ -73.936545, 40.852611 ], [ -73.935716, 40.852339 ], [ -73.936342, 40.851086 ], [ -73.936661, 40.850448 ], [ -73.937365, 40.850645 ], [ -73.938284, 40.850909 ], [ -73.939236, 40.851179 ], [ -73.9394, 40.851233 ], [ -73.939571, 40.851276 ], [ -73.939747, 40.851306 ], [ -73.939927, 40.851324 ], [ -73.940106, 40.85133 ], [ -73.940285, 40.851322 ], [ -73.940148, 40.851402 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061027500", "name": "Census Tract 275, New York County, New York", "total_population_17": 3579, "white_alone_17": 2127.0, "black_alone_17": 183.0, "native_alone_17": 17.0, "asian_alone_17": 101.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 999.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.574, "pct_black_alone_change": -1.767, "pct_native_alone_change": 0.144, "pct_asian_alone_change": -2.255, "pct_hispanic_or_latino_change": 7.052, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8563580", "INTPTLON": "-073.9451999" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952056, 40.851583 ], [ -73.948385, 40.858471 ], [ -73.947765, 40.85955 ], [ -73.945914, 40.862545 ], [ -73.937789, 40.859812 ], [ -73.937487, 40.859704 ], [ -73.936985, 40.859614 ], [ -73.936287, 40.859275 ], [ -73.9358, 40.858961 ], [ -73.935606, 40.858863 ], [ -73.936576, 40.857351 ], [ -73.936655, 40.857255 ], [ -73.93694, 40.856909 ], [ -73.93787, 40.855679 ], [ -73.937953, 40.85557 ], [ -73.938652, 40.854677 ], [ -73.93945, 40.853605 ], [ -73.93954, 40.853486 ], [ -73.939704, 40.852924 ], [ -73.939816, 40.852537 ], [ -73.93985, 40.852417 ], [ -73.940148, 40.851402 ], [ -73.940285, 40.851322 ], [ -73.940486, 40.851313 ], [ -73.940688, 40.851315 ], [ -73.94089, 40.85133 ], [ -73.941089, 40.851357 ], [ -73.941262, 40.851392 ], [ -73.941852, 40.851821 ], [ -73.942039, 40.851931 ], [ -73.942219, 40.851799 ], [ -73.942386, 40.851655 ], [ -73.942477, 40.851565 ], [ -73.94254, 40.851502 ], [ -73.942678, 40.85134 ], [ -73.942799, 40.851172 ], [ -73.942903, 40.850997 ], [ -73.94299, 40.850819 ], [ -73.943097, 40.850388 ], [ -73.943161, 40.849935 ], [ -73.94317, 40.849848 ], [ -73.943187, 40.849755 ], [ -73.943839, 40.849867 ], [ -73.943998, 40.849899 ], [ -73.94412, 40.849922 ], [ -73.9448, 40.85005 ], [ -73.944954, 40.850082 ], [ -73.945095, 40.850109 ], [ -73.947005, 40.850459 ], [ -73.952128, 40.851448 ], [ -73.952056, 40.851583 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061027700", "name": "Census Tract 277, New York County, New York", "total_population_17": 7725, "white_alone_17": 920.0, "black_alone_17": 656.0, "native_alone_17": 86.0, "asian_alone_17": 147.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5958.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.439, "pct_black_alone_change": 2.378, "pct_native_alone_change": 0.731, "pct_asian_alone_change": 0.991, "pct_hispanic_or_latino_change": -7.28, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.8554404", "INTPTLON": "-073.9273892" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.930082, 40.85431 ], [ -73.929644, 40.854908 ], [ -73.929169, 40.855557 ], [ -73.928716, 40.856182 ], [ -73.928411, 40.856606 ], [ -73.928266, 40.856808 ], [ -73.928233, 40.857168 ], [ -73.927955, 40.857335 ], [ -73.927803, 40.857438 ], [ -73.927608, 40.857591 ], [ -73.927428, 40.857755 ], [ -73.927266, 40.857929 ], [ -73.926751, 40.857701 ], [ -73.92669, 40.85778 ], [ -73.92656, 40.857941 ], [ -73.926483, 40.858021 ], [ -73.926409, 40.858069 ], [ -73.926338, 40.858102 ], [ -73.926238, 40.858137 ], [ -73.926112, 40.858168 ], [ -73.925982, 40.858187 ], [ -73.925842, 40.858194 ], [ -73.925713, 40.858188 ], [ -73.925571, 40.858168 ], [ -73.925427, 40.858131 ], [ -73.925306, 40.858086 ], [ -73.925192, 40.858029 ], [ -73.925082, 40.857957 ], [ -73.925031, 40.857896 ], [ -73.924932, 40.857761 ], [ -73.92484, 40.857603 ], [ -73.92477, 40.857446 ], [ -73.924722, 40.857302 ], [ -73.924689, 40.857155 ], [ -73.92467, 40.856991 ], [ -73.924671, 40.856803 ], [ -73.924692, 40.856642 ], [ -73.9268, 40.853718 ], [ -73.927239, 40.853116 ], [ -73.927695, 40.852488 ], [ -73.929147, 40.8531 ], [ -73.930539, 40.853685 ], [ -73.930082, 40.85431 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061027900", "name": "Census Tract 279, New York County, New York", "total_population_17": 12283, "white_alone_17": 1703.0, "black_alone_17": 419.0, "native_alone_17": 234.0, "asian_alone_17": 278.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 9685.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.845, "pct_black_alone_change": -1.222, "pct_native_alone_change": 1.573, "pct_asian_alone_change": 0.818, "pct_hispanic_or_latino_change": -1.481, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.8558577", "INTPTLON": "-073.9316271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.934266, 40.855581 ], [ -73.933703, 40.856737 ], [ -73.933681, 40.856783 ], [ -73.933432, 40.857271 ], [ -73.933406, 40.857323 ], [ -73.932983, 40.858113 ], [ -73.932284, 40.859448 ], [ -73.932264, 40.859469 ], [ -73.93224, 40.859488 ], [ -73.932212, 40.859504 ], [ -73.932182, 40.859517 ], [ -73.93215, 40.859527 ], [ -73.932117, 40.859533 ], [ -73.932082, 40.859536 ], [ -73.932048, 40.859535 ], [ -73.932014, 40.85953 ], [ -73.931981, 40.859522 ], [ -73.931313, 40.859328 ], [ -73.931818, 40.858271 ], [ -73.932043, 40.857841 ], [ -73.932631, 40.856716 ], [ -73.932121, 40.856576 ], [ -73.931475, 40.856851 ], [ -73.930502, 40.857303 ], [ -73.929726, 40.857379 ], [ -73.928926, 40.857445 ], [ -73.928233, 40.857168 ], [ -73.928266, 40.856808 ], [ -73.928411, 40.856606 ], [ -73.928716, 40.856182 ], [ -73.929169, 40.855557 ], [ -73.929644, 40.854908 ], [ -73.930082, 40.85431 ], [ -73.930539, 40.853685 ], [ -73.930996, 40.853062 ], [ -73.932228, 40.853582 ], [ -73.933705, 40.854169 ], [ -73.934627, 40.854501 ], [ -73.934266, 40.855581 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061028100", "name": "Census Tract 281, New York County, New York", "total_population_17": 3208, "white_alone_17": 2367.0, "black_alone_17": 209.0, "native_alone_17": 0.0, "asian_alone_17": 133.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 384.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.627, "pct_black_alone_change": 2.341, "pct_native_alone_change": -0.158, "pct_asian_alone_change": -1.091, "pct_hispanic_or_latino_change": -3.892, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8570577", "INTPTLON": "-073.9345343" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936703, 40.855623 ], [ -73.935602, 40.857109 ], [ -73.934512, 40.858615 ], [ -73.934397, 40.858836 ], [ -73.934088, 40.859382 ], [ -73.933994, 40.859414 ], [ -73.933845, 40.859456 ], [ -73.933699, 40.859504 ], [ -73.933556, 40.859557 ], [ -73.933416, 40.859615 ], [ -73.933281, 40.859678 ], [ -73.933149, 40.859746 ], [ -73.933022, 40.859819 ], [ -73.93215, 40.859527 ], [ -73.932182, 40.859517 ], [ -73.932212, 40.859504 ], [ -73.93224, 40.859488 ], [ -73.932264, 40.859469 ], [ -73.932284, 40.859448 ], [ -73.932983, 40.858113 ], [ -73.933406, 40.857323 ], [ -73.933432, 40.857271 ], [ -73.933681, 40.856783 ], [ -73.933703, 40.856737 ], [ -73.934266, 40.855581 ], [ -73.934627, 40.854501 ], [ -73.936038, 40.854915 ], [ -73.936879, 40.855136 ], [ -73.936703, 40.855623 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061028300", "name": "Census Tract 283, New York County, New York", "total_population_17": 7919, "white_alone_17": 1719.0, "black_alone_17": 669.0, "native_alone_17": 23.0, "asian_alone_17": 229.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5220.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.709, "pct_black_alone_change": 1.447, "pct_native_alone_change": 0.123, "pct_asian_alone_change": -0.621, "pct_hispanic_or_latino_change": -5.911, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8589101", "INTPTLON": "-073.9287249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.932631, 40.856716 ], [ -73.932043, 40.857841 ], [ -73.931818, 40.858271 ], [ -73.931313, 40.859328 ], [ -73.930826, 40.859364 ], [ -73.930488, 40.859487 ], [ -73.928823, 40.860095 ], [ -73.92842, 40.860242 ], [ -73.92733, 40.860647 ], [ -73.926502, 40.860956 ], [ -73.925668, 40.861259 ], [ -73.925146, 40.861451 ], [ -73.924877, 40.861541 ], [ -73.924981, 40.860893 ], [ -73.925022, 40.860695 ], [ -73.925087, 40.8605 ], [ -73.925175, 40.860309 ], [ -73.925287, 40.860126 ], [ -73.925419, 40.859951 ], [ -73.92557, 40.859788 ], [ -73.925738, 40.859638 ], [ -73.92591, 40.859509 ], [ -73.926113, 40.85938 ], [ -73.926296, 40.859287 ], [ -73.92642, 40.859209 ], [ -73.926468, 40.859178 ], [ -73.926626, 40.859053 ], [ -73.926766, 40.858915 ], [ -73.926885, 40.858765 ], [ -73.926981, 40.858606 ], [ -73.927053, 40.858442 ], [ -73.9271, 40.858276 ], [ -73.927122, 40.85811 ], [ -73.927266, 40.857929 ], [ -73.927428, 40.857755 ], [ -73.927608, 40.857591 ], [ -73.927803, 40.857438 ], [ -73.927955, 40.857335 ], [ -73.928233, 40.857168 ], [ -73.928926, 40.857445 ], [ -73.929726, 40.857379 ], [ -73.930502, 40.857303 ], [ -73.931475, 40.856851 ], [ -73.932121, 40.856576 ], [ -73.932631, 40.856716 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061028500", "name": "Census Tract 285, New York County, New York", "total_population_17": 7675, "white_alone_17": 736.0, "black_alone_17": 383.0, "native_alone_17": 27.0, "asian_alone_17": 128.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6218.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.954, "pct_black_alone_change": 2.297, "pct_native_alone_change": 0.126, "pct_asian_alone_change": -0.179, "pct_hispanic_or_latino_change": -8.926, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8615008", "INTPTLON": "-073.9280489" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931215, 40.859665 ], [ -73.930771, 40.860641 ], [ -73.930174, 40.861649 ], [ -73.930077, 40.861871 ], [ -73.930037, 40.861986 ], [ -73.930003, 40.862103 ], [ -73.929694, 40.862215 ], [ -73.928599, 40.862614 ], [ -73.927766, 40.862926 ], [ -73.926923, 40.863238 ], [ -73.926011, 40.863575 ], [ -73.925373, 40.862582 ], [ -73.924742, 40.861594 ], [ -73.924877, 40.861541 ], [ -73.925146, 40.861451 ], [ -73.925668, 40.861259 ], [ -73.926502, 40.860956 ], [ -73.92733, 40.860647 ], [ -73.92842, 40.860242 ], [ -73.928823, 40.860095 ], [ -73.930488, 40.859487 ], [ -73.930826, 40.859364 ], [ -73.931313, 40.859328 ], [ -73.931215, 40.859665 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061028700", "name": "Census Tract 287, New York County, New York", "total_population_17": 4069, "white_alone_17": 1390.0, "black_alone_17": 99.0, "native_alone_17": 14.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2431.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 13.356, "pct_black_alone_change": -0.932, "pct_native_alone_change": -0.206, "pct_asian_alone_change": 0.142, "pct_hispanic_or_latino_change": -11.776, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8666798", "INTPTLON": "-073.9385861" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945299, 40.863542 ], [ -73.943886, 40.865854 ], [ -73.943207, 40.866974 ], [ -73.943111, 40.867132 ], [ -73.942864, 40.867539 ], [ -73.941856, 40.869135 ], [ -73.941128, 40.870374 ], [ -73.940205, 40.871833 ], [ -73.939562, 40.872912 ], [ -73.939006, 40.873815 ], [ -73.938556, 40.874503 ], [ -73.938385, 40.874775 ], [ -73.932521, 40.869914 ], [ -73.931716, 40.869221 ], [ -73.93141, 40.868959 ], [ -73.931277, 40.868844 ], [ -73.931179, 40.868769 ], [ -73.930919, 40.868571 ], [ -73.92999, 40.867792 ], [ -73.929341, 40.867257 ], [ -73.928722, 40.866743 ], [ -73.928057, 40.8662 ], [ -73.927269, 40.865535 ], [ -73.92662, 40.864525 ], [ -73.926011, 40.863575 ], [ -73.926923, 40.863238 ], [ -73.927766, 40.862926 ], [ -73.928599, 40.862614 ], [ -73.929694, 40.862215 ], [ -73.930003, 40.862103 ], [ -73.930037, 40.861986 ], [ -73.930077, 40.861871 ], [ -73.930174, 40.861649 ], [ -73.930771, 40.860641 ], [ -73.931215, 40.859665 ], [ -73.931313, 40.859328 ], [ -73.931981, 40.859522 ], [ -73.932014, 40.85953 ], [ -73.932048, 40.859535 ], [ -73.932082, 40.859536 ], [ -73.932117, 40.859533 ], [ -73.93215, 40.859527 ], [ -73.933022, 40.859819 ], [ -73.933149, 40.859746 ], [ -73.933281, 40.859678 ], [ -73.933416, 40.859615 ], [ -73.933556, 40.859557 ], [ -73.933699, 40.859504 ], [ -73.933845, 40.859456 ], [ -73.933994, 40.859414 ], [ -73.934088, 40.859382 ], [ -73.934216, 40.859338 ], [ -73.934325, 40.859317 ], [ -73.934393, 40.859322 ], [ -73.934735, 40.859418 ], [ -73.934885, 40.859369 ], [ -73.93503, 40.859308 ], [ -73.935168, 40.859236 ], [ -73.935295, 40.859155 ], [ -73.935412, 40.859064 ], [ -73.935516, 40.858967 ], [ -73.935606, 40.858863 ], [ -73.9358, 40.858961 ], [ -73.936287, 40.859275 ], [ -73.936985, 40.859614 ], [ -73.937487, 40.859704 ], [ -73.937789, 40.859812 ], [ -73.945914, 40.862545 ], [ -73.945299, 40.863542 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061029100", "name": "Census Tract 291, New York County, New York", "total_population_17": 12180, "white_alone_17": 614.0, "black_alone_17": 533.0, "native_alone_17": 33.0, "asian_alone_17": 214.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 10730.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.996, "pct_black_alone_change": 0.267, "pct_native_alone_change": -0.043, "pct_asian_alone_change": 0.621, "pct_hispanic_or_latino_change": -2.794, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8643110", "INTPTLON": "-073.9239339" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.927269, 40.865535 ], [ -73.926105, 40.865945 ], [ -73.925872, 40.866025 ], [ -73.925005, 40.866336 ], [ -73.92311, 40.867016 ], [ -73.922498, 40.866064 ], [ -73.921884, 40.8651 ], [ -73.92125, 40.864112 ], [ -73.921067, 40.863825 ], [ -73.920611, 40.863113 ], [ -73.922166, 40.862535 ], [ -73.922495, 40.862413 ], [ -73.923618, 40.862003 ], [ -73.924413, 40.861714 ], [ -73.924742, 40.861594 ], [ -73.925373, 40.862582 ], [ -73.926011, 40.863575 ], [ -73.92662, 40.864525 ], [ -73.927269, 40.865535 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061029300", "name": "Census Tract 293, New York County, New York", "total_population_17": 9504, "white_alone_17": 534.0, "black_alone_17": 390.0, "native_alone_17": 100.0, "asian_alone_17": 123.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8268.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.421, "pct_black_alone_change": 0.533, "pct_native_alone_change": 0.915, "pct_asian_alone_change": 0.391, "pct_hispanic_or_latino_change": -2.177, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+40.8659258", "INTPTLON": "-073.9201200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92311, 40.867016 ], [ -73.921214, 40.867693 ], [ -73.919754, 40.868114 ], [ -73.918414, 40.867584 ], [ -73.917044, 40.867026 ], [ -73.917205, 40.866813 ], [ -73.918107, 40.865593 ], [ -73.918447, 40.865109 ], [ -73.918943, 40.864463 ], [ -73.919416, 40.863794 ], [ -73.919605, 40.863556 ], [ -73.919876, 40.863166 ], [ -73.920276, 40.862606 ], [ -73.920611, 40.863113 ], [ -73.921067, 40.863825 ], [ -73.92125, 40.864112 ], [ -73.921884, 40.8651 ], [ -73.922498, 40.866064 ], [ -73.92311, 40.867016 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061029500", "name": "Census Tract 295, New York County, New York", "total_population_17": 8573, "white_alone_17": 2678.0, "black_alone_17": 168.0, "native_alone_17": 0.0, "asian_alone_17": 334.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5233.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 2.363, "pct_black_alone_change": -3.298, "pct_native_alone_change": -0.303, "pct_asian_alone_change": 0.417, "pct_hispanic_or_latino_change": 0.128, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+40.8675232", "INTPTLON": "-073.9249404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928722, 40.866743 ], [ -73.927002, 40.867951 ], [ -73.926233, 40.868506 ], [ -73.923821, 40.869018 ], [ -73.922343, 40.869459 ], [ -73.922145, 40.86915 ], [ -73.921726, 40.868497 ], [ -73.921214, 40.867693 ], [ -73.92311, 40.867016 ], [ -73.925005, 40.866336 ], [ -73.925872, 40.866025 ], [ -73.926105, 40.865945 ], [ -73.927269, 40.865535 ], [ -73.928057, 40.8662 ], [ -73.928722, 40.866743 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061029700", "name": "Census Tract 297, New York County, New York", "total_population_17": 17, "white_alone_17": 0.0, "black_alone_17": 13.0, "native_alone_17": 0.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.8717465", "INTPTLON": "-073.9247883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.938171, 40.875116 ], [ -73.933808, 40.882214 ], [ -73.924974, 40.879144 ], [ -73.92465, 40.879038 ], [ -73.924503, 40.878974 ], [ -73.922602, 40.878779 ], [ -73.92163, 40.878321 ], [ -73.919808, 40.876577 ], [ -73.919122, 40.876429 ], [ -73.918932, 40.876388 ], [ -73.917309, 40.876037 ], [ -73.9152, 40.875581 ], [ -73.910532, 40.874066 ], [ -73.910485, 40.874015 ], [ -73.910589, 40.873934 ], [ -73.911435, 40.873297 ], [ -73.911515, 40.873237 ], [ -73.911763, 40.873053 ], [ -73.911826, 40.872995 ], [ -73.911884, 40.872935 ], [ -73.911937, 40.872872 ], [ -73.911984, 40.872807 ], [ -73.912075, 40.872708 ], [ -73.912169, 40.872611 ], [ -73.912269, 40.872518 ], [ -73.912373, 40.872427 ], [ -73.912481, 40.872339 ], [ -73.912594, 40.872254 ], [ -73.913268, 40.871724 ], [ -73.913814, 40.871301 ], [ -73.914009, 40.87116 ], [ -73.91409, 40.871195 ], [ -73.915056, 40.871603 ], [ -73.916278, 40.872116 ], [ -73.917176, 40.872499 ], [ -73.918459, 40.873022 ], [ -73.919458, 40.872249 ], [ -73.919699, 40.872064 ], [ -73.919255, 40.871008 ], [ -73.920897, 40.869877 ], [ -73.921181, 40.869669 ], [ -73.92133, 40.869571 ], [ -73.921642, 40.869388 ], [ -73.921971, 40.869223 ], [ -73.922145, 40.86915 ], [ -73.922343, 40.869459 ], [ -73.923821, 40.869018 ], [ -73.926233, 40.868506 ], [ -73.927002, 40.867951 ], [ -73.928722, 40.866743 ], [ -73.929341, 40.867257 ], [ -73.92999, 40.867792 ], [ -73.930919, 40.868571 ], [ -73.931179, 40.868769 ], [ -73.931277, 40.868844 ], [ -73.93141, 40.868959 ], [ -73.931716, 40.869221 ], [ -73.932521, 40.869914 ], [ -73.938385, 40.874775 ], [ -73.938171, 40.875116 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061029900", "name": "Census Tract 299, New York County, New York", "total_population_17": 4348, "white_alone_17": 91.0, "black_alone_17": 875.0, "native_alone_17": 5.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3365.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.919, "pct_black_alone_change": -8.485, "pct_native_alone_change": -0.438, "pct_asian_alone_change": -0.478, "pct_hispanic_or_latino_change": 10.52, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.8665217", "INTPTLON": "-073.9152652" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924413, 40.861714 ], [ -73.923618, 40.862003 ], [ -73.922495, 40.862413 ], [ -73.922166, 40.862535 ], [ -73.920611, 40.863113 ], [ -73.920276, 40.862606 ], [ -73.919876, 40.863166 ], [ -73.919605, 40.863556 ], [ -73.919416, 40.863794 ], [ -73.918943, 40.864463 ], [ -73.918447, 40.865109 ], [ -73.918107, 40.865593 ], [ -73.917205, 40.866813 ], [ -73.917044, 40.867026 ], [ -73.916588, 40.867633 ], [ -73.916139, 40.868251 ], [ -73.915681, 40.868889 ], [ -73.915183, 40.869551 ], [ -73.914694, 40.870225 ], [ -73.914009, 40.87116 ], [ -73.913814, 40.871301 ], [ -73.913268, 40.871724 ], [ -73.912594, 40.872254 ], [ -73.912481, 40.872339 ], [ -73.912373, 40.872427 ], [ -73.912269, 40.872518 ], [ -73.912169, 40.872611 ], [ -73.912075, 40.872708 ], [ -73.911984, 40.872807 ], [ -73.911937, 40.872872 ], [ -73.911884, 40.872935 ], [ -73.911826, 40.872995 ], [ -73.911763, 40.873053 ], [ -73.911515, 40.873237 ], [ -73.911435, 40.873297 ], [ -73.910589, 40.873934 ], [ -73.910485, 40.874015 ], [ -73.908682, 40.871758 ], [ -73.908605, 40.871678 ], [ -73.909105, 40.871676 ], [ -73.909203, 40.869776 ], [ -73.909804, 40.868282 ], [ -73.910056, 40.867849 ], [ -73.910209, 40.867591 ], [ -73.910851, 40.866528 ], [ -73.91434, 40.862521 ], [ -73.914901, 40.861983 ], [ -73.9165, 40.860384 ], [ -73.916975, 40.859909 ], [ -73.918206, 40.858679 ], [ -73.9185, 40.858352 ], [ -73.91929, 40.857475 ], [ -73.920005, 40.856679 ], [ -73.920273, 40.856234 ], [ -73.920958, 40.855112 ], [ -73.92216, 40.855607 ], [ -73.922867, 40.855872 ], [ -73.922774, 40.856394 ], [ -73.922779, 40.856826 ], [ -73.922888, 40.858857 ], [ -73.922958, 40.858914 ], [ -73.923542, 40.859838 ], [ -73.924742, 40.861594 ], [ -73.924413, 40.861714 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061030300", "name": "Census Tract 303, New York County, New York", "total_population_17": 5113, "white_alone_17": 1664.0, "black_alone_17": 148.0, "native_alone_17": 0.0, "asian_alone_17": 137.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3063.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 2.482, "pct_black_alone_change": -3.208, "pct_native_alone_change": -0.407, "pct_asian_alone_change": -0.456, "pct_hispanic_or_latino_change": 0.715, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.8692197", "INTPTLON": "-073.9186530" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921971, 40.869223 ], [ -73.921642, 40.869388 ], [ -73.92133, 40.869571 ], [ -73.921181, 40.869669 ], [ -73.920897, 40.869877 ], [ -73.919255, 40.871008 ], [ -73.919699, 40.872064 ], [ -73.919458, 40.872249 ], [ -73.918564, 40.871479 ], [ -73.917916, 40.870923 ], [ -73.916973, 40.870148 ], [ -73.916275, 40.869583 ], [ -73.91588, 40.869847 ], [ -73.915183, 40.869551 ], [ -73.915681, 40.868889 ], [ -73.916139, 40.868251 ], [ -73.916588, 40.867633 ], [ -73.917044, 40.867026 ], [ -73.918414, 40.867584 ], [ -73.919754, 40.868114 ], [ -73.921214, 40.867693 ], [ -73.921726, 40.868497 ], [ -73.922145, 40.86915 ], [ -73.921971, 40.869223 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061030700", "name": "Census Tract 307, New York County, New York", "total_population_17": 3756, "white_alone_17": 1960.0, "black_alone_17": 275.0, "native_alone_17": 47.0, "asian_alone_17": 142.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 1176.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.053, "pct_black_alone_change": -5.576, "pct_native_alone_change": 0.833, "pct_asian_alone_change": 0.575, "pct_hispanic_or_latino_change": -1.201, "pct_native_hawaiian_pacific_islander_change": 0.319, "INTPTLAT": "+40.8712704", "INTPTLON": "-073.9166749" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919458, 40.872249 ], [ -73.918459, 40.873022 ], [ -73.917176, 40.872499 ], [ -73.916278, 40.872116 ], [ -73.915056, 40.871603 ], [ -73.91409, 40.871195 ], [ -73.914009, 40.87116 ], [ -73.914694, 40.870225 ], [ -73.915183, 40.869551 ], [ -73.91588, 40.869847 ], [ -73.916275, 40.869583 ], [ -73.916973, 40.870148 ], [ -73.917916, 40.870923 ], [ -73.918564, 40.871479 ], [ -73.919458, 40.872249 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061030900", "name": "Census Tract 309, New York County, New York", "total_population_17": 10137, "white_alone_17": 1062.0, "black_alone_17": 1936.0, "native_alone_17": 0.0, "asian_alone_17": 27.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6854.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.248, "pct_black_alone_change": -7.385, "pct_native_alone_change": -0.23, "pct_asian_alone_change": -1.665, "pct_hispanic_or_latino_change": 3.138, "pct_native_hawaiian_pacific_islander_change": -0.051, "INTPTLAT": "+40.8758478", "INTPTLON": "-073.9103730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915168, 40.875695 ], [ -73.915125, 40.875845 ], [ -73.914905, 40.876578 ], [ -73.912205, 40.878178 ], [ -73.911405, 40.879278 ], [ -73.91031, 40.879047 ], [ -73.910184, 40.879021 ], [ -73.910044, 40.878991 ], [ -73.909505, 40.878878 ], [ -73.909189, 40.878168 ], [ -73.908682, 40.877763 ], [ -73.908554, 40.877712 ], [ -73.908502, 40.877691 ], [ -73.908005, 40.877478 ], [ -73.90782, 40.877201 ], [ -73.907652, 40.876934 ], [ -73.907306, 40.876519 ], [ -73.907245, 40.876446 ], [ -73.90723, 40.876427 ], [ -73.907198, 40.876389 ], [ -73.907105, 40.876277 ], [ -73.907078, 40.875561 ], [ -73.907047, 40.874724 ], [ -73.907, 40.873455 ], [ -73.907007, 40.873373 ], [ -73.907104, 40.872978 ], [ -73.907905, 40.872678 ], [ -73.90798, 40.872572 ], [ -73.908249, 40.872187 ], [ -73.908526, 40.871792 ], [ -73.908605, 40.871678 ], [ -73.908682, 40.871758 ], [ -73.910485, 40.874015 ], [ -73.910532, 40.874066 ], [ -73.9152, 40.875581 ], [ -73.915168, 40.875695 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061031100", "name": "Census Tract 311, New York County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.8467498", "INTPTLON": "-073.9296801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940368, 40.831468 ], [ -73.940347, 40.83159 ], [ -73.940309, 40.831711 ], [ -73.940255, 40.831827 ], [ -73.940174, 40.831952 ], [ -73.940094, 40.832048 ], [ -73.940075, 40.832067 ], [ -73.939676, 40.832685 ], [ -73.939626, 40.832799 ], [ -73.93956, 40.832909 ], [ -73.939478, 40.833013 ], [ -73.939382, 40.833111 ], [ -73.939273, 40.8332 ], [ -73.939155, 40.833278 ], [ -73.938492, 40.833843 ], [ -73.938402, 40.833908 ], [ -73.938317, 40.833977 ], [ -73.938238, 40.834049 ], [ -73.938164, 40.834125 ], [ -73.938097, 40.834204 ], [ -73.938037, 40.834286 ], [ -73.937983, 40.834371 ], [ -73.937936, 40.834458 ], [ -73.937896, 40.834547 ], [ -73.937863, 40.834638 ], [ -73.937751, 40.834889 ], [ -73.937383, 40.83569 ], [ -73.937023, 40.836469 ], [ -73.936691, 40.837193 ], [ -73.936383, 40.83785 ], [ -73.936231, 40.838078 ], [ -73.936096, 40.838234 ], [ -73.935933, 40.838395 ], [ -73.935753, 40.838547 ], [ -73.935533, 40.838702 ], [ -73.93546, 40.838748 ], [ -73.93534, 40.838865 ], [ -73.935238, 40.838987 ], [ -73.935148, 40.839126 ], [ -73.935079, 40.839267 ], [ -73.935033, 40.839406 ], [ -73.935008, 40.839523 ], [ -73.934995, 40.839668 ], [ -73.935002, 40.839828 ], [ -73.935031, 40.839978 ], [ -73.935076, 40.840114 ], [ -73.935141, 40.840252 ], [ -73.935232, 40.840395 ], [ -73.935295, 40.840475 ], [ -73.935436, 40.840751 ], [ -73.935595, 40.841173 ], [ -73.935628, 40.841279 ], [ -73.935642, 40.841389 ], [ -73.935637, 40.8415 ], [ -73.935611, 40.841609 ], [ -73.935567, 40.841713 ], [ -73.935141, 40.842311 ], [ -73.934671, 40.842958 ], [ -73.934454, 40.843246 ], [ -73.934213, 40.843569 ], [ -73.933716, 40.844247 ], [ -73.933233, 40.84491 ], [ -73.93277, 40.845542 ], [ -73.932325, 40.846154 ], [ -73.93224, 40.846265 ], [ -73.932185, 40.846341 ], [ -73.9321, 40.846457 ], [ -73.932072, 40.846496 ], [ -73.93201, 40.846576 ], [ -73.931979, 40.84662 ], [ -73.931915, 40.846711 ], [ -73.931851, 40.846803 ], [ -73.931393, 40.847428 ], [ -73.931161, 40.84774 ], [ -73.930884, 40.848119 ], [ -73.930621, 40.848481 ], [ -73.929777, 40.84815 ], [ -73.928963, 40.849223 ], [ -73.928692, 40.849549 ], [ -73.927969, 40.85015 ], [ -73.927477, 40.850694 ], [ -73.92708, 40.851432 ], [ -73.927086, 40.851872 ], [ -73.927103, 40.85205 ], [ -73.927139, 40.85215 ], [ -73.927234, 40.852221 ], [ -73.927695, 40.852488 ], [ -73.927239, 40.853116 ], [ -73.9268, 40.853718 ], [ -73.924692, 40.856642 ], [ -73.924671, 40.856803 ], [ -73.92467, 40.856991 ], [ -73.924689, 40.857155 ], [ -73.924722, 40.857302 ], [ -73.92477, 40.857446 ], [ -73.92484, 40.857603 ], [ -73.924932, 40.857761 ], [ -73.925031, 40.857896 ], [ -73.925082, 40.857957 ], [ -73.925192, 40.858029 ], [ -73.925306, 40.858086 ], [ -73.925427, 40.858131 ], [ -73.925571, 40.858168 ], [ -73.925713, 40.858188 ], [ -73.925842, 40.858194 ], [ -73.925982, 40.858187 ], [ -73.926112, 40.858168 ], [ -73.926238, 40.858137 ], [ -73.926338, 40.858102 ], [ -73.926409, 40.858069 ], [ -73.926483, 40.858021 ], [ -73.92656, 40.857941 ], [ -73.92669, 40.85778 ], [ -73.926751, 40.857701 ], [ -73.927266, 40.857929 ], [ -73.927122, 40.85811 ], [ -73.9271, 40.858276 ], [ -73.927053, 40.858442 ], [ -73.926981, 40.858606 ], [ -73.926885, 40.858765 ], [ -73.926766, 40.858915 ], [ -73.926626, 40.859053 ], [ -73.926468, 40.859178 ], [ -73.92642, 40.859209 ], [ -73.926296, 40.859287 ], [ -73.926113, 40.85938 ], [ -73.92591, 40.859509 ], [ -73.925738, 40.859638 ], [ -73.92557, 40.859788 ], [ -73.925419, 40.859951 ], [ -73.925287, 40.860126 ], [ -73.925175, 40.860309 ], [ -73.925087, 40.8605 ], [ -73.925022, 40.860695 ], [ -73.924981, 40.860893 ], [ -73.924877, 40.861541 ], [ -73.924742, 40.861594 ], [ -73.923542, 40.859838 ], [ -73.922958, 40.858914 ], [ -73.922888, 40.858857 ], [ -73.922779, 40.856826 ], [ -73.922774, 40.856394 ], [ -73.922867, 40.855872 ], [ -73.92216, 40.855607 ], [ -73.920958, 40.855112 ], [ -73.921215, 40.854693 ], [ -73.921536, 40.854127 ], [ -73.921581, 40.854046 ], [ -73.921626, 40.853966 ], [ -73.922199, 40.853112 ], [ -73.922706, 40.852479 ], [ -73.922978, 40.852022 ], [ -73.923647, 40.850902 ], [ -73.923904, 40.850488 ], [ -73.925036, 40.84918 ], [ -73.927296, 40.846557 ], [ -73.927397, 40.846436 ], [ -73.928032, 40.84567 ], [ -73.928106, 40.845579 ], [ -73.92815, 40.845507 ], [ -73.928159, 40.845492 ], [ -73.928245, 40.845349 ], [ -73.928253, 40.845335 ], [ -73.929006, 40.844079 ], [ -73.929503, 40.842381 ], [ -73.929597, 40.842292 ], [ -73.929609, 40.84228 ], [ -73.929635, 40.842256 ], [ -73.929695, 40.842195 ], [ -73.929579, 40.842047 ], [ -73.929727, 40.841849 ], [ -73.930039, 40.84125 ], [ -73.930368, 40.84065 ], [ -73.930406, 40.840279 ], [ -73.930606, 40.839679 ], [ -73.930654, 40.839599 ], [ -73.933006, 40.835679 ], [ -73.934705, 40.835626 ], [ -73.934402, 40.836054 ], [ -73.934911, 40.835736 ], [ -73.934977, 40.835695 ], [ -73.935063, 40.835678 ], [ -73.935308, 40.835478 ], [ -73.936496, 40.834569 ], [ -73.936755, 40.834378 ], [ -73.937006, 40.834193 ], [ -73.937297, 40.833978 ], [ -73.937957, 40.833454 ], [ -73.938385, 40.833114 ], [ -73.938575, 40.832915 ], [ -73.938683, 40.832801 ], [ -73.938773, 40.832663 ], [ -73.938786, 40.832647 ], [ -73.938912, 40.832479 ], [ -73.939038, 40.832281 ], [ -73.939147, 40.832077 ], [ -73.939225, 40.8319 ], [ -73.939244, 40.831837 ], [ -73.939299, 40.831696 ], [ -73.939343, 40.831612 ], [ -73.93938, 40.831543 ], [ -73.93947, 40.831411 ], [ -73.939587, 40.831274 ], [ -73.939728, 40.831141 ], [ -73.939763, 40.831111 ], [ -73.939844, 40.831026 ], [ -73.939911, 40.830932 ], [ -73.939959, 40.830833 ], [ -73.939989, 40.830731 ], [ -73.940079, 40.830464 ], [ -73.940167, 40.830383 ], [ -73.940346, 40.830458 ], [ -73.94037, 40.831332 ], [ -73.940368, 40.831468 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061031703", "name": "Census Tract 317.03, New York County, New York", "total_population_17": 5644, "white_alone_17": 4043.0, "black_alone_17": 58.0, "native_alone_17": 0.0, "asian_alone_17": 950.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 315.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.171, "pct_black_alone_change": -2.129, "pct_native_alone_change": -0.214, "pct_asian_alone_change": -2.147, "pct_hispanic_or_latino_change": 0.261, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.7161440", "INTPTLON": "-074.0202950" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.02373, 40.713888 ], [ -74.023386, 40.715774 ], [ -74.022551, 40.72035 ], [ -74.016864, 40.719611 ], [ -74.013046, 40.719086 ], [ -74.012555, 40.71907 ], [ -74.012292, 40.719039 ], [ -74.012688, 40.717298 ], [ -74.012731, 40.717114 ], [ -74.012921, 40.716398 ], [ -74.013025, 40.715952 ], [ -74.013102, 40.715619 ], [ -74.013195, 40.715203 ], [ -74.013232, 40.715061 ], [ -74.013382, 40.714408 ], [ -74.0137, 40.713668 ], [ -74.014147, 40.712213 ], [ -74.014358, 40.711006 ], [ -74.014608, 40.711108 ], [ -74.015786, 40.711569 ], [ -74.01663, 40.712117 ], [ -74.017338, 40.712251 ], [ -74.017894, 40.712356 ], [ -74.018589, 40.712201 ], [ -74.023886, 40.713032 ], [ -74.02373, 40.713888 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061031704", "name": "Census Tract 317.04, New York County, New York", "total_population_17": 10241, "white_alone_17": 6844.0, "black_alone_17": 151.0, "native_alone_17": 0.0, "asian_alone_17": 2055.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 856.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.634, "pct_black_alone_change": -1.683, "pct_native_alone_change": -0.214, "pct_asian_alone_change": 1.087, "pct_hispanic_or_latino_change": 3.039, "pct_native_hawaiian_pacific_islander_change": -0.013, "INTPTLAT": "+40.7084035", "INTPTLON": "-074.0218869" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.024945, 40.707233 ], [ -74.024543, 40.709436 ], [ -74.023886, 40.713032 ], [ -74.018589, 40.712201 ], [ -74.017894, 40.712356 ], [ -74.017338, 40.712251 ], [ -74.01663, 40.712117 ], [ -74.015786, 40.711569 ], [ -74.014608, 40.711108 ], [ -74.014358, 40.711006 ], [ -74.014535, 40.710375 ], [ -74.014697, 40.709779 ], [ -74.014856, 40.709394 ], [ -74.015202, 40.708456 ], [ -74.015513, 40.707707 ], [ -74.015528, 40.707672 ], [ -74.015591, 40.707531 ], [ -74.015611, 40.707486 ], [ -74.015693, 40.707304 ], [ -74.015749, 40.707186 ], [ -74.015765, 40.707148 ], [ -74.015834, 40.706984 ], [ -74.015956, 40.70668 ], [ -74.016131, 40.706244 ], [ -74.016421, 40.705483 ], [ -74.016579, 40.705089 ], [ -74.016606, 40.704963 ], [ -74.016628, 40.704799 ], [ -74.016637, 40.704633 ], [ -74.016767, 40.704583 ], [ -74.017549, 40.704281 ], [ -74.018642, 40.70415 ], [ -74.01951, 40.703854 ], [ -74.019677, 40.704148 ], [ -74.019761, 40.704157 ], [ -74.0254, 40.704739 ], [ -74.024945, 40.707233 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36061031900", "name": "Census Tract 319, New York County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7022835", "INTPTLON": "-074.0203960" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.0254, 40.704739 ], [ -74.019761, 40.704157 ], [ -74.019677, 40.704148 ], [ -74.01951, 40.703854 ], [ -74.018642, 40.70415 ], [ -74.017549, 40.704281 ], [ -74.016767, 40.704583 ], [ -74.016637, 40.704633 ], [ -74.016628, 40.704799 ], [ -74.016567, 40.704774 ], [ -74.015417, 40.704684 ], [ -74.015184, 40.704666 ], [ -74.014289, 40.704549 ], [ -74.014271, 40.70452 ], [ -74.014259, 40.704489 ], [ -74.014254, 40.704461 ], [ -74.014255, 40.704425 ], [ -74.014392, 40.703598 ], [ -74.01443, 40.703151 ], [ -74.014413, 40.703076 ], [ -74.014387, 40.703004 ], [ -74.014354, 40.702933 ], [ -74.014312, 40.702864 ], [ -74.014206, 40.702737 ], [ -74.013834, 40.702406 ], [ -74.013809, 40.702133 ], [ -74.013822, 40.702105 ], [ -74.013839, 40.702092 ], [ -74.013872, 40.702082 ], [ -74.013929, 40.702067 ], [ -74.013967, 40.702044 ], [ -74.013991, 40.702018 ], [ -74.014005, 40.701998 ], [ -74.014011, 40.701976 ], [ -74.013979, 40.701531 ], [ -74.013814, 40.701306 ], [ -74.013748, 40.7012 ], [ -74.013723, 40.701133 ], [ -74.013708, 40.70107 ], [ -74.013583, 40.700371 ], [ -74.013653, 40.700221 ], [ -74.013371, 40.699142 ], [ -74.01527, 40.699671 ], [ -74.015294, 40.699678 ], [ -74.015664, 40.699781 ], [ -74.019027, 40.700721 ], [ -74.022501, 40.701167 ], [ -74.02597, 40.701624 ], [ -74.0254, 40.704739 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081000100", "name": "Census Tract 1, Queens County, New York", "total_population_17": 7575, "white_alone_17": 4431.0, "black_alone_17": 384.0, "native_alone_17": 0.0, "asian_alone_17": 1792.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 558.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.692, "pct_black_alone_change": -18.435, "pct_native_alone_change": -0.73, "pct_asian_alone_change": 11.686, "pct_hispanic_or_latino_change": -3.437, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7410475", "INTPTLON": "-073.9434565" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.96262, 40.739033 ], [ -73.962441, 40.73964 ], [ -73.962435, 40.739672 ], [ -73.961911, 40.740997 ], [ -73.961796, 40.741131 ], [ -73.961684, 40.741582 ], [ -73.961381, 40.742802 ], [ -73.961291, 40.742894 ], [ -73.961183, 40.743005 ], [ -73.960833, 40.743639 ], [ -73.960563, 40.744024 ], [ -73.960513, 40.744108 ], [ -73.960267, 40.744428 ], [ -73.960211, 40.744511 ], [ -73.959778, 40.745178 ], [ -73.959725, 40.745261 ], [ -73.959193, 40.746035 ], [ -73.959124, 40.746119 ], [ -73.958711, 40.746635 ], [ -73.958327, 40.747081 ], [ -73.958216, 40.747212 ], [ -73.957732, 40.747775 ], [ -73.957584, 40.747948 ], [ -73.956842, 40.748828 ], [ -73.956174, 40.749665 ], [ -73.9562, 40.749671 ], [ -73.956201, 40.749686 ], [ -73.956121, 40.74976 ], [ -73.956088, 40.749769 ], [ -73.956062, 40.749764 ], [ -73.955532, 40.750216 ], [ -73.954317, 40.751258 ], [ -73.95394, 40.751746 ], [ -73.953994, 40.751786 ], [ -73.953802, 40.751958 ], [ -73.953679, 40.752047 ], [ -73.953641, 40.752037 ], [ -73.952972, 40.752747 ], [ -73.953009, 40.752775 ], [ -73.952849, 40.75294 ], [ -73.952657, 40.753107 ], [ -73.952173, 40.753703 ], [ -73.952081, 40.753757 ], [ -73.951779, 40.754087 ], [ -73.951625, 40.754249 ], [ -73.951367, 40.754524 ], [ -73.951018, 40.755087 ], [ -73.950877, 40.755167 ], [ -73.95084, 40.755219 ], [ -73.949144, 40.754485 ], [ -73.949405, 40.754161 ], [ -73.950402, 40.753013 ], [ -73.950895, 40.752442 ], [ -73.952265, 40.750801 ], [ -73.952264, 40.750566 ], [ -73.952231, 40.749575 ], [ -73.952213, 40.749056 ], [ -73.952198, 40.748579 ], [ -73.952232, 40.748257 ], [ -73.95248, 40.747571 ], [ -73.952712, 40.746876 ], [ -73.95505, 40.747334 ], [ -73.955263, 40.746693 ], [ -73.955282, 40.746637 ], [ -73.955514, 40.745945 ], [ -73.955741, 40.745251 ], [ -73.955992, 40.744495 ], [ -73.956208, 40.743872 ], [ -73.95644, 40.74318 ], [ -73.956669, 40.742487 ], [ -73.956838, 40.741984 ], [ -73.956873, 40.741877 ], [ -73.9569, 40.74179 ], [ -73.954938, 40.741408 ], [ -73.954584, 40.741345 ], [ -73.954469, 40.741325 ], [ -73.954249, 40.741287 ], [ -73.952258, 40.740915 ], [ -73.9522, 40.740904 ], [ -73.952126, 40.740891 ], [ -73.951981, 40.74086 ], [ -73.95168, 40.740798 ], [ -73.949928, 40.740443 ], [ -73.949752, 40.740962 ], [ -73.949698, 40.741122 ], [ -73.949826, 40.741175 ], [ -73.949762, 40.741237 ], [ -73.949609, 40.741398 ], [ -73.949537, 40.74153 ], [ -73.949551, 40.741578 ], [ -73.949519, 40.741649 ], [ -73.949513, 40.741702 ], [ -73.949466, 40.741799 ], [ -73.949359, 40.742138 ], [ -73.94923, 40.742523 ], [ -73.946421, 40.741982 ], [ -73.944196, 40.742882 ], [ -73.942976, 40.743369 ], [ -73.942111, 40.743714 ], [ -73.941741, 40.743859 ], [ -73.940316, 40.744405 ], [ -73.93926, 40.744748 ], [ -73.938258, 40.745068 ], [ -73.937697, 40.745239 ], [ -73.937261, 40.745176 ], [ -73.937651, 40.743305 ], [ -73.938019, 40.741455 ], [ -73.938199, 40.740543 ], [ -73.938604, 40.738509 ], [ -73.938625, 40.738405 ], [ -73.938648, 40.738329 ], [ -73.938678, 40.738214 ], [ -73.939612, 40.738524 ], [ -73.93997, 40.738643 ], [ -73.940127, 40.738706 ], [ -73.94065, 40.738917 ], [ -73.941231, 40.739155 ], [ -73.941342, 40.7392 ], [ -73.941462, 40.739249 ], [ -73.942153, 40.73908 ], [ -73.942459, 40.739035 ], [ -73.942602, 40.739101 ], [ -73.942622, 40.739067 ], [ -73.94264, 40.739038 ], [ -73.942705, 40.739009 ], [ -73.94419, 40.73846 ], [ -73.945026, 40.738191 ], [ -73.945738, 40.737962 ], [ -73.947064, 40.737516 ], [ -73.951886, 40.739023 ], [ -73.95254, 40.739228 ], [ -73.952669, 40.739258 ], [ -73.952723, 40.739261 ], [ -73.952749, 40.739262 ], [ -73.953907, 40.739421 ], [ -73.955087, 40.7394 ], [ -73.95706, 40.739167 ], [ -73.961525, 40.737218 ], [ -73.961859, 40.737072 ], [ -73.962478, 40.736802 ], [ -73.962609, 40.738805 ], [ -73.96262, 40.739033 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081000200", "name": "Census Tract 2, Queens County, New York", "total_population_17": 3323, "white_alone_17": 502.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 555.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2203.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.149, "pct_black_alone_change": -3.826, "pct_native_alone_change": -0.612, "pct_asian_alone_change": -5.093, "pct_hispanic_or_latino_change": 25.426, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6932923", "INTPTLON": "-073.8661578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.868717, 40.694622 ], [ -73.866814, 40.695065 ], [ -73.864557, 40.69552 ], [ -73.86432, 40.694842 ], [ -73.864091, 40.694175 ], [ -73.863858, 40.693514 ], [ -73.863312, 40.691962 ], [ -73.863838, 40.691869 ], [ -73.864115, 40.691824 ], [ -73.864739, 40.691713 ], [ -73.865621, 40.691565 ], [ -73.86651, 40.691421 ], [ -73.867209, 40.691316 ], [ -73.868059, 40.691184 ], [ -73.868685, 40.69385 ], [ -73.868672, 40.693855 ], [ -73.868685, 40.694035 ], [ -73.868717, 40.694622 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081000400", "name": "Census Tract 4, Queens County, New York", "total_population_17": 5231, "white_alone_17": 453.0, "black_alone_17": 199.0, "native_alone_17": 10.0, "asian_alone_17": 1181.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3310.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.981, "pct_black_alone_change": -3.822, "pct_native_alone_change": -0.82, "pct_asian_alone_change": 6.799, "pct_hispanic_or_latino_change": 6.631, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+40.6896831", "INTPTLON": "-073.8647717" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.868059, 40.691184 ], [ -73.867209, 40.691316 ], [ -73.86651, 40.691421 ], [ -73.865621, 40.691565 ], [ -73.864739, 40.691713 ], [ -73.864115, 40.691824 ], [ -73.863838, 40.691869 ], [ -73.863312, 40.691962 ], [ -73.862443, 40.692104 ], [ -73.862148, 40.69215 ], [ -73.861966, 40.691401 ], [ -73.861811, 40.690724 ], [ -73.861657, 40.690047 ], [ -73.861504, 40.689373 ], [ -73.861349, 40.688695 ], [ -73.863064, 40.688472 ], [ -73.86291, 40.687796 ], [ -73.863816, 40.687679 ], [ -73.864706, 40.687562 ], [ -73.865592, 40.687434 ], [ -73.866337, 40.687127 ], [ -73.867018, 40.68683 ], [ -73.867277, 40.687745 ], [ -73.867461, 40.688415 ], [ -73.867623, 40.689145 ], [ -73.867768, 40.689803 ], [ -73.867909, 40.690476 ], [ -73.86797, 40.690765 ], [ -73.868059, 40.691184 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081000600", "name": "Census Tract 6, Queens County, New York", "total_population_17": 4142, "white_alone_17": 419.0, "black_alone_17": 124.0, "native_alone_17": 56.0, "asian_alone_17": 959.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2610.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.465, "pct_black_alone_change": -6.099, "pct_native_alone_change": -0.693, "pct_asian_alone_change": 8.544, "pct_hispanic_or_latino_change": 13.349, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6859083", "INTPTLON": "-073.8637277" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867018, 40.68683 ], [ -73.866337, 40.687127 ], [ -73.865592, 40.687434 ], [ -73.864706, 40.687562 ], [ -73.863816, 40.687679 ], [ -73.86291, 40.687796 ], [ -73.863064, 40.688472 ], [ -73.861349, 40.688695 ], [ -73.861194, 40.688019 ], [ -73.861041, 40.687341 ], [ -73.860885, 40.686666 ], [ -73.860477, 40.684843 ], [ -73.860805, 40.684741 ], [ -73.861351, 40.684588 ], [ -73.861678, 40.684496 ], [ -73.862123, 40.684375 ], [ -73.862566, 40.684249 ], [ -73.863001, 40.684124 ], [ -73.863421, 40.684005 ], [ -73.86387, 40.683878 ], [ -73.864331, 40.683747 ], [ -73.864726, 40.683635 ], [ -73.865327, 40.683463 ], [ -73.865493, 40.683416 ], [ -73.866295, 40.683189 ], [ -73.866504, 40.684474 ], [ -73.866598, 40.68527 ], [ -73.866871, 40.686331 ], [ -73.867018, 40.68683 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081000700", "name": "Census Tract 7, Queens County, New York", "total_population_17": 6132, "white_alone_17": 3355.0, "black_alone_17": 57.0, "native_alone_17": 0.0, "asian_alone_17": 1354.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1111.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.564, "pct_black_alone_change": -2.271, "pct_native_alone_change": -0.521, "pct_asian_alone_change": 11.237, "pct_hispanic_or_latino_change": -15.356, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7448437", "INTPTLON": "-073.9514090" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.956873, 40.741877 ], [ -73.956838, 40.741984 ], [ -73.956669, 40.742487 ], [ -73.95644, 40.74318 ], [ -73.956208, 40.743872 ], [ -73.955992, 40.744495 ], [ -73.955741, 40.745251 ], [ -73.955514, 40.745945 ], [ -73.955282, 40.746637 ], [ -73.955263, 40.746693 ], [ -73.95505, 40.747334 ], [ -73.952712, 40.746876 ], [ -73.95248, 40.747571 ], [ -73.952232, 40.748257 ], [ -73.952198, 40.748579 ], [ -73.952213, 40.749056 ], [ -73.95164, 40.748934 ], [ -73.949628, 40.748546 ], [ -73.947355, 40.748107 ], [ -73.945056, 40.747664 ], [ -73.945317, 40.746916 ], [ -73.945529, 40.746223 ], [ -73.94565, 40.745818 ], [ -73.946186, 40.745613 ], [ -73.946543, 40.745471 ], [ -73.94745, 40.745107 ], [ -73.948149, 40.744828 ], [ -73.948523, 40.744659 ], [ -73.948761, 40.743903 ], [ -73.948827, 40.743703 ], [ -73.94923, 40.742523 ], [ -73.949359, 40.742138 ], [ -73.949466, 40.741799 ], [ -73.949513, 40.741702 ], [ -73.949519, 40.741649 ], [ -73.949551, 40.741578 ], [ -73.949537, 40.74153 ], [ -73.949609, 40.741398 ], [ -73.949762, 40.741237 ], [ -73.949826, 40.741175 ], [ -73.949698, 40.741122 ], [ -73.949752, 40.740962 ], [ -73.949928, 40.740443 ], [ -73.95168, 40.740798 ], [ -73.951981, 40.74086 ], [ -73.952126, 40.740891 ], [ -73.9522, 40.740904 ], [ -73.952258, 40.740915 ], [ -73.954249, 40.741287 ], [ -73.954469, 40.741325 ], [ -73.954584, 40.741345 ], [ -73.954938, 40.741408 ], [ -73.9569, 40.74179 ], [ -73.956873, 40.741877 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081000800", "name": "Census Tract 8, Queens County, New York", "total_population_17": 3679, "white_alone_17": 521.0, "black_alone_17": 88.0, "native_alone_17": 38.0, "asian_alone_17": 894.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2091.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.41, "pct_black_alone_change": -2.316, "pct_native_alone_change": 0.374, "pct_asian_alone_change": 11.117, "pct_hispanic_or_latino_change": 9.19, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6873473", "INTPTLON": "-073.8582587" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861349, 40.688695 ], [ -73.858737, 40.689041 ], [ -73.857869, 40.689221 ], [ -73.857927, 40.68939 ], [ -73.857058, 40.689574 ], [ -73.85619, 40.689759 ], [ -73.855682, 40.688246 ], [ -73.85484, 40.686446 ], [ -73.855686, 40.686206 ], [ -73.856531, 40.685963 ], [ -73.857375, 40.685723 ], [ -73.8582, 40.685484 ], [ -73.858687, 40.685349 ], [ -73.859056, 40.68524 ], [ -73.859593, 40.685094 ], [ -73.859935, 40.684996 ], [ -73.860477, 40.684843 ], [ -73.860885, 40.686666 ], [ -73.861041, 40.687341 ], [ -73.861194, 40.688019 ], [ -73.861349, 40.688695 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081001000", "name": "Census Tract 10, Queens County, New York", "total_population_17": 4305, "white_alone_17": 470.0, "black_alone_17": 138.0, "native_alone_17": 0.0, "asian_alone_17": 790.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2866.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.789, "pct_black_alone_change": -1.053, "pct_native_alone_change": -0.946, "pct_asian_alone_change": -0.324, "pct_hispanic_or_latino_change": 22.126, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.6907493", "INTPTLON": "-073.8592987" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.862148, 40.69215 ], [ -73.860896, 40.692318 ], [ -73.859097, 40.692519 ], [ -73.858172, 40.692575 ], [ -73.85732, 40.692623 ], [ -73.856645, 40.691015 ], [ -73.85619, 40.689759 ], [ -73.857058, 40.689574 ], [ -73.857927, 40.68939 ], [ -73.857869, 40.689221 ], [ -73.858737, 40.689041 ], [ -73.861349, 40.688695 ], [ -73.861504, 40.689373 ], [ -73.861657, 40.690047 ], [ -73.861811, 40.690724 ], [ -73.861966, 40.691401 ], [ -73.862148, 40.69215 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081001200", "name": "Census Tract 12, Queens County, New York", "total_population_17": 4392, "white_alone_17": 875.0, "black_alone_17": 80.0, "native_alone_17": 0.0, "asian_alone_17": 787.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2584.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.713, "pct_black_alone_change": -1.023, "pct_native_alone_change": -0.369, "pct_asian_alone_change": 2.933, "pct_hispanic_or_latino_change": 19.988, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6942784", "INTPTLON": "-073.8608412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864557, 40.69552 ], [ -73.863687, 40.695691 ], [ -73.862452, 40.695996 ], [ -73.860164, 40.696385 ], [ -73.859285, 40.696554 ], [ -73.858331, 40.696744 ], [ -73.858047, 40.695473 ], [ -73.85732, 40.692623 ], [ -73.858172, 40.692575 ], [ -73.859097, 40.692519 ], [ -73.860896, 40.692318 ], [ -73.862148, 40.69215 ], [ -73.862443, 40.692104 ], [ -73.863312, 40.691962 ], [ -73.863858, 40.693514 ], [ -73.864091, 40.694175 ], [ -73.86432, 40.694842 ], [ -73.864557, 40.69552 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081001400", "name": "Census Tract 14, Queens County, New York", "total_population_17": 3903, "white_alone_17": 643.0, "black_alone_17": 144.0, "native_alone_17": 0.0, "asian_alone_17": 787.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2320.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.313, "pct_black_alone_change": 0.751, "pct_native_alone_change": -0.52, "pct_asian_alone_change": 7.74, "pct_hispanic_or_latino_change": 22.079, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6950787", "INTPTLON": "-073.8552500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858331, 40.696744 ], [ -73.857444, 40.696913 ], [ -73.856572, 40.697065 ], [ -73.855674, 40.697179 ], [ -73.854788, 40.697297 ], [ -73.852664, 40.697572 ], [ -73.852807, 40.696845 ], [ -73.85283, 40.69614 ], [ -73.852701, 40.695462 ], [ -73.852568, 40.694782 ], [ -73.85236, 40.694117 ], [ -73.852165, 40.693661 ], [ -73.853234, 40.693264 ], [ -73.853839, 40.693051 ], [ -73.854679, 40.692831 ], [ -73.855577, 40.692725 ], [ -73.85641, 40.692675 ], [ -73.85732, 40.692623 ], [ -73.858047, 40.695473 ], [ -73.858331, 40.696744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081001600", "name": "Census Tract 16, Queens County, New York", "total_population_17": 2848, "white_alone_17": 330.0, "black_alone_17": 137.0, "native_alone_17": 0.0, "asian_alone_17": 478.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1875.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.486, "pct_black_alone_change": -0.138, "pct_native_alone_change": -0.298, "pct_asian_alone_change": 4.879, "pct_hispanic_or_latino_change": 19.965, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6897177", "INTPTLON": "-073.8548395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.85732, 40.692623 ], [ -73.85641, 40.692675 ], [ -73.855577, 40.692725 ], [ -73.854679, 40.692831 ], [ -73.854176, 40.691535 ], [ -73.853785, 40.690457 ], [ -73.85321, 40.688946 ], [ -73.852347, 40.687239 ], [ -73.85231, 40.687166 ], [ -73.853139, 40.686929 ], [ -73.853996, 40.686686 ], [ -73.85484, 40.686446 ], [ -73.855682, 40.688246 ], [ -73.85619, 40.689759 ], [ -73.856645, 40.691015 ], [ -73.85732, 40.692623 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081001800", "name": "Census Tract 18, Queens County, New York", "total_population_17": 3129, "white_alone_17": 437.0, "black_alone_17": 106.0, "native_alone_17": 37.0, "asian_alone_17": 714.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1666.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.912, "pct_black_alone_change": 0.204, "pct_native_alone_change": 0.288, "pct_asian_alone_change": 10.619, "pct_hispanic_or_latino_change": 5.194, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6902800", "INTPTLON": "-073.8520154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.854679, 40.692831 ], [ -73.853839, 40.693051 ], [ -73.853234, 40.693264 ], [ -73.852165, 40.693661 ], [ -73.851505, 40.692421 ], [ -73.851182, 40.691812 ], [ -73.850865, 40.69125 ], [ -73.85007, 40.689841 ], [ -73.849713, 40.689241 ], [ -73.849654, 40.689152 ], [ -73.849288, 40.688691 ], [ -73.849398, 40.688521 ], [ -73.848985, 40.688038 ], [ -73.849661, 40.687831 ], [ -73.850571, 40.687661 ], [ -73.851446, 40.687411 ], [ -73.85231, 40.687166 ], [ -73.852347, 40.687239 ], [ -73.85321, 40.688946 ], [ -73.853785, 40.690457 ], [ -73.854176, 40.691535 ], [ -73.854679, 40.692831 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081001900", "name": "Census Tract 19, Queens County, New York", "total_population_17": 2347, "white_alone_17": 1138.0, "black_alone_17": 50.0, "native_alone_17": 9.0, "asian_alone_17": 913.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 187.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.704, "pct_black_alone_change": -1.145, "pct_native_alone_change": 0.383, "pct_asian_alone_change": 26.936, "pct_hispanic_or_latino_change": -38.38, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7485604", "INTPTLON": "-073.9450314" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.952265, 40.750801 ], [ -73.950895, 40.752442 ], [ -73.950402, 40.753013 ], [ -73.949405, 40.754161 ], [ -73.949144, 40.754485 ], [ -73.948304, 40.754117 ], [ -73.947481, 40.753762 ], [ -73.946586, 40.753372 ], [ -73.945551, 40.752908 ], [ -73.945091, 40.752702 ], [ -73.944879, 40.752606 ], [ -73.944085, 40.752281 ], [ -73.944018, 40.75235 ], [ -73.942874, 40.751863 ], [ -73.94203, 40.751503 ], [ -73.940513, 40.750856 ], [ -73.939557, 40.75047 ], [ -73.937875, 40.749804 ], [ -73.937967, 40.749669 ], [ -73.938033, 40.749488 ], [ -73.937911, 40.749366 ], [ -73.937773, 40.749229 ], [ -73.937632, 40.749099 ], [ -73.937559, 40.749031 ], [ -73.937492, 40.74897 ], [ -73.937395, 40.748914 ], [ -73.936835, 40.748395 ], [ -73.937411, 40.747863 ], [ -73.938201, 40.74716 ], [ -73.938914, 40.746638 ], [ -73.939521, 40.745984 ], [ -73.939666, 40.745906 ], [ -73.939897, 40.745781 ], [ -73.939965, 40.745745 ], [ -73.941848, 40.744952 ], [ -73.941923, 40.744929 ], [ -73.942808, 40.744661 ], [ -73.943007, 40.744602 ], [ -73.94345, 40.744057 ], [ -73.943736, 40.743712 ], [ -73.944196, 40.742882 ], [ -73.946421, 40.741982 ], [ -73.94923, 40.742523 ], [ -73.948827, 40.743703 ], [ -73.948761, 40.743903 ], [ -73.948523, 40.744659 ], [ -73.948149, 40.744828 ], [ -73.94745, 40.745107 ], [ -73.946543, 40.745471 ], [ -73.946186, 40.745613 ], [ -73.94565, 40.745818 ], [ -73.945529, 40.746223 ], [ -73.945317, 40.746916 ], [ -73.945056, 40.747664 ], [ -73.947355, 40.748107 ], [ -73.949628, 40.748546 ], [ -73.95164, 40.748934 ], [ -73.952213, 40.749056 ], [ -73.952231, 40.749575 ], [ -73.952264, 40.750566 ], [ -73.952265, 40.750801 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081002000", "name": "Census Tract 20, Queens County, New York", "total_population_17": 2009, "white_alone_17": 249.0, "black_alone_17": 5.0, "native_alone_17": 50.0, "asian_alone_17": 742.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1006.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.062, "pct_black_alone_change": -6.733, "pct_native_alone_change": 1.663, "pct_asian_alone_change": 18.841, "pct_hispanic_or_latino_change": 9.91, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6913525", "INTPTLON": "-073.8495160" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852165, 40.693661 ], [ -73.851349, 40.693965 ], [ -73.851048, 40.694067 ], [ -73.850481, 40.69423 ], [ -73.849562, 40.694422 ], [ -73.84836, 40.691955 ], [ -73.848003, 40.691227 ], [ -73.847654, 40.690515 ], [ -73.847954, 40.690439 ], [ -73.84769, 40.689889 ], [ -73.847433, 40.689371 ], [ -73.847125, 40.68874 ], [ -73.847051, 40.688586 ], [ -73.847884, 40.688323 ], [ -73.848597, 40.688169 ], [ -73.84872, 40.688124 ], [ -73.848844, 40.688079 ], [ -73.848985, 40.688038 ], [ -73.849398, 40.688521 ], [ -73.849288, 40.688691 ], [ -73.849654, 40.689152 ], [ -73.849713, 40.689241 ], [ -73.85007, 40.689841 ], [ -73.850865, 40.69125 ], [ -73.851182, 40.691812 ], [ -73.851505, 40.692421 ], [ -73.852165, 40.693661 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081002200", "name": "Census Tract 22, Queens County, New York", "total_population_17": 2351, "white_alone_17": 433.0, "black_alone_17": 125.0, "native_alone_17": 21.0, "asian_alone_17": 376.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1392.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.21, "pct_black_alone_change": -1.698, "pct_native_alone_change": 0.27, "pct_asian_alone_change": 0.011, "pct_hispanic_or_latino_change": 17.117, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6959777", "INTPTLON": "-073.8505707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852807, 40.696845 ], [ -73.852664, 40.697572 ], [ -73.851838, 40.697682 ], [ -73.849933, 40.69809 ], [ -73.849478, 40.698196 ], [ -73.848941, 40.697557 ], [ -73.848237, 40.695937 ], [ -73.847733, 40.694775 ], [ -73.848653, 40.694598 ], [ -73.849132, 40.694506 ], [ -73.849562, 40.694422 ], [ -73.850481, 40.69423 ], [ -73.851048, 40.694067 ], [ -73.851349, 40.693965 ], [ -73.852165, 40.693661 ], [ -73.85236, 40.694117 ], [ -73.852568, 40.694782 ], [ -73.852701, 40.695462 ], [ -73.85283, 40.69614 ], [ -73.852807, 40.696845 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081002400", "name": "Census Tract 24, Queens County, New York", "total_population_17": 2355, "white_alone_17": 186.0, "black_alone_17": 128.0, "native_alone_17": 18.0, "asian_alone_17": 751.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1144.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.483, "pct_black_alone_change": -6.031, "pct_native_alone_change": -0.161, "pct_asian_alone_change": 18.39, "pct_hispanic_or_latino_change": 3.639, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6971881", "INTPTLON": "-073.8465756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.84908, 40.698351 ], [ -73.848781, 40.698419 ], [ -73.848221, 40.698545 ], [ -73.847911, 40.698647 ], [ -73.847017, 40.698842 ], [ -73.846938, 40.698871 ], [ -73.845025, 40.699359 ], [ -73.844685, 40.698674 ], [ -73.844389, 40.698083 ], [ -73.843847, 40.697003 ], [ -73.843722, 40.696747 ], [ -73.845857, 40.696203 ], [ -73.845568, 40.695553 ], [ -73.845397, 40.695157 ], [ -73.84644, 40.695026 ], [ -73.846818, 40.694965 ], [ -73.847733, 40.694775 ], [ -73.848237, 40.695937 ], [ -73.848941, 40.697557 ], [ -73.849478, 40.698196 ], [ -73.84908, 40.698351 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081002500", "name": "Census Tract 25, Queens County, New York", "total_population_17": 7411, "white_alone_17": 342.0, "black_alone_17": 3479.0, "native_alone_17": 124.0, "asian_alone_17": 714.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2497.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.159, "pct_black_alone_change": -15.084, "pct_native_alone_change": 0.597, "pct_asian_alone_change": 7.103, "pct_hispanic_or_latino_change": 2.573, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7549606", "INTPTLON": "-073.9451645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.949081, 40.754555 ], [ -73.949042, 40.754601 ], [ -73.947267, 40.756474 ], [ -73.945814, 40.757799 ], [ -73.945067, 40.75733 ], [ -73.94435, 40.756875 ], [ -73.943547, 40.756441 ], [ -73.942822, 40.756059 ], [ -73.94205, 40.755649 ], [ -73.941239, 40.755234 ], [ -73.94243, 40.753998 ], [ -73.943609, 40.752766 ], [ -73.94373, 40.752639 ], [ -73.943748, 40.75262 ], [ -73.943835, 40.75253 ], [ -73.944018, 40.75235 ], [ -73.944085, 40.752281 ], [ -73.944879, 40.752606 ], [ -73.945091, 40.752702 ], [ -73.945551, 40.752908 ], [ -73.946586, 40.753372 ], [ -73.947481, 40.753762 ], [ -73.948304, 40.754117 ], [ -73.949144, 40.754485 ], [ -73.949081, 40.754555 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081002600", "name": "Census Tract 26, Queens County, New York", "total_population_17": 2476, "white_alone_17": 304.0, "black_alone_17": 118.0, "native_alone_17": 0.0, "asian_alone_17": 544.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1422.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.866, "pct_black_alone_change": -5.318, "pct_native_alone_change": -1.501, "pct_asian_alone_change": 6.07, "pct_hispanic_or_latino_change": 21.784, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6972603", "INTPTLON": "-073.8430922" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.845857, 40.696203 ], [ -73.843722, 40.696747 ], [ -73.843847, 40.697003 ], [ -73.844389, 40.698083 ], [ -73.844685, 40.698674 ], [ -73.845025, 40.699359 ], [ -73.844274, 40.699781 ], [ -73.843594, 40.700172 ], [ -73.843202, 40.7004 ], [ -73.842938, 40.700554 ], [ -73.842339, 40.699358 ], [ -73.8415, 40.697682 ], [ -73.840351, 40.695383 ], [ -73.840497, 40.69536 ], [ -73.841135, 40.695284 ], [ -73.841988, 40.695218 ], [ -73.842946, 40.695193 ], [ -73.843442, 40.695187 ], [ -73.845397, 40.695157 ], [ -73.845568, 40.695553 ], [ -73.845857, 40.696203 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081002800", "name": "Census Tract 28, Queens County, New York", "total_population_17": 3216, "white_alone_17": 495.0, "black_alone_17": 101.0, "native_alone_17": 43.0, "asian_alone_17": 651.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1791.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.865, "pct_black_alone_change": -6.136, "pct_native_alone_change": 0.299, "pct_asian_alone_change": 6.523, "pct_hispanic_or_latino_change": 9.826, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6923881", "INTPTLON": "-073.8443722" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.846818, 40.694965 ], [ -73.84644, 40.695026 ], [ -73.845397, 40.695157 ], [ -73.843442, 40.695187 ], [ -73.843289, 40.694858 ], [ -73.842975, 40.694217 ], [ -73.842661, 40.693573 ], [ -73.842342, 40.69293 ], [ -73.842027, 40.692286 ], [ -73.841712, 40.691643 ], [ -73.841398, 40.691 ], [ -73.841123, 40.690442 ], [ -73.841046, 40.690284 ], [ -73.842768, 40.689798 ], [ -73.844155, 40.689404 ], [ -73.844272, 40.689372 ], [ -73.844995, 40.689162 ], [ -73.845065, 40.689318 ], [ -73.845967, 40.691166 ], [ -73.846618, 40.692495 ], [ -73.847733, 40.694775 ], [ -73.846818, 40.694965 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003000", "name": "Census Tract 30, Queens County, New York", "total_population_17": 1528, "white_alone_17": 306.0, "black_alone_17": 76.0, "native_alone_17": 23.0, "asian_alone_17": 197.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 810.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.971, "pct_black_alone_change": -1.331, "pct_native_alone_change": -0.621, "pct_asian_alone_change": -2.943, "pct_hispanic_or_latino_change": 17.38, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6916415", "INTPTLON": "-073.8472679" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.849132, 40.694506 ], [ -73.848653, 40.694598 ], [ -73.847733, 40.694775 ], [ -73.846618, 40.692495 ], [ -73.845967, 40.691166 ], [ -73.845065, 40.689318 ], [ -73.844995, 40.689162 ], [ -73.845885, 40.688913 ], [ -73.847051, 40.688586 ], [ -73.847125, 40.68874 ], [ -73.847433, 40.689371 ], [ -73.84769, 40.689889 ], [ -73.847954, 40.690439 ], [ -73.847654, 40.690515 ], [ -73.848003, 40.691227 ], [ -73.84836, 40.691955 ], [ -73.849562, 40.694422 ], [ -73.849132, 40.694506 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003100", "name": "Census Tract 31, Queens County, New York", "total_population_17": 1015, "white_alone_17": 269.0, "black_alone_17": 28.0, "native_alone_17": 0.0, "asian_alone_17": 113.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 605.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.341, "pct_black_alone_change": -0.236, "pct_native_alone_change": -0.115, "pct_asian_alone_change": -10.641, "pct_hispanic_or_latino_change": 15.654, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7531761", "INTPTLON": "-073.9339044" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93717, 40.753079 ], [ -73.936009, 40.754341 ], [ -73.936779, 40.75475 ], [ -73.935798, 40.755796 ], [ -73.93504, 40.755391 ], [ -73.934335, 40.755015 ], [ -73.933561, 40.754604 ], [ -73.933422, 40.75453 ], [ -73.932791, 40.754195 ], [ -73.932022, 40.753787 ], [ -73.931252, 40.753375 ], [ -73.93048, 40.752965 ], [ -73.92971, 40.752555 ], [ -73.928953, 40.752158 ], [ -73.928742, 40.752042 ], [ -73.929164, 40.752033 ], [ -73.930154, 40.752012 ], [ -73.931265, 40.751993 ], [ -73.931959, 40.751974 ], [ -73.932276, 40.751954 ], [ -73.933833, 40.751605 ], [ -73.934743, 40.750979 ], [ -73.93613, 40.751724 ], [ -73.935614, 40.752282 ], [ -73.936402, 40.752672 ], [ -73.93717, 40.753079 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003200", "name": "Census Tract 32, Queens County, New York", "total_population_17": 1688, "white_alone_17": 177.0, "black_alone_17": 72.0, "native_alone_17": 0.0, "asian_alone_17": 452.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 942.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.314, "pct_black_alone_change": -1.036, "pct_native_alone_change": -0.452, "pct_asian_alone_change": 12.814, "pct_hispanic_or_latino_change": 9.523, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6873154", "INTPTLON": "-073.8467670" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.850571, 40.687661 ], [ -73.849661, 40.687831 ], [ -73.848985, 40.688038 ], [ -73.848844, 40.688079 ], [ -73.84872, 40.688124 ], [ -73.848597, 40.688169 ], [ -73.847884, 40.688323 ], [ -73.847051, 40.688586 ], [ -73.845885, 40.688913 ], [ -73.844995, 40.689162 ], [ -73.844272, 40.689372 ], [ -73.844155, 40.689404 ], [ -73.843864, 40.688832 ], [ -73.843564, 40.688214 ], [ -73.843003, 40.687038 ], [ -73.843098, 40.687012 ], [ -73.843327, 40.686937 ], [ -73.844171, 40.686692 ], [ -73.844919, 40.686483 ], [ -73.846173, 40.686139 ], [ -73.846748, 40.685972 ], [ -73.846871, 40.685936 ], [ -73.84698, 40.685904 ], [ -73.847101, 40.685869 ], [ -73.847608, 40.685722 ], [ -73.848489, 40.685475 ], [ -73.849369, 40.685227 ], [ -73.849947, 40.6864 ], [ -73.850015, 40.686537 ], [ -73.850571, 40.687661 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003300", "name": "Census Tract 33, Queens County, New York", "total_population_17": 2966, "white_alone_17": 979.0, "black_alone_17": 34.0, "native_alone_17": 0.0, "asian_alone_17": 1032.0, "native_hawaiian_pacific_islander_17": 40.0, "hispanic_or_latino_17": 754.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.661, "pct_black_alone_change": -1.438, "pct_native_alone_change": -0.482, "pct_asian_alone_change": 6.848, "pct_hispanic_or_latino_change": -23.199, "pct_native_hawaiian_pacific_islander_change": 1.349, "INTPTLAT": "+40.7543845", "INTPTLON": "-073.9380996" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943835, 40.75253 ], [ -73.943748, 40.75262 ], [ -73.94373, 40.752639 ], [ -73.943609, 40.752766 ], [ -73.94243, 40.753998 ], [ -73.941239, 40.755234 ], [ -73.94004, 40.756487 ], [ -73.9391, 40.757494 ], [ -73.937917, 40.758707 ], [ -73.936791, 40.759883 ], [ -73.935882, 40.759457 ], [ -73.93506, 40.759071 ], [ -73.93425, 40.758695 ], [ -73.933353, 40.758274 ], [ -73.932152, 40.75771 ], [ -73.933345, 40.756239 ], [ -73.933958, 40.756571 ], [ -73.934632, 40.75694 ], [ -73.935798, 40.755796 ], [ -73.936779, 40.75475 ], [ -73.936009, 40.754341 ], [ -73.93717, 40.753079 ], [ -73.936402, 40.752672 ], [ -73.935614, 40.752282 ], [ -73.93613, 40.751724 ], [ -73.934743, 40.750979 ], [ -73.936095, 40.749732 ], [ -73.936161, 40.749674 ], [ -73.936211, 40.74963 ], [ -73.936457, 40.749413 ], [ -73.936656, 40.749235 ], [ -73.936757, 40.749147 ], [ -73.937395, 40.748914 ], [ -73.937492, 40.74897 ], [ -73.937559, 40.749031 ], [ -73.937632, 40.749099 ], [ -73.937773, 40.749229 ], [ -73.937911, 40.749366 ], [ -73.938033, 40.749488 ], [ -73.937967, 40.749669 ], [ -73.937875, 40.749804 ], [ -73.939557, 40.75047 ], [ -73.940513, 40.750856 ], [ -73.94203, 40.751503 ], [ -73.942874, 40.751863 ], [ -73.944018, 40.75235 ], [ -73.943835, 40.75253 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003400", "name": "Census Tract 34, Queens County, New York", "total_population_17": 2561, "white_alone_17": 300.0, "black_alone_17": 78.0, "native_alone_17": 0.0, "asian_alone_17": 524.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1558.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.912, "pct_black_alone_change": -7.288, "pct_native_alone_change": -1.329, "pct_asian_alone_change": 7.253, "pct_hispanic_or_latino_change": 9.206, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6847731", "INTPTLON": "-073.8581871" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866295, 40.683189 ], [ -73.865493, 40.683416 ], [ -73.865327, 40.683463 ], [ -73.864726, 40.683635 ], [ -73.864331, 40.683747 ], [ -73.86387, 40.683878 ], [ -73.863421, 40.684005 ], [ -73.863001, 40.684124 ], [ -73.862566, 40.684249 ], [ -73.862123, 40.684375 ], [ -73.861678, 40.684496 ], [ -73.861351, 40.684588 ], [ -73.860805, 40.684741 ], [ -73.860477, 40.684843 ], [ -73.859935, 40.684996 ], [ -73.859593, 40.685094 ], [ -73.859056, 40.68524 ], [ -73.858687, 40.685349 ], [ -73.8582, 40.685484 ], [ -73.857375, 40.685723 ], [ -73.856531, 40.685963 ], [ -73.855686, 40.686206 ], [ -73.85484, 40.686446 ], [ -73.853996, 40.686686 ], [ -73.853139, 40.686929 ], [ -73.85231, 40.687166 ], [ -73.851446, 40.687411 ], [ -73.850571, 40.687661 ], [ -73.850015, 40.686537 ], [ -73.849947, 40.6864 ], [ -73.850826, 40.686155 ], [ -73.85169, 40.685902 ], [ -73.852531, 40.685665 ], [ -73.853374, 40.685424 ], [ -73.85422, 40.685182 ], [ -73.855062, 40.684943 ], [ -73.855909, 40.684702 ], [ -73.856758, 40.684461 ], [ -73.857605, 40.684219 ], [ -73.858063, 40.684084 ], [ -73.85845, 40.683982 ], [ -73.859309, 40.683735 ], [ -73.860188, 40.683486 ], [ -73.861067, 40.683235 ], [ -73.861945, 40.682986 ], [ -73.862824, 40.682736 ], [ -73.863704, 40.682485 ], [ -73.864101, 40.682373 ], [ -73.864449, 40.682278 ], [ -73.864994, 40.682129 ], [ -73.866027, 40.681918 ], [ -73.866074, 40.682144 ], [ -73.866199, 40.682736 ], [ -73.866295, 40.683189 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003600", "name": "Census Tract 36, Queens County, New York", "total_population_17": 3748, "white_alone_17": 533.0, "black_alone_17": 40.0, "native_alone_17": 0.0, "asian_alone_17": 1352.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1600.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.207, "pct_black_alone_change": -7.484, "pct_native_alone_change": -2.743, "pct_asian_alone_change": 23.391, "pct_hispanic_or_latino_change": -4.294, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.6837714", "INTPTLON": "-073.8568176" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864101, 40.682373 ], [ -73.863704, 40.682485 ], [ -73.862824, 40.682736 ], [ -73.861945, 40.682986 ], [ -73.861067, 40.683235 ], [ -73.860188, 40.683486 ], [ -73.859309, 40.683735 ], [ -73.85845, 40.683982 ], [ -73.858063, 40.684084 ], [ -73.857605, 40.684219 ], [ -73.856758, 40.684461 ], [ -73.855909, 40.684702 ], [ -73.855062, 40.684943 ], [ -73.85422, 40.685182 ], [ -73.853374, 40.685424 ], [ -73.852531, 40.685665 ], [ -73.85169, 40.685902 ], [ -73.850826, 40.686155 ], [ -73.849947, 40.6864 ], [ -73.849369, 40.685227 ], [ -73.850248, 40.684977 ], [ -73.851111, 40.684734 ], [ -73.851955, 40.684492 ], [ -73.852801, 40.684253 ], [ -73.85365, 40.684012 ], [ -73.854492, 40.68377 ], [ -73.855336, 40.683528 ], [ -73.855599, 40.683453 ], [ -73.856174, 40.683289 ], [ -73.856725, 40.683123 ], [ -73.857026, 40.683035 ], [ -73.857804, 40.682827 ], [ -73.857867, 40.682805 ], [ -73.858727, 40.682553 ], [ -73.859607, 40.682303 ], [ -73.860486, 40.682052 ], [ -73.861364, 40.681803 ], [ -73.862243, 40.681553 ], [ -73.863118, 40.681295 ], [ -73.863787, 40.681114 ], [ -73.864101, 40.682373 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003700", "name": "Census Tract 37, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7624148", "INTPTLON": "-073.9434494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.950766, 40.755313 ], [ -73.950735, 40.755352 ], [ -73.950713, 40.755378 ], [ -73.950663, 40.755436 ], [ -73.94915, 40.757329 ], [ -73.948445, 40.758218 ], [ -73.947832, 40.758989 ], [ -73.945964, 40.761293 ], [ -73.945806, 40.76145 ], [ -73.945705, 40.761488 ], [ -73.944715, 40.762879 ], [ -73.943503, 40.764499 ], [ -73.941585, 40.766616 ], [ -73.941312, 40.766918 ], [ -73.940463, 40.76753 ], [ -73.940351, 40.767653 ], [ -73.939836, 40.767988 ], [ -73.938204, 40.768728 ], [ -73.936404, 40.769475 ], [ -73.935323, 40.770485 ], [ -73.934956, 40.77173 ], [ -73.934887, 40.771709 ], [ -73.935023, 40.771297 ], [ -73.934905, 40.771271 ], [ -73.934527, 40.771177 ], [ -73.934246, 40.771029 ], [ -73.934294, 40.770899 ], [ -73.934464, 40.770439 ], [ -73.934474, 40.770412 ], [ -73.934599, 40.770195 ], [ -73.93469, 40.770065 ], [ -73.934832, 40.769891 ], [ -73.935019, 40.769701 ], [ -73.935227, 40.769526 ], [ -73.935771, 40.76905 ], [ -73.935821, 40.768631 ], [ -73.935932, 40.767784 ], [ -73.936184, 40.767692 ], [ -73.937093, 40.76736 ], [ -73.938361, 40.766911 ], [ -73.93859, 40.766817 ], [ -73.9397, 40.766411 ], [ -73.940272, 40.76553 ], [ -73.94139, 40.763734 ], [ -73.942472, 40.761994 ], [ -73.943304, 40.760658 ], [ -73.944167, 40.759308 ], [ -73.945814, 40.757799 ], [ -73.947267, 40.756474 ], [ -73.949042, 40.754601 ], [ -73.949081, 40.754555 ], [ -73.949144, 40.754485 ], [ -73.95084, 40.755219 ], [ -73.950766, 40.755313 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003800", "name": "Census Tract 38, Queens County, New York", "total_population_17": 2681, "white_alone_17": 361.0, "black_alone_17": 151.0, "native_alone_17": 1.0, "asian_alone_17": 473.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1641.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.38, "pct_black_alone_change": -1.598, "pct_native_alone_change": -0.912, "pct_asian_alone_change": 6.256, "pct_hispanic_or_latino_change": 20.405, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6847999", "INTPTLON": "-073.8474941" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852801, 40.684253 ], [ -73.851955, 40.684492 ], [ -73.851111, 40.684734 ], [ -73.850248, 40.684977 ], [ -73.849369, 40.685227 ], [ -73.848489, 40.685475 ], [ -73.847608, 40.685722 ], [ -73.847101, 40.685869 ], [ -73.84698, 40.685904 ], [ -73.846871, 40.685936 ], [ -73.846748, 40.685972 ], [ -73.846173, 40.686139 ], [ -73.844919, 40.686483 ], [ -73.844171, 40.686692 ], [ -73.843327, 40.686937 ], [ -73.843098, 40.687012 ], [ -73.843003, 40.687038 ], [ -73.842175, 40.685354 ], [ -73.842231, 40.685338 ], [ -73.842476, 40.685269 ], [ -73.843352, 40.68502 ], [ -73.844215, 40.684775 ], [ -73.844918, 40.684576 ], [ -73.845926, 40.684288 ], [ -73.846036, 40.684257 ], [ -73.846151, 40.684224 ], [ -73.846265, 40.684192 ], [ -73.846784, 40.684045 ], [ -73.847662, 40.683794 ], [ -73.848543, 40.683544 ], [ -73.849422, 40.683295 ], [ -73.850284, 40.683049 ], [ -73.851129, 40.682809 ], [ -73.851979, 40.682564 ], [ -73.852801, 40.684253 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081003900", "name": "Census Tract 39, Queens County, New York", "total_population_17": 1690, "white_alone_17": 587.0, "black_alone_17": 51.0, "native_alone_17": 4.0, "asian_alone_17": 208.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 805.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.23, "pct_black_alone_change": -13.473, "pct_native_alone_change": -0.093, "pct_asian_alone_change": 3.733, "pct_hispanic_or_latino_change": -0.85, "pct_native_hawaiian_pacific_islander_change": -0.132, "INTPTLAT": "+40.7627994", "INTPTLON": "-073.9409316" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943304, 40.760658 ], [ -73.942472, 40.761994 ], [ -73.94139, 40.763734 ], [ -73.940272, 40.76553 ], [ -73.9397, 40.766411 ], [ -73.93859, 40.766817 ], [ -73.938461, 40.766768 ], [ -73.937635, 40.766475 ], [ -73.938603, 40.764921 ], [ -73.939717, 40.76313 ], [ -73.940796, 40.761391 ], [ -73.941627, 40.760056 ], [ -73.942456, 40.758683 ], [ -73.943296, 40.758984 ], [ -73.944167, 40.759308 ], [ -73.943304, 40.760658 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081004001", "name": "Census Tract 40.01, Queens County, New York", "total_population_17": 2422, "white_alone_17": 606.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 550.0, "native_hawaiian_pacific_islander_17": 26.0, "hispanic_or_latino_17": 1146.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.277, "pct_black_alone_change": -4.095, "pct_native_alone_change": -0.616, "pct_asian_alone_change": 10.615, "pct_hispanic_or_latino_change": 16.745, "pct_native_hawaiian_pacific_islander_change": 1.073, "INTPTLAT": "+40.6832481", "INTPTLON": "-073.8458743" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.851129, 40.682809 ], [ -73.850284, 40.683049 ], [ -73.849422, 40.683295 ], [ -73.848543, 40.683544 ], [ -73.847662, 40.683794 ], [ -73.846784, 40.684045 ], [ -73.846265, 40.684192 ], [ -73.846151, 40.684224 ], [ -73.846036, 40.684257 ], [ -73.845926, 40.684288 ], [ -73.844918, 40.684576 ], [ -73.844215, 40.684775 ], [ -73.843352, 40.68502 ], [ -73.842476, 40.685269 ], [ -73.842231, 40.685338 ], [ -73.842175, 40.685354 ], [ -73.841196, 40.683351 ], [ -73.841252, 40.683336 ], [ -73.841514, 40.683262 ], [ -73.84237, 40.683018 ], [ -73.843231, 40.682775 ], [ -73.844089, 40.682529 ], [ -73.844511, 40.682415 ], [ -73.84493, 40.682315 ], [ -73.845048, 40.682287 ], [ -73.845186, 40.682254 ], [ -73.845317, 40.682224 ], [ -73.845832, 40.682106 ], [ -73.846715, 40.681859 ], [ -73.847578, 40.68158 ], [ -73.847868, 40.681487 ], [ -73.848634, 40.681684 ], [ -73.849216, 40.681844 ], [ -73.849764, 40.681987 ], [ -73.85087, 40.682259 ], [ -73.851979, 40.682564 ], [ -73.851129, 40.682809 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081004002", "name": "Census Tract 40.02, Queens County, New York", "total_population_17": 1764, "white_alone_17": 110.0, "black_alone_17": 79.0, "native_alone_17": 0.0, "asian_alone_17": 707.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 727.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.912, "pct_black_alone_change": -4.284, "pct_native_alone_change": -1.116, "pct_asian_alone_change": 17.776, "pct_hispanic_or_latino_change": 9.951, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6815294", "INTPTLON": "-073.8429597" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.847578, 40.68158 ], [ -73.846715, 40.681859 ], [ -73.845832, 40.682106 ], [ -73.845317, 40.682224 ], [ -73.845186, 40.682254 ], [ -73.845048, 40.682287 ], [ -73.84493, 40.682315 ], [ -73.844511, 40.682415 ], [ -73.844089, 40.682529 ], [ -73.843231, 40.682775 ], [ -73.84237, 40.683018 ], [ -73.841514, 40.683262 ], [ -73.841252, 40.683336 ], [ -73.841196, 40.683351 ], [ -73.840516, 40.681856 ], [ -73.84022, 40.68121 ], [ -73.840188, 40.681136 ], [ -73.840129, 40.681147 ], [ -73.840046, 40.681163 ], [ -73.839963, 40.681179 ], [ -73.839922, 40.681187 ], [ -73.839521, 40.679962 ], [ -73.839764, 40.679997 ], [ -73.839964, 40.680027 ], [ -73.840945, 40.680165 ], [ -73.84202, 40.680315 ], [ -73.843074, 40.680463 ], [ -73.843651, 40.680458 ], [ -73.844445, 40.680652 ], [ -73.844574, 40.680683 ], [ -73.844724, 40.680707 ], [ -73.844827, 40.68073 ], [ -73.845198, 40.680811 ], [ -73.846334, 40.681089 ], [ -73.847476, 40.681385 ], [ -73.847868, 40.681487 ], [ -73.847578, 40.68158 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081004200", "name": "Census Tract 42, Queens County, New York", "total_population_17": 4665, "white_alone_17": 401.0, "black_alone_17": 108.0, "native_alone_17": 0.0, "asian_alone_17": 2137.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1980.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.115, "pct_black_alone_change": -5.519, "pct_native_alone_change": -1.604, "pct_asian_alone_change": 28.242, "pct_hispanic_or_latino_change": -3.92, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.6818145", "INTPTLON": "-073.8579641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863787, 40.681114 ], [ -73.863118, 40.681295 ], [ -73.862243, 40.681553 ], [ -73.861364, 40.681803 ], [ -73.860486, 40.682052 ], [ -73.859607, 40.682303 ], [ -73.858727, 40.682553 ], [ -73.857867, 40.682805 ], [ -73.857804, 40.682827 ], [ -73.857026, 40.683035 ], [ -73.856725, 40.683123 ], [ -73.856174, 40.683289 ], [ -73.855599, 40.683453 ], [ -73.855336, 40.683528 ], [ -73.854492, 40.68377 ], [ -73.85365, 40.684012 ], [ -73.852801, 40.684253 ], [ -73.851979, 40.682564 ], [ -73.852819, 40.682331 ], [ -73.853664, 40.682088 ], [ -73.854496, 40.681851 ], [ -73.855353, 40.681607 ], [ -73.856198, 40.681367 ], [ -73.857043, 40.681127 ], [ -73.857907, 40.68088 ], [ -73.858786, 40.68063 ], [ -73.85966, 40.680383 ], [ -73.859779, 40.680349 ], [ -73.860531, 40.680135 ], [ -73.860659, 40.680099 ], [ -73.861423, 40.679879 ], [ -73.861564, 40.679839 ], [ -73.862296, 40.679632 ], [ -73.863349, 40.679352 ], [ -73.863508, 40.679992 ], [ -73.863787, 40.681114 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081004300", "name": "Census Tract 43, Queens County, New York", "total_population_17": 2671, "white_alone_17": 99.0, "black_alone_17": 815.0, "native_alone_17": 0.0, "asian_alone_17": 172.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1394.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.029, "pct_black_alone_change": -10.483, "pct_native_alone_change": -0.7, "pct_asian_alone_change": 2.589, "pct_hispanic_or_latino_change": 9.094, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7609451", "INTPTLON": "-073.9375143" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.940862, 40.758111 ], [ -73.939994, 40.759469 ], [ -73.939145, 40.760802 ], [ -73.938045, 40.762529 ], [ -73.937005, 40.76424 ], [ -73.936256, 40.763894 ], [ -73.935414, 40.763497 ], [ -73.933981, 40.762826 ], [ -73.935387, 40.761355 ], [ -73.936791, 40.759883 ], [ -73.937917, 40.758707 ], [ -73.9391, 40.757494 ], [ -73.940022, 40.757809 ], [ -73.940862, 40.758111 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081004401", "name": "Census Tract 44.01, Queens County, New York", "total_population_17": 4130, "white_alone_17": 400.0, "black_alone_17": 222.0, "native_alone_17": 27.0, "asian_alone_17": 2202.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1075.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.934, "pct_black_alone_change": -1.856, "pct_native_alone_change": -1.097, "pct_asian_alone_change": 25.123, "pct_hispanic_or_latino_change": -6.476, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6771469", "INTPTLON": "-073.8593945" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863349, 40.679352 ], [ -73.862296, 40.679632 ], [ -73.861564, 40.679839 ], [ -73.861423, 40.679879 ], [ -73.860659, 40.680099 ], [ -73.860531, 40.680135 ], [ -73.859779, 40.680349 ], [ -73.85966, 40.680383 ], [ -73.858786, 40.68063 ], [ -73.858198, 40.679431 ], [ -73.857793, 40.679456 ], [ -73.857702, 40.678836 ], [ -73.857669, 40.678739 ], [ -73.857482, 40.678172 ], [ -73.856871, 40.676455 ], [ -73.856535, 40.674989 ], [ -73.856465, 40.674719 ], [ -73.856487, 40.673377 ], [ -73.857113, 40.673575 ], [ -73.858252, 40.674136 ], [ -73.859283, 40.674453 ], [ -73.859593, 40.674556 ], [ -73.860296, 40.674772 ], [ -73.861318, 40.675021 ], [ -73.861373, 40.675236 ], [ -73.861397, 40.675335 ], [ -73.861554, 40.675973 ], [ -73.861712, 40.676611 ], [ -73.861915, 40.67743 ], [ -73.862028, 40.677886 ], [ -73.862346, 40.679165 ], [ -73.863282, 40.679073 ], [ -73.863316, 40.679214 ], [ -73.863349, 40.679352 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081004500", "name": "Census Tract 45, Queens County, New York", "total_population_17": 3639, "white_alone_17": 1840.0, "black_alone_17": 124.0, "native_alone_17": 0.0, "asian_alone_17": 871.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 687.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.131, "pct_black_alone_change": -2.121, "pct_native_alone_change": -0.253, "pct_asian_alone_change": 8.832, "pct_hispanic_or_latino_change": -0.331, "pct_native_hawaiian_pacific_islander_change": -0.063, "INTPTLAT": "+40.7645328", "INTPTLON": "-073.9337656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.93859, 40.766817 ], [ -73.938361, 40.766911 ], [ -73.937093, 40.76736 ], [ -73.936184, 40.767692 ], [ -73.935949, 40.767578 ], [ -73.934935, 40.767013 ], [ -73.933627, 40.766292 ], [ -73.932252, 40.765534 ], [ -73.931692, 40.765224 ], [ -73.930365, 40.764491 ], [ -73.930867, 40.763874 ], [ -73.93135, 40.763275 ], [ -73.931226, 40.763216 ], [ -73.930467, 40.762852 ], [ -73.930004, 40.76263 ], [ -73.929454, 40.762366 ], [ -73.930548, 40.761223 ], [ -73.930947, 40.761409 ], [ -73.931456, 40.761648 ], [ -73.93158, 40.761706 ], [ -73.932227, 40.762008 ], [ -73.932672, 40.762215 ], [ -73.933125, 40.762426 ], [ -73.933981, 40.762826 ], [ -73.935414, 40.763497 ], [ -73.936256, 40.763894 ], [ -73.937005, 40.76424 ], [ -73.936005, 40.765885 ], [ -73.93682, 40.766183 ], [ -73.937635, 40.766475 ], [ -73.938461, 40.766768 ], [ -73.93859, 40.766817 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081004700", "name": "Census Tract 47, Queens County, New York", "total_population_17": 4037, "white_alone_17": 967.0, "black_alone_17": 910.0, "native_alone_17": 30.0, "asian_alone_17": 429.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1601.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.064, "pct_black_alone_change": -6.765, "pct_native_alone_change": 0.427, "pct_asian_alone_change": -1.479, "pct_hispanic_or_latino_change": 6.34, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7602879", "INTPTLON": "-073.9331578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936791, 40.759883 ], [ -73.935387, 40.761355 ], [ -73.933981, 40.762826 ], [ -73.933125, 40.762426 ], [ -73.932672, 40.762215 ], [ -73.932227, 40.762008 ], [ -73.93158, 40.761706 ], [ -73.931456, 40.761648 ], [ -73.930947, 40.761409 ], [ -73.930548, 40.761223 ], [ -73.929651, 40.760798 ], [ -73.9309, 40.759253 ], [ -73.932152, 40.75771 ], [ -73.933353, 40.758274 ], [ -73.93425, 40.758695 ], [ -73.93506, 40.759071 ], [ -73.935882, 40.759457 ], [ -73.936791, 40.759883 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005000", "name": "Census Tract 50, Queens County, New York", "total_population_17": 55, "white_alone_17": 14.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 41.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.979, "pct_black_alone_change": -5.714, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -29.524, "pct_hispanic_or_latino_change": 20.259, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6777208", "INTPTLON": "-073.8549627" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.857793, 40.679456 ], [ -73.857211, 40.679486 ], [ -73.856972, 40.6795 ], [ -73.856801, 40.67951 ], [ -73.85507, 40.679618 ], [ -73.854393, 40.67966 ], [ -73.853924, 40.679686 ], [ -73.853257, 40.679728 ], [ -73.852985, 40.678266 ], [ -73.852851, 40.677564 ], [ -73.852726, 40.676917 ], [ -73.852602, 40.676262 ], [ -73.852466, 40.675584 ], [ -73.852482, 40.675287 ], [ -73.853213, 40.675445 ], [ -73.853614, 40.675539 ], [ -73.854108, 40.675637 ], [ -73.854375, 40.675766 ], [ -73.854596, 40.675753 ], [ -73.855078, 40.675885 ], [ -73.855551, 40.676033 ], [ -73.856871, 40.676455 ], [ -73.857482, 40.678172 ], [ -73.857669, 40.678739 ], [ -73.857702, 40.678836 ], [ -73.857793, 40.679456 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005100", "name": "Census Tract 51, Queens County, New York", "total_population_17": 2056, "white_alone_17": 422.0, "black_alone_17": 14.0, "native_alone_17": 22.0, "asian_alone_17": 1325.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 277.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.792, "pct_black_alone_change": -1.061, "pct_native_alone_change": 0.516, "pct_asian_alone_change": 23.868, "pct_hispanic_or_latino_change": -15.229, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7556398", "INTPTLON": "-073.9321381" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.935798, 40.755796 ], [ -73.934632, 40.75694 ], [ -73.933958, 40.756571 ], [ -73.933345, 40.756239 ], [ -73.932152, 40.75771 ], [ -73.931351, 40.757334 ], [ -73.930553, 40.756959 ], [ -73.929751, 40.756581 ], [ -73.928956, 40.756213 ], [ -73.930299, 40.754548 ], [ -73.931252, 40.753375 ], [ -73.932022, 40.753787 ], [ -73.932791, 40.754195 ], [ -73.933422, 40.75453 ], [ -73.933561, 40.754604 ], [ -73.934335, 40.755015 ], [ -73.93504, 40.755391 ], [ -73.935798, 40.755796 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005200", "name": "Census Tract 52, Queens County, New York", "total_population_17": 2701, "white_alone_17": 431.0, "black_alone_17": 188.0, "native_alone_17": 0.0, "asian_alone_17": 1090.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 867.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.349, "pct_black_alone_change": -1.363, "pct_native_alone_change": -0.952, "pct_asian_alone_change": 17.167, "pct_hispanic_or_latino_change": -5.541, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6807593", "INTPTLON": "-073.8546644" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858786, 40.68063 ], [ -73.857907, 40.68088 ], [ -73.857043, 40.681127 ], [ -73.856198, 40.681367 ], [ -73.855353, 40.681607 ], [ -73.854496, 40.681851 ], [ -73.853664, 40.682088 ], [ -73.852819, 40.682331 ], [ -73.851979, 40.682564 ], [ -73.851639, 40.681886 ], [ -73.851318, 40.68124 ], [ -73.850991, 40.680568 ], [ -73.852677, 40.680079 ], [ -73.853924, 40.679686 ], [ -73.854393, 40.67966 ], [ -73.85507, 40.679618 ], [ -73.856801, 40.67951 ], [ -73.856972, 40.6795 ], [ -73.857211, 40.679486 ], [ -73.857793, 40.679456 ], [ -73.858198, 40.679431 ], [ -73.858786, 40.68063 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005300", "name": "Census Tract 53, Queens County, New York", "total_population_17": 4926, "white_alone_17": 2058.0, "black_alone_17": 82.0, "native_alone_17": 0.0, "asian_alone_17": 839.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.64, "pct_black_alone_change": 0.81, "pct_native_alone_change": -0.57, "pct_asian_alone_change": -8.597, "pct_hispanic_or_latino_change": 8.003, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.7603485", "INTPTLON": "-073.9292728" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.932152, 40.75771 ], [ -73.9309, 40.759253 ], [ -73.929651, 40.760798 ], [ -73.930548, 40.761223 ], [ -73.929454, 40.762366 ], [ -73.930004, 40.76263 ], [ -73.930467, 40.762852 ], [ -73.931226, 40.763216 ], [ -73.93135, 40.763275 ], [ -73.930867, 40.763874 ], [ -73.930365, 40.764491 ], [ -73.928425, 40.763416 ], [ -73.926988, 40.762725 ], [ -73.926188, 40.762351 ], [ -73.928051, 40.760048 ], [ -73.929301, 40.758504 ], [ -73.928501, 40.758129 ], [ -73.927703, 40.757753 ], [ -73.928956, 40.756213 ], [ -73.929751, 40.756581 ], [ -73.930553, 40.756959 ], [ -73.931351, 40.757334 ], [ -73.932152, 40.75771 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005400", "name": "Census Tract 54, Queens County, New York", "total_population_17": 5710, "white_alone_17": 1111.0, "black_alone_17": 412.0, "native_alone_17": 0.0, "asian_alone_17": 1457.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2195.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.05, "pct_black_alone_change": 1.459, "pct_native_alone_change": -1.067, "pct_asian_alone_change": 10.975, "pct_hispanic_or_latino_change": 6.556, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.6787493", "INTPTLON": "-073.8487747" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853924, 40.679686 ], [ -73.852677, 40.680079 ], [ -73.850991, 40.680568 ], [ -73.851318, 40.68124 ], [ -73.851639, 40.681886 ], [ -73.851979, 40.682564 ], [ -73.85087, 40.682259 ], [ -73.849764, 40.681987 ], [ -73.849216, 40.681844 ], [ -73.848634, 40.681684 ], [ -73.847868, 40.681487 ], [ -73.847476, 40.681385 ], [ -73.846334, 40.681089 ], [ -73.845198, 40.680811 ], [ -73.844827, 40.68073 ], [ -73.844724, 40.680707 ], [ -73.844724, 40.680495 ], [ -73.844724, 40.680283 ], [ -73.844631, 40.679839 ], [ -73.844545, 40.679571 ], [ -73.844473, 40.679259 ], [ -73.844383, 40.678773 ], [ -73.844353, 40.67878 ], [ -73.844173, 40.678804 ], [ -73.844126, 40.678531 ], [ -73.844055, 40.678054 ], [ -73.84385, 40.677379 ], [ -73.843636, 40.676744 ], [ -73.84366, 40.676744 ], [ -73.843837, 40.676744 ], [ -73.844212, 40.676762 ], [ -73.845154, 40.67663 ], [ -73.846082, 40.676494 ], [ -73.847001, 40.676373 ], [ -73.847914, 40.676243 ], [ -73.848824, 40.676114 ], [ -73.849736, 40.675984 ], [ -73.850648, 40.675851 ], [ -73.851588, 40.675715 ], [ -73.852466, 40.675584 ], [ -73.852602, 40.676262 ], [ -73.852726, 40.676917 ], [ -73.852851, 40.677564 ], [ -73.852985, 40.678266 ], [ -73.853257, 40.679728 ], [ -73.853924, 40.679686 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005500", "name": "Census Tract 55, Queens County, New York", "total_population_17": 886, "white_alone_17": 239.0, "black_alone_17": 12.0, "native_alone_17": 8.0, "asian_alone_17": 228.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 355.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 5.922, "pct_black_alone_change": -0.291, "pct_native_alone_change": 0.656, "pct_asian_alone_change": 7.889, "pct_hispanic_or_latino_change": -14.866, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7537948", "INTPTLON": "-073.9277888" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931252, 40.753375 ], [ -73.930299, 40.754548 ], [ -73.928956, 40.756213 ], [ -73.928154, 40.755836 ], [ -73.927352, 40.75546 ], [ -73.926554, 40.755086 ], [ -73.925754, 40.754711 ], [ -73.924954, 40.754337 ], [ -73.924157, 40.753961 ], [ -73.925627, 40.752137 ], [ -73.925961, 40.752096 ], [ -73.926424, 40.752072 ], [ -73.926469, 40.752069 ], [ -73.927908, 40.752051 ], [ -73.928742, 40.752042 ], [ -73.928953, 40.752158 ], [ -73.92971, 40.752555 ], [ -73.93048, 40.752965 ], [ -73.931252, 40.753375 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005700", "name": "Census Tract 57, Queens County, New York", "total_population_17": 4262, "white_alone_17": 1524.0, "black_alone_17": 131.0, "native_alone_17": 9.0, "asian_alone_17": 1091.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1411.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.806, "pct_black_alone_change": 1.606, "pct_native_alone_change": -0.38, "pct_asian_alone_change": 2.025, "pct_hispanic_or_latino_change": -1.293, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7569544", "INTPTLON": "-073.9256721" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929301, 40.758504 ], [ -73.928051, 40.760048 ], [ -73.927247, 40.759671 ], [ -73.926453, 40.759296 ], [ -73.925654, 40.758922 ], [ -73.924854, 40.758551 ], [ -73.924054, 40.758176 ], [ -73.923258, 40.757803 ], [ -73.922832, 40.757602 ], [ -73.92246, 40.757427 ], [ -73.921659, 40.757051 ], [ -73.922905, 40.755506 ], [ -73.924157, 40.753961 ], [ -73.924954, 40.754337 ], [ -73.925754, 40.754711 ], [ -73.926554, 40.755086 ], [ -73.927352, 40.75546 ], [ -73.928154, 40.755836 ], [ -73.928956, 40.756213 ], [ -73.927703, 40.757753 ], [ -73.928501, 40.758129 ], [ -73.929301, 40.758504 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005800", "name": "Census Tract 58, Queens County, New York", "total_population_17": 6202, "white_alone_17": 1809.0, "black_alone_17": 375.0, "native_alone_17": 0.0, "asian_alone_17": 919.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2834.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.412, "pct_black_alone_change": 4.017, "pct_native_alone_change": -0.485, "pct_asian_alone_change": 6.971, "pct_hispanic_or_latino_change": 18.15, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6735448", "INTPTLON": "-073.8486894" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.856871, 40.676455 ], [ -73.855551, 40.676033 ], [ -73.855078, 40.675885 ], [ -73.854596, 40.675753 ], [ -73.854375, 40.675766 ], [ -73.854108, 40.675637 ], [ -73.853614, 40.675539 ], [ -73.853213, 40.675445 ], [ -73.852482, 40.675287 ], [ -73.852466, 40.675584 ], [ -73.851588, 40.675715 ], [ -73.850648, 40.675851 ], [ -73.849736, 40.675984 ], [ -73.848824, 40.676114 ], [ -73.847914, 40.676243 ], [ -73.847001, 40.676373 ], [ -73.846082, 40.676494 ], [ -73.845154, 40.67663 ], [ -73.844212, 40.676762 ], [ -73.843837, 40.676744 ], [ -73.843643, 40.67605 ], [ -73.84341, 40.675291 ], [ -73.843356, 40.675049 ], [ -73.843303, 40.674584 ], [ -73.843296, 40.67444 ], [ -73.843329, 40.67374 ], [ -73.843397, 40.673099 ], [ -73.843356, 40.672569 ], [ -73.843308, 40.672256 ], [ -73.843277, 40.672114 ], [ -73.843077, 40.67135 ], [ -73.842912, 40.67064 ], [ -73.842726, 40.66981 ], [ -73.842572, 40.669284 ], [ -73.842714, 40.669278 ], [ -73.842886, 40.669285 ], [ -73.843056, 40.669306 ], [ -73.843211, 40.669319 ], [ -73.845825, 40.670144 ], [ -73.846901, 40.670473 ], [ -73.847414, 40.67063 ], [ -73.84787, 40.67078 ], [ -73.848478, 40.670917 ], [ -73.850965, 40.67172 ], [ -73.851635, 40.67193 ], [ -73.852838, 40.672279 ], [ -73.856487, 40.673377 ], [ -73.856465, 40.674719 ], [ -73.856535, 40.674989 ], [ -73.856871, 40.676455 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081005900", "name": "Census Tract 59, Queens County, New York", "total_population_17": 4260, "white_alone_17": 2441.0, "black_alone_17": 58.0, "native_alone_17": 0.0, "asian_alone_17": 406.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1197.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.454, "pct_black_alone_change": -0.04, "pct_native_alone_change": -0.209, "pct_asian_alone_change": -7.021, "pct_hispanic_or_latino_change": -1.74, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7597006", "INTPTLON": "-073.9239255" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928051, 40.760048 ], [ -73.926188, 40.762351 ], [ -73.92538, 40.76197 ], [ -73.924588, 40.7616 ], [ -73.923788, 40.761226 ], [ -73.922996, 40.760849 ], [ -73.922195, 40.760475 ], [ -73.921396, 40.7601 ], [ -73.921129, 40.759974 ], [ -73.920597, 40.759725 ], [ -73.919799, 40.759349 ], [ -73.921659, 40.757051 ], [ -73.92246, 40.757427 ], [ -73.922832, 40.757602 ], [ -73.923258, 40.757803 ], [ -73.924054, 40.758176 ], [ -73.924854, 40.758551 ], [ -73.925654, 40.758922 ], [ -73.926453, 40.759296 ], [ -73.927247, 40.759671 ], [ -73.928051, 40.760048 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081006100", "name": "Census Tract 61, Queens County, New York", "total_population_17": 5750, "white_alone_17": 3006.0, "black_alone_17": 95.0, "native_alone_17": 0.0, "asian_alone_17": 1255.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1234.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.493, "pct_black_alone_change": 0.333, "pct_native_alone_change": -0.652, "pct_asian_alone_change": 1.23, "pct_hispanic_or_latino_change": -2.483, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7620307", "INTPTLON": "-073.9220410" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.926188, 40.762351 ], [ -73.924253, 40.764725 ], [ -73.923457, 40.764348 ], [ -73.922663, 40.763966 ], [ -73.92188, 40.763574 ], [ -73.921081, 40.763199 ], [ -73.920283, 40.762823 ], [ -73.920197, 40.762783 ], [ -73.919484, 40.762449 ], [ -73.918966, 40.762204 ], [ -73.918686, 40.762072 ], [ -73.917888, 40.761695 ], [ -73.919799, 40.759349 ], [ -73.920597, 40.759725 ], [ -73.921129, 40.759974 ], [ -73.921396, 40.7601 ], [ -73.922195, 40.760475 ], [ -73.922996, 40.760849 ], [ -73.923788, 40.761226 ], [ -73.924588, 40.7616 ], [ -73.92538, 40.76197 ], [ -73.926188, 40.762351 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081006201", "name": "Census Tract 62.01, Queens County, New York", "total_population_17": 6559, "white_alone_17": 3738.0, "black_alone_17": 110.0, "native_alone_17": 0.0, "asian_alone_17": 256.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2324.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.24, "pct_black_alone_change": 0.033, "pct_native_alone_change": -0.114, "pct_asian_alone_change": -1.408, "pct_hispanic_or_latino_change": 19.625, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.6667964", "INTPTLON": "-073.8467863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.851098, 40.669412 ], [ -73.850117, 40.669557 ], [ -73.8481, 40.669831 ], [ -73.84799, 40.669895 ], [ -73.847955, 40.669944 ], [ -73.84794, 40.669998 ], [ -73.847934, 40.670045 ], [ -73.847479, 40.669901 ], [ -73.847406, 40.669878 ], [ -73.847116, 40.669792 ], [ -73.846333, 40.66956 ], [ -73.845466, 40.669327 ], [ -73.845314, 40.669286 ], [ -73.842266, 40.668272 ], [ -73.842196, 40.668047 ], [ -73.842103, 40.667724 ], [ -73.842041, 40.667511 ], [ -73.841967, 40.667209 ], [ -73.841925, 40.667021 ], [ -73.841706, 40.66614 ], [ -73.841697, 40.666105 ], [ -73.841652, 40.66597 ], [ -73.842125, 40.66579 ], [ -73.843153, 40.665356 ], [ -73.84513, 40.664523 ], [ -73.845361, 40.664422 ], [ -73.846981, 40.663681 ], [ -73.84741, 40.66348 ], [ -73.847749, 40.663317 ], [ -73.848813, 40.662804 ], [ -73.848882, 40.662897 ], [ -73.849102, 40.663186 ], [ -73.849267, 40.663372 ], [ -73.849417, 40.663567 ], [ -73.84954, 40.663751 ], [ -73.84967, 40.663978 ], [ -73.849771, 40.664191 ], [ -73.849854, 40.664408 ], [ -73.849918, 40.664627 ], [ -73.850338, 40.666323 ], [ -73.850721, 40.667861 ], [ -73.851098, 40.669412 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081006202", "name": "Census Tract 62.02, Queens County, New York", "total_population_17": 7014, "white_alone_17": 3370.0, "black_alone_17": 458.0, "native_alone_17": 0.0, "asian_alone_17": 461.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2569.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.896, "pct_black_alone_change": 4.52, "pct_native_alone_change": -0.145, "pct_asian_alone_change": 1.086, "pct_hispanic_or_latino_change": 20.09, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.6648771", "INTPTLON": "-073.8544070" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863171, 40.658277 ], [ -73.861508, 40.65905 ], [ -73.861222, 40.659221 ], [ -73.86036, 40.659646 ], [ -73.860138, 40.659676 ], [ -73.859387, 40.659773 ], [ -73.858514, 40.659899 ], [ -73.857615, 40.660119 ], [ -73.857922, 40.661319 ], [ -73.858025, 40.661721 ], [ -73.85837, 40.663182 ], [ -73.85843, 40.663453 ], [ -73.857536, 40.663598 ], [ -73.856591, 40.663747 ], [ -73.856117, 40.663808 ], [ -73.855685, 40.663867 ], [ -73.856063, 40.665511 ], [ -73.856115, 40.665729 ], [ -73.856425, 40.667033 ], [ -73.856459, 40.667159 ], [ -73.856847, 40.668603 ], [ -73.857226, 40.670094 ], [ -73.857252, 40.670198 ], [ -73.857282, 40.670312 ], [ -73.857309, 40.670419 ], [ -73.857633, 40.671656 ], [ -73.858555, 40.671533 ], [ -73.859391, 40.671394 ], [ -73.859474, 40.671381 ], [ -73.860389, 40.671269 ], [ -73.860775, 40.672806 ], [ -73.861077, 40.674021 ], [ -73.861064, 40.674343 ], [ -73.861318, 40.675021 ], [ -73.860296, 40.674772 ], [ -73.859593, 40.674556 ], [ -73.859283, 40.674453 ], [ -73.858252, 40.674136 ], [ -73.857113, 40.673575 ], [ -73.856487, 40.673377 ], [ -73.852838, 40.672279 ], [ -73.851635, 40.67193 ], [ -73.850965, 40.67172 ], [ -73.848478, 40.670917 ], [ -73.84787, 40.67078 ], [ -73.847414, 40.67063 ], [ -73.846901, 40.670473 ], [ -73.845825, 40.670144 ], [ -73.843211, 40.669319 ], [ -73.843056, 40.669306 ], [ -73.842886, 40.669285 ], [ -73.842714, 40.669278 ], [ -73.842572, 40.669284 ], [ -73.84246, 40.668882 ], [ -73.842429, 40.668784 ], [ -73.842375, 40.668621 ], [ -73.842266, 40.668272 ], [ -73.845314, 40.669286 ], [ -73.845466, 40.669327 ], [ -73.846333, 40.66956 ], [ -73.847116, 40.669792 ], [ -73.847406, 40.669878 ], [ -73.847479, 40.669901 ], [ -73.847934, 40.670045 ], [ -73.84794, 40.669998 ], [ -73.847955, 40.669944 ], [ -73.84799, 40.669895 ], [ -73.8481, 40.669831 ], [ -73.850117, 40.669557 ], [ -73.851098, 40.669412 ], [ -73.850721, 40.667861 ], [ -73.850338, 40.666323 ], [ -73.849918, 40.664627 ], [ -73.849854, 40.664408 ], [ -73.849771, 40.664191 ], [ -73.84967, 40.663978 ], [ -73.84954, 40.663751 ], [ -73.849417, 40.663567 ], [ -73.849267, 40.663372 ], [ -73.849102, 40.663186 ], [ -73.848882, 40.662897 ], [ -73.848813, 40.662804 ], [ -73.849292, 40.662554 ], [ -73.849505, 40.662441 ], [ -73.851127, 40.661513 ], [ -73.852123, 40.660852 ], [ -73.852809, 40.660338 ], [ -73.853617, 40.659735 ], [ -73.853898, 40.659508 ], [ -73.854832, 40.658755 ], [ -73.855174, 40.658475 ], [ -73.855344, 40.658335 ], [ -73.856305, 40.657589 ], [ -73.856497, 40.657443 ], [ -73.857353, 40.656796 ], [ -73.857849, 40.656436 ], [ -73.857999, 40.656327 ], [ -73.858745, 40.655817 ], [ -73.85967, 40.655188 ], [ -73.860211, 40.65484 ], [ -73.860306, 40.654777 ], [ -73.860483, 40.654659 ], [ -73.860567, 40.654751 ], [ -73.860594, 40.65478 ], [ -73.860635, 40.654824 ], [ -73.860676, 40.654868 ], [ -73.860964, 40.65518 ], [ -73.860988, 40.655212 ], [ -73.861658, 40.65611 ], [ -73.862193, 40.656829 ], [ -73.862438, 40.657258 ], [ -73.8627, 40.657623 ], [ -73.863171, 40.658277 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081006300", "name": "Census Tract 63, Queens County, New York", "total_population_17": 5340, "white_alone_17": 3006.0, "black_alone_17": 47.0, "native_alone_17": 26.0, "asian_alone_17": 846.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1292.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.177, "pct_black_alone_change": -0.77, "pct_native_alone_change": 0.089, "pct_asian_alone_change": -5.583, "pct_hispanic_or_latino_change": -0.787, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7644845", "INTPTLON": "-073.9200240" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924092, 40.764922 ], [ -73.923539, 40.765604 ], [ -73.922189, 40.767267 ], [ -73.921391, 40.766894 ], [ -73.920587, 40.766521 ], [ -73.919778, 40.766152 ], [ -73.918986, 40.765771 ], [ -73.91819, 40.765394 ], [ -73.917389, 40.76502 ], [ -73.91659, 40.764644 ], [ -73.915791, 40.764268 ], [ -73.917888, 40.761695 ], [ -73.918686, 40.762072 ], [ -73.918966, 40.762204 ], [ -73.919484, 40.762449 ], [ -73.920197, 40.762783 ], [ -73.920283, 40.762823 ], [ -73.921081, 40.763199 ], [ -73.92188, 40.763574 ], [ -73.922663, 40.763966 ], [ -73.923457, 40.764348 ], [ -73.924253, 40.764725 ], [ -73.924092, 40.764922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081006501", "name": "Census Tract 65.01, Queens County, New York", "total_population_17": 3472, "white_alone_17": 2256.0, "black_alone_17": 64.0, "native_alone_17": 0.0, "asian_alone_17": 470.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 594.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 16.206, "pct_black_alone_change": 0.683, "pct_native_alone_change": -0.58, "pct_asian_alone_change": -3.027, "pct_hispanic_or_latino_change": -8.239, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.7680443", "INTPTLON": "-073.9176748" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919956, 40.76844 ], [ -73.918289, 40.769879 ], [ -73.918116, 40.770029 ], [ -73.917591, 40.769901 ], [ -73.916821, 40.769792 ], [ -73.916438, 40.76973 ], [ -73.915849, 40.769634 ], [ -73.914874, 40.76947 ], [ -73.916896, 40.766982 ], [ -73.91819, 40.765394 ], [ -73.918986, 40.765771 ], [ -73.919778, 40.766152 ], [ -73.918906, 40.767227 ], [ -73.918526, 40.767693 ], [ -73.918493, 40.767735 ], [ -73.919112, 40.768025 ], [ -73.919956, 40.76844 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081006502", "name": "Census Tract 65.02, Queens County, New York", "total_population_17": 3764, "white_alone_17": 1841.0, "black_alone_17": 114.0, "native_alone_17": 0.0, "asian_alone_17": 691.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 936.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.14, "pct_black_alone_change": 1.869, "pct_native_alone_change": -0.58, "pct_asian_alone_change": 1.794, "pct_hispanic_or_latino_change": -0.48, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.7667951", "INTPTLON": "-073.9151194" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91819, 40.765394 ], [ -73.916896, 40.766982 ], [ -73.914874, 40.76947 ], [ -73.913888, 40.769324 ], [ -73.912917, 40.769161 ], [ -73.91194, 40.76901 ], [ -73.914499, 40.765856 ], [ -73.913701, 40.76548 ], [ -73.914992, 40.763892 ], [ -73.915791, 40.764268 ], [ -73.91659, 40.764644 ], [ -73.917389, 40.76502 ], [ -73.91819, 40.765394 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081006900", "name": "Census Tract 69, Queens County, New York", "total_population_17": 4380, "white_alone_17": 1856.0, "black_alone_17": 136.0, "native_alone_17": 0.0, "asian_alone_17": 924.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1444.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.918, "pct_black_alone_change": 1.364, "pct_native_alone_change": -0.882, "pct_asian_alone_change": 1.942, "pct_hispanic_or_latino_change": -3.708, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7715037", "INTPTLON": "-073.9221645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9259, 40.772262 ], [ -73.92511, 40.773276 ], [ -73.924928, 40.773489 ], [ -73.924487, 40.77405 ], [ -73.923981, 40.774615 ], [ -73.922793, 40.773962 ], [ -73.922167, 40.773547 ], [ -73.921469, 40.773051 ], [ -73.920763, 40.772553 ], [ -73.920076, 40.772067 ], [ -73.919786, 40.771857 ], [ -73.919422, 40.771595 ], [ -73.918747, 40.771109 ], [ -73.918705, 40.771079 ], [ -73.918153, 40.7707 ], [ -73.917702, 40.770392 ], [ -73.918116, 40.770029 ], [ -73.918998, 40.770309 ], [ -73.921242, 40.768378 ], [ -73.922204, 40.769223 ], [ -73.922432, 40.769403 ], [ -73.922948, 40.769851 ], [ -73.923634, 40.770428 ], [ -73.924783, 40.771355 ], [ -73.925271, 40.771718 ], [ -73.925326, 40.771765 ], [ -73.9259, 40.772262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081007100", "name": "Census Tract 71, Queens County, New York", "total_population_17": 3539, "white_alone_17": 1923.0, "black_alone_17": 60.0, "native_alone_17": 0.0, "asian_alone_17": 809.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 647.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.471, "pct_black_alone_change": -1.148, "pct_native_alone_change": -0.7, "pct_asian_alone_change": 1.71, "pct_hispanic_or_latino_change": -6.696, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7690847", "INTPTLON": "-073.9230485" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.927304, 40.770527 ], [ -73.926815, 40.771133 ], [ -73.926408, 40.771641 ], [ -73.9259, 40.772262 ], [ -73.925326, 40.771765 ], [ -73.925271, 40.771718 ], [ -73.924783, 40.771355 ], [ -73.923634, 40.770428 ], [ -73.922948, 40.769851 ], [ -73.922432, 40.769403 ], [ -73.922204, 40.769223 ], [ -73.921242, 40.768378 ], [ -73.918998, 40.770309 ], [ -73.918116, 40.770029 ], [ -73.918289, 40.769879 ], [ -73.919956, 40.76844 ], [ -73.919112, 40.768025 ], [ -73.918493, 40.767735 ], [ -73.918526, 40.767693 ], [ -73.918906, 40.767227 ], [ -73.919778, 40.766152 ], [ -73.920587, 40.766521 ], [ -73.921391, 40.766894 ], [ -73.922189, 40.767267 ], [ -73.922305, 40.767322 ], [ -73.92298, 40.76764 ], [ -73.923525, 40.767893 ], [ -73.924272, 40.768242 ], [ -73.925076, 40.768619 ], [ -73.926473, 40.769271 ], [ -73.927807, 40.769889 ], [ -73.927304, 40.770527 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081007300", "name": "Census Tract 73, Queens County, New York", "total_population_17": 4330, "white_alone_17": 2063.0, "black_alone_17": 72.0, "native_alone_17": 25.0, "asian_alone_17": 1199.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 890.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.837, "pct_black_alone_change": -0.037, "pct_native_alone_change": 0.229, "pct_asian_alone_change": 6.118, "pct_hispanic_or_latino_change": -2.003, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7669950", "INTPTLON": "-073.9253702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928375, 40.766935 ], [ -73.927821, 40.767616 ], [ -73.92715, 40.768442 ], [ -73.926473, 40.769271 ], [ -73.925076, 40.768619 ], [ -73.924272, 40.768242 ], [ -73.923525, 40.767893 ], [ -73.92298, 40.76764 ], [ -73.922305, 40.767322 ], [ -73.922189, 40.767267 ], [ -73.923539, 40.765604 ], [ -73.924092, 40.764922 ], [ -73.924253, 40.764725 ], [ -73.924841, 40.764996 ], [ -73.925061, 40.765097 ], [ -73.925237, 40.765178 ], [ -73.9257, 40.765391 ], [ -73.926438, 40.765733 ], [ -73.928556, 40.766714 ], [ -73.928375, 40.766935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081007500", "name": "Census Tract 75, Queens County, New York", "total_population_17": 4252, "white_alone_17": 2244.0, "black_alone_17": 30.0, "native_alone_17": 0.0, "asian_alone_17": 886.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 932.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.845, "pct_black_alone_change": -1.574, "pct_native_alone_change": -0.31, "pct_asian_alone_change": 4.325, "pct_hispanic_or_latino_change": -3.867, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7645436", "INTPTLON": "-073.9273299" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929647, 40.765375 ], [ -73.92915, 40.765983 ], [ -73.928556, 40.766714 ], [ -73.926438, 40.765733 ], [ -73.9257, 40.765391 ], [ -73.925237, 40.765178 ], [ -73.925061, 40.765097 ], [ -73.924841, 40.764996 ], [ -73.924253, 40.764725 ], [ -73.926188, 40.762351 ], [ -73.926988, 40.762725 ], [ -73.928425, 40.763416 ], [ -73.930365, 40.764491 ], [ -73.929647, 40.765375 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081007700", "name": "Census Tract 77, Queens County, New York", "total_population_17": 1828, "white_alone_17": 834.0, "black_alone_17": 8.0, "native_alone_17": 19.0, "asian_alone_17": 461.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 458.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.436, "pct_black_alone_change": -3.697, "pct_native_alone_change": 1.039, "pct_asian_alone_change": 6.648, "pct_hispanic_or_latino_change": -10.283, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7667329", "INTPTLON": "-073.9317327" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.934229, 40.767855 ], [ -73.933445, 40.768818 ], [ -73.93213, 40.768299 ], [ -73.932024, 40.768257 ], [ -73.931933, 40.768218 ], [ -73.929856, 40.767327 ], [ -73.928556, 40.766714 ], [ -73.92915, 40.765983 ], [ -73.929647, 40.765375 ], [ -73.930365, 40.764491 ], [ -73.931692, 40.765224 ], [ -73.932252, 40.765534 ], [ -73.933627, 40.766292 ], [ -73.934935, 40.767013 ], [ -73.934229, 40.767855 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081007900", "name": "Census Tract 79, Queens County, New York", "total_population_17": 3376, "white_alone_17": 1117.0, "black_alone_17": 119.0, "native_alone_17": 0.0, "asian_alone_17": 741.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1284.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.749, "pct_black_alone_change": 0.688, "pct_native_alone_change": -0.373, "pct_asian_alone_change": -4.821, "pct_hispanic_or_latino_change": 0.572, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7691001", "INTPTLON": "-073.9299452" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.933367, 40.768912 ], [ -73.932726, 40.769699 ], [ -73.932046, 40.770545 ], [ -73.931278, 40.771516 ], [ -73.929905, 40.770862 ], [ -73.927807, 40.769889 ], [ -73.926473, 40.769271 ], [ -73.92715, 40.768442 ], [ -73.927821, 40.767616 ], [ -73.928375, 40.766935 ], [ -73.928556, 40.766714 ], [ -73.929856, 40.767327 ], [ -73.931933, 40.768218 ], [ -73.932024, 40.768257 ], [ -73.93213, 40.768299 ], [ -73.933445, 40.768818 ], [ -73.933367, 40.768912 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081008100", "name": "Census Tract 81, Queens County, New York", "total_population_17": 1418, "white_alone_17": 417.0, "black_alone_17": 32.0, "native_alone_17": 0.0, "asian_alone_17": 197.0, "native_hawaiian_pacific_islander_17": 25.0, "hispanic_or_latino_17": 675.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.981, "pct_black_alone_change": -4.491, "pct_native_alone_change": -0.511, "pct_asian_alone_change": 4.793, "pct_hispanic_or_latino_change": -14.054, "pct_native_hawaiian_pacific_islander_change": 1.763, "INTPTLAT": "+40.7700756", "INTPTLON": "-073.9335826" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.936184, 40.767692 ], [ -73.935932, 40.767784 ], [ -73.935821, 40.768631 ], [ -73.935771, 40.76905 ], [ -73.935227, 40.769526 ], [ -73.935019, 40.769701 ], [ -73.934832, 40.769891 ], [ -73.93469, 40.770065 ], [ -73.934599, 40.770195 ], [ -73.934474, 40.770412 ], [ -73.934464, 40.770439 ], [ -73.934294, 40.770899 ], [ -73.934246, 40.771029 ], [ -73.934015, 40.771697 ], [ -73.933976, 40.771771 ], [ -73.933916, 40.771844 ], [ -73.933836, 40.771908 ], [ -73.933738, 40.771959 ], [ -73.933629, 40.771995 ], [ -73.933515, 40.772012 ], [ -73.933403, 40.772012 ], [ -73.933299, 40.771997 ], [ -73.932965, 40.772149 ], [ -73.932783, 40.772393 ], [ -73.932685, 40.7727 ], [ -73.931473, 40.772325 ], [ -73.930772, 40.772108 ], [ -73.930126, 40.772114 ], [ -73.93013, 40.77206 ], [ -73.930146, 40.772007 ], [ -73.930174, 40.771957 ], [ -73.930212, 40.771913 ], [ -73.931278, 40.771516 ], [ -73.932046, 40.770545 ], [ -73.932726, 40.769699 ], [ -73.933367, 40.768912 ], [ -73.933445, 40.768818 ], [ -73.934229, 40.767855 ], [ -73.934935, 40.767013 ], [ -73.935949, 40.767578 ], [ -73.936184, 40.767692 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081008300", "name": "Census Tract 83, Queens County, New York", "total_population_17": 2935, "white_alone_17": 894.0, "black_alone_17": 220.0, "native_alone_17": 0.0, "asian_alone_17": 721.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1027.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.339, "pct_black_alone_change": -0.95, "pct_native_alone_change": -0.514, "pct_asian_alone_change": 13.037, "pct_hispanic_or_latino_change": -16.454, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7726203", "INTPTLON": "-073.9286959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.932442, 40.773113 ], [ -73.9324, 40.773184 ], [ -73.932344, 40.773282 ], [ -73.931817, 40.774214 ], [ -73.931046, 40.773981 ], [ -73.930648, 40.773852 ], [ -73.929879, 40.77361 ], [ -73.92904, 40.775173 ], [ -73.928196, 40.77491 ], [ -73.928339, 40.774637 ], [ -73.927561, 40.774398 ], [ -73.926862, 40.774185 ], [ -73.926909, 40.774088 ], [ -73.924928, 40.773489 ], [ -73.92511, 40.773276 ], [ -73.9259, 40.772262 ], [ -73.926408, 40.771641 ], [ -73.926815, 40.771133 ], [ -73.927304, 40.770527 ], [ -73.927807, 40.769889 ], [ -73.929905, 40.770862 ], [ -73.931278, 40.771516 ], [ -73.930212, 40.771913 ], [ -73.930174, 40.771957 ], [ -73.930146, 40.772007 ], [ -73.93013, 40.77206 ], [ -73.930126, 40.772114 ], [ -73.930772, 40.772108 ], [ -73.931473, 40.772325 ], [ -73.932685, 40.7727 ], [ -73.932442, 40.773113 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081008500", "name": "Census Tract 85, Queens County, New York", "total_population_17": 1090, "white_alone_17": 375.0, "black_alone_17": 84.0, "native_alone_17": 0.0, "asian_alone_17": 208.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 347.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.408, "pct_black_alone_change": -4.503, "pct_native_alone_change": -0.643, "pct_asian_alone_change": 7.517, "pct_hispanic_or_latino_change": -8.968, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7600215", "INTPTLON": "-073.9407223" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.945814, 40.757799 ], [ -73.944167, 40.759308 ], [ -73.943296, 40.758984 ], [ -73.942456, 40.758683 ], [ -73.941627, 40.760056 ], [ -73.940796, 40.761391 ], [ -73.939717, 40.76313 ], [ -73.938603, 40.764921 ], [ -73.937635, 40.766475 ], [ -73.93682, 40.766183 ], [ -73.936005, 40.765885 ], [ -73.937005, 40.76424 ], [ -73.938045, 40.762529 ], [ -73.939145, 40.760802 ], [ -73.939994, 40.759469 ], [ -73.940862, 40.758111 ], [ -73.940022, 40.757809 ], [ -73.9391, 40.757494 ], [ -73.94004, 40.756487 ], [ -73.941239, 40.755234 ], [ -73.94205, 40.755649 ], [ -73.942822, 40.756059 ], [ -73.943547, 40.756441 ], [ -73.94435, 40.756875 ], [ -73.945067, 40.75733 ], [ -73.945814, 40.757799 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081008600", "name": "Census Tract 86, Queens County, New York", "total_population_17": 2920, "white_alone_17": 813.0, "black_alone_17": 21.0, "native_alone_17": 23.0, "asian_alone_17": 668.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 1327.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.688, "pct_black_alone_change": -1.279, "pct_native_alone_change": -0.396, "pct_asian_alone_change": 15.441, "pct_hispanic_or_latino_change": 17.735, "pct_native_hawaiian_pacific_islander_change": 0.24, "INTPTLAT": "+40.6770880", "INTPTLON": "-073.8411368" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.844724, 40.680495 ], [ -73.844724, 40.680707 ], [ -73.844574, 40.680683 ], [ -73.844445, 40.680652 ], [ -73.843651, 40.680458 ], [ -73.843074, 40.680463 ], [ -73.84202, 40.680315 ], [ -73.840945, 40.680165 ], [ -73.839964, 40.680027 ], [ -73.839764, 40.679997 ], [ -73.839521, 40.679962 ], [ -73.837943, 40.676794 ], [ -73.838035, 40.676636 ], [ -73.837922, 40.676425 ], [ -73.836981, 40.674678 ], [ -73.837719, 40.674504 ], [ -73.839025, 40.674139 ], [ -73.839874, 40.673979 ], [ -73.840623, 40.67403 ], [ -73.841559, 40.673964 ], [ -73.842479, 40.673835 ], [ -73.843162, 40.673759 ], [ -73.843329, 40.67374 ], [ -73.843296, 40.67444 ], [ -73.843303, 40.674584 ], [ -73.843356, 40.675049 ], [ -73.84341, 40.675291 ], [ -73.843643, 40.67605 ], [ -73.843837, 40.676744 ], [ -73.84366, 40.676744 ], [ -73.843636, 40.676744 ], [ -73.84385, 40.677379 ], [ -73.844055, 40.678054 ], [ -73.844126, 40.678531 ], [ -73.844173, 40.678804 ], [ -73.844353, 40.67878 ], [ -73.844383, 40.678773 ], [ -73.844473, 40.679259 ], [ -73.844545, 40.679571 ], [ -73.844631, 40.679839 ], [ -73.844724, 40.680283 ], [ -73.844724, 40.680495 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081008700", "name": "Census Tract 87, Queens County, New York", "total_population_17": 5089, "white_alone_17": 342.0, "black_alone_17": 2413.0, "native_alone_17": 0.0, "asian_alone_17": 93.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2204.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.131, "pct_black_alone_change": -9.064, "pct_native_alone_change": -0.638, "pct_asian_alone_change": 0.485, "pct_hispanic_or_latino_change": 8.237, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+40.7744252", "INTPTLON": "-073.9351452" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937858, 40.774088 ], [ -73.937655, 40.775086 ], [ -73.937047, 40.775866 ], [ -73.93638, 40.776921 ], [ -73.936089, 40.777184 ], [ -73.935855, 40.777212 ], [ -73.935399, 40.777056 ], [ -73.934524, 40.776774 ], [ -73.933498, 40.776443 ], [ -73.932559, 40.776141 ], [ -73.930264, 40.775468 ], [ -73.931046, 40.773981 ], [ -73.931817, 40.774214 ], [ -73.932344, 40.773282 ], [ -73.9324, 40.773184 ], [ -73.932442, 40.773113 ], [ -73.932685, 40.7727 ], [ -73.932783, 40.772393 ], [ -73.932965, 40.772149 ], [ -73.933299, 40.771997 ], [ -73.933403, 40.772012 ], [ -73.933515, 40.772012 ], [ -73.933629, 40.771995 ], [ -73.933738, 40.771959 ], [ -73.933836, 40.771908 ], [ -73.933916, 40.771844 ], [ -73.933976, 40.771771 ], [ -73.934015, 40.771697 ], [ -73.934246, 40.771029 ], [ -73.934527, 40.771177 ], [ -73.934905, 40.771271 ], [ -73.935023, 40.771297 ], [ -73.934887, 40.771709 ], [ -73.934956, 40.77173 ], [ -73.937466, 40.772504 ], [ -73.937466, 40.772531 ], [ -73.937813, 40.773563 ], [ -73.937858, 40.774088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081008800", "name": "Census Tract 88, Queens County, New York", "total_population_17": 3772, "white_alone_17": 1436.0, "black_alone_17": 216.0, "native_alone_17": 0.0, "asian_alone_17": 265.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1808.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.541, "pct_black_alone_change": 4.836, "pct_native_alone_change": -0.626, "pct_asian_alone_change": 2.05, "pct_hispanic_or_latino_change": 27.339, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6707968", "INTPTLON": "-073.8387752" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.843397, 40.673099 ], [ -73.843329, 40.67374 ], [ -73.843162, 40.673759 ], [ -73.842479, 40.673835 ], [ -73.841559, 40.673964 ], [ -73.840623, 40.67403 ], [ -73.839874, 40.673979 ], [ -73.839025, 40.674139 ], [ -73.837719, 40.674504 ], [ -73.836981, 40.674678 ], [ -73.836412, 40.673116 ], [ -73.835458, 40.671022 ], [ -73.833312, 40.666759 ], [ -73.83465, 40.667115 ], [ -73.834877, 40.667212 ], [ -73.835701, 40.66726 ], [ -73.836473, 40.667283 ], [ -73.837037, 40.667328 ], [ -73.837242, 40.66736 ], [ -73.837326, 40.667374 ], [ -73.837906, 40.667511 ], [ -73.838357, 40.667635 ], [ -73.838261, 40.667971 ], [ -73.838344, 40.667989 ], [ -73.839279, 40.668202 ], [ -73.839445, 40.66825 ], [ -73.84009, 40.668437 ], [ -73.840336, 40.668589 ], [ -73.840422, 40.668642 ], [ -73.840546, 40.668612 ], [ -73.840624, 40.668642 ], [ -73.840761, 40.668724 ], [ -73.840793, 40.668648 ], [ -73.840854, 40.668582 ], [ -73.840934, 40.668535 ], [ -73.84102, 40.668509 ], [ -73.841102, 40.668502 ], [ -73.841174, 40.668507 ], [ -73.842182, 40.668709 ], [ -73.842429, 40.668784 ], [ -73.84246, 40.668882 ], [ -73.842572, 40.669284 ], [ -73.842726, 40.66981 ], [ -73.842912, 40.67064 ], [ -73.843077, 40.67135 ], [ -73.843277, 40.672114 ], [ -73.843308, 40.672256 ], [ -73.843356, 40.672569 ], [ -73.843397, 40.673099 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081009100", "name": "Census Tract 91, Queens County, New York", "total_population_17": 2657, "white_alone_17": 1484.0, "black_alone_17": 93.0, "native_alone_17": 0.0, "asian_alone_17": 368.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 686.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.715, "pct_black_alone_change": 0.168, "pct_native_alone_change": -0.22, "pct_asian_alone_change": 1.217, "pct_hispanic_or_latino_change": -5.671, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7758580", "INTPTLON": "-073.9296772" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.935509, 40.777539 ], [ -73.935082, 40.777944 ], [ -73.934744, 40.778076 ], [ -73.934412, 40.778093 ], [ -73.933908, 40.778117 ], [ -73.932903, 40.777944 ], [ -73.932775, 40.777922 ], [ -73.932722, 40.778035 ], [ -73.932649, 40.778022 ], [ -73.931847, 40.777892 ], [ -73.931788, 40.777871 ], [ -73.93105, 40.777442 ], [ -73.931074, 40.777261 ], [ -73.930883, 40.776974 ], [ -73.930629, 40.776591 ], [ -73.929881, 40.776222 ], [ -73.929036, 40.776467 ], [ -73.928605, 40.776593 ], [ -73.928396, 40.776791 ], [ -73.928277, 40.776899 ], [ -73.927831, 40.776702 ], [ -73.927376, 40.776467 ], [ -73.926581, 40.776039 ], [ -73.926022, 40.77573 ], [ -73.923981, 40.774615 ], [ -73.924487, 40.77405 ], [ -73.924928, 40.773489 ], [ -73.926909, 40.774088 ], [ -73.926862, 40.774185 ], [ -73.927561, 40.774398 ], [ -73.928339, 40.774637 ], [ -73.928196, 40.77491 ], [ -73.92904, 40.775173 ], [ -73.929879, 40.77361 ], [ -73.930648, 40.773852 ], [ -73.931046, 40.773981 ], [ -73.930264, 40.775468 ], [ -73.932559, 40.776141 ], [ -73.933498, 40.776443 ], [ -73.934524, 40.776774 ], [ -73.935399, 40.777056 ], [ -73.935855, 40.777212 ], [ -73.935509, 40.777539 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081009400", "name": "Census Tract 94, Queens County, New York", "total_population_17": 2717, "white_alone_17": 189.0, "black_alone_17": 216.0, "native_alone_17": 0.0, "asian_alone_17": 1480.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 682.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.374, "pct_black_alone_change": -8.668, "pct_native_alone_change": -4.316, "pct_asian_alone_change": 26.292, "pct_hispanic_or_latino_change": 0.173, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6814153", "INTPTLON": "-073.8364868" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.839529, 40.681263 ], [ -73.838651, 40.681438 ], [ -73.837797, 40.681671 ], [ -73.836975, 40.681988 ], [ -73.838078, 40.684239 ], [ -73.837176, 40.684495 ], [ -73.835951, 40.684844 ], [ -73.835056, 40.683015 ], [ -73.835369, 40.682843 ], [ -73.834545, 40.681176 ], [ -73.833502, 40.679035 ], [ -73.833325, 40.678657 ], [ -73.834109, 40.678853 ], [ -73.834185, 40.678874 ], [ -73.834462, 40.678944 ], [ -73.83565, 40.679273 ], [ -73.836391, 40.679473 ], [ -73.836781, 40.679571 ], [ -73.837806, 40.67972 ], [ -73.838455, 40.679811 ], [ -73.83883, 40.679862 ], [ -73.839521, 40.679962 ], [ -73.839922, 40.681187 ], [ -73.839529, 40.681263 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081009500", "name": "Census Tract 95, Queens County, New York", "total_population_17": 2521, "white_alone_17": 1667.0, "black_alone_17": 115.0, "native_alone_17": 0.0, "asian_alone_17": 385.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 303.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.47, "pct_black_alone_change": 2.666, "pct_native_alone_change": -0.438, "pct_asian_alone_change": 2.471, "pct_hispanic_or_latino_change": -5.085, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7744651", "INTPTLON": "-073.9207974" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923393, 40.775087 ], [ -73.923269, 40.775186 ], [ -73.923026, 40.775384 ], [ -73.923758, 40.776547 ], [ -73.92331, 40.776883 ], [ -73.922649, 40.777423 ], [ -73.921522, 40.776613 ], [ -73.920518, 40.775904 ], [ -73.919827, 40.775416 ], [ -73.919141, 40.774933 ], [ -73.918657, 40.774591 ], [ -73.918455, 40.774449 ], [ -73.917762, 40.77396 ], [ -73.917077, 40.773475 ], [ -73.918897, 40.771985 ], [ -73.919585, 40.772469 ], [ -73.919773, 40.772315 ], [ -73.919879, 40.772228 ], [ -73.920076, 40.772067 ], [ -73.920763, 40.772553 ], [ -73.921469, 40.773051 ], [ -73.922167, 40.773547 ], [ -73.922793, 40.773962 ], [ -73.923981, 40.774615 ], [ -73.923393, 40.775087 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081009600", "name": "Census Tract 96, Queens County, New York", "total_population_17": 4006, "white_alone_17": 230.0, "black_alone_17": 375.0, "native_alone_17": 11.0, "asian_alone_17": 1287.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 904.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.459, "pct_black_alone_change": -5.529, "pct_native_alone_change": -4.373, "pct_asian_alone_change": 3.234, "pct_hispanic_or_latino_change": 1.015, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6809137", "INTPTLON": "-073.8322684" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.835056, 40.683015 ], [ -73.834583, 40.683276 ], [ -73.834293, 40.683432 ], [ -73.83379, 40.683693 ], [ -73.833524, 40.683806 ], [ -73.83295, 40.684029 ], [ -73.832726, 40.684116 ], [ -73.832112, 40.684358 ], [ -73.831034, 40.682172 ], [ -73.829988, 40.680036 ], [ -73.829131, 40.678291 ], [ -73.828837, 40.677692 ], [ -73.829947, 40.677904 ], [ -73.83094, 40.67812 ], [ -73.831083, 40.678151 ], [ -73.83211, 40.678386 ], [ -73.832206, 40.678408 ], [ -73.833015, 40.678589 ], [ -73.833325, 40.678657 ], [ -73.833502, 40.679035 ], [ -73.834545, 40.681176 ], [ -73.835369, 40.682843 ], [ -73.835056, 40.683015 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081009700", "name": "Census Tract 97, Queens County, New York", "total_population_17": 3561, "white_alone_17": 2415.0, "black_alone_17": 60.0, "native_alone_17": 0.0, "asian_alone_17": 608.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 387.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.63, "pct_black_alone_change": 1.323, "pct_native_alone_change": -0.056, "pct_asian_alone_change": 7.222, "pct_hispanic_or_latino_change": -0.376, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.7764819", "INTPTLON": "-073.9186027" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.922002, 40.777955 ], [ -73.921395, 40.778454 ], [ -73.920787, 40.778952 ], [ -73.920127, 40.779489 ], [ -73.918991, 40.778686 ], [ -73.917985, 40.777978 ], [ -73.917301, 40.777471 ], [ -73.916607, 40.777006 ], [ -73.91592, 40.77652 ], [ -73.915234, 40.776032 ], [ -73.914548, 40.775548 ], [ -73.917077, 40.773475 ], [ -73.917762, 40.77396 ], [ -73.918455, 40.774449 ], [ -73.918657, 40.774591 ], [ -73.919141, 40.774933 ], [ -73.919827, 40.775416 ], [ -73.920518, 40.775904 ], [ -73.921522, 40.776613 ], [ -73.922649, 40.777423 ], [ -73.922002, 40.777955 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081009800", "name": "Census Tract 98, Queens County, New York", "total_population_17": 2859, "white_alone_17": 32.0, "black_alone_17": 424.0, "native_alone_17": 0.0, "asian_alone_17": 796.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 590.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.105, "pct_black_alone_change": -3.546, "pct_native_alone_change": -4.789, "pct_asian_alone_change": -10.813, "pct_hispanic_or_latino_change": 0.902, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6854000", "INTPTLON": "-073.8312082" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.835111, 40.685088 ], [ -73.834265, 40.685327 ], [ -73.833422, 40.685568 ], [ -73.832577, 40.685806 ], [ -73.831723, 40.686051 ], [ -73.830886, 40.686287 ], [ -73.830039, 40.686529 ], [ -73.829182, 40.686771 ], [ -73.828356, 40.687003 ], [ -73.82753, 40.687239 ], [ -73.826702, 40.687473 ], [ -73.825937, 40.685937 ], [ -73.826847, 40.685838 ], [ -73.827738, 40.685744 ], [ -73.828627, 40.685655 ], [ -73.82946, 40.6854 ], [ -73.83028, 40.685075 ], [ -73.831121, 40.68475 ], [ -73.831905, 40.684441 ], [ -73.832112, 40.684358 ], [ -73.832726, 40.684116 ], [ -73.83295, 40.684029 ], [ -73.833524, 40.683806 ], [ -73.83379, 40.683693 ], [ -73.834293, 40.683432 ], [ -73.834583, 40.683276 ], [ -73.835056, 40.683015 ], [ -73.835951, 40.684844 ], [ -73.835111, 40.685088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081009900", "name": "Census Tract 99, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7785586", "INTPTLON": "-073.9230863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928277, 40.776899 ], [ -73.927084, 40.777717 ], [ -73.926318, 40.778242 ], [ -73.925908, 40.778361 ], [ -73.925745, 40.778405 ], [ -73.925573, 40.778459 ], [ -73.924816, 40.778758 ], [ -73.924234, 40.779101 ], [ -73.923187, 40.780248 ], [ -73.922957, 40.780441 ], [ -73.92263, 40.780565 ], [ -73.9221, 40.780852 ], [ -73.920999, 40.781749 ], [ -73.920763, 40.78195 ], [ -73.920383, 40.782276 ], [ -73.919965, 40.782635 ], [ -73.91976, 40.782514 ], [ -73.917966, 40.781256 ], [ -73.918618, 40.780733 ], [ -73.919113, 40.780323 ], [ -73.919394, 40.78009 ], [ -73.920127, 40.779489 ], [ -73.920787, 40.778952 ], [ -73.921395, 40.778454 ], [ -73.922002, 40.777955 ], [ -73.922649, 40.777423 ], [ -73.92331, 40.776883 ], [ -73.923758, 40.776547 ], [ -73.923026, 40.775384 ], [ -73.923269, 40.775186 ], [ -73.923393, 40.775087 ], [ -73.923981, 40.774615 ], [ -73.926022, 40.77573 ], [ -73.926581, 40.776039 ], [ -73.927376, 40.776467 ], [ -73.927831, 40.776702 ], [ -73.928277, 40.776899 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010000", "name": "Census Tract 100, Queens County, New York", "total_population_17": 4485, "white_alone_17": 115.0, "black_alone_17": 1077.0, "native_alone_17": 22.0, "asian_alone_17": 1215.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1232.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.609, "pct_black_alone_change": 5.855, "pct_native_alone_change": -2.473, "pct_asian_alone_change": 1.105, "pct_hispanic_or_latino_change": 3.181, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6811536", "INTPTLON": "-073.8288851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.831905, 40.684441 ], [ -73.831121, 40.68475 ], [ -73.83028, 40.685075 ], [ -73.82946, 40.6854 ], [ -73.828231, 40.682969 ], [ -73.827183, 40.680829 ], [ -73.82633, 40.679084 ], [ -73.82547, 40.677336 ], [ -73.825406, 40.677147 ], [ -73.825781, 40.677207 ], [ -73.826447, 40.67732 ], [ -73.827595, 40.677501 ], [ -73.828837, 40.677692 ], [ -73.829131, 40.678291 ], [ -73.829988, 40.680036 ], [ -73.831034, 40.682172 ], [ -73.832112, 40.684358 ], [ -73.831905, 40.684441 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010100", "name": "Census Tract 101, Queens County, New York", "total_population_17": 2490, "white_alone_17": 1767.0, "black_alone_17": 11.0, "native_alone_17": 23.0, "asian_alone_17": 289.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 327.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.877, "pct_black_alone_change": 0.009, "pct_native_alone_change": 0.391, "pct_asian_alone_change": 2.279, "pct_hispanic_or_latino_change": -2.19, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7784032", "INTPTLON": "-073.9162557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919394, 40.78009 ], [ -73.919113, 40.780323 ], [ -73.918618, 40.780733 ], [ -73.917966, 40.781256 ], [ -73.916829, 40.780457 ], [ -73.91582, 40.779748 ], [ -73.915131, 40.779261 ], [ -73.914445, 40.778775 ], [ -73.913755, 40.778289 ], [ -73.913072, 40.777803 ], [ -73.912383, 40.77731 ], [ -73.913758, 40.776192 ], [ -73.914548, 40.775548 ], [ -73.915234, 40.776032 ], [ -73.91592, 40.77652 ], [ -73.916607, 40.777006 ], [ -73.917301, 40.777471 ], [ -73.917985, 40.777978 ], [ -73.918991, 40.778686 ], [ -73.920127, 40.779489 ], [ -73.919394, 40.78009 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010200", "name": "Census Tract 102, Queens County, New York", "total_population_17": 3085, "white_alone_17": 237.0, "black_alone_17": 441.0, "native_alone_17": 0.0, "asian_alone_17": 954.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1046.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.95, "pct_black_alone_change": -2.776, "pct_native_alone_change": -1.754, "pct_asian_alone_change": 3.91, "pct_hispanic_or_latino_change": 4.871, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6787779", "INTPTLON": "-073.8229675" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825509, 40.679318 ], [ -73.824699, 40.679545 ], [ -73.825555, 40.681294 ], [ -73.824726, 40.681525 ], [ -73.823901, 40.68176 ], [ -73.823073, 40.681996 ], [ -73.822219, 40.680251 ], [ -73.821357, 40.680497 ], [ -73.8205, 40.678749 ], [ -73.819641, 40.677 ], [ -73.819225, 40.676133 ], [ -73.820098, 40.676276 ], [ -73.820287, 40.676306 ], [ -73.821008, 40.676426 ], [ -73.82132, 40.676488 ], [ -73.821921, 40.676575 ], [ -73.822347, 40.676648 ], [ -73.82284, 40.676726 ], [ -73.823371, 40.676816 ], [ -73.823761, 40.676877 ], [ -73.824358, 40.676981 ], [ -73.824673, 40.677031 ], [ -73.825406, 40.677147 ], [ -73.82547, 40.677336 ], [ -73.82633, 40.679084 ], [ -73.825509, 40.679318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010300", "name": "Census Tract 103, Queens County, New York", "total_population_17": 3837, "white_alone_17": 2228.0, "black_alone_17": 152.0, "native_alone_17": 0.0, "asian_alone_17": 548.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 878.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.195, "pct_black_alone_change": 1.857, "pct_native_alone_change": -0.495, "pct_asian_alone_change": -3.729, "pct_hispanic_or_latino_change": 4.995, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7810600", "INTPTLON": "-073.9150773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919965, 40.782635 ], [ -73.91909, 40.783368 ], [ -73.918474, 40.783754 ], [ -73.918189, 40.783933 ], [ -73.917738, 40.784076 ], [ -73.917245, 40.784142 ], [ -73.917171, 40.784193 ], [ -73.917182, 40.784552 ], [ -73.916833, 40.785191 ], [ -73.915752, 40.786108 ], [ -73.915399, 40.786058 ], [ -73.915344, 40.786116 ], [ -73.915236, 40.786041 ], [ -73.915479, 40.785834 ], [ -73.915711, 40.785602 ], [ -73.915926, 40.785369 ], [ -73.916125, 40.785128 ], [ -73.916308, 40.78488 ], [ -73.916474, 40.784626 ], [ -73.916565, 40.784493 ], [ -73.916676, 40.784367 ], [ -73.916805, 40.784251 ], [ -73.91695, 40.784147 ], [ -73.917107, 40.784057 ], [ -73.915974, 40.783262 ], [ -73.915734, 40.783088 ], [ -73.915314, 40.782791 ], [ -73.914595, 40.782283 ], [ -73.913588, 40.781578 ], [ -73.912901, 40.78109 ], [ -73.912211, 40.780606 ], [ -73.911523, 40.780123 ], [ -73.910835, 40.779635 ], [ -73.910147, 40.77915 ], [ -73.912383, 40.77731 ], [ -73.913072, 40.777803 ], [ -73.913755, 40.778289 ], [ -73.914445, 40.778775 ], [ -73.915131, 40.779261 ], [ -73.91582, 40.779748 ], [ -73.916829, 40.780457 ], [ -73.917966, 40.781256 ], [ -73.91976, 40.782514 ], [ -73.919965, 40.782635 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010400", "name": "Census Tract 104, Queens County, New York", "total_population_17": 3556, "white_alone_17": 248.0, "black_alone_17": 932.0, "native_alone_17": 0.0, "asian_alone_17": 636.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 451.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.689, "pct_black_alone_change": 5.87, "pct_native_alone_change": -5.429, "pct_asian_alone_change": -14.634, "pct_hispanic_or_latino_change": -8.489, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6829682", "INTPTLON": "-073.8265465" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.828627, 40.685655 ], [ -73.827738, 40.685744 ], [ -73.826847, 40.685838 ], [ -73.825937, 40.685937 ], [ -73.824953, 40.683902 ], [ -73.823901, 40.68176 ], [ -73.824726, 40.681525 ], [ -73.825555, 40.681294 ], [ -73.824699, 40.679545 ], [ -73.825509, 40.679318 ], [ -73.82633, 40.679084 ], [ -73.827183, 40.680829 ], [ -73.828231, 40.682969 ], [ -73.82946, 40.6854 ], [ -73.828627, 40.685655 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010500", "name": "Census Tract 105, Queens County, New York", "total_population_17": 4091, "white_alone_17": 1915.0, "black_alone_17": 151.0, "native_alone_17": 0.0, "asian_alone_17": 622.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1321.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 13.59, "pct_black_alone_change": -3.259, "pct_native_alone_change": -0.404, "pct_asian_alone_change": 6.894, "pct_hispanic_or_latino_change": -12.152, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7827906", "INTPTLON": "-073.9129484" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91695, 40.784147 ], [ -73.916805, 40.784251 ], [ -73.916676, 40.784367 ], [ -73.916565, 40.784493 ], [ -73.916474, 40.784626 ], [ -73.916308, 40.78488 ], [ -73.916125, 40.785128 ], [ -73.915926, 40.785369 ], [ -73.915711, 40.785602 ], [ -73.915479, 40.785834 ], [ -73.915236, 40.786041 ], [ -73.914537, 40.785542 ], [ -73.913807, 40.785026 ], [ -73.913144, 40.78456 ], [ -73.912428, 40.784053 ], [ -73.911422, 40.783343 ], [ -73.910731, 40.782855 ], [ -73.910043, 40.78237 ], [ -73.909355, 40.781884 ], [ -73.908671, 40.781401 ], [ -73.910835, 40.779635 ], [ -73.911523, 40.780123 ], [ -73.912211, 40.780606 ], [ -73.912901, 40.78109 ], [ -73.913588, 40.781578 ], [ -73.914595, 40.782283 ], [ -73.915314, 40.782791 ], [ -73.915734, 40.783088 ], [ -73.915974, 40.783262 ], [ -73.917107, 40.784057 ], [ -73.91695, 40.784147 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010600", "name": "Census Tract 106, Queens County, New York", "total_population_17": 4161, "white_alone_17": 117.0, "black_alone_17": 612.0, "native_alone_17": 39.0, "asian_alone_17": 1198.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 593.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.373, "pct_black_alone_change": -3.356, "pct_native_alone_change": -5.209, "pct_asian_alone_change": -6.39, "pct_hispanic_or_latino_change": -4.761, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6856830", "INTPTLON": "-073.8249640" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827684, 40.689475 ], [ -73.826855, 40.68971 ], [ -73.825988, 40.689946 ], [ -73.825011, 40.687952 ], [ -73.824173, 40.686234 ], [ -73.823261, 40.684382 ], [ -73.822211, 40.682244 ], [ -73.821357, 40.680497 ], [ -73.822219, 40.680251 ], [ -73.823073, 40.681996 ], [ -73.823901, 40.68176 ], [ -73.824953, 40.683902 ], [ -73.825937, 40.685937 ], [ -73.826702, 40.687473 ], [ -73.82753, 40.687239 ], [ -73.828511, 40.689239 ], [ -73.827684, 40.689475 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010701", "name": "Census Tract 107.01, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7852880", "INTPTLON": "-073.9056759" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915587, 40.78643 ], [ -73.914239, 40.787856 ], [ -73.9126, 40.789376 ], [ -73.91223, 40.789179 ], [ -73.912069, 40.789339 ], [ -73.911951, 40.789402 ], [ -73.91208, 40.789522 ], [ -73.911774, 40.789723 ], [ -73.911618, 40.789586 ], [ -73.91125, 40.789744 ], [ -73.911131, 40.790114 ], [ -73.910296, 40.790657 ], [ -73.910673, 40.793116 ], [ -73.912456, 40.796096 ], [ -73.899869, 40.792449 ], [ -73.892182, 40.790394 ], [ -73.892104, 40.790323 ], [ -73.891974, 40.790236 ], [ -73.89177, 40.790222 ], [ -73.891606, 40.790161 ], [ -73.891405, 40.790194 ], [ -73.891156, 40.790174 ], [ -73.89092, 40.790226 ], [ -73.8908, 40.790208 ], [ -73.89057, 40.790108 ], [ -73.890301, 40.789877 ], [ -73.890127, 40.789636 ], [ -73.889885, 40.78901 ], [ -73.88987, 40.788895 ], [ -73.889797, 40.788652 ], [ -73.889611, 40.7882 ], [ -73.889523, 40.788059 ], [ -73.889405, 40.787791 ], [ -73.889052, 40.787373 ], [ -73.888565, 40.787161 ], [ -73.888307, 40.787006 ], [ -73.8877, 40.78687 ], [ -73.887278, 40.786807 ], [ -73.887153, 40.786826 ], [ -73.886922, 40.786733 ], [ -73.886593, 40.786738 ], [ -73.886317, 40.786733 ], [ -73.88613, 40.786708 ], [ -73.885962, 40.786753 ], [ -73.88577, 40.786678 ], [ -73.885374, 40.786669 ], [ -73.885303, 40.786685 ], [ -73.889428, 40.78057 ], [ -73.890848, 40.778352 ], [ -73.891749, 40.776986 ], [ -73.8919, 40.776755 ], [ -73.892041, 40.776963 ], [ -73.892132, 40.777091 ], [ -73.892254, 40.777205 ], [ -73.892503, 40.777365 ], [ -73.892523, 40.777405 ], [ -73.892862, 40.777159 ], [ -73.893121, 40.777347 ], [ -73.894232, 40.778154 ], [ -73.894945, 40.778659 ], [ -73.895657, 40.779163 ], [ -73.89637, 40.779668 ], [ -73.897114, 40.780181 ], [ -73.89779, 40.780728 ], [ -73.900167, 40.778779 ], [ -73.900872, 40.77928 ], [ -73.903093, 40.777462 ], [ -73.903436, 40.777705 ], [ -73.903793, 40.777957 ], [ -73.904505, 40.77846 ], [ -73.905221, 40.778966 ], [ -73.906304, 40.779729 ], [ -73.907294, 40.780431 ], [ -73.907977, 40.780914 ], [ -73.908671, 40.781401 ], [ -73.909355, 40.781884 ], [ -73.910043, 40.78237 ], [ -73.910731, 40.782855 ], [ -73.911422, 40.783343 ], [ -73.912428, 40.784053 ], [ -73.913144, 40.78456 ], [ -73.913807, 40.785026 ], [ -73.914537, 40.785542 ], [ -73.915236, 40.786041 ], [ -73.915344, 40.786116 ], [ -73.91526, 40.786192 ], [ -73.915587, 40.78643 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081010800", "name": "Census Tract 108, Queens County, New York", "total_population_17": 3536, "white_alone_17": 131.0, "black_alone_17": 285.0, "native_alone_17": 0.0, "asian_alone_17": 1226.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 856.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.079, "pct_black_alone_change": -5.91, "pct_native_alone_change": -4.745, "pct_asian_alone_change": -2.099, "pct_hispanic_or_latino_change": 0.551, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6886096", "INTPTLON": "-073.8305968" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.832228, 40.691082 ], [ -73.831795, 40.691209 ], [ -73.831514, 40.691279 ], [ -73.83143, 40.691284 ], [ -73.831386, 40.691265 ], [ -73.831305, 40.691252 ], [ -73.831105, 40.691279 ], [ -73.830767, 40.691354 ], [ -73.830526, 40.691431 ], [ -73.829336, 40.689004 ], [ -73.828511, 40.689239 ], [ -73.82753, 40.687239 ], [ -73.828356, 40.687003 ], [ -73.829182, 40.686771 ], [ -73.830039, 40.686529 ], [ -73.830886, 40.686287 ], [ -73.831723, 40.686051 ], [ -73.832743, 40.688042 ], [ -73.831852, 40.688293 ], [ -73.833104, 40.690828 ], [ -73.832228, 40.691082 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011000", "name": "Census Tract 110, Queens County, New York", "total_population_17": 3426, "white_alone_17": 337.0, "black_alone_17": 319.0, "native_alone_17": 160.0, "asian_alone_17": 1003.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 874.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.61, "pct_black_alone_change": -3.008, "pct_native_alone_change": 2.026, "pct_asian_alone_change": 6.348, "pct_hispanic_or_latino_change": -8.414, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6873142", "INTPTLON": "-073.8350142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.838106, 40.688433 ], [ -73.837229, 40.688679 ], [ -73.836346, 40.688928 ], [ -73.835461, 40.689176 ], [ -73.836044, 40.690353 ], [ -73.835151, 40.690598 ], [ -73.83499, 40.69028 ], [ -73.833726, 40.68776 ], [ -73.833558, 40.687804 ], [ -73.832743, 40.688042 ], [ -73.831723, 40.686051 ], [ -73.832577, 40.685806 ], [ -73.833422, 40.685568 ], [ -73.834265, 40.685327 ], [ -73.835111, 40.685088 ], [ -73.835951, 40.684844 ], [ -73.836936, 40.686843 ], [ -73.837278, 40.686747 ], [ -73.838106, 40.688433 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011100", "name": "Census Tract 111, Queens County, New York", "total_population_17": 3419, "white_alone_17": 1811.0, "black_alone_17": 115.0, "native_alone_17": 0.0, "asian_alone_17": 650.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 750.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.67, "pct_black_alone_change": 1.161, "pct_native_alone_change": -0.064, "pct_asian_alone_change": 3.302, "pct_hispanic_or_latino_change": 1.821, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.7787953", "INTPTLON": "-073.9073131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910835, 40.779635 ], [ -73.908671, 40.781401 ], [ -73.907977, 40.780914 ], [ -73.907294, 40.780431 ], [ -73.906304, 40.779729 ], [ -73.905221, 40.778966 ], [ -73.904505, 40.77846 ], [ -73.903793, 40.777957 ], [ -73.905017, 40.776955 ], [ -73.905955, 40.776188 ], [ -73.906677, 40.776696 ], [ -73.907024, 40.776944 ], [ -73.90738, 40.777197 ], [ -73.907896, 40.777558 ], [ -73.908465, 40.777961 ], [ -73.909458, 40.778663 ], [ -73.910147, 40.77915 ], [ -73.910835, 40.779635 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011200", "name": "Census Tract 112, Queens County, New York", "total_population_17": 2321, "white_alone_17": 446.0, "black_alone_17": 108.0, "native_alone_17": 0.0, "asian_alone_17": 937.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 631.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.084, "pct_black_alone_change": -0.556, "pct_native_alone_change": -2.449, "pct_asian_alone_change": 12.766, "pct_hispanic_or_latino_change": 3.99, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6841012", "INTPTLON": "-073.8390726" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.841612, 40.685513 ], [ -73.840769, 40.685754 ], [ -73.839923, 40.685995 ], [ -73.83906, 40.68624 ], [ -73.838158, 40.686497 ], [ -73.837278, 40.686747 ], [ -73.836936, 40.686843 ], [ -73.835951, 40.684844 ], [ -73.837176, 40.684495 ], [ -73.838078, 40.684239 ], [ -73.836975, 40.681988 ], [ -73.837797, 40.681671 ], [ -73.838651, 40.681438 ], [ -73.839529, 40.681263 ], [ -73.839922, 40.681187 ], [ -73.839963, 40.681179 ], [ -73.840046, 40.681163 ], [ -73.840129, 40.681147 ], [ -73.840188, 40.681136 ], [ -73.84022, 40.68121 ], [ -73.840516, 40.681856 ], [ -73.841196, 40.683351 ], [ -73.842175, 40.685354 ], [ -73.841612, 40.685513 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011300", "name": "Census Tract 113, Queens County, New York", "total_population_17": 4554, "white_alone_17": 2233.0, "black_alone_17": 57.0, "native_alone_17": 0.0, "asian_alone_17": 874.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1351.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.099, "pct_black_alone_change": -0.156, "pct_native_alone_change": -0.628, "pct_asian_alone_change": -2.383, "pct_hispanic_or_latino_change": 6.017, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7762579", "INTPTLON": "-073.9084659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912383, 40.77731 ], [ -73.910147, 40.77915 ], [ -73.909458, 40.778663 ], [ -73.908465, 40.777961 ], [ -73.907896, 40.777558 ], [ -73.90738, 40.777197 ], [ -73.907024, 40.776944 ], [ -73.906677, 40.776696 ], [ -73.905955, 40.776188 ], [ -73.905253, 40.775692 ], [ -73.904553, 40.775196 ], [ -73.906788, 40.773367 ], [ -73.907488, 40.773863 ], [ -73.908189, 40.774358 ], [ -73.908903, 40.774861 ], [ -73.909252, 40.775107 ], [ -73.909617, 40.775366 ], [ -73.910261, 40.77583 ], [ -73.910698, 40.776132 ], [ -73.911694, 40.776833 ], [ -73.912383, 40.77731 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011400", "name": "Census Tract 114, Queens County, New York", "total_population_17": 1277, "white_alone_17": 141.0, "black_alone_17": 184.0, "native_alone_17": 0.0, "asian_alone_17": 290.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 658.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.922, "pct_black_alone_change": 1.909, "pct_native_alone_change": -1.161, "pct_asian_alone_change": 13.334, "pct_hispanic_or_latino_change": 10.098, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6879308", "INTPTLON": "-073.8418285" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.844155, 40.689404 ], [ -73.842768, 40.689798 ], [ -73.841046, 40.690284 ], [ -73.840989, 40.690168 ], [ -73.840767, 40.689715 ], [ -73.840462, 40.689097 ], [ -73.839882, 40.687917 ], [ -73.840745, 40.687673 ], [ -73.839923, 40.685995 ], [ -73.840769, 40.685754 ], [ -73.841612, 40.685513 ], [ -73.842175, 40.685354 ], [ -73.843003, 40.687038 ], [ -73.843564, 40.688214 ], [ -73.843864, 40.688832 ], [ -73.844155, 40.689404 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011500", "name": "Census Tract 115, Queens County, New York", "total_population_17": 2252, "white_alone_17": 1383.0, "black_alone_17": 11.0, "native_alone_17": 10.0, "asian_alone_17": 302.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 416.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.278, "pct_black_alone_change": -1.167, "pct_native_alone_change": 0.335, "pct_asian_alone_change": -0.267, "pct_hispanic_or_latino_change": -3.21, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7744206", "INTPTLON": "-073.9133464" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917077, 40.773475 ], [ -73.914548, 40.775548 ], [ -73.913758, 40.776192 ], [ -73.912383, 40.77731 ], [ -73.911694, 40.776833 ], [ -73.910698, 40.776132 ], [ -73.910261, 40.77583 ], [ -73.909617, 40.775366 ], [ -73.911532, 40.773798 ], [ -73.911779, 40.773595 ], [ -73.912895, 40.772685 ], [ -73.91431, 40.771523 ], [ -73.9148, 40.771869 ], [ -73.915395, 40.77229 ], [ -73.916388, 40.772988 ], [ -73.917077, 40.773475 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011600", "name": "Census Tract 116, Queens County, New York", "total_population_17": 2226, "white_alone_17": 290.0, "black_alone_17": 164.0, "native_alone_17": 0.0, "asian_alone_17": 875.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 683.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.995, "pct_black_alone_change": -6.525, "pct_native_alone_change": -1.355, "pct_asian_alone_change": 16.656, "pct_hispanic_or_latino_change": -0.779, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6887757", "INTPTLON": "-073.8388054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.841046, 40.690284 ], [ -73.839263, 40.690789 ], [ -73.838679, 40.690961 ], [ -73.838383, 40.69104 ], [ -73.837511, 40.691297 ], [ -73.837459, 40.691192 ], [ -73.837035, 40.690332 ], [ -73.836923, 40.690104 ], [ -73.836446, 40.689132 ], [ -73.836346, 40.688928 ], [ -73.837229, 40.688679 ], [ -73.838106, 40.688433 ], [ -73.837278, 40.686747 ], [ -73.838158, 40.686497 ], [ -73.83906, 40.68624 ], [ -73.839923, 40.685995 ], [ -73.840745, 40.687673 ], [ -73.839882, 40.687917 ], [ -73.840462, 40.689097 ], [ -73.840767, 40.689715 ], [ -73.840989, 40.690168 ], [ -73.841046, 40.690284 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011700", "name": "Census Tract 117, Queens County, New York", "total_population_17": 3866, "white_alone_17": 2499.0, "black_alone_17": 64.0, "native_alone_17": 0.0, "asian_alone_17": 472.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 768.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.134, "pct_black_alone_change": 0.716, "pct_native_alone_change": -0.275, "pct_asian_alone_change": 0.345, "pct_hispanic_or_latino_change": 1.885, "pct_native_hawaiian_pacific_islander_change": -0.229, "INTPTLAT": "+40.7722297", "INTPTLON": "-073.9104558" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.91431, 40.771523 ], [ -73.912895, 40.772685 ], [ -73.911779, 40.773595 ], [ -73.911532, 40.773798 ], [ -73.909617, 40.775366 ], [ -73.909252, 40.775107 ], [ -73.908903, 40.774861 ], [ -73.908189, 40.774358 ], [ -73.907488, 40.773863 ], [ -73.906788, 40.773367 ], [ -73.908946, 40.771598 ], [ -73.908217, 40.771085 ], [ -73.909279, 40.770219 ], [ -73.909498, 40.770041 ], [ -73.910241, 40.769427 ], [ -73.911383, 40.769606 ], [ -73.911673, 40.769645 ], [ -73.911779, 40.769753 ], [ -73.911898, 40.769855 ], [ -73.912028, 40.769948 ], [ -73.912168, 40.770031 ], [ -73.912893, 40.770521 ], [ -73.91359, 40.771016 ], [ -73.91431, 40.771523 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011800", "name": "Census Tract 118, Queens County, New York", "total_population_17": 2644, "white_alone_17": 129.0, "black_alone_17": 203.0, "native_alone_17": 35.0, "asian_alone_17": 1041.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 828.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.987, "pct_black_alone_change": -5.765, "pct_native_alone_change": -1.892, "pct_asian_alone_change": 16.362, "pct_hispanic_or_latino_change": -4.313, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6906515", "INTPTLON": "-073.8338966" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.837511, 40.691297 ], [ -73.836626, 40.691534 ], [ -73.835746, 40.691788 ], [ -73.834806, 40.692071 ], [ -73.833858, 40.692331 ], [ -73.832982, 40.69258 ], [ -73.832148, 40.692831 ], [ -73.8313, 40.693058 ], [ -73.83127, 40.692996 ], [ -73.830526, 40.691431 ], [ -73.830767, 40.691354 ], [ -73.831105, 40.691279 ], [ -73.831305, 40.691252 ], [ -73.831386, 40.691265 ], [ -73.83143, 40.691284 ], [ -73.831514, 40.691279 ], [ -73.831795, 40.691209 ], [ -73.832228, 40.691082 ], [ -73.833104, 40.690828 ], [ -73.831852, 40.688293 ], [ -73.832743, 40.688042 ], [ -73.833558, 40.687804 ], [ -73.833726, 40.68776 ], [ -73.83499, 40.69028 ], [ -73.835151, 40.690598 ], [ -73.836044, 40.690353 ], [ -73.835461, 40.689176 ], [ -73.836346, 40.688928 ], [ -73.836446, 40.689132 ], [ -73.836923, 40.690104 ], [ -73.837035, 40.690332 ], [ -73.837459, 40.691192 ], [ -73.837511, 40.691297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081011900", "name": "Census Tract 119, Queens County, New York", "total_population_17": 1565, "white_alone_17": 927.0, "black_alone_17": 10.0, "native_alone_17": 16.0, "asian_alone_17": 128.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 433.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.792, "pct_black_alone_change": 0.335, "pct_native_alone_change": 0.009, "pct_asian_alone_change": -0.479, "pct_hispanic_or_latino_change": 7.314, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7712054", "INTPTLON": "-073.9060641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908946, 40.771598 ], [ -73.906788, 40.773367 ], [ -73.906061, 40.772852 ], [ -73.905334, 40.772338 ], [ -73.904618, 40.771834 ], [ -73.903905, 40.771329 ], [ -73.903191, 40.770825 ], [ -73.90533, 40.769038 ], [ -73.906066, 40.769559 ], [ -73.906682, 40.769992 ], [ -73.906784, 40.770064 ], [ -73.907494, 40.770572 ], [ -73.908217, 40.771085 ], [ -73.908946, 40.771598 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012000", "name": "Census Tract 120, Queens County, New York", "total_population_17": 2456, "white_alone_17": 117.0, "black_alone_17": 85.0, "native_alone_17": 0.0, "asian_alone_17": 1516.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 466.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.343, "pct_black_alone_change": -6.779, "pct_native_alone_change": -2.245, "pct_asian_alone_change": 17.772, "pct_hispanic_or_latino_change": -7.139, "pct_native_hawaiian_pacific_islander_change": -0.039, "INTPTLAT": "+40.6915009", "INTPTLON": "-073.8286536" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.8313, 40.693058 ], [ -73.830491, 40.693292 ], [ -73.829668, 40.693517 ], [ -73.82884, 40.693759 ], [ -73.827972, 40.693992 ], [ -73.82783, 40.6937 ], [ -73.827181, 40.692378 ], [ -73.826594, 40.691179 ], [ -73.825988, 40.689946 ], [ -73.826855, 40.68971 ], [ -73.827684, 40.689475 ], [ -73.828511, 40.689239 ], [ -73.829336, 40.689004 ], [ -73.830526, 40.691431 ], [ -73.83127, 40.692996 ], [ -73.8313, 40.693058 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012100", "name": "Census Tract 121, Queens County, New York", "total_population_17": 2241, "white_alone_17": 1545.0, "black_alone_17": 62.0, "native_alone_17": 18.0, "asian_alone_17": 212.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 369.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.622, "pct_black_alone_change": 2.067, "pct_native_alone_change": 0.492, "pct_asian_alone_change": 1.289, "pct_hispanic_or_latino_change": 5.026, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7727587", "INTPTLON": "-073.9035141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906788, 40.773367 ], [ -73.904553, 40.775196 ], [ -73.903824, 40.774684 ], [ -73.903096, 40.774169 ], [ -73.902382, 40.773665 ], [ -73.901669, 40.773161 ], [ -73.900955, 40.772656 ], [ -73.90024, 40.772151 ], [ -73.902476, 40.77032 ], [ -73.903191, 40.770825 ], [ -73.903905, 40.771329 ], [ -73.904618, 40.771834 ], [ -73.905334, 40.772338 ], [ -73.906061, 40.772852 ], [ -73.906788, 40.773367 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012200", "name": "Census Tract 122, Queens County, New York", "total_population_17": 3293, "white_alone_17": 227.0, "black_alone_17": 138.0, "native_alone_17": 15.0, "asian_alone_17": 1410.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1170.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.908, "pct_black_alone_change": -4.838, "pct_native_alone_change": -2.608, "pct_asian_alone_change": 9.667, "pct_hispanic_or_latino_change": 2.283, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6964970", "INTPTLON": "-073.8310666" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.833313, 40.699108 ], [ -73.832596, 40.699482 ], [ -73.832452, 40.699547 ], [ -73.832052, 40.699707 ], [ -73.831784, 40.699779 ], [ -73.831522, 40.699843 ], [ -73.831067, 40.699957 ], [ -73.830886, 40.700009 ], [ -73.829607, 40.697328 ], [ -73.828889, 40.69586 ], [ -73.828054, 40.69416 ], [ -73.827972, 40.693992 ], [ -73.82884, 40.693759 ], [ -73.829668, 40.693517 ], [ -73.830491, 40.693292 ], [ -73.8313, 40.693058 ], [ -73.831373, 40.69321 ], [ -73.832197, 40.694918 ], [ -73.832932, 40.696383 ], [ -73.834066, 40.698695 ], [ -73.833313, 40.699108 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012301", "name": "Census Tract 123.01, Queens County, New York", "total_population_17": 2812, "white_alone_17": 1869.0, "black_alone_17": 88.0, "native_alone_17": 63.0, "asian_alone_17": 194.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 590.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.403, "pct_black_alone_change": 2.041, "pct_native_alone_change": 1.917, "pct_asian_alone_change": 1.108, "pct_hispanic_or_latino_change": 6.52, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7757875", "INTPTLON": "-073.8990845" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905955, 40.776188 ], [ -73.905017, 40.776955 ], [ -73.903793, 40.777957 ], [ -73.903436, 40.777705 ], [ -73.903093, 40.777462 ], [ -73.900872, 40.77928 ], [ -73.900167, 40.778779 ], [ -73.89779, 40.780728 ], [ -73.897114, 40.780181 ], [ -73.89637, 40.779668 ], [ -73.895657, 40.779163 ], [ -73.894945, 40.778659 ], [ -73.894232, 40.778154 ], [ -73.896565, 40.776247 ], [ -73.895841, 40.775735 ], [ -73.895131, 40.775233 ], [ -73.894423, 40.774735 ], [ -73.893703, 40.774226 ], [ -73.893561, 40.774122 ], [ -73.893407, 40.774028 ], [ -73.893242, 40.773943 ], [ -73.893069, 40.773869 ], [ -73.89289, 40.773808 ], [ -73.893369, 40.773415 ], [ -73.894183, 40.772745 ], [ -73.895008, 40.772078 ], [ -73.89522, 40.771904 ], [ -73.895845, 40.772346 ], [ -73.895933, 40.772409 ], [ -73.896648, 40.772914 ], [ -73.897709, 40.772046 ], [ -73.898809, 40.771146 ], [ -73.899526, 40.771647 ], [ -73.90024, 40.772151 ], [ -73.900955, 40.772656 ], [ -73.901669, 40.773161 ], [ -73.902382, 40.773665 ], [ -73.903096, 40.774169 ], [ -73.903824, 40.774684 ], [ -73.904553, 40.775196 ], [ -73.905253, 40.775692 ], [ -73.905955, 40.776188 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012400", "name": "Census Tract 124, Queens County, New York", "total_population_17": 3096, "white_alone_17": 227.0, "black_alone_17": 383.0, "native_alone_17": 0.0, "asian_alone_17": 735.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1512.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.571, "pct_black_alone_change": 3.005, "pct_native_alone_change": -2.248, "pct_asian_alone_change": 2.623, "pct_hispanic_or_latino_change": 6.092, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6952063", "INTPTLON": "-073.8343035" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.836401, 40.697405 ], [ -73.835641, 40.697829 ], [ -73.834844, 40.698269 ], [ -73.834066, 40.698695 ], [ -73.832932, 40.696383 ], [ -73.832197, 40.694918 ], [ -73.831373, 40.69321 ], [ -73.8313, 40.693058 ], [ -73.832148, 40.692831 ], [ -73.832982, 40.69258 ], [ -73.833858, 40.692331 ], [ -73.834806, 40.692071 ], [ -73.834882, 40.692222 ], [ -73.835982, 40.694416 ], [ -73.837167, 40.696866 ], [ -73.836401, 40.697405 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012500", "name": "Census Tract 125, Queens County, New York", "total_population_17": 1883, "white_alone_17": 1184.0, "black_alone_17": 28.0, "native_alone_17": 0.0, "asian_alone_17": 193.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 416.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.801, "pct_black_alone_change": -0.174, "pct_native_alone_change": -0.318, "pct_asian_alone_change": -4.841, "pct_hispanic_or_latino_change": 1.317, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7709267", "INTPTLON": "-073.9156695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919879, 40.772228 ], [ -73.919773, 40.772315 ], [ -73.919585, 40.772469 ], [ -73.918897, 40.771985 ], [ -73.917077, 40.773475 ], [ -73.916388, 40.772988 ], [ -73.915395, 40.77229 ], [ -73.9148, 40.771869 ], [ -73.91431, 40.771523 ], [ -73.91359, 40.771016 ], [ -73.912893, 40.770521 ], [ -73.912168, 40.770031 ], [ -73.912028, 40.769948 ], [ -73.911898, 40.769855 ], [ -73.911779, 40.769753 ], [ -73.911673, 40.769645 ], [ -73.911383, 40.769606 ], [ -73.910241, 40.769427 ], [ -73.910449, 40.769255 ], [ -73.910751, 40.769007 ], [ -73.910942, 40.76885 ], [ -73.91194, 40.76901 ], [ -73.912917, 40.769161 ], [ -73.913888, 40.769324 ], [ -73.914874, 40.76947 ], [ -73.915849, 40.769634 ], [ -73.916438, 40.76973 ], [ -73.916821, 40.769792 ], [ -73.917591, 40.769901 ], [ -73.918116, 40.770029 ], [ -73.917702, 40.770392 ], [ -73.918153, 40.7707 ], [ -73.918705, 40.771079 ], [ -73.918747, 40.771109 ], [ -73.919422, 40.771595 ], [ -73.919786, 40.771857 ], [ -73.920076, 40.772067 ], [ -73.919879, 40.772228 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012601", "name": "Census Tract 126.01, Queens County, New York", "total_population_17": 2889, "white_alone_17": 206.0, "black_alone_17": 290.0, "native_alone_17": 46.0, "asian_alone_17": 430.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1729.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.55, "pct_black_alone_change": 0.096, "pct_native_alone_change": -0.544, "pct_asian_alone_change": -2.988, "pct_hispanic_or_latino_change": 15.846, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6936535", "INTPTLON": "-073.8374117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.839483, 40.695582 ], [ -73.838791, 40.695853 ], [ -73.838652, 40.695926 ], [ -73.838014, 40.696297 ], [ -73.837899, 40.696369 ], [ -73.837167, 40.696866 ], [ -73.835982, 40.694416 ], [ -73.834882, 40.692222 ], [ -73.834806, 40.692071 ], [ -73.835746, 40.691788 ], [ -73.836626, 40.691534 ], [ -73.837511, 40.691297 ], [ -73.838383, 40.69104 ], [ -73.838679, 40.690961 ], [ -73.838739, 40.691111 ], [ -73.838977, 40.691687 ], [ -73.839247, 40.692339 ], [ -73.839415, 40.69275 ], [ -73.838385, 40.693048 ], [ -73.839634, 40.695535 ], [ -73.839483, 40.695582 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012602", "name": "Census Tract 126.02, Queens County, New York", "total_population_17": 2736, "white_alone_17": 317.0, "black_alone_17": 32.0, "native_alone_17": 33.0, "asian_alone_17": 903.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1425.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.051, "pct_black_alone_change": -9.161, "pct_native_alone_change": -1.12, "pct_asian_alone_change": 15.772, "pct_hispanic_or_latino_change": 8.274, "pct_native_hawaiian_pacific_islander_change": -0.039, "INTPTLAT": "+40.6931695", "INTPTLON": "-073.8407053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.843442, 40.695187 ], [ -73.842946, 40.695193 ], [ -73.841988, 40.695218 ], [ -73.841135, 40.695284 ], [ -73.840497, 40.69536 ], [ -73.840351, 40.695383 ], [ -73.839634, 40.695535 ], [ -73.838385, 40.693048 ], [ -73.839415, 40.69275 ], [ -73.839247, 40.692339 ], [ -73.838977, 40.691687 ], [ -73.838739, 40.691111 ], [ -73.838679, 40.690961 ], [ -73.839263, 40.690789 ], [ -73.841046, 40.690284 ], [ -73.841123, 40.690442 ], [ -73.841398, 40.691 ], [ -73.841712, 40.691643 ], [ -73.842027, 40.692286 ], [ -73.842342, 40.69293 ], [ -73.842661, 40.693573 ], [ -73.842975, 40.694217 ], [ -73.843289, 40.694858 ], [ -73.843442, 40.695187 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081012800", "name": "Census Tract 128, Queens County, New York", "total_population_17": 2357, "white_alone_17": 805.0, "black_alone_17": 76.0, "native_alone_17": 0.0, "asian_alone_17": 337.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1114.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.49, "pct_black_alone_change": -2.516, "pct_native_alone_change": -0.434, "pct_asian_alone_change": 2.817, "pct_hispanic_or_latino_change": 11.035, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6982524", "INTPTLON": "-073.8401182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.842938, 40.700554 ], [ -73.842144, 40.70087 ], [ -73.841564, 40.701101 ], [ -73.841216, 40.701042 ], [ -73.840284, 40.700939 ], [ -73.839762, 40.700106 ], [ -73.838921, 40.698433 ], [ -73.83805, 40.698689 ], [ -73.837167, 40.696866 ], [ -73.837899, 40.696369 ], [ -73.838014, 40.696297 ], [ -73.838652, 40.695926 ], [ -73.838791, 40.695853 ], [ -73.839483, 40.695582 ], [ -73.839634, 40.695535 ], [ -73.840351, 40.695383 ], [ -73.8415, 40.697682 ], [ -73.842339, 40.699358 ], [ -73.842938, 40.700554 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081013000", "name": "Census Tract 130, Queens County, New York", "total_population_17": 1598, "white_alone_17": 537.0, "black_alone_17": 146.0, "native_alone_17": 0.0, "asian_alone_17": 409.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 401.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.7, "pct_black_alone_change": 5.064, "pct_native_alone_change": -1.317, "pct_asian_alone_change": 9.307, "pct_hispanic_or_latino_change": -2.93, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7003482", "INTPTLON": "-073.8378392" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.841564, 40.701101 ], [ -73.839478, 40.70269 ], [ -73.83843, 40.703386 ], [ -73.836962, 40.704212 ], [ -73.836619, 40.70342 ], [ -73.836758, 40.703384 ], [ -73.836931, 40.70334 ], [ -73.837255, 40.703258 ], [ -73.837411, 40.703218 ], [ -73.837462, 40.70318 ], [ -73.837671, 40.703024 ], [ -73.837751, 40.702958 ], [ -73.837846, 40.702893 ], [ -73.838065, 40.70272 ], [ -73.837424, 40.70145 ], [ -73.836546, 40.701706 ], [ -73.835922, 40.700464 ], [ -73.835419, 40.699457 ], [ -73.835254, 40.699115 ], [ -73.834844, 40.698269 ], [ -73.835641, 40.697829 ], [ -73.836401, 40.697405 ], [ -73.837167, 40.696866 ], [ -73.83805, 40.698689 ], [ -73.838921, 40.698433 ], [ -73.839762, 40.700106 ], [ -73.840284, 40.700939 ], [ -73.841216, 40.701042 ], [ -73.841564, 40.701101 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081013200", "name": "Census Tract 132, Queens County, New York", "total_population_17": 2456, "white_alone_17": 1010.0, "black_alone_17": 154.0, "native_alone_17": 18.0, "asian_alone_17": 308.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 906.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.064, "pct_black_alone_change": 1.788, "pct_native_alone_change": 0.229, "pct_asian_alone_change": -1.128, "pct_hispanic_or_latino_change": 9.998, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7012940", "INTPTLON": "-073.8343887" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.837846, 40.702893 ], [ -73.837751, 40.702958 ], [ -73.837671, 40.703024 ], [ -73.837462, 40.70318 ], [ -73.837411, 40.703218 ], [ -73.837255, 40.703258 ], [ -73.836931, 40.70334 ], [ -73.836758, 40.703384 ], [ -73.836619, 40.70342 ], [ -73.836484, 40.703433 ], [ -73.836266, 40.703406 ], [ -73.836047, 40.703414 ], [ -73.835924, 40.703459 ], [ -73.835825, 40.703489 ], [ -73.835735, 40.703561 ], [ -73.835644, 40.703638 ], [ -73.835566, 40.70368 ], [ -73.835483, 40.703701 ], [ -73.835006, 40.703823 ], [ -73.834755, 40.703887 ], [ -73.834602, 40.703927 ], [ -73.833917, 40.702347 ], [ -73.833266, 40.702509 ], [ -73.833021, 40.70257 ], [ -73.832132, 40.702794 ], [ -73.831521, 40.70139 ], [ -73.831037, 40.700253 ], [ -73.830886, 40.700009 ], [ -73.831067, 40.699957 ], [ -73.831522, 40.699843 ], [ -73.831784, 40.699779 ], [ -73.832052, 40.699707 ], [ -73.832452, 40.699547 ], [ -73.832596, 40.699482 ], [ -73.833313, 40.699108 ], [ -73.834066, 40.698695 ], [ -73.834844, 40.698269 ], [ -73.835254, 40.699115 ], [ -73.835419, 40.699457 ], [ -73.835922, 40.700464 ], [ -73.836546, 40.701706 ], [ -73.837424, 40.70145 ], [ -73.838065, 40.70272 ], [ -73.837846, 40.702893 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081013400", "name": "Census Tract 134, Queens County, New York", "total_population_17": 5719, "white_alone_17": 2689.0, "black_alone_17": 440.0, "native_alone_17": 14.0, "asian_alone_17": 1270.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1142.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.662, "pct_black_alone_change": 1.519, "pct_native_alone_change": 0.064, "pct_asian_alone_change": 9.367, "pct_hispanic_or_latino_change": 3.2, "pct_native_hawaiian_pacific_islander_change": -0.091, "INTPTLAT": "+40.7052797", "INTPTLON": "-073.8349794" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.838104, 40.706313 ], [ -73.838097, 40.706403 ], [ -73.838082, 40.706493 ], [ -73.838057, 40.706581 ], [ -73.838011, 40.706693 ], [ -73.837983, 40.706752 ], [ -73.837933, 40.706834 ], [ -73.837876, 40.706913 ], [ -73.837812, 40.706987 ], [ -73.837147, 40.707957 ], [ -73.836185, 40.707573 ], [ -73.835558, 40.707328 ], [ -73.835176, 40.707175 ], [ -73.834982, 40.707098 ], [ -73.83284, 40.706461 ], [ -73.831764, 40.706142 ], [ -73.831726, 40.706029 ], [ -73.831708, 40.705911 ], [ -73.831713, 40.705792 ], [ -73.831739, 40.705674 ], [ -73.831792, 40.705552 ], [ -73.831853, 40.705456 ], [ -73.832053, 40.705265 ], [ -73.832201, 40.705217 ], [ -73.832342, 40.705154 ], [ -73.832473, 40.705075 ], [ -73.83259, 40.704984 ], [ -73.832689, 40.704882 ], [ -73.832768, 40.704772 ], [ -73.832827, 40.704659 ], [ -73.832825, 40.704371 ], [ -73.832132, 40.702794 ], [ -73.833021, 40.70257 ], [ -73.833266, 40.702509 ], [ -73.833917, 40.702347 ], [ -73.834602, 40.703927 ], [ -73.834755, 40.703887 ], [ -73.835006, 40.703823 ], [ -73.835483, 40.703701 ], [ -73.835566, 40.70368 ], [ -73.835644, 40.703638 ], [ -73.835735, 40.703561 ], [ -73.835825, 40.703489 ], [ -73.835924, 40.703459 ], [ -73.836047, 40.703414 ], [ -73.836266, 40.703406 ], [ -73.836484, 40.703433 ], [ -73.836619, 40.70342 ], [ -73.836962, 40.704212 ], [ -73.837336, 40.704861 ], [ -73.837846, 40.70563 ], [ -73.83796, 40.705787 ], [ -73.838043, 40.705956 ], [ -73.838071, 40.706044 ], [ -73.838091, 40.706133 ], [ -73.838102, 40.706223 ], [ -73.838104, 40.706313 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081013500", "name": "Census Tract 135, Queens County, New York", "total_population_17": 1607, "white_alone_17": 1375.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 58.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 155.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.311, "pct_black_alone_change": -0.34, "pct_native_alone_change": -0.454, "pct_asian_alone_change": 1.058, "pct_hispanic_or_latino_change": -1.976, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7706488", "INTPTLON": "-073.8989770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902476, 40.77032 ], [ -73.90024, 40.772151 ], [ -73.899526, 40.771647 ], [ -73.898809, 40.771146 ], [ -73.897709, 40.772046 ], [ -73.896648, 40.772914 ], [ -73.895933, 40.772409 ], [ -73.895845, 40.772346 ], [ -73.89522, 40.771904 ], [ -73.895828, 40.771405 ], [ -73.896084, 40.771197 ], [ -73.896317, 40.771006 ], [ -73.896657, 40.770726 ], [ -73.897371, 40.770125 ], [ -73.89748, 40.770047 ], [ -73.898318, 40.769357 ], [ -73.899616, 40.768304 ], [ -73.900332, 40.768808 ], [ -73.901047, 40.769312 ], [ -73.901761, 40.769816 ], [ -73.902476, 40.77032 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081013600", "name": "Census Tract 136, Queens County, New York", "total_population_17": 1981, "white_alone_17": 1204.0, "black_alone_17": 100.0, "native_alone_17": 0.0, "asian_alone_17": 127.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 521.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.774, "pct_black_alone_change": 1.38, "pct_native_alone_change": -0.55, "pct_asian_alone_change": -3.539, "pct_hispanic_or_latino_change": -1.44, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7065970", "INTPTLON": "-073.8286538" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.831814, 40.706594 ], [ -73.831784, 40.706745 ], [ -73.831731, 40.706892 ], [ -73.831667, 40.707038 ], [ -73.831165, 40.707655 ], [ -73.830984, 40.707813 ], [ -73.830911, 40.707943 ], [ -73.830809, 40.708154 ], [ -73.830765, 40.70829 ], [ -73.830661, 40.708604 ], [ -73.830627, 40.708739 ], [ -73.830194, 40.709023 ], [ -73.829687, 40.709348 ], [ -73.828139, 40.707963 ], [ -73.82746, 40.707348 ], [ -73.826912, 40.706861 ], [ -73.825747, 40.705816 ], [ -73.825655, 40.705426 ], [ -73.824508, 40.704334 ], [ -73.824441, 40.704062 ], [ -73.824809, 40.70416 ], [ -73.825441, 40.704341 ], [ -73.825758, 40.704428 ], [ -73.826441, 40.704627 ], [ -73.826809, 40.704735 ], [ -73.827743, 40.705 ], [ -73.828184, 40.705128 ], [ -73.828757, 40.705289 ], [ -73.829155, 40.705394 ], [ -73.829294, 40.705442 ], [ -73.829652, 40.705544 ], [ -73.831764, 40.706142 ], [ -73.831804, 40.706289 ], [ -73.831821, 40.70644 ], [ -73.831814, 40.706594 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081013700", "name": "Census Tract 137, Queens County, New York", "total_population_17": 1609, "white_alone_17": 1193.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 118.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 259.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.639, "pct_black_alone_change": -1.052, "pct_native_alone_change": -0.814, "pct_asian_alone_change": 0.889, "pct_hispanic_or_latino_change": 1.375, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7689714", "INTPTLON": "-073.9049147" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910751, 40.769007 ], [ -73.910449, 40.769255 ], [ -73.910241, 40.769427 ], [ -73.909498, 40.770041 ], [ -73.909279, 40.770219 ], [ -73.908217, 40.771085 ], [ -73.907494, 40.770572 ], [ -73.906784, 40.770064 ], [ -73.906682, 40.769992 ], [ -73.906066, 40.769559 ], [ -73.90533, 40.769038 ], [ -73.903191, 40.770825 ], [ -73.902476, 40.77032 ], [ -73.901761, 40.769816 ], [ -73.901047, 40.769312 ], [ -73.900332, 40.768808 ], [ -73.899616, 40.768304 ], [ -73.900511, 40.767572 ], [ -73.900477, 40.767423 ], [ -73.900545, 40.767313 ], [ -73.900659, 40.767211 ], [ -73.90103, 40.767267 ], [ -73.902025, 40.767417 ], [ -73.902266, 40.767457 ], [ -73.902511, 40.767486 ], [ -73.902758, 40.767504 ], [ -73.903005, 40.76751 ], [ -73.903252, 40.767504 ], [ -73.903717, 40.767512 ], [ -73.904137, 40.76752 ], [ -73.904187, 40.76753 ], [ -73.904273, 40.767545 ], [ -73.904359, 40.767563 ], [ -73.904462, 40.767583 ], [ -73.904906, 40.767747 ], [ -73.905006, 40.767784 ], [ -73.905311, 40.767899 ], [ -73.905548, 40.767977 ], [ -73.905774, 40.768029 ], [ -73.906113, 40.768068 ], [ -73.907087, 40.768236 ], [ -73.908031, 40.768385 ], [ -73.909009, 40.768548 ], [ -73.90998, 40.768697 ], [ -73.910942, 40.76885 ], [ -73.910751, 40.769007 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081013800", "name": "Census Tract 138, Queens County, New York", "total_population_17": 3740, "white_alone_17": 1218.0, "black_alone_17": 130.0, "native_alone_17": 50.0, "asian_alone_17": 1177.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1102.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.666, "pct_black_alone_change": -3.346, "pct_native_alone_change": 1.032, "pct_asian_alone_change": 11.199, "pct_hispanic_or_latino_change": 2.427, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7065798", "INTPTLON": "-073.8251631" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.828963, 40.709812 ], [ -73.827722, 40.710603 ], [ -73.827215, 40.709995 ], [ -73.826913, 40.709252 ], [ -73.826532, 40.708145 ], [ -73.826104, 40.707727 ], [ -73.825101, 40.707449 ], [ -73.824047, 40.706931 ], [ -73.822979, 40.706192 ], [ -73.822845, 40.706064 ], [ -73.822256, 40.705456 ], [ -73.82202, 40.705212 ], [ -73.821778, 40.704958 ], [ -73.82125, 40.704566 ], [ -73.820739, 40.704187 ], [ -73.82023, 40.704048 ], [ -73.819694, 40.703937 ], [ -73.819377, 40.703871 ], [ -73.820282, 40.703811 ], [ -73.82154, 40.703729 ], [ -73.822459, 40.703656 ], [ -73.823438, 40.703802 ], [ -73.824441, 40.704062 ], [ -73.824508, 40.704334 ], [ -73.825655, 40.705426 ], [ -73.825747, 40.705816 ], [ -73.826912, 40.706861 ], [ -73.82746, 40.707348 ], [ -73.828139, 40.707963 ], [ -73.829687, 40.709348 ], [ -73.828963, 40.709812 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014000", "name": "Census Tract 140, Queens County, New York", "total_population_17": 3926, "white_alone_17": 1820.0, "black_alone_17": 251.0, "native_alone_17": 0.0, "asian_alone_17": 676.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1074.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.323, "pct_black_alone_change": 2.371, "pct_native_alone_change": -0.597, "pct_asian_alone_change": -0.978, "pct_hispanic_or_latino_change": 9.885, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.7037257", "INTPTLON": "-073.8290482" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.832827, 40.704659 ], [ -73.832768, 40.704772 ], [ -73.832689, 40.704882 ], [ -73.83259, 40.704984 ], [ -73.832473, 40.705075 ], [ -73.832342, 40.705154 ], [ -73.832201, 40.705217 ], [ -73.832053, 40.705265 ], [ -73.831853, 40.705456 ], [ -73.831792, 40.705552 ], [ -73.831739, 40.705674 ], [ -73.831713, 40.705792 ], [ -73.831708, 40.705911 ], [ -73.831726, 40.706029 ], [ -73.831764, 40.706142 ], [ -73.829652, 40.705544 ], [ -73.829294, 40.705442 ], [ -73.829155, 40.705394 ], [ -73.828757, 40.705289 ], [ -73.828184, 40.705128 ], [ -73.827743, 40.705 ], [ -73.826809, 40.704735 ], [ -73.826441, 40.704627 ], [ -73.825758, 40.704428 ], [ -73.825441, 40.704341 ], [ -73.824809, 40.70416 ], [ -73.824441, 40.704062 ], [ -73.823438, 40.703802 ], [ -73.822459, 40.703656 ], [ -73.822697, 40.70362 ], [ -73.823389, 40.703443 ], [ -73.823872, 40.703324 ], [ -73.82427, 40.703219 ], [ -73.825176, 40.702992 ], [ -73.826072, 40.702772 ], [ -73.827066, 40.702515 ], [ -73.827953, 40.70229 ], [ -73.828848, 40.702066 ], [ -73.829469, 40.70191 ], [ -73.829738, 40.70184 ], [ -73.830629, 40.701617 ], [ -73.831521, 40.70139 ], [ -73.832132, 40.702794 ], [ -73.832825, 40.704371 ], [ -73.832827, 40.704659 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014100", "name": "Census Tract 141, Queens County, New York", "total_population_17": 1822, "white_alone_17": 794.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 257.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 693.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.307, "pct_black_alone_change": 1.167, "pct_native_alone_change": -0.304, "pct_asian_alone_change": 4.237, "pct_hispanic_or_latino_change": 7.991, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7669906", "INTPTLON": "-073.9066900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910942, 40.76885 ], [ -73.90998, 40.768697 ], [ -73.909009, 40.768548 ], [ -73.908031, 40.768385 ], [ -73.907087, 40.768236 ], [ -73.906113, 40.768068 ], [ -73.905774, 40.768029 ], [ -73.905548, 40.767977 ], [ -73.905311, 40.767899 ], [ -73.905006, 40.767784 ], [ -73.904906, 40.767747 ], [ -73.904462, 40.767583 ], [ -73.904359, 40.767563 ], [ -73.904273, 40.767545 ], [ -73.904187, 40.76753 ], [ -73.904137, 40.76752 ], [ -73.903717, 40.767512 ], [ -73.903252, 40.767504 ], [ -73.903005, 40.76751 ], [ -73.902758, 40.767504 ], [ -73.902511, 40.767486 ], [ -73.902266, 40.767457 ], [ -73.902025, 40.767417 ], [ -73.90218, 40.767316 ], [ -73.902578, 40.766922 ], [ -73.90273, 40.766766 ], [ -73.902877, 40.766608 ], [ -73.903013, 40.766444 ], [ -73.903159, 40.766286 ], [ -73.903293, 40.766121 ], [ -73.903417, 40.765963 ], [ -73.903512, 40.76585 ], [ -73.903588, 40.765751 ], [ -73.903648, 40.765674 ], [ -73.903708, 40.765597 ], [ -73.904512, 40.764589 ], [ -73.905312, 40.764965 ], [ -73.906112, 40.765337 ], [ -73.906362, 40.765459 ], [ -73.906911, 40.765711 ], [ -73.907709, 40.766083 ], [ -73.908492, 40.766452 ], [ -73.90929, 40.766828 ], [ -73.910088, 40.767204 ], [ -73.910886, 40.76758 ], [ -73.911681, 40.767963 ], [ -73.910942, 40.76885 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014201", "name": "Census Tract 142.01, Queens County, New York", "total_population_17": 4285, "white_alone_17": 170.0, "black_alone_17": 485.0, "native_alone_17": 77.0, "asian_alone_17": 1317.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1871.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.366, "pct_black_alone_change": -6.697, "pct_native_alone_change": -1.518, "pct_asian_alone_change": 7.05, "pct_hispanic_or_latino_change": 3.746, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7009734", "INTPTLON": "-073.8246417" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827953, 40.70229 ], [ -73.827066, 40.702515 ], [ -73.826072, 40.702772 ], [ -73.825176, 40.702992 ], [ -73.82427, 40.703219 ], [ -73.823872, 40.703324 ], [ -73.823389, 40.703443 ], [ -73.822697, 40.70362 ], [ -73.822459, 40.703656 ], [ -73.822112, 40.701847 ], [ -73.822275, 40.701792 ], [ -73.822505, 40.701757 ], [ -73.82125, 40.699699 ], [ -73.82213, 40.699454 ], [ -73.822992, 40.699207 ], [ -73.823656, 40.699014 ], [ -73.823855, 40.698957 ], [ -73.824536, 40.698765 ], [ -73.825024, 40.698624 ], [ -73.825447, 40.698501 ], [ -73.82631, 40.698258 ], [ -73.827473, 40.700638 ], [ -73.827252, 40.700677 ], [ -73.827953, 40.70229 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014202", "name": "Census Tract 142.02, Queens County, New York", "total_population_17": 2674, "white_alone_17": 184.0, "black_alone_17": 198.0, "native_alone_17": 52.0, "asian_alone_17": 937.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1121.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.804, "pct_black_alone_change": -9.358, "pct_native_alone_change": -3.338, "pct_asian_alone_change": 17.059, "pct_hispanic_or_latino_change": -2.135, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6986663", "INTPTLON": "-073.8203471" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826839, 40.698115 ], [ -73.82631, 40.698258 ], [ -73.825447, 40.698501 ], [ -73.825024, 40.698624 ], [ -73.824536, 40.698765 ], [ -73.823855, 40.698957 ], [ -73.823656, 40.699014 ], [ -73.822992, 40.699207 ], [ -73.82213, 40.699454 ], [ -73.82125, 40.699699 ], [ -73.822505, 40.701757 ], [ -73.822275, 40.701792 ], [ -73.822112, 40.701847 ], [ -73.822459, 40.703656 ], [ -73.821478, 40.703416 ], [ -73.820536, 40.703227 ], [ -73.818692, 40.702876 ], [ -73.818559, 40.702851 ], [ -73.817749, 40.702696 ], [ -73.817544, 40.702657 ], [ -73.817484, 40.702659 ], [ -73.817447, 40.702672 ], [ -73.817417, 40.702693 ], [ -73.817393, 40.702735 ], [ -73.81736, 40.702858 ], [ -73.81686, 40.702444 ], [ -73.816477, 40.70245 ], [ -73.815486, 40.700345 ], [ -73.815466, 40.700309 ], [ -73.815456, 40.700279 ], [ -73.815023, 40.699459 ], [ -73.814995, 40.699406 ], [ -73.814499, 40.698497 ], [ -73.814429, 40.698335 ], [ -73.814201, 40.697911 ], [ -73.813787, 40.697265 ], [ -73.813719, 40.697153 ], [ -73.813943, 40.697147 ], [ -73.814173, 40.697135 ], [ -73.814285, 40.697114 ], [ -73.814407, 40.697087 ], [ -73.814572, 40.697044 ], [ -73.814853, 40.696962 ], [ -73.815316, 40.696822 ], [ -73.816174, 40.696583 ], [ -73.817011, 40.696347 ], [ -73.817863, 40.696104 ], [ -73.818881, 40.695818 ], [ -73.819111, 40.695756 ], [ -73.819223, 40.69573 ], [ -73.819318, 40.695716 ], [ -73.819363, 40.695716 ], [ -73.819522, 40.695708 ], [ -73.819932, 40.695606 ], [ -73.820853, 40.695346 ], [ -73.821069, 40.69578 ], [ -73.82283, 40.695282 ], [ -73.823728, 40.695022 ], [ -73.82477, 40.69472 ], [ -73.825832, 40.694448 ], [ -73.825944, 40.694675 ], [ -73.826811, 40.696453 ], [ -73.827528, 40.697918 ], [ -73.826839, 40.698115 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014300", "name": "Census Tract 143, Queens County, New York", "total_population_17": 4074, "white_alone_17": 1967.0, "black_alone_17": 39.0, "native_alone_17": 15.0, "asian_alone_17": 702.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1246.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.948, "pct_black_alone_change": -1.083, "pct_native_alone_change": -0.209, "pct_asian_alone_change": 0.62, "pct_hispanic_or_latino_change": 1.309, "pct_native_hawaiian_pacific_islander_change": -0.067, "INTPTLAT": "+40.7662996", "INTPTLON": "-073.9115113" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914499, 40.765856 ], [ -73.91194, 40.76901 ], [ -73.910942, 40.76885 ], [ -73.911681, 40.767963 ], [ -73.910886, 40.76758 ], [ -73.910088, 40.767204 ], [ -73.90929, 40.766828 ], [ -73.908492, 40.766452 ], [ -73.910505, 40.763979 ], [ -73.911305, 40.764354 ], [ -73.912103, 40.76473 ], [ -73.9129, 40.765103 ], [ -73.913701, 40.76548 ], [ -73.914499, 40.765856 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014400", "name": "Census Tract 144, Queens County, New York", "total_population_17": 2082, "white_alone_17": 71.0, "black_alone_17": 153.0, "native_alone_17": 8.0, "asian_alone_17": 907.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 789.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.019, "pct_black_alone_change": -6.537, "pct_native_alone_change": -1.803, "pct_asian_alone_change": 14.113, "pct_hispanic_or_latino_change": 4.376, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6984968", "INTPTLON": "-073.8284961" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.831521, 40.70139 ], [ -73.830629, 40.701617 ], [ -73.829738, 40.70184 ], [ -73.829469, 40.70191 ], [ -73.828848, 40.702066 ], [ -73.827953, 40.70229 ], [ -73.827252, 40.700677 ], [ -73.827473, 40.700638 ], [ -73.82631, 40.698258 ], [ -73.826839, 40.698115 ], [ -73.827528, 40.697918 ], [ -73.826811, 40.696453 ], [ -73.825944, 40.694675 ], [ -73.825832, 40.694448 ], [ -73.826913, 40.694223 ], [ -73.827972, 40.693992 ], [ -73.828054, 40.69416 ], [ -73.828889, 40.69586 ], [ -73.829607, 40.697328 ], [ -73.830886, 40.700009 ], [ -73.831037, 40.700253 ], [ -73.831521, 40.70139 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014500", "name": "Census Tract 145, Queens County, New York", "total_population_17": 2267, "white_alone_17": 1651.0, "black_alone_17": 49.0, "native_alone_17": 0.0, "asian_alone_17": 176.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 362.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.2, "pct_black_alone_change": 0.101, "pct_native_alone_change": -0.526, "pct_asian_alone_change": 0.928, "pct_hispanic_or_latino_change": -4.979, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7642809", "INTPTLON": "-073.9075079" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910505, 40.763979 ], [ -73.908492, 40.766452 ], [ -73.907709, 40.766083 ], [ -73.906911, 40.765711 ], [ -73.906362, 40.765459 ], [ -73.906112, 40.765337 ], [ -73.905312, 40.764965 ], [ -73.904512, 40.764589 ], [ -73.905245, 40.763687 ], [ -73.90651, 40.762109 ], [ -73.907311, 40.762483 ], [ -73.908113, 40.762857 ], [ -73.908908, 40.763229 ], [ -73.909713, 40.763598 ], [ -73.910505, 40.763979 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014700", "name": "Census Tract 147, Queens County, New York", "total_population_17": 3224, "white_alone_17": 2170.0, "black_alone_17": 88.0, "native_alone_17": 20.0, "asian_alone_17": 389.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 536.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.47, "pct_black_alone_change": 2.149, "pct_native_alone_change": 0.375, "pct_asian_alone_change": 2.243, "pct_hispanic_or_latino_change": 1.631, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7629976", "INTPTLON": "-073.9107521" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914992, 40.763892 ], [ -73.913701, 40.76548 ], [ -73.9129, 40.765103 ], [ -73.912103, 40.76473 ], [ -73.911305, 40.764354 ], [ -73.910505, 40.763979 ], [ -73.909713, 40.763598 ], [ -73.908908, 40.763229 ], [ -73.908113, 40.762857 ], [ -73.907311, 40.762483 ], [ -73.90651, 40.762109 ], [ -73.907794, 40.760518 ], [ -73.908592, 40.76089 ], [ -73.909391, 40.761264 ], [ -73.910192, 40.761638 ], [ -73.910991, 40.762011 ], [ -73.911799, 40.76239 ], [ -73.912599, 40.762766 ], [ -73.913397, 40.76314 ], [ -73.914194, 40.763516 ], [ -73.914784, 40.763793 ], [ -73.914992, 40.763892 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014800", "name": "Census Tract 148, Queens County, New York", "total_population_17": 2189, "white_alone_17": 99.0, "black_alone_17": 169.0, "native_alone_17": 0.0, "asian_alone_17": 657.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 693.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.068, "pct_black_alone_change": -11.7, "pct_native_alone_change": -6.986, "pct_asian_alone_change": 5.102, "pct_hispanic_or_latino_change": -3.008, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6945021", "INTPTLON": "-073.8223729" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827972, 40.693992 ], [ -73.826913, 40.694223 ], [ -73.825832, 40.694448 ], [ -73.82477, 40.69472 ], [ -73.823728, 40.695022 ], [ -73.82283, 40.695282 ], [ -73.821069, 40.69578 ], [ -73.820853, 40.695346 ], [ -73.819932, 40.695606 ], [ -73.819522, 40.695708 ], [ -73.819363, 40.695716 ], [ -73.819318, 40.695716 ], [ -73.819223, 40.69573 ], [ -73.819111, 40.695756 ], [ -73.818881, 40.695818 ], [ -73.817863, 40.696104 ], [ -73.817011, 40.696347 ], [ -73.816174, 40.696583 ], [ -73.815709, 40.695638 ], [ -73.816552, 40.695399 ], [ -73.817396, 40.695155 ], [ -73.818413, 40.694863 ], [ -73.819426, 40.69458 ], [ -73.820351, 40.694317 ], [ -73.82123, 40.694068 ], [ -73.822111, 40.693819 ], [ -73.823028, 40.693557 ], [ -73.824064, 40.693266 ], [ -73.825103, 40.692968 ], [ -73.826151, 40.692672 ], [ -73.827181, 40.692378 ], [ -73.82783, 40.6937 ], [ -73.827972, 40.693992 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081014900", "name": "Census Tract 149, Queens County, New York", "total_population_17": 2233, "white_alone_17": 1356.0, "black_alone_17": 18.0, "native_alone_17": 10.0, "asian_alone_17": 302.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 548.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.592, "pct_black_alone_change": 0.072, "pct_native_alone_change": -0.286, "pct_asian_alone_change": 3.661, "pct_hispanic_or_latino_change": -7.888, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7618538", "INTPTLON": "-073.9144442" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.917089, 40.76132 ], [ -73.914992, 40.763892 ], [ -73.914784, 40.763793 ], [ -73.914194, 40.763516 ], [ -73.913397, 40.76314 ], [ -73.912599, 40.762766 ], [ -73.911799, 40.76239 ], [ -73.912097, 40.762022 ], [ -73.913897, 40.759818 ], [ -73.914696, 40.760188 ], [ -73.915493, 40.760568 ], [ -73.916294, 40.760945 ], [ -73.917089, 40.76132 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015000", "name": "Census Tract 150, Queens County, New York", "total_population_17": 2799, "white_alone_17": 33.0, "black_alone_17": 153.0, "native_alone_17": 0.0, "asian_alone_17": 1076.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 606.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.367, "pct_black_alone_change": -11.611, "pct_native_alone_change": -16.203, "pct_asian_alone_change": 14.534, "pct_hispanic_or_latino_change": -9.485, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6934064", "INTPTLON": "-073.8211550" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827181, 40.692378 ], [ -73.826151, 40.692672 ], [ -73.825103, 40.692968 ], [ -73.824064, 40.693266 ], [ -73.823028, 40.693557 ], [ -73.822111, 40.693819 ], [ -73.82123, 40.694068 ], [ -73.820351, 40.694317 ], [ -73.819426, 40.69458 ], [ -73.818413, 40.694863 ], [ -73.817396, 40.695155 ], [ -73.816552, 40.695399 ], [ -73.815709, 40.695638 ], [ -73.815121, 40.69444 ], [ -73.815965, 40.694198 ], [ -73.816808, 40.69396 ], [ -73.817823, 40.693669 ], [ -73.818843, 40.693385 ], [ -73.819762, 40.693118 ], [ -73.820643, 40.692868 ], [ -73.821523, 40.692617 ], [ -73.822432, 40.692359 ], [ -73.823477, 40.692062 ], [ -73.824516, 40.691767 ], [ -73.825563, 40.691471 ], [ -73.826594, 40.691179 ], [ -73.827181, 40.692378 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015100", "name": "Census Tract 151, Queens County, New York", "total_population_17": 2455, "white_alone_17": 1715.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 308.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 370.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 18.332, "pct_black_alone_change": 0.703, "pct_native_alone_change": -0.318, "pct_asian_alone_change": -2.575, "pct_hispanic_or_latino_change": -10.056, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7601670", "INTPTLON": "-073.9108443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913897, 40.759818 ], [ -73.912097, 40.762022 ], [ -73.911799, 40.76239 ], [ -73.910991, 40.762011 ], [ -73.910192, 40.761638 ], [ -73.909391, 40.761264 ], [ -73.908592, 40.76089 ], [ -73.907794, 40.760518 ], [ -73.909688, 40.758187 ], [ -73.909885, 40.757946 ], [ -73.910684, 40.758319 ], [ -73.91149, 40.758693 ], [ -73.912286, 40.759066 ], [ -73.913087, 40.759438 ], [ -73.913897, 40.759818 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015200", "name": "Census Tract 152, Queens County, New York", "total_population_17": 3037, "white_alone_17": 124.0, "black_alone_17": 427.0, "native_alone_17": 0.0, "asian_alone_17": 1009.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 805.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.289, "pct_black_alone_change": -16.18, "pct_native_alone_change": -10.143, "pct_asian_alone_change": 14.441, "pct_hispanic_or_latino_change": -1.48, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6937454", "INTPTLON": "-073.8137824" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.815364, 40.692971 ], [ -73.81452, 40.693215 ], [ -73.815121, 40.69444 ], [ -73.815709, 40.695638 ], [ -73.816174, 40.696583 ], [ -73.815316, 40.696822 ], [ -73.814853, 40.696962 ], [ -73.814572, 40.697044 ], [ -73.814407, 40.697087 ], [ -73.814285, 40.697114 ], [ -73.814173, 40.697135 ], [ -73.813943, 40.697147 ], [ -73.813719, 40.697153 ], [ -73.813167, 40.696195 ], [ -73.81197, 40.694116 ], [ -73.811897, 40.693962 ], [ -73.811511, 40.693288 ], [ -73.81109, 40.692518 ], [ -73.810749, 40.691917 ], [ -73.810988, 40.691855 ], [ -73.811863, 40.69163 ], [ -73.812718, 40.691408 ], [ -73.813098, 40.691306 ], [ -73.81354, 40.691211 ], [ -73.814384, 40.690972 ], [ -73.815228, 40.690733 ], [ -73.81621, 40.692732 ], [ -73.815364, 40.692971 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015300", "name": "Census Tract 153, Queens County, New York", "total_population_17": 2018, "white_alone_17": 935.0, "black_alone_17": 80.0, "native_alone_17": 0.0, "asian_alone_17": 372.0, "native_hawaiian_pacific_islander_17": 46.0, "hispanic_or_latino_17": 502.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.643, "pct_black_alone_change": 2.591, "pct_native_alone_change": -0.458, "pct_asian_alone_change": 0.585, "pct_hispanic_or_latino_change": 0.276, "pct_native_hawaiian_pacific_islander_change": 2.279, "INTPTLAT": "+40.7580816", "INTPTLON": "-073.9136474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916604, 40.757848 ], [ -73.914696, 40.760188 ], [ -73.913897, 40.759818 ], [ -73.913087, 40.759438 ], [ -73.912286, 40.759066 ], [ -73.91149, 40.758693 ], [ -73.910684, 40.758319 ], [ -73.912397, 40.756236 ], [ -73.912611, 40.755971 ], [ -73.913411, 40.756348 ], [ -73.914212, 40.756721 ], [ -73.915007, 40.757098 ], [ -73.915806, 40.757473 ], [ -73.916604, 40.757848 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015400", "name": "Census Tract 154, Queens County, New York", "total_population_17": 2637, "white_alone_17": 92.0, "black_alone_17": 294.0, "native_alone_17": 0.0, "asian_alone_17": 998.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 541.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.565, "pct_black_alone_change": -5.828, "pct_native_alone_change": -17.146, "pct_asian_alone_change": 11.089, "pct_hispanic_or_latino_change": -5.14, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6921955", "INTPTLON": "-073.8205589" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826594, 40.691179 ], [ -73.825563, 40.691471 ], [ -73.824516, 40.691767 ], [ -73.823477, 40.692062 ], [ -73.822432, 40.692359 ], [ -73.821523, 40.692617 ], [ -73.820643, 40.692868 ], [ -73.819762, 40.693118 ], [ -73.818843, 40.693385 ], [ -73.817823, 40.693669 ], [ -73.816808, 40.69396 ], [ -73.815965, 40.694198 ], [ -73.815121, 40.69444 ], [ -73.81452, 40.693215 ], [ -73.815364, 40.692971 ], [ -73.81621, 40.692732 ], [ -73.817069, 40.692502 ], [ -73.817233, 40.692457 ], [ -73.817898, 40.692251 ], [ -73.818265, 40.692163 ], [ -73.819161, 40.691893 ], [ -73.820041, 40.691644 ], [ -73.820922, 40.691394 ], [ -73.821833, 40.691135 ], [ -73.822873, 40.69084 ], [ -73.823914, 40.690544 ], [ -73.824961, 40.690247 ], [ -73.825988, 40.689946 ], [ -73.826594, 40.691179 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015500", "name": "Census Tract 155, Queens County, New York", "total_population_17": 2471, "white_alone_17": 1379.0, "black_alone_17": 48.0, "native_alone_17": 0.0, "asian_alone_17": 403.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 550.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 12.48, "pct_black_alone_change": 1.008, "pct_native_alone_change": -0.561, "pct_asian_alone_change": -7.392, "pct_hispanic_or_latino_change": -3.013, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7600351", "INTPTLON": "-073.9175962" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921659, 40.757051 ], [ -73.919799, 40.759349 ], [ -73.917888, 40.761695 ], [ -73.915791, 40.764268 ], [ -73.914992, 40.763892 ], [ -73.917089, 40.76132 ], [ -73.916294, 40.760945 ], [ -73.915493, 40.760568 ], [ -73.914696, 40.760188 ], [ -73.916604, 40.757848 ], [ -73.917404, 40.758224 ], [ -73.918203, 40.7586 ], [ -73.918998, 40.758974 ], [ -73.920865, 40.756678 ], [ -73.921659, 40.757051 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015600", "name": "Census Tract 156, Queens County, New York", "total_population_17": 3284, "white_alone_17": 130.0, "black_alone_17": 397.0, "native_alone_17": 63.0, "asian_alone_17": 1344.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 391.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.574, "pct_black_alone_change": -7.071, "pct_native_alone_change": -10.914, "pct_asian_alone_change": 7.243, "pct_hispanic_or_latino_change": -9.995, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6903444", "INTPTLON": "-073.8206072" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825988, 40.689946 ], [ -73.824961, 40.690247 ], [ -73.823914, 40.690544 ], [ -73.822873, 40.69084 ], [ -73.821833, 40.691135 ], [ -73.820922, 40.691394 ], [ -73.820041, 40.691644 ], [ -73.819161, 40.691893 ], [ -73.818265, 40.692163 ], [ -73.817898, 40.692251 ], [ -73.817233, 40.692457 ], [ -73.817069, 40.692502 ], [ -73.81621, 40.692732 ], [ -73.815228, 40.690733 ], [ -73.816075, 40.690492 ], [ -73.816926, 40.69025 ], [ -73.818187, 40.689892 ], [ -73.819061, 40.689642 ], [ -73.819939, 40.689394 ], [ -73.820853, 40.689134 ], [ -73.821893, 40.688838 ], [ -73.822932, 40.688543 ], [ -73.82398, 40.688245 ], [ -73.825011, 40.687952 ], [ -73.825988, 40.689946 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015700", "name": "Census Tract 157, Queens County, New York", "total_population_17": 1486, "white_alone_17": 568.0, "black_alone_17": 28.0, "native_alone_17": 0.0, "asian_alone_17": 478.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 357.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 15.043, "pct_black_alone_change": -0.073, "pct_native_alone_change": -1.407, "pct_asian_alone_change": 1.341, "pct_hispanic_or_latino_change": -15.793, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7550147", "INTPTLON": "-073.9219258" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925627, 40.752137 ], [ -73.924157, 40.753961 ], [ -73.922905, 40.755506 ], [ -73.921659, 40.757051 ], [ -73.920865, 40.756678 ], [ -73.918998, 40.758974 ], [ -73.918203, 40.7586 ], [ -73.920062, 40.756303 ], [ -73.921321, 40.75476 ], [ -73.920521, 40.754388 ], [ -73.921619, 40.753028 ], [ -73.92204, 40.752938 ], [ -73.922966, 40.752729 ], [ -73.924417, 40.752404 ], [ -73.925627, 40.752137 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015801", "name": "Census Tract 158.01, Queens County, New York", "total_population_17": 3782, "white_alone_17": 27.0, "black_alone_17": 1145.0, "native_alone_17": 73.0, "asian_alone_17": 1031.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 452.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.669, "pct_black_alone_change": -3.306, "pct_native_alone_change": -5.135, "pct_asian_alone_change": 2.446, "pct_hispanic_or_latino_change": -10.272, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6888829", "INTPTLON": "-073.8123322" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816926, 40.69025 ], [ -73.816075, 40.690492 ], [ -73.815228, 40.690733 ], [ -73.814384, 40.690972 ], [ -73.81354, 40.691211 ], [ -73.813098, 40.691306 ], [ -73.812718, 40.691408 ], [ -73.811863, 40.69163 ], [ -73.810988, 40.691855 ], [ -73.810749, 40.691917 ], [ -73.809819, 40.690256 ], [ -73.809158, 40.689058 ], [ -73.809088, 40.688929 ], [ -73.808752, 40.688329 ], [ -73.808017, 40.68706 ], [ -73.808258, 40.686963 ], [ -73.809169, 40.686652 ], [ -73.810025, 40.68636 ], [ -73.810862, 40.686025 ], [ -73.811645, 40.685656 ], [ -73.812488, 40.687441 ], [ -73.813315, 40.687199 ], [ -73.813452, 40.687155 ], [ -73.814131, 40.68694 ], [ -73.814974, 40.686695 ], [ -73.816283, 40.6893 ], [ -73.81642, 40.689245 ], [ -73.816673, 40.689747 ], [ -73.816926, 40.69025 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015802", "name": "Census Tract 158.02, Queens County, New York", "total_population_17": 4722, "white_alone_17": 251.0, "black_alone_17": 1095.0, "native_alone_17": 18.0, "asian_alone_17": 823.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1034.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.933, "pct_black_alone_change": -10.392, "pct_native_alone_change": -6.684, "pct_asian_alone_change": -7.386, "pct_hispanic_or_latino_change": -0.325, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6875454", "INTPTLON": "-073.8196360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825011, 40.687952 ], [ -73.82398, 40.688245 ], [ -73.822932, 40.688543 ], [ -73.821893, 40.688838 ], [ -73.820853, 40.689134 ], [ -73.819939, 40.689394 ], [ -73.819061, 40.689642 ], [ -73.818187, 40.689892 ], [ -73.816926, 40.69025 ], [ -73.816673, 40.689747 ], [ -73.81642, 40.689245 ], [ -73.816283, 40.6893 ], [ -73.814974, 40.686695 ], [ -73.815817, 40.686452 ], [ -73.816661, 40.686211 ], [ -73.817375, 40.686003 ], [ -73.818183, 40.685774 ], [ -73.819031, 40.68554 ], [ -73.819726, 40.685385 ], [ -73.820593, 40.685138 ], [ -73.82147, 40.684891 ], [ -73.822454, 40.686903 ], [ -73.823179, 40.68662 ], [ -73.823297, 40.686575 ], [ -73.824173, 40.686234 ], [ -73.825011, 40.687952 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081015900", "name": "Census Tract 159, Queens County, New York", "total_population_17": 3948, "white_alone_17": 2321.0, "black_alone_17": 53.0, "native_alone_17": 0.0, "asian_alone_17": 467.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 993.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.54, "pct_black_alone_change": 0.374, "pct_native_alone_change": -0.189, "pct_asian_alone_change": 1.564, "pct_hispanic_or_latino_change": -2.467, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+40.7557869", "INTPTLON": "-073.9183425" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920521, 40.754388 ], [ -73.921321, 40.75476 ], [ -73.920062, 40.756303 ], [ -73.918203, 40.7586 ], [ -73.917404, 40.758224 ], [ -73.916604, 40.757848 ], [ -73.915806, 40.757473 ], [ -73.915007, 40.757098 ], [ -73.916871, 40.754807 ], [ -73.917632, 40.753858 ], [ -73.918923, 40.753636 ], [ -73.920277, 40.753338 ], [ -73.920479, 40.753285 ], [ -73.921619, 40.753028 ], [ -73.920521, 40.754388 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081016100", "name": "Census Tract 161, Queens County, New York", "total_population_17": 2482, "white_alone_17": 793.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 421.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1222.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.453, "pct_black_alone_change": -2.368, "pct_native_alone_change": -0.275, "pct_asian_alone_change": -9.832, "pct_hispanic_or_latino_change": 13.113, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7550819", "INTPTLON": "-073.9145862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.916871, 40.754807 ], [ -73.915007, 40.757098 ], [ -73.914212, 40.756721 ], [ -73.913411, 40.756348 ], [ -73.912611, 40.755971 ], [ -73.912168, 40.755764 ], [ -73.911764, 40.755573 ], [ -73.911958, 40.755396 ], [ -73.913542, 40.753469 ], [ -73.914467, 40.753661 ], [ -73.914685, 40.753667 ], [ -73.915473, 40.753792 ], [ -73.916505, 40.753892 ], [ -73.917632, 40.753858 ], [ -73.916871, 40.754807 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081016300", "name": "Census Tract 163, Queens County, New York", "total_population_17": 3558, "white_alone_17": 532.0, "black_alone_17": 821.0, "native_alone_17": 0.0, "asian_alone_17": 550.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1655.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.262, "pct_black_alone_change": -4.18, "pct_native_alone_change": -0.22, "pct_asian_alone_change": 0.896, "pct_hispanic_or_latino_change": 7.646, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7563081", "INTPTLON": "-073.9098820" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913542, 40.753469 ], [ -73.911958, 40.755396 ], [ -73.911764, 40.755573 ], [ -73.912168, 40.755764 ], [ -73.912611, 40.755971 ], [ -73.912397, 40.756236 ], [ -73.910684, 40.758319 ], [ -73.909885, 40.757946 ], [ -73.909688, 40.758187 ], [ -73.907794, 40.760518 ], [ -73.907292, 40.760281 ], [ -73.906997, 40.760143 ], [ -73.906315, 40.759844 ], [ -73.906437, 40.759652 ], [ -73.906915, 40.758901 ], [ -73.907534, 40.758045 ], [ -73.907828, 40.756999 ], [ -73.90836, 40.755573 ], [ -73.908465, 40.755292 ], [ -73.908655, 40.754939 ], [ -73.909013, 40.75428 ], [ -73.909175, 40.754064 ], [ -73.909238, 40.753981 ], [ -73.909449, 40.753731 ], [ -73.909693, 40.75347 ], [ -73.909954, 40.753218 ], [ -73.910231, 40.752977 ], [ -73.910451, 40.752961 ], [ -73.910671, 40.752989 ], [ -73.91257, 40.753304 ], [ -73.913542, 40.753469 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081016400", "name": "Census Tract 164, Queens County, New York", "total_population_17": 3852, "white_alone_17": 117.0, "black_alone_17": 1136.0, "native_alone_17": 1.0, "asian_alone_17": 920.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 726.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.207, "pct_black_alone_change": -4.498, "pct_native_alone_change": -5.491, "pct_asian_alone_change": -3.646, "pct_hispanic_or_latino_change": -0.671, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.6850800", "INTPTLON": "-073.8165573" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.820593, 40.685138 ], [ -73.819726, 40.685385 ], [ -73.819031, 40.68554 ], [ -73.818183, 40.685774 ], [ -73.817375, 40.686003 ], [ -73.816661, 40.686211 ], [ -73.815817, 40.686452 ], [ -73.814974, 40.686695 ], [ -73.814131, 40.68694 ], [ -73.813452, 40.687155 ], [ -73.813315, 40.687199 ], [ -73.812488, 40.687441 ], [ -73.811645, 40.685656 ], [ -73.812437, 40.685287 ], [ -73.813367, 40.684847 ], [ -73.813592, 40.68471 ], [ -73.813937, 40.684598 ], [ -73.814268, 40.684503 ], [ -73.814773, 40.684361 ], [ -73.815138, 40.684258 ], [ -73.815619, 40.684121 ], [ -73.816028, 40.684004 ], [ -73.816335, 40.683918 ], [ -73.816913, 40.683753 ], [ -73.817163, 40.683684 ], [ -73.817781, 40.683504 ], [ -73.817811, 40.683495 ], [ -73.818001, 40.68344 ], [ -73.818676, 40.683249 ], [ -73.819544, 40.683002 ], [ -73.820421, 40.682755 ], [ -73.82147, 40.684891 ], [ -73.820593, 40.685138 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081016600", "name": "Census Tract 166, Queens County, New York", "total_population_17": 3585, "white_alone_17": 101.0, "black_alone_17": 565.0, "native_alone_17": 100.0, "asian_alone_17": 743.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1088.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.227, "pct_black_alone_change": -6.4, "pct_native_alone_change": -1.052, "pct_asian_alone_change": -12.42, "pct_hispanic_or_latino_change": 2.898, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6812765", "INTPTLON": "-073.8207045" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.823297, 40.686575 ], [ -73.823179, 40.68662 ], [ -73.822454, 40.686903 ], [ -73.82147, 40.684891 ], [ -73.820421, 40.682755 ], [ -73.819565, 40.681007 ], [ -73.818707, 40.679254 ], [ -73.817852, 40.677508 ], [ -73.817294, 40.676277 ], [ -73.817076, 40.675796 ], [ -73.817256, 40.675822 ], [ -73.818191, 40.675964 ], [ -73.819139, 40.676119 ], [ -73.819225, 40.676133 ], [ -73.819641, 40.677 ], [ -73.8205, 40.678749 ], [ -73.821357, 40.680497 ], [ -73.822211, 40.682244 ], [ -73.823261, 40.684382 ], [ -73.824173, 40.686234 ], [ -73.823297, 40.686575 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081016800", "name": "Census Tract 168, Queens County, New York", "total_population_17": 3314, "white_alone_17": 105.0, "black_alone_17": 397.0, "native_alone_17": 6.0, "asian_alone_17": 907.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 844.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.87, "pct_black_alone_change": -17.073, "pct_native_alone_change": -5.493, "pct_asian_alone_change": 5.419, "pct_hispanic_or_latino_change": -1.545, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.6793675", "INTPTLON": "-073.8172334" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.820421, 40.682755 ], [ -73.819544, 40.683002 ], [ -73.818676, 40.683249 ], [ -73.818001, 40.68344 ], [ -73.817811, 40.683495 ], [ -73.816943, 40.681758 ], [ -73.816378, 40.680616 ], [ -73.816074, 40.680007 ], [ -73.815216, 40.678258 ], [ -73.814362, 40.67651 ], [ -73.813869, 40.675478 ], [ -73.814472, 40.675532 ], [ -73.814948, 40.67558 ], [ -73.815403, 40.675624 ], [ -73.815992, 40.675682 ], [ -73.816839, 40.675764 ], [ -73.817076, 40.675796 ], [ -73.817294, 40.676277 ], [ -73.817852, 40.677508 ], [ -73.818707, 40.679254 ], [ -73.819565, 40.681007 ], [ -73.820421, 40.682755 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081016900", "name": "Census Tract 169, Queens County, New York", "total_population_17": 6038, "white_alone_17": 2215.0, "black_alone_17": 126.0, "native_alone_17": 0.0, "asian_alone_17": 1920.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1629.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.461, "pct_black_alone_change": 0.599, "pct_native_alone_change": -0.448, "pct_asian_alone_change": 10.272, "pct_hispanic_or_latino_change": 0.648, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7482726", "INTPTLON": "-073.9143592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918676, 40.749488 ], [ -73.917963, 40.749623 ], [ -73.915406, 40.750111 ], [ -73.915091, 40.750159 ], [ -73.914772, 40.750194 ], [ -73.914462, 40.750215 ], [ -73.914127, 40.750223 ], [ -73.913805, 40.750218 ], [ -73.913484, 40.750199 ], [ -73.911625, 40.749979 ], [ -73.909711, 40.749755 ], [ -73.9099, 40.749087 ], [ -73.910159, 40.748502 ], [ -73.911642, 40.748685 ], [ -73.91173, 40.748435 ], [ -73.911765, 40.748357 ], [ -73.911801, 40.748276 ], [ -73.91193, 40.747988 ], [ -73.91212, 40.747295 ], [ -73.91231, 40.746496 ], [ -73.912353, 40.74632 ], [ -73.912449, 40.74592 ], [ -73.913373, 40.746031 ], [ -73.914303, 40.746138 ], [ -73.915232, 40.746246 ], [ -73.915605, 40.74629 ], [ -73.916158, 40.746355 ], [ -73.917086, 40.74646 ], [ -73.918014, 40.746568 ], [ -73.917908, 40.74714 ], [ -73.91776, 40.747837 ], [ -73.917701, 40.748129 ], [ -73.917607, 40.748599 ], [ -73.917456, 40.749356 ], [ -73.918019, 40.749427 ], [ -73.91838, 40.749473 ], [ -73.918557, 40.749482 ], [ -73.918676, 40.749488 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081017000", "name": "Census Tract 170, Queens County, New York", "total_population_17": 2800, "white_alone_17": 62.0, "black_alone_17": 828.0, "native_alone_17": 75.0, "asian_alone_17": 1004.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 266.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.733, "pct_black_alone_change": -33.753, "pct_native_alone_change": 0.195, "pct_asian_alone_change": 23.434, "pct_hispanic_or_latino_change": -4.522, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6843144", "INTPTLON": "-073.8120017" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.817781, 40.683504 ], [ -73.817163, 40.683684 ], [ -73.816913, 40.683753 ], [ -73.816335, 40.683918 ], [ -73.816028, 40.684004 ], [ -73.815619, 40.684121 ], [ -73.815138, 40.684258 ], [ -73.814773, 40.684361 ], [ -73.814268, 40.684503 ], [ -73.813937, 40.684598 ], [ -73.813592, 40.68471 ], [ -73.813367, 40.684847 ], [ -73.812437, 40.685287 ], [ -73.811645, 40.685656 ], [ -73.810862, 40.686025 ], [ -73.810025, 40.68636 ], [ -73.809169, 40.686652 ], [ -73.808258, 40.686963 ], [ -73.808017, 40.68706 ], [ -73.807703, 40.686516 ], [ -73.807401, 40.685946 ], [ -73.80727, 40.685699 ], [ -73.806748, 40.684683 ], [ -73.806885, 40.684651 ], [ -73.806925, 40.684642 ], [ -73.807106, 40.684602 ], [ -73.808014, 40.684286 ], [ -73.808889, 40.684042 ], [ -73.809767, 40.683791 ], [ -73.810646, 40.683542 ], [ -73.811528, 40.683292 ], [ -73.812471, 40.683022 ], [ -73.813418, 40.682752 ], [ -73.814298, 40.682506 ], [ -73.815163, 40.682252 ], [ -73.815329, 40.682207 ], [ -73.816054, 40.682004 ], [ -73.816943, 40.681758 ], [ -73.817811, 40.683495 ], [ -73.817781, 40.683504 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081017100", "name": "Census Tract 171, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7497497", "INTPTLON": "-073.9255501" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.943736, 40.743712 ], [ -73.94345, 40.744057 ], [ -73.943007, 40.744602 ], [ -73.942808, 40.744661 ], [ -73.941923, 40.744929 ], [ -73.941848, 40.744952 ], [ -73.939965, 40.745745 ], [ -73.939897, 40.745781 ], [ -73.939666, 40.745906 ], [ -73.939521, 40.745984 ], [ -73.938914, 40.746638 ], [ -73.938201, 40.74716 ], [ -73.937411, 40.747863 ], [ -73.936835, 40.748395 ], [ -73.937395, 40.748914 ], [ -73.936757, 40.749147 ], [ -73.936656, 40.749235 ], [ -73.936457, 40.749413 ], [ -73.936211, 40.74963 ], [ -73.936161, 40.749674 ], [ -73.936095, 40.749732 ], [ -73.934743, 40.750979 ], [ -73.933833, 40.751605 ], [ -73.932276, 40.751954 ], [ -73.931959, 40.751974 ], [ -73.931265, 40.751993 ], [ -73.930154, 40.752012 ], [ -73.929164, 40.752033 ], [ -73.928742, 40.752042 ], [ -73.927908, 40.752051 ], [ -73.926469, 40.752069 ], [ -73.926424, 40.752072 ], [ -73.925961, 40.752096 ], [ -73.925627, 40.752137 ], [ -73.924417, 40.752404 ], [ -73.922966, 40.752729 ], [ -73.92204, 40.752938 ], [ -73.921619, 40.753028 ], [ -73.920479, 40.753285 ], [ -73.920277, 40.753338 ], [ -73.918923, 40.753636 ], [ -73.917632, 40.753858 ], [ -73.916505, 40.753892 ], [ -73.915473, 40.753792 ], [ -73.914685, 40.753667 ], [ -73.914467, 40.753661 ], [ -73.913542, 40.753469 ], [ -73.91257, 40.753304 ], [ -73.910671, 40.752989 ], [ -73.910451, 40.752961 ], [ -73.909847, 40.751637 ], [ -73.909556, 40.751037 ], [ -73.909497, 40.750951 ], [ -73.909459, 40.750855 ], [ -73.909443, 40.750755 ], [ -73.909452, 40.750656 ], [ -73.909483, 40.750561 ], [ -73.909516, 40.750442 ], [ -73.909711, 40.749755 ], [ -73.911625, 40.749979 ], [ -73.913484, 40.750199 ], [ -73.913805, 40.750218 ], [ -73.914127, 40.750223 ], [ -73.914462, 40.750215 ], [ -73.914772, 40.750194 ], [ -73.915091, 40.750159 ], [ -73.915406, 40.750111 ], [ -73.917963, 40.749623 ], [ -73.918676, 40.749488 ], [ -73.919359, 40.749345 ], [ -73.920342, 40.749159 ], [ -73.920798, 40.746891 ], [ -73.921724, 40.746999 ], [ -73.922653, 40.747107 ], [ -73.923581, 40.747214 ], [ -73.92451, 40.747321 ], [ -73.925467, 40.747432 ], [ -73.926353, 40.747551 ], [ -73.926771, 40.747592 ], [ -73.927323, 40.747485 ], [ -73.928318, 40.74729 ], [ -73.929335, 40.747062 ], [ -73.930291, 40.746897 ], [ -73.931274, 40.746702 ], [ -73.932268, 40.746497 ], [ -73.933264, 40.746288 ], [ -73.934401, 40.746035 ], [ -73.937697, 40.745239 ], [ -73.938258, 40.745068 ], [ -73.93926, 40.744748 ], [ -73.940316, 40.744405 ], [ -73.941741, 40.743859 ], [ -73.942111, 40.743714 ], [ -73.942976, 40.743369 ], [ -73.944196, 40.742882 ], [ -73.943736, 40.743712 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081017200", "name": "Census Tract 172, Queens County, New York", "total_population_17": 2115, "white_alone_17": 52.0, "black_alone_17": 644.0, "native_alone_17": 0.0, "asian_alone_17": 684.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 253.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.62, "pct_black_alone_change": -29.551, "pct_native_alone_change": -1.57, "pct_asian_alone_change": 17.407, "pct_hispanic_or_latino_change": -3.912, "pct_native_hawaiian_pacific_islander_change": -0.224, "INTPTLAT": "+40.6823328", "INTPTLON": "-073.8114011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816943, 40.681758 ], [ -73.816054, 40.682004 ], [ -73.815329, 40.682207 ], [ -73.815163, 40.682252 ], [ -73.814298, 40.682506 ], [ -73.813418, 40.682752 ], [ -73.812471, 40.683022 ], [ -73.811528, 40.683292 ], [ -73.810646, 40.683542 ], [ -73.809767, 40.683791 ], [ -73.808889, 40.684042 ], [ -73.808014, 40.684286 ], [ -73.807106, 40.684602 ], [ -73.806925, 40.684642 ], [ -73.806885, 40.684651 ], [ -73.806748, 40.684683 ], [ -73.805891, 40.682897 ], [ -73.80622, 40.682804 ], [ -73.807156, 40.682539 ], [ -73.807771, 40.682364 ], [ -73.808047, 40.682287 ], [ -73.808908, 40.682042 ], [ -73.809791, 40.681792 ], [ -73.810669, 40.681543 ], [ -73.811617, 40.681274 ], [ -73.812561, 40.681005 ], [ -73.81344, 40.680755 ], [ -73.814317, 40.680506 ], [ -73.815197, 40.680257 ], [ -73.816074, 40.680007 ], [ -73.816378, 40.680616 ], [ -73.816943, 40.681758 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081017400", "name": "Census Tract 174, Queens County, New York", "total_population_17": 2474, "white_alone_17": 40.0, "black_alone_17": 930.0, "native_alone_17": 35.0, "asian_alone_17": 434.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 633.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.595, "pct_black_alone_change": -28.77, "pct_native_alone_change": -0.714, "pct_asian_alone_change": 10.029, "pct_hispanic_or_latino_change": 8.099, "pct_native_hawaiian_pacific_islander_change": -0.334, "INTPTLAT": "+40.6805787", "INTPTLON": "-073.8105518" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816074, 40.680007 ], [ -73.815197, 40.680257 ], [ -73.814317, 40.680506 ], [ -73.81344, 40.680755 ], [ -73.812561, 40.681005 ], [ -73.811617, 40.681274 ], [ -73.810669, 40.681543 ], [ -73.809791, 40.681792 ], [ -73.808908, 40.682042 ], [ -73.808047, 40.682287 ], [ -73.807771, 40.682364 ], [ -73.807156, 40.682539 ], [ -73.80622, 40.682804 ], [ -73.805891, 40.682897 ], [ -73.805031, 40.681146 ], [ -73.805207, 40.681094 ], [ -73.805361, 40.68105 ], [ -73.806298, 40.680789 ], [ -73.807169, 40.680543 ], [ -73.807867, 40.680339 ], [ -73.808055, 40.68029 ], [ -73.80893, 40.680042 ], [ -73.809812, 40.679793 ], [ -73.810759, 40.679525 ], [ -73.811704, 40.679255 ], [ -73.812581, 40.679007 ], [ -73.813461, 40.678758 ], [ -73.814339, 40.678508 ], [ -73.815216, 40.678258 ], [ -73.816074, 40.680007 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081017600", "name": "Census Tract 176, Queens County, New York", "total_population_17": 2423, "white_alone_17": 89.0, "black_alone_17": 1007.0, "native_alone_17": 0.0, "asian_alone_17": 473.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 402.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.435, "pct_black_alone_change": -33.079, "pct_native_alone_change": -2.337, "pct_asian_alone_change": 12.808, "pct_hispanic_or_latino_change": 5.651, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6788250", "INTPTLON": "-073.8097137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.815216, 40.678258 ], [ -73.814339, 40.678508 ], [ -73.813461, 40.678758 ], [ -73.812581, 40.679007 ], [ -73.811704, 40.679255 ], [ -73.810759, 40.679525 ], [ -73.809812, 40.679793 ], [ -73.80893, 40.680042 ], [ -73.808055, 40.68029 ], [ -73.807867, 40.680339 ], [ -73.807169, 40.680543 ], [ -73.806298, 40.680789 ], [ -73.805361, 40.68105 ], [ -73.805207, 40.681094 ], [ -73.805031, 40.681146 ], [ -73.804579, 40.680129 ], [ -73.804235, 40.679416 ], [ -73.804507, 40.679308 ], [ -73.805424, 40.679042 ], [ -73.806314, 40.678794 ], [ -73.807197, 40.67854 ], [ -73.807686, 40.678406 ], [ -73.808067, 40.678297 ], [ -73.808954, 40.678041 ], [ -73.8099, 40.677775 ], [ -73.810846, 40.677509 ], [ -73.811726, 40.677256 ], [ -73.812602, 40.677008 ], [ -73.813483, 40.676761 ], [ -73.814362, 40.67651 ], [ -73.815216, 40.678258 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081017800", "name": "Census Tract 178, Queens County, New York", "total_population_17": 2284, "white_alone_17": 7.0, "black_alone_17": 799.0, "native_alone_17": 35.0, "asian_alone_17": 291.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 621.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.682, "pct_black_alone_change": -37.859, "pct_native_alone_change": -1.137, "pct_asian_alone_change": 6.566, "pct_hispanic_or_latino_change": 13.584, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6770911", "INTPTLON": "-073.8087606" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.814362, 40.67651 ], [ -73.813483, 40.676761 ], [ -73.812602, 40.677008 ], [ -73.811726, 40.677256 ], [ -73.810846, 40.677509 ], [ -73.8099, 40.677775 ], [ -73.808954, 40.678041 ], [ -73.808067, 40.678297 ], [ -73.807686, 40.678406 ], [ -73.807197, 40.67854 ], [ -73.806314, 40.678794 ], [ -73.805424, 40.679042 ], [ -73.804507, 40.679308 ], [ -73.804235, 40.679416 ], [ -73.803356, 40.677644 ], [ -73.803649, 40.677557 ], [ -73.80456, 40.677303 ], [ -73.805461, 40.677048 ], [ -73.806337, 40.676797 ], [ -73.807237, 40.676535 ], [ -73.807511, 40.67646 ], [ -73.808101, 40.676297 ], [ -73.809045, 40.676027 ], [ -73.809992, 40.67576 ], [ -73.809739, 40.67524 ], [ -73.809782, 40.675108 ], [ -73.810774, 40.675198 ], [ -73.811555, 40.67527 ], [ -73.811692, 40.675157 ], [ -73.81176, 40.675287 ], [ -73.812596, 40.675362 ], [ -73.812835, 40.675384 ], [ -73.81353, 40.675447 ], [ -73.813869, 40.675478 ], [ -73.814362, 40.67651 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081017900", "name": "Census Tract 179, Queens County, New York", "total_population_17": 967, "white_alone_17": 236.0, "black_alone_17": 29.0, "native_alone_17": 0.0, "asian_alone_17": 346.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 340.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.696, "pct_black_alone_change": 0.092, "pct_native_alone_change": -0.441, "pct_asian_alone_change": 11.728, "pct_hispanic_or_latino_change": -3.43, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7446893", "INTPTLON": "-073.9302773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.937697, 40.745239 ], [ -73.934401, 40.746035 ], [ -73.933264, 40.746288 ], [ -73.932268, 40.746497 ], [ -73.931274, 40.746702 ], [ -73.930291, 40.746897 ], [ -73.929335, 40.747062 ], [ -73.928318, 40.74729 ], [ -73.927323, 40.747485 ], [ -73.926771, 40.747592 ], [ -73.926353, 40.747551 ], [ -73.925467, 40.747432 ], [ -73.92451, 40.747321 ], [ -73.924845, 40.745653 ], [ -73.925158, 40.744058 ], [ -73.925185, 40.743924 ], [ -73.925205, 40.743822 ], [ -73.925219, 40.743751 ], [ -73.925588, 40.741908 ], [ -73.92655, 40.74202 ], [ -73.927444, 40.742123 ], [ -73.928371, 40.74223 ], [ -73.929299, 40.742338 ], [ -73.930227, 40.742446 ], [ -73.931155, 40.742553 ], [ -73.932082, 40.742659 ], [ -73.933012, 40.742767 ], [ -73.933937, 40.742874 ], [ -73.934868, 40.742983 ], [ -73.93579, 40.743085 ], [ -73.936722, 40.743195 ], [ -73.937651, 40.743305 ], [ -73.937261, 40.745176 ], [ -73.937697, 40.745239 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018000", "name": "Census Tract 180, Queens County, New York", "total_population_17": 1457, "white_alone_17": 228.0, "black_alone_17": 265.0, "native_alone_17": 129.0, "asian_alone_17": 307.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 272.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.375, "pct_black_alone_change": -61.339, "pct_native_alone_change": 8.672, "pct_asian_alone_change": 14.975, "pct_hispanic_or_latino_change": 9.387, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6757857", "INTPTLON": "-073.8054115" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.809992, 40.67576 ], [ -73.809045, 40.676027 ], [ -73.808101, 40.676297 ], [ -73.807511, 40.67646 ], [ -73.807237, 40.676535 ], [ -73.806337, 40.676797 ], [ -73.805461, 40.677048 ], [ -73.80456, 40.677303 ], [ -73.803649, 40.677557 ], [ -73.803356, 40.677644 ], [ -73.803089, 40.677037 ], [ -73.801793, 40.674394 ], [ -73.802081, 40.674419 ], [ -73.80269, 40.674471 ], [ -73.803204, 40.674521 ], [ -73.803597, 40.674551 ], [ -73.804283, 40.674621 ], [ -73.804512, 40.674632 ], [ -73.8054, 40.674711 ], [ -73.806197, 40.674784 ], [ -73.807442, 40.674897 ], [ -73.808536, 40.674996 ], [ -73.809782, 40.675108 ], [ -73.809739, 40.67524 ], [ -73.809992, 40.67576 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018101", "name": "Census Tract 181.01, Queens County, New York", "total_population_17": 3581, "white_alone_17": 1132.0, "black_alone_17": 43.0, "native_alone_17": 19.0, "asian_alone_17": 708.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1665.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -5.719, "pct_black_alone_change": -0.627, "pct_native_alone_change": 0.105, "pct_asian_alone_change": -9.416, "pct_hispanic_or_latino_change": 17.129, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7445099", "INTPTLON": "-073.9241233" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925219, 40.743751 ], [ -73.925205, 40.743822 ], [ -73.925185, 40.743924 ], [ -73.925158, 40.744058 ], [ -73.924845, 40.745653 ], [ -73.92451, 40.747321 ], [ -73.923581, 40.747214 ], [ -73.922653, 40.747107 ], [ -73.922989, 40.745438 ], [ -73.923316, 40.743856 ], [ -73.923371, 40.743537 ], [ -73.923739, 40.741692 ], [ -73.924664, 40.7418 ], [ -73.925588, 40.741908 ], [ -73.925219, 40.743751 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018102", "name": "Census Tract 181.02, Queens County, New York", "total_population_17": 3539, "white_alone_17": 2029.0, "black_alone_17": 49.0, "native_alone_17": 0.0, "asian_alone_17": 601.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 750.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 20.003, "pct_black_alone_change": -0.443, "pct_native_alone_change": -0.426, "pct_asian_alone_change": -12.205, "pct_hispanic_or_latino_change": -8.174, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7442918", "INTPTLON": "-073.9222696" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.923371, 40.743537 ], [ -73.923316, 40.743856 ], [ -73.922989, 40.745438 ], [ -73.922653, 40.747107 ], [ -73.921724, 40.746999 ], [ -73.920798, 40.746891 ], [ -73.921132, 40.745224 ], [ -73.921451, 40.743634 ], [ -73.921512, 40.743325 ], [ -73.921883, 40.741478 ], [ -73.92281, 40.741585 ], [ -73.923739, 40.741692 ], [ -73.923371, 40.743537 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018200", "name": "Census Tract 182, Queens County, New York", "total_population_17": 2538, "white_alone_17": 43.0, "black_alone_17": 1188.0, "native_alone_17": 23.0, "asian_alone_17": 389.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 460.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.398, "pct_black_alone_change": -38.848, "pct_native_alone_change": 0.772, "pct_asian_alone_change": 13.361, "pct_hispanic_or_latino_change": 8.25, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6761566", "INTPTLON": "-073.7991566" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.803141, 40.677703 ], [ -73.802621, 40.67785 ], [ -73.80229, 40.677943 ], [ -73.801428, 40.67819 ], [ -73.800562, 40.678436 ], [ -73.799702, 40.678683 ], [ -73.798832, 40.678921 ], [ -73.798215, 40.679097 ], [ -73.797535, 40.677739 ], [ -73.79727, 40.677195 ], [ -73.796923, 40.67649 ], [ -73.795935, 40.676597 ], [ -73.79547, 40.675596 ], [ -73.795109, 40.674808 ], [ -73.794691, 40.67389 ], [ -73.794726, 40.673761 ], [ -73.795705, 40.67385 ], [ -73.797922, 40.67405 ], [ -73.798365, 40.674087 ], [ -73.79893, 40.67414 ], [ -73.799879, 40.674224 ], [ -73.800632, 40.674307 ], [ -73.801216, 40.674344 ], [ -73.801593, 40.674376 ], [ -73.801793, 40.674394 ], [ -73.803089, 40.677037 ], [ -73.803356, 40.677644 ], [ -73.803141, 40.677703 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018300", "name": "Census Tract 183, Queens County, New York", "total_population_17": 6461, "white_alone_17": 3038.0, "black_alone_17": 36.0, "native_alone_17": 0.0, "asian_alone_17": 1206.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2011.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.416, "pct_black_alone_change": -0.611, "pct_native_alone_change": -0.473, "pct_asian_alone_change": -8.987, "pct_hispanic_or_latino_change": 1.329, "pct_native_hawaiian_pacific_islander_change": -0.015, "INTPTLAT": "+40.7453409", "INTPTLON": "-073.9196687" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.921512, 40.743325 ], [ -73.921451, 40.743634 ], [ -73.921132, 40.745224 ], [ -73.920798, 40.746891 ], [ -73.920342, 40.749159 ], [ -73.919359, 40.749345 ], [ -73.918676, 40.749488 ], [ -73.918557, 40.749482 ], [ -73.91838, 40.749473 ], [ -73.918019, 40.749427 ], [ -73.917456, 40.749356 ], [ -73.917607, 40.748599 ], [ -73.917701, 40.748129 ], [ -73.91776, 40.747837 ], [ -73.917908, 40.74714 ], [ -73.918014, 40.746568 ], [ -73.918349, 40.744901 ], [ -73.918674, 40.743296 ], [ -73.91873, 40.742991 ], [ -73.918898, 40.742187 ], [ -73.919099, 40.741155 ], [ -73.920028, 40.741262 ], [ -73.920956, 40.741362 ], [ -73.921883, 40.741478 ], [ -73.921512, 40.743325 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018401", "name": "Census Tract 184.01, Queens County, New York", "total_population_17": 2118, "white_alone_17": 0.0, "black_alone_17": 1729.0, "native_alone_17": 0.0, "asian_alone_17": 39.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 178.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.338, "pct_black_alone_change": -9.463, "pct_native_alone_change": -0.211, "pct_asian_alone_change": 0.069, "pct_hispanic_or_latino_change": 2.919, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6751913", "INTPTLON": "-073.7922208" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.795935, 40.676597 ], [ -73.794986, 40.6767 ], [ -73.794044, 40.676813 ], [ -73.793173, 40.67708 ], [ -73.792316, 40.677372 ], [ -73.791476, 40.677655 ], [ -73.791128, 40.677773 ], [ -73.790952, 40.677325 ], [ -73.790663, 40.67667 ], [ -73.790344, 40.67604 ], [ -73.78989, 40.675202 ], [ -73.78971, 40.674896 ], [ -73.789536, 40.674653 ], [ -73.789368, 40.674441 ], [ -73.789175, 40.674224 ], [ -73.788864, 40.673913 ], [ -73.788296, 40.673493 ], [ -73.788223, 40.673458 ], [ -73.787676, 40.673203 ], [ -73.786868, 40.672824 ], [ -73.788085, 40.67301 ], [ -73.789017, 40.673158 ], [ -73.789886, 40.673298 ], [ -73.790297, 40.673363 ], [ -73.790474, 40.673391 ], [ -73.790798, 40.673419 ], [ -73.791498, 40.673477 ], [ -73.791652, 40.67349 ], [ -73.792614, 40.673572 ], [ -73.793752, 40.673675 ], [ -73.794726, 40.673761 ], [ -73.794691, 40.67389 ], [ -73.795109, 40.674808 ], [ -73.79547, 40.675596 ], [ -73.795935, 40.676597 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018402", "name": "Census Tract 184.02, Queens County, New York", "total_population_17": 2448, "white_alone_17": 79.0, "black_alone_17": 1622.0, "native_alone_17": 6.0, "asian_alone_17": 134.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 367.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.815, "pct_black_alone_change": -25.691, "pct_native_alone_change": 0.154, "pct_asian_alone_change": 4.285, "pct_hispanic_or_latino_change": 9.594, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6789478", "INTPTLON": "-073.7943611" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.798215, 40.679097 ], [ -73.797298, 40.679362 ], [ -73.796414, 40.679614 ], [ -73.795527, 40.679858 ], [ -73.794615, 40.680027 ], [ -73.793695, 40.680187 ], [ -73.794635, 40.68211 ], [ -73.793755, 40.68236 ], [ -73.792877, 40.682612 ], [ -73.79266, 40.682569 ], [ -73.792643, 40.682498 ], [ -73.792489, 40.681848 ], [ -73.792287, 40.681146 ], [ -73.792093, 40.680476 ], [ -73.791868, 40.679747 ], [ -73.791722, 40.679341 ], [ -73.791459, 40.678649 ], [ -73.791206, 40.677983 ], [ -73.791128, 40.677773 ], [ -73.791476, 40.677655 ], [ -73.792316, 40.677372 ], [ -73.793173, 40.67708 ], [ -73.794044, 40.676813 ], [ -73.794986, 40.6767 ], [ -73.795935, 40.676597 ], [ -73.796923, 40.67649 ], [ -73.79727, 40.677195 ], [ -73.797535, 40.677739 ], [ -73.798215, 40.679097 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018501", "name": "Census Tract 185.01, Queens County, New York", "total_population_17": 3333, "white_alone_17": 1347.0, "black_alone_17": 125.0, "native_alone_17": 30.0, "asian_alone_17": 798.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1006.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 2.039, "pct_black_alone_change": 1.085, "pct_native_alone_change": 0.512, "pct_asian_alone_change": 1.313, "pct_hispanic_or_latino_change": -3.754, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7387097", "INTPTLON": "-073.9224312" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.925107, 40.739526 ], [ -73.92503, 40.739955 ], [ -73.924303, 40.73988 ], [ -73.924105, 40.739848 ], [ -73.923176, 40.73974 ], [ -73.922249, 40.739632 ], [ -73.921321, 40.739525 ], [ -73.920395, 40.739417 ], [ -73.919466, 40.739312 ], [ -73.919836, 40.737464 ], [ -73.920764, 40.737571 ], [ -73.921693, 40.73768 ], [ -73.922069, 40.737722 ], [ -73.922619, 40.737787 ], [ -73.923546, 40.737895 ], [ -73.924472, 40.738001 ], [ -73.925399, 40.738111 ], [ -73.925107, 40.739526 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018502", "name": "Census Tract 185.02, Queens County, New York", "total_population_17": 3610, "white_alone_17": 1654.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 709.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1204.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 7.442, "pct_black_alone_change": -2.139, "pct_native_alone_change": -0.388, "pct_asian_alone_change": -2.989, "pct_hispanic_or_latino_change": -0.585, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7405546", "INTPTLON": "-073.9220647" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924664, 40.7418 ], [ -73.923739, 40.741692 ], [ -73.92281, 40.741585 ], [ -73.921883, 40.741478 ], [ -73.920956, 40.741362 ], [ -73.920028, 40.741262 ], [ -73.919099, 40.741155 ], [ -73.919466, 40.739312 ], [ -73.920395, 40.739417 ], [ -73.921321, 40.739525 ], [ -73.922249, 40.739632 ], [ -73.923176, 40.73974 ], [ -73.924105, 40.739848 ], [ -73.924303, 40.73988 ], [ -73.92503, 40.739955 ], [ -73.924664, 40.7418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018600", "name": "Census Tract 186, Queens County, New York", "total_population_17": 2098, "white_alone_17": 12.0, "black_alone_17": 1359.0, "native_alone_17": 15.0, "asian_alone_17": 198.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 304.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.285, "pct_black_alone_change": -27.187, "pct_native_alone_change": 0.313, "pct_asian_alone_change": 8.634, "pct_hispanic_or_latino_change": 8.233, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6798776", "INTPTLON": "-073.7989572" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.80399, 40.679457 ], [ -73.803482, 40.679603 ], [ -73.802643, 40.679841 ], [ -73.801771, 40.680089 ], [ -73.800896, 40.680326 ], [ -73.800024, 40.680574 ], [ -73.799061, 40.680852 ], [ -73.798138, 40.681116 ], [ -73.797271, 40.681363 ], [ -73.796395, 40.681613 ], [ -73.795512, 40.681862 ], [ -73.794635, 40.68211 ], [ -73.793695, 40.680187 ], [ -73.794615, 40.680027 ], [ -73.795527, 40.679858 ], [ -73.796414, 40.679614 ], [ -73.797298, 40.679362 ], [ -73.798215, 40.679097 ], [ -73.798832, 40.678921 ], [ -73.799702, 40.678683 ], [ -73.800562, 40.678436 ], [ -73.801428, 40.67819 ], [ -73.80229, 40.677943 ], [ -73.802621, 40.67785 ], [ -73.803141, 40.677703 ], [ -73.803356, 40.677644 ], [ -73.804235, 40.679416 ], [ -73.80399, 40.679457 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018700", "name": "Census Tract 187, Queens County, New York", "total_population_17": 2923, "white_alone_17": 1015.0, "black_alone_17": 95.0, "native_alone_17": 0.0, "asian_alone_17": 1094.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 654.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.045, "pct_black_alone_change": 0.736, "pct_native_alone_change": -0.509, "pct_asian_alone_change": 11.838, "pct_hispanic_or_latino_change": -6.079, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7366578", "INTPTLON": "-073.9246745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931444, 40.736895 ], [ -73.931328, 40.736942 ], [ -73.931006, 40.737069 ], [ -73.930814, 40.737152 ], [ -73.929946, 40.737536 ], [ -73.929237, 40.737809 ], [ -73.928227, 40.738206 ], [ -73.927696, 40.738379 ], [ -73.92763, 40.738401 ], [ -73.92729, 40.73834 ], [ -73.926327, 40.73822 ], [ -73.925399, 40.738111 ], [ -73.924472, 40.738001 ], [ -73.923546, 40.737895 ], [ -73.922619, 40.737787 ], [ -73.922069, 40.737722 ], [ -73.921693, 40.73768 ], [ -73.920764, 40.737571 ], [ -73.919836, 40.737464 ], [ -73.920257, 40.735321 ], [ -73.920256, 40.735194 ], [ -73.920273, 40.73507 ], [ -73.920251, 40.734962 ], [ -73.92069, 40.734862 ], [ -73.921268, 40.734724 ], [ -73.921757, 40.734584 ], [ -73.92184, 40.734555 ], [ -73.922062, 40.734481 ], [ -73.922248, 40.734415 ], [ -73.9224, 40.73436 ], [ -73.922517, 40.734438 ], [ -73.922675, 40.734536 ], [ -73.923279, 40.73491 ], [ -73.924018, 40.735281 ], [ -73.925049, 40.735675 ], [ -73.925408, 40.735588 ], [ -73.925834, 40.735706 ], [ -73.926723, 40.735906 ], [ -73.931614, 40.736826 ], [ -73.931444, 40.736895 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018800", "name": "Census Tract 188, Queens County, New York", "total_population_17": 1399, "white_alone_17": 2.0, "black_alone_17": 918.0, "native_alone_17": 11.0, "asian_alone_17": 154.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 214.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.647, "pct_black_alone_change": -24.271, "pct_native_alone_change": 0.233, "pct_asian_alone_change": 9.033, "pct_hispanic_or_latino_change": 9.294, "pct_native_hawaiian_pacific_islander_change": -0.079, "INTPTLAT": "+40.6816256", "INTPTLON": "-073.7998473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.80485, 40.681198 ], [ -73.804683, 40.681248 ], [ -73.804337, 40.681349 ], [ -73.803465, 40.681595 ], [ -73.802587, 40.681846 ], [ -73.801709, 40.682098 ], [ -73.800829, 40.682344 ], [ -73.799917, 40.682599 ], [ -73.799009, 40.682854 ], [ -73.798125, 40.683107 ], [ -73.797249, 40.68336 ], [ -73.796368, 40.683612 ], [ -73.795491, 40.68386 ], [ -73.794635, 40.68211 ], [ -73.795512, 40.681862 ], [ -73.796395, 40.681613 ], [ -73.797271, 40.681363 ], [ -73.798138, 40.681116 ], [ -73.799061, 40.680852 ], [ -73.800024, 40.680574 ], [ -73.800896, 40.680326 ], [ -73.801771, 40.680089 ], [ -73.802643, 40.679841 ], [ -73.803482, 40.679603 ], [ -73.80399, 40.679457 ], [ -73.804235, 40.679416 ], [ -73.804579, 40.680129 ], [ -73.805031, 40.681146 ], [ -73.80485, 40.681198 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081018900", "name": "Census Tract 189, Queens County, New York", "total_population_17": 3644, "white_alone_17": 1044.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 937.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1496.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.243, "pct_black_alone_change": -2.751, "pct_native_alone_change": -0.668, "pct_asian_alone_change": -2.333, "pct_hispanic_or_latino_change": 2.545, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7400819", "INTPTLON": "-073.9279990" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.931102, 40.73807 ], [ -73.930597, 40.740598 ], [ -73.930227, 40.742446 ], [ -73.929299, 40.742338 ], [ -73.928371, 40.74223 ], [ -73.927444, 40.742123 ], [ -73.92655, 40.74202 ], [ -73.925588, 40.741908 ], [ -73.924664, 40.7418 ], [ -73.92503, 40.739955 ], [ -73.925107, 40.739526 ], [ -73.925399, 40.738111 ], [ -73.926327, 40.73822 ], [ -73.92729, 40.73834 ], [ -73.92763, 40.738401 ], [ -73.927696, 40.738379 ], [ -73.928227, 40.738206 ], [ -73.929237, 40.737809 ], [ -73.929946, 40.737536 ], [ -73.930237, 40.737674 ], [ -73.930688, 40.737875 ], [ -73.931102, 40.73807 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081019000", "name": "Census Tract 190, Queens County, New York", "total_population_17": 2749, "white_alone_17": 54.0, "black_alone_17": 1402.0, "native_alone_17": 65.0, "asian_alone_17": 75.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 514.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.245, "pct_black_alone_change": -42.261, "pct_native_alone_change": 2.229, "pct_asian_alone_change": 1.605, "pct_hispanic_or_latino_change": 14.116, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6853862", "INTPTLON": "-073.7952220" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.797461, 40.687872 ], [ -73.796629, 40.688221 ], [ -73.795615, 40.688657 ], [ -73.795211, 40.688095 ], [ -73.794778, 40.687471 ], [ -73.794371, 40.686913 ], [ -73.793908, 40.686305 ], [ -73.793846, 40.686223 ], [ -73.793253, 40.685437 ], [ -73.792801, 40.684842 ], [ -73.792721, 40.684648 ], [ -73.792575, 40.684166 ], [ -73.792582, 40.683389 ], [ -73.79266, 40.682569 ], [ -73.792877, 40.682612 ], [ -73.793755, 40.68236 ], [ -73.794635, 40.68211 ], [ -73.795491, 40.68386 ], [ -73.796368, 40.683612 ], [ -73.797225, 40.685359 ], [ -73.798286, 40.687524 ], [ -73.797461, 40.687872 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081019200", "name": "Census Tract 192, Queens County, New York", "total_population_17": 2227, "white_alone_17": 17.0, "black_alone_17": 1420.0, "native_alone_17": 0.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 462.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.537, "pct_black_alone_change": -26.687, "pct_native_alone_change": -0.65, "pct_asian_alone_change": 4.21, "pct_hispanic_or_latino_change": 14.495, "pct_native_hawaiian_pacific_islander_change": -0.15, "INTPTLAT": "+40.6838157", "INTPTLON": "-073.8006369" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.805697, 40.682951 ], [ -73.805192, 40.683096 ], [ -73.804324, 40.683342 ], [ -73.803445, 40.683592 ], [ -73.802564, 40.683842 ], [ -73.801686, 40.684092 ], [ -73.800774, 40.68435 ], [ -73.799861, 40.68461 ], [ -73.798982, 40.684859 ], [ -73.79995, 40.686828 ], [ -73.799135, 40.687182 ], [ -73.798286, 40.687524 ], [ -73.797225, 40.685359 ], [ -73.796368, 40.683612 ], [ -73.797249, 40.68336 ], [ -73.798125, 40.683107 ], [ -73.799009, 40.682854 ], [ -73.799917, 40.682599 ], [ -73.800829, 40.682344 ], [ -73.801709, 40.682098 ], [ -73.802587, 40.681846 ], [ -73.803465, 40.681595 ], [ -73.804337, 40.681349 ], [ -73.804683, 40.681248 ], [ -73.80485, 40.681198 ], [ -73.805031, 40.681146 ], [ -73.805891, 40.682897 ], [ -73.805697, 40.682951 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081019400", "name": "Census Tract 194, Queens County, New York", "total_population_17": 2816, "white_alone_17": 17.0, "black_alone_17": 1690.0, "native_alone_17": 0.0, "asian_alone_17": 149.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 247.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.523, "pct_black_alone_change": -27.982, "pct_native_alone_change": -0.654, "pct_asian_alone_change": 3.543, "pct_hispanic_or_latino_change": 1.497, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6859200", "INTPTLON": "-073.8034759" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.807773, 40.687136 ], [ -73.807473, 40.68723 ], [ -73.806656, 40.687508 ], [ -73.805722, 40.687827 ], [ -73.805287, 40.687982 ], [ -73.80511, 40.688072 ], [ -73.804836, 40.688225 ], [ -73.804685, 40.688373 ], [ -73.80415, 40.688388 ], [ -73.803865, 40.688466 ], [ -73.802787, 40.687529 ], [ -73.801936, 40.688174 ], [ -73.80127, 40.688676 ], [ -73.80057, 40.688198 ], [ -73.799873, 40.687723 ], [ -73.799135, 40.687182 ], [ -73.79995, 40.686828 ], [ -73.798982, 40.684859 ], [ -73.799861, 40.68461 ], [ -73.800774, 40.68435 ], [ -73.801686, 40.684092 ], [ -73.802564, 40.683842 ], [ -73.803445, 40.683592 ], [ -73.804324, 40.683342 ], [ -73.805192, 40.683096 ], [ -73.805697, 40.682951 ], [ -73.805891, 40.682897 ], [ -73.806748, 40.684683 ], [ -73.80727, 40.685699 ], [ -73.807401, 40.685946 ], [ -73.807703, 40.686516 ], [ -73.808017, 40.68706 ], [ -73.807773, 40.687136 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081019600", "name": "Census Tract 196, Queens County, New York", "total_population_17": 2947, "white_alone_17": 21.0, "black_alone_17": 1671.0, "native_alone_17": 0.0, "asian_alone_17": 332.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 360.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.474, "pct_black_alone_change": -26.341, "pct_native_alone_change": -1.336, "pct_asian_alone_change": 7.815, "pct_hispanic_or_latino_change": 2.902, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6894694", "INTPTLON": "-073.7999085" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.805046, 40.688982 ], [ -73.804428, 40.689509 ], [ -73.803565, 40.690242 ], [ -73.803232, 40.690019 ], [ -73.802665, 40.689632 ], [ -73.800864, 40.690987 ], [ -73.800212, 40.691482 ], [ -73.798823, 40.69248 ], [ -73.798277, 40.691934 ], [ -73.798031, 40.691621 ], [ -73.797794, 40.691281 ], [ -73.797601, 40.691002 ], [ -73.797333, 40.690628 ], [ -73.797153, 40.690406 ], [ -73.796767, 40.689967 ], [ -73.796647, 40.68985 ], [ -73.796101, 40.689282 ], [ -73.795615, 40.688657 ], [ -73.796629, 40.688221 ], [ -73.797461, 40.687872 ], [ -73.798286, 40.687524 ], [ -73.799135, 40.687182 ], [ -73.799873, 40.687723 ], [ -73.80057, 40.688198 ], [ -73.80127, 40.688676 ], [ -73.801936, 40.688174 ], [ -73.802787, 40.687529 ], [ -73.803865, 40.688466 ], [ -73.80415, 40.688388 ], [ -73.80447, 40.688584 ], [ -73.805046, 40.688982 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081019800", "name": "Census Tract 198, Queens County, New York", "total_population_17": 3210, "white_alone_17": 17.0, "black_alone_17": 1377.0, "native_alone_17": 0.0, "asian_alone_17": 567.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 677.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.548, "pct_black_alone_change": -37.621, "pct_native_alone_change": -1.15, "pct_asian_alone_change": 14.105, "pct_hispanic_or_latino_change": 10.127, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6918446", "INTPTLON": "-073.8028034" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.806425, 40.690874 ], [ -73.805559, 40.691609 ], [ -73.804688, 40.692346 ], [ -73.803818, 40.69308 ], [ -73.802959, 40.693817 ], [ -73.802113, 40.694544 ], [ -73.801196, 40.695337 ], [ -73.800936, 40.694425 ], [ -73.800837, 40.694208 ], [ -73.800681, 40.693862 ], [ -73.800514, 40.693768 ], [ -73.800188, 40.693589 ], [ -73.799748, 40.693348 ], [ -73.799437, 40.693051 ], [ -73.799239, 40.692866 ], [ -73.798823, 40.69248 ], [ -73.800212, 40.691482 ], [ -73.800864, 40.690987 ], [ -73.802665, 40.689632 ], [ -73.803232, 40.690019 ], [ -73.803565, 40.690242 ], [ -73.804428, 40.689509 ], [ -73.805046, 40.688982 ], [ -73.805687, 40.689421 ], [ -73.806359, 40.689881 ], [ -73.807044, 40.690348 ], [ -73.806425, 40.690874 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081019900", "name": "Census Tract 199, Queens County, New York", "total_population_17": 830, "white_alone_17": 140.0, "black_alone_17": 196.0, "native_alone_17": 8.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 426.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.245, "pct_black_alone_change": -1.349, "pct_native_alone_change": 0.889, "pct_asian_alone_change": 1.746, "pct_hispanic_or_latino_change": 10.096, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7331325", "INTPTLON": "-073.9304349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.947064, 40.737516 ], [ -73.945738, 40.737962 ], [ -73.945026, 40.738191 ], [ -73.94419, 40.73846 ], [ -73.942705, 40.739009 ], [ -73.94264, 40.739038 ], [ -73.942622, 40.739067 ], [ -73.942602, 40.739101 ], [ -73.942459, 40.739035 ], [ -73.942153, 40.73908 ], [ -73.941462, 40.739249 ], [ -73.941342, 40.7392 ], [ -73.941231, 40.739155 ], [ -73.94065, 40.738917 ], [ -73.940127, 40.738706 ], [ -73.93997, 40.738643 ], [ -73.939612, 40.738524 ], [ -73.938678, 40.738214 ], [ -73.938648, 40.738329 ], [ -73.938625, 40.738405 ], [ -73.938604, 40.738509 ], [ -73.938199, 40.740543 ], [ -73.938019, 40.741455 ], [ -73.937651, 40.743305 ], [ -73.936722, 40.743195 ], [ -73.93579, 40.743085 ], [ -73.934868, 40.742983 ], [ -73.933937, 40.742874 ], [ -73.933012, 40.742767 ], [ -73.932082, 40.742659 ], [ -73.931155, 40.742553 ], [ -73.930227, 40.742446 ], [ -73.930597, 40.740598 ], [ -73.931102, 40.73807 ], [ -73.930688, 40.737875 ], [ -73.930237, 40.737674 ], [ -73.929946, 40.737536 ], [ -73.930814, 40.737152 ], [ -73.931006, 40.737069 ], [ -73.931328, 40.736942 ], [ -73.931444, 40.736895 ], [ -73.931614, 40.736826 ], [ -73.926723, 40.735906 ], [ -73.925834, 40.735706 ], [ -73.925408, 40.735588 ], [ -73.925049, 40.735675 ], [ -73.924018, 40.735281 ], [ -73.923279, 40.73491 ], [ -73.922675, 40.734536 ], [ -73.922517, 40.734438 ], [ -73.9224, 40.73436 ], [ -73.922518, 40.73431 ], [ -73.922573, 40.734286 ], [ -73.923493, 40.733827 ], [ -73.923954, 40.733529 ], [ -73.924184, 40.73338 ], [ -73.924363, 40.733244 ], [ -73.924676, 40.732981 ], [ -73.924758, 40.732893 ], [ -73.925164, 40.732455 ], [ -73.925186, 40.732431 ], [ -73.925336, 40.732234 ], [ -73.925448, 40.73208 ], [ -73.925669, 40.731749 ], [ -73.926012, 40.731148 ], [ -73.926395, 40.730565 ], [ -73.926656, 40.730183 ], [ -73.92688, 40.729885 ], [ -73.927117, 40.729582 ], [ -73.927241, 40.729429 ], [ -73.927512, 40.729122 ], [ -73.928307, 40.72834 ], [ -73.928745, 40.727955 ], [ -73.929058, 40.727688 ], [ -73.929086, 40.727714 ], [ -73.92914, 40.727745 ], [ -73.929179, 40.727764 ], [ -73.929213, 40.72778 ], [ -73.931825, 40.728482 ], [ -73.934425, 40.728818 ], [ -73.937525, 40.729815 ], [ -73.93966, 40.731487 ], [ -73.939913, 40.731943 ], [ -73.939977, 40.732052 ], [ -73.940003, 40.732114 ], [ -73.940073, 40.732233 ], [ -73.94037, 40.732767 ], [ -73.940318, 40.733195 ], [ -73.940368, 40.733269 ], [ -73.942163, 40.735678 ], [ -73.946367, 40.737256 ], [ -73.946832, 40.737437 ], [ -73.947064, 40.737516 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081020200", "name": "Census Tract 202, Queens County, New York", "total_population_17": 1784, "white_alone_17": 30.0, "black_alone_17": 865.0, "native_alone_17": 0.0, "asian_alone_17": 219.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 209.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.404, "pct_black_alone_change": -29.232, "pct_native_alone_change": -1.908, "pct_asian_alone_change": 8.602, "pct_hispanic_or_latino_change": -0.95, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6897570", "INTPTLON": "-073.8078112" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.810535, 40.691974 ], [ -73.810268, 40.692046 ], [ -73.80971, 40.692199 ], [ -73.808902, 40.692564 ], [ -73.808036, 40.691983 ], [ -73.80724, 40.691432 ], [ -73.806425, 40.690874 ], [ -73.807044, 40.690348 ], [ -73.806359, 40.689881 ], [ -73.805687, 40.689421 ], [ -73.805046, 40.688982 ], [ -73.80447, 40.688584 ], [ -73.80415, 40.688388 ], [ -73.804685, 40.688373 ], [ -73.804836, 40.688225 ], [ -73.80511, 40.688072 ], [ -73.805287, 40.687982 ], [ -73.805722, 40.687827 ], [ -73.806656, 40.687508 ], [ -73.807473, 40.68723 ], [ -73.807773, 40.687136 ], [ -73.808017, 40.68706 ], [ -73.808752, 40.688329 ], [ -73.809088, 40.688929 ], [ -73.809158, 40.689058 ], [ -73.809819, 40.690256 ], [ -73.810749, 40.691917 ], [ -73.810535, 40.691974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081020400", "name": "Census Tract 204, Queens County, New York", "total_population_17": 2473, "white_alone_17": 133.0, "black_alone_17": 1075.0, "native_alone_17": 7.0, "asian_alone_17": 500.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 474.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.385, "pct_black_alone_change": -25.837, "pct_native_alone_change": -1.48, "pct_asian_alone_change": 12.573, "pct_hispanic_or_latino_change": 5.696, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6951701", "INTPTLON": "-073.8034154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.808902, 40.692564 ], [ -73.808013, 40.693296 ], [ -73.807673, 40.693569 ], [ -73.807527, 40.693687 ], [ -73.807129, 40.694014 ], [ -73.806866, 40.694228 ], [ -73.806243, 40.694741 ], [ -73.805356, 40.69546 ], [ -73.804891, 40.695852 ], [ -73.80449, 40.696169 ], [ -73.804226, 40.696382 ], [ -73.803572, 40.696935 ], [ -73.803532, 40.696968 ], [ -73.802367, 40.697874 ], [ -73.801053, 40.698419 ], [ -73.800282, 40.69872 ], [ -73.799552, 40.699157 ], [ -73.799341, 40.699291 ], [ -73.797537, 40.698199 ], [ -73.797862, 40.697993 ], [ -73.798546, 40.697467 ], [ -73.798827, 40.697205 ], [ -73.799182, 40.696871 ], [ -73.799859, 40.696347 ], [ -73.800532, 40.695857 ], [ -73.801076, 40.69543 ], [ -73.801196, 40.695337 ], [ -73.802113, 40.694544 ], [ -73.802959, 40.693817 ], [ -73.803818, 40.69308 ], [ -73.804688, 40.692346 ], [ -73.805559, 40.691609 ], [ -73.806425, 40.690874 ], [ -73.80724, 40.691432 ], [ -73.808036, 40.691983 ], [ -73.808902, 40.692564 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081020500", "name": "Census Tract 205, Queens County, New York", "total_population_17": 1283, "white_alone_17": 142.0, "black_alone_17": 3.0, "native_alone_17": 0.0, "asian_alone_17": 72.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1066.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.311, "pct_black_alone_change": -2.103, "pct_native_alone_change": -0.242, "pct_asian_alone_change": -4.461, "pct_hispanic_or_latino_change": 27.648, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7303893", "INTPTLON": "-073.9218036" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.928307, 40.72834 ], [ -73.927512, 40.729122 ], [ -73.927241, 40.729429 ], [ -73.927117, 40.729582 ], [ -73.92688, 40.729885 ], [ -73.926656, 40.730183 ], [ -73.926395, 40.730565 ], [ -73.926012, 40.731148 ], [ -73.925669, 40.731749 ], [ -73.925448, 40.73208 ], [ -73.925336, 40.732234 ], [ -73.925186, 40.732431 ], [ -73.925164, 40.732455 ], [ -73.924758, 40.732893 ], [ -73.924676, 40.732981 ], [ -73.924363, 40.733244 ], [ -73.924184, 40.73338 ], [ -73.923954, 40.733529 ], [ -73.923493, 40.733827 ], [ -73.922573, 40.734286 ], [ -73.922518, 40.73431 ], [ -73.9224, 40.73436 ], [ -73.922248, 40.734415 ], [ -73.922062, 40.734481 ], [ -73.92184, 40.734555 ], [ -73.921757, 40.734584 ], [ -73.921268, 40.734724 ], [ -73.92069, 40.734862 ], [ -73.920251, 40.734962 ], [ -73.920273, 40.73507 ], [ -73.920256, 40.735194 ], [ -73.919323, 40.735253 ], [ -73.919349, 40.735119 ], [ -73.919121, 40.73516 ], [ -73.918384, 40.735239 ], [ -73.917558, 40.735292 ], [ -73.917593, 40.735239 ], [ -73.917753, 40.734926 ], [ -73.918082, 40.733907 ], [ -73.918313, 40.733154 ], [ -73.918698, 40.733204 ], [ -73.918776, 40.732699 ], [ -73.918885, 40.73272 ], [ -73.919017, 40.732089 ], [ -73.919038, 40.732021 ], [ -73.917308, 40.731439 ], [ -73.917366, 40.731328 ], [ -73.917521, 40.731003 ], [ -73.917607, 40.730572 ], [ -73.91773, 40.729879 ], [ -73.917967, 40.728501 ], [ -73.918013, 40.728238 ], [ -73.918364, 40.725931 ], [ -73.919425, 40.726099 ], [ -73.920515, 40.726214 ], [ -73.920899, 40.726248 ], [ -73.921271, 40.726297 ], [ -73.921735, 40.72638 ], [ -73.922211, 40.726492 ], [ -73.922585, 40.7266 ], [ -73.922784, 40.726665 ], [ -73.923124, 40.726789 ], [ -73.923332, 40.726874 ], [ -73.923657, 40.727 ], [ -73.923873, 40.727093 ], [ -73.924291, 40.727296 ], [ -73.924621, 40.72748 ], [ -73.924888, 40.727646 ], [ -73.925072, 40.727771 ], [ -73.926452, 40.728124 ], [ -73.926541, 40.727945 ], [ -73.928227, 40.728322 ], [ -73.928307, 40.72834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081020600", "name": "Census Tract 206, Queens County, New York", "total_population_17": 1974, "white_alone_17": 194.0, "black_alone_17": 420.0, "native_alone_17": 8.0, "asian_alone_17": 187.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1014.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.695, "pct_black_alone_change": -18.484, "pct_native_alone_change": -1.358, "pct_asian_alone_change": -0.652, "pct_hispanic_or_latino_change": 18.774, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6943396", "INTPTLON": "-073.8092386" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.811566, 40.695449 ], [ -73.810713, 40.69569 ], [ -73.80994, 40.695911 ], [ -73.809092, 40.696152 ], [ -73.808243, 40.696393 ], [ -73.807493, 40.695209 ], [ -73.806645, 40.695452 ], [ -73.805751, 40.69571 ], [ -73.80495, 40.69596 ], [ -73.804891, 40.695852 ], [ -73.805356, 40.69546 ], [ -73.806243, 40.694741 ], [ -73.806866, 40.694228 ], [ -73.807129, 40.694014 ], [ -73.807527, 40.693687 ], [ -73.807673, 40.693569 ], [ -73.808013, 40.693296 ], [ -73.808902, 40.692564 ], [ -73.80971, 40.692199 ], [ -73.810268, 40.692046 ], [ -73.810535, 40.691974 ], [ -73.810749, 40.691917 ], [ -73.81109, 40.692518 ], [ -73.811511, 40.693288 ], [ -73.811897, 40.693962 ], [ -73.811659, 40.694029 ], [ -73.811412, 40.694096 ], [ -73.812084, 40.695303 ], [ -73.811566, 40.695449 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081020800", "name": "Census Tract 208, Queens County, New York", "total_population_17": 2757, "white_alone_17": 263.0, "black_alone_17": 390.0, "native_alone_17": 0.0, "asian_alone_17": 400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1033.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.698, "pct_black_alone_change": -21.581, "pct_native_alone_change": -0.504, "pct_asian_alone_change": 8.398, "pct_hispanic_or_latino_change": -1.228, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6983846", "INTPTLON": "-073.8068861" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.814499, 40.698497 ], [ -73.814347, 40.698538 ], [ -73.814194, 40.69858 ], [ -73.813187, 40.698864 ], [ -73.812325, 40.69911 ], [ -73.811474, 40.699353 ], [ -73.810601, 40.699601 ], [ -73.809732, 40.69985 ], [ -73.809505, 40.699905 ], [ -73.809283, 40.699974 ], [ -73.809069, 40.700057 ], [ -73.808866, 40.700153 ], [ -73.808674, 40.700261 ], [ -73.807742, 40.700582 ], [ -73.806762, 40.700806 ], [ -73.806044, 40.700939 ], [ -73.805262, 40.70116 ], [ -73.804129, 40.70146 ], [ -73.803303, 40.701639 ], [ -73.802409, 40.701852 ], [ -73.802076, 40.701575 ], [ -73.801823, 40.701387 ], [ -73.801574, 40.701214 ], [ -73.799156, 40.699972 ], [ -73.798687, 40.699715 ], [ -73.799341, 40.699291 ], [ -73.799552, 40.699157 ], [ -73.800282, 40.69872 ], [ -73.801053, 40.698419 ], [ -73.802367, 40.697874 ], [ -73.803532, 40.696968 ], [ -73.803572, 40.696935 ], [ -73.804226, 40.696382 ], [ -73.80449, 40.696169 ], [ -73.804891, 40.695852 ], [ -73.80495, 40.69596 ], [ -73.805751, 40.69571 ], [ -73.806645, 40.695452 ], [ -73.807493, 40.695209 ], [ -73.808243, 40.696393 ], [ -73.809092, 40.696152 ], [ -73.80994, 40.695911 ], [ -73.810713, 40.69569 ], [ -73.811566, 40.695449 ], [ -73.812084, 40.695303 ], [ -73.811412, 40.694096 ], [ -73.811659, 40.694029 ], [ -73.811897, 40.693962 ], [ -73.81197, 40.694116 ], [ -73.813167, 40.696195 ], [ -73.813719, 40.697153 ], [ -73.813787, 40.697265 ], [ -73.814201, 40.697911 ], [ -73.814429, 40.698335 ], [ -73.814499, 40.698497 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081021200", "name": "Census Tract 212, Queens County, New York", "total_population_17": 2396, "white_alone_17": 225.0, "black_alone_17": 198.0, "native_alone_17": 5.0, "asian_alone_17": 297.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1469.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.134, "pct_black_alone_change": -11.84, "pct_native_alone_change": -1.901, "pct_asian_alone_change": -1.821, "pct_hispanic_or_latino_change": 10.552, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7009098", "INTPTLON": "-073.8116145" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816293, 40.702453 ], [ -73.81594, 40.702459 ], [ -73.815316, 40.702487 ], [ -73.814962, 40.702499 ], [ -73.814294, 40.702531 ], [ -73.813987, 40.702542 ], [ -73.813571, 40.702527 ], [ -73.813139, 40.702502 ], [ -73.813018, 40.702495 ], [ -73.811905, 40.702337 ], [ -73.811529, 40.702273 ], [ -73.810832, 40.702145 ], [ -73.809954, 40.701994 ], [ -73.809049, 40.701836 ], [ -73.808874, 40.701815 ], [ -73.807927, 40.701766 ], [ -73.806988, 40.701771 ], [ -73.806807, 40.701776 ], [ -73.806332, 40.701784 ], [ -73.805515, 40.701881 ], [ -73.804442, 40.702132 ], [ -73.804129, 40.70146 ], [ -73.805262, 40.70116 ], [ -73.806044, 40.700939 ], [ -73.806762, 40.700806 ], [ -73.807742, 40.700582 ], [ -73.808674, 40.700261 ], [ -73.808866, 40.700153 ], [ -73.809069, 40.700057 ], [ -73.809283, 40.699974 ], [ -73.809505, 40.699905 ], [ -73.809732, 40.69985 ], [ -73.810601, 40.699601 ], [ -73.811474, 40.699353 ], [ -73.812325, 40.69911 ], [ -73.813187, 40.698864 ], [ -73.814194, 40.69858 ], [ -73.814347, 40.698538 ], [ -73.814499, 40.698497 ], [ -73.814995, 40.699406 ], [ -73.815023, 40.699459 ], [ -73.815456, 40.700279 ], [ -73.815466, 40.700309 ], [ -73.815486, 40.700345 ], [ -73.816477, 40.70245 ], [ -73.816293, 40.702453 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081021400", "name": "Census Tract 214, Queens County, New York", "total_population_17": 7002, "white_alone_17": 596.0, "black_alone_17": 308.0, "native_alone_17": 20.0, "asian_alone_17": 3275.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2611.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.859, "pct_black_alone_change": -9.857, "pct_native_alone_change": -0.744, "pct_asian_alone_change": 18.361, "pct_hispanic_or_latino_change": 5.197, "pct_native_hawaiian_pacific_islander_change": -0.001, "INTPTLAT": "+40.7060668", "INTPTLON": "-073.8152035" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.819236, 40.708419 ], [ -73.81915, 40.708428 ], [ -73.818809, 40.708816 ], [ -73.818601, 40.708926 ], [ -73.817798, 40.709342 ], [ -73.81704, 40.70956 ], [ -73.816416, 40.709865 ], [ -73.816287, 40.709773 ], [ -73.816139, 40.709693 ], [ -73.815974, 40.709628 ], [ -73.815797, 40.70958 ], [ -73.815613, 40.709552 ], [ -73.815413, 40.709545 ], [ -73.815246, 40.709555 ], [ -73.815073, 40.709584 ], [ -73.813418, 40.709711 ], [ -73.813327, 40.709027 ], [ -73.813239, 40.70835 ], [ -73.813145, 40.707659 ], [ -73.813059, 40.706978 ], [ -73.812155, 40.707046 ], [ -73.812111, 40.706698 ], [ -73.812012, 40.705945 ], [ -73.811904, 40.705124 ], [ -73.811802, 40.704366 ], [ -73.811773, 40.704181 ], [ -73.811713, 40.703662 ], [ -73.811632, 40.703052 ], [ -73.811529, 40.702273 ], [ -73.811905, 40.702337 ], [ -73.813018, 40.702495 ], [ -73.813139, 40.702502 ], [ -73.813571, 40.702527 ], [ -73.813987, 40.702542 ], [ -73.814294, 40.702531 ], [ -73.814962, 40.702499 ], [ -73.815316, 40.702487 ], [ -73.81594, 40.702459 ], [ -73.816293, 40.702453 ], [ -73.816477, 40.70245 ], [ -73.817202, 40.704028 ], [ -73.818188, 40.705948 ], [ -73.818313, 40.706164 ], [ -73.819021, 40.707377 ], [ -73.819103, 40.707749 ], [ -73.819459, 40.708396 ], [ -73.819236, 40.708419 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081021600", "name": "Census Tract 216, Queens County, New York", "total_population_17": 4339, "white_alone_17": 1302.0, "black_alone_17": 312.0, "native_alone_17": 39.0, "asian_alone_17": 839.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1593.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.785, "pct_black_alone_change": -9.698, "pct_native_alone_change": 0.023, "pct_asian_alone_change": 5.986, "pct_hispanic_or_latino_change": 7.089, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.7094582", "INTPTLON": "-073.8236421" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.830934, 40.714322 ], [ -73.829945, 40.714559 ], [ -73.829896, 40.714571 ], [ -73.829256, 40.714757 ], [ -73.828496, 40.715014 ], [ -73.827139, 40.715342 ], [ -73.826976, 40.715391 ], [ -73.826396, 40.715655 ], [ -73.826272, 40.71572 ], [ -73.826253, 40.71573 ], [ -73.826202, 40.715757 ], [ -73.825946, 40.715912 ], [ -73.825921, 40.715928 ], [ -73.825852, 40.715969 ], [ -73.825705, 40.716063 ], [ -73.82557, 40.715784 ], [ -73.825558, 40.715764 ], [ -73.825506, 40.715677 ], [ -73.825483, 40.715638 ], [ -73.825467, 40.71561 ], [ -73.825441, 40.715556 ], [ -73.824773, 40.714593 ], [ -73.82458, 40.714285 ], [ -73.824283, 40.713826 ], [ -73.824196, 40.713648 ], [ -73.824149, 40.713518 ], [ -73.82404, 40.713212 ], [ -73.823948, 40.712906 ], [ -73.823955, 40.712853 ], [ -73.823426, 40.712284 ], [ -73.822923, 40.711883 ], [ -73.822737, 40.711733 ], [ -73.821167, 40.710397 ], [ -73.821036, 40.710261 ], [ -73.820662, 40.709869 ], [ -73.820379, 40.709506 ], [ -73.819537, 40.708283 ], [ -73.819459, 40.708396 ], [ -73.819103, 40.707749 ], [ -73.819021, 40.707377 ], [ -73.818313, 40.706164 ], [ -73.818188, 40.705948 ], [ -73.817202, 40.704028 ], [ -73.816477, 40.70245 ], [ -73.81686, 40.702444 ], [ -73.81736, 40.702858 ], [ -73.817393, 40.702735 ], [ -73.817417, 40.702693 ], [ -73.817447, 40.702672 ], [ -73.817484, 40.702659 ], [ -73.817544, 40.702657 ], [ -73.817749, 40.702696 ], [ -73.818559, 40.702851 ], [ -73.818692, 40.702876 ], [ -73.820536, 40.703227 ], [ -73.821478, 40.703416 ], [ -73.822459, 40.703656 ], [ -73.82154, 40.703729 ], [ -73.820282, 40.703811 ], [ -73.819377, 40.703871 ], [ -73.819694, 40.703937 ], [ -73.82023, 40.704048 ], [ -73.820739, 40.704187 ], [ -73.82125, 40.704566 ], [ -73.821778, 40.704958 ], [ -73.82202, 40.705212 ], [ -73.822256, 40.705456 ], [ -73.822845, 40.706064 ], [ -73.822979, 40.706192 ], [ -73.824047, 40.706931 ], [ -73.825101, 40.707449 ], [ -73.826104, 40.707727 ], [ -73.826532, 40.708145 ], [ -73.826913, 40.709252 ], [ -73.827215, 40.709995 ], [ -73.827722, 40.710603 ], [ -73.827785, 40.71066 ], [ -73.828099, 40.710946 ], [ -73.82836, 40.711129 ], [ -73.828728, 40.711506 ], [ -73.828899, 40.711757 ], [ -73.82913, 40.712154 ], [ -73.829314, 40.712423 ], [ -73.82981, 40.71304 ], [ -73.83038, 40.71362 ], [ -73.830082, 40.713914 ], [ -73.83073, 40.714217 ], [ -73.830868, 40.71427 ], [ -73.830982, 40.71431 ], [ -73.830934, 40.714322 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081021900", "name": "Census Tract 219, Queens County, New York", "total_population_17": 4, "white_alone_17": 4.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 38.028, "pct_black_alone_change": -5.634, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -19.718, "pct_hispanic_or_latino_change": -12.676, "pct_native_hawaiian_pacific_islander_change": -1.408, "INTPTLAT": "+40.7231493", "INTPTLON": "-073.9189891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.929058, 40.727688 ], [ -73.928745, 40.727955 ], [ -73.928307, 40.72834 ], [ -73.928227, 40.728322 ], [ -73.926541, 40.727945 ], [ -73.926452, 40.728124 ], [ -73.925072, 40.727771 ], [ -73.924888, 40.727646 ], [ -73.924621, 40.72748 ], [ -73.924291, 40.727296 ], [ -73.923873, 40.727093 ], [ -73.923657, 40.727 ], [ -73.923332, 40.726874 ], [ -73.923124, 40.726789 ], [ -73.922784, 40.726665 ], [ -73.922585, 40.7266 ], [ -73.922211, 40.726492 ], [ -73.921735, 40.72638 ], [ -73.921271, 40.726297 ], [ -73.920899, 40.726248 ], [ -73.920515, 40.726214 ], [ -73.919425, 40.726099 ], [ -73.918364, 40.725931 ], [ -73.918013, 40.728238 ], [ -73.917967, 40.728501 ], [ -73.915072, 40.727971 ], [ -73.91493, 40.728591 ], [ -73.912053, 40.728469 ], [ -73.91201, 40.729229 ], [ -73.91193, 40.729458 ], [ -73.911818, 40.729735 ], [ -73.911772, 40.729849 ], [ -73.911731, 40.729964 ], [ -73.911696, 40.729952 ], [ -73.911472, 40.729886 ], [ -73.911356, 40.729843 ], [ -73.910933, 40.729687 ], [ -73.910736, 40.729605 ], [ -73.91051, 40.729511 ], [ -73.910345, 40.72943 ], [ -73.910125, 40.729323 ], [ -73.909852, 40.729023 ], [ -73.909303, 40.728846 ], [ -73.90707, 40.727466 ], [ -73.907173, 40.727387 ], [ -73.9073, 40.727293 ], [ -73.90741, 40.727209 ], [ -73.908047, 40.726734 ], [ -73.908892, 40.726068 ], [ -73.911345, 40.724182 ], [ -73.912563, 40.723239 ], [ -73.912708, 40.723285 ], [ -73.91317, 40.723082 ], [ -73.913845, 40.722898 ], [ -73.91377, 40.722747 ], [ -73.913672, 40.722601 ], [ -73.913558, 40.722463 ], [ -73.913427, 40.722334 ], [ -73.913365, 40.722179 ], [ -73.913314, 40.722077 ], [ -73.913289, 40.722028 ], [ -73.9132, 40.72188 ], [ -73.913098, 40.721737 ], [ -73.912984, 40.721601 ], [ -73.91246, 40.720931 ], [ -73.911889, 40.720263 ], [ -73.911321, 40.719624 ], [ -73.911525, 40.719568 ], [ -73.912321, 40.719348 ], [ -73.913398, 40.719051 ], [ -73.914265, 40.718811 ], [ -73.915167, 40.718555 ], [ -73.91805, 40.717765 ], [ -73.919309, 40.717417 ], [ -73.921538, 40.716795 ], [ -73.922328, 40.716597 ], [ -73.922711, 40.716478 ], [ -73.923127, 40.717024 ], [ -73.924278, 40.718536 ], [ -73.92418, 40.72002 ], [ -73.925344, 40.721638 ], [ -73.926539, 40.724065 ], [ -73.927225, 40.725333 ], [ -73.927801, 40.726494 ], [ -73.928908, 40.727548 ], [ -73.929058, 40.727688 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081022001", "name": "Census Tract 220.01, Queens County, New York", "total_population_17": 5958, "white_alone_17": 1711.0, "black_alone_17": 741.0, "native_alone_17": 18.0, "asian_alone_17": 1464.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1959.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -11.762, "pct_black_alone_change": -2.231, "pct_native_alone_change": -0.023, "pct_asian_alone_change": 7.736, "pct_hispanic_or_latino_change": 6.965, "pct_native_hawaiian_pacific_islander_change": -0.004, "INTPTLAT": "+40.7136237", "INTPTLON": "-073.8206481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825689, 40.716073 ], [ -73.825567, 40.716151 ], [ -73.825285, 40.716141 ], [ -73.825247, 40.71614 ], [ -73.825128, 40.716135 ], [ -73.824847, 40.716124 ], [ -73.824782, 40.716128 ], [ -73.824713, 40.716133 ], [ -73.824559, 40.716144 ], [ -73.824284, 40.716183 ], [ -73.82397, 40.716253 ], [ -73.823588, 40.71637 ], [ -73.823377, 40.716441 ], [ -73.823074, 40.716537 ], [ -73.822973, 40.716564 ], [ -73.822804, 40.716608 ], [ -73.822483, 40.716673 ], [ -73.822277, 40.71671 ], [ -73.822156, 40.716732 ], [ -73.821892, 40.716759 ], [ -73.82187, 40.71676 ], [ -73.821723, 40.716776 ], [ -73.821576, 40.716785 ], [ -73.821428, 40.716787 ], [ -73.82128, 40.716783 ], [ -73.821132, 40.716772 ], [ -73.820986, 40.716754 ], [ -73.820834, 40.716726 ], [ -73.820724, 40.716705 ], [ -73.820567, 40.716675 ], [ -73.820323, 40.71666 ], [ -73.818888, 40.716175 ], [ -73.818761, 40.716115 ], [ -73.818467, 40.716001 ], [ -73.818212, 40.715931 ], [ -73.817984, 40.715878 ], [ -73.817817, 40.715843 ], [ -73.817619, 40.715821 ], [ -73.817408, 40.715804 ], [ -73.81718, 40.71579 ], [ -73.816895, 40.71579 ], [ -73.816442, 40.715785 ], [ -73.816433, 40.715644 ], [ -73.816438, 40.714934 ], [ -73.816464, 40.71462 ], [ -73.816495, 40.714364 ], [ -73.816534, 40.714226 ], [ -73.816842, 40.713475 ], [ -73.816938, 40.713267 ], [ -73.81705, 40.713064 ], [ -73.817181, 40.712866 ], [ -73.81733, 40.712676 ], [ -73.817496, 40.712496 ], [ -73.81756, 40.712423 ], [ -73.817503, 40.712266 ], [ -73.817511, 40.712211 ], [ -73.817775, 40.711893 ], [ -73.817971, 40.711691 ], [ -73.818235, 40.711389 ], [ -73.81842, 40.711129 ], [ -73.818677, 40.710701 ], [ -73.818831, 40.710384 ], [ -73.818934, 40.710119 ], [ -73.819033, 40.709693 ], [ -73.819107, 40.709277 ], [ -73.819139, 40.709106 ], [ -73.819152, 40.709035 ], [ -73.819151, 40.708852 ], [ -73.81915, 40.708428 ], [ -73.819236, 40.708419 ], [ -73.819459, 40.708396 ], [ -73.819537, 40.708283 ], [ -73.820379, 40.709506 ], [ -73.820662, 40.709869 ], [ -73.821036, 40.710261 ], [ -73.821167, 40.710397 ], [ -73.822737, 40.711733 ], [ -73.822923, 40.711883 ], [ -73.823426, 40.712284 ], [ -73.823955, 40.712853 ], [ -73.823948, 40.712906 ], [ -73.82404, 40.713212 ], [ -73.824149, 40.713518 ], [ -73.824196, 40.713648 ], [ -73.824283, 40.713826 ], [ -73.82458, 40.714285 ], [ -73.824773, 40.714593 ], [ -73.825441, 40.715556 ], [ -73.825467, 40.71561 ], [ -73.825483, 40.715638 ], [ -73.825506, 40.715677 ], [ -73.825558, 40.715764 ], [ -73.82557, 40.715784 ], [ -73.825705, 40.716063 ], [ -73.825689, 40.716073 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081022002", "name": "Census Tract 220.02, Queens County, New York", "total_population_17": 6880, "white_alone_17": 2070.0, "black_alone_17": 1177.0, "native_alone_17": 0.0, "asian_alone_17": 1554.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1667.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.333, "pct_black_alone_change": 5.341, "pct_native_alone_change": -0.196, "pct_asian_alone_change": -2.085, "pct_hispanic_or_latino_change": 5.128, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7132006", "INTPTLON": "-073.8144642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.819152, 40.709035 ], [ -73.819139, 40.709106 ], [ -73.819107, 40.709277 ], [ -73.819033, 40.709693 ], [ -73.818934, 40.710119 ], [ -73.818831, 40.710384 ], [ -73.818677, 40.710701 ], [ -73.81842, 40.711129 ], [ -73.818235, 40.711389 ], [ -73.817971, 40.711691 ], [ -73.817775, 40.711893 ], [ -73.817511, 40.712211 ], [ -73.817503, 40.712266 ], [ -73.81756, 40.712423 ], [ -73.817496, 40.712496 ], [ -73.81733, 40.712676 ], [ -73.817181, 40.712866 ], [ -73.81705, 40.713064 ], [ -73.816938, 40.713267 ], [ -73.816842, 40.713475 ], [ -73.816534, 40.714226 ], [ -73.816495, 40.714364 ], [ -73.816464, 40.71462 ], [ -73.816438, 40.714934 ], [ -73.816433, 40.715644 ], [ -73.816442, 40.715785 ], [ -73.816293, 40.715887 ], [ -73.813648, 40.715945 ], [ -73.812922, 40.715957 ], [ -73.808859, 40.715922 ], [ -73.807822, 40.715911 ], [ -73.807807, 40.715808 ], [ -73.807774, 40.715716 ], [ -73.808859, 40.715726 ], [ -73.810221, 40.715707 ], [ -73.81021, 40.714999 ], [ -73.810196, 40.714283 ], [ -73.810145, 40.713471 ], [ -73.809834, 40.712812 ], [ -73.810555, 40.712626 ], [ -73.81243, 40.712645 ], [ -73.81244, 40.712879 ], [ -73.812676, 40.712843 ], [ -73.812918, 40.712825 ], [ -73.813157, 40.712817 ], [ -73.813396, 40.712827 ], [ -73.813568, 40.71282 ], [ -73.813752, 40.7128 ], [ -73.813927, 40.712769 ], [ -73.814098, 40.712726 ], [ -73.814262, 40.712672 ], [ -73.814106, 40.712443 ], [ -73.814052, 40.71232 ], [ -73.814013, 40.712195 ], [ -73.814019, 40.712093 ], [ -73.814044, 40.71199 ], [ -73.814088, 40.711889 ], [ -73.814152, 40.711794 ], [ -73.814233, 40.711707 ], [ -73.814327, 40.711631 ], [ -73.814432, 40.711568 ], [ -73.814357, 40.71144 ], [ -73.814292, 40.711309 ], [ -73.814239, 40.711174 ], [ -73.814198, 40.711037 ], [ -73.814373, 40.711048 ], [ -73.814548, 40.711043 ], [ -73.814723, 40.711023 ], [ -73.814894, 40.710987 ], [ -73.815055, 40.710937 ], [ -73.815244, 40.710872 ], [ -73.815425, 40.710788 ], [ -73.815594, 40.710689 ], [ -73.815746, 40.710574 ], [ -73.81588, 40.710447 ], [ -73.815992, 40.710311 ], [ -73.816081, 40.710168 ], [ -73.816416, 40.709865 ], [ -73.81704, 40.70956 ], [ -73.817798, 40.709342 ], [ -73.818601, 40.708926 ], [ -73.818809, 40.708816 ], [ -73.81915, 40.708428 ], [ -73.819151, 40.708852 ], [ -73.819152, 40.709035 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081022900", "name": "Census Tract 229, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7342754", "INTPTLON": "-073.9113356" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.919017, 40.732089 ], [ -73.918885, 40.73272 ], [ -73.918776, 40.732699 ], [ -73.918698, 40.733204 ], [ -73.918313, 40.733154 ], [ -73.918082, 40.733907 ], [ -73.917753, 40.734926 ], [ -73.917593, 40.735239 ], [ -73.917558, 40.735292 ], [ -73.917493, 40.735421 ], [ -73.916897, 40.735445 ], [ -73.916872, 40.735541 ], [ -73.916515, 40.736757 ], [ -73.917177, 40.736898 ], [ -73.917091, 40.737145 ], [ -73.916512, 40.738945 ], [ -73.916301, 40.739069 ], [ -73.915675, 40.740785 ], [ -73.915384, 40.740729 ], [ -73.914438, 40.74056 ], [ -73.913828, 40.742414 ], [ -73.91295, 40.742307 ], [ -73.911987, 40.742189 ], [ -73.911088, 40.742078 ], [ -73.910192, 40.741972 ], [ -73.90929, 40.741867 ], [ -73.908339, 40.741757 ], [ -73.907556, 40.741659 ], [ -73.907784, 40.740745 ], [ -73.908323, 40.738631 ], [ -73.908555, 40.73793 ], [ -73.909217, 40.736496 ], [ -73.90923, 40.736455 ], [ -73.90926, 40.736403 ], [ -73.909285, 40.736334 ], [ -73.909306, 40.736287 ], [ -73.909329, 40.736232 ], [ -73.909597, 40.735656 ], [ -73.909911, 40.734997 ], [ -73.910239, 40.734339 ], [ -73.910689, 40.733471 ], [ -73.906632, 40.732796 ], [ -73.906018, 40.734011 ], [ -73.905736, 40.734633 ], [ -73.90517, 40.73586 ], [ -73.904703, 40.73568 ], [ -73.903787, 40.735217 ], [ -73.902866, 40.734767 ], [ -73.901943, 40.73434 ], [ -73.90108, 40.733908 ], [ -73.901231, 40.73372 ], [ -73.901298, 40.73364 ], [ -73.902597, 40.732104 ], [ -73.904023, 40.730365 ], [ -73.904218, 40.730127 ], [ -73.905181, 40.728957 ], [ -73.905576, 40.728635 ], [ -73.905684, 40.72855 ], [ -73.90673, 40.727733 ], [ -73.906933, 40.727574 ], [ -73.90707, 40.727466 ], [ -73.909303, 40.728846 ], [ -73.909852, 40.729023 ], [ -73.910125, 40.729323 ], [ -73.910345, 40.72943 ], [ -73.91051, 40.729511 ], [ -73.910736, 40.729605 ], [ -73.910933, 40.729687 ], [ -73.911356, 40.729843 ], [ -73.911472, 40.729886 ], [ -73.911696, 40.729952 ], [ -73.911731, 40.729964 ], [ -73.911772, 40.729849 ], [ -73.911818, 40.729735 ], [ -73.91193, 40.729458 ], [ -73.91201, 40.729229 ], [ -73.912053, 40.728469 ], [ -73.91493, 40.728591 ], [ -73.915072, 40.727971 ], [ -73.917967, 40.728501 ], [ -73.91773, 40.729879 ], [ -73.917607, 40.730572 ], [ -73.917521, 40.731003 ], [ -73.917366, 40.731328 ], [ -73.917308, 40.731439 ], [ -73.919038, 40.732021 ], [ -73.919017, 40.732089 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081023000", "name": "Census Tract 230, Queens County, New York", "total_population_17": 2205, "white_alone_17": 603.0, "black_alone_17": 53.0, "native_alone_17": 0.0, "asian_alone_17": 836.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 676.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.685, "pct_black_alone_change": -4.427, "pct_native_alone_change": -1.78, "pct_asian_alone_change": 6.054, "pct_hispanic_or_latino_change": 10.05, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7126448", "INTPTLON": "-073.8081463" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.810221, 40.715707 ], [ -73.808859, 40.715726 ], [ -73.807774, 40.715716 ], [ -73.807637, 40.715025 ], [ -73.807422, 40.714325 ], [ -73.807354, 40.71424 ], [ -73.806929, 40.713643 ], [ -73.806676, 40.71306 ], [ -73.806654, 40.71295 ], [ -73.806495, 40.712225 ], [ -73.806457, 40.712056 ], [ -73.806266, 40.711254 ], [ -73.80558, 40.710237 ], [ -73.805482, 40.710089 ], [ -73.806328, 40.709846 ], [ -73.807179, 40.709603 ], [ -73.808046, 40.709357 ], [ -73.808142, 40.709498 ], [ -73.808897, 40.710599 ], [ -73.809031, 40.711163 ], [ -73.80918, 40.71147 ], [ -73.809508, 40.712141 ], [ -73.809834, 40.712812 ], [ -73.810145, 40.713471 ], [ -73.810196, 40.714283 ], [ -73.81021, 40.714999 ], [ -73.810221, 40.715707 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081023200", "name": "Census Tract 232, Queens County, New York", "total_population_17": 5823, "white_alone_17": 748.0, "black_alone_17": 1116.0, "native_alone_17": 0.0, "asian_alone_17": 1926.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 1256.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.922, "pct_black_alone_change": 4.717, "pct_native_alone_change": -0.818, "pct_asian_alone_change": -1.688, "pct_hispanic_or_latino_change": -0.022, "pct_native_hawaiian_pacific_islander_change": 0.12, "INTPTLAT": "+40.7095892", "INTPTLON": "-073.8112809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816416, 40.709865 ], [ -73.816081, 40.710168 ], [ -73.815992, 40.710311 ], [ -73.81588, 40.710447 ], [ -73.815746, 40.710574 ], [ -73.815594, 40.710689 ], [ -73.815425, 40.710788 ], [ -73.815244, 40.710872 ], [ -73.815055, 40.710937 ], [ -73.814894, 40.710987 ], [ -73.814723, 40.711023 ], [ -73.814548, 40.711043 ], [ -73.814373, 40.711048 ], [ -73.814198, 40.711037 ], [ -73.814239, 40.711174 ], [ -73.814292, 40.711309 ], [ -73.814357, 40.71144 ], [ -73.814432, 40.711568 ], [ -73.814327, 40.711631 ], [ -73.814233, 40.711707 ], [ -73.814152, 40.711794 ], [ -73.814088, 40.711889 ], [ -73.814044, 40.71199 ], [ -73.814019, 40.712093 ], [ -73.814013, 40.712195 ], [ -73.814052, 40.71232 ], [ -73.814106, 40.712443 ], [ -73.814262, 40.712672 ], [ -73.814098, 40.712726 ], [ -73.813927, 40.712769 ], [ -73.813752, 40.7128 ], [ -73.813568, 40.71282 ], [ -73.813396, 40.712827 ], [ -73.813157, 40.712817 ], [ -73.812918, 40.712825 ], [ -73.812676, 40.712843 ], [ -73.81244, 40.712879 ], [ -73.81243, 40.712645 ], [ -73.810555, 40.712626 ], [ -73.809834, 40.712812 ], [ -73.809508, 40.712141 ], [ -73.80918, 40.71147 ], [ -73.809031, 40.711163 ], [ -73.808897, 40.710599 ], [ -73.808142, 40.709498 ], [ -73.808046, 40.709357 ], [ -73.807622, 40.708731 ], [ -73.807288, 40.708062 ], [ -73.806949, 40.707367 ], [ -73.809348, 40.706685 ], [ -73.812012, 40.705945 ], [ -73.812111, 40.706698 ], [ -73.812155, 40.707046 ], [ -73.813059, 40.706978 ], [ -73.813145, 40.707659 ], [ -73.813239, 40.70835 ], [ -73.813327, 40.709027 ], [ -73.813418, 40.709711 ], [ -73.815073, 40.709584 ], [ -73.815246, 40.709555 ], [ -73.815413, 40.709545 ], [ -73.815613, 40.709552 ], [ -73.815797, 40.70958 ], [ -73.815974, 40.709628 ], [ -73.816139, 40.709693 ], [ -73.816287, 40.709773 ], [ -73.816416, 40.709865 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081023500", "name": "Census Tract 235, Queens County, New York", "total_population_17": 8238, "white_alone_17": 839.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 2272.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4911.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.576, "pct_black_alone_change": -0.746, "pct_native_alone_change": -0.38, "pct_asian_alone_change": 14.11, "pct_hispanic_or_latino_change": -11.499, "pct_native_hawaiian_pacific_islander_change": -0.047, "INTPTLAT": "+40.7393490", "INTPTLON": "-073.9175942" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.920257, 40.735321 ], [ -73.919836, 40.737464 ], [ -73.919466, 40.739312 ], [ -73.919099, 40.741155 ], [ -73.918898, 40.742187 ], [ -73.91873, 40.742991 ], [ -73.917786, 40.742893 ], [ -73.916887, 40.742787 ], [ -73.915944, 40.742686 ], [ -73.915021, 40.742553 ], [ -73.913828, 40.742414 ], [ -73.914438, 40.74056 ], [ -73.915384, 40.740729 ], [ -73.915675, 40.740785 ], [ -73.916301, 40.739069 ], [ -73.916512, 40.738945 ], [ -73.917091, 40.737145 ], [ -73.917177, 40.736898 ], [ -73.916515, 40.736757 ], [ -73.916872, 40.735541 ], [ -73.916897, 40.735445 ], [ -73.917493, 40.735421 ], [ -73.917558, 40.735292 ], [ -73.918384, 40.735239 ], [ -73.919121, 40.73516 ], [ -73.919349, 40.735119 ], [ -73.919323, 40.735253 ], [ -73.920256, 40.735194 ], [ -73.920257, 40.735321 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081023600", "name": "Census Tract 236, Queens County, New York", "total_population_17": 3179, "white_alone_17": 348.0, "black_alone_17": 258.0, "native_alone_17": 10.0, "asian_alone_17": 1241.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1201.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.553, "pct_black_alone_change": -9.249, "pct_native_alone_change": -0.857, "pct_asian_alone_change": 8.284, "pct_hispanic_or_latino_change": 3.226, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7073435", "INTPTLON": "-073.8049191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.808046, 40.709357 ], [ -73.807179, 40.709603 ], [ -73.806328, 40.709846 ], [ -73.805482, 40.710089 ], [ -73.805012, 40.709473 ], [ -73.804841, 40.709338 ], [ -73.804168, 40.708984 ], [ -73.804101, 40.708952 ], [ -73.803993, 40.708917 ], [ -73.803902, 40.708874 ], [ -73.80367, 40.708743 ], [ -73.803518, 40.708639 ], [ -73.803392, 40.708531 ], [ -73.803276, 40.708412 ], [ -73.803024, 40.70814 ], [ -73.802787, 40.707716 ], [ -73.802228, 40.706749 ], [ -73.801657, 40.705761 ], [ -73.802655, 40.70548 ], [ -73.803572, 40.705233 ], [ -73.805648, 40.704672 ], [ -73.806137, 40.705692 ], [ -73.806589, 40.706634 ], [ -73.806949, 40.707367 ], [ -73.807288, 40.708062 ], [ -73.807622, 40.708731 ], [ -73.808046, 40.709357 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081023800", "name": "Census Tract 238, Queens County, New York", "total_population_17": 4774, "white_alone_17": 149.0, "black_alone_17": 531.0, "native_alone_17": 0.0, "asian_alone_17": 1672.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1863.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.672, "pct_black_alone_change": -10.762, "pct_native_alone_change": -0.759, "pct_asian_alone_change": 17.12, "pct_hispanic_or_latino_change": -14.475, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.7052221", "INTPTLON": "-073.8090375" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.812012, 40.705945 ], [ -73.809348, 40.706685 ], [ -73.806949, 40.707367 ], [ -73.806589, 40.706634 ], [ -73.806137, 40.705692 ], [ -73.805648, 40.704672 ], [ -73.807061, 40.704288 ], [ -73.807584, 40.704146 ], [ -73.808788, 40.703822 ], [ -73.809229, 40.703704 ], [ -73.809693, 40.703578 ], [ -73.810578, 40.703338 ], [ -73.811632, 40.703052 ], [ -73.811713, 40.703662 ], [ -73.811773, 40.704181 ], [ -73.811802, 40.704366 ], [ -73.811904, 40.705124 ], [ -73.812012, 40.705945 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081024000", "name": "Census Tract 240, Queens County, New York", "total_population_17": 6659, "white_alone_17": 208.0, "black_alone_17": 1009.0, "native_alone_17": 53.0, "asian_alone_17": 1390.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3331.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.46, "pct_black_alone_change": -6.525, "pct_native_alone_change": 0.152, "pct_asian_alone_change": 11.671, "pct_hispanic_or_latino_change": -11.424, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7032775", "INTPTLON": "-073.8050793" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.811632, 40.703052 ], [ -73.810578, 40.703338 ], [ -73.809693, 40.703578 ], [ -73.809229, 40.703704 ], [ -73.808788, 40.703822 ], [ -73.807584, 40.704146 ], [ -73.807061, 40.704288 ], [ -73.805648, 40.704672 ], [ -73.803572, 40.705233 ], [ -73.802655, 40.70548 ], [ -73.801657, 40.705761 ], [ -73.80111, 40.704848 ], [ -73.800201, 40.703341 ], [ -73.79992, 40.702474 ], [ -73.801897, 40.701969 ], [ -73.802409, 40.701852 ], [ -73.803303, 40.701639 ], [ -73.804129, 40.70146 ], [ -73.804442, 40.702132 ], [ -73.805515, 40.701881 ], [ -73.806332, 40.701784 ], [ -73.806807, 40.701776 ], [ -73.806988, 40.701771 ], [ -73.807927, 40.701766 ], [ -73.808874, 40.701815 ], [ -73.809049, 40.701836 ], [ -73.809954, 40.701994 ], [ -73.810832, 40.702145 ], [ -73.811529, 40.702273 ], [ -73.811632, 40.703052 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081024300", "name": "Census Tract 243, Queens County, New York", "total_population_17": 5963, "white_alone_17": 1449.0, "black_alone_17": 7.0, "native_alone_17": 9.0, "asian_alone_17": 2099.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2347.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.484, "pct_black_alone_change": -0.786, "pct_native_alone_change": -0.135, "pct_asian_alone_change": 8.617, "pct_hispanic_or_latino_change": 6.823, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7366667", "INTPTLON": "-073.9020404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910239, 40.734339 ], [ -73.909911, 40.734997 ], [ -73.909597, 40.735656 ], [ -73.909329, 40.736232 ], [ -73.909306, 40.736287 ], [ -73.909285, 40.736334 ], [ -73.908894, 40.736378 ], [ -73.907886, 40.73653 ], [ -73.907597, 40.73659 ], [ -73.907371, 40.736645 ], [ -73.906707, 40.736847 ], [ -73.906426, 40.736944 ], [ -73.906077, 40.737099 ], [ -73.905933, 40.737163 ], [ -73.905566, 40.737336 ], [ -73.904819, 40.737671 ], [ -73.904639, 40.737753 ], [ -73.903691, 40.738129 ], [ -73.903658, 40.738142 ], [ -73.902941, 40.738403 ], [ -73.902752, 40.738592 ], [ -73.902714, 40.73863 ], [ -73.90179, 40.738968 ], [ -73.901741, 40.738981 ], [ -73.901488, 40.739116 ], [ -73.90135, 40.739182 ], [ -73.90103, 40.739335 ], [ -73.900796, 40.739445 ], [ -73.900223, 40.739854 ], [ -73.89992, 40.740073 ], [ -73.899736, 40.740205 ], [ -73.899493, 40.740383 ], [ -73.899241, 40.740599 ], [ -73.899216, 40.740618 ], [ -73.899146, 40.740668 ], [ -73.898985, 40.740646 ], [ -73.898683, 40.740592 ], [ -73.897696, 40.740408 ], [ -73.897445, 40.74036 ], [ -73.897012, 40.740276 ], [ -73.897529, 40.740765 ], [ -73.896856, 40.740637 ], [ -73.895838, 40.740453 ], [ -73.895856, 40.740072 ], [ -73.895884, 40.739462 ], [ -73.895872, 40.739066 ], [ -73.895902, 40.738354 ], [ -73.89593, 40.737639 ], [ -73.895956, 40.736925 ], [ -73.895975, 40.736441 ], [ -73.896016, 40.735239 ], [ -73.896029, 40.735018 ], [ -73.896511, 40.735097 ], [ -73.896912, 40.735087 ], [ -73.897832, 40.73516 ], [ -73.899022, 40.735149 ], [ -73.90001, 40.73485 ], [ -73.900115, 40.734813 ], [ -73.90027, 40.734741 ], [ -73.900372, 40.734681 ], [ -73.900497, 40.73459 ], [ -73.900618, 40.734476 ], [ -73.900711, 40.734359 ], [ -73.90108, 40.733908 ], [ -73.901943, 40.73434 ], [ -73.902866, 40.734767 ], [ -73.903787, 40.735217 ], [ -73.904703, 40.73568 ], [ -73.90517, 40.73586 ], [ -73.905736, 40.734633 ], [ -73.906018, 40.734011 ], [ -73.906632, 40.732796 ], [ -73.910689, 40.733471 ], [ -73.910239, 40.734339 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081024500", "name": "Census Tract 245, Queens County, New York", "total_population_17": 5608, "white_alone_17": 2077.0, "black_alone_17": 34.0, "native_alone_17": 25.0, "asian_alone_17": 1328.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1947.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.838, "pct_black_alone_change": -3.125, "pct_native_alone_change": 0.275, "pct_asian_alone_change": 5.519, "pct_hispanic_or_latino_change": 11.148, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7393540", "INTPTLON": "-073.9050486" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90926, 40.736403 ], [ -73.90923, 40.736455 ], [ -73.909217, 40.736496 ], [ -73.908555, 40.73793 ], [ -73.908323, 40.738631 ], [ -73.907784, 40.740745 ], [ -73.907556, 40.741659 ], [ -73.906339, 40.741529 ], [ -73.905504, 40.741434 ], [ -73.904619, 40.741332 ], [ -73.903727, 40.741232 ], [ -73.903229, 40.741163 ], [ -73.902697, 40.741105 ], [ -73.902129, 40.74103 ], [ -73.901679, 40.74097 ], [ -73.900602, 40.740858 ], [ -73.900426, 40.740837 ], [ -73.899794, 40.740762 ], [ -73.89972, 40.740753 ], [ -73.899636, 40.740744 ], [ -73.899556, 40.740731 ], [ -73.899146, 40.740668 ], [ -73.899216, 40.740618 ], [ -73.899241, 40.740599 ], [ -73.899493, 40.740383 ], [ -73.899736, 40.740205 ], [ -73.89992, 40.740073 ], [ -73.900223, 40.739854 ], [ -73.900796, 40.739445 ], [ -73.90103, 40.739335 ], [ -73.90135, 40.739182 ], [ -73.901488, 40.739116 ], [ -73.901741, 40.738981 ], [ -73.90179, 40.738968 ], [ -73.902714, 40.73863 ], [ -73.902752, 40.738592 ], [ -73.902941, 40.738403 ], [ -73.903658, 40.738142 ], [ -73.903691, 40.738129 ], [ -73.904639, 40.737753 ], [ -73.904819, 40.737671 ], [ -73.905566, 40.737336 ], [ -73.905933, 40.737163 ], [ -73.906077, 40.737099 ], [ -73.906426, 40.736944 ], [ -73.906707, 40.736847 ], [ -73.907371, 40.736645 ], [ -73.907597, 40.73659 ], [ -73.907886, 40.73653 ], [ -73.908894, 40.736378 ], [ -73.909285, 40.736334 ], [ -73.90926, 40.736403 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081024600", "name": "Census Tract 246, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7012022", "INTPTLON": "-073.7964993" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.802409, 40.701852 ], [ -73.801897, 40.701969 ], [ -73.79992, 40.702474 ], [ -73.799179, 40.702596 ], [ -73.798415, 40.702741 ], [ -73.797124, 40.703035 ], [ -73.79609, 40.703294 ], [ -73.794546, 40.703696 ], [ -73.793792, 40.704032 ], [ -73.793519, 40.703682 ], [ -73.793261, 40.703352 ], [ -73.792521, 40.702415 ], [ -73.792368, 40.702121 ], [ -73.791869, 40.701366 ], [ -73.791944, 40.701272 ], [ -73.792605, 40.700432 ], [ -73.792844, 40.700244 ], [ -73.793577, 40.699756 ], [ -73.794511, 40.69939 ], [ -73.795722, 40.699015 ], [ -73.796476, 40.698693 ], [ -73.797226, 40.698363 ], [ -73.797537, 40.698199 ], [ -73.799341, 40.699291 ], [ -73.798687, 40.699715 ], [ -73.799156, 40.699972 ], [ -73.801574, 40.701214 ], [ -73.801823, 40.701387 ], [ -73.802076, 40.701575 ], [ -73.802409, 40.701852 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081024700", "name": "Census Tract 247, Queens County, New York", "total_population_17": 1577, "white_alone_17": 277.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 731.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 513.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.472, "pct_black_alone_change": -0.038, "pct_native_alone_change": -0.133, "pct_asian_alone_change": -2.048, "pct_hispanic_or_latino_change": 4.567, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7422779", "INTPTLON": "-073.8994500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901494, 40.741336 ], [ -73.901185, 40.742161 ], [ -73.9009, 40.743448 ], [ -73.901502, 40.744006 ], [ -73.901409, 40.744251 ], [ -73.901167, 40.744165 ], [ -73.90092, 40.744077 ], [ -73.900029, 40.743762 ], [ -73.899074, 40.743487 ], [ -73.89813, 40.743258 ], [ -73.897536, 40.743122 ], [ -73.897295, 40.743064 ], [ -73.896586, 40.742903 ], [ -73.896453, 40.742861 ], [ -73.897115, 40.742321 ], [ -73.897345, 40.742133 ], [ -73.897277, 40.742046 ], [ -73.898131, 40.741344 ], [ -73.898609, 40.740969 ], [ -73.898737, 40.740849 ], [ -73.898882, 40.740738 ], [ -73.898985, 40.740646 ], [ -73.899146, 40.740668 ], [ -73.899556, 40.740731 ], [ -73.899636, 40.740744 ], [ -73.89972, 40.740753 ], [ -73.899794, 40.740762 ], [ -73.900426, 40.740837 ], [ -73.900602, 40.740858 ], [ -73.901679, 40.74097 ], [ -73.901494, 40.741336 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081024900", "name": "Census Tract 249, Queens County, New York", "total_population_17": 4981, "white_alone_17": 1224.0, "black_alone_17": 44.0, "native_alone_17": 61.0, "asian_alone_17": 2219.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1425.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.617, "pct_black_alone_change": -0.511, "pct_native_alone_change": 1.068, "pct_asian_alone_change": 6.59, "pct_hispanic_or_latino_change": 3.545, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7431151", "INTPTLON": "-073.9042554" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907453, 40.742043 ], [ -73.907329, 40.742515 ], [ -73.907159, 40.743218 ], [ -73.906936, 40.744126 ], [ -73.906805, 40.744659 ], [ -73.906613, 40.745393 ], [ -73.906419, 40.745635 ], [ -73.905579, 40.745391 ], [ -73.904488, 40.74512 ], [ -73.903687, 40.744914 ], [ -73.903255, 40.744797 ], [ -73.902626, 40.744633 ], [ -73.902242, 40.74453 ], [ -73.901409, 40.744251 ], [ -73.901502, 40.744006 ], [ -73.9009, 40.743448 ], [ -73.901185, 40.742161 ], [ -73.901494, 40.741336 ], [ -73.901679, 40.74097 ], [ -73.902129, 40.74103 ], [ -73.902697, 40.741105 ], [ -73.903229, 40.741163 ], [ -73.903727, 40.741232 ], [ -73.904619, 40.741332 ], [ -73.905504, 40.741434 ], [ -73.906339, 40.741529 ], [ -73.907556, 40.741659 ], [ -73.907453, 40.742043 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025100", "name": "Census Tract 251, Queens County, New York", "total_population_17": 6339, "white_alone_17": 1691.0, "black_alone_17": 91.0, "native_alone_17": 0.0, "asian_alone_17": 2230.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2284.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -4.682, "pct_black_alone_change": 0.418, "pct_native_alone_change": -0.145, "pct_asian_alone_change": 6.548, "pct_hispanic_or_latino_change": -1.199, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7448223", "INTPTLON": "-073.9096562" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912353, 40.74632 ], [ -73.91231, 40.746496 ], [ -73.91212, 40.747295 ], [ -73.91193, 40.747988 ], [ -73.911801, 40.748276 ], [ -73.911765, 40.748357 ], [ -73.91173, 40.748435 ], [ -73.911642, 40.748685 ], [ -73.910159, 40.748502 ], [ -73.910172, 40.748227 ], [ -73.909919, 40.747764 ], [ -73.909554, 40.747395 ], [ -73.908847, 40.746775 ], [ -73.908117, 40.746186 ], [ -73.907262, 40.745887 ], [ -73.906419, 40.745635 ], [ -73.906613, 40.745393 ], [ -73.906805, 40.744659 ], [ -73.906936, 40.744126 ], [ -73.907159, 40.743218 ], [ -73.907329, 40.742515 ], [ -73.907453, 40.742043 ], [ -73.907556, 40.741659 ], [ -73.908339, 40.741757 ], [ -73.90929, 40.741867 ], [ -73.910192, 40.741972 ], [ -73.911088, 40.742078 ], [ -73.911987, 40.742189 ], [ -73.911908, 40.742564 ], [ -73.911509, 40.744471 ], [ -73.911247, 40.745784 ], [ -73.912131, 40.745887 ], [ -73.912449, 40.74592 ], [ -73.912353, 40.74632 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025301", "name": "Census Tract 253.01, Queens County, New York", "total_population_17": 4020, "white_alone_17": 1526.0, "black_alone_17": 12.0, "native_alone_17": 11.0, "asian_alone_17": 942.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1494.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.455, "pct_black_alone_change": -0.926, "pct_native_alone_change": -0.109, "pct_asian_alone_change": -3.906, "pct_hispanic_or_latino_change": -4.546, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7445685", "INTPTLON": "-073.9165163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.918674, 40.743296 ], [ -73.918349, 40.744901 ], [ -73.918014, 40.746568 ], [ -73.917086, 40.74646 ], [ -73.916158, 40.746355 ], [ -73.915605, 40.74629 ], [ -73.915232, 40.746246 ], [ -73.914303, 40.746138 ], [ -73.914637, 40.744472 ], [ -73.914804, 40.743618 ], [ -73.914837, 40.743455 ], [ -73.914949, 40.742908 ], [ -73.915021, 40.742553 ], [ -73.915944, 40.742686 ], [ -73.916887, 40.742787 ], [ -73.917786, 40.742893 ], [ -73.91873, 40.742991 ], [ -73.918674, 40.743296 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025302", "name": "Census Tract 253.02, Queens County, New York", "total_population_17": 3057, "white_alone_17": 684.0, "black_alone_17": 7.0, "native_alone_17": 129.0, "asian_alone_17": 432.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1724.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.13, "pct_black_alone_change": -0.996, "pct_native_alone_change": 3.837, "pct_asian_alone_change": -13.207, "pct_hispanic_or_latino_change": 14.685, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7441688", "INTPTLON": "-073.9131355" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.914949, 40.742908 ], [ -73.914837, 40.743455 ], [ -73.914804, 40.743618 ], [ -73.914637, 40.744472 ], [ -73.914303, 40.746138 ], [ -73.913373, 40.746031 ], [ -73.912449, 40.74592 ], [ -73.912131, 40.745887 ], [ -73.911247, 40.745784 ], [ -73.911509, 40.744471 ], [ -73.911908, 40.742564 ], [ -73.911987, 40.742189 ], [ -73.91295, 40.742307 ], [ -73.913828, 40.742414 ], [ -73.915021, 40.742553 ], [ -73.914949, 40.742908 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025400", "name": "Census Tract 254, Queens County, New York", "total_population_17": 9722, "white_alone_17": 0.0, "black_alone_17": 5759.0, "native_alone_17": 0.0, "asian_alone_17": 1062.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2202.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.941, "pct_black_alone_change": -27.149, "pct_native_alone_change": -0.371, "pct_asian_alone_change": 9.983, "pct_hispanic_or_latino_change": 11.887, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6966713", "INTPTLON": "-073.7944323" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.801076, 40.69543 ], [ -73.800532, 40.695857 ], [ -73.799859, 40.696347 ], [ -73.799182, 40.696871 ], [ -73.798827, 40.697205 ], [ -73.798546, 40.697467 ], [ -73.797862, 40.697993 ], [ -73.797537, 40.698199 ], [ -73.797226, 40.698363 ], [ -73.796476, 40.698693 ], [ -73.795722, 40.699015 ], [ -73.794511, 40.69939 ], [ -73.793577, 40.699756 ], [ -73.792844, 40.700244 ], [ -73.792605, 40.700432 ], [ -73.791944, 40.701272 ], [ -73.791869, 40.701366 ], [ -73.792368, 40.702121 ], [ -73.792259, 40.70217 ], [ -73.79217, 40.702198 ], [ -73.792045, 40.702223 ], [ -73.791928, 40.702232 ], [ -73.791802, 40.702227 ], [ -73.791156, 40.702294 ], [ -73.790764, 40.701982 ], [ -73.790498, 40.701791 ], [ -73.790268, 40.701561 ], [ -73.789539, 40.700822 ], [ -73.789028, 40.700328 ], [ -73.788717, 40.700033 ], [ -73.788387, 40.69972 ], [ -73.787624, 40.698999 ], [ -73.786901, 40.698386 ], [ -73.787009, 40.698342 ], [ -73.787821, 40.69801 ], [ -73.788312, 40.697805 ], [ -73.789163, 40.697448 ], [ -73.78964, 40.697246 ], [ -73.790428, 40.696912 ], [ -73.791247, 40.696565 ], [ -73.792163, 40.69618 ], [ -73.791005, 40.694595 ], [ -73.79213, 40.694116 ], [ -73.792893, 40.693821 ], [ -73.793635, 40.693471 ], [ -73.794343, 40.693178 ], [ -73.79516, 40.692831 ], [ -73.795984, 40.692483 ], [ -73.79643, 40.692297 ], [ -73.797213, 40.691963 ], [ -73.797805, 40.691715 ], [ -73.798031, 40.691621 ], [ -73.798277, 40.691934 ], [ -73.798823, 40.69248 ], [ -73.799239, 40.692866 ], [ -73.799437, 40.693051 ], [ -73.799748, 40.693348 ], [ -73.800188, 40.693589 ], [ -73.800514, 40.693768 ], [ -73.800681, 40.693862 ], [ -73.800837, 40.694208 ], [ -73.800936, 40.694425 ], [ -73.801196, 40.695337 ], [ -73.801076, 40.69543 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025500", "name": "Census Tract 255, Queens County, New York", "total_population_17": 1410, "white_alone_17": 450.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 530.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 383.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.156, "pct_black_alone_change": -1.947, "pct_native_alone_change": -0.162, "pct_asian_alone_change": -1.135, "pct_hispanic_or_latino_change": 2.771, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7504263", "INTPTLON": "-073.9079200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.910231, 40.752977 ], [ -73.907594, 40.753222 ], [ -73.906909, 40.753285 ], [ -73.906685, 40.753308 ], [ -73.906117, 40.753379 ], [ -73.905864, 40.753404 ], [ -73.904917, 40.753505 ], [ -73.904907, 40.753379 ], [ -73.90525, 40.752565 ], [ -73.90611, 40.750624 ], [ -73.906698, 40.749337 ], [ -73.905913, 40.748859 ], [ -73.906043, 40.748569 ], [ -73.906242, 40.748128 ], [ -73.907132, 40.748358 ], [ -73.908117, 40.746186 ], [ -73.908847, 40.746775 ], [ -73.909554, 40.747395 ], [ -73.909919, 40.747764 ], [ -73.910172, 40.748227 ], [ -73.910159, 40.748502 ], [ -73.9099, 40.749087 ], [ -73.909711, 40.749755 ], [ -73.909516, 40.750442 ], [ -73.909483, 40.750561 ], [ -73.909452, 40.750656 ], [ -73.909443, 40.750755 ], [ -73.909459, 40.750855 ], [ -73.909497, 40.750951 ], [ -73.909556, 40.751037 ], [ -73.909847, 40.751637 ], [ -73.910451, 40.752961 ], [ -73.910231, 40.752977 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025700", "name": "Census Tract 257, Queens County, New York", "total_population_17": 1422, "white_alone_17": 383.0, "black_alone_17": 48.0, "native_alone_17": 0.0, "asian_alone_17": 470.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 475.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.656, "pct_black_alone_change": 2.844, "pct_native_alone_change": -0.133, "pct_asian_alone_change": -6.31, "pct_hispanic_or_latino_change": 3.883, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7501044", "INTPTLON": "-073.9051748" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908117, 40.746186 ], [ -73.907132, 40.748358 ], [ -73.906242, 40.748128 ], [ -73.906043, 40.748569 ], [ -73.905913, 40.748859 ], [ -73.906698, 40.749337 ], [ -73.90611, 40.750624 ], [ -73.90525, 40.752565 ], [ -73.904907, 40.753379 ], [ -73.904917, 40.753505 ], [ -73.903923, 40.753611 ], [ -73.902989, 40.753708 ], [ -73.902472, 40.753763 ], [ -73.902276, 40.752597 ], [ -73.902158, 40.751932 ], [ -73.902578, 40.751908 ], [ -73.903571, 40.75184 ], [ -73.904334, 40.750162 ], [ -73.905137, 40.748383 ], [ -73.905253, 40.7481 ], [ -73.905349, 40.747893 ], [ -73.906419, 40.745635 ], [ -73.907262, 40.745887 ], [ -73.908117, 40.746186 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025800", "name": "Census Tract 258, Queens County, New York", "total_population_17": 2203, "white_alone_17": 6.0, "black_alone_17": 1609.0, "native_alone_17": 0.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 279.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.566, "pct_black_alone_change": -18.764, "pct_native_alone_change": -0.359, "pct_asian_alone_change": 1.213, "pct_hispanic_or_latino_change": 7.818, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6960420", "INTPTLON": "-073.7872795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.790428, 40.696912 ], [ -73.78964, 40.697246 ], [ -73.789163, 40.697448 ], [ -73.788312, 40.697805 ], [ -73.787821, 40.69801 ], [ -73.787009, 40.698342 ], [ -73.786901, 40.698386 ], [ -73.785735, 40.697887 ], [ -73.784762, 40.697473 ], [ -73.784554, 40.697329 ], [ -73.784162, 40.697078 ], [ -73.783487, 40.696584 ], [ -73.782771, 40.695995 ], [ -73.783933, 40.695494 ], [ -73.785671, 40.694746 ], [ -73.785901, 40.694655 ], [ -73.786758, 40.694302 ], [ -73.787312, 40.69406 ], [ -73.788103, 40.693733 ], [ -73.788931, 40.693398 ], [ -73.790087, 40.694981 ], [ -73.791247, 40.696565 ], [ -73.790428, 40.696912 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081025900", "name": "Census Tract 259, Queens County, New York", "total_population_17": 3504, "white_alone_17": 493.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1159.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1718.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.157, "pct_black_alone_change": -0.832, "pct_native_alone_change": -0.921, "pct_asian_alone_change": -9.985, "pct_hispanic_or_latino_change": 14.944, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7485778", "INTPTLON": "-073.9035261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906419, 40.745635 ], [ -73.905349, 40.747893 ], [ -73.905253, 40.7481 ], [ -73.905137, 40.748383 ], [ -73.904334, 40.750162 ], [ -73.903571, 40.75184 ], [ -73.902578, 40.751908 ], [ -73.902158, 40.751932 ], [ -73.901558, 40.751995 ], [ -73.900871, 40.752062 ], [ -73.900763, 40.75147 ], [ -73.901063, 40.750783 ], [ -73.901657, 40.749465 ], [ -73.902462, 40.747678 ], [ -73.902677, 40.74719 ], [ -73.903166, 40.746096 ], [ -73.903389, 40.745595 ], [ -73.903687, 40.744914 ], [ -73.904488, 40.74512 ], [ -73.905579, 40.745391 ], [ -73.906419, 40.745635 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026000", "name": "Census Tract 260, Queens County, New York", "total_population_17": 2661, "white_alone_17": 5.0, "black_alone_17": 1502.0, "native_alone_17": 0.0, "asian_alone_17": 305.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 714.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.056, "pct_black_alone_change": -31.819, "pct_native_alone_change": -0.733, "pct_asian_alone_change": 10.545, "pct_hispanic_or_latino_change": 17.48, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6927524", "INTPTLON": "-073.7933078" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.797805, 40.691715 ], [ -73.797213, 40.691963 ], [ -73.79643, 40.692297 ], [ -73.795984, 40.692483 ], [ -73.79516, 40.692831 ], [ -73.794343, 40.693178 ], [ -73.793635, 40.693471 ], [ -73.792893, 40.693821 ], [ -73.79213, 40.694116 ], [ -73.791005, 40.694595 ], [ -73.792163, 40.69618 ], [ -73.791247, 40.696565 ], [ -73.790087, 40.694981 ], [ -73.788931, 40.693398 ], [ -73.789845, 40.693007 ], [ -73.790954, 40.692526 ], [ -73.791723, 40.6922 ], [ -73.792384, 40.691921 ], [ -73.792526, 40.69186 ], [ -73.793181, 40.691584 ], [ -73.794001, 40.691236 ], [ -73.794807, 40.690894 ], [ -73.794671, 40.690708 ], [ -73.79507, 40.690536 ], [ -73.795907, 40.690171 ], [ -73.796647, 40.68985 ], [ -73.796767, 40.689967 ], [ -73.797153, 40.690406 ], [ -73.797333, 40.690628 ], [ -73.797601, 40.691002 ], [ -73.797794, 40.691281 ], [ -73.798031, 40.691621 ], [ -73.797805, 40.691715 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026100", "name": "Census Tract 261, Queens County, New York", "total_population_17": 7364, "white_alone_17": 502.0, "black_alone_17": 54.0, "native_alone_17": 0.0, "asian_alone_17": 2785.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3944.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.621, "pct_black_alone_change": -0.29, "pct_native_alone_change": -0.553, "pct_asian_alone_change": -1.736, "pct_hispanic_or_latino_change": 8.888, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7472116", "INTPTLON": "-073.9006009" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903389, 40.745595 ], [ -73.903166, 40.746096 ], [ -73.902677, 40.74719 ], [ -73.902462, 40.747678 ], [ -73.901657, 40.749465 ], [ -73.901063, 40.750783 ], [ -73.900051, 40.750353 ], [ -73.899709, 40.750204 ], [ -73.899228, 40.750003 ], [ -73.898575, 40.749722 ], [ -73.898391, 40.749643 ], [ -73.897577, 40.7493 ], [ -73.897917, 40.748494 ], [ -73.898336, 40.747561 ], [ -73.898616, 40.746937 ], [ -73.898942, 40.746237 ], [ -73.89903, 40.746048 ], [ -73.899035, 40.746013 ], [ -73.900029, 40.743762 ], [ -73.90092, 40.744077 ], [ -73.901167, 40.744165 ], [ -73.901409, 40.744251 ], [ -73.902242, 40.74453 ], [ -73.902626, 40.744633 ], [ -73.903255, 40.744797 ], [ -73.903687, 40.744914 ], [ -73.903389, 40.745595 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026200", "name": "Census Tract 262, Queens County, New York", "total_population_17": 1153, "white_alone_17": 6.0, "black_alone_17": 925.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 178.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.529, "pct_black_alone_change": -9.111, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.095, "pct_hispanic_or_latino_change": 7.746, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6910079", "INTPTLON": "-073.7920924" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.796647, 40.68985 ], [ -73.795907, 40.690171 ], [ -73.79507, 40.690536 ], [ -73.794671, 40.690708 ], [ -73.794807, 40.690894 ], [ -73.794001, 40.691236 ], [ -73.793181, 40.691584 ], [ -73.792526, 40.69186 ], [ -73.792384, 40.691921 ], [ -73.791723, 40.6922 ], [ -73.790954, 40.692526 ], [ -73.789845, 40.693007 ], [ -73.788931, 40.693398 ], [ -73.788172, 40.692356 ], [ -73.787783, 40.691819 ], [ -73.788704, 40.691431 ], [ -73.789796, 40.69096 ], [ -73.790279, 40.690755 ], [ -73.79043, 40.690641 ], [ -73.790571, 40.69063 ], [ -73.791382, 40.690287 ], [ -73.792034, 40.690012 ], [ -73.792855, 40.689665 ], [ -73.793696, 40.689377 ], [ -73.794995, 40.688917 ], [ -73.795615, 40.688657 ], [ -73.796101, 40.689282 ], [ -73.796647, 40.68985 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026300", "name": "Census Tract 263, Queens County, New York", "total_population_17": 6884, "white_alone_17": 638.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 4184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1780.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.075, "pct_black_alone_change": -0.988, "pct_native_alone_change": -0.483, "pct_asian_alone_change": 17.384, "pct_hispanic_or_latino_change": -14.589, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.7456642", "INTPTLON": "-073.8971220" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900029, 40.743762 ], [ -73.899035, 40.746013 ], [ -73.89903, 40.746048 ], [ -73.898942, 40.746237 ], [ -73.898616, 40.746937 ], [ -73.898336, 40.747561 ], [ -73.897917, 40.748494 ], [ -73.897577, 40.7493 ], [ -73.896871, 40.748993 ], [ -73.896611, 40.748878 ], [ -73.896457, 40.74881 ], [ -73.89643, 40.7488 ], [ -73.896359, 40.74877 ], [ -73.896195, 40.748521 ], [ -73.896181, 40.7485 ], [ -73.89615, 40.748453 ], [ -73.896059, 40.748289 ], [ -73.895893, 40.747997 ], [ -73.895709, 40.747686 ], [ -73.895618, 40.747544 ], [ -73.895532, 40.747402 ], [ -73.895318, 40.747021 ], [ -73.895115, 40.746641 ], [ -73.895025, 40.74647 ], [ -73.894971, 40.746374 ], [ -73.89492, 40.746275 ], [ -73.894865, 40.746166 ], [ -73.894813, 40.746047 ], [ -73.894737, 40.745816 ], [ -73.894705, 40.745672 ], [ -73.894673, 40.745449 ], [ -73.894668, 40.745327 ], [ -73.894674, 40.745214 ], [ -73.89468, 40.745096 ], [ -73.894699, 40.744999 ], [ -73.894719, 40.744891 ], [ -73.894765, 40.744739 ], [ -73.894814, 40.744607 ], [ -73.894852, 40.744522 ], [ -73.894895, 40.744442 ], [ -73.894975, 40.744301 ], [ -73.89501, 40.744239 ], [ -73.895121, 40.744074 ], [ -73.895193, 40.743979 ], [ -73.895264, 40.743882 ], [ -73.895305, 40.743843 ], [ -73.895343, 40.7438 ], [ -73.895425, 40.743721 ], [ -73.895501, 40.743647 ], [ -73.895773, 40.74342 ], [ -73.896453, 40.742861 ], [ -73.896586, 40.742903 ], [ -73.897295, 40.743064 ], [ -73.897536, 40.743122 ], [ -73.89813, 40.743258 ], [ -73.899074, 40.743487 ], [ -73.900029, 40.743762 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026400", "name": "Census Tract 264, Queens County, New York", "total_population_17": 2572, "white_alone_17": 9.0, "black_alone_17": 1839.0, "native_alone_17": 0.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 482.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.121, "pct_black_alone_change": -18.687, "pct_native_alone_change": -0.871, "pct_asian_alone_change": 1.874, "pct_hispanic_or_latino_change": 12.779, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6922318", "INTPTLON": "-073.7857904" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.789796, 40.69096 ], [ -73.788704, 40.691431 ], [ -73.787783, 40.691819 ], [ -73.788172, 40.692356 ], [ -73.788931, 40.693398 ], [ -73.788103, 40.693733 ], [ -73.787312, 40.69406 ], [ -73.786758, 40.694302 ], [ -73.785901, 40.694655 ], [ -73.785671, 40.694746 ], [ -73.783933, 40.695494 ], [ -73.782771, 40.695995 ], [ -73.78211, 40.695237 ], [ -73.781464, 40.69447 ], [ -73.782021, 40.694236 ], [ -73.782836, 40.693897 ], [ -73.783656, 40.693553 ], [ -73.784494, 40.693199 ], [ -73.785299, 40.692857 ], [ -73.785026, 40.692481 ], [ -73.78442, 40.69169 ], [ -73.784078, 40.691192 ], [ -73.783767, 40.690734 ], [ -73.783581, 40.690459 ], [ -73.783266, 40.689994 ], [ -73.784099, 40.689648 ], [ -73.784792, 40.689362 ], [ -73.785805, 40.688997 ], [ -73.786439, 40.688782 ], [ -73.787485, 40.689418 ], [ -73.788418, 40.690001 ], [ -73.789073, 40.690386 ], [ -73.789377, 40.690413 ], [ -73.789796, 40.69096 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026500", "name": "Census Tract 265, Queens County, New York", "total_population_17": 3807, "white_alone_17": 374.0, "black_alone_17": 40.0, "native_alone_17": 0.0, "asian_alone_17": 2532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 818.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.928, "pct_black_alone_change": -0.691, "pct_native_alone_change": -0.728, "pct_asian_alone_change": 14.634, "pct_hispanic_or_latino_change": -15.258, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7450972", "INTPTLON": "-073.8933942" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896453, 40.742861 ], [ -73.895773, 40.74342 ], [ -73.895501, 40.743647 ], [ -73.895425, 40.743721 ], [ -73.895343, 40.7438 ], [ -73.895305, 40.743843 ], [ -73.895264, 40.743882 ], [ -73.895193, 40.743979 ], [ -73.895121, 40.744074 ], [ -73.89501, 40.744239 ], [ -73.894975, 40.744301 ], [ -73.894895, 40.744442 ], [ -73.894852, 40.744522 ], [ -73.894814, 40.744607 ], [ -73.894765, 40.744739 ], [ -73.894719, 40.744891 ], [ -73.894699, 40.744999 ], [ -73.89468, 40.745096 ], [ -73.894674, 40.745214 ], [ -73.894668, 40.745327 ], [ -73.894673, 40.745449 ], [ -73.894705, 40.745672 ], [ -73.894737, 40.745816 ], [ -73.894813, 40.746047 ], [ -73.894865, 40.746166 ], [ -73.89492, 40.746275 ], [ -73.894971, 40.746374 ], [ -73.895025, 40.74647 ], [ -73.895115, 40.746641 ], [ -73.895318, 40.747021 ], [ -73.895532, 40.747402 ], [ -73.895618, 40.747544 ], [ -73.895709, 40.747686 ], [ -73.895893, 40.747997 ], [ -73.896059, 40.748289 ], [ -73.89615, 40.748453 ], [ -73.896181, 40.7485 ], [ -73.896195, 40.748521 ], [ -73.896359, 40.74877 ], [ -73.896145, 40.74868 ], [ -73.89611, 40.748669 ], [ -73.89584, 40.748547 ], [ -73.895659, 40.748473 ], [ -73.895277, 40.748317 ], [ -73.893797, 40.747692 ], [ -73.892409, 40.747135 ], [ -73.89175, 40.746812 ], [ -73.891684, 40.746819 ], [ -73.891607, 40.746827 ], [ -73.891431, 40.746845 ], [ -73.891393, 40.746648 ], [ -73.89111, 40.745203 ], [ -73.890716, 40.743128 ], [ -73.890875, 40.743106 ], [ -73.891602, 40.742986 ], [ -73.892179, 40.742873 ], [ -73.892821, 40.742741 ], [ -73.893766, 40.742609 ], [ -73.894324, 40.742535 ], [ -73.894692, 40.742574 ], [ -73.895653, 40.742684 ], [ -73.896139, 40.742795 ], [ -73.896306, 40.74283 ], [ -73.896453, 40.742861 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026600", "name": "Census Tract 266, Queens County, New York", "total_population_17": 2046, "white_alone_17": 0.0, "black_alone_17": 1654.0, "native_alone_17": 49.0, "asian_alone_17": 34.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 264.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.5, "pct_black_alone_change": -12.6, "pct_native_alone_change": 1.339, "pct_asian_alone_change": 0.995, "pct_hispanic_or_latino_change": 8.845, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6918812", "INTPTLON": "-073.7816949" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.785299, 40.692857 ], [ -73.784494, 40.693199 ], [ -73.783656, 40.693553 ], [ -73.782836, 40.693897 ], [ -73.782021, 40.694236 ], [ -73.781464, 40.69447 ], [ -73.780921, 40.69384 ], [ -73.780237, 40.692972 ], [ -73.779198, 40.691651 ], [ -73.777893, 40.689918 ], [ -73.778912, 40.689571 ], [ -73.779773, 40.689281 ], [ -73.780782, 40.69103 ], [ -73.781603, 40.690687 ], [ -73.782427, 40.690344 ], [ -73.783266, 40.689994 ], [ -73.783581, 40.690459 ], [ -73.783767, 40.690734 ], [ -73.784078, 40.691192 ], [ -73.78442, 40.69169 ], [ -73.785026, 40.692481 ], [ -73.785299, 40.692857 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026700", "name": "Census Tract 267, Queens County, New York", "total_population_17": 5768, "white_alone_17": 231.0, "black_alone_17": 49.0, "native_alone_17": 94.0, "asian_alone_17": 2320.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3002.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.696, "pct_black_alone_change": -0.381, "pct_native_alone_change": 1.069, "pct_asian_alone_change": -1.633, "pct_hispanic_or_latino_change": 4.189, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7453276", "INTPTLON": "-073.8880322" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891431, 40.746845 ], [ -73.890501, 40.746942 ], [ -73.889571, 40.747039 ], [ -73.888678, 40.747134 ], [ -73.887783, 40.747229 ], [ -73.887647, 40.747245 ], [ -73.886717, 40.747341 ], [ -73.885787, 40.74744 ], [ -73.885488, 40.745792 ], [ -73.88456, 40.74589 ], [ -73.883798, 40.745927 ], [ -73.883843, 40.745797 ], [ -73.884251, 40.745202 ], [ -73.884669, 40.744589 ], [ -73.885095, 40.743974 ], [ -73.885383, 40.743849 ], [ -73.886208, 40.743775 ], [ -73.887098, 40.743676 ], [ -73.887986, 40.743548 ], [ -73.88887, 40.743399 ], [ -73.889792, 40.743261 ], [ -73.890716, 40.743128 ], [ -73.89111, 40.745203 ], [ -73.891393, 40.746648 ], [ -73.891431, 40.746845 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026901", "name": "Census Tract 269.01, Queens County, New York", "total_population_17": 4836, "white_alone_17": 179.0, "black_alone_17": 38.0, "native_alone_17": 53.0, "asian_alone_17": 1784.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2709.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.292, "pct_black_alone_change": -0.279, "pct_native_alone_change": 0.687, "pct_asian_alone_change": 2.913, "pct_hispanic_or_latino_change": -1.769, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7468744", "INTPTLON": "-073.8822114" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885787, 40.74744 ], [ -73.884855, 40.747535 ], [ -73.883936, 40.74763 ], [ -73.882999, 40.747734 ], [ -73.882569, 40.747778 ], [ -73.882071, 40.74783 ], [ -73.881304, 40.747909 ], [ -73.881137, 40.747927 ], [ -73.880206, 40.748025 ], [ -73.879839, 40.748062 ], [ -73.879278, 40.748124 ], [ -73.878406, 40.748216 ], [ -73.878633, 40.747946 ], [ -73.878892, 40.747639 ], [ -73.879363, 40.747034 ], [ -73.879818, 40.746442 ], [ -73.880284, 40.745835 ], [ -73.880747, 40.745233 ], [ -73.882105, 40.745836 ], [ -73.883403, 40.746418 ], [ -73.883647, 40.746068 ], [ -73.883843, 40.745797 ], [ -73.883798, 40.745927 ], [ -73.88456, 40.74589 ], [ -73.885488, 40.745792 ], [ -73.885787, 40.74744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081026902", "name": "Census Tract 269.02, Queens County, New York", "total_population_17": 3675, "white_alone_17": 155.0, "black_alone_17": 23.0, "native_alone_17": 0.0, "asian_alone_17": 2284.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1213.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.775, "pct_black_alone_change": -0.439, "pct_native_alone_change": -0.409, "pct_asian_alone_change": 28.173, "pct_hispanic_or_latino_change": -24.779, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7446146", "INTPTLON": "-073.8829538" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885095, 40.743974 ], [ -73.884669, 40.744589 ], [ -73.884251, 40.745202 ], [ -73.883843, 40.745797 ], [ -73.883647, 40.746068 ], [ -73.883403, 40.746418 ], [ -73.882105, 40.745836 ], [ -73.880747, 40.745233 ], [ -73.881212, 40.744629 ], [ -73.881658, 40.744047 ], [ -73.882113, 40.743456 ], [ -73.882633, 40.742787 ], [ -73.882831, 40.742888 ], [ -73.883874, 40.7434 ], [ -73.88471, 40.743794 ], [ -73.885095, 40.743974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027000", "name": "Census Tract 270, Queens County, New York", "total_population_17": 1989, "white_alone_17": 8.0, "black_alone_17": 1370.0, "native_alone_17": 0.0, "asian_alone_17": 67.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 482.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.824, "pct_black_alone_change": -21.107, "pct_native_alone_change": -0.613, "pct_asian_alone_change": 1.462, "pct_hispanic_or_latino_change": 18.443, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6886843", "INTPTLON": "-073.7913977" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.795615, 40.688657 ], [ -73.794995, 40.688917 ], [ -73.793696, 40.689377 ], [ -73.792855, 40.689665 ], [ -73.792034, 40.690012 ], [ -73.791382, 40.690287 ], [ -73.790571, 40.69063 ], [ -73.79043, 40.690641 ], [ -73.790279, 40.690755 ], [ -73.789796, 40.69096 ], [ -73.789377, 40.690413 ], [ -73.789073, 40.690386 ], [ -73.788418, 40.690001 ], [ -73.787485, 40.689418 ], [ -73.786439, 40.688782 ], [ -73.78705, 40.688588 ], [ -73.787642, 40.688435 ], [ -73.788679, 40.68818 ], [ -73.789205, 40.688053 ], [ -73.789626, 40.687939 ], [ -73.790385, 40.687754 ], [ -73.792107, 40.687048 ], [ -73.79248, 40.68689 ], [ -73.793172, 40.686597 ], [ -73.793908, 40.686305 ], [ -73.794371, 40.686913 ], [ -73.794778, 40.687471 ], [ -73.795211, 40.688095 ], [ -73.795615, 40.688657 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027100", "name": "Census Tract 271, Queens County, New York", "total_population_17": 8744, "white_alone_17": 364.0, "black_alone_17": 105.0, "native_alone_17": 101.0, "asian_alone_17": 4019.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4072.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.389, "pct_black_alone_change": -0.763, "pct_native_alone_change": 0.628, "pct_asian_alone_change": 14.193, "pct_hispanic_or_latino_change": -10.406, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.7452120", "INTPTLON": "-073.8794868" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882113, 40.743456 ], [ -73.881658, 40.744047 ], [ -73.881212, 40.744629 ], [ -73.880747, 40.745233 ], [ -73.880284, 40.745835 ], [ -73.879818, 40.746442 ], [ -73.879363, 40.747034 ], [ -73.878892, 40.747639 ], [ -73.878633, 40.747946 ], [ -73.878406, 40.748216 ], [ -73.877416, 40.748319 ], [ -73.876925, 40.748369 ], [ -73.87648, 40.748416 ], [ -73.876252, 40.748439 ], [ -73.876418, 40.748141 ], [ -73.876789, 40.747511 ], [ -73.877159, 40.746865 ], [ -73.877536, 40.746222 ], [ -73.877904, 40.74559 ], [ -73.878319, 40.744965 ], [ -73.878784, 40.744361 ], [ -73.87925, 40.743757 ], [ -73.879811, 40.743104 ], [ -73.880337, 40.742534 ], [ -73.881004, 40.741841 ], [ -73.88188, 40.742377 ], [ -73.882633, 40.742787 ], [ -73.882113, 40.743456 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027200", "name": "Census Tract 272, Queens County, New York", "total_population_17": 2339, "white_alone_17": 11.0, "black_alone_17": 1972.0, "native_alone_17": 0.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 179.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.041, "pct_black_alone_change": -5.113, "pct_native_alone_change": -0.137, "pct_asian_alone_change": 2.11, "pct_hispanic_or_latino_change": -0.406, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6835772", "INTPTLON": "-073.7913201" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.793908, 40.686305 ], [ -73.793172, 40.686597 ], [ -73.79248, 40.68689 ], [ -73.792107, 40.687048 ], [ -73.791482, 40.686183 ], [ -73.791044, 40.685583 ], [ -73.790608, 40.684985 ], [ -73.790169, 40.684385 ], [ -73.789731, 40.683784 ], [ -73.789292, 40.683183 ], [ -73.788854, 40.682584 ], [ -73.788408, 40.681992 ], [ -73.792093, 40.680476 ], [ -73.792287, 40.681146 ], [ -73.792489, 40.681848 ], [ -73.792643, 40.682498 ], [ -73.79266, 40.682569 ], [ -73.792582, 40.683389 ], [ -73.792575, 40.684166 ], [ -73.792721, 40.684648 ], [ -73.792801, 40.684842 ], [ -73.793253, 40.685437 ], [ -73.793846, 40.686223 ], [ -73.793908, 40.686305 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027300", "name": "Census Tract 273, Queens County, New York", "total_population_17": 7683, "white_alone_17": 245.0, "black_alone_17": 198.0, "native_alone_17": 0.0, "asian_alone_17": 896.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6316.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.404, "pct_black_alone_change": -0.542, "pct_native_alone_change": -0.645, "pct_asian_alone_change": 1.058, "pct_hispanic_or_latino_change": 2.791, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7521977", "INTPTLON": "-073.8727731" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.875139, 40.756634 ], [ -73.874208, 40.756732 ], [ -73.873657, 40.756804 ], [ -73.872692, 40.75503 ], [ -73.872142, 40.753986 ], [ -73.87207, 40.753862 ], [ -73.871792, 40.753326 ], [ -73.870842, 40.751545 ], [ -73.869685, 40.749612 ], [ -73.869425, 40.749157 ], [ -73.870379, 40.749064 ], [ -73.871356, 40.748957 ], [ -73.871841, 40.748906 ], [ -73.872373, 40.748852 ], [ -73.872774, 40.748813 ], [ -73.873303, 40.748758 ], [ -73.873701, 40.748717 ], [ -73.874012, 40.750413 ], [ -73.874085, 40.750823 ], [ -73.874455, 40.752859 ], [ -73.874809, 40.754806 ], [ -73.875139, 40.756634 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027400", "name": "Census Tract 274, Queens County, New York", "total_population_17": 1745, "white_alone_17": 0.0, "black_alone_17": 1193.0, "native_alone_17": 0.0, "asian_alone_17": 79.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 136.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.581, "pct_black_alone_change": -24.49, "pct_native_alone_change": -0.382, "pct_asian_alone_change": 3.927, "pct_hispanic_or_latino_change": 3.432, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6849050", "INTPTLON": "-073.7889890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.792107, 40.687048 ], [ -73.790385, 40.687754 ], [ -73.790026, 40.687271 ], [ -73.789593, 40.686979 ], [ -73.788829, 40.686516 ], [ -73.788349, 40.686223 ], [ -73.788221, 40.686145 ], [ -73.788097, 40.686069 ], [ -73.787315, 40.68559 ], [ -73.786529, 40.685111 ], [ -73.787416, 40.684762 ], [ -73.786977, 40.684156 ], [ -73.786542, 40.683558 ], [ -73.78613, 40.682989 ], [ -73.788408, 40.681992 ], [ -73.788854, 40.682584 ], [ -73.789292, 40.683183 ], [ -73.789731, 40.683784 ], [ -73.790169, 40.684385 ], [ -73.790608, 40.684985 ], [ -73.791044, 40.685583 ], [ -73.791482, 40.686183 ], [ -73.792107, 40.687048 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027500", "name": "Census Tract 275, Queens County, New York", "total_population_17": 6473, "white_alone_17": 231.0, "black_alone_17": 134.0, "native_alone_17": 0.0, "asian_alone_17": 609.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5499.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.038, "pct_black_alone_change": -0.797, "pct_native_alone_change": -0.126, "pct_asian_alone_change": -4.324, "pct_hispanic_or_latino_change": 15.888, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+40.7521537", "INTPTLON": "-073.8755691" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.877247, 40.752568 ], [ -73.876315, 40.752666 ], [ -73.876668, 40.75461 ], [ -73.876998, 40.756439 ], [ -73.876068, 40.756536 ], [ -73.875139, 40.756634 ], [ -73.874809, 40.754806 ], [ -73.874455, 40.752859 ], [ -73.874085, 40.750823 ], [ -73.874012, 40.750413 ], [ -73.873701, 40.748717 ], [ -73.873983, 40.748686 ], [ -73.874629, 40.748614 ], [ -73.875423, 40.748528 ], [ -73.875552, 40.748514 ], [ -73.876252, 40.748439 ], [ -73.87648, 40.748416 ], [ -73.876876, 40.75053 ], [ -73.877247, 40.752568 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027600", "name": "Census Tract 276, Queens County, New York", "total_population_17": 1299, "white_alone_17": 15.0, "black_alone_17": 1009.0, "native_alone_17": 0.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 193.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.256, "pct_black_alone_change": -13.004, "pct_native_alone_change": -0.409, "pct_asian_alone_change": 1.535, "pct_hispanic_or_latino_change": 8.971, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6875883", "INTPTLON": "-073.7862396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.790385, 40.687754 ], [ -73.789626, 40.687939 ], [ -73.789205, 40.688053 ], [ -73.788679, 40.68818 ], [ -73.787642, 40.688435 ], [ -73.78705, 40.688588 ], [ -73.786439, 40.688782 ], [ -73.785805, 40.688997 ], [ -73.784792, 40.689362 ], [ -73.784099, 40.689648 ], [ -73.783266, 40.689994 ], [ -73.782345, 40.688407 ], [ -73.783201, 40.688117 ], [ -73.784055, 40.687827 ], [ -73.784939, 40.687532 ], [ -73.784676, 40.687085 ], [ -73.784485, 40.68676 ], [ -73.784705, 40.686648 ], [ -73.78528, 40.686122 ], [ -73.785839, 40.685588 ], [ -73.785993, 40.685442 ], [ -73.786137, 40.685314 ], [ -73.78639, 40.68518 ], [ -73.786529, 40.685111 ], [ -73.787315, 40.68559 ], [ -73.788097, 40.686069 ], [ -73.788221, 40.686145 ], [ -73.788349, 40.686223 ], [ -73.788829, 40.686516 ], [ -73.789593, 40.686979 ], [ -73.790026, 40.687271 ], [ -73.790385, 40.687754 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027700", "name": "Census Tract 277, Queens County, New York", "total_population_17": 8299, "white_alone_17": 733.0, "black_alone_17": 153.0, "native_alone_17": 15.0, "asian_alone_17": 1147.0, "native_hawaiian_pacific_islander_17": 108.0, "hispanic_or_latino_17": 5940.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.999, "pct_black_alone_change": -0.699, "pct_native_alone_change": -0.065, "pct_asian_alone_change": -4.438, "pct_hispanic_or_latino_change": 6.917, "pct_native_hawaiian_pacific_islander_change": 1.301, "INTPTLAT": "+40.7526941", "INTPTLON": "-073.8779449" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.879789, 40.756147 ], [ -73.878861, 40.756241 ], [ -73.87793, 40.756339 ], [ -73.876998, 40.756439 ], [ -73.876668, 40.75461 ], [ -73.876315, 40.752666 ], [ -73.877247, 40.752568 ], [ -73.876876, 40.75053 ], [ -73.87648, 40.748416 ], [ -73.876925, 40.748369 ], [ -73.877416, 40.748319 ], [ -73.878406, 40.748216 ], [ -73.878732, 40.750334 ], [ -73.879104, 40.752373 ], [ -73.879456, 40.754318 ], [ -73.879789, 40.756147 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027800", "name": "Census Tract 278, Queens County, New York", "total_population_17": 2374, "white_alone_17": 12.0, "black_alone_17": 1897.0, "native_alone_17": 0.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 358.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.291, "pct_black_alone_change": -5.683, "pct_native_alone_change": -0.751, "pct_asian_alone_change": -1.082, "pct_hispanic_or_latino_change": 4.339, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6860961", "INTPTLON": "-073.7829164" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.786529, 40.685111 ], [ -73.78639, 40.68518 ], [ -73.786137, 40.685314 ], [ -73.785993, 40.685442 ], [ -73.785839, 40.685588 ], [ -73.78528, 40.686122 ], [ -73.784705, 40.686648 ], [ -73.784485, 40.68676 ], [ -73.784676, 40.687085 ], [ -73.784939, 40.687532 ], [ -73.784055, 40.687827 ], [ -73.783201, 40.688117 ], [ -73.782345, 40.688407 ], [ -73.781487, 40.688697 ], [ -73.780516, 40.687037 ], [ -73.779765, 40.685744 ], [ -73.779668, 40.685377 ], [ -73.780338, 40.685151 ], [ -73.780431, 40.68512 ], [ -73.780957, 40.684941 ], [ -73.781272, 40.684833 ], [ -73.782126, 40.684544 ], [ -73.783016, 40.684277 ], [ -73.784676, 40.68372 ], [ -73.78479, 40.68389 ], [ -73.784933, 40.684099 ], [ -73.784977, 40.684152 ], [ -73.785051, 40.684211 ], [ -73.785476, 40.68447 ], [ -73.78598, 40.684777 ], [ -73.786407, 40.685039 ], [ -73.786529, 40.685111 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081027900", "name": "Census Tract 279, Queens County, New York", "total_population_17": 6359, "white_alone_17": 1069.0, "black_alone_17": 136.0, "native_alone_17": 0.0, "asian_alone_17": 599.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4465.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.781, "pct_black_alone_change": 0.394, "pct_native_alone_change": -0.458, "pct_asian_alone_change": -1.744, "pct_hispanic_or_latino_change": 4.031, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7516729", "INTPTLON": "-073.8802222" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.881894, 40.752081 ], [ -73.880963, 40.752179 ], [ -73.881315, 40.754123 ], [ -73.881648, 40.755952 ], [ -73.880719, 40.756049 ], [ -73.879789, 40.756147 ], [ -73.879456, 40.754318 ], [ -73.879104, 40.752373 ], [ -73.878732, 40.750334 ], [ -73.878406, 40.748216 ], [ -73.879278, 40.748124 ], [ -73.879839, 40.748062 ], [ -73.880206, 40.748025 ], [ -73.881137, 40.747927 ], [ -73.88152, 40.750039 ], [ -73.881894, 40.752081 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028000", "name": "Census Tract 280, Queens County, New York", "total_population_17": 1923, "white_alone_17": 0.0, "black_alone_17": 1645.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 171.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.412, "pct_black_alone_change": -9.628, "pct_native_alone_change": -0.236, "pct_asian_alone_change": -0.118, "pct_hispanic_or_latino_change": 5.064, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6883158", "INTPTLON": "-073.7797191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.782427, 40.690344 ], [ -73.781603, 40.690687 ], [ -73.780782, 40.69103 ], [ -73.779773, 40.689281 ], [ -73.778912, 40.689571 ], [ -73.777893, 40.689918 ], [ -73.776619, 40.688364 ], [ -73.777086, 40.688203 ], [ -73.777958, 40.687911 ], [ -73.776998, 40.686283 ], [ -73.77785, 40.685989 ], [ -73.778708, 40.6857 ], [ -73.779668, 40.685377 ], [ -73.779765, 40.685744 ], [ -73.780516, 40.687037 ], [ -73.781487, 40.688697 ], [ -73.782345, 40.688407 ], [ -73.783266, 40.689994 ], [ -73.782427, 40.690344 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028100", "name": "Census Tract 281, Queens County, New York", "total_population_17": 4547, "white_alone_17": 1397.0, "black_alone_17": 38.0, "native_alone_17": 22.0, "asian_alone_17": 693.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2295.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -0.42, "pct_black_alone_change": -1.386, "pct_native_alone_change": 0.206, "pct_asian_alone_change": 3.77, "pct_hispanic_or_latino_change": -3.432, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7522203", "INTPTLON": "-073.8825920" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.88431, 40.75567 ], [ -73.883507, 40.755755 ], [ -73.883411, 40.755765 ], [ -73.882579, 40.755854 ], [ -73.882331, 40.75588 ], [ -73.881648, 40.755952 ], [ -73.881315, 40.754123 ], [ -73.880963, 40.752179 ], [ -73.881894, 40.752081 ], [ -73.88152, 40.750039 ], [ -73.881137, 40.747927 ], [ -73.881304, 40.747909 ], [ -73.882071, 40.74783 ], [ -73.882569, 40.747778 ], [ -73.882999, 40.747734 ], [ -73.88338, 40.749845 ], [ -73.883753, 40.751885 ], [ -73.884106, 40.753829 ], [ -73.884439, 40.755657 ], [ -73.88431, 40.75567 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028200", "name": "Census Tract 282, Queens County, New York", "total_population_17": 1883, "white_alone_17": 19.0, "black_alone_17": 1440.0, "native_alone_17": 0.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 187.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.781, "pct_black_alone_change": -19.277, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.591, "pct_hispanic_or_latino_change": 6.365, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6849947", "INTPTLON": "-073.7738873" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.777086, 40.688203 ], [ -73.776619, 40.688364 ], [ -73.775755, 40.687691 ], [ -73.77486, 40.687013 ], [ -73.774479, 40.686732 ], [ -73.77381, 40.686272 ], [ -73.773149, 40.685806 ], [ -73.7724, 40.68528 ], [ -73.769742, 40.683778 ], [ -73.770143, 40.683111 ], [ -73.770901, 40.682553 ], [ -73.771104, 40.682405 ], [ -73.772042, 40.681727 ], [ -73.772203, 40.68161 ], [ -73.772242, 40.681675 ], [ -73.772562, 40.68221 ], [ -73.772978, 40.682934 ], [ -73.773144, 40.683188 ], [ -73.773287, 40.683455 ], [ -73.773499, 40.683482 ], [ -73.774184, 40.683238 ], [ -73.77442, 40.683654 ], [ -73.774621, 40.683991 ], [ -73.775012, 40.684276 ], [ -73.775673, 40.684742 ], [ -73.776324, 40.685217 ], [ -73.776998, 40.686283 ], [ -73.777958, 40.687911 ], [ -73.777086, 40.688203 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028300", "name": "Census Tract 283, Queens County, New York", "total_population_17": 7824, "white_alone_17": 1323.0, "black_alone_17": 20.0, "native_alone_17": 21.0, "asian_alone_17": 1583.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4795.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -8.087, "pct_black_alone_change": -1.503, "pct_native_alone_change": -0.096, "pct_asian_alone_change": 5.332, "pct_hispanic_or_latino_change": 4.994, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7511737", "INTPTLON": "-073.8848654" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.886543, 40.751592 ], [ -73.885613, 40.75169 ], [ -73.885965, 40.753634 ], [ -73.886298, 40.75546 ], [ -73.885367, 40.755557 ], [ -73.884439, 40.755657 ], [ -73.884106, 40.753829 ], [ -73.883753, 40.751885 ], [ -73.88338, 40.749845 ], [ -73.882999, 40.747734 ], [ -73.883936, 40.74763 ], [ -73.884855, 40.747535 ], [ -73.885787, 40.74744 ], [ -73.886168, 40.749552 ], [ -73.886543, 40.751592 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028400", "name": "Census Tract 284, Queens County, New York", "total_population_17": 4310, "white_alone_17": 39.0, "black_alone_17": 3800.0, "native_alone_17": 0.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 63.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.103, "pct_black_alone_change": -6.587, "pct_native_alone_change": -0.156, "pct_asian_alone_change": 0.893, "pct_hispanic_or_latino_change": -1.989, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6825033", "INTPTLON": "-073.7778568" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.783016, 40.684277 ], [ -73.782126, 40.684544 ], [ -73.781272, 40.684833 ], [ -73.780957, 40.684941 ], [ -73.780431, 40.68512 ], [ -73.780338, 40.685151 ], [ -73.779668, 40.685377 ], [ -73.778708, 40.6857 ], [ -73.77785, 40.685989 ], [ -73.776998, 40.686283 ], [ -73.776324, 40.685217 ], [ -73.775673, 40.684742 ], [ -73.775012, 40.684276 ], [ -73.774621, 40.683991 ], [ -73.77442, 40.683654 ], [ -73.774184, 40.683238 ], [ -73.773499, 40.683482 ], [ -73.773287, 40.683455 ], [ -73.773144, 40.683188 ], [ -73.772978, 40.682934 ], [ -73.772562, 40.68221 ], [ -73.772242, 40.681675 ], [ -73.772203, 40.68161 ], [ -73.772322, 40.681491 ], [ -73.772995, 40.681209 ], [ -73.773565, 40.680964 ], [ -73.774081, 40.68076 ], [ -73.7747, 40.680487 ], [ -73.775498, 40.68022 ], [ -73.776365, 40.679937 ], [ -73.777231, 40.679654 ], [ -73.778422, 40.679032 ], [ -73.779478, 40.678365 ], [ -73.779694, 40.678624 ], [ -73.779776, 40.678734 ], [ -73.779886, 40.678917 ], [ -73.780089, 40.679264 ], [ -73.780457, 40.679898 ], [ -73.780825, 40.680526 ], [ -73.781054, 40.680909 ], [ -73.781185, 40.681144 ], [ -73.781554, 40.68178 ], [ -73.781917, 40.682401 ], [ -73.782015, 40.682568 ], [ -73.782285, 40.683031 ], [ -73.782652, 40.683657 ], [ -73.783016, 40.684277 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028500", "name": "Census Tract 285, Queens County, New York", "total_population_17": 4994, "white_alone_17": 1803.0, "black_alone_17": 129.0, "native_alone_17": 55.0, "asian_alone_17": 569.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2269.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.139, "pct_black_alone_change": 1.338, "pct_native_alone_change": 0.8, "pct_asian_alone_change": -3.93, "pct_hispanic_or_latino_change": 6.431, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7514661", "INTPTLON": "-073.8871163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.888756, 40.75334 ], [ -73.887824, 40.753438 ], [ -73.888157, 40.755266 ], [ -73.887228, 40.755363 ], [ -73.886298, 40.75546 ], [ -73.885965, 40.753634 ], [ -73.885613, 40.75169 ], [ -73.886543, 40.751592 ], [ -73.886168, 40.749552 ], [ -73.885787, 40.74744 ], [ -73.886717, 40.747341 ], [ -73.887647, 40.747245 ], [ -73.888029, 40.749356 ], [ -73.888401, 40.751396 ], [ -73.888756, 40.75334 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028700", "name": "Census Tract 287, Queens County, New York", "total_population_17": 6377, "white_alone_17": 2071.0, "black_alone_17": 0.0, "native_alone_17": 32.0, "asian_alone_17": 1199.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3090.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.565, "pct_black_alone_change": -2.017, "pct_native_alone_change": 0.288, "pct_asian_alone_change": -1.672, "pct_hispanic_or_latino_change": 6.606, "pct_native_hawaiian_pacific_islander_change": -0.031, "INTPTLAT": "+40.7509654", "INTPTLON": "-073.8894359" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891189, 40.751101 ], [ -73.890262, 40.7512 ], [ -73.890613, 40.753145 ], [ -73.890948, 40.754974 ], [ -73.890013, 40.755071 ], [ -73.889088, 40.75517 ], [ -73.888157, 40.755266 ], [ -73.887824, 40.753438 ], [ -73.888756, 40.75334 ], [ -73.888401, 40.751396 ], [ -73.888029, 40.749356 ], [ -73.887647, 40.747245 ], [ -73.887783, 40.747229 ], [ -73.888678, 40.747134 ], [ -73.889571, 40.747039 ], [ -73.890501, 40.746942 ], [ -73.890576, 40.747343 ], [ -73.890901, 40.749009 ], [ -73.890865, 40.749057 ], [ -73.890824, 40.749061 ], [ -73.891189, 40.751101 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028800", "name": "Census Tract 288, Queens County, New York", "total_population_17": 5154, "white_alone_17": 32.0, "black_alone_17": 3879.0, "native_alone_17": 0.0, "asian_alone_17": 213.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 581.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.003, "pct_black_alone_change": -16.607, "pct_native_alone_change": -0.412, "pct_asian_alone_change": 2.919, "pct_hispanic_or_latino_change": 6.28, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6786338", "INTPTLON": "-073.7830418" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.792093, 40.680476 ], [ -73.788408, 40.681992 ], [ -73.78613, 40.682989 ], [ -73.786542, 40.683558 ], [ -73.786977, 40.684156 ], [ -73.787416, 40.684762 ], [ -73.786529, 40.685111 ], [ -73.786407, 40.685039 ], [ -73.78598, 40.684777 ], [ -73.785476, 40.68447 ], [ -73.785051, 40.684211 ], [ -73.784977, 40.684152 ], [ -73.784933, 40.684099 ], [ -73.78479, 40.68389 ], [ -73.784676, 40.68372 ], [ -73.783016, 40.684277 ], [ -73.782652, 40.683657 ], [ -73.782285, 40.683031 ], [ -73.782015, 40.682568 ], [ -73.781917, 40.682401 ], [ -73.781554, 40.68178 ], [ -73.781185, 40.681144 ], [ -73.781054, 40.680909 ], [ -73.780825, 40.680526 ], [ -73.780457, 40.679898 ], [ -73.780089, 40.679264 ], [ -73.779886, 40.678917 ], [ -73.779776, 40.678734 ], [ -73.779694, 40.678624 ], [ -73.779478, 40.678365 ], [ -73.780259, 40.677841 ], [ -73.780951, 40.677354 ], [ -73.781283, 40.67711 ], [ -73.781572, 40.676901 ], [ -73.782218, 40.676438 ], [ -73.783042, 40.675844 ], [ -73.783336, 40.67565 ], [ -73.783547, 40.675494 ], [ -73.783763, 40.675316 ], [ -73.783974, 40.675118 ], [ -73.784049, 40.675037 ], [ -73.784345, 40.674696 ], [ -73.78511, 40.673478 ], [ -73.785324, 40.673125 ], [ -73.785767, 40.672396 ], [ -73.786868, 40.672824 ], [ -73.787676, 40.673203 ], [ -73.788223, 40.673458 ], [ -73.788296, 40.673493 ], [ -73.788864, 40.673913 ], [ -73.789175, 40.674224 ], [ -73.789368, 40.674441 ], [ -73.789536, 40.674653 ], [ -73.78971, 40.674896 ], [ -73.78989, 40.675202 ], [ -73.790344, 40.67604 ], [ -73.790663, 40.67667 ], [ -73.790952, 40.677325 ], [ -73.791128, 40.677773 ], [ -73.791206, 40.677983 ], [ -73.791459, 40.678649 ], [ -73.791722, 40.679341 ], [ -73.791868, 40.679747 ], [ -73.792093, 40.680476 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081028900", "name": "Census Tract 289, Queens County, New York", "total_population_17": 5251, "white_alone_17": 1263.0, "black_alone_17": 75.0, "native_alone_17": 0.0, "asian_alone_17": 1861.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1786.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.412, "pct_black_alone_change": -0.067, "pct_native_alone_change": -0.602, "pct_asian_alone_change": 4.606, "pct_hispanic_or_latino_change": -2.803, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7512785", "INTPTLON": "-073.8919022" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.893734, 40.754681 ], [ -73.892803, 40.754778 ], [ -73.891881, 40.754873 ], [ -73.890948, 40.754974 ], [ -73.890613, 40.753145 ], [ -73.890262, 40.7512 ], [ -73.891189, 40.751101 ], [ -73.890824, 40.749061 ], [ -73.890865, 40.749057 ], [ -73.890901, 40.749009 ], [ -73.890576, 40.747343 ], [ -73.890501, 40.746942 ], [ -73.891431, 40.746845 ], [ -73.891607, 40.746827 ], [ -73.891684, 40.746819 ], [ -73.89175, 40.746812 ], [ -73.892409, 40.747135 ], [ -73.892708, 40.748863 ], [ -73.893048, 40.750908 ], [ -73.893398, 40.752852 ], [ -73.893734, 40.754681 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081029100", "name": "Census Tract 291, Queens County, New York", "total_population_17": 6767, "white_alone_17": 955.0, "black_alone_17": 63.0, "native_alone_17": 8.0, "asian_alone_17": 4046.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1607.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.353, "pct_black_alone_change": -0.586, "pct_native_alone_change": -0.669, "pct_asian_alone_change": 14.621, "pct_hispanic_or_latino_change": -7.614, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7513358", "INTPTLON": "-073.8951993" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.898542, 40.754174 ], [ -73.897924, 40.75424 ], [ -73.897501, 40.754281 ], [ -73.896799, 40.754358 ], [ -73.896522, 40.754389 ], [ -73.89559, 40.754485 ], [ -73.894661, 40.754583 ], [ -73.893734, 40.754681 ], [ -73.893398, 40.752852 ], [ -73.893048, 40.750908 ], [ -73.892708, 40.748863 ], [ -73.892409, 40.747135 ], [ -73.893797, 40.747692 ], [ -73.895277, 40.748317 ], [ -73.895659, 40.748473 ], [ -73.89584, 40.748547 ], [ -73.89611, 40.748669 ], [ -73.896145, 40.74868 ], [ -73.896359, 40.74877 ], [ -73.896528, 40.749063 ], [ -73.896865, 40.749606 ], [ -73.897075, 40.749945 ], [ -73.897143, 40.750071 ], [ -73.897205, 40.750198 ], [ -73.897261, 40.750328 ], [ -73.897309, 40.750459 ], [ -73.897397, 40.750804 ], [ -73.897459, 40.751063 ], [ -73.897479, 40.751149 ], [ -73.897573, 40.751764 ], [ -73.897583, 40.751899 ], [ -73.897588, 40.751957 ], [ -73.897594, 40.752039 ], [ -73.897609, 40.75213 ], [ -73.897629, 40.752221 ], [ -73.897651, 40.752303 ], [ -73.897683, 40.7524 ], [ -73.897733, 40.752538 ], [ -73.897791, 40.752674 ], [ -73.897857, 40.752808 ], [ -73.897932, 40.752939 ], [ -73.898216, 40.753367 ], [ -73.898399, 40.753643 ], [ -73.898738, 40.754154 ], [ -73.898542, 40.754174 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081029300", "name": "Census Tract 293, Queens County, New York", "total_population_17": 1097, "white_alone_17": 72.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 923.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 72.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.618, "pct_black_alone_change": -1.974, "pct_native_alone_change": -0.439, "pct_asian_alone_change": 33.043, "pct_hispanic_or_latino_change": -25.235, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7519327", "INTPTLON": "-073.8994830" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902472, 40.753763 ], [ -73.902121, 40.753801 ], [ -73.901213, 40.753902 ], [ -73.900303, 40.753991 ], [ -73.899573, 40.754064 ], [ -73.899181, 40.75411 ], [ -73.898763, 40.754149 ], [ -73.898738, 40.754154 ], [ -73.898399, 40.753643 ], [ -73.898216, 40.753367 ], [ -73.897932, 40.752939 ], [ -73.897857, 40.752808 ], [ -73.897791, 40.752674 ], [ -73.897733, 40.752538 ], [ -73.897683, 40.7524 ], [ -73.897651, 40.752303 ], [ -73.897629, 40.752221 ], [ -73.897609, 40.75213 ], [ -73.897594, 40.752039 ], [ -73.897588, 40.751957 ], [ -73.897583, 40.751899 ], [ -73.897573, 40.751764 ], [ -73.897479, 40.751149 ], [ -73.897459, 40.751063 ], [ -73.897397, 40.750804 ], [ -73.897309, 40.750459 ], [ -73.897261, 40.750328 ], [ -73.897205, 40.750198 ], [ -73.897143, 40.750071 ], [ -73.897075, 40.749945 ], [ -73.896865, 40.749606 ], [ -73.896528, 40.749063 ], [ -73.896359, 40.74877 ], [ -73.89643, 40.7488 ], [ -73.896457, 40.74881 ], [ -73.896611, 40.748878 ], [ -73.896871, 40.748993 ], [ -73.897577, 40.7493 ], [ -73.898391, 40.749643 ], [ -73.898575, 40.749722 ], [ -73.899228, 40.750003 ], [ -73.899709, 40.750204 ], [ -73.900051, 40.750353 ], [ -73.901063, 40.750783 ], [ -73.900763, 40.75147 ], [ -73.900871, 40.752062 ], [ -73.901558, 40.751995 ], [ -73.902158, 40.751932 ], [ -73.902276, 40.752597 ], [ -73.902472, 40.753763 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081029400", "name": "Census Tract 294, Queens County, New York", "total_population_17": 7097, "white_alone_17": 36.0, "black_alone_17": 6232.0, "native_alone_17": 0.0, "asian_alone_17": 293.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.3, "pct_black_alone_change": -2.827, "pct_native_alone_change": -0.324, "pct_asian_alone_change": 3.237, "pct_hispanic_or_latino_change": 1.782, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6713239", "INTPTLON": "-073.7810654" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.789158, 40.668338 ], [ -73.788831, 40.669823 ], [ -73.788476, 40.671327 ], [ -73.788085, 40.67301 ], [ -73.786868, 40.672824 ], [ -73.785767, 40.672396 ], [ -73.785324, 40.673125 ], [ -73.78511, 40.673478 ], [ -73.784345, 40.674696 ], [ -73.784049, 40.675037 ], [ -73.783974, 40.675118 ], [ -73.783763, 40.675316 ], [ -73.783547, 40.675494 ], [ -73.783336, 40.67565 ], [ -73.783042, 40.675844 ], [ -73.782218, 40.676438 ], [ -73.781572, 40.676901 ], [ -73.781283, 40.67711 ], [ -73.780951, 40.677354 ], [ -73.780259, 40.677841 ], [ -73.779478, 40.678365 ], [ -73.779082, 40.677874 ], [ -73.778618, 40.677264 ], [ -73.778151, 40.676648 ], [ -73.778045, 40.676505 ], [ -73.777138, 40.675315 ], [ -73.776847, 40.674932 ], [ -73.775672, 40.673387 ], [ -73.774496, 40.671828 ], [ -73.773654, 40.6707 ], [ -73.773122, 40.670022 ], [ -73.772482, 40.669186 ], [ -73.772425, 40.669112 ], [ -73.77235, 40.669013 ], [ -73.772336, 40.668995 ], [ -73.772252, 40.668884 ], [ -73.77223, 40.668855 ], [ -73.771919, 40.668446 ], [ -73.771545, 40.667963 ], [ -73.773425, 40.668028 ], [ -73.774311, 40.667982 ], [ -73.775224, 40.667915 ], [ -73.776164, 40.667867 ], [ -73.777013, 40.667776 ], [ -73.777913, 40.667715 ], [ -73.779705, 40.66759 ], [ -73.78062, 40.667526 ], [ -73.781796, 40.667421 ], [ -73.782654, 40.667369 ], [ -73.7833, 40.667315 ], [ -73.785025, 40.66723 ], [ -73.785664, 40.667188 ], [ -73.78697, 40.667085 ], [ -73.78941, 40.666841 ], [ -73.789158, 40.668338 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081029500", "name": "Census Tract 295, Queens County, New York", "total_population_17": 3451, "white_alone_17": 1206.0, "black_alone_17": 53.0, "native_alone_17": 12.0, "asian_alone_17": 1209.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 880.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.64, "pct_black_alone_change": -3.794, "pct_native_alone_change": -0.074, "pct_asian_alone_change": 9.044, "pct_hispanic_or_latino_change": 3.152, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7559980", "INTPTLON": "-073.9067306" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.909954, 40.753218 ], [ -73.909693, 40.75347 ], [ -73.909449, 40.753731 ], [ -73.909238, 40.753981 ], [ -73.909175, 40.754064 ], [ -73.909013, 40.75428 ], [ -73.908655, 40.754939 ], [ -73.908465, 40.755292 ], [ -73.90836, 40.755573 ], [ -73.907828, 40.756999 ], [ -73.907534, 40.758045 ], [ -73.906915, 40.758901 ], [ -73.906437, 40.759652 ], [ -73.906315, 40.759844 ], [ -73.905439, 40.759588 ], [ -73.905231, 40.759543 ], [ -73.905101, 40.759515 ], [ -73.904561, 40.759485 ], [ -73.904772, 40.758083 ], [ -73.904847, 40.757255 ], [ -73.905102, 40.757228 ], [ -73.905487, 40.757187 ], [ -73.905575, 40.757178 ], [ -73.905294, 40.755628 ], [ -73.905154, 40.754858 ], [ -73.904917, 40.753505 ], [ -73.905864, 40.753404 ], [ -73.906117, 40.753379 ], [ -73.906685, 40.753308 ], [ -73.906909, 40.753285 ], [ -73.907594, 40.753222 ], [ -73.910231, 40.752977 ], [ -73.909954, 40.753218 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081029700", "name": "Census Tract 297, Queens County, New York", "total_population_17": 2117, "white_alone_17": 961.0, "black_alone_17": 13.0, "native_alone_17": 0.0, "asian_alone_17": 545.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 538.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.445, "pct_black_alone_change": -1.222, "pct_native_alone_change": -0.102, "pct_asian_alone_change": -6.841, "pct_hispanic_or_latino_change": 4.76, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7586830", "INTPTLON": "-073.9030015" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907794, 40.760518 ], [ -73.90651, 40.762109 ], [ -73.905245, 40.763687 ], [ -73.904512, 40.764589 ], [ -73.903708, 40.765597 ], [ -73.903648, 40.765674 ], [ -73.903588, 40.765751 ], [ -73.903512, 40.76585 ], [ -73.903249, 40.76522 ], [ -73.902924, 40.764443 ], [ -73.902694, 40.763896 ], [ -73.902184, 40.762675 ], [ -73.902073, 40.762381 ], [ -73.901996, 40.762122 ], [ -73.901664, 40.760789 ], [ -73.901819, 40.760759 ], [ -73.901553, 40.759626 ], [ -73.901376, 40.759641 ], [ -73.901274, 40.759651 ], [ -73.899262, 40.759868 ], [ -73.8991, 40.759882 ], [ -73.898863, 40.759902 ], [ -73.898773, 40.759916 ], [ -73.898552, 40.759926 ], [ -73.899003, 40.75931 ], [ -73.899372, 40.758798 ], [ -73.899481, 40.758638 ], [ -73.899548, 40.758521 ], [ -73.899608, 40.758386 ], [ -73.899682, 40.758111 ], [ -73.899696, 40.758001 ], [ -73.899703, 40.757783 ], [ -73.899723, 40.757625 ], [ -73.899739, 40.757418 ], [ -73.899738, 40.757265 ], [ -73.899731, 40.757157 ], [ -73.899717, 40.757034 ], [ -73.8997, 40.756937 ], [ -73.899672, 40.756813 ], [ -73.899643, 40.756706 ], [ -73.899592, 40.756556 ], [ -73.89948, 40.756247 ], [ -73.899225, 40.755542 ], [ -73.899121, 40.755306 ], [ -73.898991, 40.755026 ], [ -73.89897, 40.754981 ], [ -73.898876, 40.754746 ], [ -73.898863, 40.754712 ], [ -73.89861, 40.754284 ], [ -73.898769, 40.754203 ], [ -73.898738, 40.754154 ], [ -73.898763, 40.754149 ], [ -73.899181, 40.75411 ], [ -73.899573, 40.754064 ], [ -73.900303, 40.753991 ], [ -73.901213, 40.753902 ], [ -73.902121, 40.753801 ], [ -73.902472, 40.753763 ], [ -73.902989, 40.753708 ], [ -73.903923, 40.753611 ], [ -73.904917, 40.753505 ], [ -73.905154, 40.754858 ], [ -73.905294, 40.755628 ], [ -73.905575, 40.757178 ], [ -73.905487, 40.757187 ], [ -73.905102, 40.757228 ], [ -73.904847, 40.757255 ], [ -73.904772, 40.758083 ], [ -73.904561, 40.759485 ], [ -73.905101, 40.759515 ], [ -73.905231, 40.759543 ], [ -73.905439, 40.759588 ], [ -73.906315, 40.759844 ], [ -73.906997, 40.760143 ], [ -73.907292, 40.760281 ], [ -73.907794, 40.760518 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081029900", "name": "Census Tract 299, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7639881", "INTPTLON": "-073.8993984" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903417, 40.765963 ], [ -73.903293, 40.766121 ], [ -73.903159, 40.766286 ], [ -73.903013, 40.766444 ], [ -73.902877, 40.766608 ], [ -73.90273, 40.766766 ], [ -73.902578, 40.766922 ], [ -73.90218, 40.767316 ], [ -73.902025, 40.767417 ], [ -73.90103, 40.767267 ], [ -73.900659, 40.767211 ], [ -73.897158, 40.766638 ], [ -73.89596, 40.766431 ], [ -73.894569, 40.7662 ], [ -73.894324, 40.766146 ], [ -73.894432, 40.766011 ], [ -73.8945, 40.76592 ], [ -73.894566, 40.765813 ], [ -73.894598, 40.765728 ], [ -73.894625, 40.765615 ], [ -73.894796, 40.765154 ], [ -73.894955, 40.764668 ], [ -73.895031, 40.764477 ], [ -73.895097, 40.764357 ], [ -73.8952, 40.76423 ], [ -73.895291, 40.764151 ], [ -73.895383, 40.764052 ], [ -73.8955, 40.763953 ], [ -73.895651, 40.763836 ], [ -73.895857, 40.763702 ], [ -73.895987, 40.763611 ], [ -73.896112, 40.763518 ], [ -73.896216, 40.763434 ], [ -73.896318, 40.763347 ], [ -73.896392, 40.763269 ], [ -73.896551, 40.763082 ], [ -73.896764, 40.762774 ], [ -73.896824, 40.762687 ], [ -73.897006, 40.76244 ], [ -73.897127, 40.762291 ], [ -73.897317, 40.762021 ], [ -73.897345, 40.761977 ], [ -73.897485, 40.761774 ], [ -73.898568, 40.760195 ], [ -73.898773, 40.759916 ], [ -73.898863, 40.759902 ], [ -73.8991, 40.759882 ], [ -73.899262, 40.759868 ], [ -73.901274, 40.759651 ], [ -73.901376, 40.759641 ], [ -73.901553, 40.759626 ], [ -73.901819, 40.760759 ], [ -73.901664, 40.760789 ], [ -73.901996, 40.762122 ], [ -73.902073, 40.762381 ], [ -73.902184, 40.762675 ], [ -73.902694, 40.763896 ], [ -73.902924, 40.764443 ], [ -73.903249, 40.76522 ], [ -73.903512, 40.76585 ], [ -73.903417, 40.765963 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081030600", "name": "Census Tract 306, Queens County, New York", "total_population_17": 4827, "white_alone_17": 187.0, "black_alone_17": 4005.0, "native_alone_17": 0.0, "asian_alone_17": 161.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 341.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.674, "pct_black_alone_change": -4.391, "pct_native_alone_change": -0.102, "pct_asian_alone_change": 1.902, "pct_hispanic_or_latino_change": -0.636, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6648771", "INTPTLON": "-073.7803645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.802162, 40.66525 ], [ -73.801834, 40.665559 ], [ -73.801512, 40.665862 ], [ -73.801649, 40.666097 ], [ -73.801821, 40.666278 ], [ -73.80178, 40.666397 ], [ -73.80166, 40.666756 ], [ -73.801466, 40.666755 ], [ -73.801396, 40.666754 ], [ -73.800728, 40.666728 ], [ -73.800491, 40.666704 ], [ -73.800297, 40.666681 ], [ -73.800178, 40.66666 ], [ -73.799876, 40.66659 ], [ -73.799466, 40.66655 ], [ -73.799236, 40.666545 ], [ -73.799083, 40.666546 ], [ -73.798896, 40.666563 ], [ -73.798658, 40.666611 ], [ -73.798092, 40.666706 ], [ -73.797395, 40.66694 ], [ -73.797111, 40.666946 ], [ -73.79615, 40.666951 ], [ -73.793934, 40.667001 ], [ -73.79323, 40.667074 ], [ -73.793062, 40.667087 ], [ -73.792174, 40.66704 ], [ -73.791299, 40.66697 ], [ -73.79047, 40.666895 ], [ -73.790395, 40.666888 ], [ -73.78941, 40.666841 ], [ -73.78697, 40.667085 ], [ -73.785664, 40.667188 ], [ -73.785025, 40.66723 ], [ -73.7833, 40.667315 ], [ -73.782654, 40.667369 ], [ -73.781796, 40.667421 ], [ -73.78062, 40.667526 ], [ -73.779705, 40.66759 ], [ -73.777913, 40.667715 ], [ -73.777013, 40.667776 ], [ -73.776164, 40.667867 ], [ -73.775224, 40.667915 ], [ -73.774311, 40.667982 ], [ -73.773425, 40.668028 ], [ -73.771545, 40.667963 ], [ -73.766754, 40.667433 ], [ -73.766958, 40.667035 ], [ -73.767014, 40.666924 ], [ -73.76713, 40.666696 ], [ -73.767304, 40.666305 ], [ -73.767615, 40.665662 ], [ -73.767802, 40.665293 ], [ -73.768305, 40.664468 ], [ -73.768591, 40.664018 ], [ -73.768994, 40.663511 ], [ -73.769538, 40.662842 ], [ -73.769618, 40.662743 ], [ -73.770153, 40.662123 ], [ -73.770646, 40.66159 ], [ -73.770957, 40.661198 ], [ -73.771448, 40.660635 ], [ -73.77383, 40.659651 ], [ -73.77401, 40.659779 ], [ -73.774198, 40.659753 ], [ -73.775537, 40.660262 ], [ -73.776459, 40.660535 ], [ -73.776628, 40.660571 ], [ -73.776895, 40.660656 ], [ -73.777241, 40.660789 ], [ -73.778077, 40.661208 ], [ -73.77878, 40.661599 ], [ -73.780791, 40.662332 ], [ -73.785053, 40.663443 ], [ -73.787553, 40.663846 ], [ -73.78985, 40.664128 ], [ -73.789972, 40.66415 ], [ -73.790015, 40.664158 ], [ -73.79006, 40.664167 ], [ -73.790251, 40.664195 ], [ -73.790287, 40.6642 ], [ -73.790461, 40.664226 ], [ -73.791188, 40.664333 ], [ -73.792028, 40.664441 ], [ -73.792558, 40.664507 ], [ -73.79509, 40.66489 ], [ -73.797627, 40.665103 ], [ -73.800729, 40.665269 ], [ -73.801901, 40.665274 ], [ -73.802162, 40.66525 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081030902", "name": "Census Tract 309.02, Queens County, New York", "total_population_17": 7652, "white_alone_17": 1440.0, "black_alone_17": 164.0, "native_alone_17": 144.0, "asian_alone_17": 3283.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2393.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.015, "pct_black_alone_change": 0.747, "pct_native_alone_change": 1.605, "pct_asian_alone_change": 10.246, "pct_hispanic_or_latino_change": -3.046, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7580597", "INTPTLON": "-073.8961589" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.899739, 40.757418 ], [ -73.899723, 40.757625 ], [ -73.899703, 40.757783 ], [ -73.899696, 40.758001 ], [ -73.899682, 40.758111 ], [ -73.899608, 40.758386 ], [ -73.899548, 40.758521 ], [ -73.899481, 40.758638 ], [ -73.899372, 40.758798 ], [ -73.899003, 40.75931 ], [ -73.898552, 40.759926 ], [ -73.898773, 40.759916 ], [ -73.898568, 40.760195 ], [ -73.897485, 40.761774 ], [ -73.897345, 40.761977 ], [ -73.897204, 40.761967 ], [ -73.897051, 40.761957 ], [ -73.896941, 40.761968 ], [ -73.896024, 40.762062 ], [ -73.895085, 40.762161 ], [ -73.89324, 40.762354 ], [ -73.892899, 40.760533 ], [ -73.893829, 40.760435 ], [ -73.893473, 40.758451 ], [ -73.893188, 40.756898 ], [ -73.892803, 40.754778 ], [ -73.893734, 40.754681 ], [ -73.894661, 40.754583 ], [ -73.89559, 40.754485 ], [ -73.896522, 40.754389 ], [ -73.896799, 40.754358 ], [ -73.897501, 40.754281 ], [ -73.897924, 40.75424 ], [ -73.898542, 40.754174 ], [ -73.898738, 40.754154 ], [ -73.898769, 40.754203 ], [ -73.89861, 40.754284 ], [ -73.898863, 40.754712 ], [ -73.898876, 40.754746 ], [ -73.89897, 40.754981 ], [ -73.898991, 40.755026 ], [ -73.899121, 40.755306 ], [ -73.899225, 40.755542 ], [ -73.89948, 40.756247 ], [ -73.899592, 40.756556 ], [ -73.899643, 40.756706 ], [ -73.899672, 40.756813 ], [ -73.8997, 40.756937 ], [ -73.899717, 40.757034 ], [ -73.899731, 40.757157 ], [ -73.899738, 40.757265 ], [ -73.899739, 40.757418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081030903", "name": "Census Tract 309.03, Queens County, New York", "total_population_17": 5811, "white_alone_17": 785.0, "black_alone_17": 54.0, "native_alone_17": 44.0, "asian_alone_17": 2352.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2504.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.223, "pct_black_alone_change": -0.284, "pct_native_alone_change": 0.53, "pct_asian_alone_change": 11.668, "pct_hispanic_or_latino_change": 0.26, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.7579485", "INTPTLON": "-073.8900649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.893829, 40.760435 ], [ -73.892899, 40.760533 ], [ -73.891975, 40.760631 ], [ -73.891054, 40.760728 ], [ -73.890113, 40.760827 ], [ -73.889186, 40.760923 ], [ -73.888257, 40.761022 ], [ -73.887327, 40.761118 ], [ -73.886965, 40.759133 ], [ -73.886685, 40.757586 ], [ -73.886298, 40.75546 ], [ -73.887228, 40.755363 ], [ -73.888157, 40.755266 ], [ -73.889088, 40.75517 ], [ -73.890013, 40.755071 ], [ -73.890948, 40.754974 ], [ -73.891881, 40.754873 ], [ -73.892803, 40.754778 ], [ -73.893188, 40.756898 ], [ -73.893473, 40.758451 ], [ -73.893829, 40.760435 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081030904", "name": "Census Tract 309.04, Queens County, New York", "total_population_17": 3576, "white_alone_17": 892.0, "black_alone_17": 16.0, "native_alone_17": 82.0, "asian_alone_17": 1240.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1420.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.212, "pct_black_alone_change": -0.766, "pct_native_alone_change": 2.066, "pct_asian_alone_change": 5.869, "pct_hispanic_or_latino_change": -3.122, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.7635831", "INTPTLON": "-073.8910547" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.897317, 40.762021 ], [ -73.897127, 40.762291 ], [ -73.897006, 40.76244 ], [ -73.896824, 40.762687 ], [ -73.896764, 40.762774 ], [ -73.896551, 40.763082 ], [ -73.896392, 40.763269 ], [ -73.896318, 40.763347 ], [ -73.896216, 40.763434 ], [ -73.896112, 40.763518 ], [ -73.895987, 40.763611 ], [ -73.895857, 40.763702 ], [ -73.895651, 40.763836 ], [ -73.8955, 40.763953 ], [ -73.895383, 40.764052 ], [ -73.895291, 40.764151 ], [ -73.8952, 40.76423 ], [ -73.895097, 40.764357 ], [ -73.895031, 40.764477 ], [ -73.894955, 40.764668 ], [ -73.894796, 40.765154 ], [ -73.894625, 40.765615 ], [ -73.894598, 40.765728 ], [ -73.894566, 40.765813 ], [ -73.8945, 40.76592 ], [ -73.894432, 40.766011 ], [ -73.894324, 40.766146 ], [ -73.894083, 40.76633 ], [ -73.89401, 40.766379 ], [ -73.89386, 40.766421 ], [ -73.893242, 40.766337 ], [ -73.892854, 40.766303 ], [ -73.892781, 40.7663 ], [ -73.892464, 40.766285 ], [ -73.892073, 40.76628 ], [ -73.891835, 40.76628 ], [ -73.89109, 40.766337 ], [ -73.891034, 40.766197 ], [ -73.891002, 40.766117 ], [ -73.890898, 40.765857 ], [ -73.89072, 40.765887 ], [ -73.890424, 40.765962 ], [ -73.889949, 40.766104 ], [ -73.889399, 40.766246 ], [ -73.889186, 40.766299 ], [ -73.888773, 40.766511 ], [ -73.888739, 40.766518 ], [ -73.888514, 40.766563 ], [ -73.888342, 40.766597 ], [ -73.888365, 40.76677 ], [ -73.887731, 40.766915 ], [ -73.887675, 40.766738 ], [ -73.887552, 40.76635 ], [ -73.88709, 40.765013 ], [ -73.887064, 40.764873 ], [ -73.88673, 40.763053 ], [ -73.886397, 40.761216 ], [ -73.887327, 40.761118 ], [ -73.888257, 40.761022 ], [ -73.889186, 40.760923 ], [ -73.890113, 40.760827 ], [ -73.891054, 40.760728 ], [ -73.891975, 40.760631 ], [ -73.892899, 40.760533 ], [ -73.89324, 40.762354 ], [ -73.895085, 40.762161 ], [ -73.896024, 40.762062 ], [ -73.896941, 40.761968 ], [ -73.897051, 40.761957 ], [ -73.897204, 40.761967 ], [ -73.897345, 40.761977 ], [ -73.897317, 40.762021 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081031700", "name": "Census Tract 317, Queens County, New York", "total_population_17": 6271, "white_alone_17": 4465.0, "black_alone_17": 59.0, "native_alone_17": 115.0, "asian_alone_17": 568.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1118.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.386, "pct_black_alone_change": -0.527, "pct_native_alone_change": 1.671, "pct_asian_alone_change": 4.083, "pct_hispanic_or_latino_change": 2.186, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7709218", "INTPTLON": "-073.8930421" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900545, 40.767313 ], [ -73.900477, 40.767423 ], [ -73.900511, 40.767572 ], [ -73.899616, 40.768304 ], [ -73.898318, 40.769357 ], [ -73.89748, 40.770047 ], [ -73.897371, 40.770125 ], [ -73.896657, 40.770726 ], [ -73.896317, 40.771006 ], [ -73.896084, 40.771197 ], [ -73.895828, 40.771405 ], [ -73.89522, 40.771904 ], [ -73.895008, 40.772078 ], [ -73.894183, 40.772745 ], [ -73.893369, 40.773415 ], [ -73.89289, 40.773808 ], [ -73.893069, 40.773869 ], [ -73.893242, 40.773943 ], [ -73.893407, 40.774028 ], [ -73.893561, 40.774122 ], [ -73.893703, 40.774226 ], [ -73.894423, 40.774735 ], [ -73.895131, 40.775233 ], [ -73.895841, 40.775735 ], [ -73.896565, 40.776247 ], [ -73.894232, 40.778154 ], [ -73.893121, 40.777347 ], [ -73.892862, 40.777159 ], [ -73.892523, 40.777405 ], [ -73.892503, 40.777365 ], [ -73.892254, 40.777205 ], [ -73.892132, 40.777091 ], [ -73.892041, 40.776963 ], [ -73.8919, 40.776755 ], [ -73.891845, 40.776686 ], [ -73.891772, 40.776594 ], [ -73.891652, 40.776562 ], [ -73.891531, 40.776477 ], [ -73.891434, 40.776381 ], [ -73.891416, 40.776339 ], [ -73.891368, 40.776343 ], [ -73.891446, 40.776523 ], [ -73.891264, 40.776856 ], [ -73.891104, 40.777023 ], [ -73.89112, 40.777125 ], [ -73.891067, 40.777213 ], [ -73.890949, 40.777284 ], [ -73.890731, 40.777332 ], [ -73.890563, 40.777404 ], [ -73.890459, 40.77755 ], [ -73.890465, 40.777703 ], [ -73.890352, 40.7778 ], [ -73.890174, 40.777851 ], [ -73.890087, 40.777784 ], [ -73.890011, 40.777213 ], [ -73.889516, 40.775937 ], [ -73.889472, 40.775738 ], [ -73.889471, 40.775536 ], [ -73.889555, 40.775279 ], [ -73.889561, 40.775092 ], [ -73.889582, 40.775035 ], [ -73.889593, 40.774941 ], [ -73.889614, 40.774846 ], [ -73.889789, 40.774237 ], [ -73.889842, 40.7741 ], [ -73.889887, 40.774017 ], [ -73.890068, 40.773962 ], [ -73.890192, 40.773647 ], [ -73.890089, 40.773626 ], [ -73.889977, 40.773724 ], [ -73.889852, 40.773753 ], [ -73.88975, 40.773717 ], [ -73.889577, 40.773594 ], [ -73.889524, 40.773575 ], [ -73.889455, 40.773533 ], [ -73.889077, 40.773574 ], [ -73.889424, 40.773046 ], [ -73.88904, 40.770916 ], [ -73.888726, 40.768916 ], [ -73.888633, 40.768902 ], [ -73.888561, 40.768892 ], [ -73.888461, 40.768859 ], [ -73.888363, 40.768794 ], [ -73.888252, 40.768658 ], [ -73.888223, 40.768579 ], [ -73.888178, 40.768428 ], [ -73.887818, 40.767202 ], [ -73.887731, 40.766915 ], [ -73.888365, 40.76677 ], [ -73.888342, 40.766597 ], [ -73.888514, 40.766563 ], [ -73.888739, 40.766518 ], [ -73.888773, 40.766511 ], [ -73.889186, 40.766299 ], [ -73.889399, 40.766246 ], [ -73.889949, 40.766104 ], [ -73.890424, 40.765962 ], [ -73.89072, 40.765887 ], [ -73.890898, 40.765857 ], [ -73.891002, 40.766117 ], [ -73.891034, 40.766197 ], [ -73.89109, 40.766337 ], [ -73.891835, 40.76628 ], [ -73.892073, 40.76628 ], [ -73.892464, 40.766285 ], [ -73.892781, 40.7663 ], [ -73.892854, 40.766303 ], [ -73.893242, 40.766337 ], [ -73.89386, 40.766421 ], [ -73.89401, 40.766379 ], [ -73.894083, 40.76633 ], [ -73.894324, 40.766146 ], [ -73.894569, 40.7662 ], [ -73.89596, 40.766431 ], [ -73.897158, 40.766638 ], [ -73.900659, 40.767211 ], [ -73.900545, 40.767313 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081032000", "name": "Census Tract 320, Queens County, New York", "total_population_17": 5097, "white_alone_17": 162.0, "black_alone_17": 4339.0, "native_alone_17": 0.0, "asian_alone_17": 95.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 423.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.91, "pct_black_alone_change": 3.82, "pct_native_alone_change": -0.24, "pct_asian_alone_change": -0.186, "pct_hispanic_or_latino_change": -5.332, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+40.6612148", "INTPTLON": "-073.7652124" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.77383, 40.659651 ], [ -73.771448, 40.660635 ], [ -73.770957, 40.661198 ], [ -73.770646, 40.66159 ], [ -73.770153, 40.662123 ], [ -73.769618, 40.662743 ], [ -73.769538, 40.662842 ], [ -73.768994, 40.663511 ], [ -73.768591, 40.664018 ], [ -73.768305, 40.664468 ], [ -73.767802, 40.665293 ], [ -73.767615, 40.665662 ], [ -73.767304, 40.666305 ], [ -73.76713, 40.666696 ], [ -73.767014, 40.666924 ], [ -73.766958, 40.667035 ], [ -73.766754, 40.667433 ], [ -73.764901, 40.667224 ], [ -73.764071, 40.66713 ], [ -73.76376, 40.667098 ], [ -73.762779, 40.667017 ], [ -73.762049, 40.666948 ], [ -73.761871, 40.666929 ], [ -73.761072, 40.666821 ], [ -73.760463, 40.66674 ], [ -73.757631, 40.666451 ], [ -73.757845, 40.666005 ], [ -73.757891, 40.665917 ], [ -73.758044, 40.665624 ], [ -73.758529, 40.664703 ], [ -73.758673, 40.664446 ], [ -73.758921, 40.664024 ], [ -73.759106, 40.663674 ], [ -73.759328, 40.66357 ], [ -73.759641, 40.663376 ], [ -73.760574, 40.661986 ], [ -73.760671, 40.661864 ], [ -73.760754, 40.661735 ], [ -73.76082, 40.661599 ], [ -73.760868, 40.66146 ], [ -73.760898, 40.661318 ], [ -73.76091, 40.661175 ], [ -73.760836, 40.661025 ], [ -73.760746, 40.660878 ], [ -73.76064, 40.660738 ], [ -73.760521, 40.660605 ], [ -73.760011, 40.659845 ], [ -73.759821, 40.659349 ], [ -73.760074, 40.657844 ], [ -73.761181, 40.658014 ], [ -73.76175, 40.65633 ], [ -73.764138, 40.654726 ], [ -73.764388, 40.654558 ], [ -73.765129, 40.654931 ], [ -73.765217, 40.654988 ], [ -73.765669, 40.655253 ], [ -73.76628, 40.655578 ], [ -73.766785, 40.655845 ], [ -73.767353, 40.65616 ], [ -73.768245, 40.656634 ], [ -73.768778, 40.656946 ], [ -73.769761, 40.657482 ], [ -73.7705, 40.657876 ], [ -73.77301, 40.659174 ], [ -73.773313, 40.659369 ], [ -73.77383, 40.659651 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081032700", "name": "Census Tract 327, Queens County, New York", "total_population_17": 3916, "white_alone_17": 234.0, "black_alone_17": 45.0, "native_alone_17": 16.0, "asian_alone_17": 1058.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2579.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.354, "pct_black_alone_change": 0.169, "pct_native_alone_change": 0.012, "pct_asian_alone_change": 5.337, "pct_hispanic_or_latino_change": 5.858, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7584364", "INTPTLON": "-073.8854176" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887327, 40.761118 ], [ -73.886397, 40.761216 ], [ -73.885468, 40.761315 ], [ -73.884536, 40.761414 ], [ -73.884176, 40.759427 ], [ -73.883897, 40.757877 ], [ -73.883563, 40.756064 ], [ -73.883507, 40.755755 ], [ -73.88431, 40.75567 ], [ -73.884439, 40.755657 ], [ -73.885367, 40.755557 ], [ -73.886298, 40.75546 ], [ -73.886685, 40.757586 ], [ -73.886965, 40.759133 ], [ -73.887327, 40.761118 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081032800", "name": "Census Tract 328, Queens County, New York", "total_population_17": 2526, "white_alone_17": 45.0, "black_alone_17": 2114.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 30.0, "hispanic_or_latino_17": 243.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.575, "pct_black_alone_change": -10.51, "pct_native_alone_change": -0.046, "pct_asian_alone_change": -0.186, "pct_hispanic_or_latino_change": 5.444, "pct_native_hawaiian_pacific_islander_change": 1.142, "INTPTLAT": "+40.6718373", "INTPTLON": "-073.7556979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.759509, 40.675447 ], [ -73.758675, 40.675799 ], [ -73.758008, 40.676081 ], [ -73.757901, 40.676125 ], [ -73.757039, 40.67648 ], [ -73.756966, 40.676488 ], [ -73.756923, 40.676488 ], [ -73.756855, 40.676442 ], [ -73.756808, 40.676341 ], [ -73.756772, 40.676263 ], [ -73.756654, 40.676137 ], [ -73.756519, 40.676036 ], [ -73.756108, 40.675955 ], [ -73.755762, 40.675886 ], [ -73.755657, 40.676157 ], [ -73.755128, 40.675439 ], [ -73.75456, 40.674651 ], [ -73.753785, 40.673583 ], [ -73.753611, 40.673344 ], [ -73.752897, 40.672408 ], [ -73.751974, 40.671179 ], [ -73.75133, 40.670569 ], [ -73.750772, 40.669796 ], [ -73.750862, 40.669651 ], [ -73.7511, 40.669742 ], [ -73.751266, 40.669807 ], [ -73.752788, 40.670366 ], [ -73.753242, 40.669612 ], [ -73.753411, 40.669294 ], [ -73.753542, 40.669121 ], [ -73.753652, 40.668977 ], [ -73.753772, 40.668721 ], [ -73.75414, 40.668177 ], [ -73.754412, 40.667735 ], [ -73.754872, 40.666983 ], [ -73.755262, 40.666395 ], [ -73.755511, 40.666399 ], [ -73.755925, 40.666388 ], [ -73.757631, 40.666451 ], [ -73.757317, 40.66704 ], [ -73.756995, 40.667741 ], [ -73.756716, 40.668563 ], [ -73.756685, 40.668759 ], [ -73.756437, 40.669666 ], [ -73.756406, 40.670373 ], [ -73.756425, 40.670634 ], [ -73.756461, 40.671094 ], [ -73.756462, 40.671493 ], [ -73.756464, 40.671684 ], [ -73.756362, 40.672429 ], [ -73.758225, 40.672694 ], [ -73.758572, 40.672637 ], [ -73.758596, 40.672748 ], [ -73.758655, 40.67279 ], [ -73.758738, 40.672881 ], [ -73.758848, 40.673025 ], [ -73.75899, 40.673213 ], [ -73.760315, 40.67511 ], [ -73.759509, 40.675447 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081032900", "name": "Census Tract 329, Queens County, New York", "total_population_17": 3983, "white_alone_17": 434.0, "black_alone_17": 141.0, "native_alone_17": 20.0, "asian_alone_17": 716.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2673.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.431, "pct_black_alone_change": -2.558, "pct_native_alone_change": 0.256, "pct_asian_alone_change": 3.887, "pct_hispanic_or_latino_change": 5.345, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7644351", "INTPTLON": "-073.8827319" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887552, 40.76635 ], [ -73.886427, 40.766611 ], [ -73.884604, 40.76699 ], [ -73.883687, 40.767154 ], [ -73.882768, 40.767312 ], [ -73.881858, 40.767471 ], [ -73.880952, 40.76763 ], [ -73.879981, 40.76774 ], [ -73.879073, 40.767836 ], [ -73.8787, 40.765761 ], [ -73.878939, 40.76574 ], [ -73.878987, 40.764795 ], [ -73.878983, 40.763885 ], [ -73.878801, 40.763897 ], [ -73.878864, 40.763618 ], [ -73.878286, 40.763515 ], [ -73.877973, 40.761795 ], [ -73.878954, 40.761984 ], [ -73.879888, 40.761906 ], [ -73.880818, 40.761807 ], [ -73.881748, 40.761705 ], [ -73.882677, 40.761608 ], [ -73.88305, 40.761569 ], [ -73.883607, 40.761511 ], [ -73.884536, 40.761414 ], [ -73.885468, 40.761315 ], [ -73.886397, 40.761216 ], [ -73.88673, 40.763053 ], [ -73.887064, 40.764873 ], [ -73.88709, 40.765013 ], [ -73.887552, 40.76635 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081033000", "name": "Census Tract 330, Queens County, New York", "total_population_17": 6921, "white_alone_17": 42.0, "black_alone_17": 5944.0, "native_alone_17": 9.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 688.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.097, "pct_black_alone_change": -8.165, "pct_native_alone_change": -0.133, "pct_asian_alone_change": 0.339, "pct_hispanic_or_latino_change": 5.93, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6701348", "INTPTLON": "-073.7637361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.773717, 40.672145 ], [ -73.772953, 40.67226 ], [ -73.772287, 40.67236 ], [ -73.772077, 40.672392 ], [ -73.771178, 40.672531 ], [ -73.770997, 40.67091 ], [ -73.770099, 40.670968 ], [ -73.769202, 40.671026 ], [ -73.768305, 40.671085 ], [ -73.767406, 40.671142 ], [ -73.766504, 40.6712 ], [ -73.766125, 40.671225 ], [ -73.765611, 40.671258 ], [ -73.76466, 40.671318 ], [ -73.764546, 40.671512 ], [ -73.764353, 40.671853 ], [ -73.764137, 40.672554 ], [ -73.764047, 40.672847 ], [ -73.763831, 40.67364 ], [ -73.763805, 40.67377 ], [ -73.763787, 40.673883 ], [ -73.763725, 40.674274 ], [ -73.763718, 40.674316 ], [ -73.763677, 40.674746 ], [ -73.76339, 40.674681 ], [ -73.762486, 40.674195 ], [ -73.761149, 40.674764 ], [ -73.760315, 40.67511 ], [ -73.75899, 40.673213 ], [ -73.758848, 40.673025 ], [ -73.758738, 40.672881 ], [ -73.758655, 40.67279 ], [ -73.758596, 40.672748 ], [ -73.758572, 40.672637 ], [ -73.758225, 40.672694 ], [ -73.756362, 40.672429 ], [ -73.756464, 40.671684 ], [ -73.756462, 40.671493 ], [ -73.756461, 40.671094 ], [ -73.756425, 40.670634 ], [ -73.756406, 40.670373 ], [ -73.756437, 40.669666 ], [ -73.756685, 40.668759 ], [ -73.756716, 40.668563 ], [ -73.756995, 40.667741 ], [ -73.757317, 40.66704 ], [ -73.757631, 40.666451 ], [ -73.760463, 40.66674 ], [ -73.761072, 40.666821 ], [ -73.761871, 40.666929 ], [ -73.762049, 40.666948 ], [ -73.762779, 40.667017 ], [ -73.76376, 40.667098 ], [ -73.764071, 40.66713 ], [ -73.764901, 40.667224 ], [ -73.766754, 40.667433 ], [ -73.771545, 40.667963 ], [ -73.771919, 40.668446 ], [ -73.77223, 40.668855 ], [ -73.772252, 40.668884 ], [ -73.772336, 40.668995 ], [ -73.77235, 40.669013 ], [ -73.772425, 40.669112 ], [ -73.772482, 40.669186 ], [ -73.773122, 40.670022 ], [ -73.773654, 40.6707 ], [ -73.774496, 40.671828 ], [ -73.773717, 40.672145 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081033100", "name": "Census Tract 331, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7749300", "INTPTLON": "-073.8737580" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.8919, 40.776755 ], [ -73.891749, 40.776986 ], [ -73.890848, 40.778352 ], [ -73.889428, 40.78057 ], [ -73.885303, 40.786685 ], [ -73.885222, 40.78663 ], [ -73.882929, 40.786209 ], [ -73.878307, 40.785357 ], [ -73.878128, 40.785436 ], [ -73.877944, 40.785509 ], [ -73.877757, 40.785576 ], [ -73.877566, 40.785636 ], [ -73.877371, 40.78569 ], [ -73.877173, 40.785737 ], [ -73.876973, 40.785778 ], [ -73.876771, 40.785811 ], [ -73.876531, 40.785837 ], [ -73.87629, 40.785858 ], [ -73.876048, 40.785872 ], [ -73.875806, 40.785881 ], [ -73.875563, 40.785884 ], [ -73.875321, 40.785881 ], [ -73.875079, 40.785872 ], [ -73.874837, 40.785857 ], [ -73.874596, 40.785836 ], [ -73.874356, 40.78581 ], [ -73.874211, 40.7858 ], [ -73.874038, 40.78578 ], [ -73.873864, 40.785765 ], [ -73.873689, 40.785755 ], [ -73.87351, 40.785721 ], [ -73.873428, 40.785762 ], [ -73.873355, 40.785789 ], [ -73.873286, 40.785812 ], [ -73.873202, 40.785825 ], [ -73.873088, 40.785855 ], [ -73.872981, 40.785894 ], [ -73.872885, 40.785963 ], [ -73.872854, 40.785926 ], [ -73.872809, 40.785903 ], [ -73.872774, 40.785942 ], [ -73.872823, 40.785964 ], [ -73.872872, 40.785975 ], [ -73.872788, 40.786078 ], [ -73.872685, 40.786154 ], [ -73.872473, 40.786303 ], [ -73.872265, 40.786424 ], [ -73.872106, 40.786469 ], [ -73.871876, 40.786624 ], [ -73.871631, 40.786798 ], [ -73.86542, 40.78497 ], [ -73.860505, 40.778984 ], [ -73.852897, 40.775457 ], [ -73.852642, 40.77208 ], [ -73.853702, 40.76948 ], [ -73.854969, 40.767467 ], [ -73.854982, 40.767448 ], [ -73.860433, 40.763869 ], [ -73.860576, 40.763829 ], [ -73.860937, 40.763729 ], [ -73.861659, 40.764602 ], [ -73.861707, 40.76466 ], [ -73.862726, 40.765893 ], [ -73.862802, 40.765971 ], [ -73.863123, 40.766302 ], [ -73.863437, 40.766621 ], [ -73.864041, 40.767208 ], [ -73.864248, 40.767409 ], [ -73.864648, 40.767767 ], [ -73.864765, 40.767872 ], [ -73.86484, 40.767938 ], [ -73.865383, 40.768376 ], [ -73.865983, 40.76886 ], [ -73.866647, 40.769329 ], [ -73.866835, 40.769467 ], [ -73.867209, 40.769733 ], [ -73.868002, 40.770255 ], [ -73.868387, 40.770477 ], [ -73.868831, 40.770733 ], [ -73.869569, 40.771087 ], [ -73.870111, 40.771298 ], [ -73.870261, 40.771357 ], [ -73.870704, 40.771491 ], [ -73.871286, 40.771644 ], [ -73.871846, 40.771742 ], [ -73.87206, 40.771767 ], [ -73.872596, 40.771831 ], [ -73.872991, 40.771855 ], [ -73.873832, 40.771871 ], [ -73.874096, 40.77186 ], [ -73.87441, 40.771848 ], [ -73.875201, 40.771771 ], [ -73.875535, 40.771728 ], [ -73.876119, 40.771629 ], [ -73.876228, 40.771605 ], [ -73.876315, 40.771586 ], [ -73.876696, 40.771502 ], [ -73.877876, 40.771151 ], [ -73.878033, 40.771092 ], [ -73.878252, 40.771009 ], [ -73.878619, 40.770863 ], [ -73.878768, 40.770791 ], [ -73.878996, 40.77068 ], [ -73.879129, 40.770616 ], [ -73.879518, 40.770427 ], [ -73.879785, 40.77028 ], [ -73.879906, 40.770214 ], [ -73.880528, 40.769871 ], [ -73.880574, 40.769846 ], [ -73.881431, 40.769364 ], [ -73.881479, 40.769337 ], [ -73.882035, 40.769038 ], [ -73.882384, 40.768857 ], [ -73.883128, 40.768503 ], [ -73.883211, 40.768463 ], [ -73.883689, 40.768258 ], [ -73.884319, 40.767982 ], [ -73.884663, 40.767853 ], [ -73.884916, 40.767761 ], [ -73.885209, 40.767653 ], [ -73.885705, 40.767489 ], [ -73.886227, 40.767327 ], [ -73.886711, 40.767188 ], [ -73.886801, 40.767161 ], [ -73.886867, 40.767142 ], [ -73.887731, 40.766915 ], [ -73.887818, 40.767202 ], [ -73.888178, 40.768428 ], [ -73.888223, 40.768579 ], [ -73.888252, 40.768658 ], [ -73.888363, 40.768794 ], [ -73.888461, 40.768859 ], [ -73.888561, 40.768892 ], [ -73.888633, 40.768902 ], [ -73.888726, 40.768916 ], [ -73.88904, 40.770916 ], [ -73.889424, 40.773046 ], [ -73.889077, 40.773574 ], [ -73.889455, 40.773533 ], [ -73.889524, 40.773575 ], [ -73.889577, 40.773594 ], [ -73.88975, 40.773717 ], [ -73.889852, 40.773753 ], [ -73.889977, 40.773724 ], [ -73.890089, 40.773626 ], [ -73.890192, 40.773647 ], [ -73.890068, 40.773962 ], [ -73.889887, 40.774017 ], [ -73.889842, 40.7741 ], [ -73.889789, 40.774237 ], [ -73.889614, 40.774846 ], [ -73.889593, 40.774941 ], [ -73.889582, 40.775035 ], [ -73.889561, 40.775092 ], [ -73.889555, 40.775279 ], [ -73.889471, 40.775536 ], [ -73.889472, 40.775738 ], [ -73.889516, 40.775937 ], [ -73.890011, 40.777213 ], [ -73.890087, 40.777784 ], [ -73.890174, 40.777851 ], [ -73.890352, 40.7778 ], [ -73.890465, 40.777703 ], [ -73.890459, 40.77755 ], [ -73.890563, 40.777404 ], [ -73.890731, 40.777332 ], [ -73.890949, 40.777284 ], [ -73.891067, 40.777213 ], [ -73.89112, 40.777125 ], [ -73.891104, 40.777023 ], [ -73.891264, 40.776856 ], [ -73.891446, 40.776523 ], [ -73.891368, 40.776343 ], [ -73.891416, 40.776339 ], [ -73.891434, 40.776381 ], [ -73.891531, 40.776477 ], [ -73.891652, 40.776562 ], [ -73.891772, 40.776594 ], [ -73.891845, 40.776686 ], [ -73.8919, 40.776755 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081033401", "name": "Census Tract 334.01, Queens County, New York", "total_population_17": 3645, "white_alone_17": 27.0, "black_alone_17": 3279.0, "native_alone_17": 0.0, "asian_alone_17": 41.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 266.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.071, "pct_black_alone_change": -4.485, "pct_native_alone_change": -0.197, "pct_asian_alone_change": 0.061, "pct_hispanic_or_latino_change": 4.304, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6791764", "INTPTLON": "-073.7674364" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.774081, 40.68076 ], [ -73.773565, 40.680964 ], [ -73.772995, 40.681209 ], [ -73.772322, 40.681491 ], [ -73.772203, 40.68161 ], [ -73.772042, 40.681727 ], [ -73.771104, 40.682405 ], [ -73.770901, 40.682553 ], [ -73.770143, 40.683111 ], [ -73.769742, 40.683778 ], [ -73.76858, 40.683143 ], [ -73.767163, 40.682371 ], [ -73.766293, 40.681973 ], [ -73.765567, 40.681627 ], [ -73.765328, 40.681491 ], [ -73.764818, 40.68125 ], [ -73.764078, 40.680894 ], [ -73.764056, 40.680885 ], [ -73.764031, 40.680867 ], [ -73.763928, 40.680823 ], [ -73.76329, 40.680525 ], [ -73.762812, 40.680296 ], [ -73.76177, 40.679818 ], [ -73.76161, 40.679738 ], [ -73.761832, 40.679053 ], [ -73.761918, 40.678882 ], [ -73.76234, 40.678278 ], [ -73.762763, 40.677676 ], [ -73.762887, 40.677502 ], [ -73.763249, 40.67679 ], [ -73.76343, 40.676319 ], [ -73.763494, 40.676003 ], [ -73.763575, 40.67542 ], [ -73.763677, 40.674746 ], [ -73.763718, 40.674316 ], [ -73.763725, 40.674274 ], [ -73.763787, 40.673883 ], [ -73.763805, 40.67377 ], [ -73.765008, 40.67444 ], [ -73.765616, 40.674779 ], [ -73.766507, 40.675351 ], [ -73.76732, 40.675874 ], [ -73.768373, 40.67655 ], [ -73.768452, 40.676599 ], [ -73.769241, 40.677089 ], [ -73.771096, 40.678244 ], [ -73.771988, 40.678798 ], [ -73.77347, 40.679721 ], [ -73.7747, 40.680487 ], [ -73.774081, 40.68076 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081033402", "name": "Census Tract 334.02, Queens County, New York", "total_population_17": 13204, "white_alone_17": 222.0, "black_alone_17": 11665.0, "native_alone_17": 46.0, "asian_alone_17": 258.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 945.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.089, "pct_black_alone_change": -5.903, "pct_native_alone_change": -0.129, "pct_asian_alone_change": 1.643, "pct_hispanic_or_latino_change": 3.936, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6752752", "INTPTLON": "-073.7718092" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.779478, 40.678365 ], [ -73.778422, 40.679032 ], [ -73.777231, 40.679654 ], [ -73.776365, 40.679937 ], [ -73.775498, 40.68022 ], [ -73.7747, 40.680487 ], [ -73.77347, 40.679721 ], [ -73.771988, 40.678798 ], [ -73.771096, 40.678244 ], [ -73.769241, 40.677089 ], [ -73.768452, 40.676599 ], [ -73.768373, 40.67655 ], [ -73.76732, 40.675874 ], [ -73.766507, 40.675351 ], [ -73.765616, 40.674779 ], [ -73.765008, 40.67444 ], [ -73.763805, 40.67377 ], [ -73.763831, 40.67364 ], [ -73.764047, 40.672847 ], [ -73.764137, 40.672554 ], [ -73.764353, 40.671853 ], [ -73.764546, 40.671512 ], [ -73.76466, 40.671318 ], [ -73.765611, 40.671258 ], [ -73.766125, 40.671225 ], [ -73.766504, 40.6712 ], [ -73.767406, 40.671142 ], [ -73.768305, 40.671085 ], [ -73.769202, 40.671026 ], [ -73.770099, 40.670968 ], [ -73.770997, 40.67091 ], [ -73.771178, 40.672531 ], [ -73.772077, 40.672392 ], [ -73.772287, 40.67236 ], [ -73.772953, 40.67226 ], [ -73.773717, 40.672145 ], [ -73.774496, 40.671828 ], [ -73.775672, 40.673387 ], [ -73.776847, 40.674932 ], [ -73.777138, 40.675315 ], [ -73.778045, 40.676505 ], [ -73.778151, 40.676648 ], [ -73.778618, 40.677264 ], [ -73.779082, 40.677874 ], [ -73.779478, 40.678365 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081033700", "name": "Census Tract 337, Queens County, New York", "total_population_17": 3238, "white_alone_17": 97.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 695.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2446.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.843, "pct_black_alone_change": -2.487, "pct_native_alone_change": -0.181, "pct_asian_alone_change": -0.868, "pct_hispanic_or_latino_change": 14.012, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7587307", "INTPTLON": "-073.8826281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.884536, 40.761414 ], [ -73.883607, 40.761511 ], [ -73.88305, 40.761569 ], [ -73.882677, 40.761608 ], [ -73.881748, 40.761705 ], [ -73.881386, 40.759722 ], [ -73.881104, 40.758171 ], [ -73.880719, 40.756049 ], [ -73.881648, 40.755952 ], [ -73.882331, 40.75588 ], [ -73.882579, 40.755854 ], [ -73.883411, 40.755765 ], [ -73.883507, 40.755755 ], [ -73.883563, 40.756064 ], [ -73.883897, 40.757877 ], [ -73.884176, 40.759427 ], [ -73.884536, 40.761414 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081033900", "name": "Census Tract 339, Queens County, New York", "total_population_17": 3016, "white_alone_17": 421.0, "black_alone_17": 67.0, "native_alone_17": 0.0, "asian_alone_17": 520.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1986.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.188, "pct_black_alone_change": -2.64, "pct_native_alone_change": -0.162, "pct_asian_alone_change": -0.015, "pct_hispanic_or_latino_change": 7.896, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7590238", "INTPTLON": "-073.8798383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.881748, 40.761705 ], [ -73.880818, 40.761807 ], [ -73.879888, 40.761906 ], [ -73.878954, 40.761984 ], [ -73.878596, 40.760014 ], [ -73.878315, 40.758464 ], [ -73.87793, 40.756339 ], [ -73.878861, 40.756241 ], [ -73.879789, 40.756147 ], [ -73.880719, 40.756049 ], [ -73.881104, 40.758171 ], [ -73.881386, 40.759722 ], [ -73.881748, 40.761705 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081034700", "name": "Census Tract 347, Queens County, New York", "total_population_17": 3470, "white_alone_17": 349.0, "black_alone_17": 378.0, "native_alone_17": 23.0, "asian_alone_17": 478.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2224.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.186, "pct_black_alone_change": -7.966, "pct_native_alone_change": 0.285, "pct_asian_alone_change": 5.568, "pct_hispanic_or_latino_change": 3.353, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7668848", "INTPTLON": "-073.8786774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887731, 40.766915 ], [ -73.886867, 40.767142 ], [ -73.886801, 40.767161 ], [ -73.886711, 40.767188 ], [ -73.886227, 40.767327 ], [ -73.885705, 40.767489 ], [ -73.885209, 40.767653 ], [ -73.884916, 40.767761 ], [ -73.884663, 40.767853 ], [ -73.884319, 40.767982 ], [ -73.883689, 40.768258 ], [ -73.883211, 40.768463 ], [ -73.883128, 40.768503 ], [ -73.882384, 40.768857 ], [ -73.882035, 40.769038 ], [ -73.881479, 40.769337 ], [ -73.881431, 40.769364 ], [ -73.880574, 40.769846 ], [ -73.880528, 40.769871 ], [ -73.879906, 40.770214 ], [ -73.879785, 40.77028 ], [ -73.879518, 40.770427 ], [ -73.879129, 40.770616 ], [ -73.878996, 40.77068 ], [ -73.878768, 40.770791 ], [ -73.878619, 40.770863 ], [ -73.878252, 40.771009 ], [ -73.878033, 40.771092 ], [ -73.877876, 40.771151 ], [ -73.876696, 40.771502 ], [ -73.876315, 40.771586 ], [ -73.876228, 40.771605 ], [ -73.876119, 40.771629 ], [ -73.876048, 40.771444 ], [ -73.875987, 40.770909 ], [ -73.876022, 40.770312 ], [ -73.876014, 40.769817 ], [ -73.876388, 40.769 ], [ -73.876244, 40.768133 ], [ -73.87614, 40.767696 ], [ -73.875865, 40.766052 ], [ -73.875535, 40.764231 ], [ -73.875313, 40.763008 ], [ -73.874996, 40.761264 ], [ -73.876014, 40.761444 ], [ -73.876992, 40.761621 ], [ -73.877973, 40.761795 ], [ -73.878286, 40.763515 ], [ -73.878864, 40.763618 ], [ -73.878801, 40.763897 ], [ -73.878983, 40.763885 ], [ -73.878987, 40.764795 ], [ -73.878939, 40.76574 ], [ -73.8787, 40.765761 ], [ -73.879073, 40.767836 ], [ -73.879981, 40.76774 ], [ -73.880952, 40.76763 ], [ -73.881858, 40.767471 ], [ -73.882768, 40.767312 ], [ -73.883687, 40.767154 ], [ -73.884604, 40.76699 ], [ -73.886427, 40.766611 ], [ -73.887552, 40.76635 ], [ -73.887675, 40.766738 ], [ -73.887731, 40.766915 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081035100", "name": "Census Tract 351, Queens County, New York", "total_population_17": 4178, "white_alone_17": 478.0, "black_alone_17": 142.0, "native_alone_17": 0.0, "asian_alone_17": 787.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2730.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.767, "pct_black_alone_change": -4.017, "pct_native_alone_change": -0.35, "pct_asian_alone_change": 6.104, "pct_hispanic_or_latino_change": 3.215, "pct_native_hawaiian_pacific_islander_change": -0.117, "INTPTLAT": "+40.7590997", "INTPTLON": "-073.8770465" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.878954, 40.761984 ], [ -73.877973, 40.761795 ], [ -73.876992, 40.761621 ], [ -73.876014, 40.761444 ], [ -73.875807, 40.760308 ], [ -73.875511, 40.75868 ], [ -73.875139, 40.756634 ], [ -73.876068, 40.756536 ], [ -73.876998, 40.756439 ], [ -73.87793, 40.756339 ], [ -73.878315, 40.758464 ], [ -73.878596, 40.760014 ], [ -73.878954, 40.761984 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081035200", "name": "Census Tract 352, Queens County, New York", "total_population_17": 3073, "white_alone_17": 152.0, "black_alone_17": 2642.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 219.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.509, "pct_black_alone_change": -10.135, "pct_native_alone_change": -0.198, "pct_asian_alone_change": 0.254, "pct_hispanic_or_latino_change": 4.348, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6794830", "INTPTLON": "-073.7575960" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.763575, 40.67542 ], [ -73.763494, 40.676003 ], [ -73.76343, 40.676319 ], [ -73.763249, 40.67679 ], [ -73.762887, 40.677502 ], [ -73.762763, 40.677676 ], [ -73.76234, 40.678278 ], [ -73.761918, 40.678882 ], [ -73.761832, 40.679053 ], [ -73.76161, 40.679738 ], [ -73.761174, 40.681111 ], [ -73.760945, 40.681799 ], [ -73.760612, 40.682775 ], [ -73.76054, 40.683001 ], [ -73.760459, 40.683263 ], [ -73.760263, 40.683134 ], [ -73.759996, 40.682786 ], [ -73.758881, 40.681243 ], [ -73.758646, 40.681019 ], [ -73.757986, 40.681514 ], [ -73.757308, 40.682015 ], [ -73.756647, 40.682515 ], [ -73.755975, 40.68302 ], [ -73.755309, 40.683519 ], [ -73.754618, 40.684042 ], [ -73.753969, 40.684533 ], [ -73.753308, 40.685021 ], [ -73.752831, 40.684644 ], [ -73.752417, 40.684681 ], [ -73.751845, 40.6845 ], [ -73.751093, 40.684244 ], [ -73.75097, 40.684202 ], [ -73.75121, 40.683719 ], [ -73.75147, 40.683023 ], [ -73.751724, 40.682377 ], [ -73.75228, 40.681498 ], [ -73.752683, 40.68087 ], [ -73.753238, 40.680117 ], [ -73.753419, 40.679879 ], [ -73.754179, 40.678844 ], [ -73.754849, 40.677929 ], [ -73.755235, 40.677288 ], [ -73.755494, 40.67663 ], [ -73.755657, 40.676157 ], [ -73.755762, 40.675886 ], [ -73.756108, 40.675955 ], [ -73.756519, 40.676036 ], [ -73.756654, 40.676137 ], [ -73.756772, 40.676263 ], [ -73.756808, 40.676341 ], [ -73.756855, 40.676442 ], [ -73.756923, 40.676488 ], [ -73.756966, 40.676488 ], [ -73.757039, 40.67648 ], [ -73.757901, 40.676125 ], [ -73.758008, 40.676081 ], [ -73.758675, 40.675799 ], [ -73.759509, 40.675447 ], [ -73.760315, 40.67511 ], [ -73.761149, 40.674764 ], [ -73.762486, 40.674195 ], [ -73.76339, 40.674681 ], [ -73.763677, 40.674746 ], [ -73.763575, 40.67542 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081035300", "name": "Census Tract 353, Queens County, New York", "total_population_17": 2541, "white_alone_17": 32.0, "black_alone_17": 306.0, "native_alone_17": 0.0, "asian_alone_17": 144.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2004.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.691, "pct_black_alone_change": -13.503, "pct_native_alone_change": -0.113, "pct_asian_alone_change": 2.093, "pct_hispanic_or_latino_change": 13.329, "pct_native_hawaiian_pacific_islander_change": -0.226, "INTPTLAT": "+40.7596120", "INTPTLON": "-073.8741249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.876014, 40.761444 ], [ -73.874996, 40.761264 ], [ -73.875313, 40.763008 ], [ -73.874195, 40.762818 ], [ -73.873252, 40.762657 ], [ -73.872937, 40.760908 ], [ -73.872884, 40.760615 ], [ -73.87271, 40.759658 ], [ -73.872552, 40.758792 ], [ -73.872219, 40.756943 ], [ -73.872603, 40.756903 ], [ -73.873111, 40.756851 ], [ -73.873657, 40.756804 ], [ -73.874208, 40.756732 ], [ -73.875139, 40.756634 ], [ -73.875511, 40.75868 ], [ -73.875807, 40.760308 ], [ -73.876014, 40.761444 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081035700", "name": "Census Tract 357, Queens County, New York", "total_population_17": 4061, "white_alone_17": 637.0, "black_alone_17": 1452.0, "native_alone_17": 0.0, "asian_alone_17": 569.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1396.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.817, "pct_black_alone_change": -18.728, "pct_native_alone_change": -0.45, "pct_asian_alone_change": 11.003, "pct_hispanic_or_latino_change": 2.481, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7680154", "INTPTLON": "-073.8712399" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.876388, 40.769 ], [ -73.876014, 40.769817 ], [ -73.876022, 40.770312 ], [ -73.875987, 40.770909 ], [ -73.876048, 40.771444 ], [ -73.876119, 40.771629 ], [ -73.875535, 40.771728 ], [ -73.875201, 40.771771 ], [ -73.87441, 40.771848 ], [ -73.874096, 40.77186 ], [ -73.873832, 40.771871 ], [ -73.872991, 40.771855 ], [ -73.872596, 40.771831 ], [ -73.87206, 40.771767 ], [ -73.871846, 40.771742 ], [ -73.871286, 40.771644 ], [ -73.870704, 40.771491 ], [ -73.870261, 40.771357 ], [ -73.870111, 40.771298 ], [ -73.869569, 40.771087 ], [ -73.868831, 40.770733 ], [ -73.868387, 40.770477 ], [ -73.868002, 40.770255 ], [ -73.867209, 40.769733 ], [ -73.866835, 40.769467 ], [ -73.866647, 40.769329 ], [ -73.865983, 40.76886 ], [ -73.865383, 40.768376 ], [ -73.86484, 40.767938 ], [ -73.864765, 40.767872 ], [ -73.864648, 40.767767 ], [ -73.864248, 40.767409 ], [ -73.864041, 40.767208 ], [ -73.863437, 40.766621 ], [ -73.863123, 40.766302 ], [ -73.86333, 40.766182 ], [ -73.864078, 40.765749 ], [ -73.865274, 40.766939 ], [ -73.865689, 40.766696 ], [ -73.866026, 40.766496 ], [ -73.866752, 40.766091 ], [ -73.867492, 40.765688 ], [ -73.868215, 40.76528 ], [ -73.868982, 40.764913 ], [ -73.869846, 40.764827 ], [ -73.870862, 40.764721 ], [ -73.871773, 40.764625 ], [ -73.872684, 40.764532 ], [ -73.873576, 40.764436 ], [ -73.874472, 40.764342 ], [ -73.875535, 40.764231 ], [ -73.875865, 40.766052 ], [ -73.87614, 40.767696 ], [ -73.876244, 40.768133 ], [ -73.876388, 40.769 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081035800", "name": "Census Tract 358, Queens County, New York", "total_population_17": 4120, "white_alone_17": 68.0, "black_alone_17": 3608.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 321.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.707, "pct_black_alone_change": -6.003, "pct_native_alone_change": -0.357, "pct_asian_alone_change": -0.79, "pct_hispanic_or_latino_change": 3.56, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6757910", "INTPTLON": "-073.7509805" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.755494, 40.67663 ], [ -73.755235, 40.677288 ], [ -73.754849, 40.677929 ], [ -73.754179, 40.678844 ], [ -73.753419, 40.679879 ], [ -73.753238, 40.680117 ], [ -73.752651, 40.680051 ], [ -73.752255, 40.679986 ], [ -73.752081, 40.679932 ], [ -73.751778, 40.679835 ], [ -73.751475, 40.679728 ], [ -73.751194, 40.679633 ], [ -73.750331, 40.679348 ], [ -73.749279, 40.679014 ], [ -73.749095, 40.678957 ], [ -73.748235, 40.678694 ], [ -73.74813, 40.678662 ], [ -73.747354, 40.678428 ], [ -73.746973, 40.678313 ], [ -73.746497, 40.678169 ], [ -73.746222, 40.678082 ], [ -73.745608, 40.677886 ], [ -73.746141, 40.676921 ], [ -73.746473, 40.676298 ], [ -73.747436, 40.674613 ], [ -73.7477, 40.674678 ], [ -73.74876, 40.673026 ], [ -73.748957, 40.672706 ], [ -73.74981, 40.671342 ], [ -73.750772, 40.669796 ], [ -73.75133, 40.670569 ], [ -73.751974, 40.671179 ], [ -73.752897, 40.672408 ], [ -73.753611, 40.673344 ], [ -73.753785, 40.673583 ], [ -73.75456, 40.674651 ], [ -73.755128, 40.675439 ], [ -73.755657, 40.676157 ], [ -73.755494, 40.67663 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081036100", "name": "Census Tract 361, Queens County, New York", "total_population_17": 2813, "white_alone_17": 70.0, "black_alone_17": 530.0, "native_alone_17": 0.0, "asian_alone_17": 120.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2081.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.697, "pct_black_alone_change": -33.341, "pct_native_alone_change": -0.312, "pct_asian_alone_change": 1.461, "pct_hispanic_or_latino_change": 34.441, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7612829", "INTPTLON": "-073.8724157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.875535, 40.764231 ], [ -73.874472, 40.764342 ], [ -73.873576, 40.764436 ], [ -73.872684, 40.764532 ], [ -73.871773, 40.764625 ], [ -73.871355, 40.762332 ], [ -73.871076, 40.760806 ], [ -73.870747, 40.758983 ], [ -73.870414, 40.757132 ], [ -73.871324, 40.757036 ], [ -73.872219, 40.756943 ], [ -73.872552, 40.758792 ], [ -73.87271, 40.759658 ], [ -73.872884, 40.760615 ], [ -73.872937, 40.760908 ], [ -73.873252, 40.762657 ], [ -73.874195, 40.762818 ], [ -73.875313, 40.763008 ], [ -73.875535, 40.764231 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081036300", "name": "Census Tract 363, Queens County, New York", "total_population_17": 1960, "white_alone_17": 54.0, "black_alone_17": 249.0, "native_alone_17": 0.0, "asian_alone_17": 146.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1488.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.69, "pct_black_alone_change": -38.191, "pct_native_alone_change": -0.184, "pct_asian_alone_change": 4.282, "pct_hispanic_or_latino_change": 32.733, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7596838", "INTPTLON": "-073.8694173" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871355, 40.762332 ], [ -73.870402, 40.762197 ], [ -73.869329, 40.761988 ], [ -73.868255, 40.761806 ], [ -73.868131, 40.761115 ], [ -73.867801, 40.759291 ], [ -73.867463, 40.757442 ], [ -73.868484, 40.757335 ], [ -73.869503, 40.757228 ], [ -73.870414, 40.757132 ], [ -73.870747, 40.758983 ], [ -73.871076, 40.760806 ], [ -73.871355, 40.762332 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081036500", "name": "Census Tract 365, Queens County, New York", "total_population_17": 3650, "white_alone_17": 72.0, "black_alone_17": 597.0, "native_alone_17": 24.0, "asian_alone_17": 179.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2791.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.277, "pct_black_alone_change": -24.316, "pct_native_alone_change": 0.344, "pct_asian_alone_change": 0.256, "pct_hispanic_or_latino_change": 24.833, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7595246", "INTPTLON": "-073.8656054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.868255, 40.761806 ], [ -73.867295, 40.761653 ], [ -73.866975, 40.761604 ], [ -73.866374, 40.761497 ], [ -73.865732, 40.76138 ], [ -73.865568, 40.76135 ], [ -73.865265, 40.761297 ], [ -73.864335, 40.761143 ], [ -73.863392, 40.760978 ], [ -73.863175, 40.759778 ], [ -73.862807, 40.757759 ], [ -73.863715, 40.757726 ], [ -73.86462, 40.757694 ], [ -73.865674, 40.75763 ], [ -73.86657, 40.757536 ], [ -73.867345, 40.757454 ], [ -73.867463, 40.757442 ], [ -73.867801, 40.759291 ], [ -73.868131, 40.761115 ], [ -73.868255, 40.761806 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081036600", "name": "Census Tract 366, Queens County, New York", "total_population_17": 3058, "white_alone_17": 14.0, "black_alone_17": 2687.0, "native_alone_17": 0.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 172.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.149, "pct_black_alone_change": -6.825, "pct_native_alone_change": -0.265, "pct_asian_alone_change": 4.172, "pct_hispanic_or_latino_change": 2.024, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6856340", "INTPTLON": "-073.7630903" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.765869, 40.682571 ], [ -73.765277, 40.683319 ], [ -73.764657, 40.68408 ], [ -73.764035, 40.684856 ], [ -73.763376, 40.685671 ], [ -73.763482, 40.685872 ], [ -73.763595, 40.686009 ], [ -73.763844, 40.686494 ], [ -73.763999, 40.686799 ], [ -73.764105, 40.687042 ], [ -73.764254, 40.687448 ], [ -73.764813, 40.688776 ], [ -73.765085, 40.688992 ], [ -73.764703, 40.689267 ], [ -73.765046, 40.690146 ], [ -73.765919, 40.691687 ], [ -73.7662, 40.692183 ], [ -73.766051, 40.692159 ], [ -73.765394, 40.692065 ], [ -73.764117, 40.691882 ], [ -73.763742, 40.691803 ], [ -73.762385, 40.691668 ], [ -73.76229, 40.690922 ], [ -73.762203, 40.690226 ], [ -73.762044, 40.688958 ], [ -73.761954, 40.688235 ], [ -73.761793, 40.687751 ], [ -73.761585, 40.687355 ], [ -73.761468, 40.68713 ], [ -73.761174, 40.686451 ], [ -73.760941, 40.685777 ], [ -73.76073, 40.685098 ], [ -73.760695, 40.684904 ], [ -73.760606, 40.684477 ], [ -73.76056, 40.684201 ], [ -73.760499, 40.6838 ], [ -73.760464, 40.683603 ], [ -73.760447, 40.683506 ], [ -73.760426, 40.683387 ], [ -73.760459, 40.683263 ], [ -73.76054, 40.683001 ], [ -73.760612, 40.682775 ], [ -73.760945, 40.681799 ], [ -73.761174, 40.681111 ], [ -73.76161, 40.679738 ], [ -73.76177, 40.679818 ], [ -73.762812, 40.680296 ], [ -73.76329, 40.680525 ], [ -73.763928, 40.680823 ], [ -73.764031, 40.680867 ], [ -73.764056, 40.680885 ], [ -73.764078, 40.680894 ], [ -73.764818, 40.68125 ], [ -73.765328, 40.681491 ], [ -73.765567, 40.681627 ], [ -73.766293, 40.681973 ], [ -73.765869, 40.682571 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081036700", "name": "Census Tract 367, Queens County, New York", "total_population_17": 2567, "white_alone_17": 128.0, "black_alone_17": 889.0, "native_alone_17": 0.0, "asian_alone_17": 271.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1245.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.391, "pct_black_alone_change": -33.121, "pct_native_alone_change": -0.39, "pct_asian_alone_change": 8.679, "pct_hispanic_or_latino_change": 20.754, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7632227", "INTPTLON": "-073.8679395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871773, 40.764625 ], [ -73.870862, 40.764721 ], [ -73.869846, 40.764827 ], [ -73.868982, 40.764913 ], [ -73.868215, 40.76528 ], [ -73.867492, 40.765688 ], [ -73.866323, 40.76448 ], [ -73.864823, 40.762929 ], [ -73.863496, 40.761558 ], [ -73.864187, 40.761178 ], [ -73.864335, 40.761143 ], [ -73.865265, 40.761297 ], [ -73.865568, 40.76135 ], [ -73.865732, 40.76138 ], [ -73.866374, 40.761497 ], [ -73.866975, 40.761604 ], [ -73.867295, 40.761653 ], [ -73.868255, 40.761806 ], [ -73.869329, 40.761988 ], [ -73.870402, 40.762197 ], [ -73.871355, 40.762332 ], [ -73.871773, 40.764625 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081036800", "name": "Census Tract 368, Queens County, New York", "total_population_17": 2673, "white_alone_17": 16.0, "black_alone_17": 2319.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 289.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.159, "pct_black_alone_change": -6.967, "pct_native_alone_change": -0.32, "pct_asian_alone_change": -0.2, "pct_hispanic_or_latino_change": 5.574, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6853212", "INTPTLON": "-073.7664846" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.769676, 40.684328 ], [ -73.769556, 40.685139 ], [ -73.768495, 40.686232 ], [ -73.768286, 40.686444 ], [ -73.767367, 40.687365 ], [ -73.766541, 40.687975 ], [ -73.76583, 40.688486 ], [ -73.765085, 40.688992 ], [ -73.764813, 40.688776 ], [ -73.764254, 40.687448 ], [ -73.764105, 40.687042 ], [ -73.763999, 40.686799 ], [ -73.763844, 40.686494 ], [ -73.763595, 40.686009 ], [ -73.763482, 40.685872 ], [ -73.763376, 40.685671 ], [ -73.764035, 40.684856 ], [ -73.764657, 40.68408 ], [ -73.765277, 40.683319 ], [ -73.765869, 40.682571 ], [ -73.766293, 40.681973 ], [ -73.767163, 40.682371 ], [ -73.76858, 40.683143 ], [ -73.769742, 40.683778 ], [ -73.769676, 40.684328 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081037100", "name": "Census Tract 371, Queens County, New York", "total_population_17": 1404, "white_alone_17": 47.0, "black_alone_17": 347.0, "native_alone_17": 2.0, "asian_alone_17": 267.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 694.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.579, "pct_black_alone_change": -42.419, "pct_native_alone_change": -0.18, "pct_asian_alone_change": 15.712, "pct_hispanic_or_latino_change": 28.08, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7641434", "INTPTLON": "-073.8636241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866752, 40.766091 ], [ -73.866026, 40.766496 ], [ -73.865689, 40.766696 ], [ -73.865274, 40.766939 ], [ -73.864078, 40.765749 ], [ -73.86333, 40.766182 ], [ -73.863123, 40.766302 ], [ -73.862802, 40.765971 ], [ -73.862726, 40.765893 ], [ -73.861707, 40.76466 ], [ -73.861659, 40.764602 ], [ -73.860937, 40.763729 ], [ -73.860637, 40.763336 ], [ -73.859817, 40.762263 ], [ -73.859756, 40.761836 ], [ -73.859942, 40.761703 ], [ -73.860522, 40.761426 ], [ -73.860761, 40.761654 ], [ -73.860986, 40.761891 ], [ -73.861197, 40.762136 ], [ -73.861393, 40.762387 ], [ -73.861563, 40.762648 ], [ -73.862045, 40.762371 ], [ -73.862446, 40.762144 ], [ -73.86277, 40.761964 ], [ -73.86317, 40.761738 ], [ -73.863496, 40.761558 ], [ -73.864823, 40.762929 ], [ -73.866323, 40.76448 ], [ -73.867492, 40.765688 ], [ -73.866752, 40.766091 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081037300", "name": "Census Tract 373, Queens County, New York", "total_population_17": 2586, "white_alone_17": 98.0, "black_alone_17": 293.0, "native_alone_17": 0.0, "asian_alone_17": 392.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1759.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.565, "pct_black_alone_change": -34.167, "pct_native_alone_change": -0.378, "pct_asian_alone_change": 12.57, "pct_hispanic_or_latino_change": 20.565, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7597100", "INTPTLON": "-073.8599795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864187, 40.761178 ], [ -73.863496, 40.761558 ], [ -73.86317, 40.761738 ], [ -73.86277, 40.761964 ], [ -73.862446, 40.762144 ], [ -73.862045, 40.762371 ], [ -73.861563, 40.762648 ], [ -73.861393, 40.762387 ], [ -73.861197, 40.762136 ], [ -73.860986, 40.761891 ], [ -73.860761, 40.761654 ], [ -73.860522, 40.761426 ], [ -73.859942, 40.761703 ], [ -73.859756, 40.761836 ], [ -73.859695, 40.761782 ], [ -73.859124, 40.761275 ], [ -73.858966, 40.761159 ], [ -73.858806, 40.761047 ], [ -73.858637, 40.760937 ], [ -73.858465, 40.760833 ], [ -73.858289, 40.760733 ], [ -73.858109, 40.760637 ], [ -73.857924, 40.760546 ], [ -73.857736, 40.760459 ], [ -73.857544, 40.760378 ], [ -73.857349, 40.760301 ], [ -73.856706, 40.760044 ], [ -73.856559, 40.759982 ], [ -73.856382, 40.759907 ], [ -73.85604, 40.759726 ], [ -73.85577, 40.759538 ], [ -73.855533, 40.759343 ], [ -73.855251, 40.759148 ], [ -73.855009, 40.758879 ], [ -73.85464, 40.758466 ], [ -73.85458, 40.758388 ], [ -73.854496, 40.758279 ], [ -73.854629, 40.758307 ], [ -73.854766, 40.758328 ], [ -73.854909, 40.758336 ], [ -73.855054, 40.75833 ], [ -73.855302, 40.758293 ], [ -73.855404, 40.75834 ], [ -73.855608, 40.758305 ], [ -73.856952, 40.758133 ], [ -73.857753, 40.758027 ], [ -73.858561, 40.757912 ], [ -73.858889, 40.7579 ], [ -73.859513, 40.757879 ], [ -73.859927, 40.757864 ], [ -73.860462, 40.757844 ], [ -73.860999, 40.757825 ], [ -73.861906, 40.757795 ], [ -73.862807, 40.757759 ], [ -73.863175, 40.759778 ], [ -73.863392, 40.760978 ], [ -73.864335, 40.761143 ], [ -73.864187, 40.761178 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081037500", "name": "Census Tract 375, Queens County, New York", "total_population_17": 4321, "white_alone_17": 45.0, "black_alone_17": 129.0, "native_alone_17": 37.0, "asian_alone_17": 206.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3897.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.979, "pct_black_alone_change": -5.093, "pct_native_alone_change": 0.684, "pct_asian_alone_change": -10.111, "pct_hispanic_or_latino_change": 17.096, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7513476", "INTPTLON": "-073.8700005" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.873111, 40.756851 ], [ -73.872603, 40.756903 ], [ -73.872219, 40.756943 ], [ -73.871324, 40.757036 ], [ -73.870995, 40.755208 ], [ -73.870695, 40.753564 ], [ -73.870642, 40.753286 ], [ -73.869947, 40.751794 ], [ -73.868826, 40.749899 ], [ -73.868458, 40.749264 ], [ -73.868092, 40.748641 ], [ -73.867351, 40.747358 ], [ -73.867097, 40.747432 ], [ -73.866759, 40.746764 ], [ -73.866414, 40.7461 ], [ -73.866088, 40.745474 ], [ -73.86791, 40.744934 ], [ -73.868086, 40.745601 ], [ -73.868265, 40.746314 ], [ -73.868438, 40.747031 ], [ -73.868529, 40.747588 ], [ -73.868914, 40.748369 ], [ -73.869192, 40.748763 ], [ -73.869425, 40.749157 ], [ -73.869685, 40.749612 ], [ -73.870842, 40.751545 ], [ -73.871792, 40.753326 ], [ -73.87207, 40.753862 ], [ -73.872142, 40.753986 ], [ -73.872692, 40.75503 ], [ -73.873657, 40.756804 ], [ -73.873111, 40.756851 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081037600", "name": "Census Tract 376, Queens County, New York", "total_population_17": 6422, "white_alone_17": 0.0, "black_alone_17": 5770.0, "native_alone_17": 50.0, "asian_alone_17": 206.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 301.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.452, "pct_black_alone_change": -3.592, "pct_native_alone_change": 0.411, "pct_asian_alone_change": 2.79, "pct_hispanic_or_latino_change": -0.25, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6878123", "INTPTLON": "-073.7541190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.76073, 40.685098 ], [ -73.759998, 40.685346 ], [ -73.759179, 40.685648 ], [ -73.758373, 40.685947 ], [ -73.757562, 40.686244 ], [ -73.756106, 40.686762 ], [ -73.756504, 40.687395 ], [ -73.756887, 40.688005 ], [ -73.757162, 40.687911 ], [ -73.758124, 40.689537 ], [ -73.758681, 40.690475 ], [ -73.758489, 40.690528 ], [ -73.758788, 40.691179 ], [ -73.757942, 40.691416 ], [ -73.757097, 40.691649 ], [ -73.756827, 40.691044 ], [ -73.756835, 40.690834 ], [ -73.756413, 40.69012 ], [ -73.755565, 40.690409 ], [ -73.754718, 40.690698 ], [ -73.75381, 40.690975 ], [ -73.754601, 40.692653 ], [ -73.755082, 40.69366 ], [ -73.75484, 40.693728 ], [ -73.75423, 40.693897 ], [ -73.753958, 40.693971 ], [ -73.753385, 40.694131 ], [ -73.753086, 40.694213 ], [ -73.752542, 40.694362 ], [ -73.752199, 40.694459 ], [ -73.751703, 40.694597 ], [ -73.751213, 40.693593 ], [ -73.750411, 40.691917 ], [ -73.749789, 40.690604 ], [ -73.749572, 40.690684 ], [ -73.748687, 40.689281 ], [ -73.748123, 40.690131 ], [ -73.74766, 40.689913 ], [ -73.747342, 40.68977 ], [ -73.74722, 40.689715 ], [ -73.74745, 40.689351 ], [ -73.74796, 40.68859 ], [ -73.748503, 40.687782 ], [ -73.748767, 40.68742 ], [ -73.749353, 40.686639 ], [ -73.750017, 40.685891 ], [ -73.750197, 40.685593 ], [ -73.75097, 40.684202 ], [ -73.751093, 40.684244 ], [ -73.751845, 40.6845 ], [ -73.752417, 40.684681 ], [ -73.752831, 40.684644 ], [ -73.753308, 40.685021 ], [ -73.753969, 40.684533 ], [ -73.754618, 40.684042 ], [ -73.755309, 40.683519 ], [ -73.755975, 40.68302 ], [ -73.756647, 40.682515 ], [ -73.757308, 40.682015 ], [ -73.757986, 40.681514 ], [ -73.758646, 40.681019 ], [ -73.758881, 40.681243 ], [ -73.759996, 40.682786 ], [ -73.760263, 40.683134 ], [ -73.760459, 40.683263 ], [ -73.760426, 40.683387 ], [ -73.760447, 40.683506 ], [ -73.760464, 40.683603 ], [ -73.760499, 40.6838 ], [ -73.76056, 40.684201 ], [ -73.760606, 40.684477 ], [ -73.760695, 40.684904 ], [ -73.76073, 40.685098 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081037700", "name": "Census Tract 377, Queens County, New York", "total_population_17": 3566, "white_alone_17": 0.0, "black_alone_17": 361.0, "native_alone_17": 0.0, "asian_alone_17": 99.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3090.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.291, "pct_black_alone_change": -16.365, "pct_native_alone_change": -0.419, "pct_asian_alone_change": 1.63, "pct_hispanic_or_latino_change": 18.085, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7556614", "INTPTLON": "-073.8687135" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871324, 40.757036 ], [ -73.870414, 40.757132 ], [ -73.869503, 40.757228 ], [ -73.868484, 40.757335 ], [ -73.867463, 40.757442 ], [ -73.867345, 40.757454 ], [ -73.86657, 40.757536 ], [ -73.866238, 40.755706 ], [ -73.866028, 40.754546 ], [ -73.866904, 40.754363 ], [ -73.867906, 40.754151 ], [ -73.868906, 40.753942 ], [ -73.869802, 40.753751 ], [ -73.870695, 40.753564 ], [ -73.870995, 40.755208 ], [ -73.871324, 40.757036 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081037900", "name": "Census Tract 379, Queens County, New York", "total_population_17": 7184, "white_alone_17": 9.0, "black_alone_17": 169.0, "native_alone_17": 0.0, "asian_alone_17": 510.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6496.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.754, "pct_black_alone_change": -18.205, "pct_native_alone_change": -0.475, "pct_asian_alone_change": 5.544, "pct_hispanic_or_latino_change": 15.515, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7554736", "INTPTLON": "-073.8640843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.866904, 40.754363 ], [ -73.866028, 40.754546 ], [ -73.866238, 40.755706 ], [ -73.86657, 40.757536 ], [ -73.865674, 40.75763 ], [ -73.86462, 40.757694 ], [ -73.863715, 40.757726 ], [ -73.862807, 40.757759 ], [ -73.861906, 40.757795 ], [ -73.861612, 40.756193 ], [ -73.861211, 40.753934 ], [ -73.86162, 40.753922 ], [ -73.862104, 40.753894 ], [ -73.862971, 40.753657 ], [ -73.863582, 40.753491 ], [ -73.864446, 40.753262 ], [ -73.865401, 40.75301 ], [ -73.866267, 40.752779 ], [ -73.866841, 40.754005 ], [ -73.866904, 40.754363 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081038100", "name": "Census Tract 381, Queens County, New York", "total_population_17": 7089, "white_alone_17": 162.0, "black_alone_17": 766.0, "native_alone_17": 93.0, "asian_alone_17": 382.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5668.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.605, "pct_black_alone_change": -18.225, "pct_native_alone_change": 0.67, "pct_asian_alone_change": 3.558, "pct_hispanic_or_latino_change": 13.949, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7561213", "INTPTLON": "-073.8576786" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.861906, 40.757795 ], [ -73.860999, 40.757825 ], [ -73.860462, 40.757844 ], [ -73.859927, 40.757864 ], [ -73.859513, 40.757879 ], [ -73.858889, 40.7579 ], [ -73.858561, 40.757912 ], [ -73.857753, 40.758027 ], [ -73.856952, 40.758133 ], [ -73.855608, 40.758305 ], [ -73.855404, 40.75834 ], [ -73.855302, 40.758293 ], [ -73.855054, 40.75833 ], [ -73.854909, 40.758336 ], [ -73.854766, 40.758328 ], [ -73.854629, 40.758307 ], [ -73.854496, 40.758279 ], [ -73.854208, 40.757867 ], [ -73.85382, 40.757186 ], [ -73.853783, 40.757112 ], [ -73.853716, 40.756974 ], [ -73.853654, 40.756835 ], [ -73.853594, 40.756695 ], [ -73.853538, 40.756555 ], [ -73.853394, 40.756137 ], [ -73.853351, 40.756013 ], [ -73.853187, 40.755398 ], [ -73.853126, 40.755109 ], [ -73.853238, 40.755096 ], [ -73.853831, 40.754958 ], [ -73.854786, 40.754708 ], [ -73.855799, 40.75441 ], [ -73.856664, 40.754238 ], [ -73.857155, 40.754144 ], [ -73.857542, 40.754067 ], [ -73.857813, 40.754014 ], [ -73.858447, 40.753936 ], [ -73.86029, 40.753936 ], [ -73.860409, 40.753937 ], [ -73.861211, 40.753934 ], [ -73.861612, 40.756193 ], [ -73.861906, 40.757795 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081038301", "name": "Census Tract 383.01, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7616111", "INTPTLON": "-073.8416189" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.847052, 40.763825 ], [ -73.844235, 40.764956 ], [ -73.841724, 40.765731 ], [ -73.84075, 40.765819 ], [ -73.839698, 40.765512 ], [ -73.839618, 40.765489 ], [ -73.839417, 40.765428 ], [ -73.839359, 40.76541 ], [ -73.839273, 40.765363 ], [ -73.839223, 40.765336 ], [ -73.839135, 40.765286 ], [ -73.839084, 40.765257 ], [ -73.838264, 40.764934 ], [ -73.837382, 40.763836 ], [ -73.836917, 40.762767 ], [ -73.836927, 40.762599 ], [ -73.836954, 40.762162 ], [ -73.836821, 40.761249 ], [ -73.837159, 40.759998 ], [ -73.837795, 40.759095 ], [ -73.838174, 40.757977 ], [ -73.838619, 40.757045 ], [ -73.838745, 40.756982 ], [ -73.839123, 40.756828 ], [ -73.840455, 40.756267 ], [ -73.841138, 40.75601 ], [ -73.841831, 40.755769 ], [ -73.842534, 40.755545 ], [ -73.843244, 40.755337 ], [ -73.843634, 40.756157 ], [ -73.844044, 40.756945 ], [ -73.84445, 40.757744 ], [ -73.84479, 40.758403 ], [ -73.845134, 40.759069 ], [ -73.84549, 40.759729 ], [ -73.845852, 40.760455 ], [ -73.845902, 40.760565 ], [ -73.845911, 40.760585 ], [ -73.845975, 40.760717 ], [ -73.846017, 40.760805 ], [ -73.846863, 40.760416 ], [ -73.846353, 40.761219 ], [ -73.846709, 40.761345 ], [ -73.848515, 40.763822 ], [ -73.847052, 40.763825 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081038302", "name": "Census Tract 383.02, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7429690", "INTPTLON": "-073.8423984" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860937, 40.763729 ], [ -73.860576, 40.763829 ], [ -73.860433, 40.763869 ], [ -73.854982, 40.767448 ], [ -73.854969, 40.767467 ], [ -73.853702, 40.76948 ], [ -73.851834, 40.767746 ], [ -73.850281, 40.76606 ], [ -73.849215, 40.764209 ], [ -73.848515, 40.763822 ], [ -73.846709, 40.761345 ], [ -73.846353, 40.761219 ], [ -73.846863, 40.760416 ], [ -73.846017, 40.760805 ], [ -73.845975, 40.760717 ], [ -73.845911, 40.760585 ], [ -73.845902, 40.760565 ], [ -73.845852, 40.760455 ], [ -73.84549, 40.759729 ], [ -73.845134, 40.759069 ], [ -73.84479, 40.758403 ], [ -73.84445, 40.757744 ], [ -73.844044, 40.756945 ], [ -73.843634, 40.756157 ], [ -73.843244, 40.755337 ], [ -73.842534, 40.755545 ], [ -73.841831, 40.755769 ], [ -73.841138, 40.75601 ], [ -73.840455, 40.756267 ], [ -73.839123, 40.756828 ], [ -73.838745, 40.756982 ], [ -73.838619, 40.757045 ], [ -73.838406, 40.756101 ], [ -73.838305, 40.755633 ], [ -73.838211, 40.755253 ], [ -73.838134, 40.755038 ], [ -73.838054, 40.75483 ], [ -73.837987, 40.754682 ], [ -73.837917, 40.754541 ], [ -73.837674, 40.754114 ], [ -73.837014, 40.754027 ], [ -73.835998, 40.752006 ], [ -73.835602, 40.751395 ], [ -73.832295, 40.751942 ], [ -73.832241, 40.75184 ], [ -73.832203, 40.751733 ], [ -73.832183, 40.75162 ], [ -73.832181, 40.751506 ], [ -73.832726, 40.749306 ], [ -73.832925, 40.748375 ], [ -73.833011, 40.748125 ], [ -73.833099, 40.747994 ], [ -73.833003, 40.747834 ], [ -73.833267, 40.747761 ], [ -73.833435, 40.747705 ], [ -73.833713, 40.747594 ], [ -73.833834, 40.747537 ], [ -73.834114, 40.747386 ], [ -73.83424, 40.747302 ], [ -73.834324, 40.747237 ], [ -73.834456, 40.747114 ], [ -73.834534, 40.747027 ], [ -73.834629, 40.746896 ], [ -73.835, 40.746197 ], [ -73.835399, 40.74552 ], [ -73.835503, 40.745328 ], [ -73.835549, 40.745147 ], [ -73.835676, 40.744851 ], [ -73.835816, 40.744307 ], [ -73.83585, 40.744176 ], [ -73.835951, 40.743731 ], [ -73.835925, 40.743501 ], [ -73.835896, 40.743381 ], [ -73.835861, 40.743228 ], [ -73.83614, 40.742431 ], [ -73.836426, 40.742501 ], [ -73.836546, 40.742377 ], [ -73.836682, 40.742266 ], [ -73.836833, 40.742172 ], [ -73.836993, 40.742093 ], [ -73.837033, 40.74198 ], [ -73.837065, 40.741865 ], [ -73.837089, 40.741748 ], [ -73.837104, 40.741631 ], [ -73.83711, 40.741514 ], [ -73.837107, 40.741396 ], [ -73.836718, 40.740952 ], [ -73.836793, 40.739902 ], [ -73.836628, 40.739252 ], [ -73.836465, 40.739086 ], [ -73.836044, 40.739173 ], [ -73.835805, 40.7389 ], [ -73.835613, 40.737476 ], [ -73.835747, 40.736991 ], [ -73.83618, 40.736882 ], [ -73.836038, 40.736093 ], [ -73.836081, 40.734334 ], [ -73.836048, 40.734266 ], [ -73.835927, 40.734004 ], [ -73.835848, 40.733834 ], [ -73.835807, 40.733755 ], [ -73.835484, 40.733136 ], [ -73.83536, 40.732898 ], [ -73.83515, 40.732918 ], [ -73.834657, 40.731984 ], [ -73.834148, 40.731844 ], [ -73.833863, 40.730553 ], [ -73.833071, 40.729919 ], [ -73.832896, 40.729586 ], [ -73.832699, 40.72926 ], [ -73.83248, 40.728941 ], [ -73.832241, 40.728631 ], [ -73.831982, 40.72833 ], [ -73.8317, 40.728034 ], [ -73.831468, 40.727664 ], [ -73.830865, 40.72671 ], [ -73.830748, 40.726566 ], [ -73.830567, 40.726384 ], [ -73.830383, 40.726233 ], [ -73.830255, 40.726143 ], [ -73.830085, 40.726039 ], [ -73.829951, 40.725968 ], [ -73.829745, 40.725874 ], [ -73.829601, 40.725818 ], [ -73.829333, 40.725734 ], [ -73.829101, 40.72568 ], [ -73.828895, 40.725642 ], [ -73.828582, 40.725557 ], [ -73.828367, 40.725478 ], [ -73.828208, 40.725407 ], [ -73.828021, 40.725308 ], [ -73.827895, 40.72523 ], [ -73.827753, 40.72513 ], [ -73.827555, 40.724961 ], [ -73.827428, 40.724812 ], [ -73.827309, 40.724646 ], [ -73.82721, 40.724478 ], [ -73.827129, 40.724304 ], [ -73.827067, 40.724126 ], [ -73.827023, 40.723946 ], [ -73.826726, 40.723082 ], [ -73.825859, 40.720463 ], [ -73.825741, 40.720222 ], [ -73.825644, 40.719974 ], [ -73.825568, 40.719721 ], [ -73.825514, 40.719465 ], [ -73.825482, 40.719206 ], [ -73.825473, 40.718948 ], [ -73.825487, 40.718691 ], [ -73.82546, 40.718 ], [ -73.825419, 40.717396 ], [ -73.82532, 40.717339 ], [ -73.824881, 40.717365 ], [ -73.824465, 40.717415 ], [ -73.823726, 40.717481 ], [ -73.822944, 40.717497 ], [ -73.822652, 40.717482 ], [ -73.822303, 40.717396 ], [ -73.821705, 40.71736 ], [ -73.820854, 40.717334 ], [ -73.819523, 40.71734 ], [ -73.819295, 40.717272 ], [ -73.819133, 40.717272 ], [ -73.818892, 40.717326 ], [ -73.81798, 40.717499 ], [ -73.818872, 40.717259 ], [ -73.819305, 40.717136 ], [ -73.820054, 40.71681 ], [ -73.820323, 40.71666 ], [ -73.820567, 40.716675 ], [ -73.820724, 40.716705 ], [ -73.820834, 40.716726 ], [ -73.820986, 40.716754 ], [ -73.821132, 40.716772 ], [ -73.82128, 40.716783 ], [ -73.821428, 40.716787 ], [ -73.821576, 40.716785 ], [ -73.821723, 40.716776 ], [ -73.82187, 40.71676 ], [ -73.821892, 40.716759 ], [ -73.822156, 40.716732 ], [ -73.822277, 40.71671 ], [ -73.822483, 40.716673 ], [ -73.822804, 40.716608 ], [ -73.822973, 40.716564 ], [ -73.823074, 40.716537 ], [ -73.823377, 40.716441 ], [ -73.823588, 40.71637 ], [ -73.82397, 40.716253 ], [ -73.824284, 40.716183 ], [ -73.824559, 40.716144 ], [ -73.824713, 40.716133 ], [ -73.824782, 40.716128 ], [ -73.824847, 40.716124 ], [ -73.825128, 40.716135 ], [ -73.825247, 40.71614 ], [ -73.825285, 40.716141 ], [ -73.825567, 40.716151 ], [ -73.825689, 40.716073 ], [ -73.825705, 40.716063 ], [ -73.825852, 40.715969 ], [ -73.825921, 40.715928 ], [ -73.825946, 40.715912 ], [ -73.826202, 40.715757 ], [ -73.826253, 40.71573 ], [ -73.826272, 40.71572 ], [ -73.826396, 40.715655 ], [ -73.826976, 40.715391 ], [ -73.827139, 40.715342 ], [ -73.828496, 40.715014 ], [ -73.829256, 40.714757 ], [ -73.829896, 40.714571 ], [ -73.829945, 40.714559 ], [ -73.830934, 40.714322 ], [ -73.830982, 40.71431 ], [ -73.831069, 40.714354 ], [ -73.831311, 40.714474 ], [ -73.831385, 40.714529 ], [ -73.830139, 40.715071 ], [ -73.829796, 40.715566 ], [ -73.830728, 40.71626 ], [ -73.832071, 40.717291 ], [ -73.833481, 40.718333 ], [ -73.834569, 40.719027 ], [ -73.834687, 40.719109 ], [ -73.834792, 40.719201 ], [ -73.834884, 40.719303 ], [ -73.834959, 40.719412 ], [ -73.835017, 40.719527 ], [ -73.835057, 40.719644 ], [ -73.835113, 40.719917 ], [ -73.835275, 40.720457 ], [ -73.83538, 40.720722 ], [ -73.835567, 40.721043 ], [ -73.835761, 40.721362 ], [ -73.835963, 40.721677 ], [ -73.836038, 40.72177 ], [ -73.836524, 40.722371 ], [ -73.836682, 40.722645 ], [ -73.838362, 40.725562 ], [ -73.838715, 40.726221 ], [ -73.839064, 40.72688 ], [ -73.839445, 40.727537 ], [ -73.839854, 40.728178 ], [ -73.840327, 40.728807 ], [ -73.841468, 40.729998 ], [ -73.841622, 40.730118 ], [ -73.842814, 40.731153 ], [ -73.843505, 40.731814 ], [ -73.843706, 40.732032 ], [ -73.843891, 40.732259 ], [ -73.84406, 40.732493 ], [ -73.844213, 40.732733 ], [ -73.844347, 40.732979 ], [ -73.844753, 40.73362 ], [ -73.844957, 40.733987 ], [ -73.845115, 40.734277 ], [ -73.845426, 40.73495 ], [ -73.845693, 40.735666 ], [ -73.845909, 40.7364 ], [ -73.846055, 40.737099 ], [ -73.84674, 40.738552 ], [ -73.847214, 40.738644 ], [ -73.847325, 40.738771 ], [ -73.847464, 40.738945 ], [ -73.847558, 40.739064 ], [ -73.84767, 40.739195 ], [ -73.847757, 40.739299 ], [ -73.847858, 40.7399 ], [ -73.847841, 40.739927 ], [ -73.85001, 40.740563 ], [ -73.850116, 40.740724 ], [ -73.850525, 40.741514 ], [ -73.850869, 40.74218 ], [ -73.851209, 40.742844 ], [ -73.851551, 40.743507 ], [ -73.851895, 40.74418 ], [ -73.852241, 40.744841 ], [ -73.852577, 40.745506 ], [ -73.852918, 40.746171 ], [ -73.85326, 40.746834 ], [ -73.853602, 40.747492 ], [ -73.854021, 40.748156 ], [ -73.854369, 40.748739 ], [ -73.854421, 40.748805 ], [ -73.850864, 40.749996 ], [ -73.85217, 40.752582 ], [ -73.852205, 40.752661 ], [ -73.852463, 40.753127 ], [ -73.852617, 40.753405 ], [ -73.853008, 40.754555 ], [ -73.853126, 40.755109 ], [ -73.853187, 40.755398 ], [ -73.853351, 40.756013 ], [ -73.853394, 40.756137 ], [ -73.853538, 40.756555 ], [ -73.853594, 40.756695 ], [ -73.853654, 40.756835 ], [ -73.853716, 40.756974 ], [ -73.853783, 40.757112 ], [ -73.85382, 40.757186 ], [ -73.854208, 40.757867 ], [ -73.854496, 40.758279 ], [ -73.85458, 40.758388 ], [ -73.85464, 40.758466 ], [ -73.855009, 40.758879 ], [ -73.855251, 40.759148 ], [ -73.855533, 40.759343 ], [ -73.85577, 40.759538 ], [ -73.85604, 40.759726 ], [ -73.856382, 40.759907 ], [ -73.856559, 40.759982 ], [ -73.856706, 40.760044 ], [ -73.857349, 40.760301 ], [ -73.857544, 40.760378 ], [ -73.857736, 40.760459 ], [ -73.857924, 40.760546 ], [ -73.858109, 40.760637 ], [ -73.858289, 40.760733 ], [ -73.858465, 40.760833 ], [ -73.858637, 40.760937 ], [ -73.858806, 40.761047 ], [ -73.858966, 40.761159 ], [ -73.859124, 40.761275 ], [ -73.859695, 40.761782 ], [ -73.859756, 40.761836 ], [ -73.859817, 40.762263 ], [ -73.860637, 40.763336 ], [ -73.860937, 40.763729 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081038400", "name": "Census Tract 384, Queens County, New York", "total_population_17": 2428, "white_alone_17": 23.0, "black_alone_17": 2181.0, "native_alone_17": 0.0, "asian_alone_17": 94.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 125.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.012, "pct_black_alone_change": -5.418, "pct_native_alone_change": -0.192, "pct_asian_alone_change": 3.334, "pct_hispanic_or_latino_change": 2.387, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6933415", "INTPTLON": "-073.7476395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.751299, 40.69471 ], [ -73.750846, 40.694832 ], [ -73.750396, 40.694957 ], [ -73.75, 40.695067 ], [ -73.749516, 40.6952 ], [ -73.749144, 40.695301 ], [ -73.748633, 40.695445 ], [ -73.7483, 40.695537 ], [ -73.747745, 40.695689 ], [ -73.747448, 40.69577 ], [ -73.74619, 40.696119 ], [ -73.745237, 40.696375 ], [ -73.744584, 40.696364 ], [ -73.743593, 40.696215 ], [ -73.743869, 40.6954 ], [ -73.744159, 40.69455 ], [ -73.744823, 40.693171 ], [ -73.745105, 40.692783 ], [ -73.746243, 40.691279 ], [ -73.74711, 40.689997 ], [ -73.74722, 40.689715 ], [ -73.747342, 40.68977 ], [ -73.74766, 40.689913 ], [ -73.748123, 40.690131 ], [ -73.748687, 40.689281 ], [ -73.749572, 40.690684 ], [ -73.749789, 40.690604 ], [ -73.750411, 40.691917 ], [ -73.751213, 40.693593 ], [ -73.751703, 40.694597 ], [ -73.751299, 40.69471 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081039400", "name": "Census Tract 394, Queens County, New York", "total_population_17": 3013, "white_alone_17": 31.0, "black_alone_17": 2540.0, "native_alone_17": 0.0, "asian_alone_17": 53.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 284.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.644, "pct_black_alone_change": -11.429, "pct_native_alone_change": -0.175, "pct_asian_alone_change": 1.479, "pct_hispanic_or_latino_change": 6.311, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6896398", "INTPTLON": "-073.7587786" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.762385, 40.691668 ], [ -73.761103, 40.691994 ], [ -73.76026, 40.692232 ], [ -73.759411, 40.69247 ], [ -73.758565, 40.692706 ], [ -73.757727, 40.692938 ], [ -73.756869, 40.693172 ], [ -73.756016, 40.693404 ], [ -73.755082, 40.69366 ], [ -73.754601, 40.692653 ], [ -73.75381, 40.690975 ], [ -73.754718, 40.690698 ], [ -73.755565, 40.690409 ], [ -73.756413, 40.69012 ], [ -73.756835, 40.690834 ], [ -73.756827, 40.691044 ], [ -73.757097, 40.691649 ], [ -73.757942, 40.691416 ], [ -73.758788, 40.691179 ], [ -73.758489, 40.690528 ], [ -73.758681, 40.690475 ], [ -73.758124, 40.689537 ], [ -73.757162, 40.687911 ], [ -73.756887, 40.688005 ], [ -73.756504, 40.687395 ], [ -73.756106, 40.686762 ], [ -73.757562, 40.686244 ], [ -73.758373, 40.685947 ], [ -73.759179, 40.685648 ], [ -73.759998, 40.685346 ], [ -73.76073, 40.685098 ], [ -73.760941, 40.685777 ], [ -73.761174, 40.686451 ], [ -73.761468, 40.68713 ], [ -73.761585, 40.687355 ], [ -73.761793, 40.687751 ], [ -73.761954, 40.688235 ], [ -73.762044, 40.688958 ], [ -73.762203, 40.690226 ], [ -73.76229, 40.690922 ], [ -73.762385, 40.691668 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081039800", "name": "Census Tract 398, Queens County, New York", "total_population_17": 1781, "white_alone_17": 17.0, "black_alone_17": 1637.0, "native_alone_17": 0.0, "asian_alone_17": 40.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 87.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.671, "pct_black_alone_change": -3.772, "pct_native_alone_change": -0.114, "pct_asian_alone_change": 0.997, "pct_hispanic_or_latino_change": 2.501, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6945622", "INTPTLON": "-073.7648097" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.768834, 40.696904 ], [ -73.766695, 40.696584 ], [ -73.764355, 40.696247 ], [ -73.763075, 40.696063 ], [ -73.761715, 40.695868 ], [ -73.761592, 40.695905 ], [ -73.761759, 40.695157 ], [ -73.76198, 40.694591 ], [ -73.762029, 40.694473 ], [ -73.762291, 40.693783 ], [ -73.762366, 40.69351 ], [ -73.762433, 40.693081 ], [ -73.762432, 40.692381 ], [ -73.762385, 40.691668 ], [ -73.763742, 40.691803 ], [ -73.764117, 40.691882 ], [ -73.765394, 40.692065 ], [ -73.765214, 40.692789 ], [ -73.766425, 40.693853 ], [ -73.767011, 40.694409 ], [ -73.767586, 40.694975 ], [ -73.768797, 40.696164 ], [ -73.769294, 40.69665 ], [ -73.768834, 40.696904 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081039900", "name": "Census Tract 399, Queens County, New York", "total_population_17": 4014, "white_alone_17": 75.0, "black_alone_17": 308.0, "native_alone_17": 87.0, "asian_alone_17": 120.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3432.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.893, "pct_black_alone_change": 1.487, "pct_native_alone_change": 1.721, "pct_asian_alone_change": -9.437, "pct_hispanic_or_latino_change": 9.686, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7518089", "INTPTLON": "-073.8535818" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.855835, 40.751577 ], [ -73.854556, 40.751962 ], [ -73.854978, 40.752782 ], [ -73.855385, 40.753571 ], [ -73.855799, 40.75441 ], [ -73.854786, 40.754708 ], [ -73.853831, 40.754958 ], [ -73.853238, 40.755096 ], [ -73.853126, 40.755109 ], [ -73.853008, 40.754555 ], [ -73.852617, 40.753405 ], [ -73.852463, 40.753127 ], [ -73.852205, 40.752661 ], [ -73.85217, 40.752582 ], [ -73.850864, 40.749996 ], [ -73.854421, 40.748805 ], [ -73.854477, 40.748953 ], [ -73.854793, 40.749563 ], [ -73.855139, 40.750226 ], [ -73.855479, 40.750891 ], [ -73.855835, 40.751577 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040000", "name": "Census Tract 400, Queens County, New York", "total_population_17": 1333, "white_alone_17": 14.0, "black_alone_17": 1212.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 74.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.909, "pct_black_alone_change": -2.862, "pct_native_alone_change": -0.847, "pct_asian_alone_change": -0.494, "pct_hispanic_or_latino_change": 1.031, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6981476", "INTPTLON": "-073.7648635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.768576, 40.697031 ], [ -73.767978, 40.697822 ], [ -73.766982, 40.699065 ], [ -73.765989, 40.700307 ], [ -73.765083, 40.701428 ], [ -73.764763, 40.701157 ], [ -73.764412, 40.700844 ], [ -73.764101, 40.700568 ], [ -73.763774, 40.700259 ], [ -73.763506, 40.699969 ], [ -73.763192, 40.6996 ], [ -73.763005, 40.699338 ], [ -73.762708, 40.698859 ], [ -73.762615, 40.698697 ], [ -73.762295, 40.698021 ], [ -73.762014, 40.697333 ], [ -73.761743, 40.696647 ], [ -73.761592, 40.695905 ], [ -73.761715, 40.695868 ], [ -73.763075, 40.696063 ], [ -73.764355, 40.696247 ], [ -73.766695, 40.696584 ], [ -73.768834, 40.696904 ], [ -73.768576, 40.697031 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040100", "name": "Census Tract 401, Queens County, New York", "total_population_17": 7637, "white_alone_17": 40.0, "black_alone_17": 137.0, "native_alone_17": 37.0, "asian_alone_17": 906.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6537.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.865, "pct_black_alone_change": -1.92, "pct_native_alone_change": -0.049, "pct_asian_alone_change": 1.165, "pct_hispanic_or_latino_change": 4.758, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7514683", "INTPTLON": "-073.8570959" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86029, 40.753936 ], [ -73.858447, 40.753936 ], [ -73.857813, 40.754014 ], [ -73.857542, 40.754067 ], [ -73.857155, 40.754144 ], [ -73.856664, 40.754238 ], [ -73.855799, 40.75441 ], [ -73.855385, 40.753571 ], [ -73.854978, 40.752782 ], [ -73.854556, 40.751962 ], [ -73.855835, 40.751577 ], [ -73.855479, 40.750891 ], [ -73.855139, 40.750226 ], [ -73.854793, 40.749563 ], [ -73.854477, 40.748953 ], [ -73.854421, 40.748805 ], [ -73.857323, 40.747922 ], [ -73.857396, 40.748068 ], [ -73.857716, 40.74869 ], [ -73.858059, 40.749353 ], [ -73.858401, 40.75002 ], [ -73.858763, 40.750717 ], [ -73.859178, 40.751527 ], [ -73.859586, 40.752321 ], [ -73.859994, 40.753112 ], [ -73.860409, 40.753937 ], [ -73.86029, 40.753936 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040200", "name": "Census Tract 402, Queens County, New York", "total_population_17": 1811, "white_alone_17": 0.0, "black_alone_17": 1695.0, "native_alone_17": 0.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 33.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.138, "pct_black_alone_change": -0.004, "pct_native_alone_change": -0.619, "pct_asian_alone_change": 1.962, "pct_hispanic_or_latino_change": -2.445, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7000316", "INTPTLON": "-073.7687630" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.772308, 40.700572 ], [ -73.771355, 40.701244 ], [ -73.769939, 40.702136 ], [ -73.769144, 40.701772 ], [ -73.768377, 40.701413 ], [ -73.767906, 40.702 ], [ -73.767441, 40.702584 ], [ -73.766991, 40.703141 ], [ -73.766573, 40.702752 ], [ -73.766369, 40.702563 ], [ -73.766125, 40.702334 ], [ -73.765745, 40.702003 ], [ -73.765439, 40.701743 ], [ -73.765083, 40.701428 ], [ -73.765989, 40.700307 ], [ -73.766982, 40.699065 ], [ -73.767978, 40.697822 ], [ -73.768576, 40.697031 ], [ -73.768834, 40.696904 ], [ -73.769294, 40.69665 ], [ -73.769699, 40.697066 ], [ -73.770288, 40.697677 ], [ -73.770877, 40.698301 ], [ -73.771379, 40.699015 ], [ -73.771658, 40.699505 ], [ -73.771827, 40.699791 ], [ -73.772308, 40.700572 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040300", "name": "Census Tract 403, Queens County, New York", "total_population_17": 7716, "white_alone_17": 38.0, "black_alone_17": 0.0, "native_alone_17": 24.0, "asian_alone_17": 923.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 6617.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.142, "pct_black_alone_change": -1.84, "pct_native_alone_change": 0.046, "pct_asian_alone_change": 1.295, "pct_hispanic_or_latino_change": 2.741, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7506523", "INTPTLON": "-073.8604325" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863582, 40.753491 ], [ -73.862971, 40.753657 ], [ -73.862104, 40.753894 ], [ -73.86162, 40.753922 ], [ -73.861211, 40.753934 ], [ -73.860409, 40.753937 ], [ -73.859994, 40.753112 ], [ -73.859586, 40.752321 ], [ -73.859178, 40.751527 ], [ -73.858763, 40.750717 ], [ -73.858401, 40.75002 ], [ -73.858059, 40.749353 ], [ -73.857716, 40.74869 ], [ -73.857396, 40.748068 ], [ -73.857323, 40.747922 ], [ -73.860262, 40.747069 ], [ -73.86032, 40.747196 ], [ -73.860639, 40.74782 ], [ -73.860884, 40.748289 ], [ -73.860989, 40.748484 ], [ -73.861325, 40.749148 ], [ -73.861407, 40.749307 ], [ -73.861668, 40.749809 ], [ -73.861751, 40.749968 ], [ -73.862105, 40.750654 ], [ -73.862241, 40.75092 ], [ -73.862514, 40.751448 ], [ -73.86292, 40.752238 ], [ -73.863186, 40.752764 ], [ -73.863582, 40.753491 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040400", "name": "Census Tract 404, Queens County, New York", "total_population_17": 4415, "white_alone_17": 40.0, "black_alone_17": 3829.0, "native_alone_17": 9.0, "asian_alone_17": 92.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 295.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.173, "pct_black_alone_change": -3.523, "pct_native_alone_change": -0.907, "pct_asian_alone_change": 0.518, "pct_hispanic_or_latino_change": 1.277, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7051937", "INTPTLON": "-073.7707937" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.775466, 40.706385 ], [ -73.775139, 40.706884 ], [ -73.774849, 40.707082 ], [ -73.77356, 40.707877 ], [ -73.771008, 40.708724 ], [ -73.768445, 40.709637 ], [ -73.76826, 40.709526 ], [ -73.767891, 40.708406 ], [ -73.767763, 40.707996 ], [ -73.767556, 40.707322 ], [ -73.767344, 40.706636 ], [ -73.767251, 40.706313 ], [ -73.767053, 40.70547 ], [ -73.767014, 40.705268 ], [ -73.766792, 40.704009 ], [ -73.766654, 40.703338 ], [ -73.766573, 40.702752 ], [ -73.766991, 40.703141 ], [ -73.767441, 40.702584 ], [ -73.767906, 40.702 ], [ -73.768377, 40.701413 ], [ -73.769144, 40.701772 ], [ -73.769939, 40.702136 ], [ -73.771355, 40.701244 ], [ -73.772308, 40.700572 ], [ -73.772724, 40.701262 ], [ -73.773128, 40.701947 ], [ -73.773534, 40.70262 ], [ -73.773944, 40.703312 ], [ -73.774348, 40.703986 ], [ -73.775037, 40.705233 ], [ -73.775465, 40.705319 ], [ -73.775633, 40.705346 ], [ -73.775466, 40.706385 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040500", "name": "Census Tract 405, Queens County, New York", "total_population_17": 3350, "white_alone_17": 15.0, "black_alone_17": 26.0, "native_alone_17": 12.0, "asian_alone_17": 84.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3225.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.246, "pct_black_alone_change": -2.827, "pct_native_alone_change": -0.217, "pct_asian_alone_change": -1.732, "pct_hispanic_or_latino_change": 8.682, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7482730", "INTPTLON": "-073.8615900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864446, 40.753262 ], [ -73.863582, 40.753491 ], [ -73.863186, 40.752764 ], [ -73.86292, 40.752238 ], [ -73.862514, 40.751448 ], [ -73.862241, 40.75092 ], [ -73.862105, 40.750654 ], [ -73.861751, 40.749968 ], [ -73.861668, 40.749809 ], [ -73.861407, 40.749307 ], [ -73.861325, 40.749148 ], [ -73.860989, 40.748484 ], [ -73.860884, 40.748289 ], [ -73.860639, 40.74782 ], [ -73.86032, 40.747196 ], [ -73.862531, 40.746534 ], [ -73.862859, 40.747157 ], [ -73.863101, 40.747631 ], [ -73.863326, 40.748071 ], [ -73.863545, 40.748491 ], [ -73.8638, 40.748989 ], [ -73.864119, 40.749595 ], [ -73.864185, 40.74972 ], [ -73.862726, 40.749868 ], [ -73.863097, 40.750672 ], [ -73.863986, 40.750408 ], [ -73.865401, 40.75301 ], [ -73.864446, 40.753262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040700", "name": "Census Tract 407, Queens County, New York", "total_population_17": 8990, "white_alone_17": 239.0, "black_alone_17": 213.0, "native_alone_17": 59.0, "asian_alone_17": 452.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8031.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.479, "pct_black_alone_change": -2.186, "pct_native_alone_change": 0.529, "pct_asian_alone_change": -1.627, "pct_hispanic_or_latino_change": 5.186, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7503823", "INTPTLON": "-073.8656140" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.868906, 40.753942 ], [ -73.867906, 40.754151 ], [ -73.866904, 40.754363 ], [ -73.866841, 40.754005 ], [ -73.866267, 40.752779 ], [ -73.865401, 40.75301 ], [ -73.863986, 40.750408 ], [ -73.863097, 40.750672 ], [ -73.862726, 40.749868 ], [ -73.864185, 40.74972 ], [ -73.864119, 40.749595 ], [ -73.8638, 40.748989 ], [ -73.863545, 40.748491 ], [ -73.863326, 40.748071 ], [ -73.863101, 40.747631 ], [ -73.862859, 40.747157 ], [ -73.862531, 40.746534 ], [ -73.864072, 40.746074 ], [ -73.863703, 40.746906 ], [ -73.864903, 40.74655 ], [ -73.865249, 40.747214 ], [ -73.865627, 40.747869 ], [ -73.866557, 40.749464 ], [ -73.866649, 40.74962 ], [ -73.867145, 40.750466 ], [ -73.868206, 40.752261 ], [ -73.868806, 40.753521 ], [ -73.868906, 40.753942 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081040900", "name": "Census Tract 409, Queens County, New York", "total_population_17": 5338, "white_alone_17": 69.0, "black_alone_17": 180.0, "native_alone_17": 71.0, "asian_alone_17": 599.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.901, "pct_black_alone_change": -1.649, "pct_native_alone_change": 0.811, "pct_asian_alone_change": 2.102, "pct_hispanic_or_latino_change": 3.646, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7496629", "INTPTLON": "-073.8675921" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870695, 40.753564 ], [ -73.869802, 40.753751 ], [ -73.868906, 40.753942 ], [ -73.868806, 40.753521 ], [ -73.868206, 40.752261 ], [ -73.867145, 40.750466 ], [ -73.866649, 40.74962 ], [ -73.866557, 40.749464 ], [ -73.865627, 40.747869 ], [ -73.865249, 40.747214 ], [ -73.864903, 40.74655 ], [ -73.863703, 40.746906 ], [ -73.864072, 40.746074 ], [ -73.866088, 40.745474 ], [ -73.866414, 40.7461 ], [ -73.866759, 40.746764 ], [ -73.867097, 40.747432 ], [ -73.867351, 40.747358 ], [ -73.868092, 40.748641 ], [ -73.868458, 40.749264 ], [ -73.868826, 40.749899 ], [ -73.869947, 40.751794 ], [ -73.870642, 40.753286 ], [ -73.870695, 40.753564 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081041100", "name": "Census Tract 411, Queens County, New York", "total_population_17": 4108, "white_alone_17": 51.0, "black_alone_17": 24.0, "native_alone_17": 66.0, "asian_alone_17": 658.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3354.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.307, "pct_black_alone_change": -0.216, "pct_native_alone_change": 1.248, "pct_asian_alone_change": 1.389, "pct_hispanic_or_latino_change": 3.672, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7437912", "INTPTLON": "-073.8654188" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86791, 40.744934 ], [ -73.866088, 40.745474 ], [ -73.864072, 40.746074 ], [ -73.864189, 40.745813 ], [ -73.864208, 40.745769 ], [ -73.864426, 40.745243 ], [ -73.864371, 40.745082 ], [ -73.864126, 40.745119 ], [ -73.863415, 40.744781 ], [ -73.862749, 40.743569 ], [ -73.862666, 40.74341 ], [ -73.86241, 40.74289 ], [ -73.864241, 40.742456 ], [ -73.865137, 40.742246 ], [ -73.866033, 40.742036 ], [ -73.866932, 40.741826 ], [ -73.867178, 40.741767 ], [ -73.867557, 40.741678 ], [ -73.867472, 40.742096 ], [ -73.867473, 40.742168 ], [ -73.867488, 40.743121 ], [ -73.867491, 40.743302 ], [ -73.867678, 40.744042 ], [ -73.867851, 40.744717 ], [ -73.867893, 40.744752 ], [ -73.86791, 40.744934 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081041300", "name": "Census Tract 413, Queens County, New York", "total_population_17": 4614, "white_alone_17": 74.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1021.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3482.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.595, "pct_black_alone_change": -0.99, "pct_native_alone_change": -0.368, "pct_asian_alone_change": 6.489, "pct_hispanic_or_latino_change": 5.245, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7447361", "INTPTLON": "-073.8613081" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.864426, 40.745243 ], [ -73.864208, 40.745769 ], [ -73.864189, 40.745813 ], [ -73.864072, 40.746074 ], [ -73.862531, 40.746534 ], [ -73.86032, 40.747196 ], [ -73.860262, 40.747069 ], [ -73.860234, 40.74701 ], [ -73.859901, 40.746388 ], [ -73.85956, 40.745724 ], [ -73.859217, 40.745061 ], [ -73.859081, 40.744783 ], [ -73.858874, 40.744395 ], [ -73.858681, 40.744031 ], [ -73.858777, 40.743326 ], [ -73.859883, 40.743415 ], [ -73.859449, 40.743036 ], [ -73.860452, 40.742428 ], [ -73.861187, 40.741985 ], [ -73.862666, 40.74341 ], [ -73.862749, 40.743569 ], [ -73.863415, 40.744781 ], [ -73.864126, 40.745119 ], [ -73.864371, 40.745082 ], [ -73.864426, 40.745243 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081041400", "name": "Census Tract 414, Queens County, New York", "total_population_17": 4279, "white_alone_17": 58.0, "black_alone_17": 3153.0, "native_alone_17": 0.0, "asian_alone_17": 117.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 767.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.668, "pct_black_alone_change": -19.276, "pct_native_alone_change": -0.357, "pct_asian_alone_change": 1.854, "pct_hispanic_or_latino_change": 13.278, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6996318", "INTPTLON": "-073.7807705" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.788387, 40.69972 ], [ -73.787599, 40.699866 ], [ -73.78672, 40.700034 ], [ -73.786651, 40.700041 ], [ -73.785848, 40.700199 ], [ -73.785785, 40.70021 ], [ -73.784961, 40.700364 ], [ -73.784091, 40.70053 ], [ -73.7832, 40.700699 ], [ -73.782757, 40.700745 ], [ -73.782391, 40.701382 ], [ -73.782027, 40.702031 ], [ -73.781656, 40.702598 ], [ -73.78045, 40.70228 ], [ -73.777842, 40.703217 ], [ -73.77691, 40.702525 ], [ -73.773957, 40.699806 ], [ -73.775057, 40.69934 ], [ -73.775834, 40.698988 ], [ -73.776631, 40.69862 ], [ -73.777445, 40.69826 ], [ -73.778263, 40.69791 ], [ -73.779082, 40.697564 ], [ -73.7799, 40.697218 ], [ -73.78072, 40.696871 ], [ -73.78154, 40.696522 ], [ -73.782275, 40.696214 ], [ -73.782771, 40.695995 ], [ -73.783487, 40.696584 ], [ -73.784162, 40.697078 ], [ -73.784554, 40.697329 ], [ -73.784762, 40.697473 ], [ -73.785735, 40.697887 ], [ -73.786901, 40.698386 ], [ -73.787624, 40.698999 ], [ -73.788387, 40.69972 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081041500", "name": "Census Tract 415, Queens County, New York", "total_population_17": 4278, "white_alone_17": 605.0, "black_alone_17": 36.0, "native_alone_17": 0.0, "asian_alone_17": 336.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3289.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.397, "pct_black_alone_change": -1.433, "pct_native_alone_change": -0.555, "pct_asian_alone_change": -8.35, "pct_hispanic_or_latino_change": 11.066, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7466051", "INTPTLON": "-073.8565990" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860262, 40.747069 ], [ -73.857323, 40.747922 ], [ -73.854421, 40.748805 ], [ -73.854369, 40.748739 ], [ -73.854021, 40.748156 ], [ -73.853602, 40.747492 ], [ -73.85326, 40.746834 ], [ -73.852918, 40.746171 ], [ -73.855951, 40.745267 ], [ -73.857192, 40.744892 ], [ -73.858874, 40.744395 ], [ -73.859081, 40.744783 ], [ -73.859217, 40.745061 ], [ -73.85956, 40.745724 ], [ -73.859901, 40.746388 ], [ -73.860234, 40.74701 ], [ -73.860262, 40.747069 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081042400", "name": "Census Tract 424, Queens County, New York", "total_population_17": 2426, "white_alone_17": 11.0, "black_alone_17": 2201.0, "native_alone_17": 0.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 82.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.278, "pct_black_alone_change": -3.269, "pct_native_alone_change": -1.258, "pct_asian_alone_change": 1.821, "pct_hispanic_or_latino_change": 0.011, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6953923", "INTPTLON": "-073.7722684" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.777836, 40.694321 ], [ -73.777257, 40.695064 ], [ -73.777039, 40.695364 ], [ -73.776598, 40.695969 ], [ -73.776226, 40.696607 ], [ -73.775763, 40.697183 ], [ -73.775676, 40.697305 ], [ -73.775328, 40.697786 ], [ -73.77515, 40.698031 ], [ -73.775005, 40.698231 ], [ -73.77487, 40.698418 ], [ -73.774583, 40.698814 ], [ -73.77448, 40.698965 ], [ -73.773957, 40.699806 ], [ -73.773348, 40.700187 ], [ -73.773222, 40.700236 ], [ -73.772979, 40.700381 ], [ -73.772662, 40.700479 ], [ -73.772308, 40.700572 ], [ -73.771827, 40.699791 ], [ -73.771658, 40.699505 ], [ -73.771379, 40.699015 ], [ -73.770877, 40.698301 ], [ -73.770288, 40.697677 ], [ -73.769699, 40.697066 ], [ -73.769294, 40.69665 ], [ -73.768797, 40.696164 ], [ -73.767586, 40.694975 ], [ -73.767011, 40.694409 ], [ -73.766425, 40.693853 ], [ -73.765214, 40.692789 ], [ -73.765394, 40.692065 ], [ -73.766051, 40.692159 ], [ -73.7662, 40.692183 ], [ -73.766683, 40.69225 ], [ -73.768134, 40.692455 ], [ -73.769466, 40.692653 ], [ -73.769631, 40.692681 ], [ -73.769843, 40.69271 ], [ -73.770411, 40.69279 ], [ -73.770561, 40.692809 ], [ -73.770803, 40.692846 ], [ -73.771004, 40.692875 ], [ -73.771628, 40.692961 ], [ -73.772119, 40.693029 ], [ -73.772783, 40.693124 ], [ -73.772893, 40.693133 ], [ -73.772991, 40.693132 ], [ -73.773043, 40.693131 ], [ -73.773106, 40.693121 ], [ -73.773183, 40.693108 ], [ -73.773293, 40.693077 ], [ -73.77372, 40.692974 ], [ -73.77462, 40.692757 ], [ -73.775522, 40.692542 ], [ -73.776408, 40.692328 ], [ -73.777281, 40.692114 ], [ -73.777307, 40.692254 ], [ -73.777333, 40.692342 ], [ -73.777482, 40.693001 ], [ -73.777668, 40.693748 ], [ -73.777836, 40.694321 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081042600", "name": "Census Tract 426, Queens County, New York", "total_population_17": 492, "white_alone_17": 226.0, "black_alone_17": 195.0, "native_alone_17": 0.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 53.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.356, "pct_black_alone_change": -11.945, "pct_native_alone_change": -0.632, "pct_asian_alone_change": 3.238, "pct_hispanic_or_latino_change": 7.193, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6888726", "INTPTLON": "-073.7702025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.775613, 40.687742 ], [ -73.775472, 40.687836 ], [ -73.775254, 40.688052 ], [ -73.775062, 40.688234 ], [ -73.774512, 40.68888 ], [ -73.774524, 40.689075 ], [ -73.773715, 40.689375 ], [ -73.774639, 40.691021 ], [ -73.773778, 40.691312 ], [ -73.77292, 40.691602 ], [ -73.772063, 40.691894 ], [ -73.771634, 40.692039 ], [ -73.771471, 40.691768 ], [ -73.770155, 40.692394 ], [ -73.769631, 40.692681 ], [ -73.769466, 40.692653 ], [ -73.768134, 40.692455 ], [ -73.766683, 40.69225 ], [ -73.7662, 40.692183 ], [ -73.765919, 40.691687 ], [ -73.765046, 40.690146 ], [ -73.764703, 40.689267 ], [ -73.765085, 40.688992 ], [ -73.76583, 40.688486 ], [ -73.766541, 40.687975 ], [ -73.767367, 40.687365 ], [ -73.768286, 40.686444 ], [ -73.768495, 40.686232 ], [ -73.769556, 40.685139 ], [ -73.769676, 40.684328 ], [ -73.769742, 40.683778 ], [ -73.7724, 40.68528 ], [ -73.773149, 40.685806 ], [ -73.77381, 40.686272 ], [ -73.774479, 40.686732 ], [ -73.77486, 40.687013 ], [ -73.775755, 40.687691 ], [ -73.775613, 40.687742 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081042700", "name": "Census Tract 427, Queens County, New York", "total_population_17": 5552, "white_alone_17": 377.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4643.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.223, "pct_black_alone_change": -1.413, "pct_native_alone_change": -0.209, "pct_asian_alone_change": -4.364, "pct_hispanic_or_latino_change": 15.915, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7437159", "INTPTLON": "-073.8538128" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858874, 40.744395 ], [ -73.857192, 40.744892 ], [ -73.855951, 40.745267 ], [ -73.852918, 40.746171 ], [ -73.852577, 40.745506 ], [ -73.852241, 40.744841 ], [ -73.851895, 40.74418 ], [ -73.851551, 40.743507 ], [ -73.851209, 40.742844 ], [ -73.850869, 40.74218 ], [ -73.850525, 40.741514 ], [ -73.850116, 40.740724 ], [ -73.851701, 40.741173 ], [ -73.852358, 40.741375 ], [ -73.85287, 40.741588 ], [ -73.853056, 40.741663 ], [ -73.853233, 40.741749 ], [ -73.8534, 40.741846 ], [ -73.853678, 40.74211 ], [ -73.853932, 40.742344 ], [ -73.854332, 40.742698 ], [ -73.85495, 40.743334 ], [ -73.856056, 40.743665 ], [ -73.856298, 40.743744 ], [ -73.856548, 40.74381 ], [ -73.856805, 40.743862 ], [ -73.857064, 40.7439 ], [ -73.857322, 40.743926 ], [ -73.857482, 40.743935 ], [ -73.858681, 40.744031 ], [ -73.858874, 40.744395 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081043200", "name": "Census Tract 432, Queens County, New York", "total_population_17": 1427, "white_alone_17": 0.0, "black_alone_17": 1264.0, "native_alone_17": 0.0, "asian_alone_17": 54.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 87.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.894, "pct_black_alone_change": -2.045, "pct_native_alone_change": -0.18, "pct_asian_alone_change": 2.071, "pct_hispanic_or_latino_change": 0.687, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6913107", "INTPTLON": "-073.7758835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.779441, 40.693645 ], [ -73.778634, 40.694014 ], [ -73.777836, 40.694321 ], [ -73.777668, 40.693748 ], [ -73.777482, 40.693001 ], [ -73.777333, 40.692342 ], [ -73.777307, 40.692254 ], [ -73.777281, 40.692114 ], [ -73.776408, 40.692328 ], [ -73.775522, 40.692542 ], [ -73.77462, 40.692757 ], [ -73.77372, 40.692974 ], [ -73.773293, 40.693077 ], [ -73.773183, 40.693108 ], [ -73.773106, 40.693121 ], [ -73.773043, 40.693131 ], [ -73.772991, 40.693132 ], [ -73.772893, 40.693133 ], [ -73.772783, 40.693124 ], [ -73.772119, 40.693029 ], [ -73.771628, 40.692961 ], [ -73.771004, 40.692875 ], [ -73.770803, 40.692846 ], [ -73.770561, 40.692809 ], [ -73.770411, 40.69279 ], [ -73.769843, 40.69271 ], [ -73.769631, 40.692681 ], [ -73.770155, 40.692394 ], [ -73.771471, 40.691768 ], [ -73.771634, 40.692039 ], [ -73.772063, 40.691894 ], [ -73.77292, 40.691602 ], [ -73.773778, 40.691312 ], [ -73.774639, 40.691021 ], [ -73.773715, 40.689375 ], [ -73.774524, 40.689075 ], [ -73.774512, 40.68888 ], [ -73.775062, 40.688234 ], [ -73.775254, 40.688052 ], [ -73.775472, 40.687836 ], [ -73.775613, 40.687742 ], [ -73.775755, 40.687691 ], [ -73.776619, 40.688364 ], [ -73.777893, 40.689918 ], [ -73.779198, 40.691651 ], [ -73.780237, 40.692972 ], [ -73.779441, 40.693645 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081043400", "name": "Census Tract 434, Queens County, New York", "total_population_17": 1796, "white_alone_17": 11.0, "black_alone_17": 1300.0, "native_alone_17": 0.0, "asian_alone_17": 143.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 139.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.062, "pct_black_alone_change": -18.993, "pct_native_alone_change": -0.061, "pct_asian_alone_change": 7.534, "pct_hispanic_or_latino_change": 0.828, "pct_native_hawaiian_pacific_islander_change": 0.501, "INTPTLAT": "+40.6961991", "INTPTLON": "-073.7786464" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.782275, 40.696214 ], [ -73.78154, 40.696522 ], [ -73.78072, 40.696871 ], [ -73.7799, 40.697218 ], [ -73.779082, 40.697564 ], [ -73.778263, 40.69791 ], [ -73.777445, 40.69826 ], [ -73.776631, 40.69862 ], [ -73.775834, 40.698988 ], [ -73.775057, 40.69934 ], [ -73.773957, 40.699806 ], [ -73.77448, 40.698965 ], [ -73.774583, 40.698814 ], [ -73.77487, 40.698418 ], [ -73.775005, 40.698231 ], [ -73.77515, 40.698031 ], [ -73.775328, 40.697786 ], [ -73.775676, 40.697305 ], [ -73.775763, 40.697183 ], [ -73.776226, 40.696607 ], [ -73.776598, 40.695969 ], [ -73.777039, 40.695364 ], [ -73.777257, 40.695064 ], [ -73.777836, 40.694321 ], [ -73.778634, 40.694014 ], [ -73.779441, 40.693645 ], [ -73.780237, 40.692972 ], [ -73.780921, 40.69384 ], [ -73.781464, 40.69447 ], [ -73.78211, 40.695237 ], [ -73.782771, 40.695995 ], [ -73.782275, 40.696214 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081043701", "name": "Census Tract 437.01, Queens County, New York", "total_population_17": 3249, "white_alone_17": 469.0, "black_alone_17": 282.0, "native_alone_17": 12.0, "asian_alone_17": 122.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2212.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.106, "pct_black_alone_change": -4.173, "pct_native_alone_change": -0.157, "pct_asian_alone_change": -12.552, "pct_hispanic_or_latino_change": 16.221, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7391541", "INTPTLON": "-073.8510910" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.854003, 40.737102 ], [ -73.853734, 40.737326 ], [ -73.854072, 40.73744 ], [ -73.853717, 40.738075 ], [ -73.853392, 40.738689 ], [ -73.853129, 40.739374 ], [ -73.853065, 40.739657 ], [ -73.852878, 40.740038 ], [ -73.85264, 40.74071 ], [ -73.852358, 40.741375 ], [ -73.851701, 40.741173 ], [ -73.850116, 40.740724 ], [ -73.85001, 40.740563 ], [ -73.847841, 40.739927 ], [ -73.847858, 40.7399 ], [ -73.847757, 40.739299 ], [ -73.84767, 40.739195 ], [ -73.847558, 40.739064 ], [ -73.848064, 40.738816 ], [ -73.848636, 40.738557 ], [ -73.849582, 40.738186 ], [ -73.851346, 40.737588 ], [ -73.851914, 40.737426 ], [ -73.852782, 40.737209 ], [ -73.853423, 40.737082 ], [ -73.854181, 40.736954 ], [ -73.854003, 40.737102 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081043702", "name": "Census Tract 437.02, Queens County, New York", "total_population_17": 6537, "white_alone_17": 452.0, "black_alone_17": 674.0, "native_alone_17": 87.0, "asian_alone_17": 1247.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4054.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.627, "pct_black_alone_change": -2.542, "pct_native_alone_change": 0.805, "pct_asian_alone_change": 2.769, "pct_hispanic_or_latino_change": 10.155, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7381096", "INTPTLON": "-073.8565445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860072, 40.738373 ], [ -73.858975, 40.738698 ], [ -73.858439, 40.738855 ], [ -73.858236, 40.738923 ], [ -73.857952, 40.739159 ], [ -73.857702, 40.73936 ], [ -73.857309, 40.739681 ], [ -73.857051, 40.73989 ], [ -73.856454, 40.740363 ], [ -73.856382, 40.740422 ], [ -73.854526, 40.739825 ], [ -73.85328, 40.739424 ], [ -73.853129, 40.739374 ], [ -73.853392, 40.738689 ], [ -73.853717, 40.738075 ], [ -73.854072, 40.73744 ], [ -73.853734, 40.737326 ], [ -73.854003, 40.737102 ], [ -73.854181, 40.736954 ], [ -73.855085, 40.736801 ], [ -73.856318, 40.736507 ], [ -73.856656, 40.73641 ], [ -73.858059, 40.735991 ], [ -73.858693, 40.735808 ], [ -73.858771, 40.735785 ], [ -73.858866, 40.735939 ], [ -73.859042, 40.736384 ], [ -73.859387, 40.737043 ], [ -73.859731, 40.737711 ], [ -73.860072, 40.738373 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081043900", "name": "Census Tract 439, Queens County, New York", "total_population_17": 4281, "white_alone_17": 285.0, "black_alone_17": 40.0, "native_alone_17": 0.0, "asian_alone_17": 669.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3287.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.539, "pct_black_alone_change": -1.796, "pct_native_alone_change": -0.355, "pct_asian_alone_change": 8.338, "pct_hispanic_or_latino_change": 2.416, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7418688", "INTPTLON": "-073.8558125" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.859883, 40.743415 ], [ -73.858777, 40.743326 ], [ -73.858681, 40.744031 ], [ -73.857482, 40.743935 ], [ -73.857322, 40.743926 ], [ -73.857064, 40.7439 ], [ -73.856805, 40.743862 ], [ -73.856548, 40.74381 ], [ -73.856298, 40.743744 ], [ -73.856056, 40.743665 ], [ -73.85495, 40.743334 ], [ -73.854332, 40.742698 ], [ -73.853932, 40.742344 ], [ -73.853678, 40.74211 ], [ -73.8534, 40.741846 ], [ -73.853233, 40.741749 ], [ -73.853056, 40.741663 ], [ -73.85287, 40.741588 ], [ -73.852358, 40.741375 ], [ -73.85264, 40.74071 ], [ -73.852878, 40.740038 ], [ -73.853065, 40.739657 ], [ -73.853129, 40.739374 ], [ -73.85328, 40.739424 ], [ -73.854526, 40.739825 ], [ -73.856382, 40.740422 ], [ -73.856454, 40.740363 ], [ -73.857097, 40.740825 ], [ -73.85754, 40.741193 ], [ -73.857768, 40.741406 ], [ -73.858101, 40.741735 ], [ -73.858323, 40.741939 ], [ -73.858658, 40.742272 ], [ -73.858878, 40.742485 ], [ -73.859449, 40.743036 ], [ -73.859883, 40.743415 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081044000", "name": "Census Tract 440, Queens County, New York", "total_population_17": 3916, "white_alone_17": 7.0, "black_alone_17": 2965.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 495.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.506, "pct_black_alone_change": -11.9, "pct_native_alone_change": -0.982, "pct_asian_alone_change": 0.47, "pct_hispanic_or_latino_change": 5.912, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7026771", "INTPTLON": "-073.7846237" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.791156, 40.702294 ], [ -73.790556, 40.702568 ], [ -73.789994, 40.702871 ], [ -73.789664, 40.70304 ], [ -73.789193, 40.703204 ], [ -73.788354, 40.70346 ], [ -73.788042, 40.703556 ], [ -73.787517, 40.703715 ], [ -73.78598, 40.704187 ], [ -73.784849, 40.704586 ], [ -73.78442, 40.704762 ], [ -73.782566, 40.705425 ], [ -73.781479, 40.705455 ], [ -73.780345, 40.705412 ], [ -73.779818, 40.704928 ], [ -73.77916, 40.704389 ], [ -73.778491, 40.703833 ], [ -73.777842, 40.703217 ], [ -73.78045, 40.70228 ], [ -73.781656, 40.702598 ], [ -73.782027, 40.702031 ], [ -73.782391, 40.701382 ], [ -73.782757, 40.700745 ], [ -73.7832, 40.700699 ], [ -73.784091, 40.70053 ], [ -73.784961, 40.700364 ], [ -73.785785, 40.70021 ], [ -73.785848, 40.700199 ], [ -73.786651, 40.700041 ], [ -73.78672, 40.700034 ], [ -73.787599, 40.699866 ], [ -73.788387, 40.69972 ], [ -73.788717, 40.700033 ], [ -73.789028, 40.700328 ], [ -73.789539, 40.700822 ], [ -73.790268, 40.701561 ], [ -73.790498, 40.701791 ], [ -73.790764, 40.701982 ], [ -73.791156, 40.702294 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081044301", "name": "Census Tract 443.01, Queens County, New York", "total_population_17": 3613, "white_alone_17": 142.0, "black_alone_17": 264.0, "native_alone_17": 127.0, "asian_alone_17": 858.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2253.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.971, "pct_black_alone_change": -7.369, "pct_native_alone_change": 2.976, "pct_asian_alone_change": -4.094, "pct_hispanic_or_latino_change": 13.31, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7407369", "INTPTLON": "-073.8594604" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.862666, 40.74341 ], [ -73.861187, 40.741985 ], [ -73.860452, 40.742428 ], [ -73.859449, 40.743036 ], [ -73.858878, 40.742485 ], [ -73.858658, 40.742272 ], [ -73.858323, 40.741939 ], [ -73.858101, 40.741735 ], [ -73.857768, 40.741406 ], [ -73.85754, 40.741193 ], [ -73.857097, 40.740825 ], [ -73.856454, 40.740363 ], [ -73.857051, 40.73989 ], [ -73.857309, 40.739681 ], [ -73.857702, 40.73936 ], [ -73.857952, 40.739159 ], [ -73.858236, 40.738923 ], [ -73.858439, 40.738855 ], [ -73.858975, 40.738698 ], [ -73.860072, 40.738373 ], [ -73.860734, 40.739636 ], [ -73.86117, 40.740396 ], [ -73.861855, 40.741589 ], [ -73.86241, 40.74289 ], [ -73.862666, 40.74341 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081044302", "name": "Census Tract 443.02, Queens County, New York", "total_population_17": 4491, "white_alone_17": 205.0, "black_alone_17": 449.0, "native_alone_17": 8.0, "asian_alone_17": 1771.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2025.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.336, "pct_black_alone_change": -4.678, "pct_native_alone_change": -0.361, "pct_asian_alone_change": 11.592, "pct_hispanic_or_latino_change": -3.958, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7398122", "INTPTLON": "-073.8640628" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867557, 40.741678 ], [ -73.867178, 40.741767 ], [ -73.866932, 40.741826 ], [ -73.866033, 40.742036 ], [ -73.865137, 40.742246 ], [ -73.864241, 40.742456 ], [ -73.86241, 40.74289 ], [ -73.861855, 40.741589 ], [ -73.86117, 40.740396 ], [ -73.860734, 40.739636 ], [ -73.860072, 40.738373 ], [ -73.860976, 40.738094 ], [ -73.861432, 40.737955 ], [ -73.861832, 40.737829 ], [ -73.8623, 40.737682 ], [ -73.862695, 40.737564 ], [ -73.863173, 40.737422 ], [ -73.863572, 40.737303 ], [ -73.864047, 40.737163 ], [ -73.864341, 40.737073 ], [ -73.86493, 40.736895 ], [ -73.865378, 40.736769 ], [ -73.86546, 40.736746 ], [ -73.86583, 40.736643 ], [ -73.866095, 40.737251 ], [ -73.86648, 40.738211 ], [ -73.86676, 40.73889 ], [ -73.86704, 40.739572 ], [ -73.867147, 40.739837 ], [ -73.867318, 40.740261 ], [ -73.867563, 40.740942 ], [ -73.867557, 40.741678 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081044400", "name": "Census Tract 444, Queens County, New York", "total_population_17": 3308, "white_alone_17": 91.0, "black_alone_17": 716.0, "native_alone_17": 67.0, "asian_alone_17": 587.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1296.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.512, "pct_black_alone_change": -31.916, "pct_native_alone_change": -0.008, "pct_asian_alone_change": 3.636, "pct_hispanic_or_latino_change": 17.745, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7057626", "INTPTLON": "-073.7818463" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.793959, 40.705827 ], [ -73.792526, 40.70636 ], [ -73.791463, 40.706678 ], [ -73.790796, 40.70687 ], [ -73.78975, 40.707171 ], [ -73.78957, 40.707222 ], [ -73.788691, 40.707468 ], [ -73.78804, 40.707571 ], [ -73.787719, 40.707661 ], [ -73.786739, 40.707892 ], [ -73.78577, 40.707934 ], [ -73.785562, 40.707936 ], [ -73.784813, 40.707932 ], [ -73.78429, 40.707931 ], [ -73.783817, 40.70793 ], [ -73.783305, 40.707946 ], [ -73.782952, 40.707982 ], [ -73.782772, 40.708 ], [ -73.78237, 40.708076 ], [ -73.781848, 40.708175 ], [ -73.78145, 40.708252 ], [ -73.780554, 40.708426 ], [ -73.780359, 40.708464 ], [ -73.779683, 40.708596 ], [ -73.779048, 40.70871 ], [ -73.778676, 40.708779 ], [ -73.778165, 40.708854 ], [ -73.777443, 40.708914 ], [ -73.777271, 40.70893 ], [ -73.777196, 40.708937 ], [ -73.776055, 40.709105 ], [ -73.774892, 40.709419 ], [ -73.774028, 40.709672 ], [ -73.773139, 40.709923 ], [ -73.772287, 40.710159 ], [ -73.771736, 40.710313 ], [ -73.771652, 40.710222 ], [ -73.771478, 40.710222 ], [ -73.771151, 40.710212 ], [ -73.770844, 40.710172 ], [ -73.768812, 40.709808 ], [ -73.768445, 40.709637 ], [ -73.771008, 40.708724 ], [ -73.77356, 40.707877 ], [ -73.774849, 40.707082 ], [ -73.775139, 40.706884 ], [ -73.775466, 40.706385 ], [ -73.775633, 40.705346 ], [ -73.775465, 40.705319 ], [ -73.775037, 40.705233 ], [ -73.774348, 40.703986 ], [ -73.773944, 40.703312 ], [ -73.773534, 40.70262 ], [ -73.773128, 40.701947 ], [ -73.772724, 40.701262 ], [ -73.772308, 40.700572 ], [ -73.772662, 40.700479 ], [ -73.772979, 40.700381 ], [ -73.773222, 40.700236 ], [ -73.773348, 40.700187 ], [ -73.773957, 40.699806 ], [ -73.77691, 40.702525 ], [ -73.777842, 40.703217 ], [ -73.778491, 40.703833 ], [ -73.77916, 40.704389 ], [ -73.779818, 40.704928 ], [ -73.780345, 40.705412 ], [ -73.781479, 40.705455 ], [ -73.782566, 40.705425 ], [ -73.78442, 40.704762 ], [ -73.784849, 40.704586 ], [ -73.78598, 40.704187 ], [ -73.787517, 40.703715 ], [ -73.788042, 40.703556 ], [ -73.788354, 40.70346 ], [ -73.789193, 40.703204 ], [ -73.789664, 40.70304 ], [ -73.789994, 40.702871 ], [ -73.790556, 40.702568 ], [ -73.791156, 40.702294 ], [ -73.791802, 40.702227 ], [ -73.791928, 40.702232 ], [ -73.792045, 40.702223 ], [ -73.79217, 40.702198 ], [ -73.792259, 40.70217 ], [ -73.792368, 40.702121 ], [ -73.792521, 40.702415 ], [ -73.793261, 40.703352 ], [ -73.793519, 40.703682 ], [ -73.793792, 40.704032 ], [ -73.794895, 40.705461 ], [ -73.793959, 40.705827 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081044601", "name": "Census Tract 446.01, Queens County, New York", "total_population_17": 3817, "white_alone_17": 47.0, "black_alone_17": 796.0, "native_alone_17": 38.0, "asian_alone_17": 820.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2076.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -3.074, "pct_black_alone_change": -23.581, "pct_native_alone_change": 0.306, "pct_asian_alone_change": 14.619, "pct_hispanic_or_latino_change": 12.471, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7049531", "INTPTLON": "-073.7977906" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.801657, 40.705761 ], [ -73.79997, 40.70638 ], [ -73.799144, 40.706685 ], [ -73.798258, 40.707016 ], [ -73.797147, 40.70742 ], [ -73.796317, 40.707723 ], [ -73.794895, 40.705461 ], [ -73.793792, 40.704032 ], [ -73.794546, 40.703696 ], [ -73.79609, 40.703294 ], [ -73.797124, 40.703035 ], [ -73.798415, 40.702741 ], [ -73.799179, 40.702596 ], [ -73.79992, 40.702474 ], [ -73.800201, 40.703341 ], [ -73.80111, 40.704848 ], [ -73.801657, 40.705761 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081044602", "name": "Census Tract 446.02, Queens County, New York", "total_population_17": 4706, "white_alone_17": 94.0, "black_alone_17": 1022.0, "native_alone_17": 53.0, "asian_alone_17": 1916.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1358.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.443, "pct_black_alone_change": -19.707, "pct_native_alone_change": -0.134, "pct_asian_alone_change": 23.829, "pct_hispanic_or_latino_change": -3.992, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7081869", "INTPTLON": "-073.7998476" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.803024, 40.70814 ], [ -73.802782, 40.708273 ], [ -73.802551, 40.708417 ], [ -73.802331, 40.708572 ], [ -73.802125, 40.708738 ], [ -73.801933, 40.708912 ], [ -73.801596, 40.709548 ], [ -73.801511, 40.709622 ], [ -73.801414, 40.709687 ], [ -73.801306, 40.709742 ], [ -73.80119, 40.709786 ], [ -73.801069, 40.709818 ], [ -73.799858, 40.710253 ], [ -73.798701, 40.710663 ], [ -73.798303, 40.710016 ], [ -73.798072, 40.70964 ], [ -73.797768, 40.709143 ], [ -73.797314, 40.70927 ], [ -73.796889, 40.708598 ], [ -73.796317, 40.707723 ], [ -73.797147, 40.70742 ], [ -73.798258, 40.707016 ], [ -73.799144, 40.706685 ], [ -73.79997, 40.70638 ], [ -73.801657, 40.705761 ], [ -73.802228, 40.706749 ], [ -73.802787, 40.707716 ], [ -73.803024, 40.70814 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081044800", "name": "Census Tract 448, Queens County, New York", "total_population_17": 2923, "white_alone_17": 156.0, "black_alone_17": 154.0, "native_alone_17": 17.0, "asian_alone_17": 1481.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 765.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.449, "pct_black_alone_change": -11.77, "pct_native_alone_change": -0.093, "pct_asian_alone_change": 8.617, "pct_hispanic_or_latino_change": 6.729, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7110219", "INTPTLON": "-073.8026344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.806457, 40.712056 ], [ -73.805558, 40.712168 ], [ -73.804668, 40.712279 ], [ -73.803776, 40.71239 ], [ -73.802593, 40.712539 ], [ -73.801384, 40.712674 ], [ -73.802111, 40.713926 ], [ -73.801228, 40.714223 ], [ -73.800829, 40.713575 ], [ -73.800394, 40.712941 ], [ -73.799272, 40.711376 ], [ -73.798701, 40.710663 ], [ -73.799858, 40.710253 ], [ -73.801069, 40.709818 ], [ -73.80119, 40.709786 ], [ -73.801306, 40.709742 ], [ -73.801414, 40.709687 ], [ -73.801511, 40.709622 ], [ -73.801596, 40.709548 ], [ -73.801933, 40.708912 ], [ -73.802125, 40.708738 ], [ -73.802331, 40.708572 ], [ -73.802551, 40.708417 ], [ -73.802782, 40.708273 ], [ -73.803024, 40.70814 ], [ -73.803276, 40.708412 ], [ -73.803392, 40.708531 ], [ -73.803518, 40.708639 ], [ -73.80367, 40.708743 ], [ -73.803902, 40.708874 ], [ -73.803993, 40.708917 ], [ -73.804101, 40.708952 ], [ -73.804168, 40.708984 ], [ -73.804841, 40.709338 ], [ -73.805012, 40.709473 ], [ -73.805482, 40.710089 ], [ -73.80558, 40.710237 ], [ -73.806266, 40.711254 ], [ -73.806457, 40.712056 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045000", "name": "Census Tract 450, Queens County, New York", "total_population_17": 2271, "white_alone_17": 321.0, "black_alone_17": 244.0, "native_alone_17": 0.0, "asian_alone_17": 1021.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 608.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.086, "pct_black_alone_change": 1.263, "pct_native_alone_change": -1.205, "pct_asian_alone_change": 15.571, "pct_hispanic_or_latino_change": 3.252, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7141840", "INTPTLON": "-073.8047700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.807822, 40.715911 ], [ -73.807671, 40.715926 ], [ -73.806324, 40.71595 ], [ -73.805109, 40.716071 ], [ -73.803159, 40.716277 ], [ -73.803111, 40.716148 ], [ -73.803085, 40.716074 ], [ -73.802857, 40.71528 ], [ -73.80278, 40.715024 ], [ -73.802544, 40.714611 ], [ -73.802111, 40.713926 ], [ -73.801384, 40.712674 ], [ -73.802593, 40.712539 ], [ -73.803776, 40.71239 ], [ -73.804668, 40.712279 ], [ -73.805558, 40.712168 ], [ -73.806457, 40.712056 ], [ -73.806495, 40.712225 ], [ -73.806654, 40.71295 ], [ -73.806676, 40.71306 ], [ -73.806929, 40.713643 ], [ -73.807354, 40.71424 ], [ -73.807422, 40.714325 ], [ -73.807637, 40.715025 ], [ -73.807774, 40.715716 ], [ -73.807807, 40.715808 ], [ -73.807822, 40.715911 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045200", "name": "Census Tract 452, Queens County, New York", "total_population_17": 989, "white_alone_17": 229.0, "black_alone_17": 231.0, "native_alone_17": 24.0, "asian_alone_17": 360.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 93.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.542, "pct_black_alone_change": 4.399, "pct_native_alone_change": 1.612, "pct_asian_alone_change": 10.979, "pct_hispanic_or_latino_change": -3.405, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7145881", "INTPTLON": "-073.7995605" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.803159, 40.716277 ], [ -73.801892, 40.716492 ], [ -73.800968, 40.716702 ], [ -73.798055, 40.717431 ], [ -73.798009, 40.717296 ], [ -73.797963, 40.717162 ], [ -73.797484, 40.715789 ], [ -73.797321, 40.715334 ], [ -73.79714, 40.714882 ], [ -73.796943, 40.714435 ], [ -73.796729, 40.713992 ], [ -73.7965, 40.713554 ], [ -73.796912, 40.713436 ], [ -73.797005, 40.713402 ], [ -73.79709, 40.713355 ], [ -73.797164, 40.713296 ], [ -73.797222, 40.713229 ], [ -73.797262, 40.713157 ], [ -73.798335, 40.712908 ], [ -73.798032, 40.711948 ], [ -73.797918, 40.71158 ], [ -73.797807, 40.710982 ], [ -73.797923, 40.710942 ], [ -73.798701, 40.710663 ], [ -73.799272, 40.711376 ], [ -73.800394, 40.712941 ], [ -73.800829, 40.713575 ], [ -73.801228, 40.714223 ], [ -73.802111, 40.713926 ], [ -73.802544, 40.714611 ], [ -73.80278, 40.715024 ], [ -73.802857, 40.71528 ], [ -73.803085, 40.716074 ], [ -73.803111, 40.716148 ], [ -73.803159, 40.716277 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045400", "name": "Census Tract 454, Queens County, New York", "total_population_17": 4708, "white_alone_17": 223.0, "black_alone_17": 702.0, "native_alone_17": 39.0, "asian_alone_17": 2895.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 573.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.694, "pct_black_alone_change": -10.949, "pct_native_alone_change": -0.397, "pct_asian_alone_change": 13.705, "pct_hispanic_or_latino_change": 0.089, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7126504", "INTPTLON": "-073.7960120" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.798701, 40.710663 ], [ -73.797923, 40.710942 ], [ -73.797807, 40.710982 ], [ -73.797918, 40.71158 ], [ -73.798032, 40.711948 ], [ -73.798335, 40.712908 ], [ -73.797262, 40.713157 ], [ -73.797222, 40.713229 ], [ -73.797164, 40.713296 ], [ -73.79709, 40.713355 ], [ -73.797005, 40.713402 ], [ -73.796912, 40.713436 ], [ -73.7965, 40.713554 ], [ -73.796729, 40.713992 ], [ -73.796943, 40.714435 ], [ -73.79714, 40.714882 ], [ -73.797321, 40.715334 ], [ -73.797484, 40.715789 ], [ -73.797963, 40.717162 ], [ -73.797354, 40.717338 ], [ -73.796475, 40.717592 ], [ -73.795825, 40.716267 ], [ -73.794736, 40.714057 ], [ -73.793903, 40.71237 ], [ -73.793214, 40.712608 ], [ -73.793132, 40.712407 ], [ -73.793069, 40.712196 ], [ -73.793027, 40.711981 ], [ -73.793006, 40.711765 ], [ -73.792998, 40.711581 ], [ -73.793038, 40.710711 ], [ -73.793896, 40.710352 ], [ -73.794731, 40.710012 ], [ -73.795617, 40.709753 ], [ -73.796394, 40.709532 ], [ -73.797314, 40.70927 ], [ -73.797768, 40.709143 ], [ -73.798072, 40.70964 ], [ -73.798303, 40.710016 ], [ -73.798701, 40.710663 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045500", "name": "Census Tract 455, Queens County, New York", "total_population_17": 15051, "white_alone_17": 1700.0, "black_alone_17": 7286.0, "native_alone_17": 0.0, "asian_alone_17": 1800.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4058.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.788, "pct_black_alone_change": -12.178, "pct_native_alone_change": -0.382, "pct_asian_alone_change": 8.445, "pct_hispanic_or_latino_change": 8.786, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7363109", "INTPTLON": "-073.8623266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86583, 40.736643 ], [ -73.86546, 40.736746 ], [ -73.865378, 40.736769 ], [ -73.86493, 40.736895 ], [ -73.864341, 40.737073 ], [ -73.864047, 40.737163 ], [ -73.863572, 40.737303 ], [ -73.863173, 40.737422 ], [ -73.862695, 40.737564 ], [ -73.8623, 40.737682 ], [ -73.861832, 40.737829 ], [ -73.861432, 40.737955 ], [ -73.860976, 40.738094 ], [ -73.860072, 40.738373 ], [ -73.859731, 40.737711 ], [ -73.859387, 40.737043 ], [ -73.859042, 40.736384 ], [ -73.858866, 40.735939 ], [ -73.859428, 40.735789 ], [ -73.859741, 40.735698 ], [ -73.861064, 40.735314 ], [ -73.861477, 40.735193 ], [ -73.862357, 40.734939 ], [ -73.86284, 40.734799 ], [ -73.864618, 40.734271 ], [ -73.864815, 40.73466 ], [ -73.865159, 40.735325 ], [ -73.865501, 40.735989 ], [ -73.86583, 40.736643 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045600", "name": "Census Tract 456, Queens County, New York", "total_population_17": 1497, "white_alone_17": 51.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 1202.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 108.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.9, "pct_black_alone_change": -7.088, "pct_native_alone_change": -1.712, "pct_asian_alone_change": 25.43, "pct_hispanic_or_latino_change": -8.973, "pct_native_hawaiian_pacific_islander_change": -0.156, "INTPTLAT": "+40.7166298", "INTPTLON": "-073.7939898" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.798055, 40.717431 ], [ -73.79697, 40.717723 ], [ -73.796382, 40.717897 ], [ -73.795648, 40.718134 ], [ -73.794858, 40.718423 ], [ -73.794483, 40.718559 ], [ -73.794053, 40.718714 ], [ -73.793741, 40.718808 ], [ -73.793216, 40.718964 ], [ -73.79279, 40.719078 ], [ -73.792538, 40.719125 ], [ -73.79214, 40.719199 ], [ -73.791429, 40.719262 ], [ -73.790708, 40.719269 ], [ -73.790769, 40.719134 ], [ -73.790896, 40.718876 ], [ -73.79109, 40.71877 ], [ -73.791263, 40.718669 ], [ -73.791391, 40.718595 ], [ -73.791514, 40.71851 ], [ -73.791628, 40.718418 ], [ -73.791733, 40.71832 ], [ -73.791901, 40.718136 ], [ -73.792014, 40.717968 ], [ -73.792109, 40.717792 ], [ -73.792185, 40.717611 ], [ -73.792242, 40.717427 ], [ -73.792268, 40.717284 ], [ -73.792341, 40.716463 ], [ -73.792404, 40.716193 ], [ -73.792687, 40.71568 ], [ -73.793149, 40.714933 ], [ -73.79346, 40.714419 ], [ -73.793532, 40.714277 ], [ -73.793586, 40.714129 ], [ -73.793621, 40.713975 ], [ -73.793636, 40.713819 ], [ -73.793632, 40.713663 ], [ -73.793607, 40.713508 ], [ -73.793563, 40.713358 ], [ -73.793502, 40.713213 ], [ -73.793214, 40.712608 ], [ -73.793903, 40.71237 ], [ -73.794736, 40.714057 ], [ -73.795825, 40.716267 ], [ -73.796475, 40.717592 ], [ -73.797354, 40.717338 ], [ -73.797963, 40.717162 ], [ -73.798009, 40.717296 ], [ -73.798055, 40.717431 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045700", "name": "Census Tract 457, Queens County, New York", "total_population_17": 3462, "white_alone_17": 141.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 2590.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 731.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.741, "pct_black_alone_change": -1.384, "pct_native_alone_change": -0.118, "pct_asian_alone_change": 24.797, "pct_hispanic_or_latino_change": -12.287, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7377217", "INTPTLON": "-073.8698383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.873567, 40.738117 ], [ -73.87094, 40.738703 ], [ -73.86872, 40.739199 ], [ -73.86704, 40.739572 ], [ -73.86676, 40.73889 ], [ -73.86648, 40.738211 ], [ -73.866095, 40.737251 ], [ -73.867834, 40.736913 ], [ -73.868228, 40.736849 ], [ -73.870094, 40.736522 ], [ -73.872101, 40.735994 ], [ -73.872656, 40.735743 ], [ -73.872772, 40.736046 ], [ -73.873037, 40.736748 ], [ -73.873297, 40.737434 ], [ -73.873567, 40.738117 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045800", "name": "Census Tract 458, Queens County, New York", "total_population_17": 2299, "white_alone_17": 207.0, "black_alone_17": 284.0, "native_alone_17": 0.0, "asian_alone_17": 1494.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 182.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.255, "pct_black_alone_change": -5.968, "pct_native_alone_change": -0.739, "pct_asian_alone_change": 19.842, "pct_hispanic_or_latino_change": -10.035, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7152626", "INTPTLON": "-073.7909261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.793636, 40.713819 ], [ -73.793621, 40.713975 ], [ -73.793586, 40.714129 ], [ -73.793532, 40.714277 ], [ -73.79346, 40.714419 ], [ -73.793149, 40.714933 ], [ -73.792687, 40.71568 ], [ -73.792404, 40.716193 ], [ -73.792341, 40.716463 ], [ -73.792268, 40.717284 ], [ -73.792242, 40.717427 ], [ -73.792185, 40.717611 ], [ -73.792109, 40.717792 ], [ -73.792014, 40.717968 ], [ -73.791901, 40.718136 ], [ -73.791733, 40.71832 ], [ -73.791628, 40.718418 ], [ -73.791514, 40.71851 ], [ -73.791391, 40.718595 ], [ -73.791263, 40.718669 ], [ -73.79109, 40.71877 ], [ -73.790896, 40.718876 ], [ -73.790619, 40.718905 ], [ -73.790454, 40.718913 ], [ -73.7902, 40.718926 ], [ -73.789823, 40.718922 ], [ -73.789449, 40.718896 ], [ -73.788841, 40.718736 ], [ -73.788594, 40.718624 ], [ -73.788389, 40.718504 ], [ -73.788262, 40.718414 ], [ -73.788102, 40.718279 ], [ -73.787916, 40.718077 ], [ -73.787819, 40.717941 ], [ -73.787759, 40.717838 ], [ -73.787892, 40.717705 ], [ -73.788039, 40.71758 ], [ -73.788198, 40.717463 ], [ -73.788367, 40.717356 ], [ -73.788546, 40.717259 ], [ -73.788471, 40.717079 ], [ -73.788412, 40.716894 ], [ -73.788372, 40.716706 ], [ -73.788349, 40.716516 ], [ -73.788344, 40.716326 ], [ -73.788356, 40.716137 ], [ -73.788417, 40.715763 ], [ -73.788785, 40.715258 ], [ -73.789264, 40.714704 ], [ -73.789803, 40.714422 ], [ -73.790054, 40.714319 ], [ -73.790312, 40.714226 ], [ -73.790578, 40.714145 ], [ -73.790849, 40.714077 ], [ -73.791871, 40.713793 ], [ -73.791402, 40.713021 ], [ -73.791339, 40.712921 ], [ -73.791259, 40.712825 ], [ -73.791162, 40.712737 ], [ -73.791049, 40.712658 ], [ -73.790924, 40.712591 ], [ -73.790789, 40.712538 ], [ -73.790649, 40.712499 ], [ -73.790507, 40.712475 ], [ -73.789206, 40.712582 ], [ -73.789089, 40.712579 ], [ -73.788972, 40.71256 ], [ -73.788859, 40.712525 ], [ -73.788756, 40.712476 ], [ -73.788668, 40.712414 ], [ -73.788597, 40.712344 ], [ -73.788654, 40.712337 ], [ -73.78871, 40.712325 ], [ -73.788764, 40.712307 ], [ -73.788814, 40.712285 ], [ -73.78886, 40.712258 ], [ -73.788902, 40.712227 ], [ -73.788939, 40.712193 ], [ -73.78897, 40.712155 ], [ -73.788994, 40.712115 ], [ -73.789012, 40.712073 ], [ -73.789413, 40.711998 ], [ -73.790215, 40.711717 ], [ -73.791014, 40.711433 ], [ -73.792029, 40.711069 ], [ -73.793038, 40.710711 ], [ -73.792998, 40.711581 ], [ -73.793006, 40.711765 ], [ -73.793027, 40.711981 ], [ -73.793069, 40.712196 ], [ -73.793132, 40.712407 ], [ -73.793214, 40.712608 ], [ -73.793502, 40.713213 ], [ -73.793563, 40.713358 ], [ -73.793607, 40.713508 ], [ -73.793632, 40.713663 ], [ -73.793636, 40.713819 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081045900", "name": "Census Tract 459, Queens County, New York", "total_population_17": 3700, "white_alone_17": 126.0, "black_alone_17": 6.0, "native_alone_17": 24.0, "asian_alone_17": 1835.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1674.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.895, "pct_black_alone_change": -1.331, "pct_native_alone_change": 0.443, "pct_asian_alone_change": -5.231, "pct_hispanic_or_latino_change": 13.892, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7398775", "INTPTLON": "-073.8706805" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.874361, 40.74016 ], [ -73.873481, 40.740357 ], [ -73.872614, 40.74055 ], [ -73.871723, 40.740748 ], [ -73.870858, 40.740941 ], [ -73.869506, 40.741243 ], [ -73.867557, 40.741678 ], [ -73.867563, 40.740942 ], [ -73.867318, 40.740261 ], [ -73.867147, 40.739837 ], [ -73.86704, 40.739572 ], [ -73.86872, 40.739199 ], [ -73.87094, 40.738703 ], [ -73.873567, 40.738117 ], [ -73.873835, 40.738803 ], [ -73.874103, 40.739488 ], [ -73.874361, 40.74016 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046000", "name": "Census Tract 460, Queens County, New York", "total_population_17": 6197, "white_alone_17": 70.0, "black_alone_17": 802.0, "native_alone_17": 100.0, "asian_alone_17": 2910.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2044.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.826, "pct_black_alone_change": -22.28, "pct_native_alone_change": 0.005, "pct_asian_alone_change": 33.02, "pct_hispanic_or_latino_change": -8.569, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7082566", "INTPTLON": "-073.7934900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.797314, 40.70927 ], [ -73.796394, 40.709532 ], [ -73.795617, 40.709753 ], [ -73.794731, 40.710012 ], [ -73.793896, 40.710352 ], [ -73.793038, 40.710711 ], [ -73.792029, 40.711069 ], [ -73.7916, 40.710344 ], [ -73.791144, 40.709566 ], [ -73.790653, 40.708726 ], [ -73.78975, 40.707171 ], [ -73.790796, 40.70687 ], [ -73.791463, 40.706678 ], [ -73.792526, 40.70636 ], [ -73.793959, 40.705827 ], [ -73.794895, 40.705461 ], [ -73.796317, 40.707723 ], [ -73.796889, 40.708598 ], [ -73.797314, 40.70927 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046100", "name": "Census Tract 461, Queens County, New York", "total_population_17": 2801, "white_alone_17": 226.0, "black_alone_17": 42.0, "native_alone_17": 8.0, "asian_alone_17": 1162.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1291.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.796, "pct_black_alone_change": 0.818, "pct_native_alone_change": -0.646, "pct_asian_alone_change": -10.432, "pct_hispanic_or_latino_change": 7.252, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7417148", "INTPTLON": "-073.8712656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.875019, 40.741494 ], [ -73.873485, 40.742501 ], [ -73.872373, 40.742454 ], [ -73.87142, 40.742412 ], [ -73.870593, 40.742379 ], [ -73.870362, 40.742502 ], [ -73.867491, 40.743302 ], [ -73.867488, 40.743121 ], [ -73.867473, 40.742168 ], [ -73.867472, 40.742096 ], [ -73.867557, 40.741678 ], [ -73.869506, 40.741243 ], [ -73.870858, 40.740941 ], [ -73.871723, 40.740748 ], [ -73.872614, 40.74055 ], [ -73.873481, 40.740357 ], [ -73.874361, 40.74016 ], [ -73.874796, 40.741288 ], [ -73.875019, 40.741494 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046200", "name": "Census Tract 462, Queens County, New York", "total_population_17": 8189, "white_alone_17": 292.0, "black_alone_17": 909.0, "native_alone_17": 7.0, "asian_alone_17": 3255.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2880.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.486, "pct_black_alone_change": -20.378, "pct_native_alone_change": -1.573, "pct_asian_alone_change": 20.238, "pct_hispanic_or_latino_change": 0.102, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7098547", "INTPTLON": "-073.7879749" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.792029, 40.711069 ], [ -73.791014, 40.711433 ], [ -73.790215, 40.711717 ], [ -73.789413, 40.711998 ], [ -73.789012, 40.712073 ], [ -73.788959, 40.712072 ], [ -73.788875, 40.712067 ], [ -73.788786, 40.712059 ], [ -73.78864, 40.712036 ], [ -73.788524, 40.71201 ], [ -73.788435, 40.711985 ], [ -73.787847, 40.711811 ], [ -73.787413, 40.711849 ], [ -73.786996, 40.711902 ], [ -73.786575, 40.711972 ], [ -73.78616, 40.71206 ], [ -73.785752, 40.712164 ], [ -73.785353, 40.712284 ], [ -73.785029, 40.711571 ], [ -73.784721, 40.710922 ], [ -73.784456, 40.710373 ], [ -73.78441, 40.710277 ], [ -73.785305, 40.710063 ], [ -73.785037, 40.709502 ], [ -73.78429, 40.707931 ], [ -73.784813, 40.707932 ], [ -73.785562, 40.707936 ], [ -73.78577, 40.707934 ], [ -73.786739, 40.707892 ], [ -73.787719, 40.707661 ], [ -73.78804, 40.707571 ], [ -73.788691, 40.707468 ], [ -73.78957, 40.707222 ], [ -73.78975, 40.707171 ], [ -73.790653, 40.708726 ], [ -73.791144, 40.709566 ], [ -73.7916, 40.710344 ], [ -73.792029, 40.711069 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046300", "name": "Census Tract 463, Queens County, New York", "total_population_17": 4362, "white_alone_17": 80.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 1609.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2450.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.637, "pct_black_alone_change": -1.178, "pct_native_alone_change": -0.423, "pct_asian_alone_change": 3.612, "pct_hispanic_or_latino_change": -1.804, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7440007", "INTPTLON": "-073.8710900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.874685, 40.743349 ], [ -73.874226, 40.743955 ], [ -73.873771, 40.744548 ], [ -73.873305, 40.745151 ], [ -73.87284, 40.745756 ], [ -73.872384, 40.746347 ], [ -73.871946, 40.746908 ], [ -73.871918, 40.746782 ], [ -73.871771, 40.746104 ], [ -73.871595, 40.745325 ], [ -73.871569, 40.7452 ], [ -73.871363, 40.744271 ], [ -73.870826, 40.744558 ], [ -73.870127, 40.744991 ], [ -73.869288, 40.745242 ], [ -73.868086, 40.745601 ], [ -73.86791, 40.744934 ], [ -73.867893, 40.744752 ], [ -73.867851, 40.744717 ], [ -73.867678, 40.744042 ], [ -73.867491, 40.743302 ], [ -73.870362, 40.742502 ], [ -73.870593, 40.742379 ], [ -73.87142, 40.742412 ], [ -73.872373, 40.742454 ], [ -73.873485, 40.742501 ], [ -73.873997, 40.742892 ], [ -73.874505, 40.743311 ], [ -73.874658, 40.743268 ], [ -73.874685, 40.743349 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046400", "name": "Census Tract 464, Queens County, New York", "total_population_17": 1725, "white_alone_17": 239.0, "black_alone_17": 470.0, "native_alone_17": 0.0, "asian_alone_17": 352.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 562.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.737, "pct_black_alone_change": -0.883, "pct_native_alone_change": -0.154, "pct_asian_alone_change": -2.715, "pct_hispanic_or_latino_change": 17.502, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7168637", "INTPTLON": "-073.7869958" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.791871, 40.713793 ], [ -73.790849, 40.714077 ], [ -73.790578, 40.714145 ], [ -73.790312, 40.714226 ], [ -73.790054, 40.714319 ], [ -73.789803, 40.714422 ], [ -73.789264, 40.714704 ], [ -73.788785, 40.715258 ], [ -73.788417, 40.715763 ], [ -73.788356, 40.716137 ], [ -73.788344, 40.716326 ], [ -73.788349, 40.716516 ], [ -73.788372, 40.716706 ], [ -73.788412, 40.716894 ], [ -73.788471, 40.717079 ], [ -73.788546, 40.717259 ], [ -73.788367, 40.717356 ], [ -73.788198, 40.717463 ], [ -73.788039, 40.71758 ], [ -73.787892, 40.717705 ], [ -73.787759, 40.717838 ], [ -73.787819, 40.717941 ], [ -73.787916, 40.718077 ], [ -73.788102, 40.718279 ], [ -73.788262, 40.718414 ], [ -73.788389, 40.718504 ], [ -73.788594, 40.718624 ], [ -73.788841, 40.718736 ], [ -73.789449, 40.718896 ], [ -73.789823, 40.718922 ], [ -73.7902, 40.718926 ], [ -73.790454, 40.718913 ], [ -73.790619, 40.718905 ], [ -73.790896, 40.718876 ], [ -73.790769, 40.719134 ], [ -73.790708, 40.719269 ], [ -73.78975, 40.719271 ], [ -73.789321, 40.71927 ], [ -73.78887, 40.719287 ], [ -73.78864, 40.719306 ], [ -73.788164, 40.719379 ], [ -73.787732, 40.719471 ], [ -73.787405, 40.719542 ], [ -73.787103, 40.719603 ], [ -73.78499, 40.719972 ], [ -73.785014, 40.719822 ], [ -73.785053, 40.719584 ], [ -73.784346, 40.719676 ], [ -73.784265, 40.71932 ], [ -73.78417, 40.718965 ], [ -73.78406, 40.718613 ], [ -73.783936, 40.718264 ], [ -73.783798, 40.717918 ], [ -73.783465, 40.717117 ], [ -73.783141, 40.716434 ], [ -73.783402, 40.716432 ], [ -73.783661, 40.716418 ], [ -73.783919, 40.716393 ], [ -73.784175, 40.716356 ], [ -73.784461, 40.716305 ], [ -73.784743, 40.71624 ], [ -73.785019, 40.716159 ], [ -73.785287, 40.716065 ], [ -73.785545, 40.715958 ], [ -73.78578, 40.715854 ], [ -73.786007, 40.715737 ], [ -73.786224, 40.71561 ], [ -73.786429, 40.715472 ], [ -73.786621, 40.715325 ], [ -73.78681, 40.715171 ], [ -73.786985, 40.715008 ], [ -73.787145, 40.714835 ], [ -73.787288, 40.714655 ], [ -73.787368, 40.714527 ], [ -73.787441, 40.714391 ], [ -73.787475, 40.714251 ], [ -73.787499, 40.714107 ], [ -73.787502, 40.713962 ], [ -73.787485, 40.713819 ], [ -73.787448, 40.71368 ], [ -73.78783, 40.713593 ], [ -73.788218, 40.713523 ], [ -73.788611, 40.71347 ], [ -73.789008, 40.713435 ], [ -73.789405, 40.713418 ], [ -73.789747, 40.713385 ], [ -73.790087, 40.713339 ], [ -73.790424, 40.713279 ], [ -73.790756, 40.713206 ], [ -73.790916, 40.713164 ], [ -73.791402, 40.713021 ], [ -73.791871, 40.713793 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046500", "name": "Census Tract 465, Queens County, New York", "total_population_17": 3329, "white_alone_17": 116.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 861.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2352.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.699, "pct_black_alone_change": -0.887, "pct_native_alone_change": -0.273, "pct_asian_alone_change": 10.653, "pct_hispanic_or_latino_change": -6.974, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7469665", "INTPTLON": "-073.8702981" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.872373, 40.748852 ], [ -73.871841, 40.748906 ], [ -73.871356, 40.748957 ], [ -73.870379, 40.749064 ], [ -73.869425, 40.749157 ], [ -73.869192, 40.748763 ], [ -73.868914, 40.748369 ], [ -73.868529, 40.747588 ], [ -73.868438, 40.747031 ], [ -73.868265, 40.746314 ], [ -73.868086, 40.745601 ], [ -73.869288, 40.745242 ], [ -73.870127, 40.744991 ], [ -73.870826, 40.744558 ], [ -73.871363, 40.744271 ], [ -73.871569, 40.7452 ], [ -73.871595, 40.745325 ], [ -73.871771, 40.746104 ], [ -73.871918, 40.746782 ], [ -73.871946, 40.746908 ], [ -73.871964, 40.746984 ], [ -73.872068, 40.747481 ], [ -73.872155, 40.747872 ], [ -73.87222, 40.748157 ], [ -73.872373, 40.748852 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046600", "name": "Census Tract 466, Queens County, New York", "total_population_17": 3786, "white_alone_17": 368.0, "black_alone_17": 857.0, "native_alone_17": 0.0, "asian_alone_17": 1824.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 619.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.9, "pct_black_alone_change": -6.965, "pct_native_alone_change": -0.424, "pct_asian_alone_change": 21.897, "pct_hispanic_or_latino_change": -0.287, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7140095", "INTPTLON": "-073.7851000" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.791402, 40.713021 ], [ -73.790916, 40.713164 ], [ -73.790756, 40.713206 ], [ -73.790424, 40.713279 ], [ -73.790087, 40.713339 ], [ -73.789747, 40.713385 ], [ -73.789405, 40.713418 ], [ -73.789008, 40.713435 ], [ -73.788611, 40.71347 ], [ -73.788218, 40.713523 ], [ -73.78783, 40.713593 ], [ -73.787448, 40.71368 ], [ -73.787485, 40.713819 ], [ -73.787502, 40.713962 ], [ -73.787499, 40.714107 ], [ -73.787475, 40.714251 ], [ -73.787441, 40.714391 ], [ -73.787368, 40.714527 ], [ -73.787288, 40.714655 ], [ -73.787145, 40.714835 ], [ -73.786985, 40.715008 ], [ -73.78681, 40.715171 ], [ -73.786621, 40.715325 ], [ -73.786429, 40.715472 ], [ -73.786224, 40.71561 ], [ -73.786007, 40.715737 ], [ -73.78578, 40.715854 ], [ -73.785545, 40.715958 ], [ -73.785287, 40.716065 ], [ -73.785019, 40.716159 ], [ -73.784743, 40.71624 ], [ -73.784461, 40.716305 ], [ -73.784175, 40.716356 ], [ -73.783919, 40.716393 ], [ -73.783661, 40.716418 ], [ -73.783402, 40.716432 ], [ -73.783141, 40.716434 ], [ -73.782812, 40.716419 ], [ -73.782484, 40.716387 ], [ -73.782158, 40.716338 ], [ -73.781839, 40.716273 ], [ -73.781527, 40.716191 ], [ -73.781601, 40.716032 ], [ -73.781653, 40.715865 ], [ -73.781683, 40.715691 ], [ -73.781689, 40.715514 ], [ -73.78167, 40.715336 ], [ -73.781627, 40.715161 ], [ -73.781545, 40.714967 ], [ -73.781469, 40.71483 ], [ -73.78136, 40.71468 ], [ -73.781234, 40.714541 ], [ -73.780589, 40.713428 ], [ -73.781783, 40.71314 ], [ -73.782366, 40.713003 ], [ -73.782625, 40.712938 ], [ -73.783561, 40.712711 ], [ -73.784461, 40.712494 ], [ -73.785353, 40.712284 ], [ -73.785752, 40.712164 ], [ -73.78616, 40.71206 ], [ -73.786575, 40.711972 ], [ -73.786996, 40.711902 ], [ -73.787413, 40.711849 ], [ -73.787847, 40.711811 ], [ -73.788435, 40.711985 ], [ -73.788524, 40.71201 ], [ -73.78864, 40.712036 ], [ -73.788786, 40.712059 ], [ -73.788875, 40.712067 ], [ -73.788959, 40.712072 ], [ -73.789012, 40.712073 ], [ -73.788994, 40.712115 ], [ -73.78897, 40.712155 ], [ -73.788939, 40.712193 ], [ -73.788902, 40.712227 ], [ -73.78886, 40.712258 ], [ -73.788814, 40.712285 ], [ -73.788764, 40.712307 ], [ -73.78871, 40.712325 ], [ -73.788654, 40.712337 ], [ -73.788597, 40.712344 ], [ -73.788668, 40.712414 ], [ -73.788756, 40.712476 ], [ -73.788859, 40.712525 ], [ -73.788972, 40.71256 ], [ -73.789089, 40.712579 ], [ -73.789206, 40.712582 ], [ -73.790507, 40.712475 ], [ -73.790649, 40.712499 ], [ -73.790789, 40.712538 ], [ -73.790924, 40.712591 ], [ -73.791049, 40.712658 ], [ -73.791162, 40.712737 ], [ -73.791259, 40.712825 ], [ -73.791339, 40.712921 ], [ -73.791402, 40.713021 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046700", "name": "Census Tract 467, Queens County, New York", "total_population_17": 6400, "white_alone_17": 153.0, "black_alone_17": 91.0, "native_alone_17": 39.0, "asian_alone_17": 1994.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4145.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.927, "pct_black_alone_change": -1.321, "pct_native_alone_change": 0.257, "pct_asian_alone_change": -0.161, "pct_hispanic_or_latino_change": 5.171, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7454564", "INTPTLON": "-073.8745856" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.878242, 40.742397 ], [ -73.877683, 40.743061 ], [ -73.877211, 40.743661 ], [ -73.876746, 40.744265 ], [ -73.876282, 40.744869 ], [ -73.875827, 40.745461 ], [ -73.875362, 40.746066 ], [ -73.874896, 40.74667 ], [ -73.874442, 40.747262 ], [ -73.873978, 40.747865 ], [ -73.873513, 40.748468 ], [ -73.873303, 40.748758 ], [ -73.872774, 40.748813 ], [ -73.872373, 40.748852 ], [ -73.87222, 40.748157 ], [ -73.872155, 40.747872 ], [ -73.872068, 40.747481 ], [ -73.871964, 40.746984 ], [ -73.871946, 40.746908 ], [ -73.872384, 40.746347 ], [ -73.87284, 40.745756 ], [ -73.873305, 40.745151 ], [ -73.873771, 40.744548 ], [ -73.874226, 40.743955 ], [ -73.874685, 40.743349 ], [ -73.874658, 40.743268 ], [ -73.875671, 40.74297 ], [ -73.87676, 40.742646 ], [ -73.878479, 40.742151 ], [ -73.878242, 40.742397 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046800", "name": "Census Tract 468, Queens County, New York", "total_population_17": 3162, "white_alone_17": 156.0, "black_alone_17": 302.0, "native_alone_17": 23.0, "asian_alone_17": 1827.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 307.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.628, "pct_black_alone_change": -14.366, "pct_native_alone_change": -2.25, "pct_asian_alone_change": 26.998, "pct_hispanic_or_latino_change": -15.488, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7104936", "INTPTLON": "-073.7822789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.785353, 40.712284 ], [ -73.784461, 40.712494 ], [ -73.783561, 40.712711 ], [ -73.782625, 40.712938 ], [ -73.782366, 40.713003 ], [ -73.781783, 40.71314 ], [ -73.780589, 40.713428 ], [ -73.780151, 40.712083 ], [ -73.779855, 40.711178 ], [ -73.779455, 40.709949 ], [ -73.779048, 40.70871 ], [ -73.779683, 40.708596 ], [ -73.780359, 40.708464 ], [ -73.780554, 40.708426 ], [ -73.78145, 40.708252 ], [ -73.781848, 40.708175 ], [ -73.78237, 40.708076 ], [ -73.782772, 40.708 ], [ -73.782952, 40.707982 ], [ -73.783305, 40.707946 ], [ -73.783817, 40.70793 ], [ -73.78429, 40.707931 ], [ -73.785037, 40.709502 ], [ -73.785305, 40.710063 ], [ -73.78441, 40.710277 ], [ -73.784456, 40.710373 ], [ -73.784721, 40.710922 ], [ -73.785029, 40.711571 ], [ -73.785353, 40.712284 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081046900", "name": "Census Tract 469, Queens County, New York", "total_population_17": 7804, "white_alone_17": 245.0, "black_alone_17": 311.0, "native_alone_17": 93.0, "asian_alone_17": 2090.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4573.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.614, "pct_black_alone_change": 1.475, "pct_native_alone_change": 0.675, "pct_asian_alone_change": -5.647, "pct_hispanic_or_latino_change": 0.561, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7451965", "INTPTLON": "-073.8771845" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.880337, 40.742534 ], [ -73.879811, 40.743104 ], [ -73.87925, 40.743757 ], [ -73.878784, 40.744361 ], [ -73.878319, 40.744965 ], [ -73.877904, 40.74559 ], [ -73.877536, 40.746222 ], [ -73.877159, 40.746865 ], [ -73.876789, 40.747511 ], [ -73.876418, 40.748141 ], [ -73.876252, 40.748439 ], [ -73.875552, 40.748514 ], [ -73.875423, 40.748528 ], [ -73.874629, 40.748614 ], [ -73.873983, 40.748686 ], [ -73.873701, 40.748717 ], [ -73.873303, 40.748758 ], [ -73.873513, 40.748468 ], [ -73.873978, 40.747865 ], [ -73.874442, 40.747262 ], [ -73.874896, 40.74667 ], [ -73.875362, 40.746066 ], [ -73.875827, 40.745461 ], [ -73.876282, 40.744869 ], [ -73.876746, 40.744265 ], [ -73.877211, 40.743661 ], [ -73.877683, 40.743061 ], [ -73.878242, 40.742397 ], [ -73.878479, 40.742151 ], [ -73.87886, 40.741746 ], [ -73.879175, 40.741625 ], [ -73.880278, 40.741297 ], [ -73.881004, 40.741841 ], [ -73.880337, 40.742534 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047000", "name": "Census Tract 470, Queens County, New York", "total_population_17": 3488, "white_alone_17": 90.0, "black_alone_17": 464.0, "native_alone_17": 74.0, "asian_alone_17": 1855.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 511.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.16, "pct_black_alone_change": -8.036, "pct_native_alone_change": -3.265, "pct_asian_alone_change": 23.109, "pct_hispanic_or_latino_change": -15.606, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7112968", "INTPTLON": "-073.7772983" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.780589, 40.713428 ], [ -73.779726, 40.713636 ], [ -73.77887, 40.713849 ], [ -73.778001, 40.714051 ], [ -73.777306, 40.714209 ], [ -73.777123, 40.714262 ], [ -73.776158, 40.712847 ], [ -73.775374, 40.711678 ], [ -73.7745, 40.711946 ], [ -73.773139, 40.709923 ], [ -73.774028, 40.709672 ], [ -73.774892, 40.709419 ], [ -73.776055, 40.709105 ], [ -73.777196, 40.708937 ], [ -73.777271, 40.70893 ], [ -73.777443, 40.708914 ], [ -73.778165, 40.708854 ], [ -73.778676, 40.708779 ], [ -73.779048, 40.70871 ], [ -73.779455, 40.709949 ], [ -73.779855, 40.711178 ], [ -73.780151, 40.712083 ], [ -73.780589, 40.713428 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047100", "name": "Census Tract 471, Queens County, New York", "total_population_17": 4463, "white_alone_17": 209.0, "black_alone_17": 10.0, "native_alone_17": 53.0, "asian_alone_17": 3099.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1136.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.19, "pct_black_alone_change": -1.301, "pct_native_alone_change": 0.713, "pct_asian_alone_change": 19.426, "pct_hispanic_or_latino_change": -12.661, "pct_native_hawaiian_pacific_islander_change": -0.05, "INTPTLAT": "+40.7409850", "INTPTLON": "-073.8765640" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.880278, 40.741297 ], [ -73.879175, 40.741625 ], [ -73.87886, 40.741746 ], [ -73.878479, 40.742151 ], [ -73.87676, 40.742646 ], [ -73.875671, 40.74297 ], [ -73.874658, 40.743268 ], [ -73.874505, 40.743311 ], [ -73.873997, 40.742892 ], [ -73.873485, 40.742501 ], [ -73.875019, 40.741494 ], [ -73.874796, 40.741288 ], [ -73.874361, 40.74016 ], [ -73.874103, 40.739488 ], [ -73.876478, 40.738904 ], [ -73.877431, 40.738601 ], [ -73.877918, 40.739395 ], [ -73.878487, 40.739934 ], [ -73.878632, 40.74006 ], [ -73.879107, 40.740445 ], [ -73.87932, 40.740602 ], [ -73.879991, 40.74107 ], [ -73.880157, 40.741157 ], [ -73.880237, 40.741199 ], [ -73.880278, 40.741297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047200", "name": "Census Tract 472, Queens County, New York", "total_population_17": 3811, "white_alone_17": 913.0, "black_alone_17": 850.0, "native_alone_17": 0.0, "asian_alone_17": 1387.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 524.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.355, "pct_black_alone_change": -4.278, "pct_native_alone_change": -0.441, "pct_asian_alone_change": 6.429, "pct_hispanic_or_latino_change": -1.306, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7176257", "INTPTLON": "-073.7789434" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.785014, 40.719822 ], [ -73.78499, 40.719972 ], [ -73.781992, 40.720174 ], [ -73.780932, 40.720377 ], [ -73.780735, 40.720435 ], [ -73.780361, 40.720527 ], [ -73.779992, 40.72071 ], [ -73.779135, 40.721135 ], [ -73.778587, 40.721488 ], [ -73.777921, 40.721998 ], [ -73.777385, 40.722442 ], [ -73.777252, 40.722304 ], [ -73.77718, 40.722228 ], [ -73.776859, 40.721832 ], [ -73.776801, 40.72176 ], [ -73.776737, 40.721629 ], [ -73.776208, 40.720537 ], [ -73.775511, 40.719094 ], [ -73.775197, 40.718461 ], [ -73.774906, 40.717838 ], [ -73.774248, 40.716517 ], [ -73.773922, 40.715806 ], [ -73.773571, 40.71512 ], [ -73.774442, 40.714905 ], [ -73.775299, 40.714696 ], [ -73.775715, 40.714598 ], [ -73.776186, 40.714486 ], [ -73.776675, 40.714368 ], [ -73.777123, 40.714262 ], [ -73.777306, 40.714209 ], [ -73.778001, 40.714051 ], [ -73.77887, 40.713849 ], [ -73.779726, 40.713636 ], [ -73.780589, 40.713428 ], [ -73.781234, 40.714541 ], [ -73.78136, 40.71468 ], [ -73.781469, 40.71483 ], [ -73.781545, 40.714967 ], [ -73.781627, 40.715161 ], [ -73.78167, 40.715336 ], [ -73.781689, 40.715514 ], [ -73.781683, 40.715691 ], [ -73.781653, 40.715865 ], [ -73.781601, 40.716032 ], [ -73.781527, 40.716191 ], [ -73.781839, 40.716273 ], [ -73.782158, 40.716338 ], [ -73.782484, 40.716387 ], [ -73.782812, 40.716419 ], [ -73.783141, 40.716434 ], [ -73.783465, 40.717117 ], [ -73.783798, 40.717918 ], [ -73.783936, 40.718264 ], [ -73.78406, 40.718613 ], [ -73.78417, 40.718965 ], [ -73.784265, 40.71932 ], [ -73.784346, 40.719676 ], [ -73.785053, 40.719584 ], [ -73.785014, 40.719822 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047300", "name": "Census Tract 473, Queens County, New York", "total_population_17": 4249, "white_alone_17": 622.0, "black_alone_17": 66.0, "native_alone_17": 14.0, "asian_alone_17": 2788.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 773.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.445, "pct_black_alone_change": 0.691, "pct_native_alone_change": 0.12, "pct_asian_alone_change": 12.665, "pct_hispanic_or_latino_change": -10.528, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7372204", "INTPTLON": "-073.8762312" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882873, 40.737611 ], [ -73.881785, 40.737807 ], [ -73.88129, 40.737895 ], [ -73.879649, 40.73819 ], [ -73.87955, 40.738187 ], [ -73.879452, 40.738198 ], [ -73.879357, 40.738222 ], [ -73.879271, 40.738258 ], [ -73.878235, 40.738445 ], [ -73.877431, 40.738601 ], [ -73.876478, 40.738904 ], [ -73.874103, 40.739488 ], [ -73.873835, 40.738803 ], [ -73.873567, 40.738117 ], [ -73.873297, 40.737434 ], [ -73.873037, 40.736748 ], [ -73.872772, 40.736046 ], [ -73.872656, 40.735743 ], [ -73.874351, 40.734966 ], [ -73.874421, 40.734909 ], [ -73.874718, 40.734667 ], [ -73.87477, 40.734628 ], [ -73.875532, 40.735037 ], [ -73.876195, 40.7355 ], [ -73.876934, 40.736033 ], [ -73.877838, 40.736586 ], [ -73.878432, 40.736765 ], [ -73.879427, 40.736955 ], [ -73.880354, 40.737135 ], [ -73.881584, 40.737379 ], [ -73.882272, 40.73751 ], [ -73.882873, 40.737611 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047500", "name": "Census Tract 475, Queens County, New York", "total_population_17": 3982, "white_alone_17": 247.0, "black_alone_17": 13.0, "native_alone_17": 58.0, "asian_alone_17": 2334.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1216.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.739, "pct_black_alone_change": -0.691, "pct_native_alone_change": 1.166, "pct_asian_alone_change": 7.089, "pct_hispanic_or_latino_change": 2.111, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7336372", "INTPTLON": "-073.8756505" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.880515, 40.735752 ], [ -73.880354, 40.737135 ], [ -73.879427, 40.736955 ], [ -73.878432, 40.736765 ], [ -73.877838, 40.736586 ], [ -73.876934, 40.736033 ], [ -73.876195, 40.7355 ], [ -73.875532, 40.735037 ], [ -73.87477, 40.734628 ], [ -73.874132, 40.734377 ], [ -73.873788, 40.734255 ], [ -73.87194, 40.733717 ], [ -73.87048, 40.733294 ], [ -73.870135, 40.7332 ], [ -73.869895, 40.733128 ], [ -73.869037, 40.732849 ], [ -73.869311, 40.732757 ], [ -73.869732, 40.732598 ], [ -73.871211, 40.732096 ], [ -73.872075, 40.731802 ], [ -73.873166, 40.731426 ], [ -73.873898, 40.731212 ], [ -73.874164, 40.731043 ], [ -73.874996, 40.730788 ], [ -73.875237, 40.730724 ], [ -73.875426, 40.730796 ], [ -73.875588, 40.730859 ], [ -73.875825, 40.730947 ], [ -73.876782, 40.731304 ], [ -73.877506, 40.731607 ], [ -73.877399, 40.731686 ], [ -73.87746, 40.73171 ], [ -73.877557, 40.73174 ], [ -73.878247, 40.731996 ], [ -73.878323, 40.732048 ], [ -73.878225, 40.732102 ], [ -73.877083, 40.732909 ], [ -73.87772, 40.733417 ], [ -73.878349, 40.733906 ], [ -73.878954, 40.73438 ], [ -73.879554, 40.734854 ], [ -73.880159, 40.735327 ], [ -73.880659, 40.735715 ], [ -73.880515, 40.735752 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047600", "name": "Census Tract 476, Queens County, New York", "total_population_17": 1594, "white_alone_17": 552.0, "black_alone_17": 278.0, "native_alone_17": 0.0, "asian_alone_17": 581.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 183.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.43, "pct_black_alone_change": 0.107, "pct_native_alone_change": -0.205, "pct_asian_alone_change": 10.872, "pct_hispanic_or_latino_change": 3.976, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7224800", "INTPTLON": "-073.7712454" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.777385, 40.722442 ], [ -73.776056, 40.723356 ], [ -73.774917, 40.724088 ], [ -73.774263, 40.724416 ], [ -73.77359, 40.724742 ], [ -73.772743, 40.725035 ], [ -73.771984, 40.725229 ], [ -73.771058, 40.725485 ], [ -73.770289, 40.725634 ], [ -73.769241, 40.725903 ], [ -73.768466, 40.726039 ], [ -73.767727, 40.726169 ], [ -73.767183, 40.726264 ], [ -73.766244, 40.726403 ], [ -73.766162, 40.726282 ], [ -73.766055, 40.726124 ], [ -73.765753, 40.725713 ], [ -73.765577, 40.725477 ], [ -73.765234, 40.725011 ], [ -73.765085, 40.724891 ], [ -73.764796, 40.724684 ], [ -73.765403, 40.724287 ], [ -73.764912, 40.723486 ], [ -73.764875, 40.723429 ], [ -73.764856, 40.723353 ], [ -73.764856, 40.723276 ], [ -73.764874, 40.723201 ], [ -73.765023, 40.722715 ], [ -73.76504, 40.722659 ], [ -73.765042, 40.722598 ], [ -73.765027, 40.722538 ], [ -73.764996, 40.722481 ], [ -73.76495, 40.722432 ], [ -73.764895, 40.722392 ], [ -73.765427, 40.722227 ], [ -73.765501, 40.722217 ], [ -73.76559, 40.722222 ], [ -73.765664, 40.72224 ], [ -73.765739, 40.722275 ], [ -73.765814, 40.722338 ], [ -73.765898, 40.722393 ], [ -73.766005, 40.722431 ], [ -73.766091, 40.722444 ], [ -73.766157, 40.722445 ], [ -73.766263, 40.72243 ], [ -73.767924, 40.721804 ], [ -73.768209, 40.721711 ], [ -73.769235, 40.721298 ], [ -73.770073, 40.721617 ], [ -73.770194, 40.721572 ], [ -73.770279, 40.721522 ], [ -73.770377, 40.721433 ], [ -73.770413, 40.721382 ], [ -73.770454, 40.721291 ], [ -73.770464, 40.721244 ], [ -73.770592, 40.721058 ], [ -73.770536, 40.720973 ], [ -73.770491, 40.720873 ], [ -73.770462, 40.72076 ], [ -73.770455, 40.720695 ], [ -73.77046, 40.72058 ], [ -73.770481, 40.720485 ], [ -73.77051, 40.720409 ], [ -73.770533, 40.720377 ], [ -73.770607, 40.720309 ], [ -73.770713, 40.720251 ], [ -73.770795, 40.720225 ], [ -73.770893, 40.72021 ], [ -73.770969, 40.720209 ], [ -73.771061, 40.72022 ], [ -73.771127, 40.720237 ], [ -73.771255, 40.720292 ], [ -73.771375, 40.720326 ], [ -73.771541, 40.72035 ], [ -73.771646, 40.720352 ], [ -73.771702, 40.720313 ], [ -73.771754, 40.720254 ], [ -73.771784, 40.72019 ], [ -73.771791, 40.720093 ], [ -73.771776, 40.720041 ], [ -73.771749, 40.719993 ], [ -73.771685, 40.719928 ], [ -73.7716, 40.71988 ], [ -73.771479, 40.719833 ], [ -73.771403, 40.719788 ], [ -73.771323, 40.719721 ], [ -73.771257, 40.719637 ], [ -73.771216, 40.719547 ], [ -73.771132, 40.71912 ], [ -73.770994, 40.718315 ], [ -73.770944, 40.718279 ], [ -73.770904, 40.718229 ], [ -73.770884, 40.718154 ], [ -73.770887, 40.718104 ], [ -73.770917, 40.718045 ], [ -73.770964, 40.717999 ], [ -73.771019, 40.717967 ], [ -73.77135, 40.718015 ], [ -73.771751, 40.717857 ], [ -73.772181, 40.717695 ], [ -73.772526, 40.717634 ], [ -73.772825, 40.71772 ], [ -73.773079, 40.717808 ], [ -73.773344, 40.717919 ], [ -73.773597, 40.718045 ], [ -73.773836, 40.718185 ], [ -73.774061, 40.718337 ], [ -73.774252, 40.718483 ], [ -73.774611, 40.718517 ], [ -73.775197, 40.718461 ], [ -73.775511, 40.719094 ], [ -73.776208, 40.720537 ], [ -73.776737, 40.721629 ], [ -73.776801, 40.72176 ], [ -73.776859, 40.721832 ], [ -73.77718, 40.722228 ], [ -73.777252, 40.722304 ], [ -73.777385, 40.722442 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047800", "name": "Census Tract 478, Queens County, New York", "total_population_17": 5450, "white_alone_17": 1026.0, "black_alone_17": 1381.0, "native_alone_17": 6.0, "asian_alone_17": 1421.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1185.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.718, "pct_black_alone_change": -6.884, "pct_native_alone_change": -1.716, "pct_asian_alone_change": 5.647, "pct_hispanic_or_latino_change": 3.913, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7195817", "INTPTLON": "-073.7661843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.775197, 40.718461 ], [ -73.774611, 40.718517 ], [ -73.774252, 40.718483 ], [ -73.774061, 40.718337 ], [ -73.773836, 40.718185 ], [ -73.773597, 40.718045 ], [ -73.773344, 40.717919 ], [ -73.773079, 40.717808 ], [ -73.772825, 40.71772 ], [ -73.772526, 40.717634 ], [ -73.772181, 40.717695 ], [ -73.771751, 40.717857 ], [ -73.77135, 40.718015 ], [ -73.771019, 40.717967 ], [ -73.770964, 40.717999 ], [ -73.770917, 40.718045 ], [ -73.770887, 40.718104 ], [ -73.770884, 40.718154 ], [ -73.770904, 40.718229 ], [ -73.770944, 40.718279 ], [ -73.770994, 40.718315 ], [ -73.771132, 40.71912 ], [ -73.771216, 40.719547 ], [ -73.771257, 40.719637 ], [ -73.771323, 40.719721 ], [ -73.771403, 40.719788 ], [ -73.771479, 40.719833 ], [ -73.7716, 40.71988 ], [ -73.771685, 40.719928 ], [ -73.771749, 40.719993 ], [ -73.771776, 40.720041 ], [ -73.771791, 40.720093 ], [ -73.771784, 40.72019 ], [ -73.771754, 40.720254 ], [ -73.771702, 40.720313 ], [ -73.771646, 40.720352 ], [ -73.771541, 40.72035 ], [ -73.771375, 40.720326 ], [ -73.771255, 40.720292 ], [ -73.771127, 40.720237 ], [ -73.771061, 40.72022 ], [ -73.770969, 40.720209 ], [ -73.770893, 40.72021 ], [ -73.770795, 40.720225 ], [ -73.770713, 40.720251 ], [ -73.770607, 40.720309 ], [ -73.770533, 40.720377 ], [ -73.77051, 40.720409 ], [ -73.770481, 40.720485 ], [ -73.77046, 40.72058 ], [ -73.770455, 40.720695 ], [ -73.770462, 40.72076 ], [ -73.770491, 40.720873 ], [ -73.770536, 40.720973 ], [ -73.770592, 40.721058 ], [ -73.770464, 40.721244 ], [ -73.770454, 40.721291 ], [ -73.770413, 40.721382 ], [ -73.770377, 40.721433 ], [ -73.770279, 40.721522 ], [ -73.770194, 40.721572 ], [ -73.770073, 40.721617 ], [ -73.769235, 40.721298 ], [ -73.768209, 40.721711 ], [ -73.767924, 40.721804 ], [ -73.766263, 40.72243 ], [ -73.766157, 40.722445 ], [ -73.766091, 40.722444 ], [ -73.766005, 40.722431 ], [ -73.765898, 40.722393 ], [ -73.765814, 40.722338 ], [ -73.765739, 40.722275 ], [ -73.765664, 40.72224 ], [ -73.76559, 40.722222 ], [ -73.765501, 40.722217 ], [ -73.765427, 40.722227 ], [ -73.764895, 40.722392 ], [ -73.76495, 40.722432 ], [ -73.764996, 40.722481 ], [ -73.765027, 40.722538 ], [ -73.765042, 40.722598 ], [ -73.76504, 40.722659 ], [ -73.765023, 40.722715 ], [ -73.764874, 40.723201 ], [ -73.764856, 40.723276 ], [ -73.764856, 40.723353 ], [ -73.764875, 40.723429 ], [ -73.764912, 40.723486 ], [ -73.765403, 40.724287 ], [ -73.764796, 40.724684 ], [ -73.762557, 40.723521 ], [ -73.762262, 40.723387 ], [ -73.761956, 40.723233 ], [ -73.761531, 40.722992 ], [ -73.761175, 40.722763 ], [ -73.76086, 40.722536 ], [ -73.760519, 40.72226 ], [ -73.760289, 40.722053 ], [ -73.759997, 40.721759 ], [ -73.759441, 40.721063 ], [ -73.758327, 40.719582 ], [ -73.758777, 40.719388 ], [ -73.759216, 40.719199 ], [ -73.76003, 40.718847 ], [ -73.760845, 40.718494 ], [ -73.761662, 40.718141 ], [ -73.762479, 40.717786 ], [ -73.763355, 40.717411 ], [ -73.764373, 40.716967 ], [ -73.765714, 40.716393 ], [ -73.766641, 40.717647 ], [ -73.767332, 40.71729 ], [ -73.768179, 40.716993 ], [ -73.768685, 40.716815 ], [ -73.769139, 40.716657 ], [ -73.77008, 40.716327 ], [ -73.771104, 40.715975 ], [ -73.771921, 40.715685 ], [ -73.772759, 40.715397 ], [ -73.773571, 40.71512 ], [ -73.773922, 40.715806 ], [ -73.774248, 40.716517 ], [ -73.774906, 40.717838 ], [ -73.775197, 40.718461 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081047900", "name": "Census Tract 479, Queens County, New York", "total_population_17": 5340, "white_alone_17": 555.0, "black_alone_17": 71.0, "native_alone_17": 0.0, "asian_alone_17": 3972.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 657.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.615, "pct_black_alone_change": 0.003, "pct_native_alone_change": -0.55, "pct_asian_alone_change": 20.513, "pct_hispanic_or_latino_change": -11.393, "pct_native_hawaiian_pacific_islander_change": -0.057, "INTPTLAT": "+40.7354855", "INTPTLON": "-073.8837114" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891369, 40.736061 ], [ -73.88981, 40.736373 ], [ -73.889383, 40.736422 ], [ -73.888802, 40.736531 ], [ -73.887535, 40.736763 ], [ -73.887332, 40.738453 ], [ -73.887253, 40.738836 ], [ -73.886372, 40.738676 ], [ -73.88569, 40.738553 ], [ -73.885607, 40.738536 ], [ -73.884702, 40.738368 ], [ -73.883645, 40.738172 ], [ -73.882613, 40.737952 ], [ -73.881785, 40.737807 ], [ -73.882873, 40.737611 ], [ -73.882272, 40.73751 ], [ -73.881584, 40.737379 ], [ -73.880354, 40.737135 ], [ -73.880515, 40.735752 ], [ -73.880659, 40.735715 ], [ -73.880159, 40.735327 ], [ -73.879554, 40.734854 ], [ -73.878954, 40.73438 ], [ -73.878349, 40.733906 ], [ -73.87772, 40.733417 ], [ -73.877083, 40.732909 ], [ -73.878225, 40.732102 ], [ -73.878323, 40.732048 ], [ -73.878247, 40.731996 ], [ -73.877557, 40.73174 ], [ -73.87746, 40.73171 ], [ -73.877399, 40.731686 ], [ -73.877506, 40.731607 ], [ -73.878247, 40.731873 ], [ -73.87848, 40.731961 ], [ -73.87923, 40.732246 ], [ -73.880242, 40.732596 ], [ -73.880897, 40.732865 ], [ -73.881709, 40.733159 ], [ -73.88259, 40.733478 ], [ -73.882681, 40.733511 ], [ -73.883529, 40.733848 ], [ -73.883811, 40.73356 ], [ -73.884691, 40.733886 ], [ -73.884838, 40.733933 ], [ -73.885065, 40.733982 ], [ -73.885266, 40.734005 ], [ -73.88549, 40.734009 ], [ -73.886892, 40.734099 ], [ -73.887514, 40.734225 ], [ -73.887702, 40.734291 ], [ -73.888566, 40.734592 ], [ -73.889016, 40.735231 ], [ -73.889362, 40.735838 ], [ -73.889608, 40.735939 ], [ -73.891379, 40.735918 ], [ -73.891369, 40.736061 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081048000", "name": "Census Tract 480, Queens County, New York", "total_population_17": 2730, "white_alone_17": 84.0, "black_alone_17": 341.0, "native_alone_17": 260.0, "asian_alone_17": 1086.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 441.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.961, "pct_black_alone_change": -11.547, "pct_native_alone_change": 6.128, "pct_asian_alone_change": 5.176, "pct_hispanic_or_latino_change": -5.204, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7128891", "INTPTLON": "-073.7730046" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.776675, 40.714368 ], [ -73.776186, 40.714486 ], [ -73.775715, 40.714598 ], [ -73.775299, 40.714696 ], [ -73.774442, 40.714905 ], [ -73.773571, 40.71512 ], [ -73.772759, 40.715397 ], [ -73.771921, 40.715685 ], [ -73.771134, 40.714502 ], [ -73.770395, 40.7134 ], [ -73.76944, 40.711977 ], [ -73.769626, 40.711786 ], [ -73.770045, 40.711373 ], [ -73.770651, 40.710826 ], [ -73.771736, 40.710313 ], [ -73.772287, 40.710159 ], [ -73.773139, 40.709923 ], [ -73.7745, 40.711946 ], [ -73.775374, 40.711678 ], [ -73.776158, 40.712847 ], [ -73.777123, 40.714262 ], [ -73.776675, 40.714368 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081048100", "name": "Census Tract 481, Queens County, New York", "total_population_17": 6384, "white_alone_17": 712.0, "black_alone_17": 364.0, "native_alone_17": 0.0, "asian_alone_17": 3410.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1746.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.672, "pct_black_alone_change": 2.974, "pct_native_alone_change": -0.472, "pct_asian_alone_change": 11.245, "pct_hispanic_or_latino_change": -16.752, "pct_native_hawaiian_pacific_islander_change": -0.015, "INTPTLAT": "+40.7422192", "INTPTLON": "-073.8850516" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887986, 40.743548 ], [ -73.887098, 40.743676 ], [ -73.886208, 40.743775 ], [ -73.885383, 40.743849 ], [ -73.885095, 40.743974 ], [ -73.88471, 40.743794 ], [ -73.883874, 40.7434 ], [ -73.882831, 40.742888 ], [ -73.882633, 40.742787 ], [ -73.88188, 40.742377 ], [ -73.881004, 40.741841 ], [ -73.881864, 40.741735 ], [ -73.882943, 40.74161 ], [ -73.882829, 40.740992 ], [ -73.884615, 40.740433 ], [ -73.885512, 40.740165 ], [ -73.88559, 40.740577 ], [ -73.885726, 40.741289 ], [ -73.886619, 40.741182 ], [ -73.886668, 40.741178 ], [ -73.887511, 40.741083 ], [ -73.887986, 40.743548 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081048200", "name": "Census Tract 482, Queens County, New York", "total_population_17": 1521, "white_alone_17": 76.0, "black_alone_17": 434.0, "native_alone_17": 0.0, "asian_alone_17": 598.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 155.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.461, "pct_black_alone_change": -19.787, "pct_native_alone_change": -0.871, "pct_asian_alone_change": 21.219, "pct_hispanic_or_latino_change": -7.098, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7148351", "INTPTLON": "-073.7679226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.771921, 40.715685 ], [ -73.771104, 40.715975 ], [ -73.77008, 40.716327 ], [ -73.769139, 40.716657 ], [ -73.768685, 40.716815 ], [ -73.768179, 40.716993 ], [ -73.767332, 40.71729 ], [ -73.766641, 40.717647 ], [ -73.765714, 40.716393 ], [ -73.765173, 40.715674 ], [ -73.764636, 40.714957 ], [ -73.764389, 40.714375 ], [ -73.764032, 40.713475 ], [ -73.764019, 40.713318 ], [ -73.764828, 40.713277 ], [ -73.766051, 40.713282 ], [ -73.767038, 40.713185 ], [ -73.767422, 40.713088 ], [ -73.767999, 40.712865 ], [ -73.768577, 40.712554 ], [ -73.768747, 40.712459 ], [ -73.76944, 40.711977 ], [ -73.770395, 40.7134 ], [ -73.771134, 40.714502 ], [ -73.771921, 40.715685 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081048300", "name": "Census Tract 483, Queens County, New York", "total_population_17": 4290, "white_alone_17": 400.0, "black_alone_17": 23.0, "native_alone_17": 36.0, "asian_alone_17": 2363.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 1396.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.712, "pct_black_alone_change": -0.397, "pct_native_alone_change": 0.359, "pct_asian_alone_change": 2.323, "pct_hispanic_or_latino_change": 4.468, "pct_native_hawaiian_pacific_islander_change": 0.28, "INTPTLAT": "+40.7417172", "INTPTLON": "-073.8926967" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.898882, 40.740738 ], [ -73.898737, 40.740849 ], [ -73.898609, 40.740969 ], [ -73.898131, 40.741344 ], [ -73.897277, 40.742046 ], [ -73.897345, 40.742133 ], [ -73.897115, 40.742321 ], [ -73.896453, 40.742861 ], [ -73.896306, 40.74283 ], [ -73.896139, 40.742795 ], [ -73.895653, 40.742684 ], [ -73.894692, 40.742574 ], [ -73.894324, 40.742535 ], [ -73.893766, 40.742609 ], [ -73.892821, 40.742741 ], [ -73.892179, 40.742873 ], [ -73.891602, 40.742986 ], [ -73.890875, 40.743106 ], [ -73.890716, 40.743128 ], [ -73.889792, 40.743261 ], [ -73.88887, 40.743399 ], [ -73.887986, 40.743548 ], [ -73.887511, 40.741083 ], [ -73.888402, 40.740978 ], [ -73.890278, 40.74076 ], [ -73.890887, 40.740687 ], [ -73.892351, 40.740517 ], [ -73.894685, 40.740233 ], [ -73.895838, 40.740453 ], [ -73.896856, 40.740637 ], [ -73.897529, 40.740765 ], [ -73.897012, 40.740276 ], [ -73.897445, 40.74036 ], [ -73.897696, 40.740408 ], [ -73.898683, 40.740592 ], [ -73.898985, 40.740646 ], [ -73.898882, 40.740738 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081048400", "name": "Census Tract 484, Queens County, New York", "total_population_17": 5265, "white_alone_17": 130.0, "black_alone_17": 1562.0, "native_alone_17": 0.0, "asian_alone_17": 2209.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 725.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.756, "pct_black_alone_change": -13.403, "pct_native_alone_change": -2.215, "pct_asian_alone_change": 16.965, "pct_hispanic_or_latino_change": -4.121, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7158173", "INTPTLON": "-073.7599374" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.765714, 40.716393 ], [ -73.764373, 40.716967 ], [ -73.763355, 40.717411 ], [ -73.762479, 40.717786 ], [ -73.761662, 40.718141 ], [ -73.760845, 40.718494 ], [ -73.76003, 40.718847 ], [ -73.759216, 40.719199 ], [ -73.758777, 40.719388 ], [ -73.758327, 40.719582 ], [ -73.757257, 40.718139 ], [ -73.755889, 40.716299 ], [ -73.754701, 40.71471 ], [ -73.754349, 40.71427 ], [ -73.754037, 40.71388 ], [ -73.755072, 40.71362 ], [ -73.756068, 40.713504 ], [ -73.756242, 40.713502 ], [ -73.757137, 40.713498 ], [ -73.758205, 40.713498 ], [ -73.759222, 40.713473 ], [ -73.759456, 40.713469 ], [ -73.76065, 40.713454 ], [ -73.761185, 40.713436 ], [ -73.762969, 40.713376 ], [ -73.764019, 40.713318 ], [ -73.764032, 40.713475 ], [ -73.764389, 40.714375 ], [ -73.764636, 40.714957 ], [ -73.765173, 40.715674 ], [ -73.765714, 40.716393 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081048500", "name": "Census Tract 485, Queens County, New York", "total_population_17": 4369, "white_alone_17": 422.0, "black_alone_17": 63.0, "native_alone_17": 0.0, "asian_alone_17": 3078.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 769.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.31, "pct_black_alone_change": -0.225, "pct_native_alone_change": -0.324, "pct_asian_alone_change": 6.741, "pct_hispanic_or_latino_change": -2.64, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7397517", "INTPTLON": "-073.8843383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894685, 40.740233 ], [ -73.892351, 40.740517 ], [ -73.890887, 40.740687 ], [ -73.890278, 40.74076 ], [ -73.888402, 40.740978 ], [ -73.887511, 40.741083 ], [ -73.886668, 40.741178 ], [ -73.886619, 40.741182 ], [ -73.885726, 40.741289 ], [ -73.88559, 40.740577 ], [ -73.885512, 40.740165 ], [ -73.884615, 40.740433 ], [ -73.882829, 40.740992 ], [ -73.882943, 40.74161 ], [ -73.881864, 40.741735 ], [ -73.881004, 40.741841 ], [ -73.880278, 40.741297 ], [ -73.880237, 40.741199 ], [ -73.880157, 40.741157 ], [ -73.879991, 40.74107 ], [ -73.87932, 40.740602 ], [ -73.879107, 40.740445 ], [ -73.878632, 40.74006 ], [ -73.878487, 40.739934 ], [ -73.877918, 40.739395 ], [ -73.877431, 40.738601 ], [ -73.878235, 40.738445 ], [ -73.879271, 40.738258 ], [ -73.879357, 40.738222 ], [ -73.879452, 40.738198 ], [ -73.87955, 40.738187 ], [ -73.879649, 40.73819 ], [ -73.88129, 40.737895 ], [ -73.881785, 40.737807 ], [ -73.882613, 40.737952 ], [ -73.883645, 40.738172 ], [ -73.884702, 40.738368 ], [ -73.885607, 40.738536 ], [ -73.88569, 40.738553 ], [ -73.886372, 40.738676 ], [ -73.887253, 40.738836 ], [ -73.887694, 40.738905 ], [ -73.888284, 40.73904 ], [ -73.889669, 40.739302 ], [ -73.890254, 40.739391 ], [ -73.890748, 40.739489 ], [ -73.892208, 40.739756 ], [ -73.894202, 40.740123 ], [ -73.894685, 40.740233 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081048900", "name": "Census Tract 489, Queens County, New York", "total_population_17": 1788, "white_alone_17": 81.0, "black_alone_17": 1.0, "native_alone_17": 2.0, "asian_alone_17": 841.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 865.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.352, "pct_black_alone_change": -0.433, "pct_native_alone_change": -0.05, "pct_asian_alone_change": 11.088, "pct_hispanic_or_latino_change": 19.487, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7373155", "INTPTLON": "-073.8921827" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896016, 40.735239 ], [ -73.895975, 40.736441 ], [ -73.895956, 40.736925 ], [ -73.89593, 40.737639 ], [ -73.895902, 40.738354 ], [ -73.895872, 40.739066 ], [ -73.895884, 40.739462 ], [ -73.895856, 40.740072 ], [ -73.895838, 40.740453 ], [ -73.894685, 40.740233 ], [ -73.894202, 40.740123 ], [ -73.892208, 40.739756 ], [ -73.890748, 40.739489 ], [ -73.890254, 40.739391 ], [ -73.889669, 40.739302 ], [ -73.888284, 40.73904 ], [ -73.887694, 40.738905 ], [ -73.887253, 40.738836 ], [ -73.887332, 40.738453 ], [ -73.887535, 40.736763 ], [ -73.888802, 40.736531 ], [ -73.889383, 40.736422 ], [ -73.88981, 40.736373 ], [ -73.891369, 40.736061 ], [ -73.891379, 40.735918 ], [ -73.889608, 40.735939 ], [ -73.889362, 40.735838 ], [ -73.889016, 40.735231 ], [ -73.888566, 40.734592 ], [ -73.891139, 40.734513 ], [ -73.891385, 40.734505 ], [ -73.89175, 40.734485 ], [ -73.892326, 40.73447 ], [ -73.893235, 40.734561 ], [ -73.894153, 40.734801 ], [ -73.894246, 40.734842 ], [ -73.89439, 40.734894 ], [ -73.894641, 40.734962 ], [ -73.894765, 40.734986 ], [ -73.894996, 40.735015 ], [ -73.895101, 40.735021 ], [ -73.896029, 40.735018 ], [ -73.896016, 40.735239 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081049200", "name": "Census Tract 492, Queens County, New York", "total_population_17": 4976, "white_alone_17": 326.0, "black_alone_17": 2293.0, "native_alone_17": 0.0, "asian_alone_17": 1433.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 590.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.111, "pct_black_alone_change": -11.697, "pct_native_alone_change": -1.771, "pct_asian_alone_change": 17.227, "pct_hispanic_or_latino_change": -6.703, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7229805", "INTPTLON": "-073.7584947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.766244, 40.726403 ], [ -73.765457, 40.726474 ], [ -73.765042, 40.726488 ], [ -73.7647, 40.726479 ], [ -73.764415, 40.726441 ], [ -73.763897, 40.726364 ], [ -73.762401, 40.726161 ], [ -73.762028, 40.72611 ], [ -73.76179, 40.726083 ], [ -73.760818, 40.725962 ], [ -73.759988, 40.725879 ], [ -73.759476, 40.725892 ], [ -73.759022, 40.725924 ], [ -73.758559, 40.725969 ], [ -73.758016, 40.726032 ], [ -73.757478, 40.72613 ], [ -73.757026, 40.726246 ], [ -73.75688, 40.726279 ], [ -73.756819, 40.726232 ], [ -73.75671, 40.726179 ], [ -73.756028, 40.725596 ], [ -73.75581, 40.725427 ], [ -73.755666, 40.725319 ], [ -73.755481, 40.72512 ], [ -73.755244, 40.724783 ], [ -73.755086, 40.72449 ], [ -73.754969, 40.72416 ], [ -73.755034, 40.724118 ], [ -73.755771, 40.72364 ], [ -73.754911, 40.722842 ], [ -73.754331, 40.722309 ], [ -73.753227, 40.721284 ], [ -73.752334, 40.720262 ], [ -73.753133, 40.719915 ], [ -73.753931, 40.719572 ], [ -73.754749, 40.719217 ], [ -73.755566, 40.718867 ], [ -73.756382, 40.718516 ], [ -73.757257, 40.718139 ], [ -73.758327, 40.719582 ], [ -73.759441, 40.721063 ], [ -73.759997, 40.721759 ], [ -73.760289, 40.722053 ], [ -73.760519, 40.72226 ], [ -73.76086, 40.722536 ], [ -73.761175, 40.722763 ], [ -73.761531, 40.722992 ], [ -73.761956, 40.723233 ], [ -73.762262, 40.723387 ], [ -73.762557, 40.723521 ], [ -73.764796, 40.724684 ], [ -73.765085, 40.724891 ], [ -73.765234, 40.725011 ], [ -73.765577, 40.725477 ], [ -73.765753, 40.725713 ], [ -73.766055, 40.726124 ], [ -73.766162, 40.726282 ], [ -73.766244, 40.726403 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081049301", "name": "Census Tract 493.01, Queens County, New York", "total_population_17": 2042, "white_alone_17": 691.0, "black_alone_17": 24.0, "native_alone_17": 0.0, "asian_alone_17": 787.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 527.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.849, "pct_black_alone_change": 0.849, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 17.334, "pct_hispanic_or_latino_change": 13.682, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7323708", "INTPTLON": "-073.8942499" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896029, 40.735018 ], [ -73.895101, 40.735021 ], [ -73.894996, 40.735015 ], [ -73.894765, 40.734986 ], [ -73.894641, 40.734962 ], [ -73.89439, 40.734894 ], [ -73.894246, 40.734842 ], [ -73.894153, 40.734801 ], [ -73.893235, 40.734561 ], [ -73.892326, 40.73447 ], [ -73.89175, 40.734485 ], [ -73.892009, 40.734054 ], [ -73.892063, 40.733965 ], [ -73.892131, 40.733681 ], [ -73.892134, 40.733636 ], [ -73.892334, 40.731159 ], [ -73.892969, 40.731149 ], [ -73.893869, 40.731147 ], [ -73.893814, 40.730465 ], [ -73.893758, 40.729779 ], [ -73.893693, 40.729208 ], [ -73.894503, 40.729098 ], [ -73.894612, 40.729086 ], [ -73.895589, 40.728965 ], [ -73.8956, 40.729106 ], [ -73.895623, 40.729475 ], [ -73.895645, 40.729699 ], [ -73.895652, 40.729784 ], [ -73.895698, 40.73038 ], [ -73.895737, 40.730815 ], [ -73.895763, 40.731137 ], [ -73.895799, 40.731505 ], [ -73.895851, 40.732175 ], [ -73.895913, 40.732877 ], [ -73.895959, 40.733532 ], [ -73.895971, 40.733688 ], [ -73.896017, 40.734256 ], [ -73.896029, 40.735018 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081049302", "name": "Census Tract 493.02, Queens County, New York", "total_population_17": 2879, "white_alone_17": 1198.0, "black_alone_17": 76.0, "native_alone_17": 0.0, "asian_alone_17": 293.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1233.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.532, "pct_black_alone_change": 1.847, "pct_native_alone_change": -0.36, "pct_asian_alone_change": 2.249, "pct_hispanic_or_latino_change": 20.701, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7278550", "INTPTLON": "-073.8918030" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.895589, 40.728965 ], [ -73.894612, 40.729086 ], [ -73.894503, 40.729098 ], [ -73.893693, 40.729208 ], [ -73.893758, 40.729779 ], [ -73.893814, 40.730465 ], [ -73.893869, 40.731147 ], [ -73.892969, 40.731149 ], [ -73.892334, 40.731159 ], [ -73.892342, 40.730873 ], [ -73.892364, 40.730399 ], [ -73.892403, 40.729559 ], [ -73.891518, 40.728162 ], [ -73.891293, 40.728277 ], [ -73.891169, 40.728337 ], [ -73.891039, 40.72842 ], [ -73.890938, 40.728503 ], [ -73.890824, 40.728628 ], [ -73.890008, 40.72945 ], [ -73.889916, 40.72954 ], [ -73.889808, 40.729621 ], [ -73.889685, 40.729691 ], [ -73.88955, 40.729747 ], [ -73.8894, 40.72979 ], [ -73.889263, 40.729815 ], [ -73.88806, 40.730087 ], [ -73.88756, 40.730197 ], [ -73.887451, 40.729886 ], [ -73.887361, 40.729571 ], [ -73.887289, 40.729253 ], [ -73.887236, 40.728933 ], [ -73.887201, 40.728612 ], [ -73.887198, 40.728184 ], [ -73.887201, 40.728092 ], [ -73.887204, 40.728011 ], [ -73.887205, 40.727869 ], [ -73.887482, 40.727758 ], [ -73.88775, 40.727634 ], [ -73.887942, 40.727525 ], [ -73.888035, 40.727471 ], [ -73.888561, 40.727168 ], [ -73.889196, 40.726804 ], [ -73.889531, 40.726601 ], [ -73.889699, 40.726499 ], [ -73.890309, 40.726177 ], [ -73.890334, 40.726166 ], [ -73.890712, 40.726 ], [ -73.890396, 40.725963 ], [ -73.890353, 40.725958 ], [ -73.890579, 40.725856 ], [ -73.890769, 40.725783 ], [ -73.891174, 40.72564 ], [ -73.891564, 40.725527 ], [ -73.891824, 40.725464 ], [ -73.892238, 40.72537 ], [ -73.892663, 40.725299 ], [ -73.892977, 40.725261 ], [ -73.893268, 40.725227 ], [ -73.893681, 40.725202 ], [ -73.894022, 40.725192 ], [ -73.894029, 40.72536 ], [ -73.894974, 40.725407 ], [ -73.895071, 40.725542 ], [ -73.895341, 40.725921 ], [ -73.895412, 40.726771 ], [ -73.895499, 40.727789 ], [ -73.895589, 40.728965 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081049500", "name": "Census Tract 495, Queens County, New York", "total_population_17": 1417, "white_alone_17": 891.0, "black_alone_17": 0.0, "native_alone_17": 12.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 438.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.071, "pct_black_alone_change": -0.078, "pct_native_alone_change": 0.692, "pct_asian_alone_change": -0.227, "pct_hispanic_or_latino_change": 19.109, "pct_native_hawaiian_pacific_islander_change": -0.078, "INTPTLAT": "+40.7253841", "INTPTLON": "-073.8904103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894974, 40.725407 ], [ -73.894029, 40.72536 ], [ -73.894022, 40.725192 ], [ -73.893681, 40.725202 ], [ -73.893268, 40.725227 ], [ -73.892977, 40.725261 ], [ -73.892663, 40.725299 ], [ -73.892238, 40.72537 ], [ -73.891824, 40.725464 ], [ -73.891564, 40.725527 ], [ -73.891174, 40.72564 ], [ -73.890769, 40.725783 ], [ -73.890579, 40.725856 ], [ -73.890353, 40.725958 ], [ -73.890396, 40.725963 ], [ -73.890712, 40.726 ], [ -73.890334, 40.726166 ], [ -73.890309, 40.726177 ], [ -73.889699, 40.726499 ], [ -73.889531, 40.726601 ], [ -73.889196, 40.726804 ], [ -73.888561, 40.727168 ], [ -73.888035, 40.727471 ], [ -73.887942, 40.727525 ], [ -73.88775, 40.727634 ], [ -73.887482, 40.727758 ], [ -73.887205, 40.727869 ], [ -73.887205, 40.727694 ], [ -73.887221, 40.727527 ], [ -73.887241, 40.727402 ], [ -73.8872, 40.726191 ], [ -73.887133, 40.726142 ], [ -73.887099, 40.725319 ], [ -73.887077, 40.724638 ], [ -73.888975, 40.72482 ], [ -73.890175, 40.724947 ], [ -73.890303, 40.724924 ], [ -73.891008, 40.724616 ], [ -73.891817, 40.724256 ], [ -73.892656, 40.723888 ], [ -73.894113, 40.723214 ], [ -73.894336, 40.723921 ], [ -73.894549, 40.72462 ], [ -73.894678, 40.724999 ], [ -73.89485, 40.725226 ], [ -73.89491, 40.72531 ], [ -73.894974, 40.725407 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081049600", "name": "Census Tract 496, Queens County, New York", "total_population_17": 3296, "white_alone_17": 144.0, "black_alone_17": 785.0, "native_alone_17": 0.0, "asian_alone_17": 785.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 850.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.811, "pct_black_alone_change": -18.632, "pct_native_alone_change": -3.032, "pct_asian_alone_change": 4.614, "pct_hispanic_or_latino_change": 5.113, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7169502", "INTPTLON": "-073.7531219" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.756382, 40.718516 ], [ -73.755566, 40.718867 ], [ -73.754749, 40.719217 ], [ -73.753931, 40.719572 ], [ -73.753133, 40.719915 ], [ -73.752334, 40.720262 ], [ -73.751383, 40.718988 ], [ -73.75072, 40.718104 ], [ -73.750255, 40.717479 ], [ -73.749831, 40.716613 ], [ -73.749625, 40.715914 ], [ -73.749345, 40.715145 ], [ -73.750453, 40.714879 ], [ -73.751325, 40.714634 ], [ -73.7522, 40.714365 ], [ -73.753093, 40.714096 ], [ -73.754037, 40.71388 ], [ -73.754349, 40.71427 ], [ -73.754701, 40.71471 ], [ -73.755889, 40.716299 ], [ -73.757257, 40.718139 ], [ -73.756382, 40.718516 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081049700", "name": "Census Tract 497, Queens County, New York", "total_population_17": 3077, "white_alone_17": 1075.0, "black_alone_17": 25.0, "native_alone_17": 0.0, "asian_alone_17": 1274.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 589.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.056, "pct_black_alone_change": -0.401, "pct_native_alone_change": -0.038, "pct_asian_alone_change": 20.858, "pct_hispanic_or_latino_change": 3.789, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7317510", "INTPTLON": "-073.8903723" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.892364, 40.730399 ], [ -73.892342, 40.730873 ], [ -73.892334, 40.731159 ], [ -73.892134, 40.733636 ], [ -73.892131, 40.733681 ], [ -73.892063, 40.733965 ], [ -73.892009, 40.734054 ], [ -73.89175, 40.734485 ], [ -73.891385, 40.734505 ], [ -73.891139, 40.734513 ], [ -73.888566, 40.734592 ], [ -73.888523, 40.734531 ], [ -73.888443, 40.733855 ], [ -73.888375, 40.733205 ], [ -73.888307, 40.732515 ], [ -73.888253, 40.731897 ], [ -73.888178, 40.731195 ], [ -73.88811, 40.730572 ], [ -73.88806, 40.730087 ], [ -73.889263, 40.729815 ], [ -73.8894, 40.72979 ], [ -73.88955, 40.729747 ], [ -73.889685, 40.729691 ], [ -73.889808, 40.729621 ], [ -73.889916, 40.72954 ], [ -73.890008, 40.72945 ], [ -73.890824, 40.728628 ], [ -73.890938, 40.728503 ], [ -73.891039, 40.72842 ], [ -73.891169, 40.728337 ], [ -73.891293, 40.728277 ], [ -73.891518, 40.728162 ], [ -73.892403, 40.729559 ], [ -73.892364, 40.730399 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081049900", "name": "Census Tract 499, Queens County, New York", "total_population_17": 5490, "white_alone_17": 802.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 3752.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 820.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.75, "pct_black_alone_change": -0.294, "pct_native_alone_change": -0.416, "pct_asian_alone_change": 22.042, "pct_hispanic_or_latino_change": -1.766, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.7311285", "INTPTLON": "-073.8833525" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.888566, 40.734592 ], [ -73.887702, 40.734291 ], [ -73.887514, 40.734225 ], [ -73.886892, 40.734099 ], [ -73.88549, 40.734009 ], [ -73.885266, 40.734005 ], [ -73.885065, 40.733982 ], [ -73.884838, 40.733933 ], [ -73.884691, 40.733886 ], [ -73.883811, 40.73356 ], [ -73.883529, 40.733848 ], [ -73.882681, 40.733511 ], [ -73.88259, 40.733478 ], [ -73.881709, 40.733159 ], [ -73.880897, 40.732865 ], [ -73.880242, 40.732596 ], [ -73.87923, 40.732246 ], [ -73.87848, 40.731961 ], [ -73.878247, 40.731873 ], [ -73.877506, 40.731607 ], [ -73.876782, 40.731304 ], [ -73.875825, 40.730947 ], [ -73.875588, 40.730859 ], [ -73.875426, 40.730796 ], [ -73.875237, 40.730724 ], [ -73.875589, 40.730628 ], [ -73.875711, 40.730595 ], [ -73.876343, 40.730399 ], [ -73.877075, 40.73014 ], [ -73.877308, 40.730047 ], [ -73.87754, 40.729955 ], [ -73.877965, 40.72977 ], [ -73.878433, 40.729588 ], [ -73.878979, 40.729375 ], [ -73.879723, 40.729089 ], [ -73.880053, 40.728991 ], [ -73.88039, 40.728905 ], [ -73.880733, 40.728833 ], [ -73.88093, 40.7288 ], [ -73.881081, 40.728774 ], [ -73.881433, 40.728729 ], [ -73.881786, 40.728698 ], [ -73.88214, 40.72868 ], [ -73.883931, 40.728538 ], [ -73.884458, 40.728494 ], [ -73.884591, 40.728483 ], [ -73.884902, 40.728455 ], [ -73.885165, 40.728424 ], [ -73.885612, 40.728342 ], [ -73.885882, 40.728283 ], [ -73.88629, 40.72818 ], [ -73.886331, 40.728168 ], [ -73.886632, 40.72808 ], [ -73.886763, 40.728037 ], [ -73.886949, 40.727979 ], [ -73.887205, 40.727869 ], [ -73.887204, 40.728011 ], [ -73.887201, 40.728092 ], [ -73.887198, 40.728184 ], [ -73.887201, 40.728612 ], [ -73.887236, 40.728933 ], [ -73.887289, 40.729253 ], [ -73.887361, 40.729571 ], [ -73.887451, 40.729886 ], [ -73.88756, 40.730197 ], [ -73.88806, 40.730087 ], [ -73.88811, 40.730572 ], [ -73.888178, 40.731195 ], [ -73.888253, 40.731897 ], [ -73.888307, 40.732515 ], [ -73.888375, 40.733205 ], [ -73.888443, 40.733855 ], [ -73.888523, 40.734531 ], [ -73.888566, 40.734592 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050000", "name": "Census Tract 500, Queens County, New York", "total_population_17": 4476, "white_alone_17": 148.0, "black_alone_17": 2944.0, "native_alone_17": 7.0, "asian_alone_17": 474.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 630.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.655, "pct_black_alone_change": -14.342, "pct_native_alone_change": -0.542, "pct_asian_alone_change": 6.802, "pct_hispanic_or_latino_change": 4.382, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7119449", "INTPTLON": "-073.7636159" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.771736, 40.710313 ], [ -73.770651, 40.710826 ], [ -73.770045, 40.711373 ], [ -73.769626, 40.711786 ], [ -73.76944, 40.711977 ], [ -73.768747, 40.712459 ], [ -73.768577, 40.712554 ], [ -73.767999, 40.712865 ], [ -73.767422, 40.713088 ], [ -73.767038, 40.713185 ], [ -73.766051, 40.713282 ], [ -73.764828, 40.713277 ], [ -73.764019, 40.713318 ], [ -73.762969, 40.713376 ], [ -73.761185, 40.713436 ], [ -73.76065, 40.713454 ], [ -73.759456, 40.713469 ], [ -73.759222, 40.713473 ], [ -73.758205, 40.713498 ], [ -73.757137, 40.713498 ], [ -73.756242, 40.713502 ], [ -73.756068, 40.713504 ], [ -73.755072, 40.71362 ], [ -73.754037, 40.71388 ], [ -73.753708, 40.713325 ], [ -73.753607, 40.713071 ], [ -73.754503, 40.712841 ], [ -73.755394, 40.712638 ], [ -73.756288, 40.712426 ], [ -73.757182, 40.712213 ], [ -73.758102, 40.712005 ], [ -73.75897, 40.711783 ], [ -73.759864, 40.71157 ], [ -73.760766, 40.711349 ], [ -73.761653, 40.711133 ], [ -73.762549, 40.710916 ], [ -73.763446, 40.710707 ], [ -73.764353, 40.710495 ], [ -73.765228, 40.710273 ], [ -73.766155, 40.71005 ], [ -73.767807, 40.709632 ], [ -73.76826, 40.709526 ], [ -73.768445, 40.709637 ], [ -73.768812, 40.709808 ], [ -73.770844, 40.710172 ], [ -73.771151, 40.710212 ], [ -73.771478, 40.710222 ], [ -73.771652, 40.710222 ], [ -73.771736, 40.710313 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050201", "name": "Census Tract 502.01, Queens County, New York", "total_population_17": 1431, "white_alone_17": 10.0, "black_alone_17": 999.0, "native_alone_17": 0.0, "asian_alone_17": 94.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 271.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.327, "pct_black_alone_change": -21.564, "pct_native_alone_change": -0.149, "pct_asian_alone_change": 5.082, "pct_hispanic_or_latino_change": 13.362, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7088026", "INTPTLON": "-073.7649037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.76826, 40.709526 ], [ -73.767807, 40.709632 ], [ -73.766155, 40.71005 ], [ -73.765228, 40.710273 ], [ -73.764353, 40.710495 ], [ -73.763446, 40.710707 ], [ -73.762549, 40.710916 ], [ -73.762393, 40.710543 ], [ -73.76213, 40.709906 ], [ -73.761406, 40.708163 ], [ -73.762301, 40.70795 ], [ -73.763191, 40.707736 ], [ -73.76409, 40.70752 ], [ -73.764564, 40.7074 ], [ -73.76463, 40.707336 ], [ -73.764761, 40.707284 ], [ -73.764931, 40.707218 ], [ -73.765791, 40.707013 ], [ -73.766649, 40.706806 ], [ -73.767109, 40.706693 ], [ -73.767344, 40.706636 ], [ -73.767556, 40.707322 ], [ -73.767763, 40.707996 ], [ -73.767891, 40.708406 ], [ -73.76826, 40.709526 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050202", "name": "Census Tract 502.02, Queens County, New York", "total_population_17": 1473, "white_alone_17": 10.0, "black_alone_17": 1064.0, "native_alone_17": 0.0, "asian_alone_17": 164.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 172.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.08, "pct_black_alone_change": -19.07, "pct_native_alone_change": -0.207, "pct_asian_alone_change": 8.857, "pct_hispanic_or_latino_change": 7.191, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7101892", "INTPTLON": "-073.7592925" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.762549, 40.710916 ], [ -73.761653, 40.711133 ], [ -73.760766, 40.711349 ], [ -73.759864, 40.71157 ], [ -73.75897, 40.711783 ], [ -73.758102, 40.712005 ], [ -73.757182, 40.712213 ], [ -73.756762, 40.711197 ], [ -73.756037, 40.709456 ], [ -73.756929, 40.709241 ], [ -73.757825, 40.709024 ], [ -73.758718, 40.708811 ], [ -73.759616, 40.708595 ], [ -73.76051, 40.708379 ], [ -73.761406, 40.708163 ], [ -73.76213, 40.709906 ], [ -73.762393, 40.710543 ], [ -73.762549, 40.710916 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050400", "name": "Census Tract 504, Queens County, New York", "total_population_17": 2051, "white_alone_17": 2.0, "black_alone_17": 1808.0, "native_alone_17": 1.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 140.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.645, "pct_black_alone_change": -6.305, "pct_native_alone_change": -0.408, "pct_asian_alone_change": 0.445, "pct_hispanic_or_latino_change": 3.055, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7051196", "INTPTLON": "-073.7643586" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.767344, 40.706636 ], [ -73.767109, 40.706693 ], [ -73.766649, 40.706806 ], [ -73.765791, 40.707013 ], [ -73.764931, 40.707218 ], [ -73.764761, 40.707284 ], [ -73.76463, 40.707336 ], [ -73.764564, 40.7074 ], [ -73.76409, 40.70752 ], [ -73.763191, 40.707736 ], [ -73.762301, 40.70795 ], [ -73.761759, 40.706606 ], [ -73.761966, 40.706606 ], [ -73.762012, 40.706449 ], [ -73.761966, 40.706316 ], [ -73.76194, 40.706178 ], [ -73.761936, 40.706036 ], [ -73.761953, 40.705895 ], [ -73.761991, 40.70576 ], [ -73.762052, 40.705625 ], [ -73.76213, 40.705501 ], [ -73.761613, 40.704381 ], [ -73.761264, 40.703599 ], [ -73.762629, 40.703242 ], [ -73.76278, 40.703206 ], [ -73.763668, 40.702973 ], [ -73.764554, 40.702743 ], [ -73.765441, 40.702512 ], [ -73.766125, 40.702334 ], [ -73.766369, 40.702563 ], [ -73.766573, 40.702752 ], [ -73.766654, 40.703338 ], [ -73.766792, 40.704009 ], [ -73.767014, 40.705268 ], [ -73.767053, 40.70547 ], [ -73.767251, 40.706313 ], [ -73.767344, 40.706636 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050500", "name": "Census Tract 505, Queens County, New York", "total_population_17": 1497, "white_alone_17": 606.0, "black_alone_17": 46.0, "native_alone_17": 0.0, "asian_alone_17": 525.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 296.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.067, "pct_black_alone_change": 1.924, "pct_native_alone_change": -0.122, "pct_asian_alone_change": 0.043, "pct_hispanic_or_latino_change": 3.947, "pct_native_hawaiian_pacific_islander_change": -0.06, "INTPTLAT": "+40.7290799", "INTPTLON": "-073.8747522" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.877965, 40.72977 ], [ -73.87754, 40.729955 ], [ -73.877308, 40.730047 ], [ -73.877075, 40.73014 ], [ -73.876343, 40.730399 ], [ -73.875711, 40.730595 ], [ -73.875589, 40.730628 ], [ -73.875237, 40.730724 ], [ -73.874956, 40.730617 ], [ -73.874755, 40.730542 ], [ -73.874233, 40.730355 ], [ -73.874081, 40.73029 ], [ -73.872409, 40.729664 ], [ -73.872335, 40.729633 ], [ -73.871429, 40.729248 ], [ -73.871606, 40.729112 ], [ -73.873242, 40.727912 ], [ -73.873783, 40.72752 ], [ -73.874417, 40.727226 ], [ -73.874708, 40.72709 ], [ -73.875205, 40.727481 ], [ -73.875847, 40.727983 ], [ -73.876481, 40.728486 ], [ -73.877483, 40.72928 ], [ -73.87768, 40.729468 ], [ -73.877694, 40.729554 ], [ -73.877825, 40.729659 ], [ -73.877965, 40.72977 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050600", "name": "Census Tract 506, Queens County, New York", "total_population_17": 1652, "white_alone_17": 14.0, "black_alone_17": 1142.0, "native_alone_17": 0.0, "asian_alone_17": 283.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 165.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.271, "pct_black_alone_change": -23.894, "pct_native_alone_change": -0.256, "pct_asian_alone_change": 15.723, "pct_hispanic_or_latino_change": 5.315, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7057930", "INTPTLON": "-073.7596688" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.762301, 40.70795 ], [ -73.761406, 40.708163 ], [ -73.76051, 40.708379 ], [ -73.759616, 40.708595 ], [ -73.758718, 40.708811 ], [ -73.758101, 40.707318 ], [ -73.757617, 40.706166 ], [ -73.75746, 40.706163 ], [ -73.756519, 40.704064 ], [ -73.757406, 40.703835 ], [ -73.758296, 40.703603 ], [ -73.759182, 40.703372 ], [ -73.760067, 40.703141 ], [ -73.760955, 40.70291 ], [ -73.761264, 40.703599 ], [ -73.761613, 40.704381 ], [ -73.76213, 40.705501 ], [ -73.762052, 40.705625 ], [ -73.761991, 40.70576 ], [ -73.761953, 40.705895 ], [ -73.761936, 40.706036 ], [ -73.76194, 40.706178 ], [ -73.761966, 40.706316 ], [ -73.762012, 40.706449 ], [ -73.761966, 40.706606 ], [ -73.761759, 40.706606 ], [ -73.762301, 40.70795 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050700", "name": "Census Tract 507, Queens County, New York", "total_population_17": 4192, "white_alone_17": 1773.0, "black_alone_17": 106.0, "native_alone_17": 0.0, "asian_alone_17": 1323.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 931.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.447, "pct_black_alone_change": 1.619, "pct_native_alone_change": -0.303, "pct_asian_alone_change": 12.379, "pct_hispanic_or_latino_change": 12.983, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7270209", "INTPTLON": "-073.8815871" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887221, 40.727527 ], [ -73.887205, 40.727694 ], [ -73.887205, 40.727869 ], [ -73.886949, 40.727979 ], [ -73.886763, 40.728037 ], [ -73.886632, 40.72808 ], [ -73.886331, 40.728168 ], [ -73.88629, 40.72818 ], [ -73.885882, 40.728283 ], [ -73.885612, 40.728342 ], [ -73.885165, 40.728424 ], [ -73.884902, 40.728455 ], [ -73.884591, 40.728483 ], [ -73.884458, 40.728494 ], [ -73.883931, 40.728538 ], [ -73.88214, 40.72868 ], [ -73.881786, 40.728698 ], [ -73.881433, 40.728729 ], [ -73.881081, 40.728774 ], [ -73.88093, 40.7288 ], [ -73.880733, 40.728833 ], [ -73.88039, 40.728905 ], [ -73.880053, 40.728991 ], [ -73.879723, 40.729089 ], [ -73.878979, 40.729375 ], [ -73.878433, 40.729588 ], [ -73.877965, 40.72977 ], [ -73.877825, 40.729659 ], [ -73.877694, 40.729554 ], [ -73.87768, 40.729468 ], [ -73.877483, 40.72928 ], [ -73.876481, 40.728486 ], [ -73.875847, 40.727983 ], [ -73.875205, 40.727481 ], [ -73.874708, 40.72709 ], [ -73.8755, 40.726727 ], [ -73.876297, 40.726355 ], [ -73.877556, 40.725751 ], [ -73.878635, 40.725728 ], [ -73.879643, 40.72556 ], [ -73.88065, 40.725395 ], [ -73.881621, 40.725237 ], [ -73.882588, 40.725083 ], [ -73.883583, 40.724949 ], [ -73.884136, 40.724882 ], [ -73.884933, 40.724786 ], [ -73.886108, 40.724622 ], [ -73.886183, 40.72461 ], [ -73.886428, 40.724596 ], [ -73.886728, 40.724601 ], [ -73.88693, 40.724618 ], [ -73.887077, 40.724638 ], [ -73.887099, 40.725319 ], [ -73.887133, 40.726142 ], [ -73.8872, 40.726191 ], [ -73.887241, 40.727402 ], [ -73.887221, 40.727527 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081050800", "name": "Census Tract 508, Queens County, New York", "total_population_17": 2237, "white_alone_17": 51.0, "black_alone_17": 1841.0, "native_alone_17": 0.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 141.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.649, "pct_black_alone_change": -13.428, "pct_native_alone_change": -0.194, "pct_asian_alone_change": 1.195, "pct_hispanic_or_latino_change": 3.243, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7069840", "INTPTLON": "-073.7554219" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.758718, 40.708811 ], [ -73.757825, 40.709024 ], [ -73.756929, 40.709241 ], [ -73.756037, 40.709456 ], [ -73.755141, 40.70967 ], [ -73.754249, 40.709884 ], [ -73.753631, 40.708394 ], [ -73.753024, 40.706922 ], [ -73.752819, 40.706966 ], [ -73.752358, 40.705916 ], [ -73.752051, 40.705228 ], [ -73.752938, 40.704998 ], [ -73.753824, 40.704766 ], [ -73.754711, 40.704538 ], [ -73.755615, 40.7043 ], [ -73.756519, 40.704064 ], [ -73.75746, 40.706163 ], [ -73.757617, 40.706166 ], [ -73.758101, 40.707318 ], [ -73.758718, 40.708811 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051000", "name": "Census Tract 510, Queens County, New York", "total_population_17": 1673, "white_alone_17": 5.0, "black_alone_17": 1325.0, "native_alone_17": 0.0, "asian_alone_17": 218.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 105.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.011, "pct_black_alone_change": -10.378, "pct_native_alone_change": -0.06, "pct_asian_alone_change": 12.196, "pct_hispanic_or_latino_change": -0.037, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7097117", "INTPTLON": "-073.7537153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.757182, 40.712213 ], [ -73.756288, 40.712426 ], [ -73.755394, 40.712638 ], [ -73.754503, 40.712841 ], [ -73.753607, 40.713071 ], [ -73.753184, 40.712055 ], [ -73.75246, 40.710317 ], [ -73.752399, 40.710169 ], [ -73.751843, 40.708823 ], [ -73.751212, 40.707307 ], [ -73.750774, 40.706322 ], [ -73.750471, 40.70564 ], [ -73.750588, 40.705609 ], [ -73.752051, 40.705228 ], [ -73.752358, 40.705916 ], [ -73.752819, 40.706966 ], [ -73.753024, 40.706922 ], [ -73.753631, 40.708394 ], [ -73.754249, 40.709884 ], [ -73.755141, 40.70967 ], [ -73.756037, 40.709456 ], [ -73.756762, 40.711197 ], [ -73.757182, 40.712213 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051100", "name": "Census Tract 511, Queens County, New York", "total_population_17": 2139, "white_alone_17": 1408.0, "black_alone_17": 6.0, "native_alone_17": 5.0, "asian_alone_17": 233.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 447.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.184, "pct_black_alone_change": -0.161, "pct_native_alone_change": 0.136, "pct_asian_alone_change": 4.274, "pct_hispanic_or_latino_change": 10.421, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7273279", "INTPTLON": "-073.9001655" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906933, 40.727574 ], [ -73.90673, 40.727733 ], [ -73.905684, 40.72855 ], [ -73.905557, 40.728546 ], [ -73.904076, 40.727841 ], [ -73.90312, 40.727375 ], [ -73.903033, 40.72876 ], [ -73.902618, 40.729343 ], [ -73.902137, 40.729062 ], [ -73.902047, 40.728966 ], [ -73.901939, 40.728878 ], [ -73.901815, 40.7288 ], [ -73.901678, 40.728735 ], [ -73.901532, 40.728685 ], [ -73.90138, 40.728651 ], [ -73.901226, 40.728632 ], [ -73.901081, 40.728637 ], [ -73.900955, 40.728653 ], [ -73.90081, 40.728685 ], [ -73.90069, 40.728724 ], [ -73.900531, 40.728796 ], [ -73.900375, 40.728896 ], [ -73.900242, 40.729019 ], [ -73.899246, 40.72905 ], [ -73.898728, 40.728377 ], [ -73.898238, 40.728872 ], [ -73.897735, 40.728919 ], [ -73.896853, 40.728996 ], [ -73.895971, 40.729063 ], [ -73.895589, 40.728965 ], [ -73.895499, 40.727789 ], [ -73.895412, 40.726771 ], [ -73.895341, 40.725921 ], [ -73.895071, 40.725542 ], [ -73.894974, 40.725407 ], [ -73.896073, 40.725512 ], [ -73.898613, 40.72574 ], [ -73.899842, 40.725859 ], [ -73.899891, 40.725863 ], [ -73.900231, 40.725886 ], [ -73.900509, 40.725912 ], [ -73.90223, 40.726067 ], [ -73.902407, 40.726081 ], [ -73.903698, 40.726215 ], [ -73.9041, 40.726297 ], [ -73.904395, 40.726357 ], [ -73.904699, 40.726444 ], [ -73.905008, 40.72653 ], [ -73.90531, 40.72663 ], [ -73.905602, 40.726744 ], [ -73.905839, 40.726833 ], [ -73.905899, 40.726856 ], [ -73.906322, 40.727048 ], [ -73.906614, 40.727201 ], [ -73.906837, 40.727327 ], [ -73.90707, 40.727466 ], [ -73.906933, 40.727574 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051200", "name": "Census Tract 512, Queens County, New York", "total_population_17": 2831, "white_alone_17": 12.0, "black_alone_17": 2067.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 300.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.893, "pct_black_alone_change": -14.751, "pct_native_alone_change": -0.381, "pct_asian_alone_change": 2.18, "pct_hispanic_or_latino_change": 2.902, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7104101", "INTPTLON": "-073.7501194" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.754037, 40.71388 ], [ -73.753093, 40.714096 ], [ -73.7522, 40.714365 ], [ -73.751325, 40.714634 ], [ -73.750453, 40.714879 ], [ -73.749345, 40.715145 ], [ -73.749034, 40.714461 ], [ -73.748797, 40.7139 ], [ -73.747778, 40.711437 ], [ -73.747159, 40.709948 ], [ -73.746818, 40.709132 ], [ -73.747645, 40.7087 ], [ -73.748018, 40.708505 ], [ -73.748614, 40.70825 ], [ -73.749472, 40.7079 ], [ -73.749228, 40.707534 ], [ -73.748544, 40.706919 ], [ -73.747878, 40.706303 ], [ -73.747525, 40.705963 ], [ -73.747197, 40.705681 ], [ -73.746821, 40.705329 ], [ -73.746591, 40.705128 ], [ -73.747124, 40.704988 ], [ -73.748012, 40.704756 ], [ -73.748897, 40.704526 ], [ -73.749513, 40.705889 ], [ -73.750471, 40.70564 ], [ -73.750774, 40.706322 ], [ -73.751212, 40.707307 ], [ -73.751843, 40.708823 ], [ -73.752399, 40.710169 ], [ -73.75246, 40.710317 ], [ -73.753184, 40.712055 ], [ -73.753607, 40.713071 ], [ -73.753708, 40.713325 ], [ -73.754037, 40.71388 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051300", "name": "Census Tract 513, Queens County, New York", "total_population_17": 2281, "white_alone_17": 1122.0, "black_alone_17": 15.0, "native_alone_17": 0.0, "asian_alone_17": 652.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 486.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.606, "pct_black_alone_change": 0.134, "pct_native_alone_change": -0.143, "pct_asian_alone_change": 16.435, "pct_hispanic_or_latino_change": 5.584, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7318897", "INTPTLON": "-073.8975137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89925, 40.729486 ], [ -73.899198, 40.730666 ], [ -73.899172, 40.731359 ], [ -73.899143, 40.73204 ], [ -73.899103, 40.73294 ], [ -73.899079, 40.733632 ], [ -73.899072, 40.733804 ], [ -73.899055, 40.734318 ], [ -73.899022, 40.735149 ], [ -73.897832, 40.73516 ], [ -73.896912, 40.735087 ], [ -73.896511, 40.735097 ], [ -73.896029, 40.735018 ], [ -73.896017, 40.734256 ], [ -73.895971, 40.733688 ], [ -73.895959, 40.733532 ], [ -73.895913, 40.732877 ], [ -73.895851, 40.732175 ], [ -73.895799, 40.731505 ], [ -73.895763, 40.731137 ], [ -73.895737, 40.730815 ], [ -73.895698, 40.73038 ], [ -73.895652, 40.729784 ], [ -73.895645, 40.729699 ], [ -73.895623, 40.729475 ], [ -73.8956, 40.729106 ], [ -73.895589, 40.728965 ], [ -73.895971, 40.729063 ], [ -73.896853, 40.728996 ], [ -73.897735, 40.728919 ], [ -73.898238, 40.728872 ], [ -73.898728, 40.728377 ], [ -73.899246, 40.72905 ], [ -73.89925, 40.729486 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051500", "name": "Census Tract 515, Queens County, New York", "total_population_17": 2881, "white_alone_17": 1940.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 115.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 779.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.931, "pct_black_alone_change": 0.087, "pct_native_alone_change": -0.071, "pct_asian_alone_change": -1.476, "pct_hispanic_or_latino_change": 12.064, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7309757", "INTPTLON": "-073.9014977" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905576, 40.728635 ], [ -73.905181, 40.728957 ], [ -73.904218, 40.730127 ], [ -73.904023, 40.730365 ], [ -73.902597, 40.732104 ], [ -73.901298, 40.73364 ], [ -73.901231, 40.73372 ], [ -73.90108, 40.733908 ], [ -73.900711, 40.734359 ], [ -73.900618, 40.734476 ], [ -73.900497, 40.73459 ], [ -73.900372, 40.734681 ], [ -73.90027, 40.734741 ], [ -73.900115, 40.734813 ], [ -73.90001, 40.73485 ], [ -73.899022, 40.735149 ], [ -73.899055, 40.734318 ], [ -73.899072, 40.733804 ], [ -73.899079, 40.733632 ], [ -73.899103, 40.73294 ], [ -73.899143, 40.73204 ], [ -73.899172, 40.731359 ], [ -73.899198, 40.730666 ], [ -73.89925, 40.729486 ], [ -73.899246, 40.72905 ], [ -73.900242, 40.729019 ], [ -73.900375, 40.728896 ], [ -73.900531, 40.728796 ], [ -73.90069, 40.728724 ], [ -73.90081, 40.728685 ], [ -73.900955, 40.728653 ], [ -73.901081, 40.728637 ], [ -73.901226, 40.728632 ], [ -73.90138, 40.728651 ], [ -73.901532, 40.728685 ], [ -73.901678, 40.728735 ], [ -73.901815, 40.7288 ], [ -73.901939, 40.728878 ], [ -73.902047, 40.728966 ], [ -73.902137, 40.729062 ], [ -73.902618, 40.729343 ], [ -73.903033, 40.72876 ], [ -73.90312, 40.727375 ], [ -73.904076, 40.727841 ], [ -73.905557, 40.728546 ], [ -73.905684, 40.72855 ], [ -73.905576, 40.728635 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051600", "name": "Census Tract 516, Queens County, New York", "total_population_17": 2141, "white_alone_17": 11.0, "black_alone_17": 1722.0, "native_alone_17": 18.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 354.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.279, "pct_black_alone_change": -11.871, "pct_native_alone_change": 0.468, "pct_asian_alone_change": -1.213, "pct_hispanic_or_latino_change": 11.728, "pct_native_hawaiian_pacific_islander_change": -0.047, "INTPTLAT": "+40.7027238", "INTPTLON": "-073.7472616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.750471, 40.70564 ], [ -73.749513, 40.705889 ], [ -73.748897, 40.704526 ], [ -73.748012, 40.704756 ], [ -73.747124, 40.704988 ], [ -73.746591, 40.705128 ], [ -73.745959, 40.704551 ], [ -73.745851, 40.704448 ], [ -73.74531, 40.70395 ], [ -73.744354, 40.703204 ], [ -73.743862, 40.702811 ], [ -73.744134, 40.702742 ], [ -73.745024, 40.702518 ], [ -73.745909, 40.702287 ], [ -73.745001, 40.700262 ], [ -73.745888, 40.70003 ], [ -73.746775, 40.699801 ], [ -73.74773, 40.699553 ], [ -73.748041, 40.700239 ], [ -73.748329, 40.700887 ], [ -73.748643, 40.701587 ], [ -73.748951, 40.702266 ], [ -73.74925, 40.702928 ], [ -73.749556, 40.703613 ], [ -73.749855, 40.704278 ], [ -73.750155, 40.704945 ], [ -73.750471, 40.70564 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051700", "name": "Census Tract 517, Queens County, New York", "total_population_17": 1862, "white_alone_17": 1188.0, "black_alone_17": 1.0, "native_alone_17": 0.0, "asian_alone_17": 56.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 617.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.343, "pct_black_alone_change": -0.128, "pct_native_alone_change": -0.065, "pct_asian_alone_change": 1.112, "pct_hispanic_or_latino_change": 21.496, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7246283", "INTPTLON": "-073.9002940" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.9073, 40.727293 ], [ -73.907173, 40.727387 ], [ -73.90707, 40.727466 ], [ -73.906837, 40.727327 ], [ -73.906614, 40.727201 ], [ -73.906322, 40.727048 ], [ -73.905899, 40.726856 ], [ -73.905839, 40.726833 ], [ -73.905602, 40.726744 ], [ -73.90531, 40.72663 ], [ -73.905008, 40.72653 ], [ -73.904699, 40.726444 ], [ -73.904395, 40.726357 ], [ -73.9041, 40.726297 ], [ -73.903698, 40.726215 ], [ -73.902407, 40.726081 ], [ -73.90223, 40.726067 ], [ -73.900509, 40.725912 ], [ -73.900231, 40.725886 ], [ -73.899891, 40.725863 ], [ -73.899842, 40.725859 ], [ -73.898613, 40.72574 ], [ -73.896073, 40.725512 ], [ -73.894974, 40.725407 ], [ -73.89491, 40.72531 ], [ -73.89485, 40.725226 ], [ -73.894678, 40.724999 ], [ -73.894549, 40.72462 ], [ -73.894336, 40.723921 ], [ -73.894113, 40.723214 ], [ -73.894158, 40.723193 ], [ -73.894268, 40.723142 ], [ -73.894388, 40.723157 ], [ -73.89451, 40.723132 ], [ -73.895697, 40.723413 ], [ -73.895824, 40.723899 ], [ -73.896087, 40.723811 ], [ -73.898353, 40.723112 ], [ -73.899029, 40.723841 ], [ -73.900106, 40.723296 ], [ -73.900577, 40.723186 ], [ -73.901812, 40.722802 ], [ -73.904571, 40.723009 ], [ -73.904448, 40.723707 ], [ -73.904368, 40.72439 ], [ -73.904288, 40.725072 ], [ -73.904206, 40.725763 ], [ -73.904383, 40.725774 ], [ -73.904859, 40.725804 ], [ -73.905075, 40.725874 ], [ -73.905287, 40.725958 ], [ -73.905491, 40.726055 ], [ -73.905683, 40.726164 ], [ -73.905862, 40.726284 ], [ -73.906028, 40.726413 ], [ -73.906056, 40.726427 ], [ -73.906448, 40.726623 ], [ -73.90741, 40.727209 ], [ -73.9073, 40.727293 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081051800", "name": "Census Tract 518, Queens County, New York", "total_population_17": 2336, "white_alone_17": 1.0, "black_alone_17": 2130.0, "native_alone_17": 0.0, "asian_alone_17": 1.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 176.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.147, "pct_black_alone_change": -5.737, "pct_native_alone_change": -0.332, "pct_asian_alone_change": -0.099, "pct_hispanic_or_latino_change": 5.259, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7018381", "INTPTLON": "-073.7520094" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.754711, 40.704538 ], [ -73.753824, 40.704766 ], [ -73.752938, 40.704998 ], [ -73.752051, 40.705228 ], [ -73.751745, 40.704546 ], [ -73.751437, 40.703864 ], [ -73.751135, 40.703203 ], [ -73.750828, 40.702515 ], [ -73.75053, 40.701855 ], [ -73.75022, 40.701166 ], [ -73.749911, 40.70048 ], [ -73.749621, 40.69983 ], [ -73.749305, 40.699142 ], [ -73.750193, 40.698912 ], [ -73.751082, 40.698677 ], [ -73.751968, 40.698449 ], [ -73.752881, 40.700472 ], [ -73.753488, 40.701823 ], [ -73.754097, 40.703173 ], [ -73.754711, 40.704538 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081052000", "name": "Census Tract 520, Queens County, New York", "total_population_17": 1619, "white_alone_17": 7.0, "black_alone_17": 1388.0, "native_alone_17": 0.0, "asian_alone_17": 2.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 86.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.685, "pct_black_alone_change": -8.154, "pct_native_alone_change": -0.118, "pct_asian_alone_change": -0.64, "pct_hispanic_or_latino_change": 1.491, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7011396", "INTPTLON": "-073.7546876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.757406, 40.703835 ], [ -73.756519, 40.704064 ], [ -73.755615, 40.7043 ], [ -73.754711, 40.704538 ], [ -73.754097, 40.703173 ], [ -73.753488, 40.701823 ], [ -73.752881, 40.700472 ], [ -73.751968, 40.698449 ], [ -73.752876, 40.698212 ], [ -73.753781, 40.697972 ], [ -73.754669, 40.697747 ], [ -73.755579, 40.699772 ], [ -73.756187, 40.701122 ], [ -73.756793, 40.702472 ], [ -73.757406, 40.703835 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081052100", "name": "Census Tract 521, Queens County, New York", "total_population_17": 2265, "white_alone_17": 1517.0, "black_alone_17": 26.0, "native_alone_17": 0.0, "asian_alone_17": 122.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 472.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.879, "pct_black_alone_change": 1.003, "pct_native_alone_change": -0.096, "pct_asian_alone_change": 1.964, "pct_hispanic_or_latino_change": 1.032, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7208648", "INTPTLON": "-073.9015157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.904571, 40.723009 ], [ -73.901812, 40.722802 ], [ -73.900577, 40.723186 ], [ -73.900106, 40.723296 ], [ -73.899816, 40.721237 ], [ -73.897397, 40.721551 ], [ -73.897369, 40.720482 ], [ -73.898087, 40.720369 ], [ -73.900035, 40.720143 ], [ -73.900093, 40.720177 ], [ -73.900626, 40.719764 ], [ -73.900335, 40.718669 ], [ -73.900339, 40.71802 ], [ -73.901121, 40.718019 ], [ -73.902101, 40.717996 ], [ -73.902184, 40.718276 ], [ -73.902294, 40.718679 ], [ -73.902617, 40.718618 ], [ -73.903243, 40.719121 ], [ -73.903292, 40.719291 ], [ -73.903455, 40.719916 ], [ -73.904096, 40.721031 ], [ -73.904227, 40.721244 ], [ -73.904296, 40.721389 ], [ -73.904354, 40.721538 ], [ -73.9044, 40.721689 ], [ -73.904435, 40.721842 ], [ -73.904448, 40.721919 ], [ -73.904563, 40.7226 ], [ -73.904571, 40.723009 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081052200", "name": "Census Tract 522, Queens County, New York", "total_population_17": 1822, "white_alone_17": 0.0, "black_alone_17": 1614.0, "native_alone_17": 96.0, "asian_alone_17": 49.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 63.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.488, "pct_black_alone_change": -7.086, "pct_native_alone_change": 4.931, "pct_asian_alone_change": 2.621, "pct_hispanic_or_latino_change": 1.225, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7004447", "INTPTLON": "-073.7573683" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.760067, 40.703141 ], [ -73.759182, 40.703372 ], [ -73.758296, 40.703603 ], [ -73.757406, 40.703835 ], [ -73.756793, 40.702472 ], [ -73.756187, 40.701122 ], [ -73.755579, 40.699772 ], [ -73.754669, 40.697747 ], [ -73.755556, 40.697518 ], [ -73.756442, 40.697286 ], [ -73.75733, 40.697053 ], [ -73.757633, 40.697729 ], [ -73.757937, 40.698404 ], [ -73.758243, 40.699084 ], [ -73.758548, 40.699758 ], [ -73.758845, 40.700428 ], [ -73.759153, 40.701105 ], [ -73.759455, 40.70178 ], [ -73.759759, 40.702455 ], [ -73.760067, 40.703141 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081052400", "name": "Census Tract 524, Queens County, New York", "total_population_17": 1705, "white_alone_17": 0.0, "black_alone_17": 1399.0, "native_alone_17": 0.0, "asian_alone_17": 90.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 188.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.635, "pct_black_alone_change": -13.712, "pct_native_alone_change": -0.265, "pct_asian_alone_change": 4.273, "pct_hispanic_or_latino_change": 9.014, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7012277", "INTPTLON": "-073.7619595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.766125, 40.702334 ], [ -73.765441, 40.702512 ], [ -73.764554, 40.702743 ], [ -73.763668, 40.702973 ], [ -73.76278, 40.703206 ], [ -73.762629, 40.703242 ], [ -73.761264, 40.703599 ], [ -73.760955, 40.70291 ], [ -73.760067, 40.703141 ], [ -73.759759, 40.702455 ], [ -73.759455, 40.70178 ], [ -73.759153, 40.701105 ], [ -73.758845, 40.700428 ], [ -73.758548, 40.699758 ], [ -73.760797, 40.699167 ], [ -73.762615, 40.698697 ], [ -73.762708, 40.698859 ], [ -73.763005, 40.699338 ], [ -73.763192, 40.6996 ], [ -73.763506, 40.699969 ], [ -73.763774, 40.700259 ], [ -73.764101, 40.700568 ], [ -73.764412, 40.700844 ], [ -73.764763, 40.701157 ], [ -73.765083, 40.701428 ], [ -73.765439, 40.701743 ], [ -73.765745, 40.702003 ], [ -73.766125, 40.702334 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081052500", "name": "Census Tract 525, Queens County, New York", "total_population_17": 2116, "white_alone_17": 1327.0, "black_alone_17": 45.0, "native_alone_17": 0.0, "asian_alone_17": 238.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 499.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.968, "pct_black_alone_change": 1.168, "pct_native_alone_change": -0.426, "pct_asian_alone_change": 7.412, "pct_hispanic_or_latino_change": 2.911, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7189703", "INTPTLON": "-073.9066375" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911321, 40.719624 ], [ -73.910484, 40.719857 ], [ -73.908304, 40.72046 ], [ -73.908191, 40.720396 ], [ -73.904918, 40.720525 ], [ -73.904782, 40.720609 ], [ -73.904096, 40.721031 ], [ -73.903455, 40.719916 ], [ -73.903292, 40.719291 ], [ -73.903243, 40.719121 ], [ -73.902617, 40.718618 ], [ -73.902294, 40.718679 ], [ -73.902184, 40.718276 ], [ -73.902101, 40.717996 ], [ -73.903063, 40.717856 ], [ -73.903972, 40.717721 ], [ -73.904861, 40.717588 ], [ -73.90639, 40.717364 ], [ -73.906964, 40.717304 ], [ -73.907684, 40.71738 ], [ -73.908505, 40.717469 ], [ -73.908623, 40.717481 ], [ -73.909434, 40.717582 ], [ -73.909555, 40.717695 ], [ -73.90966, 40.717793 ], [ -73.910702, 40.718933 ], [ -73.911321, 40.719624 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081052600", "name": "Census Tract 526, Queens County, New York", "total_population_17": 2043, "white_alone_17": 81.0, "black_alone_17": 1629.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 212.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.697, "pct_black_alone_change": -14.694, "pct_native_alone_change": -0.107, "pct_asian_alone_change": -1.018, "pct_hispanic_or_latino_change": 6.681, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6970946", "INTPTLON": "-073.7597630" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.762615, 40.698697 ], [ -73.760797, 40.699167 ], [ -73.758548, 40.699758 ], [ -73.758243, 40.699084 ], [ -73.757937, 40.698404 ], [ -73.757633, 40.697729 ], [ -73.75733, 40.697053 ], [ -73.757027, 40.696377 ], [ -73.756728, 40.695703 ], [ -73.758974, 40.695117 ], [ -73.761234, 40.694544 ], [ -73.76198, 40.694591 ], [ -73.761759, 40.695157 ], [ -73.761592, 40.695905 ], [ -73.761743, 40.696647 ], [ -73.762014, 40.697333 ], [ -73.762295, 40.698021 ], [ -73.762615, 40.698697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081052800", "name": "Census Tract 528, Queens County, New York", "total_population_17": 1371, "white_alone_17": 0.0, "black_alone_17": 1075.0, "native_alone_17": 0.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 14.0, "hispanic_or_latino_17": 140.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.146, "pct_black_alone_change": -16.401, "pct_native_alone_change": -0.202, "pct_asian_alone_change": 4.421, "pct_hispanic_or_latino_change": 7.786, "pct_native_hawaiian_pacific_islander_change": 1.021, "INTPTLAT": "+40.6940352", "INTPTLON": "-073.7587303" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.762433, 40.693081 ], [ -73.762366, 40.69351 ], [ -73.762291, 40.693783 ], [ -73.762029, 40.694473 ], [ -73.76198, 40.694591 ], [ -73.761234, 40.694544 ], [ -73.758974, 40.695117 ], [ -73.756728, 40.695703 ], [ -73.757027, 40.696377 ], [ -73.75733, 40.697053 ], [ -73.756442, 40.697286 ], [ -73.755532, 40.695257 ], [ -73.75484, 40.693728 ], [ -73.755082, 40.69366 ], [ -73.756016, 40.693404 ], [ -73.756869, 40.693172 ], [ -73.757727, 40.692938 ], [ -73.758565, 40.692706 ], [ -73.759411, 40.69247 ], [ -73.76026, 40.692232 ], [ -73.761103, 40.691994 ], [ -73.762385, 40.691668 ], [ -73.762432, 40.692381 ], [ -73.762433, 40.693081 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053000", "name": "Census Tract 530, Queens County, New York", "total_population_17": 2426, "white_alone_17": 9.0, "black_alone_17": 2297.0, "native_alone_17": 20.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 80.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.527, "pct_black_alone_change": -0.692, "pct_native_alone_change": 0.824, "pct_asian_alone_change": -0.314, "pct_hispanic_or_latino_change": 0.2, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6963382", "INTPTLON": "-073.7525403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.755556, 40.697518 ], [ -73.754669, 40.697747 ], [ -73.753781, 40.697972 ], [ -73.752876, 40.698212 ], [ -73.751968, 40.698449 ], [ -73.751082, 40.698677 ], [ -73.750193, 40.698912 ], [ -73.749281, 40.696894 ], [ -73.748633, 40.695445 ], [ -73.749144, 40.695301 ], [ -73.749516, 40.6952 ], [ -73.75, 40.695067 ], [ -73.750396, 40.694957 ], [ -73.750846, 40.694832 ], [ -73.751299, 40.69471 ], [ -73.751703, 40.694597 ], [ -73.752199, 40.694459 ], [ -73.752542, 40.694362 ], [ -73.753086, 40.694213 ], [ -73.753385, 40.694131 ], [ -73.753958, 40.693971 ], [ -73.75423, 40.693897 ], [ -73.75484, 40.693728 ], [ -73.755532, 40.695257 ], [ -73.756442, 40.697286 ], [ -73.755556, 40.697518 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053100", "name": "Census Tract 531, Queens County, New York", "total_population_17": 3300, "white_alone_17": 1978.0, "black_alone_17": 57.0, "native_alone_17": 49.0, "asian_alone_17": 100.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1116.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.999, "pct_black_alone_change": 0.854, "pct_native_alone_change": 1.124, "pct_asian_alone_change": 0.441, "pct_hispanic_or_latino_change": 15.365, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7230578", "INTPTLON": "-073.9083341" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913845, 40.722898 ], [ -73.91317, 40.723082 ], [ -73.912708, 40.723285 ], [ -73.912563, 40.723239 ], [ -73.911345, 40.724182 ], [ -73.908892, 40.726068 ], [ -73.908047, 40.726734 ], [ -73.90741, 40.727209 ], [ -73.906448, 40.726623 ], [ -73.906056, 40.726427 ], [ -73.906028, 40.726413 ], [ -73.905862, 40.726284 ], [ -73.905683, 40.726164 ], [ -73.905491, 40.726055 ], [ -73.905287, 40.725958 ], [ -73.905075, 40.725874 ], [ -73.904859, 40.725804 ], [ -73.904383, 40.725774 ], [ -73.904206, 40.725763 ], [ -73.904288, 40.725072 ], [ -73.904368, 40.72439 ], [ -73.904448, 40.723707 ], [ -73.904571, 40.723009 ], [ -73.904563, 40.7226 ], [ -73.904448, 40.721919 ], [ -73.904435, 40.721842 ], [ -73.9044, 40.721689 ], [ -73.904354, 40.721538 ], [ -73.904296, 40.721389 ], [ -73.904227, 40.721244 ], [ -73.904096, 40.721031 ], [ -73.904782, 40.720609 ], [ -73.904918, 40.720525 ], [ -73.908191, 40.720396 ], [ -73.908304, 40.72046 ], [ -73.910484, 40.719857 ], [ -73.911321, 40.719624 ], [ -73.911889, 40.720263 ], [ -73.91246, 40.720931 ], [ -73.912984, 40.721601 ], [ -73.913098, 40.721737 ], [ -73.9132, 40.72188 ], [ -73.913289, 40.722028 ], [ -73.913314, 40.722077 ], [ -73.913365, 40.722179 ], [ -73.913427, 40.722334 ], [ -73.913558, 40.722463 ], [ -73.913672, 40.722601 ], [ -73.91377, 40.722747 ], [ -73.913845, 40.722898 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053200", "name": "Census Tract 532, Queens County, New York", "total_population_17": 1809, "white_alone_17": 36.0, "black_alone_17": 1486.0, "native_alone_17": 0.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 115.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.289, "pct_black_alone_change": -12.788, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.516, "pct_hispanic_or_latino_change": 2.799, "pct_native_hawaiian_pacific_islander_change": 0.442, "INTPTLAT": "+40.7001025", "INTPTLON": "-073.7490920" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.752051, 40.705228 ], [ -73.750588, 40.705609 ], [ -73.750471, 40.70564 ], [ -73.750155, 40.704945 ], [ -73.749855, 40.704278 ], [ -73.749556, 40.703613 ], [ -73.74925, 40.702928 ], [ -73.748951, 40.702266 ], [ -73.748643, 40.701587 ], [ -73.748329, 40.700887 ], [ -73.748041, 40.700239 ], [ -73.74773, 40.699553 ], [ -73.747412, 40.698844 ], [ -73.747124, 40.698198 ], [ -73.746819, 40.697525 ], [ -73.746494, 40.6968 ], [ -73.74619, 40.696119 ], [ -73.747448, 40.69577 ], [ -73.747745, 40.695689 ], [ -73.7483, 40.695537 ], [ -73.748633, 40.695445 ], [ -73.749281, 40.696894 ], [ -73.750193, 40.698912 ], [ -73.749305, 40.699142 ], [ -73.749621, 40.69983 ], [ -73.749911, 40.70048 ], [ -73.75022, 40.701166 ], [ -73.75053, 40.701855 ], [ -73.750828, 40.702515 ], [ -73.751135, 40.703203 ], [ -73.751437, 40.703864 ], [ -73.751745, 40.704546 ], [ -73.752051, 40.705228 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053401", "name": "Census Tract 534.01, Queens County, New York", "total_population_17": 2073, "white_alone_17": 56.0, "black_alone_17": 1840.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 138.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.359, "pct_black_alone_change": -5.61, "pct_native_alone_change": -0.371, "pct_asian_alone_change": -0.247, "pct_hispanic_or_latino_change": 3.179, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6998291", "INTPTLON": "-073.7441493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.74773, 40.699553 ], [ -73.746775, 40.699801 ], [ -73.745888, 40.70003 ], [ -73.745001, 40.700262 ], [ -73.745909, 40.702287 ], [ -73.745024, 40.702518 ], [ -73.744134, 40.702742 ], [ -73.743862, 40.702811 ], [ -73.743307, 40.70296 ], [ -73.742874, 40.703075 ], [ -73.741676, 40.703384 ], [ -73.741488, 40.703432 ], [ -73.741293, 40.703464 ], [ -73.741093, 40.703481 ], [ -73.740878, 40.703481 ], [ -73.740693, 40.703466 ], [ -73.7405, 40.703435 ], [ -73.740777, 40.70268 ], [ -73.741046, 40.701981 ], [ -73.741143, 40.701808 ], [ -73.741395, 40.70133 ], [ -73.741677, 40.700797 ], [ -73.741971, 40.700241 ], [ -73.742266, 40.699656 ], [ -73.742327, 40.699526 ], [ -73.743027, 40.697867 ], [ -73.743279, 40.69713 ], [ -73.743593, 40.696215 ], [ -73.744584, 40.696364 ], [ -73.745237, 40.696375 ], [ -73.74619, 40.696119 ], [ -73.746494, 40.6968 ], [ -73.746819, 40.697525 ], [ -73.747124, 40.698198 ], [ -73.747412, 40.698844 ], [ -73.74773, 40.699553 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053500", "name": "Census Tract 535, Queens County, New York", "total_population_17": 1407, "white_alone_17": 310.0, "black_alone_17": 0.0, "native_alone_17": 8.0, "asian_alone_17": 84.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1005.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.299, "pct_black_alone_change": -1.432, "pct_native_alone_change": 0.479, "pct_asian_alone_change": 4.806, "pct_hispanic_or_latino_change": 12.163, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7159321", "INTPTLON": "-073.9189517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.924327, 40.715568 ], [ -73.922739, 40.716158 ], [ -73.922711, 40.716478 ], [ -73.922328, 40.716597 ], [ -73.921538, 40.716795 ], [ -73.919309, 40.717417 ], [ -73.91805, 40.717765 ], [ -73.915167, 40.718555 ], [ -73.914265, 40.718811 ], [ -73.913398, 40.719051 ], [ -73.912321, 40.719348 ], [ -73.911525, 40.719568 ], [ -73.911321, 40.719624 ], [ -73.910702, 40.718933 ], [ -73.90966, 40.717793 ], [ -73.909763, 40.717737 ], [ -73.910039, 40.717584 ], [ -73.910062, 40.717628 ], [ -73.910138, 40.717679 ], [ -73.91058, 40.717455 ], [ -73.911187, 40.716947 ], [ -73.911481, 40.716688 ], [ -73.911739, 40.71641 ], [ -73.911758, 40.716389 ], [ -73.911779, 40.716367 ], [ -73.911875, 40.716263 ], [ -73.912251, 40.715905 ], [ -73.912539, 40.71567 ], [ -73.912892, 40.715403 ], [ -73.912796, 40.71534 ], [ -73.912742, 40.715309 ], [ -73.911739, 40.714724 ], [ -73.911595, 40.714641 ], [ -73.910158, 40.713822 ], [ -73.910542, 40.713427 ], [ -73.910698, 40.713269 ], [ -73.910778, 40.713188 ], [ -73.913038, 40.713332 ], [ -73.913951, 40.71339 ], [ -73.91467, 40.713437 ], [ -73.915663, 40.713469 ], [ -73.916345, 40.713516 ], [ -73.919502, 40.713734 ], [ -73.920764, 40.713822 ], [ -73.92404, 40.714008 ], [ -73.924059, 40.714112 ], [ -73.924241, 40.715126 ], [ -73.924327, 40.715568 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053601", "name": "Census Tract 536.01, Queens County, New York", "total_population_17": 2050, "white_alone_17": 0.0, "black_alone_17": 1649.0, "native_alone_17": 6.0, "asian_alone_17": 27.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 243.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.671, "pct_black_alone_change": -9.905, "pct_native_alone_change": 0.247, "pct_asian_alone_change": 0.574, "pct_hispanic_or_latino_change": 5.633, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7067119", "INTPTLON": "-073.7458711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.749472, 40.7079 ], [ -73.748614, 40.70825 ], [ -73.748018, 40.708505 ], [ -73.747645, 40.7087 ], [ -73.746818, 40.709132 ], [ -73.745801, 40.709471 ], [ -73.745181, 40.7096 ], [ -73.744858, 40.70967 ], [ -73.744179, 40.707888 ], [ -73.743514, 40.706173 ], [ -73.744308, 40.705577 ], [ -73.744099, 40.705038 ], [ -73.743988, 40.704737 ], [ -73.743834, 40.704338 ], [ -73.743307, 40.70296 ], [ -73.743862, 40.702811 ], [ -73.744354, 40.703204 ], [ -73.74531, 40.70395 ], [ -73.745851, 40.704448 ], [ -73.745959, 40.704551 ], [ -73.746591, 40.705128 ], [ -73.746821, 40.705329 ], [ -73.747197, 40.705681 ], [ -73.747525, 40.705963 ], [ -73.747878, 40.706303 ], [ -73.748544, 40.706919 ], [ -73.749228, 40.707534 ], [ -73.749472, 40.7079 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053800", "name": "Census Tract 538, Queens County, New York", "total_population_17": 1782, "white_alone_17": 16.0, "black_alone_17": 1513.0, "native_alone_17": 14.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 102.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.229, "pct_black_alone_change": -7.974, "pct_native_alone_change": 0.479, "pct_asian_alone_change": 3.457, "pct_hispanic_or_latino_change": 0.857, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7064789", "INTPTLON": "-073.7425304" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.7443, 40.709784 ], [ -73.743963, 40.709856 ], [ -73.743345, 40.709986 ], [ -73.743051, 40.710047 ], [ -73.742141, 40.710248 ], [ -73.741466, 40.70849 ], [ -73.74122, 40.707849 ], [ -73.741248, 40.707127 ], [ -73.741528, 40.706448 ], [ -73.741804, 40.705768 ], [ -73.739815, 40.705301 ], [ -73.739976, 40.704868 ], [ -73.740076, 40.704596 ], [ -73.740241, 40.704145 ], [ -73.740332, 40.703895 ], [ -73.7405, 40.703435 ], [ -73.740693, 40.703466 ], [ -73.740878, 40.703481 ], [ -73.741093, 40.703481 ], [ -73.741293, 40.703464 ], [ -73.741488, 40.703432 ], [ -73.741676, 40.703384 ], [ -73.742874, 40.703075 ], [ -73.743307, 40.70296 ], [ -73.743834, 40.704338 ], [ -73.743988, 40.704737 ], [ -73.744099, 40.705038 ], [ -73.744308, 40.705577 ], [ -73.743514, 40.706173 ], [ -73.744179, 40.707888 ], [ -73.744858, 40.70967 ], [ -73.7443, 40.709784 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081053900", "name": "Census Tract 539, Queens County, New York", "total_population_17": 4370, "white_alone_17": 1508.0, "black_alone_17": 125.0, "native_alone_17": 0.0, "asian_alone_17": 822.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1845.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.097, "pct_black_alone_change": 0.861, "pct_native_alone_change": -0.228, "pct_asian_alone_change": -0.729, "pct_hispanic_or_latino_change": -8.906, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7105131", "INTPTLON": "-073.9165504" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.92404, 40.714008 ], [ -73.920764, 40.713822 ], [ -73.919502, 40.713734 ], [ -73.916345, 40.713516 ], [ -73.915663, 40.713469 ], [ -73.91467, 40.713437 ], [ -73.913951, 40.71339 ], [ -73.913038, 40.713332 ], [ -73.912253, 40.712864 ], [ -73.911162, 40.712214 ], [ -73.910863, 40.71204 ], [ -73.910413, 40.711778 ], [ -73.910225, 40.711388 ], [ -73.909963, 40.711057 ], [ -73.911179, 40.709868 ], [ -73.912291, 40.708782 ], [ -73.913435, 40.70766 ], [ -73.914361, 40.706755 ], [ -73.915513, 40.705626 ], [ -73.916253, 40.706066 ], [ -73.916995, 40.706503 ], [ -73.917737, 40.706943 ], [ -73.918477, 40.707382 ], [ -73.919222, 40.707815 ], [ -73.91996, 40.708257 ], [ -73.920701, 40.708695 ], [ -73.921435, 40.709129 ], [ -73.921892, 40.709396 ], [ -73.920745, 40.71053 ], [ -73.921221, 40.710791 ], [ -73.921546, 40.711043 ], [ -73.921687, 40.711894 ], [ -73.922233, 40.712854 ], [ -73.923137, 40.713396 ], [ -73.92404, 40.714008 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081054000", "name": "Census Tract 540, Queens County, New York", "total_population_17": 4536, "white_alone_17": 65.0, "black_alone_17": 2922.0, "native_alone_17": 50.0, "asian_alone_17": 277.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 688.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.261, "pct_black_alone_change": -20.213, "pct_native_alone_change": 0.924, "pct_asian_alone_change": 4.639, "pct_hispanic_or_latino_change": 4.65, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7127947", "INTPTLON": "-073.7432243" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.749345, 40.715145 ], [ -73.748444, 40.715346 ], [ -73.747017, 40.715608 ], [ -73.74654, 40.715763 ], [ -73.745646, 40.715956 ], [ -73.745499, 40.715914 ], [ -73.74523, 40.715891 ], [ -73.745052, 40.715855 ], [ -73.744811, 40.715808 ], [ -73.744509, 40.715735 ], [ -73.744148, 40.715699 ], [ -73.743948, 40.715675 ], [ -73.743039, 40.715398 ], [ -73.741641, 40.715017 ], [ -73.741073, 40.714852 ], [ -73.740215, 40.7146 ], [ -73.738929, 40.714222 ], [ -73.738118, 40.713985 ], [ -73.73666, 40.713553 ], [ -73.735856, 40.713305 ], [ -73.734911, 40.713025 ], [ -73.735539, 40.71186 ], [ -73.736398, 40.712127 ], [ -73.736455, 40.712042 ], [ -73.73757, 40.711684 ], [ -73.737649, 40.711662 ], [ -73.739419, 40.7111 ], [ -73.739951, 40.710928 ], [ -73.740401, 40.710776 ], [ -73.740847, 40.710632 ], [ -73.741303, 40.710488 ], [ -73.742141, 40.710248 ], [ -73.743051, 40.710047 ], [ -73.743345, 40.709986 ], [ -73.743963, 40.709856 ], [ -73.7443, 40.709784 ], [ -73.744858, 40.70967 ], [ -73.745181, 40.7096 ], [ -73.745801, 40.709471 ], [ -73.746818, 40.709132 ], [ -73.747159, 40.709948 ], [ -73.747778, 40.711437 ], [ -73.748797, 40.7139 ], [ -73.749034, 40.714461 ], [ -73.749345, 40.715145 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081054200", "name": "Census Tract 542, Queens County, New York", "total_population_17": 5095, "white_alone_17": 604.0, "black_alone_17": 935.0, "native_alone_17": 0.0, "asian_alone_17": 1047.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1045.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.624, "pct_black_alone_change": -19.519, "pct_native_alone_change": -3.205, "pct_asian_alone_change": -1.888, "pct_hispanic_or_latino_change": -0.544, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7190741", "INTPTLON": "-073.7464902" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.751814, 40.720498 ], [ -73.751092, 40.721007 ], [ -73.750259, 40.72159 ], [ -73.749579, 40.722014 ], [ -73.748895, 40.722436 ], [ -73.748159, 40.722831 ], [ -73.747391, 40.723193 ], [ -73.746662, 40.723639 ], [ -73.74548, 40.722529 ], [ -73.744325, 40.721441 ], [ -73.743233, 40.720417 ], [ -73.742816, 40.72003 ], [ -73.741961, 40.720357 ], [ -73.740819, 40.718754 ], [ -73.73984, 40.717309 ], [ -73.740758, 40.717097 ], [ -73.741698, 40.716877 ], [ -73.742933, 40.716591 ], [ -73.743896, 40.716365 ], [ -73.744679, 40.716185 ], [ -73.744735, 40.71617 ], [ -73.744756, 40.716164 ], [ -73.744813, 40.716151 ], [ -73.745452, 40.716002 ], [ -73.745609, 40.715965 ], [ -73.745646, 40.715956 ], [ -73.74654, 40.715763 ], [ -73.747017, 40.715608 ], [ -73.748444, 40.715346 ], [ -73.749345, 40.715145 ], [ -73.749625, 40.715914 ], [ -73.749831, 40.716613 ], [ -73.750255, 40.717479 ], [ -73.75072, 40.718104 ], [ -73.751383, 40.718988 ], [ -73.752334, 40.720262 ], [ -73.751814, 40.720498 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081054500", "name": "Census Tract 545, Queens County, New York", "total_population_17": 4031, "white_alone_17": 836.0, "black_alone_17": 35.0, "native_alone_17": 0.0, "asian_alone_17": 269.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2876.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.778, "pct_black_alone_change": -0.378, "pct_native_alone_change": -0.254, "pct_asian_alone_change": -2.305, "pct_hispanic_or_latino_change": 8.453, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.7055479", "INTPTLON": "-073.9126214" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.915513, 40.705626 ], [ -73.914361, 40.706755 ], [ -73.913435, 40.70766 ], [ -73.912694, 40.707223 ], [ -73.911952, 40.706784 ], [ -73.911212, 40.706346 ], [ -73.910471, 40.705908 ], [ -73.90973, 40.705471 ], [ -73.910655, 40.704564 ], [ -73.911807, 40.703435 ], [ -73.912549, 40.703873 ], [ -73.913292, 40.704313 ], [ -73.914031, 40.704749 ], [ -73.914771, 40.705189 ], [ -73.915513, 40.705626 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081054700", "name": "Census Tract 547, Queens County, New York", "total_population_17": 5459, "white_alone_17": 922.0, "black_alone_17": 110.0, "native_alone_17": 0.0, "asian_alone_17": 808.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3561.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.923, "pct_black_alone_change": 0.065, "pct_native_alone_change": -0.148, "pct_asian_alone_change": 0.067, "pct_hispanic_or_latino_change": -1.675, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7036294", "INTPTLON": "-073.9097111" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.912904, 40.702362 ], [ -73.911807, 40.703435 ], [ -73.910655, 40.704564 ], [ -73.90973, 40.705471 ], [ -73.908989, 40.705032 ], [ -73.907836, 40.70616 ], [ -73.907093, 40.705722 ], [ -73.906352, 40.705285 ], [ -73.907507, 40.704156 ], [ -73.908432, 40.70325 ], [ -73.909585, 40.702124 ], [ -73.910679, 40.701046 ], [ -73.911422, 40.701487 ], [ -73.912162, 40.701923 ], [ -73.912904, 40.702362 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081054800", "name": "Census Tract 548, Queens County, New York", "total_population_17": 2453, "white_alone_17": 107.0, "black_alone_17": 399.0, "native_alone_17": 22.0, "asian_alone_17": 1072.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 379.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.417, "pct_black_alone_change": -15.799, "pct_native_alone_change": -3.869, "pct_asian_alone_change": 18.117, "pct_hispanic_or_latino_change": -3.446, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7231977", "INTPTLON": "-073.7512827" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.755034, 40.724118 ], [ -73.754969, 40.72416 ], [ -73.754087, 40.724695 ], [ -73.753354, 40.725144 ], [ -73.751912, 40.723947 ], [ -73.75119, 40.724379 ], [ -73.750418, 40.724846 ], [ -73.749642, 40.725314 ], [ -73.748917, 40.725764 ], [ -73.746662, 40.723639 ], [ -73.747391, 40.723193 ], [ -73.748159, 40.722831 ], [ -73.748895, 40.722436 ], [ -73.749579, 40.722014 ], [ -73.750259, 40.72159 ], [ -73.751092, 40.721007 ], [ -73.751814, 40.720498 ], [ -73.752334, 40.720262 ], [ -73.753227, 40.721284 ], [ -73.754331, 40.722309 ], [ -73.754911, 40.722842 ], [ -73.755771, 40.72364 ], [ -73.755034, 40.724118 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081054900", "name": "Census Tract 549, Queens County, New York", "total_population_17": 6202, "white_alone_17": 1107.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 592.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4427.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.321, "pct_black_alone_change": -0.979, "pct_native_alone_change": -0.15, "pct_asian_alone_change": -2.387, "pct_hispanic_or_latino_change": 5.709, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7021910", "INTPTLON": "-073.9078131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911808, 40.699938 ], [ -73.910679, 40.701046 ], [ -73.909585, 40.702124 ], [ -73.908432, 40.70325 ], [ -73.907507, 40.704156 ], [ -73.906352, 40.705285 ], [ -73.905609, 40.704849 ], [ -73.904865, 40.704409 ], [ -73.904124, 40.703974 ], [ -73.905284, 40.702838 ], [ -73.906208, 40.701931 ], [ -73.90736, 40.700804 ], [ -73.908299, 40.699882 ], [ -73.908683, 40.699841 ], [ -73.909536, 40.699745 ], [ -73.911036, 40.699532 ], [ -73.911808, 40.699938 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055100", "name": "Census Tract 551, Queens County, New York", "total_population_17": 4672, "white_alone_17": 2246.0, "black_alone_17": 80.0, "native_alone_17": 39.0, "asian_alone_17": 502.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1825.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.194, "pct_black_alone_change": -0.639, "pct_native_alone_change": 0.771, "pct_asian_alone_change": 2.624, "pct_hispanic_or_latino_change": -4.238, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7015951", "INTPTLON": "-073.9039117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90736, 40.700804 ], [ -73.906208, 40.701931 ], [ -73.905284, 40.702838 ], [ -73.904124, 40.703974 ], [ -73.903381, 40.703538 ], [ -73.902639, 40.7031 ], [ -73.901898, 40.702665 ], [ -73.901368, 40.702337 ], [ -73.900986, 40.702449 ], [ -73.900698, 40.70177 ], [ -73.900415, 40.701086 ], [ -73.9002, 40.700501 ], [ -73.901327, 40.700492 ], [ -73.901415, 40.700491 ], [ -73.90249, 40.700484 ], [ -73.903675, 40.700409 ], [ -73.90488, 40.700271 ], [ -73.905605, 40.700192 ], [ -73.906211, 40.700122 ], [ -73.906978, 40.700034 ], [ -73.908299, 40.699882 ], [ -73.90736, 40.700804 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055200", "name": "Census Tract 552, Queens County, New York", "total_population_17": 2986, "white_alone_17": 234.0, "black_alone_17": 880.0, "native_alone_17": 0.0, "asian_alone_17": 593.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 808.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.776, "pct_black_alone_change": 1.075, "pct_native_alone_change": -2.574, "pct_asian_alone_change": -4.133, "pct_hispanic_or_latino_change": 1.552, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7277874", "INTPTLON": "-073.7496567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.75688, 40.726279 ], [ -73.756783, 40.726306 ], [ -73.75672, 40.72633 ], [ -73.756637, 40.726361 ], [ -73.756308, 40.726459 ], [ -73.756014, 40.726546 ], [ -73.755746, 40.726639 ], [ -73.755216, 40.726824 ], [ -73.754548, 40.727076 ], [ -73.753931, 40.727346 ], [ -73.753747, 40.727425 ], [ -73.753012, 40.727776 ], [ -73.752637, 40.727988 ], [ -73.751959, 40.728377 ], [ -73.75133, 40.728745 ], [ -73.750873, 40.729049 ], [ -73.750658, 40.729195 ], [ -73.750045, 40.729667 ], [ -73.749621, 40.730005 ], [ -73.749265, 40.730324 ], [ -73.748749, 40.730786 ], [ -73.748124, 40.73134 ], [ -73.747934, 40.731507 ], [ -73.747558, 40.731841 ], [ -73.747338, 40.732036 ], [ -73.746992, 40.732351 ], [ -73.746738, 40.732583 ], [ -73.746715, 40.732368 ], [ -73.746699, 40.73221 ], [ -73.746674, 40.731953 ], [ -73.746657, 40.731815 ], [ -73.746621, 40.731678 ], [ -73.746593, 40.731611 ], [ -73.746565, 40.731544 ], [ -73.746492, 40.731415 ], [ -73.746401, 40.731293 ], [ -73.746296, 40.73118 ], [ -73.745556, 40.730637 ], [ -73.744175, 40.730323 ], [ -73.743764, 40.730227 ], [ -73.742421, 40.729919 ], [ -73.743129, 40.729487 ], [ -73.743862, 40.729032 ], [ -73.744588, 40.728586 ], [ -73.745317, 40.728138 ], [ -73.746046, 40.727688 ], [ -73.746804, 40.727223 ], [ -73.74751, 40.72671 ], [ -73.748187, 40.726214 ], [ -73.748917, 40.725764 ], [ -73.749642, 40.725314 ], [ -73.750418, 40.724846 ], [ -73.75119, 40.724379 ], [ -73.751912, 40.723947 ], [ -73.753354, 40.725144 ], [ -73.754087, 40.724695 ], [ -73.754969, 40.72416 ], [ -73.755086, 40.72449 ], [ -73.755244, 40.724783 ], [ -73.755481, 40.72512 ], [ -73.755666, 40.725319 ], [ -73.75581, 40.725427 ], [ -73.756028, 40.725596 ], [ -73.75671, 40.726179 ], [ -73.756819, 40.726232 ], [ -73.75688, 40.726279 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055300", "name": "Census Tract 553, Queens County, New York", "total_population_17": 2718, "white_alone_17": 508.0, "black_alone_17": 74.0, "native_alone_17": 32.0, "asian_alone_17": 435.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1547.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 11.359, "pct_black_alone_change": -2.086, "pct_native_alone_change": 1.019, "pct_asian_alone_change": 5.874, "pct_hispanic_or_latino_change": -18.881, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6989501", "INTPTLON": "-073.9065464" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.911036, 40.699532 ], [ -73.909536, 40.699745 ], [ -73.908683, 40.699841 ], [ -73.908299, 40.699882 ], [ -73.906978, 40.700034 ], [ -73.906211, 40.700122 ], [ -73.905605, 40.700192 ], [ -73.90488, 40.700271 ], [ -73.903675, 40.700409 ], [ -73.90249, 40.700484 ], [ -73.902953, 40.700005 ], [ -73.90407, 40.698857 ], [ -73.906117, 40.69675 ], [ -73.906156, 40.696776 ], [ -73.906263, 40.696832 ], [ -73.906524, 40.696976 ], [ -73.906846, 40.697164 ], [ -73.906927, 40.697208 ], [ -73.907036, 40.697268 ], [ -73.90712, 40.697314 ], [ -73.907275, 40.697399 ], [ -73.907372, 40.697452 ], [ -73.907523, 40.697548 ], [ -73.90757, 40.697572 ], [ -73.907771, 40.697684 ], [ -73.908022, 40.697825 ], [ -73.908774, 40.698255 ], [ -73.909533, 40.698675 ], [ -73.910143, 40.699033 ], [ -73.911036, 40.699532 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055400", "name": "Census Tract 554, Queens County, New York", "total_population_17": 2387, "white_alone_17": 350.0, "black_alone_17": 330.0, "native_alone_17": 0.0, "asian_alone_17": 915.0, "native_hawaiian_pacific_islander_17": 22.0, "hispanic_or_latino_17": 628.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.581, "pct_black_alone_change": -2.266, "pct_native_alone_change": -0.201, "pct_asian_alone_change": 9.842, "pct_hispanic_or_latino_change": 0.587, "pct_native_hawaiian_pacific_islander_change": 0.922, "INTPTLAT": "+40.7277903", "INTPTLON": "-073.7401593" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.743862, 40.729032 ], [ -73.743129, 40.729487 ], [ -73.742421, 40.729919 ], [ -73.740702, 40.729533 ], [ -73.739403, 40.729243 ], [ -73.739049, 40.729165 ], [ -73.738402, 40.729012 ], [ -73.738156, 40.728957 ], [ -73.737971, 40.728915 ], [ -73.737155, 40.728732 ], [ -73.736325, 40.728546 ], [ -73.735455, 40.728346 ], [ -73.73542, 40.727996 ], [ -73.735156, 40.727312 ], [ -73.737064, 40.726891 ], [ -73.737176, 40.727202 ], [ -73.737853, 40.726801 ], [ -73.738567, 40.726358 ], [ -73.739305, 40.725906 ], [ -73.740045, 40.725452 ], [ -73.740312, 40.725705 ], [ -73.741047, 40.725257 ], [ -73.742225, 40.726366 ], [ -73.744588, 40.728586 ], [ -73.743862, 40.729032 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055500", "name": "Census Tract 555, Queens County, New York", "total_population_17": 2421, "white_alone_17": 533.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 96.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1717.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.47, "pct_black_alone_change": -5.616, "pct_native_alone_change": -0.183, "pct_asian_alone_change": -5.226, "pct_hispanic_or_latino_change": 4.529, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6972245", "INTPTLON": "-073.9032791" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906117, 40.69675 ], [ -73.90407, 40.698857 ], [ -73.902953, 40.700005 ], [ -73.902239, 40.699584 ], [ -73.901524, 40.699162 ], [ -73.900813, 40.698742 ], [ -73.900102, 40.698319 ], [ -73.901219, 40.697171 ], [ -73.903218, 40.695117 ], [ -73.903504, 40.695274 ], [ -73.904221, 40.694534 ], [ -73.905043, 40.693704 ], [ -73.9058, 40.694128 ], [ -73.904914, 40.695074 ], [ -73.904804, 40.695148 ], [ -73.90426, 40.6957 ], [ -73.904664, 40.695932 ], [ -73.904803, 40.696008 ], [ -73.90489, 40.696051 ], [ -73.904952, 40.696086 ], [ -73.905011, 40.696122 ], [ -73.905083, 40.696163 ], [ -73.905235, 40.696251 ], [ -73.905401, 40.69635 ], [ -73.905583, 40.696449 ], [ -73.905704, 40.696515 ], [ -73.905771, 40.696549 ], [ -73.906117, 40.69675 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055600", "name": "Census Tract 556, Queens County, New York", "total_population_17": 2322, "white_alone_17": 152.0, "black_alone_17": 343.0, "native_alone_17": 0.0, "asian_alone_17": 1034.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 403.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.374, "pct_black_alone_change": -1.643, "pct_native_alone_change": -2.573, "pct_asian_alone_change": 15.294, "pct_hispanic_or_latino_change": -8.953, "pct_native_hawaiian_pacific_islander_change": -0.089, "INTPTLAT": "+40.7255507", "INTPTLON": "-073.7450034" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.748187, 40.726214 ], [ -73.74751, 40.72671 ], [ -73.746804, 40.727223 ], [ -73.746046, 40.727688 ], [ -73.745317, 40.728138 ], [ -73.744588, 40.728586 ], [ -73.742225, 40.726366 ], [ -73.741047, 40.725257 ], [ -73.741776, 40.724808 ], [ -73.742505, 40.72436 ], [ -73.743264, 40.723894 ], [ -73.744021, 40.723426 ], [ -73.744748, 40.722982 ], [ -73.74548, 40.722529 ], [ -73.746662, 40.723639 ], [ -73.748917, 40.725764 ], [ -73.748187, 40.726214 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055700", "name": "Census Tract 557, Queens County, New York", "total_population_17": 3547, "white_alone_17": 1327.0, "black_alone_17": 53.0, "native_alone_17": 0.0, "asian_alone_17": 325.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1815.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.861, "pct_black_alone_change": -1.82, "pct_native_alone_change": -0.178, "pct_asian_alone_change": -2.709, "pct_hispanic_or_latino_change": -1.863, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6986893", "INTPTLON": "-073.8983148" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90249, 40.700484 ], [ -73.901415, 40.700491 ], [ -73.901327, 40.700492 ], [ -73.9002, 40.700501 ], [ -73.899759, 40.700505 ], [ -73.899116, 40.700511 ], [ -73.898369, 40.700518 ], [ -73.897983, 40.700517 ], [ -73.896721, 40.700617 ], [ -73.896271, 40.700653 ], [ -73.896096, 40.700667 ], [ -73.894388, 40.700784 ], [ -73.89384, 40.70086 ], [ -73.894202, 40.700507 ], [ -73.895003, 40.699712 ], [ -73.89485, 40.69859 ], [ -73.89578, 40.698511 ], [ -73.895585, 40.697128 ], [ -73.896772, 40.696799 ], [ -73.897563, 40.696481 ], [ -73.898382, 40.696136 ], [ -73.898886, 40.69539 ], [ -73.899089, 40.695605 ], [ -73.899212, 40.695702 ], [ -73.89987, 40.69622 ], [ -73.900503, 40.696739 ], [ -73.901219, 40.697171 ], [ -73.900102, 40.698319 ], [ -73.900813, 40.698742 ], [ -73.901524, 40.699162 ], [ -73.902239, 40.699584 ], [ -73.902953, 40.700005 ], [ -73.90249, 40.700484 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055800", "name": "Census Tract 558, Queens County, New York", "total_population_17": 1753, "white_alone_17": 252.0, "black_alone_17": 271.0, "native_alone_17": 0.0, "asian_alone_17": 510.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 517.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.791, "pct_black_alone_change": -9.35, "pct_native_alone_change": -2.694, "pct_asian_alone_change": 4.792, "pct_hispanic_or_latino_change": 3.564, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7225337", "INTPTLON": "-073.7417049" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.744748, 40.722982 ], [ -73.744021, 40.723426 ], [ -73.743264, 40.723894 ], [ -73.742505, 40.72436 ], [ -73.741776, 40.724808 ], [ -73.741047, 40.725257 ], [ -73.739864, 40.724146 ], [ -73.737763, 40.722166 ], [ -73.737857, 40.722126 ], [ -73.738648, 40.721846 ], [ -73.739488, 40.721525 ], [ -73.74025, 40.721064 ], [ -73.741107, 40.720702 ], [ -73.741961, 40.720357 ], [ -73.742816, 40.72003 ], [ -73.743233, 40.720417 ], [ -73.744325, 40.721441 ], [ -73.74548, 40.722529 ], [ -73.744748, 40.722982 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081055900", "name": "Census Tract 559, Queens County, New York", "total_population_17": 1335, "white_alone_17": 184.0, "black_alone_17": 48.0, "native_alone_17": 0.0, "asian_alone_17": 69.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1009.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 5.141, "pct_black_alone_change": -6.369, "pct_native_alone_change": -0.265, "pct_asian_alone_change": -0.563, "pct_hispanic_or_latino_change": 1.595, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6944037", "INTPTLON": "-073.9017315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.905043, 40.693704 ], [ -73.904221, 40.694534 ], [ -73.903504, 40.695274 ], [ -73.903218, 40.695117 ], [ -73.901219, 40.697171 ], [ -73.900503, 40.696739 ], [ -73.89987, 40.69622 ], [ -73.899212, 40.695702 ], [ -73.899089, 40.695605 ], [ -73.898886, 40.69539 ], [ -73.899541, 40.694286 ], [ -73.90003, 40.693437 ], [ -73.900387, 40.69314 ], [ -73.900965, 40.692811 ], [ -73.901291, 40.692303 ], [ -73.901241, 40.691438 ], [ -73.90159, 40.691632 ], [ -73.90183, 40.691815 ], [ -73.902073, 40.691999 ], [ -73.902788, 40.692418 ], [ -73.903541, 40.692849 ], [ -73.904288, 40.693278 ], [ -73.905043, 40.693704 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056000", "name": "Census Tract 560, Queens County, New York", "total_population_17": 1743, "white_alone_17": 445.0, "black_alone_17": 178.0, "native_alone_17": 3.0, "asian_alone_17": 647.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 296.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.07, "pct_black_alone_change": -6.272, "pct_native_alone_change": -1.033, "pct_asian_alone_change": 9.573, "pct_hispanic_or_latino_change": -8.21, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7254352", "INTPTLON": "-073.7365635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.740312, 40.725705 ], [ -73.740045, 40.725452 ], [ -73.739305, 40.725906 ], [ -73.738567, 40.726358 ], [ -73.737853, 40.726801 ], [ -73.737176, 40.727202 ], [ -73.737064, 40.726891 ], [ -73.735156, 40.727312 ], [ -73.73542, 40.727996 ], [ -73.735455, 40.728346 ], [ -73.734519, 40.728125 ], [ -73.733617, 40.727934 ], [ -73.732939, 40.727767 ], [ -73.732729, 40.727726 ], [ -73.731645, 40.727455 ], [ -73.731492, 40.727419 ], [ -73.731219, 40.726698 ], [ -73.732813, 40.726346 ], [ -73.734628, 40.725941 ], [ -73.736545, 40.725517 ], [ -73.736277, 40.724806 ], [ -73.736027, 40.724143 ], [ -73.73588, 40.723827 ], [ -73.735763, 40.723463 ], [ -73.735756, 40.723076 ], [ -73.735738, 40.723002 ], [ -73.735736, 40.722925 ], [ -73.735751, 40.722849 ], [ -73.735782, 40.722776 ], [ -73.735829, 40.722709 ], [ -73.736917, 40.722467 ], [ -73.737763, 40.722166 ], [ -73.739864, 40.724146 ], [ -73.741047, 40.725257 ], [ -73.740312, 40.725705 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056100", "name": "Census Tract 561, Queens County, New York", "total_population_17": 62, "white_alone_17": 38.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 61.29, "pct_black_alone_change": 8.065, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 17.742, "pct_hispanic_or_latino_change": -87.097, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6924618", "INTPTLON": "-073.8852171" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.901241, 40.691438 ], [ -73.901291, 40.692303 ], [ -73.900965, 40.692811 ], [ -73.900387, 40.69314 ], [ -73.90003, 40.693437 ], [ -73.899192, 40.693789 ], [ -73.897366, 40.694119 ], [ -73.89691, 40.693842 ], [ -73.897427, 40.693289 ], [ -73.896955, 40.69192 ], [ -73.895733, 40.692265 ], [ -73.894743, 40.692637 ], [ -73.893263, 40.692203 ], [ -73.893981, 40.693076 ], [ -73.895426, 40.694171 ], [ -73.895077, 40.694591 ], [ -73.892452, 40.695226 ], [ -73.891957, 40.694411 ], [ -73.889194, 40.694936 ], [ -73.888286, 40.695237 ], [ -73.888654, 40.69583 ], [ -73.886488, 40.696439 ], [ -73.88688, 40.696652 ], [ -73.887174, 40.696851 ], [ -73.887294, 40.696958 ], [ -73.887451, 40.697109 ], [ -73.887568, 40.697229 ], [ -73.887645, 40.697343 ], [ -73.887729, 40.697473 ], [ -73.887796, 40.697603 ], [ -73.887849, 40.697734 ], [ -73.887921, 40.697999 ], [ -73.888023, 40.698449 ], [ -73.888053, 40.698549 ], [ -73.888087, 40.69863 ], [ -73.888144, 40.698723 ], [ -73.888189, 40.69886 ], [ -73.887713, 40.699678 ], [ -73.886767, 40.699826 ], [ -73.885842, 40.699965 ], [ -73.884922, 40.700104 ], [ -73.884402, 40.700255 ], [ -73.883431, 40.700474 ], [ -73.882697, 40.700718 ], [ -73.881767, 40.699531 ], [ -73.881054, 40.699774 ], [ -73.880246, 40.700072 ], [ -73.879444, 40.700391 ], [ -73.878604, 40.700696 ], [ -73.877792, 40.701015 ], [ -73.876228, 40.701727 ], [ -73.876258, 40.701749 ], [ -73.876398, 40.702294 ], [ -73.875431, 40.702374 ], [ -73.874463, 40.702457 ], [ -73.873512, 40.702535 ], [ -73.872562, 40.702612 ], [ -73.871648, 40.702687 ], [ -73.870733, 40.702762 ], [ -73.869819, 40.702838 ], [ -73.869156, 40.702893 ], [ -73.869116, 40.701604 ], [ -73.86952, 40.701406 ], [ -73.869314, 40.699355 ], [ -73.870802, 40.697877 ], [ -73.870708, 40.697697 ], [ -73.87066, 40.69762 ], [ -73.87063, 40.697578 ], [ -73.870483, 40.697369 ], [ -73.870257, 40.697048 ], [ -73.868917, 40.69515 ], [ -73.874021, 40.694191 ], [ -73.877764, 40.692153 ], [ -73.879456, 40.691231 ], [ -73.879512, 40.691187 ], [ -73.879616, 40.691106 ], [ -73.880723, 40.690243 ], [ -73.881341, 40.689761 ], [ -73.882267, 40.689039 ], [ -73.882649, 40.688741 ], [ -73.883654, 40.687959 ], [ -73.883757, 40.687879 ], [ -73.883777, 40.687863 ], [ -73.883867, 40.687721 ], [ -73.884517, 40.686691 ], [ -73.887284, 40.685622 ], [ -73.888083, 40.685294 ], [ -73.888294, 40.685175 ], [ -73.889089, 40.684641 ], [ -73.889607, 40.684214 ], [ -73.889747, 40.684131 ], [ -73.890201, 40.683864 ], [ -73.890878, 40.684543 ], [ -73.89166, 40.684044 ], [ -73.892523, 40.683424 ], [ -73.894139, 40.685243 ], [ -73.8942, 40.685309 ], [ -73.894406, 40.68509 ], [ -73.894597, 40.684882 ], [ -73.894942, 40.684548 ], [ -73.895293, 40.684169 ], [ -73.895819, 40.683516 ], [ -73.896123, 40.68314 ], [ -73.896231, 40.682977 ], [ -73.896331, 40.68283 ], [ -73.896406, 40.68268 ], [ -73.896482, 40.68253 ], [ -73.896518, 40.682397 ], [ -73.897341, 40.683368 ], [ -73.901162, 40.687878 ], [ -73.900425, 40.688184 ], [ -73.901805, 40.690766 ], [ -73.901241, 40.691438 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056200", "name": "Census Tract 562, Queens County, New York", "total_population_17": 1691, "white_alone_17": 438.0, "black_alone_17": 275.0, "native_alone_17": 7.0, "asian_alone_17": 305.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 347.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.074, "pct_black_alone_change": -3.481, "pct_native_alone_change": -0.26, "pct_asian_alone_change": -3.392, "pct_hispanic_or_latino_change": -6.03, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7246382", "INTPTLON": "-073.7331947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.736545, 40.725517 ], [ -73.734628, 40.725941 ], [ -73.732813, 40.726346 ], [ -73.731219, 40.726698 ], [ -73.730957, 40.726015 ], [ -73.730693, 40.725328 ], [ -73.73043, 40.72464 ], [ -73.730166, 40.723959 ], [ -73.729905, 40.723273 ], [ -73.731497, 40.722919 ], [ -73.73176, 40.723605 ], [ -73.733578, 40.723201 ], [ -73.735829, 40.722709 ], [ -73.735782, 40.722776 ], [ -73.735751, 40.722849 ], [ -73.735736, 40.722925 ], [ -73.735738, 40.723002 ], [ -73.735756, 40.723076 ], [ -73.735763, 40.723463 ], [ -73.73588, 40.723827 ], [ -73.736027, 40.724143 ], [ -73.736277, 40.724806 ], [ -73.736545, 40.725517 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056400", "name": "Census Tract 564, Queens County, New York", "total_population_17": 1570, "white_alone_17": 250.0, "black_alone_17": 153.0, "native_alone_17": 0.0, "asian_alone_17": 434.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 411.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.86, "pct_black_alone_change": -8.798, "pct_native_alone_change": -2.012, "pct_asian_alone_change": 10.569, "pct_hispanic_or_latino_change": -9.602, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7215544", "INTPTLON": "-073.7334063" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.736917, 40.722467 ], [ -73.735829, 40.722709 ], [ -73.733578, 40.723201 ], [ -73.73176, 40.723605 ], [ -73.731497, 40.722919 ], [ -73.729905, 40.723273 ], [ -73.729811, 40.723293 ], [ -73.728364, 40.723614 ], [ -73.728194, 40.723139 ], [ -73.728162, 40.723084 ], [ -73.728734, 40.722913 ], [ -73.729144, 40.722763 ], [ -73.729559, 40.72258 ], [ -73.729652, 40.722535 ], [ -73.730326, 40.722157 ], [ -73.731013, 40.721587 ], [ -73.732374, 40.720402 ], [ -73.732566, 40.720305 ], [ -73.733187, 40.719574 ], [ -73.734383, 40.718931 ], [ -73.735304, 40.718498 ], [ -73.735722, 40.719852 ], [ -73.736026, 40.720557 ], [ -73.736275, 40.721109 ], [ -73.736337, 40.721234 ], [ -73.736588, 40.721783 ], [ -73.736917, 40.722467 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056500", "name": "Census Tract 565, Queens County, New York", "total_population_17": 1571, "white_alone_17": 328.0, "black_alone_17": 2.0, "native_alone_17": 19.0, "asian_alone_17": 1.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1233.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.836, "pct_black_alone_change": -3.891, "pct_native_alone_change": 0.852, "pct_asian_alone_change": -4.757, "pct_hispanic_or_latino_change": 14.378, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6942629", "INTPTLON": "-073.8968742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.899541, 40.694286 ], [ -73.898886, 40.69539 ], [ -73.898382, 40.696136 ], [ -73.897563, 40.696481 ], [ -73.896772, 40.696799 ], [ -73.896309, 40.696094 ], [ -73.895879, 40.695498 ], [ -73.895604, 40.695132 ], [ -73.89579, 40.694744 ], [ -73.896463, 40.694478 ], [ -73.895586, 40.693979 ], [ -73.893981, 40.693076 ], [ -73.893263, 40.692203 ], [ -73.894743, 40.692637 ], [ -73.895733, 40.692265 ], [ -73.896955, 40.69192 ], [ -73.897427, 40.693289 ], [ -73.89691, 40.693842 ], [ -73.897366, 40.694119 ], [ -73.899192, 40.693789 ], [ -73.90003, 40.693437 ], [ -73.899541, 40.694286 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056600", "name": "Census Tract 566, Queens County, New York", "total_population_17": 1444, "white_alone_17": 85.0, "black_alone_17": 374.0, "native_alone_17": 0.0, "asian_alone_17": 402.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 399.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.431, "pct_black_alone_change": 0.837, "pct_native_alone_change": -0.252, "pct_asian_alone_change": -5.347, "pct_hispanic_or_latino_change": 7.292, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7197386", "INTPTLON": "-073.7384034" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.741107, 40.720702 ], [ -73.74025, 40.721064 ], [ -73.739488, 40.721525 ], [ -73.738648, 40.721846 ], [ -73.737857, 40.722126 ], [ -73.737763, 40.722166 ], [ -73.736917, 40.722467 ], [ -73.736588, 40.721783 ], [ -73.736337, 40.721234 ], [ -73.736275, 40.721109 ], [ -73.736026, 40.720557 ], [ -73.735722, 40.719852 ], [ -73.735304, 40.718498 ], [ -73.736133, 40.718172 ], [ -73.736958, 40.717931 ], [ -73.737329, 40.717841 ], [ -73.737911, 40.717722 ], [ -73.738872, 40.717535 ], [ -73.73984, 40.717309 ], [ -73.740819, 40.718754 ], [ -73.741961, 40.720357 ], [ -73.741107, 40.720702 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056700", "name": "Census Tract 567, Queens County, New York", "total_population_17": 4867, "white_alone_17": 1606.0, "black_alone_17": 84.0, "native_alone_17": 82.0, "asian_alone_17": 375.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2744.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.273, "pct_black_alone_change": -0.246, "pct_native_alone_change": 1.419, "pct_asian_alone_change": 4.27, "pct_hispanic_or_latino_change": 16.163, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+40.6968663", "INTPTLON": "-073.8921828" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896772, 40.696799 ], [ -73.895585, 40.697128 ], [ -73.89578, 40.698511 ], [ -73.89485, 40.69859 ], [ -73.895003, 40.699712 ], [ -73.894202, 40.700507 ], [ -73.89384, 40.70086 ], [ -73.893349, 40.700891 ], [ -73.893249, 40.700183 ], [ -73.893041, 40.69874 ], [ -73.892886, 40.69774 ], [ -73.892002, 40.697934 ], [ -73.891106, 40.698138 ], [ -73.890198, 40.698346 ], [ -73.889293, 40.698553 ], [ -73.888189, 40.69886 ], [ -73.888144, 40.698723 ], [ -73.888087, 40.69863 ], [ -73.888053, 40.698549 ], [ -73.888023, 40.698449 ], [ -73.887921, 40.697999 ], [ -73.887849, 40.697734 ], [ -73.887796, 40.697603 ], [ -73.887729, 40.697473 ], [ -73.887645, 40.697343 ], [ -73.887568, 40.697229 ], [ -73.887451, 40.697109 ], [ -73.887294, 40.696958 ], [ -73.887174, 40.696851 ], [ -73.88688, 40.696652 ], [ -73.886488, 40.696439 ], [ -73.888654, 40.69583 ], [ -73.888286, 40.695237 ], [ -73.889194, 40.694936 ], [ -73.891957, 40.694411 ], [ -73.892452, 40.695226 ], [ -73.895077, 40.694591 ], [ -73.895426, 40.694171 ], [ -73.893981, 40.693076 ], [ -73.895586, 40.693979 ], [ -73.896463, 40.694478 ], [ -73.89579, 40.694744 ], [ -73.895604, 40.695132 ], [ -73.895879, 40.695498 ], [ -73.896309, 40.696094 ], [ -73.896772, 40.696799 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081056800", "name": "Census Tract 568, Queens County, New York", "total_population_17": 4719, "white_alone_17": 138.0, "black_alone_17": 3221.0, "native_alone_17": 0.0, "asian_alone_17": 171.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 931.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.939, "pct_black_alone_change": -3.346, "pct_native_alone_change": -0.224, "pct_asian_alone_change": -0.39, "pct_hispanic_or_latino_change": 2.44, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7155702", "INTPTLON": "-073.7335751" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.745609, 40.715965 ], [ -73.745452, 40.716002 ], [ -73.744813, 40.716151 ], [ -73.744756, 40.716164 ], [ -73.744735, 40.71617 ], [ -73.744679, 40.716185 ], [ -73.743896, 40.716365 ], [ -73.742933, 40.716591 ], [ -73.741698, 40.716877 ], [ -73.740758, 40.717097 ], [ -73.73984, 40.717309 ], [ -73.738872, 40.717535 ], [ -73.737911, 40.717722 ], [ -73.737329, 40.717841 ], [ -73.736958, 40.717931 ], [ -73.736133, 40.718172 ], [ -73.735304, 40.718498 ], [ -73.734383, 40.718931 ], [ -73.733187, 40.719574 ], [ -73.732566, 40.720305 ], [ -73.732374, 40.720402 ], [ -73.731013, 40.721587 ], [ -73.730326, 40.722157 ], [ -73.729695, 40.720571 ], [ -73.729661, 40.720483 ], [ -73.729433, 40.719865 ], [ -73.729255, 40.719381 ], [ -73.729176, 40.719167 ], [ -73.72894, 40.718306 ], [ -73.728576, 40.71698 ], [ -73.728554, 40.716898 ], [ -73.728501, 40.716706 ], [ -73.728418, 40.716391 ], [ -73.728313, 40.715998 ], [ -73.728188, 40.715524 ], [ -73.728064, 40.715051 ], [ -73.727698, 40.713662 ], [ -73.727511, 40.712951 ], [ -73.727364, 40.712392 ], [ -73.727332, 40.712272 ], [ -73.727317, 40.712216 ], [ -73.727165, 40.711588 ], [ -73.727094, 40.711293 ], [ -73.727086, 40.711259 ], [ -73.726971, 40.710715 ], [ -73.727455, 40.710891 ], [ -73.727499, 40.710912 ], [ -73.727763, 40.711037 ], [ -73.72817, 40.711182 ], [ -73.728362, 40.711257 ], [ -73.7284, 40.711273 ], [ -73.729379, 40.711628 ], [ -73.729453, 40.711505 ], [ -73.729637, 40.711073 ], [ -73.729668, 40.711006 ], [ -73.729982, 40.710364 ], [ -73.731781, 40.710819 ], [ -73.733561, 40.711268 ], [ -73.734705, 40.7116 ], [ -73.735539, 40.71186 ], [ -73.734911, 40.713025 ], [ -73.735856, 40.713305 ], [ -73.73666, 40.713553 ], [ -73.738118, 40.713985 ], [ -73.738929, 40.714222 ], [ -73.740215, 40.7146 ], [ -73.741073, 40.714852 ], [ -73.741641, 40.715017 ], [ -73.743039, 40.715398 ], [ -73.743948, 40.715675 ], [ -73.744148, 40.715699 ], [ -73.744509, 40.715735 ], [ -73.744811, 40.715808 ], [ -73.745052, 40.715855 ], [ -73.74523, 40.715891 ], [ -73.745499, 40.715914 ], [ -73.745646, 40.715956 ], [ -73.745609, 40.715965 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081057700", "name": "Census Tract 577, Queens County, New York", "total_population_17": 4232, "white_alone_17": 2078.0, "black_alone_17": 47.0, "native_alone_17": 0.0, "asian_alone_17": 171.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1889.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.345, "pct_black_alone_change": 0.451, "pct_native_alone_change": -0.258, "pct_asian_alone_change": -0.581, "pct_hispanic_or_latino_change": 19.514, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7003929", "INTPTLON": "-073.8907145" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.89384, 40.70086 ], [ -73.892744, 40.701851 ], [ -73.891628, 40.702127 ], [ -73.890727, 40.702335 ], [ -73.88983, 40.702549 ], [ -73.888935, 40.702761 ], [ -73.888043, 40.702972 ], [ -73.887401, 40.701401 ], [ -73.887931, 40.701354 ], [ -73.888352, 40.70132 ], [ -73.888862, 40.701276 ], [ -73.888727, 40.699603 ], [ -73.888823, 40.699506 ], [ -73.888618, 40.69933 ], [ -73.888541, 40.699244 ], [ -73.888452, 40.699145 ], [ -73.888189, 40.69886 ], [ -73.889293, 40.698553 ], [ -73.890198, 40.698346 ], [ -73.891106, 40.698138 ], [ -73.892002, 40.697934 ], [ -73.892886, 40.69774 ], [ -73.893041, 40.69874 ], [ -73.893249, 40.700183 ], [ -73.893349, 40.700891 ], [ -73.89384, 40.70086 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081057900", "name": "Census Tract 579, Queens County, New York", "total_population_17": 1898, "white_alone_17": 1074.0, "black_alone_17": 5.0, "native_alone_17": 19.0, "asian_alone_17": 87.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 732.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.082, "pct_black_alone_change": 0.135, "pct_native_alone_change": 0.682, "pct_asian_alone_change": 0.05, "pct_hispanic_or_latino_change": 14.493, "pct_native_hawaiian_pacific_islander_change": -0.064, "INTPTLAT": "+40.7034917", "INTPTLON": "-073.8900443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.891942, 40.702886 ], [ -73.891268, 40.703597 ], [ -73.891053, 40.703816 ], [ -73.889843, 40.704972 ], [ -73.889119, 40.705599 ], [ -73.888623, 40.704389 ], [ -73.888043, 40.702972 ], [ -73.888935, 40.702761 ], [ -73.88983, 40.702549 ], [ -73.890727, 40.702335 ], [ -73.891628, 40.702127 ], [ -73.892744, 40.701851 ], [ -73.891942, 40.702886 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081058000", "name": "Census Tract 580, Queens County, New York", "total_population_17": 3811, "white_alone_17": 31.0, "black_alone_17": 2853.0, "native_alone_17": 4.0, "asian_alone_17": 79.0, "native_hawaiian_pacific_islander_17": 52.0, "hispanic_or_latino_17": 580.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.275, "pct_black_alone_change": -12.882, "pct_native_alone_change": -0.016, "pct_asian_alone_change": 0.77, "pct_hispanic_or_latino_change": 9.019, "pct_native_hawaiian_pacific_islander_change": 1.364, "INTPTLAT": "+40.7072457", "INTPTLON": "-073.7307152" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.736628, 40.709843 ], [ -73.735539, 40.71186 ], [ -73.734705, 40.7116 ], [ -73.733561, 40.711268 ], [ -73.731781, 40.710819 ], [ -73.729982, 40.710364 ], [ -73.729668, 40.711006 ], [ -73.729637, 40.711073 ], [ -73.729453, 40.711505 ], [ -73.729379, 40.711628 ], [ -73.7284, 40.711273 ], [ -73.728362, 40.711257 ], [ -73.72817, 40.711182 ], [ -73.727763, 40.711037 ], [ -73.727499, 40.710912 ], [ -73.727455, 40.710891 ], [ -73.726971, 40.710715 ], [ -73.7269, 40.709997 ], [ -73.726896, 40.709976 ], [ -73.727047, 40.709497 ], [ -73.726895, 40.7058 ], [ -73.726871, 40.705237 ], [ -73.726835, 40.704406 ], [ -73.726781, 40.703145 ], [ -73.726779, 40.703082 ], [ -73.726772, 40.702954 ], [ -73.726767, 40.702872 ], [ -73.726762, 40.702768 ], [ -73.727139, 40.703046 ], [ -73.727375, 40.702956 ], [ -73.727768, 40.703021 ], [ -73.73037, 40.703099 ], [ -73.732315, 40.70316 ], [ -73.734265, 40.70322 ], [ -73.734222, 40.703959 ], [ -73.734183, 40.704685 ], [ -73.73413, 40.705413 ], [ -73.733842, 40.706105 ], [ -73.733546, 40.706781 ], [ -73.733206, 40.707565 ], [ -73.732921, 40.708215 ], [ -73.732638, 40.708865 ], [ -73.73441, 40.709317 ], [ -73.735749, 40.709655 ], [ -73.735819, 40.709558 ], [ -73.736628, 40.709843 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081058100", "name": "Census Tract 581, Queens County, New York", "total_population_17": 3200, "white_alone_17": 1598.0, "black_alone_17": 39.0, "native_alone_17": 0.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1479.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.556, "pct_black_alone_change": -0.89, "pct_native_alone_change": -0.192, "pct_asian_alone_change": -2.197, "pct_hispanic_or_latino_change": 18.305, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7039692", "INTPTLON": "-073.8937889" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.896331, 40.705274 ], [ -73.895379, 40.705511 ], [ -73.894486, 40.705734 ], [ -73.893595, 40.705955 ], [ -73.892701, 40.706177 ], [ -73.891813, 40.706398 ], [ -73.891333, 40.705088 ], [ -73.891831, 40.70429 ], [ -73.89248, 40.703365 ], [ -73.893131, 40.702567 ], [ -73.893436, 40.702188 ], [ -73.892968, 40.702136 ], [ -73.892744, 40.701851 ], [ -73.89384, 40.70086 ], [ -73.894388, 40.700784 ], [ -73.894956, 40.701897 ], [ -73.895202, 40.702593 ], [ -73.895337, 40.702973 ], [ -73.895418, 40.703199 ], [ -73.895449, 40.703286 ], [ -73.895692, 40.70396 ], [ -73.895993, 40.704579 ], [ -73.896282, 40.705171 ], [ -73.896331, 40.705274 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081058200", "name": "Census Tract 582, Queens County, New York", "total_population_17": 4956, "white_alone_17": 133.0, "black_alone_17": 4064.0, "native_alone_17": 12.0, "asian_alone_17": 13.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 423.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.775, "pct_black_alone_change": -4.382, "pct_native_alone_change": -0.193, "pct_asian_alone_change": -1.152, "pct_hispanic_or_latino_change": 1.879, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7069890", "INTPTLON": "-073.7375538" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.742141, 40.710248 ], [ -73.741303, 40.710488 ], [ -73.740847, 40.710632 ], [ -73.740401, 40.710776 ], [ -73.739951, 40.710928 ], [ -73.739419, 40.7111 ], [ -73.737649, 40.711662 ], [ -73.73757, 40.711684 ], [ -73.736455, 40.712042 ], [ -73.736398, 40.712127 ], [ -73.735539, 40.71186 ], [ -73.736628, 40.709843 ], [ -73.735819, 40.709558 ], [ -73.735749, 40.709655 ], [ -73.73441, 40.709317 ], [ -73.732638, 40.708865 ], [ -73.732921, 40.708215 ], [ -73.733206, 40.707565 ], [ -73.733546, 40.706781 ], [ -73.733842, 40.706105 ], [ -73.73413, 40.705413 ], [ -73.734183, 40.704685 ], [ -73.734222, 40.703959 ], [ -73.734265, 40.70322 ], [ -73.734304, 40.702478 ], [ -73.736249, 40.702537 ], [ -73.738196, 40.702595 ], [ -73.740777, 40.70268 ], [ -73.7405, 40.703435 ], [ -73.740332, 40.703895 ], [ -73.740241, 40.704145 ], [ -73.740076, 40.704596 ], [ -73.739976, 40.704868 ], [ -73.739815, 40.705301 ], [ -73.741804, 40.705768 ], [ -73.741528, 40.706448 ], [ -73.741248, 40.707127 ], [ -73.74122, 40.707849 ], [ -73.741466, 40.70849 ], [ -73.742141, 40.710248 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081058300", "name": "Census Tract 583, Queens County, New York", "total_population_17": 3375, "white_alone_17": 1814.0, "black_alone_17": 188.0, "native_alone_17": 10.0, "asian_alone_17": 86.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1228.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.382, "pct_black_alone_change": 4.203, "pct_native_alone_change": 0.237, "pct_asian_alone_change": -4.671, "pct_hispanic_or_latino_change": 1.655, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7019380", "INTPTLON": "-073.8976203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900986, 40.702449 ], [ -73.899523, 40.702873 ], [ -73.897646, 40.703415 ], [ -73.895692, 40.70396 ], [ -73.895449, 40.703286 ], [ -73.895418, 40.703199 ], [ -73.895337, 40.702973 ], [ -73.895202, 40.702593 ], [ -73.894956, 40.701897 ], [ -73.894388, 40.700784 ], [ -73.896096, 40.700667 ], [ -73.896271, 40.700653 ], [ -73.896721, 40.700617 ], [ -73.897983, 40.700517 ], [ -73.898369, 40.700518 ], [ -73.899116, 40.700511 ], [ -73.899759, 40.700505 ], [ -73.9002, 40.700501 ], [ -73.900415, 40.701086 ], [ -73.900698, 40.70177 ], [ -73.900986, 40.702449 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081058500", "name": "Census Tract 585, Queens County, New York", "total_population_17": 4374, "white_alone_17": 1875.0, "black_alone_17": 49.0, "native_alone_17": 0.0, "asian_alone_17": 611.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1782.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.352, "pct_black_alone_change": 0.854, "pct_native_alone_change": -0.121, "pct_asian_alone_change": 7.198, "pct_hispanic_or_latino_change": 6.424, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.7043710", "INTPTLON": "-073.8994203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903381, 40.703538 ], [ -73.90229, 40.704608 ], [ -73.901997, 40.704871 ], [ -73.902119, 40.705149 ], [ -73.900838, 40.705518 ], [ -73.899961, 40.705772 ], [ -73.898946, 40.706018 ], [ -73.897999, 40.706244 ], [ -73.89694, 40.706499 ], [ -73.896649, 40.705914 ], [ -73.896573, 40.705766 ], [ -73.896331, 40.705274 ], [ -73.896282, 40.705171 ], [ -73.895993, 40.704579 ], [ -73.895692, 40.70396 ], [ -73.897646, 40.703415 ], [ -73.899523, 40.702873 ], [ -73.900986, 40.702449 ], [ -73.901368, 40.702337 ], [ -73.901898, 40.702665 ], [ -73.902639, 40.7031 ], [ -73.903381, 40.703538 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081058700", "name": "Census Tract 587, Queens County, New York", "total_population_17": 3672, "white_alone_17": 2670.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 123.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 861.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 6.615, "pct_black_alone_change": 0.19, "pct_native_alone_change": -0.18, "pct_asian_alone_change": -2.795, "pct_hispanic_or_latino_change": -2.361, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7071439", "INTPTLON": "-073.9002784" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903652, 40.707853 ], [ -73.901439, 40.708323 ], [ -73.898453, 40.70904 ], [ -73.898003, 40.708401 ], [ -73.897563, 40.707759 ], [ -73.897231, 40.707091 ], [ -73.89694, 40.706499 ], [ -73.897999, 40.706244 ], [ -73.898946, 40.706018 ], [ -73.899961, 40.705772 ], [ -73.900838, 40.705518 ], [ -73.902119, 40.705149 ], [ -73.902373, 40.705684 ], [ -73.902453, 40.705837 ], [ -73.902802, 40.706427 ], [ -73.90284, 40.706494 ], [ -73.903257, 40.707131 ], [ -73.903652, 40.707853 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081058900", "name": "Census Tract 589, Queens County, New York", "total_population_17": 4670, "white_alone_17": 2362.0, "black_alone_17": 22.0, "native_alone_17": 41.0, "asian_alone_17": 174.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2046.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.292, "pct_black_alone_change": -0.692, "pct_native_alone_change": 0.673, "pct_asian_alone_change": -0.175, "pct_hispanic_or_latino_change": 4.67, "pct_native_hawaiian_pacific_islander_change": -0.023, "INTPTLAT": "+40.7062404", "INTPTLON": "-073.9050398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.908012, 40.707154 ], [ -73.907477, 40.707677 ], [ -73.906257, 40.708867 ], [ -73.905517, 40.708428 ], [ -73.904777, 40.70799 ], [ -73.904033, 40.707551 ], [ -73.903652, 40.707853 ], [ -73.903257, 40.707131 ], [ -73.90284, 40.706494 ], [ -73.902802, 40.706427 ], [ -73.902453, 40.705837 ], [ -73.902373, 40.705684 ], [ -73.902119, 40.705149 ], [ -73.901997, 40.704871 ], [ -73.90229, 40.704608 ], [ -73.903381, 40.703538 ], [ -73.904124, 40.703974 ], [ -73.904865, 40.704409 ], [ -73.905609, 40.704849 ], [ -73.906352, 40.705285 ], [ -73.907093, 40.705722 ], [ -73.907836, 40.70616 ], [ -73.908579, 40.706598 ], [ -73.908012, 40.707154 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059000", "name": "Census Tract 590, Queens County, New York", "total_population_17": 1622, "white_alone_17": 4.0, "black_alone_17": 1368.0, "native_alone_17": 107.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 126.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.365, "pct_black_alone_change": -7.28, "pct_native_alone_change": 6.114, "pct_asian_alone_change": -0.645, "pct_hispanic_or_latino_change": 2.289, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7012577", "INTPTLON": "-073.7369979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.741143, 40.701808 ], [ -73.741046, 40.701981 ], [ -73.740777, 40.70268 ], [ -73.738196, 40.702595 ], [ -73.736249, 40.702537 ], [ -73.734304, 40.702478 ], [ -73.734321, 40.702117 ], [ -73.734339, 40.701766 ], [ -73.734378, 40.701023 ], [ -73.733419, 40.700992 ], [ -73.733477, 40.700098 ], [ -73.73397, 40.699151 ], [ -73.734858, 40.699419 ], [ -73.735743, 40.699688 ], [ -73.736618, 40.699949 ], [ -73.737489, 40.700214 ], [ -73.738354, 40.700475 ], [ -73.739227, 40.700743 ], [ -73.740111, 40.701001 ], [ -73.740741, 40.701162 ], [ -73.741395, 40.70133 ], [ -73.741143, 40.701808 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059100", "name": "Census Tract 591, Queens County, New York", "total_population_17": 5375, "white_alone_17": 2494.0, "black_alone_17": 103.0, "native_alone_17": 0.0, "asian_alone_17": 266.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2414.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.531, "pct_black_alone_change": 1.397, "pct_native_alone_change": -0.104, "pct_asian_alone_change": 1.245, "pct_hispanic_or_latino_change": -7.572, "pct_native_hawaiian_pacific_islander_change": -0.104, "INTPTLAT": "+40.7081118", "INTPTLON": "-073.9097807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913435, 40.70766 ], [ -73.912291, 40.708782 ], [ -73.911179, 40.709868 ], [ -73.909963, 40.711057 ], [ -73.909222, 40.710621 ], [ -73.908481, 40.710183 ], [ -73.907741, 40.709744 ], [ -73.907, 40.709306 ], [ -73.906257, 40.708867 ], [ -73.907477, 40.707677 ], [ -73.908012, 40.707154 ], [ -73.908579, 40.706598 ], [ -73.907836, 40.70616 ], [ -73.908989, 40.705032 ], [ -73.90973, 40.705471 ], [ -73.910471, 40.705908 ], [ -73.911212, 40.706346 ], [ -73.911952, 40.706784 ], [ -73.912694, 40.707223 ], [ -73.913435, 40.70766 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059200", "name": "Census Tract 592, Queens County, New York", "total_population_17": 1307, "white_alone_17": 0.0, "black_alone_17": 1248.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 35.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.663, "pct_black_alone_change": 1.741, "pct_native_alone_change": -0.158, "pct_asian_alone_change": -0.871, "pct_hispanic_or_latino_change": -0.568, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7012350", "INTPTLON": "-073.7297322" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.734339, 40.701766 ], [ -73.734321, 40.702117 ], [ -73.734304, 40.702478 ], [ -73.734265, 40.70322 ], [ -73.732315, 40.70316 ], [ -73.73037, 40.703099 ], [ -73.727768, 40.703021 ], [ -73.727375, 40.702956 ], [ -73.727139, 40.703046 ], [ -73.726762, 40.702768 ], [ -73.726746, 40.702473 ], [ -73.726728, 40.702146 ], [ -73.726751, 40.70208 ], [ -73.726783, 40.701987 ], [ -73.726738, 40.701588 ], [ -73.726713, 40.701448 ], [ -73.726654, 40.701112 ], [ -73.726544, 40.698983 ], [ -73.726525, 40.698258 ], [ -73.726511, 40.697781 ], [ -73.726509, 40.697522 ], [ -73.726503, 40.696886 ], [ -73.726595, 40.696924 ], [ -73.726763, 40.696978 ], [ -73.726921, 40.697018 ], [ -73.727037, 40.697053 ], [ -73.727516, 40.697196 ], [ -73.727548, 40.697909 ], [ -73.727613, 40.699359 ], [ -73.727816, 40.699365 ], [ -73.728815, 40.699391 ], [ -73.729791, 40.699425 ], [ -73.729427, 40.700131 ], [ -73.730525, 40.700167 ], [ -73.730485, 40.700905 ], [ -73.731459, 40.700936 ], [ -73.732432, 40.700963 ], [ -73.733419, 40.700992 ], [ -73.734378, 40.701023 ], [ -73.734339, 40.701766 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059300", "name": "Census Tract 593, Queens County, New York", "total_population_17": 4338, "white_alone_17": 3014.0, "black_alone_17": 13.0, "native_alone_17": 0.0, "asian_alone_17": 213.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1098.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.07, "pct_black_alone_change": -0.243, "pct_native_alone_change": -0.129, "pct_asian_alone_change": -0.161, "pct_hispanic_or_latino_change": 5.363, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7102080", "INTPTLON": "-073.9026508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.907, 40.709306 ], [ -73.905639, 40.710643 ], [ -73.905093, 40.710756 ], [ -73.904053, 40.711004 ], [ -73.904895, 40.712857 ], [ -73.904772, 40.712866 ], [ -73.903769, 40.712817 ], [ -73.902935, 40.712786 ], [ -73.902243, 40.71276 ], [ -73.900596, 40.712697 ], [ -73.900185, 40.711904 ], [ -73.899855, 40.711265 ], [ -73.899709, 40.710981 ], [ -73.899356, 40.710323 ], [ -73.898905, 40.709681 ], [ -73.898453, 40.70904 ], [ -73.901439, 40.708323 ], [ -73.903652, 40.707853 ], [ -73.904033, 40.707551 ], [ -73.904777, 40.70799 ], [ -73.905517, 40.708428 ], [ -73.906257, 40.708867 ], [ -73.907, 40.709306 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059400", "name": "Census Tract 594, Queens County, New York", "total_population_17": 1842, "white_alone_17": 6.0, "black_alone_17": 1660.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 109.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.539, "pct_black_alone_change": -0.33, "pct_native_alone_change": -0.393, "pct_asian_alone_change": -0.235, "pct_hispanic_or_latino_change": 0.692, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6984691", "INTPTLON": "-073.7311844" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.734877, 40.697411 ], [ -73.73397, 40.699151 ], [ -73.733477, 40.700098 ], [ -73.733419, 40.700992 ], [ -73.732432, 40.700963 ], [ -73.731459, 40.700936 ], [ -73.730485, 40.700905 ], [ -73.730525, 40.700167 ], [ -73.729427, 40.700131 ], [ -73.729791, 40.699425 ], [ -73.728815, 40.699391 ], [ -73.727816, 40.699365 ], [ -73.727613, 40.699359 ], [ -73.727548, 40.697909 ], [ -73.727516, 40.697196 ], [ -73.727866, 40.697301 ], [ -73.72874, 40.697569 ], [ -73.729646, 40.695836 ], [ -73.730517, 40.696097 ], [ -73.731389, 40.696359 ], [ -73.732264, 40.69662 ], [ -73.733132, 40.696887 ], [ -73.734005, 40.69715 ], [ -73.734877, 40.697411 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059500", "name": "Census Tract 595, Queens County, New York", "total_population_17": 5289, "white_alone_17": 2451.0, "black_alone_17": 38.0, "native_alone_17": 22.0, "asian_alone_17": 301.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2417.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.45, "pct_black_alone_change": -0.183, "pct_native_alone_change": 0.196, "pct_asian_alone_change": 0.175, "pct_hispanic_or_latino_change": 5.831, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7137750", "INTPTLON": "-073.9083422" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.913038, 40.713332 ], [ -73.910778, 40.713188 ], [ -73.910698, 40.713269 ], [ -73.910542, 40.713427 ], [ -73.910158, 40.713822 ], [ -73.911595, 40.714641 ], [ -73.911739, 40.714724 ], [ -73.912742, 40.715309 ], [ -73.912796, 40.71534 ], [ -73.912892, 40.715403 ], [ -73.912539, 40.71567 ], [ -73.912251, 40.715905 ], [ -73.911875, 40.716263 ], [ -73.911779, 40.716367 ], [ -73.911758, 40.716389 ], [ -73.911739, 40.71641 ], [ -73.911481, 40.716688 ], [ -73.911187, 40.716947 ], [ -73.91058, 40.717455 ], [ -73.910138, 40.717679 ], [ -73.910062, 40.717628 ], [ -73.910039, 40.717584 ], [ -73.909763, 40.717737 ], [ -73.90966, 40.717793 ], [ -73.909555, 40.717695 ], [ -73.909434, 40.717582 ], [ -73.908623, 40.717481 ], [ -73.908505, 40.717469 ], [ -73.907684, 40.71738 ], [ -73.906964, 40.717304 ], [ -73.90639, 40.717364 ], [ -73.906176, 40.716421 ], [ -73.906021, 40.715743 ], [ -73.905868, 40.715069 ], [ -73.90576, 40.714588 ], [ -73.90571, 40.714368 ], [ -73.905563, 40.713715 ], [ -73.905386, 40.712922 ], [ -73.905376, 40.712877 ], [ -73.904895, 40.712857 ], [ -73.904053, 40.711004 ], [ -73.905093, 40.710756 ], [ -73.905639, 40.710643 ], [ -73.907, 40.709306 ], [ -73.907741, 40.709744 ], [ -73.908481, 40.710183 ], [ -73.909222, 40.710621 ], [ -73.909963, 40.711057 ], [ -73.910225, 40.711388 ], [ -73.910413, 40.711778 ], [ -73.910863, 40.71204 ], [ -73.911162, 40.712214 ], [ -73.912253, 40.712864 ], [ -73.913038, 40.713332 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059600", "name": "Census Tract 596, Queens County, New York", "total_population_17": 1462, "white_alone_17": 20.0, "black_alone_17": 1352.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 75.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.42, "pct_black_alone_change": -2.381, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.186, "pct_hispanic_or_latino_change": 3.147, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6971372", "INTPTLON": "-073.7370565" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.739275, 40.696794 ], [ -73.738394, 40.698478 ], [ -73.737489, 40.700214 ], [ -73.736618, 40.699949 ], [ -73.735743, 40.699688 ], [ -73.734858, 40.699419 ], [ -73.73397, 40.699151 ], [ -73.734877, 40.697411 ], [ -73.735762, 40.695726 ], [ -73.736642, 40.694044 ], [ -73.737517, 40.694318 ], [ -73.738401, 40.694596 ], [ -73.739267, 40.694867 ], [ -73.740136, 40.695139 ], [ -73.739275, 40.696794 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059800", "name": "Census Tract 598, Queens County, New York", "total_population_17": 1693, "white_alone_17": 20.0, "black_alone_17": 1528.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 69.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.076, "pct_black_alone_change": -3.189, "pct_native_alone_change": -0.437, "pct_asian_alone_change": -0.525, "pct_hispanic_or_latino_change": 0.688, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6982947", "INTPTLON": "-073.7406666" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.743279, 40.69713 ], [ -73.743027, 40.697867 ], [ -73.742327, 40.699526 ], [ -73.742266, 40.699656 ], [ -73.741971, 40.700241 ], [ -73.741677, 40.700797 ], [ -73.741395, 40.70133 ], [ -73.740741, 40.701162 ], [ -73.740111, 40.701001 ], [ -73.739227, 40.700743 ], [ -73.738354, 40.700475 ], [ -73.737489, 40.700214 ], [ -73.738394, 40.698478 ], [ -73.739275, 40.696794 ], [ -73.740136, 40.695139 ], [ -73.741002, 40.69541 ], [ -73.741865, 40.695684 ], [ -73.742734, 40.695956 ], [ -73.743593, 40.696215 ], [ -73.743279, 40.69713 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081059900", "name": "Census Tract 599, Queens County, New York", "total_population_17": 1299, "white_alone_17": 939.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 42.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 300.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.318, "pct_black_alone_change": 0.401, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.052, "pct_hispanic_or_latino_change": 8.365, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7172449", "INTPTLON": "-073.9021320" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.90639, 40.717364 ], [ -73.904861, 40.717588 ], [ -73.903972, 40.717721 ], [ -73.903063, 40.717856 ], [ -73.902101, 40.717996 ], [ -73.901121, 40.718019 ], [ -73.900339, 40.71802 ], [ -73.900192, 40.718015 ], [ -73.900059, 40.718046 ], [ -73.899851, 40.718375 ], [ -73.898348, 40.719198 ], [ -73.897268, 40.718147 ], [ -73.898821, 40.717372 ], [ -73.899018, 40.717382 ], [ -73.901584, 40.716144 ], [ -73.901632, 40.716317 ], [ -73.903511, 40.716072 ], [ -73.906021, 40.715743 ], [ -73.906176, 40.716421 ], [ -73.90639, 40.717364 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081060000", "name": "Census Tract 600, Queens County, New York", "total_population_17": 1188, "white_alone_17": 4.0, "black_alone_17": 1065.0, "native_alone_17": 23.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 76.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.679, "pct_black_alone_change": -4.084, "pct_native_alone_change": 1.698, "pct_asian_alone_change": 0.847, "pct_hispanic_or_latino_change": 3.857, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6950630", "INTPTLON": "-073.7333032" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.736642, 40.694044 ], [ -73.735762, 40.695726 ], [ -73.734877, 40.697411 ], [ -73.734005, 40.69715 ], [ -73.733132, 40.696887 ], [ -73.732264, 40.69662 ], [ -73.731389, 40.696359 ], [ -73.730517, 40.696097 ], [ -73.729646, 40.695836 ], [ -73.730523, 40.694148 ], [ -73.731395, 40.694414 ], [ -73.732297, 40.692683 ], [ -73.733164, 40.692955 ], [ -73.734031, 40.693227 ], [ -73.7349, 40.693497 ], [ -73.735774, 40.693774 ], [ -73.736642, 40.694044 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081060100", "name": "Census Tract 601, Queens County, New York", "total_population_17": 2165, "white_alone_17": 1132.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 107.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 865.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.953, "pct_black_alone_change": -0.141, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.3, "pct_hispanic_or_latino_change": 21.432, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7152135", "INTPTLON": "-073.9024125" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.906021, 40.715743 ], [ -73.903511, 40.716072 ], [ -73.901632, 40.716317 ], [ -73.901584, 40.716144 ], [ -73.899018, 40.717382 ], [ -73.898204, 40.71693 ], [ -73.898058, 40.716863 ], [ -73.897963, 40.71681 ], [ -73.897818, 40.716712 ], [ -73.897729, 40.71664 ], [ -73.897617, 40.71653 ], [ -73.897502, 40.716384 ], [ -73.897687, 40.716298 ], [ -73.897824, 40.716236 ], [ -73.898603, 40.715867 ], [ -73.899264, 40.715544 ], [ -73.8999, 40.715233 ], [ -73.900872, 40.71476 ], [ -73.901158, 40.714622 ], [ -73.902045, 40.714197 ], [ -73.902854, 40.713793 ], [ -73.903802, 40.713348 ], [ -73.904772, 40.712866 ], [ -73.904895, 40.712857 ], [ -73.905376, 40.712877 ], [ -73.905386, 40.712922 ], [ -73.905563, 40.713715 ], [ -73.90571, 40.714368 ], [ -73.90576, 40.714588 ], [ -73.905868, 40.715069 ], [ -73.906021, 40.715743 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081060300", "name": "Census Tract 603, Queens County, New York", "total_population_17": 2104, "white_alone_17": 1127.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 140.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 785.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.102, "pct_black_alone_change": -0.199, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 4.475, "pct_hispanic_or_latino_change": 22.438, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7139219", "INTPTLON": "-073.8990012" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.903802, 40.713348 ], [ -73.902854, 40.713793 ], [ -73.902045, 40.714197 ], [ -73.901158, 40.714622 ], [ -73.900872, 40.71476 ], [ -73.8999, 40.715233 ], [ -73.899264, 40.715544 ], [ -73.898603, 40.715867 ], [ -73.897824, 40.716236 ], [ -73.897687, 40.716298 ], [ -73.897502, 40.716384 ], [ -73.896285, 40.714818 ], [ -73.895538, 40.713804 ], [ -73.895025, 40.712478 ], [ -73.895904, 40.712507 ], [ -73.896219, 40.712522 ], [ -73.897103, 40.712558 ], [ -73.897683, 40.71258 ], [ -73.899355, 40.712647 ], [ -73.900184, 40.712681 ], [ -73.900596, 40.712697 ], [ -73.902243, 40.71276 ], [ -73.902935, 40.712786 ], [ -73.903769, 40.712817 ], [ -73.904772, 40.712866 ], [ -73.903802, 40.713348 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081060600", "name": "Census Tract 606, Queens County, New York", "total_population_17": 1337, "white_alone_17": 32.0, "black_alone_17": 1201.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 71.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.171, "pct_black_alone_change": -1.165, "pct_native_alone_change": -0.263, "pct_asian_alone_change": -0.941, "pct_hispanic_or_latino_change": 0.511, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6917471", "INTPTLON": "-073.7353308" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.739223, 40.691048 ], [ -73.738319, 40.692782 ], [ -73.737517, 40.694318 ], [ -73.736642, 40.694044 ], [ -73.735774, 40.693774 ], [ -73.7349, 40.693497 ], [ -73.734031, 40.693227 ], [ -73.733164, 40.692955 ], [ -73.732297, 40.692683 ], [ -73.731445, 40.692386 ], [ -73.732201, 40.690934 ], [ -73.733107, 40.6892 ], [ -73.733979, 40.689466 ], [ -73.73485, 40.689725 ], [ -73.735725, 40.689993 ], [ -73.736595, 40.690255 ], [ -73.737465, 40.690515 ], [ -73.738335, 40.690779 ], [ -73.739223, 40.691048 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081060701", "name": "Census Tract 607.01, Queens County, New York", "total_population_17": 21, "white_alone_17": 8.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 13.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -51.95, "pct_black_alone_change": 0.0, "pct_native_alone_change": -0.633, "pct_asian_alone_change": -3.167, "pct_hispanic_or_latino_change": 55.751, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7172559", "INTPTLON": "-073.8939758" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900626, 40.719764 ], [ -73.900093, 40.720177 ], [ -73.900035, 40.720143 ], [ -73.898087, 40.720369 ], [ -73.897369, 40.720482 ], [ -73.897397, 40.721551 ], [ -73.899816, 40.721237 ], [ -73.900106, 40.723296 ], [ -73.899029, 40.723841 ], [ -73.898353, 40.723112 ], [ -73.896087, 40.723811 ], [ -73.895824, 40.723899 ], [ -73.895697, 40.723413 ], [ -73.89451, 40.723132 ], [ -73.894388, 40.723157 ], [ -73.894268, 40.723142 ], [ -73.89436, 40.7231 ], [ -73.894972, 40.722824 ], [ -73.894586, 40.722208 ], [ -73.894445, 40.722009 ], [ -73.894714, 40.721821 ], [ -73.892753, 40.719154 ], [ -73.892735, 40.719129 ], [ -73.894464, 40.718299 ], [ -73.894235, 40.717924 ], [ -73.892838, 40.716006 ], [ -73.8927, 40.71654 ], [ -73.892694, 40.716669 ], [ -73.891652, 40.717763 ], [ -73.891399, 40.717851 ], [ -73.891317, 40.71793 ], [ -73.891122, 40.718091 ], [ -73.890851, 40.718308 ], [ -73.890741, 40.718452 ], [ -73.890535, 40.718702 ], [ -73.890089, 40.718207 ], [ -73.889534, 40.717616 ], [ -73.888985, 40.71702 ], [ -73.888441, 40.716437 ], [ -73.887916, 40.715806 ], [ -73.887446, 40.715177 ], [ -73.887349, 40.715111 ], [ -73.887287, 40.715029 ], [ -73.887237, 40.714941 ], [ -73.8872, 40.714849 ], [ -73.887179, 40.714756 ], [ -73.88722, 40.713982 ], [ -73.887113, 40.713685 ], [ -73.887715, 40.713585 ], [ -73.886915, 40.712489 ], [ -73.886879, 40.712223 ], [ -73.888546, 40.712275 ], [ -73.888776, 40.712286 ], [ -73.893806, 40.712434 ], [ -73.894019, 40.712441 ], [ -73.895025, 40.712478 ], [ -73.895538, 40.713804 ], [ -73.896285, 40.714818 ], [ -73.897502, 40.716384 ], [ -73.897617, 40.71653 ], [ -73.897729, 40.71664 ], [ -73.897818, 40.716712 ], [ -73.897963, 40.71681 ], [ -73.898058, 40.716863 ], [ -73.898204, 40.71693 ], [ -73.899018, 40.717382 ], [ -73.898821, 40.717372 ], [ -73.897268, 40.718147 ], [ -73.898348, 40.719198 ], [ -73.899851, 40.718375 ], [ -73.900059, 40.718046 ], [ -73.900192, 40.718015 ], [ -73.900339, 40.71802 ], [ -73.900335, 40.718669 ], [ -73.900626, 40.719764 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081060800", "name": "Census Tract 608, Queens County, New York", "total_population_17": 1728, "white_alone_17": 63.0, "black_alone_17": 1597.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 68.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.236, "pct_black_alone_change": -0.285, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.49, "pct_hispanic_or_latino_change": -1.215, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6936037", "INTPTLON": "-073.7413143" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.744823, 40.693171 ], [ -73.744159, 40.69455 ], [ -73.743869, 40.6954 ], [ -73.743593, 40.696215 ], [ -73.742734, 40.695956 ], [ -73.741865, 40.695684 ], [ -73.741002, 40.69541 ], [ -73.740136, 40.695139 ], [ -73.739267, 40.694867 ], [ -73.738401, 40.694596 ], [ -73.737517, 40.694318 ], [ -73.738319, 40.692782 ], [ -73.739223, 40.691048 ], [ -73.740112, 40.691317 ], [ -73.740984, 40.69158 ], [ -73.741858, 40.691844 ], [ -73.742723, 40.692105 ], [ -73.743801, 40.692431 ], [ -73.744464, 40.692617 ], [ -73.745105, 40.692783 ], [ -73.744823, 40.693171 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061000", "name": "Census Tract 610, Queens County, New York", "total_population_17": 1351, "white_alone_17": 4.0, "black_alone_17": 1316.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 31.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.623, "pct_black_alone_change": 4.289, "pct_native_alone_change": -0.003, "pct_asian_alone_change": -0.248, "pct_hispanic_or_latino_change": -2.254, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6901782", "INTPTLON": "-073.7432503" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.74745, 40.689351 ], [ -73.74722, 40.689715 ], [ -73.74711, 40.689997 ], [ -73.746243, 40.691279 ], [ -73.745105, 40.692783 ], [ -73.744464, 40.692617 ], [ -73.743801, 40.692431 ], [ -73.742723, 40.692105 ], [ -73.741858, 40.691844 ], [ -73.740984, 40.69158 ], [ -73.740112, 40.691317 ], [ -73.739223, 40.691048 ], [ -73.740077, 40.689416 ], [ -73.741041, 40.68779 ], [ -73.741229, 40.687493 ], [ -73.747003, 40.689311 ], [ -73.747134, 40.689353 ], [ -73.747227, 40.68926 ], [ -73.74745, 40.689351 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061200", "name": "Census Tract 612, Queens County, New York", "total_population_17": 1851, "white_alone_17": 0.0, "black_alone_17": 1804.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 26.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.703, "pct_black_alone_change": 6.657, "pct_native_alone_change": -0.463, "pct_asian_alone_change": -0.233, "pct_hispanic_or_latino_change": -1.642, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6882912", "INTPTLON": "-073.7367254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.741041, 40.68779 ], [ -73.740077, 40.689416 ], [ -73.739223, 40.691048 ], [ -73.738335, 40.690779 ], [ -73.737465, 40.690515 ], [ -73.736595, 40.690255 ], [ -73.735725, 40.689993 ], [ -73.73485, 40.689725 ], [ -73.733979, 40.689466 ], [ -73.733107, 40.6892 ], [ -73.732239, 40.688937 ], [ -73.733091, 40.687303 ], [ -73.733878, 40.685796 ], [ -73.73396, 40.685639 ], [ -73.734649, 40.68585 ], [ -73.73483, 40.685906 ], [ -73.7357, 40.686173 ], [ -73.736578, 40.686438 ], [ -73.737442, 40.686701 ], [ -73.737585, 40.686408 ], [ -73.741229, 40.687493 ], [ -73.741041, 40.68779 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061301", "name": "Census Tract 613.01, Queens County, New York", "total_population_17": 6241, "white_alone_17": 3268.0, "black_alone_17": 70.0, "native_alone_17": 41.0, "asian_alone_17": 501.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2249.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.373, "pct_black_alone_change": 0.364, "pct_native_alone_change": 0.517, "pct_asian_alone_change": 3.937, "pct_hispanic_or_latino_change": 16.679, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7089649", "INTPTLON": "-073.8931848" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.900596, 40.712697 ], [ -73.900184, 40.712681 ], [ -73.899355, 40.712647 ], [ -73.897683, 40.71258 ], [ -73.897103, 40.712558 ], [ -73.896219, 40.712522 ], [ -73.895904, 40.712507 ], [ -73.895025, 40.712478 ], [ -73.894019, 40.712441 ], [ -73.893806, 40.712434 ], [ -73.888776, 40.712286 ], [ -73.888546, 40.712275 ], [ -73.887247, 40.710262 ], [ -73.887816, 40.710037 ], [ -73.887555, 40.709584 ], [ -73.888995, 40.709113 ], [ -73.888703, 40.707669 ], [ -73.886201, 40.706704 ], [ -73.885532, 40.706446 ], [ -73.885549, 40.706155 ], [ -73.886528, 40.706225 ], [ -73.887396, 40.706018 ], [ -73.888263, 40.70581 ], [ -73.889119, 40.705599 ], [ -73.889843, 40.704972 ], [ -73.891053, 40.703816 ], [ -73.891268, 40.703597 ], [ -73.891942, 40.702886 ], [ -73.892744, 40.701851 ], [ -73.892968, 40.702136 ], [ -73.893436, 40.702188 ], [ -73.893131, 40.702567 ], [ -73.89248, 40.703365 ], [ -73.891831, 40.70429 ], [ -73.891333, 40.705088 ], [ -73.891813, 40.706398 ], [ -73.892701, 40.706177 ], [ -73.893595, 40.705955 ], [ -73.894486, 40.705734 ], [ -73.895379, 40.705511 ], [ -73.896331, 40.705274 ], [ -73.896573, 40.705766 ], [ -73.896649, 40.705914 ], [ -73.89694, 40.706499 ], [ -73.897231, 40.707091 ], [ -73.897563, 40.707759 ], [ -73.898003, 40.708401 ], [ -73.898453, 40.70904 ], [ -73.898905, 40.709681 ], [ -73.899356, 40.710323 ], [ -73.899709, 40.710981 ], [ -73.899855, 40.711265 ], [ -73.900185, 40.711904 ], [ -73.900596, 40.712697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061302", "name": "Census Tract 613.02, Queens County, New York", "total_population_17": 16, "white_alone_17": 12.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7093274", "INTPTLON": "-073.8835278" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.888995, 40.709113 ], [ -73.887555, 40.709584 ], [ -73.887816, 40.710037 ], [ -73.887247, 40.710262 ], [ -73.888546, 40.712275 ], [ -73.886879, 40.712223 ], [ -73.886377, 40.712208 ], [ -73.885076, 40.712161 ], [ -73.884351, 40.71223 ], [ -73.882054, 40.712454 ], [ -73.880063, 40.712653 ], [ -73.879607, 40.71051 ], [ -73.880063, 40.710216 ], [ -73.879501, 40.709763 ], [ -73.879185, 40.709692 ], [ -73.877683, 40.707177 ], [ -73.880862, 40.706585 ], [ -73.881466, 40.706586 ], [ -73.881232, 40.706372 ], [ -73.883828, 40.706377 ], [ -73.885532, 40.706446 ], [ -73.886201, 40.706704 ], [ -73.888703, 40.707669 ], [ -73.888995, 40.709113 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061400", "name": "Census Tract 614, Queens County, New York", "total_population_17": 1318, "white_alone_17": 12.0, "black_alone_17": 1083.0, "native_alone_17": 0.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 126.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.97, "pct_black_alone_change": -9.822, "pct_native_alone_change": -0.487, "pct_asian_alone_change": 2.067, "pct_hispanic_or_latino_change": 4.755, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6861196", "INTPTLON": "-073.7295117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.733878, 40.685796 ], [ -73.733091, 40.687303 ], [ -73.732239, 40.688937 ], [ -73.731367, 40.688672 ], [ -73.730495, 40.688411 ], [ -73.729624, 40.688147 ], [ -73.728755, 40.687884 ], [ -73.727883, 40.687618 ], [ -73.727016, 40.687351 ], [ -73.726787, 40.687274 ], [ -73.726419, 40.687095 ], [ -73.725996, 40.686932 ], [ -73.725941, 40.686399 ], [ -73.725926, 40.686225 ], [ -73.725918, 40.686099 ], [ -73.725911, 40.686085 ], [ -73.725878, 40.685514 ], [ -73.725798, 40.684354 ], [ -73.725821, 40.68395 ], [ -73.725843, 40.683575 ], [ -73.725861, 40.683223 ], [ -73.726583, 40.683418 ], [ -73.726754, 40.683464 ], [ -73.727183, 40.683597 ], [ -73.727852, 40.6838 ], [ -73.728721, 40.684062 ], [ -73.729591, 40.684325 ], [ -73.730458, 40.684587 ], [ -73.731327, 40.684851 ], [ -73.73222, 40.685121 ], [ -73.733085, 40.685383 ], [ -73.73323, 40.685424 ], [ -73.7336, 40.685529 ], [ -73.73396, 40.685639 ], [ -73.733878, 40.685796 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061601", "name": "Census Tract 616.01, Queens County, New York", "total_population_17": 2376, "white_alone_17": 6.0, "black_alone_17": 2108.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 178.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.814, "pct_black_alone_change": -5.58, "pct_native_alone_change": -0.364, "pct_asian_alone_change": 0.279, "pct_hispanic_or_latino_change": 4.996, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6818554", "INTPTLON": "-073.7318753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.735822, 40.682255 ], [ -73.735132, 40.683557 ], [ -73.734213, 40.685321 ], [ -73.734092, 40.685473 ], [ -73.73396, 40.685639 ], [ -73.7336, 40.685529 ], [ -73.73323, 40.685424 ], [ -73.733085, 40.685383 ], [ -73.73222, 40.685121 ], [ -73.731327, 40.684851 ], [ -73.730458, 40.684587 ], [ -73.729591, 40.684325 ], [ -73.728721, 40.684062 ], [ -73.727852, 40.6838 ], [ -73.727183, 40.683597 ], [ -73.728102, 40.681766 ], [ -73.728302, 40.681485 ], [ -73.728517, 40.68121 ], [ -73.728746, 40.680943 ], [ -73.728972, 40.680672 ], [ -73.729247, 40.680431 ], [ -73.729506, 40.680056 ], [ -73.730473, 40.679348 ], [ -73.731061, 40.678307 ], [ -73.731874, 40.677569 ], [ -73.732368, 40.677717 ], [ -73.73324, 40.677979 ], [ -73.734111, 40.678243 ], [ -73.734992, 40.678506 ], [ -73.734905, 40.678674 ], [ -73.734033, 40.680365 ], [ -73.734002, 40.680426 ], [ -73.73377, 40.68103 ], [ -73.733741, 40.681131 ], [ -73.734469, 40.681352 ], [ -73.735735, 40.681735 ], [ -73.73562, 40.681871 ], [ -73.735985, 40.681988 ], [ -73.735822, 40.682255 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061602", "name": "Census Tract 616.02, Queens County, New York", "total_population_17": 1253, "white_alone_17": 33.0, "black_alone_17": 1112.0, "native_alone_17": 7.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 73.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.097, "pct_black_alone_change": 5.252, "pct_native_alone_change": 0.106, "pct_asian_alone_change": -2.136, "pct_hispanic_or_latino_change": 0.583, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6775523", "INTPTLON": "-073.7292421" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.735059, 40.67399 ], [ -73.734035, 40.675238 ], [ -73.733842, 40.675463 ], [ -73.733322, 40.676133 ], [ -73.733032, 40.676495 ], [ -73.731874, 40.677569 ], [ -73.731061, 40.678307 ], [ -73.730473, 40.679348 ], [ -73.729506, 40.680056 ], [ -73.729247, 40.680431 ], [ -73.728972, 40.680672 ], [ -73.728746, 40.680943 ], [ -73.728517, 40.68121 ], [ -73.728302, 40.681485 ], [ -73.728102, 40.681766 ], [ -73.727183, 40.683597 ], [ -73.726754, 40.683464 ], [ -73.726583, 40.683418 ], [ -73.725861, 40.683223 ], [ -73.725907, 40.682657 ], [ -73.725824, 40.681636 ], [ -73.725796, 40.68136 ], [ -73.725754, 40.680946 ], [ -73.725714, 40.680529 ], [ -73.725687, 40.68025 ], [ -73.72563, 40.679588 ], [ -73.725788, 40.678962 ], [ -73.725841, 40.678753 ], [ -73.725903, 40.678507 ], [ -73.726011, 40.678078 ], [ -73.726198, 40.677381 ], [ -73.726355, 40.676973 ], [ -73.726456, 40.676748 ], [ -73.726543, 40.676487 ], [ -73.726713, 40.67609 ], [ -73.726851, 40.675769 ], [ -73.726945, 40.675552 ], [ -73.727141, 40.675096 ], [ -73.727301, 40.674739 ], [ -73.727441, 40.674429 ], [ -73.727542, 40.67416 ], [ -73.728544, 40.674189 ], [ -73.729533, 40.674157 ], [ -73.730329, 40.674026 ], [ -73.730641, 40.673982 ], [ -73.731781, 40.673799 ], [ -73.732772, 40.673629 ], [ -73.733507, 40.67359 ], [ -73.734327, 40.673729 ], [ -73.734598, 40.673825 ], [ -73.734659, 40.673847 ], [ -73.735059, 40.67399 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061800", "name": "Census Tract 618, Queens County, New York", "total_population_17": 1842, "white_alone_17": 65.0, "black_alone_17": 1711.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 24.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.148, "pct_black_alone_change": 6.113, "pct_native_alone_change": -0.312, "pct_asian_alone_change": -1.185, "pct_hispanic_or_latino_change": -4.124, "pct_native_hawaiian_pacific_islander_change": -0.062, "INTPTLAT": "+40.6768943", "INTPTLON": "-073.7364182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.739794, 40.677391 ], [ -73.738546, 40.679627 ], [ -73.737635, 40.679296 ], [ -73.736721, 40.679024 ], [ -73.735853, 40.678771 ], [ -73.734992, 40.678506 ], [ -73.734111, 40.678243 ], [ -73.73324, 40.677979 ], [ -73.732368, 40.677717 ], [ -73.731874, 40.677569 ], [ -73.733032, 40.676495 ], [ -73.733322, 40.676133 ], [ -73.733842, 40.675463 ], [ -73.734035, 40.675238 ], [ -73.735059, 40.67399 ], [ -73.736076, 40.674521 ], [ -73.736932, 40.674925 ], [ -73.737794, 40.675215 ], [ -73.738632, 40.675502 ], [ -73.739544, 40.675814 ], [ -73.740458, 40.676117 ], [ -73.739794, 40.677391 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081061900", "name": "Census Tract 619, Queens County, New York", "total_population_17": 2706, "white_alone_17": 1822.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 768.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.115, "pct_black_alone_change": -0.944, "pct_native_alone_change": -0.076, "pct_asian_alone_change": 1.342, "pct_hispanic_or_latino_change": 17.584, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+40.7097907", "INTPTLON": "-073.8770975" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.881466, 40.706586 ], [ -73.880862, 40.706585 ], [ -73.877683, 40.707177 ], [ -73.879185, 40.709692 ], [ -73.879501, 40.709763 ], [ -73.880063, 40.710216 ], [ -73.879607, 40.71051 ], [ -73.880063, 40.712653 ], [ -73.879343, 40.712727 ], [ -73.878292, 40.712831 ], [ -73.877708, 40.712888 ], [ -73.875478, 40.71312 ], [ -73.87543, 40.712416 ], [ -73.875389, 40.711713 ], [ -73.875353, 40.711015 ], [ -73.875242, 40.710349 ], [ -73.874896, 40.709685 ], [ -73.874508, 40.708947 ], [ -73.873748, 40.707509 ], [ -73.874513, 40.707067 ], [ -73.874636, 40.706978 ], [ -73.874918, 40.706816 ], [ -73.876055, 40.706734 ], [ -73.87722, 40.706687 ], [ -73.880969, 40.706371 ], [ -73.881232, 40.706372 ], [ -73.881466, 40.706586 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062000", "name": "Census Tract 620, Queens County, New York", "total_population_17": 1439, "white_alone_17": 17.0, "black_alone_17": 1184.0, "native_alone_17": 46.0, "asian_alone_17": 91.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 101.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.505, "pct_black_alone_change": -9.792, "pct_native_alone_change": 3.006, "pct_asian_alone_change": 5.752, "pct_hispanic_or_latino_change": 3.236, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6810561", "INTPTLON": "-073.7378195" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.741391, 40.681862 ], [ -73.740904, 40.682736 ], [ -73.740858, 40.682786 ], [ -73.740787, 40.682763 ], [ -73.740365, 40.68344 ], [ -73.739905, 40.683262 ], [ -73.739737, 40.683531 ], [ -73.735822, 40.682255 ], [ -73.735985, 40.681988 ], [ -73.73562, 40.681871 ], [ -73.735735, 40.681735 ], [ -73.734469, 40.681352 ], [ -73.733741, 40.681131 ], [ -73.73377, 40.68103 ], [ -73.734002, 40.680426 ], [ -73.734033, 40.680365 ], [ -73.734905, 40.678674 ], [ -73.734992, 40.678506 ], [ -73.735853, 40.678771 ], [ -73.736721, 40.679024 ], [ -73.737635, 40.679296 ], [ -73.738546, 40.679627 ], [ -73.739406, 40.679916 ], [ -73.740267, 40.680193 ], [ -73.741128, 40.680475 ], [ -73.741991, 40.680751 ], [ -73.741391, 40.681862 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062100", "name": "Census Tract 621, Queens County, New York", "total_population_17": 2569, "white_alone_17": 1655.0, "black_alone_17": 20.0, "native_alone_17": 0.0, "asian_alone_17": 32.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 862.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.18, "pct_black_alone_change": 0.669, "pct_native_alone_change": -0.256, "pct_asian_alone_change": -1.06, "pct_hispanic_or_latino_change": 20.56, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7100147", "INTPTLON": "-073.8726646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.875478, 40.71312 ], [ -73.875271, 40.713137 ], [ -73.874325, 40.713196 ], [ -73.873593, 40.713234 ], [ -73.873029, 40.71326 ], [ -73.871618, 40.71329 ], [ -73.871547, 40.712597 ], [ -73.871277, 40.711919 ], [ -73.870945, 40.711246 ], [ -73.870633, 40.710578 ], [ -73.870321, 40.709899 ], [ -73.870165, 40.709208 ], [ -73.869891, 40.708509 ], [ -73.869497, 40.707872 ], [ -73.86911, 40.707089 ], [ -73.871538, 40.707046 ], [ -73.874918, 40.706816 ], [ -73.874636, 40.706978 ], [ -73.874513, 40.707067 ], [ -73.873748, 40.707509 ], [ -73.874508, 40.708947 ], [ -73.874896, 40.709685 ], [ -73.875242, 40.710349 ], [ -73.875353, 40.711015 ], [ -73.875389, 40.711713 ], [ -73.87543, 40.712416 ], [ -73.875478, 40.71312 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062200", "name": "Census Tract 622, Queens County, New York", "total_population_17": 1841, "white_alone_17": 19.0, "black_alone_17": 1594.0, "native_alone_17": 0.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 209.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.362, "pct_black_alone_change": -3.857, "pct_native_alone_change": -0.179, "pct_asian_alone_change": -0.19, "pct_hispanic_or_latino_change": 6.304, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6919497", "INTPTLON": "-073.7288802" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.733107, 40.6892 ], [ -73.732201, 40.690934 ], [ -73.731445, 40.692386 ], [ -73.732297, 40.692683 ], [ -73.731395, 40.694414 ], [ -73.730523, 40.694148 ], [ -73.729646, 40.695836 ], [ -73.72874, 40.697569 ], [ -73.727866, 40.697301 ], [ -73.727516, 40.697196 ], [ -73.727037, 40.697053 ], [ -73.726921, 40.697018 ], [ -73.726763, 40.696978 ], [ -73.726595, 40.696924 ], [ -73.726503, 40.696886 ], [ -73.726263, 40.690773 ], [ -73.726258, 40.690611 ], [ -73.726259, 40.690269 ], [ -73.726239, 40.689815 ], [ -73.726231, 40.68966 ], [ -73.726217, 40.689306 ], [ -73.7262, 40.688984 ], [ -73.726175, 40.68865 ], [ -73.726158, 40.68847 ], [ -73.726089, 40.687774 ], [ -73.725996, 40.686932 ], [ -73.726419, 40.687095 ], [ -73.726787, 40.687274 ], [ -73.727016, 40.687351 ], [ -73.727883, 40.687618 ], [ -73.728755, 40.687884 ], [ -73.729624, 40.688147 ], [ -73.730495, 40.688411 ], [ -73.731367, 40.688672 ], [ -73.732239, 40.688937 ], [ -73.733107, 40.6892 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062300", "name": "Census Tract 623, Queens County, New York", "total_population_17": 2137, "white_alone_17": 1390.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 730.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.088, "pct_black_alone_change": -0.359, "pct_native_alone_change": -0.359, "pct_asian_alone_change": 0.496, "pct_hispanic_or_latino_change": 27.389, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7043812", "INTPTLON": "-073.8781847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.880969, 40.706371 ], [ -73.87722, 40.706687 ], [ -73.877157, 40.706573 ], [ -73.876764, 40.705648 ], [ -73.876521, 40.705061 ], [ -73.876303, 40.704439 ], [ -73.876162, 40.704215 ], [ -73.875431, 40.702374 ], [ -73.876398, 40.702294 ], [ -73.877335, 40.702222 ], [ -73.878251, 40.702147 ], [ -73.879167, 40.702076 ], [ -73.879397, 40.702626 ], [ -73.880288, 40.704814 ], [ -73.880878, 40.706193 ], [ -73.881232, 40.706372 ], [ -73.880969, 40.706371 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062400", "name": "Census Tract 624, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6857824", "INTPTLON": "-073.7419913" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.750017, 40.685891 ], [ -73.749353, 40.686639 ], [ -73.748767, 40.68742 ], [ -73.748503, 40.687782 ], [ -73.74796, 40.68859 ], [ -73.74745, 40.689351 ], [ -73.747227, 40.68926 ], [ -73.747134, 40.689353 ], [ -73.747003, 40.689311 ], [ -73.741229, 40.687493 ], [ -73.737585, 40.686408 ], [ -73.737442, 40.686701 ], [ -73.736578, 40.686438 ], [ -73.7357, 40.686173 ], [ -73.73483, 40.685906 ], [ -73.734649, 40.68585 ], [ -73.73396, 40.685639 ], [ -73.734092, 40.685473 ], [ -73.734213, 40.685321 ], [ -73.735132, 40.683557 ], [ -73.735822, 40.682255 ], [ -73.739737, 40.683531 ], [ -73.739545, 40.683835 ], [ -73.740381, 40.684123 ], [ -73.740948, 40.683232 ], [ -73.743268, 40.68392 ], [ -73.745846, 40.684781 ], [ -73.747283, 40.685266 ], [ -73.748286, 40.685275 ], [ -73.749624, 40.685751 ], [ -73.750017, 40.685891 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062500", "name": "Census Tract 625, Queens County, New York", "total_population_17": 2807, "white_alone_17": 1775.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 80.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 893.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.645, "pct_black_alone_change": 0.774, "pct_native_alone_change": -0.178, "pct_asian_alone_change": 1.557, "pct_hispanic_or_latino_change": 19.324, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7041320", "INTPTLON": "-073.8824139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885532, 40.706446 ], [ -73.883828, 40.706377 ], [ -73.881232, 40.706372 ], [ -73.880878, 40.706193 ], [ -73.880288, 40.704814 ], [ -73.879397, 40.702626 ], [ -73.879167, 40.702076 ], [ -73.880077, 40.702001 ], [ -73.880498, 40.701969 ], [ -73.881, 40.70193 ], [ -73.88191, 40.70186 ], [ -73.882822, 40.701778 ], [ -73.883747, 40.701705 ], [ -73.884595, 40.70379 ], [ -73.885176, 40.705206 ], [ -73.885549, 40.706155 ], [ -73.885532, 40.706446 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062600", "name": "Census Tract 626, Queens County, New York", "total_population_17": 3091, "white_alone_17": 20.0, "black_alone_17": 2730.0, "native_alone_17": 13.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 224.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.39, "pct_black_alone_change": -2.49, "pct_native_alone_change": 0.085, "pct_asian_alone_change": -0.701, "pct_hispanic_or_latino_change": 1.659, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6819741", "INTPTLON": "-073.7481021" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.752683, 40.68087 ], [ -73.75228, 40.681498 ], [ -73.751724, 40.682377 ], [ -73.75147, 40.683023 ], [ -73.75121, 40.683719 ], [ -73.75097, 40.684202 ], [ -73.750197, 40.685593 ], [ -73.750017, 40.685891 ], [ -73.749624, 40.685751 ], [ -73.748286, 40.685275 ], [ -73.747283, 40.685266 ], [ -73.745846, 40.684781 ], [ -73.743268, 40.68392 ], [ -73.743443, 40.683625 ], [ -73.74458, 40.681591 ], [ -73.745831, 40.679341 ], [ -73.744972, 40.679058 ], [ -73.745608, 40.677886 ], [ -73.746222, 40.678082 ], [ -73.746497, 40.678169 ], [ -73.746973, 40.678313 ], [ -73.747354, 40.678428 ], [ -73.74813, 40.678662 ], [ -73.748235, 40.678694 ], [ -73.749095, 40.678957 ], [ -73.749279, 40.679014 ], [ -73.750331, 40.679348 ], [ -73.751194, 40.679633 ], [ -73.751475, 40.679728 ], [ -73.751778, 40.679835 ], [ -73.752081, 40.679932 ], [ -73.752255, 40.679986 ], [ -73.752651, 40.680051 ], [ -73.753238, 40.680117 ], [ -73.752683, 40.68087 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062700", "name": "Census Tract 627, Queens County, New York", "total_population_17": 2901, "white_alone_17": 1605.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 63.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1225.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.678, "pct_black_alone_change": -0.37, "pct_native_alone_change": -0.494, "pct_asian_alone_change": 0.347, "pct_hispanic_or_latino_change": 28.881, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+40.7037717", "INTPTLON": "-073.8864539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.889119, 40.705599 ], [ -73.888263, 40.70581 ], [ -73.887396, 40.706018 ], [ -73.886528, 40.706225 ], [ -73.885549, 40.706155 ], [ -73.885176, 40.705206 ], [ -73.884595, 40.70379 ], [ -73.883747, 40.701705 ], [ -73.884245, 40.701663 ], [ -73.884658, 40.701627 ], [ -73.885139, 40.701586 ], [ -73.885573, 40.701551 ], [ -73.88607, 40.701508 ], [ -73.886485, 40.701478 ], [ -73.887002, 40.701432 ], [ -73.887401, 40.701401 ], [ -73.888043, 40.702972 ], [ -73.888623, 40.704389 ], [ -73.889119, 40.705599 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081062900", "name": "Census Tract 629, Queens County, New York", "total_population_17": 2996, "white_alone_17": 1963.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 254.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 721.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.134, "pct_black_alone_change": -0.581, "pct_native_alone_change": -0.112, "pct_asian_alone_change": 7.618, "pct_hispanic_or_latino_change": 3.639, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7009309", "INTPTLON": "-073.8829632" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.888862, 40.701276 ], [ -73.888352, 40.70132 ], [ -73.887931, 40.701354 ], [ -73.887401, 40.701401 ], [ -73.887002, 40.701432 ], [ -73.886485, 40.701478 ], [ -73.88607, 40.701508 ], [ -73.885573, 40.701551 ], [ -73.885139, 40.701586 ], [ -73.884658, 40.701627 ], [ -73.884245, 40.701663 ], [ -73.883747, 40.701705 ], [ -73.882822, 40.701778 ], [ -73.88191, 40.70186 ], [ -73.881, 40.70193 ], [ -73.880498, 40.701969 ], [ -73.880077, 40.702001 ], [ -73.879167, 40.702076 ], [ -73.878251, 40.702147 ], [ -73.877335, 40.702222 ], [ -73.876398, 40.702294 ], [ -73.876258, 40.701749 ], [ -73.876228, 40.701727 ], [ -73.877792, 40.701015 ], [ -73.878604, 40.700696 ], [ -73.879444, 40.700391 ], [ -73.880246, 40.700072 ], [ -73.881054, 40.699774 ], [ -73.881767, 40.699531 ], [ -73.882697, 40.700718 ], [ -73.883431, 40.700474 ], [ -73.884402, 40.700255 ], [ -73.884922, 40.700104 ], [ -73.885842, 40.699965 ], [ -73.886767, 40.699826 ], [ -73.887713, 40.699678 ], [ -73.888189, 40.69886 ], [ -73.888452, 40.699145 ], [ -73.888541, 40.699244 ], [ -73.888618, 40.69933 ], [ -73.888823, 40.699506 ], [ -73.888727, 40.699603 ], [ -73.888862, 40.701276 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063000", "name": "Census Tract 630, Queens County, New York", "total_population_17": 1634, "white_alone_17": 13.0, "black_alone_17": 1497.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 96.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.637, "pct_black_alone_change": -1.35, "pct_native_alone_change": -0.449, "pct_asian_alone_change": -0.395, "pct_hispanic_or_latino_change": 1.453, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6802878", "INTPTLON": "-073.7435795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.746141, 40.676921 ], [ -73.745608, 40.677886 ], [ -73.744972, 40.679058 ], [ -73.745831, 40.679341 ], [ -73.74458, 40.681591 ], [ -73.743443, 40.683625 ], [ -73.743268, 40.68392 ], [ -73.740948, 40.683232 ], [ -73.740381, 40.684123 ], [ -73.739545, 40.683835 ], [ -73.739737, 40.683531 ], [ -73.739905, 40.683262 ], [ -73.740365, 40.68344 ], [ -73.740787, 40.682763 ], [ -73.740858, 40.682786 ], [ -73.740904, 40.682736 ], [ -73.741391, 40.681862 ], [ -73.741991, 40.680751 ], [ -73.743245, 40.678504 ], [ -73.743928, 40.677292 ], [ -73.744884, 40.675756 ], [ -73.745764, 40.676077 ], [ -73.746473, 40.676298 ], [ -73.746141, 40.676921 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063200", "name": "Census Tract 632, Queens County, New York", "total_population_17": 2705, "white_alone_17": 34.0, "black_alone_17": 2442.0, "native_alone_17": 0.0, "asian_alone_17": 83.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 122.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.779, "pct_black_alone_change": -0.874, "pct_native_alone_change": -0.249, "pct_asian_alone_change": 2.362, "pct_hispanic_or_latino_change": -0.766, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6765163", "INTPTLON": "-073.7405087" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.744884, 40.675756 ], [ -73.743928, 40.677292 ], [ -73.743245, 40.678504 ], [ -73.741991, 40.680751 ], [ -73.741128, 40.680475 ], [ -73.740267, 40.680193 ], [ -73.739406, 40.679916 ], [ -73.738546, 40.679627 ], [ -73.739794, 40.677391 ], [ -73.740458, 40.676117 ], [ -73.739544, 40.675814 ], [ -73.738632, 40.675502 ], [ -73.737794, 40.675215 ], [ -73.736932, 40.674925 ], [ -73.736076, 40.674521 ], [ -73.735059, 40.67399 ], [ -73.735619, 40.673131 ], [ -73.735975, 40.672567 ], [ -73.736249, 40.672631 ], [ -73.737098, 40.67294 ], [ -73.737941, 40.673245 ], [ -73.738197, 40.673338 ], [ -73.738787, 40.673553 ], [ -73.739636, 40.673859 ], [ -73.740523, 40.674178 ], [ -73.741411, 40.6745 ], [ -73.742255, 40.674807 ], [ -73.743141, 40.67513 ], [ -73.744031, 40.675451 ], [ -73.744884, 40.675756 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063301", "name": "Census Tract 633.01, Queens County, New York", "total_population_17": 1490, "white_alone_17": 1116.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 357.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.225, "pct_black_alone_change": -0.074, "pct_native_alone_change": -0.137, "pct_asian_alone_change": -0.616, "pct_hispanic_or_latino_change": 14.726, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7044837", "INTPTLON": "-073.8745715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.87722, 40.706687 ], [ -73.876055, 40.706734 ], [ -73.874918, 40.706816 ], [ -73.875193, 40.706647 ], [ -73.875151, 40.706544 ], [ -73.874939, 40.706675 ], [ -73.874241, 40.70673 ], [ -73.874079, 40.706314 ], [ -73.873355, 40.704551 ], [ -73.872443, 40.704628 ], [ -73.871648, 40.702687 ], [ -73.872562, 40.702612 ], [ -73.873512, 40.702535 ], [ -73.874463, 40.702457 ], [ -73.875431, 40.702374 ], [ -73.876162, 40.704215 ], [ -73.876303, 40.704439 ], [ -73.876521, 40.705061 ], [ -73.876764, 40.705648 ], [ -73.877157, 40.706573 ], [ -73.87722, 40.706687 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063302", "name": "Census Tract 633.02, Queens County, New York", "total_population_17": 1578, "white_alone_17": 1134.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 421.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.54, "pct_black_alone_change": -0.21, "pct_native_alone_change": -0.282, "pct_asian_alone_change": -0.827, "pct_hispanic_or_latino_change": 16.944, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7053937", "INTPTLON": "-073.8714054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.875193, 40.706647 ], [ -73.874918, 40.706816 ], [ -73.871538, 40.707046 ], [ -73.86911, 40.707089 ], [ -73.869032, 40.706826 ], [ -73.869015, 40.70677 ], [ -73.868812, 40.706085 ], [ -73.868608, 40.705376 ], [ -73.869606, 40.705144 ], [ -73.870665, 40.704898 ], [ -73.869819, 40.702838 ], [ -73.870733, 40.702762 ], [ -73.871648, 40.702687 ], [ -73.872443, 40.704628 ], [ -73.873355, 40.704551 ], [ -73.874079, 40.706314 ], [ -73.874241, 40.70673 ], [ -73.874939, 40.706675 ], [ -73.875151, 40.706544 ], [ -73.875193, 40.706647 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063500", "name": "Census Tract 635, Queens County, New York", "total_population_17": 2609, "white_alone_17": 1852.0, "black_alone_17": 14.0, "native_alone_17": 0.0, "asian_alone_17": 24.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 684.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.242, "pct_black_alone_change": -0.107, "pct_native_alone_change": -0.322, "pct_asian_alone_change": 0.357, "pct_hispanic_or_latino_change": 18.974, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7047392", "INTPTLON": "-073.8669609" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870665, 40.704898 ], [ -73.869606, 40.705144 ], [ -73.868608, 40.705376 ], [ -73.868812, 40.706085 ], [ -73.869015, 40.70677 ], [ -73.868642, 40.706631 ], [ -73.867037, 40.706642 ], [ -73.866131, 40.706656 ], [ -73.865207, 40.706669 ], [ -73.864269, 40.706686 ], [ -73.864135, 40.705721 ], [ -73.863794, 40.703334 ], [ -73.864728, 40.703259 ], [ -73.86564, 40.703183 ], [ -73.866538, 40.70311 ], [ -73.867247, 40.703052 ], [ -73.868243, 40.70297 ], [ -73.869033, 40.702904 ], [ -73.869156, 40.702893 ], [ -73.869819, 40.702838 ], [ -73.870665, 40.704898 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063700", "name": "Census Tract 637, Queens County, New York", "total_population_17": 3345, "white_alone_17": 2187.0, "black_alone_17": 153.0, "native_alone_17": 0.0, "asian_alone_17": 234.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 745.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.97, "pct_black_alone_change": 3.336, "pct_native_alone_change": -0.288, "pct_asian_alone_change": 3.856, "pct_hispanic_or_latino_change": 8.521, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7083600", "INTPTLON": "-073.8622857" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870165, 40.709208 ], [ -73.866618, 40.710402 ], [ -73.865577, 40.710659 ], [ -73.86501, 40.710777 ], [ -73.862079, 40.712201 ], [ -73.859632, 40.713598 ], [ -73.859654, 40.71338 ], [ -73.859713, 40.712606 ], [ -73.859759, 40.711845 ], [ -73.858187, 40.7116 ], [ -73.857298, 40.711465 ], [ -73.857143, 40.710991 ], [ -73.856677, 40.707692 ], [ -73.85594, 40.706395 ], [ -73.857172, 40.705989 ], [ -73.858215, 40.705602 ], [ -73.860156, 40.704746 ], [ -73.861973, 40.703951 ], [ -73.862881, 40.703567 ], [ -73.863254, 40.703392 ], [ -73.863794, 40.703334 ], [ -73.864135, 40.705721 ], [ -73.864269, 40.706686 ], [ -73.865207, 40.706669 ], [ -73.866131, 40.706656 ], [ -73.867037, 40.706642 ], [ -73.868642, 40.706631 ], [ -73.869015, 40.70677 ], [ -73.869032, 40.706826 ], [ -73.86911, 40.707089 ], [ -73.869497, 40.707872 ], [ -73.869891, 40.708509 ], [ -73.870165, 40.709208 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063800", "name": "Census Tract 638, Queens County, New York", "total_population_17": 3853, "white_alone_17": 182.0, "black_alone_17": 2988.0, "native_alone_17": 0.0, "asian_alone_17": 64.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 499.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.236, "pct_black_alone_change": 5.138, "pct_native_alone_change": -0.495, "pct_asian_alone_change": -1.937, "pct_hispanic_or_latino_change": 3.616, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6698297", "INTPTLON": "-073.7330637" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.740804, 40.666844 ], [ -73.739933, 40.667764 ], [ -73.73922, 40.668519 ], [ -73.739, 40.668749 ], [ -73.738699, 40.669068 ], [ -73.738501, 40.669285 ], [ -73.738236, 40.669532 ], [ -73.737984, 40.669809 ], [ -73.737758, 40.670058 ], [ -73.737547, 40.670334 ], [ -73.737355, 40.670619 ], [ -73.737184, 40.67091 ], [ -73.736858, 40.671083 ], [ -73.736233, 40.671663 ], [ -73.735903, 40.672414 ], [ -73.736249, 40.672631 ], [ -73.735975, 40.672567 ], [ -73.735619, 40.673131 ], [ -73.735059, 40.67399 ], [ -73.734659, 40.673847 ], [ -73.734598, 40.673825 ], [ -73.734327, 40.673729 ], [ -73.733507, 40.67359 ], [ -73.732772, 40.673629 ], [ -73.731781, 40.673799 ], [ -73.730641, 40.673982 ], [ -73.730329, 40.674026 ], [ -73.729533, 40.674157 ], [ -73.728544, 40.674189 ], [ -73.727542, 40.67416 ], [ -73.727574, 40.674042 ], [ -73.727609, 40.673863 ], [ -73.727767, 40.673066 ], [ -73.727917, 40.672339 ], [ -73.72807, 40.671608 ], [ -73.728004, 40.67149 ], [ -73.727676, 40.671403 ], [ -73.727846, 40.67089 ], [ -73.727941, 40.670809 ], [ -73.727926, 40.670097 ], [ -73.727992, 40.669427 ], [ -73.728128, 40.668708 ], [ -73.728264, 40.668073 ], [ -73.728222, 40.667314 ], [ -73.728264, 40.666606 ], [ -73.728272, 40.66644 ], [ -73.729807, 40.666432 ], [ -73.731254, 40.66644 ], [ -73.731763, 40.6666 ], [ -73.73192, 40.666556 ], [ -73.733806, 40.666578 ], [ -73.734837, 40.666575 ], [ -73.735863, 40.66658 ], [ -73.735981, 40.666592 ], [ -73.736102, 40.666593 ], [ -73.736222, 40.666581 ], [ -73.736338, 40.666557 ], [ -73.736448, 40.666522 ], [ -73.736256, 40.666277 ], [ -73.738429, 40.66627 ], [ -73.738559, 40.666397 ], [ -73.739929, 40.666401 ], [ -73.740221, 40.666401 ], [ -73.740432, 40.666401 ], [ -73.741178, 40.666403 ], [ -73.740804, 40.666844 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081063900", "name": "Census Tract 639, Queens County, New York", "total_population_17": 2965, "white_alone_17": 1874.0, "black_alone_17": 70.0, "native_alone_17": 0.0, "asian_alone_17": 242.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 712.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.774, "pct_black_alone_change": 0.226, "pct_native_alone_change": -0.075, "pct_asian_alone_change": 4.267, "pct_hispanic_or_latino_change": 10.492, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7038953", "INTPTLON": "-073.8569266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863254, 40.703392 ], [ -73.862881, 40.703567 ], [ -73.861973, 40.703951 ], [ -73.860156, 40.704746 ], [ -73.858215, 40.705602 ], [ -73.857172, 40.705989 ], [ -73.85594, 40.706395 ], [ -73.854746, 40.706767 ], [ -73.854533, 40.70656 ], [ -73.854404, 40.706241 ], [ -73.85435, 40.705911 ], [ -73.854404, 40.705584 ], [ -73.854347, 40.705406 ], [ -73.854398, 40.705285 ], [ -73.854641, 40.70529 ], [ -73.854734, 40.705245 ], [ -73.854709, 40.705222 ], [ -73.853963, 40.704579 ], [ -73.853756, 40.704377 ], [ -73.853692, 40.704315 ], [ -73.853552, 40.704133 ], [ -73.853437, 40.703987 ], [ -73.852744, 40.703104 ], [ -73.852679, 40.703022 ], [ -73.852151, 40.702251 ], [ -73.855293, 40.702596 ], [ -73.855292, 40.701844 ], [ -73.856308, 40.701838 ], [ -73.856914, 40.701885 ], [ -73.857028, 40.70117 ], [ -73.857392, 40.701214 ], [ -73.858274, 40.701224 ], [ -73.858579, 40.701238 ], [ -73.85815, 40.702898 ], [ -73.858288, 40.702911 ], [ -73.858532, 40.70295 ], [ -73.858747, 40.702974 ], [ -73.859975, 40.703109 ], [ -73.86037, 40.703151 ], [ -73.860682, 40.703184 ], [ -73.861423, 40.70327 ], [ -73.862797, 40.703361 ], [ -73.863077, 40.70338 ], [ -73.863254, 40.703392 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081064101", "name": "Census Tract 641.01, Queens County, New York", "total_population_17": 2220, "white_alone_17": 1663.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 250.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 276.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -5.377, "pct_black_alone_change": -0.357, "pct_native_alone_change": -0.125, "pct_asian_alone_change": 5.584, "pct_hispanic_or_latino_change": 0.704, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6991702", "INTPTLON": "-073.8516668" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.854125, 40.700765 ], [ -73.853962, 40.700772 ], [ -73.853809, 40.700753 ], [ -73.853704, 40.700727 ], [ -73.853592, 40.700683 ], [ -73.85333, 40.700609 ], [ -73.85306, 40.70055 ], [ -73.852783, 40.700505 ], [ -73.852474, 40.700474 ], [ -73.852222, 40.700461 ], [ -73.85194, 40.700463 ], [ -73.851662, 40.700479 ], [ -73.850706, 40.700208 ], [ -73.84908, 40.698351 ], [ -73.849478, 40.698196 ], [ -73.849933, 40.69809 ], [ -73.851838, 40.697682 ], [ -73.852664, 40.697572 ], [ -73.85261, 40.697805 ], [ -73.852608, 40.69796 ], [ -73.852624, 40.698114 ], [ -73.852711, 40.698415 ], [ -73.853286, 40.699287 ], [ -73.853775, 40.69991 ], [ -73.853601, 40.699935 ], [ -73.853563, 40.699941 ], [ -73.854101, 40.700514 ], [ -73.854119, 40.700704 ], [ -73.854125, 40.700765 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081064102", "name": "Census Tract 641.02, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7020705", "INTPTLON": "-073.8534862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870802, 40.697877 ], [ -73.869314, 40.699355 ], [ -73.86952, 40.701406 ], [ -73.869116, 40.701604 ], [ -73.869156, 40.702893 ], [ -73.869033, 40.702904 ], [ -73.868243, 40.70297 ], [ -73.867247, 40.703052 ], [ -73.866538, 40.70311 ], [ -73.86564, 40.703183 ], [ -73.864728, 40.703259 ], [ -73.863794, 40.703334 ], [ -73.863254, 40.703392 ], [ -73.863077, 40.70338 ], [ -73.862797, 40.703361 ], [ -73.861423, 40.70327 ], [ -73.860682, 40.703184 ], [ -73.86037, 40.703151 ], [ -73.859975, 40.703109 ], [ -73.858747, 40.702974 ], [ -73.858532, 40.70295 ], [ -73.858288, 40.702911 ], [ -73.85815, 40.702898 ], [ -73.858579, 40.701238 ], [ -73.858274, 40.701224 ], [ -73.857392, 40.701214 ], [ -73.857028, 40.70117 ], [ -73.856914, 40.701885 ], [ -73.856308, 40.701838 ], [ -73.855292, 40.701844 ], [ -73.855293, 40.702596 ], [ -73.852151, 40.702251 ], [ -73.852679, 40.703022 ], [ -73.852744, 40.703104 ], [ -73.853437, 40.703987 ], [ -73.853552, 40.704133 ], [ -73.853692, 40.704315 ], [ -73.853756, 40.704377 ], [ -73.853963, 40.704579 ], [ -73.854709, 40.705222 ], [ -73.854734, 40.705245 ], [ -73.854641, 40.70529 ], [ -73.854398, 40.705285 ], [ -73.854347, 40.705406 ], [ -73.854404, 40.705584 ], [ -73.85435, 40.705911 ], [ -73.854404, 40.706241 ], [ -73.854533, 40.70656 ], [ -73.854746, 40.706767 ], [ -73.852766, 40.707442 ], [ -73.851099, 40.707901 ], [ -73.850533, 40.708067 ], [ -73.849517, 40.708392 ], [ -73.848576, 40.708507 ], [ -73.847626, 40.70841 ], [ -73.846634, 40.708396 ], [ -73.84568, 40.70848 ], [ -73.84395, 40.708937 ], [ -73.843016, 40.709176 ], [ -73.842204, 40.709079 ], [ -73.841577, 40.708978 ], [ -73.841445, 40.708957 ], [ -73.84091, 40.708876 ], [ -73.839751, 40.708698 ], [ -73.839011, 40.708555 ], [ -73.837147, 40.707957 ], [ -73.837812, 40.706987 ], [ -73.837876, 40.706913 ], [ -73.837933, 40.706834 ], [ -73.837983, 40.706752 ], [ -73.838011, 40.706693 ], [ -73.838057, 40.706581 ], [ -73.838082, 40.706493 ], [ -73.838097, 40.706403 ], [ -73.838104, 40.706313 ], [ -73.838102, 40.706223 ], [ -73.838091, 40.706133 ], [ -73.838071, 40.706044 ], [ -73.838043, 40.705956 ], [ -73.83796, 40.705787 ], [ -73.837846, 40.70563 ], [ -73.837336, 40.704861 ], [ -73.836962, 40.704212 ], [ -73.83843, 40.703386 ], [ -73.839478, 40.70269 ], [ -73.841564, 40.701101 ], [ -73.842144, 40.70087 ], [ -73.842938, 40.700554 ], [ -73.843202, 40.7004 ], [ -73.843594, 40.700172 ], [ -73.844274, 40.699781 ], [ -73.845025, 40.699359 ], [ -73.846938, 40.698871 ], [ -73.847017, 40.698842 ], [ -73.847911, 40.698647 ], [ -73.848221, 40.698545 ], [ -73.848781, 40.698419 ], [ -73.84908, 40.698351 ], [ -73.850706, 40.700208 ], [ -73.851662, 40.700479 ], [ -73.85194, 40.700463 ], [ -73.852222, 40.700461 ], [ -73.852474, 40.700474 ], [ -73.852783, 40.700505 ], [ -73.85306, 40.70055 ], [ -73.85333, 40.700609 ], [ -73.853592, 40.700683 ], [ -73.853704, 40.700727 ], [ -73.853809, 40.700753 ], [ -73.853962, 40.700772 ], [ -73.854125, 40.700765 ], [ -73.854119, 40.700704 ], [ -73.854101, 40.700514 ], [ -73.853563, 40.699941 ], [ -73.853601, 40.699935 ], [ -73.853775, 40.69991 ], [ -73.853286, 40.699287 ], [ -73.852711, 40.698415 ], [ -73.852624, 40.698114 ], [ -73.852608, 40.69796 ], [ -73.85261, 40.697805 ], [ -73.852664, 40.697572 ], [ -73.854788, 40.697297 ], [ -73.855674, 40.697179 ], [ -73.856572, 40.697065 ], [ -73.857444, 40.696913 ], [ -73.858331, 40.696744 ], [ -73.859285, 40.696554 ], [ -73.860164, 40.696385 ], [ -73.862452, 40.695996 ], [ -73.863687, 40.695691 ], [ -73.864557, 40.69552 ], [ -73.866814, 40.695065 ], [ -73.868717, 40.694622 ], [ -73.868917, 40.69515 ], [ -73.870257, 40.697048 ], [ -73.870483, 40.697369 ], [ -73.87063, 40.697578 ], [ -73.87066, 40.69762 ], [ -73.870708, 40.697697 ], [ -73.870802, 40.697877 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081064500", "name": "Census Tract 645, Queens County, New York", "total_population_17": 1898, "white_alone_17": 922.0, "black_alone_17": 58.0, "native_alone_17": 0.0, "asian_alone_17": 531.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 343.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.427, "pct_black_alone_change": 1.137, "pct_native_alone_change": -0.104, "pct_asian_alone_change": 8.994, "pct_hispanic_or_latino_change": 3.601, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7091221", "INTPTLON": "-073.8522500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.857298, 40.711465 ], [ -73.856448, 40.711338 ], [ -73.855745, 40.71123 ], [ -73.855558, 40.711201 ], [ -73.854799, 40.711084 ], [ -73.854641, 40.71106 ], [ -73.853723, 40.710913 ], [ -73.853329, 40.710852 ], [ -73.852799, 40.710771 ], [ -73.851892, 40.710627 ], [ -73.850916, 40.710471 ], [ -73.849975, 40.710321 ], [ -73.849058, 40.710178 ], [ -73.848474, 40.710079 ], [ -73.848139, 40.710029 ], [ -73.847237, 40.709876 ], [ -73.846301, 40.709731 ], [ -73.846027, 40.709689 ], [ -73.845379, 40.709581 ], [ -73.844934, 40.709511 ], [ -73.84412, 40.709378 ], [ -73.843207, 40.709275 ], [ -73.843016, 40.709176 ], [ -73.84395, 40.708937 ], [ -73.84568, 40.70848 ], [ -73.846634, 40.708396 ], [ -73.847626, 40.70841 ], [ -73.848576, 40.708507 ], [ -73.849517, 40.708392 ], [ -73.850533, 40.708067 ], [ -73.851099, 40.707901 ], [ -73.852766, 40.707442 ], [ -73.854746, 40.706767 ], [ -73.85594, 40.706395 ], [ -73.856677, 40.707692 ], [ -73.857143, 40.710991 ], [ -73.857298, 40.711465 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081064600", "name": "Census Tract 646, Queens County, New York", "total_population_17": 3410, "white_alone_17": 22.0, "black_alone_17": 3074.0, "native_alone_17": 10.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 243.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.238, "pct_black_alone_change": -3.248, "pct_native_alone_change": 0.197, "pct_asian_alone_change": -0.893, "pct_hispanic_or_latino_change": 3.648, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6727740", "INTPTLON": "-073.7423254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.74876, 40.673026 ], [ -73.7477, 40.674678 ], [ -73.747436, 40.674613 ], [ -73.746473, 40.676298 ], [ -73.745764, 40.676077 ], [ -73.744884, 40.675756 ], [ -73.744031, 40.675451 ], [ -73.743141, 40.67513 ], [ -73.742255, 40.674807 ], [ -73.741411, 40.6745 ], [ -73.740523, 40.674178 ], [ -73.739636, 40.673859 ], [ -73.738787, 40.673553 ], [ -73.738197, 40.673338 ], [ -73.737941, 40.673245 ], [ -73.737098, 40.67294 ], [ -73.736249, 40.672631 ], [ -73.735903, 40.672414 ], [ -73.736233, 40.671663 ], [ -73.736858, 40.671083 ], [ -73.737184, 40.67091 ], [ -73.737355, 40.670619 ], [ -73.737547, 40.670334 ], [ -73.737758, 40.670058 ], [ -73.737984, 40.669809 ], [ -73.738236, 40.669532 ], [ -73.738501, 40.669285 ], [ -73.739199, 40.669569 ], [ -73.740045, 40.669873 ], [ -73.740401, 40.670001 ], [ -73.740895, 40.67018 ], [ -73.741741, 40.670488 ], [ -73.742632, 40.670812 ], [ -73.743512, 40.671131 ], [ -73.74436, 40.671436 ], [ -73.745248, 40.671758 ], [ -73.746134, 40.67208 ], [ -73.746984, 40.672384 ], [ -73.747868, 40.672706 ], [ -73.74876, 40.673026 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081065000", "name": "Census Tract 650, Queens County, New York", "total_population_17": 3100, "white_alone_17": 79.0, "black_alone_17": 2727.0, "native_alone_17": 25.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 199.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.5, "pct_black_alone_change": -5.722, "pct_native_alone_change": 0.542, "pct_asian_alone_change": -0.859, "pct_hispanic_or_latino_change": 3.71, "pct_native_hawaiian_pacific_islander_change": -0.099, "INTPTLAT": "+40.6694592", "INTPTLON": "-073.7448232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.750772, 40.669796 ], [ -73.74981, 40.671342 ], [ -73.748957, 40.672706 ], [ -73.74876, 40.673026 ], [ -73.747868, 40.672706 ], [ -73.746984, 40.672384 ], [ -73.746134, 40.67208 ], [ -73.745248, 40.671758 ], [ -73.74436, 40.671436 ], [ -73.743512, 40.671131 ], [ -73.742632, 40.670812 ], [ -73.741741, 40.670488 ], [ -73.740895, 40.67018 ], [ -73.740401, 40.670001 ], [ -73.740045, 40.669873 ], [ -73.739199, 40.669569 ], [ -73.738501, 40.669285 ], [ -73.738699, 40.669068 ], [ -73.739, 40.668749 ], [ -73.73922, 40.668519 ], [ -73.739933, 40.667764 ], [ -73.740804, 40.666844 ], [ -73.741178, 40.666403 ], [ -73.741792, 40.666403 ], [ -73.745366, 40.666404 ], [ -73.745107, 40.666843 ], [ -73.744737, 40.667431 ], [ -73.74562, 40.667755 ], [ -73.746463, 40.668061 ], [ -73.747354, 40.668386 ], [ -73.748235, 40.668704 ], [ -73.74909, 40.669015 ], [ -73.749969, 40.669324 ], [ -73.750538, 40.669532 ], [ -73.750862, 40.669651 ], [ -73.750772, 40.669796 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081065400", "name": "Census Tract 654, Queens County, New York", "total_population_17": 3289, "white_alone_17": 86.0, "black_alone_17": 2313.0, "native_alone_17": 0.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 613.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.982, "pct_black_alone_change": -1.035, "pct_native_alone_change": -0.259, "pct_asian_alone_change": 3.588, "pct_hispanic_or_latino_change": 6.004, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6628113", "INTPTLON": "-073.7402932" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.748581, 40.657587 ], [ -73.747824, 40.658641 ], [ -73.747506, 40.659156 ], [ -73.746927, 40.658999 ], [ -73.746743, 40.659351 ], [ -73.746858, 40.659463 ], [ -73.746838, 40.660752 ], [ -73.746137, 40.661649 ], [ -73.744875, 40.66369 ], [ -73.744135, 40.663421 ], [ -73.743844, 40.663906 ], [ -73.74341, 40.664404 ], [ -73.742819, 40.665306 ], [ -73.73955, 40.665256 ], [ -73.739371, 40.665452 ], [ -73.73921, 40.665629 ], [ -73.73891, 40.665961 ], [ -73.738559, 40.666397 ], [ -73.738429, 40.66627 ], [ -73.736256, 40.666277 ], [ -73.736448, 40.666522 ], [ -73.736338, 40.666557 ], [ -73.736222, 40.666581 ], [ -73.736102, 40.666593 ], [ -73.735981, 40.666592 ], [ -73.735863, 40.66658 ], [ -73.734837, 40.666575 ], [ -73.733806, 40.666578 ], [ -73.73192, 40.666556 ], [ -73.731763, 40.6666 ], [ -73.731254, 40.66644 ], [ -73.729807, 40.666432 ], [ -73.72985, 40.665967 ], [ -73.729842, 40.665558 ], [ -73.729849, 40.665348 ], [ -73.731011, 40.665363 ], [ -73.731661, 40.665365 ], [ -73.73253, 40.66537 ], [ -73.732965, 40.665356 ], [ -73.732872, 40.665213 ], [ -73.734528, 40.664355 ], [ -73.736177, 40.663491 ], [ -73.735667, 40.662925 ], [ -73.735157, 40.662361 ], [ -73.736606, 40.661596 ], [ -73.737079, 40.660982 ], [ -73.736266, 40.660626 ], [ -73.736734, 40.660008 ], [ -73.737203, 40.659389 ], [ -73.737672, 40.658771 ], [ -73.738142, 40.658154 ], [ -73.740281, 40.659094 ], [ -73.741731, 40.659731 ], [ -73.742976, 40.660285 ], [ -73.743543, 40.659706 ], [ -73.744216, 40.658974 ], [ -73.744956, 40.65817 ], [ -73.745011, 40.658022 ], [ -73.745049, 40.65787 ], [ -73.74507, 40.657715 ], [ -73.745074, 40.657561 ], [ -73.74506, 40.657407 ], [ -73.74618, 40.657439 ], [ -73.746796, 40.657474 ], [ -73.747052, 40.657489 ], [ -73.748062, 40.657535 ], [ -73.748581, 40.657587 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081065501", "name": "Census Tract 655.01, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7147523", "INTPTLON": "-073.8666471" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.872392, 40.717831 ], [ -73.87143, 40.717992 ], [ -73.870531, 40.718161 ], [ -73.869586, 40.718545 ], [ -73.868779, 40.718904 ], [ -73.867969, 40.719268 ], [ -73.867167, 40.719641 ], [ -73.865476, 40.720281 ], [ -73.865239, 40.719977 ], [ -73.864687, 40.719427 ], [ -73.864123, 40.718845 ], [ -73.863571, 40.718277 ], [ -73.863018, 40.717708 ], [ -73.862425, 40.717148 ], [ -73.861834, 40.716593 ], [ -73.861224, 40.716037 ], [ -73.860627, 40.715487 ], [ -73.860038, 40.714932 ], [ -73.85994, 40.714785 ], [ -73.859832, 40.714624 ], [ -73.859762, 40.714459 ], [ -73.859711, 40.714292 ], [ -73.859672, 40.714127 ], [ -73.859641, 40.713974 ], [ -73.859632, 40.713598 ], [ -73.862079, 40.712201 ], [ -73.86501, 40.710777 ], [ -73.865577, 40.710659 ], [ -73.866618, 40.710402 ], [ -73.870165, 40.709208 ], [ -73.870321, 40.709899 ], [ -73.870633, 40.710578 ], [ -73.870945, 40.711246 ], [ -73.871277, 40.711919 ], [ -73.871547, 40.712597 ], [ -73.871618, 40.71329 ], [ -73.871694, 40.71426 ], [ -73.872084, 40.715991 ], [ -73.872392, 40.717831 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081065600", "name": "Census Tract 656, Queens County, New York", "total_population_17": 5816, "white_alone_17": 124.0, "black_alone_17": 5069.0, "native_alone_17": 0.0, "asian_alone_17": 161.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 234.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.983, "pct_black_alone_change": 17.73, "pct_native_alone_change": -0.343, "pct_asian_alone_change": -0.776, "pct_hispanic_or_latino_change": -6.016, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6598103", "INTPTLON": "-073.7295645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.736606, 40.661596 ], [ -73.735157, 40.662361 ], [ -73.735667, 40.662925 ], [ -73.736177, 40.663491 ], [ -73.734528, 40.664355 ], [ -73.732872, 40.665213 ], [ -73.732965, 40.665356 ], [ -73.73253, 40.66537 ], [ -73.731661, 40.665365 ], [ -73.731011, 40.665363 ], [ -73.729849, 40.665348 ], [ -73.729842, 40.665558 ], [ -73.72985, 40.665967 ], [ -73.729807, 40.666432 ], [ -73.728272, 40.66644 ], [ -73.728224, 40.665965 ], [ -73.728137, 40.665515 ], [ -73.728107, 40.665345 ], [ -73.727875, 40.664695 ], [ -73.727834, 40.663976 ], [ -73.727814, 40.663224 ], [ -73.728085, 40.663071 ], [ -73.728331, 40.663044 ], [ -73.728153, 40.662454 ], [ -73.727931, 40.661749 ], [ -73.727592, 40.661094 ], [ -73.727208, 40.660422 ], [ -73.72681, 40.659795 ], [ -73.726444, 40.659162 ], [ -73.726211, 40.658479 ], [ -73.726027, 40.657996 ], [ -73.725927, 40.657731 ], [ -73.725882, 40.657537 ], [ -73.725759, 40.656998 ], [ -73.725335, 40.655324 ], [ -73.724787, 40.654001 ], [ -73.724874, 40.653447 ], [ -73.724979, 40.653478 ], [ -73.725055, 40.653509 ], [ -73.725374, 40.653634 ], [ -73.725914, 40.653922 ], [ -73.726031, 40.653984 ], [ -73.726364, 40.654162 ], [ -73.726472, 40.653512 ], [ -73.726486, 40.652806 ], [ -73.726626, 40.65281 ], [ -73.726887, 40.652805 ], [ -73.7269, 40.652091 ], [ -73.726929, 40.652092 ], [ -73.727378, 40.652104 ], [ -73.727543, 40.652108 ], [ -73.728403, 40.65213 ], [ -73.729767, 40.652165 ], [ -73.729733, 40.652869 ], [ -73.729705, 40.65359 ], [ -73.729668, 40.654297 ], [ -73.729633, 40.655011 ], [ -73.729604, 40.65569 ], [ -73.729574, 40.65636 ], [ -73.72952, 40.657434 ], [ -73.728387, 40.657411 ], [ -73.728964, 40.658112 ], [ -73.729097, 40.658287 ], [ -73.729433, 40.658688 ], [ -73.729625, 40.658882 ], [ -73.729944, 40.659259 ], [ -73.730466, 40.659819 ], [ -73.730956, 40.660403 ], [ -73.731464, 40.660962 ], [ -73.731977, 40.661527 ], [ -73.732486, 40.662092 ], [ -73.732996, 40.662657 ], [ -73.734645, 40.661795 ], [ -73.735836, 40.661164 ], [ -73.736266, 40.660626 ], [ -73.737079, 40.660982 ], [ -73.736606, 40.661596 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081065702", "name": "Census Tract 657.02, Queens County, New York", "total_population_17": 1811, "white_alone_17": 1275.0, "black_alone_17": 79.0, "native_alone_17": 16.0, "asian_alone_17": 70.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 375.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.657, "pct_black_alone_change": 4.295, "pct_native_alone_change": 0.682, "pct_asian_alone_change": 0.039, "pct_hispanic_or_latino_change": 15.271, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7133356", "INTPTLON": "-073.8829609" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887113, 40.713685 ], [ -73.88722, 40.713982 ], [ -73.887001, 40.714047 ], [ -73.885091, 40.713963 ], [ -73.884208, 40.71395 ], [ -73.882345, 40.714145 ], [ -73.880563, 40.714321 ], [ -73.881153, 40.715053 ], [ -73.880207, 40.715244 ], [ -73.878582, 40.713215 ], [ -73.878292, 40.712831 ], [ -73.879343, 40.712727 ], [ -73.880063, 40.712653 ], [ -73.882054, 40.712454 ], [ -73.884351, 40.71223 ], [ -73.885076, 40.712161 ], [ -73.886377, 40.712208 ], [ -73.886879, 40.712223 ], [ -73.886915, 40.712489 ], [ -73.887715, 40.713585 ], [ -73.887113, 40.713685 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081065703", "name": "Census Tract 657.03, Queens County, New York", "total_population_17": 2862, "white_alone_17": 2258.0, "black_alone_17": 2.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 570.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.367, "pct_black_alone_change": -0.008, "pct_native_alone_change": -0.195, "pct_asian_alone_change": -0.399, "pct_hispanic_or_latino_change": 14.054, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7151186", "INTPTLON": "-073.8752977" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.879299, 40.715482 ], [ -73.87909, 40.715537 ], [ -73.87827, 40.715561 ], [ -73.877186, 40.715622 ], [ -73.877205, 40.716505 ], [ -73.87722, 40.717226 ], [ -73.876387, 40.717329 ], [ -73.87628, 40.717342 ], [ -73.875368, 40.717452 ], [ -73.874402, 40.717575 ], [ -73.873209, 40.717741 ], [ -73.872392, 40.717831 ], [ -73.872084, 40.715991 ], [ -73.871694, 40.71426 ], [ -73.871618, 40.71329 ], [ -73.873029, 40.71326 ], [ -73.873593, 40.713234 ], [ -73.874325, 40.713196 ], [ -73.875271, 40.713137 ], [ -73.875478, 40.71312 ], [ -73.877708, 40.712888 ], [ -73.878292, 40.712831 ], [ -73.878582, 40.713215 ], [ -73.880207, 40.715244 ], [ -73.879299, 40.715482 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081065900", "name": "Census Tract 659, Queens County, New York", "total_population_17": 1807, "white_alone_17": 1546.0, "black_alone_17": 0.0, "native_alone_17": 6.0, "asian_alone_17": 45.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 131.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.773, "pct_black_alone_change": -0.118, "pct_native_alone_change": -0.022, "pct_asian_alone_change": 0.719, "pct_hispanic_or_latino_change": 3.059, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7155449", "INTPTLON": "-073.8824808" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.887916, 40.715806 ], [ -73.886662, 40.716396 ], [ -73.886351, 40.716017 ], [ -73.88505, 40.71618 ], [ -73.884112, 40.716186 ], [ -73.883247, 40.71618 ], [ -73.882381, 40.716172 ], [ -73.88188, 40.716169 ], [ -73.881642, 40.716183 ], [ -73.881143, 40.716413 ], [ -73.880344, 40.716785 ], [ -73.879557, 40.71715 ], [ -73.878742, 40.717529 ], [ -73.877941, 40.717898 ], [ -73.877385, 40.717205 ], [ -73.87722, 40.717226 ], [ -73.877205, 40.716505 ], [ -73.877186, 40.715622 ], [ -73.87827, 40.715561 ], [ -73.87909, 40.715537 ], [ -73.879299, 40.715482 ], [ -73.880207, 40.715244 ], [ -73.881153, 40.715053 ], [ -73.880563, 40.714321 ], [ -73.882345, 40.714145 ], [ -73.884208, 40.71395 ], [ -73.885091, 40.713963 ], [ -73.887001, 40.714047 ], [ -73.88722, 40.713982 ], [ -73.887179, 40.714756 ], [ -73.8872, 40.714849 ], [ -73.887237, 40.714941 ], [ -73.887287, 40.715029 ], [ -73.887349, 40.715111 ], [ -73.887446, 40.715177 ], [ -73.887916, 40.715806 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081066000", "name": "Census Tract 660, Queens County, New York", "total_population_17": 3724, "white_alone_17": 193.0, "black_alone_17": 3154.0, "native_alone_17": 93.0, "asian_alone_17": 18.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 317.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.418, "pct_black_alone_change": 12.728, "pct_native_alone_change": 2.466, "pct_asian_alone_change": -3.251, "pct_hispanic_or_latino_change": -2.098, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6585743", "INTPTLON": "-073.7333631" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.737672, 40.658771 ], [ -73.737203, 40.659389 ], [ -73.736734, 40.660008 ], [ -73.736266, 40.660626 ], [ -73.735836, 40.661164 ], [ -73.734645, 40.661795 ], [ -73.732996, 40.662657 ], [ -73.732486, 40.662092 ], [ -73.731977, 40.661527 ], [ -73.731464, 40.660962 ], [ -73.730956, 40.660403 ], [ -73.730466, 40.659819 ], [ -73.729944, 40.659259 ], [ -73.729625, 40.658882 ], [ -73.729433, 40.658688 ], [ -73.729097, 40.658287 ], [ -73.728964, 40.658112 ], [ -73.728387, 40.657411 ], [ -73.72952, 40.657434 ], [ -73.729574, 40.65636 ], [ -73.729604, 40.65569 ], [ -73.73191, 40.655753 ], [ -73.734217, 40.655815 ], [ -73.736679, 40.65587 ], [ -73.736638, 40.656543 ], [ -73.736591, 40.657272 ], [ -73.736578, 40.657355 ], [ -73.73657, 40.657455 ], [ -73.738142, 40.658154 ], [ -73.737672, 40.658771 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081066100", "name": "Census Tract 661, Queens County, New York", "total_population_17": 1546, "white_alone_17": 1282.0, "black_alone_17": 26.0, "native_alone_17": 0.0, "asian_alone_17": 75.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 144.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.797, "pct_black_alone_change": 1.552, "pct_native_alone_change": -0.13, "pct_asian_alone_change": 2.504, "pct_hispanic_or_latino_change": 4.62, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7175103", "INTPTLON": "-073.8817903" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.886662, 40.716396 ], [ -73.885837, 40.716777 ], [ -73.885047, 40.717142 ], [ -73.884229, 40.717524 ], [ -73.88342, 40.717902 ], [ -73.882629, 40.718271 ], [ -73.88183, 40.71864 ], [ -73.881025, 40.719013 ], [ -73.880122, 40.719251 ], [ -73.879167, 40.719431 ], [ -73.877941, 40.717898 ], [ -73.878742, 40.717529 ], [ -73.879557, 40.71715 ], [ -73.880344, 40.716785 ], [ -73.881143, 40.716413 ], [ -73.881642, 40.716183 ], [ -73.88188, 40.716169 ], [ -73.882381, 40.716172 ], [ -73.883247, 40.71618 ], [ -73.884112, 40.716186 ], [ -73.88505, 40.71618 ], [ -73.886351, 40.716017 ], [ -73.886662, 40.716396 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081066300", "name": "Census Tract 663, Queens County, New York", "total_population_17": 2605, "white_alone_17": 1998.0, "black_alone_17": 6.0, "native_alone_17": 0.0, "asian_alone_17": 376.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 206.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.771, "pct_black_alone_change": -0.164, "pct_native_alone_change": -0.276, "pct_asian_alone_change": 7.773, "pct_hispanic_or_latino_change": 1.01, "pct_native_hawaiian_pacific_islander_change": -0.039, "INTPTLAT": "+40.7211190", "INTPTLON": "-073.8773457" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885473, 40.719384 ], [ -73.885159, 40.72048 ], [ -73.884835, 40.720818 ], [ -73.883931, 40.721034 ], [ -73.882888, 40.721319 ], [ -73.881845, 40.721379 ], [ -73.881307, 40.721416 ], [ -73.88092, 40.721603 ], [ -73.880106, 40.721974 ], [ -73.879306, 40.722345 ], [ -73.878505, 40.722716 ], [ -73.877674, 40.723101 ], [ -73.876841, 40.723487 ], [ -73.87604, 40.723859 ], [ -73.875238, 40.72423 ], [ -73.874439, 40.724599 ], [ -73.873643, 40.72497 ], [ -73.873385, 40.725101 ], [ -73.873285, 40.725142 ], [ -73.873168, 40.72519 ], [ -73.873022, 40.725241 ], [ -73.872827, 40.725297 ], [ -73.872802, 40.725304 ], [ -73.871353, 40.723493 ], [ -73.869869, 40.721638 ], [ -73.870668, 40.721268 ], [ -73.871472, 40.720899 ], [ -73.872272, 40.720526 ], [ -73.87337, 40.720018 ], [ -73.873875, 40.719785 ], [ -73.874705, 40.719398 ], [ -73.875537, 40.719012 ], [ -73.876338, 40.718642 ], [ -73.87714, 40.718269 ], [ -73.877941, 40.717898 ], [ -73.879167, 40.719431 ], [ -73.880122, 40.719251 ], [ -73.881025, 40.719013 ], [ -73.88183, 40.71864 ], [ -73.882629, 40.718271 ], [ -73.88342, 40.717902 ], [ -73.884229, 40.717524 ], [ -73.884738, 40.718151 ], [ -73.885318, 40.718909 ], [ -73.885396, 40.719102 ], [ -73.885473, 40.719384 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081066400", "name": "Census Tract 664, Queens County, New York", "total_population_17": 9266, "white_alone_17": 499.0, "black_alone_17": 7743.0, "native_alone_17": 0.0, "asian_alone_17": 162.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 745.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.877, "pct_black_alone_change": 6.387, "pct_native_alone_change": -0.398, "pct_asian_alone_change": -1.23, "pct_hispanic_or_latino_change": -0.83, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6471780", "INTPTLON": "-073.7430504" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.764138, 40.654726 ], [ -73.76175, 40.65633 ], [ -73.761181, 40.658014 ], [ -73.760074, 40.657844 ], [ -73.759249, 40.657751 ], [ -73.758373, 40.6576 ], [ -73.757617, 40.657354 ], [ -73.756823, 40.657048 ], [ -73.75598, 40.65664 ], [ -73.753719, 40.655365 ], [ -73.752949, 40.654885 ], [ -73.752089, 40.654518 ], [ -73.751728, 40.654384 ], [ -73.751539, 40.654295 ], [ -73.748405, 40.652663 ], [ -73.748044, 40.652509 ], [ -73.747843, 40.652539 ], [ -73.746549, 40.652554 ], [ -73.743325, 40.652538 ], [ -73.743318, 40.653281 ], [ -73.743312, 40.653994 ], [ -73.743307, 40.654709 ], [ -73.743298, 40.655424 ], [ -73.743287, 40.656135 ], [ -73.74377, 40.656139 ], [ -73.744874, 40.656145 ], [ -73.744923, 40.656479 ], [ -73.74506, 40.657407 ], [ -73.745074, 40.657561 ], [ -73.74507, 40.657715 ], [ -73.745049, 40.65787 ], [ -73.745011, 40.658022 ], [ -73.744956, 40.65817 ], [ -73.744216, 40.658974 ], [ -73.743543, 40.659706 ], [ -73.742976, 40.660285 ], [ -73.741731, 40.659731 ], [ -73.740281, 40.659094 ], [ -73.738142, 40.658154 ], [ -73.73657, 40.657455 ], [ -73.736578, 40.657355 ], [ -73.736591, 40.657272 ], [ -73.736638, 40.656543 ], [ -73.736679, 40.65587 ], [ -73.734217, 40.655815 ], [ -73.73191, 40.655753 ], [ -73.729604, 40.65569 ], [ -73.729633, 40.655011 ], [ -73.729668, 40.654297 ], [ -73.729705, 40.65359 ], [ -73.729733, 40.652869 ], [ -73.729767, 40.652165 ], [ -73.728403, 40.65213 ], [ -73.727543, 40.652108 ], [ -73.727378, 40.652104 ], [ -73.726929, 40.652092 ], [ -73.7269, 40.652091 ], [ -73.726887, 40.652805 ], [ -73.726626, 40.65281 ], [ -73.726486, 40.652806 ], [ -73.726472, 40.653512 ], [ -73.726364, 40.654162 ], [ -73.726031, 40.653984 ], [ -73.725914, 40.653922 ], [ -73.725374, 40.653634 ], [ -73.725055, 40.653509 ], [ -73.724979, 40.653478 ], [ -73.724874, 40.653447 ], [ -73.724821, 40.65302 ], [ -73.724984, 40.652678 ], [ -73.725052, 40.652341 ], [ -73.725248, 40.652193 ], [ -73.725496, 40.652115 ], [ -73.725682, 40.652058 ], [ -73.725946, 40.651961 ], [ -73.726189, 40.651861 ], [ -73.72643, 40.651791 ], [ -73.726515, 40.651753 ], [ -73.726671, 40.651685 ], [ -73.726818, 40.651577 ], [ -73.726873, 40.651541 ], [ -73.727024, 40.651498 ], [ -73.72853, 40.650973 ], [ -73.728703, 40.650916 ], [ -73.728991, 40.650839 ], [ -73.729497, 40.650636 ], [ -73.729739, 40.650558 ], [ -73.730004, 40.65048 ], [ -73.731055, 40.650231 ], [ -73.731427, 40.650171 ], [ -73.732208, 40.650091 ], [ -73.734388, 40.649821 ], [ -73.735135, 40.649732 ], [ -73.736735, 40.6491 ], [ -73.736979, 40.649005 ], [ -73.73746, 40.648818 ], [ -73.737626, 40.648753 ], [ -73.738799, 40.648297 ], [ -73.739045, 40.648201 ], [ -73.73919, 40.648122 ], [ -73.741437, 40.646889 ], [ -73.741439, 40.646345 ], [ -73.74144, 40.646086 ], [ -73.741448, 40.645942 ], [ -73.741468, 40.645564 ], [ -73.741485, 40.645248 ], [ -73.741623, 40.642716 ], [ -73.741632, 40.642586 ], [ -73.741643, 40.64244 ], [ -73.741661, 40.642198 ], [ -73.741759, 40.642016 ], [ -73.741873, 40.641804 ], [ -73.742051, 40.641474 ], [ -73.741428, 40.640502 ], [ -73.742283, 40.640121 ], [ -73.741534, 40.63923 ], [ -73.741263, 40.638905 ], [ -73.741224, 40.638828 ], [ -73.741126, 40.638656 ], [ -73.741032, 40.638476 ], [ -73.740662, 40.637833 ], [ -73.740284, 40.637175 ], [ -73.739558, 40.635863 ], [ -73.739471, 40.635706 ], [ -73.73996, 40.635144 ], [ -73.740141, 40.63511 ], [ -73.740802, 40.634986 ], [ -73.741095, 40.634931 ], [ -73.741678, 40.634838 ], [ -73.742237, 40.634851 ], [ -73.74265, 40.635045 ], [ -73.742673, 40.635408 ], [ -73.742629, 40.635537 ], [ -73.74258, 40.635648 ], [ -73.742531, 40.635715 ], [ -73.742081, 40.636381 ], [ -73.74127, 40.637257 ], [ -73.741187, 40.637412 ], [ -73.741201, 40.63759 ], [ -73.741501, 40.63785 ], [ -73.742361, 40.638093 ], [ -73.743295, 40.638048 ], [ -73.743651, 40.637769 ], [ -73.743941, 40.637541 ], [ -73.744177, 40.637356 ], [ -73.746022, 40.635212 ], [ -73.748001, 40.634631 ], [ -73.747122, 40.636979 ], [ -73.747, 40.637354 ], [ -73.746943, 40.637529 ], [ -73.746909, 40.637626 ], [ -73.746875, 40.637767 ], [ -73.746758, 40.637815 ], [ -73.746854, 40.637936 ], [ -73.746803, 40.638044 ], [ -73.746812, 40.638139 ], [ -73.74667, 40.638238 ], [ -73.746612, 40.638325 ], [ -73.746574, 40.638491 ], [ -73.746598, 40.638614 ], [ -73.74654, 40.638711 ], [ -73.746509, 40.638914 ], [ -73.746446, 40.639087 ], [ -73.746401, 40.639207 ], [ -73.746351, 40.639301 ], [ -73.746334, 40.639395 ], [ -73.746392, 40.63951 ], [ -73.746352, 40.639834 ], [ -73.746318, 40.640019 ], [ -73.746269, 40.640176 ], [ -73.746153, 40.640379 ], [ -73.746264, 40.640487 ], [ -73.746348, 40.640655 ], [ -73.746279, 40.64084 ], [ -73.746277, 40.640944 ], [ -73.746359, 40.641143 ], [ -73.746338, 40.641311 ], [ -73.746372, 40.641523 ], [ -73.746508, 40.641639 ], [ -73.746622, 40.6418 ], [ -73.746641, 40.641989 ], [ -73.74672, 40.642213 ], [ -73.746795, 40.642354 ], [ -73.746882, 40.642452 ], [ -73.746956, 40.642604 ], [ -73.747203, 40.642818 ], [ -73.74724, 40.642963 ], [ -73.747271, 40.643156 ], [ -73.747433, 40.643311 ], [ -73.747555, 40.643399 ], [ -73.74761, 40.64353 ], [ -73.747762, 40.643657 ], [ -73.747902, 40.643855 ], [ -73.748062, 40.643929 ], [ -73.748148, 40.644017 ], [ -73.74827, 40.644151 ], [ -73.748529, 40.644318 ], [ -73.748769, 40.6446 ], [ -73.748699, 40.644791 ], [ -73.748721, 40.645015 ], [ -73.748897, 40.645165 ], [ -73.749121, 40.64509 ], [ -73.749258, 40.644982 ], [ -73.74943, 40.644925 ], [ -73.749533, 40.645052 ], [ -73.749762, 40.645171 ], [ -73.749869, 40.645277 ], [ -73.750028, 40.645412 ], [ -73.750184, 40.645447 ], [ -73.750397, 40.645624 ], [ -73.750675, 40.645773 ], [ -73.751046, 40.646019 ], [ -73.751151, 40.646074 ], [ -73.751323, 40.646174 ], [ -73.751547, 40.646375 ], [ -73.751713, 40.646501 ], [ -73.752019, 40.646665 ], [ -73.751616, 40.647235 ], [ -73.753289, 40.648197 ], [ -73.755024, 40.649219 ], [ -73.757924, 40.650873 ], [ -73.764388, 40.654558 ], [ -73.764138, 40.654726 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081066501", "name": "Census Tract 665.01, Queens County, New York", "total_population_17": 3891, "white_alone_17": 3328.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 85.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 387.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.744, "pct_black_alone_change": 0.19, "pct_native_alone_change": -0.302, "pct_asian_alone_change": 0.646, "pct_hispanic_or_latino_change": 5.558, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7193457", "INTPTLON": "-073.8873568" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.893941, 40.718097 ], [ -73.893758, 40.718206 ], [ -73.892512, 40.718806 ], [ -73.89213, 40.718987 ], [ -73.89116, 40.71946 ], [ -73.889908, 40.720042 ], [ -73.889664, 40.720156 ], [ -73.888841, 40.720537 ], [ -73.888041, 40.720908 ], [ -73.88724, 40.72128 ], [ -73.886439, 40.721652 ], [ -73.886122, 40.721799 ], [ -73.885641, 40.722022 ], [ -73.884842, 40.722392 ], [ -73.884605, 40.722501 ], [ -73.884037, 40.722766 ], [ -73.883764, 40.722892 ], [ -73.883235, 40.723137 ], [ -73.882435, 40.723509 ], [ -73.88092, 40.721603 ], [ -73.881307, 40.721416 ], [ -73.881845, 40.721379 ], [ -73.882888, 40.721319 ], [ -73.883931, 40.721034 ], [ -73.884835, 40.720818 ], [ -73.885159, 40.72048 ], [ -73.885473, 40.719384 ], [ -73.885396, 40.719102 ], [ -73.885318, 40.718909 ], [ -73.884738, 40.718151 ], [ -73.884229, 40.717524 ], [ -73.885047, 40.717142 ], [ -73.885837, 40.716777 ], [ -73.886662, 40.716396 ], [ -73.887916, 40.715806 ], [ -73.888441, 40.716437 ], [ -73.888985, 40.71702 ], [ -73.889534, 40.717616 ], [ -73.890089, 40.718207 ], [ -73.890535, 40.718702 ], [ -73.890741, 40.718452 ], [ -73.890851, 40.718308 ], [ -73.891122, 40.718091 ], [ -73.891317, 40.71793 ], [ -73.891399, 40.717851 ], [ -73.891652, 40.717763 ], [ -73.892694, 40.716669 ], [ -73.8927, 40.71654 ], [ -73.892838, 40.716006 ], [ -73.894235, 40.717924 ], [ -73.893941, 40.718097 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081066701", "name": "Census Tract 667.01, Queens County, New York", "total_population_17": 2449, "white_alone_17": 1842.0, "black_alone_17": 10.0, "native_alone_17": 0.0, "asian_alone_17": 53.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 544.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.99, "pct_black_alone_change": 0.122, "pct_native_alone_change": -0.14, "pct_asian_alone_change": -0.254, "pct_hispanic_or_latino_change": 16.915, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7218220", "INTPTLON": "-073.8913365" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.894972, 40.722824 ], [ -73.89436, 40.7231 ], [ -73.894268, 40.723142 ], [ -73.894158, 40.723193 ], [ -73.894113, 40.723214 ], [ -73.892656, 40.723888 ], [ -73.891817, 40.724256 ], [ -73.891008, 40.724616 ], [ -73.890303, 40.724924 ], [ -73.890175, 40.724947 ], [ -73.888818, 40.723251 ], [ -73.88724, 40.72128 ], [ -73.888041, 40.720908 ], [ -73.888841, 40.720537 ], [ -73.889664, 40.720156 ], [ -73.889908, 40.720042 ], [ -73.89116, 40.71946 ], [ -73.89213, 40.718987 ], [ -73.892512, 40.718806 ], [ -73.893758, 40.718206 ], [ -73.893941, 40.718097 ], [ -73.894235, 40.717924 ], [ -73.894464, 40.718299 ], [ -73.892735, 40.719129 ], [ -73.892753, 40.719154 ], [ -73.894714, 40.721821 ], [ -73.894445, 40.722009 ], [ -73.894586, 40.722208 ], [ -73.894972, 40.722824 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081066900", "name": "Census Tract 669, Queens County, New York", "total_population_17": 1584, "white_alone_17": 1431.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 55.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.034, "pct_black_alone_change": -0.235, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 2.133, "pct_hispanic_or_latino_change": -2.756, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7235670", "INTPTLON": "-073.8859216" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.888975, 40.72482 ], [ -73.887077, 40.724638 ], [ -73.88693, 40.724618 ], [ -73.886728, 40.724601 ], [ -73.886428, 40.724596 ], [ -73.886183, 40.72461 ], [ -73.886108, 40.724622 ], [ -73.884933, 40.724786 ], [ -73.884136, 40.724882 ], [ -73.883583, 40.724949 ], [ -73.882588, 40.725083 ], [ -73.881634, 40.72388 ], [ -73.882435, 40.723509 ], [ -73.883235, 40.723137 ], [ -73.883764, 40.722892 ], [ -73.884037, 40.722766 ], [ -73.884605, 40.722501 ], [ -73.884842, 40.722392 ], [ -73.885641, 40.722022 ], [ -73.886122, 40.721799 ], [ -73.886439, 40.721652 ], [ -73.88724, 40.72128 ], [ -73.888818, 40.723251 ], [ -73.890175, 40.724947 ], [ -73.888975, 40.72482 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081067100", "name": "Census Tract 671, Queens County, New York", "total_population_17": 2368, "white_alone_17": 1672.0, "black_alone_17": 0.0, "native_alone_17": 7.0, "asian_alone_17": 568.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 97.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.361, "pct_black_alone_change": -0.131, "pct_native_alone_change": 0.252, "pct_asian_alone_change": 14.139, "pct_hispanic_or_latino_change": 0.872, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7244752", "INTPTLON": "-073.8781025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.882588, 40.725083 ], [ -73.881621, 40.725237 ], [ -73.88065, 40.725395 ], [ -73.879643, 40.72556 ], [ -73.878635, 40.725728 ], [ -73.877556, 40.725751 ], [ -73.876297, 40.726355 ], [ -73.8755, 40.726727 ], [ -73.874708, 40.72709 ], [ -73.87402, 40.726545 ], [ -73.873863, 40.726428 ], [ -73.873366, 40.725997 ], [ -73.872802, 40.725304 ], [ -73.872827, 40.725297 ], [ -73.873022, 40.725241 ], [ -73.873168, 40.72519 ], [ -73.873285, 40.725142 ], [ -73.873385, 40.725101 ], [ -73.873643, 40.72497 ], [ -73.874439, 40.724599 ], [ -73.875238, 40.72423 ], [ -73.87604, 40.723859 ], [ -73.876841, 40.723487 ], [ -73.877674, 40.723101 ], [ -73.878505, 40.722716 ], [ -73.879306, 40.722345 ], [ -73.880106, 40.721974 ], [ -73.88092, 40.721603 ], [ -73.882435, 40.723509 ], [ -73.881634, 40.72388 ], [ -73.882588, 40.725083 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081067700", "name": "Census Tract 677, Queens County, New York", "total_population_17": 1765, "white_alone_17": 1436.0, "black_alone_17": 24.0, "native_alone_17": 0.0, "asian_alone_17": 214.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 91.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.065, "pct_black_alone_change": 1.252, "pct_native_alone_change": -0.43, "pct_asian_alone_change": 8.091, "pct_hispanic_or_latino_change": 0.368, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7191106", "INTPTLON": "-073.8724306" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.877941, 40.717898 ], [ -73.87714, 40.718269 ], [ -73.876338, 40.718642 ], [ -73.875537, 40.719012 ], [ -73.874705, 40.719398 ], [ -73.873875, 40.719785 ], [ -73.87337, 40.720018 ], [ -73.872272, 40.720526 ], [ -73.871472, 40.720899 ], [ -73.870668, 40.721268 ], [ -73.869869, 40.721638 ], [ -73.86889, 40.720421 ], [ -73.867969, 40.719268 ], [ -73.868779, 40.718904 ], [ -73.869586, 40.718545 ], [ -73.870531, 40.718161 ], [ -73.87143, 40.717992 ], [ -73.872392, 40.717831 ], [ -73.873209, 40.717741 ], [ -73.874402, 40.717575 ], [ -73.875368, 40.717452 ], [ -73.87628, 40.717342 ], [ -73.876387, 40.717329 ], [ -73.87722, 40.717226 ], [ -73.877385, 40.717205 ], [ -73.877941, 40.717898 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081067900", "name": "Census Tract 679, Queens County, New York", "total_population_17": 3928, "white_alone_17": 2030.0, "black_alone_17": 79.0, "native_alone_17": 0.0, "asian_alone_17": 222.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1403.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.05, "pct_black_alone_change": -1.384, "pct_native_alone_change": -0.419, "pct_asian_alone_change": -4.369, "pct_hispanic_or_latino_change": 13.909, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7241179", "INTPTLON": "-073.8701838" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.874417, 40.727226 ], [ -73.873783, 40.72752 ], [ -73.873242, 40.727912 ], [ -73.871606, 40.729112 ], [ -73.871429, 40.729248 ], [ -73.871133, 40.728372 ], [ -73.871018, 40.727979 ], [ -73.870772, 40.727394 ], [ -73.870632, 40.727059 ], [ -73.870211, 40.726187 ], [ -73.869699, 40.725146 ], [ -73.869293, 40.724436 ], [ -73.868768, 40.723821 ], [ -73.868487, 40.723572 ], [ -73.868244, 40.723256 ], [ -73.867659, 40.722661 ], [ -73.867285, 40.722257 ], [ -73.867114, 40.722076 ], [ -73.866572, 40.721487 ], [ -73.866042, 40.720901 ], [ -73.865476, 40.720281 ], [ -73.867167, 40.719641 ], [ -73.867969, 40.719268 ], [ -73.86889, 40.720421 ], [ -73.869869, 40.721638 ], [ -73.871353, 40.723493 ], [ -73.872802, 40.725304 ], [ -73.873366, 40.725997 ], [ -73.873863, 40.726428 ], [ -73.87402, 40.726545 ], [ -73.874708, 40.72709 ], [ -73.874417, 40.727226 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081068000", "name": "Census Tract 680, Queens County, New York", "total_population_17": 5443, "white_alone_17": 24.0, "black_alone_17": 4938.0, "native_alone_17": 0.0, "asian_alone_17": 171.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 121.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.55, "pct_black_alone_change": 2.369, "pct_native_alone_change": -0.162, "pct_asian_alone_change": 2.121, "pct_hispanic_or_latino_change": -3.833, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6637096", "INTPTLON": "-073.7500759" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.758921, 40.664024 ], [ -73.758673, 40.664446 ], [ -73.758529, 40.664703 ], [ -73.758044, 40.665624 ], [ -73.757891, 40.665917 ], [ -73.757845, 40.666005 ], [ -73.757631, 40.666451 ], [ -73.755925, 40.666388 ], [ -73.755511, 40.666399 ], [ -73.755262, 40.666395 ], [ -73.753271, 40.666401 ], [ -73.751759, 40.666395 ], [ -73.750714, 40.666427 ], [ -73.749784, 40.666418 ], [ -73.748762, 40.666423 ], [ -73.746086, 40.6664 ], [ -73.745366, 40.666404 ], [ -73.741792, 40.666403 ], [ -73.741178, 40.666403 ], [ -73.740432, 40.666401 ], [ -73.740221, 40.666401 ], [ -73.739929, 40.666401 ], [ -73.738559, 40.666397 ], [ -73.73891, 40.665961 ], [ -73.73921, 40.665629 ], [ -73.739371, 40.665452 ], [ -73.73955, 40.665256 ], [ -73.742819, 40.665306 ], [ -73.74341, 40.664404 ], [ -73.743844, 40.663906 ], [ -73.744135, 40.663421 ], [ -73.744875, 40.66369 ], [ -73.746137, 40.661649 ], [ -73.746838, 40.660752 ], [ -73.746858, 40.659463 ], [ -73.746743, 40.659351 ], [ -73.746927, 40.658999 ], [ -73.747506, 40.659156 ], [ -73.747824, 40.658641 ], [ -73.748325, 40.658717 ], [ -73.749168, 40.659026 ], [ -73.750043, 40.659355 ], [ -73.750916, 40.659682 ], [ -73.751753, 40.660003 ], [ -73.7526, 40.660325 ], [ -73.752115, 40.661075 ], [ -73.752955, 40.66137 ], [ -73.753799, 40.661698 ], [ -73.754596, 40.662007 ], [ -73.755404, 40.662313 ], [ -73.756212, 40.662613 ], [ -73.757023, 40.662915 ], [ -73.757831, 40.663217 ], [ -73.75864, 40.663519 ], [ -73.759106, 40.663674 ], [ -73.758921, 40.664024 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081068200", "name": "Census Tract 682, Queens County, New York", "total_population_17": 1109, "white_alone_17": 9.0, "black_alone_17": 922.0, "native_alone_17": 0.0, "asian_alone_17": 26.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 144.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.805, "pct_black_alone_change": -3.777, "pct_native_alone_change": -1.031, "pct_asian_alone_change": 1.63, "pct_hispanic_or_latino_change": 5.055, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6677937", "INTPTLON": "-073.7504129" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.754872, 40.666983 ], [ -73.754412, 40.667735 ], [ -73.75414, 40.668177 ], [ -73.753772, 40.668721 ], [ -73.753652, 40.668977 ], [ -73.753542, 40.669121 ], [ -73.753411, 40.669294 ], [ -73.753242, 40.669612 ], [ -73.752788, 40.670366 ], [ -73.751266, 40.669807 ], [ -73.7511, 40.669742 ], [ -73.750862, 40.669651 ], [ -73.750538, 40.669532 ], [ -73.749969, 40.669324 ], [ -73.74909, 40.669015 ], [ -73.748235, 40.668704 ], [ -73.747354, 40.668386 ], [ -73.746463, 40.668061 ], [ -73.74562, 40.667755 ], [ -73.744737, 40.667431 ], [ -73.745107, 40.666843 ], [ -73.745366, 40.666404 ], [ -73.746086, 40.6664 ], [ -73.748762, 40.666423 ], [ -73.749784, 40.666418 ], [ -73.750714, 40.666427 ], [ -73.751759, 40.666395 ], [ -73.753271, 40.666401 ], [ -73.755262, 40.666395 ], [ -73.754872, 40.666983 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081068300", "name": "Census Tract 683, Queens County, New York", "total_population_17": 3991, "white_alone_17": 542.0, "black_alone_17": 402.0, "native_alone_17": 0.0, "asian_alone_17": 1860.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1171.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 2.599, "pct_black_alone_change": 4.629, "pct_native_alone_change": -0.838, "pct_asian_alone_change": 10.728, "pct_hispanic_or_latino_change": -16.424, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7349758", "INTPTLON": "-073.8690861" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.874718, 40.734667 ], [ -73.874421, 40.734909 ], [ -73.874351, 40.734966 ], [ -73.872656, 40.735743 ], [ -73.872101, 40.735994 ], [ -73.870094, 40.736522 ], [ -73.868228, 40.736849 ], [ -73.867834, 40.736913 ], [ -73.866095, 40.737251 ], [ -73.86583, 40.736643 ], [ -73.865501, 40.735989 ], [ -73.865159, 40.735325 ], [ -73.864815, 40.73466 ], [ -73.864618, 40.734271 ], [ -73.864577, 40.734194 ], [ -73.865019, 40.734048 ], [ -73.865788, 40.733815 ], [ -73.867204, 40.733396 ], [ -73.868346, 40.733075 ], [ -73.868501, 40.733018 ], [ -73.869037, 40.732849 ], [ -73.869895, 40.733128 ], [ -73.870135, 40.7332 ], [ -73.87048, 40.733294 ], [ -73.87194, 40.733717 ], [ -73.873788, 40.734255 ], [ -73.874132, 40.734377 ], [ -73.87477, 40.734628 ], [ -73.874718, 40.734667 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081068700", "name": "Census Tract 687, Queens County, New York", "total_population_17": 4401, "white_alone_17": 1266.0, "black_alone_17": 94.0, "native_alone_17": 0.0, "asian_alone_17": 1863.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1020.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.69, "pct_black_alone_change": 0.437, "pct_native_alone_change": -0.658, "pct_asian_alone_change": 3.469, "pct_hispanic_or_latino_change": 5.87, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7303105", "INTPTLON": "-073.8692955" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.874996, 40.730788 ], [ -73.874164, 40.731043 ], [ -73.873898, 40.731212 ], [ -73.873166, 40.731426 ], [ -73.872075, 40.731802 ], [ -73.871211, 40.732096 ], [ -73.869732, 40.732598 ], [ -73.869311, 40.732757 ], [ -73.869037, 40.732849 ], [ -73.868737, 40.732699 ], [ -73.868481, 40.732585 ], [ -73.868352, 40.732527 ], [ -73.868261, 40.732486 ], [ -73.867938, 40.732318 ], [ -73.867687, 40.732194 ], [ -73.867243, 40.731954 ], [ -73.867013, 40.731806 ], [ -73.866782, 40.731656 ], [ -73.86676, 40.731697 ], [ -73.866595, 40.73195 ], [ -73.866576, 40.73198 ], [ -73.866075, 40.731694 ], [ -73.865746, 40.731539 ], [ -73.864479, 40.731089 ], [ -73.86469, 40.730746 ], [ -73.865081, 40.730113 ], [ -73.865487, 40.729472 ], [ -73.865893, 40.72883 ], [ -73.8663, 40.728186 ], [ -73.868479, 40.72898 ], [ -73.868754, 40.728573 ], [ -73.868848, 40.728416 ], [ -73.869022, 40.728126 ], [ -73.86908, 40.728032 ], [ -73.869243, 40.727768 ], [ -73.869632, 40.72791 ], [ -73.870074, 40.727215 ], [ -73.870539, 40.727085 ], [ -73.870632, 40.727059 ], [ -73.870772, 40.727394 ], [ -73.871018, 40.727979 ], [ -73.871133, 40.728372 ], [ -73.871429, 40.729248 ], [ -73.872335, 40.729633 ], [ -73.872409, 40.729664 ], [ -73.874081, 40.73029 ], [ -73.874233, 40.730355 ], [ -73.874755, 40.730542 ], [ -73.874956, 40.730617 ], [ -73.875237, 40.730724 ], [ -73.874996, 40.730788 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081069000", "name": "Census Tract 690, Queens County, New York", "total_population_17": 3489, "white_alone_17": 49.0, "black_alone_17": 3267.0, "native_alone_17": 0.0, "asian_alone_17": 36.0, "native_hawaiian_pacific_islander_17": 52.0, "hispanic_or_latino_17": 28.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.544, "pct_black_alone_change": 2.13, "pct_native_alone_change": -0.213, "pct_asian_alone_change": -0.49, "pct_hispanic_or_latino_change": -3.307, "pct_native_hawaiian_pacific_islander_change": 1.46, "INTPTLAT": "+40.6603465", "INTPTLON": "-073.7554142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.760898, 40.661318 ], [ -73.760868, 40.66146 ], [ -73.76082, 40.661599 ], [ -73.760754, 40.661735 ], [ -73.760671, 40.661864 ], [ -73.760574, 40.661986 ], [ -73.759641, 40.663376 ], [ -73.759328, 40.66357 ], [ -73.759106, 40.663674 ], [ -73.75864, 40.663519 ], [ -73.757831, 40.663217 ], [ -73.757023, 40.662915 ], [ -73.756212, 40.662613 ], [ -73.755404, 40.662313 ], [ -73.754596, 40.662007 ], [ -73.753799, 40.661698 ], [ -73.752955, 40.66137 ], [ -73.752115, 40.661075 ], [ -73.7526, 40.660325 ], [ -73.751753, 40.660003 ], [ -73.750916, 40.659682 ], [ -73.750043, 40.659355 ], [ -73.749168, 40.659026 ], [ -73.748325, 40.658717 ], [ -73.747824, 40.658641 ], [ -73.748581, 40.657587 ], [ -73.749024, 40.657633 ], [ -73.749997, 40.657743 ], [ -73.751009, 40.657859 ], [ -73.752018, 40.657975 ], [ -73.752989, 40.658087 ], [ -73.753963, 40.658206 ], [ -73.754837, 40.658454 ], [ -73.755735, 40.658688 ], [ -73.756597, 40.658912 ], [ -73.757438, 40.65913 ], [ -73.758382, 40.659248 ], [ -73.759336, 40.659322 ], [ -73.759821, 40.659349 ], [ -73.760011, 40.659845 ], [ -73.760521, 40.660605 ], [ -73.76064, 40.660738 ], [ -73.760746, 40.660878 ], [ -73.760836, 40.661025 ], [ -73.76091, 40.661175 ], [ -73.760898, 40.661318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081069300", "name": "Census Tract 693, Queens County, New York", "total_population_17": 3012, "white_alone_17": 1182.0, "black_alone_17": 280.0, "native_alone_17": 32.0, "asian_alone_17": 856.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 657.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -8.658, "pct_black_alone_change": 7.144, "pct_native_alone_change": 0.85, "pct_asian_alone_change": 0.272, "pct_hispanic_or_latino_change": 3.012, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7288894", "INTPTLON": "-073.8632273" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.865893, 40.72883 ], [ -73.865487, 40.729472 ], [ -73.865081, 40.730113 ], [ -73.86469, 40.730746 ], [ -73.864479, 40.731089 ], [ -73.8626, 40.73042 ], [ -73.862188, 40.730276 ], [ -73.861259, 40.729937 ], [ -73.860527, 40.729679 ], [ -73.860115, 40.729522 ], [ -73.860339, 40.729177 ], [ -73.860755, 40.728536 ], [ -73.861161, 40.727893 ], [ -73.861566, 40.72725 ], [ -73.861763, 40.726922 ], [ -73.863446, 40.727144 ], [ -73.8641, 40.727382 ], [ -73.8663, 40.728186 ], [ -73.865893, 40.72883 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081069400", "name": "Census Tract 694, Queens County, New York", "total_population_17": 3810, "white_alone_17": 187.0, "black_alone_17": 3090.0, "native_alone_17": 0.0, "asian_alone_17": 94.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 325.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.749, "pct_black_alone_change": -5.476, "pct_native_alone_change": -0.594, "pct_asian_alone_change": 1.104, "pct_hispanic_or_latino_change": 2.483, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6551441", "INTPTLON": "-073.7493644" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.759821, 40.659349 ], [ -73.759336, 40.659322 ], [ -73.758382, 40.659248 ], [ -73.757438, 40.65913 ], [ -73.756597, 40.658912 ], [ -73.755735, 40.658688 ], [ -73.754837, 40.658454 ], [ -73.753963, 40.658206 ], [ -73.752989, 40.658087 ], [ -73.752018, 40.657975 ], [ -73.751009, 40.657859 ], [ -73.749997, 40.657743 ], [ -73.749024, 40.657633 ], [ -73.748581, 40.657587 ], [ -73.748062, 40.657535 ], [ -73.747052, 40.657489 ], [ -73.746796, 40.657474 ], [ -73.74618, 40.657439 ], [ -73.74506, 40.657407 ], [ -73.744923, 40.656479 ], [ -73.744874, 40.656145 ], [ -73.74377, 40.656139 ], [ -73.743287, 40.656135 ], [ -73.743298, 40.655424 ], [ -73.743307, 40.654709 ], [ -73.743312, 40.653994 ], [ -73.743318, 40.653281 ], [ -73.743325, 40.652538 ], [ -73.746549, 40.652554 ], [ -73.747843, 40.652539 ], [ -73.748044, 40.652509 ], [ -73.748405, 40.652663 ], [ -73.751539, 40.654295 ], [ -73.751728, 40.654384 ], [ -73.752089, 40.654518 ], [ -73.752949, 40.654885 ], [ -73.753719, 40.655365 ], [ -73.75598, 40.65664 ], [ -73.756823, 40.657048 ], [ -73.757617, 40.657354 ], [ -73.758373, 40.6576 ], [ -73.759249, 40.657751 ], [ -73.760074, 40.657844 ], [ -73.759821, 40.659349 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081069500", "name": "Census Tract 695, Queens County, New York", "total_population_17": 2029, "white_alone_17": 965.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 593.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 439.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.67, "pct_black_alone_change": -0.834, "pct_native_alone_change": -0.3, "pct_asian_alone_change": -3.45, "pct_hispanic_or_latino_change": 9.5, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7260562", "INTPTLON": "-073.8675083" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.870539, 40.727085 ], [ -73.870074, 40.727215 ], [ -73.869632, 40.72791 ], [ -73.869243, 40.727768 ], [ -73.86908, 40.728032 ], [ -73.869022, 40.728126 ], [ -73.868848, 40.728416 ], [ -73.868754, 40.728573 ], [ -73.868479, 40.72898 ], [ -73.8663, 40.728186 ], [ -73.8641, 40.727382 ], [ -73.864514, 40.72676 ], [ -73.864886, 40.726177 ], [ -73.865291, 40.725535 ], [ -73.865697, 40.72489 ], [ -73.866102, 40.724247 ], [ -73.866508, 40.723604 ], [ -73.866907, 40.72296 ], [ -73.867285, 40.722257 ], [ -73.867659, 40.722661 ], [ -73.868244, 40.723256 ], [ -73.868487, 40.723572 ], [ -73.868768, 40.723821 ], [ -73.869293, 40.724436 ], [ -73.869699, 40.725146 ], [ -73.870211, 40.726187 ], [ -73.870632, 40.727059 ], [ -73.870539, 40.727085 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081069701", "name": "Census Tract 697.01, Queens County, New York", "total_population_17": 3807, "white_alone_17": 1484.0, "black_alone_17": 161.0, "native_alone_17": 0.0, "asian_alone_17": 1352.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 733.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -18.623, "pct_black_alone_change": 2.255, "pct_native_alone_change": -0.111, "pct_asian_alone_change": 13.384, "pct_hispanic_or_latino_change": 4.492, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.7268771", "INTPTLON": "-073.8602046" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.8641, 40.727382 ], [ -73.863446, 40.727144 ], [ -73.861763, 40.726922 ], [ -73.861566, 40.72725 ], [ -73.861161, 40.727893 ], [ -73.860755, 40.728536 ], [ -73.860339, 40.729177 ], [ -73.860115, 40.729522 ], [ -73.859384, 40.729239 ], [ -73.858303, 40.728852 ], [ -73.857981, 40.728735 ], [ -73.858201, 40.728388 ], [ -73.858608, 40.727752 ], [ -73.859014, 40.727109 ], [ -73.85942, 40.726465 ], [ -73.857271, 40.725681 ], [ -73.857763, 40.724906 ], [ -73.858072, 40.724474 ], [ -73.859057, 40.724857 ], [ -73.859278, 40.724943 ], [ -73.859837, 40.725161 ], [ -73.860144, 40.725221 ], [ -73.862038, 40.725957 ], [ -73.863941, 40.726629 ], [ -73.864514, 40.72676 ], [ -73.8641, 40.727382 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081069702", "name": "Census Tract 697.02, Queens County, New York", "total_population_17": 3402, "white_alone_17": 1777.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 1323.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 203.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.669, "pct_black_alone_change": -1.057, "pct_native_alone_change": -0.097, "pct_asian_alone_change": 5.971, "pct_hispanic_or_latino_change": -3.235, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7222530", "INTPTLON": "-073.8628711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.867285, 40.722257 ], [ -73.866907, 40.72296 ], [ -73.866508, 40.723604 ], [ -73.866102, 40.724247 ], [ -73.865697, 40.72489 ], [ -73.865291, 40.725535 ], [ -73.864886, 40.726177 ], [ -73.864514, 40.72676 ], [ -73.863941, 40.726629 ], [ -73.862038, 40.725957 ], [ -73.859953, 40.723871 ], [ -73.859856, 40.723776 ], [ -73.859808, 40.723729 ], [ -73.858645, 40.722591 ], [ -73.858547, 40.7217 ], [ -73.858522, 40.721529 ], [ -73.859358, 40.7214 ], [ -73.859312, 40.721024 ], [ -73.859223, 40.720296 ], [ -73.859129, 40.719544 ], [ -73.859564, 40.7195 ], [ -73.859997, 40.71944 ], [ -73.860247, 40.719396 ], [ -73.860427, 40.719365 ], [ -73.860851, 40.719275 ], [ -73.861268, 40.719171 ], [ -73.860957, 40.718498 ], [ -73.861388, 40.71837 ], [ -73.861733, 40.718254 ], [ -73.861816, 40.718226 ], [ -73.862225, 40.718069 ], [ -73.862628, 40.717895 ], [ -73.862911, 40.717759 ], [ -73.863018, 40.717708 ], [ -73.863571, 40.718277 ], [ -73.864123, 40.718845 ], [ -73.864687, 40.719427 ], [ -73.865239, 40.719977 ], [ -73.865476, 40.720281 ], [ -73.866042, 40.720901 ], [ -73.866572, 40.721487 ], [ -73.867114, 40.722076 ], [ -73.867285, 40.722257 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081070300", "name": "Census Tract 703, Queens County, New York", "total_population_17": 2104, "white_alone_17": 961.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 609.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 467.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.829, "pct_black_alone_change": 0.653, "pct_native_alone_change": -0.033, "pct_asian_alone_change": 9.336, "pct_hispanic_or_latino_change": 7.688, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7162794", "INTPTLON": "-073.8593568" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.862911, 40.717759 ], [ -73.862628, 40.717895 ], [ -73.862225, 40.718069 ], [ -73.861816, 40.718226 ], [ -73.861733, 40.718254 ], [ -73.861388, 40.71837 ], [ -73.860957, 40.718498 ], [ -73.861268, 40.719171 ], [ -73.860851, 40.719275 ], [ -73.860427, 40.719365 ], [ -73.860247, 40.719396 ], [ -73.859997, 40.71944 ], [ -73.859564, 40.7195 ], [ -73.859129, 40.719544 ], [ -73.859223, 40.720296 ], [ -73.859312, 40.721024 ], [ -73.859358, 40.7214 ], [ -73.858522, 40.721529 ], [ -73.858235, 40.719596 ], [ -73.857772, 40.716456 ], [ -73.85745, 40.713711 ], [ -73.857298, 40.711465 ], [ -73.858187, 40.7116 ], [ -73.859759, 40.711845 ], [ -73.859713, 40.712606 ], [ -73.859654, 40.71338 ], [ -73.859632, 40.713598 ], [ -73.859641, 40.713974 ], [ -73.859672, 40.714127 ], [ -73.859711, 40.714292 ], [ -73.859762, 40.714459 ], [ -73.859832, 40.714624 ], [ -73.85994, 40.714785 ], [ -73.860038, 40.714932 ], [ -73.860627, 40.715487 ], [ -73.861224, 40.716037 ], [ -73.861834, 40.716593 ], [ -73.862425, 40.717148 ], [ -73.863018, 40.717708 ], [ -73.862911, 40.717759 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081070700", "name": "Census Tract 707, Queens County, New York", "total_population_17": 2412, "white_alone_17": 1148.0, "black_alone_17": 0.0, "native_alone_17": 23.0, "asian_alone_17": 753.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 416.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.363, "pct_black_alone_change": -1.329, "pct_native_alone_change": 0.948, "pct_asian_alone_change": 3.451, "pct_hispanic_or_latino_change": 9.287, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7150711", "INTPTLON": "-073.8555663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.857772, 40.716456 ], [ -73.857193, 40.717401 ], [ -73.856969, 40.717747 ], [ -73.85655, 40.71839 ], [ -73.854373, 40.717591 ], [ -73.852227, 40.716807 ], [ -73.852635, 40.716164 ], [ -73.853033, 40.715519 ], [ -73.853447, 40.714877 ], [ -73.853853, 40.714232 ], [ -73.85426, 40.713592 ], [ -73.854662, 40.712947 ], [ -73.855071, 40.712304 ], [ -73.855745, 40.71123 ], [ -73.856448, 40.711338 ], [ -73.857298, 40.711465 ], [ -73.85745, 40.713711 ], [ -73.857772, 40.716456 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081070900", "name": "Census Tract 709, Queens County, New York", "total_population_17": 2645, "white_alone_17": 1011.0, "black_alone_17": 32.0, "native_alone_17": 0.0, "asian_alone_17": 1171.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 325.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.684, "pct_black_alone_change": -0.264, "pct_native_alone_change": -0.219, "pct_asian_alone_change": 13.51, "pct_hispanic_or_latino_change": 3.52, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+40.7192652", "INTPTLON": "-073.8550205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858522, 40.721529 ], [ -73.857775, 40.721663 ], [ -73.857359, 40.721738 ], [ -73.857108, 40.721757 ], [ -73.855192, 40.721056 ], [ -73.852751, 40.720164 ], [ -73.850605, 40.719381 ], [ -73.851007, 40.718735 ], [ -73.851416, 40.718094 ], [ -73.851821, 40.717451 ], [ -73.852227, 40.716807 ], [ -73.854373, 40.717591 ], [ -73.85655, 40.71839 ], [ -73.856969, 40.717747 ], [ -73.857193, 40.717401 ], [ -73.857772, 40.716456 ], [ -73.858235, 40.719596 ], [ -73.858522, 40.721529 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071100", "name": "Census Tract 711, Queens County, New York", "total_population_17": 6660, "white_alone_17": 3375.0, "black_alone_17": 70.0, "native_alone_17": 76.0, "asian_alone_17": 1807.0, "native_hawaiian_pacific_islander_17": 68.0, "hispanic_or_latino_17": 926.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.979, "pct_black_alone_change": -1.31, "pct_native_alone_change": 0.798, "pct_asian_alone_change": 2.606, "pct_hispanic_or_latino_change": 4.984, "pct_native_hawaiian_pacific_islander_change": 0.985, "INTPTLAT": "+40.7220697", "INTPTLON": "-073.8524948" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860144, 40.725221 ], [ -73.859837, 40.725161 ], [ -73.859278, 40.724943 ], [ -73.859057, 40.724857 ], [ -73.858072, 40.724474 ], [ -73.857407, 40.72422 ], [ -73.855842, 40.723625 ], [ -73.855695, 40.72385 ], [ -73.855586, 40.724112 ], [ -73.854542, 40.723726 ], [ -73.853437, 40.723323 ], [ -73.852559, 40.723003 ], [ -73.851354, 40.722575 ], [ -73.849514, 40.722613 ], [ -73.849135, 40.722621 ], [ -73.847989, 40.722789 ], [ -73.84733, 40.722933 ], [ -73.846257, 40.722453 ], [ -73.845019, 40.721888 ], [ -73.844974, 40.721869 ], [ -73.844586, 40.721708 ], [ -73.843978, 40.721455 ], [ -73.844789, 40.720164 ], [ -73.84518, 40.719714 ], [ -73.845254, 40.719441 ], [ -73.846592, 40.719936 ], [ -73.849433, 40.720963 ], [ -73.850039, 40.720757 ], [ -73.850432, 40.720109 ], [ -73.850605, 40.719381 ], [ -73.852751, 40.720164 ], [ -73.855192, 40.721056 ], [ -73.857108, 40.721757 ], [ -73.857359, 40.721738 ], [ -73.857775, 40.721663 ], [ -73.858522, 40.721529 ], [ -73.858547, 40.7217 ], [ -73.858645, 40.722591 ], [ -73.859808, 40.723729 ], [ -73.859856, 40.723776 ], [ -73.859953, 40.723871 ], [ -73.862038, 40.725957 ], [ -73.860144, 40.725221 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071303", "name": "Census Tract 713.03, Queens County, New York", "total_population_17": 5677, "white_alone_17": 3290.0, "black_alone_17": 94.0, "native_alone_17": 0.0, "asian_alone_17": 1160.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1079.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.809, "pct_black_alone_change": -0.917, "pct_native_alone_change": -0.108, "pct_asian_alone_change": 9.354, "pct_hispanic_or_latino_change": 9.712, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7258100", "INTPTLON": "-073.8495395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853588, 40.727135 ], [ -73.851778, 40.727697 ], [ -73.851, 40.727928 ], [ -73.849929, 40.728245 ], [ -73.849764, 40.728295 ], [ -73.849247, 40.72845 ], [ -73.849126, 40.727718 ], [ -73.848882, 40.727025 ], [ -73.848535, 40.726361 ], [ -73.848082, 40.72573 ], [ -73.847507, 40.725133 ], [ -73.846871, 40.724558 ], [ -73.846544, 40.723889 ], [ -73.846526, 40.723728 ], [ -73.84654, 40.7236 ], [ -73.846619, 40.723436 ], [ -73.846697, 40.72328 ], [ -73.846811, 40.723123 ], [ -73.847002, 40.723005 ], [ -73.84733, 40.722933 ], [ -73.848106, 40.723287 ], [ -73.848094, 40.723431 ], [ -73.84895, 40.723766 ], [ -73.849147, 40.723883 ], [ -73.849799, 40.724402 ], [ -73.85042, 40.725038 ], [ -73.851027, 40.725619 ], [ -73.851633, 40.726201 ], [ -73.851789, 40.726389 ], [ -73.852448, 40.726705 ], [ -73.853, 40.726914 ], [ -73.853588, 40.727135 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071304", "name": "Census Tract 713.04, Queens County, New York", "total_population_17": 6032, "white_alone_17": 3278.0, "black_alone_17": 330.0, "native_alone_17": 27.0, "asian_alone_17": 1417.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 760.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.418, "pct_black_alone_change": 2.898, "pct_native_alone_change": 0.34, "pct_asian_alone_change": 12.412, "pct_hispanic_or_latino_change": 3.304, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7288609", "INTPTLON": "-073.8540811" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858511, 40.730287 ], [ -73.856257, 40.730959 ], [ -73.855914, 40.730293 ], [ -73.855572, 40.72963 ], [ -73.855228, 40.728965 ], [ -73.852514, 40.729775 ], [ -73.852134, 40.729125 ], [ -73.851332, 40.729611 ], [ -73.850253, 40.729655 ], [ -73.849448, 40.729154 ], [ -73.849247, 40.72845 ], [ -73.849764, 40.728295 ], [ -73.849929, 40.728245 ], [ -73.851, 40.727928 ], [ -73.851778, 40.727697 ], [ -73.853588, 40.727135 ], [ -73.854395, 40.727416 ], [ -73.854779, 40.727553 ], [ -73.855831, 40.727939 ], [ -73.855954, 40.727985 ], [ -73.857104, 40.728413 ], [ -73.857622, 40.728603 ], [ -73.857828, 40.728975 ], [ -73.858165, 40.729625 ], [ -73.858511, 40.730287 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071305", "name": "Census Tract 713.05, Queens County, New York", "total_population_17": 4914, "white_alone_17": 2295.0, "black_alone_17": 120.0, "native_alone_17": 0.0, "asian_alone_17": 1396.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1053.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.261, "pct_black_alone_change": 0.277, "pct_native_alone_change": -0.182, "pct_asian_alone_change": 9.605, "pct_hispanic_or_latino_change": 11.466, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7241863", "INTPTLON": "-073.8514774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853512, 40.72536 ], [ -73.852882, 40.726383 ], [ -73.852819, 40.726432 ], [ -73.852581, 40.726617 ], [ -73.852448, 40.726705 ], [ -73.851789, 40.726389 ], [ -73.851633, 40.726201 ], [ -73.851027, 40.725619 ], [ -73.85042, 40.725038 ], [ -73.849799, 40.724402 ], [ -73.849147, 40.723883 ], [ -73.84895, 40.723766 ], [ -73.848094, 40.723431 ], [ -73.848106, 40.723287 ], [ -73.84733, 40.722933 ], [ -73.847989, 40.722789 ], [ -73.849135, 40.722621 ], [ -73.849514, 40.722613 ], [ -73.851354, 40.722575 ], [ -73.852559, 40.723003 ], [ -73.853437, 40.723323 ], [ -73.854542, 40.723726 ], [ -73.853512, 40.72536 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071306", "name": "Census Tract 713.06, Queens County, New York", "total_population_17": 6864, "white_alone_17": 2553.0, "black_alone_17": 212.0, "native_alone_17": 0.0, "asian_alone_17": 2060.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1567.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.77, "pct_black_alone_change": 0.924, "pct_native_alone_change": -0.182, "pct_asian_alone_change": 11.208, "pct_hispanic_or_latino_change": 12.866, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7261621", "INTPTLON": "-073.8560468" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.859014, 40.727109 ], [ -73.858608, 40.727752 ], [ -73.858201, 40.728388 ], [ -73.857981, 40.728735 ], [ -73.857622, 40.728603 ], [ -73.857104, 40.728413 ], [ -73.855954, 40.727985 ], [ -73.855831, 40.727939 ], [ -73.854779, 40.727553 ], [ -73.854395, 40.727416 ], [ -73.853588, 40.727135 ], [ -73.853, 40.726914 ], [ -73.852448, 40.726705 ], [ -73.852581, 40.726617 ], [ -73.852819, 40.726432 ], [ -73.852882, 40.726383 ], [ -73.853512, 40.72536 ], [ -73.854542, 40.723726 ], [ -73.855586, 40.724112 ], [ -73.855695, 40.72385 ], [ -73.855842, 40.723625 ], [ -73.857407, 40.72422 ], [ -73.858072, 40.724474 ], [ -73.857763, 40.724906 ], [ -73.857271, 40.725681 ], [ -73.85942, 40.726465 ], [ -73.859014, 40.727109 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071600", "name": "Census Tract 716, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6470241", "INTPTLON": "-073.7869533" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.832705, 40.665406 ], [ -73.831742, 40.665182 ], [ -73.829389, 40.664365 ], [ -73.828384, 40.664043 ], [ -73.827683, 40.663879 ], [ -73.826832, 40.663709 ], [ -73.825938, 40.66362 ], [ -73.825284, 40.663587 ], [ -73.824102, 40.663575 ], [ -73.823054, 40.663562 ], [ -73.823008, 40.663836 ], [ -73.821983, 40.663711 ], [ -73.814461, 40.662863 ], [ -73.813337, 40.662806 ], [ -73.812067, 40.663031 ], [ -73.811206, 40.663327 ], [ -73.811039, 40.663394 ], [ -73.809644, 40.664011 ], [ -73.808177, 40.664525 ], [ -73.806144, 40.664913 ], [ -73.805029, 40.665056 ], [ -73.804453, 40.665121 ], [ -73.803925, 40.66517 ], [ -73.80296, 40.665221 ], [ -73.802162, 40.66525 ], [ -73.801901, 40.665274 ], [ -73.800729, 40.665269 ], [ -73.797627, 40.665103 ], [ -73.79509, 40.66489 ], [ -73.792558, 40.664507 ], [ -73.792028, 40.664441 ], [ -73.791188, 40.664333 ], [ -73.790461, 40.664226 ], [ -73.790287, 40.6642 ], [ -73.790251, 40.664195 ], [ -73.79006, 40.664167 ], [ -73.790015, 40.664158 ], [ -73.789972, 40.66415 ], [ -73.78985, 40.664128 ], [ -73.787553, 40.663846 ], [ -73.785053, 40.663443 ], [ -73.780791, 40.662332 ], [ -73.77878, 40.661599 ], [ -73.778077, 40.661208 ], [ -73.777241, 40.660789 ], [ -73.776895, 40.660656 ], [ -73.776628, 40.660571 ], [ -73.776459, 40.660535 ], [ -73.775537, 40.660262 ], [ -73.774198, 40.659753 ], [ -73.77401, 40.659779 ], [ -73.77383, 40.659651 ], [ -73.773313, 40.659369 ], [ -73.77301, 40.659174 ], [ -73.7705, 40.657876 ], [ -73.769761, 40.657482 ], [ -73.768778, 40.656946 ], [ -73.768245, 40.656634 ], [ -73.767353, 40.65616 ], [ -73.766785, 40.655845 ], [ -73.76628, 40.655578 ], [ -73.765669, 40.655253 ], [ -73.765217, 40.654988 ], [ -73.765129, 40.654931 ], [ -73.764388, 40.654558 ], [ -73.757924, 40.650873 ], [ -73.755024, 40.649219 ], [ -73.753289, 40.648197 ], [ -73.751616, 40.647235 ], [ -73.752019, 40.646665 ], [ -73.751713, 40.646501 ], [ -73.751547, 40.646375 ], [ -73.751323, 40.646174 ], [ -73.751151, 40.646074 ], [ -73.751046, 40.646019 ], [ -73.750675, 40.645773 ], [ -73.750397, 40.645624 ], [ -73.750184, 40.645447 ], [ -73.750028, 40.645412 ], [ -73.749869, 40.645277 ], [ -73.749762, 40.645171 ], [ -73.749533, 40.645052 ], [ -73.74943, 40.644925 ], [ -73.749258, 40.644982 ], [ -73.749121, 40.64509 ], [ -73.748897, 40.645165 ], [ -73.748721, 40.645015 ], [ -73.748699, 40.644791 ], [ -73.748769, 40.6446 ], [ -73.748529, 40.644318 ], [ -73.74827, 40.644151 ], [ -73.748148, 40.644017 ], [ -73.748062, 40.643929 ], [ -73.747902, 40.643855 ], [ -73.747762, 40.643657 ], [ -73.74761, 40.64353 ], [ -73.747555, 40.643399 ], [ -73.747433, 40.643311 ], [ -73.747271, 40.643156 ], [ -73.74724, 40.642963 ], [ -73.747203, 40.642818 ], [ -73.746956, 40.642604 ], [ -73.746882, 40.642452 ], [ -73.746795, 40.642354 ], [ -73.74672, 40.642213 ], [ -73.746641, 40.641989 ], [ -73.746622, 40.6418 ], [ -73.746508, 40.641639 ], [ -73.746372, 40.641523 ], [ -73.746338, 40.641311 ], [ -73.746359, 40.641143 ], [ -73.746277, 40.640944 ], [ -73.746279, 40.64084 ], [ -73.746348, 40.640655 ], [ -73.746264, 40.640487 ], [ -73.746153, 40.640379 ], [ -73.746269, 40.640176 ], [ -73.746318, 40.640019 ], [ -73.746352, 40.639834 ], [ -73.746392, 40.63951 ], [ -73.746334, 40.639395 ], [ -73.746351, 40.639301 ], [ -73.746401, 40.639207 ], [ -73.746446, 40.639087 ], [ -73.746509, 40.638914 ], [ -73.74654, 40.638711 ], [ -73.746598, 40.638614 ], [ -73.746574, 40.638491 ], [ -73.746612, 40.638325 ], [ -73.74667, 40.638238 ], [ -73.746812, 40.638139 ], [ -73.746803, 40.638044 ], [ -73.746854, 40.637936 ], [ -73.746758, 40.637815 ], [ -73.746875, 40.637767 ], [ -73.746909, 40.637626 ], [ -73.746943, 40.637529 ], [ -73.747, 40.637354 ], [ -73.747122, 40.636979 ], [ -73.748001, 40.634631 ], [ -73.767425, 40.626606 ], [ -73.767507, 40.626469 ], [ -73.767708, 40.626208 ], [ -73.767758, 40.626113 ], [ -73.767772, 40.625996 ], [ -73.767782, 40.625912 ], [ -73.767933, 40.625755 ], [ -73.768142, 40.625463 ], [ -73.768154, 40.625449 ], [ -73.76825, 40.625398 ], [ -73.768269, 40.625295 ], [ -73.768293, 40.625236 ], [ -73.768326, 40.625097 ], [ -73.768418, 40.624989 ], [ -73.7685, 40.624897 ], [ -73.768563, 40.624801 ], [ -73.768604, 40.624733 ], [ -73.768624, 40.624585 ], [ -73.768649, 40.624466 ], [ -73.768709, 40.624386 ], [ -73.768761, 40.624352 ], [ -73.768784, 40.624289 ], [ -73.768777, 40.624195 ], [ -73.76883, 40.6241 ], [ -73.768805, 40.624027 ], [ -73.768838, 40.623952 ], [ -73.768757, 40.62382 ], [ -73.768762, 40.623761 ], [ -73.768668, 40.623589 ], [ -73.768643, 40.623492 ], [ -73.768643, 40.623431 ], [ -73.76861, 40.623373 ], [ -73.768584, 40.623313 ], [ -73.768553, 40.623155 ], [ -73.768587, 40.623025 ], [ -73.768636, 40.622886 ], [ -73.768652, 40.622806 ], [ -73.768687, 40.622682 ], [ -73.768722, 40.622618 ], [ -73.768787, 40.622535 ], [ -73.768884, 40.62247 ], [ -73.769113, 40.6223 ], [ -73.769186, 40.622253 ], [ -73.769274, 40.62219 ], [ -73.769353, 40.622129 ], [ -73.769401, 40.622081 ], [ -73.769421, 40.622054 ], [ -73.769443, 40.622018 ], [ -73.769482, 40.622019 ], [ -73.76949, 40.622087 ], [ -73.769505, 40.622121 ], [ -73.769523, 40.622095 ], [ -73.769526, 40.622075 ], [ -73.769536, 40.622036 ], [ -73.76955, 40.621996 ], [ -73.769567, 40.621958 ], [ -73.769577, 40.62192 ], [ -73.769588, 40.621883 ], [ -73.769612, 40.62185 ], [ -73.769647, 40.62183 ], [ -73.769688, 40.621801 ], [ -73.769715, 40.621777 ], [ -73.769729, 40.621746 ], [ -73.76973, 40.621713 ], [ -73.769717, 40.621687 ], [ -73.769734, 40.621656 ], [ -73.769745, 40.621634 ], [ -73.769794, 40.621601 ], [ -73.769805, 40.621571 ], [ -73.7698, 40.621555 ], [ -73.769801, 40.621536 ], [ -73.769805, 40.621516 ], [ -73.769803, 40.62148 ], [ -73.769805, 40.621459 ], [ -73.769819, 40.62144 ], [ -73.769822, 40.621405 ], [ -73.769816, 40.621377 ], [ -73.769745, 40.621126 ], [ -73.770082, 40.620823 ], [ -73.770141, 40.620702 ], [ -73.770243, 40.620474 ], [ -73.770293, 40.620397 ], [ -73.770411, 40.62026 ], [ -73.77059, 40.620115 ], [ -73.77077, 40.620031 ], [ -73.770902, 40.620009 ], [ -73.771098, 40.620005 ], [ -73.771282, 40.620085 ], [ -73.77139, 40.620153 ], [ -73.771655, 40.620416 ], [ -73.77171, 40.620669 ], [ -73.771688, 40.621036 ], [ -73.771537, 40.621433 ], [ -73.771411, 40.621682 ], [ -73.771144, 40.622042 ], [ -73.771029, 40.622268 ], [ -73.770904, 40.622447 ], [ -73.770951, 40.622652 ], [ -73.77089, 40.622756 ], [ -73.770811, 40.62295 ], [ -73.770911, 40.623078 ], [ -73.770821, 40.623283 ], [ -73.771018, 40.62332 ], [ -73.771234, 40.62319 ], [ -73.771509, 40.62333 ], [ -73.771728, 40.623585 ], [ -73.775119, 40.619234 ], [ -73.77518, 40.619265 ], [ -73.77186, 40.623765 ], [ -73.772555, 40.624449 ], [ -73.773002, 40.624839 ], [ -73.773495, 40.625143 ], [ -73.773718, 40.625514 ], [ -73.774075, 40.625783 ], [ -73.77436, 40.626105 ], [ -73.774842, 40.626555 ], [ -73.775381, 40.627056 ], [ -73.775983, 40.627323 ], [ -73.77672, 40.627613 ], [ -73.777505, 40.627778 ], [ -73.778242, 40.627637 ], [ -73.7785, 40.627584 ], [ -73.778954, 40.627441 ], [ -73.779327, 40.627336 ], [ -73.779588, 40.626936 ], [ -73.780165, 40.626521 ], [ -73.780595, 40.626042 ], [ -73.78091, 40.625621 ], [ -73.781152, 40.625237 ], [ -73.781323, 40.624919 ], [ -73.784194, 40.620892 ], [ -73.784505, 40.620683 ], [ -73.784932, 40.620469 ], [ -73.789186, 40.623007 ], [ -73.788871, 40.623356 ], [ -73.788417, 40.623858 ], [ -73.784879, 40.626631 ], [ -73.783466, 40.628118 ], [ -73.782843, 40.629406 ], [ -73.782645, 40.630248 ], [ -73.783963, 40.630875 ], [ -73.784348, 40.631373 ], [ -73.785012, 40.631728 ], [ -73.785708, 40.632095 ], [ -73.786345, 40.632187 ], [ -73.786697, 40.632246 ], [ -73.787331, 40.632517 ], [ -73.787735, 40.632946 ], [ -73.788183, 40.633528 ], [ -73.789227, 40.633947 ], [ -73.789427, 40.634263 ], [ -73.790784, 40.634003 ], [ -73.790793, 40.634282 ], [ -73.798119, 40.631038 ], [ -73.798123, 40.631318 ], [ -73.791308, 40.634532 ], [ -73.791251, 40.634689 ], [ -73.791975, 40.63564 ], [ -73.792353, 40.635914 ], [ -73.793225, 40.636082 ], [ -73.79374, 40.636271 ], [ -73.794514, 40.636453 ], [ -73.795157, 40.636949 ], [ -73.795584, 40.637101 ], [ -73.796083, 40.637405 ], [ -73.796508, 40.6376 ], [ -73.797065, 40.637932 ], [ -73.797257, 40.638008 ], [ -73.797863, 40.638111 ], [ -73.798552, 40.638329 ], [ -73.799088, 40.638371 ], [ -73.799237, 40.63842 ], [ -73.800156, 40.638892 ], [ -73.800561, 40.63919 ], [ -73.802976, 40.64027 ], [ -73.804659, 40.640905 ], [ -73.805804, 40.64157 ], [ -73.806702, 40.641776 ], [ -73.807469, 40.64218 ], [ -73.808646, 40.642815 ], [ -73.810024, 40.643314 ], [ -73.810757, 40.643492 ], [ -73.811145, 40.643697 ], [ -73.811474, 40.643989 ], [ -73.812033, 40.644304 ], [ -73.812781, 40.644506 ], [ -73.813291, 40.644576 ], [ -73.813884, 40.644844 ], [ -73.814951, 40.645269 ], [ -73.816295, 40.645964 ], [ -73.823052, 40.644485 ], [ -73.825337, 40.644248 ], [ -73.825531, 40.645018 ], [ -73.82641, 40.648261 ], [ -73.82678, 40.649772 ], [ -73.826848, 40.650074 ], [ -73.826907, 40.650294 ], [ -73.828392, 40.65603 ], [ -73.828712, 40.65706 ], [ -73.829801, 40.659511 ], [ -73.82987, 40.659967 ], [ -73.830222, 40.660526 ], [ -73.830964, 40.6621 ], [ -73.831781, 40.663674 ], [ -73.832705, 40.665406 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071701", "name": "Census Tract 717.01, Queens County, New York", "total_population_17": 5702, "white_alone_17": 3348.0, "black_alone_17": 190.0, "native_alone_17": 0.0, "asian_alone_17": 1489.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 562.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.382, "pct_black_alone_change": -1.789, "pct_native_alone_change": -0.225, "pct_asian_alone_change": -0.886, "pct_hispanic_or_latino_change": -2.999, "pct_native_hawaiian_pacific_islander_change": -0.031, "INTPTLAT": "+40.7313333", "INTPTLON": "-073.8598810" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.863871, 40.731814 ], [ -73.863424, 40.731951 ], [ -73.861666, 40.732473 ], [ -73.860778, 40.732737 ], [ -73.859887, 40.733002 ], [ -73.859259, 40.733188 ], [ -73.859149, 40.73322 ], [ -73.858523, 40.733408 ], [ -73.858321, 40.733468 ], [ -73.857652, 40.733668 ], [ -73.857309, 40.733004 ], [ -73.857049, 40.732512 ], [ -73.856597, 40.731623 ], [ -73.856257, 40.730959 ], [ -73.858511, 40.730287 ], [ -73.858165, 40.729625 ], [ -73.857828, 40.728975 ], [ -73.857622, 40.728603 ], [ -73.857981, 40.728735 ], [ -73.858303, 40.728852 ], [ -73.859384, 40.729239 ], [ -73.860115, 40.729522 ], [ -73.860527, 40.729679 ], [ -73.861259, 40.729937 ], [ -73.862188, 40.730276 ], [ -73.8626, 40.73042 ], [ -73.864479, 40.731089 ], [ -73.863871, 40.731814 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071702", "name": "Census Tract 717.02, Queens County, New York", "total_population_17": 3836, "white_alone_17": 1364.0, "black_alone_17": 362.0, "native_alone_17": 34.0, "asian_alone_17": 1514.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 465.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.776, "pct_black_alone_change": 4.316, "pct_native_alone_change": 0.661, "pct_asian_alone_change": 12.468, "pct_hispanic_or_latino_change": -0.733, "pct_native_hawaiian_pacific_islander_change": -0.031, "INTPTLAT": "+40.7334770", "INTPTLON": "-073.8628305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.869037, 40.732849 ], [ -73.868501, 40.733018 ], [ -73.868346, 40.733075 ], [ -73.867204, 40.733396 ], [ -73.865788, 40.733815 ], [ -73.865019, 40.734048 ], [ -73.864577, 40.734194 ], [ -73.864618, 40.734271 ], [ -73.86284, 40.734799 ], [ -73.862357, 40.734939 ], [ -73.861477, 40.735193 ], [ -73.861064, 40.735314 ], [ -73.859741, 40.735698 ], [ -73.859428, 40.735789 ], [ -73.858866, 40.735939 ], [ -73.858771, 40.735785 ], [ -73.858716, 40.735657 ], [ -73.858701, 40.73561 ], [ -73.858635, 40.735471 ], [ -73.858343, 40.735001 ], [ -73.857993, 40.734334 ], [ -73.857652, 40.733668 ], [ -73.858321, 40.733468 ], [ -73.858523, 40.733408 ], [ -73.859149, 40.73322 ], [ -73.859259, 40.733188 ], [ -73.859887, 40.733002 ], [ -73.860778, 40.732737 ], [ -73.861666, 40.732473 ], [ -73.863424, 40.731951 ], [ -73.863871, 40.731814 ], [ -73.864479, 40.731089 ], [ -73.865746, 40.731539 ], [ -73.866075, 40.731694 ], [ -73.866576, 40.73198 ], [ -73.866595, 40.73195 ], [ -73.86676, 40.731697 ], [ -73.866782, 40.731656 ], [ -73.867013, 40.731806 ], [ -73.867243, 40.731954 ], [ -73.867687, 40.732194 ], [ -73.867938, 40.732318 ], [ -73.868261, 40.732486 ], [ -73.868352, 40.732527 ], [ -73.868481, 40.732585 ], [ -73.868737, 40.732699 ], [ -73.869037, 40.732849 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081071900", "name": "Census Tract 719, Queens County, New York", "total_population_17": 2321, "white_alone_17": 1293.0, "black_alone_17": 103.0, "native_alone_17": 0.0, "asian_alone_17": 466.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 408.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.585, "pct_black_alone_change": 0.95, "pct_native_alone_change": -0.146, "pct_asian_alone_change": -5.448, "pct_hispanic_or_latino_change": 5.198, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7346875", "INTPTLON": "-073.8556228" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858771, 40.735785 ], [ -73.858693, 40.735808 ], [ -73.858059, 40.735991 ], [ -73.856656, 40.73641 ], [ -73.856318, 40.736507 ], [ -73.855085, 40.736801 ], [ -73.854181, 40.736954 ], [ -73.854131, 40.736799 ], [ -73.854048, 40.736577 ], [ -73.853911, 40.736316 ], [ -73.853579, 40.735647 ], [ -73.853249, 40.734977 ], [ -73.852904, 40.734318 ], [ -73.852667, 40.733887 ], [ -73.852522, 40.733619 ], [ -73.852834, 40.733491 ], [ -73.854344, 40.73297 ], [ -73.8547, 40.732829 ], [ -73.857049, 40.732512 ], [ -73.857309, 40.733004 ], [ -73.857652, 40.733668 ], [ -73.857993, 40.734334 ], [ -73.858343, 40.735001 ], [ -73.858635, 40.735471 ], [ -73.858701, 40.73561 ], [ -73.858716, 40.735657 ], [ -73.858771, 40.735785 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081072100", "name": "Census Tract 721, Queens County, New York", "total_population_17": 4334, "white_alone_17": 2335.0, "black_alone_17": 36.0, "native_alone_17": 0.0, "asian_alone_17": 934.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 794.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.694, "pct_black_alone_change": -1.42, "pct_native_alone_change": -0.134, "pct_asian_alone_change": 3.107, "pct_hispanic_or_latino_change": 4.111, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7311859", "INTPTLON": "-073.8537376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.857049, 40.732512 ], [ -73.8547, 40.732829 ], [ -73.854344, 40.73297 ], [ -73.852834, 40.733491 ], [ -73.852522, 40.733619 ], [ -73.852164, 40.732947 ], [ -73.851821, 40.732282 ], [ -73.851479, 40.731618 ], [ -73.851137, 40.730953 ], [ -73.850794, 40.730288 ], [ -73.850253, 40.729655 ], [ -73.851332, 40.729611 ], [ -73.852134, 40.729125 ], [ -73.852514, 40.729775 ], [ -73.855228, 40.728965 ], [ -73.855572, 40.72963 ], [ -73.855914, 40.730293 ], [ -73.856257, 40.730959 ], [ -73.856597, 40.731623 ], [ -73.857049, 40.732512 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081072300", "name": "Census Tract 723, Queens County, New York", "total_population_17": 1902, "white_alone_17": 989.0, "black_alone_17": 57.0, "native_alone_17": 0.0, "asian_alone_17": 702.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 123.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.259, "pct_black_alone_change": 1.748, "pct_native_alone_change": -0.341, "pct_asian_alone_change": 12.548, "pct_hispanic_or_latino_change": 1.129, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7162398", "INTPTLON": "-073.8477440" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852635, 40.716164 ], [ -73.852227, 40.716807 ], [ -73.851821, 40.717451 ], [ -73.851416, 40.718094 ], [ -73.851007, 40.718735 ], [ -73.850605, 40.719381 ], [ -73.850432, 40.720109 ], [ -73.850039, 40.720757 ], [ -73.849433, 40.720963 ], [ -73.846592, 40.719936 ], [ -73.845254, 40.719441 ], [ -73.845362, 40.719249 ], [ -73.845476, 40.719067 ], [ -73.845902, 40.718397 ], [ -73.846232, 40.717875 ], [ -73.846685, 40.717159 ], [ -73.845584, 40.716657 ], [ -73.844509, 40.716195 ], [ -73.843899, 40.715973 ], [ -73.84363, 40.716042 ], [ -73.843225, 40.716142 ], [ -73.843081, 40.716101 ], [ -73.842923, 40.716042 ], [ -73.842874, 40.71601 ], [ -73.842856, 40.71599 ], [ -73.842834, 40.715945 ], [ -73.842848, 40.71586 ], [ -73.842845, 40.715809 ], [ -73.842785, 40.715766 ], [ -73.842315, 40.715588 ], [ -73.842355, 40.715525 ], [ -73.842826, 40.714778 ], [ -73.84298, 40.714533 ], [ -73.843523, 40.713671 ], [ -73.843947, 40.712996 ], [ -73.844356, 40.71235 ], [ -73.84476, 40.711706 ], [ -73.846942, 40.712503 ], [ -73.84912, 40.7133 ], [ -73.848714, 40.713942 ], [ -73.85089, 40.714735 ], [ -73.853033, 40.715519 ], [ -73.852635, 40.716164 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081072900", "name": "Census Tract 729, Queens County, New York", "total_population_17": 1375, "white_alone_17": 586.0, "black_alone_17": 61.0, "native_alone_17": 0.0, "asian_alone_17": 484.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 196.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.908, "pct_black_alone_change": 2.743, "pct_native_alone_change": -0.141, "pct_asian_alone_change": 3.183, "pct_hispanic_or_latino_change": 2.196, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7128119", "INTPTLON": "-073.8521815" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.855745, 40.71123 ], [ -73.855071, 40.712304 ], [ -73.854662, 40.712947 ], [ -73.85426, 40.713592 ], [ -73.853853, 40.714232 ], [ -73.853447, 40.714877 ], [ -73.853033, 40.715519 ], [ -73.85089, 40.714735 ], [ -73.848714, 40.713942 ], [ -73.84912, 40.7133 ], [ -73.849525, 40.712654 ], [ -73.84993, 40.712012 ], [ -73.850334, 40.711371 ], [ -73.850745, 40.710726 ], [ -73.850916, 40.710471 ], [ -73.851892, 40.710627 ], [ -73.852799, 40.710771 ], [ -73.853329, 40.710852 ], [ -73.853723, 40.710913 ], [ -73.854641, 40.71106 ], [ -73.854799, 40.711084 ], [ -73.855558, 40.711201 ], [ -73.855745, 40.71123 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081073100", "name": "Census Tract 731, Queens County, New York", "total_population_17": 1608, "white_alone_17": 990.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 479.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 89.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.684, "pct_black_alone_change": 0.619, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 4.374, "pct_hispanic_or_latino_change": -4.368, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7109534", "INTPTLON": "-073.8463317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.850745, 40.710726 ], [ -73.850334, 40.711371 ], [ -73.84993, 40.712012 ], [ -73.849525, 40.712654 ], [ -73.84912, 40.7133 ], [ -73.846942, 40.712503 ], [ -73.84476, 40.711706 ], [ -73.843967, 40.711414 ], [ -73.843282, 40.711166 ], [ -73.842555, 40.710904 ], [ -73.841103, 40.710372 ], [ -73.840692, 40.710153 ], [ -73.843016, 40.709176 ], [ -73.843207, 40.709275 ], [ -73.84412, 40.709378 ], [ -73.844934, 40.709511 ], [ -73.845379, 40.709581 ], [ -73.846027, 40.709689 ], [ -73.846301, 40.709731 ], [ -73.847237, 40.709876 ], [ -73.848139, 40.710029 ], [ -73.848474, 40.710079 ], [ -73.849058, 40.710178 ], [ -73.849975, 40.710321 ], [ -73.850916, 40.710471 ], [ -73.850745, 40.710726 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081073700", "name": "Census Tract 737, Queens County, New York", "total_population_17": 1803, "white_alone_17": 1152.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 385.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 172.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.803, "pct_black_alone_change": -0.247, "pct_native_alone_change": -0.054, "pct_asian_alone_change": 3.604, "pct_hispanic_or_latino_change": -1.391, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7184405", "INTPTLON": "-073.8432492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.846232, 40.717875 ], [ -73.845902, 40.718397 ], [ -73.845476, 40.719067 ], [ -73.845362, 40.719249 ], [ -73.845254, 40.719441 ], [ -73.84518, 40.719714 ], [ -73.844789, 40.720164 ], [ -73.843978, 40.721455 ], [ -73.842892, 40.720967 ], [ -73.842174, 40.720614 ], [ -73.841853, 40.720507 ], [ -73.840852, 40.720065 ], [ -73.840748, 40.720019 ], [ -73.839812, 40.719602 ], [ -73.840558, 40.718369 ], [ -73.840877, 40.717924 ], [ -73.841016, 40.717643 ], [ -73.841165, 40.717414 ], [ -73.841899, 40.716246 ], [ -73.842315, 40.715588 ], [ -73.842785, 40.715766 ], [ -73.842845, 40.715809 ], [ -73.842848, 40.71586 ], [ -73.842834, 40.715945 ], [ -73.842856, 40.71599 ], [ -73.842874, 40.71601 ], [ -73.842923, 40.716042 ], [ -73.843081, 40.716101 ], [ -73.843225, 40.716142 ], [ -73.84363, 40.716042 ], [ -73.843899, 40.715973 ], [ -73.844509, 40.716195 ], [ -73.845584, 40.716657 ], [ -73.846685, 40.717159 ], [ -73.846232, 40.717875 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081073900", "name": "Census Tract 739, Queens County, New York", "total_population_17": 5903, "white_alone_17": 2934.0, "black_alone_17": 124.0, "native_alone_17": 0.0, "asian_alone_17": 1658.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 850.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -30.392, "pct_black_alone_change": 0.599, "pct_native_alone_change": -0.1, "pct_asian_alone_change": 17.915, "pct_hispanic_or_latino_change": 6.97, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7236929", "INTPTLON": "-073.8442715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.848082, 40.72573 ], [ -73.846187, 40.726295 ], [ -73.843934, 40.726965 ], [ -73.843594, 40.7263 ], [ -73.843252, 40.725637 ], [ -73.842909, 40.724971 ], [ -73.842567, 40.724308 ], [ -73.842225, 40.723642 ], [ -73.84188, 40.722979 ], [ -73.84154, 40.722314 ], [ -73.841199, 40.721649 ], [ -73.840858, 40.720984 ], [ -73.840529, 40.720324 ], [ -73.840852, 40.720065 ], [ -73.841853, 40.720507 ], [ -73.842174, 40.720614 ], [ -73.842892, 40.720967 ], [ -73.843978, 40.721455 ], [ -73.844586, 40.721708 ], [ -73.844974, 40.721869 ], [ -73.845019, 40.721888 ], [ -73.846257, 40.722453 ], [ -73.84733, 40.722933 ], [ -73.847002, 40.723005 ], [ -73.846811, 40.723123 ], [ -73.846697, 40.72328 ], [ -73.846619, 40.723436 ], [ -73.84654, 40.7236 ], [ -73.846526, 40.723728 ], [ -73.846544, 40.723889 ], [ -73.846871, 40.724558 ], [ -73.847507, 40.725133 ], [ -73.848082, 40.72573 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081074100", "name": "Census Tract 741, Queens County, New York", "total_population_17": 3194, "white_alone_17": 1801.0, "black_alone_17": 122.0, "native_alone_17": 76.0, "asian_alone_17": 667.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 451.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.617, "pct_black_alone_change": 1.871, "pct_native_alone_change": 2.314, "pct_asian_alone_change": 4.611, "pct_hispanic_or_latino_change": 6.0, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7282813", "INTPTLON": "-073.8470444" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.850253, 40.729655 ], [ -73.848237, 40.730283 ], [ -73.845987, 40.730955 ], [ -73.845765, 40.730262 ], [ -73.845707, 40.729501 ], [ -73.845158, 40.728901 ], [ -73.845016, 40.728801 ], [ -73.844888, 40.728688 ], [ -73.844777, 40.728564 ], [ -73.844687, 40.728432 ], [ -73.844617, 40.728295 ], [ -73.844277, 40.72763 ], [ -73.843934, 40.726965 ], [ -73.846187, 40.726295 ], [ -73.848082, 40.72573 ], [ -73.848535, 40.726361 ], [ -73.848882, 40.727025 ], [ -73.849126, 40.727718 ], [ -73.849247, 40.72845 ], [ -73.849448, 40.729154 ], [ -73.850253, 40.729655 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081074300", "name": "Census Tract 743, Queens County, New York", "total_population_17": 4441, "white_alone_17": 2533.0, "black_alone_17": 79.0, "native_alone_17": 24.0, "asian_alone_17": 1205.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 451.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.711, "pct_black_alone_change": -0.031, "pct_native_alone_change": 0.357, "pct_asian_alone_change": -0.495, "pct_hispanic_or_latino_change": -3.637, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7322992", "INTPTLON": "-073.8492461" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852522, 40.733619 ], [ -73.850304, 40.734296 ], [ -73.848047, 40.734967 ], [ -73.847694, 40.734277 ], [ -73.847354, 40.733611 ], [ -73.847008, 40.732947 ], [ -73.846667, 40.732283 ], [ -73.846325, 40.731616 ], [ -73.845987, 40.730955 ], [ -73.848237, 40.730283 ], [ -73.850253, 40.729655 ], [ -73.850794, 40.730288 ], [ -73.851137, 40.730953 ], [ -73.851479, 40.731618 ], [ -73.851821, 40.732282 ], [ -73.852164, 40.732947 ], [ -73.852522, 40.733619 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081074500", "name": "Census Tract 745, Queens County, New York", "total_population_17": 4260, "white_alone_17": 2324.0, "black_alone_17": 186.0, "native_alone_17": 0.0, "asian_alone_17": 824.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 744.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -2.979, "pct_black_alone_change": -3.779, "pct_native_alone_change": -0.28, "pct_asian_alone_change": 4.056, "pct_hispanic_or_latino_change": 1.603, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7361049", "INTPTLON": "-073.8508368" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.854181, 40.736954 ], [ -73.853423, 40.737082 ], [ -73.852782, 40.737209 ], [ -73.851914, 40.737426 ], [ -73.851346, 40.737588 ], [ -73.849582, 40.738186 ], [ -73.848636, 40.738557 ], [ -73.848064, 40.738816 ], [ -73.847558, 40.739064 ], [ -73.847464, 40.738945 ], [ -73.847325, 40.738771 ], [ -73.847214, 40.738644 ], [ -73.848607, 40.738105 ], [ -73.848409, 40.736679 ], [ -73.84837, 40.736463 ], [ -73.84876, 40.736356 ], [ -73.848404, 40.735657 ], [ -73.848047, 40.734967 ], [ -73.850304, 40.734296 ], [ -73.852522, 40.733619 ], [ -73.852667, 40.733887 ], [ -73.852904, 40.734318 ], [ -73.853249, 40.734977 ], [ -73.853579, 40.735647 ], [ -73.853911, 40.736316 ], [ -73.854048, 40.736577 ], [ -73.854131, 40.736799 ], [ -73.854181, 40.736954 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081074700", "name": "Census Tract 747, Queens County, New York", "total_population_17": 3769, "white_alone_17": 991.0, "black_alone_17": 61.0, "native_alone_17": 22.0, "asian_alone_17": 1604.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 972.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.712, "pct_black_alone_change": -2.541, "pct_native_alone_change": -0.751, "pct_asian_alone_change": -7.499, "pct_hispanic_or_latino_change": 10.261, "pct_native_hawaiian_pacific_islander_change": -0.114, "INTPTLAT": "+40.7326161", "INTPTLON": "-073.8452064" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.84876, 40.736356 ], [ -73.84837, 40.736463 ], [ -73.848409, 40.736679 ], [ -73.848607, 40.738105 ], [ -73.847214, 40.738644 ], [ -73.84674, 40.738552 ], [ -73.846055, 40.737099 ], [ -73.845909, 40.7364 ], [ -73.845693, 40.735666 ], [ -73.845426, 40.73495 ], [ -73.845115, 40.734277 ], [ -73.844957, 40.733987 ], [ -73.844753, 40.73362 ], [ -73.844347, 40.732979 ], [ -73.844213, 40.732733 ], [ -73.84406, 40.732493 ], [ -73.843891, 40.732259 ], [ -73.843706, 40.732032 ], [ -73.843505, 40.731814 ], [ -73.842814, 40.731153 ], [ -73.841622, 40.730118 ], [ -73.841468, 40.729998 ], [ -73.840327, 40.728807 ], [ -73.842058, 40.72829 ], [ -73.844277, 40.72763 ], [ -73.844617, 40.728295 ], [ -73.844687, 40.728432 ], [ -73.844777, 40.728564 ], [ -73.844888, 40.728688 ], [ -73.845016, 40.728801 ], [ -73.845158, 40.728901 ], [ -73.845707, 40.729501 ], [ -73.845765, 40.730262 ], [ -73.845987, 40.730955 ], [ -73.846325, 40.731616 ], [ -73.846667, 40.732283 ], [ -73.847008, 40.732947 ], [ -73.847354, 40.733611 ], [ -73.847694, 40.734277 ], [ -73.848047, 40.734967 ], [ -73.848404, 40.735657 ], [ -73.84876, 40.736356 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081074900", "name": "Census Tract 749, Queens County, New York", "total_population_17": 1590, "white_alone_17": 1165.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 254.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 94.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.256, "pct_black_alone_change": -1.431, "pct_native_alone_change": -0.1, "pct_asian_alone_change": -1.979, "pct_hispanic_or_latino_change": -0.261, "pct_native_hawaiian_pacific_islander_change": -0.095, "INTPTLAT": "+40.7132499", "INTPTLON": "-073.8400754" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.844356, 40.71235 ], [ -73.843947, 40.712996 ], [ -73.843523, 40.713671 ], [ -73.84298, 40.714533 ], [ -73.842826, 40.714778 ], [ -73.842355, 40.715525 ], [ -73.842315, 40.715588 ], [ -73.841899, 40.716246 ], [ -73.841165, 40.717414 ], [ -73.840379, 40.716929 ], [ -73.839982, 40.716673 ], [ -73.839462, 40.716338 ], [ -73.838722, 40.715799 ], [ -73.837417, 40.714723 ], [ -73.836831, 40.714199 ], [ -73.835478, 40.712981 ], [ -73.834926, 40.712474 ], [ -73.834976, 40.71233 ], [ -73.835014, 40.712221 ], [ -73.835977, 40.711706 ], [ -73.836027, 40.711749 ], [ -73.836115, 40.711825 ], [ -73.836409, 40.711642 ], [ -73.836716, 40.71147 ], [ -73.837037, 40.711312 ], [ -73.837368, 40.711167 ], [ -73.837709, 40.711036 ], [ -73.838058, 40.710921 ], [ -73.839732, 40.7104 ], [ -73.840692, 40.710153 ], [ -73.841103, 40.710372 ], [ -73.842555, 40.710904 ], [ -73.843282, 40.711166 ], [ -73.843967, 40.711414 ], [ -73.84476, 40.711706 ], [ -73.844356, 40.71235 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081075701", "name": "Census Tract 757.01, Queens County, New York", "total_population_17": 5181, "white_alone_17": 2395.0, "black_alone_17": 100.0, "native_alone_17": 0.0, "asian_alone_17": 1596.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 875.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.866, "pct_black_alone_change": -0.16, "pct_native_alone_change": -0.122, "pct_asian_alone_change": 10.194, "pct_hispanic_or_latino_change": 8.762, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7182200", "INTPTLON": "-073.8348167" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.839812, 40.719602 ], [ -73.839534, 40.719843 ], [ -73.837957, 40.720313 ], [ -73.838298, 40.720979 ], [ -73.837025, 40.721358 ], [ -73.835963, 40.721677 ], [ -73.835761, 40.721362 ], [ -73.835567, 40.721043 ], [ -73.83538, 40.720722 ], [ -73.835275, 40.720457 ], [ -73.835113, 40.719917 ], [ -73.835057, 40.719644 ], [ -73.835017, 40.719527 ], [ -73.834959, 40.719412 ], [ -73.834884, 40.719303 ], [ -73.834792, 40.719201 ], [ -73.834687, 40.719109 ], [ -73.834569, 40.719027 ], [ -73.833481, 40.718333 ], [ -73.832071, 40.717291 ], [ -73.830728, 40.71626 ], [ -73.829796, 40.715566 ], [ -73.830139, 40.715071 ], [ -73.831385, 40.714529 ], [ -73.832231, 40.71512 ], [ -73.833567, 40.716143 ], [ -73.834213, 40.716637 ], [ -73.834962, 40.717172 ], [ -73.835849, 40.717727 ], [ -73.836863, 40.718261 ], [ -73.837015, 40.718331 ], [ -73.837705, 40.718651 ], [ -73.837857, 40.718721 ], [ -73.83792, 40.71875 ], [ -73.838728, 40.719121 ], [ -73.839015, 40.719248 ], [ -73.839105, 40.719288 ], [ -73.839772, 40.719584 ], [ -73.839812, 40.719602 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081075702", "name": "Census Tract 757.02, Queens County, New York", "total_population_17": 4178, "white_alone_17": 2455.0, "black_alone_17": 35.0, "native_alone_17": 19.0, "asian_alone_17": 1149.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 356.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.333, "pct_black_alone_change": -1.252, "pct_native_alone_change": 0.333, "pct_asian_alone_change": 6.89, "pct_hispanic_or_latino_change": 0.394, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7243375", "INTPTLON": "-073.8401994" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.844277, 40.72763 ], [ -73.842058, 40.72829 ], [ -73.840327, 40.728807 ], [ -73.839854, 40.728178 ], [ -73.839445, 40.727537 ], [ -73.839064, 40.72688 ], [ -73.838715, 40.726221 ], [ -73.838362, 40.725562 ], [ -73.836682, 40.722645 ], [ -73.836524, 40.722371 ], [ -73.836038, 40.72177 ], [ -73.835963, 40.721677 ], [ -73.837025, 40.721358 ], [ -73.838298, 40.720979 ], [ -73.837957, 40.720313 ], [ -73.839534, 40.719843 ], [ -73.839812, 40.719602 ], [ -73.840748, 40.720019 ], [ -73.840852, 40.720065 ], [ -73.840529, 40.720324 ], [ -73.840858, 40.720984 ], [ -73.841199, 40.721649 ], [ -73.84154, 40.722314 ], [ -73.84188, 40.722979 ], [ -73.842225, 40.723642 ], [ -73.842567, 40.724308 ], [ -73.842909, 40.724971 ], [ -73.843252, 40.725637 ], [ -73.843594, 40.7263 ], [ -73.843934, 40.726965 ], [ -73.844277, 40.72763 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081076901", "name": "Census Tract 769.01, Queens County, New York", "total_population_17": 4132, "white_alone_17": 1944.0, "black_alone_17": 178.0, "native_alone_17": 0.0, "asian_alone_17": 1365.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 552.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.308, "pct_black_alone_change": 1.416, "pct_native_alone_change": -0.082, "pct_asian_alone_change": 14.874, "pct_hispanic_or_latino_change": 1.915, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7164575", "INTPTLON": "-073.8375688" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.841016, 40.717643 ], [ -73.840877, 40.717924 ], [ -73.840558, 40.718369 ], [ -73.839812, 40.719602 ], [ -73.839772, 40.719584 ], [ -73.839105, 40.719288 ], [ -73.839015, 40.719248 ], [ -73.838728, 40.719121 ], [ -73.83792, 40.71875 ], [ -73.837857, 40.718721 ], [ -73.837705, 40.718651 ], [ -73.837015, 40.718331 ], [ -73.836863, 40.718261 ], [ -73.835849, 40.717727 ], [ -73.834962, 40.717172 ], [ -73.836727, 40.71574 ], [ -73.836121, 40.715198 ], [ -73.835517, 40.714651 ], [ -73.834873, 40.714127 ], [ -73.834282, 40.713626 ], [ -73.833763, 40.71313 ], [ -73.833678, 40.713038 ], [ -73.833634, 40.712989 ], [ -73.834234, 40.712658 ], [ -73.835014, 40.712221 ], [ -73.834976, 40.71233 ], [ -73.834926, 40.712474 ], [ -73.835478, 40.712981 ], [ -73.836831, 40.714199 ], [ -73.837417, 40.714723 ], [ -73.838722, 40.715799 ], [ -73.839462, 40.716338 ], [ -73.839982, 40.716673 ], [ -73.840379, 40.716929 ], [ -73.841165, 40.717414 ], [ -73.841016, 40.717643 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081076902", "name": "Census Tract 769.02, Queens County, New York", "total_population_17": 1221, "white_alone_17": 600.0, "black_alone_17": 29.0, "native_alone_17": 0.0, "asian_alone_17": 352.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 240.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.497, "pct_black_alone_change": -0.136, "pct_native_alone_change": -0.124, "pct_asian_alone_change": 8.329, "pct_hispanic_or_latino_change": 5.884, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7150342", "INTPTLON": "-073.8340325" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.836727, 40.71574 ], [ -73.834962, 40.717172 ], [ -73.834213, 40.716637 ], [ -73.833567, 40.716143 ], [ -73.832231, 40.71512 ], [ -73.831385, 40.714529 ], [ -73.831311, 40.714474 ], [ -73.831069, 40.714354 ], [ -73.830982, 40.71431 ], [ -73.831096, 40.714281 ], [ -73.831217, 40.714228 ], [ -73.8313, 40.714195 ], [ -73.832395, 40.713631 ], [ -73.833147, 40.713232 ], [ -73.833277, 40.713167 ], [ -73.833634, 40.712989 ], [ -73.833678, 40.713038 ], [ -73.833763, 40.71313 ], [ -73.834282, 40.713626 ], [ -73.834873, 40.714127 ], [ -73.835517, 40.714651 ], [ -73.836121, 40.715198 ], [ -73.836727, 40.71574 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077300", "name": "Census Tract 773, Queens County, New York", "total_population_17": 2204, "white_alone_17": 1133.0, "black_alone_17": 64.0, "native_alone_17": 0.0, "asian_alone_17": 348.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 518.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.581, "pct_black_alone_change": -2.213, "pct_native_alone_change": -0.111, "pct_asian_alone_change": 3.145, "pct_hispanic_or_latino_change": 10.554, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7109133", "INTPTLON": "-073.8352803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.843016, 40.709176 ], [ -73.840692, 40.710153 ], [ -73.839732, 40.7104 ], [ -73.838058, 40.710921 ], [ -73.837709, 40.711036 ], [ -73.837368, 40.711167 ], [ -73.837037, 40.711312 ], [ -73.836716, 40.71147 ], [ -73.836409, 40.711642 ], [ -73.836115, 40.711825 ], [ -73.836027, 40.711749 ], [ -73.835977, 40.711706 ], [ -73.835014, 40.712221 ], [ -73.834234, 40.712658 ], [ -73.833634, 40.712989 ], [ -73.833277, 40.713167 ], [ -73.833147, 40.713232 ], [ -73.832395, 40.713631 ], [ -73.8313, 40.714195 ], [ -73.831217, 40.714228 ], [ -73.831096, 40.714281 ], [ -73.830982, 40.71431 ], [ -73.830868, 40.71427 ], [ -73.83073, 40.714217 ], [ -73.830082, 40.713914 ], [ -73.83038, 40.71362 ], [ -73.82981, 40.71304 ], [ -73.829314, 40.712423 ], [ -73.831372, 40.711109 ], [ -73.832041, 40.710678 ], [ -73.832626, 40.710333 ], [ -73.832723, 40.710373 ], [ -73.832826, 40.710404 ], [ -73.832932, 40.710427 ], [ -73.833041, 40.710442 ], [ -73.833258, 40.710384 ], [ -73.83347, 40.710313 ], [ -73.833674, 40.71023 ], [ -73.833868, 40.710134 ], [ -73.834051, 40.710028 ], [ -73.834812, 40.709643 ], [ -73.835169, 40.709451 ], [ -73.835742, 40.709144 ], [ -73.836312, 40.708837 ], [ -73.836491, 40.708717 ], [ -73.836747, 40.708498 ], [ -73.83694, 40.708286 ], [ -73.837021, 40.708171 ], [ -73.837147, 40.707957 ], [ -73.839011, 40.708555 ], [ -73.839751, 40.708698 ], [ -73.84091, 40.708876 ], [ -73.841445, 40.708957 ], [ -73.841577, 40.708978 ], [ -73.842204, 40.709079 ], [ -73.843016, 40.709176 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077500", "name": "Census Tract 775, Queens County, New York", "total_population_17": 2252, "white_alone_17": 1630.0, "black_alone_17": 58.0, "native_alone_17": 0.0, "asian_alone_17": 168.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 327.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 8.963, "pct_black_alone_change": -0.447, "pct_native_alone_change": -0.161, "pct_asian_alone_change": -6.762, "pct_hispanic_or_latino_change": -2.644, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7091018", "INTPTLON": "-073.8323371" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.837021, 40.708171 ], [ -73.83694, 40.708286 ], [ -73.836747, 40.708498 ], [ -73.836491, 40.708717 ], [ -73.836312, 40.708837 ], [ -73.835742, 40.709144 ], [ -73.835169, 40.709451 ], [ -73.834812, 40.709643 ], [ -73.834051, 40.710028 ], [ -73.833868, 40.710134 ], [ -73.833674, 40.71023 ], [ -73.83347, 40.710313 ], [ -73.833258, 40.710384 ], [ -73.833041, 40.710442 ], [ -73.832932, 40.710427 ], [ -73.832826, 40.710404 ], [ -73.832723, 40.710373 ], [ -73.832626, 40.710333 ], [ -73.832041, 40.710678 ], [ -73.831372, 40.711109 ], [ -73.829314, 40.712423 ], [ -73.82913, 40.712154 ], [ -73.828899, 40.711757 ], [ -73.828728, 40.711506 ], [ -73.82836, 40.711129 ], [ -73.828099, 40.710946 ], [ -73.827785, 40.71066 ], [ -73.827722, 40.710603 ], [ -73.828963, 40.709812 ], [ -73.829687, 40.709348 ], [ -73.830194, 40.709023 ], [ -73.830627, 40.708739 ], [ -73.830661, 40.708604 ], [ -73.830765, 40.70829 ], [ -73.830809, 40.708154 ], [ -73.830911, 40.707943 ], [ -73.830984, 40.707813 ], [ -73.831165, 40.707655 ], [ -73.831667, 40.707038 ], [ -73.831731, 40.706892 ], [ -73.831784, 40.706745 ], [ -73.831814, 40.706594 ], [ -73.831821, 40.70644 ], [ -73.831804, 40.706289 ], [ -73.831764, 40.706142 ], [ -73.83284, 40.706461 ], [ -73.834982, 40.707098 ], [ -73.835176, 40.707175 ], [ -73.835558, 40.707328 ], [ -73.836185, 40.707573 ], [ -73.837147, 40.707957 ], [ -73.837021, 40.708171 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077902", "name": "Census Tract 779.02, Queens County, New York", "total_population_17": 5235, "white_alone_17": 4434.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 545.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 164.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.61, "pct_black_alone_change": -2.273, "pct_native_alone_change": -0.111, "pct_asian_alone_change": 3.23, "pct_hispanic_or_latino_change": -2.657, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7252734", "INTPTLON": "-073.8248724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.831485, 40.727995 ], [ -73.83126, 40.727963 ], [ -73.831032, 40.727944 ], [ -73.830803, 40.727938 ], [ -73.830348, 40.727967 ], [ -73.8294, 40.728285 ], [ -73.828524, 40.728559 ], [ -73.827546, 40.728864 ], [ -73.825506, 40.729445 ], [ -73.824881, 40.729607 ], [ -73.823537, 40.729999 ], [ -73.823182, 40.729309 ], [ -73.822824, 40.72865 ], [ -73.822504, 40.727976 ], [ -73.822193, 40.727365 ], [ -73.821853, 40.726675 ], [ -73.821508, 40.725965 ], [ -73.821146, 40.725332 ], [ -73.820919, 40.724839 ], [ -73.820817, 40.724654 ], [ -73.820433, 40.723979 ], [ -73.820107, 40.723304 ], [ -73.819759, 40.722663 ], [ -73.819425, 40.721997 ], [ -73.820211, 40.72176 ], [ -73.820161, 40.721493 ], [ -73.821533, 40.721245 ], [ -73.823449, 40.720898 ], [ -73.823839, 40.720828 ], [ -73.825859, 40.720463 ], [ -73.826726, 40.723082 ], [ -73.827023, 40.723946 ], [ -73.827067, 40.724126 ], [ -73.827129, 40.724304 ], [ -73.82721, 40.724478 ], [ -73.827309, 40.724646 ], [ -73.827428, 40.724812 ], [ -73.827555, 40.724961 ], [ -73.827753, 40.72513 ], [ -73.827895, 40.72523 ], [ -73.828021, 40.725308 ], [ -73.828208, 40.725407 ], [ -73.828367, 40.725478 ], [ -73.828582, 40.725557 ], [ -73.828895, 40.725642 ], [ -73.829101, 40.72568 ], [ -73.829333, 40.725734 ], [ -73.829601, 40.725818 ], [ -73.829745, 40.725874 ], [ -73.829951, 40.725968 ], [ -73.830085, 40.726039 ], [ -73.830255, 40.726143 ], [ -73.830383, 40.726233 ], [ -73.830567, 40.726384 ], [ -73.830748, 40.726566 ], [ -73.830865, 40.72671 ], [ -73.831468, 40.727664 ], [ -73.8317, 40.728034 ], [ -73.831485, 40.727995 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077903", "name": "Census Tract 779.03, Queens County, New York", "total_population_17": 3361, "white_alone_17": 1766.0, "black_alone_17": 118.0, "native_alone_17": 0.0, "asian_alone_17": 612.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 664.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 9.994, "pct_black_alone_change": -4.285, "pct_native_alone_change": -0.52, "pct_asian_alone_change": 0.711, "pct_hispanic_or_latino_change": -10.251, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7192243", "INTPTLON": "-073.8216022" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825859, 40.720463 ], [ -73.823839, 40.720828 ], [ -73.823449, 40.720898 ], [ -73.821533, 40.721245 ], [ -73.820161, 40.721493 ], [ -73.820211, 40.72176 ], [ -73.819425, 40.721997 ], [ -73.819088, 40.721331 ], [ -73.81873, 40.720669 ], [ -73.818401, 40.720002 ], [ -73.818073, 40.719333 ], [ -73.817723, 40.718671 ], [ -73.817186, 40.717662 ], [ -73.81798, 40.717499 ], [ -73.818892, 40.717326 ], [ -73.819133, 40.717272 ], [ -73.819295, 40.717272 ], [ -73.819523, 40.71734 ], [ -73.820854, 40.717334 ], [ -73.821705, 40.71736 ], [ -73.822303, 40.717396 ], [ -73.822652, 40.717482 ], [ -73.822944, 40.717497 ], [ -73.823726, 40.717481 ], [ -73.824465, 40.717415 ], [ -73.824881, 40.717365 ], [ -73.82532, 40.717339 ], [ -73.825419, 40.717396 ], [ -73.82546, 40.718 ], [ -73.825487, 40.718691 ], [ -73.825473, 40.718948 ], [ -73.825482, 40.719206 ], [ -73.825514, 40.719465 ], [ -73.825568, 40.719721 ], [ -73.825644, 40.719974 ], [ -73.825741, 40.720222 ], [ -73.825859, 40.720463 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077904", "name": "Census Tract 779.04, Queens County, New York", "total_population_17": 6121, "white_alone_17": 3736.0, "black_alone_17": 160.0, "native_alone_17": 59.0, "asian_alone_17": 1302.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 712.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.614, "pct_black_alone_change": -3.923, "pct_native_alone_change": 0.425, "pct_asian_alone_change": -7.049, "pct_hispanic_or_latino_change": -3.075, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.7209651", "INTPTLON": "-073.8141647" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.819316, 40.722029 ], [ -73.817389, 40.722602 ], [ -73.816781, 40.722784 ], [ -73.81512, 40.72328 ], [ -73.812871, 40.723948 ], [ -73.812529, 40.723283 ], [ -73.811421, 40.723613 ], [ -73.810399, 40.723724 ], [ -73.810131, 40.723032 ], [ -73.809854, 40.722343 ], [ -73.809646, 40.721789 ], [ -73.809594, 40.721649 ], [ -73.809342, 40.720957 ], [ -73.80904, 40.719912 ], [ -73.809786, 40.719722 ], [ -73.810578, 40.71949 ], [ -73.811448, 40.719248 ], [ -73.812118, 40.719062 ], [ -73.8123, 40.719011 ], [ -73.81285, 40.718859 ], [ -73.813768, 40.718607 ], [ -73.815155, 40.718257 ], [ -73.816191, 40.717971 ], [ -73.817066, 40.717717 ], [ -73.817186, 40.717662 ], [ -73.817723, 40.718671 ], [ -73.818073, 40.719333 ], [ -73.818401, 40.720002 ], [ -73.81873, 40.720669 ], [ -73.819088, 40.721331 ], [ -73.819425, 40.721997 ], [ -73.819316, 40.722029 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077905", "name": "Census Tract 779.05, Queens County, New York", "total_population_17": 2692, "white_alone_17": 1004.0, "black_alone_17": 294.0, "native_alone_17": 0.0, "asian_alone_17": 569.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 801.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.694, "pct_black_alone_change": -7.699, "pct_native_alone_change": -0.323, "pct_asian_alone_change": -0.909, "pct_hispanic_or_latino_change": 14.442, "pct_native_hawaiian_pacific_islander_change": -0.092, "INTPTLAT": "+40.7173272", "INTPTLON": "-073.8129626" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.820054, 40.71681 ], [ -73.819305, 40.717136 ], [ -73.818872, 40.717259 ], [ -73.81798, 40.717499 ], [ -73.817186, 40.717662 ], [ -73.817066, 40.717717 ], [ -73.816191, 40.717971 ], [ -73.815155, 40.718257 ], [ -73.813768, 40.718607 ], [ -73.81285, 40.718859 ], [ -73.8123, 40.719011 ], [ -73.812118, 40.719062 ], [ -73.811448, 40.719248 ], [ -73.810578, 40.71949 ], [ -73.809786, 40.719722 ], [ -73.80904, 40.719912 ], [ -73.808605, 40.718415 ], [ -73.808235, 40.717238 ], [ -73.808099, 40.716802 ], [ -73.807844, 40.716 ], [ -73.807822, 40.715911 ], [ -73.808859, 40.715922 ], [ -73.812922, 40.715957 ], [ -73.813648, 40.715945 ], [ -73.816293, 40.715887 ], [ -73.816442, 40.715785 ], [ -73.816895, 40.71579 ], [ -73.81718, 40.71579 ], [ -73.817408, 40.715804 ], [ -73.817619, 40.715821 ], [ -73.817817, 40.715843 ], [ -73.817984, 40.715878 ], [ -73.818212, 40.715931 ], [ -73.818467, 40.716001 ], [ -73.818761, 40.716115 ], [ -73.818888, 40.716175 ], [ -73.820323, 40.71666 ], [ -73.820054, 40.71681 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077906", "name": "Census Tract 779.06, Queens County, New York", "total_population_17": 3653, "white_alone_17": 1978.0, "black_alone_17": 97.0, "native_alone_17": 0.0, "asian_alone_17": 1116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 392.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.603, "pct_black_alone_change": -8.666, "pct_native_alone_change": -0.247, "pct_asian_alone_change": 14.0, "pct_hispanic_or_latino_change": -4.997, "pct_native_hawaiian_pacific_islander_change": -0.051, "INTPTLAT": "+40.7293975", "INTPTLON": "-073.8187620" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.823418, 40.730034 ], [ -73.8215, 40.730604 ], [ -73.819249, 40.731277 ], [ -73.817528, 40.731779 ], [ -73.817117, 40.731866 ], [ -73.816698, 40.731936 ], [ -73.816274, 40.731989 ], [ -73.815917, 40.732018 ], [ -73.815847, 40.732024 ], [ -73.815418, 40.73204 ], [ -73.814916, 40.732038 ], [ -73.815021, 40.730466 ], [ -73.815045, 40.730399 ], [ -73.815146, 40.729686 ], [ -73.815231, 40.728794 ], [ -73.815177, 40.728667 ], [ -73.8151, 40.728544 ], [ -73.814992, 40.72842 ], [ -73.814882, 40.728322 ], [ -73.814746, 40.72823 ], [ -73.814597, 40.728154 ], [ -73.81444, 40.728094 ], [ -73.814929, 40.727947 ], [ -73.815389, 40.727808 ], [ -73.817171, 40.72727 ], [ -73.817492, 40.727879 ], [ -73.817831, 40.727809 ], [ -73.81978, 40.727256 ], [ -73.821208, 40.726838 ], [ -73.821721, 40.726708 ], [ -73.821853, 40.726675 ], [ -73.822193, 40.727365 ], [ -73.822504, 40.727976 ], [ -73.822824, 40.72865 ], [ -73.823182, 40.729309 ], [ -73.823537, 40.729999 ], [ -73.823418, 40.730034 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077907", "name": "Census Tract 779.07, Queens County, New York", "total_population_17": 3137, "white_alone_17": 2354.0, "black_alone_17": 74.0, "native_alone_17": 60.0, "asian_alone_17": 116.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 473.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 24.496, "pct_black_alone_change": -8.962, "pct_native_alone_change": 1.666, "pct_asian_alone_change": -12.852, "pct_hispanic_or_latino_change": -0.65, "pct_native_hawaiian_pacific_islander_change": -0.051, "INTPTLAT": "+40.7249623", "INTPTLON": "-073.8184802" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.821721, 40.726708 ], [ -73.821208, 40.726838 ], [ -73.81978, 40.727256 ], [ -73.817831, 40.727809 ], [ -73.817492, 40.727879 ], [ -73.817171, 40.72727 ], [ -73.816831, 40.726596 ], [ -73.81649, 40.725935 ], [ -73.816146, 40.725271 ], [ -73.815807, 40.724606 ], [ -73.815469, 40.72394 ], [ -73.81512, 40.72328 ], [ -73.816781, 40.722784 ], [ -73.817389, 40.722602 ], [ -73.819316, 40.722029 ], [ -73.819425, 40.721997 ], [ -73.819759, 40.722663 ], [ -73.820107, 40.723304 ], [ -73.820433, 40.723979 ], [ -73.820817, 40.724654 ], [ -73.820919, 40.724839 ], [ -73.821146, 40.725332 ], [ -73.821508, 40.725965 ], [ -73.821853, 40.726675 ], [ -73.821721, 40.726708 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081077908", "name": "Census Tract 779.08, Queens County, New York", "total_population_17": 4084, "white_alone_17": 1115.0, "black_alone_17": 965.0, "native_alone_17": 0.0, "asian_alone_17": 952.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 575.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.242, "pct_black_alone_change": 12.308, "pct_native_alone_change": -0.247, "pct_asian_alone_change": 6.76, "pct_hispanic_or_latino_change": -1.649, "pct_native_hawaiian_pacific_islander_change": -0.051, "INTPTLAT": "+40.7256168", "INTPTLON": "-073.8136929" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.817171, 40.72727 ], [ -73.815389, 40.727808 ], [ -73.814929, 40.727947 ], [ -73.81444, 40.728094 ], [ -73.81429, 40.728021 ], [ -73.813942, 40.727852 ], [ -73.812468, 40.727133 ], [ -73.811516, 40.726658 ], [ -73.810744, 40.726265 ], [ -73.810686, 40.725801 ], [ -73.810691, 40.725116 ], [ -73.810626, 40.72442 ], [ -73.810399, 40.723724 ], [ -73.811421, 40.723613 ], [ -73.812529, 40.723283 ], [ -73.812871, 40.723948 ], [ -73.81512, 40.72328 ], [ -73.815469, 40.72394 ], [ -73.815807, 40.724606 ], [ -73.816146, 40.725271 ], [ -73.81649, 40.725935 ], [ -73.816831, 40.726596 ], [ -73.817171, 40.72727 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081078800", "name": "Census Tract 788, Queens County, New York", "total_population_17": 1889, "white_alone_17": 53.0, "black_alone_17": 1229.0, "native_alone_17": 0.0, "asian_alone_17": 207.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 198.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.291, "pct_black_alone_change": -23.713, "pct_native_alone_change": -0.573, "pct_asian_alone_change": 9.24, "pct_hispanic_or_latino_change": 2.922, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6703310", "INTPTLON": "-073.7903645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.792084, 40.671815 ], [ -73.791652, 40.67349 ], [ -73.791498, 40.673477 ], [ -73.790798, 40.673419 ], [ -73.790474, 40.673391 ], [ -73.790297, 40.673363 ], [ -73.789886, 40.673298 ], [ -73.789017, 40.673158 ], [ -73.788085, 40.67301 ], [ -73.788476, 40.671327 ], [ -73.788831, 40.669823 ], [ -73.789158, 40.668338 ], [ -73.78941, 40.666841 ], [ -73.790395, 40.666888 ], [ -73.79047, 40.666895 ], [ -73.791299, 40.66697 ], [ -73.792174, 40.66704 ], [ -73.791882, 40.668638 ], [ -73.79155, 40.670207 ], [ -73.792438, 40.670328 ], [ -73.792084, 40.671815 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081079000", "name": "Census Tract 790, Queens County, New York", "total_population_17": 2884, "white_alone_17": 20.0, "black_alone_17": 1713.0, "native_alone_17": 23.0, "asian_alone_17": 321.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 470.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.033, "pct_black_alone_change": -31.281, "pct_native_alone_change": 0.717, "pct_asian_alone_change": 9.677, "pct_hispanic_or_latino_change": 10.768, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6724831", "INTPTLON": "-073.7966161" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.801593, 40.674376 ], [ -73.801216, 40.674344 ], [ -73.800632, 40.674307 ], [ -73.799879, 40.674224 ], [ -73.79893, 40.67414 ], [ -73.798365, 40.674087 ], [ -73.797922, 40.67405 ], [ -73.795705, 40.67385 ], [ -73.794726, 40.673761 ], [ -73.793752, 40.673675 ], [ -73.792614, 40.673572 ], [ -73.791652, 40.67349 ], [ -73.792084, 40.671815 ], [ -73.792438, 40.670328 ], [ -73.793325, 40.670451 ], [ -73.794227, 40.670576 ], [ -73.795133, 40.670701 ], [ -73.796005, 40.670848 ], [ -73.796719, 40.671182 ], [ -73.798218, 40.671327 ], [ -73.79856, 40.67139 ], [ -73.798741, 40.671424 ], [ -73.798966, 40.671419 ], [ -73.799413, 40.671408 ], [ -73.800647, 40.671325 ], [ -73.800861, 40.671301 ], [ -73.80103, 40.671284 ], [ -73.801255, 40.67126 ], [ -73.801241, 40.671487 ], [ -73.801248, 40.671793 ], [ -73.801254, 40.671889 ], [ -73.801277, 40.672206 ], [ -73.801393, 40.673117 ], [ -73.801443, 40.673337 ], [ -73.801556, 40.673761 ], [ -73.801793, 40.674394 ], [ -73.801593, 40.674376 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081079200", "name": "Census Tract 792, Queens County, New York", "total_population_17": 2881, "white_alone_17": 6.0, "black_alone_17": 1482.0, "native_alone_17": 0.0, "asian_alone_17": 588.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 282.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -0.257, "pct_black_alone_change": -37.439, "pct_native_alone_change": -0.042, "pct_asian_alone_change": 19.184, "pct_hispanic_or_latino_change": 1.585, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6689234", "INTPTLON": "-073.7969557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.801552, 40.667297 ], [ -73.801286, 40.668468 ], [ -73.801221, 40.669108 ], [ -73.801255, 40.67126 ], [ -73.80103, 40.671284 ], [ -73.800861, 40.671301 ], [ -73.800647, 40.671325 ], [ -73.799413, 40.671408 ], [ -73.798966, 40.671419 ], [ -73.798741, 40.671424 ], [ -73.79856, 40.67139 ], [ -73.798218, 40.671327 ], [ -73.796719, 40.671182 ], [ -73.796005, 40.670848 ], [ -73.795133, 40.670701 ], [ -73.794227, 40.670576 ], [ -73.793325, 40.670451 ], [ -73.792438, 40.670328 ], [ -73.79155, 40.670207 ], [ -73.791882, 40.668638 ], [ -73.792174, 40.66704 ], [ -73.793062, 40.667087 ], [ -73.79323, 40.667074 ], [ -73.793934, 40.667001 ], [ -73.79615, 40.666951 ], [ -73.797111, 40.666946 ], [ -73.797395, 40.66694 ], [ -73.798092, 40.666706 ], [ -73.798658, 40.666611 ], [ -73.798896, 40.666563 ], [ -73.799083, 40.666546 ], [ -73.799236, 40.666545 ], [ -73.799466, 40.66655 ], [ -73.799876, 40.66659 ], [ -73.800178, 40.66666 ], [ -73.800297, 40.666681 ], [ -73.800491, 40.666704 ], [ -73.800728, 40.666728 ], [ -73.801396, 40.666754 ], [ -73.801466, 40.666755 ], [ -73.80166, 40.666756 ], [ -73.801552, 40.667297 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081079300", "name": "Census Tract 793, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7363897", "INTPTLON": "-073.8314913" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.83711, 40.741514 ], [ -73.837104, 40.741631 ], [ -73.837089, 40.741748 ], [ -73.837065, 40.741865 ], [ -73.837033, 40.74198 ], [ -73.836993, 40.742093 ], [ -73.836833, 40.742172 ], [ -73.836682, 40.742266 ], [ -73.836546, 40.742377 ], [ -73.836426, 40.742501 ], [ -73.83614, 40.742431 ], [ -73.835861, 40.743228 ], [ -73.833826, 40.742762 ], [ -73.833015, 40.742601 ], [ -73.832265, 40.742496 ], [ -73.832071, 40.742451 ], [ -73.831131, 40.742338 ], [ -73.831173, 40.741638 ], [ -73.83122, 40.740953 ], [ -73.831268, 40.740262 ], [ -73.831301, 40.739561 ], [ -73.830536, 40.73752 ], [ -73.829468, 40.737025 ], [ -73.828092, 40.737083 ], [ -73.828053, 40.738556 ], [ -73.827776, 40.738508 ], [ -73.827557, 40.738491 ], [ -73.827396, 40.73849 ], [ -73.827167, 40.738505 ], [ -73.827014, 40.738526 ], [ -73.826841, 40.738561 ], [ -73.826559, 40.738646 ], [ -73.82643, 40.738698 ], [ -73.826278, 40.738771 ], [ -73.826137, 40.738853 ], [ -73.826022, 40.738931 ], [ -73.825861, 40.739064 ], [ -73.825736, 40.739193 ], [ -73.825636, 40.73932 ], [ -73.825583, 40.739402 ], [ -73.824988, 40.739377 ], [ -73.825496, 40.734046 ], [ -73.825665, 40.73228 ], [ -73.827425, 40.73193 ], [ -73.829264, 40.731564 ], [ -73.833863, 40.730553 ], [ -73.834148, 40.731844 ], [ -73.834657, 40.731984 ], [ -73.83515, 40.732918 ], [ -73.83536, 40.732898 ], [ -73.835484, 40.733136 ], [ -73.835807, 40.733755 ], [ -73.835848, 40.733834 ], [ -73.835927, 40.734004 ], [ -73.836048, 40.734266 ], [ -73.836081, 40.734334 ], [ -73.836038, 40.736093 ], [ -73.83618, 40.736882 ], [ -73.835747, 40.736991 ], [ -73.835613, 40.737476 ], [ -73.835805, 40.7389 ], [ -73.836044, 40.739173 ], [ -73.836465, 40.739086 ], [ -73.836628, 40.739252 ], [ -73.836793, 40.739902 ], [ -73.836718, 40.740952 ], [ -73.837107, 40.741396 ], [ -73.83711, 40.741514 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081079701", "name": "Census Tract 797.01, Queens County, New York", "total_population_17": 7132, "white_alone_17": 451.0, "black_alone_17": 299.0, "native_alone_17": 0.0, "asian_alone_17": 5621.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 549.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.312, "pct_black_alone_change": -1.192, "pct_native_alone_change": -0.538, "pct_asian_alone_change": 12.414, "pct_hispanic_or_latino_change": -6.006, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7533454", "INTPTLON": "-073.8247560" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827144, 40.75451 ], [ -73.825732, 40.755079 ], [ -73.824718, 40.755488 ], [ -73.823979, 40.754868 ], [ -73.823661, 40.754601 ], [ -73.823396, 40.754377 ], [ -73.823343, 40.754333 ], [ -73.822909, 40.753968 ], [ -73.822803, 40.75388 ], [ -73.821925, 40.753167 ], [ -73.822693, 40.752729 ], [ -73.822943, 40.752585 ], [ -73.823024, 40.75254 ], [ -73.824233, 40.751855 ], [ -73.824923, 40.75144 ], [ -73.825697, 40.750998 ], [ -73.826362, 40.751859 ], [ -73.826887, 40.75249 ], [ -73.82629, 40.752712 ], [ -73.825508, 40.753 ], [ -73.825758, 40.753231 ], [ -73.826082, 40.753529 ], [ -73.827144, 40.75451 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081079702", "name": "Census Tract 797.02, Queens County, New York", "total_population_17": 4877, "white_alone_17": 274.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 3976.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 479.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.018, "pct_black_alone_change": -5.015, "pct_native_alone_change": -0.538, "pct_asian_alone_change": 15.126, "pct_hispanic_or_latino_change": -3.882, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7513617", "INTPTLON": "-073.8293898" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.833011, 40.748125 ], [ -73.832925, 40.748375 ], [ -73.832726, 40.749306 ], [ -73.832181, 40.751506 ], [ -73.832183, 40.75162 ], [ -73.832203, 40.751733 ], [ -73.832241, 40.75184 ], [ -73.832295, 40.751942 ], [ -73.832391, 40.752317 ], [ -73.832601, 40.753007 ], [ -73.830138, 40.753915 ], [ -73.829867, 40.753495 ], [ -73.827825, 40.754251 ], [ -73.827144, 40.75451 ], [ -73.826082, 40.753529 ], [ -73.825758, 40.753231 ], [ -73.825508, 40.753 ], [ -73.82629, 40.752712 ], [ -73.826887, 40.75249 ], [ -73.826362, 40.751859 ], [ -73.825697, 40.750998 ], [ -73.825844, 40.749348 ], [ -73.826737, 40.749677 ], [ -73.827239, 40.74986 ], [ -73.827378, 40.749874 ], [ -73.827518, 40.749875 ], [ -73.827656, 40.749861 ], [ -73.827867, 40.749811 ], [ -73.828073, 40.74975 ], [ -73.828273, 40.749679 ], [ -73.828467, 40.749597 ], [ -73.828651, 40.749505 ], [ -73.828829, 40.749407 ], [ -73.829022, 40.749324 ], [ -73.829225, 40.749256 ], [ -73.829436, 40.749205 ], [ -73.829652, 40.749172 ], [ -73.830609, 40.749026 ], [ -73.830819, 40.748996 ], [ -73.830841, 40.748988 ], [ -73.83092, 40.748962 ], [ -73.831012, 40.748916 ], [ -73.831092, 40.748861 ], [ -73.831159, 40.748798 ], [ -73.831218, 40.74869 ], [ -73.831261, 40.748576 ], [ -73.831286, 40.748459 ], [ -73.831294, 40.748339 ], [ -73.831283, 40.748221 ], [ -73.831255, 40.748106 ], [ -73.833003, 40.747834 ], [ -73.833099, 40.747994 ], [ -73.833011, 40.748125 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081079900", "name": "Census Tract 799, Queens County, New York", "total_population_17": 3229, "white_alone_17": 389.0, "black_alone_17": 0.0, "native_alone_17": 30.0, "asian_alone_17": 2119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 639.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.589, "pct_black_alone_change": -1.533, "pct_native_alone_change": 0.71, "pct_asian_alone_change": 16.281, "pct_hispanic_or_latino_change": 5.646, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7469887", "INTPTLON": "-073.8273758" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.831305, 40.745829 ], [ -73.831184, 40.746538 ], [ -73.831062, 40.747246 ], [ -73.83093, 40.748099 ], [ -73.830742, 40.748071 ], [ -73.830609, 40.749026 ], [ -73.829652, 40.749172 ], [ -73.829436, 40.749205 ], [ -73.829225, 40.749256 ], [ -73.829022, 40.749324 ], [ -73.828829, 40.749407 ], [ -73.828651, 40.749505 ], [ -73.828467, 40.749597 ], [ -73.828273, 40.749679 ], [ -73.828073, 40.74975 ], [ -73.827867, 40.749811 ], [ -73.827656, 40.749861 ], [ -73.827518, 40.749875 ], [ -73.827378, 40.749874 ], [ -73.827239, 40.74986 ], [ -73.826737, 40.749677 ], [ -73.825844, 40.749348 ], [ -73.825986, 40.748311 ], [ -73.824198, 40.747905 ], [ -73.823994, 40.747856 ], [ -73.823795, 40.747793 ], [ -73.823605, 40.747717 ], [ -73.823424, 40.747628 ], [ -73.823256, 40.747528 ], [ -73.82334, 40.746652 ], [ -73.823407, 40.745838 ], [ -73.823843, 40.745097 ], [ -73.824262, 40.744421 ], [ -73.825806, 40.744578 ], [ -73.827414, 40.744735 ], [ -73.827294, 40.745436 ], [ -73.829301, 40.745633 ], [ -73.829418, 40.744932 ], [ -73.831422, 40.745127 ], [ -73.831305, 40.745829 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081080301", "name": "Census Tract 803.01, Queens County, New York", "total_population_17": 4604, "white_alone_17": 813.0, "black_alone_17": 78.0, "native_alone_17": 11.0, "asian_alone_17": 2631.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 994.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.132, "pct_black_alone_change": 0.949, "pct_native_alone_change": -0.095, "pct_asian_alone_change": 9.575, "pct_hispanic_or_latino_change": 3.111, "pct_native_hawaiian_pacific_islander_change": -0.154, "INTPTLAT": "+40.7447917", "INTPTLON": "-073.8308720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.835951, 40.743731 ], [ -73.83585, 40.744176 ], [ -73.835816, 40.744307 ], [ -73.835676, 40.744851 ], [ -73.835549, 40.745147 ], [ -73.835503, 40.745328 ], [ -73.835399, 40.74552 ], [ -73.835, 40.746197 ], [ -73.834629, 40.746896 ], [ -73.834534, 40.747027 ], [ -73.834456, 40.747114 ], [ -73.834324, 40.747237 ], [ -73.83424, 40.747302 ], [ -73.834114, 40.747386 ], [ -73.833834, 40.747537 ], [ -73.833713, 40.747594 ], [ -73.833435, 40.747705 ], [ -73.833267, 40.747761 ], [ -73.833003, 40.747834 ], [ -73.831255, 40.748106 ], [ -73.831283, 40.748221 ], [ -73.831294, 40.748339 ], [ -73.831286, 40.748459 ], [ -73.831261, 40.748576 ], [ -73.831218, 40.74869 ], [ -73.831159, 40.748798 ], [ -73.831092, 40.748861 ], [ -73.831012, 40.748916 ], [ -73.83092, 40.748962 ], [ -73.830841, 40.748988 ], [ -73.830819, 40.748996 ], [ -73.830609, 40.749026 ], [ -73.830742, 40.748071 ], [ -73.83093, 40.748099 ], [ -73.831062, 40.747246 ], [ -73.831184, 40.746538 ], [ -73.831305, 40.745829 ], [ -73.831422, 40.745127 ], [ -73.829418, 40.744932 ], [ -73.829301, 40.745633 ], [ -73.827294, 40.745436 ], [ -73.827414, 40.744735 ], [ -73.825806, 40.744578 ], [ -73.824262, 40.744421 ], [ -73.824623, 40.743762 ], [ -73.82498, 40.743106 ], [ -73.825032, 40.742983 ], [ -73.825234, 40.742529 ], [ -73.825383, 40.742295 ], [ -73.825834, 40.742407 ], [ -73.826246, 40.742497 ], [ -73.826455, 40.742536 ], [ -73.826663, 40.742576 ], [ -73.827083, 40.742642 ], [ -73.827775, 40.742713 ], [ -73.828321, 40.742769 ], [ -73.828468, 40.742784 ], [ -73.829917, 40.742936 ], [ -73.830311, 40.742972 ], [ -73.831053, 40.743045 ], [ -73.832863, 40.743228 ], [ -73.83376, 40.743313 ], [ -73.833945, 40.743331 ], [ -73.834929, 40.743428 ], [ -73.835821, 40.743493 ], [ -73.835925, 40.743501 ], [ -73.835951, 40.743731 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081080302", "name": "Census Tract 803.02, Queens County, New York", "total_population_17": 3475, "white_alone_17": 656.0, "black_alone_17": 38.0, "native_alone_17": 0.0, "asian_alone_17": 2199.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 582.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.566, "pct_black_alone_change": -0.036, "pct_native_alone_change": -0.126, "pct_asian_alone_change": 26.181, "pct_hispanic_or_latino_change": 0.772, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7403637", "INTPTLON": "-073.8262189" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.835925, 40.743501 ], [ -73.835821, 40.743493 ], [ -73.834929, 40.743428 ], [ -73.833945, 40.743331 ], [ -73.83376, 40.743313 ], [ -73.832863, 40.743228 ], [ -73.831053, 40.743045 ], [ -73.830311, 40.742972 ], [ -73.829917, 40.742936 ], [ -73.828468, 40.742784 ], [ -73.828321, 40.742769 ], [ -73.827775, 40.742713 ], [ -73.827083, 40.742642 ], [ -73.826663, 40.742576 ], [ -73.826455, 40.742536 ], [ -73.826246, 40.742497 ], [ -73.825834, 40.742407 ], [ -73.825383, 40.742295 ], [ -73.825198, 40.742249 ], [ -73.824443, 40.742002 ], [ -73.823545, 40.74171 ], [ -73.822988, 40.741523 ], [ -73.821201, 40.740921 ], [ -73.820986, 40.74085 ], [ -73.81951, 40.74036 ], [ -73.819055, 40.740205 ], [ -73.818604, 40.740051 ], [ -73.817745, 40.739763 ], [ -73.817134, 40.739551 ], [ -73.816623, 40.739398 ], [ -73.815922, 40.739184 ], [ -73.815057, 40.738987 ], [ -73.815037, 40.738888 ], [ -73.814968, 40.73855 ], [ -73.815186, 40.738571 ], [ -73.816077, 40.738858 ], [ -73.816331, 40.738446 ], [ -73.816474, 40.738409 ], [ -73.816625, 40.738386 ], [ -73.81678, 40.73838 ], [ -73.816933, 40.73839 ], [ -73.817081, 40.738415 ], [ -73.81838, 40.738594 ], [ -73.820064, 40.738828 ], [ -73.820897, 40.739002 ], [ -73.821778, 40.739194 ], [ -73.822668, 40.739385 ], [ -73.823559, 40.739579 ], [ -73.824504, 40.739788 ], [ -73.824621, 40.739814 ], [ -73.824682, 40.739827 ], [ -73.824812, 40.739631 ], [ -73.824988, 40.739377 ], [ -73.825583, 40.739402 ], [ -73.825636, 40.73932 ], [ -73.825736, 40.739193 ], [ -73.825861, 40.739064 ], [ -73.826022, 40.738931 ], [ -73.826137, 40.738853 ], [ -73.826278, 40.738771 ], [ -73.82643, 40.738698 ], [ -73.826559, 40.738646 ], [ -73.826841, 40.738561 ], [ -73.827014, 40.738526 ], [ -73.827167, 40.738505 ], [ -73.827396, 40.73849 ], [ -73.827557, 40.738491 ], [ -73.827776, 40.738508 ], [ -73.828053, 40.738556 ], [ -73.828092, 40.737083 ], [ -73.829468, 40.737025 ], [ -73.830536, 40.73752 ], [ -73.831301, 40.739561 ], [ -73.831268, 40.740262 ], [ -73.83122, 40.740953 ], [ -73.831173, 40.741638 ], [ -73.831131, 40.742338 ], [ -73.832071, 40.742451 ], [ -73.832265, 40.742496 ], [ -73.833015, 40.742601 ], [ -73.833826, 40.742762 ], [ -73.835861, 40.743228 ], [ -73.835896, 40.743381 ], [ -73.835925, 40.743501 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081080900", "name": "Census Tract 809, Queens County, New York", "total_population_17": 7281, "white_alone_17": 2954.0, "black_alone_17": 441.0, "native_alone_17": 0.0, "asian_alone_17": 2340.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1535.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.716, "pct_black_alone_change": -3.442, "pct_native_alone_change": -0.109, "pct_asian_alone_change": 17.25, "pct_hispanic_or_latino_change": 9.443, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.7338814", "INTPTLON": "-073.8223557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.833863, 40.730553 ], [ -73.829264, 40.731564 ], [ -73.827425, 40.73193 ], [ -73.825665, 40.73228 ], [ -73.825496, 40.734046 ], [ -73.824988, 40.739377 ], [ -73.824812, 40.739631 ], [ -73.824682, 40.739827 ], [ -73.824621, 40.739814 ], [ -73.824504, 40.739788 ], [ -73.823559, 40.739579 ], [ -73.822668, 40.739385 ], [ -73.821778, 40.739194 ], [ -73.820897, 40.739002 ], [ -73.820064, 40.738828 ], [ -73.81838, 40.738594 ], [ -73.817081, 40.738415 ], [ -73.816933, 40.73839 ], [ -73.81678, 40.73838 ], [ -73.816625, 40.738386 ], [ -73.816474, 40.738409 ], [ -73.816331, 40.738446 ], [ -73.816077, 40.738858 ], [ -73.815186, 40.738571 ], [ -73.814968, 40.73855 ], [ -73.814843, 40.737929 ], [ -73.814769, 40.737548 ], [ -73.814694, 40.737154 ], [ -73.814742, 40.73562 ], [ -73.814769, 40.734764 ], [ -73.814773, 40.734638 ], [ -73.814775, 40.734582 ], [ -73.8148, 40.733783 ], [ -73.814916, 40.732038 ], [ -73.815418, 40.73204 ], [ -73.815847, 40.732024 ], [ -73.815917, 40.732018 ], [ -73.816274, 40.731989 ], [ -73.816698, 40.731936 ], [ -73.817117, 40.731866 ], [ -73.817528, 40.731779 ], [ -73.819249, 40.731277 ], [ -73.8215, 40.730604 ], [ -73.823418, 40.730034 ], [ -73.823537, 40.729999 ], [ -73.824881, 40.729607 ], [ -73.825506, 40.729445 ], [ -73.827546, 40.728864 ], [ -73.828524, 40.728559 ], [ -73.8294, 40.728285 ], [ -73.830348, 40.727967 ], [ -73.830803, 40.727938 ], [ -73.831032, 40.727944 ], [ -73.83126, 40.727963 ], [ -73.831485, 40.727995 ], [ -73.8317, 40.728034 ], [ -73.831982, 40.72833 ], [ -73.832241, 40.728631 ], [ -73.83248, 40.728941 ], [ -73.832699, 40.72926 ], [ -73.832896, 40.729586 ], [ -73.833071, 40.729919 ], [ -73.833863, 40.730553 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081081400", "name": "Census Tract 814, Queens County, New York", "total_population_17": 4155, "white_alone_17": 65.0, "black_alone_17": 1731.0, "native_alone_17": 0.0, "asian_alone_17": 1030.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 792.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.166, "pct_black_alone_change": -34.698, "pct_native_alone_change": -0.796, "pct_asian_alone_change": 19.407, "pct_hispanic_or_latino_change": 5.415, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6707019", "INTPTLON": "-073.8039344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.806789, 40.669244 ], [ -73.806453, 40.670729 ], [ -73.806406, 40.670995 ], [ -73.806369, 40.671521 ], [ -73.806365, 40.671777 ], [ -73.806365, 40.672222 ], [ -73.806384, 40.674683 ], [ -73.806197, 40.674784 ], [ -73.8054, 40.674711 ], [ -73.804512, 40.674632 ], [ -73.804283, 40.674621 ], [ -73.803597, 40.674551 ], [ -73.803204, 40.674521 ], [ -73.80269, 40.674471 ], [ -73.802081, 40.674419 ], [ -73.801793, 40.674394 ], [ -73.801556, 40.673761 ], [ -73.801443, 40.673337 ], [ -73.801393, 40.673117 ], [ -73.801277, 40.672206 ], [ -73.801254, 40.671889 ], [ -73.801248, 40.671793 ], [ -73.801241, 40.671487 ], [ -73.801255, 40.67126 ], [ -73.801221, 40.669108 ], [ -73.801286, 40.668468 ], [ -73.801552, 40.667297 ], [ -73.80166, 40.666756 ], [ -73.80173, 40.666758 ], [ -73.801762, 40.666759 ], [ -73.802184, 40.666778 ], [ -73.804244, 40.666857 ], [ -73.804491, 40.666862 ], [ -73.805452, 40.666896 ], [ -73.805252, 40.667623 ], [ -73.806237, 40.667643 ], [ -73.807143, 40.667669 ], [ -73.806789, 40.669244 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081081800", "name": "Census Tract 818, Queens County, New York", "total_population_17": 3908, "white_alone_17": 213.0, "black_alone_17": 1274.0, "native_alone_17": 8.0, "asian_alone_17": 765.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 913.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.526, "pct_black_alone_change": -26.76, "pct_native_alone_change": -1.862, "pct_asian_alone_change": 10.937, "pct_hispanic_or_latino_change": 3.226, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6705172", "INTPTLON": "-073.8090759" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.813198, 40.667253 ], [ -73.812633, 40.669052 ], [ -73.812068, 40.670866 ], [ -73.811154, 40.670705 ], [ -73.810591, 40.672523 ], [ -73.810238, 40.673647 ], [ -73.810021, 40.674355 ], [ -73.809782, 40.675108 ], [ -73.808536, 40.674996 ], [ -73.807442, 40.674897 ], [ -73.806197, 40.674784 ], [ -73.806384, 40.674683 ], [ -73.806365, 40.672222 ], [ -73.806365, 40.671777 ], [ -73.806369, 40.671521 ], [ -73.806406, 40.670995 ], [ -73.806453, 40.670729 ], [ -73.806789, 40.669244 ], [ -73.807143, 40.667669 ], [ -73.806237, 40.667643 ], [ -73.805252, 40.667623 ], [ -73.805452, 40.666896 ], [ -73.806654, 40.666976 ], [ -73.809439, 40.667048 ], [ -73.809668, 40.667056 ], [ -73.810322, 40.66708 ], [ -73.811319, 40.667119 ], [ -73.812179, 40.667173 ], [ -73.812306, 40.66718 ], [ -73.812714, 40.667213 ], [ -73.813198, 40.667253 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081083700", "name": "Census Tract 837, Queens County, New York", "total_population_17": 5640, "white_alone_17": 511.0, "black_alone_17": 2.0, "native_alone_17": 34.0, "asian_alone_17": 4511.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 491.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.08, "pct_black_alone_change": -0.745, "pct_native_alone_change": 0.408, "pct_asian_alone_change": 17.514, "pct_hispanic_or_latino_change": -0.38, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.7447536", "INTPTLON": "-073.8197846" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825844, 40.749348 ], [ -73.825697, 40.750998 ], [ -73.824923, 40.75144 ], [ -73.824233, 40.751855 ], [ -73.823213, 40.750708 ], [ -73.822396, 40.749864 ], [ -73.821319, 40.748758 ], [ -73.821084, 40.748558 ], [ -73.820523, 40.748357 ], [ -73.81962, 40.748042 ], [ -73.818731, 40.747712 ], [ -73.81782, 40.747385 ], [ -73.816919, 40.747205 ], [ -73.815757, 40.746975 ], [ -73.815373, 40.747218 ], [ -73.815075, 40.746952 ], [ -73.814828, 40.746732 ], [ -73.814772, 40.746682 ], [ -73.814162, 40.746139 ], [ -73.813824, 40.745833 ], [ -73.813758, 40.745746 ], [ -73.813707, 40.745653 ], [ -73.813674, 40.745556 ], [ -73.813684, 40.745305 ], [ -73.813706, 40.745054 ], [ -73.81374, 40.744804 ], [ -73.813785, 40.744555 ], [ -73.814309, 40.742974 ], [ -73.814549, 40.742195 ], [ -73.81459, 40.742076 ], [ -73.814766, 40.741493 ], [ -73.814811, 40.741367 ], [ -73.814995, 40.740787 ], [ -73.81502, 40.740662 ], [ -73.815128, 40.739922 ], [ -73.815116, 40.739672 ], [ -73.815096, 40.739234 ], [ -73.815057, 40.738987 ], [ -73.815922, 40.739184 ], [ -73.816623, 40.739398 ], [ -73.817134, 40.739551 ], [ -73.817745, 40.739763 ], [ -73.818604, 40.740051 ], [ -73.819055, 40.740205 ], [ -73.81951, 40.74036 ], [ -73.820986, 40.74085 ], [ -73.821201, 40.740921 ], [ -73.822988, 40.741523 ], [ -73.823545, 40.74171 ], [ -73.824443, 40.742002 ], [ -73.825198, 40.742249 ], [ -73.825383, 40.742295 ], [ -73.825234, 40.742529 ], [ -73.825032, 40.742983 ], [ -73.82498, 40.743106 ], [ -73.824623, 40.743762 ], [ -73.824262, 40.744421 ], [ -73.823843, 40.745097 ], [ -73.823407, 40.745838 ], [ -73.82334, 40.746652 ], [ -73.823256, 40.747528 ], [ -73.823424, 40.747628 ], [ -73.823605, 40.747717 ], [ -73.823795, 40.747793 ], [ -73.823994, 40.747856 ], [ -73.824198, 40.747905 ], [ -73.825986, 40.748311 ], [ -73.825844, 40.749348 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081083800", "name": "Census Tract 838, Queens County, New York", "total_population_17": 5705, "white_alone_17": 626.0, "black_alone_17": 610.0, "native_alone_17": 200.0, "asian_alone_17": 1992.0, "native_hawaiian_pacific_islander_17": 54.0, "hispanic_or_latino_17": 1650.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.924, "pct_black_alone_change": -3.729, "pct_native_alone_change": 1.491, "pct_asian_alone_change": 18.922, "pct_hispanic_or_latino_change": 0.459, "pct_native_hawaiian_pacific_islander_change": 0.947, "INTPTLAT": "+40.6702951", "INTPTLON": "-073.8195098" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826385, 40.671533 ], [ -73.825818, 40.673353 ], [ -73.824907, 40.673188 ], [ -73.823993, 40.673022 ], [ -73.823083, 40.672858 ], [ -73.82217, 40.672693 ], [ -73.821257, 40.672529 ], [ -73.82031, 40.672356 ], [ -73.819357, 40.672187 ], [ -73.819118, 40.672155 ], [ -73.81845, 40.672032 ], [ -73.817542, 40.671857 ], [ -73.816629, 40.671695 ], [ -73.815719, 40.671529 ], [ -73.814803, 40.671364 ], [ -73.813891, 40.671196 ], [ -73.812984, 40.671027 ], [ -73.812068, 40.670866 ], [ -73.812633, 40.669052 ], [ -73.813198, 40.667253 ], [ -73.814121, 40.667392 ], [ -73.815021, 40.667565 ], [ -73.815937, 40.66773 ], [ -73.816846, 40.6679 ], [ -73.817762, 40.668061 ], [ -73.818673, 40.668225 ], [ -73.819584, 40.668391 ], [ -73.820497, 40.668554 ], [ -73.82148, 40.668733 ], [ -73.822391, 40.668897 ], [ -73.823303, 40.669062 ], [ -73.824216, 40.669227 ], [ -73.825128, 40.669392 ], [ -73.82604, 40.669556 ], [ -73.826953, 40.669718 ], [ -73.826385, 40.671533 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081084000", "name": "Census Tract 840, Queens County, New York", "total_population_17": 6500, "white_alone_17": 385.0, "black_alone_17": 1385.0, "native_alone_17": 19.0, "asian_alone_17": 2432.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1059.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.795, "pct_black_alone_change": -6.578, "pct_native_alone_change": -2.156, "pct_asian_alone_change": 19.944, "pct_hispanic_or_latino_change": -12.29, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6739493", "INTPTLON": "-073.8176533" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825252, 40.675168 ], [ -73.824673, 40.677031 ], [ -73.824358, 40.676981 ], [ -73.823761, 40.676877 ], [ -73.823371, 40.676816 ], [ -73.82284, 40.676726 ], [ -73.822347, 40.676648 ], [ -73.821921, 40.676575 ], [ -73.82132, 40.676488 ], [ -73.821008, 40.676426 ], [ -73.820287, 40.676306 ], [ -73.820098, 40.676276 ], [ -73.819225, 40.676133 ], [ -73.819139, 40.676119 ], [ -73.818191, 40.675964 ], [ -73.817256, 40.675822 ], [ -73.817076, 40.675796 ], [ -73.816839, 40.675764 ], [ -73.815992, 40.675682 ], [ -73.815403, 40.675624 ], [ -73.814948, 40.67558 ], [ -73.814472, 40.675532 ], [ -73.813869, 40.675478 ], [ -73.81353, 40.675447 ], [ -73.812835, 40.675384 ], [ -73.812596, 40.675362 ], [ -73.81176, 40.675287 ], [ -73.811692, 40.675157 ], [ -73.811555, 40.67527 ], [ -73.810774, 40.675198 ], [ -73.809782, 40.675108 ], [ -73.810021, 40.674355 ], [ -73.810238, 40.673647 ], [ -73.810591, 40.672523 ], [ -73.811154, 40.670705 ], [ -73.812068, 40.670866 ], [ -73.812984, 40.671027 ], [ -73.813891, 40.671196 ], [ -73.814803, 40.671364 ], [ -73.815719, 40.671529 ], [ -73.816629, 40.671695 ], [ -73.817542, 40.671857 ], [ -73.81845, 40.672032 ], [ -73.819118, 40.672155 ], [ -73.819357, 40.672187 ], [ -73.82031, 40.672356 ], [ -73.821257, 40.672529 ], [ -73.82217, 40.672693 ], [ -73.823083, 40.672858 ], [ -73.823993, 40.673022 ], [ -73.824907, 40.673188 ], [ -73.825818, 40.673353 ], [ -73.825252, 40.675168 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081084500", "name": "Census Tract 845, Queens County, New York", "total_population_17": 5222, "white_alone_17": 260.0, "black_alone_17": 524.0, "native_alone_17": 0.0, "asian_alone_17": 3516.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 896.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.736, "pct_black_alone_change": -15.585, "pct_native_alone_change": -0.307, "pct_asian_alone_change": 35.568, "pct_hispanic_or_latino_change": -6.311, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7499613", "INTPTLON": "-073.8202280" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.824233, 40.751855 ], [ -73.823024, 40.75254 ], [ -73.822943, 40.752585 ], [ -73.822693, 40.752729 ], [ -73.821925, 40.753167 ], [ -73.820849, 40.752242 ], [ -73.819989, 40.751429 ], [ -73.819411, 40.750888 ], [ -73.819116, 40.750621 ], [ -73.818837, 40.750352 ], [ -73.818265, 40.749827 ], [ -73.817795, 40.749392 ], [ -73.817686, 40.749288 ], [ -73.817108, 40.74876 ], [ -73.816543, 40.74826 ], [ -73.815988, 40.74777 ], [ -73.815373, 40.747218 ], [ -73.815757, 40.746975 ], [ -73.816919, 40.747205 ], [ -73.81782, 40.747385 ], [ -73.818731, 40.747712 ], [ -73.81962, 40.748042 ], [ -73.820523, 40.748357 ], [ -73.821084, 40.748558 ], [ -73.821319, 40.748758 ], [ -73.822396, 40.749864 ], [ -73.823213, 40.750708 ], [ -73.824233, 40.751855 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081084601", "name": "Census Tract 846.01, Queens County, New York", "total_population_17": 3102, "white_alone_17": 667.0, "black_alone_17": 198.0, "native_alone_17": 45.0, "asian_alone_17": 1015.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 722.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.956, "pct_black_alone_change": -5.651, "pct_native_alone_change": -0.288, "pct_asian_alone_change": 14.084, "pct_hispanic_or_latino_change": -3.775, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+40.6673404", "INTPTLON": "-073.8217246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827518, 40.667898 ], [ -73.826953, 40.669718 ], [ -73.82604, 40.669556 ], [ -73.825128, 40.669392 ], [ -73.824216, 40.669227 ], [ -73.823303, 40.669062 ], [ -73.822391, 40.668897 ], [ -73.82148, 40.668733 ], [ -73.820497, 40.668554 ], [ -73.819584, 40.668391 ], [ -73.818673, 40.668225 ], [ -73.817762, 40.668061 ], [ -73.816846, 40.6679 ], [ -73.815937, 40.66773 ], [ -73.815021, 40.667565 ], [ -73.814121, 40.667392 ], [ -73.813198, 40.667253 ], [ -73.812714, 40.667213 ], [ -73.812306, 40.66718 ], [ -73.812328, 40.667109 ], [ -73.81266, 40.666894 ], [ -73.813256, 40.667027 ], [ -73.814295, 40.666805 ], [ -73.815377, 40.666429 ], [ -73.816474, 40.666 ], [ -73.816614, 40.665944 ], [ -73.817562, 40.665617 ], [ -73.818577, 40.66548 ], [ -73.819359, 40.665481 ], [ -73.819526, 40.66549 ], [ -73.820429, 40.665687 ], [ -73.821317, 40.665918 ], [ -73.821873, 40.666073 ], [ -73.822278, 40.66612 ], [ -73.822719, 40.666111 ], [ -73.823249, 40.666144 ], [ -73.824213, 40.666138 ], [ -73.825176, 40.666129 ], [ -73.826142, 40.666131 ], [ -73.827109, 40.666111 ], [ -73.828079, 40.66609 ], [ -73.827518, 40.667898 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081084602", "name": "Census Tract 846.02, Queens County, New York", "total_population_17": 1064, "white_alone_17": 85.0, "black_alone_17": 214.0, "native_alone_17": 0.0, "asian_alone_17": 373.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 247.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.563, "pct_black_alone_change": -2.069, "pct_native_alone_change": -0.721, "pct_asian_alone_change": 26.4, "pct_hispanic_or_latino_change": -8.977, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6651262", "INTPTLON": "-073.8165809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.833312, 40.666759 ], [ -73.83254, 40.666539 ], [ -73.831567, 40.666312 ], [ -73.831021, 40.666209 ], [ -73.83025, 40.66612 ], [ -73.829333, 40.666101 ], [ -73.828079, 40.66609 ], [ -73.827109, 40.666111 ], [ -73.826142, 40.666131 ], [ -73.825176, 40.666129 ], [ -73.824213, 40.666138 ], [ -73.823249, 40.666144 ], [ -73.822719, 40.666111 ], [ -73.822278, 40.66612 ], [ -73.821873, 40.666073 ], [ -73.821317, 40.665918 ], [ -73.820429, 40.665687 ], [ -73.819526, 40.66549 ], [ -73.819359, 40.665481 ], [ -73.818577, 40.66548 ], [ -73.817562, 40.665617 ], [ -73.816614, 40.665944 ], [ -73.816474, 40.666 ], [ -73.815377, 40.666429 ], [ -73.814295, 40.666805 ], [ -73.813256, 40.667027 ], [ -73.81266, 40.666894 ], [ -73.812328, 40.667109 ], [ -73.812306, 40.66718 ], [ -73.812179, 40.667173 ], [ -73.811319, 40.667119 ], [ -73.810322, 40.66708 ], [ -73.809668, 40.667056 ], [ -73.809439, 40.667048 ], [ -73.806654, 40.666976 ], [ -73.805452, 40.666896 ], [ -73.804491, 40.666862 ], [ -73.804244, 40.666857 ], [ -73.802184, 40.666778 ], [ -73.801762, 40.666759 ], [ -73.80173, 40.666758 ], [ -73.80166, 40.666756 ], [ -73.80178, 40.666397 ], [ -73.801821, 40.666278 ], [ -73.801649, 40.666097 ], [ -73.801512, 40.665862 ], [ -73.801834, 40.665559 ], [ -73.802162, 40.66525 ], [ -73.80296, 40.665221 ], [ -73.803925, 40.66517 ], [ -73.804453, 40.665121 ], [ -73.805029, 40.665056 ], [ -73.806144, 40.664913 ], [ -73.808177, 40.664525 ], [ -73.809644, 40.664011 ], [ -73.811039, 40.663394 ], [ -73.811206, 40.663327 ], [ -73.812067, 40.663031 ], [ -73.813337, 40.662806 ], [ -73.814461, 40.662863 ], [ -73.821983, 40.663711 ], [ -73.823008, 40.663836 ], [ -73.823054, 40.663562 ], [ -73.824102, 40.663575 ], [ -73.825284, 40.663587 ], [ -73.825938, 40.66362 ], [ -73.826832, 40.663709 ], [ -73.827683, 40.663879 ], [ -73.828384, 40.664043 ], [ -73.829389, 40.664365 ], [ -73.831742, 40.665182 ], [ -73.832705, 40.665406 ], [ -73.832884, 40.66576 ], [ -73.83294, 40.665892 ], [ -73.833312, 40.666759 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081084900", "name": "Census Tract 849, Queens County, New York", "total_population_17": 7147, "white_alone_17": 148.0, "black_alone_17": 347.0, "native_alone_17": 43.0, "asian_alone_17": 5196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1413.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.943, "pct_black_alone_change": -2.194, "pct_native_alone_change": 0.128, "pct_asian_alone_change": 17.91, "pct_hispanic_or_latino_change": -12.627, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7547072", "INTPTLON": "-073.8329995" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.837917, 40.754541 ], [ -73.836338, 40.755369 ], [ -73.836194, 40.755446 ], [ -73.835784, 40.755665 ], [ -73.833802, 40.756722 ], [ -73.833678, 40.756321 ], [ -73.829469, 40.758194 ], [ -73.829134, 40.757523 ], [ -73.828792, 40.756673 ], [ -73.82828, 40.755392 ], [ -73.829961, 40.754768 ], [ -73.830553, 40.754545 ], [ -73.830138, 40.753915 ], [ -73.832601, 40.753007 ], [ -73.832391, 40.752317 ], [ -73.832295, 40.751942 ], [ -73.835602, 40.751395 ], [ -73.835998, 40.752006 ], [ -73.837014, 40.754027 ], [ -73.837674, 40.754114 ], [ -73.837917, 40.754541 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081085300", "name": "Census Tract 853, Queens County, New York", "total_population_17": 5070, "white_alone_17": 184.0, "black_alone_17": 54.0, "native_alone_17": 25.0, "asian_alone_17": 4446.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 289.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.339, "pct_black_alone_change": -1.409, "pct_native_alone_change": -0.053, "pct_asian_alone_change": 13.421, "pct_hispanic_or_latino_change": -8.018, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7571520", "INTPTLON": "-073.8276531" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.830553, 40.754545 ], [ -73.829961, 40.754768 ], [ -73.82828, 40.755392 ], [ -73.828792, 40.756673 ], [ -73.829134, 40.757523 ], [ -73.829469, 40.758194 ], [ -73.829623, 40.758515 ], [ -73.82974, 40.758749 ], [ -73.829842, 40.758962 ], [ -73.83014, 40.75957 ], [ -73.827795, 40.760151 ], [ -73.826541, 40.760464 ], [ -73.826211, 40.759828 ], [ -73.825968, 40.759329 ], [ -73.82561, 40.758581 ], [ -73.82557, 40.758498 ], [ -73.825185, 40.757649 ], [ -73.826027, 40.757433 ], [ -73.82709, 40.757143 ], [ -73.825781, 40.756354 ], [ -73.824718, 40.755488 ], [ -73.825732, 40.755079 ], [ -73.827144, 40.75451 ], [ -73.827825, 40.754251 ], [ -73.829867, 40.753495 ], [ -73.830138, 40.753915 ], [ -73.830553, 40.754545 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081085500", "name": "Census Tract 855, Queens County, New York", "total_population_17": 6537, "white_alone_17": 372.0, "black_alone_17": 389.0, "native_alone_17": 0.0, "asian_alone_17": 4281.0, "native_hawaiian_pacific_islander_17": 39.0, "hispanic_or_latino_17": 1299.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.026, "pct_black_alone_change": 0.905, "pct_native_alone_change": -0.336, "pct_asian_alone_change": 12.567, "pct_hispanic_or_latino_change": -9.154, "pct_native_hawaiian_pacific_islander_change": 0.597, "INTPTLAT": "+40.7596421", "INTPTLON": "-073.8236352" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826541, 40.760464 ], [ -73.825078, 40.760829 ], [ -73.824422, 40.760994 ], [ -73.822072, 40.761625 ], [ -73.821767, 40.76098 ], [ -73.821558, 40.760534 ], [ -73.821302, 40.759985 ], [ -73.821164, 40.759686 ], [ -73.820758, 40.758842 ], [ -73.823213, 40.75818 ], [ -73.825185, 40.757649 ], [ -73.82557, 40.758498 ], [ -73.82561, 40.758581 ], [ -73.825968, 40.759329 ], [ -73.826211, 40.759828 ], [ -73.826541, 40.760464 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081085700", "name": "Census Tract 857, Queens County, New York", "total_population_17": 5346, "white_alone_17": 286.0, "black_alone_17": 122.0, "native_alone_17": 92.0, "asian_alone_17": 3912.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 965.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.118, "pct_black_alone_change": -1.423, "pct_native_alone_change": 1.286, "pct_asian_alone_change": 15.548, "pct_hispanic_or_latino_change": -4.778, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.7570602", "INTPTLON": "-073.8230578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826027, 40.757433 ], [ -73.825185, 40.757649 ], [ -73.823213, 40.75818 ], [ -73.820758, 40.758842 ], [ -73.820636, 40.758872 ], [ -73.820045, 40.758483 ], [ -73.819233, 40.757947 ], [ -73.819836, 40.757544 ], [ -73.820863, 40.756881 ], [ -73.821431, 40.756521 ], [ -73.823291, 40.755313 ], [ -73.823979, 40.754868 ], [ -73.824718, 40.755488 ], [ -73.825781, 40.756354 ], [ -73.82709, 40.757143 ], [ -73.826027, 40.757433 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081085900", "name": "Census Tract 859, Queens County, New York", "total_population_17": 5343, "white_alone_17": 666.0, "black_alone_17": 29.0, "native_alone_17": 153.0, "asian_alone_17": 3777.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 477.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.242, "pct_black_alone_change": -3.477, "pct_native_alone_change": 2.298, "pct_asian_alone_change": 19.055, "pct_hispanic_or_latino_change": -12.365, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7549868", "INTPTLON": "-073.8207972" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.823979, 40.754868 ], [ -73.823291, 40.755313 ], [ -73.821431, 40.756521 ], [ -73.820863, 40.756881 ], [ -73.819836, 40.757544 ], [ -73.819233, 40.757947 ], [ -73.818605, 40.757542 ], [ -73.81786, 40.757066 ], [ -73.818937, 40.75641 ], [ -73.819268, 40.7562 ], [ -73.819618, 40.755966 ], [ -73.820301, 40.755515 ], [ -73.818408, 40.75383 ], [ -73.819092, 40.753385 ], [ -73.819778, 40.752937 ], [ -73.820849, 40.752242 ], [ -73.821925, 40.753167 ], [ -73.822803, 40.75388 ], [ -73.822909, 40.753968 ], [ -73.823343, 40.754333 ], [ -73.823396, 40.754377 ], [ -73.823661, 40.754601 ], [ -73.823979, 40.754868 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081086100", "name": "Census Tract 861, Queens County, New York", "total_population_17": 2082, "white_alone_17": 178.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 1532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 331.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.506, "pct_black_alone_change": -2.637, "pct_native_alone_change": -0.853, "pct_asian_alone_change": 23.522, "pct_hispanic_or_latino_change": -4.256, "pct_native_hawaiian_pacific_islander_change": -0.041, "INTPTLAT": "+40.7568129", "INTPTLON": "-073.8178758" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.820636, 40.758872 ], [ -73.817288, 40.759776 ], [ -73.816864, 40.758867 ], [ -73.81653, 40.758144 ], [ -73.816215, 40.75747 ], [ -73.8159, 40.756799 ], [ -73.815584, 40.756129 ], [ -73.815339, 40.755432 ], [ -73.815634, 40.75563 ], [ -73.817034, 40.754722 ], [ -73.817721, 40.754276 ], [ -73.818408, 40.75383 ], [ -73.820301, 40.755515 ], [ -73.819618, 40.755966 ], [ -73.819268, 40.7562 ], [ -73.818937, 40.75641 ], [ -73.81786, 40.757066 ], [ -73.818605, 40.757542 ], [ -73.819233, 40.757947 ], [ -73.820045, 40.758483 ], [ -73.820636, 40.758872 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081086300", "name": "Census Tract 863, Queens County, New York", "total_population_17": 6722, "white_alone_17": 419.0, "black_alone_17": 102.0, "native_alone_17": 0.0, "asian_alone_17": 5360.0, "native_hawaiian_pacific_islander_17": 33.0, "hispanic_or_latino_17": 794.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.757, "pct_black_alone_change": -6.101, "pct_native_alone_change": -0.458, "pct_asian_alone_change": 27.025, "pct_hispanic_or_latino_change": -16.216, "pct_native_hawaiian_pacific_islander_change": 0.491, "INTPTLAT": "+40.7612685", "INTPTLON": "-073.8199413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.822601, 40.76276 ], [ -73.820434, 40.763338 ], [ -73.819099, 40.763696 ], [ -73.818585, 40.762566 ], [ -73.818293, 40.761936 ], [ -73.818078, 40.761473 ], [ -73.817682, 40.760627 ], [ -73.817288, 40.759776 ], [ -73.820636, 40.758872 ], [ -73.820758, 40.758842 ], [ -73.821164, 40.759686 ], [ -73.821302, 40.759985 ], [ -73.821558, 40.760534 ], [ -73.821767, 40.76098 ], [ -73.822072, 40.761625 ], [ -73.822601, 40.76276 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081086400", "name": "Census Tract 864, Queens County, New York", "total_population_17": 3001, "white_alone_17": 318.0, "black_alone_17": 233.0, "native_alone_17": 2.0, "asian_alone_17": 949.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1278.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.73, "pct_black_alone_change": -1.345, "pct_native_alone_change": -1.586, "pct_asian_alone_change": 16.387, "pct_hispanic_or_latino_change": 8.447, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6733398", "INTPTLON": "-073.8315832" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.83883, 40.679862 ], [ -73.838455, 40.679811 ], [ -73.837806, 40.67972 ], [ -73.836781, 40.679571 ], [ -73.836391, 40.679473 ], [ -73.83565, 40.679273 ], [ -73.834462, 40.678944 ], [ -73.834185, 40.678874 ], [ -73.834109, 40.678853 ], [ -73.833325, 40.678657 ], [ -73.833015, 40.678589 ], [ -73.832206, 40.678408 ], [ -73.83211, 40.678386 ], [ -73.831083, 40.678151 ], [ -73.83094, 40.67812 ], [ -73.829947, 40.677904 ], [ -73.828837, 40.677692 ], [ -73.827595, 40.677501 ], [ -73.826447, 40.67732 ], [ -73.825781, 40.677207 ], [ -73.825406, 40.677147 ], [ -73.824673, 40.677031 ], [ -73.825252, 40.675168 ], [ -73.825818, 40.673353 ], [ -73.826385, 40.671533 ], [ -73.826953, 40.669718 ], [ -73.827518, 40.667898 ], [ -73.828079, 40.66609 ], [ -73.829333, 40.666101 ], [ -73.83025, 40.66612 ], [ -73.831021, 40.666209 ], [ -73.831567, 40.666312 ], [ -73.83254, 40.666539 ], [ -73.833312, 40.666759 ], [ -73.835458, 40.671022 ], [ -73.836412, 40.673116 ], [ -73.836981, 40.674678 ], [ -73.837922, 40.676425 ], [ -73.838035, 40.676636 ], [ -73.837943, 40.676794 ], [ -73.839521, 40.679962 ], [ -73.83883, 40.679862 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081086500", "name": "Census Tract 865, Queens County, New York", "total_population_17": 4506, "white_alone_17": 511.0, "black_alone_17": 39.0, "native_alone_17": 0.0, "asian_alone_17": 3439.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 312.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.567, "pct_black_alone_change": -1.035, "pct_native_alone_change": -0.481, "pct_asian_alone_change": 14.482, "pct_hispanic_or_latino_change": -5.347, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7626869", "INTPTLON": "-073.8251718" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.828114, 40.764056 ], [ -73.826086, 40.764382 ], [ -73.825942, 40.764351 ], [ -73.823482, 40.764652 ], [ -73.823012, 40.763644 ], [ -73.822601, 40.76276 ], [ -73.822072, 40.761625 ], [ -73.824422, 40.760994 ], [ -73.825078, 40.760829 ], [ -73.826541, 40.760464 ], [ -73.826867, 40.761092 ], [ -73.827139, 40.761652 ], [ -73.827516, 40.762421 ], [ -73.828197, 40.763796 ], [ -73.828114, 40.764056 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081086900", "name": "Census Tract 869, Queens County, New York", "total_population_17": 2052, "white_alone_17": 78.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 1693.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 264.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.074, "pct_black_alone_change": -2.44, "pct_native_alone_change": -0.136, "pct_asian_alone_change": 15.657, "pct_hispanic_or_latino_change": -8.646, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7652626", "INTPTLON": "-073.8337100" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.839417, 40.765428 ], [ -73.839121, 40.765983 ], [ -73.839132, 40.765991 ], [ -73.839256, 40.766034 ], [ -73.839319, 40.766054 ], [ -73.838829, 40.766725 ], [ -73.83871, 40.766895 ], [ -73.838164, 40.767725 ], [ -73.837292, 40.768689 ], [ -73.836732, 40.769222 ], [ -73.836269, 40.76961 ], [ -73.83548, 40.770142 ], [ -73.835178, 40.770346 ], [ -73.834376, 40.770892 ], [ -73.834035, 40.771086 ], [ -73.833428, 40.771434 ], [ -73.833347, 40.771245 ], [ -73.833243, 40.770999 ], [ -73.832578, 40.769353 ], [ -73.831925, 40.767754 ], [ -73.831443, 40.76657 ], [ -73.830686, 40.764712 ], [ -73.829059, 40.765093 ], [ -73.827863, 40.765363 ], [ -73.828114, 40.764056 ], [ -73.828197, 40.763796 ], [ -73.827516, 40.762421 ], [ -73.829663, 40.761882 ], [ -73.831119, 40.761548 ], [ -73.832744, 40.760949 ], [ -73.832993, 40.760855 ], [ -73.834922, 40.760255 ], [ -73.835173, 40.761048 ], [ -73.835286, 40.761386 ], [ -73.835426, 40.762104 ], [ -73.835535, 40.762605 ], [ -73.835557, 40.762708 ], [ -73.835576, 40.762796 ], [ -73.835593, 40.762853 ], [ -73.83605, 40.762836 ], [ -73.836419, 40.762809 ], [ -73.836575, 40.762793 ], [ -73.836917, 40.762767 ], [ -73.837382, 40.763836 ], [ -73.838264, 40.764934 ], [ -73.839084, 40.765257 ], [ -73.839135, 40.765286 ], [ -73.839223, 40.765336 ], [ -73.839273, 40.765363 ], [ -73.839359, 40.76541 ], [ -73.839417, 40.765428 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081087100", "name": "Census Tract 871, Queens County, New York", "total_population_17": 2350, "white_alone_17": 123.0, "black_alone_17": 652.0, "native_alone_17": 0.0, "asian_alone_17": 1090.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 400.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.905, "pct_black_alone_change": 3.193, "pct_native_alone_change": -0.445, "pct_asian_alone_change": 9.914, "pct_hispanic_or_latino_change": -14.921, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7589475", "INTPTLON": "-073.8332560" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.838619, 40.757045 ], [ -73.838174, 40.757977 ], [ -73.837795, 40.759095 ], [ -73.837159, 40.759998 ], [ -73.836821, 40.761249 ], [ -73.836954, 40.762162 ], [ -73.836927, 40.762599 ], [ -73.836917, 40.762767 ], [ -73.836575, 40.762793 ], [ -73.836419, 40.762809 ], [ -73.83605, 40.762836 ], [ -73.835593, 40.762853 ], [ -73.835576, 40.762796 ], [ -73.835557, 40.762708 ], [ -73.835535, 40.762605 ], [ -73.835426, 40.762104 ], [ -73.835286, 40.761386 ], [ -73.835173, 40.761048 ], [ -73.834922, 40.760255 ], [ -73.832993, 40.760855 ], [ -73.832744, 40.760949 ], [ -73.831119, 40.761548 ], [ -73.829663, 40.761882 ], [ -73.827516, 40.762421 ], [ -73.827139, 40.761652 ], [ -73.826867, 40.761092 ], [ -73.826541, 40.760464 ], [ -73.827795, 40.760151 ], [ -73.83014, 40.75957 ], [ -73.829842, 40.758962 ], [ -73.82974, 40.758749 ], [ -73.829623, 40.758515 ], [ -73.829469, 40.758194 ], [ -73.833678, 40.756321 ], [ -73.833802, 40.756722 ], [ -73.835784, 40.755665 ], [ -73.836194, 40.755446 ], [ -73.836338, 40.755369 ], [ -73.837917, 40.754541 ], [ -73.837987, 40.754682 ], [ -73.838054, 40.75483 ], [ -73.838134, 40.755038 ], [ -73.838211, 40.755253 ], [ -73.838305, 40.755633 ], [ -73.838406, 40.756101 ], [ -73.838619, 40.757045 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081088400", "name": "Census Tract 884, Queens County, New York", "total_population_17": 7966, "white_alone_17": 6152.0, "black_alone_17": 102.0, "native_alone_17": 0.0, "asian_alone_17": 226.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1281.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.569, "pct_black_alone_change": 0.334, "pct_native_alone_change": -0.303, "pct_asian_alone_change": 2.068, "pct_hispanic_or_latino_change": 9.21, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6557283", "INTPTLON": "-073.8337070" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.842429, 40.668784 ], [ -73.842182, 40.668709 ], [ -73.841174, 40.668507 ], [ -73.841102, 40.668502 ], [ -73.84102, 40.668509 ], [ -73.840934, 40.668535 ], [ -73.840854, 40.668582 ], [ -73.840793, 40.668648 ], [ -73.840761, 40.668724 ], [ -73.840624, 40.668642 ], [ -73.840546, 40.668612 ], [ -73.840422, 40.668642 ], [ -73.840336, 40.668589 ], [ -73.84009, 40.668437 ], [ -73.839445, 40.66825 ], [ -73.839279, 40.668202 ], [ -73.838344, 40.667989 ], [ -73.838261, 40.667971 ], [ -73.838357, 40.667635 ], [ -73.837906, 40.667511 ], [ -73.837326, 40.667374 ], [ -73.837242, 40.66736 ], [ -73.837037, 40.667328 ], [ -73.836473, 40.667283 ], [ -73.835701, 40.66726 ], [ -73.834877, 40.667212 ], [ -73.83465, 40.667115 ], [ -73.833312, 40.666759 ], [ -73.83294, 40.665892 ], [ -73.832884, 40.66576 ], [ -73.832705, 40.665406 ], [ -73.831781, 40.663674 ], [ -73.830964, 40.6621 ], [ -73.830222, 40.660526 ], [ -73.82987, 40.659967 ], [ -73.829801, 40.659511 ], [ -73.828712, 40.65706 ], [ -73.828392, 40.65603 ], [ -73.826907, 40.650294 ], [ -73.826848, 40.650074 ], [ -73.82678, 40.649772 ], [ -73.82641, 40.648261 ], [ -73.825531, 40.645018 ], [ -73.825337, 40.644248 ], [ -73.835664, 40.644058 ], [ -73.836331, 40.645321 ], [ -73.835923, 40.6455 ], [ -73.836813, 40.649249 ], [ -73.837227, 40.650916 ], [ -73.83763, 40.652508 ], [ -73.838034, 40.654253 ], [ -73.838554, 40.655892 ], [ -73.838959, 40.657551 ], [ -73.839725, 40.660951 ], [ -73.840222, 40.660865 ], [ -73.840404, 40.660833 ], [ -73.840818, 40.662506 ], [ -73.841122, 40.663764 ], [ -73.841254, 40.664212 ], [ -73.841425, 40.664931 ], [ -73.841642, 40.665936 ], [ -73.841646, 40.665951 ], [ -73.841652, 40.66597 ], [ -73.841697, 40.666105 ], [ -73.841706, 40.66614 ], [ -73.841925, 40.667021 ], [ -73.841967, 40.667209 ], [ -73.842041, 40.667511 ], [ -73.842103, 40.667724 ], [ -73.842196, 40.668047 ], [ -73.842266, 40.668272 ], [ -73.842375, 40.668621 ], [ -73.842429, 40.668784 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081088901", "name": "Census Tract 889.01, Queens County, New York", "total_population_17": 11133, "white_alone_17": 1839.0, "black_alone_17": 227.0, "native_alone_17": 0.0, "asian_alone_17": 6052.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2977.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.156, "pct_black_alone_change": -4.382, "pct_native_alone_change": -0.275, "pct_asian_alone_change": 21.307, "pct_hispanic_or_latino_change": 6.958, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+40.7725905", "INTPTLON": "-073.8282176" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.833428, 40.771434 ], [ -73.833133, 40.77161 ], [ -73.832789, 40.771807 ], [ -73.832522, 40.771964 ], [ -73.832438, 40.772014 ], [ -73.832178, 40.772175 ], [ -73.831833, 40.772388 ], [ -73.831713, 40.772474 ], [ -73.831593, 40.77256 ], [ -73.831127, 40.772943 ], [ -73.831, 40.773047 ], [ -73.830633, 40.773361 ], [ -73.83054, 40.773437 ], [ -73.83022, 40.773759 ], [ -73.830157, 40.773825 ], [ -73.829852, 40.774163 ], [ -73.829512, 40.774569 ], [ -73.829279, 40.774882 ], [ -73.829185, 40.775018 ], [ -73.828965, 40.775311 ], [ -73.828883, 40.775427 ], [ -73.828528, 40.776007 ], [ -73.828239, 40.77646 ], [ -73.828103, 40.776694 ], [ -73.827101, 40.77842 ], [ -73.826298, 40.779803 ], [ -73.826235, 40.779921 ], [ -73.825916, 40.780518 ], [ -73.825285, 40.781697 ], [ -73.824998, 40.7817 ], [ -73.824624, 40.781706 ], [ -73.823841, 40.781717 ], [ -73.822241, 40.781694 ], [ -73.822437, 40.781414 ], [ -73.822615, 40.781127 ], [ -73.822776, 40.780834 ], [ -73.822918, 40.780536 ], [ -73.823313, 40.779579 ], [ -73.823547, 40.779036 ], [ -73.823762, 40.778503 ], [ -73.823818, 40.77836 ], [ -73.824054, 40.777718 ], [ -73.824145, 40.777478 ], [ -73.824221, 40.777235 ], [ -73.824284, 40.77699 ], [ -73.824331, 40.776743 ], [ -73.824868, 40.776542 ], [ -73.825831, 40.775915 ], [ -73.826253, 40.774521 ], [ -73.826477, 40.773116 ], [ -73.826575, 40.772345 ], [ -73.826575, 40.77163 ], [ -73.826566, 40.770642 ], [ -73.826558, 40.770137 ], [ -73.826572, 40.769961 ], [ -73.826683, 40.768957 ], [ -73.826695, 40.768712 ], [ -73.826727, 40.768468 ], [ -73.826778, 40.768226 ], [ -73.826848, 40.767987 ], [ -73.827058, 40.767529 ], [ -73.827351, 40.766856 ], [ -73.827537, 40.766464 ], [ -73.82769, 40.766104 ], [ -73.827863, 40.765363 ], [ -73.829059, 40.765093 ], [ -73.830686, 40.764712 ], [ -73.831443, 40.76657 ], [ -73.831925, 40.767754 ], [ -73.832578, 40.769353 ], [ -73.833243, 40.770999 ], [ -73.833347, 40.771245 ], [ -73.833428, 40.771434 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081089200", "name": "Census Tract 892, Queens County, New York", "total_population_17": 7664, "white_alone_17": 6565.0, "black_alone_17": 75.0, "native_alone_17": 0.0, "asian_alone_17": 197.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 696.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.007, "pct_black_alone_change": 0.876, "pct_native_alone_change": -0.034, "pct_asian_alone_change": 0.441, "pct_hispanic_or_latino_change": 5.279, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6522124", "INTPTLON": "-073.8473336" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.860483, 40.654659 ], [ -73.860306, 40.654777 ], [ -73.860211, 40.65484 ], [ -73.85967, 40.655188 ], [ -73.858745, 40.655817 ], [ -73.857999, 40.656327 ], [ -73.857849, 40.656436 ], [ -73.857353, 40.656796 ], [ -73.856497, 40.657443 ], [ -73.856305, 40.657589 ], [ -73.855344, 40.658335 ], [ -73.855174, 40.658475 ], [ -73.854832, 40.658755 ], [ -73.853898, 40.659508 ], [ -73.853617, 40.659735 ], [ -73.852809, 40.660338 ], [ -73.852123, 40.660852 ], [ -73.851127, 40.661513 ], [ -73.849505, 40.662441 ], [ -73.849292, 40.662554 ], [ -73.848813, 40.662804 ], [ -73.847749, 40.663317 ], [ -73.84741, 40.66348 ], [ -73.846981, 40.663681 ], [ -73.845361, 40.664422 ], [ -73.84513, 40.664523 ], [ -73.843153, 40.665356 ], [ -73.842125, 40.66579 ], [ -73.841652, 40.66597 ], [ -73.841646, 40.665951 ], [ -73.841642, 40.665936 ], [ -73.841425, 40.664931 ], [ -73.841254, 40.664212 ], [ -73.841122, 40.663764 ], [ -73.840818, 40.662506 ], [ -73.840404, 40.660833 ], [ -73.840222, 40.660865 ], [ -73.839725, 40.660951 ], [ -73.838959, 40.657551 ], [ -73.838554, 40.655892 ], [ -73.838034, 40.654253 ], [ -73.83763, 40.652508 ], [ -73.837227, 40.650916 ], [ -73.836813, 40.649249 ], [ -73.835923, 40.6455 ], [ -73.836331, 40.645321 ], [ -73.835664, 40.644058 ], [ -73.839999, 40.644143 ], [ -73.848338, 40.643521 ], [ -73.854938, 40.64265 ], [ -73.855021, 40.643098 ], [ -73.856148, 40.649198 ], [ -73.856537, 40.649916 ], [ -73.856652, 40.650129 ], [ -73.856962, 40.650584 ], [ -73.85898, 40.652675 ], [ -73.859755, 40.654104 ], [ -73.859907, 40.654229 ], [ -73.860422, 40.654612 ], [ -73.860483, 40.654659 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081090700", "name": "Census Tract 907, Queens County, New York", "total_population_17": 1418, "white_alone_17": 467.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 553.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 313.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.344, "pct_black_alone_change": -1.108, "pct_native_alone_change": -0.295, "pct_asian_alone_change": 21.274, "pct_hispanic_or_latino_change": 0.433, "pct_native_hawaiian_pacific_islander_change": -0.295, "INTPTLAT": "+40.7735390", "INTPTLON": "-073.8387968" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.852642, 40.77208 ], [ -73.849946, 40.772057 ], [ -73.848859, 40.772012 ], [ -73.848806, 40.773058 ], [ -73.848798, 40.773209 ], [ -73.848503, 40.773194 ], [ -73.847875, 40.773162 ], [ -73.84642, 40.773117 ], [ -73.845647, 40.773104 ], [ -73.845529, 40.773097 ], [ -73.844602, 40.773057 ], [ -73.844535, 40.774389 ], [ -73.843625, 40.774364 ], [ -73.843554, 40.775615 ], [ -73.8435, 40.77658 ], [ -73.843387, 40.778609 ], [ -73.842484, 40.77861 ], [ -73.841581, 40.778611 ], [ -73.840681, 40.778613 ], [ -73.839764, 40.778615 ], [ -73.839684, 40.780152 ], [ -73.839604, 40.781693 ], [ -73.838699, 40.781677 ], [ -73.837776, 40.781652 ], [ -73.836694, 40.78165 ], [ -73.82771, 40.781668 ], [ -73.826785, 40.781668 ], [ -73.825697, 40.781691 ], [ -73.825285, 40.781697 ], [ -73.825916, 40.780518 ], [ -73.826235, 40.779921 ], [ -73.826298, 40.779803 ], [ -73.827101, 40.77842 ], [ -73.828103, 40.776694 ], [ -73.828239, 40.77646 ], [ -73.828528, 40.776007 ], [ -73.828883, 40.775427 ], [ -73.828965, 40.775311 ], [ -73.829185, 40.775018 ], [ -73.829279, 40.774882 ], [ -73.829512, 40.774569 ], [ -73.829852, 40.774163 ], [ -73.830157, 40.773825 ], [ -73.83022, 40.773759 ], [ -73.83054, 40.773437 ], [ -73.830633, 40.773361 ], [ -73.831, 40.773047 ], [ -73.831127, 40.772943 ], [ -73.831593, 40.77256 ], [ -73.831713, 40.772474 ], [ -73.831833, 40.772388 ], [ -73.832178, 40.772175 ], [ -73.832438, 40.772014 ], [ -73.832522, 40.771964 ], [ -73.832789, 40.771807 ], [ -73.833133, 40.77161 ], [ -73.833428, 40.771434 ], [ -73.834035, 40.771086 ], [ -73.834376, 40.770892 ], [ -73.835178, 40.770346 ], [ -73.83548, 40.770142 ], [ -73.836269, 40.76961 ], [ -73.836732, 40.769222 ], [ -73.837292, 40.768689 ], [ -73.838164, 40.767725 ], [ -73.83871, 40.766895 ], [ -73.838829, 40.766725 ], [ -73.839319, 40.766054 ], [ -73.839256, 40.766034 ], [ -73.839132, 40.765991 ], [ -73.839121, 40.765983 ], [ -73.839417, 40.765428 ], [ -73.839618, 40.765489 ], [ -73.839698, 40.765512 ], [ -73.84075, 40.765819 ], [ -73.841724, 40.765731 ], [ -73.844235, 40.764956 ], [ -73.847052, 40.763825 ], [ -73.848515, 40.763822 ], [ -73.849215, 40.764209 ], [ -73.850281, 40.76606 ], [ -73.851834, 40.767746 ], [ -73.853702, 40.76948 ], [ -73.852642, 40.77208 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081091601", "name": "Census Tract 916.01, Queens County, New York", "total_population_17": 3702, "white_alone_17": 3476.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 180.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.226, "pct_black_alone_change": 0.178, "pct_native_alone_change": -0.048, "pct_asian_alone_change": -0.209, "pct_hispanic_or_latino_change": 3.625, "pct_native_hawaiian_pacific_islander_change": -0.048, "INTPTLAT": "+40.5585161", "INTPTLON": "-073.9175334" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.941954, 40.556533 ], [ -73.941276, 40.559918 ], [ -73.935935, 40.562726 ], [ -73.935733, 40.562833 ], [ -73.92984, 40.563825 ], [ -73.92807, 40.567786 ], [ -73.927424, 40.567887 ], [ -73.926236, 40.568072 ], [ -73.918487, 40.569284 ], [ -73.904908, 40.571407 ], [ -73.903871, 40.571619 ], [ -73.902874, 40.5717 ], [ -73.890518, 40.572705 ], [ -73.886292, 40.573505 ], [ -73.883131, 40.568381 ], [ -73.882829, 40.567724 ], [ -73.88277, 40.567597 ], [ -73.883174, 40.567492 ], [ -73.884449, 40.567123 ], [ -73.885369, 40.566857 ], [ -73.885801, 40.56673 ], [ -73.88583, 40.566722 ], [ -73.886606, 40.566509 ], [ -73.887126, 40.566365 ], [ -73.887654, 40.56622 ], [ -73.887821, 40.566174 ], [ -73.888124, 40.56609 ], [ -73.888955, 40.56586 ], [ -73.88957, 40.56569 ], [ -73.890504, 40.565429 ], [ -73.890707, 40.565374 ], [ -73.891494, 40.565154 ], [ -73.894286, 40.564369 ], [ -73.89441, 40.564334 ], [ -73.894551, 40.564295 ], [ -73.895541, 40.564021 ], [ -73.902306, 40.562128 ], [ -73.901567, 40.559416 ], [ -73.901268, 40.557995 ], [ -73.900986, 40.556717 ], [ -73.898197, 40.552484 ], [ -73.897996, 40.552199 ], [ -73.913607, 40.549758 ], [ -73.94078, 40.540968 ], [ -73.943794, 40.541297 ], [ -73.941954, 40.556533 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081091602", "name": "Census Tract 916.02, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.5603525", "INTPTLON": "-073.8870179" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.902306, 40.562128 ], [ -73.895541, 40.564021 ], [ -73.894551, 40.564295 ], [ -73.89441, 40.564334 ], [ -73.894286, 40.564369 ], [ -73.891494, 40.565154 ], [ -73.890707, 40.565374 ], [ -73.890504, 40.565429 ], [ -73.88957, 40.56569 ], [ -73.888955, 40.56586 ], [ -73.888124, 40.56609 ], [ -73.887821, 40.566174 ], [ -73.887654, 40.56622 ], [ -73.887126, 40.566365 ], [ -73.886606, 40.566509 ], [ -73.88583, 40.566722 ], [ -73.885801, 40.56673 ], [ -73.885369, 40.566857 ], [ -73.884449, 40.567123 ], [ -73.883174, 40.567492 ], [ -73.88277, 40.567597 ], [ -73.882746, 40.567555 ], [ -73.882418, 40.566972 ], [ -73.882091, 40.566393 ], [ -73.882047, 40.566315 ], [ -73.881845, 40.565964 ], [ -73.880786, 40.564133 ], [ -73.879648, 40.562277 ], [ -73.879379, 40.561837 ], [ -73.877108, 40.559265 ], [ -73.876941, 40.55853 ], [ -73.876653, 40.555877 ], [ -73.896754, 40.552412 ], [ -73.897996, 40.552199 ], [ -73.898197, 40.552484 ], [ -73.900986, 40.556717 ], [ -73.901268, 40.557995 ], [ -73.901567, 40.559416 ], [ -73.902306, 40.562128 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081091800", "name": "Census Tract 918, Queens County, New York", "total_population_17": 3, "white_alone_17": 3.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 25.0, "pct_black_alone_change": 0.0, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -18.75, "pct_hispanic_or_latino_change": -6.25, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5685017", "INTPTLON": "-073.8719915" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.885069, 40.573749 ], [ -73.879222, 40.574656 ], [ -73.871613, 40.578438 ], [ -73.871418, 40.578535 ], [ -73.871212, 40.578611 ], [ -73.870239, 40.57897 ], [ -73.869232, 40.579342 ], [ -73.868425, 40.579757 ], [ -73.867661, 40.580151 ], [ -73.86751, 40.580229 ], [ -73.867374, 40.580299 ], [ -73.866005, 40.581001 ], [ -73.864152, 40.578069 ], [ -73.862883, 40.57606 ], [ -73.862868, 40.576024 ], [ -73.862739, 40.575842 ], [ -73.863379, 40.575309 ], [ -73.863915, 40.575127 ], [ -73.863201, 40.574127 ], [ -73.863615, 40.57383 ], [ -73.864493, 40.573543 ], [ -73.865134, 40.573439 ], [ -73.86653, 40.572701 ], [ -73.86642, 40.572355 ], [ -73.865231, 40.570452 ], [ -73.864542, 40.569243 ], [ -73.864103, 40.569355 ], [ -73.864061, 40.569282 ], [ -73.863088, 40.567598 ], [ -73.862833, 40.566819 ], [ -73.861592, 40.565636 ], [ -73.857718, 40.562818 ], [ -73.859874, 40.561924 ], [ -73.861561, 40.561315 ], [ -73.865672, 40.559829 ], [ -73.876572, 40.555891 ], [ -73.876653, 40.555877 ], [ -73.876941, 40.55853 ], [ -73.877108, 40.559265 ], [ -73.879379, 40.561837 ], [ -73.879648, 40.562277 ], [ -73.880786, 40.564133 ], [ -73.881845, 40.565964 ], [ -73.882047, 40.566315 ], [ -73.882091, 40.566393 ], [ -73.882418, 40.566972 ], [ -73.882746, 40.567555 ], [ -73.88277, 40.567597 ], [ -73.882829, 40.567724 ], [ -73.883131, 40.568381 ], [ -73.886292, 40.573505 ], [ -73.885069, 40.573749 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081091900", "name": "Census Tract 919, Queens County, New York", "total_population_17": 5860, "white_alone_17": 1042.0, "black_alone_17": 185.0, "native_alone_17": 0.0, "asian_alone_17": 2418.0, "native_hawaiian_pacific_islander_17": 55.0, "hispanic_or_latino_17": 2056.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.265, "pct_black_alone_change": -0.547, "pct_native_alone_change": -0.403, "pct_asian_alone_change": 20.251, "pct_hispanic_or_latino_change": 11.323, "pct_native_hawaiian_pacific_islander_change": 0.939, "INTPTLAT": "+40.7764062", "INTPTLON": "-073.8484646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853252, 40.778259 ], [ -73.849695, 40.779173 ], [ -73.849546, 40.779086 ], [ -73.849527, 40.779482 ], [ -73.849331, 40.780141 ], [ -73.848754, 40.780146 ], [ -73.847849, 40.780148 ], [ -73.846946, 40.780149 ], [ -73.846026, 40.780151 ], [ -73.845106, 40.78015 ], [ -73.844203, 40.780152 ], [ -73.843301, 40.780153 ], [ -73.842399, 40.780154 ], [ -73.841496, 40.780154 ], [ -73.841409, 40.781691 ], [ -73.840504, 40.781693 ], [ -73.839604, 40.781693 ], [ -73.839684, 40.780152 ], [ -73.839764, 40.778615 ], [ -73.840681, 40.778613 ], [ -73.841581, 40.778611 ], [ -73.842484, 40.77861 ], [ -73.843387, 40.778609 ], [ -73.8435, 40.77658 ], [ -73.843554, 40.775615 ], [ -73.843625, 40.774364 ], [ -73.844535, 40.774389 ], [ -73.844602, 40.773057 ], [ -73.845529, 40.773097 ], [ -73.845647, 40.773104 ], [ -73.84642, 40.773117 ], [ -73.847875, 40.773162 ], [ -73.848503, 40.773194 ], [ -73.848798, 40.773209 ], [ -73.848806, 40.773058 ], [ -73.848859, 40.772012 ], [ -73.849946, 40.772057 ], [ -73.852642, 40.77208 ], [ -73.852897, 40.775457 ], [ -73.860505, 40.778984 ], [ -73.853252, 40.778259 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081092200", "name": "Census Tract 922, Queens County, New York", "total_population_17": 1924, "white_alone_17": 1830.0, "black_alone_17": 0.0, "native_alone_17": 7.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 57.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.081, "pct_black_alone_change": -0.408, "pct_native_alone_change": 0.183, "pct_asian_alone_change": -0.026, "pct_hispanic_or_latino_change": 0.787, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5732499", "INTPTLON": "-073.8598028" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.86653, 40.572701 ], [ -73.865134, 40.573439 ], [ -73.864493, 40.573543 ], [ -73.863615, 40.57383 ], [ -73.863201, 40.574127 ], [ -73.863915, 40.575127 ], [ -73.863379, 40.575309 ], [ -73.862739, 40.575842 ], [ -73.862868, 40.576024 ], [ -73.862883, 40.57606 ], [ -73.864152, 40.578069 ], [ -73.866005, 40.581001 ], [ -73.865607, 40.581205 ], [ -73.859492, 40.583938 ], [ -73.856839, 40.579257 ], [ -73.856763, 40.579177 ], [ -73.855937, 40.577763 ], [ -73.854849, 40.575878 ], [ -73.855673, 40.575602 ], [ -73.856496, 40.575325 ], [ -73.857321, 40.575048 ], [ -73.858145, 40.574771 ], [ -73.858967, 40.574497 ], [ -73.859815, 40.574212 ], [ -73.85891, 40.572579 ], [ -73.858393, 40.571695 ], [ -73.857273, 40.569768 ], [ -73.856979, 40.569184 ], [ -73.852065, 40.564938 ], [ -73.854897, 40.563875 ], [ -73.857314, 40.562985 ], [ -73.857718, 40.562818 ], [ -73.861592, 40.565636 ], [ -73.862833, 40.566819 ], [ -73.863088, 40.567598 ], [ -73.864061, 40.569282 ], [ -73.864103, 40.569355 ], [ -73.864542, 40.569243 ], [ -73.865231, 40.570452 ], [ -73.86642, 40.572355 ], [ -73.86653, 40.572701 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081092500", "name": "Census Tract 925, Queens County, New York", "total_population_17": 3906, "white_alone_17": 774.0, "black_alone_17": 138.0, "native_alone_17": 0.0, "asian_alone_17": 1355.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1601.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.33, "pct_black_alone_change": 2.755, "pct_native_alone_change": -0.389, "pct_asian_alone_change": 20.485, "pct_hispanic_or_latino_change": 5.402, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+40.7824818", "INTPTLON": "-073.8447680" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.848668, 40.781679 ], [ -73.84858, 40.783218 ], [ -73.848535, 40.784105 ], [ -73.847637, 40.784131 ], [ -73.84674, 40.78417 ], [ -73.845808, 40.784191 ], [ -73.844866, 40.784347 ], [ -73.84481, 40.785369 ], [ -73.843918, 40.785341 ], [ -73.843027, 40.78531 ], [ -73.84211, 40.78528 ], [ -73.841173, 40.785245 ], [ -73.841209, 40.785158 ], [ -73.841321, 40.783225 ], [ -73.841409, 40.781691 ], [ -73.841496, 40.780154 ], [ -73.842399, 40.780154 ], [ -73.843301, 40.780153 ], [ -73.844203, 40.780152 ], [ -73.845106, 40.78015 ], [ -73.846026, 40.780151 ], [ -73.846946, 40.780149 ], [ -73.847849, 40.780148 ], [ -73.848754, 40.780146 ], [ -73.848668, 40.781679 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081092800", "name": "Census Tract 928, Queens County, New York", "total_population_17": 3470, "white_alone_17": 3393.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 66.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.618, "pct_black_alone_change": -0.32, "pct_native_alone_change": -0.029, "pct_asian_alone_change": -1.224, "pct_hispanic_or_latino_change": -0.017, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5731798", "INTPTLON": "-073.8518167" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.858967, 40.574497 ], [ -73.858145, 40.574771 ], [ -73.857321, 40.575048 ], [ -73.856496, 40.575325 ], [ -73.855673, 40.575602 ], [ -73.854849, 40.575878 ], [ -73.855937, 40.577763 ], [ -73.856763, 40.579177 ], [ -73.856839, 40.579257 ], [ -73.859492, 40.583938 ], [ -73.855106, 40.585899 ], [ -73.854937, 40.585974 ], [ -73.85219, 40.581547 ], [ -73.852161, 40.581446 ], [ -73.850993, 40.579421 ], [ -73.849908, 40.577536 ], [ -73.848809, 40.575636 ], [ -73.847645, 40.573612 ], [ -73.846995, 40.572719 ], [ -73.846225, 40.573009 ], [ -73.846158, 40.573034 ], [ -73.845269, 40.573325 ], [ -73.844515, 40.573611 ], [ -73.843784, 40.573887 ], [ -73.843475, 40.57291 ], [ -73.841696, 40.568797 ], [ -73.84258, 40.568497 ], [ -73.852065, 40.564938 ], [ -73.856979, 40.569184 ], [ -73.857273, 40.569768 ], [ -73.858393, 40.571695 ], [ -73.85891, 40.572579 ], [ -73.859815, 40.574212 ], [ -73.858967, 40.574497 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081092900", "name": "Census Tract 929, Queens County, New York", "total_population_17": 6536, "white_alone_17": 1370.0, "black_alone_17": 86.0, "native_alone_17": 0.0, "asian_alone_17": 1630.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3247.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -35.765, "pct_black_alone_change": -0.098, "pct_native_alone_change": -0.391, "pct_asian_alone_change": 9.534, "pct_hispanic_or_latino_change": 25.437, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7894348", "INTPTLON": "-073.8597684" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.871475, 40.787043 ], [ -73.871374, 40.787271 ], [ -73.871225, 40.787445 ], [ -73.871073, 40.787575 ], [ -73.870809, 40.787897 ], [ -73.870795, 40.787929 ], [ -73.870787, 40.787962 ], [ -73.870786, 40.787996 ], [ -73.87079, 40.78803 ], [ -73.870801, 40.788063 ], [ -73.870853, 40.788206 ], [ -73.870892, 40.788339 ], [ -73.87095, 40.788468 ], [ -73.870949, 40.788607 ], [ -73.870961, 40.788743 ], [ -73.870977, 40.788878 ], [ -73.870947, 40.788954 ], [ -73.870973, 40.789057 ], [ -73.870299, 40.790688 ], [ -73.870207, 40.790909 ], [ -73.867118, 40.793742 ], [ -73.863502, 40.797162 ], [ -73.863147, 40.797497 ], [ -73.862965, 40.79767 ], [ -73.854632, 40.799724 ], [ -73.853072, 40.800113 ], [ -73.848901, 40.793435 ], [ -73.848428, 40.79276 ], [ -73.847915, 40.791734 ], [ -73.847497, 40.790897 ], [ -73.847139, 40.790183 ], [ -73.846777, 40.789459 ], [ -73.846528, 40.788966 ], [ -73.846068, 40.78805 ], [ -73.845909, 40.787728 ], [ -73.845684, 40.787295 ], [ -73.845706, 40.786828 ], [ -73.845737, 40.786 ], [ -73.84576, 40.785399 ], [ -73.84481, 40.785369 ], [ -73.844866, 40.784347 ], [ -73.845808, 40.784191 ], [ -73.84674, 40.78417 ], [ -73.847637, 40.784131 ], [ -73.848535, 40.784105 ], [ -73.84858, 40.783218 ], [ -73.848668, 40.781679 ], [ -73.848754, 40.780146 ], [ -73.849331, 40.780141 ], [ -73.849527, 40.779482 ], [ -73.849546, 40.779086 ], [ -73.849695, 40.779173 ], [ -73.853252, 40.778259 ], [ -73.860505, 40.778984 ], [ -73.86542, 40.78497 ], [ -73.871631, 40.786798 ], [ -73.871475, 40.787043 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081093401", "name": "Census Tract 934.01, Queens County, New York", "total_population_17": 3596, "white_alone_17": 3205.0, "black_alone_17": 84.0, "native_alone_17": 0.0, "asian_alone_17": 5.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 302.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.333, "pct_black_alone_change": 0.0, "pct_native_alone_change": -0.101, "pct_asian_alone_change": -3.485, "pct_hispanic_or_latino_change": 0.733, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5813729", "INTPTLON": "-073.8465839" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.854937, 40.585974 ], [ -73.840704, 40.586087 ], [ -73.838752, 40.582629 ], [ -73.838829, 40.582594 ], [ -73.838888, 40.582574 ], [ -73.838918, 40.582535 ], [ -73.838972, 40.582485 ], [ -73.839023, 40.58242 ], [ -73.839045, 40.58237 ], [ -73.839097, 40.582291 ], [ -73.839166, 40.582173 ], [ -73.839216, 40.582072 ], [ -73.839266, 40.581993 ], [ -73.839296, 40.581864 ], [ -73.839354, 40.581857 ], [ -73.840333, 40.581808 ], [ -73.8413, 40.581758 ], [ -73.84225, 40.58171 ], [ -73.842306, 40.581707 ], [ -73.843154, 40.58167 ], [ -73.844176, 40.581625 ], [ -73.844922, 40.581592 ], [ -73.845181, 40.581581 ], [ -73.84615, 40.581753 ], [ -73.846179, 40.581663 ], [ -73.845047, 40.58146 ], [ -73.845086, 40.581402 ], [ -73.844005, 40.579514 ], [ -73.843049, 40.577856 ], [ -73.84175, 40.575606 ], [ -73.841383, 40.574719 ], [ -73.843784, 40.573887 ], [ -73.844515, 40.573611 ], [ -73.845269, 40.573325 ], [ -73.846158, 40.573034 ], [ -73.846225, 40.573009 ], [ -73.846995, 40.572719 ], [ -73.847645, 40.573612 ], [ -73.848809, 40.575636 ], [ -73.849908, 40.577536 ], [ -73.850993, 40.579421 ], [ -73.852161, 40.581446 ], [ -73.85219, 40.581547 ], [ -73.854937, 40.585974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081093402", "name": "Census Tract 934.02, Queens County, New York", "total_population_17": 4343, "white_alone_17": 3243.0, "black_alone_17": 121.0, "native_alone_17": 0.0, "asian_alone_17": 268.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 392.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.122, "pct_black_alone_change": 0.45, "pct_native_alone_change": -0.101, "pct_asian_alone_change": 2.547, "pct_hispanic_or_latino_change": 1.361, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5756304", "INTPTLON": "-073.8402862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.84615, 40.581753 ], [ -73.845181, 40.581581 ], [ -73.844922, 40.581592 ], [ -73.844176, 40.581625 ], [ -73.843154, 40.58167 ], [ -73.842306, 40.581707 ], [ -73.84225, 40.58171 ], [ -73.8413, 40.581758 ], [ -73.840333, 40.581808 ], [ -73.839354, 40.581857 ], [ -73.839296, 40.581864 ], [ -73.839266, 40.581993 ], [ -73.839216, 40.582072 ], [ -73.839166, 40.582173 ], [ -73.839097, 40.582291 ], [ -73.839045, 40.58237 ], [ -73.839023, 40.58242 ], [ -73.838972, 40.582485 ], [ -73.838918, 40.582535 ], [ -73.838888, 40.582574 ], [ -73.838829, 40.582594 ], [ -73.838752, 40.582629 ], [ -73.838298, 40.581766 ], [ -73.838182, 40.581506 ], [ -73.837515, 40.580355 ], [ -73.8372, 40.579812 ], [ -73.836056, 40.577762 ], [ -73.835564, 40.5769 ], [ -73.833549, 40.57132 ], [ -73.841099, 40.569 ], [ -73.841696, 40.568797 ], [ -73.843475, 40.57291 ], [ -73.843784, 40.573887 ], [ -73.841383, 40.574719 ], [ -73.84175, 40.575606 ], [ -73.843049, 40.577856 ], [ -73.844005, 40.579514 ], [ -73.845086, 40.581402 ], [ -73.845047, 40.58146 ], [ -73.846179, 40.581663 ], [ -73.84615, 40.581753 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081093800", "name": "Census Tract 938, Queens County, New York", "total_population_17": 5240, "white_alone_17": 3661.0, "black_alone_17": 563.0, "native_alone_17": 0.0, "asian_alone_17": 178.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 814.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.912, "pct_black_alone_change": 2.666, "pct_native_alone_change": -0.23, "pct_asian_alone_change": 0.727, "pct_hispanic_or_latino_change": 3.658, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5797628", "INTPTLON": "-073.8293271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.840704, 40.586087 ], [ -73.833507, 40.586706 ], [ -73.829238, 40.587488 ], [ -73.82733, 40.587801 ], [ -73.825249, 40.586901 ], [ -73.824656, 40.585453 ], [ -73.824043, 40.58563 ], [ -73.823289, 40.584439 ], [ -73.823033, 40.583874 ], [ -73.822846, 40.58356 ], [ -73.822596, 40.583142 ], [ -73.82223, 40.582588 ], [ -73.821872, 40.582048 ], [ -73.82154, 40.581672 ], [ -73.821342, 40.581262 ], [ -73.82057, 40.579829 ], [ -73.816715, 40.576047 ], [ -73.816832, 40.576015 ], [ -73.817968, 40.575716 ], [ -73.827139, 40.573234 ], [ -73.827509, 40.573124 ], [ -73.833549, 40.57132 ], [ -73.835564, 40.5769 ], [ -73.836056, 40.577762 ], [ -73.8372, 40.579812 ], [ -73.837515, 40.580355 ], [ -73.838182, 40.581506 ], [ -73.838298, 40.581766 ], [ -73.838752, 40.582629 ], [ -73.840704, 40.586087 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081093900", "name": "Census Tract 939, Queens County, New York", "total_population_17": 5042, "white_alone_17": 1411.0, "black_alone_17": 185.0, "native_alone_17": 22.0, "asian_alone_17": 1853.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1578.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.785, "pct_black_alone_change": 2.921, "pct_native_alone_change": 0.222, "pct_asian_alone_change": 19.028, "pct_hispanic_or_latino_change": 12.024, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7985915", "INTPTLON": "-073.8428394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853072, 40.800113 ], [ -73.846654, 40.801024 ], [ -73.845397, 40.801024 ], [ -73.844076, 40.801023 ], [ -73.835409, 40.802199 ], [ -73.832354, 40.79637 ], [ -73.838693, 40.797046 ], [ -73.839037, 40.797052 ], [ -73.838434, 40.796787 ], [ -73.836633, 40.792516 ], [ -73.838283, 40.792784 ], [ -73.838874, 40.79295 ], [ -73.839068, 40.792992 ], [ -73.839265, 40.793059 ], [ -73.839422, 40.793133 ], [ -73.83955, 40.79321 ], [ -73.839707, 40.793333 ], [ -73.839785, 40.79341 ], [ -73.83997, 40.793566 ], [ -73.840073, 40.793637 ], [ -73.840235, 40.793731 ], [ -73.840456, 40.793832 ], [ -73.840678, 40.793908 ], [ -73.840761, 40.7925 ], [ -73.840815, 40.791505 ], [ -73.839874, 40.791471 ], [ -73.838957, 40.791438 ], [ -73.839005, 40.790617 ], [ -73.839923, 40.79065 ], [ -73.84, 40.789252 ], [ -73.840083, 40.787849 ], [ -73.841021, 40.787884 ], [ -73.841959, 40.787915 ], [ -73.842883, 40.787945 ], [ -73.843784, 40.787971 ], [ -73.844697, 40.788005 ], [ -73.845658, 40.788035 ], [ -73.846068, 40.78805 ], [ -73.846528, 40.788966 ], [ -73.846777, 40.789459 ], [ -73.847139, 40.790183 ], [ -73.847497, 40.790897 ], [ -73.847915, 40.791734 ], [ -73.848428, 40.79276 ], [ -73.848901, 40.793435 ], [ -73.853072, 40.800113 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081094201", "name": "Census Tract 942.01, Queens County, New York", "total_population_17": 3242, "white_alone_17": 771.0, "black_alone_17": 900.0, "native_alone_17": 124.0, "asian_alone_17": 123.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1395.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.026, "pct_black_alone_change": -8.182, "pct_native_alone_change": 3.113, "pct_asian_alone_change": 1.71, "pct_hispanic_or_latino_change": 16.593, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5857865", "INTPTLON": "-073.8213404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826992, 40.587989 ], [ -73.824736, 40.589221 ], [ -73.819835, 40.591897 ], [ -73.819576, 40.590975 ], [ -73.819446, 40.590156 ], [ -73.8194, 40.589864 ], [ -73.819333, 40.589441 ], [ -73.819312, 40.589307 ], [ -73.819133, 40.588048 ], [ -73.819097, 40.587821 ], [ -73.818913, 40.587576 ], [ -73.818785, 40.587508 ], [ -73.818439, 40.587318 ], [ -73.818186, 40.587191 ], [ -73.818046, 40.587045 ], [ -73.8177, 40.586484 ], [ -73.817229, 40.585687 ], [ -73.81599, 40.583698 ], [ -73.815702, 40.583429 ], [ -73.815837, 40.583276 ], [ -73.815635, 40.582807 ], [ -73.815896, 40.582739 ], [ -73.816554, 40.582569 ], [ -73.816846, 40.582463 ], [ -73.817026, 40.58241 ], [ -73.817308, 40.582335 ], [ -73.817601, 40.582261 ], [ -73.818209, 40.582117 ], [ -73.818382, 40.582077 ], [ -73.81887, 40.581933 ], [ -73.818956, 40.581901 ], [ -73.819187, 40.581809 ], [ -73.819292, 40.581767 ], [ -73.81939, 40.581728 ], [ -73.819644, 40.581686 ], [ -73.820366, 40.581498 ], [ -73.820483, 40.581465 ], [ -73.821342, 40.581262 ], [ -73.82154, 40.581672 ], [ -73.821872, 40.582048 ], [ -73.82223, 40.582588 ], [ -73.822596, 40.583142 ], [ -73.822846, 40.58356 ], [ -73.823033, 40.583874 ], [ -73.823289, 40.584439 ], [ -73.824043, 40.58563 ], [ -73.824656, 40.585453 ], [ -73.825249, 40.586901 ], [ -73.82733, 40.587801 ], [ -73.826992, 40.587989 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081094202", "name": "Census Tract 942.02, Queens County, New York", "total_population_17": 4617, "white_alone_17": 827.0, "black_alone_17": 1841.0, "native_alone_17": 0.0, "asian_alone_17": 476.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1355.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.294, "pct_black_alone_change": -14.962, "pct_native_alone_change": -0.551, "pct_asian_alone_change": 7.995, "pct_hispanic_or_latino_change": 7.028, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5913939", "INTPTLON": "-073.8105575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.819835, 40.591897 ], [ -73.816203, 40.593158 ], [ -73.81338, 40.59414 ], [ -73.810285, 40.595073 ], [ -73.807512, 40.597862 ], [ -73.804901, 40.595887 ], [ -73.804215, 40.595105 ], [ -73.803511, 40.594303 ], [ -73.802438, 40.59264 ], [ -73.802428, 40.592473 ], [ -73.802246, 40.590769 ], [ -73.801371, 40.590856 ], [ -73.801175, 40.590447 ], [ -73.801005, 40.589108 ], [ -73.801991, 40.588869 ], [ -73.802749, 40.588668 ], [ -73.803497, 40.588489 ], [ -73.803512, 40.588486 ], [ -73.804305, 40.588327 ], [ -73.805144, 40.588215 ], [ -73.806346, 40.58808 ], [ -73.807283, 40.588001 ], [ -73.809865, 40.587742 ], [ -73.811252, 40.587567 ], [ -73.812157, 40.587445 ], [ -73.813048, 40.587338 ], [ -73.813846, 40.587075 ], [ -73.814643, 40.586777 ], [ -73.815435, 40.58646 ], [ -73.81663, 40.585967 ], [ -73.816962, 40.585809 ], [ -73.817229, 40.585687 ], [ -73.8177, 40.586484 ], [ -73.818046, 40.587045 ], [ -73.818186, 40.587191 ], [ -73.818439, 40.587318 ], [ -73.818785, 40.587508 ], [ -73.818913, 40.587576 ], [ -73.819097, 40.587821 ], [ -73.819133, 40.588048 ], [ -73.819312, 40.589307 ], [ -73.819333, 40.589441 ], [ -73.8194, 40.589864 ], [ -73.819446, 40.590156 ], [ -73.819576, 40.590975 ], [ -73.819835, 40.591897 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081094203", "name": "Census Tract 942.03, Queens County, New York", "total_population_17": 6505, "white_alone_17": 3411.0, "black_alone_17": 453.0, "native_alone_17": 0.0, "asian_alone_17": 221.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2108.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.057, "pct_black_alone_change": -18.583, "pct_native_alone_change": -0.441, "pct_asian_alone_change": 0.567, "pct_hispanic_or_latino_change": 17.556, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5808043", "INTPTLON": "-073.8104280" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.821342, 40.581262 ], [ -73.820483, 40.581465 ], [ -73.820366, 40.581498 ], [ -73.819644, 40.581686 ], [ -73.81939, 40.581728 ], [ -73.819292, 40.581767 ], [ -73.819187, 40.581809 ], [ -73.818956, 40.581901 ], [ -73.81887, 40.581933 ], [ -73.818382, 40.582077 ], [ -73.818209, 40.582117 ], [ -73.817601, 40.582261 ], [ -73.817308, 40.582335 ], [ -73.817026, 40.58241 ], [ -73.816846, 40.582463 ], [ -73.816554, 40.582569 ], [ -73.815896, 40.582739 ], [ -73.815635, 40.582807 ], [ -73.815837, 40.583276 ], [ -73.815702, 40.583429 ], [ -73.81599, 40.583698 ], [ -73.817229, 40.585687 ], [ -73.816962, 40.585809 ], [ -73.81663, 40.585967 ], [ -73.815435, 40.58646 ], [ -73.814643, 40.586777 ], [ -73.813846, 40.587075 ], [ -73.813048, 40.587338 ], [ -73.812157, 40.587445 ], [ -73.811252, 40.587567 ], [ -73.809865, 40.587742 ], [ -73.807283, 40.588001 ], [ -73.806346, 40.58808 ], [ -73.805144, 40.588215 ], [ -73.804305, 40.588327 ], [ -73.803512, 40.588486 ], [ -73.803497, 40.588489 ], [ -73.802749, 40.588668 ], [ -73.801991, 40.588869 ], [ -73.801902, 40.588134 ], [ -73.80185, 40.587774 ], [ -73.801767, 40.58707 ], [ -73.801716, 40.586672 ], [ -73.801709, 40.586618 ], [ -73.80166, 40.586244 ], [ -73.801338, 40.585407 ], [ -73.801215, 40.584719 ], [ -73.800467, 40.580164 ], [ -73.809533, 40.577788 ], [ -73.814045, 40.576754 ], [ -73.816715, 40.576047 ], [ -73.82057, 40.579829 ], [ -73.821342, 40.581262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081094500", "name": "Census Tract 945, Queens County, New York", "total_population_17": 3896, "white_alone_17": 1939.0, "black_alone_17": 35.0, "native_alone_17": 0.0, "asian_alone_17": 791.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 999.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.16, "pct_black_alone_change": -0.528, "pct_native_alone_change": -0.499, "pct_asian_alone_change": 3.761, "pct_hispanic_or_latino_change": 13.873, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7927540", "INTPTLON": "-073.8288779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.840761, 40.7925 ], [ -73.840678, 40.793908 ], [ -73.840456, 40.793832 ], [ -73.840235, 40.793731 ], [ -73.840073, 40.793637 ], [ -73.83997, 40.793566 ], [ -73.839785, 40.79341 ], [ -73.839707, 40.793333 ], [ -73.83955, 40.79321 ], [ -73.839422, 40.793133 ], [ -73.839265, 40.793059 ], [ -73.839068, 40.792992 ], [ -73.838874, 40.79295 ], [ -73.838283, 40.792784 ], [ -73.836633, 40.792516 ], [ -73.838434, 40.796787 ], [ -73.839037, 40.797052 ], [ -73.838693, 40.797046 ], [ -73.832354, 40.79637 ], [ -73.835409, 40.802199 ], [ -73.831706, 40.802894 ], [ -73.83082, 40.80306 ], [ -73.830676, 40.803108 ], [ -73.829013, 40.800533 ], [ -73.82712, 40.797667 ], [ -73.825725, 40.795609 ], [ -73.824039, 40.793046 ], [ -73.823732, 40.792787 ], [ -73.823271, 40.792064 ], [ -73.82299, 40.791682 ], [ -73.822789, 40.7913 ], [ -73.822633, 40.790773 ], [ -73.822603, 40.790672 ], [ -73.822537, 40.790329 ], [ -73.822537, 40.789568 ], [ -73.822533, 40.789471 ], [ -73.822591, 40.789108 ], [ -73.822664, 40.78896 ], [ -73.822695, 40.788895 ], [ -73.822772, 40.788765 ], [ -73.822861, 40.788617 ], [ -73.822991, 40.788397 ], [ -73.823311, 40.787914 ], [ -73.823331, 40.787884 ], [ -73.823496, 40.787635 ], [ -73.823586, 40.787402 ], [ -73.823834, 40.786756 ], [ -73.823927, 40.786346 ], [ -73.824185, 40.785203 ], [ -73.824343, 40.78432 ], [ -73.824478, 40.785476 ], [ -73.824522, 40.785225 ], [ -73.824643, 40.784508 ], [ -73.824656, 40.784431 ], [ -73.824788, 40.78361 ], [ -73.824805, 40.7835 ], [ -73.824826, 40.783378 ], [ -73.824859, 40.783178 ], [ -73.824888, 40.783032 ], [ -73.824907, 40.782933 ], [ -73.825021, 40.782483 ], [ -73.825071, 40.782314 ], [ -73.82515, 40.782071 ], [ -73.825189, 40.781958 ], [ -73.825233, 40.781832 ], [ -73.825253, 40.781781 ], [ -73.825285, 40.781697 ], [ -73.825697, 40.781691 ], [ -73.826785, 40.781668 ], [ -73.82771, 40.781668 ], [ -73.836694, 40.78165 ], [ -73.837776, 40.781652 ], [ -73.838699, 40.781677 ], [ -73.83862, 40.783227 ], [ -73.838531, 40.7847 ], [ -73.838458, 40.785825 ], [ -73.838353, 40.78585 ], [ -73.838244, 40.787786 ], [ -73.839163, 40.78782 ], [ -73.840083, 40.787849 ], [ -73.84, 40.789252 ], [ -73.839923, 40.79065 ], [ -73.839005, 40.790617 ], [ -73.838957, 40.791438 ], [ -73.839874, 40.791471 ], [ -73.840815, 40.791505 ], [ -73.840761, 40.7925 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081094700", "name": "Census Tract 947, Queens County, New York", "total_population_17": 2536, "white_alone_17": 880.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 439.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1132.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.113, "pct_black_alone_change": -0.106, "pct_native_alone_change": -0.327, "pct_asian_alone_change": 3.426, "pct_hispanic_or_latino_change": 19.999, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7855766", "INTPTLON": "-073.8413716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.846068, 40.78805 ], [ -73.845658, 40.788035 ], [ -73.844697, 40.788005 ], [ -73.843784, 40.787971 ], [ -73.842883, 40.787945 ], [ -73.841959, 40.787915 ], [ -73.841021, 40.787884 ], [ -73.840083, 40.787849 ], [ -73.839163, 40.78782 ], [ -73.838244, 40.787786 ], [ -73.838353, 40.78585 ], [ -73.838458, 40.785825 ], [ -73.838531, 40.7847 ], [ -73.83862, 40.783227 ], [ -73.838699, 40.781677 ], [ -73.839604, 40.781693 ], [ -73.840504, 40.781693 ], [ -73.841409, 40.781691 ], [ -73.841321, 40.783225 ], [ -73.841209, 40.785158 ], [ -73.841173, 40.785245 ], [ -73.84211, 40.78528 ], [ -73.843027, 40.78531 ], [ -73.843918, 40.785341 ], [ -73.84481, 40.785369 ], [ -73.84576, 40.785399 ], [ -73.845737, 40.786 ], [ -73.845706, 40.786828 ], [ -73.845684, 40.787295 ], [ -73.845909, 40.787728 ], [ -73.846068, 40.78805 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081095400", "name": "Census Tract 954, Queens County, New York", "total_population_17": 5598, "white_alone_17": 487.0, "black_alone_17": 3407.0, "native_alone_17": 56.0, "asian_alone_17": 370.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1184.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.946, "pct_black_alone_change": -4.748, "pct_native_alone_change": 0.479, "pct_asian_alone_change": 4.453, "pct_hispanic_or_latino_change": 4.19, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5916392", "INTPTLON": "-073.7993734" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.807512, 40.597862 ], [ -73.802469, 40.600967 ], [ -73.793652, 40.602623 ], [ -73.796768, 40.599384 ], [ -73.796765, 40.599306 ], [ -73.79676, 40.599036 ], [ -73.796714, 40.598355 ], [ -73.796574, 40.596992 ], [ -73.796366, 40.594942 ], [ -73.796154, 40.592847 ], [ -73.796025, 40.591072 ], [ -73.795992, 40.590724 ], [ -73.795958, 40.590392 ], [ -73.795841, 40.589247 ], [ -73.79577, 40.588587 ], [ -73.795702, 40.587955 ], [ -73.795687, 40.58782 ], [ -73.795683, 40.587715 ], [ -73.795673, 40.587421 ], [ -73.795668, 40.587286 ], [ -73.795549, 40.586471 ], [ -73.795531, 40.585795 ], [ -73.794785, 40.581332 ], [ -73.799826, 40.580332 ], [ -73.800467, 40.580164 ], [ -73.801215, 40.584719 ], [ -73.801338, 40.585407 ], [ -73.80166, 40.586244 ], [ -73.801709, 40.586618 ], [ -73.801716, 40.586672 ], [ -73.801767, 40.58707 ], [ -73.80185, 40.587774 ], [ -73.801902, 40.588134 ], [ -73.801991, 40.588869 ], [ -73.801005, 40.589108 ], [ -73.801175, 40.590447 ], [ -73.801371, 40.590856 ], [ -73.802246, 40.590769 ], [ -73.802428, 40.592473 ], [ -73.802438, 40.59264 ], [ -73.803511, 40.594303 ], [ -73.804215, 40.595105 ], [ -73.804901, 40.595887 ], [ -73.807512, 40.597862 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081096400", "name": "Census Tract 964, Queens County, New York", "total_population_17": 5640, "white_alone_17": 488.0, "black_alone_17": 2987.0, "native_alone_17": 0.0, "asian_alone_17": 534.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1379.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.592, "pct_black_alone_change": -16.332, "pct_native_alone_change": -0.643, "pct_asian_alone_change": 7.994, "pct_hispanic_or_latino_change": 6.551, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5925505", "INTPTLON": "-073.7918429" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.796768, 40.599384 ], [ -73.793652, 40.602623 ], [ -73.789058, 40.605621 ], [ -73.786639, 40.603256 ], [ -73.786353, 40.603195 ], [ -73.786298, 40.60314 ], [ -73.786222, 40.603105 ], [ -73.786169, 40.603075 ], [ -73.786244, 40.602976 ], [ -73.78634, 40.602904 ], [ -73.786433, 40.60284 ], [ -73.786507, 40.602763 ], [ -73.786467, 40.602723 ], [ -73.78659, 40.602646 ], [ -73.786626, 40.602677 ], [ -73.786773, 40.602591 ], [ -73.786903, 40.60251 ], [ -73.787016, 40.602433 ], [ -73.787162, 40.602326 ], [ -73.78725, 40.602178 ], [ -73.787319, 40.60204 ], [ -73.787443, 40.601813 ], [ -73.787546, 40.601618 ], [ -73.787689, 40.601331 ], [ -73.78789, 40.601041 ], [ -73.78793, 40.600995 ], [ -73.788002, 40.600937 ], [ -73.788072, 40.600854 ], [ -73.788355, 40.600643 ], [ -73.788625, 40.60048 ], [ -73.788868, 40.600323 ], [ -73.789051, 40.600205 ], [ -73.789089, 40.600186 ], [ -73.789249, 40.600083 ], [ -73.789284, 40.60002 ], [ -73.789445, 40.599997 ], [ -73.789541, 40.599944 ], [ -73.789676, 40.599818 ], [ -73.789835, 40.599657 ], [ -73.789949, 40.599494 ], [ -73.790052, 40.599374 ], [ -73.790135, 40.599346 ], [ -73.790262, 40.59926 ], [ -73.790339, 40.599145 ], [ -73.790302, 40.598929 ], [ -73.790388, 40.598798 ], [ -73.790416, 40.598697 ], [ -73.790664, 40.598094 ], [ -73.790716, 40.59796 ], [ -73.790759, 40.59785 ], [ -73.790813, 40.597714 ], [ -73.790835, 40.597648 ], [ -73.790867, 40.597561 ], [ -73.7909, 40.597496 ], [ -73.790917, 40.59746 ], [ -73.790937, 40.597397 ], [ -73.790994, 40.597381 ], [ -73.791032, 40.597296 ], [ -73.791071, 40.597198 ], [ -73.79108, 40.597149 ], [ -73.791068, 40.597044 ], [ -73.791077, 40.596998 ], [ -73.791096, 40.596945 ], [ -73.791095, 40.596924 ], [ -73.791067, 40.596874 ], [ -73.791079, 40.596828 ], [ -73.791101, 40.596806 ], [ -73.791071, 40.596736 ], [ -73.791074, 40.596691 ], [ -73.791078, 40.596633 ], [ -73.791054, 40.596525 ], [ -73.791008, 40.596438 ], [ -73.790993, 40.596393 ], [ -73.790987, 40.596302 ], [ -73.790963, 40.596174 ], [ -73.790941, 40.596072 ], [ -73.790931, 40.595961 ], [ -73.790934, 40.595881 ], [ -73.790951, 40.595811 ], [ -73.790971, 40.595761 ], [ -73.791013, 40.595698 ], [ -73.791022, 40.595617 ], [ -73.791034, 40.59555 ], [ -73.791036, 40.595522 ], [ -73.791018, 40.595448 ], [ -73.790999, 40.5954 ], [ -73.79099, 40.595372 ], [ -73.790958, 40.595278 ], [ -73.790937, 40.59519 ], [ -73.790903, 40.595094 ], [ -73.790863, 40.595013 ], [ -73.790815, 40.594959 ], [ -73.790754, 40.594911 ], [ -73.790684, 40.594857 ], [ -73.790651, 40.594783 ], [ -73.790568, 40.594763 ], [ -73.790479, 40.594752 ], [ -73.79042, 40.594753 ], [ -73.790457, 40.59496 ], [ -73.79057, 40.594952 ], [ -73.790714, 40.596086 ], [ -73.790804, 40.596081 ], [ -73.790806, 40.596093 ], [ -73.790594, 40.596108 ], [ -73.790593, 40.596097 ], [ -73.790682, 40.596089 ], [ -73.790539, 40.594981 ], [ -73.790425, 40.594989 ], [ -73.790366, 40.594752 ], [ -73.790213, 40.594759 ], [ -73.790155, 40.594776 ], [ -73.790316, 40.596048 ], [ -73.790424, 40.596042 ], [ -73.790425, 40.596054 ], [ -73.790178, 40.596071 ], [ -73.790176, 40.59606 ], [ -73.790282, 40.596051 ], [ -73.790113, 40.594773 ], [ -73.789882, 40.594824 ], [ -73.789846, 40.59472 ], [ -73.789739, 40.594744 ], [ -73.789683, 40.594809 ], [ -73.789713, 40.594843 ], [ -73.789874, 40.596204 ], [ -73.789997, 40.596197 ], [ -73.789999, 40.596209 ], [ -73.789699, 40.596228 ], [ -73.789698, 40.596218 ], [ -73.789841, 40.596207 ], [ -73.789674, 40.59486 ], [ -73.78946, 40.594997 ], [ -73.789425, 40.594956 ], [ -73.789402, 40.59495 ], [ -73.789401, 40.594978 ], [ -73.789403, 40.59502 ], [ -73.789425, 40.595045 ], [ -73.789394, 40.595132 ], [ -73.789376, 40.595177 ], [ -73.789331, 40.595199 ], [ -73.78919, 40.594706 ], [ -73.789133, 40.594044 ], [ -73.789039, 40.59299 ], [ -73.788996, 40.592411 ], [ -73.788948, 40.592132 ], [ -73.788772, 40.59068 ], [ -73.788582, 40.588896 ], [ -73.788423, 40.587646 ], [ -73.788667, 40.586845 ], [ -73.787867, 40.581944 ], [ -73.787954, 40.581932 ], [ -73.794189, 40.58145 ], [ -73.794785, 40.581332 ], [ -73.795531, 40.585795 ], [ -73.795549, 40.586471 ], [ -73.795668, 40.587286 ], [ -73.795673, 40.587421 ], [ -73.795683, 40.587715 ], [ -73.795687, 40.58782 ], [ -73.795702, 40.587955 ], [ -73.79577, 40.588587 ], [ -73.795841, 40.589247 ], [ -73.795958, 40.590392 ], [ -73.795992, 40.590724 ], [ -73.796025, 40.591072 ], [ -73.796154, 40.592847 ], [ -73.796366, 40.594942 ], [ -73.796574, 40.596992 ], [ -73.796714, 40.598355 ], [ -73.79676, 40.599036 ], [ -73.796765, 40.599306 ], [ -73.796768, 40.599384 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081097202", "name": "Census Tract 972.02, Queens County, New York", "total_population_17": 3226, "white_alone_17": 147.0, "black_alone_17": 2152.0, "native_alone_17": 18.0, "asian_alone_17": 3.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 766.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.884, "pct_black_alone_change": -16.167, "pct_native_alone_change": 0.283, "pct_asian_alone_change": -0.09, "pct_hispanic_or_latino_change": 8.302, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5863940", "INTPTLON": "-073.7787117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.788996, 40.592411 ], [ -73.785062, 40.5922 ], [ -73.782462, 40.592334 ], [ -73.782424, 40.592336 ], [ -73.780059, 40.592574 ], [ -73.77948, 40.592632 ], [ -73.778878, 40.592692 ], [ -73.777868, 40.592791 ], [ -73.775317, 40.593056 ], [ -73.774457, 40.593142 ], [ -73.773601, 40.593229 ], [ -73.772713, 40.593321 ], [ -73.772701, 40.593123 ], [ -73.771844, 40.593292 ], [ -73.771496, 40.593405 ], [ -73.771094, 40.593536 ], [ -73.770231, 40.593975 ], [ -73.769888, 40.592099 ], [ -73.769766, 40.59149 ], [ -73.769639, 40.590769 ], [ -73.769812, 40.590403 ], [ -73.76881, 40.584608 ], [ -73.768924, 40.584595 ], [ -73.787867, 40.581944 ], [ -73.788667, 40.586845 ], [ -73.788423, 40.587646 ], [ -73.788582, 40.588896 ], [ -73.788772, 40.59068 ], [ -73.788948, 40.592132 ], [ -73.788996, 40.592411 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081097203", "name": "Census Tract 972.03, Queens County, New York", "total_population_17": 7002, "white_alone_17": 213.0, "black_alone_17": 3961.0, "native_alone_17": 52.0, "asian_alone_17": 191.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2598.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.928, "pct_black_alone_change": -17.87, "pct_native_alone_change": 0.355, "pct_asian_alone_change": 1.917, "pct_hispanic_or_latino_change": 20.354, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.6036722", "INTPTLON": "-073.7803703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.791079, 40.596828 ], [ -73.791067, 40.596874 ], [ -73.791095, 40.596924 ], [ -73.791096, 40.596945 ], [ -73.791077, 40.596998 ], [ -73.791068, 40.597044 ], [ -73.79108, 40.597149 ], [ -73.791071, 40.597198 ], [ -73.791032, 40.597296 ], [ -73.790994, 40.597381 ], [ -73.790937, 40.597397 ], [ -73.790917, 40.59746 ], [ -73.7909, 40.597496 ], [ -73.790867, 40.597561 ], [ -73.790835, 40.597648 ], [ -73.790813, 40.597714 ], [ -73.790759, 40.59785 ], [ -73.790716, 40.59796 ], [ -73.790664, 40.598094 ], [ -73.790416, 40.598697 ], [ -73.790388, 40.598798 ], [ -73.790302, 40.598929 ], [ -73.790339, 40.599145 ], [ -73.790262, 40.59926 ], [ -73.790135, 40.599346 ], [ -73.790052, 40.599374 ], [ -73.789949, 40.599494 ], [ -73.789835, 40.599657 ], [ -73.789676, 40.599818 ], [ -73.789541, 40.599944 ], [ -73.789445, 40.599997 ], [ -73.789284, 40.60002 ], [ -73.789249, 40.600083 ], [ -73.789089, 40.600186 ], [ -73.789051, 40.600205 ], [ -73.788868, 40.600323 ], [ -73.788625, 40.60048 ], [ -73.788355, 40.600643 ], [ -73.788072, 40.600854 ], [ -73.788002, 40.600937 ], [ -73.78793, 40.600995 ], [ -73.78789, 40.601041 ], [ -73.787689, 40.601331 ], [ -73.787546, 40.601618 ], [ -73.787443, 40.601813 ], [ -73.787319, 40.60204 ], [ -73.78725, 40.602178 ], [ -73.787162, 40.602326 ], [ -73.787016, 40.602433 ], [ -73.786903, 40.60251 ], [ -73.786773, 40.602591 ], [ -73.786626, 40.602677 ], [ -73.78659, 40.602646 ], [ -73.786467, 40.602723 ], [ -73.786507, 40.602763 ], [ -73.786433, 40.60284 ], [ -73.78634, 40.602904 ], [ -73.786244, 40.602976 ], [ -73.786169, 40.603075 ], [ -73.786222, 40.603105 ], [ -73.786298, 40.60314 ], [ -73.786353, 40.603195 ], [ -73.786639, 40.603256 ], [ -73.789058, 40.605621 ], [ -73.780354, 40.611308 ], [ -73.777321, 40.613078 ], [ -73.772374, 40.608452 ], [ -73.772374, 40.607295 ], [ -73.772374, 40.607088 ], [ -73.772607, 40.60296 ], [ -73.771156, 40.598298 ], [ -73.771093, 40.598013 ], [ -73.770662, 40.596002 ], [ -73.771495, 40.595911 ], [ -73.772327, 40.595823 ], [ -73.772827, 40.595801 ], [ -73.773548, 40.595781 ], [ -73.773773, 40.595775 ], [ -73.77387, 40.595772 ], [ -73.774771, 40.595735 ], [ -73.775724, 40.595669 ], [ -73.776552, 40.595611 ], [ -73.777393, 40.595554 ], [ -73.778219, 40.595498 ], [ -73.779036, 40.595444 ], [ -73.779939, 40.595382 ], [ -73.780916, 40.595325 ], [ -73.781836, 40.595267 ], [ -73.783612, 40.595145 ], [ -73.784545, 40.595076 ], [ -73.785872, 40.594982 ], [ -73.786265, 40.594955 ], [ -73.787044, 40.594911 ], [ -73.787243, 40.594824 ], [ -73.788052, 40.594502 ], [ -73.789133, 40.594044 ], [ -73.78919, 40.594706 ], [ -73.789331, 40.595199 ], [ -73.789376, 40.595177 ], [ -73.789394, 40.595132 ], [ -73.789425, 40.595045 ], [ -73.789403, 40.59502 ], [ -73.789401, 40.594978 ], [ -73.789402, 40.59495 ], [ -73.789425, 40.594956 ], [ -73.78946, 40.594997 ], [ -73.789674, 40.59486 ], [ -73.789841, 40.596207 ], [ -73.789698, 40.596218 ], [ -73.789699, 40.596228 ], [ -73.789999, 40.596209 ], [ -73.789997, 40.596197 ], [ -73.789874, 40.596204 ], [ -73.789713, 40.594843 ], [ -73.789683, 40.594809 ], [ -73.789739, 40.594744 ], [ -73.789846, 40.59472 ], [ -73.789882, 40.594824 ], [ -73.790113, 40.594773 ], [ -73.790282, 40.596051 ], [ -73.790176, 40.59606 ], [ -73.790178, 40.596071 ], [ -73.790425, 40.596054 ], [ -73.790424, 40.596042 ], [ -73.790316, 40.596048 ], [ -73.790155, 40.594776 ], [ -73.790213, 40.594759 ], [ -73.790366, 40.594752 ], [ -73.790425, 40.594989 ], [ -73.790539, 40.594981 ], [ -73.790682, 40.596089 ], [ -73.790593, 40.596097 ], [ -73.790594, 40.596108 ], [ -73.790806, 40.596093 ], [ -73.790804, 40.596081 ], [ -73.790714, 40.596086 ], [ -73.79057, 40.594952 ], [ -73.790457, 40.59496 ], [ -73.79042, 40.594753 ], [ -73.790479, 40.594752 ], [ -73.790568, 40.594763 ], [ -73.790651, 40.594783 ], [ -73.790684, 40.594857 ], [ -73.790754, 40.594911 ], [ -73.790815, 40.594959 ], [ -73.790863, 40.595013 ], [ -73.790903, 40.595094 ], [ -73.790937, 40.59519 ], [ -73.790958, 40.595278 ], [ -73.79099, 40.595372 ], [ -73.790999, 40.5954 ], [ -73.791018, 40.595448 ], [ -73.791036, 40.595522 ], [ -73.791034, 40.59555 ], [ -73.791022, 40.595617 ], [ -73.791013, 40.595698 ], [ -73.790971, 40.595761 ], [ -73.790951, 40.595811 ], [ -73.790934, 40.595881 ], [ -73.790931, 40.595961 ], [ -73.790941, 40.596072 ], [ -73.790963, 40.596174 ], [ -73.790987, 40.596302 ], [ -73.790993, 40.596393 ], [ -73.791008, 40.596438 ], [ -73.791054, 40.596525 ], [ -73.791078, 40.596633 ], [ -73.791074, 40.596691 ], [ -73.791071, 40.596736 ], [ -73.791101, 40.596806 ], [ -73.791079, 40.596828 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081097204", "name": "Census Tract 972.04, Queens County, New York", "total_population_17": 3741, "white_alone_17": 266.0, "black_alone_17": 2025.0, "native_alone_17": 0.0, "asian_alone_17": 41.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1301.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.14, "pct_black_alone_change": -20.31, "pct_native_alone_change": -0.388, "pct_asian_alone_change": 0.285, "pct_hispanic_or_latino_change": 18.027, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.5939070", "INTPTLON": "-073.7811283" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.789133, 40.594044 ], [ -73.788052, 40.594502 ], [ -73.787243, 40.594824 ], [ -73.787044, 40.594911 ], [ -73.786265, 40.594955 ], [ -73.785872, 40.594982 ], [ -73.784545, 40.595076 ], [ -73.783612, 40.595145 ], [ -73.781836, 40.595267 ], [ -73.780916, 40.595325 ], [ -73.779939, 40.595382 ], [ -73.779036, 40.595444 ], [ -73.778219, 40.595498 ], [ -73.777393, 40.595554 ], [ -73.776552, 40.595611 ], [ -73.775724, 40.595669 ], [ -73.774771, 40.595735 ], [ -73.77387, 40.595772 ], [ -73.773695, 40.594375 ], [ -73.773675, 40.593893 ], [ -73.772808, 40.594074 ], [ -73.772713, 40.593321 ], [ -73.773601, 40.593229 ], [ -73.774457, 40.593142 ], [ -73.775317, 40.593056 ], [ -73.777868, 40.592791 ], [ -73.778878, 40.592692 ], [ -73.77948, 40.592632 ], [ -73.780059, 40.592574 ], [ -73.782424, 40.592336 ], [ -73.782462, 40.592334 ], [ -73.785062, 40.5922 ], [ -73.788996, 40.592411 ], [ -73.789039, 40.59299 ], [ -73.789133, 40.594044 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081097300", "name": "Census Tract 973, Queens County, New York", "total_population_17": 1812, "white_alone_17": 1490.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 121.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 175.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.352, "pct_black_alone_change": -0.131, "pct_native_alone_change": -0.044, "pct_asian_alone_change": -0.287, "pct_hispanic_or_latino_change": 2.168, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7949673", "INTPTLON": "-073.8235370" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.830546, 40.803151 ], [ -73.830509, 40.803164 ], [ -73.830404, 40.803199 ], [ -73.83023, 40.803267 ], [ -73.827583, 40.803936 ], [ -73.824088, 40.798048 ], [ -73.823837, 40.797589 ], [ -73.823541, 40.797131 ], [ -73.822689, 40.797798 ], [ -73.821985, 40.798415 ], [ -73.821213, 40.799039 ], [ -73.820004, 40.797143 ], [ -73.819001, 40.795643 ], [ -73.818571, 40.794996 ], [ -73.81815, 40.794316 ], [ -73.817812, 40.793481 ], [ -73.817652, 40.793083 ], [ -73.817485, 40.792666 ], [ -73.817213, 40.791986 ], [ -73.816824, 40.791026 ], [ -73.816628, 40.790256 ], [ -73.816381, 40.789278 ], [ -73.816125, 40.788268 ], [ -73.816072, 40.787931 ], [ -73.816086, 40.787807 ], [ -73.816239, 40.787867 ], [ -73.816599, 40.788005 ], [ -73.816732, 40.788061 ], [ -73.816895, 40.788132 ], [ -73.819028, 40.789017 ], [ -73.819348, 40.789144 ], [ -73.819417, 40.789163 ], [ -73.820039, 40.789432 ], [ -73.820249, 40.789482 ], [ -73.820354, 40.789507 ], [ -73.820673, 40.789571 ], [ -73.820995, 40.789624 ], [ -73.821321, 40.789666 ], [ -73.821648, 40.789697 ], [ -73.821858, 40.789696 ], [ -73.822026, 40.789682 ], [ -73.822212, 40.789653 ], [ -73.822362, 40.789616 ], [ -73.82248, 40.789587 ], [ -73.822537, 40.789568 ], [ -73.822537, 40.790329 ], [ -73.822603, 40.790672 ], [ -73.822633, 40.790773 ], [ -73.822789, 40.7913 ], [ -73.82299, 40.791682 ], [ -73.823271, 40.792064 ], [ -73.823732, 40.792787 ], [ -73.824039, 40.793046 ], [ -73.825725, 40.795609 ], [ -73.82712, 40.797667 ], [ -73.829013, 40.800533 ], [ -73.830676, 40.803108 ], [ -73.830546, 40.803151 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081098100", "name": "Census Tract 981, Queens County, New York", "total_population_17": 2417, "white_alone_17": 1510.0, "black_alone_17": 0.0, "native_alone_17": 58.0, "asian_alone_17": 449.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 354.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.937, "pct_black_alone_change": -0.262, "pct_native_alone_change": 2.243, "pct_asian_alone_change": 6.208, "pct_hispanic_or_latino_change": 6.417, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7982603", "INTPTLON": "-073.8158489" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827583, 40.803936 ], [ -73.823438, 40.80481 ], [ -73.817418, 40.80579 ], [ -73.811299, 40.805397 ], [ -73.810145, 40.797147 ], [ -73.810438, 40.796644 ], [ -73.810562, 40.796301 ], [ -73.810426, 40.795501 ], [ -73.810436, 40.795009 ], [ -73.811736, 40.795108 ], [ -73.811794, 40.795893 ], [ -73.813019, 40.795952 ], [ -73.81354, 40.795262 ], [ -73.813763, 40.794996 ], [ -73.813561, 40.794464 ], [ -73.813233, 40.793648 ], [ -73.81296, 40.792966 ], [ -73.812577, 40.792005 ], [ -73.812278, 40.791258 ], [ -73.8119, 40.790313 ], [ -73.811523, 40.78937 ], [ -73.813805, 40.788841 ], [ -73.813313, 40.787493 ], [ -73.813351, 40.787284 ], [ -73.813366, 40.787209 ], [ -73.813374, 40.787156 ], [ -73.813848, 40.787235 ], [ -73.814592, 40.787375 ], [ -73.815184, 40.787537 ], [ -73.815265, 40.78756 ], [ -73.815591, 40.787651 ], [ -73.816086, 40.787807 ], [ -73.816072, 40.787931 ], [ -73.816125, 40.788268 ], [ -73.816381, 40.789278 ], [ -73.816628, 40.790256 ], [ -73.816824, 40.791026 ], [ -73.817213, 40.791986 ], [ -73.817485, 40.792666 ], [ -73.817652, 40.793083 ], [ -73.817812, 40.793481 ], [ -73.81815, 40.794316 ], [ -73.818571, 40.794996 ], [ -73.819001, 40.795643 ], [ -73.820004, 40.797143 ], [ -73.821213, 40.799039 ], [ -73.821985, 40.798415 ], [ -73.822689, 40.797798 ], [ -73.823541, 40.797131 ], [ -73.823837, 40.797589 ], [ -73.824088, 40.798048 ], [ -73.827583, 40.803936 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081098700", "name": "Census Tract 987, Queens County, New York", "total_population_17": 2519, "white_alone_17": 1867.0, "black_alone_17": 52.0, "native_alone_17": 0.0, "asian_alone_17": 305.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 234.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.528, "pct_black_alone_change": 1.756, "pct_native_alone_change": -0.154, "pct_asian_alone_change": 0.642, "pct_hispanic_or_latino_change": -0.599, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7953927", "INTPTLON": "-073.8068620" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.813805, 40.788841 ], [ -73.811523, 40.78937 ], [ -73.8119, 40.790313 ], [ -73.812278, 40.791258 ], [ -73.812577, 40.792005 ], [ -73.81296, 40.792966 ], [ -73.813233, 40.793648 ], [ -73.813561, 40.794464 ], [ -73.813763, 40.794996 ], [ -73.81354, 40.795262 ], [ -73.813019, 40.795952 ], [ -73.811794, 40.795893 ], [ -73.811736, 40.795108 ], [ -73.810436, 40.795009 ], [ -73.810426, 40.795501 ], [ -73.810562, 40.796301 ], [ -73.810438, 40.796644 ], [ -73.810145, 40.797147 ], [ -73.811299, 40.805397 ], [ -73.804543, 40.803554 ], [ -73.799745, 40.802199 ], [ -73.800037, 40.796245 ], [ -73.800124, 40.795701 ], [ -73.800149, 40.795568 ], [ -73.801207, 40.795656 ], [ -73.801231, 40.795532 ], [ -73.802166, 40.795613 ], [ -73.802671, 40.795647 ], [ -73.802785, 40.795618 ], [ -73.802893, 40.795574 ], [ -73.802992, 40.795517 ], [ -73.803075, 40.795448 ], [ -73.803141, 40.795371 ], [ -73.803161, 40.795166 ], [ -73.803248, 40.79444 ], [ -73.804126, 40.794508 ], [ -73.804268, 40.793497 ], [ -73.804367, 40.792787 ], [ -73.804462, 40.792076 ], [ -73.804562, 40.791367 ], [ -73.807331, 40.791552 ], [ -73.807425, 40.790873 ], [ -73.807522, 40.790167 ], [ -73.807622, 40.789461 ], [ -73.807955, 40.78701 ], [ -73.807974, 40.786892 ], [ -73.807399, 40.786818 ], [ -73.806646, 40.78676 ], [ -73.806387, 40.786436 ], [ -73.806277, 40.786299 ], [ -73.808395, 40.786511 ], [ -73.809533, 40.786651 ], [ -73.810022, 40.786702 ], [ -73.810826, 40.786808 ], [ -73.811462, 40.786887 ], [ -73.81156, 40.786899 ], [ -73.812687, 40.787053 ], [ -73.812955, 40.787094 ], [ -73.813374, 40.787156 ], [ -73.813366, 40.787209 ], [ -73.813351, 40.787284 ], [ -73.813313, 40.787493 ], [ -73.813805, 40.788841 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099100", "name": "Census Tract 991, Queens County, New York", "total_population_17": 7051, "white_alone_17": 4785.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1296.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 683.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.137, "pct_black_alone_change": -0.661, "pct_native_alone_change": -0.105, "pct_asian_alone_change": 9.49, "pct_hispanic_or_latino_change": 3.38, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7919649", "INTPTLON": "-073.7988773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.807955, 40.78701 ], [ -73.807622, 40.789461 ], [ -73.807522, 40.790167 ], [ -73.807425, 40.790873 ], [ -73.807331, 40.791552 ], [ -73.804562, 40.791367 ], [ -73.804462, 40.792076 ], [ -73.804367, 40.792787 ], [ -73.804268, 40.793497 ], [ -73.804126, 40.794508 ], [ -73.803248, 40.79444 ], [ -73.803161, 40.795166 ], [ -73.803141, 40.795371 ], [ -73.803075, 40.795448 ], [ -73.802992, 40.795517 ], [ -73.802893, 40.795574 ], [ -73.802785, 40.795618 ], [ -73.802671, 40.795647 ], [ -73.802166, 40.795613 ], [ -73.801231, 40.795532 ], [ -73.801207, 40.795656 ], [ -73.800149, 40.795568 ], [ -73.800124, 40.795701 ], [ -73.800037, 40.796245 ], [ -73.799745, 40.802199 ], [ -73.797133, 40.80141 ], [ -73.793559, 40.80038 ], [ -73.793573, 40.798958 ], [ -73.793518, 40.796606 ], [ -73.793554, 40.79396 ], [ -73.793558, 40.793758 ], [ -73.793547, 40.793466 ], [ -73.793491, 40.792949 ], [ -73.793472, 40.792815 ], [ -73.793455, 40.792711 ], [ -73.793395, 40.792406 ], [ -73.793382, 40.792343 ], [ -73.793278, 40.79198 ], [ -73.793194, 40.791736 ], [ -73.793069, 40.791414 ], [ -73.793033, 40.791321 ], [ -73.79285, 40.790885 ], [ -73.792779, 40.790752 ], [ -73.792657, 40.790521 ], [ -73.792411, 40.79007 ], [ -73.792056, 40.789567 ], [ -73.791896, 40.789363 ], [ -73.791848, 40.789304 ], [ -73.79164, 40.789061 ], [ -73.79159, 40.789008 ], [ -73.791418, 40.788851 ], [ -73.791017, 40.788484 ], [ -73.790896, 40.788382 ], [ -73.790705, 40.788225 ], [ -73.791645, 40.787776 ], [ -73.792468, 40.787393 ], [ -73.793808, 40.786798 ], [ -73.793302, 40.786893 ], [ -73.793896, 40.786636 ], [ -73.794101, 40.78656 ], [ -73.79436, 40.786462 ], [ -73.79494, 40.786275 ], [ -73.795805, 40.786071 ], [ -73.795933, 40.786052 ], [ -73.796806, 40.785925 ], [ -73.796851, 40.785911 ], [ -73.797832, 40.785846 ], [ -73.798803, 40.785869 ], [ -73.79926, 40.785885 ], [ -73.799744, 40.785903 ], [ -73.799813, 40.785907 ], [ -73.800685, 40.785951 ], [ -73.801574, 40.785983 ], [ -73.801766, 40.78599 ], [ -73.80215, 40.786004 ], [ -73.802422, 40.786019 ], [ -73.804558, 40.786148 ], [ -73.806277, 40.786299 ], [ -73.806387, 40.786436 ], [ -73.806646, 40.78676 ], [ -73.807399, 40.786818 ], [ -73.807974, 40.786892 ], [ -73.807955, 40.78701 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099200", "name": "Census Tract 992, Queens County, New York", "total_population_17": 4146, "white_alone_17": 477.0, "black_alone_17": 2017.0, "native_alone_17": 0.0, "asian_alone_17": 50.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1385.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.07, "pct_black_alone_change": -2.535, "pct_native_alone_change": -0.753, "pct_asian_alone_change": -1.628, "pct_hispanic_or_latino_change": 7.473, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5938729", "INTPTLON": "-073.7677462" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.773773, 40.595775 ], [ -73.773548, 40.595781 ], [ -73.772827, 40.595801 ], [ -73.772327, 40.595823 ], [ -73.771495, 40.595911 ], [ -73.770662, 40.596002 ], [ -73.771093, 40.598013 ], [ -73.771156, 40.598298 ], [ -73.771093, 40.598308 ], [ -73.771062, 40.598308 ], [ -73.770953, 40.598292 ], [ -73.770839, 40.598223 ], [ -73.770794, 40.5982 ], [ -73.770743, 40.598185 ], [ -73.770689, 40.598177 ], [ -73.770634, 40.598175 ], [ -73.770587, 40.598151 ], [ -73.770548, 40.598117 ], [ -73.770501, 40.5981 ], [ -73.770467, 40.598096 ], [ -73.770445, 40.598098 ], [ -73.770373, 40.598092 ], [ -73.7703, 40.598092 ], [ -73.770228, 40.598099 ], [ -73.770157, 40.598113 ], [ -73.769886, 40.598119 ], [ -73.769817, 40.598133 ], [ -73.769757, 40.598145 ], [ -73.769699, 40.598175 ], [ -73.769667, 40.598191 ], [ -73.769605, 40.598223 ], [ -73.769562, 40.598244 ], [ -73.769514, 40.598257 ], [ -73.769477, 40.598258 ], [ -73.76944, 40.598253 ], [ -73.769422, 40.598249 ], [ -73.769376, 40.598232 ], [ -73.76934, 40.598217 ], [ -73.769288, 40.598196 ], [ -73.76925, 40.598181 ], [ -73.769186, 40.59816 ], [ -73.769108, 40.598135 ], [ -73.768952, 40.598083 ], [ -73.768898, 40.598061 ], [ -73.768778, 40.598007 ], [ -73.768723, 40.597984 ], [ -73.76864, 40.597953 ], [ -73.768577, 40.597931 ], [ -73.768487, 40.597903 ], [ -73.768405, 40.597892 ], [ -73.768335, 40.597873 ], [ -73.768273, 40.597849 ], [ -73.76819, 40.597825 ], [ -73.768155, 40.59782 ], [ -73.768114, 40.59783 ], [ -73.768095, 40.597853 ], [ -73.768089, 40.597861 ], [ -73.768067, 40.597911 ], [ -73.767718, 40.596261 ], [ -73.767464, 40.596303 ], [ -73.767417, 40.596311 ], [ -73.767157, 40.596712 ], [ -73.767145, 40.596743 ], [ -73.767185, 40.596894 ], [ -73.767206, 40.597036 ], [ -73.767212, 40.597189 ], [ -73.767201, 40.597306 ], [ -73.767191, 40.597403 ], [ -73.767156, 40.597552 ], [ -73.767068, 40.597779 ], [ -73.766961, 40.597966 ], [ -73.76688, 40.598077 ], [ -73.766744, 40.598231 ], [ -73.766619, 40.598347 ], [ -73.766388, 40.598518 ], [ -73.766171, 40.598642 ], [ -73.765997, 40.598721 ], [ -73.766542, 40.599434 ], [ -73.764446, 40.600435 ], [ -73.763868, 40.599727 ], [ -73.763361, 40.599105 ], [ -73.761658, 40.599973 ], [ -73.761588, 40.599901 ], [ -73.761288, 40.599549 ], [ -73.761815, 40.598951 ], [ -73.762553, 40.598318 ], [ -73.763335, 40.597823 ], [ -73.7632, 40.597145 ], [ -73.762997, 40.595987 ], [ -73.762778, 40.594757 ], [ -73.76363, 40.594667 ], [ -73.764402, 40.594572 ], [ -73.76429, 40.59394 ], [ -73.764049, 40.592739 ], [ -73.763871, 40.591751 ], [ -73.763762, 40.59144 ], [ -73.763514, 40.59037 ], [ -73.763578, 40.589911 ], [ -73.763943, 40.585172 ], [ -73.76881, 40.584608 ], [ -73.769812, 40.590403 ], [ -73.769639, 40.590769 ], [ -73.769766, 40.59149 ], [ -73.769888, 40.592099 ], [ -73.770231, 40.593975 ], [ -73.771094, 40.593536 ], [ -73.771496, 40.593405 ], [ -73.771844, 40.593292 ], [ -73.772701, 40.593123 ], [ -73.772713, 40.593321 ], [ -73.772808, 40.594074 ], [ -73.773675, 40.593893 ], [ -73.773695, 40.594375 ], [ -73.77387, 40.595772 ], [ -73.773773, 40.595775 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099701", "name": "Census Tract 997.01, Queens County, New York", "total_population_17": 2717, "white_alone_17": 2000.0, "black_alone_17": 2.0, "native_alone_17": 8.0, "asian_alone_17": 417.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 283.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.8, "pct_black_alone_change": -0.427, "pct_native_alone_change": 0.222, "pct_asian_alone_change": 1.774, "pct_hispanic_or_latino_change": 6.225, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7809357", "INTPTLON": "-073.7899124" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.79497, 40.786188 ], [ -73.79494, 40.786275 ], [ -73.79436, 40.786462 ], [ -73.794101, 40.78656 ], [ -73.793896, 40.786636 ], [ -73.793302, 40.786893 ], [ -73.793808, 40.786798 ], [ -73.792468, 40.787393 ], [ -73.791645, 40.787776 ], [ -73.790705, 40.788225 ], [ -73.790583, 40.788129 ], [ -73.790402, 40.787987 ], [ -73.790293, 40.787893 ], [ -73.789804, 40.787535 ], [ -73.78814, 40.786317 ], [ -73.78808, 40.786267 ], [ -73.787585, 40.785858 ], [ -73.787466, 40.785728 ], [ -73.787127, 40.785357 ], [ -73.786582, 40.784685 ], [ -73.786522, 40.784597 ], [ -73.786458, 40.784502 ], [ -73.78622, 40.784154 ], [ -73.786045, 40.783894 ], [ -73.785894, 40.783638 ], [ -73.785731, 40.783295 ], [ -73.785693, 40.783181 ], [ -73.785422, 40.782385 ], [ -73.785284, 40.781959 ], [ -73.784966, 40.780347 ], [ -73.784936, 40.780174 ], [ -73.784791, 40.77943 ], [ -73.78477, 40.77928 ], [ -73.784742, 40.779079 ], [ -73.784729, 40.778987 ], [ -73.784672, 40.77803 ], [ -73.784648, 40.777607 ], [ -73.784593, 40.776141 ], [ -73.784914, 40.776041 ], [ -73.785694, 40.775813 ], [ -73.786265, 40.775646 ], [ -73.786551, 40.775558 ], [ -73.78741, 40.775318 ], [ -73.78827, 40.775075 ], [ -73.788936, 40.774896 ], [ -73.789136, 40.774847 ], [ -73.789842, 40.774687 ], [ -73.79035, 40.774573 ], [ -73.791483, 40.774278 ], [ -73.791635, 40.774239 ], [ -73.792713, 40.773788 ], [ -73.792758, 40.774023 ], [ -73.792914, 40.774751 ], [ -73.793043, 40.775468 ], [ -73.793187, 40.776205 ], [ -73.793348, 40.777019 ], [ -73.793507, 40.777825 ], [ -73.793667, 40.778652 ], [ -73.793682, 40.778734 ], [ -73.793872, 40.779684 ], [ -73.794017, 40.780439 ], [ -73.794325, 40.781892 ], [ -73.794398, 40.782255 ], [ -73.794448, 40.782601 ], [ -73.794591, 40.783333 ], [ -73.794734, 40.784049 ], [ -73.794776, 40.784237 ], [ -73.794899, 40.784799 ], [ -73.795086, 40.785851 ], [ -73.79497, 40.786188 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099703", "name": "Census Tract 997.03, Queens County, New York", "total_population_17": 3899, "white_alone_17": 2396.0, "black_alone_17": 38.0, "native_alone_17": 31.0, "asian_alone_17": 1111.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 140.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.432, "pct_black_alone_change": -0.613, "pct_native_alone_change": 0.654, "pct_asian_alone_change": 11.761, "pct_hispanic_or_latino_change": -2.464, "pct_native_hawaiian_pacific_islander_change": -0.007, "INTPTLAT": "+40.7829752", "INTPTLON": "-073.7747051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.782273, 40.788816 ], [ -73.782259, 40.788972 ], [ -73.782229, 40.789127 ], [ -73.782181, 40.789279 ], [ -73.782142, 40.789371 ], [ -73.782097, 40.789486 ], [ -73.782048, 40.789613 ], [ -73.781998, 40.789743 ], [ -73.781715, 40.79053 ], [ -73.781205, 40.789588 ], [ -73.779655, 40.789063 ], [ -73.77873, 40.788686 ], [ -73.778404, 40.788559 ], [ -73.77818, 40.788461 ], [ -73.777961, 40.788364 ], [ -73.776553, 40.78763 ], [ -73.774096, 40.786297 ], [ -73.774076, 40.785917 ], [ -73.772617, 40.784191 ], [ -73.772092, 40.78357 ], [ -73.771607, 40.782996 ], [ -73.770601, 40.782085 ], [ -73.76981, 40.781298 ], [ -73.769304, 40.780782 ], [ -73.769088, 40.780533 ], [ -73.769024, 40.780451 ], [ -73.768581, 40.779877 ], [ -73.768338, 40.779635 ], [ -73.768273, 40.77962 ], [ -73.768159, 40.779636 ], [ -73.768135, 40.77959 ], [ -73.768232, 40.779502 ], [ -73.768201, 40.779444 ], [ -73.767197, 40.779771 ], [ -73.767207, 40.779867 ], [ -73.767012, 40.779957 ], [ -73.767073, 40.78007 ], [ -73.767024, 40.780086 ], [ -73.766928, 40.779918 ], [ -73.766958, 40.7799 ], [ -73.76689, 40.779779 ], [ -73.766776, 40.779812 ], [ -73.766759, 40.779784 ], [ -73.766863, 40.77974 ], [ -73.767088, 40.779667 ], [ -73.767135, 40.779742 ], [ -73.768162, 40.779397 ], [ -73.768078, 40.779252 ], [ -73.767843, 40.778832 ], [ -73.767605, 40.778299 ], [ -73.76802, 40.778168 ], [ -73.768156, 40.778125 ], [ -73.768407, 40.778662 ], [ -73.768642, 40.779087 ], [ -73.76935, 40.778875 ], [ -73.771132, 40.778341 ], [ -73.772036, 40.77807 ], [ -73.772903, 40.777804 ], [ -73.773783, 40.777547 ], [ -73.774655, 40.777286 ], [ -73.775537, 40.777026 ], [ -73.775724, 40.7779 ], [ -73.775839, 40.778613 ], [ -73.775599, 40.779323 ], [ -73.775498, 40.779495 ], [ -73.775416, 40.779677 ], [ -73.775355, 40.779868 ], [ -73.775319, 40.780065 ], [ -73.775307, 40.780265 ], [ -73.775321, 40.780466 ], [ -73.77536, 40.780666 ], [ -73.775425, 40.78086 ], [ -73.775513, 40.781047 ], [ -73.775622, 40.781225 ], [ -73.77575, 40.781391 ], [ -73.775895, 40.781544 ], [ -73.776523, 40.782447 ], [ -73.77732, 40.783569 ], [ -73.778676, 40.785446 ], [ -73.77999, 40.787197 ], [ -73.780692, 40.787979 ], [ -73.78227, 40.788661 ], [ -73.782273, 40.788816 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099704", "name": "Census Tract 997.04, Queens County, New York", "total_population_17": 6809, "white_alone_17": 4316.0, "black_alone_17": 64.0, "native_alone_17": 0.0, "asian_alone_17": 1604.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 740.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.497, "pct_black_alone_change": -0.648, "pct_native_alone_change": -0.141, "pct_asian_alone_change": 6.824, "pct_hispanic_or_latino_change": 4.813, "pct_native_hawaiian_pacific_islander_change": -0.007, "INTPTLAT": "+40.7817296", "INTPTLON": "-073.7806843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.785422, 40.782385 ], [ -73.785196, 40.782429 ], [ -73.78237, 40.782969 ], [ -73.782617, 40.784312 ], [ -73.783529, 40.788745 ], [ -73.783324, 40.788746 ], [ -73.783118, 40.788745 ], [ -73.782914, 40.788707 ], [ -73.782713, 40.788669 ], [ -73.782518, 40.788618 ], [ -73.78227, 40.788661 ], [ -73.780692, 40.787979 ], [ -73.77999, 40.787197 ], [ -73.778676, 40.785446 ], [ -73.77732, 40.783569 ], [ -73.776523, 40.782447 ], [ -73.775895, 40.781544 ], [ -73.77575, 40.781391 ], [ -73.775622, 40.781225 ], [ -73.775513, 40.781047 ], [ -73.775425, 40.78086 ], [ -73.77536, 40.780666 ], [ -73.775321, 40.780466 ], [ -73.775307, 40.780265 ], [ -73.775319, 40.780065 ], [ -73.775355, 40.779868 ], [ -73.775416, 40.779677 ], [ -73.775498, 40.779495 ], [ -73.775599, 40.779323 ], [ -73.775839, 40.778613 ], [ -73.776784, 40.77841 ], [ -73.777694, 40.77816 ], [ -73.778588, 40.777912 ], [ -73.779397, 40.777686 ], [ -73.779477, 40.777664 ], [ -73.780362, 40.777387 ], [ -73.782798, 40.776666 ], [ -73.784076, 40.776289 ], [ -73.784414, 40.776192 ], [ -73.784593, 40.776141 ], [ -73.784648, 40.777607 ], [ -73.784672, 40.77803 ], [ -73.784729, 40.778987 ], [ -73.784742, 40.779079 ], [ -73.78477, 40.77928 ], [ -73.784791, 40.77943 ], [ -73.784936, 40.780174 ], [ -73.784966, 40.780347 ], [ -73.785284, 40.781959 ], [ -73.785422, 40.782385 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099705", "name": "Census Tract 997.05, Queens County, New York", "total_population_17": 2790, "white_alone_17": 1449.0, "black_alone_17": 0.0, "native_alone_17": 25.0, "asian_alone_17": 1055.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 200.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.949, "pct_black_alone_change": -1.588, "pct_native_alone_change": 0.755, "pct_asian_alone_change": 21.081, "pct_hispanic_or_latino_change": 1.113, "pct_native_hawaiian_pacific_islander_change": -0.007, "INTPTLAT": "+40.7950060", "INTPTLON": "-073.7748800" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.793559, 40.80038 ], [ -73.793371, 40.800387 ], [ -73.79002, 40.80023 ], [ -73.787918, 40.800362 ], [ -73.787316, 40.800853 ], [ -73.784745, 40.802592 ], [ -73.782676, 40.805386 ], [ -73.779556, 40.811247 ], [ -73.778958, 40.811713 ], [ -73.774869, 40.80691 ], [ -73.770899, 40.802246 ], [ -73.766229, 40.79676 ], [ -73.763712, 40.793803 ], [ -73.757103, 40.789692 ], [ -73.756187, 40.788703 ], [ -73.758799, 40.784299 ], [ -73.760142, 40.780674 ], [ -73.767605, 40.778299 ], [ -73.767843, 40.778832 ], [ -73.768078, 40.779252 ], [ -73.768162, 40.779397 ], [ -73.767135, 40.779742 ], [ -73.767088, 40.779667 ], [ -73.766863, 40.77974 ], [ -73.766759, 40.779784 ], [ -73.766776, 40.779812 ], [ -73.76689, 40.779779 ], [ -73.766958, 40.7799 ], [ -73.766928, 40.779918 ], [ -73.767024, 40.780086 ], [ -73.767073, 40.78007 ], [ -73.767012, 40.779957 ], [ -73.767207, 40.779867 ], [ -73.767197, 40.779771 ], [ -73.768201, 40.779444 ], [ -73.768232, 40.779502 ], [ -73.768135, 40.77959 ], [ -73.768159, 40.779636 ], [ -73.768273, 40.77962 ], [ -73.768338, 40.779635 ], [ -73.768581, 40.779877 ], [ -73.769024, 40.780451 ], [ -73.769088, 40.780533 ], [ -73.769304, 40.780782 ], [ -73.76981, 40.781298 ], [ -73.770601, 40.782085 ], [ -73.771607, 40.782996 ], [ -73.772092, 40.78357 ], [ -73.772617, 40.784191 ], [ -73.774076, 40.785917 ], [ -73.774096, 40.786297 ], [ -73.774265, 40.786651 ], [ -73.774357, 40.786662 ], [ -73.774455, 40.78668 ], [ -73.774512, 40.786729 ], [ -73.774562, 40.786821 ], [ -73.774586, 40.786878 ], [ -73.774631, 40.786919 ], [ -73.774751, 40.786906 ], [ -73.774807, 40.786971 ], [ -73.774862, 40.787079 ], [ -73.775048, 40.787193 ], [ -73.775872, 40.78802 ], [ -73.776337, 40.788487 ], [ -73.776289, 40.788514 ], [ -73.775019, 40.787394 ], [ -73.774446, 40.787179 ], [ -73.774324, 40.787082 ], [ -73.77423, 40.787065 ], [ -73.7742, 40.787026 ], [ -73.7742, 40.786962 ], [ -73.774264, 40.786929 ], [ -73.77439, 40.786857 ], [ -73.774392, 40.786815 ], [ -73.774346, 40.786772 ], [ -73.774268, 40.786757 ], [ -73.774171, 40.786762 ], [ -73.773989, 40.786779 ], [ -73.773791, 40.786829 ], [ -73.772303, 40.787299 ], [ -73.772185, 40.787315 ], [ -73.772088, 40.787332 ], [ -73.771993, 40.787356 ], [ -73.771902, 40.787387 ], [ -73.771738, 40.787464 ], [ -73.771616, 40.787526 ], [ -73.771497, 40.78759 ], [ -73.771399, 40.787657 ], [ -73.77133, 40.787687 ], [ -73.771244, 40.787732 ], [ -73.771192, 40.787755 ], [ -73.770823, 40.787983 ], [ -73.770771, 40.788057 ], [ -73.770726, 40.788134 ], [ -73.770689, 40.788214 ], [ -73.770661, 40.788296 ], [ -73.770642, 40.788379 ], [ -73.770631, 40.788463 ], [ -73.770878, 40.788777 ], [ -73.771128, 40.789013 ], [ -73.771443, 40.789343 ], [ -73.771668, 40.789592 ], [ -73.771719, 40.789661 ], [ -73.771746, 40.789695 ], [ -73.771733, 40.789738 ], [ -73.77173, 40.789782 ], [ -73.771734, 40.789809 ], [ -73.771779, 40.789903 ], [ -73.771851, 40.789962 ], [ -73.771944, 40.790001 ], [ -73.772026, 40.790064 ], [ -73.772133, 40.790179 ], [ -73.772173, 40.790253 ], [ -73.772206, 40.790328 ], [ -73.772233, 40.790405 ], [ -73.772253, 40.790484 ], [ -73.772238, 40.790659 ], [ -73.772235, 40.790746 ], [ -73.772279, 40.790946 ], [ -73.772259, 40.791106 ], [ -73.772251, 40.791226 ], [ -73.772253, 40.79136 ], [ -73.772326, 40.791481 ], [ -73.772363, 40.791538 ], [ -73.772414, 40.791585 ], [ -73.772509, 40.791656 ], [ -73.77268, 40.791783 ], [ -73.77272, 40.791844 ], [ -73.772779, 40.791898 ], [ -73.772877, 40.791998 ], [ -73.77308, 40.792145 ], [ -73.773275, 40.792322 ], [ -73.773302, 40.792371 ], [ -73.773336, 40.792417 ], [ -73.773375, 40.79246 ], [ -73.77342, 40.7925 ], [ -73.773496, 40.792581 ], [ -73.773567, 40.792664 ], [ -73.773632, 40.79275 ], [ -73.773681, 40.792866 ], [ -73.773747, 40.793082 ], [ -73.773756, 40.793159 ], [ -73.773823, 40.793277 ], [ -73.773883, 40.793397 ], [ -73.773936, 40.793519 ], [ -73.773981, 40.793643 ], [ -73.774018, 40.793768 ], [ -73.774029, 40.793857 ], [ -73.774036, 40.793945 ], [ -73.774016, 40.793971 ], [ -73.774009, 40.794015 ], [ -73.774045, 40.794068 ], [ -73.774096, 40.79409 ], [ -73.774151, 40.794138 ], [ -73.774185, 40.794196 ], [ -73.774221, 40.794275 ], [ -73.774264, 40.794351 ], [ -73.774314, 40.794425 ], [ -73.774372, 40.794496 ], [ -73.774436, 40.794563 ], [ -73.774718, 40.79486 ], [ -73.774794, 40.79492 ], [ -73.774874, 40.794977 ], [ -73.774959, 40.79503 ], [ -73.775048, 40.795079 ], [ -73.775094, 40.795116 ], [ -73.775193, 40.795206 ], [ -73.775329, 40.795309 ], [ -73.775464, 40.795436 ], [ -73.775621, 40.795594 ], [ -73.775807, 40.795782 ], [ -73.77592, 40.795875 ], [ -73.776067, 40.796007 ], [ -73.776249, 40.796138 ], [ -73.776476, 40.796237 ], [ -73.776654, 40.79633 ], [ -73.776814, 40.796411 ], [ -73.777039, 40.796498 ], [ -73.777188, 40.796545 ], [ -73.777362, 40.796587 ], [ -73.777471, 40.796633 ], [ -73.777542, 40.796642 ], [ -73.777646, 40.796643 ], [ -73.777752, 40.796692 ], [ -73.777905, 40.796704 ], [ -73.778103, 40.79674 ], [ -73.778271, 40.796725 ], [ -73.778432, 40.7967 ], [ -73.778535, 40.796673 ], [ -73.778603, 40.796664 ], [ -73.778715, 40.796597 ], [ -73.779273, 40.796638 ], [ -73.779284, 40.796675 ], [ -73.779362, 40.796685 ], [ -73.779433, 40.796662 ], [ -73.779469, 40.796608 ], [ -73.77945, 40.796576 ], [ -73.779758, 40.796197 ], [ -73.779898, 40.796238 ], [ -73.781542, 40.79566 ], [ -73.781658, 40.795559 ], [ -73.781726, 40.795428 ], [ -73.781825, 40.795077 ], [ -73.782003, 40.794975 ], [ -73.782367, 40.79496 ], [ -73.782868, 40.794987 ], [ -73.783054, 40.794991 ], [ -73.783137, 40.794988 ], [ -73.783187, 40.794978 ], [ -73.783218, 40.794964 ], [ -73.783239, 40.794941 ], [ -73.783259, 40.794924 ], [ -73.783265, 40.79488 ], [ -73.783273, 40.794833 ], [ -73.783296, 40.794821 ], [ -73.78332, 40.794788 ], [ -73.783318, 40.794758 ], [ -73.783289, 40.79476 ], [ -73.783255, 40.794784 ], [ -73.783215, 40.794825 ], [ -73.78317, 40.794876 ], [ -73.78314, 40.794897 ], [ -73.78311, 40.794914 ], [ -73.783075, 40.794917 ], [ -73.782844, 40.794902 ], [ -73.782655, 40.794901 ], [ -73.782582, 40.794883 ], [ -73.781904, 40.794901 ], [ -73.78181, 40.794802 ], [ -73.781529, 40.794725 ], [ -73.781318, 40.794605 ], [ -73.781005, 40.794385 ], [ -73.780792, 40.794036 ], [ -73.7807, 40.793649 ], [ -73.780724, 40.793334 ], [ -73.78081, 40.793358 ], [ -73.780822, 40.793319 ], [ -73.781642, 40.793525 ], [ -73.78166, 40.793482 ], [ -73.781616, 40.793471 ], [ -73.781627, 40.793455 ], [ -73.781684, 40.793322 ], [ -73.781639, 40.79331 ], [ -73.781582, 40.793444 ], [ -73.781589, 40.793464 ], [ -73.780836, 40.793281 ], [ -73.78085, 40.793252 ], [ -73.780779, 40.79319 ], [ -73.780775, 40.792991 ], [ -73.780898, 40.792194 ], [ -73.781078, 40.791677 ], [ -73.781234, 40.791485 ], [ -73.78143, 40.791371 ], [ -73.781525, 40.791233 ], [ -73.781605, 40.791218 ], [ -73.781702, 40.791175 ], [ -73.781747, 40.791133 ], [ -73.782273, 40.791374 ], [ -73.782388, 40.791376 ], [ -73.781715, 40.79053 ], [ -73.781998, 40.789743 ], [ -73.782048, 40.789613 ], [ -73.782097, 40.789486 ], [ -73.782142, 40.789371 ], [ -73.782181, 40.789279 ], [ -73.782229, 40.789127 ], [ -73.782259, 40.788972 ], [ -73.782273, 40.788816 ], [ -73.78227, 40.788661 ], [ -73.782518, 40.788618 ], [ -73.782713, 40.788669 ], [ -73.782914, 40.788707 ], [ -73.783118, 40.788745 ], [ -73.783324, 40.788746 ], [ -73.783529, 40.788745 ], [ -73.782617, 40.784312 ], [ -73.78237, 40.782969 ], [ -73.785196, 40.782429 ], [ -73.785422, 40.782385 ], [ -73.785693, 40.783181 ], [ -73.785731, 40.783295 ], [ -73.785894, 40.783638 ], [ -73.786045, 40.783894 ], [ -73.78622, 40.784154 ], [ -73.786458, 40.784502 ], [ -73.786522, 40.784597 ], [ -73.786582, 40.784685 ], [ -73.787127, 40.785357 ], [ -73.787466, 40.785728 ], [ -73.787585, 40.785858 ], [ -73.78808, 40.786267 ], [ -73.78814, 40.786317 ], [ -73.789804, 40.787535 ], [ -73.790293, 40.787893 ], [ -73.790402, 40.787987 ], [ -73.790583, 40.788129 ], [ -73.790705, 40.788225 ], [ -73.790896, 40.788382 ], [ -73.791017, 40.788484 ], [ -73.791418, 40.788851 ], [ -73.79159, 40.789008 ], [ -73.79164, 40.789061 ], [ -73.791848, 40.789304 ], [ -73.791896, 40.789363 ], [ -73.792056, 40.789567 ], [ -73.792411, 40.79007 ], [ -73.792657, 40.790521 ], [ -73.792779, 40.790752 ], [ -73.79285, 40.790885 ], [ -73.793033, 40.791321 ], [ -73.793069, 40.791414 ], [ -73.793194, 40.791736 ], [ -73.793278, 40.79198 ], [ -73.793382, 40.792343 ], [ -73.793395, 40.792406 ], [ -73.793455, 40.792711 ], [ -73.793472, 40.792815 ], [ -73.793491, 40.792949 ], [ -73.793547, 40.793466 ], [ -73.793558, 40.793758 ], [ -73.793554, 40.79396 ], [ -73.793518, 40.796606 ], [ -73.793573, 40.798958 ], [ -73.793559, 40.80038 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099801", "name": "Census Tract 998.01, Queens County, New York", "total_population_17": 8230, "white_alone_17": 743.0, "black_alone_17": 5201.0, "native_alone_17": 0.0, "asian_alone_17": 285.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1897.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.659, "pct_black_alone_change": 7.719, "pct_native_alone_change": -0.263, "pct_asian_alone_change": 2.045, "pct_hispanic_or_latino_change": -0.834, "pct_native_hawaiian_pacific_islander_change": -0.008, "INTPTLAT": "+40.5980835", "INTPTLON": "-073.7575992" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.763335, 40.597823 ], [ -73.762553, 40.598318 ], [ -73.761815, 40.598951 ], [ -73.761288, 40.599549 ], [ -73.761588, 40.599901 ], [ -73.761658, 40.599973 ], [ -73.761356, 40.600157 ], [ -73.761106, 40.600261 ], [ -73.759712, 40.600993 ], [ -73.759664, 40.601138 ], [ -73.759499, 40.601071 ], [ -73.759324, 40.601019 ], [ -73.759141, 40.600982 ], [ -73.758955, 40.600962 ], [ -73.758768, 40.600959 ], [ -73.757936, 40.600852 ], [ -73.757874, 40.601323 ], [ -73.755542, 40.600979 ], [ -73.754713, 40.600855 ], [ -73.753754, 40.600712 ], [ -73.75391, 40.600112 ], [ -73.754068, 40.599502 ], [ -73.752478, 40.599245 ], [ -73.753047, 40.597787 ], [ -73.75321, 40.597323 ], [ -73.753203, 40.595152 ], [ -73.753986, 40.59514 ], [ -73.754492, 40.595156 ], [ -73.756018, 40.595205 ], [ -73.757144, 40.595301 ], [ -73.757421, 40.595322 ], [ -73.757962, 40.595365 ], [ -73.758352, 40.595465 ], [ -73.759392, 40.595841 ], [ -73.75962, 40.595935 ], [ -73.760409, 40.596103 ], [ -73.761302, 40.596151 ], [ -73.762156, 40.596085 ], [ -73.762997, 40.595987 ], [ -73.7632, 40.597145 ], [ -73.763335, 40.597823 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099802", "name": "Census Tract 998.02, Queens County, New York", "total_population_17": 5462, "white_alone_17": 1124.0, "black_alone_17": 3290.0, "native_alone_17": 0.0, "asian_alone_17": 61.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 987.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.892, "pct_black_alone_change": 4.757, "pct_native_alone_change": -0.263, "pct_asian_alone_change": -0.301, "pct_hispanic_or_latino_change": -5.814, "pct_native_hawaiian_pacific_islander_change": -0.008, "INTPTLAT": "+40.5879098", "INTPTLON": "-073.7585360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.764402, 40.594572 ], [ -73.76363, 40.594667 ], [ -73.762778, 40.594757 ], [ -73.762997, 40.595987 ], [ -73.762156, 40.596085 ], [ -73.761302, 40.596151 ], [ -73.760409, 40.596103 ], [ -73.75962, 40.595935 ], [ -73.759392, 40.595841 ], [ -73.758352, 40.595465 ], [ -73.757962, 40.595365 ], [ -73.757421, 40.595322 ], [ -73.757144, 40.595301 ], [ -73.756018, 40.595205 ], [ -73.754492, 40.595156 ], [ -73.753986, 40.59514 ], [ -73.753203, 40.595152 ], [ -73.753197, 40.594627 ], [ -73.753189, 40.593779 ], [ -73.753187, 40.593623 ], [ -73.75318, 40.592876 ], [ -73.752771, 40.592387 ], [ -73.75237, 40.591232 ], [ -73.752589, 40.590181 ], [ -73.752371, 40.587965 ], [ -73.755183, 40.585649 ], [ -73.755502, 40.585387 ], [ -73.755567, 40.583186 ], [ -73.75557, 40.583094 ], [ -73.763943, 40.585172 ], [ -73.763578, 40.589911 ], [ -73.763514, 40.59037 ], [ -73.763762, 40.59144 ], [ -73.763871, 40.591751 ], [ -73.764049, 40.592739 ], [ -73.76429, 40.59394 ], [ -73.764402, 40.594572 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081099900", "name": "Census Tract 999, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7916054", "INTPTLON": "-073.7767241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.78332, 40.794788 ], [ -73.783296, 40.794821 ], [ -73.783273, 40.794833 ], [ -73.783265, 40.79488 ], [ -73.783259, 40.794924 ], [ -73.783239, 40.794941 ], [ -73.783218, 40.794964 ], [ -73.783187, 40.794978 ], [ -73.783137, 40.794988 ], [ -73.783054, 40.794991 ], [ -73.782868, 40.794987 ], [ -73.782367, 40.79496 ], [ -73.782003, 40.794975 ], [ -73.781825, 40.795077 ], [ -73.781726, 40.795428 ], [ -73.781658, 40.795559 ], [ -73.781542, 40.79566 ], [ -73.779898, 40.796238 ], [ -73.779758, 40.796197 ], [ -73.77945, 40.796576 ], [ -73.779469, 40.796608 ], [ -73.779433, 40.796662 ], [ -73.779362, 40.796685 ], [ -73.779284, 40.796675 ], [ -73.779273, 40.796638 ], [ -73.778715, 40.796597 ], [ -73.778603, 40.796664 ], [ -73.778535, 40.796673 ], [ -73.778432, 40.7967 ], [ -73.778271, 40.796725 ], [ -73.778103, 40.79674 ], [ -73.777905, 40.796704 ], [ -73.777752, 40.796692 ], [ -73.777646, 40.796643 ], [ -73.777542, 40.796642 ], [ -73.777471, 40.796633 ], [ -73.777362, 40.796587 ], [ -73.777188, 40.796545 ], [ -73.777039, 40.796498 ], [ -73.776814, 40.796411 ], [ -73.776654, 40.79633 ], [ -73.776476, 40.796237 ], [ -73.776249, 40.796138 ], [ -73.776067, 40.796007 ], [ -73.77592, 40.795875 ], [ -73.775807, 40.795782 ], [ -73.775621, 40.795594 ], [ -73.775464, 40.795436 ], [ -73.775329, 40.795309 ], [ -73.775193, 40.795206 ], [ -73.775094, 40.795116 ], [ -73.775048, 40.795079 ], [ -73.774959, 40.79503 ], [ -73.774874, 40.794977 ], [ -73.774794, 40.79492 ], [ -73.774718, 40.79486 ], [ -73.774436, 40.794563 ], [ -73.774372, 40.794496 ], [ -73.774314, 40.794425 ], [ -73.774264, 40.794351 ], [ -73.774221, 40.794275 ], [ -73.774185, 40.794196 ], [ -73.774151, 40.794138 ], [ -73.774096, 40.79409 ], [ -73.774045, 40.794068 ], [ -73.774009, 40.794015 ], [ -73.774016, 40.793971 ], [ -73.774036, 40.793945 ], [ -73.774029, 40.793857 ], [ -73.774018, 40.793768 ], [ -73.773981, 40.793643 ], [ -73.773936, 40.793519 ], [ -73.773883, 40.793397 ], [ -73.773823, 40.793277 ], [ -73.773756, 40.793159 ], [ -73.773747, 40.793082 ], [ -73.773681, 40.792866 ], [ -73.773632, 40.79275 ], [ -73.773567, 40.792664 ], [ -73.773496, 40.792581 ], [ -73.77342, 40.7925 ], [ -73.773375, 40.79246 ], [ -73.773336, 40.792417 ], [ -73.773302, 40.792371 ], [ -73.773275, 40.792322 ], [ -73.77308, 40.792145 ], [ -73.772877, 40.791998 ], [ -73.772779, 40.791898 ], [ -73.77272, 40.791844 ], [ -73.77268, 40.791783 ], [ -73.772509, 40.791656 ], [ -73.772414, 40.791585 ], [ -73.772363, 40.791538 ], [ -73.772326, 40.791481 ], [ -73.772253, 40.79136 ], [ -73.772251, 40.791226 ], [ -73.772259, 40.791106 ], [ -73.772279, 40.790946 ], [ -73.772235, 40.790746 ], [ -73.772238, 40.790659 ], [ -73.772253, 40.790484 ], [ -73.772233, 40.790405 ], [ -73.772206, 40.790328 ], [ -73.772173, 40.790253 ], [ -73.772133, 40.790179 ], [ -73.772026, 40.790064 ], [ -73.771944, 40.790001 ], [ -73.771851, 40.789962 ], [ -73.771779, 40.789903 ], [ -73.771734, 40.789809 ], [ -73.77173, 40.789782 ], [ -73.771733, 40.789738 ], [ -73.771746, 40.789695 ], [ -73.771719, 40.789661 ], [ -73.771668, 40.789592 ], [ -73.771443, 40.789343 ], [ -73.771128, 40.789013 ], [ -73.770878, 40.788777 ], [ -73.770631, 40.788463 ], [ -73.770642, 40.788379 ], [ -73.770661, 40.788296 ], [ -73.770689, 40.788214 ], [ -73.770726, 40.788134 ], [ -73.770771, 40.788057 ], [ -73.770823, 40.787983 ], [ -73.771192, 40.787755 ], [ -73.771244, 40.787732 ], [ -73.77133, 40.787687 ], [ -73.771399, 40.787657 ], [ -73.771497, 40.78759 ], [ -73.771616, 40.787526 ], [ -73.771738, 40.787464 ], [ -73.771902, 40.787387 ], [ -73.771993, 40.787356 ], [ -73.772088, 40.787332 ], [ -73.772185, 40.787315 ], [ -73.772303, 40.787299 ], [ -73.773791, 40.786829 ], [ -73.773989, 40.786779 ], [ -73.774171, 40.786762 ], [ -73.774268, 40.786757 ], [ -73.774346, 40.786772 ], [ -73.774392, 40.786815 ], [ -73.77439, 40.786857 ], [ -73.774264, 40.786929 ], [ -73.7742, 40.786962 ], [ -73.7742, 40.787026 ], [ -73.77423, 40.787065 ], [ -73.774324, 40.787082 ], [ -73.774446, 40.787179 ], [ -73.775019, 40.787394 ], [ -73.776289, 40.788514 ], [ -73.776337, 40.788487 ], [ -73.775872, 40.78802 ], [ -73.775048, 40.787193 ], [ -73.774862, 40.787079 ], [ -73.774807, 40.786971 ], [ -73.774751, 40.786906 ], [ -73.774631, 40.786919 ], [ -73.774586, 40.786878 ], [ -73.774562, 40.786821 ], [ -73.774512, 40.786729 ], [ -73.774455, 40.78668 ], [ -73.774357, 40.786662 ], [ -73.774265, 40.786651 ], [ -73.774096, 40.786297 ], [ -73.776553, 40.78763 ], [ -73.777961, 40.788364 ], [ -73.77818, 40.788461 ], [ -73.778404, 40.788559 ], [ -73.77873, 40.788686 ], [ -73.779655, 40.789063 ], [ -73.781205, 40.789588 ], [ -73.781715, 40.79053 ], [ -73.782388, 40.791376 ], [ -73.782273, 40.791374 ], [ -73.781747, 40.791133 ], [ -73.781702, 40.791175 ], [ -73.781605, 40.791218 ], [ -73.781525, 40.791233 ], [ -73.78143, 40.791371 ], [ -73.781234, 40.791485 ], [ -73.781078, 40.791677 ], [ -73.780898, 40.792194 ], [ -73.780775, 40.792991 ], [ -73.780779, 40.79319 ], [ -73.78085, 40.793252 ], [ -73.780836, 40.793281 ], [ -73.781589, 40.793464 ], [ -73.781582, 40.793444 ], [ -73.781639, 40.79331 ], [ -73.781684, 40.793322 ], [ -73.781627, 40.793455 ], [ -73.781616, 40.793471 ], [ -73.78166, 40.793482 ], [ -73.781642, 40.793525 ], [ -73.780822, 40.793319 ], [ -73.78081, 40.793358 ], [ -73.780724, 40.793334 ], [ -73.7807, 40.793649 ], [ -73.780792, 40.794036 ], [ -73.781005, 40.794385 ], [ -73.781318, 40.794605 ], [ -73.781529, 40.794725 ], [ -73.78181, 40.794802 ], [ -73.781904, 40.794901 ], [ -73.782582, 40.794883 ], [ -73.782655, 40.794901 ], [ -73.782844, 40.794902 ], [ -73.783075, 40.794917 ], [ -73.78311, 40.794914 ], [ -73.78314, 40.794897 ], [ -73.78317, 40.794876 ], [ -73.783215, 40.794825 ], [ -73.783255, 40.794784 ], [ -73.783289, 40.79476 ], [ -73.783318, 40.794758 ], [ -73.78332, 40.794788 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081100801", "name": "Census Tract 1008.01, Queens County, New York", "total_population_17": 2506, "white_alone_17": 1145.0, "black_alone_17": 822.0, "native_alone_17": 0.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 484.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 30.774, "pct_black_alone_change": -23.173, "pct_native_alone_change": -0.427, "pct_asian_alone_change": -1.781, "pct_hispanic_or_latino_change": -2.801, "pct_native_hawaiian_pacific_islander_change": -0.031, "INTPTLAT": "+40.6113410", "INTPTLON": "-073.7661007" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.777321, 40.613078 ], [ -73.772268, 40.615136 ], [ -73.766657, 40.61457 ], [ -73.765931, 40.614153 ], [ -73.763476, 40.613706 ], [ -73.763454, 40.61369 ], [ -73.762084, 40.612732 ], [ -73.760021, 40.611349 ], [ -73.759631, 40.611297 ], [ -73.759334, 40.611258 ], [ -73.75891, 40.611206 ], [ -73.759736, 40.610155 ], [ -73.759824, 40.609647 ], [ -73.760953, 40.606452 ], [ -73.761345, 40.606541 ], [ -73.762693, 40.606651 ], [ -73.763933, 40.606729 ], [ -73.764222, 40.606753 ], [ -73.765705, 40.606857 ], [ -73.766274, 40.606892 ], [ -73.767248, 40.606959 ], [ -73.768014, 40.607007 ], [ -73.768821, 40.607061 ], [ -73.769497, 40.607109 ], [ -73.76992, 40.606596 ], [ -73.772374, 40.607295 ], [ -73.772374, 40.608452 ], [ -73.777321, 40.613078 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081100802", "name": "Census Tract 1008.02, Queens County, New York", "total_population_17": 8954, "white_alone_17": 2596.0, "black_alone_17": 3737.0, "native_alone_17": 0.0, "asian_alone_17": 359.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2178.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.077, "pct_black_alone_change": -14.238, "pct_native_alone_change": -0.427, "pct_asian_alone_change": 0.033, "pct_hispanic_or_latino_change": 2.209, "pct_native_hawaiian_pacific_islander_change": -0.031, "INTPTLAT": "+40.6027274", "INTPTLON": "-073.7643804" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.772374, 40.607088 ], [ -73.772374, 40.607295 ], [ -73.76992, 40.606596 ], [ -73.769497, 40.607109 ], [ -73.768821, 40.607061 ], [ -73.768014, 40.607007 ], [ -73.767248, 40.606959 ], [ -73.766274, 40.606892 ], [ -73.765705, 40.606857 ], [ -73.764222, 40.606753 ], [ -73.763933, 40.606729 ], [ -73.762693, 40.606651 ], [ -73.761345, 40.606541 ], [ -73.760953, 40.606452 ], [ -73.759776, 40.606228 ], [ -73.759103, 40.60609 ], [ -73.758773, 40.606029 ], [ -73.757784, 40.605832 ], [ -73.757594, 40.605802 ], [ -73.756651, 40.605619 ], [ -73.755274, 40.605334 ], [ -73.754419, 40.604978 ], [ -73.753999, 40.604783 ], [ -73.753538, 40.604569 ], [ -73.75285, 40.60426 ], [ -73.753356, 40.602274 ], [ -73.753754, 40.600712 ], [ -73.754713, 40.600855 ], [ -73.755542, 40.600979 ], [ -73.757874, 40.601323 ], [ -73.757936, 40.600852 ], [ -73.758768, 40.600959 ], [ -73.758955, 40.600962 ], [ -73.759141, 40.600982 ], [ -73.759324, 40.601019 ], [ -73.759499, 40.601071 ], [ -73.759664, 40.601138 ], [ -73.759712, 40.600993 ], [ -73.761106, 40.600261 ], [ -73.761356, 40.600157 ], [ -73.761658, 40.599973 ], [ -73.763361, 40.599105 ], [ -73.763868, 40.599727 ], [ -73.764446, 40.600435 ], [ -73.766542, 40.599434 ], [ -73.765997, 40.598721 ], [ -73.766171, 40.598642 ], [ -73.766388, 40.598518 ], [ -73.766619, 40.598347 ], [ -73.766744, 40.598231 ], [ -73.76688, 40.598077 ], [ -73.766961, 40.597966 ], [ -73.767068, 40.597779 ], [ -73.767156, 40.597552 ], [ -73.767191, 40.597403 ], [ -73.767201, 40.597306 ], [ -73.767212, 40.597189 ], [ -73.767206, 40.597036 ], [ -73.767185, 40.596894 ], [ -73.767145, 40.596743 ], [ -73.767157, 40.596712 ], [ -73.767417, 40.596311 ], [ -73.767464, 40.596303 ], [ -73.767718, 40.596261 ], [ -73.768067, 40.597911 ], [ -73.768089, 40.597861 ], [ -73.768095, 40.597853 ], [ -73.768114, 40.59783 ], [ -73.768155, 40.59782 ], [ -73.76819, 40.597825 ], [ -73.768273, 40.597849 ], [ -73.768335, 40.597873 ], [ -73.768405, 40.597892 ], [ -73.768487, 40.597903 ], [ -73.768577, 40.597931 ], [ -73.76864, 40.597953 ], [ -73.768723, 40.597984 ], [ -73.768778, 40.598007 ], [ -73.768898, 40.598061 ], [ -73.768952, 40.598083 ], [ -73.769108, 40.598135 ], [ -73.769186, 40.59816 ], [ -73.76925, 40.598181 ], [ -73.769288, 40.598196 ], [ -73.76934, 40.598217 ], [ -73.769376, 40.598232 ], [ -73.769422, 40.598249 ], [ -73.76944, 40.598253 ], [ -73.769477, 40.598258 ], [ -73.769514, 40.598257 ], [ -73.769562, 40.598244 ], [ -73.769605, 40.598223 ], [ -73.769667, 40.598191 ], [ -73.769699, 40.598175 ], [ -73.769757, 40.598145 ], [ -73.769817, 40.598133 ], [ -73.769886, 40.598119 ], [ -73.770157, 40.598113 ], [ -73.770228, 40.598099 ], [ -73.7703, 40.598092 ], [ -73.770373, 40.598092 ], [ -73.770445, 40.598098 ], [ -73.770467, 40.598096 ], [ -73.770501, 40.5981 ], [ -73.770548, 40.598117 ], [ -73.770587, 40.598151 ], [ -73.770634, 40.598175 ], [ -73.770689, 40.598177 ], [ -73.770743, 40.598185 ], [ -73.770794, 40.5982 ], [ -73.770839, 40.598223 ], [ -73.770953, 40.598292 ], [ -73.771062, 40.598308 ], [ -73.771093, 40.598308 ], [ -73.771156, 40.598298 ], [ -73.772607, 40.60296 ], [ -73.772374, 40.607088 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081101001", "name": "Census Tract 1010.01, Queens County, New York", "total_population_17": 10986, "white_alone_17": 2892.0, "black_alone_17": 4556.0, "native_alone_17": 0.0, "asian_alone_17": 239.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3094.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 5.721, "pct_black_alone_change": -6.92, "pct_native_alone_change": -0.475, "pct_asian_alone_change": -0.156, "pct_hispanic_or_latino_change": 0.861, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5968328", "INTPTLON": "-073.7501362" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.75391, 40.600112 ], [ -73.753754, 40.600712 ], [ -73.753356, 40.602274 ], [ -73.75285, 40.60426 ], [ -73.752121, 40.603809 ], [ -73.751746, 40.603603 ], [ -73.751051, 40.603273 ], [ -73.750355, 40.602893 ], [ -73.749705, 40.60259 ], [ -73.748781, 40.602802 ], [ -73.747562, 40.603078 ], [ -73.747114, 40.603147 ], [ -73.746453, 40.603291 ], [ -73.74574, 40.603403 ], [ -73.745628, 40.602638 ], [ -73.745405, 40.601955 ], [ -73.745267, 40.601299 ], [ -73.745151, 40.600721 ], [ -73.745043, 40.600203 ], [ -73.744805, 40.599064 ], [ -73.744755, 40.598827 ], [ -73.744659, 40.598391 ], [ -73.744607, 40.598132 ], [ -73.744551, 40.59787 ], [ -73.744432, 40.597427 ], [ -73.74421, 40.596692 ], [ -73.744146, 40.596476 ], [ -73.744009, 40.596034 ], [ -73.743701, 40.594974 ], [ -73.743591, 40.594665 ], [ -73.74338, 40.592847 ], [ -73.743604, 40.592859 ], [ -73.743829, 40.592871 ], [ -73.744469, 40.592904 ], [ -73.747749, 40.591503 ], [ -73.750978, 40.589049 ], [ -73.752121, 40.588182 ], [ -73.752371, 40.587965 ], [ -73.752589, 40.590181 ], [ -73.75237, 40.591232 ], [ -73.752771, 40.592387 ], [ -73.75318, 40.592876 ], [ -73.753187, 40.593623 ], [ -73.753189, 40.593779 ], [ -73.753197, 40.594627 ], [ -73.753203, 40.595152 ], [ -73.75321, 40.597323 ], [ -73.753047, 40.597787 ], [ -73.752478, 40.599245 ], [ -73.754068, 40.599502 ], [ -73.75391, 40.600112 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081101002", "name": "Census Tract 1010.02, Queens County, New York", "total_population_17": 4090, "white_alone_17": 3111.0, "black_alone_17": 777.0, "native_alone_17": 0.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 149.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.524, "pct_black_alone_change": 0.923, "pct_native_alone_change": -0.16, "pct_asian_alone_change": 0.401, "pct_hispanic_or_latino_change": -2.195, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5986579", "INTPTLON": "-073.7412531" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.74574, 40.603403 ], [ -73.744844, 40.603556 ], [ -73.743695, 40.60376 ], [ -73.743138, 40.60385 ], [ -73.742646, 40.60332 ], [ -73.742318, 40.602936 ], [ -73.741095, 40.603732 ], [ -73.741159, 40.604107 ], [ -73.74079, 40.604388 ], [ -73.740594, 40.604508 ], [ -73.740571, 40.60488 ], [ -73.740291, 40.604598 ], [ -73.739225, 40.604142 ], [ -73.738151, 40.60271 ], [ -73.738001, 40.601628 ], [ -73.737997, 40.601601 ], [ -73.73829, 40.598389 ], [ -73.738309, 40.598208 ], [ -73.738185, 40.598002 ], [ -73.738075, 40.597818 ], [ -73.738089, 40.597688 ], [ -73.738122, 40.597386 ], [ -73.738133, 40.597286 ], [ -73.73812, 40.597096 ], [ -73.738053, 40.596144 ], [ -73.738037, 40.595913 ], [ -73.737736, 40.594785 ], [ -73.737637, 40.594415 ], [ -73.737604, 40.594209 ], [ -73.737521, 40.59392 ], [ -73.737451, 40.593604 ], [ -73.737414, 40.593425 ], [ -73.737226, 40.593048 ], [ -73.737185, 40.592965 ], [ -73.737232, 40.592964 ], [ -73.73839, 40.592939 ], [ -73.738468, 40.592937 ], [ -73.740019, 40.592906 ], [ -73.741628, 40.592872 ], [ -73.743237, 40.592839 ], [ -73.74338, 40.592847 ], [ -73.743591, 40.594665 ], [ -73.743701, 40.594974 ], [ -73.744009, 40.596034 ], [ -73.744146, 40.596476 ], [ -73.74421, 40.596692 ], [ -73.744432, 40.597427 ], [ -73.744551, 40.59787 ], [ -73.744607, 40.598132 ], [ -73.744659, 40.598391 ], [ -73.744755, 40.598827 ], [ -73.744805, 40.599064 ], [ -73.745043, 40.600203 ], [ -73.745151, 40.600721 ], [ -73.745267, 40.601299 ], [ -73.745405, 40.601955 ], [ -73.745628, 40.602638 ], [ -73.74574, 40.603403 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081101700", "name": "Census Tract 1017, Queens County, New York", "total_population_17": 6143, "white_alone_17": 3361.0, "black_alone_17": 41.0, "native_alone_17": 0.0, "asian_alone_17": 1368.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1220.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.677, "pct_black_alone_change": 0.19, "pct_native_alone_change": -0.187, "pct_asian_alone_change": 8.66, "pct_hispanic_or_latino_change": 14.29, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7797657", "INTPTLON": "-073.7982495" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.803693, 40.77632 ], [ -73.803596, 40.777031 ], [ -73.803463, 40.778008 ], [ -73.803423, 40.778338 ], [ -73.803327, 40.778996 ], [ -73.803226, 40.779703 ], [ -73.803201, 40.779884 ], [ -73.803135, 40.780416 ], [ -73.803033, 40.780941 ], [ -73.802938, 40.781835 ], [ -73.80284, 40.78255 ], [ -73.802742, 40.783254 ], [ -73.802547, 40.784673 ], [ -73.802435, 40.785614 ], [ -73.802411, 40.785817 ], [ -73.802422, 40.786019 ], [ -73.80215, 40.786004 ], [ -73.801766, 40.78599 ], [ -73.801574, 40.785983 ], [ -73.800685, 40.785951 ], [ -73.799813, 40.785907 ], [ -73.799744, 40.785903 ], [ -73.79926, 40.785885 ], [ -73.798803, 40.785869 ], [ -73.797832, 40.785846 ], [ -73.796851, 40.785911 ], [ -73.796806, 40.785925 ], [ -73.795933, 40.786052 ], [ -73.795805, 40.786071 ], [ -73.79494, 40.786275 ], [ -73.79497, 40.786188 ], [ -73.795086, 40.785851 ], [ -73.794899, 40.784799 ], [ -73.794776, 40.784237 ], [ -73.794734, 40.784049 ], [ -73.794591, 40.783333 ], [ -73.794448, 40.782601 ], [ -73.794398, 40.782255 ], [ -73.794325, 40.781892 ], [ -73.794017, 40.780439 ], [ -73.793872, 40.779684 ], [ -73.793682, 40.778734 ], [ -73.793667, 40.778652 ], [ -73.793507, 40.777825 ], [ -73.793348, 40.777019 ], [ -73.793187, 40.776205 ], [ -73.793043, 40.775468 ], [ -73.792914, 40.774751 ], [ -73.792758, 40.774023 ], [ -73.792713, 40.773788 ], [ -73.793186, 40.773572 ], [ -73.793652, 40.77336 ], [ -73.795657, 40.773031 ], [ -73.796525, 40.773502 ], [ -73.796727, 40.773609 ], [ -73.797243, 40.773894 ], [ -73.797854, 40.774416 ], [ -73.798233, 40.774848 ], [ -73.798543, 40.775192 ], [ -73.80099, 40.775389 ], [ -73.80379, 40.77561 ], [ -73.803693, 40.77632 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081102900", "name": "Census Tract 1029, Queens County, New York", "total_population_17": 3827, "white_alone_17": 2704.0, "black_alone_17": 71.0, "native_alone_17": 0.0, "asian_alone_17": 586.0, "native_hawaiian_pacific_islander_17": 15.0, "hispanic_or_latino_17": 376.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.184, "pct_black_alone_change": 1.209, "pct_native_alone_change": -0.44, "pct_asian_alone_change": -0.366, "pct_hispanic_or_latino_change": 1.692, "pct_native_hawaiian_pacific_islander_change": 0.392, "INTPTLAT": "+40.7838708", "INTPTLON": "-073.8073649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.813715, 40.78484 ], [ -73.813618, 40.785571 ], [ -73.813523, 40.786257 ], [ -73.813422, 40.786977 ], [ -73.813374, 40.787156 ], [ -73.812955, 40.787094 ], [ -73.812687, 40.787053 ], [ -73.81156, 40.786899 ], [ -73.811462, 40.786887 ], [ -73.810826, 40.786808 ], [ -73.810022, 40.786702 ], [ -73.809533, 40.786651 ], [ -73.808395, 40.786511 ], [ -73.806277, 40.786299 ], [ -73.804558, 40.786148 ], [ -73.802422, 40.786019 ], [ -73.802411, 40.785817 ], [ -73.802435, 40.785614 ], [ -73.802547, 40.784673 ], [ -73.802742, 40.783254 ], [ -73.80284, 40.78255 ], [ -73.802938, 40.781835 ], [ -73.803033, 40.780941 ], [ -73.803135, 40.780416 ], [ -73.803201, 40.779884 ], [ -73.803226, 40.779703 ], [ -73.803514, 40.779726 ], [ -73.806005, 40.779925 ], [ -73.806699, 40.780694 ], [ -73.808795, 40.780862 ], [ -73.808697, 40.781573 ], [ -73.808602, 40.782282 ], [ -73.808538, 40.782997 ], [ -73.811719, 40.783247 ], [ -73.811684, 40.783963 ], [ -73.813813, 40.784129 ], [ -73.813715, 40.78484 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081103201", "name": "Census Tract 1032.01, Queens County, New York", "total_population_17": 6544, "white_alone_17": 42.0, "black_alone_17": 3133.0, "native_alone_17": 29.0, "asian_alone_17": 597.0, "native_hawaiian_pacific_islander_17": 62.0, "hispanic_or_latino_17": 2675.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.568, "pct_black_alone_change": -23.813, "pct_native_alone_change": -0.259, "pct_asian_alone_change": 6.492, "pct_hispanic_or_latino_change": 21.284, "pct_native_hawaiian_pacific_islander_change": 0.947, "INTPTLAT": "+40.6089555", "INTPTLON": "-073.7554305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.759824, 40.609647 ], [ -73.759736, 40.610155 ], [ -73.75891, 40.611206 ], [ -73.757546, 40.611037 ], [ -73.757235, 40.610993 ], [ -73.755197, 40.610594 ], [ -73.754947, 40.610497 ], [ -73.754732, 40.610405 ], [ -73.753458, 40.61052 ], [ -73.750652, 40.611453 ], [ -73.750088, 40.611641 ], [ -73.74912, 40.611794 ], [ -73.748216, 40.612011 ], [ -73.747993, 40.61231 ], [ -73.747614, 40.611998 ], [ -73.747451, 40.612072 ], [ -73.747216, 40.612179 ], [ -73.746942, 40.611775 ], [ -73.747805, 40.611395 ], [ -73.748493, 40.611144 ], [ -73.74886, 40.610962 ], [ -73.749216, 40.610766 ], [ -73.749558, 40.610557 ], [ -73.749883, 40.610338 ], [ -73.751061, 40.60942 ], [ -73.752267, 40.60806 ], [ -73.752421, 40.607872 ], [ -73.752914, 40.606912 ], [ -73.753726, 40.606182 ], [ -73.754419, 40.604978 ], [ -73.755274, 40.605334 ], [ -73.756651, 40.605619 ], [ -73.757594, 40.605802 ], [ -73.757784, 40.605832 ], [ -73.758773, 40.606029 ], [ -73.759103, 40.60609 ], [ -73.759776, 40.606228 ], [ -73.760953, 40.606452 ], [ -73.759824, 40.609647 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081103202", "name": "Census Tract 1032.02, Queens County, New York", "total_population_17": 8014, "white_alone_17": 3541.0, "black_alone_17": 1182.0, "native_alone_17": 63.0, "asian_alone_17": 73.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3138.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 4.92, "pct_black_alone_change": -12.507, "pct_native_alone_change": 0.576, "pct_asian_alone_change": 0.026, "pct_hispanic_or_latino_change": 8.331, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6066523", "INTPTLON": "-073.7475330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.754419, 40.604978 ], [ -73.753726, 40.606182 ], [ -73.752914, 40.606912 ], [ -73.752421, 40.607872 ], [ -73.752267, 40.60806 ], [ -73.751061, 40.60942 ], [ -73.749883, 40.610338 ], [ -73.749558, 40.610557 ], [ -73.749216, 40.610766 ], [ -73.74886, 40.610962 ], [ -73.748493, 40.611144 ], [ -73.747805, 40.611395 ], [ -73.746942, 40.611775 ], [ -73.746855, 40.611574 ], [ -73.745761, 40.611992 ], [ -73.745663, 40.611812 ], [ -73.745633, 40.611756 ], [ -73.745368, 40.611204 ], [ -73.744567, 40.610117 ], [ -73.74387, 40.608893 ], [ -73.743547, 40.608423 ], [ -73.74338, 40.608179 ], [ -73.743206, 40.608013 ], [ -73.74307, 40.607886 ], [ -73.743355, 40.607499 ], [ -73.743147, 40.60726 ], [ -73.741148, 40.60546 ], [ -73.740571, 40.60488 ], [ -73.740594, 40.604508 ], [ -73.74079, 40.604388 ], [ -73.741159, 40.604107 ], [ -73.741095, 40.603732 ], [ -73.742318, 40.602936 ], [ -73.742646, 40.60332 ], [ -73.743138, 40.60385 ], [ -73.743695, 40.60376 ], [ -73.744844, 40.603556 ], [ -73.74574, 40.603403 ], [ -73.746453, 40.603291 ], [ -73.747114, 40.603147 ], [ -73.747562, 40.603078 ], [ -73.748781, 40.602802 ], [ -73.749705, 40.60259 ], [ -73.750355, 40.602893 ], [ -73.751051, 40.603273 ], [ -73.751746, 40.603603 ], [ -73.752121, 40.603809 ], [ -73.75285, 40.60426 ], [ -73.753538, 40.604569 ], [ -73.753999, 40.604783 ], [ -73.754419, 40.604978 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081103300", "name": "Census Tract 1033, Queens County, New York", "total_population_17": 4374, "white_alone_17": 2449.0, "black_alone_17": 0.0, "native_alone_17": 24.0, "asian_alone_17": 1361.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 504.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.089, "pct_black_alone_change": -0.121, "pct_native_alone_change": 0.501, "pct_asian_alone_change": 19.619, "pct_hispanic_or_latino_change": 3.497, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7791778", "INTPTLON": "-073.8096597" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.814788, 40.776996 ], [ -73.814759, 40.777204 ], [ -73.814663, 40.777905 ], [ -73.81453, 40.778888 ], [ -73.814395, 40.779871 ], [ -73.814299, 40.780581 ], [ -73.814201, 40.781291 ], [ -73.814104, 40.782 ], [ -73.814007, 40.782711 ], [ -73.813908, 40.78342 ], [ -73.813813, 40.784129 ], [ -73.811684, 40.783963 ], [ -73.811719, 40.783247 ], [ -73.808538, 40.782997 ], [ -73.808602, 40.782282 ], [ -73.808697, 40.781573 ], [ -73.808795, 40.780862 ], [ -73.806699, 40.780694 ], [ -73.806005, 40.779925 ], [ -73.803514, 40.779726 ], [ -73.803226, 40.779703 ], [ -73.803327, 40.778996 ], [ -73.803423, 40.778338 ], [ -73.803463, 40.778008 ], [ -73.803596, 40.777031 ], [ -73.803693, 40.77632 ], [ -73.80379, 40.77561 ], [ -73.806592, 40.775832 ], [ -73.809452, 40.776058 ], [ -73.812686, 40.776313 ], [ -73.814859, 40.776486 ], [ -73.814788, 40.776996 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081103900", "name": "Census Tract 1039, Queens County, New York", "total_population_17": 7088, "white_alone_17": 3226.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 2643.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1104.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.25, "pct_black_alone_change": -0.422, "pct_native_alone_change": -0.13, "pct_asian_alone_change": 20.813, "pct_hispanic_or_latino_change": 6.405, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7840478", "INTPTLON": "-073.8190933" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.825253, 40.781781 ], [ -73.825233, 40.781832 ], [ -73.825189, 40.781958 ], [ -73.82515, 40.782071 ], [ -73.825071, 40.782314 ], [ -73.825021, 40.782483 ], [ -73.824907, 40.782933 ], [ -73.824888, 40.783032 ], [ -73.824859, 40.783178 ], [ -73.824826, 40.783378 ], [ -73.824805, 40.7835 ], [ -73.824788, 40.78361 ], [ -73.824656, 40.784431 ], [ -73.824643, 40.784508 ], [ -73.824522, 40.785225 ], [ -73.824478, 40.785476 ], [ -73.824343, 40.78432 ], [ -73.824185, 40.785203 ], [ -73.823927, 40.786346 ], [ -73.823834, 40.786756 ], [ -73.823586, 40.787402 ], [ -73.823496, 40.787635 ], [ -73.823331, 40.787884 ], [ -73.823311, 40.787914 ], [ -73.822991, 40.788397 ], [ -73.822861, 40.788617 ], [ -73.822772, 40.788765 ], [ -73.822695, 40.788895 ], [ -73.822664, 40.78896 ], [ -73.822591, 40.789108 ], [ -73.822533, 40.789471 ], [ -73.822537, 40.789568 ], [ -73.82248, 40.789587 ], [ -73.822362, 40.789616 ], [ -73.822212, 40.789653 ], [ -73.822026, 40.789682 ], [ -73.821858, 40.789696 ], [ -73.821648, 40.789697 ], [ -73.821321, 40.789666 ], [ -73.820995, 40.789624 ], [ -73.820673, 40.789571 ], [ -73.820354, 40.789507 ], [ -73.820249, 40.789482 ], [ -73.820039, 40.789432 ], [ -73.819417, 40.789163 ], [ -73.819348, 40.789144 ], [ -73.819028, 40.789017 ], [ -73.816895, 40.788132 ], [ -73.816732, 40.788061 ], [ -73.816599, 40.788005 ], [ -73.816239, 40.787867 ], [ -73.816086, 40.787807 ], [ -73.815591, 40.787651 ], [ -73.815265, 40.78756 ], [ -73.815184, 40.787537 ], [ -73.814592, 40.787375 ], [ -73.813848, 40.787235 ], [ -73.813374, 40.787156 ], [ -73.813422, 40.786977 ], [ -73.813523, 40.786257 ], [ -73.813618, 40.785571 ], [ -73.813715, 40.78484 ], [ -73.813813, 40.784129 ], [ -73.813908, 40.78342 ], [ -73.814007, 40.782711 ], [ -73.814104, 40.782 ], [ -73.814201, 40.781291 ], [ -73.814299, 40.780581 ], [ -73.814395, 40.779871 ], [ -73.81453, 40.778888 ], [ -73.817281, 40.779106 ], [ -73.81931, 40.77926 ], [ -73.820321, 40.779335 ], [ -73.821323, 40.779409 ], [ -73.82224, 40.77949 ], [ -73.823313, 40.779579 ], [ -73.822918, 40.780536 ], [ -73.822776, 40.780834 ], [ -73.822615, 40.781127 ], [ -73.822437, 40.781414 ], [ -73.822241, 40.781694 ], [ -73.823841, 40.781717 ], [ -73.824624, 40.781706 ], [ -73.824998, 40.7817 ], [ -73.825285, 40.781697 ], [ -73.825253, 40.781781 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081104700", "name": "Census Tract 1047, Queens County, New York", "total_population_17": 6882, "white_alone_17": 2725.0, "black_alone_17": 5.0, "native_alone_17": 30.0, "asian_alone_17": 2756.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1001.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.136, "pct_black_alone_change": -0.371, "pct_native_alone_change": 0.311, "pct_asian_alone_change": 12.281, "pct_hispanic_or_latino_change": 6.303, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.7748158", "INTPTLON": "-073.8203709" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.826575, 40.772345 ], [ -73.826477, 40.773116 ], [ -73.826253, 40.774521 ], [ -73.825831, 40.775915 ], [ -73.824868, 40.776542 ], [ -73.824331, 40.776743 ], [ -73.824284, 40.77699 ], [ -73.824221, 40.777235 ], [ -73.824145, 40.777478 ], [ -73.824054, 40.777718 ], [ -73.823818, 40.77836 ], [ -73.823762, 40.778503 ], [ -73.823547, 40.779036 ], [ -73.823313, 40.779579 ], [ -73.82224, 40.77949 ], [ -73.821323, 40.779409 ], [ -73.820321, 40.779335 ], [ -73.81931, 40.77926 ], [ -73.817281, 40.779106 ], [ -73.81453, 40.778888 ], [ -73.814663, 40.777905 ], [ -73.814759, 40.777204 ], [ -73.814788, 40.776996 ], [ -73.814859, 40.776486 ], [ -73.814943, 40.775862 ], [ -73.815053, 40.775066 ], [ -73.815151, 40.774356 ], [ -73.815314, 40.773652 ], [ -73.815488, 40.772948 ], [ -73.813915, 40.772823 ], [ -73.813171, 40.772765 ], [ -73.813268, 40.772053 ], [ -73.813227, 40.771573 ], [ -73.814065, 40.771554 ], [ -73.814866, 40.771538 ], [ -73.815858, 40.771512 ], [ -73.817293, 40.771478 ], [ -73.818336, 40.771332 ], [ -73.818726, 40.771281 ], [ -73.819758, 40.771131 ], [ -73.821897, 40.77082 ], [ -73.824669, 40.770407 ], [ -73.825569, 40.770282 ], [ -73.826049, 40.770211 ], [ -73.826558, 40.770137 ], [ -73.826566, 40.770642 ], [ -73.826575, 40.77163 ], [ -73.826575, 40.772345 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081105900", "name": "Census Tract 1059, Queens County, New York", "total_population_17": 4352, "white_alone_17": 2501.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1461.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 151.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.988, "pct_black_alone_change": -0.227, "pct_native_alone_change": -0.005, "pct_asian_alone_change": 16.231, "pct_hispanic_or_latino_change": -1.946, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7737697", "INTPTLON": "-073.8070648" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.815314, 40.773652 ], [ -73.815151, 40.774356 ], [ -73.815053, 40.775066 ], [ -73.814943, 40.775862 ], [ -73.814859, 40.776486 ], [ -73.812686, 40.776313 ], [ -73.809452, 40.776058 ], [ -73.806592, 40.775832 ], [ -73.80379, 40.77561 ], [ -73.80099, 40.775389 ], [ -73.798543, 40.775192 ], [ -73.798233, 40.774848 ], [ -73.797854, 40.774416 ], [ -73.797243, 40.773894 ], [ -73.797593, 40.773682 ], [ -73.798456, 40.773197 ], [ -73.798719, 40.773054 ], [ -73.799481, 40.772671 ], [ -73.799962, 40.772436 ], [ -73.800481, 40.772202 ], [ -73.801484, 40.771811 ], [ -73.802825, 40.771237 ], [ -73.803455, 40.771171 ], [ -73.804418, 40.771086 ], [ -73.805356, 40.771095 ], [ -73.806291, 40.771194 ], [ -73.80721, 40.771322 ], [ -73.808138, 40.771458 ], [ -73.809061, 40.771599 ], [ -73.810061, 40.771589 ], [ -73.811039, 40.771597 ], [ -73.811987, 40.771586 ], [ -73.813227, 40.771573 ], [ -73.813268, 40.772053 ], [ -73.813171, 40.772765 ], [ -73.813915, 40.772823 ], [ -73.815488, 40.772948 ], [ -73.815314, 40.773652 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081107201", "name": "Census Tract 1072.01, Queens County, New York", "total_population_17": 2231, "white_alone_17": 2067.0, "black_alone_17": 4.0, "native_alone_17": 0.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 129.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.001, "pct_black_alone_change": 0.065, "pct_native_alone_change": -0.228, "pct_asian_alone_change": 0.257, "pct_hispanic_or_latino_change": 0.877, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6037709", "INTPTLON": "-073.8218663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.83469, 40.5959 ], [ -73.83462, 40.595997 ], [ -73.834455, 40.596227 ], [ -73.834396, 40.596464 ], [ -73.834201, 40.596657 ], [ -73.833928, 40.596767 ], [ -73.83349, 40.596916 ], [ -73.833361, 40.597236 ], [ -73.832956, 40.597436 ], [ -73.832788, 40.597499 ], [ -73.832385, 40.597606 ], [ -73.832138, 40.597624 ], [ -73.832324, 40.597815 ], [ -73.83159, 40.597942 ], [ -73.831261, 40.597892 ], [ -73.83108, 40.597791 ], [ -73.830957, 40.597647 ], [ -73.83076, 40.597446 ], [ -73.830676, 40.597438 ], [ -73.83047, 40.597451 ], [ -73.830505, 40.597621 ], [ -73.830389, 40.597734 ], [ -73.830266, 40.597797 ], [ -73.830052, 40.597809 ], [ -73.82979, 40.597949 ], [ -73.829615, 40.598084 ], [ -73.829483, 40.598134 ], [ -73.829352, 40.598077 ], [ -73.82927, 40.597983 ], [ -73.829255, 40.597836 ], [ -73.829113, 40.597772 ], [ -73.828917, 40.597763 ], [ -73.828783, 40.597789 ], [ -73.828605, 40.597697 ], [ -73.828345, 40.597646 ], [ -73.828043, 40.597701 ], [ -73.827974, 40.59778 ], [ -73.827847, 40.598 ], [ -73.827633, 40.598125 ], [ -73.827453, 40.598196 ], [ -73.82712, 40.598459 ], [ -73.827171, 40.598613 ], [ -73.827139, 40.598686 ], [ -73.826968, 40.598674 ], [ -73.826844, 40.59878 ], [ -73.826763, 40.598879 ], [ -73.826632, 40.598989 ], [ -73.826362, 40.599168 ], [ -73.826246, 40.599299 ], [ -73.826048, 40.599461 ], [ -73.825849, 40.59944 ], [ -73.825849, 40.599339 ], [ -73.825916, 40.599166 ], [ -73.825845, 40.598973 ], [ -73.825708, 40.59878 ], [ -73.825529, 40.598511 ], [ -73.825149, 40.598257 ], [ -73.82485, 40.598145 ], [ -73.824568, 40.59817 ], [ -73.8243, 40.598332 ], [ -73.824195, 40.598502 ], [ -73.824047, 40.598738 ], [ -73.823959, 40.598877 ], [ -73.824055, 40.598876 ], [ -73.824528, 40.598936 ], [ -73.824728, 40.598444 ], [ -73.824788, 40.598418 ], [ -73.824531, 40.599119 ], [ -73.824467, 40.599107 ], [ -73.824483, 40.598962 ], [ -73.824078, 40.598909 ], [ -73.824096, 40.599005 ], [ -73.824219, 40.599074 ], [ -73.824166, 40.599299 ], [ -73.824071, 40.599292 ], [ -73.824014, 40.59943 ], [ -73.823793, 40.599851 ], [ -73.823766, 40.60004 ], [ -73.823624, 40.600007 ], [ -73.823153, 40.599977 ], [ -73.823133, 40.600057 ], [ -73.823004, 40.600049 ], [ -73.822997, 40.599957 ], [ -73.822576, 40.599888 ], [ -73.822561, 40.599918 ], [ -73.822389, 40.599927 ], [ -73.822266, 40.599891 ], [ -73.822142, 40.599846 ], [ -73.821944, 40.599801 ], [ -73.821799, 40.599834 ], [ -73.821697, 40.599965 ], [ -73.821632, 40.599967 ], [ -73.821469, 40.599994 ], [ -73.821476, 40.60005 ], [ -73.821718, 40.600077 ], [ -73.821697, 40.600125 ], [ -73.822327, 40.600151 ], [ -73.822344, 40.600226 ], [ -73.822485, 40.600236 ], [ -73.822594, 40.600183 ], [ -73.823317, 40.60027 ], [ -73.823319, 40.600234 ], [ -73.82441, 40.600342 ], [ -73.824407, 40.600591 ], [ -73.824452, 40.600797 ], [ -73.82432, 40.600764 ], [ -73.824298, 40.600852 ], [ -73.824156, 40.600906 ], [ -73.823989, 40.601002 ], [ -73.823924, 40.601106 ], [ -73.823882, 40.601249 ], [ -73.82379, 40.601343 ], [ -73.823705, 40.601392 ], [ -73.823604, 40.601478 ], [ -73.823511, 40.601546 ], [ -73.823467, 40.601635 ], [ -73.823454, 40.601758 ], [ -73.823519, 40.60185 ], [ -73.823585, 40.60194 ], [ -73.823623, 40.602032 ], [ -73.823578, 40.602272 ], [ -73.823234, 40.602293 ], [ -73.823049, 40.602345 ], [ -73.822996, 40.602419 ], [ -73.822945, 40.602583 ], [ -73.82288, 40.603283 ], [ -73.822806, 40.603975 ], [ -73.822766, 40.604203 ], [ -73.822781, 40.604535 ], [ -73.822813, 40.604581 ], [ -73.822903, 40.604687 ], [ -73.822834, 40.604821 ], [ -73.822816, 40.604941 ], [ -73.82277, 40.604945 ], [ -73.822715, 40.60495 ], [ -73.822671, 40.604987 ], [ -73.822594, 40.605091 ], [ -73.822545, 40.605187 ], [ -73.822533, 40.605239 ], [ -73.822555, 40.605362 ], [ -73.822467, 40.605525 ], [ -73.822483, 40.605583 ], [ -73.8226, 40.605685 ], [ -73.822695, 40.605738 ], [ -73.822745, 40.605791 ], [ -73.822905, 40.605851 ], [ -73.822667, 40.606119 ], [ -73.82236, 40.606469 ], [ -73.822256, 40.606445 ], [ -73.822098, 40.606455 ], [ -73.821738, 40.606721 ], [ -73.821677, 40.606819 ], [ -73.821519, 40.606911 ], [ -73.821265, 40.607003 ], [ -73.821213, 40.607076 ], [ -73.821275, 40.607161 ], [ -73.821171, 40.607249 ], [ -73.821199, 40.607286 ], [ -73.821076, 40.607383 ], [ -73.820892, 40.607642 ], [ -73.820887, 40.607707 ], [ -73.820905, 40.607781 ], [ -73.82086, 40.60784 ], [ -73.8203, 40.608576 ], [ -73.820032, 40.608924 ], [ -73.820028, 40.609025 ], [ -73.819983, 40.609225 ], [ -73.819943, 40.609336 ], [ -73.819975, 40.609419 ], [ -73.819982, 40.60956 ], [ -73.819808, 40.609835 ], [ -73.819797, 40.610498 ], [ -73.819952, 40.611006 ], [ -73.820454, 40.611855 ], [ -73.820519, 40.61195 ], [ -73.820432, 40.611987 ], [ -73.820434, 40.612067 ], [ -73.820514, 40.612118 ], [ -73.820567, 40.612221 ], [ -73.820661, 40.612252 ], [ -73.820728, 40.612274 ], [ -73.820797, 40.612284 ], [ -73.82086, 40.612265 ], [ -73.820952, 40.61211 ], [ -73.820981, 40.611998 ], [ -73.821028, 40.611964 ], [ -73.82109, 40.611924 ], [ -73.821038, 40.611825 ], [ -73.821014, 40.611767 ], [ -73.820997, 40.611716 ], [ -73.821106, 40.611432 ], [ -73.82115, 40.611393 ], [ -73.82119, 40.611342 ], [ -73.821261, 40.611307 ], [ -73.821283, 40.611233 ], [ -73.821284, 40.611101 ], [ -73.821205, 40.610896 ], [ -73.821087, 40.610786 ], [ -73.82081, 40.610644 ], [ -73.820627, 40.61053 ], [ -73.820562, 40.610447 ], [ -73.820473, 40.610195 ], [ -73.820525, 40.610097 ], [ -73.820551, 40.609983 ], [ -73.820634, 40.609857 ], [ -73.820751, 40.609616 ], [ -73.820798, 40.609443 ], [ -73.820837, 40.609231 ], [ -73.821098, 40.609091 ], [ -73.821199, 40.608893 ], [ -73.82133, 40.608685 ], [ -73.821383, 40.608546 ], [ -73.821631, 40.608496 ], [ -73.821729, 40.608586 ], [ -73.821682, 40.608715 ], [ -73.821773, 40.608855 ], [ -73.821825, 40.608964 ], [ -73.821694, 40.609133 ], [ -73.821668, 40.609232 ], [ -73.821798, 40.609402 ], [ -73.821849, 40.6097 ], [ -73.821843, 40.609878 ], [ -73.822083, 40.610142 ], [ -73.822315, 40.610279 ], [ -73.822502, 40.610239 ], [ -73.822735, 40.610328 ], [ -73.822871, 40.610336 ], [ -73.823195, 40.610938 ], [ -73.823325, 40.611124 ], [ -73.823425, 40.611234 ], [ -73.823529, 40.611324 ], [ -73.823825, 40.611499 ], [ -73.823971, 40.611921 ], [ -73.824036, 40.61213 ], [ -73.8241, 40.61232 ], [ -73.823998, 40.612512 ], [ -73.821658, 40.614909 ], [ -73.820941, 40.615237 ], [ -73.820781, 40.615244 ], [ -73.820177, 40.615181 ], [ -73.817571, 40.614163 ], [ -73.816527, 40.614947 ], [ -73.816587, 40.614745 ], [ -73.816548, 40.61447 ], [ -73.816427, 40.614274 ], [ -73.816234, 40.614231 ], [ -73.815984, 40.614287 ], [ -73.815827, 40.614336 ], [ -73.815698, 40.614343 ], [ -73.81555, 40.614307 ], [ -73.815383, 40.614377 ], [ -73.815236, 40.614434 ], [ -73.815069, 40.614483 ], [ -73.814914, 40.614468 ], [ -73.814718, 40.614496 ], [ -73.814558, 40.614654 ], [ -73.814382, 40.614738 ], [ -73.814161, 40.614649 ], [ -73.814081, 40.614558 ], [ -73.814133, 40.614366 ], [ -73.814164, 40.614291 ], [ -73.814414, 40.614101 ], [ -73.814683, 40.613975 ], [ -73.814867, 40.614011 ], [ -73.814867, 40.614173 ], [ -73.814857, 40.614299 ], [ -73.815042, 40.614307 ], [ -73.815345, 40.614135 ], [ -73.81551, 40.614006 ], [ -73.815357, 40.613927 ], [ -73.815367, 40.613828 ], [ -73.815191, 40.613687 ], [ -73.814975, 40.613543 ], [ -73.814875, 40.61337 ], [ -73.814796, 40.613194 ], [ -73.815036, 40.612976 ], [ -73.81524, 40.612984 ], [ -73.815276, 40.613202 ], [ -73.815506, 40.613339 ], [ -73.815719, 40.613273 ], [ -73.815784, 40.613097 ], [ -73.815886, 40.61302 ], [ -73.815988, 40.613013 ], [ -73.816156, 40.612942 ], [ -73.816044, 40.61276 ], [ -73.816014, 40.612332 ], [ -73.815953, 40.612168 ], [ -73.815861, 40.61202 ], [ -73.81588, 40.611852 ], [ -73.815804, 40.611712 ], [ -73.815816, 40.611605 ], [ -73.815733, 40.611464 ], [ -73.815592, 40.611218 ], [ -73.815595, 40.610831 ], [ -73.815599, 40.610673 ], [ -73.815404, 40.610385 ], [ -73.815264, 40.6105 ], [ -73.815015, 40.610736 ], [ -73.814847, 40.610819 ], [ -73.814614, 40.610934 ], [ -73.814503, 40.611058 ], [ -73.814499, 40.610735 ], [ -73.814677, 40.61065 ], [ -73.814834, 40.610544 ], [ -73.814968, 40.610421 ], [ -73.815075, 40.610283 ], [ -73.815129, 40.610183 ], [ -73.815178, 40.610056 ], [ -73.815196, 40.609977 ], [ -73.815207, 40.609817 ], [ -73.815026, 40.609352 ], [ -73.814918, 40.609055 ], [ -73.814771, 40.608851 ], [ -73.814753, 40.608633 ], [ -73.814763, 40.608464 ], [ -73.814828, 40.608239 ], [ -73.814865, 40.608021 ], [ -73.815, 40.607825 ], [ -73.814974, 40.607606 ], [ -73.815082, 40.607284 ], [ -73.815206, 40.607093 ], [ -73.815341, 40.606939 ], [ -73.815616, 40.606699 ], [ -73.815742, 40.606465 ], [ -73.815521, 40.60642 ], [ -73.815517, 40.606436 ], [ -73.815461, 40.606428 ], [ -73.815534, 40.606164 ], [ -73.815584, 40.606173 ], [ -73.815525, 40.606407 ], [ -73.815708, 40.606439 ], [ -73.815727, 40.606354 ], [ -73.815768, 40.606372 ], [ -73.815807, 40.606366 ], [ -73.815854, 40.606342 ], [ -73.81596, 40.606262 ], [ -73.816008, 40.606195 ], [ -73.816009, 40.606144 ], [ -73.815955, 40.606146 ], [ -73.81597, 40.606074 ], [ -73.815918, 40.606061 ], [ -73.815919, 40.606023 ], [ -73.81589, 40.606025 ], [ -73.815888, 40.605929 ], [ -73.815942, 40.605927 ], [ -73.815985, 40.605734 ], [ -73.816091, 40.60575 ], [ -73.816425, 40.605224 ], [ -73.817392, 40.605158 ], [ -73.817302, 40.604206 ], [ -73.817279, 40.604077 ], [ -73.817254, 40.60394 ], [ -73.817558, 40.602786 ], [ -73.81772, 40.602225 ], [ -73.818311, 40.60134 ], [ -73.818491, 40.59939 ], [ -73.818993, 40.598262 ], [ -73.819103, 40.597983 ], [ -73.819281, 40.59753 ], [ -73.819365, 40.597528 ], [ -73.819736, 40.597517 ], [ -73.820157, 40.596874 ], [ -73.820223, 40.596802 ], [ -73.820283, 40.596727 ], [ -73.820337, 40.596649 ], [ -73.820384, 40.596569 ], [ -73.820425, 40.596486 ], [ -73.820458, 40.596402 ], [ -73.820485, 40.596317 ], [ -73.820519, 40.596223 ], [ -73.820534, 40.596137 ], [ -73.820534, 40.596075 ], [ -73.820529, 40.596042 ], [ -73.820515, 40.595978 ], [ -73.820521, 40.595912 ], [ -73.820441, 40.595779 ], [ -73.820458, 40.595719 ], [ -73.820476, 40.595692 ], [ -73.820549, 40.595634 ], [ -73.820595, 40.595603 ], [ -73.820614, 40.595506 ], [ -73.820712, 40.595171 ], [ -73.820925, 40.595144 ], [ -73.821028, 40.594994 ], [ -73.821145, 40.594851 ], [ -73.821358, 40.594691 ], [ -73.821669, 40.594751 ], [ -73.822164, 40.594843 ], [ -73.822509, 40.594886 ], [ -73.822967, 40.594889 ], [ -73.823611, 40.594901 ], [ -73.823908, 40.594928 ], [ -73.824803, 40.595083 ], [ -73.825594, 40.595029 ], [ -73.825837, 40.594888 ], [ -73.826132, 40.594921 ], [ -73.826742, 40.594924 ], [ -73.827936, 40.594839 ], [ -73.828273, 40.594801 ], [ -73.829136, 40.594807 ], [ -73.829308, 40.594742 ], [ -73.829722, 40.594644 ], [ -73.830391, 40.594593 ], [ -73.831304, 40.594628 ], [ -73.832326, 40.594619 ], [ -73.833055, 40.594813 ], [ -73.833815, 40.594947 ], [ -73.834656, 40.595168 ], [ -73.834847, 40.595543 ], [ -73.83469, 40.5959 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081107202", "name": "Census Tract 1072.02, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.6252538", "INTPTLON": "-073.8137646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.853522, 40.586592 ], [ -73.849852, 40.588669 ], [ -73.847386, 40.592028 ], [ -73.84668, 40.593209 ], [ -73.844437, 40.595855 ], [ -73.842017, 40.598313 ], [ -73.835876, 40.605637 ], [ -73.834463, 40.607193 ], [ -73.834283, 40.609186 ], [ -73.834054, 40.613455 ], [ -73.834008, 40.614425 ], [ -73.8337, 40.620922 ], [ -73.833452, 40.626149 ], [ -73.833422, 40.626782 ], [ -73.8334, 40.627449 ], [ -73.833393, 40.627674 ], [ -73.833041, 40.628261 ], [ -73.835376, 40.630315 ], [ -73.835769, 40.630678 ], [ -73.836238, 40.631111 ], [ -73.836595, 40.631548 ], [ -73.837091, 40.632155 ], [ -73.837379, 40.632506 ], [ -73.837652, 40.63284 ], [ -73.838111, 40.633298 ], [ -73.838298, 40.633485 ], [ -73.842955, 40.63814 ], [ -73.848338, 40.643521 ], [ -73.839999, 40.644143 ], [ -73.835664, 40.644058 ], [ -73.825337, 40.644248 ], [ -73.823052, 40.644485 ], [ -73.816295, 40.645964 ], [ -73.814951, 40.645269 ], [ -73.813884, 40.644844 ], [ -73.813291, 40.644576 ], [ -73.812781, 40.644506 ], [ -73.812033, 40.644304 ], [ -73.811474, 40.643989 ], [ -73.811145, 40.643697 ], [ -73.810757, 40.643492 ], [ -73.810024, 40.643314 ], [ -73.808646, 40.642815 ], [ -73.807469, 40.64218 ], [ -73.806702, 40.641776 ], [ -73.805804, 40.64157 ], [ -73.804659, 40.640905 ], [ -73.802976, 40.64027 ], [ -73.800561, 40.63919 ], [ -73.800156, 40.638892 ], [ -73.799237, 40.63842 ], [ -73.799088, 40.638371 ], [ -73.798552, 40.638329 ], [ -73.797863, 40.638111 ], [ -73.797257, 40.638008 ], [ -73.797065, 40.637932 ], [ -73.796508, 40.6376 ], [ -73.796083, 40.637405 ], [ -73.795584, 40.637101 ], [ -73.795157, 40.636949 ], [ -73.794514, 40.636453 ], [ -73.79374, 40.636271 ], [ -73.793225, 40.636082 ], [ -73.792353, 40.635914 ], [ -73.791975, 40.63564 ], [ -73.791251, 40.634689 ], [ -73.791308, 40.634532 ], [ -73.798123, 40.631318 ], [ -73.798119, 40.631038 ], [ -73.790793, 40.634282 ], [ -73.790784, 40.634003 ], [ -73.789427, 40.634263 ], [ -73.789227, 40.633947 ], [ -73.788183, 40.633528 ], [ -73.787735, 40.632946 ], [ -73.787331, 40.632517 ], [ -73.786697, 40.632246 ], [ -73.786345, 40.632187 ], [ -73.785708, 40.632095 ], [ -73.785012, 40.631728 ], [ -73.784348, 40.631373 ], [ -73.783963, 40.630875 ], [ -73.782645, 40.630248 ], [ -73.782843, 40.629406 ], [ -73.783466, 40.628118 ], [ -73.784879, 40.626631 ], [ -73.788417, 40.623858 ], [ -73.788871, 40.623356 ], [ -73.789186, 40.623007 ], [ -73.784932, 40.620469 ], [ -73.784505, 40.620683 ], [ -73.784194, 40.620892 ], [ -73.781323, 40.624919 ], [ -73.781152, 40.625237 ], [ -73.78091, 40.625621 ], [ -73.780595, 40.626042 ], [ -73.780165, 40.626521 ], [ -73.779588, 40.626936 ], [ -73.779327, 40.627336 ], [ -73.778954, 40.627441 ], [ -73.7785, 40.627584 ], [ -73.778242, 40.627637 ], [ -73.777505, 40.627778 ], [ -73.77672, 40.627613 ], [ -73.775983, 40.627323 ], [ -73.775381, 40.627056 ], [ -73.774842, 40.626555 ], [ -73.77436, 40.626105 ], [ -73.774075, 40.625783 ], [ -73.773718, 40.625514 ], [ -73.773495, 40.625143 ], [ -73.773002, 40.624839 ], [ -73.772555, 40.624449 ], [ -73.77186, 40.623765 ], [ -73.77518, 40.619265 ], [ -73.775119, 40.619234 ], [ -73.771728, 40.623585 ], [ -73.771509, 40.62333 ], [ -73.771234, 40.62319 ], [ -73.771018, 40.62332 ], [ -73.770821, 40.623283 ], [ -73.770911, 40.623078 ], [ -73.770811, 40.62295 ], [ -73.77089, 40.622756 ], [ -73.770951, 40.622652 ], [ -73.770904, 40.622447 ], [ -73.771029, 40.622268 ], [ -73.771144, 40.622042 ], [ -73.771411, 40.621682 ], [ -73.771537, 40.621433 ], [ -73.771688, 40.621036 ], [ -73.77171, 40.620669 ], [ -73.771655, 40.620416 ], [ -73.77139, 40.620153 ], [ -73.771282, 40.620085 ], [ -73.771098, 40.620005 ], [ -73.770902, 40.620009 ], [ -73.77077, 40.620031 ], [ -73.77059, 40.620115 ], [ -73.770411, 40.62026 ], [ -73.770293, 40.620397 ], [ -73.770243, 40.620474 ], [ -73.770141, 40.620702 ], [ -73.770082, 40.620823 ], [ -73.769745, 40.621126 ], [ -73.769816, 40.621377 ], [ -73.769822, 40.621405 ], [ -73.769819, 40.62144 ], [ -73.769805, 40.621459 ], [ -73.769803, 40.62148 ], [ -73.769805, 40.621516 ], [ -73.769801, 40.621536 ], [ -73.7698, 40.621555 ], [ -73.769805, 40.621571 ], [ -73.769794, 40.621601 ], [ -73.769745, 40.621634 ], [ -73.769734, 40.621656 ], [ -73.769717, 40.621687 ], [ -73.76973, 40.621713 ], [ -73.769729, 40.621746 ], [ -73.769715, 40.621777 ], [ -73.769688, 40.621801 ], [ -73.769647, 40.62183 ], [ -73.769612, 40.62185 ], [ -73.769588, 40.621883 ], [ -73.769577, 40.62192 ], [ -73.769567, 40.621958 ], [ -73.76955, 40.621996 ], [ -73.769536, 40.622036 ], [ -73.769526, 40.622075 ], [ -73.769523, 40.622095 ], [ -73.769505, 40.622121 ], [ -73.76949, 40.622087 ], [ -73.769482, 40.622019 ], [ -73.769443, 40.622018 ], [ -73.769421, 40.622054 ], [ -73.769401, 40.622081 ], [ -73.769353, 40.622129 ], [ -73.769274, 40.62219 ], [ -73.769186, 40.622253 ], [ -73.769113, 40.6223 ], [ -73.768884, 40.62247 ], [ -73.768787, 40.622535 ], [ -73.768722, 40.622618 ], [ -73.768687, 40.622682 ], [ -73.768652, 40.622806 ], [ -73.768636, 40.622886 ], [ -73.768587, 40.623025 ], [ -73.768553, 40.623155 ], [ -73.767571, 40.621477 ], [ -73.767459, 40.620511 ], [ -73.766757, 40.615284 ], [ -73.766719, 40.615004 ], [ -73.765244, 40.614942 ], [ -73.764349, 40.614316 ], [ -73.763476, 40.613706 ], [ -73.765931, 40.614153 ], [ -73.766657, 40.61457 ], [ -73.772268, 40.615136 ], [ -73.777321, 40.613078 ], [ -73.780354, 40.611308 ], [ -73.789058, 40.605621 ], [ -73.793652, 40.602623 ], [ -73.802469, 40.600967 ], [ -73.807512, 40.597862 ], [ -73.810285, 40.595073 ], [ -73.81338, 40.59414 ], [ -73.816203, 40.593158 ], [ -73.819835, 40.591897 ], [ -73.824736, 40.589221 ], [ -73.826992, 40.587989 ], [ -73.82733, 40.587801 ], [ -73.829238, 40.587488 ], [ -73.833507, 40.586706 ], [ -73.840704, 40.586087 ], [ -73.854937, 40.585974 ], [ -73.853522, 40.586592 ] ], [ [ -73.834847, 40.595543 ], [ -73.834656, 40.595168 ], [ -73.833815, 40.594947 ], [ -73.833055, 40.594813 ], [ -73.832326, 40.594619 ], [ -73.831304, 40.594628 ], [ -73.830391, 40.594593 ], [ -73.829722, 40.594644 ], [ -73.829308, 40.594742 ], [ -73.829136, 40.594807 ], [ -73.828273, 40.594801 ], [ -73.827936, 40.594839 ], [ -73.826742, 40.594924 ], [ -73.826132, 40.594921 ], [ -73.825837, 40.594888 ], [ -73.825594, 40.595029 ], [ -73.824803, 40.595083 ], [ -73.823908, 40.594928 ], [ -73.823611, 40.594901 ], [ -73.822967, 40.594889 ], [ -73.822509, 40.594886 ], [ -73.822164, 40.594843 ], [ -73.821669, 40.594751 ], [ -73.821358, 40.594691 ], [ -73.821145, 40.594851 ], [ -73.821028, 40.594994 ], [ -73.820925, 40.595144 ], [ -73.820712, 40.595171 ], [ -73.820614, 40.595506 ], [ -73.820595, 40.595603 ], [ -73.820549, 40.595634 ], [ -73.820476, 40.595692 ], [ -73.820458, 40.595719 ], [ -73.820441, 40.595779 ], [ -73.820521, 40.595912 ], [ -73.820515, 40.595978 ], [ -73.820529, 40.596042 ], [ -73.820534, 40.596075 ], [ -73.820534, 40.596137 ], [ -73.820519, 40.596223 ], [ -73.820485, 40.596317 ], [ -73.820458, 40.596402 ], [ -73.820425, 40.596486 ], [ -73.820384, 40.596569 ], [ -73.820337, 40.596649 ], [ -73.820283, 40.596727 ], [ -73.820223, 40.596802 ], [ -73.820157, 40.596874 ], [ -73.819736, 40.597517 ], [ -73.819365, 40.597528 ], [ -73.819281, 40.59753 ], [ -73.819103, 40.597983 ], [ -73.818993, 40.598262 ], [ -73.818491, 40.59939 ], [ -73.818311, 40.60134 ], [ -73.81772, 40.602225 ], [ -73.817558, 40.602786 ], [ -73.817254, 40.60394 ], [ -73.817279, 40.604077 ], [ -73.817302, 40.604206 ], [ -73.817392, 40.605158 ], [ -73.816425, 40.605224 ], [ -73.816091, 40.60575 ], [ -73.815985, 40.605734 ], [ -73.815942, 40.605927 ], [ -73.815888, 40.605929 ], [ -73.81589, 40.606025 ], [ -73.815919, 40.606023 ], [ -73.815918, 40.606061 ], [ -73.81597, 40.606074 ], [ -73.815955, 40.606146 ], [ -73.816009, 40.606144 ], [ -73.816008, 40.606195 ], [ -73.81596, 40.606262 ], [ -73.815854, 40.606342 ], [ -73.815807, 40.606366 ], [ -73.815768, 40.606372 ], [ -73.815727, 40.606354 ], [ -73.815708, 40.606439 ], [ -73.815525, 40.606407 ], [ -73.815584, 40.606173 ], [ -73.815534, 40.606164 ], [ -73.815461, 40.606428 ], [ -73.815517, 40.606436 ], [ -73.815521, 40.60642 ], [ -73.815742, 40.606465 ], [ -73.815616, 40.606699 ], [ -73.815341, 40.606939 ], [ -73.815206, 40.607093 ], [ -73.815082, 40.607284 ], [ -73.814974, 40.607606 ], [ -73.815, 40.607825 ], [ -73.814865, 40.608021 ], [ -73.814828, 40.608239 ], [ -73.814763, 40.608464 ], [ -73.814753, 40.608633 ], [ -73.814771, 40.608851 ], [ -73.814918, 40.609055 ], [ -73.815026, 40.609352 ], [ -73.815207, 40.609817 ], [ -73.815196, 40.609977 ], [ -73.815178, 40.610056 ], [ -73.815129, 40.610183 ], [ -73.815075, 40.610283 ], [ -73.814968, 40.610421 ], [ -73.814834, 40.610544 ], [ -73.814677, 40.61065 ], [ -73.814499, 40.610735 ], [ -73.814503, 40.611058 ], [ -73.814614, 40.610934 ], [ -73.814847, 40.610819 ], [ -73.815015, 40.610736 ], [ -73.815264, 40.6105 ], [ -73.815404, 40.610385 ], [ -73.815599, 40.610673 ], [ -73.815595, 40.610831 ], [ -73.815592, 40.611218 ], [ -73.815733, 40.611464 ], [ -73.815816, 40.611605 ], [ -73.815804, 40.611712 ], [ -73.81588, 40.611852 ], [ -73.815861, 40.61202 ], [ -73.815953, 40.612168 ], [ -73.816014, 40.612332 ], [ -73.816044, 40.61276 ], [ -73.816156, 40.612942 ], [ -73.815988, 40.613013 ], [ -73.815886, 40.61302 ], [ -73.815784, 40.613097 ], [ -73.815719, 40.613273 ], [ -73.815506, 40.613339 ], [ -73.815276, 40.613202 ], [ -73.81524, 40.612984 ], [ -73.815036, 40.612976 ], [ -73.814796, 40.613194 ], [ -73.814875, 40.61337 ], [ -73.814975, 40.613543 ], [ -73.815191, 40.613687 ], [ -73.815367, 40.613828 ], [ -73.815357, 40.613927 ], [ -73.81551, 40.614006 ], [ -73.815345, 40.614135 ], [ -73.815042, 40.614307 ], [ -73.814857, 40.614299 ], [ -73.814867, 40.614173 ], [ -73.814867, 40.614011 ], [ -73.814683, 40.613975 ], [ -73.814414, 40.614101 ], [ -73.814164, 40.614291 ], [ -73.814133, 40.614366 ], [ -73.814081, 40.614558 ], [ -73.814161, 40.614649 ], [ -73.814382, 40.614738 ], [ -73.814558, 40.614654 ], [ -73.814718, 40.614496 ], [ -73.814914, 40.614468 ], [ -73.815069, 40.614483 ], [ -73.815236, 40.614434 ], [ -73.815383, 40.614377 ], [ -73.81555, 40.614307 ], [ -73.815698, 40.614343 ], [ -73.815827, 40.614336 ], [ -73.815984, 40.614287 ], [ -73.816234, 40.614231 ], [ -73.816427, 40.614274 ], [ -73.816548, 40.61447 ], [ -73.816587, 40.614745 ], [ -73.816527, 40.614947 ], [ -73.817571, 40.614163 ], [ -73.820177, 40.615181 ], [ -73.820781, 40.615244 ], [ -73.820941, 40.615237 ], [ -73.821658, 40.614909 ], [ -73.823998, 40.612512 ], [ -73.8241, 40.61232 ], [ -73.824036, 40.61213 ], [ -73.823971, 40.611921 ], [ -73.823825, 40.611499 ], [ -73.823529, 40.611324 ], [ -73.823425, 40.611234 ], [ -73.823325, 40.611124 ], [ -73.823195, 40.610938 ], [ -73.822871, 40.610336 ], [ -73.822735, 40.610328 ], [ -73.822502, 40.610239 ], [ -73.822315, 40.610279 ], [ -73.822083, 40.610142 ], [ -73.821843, 40.609878 ], [ -73.821849, 40.6097 ], [ -73.821798, 40.609402 ], [ -73.821668, 40.609232 ], [ -73.821694, 40.609133 ], [ -73.821825, 40.608964 ], [ -73.821773, 40.608855 ], [ -73.821682, 40.608715 ], [ -73.821729, 40.608586 ], [ -73.821631, 40.608496 ], [ -73.821383, 40.608546 ], [ -73.82133, 40.608685 ], [ -73.821199, 40.608893 ], [ -73.821098, 40.609091 ], [ -73.820837, 40.609231 ], [ -73.820798, 40.609443 ], [ -73.820751, 40.609616 ], [ -73.820634, 40.609857 ], [ -73.820551, 40.609983 ], [ -73.820525, 40.610097 ], [ -73.820473, 40.610195 ], [ -73.820562, 40.610447 ], [ -73.820627, 40.61053 ], [ -73.82081, 40.610644 ], [ -73.821087, 40.610786 ], [ -73.821205, 40.610896 ], [ -73.821284, 40.611101 ], [ -73.821283, 40.611233 ], [ -73.821261, 40.611307 ], [ -73.82119, 40.611342 ], [ -73.82115, 40.611393 ], [ -73.821106, 40.611432 ], [ -73.820997, 40.611716 ], [ -73.821014, 40.611767 ], [ -73.821038, 40.611825 ], [ -73.82109, 40.611924 ], [ -73.821028, 40.611964 ], [ -73.820981, 40.611998 ], [ -73.820952, 40.61211 ], [ -73.82086, 40.612265 ], [ -73.820797, 40.612284 ], [ -73.820728, 40.612274 ], [ -73.820661, 40.612252 ], [ -73.820567, 40.612221 ], [ -73.820514, 40.612118 ], [ -73.820434, 40.612067 ], [ -73.820432, 40.611987 ], [ -73.820519, 40.61195 ], [ -73.820454, 40.611855 ], [ -73.819952, 40.611006 ], [ -73.819797, 40.610498 ], [ -73.819808, 40.609835 ], [ -73.819982, 40.60956 ], [ -73.819975, 40.609419 ], [ -73.819943, 40.609336 ], [ -73.819983, 40.609225 ], [ -73.820028, 40.609025 ], [ -73.820032, 40.608924 ], [ -73.8203, 40.608576 ], [ -73.82086, 40.60784 ], [ -73.820905, 40.607781 ], [ -73.820887, 40.607707 ], [ -73.820892, 40.607642 ], [ -73.821076, 40.607383 ], [ -73.821199, 40.607286 ], [ -73.821171, 40.607249 ], [ -73.821275, 40.607161 ], [ -73.821213, 40.607076 ], [ -73.821265, 40.607003 ], [ -73.821519, 40.606911 ], [ -73.821677, 40.606819 ], [ -73.821738, 40.606721 ], [ -73.822098, 40.606455 ], [ -73.822256, 40.606445 ], [ -73.82236, 40.606469 ], [ -73.822667, 40.606119 ], [ -73.822905, 40.605851 ], [ -73.822745, 40.605791 ], [ -73.822695, 40.605738 ], [ -73.8226, 40.605685 ], [ -73.822483, 40.605583 ], [ -73.822467, 40.605525 ], [ -73.822555, 40.605362 ], [ -73.822533, 40.605239 ], [ -73.822545, 40.605187 ], [ -73.822594, 40.605091 ], [ -73.822671, 40.604987 ], [ -73.822715, 40.60495 ], [ -73.82277, 40.604945 ], [ -73.822816, 40.604941 ], [ -73.822834, 40.604821 ], [ -73.822903, 40.604687 ], [ -73.822813, 40.604581 ], [ -73.822781, 40.604535 ], [ -73.822766, 40.604203 ], [ -73.822806, 40.603975 ], [ -73.82288, 40.603283 ], [ -73.822945, 40.602583 ], [ -73.822996, 40.602419 ], [ -73.823049, 40.602345 ], [ -73.823234, 40.602293 ], [ -73.823578, 40.602272 ], [ -73.823623, 40.602032 ], [ -73.823585, 40.60194 ], [ -73.823519, 40.60185 ], [ -73.823454, 40.601758 ], [ -73.823467, 40.601635 ], [ -73.823511, 40.601546 ], [ -73.823604, 40.601478 ], [ -73.823705, 40.601392 ], [ -73.82379, 40.601343 ], [ -73.823882, 40.601249 ], [ -73.823924, 40.601106 ], [ -73.823989, 40.601002 ], [ -73.824156, 40.600906 ], [ -73.824298, 40.600852 ], [ -73.82432, 40.600764 ], [ -73.824452, 40.600797 ], [ -73.824407, 40.600591 ], [ -73.82441, 40.600342 ], [ -73.823319, 40.600234 ], [ -73.823317, 40.60027 ], [ -73.822594, 40.600183 ], [ -73.822485, 40.600236 ], [ -73.822344, 40.600226 ], [ -73.822327, 40.600151 ], [ -73.821697, 40.600125 ], [ -73.821718, 40.600077 ], [ -73.821476, 40.60005 ], [ -73.821469, 40.599994 ], [ -73.821632, 40.599967 ], [ -73.821697, 40.599965 ], [ -73.821799, 40.599834 ], [ -73.821944, 40.599801 ], [ -73.822142, 40.599846 ], [ -73.822266, 40.599891 ], [ -73.822389, 40.599927 ], [ -73.822561, 40.599918 ], [ -73.822576, 40.599888 ], [ -73.822997, 40.599957 ], [ -73.823004, 40.600049 ], [ -73.823133, 40.600057 ], [ -73.823153, 40.599977 ], [ -73.823624, 40.600007 ], [ -73.823766, 40.60004 ], [ -73.823793, 40.599851 ], [ -73.824014, 40.59943 ], [ -73.824071, 40.599292 ], [ -73.824166, 40.599299 ], [ -73.824219, 40.599074 ], [ -73.824096, 40.599005 ], [ -73.824078, 40.598909 ], [ -73.824483, 40.598962 ], [ -73.824467, 40.599107 ], [ -73.824531, 40.599119 ], [ -73.824788, 40.598418 ], [ -73.824728, 40.598444 ], [ -73.824528, 40.598936 ], [ -73.824055, 40.598876 ], [ -73.823959, 40.598877 ], [ -73.824047, 40.598738 ], [ -73.824195, 40.598502 ], [ -73.8243, 40.598332 ], [ -73.824568, 40.59817 ], [ -73.82485, 40.598145 ], [ -73.825149, 40.598257 ], [ -73.825529, 40.598511 ], [ -73.825708, 40.59878 ], [ -73.825845, 40.598973 ], [ -73.825916, 40.599166 ], [ -73.825849, 40.599339 ], [ -73.825849, 40.59944 ], [ -73.826048, 40.599461 ], [ -73.826246, 40.599299 ], [ -73.826362, 40.599168 ], [ -73.826632, 40.598989 ], [ -73.826763, 40.598879 ], [ -73.826844, 40.59878 ], [ -73.826968, 40.598674 ], [ -73.827139, 40.598686 ], [ -73.827171, 40.598613 ], [ -73.82712, 40.598459 ], [ -73.827453, 40.598196 ], [ -73.827633, 40.598125 ], [ -73.827847, 40.598 ], [ -73.827974, 40.59778 ], [ -73.828043, 40.597701 ], [ -73.828345, 40.597646 ], [ -73.828605, 40.597697 ], [ -73.828783, 40.597789 ], [ -73.828917, 40.597763 ], [ -73.829113, 40.597772 ], [ -73.829255, 40.597836 ], [ -73.82927, 40.597983 ], [ -73.829352, 40.598077 ], [ -73.829483, 40.598134 ], [ -73.829615, 40.598084 ], [ -73.82979, 40.597949 ], [ -73.830052, 40.597809 ], [ -73.830266, 40.597797 ], [ -73.830389, 40.597734 ], [ -73.830505, 40.597621 ], [ -73.83047, 40.597451 ], [ -73.830676, 40.597438 ], [ -73.83076, 40.597446 ], [ -73.830957, 40.597647 ], [ -73.83108, 40.597791 ], [ -73.831261, 40.597892 ], [ -73.83159, 40.597942 ], [ -73.832324, 40.597815 ], [ -73.832138, 40.597624 ], [ -73.832385, 40.597606 ], [ -73.832788, 40.597499 ], [ -73.832956, 40.597436 ], [ -73.833361, 40.597236 ], [ -73.83349, 40.596916 ], [ -73.833928, 40.596767 ], [ -73.834201, 40.596657 ], [ -73.834396, 40.596464 ], [ -73.834455, 40.596227 ], [ -73.83462, 40.595997 ], [ -73.83469, 40.5959 ], [ -73.834847, 40.595543 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081108500", "name": "Census Tract 1085, Queens County, New York", "total_population_17": 2422, "white_alone_17": 1176.0, "black_alone_17": 9.0, "native_alone_17": 0.0, "asian_alone_17": 975.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 141.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.13, "pct_black_alone_change": 0.048, "pct_native_alone_change": -0.072, "pct_asian_alone_change": 21.013, "pct_hispanic_or_latino_change": -1.421, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7724453", "INTPTLON": "-073.7890720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.795657, 40.773031 ], [ -73.793652, 40.77336 ], [ -73.793186, 40.773572 ], [ -73.792713, 40.773788 ], [ -73.791635, 40.774239 ], [ -73.791483, 40.774278 ], [ -73.79035, 40.774573 ], [ -73.789842, 40.774687 ], [ -73.789136, 40.774847 ], [ -73.788936, 40.774896 ], [ -73.78827, 40.775075 ], [ -73.78741, 40.775318 ], [ -73.786551, 40.775558 ], [ -73.786265, 40.775646 ], [ -73.785694, 40.775813 ], [ -73.784914, 40.776041 ], [ -73.784593, 40.776141 ], [ -73.784556, 40.775231 ], [ -73.784537, 40.774657 ], [ -73.784534, 40.774575 ], [ -73.784528, 40.774409 ], [ -73.784481, 40.773951 ], [ -73.784418, 40.773553 ], [ -73.784378, 40.773342 ], [ -73.784329, 40.773138 ], [ -73.784199, 40.772602 ], [ -73.784134, 40.77237 ], [ -73.784009, 40.772004 ], [ -73.78389, 40.771731 ], [ -73.783727, 40.771361 ], [ -73.78405, 40.771266 ], [ -73.784936, 40.771006 ], [ -73.785803, 40.770748 ], [ -73.786685, 40.770485 ], [ -73.78756, 40.770226 ], [ -73.788434, 40.769968 ], [ -73.789309, 40.769708 ], [ -73.790183, 40.76945 ], [ -73.791902, 40.768936 ], [ -73.792393, 40.76951 ], [ -73.793179, 40.770403 ], [ -73.793237, 40.770468 ], [ -73.793972, 40.771252 ], [ -73.794159, 40.771516 ], [ -73.794803, 40.772296 ], [ -73.794948, 40.772441 ], [ -73.795134, 40.772649 ], [ -73.795333, 40.772804 ], [ -73.795657, 40.773031 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081109300", "name": "Census Tract 1093, Queens County, New York", "total_population_17": 3384, "white_alone_17": 1732.0, "black_alone_17": 29.0, "native_alone_17": 0.0, "asian_alone_17": 1098.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 500.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.71, "pct_black_alone_change": -0.952, "pct_native_alone_change": -0.033, "pct_asian_alone_change": 9.231, "pct_hispanic_or_latino_change": 9.053, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7756127", "INTPTLON": "-073.7704101" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.784593, 40.776141 ], [ -73.784414, 40.776192 ], [ -73.784076, 40.776289 ], [ -73.782798, 40.776666 ], [ -73.780362, 40.777387 ], [ -73.779477, 40.777664 ], [ -73.779397, 40.777686 ], [ -73.778588, 40.777912 ], [ -73.777694, 40.77816 ], [ -73.776784, 40.77841 ], [ -73.775839, 40.778613 ], [ -73.775724, 40.7779 ], [ -73.775537, 40.777026 ], [ -73.774655, 40.777286 ], [ -73.773783, 40.777547 ], [ -73.772903, 40.777804 ], [ -73.772036, 40.77807 ], [ -73.771132, 40.778341 ], [ -73.76935, 40.778875 ], [ -73.768642, 40.779087 ], [ -73.768407, 40.778662 ], [ -73.768156, 40.778125 ], [ -73.76802, 40.778168 ], [ -73.767605, 40.778299 ], [ -73.760142, 40.780674 ], [ -73.760295, 40.776921 ], [ -73.759583, 40.774001 ], [ -73.759167, 40.771887 ], [ -73.761887, 40.770944 ], [ -73.763784, 40.772517 ], [ -73.76402, 40.77234 ], [ -73.764144, 40.772246 ], [ -73.764037, 40.772135 ], [ -73.763681, 40.771839 ], [ -73.763982, 40.77175 ], [ -73.764506, 40.771561 ], [ -73.764782, 40.771488 ], [ -73.765064, 40.771431 ], [ -73.76535, 40.771389 ], [ -73.765637, 40.771364 ], [ -73.765771, 40.771357 ], [ -73.765905, 40.771336 ], [ -73.766035, 40.771303 ], [ -73.766158, 40.771257 ], [ -73.766272, 40.771199 ], [ -73.766372, 40.771132 ], [ -73.766604, 40.770951 ], [ -73.766853, 40.770781 ], [ -73.767117, 40.770622 ], [ -73.767396, 40.770508 ], [ -73.767675, 40.770344 ], [ -73.76798, 40.770233 ], [ -73.768924, 40.769967 ], [ -73.769255, 40.76992 ], [ -73.770169, 40.769738 ], [ -73.770639, 40.769645 ], [ -73.770975, 40.770837 ], [ -73.771815, 40.770677 ], [ -73.772023, 40.771498 ], [ -73.76965, 40.772028 ], [ -73.769842, 40.77261 ], [ -73.769999, 40.773011 ], [ -73.770052, 40.773001 ], [ -73.770389, 40.772938 ], [ -73.772285, 40.772554 ], [ -73.773486, 40.772306 ], [ -73.774475, 40.772102 ], [ -73.77539, 40.771911 ], [ -73.776301, 40.771719 ], [ -73.777208, 40.771528 ], [ -73.777539, 40.77309 ], [ -73.778444, 40.772895 ], [ -73.778858, 40.772799 ], [ -73.780561, 40.772301 ], [ -73.782311, 40.771783 ], [ -73.783222, 40.771511 ], [ -73.783555, 40.771411 ], [ -73.783727, 40.771361 ], [ -73.78389, 40.771731 ], [ -73.784009, 40.772004 ], [ -73.784134, 40.77237 ], [ -73.784199, 40.772602 ], [ -73.784329, 40.773138 ], [ -73.784378, 40.773342 ], [ -73.784418, 40.773553 ], [ -73.784481, 40.773951 ], [ -73.784528, 40.774409 ], [ -73.784534, 40.774575 ], [ -73.784537, 40.774657 ], [ -73.784556, 40.775231 ], [ -73.784593, 40.776141 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081109700", "name": "Census Tract 1097, Queens County, New York", "total_population_17": 1703, "white_alone_17": 1035.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 540.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 91.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.266, "pct_black_alone_change": -0.038, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 11.641, "pct_hispanic_or_latino_change": -5.545, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7703466", "INTPTLON": "-073.7773131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.783555, 40.771411 ], [ -73.783222, 40.771511 ], [ -73.782311, 40.771783 ], [ -73.780561, 40.772301 ], [ -73.778858, 40.772799 ], [ -73.778444, 40.772895 ], [ -73.777539, 40.77309 ], [ -73.777208, 40.771528 ], [ -73.776301, 40.771719 ], [ -73.77539, 40.771911 ], [ -73.774475, 40.772102 ], [ -73.773486, 40.772306 ], [ -73.772285, 40.772554 ], [ -73.770389, 40.772938 ], [ -73.770052, 40.773001 ], [ -73.769999, 40.773011 ], [ -73.769842, 40.77261 ], [ -73.76965, 40.772028 ], [ -73.772023, 40.771498 ], [ -73.771815, 40.770677 ], [ -73.770975, 40.770837 ], [ -73.770639, 40.769645 ], [ -73.771083, 40.769542 ], [ -73.77151, 40.769457 ], [ -73.771977, 40.769354 ], [ -73.773761, 40.768975 ], [ -73.774687, 40.768792 ], [ -73.775627, 40.768608 ], [ -73.776209, 40.768491 ], [ -73.776547, 40.768419 ], [ -73.777089, 40.768293 ], [ -73.777439, 40.768204 ], [ -73.778337, 40.767955 ], [ -73.77923, 40.767702 ], [ -73.780109, 40.767449 ], [ -73.780988, 40.767199 ], [ -73.781293, 40.767113 ], [ -73.78146, 40.767066 ], [ -73.782148, 40.768354 ], [ -73.782514, 40.769033 ], [ -73.782862, 40.769683 ], [ -73.783262, 40.770459 ], [ -73.783727, 40.771361 ], [ -73.783555, 40.771411 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081109900", "name": "Census Tract 1099, Queens County, New York", "total_population_17": 3557, "white_alone_17": 1324.0, "black_alone_17": 15.0, "native_alone_17": 0.0, "asian_alone_17": 1528.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 650.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -34.262, "pct_black_alone_change": 0.002, "pct_native_alone_change": -0.15, "pct_asian_alone_change": 26.946, "pct_hispanic_or_latino_change": 7.21, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7679453", "INTPTLON": "-073.7864943" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.791902, 40.768936 ], [ -73.790183, 40.76945 ], [ -73.789309, 40.769708 ], [ -73.788434, 40.769968 ], [ -73.78756, 40.770226 ], [ -73.786685, 40.770485 ], [ -73.785803, 40.770748 ], [ -73.784936, 40.771006 ], [ -73.78405, 40.771266 ], [ -73.783727, 40.771361 ], [ -73.783262, 40.770459 ], [ -73.782862, 40.769683 ], [ -73.782514, 40.769033 ], [ -73.782148, 40.768354 ], [ -73.78146, 40.767066 ], [ -73.781846, 40.766956 ], [ -73.782728, 40.766705 ], [ -73.783604, 40.766452 ], [ -73.784432, 40.766097 ], [ -73.785217, 40.76567 ], [ -73.786004, 40.765244 ], [ -73.78679, 40.764817 ], [ -73.787596, 40.764393 ], [ -73.788075, 40.764199 ], [ -73.788385, 40.764406 ], [ -73.789636, 40.766142 ], [ -73.789911, 40.766524 ], [ -73.790228, 40.766955 ], [ -73.790599, 40.767419 ], [ -73.790693, 40.767525 ], [ -73.791423, 40.768349 ], [ -73.791526, 40.768475 ], [ -73.791902, 40.768936 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081111300", "name": "Census Tract 1113, Queens County, New York", "total_population_17": 2596, "white_alone_17": 1271.0, "black_alone_17": 10.0, "native_alone_17": 0.0, "asian_alone_17": 946.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 341.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.65, "pct_black_alone_change": -2.002, "pct_native_alone_change": -0.119, "pct_asian_alone_change": 17.507, "pct_hispanic_or_latino_change": 4.544, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7679197", "INTPTLON": "-073.7626797" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.770169, 40.769738 ], [ -73.769255, 40.76992 ], [ -73.768924, 40.769967 ], [ -73.76798, 40.770233 ], [ -73.767675, 40.770344 ], [ -73.767396, 40.770508 ], [ -73.767117, 40.770622 ], [ -73.766853, 40.770781 ], [ -73.766604, 40.770951 ], [ -73.766372, 40.771132 ], [ -73.766272, 40.771199 ], [ -73.766158, 40.771257 ], [ -73.766035, 40.771303 ], [ -73.765905, 40.771336 ], [ -73.765771, 40.771357 ], [ -73.765637, 40.771364 ], [ -73.76535, 40.771389 ], [ -73.765064, 40.771431 ], [ -73.764782, 40.771488 ], [ -73.764506, 40.771561 ], [ -73.763982, 40.77175 ], [ -73.763681, 40.771839 ], [ -73.764037, 40.772135 ], [ -73.764144, 40.772246 ], [ -73.76402, 40.77234 ], [ -73.763784, 40.772517 ], [ -73.761887, 40.770944 ], [ -73.759167, 40.771887 ], [ -73.757988, 40.768397 ], [ -73.754047, 40.766076 ], [ -73.75402, 40.766037 ], [ -73.754004, 40.766022 ], [ -73.753958, 40.765988 ], [ -73.753943, 40.765976 ], [ -73.753895, 40.765927 ], [ -73.753862, 40.765905 ], [ -73.753825, 40.765869 ], [ -73.753798, 40.765839 ], [ -73.753755, 40.7658 ], [ -73.753745, 40.765759 ], [ -73.753737, 40.765713 ], [ -73.753722, 40.765686 ], [ -73.753707, 40.765665 ], [ -73.75367, 40.76564 ], [ -73.753651, 40.76562 ], [ -73.753632, 40.765595 ], [ -73.753612, 40.765568 ], [ -73.753585, 40.765541 ], [ -73.753573, 40.765531 ], [ -73.753521, 40.765497 ], [ -73.753469, 40.765445 ], [ -73.75377, 40.765305 ], [ -73.754493, 40.764973 ], [ -73.755104, 40.764827 ], [ -73.756125, 40.764615 ], [ -73.757227, 40.764496 ], [ -73.758506, 40.764392 ], [ -73.758625, 40.764383 ], [ -73.759206, 40.764321 ], [ -73.760077, 40.764229 ], [ -73.761241, 40.764167 ], [ -73.76186, 40.764065 ], [ -73.762017, 40.76405 ], [ -73.762724, 40.76398 ], [ -73.762949, 40.763958 ], [ -73.763917, 40.763864 ], [ -73.764601, 40.763797 ], [ -73.765031, 40.763755 ], [ -73.765577, 40.763701 ], [ -73.766405, 40.76362 ], [ -73.767484, 40.763515 ], [ -73.768347, 40.76343 ], [ -73.768378, 40.763517 ], [ -73.768419, 40.763631 ], [ -73.768725, 40.764695 ], [ -73.767807, 40.764847 ], [ -73.76813, 40.765966 ], [ -73.768494, 40.767225 ], [ -73.769406, 40.767079 ], [ -73.769849, 40.768602 ], [ -73.770169, 40.769738 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081112300", "name": "Census Tract 1123, Queens County, New York", "total_population_17": 1976, "white_alone_17": 727.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 637.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 528.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.185, "pct_black_alone_change": -1.448, "pct_native_alone_change": -0.379, "pct_asian_alone_change": 4.951, "pct_hispanic_or_latino_change": 9.383, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7662920", "INTPTLON": "-073.7712453" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.774687, 40.768792 ], [ -73.773761, 40.768975 ], [ -73.771977, 40.769354 ], [ -73.77151, 40.769457 ], [ -73.771083, 40.769542 ], [ -73.770639, 40.769645 ], [ -73.770169, 40.769738 ], [ -73.769849, 40.768602 ], [ -73.769406, 40.767079 ], [ -73.768494, 40.767225 ], [ -73.76813, 40.765966 ], [ -73.767807, 40.764847 ], [ -73.768725, 40.764695 ], [ -73.768419, 40.763631 ], [ -73.768378, 40.763517 ], [ -73.768347, 40.76343 ], [ -73.770769, 40.763193 ], [ -73.770969, 40.7636 ], [ -73.771916, 40.763508 ], [ -73.772882, 40.763412 ], [ -73.773606, 40.76478 ], [ -73.774273, 40.766044 ], [ -73.773402, 40.766312 ], [ -73.774175, 40.767761 ], [ -73.774687, 40.768792 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081112900", "name": "Census Tract 1129, Queens County, New York", "total_population_17": 2131, "white_alone_17": 1342.0, "black_alone_17": 75.0, "native_alone_17": 0.0, "asian_alone_17": 585.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 119.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.73, "pct_black_alone_change": 2.134, "pct_native_alone_change": -0.606, "pct_asian_alone_change": 10.619, "pct_hispanic_or_latino_change": -4.325, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7654009", "INTPTLON": "-073.7768169" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.78146, 40.767066 ], [ -73.781293, 40.767113 ], [ -73.780988, 40.767199 ], [ -73.780109, 40.767449 ], [ -73.77923, 40.767702 ], [ -73.778337, 40.767955 ], [ -73.777439, 40.768204 ], [ -73.777089, 40.768293 ], [ -73.776547, 40.768419 ], [ -73.776209, 40.768491 ], [ -73.775627, 40.768608 ], [ -73.774687, 40.768792 ], [ -73.774175, 40.767761 ], [ -73.773402, 40.766312 ], [ -73.774273, 40.766044 ], [ -73.773606, 40.76478 ], [ -73.772882, 40.763412 ], [ -73.771916, 40.763508 ], [ -73.770969, 40.7636 ], [ -73.770769, 40.763193 ], [ -73.771757, 40.763095 ], [ -73.774575, 40.762817 ], [ -73.775469, 40.762729 ], [ -73.776443, 40.76263 ], [ -73.777471, 40.762525 ], [ -73.778368, 40.762454 ], [ -73.778629, 40.762427 ], [ -73.778796, 40.762407 ], [ -73.779031, 40.76238 ], [ -73.779136, 40.762651 ], [ -73.779337, 40.763031 ], [ -73.780004, 40.764271 ], [ -73.78002, 40.764301 ], [ -73.780088, 40.764431 ], [ -73.780298, 40.764855 ], [ -73.780378, 40.765007 ], [ -73.780413, 40.765074 ], [ -73.780531, 40.765299 ], [ -73.780768, 40.765743 ], [ -73.781092, 40.766349 ], [ -73.781166, 40.766487 ], [ -73.781337, 40.766806 ], [ -73.78146, 40.767066 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081113300", "name": "Census Tract 1133, Queens County, New York", "total_population_17": 1788, "white_alone_17": 914.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 432.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 379.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.496, "pct_black_alone_change": -0.315, "pct_native_alone_change": -0.125, "pct_asian_alone_change": 8.702, "pct_hispanic_or_latino_change": 11.787, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7641494", "INTPTLON": "-073.7831519" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.787596, 40.764393 ], [ -73.78679, 40.764817 ], [ -73.786004, 40.765244 ], [ -73.785217, 40.76567 ], [ -73.784432, 40.766097 ], [ -73.783604, 40.766452 ], [ -73.782728, 40.766705 ], [ -73.781846, 40.766956 ], [ -73.78146, 40.767066 ], [ -73.781337, 40.766806 ], [ -73.781166, 40.766487 ], [ -73.781092, 40.766349 ], [ -73.780768, 40.765743 ], [ -73.780531, 40.765299 ], [ -73.780413, 40.765074 ], [ -73.780378, 40.765007 ], [ -73.780298, 40.764855 ], [ -73.780088, 40.764431 ], [ -73.78002, 40.764301 ], [ -73.780004, 40.764271 ], [ -73.779337, 40.763031 ], [ -73.779136, 40.762651 ], [ -73.779031, 40.76238 ], [ -73.779349, 40.762363 ], [ -73.780309, 40.762292 ], [ -73.780405, 40.762295 ], [ -73.78132, 40.762188 ], [ -73.782232, 40.762131 ], [ -73.783077, 40.762029 ], [ -73.784231, 40.761924 ], [ -73.785274, 40.761842 ], [ -73.785351, 40.762257 ], [ -73.785445, 40.762597 ], [ -73.785707, 40.762937 ], [ -73.785853, 40.763014 ], [ -73.787532, 40.7639 ], [ -73.788075, 40.764199 ], [ -73.787596, 40.764393 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081113900", "name": "Census Tract 1139, Queens County, New York", "total_population_17": 3131, "white_alone_17": 1292.0, "black_alone_17": 14.0, "native_alone_17": 10.0, "asian_alone_17": 1294.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 429.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.106, "pct_black_alone_change": -0.515, "pct_native_alone_change": -0.162, "pct_asian_alone_change": 23.3, "pct_hispanic_or_latino_change": -0.691, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7642305", "INTPTLON": "-073.7906266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.793613, 40.767223 ], [ -73.793422, 40.7686 ], [ -73.793179, 40.770403 ], [ -73.792393, 40.76951 ], [ -73.791902, 40.768936 ], [ -73.791526, 40.768475 ], [ -73.791423, 40.768349 ], [ -73.790693, 40.767525 ], [ -73.790599, 40.767419 ], [ -73.790228, 40.766955 ], [ -73.789911, 40.766524 ], [ -73.789636, 40.766142 ], [ -73.788385, 40.764406 ], [ -73.788075, 40.764199 ], [ -73.787532, 40.7639 ], [ -73.785853, 40.763014 ], [ -73.785707, 40.762937 ], [ -73.785445, 40.762597 ], [ -73.785351, 40.762257 ], [ -73.785274, 40.761842 ], [ -73.785168, 40.761433 ], [ -73.785579, 40.761401 ], [ -73.78613, 40.761359 ], [ -73.787166, 40.761277 ], [ -73.788068, 40.761205 ], [ -73.788966, 40.761128 ], [ -73.789862, 40.761057 ], [ -73.79076, 40.760986 ], [ -73.791655, 40.760912 ], [ -73.792553, 40.76084 ], [ -73.79344, 40.760764 ], [ -73.793443, 40.761185 ], [ -73.793437, 40.761597 ], [ -73.793345, 40.762295 ], [ -73.793225, 40.763142 ], [ -73.793025, 40.764621 ], [ -73.793959, 40.764695 ], [ -73.793613, 40.767223 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081114100", "name": "Census Tract 1141, Queens County, New York", "total_population_17": 2469, "white_alone_17": 1130.0, "black_alone_17": 31.0, "native_alone_17": 0.0, "asian_alone_17": 996.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 250.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -27.72, "pct_black_alone_change": 0.972, "pct_native_alone_change": -0.041, "pct_asian_alone_change": 21.339, "pct_hispanic_or_latino_change": 3.224, "pct_native_hawaiian_pacific_islander_change": -0.041, "INTPTLAT": "+40.7690969", "INTPTLON": "-073.7966895" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.801484, 40.771811 ], [ -73.800481, 40.772202 ], [ -73.799962, 40.772436 ], [ -73.799481, 40.772671 ], [ -73.798719, 40.773054 ], [ -73.798456, 40.773197 ], [ -73.797593, 40.773682 ], [ -73.797243, 40.773894 ], [ -73.796727, 40.773609 ], [ -73.796525, 40.773502 ], [ -73.795657, 40.773031 ], [ -73.795333, 40.772804 ], [ -73.795134, 40.772649 ], [ -73.794948, 40.772441 ], [ -73.794803, 40.772296 ], [ -73.794159, 40.771516 ], [ -73.793972, 40.771252 ], [ -73.793237, 40.770468 ], [ -73.793179, 40.770403 ], [ -73.793422, 40.7686 ], [ -73.793613, 40.767223 ], [ -73.793959, 40.764695 ], [ -73.794892, 40.76477 ], [ -73.795826, 40.764843 ], [ -73.796759, 40.764917 ], [ -73.797693, 40.76499 ], [ -73.798626, 40.765064 ], [ -73.799559, 40.765138 ], [ -73.799213, 40.767666 ], [ -73.799026, 40.769042 ], [ -73.798777, 40.770907 ], [ -73.799706, 40.770981 ], [ -73.800641, 40.771054 ], [ -73.801578, 40.771127 ], [ -73.801484, 40.771811 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081114700", "name": "Census Tract 1147, Queens County, New York", "total_population_17": 1722, "white_alone_17": 923.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 433.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 318.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.511, "pct_black_alone_change": -0.5, "pct_native_alone_change": -0.056, "pct_asian_alone_change": 5.478, "pct_hispanic_or_latino_change": 9.578, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7682675", "INTPTLON": "-073.8019551" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.804814, 40.768108 ], [ -73.804629, 40.769486 ], [ -73.804418, 40.771086 ], [ -73.803455, 40.771171 ], [ -73.802825, 40.771237 ], [ -73.801484, 40.771811 ], [ -73.801578, 40.771127 ], [ -73.800641, 40.771054 ], [ -73.799706, 40.770981 ], [ -73.798777, 40.770907 ], [ -73.799026, 40.769042 ], [ -73.799213, 40.767666 ], [ -73.799559, 40.765138 ], [ -73.800495, 40.765212 ], [ -73.801428, 40.765286 ], [ -73.802362, 40.765362 ], [ -73.803295, 40.765433 ], [ -73.804227, 40.765507 ], [ -73.805161, 40.765581 ], [ -73.804814, 40.768108 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081115100", "name": "Census Tract 1151, Queens County, New York", "total_population_17": 1167, "white_alone_17": 535.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 418.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 164.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.495, "pct_black_alone_change": -0.496, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 12.76, "pct_hispanic_or_latino_change": 7.276, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7690541", "INTPTLON": "-073.8079843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.810472, 40.768557 ], [ -73.810287, 40.769932 ], [ -73.810061, 40.771589 ], [ -73.809061, 40.771599 ], [ -73.808138, 40.771458 ], [ -73.80721, 40.771322 ], [ -73.806291, 40.771194 ], [ -73.805356, 40.771095 ], [ -73.804418, 40.771086 ], [ -73.804629, 40.769486 ], [ -73.804814, 40.768108 ], [ -73.805161, 40.765581 ], [ -73.806094, 40.765655 ], [ -73.807029, 40.765728 ], [ -73.807958, 40.765802 ], [ -73.808891, 40.765874 ], [ -73.809831, 40.765949 ], [ -73.810817, 40.766027 ], [ -73.810472, 40.768557 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081115500", "name": "Census Tract 1155, Queens County, New York", "total_population_17": 2440, "white_alone_17": 397.0, "black_alone_17": 50.0, "native_alone_17": 46.0, "asian_alone_17": 1169.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 803.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.372, "pct_black_alone_change": 0.316, "pct_native_alone_change": 1.604, "pct_asian_alone_change": 19.245, "pct_hispanic_or_latino_change": 3.121, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7678382", "INTPTLON": "-073.8117913" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.813227, 40.771573 ], [ -73.811987, 40.771586 ], [ -73.811039, 40.771597 ], [ -73.810061, 40.771589 ], [ -73.810287, 40.769932 ], [ -73.810472, 40.768557 ], [ -73.810817, 40.766027 ], [ -73.810993, 40.764705 ], [ -73.811085, 40.763988 ], [ -73.811227, 40.763041 ], [ -73.8126, 40.763153 ], [ -73.812764, 40.764125 ], [ -73.81292, 40.765057 ], [ -73.812985, 40.766201 ], [ -73.813004, 40.767287 ], [ -73.813031, 40.768036 ], [ -73.813057, 40.768755 ], [ -73.813123, 40.770156 ], [ -73.813227, 40.771573 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081115700", "name": "Census Tract 1157, Queens County, New York", "total_population_17": 3423, "white_alone_17": 654.0, "black_alone_17": 102.0, "native_alone_17": 0.0, "asian_alone_17": 2446.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 163.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.044, "pct_black_alone_change": 1.335, "pct_native_alone_change": -0.26, "pct_asian_alone_change": 22.454, "pct_hispanic_or_latino_change": -11.342, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7675730", "INTPTLON": "-073.8151695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.817388, 40.766572 ], [ -73.817368, 40.767672 ], [ -73.817339, 40.769103 ], [ -73.817317, 40.770289 ], [ -73.817293, 40.771478 ], [ -73.815858, 40.771512 ], [ -73.814866, 40.771538 ], [ -73.814065, 40.771554 ], [ -73.813227, 40.771573 ], [ -73.813123, 40.770156 ], [ -73.813057, 40.768755 ], [ -73.813031, 40.768036 ], [ -73.813004, 40.767287 ], [ -73.812985, 40.766201 ], [ -73.81292, 40.765057 ], [ -73.812764, 40.764125 ], [ -73.81353, 40.763929 ], [ -73.814431, 40.763687 ], [ -73.815294, 40.763449 ], [ -73.816387, 40.76316 ], [ -73.816826, 40.764235 ], [ -73.817325, 40.765354 ], [ -73.817395, 40.765491 ], [ -73.817388, 40.766572 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081115900", "name": "Census Tract 1159, Queens County, New York", "total_population_17": 4388, "white_alone_17": 361.0, "black_alone_17": 63.0, "native_alone_17": 11.0, "asian_alone_17": 3581.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 228.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.987, "pct_black_alone_change": -2.532, "pct_native_alone_change": 0.018, "pct_asian_alone_change": 32.216, "pct_hispanic_or_latino_change": -13.501, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7686397", "INTPTLON": "-073.8207551" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.824669, 40.770407 ], [ -73.821897, 40.77082 ], [ -73.819758, 40.771131 ], [ -73.818726, 40.771281 ], [ -73.818336, 40.771332 ], [ -73.817293, 40.771478 ], [ -73.817317, 40.770289 ], [ -73.817339, 40.769103 ], [ -73.817368, 40.767672 ], [ -73.817388, 40.766572 ], [ -73.818357, 40.766468 ], [ -73.819696, 40.766307 ], [ -73.820902, 40.76616 ], [ -73.823727, 40.765826 ], [ -73.823897, 40.766636 ], [ -73.82395, 40.766887 ], [ -73.824212, 40.768169 ], [ -73.824443, 40.769286 ], [ -73.824669, 40.770407 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081116100", "name": "Census Tract 1161, Queens County, New York", "total_population_17": 4491, "white_alone_17": 372.0, "black_alone_17": 119.0, "native_alone_17": 0.0, "asian_alone_17": 3211.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 688.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.787, "pct_black_alone_change": -1.797, "pct_native_alone_change": -0.242, "pct_asian_alone_change": 15.4, "pct_hispanic_or_latino_change": -1.391, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7668601", "INTPTLON": "-073.8256989" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.827863, 40.765363 ], [ -73.82769, 40.766104 ], [ -73.827537, 40.766464 ], [ -73.827351, 40.766856 ], [ -73.827058, 40.767529 ], [ -73.826848, 40.767987 ], [ -73.826778, 40.768226 ], [ -73.826727, 40.768468 ], [ -73.826695, 40.768712 ], [ -73.826683, 40.768957 ], [ -73.826572, 40.769961 ], [ -73.826558, 40.770137 ], [ -73.826049, 40.770211 ], [ -73.825569, 40.770282 ], [ -73.824669, 40.770407 ], [ -73.824443, 40.769286 ], [ -73.824212, 40.768169 ], [ -73.82395, 40.766887 ], [ -73.823897, 40.766636 ], [ -73.823727, 40.765826 ], [ -73.823482, 40.764652 ], [ -73.825942, 40.764351 ], [ -73.826086, 40.764382 ], [ -73.828114, 40.764056 ], [ -73.827863, 40.765363 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081116300", "name": "Census Tract 1163, Queens County, New York", "total_population_17": 9464, "white_alone_17": 880.0, "black_alone_17": 444.0, "native_alone_17": 0.0, "asian_alone_17": 6382.0, "native_hawaiian_pacific_islander_17": 6.0, "hispanic_or_latino_17": 1723.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.915, "pct_black_alone_change": 0.35, "pct_native_alone_change": -0.341, "pct_asian_alone_change": 12.063, "pct_hispanic_or_latino_change": -3.949, "pct_native_hawaiian_pacific_islander_change": 0.063, "INTPTLAT": "+40.7638178", "INTPTLON": "-073.8192084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.823727, 40.765826 ], [ -73.820902, 40.76616 ], [ -73.819696, 40.766307 ], [ -73.818357, 40.766468 ], [ -73.817388, 40.766572 ], [ -73.817395, 40.765491 ], [ -73.817325, 40.765354 ], [ -73.816826, 40.764235 ], [ -73.816387, 40.76316 ], [ -73.816093, 40.762524 ], [ -73.81588, 40.762066 ], [ -73.815485, 40.761221 ], [ -73.815087, 40.760372 ], [ -73.817288, 40.759776 ], [ -73.817682, 40.760627 ], [ -73.818078, 40.761473 ], [ -73.818293, 40.761936 ], [ -73.818585, 40.762566 ], [ -73.819099, 40.763696 ], [ -73.820434, 40.763338 ], [ -73.822601, 40.76276 ], [ -73.823012, 40.763644 ], [ -73.823482, 40.764652 ], [ -73.823727, 40.765826 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081116700", "name": "Census Tract 1167, Queens County, New York", "total_population_17": 1985, "white_alone_17": 124.0, "black_alone_17": 40.0, "native_alone_17": 27.0, "asian_alone_17": 1430.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 383.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.114, "pct_black_alone_change": -0.395, "pct_native_alone_change": 1.071, "pct_asian_alone_change": 19.413, "pct_hispanic_or_latino_change": -9.38, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7621734", "INTPTLON": "-073.8124434" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816387, 40.76316 ], [ -73.815294, 40.763449 ], [ -73.814431, 40.763687 ], [ -73.81353, 40.763929 ], [ -73.812764, 40.764125 ], [ -73.8126, 40.763153 ], [ -73.811227, 40.763041 ], [ -73.810243, 40.762965 ], [ -73.80929, 40.762883 ], [ -73.809328, 40.762521 ], [ -73.808414, 40.762422 ], [ -73.807493, 40.762343 ], [ -73.807514, 40.762179 ], [ -73.807528, 40.762066 ], [ -73.807657, 40.761127 ], [ -73.80768, 40.76096 ], [ -73.808595, 40.761132 ], [ -73.809514, 40.7613 ], [ -73.810443, 40.761377 ], [ -73.81105, 40.761417 ], [ -73.812268, 40.76113 ], [ -73.813132, 40.760898 ], [ -73.813999, 40.760665 ], [ -73.815087, 40.760372 ], [ -73.815485, 40.761221 ], [ -73.81588, 40.762066 ], [ -73.816093, 40.762524 ], [ -73.816387, 40.76316 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081117100", "name": "Census Tract 1171, Queens County, New York", "total_population_17": 2488, "white_alone_17": 629.0, "black_alone_17": 11.0, "native_alone_17": 0.0, "asian_alone_17": 1106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 715.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.492, "pct_black_alone_change": -1.364, "pct_native_alone_change": -0.262, "pct_asian_alone_change": 3.992, "pct_hispanic_or_latino_change": 7.123, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7632564", "INTPTLON": "-073.8057125" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.811085, 40.763988 ], [ -73.810993, 40.764705 ], [ -73.810817, 40.766027 ], [ -73.809831, 40.765949 ], [ -73.808891, 40.765874 ], [ -73.807958, 40.765802 ], [ -73.807029, 40.765728 ], [ -73.806094, 40.765655 ], [ -73.805161, 40.765581 ], [ -73.804227, 40.765507 ], [ -73.803295, 40.765433 ], [ -73.802362, 40.765362 ], [ -73.801428, 40.765286 ], [ -73.801781, 40.762703 ], [ -73.801889, 40.761898 ], [ -73.802076, 40.761753 ], [ -73.801915, 40.761661 ], [ -73.801937, 40.761536 ], [ -73.801008, 40.761451 ], [ -73.801191, 40.760198 ], [ -73.800834, 40.759971 ], [ -73.8003, 40.759702 ], [ -73.80125, 40.759828 ], [ -73.802153, 40.759987 ], [ -73.803073, 40.760126 ], [ -73.804, 40.760271 ], [ -73.804917, 40.76044 ], [ -73.80584, 40.760615 ], [ -73.80676, 40.760788 ], [ -73.80768, 40.76096 ], [ -73.807657, 40.761127 ], [ -73.807528, 40.762066 ], [ -73.807514, 40.762179 ], [ -73.807493, 40.762343 ], [ -73.808414, 40.762422 ], [ -73.809328, 40.762521 ], [ -73.80929, 40.762883 ], [ -73.810243, 40.762965 ], [ -73.811227, 40.763041 ], [ -73.811085, 40.763988 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081117500", "name": "Census Tract 1175, Queens County, New York", "total_population_17": 4904, "white_alone_17": 1817.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 2470.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 598.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.145, "pct_black_alone_change": -0.91, "pct_native_alone_change": -0.16, "pct_asian_alone_change": 15.643, "pct_hispanic_or_latino_change": -3.731, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7614714", "INTPTLON": "-073.7964295" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.802076, 40.761753 ], [ -73.801889, 40.761898 ], [ -73.801781, 40.762703 ], [ -73.801428, 40.765286 ], [ -73.800495, 40.765212 ], [ -73.799559, 40.765138 ], [ -73.798626, 40.765064 ], [ -73.797693, 40.76499 ], [ -73.796759, 40.764917 ], [ -73.795826, 40.764843 ], [ -73.794892, 40.76477 ], [ -73.793959, 40.764695 ], [ -73.793025, 40.764621 ], [ -73.793225, 40.763142 ], [ -73.793345, 40.762295 ], [ -73.793437, 40.761597 ], [ -73.793443, 40.761185 ], [ -73.79344, 40.760764 ], [ -73.792553, 40.76084 ], [ -73.791655, 40.760912 ], [ -73.79076, 40.760986 ], [ -73.790535, 40.759373 ], [ -73.790315, 40.757823 ], [ -73.791222, 40.757799 ], [ -73.792069, 40.757776 ], [ -73.79303, 40.757756 ], [ -73.794025, 40.757736 ], [ -73.794932, 40.757798 ], [ -73.795804, 40.758091 ], [ -73.796705, 40.758418 ], [ -73.797603, 40.758744 ], [ -73.798502, 40.759071 ], [ -73.799401, 40.759397 ], [ -73.8003, 40.759702 ], [ -73.800834, 40.759971 ], [ -73.801191, 40.760198 ], [ -73.801008, 40.761451 ], [ -73.801937, 40.761536 ], [ -73.801915, 40.761661 ], [ -73.802076, 40.761753 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081118100", "name": "Census Tract 1181, Queens County, New York", "total_population_17": 1581, "white_alone_17": 676.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 671.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 206.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.455, "pct_black_alone_change": -0.124, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 21.016, "pct_hispanic_or_latino_change": 3.201, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7594996", "INTPTLON": "-073.7873594" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.79076, 40.760986 ], [ -73.789862, 40.761057 ], [ -73.788966, 40.761128 ], [ -73.788068, 40.761205 ], [ -73.787166, 40.761277 ], [ -73.78613, 40.761359 ], [ -73.785579, 40.761401 ], [ -73.785168, 40.761433 ], [ -73.784471, 40.759864 ], [ -73.784278, 40.759443 ], [ -73.784099, 40.759038 ], [ -73.783453, 40.75787 ], [ -73.783392, 40.757758 ], [ -73.785662, 40.757961 ], [ -73.786666, 40.757947 ], [ -73.787575, 40.757898 ], [ -73.788496, 40.757873 ], [ -73.789428, 40.757848 ], [ -73.790315, 40.757823 ], [ -73.790535, 40.759373 ], [ -73.79076, 40.760986 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081118500", "name": "Census Tract 1185, Queens County, New York", "total_population_17": 2207, "white_alone_17": 158.0, "black_alone_17": 37.0, "native_alone_17": 0.0, "asian_alone_17": 1294.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 693.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.921, "pct_black_alone_change": 0.016, "pct_native_alone_change": -0.244, "pct_asian_alone_change": 26.21, "pct_hispanic_or_latino_change": -0.436, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7594676", "INTPTLON": "-073.8038067" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.808595, 40.761132 ], [ -73.80768, 40.76096 ], [ -73.80676, 40.760788 ], [ -73.80584, 40.760615 ], [ -73.804917, 40.76044 ], [ -73.804, 40.760271 ], [ -73.803073, 40.760126 ], [ -73.802153, 40.759987 ], [ -73.80125, 40.759828 ], [ -73.8003, 40.759702 ], [ -73.799401, 40.759397 ], [ -73.798502, 40.759071 ], [ -73.797603, 40.758744 ], [ -73.796705, 40.758418 ], [ -73.795804, 40.758091 ], [ -73.796741, 40.758155 ], [ -73.797674, 40.758234 ], [ -73.798609, 40.758308 ], [ -73.799539, 40.758382 ], [ -73.800472, 40.758453 ], [ -73.801402, 40.758527 ], [ -73.802335, 40.7586 ], [ -73.803272, 40.758677 ], [ -73.804207, 40.758747 ], [ -73.805138, 40.758822 ], [ -73.806073, 40.758895 ], [ -73.807006, 40.758968 ], [ -73.80794, 40.759043 ], [ -73.808867, 40.759115 ], [ -73.808595, 40.761132 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081118700", "name": "Census Tract 1187, Queens County, New York", "total_population_17": 2341, "white_alone_17": 239.0, "black_alone_17": 3.0, "native_alone_17": 0.0, "asian_alone_17": 1499.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 586.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.352, "pct_black_alone_change": -1.116, "pct_native_alone_change": -0.161, "pct_asian_alone_change": 10.479, "pct_hispanic_or_latino_change": 4.839, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7596321", "INTPTLON": "-073.8128802" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.817288, 40.759776 ], [ -73.815087, 40.760372 ], [ -73.813999, 40.760665 ], [ -73.813132, 40.760898 ], [ -73.812268, 40.76113 ], [ -73.81105, 40.761417 ], [ -73.810443, 40.761377 ], [ -73.809514, 40.7613 ], [ -73.808595, 40.761132 ], [ -73.808867, 40.759115 ], [ -73.809799, 40.759192 ], [ -73.811202, 40.75882 ], [ -73.814013, 40.758063 ], [ -73.816215, 40.75747 ], [ -73.81653, 40.758144 ], [ -73.816864, 40.758867 ], [ -73.817288, 40.759776 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081118900", "name": "Census Tract 1189, Queens County, New York", "total_population_17": 2418, "white_alone_17": 314.0, "black_alone_17": 31.0, "native_alone_17": 0.0, "asian_alone_17": 1762.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 311.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.361, "pct_black_alone_change": 0.405, "pct_native_alone_change": -0.585, "pct_asian_alone_change": 21.555, "pct_hispanic_or_latino_change": -6.178, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7565055", "INTPTLON": "-073.8126136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816215, 40.75747 ], [ -73.814013, 40.758063 ], [ -73.811202, 40.75882 ], [ -73.809799, 40.759192 ], [ -73.809905, 40.758416 ], [ -73.810014, 40.757631 ], [ -73.810123, 40.756839 ], [ -73.810183, 40.756723 ], [ -73.810227, 40.756058 ], [ -73.810333, 40.755272 ], [ -73.810476, 40.754212 ], [ -73.812214, 40.754209 ], [ -73.813348, 40.754199 ], [ -73.813532, 40.754253 ], [ -73.814239, 40.754718 ], [ -73.814512, 40.754898 ], [ -73.814931, 40.75517 ], [ -73.815339, 40.755432 ], [ -73.815584, 40.756129 ], [ -73.8159, 40.756799 ], [ -73.816215, 40.75747 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081119100", "name": "Census Tract 1191, Queens County, New York", "total_population_17": 3314, "white_alone_17": 235.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1929.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1068.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.982, "pct_black_alone_change": -2.31, "pct_native_alone_change": -0.476, "pct_asian_alone_change": 17.243, "pct_hispanic_or_latino_change": 13.851, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7566650", "INTPTLON": "-073.8065111" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.810014, 40.757631 ], [ -73.809905, 40.758416 ], [ -73.809799, 40.759192 ], [ -73.808867, 40.759115 ], [ -73.80794, 40.759043 ], [ -73.807006, 40.758968 ], [ -73.806073, 40.758895 ], [ -73.805138, 40.758822 ], [ -73.804207, 40.758747 ], [ -73.804528, 40.756399 ], [ -73.803595, 40.756324 ], [ -73.803946, 40.753699 ], [ -73.804445, 40.75373 ], [ -73.804886, 40.753765 ], [ -73.805819, 40.753838 ], [ -73.806737, 40.753914 ], [ -73.807685, 40.753987 ], [ -73.807322, 40.756621 ], [ -73.808257, 40.756692 ], [ -73.809187, 40.756767 ], [ -73.810123, 40.756839 ], [ -73.810014, 40.757631 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081119300", "name": "Census Tract 1193, Queens County, New York", "total_population_17": 1956, "white_alone_17": 355.0, "black_alone_17": 36.0, "native_alone_17": 0.0, "asian_alone_17": 1288.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 240.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -26.787, "pct_black_alone_change": -0.203, "pct_native_alone_change": -0.128, "pct_asian_alone_change": 36.147, "pct_hispanic_or_latino_change": -10.411, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7571846", "INTPTLON": "-073.7996267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.804207, 40.758747 ], [ -73.803272, 40.758677 ], [ -73.802335, 40.7586 ], [ -73.801402, 40.758527 ], [ -73.800472, 40.758453 ], [ -73.799539, 40.758382 ], [ -73.798609, 40.758308 ], [ -73.797674, 40.758234 ], [ -73.796741, 40.758155 ], [ -73.795804, 40.758091 ], [ -73.794932, 40.757798 ], [ -73.794747, 40.755628 ], [ -73.795193, 40.755667 ], [ -73.796126, 40.755736 ], [ -73.797061, 40.755809 ], [ -73.797993, 40.755884 ], [ -73.798927, 40.755957 ], [ -73.799859, 40.756031 ], [ -73.800795, 40.756106 ], [ -73.801724, 40.756179 ], [ -73.80266, 40.756252 ], [ -73.803595, 40.756324 ], [ -73.804528, 40.756399 ], [ -73.804207, 40.758747 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081119500", "name": "Census Tract 1195, Queens County, New York", "total_population_17": 1390, "white_alone_17": 363.0, "black_alone_17": 44.0, "native_alone_17": 44.0, "asian_alone_17": 520.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 373.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -36.376, "pct_black_alone_change": 2.151, "pct_native_alone_change": 3.093, "pct_asian_alone_change": 19.524, "pct_hispanic_or_latino_change": 9.384, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7548673", "INTPTLON": "-073.7994710" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.803595, 40.756324 ], [ -73.80266, 40.756252 ], [ -73.801724, 40.756179 ], [ -73.800795, 40.756106 ], [ -73.799859, 40.756031 ], [ -73.798927, 40.755957 ], [ -73.797993, 40.755884 ], [ -73.797061, 40.755809 ], [ -73.796126, 40.755736 ], [ -73.795193, 40.755667 ], [ -73.794747, 40.755628 ], [ -73.794577, 40.753563 ], [ -73.795459, 40.753667 ], [ -73.796396, 40.753772 ], [ -73.797325, 40.753871 ], [ -73.798261, 40.753895 ], [ -73.799214, 40.753832 ], [ -73.800166, 40.753782 ], [ -73.801114, 40.753734 ], [ -73.801827, 40.753717 ], [ -73.803007, 40.753699 ], [ -73.803946, 40.753699 ], [ -73.803595, 40.756324 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081119900", "name": "Census Tract 1199, Queens County, New York", "total_population_17": 1564, "white_alone_17": 312.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 984.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 229.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.348, "pct_black_alone_change": -0.627, "pct_native_alone_change": -0.531, "pct_asian_alone_change": 21.548, "pct_hispanic_or_latino_change": 1.893, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7534621", "INTPTLON": "-073.8095776" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.812735, 40.752939 ], [ -73.810675, 40.752774 ], [ -73.810579, 40.753458 ], [ -73.810476, 40.754212 ], [ -73.810333, 40.755272 ], [ -73.810227, 40.756058 ], [ -73.810183, 40.756723 ], [ -73.810123, 40.756839 ], [ -73.809187, 40.756767 ], [ -73.808257, 40.756692 ], [ -73.807322, 40.756621 ], [ -73.807685, 40.753987 ], [ -73.807975, 40.751858 ], [ -73.808909, 40.751933 ], [ -73.809127, 40.750325 ], [ -73.809135, 40.750269 ], [ -73.81006, 40.750341 ], [ -73.810995, 40.750413 ], [ -73.811514, 40.750455 ], [ -73.811924, 40.751288 ], [ -73.812356, 40.7522 ], [ -73.812735, 40.752939 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081120100", "name": "Census Tract 1201, Queens County, New York", "total_population_17": 1791, "white_alone_17": 202.0, "black_alone_17": 72.0, "native_alone_17": 0.0, "asian_alone_17": 1343.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 140.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.216, "pct_black_alone_change": 1.041, "pct_native_alone_change": -0.292, "pct_asian_alone_change": 17.743, "pct_hispanic_or_latino_change": -9.648, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7532121", "INTPTLON": "-073.8140593" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.817034, 40.754722 ], [ -73.815634, 40.75563 ], [ -73.815339, 40.755432 ], [ -73.814931, 40.75517 ], [ -73.814512, 40.754898 ], [ -73.814239, 40.754718 ], [ -73.813532, 40.754253 ], [ -73.813348, 40.754199 ], [ -73.812214, 40.754209 ], [ -73.810476, 40.754212 ], [ -73.810579, 40.753458 ], [ -73.810675, 40.752774 ], [ -73.812735, 40.752939 ], [ -73.812356, 40.7522 ], [ -73.811924, 40.751288 ], [ -73.812647, 40.750819 ], [ -73.813334, 40.750372 ], [ -73.814302, 40.751236 ], [ -73.815942, 40.752691 ], [ -73.817721, 40.754276 ], [ -73.817034, 40.754722 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081120300", "name": "Census Tract 1203, Queens County, New York", "total_population_17": 1494, "white_alone_17": 332.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 976.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 159.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.976, "pct_black_alone_change": -3.218, "pct_native_alone_change": -0.309, "pct_asian_alone_change": 10.563, "pct_hispanic_or_latino_change": 0.185, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7487999", "INTPTLON": "-073.8125809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.816543, 40.74826 ], [ -73.81539, 40.749033 ], [ -73.814705, 40.74948 ], [ -73.81402, 40.749926 ], [ -73.813334, 40.750372 ], [ -73.812647, 40.750819 ], [ -73.811924, 40.751288 ], [ -73.811514, 40.750455 ], [ -73.810995, 40.750413 ], [ -73.81006, 40.750341 ], [ -73.809135, 40.750269 ], [ -73.808825, 40.750245 ], [ -73.808203, 40.750193 ], [ -73.807506, 40.750137 ], [ -73.80976, 40.748779 ], [ -73.811618, 40.747665 ], [ -73.812354, 40.747223 ], [ -73.814162, 40.746139 ], [ -73.814772, 40.746682 ], [ -73.814828, 40.746732 ], [ -73.815075, 40.746952 ], [ -73.815373, 40.747218 ], [ -73.815988, 40.74777 ], [ -73.816543, 40.74826 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081120500", "name": "Census Tract 1205, Queens County, New York", "total_population_17": 2901, "white_alone_17": 123.0, "black_alone_17": 125.0, "native_alone_17": 41.0, "asian_alone_17": 2270.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 193.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.609, "pct_black_alone_change": -0.802, "pct_native_alone_change": 0.884, "pct_asian_alone_change": 22.733, "pct_hispanic_or_latino_change": -13.051, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7512742", "INTPTLON": "-073.8171091" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.820849, 40.752242 ], [ -73.819778, 40.752937 ], [ -73.819092, 40.753385 ], [ -73.818408, 40.75383 ], [ -73.817721, 40.754276 ], [ -73.815942, 40.752691 ], [ -73.814302, 40.751236 ], [ -73.813334, 40.750372 ], [ -73.81402, 40.749926 ], [ -73.814705, 40.74948 ], [ -73.81539, 40.749033 ], [ -73.816543, 40.74826 ], [ -73.817108, 40.74876 ], [ -73.817686, 40.749288 ], [ -73.817795, 40.749392 ], [ -73.818265, 40.749827 ], [ -73.818837, 40.750352 ], [ -73.819116, 40.750621 ], [ -73.819411, 40.750888 ], [ -73.819989, 40.751429 ], [ -73.820849, 40.752242 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081120700", "name": "Census Tract 1207, Queens County, New York", "total_population_17": 2937, "white_alone_17": 821.0, "black_alone_17": 10.0, "native_alone_17": 24.0, "asian_alone_17": 1269.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 743.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.091, "pct_black_alone_change": -0.525, "pct_native_alone_change": 0.565, "pct_asian_alone_change": 13.874, "pct_hispanic_or_latino_change": 9.803, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7507268", "INTPTLON": "-073.8008894" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.809127, 40.750325 ], [ -73.808909, 40.751933 ], [ -73.807975, 40.751858 ], [ -73.807685, 40.753987 ], [ -73.806737, 40.753914 ], [ -73.805819, 40.753838 ], [ -73.804886, 40.753765 ], [ -73.804445, 40.75373 ], [ -73.803946, 40.753699 ], [ -73.803007, 40.753699 ], [ -73.801827, 40.753717 ], [ -73.801114, 40.753734 ], [ -73.800166, 40.753782 ], [ -73.799214, 40.753832 ], [ -73.798261, 40.753895 ], [ -73.797325, 40.753871 ], [ -73.796396, 40.753772 ], [ -73.795459, 40.753667 ], [ -73.794577, 40.753563 ], [ -73.794628, 40.752703 ], [ -73.794656, 40.751988 ], [ -73.794683, 40.751275 ], [ -73.794719, 40.750648 ], [ -73.795665, 40.750236 ], [ -73.795996, 40.750076 ], [ -73.796446, 40.749859 ], [ -73.797295, 40.749435 ], [ -73.796581, 40.748977 ], [ -73.795983, 40.748532 ], [ -73.794723, 40.747599 ], [ -73.794676, 40.747212 ], [ -73.795071, 40.746724 ], [ -73.797407, 40.746542 ], [ -73.798262, 40.746966 ], [ -73.799217, 40.746856 ], [ -73.800175, 40.746756 ], [ -73.803352, 40.746432 ], [ -73.803036, 40.74718 ], [ -73.80294, 40.747418 ], [ -73.802877, 40.747663 ], [ -73.802798, 40.747987 ], [ -73.802743, 40.74831 ], [ -73.802727, 40.748555 ], [ -73.802766, 40.7488 ], [ -73.802811, 40.749085 ], [ -73.802847, 40.749457 ], [ -73.802875, 40.74975 ], [ -73.802878, 40.749783 ], [ -73.803531, 40.749825 ], [ -73.80447, 40.749899 ], [ -73.8054, 40.749973 ], [ -73.806333, 40.750048 ], [ -73.807271, 40.750119 ], [ -73.807506, 40.750137 ], [ -73.808203, 40.750193 ], [ -73.808825, 40.750245 ], [ -73.809135, 40.750269 ], [ -73.809127, 40.750325 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081121100", "name": "Census Tract 1211, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.7456558", "INTPTLON": "-073.8083171" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.813785, 40.744555 ], [ -73.81374, 40.744804 ], [ -73.813706, 40.745054 ], [ -73.813684, 40.745305 ], [ -73.813674, 40.745556 ], [ -73.813707, 40.745653 ], [ -73.813758, 40.745746 ], [ -73.813824, 40.745833 ], [ -73.814162, 40.746139 ], [ -73.812354, 40.747223 ], [ -73.811618, 40.747665 ], [ -73.80976, 40.748779 ], [ -73.807506, 40.750137 ], [ -73.807271, 40.750119 ], [ -73.806333, 40.750048 ], [ -73.8054, 40.749973 ], [ -73.80447, 40.749899 ], [ -73.803531, 40.749825 ], [ -73.802878, 40.749783 ], [ -73.802875, 40.74975 ], [ -73.802847, 40.749457 ], [ -73.802811, 40.749085 ], [ -73.802766, 40.7488 ], [ -73.802727, 40.748555 ], [ -73.802743, 40.74831 ], [ -73.802798, 40.747987 ], [ -73.802877, 40.747663 ], [ -73.80294, 40.747418 ], [ -73.803036, 40.74718 ], [ -73.803352, 40.746432 ], [ -73.800175, 40.746756 ], [ -73.799217, 40.746856 ], [ -73.798262, 40.746966 ], [ -73.797407, 40.746542 ], [ -73.795071, 40.746724 ], [ -73.794676, 40.747212 ], [ -73.79452, 40.7459 ], [ -73.794481, 40.74567 ], [ -73.794459, 40.745437 ], [ -73.794453, 40.745203 ], [ -73.794464, 40.74497 ], [ -73.794491, 40.744738 ], [ -73.794535, 40.744508 ], [ -73.794673, 40.744245 ], [ -73.794833, 40.743987 ], [ -73.795013, 40.743737 ], [ -73.795213, 40.743496 ], [ -73.795431, 40.743264 ], [ -73.795666, 40.743044 ], [ -73.795893, 40.742804 ], [ -73.796136, 40.742572 ], [ -73.796394, 40.742348 ], [ -73.796666, 40.742135 ], [ -73.796951, 40.741933 ], [ -73.799384, 40.742221 ], [ -73.800163, 40.742248 ], [ -73.800969, 40.742235 ], [ -73.801708, 40.742223 ], [ -73.80257, 40.742211 ], [ -73.804432, 40.74217 ], [ -73.805413, 40.742105 ], [ -73.806355, 40.742051 ], [ -73.807298, 40.741994 ], [ -73.808238, 40.742011 ], [ -73.809167, 40.742152 ], [ -73.810133, 40.742295 ], [ -73.810506, 40.742354 ], [ -73.811092, 40.742447 ], [ -73.812029, 40.742594 ], [ -73.812956, 40.742739 ], [ -73.814309, 40.742974 ], [ -73.813785, 40.744555 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081121500", "name": "Census Tract 1215, Queens County, New York", "total_population_17": 4543, "white_alone_17": 615.0, "black_alone_17": 178.0, "native_alone_17": 0.0, "asian_alone_17": 2866.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 851.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -20.172, "pct_black_alone_change": 2.28, "pct_native_alone_change": -0.333, "pct_asian_alone_change": 17.911, "pct_hispanic_or_latino_change": 0.943, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7403642", "INTPTLON": "-073.8059322" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.815128, 40.739922 ], [ -73.81502, 40.740662 ], [ -73.814995, 40.740787 ], [ -73.814811, 40.741367 ], [ -73.814766, 40.741493 ], [ -73.81459, 40.742076 ], [ -73.814549, 40.742195 ], [ -73.814309, 40.742974 ], [ -73.812956, 40.742739 ], [ -73.812029, 40.742594 ], [ -73.811092, 40.742447 ], [ -73.810506, 40.742354 ], [ -73.810133, 40.742295 ], [ -73.809167, 40.742152 ], [ -73.808238, 40.742011 ], [ -73.807298, 40.741994 ], [ -73.806355, 40.742051 ], [ -73.805413, 40.742105 ], [ -73.804432, 40.74217 ], [ -73.80257, 40.742211 ], [ -73.801708, 40.742223 ], [ -73.800969, 40.742235 ], [ -73.800163, 40.742248 ], [ -73.799384, 40.742221 ], [ -73.796951, 40.741933 ], [ -73.797231, 40.741696 ], [ -73.797268, 40.740564 ], [ -73.797279, 40.740448 ], [ -73.797275, 40.74033 ], [ -73.797257, 40.740213 ], [ -73.797224, 40.740098 ], [ -73.797177, 40.739987 ], [ -73.796408, 40.738593 ], [ -73.796302, 40.738333 ], [ -73.797408, 40.738261 ], [ -73.801316, 40.738334 ], [ -73.802024, 40.738357 ], [ -73.804667, 40.738445 ], [ -73.806323, 40.738491 ], [ -73.806577, 40.738498 ], [ -73.809414, 40.738603 ], [ -73.810402, 40.738644 ], [ -73.811397, 40.738685 ], [ -73.812288, 40.738722 ], [ -73.813222, 40.73876 ], [ -73.81416, 40.73885 ], [ -73.815057, 40.738987 ], [ -73.815096, 40.739234 ], [ -73.815116, 40.739672 ], [ -73.815128, 40.739922 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081122300", "name": "Census Tract 1223, Queens County, New York", "total_population_17": 3670, "white_alone_17": 1378.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 1831.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 330.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.689, "pct_black_alone_change": -0.454, "pct_native_alone_change": -0.03, "pct_asian_alone_change": 12.834, "pct_hispanic_or_latino_change": -5.062, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7349769", "INTPTLON": "-073.7994552" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.804667, 40.738445 ], [ -73.802024, 40.738357 ], [ -73.801316, 40.738334 ], [ -73.797408, 40.738261 ], [ -73.796302, 40.738333 ], [ -73.796243, 40.738247 ], [ -73.796086, 40.738015 ], [ -73.795949, 40.737814 ], [ -73.795125, 40.736411 ], [ -73.794586, 40.735052 ], [ -73.794596, 40.734544 ], [ -73.794626, 40.733596 ], [ -73.794537, 40.733163 ], [ -73.794278, 40.732696 ], [ -73.794923, 40.732715 ], [ -73.795862, 40.732751 ], [ -73.796761, 40.732785 ], [ -73.797663, 40.732822 ], [ -73.798564, 40.732858 ], [ -73.798658, 40.731428 ], [ -73.799561, 40.731463 ], [ -73.800463, 40.731497 ], [ -73.801366, 40.731517 ], [ -73.802262, 40.731569 ], [ -73.803163, 40.7316 ], [ -73.804063, 40.731638 ], [ -73.803968, 40.733056 ], [ -73.803846, 40.734897 ], [ -73.802943, 40.734862 ], [ -73.802823, 40.7367 ], [ -73.802731, 40.738084 ], [ -73.803637, 40.738111 ], [ -73.804655, 40.738108 ], [ -73.804663, 40.738347 ], [ -73.804667, 40.738445 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081122701", "name": "Census Tract 1227.01, Queens County, New York", "total_population_17": 11979, "white_alone_17": 3183.0, "black_alone_17": 920.0, "native_alone_17": 24.0, "asian_alone_17": 3839.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3791.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.442, "pct_black_alone_change": -1.594, "pct_native_alone_change": -0.031, "pct_asian_alone_change": 11.853, "pct_hispanic_or_latino_change": 14.979, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.7333239", "INTPTLON": "-073.8070945" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.8109, 40.730311 ], [ -73.810772, 40.732326 ], [ -73.810687, 40.733682 ], [ -73.810618, 40.73478 ], [ -73.810601, 40.735042 ], [ -73.810559, 40.735737 ], [ -73.81055, 40.735878 ], [ -73.810499, 40.736699 ], [ -73.810482, 40.736992 ], [ -73.810472, 40.737134 ], [ -73.810393, 40.738328 ], [ -73.80942, 40.7383 ], [ -73.809416, 40.738508 ], [ -73.809414, 40.738603 ], [ -73.806577, 40.738498 ], [ -73.806323, 40.738491 ], [ -73.804667, 40.738445 ], [ -73.804663, 40.738347 ], [ -73.804655, 40.738108 ], [ -73.803637, 40.738111 ], [ -73.802731, 40.738084 ], [ -73.802823, 40.7367 ], [ -73.802943, 40.734862 ], [ -73.803846, 40.734897 ], [ -73.803968, 40.733056 ], [ -73.804063, 40.731638 ], [ -73.803163, 40.7316 ], [ -73.803235, 40.730484 ], [ -73.803287, 40.72922 ], [ -73.803216, 40.728713 ], [ -73.804137, 40.728611 ], [ -73.805222, 40.728484 ], [ -73.806245, 40.72837 ], [ -73.80717, 40.728269 ], [ -73.808064, 40.72817 ], [ -73.808958, 40.728073 ], [ -73.809856, 40.727974 ], [ -73.811124, 40.727833 ], [ -73.8109, 40.730311 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081122702", "name": "Census Tract 1227.02, Queens County, New York", "total_population_17": 8227, "white_alone_17": 1762.0, "black_alone_17": 1972.0, "native_alone_17": 0.0, "asian_alone_17": 1222.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3049.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.82, "pct_black_alone_change": -10.247, "pct_native_alone_change": -0.399, "pct_asian_alone_change": 5.13, "pct_hispanic_or_latino_change": 14.723, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7331478", "INTPTLON": "-073.8127448" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.815231, 40.728794 ], [ -73.815146, 40.729686 ], [ -73.815045, 40.730399 ], [ -73.815021, 40.730466 ], [ -73.814916, 40.732038 ], [ -73.8148, 40.733783 ], [ -73.814775, 40.734582 ], [ -73.814773, 40.734638 ], [ -73.814769, 40.734764 ], [ -73.814742, 40.73562 ], [ -73.814694, 40.737154 ], [ -73.814769, 40.737548 ], [ -73.814843, 40.737929 ], [ -73.814968, 40.73855 ], [ -73.815037, 40.738888 ], [ -73.815057, 40.738987 ], [ -73.81416, 40.73885 ], [ -73.813222, 40.73876 ], [ -73.812288, 40.738722 ], [ -73.811397, 40.738685 ], [ -73.810402, 40.738644 ], [ -73.809414, 40.738603 ], [ -73.809416, 40.738508 ], [ -73.80942, 40.7383 ], [ -73.810393, 40.738328 ], [ -73.810472, 40.737134 ], [ -73.810482, 40.736992 ], [ -73.810499, 40.736699 ], [ -73.81055, 40.735878 ], [ -73.810559, 40.735737 ], [ -73.810601, 40.735042 ], [ -73.810618, 40.73478 ], [ -73.810687, 40.733682 ], [ -73.810772, 40.732326 ], [ -73.8109, 40.730311 ], [ -73.811124, 40.727833 ], [ -73.810886, 40.727172 ], [ -73.810694, 40.726489 ], [ -73.810744, 40.726265 ], [ -73.811516, 40.726658 ], [ -73.812468, 40.727133 ], [ -73.813942, 40.727852 ], [ -73.81429, 40.728021 ], [ -73.81444, 40.728094 ], [ -73.814597, 40.728154 ], [ -73.814746, 40.72823 ], [ -73.814882, 40.728322 ], [ -73.814992, 40.72842 ], [ -73.8151, 40.728544 ], [ -73.815177, 40.728667 ], [ -73.815231, 40.728794 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081124100", "name": "Census Tract 1241, Queens County, New York", "total_population_17": 3746, "white_alone_17": 1074.0, "black_alone_17": 264.0, "native_alone_17": 0.0, "asian_alone_17": 2058.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 242.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.751, "pct_black_alone_change": 0.735, "pct_native_alone_change": -0.186, "pct_asian_alone_change": 18.631, "pct_hispanic_or_latino_change": -7.392, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7267987", "INTPTLON": "-073.8024148" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.80717, 40.728269 ], [ -73.806245, 40.72837 ], [ -73.805222, 40.728484 ], [ -73.804137, 40.728611 ], [ -73.803216, 40.728713 ], [ -73.803287, 40.72922 ], [ -73.803235, 40.730484 ], [ -73.803163, 40.7316 ], [ -73.802262, 40.731569 ], [ -73.801366, 40.731517 ], [ -73.800463, 40.731497 ], [ -73.799561, 40.731463 ], [ -73.798658, 40.731428 ], [ -73.798715, 40.730588 ], [ -73.798784, 40.729409 ], [ -73.798672, 40.728796 ], [ -73.798416, 40.727447 ], [ -73.79933, 40.727457 ], [ -73.800259, 40.72755 ], [ -73.800015, 40.726287 ], [ -73.799716, 40.724717 ], [ -73.799332, 40.723235 ], [ -73.800194, 40.72294 ], [ -73.801054, 40.722648 ], [ -73.801997, 40.722323 ], [ -73.802776, 40.722059 ], [ -73.803367, 40.721874 ], [ -73.803647, 40.721759 ], [ -73.804529, 40.721466 ], [ -73.804595, 40.722197 ], [ -73.804668, 40.722915 ], [ -73.804739, 40.723628 ], [ -73.804809, 40.724354 ], [ -73.80488, 40.725056 ], [ -73.806521, 40.724873 ], [ -73.806652, 40.725553 ], [ -73.806785, 40.726232 ], [ -73.806912, 40.726913 ], [ -73.80704, 40.727597 ], [ -73.807091, 40.727861 ], [ -73.80717, 40.728269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081124700", "name": "Census Tract 1247, Queens County, New York", "total_population_17": 3403, "white_alone_17": 1976.0, "black_alone_17": 43.0, "native_alone_17": 0.0, "asian_alone_17": 1269.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 115.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.638, "pct_black_alone_change": -0.081, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 3.72, "pct_hispanic_or_latino_change": -1.727, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7280893", "INTPTLON": "-073.7962451" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.800259, 40.72755 ], [ -73.79933, 40.727457 ], [ -73.798416, 40.727447 ], [ -73.798672, 40.728796 ], [ -73.798784, 40.729409 ], [ -73.798715, 40.730588 ], [ -73.798658, 40.731428 ], [ -73.798564, 40.732858 ], [ -73.797663, 40.732822 ], [ -73.796761, 40.732785 ], [ -73.795862, 40.732751 ], [ -73.794923, 40.732715 ], [ -73.794278, 40.732696 ], [ -73.79397, 40.732307 ], [ -73.793819, 40.731657 ], [ -73.79385, 40.731247 ], [ -73.793784, 40.730701 ], [ -73.793525, 40.730054 ], [ -73.793227, 40.729348 ], [ -73.792837, 40.728423 ], [ -73.7923, 40.727141 ], [ -73.792045, 40.726551 ], [ -73.791745, 40.725776 ], [ -73.793335, 40.725284 ], [ -73.794224, 40.724982 ], [ -73.795116, 40.724676 ], [ -73.795883, 40.724415 ], [ -73.796752, 40.724117 ], [ -73.797609, 40.723825 ], [ -73.798472, 40.72353 ], [ -73.799332, 40.723235 ], [ -73.799716, 40.724717 ], [ -73.800015, 40.726287 ], [ -73.800259, 40.72755 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081125700", "name": "Census Tract 1257, Queens County, New York", "total_population_17": 3260, "white_alone_17": 544.0, "black_alone_17": 366.0, "native_alone_17": 0.0, "asian_alone_17": 1879.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 289.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.088, "pct_black_alone_change": -23.466, "pct_native_alone_change": -0.253, "pct_asian_alone_change": 27.53, "pct_hispanic_or_latino_change": -11.027, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7241330", "INTPTLON": "-073.8079345" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.811124, 40.727833 ], [ -73.809856, 40.727974 ], [ -73.808958, 40.728073 ], [ -73.808064, 40.72817 ], [ -73.80717, 40.728269 ], [ -73.807091, 40.727861 ], [ -73.80704, 40.727597 ], [ -73.806912, 40.726913 ], [ -73.806785, 40.726232 ], [ -73.806652, 40.725553 ], [ -73.806521, 40.724873 ], [ -73.80488, 40.725056 ], [ -73.804809, 40.724354 ], [ -73.804739, 40.723628 ], [ -73.804668, 40.722915 ], [ -73.804595, 40.722197 ], [ -73.804529, 40.721466 ], [ -73.80469, 40.721408 ], [ -73.805503, 40.721117 ], [ -73.805789, 40.721019 ], [ -73.806045, 40.72093 ], [ -73.806364, 40.72082 ], [ -73.80722, 40.720525 ], [ -73.808085, 40.720225 ], [ -73.80904, 40.719912 ], [ -73.809342, 40.720957 ], [ -73.809594, 40.721649 ], [ -73.809646, 40.721789 ], [ -73.809854, 40.722343 ], [ -73.810131, 40.723032 ], [ -73.810399, 40.723724 ], [ -73.810626, 40.72442 ], [ -73.810691, 40.725116 ], [ -73.810686, 40.725801 ], [ -73.810744, 40.726265 ], [ -73.810694, 40.726489 ], [ -73.810886, 40.727172 ], [ -73.811124, 40.727833 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081126500", "name": "Census Tract 1265, Queens County, New York", "total_population_17": 1608, "white_alone_17": 594.0, "black_alone_17": 75.0, "native_alone_17": 0.0, "asian_alone_17": 600.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 182.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.707, "pct_black_alone_change": -1.894, "pct_native_alone_change": -0.168, "pct_asian_alone_change": -6.857, "pct_hispanic_or_latino_change": -9.254, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7204943", "INTPTLON": "-073.8037061" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.80904, 40.719912 ], [ -73.808085, 40.720225 ], [ -73.80722, 40.720525 ], [ -73.806364, 40.72082 ], [ -73.806045, 40.72093 ], [ -73.805789, 40.721019 ], [ -73.805503, 40.721117 ], [ -73.80469, 40.721408 ], [ -73.804529, 40.721466 ], [ -73.803647, 40.721759 ], [ -73.803367, 40.721874 ], [ -73.802776, 40.722059 ], [ -73.801997, 40.722323 ], [ -73.801054, 40.722648 ], [ -73.800194, 40.72294 ], [ -73.79962, 40.721594 ], [ -73.799001, 40.720145 ], [ -73.799928, 40.720004 ], [ -73.800843, 40.719836 ], [ -73.801763, 40.719679 ], [ -73.802693, 40.719514 ], [ -73.803973, 40.719288 ], [ -73.804976, 40.71911 ], [ -73.805876, 40.71895 ], [ -73.806762, 40.718792 ], [ -73.807671, 40.718634 ], [ -73.808605, 40.718415 ], [ -73.80904, 40.719912 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081126700", "name": "Census Tract 1267, Queens County, New York", "total_population_17": 4756, "white_alone_17": 1596.0, "black_alone_17": 618.0, "native_alone_17": 5.0, "asian_alone_17": 1289.0, "native_hawaiian_pacific_islander_17": 22.0, "hispanic_or_latino_17": 975.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.542, "pct_black_alone_change": 2.194, "pct_native_alone_change": -0.428, "pct_asian_alone_change": -10.077, "pct_hispanic_or_latino_change": 6.649, "pct_native_hawaiian_pacific_islander_change": 0.463, "INTPTLAT": "+40.7202932", "INTPTLON": "-073.7978290" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.808605, 40.718415 ], [ -73.807671, 40.718634 ], [ -73.806762, 40.718792 ], [ -73.805876, 40.71895 ], [ -73.804976, 40.71911 ], [ -73.803973, 40.719288 ], [ -73.802693, 40.719514 ], [ -73.801763, 40.719679 ], [ -73.800843, 40.719836 ], [ -73.799928, 40.720004 ], [ -73.799001, 40.720145 ], [ -73.79962, 40.721594 ], [ -73.800194, 40.72294 ], [ -73.799332, 40.723235 ], [ -73.798472, 40.72353 ], [ -73.797609, 40.723825 ], [ -73.796752, 40.724117 ], [ -73.795883, 40.724415 ], [ -73.795116, 40.724676 ], [ -73.794224, 40.724982 ], [ -73.793335, 40.725284 ], [ -73.791745, 40.725776 ], [ -73.791362, 40.724953 ], [ -73.790875, 40.724192 ], [ -73.790643, 40.723778 ], [ -73.790565, 40.723613 ], [ -73.790509, 40.723471 ], [ -73.790454, 40.723132 ], [ -73.790293, 40.721376 ], [ -73.7903, 40.72092 ], [ -73.790402, 40.720095 ], [ -73.790532, 40.719752 ], [ -73.790708, 40.719269 ], [ -73.791429, 40.719262 ], [ -73.79214, 40.719199 ], [ -73.792538, 40.719125 ], [ -73.79279, 40.719078 ], [ -73.793216, 40.718964 ], [ -73.793741, 40.718808 ], [ -73.794053, 40.718714 ], [ -73.794483, 40.718559 ], [ -73.794858, 40.718423 ], [ -73.795648, 40.718134 ], [ -73.796382, 40.717897 ], [ -73.79697, 40.717723 ], [ -73.798055, 40.717431 ], [ -73.800968, 40.716702 ], [ -73.801892, 40.716492 ], [ -73.803159, 40.716277 ], [ -73.805109, 40.716071 ], [ -73.806324, 40.71595 ], [ -73.807671, 40.715926 ], [ -73.807822, 40.715911 ], [ -73.807844, 40.716 ], [ -73.808099, 40.716802 ], [ -73.808235, 40.717238 ], [ -73.808605, 40.718415 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081127700", "name": "Census Tract 1277, Queens County, New York", "total_population_17": 3179, "white_alone_17": 2551.0, "black_alone_17": 154.0, "native_alone_17": 0.0, "asian_alone_17": 457.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 12.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 7.296, "pct_black_alone_change": 0.714, "pct_native_alone_change": -0.055, "pct_asian_alone_change": -3.047, "pct_hispanic_or_latino_change": -3.616, "pct_native_hawaiian_pacific_islander_change": -0.109, "INTPTLAT": "+40.7244088", "INTPTLON": "-073.7834061" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.791745, 40.725776 ], [ -73.790845, 40.726036 ], [ -73.78998, 40.726317 ], [ -73.789459, 40.726493 ], [ -73.789113, 40.726606 ], [ -73.78825, 40.726887 ], [ -73.787383, 40.727172 ], [ -73.78655, 40.727445 ], [ -73.78619, 40.727564 ], [ -73.785685, 40.72773 ], [ -73.784821, 40.728015 ], [ -73.783977, 40.728291 ], [ -73.783601, 40.728413 ], [ -73.782923, 40.728636 ], [ -73.782059, 40.728919 ], [ -73.781161, 40.729213 ], [ -73.780248, 40.72946 ], [ -73.779365, 40.729702 ], [ -73.778486, 40.729944 ], [ -73.777575, 40.730193 ], [ -73.776728, 40.72843 ], [ -73.775962, 40.726813 ], [ -73.775561, 40.72597 ], [ -73.775234, 40.725238 ], [ -73.776338, 40.724469 ], [ -73.776422, 40.724323 ], [ -73.776546, 40.724145 ], [ -73.776666, 40.724009 ], [ -73.776832, 40.723851 ], [ -73.77699, 40.723731 ], [ -73.777182, 40.723607 ], [ -73.77739, 40.723498 ], [ -73.777583, 40.723418 ], [ -73.777817, 40.723339 ], [ -73.778038, 40.723284 ], [ -73.777876, 40.723037 ], [ -73.777749, 40.722842 ], [ -73.777579, 40.722642 ], [ -73.777505, 40.72257 ], [ -73.777385, 40.722442 ], [ -73.777921, 40.721998 ], [ -73.778587, 40.721488 ], [ -73.779135, 40.721135 ], [ -73.779992, 40.72071 ], [ -73.780361, 40.720527 ], [ -73.780735, 40.720435 ], [ -73.780932, 40.720377 ], [ -73.781992, 40.720174 ], [ -73.78499, 40.719972 ], [ -73.787103, 40.719603 ], [ -73.787405, 40.719542 ], [ -73.787732, 40.719471 ], [ -73.788164, 40.719379 ], [ -73.78864, 40.719306 ], [ -73.78887, 40.719287 ], [ -73.789321, 40.71927 ], [ -73.78975, 40.719271 ], [ -73.790708, 40.719269 ], [ -73.790532, 40.719752 ], [ -73.790402, 40.720095 ], [ -73.7903, 40.72092 ], [ -73.790293, 40.721376 ], [ -73.790454, 40.723132 ], [ -73.790509, 40.723471 ], [ -73.790565, 40.723613 ], [ -73.790643, 40.723778 ], [ -73.790875, 40.724192 ], [ -73.791362, 40.724953 ], [ -73.791745, 40.725776 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081128300", "name": "Census Tract 1283, Queens County, New York", "total_population_17": 37, "white_alone_17": 33.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 14.189, "pct_black_alone_change": 0.0, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -14.189, "pct_hispanic_or_latino_change": 0.0, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7339687", "INTPTLON": "-073.7687946" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.778038, 40.723284 ], [ -73.777817, 40.723339 ], [ -73.777583, 40.723418 ], [ -73.77739, 40.723498 ], [ -73.777182, 40.723607 ], [ -73.77699, 40.723731 ], [ -73.776832, 40.723851 ], [ -73.776666, 40.724009 ], [ -73.776546, 40.724145 ], [ -73.776422, 40.724323 ], [ -73.776338, 40.724469 ], [ -73.775234, 40.725238 ], [ -73.775561, 40.72597 ], [ -73.775962, 40.726813 ], [ -73.776728, 40.72843 ], [ -73.777575, 40.730193 ], [ -73.776685, 40.730439 ], [ -73.775804, 40.73068 ], [ -73.774913, 40.730913 ], [ -73.773997, 40.731081 ], [ -73.77307, 40.731249 ], [ -73.772286, 40.731391 ], [ -73.771527, 40.731522 ], [ -73.770107, 40.731779 ], [ -73.772861, 40.736276 ], [ -73.773294, 40.737297 ], [ -73.77377, 40.738648 ], [ -73.774198, 40.739913 ], [ -73.774264, 40.740122 ], [ -73.774559, 40.740817 ], [ -73.775588, 40.743006 ], [ -73.77566, 40.743167 ], [ -73.77568, 40.743211 ], [ -73.775718, 40.743295 ], [ -73.775759, 40.743367 ], [ -73.774436, 40.743566 ], [ -73.772445, 40.74392 ], [ -73.771638, 40.744197 ], [ -73.771471, 40.744262 ], [ -73.770432, 40.744781 ], [ -73.769478, 40.745247 ], [ -73.768626, 40.745583 ], [ -73.768277, 40.745695 ], [ -73.768045, 40.745762 ], [ -73.767756, 40.74583 ], [ -73.76771, 40.74573 ], [ -73.767615, 40.745526 ], [ -73.766979, 40.744223 ], [ -73.766809, 40.744016 ], [ -73.766681, 40.743894 ], [ -73.766585, 40.743816 ], [ -73.766451, 40.743721 ], [ -73.766273, 40.743616 ], [ -73.766175, 40.743567 ], [ -73.765568, 40.743258 ], [ -73.765151, 40.742437 ], [ -73.764315, 40.740673 ], [ -73.763609, 40.739175 ], [ -73.763191, 40.738308 ], [ -73.762683, 40.737256 ], [ -73.762597, 40.737087 ], [ -73.762531, 40.736912 ], [ -73.762486, 40.736731 ], [ -73.762472, 40.736621 ], [ -73.762463, 40.736548 ], [ -73.762463, 40.736364 ], [ -73.762485, 40.736182 ], [ -73.762529, 40.736004 ], [ -73.762733, 40.735262 ], [ -73.765041, 40.734477 ], [ -73.764709, 40.734085 ], [ -73.7637, 40.732864 ], [ -73.764268, 40.732767 ], [ -73.764807, 40.732674 ], [ -73.764917, 40.732655 ], [ -73.765551, 40.732544 ], [ -73.765387, 40.732365 ], [ -73.764535, 40.731469 ], [ -73.764246, 40.731211 ], [ -73.763413, 40.730466 ], [ -73.762263, 40.729605 ], [ -73.762038, 40.729452 ], [ -73.76158, 40.729156 ], [ -73.761094, 40.728869 ], [ -73.760661, 40.728616 ], [ -73.760185, 40.728369 ], [ -73.760029, 40.72829 ], [ -73.759882, 40.728235 ], [ -73.758877, 40.727746 ], [ -73.75845, 40.727537 ], [ -73.757034, 40.726608 ], [ -73.757011, 40.726587 ], [ -73.756774, 40.726376 ], [ -73.756783, 40.726306 ], [ -73.75688, 40.726279 ], [ -73.757026, 40.726246 ], [ -73.757478, 40.72613 ], [ -73.758016, 40.726032 ], [ -73.758559, 40.725969 ], [ -73.759022, 40.725924 ], [ -73.759476, 40.725892 ], [ -73.759988, 40.725879 ], [ -73.760818, 40.725962 ], [ -73.76179, 40.726083 ], [ -73.762028, 40.72611 ], [ -73.762401, 40.726161 ], [ -73.763897, 40.726364 ], [ -73.764415, 40.726441 ], [ -73.7647, 40.726479 ], [ -73.765042, 40.726488 ], [ -73.765457, 40.726474 ], [ -73.766244, 40.726403 ], [ -73.767183, 40.726264 ], [ -73.767727, 40.726169 ], [ -73.768466, 40.726039 ], [ -73.769241, 40.725903 ], [ -73.770289, 40.725634 ], [ -73.771058, 40.725485 ], [ -73.771984, 40.725229 ], [ -73.772743, 40.725035 ], [ -73.77359, 40.724742 ], [ -73.774263, 40.724416 ], [ -73.774917, 40.724088 ], [ -73.776056, 40.723356 ], [ -73.777385, 40.722442 ], [ -73.777505, 40.72257 ], [ -73.777579, 40.722642 ], [ -73.777749, 40.722842 ], [ -73.777876, 40.723037 ], [ -73.778038, 40.723284 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081129102", "name": "Census Tract 1291.02, Queens County, New York", "total_population_17": 3790, "white_alone_17": 2102.0, "black_alone_17": 4.0, "native_alone_17": 0.0, "asian_alone_17": 1321.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 251.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.839, "pct_black_alone_change": -3.409, "pct_native_alone_change": -0.233, "pct_asian_alone_change": 17.568, "pct_hispanic_or_latino_change": 0.197, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7316384", "INTPTLON": "-073.7543823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.765551, 40.732544 ], [ -73.764917, 40.732655 ], [ -73.764807, 40.732674 ], [ -73.764268, 40.732767 ], [ -73.7637, 40.732864 ], [ -73.762723, 40.733034 ], [ -73.761764, 40.73319 ], [ -73.760802, 40.733346 ], [ -73.759882, 40.733509 ], [ -73.758959, 40.733665 ], [ -73.758035, 40.733821 ], [ -73.757114, 40.733977 ], [ -73.75619, 40.734134 ], [ -73.755196, 40.734302 ], [ -73.754195, 40.734472 ], [ -73.753697, 40.734554 ], [ -73.752658, 40.734732 ], [ -73.751529, 40.734914 ], [ -73.751388, 40.734949 ], [ -73.750471, 40.7351 ], [ -73.749563, 40.735253 ], [ -73.748644, 40.735408 ], [ -73.747718, 40.735564 ], [ -73.746541, 40.735778 ], [ -73.745008, 40.73611 ], [ -73.742602, 40.736632 ], [ -73.741676, 40.736827 ], [ -73.74236, 40.736141 ], [ -73.742422, 40.736082 ], [ -73.743065, 40.735465 ], [ -73.743738, 40.734898 ], [ -73.743844, 40.734807 ], [ -73.744672, 40.734179 ], [ -73.744896, 40.734005 ], [ -73.745178, 40.733795 ], [ -73.745523, 40.733539 ], [ -73.746064, 40.733132 ], [ -73.746234, 40.732994 ], [ -73.746608, 40.732689 ], [ -73.746738, 40.732583 ], [ -73.746992, 40.732351 ], [ -73.747338, 40.732036 ], [ -73.747558, 40.731841 ], [ -73.747934, 40.731507 ], [ -73.748124, 40.73134 ], [ -73.748749, 40.730786 ], [ -73.749265, 40.730324 ], [ -73.749621, 40.730005 ], [ -73.750045, 40.729667 ], [ -73.750658, 40.729195 ], [ -73.750873, 40.729049 ], [ -73.75133, 40.728745 ], [ -73.751959, 40.728377 ], [ -73.752637, 40.727988 ], [ -73.753012, 40.727776 ], [ -73.753747, 40.727425 ], [ -73.753931, 40.727346 ], [ -73.754548, 40.727076 ], [ -73.755216, 40.726824 ], [ -73.755746, 40.726639 ], [ -73.756014, 40.726546 ], [ -73.756308, 40.726459 ], [ -73.756637, 40.726361 ], [ -73.75672, 40.72633 ], [ -73.756783, 40.726306 ], [ -73.756774, 40.726376 ], [ -73.757011, 40.726587 ], [ -73.757034, 40.726608 ], [ -73.75845, 40.727537 ], [ -73.758877, 40.727746 ], [ -73.759882, 40.728235 ], [ -73.760029, 40.72829 ], [ -73.760185, 40.728369 ], [ -73.760661, 40.728616 ], [ -73.761094, 40.728869 ], [ -73.76158, 40.729156 ], [ -73.762038, 40.729452 ], [ -73.762263, 40.729605 ], [ -73.763413, 40.730466 ], [ -73.764246, 40.731211 ], [ -73.764535, 40.731469 ], [ -73.765387, 40.732365 ], [ -73.765551, 40.732544 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081129103", "name": "Census Tract 1291.03, Queens County, New York", "total_population_17": 3872, "white_alone_17": 2285.0, "black_alone_17": 106.0, "native_alone_17": 0.0, "asian_alone_17": 956.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 443.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.309, "pct_black_alone_change": -1.477, "pct_native_alone_change": -0.159, "pct_asian_alone_change": 7.573, "pct_hispanic_or_latino_change": 3.035, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7367042", "INTPTLON": "-073.7597119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.765041, 40.734477 ], [ -73.762733, 40.735262 ], [ -73.762529, 40.736004 ], [ -73.762485, 40.736182 ], [ -73.762463, 40.736364 ], [ -73.762463, 40.736548 ], [ -73.762472, 40.736621 ], [ -73.762486, 40.736731 ], [ -73.762531, 40.736912 ], [ -73.762597, 40.737087 ], [ -73.762683, 40.737256 ], [ -73.763191, 40.738308 ], [ -73.763609, 40.739175 ], [ -73.761808, 40.739712 ], [ -73.760947, 40.739969 ], [ -73.759882, 40.740316 ], [ -73.759221, 40.740533 ], [ -73.758293, 40.74084 ], [ -73.757353, 40.741116 ], [ -73.756343, 40.738993 ], [ -73.755532, 40.737272 ], [ -73.756517, 40.737095 ], [ -73.756216, 40.736543 ], [ -73.756025, 40.736048 ], [ -73.755699, 40.735352 ], [ -73.755196, 40.734302 ], [ -73.75619, 40.734134 ], [ -73.757114, 40.733977 ], [ -73.758035, 40.733821 ], [ -73.758959, 40.733665 ], [ -73.759882, 40.733509 ], [ -73.760802, 40.733346 ], [ -73.761764, 40.73319 ], [ -73.762723, 40.733034 ], [ -73.7637, 40.732864 ], [ -73.764709, 40.734085 ], [ -73.765041, 40.734477 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081129104", "name": "Census Tract 1291.04, Queens County, New York", "total_population_17": 4350, "white_alone_17": 1525.0, "black_alone_17": 150.0, "native_alone_17": 0.0, "asian_alone_17": 2119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 440.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -34.262, "pct_black_alone_change": -0.769, "pct_native_alone_change": -0.159, "pct_asian_alone_change": 31.6, "pct_hispanic_or_latino_change": 1.705, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7380951", "INTPTLON": "-073.7500691" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.756483, 40.741388 ], [ -73.755463, 40.741717 ], [ -73.753473, 40.742405 ], [ -73.75139, 40.740194 ], [ -73.751264, 40.740125 ], [ -73.751128, 40.740067 ], [ -73.750982, 40.740021 ], [ -73.750841, 40.739991 ], [ -73.750684, 40.739971 ], [ -73.750525, 40.739954 ], [ -73.750374, 40.739922 ], [ -73.75022, 40.739873 ], [ -73.750092, 40.739817 ], [ -73.749968, 40.739746 ], [ -73.746578, 40.740347 ], [ -73.743962, 40.740789 ], [ -73.743853, 40.740094 ], [ -73.743719, 40.739383 ], [ -73.743464, 40.739014 ], [ -73.743375, 40.738885 ], [ -73.743068, 40.738441 ], [ -73.74214, 40.738617 ], [ -73.74155, 40.738763 ], [ -73.741067, 40.738978 ], [ -73.740195, 40.739031 ], [ -73.740291, 40.738517 ], [ -73.741245, 40.737341 ], [ -73.741597, 40.736908 ], [ -73.741676, 40.736827 ], [ -73.742602, 40.736632 ], [ -73.745008, 40.73611 ], [ -73.746541, 40.735778 ], [ -73.747718, 40.735564 ], [ -73.748644, 40.735408 ], [ -73.749563, 40.735253 ], [ -73.750471, 40.7351 ], [ -73.751388, 40.734949 ], [ -73.751529, 40.734914 ], [ -73.752658, 40.734732 ], [ -73.753697, 40.734554 ], [ -73.754195, 40.734472 ], [ -73.755196, 40.734302 ], [ -73.755699, 40.735352 ], [ -73.756025, 40.736048 ], [ -73.756216, 40.736543 ], [ -73.756517, 40.737095 ], [ -73.755532, 40.737272 ], [ -73.756343, 40.738993 ], [ -73.757353, 40.741116 ], [ -73.756483, 40.741388 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081130100", "name": "Census Tract 1301, Queens County, New York", "total_population_17": 3994, "white_alone_17": 1213.0, "black_alone_17": 726.0, "native_alone_17": 93.0, "asian_alone_17": 869.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1001.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.078, "pct_black_alone_change": 6.721, "pct_native_alone_change": 1.653, "pct_asian_alone_change": -3.73, "pct_hispanic_or_latino_change": 13.182, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7335029", "INTPTLON": "-073.7397763" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.746738, 40.732583 ], [ -73.746608, 40.732689 ], [ -73.746234, 40.732994 ], [ -73.746064, 40.733132 ], [ -73.745523, 40.733539 ], [ -73.745178, 40.733795 ], [ -73.744896, 40.734005 ], [ -73.744672, 40.734179 ], [ -73.743844, 40.734807 ], [ -73.743738, 40.734898 ], [ -73.743065, 40.735465 ], [ -73.742422, 40.736082 ], [ -73.74236, 40.736141 ], [ -73.741676, 40.736827 ], [ -73.741351, 40.7369 ], [ -73.740159, 40.737169 ], [ -73.7395, 40.737298 ], [ -73.738603, 40.737491 ], [ -73.737701, 40.737686 ], [ -73.736785, 40.737884 ], [ -73.735881, 40.73808 ], [ -73.735012, 40.738328 ], [ -73.733773, 40.738899 ], [ -73.734305, 40.736413 ], [ -73.734362, 40.736175 ], [ -73.734613, 40.735183 ], [ -73.734736, 40.734783 ], [ -73.735265, 40.733454 ], [ -73.735705, 40.732603 ], [ -73.736192, 40.731366 ], [ -73.736317, 40.731043 ], [ -73.736481, 40.730657 ], [ -73.736594, 40.730356 ], [ -73.737138, 40.728969 ], [ -73.737155, 40.728732 ], [ -73.737971, 40.728915 ], [ -73.738156, 40.728957 ], [ -73.738402, 40.729012 ], [ -73.739049, 40.729165 ], [ -73.739403, 40.729243 ], [ -73.740702, 40.729533 ], [ -73.742421, 40.729919 ], [ -73.743764, 40.730227 ], [ -73.744175, 40.730323 ], [ -73.745556, 40.730637 ], [ -73.746296, 40.73118 ], [ -73.746401, 40.731293 ], [ -73.746492, 40.731415 ], [ -73.746565, 40.731544 ], [ -73.746593, 40.731611 ], [ -73.746621, 40.731678 ], [ -73.746657, 40.731815 ], [ -73.746674, 40.731953 ], [ -73.746699, 40.73221 ], [ -73.746715, 40.732368 ], [ -73.746738, 40.732583 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081133300", "name": "Census Tract 1333, Queens County, New York", "total_population_17": 3686, "white_alone_17": 1790.0, "black_alone_17": 68.0, "native_alone_17": 0.0, "asian_alone_17": 1414.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 336.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.986, "pct_black_alone_change": 0.577, "pct_native_alone_change": -0.052, "pct_asian_alone_change": 3.061, "pct_hispanic_or_latino_change": 3.086, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7319191", "INTPTLON": "-073.7792730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.788209, 40.731363 ], [ -73.787353, 40.731665 ], [ -73.786499, 40.731972 ], [ -73.785653, 40.732273 ], [ -73.784786, 40.732557 ], [ -73.783924, 40.732837 ], [ -73.783025, 40.733131 ], [ -73.782131, 40.733424 ], [ -73.781266, 40.733708 ], [ -73.780401, 40.733993 ], [ -73.779523, 40.734281 ], [ -73.778633, 40.734557 ], [ -73.777762, 40.734819 ], [ -73.776892, 40.735081 ], [ -73.776017, 40.735344 ], [ -73.775387, 40.735533 ], [ -73.775154, 40.735604 ], [ -73.774761, 40.735718 ], [ -73.774379, 40.735831 ], [ -73.773551, 40.736072 ], [ -73.772861, 40.736276 ], [ -73.770107, 40.731779 ], [ -73.771527, 40.731522 ], [ -73.772286, 40.731391 ], [ -73.77307, 40.731249 ], [ -73.773997, 40.731081 ], [ -73.774913, 40.730913 ], [ -73.775804, 40.73068 ], [ -73.776685, 40.730439 ], [ -73.777575, 40.730193 ], [ -73.778486, 40.729944 ], [ -73.779365, 40.729702 ], [ -73.780248, 40.72946 ], [ -73.781161, 40.729213 ], [ -73.782059, 40.728919 ], [ -73.782923, 40.728636 ], [ -73.783601, 40.728413 ], [ -73.783977, 40.728291 ], [ -73.784821, 40.728015 ], [ -73.785685, 40.72773 ], [ -73.78619, 40.727564 ], [ -73.78655, 40.727445 ], [ -73.787589, 40.72991 ], [ -73.788209, 40.731363 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081133900", "name": "Census Tract 1339, Queens County, New York", "total_population_17": 1322, "white_alone_17": 655.0, "black_alone_17": 2.0, "native_alone_17": 0.0, "asian_alone_17": 495.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 170.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.613, "pct_black_alone_change": -0.554, "pct_native_alone_change": -0.47, "pct_asian_alone_change": 7.138, "pct_hispanic_or_latino_change": 5.655, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7286400", "INTPTLON": "-073.7900377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.793525, 40.730054 ], [ -73.792629, 40.730273 ], [ -73.791736, 40.730491 ], [ -73.790859, 40.730698 ], [ -73.789968, 40.730924 ], [ -73.789078, 40.731141 ], [ -73.788209, 40.731363 ], [ -73.787589, 40.72991 ], [ -73.78655, 40.727445 ], [ -73.787383, 40.727172 ], [ -73.78825, 40.726887 ], [ -73.789113, 40.726606 ], [ -73.789459, 40.726493 ], [ -73.78998, 40.726317 ], [ -73.790845, 40.726036 ], [ -73.791745, 40.725776 ], [ -73.792045, 40.726551 ], [ -73.7923, 40.727141 ], [ -73.792837, 40.728423 ], [ -73.793227, 40.729348 ], [ -73.793525, 40.730054 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081134100", "name": "Census Tract 1341, Queens County, New York", "total_population_17": 3572, "white_alone_17": 934.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 2311.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 249.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.809, "pct_black_alone_change": -0.762, "pct_native_alone_change": -0.274, "pct_asian_alone_change": 16.985, "pct_hispanic_or_latino_change": -0.895, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7352944", "INTPTLON": "-073.7911783" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.796302, 40.738333 ], [ -73.79445, 40.738793 ], [ -73.793546, 40.73904 ], [ -73.792916, 40.739217 ], [ -73.792129, 40.739423 ], [ -73.789339, 40.74019 ], [ -73.788845, 40.740326 ], [ -73.788552, 40.740408 ], [ -73.788426, 40.740444 ], [ -73.788287, 40.740496 ], [ -73.786713, 40.740911 ], [ -73.786672, 40.740823 ], [ -73.786574, 40.740611 ], [ -73.788367, 40.740119 ], [ -73.787653, 40.738593 ], [ -73.788532, 40.738351 ], [ -73.787574, 40.736336 ], [ -73.788453, 40.736095 ], [ -73.7876, 40.734289 ], [ -73.786499, 40.731972 ], [ -73.787353, 40.731665 ], [ -73.788209, 40.731363 ], [ -73.789078, 40.731141 ], [ -73.789968, 40.730924 ], [ -73.790859, 40.730698 ], [ -73.791736, 40.730491 ], [ -73.792629, 40.730273 ], [ -73.793525, 40.730054 ], [ -73.793784, 40.730701 ], [ -73.79385, 40.731247 ], [ -73.793819, 40.731657 ], [ -73.79397, 40.732307 ], [ -73.794278, 40.732696 ], [ -73.794537, 40.733163 ], [ -73.794626, 40.733596 ], [ -73.794596, 40.734544 ], [ -73.794586, 40.735052 ], [ -73.795125, 40.736411 ], [ -73.795949, 40.737814 ], [ -73.796086, 40.738015 ], [ -73.796243, 40.738247 ], [ -73.796302, 40.738333 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081134700", "name": "Census Tract 1347, Queens County, New York", "total_population_17": 9943, "white_alone_17": 2389.0, "black_alone_17": 873.0, "native_alone_17": 146.0, "asian_alone_17": 4645.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1303.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.718, "pct_black_alone_change": -16.443, "pct_native_alone_change": 1.222, "pct_asian_alone_change": 22.308, "pct_hispanic_or_latino_change": 3.722, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7379558", "INTPTLON": "-073.7811198" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.787653, 40.738593 ], [ -73.788367, 40.740119 ], [ -73.786574, 40.740611 ], [ -73.786672, 40.740823 ], [ -73.786713, 40.740911 ], [ -73.783132, 40.7419 ], [ -73.782169, 40.742157 ], [ -73.781786, 40.742259 ], [ -73.781395, 40.742364 ], [ -73.78129, 40.742393 ], [ -73.78109, 40.742447 ], [ -73.780715, 40.742547 ], [ -73.780409, 40.742631 ], [ -73.779144, 40.742845 ], [ -73.777698, 40.743089 ], [ -73.775759, 40.743367 ], [ -73.775718, 40.743295 ], [ -73.77568, 40.743211 ], [ -73.77566, 40.743167 ], [ -73.775588, 40.743006 ], [ -73.774559, 40.740817 ], [ -73.774264, 40.740122 ], [ -73.774198, 40.739913 ], [ -73.77377, 40.738648 ], [ -73.773294, 40.737297 ], [ -73.772861, 40.736276 ], [ -73.773551, 40.736072 ], [ -73.774379, 40.735831 ], [ -73.774761, 40.735718 ], [ -73.775154, 40.735604 ], [ -73.775387, 40.735533 ], [ -73.776017, 40.735344 ], [ -73.776892, 40.735081 ], [ -73.777762, 40.734819 ], [ -73.778633, 40.734557 ], [ -73.779523, 40.734281 ], [ -73.780401, 40.733993 ], [ -73.781266, 40.733708 ], [ -73.782131, 40.733424 ], [ -73.783025, 40.733131 ], [ -73.783924, 40.732837 ], [ -73.784786, 40.732557 ], [ -73.785653, 40.732273 ], [ -73.786499, 40.731972 ], [ -73.7876, 40.734289 ], [ -73.788453, 40.736095 ], [ -73.787574, 40.736336 ], [ -73.788532, 40.738351 ], [ -73.787653, 40.738593 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081136700", "name": "Census Tract 1367, Queens County, New York", "total_population_17": 6164, "white_alone_17": 2038.0, "black_alone_17": 40.0, "native_alone_17": 0.0, "asian_alone_17": 2835.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1172.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.378, "pct_black_alone_change": -0.487, "pct_native_alone_change": -0.157, "pct_asian_alone_change": 9.776, "pct_hispanic_or_latino_change": 13.386, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7442043", "INTPTLON": "-073.7603110" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.767756, 40.74583 ], [ -73.76732, 40.74597 ], [ -73.766842, 40.746082 ], [ -73.76638, 40.746196 ], [ -73.765912, 40.746324 ], [ -73.765034, 40.746567 ], [ -73.76329, 40.747048 ], [ -73.762422, 40.747284 ], [ -73.761535, 40.747533 ], [ -73.76147, 40.747549 ], [ -73.760576, 40.747856 ], [ -73.75986, 40.748181 ], [ -73.759737, 40.748249 ], [ -73.758888, 40.748623 ], [ -73.75848, 40.748799 ], [ -73.758213, 40.748914 ], [ -73.758072, 40.748976 ], [ -73.757911, 40.749042 ], [ -73.757588, 40.749155 ], [ -73.75723, 40.749265 ], [ -73.756866, 40.749361 ], [ -73.756813, 40.749272 ], [ -73.756698, 40.749076 ], [ -73.755801, 40.747332 ], [ -73.754951, 40.745618 ], [ -73.754788, 40.745277 ], [ -73.753978, 40.743518 ], [ -73.753473, 40.742405 ], [ -73.755463, 40.741717 ], [ -73.756483, 40.741388 ], [ -73.757353, 40.741116 ], [ -73.758293, 40.74084 ], [ -73.759221, 40.740533 ], [ -73.759882, 40.740316 ], [ -73.760947, 40.739969 ], [ -73.761808, 40.739712 ], [ -73.763609, 40.739175 ], [ -73.764315, 40.740673 ], [ -73.765151, 40.742437 ], [ -73.765568, 40.743258 ], [ -73.766175, 40.743567 ], [ -73.766273, 40.743616 ], [ -73.766451, 40.743721 ], [ -73.766585, 40.743816 ], [ -73.766681, 40.743894 ], [ -73.766809, 40.744016 ], [ -73.766979, 40.744223 ], [ -73.767615, 40.745526 ], [ -73.76771, 40.74573 ], [ -73.767756, 40.74583 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081137700", "name": "Census Tract 1377, Queens County, New York", "total_population_17": 6363, "white_alone_17": 1734.0, "black_alone_17": 495.0, "native_alone_17": 97.0, "asian_alone_17": 3379.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 485.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.698, "pct_black_alone_change": 5.221, "pct_native_alone_change": 1.312, "pct_asian_alone_change": 12.195, "pct_hispanic_or_latino_change": -2.87, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+40.7471258", "INTPTLON": "-073.7500459" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.756866, 40.749361 ], [ -73.756489, 40.749455 ], [ -73.754689, 40.7499 ], [ -73.75408, 40.750055 ], [ -73.75403, 40.750063 ], [ -73.753105, 40.750287 ], [ -73.752312, 40.750459 ], [ -73.751267, 40.750638 ], [ -73.751053, 40.750673 ], [ -73.750542, 40.750751 ], [ -73.750368, 40.750777 ], [ -73.75033, 40.750661 ], [ -73.750288, 40.75067 ], [ -73.750003, 40.750724 ], [ -73.749332, 40.750902 ], [ -73.748961, 40.751002 ], [ -73.748715, 40.751073 ], [ -73.748411, 40.751195 ], [ -73.748147, 40.751308 ], [ -73.747785, 40.751466 ], [ -73.747588, 40.751577 ], [ -73.747309, 40.751732 ], [ -73.747056, 40.751871 ], [ -73.746808, 40.752028 ], [ -73.746671, 40.751932 ], [ -73.746527, 40.751843 ], [ -73.746392, 40.751753 ], [ -73.74621, 40.751701 ], [ -73.745779, 40.751561 ], [ -73.745079, 40.750274 ], [ -73.744151, 40.748217 ], [ -73.743967, 40.74763 ], [ -73.746122, 40.746539 ], [ -73.745931, 40.745716 ], [ -73.744776, 40.743281 ], [ -73.745695, 40.743029 ], [ -73.74672, 40.743124 ], [ -73.747849, 40.743296 ], [ -73.748877, 40.743288 ], [ -73.749798, 40.743142 ], [ -73.750728, 40.742998 ], [ -73.751633, 40.742807 ], [ -73.752533, 40.742611 ], [ -73.753473, 40.742405 ], [ -73.753978, 40.743518 ], [ -73.754788, 40.745277 ], [ -73.754951, 40.745618 ], [ -73.755801, 40.747332 ], [ -73.756698, 40.749076 ], [ -73.756813, 40.749272 ], [ -73.756866, 40.749361 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081138501", "name": "Census Tract 1385.01, Queens County, New York", "total_population_17": 4625, "white_alone_17": 1498.0, "black_alone_17": 49.0, "native_alone_17": 23.0, "asian_alone_17": 2825.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 200.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.536, "pct_black_alone_change": 0.434, "pct_native_alone_change": 0.368, "pct_asian_alone_change": 10.79, "pct_hispanic_or_latino_change": -0.608, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7555383", "INTPTLON": "-073.7573134" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.762395, 40.759497 ], [ -73.761255, 40.759715 ], [ -73.760318, 40.759905 ], [ -73.760089, 40.759952 ], [ -73.758001, 40.76038 ], [ -73.756821, 40.759735 ], [ -73.756256, 40.75843 ], [ -73.755895, 40.757839 ], [ -73.75585, 40.757765 ], [ -73.755551, 40.7583 ], [ -73.755438, 40.758367 ], [ -73.755276, 40.758436 ], [ -73.755086, 40.758486 ], [ -73.754976, 40.758502 ], [ -73.754228, 40.758525 ], [ -73.754035, 40.758511 ], [ -73.753867, 40.758486 ], [ -73.753691, 40.758445 ], [ -73.753521, 40.75839 ], [ -73.75336, 40.758323 ], [ -73.753216, 40.758247 ], [ -73.752772, 40.758873 ], [ -73.752303, 40.759455 ], [ -73.751156, 40.75907 ], [ -73.750576, 40.758018 ], [ -73.750048, 40.758405 ], [ -73.748096, 40.7559 ], [ -73.747111, 40.754173 ], [ -73.747741, 40.75385 ], [ -73.747606, 40.753508 ], [ -73.747375, 40.75296 ], [ -73.747099, 40.752347 ], [ -73.746867, 40.752093 ], [ -73.746808, 40.752028 ], [ -73.747056, 40.751871 ], [ -73.747309, 40.751732 ], [ -73.747588, 40.751577 ], [ -73.747785, 40.751466 ], [ -73.748147, 40.751308 ], [ -73.748411, 40.751195 ], [ -73.748715, 40.751073 ], [ -73.748961, 40.751002 ], [ -73.749332, 40.750902 ], [ -73.750003, 40.750724 ], [ -73.750288, 40.75067 ], [ -73.75033, 40.750661 ], [ -73.750368, 40.750777 ], [ -73.750542, 40.750751 ], [ -73.751053, 40.750673 ], [ -73.751267, 40.750638 ], [ -73.752312, 40.750459 ], [ -73.753105, 40.750287 ], [ -73.75403, 40.750063 ], [ -73.75408, 40.750055 ], [ -73.754689, 40.7499 ], [ -73.756489, 40.749455 ], [ -73.756866, 40.749361 ], [ -73.75699, 40.749575 ], [ -73.757377, 40.750228 ], [ -73.757827, 40.750758 ], [ -73.759062, 40.752209 ], [ -73.75944, 40.752403 ], [ -73.759532, 40.752445 ], [ -73.759685, 40.752536 ], [ -73.759814, 40.752634 ], [ -73.759931, 40.752745 ], [ -73.760049, 40.752888 ], [ -73.76013, 40.753022 ], [ -73.760192, 40.753167 ], [ -73.760486, 40.75384 ], [ -73.760802, 40.754548 ], [ -73.761445, 40.755155 ], [ -73.761927, 40.755773 ], [ -73.761856, 40.756517 ], [ -73.761767, 40.757279 ], [ -73.761997, 40.758102 ], [ -73.762395, 40.759497 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081138502", "name": "Census Tract 1385.02, Queens County, New York", "total_population_17": 37, "white_alone_17": 16.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 21.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.725, "pct_black_alone_change": -4.762, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -28.571, "pct_hispanic_or_latino_change": 44.059, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7521109", "INTPTLON": "-073.7449302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.759206, 40.764321 ], [ -73.758625, 40.764383 ], [ -73.758506, 40.764392 ], [ -73.757227, 40.764496 ], [ -73.756125, 40.764615 ], [ -73.755104, 40.764827 ], [ -73.754493, 40.764973 ], [ -73.75377, 40.765305 ], [ -73.753469, 40.765445 ], [ -73.753442, 40.765416 ], [ -73.7534, 40.765357 ], [ -73.750722, 40.766512 ], [ -73.74877, 40.76408 ], [ -73.750786, 40.763619 ], [ -73.750488, 40.762959 ], [ -73.746592, 40.763907 ], [ -73.745767, 40.76357 ], [ -73.744738, 40.76076 ], [ -73.743466, 40.759338 ], [ -73.743172, 40.758648 ], [ -73.742502, 40.758588 ], [ -73.74165, 40.75735 ], [ -73.74159, 40.757176 ], [ -73.741499, 40.757013 ], [ -73.741388, 40.756857 ], [ -73.741259, 40.75671 ], [ -73.741208, 40.756205 ], [ -73.739788, 40.756729 ], [ -73.739706, 40.756623 ], [ -73.739263, 40.756917 ], [ -73.739179, 40.756718 ], [ -73.739144, 40.756394 ], [ -73.73915, 40.756261 ], [ -73.739178, 40.756129 ], [ -73.739226, 40.756 ], [ -73.739295, 40.755876 ], [ -73.739381, 40.755761 ], [ -73.739499, 40.75563 ], [ -73.739637, 40.755509 ], [ -73.739793, 40.755399 ], [ -73.739965, 40.755303 ], [ -73.740119, 40.755235 ], [ -73.740336, 40.755164 ], [ -73.740757, 40.754967 ], [ -73.740948, 40.754849 ], [ -73.741122, 40.754718 ], [ -73.741278, 40.754576 ], [ -73.741362, 40.754469 ], [ -73.74147, 40.754289 ], [ -73.741656, 40.753869 ], [ -73.741781, 40.753482 ], [ -73.741724, 40.753282 ], [ -73.741647, 40.753085 ], [ -73.74155, 40.752894 ], [ -73.741433, 40.752709 ], [ -73.741293, 40.752539 ], [ -73.740867, 40.751961 ], [ -73.739854, 40.751299 ], [ -73.739345, 40.750642 ], [ -73.738804, 40.749913 ], [ -73.738305, 40.749247 ], [ -73.737557, 40.748535 ], [ -73.737189, 40.748221 ], [ -73.737084, 40.748132 ], [ -73.7369, 40.748017 ], [ -73.736702, 40.747908 ], [ -73.736502, 40.747822 ], [ -73.736298, 40.74774 ], [ -73.736101, 40.747645 ], [ -73.735915, 40.747539 ], [ -73.73574, 40.747422 ], [ -73.735578, 40.747296 ], [ -73.73543, 40.747161 ], [ -73.735338, 40.747012 ], [ -73.735255, 40.746861 ], [ -73.735177, 40.746665 ], [ -73.735149, 40.746561 ], [ -73.73511, 40.746416 ], [ -73.735063, 40.746243 ], [ -73.735042, 40.746062 ], [ -73.735021, 40.745893 ], [ -73.735028, 40.745647 ], [ -73.735038, 40.745526 ], [ -73.735061, 40.745333 ], [ -73.735046, 40.745118 ], [ -73.735018, 40.744888 ], [ -73.734951, 40.744638 ], [ -73.734887, 40.744453 ], [ -73.734774, 40.744185 ], [ -73.734638, 40.743997 ], [ -73.734362, 40.743628 ], [ -73.733763, 40.742869 ], [ -73.734498, 40.742396 ], [ -73.735445, 40.741872 ], [ -73.735582, 40.741798 ], [ -73.737199, 40.74094 ], [ -73.737349, 40.74087 ], [ -73.737741, 40.740685 ], [ -73.738043, 40.740528 ], [ -73.738351, 40.74034 ], [ -73.738939, 40.739906 ], [ -73.739007, 40.739856 ], [ -73.739224, 40.739684 ], [ -73.739399, 40.739521 ], [ -73.739588, 40.73933 ], [ -73.73983, 40.739054 ], [ -73.740291, 40.738517 ], [ -73.740195, 40.739031 ], [ -73.741067, 40.738978 ], [ -73.74155, 40.738763 ], [ -73.74214, 40.738617 ], [ -73.743068, 40.738441 ], [ -73.743375, 40.738885 ], [ -73.743464, 40.739014 ], [ -73.743719, 40.739383 ], [ -73.743853, 40.740094 ], [ -73.743962, 40.740789 ], [ -73.746578, 40.740347 ], [ -73.749968, 40.739746 ], [ -73.750092, 40.739817 ], [ -73.75022, 40.739873 ], [ -73.750374, 40.739922 ], [ -73.750525, 40.739954 ], [ -73.750684, 40.739971 ], [ -73.750841, 40.739991 ], [ -73.750982, 40.740021 ], [ -73.751128, 40.740067 ], [ -73.751264, 40.740125 ], [ -73.75139, 40.740194 ], [ -73.753473, 40.742405 ], [ -73.752533, 40.742611 ], [ -73.751633, 40.742807 ], [ -73.750728, 40.742998 ], [ -73.749798, 40.743142 ], [ -73.748877, 40.743288 ], [ -73.747849, 40.743296 ], [ -73.74672, 40.743124 ], [ -73.745695, 40.743029 ], [ -73.744776, 40.743281 ], [ -73.745931, 40.745716 ], [ -73.746122, 40.746539 ], [ -73.743967, 40.74763 ], [ -73.744151, 40.748217 ], [ -73.745079, 40.750274 ], [ -73.745779, 40.751561 ], [ -73.74621, 40.751701 ], [ -73.746392, 40.751753 ], [ -73.746527, 40.751843 ], [ -73.746671, 40.751932 ], [ -73.746808, 40.752028 ], [ -73.746867, 40.752093 ], [ -73.747099, 40.752347 ], [ -73.747375, 40.75296 ], [ -73.747606, 40.753508 ], [ -73.747741, 40.75385 ], [ -73.747111, 40.754173 ], [ -73.748096, 40.7559 ], [ -73.750048, 40.758405 ], [ -73.750576, 40.758018 ], [ -73.751156, 40.75907 ], [ -73.752303, 40.759455 ], [ -73.752772, 40.758873 ], [ -73.753216, 40.758247 ], [ -73.75336, 40.758323 ], [ -73.753521, 40.75839 ], [ -73.753691, 40.758445 ], [ -73.753867, 40.758486 ], [ -73.754035, 40.758511 ], [ -73.754228, 40.758525 ], [ -73.754976, 40.758502 ], [ -73.755086, 40.758486 ], [ -73.755276, 40.758436 ], [ -73.755438, 40.758367 ], [ -73.755551, 40.7583 ], [ -73.75585, 40.757765 ], [ -73.755895, 40.757839 ], [ -73.756256, 40.75843 ], [ -73.756821, 40.759735 ], [ -73.758001, 40.76038 ], [ -73.758481, 40.761995 ], [ -73.758115, 40.762054 ], [ -73.758024, 40.762111 ], [ -73.757944, 40.762184 ], [ -73.757927, 40.762208 ], [ -73.757877, 40.762284 ], [ -73.757844, 40.762368 ], [ -73.757833, 40.762469 ], [ -73.757845, 40.762542 ], [ -73.757888, 40.762657 ], [ -73.757945, 40.762735 ], [ -73.758099, 40.762985 ], [ -73.758238, 40.763239 ], [ -73.758363, 40.763497 ], [ -73.758864, 40.763275 ], [ -73.759098, 40.764057 ], [ -73.759206, 40.764321 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081139900", "name": "Census Tract 1399, Queens County, New York", "total_population_17": 1956, "white_alone_17": 779.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 991.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 123.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.154, "pct_black_alone_change": -0.352, "pct_native_alone_change": -0.008, "pct_asian_alone_change": 11.982, "pct_hispanic_or_latino_change": 0.977, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7498677", "INTPTLON": "-073.7624754" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.76738, 40.751744 ], [ -73.766496, 40.751985 ], [ -73.765615, 40.752229 ], [ -73.764736, 40.75246 ], [ -73.764598, 40.752596 ], [ -73.763869, 40.752222 ], [ -73.762758, 40.751942 ], [ -73.761485, 40.75174 ], [ -73.760535, 40.752055 ], [ -73.759644, 40.752263 ], [ -73.75944, 40.752403 ], [ -73.759062, 40.752209 ], [ -73.757827, 40.750758 ], [ -73.757377, 40.750228 ], [ -73.75699, 40.749575 ], [ -73.756866, 40.749361 ], [ -73.75723, 40.749265 ], [ -73.757588, 40.749155 ], [ -73.757911, 40.749042 ], [ -73.758072, 40.748976 ], [ -73.758213, 40.748914 ], [ -73.75848, 40.748799 ], [ -73.758888, 40.748623 ], [ -73.759737, 40.748249 ], [ -73.75986, 40.748181 ], [ -73.760576, 40.747856 ], [ -73.76147, 40.747549 ], [ -73.761535, 40.747533 ], [ -73.762422, 40.747284 ], [ -73.76329, 40.747048 ], [ -73.765034, 40.746567 ], [ -73.765079, 40.74667 ], [ -73.765142, 40.74678 ], [ -73.765931, 40.748524 ], [ -73.766653, 40.750133 ], [ -73.76738, 40.751744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081140300", "name": "Census Tract 1403, Queens County, New York", "total_population_17": 2140, "white_alone_17": 664.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1231.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 224.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.124, "pct_black_alone_change": -0.376, "pct_native_alone_change": -0.042, "pct_asian_alone_change": 19.026, "pct_hispanic_or_latino_change": 4.413, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7481688", "INTPTLON": "-073.7696023" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.773757, 40.749995 ], [ -73.772881, 40.750236 ], [ -73.771997, 40.750478 ], [ -73.771114, 40.75072 ], [ -73.770198, 40.750971 ], [ -73.769281, 40.751223 ], [ -73.768262, 40.751502 ], [ -73.76738, 40.751744 ], [ -73.766653, 40.750133 ], [ -73.765931, 40.748524 ], [ -73.765142, 40.74678 ], [ -73.765079, 40.74667 ], [ -73.765034, 40.746567 ], [ -73.765912, 40.746324 ], [ -73.76638, 40.746196 ], [ -73.766842, 40.746082 ], [ -73.76732, 40.74597 ], [ -73.767756, 40.74583 ], [ -73.768045, 40.745762 ], [ -73.768277, 40.745695 ], [ -73.768626, 40.745583 ], [ -73.769478, 40.745247 ], [ -73.770432, 40.744781 ], [ -73.771471, 40.744262 ], [ -73.771638, 40.744197 ], [ -73.771722, 40.74437 ], [ -73.771931, 40.74479 ], [ -73.771849, 40.744812 ], [ -73.771739, 40.744844 ], [ -73.772082, 40.745518 ], [ -73.772621, 40.746658 ], [ -73.772868, 40.747211 ], [ -73.773205, 40.747915 ], [ -73.77338, 40.748281 ], [ -73.77417, 40.749878 ], [ -73.773757, 40.749995 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081140901", "name": "Census Tract 1409.01, Queens County, New York", "total_population_17": 1017, "white_alone_17": 351.0, "black_alone_17": 7.0, "native_alone_17": 0.0, "asian_alone_17": 547.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 93.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.487, "pct_black_alone_change": -0.412, "pct_native_alone_change": -0.5, "pct_asian_alone_change": 19.186, "pct_hispanic_or_latino_change": -0.655, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7465405", "INTPTLON": "-073.7749009" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.778312, 40.748745 ], [ -73.77736, 40.749004 ], [ -73.776475, 40.749245 ], [ -73.775593, 40.749487 ], [ -73.774695, 40.749728 ], [ -73.774336, 40.74983 ], [ -73.77417, 40.749878 ], [ -73.77338, 40.748281 ], [ -73.773205, 40.747915 ], [ -73.772868, 40.747211 ], [ -73.772621, 40.746658 ], [ -73.772082, 40.745518 ], [ -73.771739, 40.744844 ], [ -73.771849, 40.744812 ], [ -73.771931, 40.74479 ], [ -73.771722, 40.74437 ], [ -73.771638, 40.744197 ], [ -73.772445, 40.74392 ], [ -73.774436, 40.743566 ], [ -73.775759, 40.743367 ], [ -73.775852, 40.743556 ], [ -73.775943, 40.743819 ], [ -73.776168, 40.74424 ], [ -73.776792, 40.745544 ], [ -73.777551, 40.747144 ], [ -73.778312, 40.748745 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081140902", "name": "Census Tract 1409.02, Queens County, New York", "total_population_17": 3241, "white_alone_17": 815.0, "black_alone_17": 46.0, "native_alone_17": 0.0, "asian_alone_17": 2191.0, "native_hawaiian_pacific_islander_17": 16.0, "hispanic_or_latino_17": 123.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.217, "pct_black_alone_change": 0.324, "pct_native_alone_change": -0.162, "pct_asian_alone_change": 25.592, "pct_hispanic_or_latino_change": -3.626, "pct_native_hawaiian_pacific_islander_change": 0.494, "INTPTLAT": "+40.7449088", "INTPTLON": "-073.7821539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.789005, 40.745749 ], [ -73.78812, 40.746053 ], [ -73.787236, 40.746296 ], [ -73.786354, 40.746537 ], [ -73.785453, 40.746784 ], [ -73.784554, 40.74703 ], [ -73.783674, 40.747274 ], [ -73.7828, 40.747507 ], [ -73.782386, 40.747629 ], [ -73.781024, 40.748 ], [ -73.78016, 40.748241 ], [ -73.779261, 40.748484 ], [ -73.778878, 40.748589 ], [ -73.778312, 40.748745 ], [ -73.777551, 40.747144 ], [ -73.776792, 40.745544 ], [ -73.776168, 40.74424 ], [ -73.775943, 40.743819 ], [ -73.775852, 40.743556 ], [ -73.775759, 40.743367 ], [ -73.777698, 40.743089 ], [ -73.779144, 40.742845 ], [ -73.780409, 40.742631 ], [ -73.780715, 40.742547 ], [ -73.78109, 40.742447 ], [ -73.78129, 40.742393 ], [ -73.781395, 40.742364 ], [ -73.781786, 40.742259 ], [ -73.782169, 40.742157 ], [ -73.783132, 40.7419 ], [ -73.786713, 40.740911 ], [ -73.786817, 40.741125 ], [ -73.785899, 40.741379 ], [ -73.786592, 40.742846 ], [ -73.787183, 40.744073 ], [ -73.787874, 40.744286 ], [ -73.788411, 40.744454 ], [ -73.789005, 40.745749 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081141700", "name": "Census Tract 1417, Queens County, New York", "total_population_17": 5102, "white_alone_17": 1383.0, "black_alone_17": 169.0, "native_alone_17": 0.0, "asian_alone_17": 2606.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 730.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.107, "pct_black_alone_change": 2.51, "pct_native_alone_change": -0.152, "pct_asian_alone_change": 14.775, "pct_hispanic_or_latino_change": 4.035, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7448147", "INTPTLON": "-073.7917203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.797295, 40.749435 ], [ -73.796446, 40.749859 ], [ -73.795996, 40.750076 ], [ -73.795665, 40.750236 ], [ -73.794719, 40.750648 ], [ -73.794727, 40.750565 ], [ -73.792168, 40.750475 ], [ -73.79134, 40.750655 ], [ -73.79042, 40.750909 ], [ -73.789541, 40.751149 ], [ -73.788671, 40.75139 ], [ -73.787844, 40.749691 ], [ -73.787003, 40.747908 ], [ -73.786354, 40.746537 ], [ -73.787236, 40.746296 ], [ -73.78812, 40.746053 ], [ -73.789005, 40.745749 ], [ -73.788411, 40.744454 ], [ -73.787874, 40.744286 ], [ -73.787183, 40.744073 ], [ -73.786592, 40.742846 ], [ -73.785899, 40.741379 ], [ -73.786817, 40.741125 ], [ -73.786713, 40.740911 ], [ -73.788287, 40.740496 ], [ -73.788426, 40.740444 ], [ -73.788552, 40.740408 ], [ -73.788845, 40.740326 ], [ -73.789339, 40.74019 ], [ -73.792129, 40.739423 ], [ -73.792916, 40.739217 ], [ -73.793546, 40.73904 ], [ -73.79445, 40.738793 ], [ -73.796302, 40.738333 ], [ -73.796408, 40.738593 ], [ -73.797177, 40.739987 ], [ -73.797224, 40.740098 ], [ -73.797257, 40.740213 ], [ -73.797275, 40.74033 ], [ -73.797279, 40.740448 ], [ -73.797268, 40.740564 ], [ -73.797231, 40.741696 ], [ -73.796951, 40.741933 ], [ -73.796666, 40.742135 ], [ -73.796394, 40.742348 ], [ -73.796136, 40.742572 ], [ -73.795893, 40.742804 ], [ -73.795666, 40.743044 ], [ -73.795431, 40.743264 ], [ -73.795213, 40.743496 ], [ -73.795013, 40.743737 ], [ -73.794833, 40.743987 ], [ -73.794673, 40.744245 ], [ -73.794535, 40.744508 ], [ -73.794491, 40.744738 ], [ -73.794464, 40.74497 ], [ -73.794453, 40.745203 ], [ -73.794459, 40.745437 ], [ -73.794481, 40.74567 ], [ -73.79452, 40.7459 ], [ -73.794676, 40.747212 ], [ -73.794723, 40.747599 ], [ -73.795983, 40.748532 ], [ -73.796581, 40.748977 ], [ -73.797295, 40.749435 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081142900", "name": "Census Tract 1429, Queens County, New York", "total_population_17": 3444, "white_alone_17": 1467.0, "black_alone_17": 0.0, "native_alone_17": 13.0, "asian_alone_17": 1682.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 253.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.766, "pct_black_alone_change": -0.438, "pct_native_alone_change": 0.158, "pct_asian_alone_change": 23.408, "pct_hispanic_or_latino_change": -1.049, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7510646", "INTPTLON": "-073.7845234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.789428, 40.757848 ], [ -73.788496, 40.757873 ], [ -73.787575, 40.757898 ], [ -73.787328, 40.755829 ], [ -73.787111, 40.753717 ], [ -73.786986, 40.752261 ], [ -73.7861, 40.752532 ], [ -73.785171, 40.752625 ], [ -73.78423, 40.752728 ], [ -73.783299, 40.752878 ], [ -73.782171, 40.753064 ], [ -73.781456, 40.753181 ], [ -73.7814, 40.75319 ], [ -73.781361, 40.753196 ], [ -73.780837, 40.75328 ], [ -73.780532, 40.753329 ], [ -73.780088, 40.752494 ], [ -73.779806, 40.751895 ], [ -73.779441, 40.751123 ], [ -73.779066, 40.750333 ], [ -73.778312, 40.748745 ], [ -73.778878, 40.748589 ], [ -73.779261, 40.748484 ], [ -73.78016, 40.748241 ], [ -73.781024, 40.748 ], [ -73.782386, 40.747629 ], [ -73.7828, 40.747507 ], [ -73.783674, 40.747274 ], [ -73.784554, 40.74703 ], [ -73.785453, 40.746784 ], [ -73.786354, 40.746537 ], [ -73.787003, 40.747908 ], [ -73.787844, 40.749691 ], [ -73.788671, 40.75139 ], [ -73.788844, 40.751778 ], [ -73.788889, 40.751881 ], [ -73.788889, 40.751937 ], [ -73.788887, 40.752034 ], [ -73.788938, 40.752884 ], [ -73.789002, 40.753609 ], [ -73.789075, 40.754337 ], [ -73.789149, 40.75502 ], [ -73.789218, 40.755716 ], [ -73.78929, 40.75641 ], [ -73.789367, 40.757096 ], [ -73.789428, 40.757848 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081143500", "name": "Census Tract 1435, Queens County, New York", "total_population_17": 2246, "white_alone_17": 809.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 1229.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 151.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.176, "pct_black_alone_change": -0.874, "pct_native_alone_change": -0.46, "pct_asian_alone_change": 22.061, "pct_hispanic_or_latino_change": -6.8, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7529118", "INTPTLON": "-073.7702818" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.775878, 40.753261 ], [ -73.775737, 40.753285 ], [ -73.775355, 40.753354 ], [ -73.77475, 40.753501 ], [ -73.774466, 40.753575 ], [ -73.77386, 40.753837 ], [ -73.77364, 40.753928 ], [ -73.773003, 40.754197 ], [ -73.772801, 40.754269 ], [ -73.7721, 40.754482 ], [ -73.771893, 40.754531 ], [ -73.77129, 40.754689 ], [ -73.770968, 40.754777 ], [ -73.770133, 40.754993 ], [ -73.769941, 40.755045 ], [ -73.769326, 40.755208 ], [ -73.769049, 40.755277 ], [ -73.768316, 40.755466 ], [ -73.768148, 40.755477 ], [ -73.767148, 40.75565 ], [ -73.76615, 40.755746 ], [ -73.765832, 40.755042 ], [ -73.765468, 40.754371 ], [ -73.764569, 40.753508 ], [ -73.765596, 40.753216 ], [ -73.764598, 40.752596 ], [ -73.764736, 40.75246 ], [ -73.765615, 40.752229 ], [ -73.766496, 40.751985 ], [ -73.76738, 40.751744 ], [ -73.768262, 40.751502 ], [ -73.769281, 40.751223 ], [ -73.770198, 40.750971 ], [ -73.771114, 40.75072 ], [ -73.771997, 40.750478 ], [ -73.772881, 40.750236 ], [ -73.773757, 40.749995 ], [ -73.77417, 40.749878 ], [ -73.774336, 40.74983 ], [ -73.774417, 40.750005 ], [ -73.774975, 40.75117 ], [ -73.775089, 40.751409 ], [ -73.775224, 40.751691 ], [ -73.775603, 40.752536 ], [ -73.775645, 40.752629 ], [ -73.775757, 40.752923 ], [ -73.775878, 40.753261 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081144100", "name": "Census Tract 1441, Queens County, New York", "total_population_17": 3047, "white_alone_17": 951.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 1839.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 215.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -31.013, "pct_black_alone_change": -0.383, "pct_native_alone_change": -0.301, "pct_asian_alone_change": 31.754, "pct_hispanic_or_latino_change": 0.325, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7556677", "INTPTLON": "-073.7638129" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.768276, 40.758261 ], [ -73.766959, 40.758536 ], [ -73.766056, 40.758726 ], [ -73.765149, 40.758915 ], [ -73.764242, 40.759104 ], [ -73.763337, 40.759294 ], [ -73.762395, 40.759497 ], [ -73.761997, 40.758102 ], [ -73.761767, 40.757279 ], [ -73.761856, 40.756517 ], [ -73.761927, 40.755773 ], [ -73.761445, 40.755155 ], [ -73.760802, 40.754548 ], [ -73.760486, 40.75384 ], [ -73.760192, 40.753167 ], [ -73.76013, 40.753022 ], [ -73.760049, 40.752888 ], [ -73.759931, 40.752745 ], [ -73.759814, 40.752634 ], [ -73.759685, 40.752536 ], [ -73.759532, 40.752445 ], [ -73.75944, 40.752403 ], [ -73.759644, 40.752263 ], [ -73.760535, 40.752055 ], [ -73.761485, 40.75174 ], [ -73.762758, 40.751942 ], [ -73.763869, 40.752222 ], [ -73.764598, 40.752596 ], [ -73.765596, 40.753216 ], [ -73.764569, 40.753508 ], [ -73.765468, 40.754371 ], [ -73.765832, 40.755042 ], [ -73.76615, 40.755746 ], [ -73.767148, 40.75565 ], [ -73.76767, 40.756907 ], [ -73.767952, 40.757574 ], [ -73.768276, 40.758261 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081144700", "name": "Census Tract 1447, Queens County, New York", "total_population_17": 3100, "white_alone_17": 448.0, "black_alone_17": 358.0, "native_alone_17": 0.0, "asian_alone_17": 1665.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 586.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.21, "pct_black_alone_change": -16.151, "pct_native_alone_change": -0.746, "pct_asian_alone_change": 23.383, "pct_hispanic_or_latino_change": 1.573, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7568672", "INTPTLON": "-073.7724538" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.7772, 40.758269 ], [ -73.777016, 40.758319 ], [ -73.776475, 40.758467 ], [ -73.77557, 40.758681 ], [ -73.774687, 40.75892 ], [ -73.774225, 40.759043 ], [ -73.773781, 40.759165 ], [ -73.772916, 40.759398 ], [ -73.772035, 40.759636 ], [ -73.77182, 40.759689 ], [ -73.771149, 40.759867 ], [ -73.770275, 40.760083 ], [ -73.769337, 40.760254 ], [ -73.768937, 40.75958 ], [ -73.768618, 40.758952 ], [ -73.768276, 40.758261 ], [ -73.767952, 40.757574 ], [ -73.76767, 40.756907 ], [ -73.767148, 40.75565 ], [ -73.768148, 40.755477 ], [ -73.768316, 40.755466 ], [ -73.769049, 40.755277 ], [ -73.769326, 40.755208 ], [ -73.769941, 40.755045 ], [ -73.770133, 40.754993 ], [ -73.770968, 40.754777 ], [ -73.77129, 40.754689 ], [ -73.771893, 40.754531 ], [ -73.7721, 40.754482 ], [ -73.772801, 40.754269 ], [ -73.773003, 40.754197 ], [ -73.77364, 40.753928 ], [ -73.77386, 40.753837 ], [ -73.774466, 40.753575 ], [ -73.77475, 40.753501 ], [ -73.775355, 40.753354 ], [ -73.775737, 40.753285 ], [ -73.775878, 40.753261 ], [ -73.776033, 40.753712 ], [ -73.77611, 40.753931 ], [ -73.77613, 40.753988 ], [ -73.776161, 40.754086 ], [ -73.776332, 40.75464 ], [ -73.776412, 40.754967 ], [ -73.776506, 40.755339 ], [ -73.776638, 40.755856 ], [ -73.776665, 40.755951 ], [ -73.777403, 40.758214 ], [ -73.7772, 40.758269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081145101", "name": "Census Tract 1451.01, Queens County, New York", "total_population_17": 1520, "white_alone_17": 771.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 609.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 128.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.347, "pct_black_alone_change": -0.412, "pct_native_alone_change": -0.069, "pct_asian_alone_change": 11.602, "pct_hispanic_or_latino_change": 2.728, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7551380", "INTPTLON": "-073.7846965" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.787575, 40.757898 ], [ -73.786666, 40.757947 ], [ -73.785662, 40.757961 ], [ -73.783392, 40.757758 ], [ -73.783162, 40.757326 ], [ -73.782816, 40.756666 ], [ -73.782481, 40.755997 ], [ -73.782125, 40.755339 ], [ -73.781652, 40.754708 ], [ -73.781133, 40.754089 ], [ -73.780532, 40.753329 ], [ -73.780837, 40.75328 ], [ -73.781361, 40.753196 ], [ -73.7814, 40.75319 ], [ -73.781456, 40.753181 ], [ -73.782171, 40.753064 ], [ -73.783299, 40.752878 ], [ -73.78423, 40.752728 ], [ -73.785171, 40.752625 ], [ -73.7861, 40.752532 ], [ -73.786986, 40.752261 ], [ -73.787111, 40.753717 ], [ -73.787328, 40.755829 ], [ -73.787575, 40.757898 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081145102", "name": "Census Tract 1451.02, Queens County, New York", "total_population_17": 2539, "white_alone_17": 671.0, "black_alone_17": 180.0, "native_alone_17": 0.0, "asian_alone_17": 1441.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 194.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.674, "pct_black_alone_change": -0.998, "pct_native_alone_change": -0.565, "pct_asian_alone_change": 24.744, "pct_hispanic_or_latino_change": -9.537, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7532383", "INTPTLON": "-073.7781467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.782481, 40.755997 ], [ -73.780563, 40.756515 ], [ -73.779015, 40.756934 ], [ -73.777417, 40.757362 ], [ -73.777667, 40.758148 ], [ -73.777403, 40.758214 ], [ -73.776665, 40.755951 ], [ -73.776638, 40.755856 ], [ -73.776506, 40.755339 ], [ -73.776412, 40.754967 ], [ -73.776332, 40.75464 ], [ -73.776161, 40.754086 ], [ -73.77613, 40.753988 ], [ -73.77611, 40.753931 ], [ -73.776033, 40.753712 ], [ -73.775878, 40.753261 ], [ -73.775757, 40.752923 ], [ -73.775645, 40.752629 ], [ -73.775603, 40.752536 ], [ -73.775224, 40.751691 ], [ -73.775089, 40.751409 ], [ -73.774975, 40.75117 ], [ -73.774417, 40.750005 ], [ -73.774336, 40.74983 ], [ -73.774695, 40.749728 ], [ -73.775593, 40.749487 ], [ -73.776475, 40.749245 ], [ -73.77736, 40.749004 ], [ -73.778312, 40.748745 ], [ -73.779066, 40.750333 ], [ -73.779441, 40.751123 ], [ -73.779806, 40.751895 ], [ -73.780088, 40.752494 ], [ -73.780532, 40.753329 ], [ -73.781133, 40.754089 ], [ -73.781652, 40.754708 ], [ -73.782125, 40.755339 ], [ -73.782481, 40.755997 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081145900", "name": "Census Tract 1459, Queens County, New York", "total_population_17": 2788, "white_alone_17": 1133.0, "black_alone_17": 17.0, "native_alone_17": 10.0, "asian_alone_17": 1025.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 563.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.052, "pct_black_alone_change": -0.053, "pct_native_alone_change": 0.289, "pct_asian_alone_change": 12.977, "pct_hispanic_or_latino_change": 10.776, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7542091", "INTPTLON": "-073.7919465" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.794932, 40.757798 ], [ -73.794025, 40.757736 ], [ -73.79303, 40.757756 ], [ -73.792069, 40.757776 ], [ -73.791222, 40.757799 ], [ -73.790315, 40.757823 ], [ -73.789428, 40.757848 ], [ -73.789367, 40.757096 ], [ -73.78929, 40.75641 ], [ -73.789218, 40.755716 ], [ -73.789149, 40.75502 ], [ -73.789075, 40.754337 ], [ -73.789002, 40.753609 ], [ -73.788938, 40.752884 ], [ -73.788887, 40.752034 ], [ -73.788889, 40.751937 ], [ -73.788889, 40.751881 ], [ -73.788844, 40.751778 ], [ -73.788671, 40.75139 ], [ -73.789541, 40.751149 ], [ -73.79042, 40.750909 ], [ -73.79134, 40.750655 ], [ -73.792168, 40.750475 ], [ -73.794727, 40.750565 ], [ -73.794719, 40.750648 ], [ -73.794683, 40.751275 ], [ -73.794656, 40.751988 ], [ -73.794628, 40.752703 ], [ -73.794577, 40.753563 ], [ -73.794747, 40.755628 ], [ -73.794932, 40.757798 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081146300", "name": "Census Tract 1463, Queens County, New York", "total_population_17": 3295, "white_alone_17": 1583.0, "black_alone_17": 126.0, "native_alone_17": 0.0, "asian_alone_17": 1141.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 445.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.329, "pct_black_alone_change": 1.074, "pct_native_alone_change": -0.068, "pct_asian_alone_change": 8.398, "pct_hispanic_or_latino_change": -0.002, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+40.7594665", "INTPTLON": "-073.7811007" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.785274, 40.761842 ], [ -73.784231, 40.761924 ], [ -73.783077, 40.762029 ], [ -73.782232, 40.762131 ], [ -73.78132, 40.762188 ], [ -73.780405, 40.762295 ], [ -73.780309, 40.762292 ], [ -73.779349, 40.762363 ], [ -73.779031, 40.76238 ], [ -73.778515, 40.761457 ], [ -73.77845, 40.761324 ], [ -73.778312, 40.761039 ], [ -73.778283, 40.760964 ], [ -73.778127, 40.76063 ], [ -73.778025, 40.760403 ], [ -73.777891, 40.759954 ], [ -73.777777, 40.759625 ], [ -73.777765, 40.75958 ], [ -73.777708, 40.759369 ], [ -73.777682, 40.759272 ], [ -73.777403, 40.758214 ], [ -73.777667, 40.758148 ], [ -73.777417, 40.757362 ], [ -73.779015, 40.756934 ], [ -73.780563, 40.756515 ], [ -73.782481, 40.755997 ], [ -73.782816, 40.756666 ], [ -73.783162, 40.757326 ], [ -73.783392, 40.757758 ], [ -73.783453, 40.75787 ], [ -73.784099, 40.759038 ], [ -73.784278, 40.759443 ], [ -73.784471, 40.759864 ], [ -73.785168, 40.761433 ], [ -73.785274, 40.761842 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081146700", "name": "Census Tract 1467, Queens County, New York", "total_population_17": 3002, "white_alone_17": 1412.0, "black_alone_17": 1.0, "native_alone_17": 0.0, "asian_alone_17": 1256.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 323.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.228, "pct_black_alone_change": -1.21, "pct_native_alone_change": -0.183, "pct_asian_alone_change": 25.386, "pct_hispanic_or_latino_change": -0.868, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7612034", "INTPTLON": "-073.7732141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.778796, 40.762407 ], [ -73.778629, 40.762427 ], [ -73.778368, 40.762454 ], [ -73.777471, 40.762525 ], [ -73.776443, 40.76263 ], [ -73.775469, 40.762729 ], [ -73.774575, 40.762817 ], [ -73.771757, 40.763095 ], [ -73.770769, 40.763193 ], [ -73.768347, 40.76343 ], [ -73.767484, 40.763515 ], [ -73.766405, 40.76362 ], [ -73.76646, 40.763494 ], [ -73.766357, 40.763132 ], [ -73.767275, 40.762991 ], [ -73.768192, 40.762837 ], [ -73.767892, 40.761796 ], [ -73.76752, 40.760492 ], [ -73.768459, 40.760384 ], [ -73.769337, 40.760254 ], [ -73.770275, 40.760083 ], [ -73.771149, 40.759867 ], [ -73.77182, 40.759689 ], [ -73.772035, 40.759636 ], [ -73.772916, 40.759398 ], [ -73.773781, 40.759165 ], [ -73.774225, 40.759043 ], [ -73.774687, 40.75892 ], [ -73.77557, 40.758681 ], [ -73.776475, 40.758467 ], [ -73.777016, 40.758319 ], [ -73.7772, 40.758269 ], [ -73.777403, 40.758214 ], [ -73.777682, 40.759272 ], [ -73.777708, 40.759369 ], [ -73.777765, 40.75958 ], [ -73.777777, 40.759625 ], [ -73.777891, 40.759954 ], [ -73.778025, 40.760403 ], [ -73.778127, 40.76063 ], [ -73.778283, 40.760964 ], [ -73.778312, 40.761039 ], [ -73.77845, 40.761324 ], [ -73.778515, 40.761457 ], [ -73.779031, 40.76238 ], [ -73.778796, 40.762407 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081147100", "name": "Census Tract 1471, Queens County, New York", "total_population_17": 3403, "white_alone_17": 1353.0, "black_alone_17": 21.0, "native_alone_17": 0.0, "asian_alone_17": 1431.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 512.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.796, "pct_black_alone_change": -0.355, "pct_native_alone_change": -0.063, "pct_asian_alone_change": 10.64, "pct_hispanic_or_latino_change": 6.582, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7614709", "INTPTLON": "-073.7634353" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.769337, 40.760254 ], [ -73.768459, 40.760384 ], [ -73.76752, 40.760492 ], [ -73.767892, 40.761796 ], [ -73.768192, 40.762837 ], [ -73.767275, 40.762991 ], [ -73.766357, 40.763132 ], [ -73.76646, 40.763494 ], [ -73.766405, 40.76362 ], [ -73.765577, 40.763701 ], [ -73.765031, 40.763755 ], [ -73.764601, 40.763797 ], [ -73.763917, 40.763864 ], [ -73.762949, 40.763958 ], [ -73.762724, 40.76398 ], [ -73.762017, 40.76405 ], [ -73.76186, 40.764065 ], [ -73.761241, 40.764167 ], [ -73.760077, 40.764229 ], [ -73.759206, 40.764321 ], [ -73.759098, 40.764057 ], [ -73.758864, 40.763275 ], [ -73.758363, 40.763497 ], [ -73.758238, 40.763239 ], [ -73.758099, 40.762985 ], [ -73.757945, 40.762735 ], [ -73.757888, 40.762657 ], [ -73.757845, 40.762542 ], [ -73.757833, 40.762469 ], [ -73.757844, 40.762368 ], [ -73.757877, 40.762284 ], [ -73.757927, 40.762208 ], [ -73.757944, 40.762184 ], [ -73.758024, 40.762111 ], [ -73.758115, 40.762054 ], [ -73.758481, 40.761995 ], [ -73.758001, 40.76038 ], [ -73.760089, 40.759952 ], [ -73.760318, 40.759905 ], [ -73.761255, 40.759715 ], [ -73.762395, 40.759497 ], [ -73.763337, 40.759294 ], [ -73.764242, 40.759104 ], [ -73.765149, 40.758915 ], [ -73.766056, 40.758726 ], [ -73.766959, 40.758536 ], [ -73.768276, 40.758261 ], [ -73.768618, 40.758952 ], [ -73.768937, 40.75958 ], [ -73.769337, 40.760254 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081147900", "name": "Census Tract 1479, Queens County, New York", "total_population_17": 4898, "white_alone_17": 2011.0, "black_alone_17": 68.0, "native_alone_17": 0.0, "asian_alone_17": 1510.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1250.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.695, "pct_black_alone_change": 0.876, "pct_native_alone_change": -0.282, "pct_asian_alone_change": 7.929, "pct_hispanic_or_latino_change": 15.326, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7696001", "INTPTLON": "-073.7422559" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.753469, 40.765445 ], [ -73.752195, 40.766017 ], [ -73.751763, 40.766287 ], [ -73.750969, 40.766827 ], [ -73.749698, 40.76779 ], [ -73.748853, 40.768477 ], [ -73.748724, 40.768582 ], [ -73.748415, 40.768812 ], [ -73.748223, 40.768956 ], [ -73.74754, 40.769509 ], [ -73.747196, 40.769792 ], [ -73.746886, 40.770045 ], [ -73.746737, 40.770164 ], [ -73.746524, 40.770336 ], [ -73.746421, 40.770419 ], [ -73.745516, 40.771146 ], [ -73.74548, 40.771175 ], [ -73.745278, 40.771336 ], [ -73.745083, 40.771492 ], [ -73.744607, 40.771875 ], [ -73.744398, 40.772044 ], [ -73.744131, 40.772259 ], [ -73.743309, 40.772913 ], [ -73.742037, 40.773924 ], [ -73.739376, 40.776014 ], [ -73.739307, 40.775929 ], [ -73.739124, 40.775704 ], [ -73.738862, 40.775573 ], [ -73.737853, 40.774879 ], [ -73.737711, 40.774799 ], [ -73.736873, 40.774328 ], [ -73.733893, 40.772527 ], [ -73.733992, 40.772415 ], [ -73.734016, 40.772388 ], [ -73.734402, 40.771946 ], [ -73.734804, 40.771484 ], [ -73.734885, 40.771391 ], [ -73.735493, 40.770674 ], [ -73.73596, 40.770099 ], [ -73.736293, 40.769688 ], [ -73.7365, 40.769437 ], [ -73.73695, 40.768906 ], [ -73.737074, 40.768795 ], [ -73.737539, 40.768402 ], [ -73.738175, 40.767866 ], [ -73.738747, 40.767373 ], [ -73.739115, 40.767059 ], [ -73.739279, 40.766925 ], [ -73.739638, 40.766611 ], [ -73.740054, 40.766286 ], [ -73.740453, 40.76606 ], [ -73.740883, 40.765846 ], [ -73.741259, 40.765707 ], [ -73.742143, 40.765531 ], [ -73.743034, 40.765466 ], [ -73.744282, 40.765358 ], [ -73.745745, 40.764914 ], [ -73.746156, 40.76477 ], [ -73.746875, 40.764519 ], [ -73.747062, 40.76446 ], [ -73.74877, 40.76408 ], [ -73.750722, 40.766512 ], [ -73.7534, 40.765357 ], [ -73.753442, 40.765416 ], [ -73.753469, 40.765445 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081148300", "name": "Census Tract 1483, Queens County, New York", "total_population_17": 2894, "white_alone_17": 1857.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 804.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 172.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.808, "pct_black_alone_change": 0.231, "pct_native_alone_change": -0.197, "pct_asian_alone_change": 6.628, "pct_hispanic_or_latino_change": 1.515, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7758594", "INTPTLON": "-073.7519701" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.760142, 40.780674 ], [ -73.758799, 40.784299 ], [ -73.756187, 40.788703 ], [ -73.750817, 40.782887 ], [ -73.750458, 40.78261 ], [ -73.750337, 40.782512 ], [ -73.750295, 40.782478 ], [ -73.749664, 40.782106 ], [ -73.749334, 40.781908 ], [ -73.747068, 40.780546 ], [ -73.7468, 40.780378 ], [ -73.746368, 40.78012 ], [ -73.745436, 40.779497 ], [ -73.74421, 40.778705 ], [ -73.744107, 40.778642 ], [ -73.743421, 40.778224 ], [ -73.741535, 40.777111 ], [ -73.74076, 40.776695 ], [ -73.740366, 40.77639 ], [ -73.74008, 40.776209 ], [ -73.739598, 40.776075 ], [ -73.739376, 40.776014 ], [ -73.742037, 40.773924 ], [ -73.743309, 40.772913 ], [ -73.744131, 40.772259 ], [ -73.744398, 40.772044 ], [ -73.744607, 40.771875 ], [ -73.745083, 40.771492 ], [ -73.745278, 40.771336 ], [ -73.74548, 40.771175 ], [ -73.745516, 40.771146 ], [ -73.746421, 40.770419 ], [ -73.746524, 40.770336 ], [ -73.746737, 40.770164 ], [ -73.746886, 40.770045 ], [ -73.747196, 40.769792 ], [ -73.74754, 40.769509 ], [ -73.748223, 40.768956 ], [ -73.748415, 40.768812 ], [ -73.748724, 40.768582 ], [ -73.748853, 40.768477 ], [ -73.749698, 40.76779 ], [ -73.750969, 40.766827 ], [ -73.751763, 40.766287 ], [ -73.752195, 40.766017 ], [ -73.753469, 40.765445 ], [ -73.753521, 40.765497 ], [ -73.753573, 40.765531 ], [ -73.753585, 40.765541 ], [ -73.753612, 40.765568 ], [ -73.753632, 40.765595 ], [ -73.753651, 40.76562 ], [ -73.75367, 40.76564 ], [ -73.753707, 40.765665 ], [ -73.753722, 40.765686 ], [ -73.753737, 40.765713 ], [ -73.753745, 40.765759 ], [ -73.753755, 40.7658 ], [ -73.753798, 40.765839 ], [ -73.753825, 40.765869 ], [ -73.753862, 40.765905 ], [ -73.753895, 40.765927 ], [ -73.753943, 40.765976 ], [ -73.753958, 40.765988 ], [ -73.754004, 40.766022 ], [ -73.75402, 40.766037 ], [ -73.754047, 40.766076 ], [ -73.757988, 40.768397 ], [ -73.759167, 40.771887 ], [ -73.759583, 40.774001 ], [ -73.760295, 40.776921 ], [ -73.760142, 40.780674 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081150701", "name": "Census Tract 1507.01, Queens County, New York", "total_population_17": 3190, "white_alone_17": 1768.0, "black_alone_17": 16.0, "native_alone_17": 0.0, "asian_alone_17": 950.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 346.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.56, "pct_black_alone_change": 0.064, "pct_native_alone_change": -0.135, "pct_asian_alone_change": 11.161, "pct_hispanic_or_latino_change": 5.795, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7622010", "INTPTLON": "-073.7397018" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.750786, 40.763619 ], [ -73.74877, 40.76408 ], [ -73.747062, 40.76446 ], [ -73.746875, 40.764519 ], [ -73.746156, 40.76477 ], [ -73.745745, 40.764914 ], [ -73.744282, 40.765358 ], [ -73.743034, 40.765466 ], [ -73.742143, 40.765531 ], [ -73.741259, 40.765707 ], [ -73.740883, 40.765846 ], [ -73.740453, 40.76606 ], [ -73.740054, 40.766286 ], [ -73.739638, 40.766611 ], [ -73.739279, 40.766925 ], [ -73.739115, 40.767059 ], [ -73.738747, 40.767373 ], [ -73.738175, 40.767866 ], [ -73.737539, 40.768402 ], [ -73.737346, 40.768172 ], [ -73.737168, 40.767935 ], [ -73.737007, 40.767691 ], [ -73.736864, 40.767441 ], [ -73.736521, 40.766805 ], [ -73.736173, 40.766158 ], [ -73.73604, 40.765907 ], [ -73.735805, 40.765499 ], [ -73.735647, 40.765225 ], [ -73.73542, 40.76485 ], [ -73.73527, 40.764571 ], [ -73.735197, 40.764442 ], [ -73.735107, 40.764318 ], [ -73.735002, 40.764201 ], [ -73.734884, 40.764092 ], [ -73.734344, 40.7635 ], [ -73.733836, 40.762893 ], [ -73.733326, 40.762289 ], [ -73.732821, 40.76169 ], [ -73.732135, 40.760878 ], [ -73.731997, 40.760708 ], [ -73.731862, 40.760542 ], [ -73.732367, 40.760353 ], [ -73.732618, 40.760272 ], [ -73.733286, 40.760048 ], [ -73.734337, 40.759683 ], [ -73.734508, 40.759623 ], [ -73.734828, 40.759494 ], [ -73.735298, 40.759283 ], [ -73.73595, 40.758948 ], [ -73.737575, 40.757991 ], [ -73.739263, 40.756917 ], [ -73.739706, 40.756623 ], [ -73.739788, 40.756729 ], [ -73.741208, 40.756205 ], [ -73.741259, 40.75671 ], [ -73.741388, 40.756857 ], [ -73.741499, 40.757013 ], [ -73.74159, 40.757176 ], [ -73.74165, 40.75735 ], [ -73.742502, 40.758588 ], [ -73.743172, 40.758648 ], [ -73.743466, 40.759338 ], [ -73.744738, 40.76076 ], [ -73.745767, 40.76357 ], [ -73.746592, 40.763907 ], [ -73.750488, 40.762959 ], [ -73.750786, 40.763619 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081150702", "name": "Census Tract 1507.02, Queens County, New York", "total_population_17": 3237, "white_alone_17": 1714.0, "black_alone_17": 23.0, "native_alone_17": 0.0, "asian_alone_17": 1121.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 371.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.762, "pct_black_alone_change": 0.123, "pct_native_alone_change": -0.062, "pct_asian_alone_change": 15.089, "pct_hispanic_or_latino_change": 2.449, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7664167", "INTPTLON": "-073.7307217" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.737539, 40.768402 ], [ -73.737074, 40.768795 ], [ -73.73695, 40.768906 ], [ -73.7365, 40.769437 ], [ -73.736293, 40.769688 ], [ -73.73596, 40.770099 ], [ -73.735493, 40.770674 ], [ -73.734885, 40.771391 ], [ -73.734804, 40.771484 ], [ -73.734402, 40.771946 ], [ -73.734016, 40.772388 ], [ -73.733992, 40.772415 ], [ -73.733893, 40.772527 ], [ -73.733042, 40.771954 ], [ -73.731963, 40.771335 ], [ -73.731136, 40.77087 ], [ -73.730305, 40.770411 ], [ -73.729706, 40.770054 ], [ -73.729461, 40.769944 ], [ -73.729359, 40.769765 ], [ -73.729112, 40.76981 ], [ -73.72889, 40.769482 ], [ -73.728711, 40.769468 ], [ -73.727888, 40.768898 ], [ -73.727729, 40.768802 ], [ -73.72661, 40.76813 ], [ -73.725545, 40.767495 ], [ -73.723777, 40.766278 ], [ -73.723172, 40.765924 ], [ -73.722484, 40.765527 ], [ -73.722401, 40.765487 ], [ -73.721143, 40.764873 ], [ -73.721044, 40.764809 ], [ -73.720809, 40.764648 ], [ -73.720713, 40.764532 ], [ -73.720881, 40.764516 ], [ -73.722151, 40.764394 ], [ -73.722757, 40.764334 ], [ -73.723059, 40.764305 ], [ -73.72332, 40.764274 ], [ -73.723695, 40.764219 ], [ -73.724094, 40.764158 ], [ -73.724361, 40.764104 ], [ -73.724607, 40.764054 ], [ -73.724729, 40.764029 ], [ -73.725091, 40.763945 ], [ -73.725255, 40.763902 ], [ -73.725486, 40.763838 ], [ -73.725745, 40.763758 ], [ -73.72598, 40.763676 ], [ -73.726322, 40.76356 ], [ -73.726397, 40.763533 ], [ -73.726643, 40.763445 ], [ -73.727108, 40.763254 ], [ -73.727547, 40.763062 ], [ -73.72794, 40.762869 ], [ -73.72804, 40.762815 ], [ -73.728368, 40.762637 ], [ -73.72912, 40.762176 ], [ -73.729673, 40.761813 ], [ -73.730323, 40.761386 ], [ -73.730956, 40.761008 ], [ -73.731022, 40.760969 ], [ -73.731862, 40.760542 ], [ -73.731997, 40.760708 ], [ -73.732135, 40.760878 ], [ -73.732821, 40.76169 ], [ -73.733326, 40.762289 ], [ -73.733836, 40.762893 ], [ -73.734344, 40.7635 ], [ -73.734884, 40.764092 ], [ -73.735002, 40.764201 ], [ -73.735107, 40.764318 ], [ -73.735197, 40.764442 ], [ -73.73527, 40.764571 ], [ -73.73542, 40.76485 ], [ -73.735647, 40.765225 ], [ -73.735805, 40.765499 ], [ -73.73604, 40.765907 ], [ -73.736173, 40.766158 ], [ -73.736521, 40.766805 ], [ -73.736864, 40.767441 ], [ -73.737007, 40.767691 ], [ -73.737168, 40.767935 ], [ -73.737346, 40.768172 ], [ -73.737539, 40.768402 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081152901", "name": "Census Tract 1529.01, Queens County, New York", "total_population_17": 6684, "white_alone_17": 2251.0, "black_alone_17": 26.0, "native_alone_17": 0.0, "asian_alone_17": 3840.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 511.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.754, "pct_black_alone_change": -1.73, "pct_native_alone_change": -0.193, "pct_asian_alone_change": 23.853, "pct_hispanic_or_latino_change": -0.085, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+40.7523301", "INTPTLON": "-073.7336543" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.741781, 40.753482 ], [ -73.741656, 40.753869 ], [ -73.74147, 40.754289 ], [ -73.741362, 40.754469 ], [ -73.741278, 40.754576 ], [ -73.741122, 40.754718 ], [ -73.740948, 40.754849 ], [ -73.740757, 40.754967 ], [ -73.740336, 40.755164 ], [ -73.740119, 40.755235 ], [ -73.739965, 40.755303 ], [ -73.739793, 40.755399 ], [ -73.739637, 40.755509 ], [ -73.739499, 40.75563 ], [ -73.739381, 40.755761 ], [ -73.739295, 40.755876 ], [ -73.739226, 40.756 ], [ -73.739178, 40.756129 ], [ -73.73915, 40.756261 ], [ -73.739144, 40.756394 ], [ -73.739179, 40.756718 ], [ -73.739263, 40.756917 ], [ -73.737575, 40.757991 ], [ -73.73595, 40.758948 ], [ -73.735298, 40.759283 ], [ -73.734828, 40.759494 ], [ -73.734508, 40.759623 ], [ -73.734337, 40.759683 ], [ -73.733286, 40.760048 ], [ -73.732618, 40.760272 ], [ -73.732367, 40.760353 ], [ -73.731862, 40.760542 ], [ -73.731681, 40.760329 ], [ -73.731389, 40.759625 ], [ -73.73127, 40.759357 ], [ -73.731132, 40.759094 ], [ -73.730976, 40.758836 ], [ -73.730802, 40.758585 ], [ -73.730612, 40.758342 ], [ -73.729654, 40.756993 ], [ -73.728709, 40.755674 ], [ -73.728399, 40.755199 ], [ -73.72792, 40.754657 ], [ -73.726931, 40.753446 ], [ -73.726232, 40.752595 ], [ -73.726017, 40.75242 ], [ -73.725922, 40.752333 ], [ -73.725764, 40.752189 ], [ -73.725924, 40.752094 ], [ -73.726262, 40.751877 ], [ -73.726366, 40.751785 ], [ -73.726554, 40.751636 ], [ -73.726739, 40.751484 ], [ -73.726856, 40.75138 ], [ -73.727014, 40.751217 ], [ -73.727255, 40.750953 ], [ -73.727361, 40.750838 ], [ -73.727587, 40.750554 ], [ -73.727821, 40.750233 ], [ -73.727962, 40.750026 ], [ -73.728122, 40.749662 ], [ -73.728221, 40.749421 ], [ -73.728321, 40.749116 ], [ -73.728337, 40.749068 ], [ -73.728443, 40.748692 ], [ -73.728526, 40.748418 ], [ -73.728649, 40.748068 ], [ -73.729044, 40.747232 ], [ -73.729219, 40.746954 ], [ -73.729428, 40.746678 ], [ -73.729788, 40.74625 ], [ -73.730958, 40.744859 ], [ -73.732193, 40.743768 ], [ -73.732325, 40.743645 ], [ -73.732525, 40.743755 ], [ -73.732703, 40.743854 ], [ -73.733201, 40.74321 ], [ -73.733763, 40.742869 ], [ -73.734362, 40.743628 ], [ -73.734638, 40.743997 ], [ -73.734774, 40.744185 ], [ -73.734887, 40.744453 ], [ -73.734951, 40.744638 ], [ -73.735018, 40.744888 ], [ -73.735046, 40.745118 ], [ -73.735061, 40.745333 ], [ -73.735038, 40.745526 ], [ -73.735028, 40.745647 ], [ -73.735021, 40.745893 ], [ -73.735042, 40.746062 ], [ -73.735063, 40.746243 ], [ -73.73511, 40.746416 ], [ -73.735149, 40.746561 ], [ -73.735177, 40.746665 ], [ -73.735255, 40.746861 ], [ -73.735338, 40.747012 ], [ -73.73543, 40.747161 ], [ -73.735578, 40.747296 ], [ -73.73574, 40.747422 ], [ -73.735915, 40.747539 ], [ -73.736101, 40.747645 ], [ -73.736298, 40.74774 ], [ -73.736502, 40.747822 ], [ -73.736702, 40.747908 ], [ -73.7369, 40.748017 ], [ -73.737084, 40.748132 ], [ -73.737189, 40.748221 ], [ -73.737557, 40.748535 ], [ -73.738305, 40.749247 ], [ -73.738804, 40.749913 ], [ -73.739345, 40.750642 ], [ -73.739854, 40.751299 ], [ -73.740867, 40.751961 ], [ -73.741293, 40.752539 ], [ -73.741433, 40.752709 ], [ -73.74155, 40.752894 ], [ -73.741647, 40.753085 ], [ -73.741724, 40.753282 ], [ -73.741781, 40.753482 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081152902", "name": "Census Tract 1529.02, Queens County, New York", "total_population_17": 4926, "white_alone_17": 2177.0, "black_alone_17": 85.0, "native_alone_17": 0.0, "asian_alone_17": 2109.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 193.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -29.784, "pct_black_alone_change": 1.162, "pct_native_alone_change": -0.262, "pct_asian_alone_change": 23.116, "pct_hispanic_or_latino_change": -1.218, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7593367", "INTPTLON": "-073.7239893" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.731862, 40.760542 ], [ -73.731022, 40.760969 ], [ -73.730956, 40.761008 ], [ -73.730323, 40.761386 ], [ -73.729673, 40.761813 ], [ -73.72912, 40.762176 ], [ -73.728368, 40.762637 ], [ -73.72804, 40.762815 ], [ -73.72794, 40.762869 ], [ -73.727547, 40.763062 ], [ -73.727108, 40.763254 ], [ -73.726643, 40.763445 ], [ -73.726397, 40.763533 ], [ -73.726322, 40.76356 ], [ -73.72598, 40.763676 ], [ -73.725745, 40.763758 ], [ -73.725486, 40.763838 ], [ -73.725255, 40.763902 ], [ -73.725091, 40.763945 ], [ -73.724729, 40.764029 ], [ -73.724607, 40.764054 ], [ -73.724361, 40.764104 ], [ -73.724094, 40.764158 ], [ -73.723695, 40.764219 ], [ -73.72332, 40.764274 ], [ -73.723059, 40.764305 ], [ -73.722757, 40.764334 ], [ -73.722151, 40.764394 ], [ -73.720881, 40.764516 ], [ -73.720713, 40.764532 ], [ -73.720341, 40.764268 ], [ -73.720233, 40.764196 ], [ -73.720073, 40.764089 ], [ -73.716581, 40.761785 ], [ -73.716459, 40.761705 ], [ -73.714438, 40.76045 ], [ -73.714126, 40.760245 ], [ -73.713656, 40.759936 ], [ -73.713632, 40.75992 ], [ -73.713498, 40.759832 ], [ -73.713325, 40.75973 ], [ -73.714373, 40.759711 ], [ -73.714738, 40.75969 ], [ -73.715497, 40.759646 ], [ -73.716122, 40.75958 ], [ -73.716986, 40.759428 ], [ -73.717643, 40.759243 ], [ -73.71778, 40.759205 ], [ -73.718769, 40.758804 ], [ -73.719089, 40.758626 ], [ -73.719503, 40.758397 ], [ -73.719606, 40.758318 ], [ -73.719778, 40.758186 ], [ -73.719847, 40.758139 ], [ -73.720145, 40.757911 ], [ -73.720271, 40.757804 ], [ -73.720437, 40.757663 ], [ -73.72052, 40.757584 ], [ -73.720706, 40.757406 ], [ -73.720857, 40.757245 ], [ -73.720954, 40.757141 ], [ -73.721178, 40.756871 ], [ -73.721203, 40.756839 ], [ -73.721343, 40.75666 ], [ -73.721424, 40.75653 ], [ -73.721489, 40.756427 ], [ -73.72157, 40.756267 ], [ -73.721654, 40.756106 ], [ -73.721889, 40.755618 ], [ -73.721931, 40.755523 ], [ -73.722115, 40.755208 ], [ -73.72219, 40.755096 ], [ -73.722332, 40.754884 ], [ -73.722554, 40.754562 ], [ -73.722727, 40.754351 ], [ -73.722934, 40.754128 ], [ -73.723279, 40.753794 ], [ -73.723294, 40.753778 ], [ -73.723366, 40.753723 ], [ -73.723766, 40.753416 ], [ -73.724792, 40.752761 ], [ -73.725073, 40.752585 ], [ -73.725523, 40.752337 ], [ -73.725764, 40.752189 ], [ -73.725922, 40.752333 ], [ -73.726017, 40.75242 ], [ -73.726232, 40.752595 ], [ -73.726931, 40.753446 ], [ -73.72792, 40.754657 ], [ -73.728399, 40.755199 ], [ -73.728709, 40.755674 ], [ -73.729654, 40.756993 ], [ -73.730612, 40.758342 ], [ -73.730802, 40.758585 ], [ -73.730976, 40.758836 ], [ -73.731132, 40.759094 ], [ -73.73127, 40.759357 ], [ -73.731389, 40.759625 ], [ -73.731681, 40.760329 ], [ -73.731862, 40.760542 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081155101", "name": "Census Tract 1551.01, Queens County, New York", "total_population_17": 1762, "white_alone_17": 1722.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 18.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.115, "pct_black_alone_change": -1.221, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -1.989, "pct_hispanic_or_latino_change": 0.48, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7566433", "INTPTLON": "-073.7142398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.721424, 40.75653 ], [ -73.721343, 40.75666 ], [ -73.721203, 40.756839 ], [ -73.721178, 40.756871 ], [ -73.720954, 40.757141 ], [ -73.720857, 40.757245 ], [ -73.720706, 40.757406 ], [ -73.72052, 40.757584 ], [ -73.720437, 40.757663 ], [ -73.720271, 40.757804 ], [ -73.720145, 40.757911 ], [ -73.719847, 40.758139 ], [ -73.719778, 40.758186 ], [ -73.719606, 40.758318 ], [ -73.719503, 40.758397 ], [ -73.719089, 40.758626 ], [ -73.718769, 40.758804 ], [ -73.71778, 40.759205 ], [ -73.717643, 40.759243 ], [ -73.716986, 40.759428 ], [ -73.716122, 40.75958 ], [ -73.715497, 40.759646 ], [ -73.714738, 40.75969 ], [ -73.714373, 40.759711 ], [ -73.713325, 40.75973 ], [ -73.712898, 40.75949 ], [ -73.712761, 40.759415 ], [ -73.712605, 40.759328 ], [ -73.712449, 40.759242 ], [ -73.712108, 40.759017 ], [ -73.712034, 40.758968 ], [ -73.711548, 40.758649 ], [ -73.711341, 40.758513 ], [ -73.710858, 40.758195 ], [ -73.710606, 40.75803 ], [ -73.710112, 40.757708 ], [ -73.709501, 40.75731 ], [ -73.709374, 40.757227 ], [ -73.708129, 40.756414 ], [ -73.707825, 40.756216 ], [ -73.711061, 40.753394 ], [ -73.711831, 40.752722 ], [ -73.712151, 40.752464 ], [ -73.71223, 40.752402 ], [ -73.712769, 40.751912 ], [ -73.713122, 40.752236 ], [ -73.713166, 40.752539 ], [ -73.713495, 40.753471 ], [ -73.71355, 40.75367 ], [ -73.714034, 40.754616 ], [ -73.714581, 40.754859 ], [ -73.715411, 40.755678 ], [ -73.717468, 40.755684 ], [ -73.717753, 40.755348 ], [ -73.720386, 40.756066 ], [ -73.721093, 40.756281 ], [ -73.721489, 40.756427 ], [ -73.721424, 40.75653 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081155102", "name": "Census Tract 1551.02, Queens County, New York", "total_population_17": 9044, "white_alone_17": 4224.0, "black_alone_17": 921.0, "native_alone_17": 0.0, "asian_alone_17": 2174.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1569.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.621, "pct_black_alone_change": 2.451, "pct_native_alone_change": -0.333, "pct_asian_alone_change": -1.16, "pct_hispanic_or_latino_change": 8.53, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7511720", "INTPTLON": "-073.7151103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.728526, 40.748418 ], [ -73.728443, 40.748692 ], [ -73.728337, 40.749068 ], [ -73.728321, 40.749116 ], [ -73.728221, 40.749421 ], [ -73.728122, 40.749662 ], [ -73.727962, 40.750026 ], [ -73.727821, 40.750233 ], [ -73.727587, 40.750554 ], [ -73.727361, 40.750838 ], [ -73.727255, 40.750953 ], [ -73.727014, 40.751217 ], [ -73.726856, 40.75138 ], [ -73.726739, 40.751484 ], [ -73.726554, 40.751636 ], [ -73.726366, 40.751785 ], [ -73.726262, 40.751877 ], [ -73.725924, 40.752094 ], [ -73.725764, 40.752189 ], [ -73.725523, 40.752337 ], [ -73.725073, 40.752585 ], [ -73.724792, 40.752761 ], [ -73.723766, 40.753416 ], [ -73.723366, 40.753723 ], [ -73.723294, 40.753778 ], [ -73.723279, 40.753794 ], [ -73.722934, 40.754128 ], [ -73.722727, 40.754351 ], [ -73.722554, 40.754562 ], [ -73.722332, 40.754884 ], [ -73.72219, 40.755096 ], [ -73.722115, 40.755208 ], [ -73.721931, 40.755523 ], [ -73.721889, 40.755618 ], [ -73.721654, 40.756106 ], [ -73.72157, 40.756267 ], [ -73.721489, 40.756427 ], [ -73.721093, 40.756281 ], [ -73.720386, 40.756066 ], [ -73.717753, 40.755348 ], [ -73.717468, 40.755684 ], [ -73.715411, 40.755678 ], [ -73.714581, 40.754859 ], [ -73.714034, 40.754616 ], [ -73.71355, 40.75367 ], [ -73.713495, 40.753471 ], [ -73.713166, 40.752539 ], [ -73.713122, 40.752236 ], [ -73.712769, 40.751912 ], [ -73.71223, 40.752402 ], [ -73.712151, 40.752464 ], [ -73.711831, 40.752722 ], [ -73.711061, 40.753394 ], [ -73.707825, 40.756216 ], [ -73.707008, 40.755758 ], [ -73.70619, 40.755301 ], [ -73.705271, 40.75477 ], [ -73.703468, 40.753683 ], [ -73.703336, 40.753599 ], [ -73.703203, 40.753515 ], [ -73.702968, 40.753383 ], [ -73.702735, 40.753251 ], [ -73.702178, 40.752886 ], [ -73.701633, 40.752493 ], [ -73.702049, 40.752275 ], [ -73.702115, 40.75224 ], [ -73.702882, 40.751833 ], [ -73.703083, 40.751725 ], [ -73.703692, 40.751403 ], [ -73.703882, 40.751305 ], [ -73.7045, 40.750981 ], [ -73.704681, 40.75088 ], [ -73.705342, 40.750539 ], [ -73.705484, 40.750467 ], [ -73.706298, 40.750025 ], [ -73.707074, 40.74961 ], [ -73.707861, 40.749191 ], [ -73.708694, 40.748758 ], [ -73.709537, 40.748316 ], [ -73.710296, 40.747908 ], [ -73.711113, 40.747475 ], [ -73.711932, 40.747054 ], [ -73.713432, 40.746247 ], [ -73.714372, 40.745751 ], [ -73.715189, 40.745319 ], [ -73.715765, 40.745021 ], [ -73.716005, 40.744915 ], [ -73.716792, 40.744473 ], [ -73.717625, 40.744028 ], [ -73.718233, 40.745397 ], [ -73.718492, 40.745935 ], [ -73.718546, 40.746072 ], [ -73.718699, 40.746412 ], [ -73.718944, 40.746944 ], [ -73.719887, 40.74937 ], [ -73.720016, 40.749338 ], [ -73.722679, 40.748695 ], [ -73.723155, 40.749733 ], [ -73.725704, 40.749571 ], [ -73.72768, 40.749639 ], [ -73.727824, 40.749284 ], [ -73.727952, 40.748924 ], [ -73.728062, 40.748561 ], [ -73.728155, 40.748196 ], [ -73.728232, 40.747828 ], [ -73.728291, 40.747459 ], [ -73.728649, 40.748068 ], [ -73.728526, 40.748418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081156700", "name": "Census Tract 1567, Queens County, New York", "total_population_17": 1516, "white_alone_17": 328.0, "black_alone_17": 253.0, "native_alone_17": 0.0, "asian_alone_17": 607.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 315.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.58, "pct_black_alone_change": -23.344, "pct_native_alone_change": -0.914, "pct_asian_alone_change": 32.316, "pct_hispanic_or_latino_change": 4.997, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7405076", "INTPTLON": "-073.7297159" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.741597, 40.736908 ], [ -73.741245, 40.737341 ], [ -73.740291, 40.738517 ], [ -73.73983, 40.739054 ], [ -73.739588, 40.73933 ], [ -73.739399, 40.739521 ], [ -73.739224, 40.739684 ], [ -73.739007, 40.739856 ], [ -73.738939, 40.739906 ], [ -73.738351, 40.74034 ], [ -73.738043, 40.740528 ], [ -73.737741, 40.740685 ], [ -73.737349, 40.74087 ], [ -73.737199, 40.74094 ], [ -73.735582, 40.741798 ], [ -73.735445, 40.741872 ], [ -73.734498, 40.742396 ], [ -73.733763, 40.742869 ], [ -73.733201, 40.74321 ], [ -73.732703, 40.743854 ], [ -73.732525, 40.743755 ], [ -73.732325, 40.743645 ], [ -73.732193, 40.743768 ], [ -73.730958, 40.744859 ], [ -73.729788, 40.74625 ], [ -73.729428, 40.746678 ], [ -73.729219, 40.746954 ], [ -73.729044, 40.747232 ], [ -73.728649, 40.748068 ], [ -73.728291, 40.747459 ], [ -73.728232, 40.747828 ], [ -73.728155, 40.748196 ], [ -73.728062, 40.748561 ], [ -73.727952, 40.748924 ], [ -73.727824, 40.749284 ], [ -73.72768, 40.749639 ], [ -73.725704, 40.749571 ], [ -73.723155, 40.749733 ], [ -73.722679, 40.748695 ], [ -73.720016, 40.749338 ], [ -73.719887, 40.74937 ], [ -73.718944, 40.746944 ], [ -73.719058, 40.746913 ], [ -73.722877, 40.74588 ], [ -73.724074, 40.745566 ], [ -73.723799, 40.745056 ], [ -73.726469, 40.744206 ], [ -73.726042, 40.743456 ], [ -73.724883, 40.741387 ], [ -73.725864, 40.741053 ], [ -73.726569, 40.740823 ], [ -73.726729, 40.740785 ], [ -73.727129, 40.740708 ], [ -73.72751, 40.740688 ], [ -73.726529, 40.73757 ], [ -73.726112, 40.736382 ], [ -73.727014, 40.735582 ], [ -73.726923, 40.73527 ], [ -73.72686, 40.735069 ], [ -73.726366, 40.733455 ], [ -73.726715, 40.733143 ], [ -73.727335, 40.731878 ], [ -73.727734, 40.731058 ], [ -73.727809, 40.731065 ], [ -73.727965, 40.730778 ], [ -73.7298, 40.730918 ], [ -73.730634, 40.7309 ], [ -73.731944, 40.730926 ], [ -73.731277, 40.732714 ], [ -73.732186, 40.732867 ], [ -73.73321, 40.733099 ], [ -73.734261, 40.733297 ], [ -73.735265, 40.733454 ], [ -73.734736, 40.734783 ], [ -73.734613, 40.735183 ], [ -73.734362, 40.736175 ], [ -73.734305, 40.736413 ], [ -73.733773, 40.738899 ], [ -73.735012, 40.738328 ], [ -73.735881, 40.73808 ], [ -73.736785, 40.737884 ], [ -73.737701, 40.737686 ], [ -73.738603, 40.737491 ], [ -73.7395, 40.737298 ], [ -73.740159, 40.737169 ], [ -73.741351, 40.7369 ], [ -73.741676, 40.736827 ], [ -73.741597, 40.736908 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081157101", "name": "Census Tract 1571.01, Queens County, New York", "total_population_17": 8468, "white_alone_17": 2233.0, "black_alone_17": 234.0, "native_alone_17": 0.0, "asian_alone_17": 4696.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1186.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.981, "pct_black_alone_change": -0.766, "pct_native_alone_change": -0.805, "pct_asian_alone_change": 21.202, "pct_hispanic_or_latino_change": 4.655, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+40.7385002", "INTPTLON": "-073.7195555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.726569, 40.740823 ], [ -73.725864, 40.741053 ], [ -73.724883, 40.741387 ], [ -73.726042, 40.743456 ], [ -73.726469, 40.744206 ], [ -73.723799, 40.745056 ], [ -73.724074, 40.745566 ], [ -73.722877, 40.74588 ], [ -73.719058, 40.746913 ], [ -73.718944, 40.746944 ], [ -73.718699, 40.746412 ], [ -73.718546, 40.746072 ], [ -73.718492, 40.745935 ], [ -73.718233, 40.745397 ], [ -73.717625, 40.744028 ], [ -73.717406, 40.743511 ], [ -73.716568, 40.74165 ], [ -73.715783, 40.739894 ], [ -73.715446, 40.73921 ], [ -73.715111, 40.738568 ], [ -73.71477, 40.7379 ], [ -73.714366, 40.737244 ], [ -73.71371, 40.736175 ], [ -73.713287, 40.735473 ], [ -73.712898, 40.734851 ], [ -73.712506, 40.73421 ], [ -73.712368, 40.733986 ], [ -73.712085, 40.733524 ], [ -73.712008, 40.733398 ], [ -73.711862, 40.733157 ], [ -73.711478, 40.732501 ], [ -73.711863, 40.732417 ], [ -73.71229, 40.732324 ], [ -73.713323, 40.732172 ], [ -73.714293, 40.732076 ], [ -73.715228, 40.731981 ], [ -73.716161, 40.731887 ], [ -73.717076, 40.7318 ], [ -73.718028, 40.731706 ], [ -73.71896, 40.73161 ], [ -73.72053, 40.731448 ], [ -73.721432, 40.731521 ], [ -73.722693, 40.731681 ], [ -73.723072, 40.731493 ], [ -73.723048, 40.731608 ], [ -73.722757, 40.732978 ], [ -73.722738, 40.733095 ], [ -73.722728, 40.733154 ], [ -73.722691, 40.733501 ], [ -73.722673, 40.733848 ], [ -73.722675, 40.734247 ], [ -73.722691, 40.734556 ], [ -73.722698, 40.734775 ], [ -73.722764, 40.735182 ], [ -73.722852, 40.7356 ], [ -73.722954, 40.735941 ], [ -73.722974, 40.736001 ], [ -73.723059, 40.736253 ], [ -73.723128, 40.736416 ], [ -73.723256, 40.736701 ], [ -73.723865, 40.738135 ], [ -73.723898, 40.738296 ], [ -73.724188, 40.7387 ], [ -73.72424, 40.738764 ], [ -73.724382, 40.738971 ], [ -73.724595, 40.739234 ], [ -73.724826, 40.739487 ], [ -73.72489, 40.739566 ], [ -73.725116, 40.739759 ], [ -73.72515, 40.739788 ], [ -73.725456, 40.740051 ], [ -73.725758, 40.74031 ], [ -73.725874, 40.740396 ], [ -73.726091, 40.740529 ], [ -73.726569, 40.740823 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081157102", "name": "Census Tract 1571.02, Queens County, New York", "total_population_17": 2268, "white_alone_17": 337.0, "black_alone_17": 59.0, "native_alone_17": 33.0, "asian_alone_17": 1319.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 458.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -41.937, "pct_black_alone_change": 0.631, "pct_native_alone_change": 0.733, "pct_asian_alone_change": 32.484, "pct_hispanic_or_latino_change": 7.128, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7349892", "INTPTLON": "-073.7250512" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.727734, 40.731058 ], [ -73.727335, 40.731878 ], [ -73.726715, 40.733143 ], [ -73.726366, 40.733455 ], [ -73.72686, 40.735069 ], [ -73.726923, 40.73527 ], [ -73.727014, 40.735582 ], [ -73.726112, 40.736382 ], [ -73.726529, 40.73757 ], [ -73.72751, 40.740688 ], [ -73.727129, 40.740708 ], [ -73.726729, 40.740785 ], [ -73.726569, 40.740823 ], [ -73.726091, 40.740529 ], [ -73.725874, 40.740396 ], [ -73.725758, 40.74031 ], [ -73.725456, 40.740051 ], [ -73.72515, 40.739788 ], [ -73.725116, 40.739759 ], [ -73.72489, 40.739566 ], [ -73.724826, 40.739487 ], [ -73.724595, 40.739234 ], [ -73.724382, 40.738971 ], [ -73.72424, 40.738764 ], [ -73.724188, 40.7387 ], [ -73.723898, 40.738296 ], [ -73.723865, 40.738135 ], [ -73.723256, 40.736701 ], [ -73.723128, 40.736416 ], [ -73.723059, 40.736253 ], [ -73.722974, 40.736001 ], [ -73.722954, 40.735941 ], [ -73.722852, 40.7356 ], [ -73.722764, 40.735182 ], [ -73.722698, 40.734775 ], [ -73.722691, 40.734556 ], [ -73.722675, 40.734247 ], [ -73.722673, 40.733848 ], [ -73.722691, 40.733501 ], [ -73.722728, 40.733154 ], [ -73.722738, 40.733095 ], [ -73.722757, 40.732978 ], [ -73.723048, 40.731608 ], [ -73.723072, 40.731493 ], [ -73.723306, 40.730348 ], [ -73.723401, 40.730359 ], [ -73.723726, 40.7304 ], [ -73.725716, 40.730649 ], [ -73.727195, 40.731009 ], [ -73.727371, 40.731025 ], [ -73.727734, 40.731058 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081157901", "name": "Census Tract 1579.01, Queens County, New York", "total_population_17": 5228, "white_alone_17": 1466.0, "black_alone_17": 199.0, "native_alone_17": 0.0, "asian_alone_17": 2852.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 376.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -33.138, "pct_black_alone_change": 2.868, "pct_native_alone_change": -0.51, "pct_asian_alone_change": 24.401, "pct_hispanic_or_latino_change": 0.827, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7447240", "INTPTLON": "-073.7045820" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.710296, 40.747908 ], [ -73.709537, 40.748316 ], [ -73.708694, 40.748758 ], [ -73.707861, 40.749191 ], [ -73.707074, 40.74961 ], [ -73.706298, 40.750025 ], [ -73.705484, 40.750467 ], [ -73.705342, 40.750539 ], [ -73.704681, 40.75088 ], [ -73.7045, 40.750981 ], [ -73.703882, 40.751305 ], [ -73.703692, 40.751403 ], [ -73.703083, 40.751725 ], [ -73.702882, 40.751833 ], [ -73.702115, 40.75224 ], [ -73.702049, 40.752275 ], [ -73.701633, 40.752493 ], [ -73.701438, 40.751332 ], [ -73.701342, 40.750767 ], [ -73.701168, 40.748865 ], [ -73.700901, 40.747129 ], [ -73.700872, 40.746866 ], [ -73.700768, 40.745014 ], [ -73.700582, 40.743184 ], [ -73.700292, 40.74105 ], [ -73.700082, 40.739765 ], [ -73.70002, 40.73939 ], [ -73.7003, 40.739239 ], [ -73.700384, 40.73919 ], [ -73.700506, 40.739061 ], [ -73.700983, 40.738896 ], [ -73.701912, 40.738711 ], [ -73.702835, 40.738513 ], [ -73.703736, 40.738319 ], [ -73.704639, 40.738125 ], [ -73.705575, 40.737923 ], [ -73.706514, 40.737722 ], [ -73.707186, 40.73953 ], [ -73.707947, 40.741578 ], [ -73.708614, 40.743364 ], [ -73.709309, 40.745249 ], [ -73.709971, 40.747034 ], [ -73.710296, 40.747908 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081157902", "name": "Census Tract 1579.02, Queens County, New York", "total_population_17": 4199, "white_alone_17": 1256.0, "black_alone_17": 49.0, "native_alone_17": 100.0, "asian_alone_17": 2117.0, "native_hawaiian_pacific_islander_17": 42.0, "hispanic_or_latino_17": 418.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.315, "pct_black_alone_change": -0.461, "pct_native_alone_change": 1.704, "pct_asian_alone_change": 10.471, "pct_hispanic_or_latino_change": 2.845, "pct_native_hawaiian_pacific_islander_change": 1.0, "INTPTLAT": "+40.7415838", "INTPTLON": "-073.7119991" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.717625, 40.744028 ], [ -73.716792, 40.744473 ], [ -73.716005, 40.744915 ], [ -73.715765, 40.745021 ], [ -73.715189, 40.745319 ], [ -73.714372, 40.745751 ], [ -73.713432, 40.746247 ], [ -73.711932, 40.747054 ], [ -73.711113, 40.747475 ], [ -73.710296, 40.747908 ], [ -73.709971, 40.747034 ], [ -73.709309, 40.745249 ], [ -73.708614, 40.743364 ], [ -73.707947, 40.741578 ], [ -73.707186, 40.73953 ], [ -73.706514, 40.737722 ], [ -73.707418, 40.737528 ], [ -73.708319, 40.737334 ], [ -73.70922, 40.73714 ], [ -73.710124, 40.736946 ], [ -73.711027, 40.736751 ], [ -73.711931, 40.736557 ], [ -73.712832, 40.736364 ], [ -73.71371, 40.736175 ], [ -73.714366, 40.737244 ], [ -73.71477, 40.7379 ], [ -73.715111, 40.738568 ], [ -73.715446, 40.73921 ], [ -73.715783, 40.739894 ], [ -73.716568, 40.74165 ], [ -73.717406, 40.743511 ], [ -73.717625, 40.744028 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081157903", "name": "Census Tract 1579.03, Queens County, New York", "total_population_17": 4097, "white_alone_17": 1393.0, "black_alone_17": 131.0, "native_alone_17": 0.0, "asian_alone_17": 2260.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 264.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.249, "pct_black_alone_change": 1.895, "pct_native_alone_change": -0.495, "pct_asian_alone_change": 29.622, "pct_hispanic_or_latino_change": -1.809, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7337950", "INTPTLON": "-073.7075635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.71371, 40.736175 ], [ -73.712832, 40.736364 ], [ -73.711931, 40.736557 ], [ -73.711027, 40.736751 ], [ -73.710124, 40.736946 ], [ -73.70922, 40.73714 ], [ -73.708319, 40.737334 ], [ -73.707418, 40.737528 ], [ -73.706514, 40.737722 ], [ -73.705575, 40.737923 ], [ -73.704639, 40.738125 ], [ -73.703736, 40.738319 ], [ -73.702835, 40.738513 ], [ -73.701912, 40.738711 ], [ -73.700983, 40.738896 ], [ -73.700506, 40.739061 ], [ -73.700384, 40.73919 ], [ -73.7003, 40.739239 ], [ -73.70002, 40.73939 ], [ -73.700009, 40.739323 ], [ -73.700016, 40.739272 ], [ -73.700027, 40.739229 ], [ -73.700318, 40.738968 ], [ -73.700336, 40.738948 ], [ -73.700811, 40.738439 ], [ -73.701471, 40.737512 ], [ -73.702004, 40.736522 ], [ -73.702189, 40.73611 ], [ -73.702411, 40.735778 ], [ -73.70259, 40.73551 ], [ -73.703315, 40.734563 ], [ -73.703522, 40.734208 ], [ -73.703945, 40.733526 ], [ -73.704599, 40.732502 ], [ -73.704859, 40.732015 ], [ -73.704869, 40.731997 ], [ -73.704882, 40.731981 ], [ -73.705269, 40.731513 ], [ -73.705772, 40.73073 ], [ -73.70648, 40.729711 ], [ -73.707129, 40.728702 ], [ -73.707582, 40.72791 ], [ -73.707647, 40.727796 ], [ -73.708556, 40.727584 ], [ -73.709081, 40.727464 ], [ -73.709432, 40.727391 ], [ -73.70967, 40.727346 ], [ -73.709954, 40.72728 ], [ -73.71047, 40.727173 ], [ -73.710497, 40.727273 ], [ -73.710555, 40.728041 ], [ -73.710619, 40.72884 ], [ -73.710607, 40.729453 ], [ -73.710893, 40.730971 ], [ -73.710969, 40.73117 ], [ -73.711478, 40.732501 ], [ -73.711862, 40.733157 ], [ -73.712008, 40.733398 ], [ -73.712085, 40.733524 ], [ -73.712368, 40.733986 ], [ -73.712506, 40.73421 ], [ -73.712898, 40.734851 ], [ -73.713287, 40.735473 ], [ -73.71371, 40.736175 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081161700", "name": "Census Tract 1617, Queens County, New York", "total_population_17": 4806, "white_alone_17": 2004.0, "black_alone_17": 322.0, "native_alone_17": 47.0, "asian_alone_17": 1250.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1101.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -23.409, "pct_black_alone_change": 3.649, "pct_native_alone_change": 0.863, "pct_asian_alone_change": 9.124, "pct_hispanic_or_latino_change": 8.617, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7288095", "INTPTLON": "-073.7175899" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.724703, 40.72436 ], [ -73.724539, 40.724413 ], [ -73.72437, 40.725306 ], [ -73.724336, 40.725474 ], [ -73.72376, 40.728217 ], [ -73.723733, 40.728351 ], [ -73.723616, 40.728927 ], [ -73.723606, 40.728986 ], [ -73.723586, 40.729059 ], [ -73.723442, 40.729739 ], [ -73.723306, 40.730348 ], [ -73.723072, 40.731493 ], [ -73.722693, 40.731681 ], [ -73.721432, 40.731521 ], [ -73.72053, 40.731448 ], [ -73.71896, 40.73161 ], [ -73.718028, 40.731706 ], [ -73.717076, 40.7318 ], [ -73.716161, 40.731887 ], [ -73.715228, 40.731981 ], [ -73.714293, 40.732076 ], [ -73.713323, 40.732172 ], [ -73.71229, 40.732324 ], [ -73.711863, 40.732417 ], [ -73.711478, 40.732501 ], [ -73.710969, 40.73117 ], [ -73.710893, 40.730971 ], [ -73.710607, 40.729453 ], [ -73.710619, 40.72884 ], [ -73.710555, 40.728041 ], [ -73.710497, 40.727273 ], [ -73.71047, 40.727173 ], [ -73.711308, 40.72705 ], [ -73.7119, 40.726976 ], [ -73.712421, 40.72691 ], [ -73.714052, 40.726705 ], [ -73.71496, 40.72659 ], [ -73.71585, 40.726478 ], [ -73.716684, 40.726375 ], [ -73.718288, 40.726044 ], [ -73.720386, 40.725475 ], [ -73.720913, 40.725339 ], [ -73.721041, 40.725306 ], [ -73.721193, 40.725267 ], [ -73.721733, 40.725105 ], [ -73.722047, 40.725012 ], [ -73.722579, 40.724878 ], [ -73.722912, 40.724794 ], [ -73.723428, 40.724663 ], [ -73.723868, 40.724544 ], [ -73.724197, 40.724455 ], [ -73.724547, 40.72436 ], [ -73.724634, 40.724336 ], [ -73.724722, 40.724314 ], [ -73.724703, 40.72436 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081162100", "name": "Census Tract 1621, Queens County, New York", "total_population_17": 7003, "white_alone_17": 1354.0, "black_alone_17": 325.0, "native_alone_17": 0.0, "asian_alone_17": 2773.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2069.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -22.907, "pct_black_alone_change": -0.973, "pct_native_alone_change": -0.906, "pct_asian_alone_change": 9.667, "pct_hispanic_or_latino_change": 10.68, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.7284264", "INTPTLON": "-073.7297088" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -73.737138, 40.728969 ], [ -73.736594, 40.730356 ], [ -73.736481, 40.730657 ], [ -73.736317, 40.731043 ], [ -73.736192, 40.731366 ], [ -73.735705, 40.732603 ], [ -73.735265, 40.733454 ], [ -73.734261, 40.733297 ], [ -73.73321, 40.733099 ], [ -73.732186, 40.732867 ], [ -73.731277, 40.732714 ], [ -73.731944, 40.730926 ], [ -73.730634, 40.7309 ], [ -73.7298, 40.730918 ], [ -73.727965, 40.730778 ], [ -73.727809, 40.731065 ], [ -73.727734, 40.731058 ], [ -73.727371, 40.731025 ], [ -73.727195, 40.731009 ], [ -73.725716, 40.730649 ], [ -73.723726, 40.7304 ], [ -73.723401, 40.730359 ], [ -73.723306, 40.730348 ], [ -73.723442, 40.729739 ], [ -73.723586, 40.729059 ], [ -73.723606, 40.728986 ], [ -73.723616, 40.728927 ], [ -73.723733, 40.728351 ], [ -73.72376, 40.728217 ], [ -73.724336, 40.725474 ], [ -73.72437, 40.725306 ], [ -73.724539, 40.724413 ], [ -73.724703, 40.72436 ], [ -73.724722, 40.724314 ], [ -73.725085, 40.724196 ], [ -73.725672, 40.724038 ], [ -73.726047, 40.723905 ], [ -73.726476, 40.723752 ], [ -73.726838, 40.723608 ], [ -73.727217, 40.723457 ], [ -73.727328, 40.723412 ], [ -73.727972, 40.723159 ], [ -73.728162, 40.723084 ], [ -73.728194, 40.723139 ], [ -73.728364, 40.723614 ], [ -73.729811, 40.723293 ], [ -73.729905, 40.723273 ], [ -73.730166, 40.723959 ], [ -73.73043, 40.72464 ], [ -73.730693, 40.725328 ], [ -73.730957, 40.726015 ], [ -73.731219, 40.726698 ], [ -73.731492, 40.727419 ], [ -73.731645, 40.727455 ], [ -73.732729, 40.727726 ], [ -73.732939, 40.727767 ], [ -73.733617, 40.727934 ], [ -73.734519, 40.728125 ], [ -73.735455, 40.728346 ], [ -73.736325, 40.728546 ], [ -73.737155, 40.728732 ], [ -73.737138, 40.728969 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36081990100", "name": "Census Tract 9901, Queens County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.5401372", "INTPTLON": "-073.8906716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.038131, 40.538294 ], [ -74.037494, 40.54279 ], [ -74.036672, 40.54837 ], [ -74.03667, 40.548384 ], [ -74.036551, 40.549194 ], [ -74.036549, 40.549209 ], [ -74.0363, 40.550905 ], [ -74.036298, 40.550948 ], [ -74.036297, 40.550969 ], [ -74.036293, 40.551042 ], [ -73.997087, 40.557283 ], [ -73.959715, 40.563013 ], [ -73.959281, 40.563079 ], [ -73.958844, 40.56315 ], [ -73.952309, 40.564208 ], [ -73.95167, 40.564312 ], [ -73.951409, 40.564343 ], [ -73.951195, 40.564368 ], [ -73.951009, 40.56439 ], [ -73.950703, 40.564427 ], [ -73.94988, 40.564555 ], [ -73.945004, 40.565313 ], [ -73.936525, 40.566436 ], [ -73.934894, 40.566652 ], [ -73.933448, 40.566914 ], [ -73.933363, 40.566929 ], [ -73.932716, 40.567034 ], [ -73.928717, 40.567681 ], [ -73.92807, 40.567786 ], [ -73.92984, 40.563825 ], [ -73.935733, 40.562833 ], [ -73.935935, 40.562726 ], [ -73.941276, 40.559918 ], [ -73.941954, 40.556533 ], [ -73.943794, 40.541297 ], [ -73.94078, 40.540968 ], [ -73.913607, 40.549758 ], [ -73.897996, 40.552199 ], [ -73.896754, 40.552412 ], [ -73.876653, 40.555877 ], [ -73.876572, 40.555891 ], [ -73.865672, 40.559829 ], [ -73.861561, 40.561315 ], [ -73.859874, 40.561924 ], [ -73.857718, 40.562818 ], [ -73.857314, 40.562985 ], [ -73.854897, 40.563875 ], [ -73.852065, 40.564938 ], [ -73.84258, 40.568497 ], [ -73.841696, 40.568797 ], [ -73.841099, 40.569 ], [ -73.833549, 40.57132 ], [ -73.827509, 40.573124 ], [ -73.827139, 40.573234 ], [ -73.817968, 40.575716 ], [ -73.816832, 40.576015 ], [ -73.816715, 40.576047 ], [ -73.814045, 40.576754 ], [ -73.809533, 40.577788 ], [ -73.800467, 40.580164 ], [ -73.799826, 40.580332 ], [ -73.794785, 40.581332 ], [ -73.794189, 40.58145 ], [ -73.787954, 40.581932 ], [ -73.787867, 40.581944 ], [ -73.768924, 40.584595 ], [ -73.76881, 40.584608 ], [ -73.763943, 40.585172 ], [ -73.75557, 40.583094 ], [ -73.755701, 40.578688 ], [ -73.756909, 40.567652 ], [ -73.758047, 40.557268 ], [ -73.758256, 40.555364 ], [ -73.762234, 40.550203 ], [ -73.764932, 40.544402 ], [ -73.767272, 40.538111 ], [ -73.76763, 40.537152 ], [ -73.768739, 40.533873 ], [ -73.768781, 40.533747 ], [ -73.772964, 40.533371 ], [ -73.776981, 40.533012 ], [ -73.783969, 40.532387 ], [ -73.792855, 40.530382 ], [ -73.804242, 40.527815 ], [ -73.818919, 40.524505 ], [ -73.826158, 40.522874 ], [ -73.829875, 40.521464 ], [ -73.837816, 40.518453 ], [ -73.854843, 40.512 ], [ -73.860609, 40.508386 ], [ -73.870029, 40.502486 ], [ -73.876778, 40.501127 ], [ -73.881839, 40.49569 ], [ -73.882272, 40.49521 ], [ -73.886652, 40.489794 ], [ -73.943747, 40.522014 ], [ -73.949912, 40.52554 ], [ -73.950337, 40.525464 ], [ -73.954988, 40.524634 ], [ -73.957274, 40.524226 ], [ -73.993159, 40.517912 ], [ -74.042112, 40.509299 ], [ -74.038131, 40.538294 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085000300", "name": "Census Tract 3, Richmond County, New York", "total_population_17": 1927, "white_alone_17": 768.0, "black_alone_17": 245.0, "native_alone_17": 10.0, "asian_alone_17": 396.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 482.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": 1.743, "pct_black_alone_change": -9.527, "pct_native_alone_change": 0.143, "pct_asian_alone_change": 1.327, "pct_hispanic_or_latino_change": 7.223, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6449365", "INTPTLON": "-074.0642967" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.079206, 40.643431 ], [ -74.07844, 40.643775 ], [ -74.077765, 40.644073 ], [ -74.076817, 40.644451 ], [ -74.07641, 40.644451 ], [ -74.075604, 40.644384 ], [ -74.075256, 40.644364 ], [ -74.075122, 40.64438 ], [ -74.074952, 40.644436 ], [ -74.074681, 40.644578 ], [ -74.074385, 40.644767 ], [ -74.074309, 40.644837 ], [ -74.074275, 40.644907 ], [ -74.073708, 40.64513 ], [ -74.072697, 40.647902 ], [ -74.07157, 40.651812 ], [ -74.055739, 40.65176 ], [ -74.056193, 40.639281 ], [ -74.056233, 40.638177 ], [ -74.064775, 40.638124 ], [ -74.072575, 40.637972 ], [ -74.072605, 40.637971 ], [ -74.073136, 40.637919 ], [ -74.073298, 40.637903 ], [ -74.07374, 40.637861 ], [ -74.075073, 40.637783 ], [ -74.075289, 40.637799 ], [ -74.076018, 40.637748 ], [ -74.07684, 40.63775 ], [ -74.076983, 40.637796 ], [ -74.077899, 40.638094 ], [ -74.078846, 40.641995 ], [ -74.078198, 40.642115 ], [ -74.079135, 40.643338 ], [ -74.079206, 40.643431 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085000600", "name": "Census Tract 6, Richmond County, New York", "total_population_17": 2217, "white_alone_17": 1402.0, "black_alone_17": 95.0, "native_alone_17": 0.0, "asian_alone_17": 275.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 401.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.797, "pct_black_alone_change": -1.402, "pct_native_alone_change": -0.32, "pct_asian_alone_change": 5.598, "pct_hispanic_or_latino_change": 3.932, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6180897", "INTPTLON": "-074.0587040" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.075647, 40.626664 ], [ -74.074995, 40.626726 ], [ -74.074152, 40.626816 ], [ -74.073573, 40.626868 ], [ -74.073505, 40.626876 ], [ -74.073466, 40.626742 ], [ -74.073264, 40.626761 ], [ -74.073278, 40.626887 ], [ -74.072908, 40.626925 ], [ -74.072852, 40.62692 ], [ -74.072716, 40.626878 ], [ -74.072687, 40.626845 ], [ -74.072664, 40.626752 ], [ -74.072636, 40.626555 ], [ -74.072608, 40.626344 ], [ -74.07258, 40.626208 ], [ -74.072533, 40.625983 ], [ -74.072481, 40.625805 ], [ -74.07243, 40.625598 ], [ -74.072416, 40.625463 ], [ -74.072416, 40.625308 ], [ -74.072411, 40.625125 ], [ -74.072369, 40.624975 ], [ -74.072322, 40.624863 ], [ -74.065838, 40.625132 ], [ -74.056828, 40.625104 ], [ -74.055324, 40.625103 ], [ -74.053838, 40.622618 ], [ -74.053522, 40.622091 ], [ -74.052477, 40.620344 ], [ -74.052352, 40.620134 ], [ -74.049963, 40.616257 ], [ -74.049624, 40.615712 ], [ -74.049075, 40.61483 ], [ -74.048101, 40.613264 ], [ -74.047568, 40.612406 ], [ -74.047514, 40.612319 ], [ -74.056747, 40.608103 ], [ -74.056808, 40.608065 ], [ -74.057787, 40.607449 ], [ -74.058011, 40.607369 ], [ -74.060379, 40.606277 ], [ -74.06043, 40.606354 ], [ -74.060681, 40.606697 ], [ -74.060989, 40.6071 ], [ -74.061463, 40.607758 ], [ -74.061991, 40.608481 ], [ -74.062065, 40.608583 ], [ -74.062556, 40.609237 ], [ -74.062649, 40.609358 ], [ -74.06289, 40.609692 ], [ -74.063149, 40.610043 ], [ -74.063337, 40.610302 ], [ -74.063408, 40.610398 ], [ -74.063665, 40.610745 ], [ -74.064255, 40.611541 ], [ -74.064444, 40.611804 ], [ -74.064754, 40.612222 ], [ -74.06496, 40.612501 ], [ -74.065588, 40.613351 ], [ -74.066134, 40.614089 ], [ -74.06679, 40.614972 ], [ -74.067283, 40.615643 ], [ -74.067749, 40.616278 ], [ -74.068017, 40.616642 ], [ -74.068656, 40.617517 ], [ -74.069148, 40.618187 ], [ -74.069739, 40.61899 ], [ -74.070145, 40.619466 ], [ -74.070954, 40.620431 ], [ -74.07127, 40.620836 ], [ -74.071745, 40.621459 ], [ -74.072064, 40.62186 ], [ -74.072535, 40.622464 ], [ -74.0744, 40.624463 ], [ -74.07484, 40.625226 ], [ -74.075031, 40.625603 ], [ -74.075244, 40.626006 ], [ -74.075647, 40.626664 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085000700", "name": "Census Tract 7, Richmond County, New York", "total_population_17": 6051, "white_alone_17": 886.0, "black_alone_17": 2313.0, "native_alone_17": 0.0, "asian_alone_17": 145.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1860.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.078, "pct_black_alone_change": -8.43, "pct_native_alone_change": -0.728, "pct_asian_alone_change": -3.183, "pct_hispanic_or_latino_change": 5.37, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6478262", "INTPTLON": "-074.0809582" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.090582, 40.64977 ], [ -74.087418, 40.6513 ], [ -74.086806, 40.651596 ], [ -74.077261, 40.651731 ], [ -74.074415, 40.651771 ], [ -74.07157, 40.651812 ], [ -74.072697, 40.647902 ], [ -74.073708, 40.64513 ], [ -74.074275, 40.644907 ], [ -74.074309, 40.644837 ], [ -74.074385, 40.644767 ], [ -74.074681, 40.644578 ], [ -74.074952, 40.644436 ], [ -74.075122, 40.64438 ], [ -74.075256, 40.644364 ], [ -74.075604, 40.644384 ], [ -74.07641, 40.644451 ], [ -74.076817, 40.644451 ], [ -74.077765, 40.644073 ], [ -74.07844, 40.643775 ], [ -74.079206, 40.643431 ], [ -74.080282, 40.644793 ], [ -74.082372, 40.644645 ], [ -74.082181, 40.644365 ], [ -74.082073, 40.644208 ], [ -74.084144, 40.643431 ], [ -74.084969, 40.64313 ], [ -74.08575, 40.642846 ], [ -74.086524, 40.642564 ], [ -74.08652, 40.643897 ], [ -74.088933, 40.646665 ], [ -74.089106, 40.646912 ], [ -74.089201, 40.647032 ], [ -74.089554, 40.647221 ], [ -74.089599, 40.647571 ], [ -74.091253, 40.649444 ], [ -74.090582, 40.64977 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085000800", "name": "Census Tract 8, Richmond County, New York", "total_population_17": 5843, "white_alone_17": 2879.0, "black_alone_17": 401.0, "native_alone_17": 0.0, "asian_alone_17": 948.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1516.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.276, "pct_black_alone_change": 3.897, "pct_native_alone_change": -0.249, "pct_asian_alone_change": 8.303, "pct_hispanic_or_latino_change": 7.116, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6119514", "INTPTLON": "-074.0677131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.074547, 40.616943 ], [ -74.071309, 40.619639 ], [ -74.070954, 40.620431 ], [ -74.070145, 40.619466 ], [ -74.069739, 40.61899 ], [ -74.069148, 40.618187 ], [ -74.068656, 40.617517 ], [ -74.068017, 40.616642 ], [ -74.067749, 40.616278 ], [ -74.067283, 40.615643 ], [ -74.06679, 40.614972 ], [ -74.066134, 40.614089 ], [ -74.065588, 40.613351 ], [ -74.06496, 40.612501 ], [ -74.064754, 40.612222 ], [ -74.064444, 40.611804 ], [ -74.064255, 40.611541 ], [ -74.063665, 40.610745 ], [ -74.063408, 40.610398 ], [ -74.063337, 40.610302 ], [ -74.063149, 40.610043 ], [ -74.06289, 40.609692 ], [ -74.062649, 40.609358 ], [ -74.062556, 40.609237 ], [ -74.062065, 40.608583 ], [ -74.061991, 40.608481 ], [ -74.061463, 40.607758 ], [ -74.060989, 40.6071 ], [ -74.060681, 40.606697 ], [ -74.06043, 40.606354 ], [ -74.065163, 40.604201 ], [ -74.065373, 40.604504 ], [ -74.065591, 40.604858 ], [ -74.065724, 40.605048 ], [ -74.065751, 40.605251 ], [ -74.065822, 40.605422 ], [ -74.065929, 40.605589 ], [ -74.066143, 40.605819 ], [ -74.066584, 40.606323 ], [ -74.066738, 40.606499 ], [ -74.066931, 40.606719 ], [ -74.06713, 40.606988 ], [ -74.067426, 40.607348 ], [ -74.067824, 40.607821 ], [ -74.067931, 40.607947 ], [ -74.068241, 40.608296 ], [ -74.068464, 40.608469 ], [ -74.069239, 40.60925 ], [ -74.069679, 40.609768 ], [ -74.07009, 40.610248 ], [ -74.07062, 40.610855 ], [ -74.07119, 40.611517 ], [ -74.070677, 40.611776 ], [ -74.071412, 40.612726 ], [ -74.071866, 40.613316 ], [ -74.072458, 40.614078 ], [ -74.072784, 40.61452 ], [ -74.073454, 40.615416 ], [ -74.073585, 40.615584 ], [ -74.073955, 40.616056 ], [ -74.074547, 40.616943 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085000900", "name": "Census Tract 9, Richmond County, New York", "total_population_17": 1757, "white_alone_17": 367.0, "black_alone_17": 823.0, "native_alone_17": 0.0, "asian_alone_17": 105.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 401.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.652, "pct_black_alone_change": 6.111, "pct_native_alone_change": -0.806, "pct_asian_alone_change": 1.709, "pct_hispanic_or_latino_change": -1.122, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6422065", "INTPTLON": "-074.0828564" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.087091, 40.640334 ], [ -74.087019, 40.640613 ], [ -74.086828, 40.641338 ], [ -74.086677, 40.641909 ], [ -74.086524, 40.642564 ], [ -74.08575, 40.642846 ], [ -74.084969, 40.64313 ], [ -74.084144, 40.643431 ], [ -74.082073, 40.644208 ], [ -74.082181, 40.644365 ], [ -74.082372, 40.644645 ], [ -74.080282, 40.644793 ], [ -74.079206, 40.643431 ], [ -74.079135, 40.643338 ], [ -74.078198, 40.642115 ], [ -74.078846, 40.641995 ], [ -74.079122, 40.641944 ], [ -74.079652, 40.641856 ], [ -74.080555, 40.641692 ], [ -74.081473, 40.641512 ], [ -74.081307, 40.640742 ], [ -74.081101, 40.639922 ], [ -74.081927, 40.639871 ], [ -74.082047, 40.640339 ], [ -74.082282, 40.640601 ], [ -74.085034, 40.640198 ], [ -74.087206, 40.639896 ], [ -74.087091, 40.640334 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085001100", "name": "Census Tract 11, Richmond County, New York", "total_population_17": 3346, "white_alone_17": 489.0, "black_alone_17": 1566.0, "native_alone_17": 0.0, "asian_alone_17": 85.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1020.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.431, "pct_black_alone_change": 11.013, "pct_native_alone_change": -0.999, "pct_asian_alone_change": -2.642, "pct_hispanic_or_latino_change": 0.578, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6387763", "INTPTLON": "-074.0826654" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.087399, 40.63916 ], [ -74.087206, 40.639896 ], [ -74.085034, 40.640198 ], [ -74.082282, 40.640601 ], [ -74.082047, 40.640339 ], [ -74.081927, 40.639871 ], [ -74.081101, 40.639922 ], [ -74.081307, 40.640742 ], [ -74.081473, 40.641512 ], [ -74.080555, 40.641692 ], [ -74.079652, 40.641856 ], [ -74.079122, 40.641944 ], [ -74.078846, 40.641995 ], [ -74.077899, 40.638094 ], [ -74.078132, 40.638172 ], [ -74.078788, 40.638269 ], [ -74.080552, 40.63732 ], [ -74.08178, 40.636623 ], [ -74.083021, 40.636025 ], [ -74.083734, 40.635737 ], [ -74.085134, 40.636359 ], [ -74.085879, 40.636692 ], [ -74.086547, 40.637156 ], [ -74.087279, 40.637812 ], [ -74.087542, 40.638449 ], [ -74.087399, 40.63916 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085001700", "name": "Census Tract 17, Richmond County, New York", "total_population_17": 1452, "white_alone_17": 553.0, "black_alone_17": 310.0, "native_alone_17": 0.0, "asian_alone_17": 119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 425.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.448, "pct_black_alone_change": 2.57, "pct_native_alone_change": -0.478, "pct_asian_alone_change": -2.869, "pct_hispanic_or_latino_change": 1.04, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6344084", "INTPTLON": "-074.0812295" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.085749, 40.633955 ], [ -74.085082, 40.634691 ], [ -74.084437, 40.635405 ], [ -74.084265, 40.635492 ], [ -74.083947, 40.635654 ], [ -74.083734, 40.635737 ], [ -74.083021, 40.636025 ], [ -74.08178, 40.636623 ], [ -74.080552, 40.63732 ], [ -74.078788, 40.638269 ], [ -74.078132, 40.638172 ], [ -74.077982, 40.637864 ], [ -74.077933, 40.637525 ], [ -74.077955, 40.636977 ], [ -74.078, 40.636514 ], [ -74.078096, 40.63604 ], [ -74.078187, 40.635617 ], [ -74.078303, 40.635287 ], [ -74.078454, 40.634864 ], [ -74.078709, 40.634066 ], [ -74.078992, 40.633192 ], [ -74.079088, 40.632886 ], [ -74.079365, 40.632225 ], [ -74.080356, 40.631211 ], [ -74.081407, 40.630301 ], [ -74.082015, 40.630892 ], [ -74.082603, 40.631465 ], [ -74.083442, 40.632275 ], [ -74.084913, 40.63364 ], [ -74.0852, 40.633763 ], [ -74.085335, 40.63381 ], [ -74.085749, 40.633955 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085001800", "name": "Census Tract 18, Richmond County, New York", "total_population_17": 572, "white_alone_17": 336.0, "black_alone_17": 78.0, "native_alone_17": 10.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 89.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.007, "pct_black_alone_change": -0.838, "pct_native_alone_change": 1.654, "pct_asian_alone_change": -1.354, "pct_hispanic_or_latino_change": -4.46, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6014236", "INTPTLON": "-074.0540856" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.065163, 40.604201 ], [ -74.06043, 40.606354 ], [ -74.060379, 40.606277 ], [ -74.058011, 40.607369 ], [ -74.057787, 40.607449 ], [ -74.056808, 40.608065 ], [ -74.056747, 40.608103 ], [ -74.047514, 40.612319 ], [ -74.046451, 40.610735 ], [ -74.045197, 40.608863 ], [ -74.044114, 40.607248 ], [ -74.044074, 40.607188 ], [ -74.043945, 40.606996 ], [ -74.043889, 40.606913 ], [ -74.043832, 40.606828 ], [ -74.043795, 40.606773 ], [ -74.043741, 40.606691 ], [ -74.043996, 40.606402 ], [ -74.046326, 40.602732 ], [ -74.047153, 40.601381 ], [ -74.050802, 40.595423 ], [ -74.054866, 40.588784 ], [ -74.056345, 40.590361 ], [ -74.059694, 40.594082 ], [ -74.060046, 40.594488 ], [ -74.060451, 40.594975 ], [ -74.061877, 40.596595 ], [ -74.062076, 40.596841 ], [ -74.062482, 40.597347 ], [ -74.062896, 40.597862 ], [ -74.063299, 40.598363 ], [ -74.063759, 40.598935 ], [ -74.06282, 40.599246 ], [ -74.062036, 40.599504 ], [ -74.06192, 40.599542 ], [ -74.060985, 40.599844 ], [ -74.060935, 40.599861 ], [ -74.061812, 40.60115 ], [ -74.061956, 40.601237 ], [ -74.062742, 40.601596 ], [ -74.063176, 40.60182 ], [ -74.063769, 40.602127 ], [ -74.063896, 40.602484 ], [ -74.063903, 40.602503 ], [ -74.064259, 40.602988 ], [ -74.064363, 40.60313 ], [ -74.064761, 40.603663 ], [ -74.065163, 40.604201 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085002001", "name": "Census Tract 20.01, Richmond County, New York", "total_population_17": 2648, "white_alone_17": 1642.0, "black_alone_17": 172.0, "native_alone_17": 84.0, "asian_alone_17": 207.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 524.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.675, "pct_black_alone_change": 3.189, "pct_native_alone_change": 3.129, "pct_asian_alone_change": -0.186, "pct_hispanic_or_latino_change": 5.609, "pct_native_hawaiian_pacific_islander_change": -0.043, "INTPTLAT": "+40.6068861", "INTPTLON": "-074.0709740" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.077809, 40.606304 ], [ -74.077769, 40.606415 ], [ -74.077738, 40.606498 ], [ -74.077597, 40.606886 ], [ -74.076728, 40.607964 ], [ -74.075769, 40.608742 ], [ -74.075331, 40.609164 ], [ -74.07497, 40.609513 ], [ -74.07415, 40.610014 ], [ -74.072339, 40.610933 ], [ -74.071442, 40.611388 ], [ -74.07119, 40.611517 ], [ -74.07062, 40.610855 ], [ -74.07009, 40.610248 ], [ -74.069679, 40.609768 ], [ -74.069239, 40.60925 ], [ -74.068464, 40.608469 ], [ -74.068241, 40.608296 ], [ -74.067931, 40.607947 ], [ -74.067824, 40.607821 ], [ -74.067426, 40.607348 ], [ -74.06713, 40.606988 ], [ -74.066931, 40.606719 ], [ -74.066738, 40.606499 ], [ -74.066584, 40.606323 ], [ -74.066143, 40.605819 ], [ -74.065929, 40.605589 ], [ -74.065822, 40.605422 ], [ -74.065751, 40.605251 ], [ -74.065724, 40.605048 ], [ -74.065591, 40.604858 ], [ -74.065373, 40.604504 ], [ -74.065163, 40.604201 ], [ -74.064761, 40.603663 ], [ -74.064363, 40.60313 ], [ -74.064259, 40.602988 ], [ -74.063903, 40.602503 ], [ -74.063896, 40.602484 ], [ -74.063769, 40.602127 ], [ -74.06405, 40.602205 ], [ -74.065467, 40.602606 ], [ -74.066265, 40.602838 ], [ -74.068928, 40.603826 ], [ -74.069183, 40.603931 ], [ -74.069946, 40.604206 ], [ -74.070908, 40.604601 ], [ -74.071824, 40.604977 ], [ -74.071948, 40.605017 ], [ -74.07272, 40.60527 ], [ -74.073085, 40.605374 ], [ -74.074008, 40.605567 ], [ -74.07659, 40.606005 ], [ -74.077242, 40.606036 ], [ -74.077867, 40.606066 ], [ -74.077809, 40.606304 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085002002", "name": "Census Tract 20.02, Richmond County, New York", "total_population_17": 3467, "white_alone_17": 2743.0, "black_alone_17": 65.0, "native_alone_17": 0.0, "asian_alone_17": 369.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 144.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.912, "pct_black_alone_change": -2.02, "pct_native_alone_change": -0.402, "pct_asian_alone_change": 1.452, "pct_hispanic_or_latino_change": -4.926, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6014736", "INTPTLON": "-074.0702950" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.077902, 40.605593 ], [ -74.077871, 40.606001 ], [ -74.077867, 40.606066 ], [ -74.077242, 40.606036 ], [ -74.07659, 40.606005 ], [ -74.074008, 40.605567 ], [ -74.073085, 40.605374 ], [ -74.07272, 40.60527 ], [ -74.071948, 40.605017 ], [ -74.071824, 40.604977 ], [ -74.070908, 40.604601 ], [ -74.069946, 40.604206 ], [ -74.069183, 40.603931 ], [ -74.068928, 40.603826 ], [ -74.066265, 40.602838 ], [ -74.065467, 40.602606 ], [ -74.06405, 40.602205 ], [ -74.063769, 40.602127 ], [ -74.063176, 40.60182 ], [ -74.062742, 40.601596 ], [ -74.061956, 40.601237 ], [ -74.061812, 40.60115 ], [ -74.060935, 40.599861 ], [ -74.060985, 40.599844 ], [ -74.06192, 40.599542 ], [ -74.062036, 40.599504 ], [ -74.06282, 40.599246 ], [ -74.063759, 40.598935 ], [ -74.065184, 40.598467 ], [ -74.065816, 40.598258 ], [ -74.065924, 40.598221 ], [ -74.066047, 40.59818 ], [ -74.066265, 40.59811 ], [ -74.06662, 40.597995 ], [ -74.067396, 40.597734 ], [ -74.068352, 40.597421 ], [ -74.068927, 40.597231 ], [ -74.06957, 40.59702 ], [ -74.07044, 40.596735 ], [ -74.070958, 40.597344 ], [ -74.071771, 40.597807 ], [ -74.071804, 40.597824 ], [ -74.071874, 40.597871 ], [ -74.071933, 40.597929 ], [ -74.071972, 40.597988 ], [ -74.071999, 40.59806 ], [ -74.072007, 40.598133 ], [ -74.071997, 40.598202 ], [ -74.071941, 40.598534 ], [ -74.07195, 40.598637 ], [ -74.071955, 40.598697 ], [ -74.071967, 40.598832 ], [ -74.072191, 40.598935 ], [ -74.072338, 40.599011 ], [ -74.072511, 40.5991 ], [ -74.072761, 40.59923 ], [ -74.073016, 40.599362 ], [ -74.074982, 40.600261 ], [ -74.076448, 40.601005 ], [ -74.076716, 40.602142 ], [ -74.07719, 40.602849 ], [ -74.077585, 40.603658 ], [ -74.077703, 40.603983 ], [ -74.077772, 40.604223 ], [ -74.07783, 40.60449 ], [ -74.077869, 40.60475 ], [ -74.077893, 40.605045 ], [ -74.077893, 40.605341 ], [ -74.077902, 40.605593 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085002100", "name": "Census Tract 21, Richmond County, New York", "total_population_17": 4403, "white_alone_17": 884.0, "black_alone_17": 1343.0, "native_alone_17": 0.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1815.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.562, "pct_black_alone_change": -1.312, "pct_native_alone_change": -0.495, "pct_asian_alone_change": -1.197, "pct_hispanic_or_latino_change": 11.237, "pct_native_hawaiian_pacific_islander_change": -0.133, "INTPTLAT": "+40.6316388", "INTPTLON": "-074.0646099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.084962, 40.624625 ], [ -74.084154, 40.626267 ], [ -74.083762, 40.626776 ], [ -74.083395, 40.62712 ], [ -74.083033, 40.627372 ], [ -74.082574, 40.627441 ], [ -74.082335, 40.627473 ], [ -74.082206, 40.627475 ], [ -74.082057, 40.627437 ], [ -74.081877, 40.627403 ], [ -74.081695, 40.627366 ], [ -74.081531, 40.627339 ], [ -74.081372, 40.627332 ], [ -74.081139, 40.627326 ], [ -74.081016, 40.627343 ], [ -74.080924, 40.627365 ], [ -74.080831, 40.627408 ], [ -74.080787, 40.627434 ], [ -74.080725, 40.627494 ], [ -74.080684, 40.627564 ], [ -74.080645, 40.627676 ], [ -74.080626, 40.627737 ], [ -74.080613, 40.627819 ], [ -74.080592, 40.627922 ], [ -74.080586, 40.628016 ], [ -74.080569, 40.628073 ], [ -74.080513, 40.628146 ], [ -74.080447, 40.628223 ], [ -74.080379, 40.628262 ], [ -74.079725, 40.628951 ], [ -74.080759, 40.629494 ], [ -74.081731, 40.630012 ], [ -74.081407, 40.630301 ], [ -74.080356, 40.631211 ], [ -74.079365, 40.632225 ], [ -74.079088, 40.632886 ], [ -74.078992, 40.633192 ], [ -74.078709, 40.634066 ], [ -74.078454, 40.634864 ], [ -74.078303, 40.635287 ], [ -74.078187, 40.635617 ], [ -74.078096, 40.63604 ], [ -74.078, 40.636514 ], [ -74.077955, 40.636977 ], [ -74.077933, 40.637525 ], [ -74.077982, 40.637864 ], [ -74.078132, 40.638172 ], [ -74.077899, 40.638094 ], [ -74.076983, 40.637796 ], [ -74.07684, 40.63775 ], [ -74.076018, 40.637748 ], [ -74.075289, 40.637799 ], [ -74.075073, 40.637783 ], [ -74.07374, 40.637861 ], [ -74.073298, 40.637903 ], [ -74.073136, 40.637919 ], [ -74.072605, 40.637971 ], [ -74.072575, 40.637972 ], [ -74.064775, 40.638124 ], [ -74.056233, 40.638177 ], [ -74.056261, 40.637407 ], [ -74.056468, 40.631715 ], [ -74.05663, 40.627287 ], [ -74.055324, 40.625103 ], [ -74.056828, 40.625104 ], [ -74.065838, 40.625132 ], [ -74.072322, 40.624863 ], [ -74.072369, 40.624975 ], [ -74.072411, 40.625125 ], [ -74.072416, 40.625308 ], [ -74.072416, 40.625463 ], [ -74.07243, 40.625598 ], [ -74.072481, 40.625805 ], [ -74.072533, 40.625983 ], [ -74.07258, 40.626208 ], [ -74.072608, 40.626344 ], [ -74.072636, 40.626555 ], [ -74.072664, 40.626752 ], [ -74.072687, 40.626845 ], [ -74.072716, 40.626878 ], [ -74.072852, 40.62692 ], [ -74.072908, 40.626925 ], [ -74.073278, 40.626887 ], [ -74.073264, 40.626761 ], [ -74.073466, 40.626742 ], [ -74.073505, 40.626876 ], [ -74.073573, 40.626868 ], [ -74.074152, 40.626816 ], [ -74.074995, 40.626726 ], [ -74.075647, 40.626664 ], [ -74.077624, 40.626493 ], [ -74.078166, 40.626466 ], [ -74.079435, 40.625072 ], [ -74.07997, 40.624483 ], [ -74.080323, 40.624366 ], [ -74.081189, 40.624091 ], [ -74.082773, 40.623588 ], [ -74.083824, 40.623252 ], [ -74.08525, 40.622801 ], [ -74.084962, 40.624625 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085002700", "name": "Census Tract 27, Richmond County, New York", "total_population_17": 2376, "white_alone_17": 617.0, "black_alone_17": 631.0, "native_alone_17": 0.0, "asian_alone_17": 62.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 802.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.932, "pct_black_alone_change": 0.602, "pct_native_alone_change": -0.332, "pct_asian_alone_change": -1.209, "pct_hispanic_or_latino_change": 5.752, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6235871", "INTPTLON": "-074.0764274" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.07997, 40.624483 ], [ -74.079435, 40.625072 ], [ -74.078166, 40.626466 ], [ -74.077624, 40.626493 ], [ -74.075647, 40.626664 ], [ -74.075244, 40.626006 ], [ -74.075031, 40.625603 ], [ -74.07484, 40.625226 ], [ -74.0744, 40.624463 ], [ -74.072535, 40.622464 ], [ -74.073814, 40.621797 ], [ -74.075581, 40.620877 ], [ -74.076955, 40.620161 ], [ -74.077855, 40.621197 ], [ -74.078043, 40.621563 ], [ -74.07826, 40.62199 ], [ -74.078905, 40.623256 ], [ -74.079218, 40.623871 ], [ -74.079598, 40.624602 ], [ -74.07997, 40.624483 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085002900", "name": "Census Tract 29, Richmond County, New York", "total_population_17": 4982, "white_alone_17": 342.0, "black_alone_17": 2149.0, "native_alone_17": 0.0, "asian_alone_17": 168.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2260.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.718, "pct_black_alone_change": -11.176, "pct_native_alone_change": -0.717, "pct_asian_alone_change": 1.486, "pct_hispanic_or_latino_change": 13.935, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6196581", "INTPTLON": "-074.0827407" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.087833, 40.615318 ], [ -74.087704, 40.615527 ], [ -74.087414, 40.61593 ], [ -74.086985, 40.616533 ], [ -74.086571, 40.61717 ], [ -74.086267, 40.617832 ], [ -74.08608, 40.618515 ], [ -74.086041, 40.61882 ], [ -74.086007, 40.619094 ], [ -74.085899, 40.619909 ], [ -74.085802, 40.620365 ], [ -74.085702, 40.620762 ], [ -74.08563, 40.621044 ], [ -74.085605, 40.621143 ], [ -74.085487, 40.62165 ], [ -74.085466, 40.621744 ], [ -74.085375, 40.622187 ], [ -74.08525, 40.622801 ], [ -74.083824, 40.623252 ], [ -74.082773, 40.623588 ], [ -74.081189, 40.624091 ], [ -74.080323, 40.624366 ], [ -74.07997, 40.624483 ], [ -74.079598, 40.624602 ], [ -74.079218, 40.623871 ], [ -74.078905, 40.623256 ], [ -74.07826, 40.62199 ], [ -74.078043, 40.621563 ], [ -74.077855, 40.621197 ], [ -74.076955, 40.620161 ], [ -74.077691, 40.619776 ], [ -74.078054, 40.619585 ], [ -74.079389, 40.618886 ], [ -74.080001, 40.618553 ], [ -74.081103, 40.617789 ], [ -74.08174, 40.617311 ], [ -74.082744, 40.616581 ], [ -74.083234, 40.61622 ], [ -74.083313, 40.616163 ], [ -74.083793, 40.61581 ], [ -74.08405, 40.615627 ], [ -74.084649, 40.615205 ], [ -74.085464, 40.614582 ], [ -74.086175, 40.614062 ], [ -74.086281, 40.613975 ], [ -74.08693, 40.6135 ], [ -74.08721, 40.613307 ], [ -74.087429, 40.614419 ], [ -74.087777, 40.614943 ], [ -74.087833, 40.615318 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085003300", "name": "Census Tract 33, Richmond County, New York", "total_population_17": 3571, "white_alone_17": 1811.0, "black_alone_17": 918.0, "native_alone_17": 0.0, "asian_alone_17": 314.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 528.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.45, "pct_black_alone_change": 3.946, "pct_native_alone_change": -0.126, "pct_asian_alone_change": 0.68, "pct_hispanic_or_latino_change": -2.918, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6255983", "INTPTLON": "-074.0866180" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.09409, 40.617873 ], [ -74.094079, 40.617996 ], [ -74.094048, 40.618117 ], [ -74.093998, 40.618235 ], [ -74.093934, 40.618338 ], [ -74.093862, 40.618427 ], [ -74.09381, 40.618503 ], [ -74.093734, 40.61858 ], [ -74.093648, 40.618643 ], [ -74.093548, 40.618697 ], [ -74.093438, 40.618736 ], [ -74.093334, 40.61876 ], [ -74.093218, 40.618773 ], [ -74.093096, 40.618771 ], [ -74.093032, 40.61877 ], [ -74.092787, 40.618754 ], [ -74.092586, 40.61873 ], [ -74.092376, 40.618694 ], [ -74.092141, 40.61864 ], [ -74.091922, 40.618575 ], [ -74.091076, 40.618611 ], [ -74.090668, 40.618709 ], [ -74.090224, 40.619409 ], [ -74.08986, 40.619875 ], [ -74.08942, 40.620307 ], [ -74.088675, 40.621031 ], [ -74.088629, 40.621458 ], [ -74.088545, 40.622619 ], [ -74.08849, 40.623449 ], [ -74.088498, 40.62388 ], [ -74.088528, 40.62418 ], [ -74.088719, 40.625899 ], [ -74.090495, 40.625903 ], [ -74.090831, 40.626094 ], [ -74.091581, 40.626546 ], [ -74.088904, 40.630292 ], [ -74.088077, 40.631081 ], [ -74.087618, 40.631648 ], [ -74.087141, 40.632239 ], [ -74.085749, 40.633955 ], [ -74.085335, 40.63381 ], [ -74.0852, 40.633763 ], [ -74.084913, 40.63364 ], [ -74.083442, 40.632275 ], [ -74.082603, 40.631465 ], [ -74.082015, 40.630892 ], [ -74.081407, 40.630301 ], [ -74.081731, 40.630012 ], [ -74.080759, 40.629494 ], [ -74.079725, 40.628951 ], [ -74.080379, 40.628262 ], [ -74.080447, 40.628223 ], [ -74.080513, 40.628146 ], [ -74.080569, 40.628073 ], [ -74.080586, 40.628016 ], [ -74.080592, 40.627922 ], [ -74.080613, 40.627819 ], [ -74.080626, 40.627737 ], [ -74.080645, 40.627676 ], [ -74.080684, 40.627564 ], [ -74.080725, 40.627494 ], [ -74.080787, 40.627434 ], [ -74.080831, 40.627408 ], [ -74.080924, 40.627365 ], [ -74.081016, 40.627343 ], [ -74.081139, 40.627326 ], [ -74.081372, 40.627332 ], [ -74.081531, 40.627339 ], [ -74.081695, 40.627366 ], [ -74.081877, 40.627403 ], [ -74.082057, 40.627437 ], [ -74.082206, 40.627475 ], [ -74.082335, 40.627473 ], [ -74.082574, 40.627441 ], [ -74.083033, 40.627372 ], [ -74.083395, 40.62712 ], [ -74.083762, 40.626776 ], [ -74.084154, 40.626267 ], [ -74.084962, 40.624625 ], [ -74.08525, 40.622801 ], [ -74.085375, 40.622187 ], [ -74.085466, 40.621744 ], [ -74.085487, 40.62165 ], [ -74.085605, 40.621143 ], [ -74.08563, 40.621044 ], [ -74.085702, 40.620762 ], [ -74.085802, 40.620365 ], [ -74.085899, 40.619909 ], [ -74.086007, 40.619094 ], [ -74.086041, 40.61882 ], [ -74.08608, 40.618515 ], [ -74.086267, 40.617832 ], [ -74.086571, 40.61717 ], [ -74.086985, 40.616533 ], [ -74.087414, 40.61593 ], [ -74.0896, 40.616608 ], [ -74.089802, 40.616808 ], [ -74.089854, 40.61686 ], [ -74.090307, 40.616952 ], [ -74.090469, 40.61699 ], [ -74.090698, 40.617055 ], [ -74.090913, 40.617133 ], [ -74.091109, 40.61722 ], [ -74.091278, 40.617308 ], [ -74.091479, 40.617431 ], [ -74.091664, 40.617567 ], [ -74.091817, 40.617701 ], [ -74.092, 40.617801 ], [ -74.092269, 40.617963 ], [ -74.092534, 40.618141 ], [ -74.092643, 40.618212 ], [ -74.092748, 40.618261 ], [ -74.092858, 40.618296 ], [ -74.092978, 40.618318 ], [ -74.093081, 40.618325 ], [ -74.093208, 40.618321 ], [ -74.093311, 40.618306 ], [ -74.09341, 40.618281 ], [ -74.093512, 40.618242 ], [ -74.093604, 40.618195 ], [ -74.093684, 40.61814 ], [ -74.093768, 40.618062 ], [ -74.09383, 40.617981 ], [ -74.094071, 40.617704 ], [ -74.094082, 40.617759 ], [ -74.09409, 40.617873 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085003600", "name": "Census Tract 36, Richmond County, New York", "total_population_17": 2769, "white_alone_17": 1153.0, "black_alone_17": 178.0, "native_alone_17": 0.0, "asian_alone_17": 462.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 938.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.775, "pct_black_alone_change": 4.035, "pct_native_alone_change": -0.184, "pct_asian_alone_change": 3.938, "pct_hispanic_or_latino_change": 17.17, "pct_native_hawaiian_pacific_islander_change": -0.046, "INTPTLAT": "+40.6110687", "INTPTLON": "-074.0759000" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.081496, 40.606366 ], [ -74.081367, 40.60653 ], [ -74.081297, 40.606619 ], [ -74.080695, 40.607389 ], [ -74.08011, 40.608136 ], [ -74.079429, 40.609099 ], [ -74.077843, 40.611655 ], [ -74.077557, 40.612137 ], [ -74.076204, 40.614419 ], [ -74.074547, 40.616943 ], [ -74.073955, 40.616056 ], [ -74.073585, 40.615584 ], [ -74.073454, 40.615416 ], [ -74.072784, 40.61452 ], [ -74.072458, 40.614078 ], [ -74.071866, 40.613316 ], [ -74.071412, 40.612726 ], [ -74.070677, 40.611776 ], [ -74.07119, 40.611517 ], [ -74.071442, 40.611388 ], [ -74.072339, 40.610933 ], [ -74.07415, 40.610014 ], [ -74.07497, 40.609513 ], [ -74.075331, 40.609164 ], [ -74.075769, 40.608742 ], [ -74.076728, 40.607964 ], [ -74.077597, 40.606886 ], [ -74.077738, 40.606498 ], [ -74.077769, 40.606415 ], [ -74.077809, 40.606304 ], [ -74.077867, 40.606066 ], [ -74.081644, 40.606178 ], [ -74.081496, 40.606366 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085003900", "name": "Census Tract 39, Richmond County, New York", "total_population_17": 2431, "white_alone_17": 1186.0, "black_alone_17": 461.0, "native_alone_17": 0.0, "asian_alone_17": 202.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.674, "pct_black_alone_change": 0.062, "pct_native_alone_change": -0.182, "pct_asian_alone_change": 0.294, "pct_hispanic_or_latino_change": 3.669, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6211881", "INTPTLON": "-074.0933501" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.099258, 40.620001 ], [ -74.098996, 40.620213 ], [ -74.09862, 40.620521 ], [ -74.098232, 40.620837 ], [ -74.098062, 40.620976 ], [ -74.098016, 40.621013 ], [ -74.097614, 40.62134 ], [ -74.097436, 40.621485 ], [ -74.0964, 40.622329 ], [ -74.095151, 40.623353 ], [ -74.094509, 40.623879 ], [ -74.093954, 40.624334 ], [ -74.092239, 40.625743 ], [ -74.091581, 40.626546 ], [ -74.090831, 40.626094 ], [ -74.090495, 40.625903 ], [ -74.088719, 40.625899 ], [ -74.088528, 40.62418 ], [ -74.088498, 40.62388 ], [ -74.08849, 40.623449 ], [ -74.088545, 40.622619 ], [ -74.088629, 40.621458 ], [ -74.088675, 40.621031 ], [ -74.08942, 40.620307 ], [ -74.08986, 40.619875 ], [ -74.090224, 40.619409 ], [ -74.090668, 40.618709 ], [ -74.091076, 40.618611 ], [ -74.091922, 40.618575 ], [ -74.092141, 40.61864 ], [ -74.092376, 40.618694 ], [ -74.092586, 40.61873 ], [ -74.092787, 40.618754 ], [ -74.093032, 40.61877 ], [ -74.093096, 40.618771 ], [ -74.093218, 40.618773 ], [ -74.093334, 40.61876 ], [ -74.093438, 40.618736 ], [ -74.093548, 40.618697 ], [ -74.093648, 40.618643 ], [ -74.093734, 40.61858 ], [ -74.09381, 40.618503 ], [ -74.093862, 40.618427 ], [ -74.093934, 40.618338 ], [ -74.093998, 40.618235 ], [ -74.094048, 40.618117 ], [ -74.094079, 40.617996 ], [ -74.09409, 40.617873 ], [ -74.094082, 40.617759 ], [ -74.094071, 40.617704 ], [ -74.094303, 40.616655 ], [ -74.096233, 40.61572 ], [ -74.096443, 40.61562 ], [ -74.096647, 40.615523 ], [ -74.097147, 40.615285 ], [ -74.097387, 40.616597 ], [ -74.097702, 40.618809 ], [ -74.097814, 40.618854 ], [ -74.098405, 40.61909 ], [ -74.098684, 40.619202 ], [ -74.098949, 40.619312 ], [ -74.099685, 40.619653 ], [ -74.099258, 40.620001 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085004000", "name": "Census Tract 40, Richmond County, New York", "total_population_17": 12211, "white_alone_17": 1005.0, "black_alone_17": 4708.0, "native_alone_17": 211.0, "asian_alone_17": 1372.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4447.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.521, "pct_black_alone_change": -17.573, "pct_native_alone_change": 1.314, "pct_asian_alone_change": 3.996, "pct_hispanic_or_latino_change": 14.977, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6135614", "INTPTLON": "-074.0808954" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.090382, 40.609164 ], [ -74.090109, 40.609403 ], [ -74.089588, 40.609848 ], [ -74.088997, 40.610664 ], [ -74.088866, 40.610859 ], [ -74.088333, 40.611672 ], [ -74.088217, 40.61184 ], [ -74.087916, 40.612287 ], [ -74.087487, 40.612932 ], [ -74.08721, 40.613307 ], [ -74.08693, 40.6135 ], [ -74.086281, 40.613975 ], [ -74.086175, 40.614062 ], [ -74.085464, 40.614582 ], [ -74.084649, 40.615205 ], [ -74.08405, 40.615627 ], [ -74.083793, 40.61581 ], [ -74.083313, 40.616163 ], [ -74.083234, 40.61622 ], [ -74.082744, 40.616581 ], [ -74.08174, 40.617311 ], [ -74.081103, 40.617789 ], [ -74.080001, 40.618553 ], [ -74.079389, 40.618886 ], [ -74.078054, 40.619585 ], [ -74.077691, 40.619776 ], [ -74.076955, 40.620161 ], [ -74.075581, 40.620877 ], [ -74.073814, 40.621797 ], [ -74.072535, 40.622464 ], [ -74.072064, 40.62186 ], [ -74.071745, 40.621459 ], [ -74.07127, 40.620836 ], [ -74.070954, 40.620431 ], [ -74.071309, 40.619639 ], [ -74.074547, 40.616943 ], [ -74.076204, 40.614419 ], [ -74.077557, 40.612137 ], [ -74.077843, 40.611655 ], [ -74.079429, 40.609099 ], [ -74.08011, 40.608136 ], [ -74.080695, 40.607389 ], [ -74.081297, 40.606619 ], [ -74.081367, 40.60653 ], [ -74.081496, 40.606366 ], [ -74.081644, 40.606178 ], [ -74.082909, 40.606307 ], [ -74.083508, 40.606405 ], [ -74.083965, 40.606493 ], [ -74.08495, 40.606726 ], [ -74.085559, 40.606906 ], [ -74.086437, 40.607211 ], [ -74.086898, 40.607394 ], [ -74.087613, 40.607679 ], [ -74.088356, 40.607997 ], [ -74.088888, 40.60823 ], [ -74.090568, 40.609002 ], [ -74.090382, 40.609164 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085004700", "name": "Census Tract 47, Richmond County, New York", "total_population_17": 3127, "white_alone_17": 2437.0, "black_alone_17": 240.0, "native_alone_17": 27.0, "asian_alone_17": 248.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 147.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.927, "pct_black_alone_change": 1.621, "pct_native_alone_change": 0.535, "pct_asian_alone_change": 0.326, "pct_hispanic_or_latino_change": -5.588, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+40.6141999", "INTPTLON": "-074.0947353" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.103511, 40.616414 ], [ -74.102549, 40.616853 ], [ -74.101898, 40.617453 ], [ -74.10135, 40.618024 ], [ -74.099685, 40.619653 ], [ -74.098949, 40.619312 ], [ -74.098684, 40.619202 ], [ -74.098405, 40.61909 ], [ -74.097814, 40.618854 ], [ -74.097702, 40.618809 ], [ -74.097387, 40.616597 ], [ -74.097147, 40.615285 ], [ -74.096647, 40.615523 ], [ -74.096443, 40.61562 ], [ -74.096233, 40.61572 ], [ -74.094303, 40.616655 ], [ -74.094071, 40.617704 ], [ -74.09383, 40.617981 ], [ -74.093768, 40.618062 ], [ -74.093684, 40.61814 ], [ -74.093604, 40.618195 ], [ -74.093512, 40.618242 ], [ -74.09341, 40.618281 ], [ -74.093311, 40.618306 ], [ -74.093208, 40.618321 ], [ -74.093081, 40.618325 ], [ -74.092978, 40.618318 ], [ -74.092858, 40.618296 ], [ -74.092748, 40.618261 ], [ -74.092643, 40.618212 ], [ -74.092534, 40.618141 ], [ -74.092269, 40.617963 ], [ -74.092, 40.617801 ], [ -74.091817, 40.617701 ], [ -74.091664, 40.617567 ], [ -74.091479, 40.617431 ], [ -74.091278, 40.617308 ], [ -74.091109, 40.61722 ], [ -74.090913, 40.617133 ], [ -74.090698, 40.617055 ], [ -74.090469, 40.61699 ], [ -74.090307, 40.616952 ], [ -74.089854, 40.61686 ], [ -74.089802, 40.616808 ], [ -74.0896, 40.616608 ], [ -74.087414, 40.61593 ], [ -74.087704, 40.615527 ], [ -74.087833, 40.615318 ], [ -74.087777, 40.614943 ], [ -74.087429, 40.614419 ], [ -74.08721, 40.613307 ], [ -74.087487, 40.612932 ], [ -74.087916, 40.612287 ], [ -74.088217, 40.61184 ], [ -74.088333, 40.611672 ], [ -74.088866, 40.610859 ], [ -74.088997, 40.610664 ], [ -74.089588, 40.609848 ], [ -74.090109, 40.609403 ], [ -74.090382, 40.609164 ], [ -74.090568, 40.609002 ], [ -74.09249, 40.609773 ], [ -74.093259, 40.610032 ], [ -74.093888, 40.610206 ], [ -74.094473, 40.610329 ], [ -74.095279, 40.610441 ], [ -74.095964, 40.610477 ], [ -74.096878, 40.610501 ], [ -74.097658, 40.610503 ], [ -74.097884, 40.61075 ], [ -74.098103, 40.610962 ], [ -74.098467, 40.61135 ], [ -74.098515, 40.611387 ], [ -74.099351, 40.612419 ], [ -74.099877, 40.612919 ], [ -74.100551, 40.613461 ], [ -74.100684, 40.613554 ], [ -74.101276, 40.613985 ], [ -74.102094, 40.6146 ], [ -74.102568, 40.615188 ], [ -74.103026, 40.615781 ], [ -74.103511, 40.616414 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085005000", "name": "Census Tract 50, Richmond County, New York", "total_population_17": 4105, "white_alone_17": 2353.0, "black_alone_17": 468.0, "native_alone_17": 0.0, "asian_alone_17": 697.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 573.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.619, "pct_black_alone_change": 8.743, "pct_native_alone_change": -0.055, "pct_asian_alone_change": 8.621, "pct_hispanic_or_latino_change": 2.202, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6049549", "INTPTLON": "-074.0866600" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.092822, 40.601809 ], [ -74.09272, 40.602498 ], [ -74.092609, 40.60323 ], [ -74.092586, 40.605141 ], [ -74.092652, 40.605658 ], [ -74.092683, 40.605912 ], [ -74.092777, 40.606439 ], [ -74.092762, 40.606598 ], [ -74.092661, 40.6068 ], [ -74.0924, 40.607072 ], [ -74.092257, 40.607209 ], [ -74.09203, 40.607426 ], [ -74.09096, 40.60863 ], [ -74.090801, 40.608779 ], [ -74.090568, 40.609002 ], [ -74.088888, 40.60823 ], [ -74.088356, 40.607997 ], [ -74.087613, 40.607679 ], [ -74.086898, 40.607394 ], [ -74.086437, 40.607211 ], [ -74.085559, 40.606906 ], [ -74.08495, 40.606726 ], [ -74.083965, 40.606493 ], [ -74.083508, 40.606405 ], [ -74.082909, 40.606307 ], [ -74.081644, 40.606178 ], [ -74.077867, 40.606066 ], [ -74.077871, 40.606001 ], [ -74.077902, 40.605593 ], [ -74.077893, 40.605341 ], [ -74.077893, 40.605045 ], [ -74.077869, 40.60475 ], [ -74.07783, 40.60449 ], [ -74.077772, 40.604223 ], [ -74.077703, 40.603983 ], [ -74.077585, 40.603658 ], [ -74.07719, 40.602849 ], [ -74.076716, 40.602142 ], [ -74.076448, 40.601005 ], [ -74.077328, 40.60133 ], [ -74.07922, 40.601385 ], [ -74.080249, 40.601707 ], [ -74.082188, 40.601941 ], [ -74.082815, 40.601974 ], [ -74.083842, 40.601922 ], [ -74.084328, 40.601872 ], [ -74.084571, 40.601823 ], [ -74.085152, 40.601677 ], [ -74.085838, 40.601428 ], [ -74.086185, 40.601345 ], [ -74.086583, 40.60125 ], [ -74.088275, 40.601113 ], [ -74.088706, 40.601044 ], [ -74.089202, 40.600964 ], [ -74.089476, 40.600904 ], [ -74.090833, 40.599988 ], [ -74.09154, 40.599456 ], [ -74.091779, 40.599239 ], [ -74.092837, 40.601089 ], [ -74.092822, 40.601809 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085005900", "name": "Census Tract 59, Richmond County, New York", "total_population_17": 2986, "white_alone_17": 2125.0, "black_alone_17": 132.0, "native_alone_17": 0.0, "asian_alone_17": 225.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 480.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.099, "pct_black_alone_change": 0.965, "pct_native_alone_change": -0.19, "pct_asian_alone_change": 2.256, "pct_hispanic_or_latino_change": 10.606, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6241202", "INTPTLON": "-074.1002871" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.110015, 40.620688 ], [ -74.108435, 40.62126 ], [ -74.107585, 40.621531 ], [ -74.106822, 40.621794 ], [ -74.106016, 40.622138 ], [ -74.105644, 40.622321 ], [ -74.104453, 40.622913 ], [ -74.104256, 40.623682 ], [ -74.104291, 40.623829 ], [ -74.104443, 40.624485 ], [ -74.104588, 40.625098 ], [ -74.104749, 40.625805 ], [ -74.104844, 40.626207 ], [ -74.10491, 40.626496 ], [ -74.105063, 40.627178 ], [ -74.104172, 40.627276 ], [ -74.103003, 40.6274 ], [ -74.103036, 40.627577 ], [ -74.103052, 40.627661 ], [ -74.103134, 40.628099 ], [ -74.103248, 40.628724 ], [ -74.103376, 40.629403 ], [ -74.103504, 40.630096 ], [ -74.103683, 40.630806 ], [ -74.10267, 40.630926 ], [ -74.101511, 40.631073 ], [ -74.10051, 40.631214 ], [ -74.099521, 40.631358 ], [ -74.09888, 40.631446 ], [ -74.098421, 40.631598 ], [ -74.09799, 40.631764 ], [ -74.097155, 40.631898 ], [ -74.095921, 40.631723 ], [ -74.092966, 40.631184 ], [ -74.090416, 40.630675 ], [ -74.089672, 40.630532 ], [ -74.088904, 40.630292 ], [ -74.091581, 40.626546 ], [ -74.092239, 40.625743 ], [ -74.093954, 40.624334 ], [ -74.094509, 40.623879 ], [ -74.095151, 40.623353 ], [ -74.0964, 40.622329 ], [ -74.097436, 40.621485 ], [ -74.097614, 40.62134 ], [ -74.098016, 40.621013 ], [ -74.098062, 40.620976 ], [ -74.098232, 40.620837 ], [ -74.09862, 40.620521 ], [ -74.098996, 40.620213 ], [ -74.099258, 40.620001 ], [ -74.099685, 40.619653 ], [ -74.10135, 40.618024 ], [ -74.101898, 40.617453 ], [ -74.102549, 40.616853 ], [ -74.103511, 40.616414 ], [ -74.104584, 40.617612 ], [ -74.104953, 40.618023 ], [ -74.105187, 40.618282 ], [ -74.106103, 40.618969 ], [ -74.107341, 40.619543 ], [ -74.107461, 40.619594 ], [ -74.107707, 40.6197 ], [ -74.109033, 40.620264 ], [ -74.110015, 40.620688 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085006400", "name": "Census Tract 64, Richmond County, New York", "total_population_17": 3501, "white_alone_17": 1897.0, "black_alone_17": 548.0, "native_alone_17": 0.0, "asian_alone_17": 332.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 709.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.254, "pct_black_alone_change": 7.317, "pct_native_alone_change": -0.109, "pct_asian_alone_change": 3.197, "pct_hispanic_or_latino_change": 3.361, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.5972427", "INTPTLON": "-074.0785031" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.085866, 40.595952 ], [ -74.085826, 40.596138 ], [ -74.085758, 40.59634 ], [ -74.085684, 40.596502 ], [ -74.085616, 40.596624 ], [ -74.085513, 40.596781 ], [ -74.085394, 40.596933 ], [ -74.08526, 40.597077 ], [ -74.085118, 40.597208 ], [ -74.084965, 40.59733 ], [ -74.084809, 40.597438 ], [ -74.084635, 40.597542 ], [ -74.084464, 40.59763 ], [ -74.084249, 40.597725 ], [ -74.084057, 40.597794 ], [ -74.083833, 40.597861 ], [ -74.083608, 40.597912 ], [ -74.082288, 40.598402 ], [ -74.082, 40.598682 ], [ -74.081548, 40.599012 ], [ -74.081304, 40.599387 ], [ -74.081164, 40.600207 ], [ -74.081203, 40.600446 ], [ -74.081396, 40.600925 ], [ -74.081845, 40.601535 ], [ -74.082188, 40.601941 ], [ -74.080249, 40.601707 ], [ -74.07922, 40.601385 ], [ -74.077328, 40.60133 ], [ -74.076448, 40.601005 ], [ -74.074982, 40.600261 ], [ -74.073016, 40.599362 ], [ -74.072761, 40.59923 ], [ -74.072511, 40.5991 ], [ -74.072338, 40.599011 ], [ -74.072191, 40.598935 ], [ -74.071967, 40.598832 ], [ -74.071955, 40.598697 ], [ -74.07195, 40.598637 ], [ -74.071941, 40.598534 ], [ -74.071997, 40.598202 ], [ -74.072007, 40.598133 ], [ -74.071999, 40.59806 ], [ -74.071972, 40.597988 ], [ -74.071933, 40.597929 ], [ -74.071874, 40.597871 ], [ -74.071804, 40.597824 ], [ -74.071771, 40.597807 ], [ -74.070958, 40.597344 ], [ -74.07044, 40.596735 ], [ -74.071186, 40.59649 ], [ -74.072817, 40.595952 ], [ -74.07368, 40.595668 ], [ -74.074538, 40.595387 ], [ -74.075399, 40.595104 ], [ -74.076263, 40.594823 ], [ -74.07715, 40.594534 ], [ -74.078022, 40.594255 ], [ -74.078882, 40.593943 ], [ -74.078467, 40.5933 ], [ -74.079363, 40.592994 ], [ -74.080297, 40.592668 ], [ -74.081649, 40.59221 ], [ -74.08241, 40.593207 ], [ -74.083107, 40.594335 ], [ -74.083323, 40.594766 ], [ -74.083617, 40.595257 ], [ -74.083752, 40.595491 ], [ -74.08407, 40.595496 ], [ -74.084914, 40.595692 ], [ -74.085875, 40.59589 ], [ -74.085866, 40.595952 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085006700", "name": "Census Tract 67, Richmond County, New York", "total_population_17": 2650, "white_alone_17": 2280.0, "black_alone_17": 40.0, "native_alone_17": 0.0, "asian_alone_17": 122.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 182.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 3.405, "pct_black_alone_change": -2.798, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.928, "pct_hispanic_or_latino_change": -0.415, "pct_native_hawaiian_pacific_islander_change": -0.105, "INTPTLAT": "+40.6355428", "INTPTLON": "-074.1012037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.107261, 40.638616 ], [ -74.107177, 40.638667 ], [ -74.107091, 40.6387 ], [ -74.106998, 40.63872 ], [ -74.106906, 40.638726 ], [ -74.105422, 40.638899 ], [ -74.10481, 40.638977 ], [ -74.104371, 40.639084 ], [ -74.103938, 40.63919 ], [ -74.103053, 40.639401 ], [ -74.102969, 40.639422 ], [ -74.10269, 40.63949 ], [ -74.102166, 40.639618 ], [ -74.101296, 40.639827 ], [ -74.100424, 40.640041 ], [ -74.099961, 40.640181 ], [ -74.099289, 40.640205 ], [ -74.09788, 40.640358 ], [ -74.097673, 40.638961 ], [ -74.09638, 40.639035 ], [ -74.095709, 40.639099 ], [ -74.094094, 40.639267 ], [ -74.093863, 40.638025 ], [ -74.093627, 40.637284 ], [ -74.093389, 40.6366 ], [ -74.092449, 40.635619 ], [ -74.092731, 40.635371 ], [ -74.09348, 40.634944 ], [ -74.095885, 40.635643 ], [ -74.0959, 40.635638 ], [ -74.096454, 40.635334 ], [ -74.096864, 40.634563 ], [ -74.097267, 40.633998 ], [ -74.097198, 40.632884 ], [ -74.097155, 40.631898 ], [ -74.09799, 40.631764 ], [ -74.098421, 40.631598 ], [ -74.09888, 40.631446 ], [ -74.099521, 40.631358 ], [ -74.10051, 40.631214 ], [ -74.101511, 40.631073 ], [ -74.10267, 40.630926 ], [ -74.103683, 40.630806 ], [ -74.103504, 40.630096 ], [ -74.103376, 40.629403 ], [ -74.103248, 40.628724 ], [ -74.103134, 40.628099 ], [ -74.103052, 40.627661 ], [ -74.103036, 40.627577 ], [ -74.103003, 40.6274 ], [ -74.104172, 40.627276 ], [ -74.105063, 40.627178 ], [ -74.105241, 40.627878 ], [ -74.105292, 40.628104 ], [ -74.105578, 40.62919 ], [ -74.105774, 40.62993 ], [ -74.10585, 40.630373 ], [ -74.105768, 40.630569 ], [ -74.105984, 40.632022 ], [ -74.106154, 40.632825 ], [ -74.106537, 40.634702 ], [ -74.106747, 40.635732 ], [ -74.107038, 40.637115 ], [ -74.107055, 40.637194 ], [ -74.107101, 40.637405 ], [ -74.107214, 40.63795 ], [ -74.107337, 40.63854 ], [ -74.107261, 40.638616 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085007000", "name": "Census Tract 70, Richmond County, New York", "total_population_17": 8895, "white_alone_17": 5807.0, "black_alone_17": 517.0, "native_alone_17": 263.0, "asian_alone_17": 820.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1669.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -15.108, "pct_black_alone_change": 3.304, "pct_native_alone_change": 2.71, "pct_asian_alone_change": 5.149, "pct_hispanic_or_latino_change": 7.376, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5864329", "INTPTLON": "-074.0802094" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.092073, 40.586544 ], [ -74.091618, 40.587068 ], [ -74.091118, 40.587634 ], [ -74.09077, 40.588029 ], [ -74.090384, 40.588468 ], [ -74.089879, 40.589038 ], [ -74.089378, 40.589605 ], [ -74.088871, 40.590178 ], [ -74.088365, 40.590752 ], [ -74.087847, 40.59136 ], [ -74.087389, 40.59219 ], [ -74.087163, 40.592783 ], [ -74.086858, 40.593501 ], [ -74.086581, 40.594153 ], [ -74.086318, 40.59481 ], [ -74.085875, 40.59589 ], [ -74.084914, 40.595692 ], [ -74.08407, 40.595496 ], [ -74.083752, 40.595491 ], [ -74.083617, 40.595257 ], [ -74.083323, 40.594766 ], [ -74.083107, 40.594335 ], [ -74.08241, 40.593207 ], [ -74.081649, 40.59221 ], [ -74.080297, 40.592668 ], [ -74.079363, 40.592994 ], [ -74.078467, 40.5933 ], [ -74.078882, 40.593943 ], [ -74.078022, 40.594255 ], [ -74.07715, 40.594534 ], [ -74.076263, 40.594823 ], [ -74.075399, 40.595104 ], [ -74.074538, 40.595387 ], [ -74.07368, 40.595668 ], [ -74.072817, 40.595952 ], [ -74.071186, 40.59649 ], [ -74.07044, 40.596735 ], [ -74.069705, 40.595376 ], [ -74.069645, 40.595264 ], [ -74.068318, 40.592785 ], [ -74.068146, 40.592456 ], [ -74.067952, 40.592083 ], [ -74.067515, 40.591335 ], [ -74.067167, 40.590866 ], [ -74.066626, 40.590342 ], [ -74.065829, 40.590059 ], [ -74.065779, 40.590024 ], [ -74.065739, 40.589975 ], [ -74.065719, 40.589917 ], [ -74.065722, 40.589856 ], [ -74.065743, 40.589808 ], [ -74.065775, 40.589768 ], [ -74.065641, 40.589622 ], [ -74.064956, 40.58901 ], [ -74.061046, 40.586 ], [ -74.059887, 40.585086 ], [ -74.059609, 40.584867 ], [ -74.070915, 40.575474 ], [ -74.071981, 40.576063 ], [ -74.07207, 40.576112 ], [ -74.076031, 40.578301 ], [ -74.076887, 40.578699 ], [ -74.077802, 40.57925 ], [ -74.078328, 40.579533 ], [ -74.079934, 40.580357 ], [ -74.080327, 40.58056 ], [ -74.082185, 40.581518 ], [ -74.084314, 40.582596 ], [ -74.086541, 40.583733 ], [ -74.088496, 40.584789 ], [ -74.089121, 40.584143 ], [ -74.090895, 40.585057 ], [ -74.091649, 40.585444 ], [ -74.092616, 40.58594 ], [ -74.092073, 40.586544 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085007400", "name": "Census Tract 74, Richmond County, New York", "total_population_17": 4583, "white_alone_17": 2788.0, "black_alone_17": 121.0, "native_alone_17": 0.0, "asian_alone_17": 727.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 770.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.556, "pct_black_alone_change": 0.609, "pct_native_alone_change": -0.165, "pct_asian_alone_change": 8.069, "pct_hispanic_or_latino_change": -1.887, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+40.5915459", "INTPTLON": "-074.0629365" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.07044, 40.596735 ], [ -74.06957, 40.59702 ], [ -74.068927, 40.597231 ], [ -74.068352, 40.597421 ], [ -74.067396, 40.597734 ], [ -74.06662, 40.597995 ], [ -74.066265, 40.59811 ], [ -74.066047, 40.59818 ], [ -74.065924, 40.598221 ], [ -74.065816, 40.598258 ], [ -74.065184, 40.598467 ], [ -74.063759, 40.598935 ], [ -74.063299, 40.598363 ], [ -74.062896, 40.597862 ], [ -74.062482, 40.597347 ], [ -74.062076, 40.596841 ], [ -74.061877, 40.596595 ], [ -74.060451, 40.594975 ], [ -74.060046, 40.594488 ], [ -74.059694, 40.594082 ], [ -74.056345, 40.590361 ], [ -74.054866, 40.588784 ], [ -74.055101, 40.588612 ], [ -74.059609, 40.584867 ], [ -74.059887, 40.585086 ], [ -74.061046, 40.586 ], [ -74.064956, 40.58901 ], [ -74.065641, 40.589622 ], [ -74.065775, 40.589768 ], [ -74.065743, 40.589808 ], [ -74.065722, 40.589856 ], [ -74.065719, 40.589917 ], [ -74.065739, 40.589975 ], [ -74.065779, 40.590024 ], [ -74.065829, 40.590059 ], [ -74.066626, 40.590342 ], [ -74.067167, 40.590866 ], [ -74.067515, 40.591335 ], [ -74.067952, 40.592083 ], [ -74.068146, 40.592456 ], [ -74.068318, 40.592785 ], [ -74.069645, 40.595264 ], [ -74.069705, 40.595376 ], [ -74.07044, 40.596735 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085007500", "name": "Census Tract 75, Richmond County, New York", "total_population_17": 4060, "white_alone_17": 1638.0, "black_alone_17": 550.0, "native_alone_17": 0.0, "asian_alone_17": 95.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1584.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.945, "pct_black_alone_change": -5.245, "pct_native_alone_change": -0.135, "pct_asian_alone_change": -3.211, "pct_hispanic_or_latino_change": 18.138, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6335987", "INTPTLON": "-074.0909457" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.097267, 40.633998 ], [ -74.096864, 40.634563 ], [ -74.096454, 40.635334 ], [ -74.0959, 40.635638 ], [ -74.095885, 40.635643 ], [ -74.09348, 40.634944 ], [ -74.092731, 40.635371 ], [ -74.092449, 40.635619 ], [ -74.09182, 40.635556 ], [ -74.090907, 40.635485 ], [ -74.090277, 40.635499 ], [ -74.089703, 40.635683 ], [ -74.089102, 40.636247 ], [ -74.088917, 40.636528 ], [ -74.088706, 40.636845 ], [ -74.087597, 40.636262 ], [ -74.086877, 40.635877 ], [ -74.085879, 40.636692 ], [ -74.085134, 40.636359 ], [ -74.083734, 40.635737 ], [ -74.083947, 40.635654 ], [ -74.084265, 40.635492 ], [ -74.084437, 40.635405 ], [ -74.085082, 40.634691 ], [ -74.085749, 40.633955 ], [ -74.087141, 40.632239 ], [ -74.087618, 40.631648 ], [ -74.088077, 40.631081 ], [ -74.088904, 40.630292 ], [ -74.089672, 40.630532 ], [ -74.090416, 40.630675 ], [ -74.092966, 40.631184 ], [ -74.095921, 40.631723 ], [ -74.097155, 40.631898 ], [ -74.097198, 40.632884 ], [ -74.097267, 40.633998 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085007700", "name": "Census Tract 77, Richmond County, New York", "total_population_17": 1370, "white_alone_17": 201.0, "black_alone_17": 539.0, "native_alone_17": 0.0, "asian_alone_17": 80.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 520.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.612, "pct_black_alone_change": -7.783, "pct_native_alone_change": -0.511, "pct_asian_alone_change": 2.582, "pct_hispanic_or_latino_change": 5.9, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6378663", "INTPTLON": "-074.0902676" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.094094, 40.639267 ], [ -74.093288, 40.639398 ], [ -74.09284, 40.639472 ], [ -74.092054, 40.639606 ], [ -74.091146, 40.639758 ], [ -74.090292, 40.639899 ], [ -74.08935, 40.64005 ], [ -74.087984, 40.640263 ], [ -74.087953, 40.640465 ], [ -74.087091, 40.640334 ], [ -74.087206, 40.639896 ], [ -74.087399, 40.63916 ], [ -74.087542, 40.638449 ], [ -74.087279, 40.637812 ], [ -74.086547, 40.637156 ], [ -74.085879, 40.636692 ], [ -74.086877, 40.635877 ], [ -74.087597, 40.636262 ], [ -74.088706, 40.636845 ], [ -74.088917, 40.636528 ], [ -74.089102, 40.636247 ], [ -74.089703, 40.635683 ], [ -74.090277, 40.635499 ], [ -74.090907, 40.635485 ], [ -74.09182, 40.635556 ], [ -74.092449, 40.635619 ], [ -74.093389, 40.6366 ], [ -74.093627, 40.637284 ], [ -74.093863, 40.638025 ], [ -74.094094, 40.639267 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085008100", "name": "Census Tract 81, Richmond County, New York", "total_population_17": 4501, "white_alone_17": 1110.0, "black_alone_17": 1713.0, "native_alone_17": 20.0, "asian_alone_17": 280.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1051.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -18.894, "pct_black_alone_change": 6.131, "pct_native_alone_change": -0.175, "pct_asian_alone_change": -0.729, "pct_hispanic_or_latino_change": 6.882, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6440923", "INTPTLON": "-074.0941085" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.100883, 40.645112 ], [ -74.100134, 40.644975 ], [ -74.100022, 40.645415 ], [ -74.100247, 40.648148 ], [ -74.094178, 40.648233 ], [ -74.093746, 40.648239 ], [ -74.091253, 40.649444 ], [ -74.089599, 40.647571 ], [ -74.089554, 40.647221 ], [ -74.089201, 40.647032 ], [ -74.089106, 40.646912 ], [ -74.088933, 40.646665 ], [ -74.08652, 40.643897 ], [ -74.086524, 40.642564 ], [ -74.086677, 40.641909 ], [ -74.086828, 40.641338 ], [ -74.087019, 40.640613 ], [ -74.087091, 40.640334 ], [ -74.087953, 40.640465 ], [ -74.087984, 40.640263 ], [ -74.08935, 40.64005 ], [ -74.090292, 40.639899 ], [ -74.091146, 40.639758 ], [ -74.092054, 40.639606 ], [ -74.09284, 40.639472 ], [ -74.093288, 40.639398 ], [ -74.094094, 40.639267 ], [ -74.095709, 40.639099 ], [ -74.09638, 40.639035 ], [ -74.097673, 40.638961 ], [ -74.09788, 40.640358 ], [ -74.099289, 40.640205 ], [ -74.099961, 40.640181 ], [ -74.100195, 40.641813 ], [ -74.100392, 40.643118 ], [ -74.100633, 40.644177 ], [ -74.100666, 40.644228 ], [ -74.100683, 40.644295 ], [ -74.100824, 40.644868 ], [ -74.100883, 40.645112 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085009601", "name": "Census Tract 96.01, Richmond County, New York", "total_population_17": 3984, "white_alone_17": 2758.0, "black_alone_17": 99.0, "native_alone_17": 95.0, "asian_alone_17": 355.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 612.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.305, "pct_black_alone_change": 1.652, "pct_native_alone_change": 2.385, "pct_asian_alone_change": 4.227, "pct_hispanic_or_latino_change": 6.904, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5969283", "INTPTLON": "-074.0886024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.095862, 40.595951 ], [ -74.094903, 40.596296 ], [ -74.094276, 40.596449 ], [ -74.093755, 40.596745 ], [ -74.093364, 40.597033 ], [ -74.092724, 40.597464 ], [ -74.092286, 40.598082 ], [ -74.091928, 40.598504 ], [ -74.091783, 40.598719 ], [ -74.091779, 40.599239 ], [ -74.09154, 40.599456 ], [ -74.090833, 40.599988 ], [ -74.089476, 40.600904 ], [ -74.089202, 40.600964 ], [ -74.088706, 40.601044 ], [ -74.088275, 40.601113 ], [ -74.086583, 40.60125 ], [ -74.086185, 40.601345 ], [ -74.085838, 40.601428 ], [ -74.085152, 40.601677 ], [ -74.084571, 40.601823 ], [ -74.084328, 40.601872 ], [ -74.083842, 40.601922 ], [ -74.082815, 40.601974 ], [ -74.082188, 40.601941 ], [ -74.081845, 40.601535 ], [ -74.081396, 40.600925 ], [ -74.081203, 40.600446 ], [ -74.081164, 40.600207 ], [ -74.081304, 40.599387 ], [ -74.081548, 40.599012 ], [ -74.082, 40.598682 ], [ -74.082288, 40.598402 ], [ -74.083608, 40.597912 ], [ -74.083833, 40.597861 ], [ -74.084057, 40.597794 ], [ -74.084249, 40.597725 ], [ -74.084464, 40.59763 ], [ -74.084635, 40.597542 ], [ -74.084809, 40.597438 ], [ -74.084965, 40.59733 ], [ -74.085118, 40.597208 ], [ -74.08526, 40.597077 ], [ -74.085394, 40.596933 ], [ -74.085513, 40.596781 ], [ -74.085616, 40.596624 ], [ -74.085684, 40.596502 ], [ -74.085758, 40.59634 ], [ -74.085826, 40.596138 ], [ -74.085866, 40.595952 ], [ -74.085875, 40.59589 ], [ -74.086318, 40.59481 ], [ -74.086581, 40.594153 ], [ -74.086858, 40.593501 ], [ -74.087163, 40.592783 ], [ -74.087389, 40.59219 ], [ -74.087847, 40.59136 ], [ -74.088365, 40.590752 ], [ -74.088809, 40.590985 ], [ -74.090243, 40.591734 ], [ -74.09083, 40.592038 ], [ -74.091372, 40.592312 ], [ -74.091577, 40.59242 ], [ -74.091637, 40.592436 ], [ -74.093026, 40.593167 ], [ -74.093766, 40.59355 ], [ -74.094686, 40.594033 ], [ -74.095568, 40.594495 ], [ -74.097221, 40.595365 ], [ -74.095862, 40.595951 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085009602", "name": "Census Tract 96.02, Richmond County, New York", "total_population_17": 3367, "white_alone_17": 2687.0, "black_alone_17": 72.0, "native_alone_17": 0.0, "asian_alone_17": 278.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 321.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.346, "pct_black_alone_change": 1.03, "pct_native_alone_change": -0.12, "pct_asian_alone_change": 2.299, "pct_hispanic_or_latino_change": 2.887, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5907821", "INTPTLON": "-074.0951596" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.100976, 40.591832 ], [ -74.10083, 40.592632 ], [ -74.100817, 40.592668 ], [ -74.10074, 40.592847 ], [ -74.100641, 40.593028 ], [ -74.10053, 40.593196 ], [ -74.100415, 40.593343 ], [ -74.100067, 40.593641 ], [ -74.099796, 40.593871 ], [ -74.099492, 40.594048 ], [ -74.099027, 40.59432 ], [ -74.098738, 40.594488 ], [ -74.098069, 40.594881 ], [ -74.097987, 40.594931 ], [ -74.097221, 40.595365 ], [ -74.095568, 40.594495 ], [ -74.094686, 40.594033 ], [ -74.093766, 40.59355 ], [ -74.093026, 40.593167 ], [ -74.091637, 40.592436 ], [ -74.091577, 40.59242 ], [ -74.091372, 40.592312 ], [ -74.09083, 40.592038 ], [ -74.090243, 40.591734 ], [ -74.088809, 40.590985 ], [ -74.088365, 40.590752 ], [ -74.088871, 40.590178 ], [ -74.089378, 40.589605 ], [ -74.089879, 40.589038 ], [ -74.090384, 40.588468 ], [ -74.09077, 40.588029 ], [ -74.091118, 40.587634 ], [ -74.091618, 40.587068 ], [ -74.092073, 40.586544 ], [ -74.092616, 40.58594 ], [ -74.094164, 40.586735 ], [ -74.095071, 40.587203 ], [ -74.096561, 40.587971 ], [ -74.096802, 40.588096 ], [ -74.097011, 40.58819 ], [ -74.097193, 40.588284 ], [ -74.097584, 40.588488 ], [ -74.098939, 40.589181 ], [ -74.100883, 40.590179 ], [ -74.10089, 40.590446 ], [ -74.100905, 40.59102 ], [ -74.100976, 40.591832 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085009700", "name": "Census Tract 97, Richmond County, New York", "total_population_17": 4526, "white_alone_17": 1588.0, "black_alone_17": 1569.0, "native_alone_17": 0.0, "asian_alone_17": 66.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1281.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.959, "pct_black_alone_change": 4.886, "pct_native_alone_change": -0.576, "pct_asian_alone_change": -1.345, "pct_hispanic_or_latino_change": 8.476, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6432553", "INTPTLON": "-074.1094421" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.122114, 40.645034 ], [ -74.120675, 40.645456 ], [ -74.116509, 40.646451 ], [ -74.112343, 40.647446 ], [ -74.109976, 40.648011 ], [ -74.106316, 40.648062 ], [ -74.10504, 40.64808 ], [ -74.100247, 40.648148 ], [ -74.100022, 40.645415 ], [ -74.100134, 40.644975 ], [ -74.100883, 40.645112 ], [ -74.100824, 40.644868 ], [ -74.100683, 40.644295 ], [ -74.100666, 40.644228 ], [ -74.100633, 40.644177 ], [ -74.100392, 40.643118 ], [ -74.100195, 40.641813 ], [ -74.099961, 40.640181 ], [ -74.100424, 40.640041 ], [ -74.101296, 40.639827 ], [ -74.102166, 40.639618 ], [ -74.10269, 40.63949 ], [ -74.102969, 40.639422 ], [ -74.103053, 40.639401 ], [ -74.103938, 40.63919 ], [ -74.104371, 40.639084 ], [ -74.10481, 40.638977 ], [ -74.105422, 40.638899 ], [ -74.106906, 40.638726 ], [ -74.106998, 40.63872 ], [ -74.107091, 40.6387 ], [ -74.107177, 40.638667 ], [ -74.107261, 40.638616 ], [ -74.107337, 40.63854 ], [ -74.107464, 40.638439 ], [ -74.108228, 40.638314 ], [ -74.108689, 40.63824 ], [ -74.108857, 40.638223 ], [ -74.109043, 40.638187 ], [ -74.109203, 40.638141 ], [ -74.109348, 40.638086 ], [ -74.109482, 40.638021 ], [ -74.109542, 40.637987 ], [ -74.110808, 40.637746 ], [ -74.111748, 40.637643 ], [ -74.11198, 40.637618 ], [ -74.112794, 40.637531 ], [ -74.113736, 40.637429 ], [ -74.114995, 40.637292 ], [ -74.115191, 40.638347 ], [ -74.115786, 40.638275 ], [ -74.116414, 40.638203 ], [ -74.117088, 40.638128 ], [ -74.117657, 40.638062 ], [ -74.117648, 40.638968 ], [ -74.117646, 40.639377 ], [ -74.117757, 40.639849 ], [ -74.118007, 40.640562 ], [ -74.118069, 40.641214 ], [ -74.118067, 40.641298 ], [ -74.119683, 40.641092 ], [ -74.120563, 40.640942 ], [ -74.120659, 40.641196 ], [ -74.120928, 40.641813 ], [ -74.120952, 40.641878 ], [ -74.122114, 40.645034 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085010500", "name": "Census Tract 105, Richmond County, New York", "total_population_17": 4663, "white_alone_17": 2102.0, "black_alone_17": 621.0, "native_alone_17": 0.0, "asian_alone_17": 385.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1512.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.146, "pct_black_alone_change": -7.203, "pct_native_alone_change": -0.249, "pct_asian_alone_change": 2.186, "pct_hispanic_or_latino_change": 14.758, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6337990", "INTPTLON": "-074.1118714" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.117657, 40.638062 ], [ -74.117088, 40.638128 ], [ -74.116414, 40.638203 ], [ -74.115786, 40.638275 ], [ -74.115191, 40.638347 ], [ -74.114995, 40.637292 ], [ -74.113736, 40.637429 ], [ -74.112794, 40.637531 ], [ -74.11198, 40.637618 ], [ -74.111748, 40.637643 ], [ -74.110808, 40.637746 ], [ -74.109542, 40.637987 ], [ -74.109482, 40.638021 ], [ -74.109348, 40.638086 ], [ -74.109203, 40.638141 ], [ -74.109043, 40.638187 ], [ -74.108857, 40.638223 ], [ -74.108689, 40.63824 ], [ -74.108228, 40.638314 ], [ -74.107464, 40.638439 ], [ -74.107337, 40.63854 ], [ -74.107214, 40.63795 ], [ -74.107101, 40.637405 ], [ -74.107055, 40.637194 ], [ -74.107038, 40.637115 ], [ -74.106747, 40.635732 ], [ -74.106537, 40.634702 ], [ -74.106154, 40.632825 ], [ -74.105984, 40.632022 ], [ -74.105768, 40.630569 ], [ -74.106051, 40.630599 ], [ -74.106905, 40.630466 ], [ -74.107463, 40.630367 ], [ -74.108113, 40.630256 ], [ -74.108271, 40.630229 ], [ -74.108883, 40.630115 ], [ -74.109115, 40.630068 ], [ -74.109299, 40.63004 ], [ -74.110003, 40.629909 ], [ -74.110203, 40.629874 ], [ -74.111227, 40.629685 ], [ -74.113359, 40.629282 ], [ -74.11619, 40.628941 ], [ -74.116346, 40.629835 ], [ -74.116505, 40.630756 ], [ -74.116666, 40.63171 ], [ -74.116836, 40.632675 ], [ -74.116959, 40.633351 ], [ -74.117045, 40.633817 ], [ -74.117077, 40.634007 ], [ -74.117199, 40.634568 ], [ -74.117384, 40.635396 ], [ -74.117423, 40.635766 ], [ -74.117549, 40.636954 ], [ -74.117657, 40.638062 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085011201", "name": "Census Tract 112.01, Richmond County, New York", "total_population_17": 6007, "white_alone_17": 4651.0, "black_alone_17": 53.0, "native_alone_17": 0.0, "asian_alone_17": 433.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 870.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.263, "pct_black_alone_change": 0.506, "pct_native_alone_change": -0.34, "pct_asian_alone_change": 2.217, "pct_hispanic_or_latino_change": 6.147, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5769871", "INTPTLON": "-074.0867381" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.099741, 40.580208 ], [ -74.099089, 40.580725 ], [ -74.09844, 40.581242 ], [ -74.097718, 40.581815 ], [ -74.09704, 40.582349 ], [ -74.096993, 40.582386 ], [ -74.096631, 40.582672 ], [ -74.096169, 40.583044 ], [ -74.095438, 40.583624 ], [ -74.094711, 40.584203 ], [ -74.094025, 40.584748 ], [ -74.093407, 40.58524 ], [ -74.092616, 40.58594 ], [ -74.091649, 40.585444 ], [ -74.090895, 40.585057 ], [ -74.089121, 40.584143 ], [ -74.088496, 40.584789 ], [ -74.086541, 40.583733 ], [ -74.084314, 40.582596 ], [ -74.082185, 40.581518 ], [ -74.080327, 40.58056 ], [ -74.079934, 40.580357 ], [ -74.078328, 40.579533 ], [ -74.077802, 40.57925 ], [ -74.076887, 40.578699 ], [ -74.076031, 40.578301 ], [ -74.07207, 40.576112 ], [ -74.071981, 40.576063 ], [ -74.070915, 40.575474 ], [ -74.078961, 40.568787 ], [ -74.080608, 40.569597 ], [ -74.080792, 40.569687 ], [ -74.085007, 40.571758 ], [ -74.08601, 40.572251 ], [ -74.087678, 40.573071 ], [ -74.08887, 40.573723 ], [ -74.089605, 40.57413 ], [ -74.090328, 40.574515 ], [ -74.091094, 40.5749 ], [ -74.091822, 40.575275 ], [ -74.092572, 40.575672 ], [ -74.093357, 40.576047 ], [ -74.094087, 40.576419 ], [ -74.094837, 40.576806 ], [ -74.095212, 40.577045 ], [ -74.096132, 40.577526 ], [ -74.097412, 40.578174 ], [ -74.097476, 40.578207 ], [ -74.098511, 40.578731 ], [ -74.099401, 40.579187 ], [ -74.100391, 40.579689 ], [ -74.099741, 40.580208 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085011202", "name": "Census Tract 112.02, Richmond County, New York", "total_population_17": 5417, "white_alone_17": 3228.0, "black_alone_17": 235.0, "native_alone_17": 22.0, "asian_alone_17": 734.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1157.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.182, "pct_black_alone_change": 2.893, "pct_native_alone_change": 0.156, "pct_asian_alone_change": 8.055, "pct_hispanic_or_latino_change": 5.195, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5694810", "INTPTLON": "-074.0945098" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.109184, 40.571042 ], [ -74.108635, 40.571587 ], [ -74.108088, 40.572131 ], [ -74.107543, 40.572674 ], [ -74.106991, 40.57322 ], [ -74.106423, 40.573786 ], [ -74.105833, 40.574373 ], [ -74.105677, 40.574527 ], [ -74.105261, 40.574941 ], [ -74.105112, 40.575087 ], [ -74.104543, 40.575654 ], [ -74.10369, 40.576505 ], [ -74.102973, 40.577254 ], [ -74.102316, 40.577945 ], [ -74.10167, 40.578623 ], [ -74.101052, 40.579169 ], [ -74.100391, 40.579689 ], [ -74.099401, 40.579187 ], [ -74.098511, 40.578731 ], [ -74.097476, 40.578207 ], [ -74.097412, 40.578174 ], [ -74.096132, 40.577526 ], [ -74.095212, 40.577045 ], [ -74.094837, 40.576806 ], [ -74.094087, 40.576419 ], [ -74.093357, 40.576047 ], [ -74.092572, 40.575672 ], [ -74.091822, 40.575275 ], [ -74.091094, 40.5749 ], [ -74.090328, 40.574515 ], [ -74.089605, 40.57413 ], [ -74.08887, 40.573723 ], [ -74.087678, 40.573071 ], [ -74.08601, 40.572251 ], [ -74.085007, 40.571758 ], [ -74.080792, 40.569687 ], [ -74.080608, 40.569597 ], [ -74.078961, 40.568787 ], [ -74.084974, 40.563787 ], [ -74.089045, 40.560404 ], [ -74.090389, 40.560987 ], [ -74.09489, 40.562942 ], [ -74.095438, 40.563412 ], [ -74.097632, 40.564484 ], [ -74.100022, 40.565643 ], [ -74.100788, 40.566015 ], [ -74.101549, 40.566386 ], [ -74.102089, 40.566647 ], [ -74.10307, 40.567123 ], [ -74.103869, 40.567501 ], [ -74.10467, 40.567877 ], [ -74.105473, 40.568256 ], [ -74.106604, 40.568778 ], [ -74.108739, 40.569992 ], [ -74.109762, 40.570468 ], [ -74.109184, 40.571042 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085011401", "name": "Census Tract 114.01, Richmond County, New York", "total_population_17": 2848, "white_alone_17": 1211.0, "black_alone_17": 464.0, "native_alone_17": 0.0, "asian_alone_17": 322.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 684.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -21.226, "pct_black_alone_change": 4.581, "pct_native_alone_change": -0.543, "pct_asian_alone_change": 6.113, "pct_hispanic_or_latino_change": 6.06, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5857439", "INTPTLON": "-074.0990982" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.104549, 40.5865 ], [ -74.103926, 40.587076 ], [ -74.102079, 40.588741 ], [ -74.101761, 40.589067 ], [ -74.101494, 40.589344 ], [ -74.100883, 40.590179 ], [ -74.098939, 40.589181 ], [ -74.097584, 40.588488 ], [ -74.097193, 40.588284 ], [ -74.097011, 40.58819 ], [ -74.096802, 40.588096 ], [ -74.096561, 40.587971 ], [ -74.095071, 40.587203 ], [ -74.094164, 40.586735 ], [ -74.092616, 40.58594 ], [ -74.093407, 40.58524 ], [ -74.094025, 40.584748 ], [ -74.094711, 40.584203 ], [ -74.095438, 40.583624 ], [ -74.096169, 40.583044 ], [ -74.096631, 40.582672 ], [ -74.096993, 40.582386 ], [ -74.09704, 40.582349 ], [ -74.097718, 40.581815 ], [ -74.09844, 40.581242 ], [ -74.100612, 40.582712 ], [ -74.102497, 40.584016 ], [ -74.102617, 40.584104 ], [ -74.102789, 40.584225 ], [ -74.105259, 40.585923 ], [ -74.104549, 40.5865 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085011402", "name": "Census Tract 114.02, Richmond County, New York", "total_population_17": 3743, "white_alone_17": 3016.0, "black_alone_17": 66.0, "native_alone_17": 0.0, "asian_alone_17": 277.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 343.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.551, "pct_black_alone_change": 0.442, "pct_native_alone_change": -0.277, "pct_asian_alone_change": 3.067, "pct_hispanic_or_latino_change": -1.1, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5811925", "INTPTLON": "-074.1049524" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.111276, 40.581792 ], [ -74.110286, 40.5822 ], [ -74.109248, 40.582679 ], [ -74.107909, 40.583685 ], [ -74.10729, 40.584222 ], [ -74.106495, 40.584895 ], [ -74.105883, 40.585408 ], [ -74.105259, 40.585923 ], [ -74.102789, 40.584225 ], [ -74.102617, 40.584104 ], [ -74.102497, 40.584016 ], [ -74.100612, 40.582712 ], [ -74.09844, 40.581242 ], [ -74.099089, 40.580725 ], [ -74.099741, 40.580208 ], [ -74.100391, 40.579689 ], [ -74.101052, 40.579169 ], [ -74.10167, 40.578623 ], [ -74.102316, 40.577945 ], [ -74.102973, 40.577254 ], [ -74.10369, 40.576505 ], [ -74.104234, 40.57674 ], [ -74.104959, 40.5771 ], [ -74.1056, 40.577578 ], [ -74.10711, 40.578536 ], [ -74.108795, 40.579438 ], [ -74.108945, 40.57952 ], [ -74.109112, 40.579609 ], [ -74.110059, 40.580115 ], [ -74.11221, 40.581267 ], [ -74.111276, 40.581792 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085012100", "name": "Census Tract 121, Richmond County, New York", "total_population_17": 3228, "white_alone_17": 2335.0, "black_alone_17": 30.0, "native_alone_17": 10.0, "asian_alone_17": 118.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 712.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.686, "pct_black_alone_change": 0.082, "pct_native_alone_change": 0.153, "pct_asian_alone_change": 0.236, "pct_hispanic_or_latino_change": 17.005, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6258789", "INTPTLON": "-074.1096443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.11619, 40.628941 ], [ -74.113359, 40.629282 ], [ -74.111227, 40.629685 ], [ -74.110203, 40.629874 ], [ -74.110003, 40.629909 ], [ -74.109299, 40.63004 ], [ -74.109115, 40.630068 ], [ -74.108883, 40.630115 ], [ -74.108271, 40.630229 ], [ -74.108113, 40.630256 ], [ -74.107463, 40.630367 ], [ -74.106905, 40.630466 ], [ -74.106051, 40.630599 ], [ -74.105768, 40.630569 ], [ -74.10585, 40.630373 ], [ -74.105774, 40.62993 ], [ -74.105578, 40.62919 ], [ -74.105292, 40.628104 ], [ -74.105241, 40.627878 ], [ -74.105063, 40.627178 ], [ -74.10491, 40.626496 ], [ -74.104844, 40.626207 ], [ -74.104749, 40.625805 ], [ -74.104588, 40.625098 ], [ -74.104443, 40.624485 ], [ -74.104291, 40.623829 ], [ -74.104256, 40.623682 ], [ -74.104453, 40.622913 ], [ -74.105644, 40.622321 ], [ -74.106016, 40.622138 ], [ -74.106822, 40.621794 ], [ -74.107585, 40.621531 ], [ -74.108435, 40.62126 ], [ -74.110015, 40.620688 ], [ -74.110944, 40.621195 ], [ -74.111534, 40.621603 ], [ -74.113309, 40.623042 ], [ -74.113585, 40.623698 ], [ -74.113934, 40.62433 ], [ -74.114093, 40.6246 ], [ -74.114743, 40.625864 ], [ -74.115011, 40.626377 ], [ -74.11526, 40.62686 ], [ -74.115448, 40.627221 ], [ -74.11561, 40.627549 ], [ -74.115885, 40.628089 ], [ -74.115952, 40.62823 ], [ -74.116143, 40.628702 ], [ -74.11619, 40.628941 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085012200", "name": "Census Tract 122, Richmond County, New York", "total_population_17": 3753, "white_alone_17": 3239.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 242.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 241.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.651, "pct_black_alone_change": -0.372, "pct_native_alone_change": -0.239, "pct_asian_alone_change": 3.894, "pct_hispanic_or_latino_change": 0.995, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5759718", "INTPTLON": "-074.1114581" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.11911, 40.576157 ], [ -74.118497, 40.576616 ], [ -74.118034, 40.57717 ], [ -74.117587, 40.577581 ], [ -74.11749, 40.577756 ], [ -74.117021, 40.578197 ], [ -74.115423, 40.578631 ], [ -74.114818, 40.579177 ], [ -74.114227, 40.579734 ], [ -74.11395, 40.580042 ], [ -74.113673, 40.580314 ], [ -74.112987, 40.580819 ], [ -74.11221, 40.581267 ], [ -74.110059, 40.580115 ], [ -74.109112, 40.579609 ], [ -74.108945, 40.57952 ], [ -74.108795, 40.579438 ], [ -74.10711, 40.578536 ], [ -74.1056, 40.577578 ], [ -74.104959, 40.5771 ], [ -74.104234, 40.57674 ], [ -74.10369, 40.576505 ], [ -74.104543, 40.575654 ], [ -74.105112, 40.575087 ], [ -74.105261, 40.574941 ], [ -74.105677, 40.574527 ], [ -74.105833, 40.574373 ], [ -74.106423, 40.573786 ], [ -74.106991, 40.57322 ], [ -74.107543, 40.572674 ], [ -74.108088, 40.572131 ], [ -74.108635, 40.571587 ], [ -74.109184, 40.571042 ], [ -74.109762, 40.570468 ], [ -74.111649, 40.571484 ], [ -74.11192, 40.571627 ], [ -74.113569, 40.572504 ], [ -74.114028, 40.572753 ], [ -74.114808, 40.573159 ], [ -74.115534, 40.57355 ], [ -74.116316, 40.573951 ], [ -74.116413, 40.57407 ], [ -74.116683, 40.574159 ], [ -74.117558, 40.574628 ], [ -74.118297, 40.575023 ], [ -74.119037, 40.575416 ], [ -74.119786, 40.575815 ], [ -74.11911, 40.576157 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085012500", "name": "Census Tract 125, Richmond County, New York", "total_population_17": 2871, "white_alone_17": 1340.0, "black_alone_17": 482.0, "native_alone_17": 0.0, "asian_alone_17": 64.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 921.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.662, "pct_black_alone_change": -1.013, "pct_native_alone_change": -0.428, "pct_asian_alone_change": -1.874, "pct_hispanic_or_latino_change": 8.64, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6286776", "INTPTLON": "-074.1188468" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.124891, 40.631728 ], [ -74.12386, 40.631835 ], [ -74.122794, 40.631964 ], [ -74.121685, 40.632091 ], [ -74.120437, 40.63224 ], [ -74.119167, 40.632392 ], [ -74.118104, 40.632522 ], [ -74.116836, 40.632675 ], [ -74.116666, 40.63171 ], [ -74.116505, 40.630756 ], [ -74.116346, 40.629835 ], [ -74.11619, 40.628941 ], [ -74.116143, 40.628702 ], [ -74.115952, 40.62823 ], [ -74.115885, 40.628089 ], [ -74.11561, 40.627549 ], [ -74.115448, 40.627221 ], [ -74.11526, 40.62686 ], [ -74.115011, 40.626377 ], [ -74.114743, 40.625864 ], [ -74.114093, 40.6246 ], [ -74.113934, 40.62433 ], [ -74.113585, 40.623698 ], [ -74.113309, 40.623042 ], [ -74.11539, 40.623887 ], [ -74.117127, 40.624533 ], [ -74.117557, 40.624693 ], [ -74.117877, 40.624834 ], [ -74.1181, 40.624963 ], [ -74.118231, 40.625077 ], [ -74.118459, 40.625269 ], [ -74.119165, 40.625824 ], [ -74.119666, 40.626185 ], [ -74.120129, 40.626536 ], [ -74.120568, 40.626988 ], [ -74.121257, 40.627823 ], [ -74.122055, 40.628364 ], [ -74.123034, 40.629011 ], [ -74.123219, 40.629248 ], [ -74.123614, 40.629844 ], [ -74.124018, 40.630439 ], [ -74.124315, 40.630878 ], [ -74.12449, 40.631135 ], [ -74.124891, 40.631728 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085012804", "name": "Census Tract 128.04, Richmond County, New York", "total_population_17": 4133, "white_alone_17": 3021.0, "black_alone_17": 33.0, "native_alone_17": 0.0, "asian_alone_17": 291.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 788.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.751, "pct_black_alone_change": 0.532, "pct_native_alone_change": -0.437, "pct_asian_alone_change": 0.681, "pct_hispanic_or_latino_change": 10.747, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5626143", "INTPTLON": "-074.1008025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.113197, 40.567061 ], [ -74.112622, 40.567633 ], [ -74.112055, 40.568195 ], [ -74.111482, 40.568763 ], [ -74.110912, 40.569329 ], [ -74.110342, 40.569892 ], [ -74.109762, 40.570468 ], [ -74.108739, 40.569992 ], [ -74.106604, 40.568778 ], [ -74.105473, 40.568256 ], [ -74.10467, 40.567877 ], [ -74.103869, 40.567501 ], [ -74.10307, 40.567123 ], [ -74.102089, 40.566647 ], [ -74.101549, 40.566386 ], [ -74.100788, 40.566015 ], [ -74.100022, 40.565643 ], [ -74.097632, 40.564484 ], [ -74.095438, 40.563412 ], [ -74.09489, 40.562942 ], [ -74.090389, 40.560987 ], [ -74.089045, 40.560404 ], [ -74.094373, 40.55598 ], [ -74.095379, 40.556503 ], [ -74.095526, 40.556579 ], [ -74.100337, 40.55908 ], [ -74.100637, 40.559249 ], [ -74.101551, 40.559785 ], [ -74.101656, 40.559852 ], [ -74.101733, 40.559901 ], [ -74.103819, 40.561008 ], [ -74.104132, 40.561173 ], [ -74.104845, 40.561596 ], [ -74.105576, 40.56199 ], [ -74.106172, 40.562296 ], [ -74.106907, 40.562668 ], [ -74.107104, 40.562771 ], [ -74.107869, 40.563146 ], [ -74.108616, 40.563528 ], [ -74.109362, 40.563909 ], [ -74.11014, 40.564311 ], [ -74.112112, 40.565506 ], [ -74.113762, 40.566497 ], [ -74.113197, 40.567061 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085012805", "name": "Census Tract 128.05, Richmond County, New York", "total_population_17": 2570, "white_alone_17": 2023.0, "black_alone_17": 8.0, "native_alone_17": 0.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 461.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.65, "pct_black_alone_change": -0.95, "pct_native_alone_change": -0.134, "pct_asian_alone_change": -1.65, "pct_hispanic_or_latino_change": 8.62, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5528682", "INTPTLON": "-074.1153369" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.126698, 40.557854 ], [ -74.126103, 40.558403 ], [ -74.125502, 40.55895 ], [ -74.125451, 40.559002 ], [ -74.125304, 40.559132 ], [ -74.125141, 40.559252 ], [ -74.124964, 40.559358 ], [ -74.124803, 40.559439 ], [ -74.124689, 40.559482 ], [ -74.124472, 40.559549 ], [ -74.124276, 40.559592 ], [ -74.124075, 40.55962 ], [ -74.123884, 40.559634 ], [ -74.123682, 40.559634 ], [ -74.122454, 40.559487 ], [ -74.12237, 40.559476 ], [ -74.122169, 40.559459 ], [ -74.121922, 40.559459 ], [ -74.121729, 40.559474 ], [ -74.121539, 40.559502 ], [ -74.121354, 40.559544 ], [ -74.121158, 40.559606 ], [ -74.121092, 40.559631 ], [ -74.120908, 40.559714 ], [ -74.120736, 40.559811 ], [ -74.120577, 40.559919 ], [ -74.120052, 40.560394 ], [ -74.119377, 40.559984 ], [ -74.11864, 40.559542 ], [ -74.117915, 40.559104 ], [ -74.117171, 40.558653 ], [ -74.116441, 40.558211 ], [ -74.115713, 40.557768 ], [ -74.114961, 40.557315 ], [ -74.114731, 40.557131 ], [ -74.114257, 40.557252 ], [ -74.11413, 40.557284 ], [ -74.113264, 40.556396 ], [ -74.10969, 40.552959 ], [ -74.109536, 40.552811 ], [ -74.108609, 40.55219 ], [ -74.104246, 40.549059 ], [ -74.103702, 40.548668 ], [ -74.103417, 40.548464 ], [ -74.108287, 40.544415 ], [ -74.109867, 40.54558 ], [ -74.112557, 40.547563 ], [ -74.112727, 40.547361 ], [ -74.114321, 40.549085 ], [ -74.114545, 40.549252 ], [ -74.114561, 40.549264 ], [ -74.114663, 40.54934 ], [ -74.114983, 40.549579 ], [ -74.116024, 40.549361 ], [ -74.118107, 40.550632 ], [ -74.118629, 40.55134 ], [ -74.118052, 40.552008 ], [ -74.119401, 40.552183 ], [ -74.119464, 40.552225 ], [ -74.119528, 40.552267 ], [ -74.123801, 40.555085 ], [ -74.12402, 40.555231 ], [ -74.125727, 40.556328 ], [ -74.127301, 40.557295 ], [ -74.126698, 40.557854 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085012806", "name": "Census Tract 128.06, Richmond County, New York", "total_population_17": 5658, "white_alone_17": 3776.0, "black_alone_17": 496.0, "native_alone_17": 0.0, "asian_alone_17": 239.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 871.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.629, "pct_black_alone_change": 7.505, "pct_native_alone_change": -0.134, "pct_asian_alone_change": -0.072, "pct_hispanic_or_latino_change": 6.076, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5576710", "INTPTLON": "-074.1076715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.120052, 40.560394 ], [ -74.119105, 40.561271 ], [ -74.118181, 40.562131 ], [ -74.117544, 40.56274 ], [ -74.116965, 40.56332 ], [ -74.116362, 40.563915 ], [ -74.1155, 40.564775 ], [ -74.11493, 40.565338 ], [ -74.114338, 40.565917 ], [ -74.113762, 40.566497 ], [ -74.112112, 40.565506 ], [ -74.11014, 40.564311 ], [ -74.109362, 40.563909 ], [ -74.108616, 40.563528 ], [ -74.107869, 40.563146 ], [ -74.107104, 40.562771 ], [ -74.106907, 40.562668 ], [ -74.106172, 40.562296 ], [ -74.105576, 40.56199 ], [ -74.104845, 40.561596 ], [ -74.104132, 40.561173 ], [ -74.103819, 40.561008 ], [ -74.101733, 40.559901 ], [ -74.101656, 40.559852 ], [ -74.101551, 40.559785 ], [ -74.100637, 40.559249 ], [ -74.100337, 40.55908 ], [ -74.095526, 40.556579 ], [ -74.095379, 40.556503 ], [ -74.094373, 40.55598 ], [ -74.103417, 40.548464 ], [ -74.103702, 40.548668 ], [ -74.104246, 40.549059 ], [ -74.108609, 40.55219 ], [ -74.109536, 40.552811 ], [ -74.10969, 40.552959 ], [ -74.113264, 40.556396 ], [ -74.11413, 40.557284 ], [ -74.114257, 40.557252 ], [ -74.114731, 40.557131 ], [ -74.114961, 40.557315 ], [ -74.115713, 40.557768 ], [ -74.116441, 40.558211 ], [ -74.117171, 40.558653 ], [ -74.117915, 40.559104 ], [ -74.11864, 40.559542 ], [ -74.119377, 40.559984 ], [ -74.120052, 40.560394 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085013201", "name": "Census Tract 132.01, Richmond County, New York", "total_population_17": 1559, "white_alone_17": 1335.0, "black_alone_17": 25.0, "native_alone_17": 0.0, "asian_alone_17": 81.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 118.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.784, "pct_black_alone_change": 1.222, "pct_native_alone_change": -0.127, "pct_asian_alone_change": 2.073, "pct_hispanic_or_latino_change": 3.872, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5647779", "INTPTLON": "-074.1225721" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.128572, 40.566312 ], [ -74.128444, 40.566399 ], [ -74.12816, 40.56663 ], [ -74.127762, 40.566947 ], [ -74.127144, 40.567579 ], [ -74.126763, 40.567804 ], [ -74.125995, 40.568226 ], [ -74.124899, 40.568949 ], [ -74.123951, 40.568431 ], [ -74.123596, 40.568241 ], [ -74.123293, 40.568075 ], [ -74.123093, 40.567967 ], [ -74.121666, 40.567088 ], [ -74.12024, 40.566228 ], [ -74.11948, 40.565779 ], [ -74.118761, 40.565355 ], [ -74.11804, 40.564922 ], [ -74.117213, 40.564418 ], [ -74.116362, 40.563915 ], [ -74.116965, 40.56332 ], [ -74.117544, 40.56274 ], [ -74.118181, 40.562131 ], [ -74.119105, 40.561271 ], [ -74.120052, 40.560394 ], [ -74.120842, 40.560866 ], [ -74.121577, 40.561312 ], [ -74.12231, 40.561756 ], [ -74.123042, 40.562197 ], [ -74.123774, 40.562644 ], [ -74.124504, 40.563085 ], [ -74.125235, 40.563527 ], [ -74.12598, 40.563974 ], [ -74.126729, 40.56443 ], [ -74.126971, 40.56457 ], [ -74.127208, 40.564707 ], [ -74.126472, 40.565317 ], [ -74.12942, 40.565721 ], [ -74.128572, 40.566312 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085013203", "name": "Census Tract 132.03, Richmond County, New York", "total_population_17": 5744, "white_alone_17": 4308.0, "black_alone_17": 243.0, "native_alone_17": 0.0, "asian_alone_17": 348.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 845.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.896, "pct_black_alone_change": 3.903, "pct_native_alone_change": -0.273, "pct_asian_alone_change": 4.055, "pct_hispanic_or_latino_change": 9.557, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5490558", "INTPTLON": "-074.1423045" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.150795, 40.550037 ], [ -74.150679, 40.550211 ], [ -74.150553, 40.550372 ], [ -74.150422, 40.550522 ], [ -74.150259, 40.550683 ], [ -74.150106, 40.550818 ], [ -74.14972, 40.551143 ], [ -74.149678, 40.551189 ], [ -74.14957, 40.551288 ], [ -74.149447, 40.55138 ], [ -74.149312, 40.551461 ], [ -74.149157, 40.551534 ], [ -74.148992, 40.551593 ], [ -74.148843, 40.551632 ], [ -74.148555, 40.551646 ], [ -74.148255, 40.551646 ], [ -74.147968, 40.551634 ], [ -74.147648, 40.551607 ], [ -74.147385, 40.551572 ], [ -74.145896, 40.55136 ], [ -74.145293, 40.551563 ], [ -74.144785, 40.551681 ], [ -74.144604, 40.551766 ], [ -74.144377, 40.551889 ], [ -74.144171, 40.552022 ], [ -74.14401, 40.552142 ], [ -74.143839, 40.552288 ], [ -74.143696, 40.55243 ], [ -74.143389, 40.552619 ], [ -74.143135, 40.552756 ], [ -74.142862, 40.552886 ], [ -74.14259, 40.553 ], [ -74.14233, 40.553095 ], [ -74.141162, 40.553554 ], [ -74.141021, 40.553624 ], [ -74.140887, 40.553704 ], [ -74.140747, 40.553805 ], [ -74.140615, 40.553922 ], [ -74.140511, 40.554034 ], [ -74.140478, 40.554176 ], [ -74.140428, 40.55436 ], [ -74.140254, 40.554794 ], [ -74.140182, 40.554963 ], [ -74.139869, 40.555708 ], [ -74.139783, 40.555904 ], [ -74.139656, 40.55611 ], [ -74.139515, 40.556303 ], [ -74.139352, 40.556495 ], [ -74.139179, 40.556672 ], [ -74.139034, 40.556803 ], [ -74.138851, 40.556951 ], [ -74.137698, 40.556021 ], [ -74.137431, 40.555818 ], [ -74.136098, 40.554722 ], [ -74.134988, 40.553811 ], [ -74.134437, 40.553362 ], [ -74.133767, 40.552815 ], [ -74.133184, 40.552344 ], [ -74.134558, 40.551255 ], [ -74.136089, 40.550424 ], [ -74.137371, 40.549578 ], [ -74.138641, 40.548475 ], [ -74.139416, 40.547898 ], [ -74.139515, 40.547831 ], [ -74.140444, 40.547132 ], [ -74.140887, 40.546804 ], [ -74.141403, 40.546419 ], [ -74.142067, 40.545921 ], [ -74.142718, 40.545434 ], [ -74.143584, 40.544735 ], [ -74.143733, 40.54463 ], [ -74.14389, 40.544506 ], [ -74.144054, 40.544356 ], [ -74.144203, 40.544196 ], [ -74.144331, 40.544035 ], [ -74.144442, 40.543869 ], [ -74.144549, 40.543691 ], [ -74.144666, 40.543533 ], [ -74.144773, 40.54341 ], [ -74.144911, 40.543273 ], [ -74.145077, 40.543134 ], [ -74.145161, 40.543072 ], [ -74.145912, 40.542424 ], [ -74.146811, 40.543004 ], [ -74.147293, 40.543359 ], [ -74.147465, 40.543497 ], [ -74.148011, 40.544114 ], [ -74.148162, 40.544326 ], [ -74.148484, 40.544835 ], [ -74.14872, 40.545273 ], [ -74.148937, 40.545673 ], [ -74.149425, 40.546563 ], [ -74.149953, 40.547452 ], [ -74.150431, 40.548195 ], [ -74.15063, 40.549115 ], [ -74.150742, 40.549568 ], [ -74.150839, 40.549963 ], [ -74.150795, 40.550037 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085013204", "name": "Census Tract 132.04, Richmond County, New York", "total_population_17": 4682, "white_alone_17": 4116.0, "black_alone_17": 12.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 410.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.903, "pct_black_alone_change": -0.192, "pct_native_alone_change": -0.175, "pct_asian_alone_change": -0.309, "pct_hispanic_or_latino_change": 3.619, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.5594209", "INTPTLON": "-074.1302418" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.138782, 40.557033 ], [ -74.138614, 40.557212 ], [ -74.138439, 40.557376 ], [ -74.138259, 40.557527 ], [ -74.13811, 40.557637 ], [ -74.138036, 40.557691 ], [ -74.137394, 40.558021 ], [ -74.136601, 40.558389 ], [ -74.135749, 40.55885 ], [ -74.135193, 40.559748 ], [ -74.134808, 40.560799 ], [ -74.133972, 40.561576 ], [ -74.133407, 40.56213 ], [ -74.133217, 40.562603 ], [ -74.13311, 40.562868 ], [ -74.132634, 40.563513 ], [ -74.1317, 40.564536 ], [ -74.131644, 40.564609 ], [ -74.131563, 40.564692 ], [ -74.131466, 40.564769 ], [ -74.131382, 40.564822 ], [ -74.13129, 40.56487 ], [ -74.131173, 40.564917 ], [ -74.131037, 40.564956 ], [ -74.13091, 40.56498 ], [ -74.130749, 40.564993 ], [ -74.130601, 40.564989 ], [ -74.130471, 40.564972 ], [ -74.130088, 40.565256 ], [ -74.12942, 40.565721 ], [ -74.126472, 40.565317 ], [ -74.127208, 40.564707 ], [ -74.126971, 40.56457 ], [ -74.126729, 40.56443 ], [ -74.12598, 40.563974 ], [ -74.125235, 40.563527 ], [ -74.124504, 40.563085 ], [ -74.123774, 40.562644 ], [ -74.123042, 40.562197 ], [ -74.12231, 40.561756 ], [ -74.121577, 40.561312 ], [ -74.120842, 40.560866 ], [ -74.120052, 40.560394 ], [ -74.120577, 40.559919 ], [ -74.120736, 40.559811 ], [ -74.120908, 40.559714 ], [ -74.121092, 40.559631 ], [ -74.121158, 40.559606 ], [ -74.121354, 40.559544 ], [ -74.121539, 40.559502 ], [ -74.121729, 40.559474 ], [ -74.121922, 40.559459 ], [ -74.122169, 40.559459 ], [ -74.12237, 40.559476 ], [ -74.122454, 40.559487 ], [ -74.123682, 40.559634 ], [ -74.123884, 40.559634 ], [ -74.124075, 40.55962 ], [ -74.124276, 40.559592 ], [ -74.124472, 40.559549 ], [ -74.124689, 40.559482 ], [ -74.124803, 40.559439 ], [ -74.124964, 40.559358 ], [ -74.125141, 40.559252 ], [ -74.125304, 40.559132 ], [ -74.125451, 40.559002 ], [ -74.125502, 40.55895 ], [ -74.126103, 40.558403 ], [ -74.126698, 40.557854 ], [ -74.127301, 40.557295 ], [ -74.12783, 40.556802 ], [ -74.128117, 40.556535 ], [ -74.128956, 40.555778 ], [ -74.129787, 40.555015 ], [ -74.130459, 40.554417 ], [ -74.131117, 40.553953 ], [ -74.131785, 40.553486 ], [ -74.132453, 40.55294 ], [ -74.133184, 40.552344 ], [ -74.133767, 40.552815 ], [ -74.134437, 40.553362 ], [ -74.134988, 40.553811 ], [ -74.136098, 40.554722 ], [ -74.137431, 40.555818 ], [ -74.137698, 40.556021 ], [ -74.138851, 40.556951 ], [ -74.138782, 40.557033 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085013301", "name": "Census Tract 133.01, Richmond County, New York", "total_population_17": 1380, "white_alone_17": 115.0, "black_alone_17": 548.0, "native_alone_17": 4.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 626.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 2.937, "pct_black_alone_change": -16.83, "pct_native_alone_change": -0.414, "pct_asian_alone_change": -3.05, "pct_hispanic_or_latino_change": 11.286, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6355984", "INTPTLON": "-074.1189103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.120636, 40.636573 ], [ -74.119752, 40.636667 ], [ -74.117549, 40.636954 ], [ -74.117423, 40.635766 ], [ -74.117384, 40.635396 ], [ -74.117199, 40.634568 ], [ -74.11781, 40.634521 ], [ -74.118493, 40.634446 ], [ -74.11943, 40.634363 ], [ -74.120239, 40.6343 ], [ -74.120636, 40.636573 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085013302", "name": "Census Tract 133.02, Richmond County, New York", "total_population_17": 2835, "white_alone_17": 230.0, "black_alone_17": 1246.0, "native_alone_17": 0.0, "asian_alone_17": 271.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 993.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.286, "pct_black_alone_change": 5.298, "pct_native_alone_change": -0.543, "pct_asian_alone_change": 5.611, "pct_hispanic_or_latino_change": 1.583, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6358875", "INTPTLON": "-074.1235004" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.13047, 40.631676 ], [ -74.130166, 40.632371 ], [ -74.129446, 40.63366 ], [ -74.129001, 40.634334 ], [ -74.128856, 40.635574 ], [ -74.128847, 40.636436 ], [ -74.128725, 40.637088 ], [ -74.12867, 40.637348 ], [ -74.127847, 40.637277 ], [ -74.126888, 40.63721 ], [ -74.126915, 40.637429 ], [ -74.126959, 40.637827 ], [ -74.127032, 40.638377 ], [ -74.127015, 40.639319 ], [ -74.126962, 40.640181 ], [ -74.123744, 40.640202 ], [ -74.120659, 40.641196 ], [ -74.120563, 40.640942 ], [ -74.119683, 40.641092 ], [ -74.118067, 40.641298 ], [ -74.118069, 40.641214 ], [ -74.118007, 40.640562 ], [ -74.117757, 40.639849 ], [ -74.117646, 40.639377 ], [ -74.117648, 40.638968 ], [ -74.117657, 40.638062 ], [ -74.117549, 40.636954 ], [ -74.119752, 40.636667 ], [ -74.120636, 40.636573 ], [ -74.120239, 40.6343 ], [ -74.11943, 40.634363 ], [ -74.118493, 40.634446 ], [ -74.11781, 40.634521 ], [ -74.117199, 40.634568 ], [ -74.117077, 40.634007 ], [ -74.117045, 40.633817 ], [ -74.116959, 40.633351 ], [ -74.116836, 40.632675 ], [ -74.118104, 40.632522 ], [ -74.119167, 40.632392 ], [ -74.120437, 40.63224 ], [ -74.121685, 40.632091 ], [ -74.122794, 40.631964 ], [ -74.12386, 40.631835 ], [ -74.124891, 40.631728 ], [ -74.126724, 40.63128 ], [ -74.127599, 40.63117 ], [ -74.127931, 40.631137 ], [ -74.129207, 40.631011 ], [ -74.130161, 40.630924 ], [ -74.130461, 40.630897 ], [ -74.130609, 40.63132 ], [ -74.13047, 40.631676 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085013400", "name": "Census Tract 134, Richmond County, New York", "total_population_17": 4087, "white_alone_17": 3109.0, "black_alone_17": 26.0, "native_alone_17": 0.0, "asian_alone_17": 98.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 827.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.111, "pct_black_alone_change": 0.125, "pct_native_alone_change": -0.457, "pct_asian_alone_change": -0.424, "pct_hispanic_or_latino_change": 11.34, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5698839", "INTPTLON": "-074.1174466" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.124179, 40.569434 ], [ -74.123427, 40.569908 ], [ -74.12279, 40.57043 ], [ -74.122595, 40.570596 ], [ -74.122169, 40.57094 ], [ -74.121625, 40.571502 ], [ -74.121286, 40.572107 ], [ -74.121394, 40.572975 ], [ -74.121604, 40.573556 ], [ -74.1217, 40.573833 ], [ -74.121831, 40.574217 ], [ -74.121853, 40.574652 ], [ -74.12177, 40.575054 ], [ -74.121177, 40.575286 ], [ -74.119786, 40.575815 ], [ -74.119037, 40.575416 ], [ -74.118297, 40.575023 ], [ -74.117558, 40.574628 ], [ -74.116683, 40.574159 ], [ -74.116413, 40.57407 ], [ -74.116316, 40.573951 ], [ -74.115534, 40.57355 ], [ -74.114808, 40.573159 ], [ -74.114028, 40.572753 ], [ -74.113569, 40.572504 ], [ -74.11192, 40.571627 ], [ -74.111649, 40.571484 ], [ -74.109762, 40.570468 ], [ -74.110342, 40.569892 ], [ -74.110912, 40.569329 ], [ -74.111482, 40.568763 ], [ -74.112055, 40.568195 ], [ -74.112622, 40.567633 ], [ -74.113197, 40.567061 ], [ -74.113762, 40.566497 ], [ -74.114338, 40.565917 ], [ -74.11493, 40.565338 ], [ -74.1155, 40.564775 ], [ -74.116362, 40.563915 ], [ -74.117213, 40.564418 ], [ -74.11804, 40.564922 ], [ -74.118761, 40.565355 ], [ -74.11948, 40.565779 ], [ -74.12024, 40.566228 ], [ -74.121666, 40.567088 ], [ -74.123093, 40.567967 ], [ -74.123293, 40.568075 ], [ -74.123596, 40.568241 ], [ -74.123951, 40.568431 ], [ -74.124899, 40.568949 ], [ -74.124179, 40.569434 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085013800", "name": "Census Tract 138, Richmond County, New York", "total_population_17": 6442, "white_alone_17": 5353.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 407.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 668.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.084, "pct_black_alone_change": -0.287, "pct_native_alone_change": -0.136, "pct_asian_alone_change": 4.432, "pct_hispanic_or_latino_change": 6.114, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5704889", "INTPTLON": "-074.1318818" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.14402, 40.57033 ], [ -74.143874, 40.570606 ], [ -74.14404, 40.5713 ], [ -74.144186, 40.572038 ], [ -74.141849, 40.572333 ], [ -74.141107, 40.572423 ], [ -74.14024, 40.572528 ], [ -74.138466, 40.57274 ], [ -74.138139, 40.57278 ], [ -74.137042, 40.572909 ], [ -74.136354, 40.572991 ], [ -74.135792, 40.573052 ], [ -74.134618, 40.573199 ], [ -74.133825, 40.573294 ], [ -74.133653, 40.573314 ], [ -74.133286, 40.573376 ], [ -74.133007, 40.573433 ], [ -74.132638, 40.573522 ], [ -74.132546, 40.573548 ], [ -74.132307, 40.573618 ], [ -74.132235, 40.573642 ], [ -74.131944, 40.573739 ], [ -74.130941, 40.574106 ], [ -74.129303, 40.574675 ], [ -74.129144, 40.57473 ], [ -74.128148, 40.575056 ], [ -74.127795, 40.575185 ], [ -74.127653, 40.575235 ], [ -74.12753, 40.575398 ], [ -74.127397, 40.575603 ], [ -74.12729, 40.5758 ], [ -74.127204, 40.575995 ], [ -74.127135, 40.576194 ], [ -74.127089, 40.576369 ], [ -74.126657, 40.576286 ], [ -74.125637, 40.575973 ], [ -74.125134, 40.575881 ], [ -74.124084, 40.575834 ], [ -74.123497, 40.575808 ], [ -74.12332, 40.575783 ], [ -74.123177, 40.57575 ], [ -74.123019, 40.575698 ], [ -74.122871, 40.57563 ], [ -74.12276, 40.575566 ], [ -74.122644, 40.575483 ], [ -74.12177, 40.575054 ], [ -74.121853, 40.574652 ], [ -74.121831, 40.574217 ], [ -74.1217, 40.573833 ], [ -74.121604, 40.573556 ], [ -74.121394, 40.572975 ], [ -74.121286, 40.572107 ], [ -74.121625, 40.571502 ], [ -74.122169, 40.57094 ], [ -74.122595, 40.570596 ], [ -74.12279, 40.57043 ], [ -74.123427, 40.569908 ], [ -74.124179, 40.569434 ], [ -74.124899, 40.568949 ], [ -74.125995, 40.568226 ], [ -74.126763, 40.567804 ], [ -74.127144, 40.567579 ], [ -74.127762, 40.566947 ], [ -74.12816, 40.56663 ], [ -74.128444, 40.566399 ], [ -74.128572, 40.566312 ], [ -74.12942, 40.565721 ], [ -74.130088, 40.565256 ], [ -74.130471, 40.564972 ], [ -74.130601, 40.564989 ], [ -74.130749, 40.564993 ], [ -74.13091, 40.56498 ], [ -74.131037, 40.564956 ], [ -74.131173, 40.564917 ], [ -74.13129, 40.56487 ], [ -74.131382, 40.564822 ], [ -74.131466, 40.564769 ], [ -74.131563, 40.564692 ], [ -74.131644, 40.564609 ], [ -74.1317, 40.564536 ], [ -74.132402, 40.564761 ], [ -74.133298, 40.564974 ], [ -74.134588, 40.565276 ], [ -74.134933, 40.565392 ], [ -74.135278, 40.565526 ], [ -74.135578, 40.565656 ], [ -74.135887, 40.565806 ], [ -74.136194, 40.565973 ], [ -74.136511, 40.566168 ], [ -74.137622, 40.566687 ], [ -74.1389, 40.567293 ], [ -74.139764, 40.567712 ], [ -74.140275, 40.567954 ], [ -74.141311, 40.568433 ], [ -74.142635, 40.568979 ], [ -74.142891, 40.569085 ], [ -74.144388, 40.569707 ], [ -74.14402, 40.57033 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085014100", "name": "Census Tract 141, Richmond County, New York", "total_population_17": 2329, "white_alone_17": 759.0, "black_alone_17": 303.0, "native_alone_17": 0.0, "asian_alone_17": 255.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 956.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.881, "pct_black_alone_change": -1.322, "pct_native_alone_change": -0.28, "pct_asian_alone_change": 5.16, "pct_hispanic_or_latino_change": 19.526, "pct_native_hawaiian_pacific_islander_change": -0.047, "INTPTLAT": "+40.6288617", "INTPTLON": "-074.1268936" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.130993, 40.627374 ], [ -74.130692, 40.628337 ], [ -74.130533, 40.628797 ], [ -74.13033, 40.629385 ], [ -74.130247, 40.629609 ], [ -74.130461, 40.630897 ], [ -74.130161, 40.630924 ], [ -74.129207, 40.631011 ], [ -74.127931, 40.631137 ], [ -74.127599, 40.63117 ], [ -74.126724, 40.63128 ], [ -74.124891, 40.631728 ], [ -74.12449, 40.631135 ], [ -74.124315, 40.630878 ], [ -74.124018, 40.630439 ], [ -74.123614, 40.629844 ], [ -74.123219, 40.629248 ], [ -74.123034, 40.629011 ], [ -74.122055, 40.628364 ], [ -74.121257, 40.627823 ], [ -74.122162, 40.627477 ], [ -74.122645, 40.627416 ], [ -74.122956, 40.627377 ], [ -74.123649, 40.62729 ], [ -74.124248, 40.627212 ], [ -74.125133, 40.627102 ], [ -74.126664, 40.62689 ], [ -74.128262, 40.626673 ], [ -74.129202, 40.626541 ], [ -74.130037, 40.626428 ], [ -74.130862, 40.626363 ], [ -74.13131, 40.626328 ], [ -74.130993, 40.627374 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085014604", "name": "Census Tract 146.04, Richmond County, New York", "total_population_17": 6988, "white_alone_17": 5502.0, "black_alone_17": 14.0, "native_alone_17": 8.0, "asian_alone_17": 550.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 770.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.78, "pct_black_alone_change": -0.058, "pct_native_alone_change": -0.068, "pct_asian_alone_change": 5.386, "pct_hispanic_or_latino_change": 6.822, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5500383", "INTPTLON": "-074.1597547" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.168067, 40.552944 ], [ -74.167932, 40.552938 ], [ -74.167695, 40.552884 ], [ -74.167476, 40.552848 ], [ -74.167263, 40.552824 ], [ -74.166828, 40.552798 ], [ -74.166658, 40.552806 ], [ -74.16651, 40.552825 ], [ -74.166325, 40.552867 ], [ -74.166181, 40.552916 ], [ -74.16524, 40.55309 ], [ -74.16434, 40.553196 ], [ -74.163394, 40.553317 ], [ -74.162463, 40.553436 ], [ -74.161263, 40.55359 ], [ -74.160313, 40.553717 ], [ -74.157672, 40.554058 ], [ -74.156739, 40.554183 ], [ -74.15583, 40.554272 ], [ -74.154869, 40.554502 ], [ -74.153941, 40.554725 ], [ -74.153458, 40.554852 ], [ -74.152072, 40.555217 ], [ -74.151687, 40.55436 ], [ -74.15122, 40.553312 ], [ -74.150913, 40.552605 ], [ -74.150637, 40.55195 ], [ -74.150503, 40.551635 ], [ -74.15037, 40.551294 ], [ -74.150106, 40.550818 ], [ -74.150259, 40.550683 ], [ -74.150422, 40.550522 ], [ -74.150553, 40.550372 ], [ -74.150679, 40.550211 ], [ -74.150795, 40.550037 ], [ -74.150839, 40.549963 ], [ -74.150908, 40.549856 ], [ -74.150988, 40.549762 ], [ -74.151086, 40.549674 ], [ -74.151216, 40.549585 ], [ -74.151343, 40.549521 ], [ -74.151469, 40.549473 ], [ -74.151589, 40.549439 ], [ -74.151741, 40.549411 ], [ -74.151781, 40.549407 ], [ -74.151885, 40.549403 ], [ -74.152656, 40.549374 ], [ -74.153371, 40.549241 ], [ -74.153558, 40.549173 ], [ -74.154199, 40.548876 ], [ -74.154329, 40.548812 ], [ -74.154645, 40.548674 ], [ -74.154905, 40.548543 ], [ -74.15514, 40.548412 ], [ -74.155365, 40.548272 ], [ -74.155589, 40.548117 ], [ -74.155822, 40.547937 ], [ -74.156055, 40.547734 ], [ -74.15618, 40.547646 ], [ -74.15633, 40.547553 ], [ -74.156558, 40.547433 ], [ -74.157068, 40.547199 ], [ -74.158866, 40.546256 ], [ -74.159295, 40.546022 ], [ -74.159727, 40.545775 ], [ -74.163445, 40.543769 ], [ -74.164231, 40.543301 ], [ -74.164788, 40.543802 ], [ -74.165296, 40.544273 ], [ -74.165401, 40.544433 ], [ -74.165489, 40.544652 ], [ -74.165743, 40.545398 ], [ -74.166197, 40.547111 ], [ -74.166233, 40.547343 ], [ -74.166832, 40.547779 ], [ -74.16689, 40.547847 ], [ -74.166973, 40.54797 ], [ -74.167029, 40.548086 ], [ -74.16707, 40.548205 ], [ -74.167092, 40.548318 ], [ -74.167099, 40.548448 ], [ -74.167259, 40.549167 ], [ -74.167418, 40.549881 ], [ -74.167572, 40.550575 ], [ -74.167618, 40.550776 ], [ -74.167735, 40.551291 ], [ -74.167768, 40.551438 ], [ -74.167866, 40.55189 ], [ -74.167894, 40.552001 ], [ -74.168052, 40.552718 ], [ -74.168067, 40.552944 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085014605", "name": "Census Tract 146.05, Richmond County, New York", "total_population_17": 3680, "white_alone_17": 3172.0, "black_alone_17": 9.0, "native_alone_17": 0.0, "asian_alone_17": 70.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 429.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.547, "pct_black_alone_change": -0.061, "pct_native_alone_change": -0.178, "pct_asian_alone_change": -0.364, "pct_hispanic_or_latino_change": 7.304, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5588899", "INTPTLON": "-074.1495429" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.155851, 40.563774 ], [ -74.155113, 40.564941 ], [ -74.155087, 40.564994 ], [ -74.154989, 40.565156 ], [ -74.154874, 40.565306 ], [ -74.154767, 40.565419 ], [ -74.154634, 40.56554 ], [ -74.154487, 40.56565 ], [ -74.154338, 40.565745 ], [ -74.154163, 40.565837 ], [ -74.153579, 40.566254 ], [ -74.152956, 40.566776 ], [ -74.151505, 40.565383 ], [ -74.150925, 40.564825 ], [ -74.150355, 40.56427 ], [ -74.149769, 40.563701 ], [ -74.148589, 40.562556 ], [ -74.147979, 40.56197 ], [ -74.147426, 40.561443 ], [ -74.14717, 40.561199 ], [ -74.146828, 40.560851 ], [ -74.146222, 40.560258 ], [ -74.145653, 40.559716 ], [ -74.144618, 40.558719 ], [ -74.144218, 40.558336 ], [ -74.14486, 40.557824 ], [ -74.145487, 40.55732 ], [ -74.146551, 40.556235 ], [ -74.146363, 40.55576 ], [ -74.14607, 40.554642 ], [ -74.14579, 40.553814 ], [ -74.145626, 40.553377 ], [ -74.145558, 40.553195 ], [ -74.145576, 40.552708 ], [ -74.145599, 40.552081 ], [ -74.145572, 40.552017 ], [ -74.145293, 40.551563 ], [ -74.145896, 40.55136 ], [ -74.147385, 40.551572 ], [ -74.147648, 40.551607 ], [ -74.147968, 40.551634 ], [ -74.148255, 40.551646 ], [ -74.148555, 40.551646 ], [ -74.148843, 40.551632 ], [ -74.148992, 40.551593 ], [ -74.149157, 40.551534 ], [ -74.149312, 40.551461 ], [ -74.149447, 40.55138 ], [ -74.14957, 40.551288 ], [ -74.149678, 40.551189 ], [ -74.14972, 40.551143 ], [ -74.150106, 40.550818 ], [ -74.15037, 40.551294 ], [ -74.150503, 40.551635 ], [ -74.150637, 40.55195 ], [ -74.150913, 40.552605 ], [ -74.15122, 40.553312 ], [ -74.151687, 40.55436 ], [ -74.152072, 40.555217 ], [ -74.152323, 40.555782 ], [ -74.152629, 40.556473 ], [ -74.153012, 40.557331 ], [ -74.153552, 40.558546 ], [ -74.153619, 40.558696 ], [ -74.153924, 40.559384 ], [ -74.154229, 40.560078 ], [ -74.154446, 40.560575 ], [ -74.154524, 40.560753 ], [ -74.154589, 40.560891 ], [ -74.154829, 40.561441 ], [ -74.155133, 40.56213 ], [ -74.155302, 40.562513 ], [ -74.155433, 40.562807 ], [ -74.155732, 40.563487 ], [ -74.155851, 40.563774 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085014606", "name": "Census Tract 146.06, Richmond County, New York", "total_population_17": 6687, "white_alone_17": 5961.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 277.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 449.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.168, "pct_black_alone_change": -0.473, "pct_native_alone_change": -0.046, "pct_asian_alone_change": 0.559, "pct_hispanic_or_latino_change": 0.494, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5612628", "INTPTLON": "-074.1398995" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.152281, 40.567393 ], [ -74.1517, 40.567857 ], [ -74.150691, 40.568667 ], [ -74.150346, 40.568942 ], [ -74.149895, 40.569311 ], [ -74.149838, 40.569357 ], [ -74.147897, 40.570888 ], [ -74.147207, 40.570534 ], [ -74.146779, 40.570528 ], [ -74.146669, 40.57055 ], [ -74.146563, 40.570555 ], [ -74.146477, 40.570549 ], [ -74.146385, 40.570531 ], [ -74.146291, 40.570497 ], [ -74.145601, 40.570212 ], [ -74.1449, 40.569916 ], [ -74.144388, 40.569707 ], [ -74.142891, 40.569085 ], [ -74.142635, 40.568979 ], [ -74.141311, 40.568433 ], [ -74.140275, 40.567954 ], [ -74.139764, 40.567712 ], [ -74.1389, 40.567293 ], [ -74.137622, 40.566687 ], [ -74.136511, 40.566168 ], [ -74.136194, 40.565973 ], [ -74.135887, 40.565806 ], [ -74.135578, 40.565656 ], [ -74.135278, 40.565526 ], [ -74.134933, 40.565392 ], [ -74.134588, 40.565276 ], [ -74.133298, 40.564974 ], [ -74.132402, 40.564761 ], [ -74.1317, 40.564536 ], [ -74.132634, 40.563513 ], [ -74.13311, 40.562868 ], [ -74.133217, 40.562603 ], [ -74.133407, 40.56213 ], [ -74.133972, 40.561576 ], [ -74.134808, 40.560799 ], [ -74.135193, 40.559748 ], [ -74.135749, 40.55885 ], [ -74.136601, 40.558389 ], [ -74.137394, 40.558021 ], [ -74.138036, 40.557691 ], [ -74.13811, 40.557637 ], [ -74.138259, 40.557527 ], [ -74.138439, 40.557376 ], [ -74.138614, 40.557212 ], [ -74.138782, 40.557033 ], [ -74.138851, 40.556951 ], [ -74.139034, 40.556803 ], [ -74.139179, 40.556672 ], [ -74.139352, 40.556495 ], [ -74.139515, 40.556303 ], [ -74.139656, 40.55611 ], [ -74.139783, 40.555904 ], [ -74.139869, 40.555708 ], [ -74.140182, 40.554963 ], [ -74.140254, 40.554794 ], [ -74.140428, 40.55436 ], [ -74.140478, 40.554176 ], [ -74.140511, 40.554034 ], [ -74.140615, 40.553922 ], [ -74.140747, 40.553805 ], [ -74.140887, 40.553704 ], [ -74.141021, 40.553624 ], [ -74.141162, 40.553554 ], [ -74.14233, 40.553095 ], [ -74.14259, 40.553 ], [ -74.142862, 40.552886 ], [ -74.143135, 40.552756 ], [ -74.143389, 40.552619 ], [ -74.143696, 40.55243 ], [ -74.143839, 40.552288 ], [ -74.14401, 40.552142 ], [ -74.144171, 40.552022 ], [ -74.144377, 40.551889 ], [ -74.144604, 40.551766 ], [ -74.144785, 40.551681 ], [ -74.145293, 40.551563 ], [ -74.145572, 40.552017 ], [ -74.145599, 40.552081 ], [ -74.145576, 40.552708 ], [ -74.145558, 40.553195 ], [ -74.145626, 40.553377 ], [ -74.14579, 40.553814 ], [ -74.14607, 40.554642 ], [ -74.146363, 40.55576 ], [ -74.146551, 40.556235 ], [ -74.145487, 40.55732 ], [ -74.14486, 40.557824 ], [ -74.144218, 40.558336 ], [ -74.144618, 40.558719 ], [ -74.145653, 40.559716 ], [ -74.146222, 40.560258 ], [ -74.146828, 40.560851 ], [ -74.14717, 40.561199 ], [ -74.147426, 40.561443 ], [ -74.147979, 40.56197 ], [ -74.148589, 40.562556 ], [ -74.149769, 40.563701 ], [ -74.150355, 40.56427 ], [ -74.150925, 40.564825 ], [ -74.151505, 40.565383 ], [ -74.152956, 40.566776 ], [ -74.152281, 40.567393 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085014607", "name": "Census Tract 146.07, Richmond County, New York", "total_population_17": 4539, "white_alone_17": 3611.0, "black_alone_17": 54.0, "native_alone_17": 0.0, "asian_alone_17": 530.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 280.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.837, "pct_black_alone_change": 0.736, "pct_native_alone_change": -0.174, "pct_asian_alone_change": 8.199, "pct_hispanic_or_latino_change": 0.039, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5569220", "INTPTLON": "-074.1641209" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.169827, 40.561078 ], [ -74.16689, 40.560476 ], [ -74.165894, 40.560283 ], [ -74.164941, 40.560112 ], [ -74.163779, 40.560317 ], [ -74.162721, 40.560775 ], [ -74.161933, 40.561111 ], [ -74.161532, 40.561269 ], [ -74.161256, 40.561363 ], [ -74.160968, 40.56146 ], [ -74.160779, 40.561026 ], [ -74.160735, 40.560925 ], [ -74.160455, 40.560295 ], [ -74.160151, 40.5596 ], [ -74.159985, 40.55922 ], [ -74.159849, 40.55891 ], [ -74.159644, 40.558446 ], [ -74.159542, 40.558214 ], [ -74.159428, 40.557949 ], [ -74.159226, 40.557481 ], [ -74.158925, 40.556832 ], [ -74.15861, 40.556137 ], [ -74.158282, 40.555443 ], [ -74.157982, 40.554758 ], [ -74.157672, 40.554058 ], [ -74.160313, 40.553717 ], [ -74.161263, 40.55359 ], [ -74.162463, 40.553436 ], [ -74.163394, 40.553317 ], [ -74.16434, 40.553196 ], [ -74.16524, 40.55309 ], [ -74.166181, 40.552916 ], [ -74.166325, 40.552867 ], [ -74.16651, 40.552825 ], [ -74.166658, 40.552806 ], [ -74.166828, 40.552798 ], [ -74.167263, 40.552824 ], [ -74.167476, 40.552848 ], [ -74.167695, 40.552884 ], [ -74.167932, 40.552938 ], [ -74.168067, 40.552944 ], [ -74.168052, 40.552718 ], [ -74.168103, 40.552946 ], [ -74.168206, 40.553432 ], [ -74.168367, 40.554131 ], [ -74.168524, 40.554852 ], [ -74.168684, 40.555567 ], [ -74.168843, 40.556269 ], [ -74.169002, 40.556972 ], [ -74.169166, 40.5577 ], [ -74.169317, 40.55841 ], [ -74.169477, 40.559126 ], [ -74.169736, 40.56025 ], [ -74.169827, 40.561078 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085014608", "name": "Census Tract 146.08, Richmond County, New York", "total_population_17": 3617, "white_alone_17": 2833.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 76.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 681.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.067, "pct_black_alone_change": -0.454, "pct_native_alone_change": -0.174, "pct_asian_alone_change": -1.377, "pct_hispanic_or_latino_change": 12.698, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5584655", "INTPTLON": "-074.1565180" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.160968, 40.56146 ], [ -74.160057, 40.561706 ], [ -74.159158, 40.561936 ], [ -74.158258, 40.562202 ], [ -74.157412, 40.562499 ], [ -74.157268, 40.56255 ], [ -74.157103, 40.562627 ], [ -74.156952, 40.562719 ], [ -74.156846, 40.5628 ], [ -74.156751, 40.562887 ], [ -74.155851, 40.563774 ], [ -74.155732, 40.563487 ], [ -74.155433, 40.562807 ], [ -74.155302, 40.562513 ], [ -74.155133, 40.56213 ], [ -74.154829, 40.561441 ], [ -74.154589, 40.560891 ], [ -74.154524, 40.560753 ], [ -74.154446, 40.560575 ], [ -74.154229, 40.560078 ], [ -74.153924, 40.559384 ], [ -74.153619, 40.558696 ], [ -74.153552, 40.558546 ], [ -74.153012, 40.557331 ], [ -74.152629, 40.556473 ], [ -74.152323, 40.555782 ], [ -74.152072, 40.555217 ], [ -74.153458, 40.554852 ], [ -74.153941, 40.554725 ], [ -74.154869, 40.554502 ], [ -74.15583, 40.554272 ], [ -74.156739, 40.554183 ], [ -74.157672, 40.554058 ], [ -74.157982, 40.554758 ], [ -74.158282, 40.555443 ], [ -74.15861, 40.556137 ], [ -74.158925, 40.556832 ], [ -74.159226, 40.557481 ], [ -74.159428, 40.557949 ], [ -74.159542, 40.558214 ], [ -74.159644, 40.558446 ], [ -74.159849, 40.55891 ], [ -74.159985, 40.55922 ], [ -74.160151, 40.5596 ], [ -74.160455, 40.560295 ], [ -74.160735, 40.560925 ], [ -74.160779, 40.561026 ], [ -74.160968, 40.56146 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085014700", "name": "Census Tract 147, Richmond County, New York", "total_population_17": 3411, "white_alone_17": 2840.0, "black_alone_17": 90.0, "native_alone_17": 0.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 360.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.831, "pct_black_alone_change": 0.008, "pct_native_alone_change": -0.175, "pct_asian_alone_change": 1.091, "pct_hispanic_or_latino_change": 5.819, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6187861", "INTPTLON": "-074.1123456" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.125133, 40.627102 ], [ -74.124248, 40.627212 ], [ -74.123649, 40.62729 ], [ -74.122956, 40.627377 ], [ -74.122645, 40.627416 ], [ -74.122162, 40.627477 ], [ -74.121257, 40.627823 ], [ -74.120568, 40.626988 ], [ -74.120129, 40.626536 ], [ -74.119666, 40.626185 ], [ -74.119165, 40.625824 ], [ -74.118459, 40.625269 ], [ -74.118231, 40.625077 ], [ -74.1181, 40.624963 ], [ -74.117877, 40.624834 ], [ -74.117557, 40.624693 ], [ -74.117127, 40.624533 ], [ -74.11539, 40.623887 ], [ -74.113309, 40.623042 ], [ -74.111534, 40.621603 ], [ -74.110944, 40.621195 ], [ -74.110015, 40.620688 ], [ -74.109033, 40.620264 ], [ -74.107707, 40.6197 ], [ -74.107461, 40.619594 ], [ -74.107341, 40.619543 ], [ -74.106103, 40.618969 ], [ -74.105187, 40.618282 ], [ -74.104953, 40.618023 ], [ -74.104584, 40.617612 ], [ -74.103511, 40.616414 ], [ -74.10456, 40.615967 ], [ -74.105345, 40.615625 ], [ -74.106187, 40.615254 ], [ -74.107066, 40.61505 ], [ -74.107949, 40.614856 ], [ -74.10885, 40.614655 ], [ -74.109357, 40.614546 ], [ -74.111454, 40.614107 ], [ -74.113375, 40.613805 ], [ -74.114146, 40.613742 ], [ -74.115132, 40.613662 ], [ -74.115383, 40.613642 ], [ -74.116469, 40.613554 ], [ -74.116842, 40.613525 ], [ -74.118284, 40.613416 ], [ -74.119318, 40.61333 ], [ -74.120445, 40.613242 ], [ -74.120662, 40.613224 ], [ -74.121404, 40.613165 ], [ -74.122557, 40.613076 ], [ -74.122647, 40.614631 ], [ -74.122925, 40.615314 ], [ -74.123281, 40.616003 ], [ -74.123576, 40.61668 ], [ -74.123633, 40.617441 ], [ -74.123621, 40.618059 ], [ -74.123491, 40.618502 ], [ -74.123391, 40.618772 ], [ -74.123391, 40.619167 ], [ -74.123575, 40.620271 ], [ -74.123736, 40.620971 ], [ -74.123998, 40.621625 ], [ -74.124024, 40.621702 ], [ -74.124266, 40.622304 ], [ -74.124516, 40.623029 ], [ -74.124697, 40.623681 ], [ -74.124742, 40.623955 ], [ -74.124746, 40.62438 ], [ -74.12473, 40.625042 ], [ -74.124842, 40.625825 ], [ -74.125133, 40.627102 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085015100", "name": "Census Tract 151, Richmond County, New York", "total_population_17": 5412, "white_alone_17": 3643.0, "black_alone_17": 6.0, "native_alone_17": 0.0, "asian_alone_17": 462.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1296.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.307, "pct_black_alone_change": -1.32, "pct_native_alone_change": -0.139, "pct_asian_alone_change": 4.064, "pct_hispanic_or_latino_change": 17.029, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6195337", "INTPTLON": "-074.1275925" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.132065, 40.623095 ], [ -74.132058, 40.623387 ], [ -74.132054, 40.623662 ], [ -74.131917, 40.624546 ], [ -74.13159, 40.625497 ], [ -74.131562, 40.625581 ], [ -74.13131, 40.626328 ], [ -74.130862, 40.626363 ], [ -74.130037, 40.626428 ], [ -74.129202, 40.626541 ], [ -74.128262, 40.626673 ], [ -74.126664, 40.62689 ], [ -74.125133, 40.627102 ], [ -74.124842, 40.625825 ], [ -74.12473, 40.625042 ], [ -74.124746, 40.62438 ], [ -74.124742, 40.623955 ], [ -74.124697, 40.623681 ], [ -74.124516, 40.623029 ], [ -74.124266, 40.622304 ], [ -74.124024, 40.621702 ], [ -74.123998, 40.621625 ], [ -74.123736, 40.620971 ], [ -74.123575, 40.620271 ], [ -74.123391, 40.619167 ], [ -74.123391, 40.618772 ], [ -74.123491, 40.618502 ], [ -74.123621, 40.618059 ], [ -74.123633, 40.617441 ], [ -74.123576, 40.61668 ], [ -74.123281, 40.616003 ], [ -74.122925, 40.615314 ], [ -74.122647, 40.614631 ], [ -74.122557, 40.613076 ], [ -74.124075, 40.612988 ], [ -74.124636, 40.612953 ], [ -74.124768, 40.612944 ], [ -74.126871, 40.612768 ], [ -74.127112, 40.61275 ], [ -74.127806, 40.612686 ], [ -74.128382, 40.612642 ], [ -74.129157, 40.61258 ], [ -74.130216, 40.612537 ], [ -74.130736, 40.612797 ], [ -74.130779, 40.613264 ], [ -74.130849, 40.613954 ], [ -74.130911, 40.614583 ], [ -74.13092, 40.614675 ], [ -74.130931, 40.614755 ], [ -74.130961, 40.615011 ], [ -74.130992, 40.615329 ], [ -74.130992, 40.615362 ], [ -74.131081, 40.616098 ], [ -74.131122, 40.616461 ], [ -74.131165, 40.616822 ], [ -74.131224, 40.617265 ], [ -74.131258, 40.617578 ], [ -74.131356, 40.618294 ], [ -74.131378, 40.618408 ], [ -74.13147, 40.619007 ], [ -74.131696, 40.620361 ], [ -74.131804, 40.621021 ], [ -74.131907, 40.621654 ], [ -74.132076, 40.622702 ], [ -74.132065, 40.623095 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085015400", "name": "Census Tract 154, Richmond County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.5466801", "INTPTLON": "-074.1296400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.142584, 40.534326 ], [ -74.133078, 40.543631 ], [ -74.135683, 40.546373 ], [ -74.137006, 40.546968 ], [ -74.137448, 40.547306 ], [ -74.138201, 40.548035 ], [ -74.138641, 40.548475 ], [ -74.137371, 40.549578 ], [ -74.136089, 40.550424 ], [ -74.134558, 40.551255 ], [ -74.133184, 40.552344 ], [ -74.132453, 40.55294 ], [ -74.131785, 40.553486 ], [ -74.131117, 40.553953 ], [ -74.130459, 40.554417 ], [ -74.129787, 40.555015 ], [ -74.128956, 40.555778 ], [ -74.128117, 40.556535 ], [ -74.12783, 40.556802 ], [ -74.127301, 40.557295 ], [ -74.125727, 40.556328 ], [ -74.12402, 40.555231 ], [ -74.123801, 40.555085 ], [ -74.119528, 40.552267 ], [ -74.119464, 40.552225 ], [ -74.119401, 40.552183 ], [ -74.118052, 40.552008 ], [ -74.118629, 40.55134 ], [ -74.118107, 40.550632 ], [ -74.116024, 40.549361 ], [ -74.114983, 40.549579 ], [ -74.114663, 40.54934 ], [ -74.114561, 40.549264 ], [ -74.114545, 40.549252 ], [ -74.114321, 40.549085 ], [ -74.112727, 40.547361 ], [ -74.112557, 40.547563 ], [ -74.109867, 40.54558 ], [ -74.108287, 40.544415 ], [ -74.108145, 40.54431 ], [ -74.133515, 40.525982 ], [ -74.133715, 40.526137 ], [ -74.135375, 40.527424 ], [ -74.143334, 40.533592 ], [ -74.142584, 40.534326 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085015601", "name": "Census Tract 156.01, Richmond County, New York", "total_population_17": 6470, "white_alone_17": 5701.0, "black_alone_17": 4.0, "native_alone_17": 43.0, "asian_alone_17": 313.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 429.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.948, "pct_black_alone_change": -0.233, "pct_native_alone_change": 0.525, "pct_asian_alone_change": 2.881, "pct_hispanic_or_latino_change": 1.442, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5421524", "INTPTLON": "-074.1545777" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.164231, 40.543301 ], [ -74.163445, 40.543769 ], [ -74.159727, 40.545775 ], [ -74.159295, 40.546022 ], [ -74.158866, 40.546256 ], [ -74.157068, 40.547199 ], [ -74.156558, 40.547433 ], [ -74.15633, 40.547553 ], [ -74.15618, 40.547646 ], [ -74.156055, 40.547734 ], [ -74.155822, 40.547937 ], [ -74.155589, 40.548117 ], [ -74.155365, 40.548272 ], [ -74.15514, 40.548412 ], [ -74.154905, 40.548543 ], [ -74.154645, 40.548674 ], [ -74.154329, 40.548812 ], [ -74.154199, 40.548876 ], [ -74.153558, 40.549173 ], [ -74.153371, 40.549241 ], [ -74.152656, 40.549374 ], [ -74.151885, 40.549403 ], [ -74.151781, 40.549407 ], [ -74.151741, 40.549411 ], [ -74.151589, 40.549439 ], [ -74.151469, 40.549473 ], [ -74.151343, 40.549521 ], [ -74.151216, 40.549585 ], [ -74.151086, 40.549674 ], [ -74.150988, 40.549762 ], [ -74.150908, 40.549856 ], [ -74.150839, 40.549963 ], [ -74.150742, 40.549568 ], [ -74.15063, 40.549115 ], [ -74.150431, 40.548195 ], [ -74.149953, 40.547452 ], [ -74.149425, 40.546563 ], [ -74.148937, 40.545673 ], [ -74.14872, 40.545273 ], [ -74.148484, 40.544835 ], [ -74.148162, 40.544326 ], [ -74.148011, 40.544114 ], [ -74.147465, 40.543497 ], [ -74.147293, 40.543359 ], [ -74.146811, 40.543004 ], [ -74.145912, 40.542424 ], [ -74.147103, 40.541012 ], [ -74.147894, 40.540066 ], [ -74.148143, 40.539775 ], [ -74.148544, 40.539288 ], [ -74.149024, 40.538715 ], [ -74.149359, 40.538327 ], [ -74.149591, 40.538067 ], [ -74.15001, 40.537701 ], [ -74.150498, 40.537273 ], [ -74.15051, 40.537263 ], [ -74.150703, 40.537106 ], [ -74.151063, 40.536802 ], [ -74.151409, 40.536503 ], [ -74.151585, 40.536351 ], [ -74.152055, 40.535947 ], [ -74.152622, 40.535459 ], [ -74.153149, 40.534997 ], [ -74.15334, 40.534833 ], [ -74.153643, 40.534556 ], [ -74.153975, 40.534268 ], [ -74.155933, 40.535354 ], [ -74.157043, 40.535967 ], [ -74.157267, 40.536107 ], [ -74.157537, 40.536294 ], [ -74.157741, 40.536453 ], [ -74.157935, 40.536618 ], [ -74.158152, 40.536823 ], [ -74.158346, 40.53703 ], [ -74.15852, 40.537237 ], [ -74.159141, 40.537899 ], [ -74.159557, 40.538334 ], [ -74.161024, 40.539898 ], [ -74.162527, 40.541503 ], [ -74.163593, 40.542642 ], [ -74.164231, 40.543301 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085015602", "name": "Census Tract 156.02, Richmond County, New York", "total_population_17": 3378, "white_alone_17": 3183.0, "black_alone_17": 20.0, "native_alone_17": 0.0, "asian_alone_17": 52.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 110.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.687, "pct_black_alone_change": 0.336, "pct_native_alone_change": -0.342, "pct_asian_alone_change": -1.536, "pct_hispanic_or_latino_change": -0.303, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5360199", "INTPTLON": "-074.1618034" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.169013, 40.540098 ], [ -74.168227, 40.540249 ], [ -74.167794, 40.540455 ], [ -74.167512, 40.540637 ], [ -74.166955, 40.541151 ], [ -74.166908, 40.541194 ], [ -74.166755, 40.541319 ], [ -74.166609, 40.541417 ], [ -74.166454, 40.541504 ], [ -74.166262, 40.541593 ], [ -74.166089, 40.541655 ], [ -74.165375, 40.542151 ], [ -74.164765, 40.542672 ], [ -74.164231, 40.543301 ], [ -74.163593, 40.542642 ], [ -74.162527, 40.541503 ], [ -74.161024, 40.539898 ], [ -74.159557, 40.538334 ], [ -74.159141, 40.537899 ], [ -74.15852, 40.537237 ], [ -74.158346, 40.53703 ], [ -74.158152, 40.536823 ], [ -74.157935, 40.536618 ], [ -74.157741, 40.536453 ], [ -74.157537, 40.536294 ], [ -74.157267, 40.536107 ], [ -74.157043, 40.535967 ], [ -74.155933, 40.535354 ], [ -74.153975, 40.534268 ], [ -74.154497, 40.533721 ], [ -74.155029, 40.533161 ], [ -74.155531, 40.532631 ], [ -74.15602, 40.532115 ], [ -74.156214, 40.531902 ], [ -74.1564, 40.531723 ], [ -74.156578, 40.531569 ], [ -74.156806, 40.531393 ], [ -74.157047, 40.531228 ], [ -74.15732, 40.531065 ], [ -74.157587, 40.530925 ], [ -74.157845, 40.530806 ], [ -74.15815, 40.530685 ], [ -74.158511, 40.530566 ], [ -74.161349, 40.529374 ], [ -74.161753, 40.529931 ], [ -74.162194, 40.530524 ], [ -74.162631, 40.531127 ], [ -74.163078, 40.531718 ], [ -74.163504, 40.532318 ], [ -74.163947, 40.532934 ], [ -74.164414, 40.533503 ], [ -74.164858, 40.534105 ], [ -74.165265, 40.534748 ], [ -74.165714, 40.535308 ], [ -74.166121, 40.535923 ], [ -74.16656, 40.536526 ], [ -74.166979, 40.537117 ], [ -74.167454, 40.537718 ], [ -74.167865, 40.538326 ], [ -74.168293, 40.538931 ], [ -74.168729, 40.539526 ], [ -74.169013, 40.540098 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085015603", "name": "Census Tract 156.03, Richmond County, New York", "total_population_17": 4996, "white_alone_17": 4327.0, "black_alone_17": 14.0, "native_alone_17": 0.0, "asian_alone_17": 145.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 510.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.327, "pct_black_alone_change": -0.153, "pct_native_alone_change": -0.114, "pct_asian_alone_change": -0.081, "pct_hispanic_or_latino_change": 4.22, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5296626", "INTPTLON": "-074.1458122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.161349, 40.529374 ], [ -74.158511, 40.530566 ], [ -74.15815, 40.530685 ], [ -74.157845, 40.530806 ], [ -74.157587, 40.530925 ], [ -74.15732, 40.531065 ], [ -74.157047, 40.531228 ], [ -74.156806, 40.531393 ], [ -74.156578, 40.531569 ], [ -74.1564, 40.531723 ], [ -74.156214, 40.531902 ], [ -74.15602, 40.532115 ], [ -74.155531, 40.532631 ], [ -74.155029, 40.533161 ], [ -74.154497, 40.533721 ], [ -74.153975, 40.534268 ], [ -74.153643, 40.534556 ], [ -74.15334, 40.534833 ], [ -74.153149, 40.534997 ], [ -74.152622, 40.535459 ], [ -74.152055, 40.535947 ], [ -74.151585, 40.536351 ], [ -74.151409, 40.536503 ], [ -74.151063, 40.536802 ], [ -74.150703, 40.537106 ], [ -74.15051, 40.537263 ], [ -74.150498, 40.537273 ], [ -74.15001, 40.537701 ], [ -74.149591, 40.538067 ], [ -74.149359, 40.538327 ], [ -74.149024, 40.538715 ], [ -74.148544, 40.539288 ], [ -74.148143, 40.539775 ], [ -74.147894, 40.540066 ], [ -74.147103, 40.541012 ], [ -74.145912, 40.542424 ], [ -74.145161, 40.543072 ], [ -74.145077, 40.543134 ], [ -74.144911, 40.543273 ], [ -74.144773, 40.54341 ], [ -74.144666, 40.543533 ], [ -74.144549, 40.543691 ], [ -74.144442, 40.543869 ], [ -74.144331, 40.544035 ], [ -74.144203, 40.544196 ], [ -74.144054, 40.544356 ], [ -74.14389, 40.544506 ], [ -74.143733, 40.54463 ], [ -74.143584, 40.544735 ], [ -74.142718, 40.545434 ], [ -74.142067, 40.545921 ], [ -74.141403, 40.546419 ], [ -74.140887, 40.546804 ], [ -74.140444, 40.547132 ], [ -74.139515, 40.547831 ], [ -74.139416, 40.547898 ], [ -74.138641, 40.548475 ], [ -74.138201, 40.548035 ], [ -74.137448, 40.547306 ], [ -74.137006, 40.546968 ], [ -74.135683, 40.546373 ], [ -74.133078, 40.543631 ], [ -74.142584, 40.534326 ], [ -74.143334, 40.533592 ], [ -74.135375, 40.527424 ], [ -74.133715, 40.526137 ], [ -74.133515, 40.525982 ], [ -74.13382, 40.525764 ], [ -74.15257, 40.518762 ], [ -74.159883, 40.527369 ], [ -74.159974, 40.527493 ], [ -74.160058, 40.527635 ], [ -74.160425, 40.528119 ], [ -74.160859, 40.528718 ], [ -74.161349, 40.529374 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085016901", "name": "Census Tract 169.01, Richmond County, New York", "total_population_17": 3199, "white_alone_17": 2384.0, "black_alone_17": 119.0, "native_alone_17": 0.0, "asian_alone_17": 249.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 426.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.652, "pct_black_alone_change": 3.249, "pct_native_alone_change": -0.101, "pct_asian_alone_change": -1.91, "pct_hispanic_or_latino_change": 5.475, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6123868", "INTPTLON": "-074.1094587" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.122557, 40.613076 ], [ -74.121404, 40.613165 ], [ -74.120662, 40.613224 ], [ -74.120445, 40.613242 ], [ -74.119318, 40.61333 ], [ -74.118284, 40.613416 ], [ -74.116842, 40.613525 ], [ -74.116469, 40.613554 ], [ -74.115383, 40.613642 ], [ -74.115132, 40.613662 ], [ -74.114146, 40.613742 ], [ -74.113375, 40.613805 ], [ -74.111454, 40.614107 ], [ -74.109357, 40.614546 ], [ -74.10885, 40.614655 ], [ -74.107949, 40.614856 ], [ -74.107066, 40.61505 ], [ -74.106187, 40.615254 ], [ -74.105345, 40.615625 ], [ -74.10456, 40.615967 ], [ -74.103511, 40.616414 ], [ -74.103026, 40.615781 ], [ -74.102568, 40.615188 ], [ -74.102094, 40.6146 ], [ -74.101276, 40.613985 ], [ -74.100684, 40.613554 ], [ -74.100551, 40.613461 ], [ -74.099877, 40.612919 ], [ -74.099351, 40.612419 ], [ -74.098515, 40.611387 ], [ -74.098467, 40.61135 ], [ -74.098103, 40.610962 ], [ -74.097884, 40.61075 ], [ -74.097658, 40.610503 ], [ -74.100027, 40.610415 ], [ -74.102148, 40.610318 ], [ -74.104142, 40.610254 ], [ -74.105349, 40.610215 ], [ -74.10668, 40.610127 ], [ -74.106706, 40.61012 ], [ -74.107948, 40.610048 ], [ -74.10871, 40.610075 ], [ -74.109317, 40.610111 ], [ -74.109751, 40.610157 ], [ -74.109917, 40.610167 ], [ -74.11004, 40.610179 ], [ -74.110132, 40.610187 ], [ -74.110239, 40.610198 ], [ -74.110359, 40.610218 ], [ -74.110535, 40.610254 ], [ -74.111136, 40.610436 ], [ -74.111277, 40.610486 ], [ -74.111541, 40.610566 ], [ -74.112691, 40.610847 ], [ -74.112872, 40.610882 ], [ -74.11305, 40.61092 ], [ -74.113262, 40.610951 ], [ -74.11343, 40.610975 ], [ -74.113623, 40.610988 ], [ -74.113767, 40.610997 ], [ -74.115014, 40.61108 ], [ -74.115944, 40.611011 ], [ -74.116764, 40.61087 ], [ -74.11716, 40.610765 ], [ -74.119638, 40.610112 ], [ -74.121339, 40.609684 ], [ -74.121384, 40.609899 ], [ -74.121448, 40.610173 ], [ -74.121578, 40.610602 ], [ -74.122029, 40.611745 ], [ -74.122133, 40.612014 ], [ -74.122363, 40.612575 ], [ -74.122557, 40.613076 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017005", "name": "Census Tract 170.05, Richmond County, New York", "total_population_17": 5082, "white_alone_17": 4348.0, "black_alone_17": 3.0, "native_alone_17": 0.0, "asian_alone_17": 327.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 404.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.883, "pct_black_alone_change": -0.042, "pct_native_alone_change": -0.101, "pct_asian_alone_change": 2.78, "pct_hispanic_or_latino_change": 4.523, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5397084", "INTPTLON": "-074.1801431" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.193771, 40.535834 ], [ -74.193418, 40.535931 ], [ -74.192919, 40.536084 ], [ -74.192516, 40.536222 ], [ -74.192139, 40.536364 ], [ -74.191769, 40.536514 ], [ -74.191369, 40.536691 ], [ -74.190305, 40.537247 ], [ -74.18951, 40.537789 ], [ -74.189055, 40.53814 ], [ -74.188284, 40.53887 ], [ -74.187381, 40.539893 ], [ -74.187089, 40.540247 ], [ -74.186577, 40.540853 ], [ -74.185627, 40.541924 ], [ -74.18369, 40.544175 ], [ -74.182853, 40.545146 ], [ -74.182067, 40.546045 ], [ -74.181285, 40.546958 ], [ -74.18094, 40.546784 ], [ -74.180721, 40.546673 ], [ -74.180429, 40.546531 ], [ -74.179904, 40.546268 ], [ -74.178883, 40.545756 ], [ -74.178096, 40.545354 ], [ -74.177302, 40.544929 ], [ -74.176498, 40.544487 ], [ -74.175783, 40.544083 ], [ -74.175169, 40.543775 ], [ -74.174428, 40.543449 ], [ -74.173774, 40.543153 ], [ -74.173178, 40.542889 ], [ -74.172451, 40.542567 ], [ -74.171751, 40.542234 ], [ -74.171261, 40.542011 ], [ -74.17101, 40.541909 ], [ -74.17059, 40.54173 ], [ -74.170385, 40.541639 ], [ -74.170201, 40.541559 ], [ -74.169786, 40.541378 ], [ -74.169221, 40.54112 ], [ -74.169149, 40.541076 ], [ -74.169088, 40.54102 ], [ -74.169043, 40.540955 ], [ -74.169016, 40.540886 ], [ -74.16901, 40.540839 ], [ -74.1689, 40.540193 ], [ -74.169013, 40.540098 ], [ -74.169226, 40.540093 ], [ -74.169407, 40.540075 ], [ -74.169586, 40.540047 ], [ -74.169793, 40.539998 ], [ -74.169953, 40.539949 ], [ -74.170145, 40.539874 ], [ -74.170271, 40.539814 ], [ -74.17092, 40.539232 ], [ -74.171597, 40.538648 ], [ -74.171956, 40.53836 ], [ -74.172292, 40.538138 ], [ -74.173212, 40.538003 ], [ -74.173426, 40.537994 ], [ -74.17366, 40.537967 ], [ -74.173889, 40.537924 ], [ -74.174132, 40.537858 ], [ -74.174898, 40.537417 ], [ -74.175715, 40.536962 ], [ -74.17605, 40.536804 ], [ -74.176392, 40.536621 ], [ -74.176855, 40.536376 ], [ -74.17791, 40.535815 ], [ -74.178085, 40.535741 ], [ -74.178269, 40.535675 ], [ -74.178468, 40.535617 ], [ -74.17862, 40.53558 ], [ -74.178867, 40.535535 ], [ -74.179111, 40.535559 ], [ -74.179363, 40.535597 ], [ -74.179611, 40.535647 ], [ -74.179844, 40.535707 ], [ -74.18083, 40.535925 ], [ -74.181194, 40.535815 ], [ -74.181959, 40.535549 ], [ -74.183202, 40.535154 ], [ -74.184012, 40.534897 ], [ -74.184064, 40.53488 ], [ -74.184137, 40.534857 ], [ -74.185098, 40.534526 ], [ -74.185463, 40.534401 ], [ -74.186298, 40.534095 ], [ -74.187439, 40.533705 ], [ -74.187995, 40.53354 ], [ -74.188598, 40.533361 ], [ -74.189465, 40.533092 ], [ -74.190235, 40.532742 ], [ -74.191744, 40.531917 ], [ -74.192374, 40.533041 ], [ -74.192671, 40.533633 ], [ -74.193009, 40.534326 ], [ -74.193274, 40.534885 ], [ -74.193404, 40.535144 ], [ -74.193561, 40.535407 ], [ -74.193771, 40.535834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017007", "name": "Census Tract 170.07, Richmond County, New York", "total_population_17": 5564, "white_alone_17": 3283.0, "black_alone_17": 344.0, "native_alone_17": 0.0, "asian_alone_17": 830.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1013.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.886, "pct_black_alone_change": 2.324, "pct_native_alone_change": -0.1, "pct_asian_alone_change": 5.835, "pct_hispanic_or_latino_change": 4.201, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5578991", "INTPTLON": "-074.1890985" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.197695, 40.558887 ], [ -74.194076, 40.562079 ], [ -74.193949, 40.562166 ], [ -74.1937, 40.562322 ], [ -74.193442, 40.562469 ], [ -74.193174, 40.562604 ], [ -74.193052, 40.562631 ], [ -74.192904, 40.562649 ], [ -74.192861, 40.56265 ], [ -74.192734, 40.562652 ], [ -74.192587, 40.56264 ], [ -74.192412, 40.562581 ], [ -74.192214, 40.562532 ], [ -74.192035, 40.562504 ], [ -74.191862, 40.56249 ], [ -74.191696, 40.562488 ], [ -74.191529, 40.562497 ], [ -74.19133, 40.562523 ], [ -74.191135, 40.562566 ], [ -74.19098, 40.562614 ], [ -74.190832, 40.562672 ], [ -74.190666, 40.562752 ], [ -74.1905, 40.562855 ], [ -74.190353, 40.562968 ], [ -74.190112, 40.563204 ], [ -74.189973, 40.563317 ], [ -74.189808, 40.563424 ], [ -74.189638, 40.563514 ], [ -74.189468, 40.563585 ], [ -74.189281, 40.563646 ], [ -74.189099, 40.56369 ], [ -74.187269, 40.564042 ], [ -74.18689, 40.564158 ], [ -74.186519, 40.564262 ], [ -74.18606, 40.564378 ], [ -74.185628, 40.564475 ], [ -74.185254, 40.564549 ], [ -74.184996, 40.56472 ], [ -74.184774, 40.564851 ], [ -74.184545, 40.564972 ], [ -74.184279, 40.565097 ], [ -74.184004, 40.56521 ], [ -74.183712, 40.565313 ], [ -74.183403, 40.565405 ], [ -74.183283, 40.565432 ], [ -74.183076, 40.565467 ], [ -74.18282, 40.565491 ], [ -74.182603, 40.565495 ], [ -74.182397, 40.565486 ], [ -74.182203, 40.565465 ], [ -74.182003, 40.565431 ], [ -74.181786, 40.565379 ], [ -74.181581, 40.565313 ], [ -74.181395, 40.565238 ], [ -74.181311, 40.564877 ], [ -74.181162, 40.564183 ], [ -74.181121, 40.563989 ], [ -74.181012, 40.563471 ], [ -74.180868, 40.562767 ], [ -74.180723, 40.562066 ], [ -74.180577, 40.561371 ], [ -74.180423, 40.560664 ], [ -74.180409, 40.560538 ], [ -74.180327, 40.559972 ], [ -74.180162, 40.558877 ], [ -74.180133, 40.55872 ], [ -74.18015, 40.558574 ], [ -74.180184, 40.558434 ], [ -74.180249, 40.558278 ], [ -74.180659, 40.557721 ], [ -74.18098, 40.557407 ], [ -74.181001, 40.557386 ], [ -74.181148, 40.557241 ], [ -74.181538, 40.556818 ], [ -74.181943, 40.556403 ], [ -74.181967, 40.556378 ], [ -74.182038, 40.556305 ], [ -74.183181, 40.555201 ], [ -74.183469, 40.554931 ], [ -74.184152, 40.554296 ], [ -74.184539, 40.553912 ], [ -74.184645, 40.553807 ], [ -74.184889, 40.55355 ], [ -74.18505, 40.553356 ], [ -74.185439, 40.552909 ], [ -74.186144, 40.551973 ], [ -74.187573, 40.550147 ], [ -74.1886, 40.550687 ], [ -74.188828, 40.550793 ], [ -74.189104, 40.550933 ], [ -74.18939, 40.551093 ], [ -74.189699, 40.551284 ], [ -74.189914, 40.551431 ], [ -74.190145, 40.551601 ], [ -74.190732, 40.552116 ], [ -74.191015, 40.552399 ], [ -74.191428, 40.552801 ], [ -74.192752, 40.554087 ], [ -74.193585, 40.554878 ], [ -74.194743, 40.556 ], [ -74.196604, 40.557813 ], [ -74.197695, 40.558887 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017008", "name": "Census Tract 170.08, Richmond County, New York", "total_population_17": 7720, "white_alone_17": 6838.0, "black_alone_17": 56.0, "native_alone_17": 0.0, "asian_alone_17": 371.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 414.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.534, "pct_black_alone_change": 0.458, "pct_native_alone_change": -0.073, "pct_asian_alone_change": 0.189, "pct_hispanic_or_latino_change": 0.855, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.5558990", "INTPTLON": "-074.1797494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.187573, 40.550147 ], [ -74.186144, 40.551973 ], [ -74.185439, 40.552909 ], [ -74.18505, 40.553356 ], [ -74.184889, 40.55355 ], [ -74.184645, 40.553807 ], [ -74.184539, 40.553912 ], [ -74.184152, 40.554296 ], [ -74.183469, 40.554931 ], [ -74.183181, 40.555201 ], [ -74.182038, 40.556305 ], [ -74.181967, 40.556378 ], [ -74.181943, 40.556403 ], [ -74.181538, 40.556818 ], [ -74.181148, 40.557241 ], [ -74.181001, 40.557386 ], [ -74.18098, 40.557407 ], [ -74.180659, 40.557721 ], [ -74.180249, 40.558278 ], [ -74.180184, 40.558434 ], [ -74.18015, 40.558574 ], [ -74.180133, 40.55872 ], [ -74.180162, 40.558877 ], [ -74.180327, 40.559972 ], [ -74.180409, 40.560538 ], [ -74.180423, 40.560664 ], [ -74.180577, 40.561371 ], [ -74.180723, 40.562066 ], [ -74.180868, 40.562767 ], [ -74.181012, 40.563471 ], [ -74.181121, 40.563989 ], [ -74.181162, 40.564183 ], [ -74.181311, 40.564877 ], [ -74.181395, 40.565238 ], [ -74.177945, 40.563983 ], [ -74.177618, 40.563804 ], [ -74.176594, 40.563241 ], [ -74.175399, 40.562965 ], [ -74.174888, 40.562826 ], [ -74.174218, 40.562568 ], [ -74.173485, 40.562267 ], [ -74.172255, 40.561704 ], [ -74.171878, 40.561566 ], [ -74.17228, 40.561176 ], [ -74.17251, 40.560938 ], [ -74.173275, 40.560094 ], [ -74.174373, 40.558708 ], [ -74.176116, 40.555937 ], [ -74.17662, 40.554991 ], [ -74.177463, 40.553411 ], [ -74.178156, 40.552113 ], [ -74.178745, 40.550996 ], [ -74.179334, 40.549888 ], [ -74.179912, 40.548834 ], [ -74.180185, 40.548379 ], [ -74.181285, 40.546958 ], [ -74.181996, 40.547323 ], [ -74.182777, 40.547709 ], [ -74.183558, 40.548103 ], [ -74.184349, 40.548491 ], [ -74.185117, 40.548894 ], [ -74.185891, 40.549288 ], [ -74.186671, 40.549671 ], [ -74.187573, 40.550147 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017009", "name": "Census Tract 170.09, Richmond County, New York", "total_population_17": 4525, "white_alone_17": 3896.0, "black_alone_17": 17.0, "native_alone_17": 0.0, "asian_alone_17": 119.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 425.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.427, "pct_black_alone_change": 0.198, "pct_native_alone_change": -0.357, "pct_asian_alone_change": -0.137, "pct_hispanic_or_latino_change": 5.242, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5432028", "INTPTLON": "-074.1898283" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.197308, 40.543262 ], [ -74.196814, 40.543627 ], [ -74.195862, 40.544318 ], [ -74.19514, 40.544683 ], [ -74.193821, 40.545496 ], [ -74.193061, 40.545971 ], [ -74.192739, 40.54614 ], [ -74.192268, 40.546433 ], [ -74.191896, 40.546672 ], [ -74.191527, 40.546908 ], [ -74.190786, 40.5474 ], [ -74.190061, 40.547868 ], [ -74.189299, 40.548378 ], [ -74.188588, 40.548944 ], [ -74.188076, 40.549523 ], [ -74.187573, 40.550147 ], [ -74.186671, 40.549671 ], [ -74.185891, 40.549288 ], [ -74.185117, 40.548894 ], [ -74.184349, 40.548491 ], [ -74.183558, 40.548103 ], [ -74.182777, 40.547709 ], [ -74.181996, 40.547323 ], [ -74.181285, 40.546958 ], [ -74.182067, 40.546045 ], [ -74.182853, 40.545146 ], [ -74.18369, 40.544175 ], [ -74.185627, 40.541924 ], [ -74.186577, 40.540853 ], [ -74.187089, 40.540247 ], [ -74.187381, 40.539893 ], [ -74.188284, 40.53887 ], [ -74.189055, 40.53814 ], [ -74.18951, 40.537789 ], [ -74.190305, 40.537247 ], [ -74.191369, 40.536691 ], [ -74.191769, 40.536514 ], [ -74.192139, 40.536364 ], [ -74.192516, 40.536222 ], [ -74.192919, 40.536084 ], [ -74.193418, 40.535931 ], [ -74.193771, 40.535834 ], [ -74.194097, 40.536508 ], [ -74.19444, 40.537157 ], [ -74.194684, 40.537662 ], [ -74.194762, 40.537831 ], [ -74.195077, 40.538487 ], [ -74.195425, 40.539179 ], [ -74.195764, 40.539839 ], [ -74.196092, 40.540497 ], [ -74.196402, 40.541173 ], [ -74.196713, 40.541847 ], [ -74.197022, 40.542527 ], [ -74.197308, 40.543262 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017010", "name": "Census Tract 170.10, Richmond County, New York", "total_population_17": 8886, "white_alone_17": 6603.0, "black_alone_17": 45.0, "native_alone_17": 15.0, "asian_alone_17": 540.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 1554.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.318, "pct_black_alone_change": -1.52, "pct_native_alone_change": -0.047, "pct_asian_alone_change": 0.796, "pct_hispanic_or_latino_change": 7.96, "pct_native_hawaiian_pacific_islander_change": 0.214, "INTPTLAT": "+40.5505833", "INTPTLON": "-074.1969608" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.203343, 40.556133 ], [ -74.203145, 40.556089 ], [ -74.202339, 40.55591 ], [ -74.202054, 40.555878 ], [ -74.201849, 40.555871 ], [ -74.201644, 40.555876 ], [ -74.201418, 40.555897 ], [ -74.201206, 40.555932 ], [ -74.201, 40.55598 ], [ -74.200793, 40.556045 ], [ -74.200696, 40.556093 ], [ -74.200511, 40.556202 ], [ -74.200346, 40.556317 ], [ -74.200194, 40.556444 ], [ -74.200059, 40.556578 ], [ -74.199771, 40.55687 ], [ -74.199466, 40.557181 ], [ -74.197695, 40.558887 ], [ -74.196604, 40.557813 ], [ -74.194743, 40.556 ], [ -74.193585, 40.554878 ], [ -74.192752, 40.554087 ], [ -74.191428, 40.552801 ], [ -74.191015, 40.552399 ], [ -74.190732, 40.552116 ], [ -74.190145, 40.551601 ], [ -74.189914, 40.551431 ], [ -74.189699, 40.551284 ], [ -74.18939, 40.551093 ], [ -74.189104, 40.550933 ], [ -74.188828, 40.550793 ], [ -74.1886, 40.550687 ], [ -74.187573, 40.550147 ], [ -74.188076, 40.549523 ], [ -74.188588, 40.548944 ], [ -74.189299, 40.548378 ], [ -74.190061, 40.547868 ], [ -74.190786, 40.5474 ], [ -74.191527, 40.546908 ], [ -74.191896, 40.546672 ], [ -74.192268, 40.546433 ], [ -74.192739, 40.54614 ], [ -74.193061, 40.545971 ], [ -74.193821, 40.545496 ], [ -74.19514, 40.544683 ], [ -74.195862, 40.544318 ], [ -74.196814, 40.543627 ], [ -74.197308, 40.543262 ], [ -74.198409, 40.545307 ], [ -74.198605, 40.54568 ], [ -74.199121, 40.546709 ], [ -74.19985, 40.548132 ], [ -74.200144, 40.548801 ], [ -74.20097, 40.55079 ], [ -74.201851, 40.552689 ], [ -74.202162, 40.55336 ], [ -74.202248, 40.55357 ], [ -74.202628, 40.554343 ], [ -74.20291, 40.554945 ], [ -74.203213, 40.555776 ], [ -74.203343, 40.556133 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017011", "name": "Census Tract 170.11, Richmond County, New York", "total_population_17": 4547, "white_alone_17": 4020.0, "black_alone_17": 4.0, "native_alone_17": 0.0, "asian_alone_17": 147.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 343.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.961, "pct_black_alone_change": -0.134, "pct_native_alone_change": -0.211, "pct_asian_alone_change": -0.701, "pct_hispanic_or_latino_change": 2.612, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5456376", "INTPTLON": "-074.1702297" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.176216, 40.544835 ], [ -74.175987, 40.545142 ], [ -74.175754, 40.545485 ], [ -74.17556, 40.545797 ], [ -74.175385, 40.546107 ], [ -74.175235, 40.546398 ], [ -74.175088, 40.546714 ], [ -74.174936, 40.547841 ], [ -74.174759, 40.548951 ], [ -74.174739, 40.549056 ], [ -74.174691, 40.549308 ], [ -74.174682, 40.549661 ], [ -74.172095, 40.549988 ], [ -74.169685, 40.550303 ], [ -74.168178, 40.550497 ], [ -74.167572, 40.550575 ], [ -74.167418, 40.549881 ], [ -74.167259, 40.549167 ], [ -74.167099, 40.548448 ], [ -74.167092, 40.548318 ], [ -74.16707, 40.548205 ], [ -74.167029, 40.548086 ], [ -74.166973, 40.54797 ], [ -74.16689, 40.547847 ], [ -74.166832, 40.547779 ], [ -74.166233, 40.547343 ], [ -74.166197, 40.547111 ], [ -74.165743, 40.545398 ], [ -74.165489, 40.544652 ], [ -74.165401, 40.544433 ], [ -74.165296, 40.544273 ], [ -74.164788, 40.543802 ], [ -74.164231, 40.543301 ], [ -74.164765, 40.542672 ], [ -74.165375, 40.542151 ], [ -74.166089, 40.541655 ], [ -74.166262, 40.541593 ], [ -74.166454, 40.541504 ], [ -74.166609, 40.541417 ], [ -74.166755, 40.541319 ], [ -74.166908, 40.541194 ], [ -74.166955, 40.541151 ], [ -74.167512, 40.540637 ], [ -74.167794, 40.540455 ], [ -74.168227, 40.540249 ], [ -74.169013, 40.540098 ], [ -74.1689, 40.540193 ], [ -74.16901, 40.540839 ], [ -74.169016, 40.540886 ], [ -74.169043, 40.540955 ], [ -74.169088, 40.54102 ], [ -74.169149, 40.541076 ], [ -74.169221, 40.54112 ], [ -74.169786, 40.541378 ], [ -74.170201, 40.541559 ], [ -74.170385, 40.541639 ], [ -74.17059, 40.54173 ], [ -74.17101, 40.541909 ], [ -74.171261, 40.542011 ], [ -74.171751, 40.542234 ], [ -74.172451, 40.542567 ], [ -74.173178, 40.542889 ], [ -74.173774, 40.543153 ], [ -74.174428, 40.543449 ], [ -74.175169, 40.543775 ], [ -74.175783, 40.544083 ], [ -74.176498, 40.544487 ], [ -74.176216, 40.544835 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017012", "name": "Census Tract 170.12, Richmond County, New York", "total_population_17": 4526, "white_alone_17": 3614.0, "black_alone_17": 23.0, "native_alone_17": 11.0, "asian_alone_17": 138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 681.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.521, "pct_black_alone_change": 0.286, "pct_native_alone_change": 0.032, "pct_asian_alone_change": -0.885, "pct_hispanic_or_latino_change": 10.115, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5529585", "INTPTLON": "-074.1737873" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.181285, 40.546958 ], [ -74.180185, 40.548379 ], [ -74.179912, 40.548834 ], [ -74.179334, 40.549888 ], [ -74.178745, 40.550996 ], [ -74.178156, 40.552113 ], [ -74.177463, 40.553411 ], [ -74.17662, 40.554991 ], [ -74.176116, 40.555937 ], [ -74.174373, 40.558708 ], [ -74.173275, 40.560094 ], [ -74.17251, 40.560938 ], [ -74.17228, 40.561176 ], [ -74.171878, 40.561566 ], [ -74.171543, 40.561439 ], [ -74.171286, 40.561343 ], [ -74.169827, 40.561078 ], [ -74.169736, 40.56025 ], [ -74.169477, 40.559126 ], [ -74.169317, 40.55841 ], [ -74.169166, 40.5577 ], [ -74.169002, 40.556972 ], [ -74.168843, 40.556269 ], [ -74.168684, 40.555567 ], [ -74.168524, 40.554852 ], [ -74.168367, 40.554131 ], [ -74.168206, 40.553432 ], [ -74.168103, 40.552946 ], [ -74.168052, 40.552718 ], [ -74.167894, 40.552001 ], [ -74.167866, 40.55189 ], [ -74.167768, 40.551438 ], [ -74.167735, 40.551291 ], [ -74.167618, 40.550776 ], [ -74.167572, 40.550575 ], [ -74.168178, 40.550497 ], [ -74.169685, 40.550303 ], [ -74.172095, 40.549988 ], [ -74.174682, 40.549661 ], [ -74.174691, 40.549308 ], [ -74.174739, 40.549056 ], [ -74.174759, 40.548951 ], [ -74.174936, 40.547841 ], [ -74.175088, 40.546714 ], [ -74.175235, 40.546398 ], [ -74.175385, 40.546107 ], [ -74.17556, 40.545797 ], [ -74.175754, 40.545485 ], [ -74.175987, 40.545142 ], [ -74.176216, 40.544835 ], [ -74.176498, 40.544487 ], [ -74.177302, 40.544929 ], [ -74.178096, 40.545354 ], [ -74.178883, 40.545756 ], [ -74.179904, 40.546268 ], [ -74.180429, 40.546531 ], [ -74.180721, 40.546673 ], [ -74.18094, 40.546784 ], [ -74.181285, 40.546958 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017300", "name": "Census Tract 173, Richmond County, New York", "total_population_17": 2599, "white_alone_17": 880.0, "black_alone_17": 570.0, "native_alone_17": 0.0, "asian_alone_17": 571.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 478.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.456, "pct_black_alone_change": 4.767, "pct_native_alone_change": -0.748, "pct_asian_alone_change": 7.009, "pct_hispanic_or_latino_change": 1.738, "pct_native_hawaiian_pacific_islander_change": -0.039, "INTPTLAT": "+40.6052791", "INTPTLON": "-074.1182769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.12117, 40.608834 ], [ -74.118345, 40.609144 ], [ -74.117426, 40.60929 ], [ -74.117069, 40.608205 ], [ -74.116493, 40.607656 ], [ -74.11596, 40.607452 ], [ -74.115877, 40.607158 ], [ -74.115791, 40.606862 ], [ -74.115676, 40.606133 ], [ -74.115547, 40.605397 ], [ -74.115442, 40.604695 ], [ -74.115377, 40.603984 ], [ -74.114871, 40.602137 ], [ -74.116844, 40.601895 ], [ -74.117838, 40.601858 ], [ -74.119576, 40.601817 ], [ -74.120596, 40.60181 ], [ -74.12064, 40.602476 ], [ -74.120686, 40.603084 ], [ -74.120737, 40.603846 ], [ -74.120782, 40.604531 ], [ -74.120835, 40.605215 ], [ -74.12092, 40.606359 ], [ -74.12117, 40.608834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017600", "name": "Census Tract 176, Richmond County, New York", "total_population_17": 4729, "white_alone_17": 4376.0, "black_alone_17": 27.0, "native_alone_17": 0.0, "asian_alone_17": 67.0, "native_hawaiian_pacific_islander_17": 13.0, "hispanic_or_latino_17": 219.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 1.138, "pct_black_alone_change": 0.135, "pct_native_alone_change": -0.062, "pct_asian_alone_change": -2.157, "pct_hispanic_or_latino_change": 0.392, "pct_native_hawaiian_pacific_islander_change": 0.275, "INTPTLAT": "+40.5252077", "INTPTLON": "-074.1711061" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.191744, 40.531917 ], [ -74.190235, 40.532742 ], [ -74.189465, 40.533092 ], [ -74.188598, 40.533361 ], [ -74.187995, 40.53354 ], [ -74.187439, 40.533705 ], [ -74.186298, 40.534095 ], [ -74.185463, 40.534401 ], [ -74.185098, 40.534526 ], [ -74.184137, 40.534857 ], [ -74.184064, 40.53488 ], [ -74.184012, 40.534897 ], [ -74.183202, 40.535154 ], [ -74.181959, 40.535549 ], [ -74.181194, 40.535815 ], [ -74.18083, 40.535925 ], [ -74.179844, 40.535707 ], [ -74.179611, 40.535647 ], [ -74.179363, 40.535597 ], [ -74.179111, 40.535559 ], [ -74.178867, 40.535535 ], [ -74.17862, 40.53558 ], [ -74.178468, 40.535617 ], [ -74.178269, 40.535675 ], [ -74.178085, 40.535741 ], [ -74.17791, 40.535815 ], [ -74.176855, 40.536376 ], [ -74.176392, 40.536621 ], [ -74.17605, 40.536804 ], [ -74.175715, 40.536962 ], [ -74.174898, 40.537417 ], [ -74.174132, 40.537858 ], [ -74.173889, 40.537924 ], [ -74.17366, 40.537967 ], [ -74.173426, 40.537994 ], [ -74.173212, 40.538003 ], [ -74.172292, 40.538138 ], [ -74.171956, 40.53836 ], [ -74.171597, 40.538648 ], [ -74.17092, 40.539232 ], [ -74.170271, 40.539814 ], [ -74.170145, 40.539874 ], [ -74.169953, 40.539949 ], [ -74.169793, 40.539998 ], [ -74.169586, 40.540047 ], [ -74.169407, 40.540075 ], [ -74.169226, 40.540093 ], [ -74.169013, 40.540098 ], [ -74.168729, 40.539526 ], [ -74.168293, 40.538931 ], [ -74.167865, 40.538326 ], [ -74.167454, 40.537718 ], [ -74.166979, 40.537117 ], [ -74.16656, 40.536526 ], [ -74.166121, 40.535923 ], [ -74.165714, 40.535308 ], [ -74.165265, 40.534748 ], [ -74.164858, 40.534105 ], [ -74.164414, 40.533503 ], [ -74.163947, 40.532934 ], [ -74.163504, 40.532318 ], [ -74.163078, 40.531718 ], [ -74.162631, 40.531127 ], [ -74.162194, 40.530524 ], [ -74.161753, 40.529931 ], [ -74.161349, 40.529374 ], [ -74.160859, 40.528718 ], [ -74.160425, 40.528119 ], [ -74.160058, 40.527635 ], [ -74.159974, 40.527493 ], [ -74.159883, 40.527369 ], [ -74.15257, 40.518762 ], [ -74.173689, 40.510879 ], [ -74.17789, 40.519462 ], [ -74.178237, 40.520055 ], [ -74.178422, 40.52044 ], [ -74.178495, 40.520631 ], [ -74.178564, 40.520789 ], [ -74.178934, 40.521697 ], [ -74.179339, 40.522514 ], [ -74.18039, 40.522131 ], [ -74.182714, 40.521262 ], [ -74.183112, 40.521116 ], [ -74.183824, 40.520855 ], [ -74.184973, 40.52241 ], [ -74.186099, 40.523996 ], [ -74.186644, 40.52478 ], [ -74.187185, 40.525521 ], [ -74.187583, 40.526078 ], [ -74.188812, 40.52782 ], [ -74.189852, 40.529263 ], [ -74.190291, 40.529878 ], [ -74.190726, 40.530482 ], [ -74.191168, 40.5311 ], [ -74.191744, 40.531917 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085017700", "name": "Census Tract 177, Richmond County, New York", "total_population_17": 6293, "white_alone_17": 4919.0, "black_alone_17": 53.0, "native_alone_17": 0.0, "asian_alone_17": 987.0, "native_hawaiian_pacific_islander_17": 14.0, "hispanic_or_latino_17": 232.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.057, "pct_black_alone_change": 0.105, "pct_native_alone_change": -0.173, "pct_asian_alone_change": 4.094, "pct_hispanic_or_latino_change": 0.031, "pct_native_hawaiian_pacific_islander_change": 0.222, "INTPTLAT": "+40.6017231", "INTPTLON": "-074.1035301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.121339, 40.609684 ], [ -74.119638, 40.610112 ], [ -74.11716, 40.610765 ], [ -74.116764, 40.61087 ], [ -74.115944, 40.611011 ], [ -74.115014, 40.61108 ], [ -74.113767, 40.610997 ], [ -74.113623, 40.610988 ], [ -74.11343, 40.610975 ], [ -74.113262, 40.610951 ], [ -74.11305, 40.61092 ], [ -74.112872, 40.610882 ], [ -74.112691, 40.610847 ], [ -74.111541, 40.610566 ], [ -74.111277, 40.610486 ], [ -74.111136, 40.610436 ], [ -74.110535, 40.610254 ], [ -74.110359, 40.610218 ], [ -74.110239, 40.610198 ], [ -74.110132, 40.610187 ], [ -74.11004, 40.610179 ], [ -74.109917, 40.610167 ], [ -74.109751, 40.610157 ], [ -74.109317, 40.610111 ], [ -74.10871, 40.610075 ], [ -74.107948, 40.610048 ], [ -74.106706, 40.61012 ], [ -74.10668, 40.610127 ], [ -74.105349, 40.610215 ], [ -74.104142, 40.610254 ], [ -74.102148, 40.610318 ], [ -74.100027, 40.610415 ], [ -74.097658, 40.610503 ], [ -74.096878, 40.610501 ], [ -74.095964, 40.610477 ], [ -74.095279, 40.610441 ], [ -74.094473, 40.610329 ], [ -74.093888, 40.610206 ], [ -74.093259, 40.610032 ], [ -74.09249, 40.609773 ], [ -74.090568, 40.609002 ], [ -74.090801, 40.608779 ], [ -74.09096, 40.60863 ], [ -74.09203, 40.607426 ], [ -74.092257, 40.607209 ], [ -74.0924, 40.607072 ], [ -74.092661, 40.6068 ], [ -74.092762, 40.606598 ], [ -74.092777, 40.606439 ], [ -74.092683, 40.605912 ], [ -74.092652, 40.605658 ], [ -74.092586, 40.605141 ], [ -74.092609, 40.60323 ], [ -74.09272, 40.602498 ], [ -74.092822, 40.601809 ], [ -74.092837, 40.601089 ], [ -74.091779, 40.599239 ], [ -74.091783, 40.598719 ], [ -74.091928, 40.598504 ], [ -74.092286, 40.598082 ], [ -74.092724, 40.597464 ], [ -74.093364, 40.597033 ], [ -74.093755, 40.596745 ], [ -74.094276, 40.596449 ], [ -74.094903, 40.596296 ], [ -74.095862, 40.595951 ], [ -74.097221, 40.595365 ], [ -74.097987, 40.594931 ], [ -74.098069, 40.594881 ], [ -74.098738, 40.594488 ], [ -74.099027, 40.59432 ], [ -74.099492, 40.594048 ], [ -74.099796, 40.593871 ], [ -74.100067, 40.593641 ], [ -74.100415, 40.593343 ], [ -74.10053, 40.593196 ], [ -74.100641, 40.593028 ], [ -74.10074, 40.592847 ], [ -74.100817, 40.592668 ], [ -74.10083, 40.592632 ], [ -74.100976, 40.591832 ], [ -74.100905, 40.59102 ], [ -74.101262, 40.591032 ], [ -74.105336, 40.590545 ], [ -74.10688, 40.590376 ], [ -74.107223, 40.590809 ], [ -74.107622, 40.591315 ], [ -74.107879, 40.591618 ], [ -74.108285, 40.591976 ], [ -74.109167, 40.592446 ], [ -74.110641, 40.593252 ], [ -74.11018, 40.594859 ], [ -74.110378, 40.5953 ], [ -74.110786, 40.596127 ], [ -74.11131, 40.597057 ], [ -74.11132, 40.597551 ], [ -74.111302, 40.598208 ], [ -74.113023, 40.600135 ], [ -74.113383, 40.60057 ], [ -74.114871, 40.602137 ], [ -74.115377, 40.603984 ], [ -74.115442, 40.604695 ], [ -74.115547, 40.605397 ], [ -74.115676, 40.606133 ], [ -74.115791, 40.606862 ], [ -74.115877, 40.607158 ], [ -74.11596, 40.607452 ], [ -74.116493, 40.607656 ], [ -74.117069, 40.608205 ], [ -74.117426, 40.60929 ], [ -74.118345, 40.609144 ], [ -74.12117, 40.608834 ], [ -74.121273, 40.609362 ], [ -74.121339, 40.609684 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085018100", "name": "Census Tract 181, Richmond County, New York", "total_population_17": 3038, "white_alone_17": 2216.0, "black_alone_17": 22.0, "native_alone_17": 0.0, "asian_alone_17": 426.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 332.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.401, "pct_black_alone_change": -0.832, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 8.153, "pct_hispanic_or_latino_change": 3.924, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5903001", "INTPTLON": "-074.1218647" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.138497, 40.589314 ], [ -74.13731, 40.59076 ], [ -74.136398, 40.591973 ], [ -74.135539, 40.593714 ], [ -74.135492, 40.593854 ], [ -74.135102, 40.594535 ], [ -74.133775, 40.596333 ], [ -74.132813, 40.597241 ], [ -74.132054, 40.597819 ], [ -74.131239, 40.59831 ], [ -74.131187, 40.59836 ], [ -74.131094, 40.598467 ], [ -74.131011, 40.598599 ], [ -74.130953, 40.598729 ], [ -74.13092, 40.598856 ], [ -74.130804, 40.598842 ], [ -74.12983, 40.598671 ], [ -74.128889, 40.598548 ], [ -74.127981, 40.598421 ], [ -74.127146, 40.598331 ], [ -74.125453, 40.598137 ], [ -74.125369, 40.598138 ], [ -74.125221, 40.59815 ], [ -74.125074, 40.598174 ], [ -74.12493, 40.598211 ], [ -74.124813, 40.598253 ], [ -74.124675, 40.598316 ], [ -74.124543, 40.598395 ], [ -74.123899, 40.598764 ], [ -74.123185, 40.599195 ], [ -74.122643, 40.599419 ], [ -74.122294, 40.599687 ], [ -74.120772, 40.600672 ], [ -74.120554, 40.601023 ], [ -74.12057, 40.601236 ], [ -74.120596, 40.60181 ], [ -74.119576, 40.601817 ], [ -74.117838, 40.601858 ], [ -74.116844, 40.601895 ], [ -74.114871, 40.602137 ], [ -74.113383, 40.60057 ], [ -74.113023, 40.600135 ], [ -74.111302, 40.598208 ], [ -74.11132, 40.597551 ], [ -74.11131, 40.597057 ], [ -74.110786, 40.596127 ], [ -74.110378, 40.5953 ], [ -74.11018, 40.594859 ], [ -74.110641, 40.593252 ], [ -74.109167, 40.592446 ], [ -74.108285, 40.591976 ], [ -74.107879, 40.591618 ], [ -74.107622, 40.591315 ], [ -74.107223, 40.590809 ], [ -74.10688, 40.590376 ], [ -74.105336, 40.590545 ], [ -74.101262, 40.591032 ], [ -74.100905, 40.59102 ], [ -74.10089, 40.590446 ], [ -74.100883, 40.590179 ], [ -74.101494, 40.589344 ], [ -74.101761, 40.589067 ], [ -74.102079, 40.588741 ], [ -74.103926, 40.587076 ], [ -74.104549, 40.5865 ], [ -74.105259, 40.585923 ], [ -74.105883, 40.585408 ], [ -74.106495, 40.584895 ], [ -74.10729, 40.584222 ], [ -74.107909, 40.583685 ], [ -74.109248, 40.582679 ], [ -74.110286, 40.5822 ], [ -74.111276, 40.581792 ], [ -74.11221, 40.581267 ], [ -74.112987, 40.580819 ], [ -74.113673, 40.580314 ], [ -74.11395, 40.580042 ], [ -74.114227, 40.579734 ], [ -74.114818, 40.579177 ], [ -74.115423, 40.578631 ], [ -74.117021, 40.578197 ], [ -74.11749, 40.577756 ], [ -74.117587, 40.577581 ], [ -74.118034, 40.57717 ], [ -74.118497, 40.576616 ], [ -74.11911, 40.576157 ], [ -74.119786, 40.575815 ], [ -74.121177, 40.575286 ], [ -74.12177, 40.575054 ], [ -74.122644, 40.575483 ], [ -74.12276, 40.575566 ], [ -74.122871, 40.57563 ], [ -74.123019, 40.575698 ], [ -74.123177, 40.57575 ], [ -74.12332, 40.575783 ], [ -74.123497, 40.575808 ], [ -74.124084, 40.575834 ], [ -74.125134, 40.575881 ], [ -74.125637, 40.575973 ], [ -74.126657, 40.576286 ], [ -74.127089, 40.576369 ], [ -74.127173, 40.576812 ], [ -74.127249, 40.577551 ], [ -74.126935, 40.578391 ], [ -74.126892, 40.57849 ], [ -74.12687, 40.578595 ], [ -74.126871, 40.57871 ], [ -74.12689, 40.578799 ], [ -74.126932, 40.5789 ], [ -74.126967, 40.578958 ], [ -74.127115, 40.579179 ], [ -74.127492, 40.579788 ], [ -74.127641, 40.580032 ], [ -74.127823, 40.580294 ], [ -74.128022, 40.580547 ], [ -74.128213, 40.580766 ], [ -74.128429, 40.58099 ], [ -74.128598, 40.58115 ], [ -74.128755, 40.581324 ], [ -74.128942, 40.581504 ], [ -74.129114, 40.58165 ], [ -74.129322, 40.581805 ], [ -74.129386, 40.581848 ], [ -74.129579, 40.581965 ], [ -74.129752, 40.582087 ], [ -74.12991, 40.582212 ], [ -74.130075, 40.582364 ], [ -74.130235, 40.582539 ], [ -74.130361, 40.582701 ], [ -74.1304, 40.582759 ], [ -74.130545, 40.582899 ], [ -74.130722, 40.583043 ], [ -74.130907, 40.583169 ], [ -74.131099, 40.583278 ], [ -74.131254, 40.583355 ], [ -74.131464, 40.583441 ], [ -74.131651, 40.583504 ], [ -74.131873, 40.583565 ], [ -74.131974, 40.583587 ], [ -74.132161, 40.583609 ], [ -74.132317, 40.583636 ], [ -74.132481, 40.583675 ], [ -74.132662, 40.58373 ], [ -74.132827, 40.583793 ], [ -74.132993, 40.583871 ], [ -74.133166, 40.58397 ], [ -74.133294, 40.584057 ], [ -74.133434, 40.584169 ], [ -74.13352, 40.584249 ], [ -74.1336, 40.584361 ], [ -74.133662, 40.584484 ], [ -74.133702, 40.584612 ], [ -74.133719, 40.58472 ], [ -74.133721, 40.584837 ], [ -74.133701, 40.584968 ], [ -74.133663, 40.585086 ], [ -74.133628, 40.585161 ], [ -74.133568, 40.585275 ], [ -74.133529, 40.585391 ], [ -74.133508, 40.585514 ], [ -74.133509, 40.585648 ], [ -74.133536, 40.585784 ], [ -74.133584, 40.585907 ], [ -74.133652, 40.586024 ], [ -74.133746, 40.586138 ], [ -74.133849, 40.586233 ], [ -74.13394, 40.586299 ], [ -74.134084, 40.586383 ], [ -74.138667, 40.58902 ], [ -74.138497, 40.589314 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085018701", "name": "Census Tract 187.01, Richmond County, New York", "total_population_17": 1898, "white_alone_17": 1331.0, "black_alone_17": 5.0, "native_alone_17": 0.0, "asian_alone_17": 235.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 254.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -5.449, "pct_black_alone_change": -2.955, "pct_native_alone_change": -0.69, "pct_asian_alone_change": 5.887, "pct_hispanic_or_latino_change": 3.211, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6107462", "INTPTLON": "-074.1272593" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.132304, 40.612438 ], [ -74.131307, 40.612519 ], [ -74.130719, 40.612558 ], [ -74.130736, 40.612797 ], [ -74.130216, 40.612537 ], [ -74.129157, 40.61258 ], [ -74.128382, 40.612642 ], [ -74.127806, 40.612686 ], [ -74.127112, 40.61275 ], [ -74.126871, 40.612768 ], [ -74.124768, 40.612944 ], [ -74.124636, 40.612953 ], [ -74.124075, 40.612988 ], [ -74.122557, 40.613076 ], [ -74.122363, 40.612575 ], [ -74.122133, 40.612014 ], [ -74.122029, 40.611745 ], [ -74.121578, 40.610602 ], [ -74.121448, 40.610173 ], [ -74.121384, 40.609899 ], [ -74.123178, 40.609419 ], [ -74.124195, 40.60921 ], [ -74.125845, 40.608862 ], [ -74.127323, 40.608661 ], [ -74.12879, 40.608487 ], [ -74.130954, 40.608328 ], [ -74.132123, 40.608275 ], [ -74.132151, 40.608552 ], [ -74.132311, 40.610258 ], [ -74.132304, 40.612438 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085018702", "name": "Census Tract 187.02, Richmond County, New York", "total_population_17": 7877, "white_alone_17": 3794.0, "black_alone_17": 446.0, "native_alone_17": 16.0, "asian_alone_17": 2809.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 644.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.002, "pct_black_alone_change": -0.169, "pct_native_alone_change": -0.234, "pct_asian_alone_change": 15.751, "pct_hispanic_or_latino_change": -1.001, "pct_native_hawaiian_pacific_islander_change": -0.055, "INTPTLAT": "+40.6039015", "INTPTLON": "-074.1261604" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.132123, 40.608275 ], [ -74.130954, 40.608328 ], [ -74.12879, 40.608487 ], [ -74.127323, 40.608661 ], [ -74.125845, 40.608862 ], [ -74.124195, 40.60921 ], [ -74.123178, 40.609419 ], [ -74.121384, 40.609899 ], [ -74.121339, 40.609684 ], [ -74.121273, 40.609362 ], [ -74.12117, 40.608834 ], [ -74.12092, 40.606359 ], [ -74.120835, 40.605215 ], [ -74.120782, 40.604531 ], [ -74.120737, 40.603846 ], [ -74.120686, 40.603084 ], [ -74.12064, 40.602476 ], [ -74.120596, 40.60181 ], [ -74.12057, 40.601236 ], [ -74.120554, 40.601023 ], [ -74.120772, 40.600672 ], [ -74.122294, 40.599687 ], [ -74.122643, 40.599419 ], [ -74.123185, 40.599195 ], [ -74.123899, 40.598764 ], [ -74.124543, 40.598395 ], [ -74.124675, 40.598316 ], [ -74.124813, 40.598253 ], [ -74.12493, 40.598211 ], [ -74.125074, 40.598174 ], [ -74.125221, 40.59815 ], [ -74.125369, 40.598138 ], [ -74.125453, 40.598137 ], [ -74.127146, 40.598331 ], [ -74.127981, 40.598421 ], [ -74.128889, 40.598548 ], [ -74.12983, 40.598671 ], [ -74.130804, 40.598842 ], [ -74.13092, 40.598856 ], [ -74.130929, 40.599099 ], [ -74.13099, 40.599503 ], [ -74.131068, 40.600114 ], [ -74.131101, 40.600354 ], [ -74.131169, 40.600832 ], [ -74.131249, 40.601406 ], [ -74.131402, 40.602557 ], [ -74.131405, 40.602578 ], [ -74.131569, 40.60377 ], [ -74.131774, 40.605594 ], [ -74.131892, 40.606678 ], [ -74.131947, 40.607342 ], [ -74.132044, 40.607756 ], [ -74.132089, 40.608057 ], [ -74.132123, 40.608275 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085018901", "name": "Census Tract 189.01, Richmond County, New York", "total_population_17": 4931, "white_alone_17": 3457.0, "black_alone_17": 205.0, "native_alone_17": 0.0, "asian_alone_17": 597.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 605.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -13.466, "pct_black_alone_change": 3.155, "pct_native_alone_change": -0.284, "pct_asian_alone_change": 3.827, "pct_hispanic_or_latino_change": 7.033, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6120915", "INTPTLON": "-074.1399974" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.148936, 40.609752 ], [ -74.147741, 40.609999 ], [ -74.146969, 40.610151 ], [ -74.146893, 40.610632 ], [ -74.146802, 40.611335 ], [ -74.146703, 40.612072 ], [ -74.146544, 40.613262 ], [ -74.146458, 40.613891 ], [ -74.146407, 40.614273 ], [ -74.146035, 40.617013 ], [ -74.145124, 40.616966 ], [ -74.144195, 40.616871 ], [ -74.143262, 40.616741 ], [ -74.142337, 40.616608 ], [ -74.141617, 40.616522 ], [ -74.140982, 40.616447 ], [ -74.140725, 40.616415 ], [ -74.139822, 40.6163 ], [ -74.138974, 40.616192 ], [ -74.138256, 40.616091 ], [ -74.137618, 40.616006 ], [ -74.136888, 40.615896 ], [ -74.136216, 40.615787 ], [ -74.135538, 40.615669 ], [ -74.135097, 40.61559 ], [ -74.134851, 40.615546 ], [ -74.134725, 40.615529 ], [ -74.134602, 40.615525 ], [ -74.134498, 40.615508 ], [ -74.134379, 40.615471 ], [ -74.13428, 40.615425 ], [ -74.134185, 40.615363 ], [ -74.13359, 40.614829 ], [ -74.133487, 40.614719 ], [ -74.1333, 40.614521 ], [ -74.132088, 40.613234 ], [ -74.131607, 40.613051 ], [ -74.130736, 40.612797 ], [ -74.130719, 40.612558 ], [ -74.131307, 40.612519 ], [ -74.132304, 40.612438 ], [ -74.132311, 40.610258 ], [ -74.132151, 40.608552 ], [ -74.133117, 40.608506 ], [ -74.13405, 40.608456 ], [ -74.134977, 40.608411 ], [ -74.135905, 40.60836 ], [ -74.137175, 40.608293 ], [ -74.138106, 40.608242 ], [ -74.139039, 40.608196 ], [ -74.139974, 40.608147 ], [ -74.140925, 40.60809 ], [ -74.141882, 40.608043 ], [ -74.142833, 40.607993 ], [ -74.143918, 40.60799 ], [ -74.146007, 40.608241 ], [ -74.147196, 40.608563 ], [ -74.148783, 40.6092 ], [ -74.149543, 40.609627 ], [ -74.148936, 40.609752 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085018902", "name": "Census Tract 189.02, Richmond County, New York", "total_population_17": 5513, "white_alone_17": 3231.0, "black_alone_17": 154.0, "native_alone_17": 0.0, "asian_alone_17": 1378.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 421.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -11.763, "pct_black_alone_change": -1.747, "pct_native_alone_change": -0.141, "pct_asian_alone_change": 8.703, "pct_hispanic_or_latino_change": 0.063, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6052400", "INTPTLON": "-074.1380656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.147502, 40.606313 ], [ -74.14741, 40.607002 ], [ -74.147298, 40.607725 ], [ -74.147251, 40.608003 ], [ -74.147209, 40.608259 ], [ -74.147196, 40.608563 ], [ -74.146007, 40.608241 ], [ -74.143918, 40.60799 ], [ -74.142833, 40.607993 ], [ -74.141882, 40.608043 ], [ -74.140925, 40.60809 ], [ -74.139974, 40.608147 ], [ -74.139039, 40.608196 ], [ -74.138106, 40.608242 ], [ -74.137175, 40.608293 ], [ -74.135905, 40.60836 ], [ -74.134977, 40.608411 ], [ -74.13405, 40.608456 ], [ -74.133117, 40.608506 ], [ -74.132151, 40.608552 ], [ -74.132123, 40.608275 ], [ -74.132089, 40.608057 ], [ -74.132044, 40.607756 ], [ -74.131947, 40.607342 ], [ -74.131892, 40.606678 ], [ -74.131774, 40.605594 ], [ -74.131569, 40.60377 ], [ -74.131405, 40.602578 ], [ -74.131402, 40.602557 ], [ -74.131249, 40.601406 ], [ -74.131169, 40.600832 ], [ -74.131101, 40.600354 ], [ -74.131068, 40.600114 ], [ -74.13099, 40.599503 ], [ -74.132507, 40.599632 ], [ -74.133248, 40.600176 ], [ -74.133429, 40.600307 ], [ -74.133863, 40.600654 ], [ -74.134455, 40.601129 ], [ -74.134984, 40.60151 ], [ -74.13586, 40.602232 ], [ -74.136094, 40.60243 ], [ -74.137234, 40.603249 ], [ -74.137654, 40.603255 ], [ -74.138591, 40.603207 ], [ -74.139281, 40.603153 ], [ -74.139517, 40.603135 ], [ -74.140462, 40.60307 ], [ -74.142028, 40.603372 ], [ -74.143033, 40.603751 ], [ -74.144106, 40.604247 ], [ -74.145985, 40.604999 ], [ -74.146508, 40.605189 ], [ -74.14745, 40.605734 ], [ -74.147514, 40.606103 ], [ -74.147502, 40.606313 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085019700", "name": "Census Tract 197, Richmond County, New York", "total_population_17": 1805, "white_alone_17": 1576.0, "black_alone_17": 6.0, "native_alone_17": 0.0, "asian_alone_17": 103.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 100.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.467, "pct_black_alone_change": -0.244, "pct_native_alone_change": -0.105, "pct_asian_alone_change": 2.931, "pct_hispanic_or_latino_change": 1.299, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6169844", "INTPTLON": "-074.1352404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.139645, 40.617015 ], [ -74.139442, 40.617766 ], [ -74.139238, 40.61852 ], [ -74.139002, 40.619395 ], [ -74.138737, 40.620374 ], [ -74.137927, 40.620247 ], [ -74.137171, 40.620129 ], [ -74.136472, 40.62002 ], [ -74.135131, 40.619806 ], [ -74.135255, 40.619351 ], [ -74.135395, 40.618827 ], [ -74.134709, 40.618719 ], [ -74.134021, 40.61861 ], [ -74.134258, 40.617738 ], [ -74.133568, 40.617629 ], [ -74.132881, 40.617521 ], [ -74.132213, 40.617416 ], [ -74.131224, 40.617265 ], [ -74.131165, 40.616822 ], [ -74.131122, 40.616461 ], [ -74.131081, 40.616098 ], [ -74.130992, 40.615362 ], [ -74.130992, 40.615329 ], [ -74.130961, 40.615011 ], [ -74.130931, 40.614755 ], [ -74.13092, 40.614675 ], [ -74.130911, 40.614583 ], [ -74.130849, 40.613954 ], [ -74.130779, 40.613264 ], [ -74.130736, 40.612797 ], [ -74.131607, 40.613051 ], [ -74.132088, 40.613234 ], [ -74.1333, 40.614521 ], [ -74.133487, 40.614719 ], [ -74.13359, 40.614829 ], [ -74.134185, 40.615363 ], [ -74.13428, 40.615425 ], [ -74.134379, 40.615471 ], [ -74.134498, 40.615508 ], [ -74.134602, 40.615525 ], [ -74.134725, 40.615529 ], [ -74.134851, 40.615546 ], [ -74.135097, 40.61559 ], [ -74.135538, 40.615669 ], [ -74.136216, 40.615787 ], [ -74.136888, 40.615896 ], [ -74.137618, 40.616006 ], [ -74.138256, 40.616091 ], [ -74.138974, 40.616192 ], [ -74.139822, 40.6163 ], [ -74.139645, 40.617015 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085019800", "name": "Census Tract 198, Richmond County, New York", "total_population_17": 6552, "white_alone_17": 5860.0, "black_alone_17": 90.0, "native_alone_17": 27.0, "asian_alone_17": 165.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 355.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.627, "pct_black_alone_change": -0.148, "pct_native_alone_change": 0.313, "pct_asian_alone_change": -0.664, "pct_hispanic_or_latino_change": 1.465, "pct_native_hawaiian_pacific_islander_change": -0.02, "INTPTLAT": "+40.5135721", "INTPTLON": "-074.2021256" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.226748, 40.519131 ], [ -74.226522, 40.519059 ], [ -74.226313, 40.518973 ], [ -74.226134, 40.518883 ], [ -74.225997, 40.518802 ], [ -74.225839, 40.518693 ], [ -74.22568, 40.518562 ], [ -74.225574, 40.518522 ], [ -74.22534, 40.518443 ], [ -74.225068, 40.518366 ], [ -74.224778, 40.518302 ], [ -74.224515, 40.518258 ], [ -74.224259, 40.518228 ], [ -74.224003, 40.51821 ], [ -74.223735, 40.518203 ], [ -74.223517, 40.518236 ], [ -74.223311, 40.518281 ], [ -74.223102, 40.518341 ], [ -74.222881, 40.518424 ], [ -74.222691, 40.518512 ], [ -74.220138, 40.519622 ], [ -74.217606, 40.520872 ], [ -74.217356, 40.52093 ], [ -74.214509, 40.521155 ], [ -74.213546, 40.521235 ], [ -74.213614, 40.521532 ], [ -74.213816, 40.522495 ], [ -74.213909, 40.523015 ], [ -74.213979, 40.523399 ], [ -74.213997, 40.523498 ], [ -74.214098, 40.524098 ], [ -74.213519, 40.524149 ], [ -74.212293, 40.524277 ], [ -74.211734, 40.524356 ], [ -74.211425, 40.524414 ], [ -74.210282, 40.524721 ], [ -74.210101, 40.524808 ], [ -74.209959, 40.524895 ], [ -74.209815, 40.525007 ], [ -74.209703, 40.525116 ], [ -74.209612, 40.525227 ], [ -74.209381, 40.525246 ], [ -74.208565, 40.525313 ], [ -74.207302, 40.525282 ], [ -74.206681, 40.525352 ], [ -74.206666, 40.525354 ], [ -74.206553, 40.525371 ], [ -74.205461, 40.525544 ], [ -74.20526, 40.525576 ], [ -74.203688, 40.525783 ], [ -74.202769, 40.525907 ], [ -74.202175, 40.526067 ], [ -74.201527, 40.526265 ], [ -74.201395, 40.526394 ], [ -74.201301, 40.526512 ], [ -74.201228, 40.526631 ], [ -74.201171, 40.526754 ], [ -74.201027, 40.526926 ], [ -74.200886, 40.527071 ], [ -74.200704, 40.527232 ], [ -74.200528, 40.527365 ], [ -74.199843, 40.527858 ], [ -74.199276, 40.528197 ], [ -74.199098, 40.5283 ], [ -74.197794, 40.529032 ], [ -74.197073, 40.529403 ], [ -74.196084, 40.529912 ], [ -74.194979, 40.530437 ], [ -74.19454, 40.53062 ], [ -74.193984, 40.530871 ], [ -74.193133, 40.531195 ], [ -74.192524, 40.531499 ], [ -74.191744, 40.531917 ], [ -74.191168, 40.5311 ], [ -74.190726, 40.530482 ], [ -74.190291, 40.529878 ], [ -74.189852, 40.529263 ], [ -74.188812, 40.52782 ], [ -74.187583, 40.526078 ], [ -74.187185, 40.525521 ], [ -74.186644, 40.52478 ], [ -74.186099, 40.523996 ], [ -74.184973, 40.52241 ], [ -74.183824, 40.520855 ], [ -74.183112, 40.521116 ], [ -74.182714, 40.521262 ], [ -74.18039, 40.522131 ], [ -74.179339, 40.522514 ], [ -74.178934, 40.521697 ], [ -74.178564, 40.520789 ], [ -74.178495, 40.520631 ], [ -74.178422, 40.52044 ], [ -74.178237, 40.520055 ], [ -74.17789, 40.519462 ], [ -74.173689, 40.510879 ], [ -74.20558, 40.498973 ], [ -74.205765, 40.498941 ], [ -74.220634, 40.496488 ], [ -74.220687, 40.496739 ], [ -74.221633, 40.501071 ], [ -74.221914, 40.502421 ], [ -74.222113, 40.503184 ], [ -74.222085, 40.503409 ], [ -74.222075, 40.503625 ], [ -74.222057, 40.504047 ], [ -74.222085, 40.504272 ], [ -74.22246, 40.504459 ], [ -74.222694, 40.504591 ], [ -74.223116, 40.504844 ], [ -74.223191, 40.505125 ], [ -74.223191, 40.505463 ], [ -74.223182, 40.505716 ], [ -74.223116, 40.505987 ], [ -74.223088, 40.506362 ], [ -74.223032, 40.506747 ], [ -74.222916, 40.507227 ], [ -74.223017, 40.50771 ], [ -74.223215, 40.508659 ], [ -74.222903, 40.508936 ], [ -74.226634, 40.517251 ], [ -74.22691, 40.519172 ], [ -74.226748, 40.519131 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085020100", "name": "Census Tract 201, Richmond County, New York", "total_population_17": 3579, "white_alone_17": 2091.0, "black_alone_17": 360.0, "native_alone_17": 0.0, "asian_alone_17": 243.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 836.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.843, "pct_black_alone_change": 6.646, "pct_native_alone_change": -0.263, "pct_asian_alone_change": 3.727, "pct_hispanic_or_latino_change": 9.181, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6240387", "INTPTLON": "-074.1342647" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.138534, 40.621128 ], [ -74.138367, 40.621738 ], [ -74.138613, 40.621773 ], [ -74.138508, 40.622633 ], [ -74.138266, 40.624248 ], [ -74.137227, 40.624296 ], [ -74.136182, 40.624838 ], [ -74.13581, 40.625064 ], [ -74.138059, 40.627069 ], [ -74.138064, 40.627568 ], [ -74.137858, 40.627691 ], [ -74.137307, 40.62819 ], [ -74.136742, 40.628662 ], [ -74.136046, 40.628188 ], [ -74.135861, 40.628061 ], [ -74.134087, 40.629542 ], [ -74.133437, 40.629075 ], [ -74.132285, 40.630019 ], [ -74.131618, 40.630583 ], [ -74.131074, 40.631148 ], [ -74.130611, 40.630903 ], [ -74.130461, 40.630897 ], [ -74.130247, 40.629609 ], [ -74.13033, 40.629385 ], [ -74.130533, 40.628797 ], [ -74.130692, 40.628337 ], [ -74.130993, 40.627374 ], [ -74.13131, 40.626328 ], [ -74.131562, 40.625581 ], [ -74.13159, 40.625497 ], [ -74.131917, 40.624546 ], [ -74.132054, 40.623662 ], [ -74.132058, 40.623387 ], [ -74.132065, 40.623095 ], [ -74.132076, 40.622702 ], [ -74.131907, 40.621654 ], [ -74.131804, 40.621021 ], [ -74.131696, 40.620361 ], [ -74.13147, 40.619007 ], [ -74.131378, 40.618408 ], [ -74.131356, 40.618294 ], [ -74.131258, 40.617578 ], [ -74.131224, 40.617265 ], [ -74.132213, 40.617416 ], [ -74.132881, 40.617521 ], [ -74.133568, 40.617629 ], [ -74.134258, 40.617738 ], [ -74.134021, 40.61861 ], [ -74.134709, 40.618719 ], [ -74.135395, 40.618827 ], [ -74.135255, 40.619351 ], [ -74.135131, 40.619806 ], [ -74.136472, 40.62002 ], [ -74.137171, 40.620129 ], [ -74.137927, 40.620247 ], [ -74.138737, 40.620374 ], [ -74.138534, 40.621128 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085020700", "name": "Census Tract 207, Richmond County, New York", "total_population_17": 5372, "white_alone_17": 468.0, "black_alone_17": 1508.0, "native_alone_17": 0.0, "asian_alone_17": 132.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3229.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.655, "pct_black_alone_change": -8.508, "pct_native_alone_change": -0.165, "pct_asian_alone_change": -0.028, "pct_hispanic_or_latino_change": 23.732, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6396581", "INTPTLON": "-074.1330222" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.145565, 40.635459 ], [ -74.144962, 40.637384 ], [ -74.144783, 40.637953 ], [ -74.143937, 40.638347 ], [ -74.1436, 40.638514 ], [ -74.143086, 40.639784 ], [ -74.142013, 40.642139 ], [ -74.141977, 40.642263 ], [ -74.141899, 40.642276 ], [ -74.135904, 40.643332 ], [ -74.135817, 40.643348 ], [ -74.133912, 40.643684 ], [ -74.1318, 40.643755 ], [ -74.130022, 40.643815 ], [ -74.128151, 40.643902 ], [ -74.125569, 40.644023 ], [ -74.124107, 40.644451 ], [ -74.12383, 40.644532 ], [ -74.123553, 40.644613 ], [ -74.122114, 40.645034 ], [ -74.120952, 40.641878 ], [ -74.120928, 40.641813 ], [ -74.120659, 40.641196 ], [ -74.123744, 40.640202 ], [ -74.126962, 40.640181 ], [ -74.127015, 40.639319 ], [ -74.127032, 40.638377 ], [ -74.126959, 40.637827 ], [ -74.126915, 40.637429 ], [ -74.126888, 40.63721 ], [ -74.127847, 40.637277 ], [ -74.12867, 40.637348 ], [ -74.128725, 40.637088 ], [ -74.128847, 40.636436 ], [ -74.128856, 40.635574 ], [ -74.129001, 40.634334 ], [ -74.129446, 40.63366 ], [ -74.130166, 40.632371 ], [ -74.13047, 40.631676 ], [ -74.131582, 40.631994 ], [ -74.130941, 40.633139 ], [ -74.131631, 40.633487 ], [ -74.133098, 40.634253 ], [ -74.134234, 40.634842 ], [ -74.135214, 40.635345 ], [ -74.135554, 40.6348 ], [ -74.136409, 40.634896 ], [ -74.137184, 40.634983 ], [ -74.137268, 40.634993 ], [ -74.138282, 40.635014 ], [ -74.139594, 40.635044 ], [ -74.139705, 40.635046 ], [ -74.140671, 40.635151 ], [ -74.140266, 40.636279 ], [ -74.140034, 40.636955 ], [ -74.139772, 40.637697 ], [ -74.139681, 40.637949 ], [ -74.143254, 40.636322 ], [ -74.143813, 40.636052 ], [ -74.144801, 40.635581 ], [ -74.145631, 40.635246 ], [ -74.145565, 40.635459 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085020801", "name": "Census Tract 208.01, Richmond County, New York", "total_population_17": 9382, "white_alone_17": 8028.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 422.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 917.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.964, "pct_black_alone_change": -0.569, "pct_native_alone_change": -0.073, "pct_asian_alone_change": -1.361, "pct_hispanic_or_latino_change": 3.964, "pct_native_hawaiian_pacific_islander_change": -0.024, "INTPTLAT": "+40.5486557", "INTPTLON": "-074.2095278" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.221315, 40.550253 ], [ -74.218776, 40.552474 ], [ -74.218122, 40.552853 ], [ -74.217885, 40.552993 ], [ -74.217802, 40.553121 ], [ -74.217772, 40.553245 ], [ -74.21783, 40.553435 ], [ -74.21787, 40.553628 ], [ -74.217893, 40.55384 ], [ -74.217894, 40.554045 ], [ -74.217877, 40.554248 ], [ -74.217844, 40.554432 ], [ -74.217793, 40.554473 ], [ -74.217662, 40.554556 ], [ -74.217526, 40.554622 ], [ -74.21737, 40.554677 ], [ -74.217209, 40.554715 ], [ -74.215258, 40.555437 ], [ -74.215183, 40.555468 ], [ -74.215036, 40.555516 ], [ -74.21485, 40.55556 ], [ -74.214691, 40.555581 ], [ -74.214541, 40.555591 ], [ -74.214372, 40.555588 ], [ -74.213502, 40.555668 ], [ -74.21289, 40.556005 ], [ -74.212594, 40.556209 ], [ -74.212329, 40.556367 ], [ -74.212009, 40.556514 ], [ -74.211257, 40.55679 ], [ -74.210589, 40.557021 ], [ -74.210315, 40.557092 ], [ -74.209804, 40.557186 ], [ -74.209089, 40.557323 ], [ -74.208254, 40.55743 ], [ -74.207709, 40.557517 ], [ -74.207032, 40.557616 ], [ -74.206461, 40.55759 ], [ -74.205704, 40.557502 ], [ -74.205145, 40.557347 ], [ -74.204932, 40.557213 ], [ -74.203985, 40.556617 ], [ -74.203343, 40.556133 ], [ -74.203213, 40.555776 ], [ -74.20291, 40.554945 ], [ -74.202628, 40.554343 ], [ -74.202248, 40.55357 ], [ -74.202162, 40.55336 ], [ -74.201851, 40.552689 ], [ -74.20097, 40.55079 ], [ -74.200144, 40.548801 ], [ -74.19985, 40.548132 ], [ -74.199121, 40.546709 ], [ -74.198605, 40.54568 ], [ -74.198409, 40.545307 ], [ -74.197308, 40.543262 ], [ -74.198347, 40.543072 ], [ -74.198653, 40.543038 ], [ -74.199301, 40.542966 ], [ -74.199529, 40.542943 ], [ -74.20024, 40.542847 ], [ -74.200425, 40.542805 ], [ -74.201121, 40.542615 ], [ -74.201617, 40.542475 ], [ -74.20171, 40.542484 ], [ -74.201828, 40.542481 ], [ -74.201847, 40.542478 ], [ -74.201953, 40.542463 ], [ -74.202074, 40.542429 ], [ -74.202182, 40.542382 ], [ -74.203492, 40.542152 ], [ -74.2045, 40.541962 ], [ -74.205245, 40.541968 ], [ -74.20699, 40.541747 ], [ -74.207973, 40.541671 ], [ -74.209143, 40.541603 ], [ -74.209887, 40.541554 ], [ -74.210054, 40.541518 ], [ -74.210999, 40.541451 ], [ -74.212077, 40.541371 ], [ -74.212299, 40.541356 ], [ -74.212813, 40.541322 ], [ -74.214054, 40.541365 ], [ -74.214257, 40.541366 ], [ -74.214771, 40.541369 ], [ -74.21579, 40.54131 ], [ -74.215851, 40.541303 ], [ -74.216684, 40.541214 ], [ -74.217769, 40.541126 ], [ -74.218007, 40.541829 ], [ -74.218082, 40.542011 ], [ -74.218164, 40.542227 ], [ -74.218444, 40.542964 ], [ -74.218737, 40.543668 ], [ -74.218886, 40.54407 ], [ -74.218994, 40.54431 ], [ -74.219297, 40.545053 ], [ -74.219543, 40.5457 ], [ -74.219815, 40.546439 ], [ -74.219871, 40.546577 ], [ -74.219974, 40.546835 ], [ -74.220066, 40.547098 ], [ -74.220359, 40.547835 ], [ -74.220552, 40.548324 ], [ -74.22065, 40.548605 ], [ -74.220834, 40.549092 ], [ -74.220877, 40.549204 ], [ -74.221093, 40.549774 ], [ -74.221315, 40.550253 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085020803", "name": "Census Tract 208.03, Richmond County, New York", "total_population_17": 6927, "white_alone_17": 5971.0, "black_alone_17": 10.0, "native_alone_17": 0.0, "asian_alone_17": 279.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 613.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -4.192, "pct_black_alone_change": -0.1, "pct_native_alone_change": -0.038, "pct_asian_alone_change": 0.248, "pct_hispanic_or_latino_change": 3.791, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5328231", "INTPTLON": "-074.2106656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.218282, 40.535487 ], [ -74.218199, 40.535859 ], [ -74.218062, 40.536496 ], [ -74.217911, 40.537029 ], [ -74.217834, 40.537368 ], [ -74.2178, 40.53775 ], [ -74.217739, 40.53803 ], [ -74.21771, 40.538312 ], [ -74.217678, 40.540131 ], [ -74.217769, 40.541126 ], [ -74.216684, 40.541214 ], [ -74.215851, 40.541303 ], [ -74.21579, 40.54131 ], [ -74.214771, 40.541369 ], [ -74.214257, 40.541366 ], [ -74.214054, 40.541365 ], [ -74.212813, 40.541322 ], [ -74.212299, 40.541356 ], [ -74.212077, 40.541371 ], [ -74.210999, 40.541451 ], [ -74.210054, 40.541518 ], [ -74.209887, 40.541554 ], [ -74.209143, 40.541603 ], [ -74.207973, 40.541671 ], [ -74.20699, 40.541747 ], [ -74.206898, 40.541293 ], [ -74.206749, 40.540578 ], [ -74.206534, 40.539878 ], [ -74.206259, 40.539182 ], [ -74.205959, 40.538518 ], [ -74.205637, 40.537838 ], [ -74.205318, 40.537171 ], [ -74.204995, 40.536497 ], [ -74.204681, 40.535836 ], [ -74.204354, 40.535161 ], [ -74.204045, 40.534494 ], [ -74.203726, 40.533822 ], [ -74.203404, 40.533157 ], [ -74.203093, 40.532483 ], [ -74.20302, 40.532206 ], [ -74.202997, 40.532119 ], [ -74.202962, 40.531987 ], [ -74.20289, 40.531712 ], [ -74.202803, 40.531045 ], [ -74.202685, 40.530308 ], [ -74.202571, 40.529594 ], [ -74.202245, 40.528871 ], [ -74.202022, 40.528377 ], [ -74.201966, 40.528263 ], [ -74.201646, 40.527638 ], [ -74.201171, 40.526754 ], [ -74.201228, 40.526631 ], [ -74.201301, 40.526512 ], [ -74.201395, 40.526394 ], [ -74.201527, 40.526265 ], [ -74.202175, 40.526067 ], [ -74.202769, 40.525907 ], [ -74.203688, 40.525783 ], [ -74.20526, 40.525576 ], [ -74.205461, 40.525544 ], [ -74.206553, 40.525371 ], [ -74.206666, 40.525354 ], [ -74.206681, 40.525352 ], [ -74.207302, 40.525282 ], [ -74.208565, 40.525313 ], [ -74.209381, 40.525246 ], [ -74.209612, 40.525227 ], [ -74.209703, 40.525116 ], [ -74.209815, 40.525007 ], [ -74.209959, 40.524895 ], [ -74.210101, 40.524808 ], [ -74.210282, 40.524721 ], [ -74.211425, 40.524414 ], [ -74.211734, 40.524356 ], [ -74.212293, 40.524277 ], [ -74.213519, 40.524149 ], [ -74.214098, 40.524098 ], [ -74.21556, 40.523968 ], [ -74.215574, 40.524447 ], [ -74.215607, 40.525495 ], [ -74.215645, 40.525982 ], [ -74.215744, 40.526464 ], [ -74.215834, 40.526634 ], [ -74.215853, 40.52667 ], [ -74.216088, 40.527136 ], [ -74.216207, 40.527373 ], [ -74.216486, 40.527926 ], [ -74.21661, 40.528178 ], [ -74.216713, 40.528382 ], [ -74.216736, 40.528427 ], [ -74.216846, 40.528642 ], [ -74.217014, 40.529122 ], [ -74.217254, 40.529874 ], [ -74.217486, 40.530623 ], [ -74.217756, 40.531449 ], [ -74.218007, 40.532299 ], [ -74.218244, 40.534529 ], [ -74.218266, 40.534803 ], [ -74.218315, 40.535312 ], [ -74.218282, 40.535487 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085020804", "name": "Census Tract 208.04, Richmond County, New York", "total_population_17": 5835, "white_alone_17": 4944.0, "black_alone_17": 2.0, "native_alone_17": 94.0, "asian_alone_17": 191.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 441.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.345, "pct_black_alone_change": -0.305, "pct_native_alone_change": 1.498, "pct_asian_alone_change": -0.623, "pct_hispanic_or_latino_change": 4.094, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+40.5358036", "INTPTLON": "-074.1995324" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.20699, 40.541747 ], [ -74.205245, 40.541968 ], [ -74.2045, 40.541962 ], [ -74.203492, 40.542152 ], [ -74.202182, 40.542382 ], [ -74.202074, 40.542429 ], [ -74.201953, 40.542463 ], [ -74.201847, 40.542478 ], [ -74.201828, 40.542481 ], [ -74.20171, 40.542484 ], [ -74.201617, 40.542475 ], [ -74.201121, 40.542615 ], [ -74.200425, 40.542805 ], [ -74.20024, 40.542847 ], [ -74.199529, 40.542943 ], [ -74.199301, 40.542966 ], [ -74.198653, 40.543038 ], [ -74.198347, 40.543072 ], [ -74.197308, 40.543262 ], [ -74.197022, 40.542527 ], [ -74.196713, 40.541847 ], [ -74.196402, 40.541173 ], [ -74.196092, 40.540497 ], [ -74.195764, 40.539839 ], [ -74.195425, 40.539179 ], [ -74.195077, 40.538487 ], [ -74.194762, 40.537831 ], [ -74.194684, 40.537662 ], [ -74.19444, 40.537157 ], [ -74.194097, 40.536508 ], [ -74.193771, 40.535834 ], [ -74.193561, 40.535407 ], [ -74.193404, 40.535144 ], [ -74.193274, 40.534885 ], [ -74.193009, 40.534326 ], [ -74.192671, 40.533633 ], [ -74.192374, 40.533041 ], [ -74.191744, 40.531917 ], [ -74.192524, 40.531499 ], [ -74.193133, 40.531195 ], [ -74.193984, 40.530871 ], [ -74.19454, 40.53062 ], [ -74.194979, 40.530437 ], [ -74.196084, 40.529912 ], [ -74.197073, 40.529403 ], [ -74.197794, 40.529032 ], [ -74.199098, 40.5283 ], [ -74.199276, 40.528197 ], [ -74.199843, 40.527858 ], [ -74.200528, 40.527365 ], [ -74.200704, 40.527232 ], [ -74.200886, 40.527071 ], [ -74.201027, 40.526926 ], [ -74.201171, 40.526754 ], [ -74.201646, 40.527638 ], [ -74.201966, 40.528263 ], [ -74.202022, 40.528377 ], [ -74.202245, 40.528871 ], [ -74.202571, 40.529594 ], [ -74.202685, 40.530308 ], [ -74.202803, 40.531045 ], [ -74.20289, 40.531712 ], [ -74.202962, 40.531987 ], [ -74.202997, 40.532119 ], [ -74.20302, 40.532206 ], [ -74.203093, 40.532483 ], [ -74.203404, 40.533157 ], [ -74.203726, 40.533822 ], [ -74.204045, 40.534494 ], [ -74.204354, 40.535161 ], [ -74.204681, 40.535836 ], [ -74.204995, 40.536497 ], [ -74.205318, 40.537171 ], [ -74.205637, 40.537838 ], [ -74.205959, 40.538518 ], [ -74.206259, 40.539182 ], [ -74.206534, 40.539878 ], [ -74.206749, 40.540578 ], [ -74.206898, 40.541293 ], [ -74.20699, 40.541747 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085021300", "name": "Census Tract 213, Richmond County, New York", "total_population_17": 5119, "white_alone_17": 1604.0, "black_alone_17": 701.0, "native_alone_17": 141.0, "asian_alone_17": 257.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2165.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -25.645, "pct_black_alone_change": -0.849, "pct_native_alone_change": 2.424, "pct_asian_alone_change": 2.588, "pct_hispanic_or_latino_change": 17.091, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+40.6326156", "INTPTLON": "-074.1389030" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.146829, 40.631382 ], [ -74.14666, 40.631952 ], [ -74.146617, 40.632073 ], [ -74.146567, 40.632238 ], [ -74.146521, 40.632391 ], [ -74.146421, 40.63272 ], [ -74.14584, 40.634575 ], [ -74.145631, 40.635246 ], [ -74.144801, 40.635581 ], [ -74.143813, 40.636052 ], [ -74.143254, 40.636322 ], [ -74.139681, 40.637949 ], [ -74.139772, 40.637697 ], [ -74.140034, 40.636955 ], [ -74.140266, 40.636279 ], [ -74.140671, 40.635151 ], [ -74.139705, 40.635046 ], [ -74.139594, 40.635044 ], [ -74.138282, 40.635014 ], [ -74.137268, 40.634993 ], [ -74.137184, 40.634983 ], [ -74.136409, 40.634896 ], [ -74.135554, 40.6348 ], [ -74.135214, 40.635345 ], [ -74.134234, 40.634842 ], [ -74.133098, 40.634253 ], [ -74.131631, 40.633487 ], [ -74.130941, 40.633139 ], [ -74.131582, 40.631994 ], [ -74.13047, 40.631676 ], [ -74.130609, 40.63132 ], [ -74.130461, 40.630897 ], [ -74.130611, 40.630903 ], [ -74.131074, 40.631148 ], [ -74.131618, 40.630583 ], [ -74.132285, 40.630019 ], [ -74.133437, 40.629075 ], [ -74.134087, 40.629542 ], [ -74.135861, 40.628061 ], [ -74.136046, 40.628188 ], [ -74.136742, 40.628662 ], [ -74.137603, 40.629258 ], [ -74.138598, 40.629946 ], [ -74.139506, 40.630571 ], [ -74.139908, 40.630241 ], [ -74.140602, 40.629658 ], [ -74.14255, 40.630327 ], [ -74.143403, 40.630488 ], [ -74.143756, 40.630554 ], [ -74.143982, 40.6306 ], [ -74.1457, 40.630927 ], [ -74.145916, 40.630968 ], [ -74.14691, 40.631156 ], [ -74.146829, 40.631382 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085022300", "name": "Census Tract 223, Richmond County, New York", "total_population_17": 2684, "white_alone_17": 495.0, "black_alone_17": 1070.0, "native_alone_17": 54.0, "asian_alone_17": 117.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 965.0, "city": "New York City", "gentrified": true, "pct_white_alone_change": -22.133, "pct_black_alone_change": 13.931, "pct_native_alone_change": 1.922, "pct_asian_alone_change": 2.203, "pct_hispanic_or_latino_change": 5.774, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6408892", "INTPTLON": "-074.1513824" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.161536, 40.644157 ], [ -74.161428, 40.644148 ], [ -74.161328, 40.644137 ], [ -74.16121, 40.644123 ], [ -74.159904, 40.643969 ], [ -74.158107, 40.643757 ], [ -74.157976, 40.643769 ], [ -74.157699, 40.643825 ], [ -74.156432, 40.643667 ], [ -74.153509, 40.64333 ], [ -74.149381, 40.642855 ], [ -74.143255, 40.642149 ], [ -74.142077, 40.642246 ], [ -74.141977, 40.642263 ], [ -74.142013, 40.642139 ], [ -74.143086, 40.639784 ], [ -74.1436, 40.638514 ], [ -74.143937, 40.638347 ], [ -74.144783, 40.637953 ], [ -74.144962, 40.637384 ], [ -74.145565, 40.635459 ], [ -74.145631, 40.635246 ], [ -74.146128, 40.634972 ], [ -74.146704, 40.634657 ], [ -74.147042, 40.634517 ], [ -74.14803, 40.634329 ], [ -74.149516, 40.634129 ], [ -74.149621, 40.634115 ], [ -74.15085, 40.634192 ], [ -74.15186, 40.634179 ], [ -74.153268, 40.634173 ], [ -74.15383, 40.634144 ], [ -74.155036, 40.634084 ], [ -74.156117, 40.63412 ], [ -74.157033, 40.633922 ], [ -74.158107, 40.633939 ], [ -74.159329, 40.633857 ], [ -74.160311, 40.633788 ], [ -74.1603, 40.634136 ], [ -74.160193, 40.637152 ], [ -74.160153, 40.638056 ], [ -74.160192, 40.640211 ], [ -74.161255, 40.64179 ], [ -74.161331, 40.642226 ], [ -74.161484, 40.64343 ], [ -74.161536, 40.644157 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085022600", "name": "Census Tract 226, Richmond County, New York", "total_population_17": 8080, "white_alone_17": 7012.0, "black_alone_17": 152.0, "native_alone_17": 22.0, "asian_alone_17": 367.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 527.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 10.885, "pct_black_alone_change": -7.033, "pct_native_alone_change": 0.141, "pct_asian_alone_change": 1.363, "pct_hispanic_or_latino_change": -4.899, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5395224", "INTPTLON": "-074.2308266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.250609, 40.541851 ], [ -74.249274, 40.544922 ], [ -74.249211, 40.545064 ], [ -74.247415, 40.5492 ], [ -74.239211, 40.553764 ], [ -74.233052, 40.557609 ], [ -74.232788, 40.557773 ], [ -74.232525, 40.557938 ], [ -74.232152, 40.558158 ], [ -74.232134, 40.55817 ], [ -74.231926, 40.558311 ], [ -74.231693, 40.558457 ], [ -74.230992, 40.558396 ], [ -74.230312, 40.558336 ], [ -74.230291, 40.558334 ], [ -74.229685, 40.558281 ], [ -74.22908, 40.558228 ], [ -74.228351, 40.558144 ], [ -74.22824, 40.558131 ], [ -74.2274, 40.558034 ], [ -74.225956, 40.557868 ], [ -74.224513, 40.557701 ], [ -74.218398, 40.556996 ], [ -74.216839, 40.558618 ], [ -74.216816, 40.558642 ], [ -74.212411, 40.557905 ], [ -74.212166, 40.557728 ], [ -74.211979, 40.557419 ], [ -74.211791, 40.55725 ], [ -74.211538, 40.557203 ], [ -74.211247, 40.557306 ], [ -74.210966, 40.557428 ], [ -74.210432, 40.557606 ], [ -74.209897, 40.557681 ], [ -74.209429, 40.557775 ], [ -74.208716, 40.557925 ], [ -74.208125, 40.558075 ], [ -74.20791, 40.558131 ], [ -74.207582, 40.558159 ], [ -74.207272, 40.558169 ], [ -74.206392, 40.558102 ], [ -74.207032, 40.557616 ], [ -74.207709, 40.557517 ], [ -74.208254, 40.55743 ], [ -74.209089, 40.557323 ], [ -74.209804, 40.557186 ], [ -74.210315, 40.557092 ], [ -74.210589, 40.557021 ], [ -74.211257, 40.55679 ], [ -74.212009, 40.556514 ], [ -74.212329, 40.556367 ], [ -74.212594, 40.556209 ], [ -74.21289, 40.556005 ], [ -74.213502, 40.555668 ], [ -74.214372, 40.555588 ], [ -74.214541, 40.555591 ], [ -74.214691, 40.555581 ], [ -74.21485, 40.55556 ], [ -74.215036, 40.555516 ], [ -74.215183, 40.555468 ], [ -74.215258, 40.555437 ], [ -74.217209, 40.554715 ], [ -74.21737, 40.554677 ], [ -74.217526, 40.554622 ], [ -74.217662, 40.554556 ], [ -74.217793, 40.554473 ], [ -74.217844, 40.554432 ], [ -74.217877, 40.554248 ], [ -74.217894, 40.554045 ], [ -74.217893, 40.55384 ], [ -74.21787, 40.553628 ], [ -74.21783, 40.553435 ], [ -74.217772, 40.553245 ], [ -74.217802, 40.553121 ], [ -74.217885, 40.552993 ], [ -74.218122, 40.552853 ], [ -74.218776, 40.552474 ], [ -74.221315, 40.550253 ], [ -74.221093, 40.549774 ], [ -74.220877, 40.549204 ], [ -74.220834, 40.549092 ], [ -74.22065, 40.548605 ], [ -74.220552, 40.548324 ], [ -74.220359, 40.547835 ], [ -74.220066, 40.547098 ], [ -74.219974, 40.546835 ], [ -74.219871, 40.546577 ], [ -74.219815, 40.546439 ], [ -74.219543, 40.5457 ], [ -74.219297, 40.545053 ], [ -74.218994, 40.54431 ], [ -74.218886, 40.54407 ], [ -74.218737, 40.543668 ], [ -74.218444, 40.542964 ], [ -74.218164, 40.542227 ], [ -74.218082, 40.542011 ], [ -74.218007, 40.541829 ], [ -74.217769, 40.541126 ], [ -74.217678, 40.540131 ], [ -74.21771, 40.538312 ], [ -74.217739, 40.53803 ], [ -74.2178, 40.53775 ], [ -74.217834, 40.537368 ], [ -74.217911, 40.537029 ], [ -74.218062, 40.536496 ], [ -74.218199, 40.535859 ], [ -74.218282, 40.535487 ], [ -74.218315, 40.535312 ], [ -74.218266, 40.534803 ], [ -74.218244, 40.534529 ], [ -74.218007, 40.532299 ], [ -74.217756, 40.531449 ], [ -74.217486, 40.530623 ], [ -74.217254, 40.529874 ], [ -74.217014, 40.529122 ], [ -74.216846, 40.528642 ], [ -74.216736, 40.528427 ], [ -74.216713, 40.528382 ], [ -74.21661, 40.528178 ], [ -74.216486, 40.527926 ], [ -74.216207, 40.527373 ], [ -74.216088, 40.527136 ], [ -74.215853, 40.52667 ], [ -74.215834, 40.526634 ], [ -74.215744, 40.526464 ], [ -74.215645, 40.525982 ], [ -74.215607, 40.525495 ], [ -74.215574, 40.524447 ], [ -74.21556, 40.523968 ], [ -74.214098, 40.524098 ], [ -74.213997, 40.523498 ], [ -74.213979, 40.523399 ], [ -74.213909, 40.523015 ], [ -74.213816, 40.522495 ], [ -74.213614, 40.521532 ], [ -74.213546, 40.521235 ], [ -74.214509, 40.521155 ], [ -74.217356, 40.52093 ], [ -74.217606, 40.520872 ], [ -74.220138, 40.519622 ], [ -74.222691, 40.518512 ], [ -74.222881, 40.518424 ], [ -74.223102, 40.518341 ], [ -74.223311, 40.518281 ], [ -74.223517, 40.518236 ], [ -74.223735, 40.518203 ], [ -74.224003, 40.51821 ], [ -74.224259, 40.518228 ], [ -74.224515, 40.518258 ], [ -74.224778, 40.518302 ], [ -74.225068, 40.518366 ], [ -74.22534, 40.518443 ], [ -74.225574, 40.518522 ], [ -74.22568, 40.518562 ], [ -74.225839, 40.518693 ], [ -74.225997, 40.518802 ], [ -74.226134, 40.518883 ], [ -74.226313, 40.518973 ], [ -74.226522, 40.519059 ], [ -74.226748, 40.519131 ], [ -74.22691, 40.519172 ], [ -74.22736, 40.519196 ], [ -74.227769, 40.519203 ], [ -74.228233, 40.519195 ], [ -74.22862, 40.519174 ], [ -74.229005, 40.519142 ], [ -74.229482, 40.519084 ], [ -74.229554, 40.519448 ], [ -74.229571, 40.519542 ], [ -74.229584, 40.519612 ], [ -74.229592, 40.519649 ], [ -74.229603, 40.519699 ], [ -74.229639, 40.519785 ], [ -74.229698, 40.519873 ], [ -74.229769, 40.519947 ], [ -74.229859, 40.520017 ], [ -74.229944, 40.520063 ], [ -74.230105, 40.520156 ], [ -74.230343, 40.520278 ], [ -74.230576, 40.520381 ], [ -74.230694, 40.520429 ], [ -74.230753, 40.52046 ], [ -74.23081, 40.520508 ], [ -74.23085, 40.520566 ], [ -74.230868, 40.520627 ], [ -74.231453, 40.520858 ], [ -74.231597, 40.520879 ], [ -74.231778, 40.520892 ], [ -74.231981, 40.520888 ], [ -74.232171, 40.520867 ], [ -74.232356, 40.52083 ], [ -74.232485, 40.520794 ], [ -74.232628, 40.520742 ], [ -74.232788, 40.520698 ], [ -74.232944, 40.520666 ], [ -74.233115, 40.520644 ], [ -74.233321, 40.520633 ], [ -74.233537, 40.52064 ], [ -74.233696, 40.520659 ], [ -74.233871, 40.520691 ], [ -74.23392, 40.520703 ], [ -74.235112, 40.520917 ], [ -74.237463, 40.521127 ], [ -74.23946, 40.521279 ], [ -74.239267, 40.525057 ], [ -74.239267, 40.52518 ], [ -74.243655, 40.524975 ], [ -74.243879, 40.52496 ], [ -74.246536, 40.524779 ], [ -74.248787, 40.533033 ], [ -74.250205, 40.539629 ], [ -74.250609, 40.541851 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085022800", "name": "Census Tract 228, Richmond County, New York", "total_population_17": 27, "white_alone_17": 27.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 20.39, "pct_black_alone_change": -1.714, "pct_native_alone_change": -0.566, "pct_asian_alone_change": -4.937, "pct_hispanic_or_latino_change": -12.7, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5756932", "INTPTLON": "-074.1872410" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.2167, 40.558763 ], [ -74.216583, 40.558884 ], [ -74.216028, 40.559461 ], [ -74.215473, 40.560038 ], [ -74.215278, 40.560241 ], [ -74.21221, 40.568177 ], [ -74.211481, 40.570062 ], [ -74.210779, 40.571877 ], [ -74.210752, 40.571948 ], [ -74.20986, 40.574256 ], [ -74.208968, 40.576563 ], [ -74.208296, 40.579052 ], [ -74.206067, 40.579605 ], [ -74.206017, 40.579819 ], [ -74.205962, 40.580047 ], [ -74.203563, 40.580434 ], [ -74.200478, 40.579927 ], [ -74.200421, 40.579955 ], [ -74.200169, 40.580141 ], [ -74.20009, 40.580266 ], [ -74.199967, 40.580568 ], [ -74.199996, 40.580952 ], [ -74.200076, 40.581275 ], [ -74.200076, 40.581544 ], [ -74.199795, 40.582103 ], [ -74.199471, 40.582296 ], [ -74.199118, 40.582432 ], [ -74.198736, 40.582558 ], [ -74.198181, 40.582766 ], [ -74.19798, 40.582876 ], [ -74.197685, 40.583008 ], [ -74.196201, 40.583961 ], [ -74.194703, 40.584849 ], [ -74.194379, 40.585008 ], [ -74.194184, 40.585069 ], [ -74.193601, 40.585123 ], [ -74.193325, 40.585038 ], [ -74.192888, 40.58516 ], [ -74.192716, 40.5852 ], [ -74.192544, 40.585319 ], [ -74.192434, 40.585396 ], [ -74.192319, 40.58557 ], [ -74.191318, 40.585705 ], [ -74.19111, 40.58583 ], [ -74.190305, 40.585624 ], [ -74.190207, 40.585622 ], [ -74.189956, 40.585675 ], [ -74.18948, 40.586098 ], [ -74.188932, 40.586433 ], [ -74.188385, 40.586757 ], [ -74.187823, 40.587026 ], [ -74.187446, 40.587279 ], [ -74.187348, 40.587345 ], [ -74.187023, 40.587691 ], [ -74.186901, 40.587911 ], [ -74.186745, 40.588053 ], [ -74.186626, 40.588101 ], [ -74.186541, 40.58812 ], [ -74.18646, 40.58812 ], [ -74.186374, 40.588101 ], [ -74.186317, 40.588063 ], [ -74.186246, 40.588029 ], [ -74.186136, 40.588029 ], [ -74.185884, 40.588112 ], [ -74.185627, 40.588319 ], [ -74.185499, 40.588509 ], [ -74.185446, 40.588609 ], [ -74.185437, 40.58868 ], [ -74.185456, 40.588785 ], [ -74.185513, 40.588875 ], [ -74.18567, 40.588999 ], [ -74.185808, 40.589075 ], [ -74.185917, 40.589146 ], [ -74.185989, 40.589194 ], [ -74.186117, 40.589303 ], [ -74.186146, 40.58938 ], [ -74.186212, 40.589503 ], [ -74.186245, 40.589627 ], [ -74.186243, 40.589744 ], [ -74.186222, 40.589818 ], [ -74.186098, 40.589984 ], [ -74.185965, 40.590193 ], [ -74.185794, 40.590431 ], [ -74.185494, 40.590778 ], [ -74.185347, 40.59094 ], [ -74.185051, 40.591069 ], [ -74.184876, 40.591111 ], [ -74.184676, 40.591239 ], [ -74.184528, 40.591358 ], [ -74.184386, 40.591487 ], [ -74.184343, 40.591563 ], [ -74.184348, 40.591634 ], [ -74.184296, 40.591739 ], [ -74.184263, 40.591863 ], [ -74.184196, 40.591996 ], [ -74.183868, 40.592372 ], [ -74.183173, 40.593038 ], [ -74.18285, 40.593332 ], [ -74.18256, 40.593546 ], [ -74.182331, 40.593641 ], [ -74.182269, 40.593665 ], [ -74.182238, 40.593663 ], [ -74.182077, 40.594249 ], [ -74.179541, 40.596746 ], [ -74.178239, 40.599811 ], [ -74.175828, 40.601527 ], [ -74.174892, 40.602279 ], [ -74.174836, 40.602324 ], [ -74.174733, 40.602264 ], [ -74.174626, 40.602253 ], [ -74.172501, 40.602944 ], [ -74.172022, 40.602702 ], [ -74.171808, 40.602633 ], [ -74.171444, 40.602545 ], [ -74.170967, 40.602488 ], [ -74.170652, 40.602446 ], [ -74.170539, 40.602432 ], [ -74.170043, 40.602394 ], [ -74.169228, 40.602295 ], [ -74.167197, 40.602076 ], [ -74.167621, 40.599849 ], [ -74.167996, 40.597922 ], [ -74.168284, 40.596433 ], [ -74.168836, 40.594721 ], [ -74.167776, 40.594209 ], [ -74.167419, 40.594063 ], [ -74.167117, 40.593956 ], [ -74.166787, 40.593853 ], [ -74.166483, 40.59377 ], [ -74.166141, 40.59369 ], [ -74.165775, 40.593619 ], [ -74.165436, 40.593567 ], [ -74.165085, 40.593526 ], [ -74.164744, 40.593499 ], [ -74.164391, 40.593482 ], [ -74.163603, 40.593374 ], [ -74.163508, 40.593272 ], [ -74.163317, 40.592508 ], [ -74.163527, 40.592369 ], [ -74.163627, 40.592308 ], [ -74.165787, 40.590708 ], [ -74.167614, 40.588927 ], [ -74.16769, 40.588828 ], [ -74.167727, 40.588779 ], [ -74.167807, 40.588649 ], [ -74.167827, 40.588616 ], [ -74.167872, 40.588523 ], [ -74.168076, 40.587898 ], [ -74.168213, 40.587303 ], [ -74.168524, 40.586107 ], [ -74.168593, 40.585802 ], [ -74.168713, 40.585284 ], [ -74.168797, 40.584286 ], [ -74.168954, 40.583102 ], [ -74.169021, 40.582626 ], [ -74.169052, 40.5824 ], [ -74.169078, 40.582206 ], [ -74.169472, 40.579373 ], [ -74.169731, 40.576965 ], [ -74.169756, 40.576689 ], [ -74.169919, 40.573974 ], [ -74.169835, 40.570879 ], [ -74.169605, 40.566649 ], [ -74.169611, 40.566443 ], [ -74.169617, 40.566237 ], [ -74.16966, 40.565307 ], [ -74.169702, 40.564376 ], [ -74.169724, 40.563912 ], [ -74.169745, 40.563447 ], [ -74.169769, 40.562682 ], [ -74.169827, 40.561078 ], [ -74.171286, 40.561343 ], [ -74.171543, 40.561439 ], [ -74.171878, 40.561566 ], [ -74.172255, 40.561704 ], [ -74.173485, 40.562267 ], [ -74.174218, 40.562568 ], [ -74.174888, 40.562826 ], [ -74.175399, 40.562965 ], [ -74.176594, 40.563241 ], [ -74.177618, 40.563804 ], [ -74.177945, 40.563983 ], [ -74.181395, 40.565238 ], [ -74.181581, 40.565313 ], [ -74.181786, 40.565379 ], [ -74.182003, 40.565431 ], [ -74.182203, 40.565465 ], [ -74.182397, 40.565486 ], [ -74.182603, 40.565495 ], [ -74.18282, 40.565491 ], [ -74.183076, 40.565467 ], [ -74.183283, 40.565432 ], [ -74.183403, 40.565405 ], [ -74.183712, 40.565313 ], [ -74.184004, 40.56521 ], [ -74.184279, 40.565097 ], [ -74.184545, 40.564972 ], [ -74.184774, 40.564851 ], [ -74.184996, 40.56472 ], [ -74.185254, 40.564549 ], [ -74.185628, 40.564475 ], [ -74.18606, 40.564378 ], [ -74.186519, 40.564262 ], [ -74.18689, 40.564158 ], [ -74.187269, 40.564042 ], [ -74.189099, 40.56369 ], [ -74.189281, 40.563646 ], [ -74.189468, 40.563585 ], [ -74.189638, 40.563514 ], [ -74.189808, 40.563424 ], [ -74.189973, 40.563317 ], [ -74.190112, 40.563204 ], [ -74.190353, 40.562968 ], [ -74.1905, 40.562855 ], [ -74.190666, 40.562752 ], [ -74.190832, 40.562672 ], [ -74.19098, 40.562614 ], [ -74.191135, 40.562566 ], [ -74.19133, 40.562523 ], [ -74.191529, 40.562497 ], [ -74.191696, 40.562488 ], [ -74.191862, 40.56249 ], [ -74.192035, 40.562504 ], [ -74.192214, 40.562532 ], [ -74.192412, 40.562581 ], [ -74.192587, 40.56264 ], [ -74.192734, 40.562652 ], [ -74.192861, 40.56265 ], [ -74.192904, 40.562649 ], [ -74.193052, 40.562631 ], [ -74.193174, 40.562604 ], [ -74.193442, 40.562469 ], [ -74.1937, 40.562322 ], [ -74.193949, 40.562166 ], [ -74.194076, 40.562079 ], [ -74.197695, 40.558887 ], [ -74.199466, 40.557181 ], [ -74.199771, 40.55687 ], [ -74.200059, 40.556578 ], [ -74.200194, 40.556444 ], [ -74.200346, 40.556317 ], [ -74.200511, 40.556202 ], [ -74.200696, 40.556093 ], [ -74.200793, 40.556045 ], [ -74.201, 40.55598 ], [ -74.201206, 40.555932 ], [ -74.201418, 40.555897 ], [ -74.201644, 40.555876 ], [ -74.201849, 40.555871 ], [ -74.202054, 40.555878 ], [ -74.202339, 40.55591 ], [ -74.203145, 40.556089 ], [ -74.203343, 40.556133 ], [ -74.203985, 40.556617 ], [ -74.204932, 40.557213 ], [ -74.205145, 40.557347 ], [ -74.205704, 40.557502 ], [ -74.206461, 40.55759 ], [ -74.207032, 40.557616 ], [ -74.206392, 40.558102 ], [ -74.207272, 40.558169 ], [ -74.207582, 40.558159 ], [ -74.20791, 40.558131 ], [ -74.208125, 40.558075 ], [ -74.208716, 40.557925 ], [ -74.209429, 40.557775 ], [ -74.209897, 40.557681 ], [ -74.210432, 40.557606 ], [ -74.210966, 40.557428 ], [ -74.211247, 40.557306 ], [ -74.211538, 40.557203 ], [ -74.211791, 40.55725 ], [ -74.211979, 40.557419 ], [ -74.212166, 40.557728 ], [ -74.212411, 40.557905 ], [ -74.216816, 40.558642 ], [ -74.2167, 40.558763 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085023100", "name": "Census Tract 231, Richmond County, New York", "total_population_17": 4590, "white_alone_17": 841.0, "black_alone_17": 1266.0, "native_alone_17": 0.0, "asian_alone_17": 674.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1737.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.728, "pct_black_alone_change": 0.487, "pct_native_alone_change": -0.244, "pct_asian_alone_change": 9.96, "pct_hispanic_or_latino_change": 6.115, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6301244", "INTPTLON": "-074.1563206" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.160434, 40.627996 ], [ -74.160424, 40.628249 ], [ -74.160404, 40.628804 ], [ -74.160402, 40.628911 ], [ -74.160392, 40.629476 ], [ -74.16038, 40.630186 ], [ -74.160381, 40.63047 ], [ -74.160388, 40.631595 ], [ -74.160342, 40.632998 ], [ -74.160311, 40.633788 ], [ -74.159329, 40.633857 ], [ -74.158107, 40.633939 ], [ -74.157033, 40.633922 ], [ -74.156117, 40.63412 ], [ -74.155036, 40.634084 ], [ -74.15383, 40.634144 ], [ -74.153268, 40.634173 ], [ -74.15186, 40.634179 ], [ -74.151949, 40.633637 ], [ -74.152214, 40.631843 ], [ -74.152612, 40.629135 ], [ -74.152667, 40.628759 ], [ -74.15272, 40.628391 ], [ -74.152872, 40.627362 ], [ -74.153134, 40.625597 ], [ -74.15452, 40.625738 ], [ -74.154898, 40.625789 ], [ -74.155762, 40.625909 ], [ -74.156677, 40.626048 ], [ -74.157826, 40.626218 ], [ -74.158568, 40.626313 ], [ -74.159409, 40.626417 ], [ -74.160244, 40.626498 ], [ -74.160502, 40.62653 ], [ -74.160434, 40.627996 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085023900", "name": "Census Tract 239, Richmond County, New York", "total_population_17": 3630, "white_alone_17": 1003.0, "black_alone_17": 705.0, "native_alone_17": 9.0, "asian_alone_17": 212.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1610.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -16.342, "pct_black_alone_change": -0.412, "pct_native_alone_change": -0.153, "pct_asian_alone_change": -0.003, "pct_hispanic_or_latino_change": 15.805, "pct_native_hawaiian_pacific_islander_change": -0.067, "INTPTLAT": "+40.6295171", "INTPTLON": "-074.1493007" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.152872, 40.627362 ], [ -74.15272, 40.628391 ], [ -74.152667, 40.628759 ], [ -74.152612, 40.629135 ], [ -74.152214, 40.631843 ], [ -74.151949, 40.633637 ], [ -74.15186, 40.634179 ], [ -74.15085, 40.634192 ], [ -74.149621, 40.634115 ], [ -74.149516, 40.634129 ], [ -74.14803, 40.634329 ], [ -74.147042, 40.634517 ], [ -74.146704, 40.634657 ], [ -74.146128, 40.634972 ], [ -74.145631, 40.635246 ], [ -74.14584, 40.634575 ], [ -74.146421, 40.63272 ], [ -74.146521, 40.632391 ], [ -74.146567, 40.632238 ], [ -74.146617, 40.632073 ], [ -74.14666, 40.631952 ], [ -74.146829, 40.631382 ], [ -74.14691, 40.631156 ], [ -74.14738, 40.629827 ], [ -74.147536, 40.629371 ], [ -74.146133, 40.629075 ], [ -74.145936, 40.627824 ], [ -74.145644, 40.627863 ], [ -74.145463, 40.627887 ], [ -74.145474, 40.627406 ], [ -74.145509, 40.62708 ], [ -74.14559, 40.626608 ], [ -74.145776, 40.625972 ], [ -74.146145, 40.62493 ], [ -74.146329, 40.624923 ], [ -74.1467, 40.624914 ], [ -74.148768, 40.625104 ], [ -74.150169, 40.625276 ], [ -74.151352, 40.625421 ], [ -74.15174, 40.625462 ], [ -74.152136, 40.625502 ], [ -74.152259, 40.625514 ], [ -74.153134, 40.625597 ], [ -74.152872, 40.627362 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085024401", "name": "Census Tract 244.01, Richmond County, New York", "total_population_17": 6622, "white_alone_17": 5586.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 145.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 817.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.813, "pct_black_alone_change": -0.5, "pct_native_alone_change": -0.167, "pct_asian_alone_change": -0.06, "pct_hispanic_or_latino_change": 7.672, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5086733", "INTPTLON": "-074.2386183" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.259089, 40.50289 ], [ -74.258576, 40.506112 ], [ -74.258556, 40.506232 ], [ -74.258473, 40.506753 ], [ -74.25837, 40.507397 ], [ -74.258291, 40.507905 ], [ -74.258262, 40.507964 ], [ -74.257976, 40.507793 ], [ -74.255694, 40.50773 ], [ -74.255249, 40.507736 ], [ -74.254901, 40.507704 ], [ -74.253923, 40.507682 ], [ -74.252878, 40.507625 ], [ -74.252081, 40.507583 ], [ -74.251849, 40.507582 ], [ -74.251165, 40.507783 ], [ -74.250329, 40.508032 ], [ -74.249483, 40.508282 ], [ -74.249069, 40.508413 ], [ -74.248891, 40.508465 ], [ -74.248531, 40.508571 ], [ -74.248046, 40.508716 ], [ -74.247752, 40.508802 ], [ -74.246903, 40.509045 ], [ -74.246057, 40.509297 ], [ -74.245248, 40.509543 ], [ -74.24499, 40.509622 ], [ -74.243741, 40.509992 ], [ -74.243538, 40.510063 ], [ -74.243235, 40.510183 ], [ -74.243005, 40.510287 ], [ -74.242737, 40.510421 ], [ -74.242573, 40.510512 ], [ -74.242411, 40.510593 ], [ -74.241982, 40.510816 ], [ -74.240585, 40.511493 ], [ -74.240251, 40.51166 ], [ -74.239701, 40.511946 ], [ -74.238901, 40.512458 ], [ -74.238799, 40.512524 ], [ -74.238172, 40.512982 ], [ -74.237462, 40.513466 ], [ -74.23736, 40.513514 ], [ -74.236668, 40.513875 ], [ -74.23601, 40.514203 ], [ -74.235638, 40.514388 ], [ -74.234571, 40.515052 ], [ -74.232822, 40.516337 ], [ -74.232304, 40.516851 ], [ -74.231594, 40.517534 ], [ -74.231306, 40.517873 ], [ -74.230918, 40.51833 ], [ -74.230788, 40.518478 ], [ -74.230637, 40.518616 ], [ -74.230493, 40.518726 ], [ -74.230312, 40.51884 ], [ -74.230219, 40.518893 ], [ -74.230093, 40.518954 ], [ -74.229929, 40.519013 ], [ -74.229786, 40.519048 ], [ -74.22965, 40.519071 ], [ -74.229482, 40.519084 ], [ -74.229005, 40.519142 ], [ -74.22862, 40.519174 ], [ -74.228233, 40.519195 ], [ -74.227769, 40.519203 ], [ -74.22736, 40.519196 ], [ -74.22691, 40.519172 ], [ -74.226634, 40.517251 ], [ -74.222903, 40.508936 ], [ -74.223215, 40.508659 ], [ -74.223777, 40.5086 ], [ -74.224713, 40.5085 ], [ -74.225794, 40.508389 ], [ -74.227613, 40.508203 ], [ -74.230056, 40.50773 ], [ -74.233063, 40.506756 ], [ -74.234896, 40.506189 ], [ -74.236329, 40.5059 ], [ -74.237452, 40.505674 ], [ -74.238181, 40.505527 ], [ -74.239317, 40.505294 ], [ -74.23981, 40.505193 ], [ -74.240498, 40.505061 ], [ -74.240733, 40.505013 ], [ -74.241639, 40.504832 ], [ -74.242538, 40.504651 ], [ -74.24345, 40.504469 ], [ -74.244329, 40.504291 ], [ -74.245201, 40.504116 ], [ -74.24609, 40.50394 ], [ -74.247023, 40.503757 ], [ -74.247936, 40.50357 ], [ -74.248829, 40.503389 ], [ -74.249702, 40.503212 ], [ -74.250521, 40.503042 ], [ -74.251364, 40.502879 ], [ -74.25183, 40.502774 ], [ -74.252891, 40.502697 ], [ -74.253529, 40.502444 ], [ -74.253931, 40.502321 ], [ -74.254429, 40.502256 ], [ -74.254588, 40.502303 ], [ -74.259089, 40.502278 ], [ -74.259089, 40.50289 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085024402", "name": "Census Tract 244.02, Richmond County, New York", "total_population_17": 4630, "white_alone_17": 4117.0, "black_alone_17": 31.0, "native_alone_17": 0.0, "asian_alone_17": 208.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 274.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -3.248, "pct_black_alone_change": 0.17, "pct_native_alone_change": -0.167, "pct_asian_alone_change": 2.242, "pct_hispanic_or_latino_change": 1.252, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.4994705", "INTPTLON": "-074.2393335" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.259089, 40.502278 ], [ -74.254588, 40.502303 ], [ -74.254429, 40.502256 ], [ -74.253931, 40.502321 ], [ -74.253529, 40.502444 ], [ -74.252891, 40.502697 ], [ -74.25183, 40.502774 ], [ -74.251364, 40.502879 ], [ -74.250521, 40.503042 ], [ -74.249702, 40.503212 ], [ -74.248829, 40.503389 ], [ -74.247936, 40.50357 ], [ -74.247023, 40.503757 ], [ -74.24609, 40.50394 ], [ -74.245201, 40.504116 ], [ -74.244329, 40.504291 ], [ -74.24345, 40.504469 ], [ -74.242538, 40.504651 ], [ -74.241639, 40.504832 ], [ -74.240733, 40.505013 ], [ -74.240498, 40.505061 ], [ -74.23981, 40.505193 ], [ -74.239317, 40.505294 ], [ -74.238181, 40.505527 ], [ -74.237452, 40.505674 ], [ -74.236329, 40.5059 ], [ -74.234896, 40.506189 ], [ -74.233063, 40.506756 ], [ -74.230056, 40.50773 ], [ -74.227613, 40.508203 ], [ -74.225794, 40.508389 ], [ -74.224713, 40.5085 ], [ -74.223777, 40.5086 ], [ -74.223215, 40.508659 ], [ -74.223017, 40.50771 ], [ -74.222916, 40.507227 ], [ -74.223032, 40.506747 ], [ -74.223088, 40.506362 ], [ -74.223116, 40.505987 ], [ -74.223182, 40.505716 ], [ -74.223191, 40.505463 ], [ -74.223191, 40.505125 ], [ -74.223116, 40.504844 ], [ -74.222694, 40.504591 ], [ -74.22246, 40.504459 ], [ -74.222085, 40.504272 ], [ -74.222057, 40.504047 ], [ -74.222075, 40.503625 ], [ -74.222085, 40.503409 ], [ -74.222113, 40.503184 ], [ -74.221914, 40.502421 ], [ -74.221633, 40.501071 ], [ -74.220687, 40.496739 ], [ -74.220634, 40.496488 ], [ -74.233906, 40.4943 ], [ -74.233926, 40.494296 ], [ -74.25308, 40.491167 ], [ -74.254825, 40.493901 ], [ -74.255429, 40.494847 ], [ -74.258784, 40.500104 ], [ -74.259088, 40.500112 ], [ -74.259088, 40.500134 ], [ -74.259089, 40.500465 ], [ -74.25909, 40.500983 ], [ -74.259089, 40.502278 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085024700", "name": "Census Tract 247, Richmond County, New York", "total_population_17": 2755, "white_alone_17": 724.0, "black_alone_17": 569.0, "native_alone_17": 0.0, "asian_alone_17": 255.0, "native_hawaiian_pacific_islander_17": 2.0, "hispanic_or_latino_17": 1094.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -28.205, "pct_black_alone_change": 5.566, "pct_native_alone_change": -0.637, "pct_asian_alone_change": 3.816, "pct_hispanic_or_latino_change": 16.676, "pct_native_hawaiian_pacific_islander_change": -0.012, "INTPTLAT": "+40.6275152", "INTPTLON": "-074.1417619" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.14738, 40.629827 ], [ -74.14691, 40.631156 ], [ -74.145916, 40.630968 ], [ -74.1457, 40.630927 ], [ -74.143982, 40.6306 ], [ -74.143756, 40.630554 ], [ -74.143403, 40.630488 ], [ -74.14255, 40.630327 ], [ -74.140602, 40.629658 ], [ -74.139908, 40.630241 ], [ -74.139506, 40.630571 ], [ -74.138598, 40.629946 ], [ -74.137603, 40.629258 ], [ -74.136742, 40.628662 ], [ -74.137307, 40.62819 ], [ -74.137858, 40.627691 ], [ -74.138064, 40.627568 ], [ -74.138059, 40.627069 ], [ -74.13581, 40.625064 ], [ -74.136182, 40.624838 ], [ -74.137227, 40.624296 ], [ -74.138266, 40.624248 ], [ -74.14128, 40.624594 ], [ -74.141662, 40.62464 ], [ -74.14219, 40.624715 ], [ -74.143075, 40.624847 ], [ -74.144025, 40.624992 ], [ -74.145767, 40.624958 ], [ -74.146145, 40.62493 ], [ -74.145776, 40.625972 ], [ -74.14559, 40.626608 ], [ -74.145509, 40.62708 ], [ -74.145474, 40.627406 ], [ -74.145463, 40.627887 ], [ -74.145644, 40.627863 ], [ -74.145936, 40.627824 ], [ -74.146133, 40.629075 ], [ -74.147536, 40.629371 ], [ -74.14738, 40.629827 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085024800", "name": "Census Tract 248, Richmond County, New York", "total_population_17": 4954, "white_alone_17": 4396.0, "black_alone_17": 22.0, "native_alone_17": 14.0, "asian_alone_17": 112.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 410.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -0.354, "pct_black_alone_change": -0.564, "pct_native_alone_change": -0.131, "pct_asian_alone_change": -0.04, "pct_hispanic_or_latino_change": 1.658, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5174031", "INTPTLON": "-074.2433560" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.258262, 40.507964 ], [ -74.257192, 40.510244 ], [ -74.256984, 40.510688 ], [ -74.25634, 40.512067 ], [ -74.255924, 40.512958 ], [ -74.255488, 40.51389 ], [ -74.255149, 40.514618 ], [ -74.25481, 40.515344 ], [ -74.254417, 40.515719 ], [ -74.253038, 40.516583 ], [ -74.25166, 40.517448 ], [ -74.246069, 40.520952 ], [ -74.24607, 40.520972 ], [ -74.246084, 40.521293 ], [ -74.246097, 40.521614 ], [ -74.246408, 40.524357 ], [ -74.246536, 40.524779 ], [ -74.243879, 40.52496 ], [ -74.243655, 40.524975 ], [ -74.239267, 40.52518 ], [ -74.239267, 40.525057 ], [ -74.23946, 40.521279 ], [ -74.237463, 40.521127 ], [ -74.235112, 40.520917 ], [ -74.23392, 40.520703 ], [ -74.233871, 40.520691 ], [ -74.233696, 40.520659 ], [ -74.233537, 40.52064 ], [ -74.233321, 40.520633 ], [ -74.233115, 40.520644 ], [ -74.232944, 40.520666 ], [ -74.232788, 40.520698 ], [ -74.232628, 40.520742 ], [ -74.232485, 40.520794 ], [ -74.232356, 40.52083 ], [ -74.232171, 40.520867 ], [ -74.231981, 40.520888 ], [ -74.231778, 40.520892 ], [ -74.231597, 40.520879 ], [ -74.231453, 40.520858 ], [ -74.230868, 40.520627 ], [ -74.23085, 40.520566 ], [ -74.23081, 40.520508 ], [ -74.230753, 40.52046 ], [ -74.230694, 40.520429 ], [ -74.230576, 40.520381 ], [ -74.230343, 40.520278 ], [ -74.230105, 40.520156 ], [ -74.229944, 40.520063 ], [ -74.229859, 40.520017 ], [ -74.229769, 40.519947 ], [ -74.229698, 40.519873 ], [ -74.229639, 40.519785 ], [ -74.229603, 40.519699 ], [ -74.229592, 40.519649 ], [ -74.229584, 40.519612 ], [ -74.229571, 40.519542 ], [ -74.229554, 40.519448 ], [ -74.229482, 40.519084 ], [ -74.22965, 40.519071 ], [ -74.229786, 40.519048 ], [ -74.229929, 40.519013 ], [ -74.230093, 40.518954 ], [ -74.230219, 40.518893 ], [ -74.230312, 40.51884 ], [ -74.230493, 40.518726 ], [ -74.230637, 40.518616 ], [ -74.230788, 40.518478 ], [ -74.230918, 40.51833 ], [ -74.231306, 40.517873 ], [ -74.231594, 40.517534 ], [ -74.232304, 40.516851 ], [ -74.232822, 40.516337 ], [ -74.234571, 40.515052 ], [ -74.235638, 40.514388 ], [ -74.23601, 40.514203 ], [ -74.236668, 40.513875 ], [ -74.23736, 40.513514 ], [ -74.237462, 40.513466 ], [ -74.238172, 40.512982 ], [ -74.238799, 40.512524 ], [ -74.238901, 40.512458 ], [ -74.239701, 40.511946 ], [ -74.240251, 40.51166 ], [ -74.240585, 40.511493 ], [ -74.241982, 40.510816 ], [ -74.242411, 40.510593 ], [ -74.242573, 40.510512 ], [ -74.242737, 40.510421 ], [ -74.243005, 40.510287 ], [ -74.243235, 40.510183 ], [ -74.243538, 40.510063 ], [ -74.243741, 40.509992 ], [ -74.24499, 40.509622 ], [ -74.245248, 40.509543 ], [ -74.246057, 40.509297 ], [ -74.246903, 40.509045 ], [ -74.247752, 40.508802 ], [ -74.248046, 40.508716 ], [ -74.248531, 40.508571 ], [ -74.248891, 40.508465 ], [ -74.249069, 40.508413 ], [ -74.249483, 40.508282 ], [ -74.250329, 40.508032 ], [ -74.251165, 40.507783 ], [ -74.251849, 40.507582 ], [ -74.252081, 40.507583 ], [ -74.252878, 40.507625 ], [ -74.253923, 40.507682 ], [ -74.254901, 40.507704 ], [ -74.255249, 40.507736 ], [ -74.255694, 40.50773 ], [ -74.257976, 40.507793 ], [ -74.258262, 40.507964 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085025100", "name": "Census Tract 251, Richmond County, New York", "total_population_17": 6220, "white_alone_17": 4834.0, "black_alone_17": 19.0, "native_alone_17": 0.0, "asian_alone_17": 397.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 850.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.895, "pct_black_alone_change": -0.554, "pct_native_alone_change": -0.086, "pct_asian_alone_change": 1.831, "pct_hispanic_or_latino_change": 8.238, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+40.6180182", "INTPTLON": "-074.1460351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.153558, 40.612749 ], [ -74.153144, 40.614372 ], [ -74.15305, 40.614692 ], [ -74.152496, 40.616556 ], [ -74.151983, 40.61753 ], [ -74.14769, 40.622072 ], [ -74.147389, 40.622476 ], [ -74.147054, 40.622971 ], [ -74.146742, 40.623546 ], [ -74.146487, 40.623991 ], [ -74.146336, 40.624416 ], [ -74.146145, 40.62493 ], [ -74.145767, 40.624958 ], [ -74.144025, 40.624992 ], [ -74.143075, 40.624847 ], [ -74.14219, 40.624715 ], [ -74.141662, 40.62464 ], [ -74.14128, 40.624594 ], [ -74.138266, 40.624248 ], [ -74.138508, 40.622633 ], [ -74.138613, 40.621773 ], [ -74.138367, 40.621738 ], [ -74.138534, 40.621128 ], [ -74.138737, 40.620374 ], [ -74.139002, 40.619395 ], [ -74.139238, 40.61852 ], [ -74.139442, 40.617766 ], [ -74.139645, 40.617015 ], [ -74.139822, 40.6163 ], [ -74.140725, 40.616415 ], [ -74.140982, 40.616447 ], [ -74.141617, 40.616522 ], [ -74.142337, 40.616608 ], [ -74.143262, 40.616741 ], [ -74.144195, 40.616871 ], [ -74.145124, 40.616966 ], [ -74.146035, 40.617013 ], [ -74.146407, 40.614273 ], [ -74.146458, 40.613891 ], [ -74.146544, 40.613262 ], [ -74.146703, 40.612072 ], [ -74.146802, 40.611335 ], [ -74.146893, 40.610632 ], [ -74.146969, 40.610151 ], [ -74.147741, 40.609999 ], [ -74.148936, 40.609752 ], [ -74.149543, 40.609627 ], [ -74.149969, 40.60954 ], [ -74.150506, 40.609906 ], [ -74.152385, 40.611352 ], [ -74.153138, 40.611938 ], [ -74.153689, 40.612322 ], [ -74.153558, 40.612749 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085027301", "name": "Census Tract 273.01, Richmond County, New York", "total_population_17": 3835, "white_alone_17": 2424.0, "black_alone_17": 84.0, "native_alone_17": 0.0, "asian_alone_17": 723.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 469.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -14.586, "pct_black_alone_change": -0.247, "pct_native_alone_change": -0.164, "pct_asian_alone_change": 6.777, "pct_hispanic_or_latino_change": 5.466, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5996828", "INTPTLON": "-074.1521427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.163287, 40.601681 ], [ -74.16248, 40.604377 ], [ -74.162378, 40.604619 ], [ -74.162214, 40.605306 ], [ -74.162233, 40.605932 ], [ -74.162271, 40.606699 ], [ -74.162382, 40.60719 ], [ -74.161015, 40.607364 ], [ -74.160403, 40.607442 ], [ -74.159466, 40.607628 ], [ -74.157351, 40.608056 ], [ -74.156409, 40.608243 ], [ -74.156235, 40.608277 ], [ -74.155437, 40.608436 ], [ -74.154002, 40.608722 ], [ -74.15362, 40.608801 ], [ -74.153387, 40.60885 ], [ -74.153216, 40.608886 ], [ -74.153081, 40.608914 ], [ -74.152105, 40.609102 ], [ -74.150349, 40.609461 ], [ -74.149969, 40.60954 ], [ -74.149543, 40.609627 ], [ -74.148783, 40.6092 ], [ -74.147196, 40.608563 ], [ -74.147209, 40.608259 ], [ -74.147251, 40.608003 ], [ -74.147298, 40.607725 ], [ -74.14741, 40.607002 ], [ -74.147502, 40.606313 ], [ -74.147514, 40.606103 ], [ -74.14745, 40.605734 ], [ -74.146508, 40.605189 ], [ -74.145985, 40.604999 ], [ -74.144106, 40.604247 ], [ -74.143033, 40.603751 ], [ -74.142028, 40.603372 ], [ -74.140462, 40.60307 ], [ -74.140347, 40.602143 ], [ -74.14027, 40.601428 ], [ -74.140205, 40.600719 ], [ -74.14015, 40.600013 ], [ -74.140073, 40.599302 ], [ -74.140041, 40.598596 ], [ -74.140539, 40.597867 ], [ -74.140761, 40.597553 ], [ -74.141398, 40.596683 ], [ -74.141873, 40.596054 ], [ -74.142283, 40.595493 ], [ -74.142723, 40.594903 ], [ -74.143183, 40.59431 ], [ -74.143461, 40.593988 ], [ -74.143845, 40.593542 ], [ -74.144194, 40.59309 ], [ -74.144565, 40.592643 ], [ -74.144759, 40.592386 ], [ -74.145321, 40.591643 ], [ -74.145445, 40.591041 ], [ -74.145626, 40.590166 ], [ -74.145667, 40.589966 ], [ -74.145834, 40.588564 ], [ -74.146335, 40.588551 ], [ -74.146455, 40.588559 ], [ -74.146873, 40.588573 ], [ -74.14776, 40.588556 ], [ -74.147897, 40.588556 ], [ -74.148056, 40.588571 ], [ -74.148192, 40.588598 ], [ -74.148334, 40.588641 ], [ -74.148466, 40.588697 ], [ -74.148579, 40.58876 ], [ -74.148693, 40.588843 ], [ -74.149728, 40.589493 ], [ -74.15097, 40.590176 ], [ -74.152162, 40.590836 ], [ -74.152352, 40.590937 ], [ -74.15307, 40.591336 ], [ -74.153105, 40.591356 ], [ -74.153927, 40.591812 ], [ -74.154509, 40.592136 ], [ -74.155373, 40.592597 ], [ -74.156103, 40.593047 ], [ -74.156366, 40.593197 ], [ -74.157958, 40.594087 ], [ -74.158004, 40.59412 ], [ -74.158433, 40.594359 ], [ -74.158916, 40.59463 ], [ -74.159892, 40.59517 ], [ -74.160355, 40.595342 ], [ -74.1619, 40.595299 ], [ -74.162361, 40.597405 ], [ -74.162732, 40.599333 ], [ -74.162875, 40.600078 ], [ -74.162944, 40.600443 ], [ -74.163096, 40.600916 ], [ -74.163169, 40.601137 ], [ -74.163287, 40.601681 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085027302", "name": "Census Tract 273.02, Richmond County, New York", "total_population_17": 3385, "white_alone_17": 2541.0, "black_alone_17": 73.0, "native_alone_17": 0.0, "asian_alone_17": 472.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 272.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -2.045, "pct_black_alone_change": 0.173, "pct_native_alone_change": -0.153, "pct_asian_alone_change": -1.01, "pct_hispanic_or_latino_change": 3.635, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5955280", "INTPTLON": "-074.1387179" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.145667, 40.589966 ], [ -74.145626, 40.590166 ], [ -74.145445, 40.591041 ], [ -74.145321, 40.591643 ], [ -74.144759, 40.592386 ], [ -74.144565, 40.592643 ], [ -74.144194, 40.59309 ], [ -74.143845, 40.593542 ], [ -74.143461, 40.593988 ], [ -74.143183, 40.59431 ], [ -74.142723, 40.594903 ], [ -74.142283, 40.595493 ], [ -74.141873, 40.596054 ], [ -74.141398, 40.596683 ], [ -74.140761, 40.597553 ], [ -74.140539, 40.597867 ], [ -74.140041, 40.598596 ], [ -74.140073, 40.599302 ], [ -74.14015, 40.600013 ], [ -74.140205, 40.600719 ], [ -74.14027, 40.601428 ], [ -74.140347, 40.602143 ], [ -74.140462, 40.60307 ], [ -74.139517, 40.603135 ], [ -74.139281, 40.603153 ], [ -74.138591, 40.603207 ], [ -74.137654, 40.603255 ], [ -74.137234, 40.603249 ], [ -74.136094, 40.60243 ], [ -74.13586, 40.602232 ], [ -74.134984, 40.60151 ], [ -74.134455, 40.601129 ], [ -74.133863, 40.600654 ], [ -74.133429, 40.600307 ], [ -74.133248, 40.600176 ], [ -74.132507, 40.599632 ], [ -74.13099, 40.599503 ], [ -74.130929, 40.599099 ], [ -74.13092, 40.598856 ], [ -74.130953, 40.598729 ], [ -74.131011, 40.598599 ], [ -74.131094, 40.598467 ], [ -74.131187, 40.59836 ], [ -74.131239, 40.59831 ], [ -74.132054, 40.597819 ], [ -74.132813, 40.597241 ], [ -74.133775, 40.596333 ], [ -74.135102, 40.594535 ], [ -74.135492, 40.593854 ], [ -74.135539, 40.593714 ], [ -74.136398, 40.591973 ], [ -74.13731, 40.59076 ], [ -74.138497, 40.589314 ], [ -74.138667, 40.58902 ], [ -74.139096, 40.589003 ], [ -74.139482, 40.588978 ], [ -74.139964, 40.588933 ], [ -74.14041, 40.588877 ], [ -74.140842, 40.58881 ], [ -74.14101, 40.58878 ], [ -74.141361, 40.588755 ], [ -74.141776, 40.588737 ], [ -74.141949, 40.588734 ], [ -74.142077, 40.588732 ], [ -74.142739, 40.588702 ], [ -74.142782, 40.5887 ], [ -74.144199, 40.588637 ], [ -74.145834, 40.588564 ], [ -74.145667, 40.589966 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085027702", "name": "Census Tract 277.02, Richmond County, New York", "total_population_17": 6855, "white_alone_17": 4208.0, "black_alone_17": 83.0, "native_alone_17": 42.0, "asian_alone_17": 1162.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1378.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.578, "pct_black_alone_change": -1.458, "pct_native_alone_change": 0.324, "pct_asian_alone_change": 0.157, "pct_hispanic_or_latino_change": 10.43, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+40.5801048", "INTPTLON": "-074.1636581" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.169919, 40.573974 ], [ -74.169756, 40.576689 ], [ -74.169731, 40.576965 ], [ -74.169472, 40.579373 ], [ -74.169078, 40.582206 ], [ -74.169052, 40.5824 ], [ -74.169021, 40.582626 ], [ -74.168954, 40.583102 ], [ -74.168797, 40.584286 ], [ -74.168713, 40.585284 ], [ -74.168593, 40.585802 ], [ -74.168524, 40.586107 ], [ -74.168213, 40.587303 ], [ -74.168076, 40.587898 ], [ -74.167872, 40.588523 ], [ -74.167827, 40.588616 ], [ -74.167807, 40.588649 ], [ -74.167727, 40.588779 ], [ -74.16769, 40.588828 ], [ -74.167614, 40.588927 ], [ -74.164843, 40.587365 ], [ -74.164612, 40.587228 ], [ -74.164401, 40.587104 ], [ -74.164204, 40.586988 ], [ -74.16299, 40.5863 ], [ -74.162268, 40.585891 ], [ -74.162028, 40.585753 ], [ -74.161518, 40.585462 ], [ -74.161165, 40.585261 ], [ -74.160778, 40.585045 ], [ -74.160334, 40.584795 ], [ -74.159709, 40.584464 ], [ -74.158918, 40.584041 ], [ -74.158474, 40.583806 ], [ -74.158307, 40.583716 ], [ -74.158199, 40.583658 ], [ -74.15814, 40.583626 ], [ -74.157666, 40.583375 ], [ -74.157217, 40.583137 ], [ -74.156863, 40.582948 ], [ -74.156385, 40.582694 ], [ -74.155592, 40.582257 ], [ -74.155085, 40.581975 ], [ -74.153936, 40.581385 ], [ -74.153359, 40.581056 ], [ -74.152528, 40.580617 ], [ -74.153098, 40.580251 ], [ -74.15371, 40.579872 ], [ -74.154173, 40.579598 ], [ -74.154768, 40.579252 ], [ -74.155378, 40.578912 ], [ -74.156146, 40.5785 ], [ -74.156415, 40.578351 ], [ -74.157343, 40.577839 ], [ -74.159156, 40.576791 ], [ -74.160348, 40.576149 ], [ -74.161791, 40.57537 ], [ -74.163934, 40.574174 ], [ -74.164555, 40.573787 ], [ -74.164681, 40.573717 ], [ -74.166222, 40.572856 ], [ -74.166677, 40.572602 ], [ -74.167782, 40.571998 ], [ -74.168452, 40.571634 ], [ -74.169835, 40.570879 ], [ -74.169919, 40.573974 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085027704", "name": "Census Tract 277.04, Richmond County, New York", "total_population_17": 4568, "white_alone_17": 3528.0, "black_alone_17": 10.0, "native_alone_17": 15.0, "asian_alone_17": 647.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 339.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": 0.31, "pct_black_alone_change": -1.203, "pct_native_alone_change": 0.226, "pct_asian_alone_change": 0.963, "pct_hispanic_or_latino_change": 0.795, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+40.5854221", "INTPTLON": "-074.1515103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.157666, 40.583375 ], [ -74.155931, 40.585087 ], [ -74.153895, 40.58715 ], [ -74.153183, 40.587892 ], [ -74.152631, 40.588467 ], [ -74.152074, 40.589043 ], [ -74.15181, 40.589313 ], [ -74.151516, 40.589615 ], [ -74.15097, 40.590176 ], [ -74.149728, 40.589493 ], [ -74.148693, 40.588843 ], [ -74.148579, 40.58876 ], [ -74.148466, 40.588697 ], [ -74.148334, 40.588641 ], [ -74.148192, 40.588598 ], [ -74.148056, 40.588571 ], [ -74.147897, 40.588556 ], [ -74.14776, 40.588556 ], [ -74.146873, 40.588573 ], [ -74.146455, 40.588559 ], [ -74.146335, 40.588551 ], [ -74.145834, 40.588564 ], [ -74.146322, 40.58607 ], [ -74.14762, 40.585019 ], [ -74.148803, 40.584057 ], [ -74.149632, 40.58337 ], [ -74.152528, 40.580617 ], [ -74.153359, 40.581056 ], [ -74.153936, 40.581385 ], [ -74.155085, 40.581975 ], [ -74.155592, 40.582257 ], [ -74.156385, 40.582694 ], [ -74.156863, 40.582948 ], [ -74.157217, 40.583137 ], [ -74.157666, 40.583375 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085027705", "name": "Census Tract 277.05, Richmond County, New York", "total_population_17": 5754, "white_alone_17": 3920.0, "black_alone_17": 74.0, "native_alone_17": 0.0, "asian_alone_17": 1138.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 461.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -6.18, "pct_black_alone_change": -0.094, "pct_native_alone_change": -0.226, "pct_asian_alone_change": 4.987, "pct_hispanic_or_latino_change": -0.13, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.5882479", "INTPTLON": "-074.1569820" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.16299, 40.5863 ], [ -74.161265, 40.588077 ], [ -74.160314, 40.589028 ], [ -74.159194, 40.590152 ], [ -74.15853, 40.590908 ], [ -74.1571, 40.592424 ], [ -74.156366, 40.593197 ], [ -74.156103, 40.593047 ], [ -74.155373, 40.592597 ], [ -74.154509, 40.592136 ], [ -74.153927, 40.591812 ], [ -74.153105, 40.591356 ], [ -74.15307, 40.591336 ], [ -74.152352, 40.590937 ], [ -74.152162, 40.590836 ], [ -74.15097, 40.590176 ], [ -74.151516, 40.589615 ], [ -74.15181, 40.589313 ], [ -74.152074, 40.589043 ], [ -74.152631, 40.588467 ], [ -74.153183, 40.587892 ], [ -74.153895, 40.58715 ], [ -74.155931, 40.585087 ], [ -74.157666, 40.583375 ], [ -74.15814, 40.583626 ], [ -74.158199, 40.583658 ], [ -74.158307, 40.583716 ], [ -74.158474, 40.583806 ], [ -74.158918, 40.584041 ], [ -74.159709, 40.584464 ], [ -74.160334, 40.584795 ], [ -74.160778, 40.585045 ], [ -74.161165, 40.585261 ], [ -74.161518, 40.585462 ], [ -74.162028, 40.585753 ], [ -74.162268, 40.585891 ], [ -74.16299, 40.5863 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085027706", "name": "Census Tract 277.06, Richmond County, New York", "total_population_17": 3658, "white_alone_17": 1988.0, "black_alone_17": 316.0, "native_alone_17": 0.0, "asian_alone_17": 746.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 542.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -19.96, "pct_black_alone_change": 7.259, "pct_native_alone_change": -0.226, "pct_asian_alone_change": 5.603, "pct_hispanic_or_latino_change": 6.675, "pct_native_hawaiian_pacific_islander_change": -0.011, "INTPTLAT": "+40.5909369", "INTPTLON": "-074.1619016" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.165787, 40.590708 ], [ -74.163627, 40.592308 ], [ -74.163527, 40.592369 ], [ -74.163317, 40.592508 ], [ -74.163111, 40.592663 ], [ -74.162912, 40.592835 ], [ -74.162755, 40.592989 ], [ -74.162604, 40.593157 ], [ -74.162424, 40.593417 ], [ -74.16228, 40.593663 ], [ -74.162166, 40.593893 ], [ -74.162067, 40.594136 ], [ -74.161999, 40.594342 ], [ -74.161938, 40.594573 ], [ -74.161899, 40.595142 ], [ -74.1619, 40.595299 ], [ -74.160355, 40.595342 ], [ -74.159892, 40.59517 ], [ -74.158916, 40.59463 ], [ -74.158433, 40.594359 ], [ -74.158004, 40.59412 ], [ -74.157958, 40.594087 ], [ -74.156366, 40.593197 ], [ -74.1571, 40.592424 ], [ -74.15853, 40.590908 ], [ -74.159194, 40.590152 ], [ -74.160314, 40.589028 ], [ -74.161265, 40.588077 ], [ -74.16299, 40.5863 ], [ -74.164204, 40.586988 ], [ -74.164401, 40.587104 ], [ -74.164612, 40.587228 ], [ -74.164843, 40.587365 ], [ -74.167614, 40.588927 ], [ -74.165787, 40.590708 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085027900", "name": "Census Tract 279, Richmond County, New York", "total_population_17": 2144, "white_alone_17": 1787.0, "black_alone_17": 66.0, "native_alone_17": 0.0, "asian_alone_17": 109.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 162.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -9.811, "pct_black_alone_change": 2.674, "pct_native_alone_change": -0.314, "pct_asian_alone_change": 2.877, "pct_hispanic_or_latino_change": 3.89, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.5735249", "INTPTLON": "-074.1574480" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.169835, 40.570879 ], [ -74.168452, 40.571634 ], [ -74.167782, 40.571998 ], [ -74.166677, 40.572602 ], [ -74.166222, 40.572856 ], [ -74.164681, 40.573717 ], [ -74.164555, 40.573787 ], [ -74.163934, 40.574174 ], [ -74.161791, 40.57537 ], [ -74.160348, 40.576149 ], [ -74.159156, 40.576791 ], [ -74.157343, 40.577839 ], [ -74.156415, 40.578351 ], [ -74.156146, 40.5785 ], [ -74.155378, 40.578912 ], [ -74.154768, 40.579252 ], [ -74.154173, 40.579598 ], [ -74.15371, 40.579872 ], [ -74.153098, 40.580251 ], [ -74.152528, 40.580617 ], [ -74.149632, 40.58337 ], [ -74.148803, 40.584057 ], [ -74.14762, 40.585019 ], [ -74.146322, 40.58607 ], [ -74.145834, 40.588564 ], [ -74.144199, 40.588637 ], [ -74.142782, 40.5887 ], [ -74.142739, 40.588702 ], [ -74.142077, 40.588732 ], [ -74.141949, 40.588734 ], [ -74.141776, 40.588737 ], [ -74.141361, 40.588755 ], [ -74.14101, 40.58878 ], [ -74.140842, 40.58881 ], [ -74.14041, 40.588877 ], [ -74.139964, 40.588933 ], [ -74.139482, 40.588978 ], [ -74.139096, 40.589003 ], [ -74.138667, 40.58902 ], [ -74.134084, 40.586383 ], [ -74.13394, 40.586299 ], [ -74.133849, 40.586233 ], [ -74.133746, 40.586138 ], [ -74.133652, 40.586024 ], [ -74.133584, 40.585907 ], [ -74.133536, 40.585784 ], [ -74.133509, 40.585648 ], [ -74.133508, 40.585514 ], [ -74.133529, 40.585391 ], [ -74.133568, 40.585275 ], [ -74.133628, 40.585161 ], [ -74.133663, 40.585086 ], [ -74.133701, 40.584968 ], [ -74.133721, 40.584837 ], [ -74.133719, 40.58472 ], [ -74.133702, 40.584612 ], [ -74.133662, 40.584484 ], [ -74.1336, 40.584361 ], [ -74.13352, 40.584249 ], [ -74.133434, 40.584169 ], [ -74.133294, 40.584057 ], [ -74.133166, 40.58397 ], [ -74.132993, 40.583871 ], [ -74.132827, 40.583793 ], [ -74.132662, 40.58373 ], [ -74.132481, 40.583675 ], [ -74.132317, 40.583636 ], [ -74.132161, 40.583609 ], [ -74.131974, 40.583587 ], [ -74.131873, 40.583565 ], [ -74.131651, 40.583504 ], [ -74.131464, 40.583441 ], [ -74.131254, 40.583355 ], [ -74.131099, 40.583278 ], [ -74.130907, 40.583169 ], [ -74.130722, 40.583043 ], [ -74.130545, 40.582899 ], [ -74.1304, 40.582759 ], [ -74.130361, 40.582701 ], [ -74.130235, 40.582539 ], [ -74.130075, 40.582364 ], [ -74.12991, 40.582212 ], [ -74.129752, 40.582087 ], [ -74.129579, 40.581965 ], [ -74.129386, 40.581848 ], [ -74.129322, 40.581805 ], [ -74.129114, 40.58165 ], [ -74.128942, 40.581504 ], [ -74.128755, 40.581324 ], [ -74.128598, 40.58115 ], [ -74.128429, 40.58099 ], [ -74.128213, 40.580766 ], [ -74.128022, 40.580547 ], [ -74.127823, 40.580294 ], [ -74.127641, 40.580032 ], [ -74.127492, 40.579788 ], [ -74.127115, 40.579179 ], [ -74.126967, 40.578958 ], [ -74.126932, 40.5789 ], [ -74.12689, 40.578799 ], [ -74.126871, 40.57871 ], [ -74.12687, 40.578595 ], [ -74.126892, 40.57849 ], [ -74.126935, 40.578391 ], [ -74.127249, 40.577551 ], [ -74.127173, 40.576812 ], [ -74.127089, 40.576369 ], [ -74.127135, 40.576194 ], [ -74.127204, 40.575995 ], [ -74.12729, 40.5758 ], [ -74.127397, 40.575603 ], [ -74.12753, 40.575398 ], [ -74.127653, 40.575235 ], [ -74.127795, 40.575185 ], [ -74.128148, 40.575056 ], [ -74.129144, 40.57473 ], [ -74.129303, 40.574675 ], [ -74.130941, 40.574106 ], [ -74.131944, 40.573739 ], [ -74.132235, 40.573642 ], [ -74.132307, 40.573618 ], [ -74.132546, 40.573548 ], [ -74.132638, 40.573522 ], [ -74.133007, 40.573433 ], [ -74.133286, 40.573376 ], [ -74.133653, 40.573314 ], [ -74.133825, 40.573294 ], [ -74.134618, 40.573199 ], [ -74.135792, 40.573052 ], [ -74.136354, 40.572991 ], [ -74.137042, 40.572909 ], [ -74.138139, 40.57278 ], [ -74.138466, 40.57274 ], [ -74.14024, 40.572528 ], [ -74.141107, 40.572423 ], [ -74.141849, 40.572333 ], [ -74.144186, 40.572038 ], [ -74.14404, 40.5713 ], [ -74.143874, 40.570606 ], [ -74.14402, 40.57033 ], [ -74.144388, 40.569707 ], [ -74.1449, 40.569916 ], [ -74.145601, 40.570212 ], [ -74.146291, 40.570497 ], [ -74.146385, 40.570531 ], [ -74.146477, 40.570549 ], [ -74.146563, 40.570555 ], [ -74.146669, 40.57055 ], [ -74.146779, 40.570528 ], [ -74.147207, 40.570534 ], [ -74.147897, 40.570888 ], [ -74.149838, 40.569357 ], [ -74.149895, 40.569311 ], [ -74.150346, 40.568942 ], [ -74.150691, 40.568667 ], [ -74.1517, 40.567857 ], [ -74.152281, 40.567393 ], [ -74.152956, 40.566776 ], [ -74.153579, 40.566254 ], [ -74.154163, 40.565837 ], [ -74.154338, 40.565745 ], [ -74.154487, 40.56565 ], [ -74.154634, 40.56554 ], [ -74.154767, 40.565419 ], [ -74.154874, 40.565306 ], [ -74.154989, 40.565156 ], [ -74.155087, 40.564994 ], [ -74.155113, 40.564941 ], [ -74.155851, 40.563774 ], [ -74.156751, 40.562887 ], [ -74.156846, 40.5628 ], [ -74.156952, 40.562719 ], [ -74.157103, 40.562627 ], [ -74.157268, 40.56255 ], [ -74.157412, 40.562499 ], [ -74.158258, 40.562202 ], [ -74.159158, 40.561936 ], [ -74.160057, 40.561706 ], [ -74.160968, 40.56146 ], [ -74.161256, 40.561363 ], [ -74.161532, 40.561269 ], [ -74.161933, 40.561111 ], [ -74.162721, 40.560775 ], [ -74.163779, 40.560317 ], [ -74.164941, 40.560112 ], [ -74.165894, 40.560283 ], [ -74.16689, 40.560476 ], [ -74.169827, 40.561078 ], [ -74.169769, 40.562682 ], [ -74.169745, 40.563447 ], [ -74.169724, 40.563912 ], [ -74.169702, 40.564376 ], [ -74.16966, 40.565307 ], [ -74.169617, 40.566237 ], [ -74.169611, 40.566443 ], [ -74.169605, 40.566649 ], [ -74.169835, 40.570879 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085029102", "name": "Census Tract 291.02, Richmond County, New York", "total_population_17": 3012, "white_alone_17": 1875.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 401.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 677.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -17.586, "pct_black_alone_change": 0.459, "pct_native_alone_change": -0.601, "pct_asian_alone_change": 8.251, "pct_hispanic_or_latino_change": 9.65, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6111984", "INTPTLON": "-074.1906935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.208267, 40.579193 ], [ -74.208257, 40.579242 ], [ -74.208237, 40.579334 ], [ -74.207519, 40.582741 ], [ -74.206802, 40.586148 ], [ -74.206298, 40.588542 ], [ -74.203688, 40.592691 ], [ -74.19952, 40.597539 ], [ -74.199519, 40.597565 ], [ -74.199488, 40.598287 ], [ -74.199458, 40.599009 ], [ -74.199421, 40.59988 ], [ -74.199408, 40.600201 ], [ -74.203813, 40.605961 ], [ -74.203759, 40.606604 ], [ -74.203128, 40.614109 ], [ -74.202541, 40.616175 ], [ -74.202434, 40.61655 ], [ -74.201864, 40.618557 ], [ -74.203162, 40.622486 ], [ -74.203737, 40.624227 ], [ -74.203485, 40.625058 ], [ -74.202441, 40.628521 ], [ -74.202247, 40.630903 ], [ -74.20153, 40.6316 ], [ -74.201, 40.632115 ], [ -74.200469, 40.63263 ], [ -74.197428, 40.63543 ], [ -74.197136, 40.635699 ], [ -74.195988, 40.635172 ], [ -74.192518, 40.633364 ], [ -74.192425, 40.633307 ], [ -74.192314, 40.633249 ], [ -74.186531, 40.63021 ], [ -74.185806, 40.629865 ], [ -74.184479, 40.629228 ], [ -74.183516, 40.628765 ], [ -74.181679, 40.62779 ], [ -74.180315, 40.626959 ], [ -74.178845, 40.626106 ], [ -74.17767, 40.625066 ], [ -74.176328, 40.623776 ], [ -74.176073, 40.623533 ], [ -74.175773, 40.623274 ], [ -74.175478, 40.623046 ], [ -74.175226, 40.622868 ], [ -74.175011, 40.622732 ], [ -74.174721, 40.622563 ], [ -74.174401, 40.622397 ], [ -74.174257, 40.622329 ], [ -74.174108, 40.62226 ], [ -74.173768, 40.622117 ], [ -74.17343, 40.621992 ], [ -74.173095, 40.621884 ], [ -74.16922, 40.621306 ], [ -74.168777, 40.621219 ], [ -74.168725, 40.621209 ], [ -74.168808, 40.62109 ], [ -74.168863, 40.621024 ], [ -74.168909, 40.620957 ], [ -74.169187, 40.620547 ], [ -74.171894, 40.616838 ], [ -74.174866, 40.613195 ], [ -74.175625, 40.612218 ], [ -74.176967, 40.61051 ], [ -74.178325, 40.608909 ], [ -74.178592, 40.608596 ], [ -74.179175, 40.607867 ], [ -74.179426, 40.607484 ], [ -74.17973, 40.607059 ], [ -74.179968, 40.606746 ], [ -74.180245, 40.606402 ], [ -74.180577, 40.606016 ], [ -74.180893, 40.605671 ], [ -74.181234, 40.605321 ], [ -74.181574, 40.604991 ], [ -74.18187, 40.604719 ], [ -74.182275, 40.604367 ], [ -74.182464, 40.60421 ], [ -74.184078, 40.602661 ], [ -74.183222, 40.602244 ], [ -74.178239, 40.599811 ], [ -74.179541, 40.596746 ], [ -74.182077, 40.594249 ], [ -74.182238, 40.593663 ], [ -74.182269, 40.593665 ], [ -74.182331, 40.593641 ], [ -74.18256, 40.593546 ], [ -74.18285, 40.593332 ], [ -74.183173, 40.593038 ], [ -74.183868, 40.592372 ], [ -74.184196, 40.591996 ], [ -74.184263, 40.591863 ], [ -74.184296, 40.591739 ], [ -74.184348, 40.591634 ], [ -74.184343, 40.591563 ], [ -74.184386, 40.591487 ], [ -74.184528, 40.591358 ], [ -74.184676, 40.591239 ], [ -74.184876, 40.591111 ], [ -74.185051, 40.591069 ], [ -74.185347, 40.59094 ], [ -74.185494, 40.590778 ], [ -74.185794, 40.590431 ], [ -74.185965, 40.590193 ], [ -74.186098, 40.589984 ], [ -74.186222, 40.589818 ], [ -74.186243, 40.589744 ], [ -74.186245, 40.589627 ], [ -74.186212, 40.589503 ], [ -74.186146, 40.58938 ], [ -74.186117, 40.589303 ], [ -74.185989, 40.589194 ], [ -74.185917, 40.589146 ], [ -74.185808, 40.589075 ], [ -74.18567, 40.588999 ], [ -74.185513, 40.588875 ], [ -74.185456, 40.588785 ], [ -74.185437, 40.58868 ], [ -74.185446, 40.588609 ], [ -74.185499, 40.588509 ], [ -74.185627, 40.588319 ], [ -74.185884, 40.588112 ], [ -74.186136, 40.588029 ], [ -74.186246, 40.588029 ], [ -74.186317, 40.588063 ], [ -74.186374, 40.588101 ], [ -74.18646, 40.58812 ], [ -74.186541, 40.58812 ], [ -74.186626, 40.588101 ], [ -74.186745, 40.588053 ], [ -74.186901, 40.587911 ], [ -74.187023, 40.587691 ], [ -74.187348, 40.587345 ], [ -74.187446, 40.587279 ], [ -74.187823, 40.587026 ], [ -74.188385, 40.586757 ], [ -74.188932, 40.586433 ], [ -74.18948, 40.586098 ], [ -74.189956, 40.585675 ], [ -74.190207, 40.585622 ], [ -74.190305, 40.585624 ], [ -74.19111, 40.58583 ], [ -74.191318, 40.585705 ], [ -74.192319, 40.58557 ], [ -74.192434, 40.585396 ], [ -74.192544, 40.585319 ], [ -74.192716, 40.5852 ], [ -74.192888, 40.58516 ], [ -74.193325, 40.585038 ], [ -74.193601, 40.585123 ], [ -74.194184, 40.585069 ], [ -74.194379, 40.585008 ], [ -74.194703, 40.584849 ], [ -74.196201, 40.583961 ], [ -74.197685, 40.583008 ], [ -74.19798, 40.582876 ], [ -74.198181, 40.582766 ], [ -74.198736, 40.582558 ], [ -74.199118, 40.582432 ], [ -74.199471, 40.582296 ], [ -74.199795, 40.582103 ], [ -74.200076, 40.581544 ], [ -74.200076, 40.581275 ], [ -74.199996, 40.580952 ], [ -74.199967, 40.580568 ], [ -74.20009, 40.580266 ], [ -74.200169, 40.580141 ], [ -74.200421, 40.579955 ], [ -74.200478, 40.579927 ], [ -74.203563, 40.580434 ], [ -74.205962, 40.580047 ], [ -74.206017, 40.579819 ], [ -74.206067, 40.579605 ], [ -74.208296, 40.579052 ], [ -74.208267, 40.579193 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085029103", "name": "Census Tract 291.03, Richmond County, New York", "total_population_17": 8151, "white_alone_17": 5959.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 1051.0, "native_hawaiian_pacific_islander_17": 88.0, "hispanic_or_latino_17": 987.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -12.094, "pct_black_alone_change": -0.704, "pct_native_alone_change": -0.093, "pct_asian_alone_change": 7.669, "pct_hispanic_or_latino_change": 4.187, "pct_native_hawaiian_pacific_islander_change": 1.08, "INTPTLAT": "+40.6036396", "INTPTLON": "-074.1713754" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.184078, 40.602661 ], [ -74.182464, 40.60421 ], [ -74.182275, 40.604367 ], [ -74.18187, 40.604719 ], [ -74.181574, 40.604991 ], [ -74.181234, 40.605321 ], [ -74.180893, 40.605671 ], [ -74.180577, 40.606016 ], [ -74.180245, 40.606402 ], [ -74.179968, 40.606746 ], [ -74.17973, 40.607059 ], [ -74.179426, 40.607484 ], [ -74.179175, 40.607867 ], [ -74.178592, 40.608596 ], [ -74.178325, 40.608909 ], [ -74.176967, 40.61051 ], [ -74.175625, 40.612218 ], [ -74.169603, 40.611252 ], [ -74.165842, 40.610661 ], [ -74.164839, 40.610495 ], [ -74.163875, 40.610339 ], [ -74.161496, 40.609964 ], [ -74.160402, 40.609807 ], [ -74.160436, 40.609682 ], [ -74.160494, 40.609543 ], [ -74.16057, 40.609406 ], [ -74.160669, 40.609269 ], [ -74.160779, 40.609145 ], [ -74.160903, 40.609032 ], [ -74.161032, 40.608934 ], [ -74.161186, 40.608835 ], [ -74.161939, 40.608409 ], [ -74.162057, 40.60832 ], [ -74.162163, 40.608219 ], [ -74.162251, 40.608115 ], [ -74.162324, 40.608003 ], [ -74.162375, 40.607901 ], [ -74.162418, 40.607779 ], [ -74.162444, 40.607646 ], [ -74.162451, 40.607514 ], [ -74.162435, 40.607367 ], [ -74.162396, 40.607227 ], [ -74.162382, 40.60719 ], [ -74.162271, 40.606699 ], [ -74.162233, 40.605932 ], [ -74.162214, 40.605306 ], [ -74.162378, 40.604619 ], [ -74.16248, 40.604377 ], [ -74.163287, 40.601681 ], [ -74.163169, 40.601137 ], [ -74.163096, 40.600916 ], [ -74.162944, 40.600443 ], [ -74.162875, 40.600078 ], [ -74.162732, 40.599333 ], [ -74.162361, 40.597405 ], [ -74.1619, 40.595299 ], [ -74.161899, 40.595142 ], [ -74.161938, 40.594573 ], [ -74.161999, 40.594342 ], [ -74.162067, 40.594136 ], [ -74.162166, 40.593893 ], [ -74.16228, 40.593663 ], [ -74.162424, 40.593417 ], [ -74.162604, 40.593157 ], [ -74.162755, 40.592989 ], [ -74.162912, 40.592835 ], [ -74.163111, 40.592663 ], [ -74.163317, 40.592508 ], [ -74.163508, 40.593272 ], [ -74.163603, 40.593374 ], [ -74.164391, 40.593482 ], [ -74.164744, 40.593499 ], [ -74.165085, 40.593526 ], [ -74.165436, 40.593567 ], [ -74.165775, 40.593619 ], [ -74.166141, 40.59369 ], [ -74.166483, 40.59377 ], [ -74.166787, 40.593853 ], [ -74.167117, 40.593956 ], [ -74.167419, 40.594063 ], [ -74.167776, 40.594209 ], [ -74.168836, 40.594721 ], [ -74.168284, 40.596433 ], [ -74.167996, 40.597922 ], [ -74.167621, 40.599849 ], [ -74.167197, 40.602076 ], [ -74.169228, 40.602295 ], [ -74.170043, 40.602394 ], [ -74.170539, 40.602432 ], [ -74.170652, 40.602446 ], [ -74.170967, 40.602488 ], [ -74.171444, 40.602545 ], [ -74.171808, 40.602633 ], [ -74.172022, 40.602702 ], [ -74.172501, 40.602944 ], [ -74.174626, 40.602253 ], [ -74.174733, 40.602264 ], [ -74.174836, 40.602324 ], [ -74.174892, 40.602279 ], [ -74.175828, 40.601527 ], [ -74.178239, 40.599811 ], [ -74.183222, 40.602244 ], [ -74.184078, 40.602661 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085029104", "name": "Census Tract 291.04, Richmond County, New York", "total_population_17": 7715, "white_alone_17": 4960.0, "black_alone_17": 719.0, "native_alone_17": 0.0, "asian_alone_17": 378.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1572.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.594, "pct_black_alone_change": 6.452, "pct_native_alone_change": -0.317, "pct_asian_alone_change": -6.946, "pct_hispanic_or_latino_change": 8.314, "pct_native_hawaiian_pacific_islander_change": -0.043, "INTPTLAT": "+40.6137234", "INTPTLON": "-074.1635029" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.174866, 40.613195 ], [ -74.171894, 40.616838 ], [ -74.169187, 40.620547 ], [ -74.168909, 40.620957 ], [ -74.168863, 40.621024 ], [ -74.168808, 40.62109 ], [ -74.168725, 40.621209 ], [ -74.167986, 40.620971 ], [ -74.16734, 40.620727 ], [ -74.166384, 40.620333 ], [ -74.165877, 40.620139 ], [ -74.164704, 40.619632 ], [ -74.163609, 40.619097 ], [ -74.162931, 40.618735 ], [ -74.162108, 40.618297 ], [ -74.161532, 40.617988 ], [ -74.160501, 40.617416 ], [ -74.157965, 40.615653 ], [ -74.1574, 40.615222 ], [ -74.157312, 40.615155 ], [ -74.15638, 40.614436 ], [ -74.155994, 40.61414 ], [ -74.154913, 40.613308 ], [ -74.154705, 40.613146 ], [ -74.15382, 40.612428 ], [ -74.153689, 40.612322 ], [ -74.153138, 40.611938 ], [ -74.152385, 40.611352 ], [ -74.150506, 40.609906 ], [ -74.149969, 40.60954 ], [ -74.150349, 40.609461 ], [ -74.152105, 40.609102 ], [ -74.153081, 40.608914 ], [ -74.153216, 40.608886 ], [ -74.153387, 40.60885 ], [ -74.15362, 40.608801 ], [ -74.154002, 40.608722 ], [ -74.155437, 40.608436 ], [ -74.156235, 40.608277 ], [ -74.156409, 40.608243 ], [ -74.157351, 40.608056 ], [ -74.159466, 40.607628 ], [ -74.160403, 40.607442 ], [ -74.161015, 40.607364 ], [ -74.162382, 40.60719 ], [ -74.162396, 40.607227 ], [ -74.162435, 40.607367 ], [ -74.162451, 40.607514 ], [ -74.162444, 40.607646 ], [ -74.162418, 40.607779 ], [ -74.162375, 40.607901 ], [ -74.162324, 40.608003 ], [ -74.162251, 40.608115 ], [ -74.162163, 40.608219 ], [ -74.162057, 40.60832 ], [ -74.161939, 40.608409 ], [ -74.161186, 40.608835 ], [ -74.161032, 40.608934 ], [ -74.160903, 40.609032 ], [ -74.160779, 40.609145 ], [ -74.160669, 40.609269 ], [ -74.16057, 40.609406 ], [ -74.160494, 40.609543 ], [ -74.160436, 40.609682 ], [ -74.160402, 40.609807 ], [ -74.161496, 40.609964 ], [ -74.163875, 40.610339 ], [ -74.164839, 40.610495 ], [ -74.165842, 40.610661 ], [ -74.169603, 40.611252 ], [ -74.175625, 40.612218 ], [ -74.174866, 40.613195 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085030301", "name": "Census Tract 303.01, Richmond County, New York", "total_population_17": 4803, "white_alone_17": 1709.0, "black_alone_17": 805.0, "native_alone_17": 0.0, "asian_alone_17": 838.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1385.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -24.368, "pct_black_alone_change": 7.186, "pct_native_alone_change": -0.329, "pct_asian_alone_change": 7.121, "pct_hispanic_or_latino_change": 10.944, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6189197", "INTPTLON": "-074.1561204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.168482, 40.621562 ], [ -74.168141, 40.622078 ], [ -74.168021, 40.621999 ], [ -74.167861, 40.621915 ], [ -74.167689, 40.621846 ], [ -74.167508, 40.621792 ], [ -74.167332, 40.621756 ], [ -74.167227, 40.621742 ], [ -74.166804, 40.621589 ], [ -74.166534, 40.621599 ], [ -74.165101, 40.621181 ], [ -74.164985, 40.621619 ], [ -74.164789, 40.621581 ], [ -74.162279, 40.621094 ], [ -74.162176, 40.621074 ], [ -74.159289, 40.620652 ], [ -74.159212, 40.620641 ], [ -74.156764, 40.62026 ], [ -74.15667, 40.620245 ], [ -74.155635, 40.620099 ], [ -74.155425, 40.620069 ], [ -74.154401, 40.619375 ], [ -74.154291, 40.6193 ], [ -74.154175, 40.619402 ], [ -74.153707, 40.619816 ], [ -74.153647, 40.619869 ], [ -74.153547, 40.619931 ], [ -74.153177, 40.620162 ], [ -74.153116, 40.6202 ], [ -74.152999, 40.620273 ], [ -74.152394, 40.620663 ], [ -74.151793, 40.621041 ], [ -74.151541, 40.621202 ], [ -74.151306, 40.621353 ], [ -74.150948, 40.621588 ], [ -74.15067, 40.621836 ], [ -74.150321, 40.62215 ], [ -74.150006, 40.622435 ], [ -74.149614, 40.622793 ], [ -74.149503, 40.622923 ], [ -74.149391, 40.623103 ], [ -74.149241, 40.623329 ], [ -74.149151, 40.623598 ], [ -74.14909, 40.623724 ], [ -74.148988, 40.62419 ], [ -74.148768, 40.625104 ], [ -74.1467, 40.624914 ], [ -74.146329, 40.624923 ], [ -74.146145, 40.62493 ], [ -74.146336, 40.624416 ], [ -74.146487, 40.623991 ], [ -74.146742, 40.623546 ], [ -74.147054, 40.622971 ], [ -74.147389, 40.622476 ], [ -74.14769, 40.622072 ], [ -74.151983, 40.61753 ], [ -74.152496, 40.616556 ], [ -74.15305, 40.614692 ], [ -74.153144, 40.614372 ], [ -74.153558, 40.612749 ], [ -74.153689, 40.612322 ], [ -74.15382, 40.612428 ], [ -74.154705, 40.613146 ], [ -74.154913, 40.613308 ], [ -74.155994, 40.61414 ], [ -74.15638, 40.614436 ], [ -74.157312, 40.615155 ], [ -74.1574, 40.615222 ], [ -74.157965, 40.615653 ], [ -74.160501, 40.617416 ], [ -74.161532, 40.617988 ], [ -74.162108, 40.618297 ], [ -74.162931, 40.618735 ], [ -74.163609, 40.619097 ], [ -74.164704, 40.619632 ], [ -74.165877, 40.620139 ], [ -74.166384, 40.620333 ], [ -74.16734, 40.620727 ], [ -74.167986, 40.620971 ], [ -74.168725, 40.621209 ], [ -74.168482, 40.621562 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085030302", "name": "Census Tract 303.02, Richmond County, New York", "total_population_17": 6560, "white_alone_17": 2190.0, "black_alone_17": 780.0, "native_alone_17": 0.0, "asian_alone_17": 813.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2524.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -10.338, "pct_black_alone_change": -4.681, "pct_native_alone_change": -0.49, "pct_asian_alone_change": 1.634, "pct_hispanic_or_latino_change": 12.484, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6235288", "INTPTLON": "-074.1587435" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.168141, 40.622078 ], [ -74.167934, 40.622401 ], [ -74.167681, 40.62294 ], [ -74.167596, 40.623125 ], [ -74.167404, 40.623909 ], [ -74.166775, 40.626548 ], [ -74.166559, 40.627367 ], [ -74.16544, 40.627151 ], [ -74.163733, 40.626874 ], [ -74.161408, 40.626622 ], [ -74.161182, 40.626599 ], [ -74.160502, 40.62653 ], [ -74.160244, 40.626498 ], [ -74.159409, 40.626417 ], [ -74.158568, 40.626313 ], [ -74.157826, 40.626218 ], [ -74.156677, 40.626048 ], [ -74.155762, 40.625909 ], [ -74.154898, 40.625789 ], [ -74.15452, 40.625738 ], [ -74.153134, 40.625597 ], [ -74.152259, 40.625514 ], [ -74.152136, 40.625502 ], [ -74.15174, 40.625462 ], [ -74.151352, 40.625421 ], [ -74.150169, 40.625276 ], [ -74.148768, 40.625104 ], [ -74.148988, 40.62419 ], [ -74.14909, 40.623724 ], [ -74.149151, 40.623598 ], [ -74.149241, 40.623329 ], [ -74.149391, 40.623103 ], [ -74.149503, 40.622923 ], [ -74.149614, 40.622793 ], [ -74.150006, 40.622435 ], [ -74.150321, 40.62215 ], [ -74.15067, 40.621836 ], [ -74.150948, 40.621588 ], [ -74.151306, 40.621353 ], [ -74.151541, 40.621202 ], [ -74.151793, 40.621041 ], [ -74.152394, 40.620663 ], [ -74.152999, 40.620273 ], [ -74.153116, 40.6202 ], [ -74.153177, 40.620162 ], [ -74.153547, 40.619931 ], [ -74.153647, 40.619869 ], [ -74.153707, 40.619816 ], [ -74.154175, 40.619402 ], [ -74.154291, 40.6193 ], [ -74.154401, 40.619375 ], [ -74.155425, 40.620069 ], [ -74.155635, 40.620099 ], [ -74.15667, 40.620245 ], [ -74.156764, 40.62026 ], [ -74.159212, 40.620641 ], [ -74.159289, 40.620652 ], [ -74.162176, 40.621074 ], [ -74.162279, 40.621094 ], [ -74.164789, 40.621581 ], [ -74.164985, 40.621619 ], [ -74.165101, 40.621181 ], [ -74.166534, 40.621599 ], [ -74.166804, 40.621589 ], [ -74.167227, 40.621742 ], [ -74.167332, 40.621756 ], [ -74.167508, 40.621792 ], [ -74.167689, 40.621846 ], [ -74.167861, 40.621915 ], [ -74.168021, 40.621999 ], [ -74.168141, 40.622078 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085031901", "name": "Census Tract 319.01, Richmond County, New York", "total_population_17": 2737, "white_alone_17": 184.0, "black_alone_17": 1562.0, "native_alone_17": 0.0, "asian_alone_17": 91.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 900.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -1.156, "pct_black_alone_change": -0.809, "pct_native_alone_change": -0.368, "pct_asian_alone_change": 0.781, "pct_hispanic_or_latino_change": 2.687, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6303035", "INTPTLON": "-074.1633211" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.166468, 40.628519 ], [ -74.166447, 40.629065 ], [ -74.166432, 40.630085 ], [ -74.166402, 40.630309 ], [ -74.16633, 40.632166 ], [ -74.166275, 40.63365 ], [ -74.165235, 40.633619 ], [ -74.164672, 40.633672 ], [ -74.163676, 40.633767 ], [ -74.162557, 40.633817 ], [ -74.161628, 40.633871 ], [ -74.160311, 40.633788 ], [ -74.160342, 40.632998 ], [ -74.160388, 40.631595 ], [ -74.160381, 40.63047 ], [ -74.16038, 40.630186 ], [ -74.160392, 40.629476 ], [ -74.160402, 40.628911 ], [ -74.160404, 40.628804 ], [ -74.160424, 40.628249 ], [ -74.160434, 40.627996 ], [ -74.160502, 40.62653 ], [ -74.161182, 40.626599 ], [ -74.161408, 40.626622 ], [ -74.163733, 40.626874 ], [ -74.16544, 40.627151 ], [ -74.166559, 40.627367 ], [ -74.166468, 40.628519 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085031902", "name": "Census Tract 319.02, Richmond County, New York", "total_population_17": 5140, "white_alone_17": 446.0, "black_alone_17": 2663.0, "native_alone_17": 36.0, "asian_alone_17": 47.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1806.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -8.663, "pct_black_alone_change": -4.263, "pct_native_alone_change": -0.026, "pct_asian_alone_change": -1.653, "pct_hispanic_or_latino_change": 12.423, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6379208", "INTPTLON": "-074.1655701" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.171287, 40.640518 ], [ -74.171185, 40.641842 ], [ -74.171074, 40.643075 ], [ -74.171064, 40.64312 ], [ -74.170611, 40.645289 ], [ -74.161536, 40.644157 ], [ -74.161484, 40.64343 ], [ -74.161331, 40.642226 ], [ -74.161255, 40.64179 ], [ -74.160192, 40.640211 ], [ -74.160153, 40.638056 ], [ -74.160193, 40.637152 ], [ -74.1603, 40.634136 ], [ -74.160311, 40.633788 ], [ -74.161628, 40.633871 ], [ -74.162557, 40.633817 ], [ -74.163676, 40.633767 ], [ -74.164672, 40.633672 ], [ -74.165235, 40.633619 ], [ -74.166275, 40.63365 ], [ -74.166187, 40.635854 ], [ -74.167509, 40.635877 ], [ -74.168253, 40.635889 ], [ -74.168613, 40.635895 ], [ -74.170264, 40.635929 ], [ -74.171196, 40.63595 ], [ -74.171207, 40.63672 ], [ -74.171216, 40.637436 ], [ -74.171261, 40.639392 ], [ -74.171287, 40.640518 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085032300", "name": "Census Tract 323, Richmond County, New York", "total_population_17": 1136, "white_alone_17": 258.0, "black_alone_17": 519.0, "native_alone_17": 0.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 333.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": -7.967, "pct_black_alone_change": 10.888, "pct_native_alone_change": -0.183, "pct_asian_alone_change": -4.34, "pct_hispanic_or_latino_change": 0.65, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+40.6369269", "INTPTLON": "-074.1761443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.197094, 40.635737 ], [ -74.197063, 40.635766 ], [ -74.19699, 40.635832 ], [ -74.196505, 40.636496 ], [ -74.19602, 40.637161 ], [ -74.195842, 40.637404 ], [ -74.195711, 40.637583 ], [ -74.195664, 40.637648 ], [ -74.195643, 40.637667 ], [ -74.193481, 40.63967 ], [ -74.191298, 40.641691 ], [ -74.190489, 40.64244 ], [ -74.18968, 40.643188 ], [ -74.189216, 40.643561 ], [ -74.188754, 40.643934 ], [ -74.188549, 40.6441 ], [ -74.188344, 40.644264 ], [ -74.187797, 40.644604 ], [ -74.187754, 40.644631 ], [ -74.186776, 40.64524 ], [ -74.185636, 40.645995 ], [ -74.18139, 40.646475 ], [ -74.180548, 40.646382 ], [ -74.179071, 40.646215 ], [ -74.177595, 40.646049 ], [ -74.170611, 40.645289 ], [ -74.171064, 40.64312 ], [ -74.171074, 40.643075 ], [ -74.171185, 40.641842 ], [ -74.171287, 40.640518 ], [ -74.171261, 40.639392 ], [ -74.171216, 40.637436 ], [ -74.171207, 40.63672 ], [ -74.171196, 40.63595 ], [ -74.170264, 40.635929 ], [ -74.168613, 40.635895 ], [ -74.168253, 40.635889 ], [ -74.167509, 40.635877 ], [ -74.166187, 40.635854 ], [ -74.166275, 40.63365 ], [ -74.16633, 40.632166 ], [ -74.166402, 40.630309 ], [ -74.166432, 40.630085 ], [ -74.166447, 40.629065 ], [ -74.166468, 40.628519 ], [ -74.166559, 40.627367 ], [ -74.166775, 40.626548 ], [ -74.167404, 40.623909 ], [ -74.167596, 40.623125 ], [ -74.167681, 40.62294 ], [ -74.167934, 40.622401 ], [ -74.168141, 40.622078 ], [ -74.168482, 40.621562 ], [ -74.168725, 40.621209 ], [ -74.168777, 40.621219 ], [ -74.16922, 40.621306 ], [ -74.173095, 40.621884 ], [ -74.17343, 40.621992 ], [ -74.173768, 40.622117 ], [ -74.174108, 40.62226 ], [ -74.174257, 40.622329 ], [ -74.174401, 40.622397 ], [ -74.174721, 40.622563 ], [ -74.175011, 40.622732 ], [ -74.175226, 40.622868 ], [ -74.175478, 40.623046 ], [ -74.175773, 40.623274 ], [ -74.176073, 40.623533 ], [ -74.176328, 40.623776 ], [ -74.17767, 40.625066 ], [ -74.178845, 40.626106 ], [ -74.180315, 40.626959 ], [ -74.181679, 40.62779 ], [ -74.183516, 40.628765 ], [ -74.184479, 40.629228 ], [ -74.185806, 40.629865 ], [ -74.186531, 40.63021 ], [ -74.192314, 40.633249 ], [ -74.192425, 40.633307 ], [ -74.192518, 40.633364 ], [ -74.195988, 40.635172 ], [ -74.197136, 40.635699 ], [ -74.197094, 40.635737 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "36085990100", "name": "Census Tract 9901, Richmond County, New York", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "New York City", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+40.5255493", "INTPTLON": "-074.1085843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.259089, 40.499561 ], [ -74.259089, 40.499872 ], [ -74.259088, 40.500112 ], [ -74.258784, 40.500104 ], [ -74.255429, 40.494847 ], [ -74.254825, 40.493901 ], [ -74.25308, 40.491167 ], [ -74.233926, 40.494296 ], [ -74.233906, 40.4943 ], [ -74.220634, 40.496488 ], [ -74.205765, 40.498941 ], [ -74.20558, 40.498973 ], [ -74.173689, 40.510879 ], [ -74.15257, 40.518762 ], [ -74.13382, 40.525764 ], [ -74.133515, 40.525982 ], [ -74.108145, 40.54431 ], [ -74.108287, 40.544415 ], [ -74.103417, 40.548464 ], [ -74.094373, 40.55598 ], [ -74.089045, 40.560404 ], [ -74.084974, 40.563787 ], [ -74.078961, 40.568787 ], [ -74.070915, 40.575474 ], [ -74.059609, 40.584867 ], [ -74.055101, 40.588612 ], [ -74.054866, 40.588784 ], [ -74.050802, 40.595423 ], [ -74.047153, 40.601381 ], [ -74.046326, 40.602732 ], [ -74.043996, 40.606402 ], [ -74.043741, 40.606691 ], [ -74.043722, 40.606662 ], [ -74.042036, 40.604088 ], [ -74.041393, 40.603106 ], [ -74.037877, 40.589201 ], [ -74.034547, 40.57625 ], [ -74.035047, 40.57285 ], [ -74.035053, 40.572747 ], [ -74.035153, 40.571003 ], [ -74.035978, 40.556563 ], [ -74.036209, 40.552524 ], [ -74.036216, 40.5524 ], [ -74.036285, 40.551185 ], [ -74.036293, 40.551042 ], [ -74.036297, 40.550969 ], [ -74.036298, 40.550948 ], [ -74.0363, 40.550905 ], [ -74.036549, 40.549209 ], [ -74.036551, 40.549194 ], [ -74.03667, 40.548384 ], [ -74.036672, 40.54837 ], [ -74.037494, 40.54279 ], [ -74.038131, 40.538294 ], [ -74.042112, 40.509299 ], [ -74.057595, 40.506529 ], [ -74.057873, 40.506476 ], [ -74.071052, 40.503911 ], [ -74.078179, 40.502505 ], [ -74.082896, 40.501666 ], [ -74.091492, 40.500137 ], [ -74.09167, 40.500105 ], [ -74.092298, 40.499989 ], [ -74.094483, 40.499601 ], [ -74.098576, 40.498904 ], [ -74.107576, 40.497417 ], [ -74.124549, 40.494621 ], [ -74.131132, 40.493533 ], [ -74.137156, 40.492538 ], [ -74.143917, 40.491394 ], [ -74.149938, 40.490372 ], [ -74.152069, 40.490017 ], [ -74.160393, 40.48869 ], [ -74.162634, 40.48829 ], [ -74.163861, 40.488071 ], [ -74.200342, 40.482018 ], [ -74.200395, 40.482009 ], [ -74.206451, 40.481015 ], [ -74.217041, 40.479224 ], [ -74.228153, 40.477399 ], [ -74.237935, 40.481241 ], [ -74.240691, 40.482342 ], [ -74.243652, 40.483526 ], [ -74.248261, 40.485367 ], [ -74.248585, 40.485497 ], [ -74.249589, 40.485898 ], [ -74.249743, 40.48596 ], [ -74.249897, 40.486021 ], [ -74.249934, 40.486035 ], [ -74.252646, 40.48712 ], [ -74.253159, 40.487325 ], [ -74.253313, 40.487386 ], [ -74.254289, 40.489006 ], [ -74.25653, 40.492965 ], [ -74.256719, 40.493299 ], [ -74.257317, 40.494349 ], [ -74.259028, 40.497107 ], [ -74.25909, 40.497207 ], [ -74.259089, 40.499561 ] ] ] } } +] +} diff --git a/output/for_maps/Oakland_data.csv b/output/for_maps/Oakland_data.csv new file mode 100644 index 0000000..94f3a71 --- /dev/null +++ b/output/for_maps/Oakland_data.csv @@ -0,0 +1,115 @@ +GEOID,name,total_population_17,white_alone_17,black_alone_17,native_alone_17,asian_alone_17,native_hawaiian_pacific_islander_17,hispanic_or_latino_17,city,gentrified,pct_white_alone_change,pct_black_alone_change,pct_native_alone_change,pct_asian_alone_change,pct_hispanic_or_latino_change,pct_native_hawaiian_pacific_islander_change,INTPTLAT,INTPTLON +06001400100,"Census Tract 4001, Alameda County, California",2991,2070.0,84.0,0.0,484.0,0.0,113.0,Oakland,False,-8.334,-2.196,-0.48,3.892,-0.105,-0.16,+37.8676275,-122.2319460 +06001400200,"Census Tract 4002, Alameda County, California",1997,1424.0,18.0,5.0,196.0,0.0,177.0,Oakland,False,-7.698,-2.816,-0.745,0.81,2.737,0.0,+37.8481378,-122.2495916 +06001400300,"Census Tract 4003, Alameda County, California",5123,3431.0,482.0,0.0,500.0,42.0,385.0,Oakland,False,-0.209,-6.334,-0.677,1.006,1.078,0.779,+37.8405970,-122.2544404 +06001400400,"Census Tract 4004, Alameda County, California",3991,2625.0,238.0,25.0,484.0,0.0,377.0,Oakland,False,1.356,-12.375,-0.112,3.573,2.86,-0.027,+37.8482808,-122.2574477 +06001400500,"Census Tract 4005, Alameda County, California",3944,2105.0,951.0,0.0,220.0,31.0,407.0,Oakland,True,16.187,-20.169,-0.674,-0.404,-0.326,0.757,+37.8485412,-122.2647277 +06001400600,"Census Tract 4006, Alameda County, California",1635,729.0,402.0,4.0,158.0,0.0,140.0,Oakland,True,21.388,-36.163,-0.458,4.45,-0.107,0.0,+37.8419909,-122.2648882 +06001400700,"Census Tract 4007, Alameda County, California",4837,1816.0,1679.0,79.0,200.0,0.0,857.0,Oakland,True,20.649,-35.025,0.981,-0.381,11.0,-0.067,+37.8417667,-122.2723528 +06001400800,"Census Tract 4008, Alameda County, California",3796,1457.0,1217.0,9.0,501.0,0.0,421.0,Oakland,True,17.451,-27.026,-0.654,3.845,2.154,-0.03,+37.8454674,-122.2833943 +06001400900,"Census Tract 4009, Alameda County, California",2394,1019.0,775.0,9.0,147.0,0.0,289.0,Oakland,True,22.247,-31.552,-0.52,0.765,3.847,0.0,+37.8394912,-122.2802646 +06001401000,"Census Tract 4010, Alameda County, California",6247,1829.0,2286.0,8.0,186.0,85.0,1237.0,Oakland,True,20.082,-36.554,-0.345,-3.854,10.221,1.238,+37.8312254,-122.2719013 +06001401100,"Census Tract 4011, Alameda County, California",4205,2123.0,644.0,0.0,688.0,0.0,436.0,Oakland,True,13.553,-19.499,-1.373,2.635,-1.41,-0.025,+37.8305012,-122.2638578 +06001401200,"Census Tract 4012, Alameda County, California",2601,1332.0,430.0,24.0,227.0,0.0,486.0,Oakland,False,-2.366,-7.687,0.306,-4.39,11.078,0.0,+37.8306009,-122.2579158 +06001401300,"Census Tract 4013, Alameda County, California",4054,1400.0,1319.0,35.0,620.0,0.0,546.0,Oakland,False,10.406,-19.706,-0.596,3.159,4.607,-0.071,+37.8181162,-122.2666978 +06001401400,"Census Tract 4014, Alameda County, California",4013,889.0,1509.0,72.0,235.0,40.0,940.0,Oakland,True,16.843,-28.861,1.269,-5.624,8.608,0.934,+37.8207560,-122.2733874 +06001401500,"Census Tract 4015, Alameda County, California",2638,979.0,947.0,11.0,181.0,23.0,362.0,Oakland,True,26.129,-35.258,-0.412,1.225,3.155,0.789,+37.8229286,-122.2806336 +06001401600,"Census Tract 4016, Alameda County, California",2098,531.0,946.0,0.0,179.0,48.0,270.0,Oakland,True,15.119,-15.437,-1.293,-0.211,-3.789,2.288,+37.8173713,-122.2814822 +06001401700,"Census Tract 4017, Alameda County, California",2769,910.0,721.0,0.0,251.0,0.0,802.0,Oakland,True,21.735,-26.092,-1.331,4.432,-1.281,0.0,+37.8139050,-122.3155320 +06001401800,"Census Tract 4018, Alameda County, California",1928,515.0,815.0,3.0,71.0,0.0,363.0,Oakland,True,23.537,-34.021,-0.714,1.174,3.057,-0.051,+37.8095326,-122.2982355 +06001402200,"Census Tract 4022, Alameda County, California",2557,684.0,800.0,24.0,354.0,0.0,628.0,Oakland,True,16.947,-20.692,0.436,6.987,-5.712,0.0,+37.8063521,-122.2963073 +06001402400,"Census Tract 4024, Alameda County, California",2820,595.0,1441.0,16.0,315.0,10.0,336.0,Oakland,True,16.121,-25.261,0.254,-0.216,5.229,0.355,+37.8120305,-122.2824576 +06001402500,"Census Tract 4025, Alameda County, California",1770,142.0,1135.0,0.0,179.0,0.0,228.0,Oakland,False,4.482,-12.829,-0.337,-2.703,6.81,-0.169,+37.8057305,-122.2847803 +06001402600,"Census Tract 4026, Alameda County, California",1241,162.0,320.0,0.0,574.0,0.0,152.0,Oakland,True,7.015,-19.147,-0.614,3.674,7.54,0.0,+37.8042701,-122.2799551 +06001402700,"Census Tract 4027, Alameda County, California",1826,473.0,738.0,18.0,207.0,0.0,329.0,Oakland,True,22.128,-21.232,-0.195,2.516,-5.02,-0.052,+37.8103873,-122.2769910 +06001402800,"Census Tract 4028, Alameda County, California",4255,1208.0,1751.0,26.0,738.0,0.0,363.0,Oakland,True,11.322,-17.591,-0.331,2.894,0.468,-0.157,+37.8087180,-122.2715001 +06001402900,"Census Tract 4029, Alameda County, California",1417,332.0,218.0,30.0,532.0,0.0,217.0,Oakland,False,0.425,-17.07,0.955,3.617,6.251,-0.155,+37.8071720,-122.2667847 +06001403000,"Census Tract 4030, Alameda County, California",3251,175.0,159.0,35.0,2701.0,72.0,59.0,Oakland,False,1.652,0.685,0.858,-7.042,0.132,2.178,+37.8004341,-122.2707274 +06001403100,"Census Tract 4031, Alameda County, California",1830,420.0,335.0,25.0,767.0,4.0,234.0,Oakland,False,9.715,-10.231,0.759,4.087,-6.764,0.158,+37.8022741,-122.2755012 +06001403300,"Census Tract 4033, Alameda County, California",4743,1024.0,311.0,55.0,2611.0,0.0,513.0,Oakland,True,14.144,-2.404,-0.139,-23.002,6.66,0.0,+37.7944308,-122.2663244 +06001403400,"Census Tract 4034, Alameda County, California",4401,1815.0,851.0,36.0,1177.0,12.0,329.0,Oakland,True,7.592,-11.174,-0.075,0.344,-0.152,0.192,+37.8026482,-122.2626597 +06001403501,"Census Tract 4035.01, Alameda County, California",4698,1773.0,1046.0,57.0,996.0,19.0,579.0,Oakland,True,4.931,-17.76,0.031,4.828,4.209,0.388,+37.8177398,-122.2600504 +06001403502,"Census Tract 4035.02, Alameda County, California",2066,936.0,518.0,0.0,281.0,0.0,236.0,Oakland,False,12.497,-14.952,-1.182,-2.772,3.308,-0.016,+37.8159619,-122.2569401 +06001403600,"Census Tract 4036, Alameda County, California",5025,1871.0,1614.0,36.0,472.0,0.0,658.0,Oakland,False,3.711,-13.972,0.011,-1.812,5.913,0.0,+37.8135075,-122.2534803 +06001403701,"Census Tract 4037.01, Alameda County, California",2825,1264.0,898.0,0.0,232.0,0.0,279.0,Oakland,False,-4.72,2.467,-0.58,-3.245,1.922,-0.043,+37.8112134,-122.2586656 +06001403702,"Census Tract 4037.02, Alameda County, California",1901,1006.0,201.0,0.0,285.0,26.0,266.0,Oakland,False,3.863,-18.57,-0.581,2.93,6.054,1.326,+37.8094979,-122.2520933 +06001403800,"Census Tract 4038, Alameda County, California",3299,2185.0,198.0,0.0,472.0,0.0,256.0,Oakland,False,7.152,-11.519,-0.724,-0.897,0.954,0.0,+37.8148236,-122.2416662 +06001403900,"Census Tract 4039, Alameda County, California",3989,2191.0,589.0,21.0,686.0,0.0,235.0,Oakland,False,3.476,-11.565,-0.107,5.363,-2.148,0.0,+37.8171784,-122.2487713 +06001404000,"Census Tract 4040, Alameda County, California",3033,1751.0,184.0,11.0,331.0,47.0,503.0,Oakland,False,-1.575,-13.933,-0.746,-0.595,9.34,1.55,+37.8233126,-122.2536627 +06001404101,"Census Tract 4041.01, Alameda County, California",3033,1977.0,165.0,5.0,400.0,0.0,181.0,Oakland,False,-6.336,-3.743,-0.564,2.246,-0.501,-0.037,+37.8300936,-122.2498254 +06001404102,"Census Tract 4041.02, Alameda County, California",2422,1754.0,81.0,3.0,296.0,22.0,231.0,Oakland,False,0.918,-5.875,-0.607,1.316,3.055,0.871,+37.8260219,-122.2510667 +06001404200,"Census Tract 4042, Alameda County, California",3600,2520.0,249.0,7.0,398.0,28.0,194.0,Oakland,False,-11.455,2.729,-0.373,1.831,1.453,0.684,+37.8361135,-122.2344666 +06001404300,"Census Tract 4043, Alameda County, California",3324,2085.0,142.0,0.0,368.0,0.0,467.0,Oakland,False,-17.591,-2.494,-0.388,2.136,10.909,0.0,+37.8448210,-122.2385523 +06001404400,"Census Tract 4044, Alameda County, California",5425,3670.0,136.0,0.0,946.0,0.0,342.0,Oakland,False,-7.919,-2.473,-0.681,3.733,2.026,0.0,+37.8462430,-122.2150688 +06001404501,"Census Tract 4045.01, Alameda County, California",1857,1238.0,79.0,0.0,256.0,6.0,127.0,Oakland,False,-12.254,-1.016,-0.444,2.548,2.966,0.323,+37.8271275,-122.2171515 +06001404502,"Census Tract 4045.02, Alameda County, California",5556,3657.0,365.0,2.0,695.0,0.0,407.0,Oakland,False,-8.273,-0.64,-0.51,0.257,2.373,-0.036,+37.8345259,-122.2026155 +06001404600,"Census Tract 4046, Alameda County, California",4544,3230.0,243.0,26.0,597.0,141.0,122.0,Oakland,False,-5.64,-0.797,-0.01,1.15,-1.202,3.08,+37.8198587,-122.1912195 +06001404700,"Census Tract 4047, Alameda County, California",2084,1490.0,118.0,6.0,285.0,9.0,134.0,Oakland,False,-1.57,-5.807,-0.179,4.231,1.396,0.432,+37.8133426,-122.2069935 +06001404800,"Census Tract 4048, Alameda County, California",2723,1191.0,459.0,68.0,373.0,14.0,365.0,Oakland,False,-3.223,-8.377,1.602,-3.969,4.757,0.514,+37.8055076,-122.2131962 +06001404900,"Census Tract 4049, Alameda County, California",3937,2365.0,369.0,51.0,441.0,68.0,353.0,Oakland,False,3.666,-3.161,0.629,-10.838,1.574,1.704,+37.8041422,-122.2215059 +06001405000,"Census Tract 4050, Alameda County, California",3328,2084.0,322.0,14.0,408.0,0.0,286.0,Oakland,False,-1.643,-4.62,-0.484,-1.41,2.664,-0.031,+37.8120851,-122.2190899 +06001405100,"Census Tract 4051, Alameda County, California",4334,2712.0,722.0,0.0,434.0,0.0,133.0,Oakland,False,-4.356,-1.366,-0.312,0.185,-1.233,0.0,+37.8114250,-122.2322366 +06001405200,"Census Tract 4052, Alameda County, California",5125,1583.0,506.0,58.0,1519.0,68.0,1000.0,Oakland,False,-1.449,-11.922,0.531,-7.374,12.18,1.307,+37.8052770,-122.2433878 +06001405301,"Census Tract 4053.01, Alameda County, California",3019,1415.0,757.0,7.0,267.0,7.0,378.0,Oakland,True,16.654,-2.64,-0.676,-19.796,1.079,0.198,+37.8020757,-122.2513558 +06001405302,"Census Tract 4053.02, Alameda County, California",2446,689.0,310.0,16.0,848.0,0.0,367.0,Oakland,False,-2.048,-15.041,-0.254,6.029,3.562,-0.034,+37.7985075,-122.2543138 +06001405401,"Census Tract 4054.01, Alameda County, California",4014,760.0,762.0,87.0,1362.0,0.0,942.0,Oakland,False,10.904,-7.707,1.201,-6.625,0.702,-0.036,+37.7965384,-122.2494562 +06001405402,"Census Tract 4054.02, Alameda County, California",3250,334.0,806.0,68.0,1117.0,219.0,638.0,Oakland,False,2.247,-1.891,1.126,-6.187,-3.135,6.702,+37.7933319,-122.2461006 +06001405500,"Census Tract 4055, Alameda County, California",4124,813.0,558.0,14.0,2051.0,6.0,476.0,Oakland,True,8.356,-11.692,-0.24,-1.147,-0.153,0.145,+37.7982821,-122.2432790 +06001405600,"Census Tract 4056, Alameda County, California",3171,789.0,472.0,110.0,875.0,0.0,769.0,Oakland,True,8.492,-14.44,2.746,-11.506,10.62,0.0,+37.8008019,-122.2372726 +06001405700,"Census Tract 4057, Alameda County, California",3760,482.0,1229.0,9.0,1179.0,0.0,678.0,Oakland,False,3.806,-7.387,-0.164,-1.221,0.444,0.0,+37.7982307,-122.2296737 +06001405800,"Census Tract 4058, Alameda County, California",4472,584.0,1041.0,54.0,1918.0,25.0,829.0,Oakland,False,9.542,-6.992,0.182,-1.26,-2.082,0.559,+37.7939452,-122.2330985 +06001405901,"Census Tract 4059.01, Alameda County, California",4583,179.0,700.0,185.0,1652.0,0.0,1900.0,Oakland,False,0.113,-3.792,3.682,-6.539,8.235,-0.025,+37.7877860,-122.2357701 +06001405902,"Census Tract 4059.02, Alameda County, California",3101,273.0,424.0,31.0,1480.0,56.0,787.0,Oakland,False,5.011,-5.393,0.645,5.142,-7.844,1.781,+37.7909447,-122.2409530 +06001406000,"Census Tract 4060, Alameda County, California",3184,655.0,435.0,33.0,1377.0,7.0,524.0,Oakland,False,9.519,1.323,0.461,-2.225,-13.83,0.193,+37.7915385,-122.2513420 +06001406100,"Census Tract 4061, Alameda County, California",4629,652.0,482.0,208.0,622.0,36.0,2716.0,Oakland,True,2.158,-2.258,3.261,2.904,-4.567,0.638,+37.7741755,-122.2275801 +06001406201,"Census Tract 4062.01, Alameda County, California",4399,314.0,708.0,14.0,998.0,137.0,1938.0,Oakland,True,3.812,-0.003,-0.32,-5.045,-7.651,3.114,+37.7850449,-122.2307360 +06001406202,"Census Tract 4062.02, Alameda County, California",4597,488.0,552.0,342.0,372.0,0.0,2770.0,Oakland,False,5.207,-1.859,6.319,-6.208,-4.357,0.0,+37.7819786,-122.2265557 +06001406300,"Census Tract 4063, Alameda County, California",4128,465.0,618.0,18.0,1462.0,0.0,1481.0,Oakland,False,4.712,-16.185,-0.358,7.549,2.793,-0.272,+37.7892880,-122.2250127 +06001406400,"Census Tract 4064, Alameda County, California",2355,696.0,598.0,24.0,447.0,0.0,422.0,Oakland,False,7.278,-13.535,0.184,-4.262,3.376,0.0,+37.7968060,-122.2217201 +06001406500,"Census Tract 4065, Alameda County, California",6231,392.0,1151.0,105.0,926.0,24.0,3425.0,Oakland,False,-2.009,-8.235,1.061,-9.975,16.25,0.241,+37.7880811,-122.2169865 +06001406601,"Census Tract 4066.01, Alameda County, California",5181,570.0,1331.0,167.0,1144.0,0.0,1567.0,Oakland,False,-0.542,-7.622,2.249,-10.18,9.361,-0.09,+37.7936093,-122.2079606 +06001406602,"Census Tract 4066.02, Alameda County, California",2815,294.0,465.0,46.0,1157.0,6.0,775.0,Oakland,False,-1.1,-16.793,0.66,8.84,6.647,0.123,+37.7964782,-122.2143072 +06001406700,"Census Tract 4067, Alameda County, California",4984,2400.0,641.0,26.0,1154.0,0.0,544.0,Oakland,False,-2.229,-2.242,-0.378,-0.047,1.401,-0.019,+37.8033164,-122.2022249 +06001406800,"Census Tract 4068, Alameda County, California",3613,1212.0,322.0,16.0,1183.0,0.0,568.0,Oakland,False,-2.538,-9.559,-0.72,-0.212,5.031,-0.028,+37.7978944,-122.1949575 +06001406900,"Census Tract 4069, Alameda County, California",3941,1373.0,546.0,25.0,882.0,28.0,676.0,Oakland,False,-3.023,-14.022,-0.394,-1.03,8.141,0.412,+37.7932754,-122.1903789 +06001407000,"Census Tract 4070, Alameda County, California",6020,675.0,938.0,7.0,2151.0,0.0,1960.0,Oakland,False,-0.332,-11.884,-0.666,5.289,3.484,-0.06,+37.7879458,-122.2024901 +06001407101,"Census Tract 4071.01, Alameda County, California",3444,373.0,457.0,15.0,831.0,0.0,1653.0,Oakland,False,2.95,-11.635,-0.555,5.086,1.483,-0.096,+37.7831286,-122.2143965 +06001407102,"Census Tract 4071.02, Alameda County, California",4106,598.0,652.0,55.0,658.0,126.0,1888.0,Oakland,True,6.684,-9.025,0.349,-3.018,-0.533,2.973,+37.7807761,-122.2102385 +06001407200,"Census Tract 4072, Alameda County, California",7064,484.0,563.0,168.0,1031.0,0.0,4824.0,Oakland,False,0.104,-0.597,1.682,3.031,-3.595,-0.043,+37.7777848,-122.2192819 +06001407300,"Census Tract 4073, Alameda County, California",2485,385.0,209.0,0.0,387.0,17.0,1398.0,Oakland,False,0.708,-14.007,-0.477,6.511,3.675,0.684,+37.7621786,-122.2109235 +06001407400,"Census Tract 4074, Alameda County, California",4205,168.0,708.0,0.0,465.0,22.0,2748.0,Oakland,False,0.579,-14.7,-0.433,-0.032,12.212,0.523,+37.7710407,-122.2067479 +06001407500,"Census Tract 4075, Alameda County, California",4362,272.0,1384.0,44.0,218.0,0.0,2251.0,Oakland,False,2.863,-6.808,0.69,-3.708,2.676,-0.137,+37.7695150,-122.1976093 +06001407600,"Census Tract 4076, Alameda County, California",6502,625.0,2669.0,0.0,746.0,0.0,2029.0,Oakland,False,0.721,-5.576,-1.182,-0.995,0.776,0.0,+37.7775293,-122.2031992 +06001407700,"Census Tract 4077, Alameda County, California",4240,1134.0,2045.0,0.0,262.0,41.0,558.0,Oakland,True,10.85,-17.783,-0.587,0.83,1.636,0.945,+37.7765247,-122.1932008 +06001407800,"Census Tract 4078, Alameda County, California",2742,849.0,691.0,4.0,592.0,8.0,395.0,Oakland,True,1.081,-22.659,-1.118,12.336,2.91,0.047,+37.7817417,-122.1866598 +06001407900,"Census Tract 4079, Alameda County, California",2971,1224.0,446.0,0.0,601.0,21.0,353.0,Oakland,False,-1.808,-13.933,-0.538,2.223,2.843,0.635,+37.7884273,-122.1847831 +06001408000,"Census Tract 4080, Alameda County, California",2762,1391.0,397.0,15.0,532.0,6.0,292.0,Oakland,False,-9.954,1.354,0.293,0.667,3.417,0.175,+37.8029607,-122.1828709 +06001408100,"Census Tract 4081, Alameda County, California",6346,2344.0,1326.0,38.0,1447.0,0.0,707.0,Oakland,False,-2.672,-14.143,0.199,2.977,6.396,-0.035,+37.7853987,-122.1572109 +06001408200,"Census Tract 4082, Alameda County, California",4489,869.0,2267.0,91.0,217.0,27.0,604.0,Oakland,True,3.998,-15.178,1.115,-0.248,0.693,0.578,+37.7751005,-122.1755728 +06001408300,"Census Tract 4083, Alameda County, California",5172,1305.0,1817.0,28.0,459.0,48.0,1276.0,Oakland,False,4.707,-23.548,0.187,3.999,9.835,0.928,+37.7710979,-122.1645167 +06001408400,"Census Tract 4084, Alameda County, California",3310,406.0,1208.0,40.0,0.0,0.0,1521.0,Oakland,False,9.807,-29.502,0.996,-3.596,18.823,-0.106,+37.7646056,-122.1709595 +06001408500,"Census Tract 4085, Alameda County, California",5932,80.0,2221.0,74.0,139.0,78.0,3169.0,Oakland,False,-0.178,-19.782,0.814,-1.859,17.165,1.221,+37.7604176,-122.1785112 +06001408600,"Census Tract 4086, Alameda County, California",6680,246.0,2113.0,28.0,109.0,0.0,3863.0,Oakland,False,0.931,-29.874,0.018,-2.248,26.808,0.0,+37.7661975,-122.1823030 +06001408700,"Census Tract 4087, Alameda County, California",7734,409.0,3201.0,0.0,160.0,0.0,3756.0,Oakland,False,1.463,-15.514,-0.346,-2.555,14.703,0.0,+37.7688638,-122.1889449 +06001408800,"Census Tract 4088, Alameda County, California",6276,240.0,2265.0,22.0,315.0,254.0,3166.0,Oakland,False,1.949,-10.218,0.1,-7.988,12.158,4.028,+37.7588039,-122.1969422 +06001408900,"Census Tract 4089, Alameda County, California",3050,92.0,886.0,22.0,140.0,22.0,1804.0,Oakland,False,-0.336,-17.953,0.062,1.624,13.636,0.691,+37.7541816,-122.1887803 +06001409000,"Census Tract 4090, Alameda County, California",3775,68.0,1295.0,62.0,100.0,104.0,1939.0,Oakland,False,-1.084,-29.777,1.462,-0.868,22.269,2.755,+37.7299594,-122.2164979 +06001409100,"Census Tract 4091, Alameda County, California",2233,41.0,738.0,10.0,131.0,0.0,1166.0,Oakland,False,0.865,-35.79,0.124,4.064,24.154,0.0,+37.7323419,-122.1834828 +06001409200,"Census Tract 4092, Alameda County, California",3605,137.0,1303.0,66.0,184.0,0.0,1885.0,Oakland,False,1.473,-20.38,1.624,-1.795,18.458,-0.038,+37.7290830,-122.1778389 +06001409300,"Census Tract 4093, Alameda County, California",5110,278.0,1546.0,122.0,80.0,19.0,3101.0,Oakland,False,2.254,-12.627,2.005,-2.531,11.905,0.299,+37.7378466,-122.1733599 +06001409400,"Census Tract 4094, Alameda County, California",5311,266.0,1363.0,0.0,511.0,12.0,3140.0,Oakland,False,2.427,-17.636,-0.224,6.614,8.506,0.136,+37.7446130,-122.1803623 +06001409500,"Census Tract 4095, Alameda County, California",4613,354.0,1118.0,28.0,48.0,0.0,2895.0,Oakland,False,5.339,-15.848,0.241,-5.119,12.265,0.0,+37.7504463,-122.1837659 +06001409600,"Census Tract 4096, Alameda County, California",4680,97.0,1247.0,9.0,177.0,24.0,3003.0,Oakland,False,0.392,-26.822,-0.075,-0.764,24.816,0.322,+37.7532669,-122.1726197 +06001409700,"Census Tract 4097, Alameda County, California",5402,137.0,1860.0,37.0,148.0,12.0,3119.0,Oakland,False,-0.671,-28.567,0.359,-2.156,29.493,0.222,+37.7564187,-122.1658929 +06001409800,"Census Tract 4098, Alameda County, California",3515,487.0,1801.0,3.0,181.0,0.0,571.0,Oakland,False,3.178,-26.977,-0.038,1.98,8.583,0.0,+37.7603611,-122.1557637 +06001409900,"Census Tract 4099, Alameda County, California",3464,878.0,1642.0,11.0,303.0,0.0,394.0,Oakland,False,-0.976,-15.445,-0.225,3.088,7.116,0.0,+37.7619727,-122.1358250 +06001410000,"Census Tract 4100, Alameda County, California",3549,1145.0,1447.0,0.0,146.0,0.0,308.0,Oakland,False,-3.65,-9.643,-0.703,-2.494,2.599,-0.211,+37.7447566,-122.1332163 +06001410100,"Census Tract 4101, Alameda County, California",2776,346.0,1657.0,0.0,83.0,0.0,483.0,Oakland,False,4.346,-11.0,-0.575,-0.889,1.307,-0.036,+37.7478641,-122.1535294 +06001410200,"Census Tract 4102, Alameda County, California",3370,177.0,1665.0,0.0,42.0,49.0,1373.0,Oakland,False,0.858,-15.325,-0.282,-4.022,15.643,1.398,+37.7453063,-122.1571742 +06001410300,"Census Tract 4103, Alameda County, California",3598,43.0,891.0,46.0,48.0,84.0,2417.0,Oakland,False,-1.246,-27.221,0.929,-3.468,27.208,2.335,+37.7466798,-122.1661407 +06001410400,"Census Tract 4104, Alameda County, California",4146,249.0,1520.0,43.0,348.0,9.0,1954.0,Oakland,False,0.242,-18.062,0.918,4.888,11.628,0.158,+37.7408161,-122.1621741 +06001410500,"Census Tract 4105, Alameda County, California",2209,150.0,1440.0,8.0,340.0,20.0,145.0,Oakland,False,2.515,-14.8,0.052,4.735,2.041,0.843,+37.8100159,-122.2889571 +06001981900,"Census Tract 9819, Alameda County, California",58,58.0,0.0,0.0,0.0,0.0,0.0,Oakland,False,86.034,-26.877,-0.264,-8.037,-50.856,0.0,+37.7996526,-122.3170191 +06001982000,"Census Tract 9820, Alameda County, California",66,37.0,18.0,0.0,4.0,0.0,7.0,Oakland,False,38.204,2.273,-17.857,2.49,-25.108,0.0,+37.7960280,-122.2953295 +06001983200,"Census Tract 9832, Alameda County, California",573,292.0,33.0,12.0,170.0,0.0,55.0,Oakland,False,4.928,-10.114,0.507,5.858,-3.099,0.0,+37.7959455,-122.2772680 +06001990000,"Census Tract 9900, Alameda County, California",0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,False,,,,,,,+37.6836979,-122.2281492 diff --git a/output/for_maps/Oakland_data.geojson b/output/for_maps/Oakland_data.geojson new file mode 100644 index 0000000..f62302c --- /dev/null +++ b/output/for_maps/Oakland_data.geojson @@ -0,0 +1,119 @@ +{ +"type": "FeatureCollection", +"features": [ +{ "type": "Feature", "properties": { "GEOID": "06001400100", "name": "Census Tract 4001, Alameda County, California", "total_population_17": 2991, "white_alone_17": 2070.0, "black_alone_17": 84.0, "native_alone_17": 0.0, "asian_alone_17": 484.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 113.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -8.334, "pct_black_alone_change": -2.196, "pct_native_alone_change": -0.48, "pct_asian_alone_change": 3.892, "pct_hispanic_or_latino_change": -0.105, "pct_native_hawaiian_pacific_islander_change": -0.16, "INTPTLAT": "+37.8676275", "INTPTLON": "-122.2319460" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.24692, 37.885438 ], [ -122.246668, 37.885255 ], [ -122.246586, 37.885191 ], [ -122.24643, 37.885069 ], [ -122.245716, 37.884511 ], [ -122.245479, 37.884325 ], [ -122.24531, 37.884192 ], [ -122.244803, 37.883794 ], [ -122.244635, 37.883662 ], [ -122.244615, 37.883646 ], [ -122.244114, 37.883252 ], [ -122.244079, 37.883224 ], [ -122.24243, 37.882203 ], [ -122.241971, 37.881927 ], [ -122.241855, 37.881966 ], [ -122.241459, 37.882157 ], [ -122.240273, 37.882732 ], [ -122.240261, 37.882739 ], [ -122.239879, 37.882925 ], [ -122.239785, 37.882956 ], [ -122.239506, 37.883048 ], [ -122.239413, 37.88308 ], [ -122.239353, 37.8831 ], [ -122.239042, 37.883203 ], [ -122.238679, 37.883325 ], [ -122.23857, 37.883296 ], [ -122.237916, 37.883124 ], [ -122.237597, 37.88304 ], [ -122.237543, 37.883026 ], [ -122.236038, 37.882623 ], [ -122.235973, 37.882605 ], [ -122.235626, 37.882511 ], [ -122.234341, 37.882214 ], [ -122.230979, 37.881325 ], [ -122.227116, 37.879764 ], [ -122.226832, 37.87965 ], [ -122.225778, 37.879225 ], [ -122.225567, 37.879125 ], [ -122.225101, 37.878905 ], [ -122.223878, 37.878326 ], [ -122.223003, 37.877276 ], [ -122.222726, 37.876944 ], [ -122.222448, 37.876609 ], [ -122.221711, 37.875723 ], [ -122.221573, 37.875558 ], [ -122.22156, 37.875543 ], [ -122.221376, 37.875325 ], [ -122.220211, 37.874276 ], [ -122.218721, 37.872936 ], [ -122.217376, 37.871724 ], [ -122.216738, 37.870043 ], [ -122.216276, 37.868822 ], [ -122.216769, 37.868577 ], [ -122.217099, 37.868416 ], [ -122.217241, 37.868318 ], [ -122.217272, 37.868297 ], [ -122.217768, 37.867955 ], [ -122.217897, 37.867866 ], [ -122.217999, 37.867815 ], [ -122.219181, 37.867226 ], [ -122.221488, 37.865026 ], [ -122.220389, 37.864427 ], [ -122.217531, 37.861998 ], [ -122.214736, 37.85951 ], [ -122.213559, 37.857912 ], [ -122.213495, 37.857859 ], [ -122.213297, 37.857693 ], [ -122.213196, 37.857601 ], [ -122.213128, 37.857574 ], [ -122.21238, 37.857234 ], [ -122.213584, 37.855977 ], [ -122.213673, 37.855915 ], [ -122.21394, 37.85573 ], [ -122.21403, 37.855669 ], [ -122.214042, 37.85571 ], [ -122.214079, 37.855835 ], [ -122.214092, 37.855877 ], [ -122.213913, 37.855957 ], [ -122.213782, 37.856028 ], [ -122.214439, 37.856255 ], [ -122.214661, 37.856275 ], [ -122.214794, 37.856276 ], [ -122.214941, 37.856263 ], [ -122.214998, 37.85625 ], [ -122.215071, 37.856233 ], [ -122.215194, 37.856191 ], [ -122.215303, 37.85616 ], [ -122.215407, 37.856154 ], [ -122.215531, 37.856173 ], [ -122.215561, 37.856181 ], [ -122.215623, 37.856198 ], [ -122.215726, 37.856214 ], [ -122.215866, 37.856168 ], [ -122.215997, 37.856119 ], [ -122.216128, 37.856057 ], [ -122.216258, 37.856022 ], [ -122.21641, 37.856009 ], [ -122.21654, 37.856019 ], [ -122.21663, 37.856042 ], [ -122.216704, 37.856081 ], [ -122.216735, 37.856133 ], [ -122.216737, 37.856199 ], [ -122.216707, 37.856261 ], [ -122.216654, 37.856342 ], [ -122.216627, 37.856373 ], [ -122.216605, 37.856398 ], [ -122.216581, 37.85645 ], [ -122.216571, 37.856506 ], [ -122.216583, 37.85656 ], [ -122.21661, 37.856592 ], [ -122.216653, 37.856619 ], [ -122.216731, 37.856638 ], [ -122.216815, 37.856638 ], [ -122.217171, 37.856551 ], [ -122.217537, 37.856474 ], [ -122.217638, 37.85647 ], [ -122.21774, 37.856494 ], [ -122.217818, 37.856521 ], [ -122.217872, 37.856569 ], [ -122.217893, 37.856628 ], [ -122.217874, 37.85685 ], [ -122.21784, 37.85726 ], [ -122.217856, 37.857308 ], [ -122.217896, 37.857355 ], [ -122.217952, 37.857385 ], [ -122.218009, 37.857388 ], [ -122.218207, 37.857357 ], [ -122.21843, 37.857327 ], [ -122.218543, 37.857326 ], [ -122.218654, 37.857336 ], [ -122.218778, 37.857364 ], [ -122.218981, 37.857435 ], [ -122.219086, 37.857487 ], [ -122.219194, 37.857549 ], [ -122.219277, 37.857606 ], [ -122.219327, 37.857658 ], [ -122.219341, 37.857689 ], [ -122.219349, 37.857728 ], [ -122.219281, 37.857947 ], [ -122.219214, 37.858169 ], [ -122.219193, 37.858292 ], [ -122.219201, 37.858356 ], [ -122.219238, 37.85841 ], [ -122.219317, 37.858475 ], [ -122.219367, 37.858517 ], [ -122.219518, 37.858621 ], [ -122.21958, 37.858673 ], [ -122.219636, 37.858739 ], [ -122.219653, 37.858814 ], [ -122.219645, 37.85889 ], [ -122.219616, 37.858937 ], [ -122.219515, 37.859108 ], [ -122.219421, 37.859285 ], [ -122.219371, 37.859413 ], [ -122.219368, 37.859495 ], [ -122.219391, 37.859546 ], [ -122.219451, 37.859572 ], [ -122.219513, 37.859572 ], [ -122.219594, 37.85955 ], [ -122.219776, 37.859484 ], [ -122.219852, 37.859486 ], [ -122.219942, 37.859516 ], [ -122.220127, 37.859601 ], [ -122.220211, 37.859656 ], [ -122.220288, 37.859719 ], [ -122.220411, 37.859903 ], [ -122.220611, 37.860199 ], [ -122.220675, 37.860253 ], [ -122.22077, 37.860274 ], [ -122.220857, 37.860282 ], [ -122.220954, 37.860258 ], [ -122.221038, 37.860202 ], [ -122.22108, 37.860114 ], [ -122.221114, 37.859896 ], [ -122.221139, 37.859781 ], [ -122.221189, 37.859642 ], [ -122.221226, 37.859545 ], [ -122.22129, 37.859377 ], [ -122.221352, 37.859194 ], [ -122.221407, 37.859064 ], [ -122.221457, 37.859008 ], [ -122.221517, 37.858972 ], [ -122.221595, 37.85895 ], [ -122.221707, 37.858938 ], [ -122.221956, 37.858926 ], [ -122.222007, 37.858913 ], [ -122.222053, 37.858888 ], [ -122.222091, 37.858839 ], [ -122.222103, 37.858796 ], [ -122.222088, 37.85871 ], [ -122.222036, 37.858525 ], [ -122.222028, 37.858426 ], [ -122.222051, 37.858347 ], [ -122.222095, 37.858276 ], [ -122.222156, 37.858202 ], [ -122.222235, 37.858139 ], [ -122.222333, 37.858077 ], [ -122.222396, 37.858033 ], [ -122.222521, 37.857947 ], [ -122.222595, 37.857873 ], [ -122.222625, 37.857815 ], [ -122.222631, 37.857772 ], [ -122.222621, 37.857711 ], [ -122.222581, 37.857643 ], [ -122.22253, 37.857587 ], [ -122.222407, 37.857426 ], [ -122.222335, 37.857398 ], [ -122.222307, 37.857371 ], [ -122.222268, 37.857294 ], [ -122.222273, 37.857213 ], [ -122.222338, 37.857045 ], [ -122.222354, 37.856984 ], [ -122.222355, 37.856932 ], [ -122.222291, 37.85686 ], [ -122.222197, 37.856767 ], [ -122.222166, 37.85672 ], [ -122.222136, 37.856674 ], [ -122.221998, 37.856396 ], [ -122.221698, 37.856026 ], [ -122.221656, 37.855954 ], [ -122.22164, 37.855866 ], [ -122.221606, 37.855503 ], [ -122.221609, 37.855291 ], [ -122.221617, 37.85526 ], [ -122.221637, 37.855213 ], [ -122.221661, 37.855179 ], [ -122.2217, 37.855141 ], [ -122.221798, 37.855078 ], [ -122.221901, 37.855025 ], [ -122.222002, 37.854994 ], [ -122.222132, 37.854977 ], [ -122.222232, 37.854978 ], [ -122.222327, 37.854967 ], [ -122.222414, 37.854943 ], [ -122.222473, 37.854917 ], [ -122.222492, 37.85491 ], [ -122.222596, 37.854872 ], [ -122.222669, 37.854868 ], [ -122.222761, 37.854882 ], [ -122.22286, 37.854905 ], [ -122.222985, 37.854958 ], [ -122.223232, 37.85507 ], [ -122.223288, 37.855086 ], [ -122.223348, 37.855102 ], [ -122.223451, 37.85511 ], [ -122.223506, 37.855099 ], [ -122.223528, 37.855088 ], [ -122.223554, 37.855054 ], [ -122.223555, 37.854998 ], [ -122.22354, 37.854923 ], [ -122.223495, 37.854828 ], [ -122.223439, 37.854729 ], [ -122.223188, 37.854182 ], [ -122.223151, 37.854091 ], [ -122.223144, 37.854015 ], [ -122.223143, 37.854004 ], [ -122.223163, 37.853911 ], [ -122.223188, 37.853855 ], [ -122.223229, 37.853806 ], [ -122.223303, 37.853755 ], [ -122.223384, 37.853717 ], [ -122.223955, 37.853603 ], [ -122.224047, 37.853575 ], [ -122.224104, 37.853537 ], [ -122.224131, 37.853487 ], [ -122.224116, 37.853415 ], [ -122.224063, 37.853313 ], [ -122.223841, 37.853046 ], [ -122.223649, 37.852837 ], [ -122.22359, 37.85274 ], [ -122.223558, 37.852641 ], [ -122.223546, 37.852569 ], [ -122.22354, 37.852422 ], [ -122.223549, 37.852246 ], [ -122.22356, 37.852172 ], [ -122.223654, 37.85208 ], [ -122.223744, 37.852027 ], [ -122.223869, 37.851985 ], [ -122.224017, 37.851957 ], [ -122.2245, 37.851899 ], [ -122.224571, 37.851872 ], [ -122.224603, 37.851832 ], [ -122.224634, 37.85176 ], [ -122.224624, 37.851697 ], [ -122.224579, 37.851631 ], [ -122.224448, 37.851519 ], [ -122.224324, 37.851413 ], [ -122.224241, 37.851323 ], [ -122.224201, 37.851246 ], [ -122.224188, 37.851162 ], [ -122.224189, 37.85109 ], [ -122.224196, 37.851016 ], [ -122.22424, 37.850933 ], [ -122.224321, 37.850859 ], [ -122.224406, 37.85081 ], [ -122.224498, 37.850772 ], [ -122.224612, 37.850751 ], [ -122.224715, 37.850724 ], [ -122.224819, 37.850673 ], [ -122.224868, 37.85062 ], [ -122.224898, 37.850588 ], [ -122.224953, 37.850498 ], [ -122.224998, 37.850406 ], [ -122.225063, 37.850334 ], [ -122.225134, 37.850294 ], [ -122.225246, 37.850246 ], [ -122.225387, 37.850217 ], [ -122.225522, 37.850211 ], [ -122.225716, 37.850217 ], [ -122.225916, 37.850236 ], [ -122.226073, 37.850258 ], [ -122.226295, 37.850297 ], [ -122.226603, 37.85036 ], [ -122.226748, 37.849962 ], [ -122.227887, 37.850191 ], [ -122.228149, 37.850244 ], [ -122.22998, 37.850594 ], [ -122.230186, 37.850623 ], [ -122.230462, 37.850663 ], [ -122.231291, 37.850839 ], [ -122.231313, 37.850846 ], [ -122.231425, 37.850881 ], [ -122.231687, 37.850979 ], [ -122.231851, 37.851053 ], [ -122.231985, 37.851132 ], [ -122.23209, 37.851205 ], [ -122.232325, 37.851396 ], [ -122.232429, 37.851417 ], [ -122.23271, 37.851441 ], [ -122.232757, 37.851454 ], [ -122.232804, 37.851467 ], [ -122.232872, 37.85149 ], [ -122.232971, 37.851544 ], [ -122.233092, 37.851656 ], [ -122.233221, 37.851852 ], [ -122.233421, 37.852117 ], [ -122.233545, 37.852242 ], [ -122.233635, 37.852313 ], [ -122.233684, 37.852344 ], [ -122.233705, 37.852358 ], [ -122.233871, 37.852445 ], [ -122.233963, 37.852484 ], [ -122.234084, 37.852518 ], [ -122.234104, 37.852522 ], [ -122.234164, 37.852537 ], [ -122.234185, 37.852543 ], [ -122.234203, 37.852759 ], [ -122.23426, 37.853409 ], [ -122.234279, 37.853626 ], [ -122.234339, 37.854172 ], [ -122.234469, 37.855348 ], [ -122.234512, 37.855813 ], [ -122.234563, 37.856361 ], [ -122.234594, 37.856516 ], [ -122.234625, 37.856673 ], [ -122.234654, 37.856818 ], [ -122.234681, 37.857073 ], [ -122.234689, 37.857141 ], [ -122.234761, 37.85779 ], [ -122.235204, 37.85776 ], [ -122.23565, 37.85773 ], [ -122.23619, 37.857689 ], [ -122.236203, 37.857688 ], [ -122.236303, 37.857681 ], [ -122.236388, 37.857672 ], [ -122.236429, 37.857668 ], [ -122.236741, 37.85765 ], [ -122.236737, 37.857631 ], [ -122.236719, 37.857571 ], [ -122.236756, 37.857594 ], [ -122.236826, 37.857604 ], [ -122.236829, 37.857638 ], [ -122.236831, 37.857658 ], [ -122.237006, 37.857652 ], [ -122.237443, 37.857613 ], [ -122.237708, 37.85759 ], [ -122.238028, 37.85757 ], [ -122.238101, 37.857549 ], [ -122.238118, 37.857547 ], [ -122.238135, 37.857565 ], [ -122.23814, 37.857576 ], [ -122.238164, 37.857628 ], [ -122.238192, 37.857687 ], [ -122.238227, 37.857679 ], [ -122.238343, 37.857646 ], [ -122.238666, 37.857552 ], [ -122.23878, 37.85755 ], [ -122.23891, 37.857548 ], [ -122.238925, 37.857553 ], [ -122.239106, 37.857723 ], [ -122.239423, 37.857509 ], [ -122.239571, 37.857501 ], [ -122.239645, 37.857502 ], [ -122.239683, 37.857503 ], [ -122.239742, 37.85756 ], [ -122.240379, 37.857286 ], [ -122.240417, 37.857348 ], [ -122.240507, 37.857497 ], [ -122.240543, 37.857541 ], [ -122.240793, 37.857432 ], [ -122.241125, 37.857404 ], [ -122.241215, 37.857401 ], [ -122.241154, 37.857262 ], [ -122.241224, 37.857231 ], [ -122.241438, 37.857238 ], [ -122.241715, 37.857248 ], [ -122.241731, 37.857267 ], [ -122.24149, 37.857374 ], [ -122.241802, 37.857348 ], [ -122.241812, 37.857359 ], [ -122.24187, 37.857409 ], [ -122.241917, 37.857436 ], [ -122.241978, 37.857472 ], [ -122.242029, 37.857501 ], [ -122.242071, 37.857525 ], [ -122.242188, 37.857573 ], [ -122.242246, 37.857588 ], [ -122.242307, 37.857603 ], [ -122.242347, 37.85761 ], [ -122.242385, 37.857632 ], [ -122.242398, 37.857634 ], [ -122.242413, 37.857642 ], [ -122.242551, 37.857713 ], [ -122.24256, 37.857724 ], [ -122.242604, 37.857781 ], [ -122.24271, 37.857922 ], [ -122.242718, 37.857933 ], [ -122.242577, 37.857934 ], [ -122.242521, 37.857934 ], [ -122.242602, 37.85872 ], [ -122.243295, 37.858677 ], [ -122.243704, 37.85865 ], [ -122.243925, 37.858639 ], [ -122.243928, 37.858683 ], [ -122.24394, 37.85885 ], [ -122.243945, 37.85892 ], [ -122.243955, 37.858945 ], [ -122.243964, 37.858968 ], [ -122.244018, 37.859002 ], [ -122.244091, 37.859016 ], [ -122.244138, 37.859014 ], [ -122.244504, 37.859005 ], [ -122.24453, 37.859005 ], [ -122.244627, 37.859008 ], [ -122.244505, 37.859129 ], [ -122.244441, 37.859334 ], [ -122.2444, 37.859658 ], [ -122.244378, 37.859836 ], [ -122.244357, 37.860026 ], [ -122.244339, 37.860203 ], [ -122.244283, 37.860412 ], [ -122.244223, 37.860538 ], [ -122.244197, 37.860572 ], [ -122.244172, 37.860607 ], [ -122.244119, 37.860656 ], [ -122.244058, 37.860702 ], [ -122.244015, 37.860735 ], [ -122.244065, 37.860776 ], [ -122.244252, 37.860969 ], [ -122.244235, 37.861066 ], [ -122.244274, 37.861427 ], [ -122.244166, 37.861497 ], [ -122.244148, 37.861508 ], [ -122.244171, 37.861534 ], [ -122.244425, 37.861817 ], [ -122.244473, 37.861871 ], [ -122.244458, 37.861911 ], [ -122.244416, 37.862019 ], [ -122.244412, 37.862038 ], [ -122.244411, 37.86205 ], [ -122.244412, 37.862059 ], [ -122.244415, 37.862074 ], [ -122.244342, 37.862074 ], [ -122.244368, 37.862321 ], [ -122.244404, 37.862663 ], [ -122.244409, 37.862711 ], [ -122.244765, 37.862855 ], [ -122.244949, 37.863058 ], [ -122.245007, 37.863202 ], [ -122.245024, 37.863355 ], [ -122.24534, 37.863784 ], [ -122.245525, 37.864036 ], [ -122.24525, 37.864257 ], [ -122.245104, 37.864386 ], [ -122.244873, 37.864705 ], [ -122.24476, 37.864716 ], [ -122.244622, 37.864721 ], [ -122.244634, 37.864835 ], [ -122.244733, 37.865788 ], [ -122.244882, 37.865791 ], [ -122.245191, 37.865797 ], [ -122.245338, 37.865986 ], [ -122.245534, 37.866237 ], [ -122.245336, 37.866248 ], [ -122.245244, 37.866254 ], [ -122.245174, 37.866258 ], [ -122.244964, 37.86627 ], [ -122.244877, 37.866276 ], [ -122.244873, 37.866336 ], [ -122.244872, 37.866357 ], [ -122.244868, 37.866408 ], [ -122.244865, 37.866459 ], [ -122.244845, 37.866594 ], [ -122.244829, 37.866646 ], [ -122.244812, 37.866667 ], [ -122.244806, 37.866675 ], [ -122.244779, 37.866706 ], [ -122.244944, 37.866801 ], [ -122.245063, 37.86687 ], [ -122.245022, 37.866912 ], [ -122.245013, 37.86692 ], [ -122.244976, 37.866944 ], [ -122.244936, 37.86697 ], [ -122.244814, 37.867051 ], [ -122.244749, 37.86721 ], [ -122.244704, 37.867268 ], [ -122.244603, 37.8674 ], [ -122.244826, 37.867582 ], [ -122.244928, 37.867684 ], [ -122.244942, 37.867925 ], [ -122.244951, 37.868002 ], [ -122.244991, 37.868353 ], [ -122.245001, 37.868452 ], [ -122.245025, 37.868646 ], [ -122.245074, 37.869033 ], [ -122.245081, 37.869101 ], [ -122.245087, 37.869147 ], [ -122.245103, 37.869314 ], [ -122.245127, 37.869466 ], [ -122.24515, 37.869664 ], [ -122.245156, 37.869737 ], [ -122.245171, 37.86989 ], [ -122.245176, 37.869936 ], [ -122.245267, 37.870736 ], [ -122.245443, 37.872334 ], [ -122.245495, 37.872812 ], [ -122.245529, 37.873064 ], [ -122.245728, 37.874851 ], [ -122.245768, 37.875214 ], [ -122.245802, 37.875518 ], [ -122.245828, 37.875726 ], [ -122.245865, 37.87608 ], [ -122.245901, 37.876401 ], [ -122.245926, 37.876626 ], [ -122.246004, 37.877318 ], [ -122.24614, 37.87854 ], [ -122.246164, 37.87875 ], [ -122.246169, 37.87879 ], [ -122.246333, 37.880231 ], [ -122.246375, 37.880669 ], [ -122.246414, 37.880983 ], [ -122.246439, 37.881203 ], [ -122.246446, 37.881267 ], [ -122.246534, 37.882018 ], [ -122.246557, 37.882146 ], [ -122.24661, 37.882439 ], [ -122.246617, 37.882579 ], [ -122.246628, 37.882798 ], [ -122.246639, 37.883 ], [ -122.246656, 37.883076 ], [ -122.246659, 37.883144 ], [ -122.246666, 37.883206 ], [ -122.246692, 37.883473 ], [ -122.246712, 37.883653 ], [ -122.246744, 37.883895 ], [ -122.246759, 37.884003 ], [ -122.246833, 37.884106 ], [ -122.246825, 37.884141 ], [ -122.246818, 37.884178 ], [ -122.246811, 37.884235 ], [ -122.246796, 37.884283 ], [ -122.246788, 37.884323 ], [ -122.246781, 37.884389 ], [ -122.246783, 37.884426 ], [ -122.246785, 37.884452 ], [ -122.246792, 37.884488 ], [ -122.246797, 37.884513 ], [ -122.246806, 37.884542 ], [ -122.246813, 37.884564 ], [ -122.246828, 37.884599 ], [ -122.246875, 37.885029 ], [ -122.24691, 37.885355 ], [ -122.24692, 37.885438 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400200", "name": "Census Tract 4002, Alameda County, California", "total_population_17": 1997, "white_alone_17": 1424.0, "black_alone_17": 18.0, "native_alone_17": 5.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 177.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -7.698, "pct_black_alone_change": -2.816, "pct_native_alone_change": -0.745, "pct_asian_alone_change": 0.81, "pct_hispanic_or_latino_change": 2.737, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8481378", "INTPTLON": "-122.2495916" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.257923, 37.842606 ], [ -122.257728, 37.842819 ], [ -122.257617, 37.842895 ], [ -122.257418, 37.843096 ], [ -122.257007, 37.843602 ], [ -122.256205, 37.844686 ], [ -122.255084, 37.846069 ], [ -122.254239, 37.847136 ], [ -122.25246, 37.84928 ], [ -122.252425, 37.849323 ], [ -122.25235, 37.849428 ], [ -122.252354, 37.849468 ], [ -122.252449, 37.850342 ], [ -122.252503, 37.850826 ], [ -122.252413, 37.85083 ], [ -122.252333, 37.850834 ], [ -122.251893, 37.850979 ], [ -122.251729, 37.851022 ], [ -122.251516, 37.851095 ], [ -122.251273, 37.85117 ], [ -122.251083, 37.85123 ], [ -122.251008, 37.851184 ], [ -122.25096, 37.851159 ], [ -122.250883, 37.851118 ], [ -122.250809, 37.851216 ], [ -122.250681, 37.851385 ], [ -122.250532, 37.851379 ], [ -122.250472, 37.851387 ], [ -122.250328, 37.851393 ], [ -122.250185, 37.851406 ], [ -122.250037, 37.851416 ], [ -122.250025, 37.851387 ], [ -122.250003, 37.851346 ], [ -122.249981, 37.851294 ], [ -122.249629, 37.851411 ], [ -122.249473, 37.851448 ], [ -122.24943, 37.85145 ], [ -122.249387, 37.851452 ], [ -122.249155, 37.851466 ], [ -122.248984, 37.851475 ], [ -122.248781, 37.851487 ], [ -122.248757, 37.851488 ], [ -122.248217, 37.85152 ], [ -122.247757, 37.851552 ], [ -122.247501, 37.851571 ], [ -122.247433, 37.851616 ], [ -122.24738, 37.851648 ], [ -122.247354, 37.851647 ], [ -122.247253, 37.851576 ], [ -122.247131, 37.851586 ], [ -122.246928, 37.851599 ], [ -122.246886, 37.851602 ], [ -122.246618, 37.851619 ], [ -122.246588, 37.851575 ], [ -122.246109, 37.851603 ], [ -122.246122, 37.851665 ], [ -122.246015, 37.851664 ], [ -122.245779, 37.851677 ], [ -122.245537, 37.851691 ], [ -122.245119, 37.851715 ], [ -122.245034, 37.851716 ], [ -122.245023, 37.851791 ], [ -122.245012, 37.851813 ], [ -122.245, 37.851834 ], [ -122.244994, 37.851847 ], [ -122.244949, 37.851883 ], [ -122.244931, 37.851899 ], [ -122.244836, 37.851842 ], [ -122.244823, 37.851816 ], [ -122.244781, 37.851733 ], [ -122.244467, 37.851751 ], [ -122.243991, 37.851777 ], [ -122.243836, 37.851786 ], [ -122.243703, 37.851794 ], [ -122.243661, 37.851796 ], [ -122.243647, 37.8518 ], [ -122.243633, 37.851803 ], [ -122.243613, 37.851806 ], [ -122.243599, 37.851807 ], [ -122.24349, 37.851814 ], [ -122.243396, 37.851819 ], [ -122.243279, 37.851826 ], [ -122.243229, 37.851829 ], [ -122.243095, 37.851837 ], [ -122.243012, 37.851842 ], [ -122.242887, 37.85185 ], [ -122.242675, 37.851863 ], [ -122.242526, 37.851871 ], [ -122.24246, 37.851875 ], [ -122.242429, 37.851877 ], [ -122.24229, 37.851885 ], [ -122.242259, 37.851887 ], [ -122.242157, 37.851893 ], [ -122.242122, 37.851895 ], [ -122.242059, 37.851899 ], [ -122.241914, 37.851909 ], [ -122.24191, 37.851814 ], [ -122.241938, 37.851654 ], [ -122.241946, 37.851629 ], [ -122.241956, 37.8516 ], [ -122.241971, 37.851535 ], [ -122.241991, 37.851447 ], [ -122.242008, 37.851396 ], [ -122.242019, 37.851373 ], [ -122.24204, 37.851335 ], [ -122.242245, 37.851041 ], [ -122.242315, 37.85096 ], [ -122.242427, 37.850833 ], [ -122.242666, 37.850756 ], [ -122.243383, 37.850529 ], [ -122.243623, 37.850453 ], [ -122.243707, 37.850413 ], [ -122.243959, 37.850296 ], [ -122.244044, 37.850257 ], [ -122.243884, 37.849996 ], [ -122.243621, 37.849565 ], [ -122.243524, 37.849445 ], [ -122.243382, 37.849318 ], [ -122.243341, 37.849265 ], [ -122.243331, 37.849252 ], [ -122.243309, 37.849205 ], [ -122.243306, 37.849151 ], [ -122.243323, 37.849072 ], [ -122.243381, 37.848989 ], [ -122.243519, 37.848782 ], [ -122.243716, 37.848513 ], [ -122.245505, 37.847515 ], [ -122.246198, 37.847128 ], [ -122.247241, 37.846599 ], [ -122.247313, 37.846563 ], [ -122.249088, 37.845839 ], [ -122.251516, 37.844877 ], [ -122.251781, 37.844777 ], [ -122.251857, 37.844746 ], [ -122.252871, 37.844354 ], [ -122.254366, 37.843773 ], [ -122.254958, 37.84356 ], [ -122.256866, 37.842935 ], [ -122.257078, 37.842867 ], [ -122.257155, 37.842843 ], [ -122.257325, 37.84279 ], [ -122.257444, 37.842752 ], [ -122.257644, 37.84269 ], [ -122.257778, 37.842654 ], [ -122.257804, 37.842645 ], [ -122.257923, 37.842606 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400300", "name": "Census Tract 4003, Alameda County, California", "total_population_17": 5123, "white_alone_17": 3431.0, "black_alone_17": 482.0, "native_alone_17": 0.0, "asian_alone_17": 500.0, "native_hawaiian_pacific_islander_17": 42.0, "hispanic_or_latino_17": 385.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -0.209, "pct_black_alone_change": -6.334, "pct_native_alone_change": -0.677, "pct_asian_alone_change": 1.006, "pct_hispanic_or_latino_change": 1.078, "pct_native_hawaiian_pacific_islander_change": 0.779, "INTPTLAT": "+37.8405970", "INTPTLON": "-122.2544404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.265631, 37.837636 ], [ -122.265565, 37.837847 ], [ -122.26551, 37.838027 ], [ -122.26534, 37.838461 ], [ -122.265224, 37.83866 ], [ -122.265144, 37.838796 ], [ -122.264958, 37.839092 ], [ -122.264769, 37.839366 ], [ -122.264589, 37.839565 ], [ -122.264525, 37.839632 ], [ -122.264508, 37.839649 ], [ -122.264483, 37.839674 ], [ -122.264446, 37.839711 ], [ -122.26442, 37.839737 ], [ -122.264383, 37.839774 ], [ -122.264164, 37.839997 ], [ -122.263929, 37.840196 ], [ -122.263679, 37.8404 ], [ -122.263437, 37.840561 ], [ -122.263141, 37.840743 ], [ -122.262857, 37.840902 ], [ -122.262811, 37.840926 ], [ -122.262541, 37.841064 ], [ -122.26186, 37.841353 ], [ -122.261778, 37.841391 ], [ -122.261704, 37.841415 ], [ -122.261366, 37.841537 ], [ -122.261244, 37.841581 ], [ -122.260888, 37.841694 ], [ -122.260384, 37.841833 ], [ -122.259891, 37.841987 ], [ -122.258449, 37.84244 ], [ -122.258415, 37.842451 ], [ -122.257923, 37.842606 ], [ -122.257804, 37.842645 ], [ -122.257778, 37.842654 ], [ -122.257644, 37.84269 ], [ -122.257444, 37.842752 ], [ -122.257325, 37.84279 ], [ -122.257155, 37.842843 ], [ -122.257078, 37.842867 ], [ -122.256866, 37.842935 ], [ -122.254958, 37.84356 ], [ -122.254366, 37.843773 ], [ -122.252871, 37.844354 ], [ -122.251857, 37.844746 ], [ -122.251781, 37.844777 ], [ -122.251516, 37.844877 ], [ -122.249088, 37.845839 ], [ -122.247313, 37.846563 ], [ -122.247241, 37.846599 ], [ -122.246198, 37.847128 ], [ -122.245505, 37.847515 ], [ -122.243716, 37.848513 ], [ -122.243825, 37.848361 ], [ -122.24392, 37.848229 ], [ -122.244188, 37.847913 ], [ -122.244285, 37.847733 ], [ -122.24458, 37.847194 ], [ -122.244678, 37.847015 ], [ -122.244695, 37.846982 ], [ -122.244732, 37.846915 ], [ -122.24475, 37.846883 ], [ -122.244768, 37.846851 ], [ -122.244984, 37.846435 ], [ -122.245396, 37.845798 ], [ -122.246083, 37.844667 ], [ -122.246108, 37.844629 ], [ -122.246185, 37.844515 ], [ -122.246211, 37.844478 ], [ -122.24632, 37.844301 ], [ -122.246648, 37.843774 ], [ -122.246758, 37.843598 ], [ -122.246826, 37.843489 ], [ -122.247031, 37.843163 ], [ -122.2471, 37.843055 ], [ -122.24749, 37.842427 ], [ -122.24813, 37.841392 ], [ -122.249195, 37.839711 ], [ -122.249461, 37.839267 ], [ -122.24973, 37.83884 ], [ -122.25054, 37.837561 ], [ -122.25081, 37.837135 ], [ -122.250836, 37.837094 ], [ -122.250915, 37.836973 ], [ -122.250942, 37.836933 ], [ -122.25102, 37.836804 ], [ -122.251254, 37.836423 ], [ -122.251339, 37.836291 ], [ -122.251413, 37.836175 ], [ -122.251636, 37.835827 ], [ -122.251711, 37.835712 ], [ -122.252282, 37.834763 ], [ -122.25241, 37.834543 ], [ -122.252606, 37.834686 ], [ -122.252852, 37.834865 ], [ -122.253038, 37.834975 ], [ -122.253234, 37.835054 ], [ -122.25346, 37.835146 ], [ -122.253624, 37.835208 ], [ -122.254118, 37.835397 ], [ -122.254283, 37.83546 ], [ -122.254509, 37.835549 ], [ -122.255187, 37.835819 ], [ -122.255414, 37.835909 ], [ -122.255555, 37.835964 ], [ -122.255632, 37.835994 ], [ -122.256284, 37.836247 ], [ -122.256509, 37.836335 ], [ -122.256713, 37.836408 ], [ -122.256852, 37.836454 ], [ -122.256971, 37.836493 ], [ -122.257348, 37.836584 ], [ -122.25764, 37.836637 ], [ -122.257919, 37.83668 ], [ -122.258079, 37.836705 ], [ -122.25828, 37.836729 ], [ -122.258604, 37.836783 ], [ -122.259516, 37.836935 ], [ -122.259577, 37.836944 ], [ -122.259902, 37.836994 ], [ -122.259924, 37.836997 ], [ -122.25999, 37.837007 ], [ -122.260012, 37.837011 ], [ -122.260872, 37.837124 ], [ -122.26117, 37.837157 ], [ -122.26163, 37.83721 ], [ -122.262064, 37.837267 ], [ -122.262259, 37.837293 ], [ -122.262361, 37.837314 ], [ -122.262305, 37.837859 ], [ -122.262292, 37.837978 ], [ -122.263238, 37.837879 ], [ -122.263359, 37.83788 ], [ -122.263759, 37.837942 ], [ -122.263878, 37.837953 ], [ -122.263993, 37.83795 ], [ -122.264112, 37.837915 ], [ -122.264169, 37.83787 ], [ -122.264269, 37.83786 ], [ -122.264321, 37.837826 ], [ -122.264383, 37.837806 ], [ -122.264584, 37.837778 ], [ -122.264743, 37.837761 ], [ -122.264829, 37.837746 ], [ -122.265026, 37.8377 ], [ -122.265127, 37.837687 ], [ -122.265228, 37.837681 ], [ -122.265408, 37.837668 ], [ -122.265436, 37.837666 ], [ -122.265452, 37.837663 ], [ -122.265586, 37.837642 ], [ -122.265631, 37.837636 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400400", "name": "Census Tract 4004, Alameda County, California", "total_population_17": 3991, "white_alone_17": 2625.0, "black_alone_17": 238.0, "native_alone_17": 25.0, "asian_alone_17": 484.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 377.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 1.356, "pct_black_alone_change": -12.375, "pct_native_alone_change": -0.112, "pct_asian_alone_change": 3.573, "pct_hispanic_or_latino_change": 2.86, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+37.8482808", "INTPTLON": "-122.2574477" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.261826, 37.841623 ], [ -122.261805, 37.84179 ], [ -122.26176, 37.842045 ], [ -122.261686, 37.842467 ], [ -122.261632, 37.842811 ], [ -122.261593, 37.843068 ], [ -122.261566, 37.843265 ], [ -122.261486, 37.843858 ], [ -122.26146, 37.844056 ], [ -122.261448, 37.844103 ], [ -122.261414, 37.844247 ], [ -122.261404, 37.844295 ], [ -122.261382, 37.844441 ], [ -122.261317, 37.84488 ], [ -122.261296, 37.845027 ], [ -122.261275, 37.845181 ], [ -122.261214, 37.845646 ], [ -122.261195, 37.845801 ], [ -122.261179, 37.84594 ], [ -122.261175, 37.845981 ], [ -122.261131, 37.846359 ], [ -122.261115, 37.846499 ], [ -122.261095, 37.846645 ], [ -122.261037, 37.847086 ], [ -122.261019, 37.847233 ], [ -122.260995, 37.847379 ], [ -122.260925, 37.847818 ], [ -122.260903, 37.847965 ], [ -122.260883, 37.84811 ], [ -122.260824, 37.848548 ], [ -122.260805, 37.848694 ], [ -122.260782, 37.848845 ], [ -122.260714, 37.849298 ], [ -122.260692, 37.84945 ], [ -122.260673, 37.84959 ], [ -122.260617, 37.85001 ], [ -122.260599, 37.850151 ], [ -122.260587, 37.850223 ], [ -122.260571, 37.85033 ], [ -122.260495, 37.850869 ], [ -122.26047, 37.851049 ], [ -122.260441, 37.851245 ], [ -122.260356, 37.851836 ], [ -122.260329, 37.852033 ], [ -122.26031, 37.852174 ], [ -122.260264, 37.852535 ], [ -122.260258, 37.852569 ], [ -122.260253, 37.8526 ], [ -122.260232, 37.852742 ], [ -122.260223, 37.852793 ], [ -122.260125, 37.852806 ], [ -122.259972, 37.852826 ], [ -122.259753, 37.852854 ], [ -122.259787, 37.853011 ], [ -122.258367, 37.853196 ], [ -122.258338, 37.853041 ], [ -122.258209, 37.853052 ], [ -122.258134, 37.853061 ], [ -122.25804, 37.853074 ], [ -122.257902, 37.853092 ], [ -122.257772, 37.85311 ], [ -122.257508, 37.853145 ], [ -122.257329, 37.853168 ], [ -122.257251, 37.853176 ], [ -122.257274, 37.853298 ], [ -122.257058, 37.85333 ], [ -122.256948, 37.853347 ], [ -122.256412, 37.853419 ], [ -122.256197, 37.853449 ], [ -122.256098, 37.853462 ], [ -122.255802, 37.853501 ], [ -122.255704, 37.853515 ], [ -122.255587, 37.85353 ], [ -122.255239, 37.853577 ], [ -122.255123, 37.853593 ], [ -122.255059, 37.853604 ], [ -122.25487, 37.853637 ], [ -122.254807, 37.853649 ], [ -122.254644, 37.853668 ], [ -122.254157, 37.853726 ], [ -122.253995, 37.853746 ], [ -122.253986, 37.853702 ], [ -122.253968, 37.853611 ], [ -122.253833, 37.85362 ], [ -122.253679, 37.853641 ], [ -122.253593, 37.853654 ], [ -122.253446, 37.853672 ], [ -122.25346, 37.853728 ], [ -122.253468, 37.853763 ], [ -122.253483, 37.853811 ], [ -122.253346, 37.85383 ], [ -122.253329, 37.853743 ], [ -122.253318, 37.853688 ], [ -122.253265, 37.853695 ], [ -122.253241, 37.853475 ], [ -122.253272, 37.853471 ], [ -122.253295, 37.853468 ], [ -122.253309, 37.853466 ], [ -122.253333, 37.853466 ], [ -122.253262, 37.853052 ], [ -122.253147, 37.852373 ], [ -122.253123, 37.852228 ], [ -122.253078, 37.851958 ], [ -122.253056, 37.851769 ], [ -122.253031, 37.851555 ], [ -122.253, 37.85128 ], [ -122.252995, 37.851238 ], [ -122.25298, 37.851165 ], [ -122.252966, 37.851111 ], [ -122.252964, 37.851099 ], [ -122.25296, 37.851072 ], [ -122.25294, 37.850928 ], [ -122.252919, 37.850772 ], [ -122.252552, 37.850821 ], [ -122.252503, 37.850826 ], [ -122.252449, 37.850342 ], [ -122.252354, 37.849468 ], [ -122.25235, 37.849428 ], [ -122.252425, 37.849323 ], [ -122.25246, 37.84928 ], [ -122.254239, 37.847136 ], [ -122.255084, 37.846069 ], [ -122.256205, 37.844686 ], [ -122.257007, 37.843602 ], [ -122.257418, 37.843096 ], [ -122.257617, 37.842895 ], [ -122.257728, 37.842819 ], [ -122.257923, 37.842606 ], [ -122.258415, 37.842451 ], [ -122.258449, 37.84244 ], [ -122.259891, 37.841987 ], [ -122.260384, 37.841833 ], [ -122.260888, 37.841694 ], [ -122.261244, 37.841581 ], [ -122.261366, 37.841537 ], [ -122.261704, 37.841415 ], [ -122.261778, 37.841391 ], [ -122.26186, 37.841353 ], [ -122.261826, 37.841623 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400500", "name": "Census Tract 4005, Alameda County, California", "total_population_17": 3944, "white_alone_17": 2105.0, "black_alone_17": 951.0, "native_alone_17": 0.0, "asian_alone_17": 220.0, "native_hawaiian_pacific_islander_17": 31.0, "hispanic_or_latino_17": 407.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 16.187, "pct_black_alone_change": -20.169, "pct_native_alone_change": -0.674, "pct_asian_alone_change": -0.404, "pct_hispanic_or_latino_change": -0.326, "pct_native_hawaiian_pacific_islander_change": 0.757, "INTPTLAT": "+37.8485412", "INTPTLON": "-122.2647277" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.269507, 37.848582 ], [ -122.26937, 37.8486 ], [ -122.269237, 37.848617 ], [ -122.269104, 37.848634 ], [ -122.269043, 37.848641 ], [ -122.269049, 37.848671 ], [ -122.269051, 37.848681 ], [ -122.268978, 37.84869 ], [ -122.268612, 37.848737 ], [ -122.268411, 37.848765 ], [ -122.268448, 37.84912 ], [ -122.268457, 37.849173 ], [ -122.268477, 37.849293 ], [ -122.268567, 37.849812 ], [ -122.268597, 37.849986 ], [ -122.268608, 37.850072 ], [ -122.268644, 37.850332 ], [ -122.268657, 37.850419 ], [ -122.268683, 37.850549 ], [ -122.268763, 37.85094 ], [ -122.26879, 37.851071 ], [ -122.268811, 37.851178 ], [ -122.268877, 37.8515 ], [ -122.268899, 37.851608 ], [ -122.268904, 37.851629 ], [ -122.268909, 37.851652 ], [ -122.268669, 37.851681 ], [ -122.268652, 37.851683 ], [ -122.268436, 37.851729 ], [ -122.26821, 37.851776 ], [ -122.267952, 37.851822 ], [ -122.26785, 37.851796 ], [ -122.267778, 37.851796 ], [ -122.267766, 37.851798 ], [ -122.267613, 37.851819 ], [ -122.267241, 37.851867 ], [ -122.267067, 37.85189 ], [ -122.267011, 37.851895 ], [ -122.267014, 37.851911 ], [ -122.266521, 37.851964 ], [ -122.266498, 37.851967 ], [ -122.26641, 37.851977 ], [ -122.266208, 37.851999 ], [ -122.266175, 37.852003 ], [ -122.266128, 37.852009 ], [ -122.266066, 37.852016 ], [ -122.265958, 37.852029 ], [ -122.265524, 37.852087 ], [ -122.265268, 37.852122 ], [ -122.265198, 37.852131 ], [ -122.265184, 37.852133 ], [ -122.263951, 37.852296 ], [ -122.263924, 37.852167 ], [ -122.263835, 37.852203 ], [ -122.263608, 37.852296 ], [ -122.26362, 37.85234 ], [ -122.26363, 37.852372 ], [ -122.263644, 37.852422 ], [ -122.263594, 37.852511 ], [ -122.263569, 37.852547 ], [ -122.263489, 37.852548 ], [ -122.263429, 37.85255 ], [ -122.262367, 37.852681 ], [ -122.262286, 37.852691 ], [ -122.26225, 37.852696 ], [ -122.262245, 37.852657 ], [ -122.262241, 37.852629 ], [ -122.262238, 37.852606 ], [ -122.262234, 37.852585 ], [ -122.262221, 37.852527 ], [ -122.262149, 37.852537 ], [ -122.261829, 37.85258 ], [ -122.261699, 37.852597 ], [ -122.261686, 37.852599 ], [ -122.261511, 37.852623 ], [ -122.261024, 37.852691 ], [ -122.26094, 37.852701 ], [ -122.260826, 37.852715 ], [ -122.260793, 37.852719 ], [ -122.260548, 37.85275 ], [ -122.260223, 37.852793 ], [ -122.260232, 37.852742 ], [ -122.260253, 37.8526 ], [ -122.260258, 37.852569 ], [ -122.260264, 37.852535 ], [ -122.26031, 37.852174 ], [ -122.260329, 37.852033 ], [ -122.260356, 37.851836 ], [ -122.260441, 37.851245 ], [ -122.26047, 37.851049 ], [ -122.260495, 37.850869 ], [ -122.260571, 37.85033 ], [ -122.260587, 37.850223 ], [ -122.260599, 37.850151 ], [ -122.260617, 37.85001 ], [ -122.260673, 37.84959 ], [ -122.260692, 37.84945 ], [ -122.260714, 37.849298 ], [ -122.260782, 37.848845 ], [ -122.260805, 37.848694 ], [ -122.260824, 37.848548 ], [ -122.260883, 37.84811 ], [ -122.260903, 37.847965 ], [ -122.260925, 37.847818 ], [ -122.260995, 37.847379 ], [ -122.261019, 37.847233 ], [ -122.261037, 37.847086 ], [ -122.261095, 37.846645 ], [ -122.261115, 37.846499 ], [ -122.261131, 37.846359 ], [ -122.261175, 37.845981 ], [ -122.261179, 37.84594 ], [ -122.261195, 37.845801 ], [ -122.261214, 37.845646 ], [ -122.261275, 37.845181 ], [ -122.261296, 37.845027 ], [ -122.261382, 37.845028 ], [ -122.26164, 37.845031 ], [ -122.261726, 37.845032 ], [ -122.262408, 37.84493 ], [ -122.264456, 37.844627 ], [ -122.265041, 37.844541 ], [ -122.26514, 37.84453 ], [ -122.265326, 37.844501 ], [ -122.265884, 37.844415 ], [ -122.266071, 37.844387 ], [ -122.266257, 37.844367 ], [ -122.266817, 37.844306 ], [ -122.267004, 37.844287 ], [ -122.267217, 37.844256 ], [ -122.267856, 37.844165 ], [ -122.26807, 37.844136 ], [ -122.268092, 37.844225 ], [ -122.26816, 37.844495 ], [ -122.268183, 37.844585 ], [ -122.268305, 37.845251 ], [ -122.268369, 37.845474 ], [ -122.268411, 37.845598 ], [ -122.268533, 37.846183 ], [ -122.268574, 37.846374 ], [ -122.268609, 37.846562 ], [ -122.268681, 37.846902 ], [ -122.268763, 37.847261 ], [ -122.269134, 37.847213 ], [ -122.269226, 37.847201 ], [ -122.269279, 37.847479 ], [ -122.269388, 37.847999 ], [ -122.269409, 37.848107 ], [ -122.26942, 37.848162 ], [ -122.269435, 37.84823 ], [ -122.269497, 37.848532 ], [ -122.269507, 37.848582 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400600", "name": "Census Tract 4006, Alameda County, California", "total_population_17": 1635, "white_alone_17": 729.0, "black_alone_17": 402.0, "native_alone_17": 4.0, "asian_alone_17": 158.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 140.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 21.388, "pct_black_alone_change": -36.163, "pct_native_alone_change": -0.458, "pct_asian_alone_change": 4.45, "pct_hispanic_or_latino_change": -0.107, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8419909", "INTPTLON": "-122.2648882" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.26807, 37.844136 ], [ -122.267856, 37.844165 ], [ -122.267217, 37.844256 ], [ -122.267004, 37.844287 ], [ -122.266817, 37.844306 ], [ -122.266257, 37.844367 ], [ -122.266071, 37.844387 ], [ -122.265884, 37.844415 ], [ -122.265326, 37.844501 ], [ -122.26514, 37.84453 ], [ -122.265041, 37.844541 ], [ -122.264456, 37.844627 ], [ -122.262408, 37.84493 ], [ -122.261726, 37.845032 ], [ -122.26164, 37.845031 ], [ -122.261382, 37.845028 ], [ -122.261296, 37.845027 ], [ -122.261317, 37.84488 ], [ -122.261382, 37.844441 ], [ -122.261404, 37.844295 ], [ -122.261414, 37.844247 ], [ -122.261448, 37.844103 ], [ -122.26146, 37.844056 ], [ -122.261486, 37.843858 ], [ -122.261566, 37.843265 ], [ -122.261593, 37.843068 ], [ -122.261632, 37.842811 ], [ -122.261686, 37.842467 ], [ -122.26176, 37.842045 ], [ -122.261805, 37.84179 ], [ -122.261826, 37.841623 ], [ -122.26186, 37.841353 ], [ -122.262541, 37.841064 ], [ -122.262811, 37.840926 ], [ -122.262857, 37.840902 ], [ -122.263141, 37.840743 ], [ -122.263437, 37.840561 ], [ -122.263679, 37.8404 ], [ -122.263929, 37.840196 ], [ -122.264164, 37.839997 ], [ -122.264383, 37.839774 ], [ -122.26442, 37.839737 ], [ -122.264446, 37.839711 ], [ -122.264483, 37.839674 ], [ -122.264508, 37.839649 ], [ -122.264525, 37.839632 ], [ -122.264589, 37.839565 ], [ -122.264769, 37.839366 ], [ -122.264958, 37.839092 ], [ -122.265144, 37.838796 ], [ -122.265224, 37.83866 ], [ -122.26534, 37.838461 ], [ -122.26551, 37.838027 ], [ -122.265565, 37.837847 ], [ -122.265631, 37.837636 ], [ -122.265835, 37.837606 ], [ -122.26612, 37.837565 ], [ -122.266448, 37.837511 ], [ -122.266589, 37.837489 ], [ -122.266653, 37.837482 ], [ -122.266684, 37.837496 ], [ -122.266712, 37.837514 ], [ -122.266724, 37.83753 ], [ -122.266742, 37.837591 ], [ -122.266748, 37.837623 ], [ -122.266861, 37.838165 ], [ -122.266905, 37.838345 ], [ -122.266938, 37.838522 ], [ -122.26704, 37.839056 ], [ -122.267074, 37.839234 ], [ -122.26711, 37.839417 ], [ -122.26722, 37.839968 ], [ -122.267241, 37.840068 ], [ -122.267257, 37.840152 ], [ -122.267285, 37.840304 ], [ -122.267372, 37.84076 ], [ -122.267402, 37.840912 ], [ -122.267434, 37.841064 ], [ -122.26753, 37.84152 ], [ -122.267562, 37.841672 ], [ -122.267587, 37.841792 ], [ -122.267665, 37.842152 ], [ -122.267691, 37.842273 ], [ -122.267728, 37.842462 ], [ -122.267841, 37.843029 ], [ -122.267879, 37.843219 ], [ -122.267898, 37.843313 ], [ -122.267955, 37.843596 ], [ -122.267974, 37.843691 ], [ -122.267993, 37.84378 ], [ -122.26805, 37.844047 ], [ -122.26807, 37.844136 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400700", "name": "Census Tract 4007, Alameda County, California", "total_population_17": 4837, "white_alone_17": 1816.0, "black_alone_17": 1679.0, "native_alone_17": 79.0, "asian_alone_17": 200.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 857.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 20.649, "pct_black_alone_change": -35.025, "pct_native_alone_change": 0.981, "pct_asian_alone_change": -0.381, "pct_hispanic_or_latino_change": 11.0, "pct_native_hawaiian_pacific_islander_change": -0.067, "INTPTLAT": "+37.8417667", "INTPTLON": "-122.2723528" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.278018, 37.847383 ], [ -122.277998, 37.847402 ], [ -122.277885, 37.847509 ], [ -122.277841, 37.847515 ], [ -122.277823, 37.847517 ], [ -122.277766, 37.847525 ], [ -122.277703, 37.847533 ], [ -122.277603, 37.847546 ], [ -122.27746, 37.847564 ], [ -122.277329, 37.847582 ], [ -122.276746, 37.847664 ], [ -122.276188, 37.847734 ], [ -122.276173, 37.847662 ], [ -122.276171, 37.847652 ], [ -122.276082, 37.847222 ], [ -122.275896, 37.846329 ], [ -122.275843, 37.846073 ], [ -122.275819, 37.84596 ], [ -122.2758, 37.845867 ], [ -122.275379, 37.845924 ], [ -122.274912, 37.845981 ], [ -122.274435, 37.846042 ], [ -122.274095, 37.846086 ], [ -122.27377, 37.846128 ], [ -122.273323, 37.846186 ], [ -122.273117, 37.846214 ], [ -122.273027, 37.846226 ], [ -122.272646, 37.846278 ], [ -122.272566, 37.846289 ], [ -122.272471, 37.846302 ], [ -122.271763, 37.846395 ], [ -122.271329, 37.846451 ], [ -122.271236, 37.846465 ], [ -122.271085, 37.846485 ], [ -122.271004, 37.846496 ], [ -122.270315, 37.846586 ], [ -122.2702, 37.846601 ], [ -122.270076, 37.846618 ], [ -122.270041, 37.846622 ], [ -122.269926, 37.846637 ], [ -122.269789, 37.846655 ], [ -122.269656, 37.846673 ], [ -122.269631, 37.846676 ], [ -122.269525, 37.84669 ], [ -122.269495, 37.846694 ], [ -122.269409, 37.846705 ], [ -122.269382, 37.846708 ], [ -122.269285, 37.846721 ], [ -122.269144, 37.84674 ], [ -122.269171, 37.846874 ], [ -122.269176, 37.846899 ], [ -122.269181, 37.846927 ], [ -122.269211, 37.84711 ], [ -122.269226, 37.847201 ], [ -122.269134, 37.847213 ], [ -122.268763, 37.847261 ], [ -122.268681, 37.846902 ], [ -122.268609, 37.846562 ], [ -122.268574, 37.846374 ], [ -122.268533, 37.846183 ], [ -122.268411, 37.845598 ], [ -122.268369, 37.845474 ], [ -122.268305, 37.845251 ], [ -122.268183, 37.844585 ], [ -122.26816, 37.844495 ], [ -122.268092, 37.844225 ], [ -122.26807, 37.844136 ], [ -122.26805, 37.844047 ], [ -122.267993, 37.84378 ], [ -122.267974, 37.843691 ], [ -122.267955, 37.843596 ], [ -122.267898, 37.843313 ], [ -122.267879, 37.843219 ], [ -122.267841, 37.843029 ], [ -122.267728, 37.842462 ], [ -122.267691, 37.842273 ], [ -122.267665, 37.842152 ], [ -122.267587, 37.841792 ], [ -122.267562, 37.841672 ], [ -122.26753, 37.84152 ], [ -122.267434, 37.841064 ], [ -122.267402, 37.840912 ], [ -122.267372, 37.84076 ], [ -122.267285, 37.840304 ], [ -122.267257, 37.840152 ], [ -122.267241, 37.840068 ], [ -122.26722, 37.839968 ], [ -122.26711, 37.839417 ], [ -122.267074, 37.839234 ], [ -122.26704, 37.839056 ], [ -122.266938, 37.838522 ], [ -122.266905, 37.838345 ], [ -122.266861, 37.838165 ], [ -122.266748, 37.837623 ], [ -122.266742, 37.837591 ], [ -122.266724, 37.83753 ], [ -122.266712, 37.837514 ], [ -122.266684, 37.837496 ], [ -122.266653, 37.837482 ], [ -122.267064, 37.83744 ], [ -122.267385, 37.837408 ], [ -122.267935, 37.837346 ], [ -122.268296, 37.837307 ], [ -122.268327, 37.837304 ], [ -122.268438, 37.837279 ], [ -122.268459, 37.837275 ], [ -122.268703, 37.837232 ], [ -122.268784, 37.837214 ], [ -122.268886, 37.837192 ], [ -122.269029, 37.837169 ], [ -122.269112, 37.837156 ], [ -122.269151, 37.837149 ], [ -122.269234, 37.837136 ], [ -122.269268, 37.837121 ], [ -122.269305, 37.837105 ], [ -122.26968, 37.837055 ], [ -122.270804, 37.836906 ], [ -122.27118, 37.836857 ], [ -122.271516, 37.836805 ], [ -122.271628, 37.836792 ], [ -122.272236, 37.836722 ], [ -122.272961, 37.836623 ], [ -122.272977, 37.836621 ], [ -122.273356, 37.836582 ], [ -122.273428, 37.836578 ], [ -122.27367, 37.836544 ], [ -122.274398, 37.836441 ], [ -122.274641, 37.836408 ], [ -122.275638, 37.836447 ], [ -122.275665, 37.836462 ], [ -122.275785, 37.836531 ], [ -122.275987, 37.836646 ], [ -122.276009, 37.836659 ], [ -122.27604, 37.836677 ], [ -122.276076, 37.836705 ], [ -122.27622, 37.836818 ], [ -122.276142, 37.837029 ], [ -122.276105, 37.837131 ], [ -122.276059, 37.837259 ], [ -122.275924, 37.837643 ], [ -122.275879, 37.837772 ], [ -122.275846, 37.837849 ], [ -122.275749, 37.838082 ], [ -122.275718, 37.83816 ], [ -122.27611, 37.838323 ], [ -122.276121, 37.838376 ], [ -122.276155, 37.838535 ], [ -122.276167, 37.838589 ], [ -122.276195, 37.838724 ], [ -122.276282, 37.83913 ], [ -122.276311, 37.839266 ], [ -122.276334, 37.839382 ], [ -122.276406, 37.839733 ], [ -122.27643, 37.83985 ], [ -122.27646, 37.840015 ], [ -122.27655, 37.84051 ], [ -122.27658, 37.840676 ], [ -122.276605, 37.840828 ], [ -122.276683, 37.841284 ], [ -122.276709, 37.841436 ], [ -122.276736, 37.84157 ], [ -122.276819, 37.841976 ], [ -122.276847, 37.842111 ], [ -122.276873, 37.84225 ], [ -122.276952, 37.842668 ], [ -122.276979, 37.842808 ], [ -122.276999, 37.842924 ], [ -122.277006, 37.842963 ], [ -122.277012, 37.843085 ], [ -122.277031, 37.843276 ], [ -122.277032, 37.843286 ], [ -122.277026, 37.843394 ], [ -122.27701, 37.84359 ], [ -122.277088, 37.843654 ], [ -122.277322, 37.843846 ], [ -122.2774, 37.84391 ], [ -122.277437, 37.844084 ], [ -122.277548, 37.844607 ], [ -122.277586, 37.844782 ], [ -122.277599, 37.844865 ], [ -122.277641, 37.845115 ], [ -122.277655, 37.845199 ], [ -122.277676, 37.845376 ], [ -122.277742, 37.845907 ], [ -122.277764, 37.846084 ], [ -122.277981, 37.846972 ], [ -122.278078, 37.847326 ], [ -122.278018, 37.847383 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400800", "name": "Census Tract 4008, Alameda County, California", "total_population_17": 3796, "white_alone_17": 1457.0, "black_alone_17": 1217.0, "native_alone_17": 9.0, "asian_alone_17": 501.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 421.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 17.451, "pct_black_alone_change": -27.026, "pct_native_alone_change": -0.654, "pct_asian_alone_change": 3.845, "pct_hispanic_or_latino_change": 2.154, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+37.8454674", "INTPTLON": "-122.2833943" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.28873, 37.849962 ], [ -122.287459, 37.850239 ], [ -122.286247, 37.850505 ], [ -122.286221, 37.850424 ], [ -122.28616, 37.850236 ], [ -122.286143, 37.850184 ], [ -122.286132, 37.850149 ], [ -122.286006, 37.850173 ], [ -122.285812, 37.850207 ], [ -122.285689, 37.85023 ], [ -122.285586, 37.850251 ], [ -122.285442, 37.850278 ], [ -122.28543, 37.85028 ], [ -122.284984, 37.850367 ], [ -122.284638, 37.850435 ], [ -122.28452, 37.850458 ], [ -122.2845, 37.850391 ], [ -122.284331, 37.850424 ], [ -122.284352, 37.85049 ], [ -122.284054, 37.850548 ], [ -122.283834, 37.850591 ], [ -122.283571, 37.850642 ], [ -122.283503, 37.850448 ], [ -122.283464, 37.850329 ], [ -122.283459, 37.850307 ], [ -122.28344, 37.85022 ], [ -122.283346, 37.849956 ], [ -122.283383, 37.849948 ], [ -122.283354, 37.84985 ], [ -122.283326, 37.849757 ], [ -122.283245, 37.849489 ], [ -122.283216, 37.849407 ], [ -122.283197, 37.849347 ], [ -122.283089, 37.849372 ], [ -122.282997, 37.849102 ], [ -122.282964, 37.849008 ], [ -122.282714, 37.849063 ], [ -122.282705, 37.849036 ], [ -122.282619, 37.849057 ], [ -122.282588, 37.849062 ], [ -122.282597, 37.849088 ], [ -122.282463, 37.849118 ], [ -122.282454, 37.849092 ], [ -122.282441, 37.849055 ], [ -122.282332, 37.848743 ], [ -122.282244, 37.848492 ], [ -122.282178, 37.848307 ], [ -122.28199, 37.848348 ], [ -122.281875, 37.847829 ], [ -122.281863, 37.847776 ], [ -122.282052, 37.847751 ], [ -122.281977, 37.847416 ], [ -122.281973, 37.847376 ], [ -122.281966, 37.847311 ], [ -122.281957, 37.847245 ], [ -122.281899, 37.846975 ], [ -122.281804, 37.846988 ], [ -122.281792, 37.846989 ], [ -122.281702, 37.847001 ], [ -122.281502, 37.847028 ], [ -122.281372, 37.847044 ], [ -122.281354, 37.847046 ], [ -122.281275, 37.847057 ], [ -122.281148, 37.847074 ], [ -122.280708, 37.847133 ], [ -122.280298, 37.847188 ], [ -122.280024, 37.847224 ], [ -122.279888, 37.847242 ], [ -122.279883, 37.84722 ], [ -122.279747, 37.847239 ], [ -122.279751, 37.84726 ], [ -122.279576, 37.847282 ], [ -122.279521, 37.84729 ], [ -122.279371, 37.84731 ], [ -122.278944, 37.847367 ], [ -122.27889, 37.847375 ], [ -122.278542, 37.847421 ], [ -122.278136, 37.847475 ], [ -122.277885, 37.847509 ], [ -122.277998, 37.847402 ], [ -122.278018, 37.847383 ], [ -122.278078, 37.847326 ], [ -122.277981, 37.846972 ], [ -122.277764, 37.846084 ], [ -122.277742, 37.845907 ], [ -122.277676, 37.845376 ], [ -122.277655, 37.845199 ], [ -122.277641, 37.845115 ], [ -122.277599, 37.844865 ], [ -122.277586, 37.844782 ], [ -122.277548, 37.844607 ], [ -122.277437, 37.844084 ], [ -122.2774, 37.84391 ], [ -122.277322, 37.843846 ], [ -122.277088, 37.843654 ], [ -122.27701, 37.84359 ], [ -122.277335, 37.843462 ], [ -122.277761, 37.843295 ], [ -122.278301, 37.843056 ], [ -122.278621, 37.842915 ], [ -122.278695, 37.842883 ], [ -122.278919, 37.842788 ], [ -122.278994, 37.842757 ], [ -122.279447, 37.842565 ], [ -122.280807, 37.841991 ], [ -122.281011, 37.841906 ], [ -122.28126, 37.8418 ], [ -122.281645, 37.841635 ], [ -122.282285, 37.841362 ], [ -122.2828, 37.841141 ], [ -122.283062, 37.841029 ], [ -122.283186, 37.840978 ], [ -122.283999, 37.840624 ], [ -122.283957, 37.840487 ], [ -122.28407, 37.840411 ], [ -122.284753, 37.840133 ], [ -122.285576, 37.839778 ], [ -122.285604, 37.839871 ], [ -122.28569, 37.840153 ], [ -122.285698, 37.840179 ], [ -122.285721, 37.840247 ], [ -122.285835, 37.840597 ], [ -122.286179, 37.84165 ], [ -122.286294, 37.842001 ], [ -122.286378, 37.842269 ], [ -122.28663, 37.843076 ], [ -122.286714, 37.843345 ], [ -122.286759, 37.84348 ], [ -122.286897, 37.843885 ], [ -122.286943, 37.84402 ], [ -122.286996, 37.844202 ], [ -122.287157, 37.844751 ], [ -122.287211, 37.844934 ], [ -122.287268, 37.845101 ], [ -122.287441, 37.845604 ], [ -122.287499, 37.845772 ], [ -122.287543, 37.845917 ], [ -122.287677, 37.846353 ], [ -122.287722, 37.846499 ], [ -122.28775, 37.84658 ], [ -122.287837, 37.846825 ], [ -122.287845, 37.846847 ], [ -122.287866, 37.846907 ], [ -122.287805, 37.846924 ], [ -122.287835, 37.847016 ], [ -122.287809, 37.847024 ], [ -122.287824, 37.847072 ], [ -122.287828, 37.847084 ], [ -122.287836, 37.84711 ], [ -122.287839, 37.84712 ], [ -122.287867, 37.847112 ], [ -122.287916, 37.847261 ], [ -122.287934, 37.847383 ], [ -122.287936, 37.847398 ], [ -122.287954, 37.847521 ], [ -122.288026, 37.847725 ], [ -122.288128, 37.848014 ], [ -122.28826, 37.848423 ], [ -122.288292, 37.848549 ], [ -122.288315, 37.84864 ], [ -122.288369, 37.848809 ], [ -122.288456, 37.849085 ], [ -122.288477, 37.849159 ], [ -122.288521, 37.849299 ], [ -122.288529, 37.849324 ], [ -122.288539, 37.849356 ], [ -122.288604, 37.849561 ], [ -122.28873, 37.849962 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001400900", "name": "Census Tract 4009, Alameda County, California", "total_population_17": 2394, "white_alone_17": 1019.0, "black_alone_17": 775.0, "native_alone_17": 9.0, "asian_alone_17": 147.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 289.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 22.247, "pct_black_alone_change": -31.552, "pct_native_alone_change": -0.52, "pct_asian_alone_change": 0.765, "pct_hispanic_or_latino_change": 3.847, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8394912", "INTPTLON": "-122.2802646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285576, 37.839778 ], [ -122.284753, 37.840133 ], [ -122.28407, 37.840411 ], [ -122.283957, 37.840487 ], [ -122.283999, 37.840624 ], [ -122.283186, 37.840978 ], [ -122.283062, 37.841029 ], [ -122.2828, 37.841141 ], [ -122.282285, 37.841362 ], [ -122.281645, 37.841635 ], [ -122.28126, 37.8418 ], [ -122.281011, 37.841906 ], [ -122.280807, 37.841991 ], [ -122.279447, 37.842565 ], [ -122.278994, 37.842757 ], [ -122.278919, 37.842788 ], [ -122.278695, 37.842883 ], [ -122.278621, 37.842915 ], [ -122.278301, 37.843056 ], [ -122.277761, 37.843295 ], [ -122.277335, 37.843462 ], [ -122.27701, 37.84359 ], [ -122.277026, 37.843394 ], [ -122.277032, 37.843286 ], [ -122.277031, 37.843276 ], [ -122.277012, 37.843085 ], [ -122.277006, 37.842963 ], [ -122.276999, 37.842924 ], [ -122.276979, 37.842808 ], [ -122.276952, 37.842668 ], [ -122.276873, 37.84225 ], [ -122.276847, 37.842111 ], [ -122.276819, 37.841976 ], [ -122.276736, 37.84157 ], [ -122.276709, 37.841436 ], [ -122.276683, 37.841284 ], [ -122.276605, 37.840828 ], [ -122.27658, 37.840676 ], [ -122.27655, 37.84051 ], [ -122.27646, 37.840015 ], [ -122.27643, 37.83985 ], [ -122.276406, 37.839733 ], [ -122.276334, 37.839382 ], [ -122.276311, 37.839266 ], [ -122.276282, 37.83913 ], [ -122.276195, 37.838724 ], [ -122.276167, 37.838589 ], [ -122.276155, 37.838535 ], [ -122.276121, 37.838376 ], [ -122.27611, 37.838323 ], [ -122.275718, 37.83816 ], [ -122.275749, 37.838082 ], [ -122.275846, 37.837849 ], [ -122.275879, 37.837772 ], [ -122.275924, 37.837643 ], [ -122.276059, 37.837259 ], [ -122.276105, 37.837131 ], [ -122.276142, 37.837029 ], [ -122.27622, 37.836818 ], [ -122.276257, 37.836848 ], [ -122.27638, 37.83693 ], [ -122.27656, 37.836897 ], [ -122.276794, 37.836853 ], [ -122.27694, 37.83687 ], [ -122.277115, 37.837003 ], [ -122.277135, 37.837077 ], [ -122.277409, 37.837029 ], [ -122.278062, 37.83691 ], [ -122.27807, 37.836927 ], [ -122.278111, 37.836933 ], [ -122.278148, 37.836945 ], [ -122.278187, 37.836964 ], [ -122.27821, 37.836985 ], [ -122.278232, 37.837001 ], [ -122.278244, 37.83702 ], [ -122.278312, 37.837069 ], [ -122.278384, 37.837113 ], [ -122.278438, 37.837131 ], [ -122.278526, 37.837167 ], [ -122.278546, 37.837175 ], [ -122.278592, 37.83719 ], [ -122.278625, 37.8372 ], [ -122.27865, 37.837207 ], [ -122.278678, 37.837221 ], [ -122.27871, 37.837232 ], [ -122.278736, 37.837234 ], [ -122.278779, 37.837239 ], [ -122.278816, 37.837241 ], [ -122.278953, 37.837233 ], [ -122.278939, 37.837178 ], [ -122.278963, 37.83718 ], [ -122.279294, 37.83712 ], [ -122.27941, 37.837102 ], [ -122.279547, 37.837075 ], [ -122.279928, 37.837006 ], [ -122.280308, 37.836938 ], [ -122.281098, 37.836791 ], [ -122.281331, 37.836752 ], [ -122.281425, 37.836736 ], [ -122.281525, 37.836719 ], [ -122.281649, 37.836692 ], [ -122.28171, 37.836884 ], [ -122.28172, 37.836917 ], [ -122.281775, 37.837109 ], [ -122.281807, 37.837206 ], [ -122.281963, 37.837181 ], [ -122.282024, 37.83717 ], [ -122.282131, 37.837152 ], [ -122.284, 37.836803 ], [ -122.284085, 37.836787 ], [ -122.284197, 37.836766 ], [ -122.284343, 37.836739 ], [ -122.284429, 37.836724 ], [ -122.284453, 37.836722 ], [ -122.284467, 37.836721 ], [ -122.284494, 37.83672 ], [ -122.284611, 37.837096 ], [ -122.28471, 37.837394 ], [ -122.284798, 37.837683 ], [ -122.284915, 37.838031 ], [ -122.285012, 37.83801 ], [ -122.285053, 37.838138 ], [ -122.285124, 37.838363 ], [ -122.285463, 37.839424 ], [ -122.285576, 37.839778 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401000", "name": "Census Tract 4010, Alameda County, California", "total_population_17": 6247, "white_alone_17": 1829.0, "black_alone_17": 2286.0, "native_alone_17": 8.0, "asian_alone_17": 186.0, "native_hawaiian_pacific_islander_17": 85.0, "hispanic_or_latino_17": 1237.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 20.082, "pct_black_alone_change": -36.554, "pct_native_alone_change": -0.345, "pct_asian_alone_change": -3.854, "pct_hispanic_or_latino_change": 10.221, "pct_native_hawaiian_pacific_islander_change": 1.238, "INTPTLAT": "+37.8312254", "INTPTLON": "-122.2719013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.278707, 37.827151 ], [ -122.278579, 37.827121 ], [ -122.278447, 37.827089 ], [ -122.278191, 37.827027 ], [ -122.277873, 37.826951 ], [ -122.277878, 37.826967 ], [ -122.27789, 37.827007 ], [ -122.277923, 37.827108 ], [ -122.277912, 37.827147 ], [ -122.277904, 37.827177 ], [ -122.277868, 37.82732 ], [ -122.277977, 37.827337 ], [ -122.278074, 37.827666 ], [ -122.278206, 37.828111 ], [ -122.278226, 37.828177 ], [ -122.278299, 37.828394 ], [ -122.27832, 37.828454 ], [ -122.278343, 37.828522 ], [ -122.278366, 37.828592 ], [ -122.278381, 37.828635 ], [ -122.278426, 37.82876 ], [ -122.278441, 37.828803 ], [ -122.278463, 37.828864 ], [ -122.278369, 37.829117 ], [ -122.278251, 37.829429 ], [ -122.278215, 37.82954 ], [ -122.278061, 37.829934 ], [ -122.2779, 37.830366 ], [ -122.277606, 37.831136 ], [ -122.277556, 37.831276 ], [ -122.277343, 37.831835 ], [ -122.277204, 37.832216 ], [ -122.277168, 37.832297 ], [ -122.276943, 37.832898 ], [ -122.276766, 37.833361 ], [ -122.276679, 37.833595 ], [ -122.276648, 37.83367 ], [ -122.276441, 37.834199 ], [ -122.27641, 37.834279 ], [ -122.27638, 37.834355 ], [ -122.276182, 37.834864 ], [ -122.276146, 37.83496 ], [ -122.275896, 37.835661 ], [ -122.275607, 37.83643 ], [ -122.275638, 37.836447 ], [ -122.274641, 37.836408 ], [ -122.274398, 37.836441 ], [ -122.27367, 37.836544 ], [ -122.273428, 37.836578 ], [ -122.273356, 37.836582 ], [ -122.272977, 37.836621 ], [ -122.272961, 37.836623 ], [ -122.272236, 37.836722 ], [ -122.271628, 37.836792 ], [ -122.271516, 37.836805 ], [ -122.27118, 37.836857 ], [ -122.270804, 37.836906 ], [ -122.26968, 37.837055 ], [ -122.269305, 37.837105 ], [ -122.269268, 37.837121 ], [ -122.269234, 37.837136 ], [ -122.269151, 37.837149 ], [ -122.269112, 37.837156 ], [ -122.269029, 37.837169 ], [ -122.268886, 37.837192 ], [ -122.268784, 37.837214 ], [ -122.268703, 37.837232 ], [ -122.268459, 37.837275 ], [ -122.268438, 37.837279 ], [ -122.268327, 37.837304 ], [ -122.268296, 37.837307 ], [ -122.267935, 37.837346 ], [ -122.267385, 37.837408 ], [ -122.267064, 37.83744 ], [ -122.266653, 37.837482 ], [ -122.266589, 37.837489 ], [ -122.266448, 37.837511 ], [ -122.26612, 37.837565 ], [ -122.265835, 37.837606 ], [ -122.265631, 37.837636 ], [ -122.265647, 37.837578 ], [ -122.265755, 37.837034 ], [ -122.266115, 37.835227 ], [ -122.266118, 37.835217 ], [ -122.266236, 37.834625 ], [ -122.266258, 37.834514 ], [ -122.266299, 37.834312 ], [ -122.266327, 37.834181 ], [ -122.266351, 37.834071 ], [ -122.266379, 37.833937 ], [ -122.266465, 37.833538 ], [ -122.266494, 37.833405 ], [ -122.266514, 37.83331 ], [ -122.266578, 37.833025 ], [ -122.266599, 37.832931 ], [ -122.266628, 37.832774 ], [ -122.266718, 37.832303 ], [ -122.266748, 37.832147 ], [ -122.266777, 37.831985 ], [ -122.266865, 37.8315 ], [ -122.266895, 37.831339 ], [ -122.266939, 37.831193 ], [ -122.266941, 37.831181 ], [ -122.267006, 37.830878 ], [ -122.267043, 37.830698 ], [ -122.267077, 37.830538 ], [ -122.267251, 37.829656 ], [ -122.267277, 37.82953 ], [ -122.267396, 37.828952 ], [ -122.267419, 37.828852 ], [ -122.267456, 37.82869 ], [ -122.267555, 37.828261 ], [ -122.267566, 37.828205 ], [ -122.267599, 37.828043 ], [ -122.267643, 37.827829 ], [ -122.267828, 37.827044 ], [ -122.267913, 37.826942 ], [ -122.26824, 37.826555 ], [ -122.2683, 37.826485 ], [ -122.268368, 37.826304 ], [ -122.268452, 37.826078 ], [ -122.268507, 37.825931 ], [ -122.268541, 37.825796 ], [ -122.268541, 37.825569 ], [ -122.268519, 37.825298 ], [ -122.268411, 37.825041 ], [ -122.268476, 37.824813 ], [ -122.268546, 37.824532 ], [ -122.268563, 37.824462 ], [ -122.26883, 37.824531 ], [ -122.269048, 37.824571 ], [ -122.269348, 37.824631 ], [ -122.269686, 37.824696 ], [ -122.27274, 37.825464 ], [ -122.273365, 37.825637 ], [ -122.274402, 37.825924 ], [ -122.274453, 37.825935 ], [ -122.275061, 37.826059 ], [ -122.275136, 37.82608 ], [ -122.278488, 37.826848 ], [ -122.278611, 37.826878 ], [ -122.278638, 37.826959 ], [ -122.27865, 37.826993 ], [ -122.278707, 37.827151 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401100", "name": "Census Tract 4011, Alameda County, California", "total_population_17": 4205, "white_alone_17": 2123.0, "black_alone_17": 644.0, "native_alone_17": 0.0, "asian_alone_17": 688.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 436.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 13.553, "pct_black_alone_change": -19.499, "pct_native_alone_change": -1.373, "pct_asian_alone_change": 2.635, "pct_hispanic_or_latino_change": -1.41, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+37.8305012", "INTPTLON": "-122.2638578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.268546, 37.824532 ], [ -122.268476, 37.824813 ], [ -122.268411, 37.825041 ], [ -122.268519, 37.825298 ], [ -122.268541, 37.825569 ], [ -122.268541, 37.825796 ], [ -122.268507, 37.825931 ], [ -122.268452, 37.826078 ], [ -122.268368, 37.826304 ], [ -122.2683, 37.826485 ], [ -122.26824, 37.826555 ], [ -122.267913, 37.826942 ], [ -122.267828, 37.827044 ], [ -122.267643, 37.827829 ], [ -122.267599, 37.828043 ], [ -122.267566, 37.828205 ], [ -122.267555, 37.828261 ], [ -122.267456, 37.82869 ], [ -122.267419, 37.828852 ], [ -122.267396, 37.828952 ], [ -122.267277, 37.82953 ], [ -122.267251, 37.829656 ], [ -122.267077, 37.830538 ], [ -122.267043, 37.830698 ], [ -122.267006, 37.830878 ], [ -122.266941, 37.831181 ], [ -122.266939, 37.831193 ], [ -122.266895, 37.831339 ], [ -122.266865, 37.8315 ], [ -122.266777, 37.831985 ], [ -122.266748, 37.832147 ], [ -122.266718, 37.832303 ], [ -122.266628, 37.832774 ], [ -122.266599, 37.832931 ], [ -122.266578, 37.833025 ], [ -122.266514, 37.83331 ], [ -122.266494, 37.833405 ], [ -122.266465, 37.833538 ], [ -122.266379, 37.833937 ], [ -122.266351, 37.834071 ], [ -122.266327, 37.834181 ], [ -122.266299, 37.834312 ], [ -122.266258, 37.834514 ], [ -122.266236, 37.834625 ], [ -122.266118, 37.835217 ], [ -122.266115, 37.835227 ], [ -122.265755, 37.837034 ], [ -122.265647, 37.837578 ], [ -122.265631, 37.837636 ], [ -122.265586, 37.837642 ], [ -122.265452, 37.837663 ], [ -122.265436, 37.837666 ], [ -122.265408, 37.837668 ], [ -122.265228, 37.837681 ], [ -122.265127, 37.837687 ], [ -122.265026, 37.8377 ], [ -122.264829, 37.837746 ], [ -122.264743, 37.837761 ], [ -122.264584, 37.837778 ], [ -122.264383, 37.837806 ], [ -122.264321, 37.837826 ], [ -122.264269, 37.83786 ], [ -122.264169, 37.83787 ], [ -122.264112, 37.837915 ], [ -122.263993, 37.83795 ], [ -122.263878, 37.837953 ], [ -122.263759, 37.837942 ], [ -122.263359, 37.83788 ], [ -122.263238, 37.837879 ], [ -122.262292, 37.837978 ], [ -122.262305, 37.837859 ], [ -122.262361, 37.837314 ], [ -122.262259, 37.837293 ], [ -122.262064, 37.837267 ], [ -122.26163, 37.83721 ], [ -122.26117, 37.837157 ], [ -122.260872, 37.837124 ], [ -122.260012, 37.837011 ], [ -122.25999, 37.837007 ], [ -122.259924, 37.836997 ], [ -122.259902, 37.836994 ], [ -122.259577, 37.836944 ], [ -122.259516, 37.836935 ], [ -122.259531, 37.836825 ], [ -122.259555, 37.836698 ], [ -122.259609, 37.836427 ], [ -122.259637, 37.836319 ], [ -122.259643, 37.836298 ], [ -122.25968, 37.836197 ], [ -122.259716, 37.836058 ], [ -122.259827, 37.835645 ], [ -122.259864, 37.835507 ], [ -122.259932, 37.835259 ], [ -122.26014, 37.834516 ], [ -122.260176, 37.834387 ], [ -122.260193, 37.834265 ], [ -122.260175, 37.83408 ], [ -122.260124, 37.833525 ], [ -122.260107, 37.833341 ], [ -122.260092, 37.833187 ], [ -122.260047, 37.832727 ], [ -122.260032, 37.832574 ], [ -122.260009, 37.832433 ], [ -122.260004, 37.8324 ], [ -122.259962, 37.832001 ], [ -122.259988, 37.831871 ], [ -122.260031, 37.831699 ], [ -122.26016, 37.831187 ], [ -122.260204, 37.831016 ], [ -122.26024, 37.830876 ], [ -122.260351, 37.830459 ], [ -122.260388, 37.830321 ], [ -122.260436, 37.830132 ], [ -122.26058, 37.829568 ], [ -122.260629, 37.82938 ], [ -122.260671, 37.82923 ], [ -122.260798, 37.828783 ], [ -122.260841, 37.828634 ], [ -122.260869, 37.828532 ], [ -122.26095, 37.828239 ], [ -122.261103, 37.827687 ], [ -122.261259, 37.8271 ], [ -122.261273, 37.827054 ], [ -122.261337, 37.82685 ], [ -122.261375, 37.826659 ], [ -122.261603, 37.825389 ], [ -122.261629, 37.825302 ], [ -122.261665, 37.825198 ], [ -122.261678, 37.82515 ], [ -122.26181, 37.824688 ], [ -122.261855, 37.824535 ], [ -122.261909, 37.824382 ], [ -122.261964, 37.824184 ], [ -122.262031, 37.823911 ], [ -122.262071, 37.823754 ], [ -122.262076, 37.82371 ], [ -122.262094, 37.823579 ], [ -122.2621, 37.823536 ], [ -122.262028, 37.82315 ], [ -122.262013, 37.823067 ], [ -122.261996, 37.823012 ], [ -122.263397, 37.8233 ], [ -122.26585, 37.823847 ], [ -122.26597, 37.823881 ], [ -122.267545, 37.8242 ], [ -122.267797, 37.824262 ], [ -122.268006, 37.824314 ], [ -122.268272, 37.824385 ], [ -122.268318, 37.824397 ], [ -122.268415, 37.824423 ], [ -122.26847, 37.824437 ], [ -122.268563, 37.824462 ], [ -122.268546, 37.824532 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401200", "name": "Census Tract 4012, Alameda County, California", "total_population_17": 2601, "white_alone_17": 1332.0, "black_alone_17": 430.0, "native_alone_17": 24.0, "asian_alone_17": 227.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 486.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -2.366, "pct_black_alone_change": -7.687, "pct_native_alone_change": 0.306, "pct_asian_alone_change": -4.39, "pct_hispanic_or_latino_change": 11.078, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8306009", "INTPTLON": "-122.2579158" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262094, 37.823579 ], [ -122.262076, 37.82371 ], [ -122.262071, 37.823754 ], [ -122.262031, 37.823911 ], [ -122.261964, 37.824184 ], [ -122.261909, 37.824382 ], [ -122.261855, 37.824535 ], [ -122.26181, 37.824688 ], [ -122.261678, 37.82515 ], [ -122.261665, 37.825198 ], [ -122.261629, 37.825302 ], [ -122.261603, 37.825389 ], [ -122.261375, 37.826659 ], [ -122.261337, 37.82685 ], [ -122.261273, 37.827054 ], [ -122.261259, 37.8271 ], [ -122.261103, 37.827687 ], [ -122.26095, 37.828239 ], [ -122.260869, 37.828532 ], [ -122.260841, 37.828634 ], [ -122.260798, 37.828783 ], [ -122.260671, 37.82923 ], [ -122.260629, 37.82938 ], [ -122.26058, 37.829568 ], [ -122.260436, 37.830132 ], [ -122.260388, 37.830321 ], [ -122.260351, 37.830459 ], [ -122.26024, 37.830876 ], [ -122.260204, 37.831016 ], [ -122.26016, 37.831187 ], [ -122.260031, 37.831699 ], [ -122.259988, 37.831871 ], [ -122.259962, 37.832001 ], [ -122.260004, 37.8324 ], [ -122.260009, 37.832433 ], [ -122.260032, 37.832574 ], [ -122.260047, 37.832727 ], [ -122.260092, 37.833187 ], [ -122.260107, 37.833341 ], [ -122.260124, 37.833525 ], [ -122.260175, 37.83408 ], [ -122.260193, 37.834265 ], [ -122.260176, 37.834387 ], [ -122.26014, 37.834516 ], [ -122.259932, 37.835259 ], [ -122.259864, 37.835507 ], [ -122.259827, 37.835645 ], [ -122.259716, 37.836058 ], [ -122.25968, 37.836197 ], [ -122.259643, 37.836298 ], [ -122.259637, 37.836319 ], [ -122.259609, 37.836427 ], [ -122.259555, 37.836698 ], [ -122.259531, 37.836825 ], [ -122.259516, 37.836935 ], [ -122.258604, 37.836783 ], [ -122.25828, 37.836729 ], [ -122.258079, 37.836705 ], [ -122.257919, 37.83668 ], [ -122.25764, 37.836637 ], [ -122.257348, 37.836584 ], [ -122.256971, 37.836493 ], [ -122.256852, 37.836454 ], [ -122.256713, 37.836408 ], [ -122.256509, 37.836335 ], [ -122.256284, 37.836247 ], [ -122.255632, 37.835994 ], [ -122.255555, 37.835964 ], [ -122.255414, 37.835909 ], [ -122.255187, 37.835819 ], [ -122.254509, 37.835549 ], [ -122.254283, 37.83546 ], [ -122.254118, 37.835397 ], [ -122.253624, 37.835208 ], [ -122.25346, 37.835146 ], [ -122.253234, 37.835054 ], [ -122.253038, 37.834975 ], [ -122.252852, 37.834865 ], [ -122.252606, 37.834686 ], [ -122.25241, 37.834543 ], [ -122.252453, 37.83447 ], [ -122.252584, 37.834249 ], [ -122.252627, 37.834181 ], [ -122.253016, 37.833557 ], [ -122.253229, 37.833194 ], [ -122.253474, 37.832805 ], [ -122.254209, 37.83164 ], [ -122.254455, 37.831252 ], [ -122.254582, 37.831049 ], [ -122.254965, 37.830442 ], [ -122.255093, 37.83024 ], [ -122.255134, 37.830173 ], [ -122.255258, 37.829974 ], [ -122.2553, 37.829908 ], [ -122.256203, 37.828483 ], [ -122.256742, 37.827628 ], [ -122.256799, 37.827536 ], [ -122.257615, 37.826232 ], [ -122.257781, 37.825947 ], [ -122.257906, 37.825749 ], [ -122.257961, 37.82566 ], [ -122.2585, 37.824801 ], [ -122.25868, 37.824515 ], [ -122.258756, 37.824407 ], [ -122.258949, 37.824099 ], [ -122.259741, 37.82284 ], [ -122.260006, 37.822421 ], [ -122.260425, 37.822587 ], [ -122.260832, 37.822726 ], [ -122.261207, 37.822824 ], [ -122.261453, 37.822887 ], [ -122.261996, 37.823012 ], [ -122.262013, 37.823067 ], [ -122.262028, 37.82315 ], [ -122.2621, 37.823536 ], [ -122.262094, 37.823579 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401300", "name": "Census Tract 4013, Alameda County, California", "total_population_17": 4054, "white_alone_17": 1400.0, "black_alone_17": 1319.0, "native_alone_17": 35.0, "asian_alone_17": 620.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 546.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 10.406, "pct_black_alone_change": -19.706, "pct_native_alone_change": -0.596, "pct_asian_alone_change": 3.159, "pct_hispanic_or_latino_change": 4.607, "pct_native_hawaiian_pacific_islander_change": -0.071, "INTPTLAT": "+37.8181162", "INTPTLON": "-122.2666978" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.273394, 37.812723 ], [ -122.273204, 37.812888 ], [ -122.272902, 37.813152 ], [ -122.27264, 37.81339 ], [ -122.272613, 37.813416 ], [ -122.272534, 37.813493 ], [ -122.27246, 37.813566 ], [ -122.272277, 37.813755 ], [ -122.272032, 37.814037 ], [ -122.271936, 37.814158 ], [ -122.271849, 37.814286 ], [ -122.271556, 37.814728 ], [ -122.271379, 37.815031 ], [ -122.271246, 37.815325 ], [ -122.271165, 37.815539 ], [ -122.270885, 37.816353 ], [ -122.270753, 37.816756 ], [ -122.270708, 37.816875 ], [ -122.270684, 37.816944 ], [ -122.270558, 37.817335 ], [ -122.270532, 37.817419 ], [ -122.270338, 37.817875 ], [ -122.270199, 37.818302 ], [ -122.270147, 37.818496 ], [ -122.270041, 37.818894 ], [ -122.26997, 37.819175 ], [ -122.269891, 37.819488 ], [ -122.269794, 37.81981 ], [ -122.269532, 37.820817 ], [ -122.269462, 37.821123 ], [ -122.269395, 37.821391 ], [ -122.269325, 37.821711 ], [ -122.269299, 37.821815 ], [ -122.26918, 37.82229 ], [ -122.268876, 37.82312 ], [ -122.268811, 37.823103 ], [ -122.26856, 37.823755 ], [ -122.26847, 37.823883 ], [ -122.268418, 37.823957 ], [ -122.268343, 37.824064 ], [ -122.268326, 37.824125 ], [ -122.268322, 37.824149 ], [ -122.268313, 37.824214 ], [ -122.268272, 37.824385 ], [ -122.268006, 37.824314 ], [ -122.267797, 37.824262 ], [ -122.267545, 37.8242 ], [ -122.26597, 37.823881 ], [ -122.26585, 37.823847 ], [ -122.263397, 37.8233 ], [ -122.261996, 37.823012 ], [ -122.261453, 37.822887 ], [ -122.261207, 37.822824 ], [ -122.260832, 37.822726 ], [ -122.260425, 37.822587 ], [ -122.260006, 37.822421 ], [ -122.260097, 37.822282 ], [ -122.26015, 37.822203 ], [ -122.260177, 37.82216 ], [ -122.260322, 37.821927 ], [ -122.260359, 37.821861 ], [ -122.260442, 37.821718 ], [ -122.260529, 37.821564 ], [ -122.260645, 37.821363 ], [ -122.260802, 37.821107 ], [ -122.260896, 37.820957 ], [ -122.26093, 37.820906 ], [ -122.260961, 37.820861 ], [ -122.261027, 37.820762 ], [ -122.26104, 37.820753 ], [ -122.261062, 37.820701 ], [ -122.261085, 37.820663 ], [ -122.261154, 37.820553 ], [ -122.261178, 37.820516 ], [ -122.261415, 37.820135 ], [ -122.262128, 37.818994 ], [ -122.262366, 37.818614 ], [ -122.262509, 37.81838 ], [ -122.26294, 37.817682 ], [ -122.263084, 37.817449 ], [ -122.263756, 37.816381 ], [ -122.264138, 37.815793 ], [ -122.264193, 37.81571 ], [ -122.264254, 37.815609 ], [ -122.264704, 37.814863 ], [ -122.26516, 37.814145 ], [ -122.265246, 37.813994 ], [ -122.265506, 37.813545 ], [ -122.265593, 37.813395 ], [ -122.265751, 37.813147 ], [ -122.266083, 37.81263 ], [ -122.266226, 37.812407 ], [ -122.266386, 37.812161 ], [ -122.266771, 37.811553 ], [ -122.26787, 37.811742 ], [ -122.26893, 37.811934 ], [ -122.268995, 37.811943 ], [ -122.269058, 37.811959 ], [ -122.269255, 37.811994 ], [ -122.269536, 37.812041 ], [ -122.270272, 37.812167 ], [ -122.270972, 37.812289 ], [ -122.271177, 37.812325 ], [ -122.271311, 37.812349 ], [ -122.271378, 37.812364 ], [ -122.27145, 37.81238 ], [ -122.271657, 37.812418 ], [ -122.272265, 37.812529 ], [ -122.272737, 37.812613 ], [ -122.272781, 37.812624 ], [ -122.272825, 37.812629 ], [ -122.272867, 37.812636 ], [ -122.273043, 37.812669 ], [ -122.273125, 37.812685 ], [ -122.273262, 37.812704 ], [ -122.273394, 37.812723 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401400", "name": "Census Tract 4014, Alameda County, California", "total_population_17": 4013, "white_alone_17": 889.0, "black_alone_17": 1509.0, "native_alone_17": 72.0, "asian_alone_17": 235.0, "native_hawaiian_pacific_islander_17": 40.0, "hispanic_or_latino_17": 940.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 16.843, "pct_black_alone_change": -28.861, "pct_native_alone_change": 1.269, "pct_asian_alone_change": -5.624, "pct_hispanic_or_latino_change": 8.608, "pct_native_hawaiian_pacific_islander_change": 0.934, "INTPTLAT": "+37.8207560", "INTPTLON": "-122.2733874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.278611, 37.826878 ], [ -122.278488, 37.826848 ], [ -122.275136, 37.82608 ], [ -122.275061, 37.826059 ], [ -122.274453, 37.825935 ], [ -122.274402, 37.825924 ], [ -122.273365, 37.825637 ], [ -122.27274, 37.825464 ], [ -122.269686, 37.824696 ], [ -122.269348, 37.824631 ], [ -122.269048, 37.824571 ], [ -122.26883, 37.824531 ], [ -122.268563, 37.824462 ], [ -122.26847, 37.824437 ], [ -122.268415, 37.824423 ], [ -122.268318, 37.824397 ], [ -122.268272, 37.824385 ], [ -122.268313, 37.824214 ], [ -122.268322, 37.824149 ], [ -122.268326, 37.824125 ], [ -122.268343, 37.824064 ], [ -122.268418, 37.823957 ], [ -122.26847, 37.823883 ], [ -122.26856, 37.823755 ], [ -122.268811, 37.823103 ], [ -122.268876, 37.82312 ], [ -122.26918, 37.82229 ], [ -122.269299, 37.821815 ], [ -122.269325, 37.821711 ], [ -122.269395, 37.821391 ], [ -122.269462, 37.821123 ], [ -122.269532, 37.820817 ], [ -122.269794, 37.81981 ], [ -122.269891, 37.819488 ], [ -122.26997, 37.819175 ], [ -122.270041, 37.818894 ], [ -122.270147, 37.818496 ], [ -122.270199, 37.818302 ], [ -122.270338, 37.817875 ], [ -122.270532, 37.817419 ], [ -122.270558, 37.817335 ], [ -122.270684, 37.816944 ], [ -122.270708, 37.816875 ], [ -122.270753, 37.816756 ], [ -122.270885, 37.816353 ], [ -122.271165, 37.815539 ], [ -122.271246, 37.815325 ], [ -122.271379, 37.815031 ], [ -122.271556, 37.814728 ], [ -122.271849, 37.814286 ], [ -122.271936, 37.814158 ], [ -122.272032, 37.814037 ], [ -122.272277, 37.813755 ], [ -122.27246, 37.813566 ], [ -122.272534, 37.813493 ], [ -122.272613, 37.813416 ], [ -122.27264, 37.81339 ], [ -122.272902, 37.813152 ], [ -122.273204, 37.812888 ], [ -122.273394, 37.812723 ], [ -122.273539, 37.812743 ], [ -122.273977, 37.812807 ], [ -122.274122, 37.812829 ], [ -122.274162, 37.812973 ], [ -122.274282, 37.813405 ], [ -122.274323, 37.813549 ], [ -122.274395, 37.813761 ], [ -122.274611, 37.814399 ], [ -122.274683, 37.814612 ], [ -122.274718, 37.814715 ], [ -122.274747, 37.8148 ], [ -122.274789, 37.814912 ], [ -122.274826, 37.815026 ], [ -122.27486, 37.815131 ], [ -122.274895, 37.815248 ], [ -122.274926, 37.815351 ], [ -122.275002, 37.8156 ], [ -122.275038, 37.815718 ], [ -122.275064, 37.815803 ], [ -122.275142, 37.816059 ], [ -122.275169, 37.816145 ], [ -122.275246, 37.816392 ], [ -122.275265, 37.816452 ], [ -122.275417, 37.816922 ], [ -122.275512, 37.817213 ], [ -122.275629, 37.817635 ], [ -122.275677, 37.817775 ], [ -122.275728, 37.817904 ], [ -122.275926, 37.818484 ], [ -122.276053, 37.81887 ], [ -122.276091, 37.818991 ], [ -122.276207, 37.819356 ], [ -122.276246, 37.819478 ], [ -122.276308, 37.819672 ], [ -122.276468, 37.820164 ], [ -122.276497, 37.820254 ], [ -122.27656, 37.820448 ], [ -122.276587, 37.820535 ], [ -122.276669, 37.820796 ], [ -122.276697, 37.820883 ], [ -122.276739, 37.821014 ], [ -122.27681, 37.821236 ], [ -122.276866, 37.821407 ], [ -122.276909, 37.821539 ], [ -122.276945, 37.821645 ], [ -122.277054, 37.821965 ], [ -122.277091, 37.822072 ], [ -122.277133, 37.822203 ], [ -122.277252, 37.822568 ], [ -122.277261, 37.822598 ], [ -122.277305, 37.82273 ], [ -122.277318, 37.82277 ], [ -122.277358, 37.822893 ], [ -122.277372, 37.822934 ], [ -122.277415, 37.823074 ], [ -122.277546, 37.823497 ], [ -122.27759, 37.823638 ], [ -122.277656, 37.823834 ], [ -122.277855, 37.824424 ], [ -122.277867, 37.824458 ], [ -122.277915, 37.824623 ], [ -122.277936, 37.824697 ], [ -122.278, 37.82492 ], [ -122.278022, 37.824995 ], [ -122.278043, 37.825055 ], [ -122.278108, 37.825237 ], [ -122.27813, 37.825298 ], [ -122.278195, 37.825523 ], [ -122.278391, 37.826198 ], [ -122.278457, 37.826424 ], [ -122.278487, 37.826502 ], [ -122.278526, 37.826602 ], [ -122.278611, 37.826878 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401500", "name": "Census Tract 4015, Alameda County, California", "total_population_17": 2638, "white_alone_17": 979.0, "black_alone_17": 947.0, "native_alone_17": 11.0, "asian_alone_17": 181.0, "native_hawaiian_pacific_islander_17": 23.0, "hispanic_or_latino_17": 362.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 26.129, "pct_black_alone_change": -35.258, "pct_native_alone_change": -0.412, "pct_asian_alone_change": 1.225, "pct_hispanic_or_latino_change": 3.155, "pct_native_hawaiian_pacific_islander_change": 0.789, "INTPTLAT": "+37.8229286", "INTPTLON": "-122.2806336" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286226, 37.821163 ], [ -122.286144, 37.821268 ], [ -122.285326, 37.822291 ], [ -122.284939, 37.822769 ], [ -122.284881, 37.822847 ], [ -122.284708, 37.82308 ], [ -122.284651, 37.823159 ], [ -122.283909, 37.824065 ], [ -122.283702, 37.82433 ], [ -122.283643, 37.824406 ], [ -122.283062, 37.825125 ], [ -122.28289, 37.82532 ], [ -122.282781, 37.825446 ], [ -122.282455, 37.825825 ], [ -122.282347, 37.825952 ], [ -122.282162, 37.826149 ], [ -122.281977, 37.826359 ], [ -122.281613, 37.826836 ], [ -122.281306, 37.827232 ], [ -122.28113, 37.827462 ], [ -122.281059, 37.827552 ], [ -122.28095, 37.827689 ], [ -122.28089, 37.827675 ], [ -122.280795, 37.827652 ], [ -122.280332, 37.827541 ], [ -122.279757, 37.827403 ], [ -122.279681, 37.827383 ], [ -122.279151, 37.827258 ], [ -122.278707, 37.827151 ], [ -122.27865, 37.826993 ], [ -122.278638, 37.826959 ], [ -122.278611, 37.826878 ], [ -122.278526, 37.826602 ], [ -122.278487, 37.826502 ], [ -122.278457, 37.826424 ], [ -122.278391, 37.826198 ], [ -122.278195, 37.825523 ], [ -122.27813, 37.825298 ], [ -122.278108, 37.825237 ], [ -122.278043, 37.825055 ], [ -122.278022, 37.824995 ], [ -122.278, 37.82492 ], [ -122.277936, 37.824697 ], [ -122.277915, 37.824623 ], [ -122.277867, 37.824458 ], [ -122.277855, 37.824424 ], [ -122.277656, 37.823834 ], [ -122.27759, 37.823638 ], [ -122.277546, 37.823497 ], [ -122.277415, 37.823074 ], [ -122.277372, 37.822934 ], [ -122.277358, 37.822893 ], [ -122.277318, 37.82277 ], [ -122.277305, 37.82273 ], [ -122.277261, 37.822598 ], [ -122.277252, 37.822568 ], [ -122.277133, 37.822203 ], [ -122.277091, 37.822072 ], [ -122.277054, 37.821965 ], [ -122.276945, 37.821645 ], [ -122.276909, 37.821539 ], [ -122.276866, 37.821407 ], [ -122.27681, 37.821236 ], [ -122.276739, 37.821014 ], [ -122.276697, 37.820883 ], [ -122.276669, 37.820796 ], [ -122.276587, 37.820535 ], [ -122.27656, 37.820448 ], [ -122.276497, 37.820254 ], [ -122.276468, 37.820164 ], [ -122.276308, 37.819672 ], [ -122.276246, 37.819478 ], [ -122.276207, 37.819356 ], [ -122.276091, 37.818991 ], [ -122.276053, 37.81887 ], [ -122.276255, 37.818911 ], [ -122.276861, 37.819037 ], [ -122.276976, 37.819061 ], [ -122.277063, 37.819081 ], [ -122.277266, 37.819129 ], [ -122.277878, 37.819275 ], [ -122.278082, 37.819324 ], [ -122.278287, 37.819369 ], [ -122.278904, 37.819505 ], [ -122.27911, 37.819551 ], [ -122.279316, 37.8196 ], [ -122.279935, 37.819747 ], [ -122.280142, 37.819797 ], [ -122.280356, 37.819844 ], [ -122.280998, 37.819985 ], [ -122.281213, 37.820033 ], [ -122.28144, 37.820083 ], [ -122.282124, 37.820234 ], [ -122.282264, 37.820265 ], [ -122.282314, 37.820278 ], [ -122.282353, 37.820283 ], [ -122.282559, 37.82033 ], [ -122.283177, 37.820471 ], [ -122.283383, 37.820519 ], [ -122.283602, 37.82057 ], [ -122.284259, 37.820724 ], [ -122.284479, 37.820776 ], [ -122.284679, 37.820825 ], [ -122.284966, 37.820896 ], [ -122.285285, 37.820956 ], [ -122.285376, 37.820973 ], [ -122.285489, 37.820994 ], [ -122.286118, 37.821138 ], [ -122.286168, 37.821154 ], [ -122.286226, 37.821163 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401600", "name": "Census Tract 4016, Alameda County, California", "total_population_17": 2098, "white_alone_17": 531.0, "black_alone_17": 946.0, "native_alone_17": 0.0, "asian_alone_17": 179.0, "native_hawaiian_pacific_islander_17": 48.0, "hispanic_or_latino_17": 270.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 15.119, "pct_black_alone_change": -15.437, "pct_native_alone_change": -1.293, "pct_asian_alone_change": -0.211, "pct_hispanic_or_latino_change": -3.789, "pct_native_hawaiian_pacific_islander_change": 2.288, "INTPTLAT": "+37.8173713", "INTPTLON": "-122.2814822" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.28967, 37.817002 ], [ -122.289122, 37.817445 ], [ -122.288425, 37.81831 ], [ -122.288423, 37.818425 ], [ -122.287436, 37.819672 ], [ -122.28737, 37.819766 ], [ -122.286226, 37.821163 ], [ -122.286168, 37.821154 ], [ -122.286118, 37.821138 ], [ -122.285489, 37.820994 ], [ -122.285376, 37.820973 ], [ -122.285285, 37.820956 ], [ -122.284966, 37.820896 ], [ -122.284679, 37.820825 ], [ -122.284479, 37.820776 ], [ -122.284259, 37.820724 ], [ -122.283602, 37.82057 ], [ -122.283383, 37.820519 ], [ -122.283177, 37.820471 ], [ -122.282559, 37.82033 ], [ -122.282353, 37.820283 ], [ -122.282314, 37.820278 ], [ -122.282264, 37.820265 ], [ -122.282124, 37.820234 ], [ -122.28144, 37.820083 ], [ -122.281213, 37.820033 ], [ -122.280998, 37.819985 ], [ -122.280356, 37.819844 ], [ -122.280142, 37.819797 ], [ -122.279935, 37.819747 ], [ -122.279316, 37.8196 ], [ -122.27911, 37.819551 ], [ -122.278904, 37.819505 ], [ -122.278287, 37.819369 ], [ -122.278082, 37.819324 ], [ -122.277878, 37.819275 ], [ -122.277266, 37.819129 ], [ -122.277063, 37.819081 ], [ -122.276976, 37.819061 ], [ -122.276861, 37.819037 ], [ -122.276255, 37.818911 ], [ -122.276053, 37.81887 ], [ -122.275926, 37.818484 ], [ -122.275728, 37.817904 ], [ -122.275677, 37.817775 ], [ -122.275629, 37.817635 ], [ -122.275512, 37.817213 ], [ -122.275417, 37.816922 ], [ -122.275265, 37.816452 ], [ -122.275246, 37.816392 ], [ -122.275169, 37.816145 ], [ -122.275142, 37.816059 ], [ -122.275064, 37.815803 ], [ -122.275038, 37.815718 ], [ -122.275002, 37.8156 ], [ -122.274926, 37.815351 ], [ -122.274895, 37.815248 ], [ -122.27486, 37.815131 ], [ -122.274826, 37.815026 ], [ -122.274789, 37.814912 ], [ -122.274747, 37.8148 ], [ -122.274718, 37.814715 ], [ -122.274683, 37.814612 ], [ -122.274611, 37.814399 ], [ -122.274395, 37.813761 ], [ -122.274323, 37.813549 ], [ -122.274282, 37.813405 ], [ -122.274162, 37.812973 ], [ -122.274122, 37.812829 ], [ -122.27423, 37.81286 ], [ -122.274388, 37.812905 ], [ -122.274556, 37.812959 ], [ -122.274664, 37.812994 ], [ -122.274902, 37.813088 ], [ -122.275619, 37.813373 ], [ -122.275858, 37.813468 ], [ -122.276095, 37.813558 ], [ -122.276807, 37.81383 ], [ -122.277045, 37.813921 ], [ -122.277227, 37.813993 ], [ -122.277773, 37.81421 ], [ -122.277955, 37.814283 ], [ -122.278099, 37.814342 ], [ -122.278338, 37.814439 ], [ -122.278535, 37.814516 ], [ -122.278602, 37.814542 ], [ -122.278681, 37.814574 ], [ -122.279301, 37.814706 ], [ -122.279717, 37.81474 ], [ -122.279935, 37.814755 ], [ -122.280237, 37.814777 ], [ -122.280472, 37.81481 ], [ -122.280584, 37.814838 ], [ -122.280608, 37.814845 ], [ -122.280799, 37.814882 ], [ -122.281003, 37.814931 ], [ -122.281267, 37.814995 ], [ -122.281616, 37.815074 ], [ -122.281687, 37.81509 ], [ -122.281819, 37.815129 ], [ -122.282038, 37.815176 ], [ -122.282698, 37.815318 ], [ -122.282918, 37.815366 ], [ -122.283139, 37.815417 ], [ -122.283802, 37.815573 ], [ -122.283942, 37.815606 ], [ -122.284024, 37.815622 ], [ -122.284148, 37.815655 ], [ -122.284232, 37.815675 ], [ -122.284859, 37.815826 ], [ -122.285068, 37.815877 ], [ -122.285283, 37.815923 ], [ -122.285928, 37.816064 ], [ -122.286144, 37.816111 ], [ -122.286351, 37.816157 ], [ -122.286968, 37.816296 ], [ -122.287068, 37.816315 ], [ -122.28718, 37.81634 ], [ -122.287367, 37.816381 ], [ -122.287931, 37.816504 ], [ -122.288119, 37.816546 ], [ -122.289194, 37.816812 ], [ -122.289479, 37.816917 ], [ -122.289556, 37.816945 ], [ -122.28967, 37.817002 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401700", "name": "Census Tract 4017, Alameda County, California", "total_population_17": 2769, "white_alone_17": 910.0, "black_alone_17": 721.0, "native_alone_17": 0.0, "asian_alone_17": 251.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 802.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 21.735, "pct_black_alone_change": -26.092, "pct_native_alone_change": -1.331, "pct_asian_alone_change": 4.432, "pct_hispanic_or_latino_change": -1.281, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8139050", "INTPTLON": "-122.3155320" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.346681, 37.811027 ], [ -122.34093, 37.81953 ], [ -122.340931, 37.819625 ], [ -122.340938, 37.820081 ], [ -122.340945, 37.820502 ], [ -122.341039, 37.826457 ], [ -122.317478, 37.832307 ], [ -122.312273, 37.832201 ], [ -122.318746, 37.835417 ], [ -122.318992, 37.835921 ], [ -122.319486, 37.836932 ], [ -122.318556, 37.836711 ], [ -122.314272, 37.835683 ], [ -122.313737, 37.835555 ], [ -122.311075, 37.834916 ], [ -122.303835, 37.83318 ], [ -122.299639, 37.832173 ], [ -122.295994, 37.831298 ], [ -122.295788, 37.831249 ], [ -122.294684, 37.830984 ], [ -122.294599, 37.830964 ], [ -122.294291, 37.83089 ], [ -122.2941, 37.830844 ], [ -122.294048, 37.830832 ], [ -122.293941, 37.830805 ], [ -122.293869, 37.830788 ], [ -122.29375, 37.83076 ], [ -122.293587, 37.830721 ], [ -122.293507, 37.830702 ], [ -122.293456, 37.83069 ], [ -122.293391, 37.830674 ], [ -122.293357, 37.830666 ], [ -122.293304, 37.830653 ], [ -122.293229, 37.830635 ], [ -122.293198, 37.830628 ], [ -122.292969, 37.830573 ], [ -122.291029, 37.830107 ], [ -122.290863, 37.830067 ], [ -122.290832, 37.83006 ], [ -122.290656, 37.830018 ], [ -122.290059, 37.829874 ], [ -122.289946, 37.829886 ], [ -122.28971, 37.829819 ], [ -122.289473, 37.829751 ], [ -122.289096, 37.829644 ], [ -122.288904, 37.829599 ], [ -122.288826, 37.829581 ], [ -122.288138, 37.829414 ], [ -122.287998, 37.829379 ], [ -122.287609, 37.829283 ], [ -122.287514, 37.829259 ], [ -122.2874, 37.829215 ], [ -122.286359, 37.828973 ], [ -122.286048, 37.828901 ], [ -122.285621, 37.828798 ], [ -122.285568, 37.828786 ], [ -122.285159, 37.828692 ], [ -122.285067, 37.828671 ], [ -122.285063, 37.828659 ], [ -122.285036, 37.828664 ], [ -122.28493, 37.82864 ], [ -122.283711, 37.828353 ], [ -122.282818, 37.82814 ], [ -122.282525, 37.828067 ], [ -122.282384, 37.828033 ], [ -122.282319, 37.828018 ], [ -122.282238, 37.827998 ], [ -122.282029, 37.827948 ], [ -122.281871, 37.82791 ], [ -122.281635, 37.827854 ], [ -122.281389, 37.827794 ], [ -122.281235, 37.827757 ], [ -122.281157, 37.827738 ], [ -122.281045, 37.827711 ], [ -122.28095, 37.827689 ], [ -122.281059, 37.827552 ], [ -122.28113, 37.827462 ], [ -122.281306, 37.827232 ], [ -122.281613, 37.826836 ], [ -122.281977, 37.826359 ], [ -122.282162, 37.826149 ], [ -122.282347, 37.825952 ], [ -122.282455, 37.825825 ], [ -122.282781, 37.825446 ], [ -122.28289, 37.82532 ], [ -122.283062, 37.825125 ], [ -122.283643, 37.824406 ], [ -122.283702, 37.82433 ], [ -122.283909, 37.824065 ], [ -122.284651, 37.823159 ], [ -122.284708, 37.82308 ], [ -122.284881, 37.822847 ], [ -122.284939, 37.822769 ], [ -122.285326, 37.822291 ], [ -122.286144, 37.821268 ], [ -122.286226, 37.821163 ], [ -122.28737, 37.819766 ], [ -122.287436, 37.819672 ], [ -122.288423, 37.818425 ], [ -122.288425, 37.81831 ], [ -122.289122, 37.817445 ], [ -122.28967, 37.817002 ], [ -122.289669, 37.816835 ], [ -122.289885, 37.816582 ], [ -122.290674, 37.8156 ], [ -122.290718, 37.815537 ], [ -122.290734, 37.815474 ], [ -122.290756, 37.815411 ], [ -122.290836, 37.815386 ], [ -122.291863, 37.814102 ], [ -122.291971, 37.813963 ], [ -122.292062, 37.813848 ], [ -122.2923, 37.813548 ], [ -122.29241, 37.813411 ], [ -122.292517, 37.813274 ], [ -122.292841, 37.812867 ], [ -122.292949, 37.812731 ], [ -122.29306, 37.812591 ], [ -122.293393, 37.812175 ], [ -122.293505, 37.812036 ], [ -122.293602, 37.811911 ], [ -122.293896, 37.811539 ], [ -122.293994, 37.811415 ], [ -122.294244, 37.811539 ], [ -122.294996, 37.811913 ], [ -122.295247, 37.812038 ], [ -122.295506, 37.812169 ], [ -122.296286, 37.812562 ], [ -122.296547, 37.812694 ], [ -122.296808, 37.812821 ], [ -122.297591, 37.813203 ], [ -122.297754, 37.813283 ], [ -122.297863, 37.813297 ], [ -122.297966, 37.813166 ], [ -122.298275, 37.812773 ], [ -122.298378, 37.812642 ], [ -122.298497, 37.81249 ], [ -122.298854, 37.812035 ], [ -122.298974, 37.811884 ], [ -122.2991, 37.811733 ], [ -122.299479, 37.811283 ], [ -122.299606, 37.811133 ], [ -122.299726, 37.810973 ], [ -122.299911, 37.810729 ], [ -122.300089, 37.810497 ], [ -122.300212, 37.810339 ], [ -122.300335, 37.810187 ], [ -122.300705, 37.809734 ], [ -122.300829, 37.809583 ], [ -122.30095, 37.809429 ], [ -122.301315, 37.808971 ], [ -122.301437, 37.808818 ], [ -122.301552, 37.808666 ], [ -122.301897, 37.80821 ], [ -122.302012, 37.808058 ], [ -122.302144, 37.807716 ], [ -122.302359, 37.807186 ], [ -122.302386, 37.807123 ], [ -122.302446, 37.806982 ], [ -122.303705, 37.807301 ], [ -122.304026, 37.807388 ], [ -122.304198, 37.807528 ], [ -122.30451, 37.807784 ], [ -122.304866, 37.807896 ], [ -122.305276, 37.807948 ], [ -122.30568, 37.808 ], [ -122.306256, 37.808074 ], [ -122.308441, 37.808281 ], [ -122.308546, 37.808287 ], [ -122.31005, 37.808688 ], [ -122.310768, 37.808798 ], [ -122.311542, 37.808706 ], [ -122.31208, 37.808658 ], [ -122.312214, 37.808657 ], [ -122.312677, 37.808689 ], [ -122.314469, 37.808815 ], [ -122.315067, 37.808858 ], [ -122.315339, 37.808885 ], [ -122.316203, 37.808979 ], [ -122.316872, 37.809013 ], [ -122.317156, 37.809037 ], [ -122.317735, 37.809097 ], [ -122.318994, 37.809205 ], [ -122.319089, 37.809217 ], [ -122.319245, 37.809236 ], [ -122.319298, 37.809248 ], [ -122.31935, 37.809252 ], [ -122.319614, 37.809276 ], [ -122.319799, 37.809293 ], [ -122.320197, 37.809318 ], [ -122.320444, 37.809317 ], [ -122.320729, 37.809283 ], [ -122.32079, 37.809276 ], [ -122.32093, 37.809252 ], [ -122.321093, 37.809206 ], [ -122.32133, 37.809126 ], [ -122.321392, 37.809109 ], [ -122.321491, 37.809071 ], [ -122.321598, 37.809024 ], [ -122.321851, 37.808902 ], [ -122.321936, 37.80885 ], [ -122.32234, 37.808583 ], [ -122.322674, 37.808363 ], [ -122.322721, 37.808339 ], [ -122.32282, 37.808288 ], [ -122.322934, 37.808236 ], [ -122.323065, 37.808183 ], [ -122.323206, 37.808134 ], [ -122.323551, 37.808039 ], [ -122.323699, 37.808007 ], [ -122.323932, 37.807979 ], [ -122.326405, 37.807773 ], [ -122.327803, 37.807658 ], [ -122.328031, 37.807804 ], [ -122.328141, 37.807885 ], [ -122.328211, 37.807948 ], [ -122.328234, 37.807969 ], [ -122.328288, 37.808026 ], [ -122.328363, 37.80813 ], [ -122.328413, 37.808221 ], [ -122.328462, 37.808322 ], [ -122.328493, 37.808419 ], [ -122.328513, 37.808595 ], [ -122.328628, 37.809361 ], [ -122.328704, 37.809858 ], [ -122.329743, 37.809952 ], [ -122.33286, 37.810237 ], [ -122.333211, 37.81027 ], [ -122.333899, 37.810333 ], [ -122.336455, 37.810471 ], [ -122.344124, 37.810888 ], [ -122.346681, 37.811027 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001401800", "name": "Census Tract 4018, Alameda County, California", "total_population_17": 1928, "white_alone_17": 515.0, "black_alone_17": 815.0, "native_alone_17": 3.0, "asian_alone_17": 71.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 363.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 23.537, "pct_black_alone_change": -34.021, "pct_native_alone_change": -0.714, "pct_asian_alone_change": 1.174, "pct_hispanic_or_latino_change": 3.057, "pct_native_hawaiian_pacific_islander_change": -0.051, "INTPTLAT": "+37.8095326", "INTPTLON": "-122.2982355" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302359, 37.807186 ], [ -122.302144, 37.807716 ], [ -122.302012, 37.808058 ], [ -122.301897, 37.80821 ], [ -122.301552, 37.808666 ], [ -122.301437, 37.808818 ], [ -122.301315, 37.808971 ], [ -122.30095, 37.809429 ], [ -122.300829, 37.809583 ], [ -122.300705, 37.809734 ], [ -122.300335, 37.810187 ], [ -122.300212, 37.810339 ], [ -122.300089, 37.810497 ], [ -122.299911, 37.810729 ], [ -122.299726, 37.810973 ], [ -122.299606, 37.811133 ], [ -122.299479, 37.811283 ], [ -122.2991, 37.811733 ], [ -122.298974, 37.811884 ], [ -122.298854, 37.812035 ], [ -122.298497, 37.81249 ], [ -122.298378, 37.812642 ], [ -122.298275, 37.812773 ], [ -122.297966, 37.813166 ], [ -122.297863, 37.813297 ], [ -122.297754, 37.813283 ], [ -122.297591, 37.813203 ], [ -122.296808, 37.812821 ], [ -122.296547, 37.812694 ], [ -122.296286, 37.812562 ], [ -122.295506, 37.812169 ], [ -122.295247, 37.812038 ], [ -122.294996, 37.811913 ], [ -122.294244, 37.811539 ], [ -122.293994, 37.811415 ], [ -122.29405, 37.811348 ], [ -122.294107, 37.811277 ], [ -122.294297, 37.811045 ], [ -122.294445, 37.810864 ], [ -122.294558, 37.810727 ], [ -122.294663, 37.810589 ], [ -122.294979, 37.810179 ], [ -122.295085, 37.810042 ], [ -122.295142, 37.809973 ], [ -122.295226, 37.809872 ], [ -122.295652, 37.809365 ], [ -122.295795, 37.809197 ], [ -122.295915, 37.809046 ], [ -122.296279, 37.808596 ], [ -122.2964, 37.808446 ], [ -122.296452, 37.808375 ], [ -122.296612, 37.808162 ], [ -122.296666, 37.808092 ], [ -122.296836, 37.807878 ], [ -122.297347, 37.807237 ], [ -122.297518, 37.807024 ], [ -122.298257, 37.806089 ], [ -122.298298, 37.806103 ], [ -122.298485, 37.806153 ], [ -122.299341, 37.806352 ], [ -122.300875, 37.806693 ], [ -122.301505, 37.806852 ], [ -122.301847, 37.806939 ], [ -122.302129, 37.807033 ], [ -122.302386, 37.807123 ], [ -122.302359, 37.807186 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001402200", "name": "Census Tract 4022, Alameda County, California", "total_population_17": 2557, "white_alone_17": 684.0, "black_alone_17": 800.0, "native_alone_17": 24.0, "asian_alone_17": 354.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 628.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 16.947, "pct_black_alone_change": -20.692, "pct_native_alone_change": 0.436, "pct_asian_alone_change": 6.987, "pct_hispanic_or_latino_change": -5.712, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8063521", "INTPTLON": "-122.2963073" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304866, 37.807896 ], [ -122.30451, 37.807784 ], [ -122.304198, 37.807528 ], [ -122.304026, 37.807388 ], [ -122.303705, 37.807301 ], [ -122.302446, 37.806982 ], [ -122.302386, 37.807123 ], [ -122.302129, 37.807033 ], [ -122.301847, 37.806939 ], [ -122.301505, 37.806852 ], [ -122.300875, 37.806693 ], [ -122.299341, 37.806352 ], [ -122.298485, 37.806153 ], [ -122.298298, 37.806103 ], [ -122.298257, 37.806089 ], [ -122.297518, 37.807024 ], [ -122.297347, 37.807237 ], [ -122.296836, 37.807878 ], [ -122.296666, 37.808092 ], [ -122.296612, 37.808162 ], [ -122.296452, 37.808375 ], [ -122.2964, 37.808446 ], [ -122.296279, 37.808596 ], [ -122.295915, 37.809046 ], [ -122.295795, 37.809197 ], [ -122.295652, 37.809365 ], [ -122.295226, 37.809872 ], [ -122.295142, 37.809973 ], [ -122.295085, 37.810042 ], [ -122.294979, 37.810179 ], [ -122.294663, 37.810589 ], [ -122.294558, 37.810727 ], [ -122.294445, 37.810864 ], [ -122.294297, 37.811045 ], [ -122.294107, 37.811277 ], [ -122.29405, 37.811348 ], [ -122.293994, 37.811415 ], [ -122.293896, 37.811539 ], [ -122.293602, 37.811911 ], [ -122.293505, 37.812036 ], [ -122.293393, 37.812175 ], [ -122.29306, 37.812591 ], [ -122.292949, 37.812731 ], [ -122.292841, 37.812867 ], [ -122.292517, 37.813274 ], [ -122.29241, 37.813411 ], [ -122.2923, 37.813548 ], [ -122.292062, 37.813848 ], [ -122.291971, 37.813963 ], [ -122.291863, 37.814102 ], [ -122.290836, 37.815386 ], [ -122.290756, 37.815411 ], [ -122.290734, 37.815474 ], [ -122.290718, 37.815537 ], [ -122.290674, 37.8156 ], [ -122.289885, 37.816582 ], [ -122.289669, 37.816835 ], [ -122.289727, 37.816504 ], [ -122.289802, 37.816155 ], [ -122.28984, 37.816025 ], [ -122.289971, 37.815625 ], [ -122.290105, 37.815265 ], [ -122.290632, 37.813828 ], [ -122.290657, 37.813759 ], [ -122.290687, 37.813673 ], [ -122.290856, 37.813209 ], [ -122.290912, 37.813055 ], [ -122.29097, 37.812914 ], [ -122.291146, 37.812491 ], [ -122.291205, 37.812351 ], [ -122.291226, 37.812304 ], [ -122.29127, 37.812201 ], [ -122.291317, 37.812095 ], [ -122.291442, 37.811742 ], [ -122.291497, 37.811589 ], [ -122.291547, 37.811449 ], [ -122.291629, 37.811225 ], [ -122.291697, 37.81103 ], [ -122.291746, 37.81089 ], [ -122.291774, 37.810811 ], [ -122.291816, 37.810693 ], [ -122.291929, 37.810386 ], [ -122.291975, 37.810182 ], [ -122.291988, 37.810112 ], [ -122.291993, 37.810094 ], [ -122.292053, 37.809894 ], [ -122.292105, 37.809746 ], [ -122.292262, 37.809303 ], [ -122.292315, 37.809156 ], [ -122.292365, 37.809012 ], [ -122.292518, 37.80858 ], [ -122.292569, 37.808437 ], [ -122.292775, 37.807893 ], [ -122.293106, 37.806905 ], [ -122.293197, 37.80653 ], [ -122.293284, 37.806203 ], [ -122.293325, 37.806077 ], [ -122.293457, 37.805697 ], [ -122.293556, 37.805421 ], [ -122.293602, 37.805302 ], [ -122.29369, 37.805079 ], [ -122.293547, 37.805049 ], [ -122.293471, 37.805033 ], [ -122.292945, 37.804924 ], [ -122.292316, 37.804789 ], [ -122.29219, 37.80466 ], [ -122.29211, 37.804578 ], [ -122.291808, 37.804268 ], [ -122.291385, 37.804124 ], [ -122.291107, 37.80403 ], [ -122.290608, 37.803784 ], [ -122.290905, 37.803449 ], [ -122.290847, 37.803227 ], [ -122.290872, 37.80317 ], [ -122.290904, 37.80308 ], [ -122.290959, 37.802935 ], [ -122.291101, 37.802526 ], [ -122.291248, 37.802505 ], [ -122.291386, 37.802483 ], [ -122.291481, 37.802468 ], [ -122.291766, 37.802422 ], [ -122.291862, 37.802407 ], [ -122.291977, 37.802388 ], [ -122.29214, 37.802361 ], [ -122.292323, 37.802332 ], [ -122.292439, 37.802314 ], [ -122.292622, 37.802297 ], [ -122.293078, 37.802256 ], [ -122.293174, 37.802242 ], [ -122.293357, 37.802216 ], [ -122.293583, 37.802183 ], [ -122.29364, 37.802175 ], [ -122.294346, 37.802073 ], [ -122.294494, 37.802052 ], [ -122.294509, 37.80205 ], [ -122.295024, 37.801987 ], [ -122.295553, 37.801939 ], [ -122.295751, 37.801931 ], [ -122.296357, 37.801908 ], [ -122.296858, 37.801922 ], [ -122.29762, 37.801974 ], [ -122.297928, 37.802015 ], [ -122.298189, 37.80205 ], [ -122.29885, 37.802181 ], [ -122.299056, 37.802233 ], [ -122.299281, 37.80229 ], [ -122.299698, 37.802402 ], [ -122.299786, 37.80243 ], [ -122.299936, 37.80248 ], [ -122.300389, 37.802657 ], [ -122.300906, 37.802894 ], [ -122.301775, 37.803373 ], [ -122.301827, 37.803409 ], [ -122.301985, 37.80352 ], [ -122.3023, 37.803762 ], [ -122.302431, 37.803866 ], [ -122.302682, 37.804065 ], [ -122.302861, 37.804207 ], [ -122.303059, 37.804405 ], [ -122.303339, 37.804684 ], [ -122.30343, 37.804796 ], [ -122.303679, 37.805101 ], [ -122.304096, 37.805738 ], [ -122.304309, 37.806152 ], [ -122.304412, 37.806352 ], [ -122.304529, 37.806646 ], [ -122.304592, 37.806828 ], [ -122.304752, 37.807291 ], [ -122.304777, 37.807378 ], [ -122.304819, 37.807518 ], [ -122.304825, 37.807566 ], [ -122.304838, 37.807671 ], [ -122.304866, 37.807896 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001402400", "name": "Census Tract 4024, Alameda County, California", "total_population_17": 2820, "white_alone_17": 595.0, "black_alone_17": 1441.0, "native_alone_17": 16.0, "asian_alone_17": 315.0, "native_hawaiian_pacific_islander_17": 10.0, "hispanic_or_latino_17": 336.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 16.121, "pct_black_alone_change": -25.261, "pct_native_alone_change": 0.254, "pct_asian_alone_change": -0.216, "pct_hispanic_or_latino_change": 5.229, "pct_native_hawaiian_pacific_islander_change": 0.355, "INTPTLAT": "+37.8120305", "INTPTLON": "-122.2824576" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286208, 37.809606 ], [ -122.286136, 37.809803 ], [ -122.285919, 37.810397 ], [ -122.285848, 37.810595 ], [ -122.285812, 37.810692 ], [ -122.285704, 37.810985 ], [ -122.285688, 37.811031 ], [ -122.28567, 37.811083 ], [ -122.285574, 37.811347 ], [ -122.285287, 37.812139 ], [ -122.285216, 37.812338 ], [ -122.285192, 37.812403 ], [ -122.285125, 37.812585 ], [ -122.284925, 37.813133 ], [ -122.284859, 37.813316 ], [ -122.284778, 37.813537 ], [ -122.284534, 37.8142 ], [ -122.284454, 37.814422 ], [ -122.284368, 37.814662 ], [ -122.284111, 37.815382 ], [ -122.284067, 37.815506 ], [ -122.284046, 37.815564 ], [ -122.284024, 37.815622 ], [ -122.283942, 37.815606 ], [ -122.283802, 37.815573 ], [ -122.283139, 37.815417 ], [ -122.282918, 37.815366 ], [ -122.282698, 37.815318 ], [ -122.282038, 37.815176 ], [ -122.281819, 37.815129 ], [ -122.281687, 37.81509 ], [ -122.281616, 37.815074 ], [ -122.281267, 37.814995 ], [ -122.281003, 37.814931 ], [ -122.280799, 37.814882 ], [ -122.280608, 37.814845 ], [ -122.280584, 37.814838 ], [ -122.280472, 37.81481 ], [ -122.280237, 37.814777 ], [ -122.279935, 37.814755 ], [ -122.279717, 37.81474 ], [ -122.279301, 37.814706 ], [ -122.278681, 37.814574 ], [ -122.278707, 37.814513 ], [ -122.27873, 37.814464 ], [ -122.278739, 37.814446 ], [ -122.278855, 37.814126 ], [ -122.278897, 37.814013 ], [ -122.278941, 37.81389 ], [ -122.279075, 37.813522 ], [ -122.27912, 37.8134 ], [ -122.279131, 37.81337 ], [ -122.279165, 37.813281 ], [ -122.279177, 37.813252 ], [ -122.279237, 37.813095 ], [ -122.279421, 37.812624 ], [ -122.279482, 37.812467 ], [ -122.27953, 37.812322 ], [ -122.279606, 37.812095 ], [ -122.279677, 37.811889 ], [ -122.279726, 37.811745 ], [ -122.279764, 37.811632 ], [ -122.279882, 37.811295 ], [ -122.279921, 37.811183 ], [ -122.279942, 37.811118 ], [ -122.279963, 37.811054 ], [ -122.280429, 37.809661 ], [ -122.280513, 37.809438 ], [ -122.28062, 37.809191 ], [ -122.280736, 37.808926 ], [ -122.280877, 37.808533 ], [ -122.280965, 37.808301 ], [ -122.281153, 37.808397 ], [ -122.281485, 37.808568 ], [ -122.281695, 37.808641 ], [ -122.281733, 37.808651 ], [ -122.281938, 37.808708 ], [ -122.282144, 37.808754 ], [ -122.28275, 37.808891 ], [ -122.282763, 37.808892 ], [ -122.282974, 37.808915 ], [ -122.283091, 37.808923 ], [ -122.283243, 37.808935 ], [ -122.283442, 37.808971 ], [ -122.283558, 37.808999 ], [ -122.283648, 37.80902 ], [ -122.283918, 37.809084 ], [ -122.284009, 37.809106 ], [ -122.284223, 37.809156 ], [ -122.284865, 37.809306 ], [ -122.28508, 37.809356 ], [ -122.285305, 37.809406 ], [ -122.285982, 37.809557 ], [ -122.286114, 37.809587 ], [ -122.286159, 37.809599 ], [ -122.286208, 37.809606 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001402500", "name": "Census Tract 4025, Alameda County, California", "total_population_17": 1770, "white_alone_17": 142.0, "black_alone_17": 1135.0, "native_alone_17": 0.0, "asian_alone_17": 179.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 228.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 4.482, "pct_black_alone_change": -12.829, "pct_native_alone_change": -0.337, "pct_asian_alone_change": -2.703, "pct_hispanic_or_latino_change": 6.81, "pct_native_hawaiian_pacific_islander_change": -0.169, "INTPTLAT": "+37.8057305", "INTPTLON": "-122.2847803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.28865, 37.802812 ], [ -122.288587, 37.802996 ], [ -122.288565, 37.803061 ], [ -122.288452, 37.80336 ], [ -122.288319, 37.803713 ], [ -122.288288, 37.803798 ], [ -122.288265, 37.803875 ], [ -122.288239, 37.803956 ], [ -122.288175, 37.804135 ], [ -122.287985, 37.804673 ], [ -122.287923, 37.804853 ], [ -122.287794, 37.805208 ], [ -122.287738, 37.805363 ], [ -122.287466, 37.80611 ], [ -122.287407, 37.806275 ], [ -122.287278, 37.806631 ], [ -122.287172, 37.806933 ], [ -122.286857, 37.807842 ], [ -122.286777, 37.808075 ], [ -122.28675, 37.808145 ], [ -122.286641, 37.808437 ], [ -122.286316, 37.809313 ], [ -122.286251, 37.809489 ], [ -122.286224, 37.809561 ], [ -122.286208, 37.809606 ], [ -122.286159, 37.809599 ], [ -122.286114, 37.809587 ], [ -122.285982, 37.809557 ], [ -122.285305, 37.809406 ], [ -122.28508, 37.809356 ], [ -122.284865, 37.809306 ], [ -122.284223, 37.809156 ], [ -122.284009, 37.809106 ], [ -122.283918, 37.809084 ], [ -122.283648, 37.80902 ], [ -122.283558, 37.808999 ], [ -122.283442, 37.808971 ], [ -122.283243, 37.808935 ], [ -122.283091, 37.808923 ], [ -122.282974, 37.808915 ], [ -122.282763, 37.808892 ], [ -122.28275, 37.808891 ], [ -122.282144, 37.808754 ], [ -122.281938, 37.808708 ], [ -122.281733, 37.808651 ], [ -122.281695, 37.808641 ], [ -122.281485, 37.808568 ], [ -122.281153, 37.808397 ], [ -122.280965, 37.808301 ], [ -122.281014, 37.808156 ], [ -122.281118, 37.807857 ], [ -122.281293, 37.807372 ], [ -122.281553, 37.806714 ], [ -122.281581, 37.806644 ], [ -122.281616, 37.806554 ], [ -122.281661, 37.806468 ], [ -122.281882, 37.806053 ], [ -122.281922, 37.805954 ], [ -122.281994, 37.805738 ], [ -122.282081, 37.805484 ], [ -122.282105, 37.805417 ], [ -122.282212, 37.805121 ], [ -122.282358, 37.80472 ], [ -122.282558, 37.804171 ], [ -122.282607, 37.804036 ], [ -122.28274, 37.803675 ], [ -122.282798, 37.803509 ], [ -122.282957, 37.803059 ], [ -122.282968, 37.80301 ], [ -122.28301, 37.80284 ], [ -122.283019, 37.802777 ], [ -122.283041, 37.802687 ], [ -122.283049, 37.802654 ], [ -122.283196, 37.802103 ], [ -122.283219, 37.802019 ], [ -122.283248, 37.80192 ], [ -122.283262, 37.801875 ], [ -122.283307, 37.801744 ], [ -122.283322, 37.8017 ], [ -122.283858, 37.801875 ], [ -122.285469, 37.802403 ], [ -122.285654, 37.802464 ], [ -122.286018, 37.802532 ], [ -122.286347, 37.802593 ], [ -122.286832, 37.802685 ], [ -122.28724, 37.802744 ], [ -122.287341, 37.802755 ], [ -122.287404, 37.802763 ], [ -122.287676, 37.802774 ], [ -122.287874, 37.802778 ], [ -122.287919, 37.80278 ], [ -122.288426, 37.802758 ], [ -122.288471, 37.802757 ], [ -122.288589, 37.802755 ], [ -122.28867, 37.802755 ], [ -122.28865, 37.802812 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001402600", "name": "Census Tract 4026, Alameda County, California", "total_population_17": 1241, "white_alone_17": 162.0, "black_alone_17": 320.0, "native_alone_17": 0.0, "asian_alone_17": 574.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 152.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 7.015, "pct_black_alone_change": -19.147, "pct_native_alone_change": -0.614, "pct_asian_alone_change": 3.674, "pct_hispanic_or_latino_change": 7.54, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8042701", "INTPTLON": "-122.2799551" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283307, 37.801744 ], [ -122.283262, 37.801875 ], [ -122.283248, 37.80192 ], [ -122.283219, 37.802019 ], [ -122.283196, 37.802103 ], [ -122.283049, 37.802654 ], [ -122.283041, 37.802687 ], [ -122.283019, 37.802777 ], [ -122.28301, 37.80284 ], [ -122.282968, 37.80301 ], [ -122.282957, 37.803059 ], [ -122.282798, 37.803509 ], [ -122.28274, 37.803675 ], [ -122.282607, 37.804036 ], [ -122.282558, 37.804171 ], [ -122.282358, 37.80472 ], [ -122.282212, 37.805121 ], [ -122.282105, 37.805417 ], [ -122.282081, 37.805484 ], [ -122.281994, 37.805738 ], [ -122.281922, 37.805954 ], [ -122.281882, 37.806053 ], [ -122.281661, 37.806468 ], [ -122.281616, 37.806554 ], [ -122.281581, 37.806644 ], [ -122.281553, 37.806714 ], [ -122.281293, 37.807372 ], [ -122.281118, 37.807857 ], [ -122.281014, 37.808156 ], [ -122.280965, 37.808301 ], [ -122.280822, 37.808203 ], [ -122.280689, 37.808138 ], [ -122.280356, 37.807977 ], [ -122.280251, 37.807929 ], [ -122.279812, 37.807743 ], [ -122.279517, 37.807618 ], [ -122.279349, 37.807551 ], [ -122.278845, 37.80735 ], [ -122.278678, 37.807284 ], [ -122.278581, 37.807227 ], [ -122.278554, 37.807217 ], [ -122.278443, 37.807177 ], [ -122.278241, 37.807108 ], [ -122.278154, 37.807077 ], [ -122.278022, 37.80703 ], [ -122.27797, 37.807011 ], [ -122.277815, 37.806954 ], [ -122.277764, 37.806936 ], [ -122.277635, 37.806889 ], [ -122.277568, 37.806865 ], [ -122.277375, 37.806796 ], [ -122.27725, 37.806752 ], [ -122.277122, 37.806707 ], [ -122.277008, 37.806639 ], [ -122.2769, 37.806594 ], [ -122.276653, 37.806492 ], [ -122.276209, 37.806314 ], [ -122.275979, 37.806222 ], [ -122.276014, 37.806168 ], [ -122.276069, 37.806081 ], [ -122.276342, 37.805658 ], [ -122.276433, 37.805518 ], [ -122.276518, 37.805378 ], [ -122.276775, 37.804958 ], [ -122.276861, 37.804819 ], [ -122.276946, 37.804681 ], [ -122.277205, 37.804267 ], [ -122.277291, 37.80413 ], [ -122.277375, 37.803992 ], [ -122.277628, 37.80358 ], [ -122.277713, 37.803443 ], [ -122.277797, 37.803306 ], [ -122.27805, 37.802899 ], [ -122.278135, 37.802763 ], [ -122.278221, 37.802623 ], [ -122.278483, 37.802206 ], [ -122.27857, 37.802067 ], [ -122.278658, 37.801929 ], [ -122.278924, 37.801518 ], [ -122.279013, 37.801381 ], [ -122.279399, 37.800739 ], [ -122.279435, 37.800676 ], [ -122.279564, 37.800449 ], [ -122.279687, 37.800256 ], [ -122.280868, 37.800725 ], [ -122.281736, 37.80105 ], [ -122.282064, 37.80119 ], [ -122.28318, 37.801647 ], [ -122.283322, 37.8017 ], [ -122.283307, 37.801744 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001402700", "name": "Census Tract 4027, Alameda County, California", "total_population_17": 1826, "white_alone_17": 473.0, "black_alone_17": 738.0, "native_alone_17": 18.0, "asian_alone_17": 207.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 329.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 22.128, "pct_black_alone_change": -21.232, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 2.516, "pct_hispanic_or_latino_change": -5.02, "pct_native_hawaiian_pacific_islander_change": -0.052, "INTPTLAT": "+37.8103873", "INTPTLON": "-122.2769910" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.280877, 37.808533 ], [ -122.280736, 37.808926 ], [ -122.28062, 37.809191 ], [ -122.280513, 37.809438 ], [ -122.280429, 37.809661 ], [ -122.279963, 37.811054 ], [ -122.279942, 37.811118 ], [ -122.279921, 37.811183 ], [ -122.279882, 37.811295 ], [ -122.279764, 37.811632 ], [ -122.279726, 37.811745 ], [ -122.279677, 37.811889 ], [ -122.279606, 37.812095 ], [ -122.27953, 37.812322 ], [ -122.279482, 37.812467 ], [ -122.279421, 37.812624 ], [ -122.279237, 37.813095 ], [ -122.279177, 37.813252 ], [ -122.279165, 37.813281 ], [ -122.279131, 37.81337 ], [ -122.27912, 37.8134 ], [ -122.279075, 37.813522 ], [ -122.278941, 37.81389 ], [ -122.278897, 37.814013 ], [ -122.278855, 37.814126 ], [ -122.278739, 37.814446 ], [ -122.27873, 37.814464 ], [ -122.278707, 37.814513 ], [ -122.278681, 37.814574 ], [ -122.278602, 37.814542 ], [ -122.278535, 37.814516 ], [ -122.278338, 37.814439 ], [ -122.278099, 37.814342 ], [ -122.277955, 37.814283 ], [ -122.277773, 37.81421 ], [ -122.277227, 37.813993 ], [ -122.277045, 37.813921 ], [ -122.276807, 37.81383 ], [ -122.276095, 37.813558 ], [ -122.275858, 37.813468 ], [ -122.275619, 37.813373 ], [ -122.274902, 37.813088 ], [ -122.274664, 37.812994 ], [ -122.274556, 37.812959 ], [ -122.274388, 37.812905 ], [ -122.27423, 37.81286 ], [ -122.274122, 37.812829 ], [ -122.273977, 37.812807 ], [ -122.273539, 37.812743 ], [ -122.273394, 37.812723 ], [ -122.273262, 37.812704 ], [ -122.273125, 37.812685 ], [ -122.273043, 37.812669 ], [ -122.272867, 37.812636 ], [ -122.272825, 37.812629 ], [ -122.272781, 37.812624 ], [ -122.272737, 37.812613 ], [ -122.272764, 37.81255 ], [ -122.272778, 37.812489 ], [ -122.27279, 37.812428 ], [ -122.272919, 37.811913 ], [ -122.272942, 37.811839 ], [ -122.272973, 37.811774 ], [ -122.273184, 37.811606 ], [ -122.273513, 37.811509 ], [ -122.273662, 37.811471 ], [ -122.273353, 37.810465 ], [ -122.273501, 37.810182 ], [ -122.273926, 37.809508 ], [ -122.274117, 37.809203 ], [ -122.274352, 37.808819 ], [ -122.274468, 37.808644 ], [ -122.274795, 37.808117 ], [ -122.275151, 37.807544 ], [ -122.275233, 37.807411 ], [ -122.275482, 37.807016 ], [ -122.275565, 37.806884 ], [ -122.275647, 37.806751 ], [ -122.275896, 37.806354 ], [ -122.275979, 37.806222 ], [ -122.276209, 37.806314 ], [ -122.276653, 37.806492 ], [ -122.2769, 37.806594 ], [ -122.277008, 37.806639 ], [ -122.277122, 37.806707 ], [ -122.27725, 37.806752 ], [ -122.277375, 37.806796 ], [ -122.277568, 37.806865 ], [ -122.277635, 37.806889 ], [ -122.277764, 37.806936 ], [ -122.277815, 37.806954 ], [ -122.27797, 37.807011 ], [ -122.278022, 37.80703 ], [ -122.278154, 37.807077 ], [ -122.278241, 37.807108 ], [ -122.278443, 37.807177 ], [ -122.278554, 37.807217 ], [ -122.278581, 37.807227 ], [ -122.278678, 37.807284 ], [ -122.278845, 37.80735 ], [ -122.279349, 37.807551 ], [ -122.279517, 37.807618 ], [ -122.279812, 37.807743 ], [ -122.280251, 37.807929 ], [ -122.280356, 37.807977 ], [ -122.280689, 37.808138 ], [ -122.280822, 37.808203 ], [ -122.280965, 37.808301 ], [ -122.280877, 37.808533 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001402800", "name": "Census Tract 4028, Alameda County, California", "total_population_17": 4255, "white_alone_17": 1208.0, "black_alone_17": 1751.0, "native_alone_17": 26.0, "asian_alone_17": 738.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 363.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 11.322, "pct_black_alone_change": -17.591, "pct_native_alone_change": -0.331, "pct_asian_alone_change": 2.894, "pct_hispanic_or_latino_change": 0.468, "pct_native_hawaiian_pacific_islander_change": -0.157, "INTPTLAT": "+37.8087180", "INTPTLON": "-122.2715001" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.275896, 37.806354 ], [ -122.275647, 37.806751 ], [ -122.275565, 37.806884 ], [ -122.275482, 37.807016 ], [ -122.275233, 37.807411 ], [ -122.275151, 37.807544 ], [ -122.274795, 37.808117 ], [ -122.274468, 37.808644 ], [ -122.274352, 37.808819 ], [ -122.274117, 37.809203 ], [ -122.273926, 37.809508 ], [ -122.273501, 37.810182 ], [ -122.273353, 37.810465 ], [ -122.273662, 37.811471 ], [ -122.273513, 37.811509 ], [ -122.273184, 37.811606 ], [ -122.272973, 37.811774 ], [ -122.272942, 37.811839 ], [ -122.272919, 37.811913 ], [ -122.27279, 37.812428 ], [ -122.272778, 37.812489 ], [ -122.272764, 37.81255 ], [ -122.272737, 37.812613 ], [ -122.272265, 37.812529 ], [ -122.271657, 37.812418 ], [ -122.27145, 37.81238 ], [ -122.271378, 37.812364 ], [ -122.271311, 37.812349 ], [ -122.271177, 37.812325 ], [ -122.270972, 37.812289 ], [ -122.270272, 37.812167 ], [ -122.269536, 37.812041 ], [ -122.269255, 37.811994 ], [ -122.269058, 37.811959 ], [ -122.268995, 37.811943 ], [ -122.26893, 37.811934 ], [ -122.26787, 37.811742 ], [ -122.266771, 37.811553 ], [ -122.26684, 37.811445 ], [ -122.267166, 37.810938 ], [ -122.267487, 37.810408 ], [ -122.267732, 37.810049 ], [ -122.267842, 37.809858 ], [ -122.268174, 37.809287 ], [ -122.268285, 37.809097 ], [ -122.268342, 37.809005 ], [ -122.268449, 37.808835 ], [ -122.268947, 37.808055 ], [ -122.269113, 37.807795 ], [ -122.269249, 37.80757 ], [ -122.269658, 37.806895 ], [ -122.269795, 37.806671 ], [ -122.269985, 37.806387 ], [ -122.270191, 37.806081 ], [ -122.27029, 37.805924 ], [ -122.270525, 37.805516 ], [ -122.270698, 37.805221 ], [ -122.270798, 37.805038 ], [ -122.271003, 37.804668 ], [ -122.271136, 37.804517 ], [ -122.271274, 37.804361 ], [ -122.27151, 37.804453 ], [ -122.27222, 37.804729 ], [ -122.272457, 37.804822 ], [ -122.272686, 37.804916 ], [ -122.273375, 37.8052 ], [ -122.273605, 37.805295 ], [ -122.273844, 37.805389 ], [ -122.274561, 37.805674 ], [ -122.274801, 37.805769 ], [ -122.275036, 37.805859 ], [ -122.275743, 37.806131 ], [ -122.275979, 37.806222 ], [ -122.275896, 37.806354 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001402900", "name": "Census Tract 4029, Alameda County, California", "total_population_17": 1417, "white_alone_17": 332.0, "black_alone_17": 218.0, "native_alone_17": 30.0, "asian_alone_17": 532.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 217.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.425, "pct_black_alone_change": -17.07, "pct_native_alone_change": 0.955, "pct_asian_alone_change": 3.617, "pct_hispanic_or_latino_change": 6.251, "pct_native_hawaiian_pacific_islander_change": -0.155, "INTPTLAT": "+37.8071720", "INTPTLON": "-122.2667847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.271274, 37.804361 ], [ -122.271136, 37.804517 ], [ -122.271003, 37.804668 ], [ -122.270798, 37.805038 ], [ -122.270698, 37.805221 ], [ -122.270525, 37.805516 ], [ -122.27029, 37.805924 ], [ -122.270191, 37.806081 ], [ -122.269985, 37.806387 ], [ -122.269795, 37.806671 ], [ -122.269658, 37.806895 ], [ -122.269249, 37.80757 ], [ -122.269113, 37.807795 ], [ -122.268947, 37.808055 ], [ -122.268449, 37.808835 ], [ -122.268342, 37.809005 ], [ -122.268285, 37.809097 ], [ -122.268174, 37.809287 ], [ -122.267842, 37.809858 ], [ -122.267732, 37.810049 ], [ -122.267487, 37.810408 ], [ -122.267166, 37.810938 ], [ -122.26684, 37.811445 ], [ -122.266771, 37.811553 ], [ -122.266667, 37.811534 ], [ -122.266544, 37.811504 ], [ -122.265932, 37.811482 ], [ -122.265553, 37.811478 ], [ -122.265421, 37.811468 ], [ -122.264315, 37.811294 ], [ -122.263944, 37.811222 ], [ -122.263382, 37.811113 ], [ -122.262833, 37.811012 ], [ -122.262463, 37.810945 ], [ -122.262498, 37.810847 ], [ -122.262757, 37.810126 ], [ -122.263018, 37.809373 ], [ -122.26304, 37.809306 ], [ -122.263134, 37.80897 ], [ -122.263163, 37.808899 ], [ -122.263417, 37.808612 ], [ -122.263505, 37.808522 ], [ -122.263622, 37.808419 ], [ -122.263717, 37.808359 ], [ -122.263911, 37.808261 ], [ -122.264024, 37.808223 ], [ -122.26421, 37.808173 ], [ -122.264315, 37.808153 ], [ -122.264544, 37.808125 ], [ -122.26453, 37.808062 ], [ -122.264563, 37.807945 ], [ -122.266018, 37.806958 ], [ -122.265504, 37.806358 ], [ -122.265449, 37.806338 ], [ -122.265262, 37.806271 ], [ -122.264538, 37.806011 ], [ -122.264297, 37.805925 ], [ -122.264393, 37.805763 ], [ -122.264681, 37.80528 ], [ -122.264778, 37.805119 ], [ -122.265113, 37.804594 ], [ -122.26563, 37.803788 ], [ -122.265661, 37.803739 ], [ -122.266122, 37.803021 ], [ -122.266458, 37.802497 ], [ -122.266688, 37.802589 ], [ -122.266824, 37.802644 ], [ -122.267379, 37.802867 ], [ -122.26761, 37.80296 ], [ -122.267847, 37.803053 ], [ -122.26856, 37.803333 ], [ -122.268798, 37.803427 ], [ -122.269031, 37.803517 ], [ -122.26973, 37.803789 ], [ -122.269963, 37.80388 ], [ -122.270225, 37.803975 ], [ -122.270972, 37.804245 ], [ -122.271013, 37.804261 ], [ -122.271052, 37.804277 ], [ -122.271141, 37.804309 ], [ -122.271274, 37.804361 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403000", "name": "Census Tract 4030, Alameda County, California", "total_population_17": 3251, "white_alone_17": 175.0, "black_alone_17": 159.0, "native_alone_17": 35.0, "asian_alone_17": 2701.0, "native_hawaiian_pacific_islander_17": 72.0, "hispanic_or_latino_17": 59.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 1.652, "pct_black_alone_change": 0.685, "pct_native_alone_change": 0.858, "pct_asian_alone_change": -7.042, "pct_hispanic_or_latino_change": 0.132, "pct_native_hawaiian_pacific_islander_change": 2.178, "INTPTLAT": "+37.8004341", "INTPTLON": "-122.2707274" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.275, 37.798423 ], [ -122.274905, 37.798587 ], [ -122.274896, 37.798602 ], [ -122.274868, 37.798647 ], [ -122.274829, 37.79871 ], [ -122.274817, 37.79873 ], [ -122.274757, 37.798833 ], [ -122.274693, 37.798939 ], [ -122.274665, 37.798978 ], [ -122.274365, 37.799398 ], [ -122.274266, 37.799538 ], [ -122.274185, 37.799677 ], [ -122.273942, 37.800094 ], [ -122.273862, 37.800234 ], [ -122.273778, 37.800372 ], [ -122.273528, 37.800788 ], [ -122.273445, 37.800927 ], [ -122.273359, 37.80106 ], [ -122.273103, 37.80146 ], [ -122.273018, 37.801594 ], [ -122.272921, 37.801733 ], [ -122.272631, 37.802152 ], [ -122.272535, 37.802292 ], [ -122.27245, 37.802426 ], [ -122.272194, 37.80283 ], [ -122.27211, 37.802965 ], [ -122.272024, 37.803107 ], [ -122.271769, 37.803534 ], [ -122.271684, 37.803677 ], [ -122.271603, 37.803814 ], [ -122.27136, 37.804227 ], [ -122.271317, 37.804301 ], [ -122.271274, 37.804361 ], [ -122.271141, 37.804309 ], [ -122.271052, 37.804277 ], [ -122.271013, 37.804261 ], [ -122.270972, 37.804245 ], [ -122.270225, 37.803975 ], [ -122.269963, 37.80388 ], [ -122.26973, 37.803789 ], [ -122.269031, 37.803517 ], [ -122.268798, 37.803427 ], [ -122.26856, 37.803333 ], [ -122.267847, 37.803053 ], [ -122.26761, 37.80296 ], [ -122.267379, 37.802867 ], [ -122.266824, 37.802644 ], [ -122.266688, 37.802589 ], [ -122.266458, 37.802497 ], [ -122.2665, 37.802425 ], [ -122.266542, 37.802353 ], [ -122.2668, 37.801924 ], [ -122.266886, 37.801781 ], [ -122.266971, 37.80164 ], [ -122.267226, 37.801221 ], [ -122.267312, 37.801081 ], [ -122.267396, 37.800943 ], [ -122.267652, 37.800529 ], [ -122.267737, 37.800392 ], [ -122.267823, 37.800251 ], [ -122.268082, 37.799829 ], [ -122.268169, 37.799689 ], [ -122.268254, 37.799551 ], [ -122.26851, 37.799139 ], [ -122.268596, 37.799002 ], [ -122.268686, 37.798865 ], [ -122.268959, 37.798458 ], [ -122.26905, 37.798322 ], [ -122.269132, 37.798187 ], [ -122.269382, 37.797783 ], [ -122.269465, 37.797649 ], [ -122.269547, 37.797506 ], [ -122.269712, 37.797222 ], [ -122.269795, 37.797079 ], [ -122.269879, 37.796937 ], [ -122.269931, 37.796854 ], [ -122.269951, 37.796823 ], [ -122.270061, 37.796641 ], [ -122.270085, 37.796604 ], [ -122.27014, 37.796524 ], [ -122.270791, 37.796772 ], [ -122.271234, 37.796928 ], [ -122.271352, 37.796969 ], [ -122.271457, 37.797006 ], [ -122.272187, 37.797322 ], [ -122.272378, 37.797402 ], [ -122.272515, 37.797457 ], [ -122.27283, 37.797557 ], [ -122.273605, 37.797802 ], [ -122.273758, 37.797849 ], [ -122.273864, 37.797887 ], [ -122.274018, 37.797944 ], [ -122.27437, 37.798074 ], [ -122.274799, 37.798227 ], [ -122.27486, 37.798249 ], [ -122.274935, 37.798276 ], [ -122.27496, 37.798285 ], [ -122.275061, 37.798321 ], [ -122.275, 37.798423 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403100", "name": "Census Tract 4031, Alameda County, California", "total_population_17": 1830, "white_alone_17": 420.0, "black_alone_17": 335.0, "native_alone_17": 25.0, "asian_alone_17": 767.0, "native_hawaiian_pacific_islander_17": 4.0, "hispanic_or_latino_17": 234.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 9.715, "pct_black_alone_change": -10.231, "pct_native_alone_change": 0.759, "pct_asian_alone_change": 4.087, "pct_hispanic_or_latino_change": -6.764, "pct_native_hawaiian_pacific_islander_change": 0.158, "INTPTLAT": "+37.8022741", "INTPTLON": "-122.2755012" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.279564, 37.800449 ], [ -122.279435, 37.800676 ], [ -122.279399, 37.800739 ], [ -122.279013, 37.801381 ], [ -122.278924, 37.801518 ], [ -122.278658, 37.801929 ], [ -122.27857, 37.802067 ], [ -122.278483, 37.802206 ], [ -122.278221, 37.802623 ], [ -122.278135, 37.802763 ], [ -122.27805, 37.802899 ], [ -122.277797, 37.803306 ], [ -122.277713, 37.803443 ], [ -122.277628, 37.80358 ], [ -122.277375, 37.803992 ], [ -122.277291, 37.80413 ], [ -122.277205, 37.804267 ], [ -122.276946, 37.804681 ], [ -122.276861, 37.804819 ], [ -122.276775, 37.804958 ], [ -122.276518, 37.805378 ], [ -122.276433, 37.805518 ], [ -122.276342, 37.805658 ], [ -122.276069, 37.806081 ], [ -122.276014, 37.806168 ], [ -122.275979, 37.806222 ], [ -122.275743, 37.806131 ], [ -122.275036, 37.805859 ], [ -122.274801, 37.805769 ], [ -122.274561, 37.805674 ], [ -122.273844, 37.805389 ], [ -122.273605, 37.805295 ], [ -122.273375, 37.8052 ], [ -122.272686, 37.804916 ], [ -122.272457, 37.804822 ], [ -122.27222, 37.804729 ], [ -122.27151, 37.804453 ], [ -122.271274, 37.804361 ], [ -122.271317, 37.804301 ], [ -122.27136, 37.804227 ], [ -122.271603, 37.803814 ], [ -122.271684, 37.803677 ], [ -122.271769, 37.803534 ], [ -122.272024, 37.803107 ], [ -122.27211, 37.802965 ], [ -122.272194, 37.80283 ], [ -122.27245, 37.802426 ], [ -122.272535, 37.802292 ], [ -122.272631, 37.802152 ], [ -122.272921, 37.801733 ], [ -122.273018, 37.801594 ], [ -122.273103, 37.80146 ], [ -122.273359, 37.80106 ], [ -122.273445, 37.800927 ], [ -122.273528, 37.800788 ], [ -122.273778, 37.800372 ], [ -122.273862, 37.800234 ], [ -122.273942, 37.800094 ], [ -122.274185, 37.799677 ], [ -122.274266, 37.799538 ], [ -122.274365, 37.799398 ], [ -122.274665, 37.798978 ], [ -122.274693, 37.798939 ], [ -122.274757, 37.798833 ], [ -122.274817, 37.79873 ], [ -122.274829, 37.79871 ], [ -122.274868, 37.798647 ], [ -122.274896, 37.798602 ], [ -122.274905, 37.798587 ], [ -122.275, 37.798423 ], [ -122.275061, 37.798321 ], [ -122.275274, 37.798401 ], [ -122.275913, 37.798642 ], [ -122.275978, 37.798667 ], [ -122.276127, 37.798723 ], [ -122.276147, 37.79873 ], [ -122.276207, 37.798753 ], [ -122.276228, 37.798761 ], [ -122.276529, 37.798872 ], [ -122.277138, 37.799098 ], [ -122.277432, 37.799208 ], [ -122.277733, 37.799322 ], [ -122.27787, 37.799373 ], [ -122.278094, 37.799457 ], [ -122.27826, 37.799524 ], [ -122.27828, 37.799533 ], [ -122.278415, 37.799592 ], [ -122.27845, 37.79961 ], [ -122.278536, 37.799654 ], [ -122.278556, 37.799665 ], [ -122.278591, 37.799685 ], [ -122.278651, 37.79972 ], [ -122.278763, 37.79979 ], [ -122.27889, 37.799879 ], [ -122.278999, 37.799947 ], [ -122.279165, 37.800063 ], [ -122.27939, 37.800259 ], [ -122.279486, 37.800351 ], [ -122.279564, 37.800449 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403300", "name": "Census Tract 4033, Alameda County, California", "total_population_17": 4743, "white_alone_17": 1024.0, "black_alone_17": 311.0, "native_alone_17": 55.0, "asian_alone_17": 2611.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 513.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 14.144, "pct_black_alone_change": -2.404, "pct_native_alone_change": -0.139, "pct_asian_alone_change": -23.002, "pct_hispanic_or_latino_change": 6.66, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7944308", "INTPTLON": "-122.2663244" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.274079, 37.791504 ], [ -122.27378, 37.792033 ], [ -122.273681, 37.79221 ], [ -122.27351, 37.792211 ], [ -122.272997, 37.792217 ], [ -122.272827, 37.792219 ], [ -122.272686, 37.792447 ], [ -122.272265, 37.79313 ], [ -122.272125, 37.793359 ], [ -122.272107, 37.79339 ], [ -122.272052, 37.793484 ], [ -122.272035, 37.793516 ], [ -122.271952, 37.79365 ], [ -122.2717, 37.794051 ], [ -122.271616, 37.794185 ], [ -122.271529, 37.794322 ], [ -122.271269, 37.794735 ], [ -122.271203, 37.794841 ], [ -122.271183, 37.794874 ], [ -122.27116, 37.794913 ], [ -122.271078, 37.795045 ], [ -122.270833, 37.79544 ], [ -122.270752, 37.795573 ], [ -122.270422, 37.796085 ], [ -122.270317, 37.79625 ], [ -122.270283, 37.796313 ], [ -122.270202, 37.796432 ], [ -122.27014, 37.796524 ], [ -122.270085, 37.796604 ], [ -122.270061, 37.796641 ], [ -122.269951, 37.796823 ], [ -122.269931, 37.796854 ], [ -122.269879, 37.796937 ], [ -122.269795, 37.797079 ], [ -122.269712, 37.797222 ], [ -122.269547, 37.797506 ], [ -122.269465, 37.797649 ], [ -122.269382, 37.797783 ], [ -122.269132, 37.798187 ], [ -122.26905, 37.798322 ], [ -122.268959, 37.798458 ], [ -122.268686, 37.798865 ], [ -122.268596, 37.799002 ], [ -122.26851, 37.799139 ], [ -122.268254, 37.799551 ], [ -122.268169, 37.799689 ], [ -122.268082, 37.799829 ], [ -122.267823, 37.800251 ], [ -122.267737, 37.800392 ], [ -122.267652, 37.800529 ], [ -122.267396, 37.800943 ], [ -122.267312, 37.801081 ], [ -122.267076, 37.800988 ], [ -122.26637, 37.80071 ], [ -122.266135, 37.800618 ], [ -122.265898, 37.800524 ], [ -122.265187, 37.800244 ], [ -122.26495, 37.800151 ], [ -122.26471, 37.80006 ], [ -122.263991, 37.79979 ], [ -122.263752, 37.7997 ], [ -122.263523, 37.799609 ], [ -122.262836, 37.799339 ], [ -122.262607, 37.799249 ], [ -122.262398, 37.799178 ], [ -122.262311, 37.799155 ], [ -122.262249, 37.799134 ], [ -122.262172, 37.799124 ], [ -122.261905, 37.799107 ], [ -122.261667, 37.799094 ], [ -122.261553, 37.798929 ], [ -122.261401, 37.798763 ], [ -122.261198, 37.798607 ], [ -122.260999, 37.798508 ], [ -122.260744, 37.798404 ], [ -122.260417, 37.798333 ], [ -122.260263, 37.798323 ], [ -122.260086, 37.798313 ], [ -122.259847, 37.798309 ], [ -122.259591, 37.798302 ], [ -122.259554, 37.798301 ], [ -122.259551, 37.798132 ], [ -122.259565, 37.797839 ], [ -122.259531, 37.797304 ], [ -122.259496, 37.796832 ], [ -122.259577, 37.79632 ], [ -122.259604, 37.796245 ], [ -122.259659, 37.796092 ], [ -122.259855, 37.795695 ], [ -122.259873, 37.79567 ], [ -122.260044, 37.795446 ], [ -122.260806, 37.79528 ], [ -122.261152, 37.7951 ], [ -122.2612, 37.794576 ], [ -122.261148, 37.794416 ], [ -122.261089, 37.794234 ], [ -122.261091, 37.794051 ], [ -122.261222, 37.793893 ], [ -122.261327, 37.793807 ], [ -122.261382, 37.793762 ], [ -122.261438, 37.793717 ], [ -122.26154, 37.793633 ], [ -122.26162, 37.793524 ], [ -122.2617, 37.793418 ], [ -122.261761, 37.793019 ], [ -122.262059, 37.792392 ], [ -122.262069, 37.792372 ], [ -122.262186, 37.792234 ], [ -122.262204, 37.792221 ], [ -122.262213, 37.792201 ], [ -122.262302, 37.792096 ], [ -122.262324, 37.792086 ], [ -122.262327, 37.792067 ], [ -122.262346, 37.792043 ], [ -122.262441, 37.79193 ], [ -122.262461, 37.791908 ], [ -122.262474, 37.791893 ], [ -122.262528, 37.791826 ], [ -122.262691, 37.791628 ], [ -122.262746, 37.791562 ], [ -122.262901, 37.791542 ], [ -122.263258, 37.791543 ], [ -122.262963, 37.791175 ], [ -122.262974, 37.791103 ], [ -122.263006, 37.790887 ], [ -122.263018, 37.790816 ], [ -122.264247, 37.790697 ], [ -122.264448, 37.790678 ], [ -122.267355, 37.788718 ], [ -122.26838, 37.788028 ], [ -122.26954, 37.788688 ], [ -122.27302, 37.790668 ], [ -122.273136, 37.790734 ], [ -122.27418, 37.791328 ], [ -122.274079, 37.791504 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403400", "name": "Census Tract 4034, Alameda County, California", "total_population_17": 4401, "white_alone_17": 1815.0, "black_alone_17": 851.0, "native_alone_17": 36.0, "asian_alone_17": 1177.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 329.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 7.592, "pct_black_alone_change": -11.174, "pct_native_alone_change": -0.075, "pct_asian_alone_change": 0.344, "pct_hispanic_or_latino_change": -0.152, "pct_native_hawaiian_pacific_islander_change": 0.192, "INTPTLAT": "+37.8026482", "INTPTLON": "-122.2626597" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.267226, 37.801221 ], [ -122.266971, 37.80164 ], [ -122.266886, 37.801781 ], [ -122.2668, 37.801924 ], [ -122.266542, 37.802353 ], [ -122.2665, 37.802425 ], [ -122.266458, 37.802497 ], [ -122.266122, 37.803021 ], [ -122.265661, 37.803739 ], [ -122.26563, 37.803788 ], [ -122.265113, 37.804594 ], [ -122.264778, 37.805119 ], [ -122.264681, 37.80528 ], [ -122.264393, 37.805763 ], [ -122.264297, 37.805925 ], [ -122.264538, 37.806011 ], [ -122.265262, 37.806271 ], [ -122.265449, 37.806338 ], [ -122.265504, 37.806358 ], [ -122.266018, 37.806958 ], [ -122.264563, 37.807945 ], [ -122.26453, 37.808062 ], [ -122.264544, 37.808125 ], [ -122.264315, 37.808153 ], [ -122.26421, 37.808173 ], [ -122.264024, 37.808223 ], [ -122.263911, 37.808261 ], [ -122.263717, 37.808359 ], [ -122.263622, 37.808419 ], [ -122.263505, 37.808522 ], [ -122.263417, 37.808612 ], [ -122.263163, 37.808899 ], [ -122.263134, 37.80897 ], [ -122.26304, 37.809306 ], [ -122.263018, 37.809373 ], [ -122.262757, 37.810126 ], [ -122.262498, 37.810847 ], [ -122.262463, 37.810945 ], [ -122.262404, 37.810937 ], [ -122.262312, 37.810926 ], [ -122.262228, 37.810918 ], [ -122.26217, 37.810913 ], [ -122.261936, 37.810878 ], [ -122.261672, 37.81084 ], [ -122.261234, 37.810776 ], [ -122.261171, 37.810767 ], [ -122.261, 37.810744 ], [ -122.260884, 37.81073 ], [ -122.260836, 37.810721 ], [ -122.260719, 37.810702 ], [ -122.260591, 37.810676 ], [ -122.260497, 37.810648 ], [ -122.260435, 37.810623 ], [ -122.260377, 37.810605 ], [ -122.26036, 37.810596 ], [ -122.260301, 37.810564 ], [ -122.260213, 37.810523 ], [ -122.26017, 37.810491 ], [ -122.260061, 37.810411 ], [ -122.260042, 37.810395 ], [ -122.260002, 37.810361 ], [ -122.259882, 37.810255 ], [ -122.259723, 37.810114 ], [ -122.259608, 37.810007 ], [ -122.259524, 37.809936 ], [ -122.259487, 37.809905 ], [ -122.259391, 37.809851 ], [ -122.259259, 37.809762 ], [ -122.259218, 37.809738 ], [ -122.259118, 37.809678 ], [ -122.258861, 37.809543 ], [ -122.258669, 37.809456 ], [ -122.258637, 37.809442 ], [ -122.258549, 37.809408 ], [ -122.258476, 37.809385 ], [ -122.258243, 37.809303 ], [ -122.258135, 37.809266 ], [ -122.258006, 37.809231 ], [ -122.257523, 37.809136 ], [ -122.257506, 37.809133 ], [ -122.257369, 37.809114 ], [ -122.257279, 37.809107 ], [ -122.257124, 37.809086 ], [ -122.257055, 37.809079 ], [ -122.256926, 37.809067 ], [ -122.256382, 37.809025 ], [ -122.25631, 37.80902 ], [ -122.256158, 37.809012 ], [ -122.256218, 37.808931 ], [ -122.256309, 37.808666 ], [ -122.256336, 37.808538 ], [ -122.256344, 37.808382 ], [ -122.256329, 37.808245 ], [ -122.256298, 37.808073 ], [ -122.256268, 37.807974 ], [ -122.256158, 37.807748 ], [ -122.256001, 37.807463 ], [ -122.255908, 37.807503 ], [ -122.255739, 37.807567 ], [ -122.255535, 37.807634 ], [ -122.255182, 37.807717 ], [ -122.255057, 37.807732 ], [ -122.254921, 37.807738 ], [ -122.253993, 37.807732 ], [ -122.253428, 37.807724 ], [ -122.253337, 37.807733 ], [ -122.253257, 37.807748 ], [ -122.253168, 37.807783 ], [ -122.253054, 37.807861 ], [ -122.252997, 37.807911 ], [ -122.25294, 37.807973 ], [ -122.252904, 37.808038 ], [ -122.252878, 37.808108 ], [ -122.252854, 37.80827 ], [ -122.252802, 37.808642 ], [ -122.252774, 37.808747 ], [ -122.251699, 37.808664 ], [ -122.251401, 37.80866 ], [ -122.251265, 37.808663 ], [ -122.251148, 37.808672 ], [ -122.251009, 37.808693 ], [ -122.250739, 37.808766 ], [ -122.250625, 37.808806 ], [ -122.250469, 37.808882 ], [ -122.250351, 37.808953 ], [ -122.250095, 37.809118 ], [ -122.249997, 37.809048 ], [ -122.249827, 37.808916 ], [ -122.249735, 37.808845 ], [ -122.249375, 37.808564 ], [ -122.249318, 37.808521 ], [ -122.249148, 37.808391 ], [ -122.249253, 37.808254 ], [ -122.24926, 37.80824 ], [ -122.249272, 37.80822 ], [ -122.2493, 37.808171 ], [ -122.249382, 37.808 ], [ -122.249501, 37.80773 ], [ -122.249578, 37.807558 ], [ -122.249655, 37.807384 ], [ -122.249888, 37.806862 ], [ -122.249966, 37.806689 ], [ -122.250095, 37.806399 ], [ -122.250107, 37.806374 ], [ -122.250471, 37.805527 ], [ -122.250597, 37.805237 ], [ -122.250676, 37.805058 ], [ -122.250794, 37.804796 ], [ -122.250851, 37.804693 ], [ -122.250917, 37.804614 ], [ -122.250973, 37.804559 ], [ -122.251046, 37.804498 ], [ -122.251126, 37.804438 ], [ -122.251311, 37.804347 ], [ -122.251401, 37.804307 ], [ -122.251471, 37.804284 ], [ -122.251741, 37.804234 ], [ -122.252241, 37.804159 ], [ -122.252654, 37.804107 ], [ -122.252761, 37.80409 ], [ -122.252877, 37.804059 ], [ -122.253034, 37.803999 ], [ -122.253177, 37.803919 ], [ -122.253266, 37.80385 ], [ -122.253324, 37.803794 ], [ -122.253382, 37.80372 ], [ -122.253447, 37.803608 ], [ -122.253665, 37.803106 ], [ -122.253747, 37.802931 ], [ -122.253809, 37.802846 ], [ -122.254073, 37.802521 ], [ -122.254207, 37.802364 ], [ -122.254288, 37.802254 ], [ -122.254377, 37.802115 ], [ -122.254422, 37.802021 ], [ -122.254446, 37.801949 ], [ -122.254468, 37.801838 ], [ -122.254475, 37.801613 ], [ -122.254467, 37.801446 ], [ -122.254445, 37.801156 ], [ -122.254428, 37.801027 ], [ -122.254419, 37.800912 ], [ -122.254457, 37.800687 ], [ -122.254505, 37.800561 ], [ -122.254554, 37.800469 ], [ -122.254619, 37.800386 ], [ -122.254697, 37.800314 ], [ -122.254782, 37.800245 ], [ -122.254868, 37.800189 ], [ -122.254977, 37.800125 ], [ -122.255076, 37.800082 ], [ -122.255154, 37.800012 ], [ -122.255218, 37.800076 ], [ -122.255446, 37.800041 ], [ -122.255518, 37.800019 ], [ -122.255593, 37.800016 ], [ -122.255871, 37.799988 ], [ -122.256052, 37.799994 ], [ -122.256196, 37.800029 ], [ -122.25633, 37.800051 ], [ -122.256527, 37.800073 ], [ -122.256702, 37.800048 ], [ -122.256886, 37.80001 ], [ -122.257193, 37.799944 ], [ -122.257521, 37.799829 ], [ -122.257805, 37.799704 ], [ -122.258077, 37.799541 ], [ -122.258305, 37.799398 ], [ -122.258477, 37.799257 ], [ -122.258674, 37.799066 ], [ -122.258749, 37.798982 ], [ -122.258814, 37.798888 ], [ -122.258874, 37.798798 ], [ -122.258996, 37.798691 ], [ -122.259102, 37.798613 ], [ -122.259236, 37.79856 ], [ -122.259471, 37.798566 ], [ -122.259518, 37.798568 ], [ -122.259524, 37.798536 ], [ -122.259554, 37.798301 ], [ -122.259591, 37.798302 ], [ -122.259847, 37.798309 ], [ -122.260086, 37.798313 ], [ -122.260263, 37.798323 ], [ -122.260417, 37.798333 ], [ -122.260744, 37.798404 ], [ -122.260999, 37.798508 ], [ -122.261198, 37.798607 ], [ -122.261401, 37.798763 ], [ -122.261553, 37.798929 ], [ -122.261667, 37.799094 ], [ -122.261905, 37.799107 ], [ -122.262172, 37.799124 ], [ -122.262249, 37.799134 ], [ -122.262311, 37.799155 ], [ -122.262398, 37.799178 ], [ -122.262607, 37.799249 ], [ -122.262836, 37.799339 ], [ -122.263523, 37.799609 ], [ -122.263752, 37.7997 ], [ -122.263991, 37.79979 ], [ -122.26471, 37.80006 ], [ -122.26495, 37.800151 ], [ -122.265187, 37.800244 ], [ -122.265898, 37.800524 ], [ -122.266135, 37.800618 ], [ -122.26637, 37.80071 ], [ -122.267076, 37.800988 ], [ -122.267312, 37.801081 ], [ -122.267226, 37.801221 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403501", "name": "Census Tract 4035.01, Alameda County, California", "total_population_17": 4698, "white_alone_17": 1773.0, "black_alone_17": 1046.0, "native_alone_17": 57.0, "asian_alone_17": 996.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 579.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 4.931, "pct_black_alone_change": -17.76, "pct_native_alone_change": 0.031, "pct_asian_alone_change": 4.828, "pct_hispanic_or_latino_change": 4.209, "pct_native_hawaiian_pacific_islander_change": 0.388, "INTPTLAT": "+37.8177398", "INTPTLON": "-122.2600504" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.266771, 37.811553 ], [ -122.266386, 37.812161 ], [ -122.266226, 37.812407 ], [ -122.266083, 37.81263 ], [ -122.265751, 37.813147 ], [ -122.265593, 37.813395 ], [ -122.265506, 37.813545 ], [ -122.265246, 37.813994 ], [ -122.26516, 37.814145 ], [ -122.264704, 37.814863 ], [ -122.264254, 37.815609 ], [ -122.264193, 37.81571 ], [ -122.264138, 37.815793 ], [ -122.263756, 37.816381 ], [ -122.263084, 37.817449 ], [ -122.26294, 37.817682 ], [ -122.262509, 37.81838 ], [ -122.262366, 37.818614 ], [ -122.262128, 37.818994 ], [ -122.261415, 37.820135 ], [ -122.261178, 37.820516 ], [ -122.261154, 37.820553 ], [ -122.261085, 37.820663 ], [ -122.261062, 37.820701 ], [ -122.26104, 37.820753 ], [ -122.261027, 37.820762 ], [ -122.260961, 37.820861 ], [ -122.26093, 37.820906 ], [ -122.260896, 37.820957 ], [ -122.260802, 37.821107 ], [ -122.260645, 37.821363 ], [ -122.260529, 37.821564 ], [ -122.260442, 37.821718 ], [ -122.260359, 37.821861 ], [ -122.260322, 37.821927 ], [ -122.260177, 37.82216 ], [ -122.26015, 37.822203 ], [ -122.260097, 37.822282 ], [ -122.260006, 37.822421 ], [ -122.259741, 37.82284 ], [ -122.258949, 37.824099 ], [ -122.258756, 37.824407 ], [ -122.25868, 37.824515 ], [ -122.258566, 37.82448 ], [ -122.258412, 37.824427 ], [ -122.258392, 37.82442 ], [ -122.258083, 37.824297 ], [ -122.257796, 37.824142 ], [ -122.257653, 37.82406 ], [ -122.257409, 37.823921 ], [ -122.257335, 37.823864 ], [ -122.257247, 37.823798 ], [ -122.256758, 37.823436 ], [ -122.256663, 37.823366 ], [ -122.256617, 37.823296 ], [ -122.256601, 37.823265 ], [ -122.256577, 37.823235 ], [ -122.256513, 37.82319 ], [ -122.256144, 37.822927 ], [ -122.256022, 37.82284 ], [ -122.255949, 37.822792 ], [ -122.255733, 37.82265 ], [ -122.255661, 37.822603 ], [ -122.255578, 37.822545 ], [ -122.25554, 37.822519 ], [ -122.25518, 37.822268 ], [ -122.25506, 37.822185 ], [ -122.254946, 37.82208 ], [ -122.254938, 37.822071 ], [ -122.254838, 37.821967 ], [ -122.254732, 37.821838 ], [ -122.25465, 37.821711 ], [ -122.254635, 37.821679 ], [ -122.254566, 37.821528 ], [ -122.254529, 37.821417 ], [ -122.254499, 37.821292 ], [ -122.254332, 37.820577 ], [ -122.254277, 37.820339 ], [ -122.254132, 37.819833 ], [ -122.254192, 37.819806 ], [ -122.254301, 37.819758 ], [ -122.254361, 37.819713 ], [ -122.254479, 37.819625 ], [ -122.254446, 37.819599 ], [ -122.254423, 37.819581 ], [ -122.254337, 37.819515 ], [ -122.254239, 37.819439 ], [ -122.254053, 37.819293 ], [ -122.253963, 37.819223 ], [ -122.253803, 37.819098 ], [ -122.253679, 37.819001 ], [ -122.25375, 37.818945 ], [ -122.253851, 37.818869 ], [ -122.254027, 37.818743 ], [ -122.254042, 37.818731 ], [ -122.254155, 37.818646 ], [ -122.254886, 37.819259 ], [ -122.255131, 37.819012 ], [ -122.255274, 37.818835 ], [ -122.255371, 37.818703 ], [ -122.255432, 37.818622 ], [ -122.255526, 37.818508 ], [ -122.255686, 37.81833 ], [ -122.255733, 37.818279 ], [ -122.255807, 37.818221 ], [ -122.256006, 37.818094 ], [ -122.256174, 37.818003 ], [ -122.256563, 37.81782 ], [ -122.256631, 37.817776 ], [ -122.257158, 37.817407 ], [ -122.257275, 37.817325 ], [ -122.257396, 37.817256 ], [ -122.257603, 37.817156 ], [ -122.257675, 37.817113 ], [ -122.257768, 37.817055 ], [ -122.258, 37.81689 ], [ -122.258079, 37.816825 ], [ -122.258161, 37.816758 ], [ -122.258216, 37.816697 ], [ -122.258335, 37.81657 ], [ -122.258395, 37.816496 ], [ -122.258512, 37.816325 ], [ -122.258557, 37.816251 ], [ -122.258656, 37.816092 ], [ -122.258666, 37.816068 ], [ -122.258698, 37.815998 ], [ -122.258709, 37.815975 ], [ -122.258761, 37.815837 ], [ -122.258847, 37.815611 ], [ -122.258911, 37.815496 ], [ -122.25895, 37.815438 ], [ -122.258975, 37.815402 ], [ -122.259039, 37.815321 ], [ -122.259099, 37.815239 ], [ -122.259135, 37.815191 ], [ -122.259222, 37.815102 ], [ -122.259312, 37.815021 ], [ -122.259388, 37.814954 ], [ -122.259438, 37.814916 ], [ -122.259519, 37.814856 ], [ -122.259596, 37.814817 ], [ -122.259652, 37.814789 ], [ -122.259899, 37.814637 ], [ -122.259911, 37.814626 ], [ -122.260034, 37.814521 ], [ -122.260105, 37.814452 ], [ -122.260546, 37.813961 ], [ -122.260679, 37.813815 ], [ -122.260751, 37.813733 ], [ -122.261495, 37.813034 ], [ -122.261582, 37.812878 ], [ -122.261654, 37.812749 ], [ -122.261698, 37.812652 ], [ -122.262002, 37.811999 ], [ -122.262241, 37.811484 ], [ -122.262285, 37.811376 ], [ -122.262418, 37.811052 ], [ -122.262463, 37.810945 ], [ -122.262833, 37.811012 ], [ -122.263382, 37.811113 ], [ -122.263944, 37.811222 ], [ -122.264315, 37.811294 ], [ -122.265421, 37.811468 ], [ -122.265553, 37.811478 ], [ -122.265932, 37.811482 ], [ -122.266544, 37.811504 ], [ -122.266667, 37.811534 ], [ -122.266771, 37.811553 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403502", "name": "Census Tract 4035.02, Alameda County, California", "total_population_17": 2066, "white_alone_17": 936.0, "black_alone_17": 518.0, "native_alone_17": 0.0, "asian_alone_17": 281.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 236.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 12.497, "pct_black_alone_change": -14.952, "pct_native_alone_change": -1.182, "pct_asian_alone_change": -2.772, "pct_hispanic_or_latino_change": 3.308, "pct_native_hawaiian_pacific_islander_change": -0.016, "INTPTLAT": "+37.8159619", "INTPTLON": "-122.2569401" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.261495, 37.813034 ], [ -122.260751, 37.813733 ], [ -122.260679, 37.813815 ], [ -122.260546, 37.813961 ], [ -122.260105, 37.814452 ], [ -122.260034, 37.814521 ], [ -122.259911, 37.814626 ], [ -122.259899, 37.814637 ], [ -122.259652, 37.814789 ], [ -122.259596, 37.814817 ], [ -122.259519, 37.814856 ], [ -122.259438, 37.814916 ], [ -122.259388, 37.814954 ], [ -122.259312, 37.815021 ], [ -122.259222, 37.815102 ], [ -122.259135, 37.815191 ], [ -122.259099, 37.815239 ], [ -122.259039, 37.815321 ], [ -122.258975, 37.815402 ], [ -122.25895, 37.815438 ], [ -122.258911, 37.815496 ], [ -122.258847, 37.815611 ], [ -122.258761, 37.815837 ], [ -122.258709, 37.815975 ], [ -122.258698, 37.815998 ], [ -122.258666, 37.816068 ], [ -122.258656, 37.816092 ], [ -122.258557, 37.816251 ], [ -122.258512, 37.816325 ], [ -122.258395, 37.816496 ], [ -122.258335, 37.81657 ], [ -122.258216, 37.816697 ], [ -122.258161, 37.816758 ], [ -122.258079, 37.816825 ], [ -122.258, 37.81689 ], [ -122.257768, 37.817055 ], [ -122.257675, 37.817113 ], [ -122.257603, 37.817156 ], [ -122.257396, 37.817256 ], [ -122.257275, 37.817325 ], [ -122.257158, 37.817407 ], [ -122.256631, 37.817776 ], [ -122.256563, 37.81782 ], [ -122.256174, 37.818003 ], [ -122.256006, 37.818094 ], [ -122.255807, 37.818221 ], [ -122.255733, 37.818279 ], [ -122.255686, 37.81833 ], [ -122.255526, 37.818508 ], [ -122.255432, 37.818622 ], [ -122.255371, 37.818703 ], [ -122.255274, 37.818835 ], [ -122.255131, 37.819012 ], [ -122.254886, 37.819259 ], [ -122.254155, 37.818646 ], [ -122.254042, 37.818731 ], [ -122.254027, 37.818743 ], [ -122.253868, 37.818603 ], [ -122.25341, 37.818041 ], [ -122.253265, 37.817878 ], [ -122.253124, 37.817686 ], [ -122.252807, 37.817194 ], [ -122.253174, 37.816992 ], [ -122.253254, 37.816959 ], [ -122.253389, 37.81689 ], [ -122.253557, 37.816783 ], [ -122.253685, 37.816707 ], [ -122.253785, 37.816642 ], [ -122.253887, 37.816564 ], [ -122.254145, 37.81639 ], [ -122.256049, 37.815327 ], [ -122.258086, 37.814175 ], [ -122.25839, 37.813979 ], [ -122.25861, 37.813816 ], [ -122.258893, 37.813547 ], [ -122.259019, 37.813428 ], [ -122.259072, 37.813379 ], [ -122.259382, 37.813052 ], [ -122.259502, 37.812927 ], [ -122.259803, 37.812674 ], [ -122.259901, 37.812607 ], [ -122.260118, 37.812485 ], [ -122.260205, 37.812447 ], [ -122.260296, 37.812423 ], [ -122.260414, 37.812399 ], [ -122.260523, 37.81239 ], [ -122.260629, 37.812391 ], [ -122.260867, 37.812406 ], [ -122.261154, 37.812707 ], [ -122.261335, 37.812867 ], [ -122.261406, 37.812941 ], [ -122.261495, 37.813034 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403600", "name": "Census Tract 4036, Alameda County, California", "total_population_17": 5025, "white_alone_17": 1871.0, "black_alone_17": 1614.0, "native_alone_17": 36.0, "asian_alone_17": 472.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 658.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 3.711, "pct_black_alone_change": -13.972, "pct_native_alone_change": 0.011, "pct_asian_alone_change": -1.812, "pct_hispanic_or_latino_change": 5.913, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8135075", "INTPTLON": "-122.2534803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.258893, 37.813547 ], [ -122.25861, 37.813816 ], [ -122.25839, 37.813979 ], [ -122.258086, 37.814175 ], [ -122.256049, 37.815327 ], [ -122.254145, 37.81639 ], [ -122.253887, 37.816564 ], [ -122.253785, 37.816642 ], [ -122.253685, 37.816707 ], [ -122.253557, 37.816783 ], [ -122.253389, 37.81689 ], [ -122.253254, 37.816959 ], [ -122.253174, 37.816992 ], [ -122.252807, 37.817194 ], [ -122.253124, 37.817686 ], [ -122.253265, 37.817878 ], [ -122.25341, 37.818041 ], [ -122.253868, 37.818603 ], [ -122.254027, 37.818743 ], [ -122.253851, 37.818869 ], [ -122.25375, 37.818945 ], [ -122.253679, 37.819001 ], [ -122.253431, 37.818817 ], [ -122.253385, 37.818778 ], [ -122.253272, 37.818683 ], [ -122.253095, 37.818517 ], [ -122.25279, 37.818216 ], [ -122.252628, 37.818034 ], [ -122.2526, 37.818 ], [ -122.252365, 37.817717 ], [ -122.252326, 37.817664 ], [ -122.252209, 37.817508 ], [ -122.252171, 37.817456 ], [ -122.252109, 37.817373 ], [ -122.252008, 37.817221 ], [ -122.251981, 37.817179 ], [ -122.251729, 37.816735 ], [ -122.251597, 37.81647 ], [ -122.251528, 37.816331 ], [ -122.251501, 37.81627 ], [ -122.251475, 37.816213 ], [ -122.251451, 37.816157 ], [ -122.251152, 37.815207 ], [ -122.251129, 37.815135 ], [ -122.251063, 37.814919 ], [ -122.251039, 37.814849 ], [ -122.251002, 37.814717 ], [ -122.250897, 37.814347 ], [ -122.250858, 37.814208 ], [ -122.250385, 37.813264 ], [ -122.250301, 37.813141 ], [ -122.25019, 37.813009 ], [ -122.250064, 37.812898 ], [ -122.249932, 37.81279 ], [ -122.249791, 37.812706 ], [ -122.24962, 37.812625 ], [ -122.249464, 37.812538 ], [ -122.249236, 37.812411 ], [ -122.248979, 37.81222 ], [ -122.248877, 37.812145 ], [ -122.248572, 37.81192 ], [ -122.248471, 37.811845 ], [ -122.248378, 37.811778 ], [ -122.2481, 37.811579 ], [ -122.248008, 37.811513 ], [ -122.248017, 37.811496 ], [ -122.248048, 37.811446 ], [ -122.248058, 37.81143 ], [ -122.24827, 37.81108 ], [ -122.24855, 37.810586 ], [ -122.248598, 37.810505 ], [ -122.248782, 37.810595 ], [ -122.249, 37.810727 ], [ -122.249277, 37.810918 ], [ -122.249345, 37.810974 ], [ -122.249431, 37.811045 ], [ -122.249563, 37.811165 ], [ -122.249761, 37.811369 ], [ -122.249861, 37.811494 ], [ -122.250014, 37.811709 ], [ -122.250061, 37.811785 ], [ -122.250283, 37.811688 ], [ -122.250468, 37.811608 ], [ -122.250626, 37.811538 ], [ -122.250597, 37.81148 ], [ -122.250486, 37.811315 ], [ -122.250413, 37.811222 ], [ -122.25048, 37.811169 ], [ -122.250593, 37.811095 ], [ -122.250765, 37.811022 ], [ -122.250996, 37.81096 ], [ -122.251462, 37.810841 ], [ -122.252558, 37.81058 ], [ -122.252783, 37.810521 ], [ -122.252941, 37.810499 ], [ -122.253026, 37.810491 ], [ -122.253161, 37.810494 ], [ -122.253433, 37.810511 ], [ -122.253655, 37.810526 ], [ -122.254001, 37.810553 ], [ -122.255042, 37.810634 ], [ -122.255389, 37.810661 ], [ -122.255536, 37.810671 ], [ -122.255598, 37.810687 ], [ -122.255875, 37.810759 ], [ -122.256159, 37.810837 ], [ -122.256212, 37.810854 ], [ -122.256414, 37.81092 ], [ -122.256368, 37.81101 ], [ -122.256351, 37.811089 ], [ -122.256335, 37.811264 ], [ -122.256335, 37.811316 ], [ -122.256337, 37.81142 ], [ -122.256348, 37.811508 ], [ -122.256362, 37.811607 ], [ -122.256406, 37.81176 ], [ -122.256436, 37.811824 ], [ -122.256502, 37.811968 ], [ -122.256554, 37.812048 ], [ -122.256662, 37.812201 ], [ -122.256729, 37.812279 ], [ -122.256815, 37.812353 ], [ -122.256856, 37.812385 ], [ -122.25692, 37.812435 ], [ -122.257052, 37.812522 ], [ -122.257206, 37.812599 ], [ -122.257283, 37.812653 ], [ -122.257514, 37.812815 ], [ -122.257592, 37.81287 ], [ -122.257666, 37.812943 ], [ -122.257891, 37.813165 ], [ -122.257966, 37.813239 ], [ -122.25806, 37.813337 ], [ -122.258112, 37.813377 ], [ -122.258227, 37.813442 ], [ -122.25831, 37.813471 ], [ -122.258401, 37.813497 ], [ -122.258551, 37.813518 ], [ -122.258664, 37.813523 ], [ -122.258691, 37.813525 ], [ -122.258893, 37.813547 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403701", "name": "Census Tract 4037.01, Alameda County, California", "total_population_17": 2825, "white_alone_17": 1264.0, "black_alone_17": 898.0, "native_alone_17": 0.0, "asian_alone_17": 232.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 279.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -4.72, "pct_black_alone_change": 2.467, "pct_native_alone_change": -0.58, "pct_asian_alone_change": -3.245, "pct_hispanic_or_latino_change": 1.922, "pct_native_hawaiian_pacific_islander_change": -0.043, "INTPTLAT": "+37.8112134", "INTPTLON": "-122.2586656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262418, 37.811052 ], [ -122.262285, 37.811376 ], [ -122.262241, 37.811484 ], [ -122.262002, 37.811999 ], [ -122.261698, 37.812652 ], [ -122.261654, 37.812749 ], [ -122.261582, 37.812878 ], [ -122.261495, 37.813034 ], [ -122.261406, 37.812941 ], [ -122.261335, 37.812867 ], [ -122.261154, 37.812707 ], [ -122.260867, 37.812406 ], [ -122.260629, 37.812391 ], [ -122.260523, 37.81239 ], [ -122.260414, 37.812399 ], [ -122.260296, 37.812423 ], [ -122.260205, 37.812447 ], [ -122.260118, 37.812485 ], [ -122.259901, 37.812607 ], [ -122.259803, 37.812674 ], [ -122.259502, 37.812927 ], [ -122.259382, 37.813052 ], [ -122.259072, 37.813379 ], [ -122.259019, 37.813428 ], [ -122.258893, 37.813547 ], [ -122.258691, 37.813525 ], [ -122.258664, 37.813523 ], [ -122.258551, 37.813518 ], [ -122.258401, 37.813497 ], [ -122.25831, 37.813471 ], [ -122.258227, 37.813442 ], [ -122.258112, 37.813377 ], [ -122.25806, 37.813337 ], [ -122.257966, 37.813239 ], [ -122.257891, 37.813165 ], [ -122.257666, 37.812943 ], [ -122.257592, 37.81287 ], [ -122.257514, 37.812815 ], [ -122.257283, 37.812653 ], [ -122.257206, 37.812599 ], [ -122.257052, 37.812522 ], [ -122.25692, 37.812435 ], [ -122.256856, 37.812385 ], [ -122.256815, 37.812353 ], [ -122.256729, 37.812279 ], [ -122.256662, 37.812201 ], [ -122.256554, 37.812048 ], [ -122.256502, 37.811968 ], [ -122.256436, 37.811824 ], [ -122.256406, 37.81176 ], [ -122.256362, 37.811607 ], [ -122.256348, 37.811508 ], [ -122.256337, 37.81142 ], [ -122.256335, 37.811316 ], [ -122.256335, 37.811264 ], [ -122.256351, 37.811089 ], [ -122.256368, 37.81101 ], [ -122.256414, 37.81092 ], [ -122.256212, 37.810854 ], [ -122.256159, 37.810837 ], [ -122.255875, 37.810759 ], [ -122.255598, 37.810687 ], [ -122.255536, 37.810671 ], [ -122.255389, 37.810661 ], [ -122.255458, 37.810499 ], [ -122.255667, 37.810016 ], [ -122.255737, 37.809855 ], [ -122.255821, 37.809686 ], [ -122.256073, 37.80918 ], [ -122.256158, 37.809012 ], [ -122.25631, 37.80902 ], [ -122.256382, 37.809025 ], [ -122.256926, 37.809067 ], [ -122.257055, 37.809079 ], [ -122.257124, 37.809086 ], [ -122.257279, 37.809107 ], [ -122.257369, 37.809114 ], [ -122.257506, 37.809133 ], [ -122.257523, 37.809136 ], [ -122.258006, 37.809231 ], [ -122.258135, 37.809266 ], [ -122.258243, 37.809303 ], [ -122.258476, 37.809385 ], [ -122.258549, 37.809408 ], [ -122.258637, 37.809442 ], [ -122.258669, 37.809456 ], [ -122.258861, 37.809543 ], [ -122.259118, 37.809678 ], [ -122.259218, 37.809738 ], [ -122.259259, 37.809762 ], [ -122.259391, 37.809851 ], [ -122.259487, 37.809905 ], [ -122.259524, 37.809936 ], [ -122.259608, 37.810007 ], [ -122.259723, 37.810114 ], [ -122.259882, 37.810255 ], [ -122.260002, 37.810361 ], [ -122.260042, 37.810395 ], [ -122.260061, 37.810411 ], [ -122.26017, 37.810491 ], [ -122.260213, 37.810523 ], [ -122.260301, 37.810564 ], [ -122.26036, 37.810596 ], [ -122.260377, 37.810605 ], [ -122.260435, 37.810623 ], [ -122.260497, 37.810648 ], [ -122.260591, 37.810676 ], [ -122.260719, 37.810702 ], [ -122.260836, 37.810721 ], [ -122.260884, 37.81073 ], [ -122.261, 37.810744 ], [ -122.261171, 37.810767 ], [ -122.261234, 37.810776 ], [ -122.261672, 37.81084 ], [ -122.261936, 37.810878 ], [ -122.26217, 37.810913 ], [ -122.262228, 37.810918 ], [ -122.262312, 37.810926 ], [ -122.262404, 37.810937 ], [ -122.262463, 37.810945 ], [ -122.262418, 37.811052 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403702", "name": "Census Tract 4037.02, Alameda County, California", "total_population_17": 1901, "white_alone_17": 1006.0, "black_alone_17": 201.0, "native_alone_17": 0.0, "asian_alone_17": 285.0, "native_hawaiian_pacific_islander_17": 26.0, "hispanic_or_latino_17": 266.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 3.863, "pct_black_alone_change": -18.57, "pct_native_alone_change": -0.581, "pct_asian_alone_change": 2.93, "pct_hispanic_or_latino_change": 6.054, "pct_native_hawaiian_pacific_islander_change": 1.326, "INTPTLAT": "+37.8094979", "INTPTLON": "-122.2520933" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.256336, 37.808538 ], [ -122.256309, 37.808666 ], [ -122.256218, 37.808931 ], [ -122.256158, 37.809012 ], [ -122.256073, 37.80918 ], [ -122.255821, 37.809686 ], [ -122.255737, 37.809855 ], [ -122.255667, 37.810016 ], [ -122.255458, 37.810499 ], [ -122.255389, 37.810661 ], [ -122.255042, 37.810634 ], [ -122.254001, 37.810553 ], [ -122.253655, 37.810526 ], [ -122.253433, 37.810511 ], [ -122.253161, 37.810494 ], [ -122.253026, 37.810491 ], [ -122.252941, 37.810499 ], [ -122.252783, 37.810521 ], [ -122.252558, 37.81058 ], [ -122.251462, 37.810841 ], [ -122.250996, 37.81096 ], [ -122.250765, 37.811022 ], [ -122.250593, 37.811095 ], [ -122.25048, 37.811169 ], [ -122.250413, 37.811222 ], [ -122.250486, 37.811315 ], [ -122.250597, 37.81148 ], [ -122.250626, 37.811538 ], [ -122.250468, 37.811608 ], [ -122.250283, 37.811688 ], [ -122.250061, 37.811785 ], [ -122.250014, 37.811709 ], [ -122.249861, 37.811494 ], [ -122.249761, 37.811369 ], [ -122.249563, 37.811165 ], [ -122.249431, 37.811045 ], [ -122.249345, 37.810974 ], [ -122.249277, 37.810918 ], [ -122.249, 37.810727 ], [ -122.248782, 37.810595 ], [ -122.248598, 37.810505 ], [ -122.248456, 37.810437 ], [ -122.248127, 37.810306 ], [ -122.247899, 37.810226 ], [ -122.246504, 37.809841 ], [ -122.24661, 37.809764 ], [ -122.246702, 37.809703 ], [ -122.246834, 37.809622 ], [ -122.246894, 37.809589 ], [ -122.246958, 37.809562 ], [ -122.247781, 37.80913 ], [ -122.248114, 37.808995 ], [ -122.249003, 37.808512 ], [ -122.249016, 37.808508 ], [ -122.249084, 37.808454 ], [ -122.249148, 37.808391 ], [ -122.249318, 37.808521 ], [ -122.249375, 37.808564 ], [ -122.249735, 37.808845 ], [ -122.249827, 37.808916 ], [ -122.249997, 37.809048 ], [ -122.250095, 37.809118 ], [ -122.250351, 37.808953 ], [ -122.250469, 37.808882 ], [ -122.250625, 37.808806 ], [ -122.250739, 37.808766 ], [ -122.251009, 37.808693 ], [ -122.251148, 37.808672 ], [ -122.251265, 37.808663 ], [ -122.251401, 37.80866 ], [ -122.251699, 37.808664 ], [ -122.252774, 37.808747 ], [ -122.252802, 37.808642 ], [ -122.252854, 37.80827 ], [ -122.252878, 37.808108 ], [ -122.252904, 37.808038 ], [ -122.25294, 37.807973 ], [ -122.252997, 37.807911 ], [ -122.253054, 37.807861 ], [ -122.253168, 37.807783 ], [ -122.253257, 37.807748 ], [ -122.253337, 37.807733 ], [ -122.253428, 37.807724 ], [ -122.253993, 37.807732 ], [ -122.254921, 37.807738 ], [ -122.255057, 37.807732 ], [ -122.255182, 37.807717 ], [ -122.255535, 37.807634 ], [ -122.255739, 37.807567 ], [ -122.255908, 37.807503 ], [ -122.256001, 37.807463 ], [ -122.256158, 37.807748 ], [ -122.256268, 37.807974 ], [ -122.256298, 37.808073 ], [ -122.256329, 37.808245 ], [ -122.256344, 37.808382 ], [ -122.256336, 37.808538 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403800", "name": "Census Tract 4038, Alameda County, California", "total_population_17": 3299, "white_alone_17": 2185.0, "black_alone_17": 198.0, "native_alone_17": 0.0, "asian_alone_17": 472.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 256.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 7.152, "pct_black_alone_change": -11.519, "pct_native_alone_change": -0.724, "pct_asian_alone_change": -0.897, "pct_hispanic_or_latino_change": 0.954, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8148236", "INTPTLON": "-122.2416662" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.24855, 37.810586 ], [ -122.24827, 37.81108 ], [ -122.248058, 37.81143 ], [ -122.248048, 37.811446 ], [ -122.248017, 37.811496 ], [ -122.248008, 37.811513 ], [ -122.247735, 37.811965 ], [ -122.246915, 37.813323 ], [ -122.246643, 37.813776 ], [ -122.246574, 37.813878 ], [ -122.24653, 37.813946 ], [ -122.246385, 37.814196 ], [ -122.246324, 37.814303 ], [ -122.246238, 37.814465 ], [ -122.246199, 37.814544 ], [ -122.246171, 37.814604 ], [ -122.246101, 37.814784 ], [ -122.245932, 37.815316 ], [ -122.245891, 37.815448 ], [ -122.245884, 37.81547 ], [ -122.245849, 37.815575 ], [ -122.245832, 37.815627 ], [ -122.245797, 37.81573 ], [ -122.245749, 37.815877 ], [ -122.245648, 37.816197 ], [ -122.24564, 37.816223 ], [ -122.2456, 37.816354 ], [ -122.245589, 37.816386 ], [ -122.245582, 37.816408 ], [ -122.245558, 37.816485 ], [ -122.245548, 37.816518 ], [ -122.245077, 37.818002 ], [ -122.245079, 37.818327 ], [ -122.244953, 37.818398 ], [ -122.244818, 37.818825 ], [ -122.244789, 37.818912 ], [ -122.244722, 37.819119 ], [ -122.244585, 37.819099 ], [ -122.244521, 37.819089 ], [ -122.244361, 37.819065 ], [ -122.244339, 37.819059 ], [ -122.244318, 37.819057 ], [ -122.24422, 37.819025 ], [ -122.244206, 37.819034 ], [ -122.244186, 37.81903 ], [ -122.244023, 37.818993 ], [ -122.244004, 37.818989 ], [ -122.243742, 37.818931 ], [ -122.243672, 37.818857 ], [ -122.243662, 37.818847 ], [ -122.243481, 37.818659 ], [ -122.243351, 37.818753 ], [ -122.243238, 37.81884 ], [ -122.243204, 37.818814 ], [ -122.243091, 37.818786 ], [ -122.243034, 37.818723 ], [ -122.243015, 37.818734 ], [ -122.243008, 37.818725 ], [ -122.242946, 37.81875 ], [ -122.242927, 37.818745 ], [ -122.24279, 37.818711 ], [ -122.242765, 37.818705 ], [ -122.242692, 37.818577 ], [ -122.24267, 37.818533 ], [ -122.242596, 37.818552 ], [ -122.24253, 37.818569 ], [ -122.242406, 37.818594 ], [ -122.24235, 37.818606 ], [ -122.242175, 37.818629 ], [ -122.242146, 37.818541 ], [ -122.24185, 37.818475 ], [ -122.241683, 37.818437 ], [ -122.24171, 37.818348 ], [ -122.241744, 37.818239 ], [ -122.241278, 37.818153 ], [ -122.241175, 37.818226 ], [ -122.241069, 37.818299 ], [ -122.240736, 37.818224 ], [ -122.24061, 37.818096 ], [ -122.240492, 37.818171 ], [ -122.240471, 37.818185 ], [ -122.240308, 37.818037 ], [ -122.24011, 37.817857 ], [ -122.239953, 37.817967 ], [ -122.239871, 37.818024 ], [ -122.239813, 37.818009 ], [ -122.239715, 37.81792 ], [ -122.239683, 37.817892 ], [ -122.23966, 37.817909 ], [ -122.239594, 37.817953 ], [ -122.239376, 37.8179 ], [ -122.23931, 37.817841 ], [ -122.239222, 37.81777 ], [ -122.239164, 37.817723 ], [ -122.239054, 37.817625 ], [ -122.239021, 37.817592 ], [ -122.23868, 37.817686 ], [ -122.238103, 37.817545 ], [ -122.238173, 37.817424 ], [ -122.238178, 37.817414 ], [ -122.23819, 37.817396 ], [ -122.238181, 37.817381 ], [ -122.237843, 37.817481 ], [ -122.237615, 37.817549 ], [ -122.237551, 37.817502 ], [ -122.237435, 37.817417 ], [ -122.237332, 37.817397 ], [ -122.237205, 37.817372 ], [ -122.237062, 37.817344 ], [ -122.236771, 37.817288 ], [ -122.236554, 37.817239 ], [ -122.23636, 37.817186 ], [ -122.236205, 37.817144 ], [ -122.235719, 37.817134 ], [ -122.235713, 37.817042 ], [ -122.235694, 37.816952 ], [ -122.235251, 37.817008 ], [ -122.235199, 37.816949 ], [ -122.235137, 37.816892 ], [ -122.235126, 37.816885 ], [ -122.23507, 37.816849 ], [ -122.234981, 37.816852 ], [ -122.234958, 37.816853 ], [ -122.234903, 37.816864 ], [ -122.234659, 37.816799 ], [ -122.233938, 37.816644 ], [ -122.233919, 37.81652 ], [ -122.233508, 37.816551 ], [ -122.233369, 37.816521 ], [ -122.233296, 37.816492 ], [ -122.233413, 37.816135 ], [ -122.233001, 37.816115 ], [ -122.232903, 37.816087 ], [ -122.23287, 37.816051 ], [ -122.232838, 37.815974 ], [ -122.232658, 37.815651 ], [ -122.232598, 37.815544 ], [ -122.23239, 37.815128 ], [ -122.232252, 37.81487 ], [ -122.23214, 37.814672 ], [ -122.232133, 37.81466 ], [ -122.232065, 37.814531 ], [ -122.232027, 37.814434 ], [ -122.232012, 37.81433 ], [ -122.232211, 37.814381 ], [ -122.232231, 37.814386 ], [ -122.232817, 37.814507 ], [ -122.23302, 37.814549 ], [ -122.233118, 37.814572 ], [ -122.233249, 37.814593 ], [ -122.233337, 37.8146 ], [ -122.233435, 37.814601 ], [ -122.233723, 37.814587 ], [ -122.233851, 37.814577 ], [ -122.233893, 37.814575 ], [ -122.234337, 37.814536 ], [ -122.234681, 37.814505 ], [ -122.235614, 37.814437 ], [ -122.235827, 37.814434 ], [ -122.236049, 37.814454 ], [ -122.236347, 37.814518 ], [ -122.236917, 37.814642 ], [ -122.237167, 37.814684 ], [ -122.237377, 37.814732 ], [ -122.237465, 37.814753 ], [ -122.237566, 37.814783 ], [ -122.237644, 37.814813 ], [ -122.237739, 37.814861 ], [ -122.237961, 37.815002 ], [ -122.238074, 37.815075 ], [ -122.238109, 37.8151 ], [ -122.238144, 37.815118 ], [ -122.238178, 37.815084 ], [ -122.23828, 37.814986 ], [ -122.238315, 37.814953 ], [ -122.238455, 37.814816 ], [ -122.238841, 37.814442 ], [ -122.238879, 37.814408 ], [ -122.239028, 37.814281 ], [ -122.239075, 37.814241 ], [ -122.239142, 37.814187 ], [ -122.23922, 37.814126 ], [ -122.23927, 37.814089 ], [ -122.239416, 37.81399 ], [ -122.239854, 37.813694 ], [ -122.240001, 37.813596 ], [ -122.240124, 37.813513 ], [ -122.240494, 37.813265 ], [ -122.240618, 37.813183 ], [ -122.240773, 37.813069 ], [ -122.240862, 37.812995 ], [ -122.241101, 37.81276 ], [ -122.242087, 37.811737 ], [ -122.242276, 37.811565 ], [ -122.242369, 37.81151 ], [ -122.242539, 37.811411 ], [ -122.242647, 37.811344 ], [ -122.242739, 37.811288 ], [ -122.242843, 37.81123 ], [ -122.242901, 37.811199 ], [ -122.243033, 37.811144 ], [ -122.243175, 37.811094 ], [ -122.243289, 37.811055 ], [ -122.24357, 37.810969 ], [ -122.243882, 37.810862 ], [ -122.244847, 37.810533 ], [ -122.245038, 37.810465 ], [ -122.245656, 37.810258 ], [ -122.246066, 37.810113 ], [ -122.246171, 37.810066 ], [ -122.246236, 37.810028 ], [ -122.246504, 37.809841 ], [ -122.247899, 37.810226 ], [ -122.248127, 37.810306 ], [ -122.248456, 37.810437 ], [ -122.248598, 37.810505 ], [ -122.24855, 37.810586 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001403900", "name": "Census Tract 4039, Alameda County, California", "total_population_17": 3989, "white_alone_17": 2191.0, "black_alone_17": 589.0, "native_alone_17": 21.0, "asian_alone_17": 686.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 235.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 3.476, "pct_black_alone_change": -11.565, "pct_native_alone_change": -0.107, "pct_asian_alone_change": 5.363, "pct_hispanic_or_latino_change": -2.148, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8171784", "INTPTLON": "-122.2487713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.253642, 37.819047 ], [ -122.253615, 37.819082 ], [ -122.253535, 37.819146 ], [ -122.25351, 37.819165 ], [ -122.253464, 37.819202 ], [ -122.253266, 37.819338 ], [ -122.252673, 37.819749 ], [ -122.252476, 37.819886 ], [ -122.252283, 37.820013 ], [ -122.251931, 37.820247 ], [ -122.251764, 37.820323 ], [ -122.25168, 37.820351 ], [ -122.251621, 37.820371 ], [ -122.251459, 37.820418 ], [ -122.251216, 37.820494 ], [ -122.251046, 37.820548 ], [ -122.250487, 37.82072 ], [ -122.250245, 37.820795 ], [ -122.250179, 37.820813 ], [ -122.24998, 37.820867 ], [ -122.249915, 37.820886 ], [ -122.249618, 37.820967 ], [ -122.249117, 37.821106 ], [ -122.248731, 37.821228 ], [ -122.248438, 37.821322 ], [ -122.248244, 37.821377 ], [ -122.24821, 37.821387 ], [ -122.247662, 37.821543 ], [ -122.247605, 37.82156 ], [ -122.247573, 37.821569 ], [ -122.247502, 37.821526 ], [ -122.247398, 37.821457 ], [ -122.24667, 37.820848 ], [ -122.246486, 37.820694 ], [ -122.246456, 37.820704 ], [ -122.246421, 37.820645 ], [ -122.246395, 37.820602 ], [ -122.246322, 37.820499 ], [ -122.246123, 37.820215 ], [ -122.245992, 37.820079 ], [ -122.245841, 37.819942 ], [ -122.245788, 37.819901 ], [ -122.245753, 37.819874 ], [ -122.245534, 37.819694 ], [ -122.245427, 37.819596 ], [ -122.245205, 37.819394 ], [ -122.245153, 37.819383 ], [ -122.245164, 37.819354 ], [ -122.245044, 37.819247 ], [ -122.244957, 37.819171 ], [ -122.244759, 37.819124 ], [ -122.244722, 37.819119 ], [ -122.244789, 37.818912 ], [ -122.244818, 37.818825 ], [ -122.244953, 37.818398 ], [ -122.245079, 37.818327 ], [ -122.245077, 37.818002 ], [ -122.245548, 37.816518 ], [ -122.245558, 37.816485 ], [ -122.245582, 37.816408 ], [ -122.245589, 37.816386 ], [ -122.2456, 37.816354 ], [ -122.24564, 37.816223 ], [ -122.245648, 37.816197 ], [ -122.245749, 37.815877 ], [ -122.245797, 37.81573 ], [ -122.245832, 37.815627 ], [ -122.245849, 37.815575 ], [ -122.245884, 37.81547 ], [ -122.245891, 37.815448 ], [ -122.245932, 37.815316 ], [ -122.246101, 37.814784 ], [ -122.246171, 37.814604 ], [ -122.246199, 37.814544 ], [ -122.246238, 37.814465 ], [ -122.246324, 37.814303 ], [ -122.246385, 37.814196 ], [ -122.24653, 37.813946 ], [ -122.246574, 37.813878 ], [ -122.246643, 37.813776 ], [ -122.246915, 37.813323 ], [ -122.247735, 37.811965 ], [ -122.248008, 37.811513 ], [ -122.2481, 37.811579 ], [ -122.248378, 37.811778 ], [ -122.248471, 37.811845 ], [ -122.248572, 37.81192 ], [ -122.248877, 37.812145 ], [ -122.248979, 37.81222 ], [ -122.249236, 37.812411 ], [ -122.249464, 37.812538 ], [ -122.24962, 37.812625 ], [ -122.249791, 37.812706 ], [ -122.249932, 37.81279 ], [ -122.250064, 37.812898 ], [ -122.25019, 37.813009 ], [ -122.250301, 37.813141 ], [ -122.250385, 37.813264 ], [ -122.250858, 37.814208 ], [ -122.250897, 37.814347 ], [ -122.251002, 37.814717 ], [ -122.251039, 37.814849 ], [ -122.251063, 37.814919 ], [ -122.251129, 37.815135 ], [ -122.251152, 37.815207 ], [ -122.251451, 37.816157 ], [ -122.251475, 37.816213 ], [ -122.251501, 37.81627 ], [ -122.251528, 37.816331 ], [ -122.251597, 37.81647 ], [ -122.251729, 37.816735 ], [ -122.251981, 37.817179 ], [ -122.252008, 37.817221 ], [ -122.252109, 37.817373 ], [ -122.252171, 37.817456 ], [ -122.252209, 37.817508 ], [ -122.252326, 37.817664 ], [ -122.252365, 37.817717 ], [ -122.2526, 37.818 ], [ -122.252628, 37.818034 ], [ -122.25279, 37.818216 ], [ -122.253095, 37.818517 ], [ -122.253272, 37.818683 ], [ -122.253385, 37.818778 ], [ -122.253431, 37.818817 ], [ -122.253679, 37.819001 ], [ -122.253642, 37.819047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404000", "name": "Census Tract 4040, Alameda County, California", "total_population_17": 3033, "white_alone_17": 1751.0, "black_alone_17": 184.0, "native_alone_17": 11.0, "asian_alone_17": 331.0, "native_hawaiian_pacific_islander_17": 47.0, "hispanic_or_latino_17": 503.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.575, "pct_black_alone_change": -13.933, "pct_native_alone_change": -0.746, "pct_asian_alone_change": -0.595, "pct_hispanic_or_latino_change": 9.34, "pct_native_hawaiian_pacific_islander_change": 1.55, "INTPTLAT": "+37.8233126", "INTPTLON": "-122.2536627" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.25868, 37.824515 ], [ -122.2585, 37.824801 ], [ -122.257961, 37.82566 ], [ -122.257906, 37.825749 ], [ -122.257781, 37.825947 ], [ -122.257615, 37.826232 ], [ -122.256799, 37.827536 ], [ -122.256742, 37.827628 ], [ -122.256661, 37.827555 ], [ -122.256547, 37.827554 ], [ -122.256043, 37.827337 ], [ -122.255947, 37.827298 ], [ -122.254964, 37.826904 ], [ -122.254208, 37.826348 ], [ -122.254145, 37.826298 ], [ -122.254053, 37.826222 ], [ -122.253594, 37.825841 ], [ -122.253441, 37.825715 ], [ -122.253505, 37.825664 ], [ -122.2537, 37.825512 ], [ -122.253766, 37.825462 ], [ -122.253703, 37.825416 ], [ -122.253403, 37.825197 ], [ -122.253357, 37.825164 ], [ -122.25264, 37.824636 ], [ -122.252322, 37.824393 ], [ -122.252285, 37.824365 ], [ -122.251965, 37.824121 ], [ -122.251866, 37.824054 ], [ -122.251569, 37.823854 ], [ -122.251471, 37.823788 ], [ -122.251372, 37.823711 ], [ -122.251079, 37.823483 ], [ -122.250981, 37.823407 ], [ -122.250834, 37.8233 ], [ -122.250396, 37.822981 ], [ -122.25025, 37.822875 ], [ -122.250074, 37.823029 ], [ -122.249549, 37.823493 ], [ -122.249374, 37.823649 ], [ -122.249295, 37.823722 ], [ -122.249103, 37.823587 ], [ -122.248767, 37.823373 ], [ -122.248677, 37.823317 ], [ -122.249084, 37.823048 ], [ -122.249294, 37.822909 ], [ -122.24939, 37.822846 ], [ -122.248272, 37.822058 ], [ -122.247713, 37.821664 ], [ -122.247697, 37.821653 ], [ -122.247573, 37.821569 ], [ -122.247605, 37.82156 ], [ -122.247662, 37.821543 ], [ -122.24821, 37.821387 ], [ -122.248244, 37.821377 ], [ -122.248438, 37.821322 ], [ -122.248731, 37.821228 ], [ -122.249117, 37.821106 ], [ -122.249618, 37.820967 ], [ -122.249915, 37.820886 ], [ -122.24998, 37.820867 ], [ -122.250179, 37.820813 ], [ -122.250245, 37.820795 ], [ -122.250487, 37.82072 ], [ -122.251046, 37.820548 ], [ -122.251216, 37.820494 ], [ -122.251459, 37.820418 ], [ -122.251621, 37.820371 ], [ -122.25168, 37.820351 ], [ -122.251764, 37.820323 ], [ -122.251931, 37.820247 ], [ -122.252283, 37.820013 ], [ -122.252476, 37.819886 ], [ -122.252673, 37.819749 ], [ -122.253266, 37.819338 ], [ -122.253464, 37.819202 ], [ -122.25351, 37.819165 ], [ -122.253535, 37.819146 ], [ -122.253615, 37.819082 ], [ -122.253642, 37.819047 ], [ -122.253679, 37.819001 ], [ -122.253803, 37.819098 ], [ -122.253963, 37.819223 ], [ -122.254053, 37.819293 ], [ -122.254239, 37.819439 ], [ -122.254337, 37.819515 ], [ -122.254423, 37.819581 ], [ -122.254446, 37.819599 ], [ -122.254479, 37.819625 ], [ -122.254361, 37.819713 ], [ -122.254301, 37.819758 ], [ -122.254192, 37.819806 ], [ -122.254132, 37.819833 ], [ -122.254277, 37.820339 ], [ -122.254332, 37.820577 ], [ -122.254499, 37.821292 ], [ -122.254529, 37.821417 ], [ -122.254566, 37.821528 ], [ -122.254635, 37.821679 ], [ -122.25465, 37.821711 ], [ -122.254732, 37.821838 ], [ -122.254838, 37.821967 ], [ -122.254938, 37.822071 ], [ -122.254946, 37.82208 ], [ -122.25506, 37.822185 ], [ -122.25518, 37.822268 ], [ -122.25554, 37.822519 ], [ -122.255578, 37.822545 ], [ -122.255661, 37.822603 ], [ -122.255733, 37.82265 ], [ -122.255949, 37.822792 ], [ -122.256022, 37.82284 ], [ -122.256144, 37.822927 ], [ -122.256513, 37.82319 ], [ -122.256577, 37.823235 ], [ -122.256601, 37.823265 ], [ -122.256617, 37.823296 ], [ -122.256663, 37.823366 ], [ -122.256758, 37.823436 ], [ -122.257247, 37.823798 ], [ -122.257335, 37.823864 ], [ -122.257409, 37.823921 ], [ -122.257653, 37.82406 ], [ -122.257796, 37.824142 ], [ -122.258083, 37.824297 ], [ -122.258392, 37.82442 ], [ -122.258412, 37.824427 ], [ -122.258566, 37.82448 ], [ -122.25868, 37.824515 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404101", "name": "Census Tract 4041.01, Alameda County, California", "total_population_17": 3033, "white_alone_17": 1977.0, "black_alone_17": 165.0, "native_alone_17": 5.0, "asian_alone_17": 400.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 181.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -6.336, "pct_black_alone_change": -3.743, "pct_native_alone_change": -0.564, "pct_asian_alone_change": 2.246, "pct_hispanic_or_latino_change": -0.501, "pct_native_hawaiian_pacific_islander_change": -0.037, "INTPTLAT": "+37.8300936", "INTPTLON": "-122.2498254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.256203, 37.828483 ], [ -122.2553, 37.829908 ], [ -122.255258, 37.829974 ], [ -122.255134, 37.830173 ], [ -122.255093, 37.83024 ], [ -122.254965, 37.830442 ], [ -122.254582, 37.831049 ], [ -122.254455, 37.831252 ], [ -122.254209, 37.83164 ], [ -122.253474, 37.832805 ], [ -122.253229, 37.833194 ], [ -122.253016, 37.833557 ], [ -122.252627, 37.834181 ], [ -122.252584, 37.834249 ], [ -122.252453, 37.83447 ], [ -122.25241, 37.834543 ], [ -122.25233, 37.834494 ], [ -122.252304, 37.834482 ], [ -122.251935, 37.834312 ], [ -122.250776, 37.833815 ], [ -122.25062, 37.833732 ], [ -122.250523, 37.833668 ], [ -122.250343, 37.833522 ], [ -122.250252, 37.833413 ], [ -122.250148, 37.833271 ], [ -122.2501, 37.833194 ], [ -122.249963, 37.832965 ], [ -122.249847, 37.832771 ], [ -122.249709, 37.832589 ], [ -122.249592, 37.832445 ], [ -122.249465, 37.832301 ], [ -122.249258, 37.83209 ], [ -122.24911, 37.831974 ], [ -122.248742, 37.831714 ], [ -122.248187, 37.832128 ], [ -122.247561, 37.832596 ], [ -122.247441, 37.832691 ], [ -122.247083, 37.832979 ], [ -122.246964, 37.833075 ], [ -122.24679, 37.832953 ], [ -122.24627, 37.832589 ], [ -122.246097, 37.832468 ], [ -122.245885, 37.832386 ], [ -122.245249, 37.832141 ], [ -122.245038, 37.83206 ], [ -122.245002, 37.832006 ], [ -122.244819, 37.831732 ], [ -122.244162, 37.830751 ], [ -122.243943, 37.830425 ], [ -122.243317, 37.830088 ], [ -122.243288, 37.830063 ], [ -122.243325, 37.830048 ], [ -122.243348, 37.830048 ], [ -122.243508, 37.830051 ], [ -122.24362, 37.830032 ], [ -122.243456, 37.829908 ], [ -122.243358, 37.829833 ], [ -122.243453, 37.829757 ], [ -122.243519, 37.829814 ], [ -122.243623, 37.829742 ], [ -122.243599, 37.82972 ], [ -122.243476, 37.82961 ], [ -122.24345, 37.829593 ], [ -122.243357, 37.829543 ], [ -122.243492, 37.829524 ], [ -122.2436, 37.829498 ], [ -122.243673, 37.829462 ], [ -122.243719, 37.829426 ], [ -122.24378, 37.829361 ], [ -122.243826, 37.829267 ], [ -122.243881, 37.829067 ], [ -122.243958, 37.828883 ], [ -122.244055, 37.828764 ], [ -122.244106, 37.828722 ], [ -122.244132, 37.828655 ], [ -122.244178, 37.828464 ], [ -122.244222, 37.828364 ], [ -122.24426, 37.828317 ], [ -122.244417, 37.828205 ], [ -122.244638, 37.828089 ], [ -122.245476, 37.827538 ], [ -122.245907, 37.827263 ], [ -122.245945, 37.827239 ], [ -122.247236, 37.826496 ], [ -122.24768, 37.826241 ], [ -122.247604, 37.826484 ], [ -122.247599, 37.826504 ], [ -122.247587, 37.826666 ], [ -122.247605, 37.826763 ], [ -122.24765, 37.826894 ], [ -122.247715, 37.827005 ], [ -122.247798, 37.827114 ], [ -122.247851, 37.827174 ], [ -122.248019, 37.827367 ], [ -122.248296, 37.827644 ], [ -122.249129, 37.828477 ], [ -122.249353, 37.828701 ], [ -122.250009, 37.828214 ], [ -122.250417, 37.827896 ], [ -122.250751, 37.827664 ], [ -122.251202, 37.8273 ], [ -122.252042, 37.826676 ], [ -122.252453, 37.826373 ], [ -122.252512, 37.826418 ], [ -122.252669, 37.826544 ], [ -122.252727, 37.826591 ], [ -122.253139, 37.826924 ], [ -122.253233, 37.826999 ], [ -122.253294, 37.827054 ], [ -122.253412, 37.827159 ], [ -122.253768, 37.827474 ], [ -122.253887, 37.82758 ], [ -122.25402, 37.827662 ], [ -122.254472, 37.827853 ], [ -122.254622, 37.827916 ], [ -122.254752, 37.827967 ], [ -122.255144, 37.828123 ], [ -122.255275, 37.828175 ], [ -122.25546, 37.828236 ], [ -122.256018, 37.828419 ], [ -122.256099, 37.828446 ], [ -122.256151, 37.828467 ], [ -122.256203, 37.828483 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404102", "name": "Census Tract 4041.02, Alameda County, California", "total_population_17": 2422, "white_alone_17": 1754.0, "black_alone_17": 81.0, "native_alone_17": 3.0, "asian_alone_17": 296.0, "native_hawaiian_pacific_islander_17": 22.0, "hispanic_or_latino_17": 231.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.918, "pct_black_alone_change": -5.875, "pct_native_alone_change": -0.607, "pct_asian_alone_change": 1.316, "pct_hispanic_or_latino_change": 3.055, "pct_native_hawaiian_pacific_islander_change": 0.871, "INTPTLAT": "+37.8260219", "INTPTLON": "-122.2510667" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.256742, 37.827628 ], [ -122.256203, 37.828483 ], [ -122.256151, 37.828467 ], [ -122.256099, 37.828446 ], [ -122.256018, 37.828419 ], [ -122.25546, 37.828236 ], [ -122.255275, 37.828175 ], [ -122.255144, 37.828123 ], [ -122.254752, 37.827967 ], [ -122.254622, 37.827916 ], [ -122.254472, 37.827853 ], [ -122.25402, 37.827662 ], [ -122.253887, 37.82758 ], [ -122.253768, 37.827474 ], [ -122.253412, 37.827159 ], [ -122.253294, 37.827054 ], [ -122.253233, 37.826999 ], [ -122.253139, 37.826924 ], [ -122.252727, 37.826591 ], [ -122.252669, 37.826544 ], [ -122.252512, 37.826418 ], [ -122.252453, 37.826373 ], [ -122.252042, 37.826676 ], [ -122.251202, 37.8273 ], [ -122.250751, 37.827664 ], [ -122.250417, 37.827896 ], [ -122.250009, 37.828214 ], [ -122.249353, 37.828701 ], [ -122.249129, 37.828477 ], [ -122.248296, 37.827644 ], [ -122.248019, 37.827367 ], [ -122.247851, 37.827174 ], [ -122.247798, 37.827114 ], [ -122.247715, 37.827005 ], [ -122.24765, 37.826894 ], [ -122.247605, 37.826763 ], [ -122.247587, 37.826666 ], [ -122.247599, 37.826504 ], [ -122.247604, 37.826484 ], [ -122.24768, 37.826241 ], [ -122.247748, 37.826034 ], [ -122.247953, 37.825417 ], [ -122.248022, 37.825211 ], [ -122.24804, 37.825131 ], [ -122.248098, 37.824894 ], [ -122.248118, 37.824815 ], [ -122.248324, 37.824632 ], [ -122.248373, 37.824586 ], [ -122.249123, 37.823883 ], [ -122.249295, 37.823722 ], [ -122.249374, 37.823649 ], [ -122.249549, 37.823493 ], [ -122.250074, 37.823029 ], [ -122.25025, 37.822875 ], [ -122.250396, 37.822981 ], [ -122.250834, 37.8233 ], [ -122.250981, 37.823407 ], [ -122.251079, 37.823483 ], [ -122.251372, 37.823711 ], [ -122.251471, 37.823788 ], [ -122.251569, 37.823854 ], [ -122.251866, 37.824054 ], [ -122.251965, 37.824121 ], [ -122.252285, 37.824365 ], [ -122.252322, 37.824393 ], [ -122.25264, 37.824636 ], [ -122.253357, 37.825164 ], [ -122.253403, 37.825197 ], [ -122.253703, 37.825416 ], [ -122.253766, 37.825462 ], [ -122.2537, 37.825512 ], [ -122.253505, 37.825664 ], [ -122.253441, 37.825715 ], [ -122.253594, 37.825841 ], [ -122.254053, 37.826222 ], [ -122.254145, 37.826298 ], [ -122.254208, 37.826348 ], [ -122.254964, 37.826904 ], [ -122.255947, 37.827298 ], [ -122.256043, 37.827337 ], [ -122.256547, 37.827554 ], [ -122.256661, 37.827555 ], [ -122.256742, 37.827628 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404200", "name": "Census Tract 4042, Alameda County, California", "total_population_17": 3600, "white_alone_17": 2520.0, "black_alone_17": 249.0, "native_alone_17": 7.0, "asian_alone_17": 398.0, "native_hawaiian_pacific_islander_17": 28.0, "hispanic_or_latino_17": 194.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -11.455, "pct_black_alone_change": 2.729, "pct_native_alone_change": -0.373, "pct_asian_alone_change": 1.831, "pct_hispanic_or_latino_change": 1.453, "pct_native_hawaiian_pacific_islander_change": 0.684, "INTPTLAT": "+37.8361135", "INTPTLON": "-122.2344666" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.25241, 37.834543 ], [ -122.252282, 37.834763 ], [ -122.251711, 37.835712 ], [ -122.251636, 37.835827 ], [ -122.251413, 37.836175 ], [ -122.251339, 37.836291 ], [ -122.251254, 37.836423 ], [ -122.25102, 37.836804 ], [ -122.250942, 37.836933 ], [ -122.250915, 37.836973 ], [ -122.250836, 37.837094 ], [ -122.25081, 37.837135 ], [ -122.250683, 37.837152 ], [ -122.25063, 37.837163 ], [ -122.25058, 37.837166 ], [ -122.249975, 37.837176 ], [ -122.249883, 37.837178 ], [ -122.249651, 37.837182 ], [ -122.249467, 37.837183 ], [ -122.249376, 37.837187 ], [ -122.249351, 37.837189 ], [ -122.249226, 37.837228 ], [ -122.248608, 37.837478 ], [ -122.248354, 37.837581 ], [ -122.248057, 37.837697 ], [ -122.247613, 37.837872 ], [ -122.247172, 37.838059 ], [ -122.246879, 37.838185 ], [ -122.246732, 37.83824 ], [ -122.246293, 37.838405 ], [ -122.246273, 37.838413 ], [ -122.246148, 37.838462 ], [ -122.245688, 37.838643 ], [ -122.244308, 37.839186 ], [ -122.243849, 37.839368 ], [ -122.243568, 37.839422 ], [ -122.242724, 37.839584 ], [ -122.242444, 37.839639 ], [ -122.241768, 37.839778 ], [ -122.241358, 37.839864 ], [ -122.241291, 37.839879 ], [ -122.241233, 37.839897 ], [ -122.241145, 37.839935 ], [ -122.241007, 37.840017 ], [ -122.240683, 37.840222 ], [ -122.2404, 37.840407 ], [ -122.240126, 37.840579 ], [ -122.239938, 37.840691 ], [ -122.239875, 37.840729 ], [ -122.239772, 37.840782 ], [ -122.239687, 37.840817 ], [ -122.239602, 37.840846 ], [ -122.239546, 37.840871 ], [ -122.239456, 37.840897 ], [ -122.239382, 37.840912 ], [ -122.239295, 37.840921 ], [ -122.239199, 37.840924 ], [ -122.238914, 37.840934 ], [ -122.238819, 37.840938 ], [ -122.238649, 37.840932 ], [ -122.238139, 37.840917 ], [ -122.237969, 37.840912 ], [ -122.237721, 37.840902 ], [ -122.237691, 37.840901 ], [ -122.237586, 37.840901 ], [ -122.237447, 37.840907 ], [ -122.237201, 37.840932 ], [ -122.237117, 37.840941 ], [ -122.236871, 37.841011 ], [ -122.23682, 37.841026 ], [ -122.236608, 37.841097 ], [ -122.236427, 37.841188 ], [ -122.236222, 37.841347 ], [ -122.236129, 37.841428 ], [ -122.235889, 37.841692 ], [ -122.235764, 37.841817 ], [ -122.235749, 37.841834 ], [ -122.235555, 37.842066 ], [ -122.235478, 37.842135 ], [ -122.235354, 37.842231 ], [ -122.235241, 37.842285 ], [ -122.235105, 37.842343 ], [ -122.234986, 37.842385 ], [ -122.23483, 37.842426 ], [ -122.234564, 37.842474 ], [ -122.23443, 37.842491 ], [ -122.234288, 37.842497 ], [ -122.234116, 37.842512 ], [ -122.234035, 37.842527 ], [ -122.233973, 37.842545 ], [ -122.233855, 37.842564 ], [ -122.233735, 37.842543 ], [ -122.233674, 37.842543 ], [ -122.233622, 37.842551 ], [ -122.233512, 37.842607 ], [ -122.233435, 37.842629 ], [ -122.233369, 37.842629 ], [ -122.23321, 37.842612 ], [ -122.233106, 37.842616 ], [ -122.23297, 37.842628 ], [ -122.232824, 37.842659 ], [ -122.232734, 37.842699 ], [ -122.232616, 37.842718 ], [ -122.232575, 37.842721 ], [ -122.232366, 37.842737 ], [ -122.232174, 37.842761 ], [ -122.231982, 37.842777 ], [ -122.231734, 37.842785 ], [ -122.231564, 37.842763 ], [ -122.231442, 37.842733 ], [ -122.231258, 37.842661 ], [ -122.231208, 37.842642 ], [ -122.231101, 37.842605 ], [ -122.230999, 37.842575 ], [ -122.230757, 37.842517 ], [ -122.230688, 37.842507 ], [ -122.230624, 37.842498 ], [ -122.230492, 37.842497 ], [ -122.230237, 37.842484 ], [ -122.229474, 37.842447 ], [ -122.22922, 37.842435 ], [ -122.22892, 37.842426 ], [ -122.228858, 37.842451 ], [ -122.228775, 37.842461 ], [ -122.22873, 37.842472 ], [ -122.22867, 37.842494 ], [ -122.22837, 37.84267 ], [ -122.228303, 37.842713 ], [ -122.228154, 37.842786 ], [ -122.227992, 37.84285 ], [ -122.227918, 37.842875 ], [ -122.227808, 37.84289 ], [ -122.227706, 37.842909 ], [ -122.227465, 37.842928 ], [ -122.227242, 37.842927 ], [ -122.227056, 37.842905 ], [ -122.226862, 37.842866 ], [ -122.226771, 37.842829 ], [ -122.226334, 37.842508 ], [ -122.225911, 37.84217 ], [ -122.225779, 37.842079 ], [ -122.225502, 37.841951 ], [ -122.225393, 37.841896 ], [ -122.225178, 37.841816 ], [ -122.225067, 37.841779 ], [ -122.224827, 37.841683 ], [ -122.224373, 37.840965 ], [ -122.224244, 37.840791 ], [ -122.223969, 37.840474 ], [ -122.22326, 37.83962 ], [ -122.222991, 37.839244 ], [ -122.222832, 37.839047 ], [ -122.222687, 37.838895 ], [ -122.222356, 37.838576 ], [ -122.222211, 37.838437 ], [ -122.221948, 37.838239 ], [ -122.220677, 37.837286 ], [ -122.220614, 37.837239 ], [ -122.220265, 37.836955 ], [ -122.220158, 37.836868 ], [ -122.220056, 37.836777 ], [ -122.21991, 37.836646 ], [ -122.219788, 37.836523 ], [ -122.219672, 37.836392 ], [ -122.219506, 37.836171 ], [ -122.219342, 37.835953 ], [ -122.21889, 37.83529 ], [ -122.218381, 37.834542 ], [ -122.217885, 37.833834 ], [ -122.21751, 37.83332 ], [ -122.217238, 37.832946 ], [ -122.217136, 37.832806 ], [ -122.2171, 37.832758 ], [ -122.217285, 37.83282 ], [ -122.21764, 37.832969 ], [ -122.217999, 37.833018 ], [ -122.21814, 37.833018 ], [ -122.218325, 37.83299 ], [ -122.218516, 37.832939 ], [ -122.21866, 37.832923 ], [ -122.219094, 37.832878 ], [ -122.219239, 37.832863 ], [ -122.219468, 37.832838 ], [ -122.219619, 37.832821 ], [ -122.220386, 37.832737 ], [ -122.220761, 37.832701 ], [ -122.221143, 37.832666 ], [ -122.221177, 37.832675 ], [ -122.221205, 37.832675 ], [ -122.221462, 37.832645 ], [ -122.221599, 37.832615 ], [ -122.221884, 37.832504 ], [ -122.22194, 37.832461 ], [ -122.221966, 37.83243 ], [ -122.221976, 37.83241 ], [ -122.222167, 37.832053 ], [ -122.22233, 37.831702 ], [ -122.222392, 37.831638 ], [ -122.222432, 37.831509 ], [ -122.222489, 37.831361 ], [ -122.222555, 37.831238 ], [ -122.22264, 37.831094 ], [ -122.222777, 37.830885 ], [ -122.222889, 37.830749 ], [ -122.223014, 37.830655 ], [ -122.223118, 37.830599 ], [ -122.223198, 37.830568 ], [ -122.223306, 37.830535 ], [ -122.223527, 37.830485 ], [ -122.223621, 37.830469 ], [ -122.223724, 37.830452 ], [ -122.224023, 37.830396 ], [ -122.224111, 37.83038 ], [ -122.224347, 37.830316 ], [ -122.224369, 37.830304 ], [ -122.224456, 37.830256 ], [ -122.224519, 37.830341 ], [ -122.224594, 37.83044 ], [ -122.224602, 37.830454 ], [ -122.224757, 37.830668 ], [ -122.224906, 37.830869 ], [ -122.225043, 37.83099 ], [ -122.225156, 37.831085 ], [ -122.225391, 37.831283 ], [ -122.225448, 37.83133 ], [ -122.225879, 37.831691 ], [ -122.225981, 37.831633 ], [ -122.226001, 37.831661 ], [ -122.226085, 37.831758 ], [ -122.226113, 37.83179 ], [ -122.226229, 37.831895 ], [ -122.22628, 37.831929 ], [ -122.22638, 37.831972 ], [ -122.226382, 37.83205 ], [ -122.226552, 37.832191 ], [ -122.226532, 37.832207 ], [ -122.226802, 37.832444 ], [ -122.226952, 37.832575 ], [ -122.227032, 37.832634 ], [ -122.227058, 37.832654 ], [ -122.227209, 37.832769 ], [ -122.227272, 37.83281 ], [ -122.227516, 37.832698 ], [ -122.227517, 37.832685 ], [ -122.227518, 37.832665 ], [ -122.227517, 37.832647 ], [ -122.227512, 37.832615 ], [ -122.227506, 37.832592 ], [ -122.227484, 37.832541 ], [ -122.227461, 37.832506 ], [ -122.227432, 37.832472 ], [ -122.227401, 37.832445 ], [ -122.227391, 37.832438 ], [ -122.227376, 37.832427 ], [ -122.22734, 37.832406 ], [ -122.22731, 37.832395 ], [ -122.227278, 37.832379 ], [ -122.227318, 37.832387 ], [ -122.227353, 37.832391 ], [ -122.227397, 37.832392 ], [ -122.227439, 37.83239 ], [ -122.227492, 37.83238 ], [ -122.227548, 37.832364 ], [ -122.227636, 37.832336 ], [ -122.227662, 37.832328 ], [ -122.227688, 37.832327 ], [ -122.22771, 37.832328 ], [ -122.227753, 37.832336 ], [ -122.227817, 37.832364 ], [ -122.227921, 37.832415 ], [ -122.228466, 37.832682 ], [ -122.228494, 37.83276 ], [ -122.228509, 37.832769 ], [ -122.228647, 37.83285 ], [ -122.228795, 37.832936 ], [ -122.229148, 37.833144 ], [ -122.230793, 37.832716 ], [ -122.230749, 37.832557 ], [ -122.23101, 37.832118 ], [ -122.231236, 37.831727 ], [ -122.231322, 37.83158 ], [ -122.231385, 37.831458 ], [ -122.231577, 37.831454 ], [ -122.232046, 37.831444 ], [ -122.232162, 37.831431 ], [ -122.232196, 37.831418 ], [ -122.232274, 37.831346 ], [ -122.232377, 37.831457 ], [ -122.232425, 37.831551 ], [ -122.232494, 37.831686 ], [ -122.232609, 37.831665 ], [ -122.233519, 37.831393 ], [ -122.234245, 37.831282 ], [ -122.235042, 37.831169 ], [ -122.23521, 37.831148 ], [ -122.235227, 37.831182 ], [ -122.235257, 37.83126 ], [ -122.235339, 37.831473 ], [ -122.235883, 37.83134 ], [ -122.236112, 37.831284 ], [ -122.236372, 37.83122 ], [ -122.236678, 37.831145 ], [ -122.237127, 37.831032 ], [ -122.237072, 37.830883 ], [ -122.237048, 37.830823 ], [ -122.237151, 37.830842 ], [ -122.237251, 37.830836 ], [ -122.237299, 37.830817 ], [ -122.237327, 37.830807 ], [ -122.237552, 37.830696 ], [ -122.237723, 37.830656 ], [ -122.237892, 37.830623 ], [ -122.238227, 37.830596 ], [ -122.238456, 37.830581 ], [ -122.238596, 37.830572 ], [ -122.238852, 37.830537 ], [ -122.239064, 37.830503 ], [ -122.239668, 37.830479 ], [ -122.239748, 37.830478 ], [ -122.240781, 37.830466 ], [ -122.240935, 37.830458 ], [ -122.241087, 37.830439 ], [ -122.241229, 37.830406 ], [ -122.242351, 37.830107 ], [ -122.242402, 37.830094 ], [ -122.242715, 37.830021 ], [ -122.242825, 37.830009 ], [ -122.242915, 37.830007 ], [ -122.243025, 37.830012 ], [ -122.243179, 37.830041 ], [ -122.243288, 37.830063 ], [ -122.243317, 37.830088 ], [ -122.243943, 37.830425 ], [ -122.244162, 37.830751 ], [ -122.244819, 37.831732 ], [ -122.245002, 37.832006 ], [ -122.245038, 37.83206 ], [ -122.245249, 37.832141 ], [ -122.245885, 37.832386 ], [ -122.246097, 37.832468 ], [ -122.24627, 37.832589 ], [ -122.24679, 37.832953 ], [ -122.246964, 37.833075 ], [ -122.247083, 37.832979 ], [ -122.247441, 37.832691 ], [ -122.247561, 37.832596 ], [ -122.248187, 37.832128 ], [ -122.248742, 37.831714 ], [ -122.24911, 37.831974 ], [ -122.249258, 37.83209 ], [ -122.249465, 37.832301 ], [ -122.249592, 37.832445 ], [ -122.249709, 37.832589 ], [ -122.249847, 37.832771 ], [ -122.249963, 37.832965 ], [ -122.2501, 37.833194 ], [ -122.250148, 37.833271 ], [ -122.250252, 37.833413 ], [ -122.250343, 37.833522 ], [ -122.250523, 37.833668 ], [ -122.25062, 37.833732 ], [ -122.250776, 37.833815 ], [ -122.251935, 37.834312 ], [ -122.252304, 37.834482 ], [ -122.25233, 37.834494 ], [ -122.25241, 37.834543 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404300", "name": "Census Tract 4043, Alameda County, California", "total_population_17": 3324, "white_alone_17": 2085.0, "black_alone_17": 142.0, "native_alone_17": 0.0, "asian_alone_17": 368.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 467.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -17.591, "pct_black_alone_change": -2.494, "pct_native_alone_change": -0.388, "pct_asian_alone_change": 2.136, "pct_hispanic_or_latino_change": 10.909, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8448210", "INTPTLON": "-122.2385523" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.25081, 37.837135 ], [ -122.25054, 37.837561 ], [ -122.24973, 37.83884 ], [ -122.249461, 37.839267 ], [ -122.249195, 37.839711 ], [ -122.24813, 37.841392 ], [ -122.24749, 37.842427 ], [ -122.2471, 37.843055 ], [ -122.247031, 37.843163 ], [ -122.246826, 37.843489 ], [ -122.246758, 37.843598 ], [ -122.246648, 37.843774 ], [ -122.24632, 37.844301 ], [ -122.246211, 37.844478 ], [ -122.246185, 37.844515 ], [ -122.246108, 37.844629 ], [ -122.246083, 37.844667 ], [ -122.245396, 37.845798 ], [ -122.244984, 37.846435 ], [ -122.244768, 37.846851 ], [ -122.24475, 37.846883 ], [ -122.244732, 37.846915 ], [ -122.244695, 37.846982 ], [ -122.244678, 37.847015 ], [ -122.24458, 37.847194 ], [ -122.244285, 37.847733 ], [ -122.244188, 37.847913 ], [ -122.24392, 37.848229 ], [ -122.243825, 37.848361 ], [ -122.243716, 37.848513 ], [ -122.243519, 37.848782 ], [ -122.243381, 37.848989 ], [ -122.243323, 37.849072 ], [ -122.243306, 37.849151 ], [ -122.243309, 37.849205 ], [ -122.243331, 37.849252 ], [ -122.243341, 37.849265 ], [ -122.243382, 37.849318 ], [ -122.243524, 37.849445 ], [ -122.243621, 37.849565 ], [ -122.243884, 37.849996 ], [ -122.244044, 37.850257 ], [ -122.243959, 37.850296 ], [ -122.243707, 37.850413 ], [ -122.243623, 37.850453 ], [ -122.243383, 37.850529 ], [ -122.242666, 37.850756 ], [ -122.242427, 37.850833 ], [ -122.242315, 37.85096 ], [ -122.242245, 37.851041 ], [ -122.24204, 37.851335 ], [ -122.242019, 37.851373 ], [ -122.242008, 37.851396 ], [ -122.241991, 37.851447 ], [ -122.241971, 37.851535 ], [ -122.241956, 37.8516 ], [ -122.241946, 37.851629 ], [ -122.241938, 37.851654 ], [ -122.24191, 37.851814 ], [ -122.241914, 37.851909 ], [ -122.241433, 37.851941 ], [ -122.240799, 37.85198 ], [ -122.238529, 37.852122 ], [ -122.238359, 37.852132 ], [ -122.238208, 37.85214 ], [ -122.237646, 37.85217 ], [ -122.236877, 37.852211 ], [ -122.236271, 37.852242 ], [ -122.236229, 37.852244 ], [ -122.236122, 37.852251 ], [ -122.235281, 37.8523 ], [ -122.234179, 37.852377 ], [ -122.234182, 37.852449 ], [ -122.234185, 37.852543 ], [ -122.234164, 37.852537 ], [ -122.234104, 37.852522 ], [ -122.234084, 37.852518 ], [ -122.234139, 37.852437 ], [ -122.234042, 37.852401 ], [ -122.233965, 37.852367 ], [ -122.233837, 37.852296 ], [ -122.233717, 37.852218 ], [ -122.233595, 37.852125 ], [ -122.23352, 37.852059 ], [ -122.233451, 37.851991 ], [ -122.233385, 37.851917 ], [ -122.233343, 37.851856 ], [ -122.233275, 37.851742 ], [ -122.23293, 37.851249 ], [ -122.232751, 37.851183 ], [ -122.232658, 37.851036 ], [ -122.232333, 37.850703 ], [ -122.232071, 37.850504 ], [ -122.23187, 37.850392 ], [ -122.231747, 37.850334 ], [ -122.23157, 37.850268 ], [ -122.231399, 37.850073 ], [ -122.231212, 37.849858 ], [ -122.230881, 37.849501 ], [ -122.230612, 37.849211 ], [ -122.23052, 37.849112 ], [ -122.230346, 37.848892 ], [ -122.230016, 37.848739 ], [ -122.228003, 37.848244 ], [ -122.227871, 37.847939 ], [ -122.227702, 37.84692 ], [ -122.22771, 37.846418 ], [ -122.227633, 37.84594 ], [ -122.227559, 37.845474 ], [ -122.227431, 37.845208 ], [ -122.227212, 37.844869 ], [ -122.226477, 37.843818 ], [ -122.226288, 37.843551 ], [ -122.226104, 37.843327 ], [ -122.225964, 37.843157 ], [ -122.225766, 37.842944 ], [ -122.225436, 37.842564 ], [ -122.22537, 37.842488 ], [ -122.224827, 37.841683 ], [ -122.225067, 37.841779 ], [ -122.225178, 37.841816 ], [ -122.225393, 37.841896 ], [ -122.225502, 37.841951 ], [ -122.225779, 37.842079 ], [ -122.225911, 37.84217 ], [ -122.226334, 37.842508 ], [ -122.226771, 37.842829 ], [ -122.226862, 37.842866 ], [ -122.227056, 37.842905 ], [ -122.227242, 37.842927 ], [ -122.227465, 37.842928 ], [ -122.227706, 37.842909 ], [ -122.227808, 37.84289 ], [ -122.227918, 37.842875 ], [ -122.227992, 37.84285 ], [ -122.228154, 37.842786 ], [ -122.228303, 37.842713 ], [ -122.22837, 37.84267 ], [ -122.22867, 37.842494 ], [ -122.22873, 37.842472 ], [ -122.228775, 37.842461 ], [ -122.228858, 37.842451 ], [ -122.22892, 37.842426 ], [ -122.22922, 37.842435 ], [ -122.229474, 37.842447 ], [ -122.230237, 37.842484 ], [ -122.230492, 37.842497 ], [ -122.230624, 37.842498 ], [ -122.230688, 37.842507 ], [ -122.230757, 37.842517 ], [ -122.230999, 37.842575 ], [ -122.231101, 37.842605 ], [ -122.231208, 37.842642 ], [ -122.231258, 37.842661 ], [ -122.231442, 37.842733 ], [ -122.231564, 37.842763 ], [ -122.231734, 37.842785 ], [ -122.231982, 37.842777 ], [ -122.232174, 37.842761 ], [ -122.232366, 37.842737 ], [ -122.232575, 37.842721 ], [ -122.232616, 37.842718 ], [ -122.232734, 37.842699 ], [ -122.232824, 37.842659 ], [ -122.23297, 37.842628 ], [ -122.233106, 37.842616 ], [ -122.23321, 37.842612 ], [ -122.233369, 37.842629 ], [ -122.233435, 37.842629 ], [ -122.233512, 37.842607 ], [ -122.233622, 37.842551 ], [ -122.233674, 37.842543 ], [ -122.233735, 37.842543 ], [ -122.233855, 37.842564 ], [ -122.233973, 37.842545 ], [ -122.234035, 37.842527 ], [ -122.234116, 37.842512 ], [ -122.234288, 37.842497 ], [ -122.23443, 37.842491 ], [ -122.234564, 37.842474 ], [ -122.23483, 37.842426 ], [ -122.234986, 37.842385 ], [ -122.235105, 37.842343 ], [ -122.235241, 37.842285 ], [ -122.235354, 37.842231 ], [ -122.235478, 37.842135 ], [ -122.235555, 37.842066 ], [ -122.235749, 37.841834 ], [ -122.235764, 37.841817 ], [ -122.235889, 37.841692 ], [ -122.236129, 37.841428 ], [ -122.236222, 37.841347 ], [ -122.236427, 37.841188 ], [ -122.236608, 37.841097 ], [ -122.23682, 37.841026 ], [ -122.236871, 37.841011 ], [ -122.237117, 37.840941 ], [ -122.237201, 37.840932 ], [ -122.237447, 37.840907 ], [ -122.237586, 37.840901 ], [ -122.237691, 37.840901 ], [ -122.237721, 37.840902 ], [ -122.237969, 37.840912 ], [ -122.238139, 37.840917 ], [ -122.238649, 37.840932 ], [ -122.238819, 37.840938 ], [ -122.238914, 37.840934 ], [ -122.239199, 37.840924 ], [ -122.239295, 37.840921 ], [ -122.239382, 37.840912 ], [ -122.239456, 37.840897 ], [ -122.239546, 37.840871 ], [ -122.239602, 37.840846 ], [ -122.239687, 37.840817 ], [ -122.239772, 37.840782 ], [ -122.239875, 37.840729 ], [ -122.239938, 37.840691 ], [ -122.240126, 37.840579 ], [ -122.2404, 37.840407 ], [ -122.240683, 37.840222 ], [ -122.241007, 37.840017 ], [ -122.241145, 37.839935 ], [ -122.241233, 37.839897 ], [ -122.241291, 37.839879 ], [ -122.241358, 37.839864 ], [ -122.241768, 37.839778 ], [ -122.242444, 37.839639 ], [ -122.242724, 37.839584 ], [ -122.243568, 37.839422 ], [ -122.243849, 37.839368 ], [ -122.244308, 37.839186 ], [ -122.245688, 37.838643 ], [ -122.246148, 37.838462 ], [ -122.246273, 37.838413 ], [ -122.246293, 37.838405 ], [ -122.246732, 37.83824 ], [ -122.246879, 37.838185 ], [ -122.247172, 37.838059 ], [ -122.247613, 37.837872 ], [ -122.248057, 37.837697 ], [ -122.248354, 37.837581 ], [ -122.248608, 37.837478 ], [ -122.249226, 37.837228 ], [ -122.249351, 37.837189 ], [ -122.249376, 37.837187 ], [ -122.249467, 37.837183 ], [ -122.249651, 37.837182 ], [ -122.249883, 37.837178 ], [ -122.249975, 37.837176 ], [ -122.25058, 37.837166 ], [ -122.25063, 37.837163 ], [ -122.250683, 37.837152 ], [ -122.25081, 37.837135 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404400", "name": "Census Tract 4044, Alameda County, California", "total_population_17": 5425, "white_alone_17": 3670.0, "black_alone_17": 136.0, "native_alone_17": 0.0, "asian_alone_17": 946.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 342.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -7.919, "pct_black_alone_change": -2.473, "pct_native_alone_change": -0.681, "pct_asian_alone_change": 3.733, "pct_hispanic_or_latino_change": 2.026, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8462430", "INTPTLON": "-122.2150688" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.234084, 37.852518 ], [ -122.233963, 37.852484 ], [ -122.233871, 37.852445 ], [ -122.233705, 37.852358 ], [ -122.233684, 37.852344 ], [ -122.233635, 37.852313 ], [ -122.233545, 37.852242 ], [ -122.233421, 37.852117 ], [ -122.233221, 37.851852 ], [ -122.233092, 37.851656 ], [ -122.232971, 37.851544 ], [ -122.232872, 37.85149 ], [ -122.232804, 37.851467 ], [ -122.232757, 37.851454 ], [ -122.23271, 37.851441 ], [ -122.232429, 37.851417 ], [ -122.232325, 37.851396 ], [ -122.23209, 37.851205 ], [ -122.231985, 37.851132 ], [ -122.231851, 37.851053 ], [ -122.231687, 37.850979 ], [ -122.231425, 37.850881 ], [ -122.231313, 37.850846 ], [ -122.231291, 37.850839 ], [ -122.230462, 37.850663 ], [ -122.230186, 37.850623 ], [ -122.22998, 37.850594 ], [ -122.228149, 37.850244 ], [ -122.227887, 37.850191 ], [ -122.226748, 37.849962 ], [ -122.226603, 37.85036 ], [ -122.226295, 37.850297 ], [ -122.226073, 37.850258 ], [ -122.225916, 37.850236 ], [ -122.225716, 37.850217 ], [ -122.225522, 37.850211 ], [ -122.225387, 37.850217 ], [ -122.225246, 37.850246 ], [ -122.225134, 37.850294 ], [ -122.225063, 37.850334 ], [ -122.224998, 37.850406 ], [ -122.224953, 37.850498 ], [ -122.224898, 37.850588 ], [ -122.224868, 37.85062 ], [ -122.224819, 37.850673 ], [ -122.224715, 37.850724 ], [ -122.224612, 37.850751 ], [ -122.224498, 37.850772 ], [ -122.224406, 37.85081 ], [ -122.224321, 37.850859 ], [ -122.22424, 37.850933 ], [ -122.224196, 37.851016 ], [ -122.224189, 37.85109 ], [ -122.224188, 37.851162 ], [ -122.224201, 37.851246 ], [ -122.224241, 37.851323 ], [ -122.224324, 37.851413 ], [ -122.224448, 37.851519 ], [ -122.224579, 37.851631 ], [ -122.224624, 37.851697 ], [ -122.224634, 37.85176 ], [ -122.224603, 37.851832 ], [ -122.224571, 37.851872 ], [ -122.2245, 37.851899 ], [ -122.224017, 37.851957 ], [ -122.223869, 37.851985 ], [ -122.223744, 37.852027 ], [ -122.223654, 37.85208 ], [ -122.22356, 37.852172 ], [ -122.223549, 37.852246 ], [ -122.22354, 37.852422 ], [ -122.223546, 37.852569 ], [ -122.223558, 37.852641 ], [ -122.22359, 37.85274 ], [ -122.223649, 37.852837 ], [ -122.223841, 37.853046 ], [ -122.224063, 37.853313 ], [ -122.224116, 37.853415 ], [ -122.224131, 37.853487 ], [ -122.224104, 37.853537 ], [ -122.224047, 37.853575 ], [ -122.223955, 37.853603 ], [ -122.223384, 37.853717 ], [ -122.223303, 37.853755 ], [ -122.223229, 37.853806 ], [ -122.223188, 37.853855 ], [ -122.223163, 37.853911 ], [ -122.223143, 37.854004 ], [ -122.223144, 37.854015 ], [ -122.223151, 37.854091 ], [ -122.223188, 37.854182 ], [ -122.223439, 37.854729 ], [ -122.223495, 37.854828 ], [ -122.22354, 37.854923 ], [ -122.223555, 37.854998 ], [ -122.223554, 37.855054 ], [ -122.223528, 37.855088 ], [ -122.223506, 37.855099 ], [ -122.223451, 37.85511 ], [ -122.223348, 37.855102 ], [ -122.223288, 37.855086 ], [ -122.223232, 37.85507 ], [ -122.222985, 37.854958 ], [ -122.22286, 37.854905 ], [ -122.222761, 37.854882 ], [ -122.222669, 37.854868 ], [ -122.222596, 37.854872 ], [ -122.222492, 37.85491 ], [ -122.222473, 37.854917 ], [ -122.222414, 37.854943 ], [ -122.222327, 37.854967 ], [ -122.222232, 37.854978 ], [ -122.222132, 37.854977 ], [ -122.222002, 37.854994 ], [ -122.221901, 37.855025 ], [ -122.221798, 37.855078 ], [ -122.2217, 37.855141 ], [ -122.221661, 37.855179 ], [ -122.221637, 37.855213 ], [ -122.221617, 37.85526 ], [ -122.221609, 37.855291 ], [ -122.221606, 37.855503 ], [ -122.22164, 37.855866 ], [ -122.221656, 37.855954 ], [ -122.221698, 37.856026 ], [ -122.221998, 37.856396 ], [ -122.222136, 37.856674 ], [ -122.222166, 37.85672 ], [ -122.222197, 37.856767 ], [ -122.222291, 37.85686 ], [ -122.222355, 37.856932 ], [ -122.222354, 37.856984 ], [ -122.222338, 37.857045 ], [ -122.222273, 37.857213 ], [ -122.222268, 37.857294 ], [ -122.222307, 37.857371 ], [ -122.222335, 37.857398 ], [ -122.222407, 37.857426 ], [ -122.22253, 37.857587 ], [ -122.222581, 37.857643 ], [ -122.222621, 37.857711 ], [ -122.222631, 37.857772 ], [ -122.222625, 37.857815 ], [ -122.222595, 37.857873 ], [ -122.222521, 37.857947 ], [ -122.222396, 37.858033 ], [ -122.222333, 37.858077 ], [ -122.222235, 37.858139 ], [ -122.222156, 37.858202 ], [ -122.222095, 37.858276 ], [ -122.222051, 37.858347 ], [ -122.222028, 37.858426 ], [ -122.222036, 37.858525 ], [ -122.222088, 37.85871 ], [ -122.222103, 37.858796 ], [ -122.222091, 37.858839 ], [ -122.222053, 37.858888 ], [ -122.222007, 37.858913 ], [ -122.221956, 37.858926 ], [ -122.221707, 37.858938 ], [ -122.221595, 37.85895 ], [ -122.221517, 37.858972 ], [ -122.221457, 37.859008 ], [ -122.221407, 37.859064 ], [ -122.221352, 37.859194 ], [ -122.22129, 37.859377 ], [ -122.221226, 37.859545 ], [ -122.221189, 37.859642 ], [ -122.221139, 37.859781 ], [ -122.221114, 37.859896 ], [ -122.22108, 37.860114 ], [ -122.221038, 37.860202 ], [ -122.220954, 37.860258 ], [ -122.220857, 37.860282 ], [ -122.22077, 37.860274 ], [ -122.220675, 37.860253 ], [ -122.220611, 37.860199 ], [ -122.220411, 37.859903 ], [ -122.220288, 37.859719 ], [ -122.220211, 37.859656 ], [ -122.220127, 37.859601 ], [ -122.219942, 37.859516 ], [ -122.219852, 37.859486 ], [ -122.219776, 37.859484 ], [ -122.219594, 37.85955 ], [ -122.219513, 37.859572 ], [ -122.219451, 37.859572 ], [ -122.219391, 37.859546 ], [ -122.219368, 37.859495 ], [ -122.219371, 37.859413 ], [ -122.219421, 37.859285 ], [ -122.219515, 37.859108 ], [ -122.219616, 37.858937 ], [ -122.219645, 37.85889 ], [ -122.219653, 37.858814 ], [ -122.219636, 37.858739 ], [ -122.21958, 37.858673 ], [ -122.219518, 37.858621 ], [ -122.219367, 37.858517 ], [ -122.219317, 37.858475 ], [ -122.219238, 37.85841 ], [ -122.219201, 37.858356 ], [ -122.219193, 37.858292 ], [ -122.219214, 37.858169 ], [ -122.219281, 37.857947 ], [ -122.219349, 37.857728 ], [ -122.219341, 37.857689 ], [ -122.219327, 37.857658 ], [ -122.219277, 37.857606 ], [ -122.219194, 37.857549 ], [ -122.219086, 37.857487 ], [ -122.218981, 37.857435 ], [ -122.218778, 37.857364 ], [ -122.218654, 37.857336 ], [ -122.218543, 37.857326 ], [ -122.21843, 37.857327 ], [ -122.218207, 37.857357 ], [ -122.218009, 37.857388 ], [ -122.217952, 37.857385 ], [ -122.217896, 37.857355 ], [ -122.217856, 37.857308 ], [ -122.21784, 37.85726 ], [ -122.217874, 37.85685 ], [ -122.217893, 37.856628 ], [ -122.217872, 37.856569 ], [ -122.217818, 37.856521 ], [ -122.21774, 37.856494 ], [ -122.217638, 37.85647 ], [ -122.217537, 37.856474 ], [ -122.217171, 37.856551 ], [ -122.216815, 37.856638 ], [ -122.216731, 37.856638 ], [ -122.216653, 37.856619 ], [ -122.21661, 37.856592 ], [ -122.216583, 37.85656 ], [ -122.216571, 37.856506 ], [ -122.216581, 37.85645 ], [ -122.216605, 37.856398 ], [ -122.216627, 37.856373 ], [ -122.216654, 37.856342 ], [ -122.216707, 37.856261 ], [ -122.216737, 37.856199 ], [ -122.216735, 37.856133 ], [ -122.216704, 37.856081 ], [ -122.21663, 37.856042 ], [ -122.21654, 37.856019 ], [ -122.21641, 37.856009 ], [ -122.216258, 37.856022 ], [ -122.216128, 37.856057 ], [ -122.215997, 37.856119 ], [ -122.215866, 37.856168 ], [ -122.215726, 37.856214 ], [ -122.215623, 37.856198 ], [ -122.215561, 37.856181 ], [ -122.215531, 37.856173 ], [ -122.215407, 37.856154 ], [ -122.215303, 37.85616 ], [ -122.215194, 37.856191 ], [ -122.215071, 37.856233 ], [ -122.214998, 37.85625 ], [ -122.214941, 37.856263 ], [ -122.214794, 37.856276 ], [ -122.214661, 37.856275 ], [ -122.214439, 37.856255 ], [ -122.213782, 37.856028 ], [ -122.213913, 37.855957 ], [ -122.214092, 37.855877 ], [ -122.214079, 37.855835 ], [ -122.214042, 37.85571 ], [ -122.21403, 37.855669 ], [ -122.21394, 37.85573 ], [ -122.213673, 37.855915 ], [ -122.213584, 37.855977 ], [ -122.21238, 37.857234 ], [ -122.212012, 37.857013 ], [ -122.211933, 37.856946 ], [ -122.211926, 37.856937 ], [ -122.211907, 37.856909 ], [ -122.211902, 37.8569 ], [ -122.21189, 37.85688 ], [ -122.211885, 37.85687 ], [ -122.211862, 37.85682 ], [ -122.211854, 37.856801 ], [ -122.211629, 37.856431 ], [ -122.210957, 37.855322 ], [ -122.210778, 37.855026 ], [ -122.21081, 37.854946 ], [ -122.210978, 37.854526 ], [ -122.210718, 37.85423 ], [ -122.209044, 37.852325 ], [ -122.208486, 37.85169 ], [ -122.208174, 37.85174 ], [ -122.208063, 37.851754 ], [ -122.207967, 37.851751 ], [ -122.207861, 37.85175 ], [ -122.207784, 37.851737 ], [ -122.207564, 37.851649 ], [ -122.207378, 37.851555 ], [ -122.207307, 37.851526 ], [ -122.207232, 37.851511 ], [ -122.207063, 37.85151 ], [ -122.206218, 37.851474 ], [ -122.204094, 37.851387 ], [ -122.203809, 37.851106 ], [ -122.20321, 37.850516 ], [ -122.202843, 37.850058 ], [ -122.201744, 37.848684 ], [ -122.20069, 37.847743 ], [ -122.200678, 37.847589 ], [ -122.19999, 37.84704 ], [ -122.197603, 37.845338 ], [ -122.197383, 37.845197 ], [ -122.197279, 37.845123 ], [ -122.19718, 37.845068 ], [ -122.197059, 37.844994 ], [ -122.19704, 37.844983 ], [ -122.196778, 37.844825 ], [ -122.196703, 37.844765 ], [ -122.196593, 37.844678 ], [ -122.196575, 37.844663 ], [ -122.196209, 37.844361 ], [ -122.195274, 37.843587 ], [ -122.195278, 37.843312 ], [ -122.195282, 37.843113 ], [ -122.195287, 37.842817 ], [ -122.195966, 37.842966 ], [ -122.198006, 37.843413 ], [ -122.198688, 37.843563 ], [ -122.198718, 37.843594 ], [ -122.19874, 37.843601 ], [ -122.198939, 37.843602 ], [ -122.198993, 37.843601 ], [ -122.199403, 37.843595 ], [ -122.199527, 37.84359 ], [ -122.1997, 37.843572 ], [ -122.199744, 37.843561 ], [ -122.199902, 37.843511 ], [ -122.199938, 37.843492 ], [ -122.200021, 37.843451 ], [ -122.200221, 37.843343 ], [ -122.200518, 37.843294 ], [ -122.200565, 37.843287 ], [ -122.200937, 37.843213 ], [ -122.201063, 37.843207 ], [ -122.201164, 37.843215 ], [ -122.201257, 37.843237 ], [ -122.201309, 37.843257 ], [ -122.201399, 37.8433 ], [ -122.201539, 37.843373 ], [ -122.201617, 37.843408 ], [ -122.201674, 37.843423 ], [ -122.202004, 37.843455 ], [ -122.202087, 37.843463 ], [ -122.202291, 37.843476 ], [ -122.202338, 37.843472 ], [ -122.20249, 37.843454 ], [ -122.202619, 37.843419 ], [ -122.202982, 37.843326 ], [ -122.203057, 37.843308 ], [ -122.203192, 37.84328 ], [ -122.203305, 37.843249 ], [ -122.203408, 37.843215 ], [ -122.203441, 37.8432 ], [ -122.203759, 37.843063 ], [ -122.203837, 37.843022 ], [ -122.203967, 37.842957 ], [ -122.204016, 37.842942 ], [ -122.204057, 37.842923 ], [ -122.204067, 37.842917 ], [ -122.20414, 37.842875 ], [ -122.204205, 37.842842 ], [ -122.204285, 37.842794 ], [ -122.204346, 37.842751 ], [ -122.204436, 37.84269 ], [ -122.204482, 37.842613 ], [ -122.204527, 37.842559 ], [ -122.204583, 37.842506 ], [ -122.204635, 37.842468 ], [ -122.204703, 37.842432 ], [ -122.204781, 37.842408 ], [ -122.204962, 37.842378 ], [ -122.205056, 37.842354 ], [ -122.20514, 37.842327 ], [ -122.205248, 37.842285 ], [ -122.205291, 37.842269 ], [ -122.205762, 37.842093 ], [ -122.205945, 37.84203 ], [ -122.206348, 37.841872 ], [ -122.206577, 37.841795 ], [ -122.206704, 37.841774 ], [ -122.206854, 37.841765 ], [ -122.206989, 37.841768 ], [ -122.207118, 37.841781 ], [ -122.207275, 37.841804 ], [ -122.207597, 37.841834 ], [ -122.207749, 37.841841 ], [ -122.207988, 37.841834 ], [ -122.208026, 37.841833 ], [ -122.208313, 37.841799 ], [ -122.208585, 37.841751 ], [ -122.208702, 37.841719 ], [ -122.20891, 37.841645 ], [ -122.20898, 37.841619 ], [ -122.209026, 37.841603 ], [ -122.209123, 37.841561 ], [ -122.209187, 37.841521 ], [ -122.209243, 37.841475 ], [ -122.209303, 37.841399 ], [ -122.209333, 37.841341 ], [ -122.209348, 37.841289 ], [ -122.209365, 37.841237 ], [ -122.209393, 37.841106 ], [ -122.209482, 37.840802 ], [ -122.209532, 37.840687 ], [ -122.20954, 37.84067 ], [ -122.209641, 37.840479 ], [ -122.209829, 37.840206 ], [ -122.210045, 37.839893 ], [ -122.210377, 37.839421 ], [ -122.210396, 37.839388 ], [ -122.210461, 37.839281 ], [ -122.210547, 37.839094 ], [ -122.210573, 37.839027 ], [ -122.210655, 37.838826 ], [ -122.210683, 37.83876 ], [ -122.210751, 37.83856 ], [ -122.210959, 37.837961 ], [ -122.211029, 37.837762 ], [ -122.211131, 37.837511 ], [ -122.211213, 37.837314 ], [ -122.211307, 37.837085 ], [ -122.211432, 37.836757 ], [ -122.211485, 37.836619 ], [ -122.211524, 37.836503 ], [ -122.211626, 37.836205 ], [ -122.211812, 37.835668 ], [ -122.211937, 37.835312 ], [ -122.212043, 37.835016 ], [ -122.212161, 37.834704 ], [ -122.21221, 37.834604 ], [ -122.212239, 37.834563 ], [ -122.212328, 37.834442 ], [ -122.212419, 37.834363 ], [ -122.212517, 37.834286 ], [ -122.212732, 37.834142 ], [ -122.212823, 37.834085 ], [ -122.213358, 37.833759 ], [ -122.213435, 37.833702 ], [ -122.213638, 37.833557 ], [ -122.213843, 37.833422 ], [ -122.213983, 37.833296 ], [ -122.214407, 37.832918 ], [ -122.214548, 37.832793 ], [ -122.214677, 37.832572 ], [ -122.214968, 37.832079 ], [ -122.215067, 37.831909 ], [ -122.215197, 37.831689 ], [ -122.215249, 37.831781 ], [ -122.215354, 37.831921 ], [ -122.215411, 37.831981 ], [ -122.215463, 37.832013 ], [ -122.215471, 37.832029 ], [ -122.215626, 37.832114 ], [ -122.215766, 37.83217 ], [ -122.216159, 37.832326 ], [ -122.21624, 37.832352 ], [ -122.216403, 37.832436 ], [ -122.216559, 37.832505 ], [ -122.216632, 37.832532 ], [ -122.216661, 37.832543 ], [ -122.2171, 37.832758 ], [ -122.217136, 37.832806 ], [ -122.217238, 37.832946 ], [ -122.21751, 37.83332 ], [ -122.217885, 37.833834 ], [ -122.218381, 37.834542 ], [ -122.21889, 37.83529 ], [ -122.219342, 37.835953 ], [ -122.219506, 37.836171 ], [ -122.219672, 37.836392 ], [ -122.219788, 37.836523 ], [ -122.21991, 37.836646 ], [ -122.220056, 37.836777 ], [ -122.220158, 37.836868 ], [ -122.220265, 37.836955 ], [ -122.220614, 37.837239 ], [ -122.220677, 37.837286 ], [ -122.221948, 37.838239 ], [ -122.222211, 37.838437 ], [ -122.222356, 37.838576 ], [ -122.222687, 37.838895 ], [ -122.222832, 37.839047 ], [ -122.222991, 37.839244 ], [ -122.22326, 37.83962 ], [ -122.223969, 37.840474 ], [ -122.224244, 37.840791 ], [ -122.224373, 37.840965 ], [ -122.224827, 37.841683 ], [ -122.22537, 37.842488 ], [ -122.225436, 37.842564 ], [ -122.225766, 37.842944 ], [ -122.225964, 37.843157 ], [ -122.226104, 37.843327 ], [ -122.226288, 37.843551 ], [ -122.226477, 37.843818 ], [ -122.227212, 37.844869 ], [ -122.227431, 37.845208 ], [ -122.227559, 37.845474 ], [ -122.227633, 37.84594 ], [ -122.22771, 37.846418 ], [ -122.227702, 37.84692 ], [ -122.227871, 37.847939 ], [ -122.228003, 37.848244 ], [ -122.230016, 37.848739 ], [ -122.230346, 37.848892 ], [ -122.23052, 37.849112 ], [ -122.230612, 37.849211 ], [ -122.230881, 37.849501 ], [ -122.231212, 37.849858 ], [ -122.231399, 37.850073 ], [ -122.23157, 37.850268 ], [ -122.231747, 37.850334 ], [ -122.23187, 37.850392 ], [ -122.232071, 37.850504 ], [ -122.232333, 37.850703 ], [ -122.232658, 37.851036 ], [ -122.232751, 37.851183 ], [ -122.23293, 37.851249 ], [ -122.233275, 37.851742 ], [ -122.233343, 37.851856 ], [ -122.233385, 37.851917 ], [ -122.233451, 37.851991 ], [ -122.23352, 37.852059 ], [ -122.233595, 37.852125 ], [ -122.233717, 37.852218 ], [ -122.233837, 37.852296 ], [ -122.233965, 37.852367 ], [ -122.234042, 37.852401 ], [ -122.234139, 37.852437 ], [ -122.234084, 37.852518 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404501", "name": "Census Tract 4045.01, Alameda County, California", "total_population_17": 1857, "white_alone_17": 1238.0, "black_alone_17": 79.0, "native_alone_17": 0.0, "asian_alone_17": 256.0, "native_hawaiian_pacific_islander_17": 6.0, "hispanic_or_latino_17": 127.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -12.254, "pct_black_alone_change": -1.016, "pct_native_alone_change": -0.444, "pct_asian_alone_change": 2.548, "pct_hispanic_or_latino_change": 2.966, "pct_native_hawaiian_pacific_islander_change": 0.323, "INTPTLAT": "+37.8271275", "INTPTLON": "-122.2171515" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.224456, 37.830256 ], [ -122.224369, 37.830304 ], [ -122.224347, 37.830316 ], [ -122.224111, 37.83038 ], [ -122.224023, 37.830396 ], [ -122.223724, 37.830452 ], [ -122.223621, 37.830469 ], [ -122.223527, 37.830485 ], [ -122.223306, 37.830535 ], [ -122.223198, 37.830568 ], [ -122.223118, 37.830599 ], [ -122.223014, 37.830655 ], [ -122.222889, 37.830749 ], [ -122.222777, 37.830885 ], [ -122.22264, 37.831094 ], [ -122.222555, 37.831238 ], [ -122.222489, 37.831361 ], [ -122.222432, 37.831509 ], [ -122.222392, 37.831638 ], [ -122.22233, 37.831702 ], [ -122.222167, 37.832053 ], [ -122.221976, 37.83241 ], [ -122.221966, 37.83243 ], [ -122.22194, 37.832461 ], [ -122.221884, 37.832504 ], [ -122.221599, 37.832615 ], [ -122.221462, 37.832645 ], [ -122.221205, 37.832675 ], [ -122.221177, 37.832675 ], [ -122.221143, 37.832666 ], [ -122.220761, 37.832701 ], [ -122.220386, 37.832737 ], [ -122.219619, 37.832821 ], [ -122.219468, 37.832838 ], [ -122.219239, 37.832863 ], [ -122.219094, 37.832878 ], [ -122.21866, 37.832923 ], [ -122.218516, 37.832939 ], [ -122.218325, 37.83299 ], [ -122.21814, 37.833018 ], [ -122.217999, 37.833018 ], [ -122.21764, 37.832969 ], [ -122.217285, 37.83282 ], [ -122.2171, 37.832758 ], [ -122.216661, 37.832543 ], [ -122.216632, 37.832532 ], [ -122.216559, 37.832505 ], [ -122.216403, 37.832436 ], [ -122.21624, 37.832352 ], [ -122.216159, 37.832326 ], [ -122.215766, 37.83217 ], [ -122.215626, 37.832114 ], [ -122.215471, 37.832029 ], [ -122.215463, 37.832013 ], [ -122.215411, 37.831981 ], [ -122.215354, 37.831921 ], [ -122.215249, 37.831781 ], [ -122.215197, 37.831689 ], [ -122.215217, 37.831655 ], [ -122.215255, 37.831519 ], [ -122.215289, 37.831575 ], [ -122.215301, 37.831595 ], [ -122.215566, 37.8314 ], [ -122.215581, 37.831389 ], [ -122.215601, 37.831374 ], [ -122.215627, 37.831358 ], [ -122.215781, 37.83126 ], [ -122.215683, 37.831173 ], [ -122.215599, 37.831091 ], [ -122.214933, 37.830445 ], [ -122.214894, 37.830407 ], [ -122.213841, 37.829332 ], [ -122.213382, 37.828873 ], [ -122.212982, 37.828463 ], [ -122.212893, 37.828372 ], [ -122.212634, 37.82809 ], [ -122.212372, 37.827767 ], [ -122.212088, 37.827418 ], [ -122.211691, 37.826928 ], [ -122.211558, 37.826758 ], [ -122.21124, 37.82637 ], [ -122.210956, 37.826023 ], [ -122.21062, 37.825609 ], [ -122.209933, 37.824763 ], [ -122.20961, 37.824374 ], [ -122.20945, 37.824181 ], [ -122.209273, 37.823963 ], [ -122.209177, 37.823845 ], [ -122.209127, 37.823784 ], [ -122.208895, 37.823489 ], [ -122.208802, 37.82337 ], [ -122.208481, 37.822991 ], [ -122.208083, 37.822495 ], [ -122.207365, 37.821647 ], [ -122.207588, 37.821394 ], [ -122.207666, 37.821294 ], [ -122.207804, 37.821077 ], [ -122.207761, 37.821058 ], [ -122.207708, 37.821044 ], [ -122.207901, 37.820713 ], [ -122.207934, 37.820653 ], [ -122.207971, 37.820587 ], [ -122.208117, 37.820336 ], [ -122.208321, 37.820068 ], [ -122.208471, 37.819899 ], [ -122.208624, 37.819748 ], [ -122.208835, 37.819555 ], [ -122.209557, 37.819043 ], [ -122.209928, 37.81879 ], [ -122.210074, 37.818684 ], [ -122.210178, 37.818613 ], [ -122.210251, 37.818655 ], [ -122.210492, 37.818808 ], [ -122.211216, 37.819265 ], [ -122.211458, 37.819419 ], [ -122.21215, 37.819852 ], [ -122.212238, 37.819907 ], [ -122.212394, 37.820005 ], [ -122.212526, 37.820079 ], [ -122.212755, 37.820221 ], [ -122.212901, 37.82032 ], [ -122.213215, 37.820507 ], [ -122.213316, 37.820567 ], [ -122.213449, 37.82066 ], [ -122.213703, 37.820817 ], [ -122.213965, 37.820988 ], [ -122.214119, 37.821089 ], [ -122.214332, 37.821209 ], [ -122.214391, 37.821245 ], [ -122.214439, 37.821273 ], [ -122.214756, 37.821462 ], [ -122.214867, 37.821532 ], [ -122.215207, 37.821799 ], [ -122.215231, 37.821817 ], [ -122.215252, 37.821813 ], [ -122.215296, 37.821798 ], [ -122.215437, 37.821899 ], [ -122.215693, 37.822073 ], [ -122.215919, 37.822234 ], [ -122.216044, 37.822323 ], [ -122.216132, 37.822389 ], [ -122.216188, 37.82243 ], [ -122.216498, 37.822674 ], [ -122.21656, 37.822722 ], [ -122.216964, 37.82297 ], [ -122.217114, 37.82299 ], [ -122.217185, 37.823 ], [ -122.21736, 37.823193 ], [ -122.217687, 37.823359 ], [ -122.217964, 37.823537 ], [ -122.21794, 37.823573 ], [ -122.218253, 37.823777 ], [ -122.218333, 37.82383 ], [ -122.218506, 37.823942 ], [ -122.218936, 37.824221 ], [ -122.219044, 37.824291 ], [ -122.219073, 37.82452 ], [ -122.219642, 37.824511 ], [ -122.220089, 37.825004 ], [ -122.220157, 37.824996 ], [ -122.220338, 37.825155 ], [ -122.220384, 37.825196 ], [ -122.220522, 37.825331 ], [ -122.220529, 37.825287 ], [ -122.220705, 37.825369 ], [ -122.220942, 37.82567 ], [ -122.221007, 37.825752 ], [ -122.221116, 37.825912 ], [ -122.22116, 37.825971 ], [ -122.221268, 37.826117 ], [ -122.221382, 37.826271 ], [ -122.221484, 37.826408 ], [ -122.221604, 37.826571 ], [ -122.221724, 37.826732 ], [ -122.221614, 37.826802 ], [ -122.22171, 37.826898 ], [ -122.22172, 37.826913 ], [ -122.22182, 37.826862 ], [ -122.221901, 37.826944 ], [ -122.222069, 37.827188 ], [ -122.2221, 37.827246 ], [ -122.222151, 37.827319 ], [ -122.222182, 37.827362 ], [ -122.222307, 37.827539 ], [ -122.222329, 37.82757 ], [ -122.222359, 37.827613 ], [ -122.222369, 37.827658 ], [ -122.222358, 37.827721 ], [ -122.222322, 37.827793 ], [ -122.222275, 37.827875 ], [ -122.222246, 37.827936 ], [ -122.222213, 37.828022 ], [ -122.222189, 37.828113 ], [ -122.222191, 37.828169 ], [ -122.222204, 37.828211 ], [ -122.222242, 37.828291 ], [ -122.222304, 37.828361 ], [ -122.222393, 37.828427 ], [ -122.222521, 37.828536 ], [ -122.222591, 37.828722 ], [ -122.222619, 37.828791 ], [ -122.22267, 37.828849 ], [ -122.222797, 37.828914 ], [ -122.222987, 37.828989 ], [ -122.223088, 37.82902 ], [ -122.223135, 37.829035 ], [ -122.223286, 37.829115 ], [ -122.223389, 37.829186 ], [ -122.223549, 37.829336 ], [ -122.22365, 37.82943 ], [ -122.223734, 37.829423 ], [ -122.223812, 37.829504 ], [ -122.223835, 37.829495 ], [ -122.224051, 37.829785 ], [ -122.224066, 37.829805 ], [ -122.224243, 37.830044 ], [ -122.224343, 37.830144 ], [ -122.224444, 37.830246 ], [ -122.224456, 37.830256 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404502", "name": "Census Tract 4045.02, Alameda County, California", "total_population_17": 5556, "white_alone_17": 3657.0, "black_alone_17": 365.0, "native_alone_17": 2.0, "asian_alone_17": 695.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 407.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -8.273, "pct_black_alone_change": -0.64, "pct_native_alone_change": -0.51, "pct_asian_alone_change": 0.257, "pct_hispanic_or_latino_change": 2.373, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+37.8345259", "INTPTLON": "-122.2026155" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.215781, 37.83126 ], [ -122.215627, 37.831358 ], [ -122.215601, 37.831374 ], [ -122.215581, 37.831389 ], [ -122.215566, 37.8314 ], [ -122.215301, 37.831595 ], [ -122.215289, 37.831575 ], [ -122.215255, 37.831519 ], [ -122.215217, 37.831655 ], [ -122.215197, 37.831689 ], [ -122.215067, 37.831909 ], [ -122.214968, 37.832079 ], [ -122.214677, 37.832572 ], [ -122.214548, 37.832793 ], [ -122.214407, 37.832918 ], [ -122.213983, 37.833296 ], [ -122.213843, 37.833422 ], [ -122.213638, 37.833557 ], [ -122.213435, 37.833702 ], [ -122.213358, 37.833759 ], [ -122.212823, 37.834085 ], [ -122.212732, 37.834142 ], [ -122.212517, 37.834286 ], [ -122.212419, 37.834363 ], [ -122.212328, 37.834442 ], [ -122.212239, 37.834563 ], [ -122.21221, 37.834604 ], [ -122.212161, 37.834704 ], [ -122.212043, 37.835016 ], [ -122.211937, 37.835312 ], [ -122.211812, 37.835668 ], [ -122.211626, 37.836205 ], [ -122.211524, 37.836503 ], [ -122.211485, 37.836619 ], [ -122.211432, 37.836757 ], [ -122.211307, 37.837085 ], [ -122.211213, 37.837314 ], [ -122.211131, 37.837511 ], [ -122.211029, 37.837762 ], [ -122.210959, 37.837961 ], [ -122.210751, 37.83856 ], [ -122.210683, 37.83876 ], [ -122.210655, 37.838826 ], [ -122.210573, 37.839027 ], [ -122.210547, 37.839094 ], [ -122.210461, 37.839281 ], [ -122.210396, 37.839388 ], [ -122.210377, 37.839421 ], [ -122.210045, 37.839893 ], [ -122.209829, 37.840206 ], [ -122.209641, 37.840479 ], [ -122.20954, 37.84067 ], [ -122.209532, 37.840687 ], [ -122.209482, 37.840802 ], [ -122.209393, 37.841106 ], [ -122.209365, 37.841237 ], [ -122.209348, 37.841289 ], [ -122.209333, 37.841341 ], [ -122.209303, 37.841399 ], [ -122.209243, 37.841475 ], [ -122.209187, 37.841521 ], [ -122.209123, 37.841561 ], [ -122.209026, 37.841603 ], [ -122.20898, 37.841619 ], [ -122.20891, 37.841645 ], [ -122.208702, 37.841719 ], [ -122.208585, 37.841751 ], [ -122.208313, 37.841799 ], [ -122.208026, 37.841833 ], [ -122.207988, 37.841834 ], [ -122.207749, 37.841841 ], [ -122.207597, 37.841834 ], [ -122.207275, 37.841804 ], [ -122.207118, 37.841781 ], [ -122.206989, 37.841768 ], [ -122.206854, 37.841765 ], [ -122.206704, 37.841774 ], [ -122.206577, 37.841795 ], [ -122.206348, 37.841872 ], [ -122.205945, 37.84203 ], [ -122.205762, 37.842093 ], [ -122.205291, 37.842269 ], [ -122.205248, 37.842285 ], [ -122.20514, 37.842327 ], [ -122.205056, 37.842354 ], [ -122.204962, 37.842378 ], [ -122.204781, 37.842408 ], [ -122.204703, 37.842432 ], [ -122.204635, 37.842468 ], [ -122.204583, 37.842506 ], [ -122.204527, 37.842559 ], [ -122.204482, 37.842613 ], [ -122.204436, 37.84269 ], [ -122.204346, 37.842751 ], [ -122.204285, 37.842794 ], [ -122.204205, 37.842842 ], [ -122.20414, 37.842875 ], [ -122.204067, 37.842917 ], [ -122.204057, 37.842923 ], [ -122.204016, 37.842942 ], [ -122.203967, 37.842957 ], [ -122.203837, 37.843022 ], [ -122.203759, 37.843063 ], [ -122.203441, 37.8432 ], [ -122.203408, 37.843215 ], [ -122.203305, 37.843249 ], [ -122.203192, 37.84328 ], [ -122.203057, 37.843308 ], [ -122.202982, 37.843326 ], [ -122.202619, 37.843419 ], [ -122.20249, 37.843454 ], [ -122.202338, 37.843472 ], [ -122.202291, 37.843476 ], [ -122.202087, 37.843463 ], [ -122.202004, 37.843455 ], [ -122.201674, 37.843423 ], [ -122.201617, 37.843408 ], [ -122.201539, 37.843373 ], [ -122.201399, 37.8433 ], [ -122.201309, 37.843257 ], [ -122.201257, 37.843237 ], [ -122.201164, 37.843215 ], [ -122.201063, 37.843207 ], [ -122.200937, 37.843213 ], [ -122.200565, 37.843287 ], [ -122.200518, 37.843294 ], [ -122.200221, 37.843343 ], [ -122.200021, 37.843451 ], [ -122.199938, 37.843492 ], [ -122.199902, 37.843511 ], [ -122.199744, 37.843561 ], [ -122.1997, 37.843572 ], [ -122.199527, 37.84359 ], [ -122.199403, 37.843595 ], [ -122.198993, 37.843601 ], [ -122.198939, 37.843602 ], [ -122.19874, 37.843601 ], [ -122.198718, 37.843594 ], [ -122.198688, 37.843563 ], [ -122.198006, 37.843413 ], [ -122.195966, 37.842966 ], [ -122.195287, 37.842817 ], [ -122.195293, 37.842799 ], [ -122.195315, 37.842789 ], [ -122.195418, 37.842685 ], [ -122.19593, 37.842174 ], [ -122.196101, 37.842005 ], [ -122.195972, 37.842012 ], [ -122.195831, 37.842004 ], [ -122.195709, 37.84196 ], [ -122.195666, 37.841936 ], [ -122.195623, 37.841913 ], [ -122.195335, 37.841688 ], [ -122.195268, 37.84163 ], [ -122.195214, 37.841593 ], [ -122.195124, 37.841553 ], [ -122.194988, 37.841524 ], [ -122.194771, 37.841487 ], [ -122.1946, 37.841468 ], [ -122.194458, 37.841427 ], [ -122.194304, 37.841366 ], [ -122.194191, 37.841284 ], [ -122.194124, 37.841193 ], [ -122.194123, 37.841164 ], [ -122.194109, 37.841159 ], [ -122.194028, 37.841126 ], [ -122.193947, 37.841028 ], [ -122.193917, 37.840963 ], [ -122.193917, 37.840859 ], [ -122.193917, 37.840834 ], [ -122.193923, 37.840758 ], [ -122.193433, 37.840545 ], [ -122.191963, 37.839906 ], [ -122.191794, 37.839833 ], [ -122.191778, 37.839826 ], [ -122.191736, 37.839784 ], [ -122.191714, 37.839762 ], [ -122.191578, 37.839626 ], [ -122.19154, 37.839594 ], [ -122.191358, 37.83944 ], [ -122.190812, 37.838981 ], [ -122.19063, 37.838828 ], [ -122.190365, 37.838604 ], [ -122.190318, 37.838565 ], [ -122.189679, 37.838027 ], [ -122.189644, 37.83801 ], [ -122.189298, 37.837836 ], [ -122.188925, 37.83765 ], [ -122.188915, 37.837645 ], [ -122.188877, 37.837626 ], [ -122.188132, 37.837514 ], [ -122.186877, 37.837326 ], [ -122.185903, 37.837143 ], [ -122.185277, 37.837026 ], [ -122.185225, 37.836923 ], [ -122.185114, 37.836703 ], [ -122.184783, 37.836047 ], [ -122.184741, 37.835962 ], [ -122.184707, 37.835893 ], [ -122.184696, 37.835872 ], [ -122.184674, 37.835828 ], [ -122.184628, 37.835646 ], [ -122.184575, 37.835427 ], [ -122.184516, 37.835199 ], [ -122.18449, 37.835103 ], [ -122.184443, 37.834923 ], [ -122.185708, 37.835906 ], [ -122.18579, 37.835996 ], [ -122.185824, 37.836022 ], [ -122.185885, 37.836083 ], [ -122.185949, 37.836169 ], [ -122.185986, 37.836205 ], [ -122.186024, 37.836229 ], [ -122.186091, 37.836246 ], [ -122.186124, 37.836245 ], [ -122.186189, 37.836225 ], [ -122.186228, 37.836204 ], [ -122.18639, 37.836084 ], [ -122.186497, 37.836022 ], [ -122.186595, 37.835974 ], [ -122.18668, 37.835946 ], [ -122.186736, 37.835936 ], [ -122.186801, 37.83593 ], [ -122.186951, 37.835948 ], [ -122.187077, 37.835978 ], [ -122.187162, 37.836018 ], [ -122.187265, 37.836088 ], [ -122.187401, 37.836209 ], [ -122.187449, 37.836234 ], [ -122.187525, 37.836249 ], [ -122.187582, 37.836247 ], [ -122.187611, 37.836237 ], [ -122.187639, 37.836228 ], [ -122.187665, 37.83621 ], [ -122.187688, 37.836185 ], [ -122.187768, 37.836074 ], [ -122.187853, 37.835989 ], [ -122.188029, 37.83589 ], [ -122.187975, 37.835851 ], [ -122.187896, 37.835875 ], [ -122.18779, 37.835891 ], [ -122.187676, 37.83591 ], [ -122.187601, 37.835901 ], [ -122.187531, 37.835853 ], [ -122.18736, 37.835595 ], [ -122.187288, 37.83553 ], [ -122.187213, 37.835486 ], [ -122.187152, 37.835445 ], [ -122.187082, 37.83542 ], [ -122.186974, 37.835419 ], [ -122.186979, 37.835304 ], [ -122.187001, 37.835233 ], [ -122.187014, 37.835194 ], [ -122.187048, 37.835125 ], [ -122.187098, 37.835084 ], [ -122.187172, 37.83505 ], [ -122.187283, 37.835031 ], [ -122.18735, 37.835028 ], [ -122.187436, 37.835037 ], [ -122.187473, 37.835045 ], [ -122.187659, 37.835086 ], [ -122.187898, 37.835155 ], [ -122.187958, 37.835173 ], [ -122.188176, 37.83522 ], [ -122.188338, 37.835243 ], [ -122.188471, 37.835249 ], [ -122.188637, 37.835235 ], [ -122.188649, 37.835235 ], [ -122.188884, 37.835194 ], [ -122.189125, 37.835151 ], [ -122.189385, 37.835092 ], [ -122.189898, 37.834956 ], [ -122.190895, 37.834671 ], [ -122.191537, 37.834327 ], [ -122.191745, 37.834209 ], [ -122.191948, 37.834072 ], [ -122.192109, 37.833914 ], [ -122.192357, 37.833506 ], [ -122.192566, 37.833213 ], [ -122.192843, 37.832906 ], [ -122.192939, 37.832809 ], [ -122.193075, 37.83267 ], [ -122.19332, 37.832452 ], [ -122.193409, 37.832374 ], [ -122.193574, 37.832261 ], [ -122.193776, 37.832149 ], [ -122.194015, 37.832052 ], [ -122.195533, 37.831672 ], [ -122.196161, 37.831524 ], [ -122.196251, 37.831496 ], [ -122.196405, 37.83145 ], [ -122.196606, 37.831376 ], [ -122.196771, 37.831301 ], [ -122.1971, 37.831147 ], [ -122.198268, 37.830577 ], [ -122.198596, 37.830418 ], [ -122.198928, 37.830244 ], [ -122.199406, 37.829982 ], [ -122.199802, 37.829792 ], [ -122.19995, 37.829725 ], [ -122.200159, 37.829632 ], [ -122.200584, 37.829421 ], [ -122.200763, 37.829323 ], [ -122.200988, 37.829156 ], [ -122.201221, 37.828938 ], [ -122.201355, 37.82882 ], [ -122.201478, 37.828702 ], [ -122.201523, 37.828648 ], [ -122.201583, 37.828564 ], [ -122.201679, 37.828398 ], [ -122.201863, 37.828103 ], [ -122.202015, 37.827804 ], [ -122.202232, 37.827312 ], [ -122.202239, 37.827298 ], [ -122.202243, 37.827288 ], [ -122.202622, 37.826233 ], [ -122.202738, 37.825902 ], [ -122.202761, 37.825763 ], [ -122.202773, 37.825634 ], [ -122.202762, 37.825518 ], [ -122.202738, 37.825391 ], [ -122.202708, 37.825277 ], [ -122.202646, 37.825143 ], [ -122.202625, 37.825084 ], [ -122.202605, 37.825026 ], [ -122.20257, 37.82489 ], [ -122.202545, 37.824644 ], [ -122.202554, 37.8245 ], [ -122.202578, 37.824401 ], [ -122.202609, 37.824331 ], [ -122.202642, 37.824271 ], [ -122.202684, 37.82421 ], [ -122.202789, 37.824083 ], [ -122.202948, 37.823941 ], [ -122.203046, 37.823867 ], [ -122.203167, 37.8238 ], [ -122.203227, 37.823776 ], [ -122.203344, 37.823738 ], [ -122.20342, 37.823724 ], [ -122.20355, 37.823711 ], [ -122.203615, 37.823713 ], [ -122.20369, 37.823723 ], [ -122.203827, 37.823759 ], [ -122.20401, 37.823845 ], [ -122.204132, 37.82392 ], [ -122.204248, 37.823999 ], [ -122.204359, 37.824051 ], [ -122.204465, 37.824084 ], [ -122.204562, 37.824107 ], [ -122.204803, 37.824148 ], [ -122.205082, 37.82421 ], [ -122.205204, 37.824234 ], [ -122.205325, 37.824252 ], [ -122.205418, 37.82427 ], [ -122.205519, 37.824282 ], [ -122.205826, 37.824304 ], [ -122.205953, 37.824318 ], [ -122.206054, 37.824338 ], [ -122.20626, 37.824395 ], [ -122.20664, 37.824543 ], [ -122.206769, 37.824603 ], [ -122.206858, 37.824659 ], [ -122.207063, 37.82482 ], [ -122.207146, 37.824861 ], [ -122.207223, 37.824874 ], [ -122.207284, 37.824869 ], [ -122.207389, 37.824847 ], [ -122.20775, 37.824754 ], [ -122.208145, 37.824654 ], [ -122.208324, 37.82461 ], [ -122.208862, 37.824479 ], [ -122.209042, 37.824436 ], [ -122.208842, 37.824185 ], [ -122.208701, 37.824 ], [ -122.208068, 37.823229 ], [ -122.207932, 37.823082 ], [ -122.207875, 37.823027 ], [ -122.207785, 37.822954 ], [ -122.207562, 37.822808 ], [ -122.207456, 37.822739 ], [ -122.207218, 37.822595 ], [ -122.207096, 37.822513 ], [ -122.207035, 37.822459 ], [ -122.206877, 37.822319 ], [ -122.206852, 37.822299 ], [ -122.20679, 37.822249 ], [ -122.206766, 37.822191 ], [ -122.206752, 37.822116 ], [ -122.206751, 37.822086 ], [ -122.206759, 37.822069 ], [ -122.206777, 37.822057 ], [ -122.206882, 37.822018 ], [ -122.207, 37.821948 ], [ -122.207159, 37.821824 ], [ -122.207225, 37.821768 ], [ -122.207365, 37.821647 ], [ -122.208083, 37.822495 ], [ -122.208481, 37.822991 ], [ -122.208802, 37.82337 ], [ -122.208895, 37.823489 ], [ -122.209127, 37.823784 ], [ -122.209177, 37.823845 ], [ -122.209273, 37.823963 ], [ -122.20945, 37.824181 ], [ -122.20961, 37.824374 ], [ -122.209933, 37.824763 ], [ -122.21062, 37.825609 ], [ -122.210956, 37.826023 ], [ -122.21124, 37.82637 ], [ -122.211558, 37.826758 ], [ -122.211691, 37.826928 ], [ -122.212088, 37.827418 ], [ -122.212372, 37.827767 ], [ -122.212634, 37.82809 ], [ -122.212893, 37.828372 ], [ -122.212982, 37.828463 ], [ -122.213382, 37.828873 ], [ -122.213841, 37.829332 ], [ -122.214894, 37.830407 ], [ -122.214933, 37.830445 ], [ -122.215599, 37.831091 ], [ -122.215683, 37.831173 ], [ -122.215781, 37.83126 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404600", "name": "Census Tract 4046, Alameda County, California", "total_population_17": 4544, "white_alone_17": 3230.0, "black_alone_17": 243.0, "native_alone_17": 26.0, "asian_alone_17": 597.0, "native_hawaiian_pacific_islander_17": 141.0, "hispanic_or_latino_17": 122.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -5.64, "pct_black_alone_change": -0.797, "pct_native_alone_change": -0.01, "pct_asian_alone_change": 1.15, "pct_hispanic_or_latino_change": -1.202, "pct_native_hawaiian_pacific_islander_change": 3.08, "INTPTLAT": "+37.8198587", "INTPTLON": "-122.1912195" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.208862, 37.824479 ], [ -122.208324, 37.82461 ], [ -122.208145, 37.824654 ], [ -122.20775, 37.824754 ], [ -122.207389, 37.824847 ], [ -122.207284, 37.824869 ], [ -122.207223, 37.824874 ], [ -122.207146, 37.824861 ], [ -122.207063, 37.82482 ], [ -122.206858, 37.824659 ], [ -122.206769, 37.824603 ], [ -122.20664, 37.824543 ], [ -122.20626, 37.824395 ], [ -122.206054, 37.824338 ], [ -122.205953, 37.824318 ], [ -122.205826, 37.824304 ], [ -122.205519, 37.824282 ], [ -122.205418, 37.82427 ], [ -122.205325, 37.824252 ], [ -122.205204, 37.824234 ], [ -122.205082, 37.82421 ], [ -122.204803, 37.824148 ], [ -122.204562, 37.824107 ], [ -122.204465, 37.824084 ], [ -122.204359, 37.824051 ], [ -122.204248, 37.823999 ], [ -122.204132, 37.82392 ], [ -122.20401, 37.823845 ], [ -122.203827, 37.823759 ], [ -122.20369, 37.823723 ], [ -122.203615, 37.823713 ], [ -122.20355, 37.823711 ], [ -122.20342, 37.823724 ], [ -122.203344, 37.823738 ], [ -122.203227, 37.823776 ], [ -122.203167, 37.8238 ], [ -122.203046, 37.823867 ], [ -122.202948, 37.823941 ], [ -122.202789, 37.824083 ], [ -122.202684, 37.82421 ], [ -122.202642, 37.824271 ], [ -122.202609, 37.824331 ], [ -122.202578, 37.824401 ], [ -122.202554, 37.8245 ], [ -122.202545, 37.824644 ], [ -122.20257, 37.82489 ], [ -122.202605, 37.825026 ], [ -122.202625, 37.825084 ], [ -122.202646, 37.825143 ], [ -122.202708, 37.825277 ], [ -122.202738, 37.825391 ], [ -122.202762, 37.825518 ], [ -122.202773, 37.825634 ], [ -122.202761, 37.825763 ], [ -122.202738, 37.825902 ], [ -122.202622, 37.826233 ], [ -122.202243, 37.827288 ], [ -122.202239, 37.827298 ], [ -122.202232, 37.827312 ], [ -122.202015, 37.827804 ], [ -122.201863, 37.828103 ], [ -122.201679, 37.828398 ], [ -122.201583, 37.828564 ], [ -122.201523, 37.828648 ], [ -122.201478, 37.828702 ], [ -122.201355, 37.82882 ], [ -122.201221, 37.828938 ], [ -122.200988, 37.829156 ], [ -122.200763, 37.829323 ], [ -122.200584, 37.829421 ], [ -122.200159, 37.829632 ], [ -122.19995, 37.829725 ], [ -122.199802, 37.829792 ], [ -122.199406, 37.829982 ], [ -122.198928, 37.830244 ], [ -122.198596, 37.830418 ], [ -122.198268, 37.830577 ], [ -122.1971, 37.831147 ], [ -122.196771, 37.831301 ], [ -122.196606, 37.831376 ], [ -122.196405, 37.83145 ], [ -122.196251, 37.831496 ], [ -122.196161, 37.831524 ], [ -122.195533, 37.831672 ], [ -122.194015, 37.832052 ], [ -122.193776, 37.832149 ], [ -122.193574, 37.832261 ], [ -122.193409, 37.832374 ], [ -122.19332, 37.832452 ], [ -122.193075, 37.83267 ], [ -122.192939, 37.832809 ], [ -122.192843, 37.832906 ], [ -122.192566, 37.833213 ], [ -122.192357, 37.833506 ], [ -122.192109, 37.833914 ], [ -122.191948, 37.834072 ], [ -122.191745, 37.834209 ], [ -122.191537, 37.834327 ], [ -122.190895, 37.834671 ], [ -122.189898, 37.834956 ], [ -122.189385, 37.835092 ], [ -122.189125, 37.835151 ], [ -122.188884, 37.835194 ], [ -122.188649, 37.835235 ], [ -122.188637, 37.835235 ], [ -122.188471, 37.835249 ], [ -122.188338, 37.835243 ], [ -122.188176, 37.83522 ], [ -122.187958, 37.835173 ], [ -122.187898, 37.835155 ], [ -122.187659, 37.835086 ], [ -122.187473, 37.835045 ], [ -122.187436, 37.835037 ], [ -122.18735, 37.835028 ], [ -122.187283, 37.835031 ], [ -122.187172, 37.83505 ], [ -122.187098, 37.835084 ], [ -122.187048, 37.835125 ], [ -122.187014, 37.835194 ], [ -122.187001, 37.835233 ], [ -122.186979, 37.835304 ], [ -122.186974, 37.835419 ], [ -122.187082, 37.83542 ], [ -122.187152, 37.835445 ], [ -122.187213, 37.835486 ], [ -122.187288, 37.83553 ], [ -122.18736, 37.835595 ], [ -122.187531, 37.835853 ], [ -122.187601, 37.835901 ], [ -122.187676, 37.83591 ], [ -122.18779, 37.835891 ], [ -122.187896, 37.835875 ], [ -122.187975, 37.835851 ], [ -122.188029, 37.83589 ], [ -122.187853, 37.835989 ], [ -122.187768, 37.836074 ], [ -122.187688, 37.836185 ], [ -122.187665, 37.83621 ], [ -122.187639, 37.836228 ], [ -122.187611, 37.836237 ], [ -122.187582, 37.836247 ], [ -122.187525, 37.836249 ], [ -122.187449, 37.836234 ], [ -122.187401, 37.836209 ], [ -122.187265, 37.836088 ], [ -122.187162, 37.836018 ], [ -122.187077, 37.835978 ], [ -122.186951, 37.835948 ], [ -122.186801, 37.83593 ], [ -122.186736, 37.835936 ], [ -122.18668, 37.835946 ], [ -122.186595, 37.835974 ], [ -122.186497, 37.836022 ], [ -122.18639, 37.836084 ], [ -122.186228, 37.836204 ], [ -122.186189, 37.836225 ], [ -122.186124, 37.836245 ], [ -122.186091, 37.836246 ], [ -122.186024, 37.836229 ], [ -122.185986, 37.836205 ], [ -122.185949, 37.836169 ], [ -122.185885, 37.836083 ], [ -122.185824, 37.836022 ], [ -122.18579, 37.835996 ], [ -122.185708, 37.835906 ], [ -122.184443, 37.834923 ], [ -122.184408, 37.834793 ], [ -122.184306, 37.83441 ], [ -122.184271, 37.834277 ], [ -122.184179, 37.833922 ], [ -122.184324, 37.833709 ], [ -122.184361, 37.833655 ], [ -122.184802, 37.833012 ], [ -122.18501, 37.832709 ], [ -122.185085, 37.832612 ], [ -122.185141, 37.832542 ], [ -122.185207, 37.832434 ], [ -122.185251, 37.832343 ], [ -122.185276, 37.832297 ], [ -122.185336, 37.83219 ], [ -122.185375, 37.832107 ], [ -122.185409, 37.832042 ], [ -122.185468, 37.831945 ], [ -122.185516, 37.831889 ], [ -122.185525, 37.831878 ], [ -122.185544, 37.831859 ], [ -122.185584, 37.831818 ], [ -122.185614, 37.831776 ], [ -122.185647, 37.831726 ], [ -122.18589, 37.831357 ], [ -122.185898, 37.831346 ], [ -122.185977, 37.831226 ], [ -122.186166, 37.831013 ], [ -122.186577, 37.830426 ], [ -122.186811, 37.830003 ], [ -122.187077, 37.829526 ], [ -122.187134, 37.829062 ], [ -122.187177, 37.828726 ], [ -122.187094, 37.827665 ], [ -122.187068, 37.827329 ], [ -122.187058, 37.827199 ], [ -122.186973, 37.827146 ], [ -122.186858, 37.827075 ], [ -122.186807, 37.827065 ], [ -122.186784, 37.827043 ], [ -122.186759, 37.826993 ], [ -122.186752, 37.826972 ], [ -122.186725, 37.826877 ], [ -122.186413, 37.826381 ], [ -122.185877, 37.825526 ], [ -122.186036, 37.825113 ], [ -122.186144, 37.824829 ], [ -122.186355, 37.824283 ], [ -122.186377, 37.824226 ], [ -122.186417, 37.82413 ], [ -122.186611, 37.823677 ], [ -122.186677, 37.823526 ], [ -122.186312, 37.82207 ], [ -122.186185, 37.821559 ], [ -122.18604, 37.820979 ], [ -122.185977, 37.820726 ], [ -122.181477, 37.819526 ], [ -122.181224, 37.819341 ], [ -122.180352, 37.818152 ], [ -122.177873, 37.816323 ], [ -122.177528, 37.816074 ], [ -122.176316, 37.815198 ], [ -122.175658, 37.814723 ], [ -122.175474, 37.81459 ], [ -122.175375, 37.814266 ], [ -122.174752, 37.812212 ], [ -122.174159, 37.81027 ], [ -122.174333, 37.809988 ], [ -122.175093, 37.808755 ], [ -122.175389, 37.808272 ], [ -122.175418, 37.808227 ], [ -122.175612, 37.807913 ], [ -122.175869, 37.807494 ], [ -122.176513, 37.807214 ], [ -122.177512, 37.806779 ], [ -122.177769, 37.806667 ], [ -122.178297, 37.806025 ], [ -122.178507, 37.80577 ], [ -122.178805, 37.805409 ], [ -122.178812, 37.805401 ], [ -122.179, 37.80517 ], [ -122.179036, 37.805126 ], [ -122.179139, 37.805002 ], [ -122.179157, 37.804981 ], [ -122.179213, 37.805068 ], [ -122.179286, 37.80525 ], [ -122.179494, 37.80583 ], [ -122.179793, 37.806663 ], [ -122.179883, 37.806868 ], [ -122.180405, 37.807935 ], [ -122.180468, 37.808047 ], [ -122.180475, 37.808056 ], [ -122.180688, 37.808338 ], [ -122.180812, 37.808475 ], [ -122.181015, 37.80866 ], [ -122.18118, 37.808785 ], [ -122.181329, 37.808877 ], [ -122.181421, 37.80893 ], [ -122.181536, 37.808996 ], [ -122.182058, 37.809261 ], [ -122.182357, 37.809384 ], [ -122.182685, 37.80949 ], [ -122.182763, 37.80951 ], [ -122.183105, 37.809602 ], [ -122.183238, 37.809629 ], [ -122.183394, 37.809662 ], [ -122.183583, 37.809691 ], [ -122.183787, 37.809723 ], [ -122.184084, 37.809747 ], [ -122.184432, 37.809758 ], [ -122.184634, 37.809754 ], [ -122.18479, 37.809744 ], [ -122.184984, 37.809723 ], [ -122.185454, 37.809589 ], [ -122.185794, 37.809493 ], [ -122.185853, 37.809478 ], [ -122.186096, 37.809421 ], [ -122.186403, 37.809362 ], [ -122.186745, 37.809314 ], [ -122.186884, 37.809309 ], [ -122.187021, 37.809319 ], [ -122.187089, 37.80933 ], [ -122.18733, 37.809387 ], [ -122.187405, 37.809398 ], [ -122.187506, 37.80942 ], [ -122.187591, 37.809443 ], [ -122.187805, 37.809512 ], [ -122.188353, 37.809706 ], [ -122.188484, 37.809746 ], [ -122.188541, 37.809764 ], [ -122.188712, 37.809799 ], [ -122.188808, 37.80981 ], [ -122.188878, 37.809822 ], [ -122.188974, 37.809827 ], [ -122.189075, 37.809825 ], [ -122.189254, 37.809809 ], [ -122.189378, 37.809791 ], [ -122.189922, 37.809725 ], [ -122.190476, 37.809659 ], [ -122.190779, 37.809644 ], [ -122.190973, 37.80965 ], [ -122.191138, 37.809672 ], [ -122.191324, 37.809712 ], [ -122.191459, 37.809752 ], [ -122.191544, 37.809786 ], [ -122.191651, 37.80983 ], [ -122.192042, 37.810016 ], [ -122.192193, 37.810095 ], [ -122.192421, 37.810216 ], [ -122.192656, 37.810316 ], [ -122.192814, 37.810383 ], [ -122.193125, 37.810472 ], [ -122.193224, 37.810501 ], [ -122.193702, 37.810616 ], [ -122.194073, 37.810697 ], [ -122.19439, 37.810767 ], [ -122.194441, 37.810778 ], [ -122.194597, 37.810811 ], [ -122.194649, 37.810822 ], [ -122.195181, 37.810911 ], [ -122.195582, 37.810971 ], [ -122.195789, 37.810993 ], [ -122.196, 37.811005 ], [ -122.196538, 37.811017 ], [ -122.196695, 37.81101 ], [ -122.197018, 37.810997 ], [ -122.197118, 37.810981 ], [ -122.197202, 37.810958 ], [ -122.197274, 37.81093 ], [ -122.197401, 37.810872 ], [ -122.197474, 37.81082 ], [ -122.197533, 37.810778 ], [ -122.197641, 37.810703 ], [ -122.197791, 37.810589 ], [ -122.198158, 37.810878 ], [ -122.198345, 37.811033 ], [ -122.198495, 37.811156 ], [ -122.199019, 37.811616 ], [ -122.199439, 37.812007 ], [ -122.199655, 37.812202 ], [ -122.199789, 37.812328 ], [ -122.200338, 37.81289 ], [ -122.20068, 37.813262 ], [ -122.200726, 37.813311 ], [ -122.20109, 37.813737 ], [ -122.201258, 37.81394 ], [ -122.201407, 37.814129 ], [ -122.201485, 37.814219 ], [ -122.201661, 37.814467 ], [ -122.202024, 37.81496 ], [ -122.202441, 37.815535 ], [ -122.202765, 37.81597 ], [ -122.202864, 37.816094 ], [ -122.203257, 37.81659 ], [ -122.203395, 37.816755 ], [ -122.203519, 37.816902 ], [ -122.204209, 37.817744 ], [ -122.204329, 37.817898 ], [ -122.20435, 37.817921 ], [ -122.204414, 37.817991 ], [ -122.204436, 37.818015 ], [ -122.204824, 37.818503 ], [ -122.205014, 37.818742 ], [ -122.206011, 37.819954 ], [ -122.206186, 37.82018 ], [ -122.2064, 37.820442 ], [ -122.206481, 37.820541 ], [ -122.20671, 37.820851 ], [ -122.207288, 37.821554 ], [ -122.207365, 37.821647 ], [ -122.207225, 37.821768 ], [ -122.207159, 37.821824 ], [ -122.207, 37.821948 ], [ -122.206882, 37.822018 ], [ -122.206777, 37.822057 ], [ -122.206759, 37.822069 ], [ -122.206751, 37.822086 ], [ -122.206752, 37.822116 ], [ -122.206766, 37.822191 ], [ -122.20679, 37.822249 ], [ -122.206852, 37.822299 ], [ -122.206877, 37.822319 ], [ -122.207035, 37.822459 ], [ -122.207096, 37.822513 ], [ -122.207218, 37.822595 ], [ -122.207456, 37.822739 ], [ -122.207562, 37.822808 ], [ -122.207785, 37.822954 ], [ -122.207875, 37.823027 ], [ -122.207932, 37.823082 ], [ -122.208068, 37.823229 ], [ -122.208701, 37.824 ], [ -122.208842, 37.824185 ], [ -122.209042, 37.824436 ], [ -122.208862, 37.824479 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404700", "name": "Census Tract 4047, Alameda County, California", "total_population_17": 2084, "white_alone_17": 1490.0, "black_alone_17": 118.0, "native_alone_17": 6.0, "asian_alone_17": 285.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 134.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.57, "pct_black_alone_change": -5.807, "pct_native_alone_change": -0.179, "pct_asian_alone_change": 4.231, "pct_hispanic_or_latino_change": 1.396, "pct_native_hawaiian_pacific_islander_change": 0.432, "INTPTLAT": "+37.8133426", "INTPTLON": "-122.2069935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.214677, 37.812688 ], [ -122.214387, 37.812908 ], [ -122.214183, 37.813047 ], [ -122.214083, 37.813132 ], [ -122.214011, 37.813197 ], [ -122.213982, 37.813228 ], [ -122.213956, 37.813261 ], [ -122.213915, 37.813326 ], [ -122.213827, 37.813488 ], [ -122.213691, 37.813772 ], [ -122.213636, 37.813902 ], [ -122.213571, 37.814025 ], [ -122.21344, 37.814222 ], [ -122.213385, 37.814293 ], [ -122.213204, 37.814506 ], [ -122.213271, 37.81454 ], [ -122.213287, 37.814548 ], [ -122.213246, 37.814625 ], [ -122.213065, 37.815227 ], [ -122.213172, 37.815784 ], [ -122.212969, 37.816024 ], [ -122.212881, 37.816147 ], [ -122.212828, 37.816139 ], [ -122.212751, 37.816127 ], [ -122.21274, 37.816163 ], [ -122.212707, 37.816256 ], [ -122.21278, 37.816272 ], [ -122.212827, 37.816282 ], [ -122.212825, 37.816404 ], [ -122.21272, 37.816509 ], [ -122.212674, 37.816494 ], [ -122.212607, 37.816472 ], [ -122.212469, 37.816722 ], [ -122.212315, 37.816938 ], [ -122.212223, 37.817055 ], [ -122.212004, 37.817285 ], [ -122.211887, 37.817398 ], [ -122.211753, 37.817514 ], [ -122.211446, 37.81774 ], [ -122.2113, 37.817836 ], [ -122.210587, 37.818334 ], [ -122.210178, 37.818613 ], [ -122.210074, 37.818684 ], [ -122.209928, 37.81879 ], [ -122.209557, 37.819043 ], [ -122.208835, 37.819555 ], [ -122.208624, 37.819748 ], [ -122.208471, 37.819899 ], [ -122.208321, 37.820068 ], [ -122.208117, 37.820336 ], [ -122.207971, 37.820587 ], [ -122.207934, 37.820653 ], [ -122.207901, 37.820713 ], [ -122.207708, 37.821044 ], [ -122.207761, 37.821058 ], [ -122.207804, 37.821077 ], [ -122.207666, 37.821294 ], [ -122.207588, 37.821394 ], [ -122.207365, 37.821647 ], [ -122.207288, 37.821554 ], [ -122.20671, 37.820851 ], [ -122.206481, 37.820541 ], [ -122.2064, 37.820442 ], [ -122.206186, 37.82018 ], [ -122.206011, 37.819954 ], [ -122.205014, 37.818742 ], [ -122.204824, 37.818503 ], [ -122.204436, 37.818015 ], [ -122.204414, 37.817991 ], [ -122.20435, 37.817921 ], [ -122.204329, 37.817898 ], [ -122.204209, 37.817744 ], [ -122.203519, 37.816902 ], [ -122.203395, 37.816755 ], [ -122.203257, 37.81659 ], [ -122.202864, 37.816094 ], [ -122.202765, 37.81597 ], [ -122.202441, 37.815535 ], [ -122.202024, 37.81496 ], [ -122.201661, 37.814467 ], [ -122.201485, 37.814219 ], [ -122.201407, 37.814129 ], [ -122.201258, 37.81394 ], [ -122.20109, 37.813737 ], [ -122.200726, 37.813311 ], [ -122.20068, 37.813262 ], [ -122.200338, 37.81289 ], [ -122.199789, 37.812328 ], [ -122.199655, 37.812202 ], [ -122.199439, 37.812007 ], [ -122.199019, 37.811616 ], [ -122.198495, 37.811156 ], [ -122.198345, 37.811033 ], [ -122.198158, 37.810878 ], [ -122.197791, 37.810589 ], [ -122.197991, 37.810439 ], [ -122.198065, 37.810396 ], [ -122.198078, 37.810389 ], [ -122.198214, 37.810318 ], [ -122.198327, 37.810268 ], [ -122.198349, 37.810259 ], [ -122.198444, 37.810226 ], [ -122.19857, 37.810205 ], [ -122.198689, 37.810196 ], [ -122.198813, 37.810187 ], [ -122.199005, 37.810182 ], [ -122.199147, 37.810179 ], [ -122.199261, 37.810193 ], [ -122.199427, 37.810219 ], [ -122.199547, 37.810239 ], [ -122.199671, 37.810264 ], [ -122.200435, 37.810391 ], [ -122.200596, 37.810414 ], [ -122.200777, 37.810445 ], [ -122.200887, 37.810456 ], [ -122.201063, 37.81046 ], [ -122.201141, 37.81045 ], [ -122.201243, 37.810439 ], [ -122.201329, 37.81041 ], [ -122.201411, 37.810372 ], [ -122.201534, 37.810298 ], [ -122.201604, 37.810234 ], [ -122.201658, 37.810169 ], [ -122.201882, 37.809837 ], [ -122.201976, 37.809727 ], [ -122.202093, 37.809602 ], [ -122.202138, 37.809564 ], [ -122.202236, 37.809493 ], [ -122.202389, 37.8094 ], [ -122.202592, 37.809291 ], [ -122.202738, 37.809231 ], [ -122.202916, 37.809143 ], [ -122.20307, 37.809045 ], [ -122.203144, 37.808991 ], [ -122.20346, 37.808733 ], [ -122.204802, 37.808045 ], [ -122.205359, 37.807761 ], [ -122.206073, 37.807279 ], [ -122.206259, 37.807155 ], [ -122.206763, 37.806821 ], [ -122.20682, 37.806784 ], [ -122.207009, 37.806663 ], [ -122.207083, 37.806614 ], [ -122.207229, 37.806518 ], [ -122.207301, 37.806462 ], [ -122.207372, 37.806409 ], [ -122.207471, 37.806453 ], [ -122.207531, 37.806489 ], [ -122.207991, 37.806767 ], [ -122.208145, 37.80686 ], [ -122.208217, 37.806902 ], [ -122.208435, 37.807028 ], [ -122.208508, 37.80707 ], [ -122.208728, 37.807036 ], [ -122.208875, 37.807015 ], [ -122.208989, 37.80699 ], [ -122.209255, 37.806919 ], [ -122.209359, 37.806899 ], [ -122.209383, 37.806896 ], [ -122.209441, 37.806892 ], [ -122.209557, 37.806901 ], [ -122.209605, 37.806913 ], [ -122.209666, 37.806972 ], [ -122.209695, 37.807006 ], [ -122.20971, 37.807045 ], [ -122.209709, 37.807061 ], [ -122.209706, 37.807166 ], [ -122.209628, 37.807618 ], [ -122.209618, 37.807682 ], [ -122.209615, 37.807805 ], [ -122.209645, 37.807895 ], [ -122.209692, 37.807954 ], [ -122.209856, 37.808158 ], [ -122.209893, 37.808261 ], [ -122.209873, 37.808347 ], [ -122.20986, 37.808377 ], [ -122.209846, 37.808395 ], [ -122.209805, 37.808455 ], [ -122.209796, 37.808505 ], [ -122.209806, 37.808552 ], [ -122.209856, 37.808614 ], [ -122.209937, 37.808679 ], [ -122.210058, 37.808748 ], [ -122.210139, 37.80878 ], [ -122.210166, 37.808786 ], [ -122.210206, 37.808786 ], [ -122.21028, 37.808776 ], [ -122.210358, 37.808757 ], [ -122.210417, 37.808755 ], [ -122.210508, 37.808764 ], [ -122.210559, 37.808786 ], [ -122.21062, 37.808819 ], [ -122.2107, 37.808934 ], [ -122.210732, 37.80897 ], [ -122.210891, 37.809084 ], [ -122.211076, 37.809177 ], [ -122.211184, 37.809222 ], [ -122.211241, 37.809248 ], [ -122.211373, 37.80931 ], [ -122.211413, 37.809331 ], [ -122.211469, 37.809362 ], [ -122.211539, 37.80942 ], [ -122.211592, 37.809474 ], [ -122.211943, 37.809834 ], [ -122.21206, 37.809955 ], [ -122.211814, 37.810063 ], [ -122.21177, 37.810083 ], [ -122.211513, 37.810181 ], [ -122.211308, 37.810278 ], [ -122.211181, 37.810358 ], [ -122.211103, 37.810425 ], [ -122.211006, 37.810509 ], [ -122.21091, 37.81061 ], [ -122.211047, 37.810611 ], [ -122.211084, 37.810612 ], [ -122.211282, 37.810623 ], [ -122.211374, 37.810634 ], [ -122.211467, 37.810664 ], [ -122.211554, 37.810705 ], [ -122.211585, 37.810728 ], [ -122.211726, 37.810832 ], [ -122.211711, 37.810878 ], [ -122.211714, 37.810925 ], [ -122.211738, 37.810973 ], [ -122.211751, 37.810998 ], [ -122.211794, 37.811052 ], [ -122.211904, 37.811153 ], [ -122.212048, 37.811299 ], [ -122.212091, 37.811357 ], [ -122.212132, 37.811424 ], [ -122.212272, 37.811528 ], [ -122.212483, 37.811662 ], [ -122.212713, 37.811815 ], [ -122.212859, 37.811913 ], [ -122.213001, 37.81199 ], [ -122.213261, 37.812121 ], [ -122.213383, 37.812182 ], [ -122.213601, 37.812292 ], [ -122.213656, 37.812314 ], [ -122.213885, 37.812407 ], [ -122.214072, 37.812472 ], [ -122.214406, 37.812577 ], [ -122.214517, 37.812617 ], [ -122.214584, 37.812641 ], [ -122.214677, 37.812688 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404800", "name": "Census Tract 4048, Alameda County, California", "total_population_17": 2723, "white_alone_17": 1191.0, "black_alone_17": 459.0, "native_alone_17": 68.0, "asian_alone_17": 373.0, "native_hawaiian_pacific_islander_17": 14.0, "hispanic_or_latino_17": 365.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -3.223, "pct_black_alone_change": -8.377, "pct_native_alone_change": 1.602, "pct_asian_alone_change": -3.969, "pct_hispanic_or_latino_change": 4.757, "pct_native_hawaiian_pacific_islander_change": 0.514, "INTPTLAT": "+37.8055076", "INTPTLON": "-122.2131962" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.218242, 37.800881 ], [ -122.218226, 37.800916 ], [ -122.218201, 37.800972 ], [ -122.218193, 37.800991 ], [ -122.218083, 37.801123 ], [ -122.217957, 37.801246 ], [ -122.217944, 37.80126 ], [ -122.217884, 37.801344 ], [ -122.217834, 37.801414 ], [ -122.217778, 37.801519 ], [ -122.217695, 37.801755 ], [ -122.217684, 37.80179 ], [ -122.217598, 37.80209 ], [ -122.217481, 37.80226 ], [ -122.217384, 37.802365 ], [ -122.217218, 37.80264 ], [ -122.217149, 37.802788 ], [ -122.217044, 37.803099 ], [ -122.217038, 37.803118 ], [ -122.216989, 37.803249 ], [ -122.216941, 37.803332 ], [ -122.216851, 37.803464 ], [ -122.216799, 37.803521 ], [ -122.216726, 37.803601 ], [ -122.216588, 37.803887 ], [ -122.216546, 37.804052 ], [ -122.216512, 37.804392 ], [ -122.216457, 37.804651 ], [ -122.216422, 37.804711 ], [ -122.216166, 37.805008 ], [ -122.216015, 37.805135 ], [ -122.215924, 37.805211 ], [ -122.21582, 37.805392 ], [ -122.215875, 37.805607 ], [ -122.215882, 37.8057 ], [ -122.215848, 37.805827 ], [ -122.215799, 37.805953 ], [ -122.215737, 37.806035 ], [ -122.215716, 37.806151 ], [ -122.215703, 37.806321 ], [ -122.215716, 37.806519 ], [ -122.215689, 37.806717 ], [ -122.215717, 37.806925 ], [ -122.215772, 37.807151 ], [ -122.215793, 37.807343 ], [ -122.215793, 37.807461 ], [ -122.215793, 37.807541 ], [ -122.215772, 37.807728 ], [ -122.215731, 37.808013 ], [ -122.215641, 37.808596 ], [ -122.215572, 37.808931 ], [ -122.215461, 37.809222 ], [ -122.215302, 37.80959 ], [ -122.215177, 37.809854 ], [ -122.215087, 37.81003 ], [ -122.215011, 37.810151 ], [ -122.214908, 37.810277 ], [ -122.214819, 37.810362 ], [ -122.214769, 37.810409 ], [ -122.214582, 37.810502 ], [ -122.214485, 37.810563 ], [ -122.214381, 37.810645 ], [ -122.214326, 37.810739 ], [ -122.214146, 37.811024 ], [ -122.214028, 37.811222 ], [ -122.213758, 37.811695 ], [ -122.213599, 37.811947 ], [ -122.213383, 37.812182 ], [ -122.213261, 37.812121 ], [ -122.213001, 37.81199 ], [ -122.212859, 37.811913 ], [ -122.212713, 37.811815 ], [ -122.212483, 37.811662 ], [ -122.212272, 37.811528 ], [ -122.212132, 37.811424 ], [ -122.212091, 37.811357 ], [ -122.212048, 37.811299 ], [ -122.211904, 37.811153 ], [ -122.211794, 37.811052 ], [ -122.211751, 37.810998 ], [ -122.211738, 37.810973 ], [ -122.211714, 37.810925 ], [ -122.211711, 37.810878 ], [ -122.211726, 37.810832 ], [ -122.211585, 37.810728 ], [ -122.211554, 37.810705 ], [ -122.211467, 37.810664 ], [ -122.211374, 37.810634 ], [ -122.211282, 37.810623 ], [ -122.211084, 37.810612 ], [ -122.211047, 37.810611 ], [ -122.21091, 37.81061 ], [ -122.211006, 37.810509 ], [ -122.211103, 37.810425 ], [ -122.211181, 37.810358 ], [ -122.211308, 37.810278 ], [ -122.211513, 37.810181 ], [ -122.21177, 37.810083 ], [ -122.211814, 37.810063 ], [ -122.21206, 37.809955 ], [ -122.211943, 37.809834 ], [ -122.211592, 37.809474 ], [ -122.211539, 37.80942 ], [ -122.211469, 37.809362 ], [ -122.211413, 37.809331 ], [ -122.211373, 37.80931 ], [ -122.211241, 37.809248 ], [ -122.211184, 37.809222 ], [ -122.211076, 37.809177 ], [ -122.210891, 37.809084 ], [ -122.210732, 37.80897 ], [ -122.2107, 37.808934 ], [ -122.21062, 37.808819 ], [ -122.210559, 37.808786 ], [ -122.210508, 37.808764 ], [ -122.210417, 37.808755 ], [ -122.210358, 37.808757 ], [ -122.21028, 37.808776 ], [ -122.210206, 37.808786 ], [ -122.210166, 37.808786 ], [ -122.210139, 37.80878 ], [ -122.210058, 37.808748 ], [ -122.209937, 37.808679 ], [ -122.209856, 37.808614 ], [ -122.209806, 37.808552 ], [ -122.209796, 37.808505 ], [ -122.209805, 37.808455 ], [ -122.209846, 37.808395 ], [ -122.20986, 37.808377 ], [ -122.209873, 37.808347 ], [ -122.209893, 37.808261 ], [ -122.209856, 37.808158 ], [ -122.209692, 37.807954 ], [ -122.209645, 37.807895 ], [ -122.209615, 37.807805 ], [ -122.209618, 37.807682 ], [ -122.209628, 37.807618 ], [ -122.209706, 37.807166 ], [ -122.209709, 37.807061 ], [ -122.20971, 37.807045 ], [ -122.209695, 37.807006 ], [ -122.209666, 37.806972 ], [ -122.209605, 37.806913 ], [ -122.209557, 37.806901 ], [ -122.209441, 37.806892 ], [ -122.209383, 37.806896 ], [ -122.209359, 37.806899 ], [ -122.209255, 37.806919 ], [ -122.208989, 37.80699 ], [ -122.208875, 37.807015 ], [ -122.208728, 37.807036 ], [ -122.208508, 37.80707 ], [ -122.208435, 37.807028 ], [ -122.208217, 37.806902 ], [ -122.208145, 37.80686 ], [ -122.207991, 37.806767 ], [ -122.207531, 37.806489 ], [ -122.207471, 37.806453 ], [ -122.207372, 37.806409 ], [ -122.207454, 37.806332 ], [ -122.2077, 37.806103 ], [ -122.207783, 37.806027 ], [ -122.207915, 37.805891 ], [ -122.208133, 37.80567 ], [ -122.208316, 37.805489 ], [ -122.208452, 37.805357 ], [ -122.209007, 37.804803 ], [ -122.209626, 37.804207 ], [ -122.209764, 37.804066 ], [ -122.210164, 37.803664 ], [ -122.210182, 37.803647 ], [ -122.210328, 37.803515 ], [ -122.210429, 37.80341 ], [ -122.21046, 37.803379 ], [ -122.210628, 37.803216 ], [ -122.210874, 37.802988 ], [ -122.211014, 37.80286 ], [ -122.211132, 37.802744 ], [ -122.211486, 37.802397 ], [ -122.211605, 37.802282 ], [ -122.211663, 37.802223 ], [ -122.211841, 37.802048 ], [ -122.2119, 37.80199 ], [ -122.211952, 37.801939 ], [ -122.21211, 37.801789 ], [ -122.212163, 37.801739 ], [ -122.212253, 37.801651 ], [ -122.212523, 37.801389 ], [ -122.212614, 37.801302 ], [ -122.212918, 37.801006 ], [ -122.213313, 37.800624 ], [ -122.213802, 37.800138 ], [ -122.213825, 37.800113 ], [ -122.21406, 37.799861 ], [ -122.214117, 37.799805 ], [ -122.215055, 37.800036 ], [ -122.215695, 37.800148 ], [ -122.216221, 37.800294 ], [ -122.216291, 37.80032 ], [ -122.216436, 37.800369 ], [ -122.216739, 37.800471 ], [ -122.21709, 37.80057 ], [ -122.217226, 37.800609 ], [ -122.217311, 37.800629 ], [ -122.217498, 37.800674 ], [ -122.218069, 37.800814 ], [ -122.218248, 37.800859 ], [ -122.218242, 37.800881 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001404900", "name": "Census Tract 4049, Alameda County, California", "total_population_17": 3937, "white_alone_17": 2365.0, "black_alone_17": 369.0, "native_alone_17": 51.0, "asian_alone_17": 441.0, "native_hawaiian_pacific_islander_17": 68.0, "hispanic_or_latino_17": 353.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 3.666, "pct_black_alone_change": -3.161, "pct_native_alone_change": 0.629, "pct_asian_alone_change": -10.838, "pct_hispanic_or_latino_change": 1.574, "pct_native_hawaiian_pacific_islander_change": 1.704, "INTPTLAT": "+37.8041422", "INTPTLON": "-122.2215059" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.231096, 37.802665 ], [ -122.230876, 37.802845 ], [ -122.230803, 37.802906 ], [ -122.230692, 37.80299 ], [ -122.230359, 37.803244 ], [ -122.230249, 37.803329 ], [ -122.230045, 37.803505 ], [ -122.229206, 37.804159 ], [ -122.229042, 37.804288 ], [ -122.228842, 37.804437 ], [ -122.228892, 37.804571 ], [ -122.2285, 37.804649 ], [ -122.228338, 37.804699 ], [ -122.228081, 37.804819 ], [ -122.227745, 37.804969 ], [ -122.227082, 37.80525 ], [ -122.225931, 37.805809 ], [ -122.225707, 37.805918 ], [ -122.224827, 37.806307 ], [ -122.222484, 37.807412 ], [ -122.22174, 37.807758 ], [ -122.221474, 37.807877 ], [ -122.219044, 37.80881 ], [ -122.218702, 37.808936 ], [ -122.218398, 37.809058 ], [ -122.218192, 37.809146 ], [ -122.218107, 37.809193 ], [ -122.217915, 37.809322 ], [ -122.217755, 37.809454 ], [ -122.21762, 37.809588 ], [ -122.21754, 37.809684 ], [ -122.217433, 37.809803 ], [ -122.217336, 37.809926 ], [ -122.217247, 37.810034 ], [ -122.217092, 37.810192 ], [ -122.217014, 37.810257 ], [ -122.216866, 37.810367 ], [ -122.21668, 37.810494 ], [ -122.216279, 37.810806 ], [ -122.216194, 37.810869 ], [ -122.215879, 37.811132 ], [ -122.215798, 37.811215 ], [ -122.215646, 37.811405 ], [ -122.215582, 37.811513 ], [ -122.215329, 37.811984 ], [ -122.215297, 37.812042 ], [ -122.215204, 37.812217 ], [ -122.215174, 37.812276 ], [ -122.215068, 37.812237 ], [ -122.214976, 37.812379 ], [ -122.214934, 37.81244 ], [ -122.214842, 37.812543 ], [ -122.214793, 37.812589 ], [ -122.214752, 37.812632 ], [ -122.214708, 37.812664 ], [ -122.214677, 37.812688 ], [ -122.214584, 37.812641 ], [ -122.214517, 37.812617 ], [ -122.214406, 37.812577 ], [ -122.214072, 37.812472 ], [ -122.213885, 37.812407 ], [ -122.213656, 37.812314 ], [ -122.213601, 37.812292 ], [ -122.213383, 37.812182 ], [ -122.213599, 37.811947 ], [ -122.213758, 37.811695 ], [ -122.214028, 37.811222 ], [ -122.214146, 37.811024 ], [ -122.214326, 37.810739 ], [ -122.214381, 37.810645 ], [ -122.214485, 37.810563 ], [ -122.214582, 37.810502 ], [ -122.214769, 37.810409 ], [ -122.214819, 37.810362 ], [ -122.214908, 37.810277 ], [ -122.215011, 37.810151 ], [ -122.215087, 37.81003 ], [ -122.215177, 37.809854 ], [ -122.215302, 37.80959 ], [ -122.215461, 37.809222 ], [ -122.215572, 37.808931 ], [ -122.215641, 37.808596 ], [ -122.215731, 37.808013 ], [ -122.215772, 37.807728 ], [ -122.215793, 37.807541 ], [ -122.215793, 37.807461 ], [ -122.215793, 37.807343 ], [ -122.215772, 37.807151 ], [ -122.215717, 37.806925 ], [ -122.215689, 37.806717 ], [ -122.215716, 37.806519 ], [ -122.215703, 37.806321 ], [ -122.215716, 37.806151 ], [ -122.215737, 37.806035 ], [ -122.215799, 37.805953 ], [ -122.215848, 37.805827 ], [ -122.215882, 37.8057 ], [ -122.215875, 37.805607 ], [ -122.21582, 37.805392 ], [ -122.215924, 37.805211 ], [ -122.216015, 37.805135 ], [ -122.216166, 37.805008 ], [ -122.216422, 37.804711 ], [ -122.216457, 37.804651 ], [ -122.216512, 37.804392 ], [ -122.216546, 37.804052 ], [ -122.216588, 37.803887 ], [ -122.216726, 37.803601 ], [ -122.216799, 37.803521 ], [ -122.216851, 37.803464 ], [ -122.216941, 37.803332 ], [ -122.216989, 37.803249 ], [ -122.217038, 37.803118 ], [ -122.217044, 37.803099 ], [ -122.217149, 37.802788 ], [ -122.217218, 37.80264 ], [ -122.217384, 37.802365 ], [ -122.217481, 37.80226 ], [ -122.217598, 37.80209 ], [ -122.217684, 37.80179 ], [ -122.217695, 37.801755 ], [ -122.217778, 37.801519 ], [ -122.217834, 37.801414 ], [ -122.217884, 37.801344 ], [ -122.217944, 37.80126 ], [ -122.217957, 37.801246 ], [ -122.218083, 37.801123 ], [ -122.218193, 37.800991 ], [ -122.218201, 37.800972 ], [ -122.218226, 37.800916 ], [ -122.218242, 37.800881 ], [ -122.218248, 37.800859 ], [ -122.218069, 37.800814 ], [ -122.217498, 37.800674 ], [ -122.217311, 37.800629 ], [ -122.217226, 37.800609 ], [ -122.21709, 37.80057 ], [ -122.216739, 37.800471 ], [ -122.216436, 37.800369 ], [ -122.216291, 37.80032 ], [ -122.216221, 37.800294 ], [ -122.21629, 37.800075 ], [ -122.216414, 37.799687 ], [ -122.216507, 37.799424 ], [ -122.216584, 37.799209 ], [ -122.216627, 37.799113 ], [ -122.216673, 37.799013 ], [ -122.216741, 37.798876 ], [ -122.21676, 37.798828 ], [ -122.216784, 37.79877 ], [ -122.216804, 37.798733 ], [ -122.216812, 37.798717 ], [ -122.216838, 37.798669 ], [ -122.216847, 37.798654 ], [ -122.216864, 37.7986 ], [ -122.216873, 37.798576 ], [ -122.216894, 37.798533 ], [ -122.216944, 37.798451 ], [ -122.216974, 37.798404 ], [ -122.217062, 37.798423 ], [ -122.217167, 37.798443 ], [ -122.217297, 37.798476 ], [ -122.218259, 37.798722 ], [ -122.2183, 37.798733 ], [ -122.218581, 37.798803 ], [ -122.219028, 37.798913 ], [ -122.219657, 37.79907 ], [ -122.220329, 37.799227 ], [ -122.220372, 37.799236 ], [ -122.220823, 37.799332 ], [ -122.220854, 37.799338 ], [ -122.220949, 37.799356 ], [ -122.220981, 37.799362 ], [ -122.221363, 37.799432 ], [ -122.221871, 37.799527 ], [ -122.222508, 37.799648 ], [ -122.22289, 37.799722 ], [ -122.223096, 37.799762 ], [ -122.223146, 37.799772 ], [ -122.223914, 37.799925 ], [ -122.22417, 37.799977 ], [ -122.224252, 37.800008 ], [ -122.224329, 37.800024 ], [ -122.224818, 37.80013 ], [ -122.224981, 37.800166 ], [ -122.225199, 37.800213 ], [ -122.226561, 37.800508 ], [ -122.226675, 37.80053 ], [ -122.226758, 37.80055 ], [ -122.227289, 37.80064 ], [ -122.227865, 37.80077 ], [ -122.228437, 37.800948 ], [ -122.228499, 37.80097 ], [ -122.228756, 37.801082 ], [ -122.22888, 37.801135 ], [ -122.229175, 37.801264 ], [ -122.229357, 37.801348 ], [ -122.229451, 37.801397 ], [ -122.229611, 37.801482 ], [ -122.229856, 37.801627 ], [ -122.23016, 37.801828 ], [ -122.230551, 37.802115 ], [ -122.23117, 37.802605 ], [ -122.231096, 37.802665 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405000", "name": "Census Tract 4050, Alameda County, California", "total_population_17": 3328, "white_alone_17": 2084.0, "black_alone_17": 322.0, "native_alone_17": 14.0, "asian_alone_17": 408.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 286.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.643, "pct_black_alone_change": -4.62, "pct_native_alone_change": -0.484, "pct_asian_alone_change": -1.41, "pct_hispanic_or_latino_change": 2.664, "pct_native_hawaiian_pacific_islander_change": -0.031, "INTPTLAT": "+37.8120851", "INTPTLON": "-122.2190899" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.246504, 37.809841 ], [ -122.246236, 37.810028 ], [ -122.246171, 37.810066 ], [ -122.246066, 37.810113 ], [ -122.245656, 37.810258 ], [ -122.245038, 37.810465 ], [ -122.244847, 37.810533 ], [ -122.243882, 37.810862 ], [ -122.24357, 37.810969 ], [ -122.243289, 37.811055 ], [ -122.24327, 37.811019 ], [ -122.243241, 37.810994 ], [ -122.24323, 37.810985 ], [ -122.24302, 37.810808 ], [ -122.24294, 37.810758 ], [ -122.242812, 37.810646 ], [ -122.242799, 37.810635 ], [ -122.242412, 37.810332 ], [ -122.242279, 37.810228 ], [ -122.24214, 37.810127 ], [ -122.241726, 37.809824 ], [ -122.241589, 37.809724 ], [ -122.241461, 37.809636 ], [ -122.241077, 37.809374 ], [ -122.24095, 37.809287 ], [ -122.240619, 37.809057 ], [ -122.240271, 37.808836 ], [ -122.240208, 37.8088 ], [ -122.239864, 37.808602 ], [ -122.239532, 37.808417 ], [ -122.239441, 37.808371 ], [ -122.23934, 37.808328 ], [ -122.239199, 37.80828 ], [ -122.238917, 37.808197 ], [ -122.238816, 37.808171 ], [ -122.238721, 37.808164 ], [ -122.238597, 37.808141 ], [ -122.238481, 37.808104 ], [ -122.238339, 37.808042 ], [ -122.238145, 37.807919 ], [ -122.237927, 37.807751 ], [ -122.237839, 37.807666 ], [ -122.23762, 37.807452 ], [ -122.237424, 37.807252 ], [ -122.2372, 37.807052 ], [ -122.237022, 37.807047 ], [ -122.236817, 37.807048 ], [ -122.236757, 37.807053 ], [ -122.236514, 37.807075 ], [ -122.235432, 37.807158 ], [ -122.235304, 37.807168 ], [ -122.234992, 37.8072 ], [ -122.234858, 37.807188 ], [ -122.234764, 37.807173 ], [ -122.234149, 37.807075 ], [ -122.234086, 37.807062 ], [ -122.233862, 37.807017 ], [ -122.23369, 37.806994 ], [ -122.233262, 37.806937 ], [ -122.233177, 37.80692 ], [ -122.233008, 37.806888 ], [ -122.232897, 37.80697 ], [ -122.232798, 37.807026 ], [ -122.232658, 37.807077 ], [ -122.232295, 37.807167 ], [ -122.232066, 37.807208 ], [ -122.231949, 37.807214 ], [ -122.231727, 37.807204 ], [ -122.231534, 37.807171 ], [ -122.231461, 37.807164 ], [ -122.231356, 37.807165 ], [ -122.231204, 37.807176 ], [ -122.23106, 37.807199 ], [ -122.230713, 37.807229 ], [ -122.230549, 37.807248 ], [ -122.230479, 37.807259 ], [ -122.230397, 37.807274 ], [ -122.230165, 37.807329 ], [ -122.229833, 37.807423 ], [ -122.229697, 37.807472 ], [ -122.229533, 37.80755 ], [ -122.229294, 37.807652 ], [ -122.229177, 37.807708 ], [ -122.229049, 37.807756 ], [ -122.228827, 37.807826 ], [ -122.228745, 37.807853 ], [ -122.228472, 37.807901 ], [ -122.228253, 37.807927 ], [ -122.227693, 37.808099 ], [ -122.227573, 37.808152 ], [ -122.227496, 37.808197 ], [ -122.22728, 37.808362 ], [ -122.227175, 37.808458 ], [ -122.226983, 37.808649 ], [ -122.226899, 37.808716 ], [ -122.226818, 37.808774 ], [ -122.226681, 37.808863 ], [ -122.226477, 37.808968 ], [ -122.226323, 37.809039 ], [ -122.226238, 37.809087 ], [ -122.226066, 37.809186 ], [ -122.226005, 37.809224 ], [ -122.225967, 37.809262 ], [ -122.22593, 37.809313 ], [ -122.225894, 37.809349 ], [ -122.225765, 37.809427 ], [ -122.225683, 37.809498 ], [ -122.225616, 37.809557 ], [ -122.225508, 37.809642 ], [ -122.225427, 37.809695 ], [ -122.225337, 37.809755 ], [ -122.225212, 37.809849 ], [ -122.225168, 37.809876 ], [ -122.225047, 37.809952 ], [ -122.224898, 37.810027 ], [ -122.224695, 37.810114 ], [ -122.224607, 37.810143 ], [ -122.224534, 37.810169 ], [ -122.224409, 37.810204 ], [ -122.224099, 37.810272 ], [ -122.223956, 37.810298 ], [ -122.223843, 37.810325 ], [ -122.22364, 37.810382 ], [ -122.223494, 37.810433 ], [ -122.223435, 37.810457 ], [ -122.223271, 37.810526 ], [ -122.22311, 37.810613 ], [ -122.22298, 37.810691 ], [ -122.222829, 37.810789 ], [ -122.222658, 37.810909 ], [ -122.222502, 37.81103 ], [ -122.222406, 37.811113 ], [ -122.222199, 37.811312 ], [ -122.222088, 37.811449 ], [ -122.221973, 37.811633 ], [ -122.221921, 37.811727 ], [ -122.221891, 37.811794 ], [ -122.221873, 37.811851 ], [ -122.221851, 37.81192 ], [ -122.221801, 37.812186 ], [ -122.221791, 37.812253 ], [ -122.221787, 37.812319 ], [ -122.221789, 37.812409 ], [ -122.221777, 37.812492 ], [ -122.221746, 37.812571 ], [ -122.221698, 37.81267 ], [ -122.221681, 37.812695 ], [ -122.221637, 37.812762 ], [ -122.221571, 37.812842 ], [ -122.221502, 37.812916 ], [ -122.221307, 37.813082 ], [ -122.221184, 37.813169 ], [ -122.221035, 37.813256 ], [ -122.220905, 37.813316 ], [ -122.220811, 37.813349 ], [ -122.220756, 37.813364 ], [ -122.220565, 37.813419 ], [ -122.22048, 37.813428 ], [ -122.220433, 37.813439 ], [ -122.220211, 37.813407 ], [ -122.219885, 37.813333 ], [ -122.219329, 37.813207 ], [ -122.218709, 37.813066 ], [ -122.218121, 37.812939 ], [ -122.218073, 37.813017 ], [ -122.218018, 37.812996 ], [ -122.218064, 37.81292 ], [ -122.217935, 37.812891 ], [ -122.21786, 37.812824 ], [ -122.217753, 37.812835 ], [ -122.217711, 37.812839 ], [ -122.217185, 37.81272 ], [ -122.216766, 37.812625 ], [ -122.216266, 37.812512 ], [ -122.215932, 37.812436 ], [ -122.215734, 37.812391 ], [ -122.215174, 37.812276 ], [ -122.215204, 37.812217 ], [ -122.215297, 37.812042 ], [ -122.215329, 37.811984 ], [ -122.215582, 37.811513 ], [ -122.215646, 37.811405 ], [ -122.215798, 37.811215 ], [ -122.215879, 37.811132 ], [ -122.216194, 37.810869 ], [ -122.216279, 37.810806 ], [ -122.21668, 37.810494 ], [ -122.216866, 37.810367 ], [ -122.217014, 37.810257 ], [ -122.217092, 37.810192 ], [ -122.217247, 37.810034 ], [ -122.217336, 37.809926 ], [ -122.217433, 37.809803 ], [ -122.21754, 37.809684 ], [ -122.21762, 37.809588 ], [ -122.217755, 37.809454 ], [ -122.217915, 37.809322 ], [ -122.218107, 37.809193 ], [ -122.218192, 37.809146 ], [ -122.218398, 37.809058 ], [ -122.218702, 37.808936 ], [ -122.219044, 37.80881 ], [ -122.221474, 37.807877 ], [ -122.22174, 37.807758 ], [ -122.222484, 37.807412 ], [ -122.224827, 37.806307 ], [ -122.225707, 37.805918 ], [ -122.225931, 37.805809 ], [ -122.227082, 37.80525 ], [ -122.227745, 37.804969 ], [ -122.228081, 37.804819 ], [ -122.228338, 37.804699 ], [ -122.2285, 37.804649 ], [ -122.228892, 37.804571 ], [ -122.228842, 37.804437 ], [ -122.229042, 37.804288 ], [ -122.229206, 37.804159 ], [ -122.230045, 37.803505 ], [ -122.230249, 37.803329 ], [ -122.230359, 37.803244 ], [ -122.230692, 37.80299 ], [ -122.230803, 37.802906 ], [ -122.230876, 37.802845 ], [ -122.231096, 37.802665 ], [ -122.23117, 37.802605 ], [ -122.231602, 37.802975 ], [ -122.231783, 37.80313 ], [ -122.232785, 37.803926 ], [ -122.232936, 37.80404 ], [ -122.233289, 37.804308 ], [ -122.233397, 37.804375 ], [ -122.233619, 37.804534 ], [ -122.233999, 37.804791 ], [ -122.234041, 37.80482 ], [ -122.234247, 37.804947 ], [ -122.234639, 37.805191 ], [ -122.235002, 37.805392 ], [ -122.2352, 37.805509 ], [ -122.235416, 37.805624 ], [ -122.235786, 37.805808 ], [ -122.235913, 37.805868 ], [ -122.236576, 37.806181 ], [ -122.236678, 37.806225 ], [ -122.236708, 37.806238 ], [ -122.236984, 37.806361 ], [ -122.237086, 37.806407 ], [ -122.237215, 37.806465 ], [ -122.237605, 37.806639 ], [ -122.237735, 37.806698 ], [ -122.238384, 37.806998 ], [ -122.239619, 37.807569 ], [ -122.240213, 37.807845 ], [ -122.240333, 37.807898 ], [ -122.240467, 37.807959 ], [ -122.24099, 37.808183 ], [ -122.241053, 37.808208 ], [ -122.241243, 37.808285 ], [ -122.241307, 37.808311 ], [ -122.241447, 37.808381 ], [ -122.241759, 37.808537 ], [ -122.241874, 37.80858 ], [ -122.242021, 37.808636 ], [ -122.241982, 37.808552 ], [ -122.246397, 37.809805 ], [ -122.246504, 37.809841 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405100", "name": "Census Tract 4051, Alameda County, California", "total_population_17": 4334, "white_alone_17": 2712.0, "black_alone_17": 722.0, "native_alone_17": 0.0, "asian_alone_17": 434.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 133.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -4.356, "pct_black_alone_change": -1.366, "pct_native_alone_change": -0.312, "pct_asian_alone_change": 0.185, "pct_hispanic_or_latino_change": -1.233, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8114250", "INTPTLON": "-122.2322366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.243289, 37.811055 ], [ -122.243175, 37.811094 ], [ -122.243033, 37.811144 ], [ -122.242901, 37.811199 ], [ -122.242843, 37.81123 ], [ -122.242739, 37.811288 ], [ -122.242647, 37.811344 ], [ -122.242539, 37.811411 ], [ -122.242369, 37.81151 ], [ -122.242276, 37.811565 ], [ -122.242087, 37.811737 ], [ -122.241101, 37.81276 ], [ -122.240862, 37.812995 ], [ -122.240773, 37.813069 ], [ -122.240618, 37.813183 ], [ -122.240494, 37.813265 ], [ -122.240124, 37.813513 ], [ -122.240001, 37.813596 ], [ -122.239854, 37.813694 ], [ -122.239416, 37.81399 ], [ -122.23927, 37.814089 ], [ -122.23922, 37.814126 ], [ -122.239142, 37.814187 ], [ -122.239075, 37.814241 ], [ -122.239028, 37.814281 ], [ -122.238879, 37.814408 ], [ -122.238841, 37.814442 ], [ -122.238455, 37.814816 ], [ -122.238315, 37.814953 ], [ -122.23828, 37.814986 ], [ -122.238178, 37.815084 ], [ -122.238144, 37.815118 ], [ -122.238109, 37.8151 ], [ -122.238074, 37.815075 ], [ -122.237961, 37.815002 ], [ -122.237739, 37.814861 ], [ -122.237644, 37.814813 ], [ -122.237566, 37.814783 ], [ -122.237465, 37.814753 ], [ -122.237377, 37.814732 ], [ -122.237167, 37.814684 ], [ -122.236917, 37.814642 ], [ -122.236347, 37.814518 ], [ -122.236049, 37.814454 ], [ -122.235827, 37.814434 ], [ -122.235614, 37.814437 ], [ -122.234681, 37.814505 ], [ -122.234337, 37.814536 ], [ -122.233893, 37.814575 ], [ -122.233851, 37.814577 ], [ -122.233723, 37.814587 ], [ -122.233435, 37.814601 ], [ -122.233337, 37.8146 ], [ -122.233249, 37.814593 ], [ -122.233118, 37.814572 ], [ -122.23302, 37.814549 ], [ -122.232817, 37.814507 ], [ -122.232231, 37.814386 ], [ -122.232211, 37.814381 ], [ -122.232012, 37.81433 ], [ -122.232027, 37.814434 ], [ -122.232065, 37.814531 ], [ -122.232133, 37.81466 ], [ -122.23214, 37.814672 ], [ -122.232252, 37.81487 ], [ -122.23239, 37.815128 ], [ -122.232598, 37.815544 ], [ -122.232658, 37.815651 ], [ -122.232838, 37.815974 ], [ -122.23287, 37.816051 ], [ -122.232903, 37.816087 ], [ -122.233001, 37.816115 ], [ -122.233413, 37.816135 ], [ -122.233296, 37.816492 ], [ -122.233163, 37.816439 ], [ -122.233109, 37.816436 ], [ -122.233066, 37.816424 ], [ -122.232872, 37.81637 ], [ -122.232803, 37.81635 ], [ -122.232773, 37.816342 ], [ -122.232678, 37.816314 ], [ -122.232597, 37.81629 ], [ -122.232561, 37.81628 ], [ -122.232401, 37.816231 ], [ -122.232292, 37.816198 ], [ -122.232245, 37.816194 ], [ -122.232222, 37.816185 ], [ -122.232201, 37.816183 ], [ -122.232151, 37.816186 ], [ -122.232073, 37.816156 ], [ -122.23206, 37.816153 ], [ -122.23182, 37.816091 ], [ -122.231269, 37.815975 ], [ -122.230812, 37.815905 ], [ -122.23072, 37.815884 ], [ -122.230356, 37.815796 ], [ -122.230287, 37.815781 ], [ -122.230056, 37.815732 ], [ -122.229736, 37.815646 ], [ -122.229496, 37.815598 ], [ -122.229342, 37.815569 ], [ -122.229175, 37.815538 ], [ -122.228953, 37.815487 ], [ -122.228652, 37.815419 ], [ -122.228557, 37.815392 ], [ -122.228426, 37.815354 ], [ -122.228135, 37.815287 ], [ -122.22783, 37.815217 ], [ -122.227777, 37.815243 ], [ -122.227718, 37.81519 ], [ -122.227431, 37.815121 ], [ -122.227221, 37.815071 ], [ -122.227109, 37.815045 ], [ -122.225988, 37.814782 ], [ -122.225234, 37.814605 ], [ -122.225045, 37.814562 ], [ -122.224646, 37.814467 ], [ -122.224646, 37.814409 ], [ -122.224404, 37.814408 ], [ -122.224403, 37.814354 ], [ -122.224254, 37.814352 ], [ -122.224181, 37.814351 ], [ -122.224011, 37.81435 ], [ -122.223797, 37.8143 ], [ -122.223795, 37.814265 ], [ -122.223545, 37.814202 ], [ -122.223532, 37.814199 ], [ -122.223313, 37.814144 ], [ -122.223222, 37.814122 ], [ -122.223165, 37.814108 ], [ -122.222654, 37.813981 ], [ -122.221664, 37.813729 ], [ -122.221714, 37.813669 ], [ -122.221609, 37.813701 ], [ -122.221156, 37.813599 ], [ -122.220993, 37.813548 ], [ -122.220808, 37.813507 ], [ -122.220627, 37.813466 ], [ -122.220433, 37.813439 ], [ -122.22048, 37.813428 ], [ -122.220565, 37.813419 ], [ -122.220756, 37.813364 ], [ -122.220811, 37.813349 ], [ -122.220905, 37.813316 ], [ -122.221035, 37.813256 ], [ -122.221184, 37.813169 ], [ -122.221307, 37.813082 ], [ -122.221502, 37.812916 ], [ -122.221571, 37.812842 ], [ -122.221637, 37.812762 ], [ -122.221681, 37.812695 ], [ -122.221698, 37.81267 ], [ -122.221746, 37.812571 ], [ -122.221777, 37.812492 ], [ -122.221789, 37.812409 ], [ -122.221787, 37.812319 ], [ -122.221791, 37.812253 ], [ -122.221801, 37.812186 ], [ -122.221851, 37.81192 ], [ -122.221873, 37.811851 ], [ -122.221891, 37.811794 ], [ -122.221921, 37.811727 ], [ -122.221973, 37.811633 ], [ -122.222088, 37.811449 ], [ -122.222199, 37.811312 ], [ -122.222406, 37.811113 ], [ -122.222502, 37.81103 ], [ -122.222658, 37.810909 ], [ -122.222829, 37.810789 ], [ -122.22298, 37.810691 ], [ -122.22311, 37.810613 ], [ -122.223271, 37.810526 ], [ -122.223435, 37.810457 ], [ -122.223494, 37.810433 ], [ -122.22364, 37.810382 ], [ -122.223843, 37.810325 ], [ -122.223956, 37.810298 ], [ -122.224099, 37.810272 ], [ -122.224409, 37.810204 ], [ -122.224534, 37.810169 ], [ -122.224607, 37.810143 ], [ -122.224695, 37.810114 ], [ -122.224898, 37.810027 ], [ -122.225047, 37.809952 ], [ -122.225168, 37.809876 ], [ -122.225212, 37.809849 ], [ -122.225337, 37.809755 ], [ -122.225427, 37.809695 ], [ -122.225508, 37.809642 ], [ -122.225616, 37.809557 ], [ -122.225683, 37.809498 ], [ -122.225765, 37.809427 ], [ -122.225894, 37.809349 ], [ -122.22593, 37.809313 ], [ -122.225967, 37.809262 ], [ -122.226005, 37.809224 ], [ -122.226066, 37.809186 ], [ -122.226238, 37.809087 ], [ -122.226323, 37.809039 ], [ -122.226477, 37.808968 ], [ -122.226681, 37.808863 ], [ -122.226818, 37.808774 ], [ -122.226899, 37.808716 ], [ -122.226983, 37.808649 ], [ -122.227175, 37.808458 ], [ -122.22728, 37.808362 ], [ -122.227496, 37.808197 ], [ -122.227573, 37.808152 ], [ -122.227693, 37.808099 ], [ -122.228253, 37.807927 ], [ -122.228472, 37.807901 ], [ -122.228745, 37.807853 ], [ -122.228827, 37.807826 ], [ -122.229049, 37.807756 ], [ -122.229177, 37.807708 ], [ -122.229294, 37.807652 ], [ -122.229533, 37.80755 ], [ -122.229697, 37.807472 ], [ -122.229833, 37.807423 ], [ -122.230165, 37.807329 ], [ -122.230397, 37.807274 ], [ -122.230479, 37.807259 ], [ -122.230549, 37.807248 ], [ -122.230713, 37.807229 ], [ -122.23106, 37.807199 ], [ -122.231204, 37.807176 ], [ -122.231356, 37.807165 ], [ -122.231461, 37.807164 ], [ -122.231534, 37.807171 ], [ -122.231727, 37.807204 ], [ -122.231949, 37.807214 ], [ -122.232066, 37.807208 ], [ -122.232295, 37.807167 ], [ -122.232658, 37.807077 ], [ -122.232798, 37.807026 ], [ -122.232897, 37.80697 ], [ -122.233008, 37.806888 ], [ -122.233177, 37.80692 ], [ -122.233262, 37.806937 ], [ -122.23369, 37.806994 ], [ -122.233862, 37.807017 ], [ -122.234086, 37.807062 ], [ -122.234149, 37.807075 ], [ -122.234764, 37.807173 ], [ -122.234858, 37.807188 ], [ -122.234992, 37.8072 ], [ -122.235304, 37.807168 ], [ -122.235432, 37.807158 ], [ -122.236514, 37.807075 ], [ -122.236757, 37.807053 ], [ -122.236817, 37.807048 ], [ -122.237022, 37.807047 ], [ -122.2372, 37.807052 ], [ -122.237424, 37.807252 ], [ -122.23762, 37.807452 ], [ -122.237839, 37.807666 ], [ -122.237927, 37.807751 ], [ -122.238145, 37.807919 ], [ -122.238339, 37.808042 ], [ -122.238481, 37.808104 ], [ -122.238597, 37.808141 ], [ -122.238721, 37.808164 ], [ -122.238816, 37.808171 ], [ -122.238917, 37.808197 ], [ -122.239199, 37.80828 ], [ -122.23934, 37.808328 ], [ -122.239441, 37.808371 ], [ -122.239532, 37.808417 ], [ -122.239864, 37.808602 ], [ -122.240208, 37.8088 ], [ -122.240271, 37.808836 ], [ -122.240619, 37.809057 ], [ -122.24095, 37.809287 ], [ -122.241077, 37.809374 ], [ -122.241461, 37.809636 ], [ -122.241589, 37.809724 ], [ -122.241726, 37.809824 ], [ -122.24214, 37.810127 ], [ -122.242279, 37.810228 ], [ -122.242412, 37.810332 ], [ -122.242799, 37.810635 ], [ -122.242812, 37.810646 ], [ -122.24294, 37.810758 ], [ -122.24302, 37.810808 ], [ -122.24323, 37.810985 ], [ -122.243241, 37.810994 ], [ -122.24327, 37.811019 ], [ -122.243289, 37.811055 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405200", "name": "Census Tract 4052, Alameda County, California", "total_population_17": 5125, "white_alone_17": 1583.0, "black_alone_17": 506.0, "native_alone_17": 58.0, "asian_alone_17": 1519.0, "native_hawaiian_pacific_islander_17": 68.0, "hispanic_or_latino_17": 1000.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.449, "pct_black_alone_change": -11.922, "pct_native_alone_change": 0.531, "pct_asian_alone_change": -7.374, "pct_hispanic_or_latino_change": 12.18, "pct_native_hawaiian_pacific_islander_change": 1.307, "INTPTLAT": "+37.8052770", "INTPTLON": "-122.2433878" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.250597, 37.805237 ], [ -122.250471, 37.805527 ], [ -122.250107, 37.806374 ], [ -122.250095, 37.806399 ], [ -122.249966, 37.806689 ], [ -122.249888, 37.806862 ], [ -122.249655, 37.807384 ], [ -122.249578, 37.807558 ], [ -122.249501, 37.80773 ], [ -122.249382, 37.808 ], [ -122.2493, 37.808171 ], [ -122.249272, 37.80822 ], [ -122.24926, 37.80824 ], [ -122.249253, 37.808254 ], [ -122.249148, 37.808391 ], [ -122.249084, 37.808454 ], [ -122.249016, 37.808508 ], [ -122.249003, 37.808512 ], [ -122.248114, 37.808995 ], [ -122.247781, 37.80913 ], [ -122.246958, 37.809562 ], [ -122.246894, 37.809589 ], [ -122.246834, 37.809622 ], [ -122.246702, 37.809703 ], [ -122.24661, 37.809764 ], [ -122.246504, 37.809841 ], [ -122.246397, 37.809805 ], [ -122.241982, 37.808552 ], [ -122.242021, 37.808636 ], [ -122.241874, 37.80858 ], [ -122.241759, 37.808537 ], [ -122.241447, 37.808381 ], [ -122.241307, 37.808311 ], [ -122.241243, 37.808285 ], [ -122.241053, 37.808208 ], [ -122.24099, 37.808183 ], [ -122.240467, 37.807959 ], [ -122.240333, 37.807898 ], [ -122.240213, 37.807845 ], [ -122.239619, 37.807569 ], [ -122.238384, 37.806998 ], [ -122.237735, 37.806698 ], [ -122.237605, 37.806639 ], [ -122.237215, 37.806465 ], [ -122.237086, 37.806407 ], [ -122.236984, 37.806361 ], [ -122.236708, 37.806238 ], [ -122.236678, 37.806225 ], [ -122.236576, 37.806181 ], [ -122.235913, 37.805868 ], [ -122.235786, 37.805808 ], [ -122.235416, 37.805624 ], [ -122.2352, 37.805509 ], [ -122.235002, 37.805392 ], [ -122.234639, 37.805191 ], [ -122.234247, 37.804947 ], [ -122.234041, 37.80482 ], [ -122.233999, 37.804791 ], [ -122.233619, 37.804534 ], [ -122.233397, 37.804375 ], [ -122.233493, 37.804298 ], [ -122.233566, 37.804241 ], [ -122.233781, 37.80407 ], [ -122.233797, 37.804058 ], [ -122.233877, 37.803993 ], [ -122.234016, 37.803891 ], [ -122.234031, 37.803878 ], [ -122.234471, 37.803538 ], [ -122.234489, 37.803526 ], [ -122.234581, 37.803468 ], [ -122.234658, 37.803435 ], [ -122.234745, 37.803404 ], [ -122.234809, 37.803389 ], [ -122.234866, 37.803376 ], [ -122.235018, 37.803359 ], [ -122.23528, 37.803337 ], [ -122.235294, 37.803336 ], [ -122.235438, 37.80332 ], [ -122.235794, 37.80328 ], [ -122.236671, 37.803185 ], [ -122.236865, 37.803162 ], [ -122.237222, 37.803121 ], [ -122.237549, 37.803088 ], [ -122.237744, 37.80307 ], [ -122.237894, 37.803046 ], [ -122.238082, 37.803007 ], [ -122.23839, 37.802907 ], [ -122.23851, 37.802875 ], [ -122.238574, 37.802859 ], [ -122.238834, 37.802813 ], [ -122.239025, 37.802774 ], [ -122.239599, 37.802659 ], [ -122.239632, 37.802652 ], [ -122.239791, 37.802621 ], [ -122.240163, 37.802553 ], [ -122.240188, 37.802549 ], [ -122.2406, 37.802491 ], [ -122.241293, 37.802431 ], [ -122.241671, 37.802399 ], [ -122.241753, 37.80239 ], [ -122.242, 37.802365 ], [ -122.242083, 37.802357 ], [ -122.242352, 37.80232 ], [ -122.242471, 37.802292 ], [ -122.242562, 37.802272 ], [ -122.242912, 37.802175 ], [ -122.24325, 37.80204 ], [ -122.243421, 37.80198 ], [ -122.243596, 37.801935 ], [ -122.243741, 37.801898 ], [ -122.243982, 37.801855 ], [ -122.24539, 37.801675 ], [ -122.245598, 37.801647 ], [ -122.245863, 37.80159 ], [ -122.246011, 37.801548 ], [ -122.246155, 37.801513 ], [ -122.246539, 37.801387 ], [ -122.246704, 37.801332 ], [ -122.246774, 37.801303 ], [ -122.247078, 37.801176 ], [ -122.247227, 37.801097 ], [ -122.247251, 37.801085 ], [ -122.247369, 37.801011 ], [ -122.24765, 37.800815 ], [ -122.247789, 37.800719 ], [ -122.247908, 37.800652 ], [ -122.248037, 37.800581 ], [ -122.248194, 37.800516 ], [ -122.248281, 37.800486 ], [ -122.248411, 37.800443 ], [ -122.248447, 37.800608 ], [ -122.248557, 37.801103 ], [ -122.248564, 37.801134 ], [ -122.248599, 37.801267 ], [ -122.248653, 37.801475 ], [ -122.248858, 37.802312 ], [ -122.248892, 37.802499 ], [ -122.249013, 37.803014 ], [ -122.249034, 37.803084 ], [ -122.249219, 37.803842 ], [ -122.249335, 37.804453 ], [ -122.249385, 37.804695 ], [ -122.249365, 37.804758 ], [ -122.249318, 37.804823 ], [ -122.249378, 37.804844 ], [ -122.249528, 37.804896 ], [ -122.249561, 37.8049 ], [ -122.249625, 37.80491 ], [ -122.249819, 37.804975 ], [ -122.25006, 37.805056 ], [ -122.250402, 37.805172 ], [ -122.250503, 37.805207 ], [ -122.250597, 37.805237 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405301", "name": "Census Tract 4053.01, Alameda County, California", "total_population_17": 3019, "white_alone_17": 1415.0, "black_alone_17": 757.0, "native_alone_17": 7.0, "asian_alone_17": 267.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 378.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 16.654, "pct_black_alone_change": -2.64, "pct_native_alone_change": -0.676, "pct_asian_alone_change": -19.796, "pct_hispanic_or_latino_change": 1.079, "pct_native_hawaiian_pacific_islander_change": 0.198, "INTPTLAT": "+37.8020757", "INTPTLON": "-122.2513558" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.254457, 37.800687 ], [ -122.254419, 37.800912 ], [ -122.254428, 37.801027 ], [ -122.254445, 37.801156 ], [ -122.254467, 37.801446 ], [ -122.254475, 37.801613 ], [ -122.254468, 37.801838 ], [ -122.254446, 37.801949 ], [ -122.254422, 37.802021 ], [ -122.254377, 37.802115 ], [ -122.254288, 37.802254 ], [ -122.254207, 37.802364 ], [ -122.254073, 37.802521 ], [ -122.253809, 37.802846 ], [ -122.253747, 37.802931 ], [ -122.253665, 37.803106 ], [ -122.253447, 37.803608 ], [ -122.253382, 37.80372 ], [ -122.253324, 37.803794 ], [ -122.253266, 37.80385 ], [ -122.253177, 37.803919 ], [ -122.253034, 37.803999 ], [ -122.252877, 37.804059 ], [ -122.252761, 37.80409 ], [ -122.252654, 37.804107 ], [ -122.252241, 37.804159 ], [ -122.251741, 37.804234 ], [ -122.251471, 37.804284 ], [ -122.251401, 37.804307 ], [ -122.251311, 37.804347 ], [ -122.251126, 37.804438 ], [ -122.251046, 37.804498 ], [ -122.250973, 37.804559 ], [ -122.250917, 37.804614 ], [ -122.250851, 37.804693 ], [ -122.250794, 37.804796 ], [ -122.250676, 37.805058 ], [ -122.250597, 37.805237 ], [ -122.250503, 37.805207 ], [ -122.250402, 37.805172 ], [ -122.25006, 37.805056 ], [ -122.249819, 37.804975 ], [ -122.249625, 37.80491 ], [ -122.249561, 37.8049 ], [ -122.249528, 37.804896 ], [ -122.249378, 37.804844 ], [ -122.249318, 37.804823 ], [ -122.249365, 37.804758 ], [ -122.249385, 37.804695 ], [ -122.249335, 37.804453 ], [ -122.249219, 37.803842 ], [ -122.249034, 37.803084 ], [ -122.249013, 37.803014 ], [ -122.248892, 37.802499 ], [ -122.248858, 37.802312 ], [ -122.248653, 37.801475 ], [ -122.248599, 37.801267 ], [ -122.248564, 37.801134 ], [ -122.248557, 37.801103 ], [ -122.248447, 37.800608 ], [ -122.248411, 37.800443 ], [ -122.248525, 37.800417 ], [ -122.248567, 37.800408 ], [ -122.24873, 37.800385 ], [ -122.24887, 37.80035 ], [ -122.248984, 37.800323 ], [ -122.249044, 37.800308 ], [ -122.249131, 37.800288 ], [ -122.249223, 37.800258 ], [ -122.249282, 37.800239 ], [ -122.249504, 37.800234 ], [ -122.249723, 37.80022 ], [ -122.250128, 37.800187 ], [ -122.250289, 37.800174 ], [ -122.25034, 37.800168 ], [ -122.25038, 37.800163 ], [ -122.250431, 37.800157 ], [ -122.250499, 37.800144 ], [ -122.250539, 37.800137 ], [ -122.250457, 37.800073 ], [ -122.250214, 37.799882 ], [ -122.250133, 37.799819 ], [ -122.250309, 37.799691 ], [ -122.250751, 37.799372 ], [ -122.25084, 37.799307 ], [ -122.251017, 37.79918 ], [ -122.251167, 37.799298 ], [ -122.251195, 37.799317 ], [ -122.251474, 37.799508 ], [ -122.251671, 37.799617 ], [ -122.251796, 37.799679 ], [ -122.251935, 37.799731 ], [ -122.252278, 37.799853 ], [ -122.253736, 37.800374 ], [ -122.253949, 37.800443 ], [ -122.254351, 37.800567 ], [ -122.254505, 37.800561 ], [ -122.254457, 37.800687 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405302", "name": "Census Tract 4053.02, Alameda County, California", "total_population_17": 2446, "white_alone_17": 689.0, "black_alone_17": 310.0, "native_alone_17": 16.0, "asian_alone_17": 848.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 367.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -2.048, "pct_black_alone_change": -15.041, "pct_native_alone_change": -0.254, "pct_asian_alone_change": 6.029, "pct_hispanic_or_latino_change": 3.562, "pct_native_hawaiian_pacific_islander_change": -0.034, "INTPTLAT": "+37.7985075", "INTPTLON": "-122.2543138" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.259524, 37.798536 ], [ -122.259518, 37.798568 ], [ -122.259471, 37.798566 ], [ -122.259236, 37.79856 ], [ -122.259102, 37.798613 ], [ -122.258996, 37.798691 ], [ -122.258874, 37.798798 ], [ -122.258814, 37.798888 ], [ -122.258749, 37.798982 ], [ -122.258674, 37.799066 ], [ -122.258477, 37.799257 ], [ -122.258305, 37.799398 ], [ -122.258077, 37.799541 ], [ -122.257805, 37.799704 ], [ -122.257521, 37.799829 ], [ -122.257193, 37.799944 ], [ -122.256886, 37.80001 ], [ -122.256702, 37.800048 ], [ -122.256527, 37.800073 ], [ -122.25633, 37.800051 ], [ -122.256196, 37.800029 ], [ -122.256052, 37.799994 ], [ -122.255871, 37.799988 ], [ -122.255593, 37.800016 ], [ -122.255518, 37.800019 ], [ -122.255446, 37.800041 ], [ -122.255218, 37.800076 ], [ -122.255154, 37.800012 ], [ -122.255076, 37.800082 ], [ -122.254977, 37.800125 ], [ -122.254868, 37.800189 ], [ -122.254782, 37.800245 ], [ -122.254697, 37.800314 ], [ -122.254619, 37.800386 ], [ -122.254554, 37.800469 ], [ -122.254505, 37.800561 ], [ -122.254351, 37.800567 ], [ -122.253949, 37.800443 ], [ -122.253736, 37.800374 ], [ -122.252278, 37.799853 ], [ -122.251935, 37.799731 ], [ -122.251796, 37.799679 ], [ -122.251671, 37.799617 ], [ -122.251474, 37.799508 ], [ -122.251195, 37.799317 ], [ -122.251167, 37.799298 ], [ -122.251017, 37.79918 ], [ -122.250954, 37.799128 ], [ -122.250844, 37.799031 ], [ -122.250332, 37.798578 ], [ -122.250162, 37.798427 ], [ -122.250198, 37.798404 ], [ -122.250227, 37.798378 ], [ -122.250354, 37.79829 ], [ -122.250939, 37.79789 ], [ -122.251135, 37.797757 ], [ -122.252043, 37.797093 ], [ -122.252231, 37.796961 ], [ -122.252542, 37.796745 ], [ -122.252794, 37.796563 ], [ -122.252981, 37.79643 ], [ -122.253155, 37.7963 ], [ -122.25368, 37.795914 ], [ -122.253855, 37.795785 ], [ -122.254017, 37.795927 ], [ -122.254503, 37.796356 ], [ -122.254666, 37.796499 ], [ -122.254829, 37.796646 ], [ -122.255318, 37.79709 ], [ -122.255481, 37.797239 ], [ -122.255646, 37.797385 ], [ -122.256144, 37.797825 ], [ -122.25631, 37.797972 ], [ -122.256474, 37.798122 ], [ -122.256966, 37.798574 ], [ -122.257119, 37.798715 ], [ -122.25713, 37.798725 ], [ -122.257555, 37.798531 ], [ -122.257883, 37.798385 ], [ -122.258005, 37.79833 ], [ -122.258092, 37.798304 ], [ -122.258147, 37.798288 ], [ -122.258289, 37.798267 ], [ -122.258408, 37.798259 ], [ -122.258531, 37.798252 ], [ -122.258838, 37.798266 ], [ -122.259303, 37.798293 ], [ -122.259554, 37.798301 ], [ -122.259524, 37.798536 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405401", "name": "Census Tract 4054.01, Alameda County, California", "total_population_17": 4014, "white_alone_17": 760.0, "black_alone_17": 762.0, "native_alone_17": 87.0, "asian_alone_17": 1362.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 942.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 10.904, "pct_black_alone_change": -7.707, "pct_native_alone_change": 1.201, "pct_asian_alone_change": -6.625, "pct_hispanic_or_latino_change": 0.702, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+37.7965384", "INTPTLON": "-122.2494562" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.253855, 37.795785 ], [ -122.25368, 37.795914 ], [ -122.253155, 37.7963 ], [ -122.252981, 37.79643 ], [ -122.252794, 37.796563 ], [ -122.252542, 37.796745 ], [ -122.252231, 37.796961 ], [ -122.252043, 37.797093 ], [ -122.251135, 37.797757 ], [ -122.250939, 37.79789 ], [ -122.250354, 37.79829 ], [ -122.250227, 37.798378 ], [ -122.250198, 37.798404 ], [ -122.250162, 37.798427 ], [ -122.250332, 37.798578 ], [ -122.250844, 37.799031 ], [ -122.250954, 37.799128 ], [ -122.251017, 37.79918 ], [ -122.25084, 37.799307 ], [ -122.250751, 37.799372 ], [ -122.250309, 37.799691 ], [ -122.250133, 37.799819 ], [ -122.250214, 37.799882 ], [ -122.250457, 37.800073 ], [ -122.250539, 37.800137 ], [ -122.250499, 37.800144 ], [ -122.250431, 37.800157 ], [ -122.25038, 37.800163 ], [ -122.25034, 37.800168 ], [ -122.250289, 37.800174 ], [ -122.250128, 37.800187 ], [ -122.249723, 37.80022 ], [ -122.249504, 37.800234 ], [ -122.249282, 37.800239 ], [ -122.249223, 37.800258 ], [ -122.249131, 37.800288 ], [ -122.249044, 37.800308 ], [ -122.248984, 37.800323 ], [ -122.248933, 37.800273 ], [ -122.248858, 37.800199 ], [ -122.248727, 37.800071 ], [ -122.24848, 37.799827 ], [ -122.248355, 37.799704 ], [ -122.248314, 37.79967 ], [ -122.248178, 37.799563 ], [ -122.248055, 37.799466 ], [ -122.247665, 37.799119 ], [ -122.247497, 37.798969 ], [ -122.246743, 37.798308 ], [ -122.246705, 37.798292 ], [ -122.24665, 37.79828 ], [ -122.246673, 37.798193 ], [ -122.246642, 37.798186 ], [ -122.246604, 37.798165 ], [ -122.246008, 37.797675 ], [ -122.245822, 37.797513 ], [ -122.245002, 37.796765 ], [ -122.245186, 37.796633 ], [ -122.245741, 37.796237 ], [ -122.245926, 37.796106 ], [ -122.246107, 37.795982 ], [ -122.246644, 37.795602 ], [ -122.246824, 37.795476 ], [ -122.246892, 37.795427 ], [ -122.247013, 37.795338 ], [ -122.247583, 37.794924 ], [ -122.247773, 37.794786 ], [ -122.247957, 37.794655 ], [ -122.248512, 37.794262 ], [ -122.248697, 37.794132 ], [ -122.248882, 37.793999 ], [ -122.249439, 37.7936 ], [ -122.249625, 37.793468 ], [ -122.249802, 37.793341 ], [ -122.250337, 37.79296 ], [ -122.250515, 37.792834 ], [ -122.250684, 37.792978 ], [ -122.250704, 37.792995 ], [ -122.251052, 37.793302 ], [ -122.251187, 37.793417 ], [ -122.251356, 37.793563 ], [ -122.25152, 37.79371 ], [ -122.251717, 37.793887 ], [ -122.252015, 37.794154 ], [ -122.25218, 37.794303 ], [ -122.252343, 37.794448 ], [ -122.252833, 37.794886 ], [ -122.252997, 37.795033 ], [ -122.253168, 37.795183 ], [ -122.253684, 37.795633 ], [ -122.25381, 37.795744 ], [ -122.253855, 37.795785 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405402", "name": "Census Tract 4054.02, Alameda County, California", "total_population_17": 3250, "white_alone_17": 334.0, "black_alone_17": 806.0, "native_alone_17": 68.0, "asian_alone_17": 1117.0, "native_hawaiian_pacific_islander_17": 219.0, "hispanic_or_latino_17": 638.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 2.247, "pct_black_alone_change": -1.891, "pct_native_alone_change": 1.126, "pct_asian_alone_change": -6.187, "pct_hispanic_or_latino_change": -3.135, "pct_native_hawaiian_pacific_islander_change": 6.702, "INTPTLAT": "+37.7933319", "INTPTLON": "-122.2461006" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.250515, 37.792834 ], [ -122.250337, 37.79296 ], [ -122.249802, 37.793341 ], [ -122.249625, 37.793468 ], [ -122.249439, 37.7936 ], [ -122.248882, 37.793999 ], [ -122.248697, 37.794132 ], [ -122.248512, 37.794262 ], [ -122.247957, 37.794655 ], [ -122.247773, 37.794786 ], [ -122.247583, 37.794924 ], [ -122.247013, 37.795338 ], [ -122.246892, 37.795427 ], [ -122.246824, 37.795476 ], [ -122.246644, 37.795602 ], [ -122.246107, 37.795982 ], [ -122.245926, 37.796106 ], [ -122.245741, 37.796237 ], [ -122.245186, 37.796633 ], [ -122.245002, 37.796765 ], [ -122.244837, 37.796617 ], [ -122.244345, 37.796174 ], [ -122.244181, 37.796027 ], [ -122.244014, 37.795879 ], [ -122.243513, 37.795436 ], [ -122.243346, 37.795289 ], [ -122.243179, 37.795143 ], [ -122.24268, 37.794708 ], [ -122.242514, 37.794563 ], [ -122.24235, 37.794415 ], [ -122.241858, 37.793972 ], [ -122.241694, 37.793825 ], [ -122.241878, 37.793692 ], [ -122.242433, 37.793296 ], [ -122.242618, 37.793164 ], [ -122.242796, 37.793036 ], [ -122.243333, 37.792655 ], [ -122.243512, 37.792528 ], [ -122.243566, 37.792486 ], [ -122.2437, 37.79239 ], [ -122.244272, 37.791984 ], [ -122.244463, 37.791849 ], [ -122.244644, 37.791718 ], [ -122.245191, 37.791327 ], [ -122.245373, 37.791197 ], [ -122.245558, 37.791064 ], [ -122.246115, 37.790668 ], [ -122.246301, 37.790536 ], [ -122.247175, 37.789913 ], [ -122.247313, 37.79002 ], [ -122.248014, 37.790626 ], [ -122.248182, 37.790775 ], [ -122.248688, 37.791222 ], [ -122.248857, 37.791372 ], [ -122.249023, 37.791518 ], [ -122.249522, 37.791959 ], [ -122.249689, 37.792106 ], [ -122.249854, 37.792251 ], [ -122.250349, 37.792688 ], [ -122.250515, 37.792834 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405500", "name": "Census Tract 4055, Alameda County, California", "total_population_17": 4124, "white_alone_17": 813.0, "black_alone_17": 558.0, "native_alone_17": 14.0, "asian_alone_17": 2051.0, "native_hawaiian_pacific_islander_17": 6.0, "hispanic_or_latino_17": 476.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 8.356, "pct_black_alone_change": -11.692, "pct_native_alone_change": -0.24, "pct_asian_alone_change": -1.147, "pct_hispanic_or_latino_change": -0.153, "pct_native_hawaiian_pacific_islander_change": 0.145, "INTPTLAT": "+37.7982821", "INTPTLON": "-122.2432790" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.248984, 37.800323 ], [ -122.24887, 37.80035 ], [ -122.24873, 37.800385 ], [ -122.248567, 37.800408 ], [ -122.248525, 37.800417 ], [ -122.248411, 37.800443 ], [ -122.248281, 37.800486 ], [ -122.248194, 37.800516 ], [ -122.248037, 37.800581 ], [ -122.247908, 37.800652 ], [ -122.247789, 37.800719 ], [ -122.24765, 37.800815 ], [ -122.247369, 37.801011 ], [ -122.247251, 37.801085 ], [ -122.247227, 37.801097 ], [ -122.247078, 37.801176 ], [ -122.246774, 37.801303 ], [ -122.246704, 37.801332 ], [ -122.246539, 37.801387 ], [ -122.246155, 37.801513 ], [ -122.246011, 37.801548 ], [ -122.245863, 37.80159 ], [ -122.245598, 37.801647 ], [ -122.24539, 37.801675 ], [ -122.243982, 37.801855 ], [ -122.243741, 37.801898 ], [ -122.243596, 37.801935 ], [ -122.243421, 37.80198 ], [ -122.24325, 37.80204 ], [ -122.242912, 37.802175 ], [ -122.242562, 37.802272 ], [ -122.242471, 37.802292 ], [ -122.242352, 37.80232 ], [ -122.242083, 37.802357 ], [ -122.242, 37.802365 ], [ -122.241753, 37.80239 ], [ -122.241671, 37.802399 ], [ -122.241669, 37.802338 ], [ -122.241669, 37.802322 ], [ -122.241663, 37.802157 ], [ -122.241662, 37.802097 ], [ -122.241823, 37.801985 ], [ -122.241883, 37.801945 ], [ -122.242095, 37.80182 ], [ -122.242198, 37.801722 ], [ -122.242241, 37.801655 ], [ -122.242262, 37.801611 ], [ -122.242275, 37.801587 ], [ -122.242363, 37.801443 ], [ -122.242469, 37.801315 ], [ -122.242503, 37.801275 ], [ -122.242836, 37.800982 ], [ -122.242961, 37.800873 ], [ -122.242794, 37.800725 ], [ -122.242296, 37.800284 ], [ -122.24213, 37.800137 ], [ -122.241962, 37.799988 ], [ -122.241458, 37.799541 ], [ -122.241291, 37.799393 ], [ -122.241127, 37.799248 ], [ -122.240637, 37.798813 ], [ -122.240474, 37.798669 ], [ -122.240306, 37.798521 ], [ -122.239802, 37.79808 ], [ -122.239635, 37.797933 ], [ -122.23947, 37.797784 ], [ -122.238977, 37.797337 ], [ -122.238813, 37.797189 ], [ -122.238644, 37.797043 ], [ -122.23814, 37.796605 ], [ -122.237973, 37.79646 ], [ -122.238157, 37.796327 ], [ -122.238713, 37.795931 ], [ -122.238898, 37.795799 ], [ -122.239084, 37.795666 ], [ -122.239646, 37.795268 ], [ -122.239833, 37.795136 ], [ -122.240017, 37.795004 ], [ -122.240569, 37.794612 ], [ -122.240754, 37.794482 ], [ -122.240941, 37.79435 ], [ -122.241506, 37.793956 ], [ -122.241694, 37.793825 ], [ -122.241858, 37.793972 ], [ -122.24235, 37.794415 ], [ -122.242514, 37.794563 ], [ -122.24268, 37.794708 ], [ -122.243179, 37.795143 ], [ -122.243346, 37.795289 ], [ -122.243513, 37.795436 ], [ -122.244014, 37.795879 ], [ -122.244181, 37.796027 ], [ -122.244345, 37.796174 ], [ -122.244837, 37.796617 ], [ -122.245002, 37.796765 ], [ -122.245822, 37.797513 ], [ -122.246008, 37.797675 ], [ -122.246604, 37.798165 ], [ -122.246642, 37.798186 ], [ -122.246673, 37.798193 ], [ -122.24665, 37.79828 ], [ -122.246705, 37.798292 ], [ -122.246743, 37.798308 ], [ -122.247497, 37.798969 ], [ -122.247665, 37.799119 ], [ -122.248055, 37.799466 ], [ -122.248178, 37.799563 ], [ -122.248314, 37.79967 ], [ -122.248355, 37.799704 ], [ -122.24848, 37.799827 ], [ -122.248727, 37.800071 ], [ -122.248858, 37.800199 ], [ -122.248933, 37.800273 ], [ -122.248984, 37.800323 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405600", "name": "Census Tract 4056, Alameda County, California", "total_population_17": 3171, "white_alone_17": 789.0, "black_alone_17": 472.0, "native_alone_17": 110.0, "asian_alone_17": 875.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 769.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 8.492, "pct_black_alone_change": -14.44, "pct_native_alone_change": 2.746, "pct_asian_alone_change": -11.506, "pct_hispanic_or_latino_change": 10.62, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.8008019", "INTPTLON": "-122.2372726" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.242836, 37.800982 ], [ -122.242503, 37.801275 ], [ -122.242469, 37.801315 ], [ -122.242363, 37.801443 ], [ -122.242275, 37.801587 ], [ -122.242262, 37.801611 ], [ -122.242241, 37.801655 ], [ -122.242198, 37.801722 ], [ -122.242095, 37.80182 ], [ -122.241883, 37.801945 ], [ -122.241823, 37.801985 ], [ -122.241662, 37.802097 ], [ -122.241663, 37.802157 ], [ -122.241669, 37.802322 ], [ -122.241669, 37.802338 ], [ -122.241671, 37.802399 ], [ -122.241293, 37.802431 ], [ -122.2406, 37.802491 ], [ -122.240188, 37.802549 ], [ -122.240163, 37.802553 ], [ -122.239791, 37.802621 ], [ -122.239632, 37.802652 ], [ -122.239599, 37.802659 ], [ -122.239025, 37.802774 ], [ -122.238834, 37.802813 ], [ -122.238574, 37.802859 ], [ -122.23851, 37.802875 ], [ -122.23839, 37.802907 ], [ -122.238082, 37.803007 ], [ -122.237894, 37.803046 ], [ -122.237744, 37.80307 ], [ -122.237549, 37.803088 ], [ -122.237222, 37.803121 ], [ -122.236865, 37.803162 ], [ -122.236671, 37.803185 ], [ -122.235794, 37.80328 ], [ -122.235438, 37.80332 ], [ -122.235294, 37.803336 ], [ -122.23528, 37.803337 ], [ -122.235018, 37.803359 ], [ -122.234866, 37.803376 ], [ -122.234809, 37.803389 ], [ -122.234745, 37.803404 ], [ -122.234658, 37.803435 ], [ -122.234581, 37.803468 ], [ -122.234489, 37.803526 ], [ -122.234471, 37.803538 ], [ -122.234031, 37.803878 ], [ -122.234016, 37.803891 ], [ -122.233877, 37.803993 ], [ -122.233797, 37.804058 ], [ -122.233781, 37.80407 ], [ -122.233566, 37.804241 ], [ -122.233493, 37.804298 ], [ -122.233397, 37.804375 ], [ -122.233289, 37.804308 ], [ -122.232936, 37.80404 ], [ -122.232785, 37.803926 ], [ -122.231783, 37.80313 ], [ -122.231602, 37.802975 ], [ -122.23117, 37.802605 ], [ -122.231233, 37.802556 ], [ -122.231257, 37.802536 ], [ -122.231331, 37.802478 ], [ -122.23152, 37.802331 ], [ -122.231609, 37.802264 ], [ -122.232352, 37.801683 ], [ -122.233082, 37.801109 ], [ -122.233361, 37.80089 ], [ -122.233791, 37.800539 ], [ -122.234679, 37.799827 ], [ -122.234669, 37.799864 ], [ -122.234824, 37.799743 ], [ -122.234886, 37.799696 ], [ -122.235229, 37.799419 ], [ -122.235281, 37.799359 ], [ -122.235394, 37.799208 ], [ -122.235427, 37.799165 ], [ -122.235526, 37.799037 ], [ -122.23556, 37.798995 ], [ -122.236024, 37.798408 ], [ -122.23664, 37.797617 ], [ -122.236732, 37.7975 ], [ -122.237011, 37.797152 ], [ -122.237025, 37.797135 ], [ -122.237121, 37.797052 ], [ -122.237291, 37.796933 ], [ -122.237802, 37.796578 ], [ -122.237973, 37.79646 ], [ -122.23814, 37.796605 ], [ -122.238644, 37.797043 ], [ -122.238813, 37.797189 ], [ -122.238977, 37.797337 ], [ -122.23947, 37.797784 ], [ -122.239635, 37.797933 ], [ -122.239802, 37.79808 ], [ -122.240306, 37.798521 ], [ -122.240474, 37.798669 ], [ -122.240637, 37.798813 ], [ -122.241127, 37.799248 ], [ -122.241291, 37.799393 ], [ -122.241458, 37.799541 ], [ -122.241962, 37.799988 ], [ -122.24213, 37.800137 ], [ -122.242296, 37.800284 ], [ -122.242794, 37.800725 ], [ -122.242961, 37.800873 ], [ -122.242836, 37.800982 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405700", "name": "Census Tract 4057, Alameda County, California", "total_population_17": 3760, "white_alone_17": 482.0, "black_alone_17": 1229.0, "native_alone_17": 9.0, "asian_alone_17": 1179.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 678.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 3.806, "pct_black_alone_change": -7.387, "pct_native_alone_change": -0.164, "pct_asian_alone_change": -1.221, "pct_hispanic_or_latino_change": 0.444, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7982307", "INTPTLON": "-122.2296737" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.23556, 37.798995 ], [ -122.235526, 37.799037 ], [ -122.235427, 37.799165 ], [ -122.235394, 37.799208 ], [ -122.235281, 37.799359 ], [ -122.235229, 37.799419 ], [ -122.234886, 37.799696 ], [ -122.234824, 37.799743 ], [ -122.234669, 37.799864 ], [ -122.234679, 37.799827 ], [ -122.233791, 37.800539 ], [ -122.233361, 37.80089 ], [ -122.233082, 37.801109 ], [ -122.232352, 37.801683 ], [ -122.231609, 37.802264 ], [ -122.23152, 37.802331 ], [ -122.231331, 37.802478 ], [ -122.231257, 37.802536 ], [ -122.231233, 37.802556 ], [ -122.23117, 37.802605 ], [ -122.230551, 37.802115 ], [ -122.23016, 37.801828 ], [ -122.229856, 37.801627 ], [ -122.229611, 37.801482 ], [ -122.229451, 37.801397 ], [ -122.229357, 37.801348 ], [ -122.229175, 37.801264 ], [ -122.22888, 37.801135 ], [ -122.228756, 37.801082 ], [ -122.228499, 37.80097 ], [ -122.228437, 37.800948 ], [ -122.227865, 37.80077 ], [ -122.227289, 37.80064 ], [ -122.226758, 37.80055 ], [ -122.226675, 37.80053 ], [ -122.226561, 37.800508 ], [ -122.225199, 37.800213 ], [ -122.224981, 37.800166 ], [ -122.224818, 37.80013 ], [ -122.224329, 37.800024 ], [ -122.224252, 37.800008 ], [ -122.22417, 37.799977 ], [ -122.224201, 37.799926 ], [ -122.224262, 37.799825 ], [ -122.224305, 37.799752 ], [ -122.224317, 37.799733 ], [ -122.22436, 37.799639 ], [ -122.224478, 37.799297 ], [ -122.224568, 37.79901 ], [ -122.224647, 37.79876 ], [ -122.224697, 37.798622 ], [ -122.224714, 37.798577 ], [ -122.224844, 37.798308 ], [ -122.224893, 37.798227 ], [ -122.224935, 37.798171 ], [ -122.224985, 37.798117 ], [ -122.225181, 37.797923 ], [ -122.225253, 37.79784 ], [ -122.225311, 37.797761 ], [ -122.225362, 37.797676 ], [ -122.225399, 37.7976 ], [ -122.225433, 37.79751 ], [ -122.225658, 37.796795 ], [ -122.225773, 37.796435 ], [ -122.225834, 37.796238 ], [ -122.226017, 37.79565 ], [ -122.226079, 37.795454 ], [ -122.226139, 37.795258 ], [ -122.226323, 37.794671 ], [ -122.226385, 37.794476 ], [ -122.226444, 37.794289 ], [ -122.226574, 37.793889 ], [ -122.226619, 37.793728 ], [ -122.226641, 37.793651 ], [ -122.226685, 37.793545 ], [ -122.22677, 37.793559 ], [ -122.226909, 37.793581 ], [ -122.227581, 37.793693 ], [ -122.227805, 37.793731 ], [ -122.227972, 37.793757 ], [ -122.228024, 37.793765 ], [ -122.228235, 37.793801 ], [ -122.228307, 37.793826 ], [ -122.22841, 37.793872 ], [ -122.228602, 37.793979 ], [ -122.228639, 37.794001 ], [ -122.228831, 37.794114 ], [ -122.229028, 37.794232 ], [ -122.22952, 37.794528 ], [ -122.22962, 37.794588 ], [ -122.229817, 37.794708 ], [ -122.229889, 37.794752 ], [ -122.230231, 37.794957 ], [ -122.231476, 37.795703 ], [ -122.231892, 37.795952 ], [ -122.231752, 37.796102 ], [ -122.231335, 37.796551 ], [ -122.231196, 37.796702 ], [ -122.230674, 37.797265 ], [ -122.230626, 37.797318 ], [ -122.230597, 37.797361 ], [ -122.2306, 37.797476 ], [ -122.231962, 37.797007 ], [ -122.233004, 37.796635 ], [ -122.233123, 37.796591 ], [ -122.233174, 37.796691 ], [ -122.233214, 37.796743 ], [ -122.23386, 37.79713 ], [ -122.236024, 37.798408 ], [ -122.23556, 37.798995 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405800", "name": "Census Tract 4058, Alameda County, California", "total_population_17": 4472, "white_alone_17": 584.0, "black_alone_17": 1041.0, "native_alone_17": 54.0, "asian_alone_17": 1918.0, "native_hawaiian_pacific_islander_17": 25.0, "hispanic_or_latino_17": 829.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 9.542, "pct_black_alone_change": -6.992, "pct_native_alone_change": 0.182, "pct_asian_alone_change": -1.26, "pct_hispanic_or_latino_change": -2.082, "pct_native_hawaiian_pacific_islander_change": 0.559, "INTPTLAT": "+37.7939452", "INTPTLON": "-122.2330985" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.239646, 37.795268 ], [ -122.239084, 37.795666 ], [ -122.238898, 37.795799 ], [ -122.238713, 37.795931 ], [ -122.238157, 37.796327 ], [ -122.237973, 37.79646 ], [ -122.237802, 37.796578 ], [ -122.237291, 37.796933 ], [ -122.237121, 37.797052 ], [ -122.237025, 37.797135 ], [ -122.237011, 37.797152 ], [ -122.236732, 37.7975 ], [ -122.23664, 37.797617 ], [ -122.236024, 37.798408 ], [ -122.23386, 37.79713 ], [ -122.233214, 37.796743 ], [ -122.233174, 37.796691 ], [ -122.233123, 37.796591 ], [ -122.233004, 37.796635 ], [ -122.231962, 37.797007 ], [ -122.2306, 37.797476 ], [ -122.230597, 37.797361 ], [ -122.230626, 37.797318 ], [ -122.230674, 37.797265 ], [ -122.231196, 37.796702 ], [ -122.231335, 37.796551 ], [ -122.231752, 37.796102 ], [ -122.231892, 37.795952 ], [ -122.231476, 37.795703 ], [ -122.230231, 37.794957 ], [ -122.229889, 37.794752 ], [ -122.229817, 37.794708 ], [ -122.22962, 37.794588 ], [ -122.22952, 37.794528 ], [ -122.229028, 37.794232 ], [ -122.228831, 37.794114 ], [ -122.228639, 37.794001 ], [ -122.228602, 37.793979 ], [ -122.22841, 37.793872 ], [ -122.228307, 37.793826 ], [ -122.228235, 37.793801 ], [ -122.228024, 37.793765 ], [ -122.227972, 37.793757 ], [ -122.227805, 37.793731 ], [ -122.227581, 37.793693 ], [ -122.226909, 37.793581 ], [ -122.22677, 37.793559 ], [ -122.226685, 37.793545 ], [ -122.226718, 37.793482 ], [ -122.226772, 37.793397 ], [ -122.226862, 37.793269 ], [ -122.227436, 37.792468 ], [ -122.227627, 37.792202 ], [ -122.227695, 37.792119 ], [ -122.227756, 37.792051 ], [ -122.227782, 37.792023 ], [ -122.228169, 37.791623 ], [ -122.228257, 37.791532 ], [ -122.228308, 37.791481 ], [ -122.22833, 37.79146 ], [ -122.228396, 37.791397 ], [ -122.228418, 37.791376 ], [ -122.228546, 37.791248 ], [ -122.228743, 37.791053 ], [ -122.228905, 37.790894 ], [ -122.228935, 37.790871 ], [ -122.229001, 37.790821 ], [ -122.229086, 37.790772 ], [ -122.229294, 37.790661 ], [ -122.22992, 37.790332 ], [ -122.230129, 37.790222 ], [ -122.230201, 37.790173 ], [ -122.230363, 37.790025 ], [ -122.230762, 37.789595 ], [ -122.230914, 37.789441 ], [ -122.230987, 37.789482 ], [ -122.231077, 37.789532 ], [ -122.231386, 37.789761 ], [ -122.231583, 37.789907 ], [ -122.2323, 37.790349 ], [ -122.232844, 37.790667 ], [ -122.233339, 37.790957 ], [ -122.233412, 37.791 ], [ -122.233759, 37.791209 ], [ -122.235019, 37.79197 ], [ -122.23544, 37.792224 ], [ -122.235512, 37.792267 ], [ -122.235861, 37.792477 ], [ -122.237125, 37.793239 ], [ -122.237547, 37.793494 ], [ -122.23741, 37.793644 ], [ -122.237001, 37.794096 ], [ -122.236865, 37.794247 ], [ -122.237082, 37.794387 ], [ -122.237091, 37.794393 ], [ -122.237621, 37.794707 ], [ -122.237748, 37.794787 ], [ -122.237804, 37.794823 ], [ -122.23787, 37.794885 ], [ -122.237951, 37.794948 ], [ -122.238928, 37.79458 ], [ -122.239093, 37.794509 ], [ -122.239507, 37.794859 ], [ -122.239524, 37.794873 ], [ -122.239833, 37.795136 ], [ -122.239646, 37.795268 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405901", "name": "Census Tract 4059.01, Alameda County, California", "total_population_17": 4583, "white_alone_17": 179.0, "black_alone_17": 700.0, "native_alone_17": 185.0, "asian_alone_17": 1652.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1900.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.113, "pct_black_alone_change": -3.792, "pct_native_alone_change": 3.682, "pct_asian_alone_change": -6.539, "pct_hispanic_or_latino_change": 8.235, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+37.7877860", "INTPTLON": "-122.2357701" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.240966, 37.786564 ], [ -122.240735, 37.786796 ], [ -122.240658, 37.786874 ], [ -122.24058, 37.786956 ], [ -122.240348, 37.787201 ], [ -122.240271, 37.787284 ], [ -122.24019, 37.78737 ], [ -122.239949, 37.787629 ], [ -122.239869, 37.787716 ], [ -122.239784, 37.787799 ], [ -122.23953, 37.788049 ], [ -122.239494, 37.788086 ], [ -122.239448, 37.788135 ], [ -122.239376, 37.788216 ], [ -122.239161, 37.788459 ], [ -122.23909, 37.788541 ], [ -122.23901, 37.788622 ], [ -122.23877, 37.788866 ], [ -122.238691, 37.788948 ], [ -122.238611, 37.789034 ], [ -122.238374, 37.789291 ], [ -122.238295, 37.789378 ], [ -122.238214, 37.78946 ], [ -122.237974, 37.789708 ], [ -122.237968, 37.789716 ], [ -122.237924, 37.789748 ], [ -122.237876, 37.789765 ], [ -122.237808, 37.789787 ], [ -122.237751, 37.789818 ], [ -122.237468, 37.790112 ], [ -122.237434, 37.790148 ], [ -122.237374, 37.790211 ], [ -122.237304, 37.790284 ], [ -122.237115, 37.790488 ], [ -122.237102, 37.790509 ], [ -122.237085, 37.790542 ], [ -122.237072, 37.790605 ], [ -122.237058, 37.79065 ], [ -122.237033, 37.790697 ], [ -122.237021, 37.790708 ], [ -122.236779, 37.790961 ], [ -122.236699, 37.791046 ], [ -122.236601, 37.791144 ], [ -122.236367, 37.79138 ], [ -122.236295, 37.791427 ], [ -122.236238, 37.79151 ], [ -122.235512, 37.792267 ], [ -122.23544, 37.792224 ], [ -122.235019, 37.79197 ], [ -122.233759, 37.791209 ], [ -122.233412, 37.791 ], [ -122.233339, 37.790957 ], [ -122.232844, 37.790667 ], [ -122.2323, 37.790349 ], [ -122.231583, 37.789907 ], [ -122.231386, 37.789761 ], [ -122.231077, 37.789532 ], [ -122.230987, 37.789482 ], [ -122.230914, 37.789441 ], [ -122.231189, 37.789162 ], [ -122.231487, 37.788844 ], [ -122.231654, 37.788668 ], [ -122.231788, 37.788471 ], [ -122.231852, 37.788347 ], [ -122.231897, 37.788246 ], [ -122.231927, 37.788161 ], [ -122.23196, 37.788044 ], [ -122.231976, 37.787942 ], [ -122.232013, 37.78758 ], [ -122.232024, 37.787418 ], [ -122.232038, 37.78735 ], [ -122.232053, 37.787285 ], [ -122.23209, 37.78719 ], [ -122.232156, 37.787056 ], [ -122.232326, 37.786798 ], [ -122.232365, 37.786744 ], [ -122.232503, 37.786558 ], [ -122.232998, 37.786025 ], [ -122.233187, 37.785832 ], [ -122.2333, 37.785727 ], [ -122.234054, 37.785193 ], [ -122.234113, 37.785138 ], [ -122.234293, 37.784972 ], [ -122.234864, 37.784455 ], [ -122.235112, 37.784218 ], [ -122.2359, 37.78341 ], [ -122.235971, 37.783455 ], [ -122.236123, 37.783545 ], [ -122.236772, 37.783931 ], [ -122.236795, 37.783945 ], [ -122.237017, 37.784084 ], [ -122.237184, 37.784184 ], [ -122.237687, 37.784487 ], [ -122.237855, 37.784589 ], [ -122.237928, 37.784635 ], [ -122.238064, 37.784713 ], [ -122.238696, 37.785079 ], [ -122.238907, 37.785202 ], [ -122.238979, 37.785246 ], [ -122.239123, 37.785331 ], [ -122.239774, 37.785719 ], [ -122.239991, 37.785849 ], [ -122.240201, 37.785976 ], [ -122.240833, 37.786359 ], [ -122.241044, 37.786487 ], [ -122.240966, 37.786564 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001405902", "name": "Census Tract 4059.02, Alameda County, California", "total_population_17": 3101, "white_alone_17": 273.0, "black_alone_17": 424.0, "native_alone_17": 31.0, "asian_alone_17": 1480.0, "native_hawaiian_pacific_islander_17": 56.0, "hispanic_or_latino_17": 787.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 5.011, "pct_black_alone_change": -5.393, "pct_native_alone_change": 0.645, "pct_asian_alone_change": 5.142, "pct_hispanic_or_latino_change": -7.844, "pct_native_hawaiian_pacific_islander_change": 1.781, "INTPTLAT": "+37.7909447", "INTPTLON": "-122.2409530" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.247175, 37.789913 ], [ -122.246301, 37.790536 ], [ -122.246115, 37.790668 ], [ -122.245558, 37.791064 ], [ -122.245373, 37.791197 ], [ -122.245191, 37.791327 ], [ -122.244644, 37.791718 ], [ -122.244463, 37.791849 ], [ -122.244272, 37.791984 ], [ -122.2437, 37.79239 ], [ -122.243566, 37.792486 ], [ -122.243512, 37.792528 ], [ -122.243333, 37.792655 ], [ -122.242796, 37.793036 ], [ -122.242618, 37.793164 ], [ -122.242433, 37.793296 ], [ -122.241878, 37.793692 ], [ -122.241694, 37.793825 ], [ -122.241506, 37.793956 ], [ -122.240941, 37.79435 ], [ -122.240754, 37.794482 ], [ -122.240569, 37.794612 ], [ -122.240017, 37.795004 ], [ -122.239833, 37.795136 ], [ -122.239524, 37.794873 ], [ -122.239507, 37.794859 ], [ -122.239093, 37.794509 ], [ -122.238928, 37.79458 ], [ -122.237951, 37.794948 ], [ -122.23787, 37.794885 ], [ -122.237804, 37.794823 ], [ -122.237748, 37.794787 ], [ -122.237621, 37.794707 ], [ -122.237091, 37.794393 ], [ -122.237082, 37.794387 ], [ -122.236865, 37.794247 ], [ -122.237001, 37.794096 ], [ -122.23741, 37.793644 ], [ -122.237547, 37.793494 ], [ -122.237125, 37.793239 ], [ -122.235861, 37.792477 ], [ -122.235512, 37.792267 ], [ -122.236238, 37.79151 ], [ -122.236295, 37.791427 ], [ -122.236367, 37.79138 ], [ -122.236601, 37.791144 ], [ -122.236699, 37.791046 ], [ -122.236779, 37.790961 ], [ -122.237021, 37.790708 ], [ -122.237033, 37.790697 ], [ -122.237058, 37.79065 ], [ -122.237072, 37.790605 ], [ -122.237085, 37.790542 ], [ -122.237102, 37.790509 ], [ -122.237115, 37.790488 ], [ -122.237304, 37.790284 ], [ -122.237374, 37.790211 ], [ -122.237434, 37.790148 ], [ -122.237468, 37.790112 ], [ -122.237751, 37.789818 ], [ -122.237808, 37.789787 ], [ -122.237876, 37.789765 ], [ -122.237924, 37.789748 ], [ -122.237968, 37.789716 ], [ -122.237974, 37.789708 ], [ -122.238214, 37.78946 ], [ -122.238295, 37.789378 ], [ -122.238374, 37.789291 ], [ -122.238611, 37.789034 ], [ -122.238691, 37.788948 ], [ -122.23877, 37.788866 ], [ -122.23901, 37.788622 ], [ -122.23909, 37.788541 ], [ -122.239161, 37.788459 ], [ -122.239376, 37.788216 ], [ -122.239448, 37.788135 ], [ -122.239494, 37.788086 ], [ -122.23953, 37.788049 ], [ -122.239784, 37.787799 ], [ -122.239869, 37.787716 ], [ -122.239949, 37.787629 ], [ -122.24019, 37.78737 ], [ -122.240271, 37.787284 ], [ -122.240348, 37.787201 ], [ -122.24058, 37.786956 ], [ -122.240658, 37.786874 ], [ -122.240735, 37.786796 ], [ -122.240966, 37.786564 ], [ -122.241044, 37.786487 ], [ -122.241255, 37.78661 ], [ -122.241888, 37.786982 ], [ -122.2421, 37.787107 ], [ -122.242307, 37.787232 ], [ -122.24293, 37.787607 ], [ -122.243138, 37.787733 ], [ -122.243348, 37.787857 ], [ -122.243695, 37.788061 ], [ -122.243979, 37.788231 ], [ -122.244189, 37.788357 ], [ -122.244398, 37.788484 ], [ -122.245028, 37.788865 ], [ -122.245238, 37.788992 ], [ -122.245428, 37.789094 ], [ -122.245475, 37.78912 ], [ -122.24602, 37.789362 ], [ -122.246102, 37.789399 ], [ -122.246217, 37.789454 ], [ -122.246823, 37.789724 ], [ -122.247025, 37.789824 ], [ -122.247175, 37.789913 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406000", "name": "Census Tract 4060, Alameda County, California", "total_population_17": 3184, "white_alone_17": 655.0, "black_alone_17": 435.0, "native_alone_17": 33.0, "asian_alone_17": 1377.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 524.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 9.519, "pct_black_alone_change": 1.323, "pct_native_alone_change": 0.461, "pct_asian_alone_change": -2.225, "pct_hispanic_or_latino_change": -13.83, "pct_native_hawaiian_pacific_islander_change": 0.193, "INTPTLAT": "+37.7915385", "INTPTLON": "-122.2513420" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.267355, 37.788718 ], [ -122.264448, 37.790678 ], [ -122.264247, 37.790697 ], [ -122.263018, 37.790816 ], [ -122.263006, 37.790887 ], [ -122.262974, 37.791103 ], [ -122.262963, 37.791175 ], [ -122.263258, 37.791543 ], [ -122.262901, 37.791542 ], [ -122.262746, 37.791562 ], [ -122.262691, 37.791628 ], [ -122.262528, 37.791826 ], [ -122.262474, 37.791893 ], [ -122.262461, 37.791908 ], [ -122.262441, 37.79193 ], [ -122.262346, 37.792043 ], [ -122.262327, 37.792067 ], [ -122.262324, 37.792086 ], [ -122.262302, 37.792096 ], [ -122.262213, 37.792201 ], [ -122.262204, 37.792221 ], [ -122.262186, 37.792234 ], [ -122.262069, 37.792372 ], [ -122.262059, 37.792392 ], [ -122.261761, 37.793019 ], [ -122.2617, 37.793418 ], [ -122.26162, 37.793524 ], [ -122.26154, 37.793633 ], [ -122.261438, 37.793717 ], [ -122.261382, 37.793762 ], [ -122.261327, 37.793807 ], [ -122.261222, 37.793893 ], [ -122.261091, 37.794051 ], [ -122.261089, 37.794234 ], [ -122.261148, 37.794416 ], [ -122.2612, 37.794576 ], [ -122.261152, 37.7951 ], [ -122.260806, 37.79528 ], [ -122.260044, 37.795446 ], [ -122.259873, 37.79567 ], [ -122.259855, 37.795695 ], [ -122.259659, 37.796092 ], [ -122.259604, 37.796245 ], [ -122.259577, 37.79632 ], [ -122.259496, 37.796832 ], [ -122.259531, 37.797304 ], [ -122.259565, 37.797839 ], [ -122.259551, 37.798132 ], [ -122.259554, 37.798301 ], [ -122.259303, 37.798293 ], [ -122.258838, 37.798266 ], [ -122.258531, 37.798252 ], [ -122.258408, 37.798259 ], [ -122.258289, 37.798267 ], [ -122.258147, 37.798288 ], [ -122.258092, 37.798304 ], [ -122.258005, 37.79833 ], [ -122.257883, 37.798385 ], [ -122.257555, 37.798531 ], [ -122.25713, 37.798725 ], [ -122.257119, 37.798715 ], [ -122.256966, 37.798574 ], [ -122.256474, 37.798122 ], [ -122.25631, 37.797972 ], [ -122.256144, 37.797825 ], [ -122.255646, 37.797385 ], [ -122.255481, 37.797239 ], [ -122.255318, 37.79709 ], [ -122.254829, 37.796646 ], [ -122.254666, 37.796499 ], [ -122.254503, 37.796356 ], [ -122.254017, 37.795927 ], [ -122.253855, 37.795785 ], [ -122.25381, 37.795744 ], [ -122.253684, 37.795633 ], [ -122.253168, 37.795183 ], [ -122.252997, 37.795033 ], [ -122.252833, 37.794886 ], [ -122.252343, 37.794448 ], [ -122.25218, 37.794303 ], [ -122.252015, 37.794154 ], [ -122.251717, 37.793887 ], [ -122.25152, 37.79371 ], [ -122.251356, 37.793563 ], [ -122.251187, 37.793417 ], [ -122.251052, 37.793302 ], [ -122.250704, 37.792995 ], [ -122.250684, 37.792978 ], [ -122.250515, 37.792834 ], [ -122.250349, 37.792688 ], [ -122.249854, 37.792251 ], [ -122.249689, 37.792106 ], [ -122.249522, 37.791959 ], [ -122.249023, 37.791518 ], [ -122.248857, 37.791372 ], [ -122.248688, 37.791222 ], [ -122.248182, 37.790775 ], [ -122.248014, 37.790626 ], [ -122.247313, 37.79002 ], [ -122.247175, 37.789913 ], [ -122.247025, 37.789824 ], [ -122.246823, 37.789724 ], [ -122.246217, 37.789454 ], [ -122.246102, 37.789399 ], [ -122.24602, 37.789362 ], [ -122.245475, 37.78912 ], [ -122.245428, 37.789094 ], [ -122.245238, 37.788992 ], [ -122.245028, 37.788865 ], [ -122.244398, 37.788484 ], [ -122.244189, 37.788357 ], [ -122.243979, 37.788231 ], [ -122.243695, 37.788061 ], [ -122.243348, 37.787857 ], [ -122.243138, 37.787733 ], [ -122.24293, 37.787607 ], [ -122.242307, 37.787232 ], [ -122.2421, 37.787107 ], [ -122.241888, 37.786982 ], [ -122.241255, 37.78661 ], [ -122.241044, 37.786487 ], [ -122.240833, 37.786359 ], [ -122.240201, 37.785976 ], [ -122.239991, 37.785849 ], [ -122.239774, 37.785719 ], [ -122.239123, 37.785331 ], [ -122.238979, 37.785246 ], [ -122.238907, 37.785202 ], [ -122.238696, 37.785079 ], [ -122.238064, 37.784713 ], [ -122.237928, 37.784635 ], [ -122.237855, 37.784589 ], [ -122.237687, 37.784487 ], [ -122.237184, 37.784184 ], [ -122.237017, 37.784084 ], [ -122.236795, 37.783945 ], [ -122.236772, 37.783931 ], [ -122.236123, 37.783545 ], [ -122.235971, 37.783455 ], [ -122.2359, 37.78341 ], [ -122.235952, 37.783356 ], [ -122.236053, 37.78325 ], [ -122.236513, 37.78277 ], [ -122.236667, 37.78261 ], [ -122.236743, 37.782649 ], [ -122.237056, 37.782841 ], [ -122.237736, 37.783261 ], [ -122.238151, 37.783507 ], [ -122.238219, 37.783545 ], [ -122.238615, 37.783767 ], [ -122.23868, 37.783675 ], [ -122.238716, 37.783585 ], [ -122.238723, 37.783516 ], [ -122.238713, 37.783419 ], [ -122.238694, 37.78335 ], [ -122.238686, 37.783322 ], [ -122.238627, 37.783227 ], [ -122.238563, 37.783154 ], [ -122.23843, 37.783056 ], [ -122.238051, 37.782831 ], [ -122.237772, 37.78262 ], [ -122.237651, 37.782512 ], [ -122.237598, 37.782446 ], [ -122.237517, 37.782338 ], [ -122.237455, 37.782208 ], [ -122.237421, 37.782134 ], [ -122.237309, 37.781758 ], [ -122.237272, 37.781499 ], [ -122.23716, 37.780895 ], [ -122.237023, 37.780395 ], [ -122.236951, 37.780095 ], [ -122.236899, 37.779802 ], [ -122.236754, 37.779066 ], [ -122.236634, 37.778259 ], [ -122.236628, 37.778024 ], [ -122.236629, 37.777961 ], [ -122.236634, 37.777775 ], [ -122.236632, 37.777714 ], [ -122.236629, 37.777644 ], [ -122.236614, 37.777565 ], [ -122.236589, 37.777488 ], [ -122.236577, 37.777452 ], [ -122.236536, 37.777361 ], [ -122.236478, 37.777275 ], [ -122.236317, 37.77706 ], [ -122.236217, 37.776935 ], [ -122.236161, 37.776882 ], [ -122.236051, 37.776759 ], [ -122.236109, 37.776725 ], [ -122.236133, 37.776711 ], [ -122.236318, 37.776643 ], [ -122.236316, 37.776619 ], [ -122.236311, 37.776547 ], [ -122.23631, 37.776524 ], [ -122.236301, 37.776332 ], [ -122.236277, 37.775759 ], [ -122.236212, 37.775573 ], [ -122.236142, 37.774747 ], [ -122.236003, 37.773859 ], [ -122.235894, 37.773653 ], [ -122.235839, 37.77355 ], [ -122.235841, 37.773535 ], [ -122.235912, 37.773265 ], [ -122.235867, 37.772801 ], [ -122.235863, 37.772758 ], [ -122.235862, 37.772645 ], [ -122.235879, 37.772578 ], [ -122.235911, 37.772513 ], [ -122.235952, 37.772459 ], [ -122.236038, 37.77236 ], [ -122.236172, 37.772203 ], [ -122.236206, 37.772156 ], [ -122.236566, 37.771731 ], [ -122.238506, 37.772954 ], [ -122.240684, 37.774327 ], [ -122.242569, 37.775687 ], [ -122.24362, 37.776445 ], [ -122.244055, 37.777418 ], [ -122.244817, 37.779123 ], [ -122.244829, 37.779258 ], [ -122.244844, 37.779427 ], [ -122.24485, 37.779498 ], [ -122.244978, 37.780925 ], [ -122.245159, 37.782324 ], [ -122.245219, 37.783033 ], [ -122.245759, 37.783933 ], [ -122.245801, 37.783971 ], [ -122.246591, 37.784679 ], [ -122.247498, 37.785247 ], [ -122.248662, 37.785836 ], [ -122.251332, 37.786881 ], [ -122.252676, 37.786987 ], [ -122.25478, 37.786728 ], [ -122.25558, 37.786328 ], [ -122.256936, 37.785733 ], [ -122.258098, 37.785224 ], [ -122.259338, 37.784755 ], [ -122.260868, 37.785308 ], [ -122.264285, 37.786545 ], [ -122.26596, 37.787152 ], [ -122.26838, 37.788028 ], [ -122.267355, 37.788718 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406100", "name": "Census Tract 4061, Alameda County, California", "total_population_17": 4629, "white_alone_17": 652.0, "black_alone_17": 482.0, "native_alone_17": 208.0, "asian_alone_17": 622.0, "native_hawaiian_pacific_islander_17": 36.0, "hispanic_or_latino_17": 2716.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 2.158, "pct_black_alone_change": -2.258, "pct_native_alone_change": 3.261, "pct_asian_alone_change": 2.904, "pct_hispanic_or_latino_change": -4.567, "pct_native_hawaiian_pacific_islander_change": 0.638, "INTPTLAT": "+37.7741755", "INTPTLON": "-122.2275801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.238716, 37.783585 ], [ -122.23868, 37.783675 ], [ -122.238615, 37.783767 ], [ -122.238219, 37.783545 ], [ -122.238151, 37.783507 ], [ -122.237736, 37.783261 ], [ -122.237056, 37.782841 ], [ -122.236743, 37.782649 ], [ -122.236667, 37.78261 ], [ -122.236513, 37.78277 ], [ -122.236053, 37.78325 ], [ -122.235952, 37.783356 ], [ -122.2359, 37.78341 ], [ -122.235691, 37.783283 ], [ -122.235157, 37.782961 ], [ -122.235065, 37.782904 ], [ -122.234858, 37.782776 ], [ -122.234445, 37.782533 ], [ -122.233834, 37.782177 ], [ -122.233762, 37.78213 ], [ -122.233704, 37.782095 ], [ -122.232587, 37.781428 ], [ -122.232393, 37.781309 ], [ -122.231481, 37.780769 ], [ -122.231344, 37.780688 ], [ -122.230934, 37.780446 ], [ -122.230798, 37.780366 ], [ -122.230635, 37.780268 ], [ -122.230149, 37.779974 ], [ -122.229987, 37.779876 ], [ -122.229093, 37.779343 ], [ -122.228074, 37.778728 ], [ -122.227853, 37.778614 ], [ -122.22766, 37.778518 ], [ -122.227366, 37.778381 ], [ -122.227202, 37.778303 ], [ -122.226623, 37.778036 ], [ -122.226459, 37.777957 ], [ -122.225967, 37.77772 ], [ -122.22588, 37.777679 ], [ -122.225803, 37.777643 ], [ -122.225547, 37.77752 ], [ -122.224782, 37.777153 ], [ -122.224527, 37.777031 ], [ -122.224387, 37.776965 ], [ -122.224173, 37.776866 ], [ -122.223969, 37.776766 ], [ -122.223831, 37.776699 ], [ -122.22378, 37.776674 ], [ -122.22363, 37.776599 ], [ -122.22358, 37.776574 ], [ -122.223397, 37.776486 ], [ -122.223001, 37.776297 ], [ -122.22285, 37.776225 ], [ -122.222741, 37.776174 ], [ -122.222668, 37.77614 ], [ -122.222538, 37.776074 ], [ -122.22215, 37.775878 ], [ -122.222021, 37.775813 ], [ -122.221974, 37.775791 ], [ -122.221833, 37.775725 ], [ -122.221787, 37.775703 ], [ -122.2216, 37.775614 ], [ -122.221041, 37.775348 ], [ -122.220855, 37.77526 ], [ -122.220672, 37.775172 ], [ -122.220126, 37.774908 ], [ -122.219944, 37.774821 ], [ -122.219742, 37.774726 ], [ -122.219139, 37.774442 ], [ -122.218938, 37.774348 ], [ -122.218757, 37.77425 ], [ -122.218075, 37.773942 ], [ -122.217957, 37.773889 ], [ -122.21757, 37.773711 ], [ -122.217173, 37.773523 ], [ -122.217093, 37.773482 ], [ -122.216856, 37.773362 ], [ -122.216777, 37.773322 ], [ -122.216666, 37.773269 ], [ -122.216372, 37.77313 ], [ -122.216336, 37.773113 ], [ -122.216226, 37.773062 ], [ -122.216102, 37.772998 ], [ -122.215941, 37.77292 ], [ -122.215096, 37.772513 ], [ -122.215083, 37.772507 ], [ -122.21485, 37.772401 ], [ -122.214794, 37.772376 ], [ -122.214911, 37.772289 ], [ -122.214959, 37.772252 ], [ -122.215456, 37.771879 ], [ -122.215622, 37.771755 ], [ -122.216077, 37.7714 ], [ -122.216113, 37.771372 ], [ -122.21616, 37.771338 ], [ -122.216195, 37.771313 ], [ -122.216713, 37.770911 ], [ -122.216795, 37.770848 ], [ -122.216863, 37.770794 ], [ -122.216924, 37.770748 ], [ -122.217067, 37.770633 ], [ -122.217076, 37.770627 ], [ -122.21714, 37.770585 ], [ -122.217334, 37.770444 ], [ -122.217394, 37.770402 ], [ -122.217911, 37.770012 ], [ -122.218104, 37.769868 ], [ -122.218985, 37.769198 ], [ -122.219903, 37.768481 ], [ -122.219932, 37.76846 ], [ -122.220257, 37.768207 ], [ -122.220337, 37.768143 ], [ -122.220431, 37.768081 ], [ -122.220469, 37.768054 ], [ -122.220536, 37.768007 ], [ -122.220608, 37.76796 ], [ -122.220665, 37.767918 ], [ -122.220723, 37.767875 ], [ -122.220831, 37.767795 ], [ -122.220985, 37.767681 ], [ -122.221421, 37.767359 ], [ -122.221549, 37.76726 ], [ -122.221936, 37.766964 ], [ -122.222065, 37.766866 ], [ -122.222403, 37.766608 ], [ -122.223417, 37.765836 ], [ -122.223756, 37.765579 ], [ -122.224249, 37.765132 ], [ -122.224388, 37.76502 ], [ -122.224401, 37.765009 ], [ -122.224575, 37.76485 ], [ -122.224904, 37.764563 ], [ -122.224925, 37.7646 ], [ -122.225288, 37.765418 ], [ -122.225756, 37.765965 ], [ -122.226583, 37.766934 ], [ -122.22865, 37.768306 ], [ -122.23001, 37.768893 ], [ -122.230205, 37.768977 ], [ -122.230314, 37.769024 ], [ -122.230454, 37.769085 ], [ -122.236355, 37.771633 ], [ -122.236488, 37.771696 ], [ -122.236566, 37.771731 ], [ -122.236206, 37.772156 ], [ -122.236172, 37.772203 ], [ -122.236038, 37.77236 ], [ -122.235952, 37.772459 ], [ -122.235911, 37.772513 ], [ -122.235879, 37.772578 ], [ -122.235862, 37.772645 ], [ -122.235863, 37.772758 ], [ -122.235867, 37.772801 ], [ -122.235912, 37.773265 ], [ -122.235841, 37.773535 ], [ -122.235839, 37.77355 ], [ -122.235894, 37.773653 ], [ -122.236003, 37.773859 ], [ -122.236142, 37.774747 ], [ -122.236212, 37.775573 ], [ -122.236277, 37.775759 ], [ -122.236301, 37.776332 ], [ -122.23631, 37.776524 ], [ -122.236311, 37.776547 ], [ -122.236316, 37.776619 ], [ -122.236318, 37.776643 ], [ -122.236133, 37.776711 ], [ -122.236109, 37.776725 ], [ -122.236051, 37.776759 ], [ -122.236161, 37.776882 ], [ -122.236217, 37.776935 ], [ -122.236317, 37.77706 ], [ -122.236478, 37.777275 ], [ -122.236536, 37.777361 ], [ -122.236577, 37.777452 ], [ -122.236589, 37.777488 ], [ -122.236614, 37.777565 ], [ -122.236629, 37.777644 ], [ -122.236632, 37.777714 ], [ -122.236634, 37.777775 ], [ -122.236629, 37.777961 ], [ -122.236628, 37.778024 ], [ -122.236634, 37.778259 ], [ -122.236754, 37.779066 ], [ -122.236899, 37.779802 ], [ -122.236951, 37.780095 ], [ -122.237023, 37.780395 ], [ -122.23716, 37.780895 ], [ -122.237272, 37.781499 ], [ -122.237309, 37.781758 ], [ -122.237421, 37.782134 ], [ -122.237455, 37.782208 ], [ -122.237517, 37.782338 ], [ -122.237598, 37.782446 ], [ -122.237651, 37.782512 ], [ -122.237772, 37.78262 ], [ -122.238051, 37.782831 ], [ -122.23843, 37.783056 ], [ -122.238563, 37.783154 ], [ -122.238627, 37.783227 ], [ -122.238686, 37.783322 ], [ -122.238694, 37.78335 ], [ -122.238713, 37.783419 ], [ -122.238723, 37.783516 ], [ -122.238716, 37.783585 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406201", "name": "Census Tract 4062.01, Alameda County, California", "total_population_17": 4399, "white_alone_17": 314.0, "black_alone_17": 708.0, "native_alone_17": 14.0, "asian_alone_17": 998.0, "native_hawaiian_pacific_islander_17": 137.0, "hispanic_or_latino_17": 1938.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 3.812, "pct_black_alone_change": -0.003, "pct_native_alone_change": -0.32, "pct_asian_alone_change": -5.045, "pct_hispanic_or_latino_change": -7.651, "pct_native_hawaiian_pacific_islander_change": 3.114, "INTPTLAT": "+37.7850449", "INTPTLON": "-122.2307360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.2359, 37.78341 ], [ -122.235112, 37.784218 ], [ -122.234864, 37.784455 ], [ -122.234293, 37.784972 ], [ -122.234113, 37.785138 ], [ -122.234054, 37.785193 ], [ -122.2333, 37.785727 ], [ -122.233187, 37.785832 ], [ -122.232998, 37.786025 ], [ -122.232503, 37.786558 ], [ -122.232365, 37.786744 ], [ -122.232326, 37.786798 ], [ -122.232156, 37.787056 ], [ -122.23209, 37.78719 ], [ -122.232053, 37.787285 ], [ -122.232038, 37.78735 ], [ -122.232024, 37.787418 ], [ -122.232013, 37.78758 ], [ -122.231976, 37.787942 ], [ -122.23196, 37.788044 ], [ -122.231927, 37.788161 ], [ -122.231897, 37.788246 ], [ -122.231852, 37.788347 ], [ -122.231788, 37.788471 ], [ -122.231654, 37.788668 ], [ -122.231487, 37.788844 ], [ -122.231189, 37.789162 ], [ -122.230914, 37.789441 ], [ -122.230663, 37.789287 ], [ -122.22977, 37.788741 ], [ -122.229666, 37.788677 ], [ -122.228901, 37.788213 ], [ -122.228612, 37.788044 ], [ -122.227748, 37.787537 ], [ -122.227461, 37.787368 ], [ -122.227323, 37.787285 ], [ -122.226909, 37.787039 ], [ -122.226772, 37.786957 ], [ -122.226623, 37.786872 ], [ -122.226177, 37.78662 ], [ -122.226029, 37.786536 ], [ -122.225884, 37.786448 ], [ -122.225451, 37.786185 ], [ -122.225307, 37.786098 ], [ -122.226057, 37.785312 ], [ -122.226792, 37.784511 ], [ -122.227537, 37.78495 ], [ -122.22793, 37.784529 ], [ -122.227935, 37.7845 ], [ -122.227961, 37.784464 ], [ -122.228167, 37.784244 ], [ -122.228937, 37.783425 ], [ -122.229194, 37.783152 ], [ -122.229341, 37.783001 ], [ -122.229786, 37.782551 ], [ -122.229935, 37.782402 ], [ -122.230109, 37.782216 ], [ -122.230635, 37.781659 ], [ -122.230719, 37.781571 ], [ -122.230775, 37.781513 ], [ -122.230811, 37.781475 ], [ -122.230944, 37.781333 ], [ -122.231347, 37.78091 ], [ -122.231481, 37.780769 ], [ -122.232393, 37.781309 ], [ -122.232587, 37.781428 ], [ -122.233704, 37.782095 ], [ -122.233762, 37.78213 ], [ -122.233834, 37.782177 ], [ -122.234445, 37.782533 ], [ -122.234858, 37.782776 ], [ -122.235065, 37.782904 ], [ -122.235157, 37.782961 ], [ -122.235691, 37.783283 ], [ -122.2359, 37.78341 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406202", "name": "Census Tract 4062.02, Alameda County, California", "total_population_17": 4597, "white_alone_17": 488.0, "black_alone_17": 552.0, "native_alone_17": 342.0, "asian_alone_17": 372.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2770.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 5.207, "pct_black_alone_change": -1.859, "pct_native_alone_change": 6.319, "pct_asian_alone_change": -6.208, "pct_hispanic_or_latino_change": -4.357, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7819786", "INTPTLON": "-122.2265557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.231347, 37.78091 ], [ -122.230944, 37.781333 ], [ -122.230811, 37.781475 ], [ -122.230775, 37.781513 ], [ -122.230719, 37.781571 ], [ -122.230635, 37.781659 ], [ -122.230109, 37.782216 ], [ -122.229935, 37.782402 ], [ -122.229786, 37.782551 ], [ -122.229341, 37.783001 ], [ -122.229194, 37.783152 ], [ -122.228937, 37.783425 ], [ -122.228167, 37.784244 ], [ -122.227961, 37.784464 ], [ -122.227935, 37.7845 ], [ -122.22793, 37.784529 ], [ -122.227537, 37.78495 ], [ -122.226792, 37.784511 ], [ -122.226057, 37.785312 ], [ -122.225307, 37.786098 ], [ -122.225127, 37.78599 ], [ -122.224841, 37.785818 ], [ -122.224767, 37.785782 ], [ -122.224567, 37.785713 ], [ -122.224369, 37.785646 ], [ -122.224317, 37.785628 ], [ -122.224304, 37.785624 ], [ -122.224109, 37.785566 ], [ -122.224044, 37.785547 ], [ -122.223875, 37.785487 ], [ -122.223369, 37.78531 ], [ -122.223201, 37.785251 ], [ -122.22301, 37.785188 ], [ -122.222439, 37.784999 ], [ -122.222322, 37.784961 ], [ -122.222249, 37.784938 ], [ -122.222344, 37.7847 ], [ -122.222632, 37.783986 ], [ -122.222729, 37.783749 ], [ -122.222755, 37.783684 ], [ -122.222816, 37.783559 ], [ -122.223093, 37.782997 ], [ -122.223186, 37.78281 ], [ -122.223271, 37.782645 ], [ -122.22353, 37.78215 ], [ -122.223617, 37.781986 ], [ -122.223673, 37.78187 ], [ -122.223843, 37.781524 ], [ -122.2239, 37.781409 ], [ -122.223928, 37.781351 ], [ -122.224013, 37.781181 ], [ -122.224042, 37.781124 ], [ -122.224121, 37.780958 ], [ -122.224264, 37.780659 ], [ -122.224367, 37.780465 ], [ -122.224455, 37.780304 ], [ -122.224507, 37.780197 ], [ -122.224666, 37.779878 ], [ -122.224719, 37.779772 ], [ -122.224824, 37.779567 ], [ -122.225143, 37.778952 ], [ -122.22525, 37.778748 ], [ -122.225311, 37.778624 ], [ -122.225497, 37.778253 ], [ -122.225559, 37.77813 ], [ -122.225607, 37.778032 ], [ -122.225754, 37.77774 ], [ -122.225803, 37.777643 ], [ -122.22588, 37.777679 ], [ -122.225967, 37.77772 ], [ -122.226459, 37.777957 ], [ -122.226623, 37.778036 ], [ -122.227202, 37.778303 ], [ -122.227366, 37.778381 ], [ -122.22766, 37.778518 ], [ -122.227853, 37.778614 ], [ -122.228074, 37.778728 ], [ -122.229093, 37.779343 ], [ -122.229987, 37.779876 ], [ -122.230149, 37.779974 ], [ -122.230635, 37.780268 ], [ -122.230798, 37.780366 ], [ -122.230934, 37.780446 ], [ -122.231344, 37.780688 ], [ -122.231481, 37.780769 ], [ -122.231347, 37.78091 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406300", "name": "Census Tract 4063, Alameda County, California", "total_population_17": 4128, "white_alone_17": 465.0, "black_alone_17": 618.0, "native_alone_17": 18.0, "asian_alone_17": 1462.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1481.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 4.712, "pct_black_alone_change": -16.185, "pct_native_alone_change": -0.358, "pct_asian_alone_change": 7.549, "pct_hispanic_or_latino_change": 2.793, "pct_native_hawaiian_pacific_islander_change": -0.272, "INTPTLAT": "+37.7892880", "INTPTLON": "-122.2250127" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.230762, 37.789595 ], [ -122.230363, 37.790025 ], [ -122.230201, 37.790173 ], [ -122.230129, 37.790222 ], [ -122.22992, 37.790332 ], [ -122.229294, 37.790661 ], [ -122.229086, 37.790772 ], [ -122.229001, 37.790821 ], [ -122.228935, 37.790871 ], [ -122.228905, 37.790894 ], [ -122.228743, 37.791053 ], [ -122.228546, 37.791248 ], [ -122.228418, 37.791376 ], [ -122.228396, 37.791397 ], [ -122.22833, 37.79146 ], [ -122.228308, 37.791481 ], [ -122.228257, 37.791532 ], [ -122.228169, 37.791623 ], [ -122.227782, 37.792023 ], [ -122.227756, 37.792051 ], [ -122.227695, 37.792119 ], [ -122.227627, 37.792202 ], [ -122.227436, 37.792468 ], [ -122.226862, 37.793269 ], [ -122.226772, 37.793397 ], [ -122.226718, 37.793482 ], [ -122.226685, 37.793545 ], [ -122.226541, 37.793523 ], [ -122.226473, 37.793512 ], [ -122.226378, 37.793498 ], [ -122.226258, 37.793473 ], [ -122.226121, 37.793417 ], [ -122.226094, 37.793406 ], [ -122.225991, 37.793354 ], [ -122.225878, 37.79329 ], [ -122.22554, 37.7931 ], [ -122.225428, 37.793037 ], [ -122.225153, 37.792887 ], [ -122.224332, 37.79244 ], [ -122.224058, 37.792291 ], [ -122.224003, 37.79226 ], [ -122.223838, 37.792168 ], [ -122.223784, 37.792138 ], [ -122.223688, 37.792087 ], [ -122.2234, 37.791934 ], [ -122.223305, 37.791883 ], [ -122.223177, 37.791813 ], [ -122.222794, 37.791606 ], [ -122.222667, 37.791538 ], [ -122.222603, 37.791503 ], [ -122.222411, 37.791401 ], [ -122.222348, 37.791367 ], [ -122.222242, 37.79131 ], [ -122.222147, 37.791259 ], [ -122.221926, 37.79114 ], [ -122.221821, 37.791084 ], [ -122.221772, 37.791055 ], [ -122.221694, 37.791011 ], [ -122.221623, 37.790974 ], [ -122.221573, 37.790949 ], [ -122.221454, 37.790888 ], [ -122.221343, 37.790845 ], [ -122.221278, 37.790829 ], [ -122.220349, 37.790601 ], [ -122.220246, 37.790576 ], [ -122.220089, 37.79054 ], [ -122.219995, 37.790516 ], [ -122.220055, 37.790385 ], [ -122.220237, 37.789994 ], [ -122.220299, 37.789864 ], [ -122.220341, 37.789752 ], [ -122.220469, 37.789418 ], [ -122.220512, 37.789307 ], [ -122.220569, 37.789165 ], [ -122.220741, 37.78874 ], [ -122.220799, 37.788599 ], [ -122.220813, 37.788561 ], [ -122.220856, 37.788447 ], [ -122.220871, 37.78841 ], [ -122.220926, 37.788272 ], [ -122.221094, 37.78786 ], [ -122.22115, 37.787723 ], [ -122.221158, 37.787698 ], [ -122.221184, 37.787623 ], [ -122.221193, 37.787599 ], [ -122.22124, 37.787477 ], [ -122.221383, 37.787111 ], [ -122.221431, 37.78699 ], [ -122.221442, 37.786958 ], [ -122.221479, 37.786864 ], [ -122.221491, 37.786833 ], [ -122.221534, 37.786728 ], [ -122.221666, 37.786413 ], [ -122.22171, 37.786309 ], [ -122.221764, 37.78617 ], [ -122.221927, 37.785757 ], [ -122.221982, 37.785619 ], [ -122.221997, 37.78558 ], [ -122.222045, 37.785464 ], [ -122.222062, 37.785426 ], [ -122.222099, 37.785328 ], [ -122.222211, 37.785035 ], [ -122.222249, 37.784938 ], [ -122.222322, 37.784961 ], [ -122.222439, 37.784999 ], [ -122.22301, 37.785188 ], [ -122.223201, 37.785251 ], [ -122.223369, 37.78531 ], [ -122.223875, 37.785487 ], [ -122.224044, 37.785547 ], [ -122.224109, 37.785566 ], [ -122.224304, 37.785624 ], [ -122.224317, 37.785628 ], [ -122.224369, 37.785646 ], [ -122.224567, 37.785713 ], [ -122.224767, 37.785782 ], [ -122.224841, 37.785818 ], [ -122.225127, 37.78599 ], [ -122.225307, 37.786098 ], [ -122.225451, 37.786185 ], [ -122.225884, 37.786448 ], [ -122.226029, 37.786536 ], [ -122.226177, 37.78662 ], [ -122.226623, 37.786872 ], [ -122.226772, 37.786957 ], [ -122.226909, 37.787039 ], [ -122.227323, 37.787285 ], [ -122.227461, 37.787368 ], [ -122.227748, 37.787537 ], [ -122.228612, 37.788044 ], [ -122.228901, 37.788213 ], [ -122.229666, 37.788677 ], [ -122.22977, 37.788741 ], [ -122.230663, 37.789287 ], [ -122.230914, 37.789441 ], [ -122.230762, 37.789595 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406400", "name": "Census Tract 4064, Alameda County, California", "total_population_17": 2355, "white_alone_17": 696.0, "black_alone_17": 598.0, "native_alone_17": 24.0, "asian_alone_17": 447.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 422.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 7.278, "pct_black_alone_change": -13.535, "pct_native_alone_change": 0.184, "pct_asian_alone_change": -4.262, "pct_hispanic_or_latino_change": 3.376, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7968060", "INTPTLON": "-122.2217201" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.226641, 37.793651 ], [ -122.226619, 37.793728 ], [ -122.226574, 37.793889 ], [ -122.226444, 37.794289 ], [ -122.226385, 37.794476 ], [ -122.226323, 37.794671 ], [ -122.226139, 37.795258 ], [ -122.226079, 37.795454 ], [ -122.226017, 37.79565 ], [ -122.225834, 37.796238 ], [ -122.225773, 37.796435 ], [ -122.225658, 37.796795 ], [ -122.225433, 37.79751 ], [ -122.225399, 37.7976 ], [ -122.225362, 37.797676 ], [ -122.225311, 37.797761 ], [ -122.225253, 37.79784 ], [ -122.225181, 37.797923 ], [ -122.224985, 37.798117 ], [ -122.224935, 37.798171 ], [ -122.224893, 37.798227 ], [ -122.224844, 37.798308 ], [ -122.224714, 37.798577 ], [ -122.224697, 37.798622 ], [ -122.224647, 37.79876 ], [ -122.224568, 37.79901 ], [ -122.224478, 37.799297 ], [ -122.22436, 37.799639 ], [ -122.224317, 37.799733 ], [ -122.224305, 37.799752 ], [ -122.224262, 37.799825 ], [ -122.224201, 37.799926 ], [ -122.22417, 37.799977 ], [ -122.223914, 37.799925 ], [ -122.223146, 37.799772 ], [ -122.223096, 37.799762 ], [ -122.22289, 37.799722 ], [ -122.222508, 37.799648 ], [ -122.221871, 37.799527 ], [ -122.221363, 37.799432 ], [ -122.220981, 37.799362 ], [ -122.220949, 37.799356 ], [ -122.220854, 37.799338 ], [ -122.220823, 37.799332 ], [ -122.220372, 37.799236 ], [ -122.220329, 37.799227 ], [ -122.219657, 37.79907 ], [ -122.219028, 37.798913 ], [ -122.218581, 37.798803 ], [ -122.2183, 37.798733 ], [ -122.218259, 37.798722 ], [ -122.217297, 37.798476 ], [ -122.217167, 37.798443 ], [ -122.217062, 37.798423 ], [ -122.216974, 37.798404 ], [ -122.217004, 37.798318 ], [ -122.217007, 37.798308 ], [ -122.217039, 37.798213 ], [ -122.21711, 37.798022 ], [ -122.217146, 37.797928 ], [ -122.217173, 37.797829 ], [ -122.217222, 37.79766 ], [ -122.217268, 37.797536 ], [ -122.217304, 37.797441 ], [ -122.217325, 37.797381 ], [ -122.217392, 37.797202 ], [ -122.217415, 37.797143 ], [ -122.217439, 37.797071 ], [ -122.217515, 37.796855 ], [ -122.217541, 37.796784 ], [ -122.217588, 37.796666 ], [ -122.217732, 37.796312 ], [ -122.21778, 37.796195 ], [ -122.21781, 37.796121 ], [ -122.217904, 37.795899 ], [ -122.217936, 37.795826 ], [ -122.217971, 37.795731 ], [ -122.218078, 37.795446 ], [ -122.218114, 37.795352 ], [ -122.218184, 37.795176 ], [ -122.218398, 37.794651 ], [ -122.218469, 37.794476 ], [ -122.218517, 37.794354 ], [ -122.218662, 37.79399 ], [ -122.218711, 37.793869 ], [ -122.218758, 37.793751 ], [ -122.2189, 37.793397 ], [ -122.218948, 37.79328 ], [ -122.218966, 37.793233 ], [ -122.219023, 37.793095 ], [ -122.219042, 37.793049 ], [ -122.219088, 37.792923 ], [ -122.219228, 37.792549 ], [ -122.219275, 37.792424 ], [ -122.219318, 37.792319 ], [ -122.219448, 37.792004 ], [ -122.219492, 37.7919 ], [ -122.219543, 37.79175 ], [ -122.219698, 37.791301 ], [ -122.219751, 37.791152 ], [ -122.219859, 37.790876 ], [ -122.219995, 37.790516 ], [ -122.220089, 37.79054 ], [ -122.220246, 37.790576 ], [ -122.220349, 37.790601 ], [ -122.221278, 37.790829 ], [ -122.221343, 37.790845 ], [ -122.221454, 37.790888 ], [ -122.221573, 37.790949 ], [ -122.221623, 37.790974 ], [ -122.221694, 37.791011 ], [ -122.221772, 37.791055 ], [ -122.221821, 37.791084 ], [ -122.221926, 37.79114 ], [ -122.222147, 37.791259 ], [ -122.222242, 37.79131 ], [ -122.222348, 37.791367 ], [ -122.222411, 37.791401 ], [ -122.222603, 37.791503 ], [ -122.222667, 37.791538 ], [ -122.222794, 37.791606 ], [ -122.223177, 37.791813 ], [ -122.223305, 37.791883 ], [ -122.2234, 37.791934 ], [ -122.223688, 37.792087 ], [ -122.223784, 37.792138 ], [ -122.223838, 37.792168 ], [ -122.224003, 37.79226 ], [ -122.224058, 37.792291 ], [ -122.224332, 37.79244 ], [ -122.225153, 37.792887 ], [ -122.225428, 37.793037 ], [ -122.22554, 37.7931 ], [ -122.225878, 37.79329 ], [ -122.225991, 37.793354 ], [ -122.226094, 37.793406 ], [ -122.226121, 37.793417 ], [ -122.226258, 37.793473 ], [ -122.226378, 37.793498 ], [ -122.226473, 37.793512 ], [ -122.226541, 37.793523 ], [ -122.226685, 37.793545 ], [ -122.226641, 37.793651 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406500", "name": "Census Tract 4065, Alameda County, California", "total_population_17": 6231, "white_alone_17": 392.0, "black_alone_17": 1151.0, "native_alone_17": 105.0, "asian_alone_17": 926.0, "native_hawaiian_pacific_islander_17": 24.0, "hispanic_or_latino_17": 3425.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -2.009, "pct_black_alone_change": -8.235, "pct_native_alone_change": 1.061, "pct_asian_alone_change": -9.975, "pct_hispanic_or_latino_change": 16.25, "pct_native_hawaiian_pacific_islander_change": 0.241, "INTPTLAT": "+37.7880811", "INTPTLON": "-122.2169865" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.222632, 37.783986 ], [ -122.222344, 37.7847 ], [ -122.222249, 37.784938 ], [ -122.222211, 37.785035 ], [ -122.222099, 37.785328 ], [ -122.222062, 37.785426 ], [ -122.222045, 37.785464 ], [ -122.221997, 37.78558 ], [ -122.221982, 37.785619 ], [ -122.221927, 37.785757 ], [ -122.221764, 37.78617 ], [ -122.22171, 37.786309 ], [ -122.221666, 37.786413 ], [ -122.221534, 37.786728 ], [ -122.221491, 37.786833 ], [ -122.221479, 37.786864 ], [ -122.221442, 37.786958 ], [ -122.221431, 37.78699 ], [ -122.221383, 37.787111 ], [ -122.22124, 37.787477 ], [ -122.221193, 37.787599 ], [ -122.221184, 37.787623 ], [ -122.221158, 37.787698 ], [ -122.22115, 37.787723 ], [ -122.221094, 37.78786 ], [ -122.220926, 37.788272 ], [ -122.220871, 37.78841 ], [ -122.220856, 37.788447 ], [ -122.220813, 37.788561 ], [ -122.220799, 37.788599 ], [ -122.220741, 37.78874 ], [ -122.220569, 37.789165 ], [ -122.220512, 37.789307 ], [ -122.220469, 37.789418 ], [ -122.220341, 37.789752 ], [ -122.220299, 37.789864 ], [ -122.220237, 37.789994 ], [ -122.220055, 37.790385 ], [ -122.219995, 37.790516 ], [ -122.219859, 37.790876 ], [ -122.219751, 37.791152 ], [ -122.219698, 37.791301 ], [ -122.219543, 37.79175 ], [ -122.219492, 37.7919 ], [ -122.219448, 37.792004 ], [ -122.219318, 37.792319 ], [ -122.219275, 37.792424 ], [ -122.219228, 37.792549 ], [ -122.219088, 37.792923 ], [ -122.219042, 37.793049 ], [ -122.219023, 37.793095 ], [ -122.218966, 37.793233 ], [ -122.218948, 37.79328 ], [ -122.2189, 37.793397 ], [ -122.218758, 37.793751 ], [ -122.218711, 37.793869 ], [ -122.218662, 37.79399 ], [ -122.218517, 37.794354 ], [ -122.218469, 37.794476 ], [ -122.2184, 37.794446 ], [ -122.218254, 37.794407 ], [ -122.217601, 37.794235 ], [ -122.217556, 37.794224 ], [ -122.217431, 37.794208 ], [ -122.217381, 37.794191 ], [ -122.217343, 37.794178 ], [ -122.217169, 37.794079 ], [ -122.217034, 37.794002 ], [ -122.216964, 37.793966 ], [ -122.216654, 37.793837 ], [ -122.216515, 37.793784 ], [ -122.216503, 37.79378 ], [ -122.216297, 37.793686 ], [ -122.216436, 37.793507 ], [ -122.216856, 37.792974 ], [ -122.216996, 37.792796 ], [ -122.216557, 37.792596 ], [ -122.216056, 37.792369 ], [ -122.215903, 37.792289 ], [ -122.215719, 37.792186 ], [ -122.215508, 37.792086 ], [ -122.215253, 37.791972 ], [ -122.214897, 37.791814 ], [ -122.214825, 37.791757 ], [ -122.214179, 37.791458 ], [ -122.212244, 37.790563 ], [ -122.21174, 37.79033 ], [ -122.211685, 37.790305 ], [ -122.211642, 37.79028 ], [ -122.211607, 37.790253 ], [ -122.211506, 37.79014 ], [ -122.211204, 37.789801 ], [ -122.211104, 37.789688 ], [ -122.210975, 37.789552 ], [ -122.210589, 37.789145 ], [ -122.210461, 37.78901 ], [ -122.210331, 37.788869 ], [ -122.210018, 37.788529 ], [ -122.209943, 37.788447 ], [ -122.20984, 37.788334 ], [ -122.209819, 37.788303 ], [ -122.20993, 37.788237 ], [ -122.210265, 37.78804 ], [ -122.210377, 37.787975 ], [ -122.210546, 37.787876 ], [ -122.211055, 37.787579 ], [ -122.211225, 37.787481 ], [ -122.211375, 37.787392 ], [ -122.211827, 37.787128 ], [ -122.211978, 37.78704 ], [ -122.212107, 37.786964 ], [ -122.212494, 37.786739 ], [ -122.212624, 37.786665 ], [ -122.212735, 37.786596 ], [ -122.213072, 37.786392 ], [ -122.213184, 37.786324 ], [ -122.213323, 37.786242 ], [ -122.213743, 37.786 ], [ -122.213883, 37.785919 ], [ -122.213911, 37.785901 ], [ -122.213998, 37.785851 ], [ -122.214028, 37.785834 ], [ -122.214141, 37.785771 ], [ -122.214254, 37.78571 ], [ -122.214477, 37.78558 ], [ -122.214589, 37.785516 ], [ -122.214629, 37.785489 ], [ -122.214753, 37.78541 ], [ -122.214794, 37.785384 ], [ -122.214889, 37.785327 ], [ -122.215105, 37.785202 ], [ -122.215176, 37.785157 ], [ -122.215271, 37.785099 ], [ -122.215614, 37.784937 ], [ -122.215851, 37.784797 ], [ -122.216261, 37.784558 ], [ -122.216561, 37.784373 ], [ -122.216797, 37.78423 ], [ -122.216953, 37.784131 ], [ -122.217287, 37.783921 ], [ -122.217416, 37.783824 ], [ -122.217565, 37.783713 ], [ -122.217741, 37.783542 ], [ -122.21827, 37.783031 ], [ -122.218339, 37.782965 ], [ -122.218442, 37.782857 ], [ -122.218517, 37.782777 ], [ -122.218679, 37.782607 ], [ -122.218745, 37.782541 ], [ -122.218823, 37.782464 ], [ -122.218877, 37.78241 ], [ -122.219041, 37.782249 ], [ -122.2191, 37.7822 ], [ -122.219115, 37.78222 ], [ -122.21913, 37.78225 ], [ -122.219147, 37.782292 ], [ -122.219193, 37.782363 ], [ -122.219238, 37.782406 ], [ -122.219291, 37.782447 ], [ -122.219322, 37.782476 ], [ -122.219397, 37.782522 ], [ -122.219662, 37.782661 ], [ -122.219828, 37.782748 ], [ -122.220129, 37.782887 ], [ -122.220215, 37.782919 ], [ -122.220322, 37.782945 ], [ -122.220656, 37.783062 ], [ -122.220783, 37.783107 ], [ -122.221165, 37.783242 ], [ -122.221293, 37.783287 ], [ -122.221373, 37.783314 ], [ -122.221615, 37.783397 ], [ -122.221696, 37.783425 ], [ -122.221902, 37.783489 ], [ -122.222522, 37.783684 ], [ -122.222729, 37.783749 ], [ -122.222632, 37.783986 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406601", "name": "Census Tract 4066.01, Alameda County, California", "total_population_17": 5181, "white_alone_17": 570.0, "black_alone_17": 1331.0, "native_alone_17": 167.0, "asian_alone_17": 1144.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1567.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -0.542, "pct_black_alone_change": -7.622, "pct_native_alone_change": 2.249, "pct_asian_alone_change": -10.18, "pct_hispanic_or_latino_change": 9.361, "pct_native_hawaiian_pacific_islander_change": -0.09, "INTPTLAT": "+37.7936093", "INTPTLON": "-122.2079606" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.214705, 37.791911 ], [ -122.214345, 37.792375 ], [ -122.214226, 37.79253 ], [ -122.214206, 37.792557 ], [ -122.214145, 37.792639 ], [ -122.214126, 37.792667 ], [ -122.213475, 37.793528 ], [ -122.212942, 37.794196 ], [ -122.21253, 37.794736 ], [ -122.212428, 37.794848 ], [ -122.21218, 37.795103 ], [ -122.211927, 37.795347 ], [ -122.211883, 37.795399 ], [ -122.211392, 37.7959 ], [ -122.210969, 37.796305 ], [ -122.2109, 37.796374 ], [ -122.210772, 37.796504 ], [ -122.210697, 37.796587 ], [ -122.210632, 37.79666 ], [ -122.210559, 37.796727 ], [ -122.210342, 37.796928 ], [ -122.210301, 37.796967 ], [ -122.210272, 37.796998 ], [ -122.210164, 37.797104 ], [ -122.209841, 37.797425 ], [ -122.209734, 37.797532 ], [ -122.209576, 37.797698 ], [ -122.209251, 37.798028 ], [ -122.209087, 37.79818 ], [ -122.20892, 37.798337 ], [ -122.208894, 37.798365 ], [ -122.208819, 37.798449 ], [ -122.208794, 37.798478 ], [ -122.20872, 37.798476 ], [ -122.208653, 37.79848 ], [ -122.208578, 37.798489 ], [ -122.208498, 37.7985 ], [ -122.208027, 37.7986 ], [ -122.20794, 37.798612 ], [ -122.207879, 37.798617 ], [ -122.207828, 37.798618 ], [ -122.207755, 37.798611 ], [ -122.207725, 37.798603 ], [ -122.207175, 37.798357 ], [ -122.206805, 37.798192 ], [ -122.205529, 37.79761 ], [ -122.204982, 37.797361 ], [ -122.204842, 37.797293 ], [ -122.204795, 37.797263 ], [ -122.204641, 37.797136 ], [ -122.203688, 37.796356 ], [ -122.203371, 37.796096 ], [ -122.203174, 37.795938 ], [ -122.202583, 37.795466 ], [ -122.202387, 37.795309 ], [ -122.202159, 37.795127 ], [ -122.201503, 37.79454 ], [ -122.201285, 37.794345 ], [ -122.201157, 37.794219 ], [ -122.200775, 37.793843 ], [ -122.200735, 37.793803 ], [ -122.200653, 37.793713 ], [ -122.200825, 37.793615 ], [ -122.201343, 37.793324 ], [ -122.201516, 37.793227 ], [ -122.201655, 37.793143 ], [ -122.202074, 37.792893 ], [ -122.202214, 37.79281 ], [ -122.202441, 37.792673 ], [ -122.202911, 37.792368 ], [ -122.203203, 37.792197 ], [ -122.203405, 37.792077 ], [ -122.20345, 37.79205 ], [ -122.203659, 37.791925 ], [ -122.2037, 37.791901 ], [ -122.204193, 37.791595 ], [ -122.204282, 37.791542 ], [ -122.204349, 37.791502 ], [ -122.204491, 37.791417 ], [ -122.204549, 37.791383 ], [ -122.204724, 37.791285 ], [ -122.204783, 37.791252 ], [ -122.204825, 37.791226 ], [ -122.204953, 37.791152 ], [ -122.204996, 37.791127 ], [ -122.205088, 37.791072 ], [ -122.205368, 37.790907 ], [ -122.205461, 37.790853 ], [ -122.205546, 37.790801 ], [ -122.205802, 37.790649 ], [ -122.205888, 37.790599 ], [ -122.20607, 37.790492 ], [ -122.206617, 37.790175 ], [ -122.2068, 37.790069 ], [ -122.206952, 37.78998 ], [ -122.20741, 37.789716 ], [ -122.207563, 37.789628 ], [ -122.207775, 37.789501 ], [ -122.208412, 37.789123 ], [ -122.208625, 37.788998 ], [ -122.208863, 37.788858 ], [ -122.20958, 37.788442 ], [ -122.209819, 37.788303 ], [ -122.20984, 37.788334 ], [ -122.209943, 37.788447 ], [ -122.210018, 37.788529 ], [ -122.210331, 37.788869 ], [ -122.210461, 37.78901 ], [ -122.210589, 37.789145 ], [ -122.210975, 37.789552 ], [ -122.211104, 37.789688 ], [ -122.211204, 37.789801 ], [ -122.211506, 37.79014 ], [ -122.211607, 37.790253 ], [ -122.211642, 37.79028 ], [ -122.211685, 37.790305 ], [ -122.21174, 37.79033 ], [ -122.212244, 37.790563 ], [ -122.214179, 37.791458 ], [ -122.214825, 37.791757 ], [ -122.214705, 37.791911 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406602", "name": "Census Tract 4066.02, Alameda County, California", "total_population_17": 2815, "white_alone_17": 294.0, "black_alone_17": 465.0, "native_alone_17": 46.0, "asian_alone_17": 1157.0, "native_hawaiian_pacific_islander_17": 6.0, "hispanic_or_latino_17": 775.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.1, "pct_black_alone_change": -16.793, "pct_native_alone_change": 0.66, "pct_asian_alone_change": 8.84, "pct_hispanic_or_latino_change": 6.647, "pct_native_hawaiian_pacific_islander_change": 0.123, "INTPTLAT": "+37.7964782", "INTPTLON": "-122.2143072" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.218469, 37.794476 ], [ -122.218398, 37.794651 ], [ -122.218184, 37.795176 ], [ -122.218114, 37.795352 ], [ -122.218078, 37.795446 ], [ -122.217971, 37.795731 ], [ -122.217936, 37.795826 ], [ -122.217904, 37.795899 ], [ -122.21781, 37.796121 ], [ -122.21778, 37.796195 ], [ -122.217732, 37.796312 ], [ -122.217588, 37.796666 ], [ -122.217541, 37.796784 ], [ -122.217515, 37.796855 ], [ -122.217439, 37.797071 ], [ -122.217415, 37.797143 ], [ -122.217392, 37.797202 ], [ -122.217325, 37.797381 ], [ -122.217304, 37.797441 ], [ -122.217268, 37.797536 ], [ -122.217222, 37.79766 ], [ -122.217173, 37.797829 ], [ -122.217146, 37.797928 ], [ -122.21711, 37.798022 ], [ -122.217039, 37.798213 ], [ -122.217007, 37.798308 ], [ -122.217004, 37.798318 ], [ -122.216974, 37.798404 ], [ -122.216944, 37.798451 ], [ -122.216894, 37.798533 ], [ -122.216873, 37.798576 ], [ -122.216864, 37.7986 ], [ -122.216847, 37.798654 ], [ -122.216838, 37.798669 ], [ -122.216812, 37.798717 ], [ -122.216804, 37.798733 ], [ -122.216784, 37.79877 ], [ -122.21676, 37.798828 ], [ -122.216741, 37.798876 ], [ -122.216673, 37.799013 ], [ -122.216627, 37.799113 ], [ -122.216584, 37.799209 ], [ -122.216507, 37.799424 ], [ -122.216414, 37.799687 ], [ -122.21629, 37.800075 ], [ -122.216221, 37.800294 ], [ -122.215695, 37.800148 ], [ -122.215055, 37.800036 ], [ -122.214117, 37.799805 ], [ -122.213733, 37.799703 ], [ -122.212989, 37.799517 ], [ -122.212849, 37.799488 ], [ -122.212634, 37.799434 ], [ -122.211989, 37.799275 ], [ -122.211774, 37.799222 ], [ -122.211575, 37.79917 ], [ -122.21098, 37.799014 ], [ -122.210782, 37.798963 ], [ -122.210605, 37.798918 ], [ -122.210077, 37.798786 ], [ -122.209901, 37.798742 ], [ -122.20974, 37.798705 ], [ -122.209679, 37.798689 ], [ -122.209299, 37.798589 ], [ -122.209019, 37.79851 ], [ -122.208986, 37.798501 ], [ -122.208794, 37.798478 ], [ -122.208819, 37.798449 ], [ -122.208894, 37.798365 ], [ -122.20892, 37.798337 ], [ -122.209087, 37.79818 ], [ -122.209251, 37.798028 ], [ -122.209576, 37.797698 ], [ -122.209734, 37.797532 ], [ -122.209841, 37.797425 ], [ -122.210164, 37.797104 ], [ -122.210272, 37.796998 ], [ -122.210301, 37.796967 ], [ -122.210342, 37.796928 ], [ -122.210559, 37.796727 ], [ -122.210632, 37.79666 ], [ -122.210697, 37.796587 ], [ -122.210772, 37.796504 ], [ -122.2109, 37.796374 ], [ -122.210969, 37.796305 ], [ -122.211392, 37.7959 ], [ -122.211883, 37.795399 ], [ -122.211927, 37.795347 ], [ -122.21218, 37.795103 ], [ -122.212428, 37.794848 ], [ -122.21253, 37.794736 ], [ -122.212942, 37.794196 ], [ -122.213475, 37.793528 ], [ -122.214126, 37.792667 ], [ -122.214145, 37.792639 ], [ -122.214206, 37.792557 ], [ -122.214226, 37.79253 ], [ -122.214345, 37.792375 ], [ -122.214705, 37.791911 ], [ -122.214825, 37.791757 ], [ -122.214897, 37.791814 ], [ -122.215253, 37.791972 ], [ -122.215508, 37.792086 ], [ -122.215719, 37.792186 ], [ -122.215903, 37.792289 ], [ -122.216056, 37.792369 ], [ -122.216557, 37.792596 ], [ -122.216996, 37.792796 ], [ -122.216856, 37.792974 ], [ -122.216436, 37.793507 ], [ -122.216297, 37.793686 ], [ -122.216503, 37.79378 ], [ -122.216515, 37.793784 ], [ -122.216654, 37.793837 ], [ -122.216964, 37.793966 ], [ -122.217034, 37.794002 ], [ -122.217169, 37.794079 ], [ -122.217343, 37.794178 ], [ -122.217381, 37.794191 ], [ -122.217431, 37.794208 ], [ -122.217556, 37.794224 ], [ -122.217601, 37.794235 ], [ -122.218254, 37.794407 ], [ -122.2184, 37.794446 ], [ -122.218469, 37.794476 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406700", "name": "Census Tract 4067, Alameda County, California", "total_population_17": 4984, "white_alone_17": 2400.0, "black_alone_17": 641.0, "native_alone_17": 26.0, "asian_alone_17": 1154.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 544.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -2.229, "pct_black_alone_change": -2.242, "pct_native_alone_change": -0.378, "pct_asian_alone_change": -0.047, "pct_hispanic_or_latino_change": 1.401, "pct_native_hawaiian_pacific_islander_change": -0.019, "INTPTLAT": "+37.8033164", "INTPTLON": "-122.2022249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.21406, 37.799861 ], [ -122.213825, 37.800113 ], [ -122.213802, 37.800138 ], [ -122.213313, 37.800624 ], [ -122.212918, 37.801006 ], [ -122.212614, 37.801302 ], [ -122.212523, 37.801389 ], [ -122.212253, 37.801651 ], [ -122.212163, 37.801739 ], [ -122.21211, 37.801789 ], [ -122.211952, 37.801939 ], [ -122.2119, 37.80199 ], [ -122.211841, 37.802048 ], [ -122.211663, 37.802223 ], [ -122.211605, 37.802282 ], [ -122.211486, 37.802397 ], [ -122.211132, 37.802744 ], [ -122.211014, 37.80286 ], [ -122.210874, 37.802988 ], [ -122.210628, 37.803216 ], [ -122.21046, 37.803379 ], [ -122.210429, 37.80341 ], [ -122.210328, 37.803515 ], [ -122.210182, 37.803647 ], [ -122.210164, 37.803664 ], [ -122.209764, 37.804066 ], [ -122.209626, 37.804207 ], [ -122.209007, 37.804803 ], [ -122.208452, 37.805357 ], [ -122.208316, 37.805489 ], [ -122.208133, 37.80567 ], [ -122.207915, 37.805891 ], [ -122.207783, 37.806027 ], [ -122.2077, 37.806103 ], [ -122.207454, 37.806332 ], [ -122.207372, 37.806409 ], [ -122.207301, 37.806462 ], [ -122.207229, 37.806518 ], [ -122.207083, 37.806614 ], [ -122.207009, 37.806663 ], [ -122.20682, 37.806784 ], [ -122.206763, 37.806821 ], [ -122.206259, 37.807155 ], [ -122.206073, 37.807279 ], [ -122.205359, 37.807761 ], [ -122.204802, 37.808045 ], [ -122.20346, 37.808733 ], [ -122.203144, 37.808991 ], [ -122.20307, 37.809045 ], [ -122.202916, 37.809143 ], [ -122.202738, 37.809231 ], [ -122.202592, 37.809291 ], [ -122.202389, 37.8094 ], [ -122.202236, 37.809493 ], [ -122.202138, 37.809564 ], [ -122.202093, 37.809602 ], [ -122.201976, 37.809727 ], [ -122.201882, 37.809837 ], [ -122.201658, 37.810169 ], [ -122.201604, 37.810234 ], [ -122.201534, 37.810298 ], [ -122.201411, 37.810372 ], [ -122.201329, 37.81041 ], [ -122.201243, 37.810439 ], [ -122.201141, 37.81045 ], [ -122.201063, 37.81046 ], [ -122.200887, 37.810456 ], [ -122.200777, 37.810445 ], [ -122.200596, 37.810414 ], [ -122.200435, 37.810391 ], [ -122.199671, 37.810264 ], [ -122.199547, 37.810239 ], [ -122.199427, 37.810219 ], [ -122.199261, 37.810193 ], [ -122.199147, 37.810179 ], [ -122.199005, 37.810182 ], [ -122.198813, 37.810187 ], [ -122.198689, 37.810196 ], [ -122.19857, 37.810205 ], [ -122.198444, 37.810226 ], [ -122.198349, 37.810259 ], [ -122.198327, 37.810268 ], [ -122.198214, 37.810318 ], [ -122.198078, 37.810389 ], [ -122.198065, 37.810396 ], [ -122.197991, 37.810439 ], [ -122.197791, 37.810589 ], [ -122.19771, 37.810518 ], [ -122.197246, 37.810169 ], [ -122.196704, 37.809775 ], [ -122.196148, 37.809352 ], [ -122.195814, 37.809091 ], [ -122.195706, 37.809 ], [ -122.195388, 37.808733 ], [ -122.195357, 37.808705 ], [ -122.19505, 37.808431 ], [ -122.194862, 37.808255 ], [ -122.194454, 37.807849 ], [ -122.194369, 37.807757 ], [ -122.194059, 37.807423 ], [ -122.194315, 37.807623 ], [ -122.194349, 37.80765 ], [ -122.194612, 37.807902 ], [ -122.194715, 37.807987 ], [ -122.194811, 37.80808 ], [ -122.194963, 37.808193 ], [ -122.195038, 37.808233 ], [ -122.195065, 37.808241 ], [ -122.195081, 37.808247 ], [ -122.195167, 37.808229 ], [ -122.195202, 37.808218 ], [ -122.195227, 37.808201 ], [ -122.195245, 37.808175 ], [ -122.195258, 37.808144 ], [ -122.195262, 37.808113 ], [ -122.195256, 37.808055 ], [ -122.195213, 37.807999 ], [ -122.195062, 37.807851 ], [ -122.195017, 37.807818 ], [ -122.194973, 37.807785 ], [ -122.194691, 37.807607 ], [ -122.194613, 37.807547 ], [ -122.194406, 37.807356 ], [ -122.194242, 37.807176 ], [ -122.194214, 37.807146 ], [ -122.194006, 37.806936 ], [ -122.193736, 37.806628 ], [ -122.193698, 37.806586 ], [ -122.193385, 37.806244 ], [ -122.193268, 37.806104 ], [ -122.192836, 37.80556 ], [ -122.192806, 37.805514 ], [ -122.192556, 37.805123 ], [ -122.192711, 37.805205 ], [ -122.192837, 37.805263 ], [ -122.193203, 37.805568 ], [ -122.193314, 37.805636 ], [ -122.193436, 37.805694 ], [ -122.193546, 37.805718 ], [ -122.193687, 37.805724 ], [ -122.193835, 37.805725 ], [ -122.194022, 37.805714 ], [ -122.194197, 37.80569 ], [ -122.194302, 37.805664 ], [ -122.194402, 37.80562 ], [ -122.194474, 37.805557 ], [ -122.194499, 37.805509 ], [ -122.194497, 37.805424 ], [ -122.194444, 37.805246 ], [ -122.194314, 37.805024 ], [ -122.194212, 37.80488 ], [ -122.194153, 37.804806 ], [ -122.194023, 37.804714 ], [ -122.193829, 37.804616 ], [ -122.193674, 37.804527 ], [ -122.193579, 37.80443 ], [ -122.193484, 37.804318 ], [ -122.193298, 37.804052 ], [ -122.193232, 37.80397 ], [ -122.193128, 37.803842 ], [ -122.193036, 37.8037 ], [ -122.192972, 37.803545 ], [ -122.192665, 37.803075 ], [ -122.19276, 37.803049 ], [ -122.192887, 37.803042 ], [ -122.193033, 37.803057 ], [ -122.193538, 37.803127 ], [ -122.193619, 37.803131 ], [ -122.193726, 37.80311 ], [ -122.193914, 37.803035 ], [ -122.194085, 37.802956 ], [ -122.194046, 37.80286 ], [ -122.194034, 37.802819 ], [ -122.193879, 37.802565 ], [ -122.193736, 37.802286 ], [ -122.193524, 37.801681 ], [ -122.193431, 37.801461 ], [ -122.193382, 37.801326 ], [ -122.193644, 37.801371 ], [ -122.19371, 37.80139 ], [ -122.19375, 37.801427 ], [ -122.193805, 37.801514 ], [ -122.193836, 37.801554 ], [ -122.193882, 37.801595 ], [ -122.193961, 37.801652 ], [ -122.194068, 37.801706 ], [ -122.194265, 37.801803 ], [ -122.194345, 37.801825 ], [ -122.194414, 37.801839 ], [ -122.194481, 37.801843 ], [ -122.19454, 37.801838 ], [ -122.194616, 37.801815 ], [ -122.194642, 37.801795 ], [ -122.194663, 37.80177 ], [ -122.194749, 37.801539 ], [ -122.194817, 37.801405 ], [ -122.19487, 37.801314 ], [ -122.194919, 37.80125 ], [ -122.195001, 37.801178 ], [ -122.195241, 37.801001 ], [ -122.195337, 37.800882 ], [ -122.195393, 37.800777 ], [ -122.195497, 37.800526 ], [ -122.195577, 37.800301 ], [ -122.195635, 37.800179 ], [ -122.195739, 37.799994 ], [ -122.195809, 37.799887 ], [ -122.195849, 37.799844 ], [ -122.195892, 37.799812 ], [ -122.19603, 37.799742 ], [ -122.196233, 37.79965 ], [ -122.196298, 37.799605 ], [ -122.196346, 37.799552 ], [ -122.196405, 37.799447 ], [ -122.196416, 37.799404 ], [ -122.196414, 37.799357 ], [ -122.196383, 37.799268 ], [ -122.196285, 37.799144 ], [ -122.196259, 37.799105 ], [ -122.196236, 37.79906 ], [ -122.196195, 37.798949 ], [ -122.19619, 37.79891 ], [ -122.196192, 37.798861 ], [ -122.19621, 37.798793 ], [ -122.196231, 37.798735 ], [ -122.196266, 37.798675 ], [ -122.196357, 37.798572 ], [ -122.196468, 37.798459 ], [ -122.196611, 37.79832 ], [ -122.196681, 37.798242 ], [ -122.19677, 37.798152 ], [ -122.196831, 37.798223 ], [ -122.196886, 37.798302 ], [ -122.197029, 37.798461 ], [ -122.197094, 37.798545 ], [ -122.19734, 37.798931 ], [ -122.197363, 37.798984 ], [ -122.197411, 37.799168 ], [ -122.197479, 37.799339 ], [ -122.197581, 37.799378 ], [ -122.197644, 37.799397 ], [ -122.19773, 37.799415 ], [ -122.197805, 37.799426 ], [ -122.197844, 37.799429 ], [ -122.198058, 37.799447 ], [ -122.1981, 37.799452 ], [ -122.198125, 37.799461 ], [ -122.198189, 37.799495 ], [ -122.198197, 37.799502 ], [ -122.198252, 37.79955 ], [ -122.198299, 37.799672 ], [ -122.198331, 37.799823 ], [ -122.198356, 37.799917 ], [ -122.198397, 37.800064 ], [ -122.198458, 37.799995 ], [ -122.198529, 37.799935 ], [ -122.198545, 37.799923 ], [ -122.199044, 37.799562 ], [ -122.199211, 37.799442 ], [ -122.199244, 37.799408 ], [ -122.199286, 37.799346 ], [ -122.199339, 37.799236 ], [ -122.199343, 37.799225 ], [ -122.199505, 37.798858 ], [ -122.199638, 37.798515 ], [ -122.199732, 37.798277 ], [ -122.199789, 37.798126 ], [ -122.199963, 37.797677 ], [ -122.200021, 37.797527 ], [ -122.200068, 37.797418 ], [ -122.200088, 37.797386 ], [ -122.200112, 37.797351 ], [ -122.2004, 37.797035 ], [ -122.200506, 37.79692 ], [ -122.200677, 37.797069 ], [ -122.201193, 37.797516 ], [ -122.201365, 37.797665 ], [ -122.201512, 37.79755 ], [ -122.201956, 37.797205 ], [ -122.202104, 37.797091 ], [ -122.202226, 37.796994 ], [ -122.202592, 37.796707 ], [ -122.202715, 37.796611 ], [ -122.202845, 37.796507 ], [ -122.203238, 37.796197 ], [ -122.203297, 37.796152 ], [ -122.203371, 37.796096 ], [ -122.203688, 37.796356 ], [ -122.204641, 37.797136 ], [ -122.204795, 37.797263 ], [ -122.204842, 37.797293 ], [ -122.204982, 37.797361 ], [ -122.205529, 37.79761 ], [ -122.206805, 37.798192 ], [ -122.207175, 37.798357 ], [ -122.207725, 37.798603 ], [ -122.207755, 37.798611 ], [ -122.207828, 37.798618 ], [ -122.207879, 37.798617 ], [ -122.20794, 37.798612 ], [ -122.208027, 37.7986 ], [ -122.208498, 37.7985 ], [ -122.208578, 37.798489 ], [ -122.208653, 37.79848 ], [ -122.20872, 37.798476 ], [ -122.208794, 37.798478 ], [ -122.208986, 37.798501 ], [ -122.209019, 37.79851 ], [ -122.209299, 37.798589 ], [ -122.209679, 37.798689 ], [ -122.20974, 37.798705 ], [ -122.209901, 37.798742 ], [ -122.210077, 37.798786 ], [ -122.210605, 37.798918 ], [ -122.210782, 37.798963 ], [ -122.21098, 37.799014 ], [ -122.211575, 37.79917 ], [ -122.211774, 37.799222 ], [ -122.211989, 37.799275 ], [ -122.212634, 37.799434 ], [ -122.212849, 37.799488 ], [ -122.212989, 37.799517 ], [ -122.213733, 37.799703 ], [ -122.214117, 37.799805 ], [ -122.21406, 37.799861 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406800", "name": "Census Tract 4068, Alameda County, California", "total_population_17": 3613, "white_alone_17": 1212.0, "black_alone_17": 322.0, "native_alone_17": 16.0, "asian_alone_17": 1183.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 568.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -2.538, "pct_black_alone_change": -9.559, "pct_native_alone_change": -0.72, "pct_asian_alone_change": -0.212, "pct_hispanic_or_latino_change": 5.031, "pct_native_hawaiian_pacific_islander_change": -0.028, "INTPTLAT": "+37.7978944", "INTPTLON": "-122.1949575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.203297, 37.796152 ], [ -122.203238, 37.796197 ], [ -122.202845, 37.796507 ], [ -122.202715, 37.796611 ], [ -122.202592, 37.796707 ], [ -122.202226, 37.796994 ], [ -122.202104, 37.797091 ], [ -122.201956, 37.797205 ], [ -122.201512, 37.79755 ], [ -122.201365, 37.797665 ], [ -122.201193, 37.797516 ], [ -122.200677, 37.797069 ], [ -122.200506, 37.79692 ], [ -122.2004, 37.797035 ], [ -122.200112, 37.797351 ], [ -122.200088, 37.797386 ], [ -122.200068, 37.797418 ], [ -122.200021, 37.797527 ], [ -122.199963, 37.797677 ], [ -122.199789, 37.798126 ], [ -122.199732, 37.798277 ], [ -122.199638, 37.798515 ], [ -122.199505, 37.798858 ], [ -122.199343, 37.799225 ], [ -122.199339, 37.799236 ], [ -122.199286, 37.799346 ], [ -122.199244, 37.799408 ], [ -122.199211, 37.799442 ], [ -122.199044, 37.799562 ], [ -122.198545, 37.799923 ], [ -122.198529, 37.799935 ], [ -122.198458, 37.799995 ], [ -122.198397, 37.800064 ], [ -122.198356, 37.799917 ], [ -122.198331, 37.799823 ], [ -122.198299, 37.799672 ], [ -122.198252, 37.79955 ], [ -122.198197, 37.799502 ], [ -122.198189, 37.799495 ], [ -122.198125, 37.799461 ], [ -122.1981, 37.799452 ], [ -122.198058, 37.799447 ], [ -122.197844, 37.799429 ], [ -122.197805, 37.799426 ], [ -122.19773, 37.799415 ], [ -122.197644, 37.799397 ], [ -122.197581, 37.799378 ], [ -122.197479, 37.799339 ], [ -122.197411, 37.799168 ], [ -122.197363, 37.798984 ], [ -122.19734, 37.798931 ], [ -122.197094, 37.798545 ], [ -122.197029, 37.798461 ], [ -122.196886, 37.798302 ], [ -122.196831, 37.798223 ], [ -122.19677, 37.798152 ], [ -122.196681, 37.798242 ], [ -122.196611, 37.79832 ], [ -122.196468, 37.798459 ], [ -122.196357, 37.798572 ], [ -122.196266, 37.798675 ], [ -122.196231, 37.798735 ], [ -122.19621, 37.798793 ], [ -122.196192, 37.798861 ], [ -122.19619, 37.79891 ], [ -122.196195, 37.798949 ], [ -122.196236, 37.79906 ], [ -122.196259, 37.799105 ], [ -122.196285, 37.799144 ], [ -122.196383, 37.799268 ], [ -122.196414, 37.799357 ], [ -122.196416, 37.799404 ], [ -122.196405, 37.799447 ], [ -122.196346, 37.799552 ], [ -122.196298, 37.799605 ], [ -122.196233, 37.79965 ], [ -122.19603, 37.799742 ], [ -122.195892, 37.799812 ], [ -122.195849, 37.799844 ], [ -122.195809, 37.799887 ], [ -122.195739, 37.799994 ], [ -122.195635, 37.800179 ], [ -122.195577, 37.800301 ], [ -122.195497, 37.800526 ], [ -122.195393, 37.800777 ], [ -122.195337, 37.800882 ], [ -122.195241, 37.801001 ], [ -122.195001, 37.801178 ], [ -122.194919, 37.80125 ], [ -122.19487, 37.801314 ], [ -122.194817, 37.801405 ], [ -122.194749, 37.801539 ], [ -122.194663, 37.80177 ], [ -122.194642, 37.801795 ], [ -122.194616, 37.801815 ], [ -122.19454, 37.801838 ], [ -122.194481, 37.801843 ], [ -122.194414, 37.801839 ], [ -122.194345, 37.801825 ], [ -122.194265, 37.801803 ], [ -122.194068, 37.801706 ], [ -122.193961, 37.801652 ], [ -122.193882, 37.801595 ], [ -122.193836, 37.801554 ], [ -122.193805, 37.801514 ], [ -122.19375, 37.801427 ], [ -122.19371, 37.80139 ], [ -122.193644, 37.801371 ], [ -122.193382, 37.801326 ], [ -122.193431, 37.801461 ], [ -122.193524, 37.801681 ], [ -122.193736, 37.802286 ], [ -122.193879, 37.802565 ], [ -122.194034, 37.802819 ], [ -122.194046, 37.80286 ], [ -122.194085, 37.802956 ], [ -122.193914, 37.803035 ], [ -122.193726, 37.80311 ], [ -122.193619, 37.803131 ], [ -122.193538, 37.803127 ], [ -122.193033, 37.803057 ], [ -122.192887, 37.803042 ], [ -122.19276, 37.803049 ], [ -122.192665, 37.803075 ], [ -122.192972, 37.803545 ], [ -122.193036, 37.8037 ], [ -122.193128, 37.803842 ], [ -122.193232, 37.80397 ], [ -122.193298, 37.804052 ], [ -122.193484, 37.804318 ], [ -122.193579, 37.80443 ], [ -122.193674, 37.804527 ], [ -122.193829, 37.804616 ], [ -122.194023, 37.804714 ], [ -122.194153, 37.804806 ], [ -122.194212, 37.80488 ], [ -122.194314, 37.805024 ], [ -122.194444, 37.805246 ], [ -122.194497, 37.805424 ], [ -122.194499, 37.805509 ], [ -122.194474, 37.805557 ], [ -122.194402, 37.80562 ], [ -122.194302, 37.805664 ], [ -122.194197, 37.80569 ], [ -122.194022, 37.805714 ], [ -122.193835, 37.805725 ], [ -122.193687, 37.805724 ], [ -122.193546, 37.805718 ], [ -122.193436, 37.805694 ], [ -122.193314, 37.805636 ], [ -122.193203, 37.805568 ], [ -122.192837, 37.805263 ], [ -122.192711, 37.805205 ], [ -122.192556, 37.805123 ], [ -122.192806, 37.805514 ], [ -122.192836, 37.80556 ], [ -122.193268, 37.806104 ], [ -122.193385, 37.806244 ], [ -122.193698, 37.806586 ], [ -122.193736, 37.806628 ], [ -122.194006, 37.806936 ], [ -122.194214, 37.807146 ], [ -122.194242, 37.807176 ], [ -122.194406, 37.807356 ], [ -122.194613, 37.807547 ], [ -122.194691, 37.807607 ], [ -122.194973, 37.807785 ], [ -122.195017, 37.807818 ], [ -122.195062, 37.807851 ], [ -122.195213, 37.807999 ], [ -122.195256, 37.808055 ], [ -122.195262, 37.808113 ], [ -122.195258, 37.808144 ], [ -122.195245, 37.808175 ], [ -122.195227, 37.808201 ], [ -122.195202, 37.808218 ], [ -122.195167, 37.808229 ], [ -122.195081, 37.808247 ], [ -122.195065, 37.808241 ], [ -122.195038, 37.808233 ], [ -122.194963, 37.808193 ], [ -122.194811, 37.80808 ], [ -122.194715, 37.807987 ], [ -122.194612, 37.807902 ], [ -122.194349, 37.80765 ], [ -122.194315, 37.807623 ], [ -122.194059, 37.807423 ], [ -122.193588, 37.806881 ], [ -122.193426, 37.806695 ], [ -122.192194, 37.805243 ], [ -122.191794, 37.804771 ], [ -122.191735, 37.804693 ], [ -122.191174, 37.804005 ], [ -122.190501, 37.803178 ], [ -122.190337, 37.803 ], [ -122.190151, 37.802808 ], [ -122.189693, 37.802376 ], [ -122.189336, 37.802091 ], [ -122.189189, 37.801974 ], [ -122.188642, 37.801539 ], [ -122.188201, 37.801202 ], [ -122.188186, 37.80119 ], [ -122.187853, 37.800914 ], [ -122.186968, 37.800087 ], [ -122.186857, 37.799983 ], [ -122.186563, 37.799709 ], [ -122.185814, 37.798984 ], [ -122.18564, 37.798799 ], [ -122.18552, 37.79865 ], [ -122.185463, 37.79859 ], [ -122.185369, 37.798489 ], [ -122.185587, 37.798545 ], [ -122.185904, 37.798615 ], [ -122.186175, 37.798655 ], [ -122.186309, 37.798659 ], [ -122.186517, 37.798679 ], [ -122.186618, 37.798691 ], [ -122.186654, 37.798694 ], [ -122.186763, 37.798706 ], [ -122.1868, 37.798711 ], [ -122.187007, 37.798732 ], [ -122.187098, 37.798742 ], [ -122.187626, 37.798814 ], [ -122.187682, 37.798822 ], [ -122.187834, 37.79883 ], [ -122.187918, 37.798832 ], [ -122.18817, 37.798839 ], [ -122.188255, 37.798842 ], [ -122.188343, 37.798845 ], [ -122.18861, 37.798855 ], [ -122.188699, 37.798859 ], [ -122.188782, 37.798861 ], [ -122.189033, 37.79887 ], [ -122.189117, 37.798873 ], [ -122.18929, 37.798878 ], [ -122.189613, 37.798889 ], [ -122.189811, 37.798898 ], [ -122.189985, 37.798906 ], [ -122.190835, 37.798934 ], [ -122.191288, 37.79894 ], [ -122.191523, 37.798922 ], [ -122.191568, 37.798911 ], [ -122.191707, 37.798882 ], [ -122.191753, 37.798872 ], [ -122.191889, 37.798819 ], [ -122.1919, 37.798816 ], [ -122.192074, 37.798736 ], [ -122.192275, 37.798609 ], [ -122.192319, 37.798582 ], [ -122.192394, 37.798524 ], [ -122.192443, 37.798491 ], [ -122.192592, 37.798394 ], [ -122.192642, 37.798362 ], [ -122.192728, 37.798304 ], [ -122.192836, 37.798234 ], [ -122.192982, 37.798123 ], [ -122.193066, 37.798061 ], [ -122.192943, 37.797953 ], [ -122.192837, 37.797859 ], [ -122.192678, 37.797711 ], [ -122.192587, 37.79762 ], [ -122.192472, 37.797505 ], [ -122.192457, 37.797365 ], [ -122.192474, 37.796982 ], [ -122.192482, 37.796817 ], [ -122.192475, 37.796784 ], [ -122.192442, 37.796711 ], [ -122.192404, 37.796655 ], [ -122.192337, 37.796592 ], [ -122.192281, 37.796547 ], [ -122.19165, 37.796118 ], [ -122.191407, 37.795945 ], [ -122.19126, 37.795841 ], [ -122.191046, 37.795698 ], [ -122.19102, 37.795667 ], [ -122.190996, 37.795629 ], [ -122.191001, 37.795599 ], [ -122.191055, 37.795524 ], [ -122.191078, 37.795501 ], [ -122.191301, 37.795287 ], [ -122.191422, 37.795188 ], [ -122.191543, 37.795091 ], [ -122.191623, 37.795028 ], [ -122.191713, 37.794971 ], [ -122.191848, 37.794893 ], [ -122.192035, 37.794779 ], [ -122.19258, 37.794467 ], [ -122.19279, 37.79434 ], [ -122.193102, 37.794152 ], [ -122.193342, 37.794013 ], [ -122.194065, 37.793596 ], [ -122.194306, 37.793458 ], [ -122.19444, 37.793377 ], [ -122.194785, 37.793173 ], [ -122.194844, 37.793135 ], [ -122.194977, 37.793052 ], [ -122.195063, 37.793008 ], [ -122.195262, 37.792897 ], [ -122.195362, 37.792835 ], [ -122.195583, 37.792703 ], [ -122.196164, 37.792367 ], [ -122.196507, 37.792163 ], [ -122.196888, 37.791938 ], [ -122.19717, 37.791773 ], [ -122.198019, 37.791278 ], [ -122.198225, 37.791159 ], [ -122.198304, 37.791118 ], [ -122.198421, 37.791248 ], [ -122.198775, 37.791638 ], [ -122.198893, 37.791768 ], [ -122.198978, 37.79186 ], [ -122.199233, 37.792137 ], [ -122.199319, 37.79223 ], [ -122.199349, 37.792266 ], [ -122.199441, 37.792376 ], [ -122.199472, 37.792413 ], [ -122.199585, 37.792538 ], [ -122.199927, 37.792916 ], [ -122.200041, 37.793042 ], [ -122.200163, 37.793176 ], [ -122.20053, 37.793578 ], [ -122.200653, 37.793713 ], [ -122.200735, 37.793803 ], [ -122.200775, 37.793843 ], [ -122.201157, 37.794219 ], [ -122.201285, 37.794345 ], [ -122.201503, 37.79454 ], [ -122.202159, 37.795127 ], [ -122.202387, 37.795309 ], [ -122.202583, 37.795466 ], [ -122.203174, 37.795938 ], [ -122.203371, 37.796096 ], [ -122.203297, 37.796152 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001406900", "name": "Census Tract 4069, Alameda County, California", "total_population_17": 3941, "white_alone_17": 1373.0, "black_alone_17": 546.0, "native_alone_17": 25.0, "asian_alone_17": 882.0, "native_hawaiian_pacific_islander_17": 28.0, "hispanic_or_latino_17": 676.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -3.023, "pct_black_alone_change": -14.022, "pct_native_alone_change": -0.394, "pct_asian_alone_change": -1.03, "pct_hispanic_or_latino_change": 8.141, "pct_native_hawaiian_pacific_islander_change": 0.412, "INTPTLAT": "+37.7932754", "INTPTLON": "-122.1903789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.198304, 37.791118 ], [ -122.198225, 37.791159 ], [ -122.198019, 37.791278 ], [ -122.19717, 37.791773 ], [ -122.196888, 37.791938 ], [ -122.196507, 37.792163 ], [ -122.196164, 37.792367 ], [ -122.195583, 37.792703 ], [ -122.195362, 37.792835 ], [ -122.195262, 37.792897 ], [ -122.195063, 37.793008 ], [ -122.194977, 37.793052 ], [ -122.194844, 37.793135 ], [ -122.194785, 37.793173 ], [ -122.19444, 37.793377 ], [ -122.194306, 37.793458 ], [ -122.194065, 37.793596 ], [ -122.193342, 37.794013 ], [ -122.193102, 37.794152 ], [ -122.19279, 37.79434 ], [ -122.19258, 37.794467 ], [ -122.192035, 37.794779 ], [ -122.191848, 37.794893 ], [ -122.191713, 37.794971 ], [ -122.191623, 37.795028 ], [ -122.191543, 37.795091 ], [ -122.191422, 37.795188 ], [ -122.191301, 37.795287 ], [ -122.191078, 37.795501 ], [ -122.191055, 37.795524 ], [ -122.191001, 37.795599 ], [ -122.190996, 37.795629 ], [ -122.19102, 37.795667 ], [ -122.191046, 37.795698 ], [ -122.19126, 37.795841 ], [ -122.191407, 37.795945 ], [ -122.19165, 37.796118 ], [ -122.192281, 37.796547 ], [ -122.192337, 37.796592 ], [ -122.192404, 37.796655 ], [ -122.192442, 37.796711 ], [ -122.192475, 37.796784 ], [ -122.192482, 37.796817 ], [ -122.192474, 37.796982 ], [ -122.192457, 37.797365 ], [ -122.192472, 37.797505 ], [ -122.192587, 37.79762 ], [ -122.192678, 37.797711 ], [ -122.192837, 37.797859 ], [ -122.192943, 37.797953 ], [ -122.193066, 37.798061 ], [ -122.192982, 37.798123 ], [ -122.192836, 37.798234 ], [ -122.192728, 37.798304 ], [ -122.192642, 37.798362 ], [ -122.192592, 37.798394 ], [ -122.192443, 37.798491 ], [ -122.192394, 37.798524 ], [ -122.192319, 37.798582 ], [ -122.192275, 37.798609 ], [ -122.192074, 37.798736 ], [ -122.1919, 37.798816 ], [ -122.191889, 37.798819 ], [ -122.191753, 37.798872 ], [ -122.191707, 37.798882 ], [ -122.191568, 37.798911 ], [ -122.191523, 37.798922 ], [ -122.191288, 37.79894 ], [ -122.190835, 37.798934 ], [ -122.189985, 37.798906 ], [ -122.189811, 37.798898 ], [ -122.189613, 37.798889 ], [ -122.18929, 37.798878 ], [ -122.189117, 37.798873 ], [ -122.189033, 37.79887 ], [ -122.188782, 37.798861 ], [ -122.188699, 37.798859 ], [ -122.18861, 37.798855 ], [ -122.188343, 37.798845 ], [ -122.188255, 37.798842 ], [ -122.18817, 37.798839 ], [ -122.187918, 37.798832 ], [ -122.187834, 37.79883 ], [ -122.187682, 37.798822 ], [ -122.187626, 37.798814 ], [ -122.187098, 37.798742 ], [ -122.187007, 37.798732 ], [ -122.1868, 37.798711 ], [ -122.186763, 37.798706 ], [ -122.186654, 37.798694 ], [ -122.186618, 37.798691 ], [ -122.186517, 37.798679 ], [ -122.186309, 37.798659 ], [ -122.186175, 37.798655 ], [ -122.185904, 37.798615 ], [ -122.185587, 37.798545 ], [ -122.185369, 37.798489 ], [ -122.184996, 37.798034 ], [ -122.184387, 37.797244 ], [ -122.184547, 37.797162 ], [ -122.184841, 37.796959 ], [ -122.185296, 37.796648 ], [ -122.18539, 37.796569 ], [ -122.185467, 37.796487 ], [ -122.185557, 37.796351 ], [ -122.185584, 37.796296 ], [ -122.185604, 37.796236 ], [ -122.185641, 37.796131 ], [ -122.18569, 37.79589 ], [ -122.185675, 37.795806 ], [ -122.185644, 37.795715 ], [ -122.185583, 37.795588 ], [ -122.185503, 37.795478 ], [ -122.185431, 37.795392 ], [ -122.185336, 37.79529 ], [ -122.185315, 37.79527 ], [ -122.185183, 37.795143 ], [ -122.185143, 37.795025 ], [ -122.185131, 37.794961 ], [ -122.185129, 37.794833 ], [ -122.185129, 37.794783 ], [ -122.185143, 37.794662 ], [ -122.185156, 37.79459 ], [ -122.185172, 37.794531 ], [ -122.185203, 37.794464 ], [ -122.185316, 37.794272 ], [ -122.185422, 37.794138 ], [ -122.185537, 37.794038 ], [ -122.185558, 37.794022 ], [ -122.185748, 37.793885 ], [ -122.185811, 37.79383 ], [ -122.185837, 37.793801 ], [ -122.185871, 37.793722 ], [ -122.185886, 37.793673 ], [ -122.185896, 37.793614 ], [ -122.185897, 37.793558 ], [ -122.185891, 37.793505 ], [ -122.18588, 37.793463 ], [ -122.185836, 37.793375 ], [ -122.185798, 37.793332 ], [ -122.185732, 37.793268 ], [ -122.185612, 37.793182 ], [ -122.184827, 37.792723 ], [ -122.184629, 37.792595 ], [ -122.184553, 37.792556 ], [ -122.184483, 37.792529 ], [ -122.184344, 37.792486 ], [ -122.184262, 37.792471 ], [ -122.184089, 37.79245 ], [ -122.183759, 37.792074 ], [ -122.184278, 37.791537 ], [ -122.184521, 37.791265 ], [ -122.18459, 37.791195 ], [ -122.1848, 37.790986 ], [ -122.18487, 37.790917 ], [ -122.184976, 37.790801 ], [ -122.185039, 37.790734 ], [ -122.185306, 37.790466 ], [ -122.185418, 37.790356 ], [ -122.185435, 37.790337 ], [ -122.18549, 37.790283 ], [ -122.185508, 37.790265 ], [ -122.185602, 37.790171 ], [ -122.18582, 37.789954 ], [ -122.185886, 37.789892 ], [ -122.185984, 37.789802 ], [ -122.186172, 37.789766 ], [ -122.186224, 37.789784 ], [ -122.186531, 37.789895 ], [ -122.186915, 37.790057 ], [ -122.187143, 37.790154 ], [ -122.187351, 37.790256 ], [ -122.187976, 37.790565 ], [ -122.188059, 37.790606 ], [ -122.188147, 37.790645 ], [ -122.18819, 37.790656 ], [ -122.18822, 37.790655 ], [ -122.188276, 37.790636 ], [ -122.188515, 37.790512 ], [ -122.188595, 37.790471 ], [ -122.188798, 37.790367 ], [ -122.189407, 37.790059 ], [ -122.189611, 37.789956 ], [ -122.189713, 37.789902 ], [ -122.19002, 37.789744 ], [ -122.190123, 37.789692 ], [ -122.191207, 37.789133 ], [ -122.191412, 37.789027 ], [ -122.192401, 37.788521 ], [ -122.192598, 37.788413 ], [ -122.193395, 37.788012 ], [ -122.193774, 37.787809 ], [ -122.19384, 37.787781 ], [ -122.193896, 37.787762 ], [ -122.194085, 37.787666 ], [ -122.194655, 37.787379 ], [ -122.194769, 37.787322 ], [ -122.194803, 37.787309 ], [ -122.194846, 37.787285 ], [ -122.194896, 37.787343 ], [ -122.195062, 37.787524 ], [ -122.195144, 37.787614 ], [ -122.19571, 37.788246 ], [ -122.195919, 37.788493 ], [ -122.19612, 37.788713 ], [ -122.196723, 37.789374 ], [ -122.196925, 37.789595 ], [ -122.1971, 37.789788 ], [ -122.197625, 37.790367 ], [ -122.197801, 37.79056 ], [ -122.197831, 37.790594 ], [ -122.197923, 37.790699 ], [ -122.197954, 37.790734 ], [ -122.198007, 37.790789 ], [ -122.198025, 37.790809 ], [ -122.198234, 37.79104 ], [ -122.198304, 37.791118 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407000", "name": "Census Tract 4070, Alameda County, California", "total_population_17": 6020, "white_alone_17": 675.0, "black_alone_17": 938.0, "native_alone_17": 7.0, "asian_alone_17": 2151.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1960.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -0.332, "pct_black_alone_change": -11.884, "pct_native_alone_change": -0.666, "pct_asian_alone_change": 5.289, "pct_hispanic_or_latino_change": 3.484, "pct_native_hawaiian_pacific_islander_change": -0.06, "INTPTLAT": "+37.7879458", "INTPTLON": "-122.2024901" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.210265, 37.78804 ], [ -122.20993, 37.788237 ], [ -122.209819, 37.788303 ], [ -122.20958, 37.788442 ], [ -122.208863, 37.788858 ], [ -122.208625, 37.788998 ], [ -122.208412, 37.789123 ], [ -122.207775, 37.789501 ], [ -122.207563, 37.789628 ], [ -122.20741, 37.789716 ], [ -122.206952, 37.78998 ], [ -122.2068, 37.790069 ], [ -122.206617, 37.790175 ], [ -122.20607, 37.790492 ], [ -122.205888, 37.790599 ], [ -122.205802, 37.790649 ], [ -122.205546, 37.790801 ], [ -122.205461, 37.790853 ], [ -122.205368, 37.790907 ], [ -122.205088, 37.791072 ], [ -122.204996, 37.791127 ], [ -122.204953, 37.791152 ], [ -122.204825, 37.791226 ], [ -122.204783, 37.791252 ], [ -122.204724, 37.791285 ], [ -122.204549, 37.791383 ], [ -122.204491, 37.791417 ], [ -122.204349, 37.791502 ], [ -122.204282, 37.791542 ], [ -122.204193, 37.791595 ], [ -122.2037, 37.791901 ], [ -122.203659, 37.791925 ], [ -122.20345, 37.79205 ], [ -122.203405, 37.792077 ], [ -122.203203, 37.792197 ], [ -122.202911, 37.792368 ], [ -122.202441, 37.792673 ], [ -122.202214, 37.79281 ], [ -122.202074, 37.792893 ], [ -122.201655, 37.793143 ], [ -122.201516, 37.793227 ], [ -122.201343, 37.793324 ], [ -122.200825, 37.793615 ], [ -122.200653, 37.793713 ], [ -122.20053, 37.793578 ], [ -122.200163, 37.793176 ], [ -122.200041, 37.793042 ], [ -122.199927, 37.792916 ], [ -122.199585, 37.792538 ], [ -122.199472, 37.792413 ], [ -122.199441, 37.792376 ], [ -122.199349, 37.792266 ], [ -122.199319, 37.79223 ], [ -122.199233, 37.792137 ], [ -122.198978, 37.79186 ], [ -122.198893, 37.791768 ], [ -122.198775, 37.791638 ], [ -122.198421, 37.791248 ], [ -122.198304, 37.791118 ], [ -122.198234, 37.79104 ], [ -122.198025, 37.790809 ], [ -122.198007, 37.790789 ], [ -122.197954, 37.790734 ], [ -122.197923, 37.790699 ], [ -122.197831, 37.790594 ], [ -122.197801, 37.79056 ], [ -122.197625, 37.790367 ], [ -122.1971, 37.789788 ], [ -122.196925, 37.789595 ], [ -122.196723, 37.789374 ], [ -122.19612, 37.788713 ], [ -122.195919, 37.788493 ], [ -122.19571, 37.788246 ], [ -122.195144, 37.787614 ], [ -122.195062, 37.787524 ], [ -122.194896, 37.787343 ], [ -122.194846, 37.787285 ], [ -122.194973, 37.787222 ], [ -122.195355, 37.787037 ], [ -122.195483, 37.786976 ], [ -122.195541, 37.786946 ], [ -122.195716, 37.786858 ], [ -122.195775, 37.786829 ], [ -122.195871, 37.786778 ], [ -122.196002, 37.786706 ], [ -122.196226, 37.786591 ], [ -122.196303, 37.786548 ], [ -122.196537, 37.786421 ], [ -122.196615, 37.786379 ], [ -122.196742, 37.786312 ], [ -122.197061, 37.786145 ], [ -122.197126, 37.786112 ], [ -122.197254, 37.786046 ], [ -122.197489, 37.785925 ], [ -122.198195, 37.785563 ], [ -122.198431, 37.785443 ], [ -122.198612, 37.785349 ], [ -122.199159, 37.785067 ], [ -122.199341, 37.784974 ], [ -122.199497, 37.784893 ], [ -122.199967, 37.784651 ], [ -122.200124, 37.784571 ], [ -122.200715, 37.784273 ], [ -122.201767, 37.783724 ], [ -122.201924, 37.783643 ], [ -122.202395, 37.783404 ], [ -122.202553, 37.783324 ], [ -122.202712, 37.783242 ], [ -122.203191, 37.782996 ], [ -122.203351, 37.782915 ], [ -122.203508, 37.782835 ], [ -122.203982, 37.782596 ], [ -122.20414, 37.782517 ], [ -122.204217, 37.782546 ], [ -122.204274, 37.782587 ], [ -122.204377, 37.782678 ], [ -122.205029, 37.783256 ], [ -122.205054, 37.783278 ], [ -122.205242, 37.783455 ], [ -122.20529, 37.783496 ], [ -122.205435, 37.78362 ], [ -122.205484, 37.783662 ], [ -122.205576, 37.783741 ], [ -122.205853, 37.783979 ], [ -122.205946, 37.784059 ], [ -122.206243, 37.784324 ], [ -122.206811, 37.784831 ], [ -122.207141, 37.785113 ], [ -122.207372, 37.785311 ], [ -122.207444, 37.785373 ], [ -122.207498, 37.785426 ], [ -122.207673, 37.785581 ], [ -122.208367, 37.786199 ], [ -122.208599, 37.786406 ], [ -122.208954, 37.786719 ], [ -122.210021, 37.787661 ], [ -122.210377, 37.787975 ], [ -122.210265, 37.78804 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407101", "name": "Census Tract 4071.01, Alameda County, California", "total_population_17": 3444, "white_alone_17": 373.0, "black_alone_17": 457.0, "native_alone_17": 15.0, "asian_alone_17": 831.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1653.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 2.95, "pct_black_alone_change": -11.635, "pct_native_alone_change": -0.555, "pct_asian_alone_change": 5.086, "pct_hispanic_or_latino_change": 1.483, "pct_native_hawaiian_pacific_islander_change": -0.096, "INTPTLAT": "+37.7831286", "INTPTLON": "-122.2143965" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.2191, 37.7822 ], [ -122.219041, 37.782249 ], [ -122.218877, 37.78241 ], [ -122.218823, 37.782464 ], [ -122.218745, 37.782541 ], [ -122.218679, 37.782607 ], [ -122.218517, 37.782777 ], [ -122.218442, 37.782857 ], [ -122.218339, 37.782965 ], [ -122.21827, 37.783031 ], [ -122.217741, 37.783542 ], [ -122.217565, 37.783713 ], [ -122.217416, 37.783824 ], [ -122.217287, 37.783921 ], [ -122.216953, 37.784131 ], [ -122.216797, 37.78423 ], [ -122.216561, 37.784373 ], [ -122.216261, 37.784558 ], [ -122.215851, 37.784797 ], [ -122.215614, 37.784937 ], [ -122.215271, 37.785099 ], [ -122.215176, 37.785157 ], [ -122.215105, 37.785202 ], [ -122.214889, 37.785327 ], [ -122.214794, 37.785384 ], [ -122.214753, 37.78541 ], [ -122.214629, 37.785489 ], [ -122.214589, 37.785516 ], [ -122.214477, 37.78558 ], [ -122.214254, 37.78571 ], [ -122.214141, 37.785771 ], [ -122.214028, 37.785834 ], [ -122.213998, 37.785851 ], [ -122.213911, 37.785901 ], [ -122.213883, 37.785919 ], [ -122.213743, 37.786 ], [ -122.213323, 37.786242 ], [ -122.213184, 37.786324 ], [ -122.213072, 37.786392 ], [ -122.212735, 37.786596 ], [ -122.212624, 37.786665 ], [ -122.212494, 37.786739 ], [ -122.212107, 37.786964 ], [ -122.211978, 37.78704 ], [ -122.211715, 37.786804 ], [ -122.211296, 37.786427 ], [ -122.210933, 37.78609 ], [ -122.210675, 37.78585 ], [ -122.210486, 37.785683 ], [ -122.20992, 37.785185 ], [ -122.209732, 37.785019 ], [ -122.209595, 37.784894 ], [ -122.209184, 37.784522 ], [ -122.209088, 37.784436 ], [ -122.209049, 37.784397 ], [ -122.209211, 37.784282 ], [ -122.2097, 37.783938 ], [ -122.209863, 37.783824 ], [ -122.210029, 37.783703 ], [ -122.21053, 37.783341 ], [ -122.210697, 37.783221 ], [ -122.211142, 37.782907 ], [ -122.212481, 37.781965 ], [ -122.212927, 37.781652 ], [ -122.213363, 37.781348 ], [ -122.214674, 37.780439 ], [ -122.215111, 37.780136 ], [ -122.21527, 37.780026 ], [ -122.215751, 37.779696 ], [ -122.215911, 37.779587 ], [ -122.216061, 37.779477 ], [ -122.216514, 37.779147 ], [ -122.216665, 37.779038 ], [ -122.216712, 37.779086 ], [ -122.216804, 37.779167 ], [ -122.217231, 37.779543 ], [ -122.217374, 37.779669 ], [ -122.217427, 37.779715 ], [ -122.217586, 37.779856 ], [ -122.217639, 37.779903 ], [ -122.217712, 37.779963 ], [ -122.217931, 37.780146 ], [ -122.218004, 37.780207 ], [ -122.218137, 37.78033 ], [ -122.218537, 37.780702 ], [ -122.218616, 37.780775 ], [ -122.218657, 37.780838 ], [ -122.218702, 37.780986 ], [ -122.21884, 37.781432 ], [ -122.218887, 37.781581 ], [ -122.218927, 37.781705 ], [ -122.219042, 37.78206 ], [ -122.219049, 37.782078 ], [ -122.2191, 37.7822 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407102", "name": "Census Tract 4071.02, Alameda County, California", "total_population_17": 4106, "white_alone_17": 598.0, "black_alone_17": 652.0, "native_alone_17": 55.0, "asian_alone_17": 658.0, "native_hawaiian_pacific_islander_17": 126.0, "hispanic_or_latino_17": 1888.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 6.684, "pct_black_alone_change": -9.025, "pct_native_alone_change": 0.349, "pct_asian_alone_change": -3.018, "pct_hispanic_or_latino_change": -0.533, "pct_native_hawaiian_pacific_islander_change": 2.973, "INTPTLAT": "+37.7807761", "INTPTLON": "-122.2102385" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.216665, 37.779038 ], [ -122.216514, 37.779147 ], [ -122.216061, 37.779477 ], [ -122.215911, 37.779587 ], [ -122.215751, 37.779696 ], [ -122.21527, 37.780026 ], [ -122.215111, 37.780136 ], [ -122.214674, 37.780439 ], [ -122.213363, 37.781348 ], [ -122.212927, 37.781652 ], [ -122.212481, 37.781965 ], [ -122.211142, 37.782907 ], [ -122.210697, 37.783221 ], [ -122.21053, 37.783341 ], [ -122.210029, 37.783703 ], [ -122.209863, 37.783824 ], [ -122.2097, 37.783938 ], [ -122.209211, 37.784282 ], [ -122.209049, 37.784397 ], [ -122.209088, 37.784436 ], [ -122.209184, 37.784522 ], [ -122.209595, 37.784894 ], [ -122.209732, 37.785019 ], [ -122.20992, 37.785185 ], [ -122.210486, 37.785683 ], [ -122.210675, 37.78585 ], [ -122.210933, 37.78609 ], [ -122.211296, 37.786427 ], [ -122.211715, 37.786804 ], [ -122.211978, 37.78704 ], [ -122.211827, 37.787128 ], [ -122.211375, 37.787392 ], [ -122.211225, 37.787481 ], [ -122.211055, 37.787579 ], [ -122.210546, 37.787876 ], [ -122.210377, 37.787975 ], [ -122.210021, 37.787661 ], [ -122.208954, 37.786719 ], [ -122.208599, 37.786406 ], [ -122.208367, 37.786199 ], [ -122.207673, 37.785581 ], [ -122.207498, 37.785426 ], [ -122.207444, 37.785373 ], [ -122.207372, 37.785311 ], [ -122.207141, 37.785113 ], [ -122.206811, 37.784831 ], [ -122.206243, 37.784324 ], [ -122.205946, 37.784059 ], [ -122.205853, 37.783979 ], [ -122.205576, 37.783741 ], [ -122.205484, 37.783662 ], [ -122.205435, 37.78362 ], [ -122.20529, 37.783496 ], [ -122.205242, 37.783455 ], [ -122.205054, 37.783278 ], [ -122.205029, 37.783256 ], [ -122.204377, 37.782678 ], [ -122.204274, 37.782587 ], [ -122.204217, 37.782546 ], [ -122.20414, 37.782517 ], [ -122.204215, 37.782476 ], [ -122.204262, 37.782427 ], [ -122.204583, 37.782097 ], [ -122.20469, 37.781988 ], [ -122.204781, 37.781889 ], [ -122.205055, 37.781594 ], [ -122.205147, 37.781496 ], [ -122.205204, 37.781435 ], [ -122.20521, 37.781427 ], [ -122.205402, 37.781223 ], [ -122.205467, 37.781156 ], [ -122.205542, 37.781074 ], [ -122.205767, 37.780831 ], [ -122.205843, 37.78075 ], [ -122.2059, 37.78069 ], [ -122.206071, 37.780511 ], [ -122.206129, 37.780452 ], [ -122.20618, 37.780397 ], [ -122.206333, 37.780236 ], [ -122.206385, 37.780182 ], [ -122.206469, 37.780092 ], [ -122.206725, 37.779823 ], [ -122.20681, 37.779734 ], [ -122.207063, 37.779464 ], [ -122.207824, 37.778657 ], [ -122.208078, 37.778388 ], [ -122.208375, 37.778074 ], [ -122.209267, 37.777134 ], [ -122.209565, 37.776821 ], [ -122.209761, 37.776613 ], [ -122.210352, 37.775991 ], [ -122.210549, 37.775784 ], [ -122.210596, 37.775733 ], [ -122.21074, 37.775583 ], [ -122.210788, 37.775533 ], [ -122.210964, 37.775348 ], [ -122.211133, 37.775171 ], [ -122.211177, 37.775133 ], [ -122.211543, 37.77485 ], [ -122.211667, 37.774755 ], [ -122.211734, 37.774681 ], [ -122.211812, 37.774729 ], [ -122.211908, 37.774795 ], [ -122.211991, 37.774866 ], [ -122.212716, 37.775487 ], [ -122.212834, 37.775588 ], [ -122.212961, 37.77569 ], [ -122.213007, 37.775736 ], [ -122.213146, 37.775876 ], [ -122.213193, 37.775923 ], [ -122.213326, 37.776042 ], [ -122.213725, 37.776401 ], [ -122.213859, 37.776521 ], [ -122.214008, 37.776653 ], [ -122.214459, 37.777049 ], [ -122.214609, 37.777181 ], [ -122.214636, 37.777208 ], [ -122.21472, 37.777289 ], [ -122.214748, 37.777317 ], [ -122.214869, 37.77742 ], [ -122.215232, 37.777729 ], [ -122.215354, 37.777833 ], [ -122.215493, 37.777957 ], [ -122.21591, 37.778329 ], [ -122.21605, 37.778453 ], [ -122.216173, 37.778569 ], [ -122.216542, 37.778921 ], [ -122.216665, 37.779038 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407200", "name": "Census Tract 4072, Alameda County, California", "total_population_17": 7064, "white_alone_17": 484.0, "black_alone_17": 563.0, "native_alone_17": 168.0, "asian_alone_17": 1031.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 4824.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.104, "pct_black_alone_change": -0.597, "pct_native_alone_change": 1.682, "pct_asian_alone_change": 3.031, "pct_hispanic_or_latino_change": -3.595, "pct_native_hawaiian_pacific_islander_change": -0.043, "INTPTLAT": "+37.7777848", "INTPTLON": "-122.2192819" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.225754, 37.77774 ], [ -122.225607, 37.778032 ], [ -122.225559, 37.77813 ], [ -122.225497, 37.778253 ], [ -122.225311, 37.778624 ], [ -122.22525, 37.778748 ], [ -122.225143, 37.778952 ], [ -122.224824, 37.779567 ], [ -122.224719, 37.779772 ], [ -122.224666, 37.779878 ], [ -122.224507, 37.780197 ], [ -122.224455, 37.780304 ], [ -122.224367, 37.780465 ], [ -122.224264, 37.780659 ], [ -122.224121, 37.780958 ], [ -122.224042, 37.781124 ], [ -122.224013, 37.781181 ], [ -122.223928, 37.781351 ], [ -122.2239, 37.781409 ], [ -122.223843, 37.781524 ], [ -122.223673, 37.78187 ], [ -122.223617, 37.781986 ], [ -122.22353, 37.78215 ], [ -122.223271, 37.782645 ], [ -122.223186, 37.78281 ], [ -122.223093, 37.782997 ], [ -122.222816, 37.783559 ], [ -122.222755, 37.783684 ], [ -122.222729, 37.783749 ], [ -122.222522, 37.783684 ], [ -122.221902, 37.783489 ], [ -122.221696, 37.783425 ], [ -122.221615, 37.783397 ], [ -122.221373, 37.783314 ], [ -122.221293, 37.783287 ], [ -122.221165, 37.783242 ], [ -122.220783, 37.783107 ], [ -122.220656, 37.783062 ], [ -122.220322, 37.782945 ], [ -122.220215, 37.782919 ], [ -122.220129, 37.782887 ], [ -122.219828, 37.782748 ], [ -122.219662, 37.782661 ], [ -122.219397, 37.782522 ], [ -122.219322, 37.782476 ], [ -122.219291, 37.782447 ], [ -122.219238, 37.782406 ], [ -122.219193, 37.782363 ], [ -122.219147, 37.782292 ], [ -122.21913, 37.78225 ], [ -122.219115, 37.78222 ], [ -122.2191, 37.7822 ], [ -122.219049, 37.782078 ], [ -122.219042, 37.78206 ], [ -122.218927, 37.781705 ], [ -122.218887, 37.781581 ], [ -122.21884, 37.781432 ], [ -122.218702, 37.780986 ], [ -122.218657, 37.780838 ], [ -122.218616, 37.780775 ], [ -122.218537, 37.780702 ], [ -122.218137, 37.78033 ], [ -122.218004, 37.780207 ], [ -122.217931, 37.780146 ], [ -122.217712, 37.779963 ], [ -122.217639, 37.779903 ], [ -122.217586, 37.779856 ], [ -122.217427, 37.779715 ], [ -122.217374, 37.779669 ], [ -122.217231, 37.779543 ], [ -122.216804, 37.779167 ], [ -122.216712, 37.779086 ], [ -122.216665, 37.779038 ], [ -122.216542, 37.778921 ], [ -122.216173, 37.778569 ], [ -122.21605, 37.778453 ], [ -122.21591, 37.778329 ], [ -122.215493, 37.777957 ], [ -122.215354, 37.777833 ], [ -122.215232, 37.777729 ], [ -122.214869, 37.77742 ], [ -122.214748, 37.777317 ], [ -122.21472, 37.777289 ], [ -122.214636, 37.777208 ], [ -122.214609, 37.777181 ], [ -122.214459, 37.777049 ], [ -122.214008, 37.776653 ], [ -122.213859, 37.776521 ], [ -122.213725, 37.776401 ], [ -122.213326, 37.776042 ], [ -122.213193, 37.775923 ], [ -122.213146, 37.775876 ], [ -122.213007, 37.775736 ], [ -122.212961, 37.77569 ], [ -122.212834, 37.775588 ], [ -122.212716, 37.775487 ], [ -122.211991, 37.774866 ], [ -122.211908, 37.774795 ], [ -122.211812, 37.774729 ], [ -122.211734, 37.774681 ], [ -122.211799, 37.774625 ], [ -122.211886, 37.774557 ], [ -122.212351, 37.774199 ], [ -122.212506, 37.77408 ], [ -122.212597, 37.77401 ], [ -122.212871, 37.773803 ], [ -122.212963, 37.773734 ], [ -122.213071, 37.773654 ], [ -122.213396, 37.773418 ], [ -122.213505, 37.773339 ], [ -122.213762, 37.773146 ], [ -122.214536, 37.772568 ], [ -122.214794, 37.772376 ], [ -122.21485, 37.772401 ], [ -122.215083, 37.772507 ], [ -122.215096, 37.772513 ], [ -122.215941, 37.77292 ], [ -122.216102, 37.772998 ], [ -122.216226, 37.773062 ], [ -122.216336, 37.773113 ], [ -122.216372, 37.77313 ], [ -122.216666, 37.773269 ], [ -122.216777, 37.773322 ], [ -122.216856, 37.773362 ], [ -122.217093, 37.773482 ], [ -122.217173, 37.773523 ], [ -122.21757, 37.773711 ], [ -122.217957, 37.773889 ], [ -122.218075, 37.773942 ], [ -122.218757, 37.77425 ], [ -122.218938, 37.774348 ], [ -122.219139, 37.774442 ], [ -122.219742, 37.774726 ], [ -122.219944, 37.774821 ], [ -122.220126, 37.774908 ], [ -122.220672, 37.775172 ], [ -122.220855, 37.77526 ], [ -122.221041, 37.775348 ], [ -122.2216, 37.775614 ], [ -122.221787, 37.775703 ], [ -122.221833, 37.775725 ], [ -122.221974, 37.775791 ], [ -122.222021, 37.775813 ], [ -122.22215, 37.775878 ], [ -122.222538, 37.776074 ], [ -122.222668, 37.77614 ], [ -122.222741, 37.776174 ], [ -122.22285, 37.776225 ], [ -122.223001, 37.776297 ], [ -122.223397, 37.776486 ], [ -122.22358, 37.776574 ], [ -122.22363, 37.776599 ], [ -122.22378, 37.776674 ], [ -122.223831, 37.776699 ], [ -122.223969, 37.776766 ], [ -122.224173, 37.776866 ], [ -122.224387, 37.776965 ], [ -122.224527, 37.777031 ], [ -122.224782, 37.777153 ], [ -122.225547, 37.77752 ], [ -122.225803, 37.777643 ], [ -122.225754, 37.77774 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407300", "name": "Census Tract 4073, Alameda County, California", "total_population_17": 2485, "white_alone_17": 385.0, "black_alone_17": 209.0, "native_alone_17": 0.0, "asian_alone_17": 387.0, "native_hawaiian_pacific_islander_17": 17.0, "hispanic_or_latino_17": 1398.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.708, "pct_black_alone_change": -14.007, "pct_native_alone_change": -0.477, "pct_asian_alone_change": 6.511, "pct_hispanic_or_latino_change": 3.675, "pct_native_hawaiian_pacific_islander_change": 0.684, "INTPTLAT": "+37.7621786", "INTPTLON": "-122.2109235" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.224904, 37.764563 ], [ -122.224575, 37.76485 ], [ -122.224401, 37.765009 ], [ -122.224388, 37.76502 ], [ -122.224249, 37.765132 ], [ -122.223756, 37.765579 ], [ -122.223417, 37.765836 ], [ -122.222403, 37.766608 ], [ -122.222065, 37.766866 ], [ -122.221936, 37.766964 ], [ -122.221549, 37.76726 ], [ -122.221421, 37.767359 ], [ -122.220985, 37.767681 ], [ -122.220831, 37.767795 ], [ -122.220723, 37.767875 ], [ -122.220665, 37.767918 ], [ -122.220608, 37.76796 ], [ -122.220536, 37.768007 ], [ -122.220469, 37.768054 ], [ -122.220431, 37.768081 ], [ -122.220337, 37.768143 ], [ -122.220257, 37.768207 ], [ -122.219932, 37.76846 ], [ -122.219903, 37.768481 ], [ -122.218985, 37.769198 ], [ -122.218104, 37.769868 ], [ -122.217911, 37.770012 ], [ -122.217394, 37.770402 ], [ -122.217334, 37.770444 ], [ -122.21714, 37.770585 ], [ -122.217076, 37.770627 ], [ -122.217067, 37.770633 ], [ -122.216924, 37.770748 ], [ -122.216863, 37.770794 ], [ -122.216795, 37.770848 ], [ -122.216713, 37.770911 ], [ -122.216195, 37.771313 ], [ -122.21616, 37.771338 ], [ -122.216113, 37.771372 ], [ -122.216077, 37.7714 ], [ -122.215622, 37.771755 ], [ -122.215456, 37.771879 ], [ -122.214959, 37.772252 ], [ -122.214911, 37.772289 ], [ -122.214794, 37.772376 ], [ -122.214629, 37.772297 ], [ -122.214135, 37.772063 ], [ -122.213971, 37.771985 ], [ -122.213756, 37.771884 ], [ -122.213113, 37.771581 ], [ -122.212899, 37.77148 ], [ -122.212651, 37.771362 ], [ -122.211911, 37.771011 ], [ -122.211664, 37.770895 ], [ -122.211537, 37.770835 ], [ -122.211159, 37.770655 ], [ -122.211033, 37.770596 ], [ -122.210982, 37.770572 ], [ -122.210829, 37.770502 ], [ -122.210778, 37.770479 ], [ -122.21065, 37.77042 ], [ -122.210266, 37.770243 ], [ -122.210139, 37.770184 ], [ -122.210057, 37.770146 ], [ -122.209811, 37.770034 ], [ -122.20973, 37.769997 ], [ -122.209652, 37.769958 ], [ -122.209418, 37.769841 ], [ -122.209341, 37.769803 ], [ -122.209222, 37.769748 ], [ -122.208868, 37.769583 ], [ -122.20875, 37.769528 ], [ -122.208576, 37.769444 ], [ -122.208054, 37.769195 ], [ -122.20788, 37.769112 ], [ -122.207705, 37.76903 ], [ -122.207182, 37.768784 ], [ -122.207008, 37.768703 ], [ -122.206802, 37.768606 ], [ -122.206185, 37.768315 ], [ -122.206116, 37.768283 ], [ -122.20598, 37.768219 ], [ -122.20548, 37.76799 ], [ -122.204966, 37.76775 ], [ -122.204708, 37.767625 ], [ -122.203937, 37.76725 ], [ -122.20368, 37.767126 ], [ -122.203463, 37.767022 ], [ -122.202813, 37.76671 ], [ -122.202597, 37.766607 ], [ -122.202402, 37.766514 ], [ -122.201817, 37.766237 ], [ -122.201623, 37.766145 ], [ -122.201402, 37.766041 ], [ -122.200868, 37.765791 ], [ -122.20074, 37.76573 ], [ -122.20052, 37.765626 ], [ -122.200479, 37.765606 ], [ -122.200359, 37.765549 ], [ -122.200319, 37.76553 ], [ -122.200155, 37.765453 ], [ -122.199665, 37.765225 ], [ -122.199502, 37.765149 ], [ -122.199615, 37.765084 ], [ -122.199802, 37.764942 ], [ -122.199896, 37.764872 ], [ -122.200697, 37.764307 ], [ -122.200997, 37.764097 ], [ -122.201351, 37.763845 ], [ -122.202137, 37.763287 ], [ -122.202416, 37.763094 ], [ -122.202775, 37.762848 ], [ -122.203316, 37.762467 ], [ -122.20336, 37.762435 ], [ -122.204942, 37.761325 ], [ -122.205032, 37.761263 ], [ -122.205361, 37.761034 ], [ -122.205482, 37.760942 ], [ -122.205507, 37.760922 ], [ -122.205524, 37.76091 ], [ -122.205567, 37.760875 ], [ -122.205584, 37.760863 ], [ -122.205611, 37.760846 ], [ -122.20528, 37.76055 ], [ -122.204662, 37.760022 ], [ -122.204646, 37.760008 ], [ -122.204101, 37.75954 ], [ -122.203508, 37.759045 ], [ -122.201778, 37.757595 ], [ -122.201111, 37.757036 ], [ -122.200886, 37.756837 ], [ -122.200822, 37.756782 ], [ -122.201089, 37.75666 ], [ -122.201155, 37.756631 ], [ -122.201441, 37.756507 ], [ -122.201604, 37.75644 ], [ -122.202089, 37.75625 ], [ -122.20217, 37.756216 ], [ -122.202509, 37.756077 ], [ -122.202227, 37.755838 ], [ -122.201694, 37.755385 ], [ -122.201383, 37.755122 ], [ -122.201171, 37.754942 ], [ -122.201102, 37.754884 ], [ -122.201178, 37.754829 ], [ -122.201408, 37.754666 ], [ -122.201485, 37.754612 ], [ -122.202075, 37.754778 ], [ -122.202163, 37.754803 ], [ -122.203141, 37.754749 ], [ -122.203886, 37.754556 ], [ -122.204131, 37.754494 ], [ -122.204481, 37.754406 ], [ -122.204897, 37.754301 ], [ -122.205176, 37.754231 ], [ -122.20609, 37.753819 ], [ -122.206224, 37.753759 ], [ -122.206481, 37.75364 ], [ -122.206596, 37.753586 ], [ -122.206944, 37.753424 ], [ -122.20706, 37.753371 ], [ -122.207155, 37.753326 ], [ -122.207206, 37.753303 ], [ -122.207351, 37.753235 ], [ -122.207441, 37.753193 ], [ -122.207537, 37.753148 ], [ -122.207565, 37.75318 ], [ -122.207665, 37.753291 ], [ -122.207838, 37.753483 ], [ -122.208039, 37.753716 ], [ -122.208163, 37.75386 ], [ -122.208223, 37.753921 ], [ -122.208595, 37.754349 ], [ -122.208653, 37.754413 ], [ -122.208929, 37.754717 ], [ -122.209268, 37.755118 ], [ -122.209657, 37.755566 ], [ -122.210114, 37.756081 ], [ -122.210606, 37.756634 ], [ -122.210699, 37.756745 ], [ -122.210908, 37.756983 ], [ -122.211412, 37.757557 ], [ -122.211548, 37.757697 ], [ -122.211788, 37.757998 ], [ -122.211816, 37.758028 ], [ -122.212132, 37.758366 ], [ -122.212196, 37.758436 ], [ -122.212388, 37.758648 ], [ -122.212453, 37.758719 ], [ -122.212579, 37.758866 ], [ -122.212957, 37.759307 ], [ -122.213084, 37.759454 ], [ -122.213406, 37.75982 ], [ -122.213681, 37.760131 ], [ -122.214255, 37.760782 ], [ -122.214374, 37.760919 ], [ -122.214695, 37.761287 ], [ -122.214726, 37.761323 ], [ -122.214749, 37.76135 ], [ -122.214803, 37.761412 ], [ -122.21482, 37.761431 ], [ -122.214852, 37.761468 ], [ -122.214885, 37.761449 ], [ -122.214987, 37.761393 ], [ -122.215021, 37.761375 ], [ -122.215109, 37.76132 ], [ -122.216077, 37.760716 ], [ -122.216968, 37.760251 ], [ -122.218112, 37.759656 ], [ -122.222125, 37.755953 ], [ -122.223481, 37.754702 ], [ -122.223647, 37.756926 ], [ -122.223648, 37.756944 ], [ -122.223757, 37.758387 ], [ -122.22394, 37.760838 ], [ -122.224213, 37.762813 ], [ -122.224697, 37.764099 ], [ -122.224904, 37.764563 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407400", "name": "Census Tract 4074, Alameda County, California", "total_population_17": 4205, "white_alone_17": 168.0, "black_alone_17": 708.0, "native_alone_17": 0.0, "asian_alone_17": 465.0, "native_hawaiian_pacific_islander_17": 22.0, "hispanic_or_latino_17": 2748.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.579, "pct_black_alone_change": -14.7, "pct_native_alone_change": -0.433, "pct_asian_alone_change": -0.032, "pct_hispanic_or_latino_change": 12.212, "pct_native_hawaiian_pacific_islander_change": 0.523, "INTPTLAT": "+37.7710407", "INTPTLON": "-122.2067479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.214794, 37.772376 ], [ -122.214536, 37.772568 ], [ -122.213762, 37.773146 ], [ -122.213505, 37.773339 ], [ -122.213396, 37.773418 ], [ -122.213071, 37.773654 ], [ -122.212963, 37.773734 ], [ -122.212871, 37.773803 ], [ -122.212597, 37.77401 ], [ -122.212506, 37.77408 ], [ -122.212351, 37.774199 ], [ -122.211886, 37.774557 ], [ -122.211799, 37.774625 ], [ -122.211734, 37.774681 ], [ -122.211549, 37.774593 ], [ -122.210994, 37.774329 ], [ -122.210809, 37.774242 ], [ -122.210561, 37.774125 ], [ -122.209818, 37.773774 ], [ -122.209571, 37.773657 ], [ -122.209398, 37.773576 ], [ -122.20888, 37.773333 ], [ -122.208708, 37.773253 ], [ -122.208498, 37.773153 ], [ -122.20787, 37.772853 ], [ -122.207661, 37.772754 ], [ -122.207611, 37.772734 ], [ -122.207574, 37.772727 ], [ -122.207525, 37.772711 ], [ -122.207436, 37.772696 ], [ -122.207407, 37.772692 ], [ -122.207379, 37.772692 ], [ -122.207178, 37.772691 ], [ -122.206575, 37.772688 ], [ -122.206375, 37.772687 ], [ -122.206121, 37.772684 ], [ -122.205362, 37.772676 ], [ -122.205109, 37.772674 ], [ -122.204682, 37.772674 ], [ -122.203404, 37.772674 ], [ -122.202978, 37.772675 ], [ -122.202762, 37.772673 ], [ -122.202117, 37.772669 ], [ -122.201902, 37.772668 ], [ -122.201682, 37.772666 ], [ -122.201024, 37.772662 ], [ -122.200805, 37.772661 ], [ -122.200806, 37.772586 ], [ -122.200807, 37.772477 ], [ -122.200812, 37.771925 ], [ -122.200814, 37.771798 ], [ -122.200814, 37.771741 ], [ -122.200813, 37.770917 ], [ -122.200809, 37.770067 ], [ -122.200816, 37.769238 ], [ -122.20084, 37.76913 ], [ -122.201007, 37.769016 ], [ -122.201471, 37.768691 ], [ -122.201673, 37.768543 ], [ -122.202091, 37.768242 ], [ -122.202536, 37.767936 ], [ -122.20368, 37.767126 ], [ -122.203937, 37.76725 ], [ -122.204708, 37.767625 ], [ -122.204966, 37.76775 ], [ -122.20548, 37.76799 ], [ -122.20598, 37.768219 ], [ -122.206116, 37.768283 ], [ -122.206185, 37.768315 ], [ -122.206802, 37.768606 ], [ -122.207008, 37.768703 ], [ -122.207182, 37.768784 ], [ -122.207705, 37.76903 ], [ -122.20788, 37.769112 ], [ -122.208054, 37.769195 ], [ -122.208576, 37.769444 ], [ -122.20875, 37.769528 ], [ -122.208868, 37.769583 ], [ -122.209222, 37.769748 ], [ -122.209341, 37.769803 ], [ -122.209418, 37.769841 ], [ -122.209652, 37.769958 ], [ -122.20973, 37.769997 ], [ -122.209811, 37.770034 ], [ -122.210057, 37.770146 ], [ -122.210139, 37.770184 ], [ -122.210266, 37.770243 ], [ -122.21065, 37.77042 ], [ -122.210778, 37.770479 ], [ -122.210829, 37.770502 ], [ -122.210982, 37.770572 ], [ -122.211033, 37.770596 ], [ -122.211159, 37.770655 ], [ -122.211537, 37.770835 ], [ -122.211664, 37.770895 ], [ -122.211911, 37.771011 ], [ -122.212651, 37.771362 ], [ -122.212899, 37.77148 ], [ -122.213113, 37.771581 ], [ -122.213756, 37.771884 ], [ -122.213971, 37.771985 ], [ -122.214135, 37.772063 ], [ -122.214629, 37.772297 ], [ -122.214794, 37.772376 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407500", "name": "Census Tract 4075, Alameda County, California", "total_population_17": 4362, "white_alone_17": 272.0, "black_alone_17": 1384.0, "native_alone_17": 44.0, "asian_alone_17": 218.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2251.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 2.863, "pct_black_alone_change": -6.808, "pct_native_alone_change": 0.69, "pct_asian_alone_change": -3.708, "pct_hispanic_or_latino_change": 2.676, "pct_native_hawaiian_pacific_islander_change": -0.137, "INTPTLAT": "+37.7695150", "INTPTLON": "-122.1976093" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.20368, 37.767126 ], [ -122.202536, 37.767936 ], [ -122.202091, 37.768242 ], [ -122.201673, 37.768543 ], [ -122.201471, 37.768691 ], [ -122.201007, 37.769016 ], [ -122.20084, 37.76913 ], [ -122.200816, 37.769238 ], [ -122.200809, 37.770067 ], [ -122.200813, 37.770917 ], [ -122.200814, 37.771741 ], [ -122.200814, 37.771798 ], [ -122.200812, 37.771925 ], [ -122.200807, 37.772477 ], [ -122.200806, 37.772586 ], [ -122.200805, 37.772661 ], [ -122.200583, 37.77266 ], [ -122.199917, 37.772658 ], [ -122.199696, 37.772658 ], [ -122.198593, 37.772659 ], [ -122.196186, 37.772652 ], [ -122.19592, 37.772639 ], [ -122.195687, 37.772606 ], [ -122.193915, 37.772267 ], [ -122.19326, 37.772141 ], [ -122.193058, 37.772096 ], [ -122.192457, 37.771986 ], [ -122.190847, 37.771676 ], [ -122.190394, 37.771585 ], [ -122.190345, 37.771576 ], [ -122.190432, 37.771522 ], [ -122.190802, 37.771265 ], [ -122.191335, 37.77089 ], [ -122.191416, 37.77083 ], [ -122.192194, 37.770292 ], [ -122.192683, 37.76994 ], [ -122.19325, 37.76954 ], [ -122.193282, 37.769517 ], [ -122.193382, 37.769451 ], [ -122.193415, 37.769429 ], [ -122.193522, 37.769353 ], [ -122.193844, 37.769127 ], [ -122.193952, 37.769052 ], [ -122.194236, 37.768848 ], [ -122.194336, 37.768777 ], [ -122.194984, 37.768322 ], [ -122.195112, 37.768239 ], [ -122.195729, 37.767804 ], [ -122.196519, 37.767244 ], [ -122.196704, 37.767113 ], [ -122.19726, 37.766722 ], [ -122.197446, 37.766592 ], [ -122.197586, 37.766493 ], [ -122.198006, 37.766196 ], [ -122.198146, 37.766097 ], [ -122.198417, 37.765907 ], [ -122.19923, 37.765338 ], [ -122.199502, 37.765149 ], [ -122.199665, 37.765225 ], [ -122.200155, 37.765453 ], [ -122.200319, 37.76553 ], [ -122.200359, 37.765549 ], [ -122.200479, 37.765606 ], [ -122.20052, 37.765626 ], [ -122.20074, 37.76573 ], [ -122.200868, 37.765791 ], [ -122.201402, 37.766041 ], [ -122.201623, 37.766145 ], [ -122.201817, 37.766237 ], [ -122.202402, 37.766514 ], [ -122.202597, 37.766607 ], [ -122.202813, 37.76671 ], [ -122.203463, 37.767022 ], [ -122.20368, 37.767126 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407600", "name": "Census Tract 4076, Alameda County, California", "total_population_17": 6502, "white_alone_17": 625.0, "black_alone_17": 2669.0, "native_alone_17": 0.0, "asian_alone_17": 746.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2029.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.721, "pct_black_alone_change": -5.576, "pct_native_alone_change": -1.182, "pct_asian_alone_change": -0.995, "pct_hispanic_or_latino_change": 0.776, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7775293", "INTPTLON": "-122.2031992" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.211667, 37.774755 ], [ -122.211543, 37.77485 ], [ -122.211177, 37.775133 ], [ -122.211133, 37.775171 ], [ -122.210964, 37.775348 ], [ -122.210788, 37.775533 ], [ -122.21074, 37.775583 ], [ -122.210596, 37.775733 ], [ -122.210549, 37.775784 ], [ -122.210352, 37.775991 ], [ -122.209761, 37.776613 ], [ -122.209565, 37.776821 ], [ -122.209267, 37.777134 ], [ -122.208375, 37.778074 ], [ -122.208078, 37.778388 ], [ -122.207824, 37.778657 ], [ -122.207063, 37.779464 ], [ -122.20681, 37.779734 ], [ -122.206725, 37.779823 ], [ -122.206469, 37.780092 ], [ -122.206385, 37.780182 ], [ -122.206333, 37.780236 ], [ -122.20618, 37.780397 ], [ -122.206129, 37.780452 ], [ -122.206071, 37.780511 ], [ -122.2059, 37.78069 ], [ -122.205843, 37.78075 ], [ -122.205767, 37.780831 ], [ -122.205542, 37.781074 ], [ -122.205467, 37.781156 ], [ -122.205402, 37.781223 ], [ -122.20521, 37.781427 ], [ -122.205204, 37.781435 ], [ -122.205147, 37.781496 ], [ -122.205055, 37.781594 ], [ -122.204781, 37.781889 ], [ -122.20469, 37.781988 ], [ -122.204583, 37.782097 ], [ -122.204262, 37.782427 ], [ -122.204215, 37.782476 ], [ -122.20414, 37.782517 ], [ -122.203982, 37.782596 ], [ -122.203508, 37.782835 ], [ -122.203351, 37.782915 ], [ -122.203191, 37.782996 ], [ -122.202712, 37.783242 ], [ -122.202553, 37.783324 ], [ -122.202395, 37.783404 ], [ -122.201924, 37.783643 ], [ -122.201767, 37.783724 ], [ -122.200715, 37.784273 ], [ -122.200124, 37.784571 ], [ -122.199902, 37.784374 ], [ -122.199236, 37.783783 ], [ -122.199015, 37.783586 ], [ -122.198849, 37.783437 ], [ -122.198351, 37.78299 ], [ -122.198186, 37.782841 ], [ -122.197912, 37.782596 ], [ -122.197091, 37.781861 ], [ -122.196818, 37.781617 ], [ -122.196644, 37.781465 ], [ -122.196123, 37.78101 ], [ -122.196028, 37.780927 ], [ -122.195924, 37.780924 ], [ -122.196232, 37.780711 ], [ -122.196754, 37.780353 ], [ -122.197149, 37.780063 ], [ -122.197451, 37.779842 ], [ -122.197593, 37.779743 ], [ -122.198022, 37.779449 ], [ -122.198165, 37.779351 ], [ -122.198295, 37.779255 ], [ -122.198688, 37.778968 ], [ -122.198819, 37.778873 ], [ -122.198954, 37.778775 ], [ -122.199361, 37.778483 ], [ -122.199497, 37.778386 ], [ -122.199626, 37.778295 ], [ -122.200014, 37.778026 ], [ -122.200144, 37.777936 ], [ -122.200338, 37.777795 ], [ -122.200921, 37.777376 ], [ -122.201116, 37.777237 ], [ -122.201002, 37.777135 ], [ -122.20066, 37.776832 ], [ -122.200546, 37.776731 ], [ -122.200427, 37.776625 ], [ -122.20007, 37.776309 ], [ -122.199951, 37.776204 ], [ -122.199895, 37.776153 ], [ -122.199729, 37.776 ], [ -122.199674, 37.77595 ], [ -122.199324, 37.775641 ], [ -122.198727, 37.775116 ], [ -122.198571, 37.774969 ], [ -122.198124, 37.774574 ], [ -122.196968, 37.773554 ], [ -122.196008, 37.772705 ], [ -122.19592, 37.772639 ], [ -122.196186, 37.772652 ], [ -122.198593, 37.772659 ], [ -122.199696, 37.772658 ], [ -122.199917, 37.772658 ], [ -122.200583, 37.77266 ], [ -122.200805, 37.772661 ], [ -122.201024, 37.772662 ], [ -122.201682, 37.772666 ], [ -122.201902, 37.772668 ], [ -122.202117, 37.772669 ], [ -122.202762, 37.772673 ], [ -122.202978, 37.772675 ], [ -122.203404, 37.772674 ], [ -122.204682, 37.772674 ], [ -122.205109, 37.772674 ], [ -122.205362, 37.772676 ], [ -122.206121, 37.772684 ], [ -122.206375, 37.772687 ], [ -122.206575, 37.772688 ], [ -122.207178, 37.772691 ], [ -122.207379, 37.772692 ], [ -122.207407, 37.772692 ], [ -122.207436, 37.772696 ], [ -122.207525, 37.772711 ], [ -122.207574, 37.772727 ], [ -122.207611, 37.772734 ], [ -122.207661, 37.772754 ], [ -122.20787, 37.772853 ], [ -122.208498, 37.773153 ], [ -122.208708, 37.773253 ], [ -122.20888, 37.773333 ], [ -122.209398, 37.773576 ], [ -122.209571, 37.773657 ], [ -122.209818, 37.773774 ], [ -122.210561, 37.774125 ], [ -122.210809, 37.774242 ], [ -122.210994, 37.774329 ], [ -122.211549, 37.774593 ], [ -122.211734, 37.774681 ], [ -122.211667, 37.774755 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407700", "name": "Census Tract 4077, Alameda County, California", "total_population_17": 4240, "white_alone_17": 1134.0, "black_alone_17": 2045.0, "native_alone_17": 0.0, "asian_alone_17": 262.0, "native_hawaiian_pacific_islander_17": 41.0, "hispanic_or_latino_17": 558.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 10.85, "pct_black_alone_change": -17.783, "pct_native_alone_change": -0.587, "pct_asian_alone_change": 0.83, "pct_hispanic_or_latino_change": 1.636, "pct_native_hawaiian_pacific_islander_change": 0.945, "INTPTLAT": "+37.7765247", "INTPTLON": "-122.1932008" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.201116, 37.777237 ], [ -122.200921, 37.777376 ], [ -122.200338, 37.777795 ], [ -122.200144, 37.777936 ], [ -122.200014, 37.778026 ], [ -122.199626, 37.778295 ], [ -122.199497, 37.778386 ], [ -122.199361, 37.778483 ], [ -122.198954, 37.778775 ], [ -122.198819, 37.778873 ], [ -122.198688, 37.778968 ], [ -122.198295, 37.779255 ], [ -122.198165, 37.779351 ], [ -122.198022, 37.779449 ], [ -122.197593, 37.779743 ], [ -122.197451, 37.779842 ], [ -122.197149, 37.780063 ], [ -122.196754, 37.780353 ], [ -122.196232, 37.780711 ], [ -122.195924, 37.780924 ], [ -122.195449, 37.78126 ], [ -122.194026, 37.78227 ], [ -122.193629, 37.782553 ], [ -122.193537, 37.782575 ], [ -122.193528, 37.782537 ], [ -122.193494, 37.782473 ], [ -122.193479, 37.782456 ], [ -122.193459, 37.782433 ], [ -122.19318, 37.782186 ], [ -122.193171, 37.782178 ], [ -122.193113, 37.782072 ], [ -122.193081, 37.782024 ], [ -122.19301, 37.781959 ], [ -122.192673, 37.781647 ], [ -122.192561, 37.781543 ], [ -122.192451, 37.781446 ], [ -122.192124, 37.781158 ], [ -122.192015, 37.781062 ], [ -122.191894, 37.781 ], [ -122.191765, 37.780941 ], [ -122.191721, 37.780907 ], [ -122.191675, 37.780866 ], [ -122.190788, 37.780082 ], [ -122.190493, 37.779821 ], [ -122.190367, 37.779709 ], [ -122.18999, 37.779373 ], [ -122.189865, 37.779262 ], [ -122.189763, 37.779171 ], [ -122.189459, 37.778901 ], [ -122.189358, 37.778811 ], [ -122.188809, 37.77834 ], [ -122.188298, 37.777873 ], [ -122.188248, 37.777794 ], [ -122.188214, 37.777797 ], [ -122.188075, 37.77781 ], [ -122.187944, 37.777823 ], [ -122.187944, 37.777769 ], [ -122.187929, 37.777701 ], [ -122.187891, 37.777636 ], [ -122.187818, 37.777549 ], [ -122.187647, 37.777386 ], [ -122.187106, 37.776817 ], [ -122.186991, 37.776723 ], [ -122.186648, 37.776444 ], [ -122.186534, 37.776351 ], [ -122.185933, 37.775838 ], [ -122.18576, 37.7758 ], [ -122.185298, 37.775702 ], [ -122.185241, 37.775689 ], [ -122.185168, 37.775674 ], [ -122.185069, 37.775653 ], [ -122.185312, 37.77547 ], [ -122.185365, 37.775425 ], [ -122.185534, 37.77527 ], [ -122.186196, 37.774669 ], [ -122.186417, 37.774469 ], [ -122.187268, 37.773783 ], [ -122.187414, 37.773669 ], [ -122.187852, 37.77333 ], [ -122.187999, 37.773217 ], [ -122.188071, 37.773165 ], [ -122.188287, 37.77301 ], [ -122.18836, 37.772959 ], [ -122.188432, 37.772908 ], [ -122.18865, 37.772754 ], [ -122.188723, 37.772704 ], [ -122.188843, 37.772618 ], [ -122.189203, 37.772365 ], [ -122.189324, 37.77228 ], [ -122.189767, 37.771974 ], [ -122.190229, 37.771651 ], [ -122.190345, 37.771576 ], [ -122.190394, 37.771585 ], [ -122.190847, 37.771676 ], [ -122.192457, 37.771986 ], [ -122.193058, 37.772096 ], [ -122.19326, 37.772141 ], [ -122.193915, 37.772267 ], [ -122.195687, 37.772606 ], [ -122.19592, 37.772639 ], [ -122.196008, 37.772705 ], [ -122.196968, 37.773554 ], [ -122.198124, 37.774574 ], [ -122.198571, 37.774969 ], [ -122.198727, 37.775116 ], [ -122.199324, 37.775641 ], [ -122.199674, 37.77595 ], [ -122.199729, 37.776 ], [ -122.199895, 37.776153 ], [ -122.199951, 37.776204 ], [ -122.20007, 37.776309 ], [ -122.200427, 37.776625 ], [ -122.200546, 37.776731 ], [ -122.20066, 37.776832 ], [ -122.201002, 37.777135 ], [ -122.201116, 37.777237 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407800", "name": "Census Tract 4078, Alameda County, California", "total_population_17": 2742, "white_alone_17": 849.0, "black_alone_17": 691.0, "native_alone_17": 4.0, "asian_alone_17": 592.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 395.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 1.081, "pct_black_alone_change": -22.659, "pct_native_alone_change": -1.118, "pct_asian_alone_change": 12.336, "pct_hispanic_or_latino_change": 2.91, "pct_native_hawaiian_pacific_islander_change": 0.047, "INTPTLAT": "+37.7817417", "INTPTLON": "-122.1866598" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.199967, 37.784651 ], [ -122.199497, 37.784893 ], [ -122.199341, 37.784974 ], [ -122.199159, 37.785067 ], [ -122.198612, 37.785349 ], [ -122.198431, 37.785443 ], [ -122.198195, 37.785563 ], [ -122.197489, 37.785925 ], [ -122.197254, 37.786046 ], [ -122.197126, 37.786112 ], [ -122.197061, 37.786145 ], [ -122.196742, 37.786312 ], [ -122.196615, 37.786379 ], [ -122.196537, 37.786421 ], [ -122.196303, 37.786548 ], [ -122.196226, 37.786591 ], [ -122.196002, 37.786706 ], [ -122.195871, 37.786778 ], [ -122.195775, 37.786829 ], [ -122.195322, 37.786604 ], [ -122.19438, 37.786136 ], [ -122.194055, 37.785985 ], [ -122.19396, 37.785943 ], [ -122.193876, 37.785906 ], [ -122.193496, 37.785746 ], [ -122.193196, 37.785627 ], [ -122.193005, 37.785552 ], [ -122.192287, 37.785301 ], [ -122.192183, 37.785265 ], [ -122.191982, 37.785201 ], [ -122.191665, 37.7851 ], [ -122.191169, 37.784963 ], [ -122.190849, 37.78488 ], [ -122.190489, 37.784792 ], [ -122.190152, 37.784721 ], [ -122.189253, 37.784561 ], [ -122.188757, 37.784473 ], [ -122.188733, 37.784469 ], [ -122.188694, 37.784463 ], [ -122.188621, 37.784452 ], [ -122.188586, 37.784446 ], [ -122.18795, 37.784371 ], [ -122.187784, 37.784355 ], [ -122.187465, 37.784334 ], [ -122.185853, 37.784245 ], [ -122.184924, 37.784206 ], [ -122.184705, 37.784191 ], [ -122.183689, 37.784167 ], [ -122.183543, 37.784163 ], [ -122.18273, 37.784144 ], [ -122.182387, 37.784127 ], [ -122.182108, 37.784114 ], [ -122.181855, 37.784106 ], [ -122.181097, 37.784082 ], [ -122.180845, 37.784075 ], [ -122.180744, 37.784071 ], [ -122.180725, 37.784071 ], [ -122.180701, 37.78407 ], [ -122.180441, 37.784065 ], [ -122.18034, 37.784064 ], [ -122.180194, 37.784057 ], [ -122.179948, 37.784055 ], [ -122.179893, 37.784055 ], [ -122.179735, 37.784046 ], [ -122.179451, 37.784019 ], [ -122.179176, 37.783977 ], [ -122.178785, 37.783898 ], [ -122.178401, 37.783822 ], [ -122.17822, 37.783765 ], [ -122.178023, 37.783708 ], [ -122.177904, 37.783665 ], [ -122.17769, 37.783588 ], [ -122.177329, 37.783424 ], [ -122.177049, 37.783281 ], [ -122.176778, 37.783126 ], [ -122.176514, 37.782959 ], [ -122.17641, 37.782893 ], [ -122.17608, 37.782672 ], [ -122.175876, 37.782537 ], [ -122.175548, 37.78232 ], [ -122.175262, 37.782137 ], [ -122.175057, 37.782006 ], [ -122.175015, 37.781979 ], [ -122.174771, 37.781827 ], [ -122.174056, 37.781382 ], [ -122.17391, 37.781297 ], [ -122.173663, 37.781155 ], [ -122.173619, 37.781129 ], [ -122.172984, 37.78079 ], [ -122.17135, 37.779918 ], [ -122.171079, 37.779773 ], [ -122.170444, 37.779434 ], [ -122.170393, 37.779409 ], [ -122.17024, 37.779335 ], [ -122.17019, 37.779311 ], [ -122.170445, 37.779331 ], [ -122.170651, 37.779364 ], [ -122.171082, 37.779434 ], [ -122.171338, 37.779492 ], [ -122.171354, 37.779484 ], [ -122.171604, 37.779579 ], [ -122.172355, 37.779864 ], [ -122.172606, 37.779959 ], [ -122.172845, 37.780052 ], [ -122.173564, 37.780331 ], [ -122.173804, 37.780425 ], [ -122.173934, 37.780367 ], [ -122.174544, 37.780295 ], [ -122.175055, 37.78021 ], [ -122.176723, 37.779961 ], [ -122.176754, 37.779955 ], [ -122.17685, 37.77994 ], [ -122.176883, 37.779935 ], [ -122.177, 37.779915 ], [ -122.177161, 37.779901 ], [ -122.177614, 37.779863 ], [ -122.178, 37.779857 ], [ -122.178281, 37.779854 ], [ -122.178572, 37.779854 ], [ -122.179447, 37.779855 ], [ -122.179471, 37.779856 ], [ -122.179656, 37.77985 ], [ -122.179738, 37.779841 ], [ -122.179869, 37.779827 ], [ -122.179906, 37.779819 ], [ -122.179997, 37.779801 ], [ -122.180189, 37.779744 ], [ -122.180375, 37.779668 ], [ -122.18039, 37.77966 ], [ -122.180543, 37.779584 ], [ -122.180622, 37.779524 ], [ -122.180792, 37.77936 ], [ -122.180824, 37.77932 ], [ -122.180883, 37.77925 ], [ -122.181348, 37.778639 ], [ -122.181534, 37.778403 ], [ -122.181704, 37.77819 ], [ -122.181787, 37.778112 ], [ -122.181936, 37.777966 ], [ -122.182042, 37.777864 ], [ -122.182402, 37.777549 ], [ -122.182559, 37.777412 ], [ -122.182684, 37.777316 ], [ -122.183059, 37.777029 ], [ -122.183185, 37.776934 ], [ -122.183629, 37.776663 ], [ -122.183845, 37.77654 ], [ -122.183919, 37.776509 ], [ -122.184009, 37.776485 ], [ -122.184198, 37.776426 ], [ -122.184436, 37.776295 ], [ -122.185069, 37.775653 ], [ -122.185168, 37.775674 ], [ -122.185241, 37.775689 ], [ -122.185298, 37.775702 ], [ -122.18576, 37.7758 ], [ -122.185933, 37.775838 ], [ -122.186534, 37.776351 ], [ -122.186648, 37.776444 ], [ -122.186991, 37.776723 ], [ -122.187106, 37.776817 ], [ -122.187647, 37.777386 ], [ -122.187818, 37.777549 ], [ -122.187891, 37.777636 ], [ -122.187929, 37.777701 ], [ -122.187944, 37.777769 ], [ -122.187944, 37.777823 ], [ -122.188075, 37.77781 ], [ -122.188214, 37.777797 ], [ -122.188248, 37.777794 ], [ -122.188298, 37.777873 ], [ -122.188809, 37.77834 ], [ -122.189358, 37.778811 ], [ -122.189459, 37.778901 ], [ -122.189763, 37.779171 ], [ -122.189865, 37.779262 ], [ -122.18999, 37.779373 ], [ -122.190367, 37.779709 ], [ -122.190493, 37.779821 ], [ -122.190788, 37.780082 ], [ -122.191675, 37.780866 ], [ -122.191721, 37.780907 ], [ -122.191765, 37.780941 ], [ -122.191894, 37.781 ], [ -122.192015, 37.781062 ], [ -122.192124, 37.781158 ], [ -122.192451, 37.781446 ], [ -122.192561, 37.781543 ], [ -122.192673, 37.781647 ], [ -122.19301, 37.781959 ], [ -122.193081, 37.782024 ], [ -122.193113, 37.782072 ], [ -122.193171, 37.782178 ], [ -122.19318, 37.782186 ], [ -122.193459, 37.782433 ], [ -122.193479, 37.782456 ], [ -122.193494, 37.782473 ], [ -122.193528, 37.782537 ], [ -122.193537, 37.782575 ], [ -122.193629, 37.782553 ], [ -122.194026, 37.78227 ], [ -122.195449, 37.78126 ], [ -122.195924, 37.780924 ], [ -122.196028, 37.780927 ], [ -122.196123, 37.78101 ], [ -122.196644, 37.781465 ], [ -122.196818, 37.781617 ], [ -122.197091, 37.781861 ], [ -122.197912, 37.782596 ], [ -122.198186, 37.782841 ], [ -122.198351, 37.78299 ], [ -122.198849, 37.783437 ], [ -122.199015, 37.783586 ], [ -122.199236, 37.783783 ], [ -122.199902, 37.784374 ], [ -122.200124, 37.784571 ], [ -122.199967, 37.784651 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001407900", "name": "Census Tract 4079, Alameda County, California", "total_population_17": 2971, "white_alone_17": 1224.0, "black_alone_17": 446.0, "native_alone_17": 0.0, "asian_alone_17": 601.0, "native_hawaiian_pacific_islander_17": 21.0, "hispanic_or_latino_17": 353.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.808, "pct_black_alone_change": -13.933, "pct_native_alone_change": -0.538, "pct_asian_alone_change": 2.223, "pct_hispanic_or_latino_change": 2.843, "pct_native_hawaiian_pacific_islander_change": 0.635, "INTPTLAT": "+37.7884273", "INTPTLON": "-122.1847831" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.195716, 37.786858 ], [ -122.195541, 37.786946 ], [ -122.195483, 37.786976 ], [ -122.195355, 37.787037 ], [ -122.194973, 37.787222 ], [ -122.194846, 37.787285 ], [ -122.194803, 37.787309 ], [ -122.194769, 37.787322 ], [ -122.194655, 37.787379 ], [ -122.194085, 37.787666 ], [ -122.193896, 37.787762 ], [ -122.19384, 37.787781 ], [ -122.193774, 37.787809 ], [ -122.193395, 37.788012 ], [ -122.192598, 37.788413 ], [ -122.192401, 37.788521 ], [ -122.191412, 37.789027 ], [ -122.191207, 37.789133 ], [ -122.190123, 37.789692 ], [ -122.19002, 37.789744 ], [ -122.189713, 37.789902 ], [ -122.189611, 37.789956 ], [ -122.189407, 37.790059 ], [ -122.188798, 37.790367 ], [ -122.188595, 37.790471 ], [ -122.188515, 37.790512 ], [ -122.188276, 37.790636 ], [ -122.18822, 37.790655 ], [ -122.18819, 37.790656 ], [ -122.188147, 37.790645 ], [ -122.188059, 37.790606 ], [ -122.187976, 37.790565 ], [ -122.187351, 37.790256 ], [ -122.187143, 37.790154 ], [ -122.186915, 37.790057 ], [ -122.186531, 37.789895 ], [ -122.186224, 37.789784 ], [ -122.186172, 37.789766 ], [ -122.185984, 37.789802 ], [ -122.185886, 37.789892 ], [ -122.18582, 37.789954 ], [ -122.185602, 37.790171 ], [ -122.185508, 37.790265 ], [ -122.18549, 37.790283 ], [ -122.185435, 37.790337 ], [ -122.185418, 37.790356 ], [ -122.185306, 37.790466 ], [ -122.185039, 37.790734 ], [ -122.184976, 37.790801 ], [ -122.18487, 37.790917 ], [ -122.1848, 37.790986 ], [ -122.18459, 37.791195 ], [ -122.184521, 37.791265 ], [ -122.184278, 37.791537 ], [ -122.183759, 37.792074 ], [ -122.184089, 37.79245 ], [ -122.184262, 37.792471 ], [ -122.184344, 37.792486 ], [ -122.184483, 37.792529 ], [ -122.184553, 37.792556 ], [ -122.184629, 37.792595 ], [ -122.184827, 37.792723 ], [ -122.185612, 37.793182 ], [ -122.185732, 37.793268 ], [ -122.185798, 37.793332 ], [ -122.185836, 37.793375 ], [ -122.18588, 37.793463 ], [ -122.185891, 37.793505 ], [ -122.185897, 37.793558 ], [ -122.185896, 37.793614 ], [ -122.185886, 37.793673 ], [ -122.185871, 37.793722 ], [ -122.185837, 37.793801 ], [ -122.185811, 37.79383 ], [ -122.185748, 37.793885 ], [ -122.185558, 37.794022 ], [ -122.185537, 37.794038 ], [ -122.185422, 37.794138 ], [ -122.185316, 37.794272 ], [ -122.185203, 37.794464 ], [ -122.185172, 37.794531 ], [ -122.185156, 37.79459 ], [ -122.185143, 37.794662 ], [ -122.185129, 37.794783 ], [ -122.185129, 37.794833 ], [ -122.185131, 37.794961 ], [ -122.185143, 37.795025 ], [ -122.185183, 37.795143 ], [ -122.185315, 37.79527 ], [ -122.185336, 37.79529 ], [ -122.185431, 37.795392 ], [ -122.185503, 37.795478 ], [ -122.185583, 37.795588 ], [ -122.185644, 37.795715 ], [ -122.185675, 37.795806 ], [ -122.18569, 37.79589 ], [ -122.185641, 37.796131 ], [ -122.185604, 37.796236 ], [ -122.185584, 37.796296 ], [ -122.185557, 37.796351 ], [ -122.185467, 37.796487 ], [ -122.18539, 37.796569 ], [ -122.185296, 37.796648 ], [ -122.184841, 37.796959 ], [ -122.184547, 37.797162 ], [ -122.184387, 37.797244 ], [ -122.184229, 37.797039 ], [ -122.183745, 37.79639 ], [ -122.183211, 37.795705 ], [ -122.182896, 37.795282 ], [ -122.182747, 37.795071 ], [ -122.182476, 37.794667 ], [ -122.182303, 37.794391 ], [ -122.181994, 37.79387 ], [ -122.181798, 37.794037 ], [ -122.181623, 37.794182 ], [ -122.181569, 37.794211 ], [ -122.181515, 37.794231 ], [ -122.181453, 37.794239 ], [ -122.181395, 37.794235 ], [ -122.18132, 37.794217 ], [ -122.181282, 37.7942 ], [ -122.181248, 37.79418 ], [ -122.181193, 37.794124 ], [ -122.181161, 37.794077 ], [ -122.181114, 37.79396 ], [ -122.18107, 37.793723 ], [ -122.181067, 37.793683 ], [ -122.18104, 37.793613 ], [ -122.180997, 37.793532 ], [ -122.180887, 37.793394 ], [ -122.180753, 37.793213 ], [ -122.180616, 37.79304 ], [ -122.180462, 37.792855 ], [ -122.179918, 37.792142 ], [ -122.179832, 37.792007 ], [ -122.179708, 37.79186 ], [ -122.179657, 37.791765 ], [ -122.179638, 37.791706 ], [ -122.179633, 37.791688 ], [ -122.179634, 37.79161 ], [ -122.179677, 37.791461 ], [ -122.179767, 37.791264 ], [ -122.17986, 37.791021 ], [ -122.179894, 37.790906 ], [ -122.179908, 37.790863 ], [ -122.17993, 37.790739 ], [ -122.179926, 37.790675 ], [ -122.179924, 37.790628 ], [ -122.179907, 37.790586 ], [ -122.179869, 37.790525 ], [ -122.179825, 37.790469 ], [ -122.179735, 37.790382 ], [ -122.17967, 37.790321 ], [ -122.179603, 37.790259 ], [ -122.179541, 37.790209 ], [ -122.179462, 37.790156 ], [ -122.179388, 37.790108 ], [ -122.179187, 37.789979 ], [ -122.179155, 37.789952 ], [ -122.179125, 37.789926 ], [ -122.179014, 37.789806 ], [ -122.178897, 37.789669 ], [ -122.178628, 37.789321 ], [ -122.178617, 37.789308 ], [ -122.178439, 37.789092 ], [ -122.178391, 37.789038 ], [ -122.178248, 37.788876 ], [ -122.178201, 37.788822 ], [ -122.178124, 37.788719 ], [ -122.177987, 37.788535 ], [ -122.177915, 37.788447 ], [ -122.17789, 37.788416 ], [ -122.17781, 37.788317 ], [ -122.177691, 37.788169 ], [ -122.177529, 37.788012 ], [ -122.177395, 37.787863 ], [ -122.177281, 37.787737 ], [ -122.177195, 37.787633 ], [ -122.177082, 37.787424 ], [ -122.177061, 37.78735 ], [ -122.177051, 37.787276 ], [ -122.177052, 37.787194 ], [ -122.177104, 37.786973 ], [ -122.177132, 37.786865 ], [ -122.177154, 37.786829 ], [ -122.177438, 37.7862 ], [ -122.177692, 37.78564 ], [ -122.177766, 37.785527 ], [ -122.177776, 37.785513 ], [ -122.17781, 37.78545 ], [ -122.177852, 37.785375 ], [ -122.177956, 37.78517 ], [ -122.178018, 37.78505 ], [ -122.178048, 37.784979 ], [ -122.178088, 37.784904 ], [ -122.178147, 37.784834 ], [ -122.1782, 37.784783 ], [ -122.178278, 37.784708 ], [ -122.178321, 37.784669 ], [ -122.1784, 37.784607 ], [ -122.178528, 37.784528 ], [ -122.17862, 37.784477 ], [ -122.178721, 37.784432 ], [ -122.178491, 37.783994 ], [ -122.178451, 37.783912 ], [ -122.178401, 37.783822 ], [ -122.178785, 37.783898 ], [ -122.179176, 37.783977 ], [ -122.179451, 37.784019 ], [ -122.179735, 37.784046 ], [ -122.179893, 37.784055 ], [ -122.179948, 37.784055 ], [ -122.180194, 37.784057 ], [ -122.18034, 37.784064 ], [ -122.180441, 37.784065 ], [ -122.180701, 37.78407 ], [ -122.180725, 37.784071 ], [ -122.180744, 37.784071 ], [ -122.180845, 37.784075 ], [ -122.181097, 37.784082 ], [ -122.181855, 37.784106 ], [ -122.182108, 37.784114 ], [ -122.182387, 37.784127 ], [ -122.18273, 37.784144 ], [ -122.183543, 37.784163 ], [ -122.183689, 37.784167 ], [ -122.184705, 37.784191 ], [ -122.184924, 37.784206 ], [ -122.185853, 37.784245 ], [ -122.187465, 37.784334 ], [ -122.187784, 37.784355 ], [ -122.18795, 37.784371 ], [ -122.188586, 37.784446 ], [ -122.188621, 37.784452 ], [ -122.188694, 37.784463 ], [ -122.188733, 37.784469 ], [ -122.188757, 37.784473 ], [ -122.189253, 37.784561 ], [ -122.190152, 37.784721 ], [ -122.190489, 37.784792 ], [ -122.190849, 37.78488 ], [ -122.191169, 37.784963 ], [ -122.191665, 37.7851 ], [ -122.191982, 37.785201 ], [ -122.192183, 37.785265 ], [ -122.192287, 37.785301 ], [ -122.193005, 37.785552 ], [ -122.193196, 37.785627 ], [ -122.193496, 37.785746 ], [ -122.193876, 37.785906 ], [ -122.19396, 37.785943 ], [ -122.194055, 37.785985 ], [ -122.19438, 37.786136 ], [ -122.195322, 37.786604 ], [ -122.195775, 37.786829 ], [ -122.195716, 37.786858 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408000", "name": "Census Tract 4080, Alameda County, California", "total_population_17": 2762, "white_alone_17": 1391.0, "black_alone_17": 397.0, "native_alone_17": 15.0, "asian_alone_17": 532.0, "native_hawaiian_pacific_islander_17": 6.0, "hispanic_or_latino_17": 292.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -9.954, "pct_black_alone_change": 1.354, "pct_native_alone_change": 0.293, "pct_asian_alone_change": 0.667, "pct_hispanic_or_latino_change": 3.417, "pct_native_hawaiian_pacific_islander_change": 0.175, "INTPTLAT": "+37.8029607", "INTPTLON": "-122.1828709" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.197791, 37.810589 ], [ -122.197641, 37.810703 ], [ -122.197533, 37.810778 ], [ -122.197474, 37.81082 ], [ -122.197401, 37.810872 ], [ -122.197274, 37.81093 ], [ -122.197202, 37.810958 ], [ -122.197118, 37.810981 ], [ -122.197018, 37.810997 ], [ -122.196695, 37.81101 ], [ -122.196538, 37.811017 ], [ -122.196, 37.811005 ], [ -122.195789, 37.810993 ], [ -122.195582, 37.810971 ], [ -122.195181, 37.810911 ], [ -122.194649, 37.810822 ], [ -122.194597, 37.810811 ], [ -122.194441, 37.810778 ], [ -122.19439, 37.810767 ], [ -122.194073, 37.810697 ], [ -122.193702, 37.810616 ], [ -122.193224, 37.810501 ], [ -122.193125, 37.810472 ], [ -122.192814, 37.810383 ], [ -122.192656, 37.810316 ], [ -122.192421, 37.810216 ], [ -122.192193, 37.810095 ], [ -122.192042, 37.810016 ], [ -122.191651, 37.80983 ], [ -122.191544, 37.809786 ], [ -122.191459, 37.809752 ], [ -122.191324, 37.809712 ], [ -122.191138, 37.809672 ], [ -122.190973, 37.80965 ], [ -122.190779, 37.809644 ], [ -122.190476, 37.809659 ], [ -122.189922, 37.809725 ], [ -122.189378, 37.809791 ], [ -122.189254, 37.809809 ], [ -122.189075, 37.809825 ], [ -122.188974, 37.809827 ], [ -122.188878, 37.809822 ], [ -122.188808, 37.80981 ], [ -122.188712, 37.809799 ], [ -122.188541, 37.809764 ], [ -122.188484, 37.809746 ], [ -122.188353, 37.809706 ], [ -122.187805, 37.809512 ], [ -122.187591, 37.809443 ], [ -122.187506, 37.80942 ], [ -122.187405, 37.809398 ], [ -122.18733, 37.809387 ], [ -122.187089, 37.80933 ], [ -122.187021, 37.809319 ], [ -122.186884, 37.809309 ], [ -122.186745, 37.809314 ], [ -122.186403, 37.809362 ], [ -122.186096, 37.809421 ], [ -122.185853, 37.809478 ], [ -122.185794, 37.809493 ], [ -122.185454, 37.809589 ], [ -122.184984, 37.809723 ], [ -122.18479, 37.809744 ], [ -122.184634, 37.809754 ], [ -122.184432, 37.809758 ], [ -122.184084, 37.809747 ], [ -122.183787, 37.809723 ], [ -122.183583, 37.809691 ], [ -122.183394, 37.809662 ], [ -122.183238, 37.809629 ], [ -122.183105, 37.809602 ], [ -122.182763, 37.80951 ], [ -122.182685, 37.80949 ], [ -122.182357, 37.809384 ], [ -122.182058, 37.809261 ], [ -122.181536, 37.808996 ], [ -122.181421, 37.80893 ], [ -122.181329, 37.808877 ], [ -122.18118, 37.808785 ], [ -122.181015, 37.80866 ], [ -122.180812, 37.808475 ], [ -122.180688, 37.808338 ], [ -122.180475, 37.808056 ], [ -122.180468, 37.808047 ], [ -122.180405, 37.807935 ], [ -122.179883, 37.806868 ], [ -122.179793, 37.806663 ], [ -122.179494, 37.80583 ], [ -122.179286, 37.80525 ], [ -122.179213, 37.805068 ], [ -122.179157, 37.804981 ], [ -122.17917, 37.804965 ], [ -122.179109, 37.804905 ], [ -122.179004, 37.804802 ], [ -122.178199, 37.804014 ], [ -122.178139, 37.803964 ], [ -122.176953, 37.804711 ], [ -122.176263, 37.804213 ], [ -122.175313, 37.803529 ], [ -122.175522, 37.80326 ], [ -122.175957, 37.802699 ], [ -122.175571, 37.802508 ], [ -122.173901, 37.801685 ], [ -122.172323, 37.800929 ], [ -122.170615, 37.800138 ], [ -122.170718, 37.799917 ], [ -122.17079, 37.799755 ], [ -122.17081, 37.799696 ], [ -122.170823, 37.799587 ], [ -122.170827, 37.799558 ], [ -122.170829, 37.799365 ], [ -122.170824, 37.79926 ], [ -122.170819, 37.799151 ], [ -122.170703, 37.798938 ], [ -122.170689, 37.798828 ], [ -122.170653, 37.798625 ], [ -122.170643, 37.798583 ], [ -122.170494, 37.797781 ], [ -122.17043, 37.797378 ], [ -122.17042, 37.797274 ], [ -122.170417, 37.797087 ], [ -122.170431, 37.797015 ], [ -122.170444, 37.796969 ], [ -122.170461, 37.796913 ], [ -122.170495, 37.79684 ], [ -122.170593, 37.796684 ], [ -122.17066, 37.796605 ], [ -122.170754, 37.796512 ], [ -122.170873, 37.796427 ], [ -122.171025, 37.796343 ], [ -122.171099, 37.796312 ], [ -122.171168, 37.796288 ], [ -122.17126, 37.796262 ], [ -122.171322, 37.796251 ], [ -122.171438, 37.796232 ], [ -122.171606, 37.796224 ], [ -122.171691, 37.796226 ], [ -122.171837, 37.796238 ], [ -122.171988, 37.796269 ], [ -122.172144, 37.796327 ], [ -122.172295, 37.796401 ], [ -122.172369, 37.796444 ], [ -122.17265, 37.796626 ], [ -122.172901, 37.796797 ], [ -122.173037, 37.796889 ], [ -122.173223, 37.797016 ], [ -122.173324, 37.797069 ], [ -122.173422, 37.797113 ], [ -122.173601, 37.797163 ], [ -122.173834, 37.797174 ], [ -122.174044, 37.797172 ], [ -122.174141, 37.797162 ], [ -122.174226, 37.797148 ], [ -122.174315, 37.797125 ], [ -122.174481, 37.797059 ], [ -122.174515, 37.797041 ], [ -122.174563, 37.797017 ], [ -122.174632, 37.796971 ], [ -122.17471, 37.796912 ], [ -122.174817, 37.796796 ], [ -122.174838, 37.796766 ], [ -122.174902, 37.796677 ], [ -122.17496, 37.796573 ], [ -122.175022, 37.796435 ], [ -122.17511, 37.796252 ], [ -122.175196, 37.796078 ], [ -122.175818, 37.794814 ], [ -122.175995, 37.794631 ], [ -122.176068, 37.794568 ], [ -122.176144, 37.794511 ], [ -122.176244, 37.794445 ], [ -122.1764, 37.794375 ], [ -122.176465, 37.794346 ], [ -122.17655, 37.79432 ], [ -122.176756, 37.794264 ], [ -122.176848, 37.794246 ], [ -122.17692, 37.794239 ], [ -122.17701, 37.794237 ], [ -122.177164, 37.794241 ], [ -122.17729, 37.794254 ], [ -122.177415, 37.794273 ], [ -122.177513, 37.794292 ], [ -122.177619, 37.79432 ], [ -122.177804, 37.794399 ], [ -122.177895, 37.794448 ], [ -122.178102, 37.794591 ], [ -122.178546, 37.794959 ], [ -122.179174, 37.795475 ], [ -122.17936, 37.795618 ], [ -122.179396, 37.795645 ], [ -122.179641, 37.7958 ], [ -122.179743, 37.795865 ], [ -122.179909, 37.795947 ], [ -122.180067, 37.796005 ], [ -122.180253, 37.796067 ], [ -122.180385, 37.796098 ], [ -122.180565, 37.796133 ], [ -122.180581, 37.796136 ], [ -122.180707, 37.796164 ], [ -122.180913, 37.796186 ], [ -122.181138, 37.79621 ], [ -122.18123, 37.796216 ], [ -122.181443, 37.796231 ], [ -122.181767, 37.796268 ], [ -122.181975, 37.7963 ], [ -122.1821, 37.796333 ], [ -122.182175, 37.79636 ], [ -122.182325, 37.796416 ], [ -122.182469, 37.796485 ], [ -122.182571, 37.796555 ], [ -122.182581, 37.796563 ], [ -122.182715, 37.796668 ], [ -122.182769, 37.796717 ], [ -122.182856, 37.796816 ], [ -122.182874, 37.796847 ], [ -122.182944, 37.796966 ], [ -122.183117, 37.797374 ], [ -122.183219, 37.79753 ], [ -122.183287, 37.797617 ], [ -122.183389, 37.797725 ], [ -122.183495, 37.797805 ], [ -122.18361, 37.797878 ], [ -122.183711, 37.797927 ], [ -122.184161, 37.798116 ], [ -122.184536, 37.79825 ], [ -122.184787, 37.798333 ], [ -122.184997, 37.798402 ], [ -122.185369, 37.798489 ], [ -122.185463, 37.79859 ], [ -122.18552, 37.79865 ], [ -122.18564, 37.798799 ], [ -122.185814, 37.798984 ], [ -122.186563, 37.799709 ], [ -122.186857, 37.799983 ], [ -122.186968, 37.800087 ], [ -122.187853, 37.800914 ], [ -122.188186, 37.80119 ], [ -122.188201, 37.801202 ], [ -122.188642, 37.801539 ], [ -122.189189, 37.801974 ], [ -122.189336, 37.802091 ], [ -122.189693, 37.802376 ], [ -122.190151, 37.802808 ], [ -122.190337, 37.803 ], [ -122.190501, 37.803178 ], [ -122.191174, 37.804005 ], [ -122.191735, 37.804693 ], [ -122.191794, 37.804771 ], [ -122.192194, 37.805243 ], [ -122.193426, 37.806695 ], [ -122.193588, 37.806881 ], [ -122.194059, 37.807423 ], [ -122.194369, 37.807757 ], [ -122.194454, 37.807849 ], [ -122.194862, 37.808255 ], [ -122.19505, 37.808431 ], [ -122.195357, 37.808705 ], [ -122.195388, 37.808733 ], [ -122.195706, 37.809 ], [ -122.195814, 37.809091 ], [ -122.196148, 37.809352 ], [ -122.196704, 37.809775 ], [ -122.197246, 37.810169 ], [ -122.19771, 37.810518 ], [ -122.197791, 37.810589 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408100", "name": "Census Tract 4081, Alameda County, California", "total_population_17": 6346, "white_alone_17": 2344.0, "black_alone_17": 1326.0, "native_alone_17": 38.0, "asian_alone_17": 1447.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 707.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -2.672, "pct_black_alone_change": -14.143, "pct_native_alone_change": 0.199, "pct_asian_alone_change": 2.977, "pct_hispanic_or_latino_change": 6.396, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+37.7853987", "INTPTLON": "-122.1572109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.184997, 37.798402 ], [ -122.184787, 37.798333 ], [ -122.184536, 37.79825 ], [ -122.184161, 37.798116 ], [ -122.183711, 37.797927 ], [ -122.18361, 37.797878 ], [ -122.183495, 37.797805 ], [ -122.183389, 37.797725 ], [ -122.183287, 37.797617 ], [ -122.183219, 37.79753 ], [ -122.183117, 37.797374 ], [ -122.182944, 37.796966 ], [ -122.182874, 37.796847 ], [ -122.182856, 37.796816 ], [ -122.182769, 37.796717 ], [ -122.182715, 37.796668 ], [ -122.182581, 37.796563 ], [ -122.182571, 37.796555 ], [ -122.182469, 37.796485 ], [ -122.182325, 37.796416 ], [ -122.182175, 37.79636 ], [ -122.1821, 37.796333 ], [ -122.181975, 37.7963 ], [ -122.181767, 37.796268 ], [ -122.181443, 37.796231 ], [ -122.18123, 37.796216 ], [ -122.181138, 37.79621 ], [ -122.180913, 37.796186 ], [ -122.180707, 37.796164 ], [ -122.180581, 37.796136 ], [ -122.180565, 37.796133 ], [ -122.180385, 37.796098 ], [ -122.180253, 37.796067 ], [ -122.180067, 37.796005 ], [ -122.179909, 37.795947 ], [ -122.179743, 37.795865 ], [ -122.179641, 37.7958 ], [ -122.179396, 37.795645 ], [ -122.17936, 37.795618 ], [ -122.179174, 37.795475 ], [ -122.178546, 37.794959 ], [ -122.178102, 37.794591 ], [ -122.177895, 37.794448 ], [ -122.177804, 37.794399 ], [ -122.177619, 37.79432 ], [ -122.177513, 37.794292 ], [ -122.177415, 37.794273 ], [ -122.17729, 37.794254 ], [ -122.177164, 37.794241 ], [ -122.17701, 37.794237 ], [ -122.17692, 37.794239 ], [ -122.176848, 37.794246 ], [ -122.176756, 37.794264 ], [ -122.17655, 37.79432 ], [ -122.176465, 37.794346 ], [ -122.1764, 37.794375 ], [ -122.176244, 37.794445 ], [ -122.176144, 37.794511 ], [ -122.176068, 37.794568 ], [ -122.175995, 37.794631 ], [ -122.175818, 37.794814 ], [ -122.175196, 37.796078 ], [ -122.17511, 37.796252 ], [ -122.175022, 37.796435 ], [ -122.17496, 37.796573 ], [ -122.174902, 37.796677 ], [ -122.174838, 37.796766 ], [ -122.174817, 37.796796 ], [ -122.17471, 37.796912 ], [ -122.174632, 37.796971 ], [ -122.174563, 37.797017 ], [ -122.174515, 37.797041 ], [ -122.174481, 37.797059 ], [ -122.174315, 37.797125 ], [ -122.174226, 37.797148 ], [ -122.174141, 37.797162 ], [ -122.174044, 37.797172 ], [ -122.173834, 37.797174 ], [ -122.173601, 37.797163 ], [ -122.173422, 37.797113 ], [ -122.173324, 37.797069 ], [ -122.173223, 37.797016 ], [ -122.173037, 37.796889 ], [ -122.172901, 37.796797 ], [ -122.17265, 37.796626 ], [ -122.172369, 37.796444 ], [ -122.172295, 37.796401 ], [ -122.172144, 37.796327 ], [ -122.171988, 37.796269 ], [ -122.171837, 37.796238 ], [ -122.171691, 37.796226 ], [ -122.171606, 37.796224 ], [ -122.171438, 37.796232 ], [ -122.171322, 37.796251 ], [ -122.17126, 37.796262 ], [ -122.171168, 37.796288 ], [ -122.171099, 37.796312 ], [ -122.171025, 37.796343 ], [ -122.170873, 37.796427 ], [ -122.170754, 37.796512 ], [ -122.17066, 37.796605 ], [ -122.170593, 37.796684 ], [ -122.170495, 37.79684 ], [ -122.170461, 37.796913 ], [ -122.170444, 37.796969 ], [ -122.170431, 37.797015 ], [ -122.170417, 37.797087 ], [ -122.17042, 37.797274 ], [ -122.17043, 37.797378 ], [ -122.170494, 37.797781 ], [ -122.170643, 37.798583 ], [ -122.170653, 37.798625 ], [ -122.170689, 37.798828 ], [ -122.170703, 37.798938 ], [ -122.170819, 37.799151 ], [ -122.170824, 37.79926 ], [ -122.170829, 37.799365 ], [ -122.170827, 37.799558 ], [ -122.170823, 37.799587 ], [ -122.17081, 37.799696 ], [ -122.17079, 37.799755 ], [ -122.170718, 37.799917 ], [ -122.170615, 37.800138 ], [ -122.170555, 37.80011 ], [ -122.16934, 37.799559 ], [ -122.168705, 37.799271 ], [ -122.168388, 37.799128 ], [ -122.168393, 37.80007 ], [ -122.168529, 37.800074 ], [ -122.168548, 37.800158 ], [ -122.168601, 37.800415 ], [ -122.168557, 37.800568 ], [ -122.168525, 37.800679 ], [ -122.168512, 37.800705 ], [ -122.168411, 37.80094 ], [ -122.168549, 37.801083 ], [ -122.168584, 37.801076 ], [ -122.169049, 37.800994 ], [ -122.169177, 37.801096 ], [ -122.169351, 37.801229 ], [ -122.169458, 37.80139 ], [ -122.169554, 37.801535 ], [ -122.169731, 37.801591 ], [ -122.17002, 37.801683 ], [ -122.170071, 37.801889 ], [ -122.170111, 37.802027 ], [ -122.170152, 37.802134 ], [ -122.170204, 37.802243 ], [ -122.170267, 37.80235 ], [ -122.170332, 37.802446 ], [ -122.170408, 37.802545 ], [ -122.170519, 37.802686 ], [ -122.170528, 37.804359 ], [ -122.170529, 37.804654 ], [ -122.170489, 37.804668 ], [ -122.170248, 37.804699 ], [ -122.170103, 37.804737 ], [ -122.169983, 37.804763 ], [ -122.169927, 37.804775 ], [ -122.169673, 37.80497 ], [ -122.169536, 37.805075 ], [ -122.169332, 37.805161 ], [ -122.169059, 37.805228 ], [ -122.168762, 37.8053 ], [ -122.168567, 37.805375 ], [ -122.168404, 37.805438 ], [ -122.168301, 37.805497 ], [ -122.168128, 37.805596 ], [ -122.167799, 37.805725 ], [ -122.16765, 37.805783 ], [ -122.167528, 37.805789 ], [ -122.167097, 37.805733 ], [ -122.166795, 37.805692 ], [ -122.166379, 37.805575 ], [ -122.165853, 37.805379 ], [ -122.165036, 37.805175 ], [ -122.164814, 37.805027 ], [ -122.164805, 37.804651 ], [ -122.164802, 37.804473 ], [ -122.164766, 37.804389 ], [ -122.16461, 37.804026 ], [ -122.164396, 37.803519 ], [ -122.164221, 37.803106 ], [ -122.164146, 37.802929 ], [ -122.164012, 37.802832 ], [ -122.163098, 37.802296 ], [ -122.161632, 37.801443 ], [ -122.161732, 37.80115 ], [ -122.161885, 37.801083 ], [ -122.162292, 37.800904 ], [ -122.162322, 37.800022 ], [ -122.16192, 37.800046 ], [ -122.161263, 37.800076 ], [ -122.161125, 37.800074 ], [ -122.159697, 37.800057 ], [ -122.158756, 37.798559 ], [ -122.15842, 37.798024 ], [ -122.158756, 37.797839 ], [ -122.159055, 37.79767 ], [ -122.159488, 37.797425 ], [ -122.159109, 37.797225 ], [ -122.158764, 37.797043 ], [ -122.158725, 37.797063 ], [ -122.158184, 37.797344 ], [ -122.158064, 37.797354 ], [ -122.157968, 37.797307 ], [ -122.157395, 37.797026 ], [ -122.156874, 37.796772 ], [ -122.156674, 37.79667 ], [ -122.15667, 37.796466 ], [ -122.152262, 37.796405 ], [ -122.152291, 37.793082 ], [ -122.152244, 37.79306 ], [ -122.151218, 37.793037 ], [ -122.15082, 37.793028 ], [ -122.148577, 37.793049 ], [ -122.143317, 37.793017 ], [ -122.143293, 37.792127 ], [ -122.143258, 37.790854 ], [ -122.143244, 37.790349 ], [ -122.142618, 37.790304 ], [ -122.142244, 37.79008 ], [ -122.141799, 37.789751 ], [ -122.142028, 37.789467 ], [ -122.143316, 37.787875 ], [ -122.143706, 37.787393 ], [ -122.143575, 37.787301 ], [ -122.1433, 37.787055 ], [ -122.142373, 37.78611 ], [ -122.14122, 37.784934 ], [ -122.139491, 37.783172 ], [ -122.137752, 37.781398 ], [ -122.136124, 37.779736 ], [ -122.134634, 37.778216 ], [ -122.134551, 37.778136 ], [ -122.134337, 37.778283 ], [ -122.134007, 37.778484 ], [ -122.133176, 37.777674 ], [ -122.13375, 37.777319 ], [ -122.133324, 37.776884 ], [ -122.132306, 37.775846 ], [ -122.131808, 37.775339 ], [ -122.13116, 37.774187 ], [ -122.13024, 37.772554 ], [ -122.129863, 37.771884 ], [ -122.12958, 37.771382 ], [ -122.129434, 37.771093 ], [ -122.129075, 37.770372 ], [ -122.128848, 37.769917 ], [ -122.128736, 37.769694 ], [ -122.128683, 37.769608 ], [ -122.128719, 37.769583 ], [ -122.128734, 37.769573 ], [ -122.128755, 37.769535 ], [ -122.128777, 37.76951 ], [ -122.128811, 37.769492 ], [ -122.128869, 37.769477 ], [ -122.128935, 37.769471 ], [ -122.128959, 37.769469 ], [ -122.129134, 37.76947 ], [ -122.129284, 37.76948 ], [ -122.129407, 37.769501 ], [ -122.129533, 37.769534 ], [ -122.129648, 37.769576 ], [ -122.129778, 37.769637 ], [ -122.12986, 37.769692 ], [ -122.130062, 37.769887 ], [ -122.130171, 37.770001 ], [ -122.130209, 37.770041 ], [ -122.130447, 37.770304 ], [ -122.130558, 37.770418 ], [ -122.130695, 37.770527 ], [ -122.130792, 37.770597 ], [ -122.130891, 37.770654 ], [ -122.131049, 37.770735 ], [ -122.131197, 37.770795 ], [ -122.131365, 37.770847 ], [ -122.131532, 37.770887 ], [ -122.131623, 37.7709 ], [ -122.131719, 37.770913 ], [ -122.131911, 37.77093 ], [ -122.13195, 37.770932 ], [ -122.132935, 37.770993 ], [ -122.133028, 37.770999 ], [ -122.133264, 37.77101 ], [ -122.133374, 37.771011 ], [ -122.133463, 37.771008 ], [ -122.133595, 37.771006 ], [ -122.133725, 37.770991 ], [ -122.133835, 37.770974 ], [ -122.133935, 37.770952 ], [ -122.134049, 37.770911 ], [ -122.134238, 37.770846 ], [ -122.134407, 37.770762 ], [ -122.134905, 37.770488 ], [ -122.135071, 37.770397 ], [ -122.135323, 37.770279 ], [ -122.135583, 37.770159 ], [ -122.135728, 37.770097 ], [ -122.136075, 37.769967 ], [ -122.136094, 37.76996 ], [ -122.136235, 37.769914 ], [ -122.136356, 37.769865 ], [ -122.1364, 37.769849 ], [ -122.136532, 37.769801 ], [ -122.136576, 37.769785 ], [ -122.136794, 37.769705 ], [ -122.137029, 37.76962 ], [ -122.137146, 37.769587 ], [ -122.137328, 37.769548 ], [ -122.137465, 37.76953 ], [ -122.137581, 37.769527 ], [ -122.137698, 37.769529 ], [ -122.137803, 37.769531 ], [ -122.137926, 37.769541 ], [ -122.138107, 37.76957 ], [ -122.138266, 37.769605 ], [ -122.138414, 37.769644 ], [ -122.138663, 37.76974 ], [ -122.139135, 37.769969 ], [ -122.139216, 37.770013 ], [ -122.13948, 37.770159 ], [ -122.139659, 37.770268 ], [ -122.139874, 37.770418 ], [ -122.140015, 37.770525 ], [ -122.140229, 37.770712 ], [ -122.140378, 37.77085 ], [ -122.140595, 37.771079 ], [ -122.140889, 37.771453 ], [ -122.140984, 37.771569 ], [ -122.141146, 37.771755 ], [ -122.141337, 37.771939 ], [ -122.141461, 37.772046 ], [ -122.141571, 37.772134 ], [ -122.141748, 37.77226 ], [ -122.141854, 37.772326 ], [ -122.142135, 37.772483 ], [ -122.142249, 37.77254 ], [ -122.142522, 37.77266 ], [ -122.142651, 37.77271 ], [ -122.143032, 37.772864 ], [ -122.143335, 37.772988 ], [ -122.143489, 37.773043 ], [ -122.143668, 37.773098 ], [ -122.143869, 37.773145 ], [ -122.143983, 37.773161 ], [ -122.144206, 37.773183 ], [ -122.14445, 37.773185 ], [ -122.144594, 37.773175 ], [ -122.144684, 37.773166 ], [ -122.144714, 37.773161 ], [ -122.144907, 37.77313 ], [ -122.145072, 37.77309 ], [ -122.145185, 37.773054 ], [ -122.145258, 37.773031 ], [ -122.145374, 37.77298 ], [ -122.1454, 37.772969 ], [ -122.145574, 37.772878 ], [ -122.145687, 37.772806 ], [ -122.145713, 37.772788 ], [ -122.145893, 37.772664 ], [ -122.145907, 37.772655 ], [ -122.146065, 37.772555 ], [ -122.146399, 37.77232 ], [ -122.146415, 37.772309 ], [ -122.147408, 37.771624 ], [ -122.147745, 37.771393 ], [ -122.148056, 37.771206 ], [ -122.148209, 37.771124 ], [ -122.148316, 37.771068 ], [ -122.148575, 37.770948 ], [ -122.14871, 37.77089 ], [ -122.148886, 37.770822 ], [ -122.149172, 37.770725 ], [ -122.149403, 37.770652 ], [ -122.149573, 37.770608 ], [ -122.149716, 37.770574 ], [ -122.149751, 37.770567 ], [ -122.149994, 37.770517 ], [ -122.150155, 37.770486 ], [ -122.150243, 37.770472 ], [ -122.150316, 37.77046 ], [ -122.150347, 37.770456 ], [ -122.150535, 37.770431 ], [ -122.150609, 37.770422 ], [ -122.150944, 37.770404 ], [ -122.15121, 37.77042 ], [ -122.151353, 37.770441 ], [ -122.151459, 37.770465 ], [ -122.151649, 37.770508 ], [ -122.151871, 37.770587 ], [ -122.152156, 37.770715 ], [ -122.152362, 37.770851 ], [ -122.152518, 37.770977 ], [ -122.152636, 37.771092 ], [ -122.153423, 37.772012 ], [ -122.153494, 37.772094 ], [ -122.153591, 37.772178 ], [ -122.153713, 37.772274 ], [ -122.153816, 37.772331 ], [ -122.153957, 37.7724 ], [ -122.154136, 37.772462 ], [ -122.154278, 37.772497 ], [ -122.154494, 37.77253 ], [ -122.154654, 37.772542 ], [ -122.154712, 37.772542 ], [ -122.154859, 37.772544 ], [ -122.155056, 37.772531 ], [ -122.155158, 37.772525 ], [ -122.155271, 37.77251 ], [ -122.155405, 37.772487 ], [ -122.155534, 37.772454 ], [ -122.155637, 37.772421 ], [ -122.155824, 37.772354 ], [ -122.155876, 37.772269 ], [ -122.155893, 37.772261 ], [ -122.155959, 37.772231 ], [ -122.156054, 37.772178 ], [ -122.156182, 37.772091 ], [ -122.156197, 37.772078 ], [ -122.156288, 37.772002 ], [ -122.156632, 37.772285 ], [ -122.156657, 37.772306 ], [ -122.156834, 37.772447 ], [ -122.15745, 37.77292 ], [ -122.1577, 37.773093 ], [ -122.158068, 37.773348 ], [ -122.158202, 37.773431 ], [ -122.158246, 37.773458 ], [ -122.15839, 37.773547 ], [ -122.158792, 37.773768 ], [ -122.15898, 37.773862 ], [ -122.159661, 37.7742 ], [ -122.160274, 37.774504 ], [ -122.161696, 37.775232 ], [ -122.162166, 37.775473 ], [ -122.162373, 37.775579 ], [ -122.162705, 37.775748 ], [ -122.163701, 37.776255 ], [ -122.163977, 37.776396 ], [ -122.164035, 37.776422 ], [ -122.164425, 37.776596 ], [ -122.165598, 37.77712 ], [ -122.165637, 37.777138 ], [ -122.165991, 37.777292 ], [ -122.166032, 37.777311 ], [ -122.166155, 37.777368 ], [ -122.166197, 37.777387 ], [ -122.166396, 37.777478 ], [ -122.166517, 37.777534 ], [ -122.167001, 37.777744 ], [ -122.167203, 37.777832 ], [ -122.167459, 37.777947 ], [ -122.167729, 37.778068 ], [ -122.168041, 37.778214 ], [ -122.168225, 37.7783 ], [ -122.16826, 37.778317 ], [ -122.168477, 37.778426 ], [ -122.168728, 37.778552 ], [ -122.169491, 37.778934 ], [ -122.169733, 37.779062 ], [ -122.16979, 37.779093 ], [ -122.169964, 37.779186 ], [ -122.170022, 37.779217 ], [ -122.170055, 37.779235 ], [ -122.170156, 37.779292 ], [ -122.17019, 37.779311 ], [ -122.17024, 37.779335 ], [ -122.170393, 37.779409 ], [ -122.170444, 37.779434 ], [ -122.171079, 37.779773 ], [ -122.17135, 37.779918 ], [ -122.172984, 37.78079 ], [ -122.173619, 37.781129 ], [ -122.173663, 37.781155 ], [ -122.17391, 37.781297 ], [ -122.174056, 37.781382 ], [ -122.174771, 37.781827 ], [ -122.175015, 37.781979 ], [ -122.175057, 37.782006 ], [ -122.175262, 37.782137 ], [ -122.175548, 37.78232 ], [ -122.175876, 37.782537 ], [ -122.17608, 37.782672 ], [ -122.17641, 37.782893 ], [ -122.176514, 37.782959 ], [ -122.176778, 37.783126 ], [ -122.177049, 37.783281 ], [ -122.177329, 37.783424 ], [ -122.17769, 37.783588 ], [ -122.177904, 37.783665 ], [ -122.178023, 37.783708 ], [ -122.17822, 37.783765 ], [ -122.178401, 37.783822 ], [ -122.178451, 37.783912 ], [ -122.178491, 37.783994 ], [ -122.178721, 37.784432 ], [ -122.17862, 37.784477 ], [ -122.178528, 37.784528 ], [ -122.1784, 37.784607 ], [ -122.178321, 37.784669 ], [ -122.178278, 37.784708 ], [ -122.1782, 37.784783 ], [ -122.178147, 37.784834 ], [ -122.178088, 37.784904 ], [ -122.178048, 37.784979 ], [ -122.178018, 37.78505 ], [ -122.177956, 37.78517 ], [ -122.177852, 37.785375 ], [ -122.17781, 37.78545 ], [ -122.177776, 37.785513 ], [ -122.177766, 37.785527 ], [ -122.177692, 37.78564 ], [ -122.177438, 37.7862 ], [ -122.177154, 37.786829 ], [ -122.177132, 37.786865 ], [ -122.177104, 37.786973 ], [ -122.177052, 37.787194 ], [ -122.177051, 37.787276 ], [ -122.177061, 37.78735 ], [ -122.177082, 37.787424 ], [ -122.177195, 37.787633 ], [ -122.177281, 37.787737 ], [ -122.177395, 37.787863 ], [ -122.177529, 37.788012 ], [ -122.177691, 37.788169 ], [ -122.17781, 37.788317 ], [ -122.17789, 37.788416 ], [ -122.177915, 37.788447 ], [ -122.177987, 37.788535 ], [ -122.178124, 37.788719 ], [ -122.178201, 37.788822 ], [ -122.178248, 37.788876 ], [ -122.178391, 37.789038 ], [ -122.178439, 37.789092 ], [ -122.178617, 37.789308 ], [ -122.178628, 37.789321 ], [ -122.178897, 37.789669 ], [ -122.179014, 37.789806 ], [ -122.179125, 37.789926 ], [ -122.179155, 37.789952 ], [ -122.179187, 37.789979 ], [ -122.179388, 37.790108 ], [ -122.179462, 37.790156 ], [ -122.179541, 37.790209 ], [ -122.179603, 37.790259 ], [ -122.17967, 37.790321 ], [ -122.179735, 37.790382 ], [ -122.179825, 37.790469 ], [ -122.179869, 37.790525 ], [ -122.179907, 37.790586 ], [ -122.179924, 37.790628 ], [ -122.179926, 37.790675 ], [ -122.17993, 37.790739 ], [ -122.179908, 37.790863 ], [ -122.179894, 37.790906 ], [ -122.17986, 37.791021 ], [ -122.179767, 37.791264 ], [ -122.179677, 37.791461 ], [ -122.179634, 37.79161 ], [ -122.179633, 37.791688 ], [ -122.179638, 37.791706 ], [ -122.179657, 37.791765 ], [ -122.179708, 37.79186 ], [ -122.179832, 37.792007 ], [ -122.179918, 37.792142 ], [ -122.180462, 37.792855 ], [ -122.180616, 37.79304 ], [ -122.180753, 37.793213 ], [ -122.180887, 37.793394 ], [ -122.180997, 37.793532 ], [ -122.18104, 37.793613 ], [ -122.181067, 37.793683 ], [ -122.18107, 37.793723 ], [ -122.181114, 37.79396 ], [ -122.181161, 37.794077 ], [ -122.181193, 37.794124 ], [ -122.181248, 37.79418 ], [ -122.181282, 37.7942 ], [ -122.18132, 37.794217 ], [ -122.181395, 37.794235 ], [ -122.181453, 37.794239 ], [ -122.181515, 37.794231 ], [ -122.181569, 37.794211 ], [ -122.181623, 37.794182 ], [ -122.181798, 37.794037 ], [ -122.181994, 37.79387 ], [ -122.182303, 37.794391 ], [ -122.182476, 37.794667 ], [ -122.182747, 37.795071 ], [ -122.182896, 37.795282 ], [ -122.183211, 37.795705 ], [ -122.183745, 37.79639 ], [ -122.184229, 37.797039 ], [ -122.184387, 37.797244 ], [ -122.184996, 37.798034 ], [ -122.185369, 37.798489 ], [ -122.184997, 37.798402 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408200", "name": "Census Tract 4082, Alameda County, California", "total_population_17": 4489, "white_alone_17": 869.0, "black_alone_17": 2267.0, "native_alone_17": 91.0, "asian_alone_17": 217.0, "native_hawaiian_pacific_islander_17": 27.0, "hispanic_or_latino_17": 604.0, "city": "Oakland", "gentrified": true, "pct_white_alone_change": 3.998, "pct_black_alone_change": -15.178, "pct_native_alone_change": 1.115, "pct_asian_alone_change": -0.248, "pct_hispanic_or_latino_change": 0.693, "pct_native_hawaiian_pacific_islander_change": 0.578, "INTPTLAT": "+37.7751005", "INTPTLON": "-122.1755728" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.183919, 37.776509 ], [ -122.183845, 37.77654 ], [ -122.183629, 37.776663 ], [ -122.183185, 37.776934 ], [ -122.183059, 37.777029 ], [ -122.182684, 37.777316 ], [ -122.182559, 37.777412 ], [ -122.182402, 37.777549 ], [ -122.182042, 37.777864 ], [ -122.181936, 37.777966 ], [ -122.181787, 37.778112 ], [ -122.181704, 37.77819 ], [ -122.181534, 37.778403 ], [ -122.181348, 37.778639 ], [ -122.180883, 37.77925 ], [ -122.180824, 37.77932 ], [ -122.180792, 37.77936 ], [ -122.180622, 37.779524 ], [ -122.180543, 37.779584 ], [ -122.18039, 37.77966 ], [ -122.180375, 37.779668 ], [ -122.180189, 37.779744 ], [ -122.179997, 37.779801 ], [ -122.179906, 37.779819 ], [ -122.179869, 37.779827 ], [ -122.179738, 37.779841 ], [ -122.179656, 37.77985 ], [ -122.179471, 37.779856 ], [ -122.179447, 37.779855 ], [ -122.178572, 37.779854 ], [ -122.178281, 37.779854 ], [ -122.178, 37.779857 ], [ -122.177614, 37.779863 ], [ -122.177161, 37.779901 ], [ -122.177, 37.779915 ], [ -122.176883, 37.779935 ], [ -122.17685, 37.77994 ], [ -122.176754, 37.779955 ], [ -122.176723, 37.779961 ], [ -122.175055, 37.78021 ], [ -122.175033, 37.780145 ], [ -122.17477, 37.779143 ], [ -122.17454, 37.779113 ], [ -122.174231, 37.779067 ], [ -122.174045, 37.779029 ], [ -122.17386, 37.778979 ], [ -122.173822, 37.778969 ], [ -122.173644, 37.7789 ], [ -122.17353, 37.778848 ], [ -122.173345, 37.778765 ], [ -122.173194, 37.778687 ], [ -122.173084, 37.77863 ], [ -122.17302, 37.778582 ], [ -122.17283, 37.778441 ], [ -122.172767, 37.778394 ], [ -122.172592, 37.778256 ], [ -122.172068, 37.777844 ], [ -122.172039, 37.777821 ], [ -122.171905, 37.777694 ], [ -122.171805, 37.777575 ], [ -122.171776, 37.77754 ], [ -122.171582, 37.777324 ], [ -122.171503, 37.777222 ], [ -122.171408, 37.7771 ], [ -122.171306, 37.776946 ], [ -122.171171, 37.77674 ], [ -122.17102, 37.776476 ], [ -122.171011, 37.77646 ], [ -122.170936, 37.776313 ], [ -122.170878, 37.776175 ], [ -122.170865, 37.776149 ], [ -122.170833, 37.776082 ], [ -122.170778, 37.775989 ], [ -122.17071, 37.77589 ], [ -122.170602, 37.775754 ], [ -122.170559, 37.775715 ], [ -122.170428, 37.775595 ], [ -122.169832, 37.774937 ], [ -122.169583, 37.774422 ], [ -122.169627, 37.774396 ], [ -122.169668, 37.774373 ], [ -122.169713, 37.774328 ], [ -122.169736, 37.774294 ], [ -122.169757, 37.774247 ], [ -122.169751, 37.774146 ], [ -122.169742, 37.774107 ], [ -122.169725, 37.774067 ], [ -122.169655, 37.773978 ], [ -122.169433, 37.773693 ], [ -122.169331, 37.773591 ], [ -122.169104, 37.773279 ], [ -122.169055, 37.773212 ], [ -122.168997, 37.773007 ], [ -122.168982, 37.772964 ], [ -122.168964, 37.772891 ], [ -122.168943, 37.772799 ], [ -122.168941, 37.772739 ], [ -122.168939, 37.772696 ], [ -122.168945, 37.772644 ], [ -122.168958, 37.77259 ], [ -122.168981, 37.772541 ], [ -122.169033, 37.772433 ], [ -122.169174, 37.772164 ], [ -122.169219, 37.77208 ], [ -122.169597, 37.771358 ], [ -122.169739, 37.77109 ], [ -122.169782, 37.77102 ], [ -122.169872, 37.770879 ], [ -122.169919, 37.770818 ], [ -122.16997, 37.770754 ], [ -122.170045, 37.770678 ], [ -122.170924, 37.769893 ], [ -122.171021, 37.769806 ], [ -122.171262, 37.769609 ], [ -122.171419, 37.769502 ], [ -122.171618, 37.76938 ], [ -122.172, 37.769173 ], [ -122.172384, 37.769347 ], [ -122.172807, 37.769528 ], [ -122.173135, 37.769667 ], [ -122.173238, 37.769659 ], [ -122.175458, 37.770727 ], [ -122.175654, 37.770816 ], [ -122.176241, 37.771083 ], [ -122.176438, 37.771173 ], [ -122.1766, 37.771262 ], [ -122.17671, 37.771333 ], [ -122.176786, 37.771393 ], [ -122.176807, 37.77141 ], [ -122.176949, 37.77153 ], [ -122.177345, 37.771919 ], [ -122.177671, 37.772263 ], [ -122.177957, 37.772563 ], [ -122.178097, 37.772665 ], [ -122.178518, 37.772972 ], [ -122.178659, 37.773075 ], [ -122.178796, 37.773182 ], [ -122.179207, 37.773505 ], [ -122.179344, 37.773613 ], [ -122.17942, 37.773669 ], [ -122.179651, 37.773837 ], [ -122.179729, 37.773893 ], [ -122.180165, 37.774257 ], [ -122.18036, 37.774387 ], [ -122.180664, 37.774576 ], [ -122.181167, 37.774877 ], [ -122.181371, 37.774979 ], [ -122.182324, 37.775513 ], [ -122.183126, 37.775967 ], [ -122.184009, 37.776485 ], [ -122.183919, 37.776509 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408300", "name": "Census Tract 4083, Alameda County, California", "total_population_17": 5172, "white_alone_17": 1305.0, "black_alone_17": 1817.0, "native_alone_17": 28.0, "asian_alone_17": 459.0, "native_hawaiian_pacific_islander_17": 48.0, "hispanic_or_latino_17": 1276.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 4.707, "pct_black_alone_change": -23.548, "pct_native_alone_change": 0.187, "pct_asian_alone_change": 3.999, "pct_hispanic_or_latino_change": 9.835, "pct_native_hawaiian_pacific_islander_change": 0.928, "INTPTLAT": "+37.7710979", "INTPTLON": "-122.1645167" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.175055, 37.78021 ], [ -122.174544, 37.780295 ], [ -122.173934, 37.780367 ], [ -122.173804, 37.780425 ], [ -122.173564, 37.780331 ], [ -122.172845, 37.780052 ], [ -122.172606, 37.779959 ], [ -122.172355, 37.779864 ], [ -122.171604, 37.779579 ], [ -122.171354, 37.779484 ], [ -122.171338, 37.779492 ], [ -122.171082, 37.779434 ], [ -122.170651, 37.779364 ], [ -122.170445, 37.779331 ], [ -122.17019, 37.779311 ], [ -122.170156, 37.779292 ], [ -122.170055, 37.779235 ], [ -122.170022, 37.779217 ], [ -122.169964, 37.779186 ], [ -122.16979, 37.779093 ], [ -122.169733, 37.779062 ], [ -122.169491, 37.778934 ], [ -122.168728, 37.778552 ], [ -122.168477, 37.778426 ], [ -122.16826, 37.778317 ], [ -122.168225, 37.7783 ], [ -122.168041, 37.778214 ], [ -122.167729, 37.778068 ], [ -122.167459, 37.777947 ], [ -122.167203, 37.777832 ], [ -122.167001, 37.777744 ], [ -122.166517, 37.777534 ], [ -122.166396, 37.777478 ], [ -122.166197, 37.777387 ], [ -122.166155, 37.777368 ], [ -122.166032, 37.777311 ], [ -122.165991, 37.777292 ], [ -122.165637, 37.777138 ], [ -122.165598, 37.77712 ], [ -122.164425, 37.776596 ], [ -122.164035, 37.776422 ], [ -122.163977, 37.776396 ], [ -122.163701, 37.776255 ], [ -122.162705, 37.775748 ], [ -122.162373, 37.775579 ], [ -122.162166, 37.775473 ], [ -122.161696, 37.775232 ], [ -122.160274, 37.774504 ], [ -122.159661, 37.7742 ], [ -122.15898, 37.773862 ], [ -122.158792, 37.773768 ], [ -122.15839, 37.773547 ], [ -122.158246, 37.773458 ], [ -122.158202, 37.773431 ], [ -122.158068, 37.773348 ], [ -122.158456, 37.773383 ], [ -122.158869, 37.773432 ], [ -122.158891, 37.773429 ], [ -122.158656, 37.773278 ], [ -122.158426, 37.773114 ], [ -122.158398, 37.773094 ], [ -122.158213, 37.772955 ], [ -122.15796, 37.772732 ], [ -122.157781, 37.77256 ], [ -122.157232, 37.771932 ], [ -122.156863, 37.77151 ], [ -122.156777, 37.771436 ], [ -122.156521, 37.771217 ], [ -122.156436, 37.771144 ], [ -122.156346, 37.771032 ], [ -122.15629, 37.770971 ], [ -122.156182, 37.770879 ], [ -122.155759, 37.770539 ], [ -122.155582, 37.770397 ], [ -122.155372, 37.77022 ], [ -122.155276, 37.770131 ], [ -122.155219, 37.770056 ], [ -122.155099, 37.76985 ], [ -122.154656, 37.769196 ], [ -122.154604, 37.769117 ], [ -122.154381, 37.768779 ], [ -122.154524, 37.76871 ], [ -122.154955, 37.768506 ], [ -122.155099, 37.768438 ], [ -122.15525, 37.768367 ], [ -122.155704, 37.768155 ], [ -122.155856, 37.768085 ], [ -122.156016, 37.768015 ], [ -122.156497, 37.767808 ], [ -122.156658, 37.767739 ], [ -122.156815, 37.767965 ], [ -122.157219, 37.768545 ], [ -122.157252, 37.768664 ], [ -122.157267, 37.768715 ], [ -122.157288, 37.768938 ], [ -122.15732, 37.768902 ], [ -122.157355, 37.768846 ], [ -122.157405, 37.768803 ], [ -122.157468, 37.768761 ], [ -122.157479, 37.768754 ], [ -122.157599, 37.76869 ], [ -122.157658, 37.768641 ], [ -122.157712, 37.768585 ], [ -122.157766, 37.768511 ], [ -122.157816, 37.76841 ], [ -122.157901, 37.768109 ], [ -122.157918, 37.76805 ], [ -122.157939, 37.767946 ], [ -122.157946, 37.767845 ], [ -122.157866, 37.767566 ], [ -122.157629, 37.766736 ], [ -122.157595, 37.766639 ], [ -122.157585, 37.766567 ], [ -122.157594, 37.766509 ], [ -122.157631, 37.766462 ], [ -122.157672, 37.766444 ], [ -122.157748, 37.766453 ], [ -122.157823, 37.766479 ], [ -122.15807, 37.766613 ], [ -122.158081, 37.766617 ], [ -122.158292, 37.766707 ], [ -122.158421, 37.766747 ], [ -122.158576, 37.766784 ], [ -122.158714, 37.76681 ], [ -122.1589, 37.766822 ], [ -122.159038, 37.766821 ], [ -122.159144, 37.766808 ], [ -122.159486, 37.76682 ], [ -122.159531, 37.766821 ], [ -122.160025, 37.766832 ], [ -122.159971, 37.766722 ], [ -122.159926, 37.766683 ], [ -122.15983, 37.766631 ], [ -122.159775, 37.766606 ], [ -122.159654, 37.766553 ], [ -122.159043, 37.766298 ], [ -122.158814, 37.766222 ], [ -122.158798, 37.766214 ], [ -122.158708, 37.766174 ], [ -122.158624, 37.766124 ], [ -122.158582, 37.766083 ], [ -122.158553, 37.766029 ], [ -122.158548, 37.765995 ], [ -122.158551, 37.765936 ], [ -122.158575, 37.76588 ], [ -122.15861, 37.76584 ], [ -122.158621, 37.765829 ], [ -122.158732, 37.765746 ], [ -122.159057, 37.765578 ], [ -122.159212, 37.765499 ], [ -122.159449, 37.765654 ], [ -122.159487, 37.765676 ], [ -122.159851, 37.765889 ], [ -122.159939, 37.765915 ], [ -122.159986, 37.76592 ], [ -122.160098, 37.765925 ], [ -122.16028, 37.765901 ], [ -122.160402, 37.765875 ], [ -122.160425, 37.765871 ], [ -122.160566, 37.765831 ], [ -122.160714, 37.765776 ], [ -122.160814, 37.765707 ], [ -122.161118, 37.765501 ], [ -122.161219, 37.765433 ], [ -122.161172, 37.765299 ], [ -122.161159, 37.765274 ], [ -122.160926, 37.764821 ], [ -122.160905, 37.764781 ], [ -122.160831, 37.764682 ], [ -122.16094, 37.764629 ], [ -122.161271, 37.76447 ], [ -122.161381, 37.764418 ], [ -122.162533, 37.763865 ], [ -122.163448, 37.763418 ], [ -122.16356, 37.763372 ], [ -122.164202, 37.763043 ], [ -122.164256, 37.76305 ], [ -122.164356, 37.762999 ], [ -122.164803, 37.762776 ], [ -122.164864, 37.762746 ], [ -122.164942, 37.762685 ], [ -122.165179, 37.762977 ], [ -122.165749, 37.763678 ], [ -122.165906, 37.763841 ], [ -122.166007, 37.763946 ], [ -122.166156, 37.764123 ], [ -122.166244, 37.764227 ], [ -122.166509, 37.764539 ], [ -122.166598, 37.764644 ], [ -122.166723, 37.764786 ], [ -122.167101, 37.765215 ], [ -122.167227, 37.765358 ], [ -122.167253, 37.765388 ], [ -122.167339, 37.765488 ], [ -122.167676, 37.765878 ], [ -122.167789, 37.766009 ], [ -122.167894, 37.766123 ], [ -122.168101, 37.766349 ], [ -122.168223, 37.766451 ], [ -122.168343, 37.766551 ], [ -122.169167, 37.767123 ], [ -122.169767, 37.767562 ], [ -122.169999, 37.767714 ], [ -122.170673, 37.768172 ], [ -122.170849, 37.768297 ], [ -122.171334, 37.768625 ], [ -122.172029, 37.769094 ], [ -122.172133, 37.769131 ], [ -122.172, 37.769173 ], [ -122.171618, 37.76938 ], [ -122.171419, 37.769502 ], [ -122.171262, 37.769609 ], [ -122.171021, 37.769806 ], [ -122.170924, 37.769893 ], [ -122.170045, 37.770678 ], [ -122.16997, 37.770754 ], [ -122.169919, 37.770818 ], [ -122.169872, 37.770879 ], [ -122.169782, 37.77102 ], [ -122.169739, 37.77109 ], [ -122.169597, 37.771358 ], [ -122.169219, 37.77208 ], [ -122.169174, 37.772164 ], [ -122.169033, 37.772433 ], [ -122.168981, 37.772541 ], [ -122.168958, 37.77259 ], [ -122.168945, 37.772644 ], [ -122.168939, 37.772696 ], [ -122.168941, 37.772739 ], [ -122.168943, 37.772799 ], [ -122.168964, 37.772891 ], [ -122.168982, 37.772964 ], [ -122.168997, 37.773007 ], [ -122.169055, 37.773212 ], [ -122.169104, 37.773279 ], [ -122.169331, 37.773591 ], [ -122.169433, 37.773693 ], [ -122.169655, 37.773978 ], [ -122.169725, 37.774067 ], [ -122.169742, 37.774107 ], [ -122.169751, 37.774146 ], [ -122.169757, 37.774247 ], [ -122.169736, 37.774294 ], [ -122.169713, 37.774328 ], [ -122.169668, 37.774373 ], [ -122.169627, 37.774396 ], [ -122.169583, 37.774422 ], [ -122.169832, 37.774937 ], [ -122.170428, 37.775595 ], [ -122.170559, 37.775715 ], [ -122.170602, 37.775754 ], [ -122.17071, 37.77589 ], [ -122.170778, 37.775989 ], [ -122.170833, 37.776082 ], [ -122.170865, 37.776149 ], [ -122.170878, 37.776175 ], [ -122.170936, 37.776313 ], [ -122.171011, 37.77646 ], [ -122.17102, 37.776476 ], [ -122.171171, 37.77674 ], [ -122.171306, 37.776946 ], [ -122.171408, 37.7771 ], [ -122.171503, 37.777222 ], [ -122.171582, 37.777324 ], [ -122.171776, 37.77754 ], [ -122.171805, 37.777575 ], [ -122.171905, 37.777694 ], [ -122.172039, 37.777821 ], [ -122.172068, 37.777844 ], [ -122.172592, 37.778256 ], [ -122.172767, 37.778394 ], [ -122.17283, 37.778441 ], [ -122.17302, 37.778582 ], [ -122.173084, 37.77863 ], [ -122.173194, 37.778687 ], [ -122.173345, 37.778765 ], [ -122.17353, 37.778848 ], [ -122.173644, 37.7789 ], [ -122.173822, 37.778969 ], [ -122.17386, 37.778979 ], [ -122.174045, 37.779029 ], [ -122.174231, 37.779067 ], [ -122.17454, 37.779113 ], [ -122.17477, 37.779143 ], [ -122.175033, 37.780145 ], [ -122.175055, 37.78021 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408400", "name": "Census Tract 4084, Alameda County, California", "total_population_17": 3310, "white_alone_17": 406.0, "black_alone_17": 1208.0, "native_alone_17": 40.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1521.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 9.807, "pct_black_alone_change": -29.502, "pct_native_alone_change": 0.996, "pct_asian_alone_change": -3.596, "pct_hispanic_or_latino_change": 18.823, "pct_native_hawaiian_pacific_islander_change": -0.106, "INTPTLAT": "+37.7646056", "INTPTLON": "-122.1709595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.177054, 37.765984 ], [ -122.176852, 37.766167 ], [ -122.176639, 37.766336 ], [ -122.1757, 37.766932 ], [ -122.174998, 37.767375 ], [ -122.173488, 37.768354 ], [ -122.172832, 37.76875 ], [ -122.172529, 37.768933 ], [ -122.172133, 37.769131 ], [ -122.172029, 37.769094 ], [ -122.171334, 37.768625 ], [ -122.170849, 37.768297 ], [ -122.170673, 37.768172 ], [ -122.169999, 37.767714 ], [ -122.169767, 37.767562 ], [ -122.169167, 37.767123 ], [ -122.168343, 37.766551 ], [ -122.168223, 37.766451 ], [ -122.168101, 37.766349 ], [ -122.167894, 37.766123 ], [ -122.167789, 37.766009 ], [ -122.167676, 37.765878 ], [ -122.167339, 37.765488 ], [ -122.167253, 37.765388 ], [ -122.167227, 37.765358 ], [ -122.167101, 37.765215 ], [ -122.166723, 37.764786 ], [ -122.166598, 37.764644 ], [ -122.166509, 37.764539 ], [ -122.166244, 37.764227 ], [ -122.166156, 37.764123 ], [ -122.166007, 37.763946 ], [ -122.165906, 37.763841 ], [ -122.165749, 37.763678 ], [ -122.165179, 37.762977 ], [ -122.164942, 37.762685 ], [ -122.165032, 37.762632 ], [ -122.165187, 37.762558 ], [ -122.165939, 37.762207 ], [ -122.16619, 37.76209 ], [ -122.166332, 37.762021 ], [ -122.16676, 37.761818 ], [ -122.166903, 37.761751 ], [ -122.167047, 37.761682 ], [ -122.16748, 37.761479 ], [ -122.167625, 37.761411 ], [ -122.167845, 37.761308 ], [ -122.16807, 37.761204 ], [ -122.168508, 37.761 ], [ -122.168729, 37.760898 ], [ -122.168805, 37.760861 ], [ -122.169035, 37.760754 ], [ -122.169112, 37.760718 ], [ -122.169402, 37.760578 ], [ -122.170272, 37.76016 ], [ -122.170294, 37.76015 ], [ -122.170384, 37.760112 ], [ -122.170547, 37.759996 ], [ -122.170819, 37.76035 ], [ -122.171136, 37.760692 ], [ -122.171291, 37.76083 ], [ -122.171537, 37.761049 ], [ -122.171764, 37.761239 ], [ -122.171924, 37.761374 ], [ -122.172076, 37.76151 ], [ -122.17236, 37.761765 ], [ -122.172533, 37.76192 ], [ -122.172559, 37.761944 ], [ -122.172681, 37.762062 ], [ -122.172696, 37.762077 ], [ -122.172744, 37.762122 ], [ -122.172761, 37.762137 ], [ -122.172906, 37.762274 ], [ -122.172936, 37.762302 ], [ -122.173334, 37.762693 ], [ -122.173477, 37.762833 ], [ -122.173582, 37.762938 ], [ -122.1739, 37.763254 ], [ -122.174007, 37.76336 ], [ -122.174117, 37.763469 ], [ -122.17445, 37.763799 ], [ -122.174561, 37.763909 ], [ -122.174668, 37.764013 ], [ -122.174989, 37.764326 ], [ -122.175096, 37.764431 ], [ -122.175211, 37.764539 ], [ -122.17534, 37.76466 ], [ -122.175506, 37.764799 ], [ -122.17557, 37.764846 ], [ -122.175698, 37.76494 ], [ -122.177043, 37.765726 ], [ -122.177197, 37.765816 ], [ -122.177054, 37.765984 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408500", "name": "Census Tract 4085, Alameda County, California", "total_population_17": 5932, "white_alone_17": 80.0, "black_alone_17": 2221.0, "native_alone_17": 74.0, "asian_alone_17": 139.0, "native_hawaiian_pacific_islander_17": 78.0, "hispanic_or_latino_17": 3169.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -0.178, "pct_black_alone_change": -19.782, "pct_native_alone_change": 0.814, "pct_asian_alone_change": -1.859, "pct_hispanic_or_latino_change": 17.165, "pct_native_hawaiian_pacific_islander_change": 1.221, "INTPTLAT": "+37.7604176", "INTPTLON": "-122.1785112" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.187054, 37.759264 ], [ -122.186857, 37.759497 ], [ -122.186688, 37.759638 ], [ -122.18664, 37.759669 ], [ -122.186141, 37.760006 ], [ -122.185527, 37.760389 ], [ -122.185173, 37.760618 ], [ -122.184685, 37.760935 ], [ -122.184509, 37.761044 ], [ -122.183981, 37.761374 ], [ -122.183806, 37.761484 ], [ -122.183616, 37.761605 ], [ -122.183045, 37.76197 ], [ -122.182856, 37.762092 ], [ -122.182799, 37.762127 ], [ -122.18263, 37.762232 ], [ -122.182574, 37.762268 ], [ -122.181979, 37.762654 ], [ -122.181175, 37.76318 ], [ -122.181017, 37.76328 ], [ -122.180543, 37.763581 ], [ -122.180386, 37.763682 ], [ -122.18033, 37.763717 ], [ -122.180165, 37.763824 ], [ -122.18011, 37.76386 ], [ -122.179969, 37.76395 ], [ -122.179856, 37.764023 ], [ -122.179546, 37.76422 ], [ -122.179405, 37.76431 ], [ -122.179355, 37.764342 ], [ -122.179206, 37.764437 ], [ -122.179157, 37.76447 ], [ -122.179059, 37.764533 ], [ -122.178471, 37.764899 ], [ -122.177756, 37.765367 ], [ -122.177651, 37.765431 ], [ -122.177632, 37.765447 ], [ -122.177427, 37.765596 ], [ -122.177239, 37.765771 ], [ -122.177197, 37.765816 ], [ -122.177043, 37.765726 ], [ -122.175698, 37.76494 ], [ -122.17557, 37.764846 ], [ -122.175506, 37.764799 ], [ -122.17534, 37.76466 ], [ -122.175211, 37.764539 ], [ -122.175096, 37.764431 ], [ -122.174989, 37.764326 ], [ -122.174668, 37.764013 ], [ -122.174561, 37.763909 ], [ -122.17445, 37.763799 ], [ -122.174117, 37.763469 ], [ -122.174007, 37.76336 ], [ -122.1739, 37.763254 ], [ -122.173582, 37.762938 ], [ -122.173477, 37.762833 ], [ -122.173334, 37.762693 ], [ -122.172936, 37.762302 ], [ -122.172906, 37.762274 ], [ -122.172761, 37.762137 ], [ -122.172744, 37.762122 ], [ -122.172696, 37.762077 ], [ -122.172681, 37.762062 ], [ -122.172559, 37.761944 ], [ -122.172533, 37.76192 ], [ -122.17236, 37.761765 ], [ -122.172076, 37.76151 ], [ -122.171924, 37.761374 ], [ -122.171764, 37.761239 ], [ -122.171537, 37.761049 ], [ -122.171291, 37.76083 ], [ -122.171136, 37.760692 ], [ -122.170819, 37.76035 ], [ -122.170547, 37.759996 ], [ -122.172188, 37.759199 ], [ -122.172296, 37.75915 ], [ -122.173998, 37.758317 ], [ -122.175717, 37.757495 ], [ -122.176058, 37.757328 ], [ -122.177084, 37.756828 ], [ -122.177426, 37.756662 ], [ -122.177837, 37.756461 ], [ -122.179071, 37.75586 ], [ -122.179373, 37.755714 ], [ -122.179431, 37.75568 ], [ -122.179475, 37.755647 ], [ -122.179684, 37.755748 ], [ -122.180313, 37.756051 ], [ -122.180523, 37.756152 ], [ -122.18158, 37.756655 ], [ -122.182446, 37.757065 ], [ -122.18268, 37.757174 ], [ -122.183479, 37.757545 ], [ -122.183934, 37.757764 ], [ -122.183981, 37.757787 ], [ -122.184058, 37.757824 ], [ -122.18429, 37.757937 ], [ -122.184368, 37.757975 ], [ -122.184724, 37.758144 ], [ -122.184888, 37.758222 ], [ -122.185047, 37.758298 ], [ -122.185486, 37.75851 ], [ -122.185626, 37.758577 ], [ -122.186049, 37.758778 ], [ -122.18619, 37.758846 ], [ -122.186362, 37.758929 ], [ -122.186873, 37.759177 ], [ -122.187054, 37.759264 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408600", "name": "Census Tract 4086, Alameda County, California", "total_population_17": 6680, "white_alone_17": 246.0, "black_alone_17": 2113.0, "native_alone_17": 28.0, "asian_alone_17": 109.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3863.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.931, "pct_black_alone_change": -29.874, "pct_native_alone_change": 0.018, "pct_asian_alone_change": -2.248, "pct_hispanic_or_latino_change": 26.808, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7661975", "INTPTLON": "-122.1823030" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.19283, 37.761996 ], [ -122.192311, 37.762334 ], [ -122.190754, 37.763348 ], [ -122.190235, 37.763686 ], [ -122.190169, 37.76375 ], [ -122.189971, 37.763945 ], [ -122.189906, 37.76401 ], [ -122.189437, 37.76443 ], [ -122.189343, 37.764516 ], [ -122.189024, 37.764717 ], [ -122.187854, 37.765458 ], [ -122.187323, 37.765796 ], [ -122.186738, 37.766172 ], [ -122.184984, 37.767303 ], [ -122.1844, 37.76768 ], [ -122.182925, 37.768622 ], [ -122.18291, 37.768718 ], [ -122.182587, 37.768918 ], [ -122.182514, 37.768971 ], [ -122.182456, 37.769023 ], [ -122.182409, 37.769072 ], [ -122.182334, 37.769168 ], [ -122.182253, 37.769337 ], [ -122.182221, 37.769418 ], [ -122.182193, 37.769532 ], [ -122.182173, 37.769577 ], [ -122.182152, 37.769611 ], [ -122.182043, 37.769606 ], [ -122.181946, 37.769578 ], [ -122.181919, 37.769652 ], [ -122.181784, 37.770381 ], [ -122.181768, 37.770464 ], [ -122.181705, 37.770827 ], [ -122.181644, 37.771106 ], [ -122.181596, 37.771393 ], [ -122.181592, 37.771421 ], [ -122.181563, 37.771662 ], [ -122.181579, 37.771804 ], [ -122.181595, 37.771872 ], [ -122.181626, 37.771948 ], [ -122.18168, 37.772059 ], [ -122.181766, 37.772202 ], [ -122.181777, 37.772214 ], [ -122.181835, 37.772277 ], [ -122.181981, 37.772422 ], [ -122.181528, 37.772713 ], [ -122.180172, 37.773589 ], [ -122.179961, 37.773726 ], [ -122.179729, 37.773893 ], [ -122.179651, 37.773837 ], [ -122.17942, 37.773669 ], [ -122.179344, 37.773613 ], [ -122.179207, 37.773505 ], [ -122.178796, 37.773182 ], [ -122.178659, 37.773075 ], [ -122.178518, 37.772972 ], [ -122.178097, 37.772665 ], [ -122.177957, 37.772563 ], [ -122.177671, 37.772263 ], [ -122.177345, 37.771919 ], [ -122.176949, 37.77153 ], [ -122.176807, 37.77141 ], [ -122.176786, 37.771393 ], [ -122.17671, 37.771333 ], [ -122.1766, 37.771262 ], [ -122.176438, 37.771173 ], [ -122.176241, 37.771083 ], [ -122.175654, 37.770816 ], [ -122.175458, 37.770727 ], [ -122.173238, 37.769659 ], [ -122.173135, 37.769667 ], [ -122.172807, 37.769528 ], [ -122.172384, 37.769347 ], [ -122.172, 37.769173 ], [ -122.172133, 37.769131 ], [ -122.172529, 37.768933 ], [ -122.172832, 37.76875 ], [ -122.173488, 37.768354 ], [ -122.174998, 37.767375 ], [ -122.1757, 37.766932 ], [ -122.176639, 37.766336 ], [ -122.176852, 37.766167 ], [ -122.177054, 37.765984 ], [ -122.177197, 37.765816 ], [ -122.177239, 37.765771 ], [ -122.177427, 37.765596 ], [ -122.177632, 37.765447 ], [ -122.177651, 37.765431 ], [ -122.177756, 37.765367 ], [ -122.178471, 37.764899 ], [ -122.179059, 37.764533 ], [ -122.179157, 37.76447 ], [ -122.179206, 37.764437 ], [ -122.179355, 37.764342 ], [ -122.179405, 37.76431 ], [ -122.179546, 37.76422 ], [ -122.179856, 37.764023 ], [ -122.179969, 37.76395 ], [ -122.18011, 37.76386 ], [ -122.180165, 37.763824 ], [ -122.18033, 37.763717 ], [ -122.180386, 37.763682 ], [ -122.180543, 37.763581 ], [ -122.181017, 37.76328 ], [ -122.181175, 37.76318 ], [ -122.181979, 37.762654 ], [ -122.182574, 37.762268 ], [ -122.18263, 37.762232 ], [ -122.182799, 37.762127 ], [ -122.182856, 37.762092 ], [ -122.183045, 37.76197 ], [ -122.183616, 37.761605 ], [ -122.183806, 37.761484 ], [ -122.183981, 37.761374 ], [ -122.184509, 37.761044 ], [ -122.184685, 37.760935 ], [ -122.185173, 37.760618 ], [ -122.185527, 37.760389 ], [ -122.186141, 37.760006 ], [ -122.18664, 37.759669 ], [ -122.186688, 37.759638 ], [ -122.186857, 37.759497 ], [ -122.187054, 37.759264 ], [ -122.187215, 37.759352 ], [ -122.1877, 37.759619 ], [ -122.187862, 37.759708 ], [ -122.187915, 37.759731 ], [ -122.188077, 37.759803 ], [ -122.188131, 37.759827 ], [ -122.188244, 37.75987 ], [ -122.188586, 37.760001 ], [ -122.1887, 37.760045 ], [ -122.188766, 37.760075 ], [ -122.188964, 37.760165 ], [ -122.18903, 37.760196 ], [ -122.189131, 37.760244 ], [ -122.189437, 37.76039 ], [ -122.189539, 37.760439 ], [ -122.189691, 37.760508 ], [ -122.190146, 37.760716 ], [ -122.190299, 37.760786 ], [ -122.19045, 37.760856 ], [ -122.190904, 37.761068 ], [ -122.191056, 37.761139 ], [ -122.19121, 37.761213 ], [ -122.191675, 37.761435 ], [ -122.191831, 37.761509 ], [ -122.19203, 37.761606 ], [ -122.19263, 37.761898 ], [ -122.19283, 37.761996 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408700", "name": "Census Tract 4087, Alameda County, California", "total_population_17": 7734, "white_alone_17": 409.0, "black_alone_17": 3201.0, "native_alone_17": 0.0, "asian_alone_17": 160.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3756.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 1.463, "pct_black_alone_change": -15.514, "pct_native_alone_change": -0.346, "pct_asian_alone_change": -2.555, "pct_hispanic_or_latino_change": 14.703, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7688638", "INTPTLON": "-122.1889449" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.199502, 37.765149 ], [ -122.19923, 37.765338 ], [ -122.198417, 37.765907 ], [ -122.198146, 37.766097 ], [ -122.198006, 37.766196 ], [ -122.197586, 37.766493 ], [ -122.197446, 37.766592 ], [ -122.19726, 37.766722 ], [ -122.196704, 37.767113 ], [ -122.196519, 37.767244 ], [ -122.195729, 37.767804 ], [ -122.195112, 37.768239 ], [ -122.194984, 37.768322 ], [ -122.194336, 37.768777 ], [ -122.194236, 37.768848 ], [ -122.193952, 37.769052 ], [ -122.193844, 37.769127 ], [ -122.193522, 37.769353 ], [ -122.193415, 37.769429 ], [ -122.193382, 37.769451 ], [ -122.193282, 37.769517 ], [ -122.19325, 37.76954 ], [ -122.192683, 37.76994 ], [ -122.192194, 37.770292 ], [ -122.191416, 37.77083 ], [ -122.191335, 37.77089 ], [ -122.190802, 37.771265 ], [ -122.190432, 37.771522 ], [ -122.190345, 37.771576 ], [ -122.190229, 37.771651 ], [ -122.189767, 37.771974 ], [ -122.189324, 37.77228 ], [ -122.189203, 37.772365 ], [ -122.188843, 37.772618 ], [ -122.188723, 37.772704 ], [ -122.18865, 37.772754 ], [ -122.188432, 37.772908 ], [ -122.18836, 37.772959 ], [ -122.188287, 37.77301 ], [ -122.188071, 37.773165 ], [ -122.187999, 37.773217 ], [ -122.187852, 37.77333 ], [ -122.187414, 37.773669 ], [ -122.187268, 37.773783 ], [ -122.186417, 37.774469 ], [ -122.186196, 37.774669 ], [ -122.185534, 37.77527 ], [ -122.185365, 37.775425 ], [ -122.185312, 37.77547 ], [ -122.185069, 37.775653 ], [ -122.184436, 37.776295 ], [ -122.184198, 37.776426 ], [ -122.184009, 37.776485 ], [ -122.183126, 37.775967 ], [ -122.182324, 37.775513 ], [ -122.181371, 37.774979 ], [ -122.181167, 37.774877 ], [ -122.180664, 37.774576 ], [ -122.18036, 37.774387 ], [ -122.180165, 37.774257 ], [ -122.179729, 37.773893 ], [ -122.179961, 37.773726 ], [ -122.180172, 37.773589 ], [ -122.181528, 37.772713 ], [ -122.181981, 37.772422 ], [ -122.181835, 37.772277 ], [ -122.181777, 37.772214 ], [ -122.181766, 37.772202 ], [ -122.18168, 37.772059 ], [ -122.181626, 37.771948 ], [ -122.181595, 37.771872 ], [ -122.181579, 37.771804 ], [ -122.181563, 37.771662 ], [ -122.181592, 37.771421 ], [ -122.181596, 37.771393 ], [ -122.181644, 37.771106 ], [ -122.181705, 37.770827 ], [ -122.181768, 37.770464 ], [ -122.181784, 37.770381 ], [ -122.181919, 37.769652 ], [ -122.181946, 37.769578 ], [ -122.182043, 37.769606 ], [ -122.182152, 37.769611 ], [ -122.182173, 37.769577 ], [ -122.182193, 37.769532 ], [ -122.182221, 37.769418 ], [ -122.182253, 37.769337 ], [ -122.182334, 37.769168 ], [ -122.182409, 37.769072 ], [ -122.182456, 37.769023 ], [ -122.182514, 37.768971 ], [ -122.182587, 37.768918 ], [ -122.18291, 37.768718 ], [ -122.182925, 37.768622 ], [ -122.1844, 37.76768 ], [ -122.184984, 37.767303 ], [ -122.186738, 37.766172 ], [ -122.187323, 37.765796 ], [ -122.187854, 37.765458 ], [ -122.189024, 37.764717 ], [ -122.189343, 37.764516 ], [ -122.189437, 37.76443 ], [ -122.189906, 37.76401 ], [ -122.189971, 37.763945 ], [ -122.190169, 37.76375 ], [ -122.190235, 37.763686 ], [ -122.190754, 37.763348 ], [ -122.192311, 37.762334 ], [ -122.19283, 37.761996 ], [ -122.19291, 37.762037 ], [ -122.193176, 37.762162 ], [ -122.193223, 37.762185 ], [ -122.193264, 37.762204 ], [ -122.193352, 37.762244 ], [ -122.193616, 37.762366 ], [ -122.193704, 37.762407 ], [ -122.193829, 37.762468 ], [ -122.194204, 37.762652 ], [ -122.19433, 37.762714 ], [ -122.19437, 37.762733 ], [ -122.19449, 37.76279 ], [ -122.194531, 37.76281 ], [ -122.194715, 37.762899 ], [ -122.19527, 37.763168 ], [ -122.195455, 37.763258 ], [ -122.195514, 37.763286 ], [ -122.195692, 37.763373 ], [ -122.195752, 37.763402 ], [ -122.195873, 37.763459 ], [ -122.196239, 37.763632 ], [ -122.196361, 37.76369 ], [ -122.196514, 37.763761 ], [ -122.196976, 37.763977 ], [ -122.19713, 37.764049 ], [ -122.197298, 37.764123 ], [ -122.197804, 37.764347 ], [ -122.197973, 37.764422 ], [ -122.198039, 37.764456 ], [ -122.198237, 37.764558 ], [ -122.198304, 37.764593 ], [ -122.198395, 37.764635 ], [ -122.198669, 37.764761 ], [ -122.198761, 37.764803 ], [ -122.198909, 37.764872 ], [ -122.199353, 37.765079 ], [ -122.199502, 37.765149 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408800", "name": "Census Tract 4088, Alameda County, California", "total_population_17": 6276, "white_alone_17": 240.0, "black_alone_17": 2265.0, "native_alone_17": 22.0, "asian_alone_17": 315.0, "native_hawaiian_pacific_islander_17": 254.0, "hispanic_or_latino_17": 3166.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 1.949, "pct_black_alone_change": -10.218, "pct_native_alone_change": 0.1, "pct_asian_alone_change": -7.988, "pct_hispanic_or_latino_change": 12.158, "pct_native_hawaiian_pacific_islander_change": 4.028, "INTPTLAT": "+37.7588039", "INTPTLON": "-122.1969422" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.205584, 37.760863 ], [ -122.205567, 37.760875 ], [ -122.205524, 37.76091 ], [ -122.205507, 37.760922 ], [ -122.205482, 37.760942 ], [ -122.205361, 37.761034 ], [ -122.205032, 37.761263 ], [ -122.204942, 37.761325 ], [ -122.20336, 37.762435 ], [ -122.203316, 37.762467 ], [ -122.202775, 37.762848 ], [ -122.202416, 37.763094 ], [ -122.202137, 37.763287 ], [ -122.201351, 37.763845 ], [ -122.200997, 37.764097 ], [ -122.200697, 37.764307 ], [ -122.199896, 37.764872 ], [ -122.199802, 37.764942 ], [ -122.199615, 37.765084 ], [ -122.199502, 37.765149 ], [ -122.199353, 37.765079 ], [ -122.198909, 37.764872 ], [ -122.198761, 37.764803 ], [ -122.198669, 37.764761 ], [ -122.198395, 37.764635 ], [ -122.198304, 37.764593 ], [ -122.198237, 37.764558 ], [ -122.198039, 37.764456 ], [ -122.197973, 37.764422 ], [ -122.197804, 37.764347 ], [ -122.197298, 37.764123 ], [ -122.19713, 37.764049 ], [ -122.196976, 37.763977 ], [ -122.196514, 37.763761 ], [ -122.196361, 37.76369 ], [ -122.196239, 37.763632 ], [ -122.195873, 37.763459 ], [ -122.195752, 37.763402 ], [ -122.195692, 37.763373 ], [ -122.195514, 37.763286 ], [ -122.195455, 37.763258 ], [ -122.19527, 37.763168 ], [ -122.194715, 37.762899 ], [ -122.194531, 37.76281 ], [ -122.19449, 37.76279 ], [ -122.19437, 37.762733 ], [ -122.19433, 37.762714 ], [ -122.194204, 37.762652 ], [ -122.193829, 37.762468 ], [ -122.193704, 37.762407 ], [ -122.193616, 37.762366 ], [ -122.193352, 37.762244 ], [ -122.193264, 37.762204 ], [ -122.193223, 37.762185 ], [ -122.193176, 37.762162 ], [ -122.19291, 37.762037 ], [ -122.19283, 37.761996 ], [ -122.19263, 37.761898 ], [ -122.19203, 37.761606 ], [ -122.191831, 37.761509 ], [ -122.191675, 37.761435 ], [ -122.19121, 37.761213 ], [ -122.191056, 37.761139 ], [ -122.190904, 37.761068 ], [ -122.19045, 37.760856 ], [ -122.190299, 37.760786 ], [ -122.190146, 37.760716 ], [ -122.189691, 37.760508 ], [ -122.189539, 37.760439 ], [ -122.189437, 37.76039 ], [ -122.189131, 37.760244 ], [ -122.18903, 37.760196 ], [ -122.188964, 37.760165 ], [ -122.188766, 37.760075 ], [ -122.1887, 37.760045 ], [ -122.188586, 37.760001 ], [ -122.188244, 37.75987 ], [ -122.188131, 37.759827 ], [ -122.188077, 37.759803 ], [ -122.187915, 37.759731 ], [ -122.187862, 37.759708 ], [ -122.1877, 37.759619 ], [ -122.187215, 37.759352 ], [ -122.187054, 37.759264 ], [ -122.18716, 37.759178 ], [ -122.187383, 37.758998 ], [ -122.187393, 37.75899 ], [ -122.187777, 37.75882 ], [ -122.188023, 37.758661 ], [ -122.188765, 37.758187 ], [ -122.189012, 37.758029 ], [ -122.189366, 37.7578 ], [ -122.19043, 37.757113 ], [ -122.190785, 37.756885 ], [ -122.19114, 37.756656 ], [ -122.192208, 37.755971 ], [ -122.192564, 37.755743 ], [ -122.192918, 37.755517 ], [ -122.193983, 37.75484 ], [ -122.194338, 37.754615 ], [ -122.194265, 37.754545 ], [ -122.194196, 37.754502 ], [ -122.194111, 37.754465 ], [ -122.193999, 37.754442 ], [ -122.193927, 37.754439 ], [ -122.193874, 37.754443 ], [ -122.1937, 37.754489 ], [ -122.193215, 37.75466 ], [ -122.192464, 37.754769 ], [ -122.19269, 37.754555 ], [ -122.192841, 37.754414 ], [ -122.192983, 37.754302 ], [ -122.193107, 37.754183 ], [ -122.19318, 37.754098 ], [ -122.193246, 37.753991 ], [ -122.193298, 37.753864 ], [ -122.193309, 37.753838 ], [ -122.193313, 37.753809 ], [ -122.19332, 37.753761 ], [ -122.19332, 37.753696 ], [ -122.193307, 37.753624 ], [ -122.193288, 37.75356 ], [ -122.194238, 37.752956 ], [ -122.194947, 37.752486 ], [ -122.195067, 37.75241 ], [ -122.195266, 37.752273 ], [ -122.195304, 37.752246 ], [ -122.195338, 37.752223 ], [ -122.195376, 37.752173 ], [ -122.195391, 37.752139 ], [ -122.195412, 37.752097 ], [ -122.195517, 37.751985 ], [ -122.195807, 37.752263 ], [ -122.195904, 37.752356 ], [ -122.196162, 37.752608 ], [ -122.196397, 37.752838 ], [ -122.196675, 37.75311 ], [ -122.196836, 37.753003 ], [ -122.198076, 37.752214 ], [ -122.1982, 37.75232 ], [ -122.198572, 37.752638 ], [ -122.198697, 37.752745 ], [ -122.199171, 37.75318 ], [ -122.199221, 37.753226 ], [ -122.19971, 37.753662 ], [ -122.200317, 37.754191 ], [ -122.200619, 37.754457 ], [ -122.201033, 37.754823 ], [ -122.201102, 37.754884 ], [ -122.201171, 37.754942 ], [ -122.201383, 37.755122 ], [ -122.201694, 37.755385 ], [ -122.202227, 37.755838 ], [ -122.202509, 37.756077 ], [ -122.20217, 37.756216 ], [ -122.202089, 37.75625 ], [ -122.201604, 37.75644 ], [ -122.201441, 37.756507 ], [ -122.201155, 37.756631 ], [ -122.201089, 37.75666 ], [ -122.200822, 37.756782 ], [ -122.200886, 37.756837 ], [ -122.201111, 37.757036 ], [ -122.201778, 37.757595 ], [ -122.203508, 37.759045 ], [ -122.204101, 37.75954 ], [ -122.204646, 37.760008 ], [ -122.204662, 37.760022 ], [ -122.20528, 37.76055 ], [ -122.205611, 37.760846 ], [ -122.205584, 37.760863 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001408900", "name": "Census Tract 4089, Alameda County, California", "total_population_17": 3050, "white_alone_17": 92.0, "black_alone_17": 886.0, "native_alone_17": 22.0, "asian_alone_17": 140.0, "native_hawaiian_pacific_islander_17": 22.0, "hispanic_or_latino_17": 1804.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -0.336, "pct_black_alone_change": -17.953, "pct_native_alone_change": 0.062, "pct_asian_alone_change": 1.624, "pct_hispanic_or_latino_change": 13.636, "pct_native_hawaiian_pacific_islander_change": 0.691, "INTPTLAT": "+37.7541816", "INTPTLON": "-122.1887803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.198076, 37.752214 ], [ -122.196836, 37.753003 ], [ -122.196675, 37.75311 ], [ -122.196397, 37.752838 ], [ -122.196162, 37.752608 ], [ -122.195904, 37.752356 ], [ -122.195807, 37.752263 ], [ -122.195517, 37.751985 ], [ -122.195412, 37.752097 ], [ -122.195391, 37.752139 ], [ -122.195376, 37.752173 ], [ -122.195338, 37.752223 ], [ -122.195304, 37.752246 ], [ -122.195266, 37.752273 ], [ -122.195067, 37.75241 ], [ -122.194947, 37.752486 ], [ -122.194238, 37.752956 ], [ -122.193288, 37.75356 ], [ -122.193307, 37.753624 ], [ -122.19332, 37.753696 ], [ -122.19332, 37.753761 ], [ -122.193313, 37.753809 ], [ -122.193309, 37.753838 ], [ -122.193298, 37.753864 ], [ -122.193246, 37.753991 ], [ -122.19318, 37.754098 ], [ -122.193107, 37.754183 ], [ -122.192983, 37.754302 ], [ -122.192841, 37.754414 ], [ -122.19269, 37.754555 ], [ -122.192464, 37.754769 ], [ -122.193215, 37.75466 ], [ -122.1937, 37.754489 ], [ -122.193874, 37.754443 ], [ -122.193927, 37.754439 ], [ -122.193999, 37.754442 ], [ -122.194111, 37.754465 ], [ -122.194196, 37.754502 ], [ -122.194265, 37.754545 ], [ -122.194338, 37.754615 ], [ -122.193983, 37.75484 ], [ -122.192918, 37.755517 ], [ -122.192564, 37.755743 ], [ -122.192208, 37.755971 ], [ -122.19114, 37.756656 ], [ -122.190785, 37.756885 ], [ -122.19043, 37.757113 ], [ -122.189366, 37.7578 ], [ -122.189012, 37.758029 ], [ -122.188765, 37.758187 ], [ -122.188023, 37.758661 ], [ -122.187777, 37.75882 ], [ -122.187393, 37.75899 ], [ -122.187383, 37.758998 ], [ -122.18716, 37.759178 ], [ -122.187054, 37.759264 ], [ -122.186873, 37.759177 ], [ -122.186362, 37.758929 ], [ -122.18619, 37.758846 ], [ -122.186049, 37.758778 ], [ -122.185626, 37.758577 ], [ -122.185486, 37.75851 ], [ -122.185047, 37.758298 ], [ -122.184888, 37.758222 ], [ -122.184724, 37.758144 ], [ -122.184368, 37.757975 ], [ -122.18429, 37.757937 ], [ -122.184058, 37.757824 ], [ -122.183981, 37.757787 ], [ -122.183934, 37.757764 ], [ -122.183479, 37.757545 ], [ -122.18268, 37.757174 ], [ -122.182446, 37.757065 ], [ -122.18158, 37.756655 ], [ -122.180523, 37.756152 ], [ -122.180313, 37.756051 ], [ -122.179684, 37.755748 ], [ -122.179475, 37.755647 ], [ -122.179403, 37.755611 ], [ -122.179188, 37.755506 ], [ -122.179117, 37.755471 ], [ -122.179184, 37.755404 ], [ -122.179221, 37.755363 ], [ -122.179302, 37.755303 ], [ -122.179557, 37.75518 ], [ -122.181002, 37.754487 ], [ -122.181484, 37.754257 ], [ -122.181937, 37.754033 ], [ -122.183296, 37.753364 ], [ -122.18375, 37.753142 ], [ -122.183912, 37.753069 ], [ -122.184402, 37.752853 ], [ -122.184565, 37.752782 ], [ -122.184654, 37.752884 ], [ -122.184921, 37.753192 ], [ -122.18501, 37.753295 ], [ -122.186383, 37.752646 ], [ -122.188423, 37.751684 ], [ -122.190501, 37.750691 ], [ -122.191872, 37.750036 ], [ -122.192248, 37.74985 ], [ -122.192283, 37.749827 ], [ -122.192325, 37.7498 ], [ -122.192388, 37.749757 ], [ -122.192424, 37.749734 ], [ -122.192652, 37.749463 ], [ -122.193338, 37.748651 ], [ -122.193509, 37.74845 ], [ -122.193567, 37.748381 ], [ -122.193578, 37.748369 ], [ -122.193612, 37.748333 ], [ -122.193624, 37.748322 ], [ -122.19371, 37.748399 ], [ -122.19397, 37.74863 ], [ -122.194057, 37.748707 ], [ -122.194557, 37.749134 ], [ -122.194708, 37.749263 ], [ -122.19502, 37.749549 ], [ -122.195428, 37.749899 ], [ -122.195765, 37.750194 ], [ -122.196021, 37.750419 ], [ -122.196041, 37.750436 ], [ -122.196276, 37.750631 ], [ -122.196406, 37.750739 ], [ -122.196548, 37.750857 ], [ -122.196612, 37.750914 ], [ -122.196696, 37.75099 ], [ -122.196851, 37.751131 ], [ -122.197233, 37.751479 ], [ -122.197432, 37.751653 ], [ -122.197501, 37.751713 ], [ -122.197576, 37.751778 ], [ -122.197767, 37.751945 ], [ -122.198076, 37.752214 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409000", "name": "Census Tract 4090, Alameda County, California", "total_population_17": 3775, "white_alone_17": 68.0, "black_alone_17": 1295.0, "native_alone_17": 62.0, "asian_alone_17": 100.0, "native_hawaiian_pacific_islander_17": 104.0, "hispanic_or_latino_17": 1939.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.084, "pct_black_alone_change": -29.777, "pct_native_alone_change": 1.462, "pct_asian_alone_change": -0.868, "pct_hispanic_or_latino_change": 22.269, "pct_native_hawaiian_pacific_islander_change": 2.755, "INTPTLAT": "+37.7299594", "INTPTLON": "-122.2164979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.255497, 37.721766 ], [ -122.251531, 37.725257 ], [ -122.250915, 37.725789 ], [ -122.250266, 37.726359 ], [ -122.248721, 37.727695 ], [ -122.248033, 37.728283 ], [ -122.247912, 37.728375 ], [ -122.245039, 37.725798 ], [ -122.241962, 37.723742 ], [ -122.240977, 37.723089 ], [ -122.238768, 37.721617 ], [ -122.236181, 37.719851 ], [ -122.23511, 37.72094 ], [ -122.234784, 37.721273 ], [ -122.234486, 37.721578 ], [ -122.234231, 37.721837 ], [ -122.233763, 37.722315 ], [ -122.23306, 37.723031 ], [ -122.232847, 37.723222 ], [ -122.232565, 37.723475 ], [ -122.232106, 37.723924 ], [ -122.231522, 37.724513 ], [ -122.229993, 37.72605 ], [ -122.229018, 37.727024 ], [ -122.228648, 37.727406 ], [ -122.228507, 37.727552 ], [ -122.228459, 37.727602 ], [ -122.228343, 37.727729 ], [ -122.227164, 37.72738 ], [ -122.227141, 37.727544 ], [ -122.226768, 37.727657 ], [ -122.226787, 37.730312 ], [ -122.226806, 37.733099 ], [ -122.226776, 37.733171 ], [ -122.226673, 37.733384 ], [ -122.226593, 37.733589 ], [ -122.226529, 37.733801 ], [ -122.226503, 37.733915 ], [ -122.226477, 37.734067 ], [ -122.226453, 37.734244 ], [ -122.226443, 37.734387 ], [ -122.226449, 37.735715 ], [ -122.226459, 37.737782 ], [ -122.226464, 37.738974 ], [ -122.226472, 37.740616 ], [ -122.226479, 37.742239 ], [ -122.226492, 37.745037 ], [ -122.226521, 37.745164 ], [ -122.226535, 37.745221 ], [ -122.226555, 37.745306 ], [ -122.2266, 37.745501 ], [ -122.22655, 37.746836 ], [ -122.226508, 37.747884 ], [ -122.2265, 37.74808 ], [ -122.225541, 37.748066 ], [ -122.224825, 37.748056 ], [ -122.223377, 37.748036 ], [ -122.223276, 37.751973 ], [ -122.223425, 37.75395 ], [ -122.223481, 37.754702 ], [ -122.222125, 37.755953 ], [ -122.218112, 37.759656 ], [ -122.216968, 37.760251 ], [ -122.216077, 37.760716 ], [ -122.215109, 37.76132 ], [ -122.215021, 37.761375 ], [ -122.214987, 37.761393 ], [ -122.214885, 37.761449 ], [ -122.214852, 37.761468 ], [ -122.21482, 37.761431 ], [ -122.214803, 37.761412 ], [ -122.214749, 37.76135 ], [ -122.214726, 37.761323 ], [ -122.214695, 37.761287 ], [ -122.214374, 37.760919 ], [ -122.214255, 37.760782 ], [ -122.213681, 37.760131 ], [ -122.213406, 37.75982 ], [ -122.213084, 37.759454 ], [ -122.212957, 37.759307 ], [ -122.212579, 37.758866 ], [ -122.212453, 37.758719 ], [ -122.212388, 37.758648 ], [ -122.212196, 37.758436 ], [ -122.212132, 37.758366 ], [ -122.211816, 37.758028 ], [ -122.211788, 37.757998 ], [ -122.211548, 37.757697 ], [ -122.211412, 37.757557 ], [ -122.210908, 37.756983 ], [ -122.210699, 37.756745 ], [ -122.210606, 37.756634 ], [ -122.210114, 37.756081 ], [ -122.209657, 37.755566 ], [ -122.209268, 37.755118 ], [ -122.208929, 37.754717 ], [ -122.208653, 37.754413 ], [ -122.208595, 37.754349 ], [ -122.208223, 37.753921 ], [ -122.208163, 37.75386 ], [ -122.208039, 37.753716 ], [ -122.207838, 37.753483 ], [ -122.207665, 37.753291 ], [ -122.207565, 37.75318 ], [ -122.207537, 37.753148 ], [ -122.207441, 37.753193 ], [ -122.207351, 37.753235 ], [ -122.207206, 37.753303 ], [ -122.207155, 37.753326 ], [ -122.20706, 37.753371 ], [ -122.206944, 37.753424 ], [ -122.206596, 37.753586 ], [ -122.206481, 37.75364 ], [ -122.206224, 37.753759 ], [ -122.20609, 37.753819 ], [ -122.205176, 37.754231 ], [ -122.204897, 37.754301 ], [ -122.204481, 37.754406 ], [ -122.204131, 37.754494 ], [ -122.203886, 37.754556 ], [ -122.203141, 37.754749 ], [ -122.202163, 37.754803 ], [ -122.202075, 37.754778 ], [ -122.201485, 37.754612 ], [ -122.201408, 37.754666 ], [ -122.201178, 37.754829 ], [ -122.201102, 37.754884 ], [ -122.201033, 37.754823 ], [ -122.200619, 37.754457 ], [ -122.200317, 37.754191 ], [ -122.19971, 37.753662 ], [ -122.199221, 37.753226 ], [ -122.199171, 37.75318 ], [ -122.198697, 37.752745 ], [ -122.198572, 37.752638 ], [ -122.1982, 37.75232 ], [ -122.198076, 37.752214 ], [ -122.197767, 37.751945 ], [ -122.197576, 37.751778 ], [ -122.197501, 37.751713 ], [ -122.197432, 37.751653 ], [ -122.197233, 37.751479 ], [ -122.196851, 37.751131 ], [ -122.196696, 37.75099 ], [ -122.196612, 37.750914 ], [ -122.196548, 37.750857 ], [ -122.196406, 37.750739 ], [ -122.196276, 37.750631 ], [ -122.196041, 37.750436 ], [ -122.196021, 37.750419 ], [ -122.195765, 37.750194 ], [ -122.195428, 37.749899 ], [ -122.19502, 37.749549 ], [ -122.194708, 37.749263 ], [ -122.194557, 37.749134 ], [ -122.194057, 37.748707 ], [ -122.19397, 37.74863 ], [ -122.19371, 37.748399 ], [ -122.193624, 37.748322 ], [ -122.193048, 37.747817 ], [ -122.192983, 37.74776 ], [ -122.192034, 37.746935 ], [ -122.191359, 37.74633 ], [ -122.191323, 37.7463 ], [ -122.190731, 37.745815 ], [ -122.190691, 37.74578 ], [ -122.189747, 37.744952 ], [ -122.189299, 37.744558 ], [ -122.188418, 37.743783 ], [ -122.186879, 37.74244 ], [ -122.186795, 37.742367 ], [ -122.186119, 37.741773 ], [ -122.185813, 37.741504 ], [ -122.184961, 37.740771 ], [ -122.184953, 37.740764 ], [ -122.184288, 37.74017 ], [ -122.183778, 37.739732 ], [ -122.183006, 37.739079 ], [ -122.182429, 37.738572 ], [ -122.182417, 37.738561 ], [ -122.181973, 37.738162 ], [ -122.181561, 37.737835 ], [ -122.181587, 37.737816 ], [ -122.181606, 37.737799 ], [ -122.181726, 37.737699 ], [ -122.18174, 37.737686 ], [ -122.181786, 37.73765 ], [ -122.181962, 37.737513 ], [ -122.181992, 37.73749 ], [ -122.182501, 37.737115 ], [ -122.182681, 37.736983 ], [ -122.182822, 37.736879 ], [ -122.183018, 37.736737 ], [ -122.183235, 37.736557 ], [ -122.183314, 37.736476 ], [ -122.18335, 37.736426 ], [ -122.183401, 37.736326 ], [ -122.183511, 37.736112 ], [ -122.183548, 37.736024 ], [ -122.183593, 37.735921 ], [ -122.183639, 37.735814 ], [ -122.183778, 37.735495 ], [ -122.183825, 37.735389 ], [ -122.183951, 37.735175 ], [ -122.184087, 37.734951 ], [ -122.184187, 37.734824 ], [ -122.184344, 37.734682 ], [ -122.184816, 37.734289 ], [ -122.185717, 37.73366 ], [ -122.186491, 37.733104 ], [ -122.186655, 37.732976 ], [ -122.186781, 37.732879 ], [ -122.186815, 37.732855 ], [ -122.186936, 37.732769 ], [ -122.18718, 37.732631 ], [ -122.187362, 37.732538 ], [ -122.188108, 37.732099 ], [ -122.188408, 37.731923 ], [ -122.188562, 37.731833 ], [ -122.18861, 37.731805 ], [ -122.188784, 37.731729 ], [ -122.188652, 37.73158 ], [ -122.188568, 37.731485 ], [ -122.188346, 37.731232 ], [ -122.188272, 37.731147 ], [ -122.187685, 37.73047 ], [ -122.187465, 37.730216 ], [ -122.186805, 37.729478 ], [ -122.184826, 37.727266 ], [ -122.184167, 37.726529 ], [ -122.183965, 37.726302 ], [ -122.183361, 37.725621 ], [ -122.183301, 37.725554 ], [ -122.183159, 37.725395 ], [ -122.183182, 37.725396 ], [ -122.183403, 37.72539 ], [ -122.18368, 37.725495 ], [ -122.18377, 37.725544 ], [ -122.183894, 37.725665 ], [ -122.183984, 37.725769 ], [ -122.184102, 37.725813 ], [ -122.184219, 37.725907 ], [ -122.184478, 37.726022 ], [ -122.1846, 37.726077 ], [ -122.184911, 37.726209 ], [ -122.185167, 37.726324 ], [ -122.185381, 37.726451 ], [ -122.185561, 37.72655 ], [ -122.185575, 37.726563 ], [ -122.185658, 37.726643 ], [ -122.185783, 37.726791 ], [ -122.185935, 37.726945 ], [ -122.186087, 37.727088 ], [ -122.186288, 37.727264 ], [ -122.186447, 37.727412 ], [ -122.186578, 37.727506 ], [ -122.186827, 37.727649 ], [ -122.186986, 37.72772 ], [ -122.187311, 37.727857 ], [ -122.187408, 37.727951 ], [ -122.187462, 37.727979 ], [ -122.187595, 37.72805 ], [ -122.187775, 37.728116 ], [ -122.187962, 37.728215 ], [ -122.188197, 37.728308 ], [ -122.18848, 37.728396 ], [ -122.188661, 37.728439 ], [ -122.188709, 37.728451 ], [ -122.188826, 37.728462 ], [ -122.188951, 37.728462 ], [ -122.18911, 37.728495 ], [ -122.189504, 37.728561 ], [ -122.189663, 37.728594 ], [ -122.189858, 37.728674 ], [ -122.190224, 37.728824 ], [ -122.190377, 37.728893 ], [ -122.191022, 37.728019 ], [ -122.191126, 37.728067 ], [ -122.191279, 37.728139 ], [ -122.191303, 37.72815 ], [ -122.191897, 37.727329 ], [ -122.191927, 37.727288 ], [ -122.1922, 37.727414 ], [ -122.192822, 37.727699 ], [ -122.192867, 37.727676 ], [ -122.19357, 37.727292 ], [ -122.194894, 37.72657 ], [ -122.195208, 37.726405 ], [ -122.195455, 37.726271 ], [ -122.196137, 37.726007 ], [ -122.196226, 37.726097 ], [ -122.196342, 37.726228 ], [ -122.196608, 37.726534 ], [ -122.196797, 37.726749 ], [ -122.197312, 37.726536 ], [ -122.197907, 37.726289 ], [ -122.198055, 37.726227 ], [ -122.197746, 37.725171 ], [ -122.197522, 37.725234 ], [ -122.197396, 37.725263 ], [ -122.197277, 37.725051 ], [ -122.19693, 37.724452 ], [ -122.196747, 37.724133 ], [ -122.196547, 37.723785 ], [ -122.196518, 37.723735 ], [ -122.196274, 37.72331 ], [ -122.195988, 37.72313 ], [ -122.195625, 37.72293 ], [ -122.195208, 37.722702 ], [ -122.194554, 37.722302 ], [ -122.194412, 37.722215 ], [ -122.194302, 37.722149 ], [ -122.194285, 37.722164 ], [ -122.194267, 37.72215 ], [ -122.19421, 37.722115 ], [ -122.194197, 37.722094 ], [ -122.193671, 37.721671 ], [ -122.193154, 37.721257 ], [ -122.192994, 37.721116 ], [ -122.192281, 37.720533 ], [ -122.191734, 37.720094 ], [ -122.19071, 37.719282 ], [ -122.190039, 37.718734 ], [ -122.189027, 37.717908 ], [ -122.189004, 37.717889 ], [ -122.189138, 37.717812 ], [ -122.189645, 37.717664 ], [ -122.189732, 37.717639 ], [ -122.191959, 37.716994 ], [ -122.192702, 37.716779 ], [ -122.19275, 37.716767 ], [ -122.192905, 37.716726 ], [ -122.193401, 37.717829 ], [ -122.194714, 37.717538 ], [ -122.194551, 37.716947 ], [ -122.194265, 37.715912 ], [ -122.194418, 37.71583 ], [ -122.194658, 37.71583 ], [ -122.195068, 37.71583 ], [ -122.197028, 37.715829 ], [ -122.197182, 37.715745 ], [ -122.199693, 37.714353 ], [ -122.201374, 37.713421 ], [ -122.202097, 37.713021 ], [ -122.202166, 37.712983 ], [ -122.203726, 37.712591 ], [ -122.204914, 37.712292 ], [ -122.205675, 37.712101 ], [ -122.20743, 37.711661 ], [ -122.209355, 37.711178 ], [ -122.209726, 37.711087 ], [ -122.209126, 37.709891 ], [ -122.208442, 37.708528 ], [ -122.20776, 37.70717 ], [ -122.207041, 37.705738 ], [ -122.205473, 37.702619 ], [ -122.206012, 37.702032 ], [ -122.207391, 37.699194 ], [ -122.209088, 37.696138 ], [ -122.213327, 37.695394 ], [ -122.216153, 37.695543 ], [ -122.229128, 37.703804 ], [ -122.234142, 37.706995 ], [ -122.234182, 37.70702 ], [ -122.256282, 37.721077 ], [ -122.255497, 37.721766 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409100", "name": "Census Tract 4091, Alameda County, California", "total_population_17": 2233, "white_alone_17": 41.0, "black_alone_17": 738.0, "native_alone_17": 10.0, "asian_alone_17": 131.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1166.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.865, "pct_black_alone_change": -35.79, "pct_native_alone_change": 0.124, "pct_asian_alone_change": 4.064, "pct_hispanic_or_latino_change": 24.154, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7323419", "INTPTLON": "-122.1834828" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.188784, 37.731729 ], [ -122.18861, 37.731805 ], [ -122.188562, 37.731833 ], [ -122.188408, 37.731923 ], [ -122.188108, 37.732099 ], [ -122.187362, 37.732538 ], [ -122.18718, 37.732631 ], [ -122.186936, 37.732769 ], [ -122.186815, 37.732855 ], [ -122.186781, 37.732879 ], [ -122.186655, 37.732976 ], [ -122.186491, 37.733104 ], [ -122.185717, 37.73366 ], [ -122.184816, 37.734289 ], [ -122.184344, 37.734682 ], [ -122.184187, 37.734824 ], [ -122.184087, 37.734951 ], [ -122.183951, 37.735175 ], [ -122.183825, 37.735389 ], [ -122.183778, 37.735495 ], [ -122.183639, 37.735814 ], [ -122.183593, 37.735921 ], [ -122.183548, 37.736024 ], [ -122.183511, 37.736112 ], [ -122.183401, 37.736326 ], [ -122.18335, 37.736426 ], [ -122.183314, 37.736476 ], [ -122.183235, 37.736557 ], [ -122.183018, 37.736737 ], [ -122.182822, 37.736879 ], [ -122.182681, 37.736983 ], [ -122.182501, 37.737115 ], [ -122.181992, 37.73749 ], [ -122.181962, 37.737513 ], [ -122.181786, 37.73765 ], [ -122.18174, 37.737686 ], [ -122.181726, 37.737699 ], [ -122.181606, 37.737799 ], [ -122.181587, 37.737816 ], [ -122.181561, 37.737835 ], [ -122.181462, 37.737736 ], [ -122.181408, 37.737682 ], [ -122.181363, 37.737637 ], [ -122.180924, 37.73725 ], [ -122.180762, 37.737108 ], [ -122.180644, 37.737007 ], [ -122.18029, 37.736704 ], [ -122.180172, 37.736603 ], [ -122.180122, 37.736559 ], [ -122.179972, 37.736429 ], [ -122.179922, 37.736386 ], [ -122.179894, 37.736362 ], [ -122.17981, 37.73629 ], [ -122.179782, 37.736267 ], [ -122.179799, 37.736214 ], [ -122.17975, 37.736111 ], [ -122.17963, 37.735952 ], [ -122.179611, 37.735926 ], [ -122.179492, 37.735721 ], [ -122.179423, 37.735563 ], [ -122.179338, 37.735335 ], [ -122.179298, 37.735181 ], [ -122.179264, 37.734994 ], [ -122.179259, 37.734922 ], [ -122.179248, 37.734748 ], [ -122.179257, 37.734555 ], [ -122.179268, 37.734469 ], [ -122.179291, 37.734294 ], [ -122.179302, 37.734214 ], [ -122.179307, 37.734188 ], [ -122.179316, 37.73413 ], [ -122.179374, 37.733995 ], [ -122.179407, 37.733917 ], [ -122.179459, 37.7338 ], [ -122.179556, 37.733617 ], [ -122.179681, 37.733408 ], [ -122.179742, 37.733308 ], [ -122.179864, 37.733111 ], [ -122.1799, 37.733057 ], [ -122.180011, 37.732895 ], [ -122.180048, 37.732842 ], [ -122.180108, 37.732748 ], [ -122.18029, 37.732469 ], [ -122.180351, 37.732376 ], [ -122.180672, 37.73189 ], [ -122.180781, 37.731726 ], [ -122.18162, 37.730423 ], [ -122.181936, 37.729934 ], [ -122.181995, 37.729838 ], [ -122.182174, 37.729552 ], [ -122.182235, 37.729457 ], [ -122.182267, 37.729407 ], [ -122.182365, 37.729258 ], [ -122.182398, 37.729209 ], [ -122.182433, 37.729154 ], [ -122.182539, 37.72899 ], [ -122.182575, 37.728936 ], [ -122.182604, 37.728891 ], [ -122.182691, 37.728758 ], [ -122.182721, 37.728714 ], [ -122.18294, 37.728381 ], [ -122.183238, 37.727929 ], [ -122.183599, 37.727383 ], [ -122.183819, 37.727051 ], [ -122.183888, 37.726946 ], [ -122.184046, 37.72671 ], [ -122.184097, 37.726633 ], [ -122.184167, 37.726529 ], [ -122.184826, 37.727266 ], [ -122.186805, 37.729478 ], [ -122.187465, 37.730216 ], [ -122.187685, 37.73047 ], [ -122.188272, 37.731147 ], [ -122.188346, 37.731232 ], [ -122.188568, 37.731485 ], [ -122.188652, 37.73158 ], [ -122.188784, 37.731729 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409200", "name": "Census Tract 4092, Alameda County, California", "total_population_17": 3605, "white_alone_17": 137.0, "black_alone_17": 1303.0, "native_alone_17": 66.0, "asian_alone_17": 184.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1885.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 1.473, "pct_black_alone_change": -20.38, "pct_native_alone_change": 1.624, "pct_asian_alone_change": -1.795, "pct_hispanic_or_latino_change": 18.458, "pct_native_hawaiian_pacific_islander_change": -0.038, "INTPTLAT": "+37.7290830", "INTPTLON": "-122.1778389" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.184097, 37.726633 ], [ -122.184046, 37.72671 ], [ -122.183888, 37.726946 ], [ -122.183819, 37.727051 ], [ -122.183599, 37.727383 ], [ -122.183238, 37.727929 ], [ -122.18294, 37.728381 ], [ -122.182721, 37.728714 ], [ -122.182691, 37.728758 ], [ -122.182604, 37.728891 ], [ -122.182575, 37.728936 ], [ -122.182539, 37.72899 ], [ -122.182433, 37.729154 ], [ -122.182398, 37.729209 ], [ -122.182365, 37.729258 ], [ -122.182267, 37.729407 ], [ -122.182235, 37.729457 ], [ -122.182174, 37.729552 ], [ -122.181995, 37.729838 ], [ -122.181936, 37.729934 ], [ -122.18162, 37.730423 ], [ -122.180781, 37.731726 ], [ -122.180672, 37.73189 ], [ -122.180351, 37.732376 ], [ -122.18029, 37.732469 ], [ -122.180108, 37.732748 ], [ -122.180048, 37.732842 ], [ -122.180011, 37.732895 ], [ -122.1799, 37.733057 ], [ -122.179864, 37.733111 ], [ -122.179742, 37.733308 ], [ -122.179681, 37.733408 ], [ -122.179556, 37.733617 ], [ -122.179459, 37.7338 ], [ -122.179407, 37.733917 ], [ -122.179374, 37.733995 ], [ -122.179316, 37.73413 ], [ -122.179307, 37.734188 ], [ -122.179302, 37.734214 ], [ -122.179291, 37.734294 ], [ -122.179268, 37.734469 ], [ -122.179257, 37.734555 ], [ -122.179248, 37.734748 ], [ -122.179259, 37.734922 ], [ -122.179264, 37.734994 ], [ -122.179298, 37.735181 ], [ -122.179338, 37.735335 ], [ -122.179423, 37.735563 ], [ -122.179492, 37.735721 ], [ -122.179611, 37.735926 ], [ -122.17963, 37.735952 ], [ -122.17975, 37.736111 ], [ -122.179799, 37.736214 ], [ -122.179782, 37.736267 ], [ -122.179666, 37.736164 ], [ -122.179318, 37.735858 ], [ -122.179202, 37.735756 ], [ -122.179089, 37.735656 ], [ -122.178752, 37.735358 ], [ -122.17864, 37.735259 ], [ -122.17854, 37.735168 ], [ -122.178446, 37.735084 ], [ -122.178364, 37.734984 ], [ -122.178255, 37.734884 ], [ -122.178156, 37.734793 ], [ -122.177983, 37.73464 ], [ -122.177467, 37.734182 ], [ -122.177295, 37.73403 ], [ -122.177063, 37.733825 ], [ -122.176369, 37.733213 ], [ -122.176138, 37.73301 ], [ -122.175615, 37.73258 ], [ -122.175078, 37.732097 ], [ -122.174962, 37.731998 ], [ -122.174617, 37.731704 ], [ -122.174503, 37.731606 ], [ -122.174105, 37.731247 ], [ -122.174067, 37.731213 ], [ -122.17404, 37.73119 ], [ -122.174243, 37.731143 ], [ -122.174169, 37.73108 ], [ -122.173603, 37.7306 ], [ -122.172355, 37.729512 ], [ -122.171424, 37.728698 ], [ -122.171199, 37.728506 ], [ -122.17092, 37.728263 ], [ -122.170488, 37.727887 ], [ -122.17043, 37.727836 ], [ -122.170388, 37.727799 ], [ -122.170313, 37.727733 ], [ -122.170401, 37.727756 ], [ -122.170649, 37.727821 ], [ -122.170618, 37.727698 ], [ -122.170818, 37.727791 ], [ -122.170836, 37.727857 ], [ -122.170885, 37.727863 ], [ -122.170943, 37.72787 ], [ -122.171014, 37.727878 ], [ -122.171256, 37.7279 ], [ -122.171436, 37.727883 ], [ -122.171588, 37.727845 ], [ -122.171768, 37.727724 ], [ -122.171899, 37.727603 ], [ -122.172052, 37.727443 ], [ -122.172162, 37.727329 ], [ -122.172285, 37.727228 ], [ -122.172425, 37.727114 ], [ -122.172462, 37.727075 ], [ -122.172598, 37.726939 ], [ -122.172764, 37.726807 ], [ -122.172775, 37.726802 ], [ -122.172965, 37.726708 ], [ -122.173039, 37.726705 ], [ -122.173124, 37.726702 ], [ -122.173273, 37.726687 ], [ -122.173387, 37.726675 ], [ -122.173594, 37.726658 ], [ -122.173699, 37.726653 ], [ -122.17385, 37.726647 ], [ -122.174002, 37.726626 ], [ -122.174203, 37.726604 ], [ -122.174362, 37.72656 ], [ -122.174466, 37.72651 ], [ -122.174557, 37.72641 ], [ -122.174632, 37.726329 ], [ -122.174812, 37.726153 ], [ -122.175059, 37.725804 ], [ -122.175151, 37.725675 ], [ -122.175296, 37.725444 ], [ -122.175343, 37.725383 ], [ -122.175386, 37.725329 ], [ -122.175497, 37.725247 ], [ -122.175635, 37.725214 ], [ -122.175774, 37.725175 ], [ -122.175919, 37.725164 ], [ -122.176203, 37.725153 ], [ -122.176438, 37.725164 ], [ -122.176707, 37.725186 ], [ -122.17678, 37.72519 ], [ -122.17697, 37.725203 ], [ -122.177282, 37.72523 ], [ -122.177742, 37.72525 ], [ -122.177766, 37.725252 ], [ -122.178458, 37.725143 ], [ -122.178734, 37.725121 ], [ -122.178963, 37.725093 ], [ -122.179113, 37.725114 ], [ -122.179288, 37.725159 ], [ -122.179447, 37.725242 ], [ -122.179525, 37.725308 ], [ -122.179613, 37.725384 ], [ -122.179758, 37.725461 ], [ -122.179923, 37.72554 ], [ -122.180036, 37.725567 ], [ -122.180188, 37.7256 ], [ -122.180256, 37.725615 ], [ -122.180336, 37.725611 ], [ -122.180457, 37.725604 ], [ -122.180648, 37.725557 ], [ -122.180799, 37.725515 ], [ -122.180948, 37.725473 ], [ -122.180987, 37.725464 ], [ -122.181259, 37.725407 ], [ -122.181555, 37.725323 ], [ -122.18157, 37.725319 ], [ -122.181749, 37.725302 ], [ -122.181868, 37.725291 ], [ -122.181919, 37.725288 ], [ -122.182075, 37.72528 ], [ -122.182147, 37.72528 ], [ -122.182303, 37.72528 ], [ -122.182429, 37.7253 ], [ -122.182511, 37.725313 ], [ -122.182597, 37.725331 ], [ -122.182707, 37.725354 ], [ -122.182718, 37.725357 ], [ -122.182888, 37.725382 ], [ -122.18294, 37.72539 ], [ -122.183045, 37.725392 ], [ -122.183159, 37.725395 ], [ -122.183301, 37.725554 ], [ -122.183361, 37.725621 ], [ -122.183965, 37.726302 ], [ -122.184167, 37.726529 ], [ -122.184097, 37.726633 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409300", "name": "Census Tract 4093, Alameda County, California", "total_population_17": 5110, "white_alone_17": 278.0, "black_alone_17": 1546.0, "native_alone_17": 122.0, "asian_alone_17": 80.0, "native_hawaiian_pacific_islander_17": 19.0, "hispanic_or_latino_17": 3101.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 2.254, "pct_black_alone_change": -12.627, "pct_native_alone_change": 2.005, "pct_asian_alone_change": -2.531, "pct_hispanic_or_latino_change": 11.905, "pct_native_hawaiian_pacific_islander_change": 0.299, "INTPTLAT": "+37.7378466", "INTPTLON": "-122.1733599" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.181561, 37.737835 ], [ -122.18143, 37.737933 ], [ -122.181039, 37.738226 ], [ -122.180909, 37.738325 ], [ -122.180784, 37.738418 ], [ -122.180408, 37.7387 ], [ -122.180284, 37.738794 ], [ -122.180256, 37.738816 ], [ -122.180174, 37.738882 ], [ -122.180147, 37.738905 ], [ -122.180085, 37.738954 ], [ -122.179902, 37.739103 ], [ -122.179878, 37.739124 ], [ -122.179848, 37.73916 ], [ -122.179814, 37.739189 ], [ -122.179736, 37.739258 ], [ -122.179715, 37.739276 ], [ -122.179683, 37.739306 ], [ -122.179661, 37.739326 ], [ -122.179472, 37.73946 ], [ -122.179462, 37.739468 ], [ -122.178843, 37.739931 ], [ -122.178634, 37.740089 ], [ -122.178483, 37.740204 ], [ -122.178252, 37.740382 ], [ -122.178029, 37.740547 ], [ -122.177878, 37.740661 ], [ -122.177697, 37.740809 ], [ -122.177676, 37.740826 ], [ -122.177607, 37.740884 ], [ -122.177376, 37.741065 ], [ -122.177147, 37.741232 ], [ -122.176947, 37.741364 ], [ -122.176876, 37.741406 ], [ -122.176781, 37.741457 ], [ -122.176655, 37.741512 ], [ -122.176581, 37.741546 ], [ -122.176404, 37.741629 ], [ -122.175875, 37.741879 ], [ -122.175699, 37.741963 ], [ -122.175517, 37.742048 ], [ -122.174974, 37.742302 ], [ -122.174793, 37.742388 ], [ -122.174614, 37.742473 ], [ -122.174079, 37.742728 ], [ -122.173901, 37.742814 ], [ -122.173719, 37.742899 ], [ -122.173549, 37.74298 ], [ -122.173174, 37.743152 ], [ -122.172993, 37.743236 ], [ -122.172842, 37.743307 ], [ -122.172391, 37.743522 ], [ -122.172241, 37.743595 ], [ -122.171884, 37.743758 ], [ -122.171674, 37.743855 ], [ -122.171327, 37.744026 ], [ -122.171175, 37.744106 ], [ -122.170931, 37.744246 ], [ -122.170839, 37.744296 ], [ -122.17063, 37.744411 ], [ -122.170489, 37.744471 ], [ -122.170457, 37.744426 ], [ -122.170423, 37.744387 ], [ -122.170366, 37.744311 ], [ -122.170003, 37.743828 ], [ -122.169883, 37.743667 ], [ -122.169838, 37.743606 ], [ -122.169704, 37.743426 ], [ -122.16966, 37.743366 ], [ -122.16957, 37.743245 ], [ -122.169303, 37.742885 ], [ -122.169212, 37.742763 ], [ -122.169182, 37.74272 ], [ -122.169092, 37.742592 ], [ -122.169063, 37.74255 ], [ -122.169001, 37.742469 ], [ -122.168815, 37.742226 ], [ -122.168754, 37.742145 ], [ -122.168316, 37.741565 ], [ -122.1683, 37.741544 ], [ -122.168098, 37.74127 ], [ -122.168051, 37.741205 ], [ -122.167913, 37.741013 ], [ -122.167868, 37.740949 ], [ -122.167798, 37.740852 ], [ -122.167588, 37.740564 ], [ -122.167519, 37.740468 ], [ -122.167492, 37.740432 ], [ -122.167423, 37.740342 ], [ -122.16741, 37.740326 ], [ -122.167383, 37.740292 ], [ -122.167324, 37.740213 ], [ -122.16715, 37.739976 ], [ -122.167092, 37.739898 ], [ -122.167003, 37.739777 ], [ -122.166736, 37.739415 ], [ -122.166647, 37.739295 ], [ -122.16655, 37.739169 ], [ -122.166259, 37.738791 ], [ -122.166163, 37.738665 ], [ -122.166082, 37.738551 ], [ -122.165841, 37.73821 ], [ -122.165761, 37.738097 ], [ -122.165703, 37.738015 ], [ -122.165605, 37.737877 ], [ -122.165529, 37.73777 ], [ -122.165472, 37.737689 ], [ -122.165546, 37.737655 ], [ -122.165623, 37.73776 ], [ -122.165717, 37.737728 ], [ -122.165777, 37.737709 ], [ -122.165803, 37.737697 ], [ -122.166304, 37.737462 ], [ -122.166631, 37.737309 ], [ -122.167499, 37.736898 ], [ -122.168348, 37.736503 ], [ -122.168743, 37.736318 ], [ -122.168942, 37.736224 ], [ -122.169517, 37.735951 ], [ -122.170027, 37.735715 ], [ -122.170307, 37.735581 ], [ -122.170615, 37.735439 ], [ -122.170836, 37.735336 ], [ -122.171462, 37.735041 ], [ -122.171529, 37.73501 ], [ -122.171454, 37.73489 ], [ -122.171011, 37.734181 ], [ -122.169973, 37.732535 ], [ -122.169871, 37.732371 ], [ -122.169769, 37.732211 ], [ -122.169939, 37.732132 ], [ -122.170097, 37.732056 ], [ -122.170392, 37.731919 ], [ -122.170497, 37.731869 ], [ -122.170562, 37.731857 ], [ -122.170724, 37.731828 ], [ -122.17081, 37.731812 ], [ -122.170976, 37.731776 ], [ -122.172382, 37.731512 ], [ -122.17404, 37.73119 ], [ -122.174067, 37.731213 ], [ -122.174105, 37.731247 ], [ -122.174503, 37.731606 ], [ -122.174617, 37.731704 ], [ -122.174962, 37.731998 ], [ -122.175078, 37.732097 ], [ -122.175615, 37.73258 ], [ -122.176138, 37.73301 ], [ -122.176369, 37.733213 ], [ -122.177063, 37.733825 ], [ -122.177295, 37.73403 ], [ -122.177467, 37.734182 ], [ -122.177983, 37.73464 ], [ -122.178156, 37.734793 ], [ -122.178255, 37.734884 ], [ -122.178364, 37.734984 ], [ -122.178446, 37.735084 ], [ -122.17854, 37.735168 ], [ -122.17864, 37.735259 ], [ -122.178752, 37.735358 ], [ -122.179089, 37.735656 ], [ -122.179202, 37.735756 ], [ -122.179318, 37.735858 ], [ -122.179666, 37.736164 ], [ -122.179782, 37.736267 ], [ -122.17981, 37.73629 ], [ -122.179894, 37.736362 ], [ -122.179922, 37.736386 ], [ -122.179972, 37.736429 ], [ -122.180122, 37.736559 ], [ -122.180172, 37.736603 ], [ -122.18029, 37.736704 ], [ -122.180644, 37.737007 ], [ -122.180762, 37.737108 ], [ -122.180924, 37.73725 ], [ -122.181363, 37.737637 ], [ -122.181408, 37.737682 ], [ -122.181462, 37.737736 ], [ -122.181561, 37.737835 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409400", "name": "Census Tract 4094, Alameda County, California", "total_population_17": 5311, "white_alone_17": 266.0, "black_alone_17": 1363.0, "native_alone_17": 0.0, "asian_alone_17": 511.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 3140.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 2.427, "pct_black_alone_change": -17.636, "pct_native_alone_change": -0.224, "pct_asian_alone_change": 6.614, "pct_hispanic_or_latino_change": 8.506, "pct_native_hawaiian_pacific_islander_change": 0.136, "INTPTLAT": "+37.7446130", "INTPTLON": "-122.1803623" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.190731, 37.745815 ], [ -122.190671, 37.745875 ], [ -122.190499, 37.746007 ], [ -122.190426, 37.74606 ], [ -122.18979, 37.746527 ], [ -122.189544, 37.746699 ], [ -122.189469, 37.746744 ], [ -122.189411, 37.746781 ], [ -122.189257, 37.746873 ], [ -122.189141, 37.746958 ], [ -122.189104, 37.746985 ], [ -122.189038, 37.747036 ], [ -122.188994, 37.747066 ], [ -122.188957, 37.747092 ], [ -122.188932, 37.747109 ], [ -122.188867, 37.747158 ], [ -122.188686, 37.747304 ], [ -122.188626, 37.747344 ], [ -122.18858, 37.747377 ], [ -122.188024, 37.747698 ], [ -122.187619, 37.747959 ], [ -122.18756, 37.747993 ], [ -122.1872, 37.748202 ], [ -122.186372, 37.748667 ], [ -122.186138, 37.748813 ], [ -122.186041, 37.748881 ], [ -122.186002, 37.748919 ], [ -122.185952, 37.748986 ], [ -122.185921, 37.749042 ], [ -122.185875, 37.749156 ], [ -122.185796, 37.749026 ], [ -122.185436, 37.748428 ], [ -122.185074, 37.748597 ], [ -122.184938, 37.748438 ], [ -122.184866, 37.748346 ], [ -122.184652, 37.74807 ], [ -122.184581, 37.747978 ], [ -122.184454, 37.747822 ], [ -122.184076, 37.747356 ], [ -122.18395, 37.747201 ], [ -122.183824, 37.747053 ], [ -122.183446, 37.746609 ], [ -122.183321, 37.746462 ], [ -122.182937, 37.74667 ], [ -122.182443, 37.746941 ], [ -122.181797, 37.747313 ], [ -122.181419, 37.747531 ], [ -122.181147, 37.747657 ], [ -122.180333, 37.748034 ], [ -122.180062, 37.748161 ], [ -122.17974, 37.748312 ], [ -122.178777, 37.748766 ], [ -122.178456, 37.748918 ], [ -122.178134, 37.749067 ], [ -122.177167, 37.749516 ], [ -122.176846, 37.749666 ], [ -122.17647, 37.749841 ], [ -122.175343, 37.750368 ], [ -122.175107, 37.750479 ], [ -122.174969, 37.750546 ], [ -122.174944, 37.750513 ], [ -122.174872, 37.750417 ], [ -122.174848, 37.750385 ], [ -122.174776, 37.750285 ], [ -122.174561, 37.749986 ], [ -122.17449, 37.749887 ], [ -122.174457, 37.749842 ], [ -122.174359, 37.749708 ], [ -122.174327, 37.749664 ], [ -122.174285, 37.749604 ], [ -122.174264, 37.749575 ], [ -122.174076, 37.749311 ], [ -122.174014, 37.749223 ], [ -122.173946, 37.749135 ], [ -122.173743, 37.748871 ], [ -122.173676, 37.748783 ], [ -122.173646, 37.74874 ], [ -122.173556, 37.748613 ], [ -122.173527, 37.748571 ], [ -122.17343, 37.748439 ], [ -122.173139, 37.748045 ], [ -122.173043, 37.747914 ], [ -122.172938, 37.747775 ], [ -122.172625, 37.747361 ], [ -122.172521, 37.747223 ], [ -122.172415, 37.747079 ], [ -122.172097, 37.746648 ], [ -122.171991, 37.746505 ], [ -122.17189, 37.746366 ], [ -122.171588, 37.74595 ], [ -122.171488, 37.745812 ], [ -122.171383, 37.74567 ], [ -122.17107, 37.745247 ], [ -122.170966, 37.745107 ], [ -122.17087, 37.744979 ], [ -122.170584, 37.744598 ], [ -122.170489, 37.744471 ], [ -122.17063, 37.744411 ], [ -122.170839, 37.744296 ], [ -122.170931, 37.744246 ], [ -122.171175, 37.744106 ], [ -122.171327, 37.744026 ], [ -122.171674, 37.743855 ], [ -122.171884, 37.743758 ], [ -122.172241, 37.743595 ], [ -122.172391, 37.743522 ], [ -122.172842, 37.743307 ], [ -122.172993, 37.743236 ], [ -122.173174, 37.743152 ], [ -122.173549, 37.74298 ], [ -122.173719, 37.742899 ], [ -122.173901, 37.742814 ], [ -122.174079, 37.742728 ], [ -122.174614, 37.742473 ], [ -122.174793, 37.742388 ], [ -122.174974, 37.742302 ], [ -122.175517, 37.742048 ], [ -122.175699, 37.741963 ], [ -122.175875, 37.741879 ], [ -122.176404, 37.741629 ], [ -122.176581, 37.741546 ], [ -122.176655, 37.741512 ], [ -122.176781, 37.741457 ], [ -122.176876, 37.741406 ], [ -122.176947, 37.741364 ], [ -122.177147, 37.741232 ], [ -122.177376, 37.741065 ], [ -122.177607, 37.740884 ], [ -122.177676, 37.740826 ], [ -122.177697, 37.740809 ], [ -122.177878, 37.740661 ], [ -122.178029, 37.740547 ], [ -122.178252, 37.740382 ], [ -122.178483, 37.740204 ], [ -122.178634, 37.740089 ], [ -122.178843, 37.739931 ], [ -122.179462, 37.739468 ], [ -122.179472, 37.73946 ], [ -122.179661, 37.739326 ], [ -122.179683, 37.739306 ], [ -122.179715, 37.739276 ], [ -122.179736, 37.739258 ], [ -122.179814, 37.739189 ], [ -122.179848, 37.73916 ], [ -122.179878, 37.739124 ], [ -122.179902, 37.739103 ], [ -122.180085, 37.738954 ], [ -122.180147, 37.738905 ], [ -122.180174, 37.738882 ], [ -122.180256, 37.738816 ], [ -122.180284, 37.738794 ], [ -122.180408, 37.7387 ], [ -122.180784, 37.738418 ], [ -122.180909, 37.738325 ], [ -122.181039, 37.738226 ], [ -122.18143, 37.737933 ], [ -122.181561, 37.737835 ], [ -122.181973, 37.738162 ], [ -122.182417, 37.738561 ], [ -122.182429, 37.738572 ], [ -122.183006, 37.739079 ], [ -122.183778, 37.739732 ], [ -122.184288, 37.74017 ], [ -122.184953, 37.740764 ], [ -122.184961, 37.740771 ], [ -122.185813, 37.741504 ], [ -122.186119, 37.741773 ], [ -122.186795, 37.742367 ], [ -122.186879, 37.74244 ], [ -122.188418, 37.743783 ], [ -122.189299, 37.744558 ], [ -122.189747, 37.744952 ], [ -122.190691, 37.74578 ], [ -122.190731, 37.745815 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409500", "name": "Census Tract 4095, Alameda County, California", "total_population_17": 4613, "white_alone_17": 354.0, "black_alone_17": 1118.0, "native_alone_17": 28.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2895.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 5.339, "pct_black_alone_change": -15.848, "pct_native_alone_change": 0.241, "pct_asian_alone_change": -5.119, "pct_hispanic_or_latino_change": 12.265, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7504463", "INTPTLON": "-122.1837659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.193612, 37.748333 ], [ -122.193578, 37.748369 ], [ -122.193567, 37.748381 ], [ -122.193509, 37.74845 ], [ -122.193338, 37.748651 ], [ -122.192652, 37.749463 ], [ -122.192424, 37.749734 ], [ -122.192388, 37.749757 ], [ -122.192325, 37.7498 ], [ -122.192283, 37.749827 ], [ -122.192248, 37.74985 ], [ -122.191872, 37.750036 ], [ -122.190501, 37.750691 ], [ -122.188423, 37.751684 ], [ -122.186383, 37.752646 ], [ -122.18501, 37.753295 ], [ -122.184921, 37.753192 ], [ -122.184654, 37.752884 ], [ -122.184565, 37.752782 ], [ -122.184402, 37.752853 ], [ -122.183912, 37.753069 ], [ -122.18375, 37.753142 ], [ -122.183296, 37.753364 ], [ -122.181937, 37.754033 ], [ -122.181484, 37.754257 ], [ -122.181002, 37.754487 ], [ -122.179557, 37.75518 ], [ -122.179302, 37.755303 ], [ -122.179221, 37.755363 ], [ -122.179184, 37.755404 ], [ -122.179117, 37.755471 ], [ -122.17899, 37.755411 ], [ -122.17861, 37.755233 ], [ -122.178484, 37.755174 ], [ -122.178417, 37.755121 ], [ -122.17838, 37.755092 ], [ -122.178317, 37.755033 ], [ -122.178238, 37.754942 ], [ -122.178183, 37.754879 ], [ -122.178116, 37.754791 ], [ -122.177916, 37.754528 ], [ -122.17785, 37.754441 ], [ -122.177743, 37.754304 ], [ -122.177605, 37.754126 ], [ -122.177432, 37.753887 ], [ -122.177331, 37.753747 ], [ -122.17732, 37.753733 ], [ -122.17729, 37.753691 ], [ -122.177281, 37.753678 ], [ -122.177236, 37.753615 ], [ -122.177101, 37.753427 ], [ -122.177057, 37.753365 ], [ -122.17699, 37.753271 ], [ -122.176975, 37.75325 ], [ -122.176778, 37.752998 ], [ -122.176707, 37.752908 ], [ -122.176628, 37.752794 ], [ -122.176501, 37.752609 ], [ -122.176386, 37.75246 ], [ -122.176303, 37.752351 ], [ -122.176293, 37.752339 ], [ -122.176266, 37.752303 ], [ -122.176257, 37.752292 ], [ -122.176192, 37.752203 ], [ -122.175998, 37.751938 ], [ -122.175934, 37.75185 ], [ -122.175911, 37.751819 ], [ -122.175845, 37.751726 ], [ -122.175823, 37.751696 ], [ -122.17575, 37.751597 ], [ -122.175534, 37.751303 ], [ -122.175462, 37.751205 ], [ -122.175438, 37.751178 ], [ -122.175369, 37.751097 ], [ -122.175346, 37.751071 ], [ -122.17527, 37.750966 ], [ -122.175044, 37.750651 ], [ -122.174969, 37.750546 ], [ -122.175107, 37.750479 ], [ -122.175343, 37.750368 ], [ -122.17647, 37.749841 ], [ -122.176846, 37.749666 ], [ -122.177167, 37.749516 ], [ -122.178134, 37.749067 ], [ -122.178456, 37.748918 ], [ -122.178777, 37.748766 ], [ -122.17974, 37.748312 ], [ -122.180062, 37.748161 ], [ -122.180333, 37.748034 ], [ -122.181147, 37.747657 ], [ -122.181419, 37.747531 ], [ -122.181797, 37.747313 ], [ -122.182443, 37.746941 ], [ -122.182937, 37.74667 ], [ -122.183321, 37.746462 ], [ -122.183446, 37.746609 ], [ -122.183824, 37.747053 ], [ -122.18395, 37.747201 ], [ -122.184076, 37.747356 ], [ -122.184454, 37.747822 ], [ -122.184581, 37.747978 ], [ -122.184652, 37.74807 ], [ -122.184866, 37.748346 ], [ -122.184938, 37.748438 ], [ -122.185074, 37.748597 ], [ -122.185436, 37.748428 ], [ -122.185796, 37.749026 ], [ -122.185875, 37.749156 ], [ -122.185921, 37.749042 ], [ -122.185952, 37.748986 ], [ -122.186002, 37.748919 ], [ -122.186041, 37.748881 ], [ -122.186138, 37.748813 ], [ -122.186372, 37.748667 ], [ -122.1872, 37.748202 ], [ -122.18756, 37.747993 ], [ -122.187619, 37.747959 ], [ -122.188024, 37.747698 ], [ -122.18858, 37.747377 ], [ -122.188626, 37.747344 ], [ -122.188686, 37.747304 ], [ -122.188867, 37.747158 ], [ -122.188932, 37.747109 ], [ -122.188957, 37.747092 ], [ -122.188994, 37.747066 ], [ -122.189038, 37.747036 ], [ -122.189104, 37.746985 ], [ -122.189141, 37.746958 ], [ -122.189257, 37.746873 ], [ -122.189411, 37.746781 ], [ -122.189469, 37.746744 ], [ -122.189544, 37.746699 ], [ -122.18979, 37.746527 ], [ -122.190426, 37.74606 ], [ -122.190499, 37.746007 ], [ -122.190671, 37.745875 ], [ -122.190731, 37.745815 ], [ -122.191323, 37.7463 ], [ -122.191359, 37.74633 ], [ -122.192034, 37.746935 ], [ -122.192983, 37.74776 ], [ -122.193048, 37.747817 ], [ -122.193624, 37.748322 ], [ -122.193612, 37.748333 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409600", "name": "Census Tract 4096, Alameda County, California", "total_population_17": 4680, "white_alone_17": 97.0, "black_alone_17": 1247.0, "native_alone_17": 9.0, "asian_alone_17": 177.0, "native_hawaiian_pacific_islander_17": 24.0, "hispanic_or_latino_17": 3003.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.392, "pct_black_alone_change": -26.822, "pct_native_alone_change": -0.075, "pct_asian_alone_change": -0.764, "pct_hispanic_or_latino_change": 24.816, "pct_native_hawaiian_pacific_islander_change": 0.322, "INTPTLAT": "+37.7532669", "INTPTLON": "-122.1726197" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.179431, 37.75568 ], [ -122.179373, 37.755714 ], [ -122.179071, 37.75586 ], [ -122.177837, 37.756461 ], [ -122.177426, 37.756662 ], [ -122.177084, 37.756828 ], [ -122.176058, 37.757328 ], [ -122.175717, 37.757495 ], [ -122.173998, 37.758317 ], [ -122.172296, 37.75915 ], [ -122.171679, 37.758355 ], [ -122.17112, 37.757601 ], [ -122.171005, 37.757444 ], [ -122.170662, 37.756975 ], [ -122.170548, 37.756819 ], [ -122.170433, 37.756664 ], [ -122.170091, 37.756199 ], [ -122.169977, 37.756045 ], [ -122.169887, 37.75592 ], [ -122.16962, 37.755546 ], [ -122.169531, 37.755422 ], [ -122.169442, 37.755304 ], [ -122.169175, 37.754952 ], [ -122.169086, 37.754835 ], [ -122.168987, 37.754705 ], [ -122.168692, 37.754315 ], [ -122.168594, 37.754185 ], [ -122.168491, 37.754048 ], [ -122.168182, 37.75364 ], [ -122.16808, 37.753505 ], [ -122.167978, 37.75336 ], [ -122.167672, 37.752928 ], [ -122.167571, 37.752785 ], [ -122.16763, 37.752757 ], [ -122.167808, 37.752675 ], [ -122.167868, 37.752648 ], [ -122.167829, 37.752595 ], [ -122.167215, 37.751742 ], [ -122.168291, 37.75126 ], [ -122.168061, 37.750949 ], [ -122.167374, 37.750019 ], [ -122.167145, 37.749709 ], [ -122.167362, 37.74961 ], [ -122.168014, 37.749314 ], [ -122.168232, 37.749216 ], [ -122.168446, 37.749115 ], [ -122.169088, 37.748814 ], [ -122.169303, 37.748714 ], [ -122.169517, 37.748614 ], [ -122.17016, 37.748316 ], [ -122.170375, 37.748217 ], [ -122.170589, 37.748115 ], [ -122.171234, 37.747812 ], [ -122.171449, 37.747711 ], [ -122.171663, 37.747613 ], [ -122.172306, 37.74732 ], [ -122.172521, 37.747223 ], [ -122.172625, 37.747361 ], [ -122.172938, 37.747775 ], [ -122.173043, 37.747914 ], [ -122.173139, 37.748045 ], [ -122.17343, 37.748439 ], [ -122.173527, 37.748571 ], [ -122.173556, 37.748613 ], [ -122.173646, 37.74874 ], [ -122.173676, 37.748783 ], [ -122.173743, 37.748871 ], [ -122.173946, 37.749135 ], [ -122.174014, 37.749223 ], [ -122.174076, 37.749311 ], [ -122.174264, 37.749575 ], [ -122.174285, 37.749604 ], [ -122.174327, 37.749664 ], [ -122.174359, 37.749708 ], [ -122.174457, 37.749842 ], [ -122.17449, 37.749887 ], [ -122.174561, 37.749986 ], [ -122.174776, 37.750285 ], [ -122.174848, 37.750385 ], [ -122.174872, 37.750417 ], [ -122.174944, 37.750513 ], [ -122.174969, 37.750546 ], [ -122.175044, 37.750651 ], [ -122.17527, 37.750966 ], [ -122.175346, 37.751071 ], [ -122.175369, 37.751097 ], [ -122.175438, 37.751178 ], [ -122.175462, 37.751205 ], [ -122.175534, 37.751303 ], [ -122.17575, 37.751597 ], [ -122.175823, 37.751696 ], [ -122.175845, 37.751726 ], [ -122.175911, 37.751819 ], [ -122.175934, 37.75185 ], [ -122.175998, 37.751938 ], [ -122.176192, 37.752203 ], [ -122.176257, 37.752292 ], [ -122.176266, 37.752303 ], [ -122.176293, 37.752339 ], [ -122.176303, 37.752351 ], [ -122.176386, 37.75246 ], [ -122.176501, 37.752609 ], [ -122.176628, 37.752794 ], [ -122.176707, 37.752908 ], [ -122.176778, 37.752998 ], [ -122.176975, 37.75325 ], [ -122.17699, 37.753271 ], [ -122.177057, 37.753365 ], [ -122.177101, 37.753427 ], [ -122.177236, 37.753615 ], [ -122.177281, 37.753678 ], [ -122.17729, 37.753691 ], [ -122.17732, 37.753733 ], [ -122.177331, 37.753747 ], [ -122.177432, 37.753887 ], [ -122.177605, 37.754126 ], [ -122.177743, 37.754304 ], [ -122.17785, 37.754441 ], [ -122.177916, 37.754528 ], [ -122.178116, 37.754791 ], [ -122.178183, 37.754879 ], [ -122.178238, 37.754942 ], [ -122.178317, 37.755033 ], [ -122.17838, 37.755092 ], [ -122.178417, 37.755121 ], [ -122.178484, 37.755174 ], [ -122.17861, 37.755233 ], [ -122.17899, 37.755411 ], [ -122.179117, 37.755471 ], [ -122.179188, 37.755506 ], [ -122.179403, 37.755611 ], [ -122.179475, 37.755647 ], [ -122.179431, 37.75568 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409700", "name": "Census Tract 4097, Alameda County, California", "total_population_17": 5402, "white_alone_17": 137.0, "black_alone_17": 1860.0, "native_alone_17": 37.0, "asian_alone_17": 148.0, "native_hawaiian_pacific_islander_17": 12.0, "hispanic_or_latino_17": 3119.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -0.671, "pct_black_alone_change": -28.567, "pct_native_alone_change": 0.359, "pct_asian_alone_change": -2.156, "pct_hispanic_or_latino_change": 29.493, "pct_native_hawaiian_pacific_islander_change": 0.222, "INTPTLAT": "+37.7564187", "INTPTLON": "-122.1658929" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.172188, 37.759199 ], [ -122.170547, 37.759996 ], [ -122.170384, 37.760112 ], [ -122.170294, 37.76015 ], [ -122.170272, 37.76016 ], [ -122.169402, 37.760578 ], [ -122.169112, 37.760718 ], [ -122.169035, 37.760754 ], [ -122.168805, 37.760861 ], [ -122.168729, 37.760898 ], [ -122.168508, 37.761 ], [ -122.16807, 37.761204 ], [ -122.167845, 37.761308 ], [ -122.167625, 37.761411 ], [ -122.16748, 37.761479 ], [ -122.167047, 37.761682 ], [ -122.166903, 37.761751 ], [ -122.16676, 37.761818 ], [ -122.166332, 37.762021 ], [ -122.16619, 37.76209 ], [ -122.165939, 37.762207 ], [ -122.165187, 37.762558 ], [ -122.165032, 37.762632 ], [ -122.164942, 37.762685 ], [ -122.164902, 37.762642 ], [ -122.164833, 37.762567 ], [ -122.16451, 37.762213 ], [ -122.164403, 37.762096 ], [ -122.164301, 37.761981 ], [ -122.163997, 37.761638 ], [ -122.163896, 37.761524 ], [ -122.163802, 37.761416 ], [ -122.16352, 37.761094 ], [ -122.163427, 37.760987 ], [ -122.163418, 37.760974 ], [ -122.163341, 37.760856 ], [ -122.163266, 37.760722 ], [ -122.163188, 37.760559 ], [ -122.16308, 37.760261 ], [ -122.162254, 37.757984 ], [ -122.161979, 37.757225 ], [ -122.161696, 37.756443 ], [ -122.161529, 37.755975 ], [ -122.161409, 37.755639 ], [ -122.161383, 37.755574 ], [ -122.161299, 37.75537 ], [ -122.161017, 37.754596 ], [ -122.160873, 37.754201 ], [ -122.160728, 37.753804 ], [ -122.1604, 37.752903 ], [ -122.160645, 37.752788 ], [ -122.161904, 37.7522 ], [ -122.162119, 37.7521 ], [ -122.162766, 37.751804 ], [ -122.162982, 37.751705 ], [ -122.163194, 37.751602 ], [ -122.163811, 37.751305 ], [ -122.163832, 37.751294 ], [ -122.164044, 37.75119 ], [ -122.164238, 37.751093 ], [ -122.16482, 37.750806 ], [ -122.165014, 37.75071 ], [ -122.165196, 37.750623 ], [ -122.165744, 37.750366 ], [ -122.165817, 37.750332 ], [ -122.165928, 37.750282 ], [ -122.165956, 37.750268 ], [ -122.166042, 37.750229 ], [ -122.166071, 37.750217 ], [ -122.166285, 37.750115 ], [ -122.16693, 37.74981 ], [ -122.167145, 37.749709 ], [ -122.167374, 37.750019 ], [ -122.168061, 37.750949 ], [ -122.168291, 37.75126 ], [ -122.167215, 37.751742 ], [ -122.167829, 37.752595 ], [ -122.167868, 37.752648 ], [ -122.167808, 37.752675 ], [ -122.16763, 37.752757 ], [ -122.167571, 37.752785 ], [ -122.167672, 37.752928 ], [ -122.167978, 37.75336 ], [ -122.16808, 37.753505 ], [ -122.168182, 37.75364 ], [ -122.168491, 37.754048 ], [ -122.168594, 37.754185 ], [ -122.168692, 37.754315 ], [ -122.168987, 37.754705 ], [ -122.169086, 37.754835 ], [ -122.169175, 37.754952 ], [ -122.169442, 37.755304 ], [ -122.169531, 37.755422 ], [ -122.16962, 37.755546 ], [ -122.169887, 37.75592 ], [ -122.169977, 37.756045 ], [ -122.170091, 37.756199 ], [ -122.170433, 37.756664 ], [ -122.170548, 37.756819 ], [ -122.170662, 37.756975 ], [ -122.171005, 37.757444 ], [ -122.17112, 37.757601 ], [ -122.171679, 37.758355 ], [ -122.172296, 37.75915 ], [ -122.172188, 37.759199 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409800", "name": "Census Tract 4098, Alameda County, California", "total_population_17": 3515, "white_alone_17": 487.0, "black_alone_17": 1801.0, "native_alone_17": 3.0, "asian_alone_17": 181.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 571.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 3.178, "pct_black_alone_change": -26.977, "pct_native_alone_change": -0.038, "pct_asian_alone_change": 1.98, "pct_hispanic_or_latino_change": 8.583, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7603611", "INTPTLON": "-122.1557637" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.164942, 37.762685 ], [ -122.164864, 37.762746 ], [ -122.164803, 37.762776 ], [ -122.164356, 37.762999 ], [ -122.164256, 37.76305 ], [ -122.164202, 37.763043 ], [ -122.16356, 37.763372 ], [ -122.163448, 37.763418 ], [ -122.162533, 37.763865 ], [ -122.161381, 37.764418 ], [ -122.161271, 37.76447 ], [ -122.16094, 37.764629 ], [ -122.160831, 37.764682 ], [ -122.160905, 37.764781 ], [ -122.160926, 37.764821 ], [ -122.161159, 37.765274 ], [ -122.161172, 37.765299 ], [ -122.161219, 37.765433 ], [ -122.161118, 37.765501 ], [ -122.160814, 37.765707 ], [ -122.160714, 37.765776 ], [ -122.160566, 37.765831 ], [ -122.160425, 37.765871 ], [ -122.160402, 37.765875 ], [ -122.16028, 37.765901 ], [ -122.160098, 37.765925 ], [ -122.159986, 37.76592 ], [ -122.159939, 37.765915 ], [ -122.159851, 37.765889 ], [ -122.159487, 37.765676 ], [ -122.159449, 37.765654 ], [ -122.159212, 37.765499 ], [ -122.159057, 37.765578 ], [ -122.158732, 37.765746 ], [ -122.158621, 37.765829 ], [ -122.15861, 37.76584 ], [ -122.158575, 37.76588 ], [ -122.158551, 37.765936 ], [ -122.158548, 37.765995 ], [ -122.158553, 37.766029 ], [ -122.158582, 37.766083 ], [ -122.158624, 37.766124 ], [ -122.158708, 37.766174 ], [ -122.158798, 37.766214 ], [ -122.158814, 37.766222 ], [ -122.159043, 37.766298 ], [ -122.159654, 37.766553 ], [ -122.159775, 37.766606 ], [ -122.15983, 37.766631 ], [ -122.159926, 37.766683 ], [ -122.159971, 37.766722 ], [ -122.160025, 37.766832 ], [ -122.159531, 37.766821 ], [ -122.159486, 37.76682 ], [ -122.159144, 37.766808 ], [ -122.159038, 37.766821 ], [ -122.1589, 37.766822 ], [ -122.158714, 37.76681 ], [ -122.158576, 37.766784 ], [ -122.158421, 37.766747 ], [ -122.158292, 37.766707 ], [ -122.158081, 37.766617 ], [ -122.15807, 37.766613 ], [ -122.157823, 37.766479 ], [ -122.157748, 37.766453 ], [ -122.157672, 37.766444 ], [ -122.157631, 37.766462 ], [ -122.157594, 37.766509 ], [ -122.157585, 37.766567 ], [ -122.157595, 37.766639 ], [ -122.157629, 37.766736 ], [ -122.157866, 37.767566 ], [ -122.157946, 37.767845 ], [ -122.157939, 37.767946 ], [ -122.157918, 37.76805 ], [ -122.157901, 37.768109 ], [ -122.157816, 37.76841 ], [ -122.157766, 37.768511 ], [ -122.157712, 37.768585 ], [ -122.157658, 37.768641 ], [ -122.157599, 37.76869 ], [ -122.157479, 37.768754 ], [ -122.157468, 37.768761 ], [ -122.157405, 37.768803 ], [ -122.157355, 37.768846 ], [ -122.15732, 37.768902 ], [ -122.157288, 37.768938 ], [ -122.157267, 37.768715 ], [ -122.157252, 37.768664 ], [ -122.157219, 37.768545 ], [ -122.156815, 37.767965 ], [ -122.156658, 37.767739 ], [ -122.156497, 37.767808 ], [ -122.156016, 37.768015 ], [ -122.155856, 37.768085 ], [ -122.155704, 37.768155 ], [ -122.15525, 37.768367 ], [ -122.155099, 37.768438 ], [ -122.154955, 37.768506 ], [ -122.154524, 37.76871 ], [ -122.154381, 37.768779 ], [ -122.154604, 37.769117 ], [ -122.154656, 37.769196 ], [ -122.155099, 37.76985 ], [ -122.155219, 37.770056 ], [ -122.155276, 37.770131 ], [ -122.155372, 37.77022 ], [ -122.155582, 37.770397 ], [ -122.155759, 37.770539 ], [ -122.156182, 37.770879 ], [ -122.15629, 37.770971 ], [ -122.156346, 37.771032 ], [ -122.156436, 37.771144 ], [ -122.156521, 37.771217 ], [ -122.156777, 37.771436 ], [ -122.156863, 37.77151 ], [ -122.157232, 37.771932 ], [ -122.157781, 37.77256 ], [ -122.15796, 37.772732 ], [ -122.158213, 37.772955 ], [ -122.158398, 37.773094 ], [ -122.158426, 37.773114 ], [ -122.158656, 37.773278 ], [ -122.158891, 37.773429 ], [ -122.158869, 37.773432 ], [ -122.158456, 37.773383 ], [ -122.158068, 37.773348 ], [ -122.1577, 37.773093 ], [ -122.15745, 37.77292 ], [ -122.156834, 37.772447 ], [ -122.156657, 37.772306 ], [ -122.156632, 37.772285 ], [ -122.156288, 37.772002 ], [ -122.155993, 37.77173 ], [ -122.155851, 37.771598 ], [ -122.155565, 37.771307 ], [ -122.155328, 37.771051 ], [ -122.15522, 37.770922 ], [ -122.155169, 37.770856 ], [ -122.154923, 37.770541 ], [ -122.154681, 37.770179 ], [ -122.153956, 37.769095 ], [ -122.153715, 37.768734 ], [ -122.153409, 37.768234 ], [ -122.152491, 37.766735 ], [ -122.152186, 37.766236 ], [ -122.15199, 37.765955 ], [ -122.151337, 37.765202 ], [ -122.151295, 37.765145 ], [ -122.151182, 37.764989 ], [ -122.150983, 37.764744 ], [ -122.150822, 37.764558 ], [ -122.150376, 37.764001 ], [ -122.150238, 37.763808 ], [ -122.148829, 37.761716 ], [ -122.148708, 37.761537 ], [ -122.148226, 37.760664 ], [ -122.148141, 37.760488 ], [ -122.148089, 37.760381 ], [ -122.148007, 37.760176 ], [ -122.148001, 37.760158 ], [ -122.147935, 37.759954 ], [ -122.147913, 37.759877 ], [ -122.147877, 37.759753 ], [ -122.147838, 37.759591 ], [ -122.147806, 37.759422 ], [ -122.147759, 37.759115 ], [ -122.147743, 37.758946 ], [ -122.147737, 37.758759 ], [ -122.147737, 37.75856 ], [ -122.147761, 37.758187 ], [ -122.147773, 37.758076 ], [ -122.147801, 37.757925 ], [ -122.147831, 37.757801 ], [ -122.14787, 37.757647 ], [ -122.147913, 37.757533 ], [ -122.147975, 37.757368 ], [ -122.14808, 37.757116 ], [ -122.148141, 37.756988 ], [ -122.148197, 37.756886 ], [ -122.148211, 37.75686 ], [ -122.148245, 37.756802 ], [ -122.148295, 37.75674 ], [ -122.148359, 37.756632 ], [ -122.148432, 37.756542 ], [ -122.148525, 37.756414 ], [ -122.148644, 37.756264 ], [ -122.149013, 37.755854 ], [ -122.149033, 37.755835 ], [ -122.149207, 37.755667 ], [ -122.149443, 37.755454 ], [ -122.149649, 37.755269 ], [ -122.150117, 37.754852 ], [ -122.150163, 37.754811 ], [ -122.150171, 37.754803 ], [ -122.150206, 37.754771 ], [ -122.150337, 37.754654 ], [ -122.150381, 37.754616 ], [ -122.15052, 37.754484 ], [ -122.150562, 37.754434 ], [ -122.150605, 37.754386 ], [ -122.150701, 37.754297 ], [ -122.150758, 37.754245 ], [ -122.150785, 37.754215 ], [ -122.15081, 37.754184 ], [ -122.150829, 37.754166 ], [ -122.150846, 37.754148 ], [ -122.151022, 37.753904 ], [ -122.151058, 37.753849 ], [ -122.151146, 37.753718 ], [ -122.151206, 37.75364 ], [ -122.151398, 37.753714 ], [ -122.151412, 37.75372 ], [ -122.151874, 37.753969 ], [ -122.151937, 37.754017 ], [ -122.151969, 37.754042 ], [ -122.152102, 37.754142 ], [ -122.152185, 37.75409 ], [ -122.152244, 37.754055 ], [ -122.152439, 37.753941 ], [ -122.152524, 37.753892 ], [ -122.152604, 37.753821 ], [ -122.152661, 37.753772 ], [ -122.152735, 37.753693 ], [ -122.152815, 37.75358 ], [ -122.152878, 37.753494 ], [ -122.152989, 37.75332 ], [ -122.15307, 37.753196 ], [ -122.153205, 37.752964 ], [ -122.15331, 37.752793 ], [ -122.153418, 37.752618 ], [ -122.153443, 37.752576 ], [ -122.153521, 37.752451 ], [ -122.153547, 37.75241 ], [ -122.153667, 37.752208 ], [ -122.153687, 37.752175 ], [ -122.153786, 37.752022 ], [ -122.153835, 37.751964 ], [ -122.15391, 37.751886 ], [ -122.154033, 37.75179 ], [ -122.154161, 37.751724 ], [ -122.15421, 37.751699 ], [ -122.154381, 37.751643 ], [ -122.154735, 37.751842 ], [ -122.155053, 37.752017 ], [ -122.15527, 37.752137 ], [ -122.155624, 37.752317 ], [ -122.155737, 37.752403 ], [ -122.155851, 37.752501 ], [ -122.156121, 37.752789 ], [ -122.156334, 37.75307 ], [ -122.156358, 37.753124 ], [ -122.156417, 37.753355 ], [ -122.156467, 37.753423 ], [ -122.15651, 37.753459 ], [ -122.156562, 37.753489 ], [ -122.156677, 37.753537 ], [ -122.157388, 37.753833 ], [ -122.157583, 37.753788 ], [ -122.15817, 37.753654 ], [ -122.158366, 37.75361 ], [ -122.158562, 37.753561 ], [ -122.159152, 37.753417 ], [ -122.159349, 37.753369 ], [ -122.159385, 37.753362 ], [ -122.15942, 37.753345 ], [ -122.15956, 37.753281 ], [ -122.16019, 37.752998 ], [ -122.160335, 37.752934 ], [ -122.1604, 37.752903 ], [ -122.160728, 37.753804 ], [ -122.160873, 37.754201 ], [ -122.161017, 37.754596 ], [ -122.161299, 37.75537 ], [ -122.161383, 37.755574 ], [ -122.161409, 37.755639 ], [ -122.161529, 37.755975 ], [ -122.161696, 37.756443 ], [ -122.161979, 37.757225 ], [ -122.162254, 37.757984 ], [ -122.16308, 37.760261 ], [ -122.163188, 37.760559 ], [ -122.163266, 37.760722 ], [ -122.163341, 37.760856 ], [ -122.163418, 37.760974 ], [ -122.163427, 37.760987 ], [ -122.16352, 37.761094 ], [ -122.163802, 37.761416 ], [ -122.163896, 37.761524 ], [ -122.163997, 37.761638 ], [ -122.164301, 37.761981 ], [ -122.164403, 37.762096 ], [ -122.16451, 37.762213 ], [ -122.164833, 37.762567 ], [ -122.164902, 37.762642 ], [ -122.164942, 37.762685 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001409900", "name": "Census Tract 4099, Alameda County, California", "total_population_17": 3464, "white_alone_17": 878.0, "black_alone_17": 1642.0, "native_alone_17": 11.0, "asian_alone_17": 303.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 394.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -0.976, "pct_black_alone_change": -15.445, "pct_native_alone_change": -0.225, "pct_asian_alone_change": 3.088, "pct_hispanic_or_latino_change": 7.116, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7619727", "INTPTLON": "-122.1358250" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.156197, 37.772078 ], [ -122.156182, 37.772091 ], [ -122.156054, 37.772178 ], [ -122.155959, 37.772231 ], [ -122.155893, 37.772261 ], [ -122.155876, 37.772269 ], [ -122.155824, 37.772354 ], [ -122.155637, 37.772421 ], [ -122.155534, 37.772454 ], [ -122.155405, 37.772487 ], [ -122.155271, 37.77251 ], [ -122.155158, 37.772525 ], [ -122.155056, 37.772531 ], [ -122.154859, 37.772544 ], [ -122.154712, 37.772542 ], [ -122.154654, 37.772542 ], [ -122.154494, 37.77253 ], [ -122.154278, 37.772497 ], [ -122.154136, 37.772462 ], [ -122.153957, 37.7724 ], [ -122.153816, 37.772331 ], [ -122.153713, 37.772274 ], [ -122.153591, 37.772178 ], [ -122.153494, 37.772094 ], [ -122.153423, 37.772012 ], [ -122.152636, 37.771092 ], [ -122.152518, 37.770977 ], [ -122.152362, 37.770851 ], [ -122.152156, 37.770715 ], [ -122.151871, 37.770587 ], [ -122.151649, 37.770508 ], [ -122.151459, 37.770465 ], [ -122.151353, 37.770441 ], [ -122.15121, 37.77042 ], [ -122.150944, 37.770404 ], [ -122.150609, 37.770422 ], [ -122.150535, 37.770431 ], [ -122.150347, 37.770456 ], [ -122.150316, 37.77046 ], [ -122.150243, 37.770472 ], [ -122.150155, 37.770486 ], [ -122.149994, 37.770517 ], [ -122.149751, 37.770567 ], [ -122.149716, 37.770574 ], [ -122.149573, 37.770608 ], [ -122.149403, 37.770652 ], [ -122.149172, 37.770725 ], [ -122.148886, 37.770822 ], [ -122.14871, 37.77089 ], [ -122.148575, 37.770948 ], [ -122.148316, 37.771068 ], [ -122.148209, 37.771124 ], [ -122.148056, 37.771206 ], [ -122.147745, 37.771393 ], [ -122.147408, 37.771624 ], [ -122.146415, 37.772309 ], [ -122.146399, 37.77232 ], [ -122.146065, 37.772555 ], [ -122.145907, 37.772655 ], [ -122.145893, 37.772664 ], [ -122.145713, 37.772788 ], [ -122.145687, 37.772806 ], [ -122.145574, 37.772878 ], [ -122.1454, 37.772969 ], [ -122.145374, 37.77298 ], [ -122.145258, 37.773031 ], [ -122.145185, 37.773054 ], [ -122.145072, 37.77309 ], [ -122.144907, 37.77313 ], [ -122.144714, 37.773161 ], [ -122.144684, 37.773166 ], [ -122.144594, 37.773175 ], [ -122.14445, 37.773185 ], [ -122.144206, 37.773183 ], [ -122.143983, 37.773161 ], [ -122.143869, 37.773145 ], [ -122.143668, 37.773098 ], [ -122.143489, 37.773043 ], [ -122.143335, 37.772988 ], [ -122.143032, 37.772864 ], [ -122.142651, 37.77271 ], [ -122.142522, 37.77266 ], [ -122.142249, 37.77254 ], [ -122.142135, 37.772483 ], [ -122.141854, 37.772326 ], [ -122.141748, 37.77226 ], [ -122.141571, 37.772134 ], [ -122.141461, 37.772046 ], [ -122.141337, 37.771939 ], [ -122.141146, 37.771755 ], [ -122.140984, 37.771569 ], [ -122.140889, 37.771453 ], [ -122.140595, 37.771079 ], [ -122.140378, 37.77085 ], [ -122.140229, 37.770712 ], [ -122.140015, 37.770525 ], [ -122.139874, 37.770418 ], [ -122.139659, 37.770268 ], [ -122.13948, 37.770159 ], [ -122.139216, 37.770013 ], [ -122.139135, 37.769969 ], [ -122.138663, 37.76974 ], [ -122.138414, 37.769644 ], [ -122.138266, 37.769605 ], [ -122.138107, 37.76957 ], [ -122.137926, 37.769541 ], [ -122.137803, 37.769531 ], [ -122.137698, 37.769529 ], [ -122.137581, 37.769527 ], [ -122.137465, 37.76953 ], [ -122.137328, 37.769548 ], [ -122.137146, 37.769587 ], [ -122.137029, 37.76962 ], [ -122.136794, 37.769705 ], [ -122.136576, 37.769785 ], [ -122.136532, 37.769801 ], [ -122.1364, 37.769849 ], [ -122.136356, 37.769865 ], [ -122.136235, 37.769914 ], [ -122.136094, 37.76996 ], [ -122.136075, 37.769967 ], [ -122.135728, 37.770097 ], [ -122.135583, 37.770159 ], [ -122.135323, 37.770279 ], [ -122.135071, 37.770397 ], [ -122.134905, 37.770488 ], [ -122.134407, 37.770762 ], [ -122.134238, 37.770846 ], [ -122.134049, 37.770911 ], [ -122.133935, 37.770952 ], [ -122.133835, 37.770974 ], [ -122.133725, 37.770991 ], [ -122.133595, 37.771006 ], [ -122.133463, 37.771008 ], [ -122.133374, 37.771011 ], [ -122.133264, 37.77101 ], [ -122.133028, 37.770999 ], [ -122.132935, 37.770993 ], [ -122.13195, 37.770932 ], [ -122.131911, 37.77093 ], [ -122.131719, 37.770913 ], [ -122.131623, 37.7709 ], [ -122.131532, 37.770887 ], [ -122.131365, 37.770847 ], [ -122.131197, 37.770795 ], [ -122.131049, 37.770735 ], [ -122.130891, 37.770654 ], [ -122.130792, 37.770597 ], [ -122.130695, 37.770527 ], [ -122.130558, 37.770418 ], [ -122.130447, 37.770304 ], [ -122.130209, 37.770041 ], [ -122.130171, 37.770001 ], [ -122.130062, 37.769887 ], [ -122.12986, 37.769692 ], [ -122.129778, 37.769637 ], [ -122.129648, 37.769576 ], [ -122.129533, 37.769534 ], [ -122.129407, 37.769501 ], [ -122.129284, 37.76948 ], [ -122.129134, 37.76947 ], [ -122.128959, 37.769469 ], [ -122.128935, 37.769471 ], [ -122.128869, 37.769477 ], [ -122.128811, 37.769492 ], [ -122.128777, 37.76951 ], [ -122.128755, 37.769535 ], [ -122.128734, 37.769573 ], [ -122.128719, 37.769583 ], [ -122.128683, 37.769608 ], [ -122.128635, 37.769529 ], [ -122.128495, 37.769298 ], [ -122.128199, 37.768824 ], [ -122.127627, 37.767895 ], [ -122.127598, 37.767863 ], [ -122.127563, 37.767821 ], [ -122.127503, 37.767726 ], [ -122.12729, 37.767376 ], [ -122.127262, 37.76734 ], [ -122.127213, 37.767281 ], [ -122.127197, 37.767252 ], [ -122.126585, 37.766153 ], [ -122.12585, 37.764831 ], [ -122.125659, 37.764489 ], [ -122.12525, 37.763753 ], [ -122.125193, 37.763423 ], [ -122.125103, 37.762905 ], [ -122.12509, 37.762842 ], [ -122.125079, 37.762801 ], [ -122.125059, 37.76274 ], [ -122.125044, 37.762699 ], [ -122.125027, 37.762659 ], [ -122.125008, 37.76262 ], [ -122.124987, 37.762581 ], [ -122.124965, 37.762543 ], [ -122.124941, 37.762505 ], [ -122.124915, 37.762468 ], [ -122.124888, 37.762432 ], [ -122.124859, 37.762396 ], [ -122.124829, 37.762362 ], [ -122.124797, 37.762328 ], [ -122.124655, 37.762193 ], [ -122.124562, 37.762106 ], [ -122.124525, 37.762071 ], [ -122.124496, 37.762041 ], [ -122.12447, 37.76201 ], [ -122.124445, 37.761978 ], [ -122.12443, 37.761957 ], [ -122.124403, 37.761912 ], [ -122.124385, 37.761877 ], [ -122.12437, 37.761842 ], [ -122.124356, 37.761806 ], [ -122.124264, 37.761479 ], [ -122.124234, 37.761384 ], [ -122.124213, 37.761329 ], [ -122.124189, 37.761274 ], [ -122.124149, 37.761194 ], [ -122.12412, 37.761141 ], [ -122.124088, 37.761089 ], [ -122.124054, 37.761038 ], [ -122.124018, 37.760988 ], [ -122.123979, 37.760939 ], [ -122.123939, 37.760891 ], [ -122.123896, 37.760845 ], [ -122.123828, 37.760777 ], [ -122.123453, 37.760476 ], [ -122.123403, 37.760435 ], [ -122.123361, 37.760395 ], [ -122.123321, 37.760353 ], [ -122.123283, 37.76031 ], [ -122.123249, 37.760265 ], [ -122.123208, 37.760204 ], [ -122.123172, 37.76014 ], [ -122.123142, 37.760074 ], [ -122.123118, 37.760007 ], [ -122.123104, 37.759956 ], [ -122.123093, 37.759904 ], [ -122.123044, 37.759622 ], [ -122.123017, 37.759502 ], [ -122.122985, 37.759403 ], [ -122.122956, 37.75933 ], [ -122.122934, 37.759283 ], [ -122.122909, 37.759236 ], [ -122.122883, 37.759189 ], [ -122.122869, 37.759166 ], [ -122.122824, 37.759099 ], [ -122.122792, 37.759055 ], [ -122.122739, 37.758991 ], [ -122.121411, 37.757447 ], [ -122.121287, 37.757301 ], [ -122.121112, 37.757095 ], [ -122.120763, 37.756682 ], [ -122.120391, 37.756243 ], [ -122.119998, 37.75578 ], [ -122.119842, 37.755597 ], [ -122.119508, 37.755181 ], [ -122.119283, 37.754877 ], [ -122.119168, 37.754712 ], [ -122.118987, 37.754455 ], [ -122.118912, 37.754348 ], [ -122.118865, 37.754281 ], [ -122.118842, 37.754235 ], [ -122.11883, 37.754204 ], [ -122.118818, 37.754153 ], [ -122.118553, 37.753796 ], [ -122.118417, 37.753618 ], [ -122.118378, 37.753565 ], [ -122.11836, 37.75355 ], [ -122.118334, 37.753521 ], [ -122.118327, 37.753512 ], [ -122.118342, 37.753505 ], [ -122.118242, 37.75336 ], [ -122.117524, 37.752324 ], [ -122.117145, 37.751777 ], [ -122.116183, 37.750372 ], [ -122.116126, 37.750264 ], [ -122.116086, 37.750181 ], [ -122.116051, 37.750096 ], [ -122.116004, 37.749968 ], [ -122.115978, 37.749881 ], [ -122.115966, 37.749837 ], [ -122.115946, 37.74975 ], [ -122.115918, 37.74954 ], [ -122.115786, 37.748521 ], [ -122.115948, 37.748436 ], [ -122.116884, 37.747947 ], [ -122.119693, 37.746479 ], [ -122.12063, 37.745991 ], [ -122.120656, 37.746041 ], [ -122.120713, 37.746171 ], [ -122.120784, 37.746331 ], [ -122.120826, 37.746427 ], [ -122.120976, 37.746712 ], [ -122.121072, 37.746884 ], [ -122.121539, 37.747724 ], [ -122.121606, 37.747816 ], [ -122.121782, 37.748054 ], [ -122.122009, 37.748372 ], [ -122.122297, 37.748752 ], [ -122.122424, 37.748866 ], [ -122.122582, 37.74895 ], [ -122.122806, 37.749099 ], [ -122.122938, 37.749201 ], [ -122.12305, 37.749332 ], [ -122.12313, 37.749471 ], [ -122.123195, 37.749629 ], [ -122.123224, 37.749755 ], [ -122.123279, 37.749891 ], [ -122.123476, 37.750203 ], [ -122.123547, 37.750312 ], [ -122.123798, 37.750697 ], [ -122.124141, 37.751209 ], [ -122.12401, 37.751307 ], [ -122.124139, 37.751366 ], [ -122.124164, 37.751378 ], [ -122.12443, 37.75151 ], [ -122.124607, 37.751613 ], [ -122.124617, 37.751619 ], [ -122.12476, 37.751713 ], [ -122.125074, 37.751925 ], [ -122.125098, 37.751944 ], [ -122.12585, 37.752546 ], [ -122.12606, 37.752709 ], [ -122.126084, 37.752728 ], [ -122.126294, 37.752923 ], [ -122.126354, 37.752994 ], [ -122.126524, 37.75326 ], [ -122.127036, 37.754059 ], [ -122.127117, 37.754185 ], [ -122.127229, 37.754309 ], [ -122.127258, 37.75434 ], [ -122.127348, 37.754433 ], [ -122.127378, 37.754464 ], [ -122.127763, 37.754843 ], [ -122.127941, 37.75504 ], [ -122.128022, 37.755115 ], [ -122.128076, 37.755154 ], [ -122.12814, 37.755186 ], [ -122.128424, 37.755301 ], [ -122.128544, 37.755372 ], [ -122.128562, 37.755383 ], [ -122.128668, 37.755453 ], [ -122.128852, 37.755599 ], [ -122.129114, 37.755817 ], [ -122.129292, 37.755954 ], [ -122.129338, 37.755977 ], [ -122.12952, 37.756046 ], [ -122.129757, 37.756108 ], [ -122.130784, 37.75633 ], [ -122.131818, 37.756536 ], [ -122.132723, 37.756583 ], [ -122.132776, 37.756584 ], [ -122.133055, 37.75659 ], [ -122.133153, 37.756611 ], [ -122.133277, 37.756661 ], [ -122.134178, 37.757067 ], [ -122.134335, 37.757138 ], [ -122.134615, 37.757248 ], [ -122.134797, 37.757315 ], [ -122.134867, 37.757338 ], [ -122.135091, 37.757411 ], [ -122.13546, 37.757507 ], [ -122.135632, 37.757544 ], [ -122.135933, 37.757587 ], [ -122.136148, 37.757606 ], [ -122.136723, 37.757629 ], [ -122.13706, 37.757634 ], [ -122.137453, 37.757641 ], [ -122.137553, 37.75765 ], [ -122.137656, 37.757676 ], [ -122.137788, 37.757731 ], [ -122.138002, 37.757847 ], [ -122.138155, 37.757918 ], [ -122.138234, 37.757948 ], [ -122.138324, 37.757965 ], [ -122.138385, 37.75797 ], [ -122.138457, 37.757961 ], [ -122.138522, 37.757941 ], [ -122.138593, 37.757913 ], [ -122.138896, 37.757768 ], [ -122.138993, 37.757728 ], [ -122.139249, 37.757654 ], [ -122.139359, 37.757605 ], [ -122.139718, 37.757351 ], [ -122.13979, 37.757308 ], [ -122.139892, 37.75726 ], [ -122.139984, 37.757226 ], [ -122.140094, 37.757216 ], [ -122.140196, 37.757215 ], [ -122.140301, 37.757224 ], [ -122.140399, 37.757242 ], [ -122.140468, 37.757264 ], [ -122.140509, 37.75728 ], [ -122.140592, 37.757314 ], [ -122.140662, 37.757355 ], [ -122.140855, 37.75746 ], [ -122.140944, 37.757495 ], [ -122.141053, 37.757511 ], [ -122.141208, 37.757525 ], [ -122.141263, 37.757531 ], [ -122.141613, 37.757518 ], [ -122.141674, 37.757506 ], [ -122.141828, 37.757477 ], [ -122.14209, 37.757417 ], [ -122.142799, 37.757258 ], [ -122.142877, 37.757241 ], [ -122.143141, 37.757186 ], [ -122.143181, 37.757177 ], [ -122.143347, 37.757141 ], [ -122.143454, 37.757108 ], [ -122.143614, 37.757048 ], [ -122.143728, 37.756997 ], [ -122.143877, 37.756916 ], [ -122.143988, 37.756857 ], [ -122.14429, 37.756683 ], [ -122.144474, 37.756558 ], [ -122.144664, 37.756393 ], [ -122.144747, 37.75636 ], [ -122.145137, 37.756248 ], [ -122.14526, 37.75619 ], [ -122.145356, 37.756125 ], [ -122.145403, 37.756087 ], [ -122.145471, 37.756002 ], [ -122.14552, 37.755901 ], [ -122.145588, 37.755787 ], [ -122.145651, 37.755702 ], [ -122.145718, 37.755637 ], [ -122.145763, 37.755604 ], [ -122.145881, 37.755523 ], [ -122.146056, 37.755414 ], [ -122.146447, 37.755214 ], [ -122.146586, 37.755138 ], [ -122.147006, 37.754913 ], [ -122.147146, 37.754838 ], [ -122.147454, 37.754679 ], [ -122.147499, 37.754656 ], [ -122.148216, 37.754305 ], [ -122.148334, 37.754254 ], [ -122.148393, 37.754232 ], [ -122.148443, 37.754214 ], [ -122.148501, 37.754201 ], [ -122.148596, 37.754195 ], [ -122.148665, 37.754203 ], [ -122.148732, 37.754183 ], [ -122.148788, 37.754181 ], [ -122.148849, 37.754168 ], [ -122.148902, 37.754143 ], [ -122.148961, 37.754106 ], [ -122.149017, 37.754047 ], [ -122.149025, 37.754032 ], [ -122.149034, 37.754018 ], [ -122.14917, 37.753729 ], [ -122.149221, 37.753609 ], [ -122.149253, 37.753567 ], [ -122.149301, 37.753536 ], [ -122.149356, 37.75352 ], [ -122.149746, 37.753437 ], [ -122.150083, 37.753366 ], [ -122.150142, 37.753354 ], [ -122.150206, 37.753342 ], [ -122.150274, 37.753342 ], [ -122.150306, 37.753345 ], [ -122.150322, 37.753346 ], [ -122.150383, 37.75335 ], [ -122.150409, 37.753352 ], [ -122.150466, 37.753355 ], [ -122.150512, 37.753362 ], [ -122.150562, 37.753371 ], [ -122.150712, 37.75342 ], [ -122.150877, 37.753482 ], [ -122.151047, 37.753563 ], [ -122.151206, 37.75364 ], [ -122.151146, 37.753718 ], [ -122.151058, 37.753849 ], [ -122.151022, 37.753904 ], [ -122.150846, 37.754148 ], [ -122.150829, 37.754166 ], [ -122.15081, 37.754184 ], [ -122.150785, 37.754215 ], [ -122.150758, 37.754245 ], [ -122.150701, 37.754297 ], [ -122.150605, 37.754386 ], [ -122.150562, 37.754434 ], [ -122.15052, 37.754484 ], [ -122.150381, 37.754616 ], [ -122.150337, 37.754654 ], [ -122.150206, 37.754771 ], [ -122.150171, 37.754803 ], [ -122.150163, 37.754811 ], [ -122.150117, 37.754852 ], [ -122.149649, 37.755269 ], [ -122.149443, 37.755454 ], [ -122.149207, 37.755667 ], [ -122.149033, 37.755835 ], [ -122.149013, 37.755854 ], [ -122.148644, 37.756264 ], [ -122.148525, 37.756414 ], [ -122.148432, 37.756542 ], [ -122.148359, 37.756632 ], [ -122.148295, 37.75674 ], [ -122.148245, 37.756802 ], [ -122.148211, 37.75686 ], [ -122.148197, 37.756886 ], [ -122.148141, 37.756988 ], [ -122.14808, 37.757116 ], [ -122.147975, 37.757368 ], [ -122.147913, 37.757533 ], [ -122.14787, 37.757647 ], [ -122.147831, 37.757801 ], [ -122.147801, 37.757925 ], [ -122.147773, 37.758076 ], [ -122.147761, 37.758187 ], [ -122.147737, 37.75856 ], [ -122.147737, 37.758759 ], [ -122.147743, 37.758946 ], [ -122.147759, 37.759115 ], [ -122.147806, 37.759422 ], [ -122.147838, 37.759591 ], [ -122.147877, 37.759753 ], [ -122.147913, 37.759877 ], [ -122.147935, 37.759954 ], [ -122.148001, 37.760158 ], [ -122.148007, 37.760176 ], [ -122.148089, 37.760381 ], [ -122.148141, 37.760488 ], [ -122.148226, 37.760664 ], [ -122.148708, 37.761537 ], [ -122.148829, 37.761716 ], [ -122.150238, 37.763808 ], [ -122.150376, 37.764001 ], [ -122.150822, 37.764558 ], [ -122.150983, 37.764744 ], [ -122.151182, 37.764989 ], [ -122.151295, 37.765145 ], [ -122.151337, 37.765202 ], [ -122.15199, 37.765955 ], [ -122.152186, 37.766236 ], [ -122.152491, 37.766735 ], [ -122.153409, 37.768234 ], [ -122.153715, 37.768734 ], [ -122.153956, 37.769095 ], [ -122.154681, 37.770179 ], [ -122.154923, 37.770541 ], [ -122.155169, 37.770856 ], [ -122.15522, 37.770922 ], [ -122.155328, 37.771051 ], [ -122.155565, 37.771307 ], [ -122.155851, 37.771598 ], [ -122.155993, 37.77173 ], [ -122.156288, 37.772002 ], [ -122.156197, 37.772078 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001410000", "name": "Census Tract 4100, Alameda County, California", "total_population_17": 3549, "white_alone_17": 1145.0, "black_alone_17": 1447.0, "native_alone_17": 0.0, "asian_alone_17": 146.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 308.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -3.65, "pct_black_alone_change": -9.643, "pct_native_alone_change": -0.703, "pct_asian_alone_change": -2.494, "pct_hispanic_or_latino_change": 2.599, "pct_native_hawaiian_pacific_islander_change": -0.211, "INTPTLAT": "+37.7447566", "INTPTLON": "-122.1332163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.151704, 37.751913 ], [ -122.15168, 37.752232 ], [ -122.151644, 37.75243 ], [ -122.151617, 37.75255 ], [ -122.15154, 37.752847 ], [ -122.151506, 37.752952 ], [ -122.151461, 37.753062 ], [ -122.151445, 37.753103 ], [ -122.151343, 37.753386 ], [ -122.151206, 37.75364 ], [ -122.151047, 37.753563 ], [ -122.150877, 37.753482 ], [ -122.150712, 37.75342 ], [ -122.150562, 37.753371 ], [ -122.150512, 37.753362 ], [ -122.150466, 37.753355 ], [ -122.150409, 37.753352 ], [ -122.150383, 37.75335 ], [ -122.150322, 37.753346 ], [ -122.150306, 37.753345 ], [ -122.150274, 37.753342 ], [ -122.150206, 37.753342 ], [ -122.150142, 37.753354 ], [ -122.150083, 37.753366 ], [ -122.149746, 37.753437 ], [ -122.149356, 37.75352 ], [ -122.149301, 37.753536 ], [ -122.149253, 37.753567 ], [ -122.149221, 37.753609 ], [ -122.14917, 37.753729 ], [ -122.149034, 37.754018 ], [ -122.149025, 37.754032 ], [ -122.149017, 37.754047 ], [ -122.148961, 37.754106 ], [ -122.148902, 37.754143 ], [ -122.148849, 37.754168 ], [ -122.148788, 37.754181 ], [ -122.148732, 37.754183 ], [ -122.148665, 37.754203 ], [ -122.148596, 37.754195 ], [ -122.148501, 37.754201 ], [ -122.148443, 37.754214 ], [ -122.148393, 37.754232 ], [ -122.148334, 37.754254 ], [ -122.148216, 37.754305 ], [ -122.147499, 37.754656 ], [ -122.147454, 37.754679 ], [ -122.147146, 37.754838 ], [ -122.147006, 37.754913 ], [ -122.146586, 37.755138 ], [ -122.146447, 37.755214 ], [ -122.146056, 37.755414 ], [ -122.145881, 37.755523 ], [ -122.145763, 37.755604 ], [ -122.145718, 37.755637 ], [ -122.145651, 37.755702 ], [ -122.145588, 37.755787 ], [ -122.14552, 37.755901 ], [ -122.145471, 37.756002 ], [ -122.145403, 37.756087 ], [ -122.145356, 37.756125 ], [ -122.14526, 37.75619 ], [ -122.145137, 37.756248 ], [ -122.144747, 37.75636 ], [ -122.144664, 37.756393 ], [ -122.144474, 37.756558 ], [ -122.14429, 37.756683 ], [ -122.143988, 37.756857 ], [ -122.143877, 37.756916 ], [ -122.143728, 37.756997 ], [ -122.143614, 37.757048 ], [ -122.143454, 37.757108 ], [ -122.143347, 37.757141 ], [ -122.143181, 37.757177 ], [ -122.143141, 37.757186 ], [ -122.142877, 37.757241 ], [ -122.142799, 37.757258 ], [ -122.14209, 37.757417 ], [ -122.141828, 37.757477 ], [ -122.141674, 37.757506 ], [ -122.141613, 37.757518 ], [ -122.141263, 37.757531 ], [ -122.141208, 37.757525 ], [ -122.141053, 37.757511 ], [ -122.140944, 37.757495 ], [ -122.140855, 37.75746 ], [ -122.140662, 37.757355 ], [ -122.140592, 37.757314 ], [ -122.140509, 37.75728 ], [ -122.140468, 37.757264 ], [ -122.140399, 37.757242 ], [ -122.140301, 37.757224 ], [ -122.140196, 37.757215 ], [ -122.140094, 37.757216 ], [ -122.139984, 37.757226 ], [ -122.139892, 37.75726 ], [ -122.13979, 37.757308 ], [ -122.139718, 37.757351 ], [ -122.139359, 37.757605 ], [ -122.139249, 37.757654 ], [ -122.138993, 37.757728 ], [ -122.138896, 37.757768 ], [ -122.138593, 37.757913 ], [ -122.138522, 37.757941 ], [ -122.138457, 37.757961 ], [ -122.138385, 37.75797 ], [ -122.138324, 37.757965 ], [ -122.138234, 37.757948 ], [ -122.138155, 37.757918 ], [ -122.138002, 37.757847 ], [ -122.137788, 37.757731 ], [ -122.137656, 37.757676 ], [ -122.137553, 37.75765 ], [ -122.137453, 37.757641 ], [ -122.13706, 37.757634 ], [ -122.136723, 37.757629 ], [ -122.136148, 37.757606 ], [ -122.135933, 37.757587 ], [ -122.135632, 37.757544 ], [ -122.13546, 37.757507 ], [ -122.135091, 37.757411 ], [ -122.134867, 37.757338 ], [ -122.134797, 37.757315 ], [ -122.134615, 37.757248 ], [ -122.134335, 37.757138 ], [ -122.134178, 37.757067 ], [ -122.133277, 37.756661 ], [ -122.133153, 37.756611 ], [ -122.133055, 37.75659 ], [ -122.132776, 37.756584 ], [ -122.132723, 37.756583 ], [ -122.131818, 37.756536 ], [ -122.130784, 37.75633 ], [ -122.129757, 37.756108 ], [ -122.12952, 37.756046 ], [ -122.129338, 37.755977 ], [ -122.129292, 37.755954 ], [ -122.129114, 37.755817 ], [ -122.128852, 37.755599 ], [ -122.128668, 37.755453 ], [ -122.128562, 37.755383 ], [ -122.128544, 37.755372 ], [ -122.128424, 37.755301 ], [ -122.12814, 37.755186 ], [ -122.128076, 37.755154 ], [ -122.128022, 37.755115 ], [ -122.127941, 37.75504 ], [ -122.127763, 37.754843 ], [ -122.127378, 37.754464 ], [ -122.127348, 37.754433 ], [ -122.127258, 37.75434 ], [ -122.127229, 37.754309 ], [ -122.127117, 37.754185 ], [ -122.127036, 37.754059 ], [ -122.126524, 37.75326 ], [ -122.126354, 37.752994 ], [ -122.126294, 37.752923 ], [ -122.126084, 37.752728 ], [ -122.12606, 37.752709 ], [ -122.12585, 37.752546 ], [ -122.125098, 37.751944 ], [ -122.125074, 37.751925 ], [ -122.12476, 37.751713 ], [ -122.124617, 37.751619 ], [ -122.124607, 37.751613 ], [ -122.12443, 37.75151 ], [ -122.124164, 37.751378 ], [ -122.124139, 37.751366 ], [ -122.12401, 37.751307 ], [ -122.124141, 37.751209 ], [ -122.123798, 37.750697 ], [ -122.123547, 37.750312 ], [ -122.123476, 37.750203 ], [ -122.123279, 37.749891 ], [ -122.123224, 37.749755 ], [ -122.123195, 37.749629 ], [ -122.12313, 37.749471 ], [ -122.12305, 37.749332 ], [ -122.122938, 37.749201 ], [ -122.122806, 37.749099 ], [ -122.122582, 37.74895 ], [ -122.122424, 37.748866 ], [ -122.122297, 37.748752 ], [ -122.122009, 37.748372 ], [ -122.121782, 37.748054 ], [ -122.121606, 37.747816 ], [ -122.121539, 37.747724 ], [ -122.121072, 37.746884 ], [ -122.120976, 37.746712 ], [ -122.120826, 37.746427 ], [ -122.120784, 37.746331 ], [ -122.120713, 37.746171 ], [ -122.120656, 37.746041 ], [ -122.12063, 37.745991 ], [ -122.119693, 37.746479 ], [ -122.116884, 37.747947 ], [ -122.115948, 37.748436 ], [ -122.115786, 37.748521 ], [ -122.115555, 37.748643 ], [ -122.115483, 37.748681 ], [ -122.115478, 37.74861 ], [ -122.115434, 37.747977 ], [ -122.115362, 37.746941 ], [ -122.115319, 37.746316 ], [ -122.115263, 37.745901 ], [ -122.115247, 37.745723 ], [ -122.115235, 37.745653 ], [ -122.115043, 37.743858 ], [ -122.115003, 37.743378 ], [ -122.115001, 37.743204 ], [ -122.114986, 37.74301 ], [ -122.114898, 37.742465 ], [ -122.114797, 37.741853 ], [ -122.114793, 37.741077 ], [ -122.114801, 37.740556 ], [ -122.114804, 37.740329 ], [ -122.114799, 37.74022 ], [ -122.114797, 37.740164 ], [ -122.115234, 37.739153 ], [ -122.115223, 37.738579 ], [ -122.115195, 37.737159 ], [ -122.115074, 37.736841 ], [ -122.114798, 37.736118 ], [ -122.115091, 37.735279 ], [ -122.116187, 37.734127 ], [ -122.117143, 37.733494 ], [ -122.117373, 37.733284 ], [ -122.117744, 37.732948 ], [ -122.118818, 37.732273 ], [ -122.119964, 37.732042 ], [ -122.120229, 37.731988 ], [ -122.121082, 37.731899 ], [ -122.121206, 37.731812 ], [ -122.12124, 37.731748 ], [ -122.121744, 37.730815 ], [ -122.122166, 37.730114 ], [ -122.122235, 37.729997 ], [ -122.122228, 37.729933 ], [ -122.122213, 37.729795 ], [ -122.122168, 37.729386 ], [ -122.122377, 37.729409 ], [ -122.122926, 37.729045 ], [ -122.124462, 37.728588 ], [ -122.125006, 37.729234 ], [ -122.125345, 37.729636 ], [ -122.127423, 37.72977 ], [ -122.128892, 37.729926 ], [ -122.130265, 37.730072 ], [ -122.130584, 37.730106 ], [ -122.13065, 37.730122 ], [ -122.131227, 37.730427 ], [ -122.131589, 37.730895 ], [ -122.131737, 37.731057 ], [ -122.132345, 37.731726 ], [ -122.131943, 37.731903 ], [ -122.131116, 37.732266 ], [ -122.130603, 37.732679 ], [ -122.130491, 37.73277 ], [ -122.130464, 37.732821 ], [ -122.130445, 37.732952 ], [ -122.130421, 37.73312 ], [ -122.130384, 37.733412 ], [ -122.130402, 37.733433 ], [ -122.130427, 37.733463 ], [ -122.130444, 37.733483 ], [ -122.130623, 37.733694 ], [ -122.130993, 37.733628 ], [ -122.131225, 37.733587 ], [ -122.131403, 37.733606 ], [ -122.131463, 37.733628 ], [ -122.1316, 37.733667 ], [ -122.131677, 37.733688 ], [ -122.131808, 37.733732 ], [ -122.13203, 37.733787 ], [ -122.132164, 37.733835 ], [ -122.132334, 37.733897 ], [ -122.132555, 37.733947 ], [ -122.132596, 37.733958 ], [ -122.132735, 37.733996 ], [ -122.132998, 37.734051 ], [ -122.133206, 37.734079 ], [ -122.133427, 37.734101 ], [ -122.133676, 37.734151 ], [ -122.133894, 37.734171 ], [ -122.133911, 37.734173 ], [ -122.13407, 37.734178 ], [ -122.134216, 37.734217 ], [ -122.134395, 37.734223 ], [ -122.134478, 37.734223 ], [ -122.134527, 37.734223 ], [ -122.134707, 37.734162 ], [ -122.134831, 37.734107 ], [ -122.134963, 37.734003 ], [ -122.13524, 37.733728 ], [ -122.135316, 37.733625 ], [ -122.135607, 37.733234 ], [ -122.136078, 37.732493 ], [ -122.136715, 37.731762 ], [ -122.136888, 37.731674 ], [ -122.137144, 37.731603 ], [ -122.137407, 37.731499 ], [ -122.137491, 37.731434 ], [ -122.137566, 37.731378 ], [ -122.137954, 37.73106 ], [ -122.13812, 37.730972 ], [ -122.138391, 37.730908 ], [ -122.138424, 37.7309 ], [ -122.138461, 37.730902 ], [ -122.138632, 37.730912 ], [ -122.138677, 37.730915 ], [ -122.13872, 37.730918 ], [ -122.138747, 37.730929 ], [ -122.138767, 37.730921 ], [ -122.138846, 37.730925 ], [ -122.138881, 37.730928 ], [ -122.138977, 37.730932 ], [ -122.139043, 37.731179 ], [ -122.139065, 37.731243 ], [ -122.139088, 37.731312 ], [ -122.139168, 37.731594 ], [ -122.139501, 37.732854 ], [ -122.139608, 37.733308 ], [ -122.139679, 37.733597 ], [ -122.139752, 37.73391 ], [ -122.139878, 37.734436 ], [ -122.139886, 37.73447 ], [ -122.139891, 37.734492 ], [ -122.140094, 37.735429 ], [ -122.140208, 37.735905 ], [ -122.140243, 37.736051 ], [ -122.140289, 37.736237 ], [ -122.140371, 37.736461 ], [ -122.140468, 37.736703 ], [ -122.140612, 37.737004 ], [ -122.14071, 37.737182 ], [ -122.140772, 37.737282 ], [ -122.141059, 37.737672 ], [ -122.141134, 37.737767 ], [ -122.141189, 37.737835 ], [ -122.141333, 37.737998 ], [ -122.141412, 37.738075 ], [ -122.141518, 37.738166 ], [ -122.142365, 37.738866 ], [ -122.143025, 37.739387 ], [ -122.143598, 37.739885 ], [ -122.143947, 37.740209 ], [ -122.144044, 37.740307 ], [ -122.145104, 37.741682 ], [ -122.145594, 37.742339 ], [ -122.145718, 37.74248 ], [ -122.145806, 37.742569 ], [ -122.146051, 37.742802 ], [ -122.146522, 37.742499 ], [ -122.146658, 37.742654 ], [ -122.146971, 37.74301 ], [ -122.147081, 37.74311 ], [ -122.147091, 37.743119 ], [ -122.147246, 37.743237 ], [ -122.147695, 37.743514 ], [ -122.149042, 37.744345 ], [ -122.149492, 37.744623 ], [ -122.14932, 37.744719 ], [ -122.149231, 37.74477 ], [ -122.148834, 37.74501 ], [ -122.148813, 37.745023 ], [ -122.148647, 37.745129 ], [ -122.148726, 37.745217 ], [ -122.148908, 37.745435 ], [ -122.148915, 37.745445 ], [ -122.148999, 37.74557 ], [ -122.149146, 37.745801 ], [ -122.149256, 37.745967 ], [ -122.149339, 37.746105 ], [ -122.149447, 37.746311 ], [ -122.149541, 37.746518 ], [ -122.149607, 37.746663 ], [ -122.149717, 37.7469 ], [ -122.149853, 37.747161 ], [ -122.150061, 37.747558 ], [ -122.150254, 37.747947 ], [ -122.150385, 37.748212 ], [ -122.150608, 37.74867 ], [ -122.15086, 37.749153 ], [ -122.151004, 37.749472 ], [ -122.151382, 37.750255 ], [ -122.151415, 37.750324 ], [ -122.15155, 37.750641 ], [ -122.151602, 37.75079 ], [ -122.151677, 37.751124 ], [ -122.151693, 37.751248 ], [ -122.151699, 37.751369 ], [ -122.15171, 37.751593 ], [ -122.151704, 37.751913 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001410100", "name": "Census Tract 4101, Alameda County, California", "total_population_17": 2776, "white_alone_17": 346.0, "black_alone_17": 1657.0, "native_alone_17": 0.0, "asian_alone_17": 83.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 483.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 4.346, "pct_black_alone_change": -11.0, "pct_native_alone_change": -0.575, "pct_asian_alone_change": -0.889, "pct_hispanic_or_latino_change": 1.307, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+37.7478641", "INTPTLON": "-122.1535294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.160335, 37.752934 ], [ -122.16019, 37.752998 ], [ -122.15956, 37.753281 ], [ -122.15942, 37.753345 ], [ -122.159385, 37.753362 ], [ -122.159349, 37.753369 ], [ -122.159152, 37.753417 ], [ -122.158562, 37.753561 ], [ -122.158366, 37.75361 ], [ -122.15817, 37.753654 ], [ -122.157583, 37.753788 ], [ -122.157388, 37.753833 ], [ -122.156677, 37.753537 ], [ -122.156562, 37.753489 ], [ -122.15651, 37.753459 ], [ -122.156467, 37.753423 ], [ -122.156417, 37.753355 ], [ -122.156358, 37.753124 ], [ -122.156334, 37.75307 ], [ -122.156121, 37.752789 ], [ -122.155851, 37.752501 ], [ -122.155737, 37.752403 ], [ -122.155624, 37.752317 ], [ -122.15527, 37.752137 ], [ -122.155053, 37.752017 ], [ -122.154735, 37.751842 ], [ -122.154381, 37.751643 ], [ -122.15421, 37.751699 ], [ -122.154161, 37.751724 ], [ -122.154033, 37.75179 ], [ -122.15391, 37.751886 ], [ -122.153835, 37.751964 ], [ -122.153786, 37.752022 ], [ -122.153687, 37.752175 ], [ -122.153667, 37.752208 ], [ -122.153547, 37.75241 ], [ -122.153521, 37.752451 ], [ -122.153443, 37.752576 ], [ -122.153418, 37.752618 ], [ -122.15331, 37.752793 ], [ -122.153205, 37.752964 ], [ -122.15307, 37.753196 ], [ -122.152989, 37.75332 ], [ -122.152878, 37.753494 ], [ -122.152815, 37.75358 ], [ -122.152735, 37.753693 ], [ -122.152661, 37.753772 ], [ -122.152604, 37.753821 ], [ -122.152524, 37.753892 ], [ -122.152439, 37.753941 ], [ -122.152244, 37.754055 ], [ -122.152185, 37.75409 ], [ -122.152102, 37.754142 ], [ -122.151969, 37.754042 ], [ -122.151937, 37.754017 ], [ -122.151874, 37.753969 ], [ -122.151412, 37.75372 ], [ -122.151398, 37.753714 ], [ -122.151206, 37.75364 ], [ -122.151343, 37.753386 ], [ -122.151445, 37.753103 ], [ -122.151461, 37.753062 ], [ -122.151506, 37.752952 ], [ -122.15154, 37.752847 ], [ -122.151617, 37.75255 ], [ -122.151644, 37.75243 ], [ -122.15168, 37.752232 ], [ -122.151704, 37.751913 ], [ -122.15171, 37.751593 ], [ -122.151699, 37.751369 ], [ -122.151693, 37.751248 ], [ -122.151677, 37.751124 ], [ -122.151602, 37.75079 ], [ -122.15155, 37.750641 ], [ -122.151415, 37.750324 ], [ -122.151382, 37.750255 ], [ -122.151004, 37.749472 ], [ -122.15086, 37.749153 ], [ -122.150608, 37.74867 ], [ -122.150385, 37.748212 ], [ -122.150254, 37.747947 ], [ -122.150061, 37.747558 ], [ -122.149853, 37.747161 ], [ -122.149717, 37.7469 ], [ -122.149607, 37.746663 ], [ -122.149541, 37.746518 ], [ -122.149447, 37.746311 ], [ -122.149339, 37.746105 ], [ -122.149256, 37.745967 ], [ -122.149146, 37.745801 ], [ -122.148999, 37.74557 ], [ -122.148915, 37.745445 ], [ -122.148908, 37.745435 ], [ -122.148726, 37.745217 ], [ -122.148647, 37.745129 ], [ -122.148813, 37.745023 ], [ -122.148834, 37.74501 ], [ -122.149231, 37.74477 ], [ -122.14932, 37.744719 ], [ -122.149492, 37.744623 ], [ -122.149042, 37.744345 ], [ -122.147695, 37.743514 ], [ -122.147246, 37.743237 ], [ -122.147091, 37.743119 ], [ -122.147081, 37.74311 ], [ -122.146971, 37.74301 ], [ -122.146658, 37.742654 ], [ -122.146522, 37.742499 ], [ -122.146609, 37.742354 ], [ -122.146721, 37.74217 ], [ -122.14689, 37.741936 ], [ -122.14699, 37.7418 ], [ -122.147076, 37.741695 ], [ -122.147337, 37.741381 ], [ -122.147351, 37.741365 ], [ -122.147436, 37.741289 ], [ -122.147457, 37.74127 ], [ -122.147503, 37.741229 ], [ -122.147521, 37.741216 ], [ -122.147545, 37.7412 ], [ -122.14767, 37.741138 ], [ -122.147772, 37.741104 ], [ -122.147907, 37.741061 ], [ -122.148433, 37.740898 ], [ -122.14848, 37.740888 ], [ -122.148558, 37.740874 ], [ -122.148725, 37.740859 ], [ -122.148747, 37.740868 ], [ -122.148814, 37.740897 ], [ -122.148837, 37.740907 ], [ -122.149011, 37.740986 ], [ -122.149083, 37.741019 ], [ -122.14953, 37.741232 ], [ -122.149703, 37.741315 ], [ -122.149896, 37.741406 ], [ -122.150475, 37.74168 ], [ -122.150668, 37.741772 ], [ -122.150835, 37.741843 ], [ -122.150888, 37.74187 ], [ -122.15127, 37.742067 ], [ -122.151474, 37.742181 ], [ -122.151526, 37.742214 ], [ -122.151615, 37.742273 ], [ -122.151731, 37.742343 ], [ -122.151838, 37.742412 ], [ -122.152143, 37.742645 ], [ -122.152245, 37.742723 ], [ -122.152295, 37.742763 ], [ -122.152445, 37.742883 ], [ -122.152496, 37.742923 ], [ -122.152546, 37.742966 ], [ -122.152584, 37.743004 ], [ -122.152719, 37.743139 ], [ -122.152835, 37.743261 ], [ -122.152918, 37.743348 ], [ -122.153057, 37.743493 ], [ -122.153433, 37.743885 ], [ -122.153479, 37.743929 ], [ -122.153625, 37.744069 ], [ -122.153831, 37.744253 ], [ -122.153902, 37.74431 ], [ -122.154048, 37.744428 ], [ -122.154362, 37.744667 ], [ -122.154793, 37.744962 ], [ -122.154828, 37.744986 ], [ -122.155094, 37.745175 ], [ -122.155309, 37.745319 ], [ -122.155902, 37.745715 ], [ -122.155957, 37.745752 ], [ -122.156174, 37.745897 ], [ -122.156221, 37.745929 ], [ -122.156288, 37.745983 ], [ -122.156328, 37.74602 ], [ -122.156395, 37.746081 ], [ -122.156497, 37.746226 ], [ -122.156672, 37.746502 ], [ -122.156779, 37.74667 ], [ -122.156998, 37.747005 ], [ -122.157234, 37.747374 ], [ -122.157345, 37.747542 ], [ -122.157679, 37.748047 ], [ -122.157791, 37.748216 ], [ -122.157839, 37.748289 ], [ -122.157984, 37.748511 ], [ -122.158033, 37.748585 ], [ -122.158208, 37.748853 ], [ -122.15842, 37.749178 ], [ -122.158701, 37.749601 ], [ -122.158737, 37.749655 ], [ -122.158851, 37.749826 ], [ -122.158911, 37.749925 ], [ -122.159014, 37.750084 ], [ -122.159326, 37.750564 ], [ -122.15943, 37.750724 ], [ -122.159503, 37.750835 ], [ -122.159724, 37.751169 ], [ -122.159798, 37.751281 ], [ -122.159831, 37.751335 ], [ -122.159925, 37.751596 ], [ -122.160236, 37.752453 ], [ -122.1604, 37.752903 ], [ -122.160335, 37.752934 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001410200", "name": "Census Tract 4102, Alameda County, California", "total_population_17": 3370, "white_alone_17": 177.0, "black_alone_17": 1665.0, "native_alone_17": 0.0, "asian_alone_17": 42.0, "native_hawaiian_pacific_islander_17": 49.0, "hispanic_or_latino_17": 1373.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.858, "pct_black_alone_change": -15.325, "pct_native_alone_change": -0.282, "pct_asian_alone_change": -4.022, "pct_hispanic_or_latino_change": 15.643, "pct_native_hawaiian_pacific_islander_change": 1.398, "INTPTLAT": "+37.7453063", "INTPTLON": "-122.1571742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.164044, 37.75119 ], [ -122.163832, 37.751294 ], [ -122.163811, 37.751305 ], [ -122.163194, 37.751602 ], [ -122.162982, 37.751705 ], [ -122.162766, 37.751804 ], [ -122.162119, 37.7521 ], [ -122.161904, 37.7522 ], [ -122.160645, 37.752788 ], [ -122.1604, 37.752903 ], [ -122.160236, 37.752453 ], [ -122.159925, 37.751596 ], [ -122.159831, 37.751335 ], [ -122.159798, 37.751281 ], [ -122.159724, 37.751169 ], [ -122.159503, 37.750835 ], [ -122.15943, 37.750724 ], [ -122.159326, 37.750564 ], [ -122.159014, 37.750084 ], [ -122.158911, 37.749925 ], [ -122.158851, 37.749826 ], [ -122.158737, 37.749655 ], [ -122.158701, 37.749601 ], [ -122.15842, 37.749178 ], [ -122.158208, 37.748853 ], [ -122.158033, 37.748585 ], [ -122.157984, 37.748511 ], [ -122.157839, 37.748289 ], [ -122.157791, 37.748216 ], [ -122.157679, 37.748047 ], [ -122.157345, 37.747542 ], [ -122.157234, 37.747374 ], [ -122.156998, 37.747005 ], [ -122.156779, 37.74667 ], [ -122.156672, 37.746502 ], [ -122.156497, 37.746226 ], [ -122.156395, 37.746081 ], [ -122.156328, 37.74602 ], [ -122.156288, 37.745983 ], [ -122.156221, 37.745929 ], [ -122.156174, 37.745897 ], [ -122.155957, 37.745752 ], [ -122.155902, 37.745715 ], [ -122.155309, 37.745319 ], [ -122.155094, 37.745175 ], [ -122.154828, 37.744986 ], [ -122.154793, 37.744962 ], [ -122.154362, 37.744667 ], [ -122.154048, 37.744428 ], [ -122.153902, 37.74431 ], [ -122.153831, 37.744253 ], [ -122.153625, 37.744069 ], [ -122.153479, 37.743929 ], [ -122.153433, 37.743885 ], [ -122.153057, 37.743493 ], [ -122.152918, 37.743348 ], [ -122.152835, 37.743261 ], [ -122.152719, 37.743139 ], [ -122.152584, 37.743004 ], [ -122.152546, 37.742966 ], [ -122.152496, 37.742923 ], [ -122.152445, 37.742883 ], [ -122.152295, 37.742763 ], [ -122.152245, 37.742723 ], [ -122.152143, 37.742645 ], [ -122.151838, 37.742412 ], [ -122.151731, 37.742343 ], [ -122.151615, 37.742273 ], [ -122.151526, 37.742214 ], [ -122.151474, 37.742181 ], [ -122.15127, 37.742067 ], [ -122.150888, 37.74187 ], [ -122.150835, 37.741843 ], [ -122.150668, 37.741772 ], [ -122.150475, 37.74168 ], [ -122.149896, 37.741406 ], [ -122.149703, 37.741315 ], [ -122.14953, 37.741232 ], [ -122.149083, 37.741019 ], [ -122.149011, 37.740986 ], [ -122.148837, 37.740907 ], [ -122.148814, 37.740897 ], [ -122.148747, 37.740868 ], [ -122.148725, 37.740859 ], [ -122.148962, 37.740796 ], [ -122.149018, 37.740779 ], [ -122.149541, 37.740622 ], [ -122.149894, 37.740521 ], [ -122.150187, 37.740439 ], [ -122.150379, 37.740386 ], [ -122.150957, 37.74023 ], [ -122.15115, 37.740178 ], [ -122.15131, 37.740132 ], [ -122.15179, 37.739997 ], [ -122.151951, 37.739952 ], [ -122.152242, 37.73987 ], [ -122.153117, 37.739628 ], [ -122.153409, 37.739548 ], [ -122.15375, 37.739453 ], [ -122.154776, 37.739171 ], [ -122.155015, 37.739106 ], [ -122.155119, 37.739082 ], [ -122.155203, 37.739201 ], [ -122.155458, 37.73956 ], [ -122.155543, 37.73968 ], [ -122.155637, 37.739802 ], [ -122.155922, 37.740169 ], [ -122.156017, 37.740292 ], [ -122.156108, 37.740412 ], [ -122.156381, 37.740772 ], [ -122.156473, 37.740892 ], [ -122.156568, 37.741019 ], [ -122.15669, 37.741169 ], [ -122.156849, 37.741355 ], [ -122.156867, 37.74138 ], [ -122.156962, 37.741506 ], [ -122.157005, 37.741586 ], [ -122.157149, 37.741805 ], [ -122.157589, 37.742475 ], [ -122.157742, 37.742682 ], [ -122.157953, 37.742966 ], [ -122.158042, 37.743087 ], [ -122.158312, 37.74345 ], [ -122.158402, 37.743572 ], [ -122.15849, 37.743688 ], [ -122.158754, 37.744039 ], [ -122.158842, 37.744156 ], [ -122.158927, 37.74427 ], [ -122.159182, 37.744614 ], [ -122.159267, 37.744729 ], [ -122.159314, 37.744793 ], [ -122.159458, 37.744985 ], [ -122.159506, 37.745049 ], [ -122.159666, 37.745264 ], [ -122.160146, 37.745909 ], [ -122.160307, 37.746125 ], [ -122.160453, 37.746324 ], [ -122.160894, 37.746924 ], [ -122.161042, 37.747124 ], [ -122.161239, 37.747392 ], [ -122.161833, 37.748196 ], [ -122.161963, 37.748372 ], [ -122.162032, 37.748465 ], [ -122.162224, 37.748725 ], [ -122.1628, 37.749508 ], [ -122.162993, 37.749769 ], [ -122.163203, 37.750053 ], [ -122.163833, 37.750905 ], [ -122.164044, 37.75119 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001410300", "name": "Census Tract 4103, Alameda County, California", "total_population_17": 3598, "white_alone_17": 43.0, "black_alone_17": 891.0, "native_alone_17": 46.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 84.0, "hispanic_or_latino_17": 2417.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": -1.246, "pct_black_alone_change": -27.221, "pct_native_alone_change": 0.929, "pct_asian_alone_change": -3.468, "pct_hispanic_or_latino_change": 27.208, "pct_native_hawaiian_pacific_islander_change": 2.335, "INTPTLAT": "+37.7466798", "INTPTLON": "-122.1661407" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.172521, 37.747223 ], [ -122.172306, 37.74732 ], [ -122.171663, 37.747613 ], [ -122.171449, 37.747711 ], [ -122.171234, 37.747812 ], [ -122.170589, 37.748115 ], [ -122.170375, 37.748217 ], [ -122.17016, 37.748316 ], [ -122.169517, 37.748614 ], [ -122.169303, 37.748714 ], [ -122.169088, 37.748814 ], [ -122.168446, 37.749115 ], [ -122.168232, 37.749216 ], [ -122.168014, 37.749314 ], [ -122.167362, 37.74961 ], [ -122.167145, 37.749709 ], [ -122.16693, 37.74981 ], [ -122.166285, 37.750115 ], [ -122.166071, 37.750217 ], [ -122.166042, 37.750229 ], [ -122.165956, 37.750268 ], [ -122.165928, 37.750282 ], [ -122.165817, 37.750332 ], [ -122.165744, 37.750366 ], [ -122.165196, 37.750623 ], [ -122.165014, 37.75071 ], [ -122.16482, 37.750806 ], [ -122.164238, 37.751093 ], [ -122.164044, 37.75119 ], [ -122.163833, 37.750905 ], [ -122.163203, 37.750053 ], [ -122.162993, 37.749769 ], [ -122.1628, 37.749508 ], [ -122.162224, 37.748725 ], [ -122.162032, 37.748465 ], [ -122.161963, 37.748372 ], [ -122.161833, 37.748196 ], [ -122.161239, 37.747392 ], [ -122.161042, 37.747124 ], [ -122.160894, 37.746924 ], [ -122.160453, 37.746324 ], [ -122.160307, 37.746125 ], [ -122.160146, 37.745909 ], [ -122.159666, 37.745264 ], [ -122.159506, 37.745049 ], [ -122.159762, 37.745054 ], [ -122.160431, 37.745069 ], [ -122.16053, 37.74505 ], [ -122.16056, 37.745045 ], [ -122.16078, 37.744992 ], [ -122.16102, 37.744929 ], [ -122.16174, 37.744741 ], [ -122.161981, 37.744679 ], [ -122.162225, 37.744611 ], [ -122.16296, 37.74441 ], [ -122.163205, 37.744343 ], [ -122.163437, 37.744276 ], [ -122.164133, 37.744077 ], [ -122.164366, 37.744011 ], [ -122.164616, 37.743951 ], [ -122.165368, 37.743774 ], [ -122.165619, 37.743715 ], [ -122.165882, 37.743646 ], [ -122.166673, 37.743441 ], [ -122.166937, 37.743373 ], [ -122.167109, 37.743328 ], [ -122.167628, 37.743194 ], [ -122.167801, 37.74315 ], [ -122.168083, 37.743074 ], [ -122.168932, 37.742849 ], [ -122.169098, 37.742805 ], [ -122.169212, 37.742763 ], [ -122.169303, 37.742885 ], [ -122.16957, 37.743245 ], [ -122.16966, 37.743366 ], [ -122.169704, 37.743426 ], [ -122.169838, 37.743606 ], [ -122.169883, 37.743667 ], [ -122.170003, 37.743828 ], [ -122.170366, 37.744311 ], [ -122.170423, 37.744387 ], [ -122.170457, 37.744426 ], [ -122.170489, 37.744471 ], [ -122.170584, 37.744598 ], [ -122.17087, 37.744979 ], [ -122.170966, 37.745107 ], [ -122.17107, 37.745247 ], [ -122.171383, 37.74567 ], [ -122.171488, 37.745812 ], [ -122.171588, 37.74595 ], [ -122.17189, 37.746366 ], [ -122.171991, 37.746505 ], [ -122.172097, 37.746648 ], [ -122.172415, 37.747079 ], [ -122.172521, 37.747223 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001410400", "name": "Census Tract 4104, Alameda County, California", "total_population_17": 4146, "white_alone_17": 249.0, "black_alone_17": 1520.0, "native_alone_17": 43.0, "asian_alone_17": 348.0, "native_hawaiian_pacific_islander_17": 9.0, "hispanic_or_latino_17": 1954.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 0.242, "pct_black_alone_change": -18.062, "pct_native_alone_change": 0.918, "pct_asian_alone_change": 4.888, "pct_hispanic_or_latino_change": 11.628, "pct_native_hawaiian_pacific_islander_change": 0.158, "INTPTLAT": "+37.7408161", "INTPTLON": "-122.1621741" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.169212, 37.742763 ], [ -122.169098, 37.742805 ], [ -122.168932, 37.742849 ], [ -122.168083, 37.743074 ], [ -122.167801, 37.74315 ], [ -122.167628, 37.743194 ], [ -122.167109, 37.743328 ], [ -122.166937, 37.743373 ], [ -122.166673, 37.743441 ], [ -122.165882, 37.743646 ], [ -122.165619, 37.743715 ], [ -122.165368, 37.743774 ], [ -122.164616, 37.743951 ], [ -122.164366, 37.744011 ], [ -122.164133, 37.744077 ], [ -122.163437, 37.744276 ], [ -122.163205, 37.744343 ], [ -122.16296, 37.74441 ], [ -122.162225, 37.744611 ], [ -122.161981, 37.744679 ], [ -122.16174, 37.744741 ], [ -122.16102, 37.744929 ], [ -122.16078, 37.744992 ], [ -122.16056, 37.745045 ], [ -122.16053, 37.74505 ], [ -122.160431, 37.745069 ], [ -122.159762, 37.745054 ], [ -122.159506, 37.745049 ], [ -122.159458, 37.744985 ], [ -122.159314, 37.744793 ], [ -122.159267, 37.744729 ], [ -122.159182, 37.744614 ], [ -122.158927, 37.74427 ], [ -122.158842, 37.744156 ], [ -122.158754, 37.744039 ], [ -122.15849, 37.743688 ], [ -122.158402, 37.743572 ], [ -122.158312, 37.74345 ], [ -122.158042, 37.743087 ], [ -122.157953, 37.742966 ], [ -122.157742, 37.742682 ], [ -122.157589, 37.742475 ], [ -122.157149, 37.741805 ], [ -122.157005, 37.741586 ], [ -122.156962, 37.741506 ], [ -122.156867, 37.74138 ], [ -122.156849, 37.741355 ], [ -122.15669, 37.741169 ], [ -122.156568, 37.741019 ], [ -122.156473, 37.740892 ], [ -122.156381, 37.740772 ], [ -122.156108, 37.740412 ], [ -122.156017, 37.740292 ], [ -122.155922, 37.740169 ], [ -122.155637, 37.739802 ], [ -122.155543, 37.73968 ], [ -122.155458, 37.73956 ], [ -122.155203, 37.739201 ], [ -122.155119, 37.739082 ], [ -122.157024, 37.738548 ], [ -122.158149, 37.738228 ], [ -122.158542, 37.738106 ], [ -122.159284, 37.737913 ], [ -122.160074, 37.737691 ], [ -122.160158, 37.737668 ], [ -122.16029, 37.737634 ], [ -122.160362, 37.737619 ], [ -122.160414, 37.737612 ], [ -122.160429, 37.737611 ], [ -122.160502, 37.737607 ], [ -122.160786, 37.737494 ], [ -122.160888, 37.737454 ], [ -122.161298, 37.737269 ], [ -122.161333, 37.737253 ], [ -122.161624, 37.737119 ], [ -122.161903, 37.736992 ], [ -122.162354, 37.736781 ], [ -122.163708, 37.73615 ], [ -122.16416, 37.73594 ], [ -122.164402, 37.736262 ], [ -122.165131, 37.737228 ], [ -122.165362, 37.737535 ], [ -122.165374, 37.737551 ], [ -122.165393, 37.737578 ], [ -122.165419, 37.737614 ], [ -122.165452, 37.737661 ], [ -122.165472, 37.737689 ], [ -122.165529, 37.73777 ], [ -122.165605, 37.737877 ], [ -122.165703, 37.738015 ], [ -122.165761, 37.738097 ], [ -122.165841, 37.73821 ], [ -122.166082, 37.738551 ], [ -122.166163, 37.738665 ], [ -122.166259, 37.738791 ], [ -122.16655, 37.739169 ], [ -122.166647, 37.739295 ], [ -122.166736, 37.739415 ], [ -122.167003, 37.739777 ], [ -122.167092, 37.739898 ], [ -122.16715, 37.739976 ], [ -122.167324, 37.740213 ], [ -122.167383, 37.740292 ], [ -122.16741, 37.740326 ], [ -122.167423, 37.740342 ], [ -122.167492, 37.740432 ], [ -122.167519, 37.740468 ], [ -122.167588, 37.740564 ], [ -122.167798, 37.740852 ], [ -122.167868, 37.740949 ], [ -122.167913, 37.741013 ], [ -122.168051, 37.741205 ], [ -122.168098, 37.74127 ], [ -122.1683, 37.741544 ], [ -122.168316, 37.741565 ], [ -122.168754, 37.742145 ], [ -122.168815, 37.742226 ], [ -122.169001, 37.742469 ], [ -122.169063, 37.74255 ], [ -122.169092, 37.742592 ], [ -122.169182, 37.74272 ], [ -122.169212, 37.742763 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001410500", "name": "Census Tract 4105, Alameda County, California", "total_population_17": 2209, "white_alone_17": 150.0, "black_alone_17": 1440.0, "native_alone_17": 8.0, "asian_alone_17": 340.0, "native_hawaiian_pacific_islander_17": 20.0, "hispanic_or_latino_17": 145.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 2.515, "pct_black_alone_change": -14.8, "pct_native_alone_change": 0.052, "pct_asian_alone_change": 4.735, "pct_hispanic_or_latino_change": 2.041, "pct_native_hawaiian_pacific_islander_change": 0.843, "INTPTLAT": "+37.8100159", "INTPTLON": "-122.2889571" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293602, 37.805302 ], [ -122.293556, 37.805421 ], [ -122.293457, 37.805697 ], [ -122.293325, 37.806077 ], [ -122.293284, 37.806203 ], [ -122.293197, 37.80653 ], [ -122.293106, 37.806905 ], [ -122.292775, 37.807893 ], [ -122.292569, 37.808437 ], [ -122.292518, 37.80858 ], [ -122.292365, 37.809012 ], [ -122.292315, 37.809156 ], [ -122.292262, 37.809303 ], [ -122.292105, 37.809746 ], [ -122.292053, 37.809894 ], [ -122.291993, 37.810094 ], [ -122.291988, 37.810112 ], [ -122.291975, 37.810182 ], [ -122.291929, 37.810386 ], [ -122.291816, 37.810693 ], [ -122.291774, 37.810811 ], [ -122.291746, 37.81089 ], [ -122.291697, 37.81103 ], [ -122.291629, 37.811225 ], [ -122.291547, 37.811449 ], [ -122.291497, 37.811589 ], [ -122.291442, 37.811742 ], [ -122.291317, 37.812095 ], [ -122.29127, 37.812201 ], [ -122.291226, 37.812304 ], [ -122.291205, 37.812351 ], [ -122.291146, 37.812491 ], [ -122.29097, 37.812914 ], [ -122.290912, 37.813055 ], [ -122.290856, 37.813209 ], [ -122.290687, 37.813673 ], [ -122.290657, 37.813759 ], [ -122.290632, 37.813828 ], [ -122.290105, 37.815265 ], [ -122.289971, 37.815625 ], [ -122.28984, 37.816025 ], [ -122.289802, 37.816155 ], [ -122.289727, 37.816504 ], [ -122.289669, 37.816835 ], [ -122.28967, 37.817002 ], [ -122.289556, 37.816945 ], [ -122.289479, 37.816917 ], [ -122.289194, 37.816812 ], [ -122.288119, 37.816546 ], [ -122.287931, 37.816504 ], [ -122.287367, 37.816381 ], [ -122.28718, 37.81634 ], [ -122.287068, 37.816315 ], [ -122.286968, 37.816296 ], [ -122.286351, 37.816157 ], [ -122.286144, 37.816111 ], [ -122.285928, 37.816064 ], [ -122.285283, 37.815923 ], [ -122.285068, 37.815877 ], [ -122.284859, 37.815826 ], [ -122.284232, 37.815675 ], [ -122.284148, 37.815655 ], [ -122.284024, 37.815622 ], [ -122.284046, 37.815564 ], [ -122.284067, 37.815506 ], [ -122.284111, 37.815382 ], [ -122.284368, 37.814662 ], [ -122.284454, 37.814422 ], [ -122.284534, 37.8142 ], [ -122.284778, 37.813537 ], [ -122.284859, 37.813316 ], [ -122.284925, 37.813133 ], [ -122.285125, 37.812585 ], [ -122.285192, 37.812403 ], [ -122.285216, 37.812338 ], [ -122.285287, 37.812139 ], [ -122.285574, 37.811347 ], [ -122.28567, 37.811083 ], [ -122.285688, 37.811031 ], [ -122.285704, 37.810985 ], [ -122.285812, 37.810692 ], [ -122.285848, 37.810595 ], [ -122.285919, 37.810397 ], [ -122.286136, 37.809803 ], [ -122.286208, 37.809606 ], [ -122.286224, 37.809561 ], [ -122.286251, 37.809489 ], [ -122.286316, 37.809313 ], [ -122.286641, 37.808437 ], [ -122.28675, 37.808145 ], [ -122.286777, 37.808075 ], [ -122.286857, 37.807842 ], [ -122.287172, 37.806933 ], [ -122.287278, 37.806631 ], [ -122.287407, 37.806275 ], [ -122.287466, 37.80611 ], [ -122.287738, 37.805363 ], [ -122.287794, 37.805208 ], [ -122.287923, 37.804853 ], [ -122.287985, 37.804673 ], [ -122.288175, 37.804135 ], [ -122.288239, 37.803956 ], [ -122.288265, 37.803875 ], [ -122.288288, 37.803798 ], [ -122.288319, 37.803713 ], [ -122.288452, 37.80336 ], [ -122.288565, 37.803061 ], [ -122.288587, 37.802996 ], [ -122.28865, 37.802812 ], [ -122.28867, 37.802755 ], [ -122.288987, 37.802766 ], [ -122.289082, 37.802769 ], [ -122.289161, 37.802772 ], [ -122.289237, 37.802766 ], [ -122.289639, 37.802736 ], [ -122.289801, 37.802718 ], [ -122.290136, 37.802681 ], [ -122.291101, 37.802526 ], [ -122.290959, 37.802935 ], [ -122.290904, 37.80308 ], [ -122.290872, 37.80317 ], [ -122.290847, 37.803227 ], [ -122.290905, 37.803449 ], [ -122.290608, 37.803784 ], [ -122.291107, 37.80403 ], [ -122.291385, 37.804124 ], [ -122.291808, 37.804268 ], [ -122.29211, 37.804578 ], [ -122.29219, 37.80466 ], [ -122.292316, 37.804789 ], [ -122.292945, 37.804924 ], [ -122.293471, 37.805033 ], [ -122.293547, 37.805049 ], [ -122.29369, 37.805079 ], [ -122.293602, 37.805302 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001981900", "name": "Census Tract 9819, Alameda County, California", "total_population_17": 58, "white_alone_17": 58.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 86.034, "pct_black_alone_change": -26.877, "pct_native_alone_change": -0.264, "pct_asian_alone_change": -8.037, "pct_hispanic_or_latino_change": -50.856, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7996526", "INTPTLON": "-122.3170191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.346681, 37.811027 ], [ -122.344124, 37.810888 ], [ -122.336455, 37.810471 ], [ -122.333899, 37.810333 ], [ -122.333211, 37.81027 ], [ -122.33286, 37.810237 ], [ -122.329743, 37.809952 ], [ -122.328704, 37.809858 ], [ -122.328628, 37.809361 ], [ -122.328513, 37.808595 ], [ -122.328493, 37.808419 ], [ -122.328462, 37.808322 ], [ -122.328413, 37.808221 ], [ -122.328363, 37.80813 ], [ -122.328288, 37.808026 ], [ -122.328234, 37.807969 ], [ -122.328211, 37.807948 ], [ -122.328141, 37.807885 ], [ -122.328031, 37.807804 ], [ -122.327803, 37.807658 ], [ -122.326405, 37.807773 ], [ -122.323932, 37.807979 ], [ -122.323699, 37.808007 ], [ -122.323551, 37.808039 ], [ -122.323206, 37.808134 ], [ -122.323065, 37.808183 ], [ -122.322934, 37.808236 ], [ -122.32282, 37.808288 ], [ -122.322721, 37.808339 ], [ -122.322674, 37.808363 ], [ -122.32234, 37.808583 ], [ -122.321936, 37.80885 ], [ -122.321851, 37.808902 ], [ -122.321598, 37.809024 ], [ -122.321491, 37.809071 ], [ -122.321392, 37.809109 ], [ -122.32133, 37.809126 ], [ -122.321093, 37.809206 ], [ -122.32093, 37.809252 ], [ -122.32079, 37.809276 ], [ -122.320729, 37.809283 ], [ -122.320444, 37.809317 ], [ -122.320197, 37.809318 ], [ -122.319799, 37.809293 ], [ -122.319614, 37.809276 ], [ -122.31935, 37.809252 ], [ -122.319298, 37.809248 ], [ -122.319245, 37.809236 ], [ -122.319089, 37.809217 ], [ -122.318994, 37.809205 ], [ -122.317735, 37.809097 ], [ -122.317156, 37.809037 ], [ -122.316872, 37.809013 ], [ -122.316203, 37.808979 ], [ -122.315339, 37.808885 ], [ -122.315067, 37.808858 ], [ -122.314469, 37.808815 ], [ -122.312677, 37.808689 ], [ -122.312214, 37.808657 ], [ -122.31208, 37.808658 ], [ -122.311542, 37.808706 ], [ -122.310768, 37.808798 ], [ -122.31005, 37.808688 ], [ -122.308546, 37.808287 ], [ -122.308441, 37.808281 ], [ -122.306256, 37.808074 ], [ -122.30568, 37.808 ], [ -122.305276, 37.807948 ], [ -122.304866, 37.807896 ], [ -122.304838, 37.807671 ], [ -122.304825, 37.807566 ], [ -122.304819, 37.807518 ], [ -122.304777, 37.807378 ], [ -122.304752, 37.807291 ], [ -122.304592, 37.806828 ], [ -122.304529, 37.806646 ], [ -122.304412, 37.806352 ], [ -122.304309, 37.806152 ], [ -122.304096, 37.805738 ], [ -122.303679, 37.805101 ], [ -122.30343, 37.804796 ], [ -122.303339, 37.804684 ], [ -122.303059, 37.804405 ], [ -122.302861, 37.804207 ], [ -122.302682, 37.804065 ], [ -122.302431, 37.803866 ], [ -122.3023, 37.803762 ], [ -122.301985, 37.80352 ], [ -122.301827, 37.803409 ], [ -122.301775, 37.803373 ], [ -122.300906, 37.802894 ], [ -122.300389, 37.802657 ], [ -122.299936, 37.80248 ], [ -122.299786, 37.80243 ], [ -122.299698, 37.802402 ], [ -122.299281, 37.80229 ], [ -122.299056, 37.802233 ], [ -122.29885, 37.802181 ], [ -122.298189, 37.80205 ], [ -122.297928, 37.802015 ], [ -122.29762, 37.801974 ], [ -122.296858, 37.801922 ], [ -122.296357, 37.801908 ], [ -122.295751, 37.801931 ], [ -122.295553, 37.801939 ], [ -122.295024, 37.801987 ], [ -122.294509, 37.80205 ], [ -122.294494, 37.802052 ], [ -122.294346, 37.802073 ], [ -122.29364, 37.802175 ], [ -122.293583, 37.802183 ], [ -122.293357, 37.802216 ], [ -122.293174, 37.802242 ], [ -122.293078, 37.802256 ], [ -122.292622, 37.802297 ], [ -122.292439, 37.802314 ], [ -122.292323, 37.802332 ], [ -122.29214, 37.802361 ], [ -122.291977, 37.802388 ], [ -122.291862, 37.802407 ], [ -122.291766, 37.802422 ], [ -122.291481, 37.802468 ], [ -122.291386, 37.802483 ], [ -122.291248, 37.802505 ], [ -122.291101, 37.802526 ], [ -122.290136, 37.802681 ], [ -122.289801, 37.802718 ], [ -122.289639, 37.802736 ], [ -122.289237, 37.802766 ], [ -122.289161, 37.802772 ], [ -122.289082, 37.802769 ], [ -122.288987, 37.802766 ], [ -122.28867, 37.802755 ], [ -122.288706, 37.802655 ], [ -122.288714, 37.802631 ], [ -122.28874, 37.80256 ], [ -122.288749, 37.802537 ], [ -122.288871, 37.802254 ], [ -122.288876, 37.802243 ], [ -122.289202, 37.80139 ], [ -122.289313, 37.801103 ], [ -122.28948, 37.80091 ], [ -122.289507, 37.800858 ], [ -122.289514, 37.800838 ], [ -122.28957, 37.800703 ], [ -122.28974, 37.800089 ], [ -122.289788, 37.799975 ], [ -122.289831, 37.799888 ], [ -122.289863, 37.799826 ], [ -122.290031, 37.799622 ], [ -122.290076, 37.799581 ], [ -122.290088, 37.799571 ], [ -122.290155, 37.799522 ], [ -122.290228, 37.799477 ], [ -122.290281, 37.799445 ], [ -122.290426, 37.799379 ], [ -122.290552, 37.799333 ], [ -122.290786, 37.799269 ], [ -122.290892, 37.799247 ], [ -122.290994, 37.799238 ], [ -122.292394, 37.799044 ], [ -122.292626, 37.799012 ], [ -122.293896, 37.798805 ], [ -122.29412, 37.798764 ], [ -122.294674, 37.798648 ], [ -122.298326, 37.797782 ], [ -122.298735, 37.797715 ], [ -122.300683, 37.797399 ], [ -122.300868, 37.797369 ], [ -122.300852, 37.79732 ], [ -122.300842, 37.797285 ], [ -122.300814, 37.797186 ], [ -122.300808, 37.797174 ], [ -122.30079, 37.797128 ], [ -122.300786, 37.79708 ], [ -122.300789, 37.797028 ], [ -122.300805, 37.796985 ], [ -122.30086, 37.796949 ], [ -122.3012, 37.796889 ], [ -122.302849, 37.7966 ], [ -122.303247, 37.796531 ], [ -122.303395, 37.796489 ], [ -122.304514, 37.796367 ], [ -122.304677, 37.796346 ], [ -122.304934, 37.796301 ], [ -122.307743, 37.795816 ], [ -122.30954, 37.795687 ], [ -122.311087, 37.795577 ], [ -122.311512, 37.795522 ], [ -122.312786, 37.795357 ], [ -122.313212, 37.795303 ], [ -122.313505, 37.795188 ], [ -122.314386, 37.794842 ], [ -122.31468, 37.794728 ], [ -122.3198, 37.795908 ], [ -122.332138, 37.798751 ], [ -122.33262, 37.798922 ], [ -122.340515, 37.801664 ], [ -122.341021, 37.80183 ], [ -122.341561, 37.802707 ], [ -122.345401, 37.808947 ], [ -122.346681, 37.811027 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001982000", "name": "Census Tract 9820, Alameda County, California", "total_population_17": 66, "white_alone_17": 37.0, "black_alone_17": 18.0, "native_alone_17": 0.0, "asian_alone_17": 4.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 7.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 38.204, "pct_black_alone_change": 2.273, "pct_native_alone_change": -17.857, "pct_asian_alone_change": 2.49, "pct_hispanic_or_latino_change": -25.108, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7960280", "INTPTLON": "-122.2953295" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.314386, 37.794842 ], [ -122.313505, 37.795188 ], [ -122.313212, 37.795303 ], [ -122.312786, 37.795357 ], [ -122.311512, 37.795522 ], [ -122.311087, 37.795577 ], [ -122.30954, 37.795687 ], [ -122.307743, 37.795816 ], [ -122.304934, 37.796301 ], [ -122.304677, 37.796346 ], [ -122.304514, 37.796367 ], [ -122.303395, 37.796489 ], [ -122.303247, 37.796531 ], [ -122.302849, 37.7966 ], [ -122.3012, 37.796889 ], [ -122.30086, 37.796949 ], [ -122.300805, 37.796985 ], [ -122.300789, 37.797028 ], [ -122.300786, 37.79708 ], [ -122.30079, 37.797128 ], [ -122.300808, 37.797174 ], [ -122.300814, 37.797186 ], [ -122.300842, 37.797285 ], [ -122.300852, 37.79732 ], [ -122.300868, 37.797369 ], [ -122.300683, 37.797399 ], [ -122.298735, 37.797715 ], [ -122.298326, 37.797782 ], [ -122.294674, 37.798648 ], [ -122.29412, 37.798764 ], [ -122.293896, 37.798805 ], [ -122.292626, 37.799012 ], [ -122.292394, 37.799044 ], [ -122.290994, 37.799238 ], [ -122.290892, 37.799247 ], [ -122.290786, 37.799269 ], [ -122.290552, 37.799333 ], [ -122.290426, 37.799379 ], [ -122.290281, 37.799445 ], [ -122.290228, 37.799477 ], [ -122.290155, 37.799522 ], [ -122.290088, 37.799571 ], [ -122.290076, 37.799581 ], [ -122.290031, 37.799622 ], [ -122.289863, 37.799826 ], [ -122.289831, 37.799888 ], [ -122.289788, 37.799975 ], [ -122.28974, 37.800089 ], [ -122.28957, 37.800703 ], [ -122.289514, 37.800838 ], [ -122.289507, 37.800858 ], [ -122.28948, 37.80091 ], [ -122.289313, 37.801103 ], [ -122.289202, 37.80139 ], [ -122.288876, 37.802243 ], [ -122.288871, 37.802254 ], [ -122.288749, 37.802537 ], [ -122.28874, 37.80256 ], [ -122.288714, 37.802631 ], [ -122.288706, 37.802655 ], [ -122.28867, 37.802755 ], [ -122.288589, 37.802755 ], [ -122.288471, 37.802757 ], [ -122.288426, 37.802758 ], [ -122.287919, 37.80278 ], [ -122.287874, 37.802778 ], [ -122.287676, 37.802774 ], [ -122.287404, 37.802763 ], [ -122.287341, 37.802755 ], [ -122.28724, 37.802744 ], [ -122.286832, 37.802685 ], [ -122.286347, 37.802593 ], [ -122.286018, 37.802532 ], [ -122.285654, 37.802464 ], [ -122.285469, 37.802403 ], [ -122.283858, 37.801875 ], [ -122.283322, 37.8017 ], [ -122.28318, 37.801647 ], [ -122.282064, 37.80119 ], [ -122.281736, 37.80105 ], [ -122.280868, 37.800725 ], [ -122.279687, 37.800256 ], [ -122.279855, 37.800011 ], [ -122.280052, 37.799691 ], [ -122.28008, 37.799645 ], [ -122.280099, 37.799612 ], [ -122.280243, 37.799379 ], [ -122.280292, 37.799302 ], [ -122.280376, 37.799169 ], [ -122.280631, 37.798774 ], [ -122.280716, 37.798642 ], [ -122.280734, 37.798614 ], [ -122.280751, 37.798588 ], [ -122.280817, 37.798478 ], [ -122.281063, 37.798069 ], [ -122.281146, 37.797933 ], [ -122.281245, 37.797771 ], [ -122.281542, 37.797288 ], [ -122.281642, 37.797127 ], [ -122.281755, 37.796955 ], [ -122.282094, 37.796439 ], [ -122.282207, 37.796267 ], [ -122.282513, 37.795974 ], [ -122.283432, 37.795095 ], [ -122.283739, 37.794803 ], [ -122.283846, 37.794607 ], [ -122.284171, 37.794022 ], [ -122.28428, 37.793828 ], [ -122.285971, 37.793616 ], [ -122.286379, 37.793565 ], [ -122.289331, 37.793196 ], [ -122.292678, 37.792778 ], [ -122.29388, 37.792628 ], [ -122.29478, 37.792528 ], [ -122.305305, 37.793692 ], [ -122.312471, 37.794484 ], [ -122.31468, 37.794728 ], [ -122.314386, 37.794842 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001983200", "name": "Census Tract 9832, Alameda County, California", "total_population_17": 573, "white_alone_17": 292.0, "black_alone_17": 33.0, "native_alone_17": 12.0, "asian_alone_17": 170.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 55.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": 4.928, "pct_black_alone_change": -10.114, "pct_native_alone_change": 0.507, "pct_asian_alone_change": 5.858, "pct_hispanic_or_latino_change": -3.099, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+37.7959455", "INTPTLON": "-122.2772680" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284171, 37.794022 ], [ -122.283846, 37.794607 ], [ -122.283739, 37.794803 ], [ -122.283432, 37.795095 ], [ -122.282513, 37.795974 ], [ -122.282207, 37.796267 ], [ -122.282094, 37.796439 ], [ -122.281755, 37.796955 ], [ -122.281642, 37.797127 ], [ -122.281542, 37.797288 ], [ -122.281245, 37.797771 ], [ -122.281146, 37.797933 ], [ -122.281063, 37.798069 ], [ -122.280817, 37.798478 ], [ -122.280751, 37.798588 ], [ -122.280734, 37.798614 ], [ -122.280716, 37.798642 ], [ -122.280631, 37.798774 ], [ -122.280376, 37.799169 ], [ -122.280292, 37.799302 ], [ -122.280243, 37.799379 ], [ -122.280099, 37.799612 ], [ -122.28008, 37.799645 ], [ -122.280052, 37.799691 ], [ -122.279855, 37.800011 ], [ -122.279687, 37.800256 ], [ -122.279564, 37.800449 ], [ -122.279486, 37.800351 ], [ -122.27939, 37.800259 ], [ -122.279165, 37.800063 ], [ -122.278999, 37.799947 ], [ -122.27889, 37.799879 ], [ -122.278763, 37.79979 ], [ -122.278651, 37.79972 ], [ -122.278591, 37.799685 ], [ -122.278556, 37.799665 ], [ -122.278536, 37.799654 ], [ -122.27845, 37.79961 ], [ -122.278415, 37.799592 ], [ -122.27828, 37.799533 ], [ -122.27826, 37.799524 ], [ -122.278094, 37.799457 ], [ -122.27787, 37.799373 ], [ -122.277733, 37.799322 ], [ -122.277432, 37.799208 ], [ -122.277138, 37.799098 ], [ -122.276529, 37.798872 ], [ -122.276228, 37.798761 ], [ -122.276207, 37.798753 ], [ -122.276147, 37.79873 ], [ -122.276127, 37.798723 ], [ -122.275978, 37.798667 ], [ -122.275913, 37.798642 ], [ -122.275274, 37.798401 ], [ -122.275061, 37.798321 ], [ -122.27496, 37.798285 ], [ -122.274935, 37.798276 ], [ -122.27486, 37.798249 ], [ -122.274799, 37.798227 ], [ -122.27437, 37.798074 ], [ -122.274018, 37.797944 ], [ -122.273864, 37.797887 ], [ -122.273758, 37.797849 ], [ -122.273605, 37.797802 ], [ -122.27283, 37.797557 ], [ -122.272515, 37.797457 ], [ -122.272378, 37.797402 ], [ -122.272187, 37.797322 ], [ -122.271457, 37.797006 ], [ -122.271352, 37.796969 ], [ -122.271234, 37.796928 ], [ -122.270791, 37.796772 ], [ -122.27014, 37.796524 ], [ -122.270202, 37.796432 ], [ -122.270283, 37.796313 ], [ -122.270317, 37.79625 ], [ -122.270422, 37.796085 ], [ -122.270752, 37.795573 ], [ -122.270833, 37.79544 ], [ -122.271078, 37.795045 ], [ -122.27116, 37.794913 ], [ -122.271183, 37.794874 ], [ -122.271203, 37.794841 ], [ -122.271269, 37.794735 ], [ -122.271529, 37.794322 ], [ -122.271616, 37.794185 ], [ -122.2717, 37.794051 ], [ -122.271952, 37.79365 ], [ -122.272035, 37.793516 ], [ -122.272052, 37.793484 ], [ -122.272107, 37.79339 ], [ -122.272125, 37.793359 ], [ -122.272265, 37.79313 ], [ -122.272686, 37.792447 ], [ -122.272827, 37.792219 ], [ -122.272997, 37.792217 ], [ -122.27351, 37.792211 ], [ -122.273681, 37.79221 ], [ -122.27378, 37.792033 ], [ -122.274079, 37.791504 ], [ -122.27418, 37.791328 ], [ -122.274271, 37.791392 ], [ -122.274544, 37.791584 ], [ -122.274636, 37.791648 ], [ -122.274964, 37.791804 ], [ -122.275951, 37.792272 ], [ -122.27628, 37.792428 ], [ -122.278008, 37.793045 ], [ -122.278243, 37.793129 ], [ -122.279674, 37.793417 ], [ -122.280879, 37.79352 ], [ -122.281092, 37.793539 ], [ -122.28428, 37.793828 ], [ -122.284171, 37.794022 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "06001990000", "name": "Census Tract 9900, Alameda County, California", "total_population_17": 0, "white_alone_17": 0.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Oakland", "gentrified": false, "pct_white_alone_change": null, "pct_black_alone_change": null, "pct_native_alone_change": null, "pct_asian_alone_change": null, "pct_hispanic_or_latino_change": null, "pct_native_hawaiian_pacific_islander_change": null, "INTPTLAT": "+37.6836979", "INTPTLON": "-122.2281492" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.098588, 37.494884 ], [ -122.091073, 37.495033 ], [ -122.086001, 37.495033 ], [ -122.078016, 37.495107 ], [ -122.072849, 37.494512 ], [ -122.065898, 37.492946 ], [ -122.061484, 37.491605 ], [ -122.061578, 37.486685 ], [ -122.060749, 37.474931 ], [ -122.059886, 37.469467 ], [ -122.055941, 37.463951 ], [ -122.048707, 37.461639 ], [ -122.045707, 37.461806 ], [ -122.044587, 37.460666 ], [ -122.045271, 37.460276 ], [ -122.045857, 37.459938 ], [ -122.046574, 37.459526 ], [ -122.047825, 37.459007 ], [ -122.048185, 37.458973 ], [ -122.04897, 37.4589 ], [ -122.050313, 37.4589 ], [ -122.050763, 37.458951 ], [ -122.051244, 37.459007 ], [ -122.051931, 37.459251 ], [ -122.052648, 37.459656 ], [ -122.057486, 37.462707 ], [ -122.059673, 37.464087 ], [ -122.060202, 37.46442 ], [ -122.06179, 37.465422 ], [ -122.06232, 37.465756 ], [ -122.063508, 37.466506 ], [ -122.067075, 37.468756 ], [ -122.068264, 37.469506 ], [ -122.068384, 37.469582 ], [ -122.068747, 37.46981 ], [ -122.068868, 37.469887 ], [ -122.068965, 37.469948 ], [ -122.069259, 37.470133 ], [ -122.069357, 37.470195 ], [ -122.07178, 37.471723 ], [ -122.079049, 37.476309 ], [ -122.081473, 37.477838 ], [ -122.087103, 37.481805 ], [ -122.103995, 37.493706 ], [ -122.098588, 37.494884 ] ] ], [ [ [ -122.321555, 37.771215 ], [ -122.306606, 37.766971 ], [ -122.291808, 37.763008 ], [ -122.282265, 37.760179 ], [ -122.266906, 37.755304 ], [ -122.259468, 37.752594 ], [ -122.262689, 37.747717 ], [ -122.268754, 37.738534 ], [ -122.269116, 37.737983 ], [ -122.264426, 37.732948 ], [ -122.256542, 37.721242 ], [ -122.256282, 37.721077 ], [ -122.234182, 37.70702 ], [ -122.234142, 37.706995 ], [ -122.229128, 37.703804 ], [ -122.216153, 37.695543 ], [ -122.213327, 37.695394 ], [ -122.209088, 37.696138 ], [ -122.207391, 37.699194 ], [ -122.206012, 37.702032 ], [ -122.205473, 37.702619 ], [ -122.205374, 37.702727 ], [ -122.205031, 37.703101 ], [ -122.204376, 37.703815 ], [ -122.200419, 37.700835 ], [ -122.197969, 37.698524 ], [ -122.197208, 37.692459 ], [ -122.192402, 37.68794 ], [ -122.185998, 37.684362 ], [ -122.178181, 37.677132 ], [ -122.172153, 37.673181 ], [ -122.170876, 37.671131 ], [ -122.167076, 37.667231 ], [ -122.166947, 37.666758 ], [ -122.166872, 37.666478 ], [ -122.165593, 37.661758 ], [ -122.163861, 37.655367 ], [ -122.16134, 37.647447 ], [ -122.161132, 37.646795 ], [ -122.16019, 37.641055 ], [ -122.158496, 37.632931 ], [ -122.158434, 37.632185 ], [ -122.157553, 37.621601 ], [ -122.162477, 37.614758 ], [ -122.16236, 37.614703 ], [ -122.155859, 37.611537 ], [ -122.152417, 37.599099 ], [ -122.155013, 37.591114 ], [ -122.153507, 37.582169 ], [ -122.140998, 37.562193 ], [ -122.135769, 37.558852 ], [ -122.128578, 37.548105 ], [ -122.125536, 37.542474 ], [ -122.122092, 37.536105 ], [ -122.120401, 37.532824 ], [ -122.118521, 37.526413 ], [ -122.117298, 37.513667 ], [ -122.117393, 37.506894 ], [ -122.117472, 37.50699 ], [ -122.118285, 37.507985 ], [ -122.120963, 37.511258 ], [ -122.121856, 37.51235 ], [ -122.123099, 37.513867 ], [ -122.12683, 37.518419 ], [ -122.128074, 37.519937 ], [ -122.130414, 37.522816 ], [ -122.137434, 37.531456 ], [ -122.139775, 37.534336 ], [ -122.141655, 37.536635 ], [ -122.147295, 37.543535 ], [ -122.149175, 37.545835 ], [ -122.149429, 37.546159 ], [ -122.150194, 37.547134 ], [ -122.150449, 37.547459 ], [ -122.151574, 37.548894 ], [ -122.154949, 37.553199 ], [ -122.156075, 37.554635 ], [ -122.158315, 37.557455 ], [ -122.165035, 37.565915 ], [ -122.167276, 37.568735 ], [ -122.169821, 37.571884 ], [ -122.174468, 37.577634 ], [ -122.177457, 37.581331 ], [ -122.180003, 37.58448 ], [ -122.181337, 37.58613 ], [ -122.185341, 37.591083 ], [ -122.186676, 37.592734 ], [ -122.18671, 37.592775 ], [ -122.186812, 37.592899 ], [ -122.186846, 37.592941 ], [ -122.188361, 37.594784 ], [ -122.192908, 37.600315 ], [ -122.194424, 37.602159 ], [ -122.194834, 37.602658 ], [ -122.195422, 37.603373 ], [ -122.196067, 37.604158 ], [ -122.19642, 37.604587 ], [ -122.196528, 37.604718 ], [ -122.196709, 37.604939 ], [ -122.196819, 37.605072 ], [ -122.197653, 37.606088 ], [ -122.197932, 37.606427 ], [ -122.200076, 37.609035 ], [ -122.206509, 37.616862 ], [ -122.208654, 37.619471 ], [ -122.21075, 37.622022 ], [ -122.21666, 37.629211 ], [ -122.217041, 37.629675 ], [ -122.218717, 37.631714 ], [ -122.219045, 37.632113 ], [ -122.219138, 37.632226 ], [ -122.219416, 37.632564 ], [ -122.220252, 37.633581 ], [ -122.220531, 37.63392 ], [ -122.222441, 37.636244 ], [ -122.228172, 37.643217 ], [ -122.230083, 37.645542 ], [ -122.233402, 37.649579 ], [ -122.243359, 37.661693 ], [ -122.246679, 37.665731 ], [ -122.247739, 37.667071 ], [ -122.250919, 37.671091 ], [ -122.251979, 37.672431 ], [ -122.254712, 37.675722 ], [ -122.262912, 37.685596 ], [ -122.265646, 37.688888 ], [ -122.268864, 37.692763 ], [ -122.27852, 37.704389 ], [ -122.28088, 37.70723 ], [ -122.28178, 37.70823 ], [ -122.28246, 37.709309 ], [ -122.2845, 37.71255 ], [ -122.28518, 37.71363 ], [ -122.286099, 37.71507 ], [ -122.28886, 37.71939 ], [ -122.28978, 37.72083 ], [ -122.2902, 37.72149 ], [ -122.29146, 37.72347 ], [ -122.29188, 37.72413 ], [ -122.29222, 37.72463 ], [ -122.29324, 37.72613 ], [ -122.29358, 37.72663 ], [ -122.29376, 37.72691 ], [ -122.2943, 37.72775 ], [ -122.29448, 37.72803 ], [ -122.297668, 37.733196 ], [ -122.30028, 37.737429 ], [ -122.30118, 37.738829 ], [ -122.30728, 37.748668 ], [ -122.31048, 37.753829 ], [ -122.313136, 37.757999 ], [ -122.316092, 37.762638 ], [ -122.321555, 37.771215 ] ] ], [ [ [ -122.373121, 37.883884 ], [ -122.371142, 37.884364 ], [ -122.370482, 37.884525 ], [ -122.368181, 37.885064 ], [ -122.361281, 37.886685 ], [ -122.358981, 37.887225 ], [ -122.3569, 37.887664 ], [ -122.35066, 37.888985 ], [ -122.348581, 37.889425 ], [ -122.346, 37.889997 ], [ -122.338261, 37.891715 ], [ -122.335681, 37.892288 ], [ -122.333398, 37.892794 ], [ -122.334735, 37.889576 ], [ -122.32763, 37.877356 ], [ -122.325893, 37.874367 ], [ -122.329231, 37.871257 ], [ -122.331368, 37.866408 ], [ -122.332636, 37.862666 ], [ -122.33237, 37.859293 ], [ -122.331234, 37.857185 ], [ -122.326161, 37.854549 ], [ -122.322356, 37.853601 ], [ -122.31401, 37.853601 ], [ -122.310806, 37.854022 ], [ -122.309924, 37.847699 ], [ -122.309592, 37.845543 ], [ -122.320093, 37.843278 ], [ -122.320248, 37.838493 ], [ -122.319486, 37.836932 ], [ -122.318992, 37.835921 ], [ -122.318746, 37.835417 ], [ -122.312273, 37.832201 ], [ -122.317478, 37.832307 ], [ -122.341039, 37.826457 ], [ -122.340945, 37.820502 ], [ -122.340938, 37.820081 ], [ -122.340931, 37.819625 ], [ -122.34093, 37.81953 ], [ -122.346681, 37.811027 ], [ -122.346881, 37.811427 ], [ -122.347181, 37.812247 ], [ -122.348546, 37.815967 ], [ -122.349001, 37.817208 ], [ -122.349024, 37.81727 ], [ -122.34905, 37.81734 ], [ -122.349067, 37.817386 ], [ -122.349194, 37.817728 ], [ -122.349387, 37.818248 ], [ -122.349607, 37.818841 ], [ -122.349755, 37.81924 ], [ -122.350376, 37.820911 ], [ -122.352634, 37.826988 ], [ -122.354504, 37.832023 ], [ -122.355881, 37.835727 ], [ -122.35826, 37.841926 ], [ -122.3654, 37.860526 ], [ -122.367781, 37.866726 ], [ -122.36898, 37.870125 ], [ -122.369228, 37.870826 ], [ -122.370676, 37.874927 ], [ -122.372229, 37.879326 ], [ -122.372581, 37.880325 ], [ -122.373782, 37.883725 ], [ -122.373121, 37.883884 ] ] ] ] } } +] +} diff --git a/output/for_maps/Washington_data.csv b/output/for_maps/Washington_data.csv new file mode 100644 index 0000000..084ac84 --- /dev/null +++ b/output/for_maps/Washington_data.csv @@ -0,0 +1,180 @@ +GEOID,name,total_population_17,white_alone_17,black_alone_17,native_alone_17,asian_alone_17,native_hawaiian_pacific_islander_17,hispanic_or_latino_17,city,gentrified,pct_white_alone_change,pct_black_alone_change,pct_native_alone_change,pct_asian_alone_change,pct_hispanic_or_latino_change,pct_native_hawaiian_pacific_islander_change,INTPTLAT,INTPTLON +11001000100,"Census Tract 1, District of Columbia, District of Columbia",5170,4093.0,53.0,0.0,296.0,0.0,625.0,Washington,False,-7.674,-3.147,-0.3,1.66,7.981,-0.021,+38.9060174,-077.0601874 +11001000201,"Census Tract 2.01, District of Columbia, District of Columbia",3682,2351.0,272.0,7.0,493.0,0.0,436.0,Washington,False,-22.381,2.037,0.168,6.695,10.162,-1.209,+38.9092067,-077.0743257 +11001000202,"Census Tract 2.02, District of Columbia, District of Columbia",4473,3440.0,327.0,0.0,196.0,0.0,363.0,Washington,False,-9.172,5.467,-0.156,-1.722,3.18,0.0,+38.9063048,-077.0696362 +11001000300,"Census Tract 3, District of Columbia, District of Columbia",6374,4935.0,467.0,0.0,513.0,0.0,295.0,Washington,False,-5.419,3.857,-0.351,1.108,-1.05,0.0,+38.9179099,-077.0748728 +11001000400,"Census Tract 4, District of Columbia, District of Columbia",1489,973.0,50.0,0.0,146.0,0.0,264.0,Washington,False,-13.396,-1.079,-0.132,3.646,9.584,0.0,+38.9227989,-077.0649214 +11001000501,"Census Tract 5.01, District of Columbia, District of Columbia",3632,2763.0,162.0,0.0,128.0,0.0,511.0,Washington,False,-5.77,-0.748,-0.398,-2.805,8.391,-0.036,+38.9264548,-077.0514340 +11001000502,"Census Tract 5.02, District of Columbia, District of Columbia",3296,2504.0,93.0,20.0,121.0,18.0,491.0,Washington,False,-8.605,0.123,0.382,-1.117,7.763,0.546,+38.9283547,-077.0595624 +11001000600,"Census Tract 6, District of Columbia, District of Columbia",4998,3554.0,271.0,0.0,288.0,0.0,776.0,Washington,False,-3.48,-7.955,-0.325,1.351,8.797,0.0,+38.9368114,-077.0675114 +11001000701,"Census Tract 7.01, District of Columbia, District of Columbia",5643,4327.0,474.0,52.0,380.0,0.0,229.0,Washington,False,-3.253,4.486,0.58,0.158,-4.474,0.0,+38.9295498,-077.0766614 +11001000702,"Census Tract 7.02, District of Columbia, District of Columbia",3318,2283.0,189.0,20.0,319.0,0.0,366.0,Washington,False,-1.097,-1.279,0.092,0.474,0.267,-0.06,+38.9241127,-077.0778193 +11001000801,"Census Tract 8.01, District of Columbia, District of Columbia",6267,4731.0,335.0,27.0,339.0,0.0,607.0,Washington,False,-3.947,0.643,0.267,-1.658,2.217,0.0,+38.9221746,-077.0918347 +11001000802,"Census Tract 8.02, District of Columbia, District of Columbia",3476,2253.0,215.0,0.0,343.0,0.0,563.0,Washington,False,-17.294,2.871,-0.321,2.063,10.388,0.0,+38.9112783,-077.0871196 +11001000901,"Census Tract 9.01, District of Columbia, District of Columbia",7799,5385.0,546.0,7.0,514.0,0.0,1138.0,Washington,False,-9.407,1.313,-0.174,1.319,8.904,-0.042,+38.9384363,-077.1004240 +11001000902,"Census Tract 9.02, District of Columbia, District of Columbia",2584,2050.0,51.0,0.0,52.0,0.0,332.0,Washington,False,-6.018,-3.905,-0.101,-1.587,8.337,0.0,+38.9285125,-077.1077517 +11001001001,"Census Tract 10.01, District of Columbia, District of Columbia",7853,5835.0,316.0,0.0,492.0,0.0,763.0,Washington,False,-11.741,0.345,-0.231,1.861,4.388,0.0,+38.9489546,-077.0884650 +11001001002,"Census Tract 10.02, District of Columbia, District of Columbia",3512,2349.0,154.0,0.0,317.0,0.0,513.0,Washington,False,-2.812,-2.657,-0.404,-2.143,4.65,0.0,+38.9384216,-077.0788872 +11001001100,"Census Tract 11, District of Columbia, District of Columbia",4947,3735.0,368.0,39.0,217.0,0.0,454.0,Washington,False,-5.823,1.116,0.494,-2.028,4.66,0.0,+38.9572432,-077.0776732 +11001001200,"Census Tract 12, District of Columbia, District of Columbia",5031,3783.0,290.0,0.0,292.0,0.0,440.0,Washington,False,-1.886,-0.805,-0.412,-1.898,1.127,-0.103,+38.9462264,-077.0705239 +11001001301,"Census Tract 13.01, District of Columbia, District of Columbia",4151,2900.0,457.0,0.0,366.0,0.0,399.0,Washington,False,-7.345,3.269,-0.214,0.33,4.061,-0.027,+38.9519215,-077.0520508 +11001001302,"Census Tract 13.02, District of Columbia, District of Columbia",7563,4965.0,726.0,0.0,639.0,0.0,963.0,Washington,False,-13.712,3.117,-0.254,1.935,6.219,0.0,+38.9420430,-077.0556067 +11001001401,"Census Tract 14.01, District of Columbia, District of Columbia",3334,2339.0,285.0,19.0,268.0,0.0,321.0,Washington,False,-9.4,3.246,0.284,0.927,2.58,-0.032,+38.9653036,-077.0706075 +11001001402,"Census Tract 14.02, District of Columbia, District of Columbia",3375,2145.0,319.0,0.0,181.0,0.0,599.0,Washington,False,-11.552,-5.376,-0.408,1.439,12.5,0.0,+38.9606051,-077.0630933 +11001001500,"Census Tract 15, District of Columbia, District of Columbia",6077,4940.0,454.0,0.0,88.0,0.0,463.0,Washington,False,0.497,-4.637,-0.071,-1.632,4.344,0.0,+38.9741576,-077.0558797 +11001001600,"Census Tract 16, District of Columbia, District of Columbia",4699,1254.0,2932.0,0.0,62.0,0.0,326.0,Washington,False,5.744,-11.5,-0.273,0.475,3.712,0.0,+38.9849725,-077.0382324 +11001001702,"Census Tract 17.02, District of Columbia, District of Columbia",3217,1224.0,1435.0,0.0,41.0,0.0,438.0,Washington,False,20.593,-30.304,-0.357,0.024,7.901,0.0,+38.9717231,-077.0160682 +11001001803,"Census Tract 18.03, District of Columbia, District of Columbia",4176,301.0,2547.0,23.0,17.0,0.0,1239.0,Washington,False,1.631,-10.046,0.355,-1.322,8.6,0.0,+38.9672267,-077.0419399 +11001001804,"Census Tract 18.04, District of Columbia, District of Columbia",5668,258.0,3624.0,0.0,125.0,0.0,1647.0,Washington,False,2.266,-8.006,-0.168,1.194,4.924,-0.048,+38.9670945,-077.0304334 +11001001901,"Census Tract 19.01, District of Columbia, District of Columbia",4065,680.0,2584.0,0.0,208.0,0.0,470.0,Washington,True,14.702,-27.671,-0.304,4.864,5.409,-0.025,+38.9646853,-077.0236327 +11001001902,"Census Tract 19.02, District of Columbia, District of Columbia",2494,285.0,1666.0,6.0,15.0,0.0,452.0,Washington,False,6.529,-24.568,-0.001,0.262,15.068,0.0,+38.9639299,-077.0156458 +11001002001,"Census Tract 20.01, District of Columbia, District of Columbia",3150,611.0,1326.0,77.0,77.0,0.0,910.0,Washington,False,4.695,-20.533,2.239,0.924,8.519,0.0,+38.9597034,-077.0351061 +11001002002,"Census Tract 20.02, District of Columbia, District of Columbia",4202,781.0,2326.0,7.0,66.0,0.0,894.0,Washington,False,9.99,-18.118,-0.415,0.381,5.857,-0.026,+38.9525009,-077.0310824 +11001002101,"Census Tract 21.01, District of Columbia, District of Columbia",4819,428.0,3152.0,28.0,178.0,0.0,950.0,Washington,True,7.64,-16.17,0.313,2.605,4.197,0.0,+38.9559119,-077.0241312 +11001002102,"Census Tract 21.02, District of Columbia, District of Columbia",5264,503.0,3786.0,82.0,38.0,0.0,807.0,Washington,True,7.957,-18.167,1.256,0.29,7.881,0.0,+38.9557854,-077.0142356 +11001002201,"Census Tract 22.01, District of Columbia, District of Columbia",2955,563.0,1960.0,14.0,66.0,0.0,330.0,Washington,True,18.225,-19.178,0.388,1.778,-1.842,0.0,+38.9491337,-077.0232932 +11001002202,"Census Tract 22.02, District of Columbia, District of Columbia",3347,265.0,2081.0,7.0,63.0,0.0,859.0,Washington,True,6.956,-28.764,-0.422,1.616,18.695,0.0,+38.9479653,-077.0118821 +11001002301,"Census Tract 23.01, District of Columbia, District of Columbia",3625,897.0,1851.0,0.0,78.0,0.0,616.0,Washington,True,23.309,-37.819,-0.334,1.351,8.846,0.0,+38.9425896,-077.0165738 +11001002302,"Census Tract 23.02, District of Columbia, District of Columbia",1708,685.0,764.0,0.0,67.0,0.0,73.0,Washington,True,11.332,-19.358,-0.743,2.287,0.408,0.0,+38.9341270,-077.0095843 +11001002400,"Census Tract 24, District of Columbia, District of Columbia",4067,1234.0,1921.0,0.0,91.0,0.0,728.0,Washington,True,27.465,-36.397,-0.084,1.707,5.274,0.0,+38.9417839,-077.0224053 +11001002501,"Census Tract 25.01, District of Columbia, District of Columbia",3138,778.0,1355.0,0.0,46.0,0.0,884.0,Washington,False,17.059,-25.675,-0.084,0.797,5.847,0.0,+38.9446515,-077.0317348 +11001002502,"Census Tract 25.02, District of Columbia, District of Columbia",6389,1185.0,2446.0,0.0,283.0,0.0,2245.0,Washington,True,15.54,-18.113,-0.273,3.445,-3.687,0.0,+38.9390573,-077.0301448 +11001002600,"Census Tract 26, District of Columbia, District of Columbia",2521,1200.0,838.0,20.0,145.0,16.0,199.0,Washington,False,17.197,-29.808,0.427,3.737,4.46,0.635,+38.9464323,-077.0404553 +11001002701,"Census Tract 27.01, District of Columbia, District of Columbia",6173,2786.0,1133.0,31.0,143.0,0.0,1846.0,Washington,False,14.707,-13.743,-0.055,-5.328,1.552,-0.017,+38.9344503,-077.0416857 +11001002702,"Census Tract 27.02, District of Columbia, District of Columbia",6306,3580.0,631.0,0.0,130.0,0.0,1571.0,Washington,False,19.461,-10.351,-0.496,-4.845,-9.406,-0.017,+38.9301680,-077.0421774 +11001002801,"Census Tract 28.01, District of Columbia, District of Columbia",4169,1147.0,1541.0,0.0,92.0,0.0,1336.0,Washington,True,22.085,-15.035,-0.413,-0.108,-6.918,-0.055,+38.9349477,-077.0345166 +11001002802,"Census Tract 28.02, District of Columbia, District of Columbia",4651,1128.0,1074.0,3.0,319.0,0.0,1989.0,Washington,True,16.508,-9.525,-0.424,-0.63,-8.256,-0.17,+38.9294344,-077.0346327 +11001002900,"Census Tract 29, District of Columbia, District of Columbia",4465,1752.0,1088.0,0.0,157.0,0.0,1323.0,Washington,True,35.014,-30.658,-0.358,2.37,-8.804,0.0,+38.9338478,-077.0299131 +11001003000,"Census Tract 30, District of Columbia, District of Columbia",3279,1316.0,1275.0,7.0,95.0,0.0,538.0,Washington,False,32.605,-28.525,0.001,1.837,-7.029,0.0,+38.9288689,-077.0299525 +11001003100,"Census Tract 31, District of Columbia, District of Columbia",3282,945.0,934.0,32.0,164.0,0.0,1097.0,Washington,True,25.817,-37.35,0.721,4.344,3.516,0.0,+38.9306187,-077.0254232 +11001003200,"Census Tract 32, District of Columbia, District of Columbia",4822,1191.0,2212.0,0.0,234.0,0.0,1156.0,Washington,True,23.159,-36.627,-0.58,4.63,9.018,0.0,+38.9322648,-077.0211710 +11001003301,"Census Tract 33.01, District of Columbia, District of Columbia",4066,1700.0,1765.0,0.0,182.0,0.0,252.0,Washington,False,36.121,-46.839,-0.074,3.922,3.095,0.0,+38.9204778,-077.0114293 +11001003302,"Census Tract 33.02, District of Columbia, District of Columbia",2256,1085.0,887.0,4.0,85.0,0.0,106.0,Washington,False,44.651,-52.65,0.068,2.238,1.857,0.0,+38.9139237,-077.0111677 +11001003400,"Census Tract 34, District of Columbia, District of Columbia",4901,1287.0,2926.0,0.0,108.0,0.0,462.0,Washington,True,23.624,-33.285,-0.118,1.38,6.391,0.0,+38.9221781,-077.0175890 +11001003500,"Census Tract 35, District of Columbia, District of Columbia",5539,1024.0,3787.0,0.0,291.0,0.0,314.0,Washington,True,16.086,-17.136,-0.314,4.225,-4.937,0.0,+38.9223765,-077.0243410 +11001003600,"Census Tract 36, District of Columbia, District of Columbia",4833,2129.0,1281.0,0.0,569.0,0.0,639.0,Washington,False,35.264,-36.841,-0.485,8.35,-10.38,0.0,+38.9236744,-077.0296273 +11001003700,"Census Tract 37, District of Columbia, District of Columbia",5917,2021.0,2145.0,0.0,218.0,0.0,1467.0,Washington,False,25.579,-19.32,-0.341,1.58,-7.852,0.0,+38.9228614,-077.0343330 +11001003800,"Census Tract 38, District of Columbia, District of Columbia",5259,2792.0,867.0,30.0,271.0,42.0,1092.0,Washington,False,18.075,-16.113,-0.066,1.677,-6.938,0.799,+38.9216348,-077.0391794 +11001003900,"Census Tract 39, District of Columbia, District of Columbia",4643,3324.0,444.0,0.0,301.0,0.0,475.0,Washington,False,17.704,-10.359,-0.582,0.474,-8.637,-0.022,+38.9249705,-077.0439028 +11001004001,"Census Tract 40.01, District of Columbia, District of Columbia",4400,3332.0,219.0,0.0,150.0,42.0,610.0,Washington,False,-4.267,-0.607,-0.403,-1.542,5.545,0.897,+38.9208738,-077.0462674 +11001004002,"Census Tract 40.02, District of Columbia, District of Columbia",3190,2670.0,94.0,0.0,135.0,0.0,231.0,Washington,False,17.428,-9.184,-0.612,-4.479,-4.17,0.0,+38.9181186,-077.0437209 +11001004100,"Census Tract 41, District of Columbia, District of Columbia",2658,2012.0,137.0,0.0,190.0,0.0,238.0,Washington,False,-5.355,1.068,-0.117,-0.089,2.145,0.0,+38.9159337,-077.0516151 +11001004201,"Census Tract 42.01, District of Columbia, District of Columbia",3724,2813.0,363.0,0.0,129.0,0.0,224.0,Washington,False,5.726,-4.786,-0.59,-1.754,-2.741,0.0,+38.9162076,-077.0388456 +11001004202,"Census Tract 42.02, District of Columbia, District of Columbia",2538,1918.0,35.0,9.0,144.0,0.0,353.0,Washington,False,5.478,-6.721,0.009,-4.849,4.494,0.0,+38.9134023,-077.0430254 +11001004300,"Census Tract 43, District of Columbia, District of Columbia",4033,2324.0,950.0,0.0,156.0,0.0,473.0,Washington,False,23.978,-16.474,-0.699,1.163,-10.521,-0.03,+38.9168040,-077.0341511 +11001004400,"Census Tract 44, District of Columbia, District of Columbia",5385,3611.0,992.0,0.0,263.0,0.0,328.0,Washington,False,42.569,-41.215,-0.309,2.528,-6.462,0.0,+38.9170143,-077.0275927 +11001004600,"Census Tract 46, District of Columbia, District of Columbia",2863,1192.0,1309.0,0.0,133.0,0.0,193.0,Washington,True,39.099,-44.769,-0.501,3.143,1.936,0.0,+38.9097456,-077.0133001 +11001004701,"Census Tract 47.01, District of Columbia, District of Columbia",4888,924.0,2854.0,0.0,479.0,0.0,499.0,Washington,True,16.187,-34.309,-0.342,6.947,9.091,0.0,+38.9041493,-077.0136510 +11001004702,"Census Tract 47.02, District of Columbia, District of Columbia",3144,1531.0,1029.0,27.0,182.0,0.0,243.0,Washington,True,45.98,-59.968,0.517,2.936,6.611,0.0,+38.9008608,-077.0136117 +11001004801,"Census Tract 48.01, District of Columbia, District of Columbia",2725,1128.0,988.0,0.0,251.0,0.0,216.0,Washington,True,32.812,-41.248,-0.373,5.213,-1.455,0.0,+38.9117413,-077.0195344 +11001004802,"Census Tract 48.02, District of Columbia, District of Columbia",3528,1260.0,1579.0,0.0,313.0,0.0,272.0,Washington,False,30.491,-31.48,-0.315,-2.87,1.611,0.0,+38.9062235,-077.0189040 +11001004901,"Census Tract 49.01, District of Columbia, District of Columbia",2837,1125.0,1022.0,0.0,186.0,0.0,422.0,Washington,False,27.981,-43.012,-0.795,3.675,9.659,0.0,+38.9113296,-077.0244761 +11001004902,"Census Tract 49.02, District of Columbia, District of Columbia",3147,1243.0,639.0,30.0,336.0,0.0,784.0,Washington,False,28.737,-39.013,0.603,8.184,-1.771,0.0,+38.9058867,-077.0243932 +11001005001,"Census Tract 50.01, District of Columbia, District of Columbia",2083,1187.0,282.0,0.0,132.0,0.0,373.0,Washington,False,30.961,-23.835,-0.275,0.333,-11.565,-0.014,+38.9119217,-077.0295174 +11001005002,"Census Tract 50.02, District of Columbia, District of Columbia",5986,2591.0,1157.0,22.0,426.0,27.0,1487.0,Washington,False,17.26,-18.045,0.093,1.113,-4.631,0.437,+38.9072785,-077.0293181 +11001005201,"Census Tract 52.01, District of Columbia, District of Columbia",6263,4297.0,376.0,83.0,517.0,0.0,798.0,Washington,False,15.176,-17.971,0.755,-0.014,-0.157,-0.044,+38.9102026,-077.0341232 +11001005301,"Census Tract 53.01, District of Columbia, District of Columbia",4915,3534.0,181.0,16.0,582.0,0.0,473.0,Washington,True,-1.359,-3.79,-0.229,4.19,-0.386,-0.04,+38.9107789,-077.0389515 +11001005500,"Census Tract 55, District of Columbia, District of Columbia",6864,4907.0,405.0,60.0,704.0,0.0,576.0,Washington,False,-3.703,-2.469,0.342,1.227,2.621,0.0,+38.9077913,-077.0493321 +11001005600,"Census Tract 56, District of Columbia, District of Columbia",6442,4021.0,369.0,17.0,733.0,0.0,954.0,Washington,False,-12.489,-0.377,-0.123,-0.041,8.704,0.0,+38.9002000,-077.0538118 +11001005800,"Census Tract 58, District of Columbia, District of Columbia",3039,1851.0,240.0,0.0,605.0,0.0,237.0,Washington,False,13.493,-6.117,-0.136,-13.902,3.581,0.0,+38.8978616,-077.0250305 +11001005900,"Census Tract 59, District of Columbia, District of Columbia",2682,1474.0,568.0,0.0,337.0,0.0,186.0,Washington,False,46.608,-62.066,-0.323,9.009,2.894,0.0,+38.8959946,-077.0149469 +11001006202,"Census Tract 62.02, District of Columbia, District of Columbia",72,72.0,0.0,0.0,0.0,0.0,0.0,Washington,False,41.667,-41.667,0.0,0.0,0.0,0.0,+38.8809933,-077.0363219 +11001006400,"Census Tract 64, District of Columbia, District of Columbia",2488,290.0,2068.0,9.0,0.0,0.0,121.0,Washington,True,8.458,-8.459,0.05,-2.099,2.184,0.0,+38.8688572,-077.0114342 +11001006500,"Census Tract 65, District of Columbia, District of Columbia",2604,1999.0,305.0,0.0,6.0,0.0,275.0,Washington,False,-4.984,1.556,-0.578,-3.981,7.671,-0.124,+38.8838476,-077.0033376 +11001006600,"Census Tract 66, District of Columbia, District of Columbia",2036,1651.0,48.0,64.0,106.0,0.0,78.0,Washington,False,-5.736,-2.922,2.599,1.341,0.837,-0.054,+38.8877565,-076.9982739 +11001006700,"Census Tract 67, District of Columbia, District of Columbia",4375,3306.0,591.0,0.0,150.0,0.0,240.0,Washington,False,5.879,-9.917,-0.254,1.34,1.563,0.0,+38.8875984,-076.9899590 +11001006801,"Census Tract 68.01, District of Columbia, District of Columbia",2350,1052.0,993.0,4.0,90.0,0.0,131.0,Washington,True,39.458,-50.785,0.02,3.379,4.572,0.0,+38.8877413,-076.9801087 +11001006802,"Census Tract 68.02, District of Columbia, District of Columbia",2509,1486.0,809.0,0.0,37.0,0.0,83.0,Washington,True,47.562,-53.284,-0.436,0.797,1.953,-0.048,+38.8832158,-076.9814483 +11001006804,"Census Tract 68.04, District of Columbia, District of Columbia",2733,159.0,2360.0,13.0,0.0,0.0,143.0,Washington,False,-0.803,-0.025,0.057,-0.761,0.59,0.0,+38.8863842,-076.9704836 +11001006900,"Census Tract 69, District of Columbia, District of Columbia",2379,1683.0,423.0,0.0,30.0,0.0,120.0,Washington,False,31.316,-36.318,-0.431,-0.896,1.376,-0.108,+38.8836933,-076.9873112 +11001007000,"Census Tract 70, District of Columbia, District of Columbia",2923,1999.0,290.0,0.0,59.0,0.0,364.0,Washington,False,0.378,-13.297,-0.844,-0.702,7.575,0.0,+38.8813482,-076.9959084 +11001007100,"Census Tract 71, District of Columbia, District of Columbia",3425,1099.0,1985.0,0.0,101.0,0.0,166.0,Washington,True,24.139,-27.991,-0.319,0.678,1.937,-0.035,+38.8771811,-076.9868380 +11001007200,"Census Tract 72, District of Columbia, District of Columbia",5154,3291.0,1296.0,0.0,160.0,0.0,290.0,Washington,True,60.785,-69.977,-0.11,2.611,4.422,0.0,+38.8756862,-077.0013043 +11001007301,"Census Tract 73.01, District of Columbia, District of Columbia",4606,2409.0,1107.0,6.0,103.0,0.0,709.0,Washington,False,-2.036,-6.497,-0.921,-2.808,6.948,-0.191,+38.8349280,-077.0244450 +11001007304,"Census Tract 73.04, District of Columbia, District of Columbia",3592,164.0,3278.0,0.0,0.0,0.0,122.0,Washington,False,3.751,-6.877,-0.429,-0.171,2.967,0.0,+38.8417979,-076.9855591 +11001007401,"Census Tract 74.01, District of Columbia, District of Columbia",2262,49.0,2139.0,0.0,26.0,0.0,48.0,Washington,False,1.765,-4.036,-0.033,1.149,1.221,0.0,+38.8675208,-076.9991203 +11001007403,"Census Tract 74.03, District of Columbia, District of Columbia",3187,41.0,3054.0,0.0,0.0,0.0,81.0,Washington,False,0.853,-2.44,-0.26,-0.043,1.935,0.0,+38.8484766,-076.9743666 +11001007404,"Census Tract 74.04, District of Columbia, District of Columbia",4307,37.0,4058.0,0.0,8.0,0.0,117.0,Washington,True,0.527,-4.483,-0.06,0.186,1.812,0.0,+38.8503390,-076.9821013 +11001007406,"Census Tract 74.06, District of Columbia, District of Columbia",3254,2.0,2904.0,0.0,0.0,16.0,292.0,Washington,False,-0.094,-9.733,-0.155,-0.031,8.292,0.492,+38.8555543,-076.9895582 +11001007407,"Census Tract 74.07, District of Columbia, District of Columbia",3297,76.0,3145.0,0.0,0.0,0.0,50.0,Washington,True,1.251,-1.744,-0.337,-0.379,0.463,0.0,+38.8574905,-076.9850809 +11001007408,"Census Tract 74.08, District of Columbia, District of Columbia",3632,63.0,3376.0,11.0,0.0,0.0,47.0,Washington,False,1.596,-6.448,0.303,0.0,0.832,0.0,+38.8526056,-076.9706838 +11001007409,"Census Tract 74.09, District of Columbia, District of Columbia",4000,32.0,3751.0,0.0,55.0,0.0,139.0,Washington,False,0.568,-4.744,-0.058,1.346,2.517,0.0,+38.8452834,-076.9743268 +11001007502,"Census Tract 75.02, District of Columbia, District of Columbia",5314,47.0,5245.0,0.0,0.0,0.0,0.0,Washington,False,-0.111,0.834,-0.071,-0.142,-0.805,0.0,+38.8566329,-076.9695453 +11001007503,"Census Tract 75.03, District of Columbia, District of Columbia",2454,122.0,2278.0,0.0,0.0,0.0,37.0,Washington,True,3.858,-4.468,-0.119,-0.278,0.474,-0.04,+38.8640724,-076.9870900 +11001007504,"Census Tract 75.04, District of Columbia, District of Columbia",2906,27.0,2874.0,0.0,0.0,0.0,5.0,Washington,False,0.038,1.528,-0.17,-0.551,-0.719,0.0,+38.8610018,-076.9794091 +11001007601,"Census Tract 76.01, District of Columbia, District of Columbia",4855,311.0,4292.0,0.0,0.0,13.0,198.0,Washington,True,4.044,-7.681,-0.153,-0.109,2.831,0.268,+38.8716327,-076.9798185 +11001007603,"Census Tract 76.03, District of Columbia, District of Columbia",4283,308.0,3583.0,0.0,22.0,0.0,370.0,Washington,False,0.963,-7.86,-0.282,-0.074,7.417,0.0,+38.8591090,-076.9585469 +11001007604,"Census Tract 76.04, District of Columbia, District of Columbia",4256,132.0,3793.0,72.0,21.0,0.0,160.0,Washington,False,-0.564,-5.751,1.506,0.148,3.175,0.0,+38.8660921,-076.9638007 +11001007605,"Census Tract 76.05, District of Columbia, District of Columbia",3956,128.0,3418.0,0.0,69.0,0.0,214.0,Washington,False,2.08,-10.832,-0.296,1.287,4.604,0.0,+38.8660433,-076.9752566 +11001007703,"Census Tract 77.03, District of Columbia, District of Columbia",6159,0.0,5753.0,0.0,23.0,0.0,367.0,Washington,False,-0.52,-3.32,-0.26,0.178,3.705,-0.043,+38.8863224,-076.9474550 +11001007707,"Census Tract 77.07, District of Columbia, District of Columbia",4484,21.0,4356.0,0.0,0.0,0.0,69.0,Washington,False,-0.112,-1.406,-0.237,-0.211,1.144,0.0,+38.8779453,-076.9353432 +11001007708,"Census Tract 77.08, District of Columbia, District of Columbia",3039,0.0,3039.0,0.0,0.0,0.0,0.0,Washington,False,-0.591,1.146,-0.185,-0.074,-0.259,0.0,+38.8871944,-076.9606349 +11001007709,"Census Tract 77.09, District of Columbia, District of Columbia",2524,20.0,2280.0,0.0,0.0,0.0,94.0,Washington,False,-0.673,-5.625,-0.354,-0.404,1.955,0.0,+38.8798620,-076.9675363 +11001007803,"Census Tract 78.03, District of Columbia, District of Columbia",4111,121.0,3605.0,29.0,9.0,0.0,318.0,Washington,False,1.876,-9.947,0.64,0.057,6.7,0.0,+38.8962674,-076.9407751 +11001007804,"Census Tract 78.04, District of Columbia, District of Columbia",4121,4.0,3976.0,0.0,9.0,0.0,22.0,Washington,False,-0.522,-2.044,-0.147,0.071,-0.026,0.0,+38.8942107,-076.9313427 +11001007806,"Census Tract 78.06, District of Columbia, District of Columbia",2169,62.0,2104.0,0.0,0.0,0.0,3.0,Washington,False,2.483,-1.45,-0.328,-0.188,-0.471,0.0,+38.9055926,-076.9325520 +11001007807,"Census Tract 78.07, District of Columbia, District of Columbia",2171,16.0,2049.0,0.0,6.0,0.0,86.0,Washington,False,0.318,-3.475,-0.209,0.014,2.757,0.0,+38.8985783,-076.9210632 +11001007808,"Census Tract 78.08, District of Columbia, District of Columbia",3949,0.0,3804.0,0.0,8.0,0.0,105.0,Washington,False,-0.548,-2.077,-0.174,0.103,1.936,0.0,+38.8922212,-076.9192026 +11001007809,"Census Tract 78.09, District of Columbia, District of Columbia",3521,16.0,3323.0,0.0,33.0,0.0,99.0,Washington,False,-0.708,-3.111,-0.15,0.9,1.65,0.0,+38.9015402,-076.9321955 +11001007901,"Census Tract 79.01, District of Columbia, District of Columbia",4078,950.0,2764.0,40.0,22.0,0.0,156.0,Washington,True,22.698,-29.613,0.818,0.186,2.412,0.0,+38.8965543,-076.9804319 +11001007903,"Census Tract 79.03, District of Columbia, District of Columbia",1971,397.0,1433.0,0.0,30.0,0.0,53.0,Washington,True,19.218,-23.981,-0.163,1.522,0.569,0.0,+38.8964252,-076.9743021 +11001008001,"Census Tract 80.01, District of Columbia, District of Columbia",3125,2000.0,779.0,0.0,106.0,0.0,93.0,Washington,True,51.936,-59.983,-0.272,2.267,1.386,0.0,+38.8961726,-076.9866524 +11001008002,"Census Tract 80.02, District of Columbia, District of Columbia",3470,2047.0,1004.0,0.0,79.0,0.0,288.0,Washington,False,34.281,-43.199,-0.354,1.311,6.754,-0.064,+38.8915403,-076.9827594 +11001008100,"Census Tract 81, District of Columbia, District of Columbia",3286,2493.0,315.0,7.0,92.0,0.0,276.0,Washington,False,16.073,-24.169,-0.262,0.742,5.431,0.0,+38.8931710,-076.9925272 +11001008200,"Census Tract 82, District of Columbia, District of Columbia",3056,2381.0,232.0,0.0,102.0,0.0,254.0,Washington,False,-7.956,0.406,-0.958,1.023,5.158,-0.08,+38.8918309,-077.0006040 +11001008301,"Census Tract 83.01, District of Columbia, District of Columbia",2423,1777.0,242.0,0.0,135.0,0.0,142.0,Washington,False,15.381,-24.564,-0.58,2.317,2.562,0.0,+38.8970373,-077.0008008 +11001008302,"Census Tract 83.02, District of Columbia, District of Columbia",2547,1740.0,514.0,1.0,146.0,0.0,73.0,Washington,False,14.788,-20.514,-0.421,3.789,-0.201,0.0,+38.8963061,-076.9966527 +11001008402,"Census Tract 84.02, District of Columbia, District of Columbia",2352,1532.0,628.0,0.0,20.0,0.0,77.0,Washington,True,43.911,-46.09,-0.608,-1.114,0.188,0.0,+38.8985960,-076.9910210 +11001008410,"Census Tract 84.10, District of Columbia, District of Columbia",1533,760.0,607.0,5.0,47.0,0.0,100.0,Washington,True,46.19,-52.967,-0.006,2.468,3.933,0.0,+38.9015543,-076.9911234 +11001008701,"Census Tract 87.01, District of Columbia, District of Columbia",2368,789.0,1294.0,0.0,43.0,0.0,228.0,Washington,True,31.911,-41.173,-0.083,1.195,7.558,0.0,+38.9141018,-077.0062645 +11001008702,"Census Tract 87.02, District of Columbia, District of Columbia",2751,712.0,1559.0,0.0,131.0,0.0,275.0,Washington,True,23.689,-35.867,-0.731,4.501,6.29,0.0,+38.9150961,-077.0013085 +11001008802,"Census Tract 88.02, District of Columbia, District of Columbia",4311,1053.0,2980.0,14.0,63.0,0.0,141.0,Washington,True,23.248,-27.462,-0.132,1.1,1.901,0.0,+38.9039498,-076.9866786 +11001008803,"Census Tract 88.03, District of Columbia, District of Columbia",2569,554.0,1617.0,3.0,48.0,18.0,258.0,Washington,True,-9.978,3.089,-0.717,-1.104,5.507,0.701,+38.9104603,-076.9913622 +11001008804,"Census Tract 88.04, District of Columbia, District of Columbia",2561,253.0,2010.0,0.0,194.0,0.0,71.0,Washington,True,9.659,-19.714,-0.615,7.136,2.289,-0.044,+38.9102408,-076.9812669 +11001008903,"Census Tract 89.03, District of Columbia, District of Columbia",3252,398.0,2571.0,0.0,90.0,0.0,164.0,Washington,True,11.696,-18.103,-0.083,2.184,3.582,0.0,+38.9041579,-076.9777180 +11001008904,"Census Tract 89.04, District of Columbia, District of Columbia",3680,209.0,2904.0,0.0,24.0,0.0,483.0,Washington,True,4.848,-18.439,-0.493,0.56,12.047,0.0,+38.9009808,-076.9748514 +11001009000,"Census Tract 90, District of Columbia, District of Columbia",3523,206.0,3039.0,0.0,10.0,0.0,268.0,Washington,True,5.273,-11.484,-0.265,0.151,6.414,0.0,+38.9226934,-076.9545101 +11001009102,"Census Tract 91.02, District of Columbia, District of Columbia",5254,567.0,4324.0,0.0,59.0,0.0,221.0,Washington,True,10.156,-14.678,-0.227,0.805,2.683,0.0,+38.9187926,-076.9888946 +11001009201,"Census Tract 92.01, District of Columbia, District of Columbia",2718,1142.0,1118.0,10.0,82.0,0.0,195.0,Washington,True,22.972,-32.364,0.223,1.134,1.888,0.0,+38.9287406,-076.9989941 +11001009203,"Census Tract 92.03, District of Columbia, District of Columbia",2808,436.0,1955.0,26.0,9.0,0.0,267.0,Washington,True,13.675,-24.47,0.367,-0.343,6.922,0.0,+38.9219735,-077.0054956 +11001009204,"Census Tract 92.04, District of Columbia, District of Columbia",2918,309.0,2243.0,0.0,14.0,0.0,293.0,Washington,True,9.34,-16.887,-0.301,0.135,5.691,0.0,+38.9234161,-076.9987071 +11001009301,"Census Tract 93.01, District of Columbia, District of Columbia",3468,1137.0,1807.0,24.0,134.0,7.0,246.0,Washington,True,14.298,-20.694,0.087,2.079,1.435,0.202,+38.9307537,-076.9864640 +11001009302,"Census Tract 93.02, District of Columbia, District of Columbia",1279,384.0,541.0,0.0,3.0,0.0,345.0,Washington,True,28.441,-53.121,0.0,0.152,24.393,0.0,+38.9251636,-076.9907773 +11001009400,"Census Tract 94, District of Columbia, District of Columbia",4917,710.0,3782.0,0.0,49.0,0.0,279.0,Washington,False,11.368,-16.05,-0.216,0.349,2.818,0.0,+38.9368061,-076.9742464 +11001009501,"Census Tract 95.01, District of Columbia, District of Columbia",7659,1933.0,3469.0,15.0,260.0,5.0,1910.0,Washington,False,-8.14,-14.585,-0.146,1.134,21.196,0.065,+38.9418428,-077.0029522 +11001009503,"Census Tract 95.03, District of Columbia, District of Columbia",3144,577.0,2432.0,0.0,34.0,0.0,57.0,Washington,False,8.6,-10.774,-0.13,0.429,0.606,-0.033,+38.9434458,-076.9845276 +11001009504,"Census Tract 95.04, District of Columbia, District of Columbia",3296,963.0,1744.0,304.0,94.0,0.0,446.0,Washington,True,12.456,-24.182,9.104,0.168,10.49,-0.03,+38.9409147,-076.9931092 +11001009505,"Census Tract 95.05, District of Columbia, District of Columbia",2940,306.0,2236.0,34.0,21.0,0.0,324.0,Washington,True,7.974,-18.368,1.081,0.377,8.699,0.0,+38.9618979,-077.0052019 +11001009507,"Census Tract 95.07, District of Columbia, District of Columbia",1924,18.0,1603.0,0.0,0.0,0.0,292.0,Washington,False,0.349,-14.075,-0.065,-0.718,14.525,0.0,+38.9584945,-076.9977787 +11001009508,"Census Tract 95.08, District of Columbia, District of Columbia",3691,211.0,2688.0,68.0,71.0,0.0,587.0,Washington,True,4.843,-23.747,1.667,1.33,14.47,0.0,+38.9538806,-076.9984470 +11001009509,"Census Tract 95.09, District of Columbia, District of Columbia",3314,245.0,2701.0,0.0,0.0,0.0,289.0,Washington,True,5.771,-15.909,-0.311,-0.173,8.238,0.0,+38.9492140,-076.9950319 +11001009601,"Census Tract 96.01, District of Columbia, District of Columbia",2567,44.0,2497.0,0.0,0.0,0.0,21.0,Washington,False,1.245,-1.276,-0.427,-0.299,0.562,0.0,+38.9091300,-076.9490606 +11001009602,"Census Tract 96.02, District of Columbia, District of Columbia",3675,7.0,3492.0,0.0,0.0,0.0,134.0,Washington,False,-0.068,-3.338,-0.161,-0.225,2.648,-0.064,+38.9035419,-076.9522863 +11001009603,"Census Tract 96.03, District of Columbia, District of Columbia",3635,0.0,3500.0,0.0,0.0,0.0,114.0,Washington,False,-0.372,-1.825,-0.279,-0.31,2.238,0.0,+38.8918285,-076.9477195 +11001009604,"Census Tract 96.04, District of Columbia, District of Columbia",2204,51.0,2059.0,9.0,0.0,0.0,56.0,Washington,False,1.86,-4.813,0.055,-0.05,1.683,0.0,+38.8931572,-076.9585043 +11001009700,"Census Tract 97, District of Columbia, District of Columbia",3255,23.0,3207.0,0.0,0.0,0.0,17.0,Washington,False,0.577,-0.955,-0.13,-0.087,0.435,0.0,+38.8354183,-076.9870248 +11001009801,"Census Tract 98.01, District of Columbia, District of Columbia",2317,33.0,2178.0,5.0,0.0,0.0,50.0,Washington,False,1.376,-4.277,-0.071,-0.048,1.393,0.0,+38.8328939,-076.9963306 +11001009802,"Census Tract 98.02, District of Columbia, District of Columbia",2051,7.0,1979.0,0.0,0.0,0.0,65.0,Washington,False,0.064,-2.458,-0.111,-0.166,2.781,0.0,+38.8307312,-076.9965578 +11001009803,"Census Tract 98.03, District of Columbia, District of Columbia",3081,0.0,3064.0,9.0,0.0,0.0,0.0,Washington,False,-1.118,1.997,0.158,-0.224,-0.894,0.0,+38.8358693,-077.0040833 +11001009804,"Census Tract 98.04, District of Columbia, District of Columbia",2826,27.0,2476.0,0.0,9.0,0.0,216.0,Washington,False,0.37,-10.592,-0.195,0.201,6.786,0.0,+38.8396610,-076.9978352 +11001009807,"Census Tract 98.07, District of Columbia, District of Columbia",3369,118.0,3229.0,0.0,0.0,0.0,3.0,Washington,True,1.866,-1.037,-0.031,-0.587,-0.776,0.0,+38.8292038,-077.0117577 +11001009810,"Census Tract 98.10, District of Columbia, District of Columbia",2914,0.0,2840.0,0.0,0.0,0.0,0.0,Washington,False,-0.757,-0.757,-0.185,-0.219,-0.488,0.0,+38.8260370,-077.0037886 +11001009811,"Census Tract 98.11, District of Columbia, District of Columbia",5163,0.0,5056.0,0.0,0.0,0.0,13.0,Washington,False,-0.757,-0.29,-0.185,-0.219,-0.236,0.0,+38.8266511,-076.9984594 +11001009901,"Census Tract 99.01, District of Columbia, District of Columbia",2890,95.0,2465.0,0.0,186.0,0.0,56.0,Washington,False,-0.666,-8.798,-0.391,6.262,0.591,-0.087,+38.8753461,-076.9553332 +11001009902,"Census Tract 99.02, District of Columbia, District of Columbia",3120,57.0,3029.0,0.0,11.0,0.0,2.0,Washington,False,0.19,0.157,-0.234,0.219,-0.905,-0.067,+38.8717861,-076.9445542 +11001009903,"Census Tract 99.03, District of Columbia, District of Columbia",1952,91.0,1749.0,53.0,0.0,0.0,8.0,Washington,True,4.518,-9.199,2.331,-0.048,-0.167,0.0,+38.8883180,-076.9212121 +11001009904,"Census Tract 99.04, District of Columbia, District of Columbia",2979,52.0,2375.0,0.0,0.0,15.0,491.0,Washington,False,1.102,-18.289,-0.322,-0.107,15.569,0.504,+38.8851712,-076.9311353 +11001009905,"Census Tract 99.05, District of Columbia, District of Columbia",2890,3.0,2705.0,0.0,0.0,0.0,126.0,Washington,False,-0.383,-5.128,0.0,-0.375,4.023,0.0,+38.8843295,-076.9250522 +11001009906,"Census Tract 99.06, District of Columbia, District of Columbia",1623,2.0,1555.0,0.0,8.0,0.0,32.0,Washington,False,-0.522,-2.448,-0.065,0.235,1.198,-0.065,+38.8879464,-076.9359151 +11001009907,"Census Tract 99.07, District of Columbia, District of Columbia",2773,0.0,2761.0,0.0,0.0,0.0,0.0,Washington,False,-0.593,1.148,-0.033,-0.132,-0.823,0.0,+38.8827718,-076.9388146 +11001010100,"Census Tract 101, District of Columbia, District of Columbia",2861,1750.0,363.0,0.0,388.0,0.0,278.0,Washington,False,16.254,-11.55,-0.972,-0.242,-5.124,0.0,+38.9026943,-077.0318400 +11001010200,"Census Tract 102, District of Columbia, District of Columbia",2745,1152.0,1125.0,40.0,124.0,0.0,187.0,Washington,True,7.843,-15.767,0.802,1.53,1.657,0.0,+38.8823937,-077.0230483 +11001010300,"Census Tract 103, District of Columbia, District of Columbia",3515,590.0,1782.0,0.0,68.0,0.0,1011.0,Washington,False,0.904,-19.803,-0.307,-0.828,18.715,0.0,+38.9761556,-077.0271875 +11001010400,"Census Tract 104, District of Columbia, District of Columbia",4625,277.0,4149.0,0.0,0.0,0.0,167.0,Washington,False,2.082,-3.997,-0.226,-0.403,2.203,0.0,+38.8512514,-077.0009048 +11001010500,"Census Tract 105, District of Columbia, District of Columbia",3624,1515.0,1467.0,0.0,198.0,14.0,269.0,Washington,False,21.793,-27.494,-0.578,0.659,2.496,0.386,+38.8818529,-077.0133789 +11001010600,"Census Tract 106, District of Columbia, District of Columbia",7167,4560.0,1694.0,11.0,457.0,0.0,321.0,Washington,True,59.35,-68.086,-0.059,5.648,1.477,-0.03,+38.9033120,-077.0033103 +11001010700,"Census Tract 107, District of Columbia, District of Columbia",1711,1143.0,123.0,0.0,179.0,0.0,243.0,Washington,False,-6.213,1.878,-0.488,-1.687,6.082,-0.122,+38.9039988,-077.0419809 +11001010800,"Census Tract 108, District of Columbia, District of Columbia",6451,4155.0,749.0,0.0,773.0,8.0,531.0,Washington,False,-7.409,4.709,-0.183,-3.77,3.622,0.009,+38.8973521,-077.0446120 +11001010900,"Census Tract 109, District of Columbia, District of Columbia",4054,19.0,3907.0,0.0,14.0,0.0,71.0,Washington,False,-0.656,0.416,-0.281,0.064,-0.499,-0.035,+38.8132364,-077.0238475 +11001011000,"Census Tract 110, District of Columbia, District of Columbia",3720,2313.0,978.0,37.0,162.0,0.0,152.0,Washington,True,26.399,-30.43,0.505,2.319,-0.323,-0.026,+38.8681789,-077.0182455 +11001011100,"Census Tract 111, District of Columbia, District of Columbia",5548,416.0,4473.0,8.0,47.0,0.0,470.0,Washington,True,5.075,-13.516,-0.291,-0.002,6.525,0.0,+38.9158612,-076.9681631 diff --git a/output/for_maps/Washington_data.geojson b/output/for_maps/Washington_data.geojson new file mode 100644 index 0000000..6acbba6 --- /dev/null +++ b/output/for_maps/Washington_data.geojson @@ -0,0 +1,184 @@ +{ +"type": "FeatureCollection", +"features": [ +{ "type": "Feature", "properties": { "GEOID": "11001000100", "name": "Census Tract 1, District of Columbia, District of Columbia", "total_population_17": 5170, "white_alone_17": 4093.0, "black_alone_17": 53.0, "native_alone_17": 0.0, "asian_alone_17": 296.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 625.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -7.674, "pct_black_alone_change": -3.147, "pct_native_alone_change": -0.3, "pct_asian_alone_change": 1.66, "pct_hispanic_or_latino_change": 7.981, "pct_native_hawaiian_pacific_islander_change": -0.021, "INTPTLAT": "+38.9060174", "INTPTLON": "-077.0601874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.069269, 38.900582 ], [ -77.068723, 38.901015 ], [ -77.063071, 38.901484 ], [ -77.062752, 38.902037 ], [ -77.062737, 38.902064 ], [ -77.062749, 38.902101 ], [ -77.062745, 38.902309 ], [ -77.062753, 38.902532 ], [ -77.062754, 38.902574 ], [ -77.062755, 38.902603 ], [ -77.062762, 38.902878 ], [ -77.062763, 38.903015 ], [ -77.062764, 38.903047 ], [ -77.062764, 38.903065 ], [ -77.06277, 38.90323 ], [ -77.062771, 38.903397 ], [ -77.062772, 38.903416 ], [ -77.062774, 38.903603 ], [ -77.062781, 38.903851 ], [ -77.062783, 38.90398 ], [ -77.062787, 38.904173 ], [ -77.062789, 38.904304 ], [ -77.062792, 38.904524 ], [ -77.0628, 38.904709 ], [ -77.062804, 38.904796 ], [ -77.062805, 38.904884 ], [ -77.062809, 38.905052 ], [ -77.062811, 38.905177 ], [ -77.062815, 38.905371 ], [ -77.062823, 38.90562 ], [ -77.062824, 38.905654 ], [ -77.062827, 38.905818 ], [ -77.062833, 38.906026 ], [ -77.062837, 38.906124 ], [ -77.062842, 38.906368 ], [ -77.062846, 38.906414 ], [ -77.06286, 38.90647 ], [ -77.062919, 38.906605 ], [ -77.062967, 38.906697 ], [ -77.063036, 38.906825 ], [ -77.063098, 38.906945 ], [ -77.063394, 38.907509 ], [ -77.063448, 38.907609 ], [ -77.063506, 38.907716 ], [ -77.063582, 38.90786 ], [ -77.063867, 38.908398 ], [ -77.063929, 38.908518 ], [ -77.064098, 38.908838 ], [ -77.064157, 38.90895 ], [ -77.064224, 38.909074 ], [ -77.064281, 38.909182 ], [ -77.064352, 38.909313 ], [ -77.064492, 38.909582 ], [ -77.064621, 38.909825 ], [ -77.064678, 38.909933 ], [ -77.064855, 38.910264 ], [ -77.064904, 38.91036 ], [ -77.064954, 38.910458 ], [ -77.065003, 38.910556 ], [ -77.065062, 38.910664 ], [ -77.065139, 38.910806 ], [ -77.065201, 38.910921 ], [ -77.06538, 38.911264 ], [ -77.065529, 38.911544 ], [ -77.065677, 38.911819 ], [ -77.065823, 38.912096 ], [ -77.066024, 38.912471 ], [ -77.066051, 38.912523 ], [ -77.066065, 38.912548 ], [ -77.06613, 38.912673 ], [ -77.066181, 38.912768 ], [ -77.066519, 38.913411 ], [ -77.066627, 38.913612 ], [ -77.066685, 38.913727 ], [ -77.066732, 38.913821 ], [ -77.066877, 38.914084 ], [ -77.067125, 38.914553 ], [ -77.067204, 38.914699 ], [ -77.067503, 38.915247 ], [ -77.067565, 38.915362 ], [ -77.06775, 38.915691 ], [ -77.067795, 38.915761 ], [ -77.067824, 38.915804 ], [ -77.067886, 38.915887 ], [ -77.067907, 38.915914 ], [ -77.06801, 38.916034 ], [ -77.068171, 38.916233 ], [ -77.068531, 38.916693 ], [ -77.068752, 38.916966 ], [ -77.068609, 38.917029 ], [ -77.067924, 38.917351 ], [ -77.067615, 38.917495 ], [ -77.067591, 38.917509 ], [ -77.067498, 38.917567 ], [ -77.067476, 38.917582 ], [ -77.067413, 38.917632 ], [ -77.067397, 38.917655 ], [ -77.067386, 38.91768 ], [ -77.06738, 38.917706 ], [ -77.067381, 38.917733 ], [ -77.067388, 38.917759 ], [ -77.067315, 38.918641 ], [ -77.067253, 38.918641 ], [ -77.066894, 38.918656 ], [ -77.063824, 38.918446 ], [ -77.063679, 38.918442 ], [ -77.063554, 38.918427 ], [ -77.063377, 38.918418 ], [ -77.063349, 38.918435 ], [ -77.063322, 38.918442 ], [ -77.06323, 38.918447 ], [ -77.063033, 38.918441 ], [ -77.062851, 38.918438 ], [ -77.062668, 38.918431 ], [ -77.062473, 38.918425 ], [ -77.062238, 38.918412 ], [ -77.06202, 38.918402 ], [ -77.061858, 38.918398 ], [ -77.061634, 38.918391 ], [ -77.061451, 38.918388 ], [ -77.061195, 38.91838 ], [ -77.060944, 38.918374 ], [ -77.060413, 38.918359 ], [ -77.060064, 38.918348 ], [ -77.059723, 38.91834 ], [ -77.059479, 38.918332 ], [ -77.059366, 38.918325 ], [ -77.059328, 38.918324 ], [ -77.059084, 38.918313 ], [ -77.058894, 38.918184 ], [ -77.058796, 38.918113 ], [ -77.058491, 38.917886 ], [ -77.05836, 38.91779 ], [ -77.05832, 38.917762 ], [ -77.058408, 38.91769 ], [ -77.058486, 38.917622 ], [ -77.058487, 38.917588 ], [ -77.05849, 38.917559 ], [ -77.058496, 38.91753 ], [ -77.058498, 38.917512 ], [ -77.058521, 38.917465 ], [ -77.05855, 38.917414 ], [ -77.058577, 38.917372 ], [ -77.058628, 38.917282 ], [ -77.058656, 38.917245 ], [ -77.05871, 38.917163 ], [ -77.058754, 38.917046 ], [ -77.058772, 38.916978 ], [ -77.058783, 38.916927 ], [ -77.058789, 38.916904 ], [ -77.05881, 38.916835 ], [ -77.058815, 38.916808 ], [ -77.058824, 38.916784 ], [ -77.05884, 38.916735 ], [ -77.058851, 38.916706 ], [ -77.058859, 38.916688 ], [ -77.058901, 38.916584 ], [ -77.058913, 38.916559 ], [ -77.058923, 38.916532 ], [ -77.058933, 38.916511 ], [ -77.058944, 38.916481 ], [ -77.058964, 38.916433 ], [ -77.058974, 38.916406 ], [ -77.058988, 38.916354 ], [ -77.058996, 38.916309 ], [ -77.059019, 38.916205 ], [ -77.059027, 38.91616 ], [ -77.059038, 38.916032 ], [ -77.059043, 38.916014 ], [ -77.059056, 38.915999 ], [ -77.059067, 38.91592 ], [ -77.059087, 38.915896 ], [ -77.059069, 38.915882 ], [ -77.059062, 38.915862 ], [ -77.059075, 38.91583 ], [ -77.059071, 38.915793 ], [ -77.059056, 38.915778 ], [ -77.059042, 38.915755 ], [ -77.059029, 38.915725 ], [ -77.059021, 38.915696 ], [ -77.058998, 38.915635 ], [ -77.058972, 38.915584 ], [ -77.058947, 38.915539 ], [ -77.058903, 38.915474 ], [ -77.058882, 38.915452 ], [ -77.058856, 38.915439 ], [ -77.058826, 38.915431 ], [ -77.058762, 38.91541 ], [ -77.058735, 38.9154 ], [ -77.058714, 38.915393 ], [ -77.058691, 38.915383 ], [ -77.058656, 38.915371 ], [ -77.05862, 38.915353 ], [ -77.058552, 38.915316 ], [ -77.058521, 38.915295 ], [ -77.058506, 38.915281 ], [ -77.058467, 38.915252 ], [ -77.058376, 38.915163 ], [ -77.058297, 38.915097 ], [ -77.058258, 38.915067 ], [ -77.058215, 38.91503 ], [ -77.058153, 38.914979 ], [ -77.058067, 38.914921 ], [ -77.057991, 38.914867 ], [ -77.057944, 38.914836 ], [ -77.057871, 38.91479 ], [ -77.057826, 38.91476 ], [ -77.057771, 38.914717 ], [ -77.057706, 38.914671 ], [ -77.057653, 38.914636 ], [ -77.057532, 38.91457 ], [ -77.057498, 38.914547 ], [ -77.057471, 38.91452 ], [ -77.057387, 38.914466 ], [ -77.05737, 38.914453 ], [ -77.057314, 38.914416 ], [ -77.057277, 38.914393 ], [ -77.057238, 38.914373 ], [ -77.057158, 38.914335 ], [ -77.057126, 38.914314 ], [ -77.057097, 38.914286 ], [ -77.057067, 38.914255 ], [ -77.057039, 38.914231 ], [ -77.056945, 38.914171 ], [ -77.056881, 38.914132 ], [ -77.0568, 38.914078 ], [ -77.056771, 38.914057 ], [ -77.056734, 38.914033 ], [ -77.056664, 38.913991 ], [ -77.056629, 38.913971 ], [ -77.056597, 38.913949 ], [ -77.056553, 38.913916 ], [ -77.056522, 38.913898 ], [ -77.056491, 38.913882 ], [ -77.056463, 38.913869 ], [ -77.056432, 38.913842 ], [ -77.05641, 38.913826 ], [ -77.056377, 38.913816 ], [ -77.056344, 38.913801 ], [ -77.056326, 38.913788 ], [ -77.056298, 38.913761 ], [ -77.056275, 38.913741 ], [ -77.05624, 38.913723 ], [ -77.056191, 38.913708 ], [ -77.056167, 38.913687 ], [ -77.056158, 38.913663 ], [ -77.056124, 38.913624 ], [ -77.056097, 38.913599 ], [ -77.056014, 38.913538 ], [ -77.055983, 38.913519 ], [ -77.055934, 38.913498 ], [ -77.055904, 38.913489 ], [ -77.055864, 38.913458 ], [ -77.055836, 38.913445 ], [ -77.055761, 38.913416 ], [ -77.055721, 38.913402 ], [ -77.055687, 38.913384 ], [ -77.055648, 38.913352 ], [ -77.055618, 38.913322 ], [ -77.055592, 38.913304 ], [ -77.055564, 38.913289 ], [ -77.055539, 38.913265 ], [ -77.055522, 38.913239 ], [ -77.055501, 38.913182 ], [ -77.055485, 38.913154 ], [ -77.055461, 38.913118 ], [ -77.055415, 38.913062 ], [ -77.055394, 38.913038 ], [ -77.055371, 38.91301 ], [ -77.055355, 38.912984 ], [ -77.055343, 38.912957 ], [ -77.055323, 38.91293 ], [ -77.055299, 38.912916 ], [ -77.055265, 38.912901 ], [ -77.055207, 38.912868 ], [ -77.055151, 38.91284 ], [ -77.055098, 38.912816 ], [ -77.055034, 38.912785 ], [ -77.055001, 38.912768 ], [ -77.054847, 38.912696 ], [ -77.054777, 38.912658 ], [ -77.054742, 38.912642 ], [ -77.054708, 38.912629 ], [ -77.054657, 38.912608 ], [ -77.054568, 38.912561 ], [ -77.05449, 38.912524 ], [ -77.054372, 38.912478 ], [ -77.054336, 38.912471 ], [ -77.05427, 38.912473 ], [ -77.054237, 38.912469 ], [ -77.054211, 38.912457 ], [ -77.054183, 38.91244 ], [ -77.054144, 38.912425 ], [ -77.054098, 38.912413 ], [ -77.054049, 38.912405 ], [ -77.054002, 38.912394 ], [ -77.053875, 38.912372 ], [ -77.053798, 38.91236 ], [ -77.053637, 38.912328 ], [ -77.0536, 38.912316 ], [ -77.053578, 38.912294 ], [ -77.053558, 38.912267 ], [ -77.053503, 38.912234 ], [ -77.05345, 38.912216 ], [ -77.053417, 38.912208 ], [ -77.053324, 38.912189 ], [ -77.053274, 38.912181 ], [ -77.05312, 38.91215 ], [ -77.053084, 38.91214 ], [ -77.053003, 38.912104 ], [ -77.052927, 38.912067 ], [ -77.052888, 38.912052 ], [ -77.052842, 38.912038 ], [ -77.052758, 38.912009 ], [ -77.052682, 38.911977 ], [ -77.052613, 38.911937 ], [ -77.052553, 38.911914 ], [ -77.052514, 38.911896 ], [ -77.052483, 38.911878 ], [ -77.052453, 38.911853 ], [ -77.052427, 38.911827 ], [ -77.05241, 38.911802 ], [ -77.052403, 38.911775 ], [ -77.052401, 38.911751 ], [ -77.052382, 38.911715 ], [ -77.052361, 38.911689 ], [ -77.052319, 38.911641 ], [ -77.052288, 38.911607 ], [ -77.052255, 38.911575 ], [ -77.052221, 38.911551 ], [ -77.052177, 38.91153 ], [ -77.052132, 38.911512 ], [ -77.052088, 38.911488 ], [ -77.05204, 38.911459 ], [ -77.05195, 38.9114 ], [ -77.051868, 38.91134 ], [ -77.051844, 38.911324 ], [ -77.051827, 38.911311 ], [ -77.051761, 38.911259 ], [ -77.05173, 38.911231 ], [ -77.051706, 38.911203 ], [ -77.051651, 38.911153 ], [ -77.05163, 38.911136 ], [ -77.051601, 38.911108 ], [ -77.051572, 38.911075 ], [ -77.051541, 38.911043 ], [ -77.051503, 38.911015 ], [ -77.051469, 38.910985 ], [ -77.051434, 38.91095 ], [ -77.051399, 38.910912 ], [ -77.051365, 38.91087 ], [ -77.051305, 38.910808 ], [ -77.05126, 38.910753 ], [ -77.051213, 38.910697 ], [ -77.0512, 38.91068 ], [ -77.051138, 38.91061 ], [ -77.051103, 38.910569 ], [ -77.051083, 38.910547 ], [ -77.05107, 38.910531 ], [ -77.051034, 38.910495 ], [ -77.051002, 38.910458 ], [ -77.050978, 38.910433 ], [ -77.050961, 38.910417 ], [ -77.05089, 38.910337 ], [ -77.050853, 38.910297 ], [ -77.050822, 38.910267 ], [ -77.050795, 38.910238 ], [ -77.050769, 38.910212 ], [ -77.050755, 38.910189 ], [ -77.050731, 38.910153 ], [ -77.050683, 38.910095 ], [ -77.050655, 38.910064 ], [ -77.050597, 38.910004 ], [ -77.050579, 38.909989 ], [ -77.050549, 38.909968 ], [ -77.050518, 38.909944 ], [ -77.050471, 38.909914 ], [ -77.050379, 38.909874 ], [ -77.05038, 38.909848 ], [ -77.050384, 38.909795 ], [ -77.050389, 38.909747 ], [ -77.050396, 38.909708 ], [ -77.05042, 38.909634 ], [ -77.050146, 38.909635 ], [ -77.050142, 38.909559 ], [ -77.050158, 38.909511 ], [ -77.050161, 38.909486 ], [ -77.05018, 38.909431 ], [ -77.050194, 38.9094 ], [ -77.050206, 38.909371 ], [ -77.050228, 38.909326 ], [ -77.050243, 38.909302 ], [ -77.050305, 38.909229 ], [ -77.050327, 38.909211 ], [ -77.050362, 38.909187 ], [ -77.050389, 38.909164 ], [ -77.050482, 38.9091 ], [ -77.050553, 38.909062 ], [ -77.050575, 38.909049 ], [ -77.050616, 38.909023 ], [ -77.050679, 38.908993 ], [ -77.050745, 38.908965 ], [ -77.05085, 38.908929 ], [ -77.050903, 38.908913 ], [ -77.050956, 38.908899 ], [ -77.051127, 38.908862 ], [ -77.051189, 38.908851 ], [ -77.051297, 38.908829 ], [ -77.051423, 38.908815 ], [ -77.05152, 38.90881 ], [ -77.051572, 38.908809 ], [ -77.051616, 38.908814 ], [ -77.051685, 38.908824 ], [ -77.051792, 38.908831 ], [ -77.051878, 38.908839 ], [ -77.051902, 38.908842 ], [ -77.052083, 38.908855 ], [ -77.052328, 38.908862 ], [ -77.052351, 38.908864 ], [ -77.052464, 38.90887 ], [ -77.0526, 38.90887 ], [ -77.052687, 38.908867 ], [ -77.052768, 38.908862 ], [ -77.052799, 38.908859 ], [ -77.052883, 38.908846 ], [ -77.052927, 38.908836 ], [ -77.052959, 38.908825 ], [ -77.053006, 38.908803 ], [ -77.053103, 38.908763 ], [ -77.05314, 38.908751 ], [ -77.053223, 38.908714 ], [ -77.053247, 38.9087 ], [ -77.053328, 38.908662 ], [ -77.053362, 38.908643 ], [ -77.053464, 38.908575 ], [ -77.053486, 38.908557 ], [ -77.053509, 38.90854 ], [ -77.053544, 38.908522 ], [ -77.053601, 38.908496 ], [ -77.053617, 38.908465 ], [ -77.05363, 38.908445 ], [ -77.05366, 38.90839 ], [ -77.053676, 38.908363 ], [ -77.053692, 38.908332 ], [ -77.053709, 38.908308 ], [ -77.053759, 38.90822 ], [ -77.053772, 38.908192 ], [ -77.053788, 38.908162 ], [ -77.053844, 38.908077 ], [ -77.053869, 38.908042 ], [ -77.053896, 38.908011 ], [ -77.053927, 38.907972 ], [ -77.053944, 38.907953 ], [ -77.053967, 38.907936 ], [ -77.054005, 38.907888 ], [ -77.054027, 38.907869 ], [ -77.054101, 38.907817 ], [ -77.054173, 38.90776 ], [ -77.054217, 38.907723 ], [ -77.054236, 38.907702 ], [ -77.05427, 38.907662 ], [ -77.054287, 38.907645 ], [ -77.054339, 38.907576 ], [ -77.054354, 38.90755 ], [ -77.054364, 38.907525 ], [ -77.054393, 38.907487 ], [ -77.054411, 38.907455 ], [ -77.054423, 38.907431 ], [ -77.054431, 38.907396 ], [ -77.054452, 38.907349 ], [ -77.054463, 38.907329 ], [ -77.054477, 38.907307 ], [ -77.0545, 38.907266 ], [ -77.054511, 38.907249 ], [ -77.054555, 38.907142 ], [ -77.054573, 38.907102 ], [ -77.054593, 38.907063 ], [ -77.054619, 38.907021 ], [ -77.054638, 38.906981 ], [ -77.054646, 38.90696 ], [ -77.054653, 38.906937 ], [ -77.054671, 38.906899 ], [ -77.054676, 38.906878 ], [ -77.054682, 38.906858 ], [ -77.054698, 38.906815 ], [ -77.054726, 38.906751 ], [ -77.054747, 38.906689 ], [ -77.054755, 38.906643 ], [ -77.054764, 38.906624 ], [ -77.054785, 38.906575 ], [ -77.054846, 38.906468 ], [ -77.054869, 38.90642 ], [ -77.054884, 38.906394 ], [ -77.054896, 38.90637 ], [ -77.054903, 38.906348 ], [ -77.054923, 38.906305 ], [ -77.054937, 38.906285 ], [ -77.054961, 38.906243 ], [ -77.054972, 38.90622 ], [ -77.054979, 38.906201 ], [ -77.054991, 38.906182 ], [ -77.054998, 38.90616 ], [ -77.055005, 38.906142 ], [ -77.055023, 38.90611 ], [ -77.055051, 38.906056 ], [ -77.055068, 38.906018 ], [ -77.055075, 38.905993 ], [ -77.055087, 38.90597 ], [ -77.055103, 38.905942 ], [ -77.055129, 38.905881 ], [ -77.055147, 38.905843 ], [ -77.055165, 38.905815 ], [ -77.05518, 38.905794 ], [ -77.055196, 38.905768 ], [ -77.055239, 38.905689 ], [ -77.05526, 38.905652 ], [ -77.055268, 38.90563 ], [ -77.055309, 38.905557 ], [ -77.055322, 38.905536 ], [ -77.055334, 38.905513 ], [ -77.055348, 38.90549 ], [ -77.055412, 38.905376 ], [ -77.055435, 38.905337 ], [ -77.055491, 38.905254 ], [ -77.055545, 38.905174 ], [ -77.055576, 38.905123 ], [ -77.05561, 38.905072 ], [ -77.055639, 38.905021 ], [ -77.055658, 38.904994 ], [ -77.05567, 38.90497 ], [ -77.055719, 38.904898 ], [ -77.055737, 38.904875 ], [ -77.055779, 38.904829 ], [ -77.055797, 38.904807 ], [ -77.055816, 38.904786 ], [ -77.055833, 38.904764 ], [ -77.055859, 38.904735 ], [ -77.055924, 38.904653 ], [ -77.055996, 38.904565 ], [ -77.055953, 38.904549 ], [ -77.055916, 38.904536 ], [ -77.055983, 38.904453 ], [ -77.056022, 38.904394 ], [ -77.056038, 38.904367 ], [ -77.056055, 38.904342 ], [ -77.056069, 38.904314 ], [ -77.056129, 38.904217 ], [ -77.056144, 38.904195 ], [ -77.056163, 38.904172 ], [ -77.056182, 38.904151 ], [ -77.056202, 38.904131 ], [ -77.056255, 38.904073 ], [ -77.056291, 38.904031 ], [ -77.05631, 38.904013 ], [ -77.056327, 38.903995 ], [ -77.056345, 38.903974 ], [ -77.056386, 38.903936 ], [ -77.056429, 38.903899 ], [ -77.056449, 38.903883 ], [ -77.056583, 38.903769 ], [ -77.056595, 38.90363 ], [ -77.056637, 38.903295 ], [ -77.056725, 38.903265 ], [ -77.056793, 38.903241 ], [ -77.056871, 38.903201 ], [ -77.056956, 38.903163 ], [ -77.057079, 38.903101 ], [ -77.057307, 38.902994 ], [ -77.057385, 38.902958 ], [ -77.05754, 38.902888 ], [ -77.057569, 38.902852 ], [ -77.057602, 38.902801 ], [ -77.057634, 38.902757 ], [ -77.057669, 38.902715 ], [ -77.057685, 38.902686 ], [ -77.057714, 38.902647 ], [ -77.057787, 38.902545 ], [ -77.057827, 38.902506 ], [ -77.057872, 38.902477 ], [ -77.057933, 38.90241 ], [ -77.057966, 38.902372 ], [ -77.057985, 38.902317 ], [ -77.057995, 38.902284 ], [ -77.058023, 38.902223 ], [ -77.058077, 38.902189 ], [ -77.058141, 38.902126 ], [ -77.058208, 38.902029 ], [ -77.058254, 38.901976 ], [ -77.058271, 38.901949 ], [ -77.0583, 38.9019 ], [ -77.058347, 38.901832 ], [ -77.058364, 38.901811 ], [ -77.058377, 38.901788 ], [ -77.058403, 38.901751 ], [ -77.058419, 38.901726 ], [ -77.058475, 38.901623 ], [ -77.058504, 38.901574 ], [ -77.058516, 38.901548 ], [ -77.058549, 38.901499 ], [ -77.058561, 38.901472 ], [ -77.05857, 38.901442 ], [ -77.058576, 38.901416 ], [ -77.05858, 38.901388 ], [ -77.058588, 38.901358 ], [ -77.058594, 38.901331 ], [ -77.058597, 38.901288 ], [ -77.058594, 38.901249 ], [ -77.058585, 38.901227 ], [ -77.058576, 38.90121 ], [ -77.058562, 38.901194 ], [ -77.058582, 38.901162 ], [ -77.058538, 38.901036 ], [ -77.058429, 38.900935 ], [ -77.058402, 38.900912 ], [ -77.058357, 38.900885 ], [ -77.058285, 38.900822 ], [ -77.058246, 38.900789 ], [ -77.058186, 38.900743 ], [ -77.058165, 38.900731 ], [ -77.058122, 38.900704 ], [ -77.058087, 38.90068 ], [ -77.058046, 38.900649 ], [ -77.057994, 38.900621 ], [ -77.057925, 38.900576 ], [ -77.057869, 38.900536 ], [ -77.057835, 38.900514 ], [ -77.057777, 38.900471 ], [ -77.057743, 38.900451 ], [ -77.057721, 38.900436 ], [ -77.057693, 38.900413 ], [ -77.057653, 38.900378 ], [ -77.057636, 38.900365 ], [ -77.057613, 38.900344 ], [ -77.057582, 38.900322 ], [ -77.057536, 38.900286 ], [ -77.057502, 38.900245 ], [ -77.057454, 38.900191 ], [ -77.057439, 38.900173 ], [ -77.057427, 38.900156 ], [ -77.057409, 38.900133 ], [ -77.057389, 38.9001 ], [ -77.057379, 38.900062 ], [ -77.057377, 38.900021 ], [ -77.057379, 38.900001 ], [ -77.057389, 38.899944 ], [ -77.057397, 38.899908 ], [ -77.057407, 38.899872 ], [ -77.057423, 38.899823 ], [ -77.057434, 38.899794 ], [ -77.057452, 38.899757 ], [ -77.057463, 38.899738 ], [ -77.057488, 38.89971 ], [ -77.057431, 38.899666 ], [ -77.057299, 38.899565 ], [ -77.057326, 38.899528 ], [ -77.057358, 38.899488 ], [ -77.057372, 38.899462 ], [ -77.057381, 38.899439 ], [ -77.05739, 38.899419 ], [ -77.057395, 38.899388 ], [ -77.057394, 38.89937 ], [ -77.057382, 38.899352 ], [ -77.05736, 38.899341 ], [ -77.057345, 38.899327 ], [ -77.05735, 38.899305 ], [ -77.05715, 38.899029 ], [ -77.057126, 38.899044 ], [ -77.057021, 38.898929 ], [ -77.056891, 38.898813 ], [ -77.05686, 38.898766 ], [ -77.056836, 38.898742 ], [ -77.056781, 38.89869 ], [ -77.05675, 38.898662 ], [ -77.056735, 38.898647 ], [ -77.056705, 38.898607 ], [ -77.056688, 38.898587 ], [ -77.056675, 38.898565 ], [ -77.056662, 38.898539 ], [ -77.056642, 38.89848 ], [ -77.056634, 38.898452 ], [ -77.056626, 38.89839 ], [ -77.056647, 38.897854 ], [ -77.056653, 38.897669 ], [ -77.056689, 38.896707 ], [ -77.056697, 38.896534 ], [ -77.056702, 38.896243 ], [ -77.056704, 38.895603 ], [ -77.056706, 38.895511 ], [ -77.056702, 38.895334 ], [ -77.056695, 38.895216 ], [ -77.056688, 38.895131 ], [ -77.056674, 38.895017 ], [ -77.056657, 38.894903 ], [ -77.056637, 38.894789 ], [ -77.056625, 38.894732 ], [ -77.056612, 38.894676 ], [ -77.056592, 38.894602 ], [ -77.056565, 38.894514 ], [ -77.05655, 38.894471 ], [ -77.056518, 38.894384 ], [ -77.056482, 38.894299 ], [ -77.056463, 38.894257 ], [ -77.056442, 38.894215 ], [ -77.056298, 38.893885 ], [ -77.056184, 38.893633 ], [ -77.056155, 38.893564 ], [ -77.055942, 38.893082 ], [ -77.055921, 38.893 ], [ -77.056242, 38.892954 ], [ -77.056956, 38.89282 ], [ -77.057634, 38.892704 ], [ -77.058931, 38.892503 ], [ -77.059347, 38.892431 ], [ -77.05968, 38.892373 ], [ -77.059814, 38.892352 ], [ -77.059896, 38.892339 ], [ -77.060048, 38.892314 ], [ -77.060371, 38.89226 ], [ -77.06054, 38.89223 ], [ -77.060919, 38.89216 ], [ -77.060999, 38.892147 ], [ -77.061517, 38.892058 ], [ -77.06173, 38.892026 ], [ -77.062124, 38.891961 ], [ -77.062466, 38.891902 ], [ -77.06251, 38.891895 ], [ -77.062551, 38.891888 ], [ -77.063022, 38.891808 ], [ -77.063252, 38.891775 ], [ -77.063414, 38.891763 ], [ -77.063549, 38.891755 ], [ -77.063637, 38.891753 ], [ -77.063756, 38.891749 ], [ -77.06399, 38.891757 ], [ -77.064164, 38.891773 ], [ -77.06435, 38.891795 ], [ -77.064626, 38.891837 ], [ -77.064696, 38.891852 ], [ -77.064703, 38.891884 ], [ -77.0647, 38.891895 ], [ -77.064692, 38.891923 ], [ -77.064689, 38.891938 ], [ -77.06469, 38.891954 ], [ -77.064691, 38.891969 ], [ -77.064692, 38.891978 ], [ -77.064693, 38.892015 ], [ -77.064692, 38.892035 ], [ -77.064694, 38.892051 ], [ -77.064697, 38.892066 ], [ -77.064699, 38.892076 ], [ -77.064705, 38.8921 ], [ -77.064708, 38.892114 ], [ -77.064712, 38.89214 ], [ -77.064727, 38.892227 ], [ -77.064745, 38.892256 ], [ -77.064747, 38.892285 ], [ -77.064733, 38.892321 ], [ -77.064712, 38.892344 ], [ -77.064702, 38.892356 ], [ -77.064696, 38.892376 ], [ -77.06472, 38.892479 ], [ -77.064756, 38.892584 ], [ -77.064773, 38.892607 ], [ -77.064794, 38.892623 ], [ -77.064815, 38.892644 ], [ -77.064827, 38.892665 ], [ -77.064838, 38.892689 ], [ -77.064842, 38.892712 ], [ -77.064835, 38.892749 ], [ -77.064839, 38.89278 ], [ -77.064855, 38.892829 ], [ -77.064861, 38.892851 ], [ -77.06487, 38.892876 ], [ -77.064909, 38.892995 ], [ -77.064952, 38.893107 ], [ -77.065, 38.893253 ], [ -77.065015, 38.893295 ], [ -77.065031, 38.893331 ], [ -77.065049, 38.893374 ], [ -77.065068, 38.893411 ], [ -77.065086, 38.893447 ], [ -77.065102, 38.893482 ], [ -77.065112, 38.893505 ], [ -77.065124, 38.893532 ], [ -77.065133, 38.893557 ], [ -77.065157, 38.893605 ], [ -77.065179, 38.893637 ], [ -77.065199, 38.893667 ], [ -77.065229, 38.893729 ], [ -77.065247, 38.893753 ], [ -77.065268, 38.893775 ], [ -77.065284, 38.893792 ], [ -77.065306, 38.893809 ], [ -77.065333, 38.893844 ], [ -77.065342, 38.893868 ], [ -77.06536, 38.893902 ], [ -77.06538, 38.893933 ], [ -77.065397, 38.893965 ], [ -77.065466, 38.894053 ], [ -77.065516, 38.894138 ], [ -77.065568, 38.894226 ], [ -77.065614, 38.8943 ], [ -77.0657, 38.894459 ], [ -77.065791, 38.894539 ], [ -77.065815, 38.894554 ], [ -77.065854, 38.89456 ], [ -77.065889, 38.894552 ], [ -77.065915, 38.894537 ], [ -77.066005, 38.89453 ], [ -77.065989, 38.894601 ], [ -77.065952, 38.894628 ], [ -77.065933, 38.894642 ], [ -77.065908, 38.894663 ], [ -77.065887, 38.89469 ], [ -77.065878, 38.894718 ], [ -77.065905, 38.894833 ], [ -77.065948, 38.894887 ], [ -77.066025, 38.894988 ], [ -77.066106, 38.895104 ], [ -77.066173, 38.895221 ], [ -77.066196, 38.895261 ], [ -77.066213, 38.895291 ], [ -77.066231, 38.895322 ], [ -77.066261, 38.895376 ], [ -77.066276, 38.895402 ], [ -77.06629, 38.89543 ], [ -77.066308, 38.895468 ], [ -77.066318, 38.895492 ], [ -77.06633, 38.895517 ], [ -77.066341, 38.89554 ], [ -77.066347, 38.89556 ], [ -77.066355, 38.895577 ], [ -77.066368, 38.895631 ], [ -77.066374, 38.89565 ], [ -77.066382, 38.895673 ], [ -77.066402, 38.89572 ], [ -77.066432, 38.895771 ], [ -77.066443, 38.895797 ], [ -77.066457, 38.895829 ], [ -77.066465, 38.89585 ], [ -77.06648, 38.895879 ], [ -77.066504, 38.895901 ], [ -77.066531, 38.895941 ], [ -77.066544, 38.895968 ], [ -77.066553, 38.895985 ], [ -77.066574, 38.896018 ], [ -77.066588, 38.89604 ], [ -77.066609, 38.896073 ], [ -77.066628, 38.896105 ], [ -77.066644, 38.896136 ], [ -77.066665, 38.896178 ], [ -77.066687, 38.896213 ], [ -77.066696, 38.896231 ], [ -77.066705, 38.896249 ], [ -77.066715, 38.896269 ], [ -77.066738, 38.896314 ], [ -77.066757, 38.896351 ], [ -77.066783, 38.896405 ], [ -77.066803, 38.896444 ], [ -77.066822, 38.896477 ], [ -77.066835, 38.896497 ], [ -77.06686, 38.896534 ], [ -77.066893, 38.896586 ], [ -77.066912, 38.896618 ], [ -77.066923, 38.896636 ], [ -77.066934, 38.896655 ], [ -77.066946, 38.896674 ], [ -77.066957, 38.896698 ], [ -77.066968, 38.896722 ], [ -77.066978, 38.896745 ], [ -77.066989, 38.896767 ], [ -77.067, 38.896789 ], [ -77.067012, 38.896812 ], [ -77.067025, 38.896837 ], [ -77.067039, 38.896859 ], [ -77.067052, 38.896882 ], [ -77.067067, 38.896905 ], [ -77.067082, 38.896928 ], [ -77.067095, 38.896951 ], [ -77.067108, 38.896975 ], [ -77.067122, 38.897 ], [ -77.067138, 38.897023 ], [ -77.067153, 38.897046 ], [ -77.067165, 38.89707 ], [ -77.067175, 38.897091 ], [ -77.067183, 38.897109 ], [ -77.067195, 38.897132 ], [ -77.067206, 38.897149 ], [ -77.067224, 38.897161 ], [ -77.067218, 38.897227 ], [ -77.06725, 38.897294 ], [ -77.067256, 38.897313 ], [ -77.067261, 38.897332 ], [ -77.067267, 38.897352 ], [ -77.067272, 38.897371 ], [ -77.067276, 38.897391 ], [ -77.067282, 38.89741 ], [ -77.067287, 38.89743 ], [ -77.067292, 38.897452 ], [ -77.067297, 38.897473 ], [ -77.067301, 38.897492 ], [ -77.067305, 38.897526 ], [ -77.067307, 38.897546 ], [ -77.06731, 38.897565 ], [ -77.067313, 38.897584 ], [ -77.067314, 38.897603 ], [ -77.067317, 38.897635 ], [ -77.067321, 38.897664 ], [ -77.067322, 38.897691 ], [ -77.067323, 38.897718 ], [ -77.067329, 38.897749 ], [ -77.067337, 38.897782 ], [ -77.067346, 38.897818 ], [ -77.06735, 38.897837 ], [ -77.067355, 38.897855 ], [ -77.067369, 38.897888 ], [ -77.067389, 38.897915 ], [ -77.067407, 38.897939 ], [ -77.067421, 38.897963 ], [ -77.06743, 38.897983 ], [ -77.067444, 38.897999 ], [ -77.067458, 38.898022 ], [ -77.067461, 38.89805 ], [ -77.067464, 38.898081 ], [ -77.067469, 38.898099 ], [ -77.067496, 38.8981 ], [ -77.067507, 38.898083 ], [ -77.067525, 38.898069 ], [ -77.06755, 38.898057 ], [ -77.067573, 38.898048 ], [ -77.067595, 38.898094 ], [ -77.067565, 38.898106 ], [ -77.06753, 38.89812 ], [ -77.067493, 38.898134 ], [ -77.067476, 38.898152 ], [ -77.06747, 38.898182 ], [ -77.067465, 38.898214 ], [ -77.06747, 38.898232 ], [ -77.067476, 38.89825 ], [ -77.067482, 38.89827 ], [ -77.067486, 38.898288 ], [ -77.067497, 38.898322 ], [ -77.067512, 38.898357 ], [ -77.06752, 38.898376 ], [ -77.067529, 38.898395 ], [ -77.067539, 38.898413 ], [ -77.067548, 38.89843 ], [ -77.06756, 38.898462 ], [ -77.06757, 38.898493 ], [ -77.06758, 38.898522 ], [ -77.067588, 38.898556 ], [ -77.067592, 38.898574 ], [ -77.067597, 38.898605 ], [ -77.067601, 38.89864 ], [ -77.067606, 38.898674 ], [ -77.067609, 38.898692 ], [ -77.067612, 38.898723 ], [ -77.067613, 38.898755 ], [ -77.067614, 38.898774 ], [ -77.067616, 38.898793 ], [ -77.067619, 38.898827 ], [ -77.067619, 38.898846 ], [ -77.067621, 38.898875 ], [ -77.067622, 38.898908 ], [ -77.067616, 38.898943 ], [ -77.067607, 38.898962 ], [ -77.067597, 38.898981 ], [ -77.067588, 38.898998 ], [ -77.067571, 38.899028 ], [ -77.067553, 38.899056 ], [ -77.067538, 38.899079 ], [ -77.067536, 38.899128 ], [ -77.067572, 38.899229 ], [ -77.067584, 38.899247 ], [ -77.067595, 38.899265 ], [ -77.067606, 38.899283 ], [ -77.067619, 38.899303 ], [ -77.067631, 38.899324 ], [ -77.067642, 38.899345 ], [ -77.067653, 38.899365 ], [ -77.067664, 38.899386 ], [ -77.067675, 38.899406 ], [ -77.067684, 38.899424 ], [ -77.067691, 38.899442 ], [ -77.067699, 38.899461 ], [ -77.06771, 38.89948 ], [ -77.06772, 38.899499 ], [ -77.067742, 38.899535 ], [ -77.067826, 38.899607 ], [ -77.067848, 38.899619 ], [ -77.067871, 38.89963 ], [ -77.067894, 38.89964 ], [ -77.06792, 38.89965 ], [ -77.067946, 38.89966 ], [ -77.067972, 38.899668 ], [ -77.067995, 38.899676 ], [ -77.068017, 38.899684 ], [ -77.068053, 38.899707 ], [ -77.06807, 38.899722 ], [ -77.068084, 38.899738 ], [ -77.068097, 38.899753 ], [ -77.068115, 38.899776 ], [ -77.068132, 38.899796 ], [ -77.068149, 38.899815 ], [ -77.068159, 38.899833 ], [ -77.068161, 38.899854 ], [ -77.068162, 38.899874 ], [ -77.068161, 38.899893 ], [ -77.068164, 38.899921 ], [ -77.068208, 38.89995 ], [ -77.068245, 38.899965 ], [ -77.068264, 38.899977 ], [ -77.068284, 38.899989 ], [ -77.068304, 38.900002 ], [ -77.068324, 38.900017 ], [ -77.068341, 38.900032 ], [ -77.068354, 38.900049 ], [ -77.068368, 38.900066 ], [ -77.068382, 38.900082 ], [ -77.068399, 38.900098 ], [ -77.068415, 38.900114 ], [ -77.068432, 38.90013 ], [ -77.06845, 38.900146 ], [ -77.068469, 38.900162 ], [ -77.068491, 38.900178 ], [ -77.068515, 38.900194 ], [ -77.068537, 38.90021 ], [ -77.068559, 38.900225 ], [ -77.068579, 38.900241 ], [ -77.068599, 38.900257 ], [ -77.068619, 38.900273 ], [ -77.068641, 38.900288 ], [ -77.068665, 38.900304 ], [ -77.068692, 38.900322 ], [ -77.068719, 38.900339 ], [ -77.068744, 38.900354 ], [ -77.06877, 38.90037 ], [ -77.068794, 38.900387 ], [ -77.06882, 38.900404 ], [ -77.068847, 38.900421 ], [ -77.068875, 38.900436 ], [ -77.068899, 38.900451 ], [ -77.068921, 38.900465 ], [ -77.068944, 38.900475 ], [ -77.068966, 38.900484 ], [ -77.069009, 38.900498 ], [ -77.069032, 38.900503 ], [ -77.069056, 38.900507 ], [ -77.0691, 38.900514 ], [ -77.069123, 38.90052 ], [ -77.06916, 38.900534 ], [ -77.069193, 38.90055 ], [ -77.069269, 38.900582 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000201", "name": "Census Tract 2.01, District of Columbia, District of Columbia", "total_population_17": 3682, "white_alone_17": 2351.0, "black_alone_17": 272.0, "native_alone_17": 7.0, "asian_alone_17": 493.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 436.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -22.381, "pct_black_alone_change": 2.037, "pct_native_alone_change": 0.168, "pct_asian_alone_change": 6.695, "pct_hispanic_or_latino_change": 10.162, "pct_native_hawaiian_pacific_islander_change": -1.209, "INTPTLAT": "+38.9092067", "INTPTLON": "-077.0743257" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.079034, 38.911976 ], [ -77.079016, 38.912679 ], [ -77.078553, 38.91269 ], [ -77.077981, 38.912678 ], [ -77.077467, 38.912669 ], [ -77.076414, 38.912643 ], [ -77.076169, 38.912636 ], [ -77.076044, 38.912633 ], [ -77.075645, 38.912623 ], [ -77.075538, 38.912621 ], [ -77.074476, 38.912594 ], [ -77.074327, 38.912589 ], [ -77.074117, 38.912585 ], [ -77.073938, 38.912581 ], [ -77.073308, 38.912585 ], [ -77.073097, 38.912589 ], [ -77.07306, 38.911524 ], [ -77.069344, 38.9116 ], [ -77.069201, 38.911606 ], [ -77.069187, 38.91126 ], [ -77.069173, 38.910967 ], [ -77.069162, 38.910692 ], [ -77.069158, 38.910617 ], [ -77.069124, 38.909843 ], [ -77.069119, 38.90971 ], [ -77.069111, 38.909505 ], [ -77.069104, 38.909238 ], [ -77.069084, 38.908803 ], [ -77.069081, 38.908718 ], [ -77.069198, 38.908714 ], [ -77.069457, 38.908707 ], [ -77.069987, 38.908695 ], [ -77.070265, 38.90869 ], [ -77.070382, 38.908687 ], [ -77.070502, 38.908685 ], [ -77.070692, 38.90868 ], [ -77.071136, 38.908669 ], [ -77.071546, 38.908662 ], [ -77.071574, 38.908659 ], [ -77.0716, 38.90865 ], [ -77.071621, 38.908634 ], [ -77.071637, 38.908611 ], [ -77.071642, 38.908582 ], [ -77.071628, 38.908231 ], [ -77.07162, 38.908038 ], [ -77.071615, 38.907896 ], [ -77.071609, 38.907676 ], [ -77.071603, 38.907483 ], [ -77.07158, 38.906993 ], [ -77.07157, 38.906826 ], [ -77.071567, 38.90675 ], [ -77.071563, 38.906681 ], [ -77.071543, 38.906123 ], [ -77.071535, 38.905931 ], [ -77.071526, 38.905839 ], [ -77.071509, 38.905473 ], [ -77.071498, 38.905109 ], [ -77.072141, 38.905246 ], [ -77.072631, 38.905323 ], [ -77.073731, 38.905495 ], [ -77.074005, 38.905538 ], [ -77.074158, 38.905543 ], [ -77.074237, 38.905546 ], [ -77.074624, 38.905538 ], [ -77.075423, 38.905538 ], [ -77.075749, 38.905529 ], [ -77.076044, 38.905552 ], [ -77.076211, 38.905578 ], [ -77.076609, 38.905661 ], [ -77.076991, 38.905751 ], [ -77.07729, 38.905831 ], [ -77.07754, 38.905904 ], [ -77.077767, 38.905954 ], [ -77.077818, 38.905966 ], [ -77.077941, 38.905994 ], [ -77.078047, 38.906014 ], [ -77.078112, 38.906026 ], [ -77.078205, 38.906037 ], [ -77.07831, 38.906042 ], [ -77.078308, 38.906249 ], [ -77.078348, 38.906266 ], [ -77.078315, 38.906738 ], [ -77.077908, 38.90671 ], [ -77.077882, 38.908139 ], [ -77.077562, 38.908627 ], [ -77.077597, 38.909238 ], [ -77.0777, 38.909687 ], [ -77.078489, 38.910816 ], [ -77.07872, 38.911171 ], [ -77.079039, 38.911804 ], [ -77.079034, 38.911976 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000202", "name": "Census Tract 2.02, District of Columbia, District of Columbia", "total_population_17": 4473, "white_alone_17": 3440.0, "black_alone_17": 327.0, "native_alone_17": 0.0, "asian_alone_17": 196.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 363.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -9.172, "pct_black_alone_change": 5.467, "pct_native_alone_change": -0.156, "pct_asian_alone_change": -1.722, "pct_hispanic_or_latino_change": 3.18, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9063048", "INTPTLON": "-077.0696362" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.079909, 38.905074 ], [ -77.079894, 38.905191 ], [ -77.079866, 38.905405 ], [ -77.079411, 38.905637 ], [ -77.078414, 38.905785 ], [ -77.078311, 38.905785 ], [ -77.078311, 38.905872 ], [ -77.078311, 38.905939 ], [ -77.07831, 38.906042 ], [ -77.078205, 38.906037 ], [ -77.078112, 38.906026 ], [ -77.078047, 38.906014 ], [ -77.077941, 38.905994 ], [ -77.077818, 38.905966 ], [ -77.077767, 38.905954 ], [ -77.07754, 38.905904 ], [ -77.07729, 38.905831 ], [ -77.076991, 38.905751 ], [ -77.076609, 38.905661 ], [ -77.076211, 38.905578 ], [ -77.076044, 38.905552 ], [ -77.075749, 38.905529 ], [ -77.075423, 38.905538 ], [ -77.074624, 38.905538 ], [ -77.074237, 38.905546 ], [ -77.074158, 38.905543 ], [ -77.074005, 38.905538 ], [ -77.073731, 38.905495 ], [ -77.072631, 38.905323 ], [ -77.072141, 38.905246 ], [ -77.071498, 38.905109 ], [ -77.071509, 38.905473 ], [ -77.071526, 38.905839 ], [ -77.071535, 38.905931 ], [ -77.071543, 38.906123 ], [ -77.071563, 38.906681 ], [ -77.071567, 38.90675 ], [ -77.07157, 38.906826 ], [ -77.07158, 38.906993 ], [ -77.071603, 38.907483 ], [ -77.071609, 38.907676 ], [ -77.071615, 38.907896 ], [ -77.07162, 38.908038 ], [ -77.071628, 38.908231 ], [ -77.071642, 38.908582 ], [ -77.071637, 38.908611 ], [ -77.071621, 38.908634 ], [ -77.0716, 38.90865 ], [ -77.071574, 38.908659 ], [ -77.071546, 38.908662 ], [ -77.071136, 38.908669 ], [ -77.070692, 38.90868 ], [ -77.070502, 38.908685 ], [ -77.070382, 38.908687 ], [ -77.070265, 38.90869 ], [ -77.069987, 38.908695 ], [ -77.069457, 38.908707 ], [ -77.069198, 38.908714 ], [ -77.069081, 38.908718 ], [ -77.069084, 38.908803 ], [ -77.069104, 38.909238 ], [ -77.069111, 38.909505 ], [ -77.069119, 38.90971 ], [ -77.069124, 38.909843 ], [ -77.069158, 38.910617 ], [ -77.069162, 38.910692 ], [ -77.069173, 38.910967 ], [ -77.069187, 38.91126 ], [ -77.069201, 38.911606 ], [ -77.069344, 38.9116 ], [ -77.07306, 38.911524 ], [ -77.073097, 38.912589 ], [ -77.072676, 38.912594 ], [ -77.071187, 38.912611 ], [ -77.071067, 38.912614 ], [ -77.070808, 38.912619 ], [ -77.069415, 38.912661 ], [ -77.069245, 38.912675 ], [ -77.069249, 38.91276 ], [ -77.069249, 38.912783 ], [ -77.069272, 38.913375 ], [ -77.069285, 38.913659 ], [ -77.069298, 38.913957 ], [ -77.069303, 38.91415 ], [ -77.069314, 38.914321 ], [ -77.069327, 38.914569 ], [ -77.069341, 38.91489 ], [ -77.069364, 38.915469 ], [ -77.069371, 38.915629 ], [ -77.06938, 38.915872 ], [ -77.06941, 38.9166 ], [ -77.069424, 38.916917 ], [ -77.06945, 38.917583 ], [ -77.069446, 38.917614 ], [ -77.069437, 38.917644 ], [ -77.069423, 38.917673 ], [ -77.069405, 38.9177 ], [ -77.069382, 38.917726 ], [ -77.069251, 38.91757 ], [ -77.06886, 38.917099 ], [ -77.068752, 38.916966 ], [ -77.068531, 38.916693 ], [ -77.068171, 38.916233 ], [ -77.06801, 38.916034 ], [ -77.067907, 38.915914 ], [ -77.067886, 38.915887 ], [ -77.067824, 38.915804 ], [ -77.067795, 38.915761 ], [ -77.06775, 38.915691 ], [ -77.067565, 38.915362 ], [ -77.067503, 38.915247 ], [ -77.067204, 38.914699 ], [ -77.067125, 38.914553 ], [ -77.066877, 38.914084 ], [ -77.066732, 38.913821 ], [ -77.066685, 38.913727 ], [ -77.066627, 38.913612 ], [ -77.066519, 38.913411 ], [ -77.066181, 38.912768 ], [ -77.06613, 38.912673 ], [ -77.066065, 38.912548 ], [ -77.066051, 38.912523 ], [ -77.066024, 38.912471 ], [ -77.065823, 38.912096 ], [ -77.065677, 38.911819 ], [ -77.065529, 38.911544 ], [ -77.06538, 38.911264 ], [ -77.065201, 38.910921 ], [ -77.065139, 38.910806 ], [ -77.065062, 38.910664 ], [ -77.065003, 38.910556 ], [ -77.064954, 38.910458 ], [ -77.064904, 38.91036 ], [ -77.064855, 38.910264 ], [ -77.064678, 38.909933 ], [ -77.064621, 38.909825 ], [ -77.064492, 38.909582 ], [ -77.064352, 38.909313 ], [ -77.064281, 38.909182 ], [ -77.064224, 38.909074 ], [ -77.064157, 38.90895 ], [ -77.064098, 38.908838 ], [ -77.063929, 38.908518 ], [ -77.063867, 38.908398 ], [ -77.063582, 38.90786 ], [ -77.063506, 38.907716 ], [ -77.063448, 38.907609 ], [ -77.063394, 38.907509 ], [ -77.063098, 38.906945 ], [ -77.063036, 38.906825 ], [ -77.062967, 38.906697 ], [ -77.062919, 38.906605 ], [ -77.06286, 38.90647 ], [ -77.062846, 38.906414 ], [ -77.062842, 38.906368 ], [ -77.062837, 38.906124 ], [ -77.062833, 38.906026 ], [ -77.062827, 38.905818 ], [ -77.062824, 38.905654 ], [ -77.062823, 38.90562 ], [ -77.062815, 38.905371 ], [ -77.062811, 38.905177 ], [ -77.062809, 38.905052 ], [ -77.062805, 38.904884 ], [ -77.062804, 38.904796 ], [ -77.0628, 38.904709 ], [ -77.062792, 38.904524 ], [ -77.062789, 38.904304 ], [ -77.062787, 38.904173 ], [ -77.062783, 38.90398 ], [ -77.062781, 38.903851 ], [ -77.062774, 38.903603 ], [ -77.062772, 38.903416 ], [ -77.062771, 38.903397 ], [ -77.06277, 38.90323 ], [ -77.062764, 38.903065 ], [ -77.062764, 38.903047 ], [ -77.062763, 38.903015 ], [ -77.062762, 38.902878 ], [ -77.062755, 38.902603 ], [ -77.062754, 38.902574 ], [ -77.062753, 38.902532 ], [ -77.062745, 38.902309 ], [ -77.062749, 38.902101 ], [ -77.062737, 38.902064 ], [ -77.062752, 38.902037 ], [ -77.063071, 38.901484 ], [ -77.068723, 38.901015 ], [ -77.069269, 38.900582 ], [ -77.069345, 38.900594 ], [ -77.069376, 38.900598 ], [ -77.069407, 38.900603 ], [ -77.069441, 38.900613 ], [ -77.069465, 38.900623 ], [ -77.069491, 38.900635 ], [ -77.069518, 38.900648 ], [ -77.069547, 38.900661 ], [ -77.06958, 38.900674 ], [ -77.069612, 38.900687 ], [ -77.069645, 38.900701 ], [ -77.069677, 38.900716 ], [ -77.069704, 38.90073 ], [ -77.06973, 38.900742 ], [ -77.069758, 38.900755 ], [ -77.069786, 38.900769 ], [ -77.069813, 38.900784 ], [ -77.06984, 38.900799 ], [ -77.069868, 38.900812 ], [ -77.069895, 38.900824 ], [ -77.069919, 38.900836 ], [ -77.069953, 38.900851 ], [ -77.069981, 38.900863 ], [ -77.070009, 38.900874 ], [ -77.070036, 38.900884 ], [ -77.070064, 38.900895 ], [ -77.070091, 38.900908 ], [ -77.070118, 38.90092 ], [ -77.070142, 38.900932 ], [ -77.070164, 38.900942 ], [ -77.070187, 38.900951 ], [ -77.07021, 38.900959 ], [ -77.070233, 38.900968 ], [ -77.070257, 38.900977 ], [ -77.070283, 38.900985 ], [ -77.070306, 38.900993 ], [ -77.070326, 38.901009 ], [ -77.07036, 38.901034 ], [ -77.070469, 38.901104 ], [ -77.070583, 38.901178 ], [ -77.070657, 38.901195 ], [ -77.070687, 38.901194 ], [ -77.070718, 38.901193 ], [ -77.070744, 38.901192 ], [ -77.070768, 38.901186 ], [ -77.070792, 38.901176 ], [ -77.070816, 38.901166 ], [ -77.07084, 38.901159 ], [ -77.07088, 38.901155 ], [ -77.070924, 38.90115 ], [ -77.070947, 38.901146 ], [ -77.070995, 38.901144 ], [ -77.071021, 38.901144 ], [ -77.071046, 38.901143 ], [ -77.071073, 38.901142 ], [ -77.071099, 38.901141 ], [ -77.071123, 38.90114 ], [ -77.071148, 38.901139 ], [ -77.071173, 38.901139 ], [ -77.071202, 38.901138 ], [ -77.071309, 38.901141 ], [ -77.071341, 38.90114 ], [ -77.071375, 38.901139 ], [ -77.071411, 38.901138 ], [ -77.071445, 38.901137 ], [ -77.071474, 38.901137 ], [ -77.071501, 38.901135 ], [ -77.071529, 38.901132 ], [ -77.071558, 38.901128 ], [ -77.071587, 38.901124 ], [ -77.071616, 38.90112 ], [ -77.071642, 38.901116 ], [ -77.071665, 38.90111 ], [ -77.071687, 38.901104 ], [ -77.07171, 38.901098 ], [ -77.071736, 38.901093 ], [ -77.071766, 38.901087 ], [ -77.071796, 38.901083 ], [ -77.071826, 38.90108 ], [ -77.071855, 38.901079 ], [ -77.071886, 38.901078 ], [ -77.071919, 38.901076 ], [ -77.071951, 38.901075 ], [ -77.071982, 38.901074 ], [ -77.072011, 38.901073 ], [ -77.072041, 38.901072 ], [ -77.072071, 38.901071 ], [ -77.072102, 38.90107 ], [ -77.072132, 38.90107 ], [ -77.07216, 38.901069 ], [ -77.072185, 38.901069 ], [ -77.072209, 38.901068 ], [ -77.072235, 38.901068 ], [ -77.072262, 38.901069 ], [ -77.072292, 38.901069 ], [ -77.072322, 38.901068 ], [ -77.072351, 38.901068 ], [ -77.07238, 38.901067 ], [ -77.072409, 38.901066 ], [ -77.072439, 38.901065 ], [ -77.072468, 38.901065 ], [ -77.072493, 38.901064 ], [ -77.072517, 38.901063 ], [ -77.072541, 38.901063 ], [ -77.072566, 38.901062 ], [ -77.072592, 38.901062 ], [ -77.07262, 38.901061 ], [ -77.072648, 38.901061 ], [ -77.072672, 38.90106 ], [ -77.072711, 38.901061 ], [ -77.07275, 38.901064 ], [ -77.072775, 38.901066 ], [ -77.072803, 38.901068 ], [ -77.072849, 38.901072 ], [ -77.072894, 38.901079 ], [ -77.07292, 38.901083 ], [ -77.072951, 38.901087 ], [ -77.072985, 38.901091 ], [ -77.07302, 38.901094 ], [ -77.073051, 38.901096 ], [ -77.073083, 38.901099 ], [ -77.073116, 38.901102 ], [ -77.073153, 38.901104 ], [ -77.073186, 38.901107 ], [ -77.073215, 38.90111 ], [ -77.073243, 38.901112 ], [ -77.07327, 38.901114 ], [ -77.073297, 38.901117 ], [ -77.073322, 38.901118 ], [ -77.073347, 38.90112 ], [ -77.073373, 38.901123 ], [ -77.0734, 38.901128 ], [ -77.073428, 38.901135 ], [ -77.073459, 38.901143 ], [ -77.073492, 38.901151 ], [ -77.073528, 38.901159 ], [ -77.073561, 38.901168 ], [ -77.073591, 38.901176 ], [ -77.07362, 38.901184 ], [ -77.07365, 38.90119 ], [ -77.073677, 38.901196 ], [ -77.073702, 38.901203 ], [ -77.073726, 38.901209 ], [ -77.073764, 38.901221 ], [ -77.073802, 38.901233 ], [ -77.073848, 38.901245 ], [ -77.073876, 38.901251 ], [ -77.073903, 38.901258 ], [ -77.073926, 38.901265 ], [ -77.073951, 38.901273 ], [ -77.073975, 38.901282 ], [ -77.074, 38.901292 ], [ -77.074025, 38.901301 ], [ -77.074051, 38.901309 ], [ -77.074077, 38.901316 ], [ -77.074103, 38.901321 ], [ -77.074129, 38.901326 ], [ -77.074156, 38.901332 ], [ -77.074186, 38.901339 ], [ -77.074221, 38.901346 ], [ -77.074256, 38.901353 ], [ -77.074289, 38.901361 ], [ -77.07432, 38.901371 ], [ -77.074353, 38.90138 ], [ -77.07439, 38.901388 ], [ -77.074426, 38.901396 ], [ -77.074457, 38.901404 ], [ -77.074487, 38.901412 ], [ -77.074519, 38.901419 ], [ -77.074555, 38.901425 ], [ -77.074591, 38.90143 ], [ -77.074624, 38.901435 ], [ -77.074655, 38.90144 ], [ -77.074688, 38.901445 ], [ -77.074727, 38.901451 ], [ -77.074766, 38.901458 ], [ -77.0748, 38.901464 ], [ -77.075034, 38.901522 ], [ -77.075175, 38.901561 ], [ -77.07522, 38.901573 ], [ -77.075254, 38.901579 ], [ -77.075289, 38.901586 ], [ -77.075322, 38.901594 ], [ -77.075352, 38.901602 ], [ -77.075384, 38.90161 ], [ -77.075416, 38.901618 ], [ -77.075447, 38.901626 ], [ -77.075477, 38.901636 ], [ -77.075506, 38.901647 ], [ -77.075537, 38.901658 ], [ -77.075567, 38.901668 ], [ -77.075596, 38.901678 ], [ -77.075625, 38.901687 ], [ -77.075654, 38.901695 ], [ -77.075681, 38.901702 ], [ -77.075709, 38.901709 ], [ -77.075737, 38.901716 ], [ -77.075762, 38.901726 ], [ -77.075785, 38.901738 ], [ -77.075809, 38.90175 ], [ -77.075833, 38.901761 ], [ -77.075857, 38.901772 ], [ -77.075879, 38.901782 ], [ -77.0759, 38.90179 ], [ -77.07594, 38.901801 ], [ -77.075977, 38.901809 ], [ -77.076004, 38.901811 ], [ -77.076029, 38.901807 ], [ -77.076068, 38.90181 ], [ -77.076091, 38.901814 ], [ -77.076114, 38.901818 ], [ -77.076143, 38.901829 ], [ -77.07622, 38.901853 ], [ -77.076251, 38.901862 ], [ -77.076283, 38.90187 ], [ -77.076314, 38.901878 ], [ -77.076344, 38.901884 ], [ -77.076372, 38.90189 ], [ -77.076404, 38.901901 ], [ -77.076438, 38.901913 ], [ -77.076466, 38.901925 ], [ -77.076492, 38.901937 ], [ -77.076519, 38.901947 ], [ -77.076546, 38.901954 ], [ -77.076575, 38.901959 ], [ -77.076608, 38.901959 ], [ -77.076644, 38.901961 ], [ -77.07668, 38.901965 ], [ -77.076715, 38.90197 ], [ -77.076748, 38.901978 ], [ -77.076781, 38.901989 ], [ -77.076807, 38.902003 ], [ -77.07683, 38.90202 ], [ -77.076857, 38.902036 ], [ -77.076887, 38.902049 ], [ -77.07692, 38.902064 ], [ -77.076959, 38.90208 ], [ -77.076995, 38.902095 ], [ -77.077032, 38.902106 ], [ -77.077068, 38.902115 ], [ -77.077106, 38.902122 ], [ -77.07715, 38.90213 ], [ -77.07719, 38.902139 ], [ -77.07723, 38.902145 ], [ -77.077274, 38.90215 ], [ -77.077322, 38.902155 ], [ -77.077367, 38.902157 ], [ -77.077409, 38.90216 ], [ -77.077449, 38.902164 ], [ -77.077488, 38.902169 ], [ -77.077522, 38.902173 ], [ -77.07755, 38.902182 ], [ -77.077567, 38.902198 ], [ -77.077578, 38.902218 ], [ -77.077611, 38.902248 ], [ -77.077638, 38.902257 ], [ -77.077664, 38.902259 ], [ -77.077691, 38.902255 ], [ -77.077719, 38.902249 ], [ -77.07775, 38.902245 ], [ -77.077783, 38.902244 ], [ -77.077822, 38.902246 ], [ -77.077862, 38.90225 ], [ -77.077899, 38.902254 ], [ -77.077933, 38.902256 ], [ -77.077967, 38.90226 ], [ -77.078001, 38.902268 ], [ -77.078033, 38.902277 ], [ -77.078062, 38.902287 ], [ -77.078089, 38.902298 ], [ -77.078116, 38.902309 ], [ -77.078139, 38.902323 ], [ -77.07816, 38.902336 ], [ -77.078179, 38.902348 ], [ -77.078248, 38.902368 ], [ -77.078273, 38.90237 ], [ -77.078299, 38.902369 ], [ -77.078328, 38.902366 ], [ -77.078356, 38.902361 ], [ -77.078379, 38.902354 ], [ -77.078404, 38.902349 ], [ -77.078429, 38.902344 ], [ -77.078453, 38.902338 ], [ -77.078484, 38.902333 ], [ -77.078524, 38.902331 ], [ -77.078565, 38.902328 ], [ -77.078605, 38.902326 ], [ -77.078642, 38.90232 ], [ -77.078684, 38.902316 ], [ -77.078724, 38.902313 ], [ -77.078758, 38.90231 ], [ -77.078794, 38.902305 ], [ -77.078832, 38.9023 ], [ -77.078874, 38.902299 ], [ -77.078912, 38.902301 ], [ -77.078948, 38.902305 ], [ -77.07898, 38.902309 ], [ -77.079017, 38.902318 ], [ -77.079052, 38.902328 ], [ -77.07908, 38.902338 ], [ -77.079103, 38.902346 ], [ -77.079136, 38.902363 ], [ -77.079156, 38.90239 ], [ -77.079163, 38.902419 ], [ -77.079173, 38.902438 ], [ -77.079215, 38.902454 ], [ -77.079916, 38.904887 ], [ -77.079909, 38.905074 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000300", "name": "Census Tract 3, District of Columbia, District of Columbia", "total_population_17": 6374, "white_alone_17": 4935.0, "black_alone_17": 467.0, "native_alone_17": 0.0, "asian_alone_17": 513.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 295.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -5.419, "pct_black_alone_change": 3.857, "pct_native_alone_change": -0.351, "pct_asian_alone_change": 1.108, "pct_hispanic_or_latino_change": -1.05, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9179099", "INTPTLON": "-077.0748728" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.082272, 38.921493 ], [ -77.082006, 38.921524 ], [ -77.081819, 38.921544 ], [ -77.080922, 38.921655 ], [ -77.080843, 38.921668 ], [ -77.080794, 38.921679 ], [ -77.080784, 38.921767 ], [ -77.08077, 38.921932 ], [ -77.080752, 38.922125 ], [ -77.080715, 38.92255 ], [ -77.080004, 38.922548 ], [ -77.079759, 38.922549 ], [ -77.079326, 38.922548 ], [ -77.078971, 38.922549 ], [ -77.078774, 38.922548 ], [ -77.078526, 38.922549 ], [ -77.077909, 38.922549 ], [ -77.077819, 38.92255 ], [ -77.077505, 38.92255 ], [ -77.077156, 38.922548 ], [ -77.077052, 38.922549 ], [ -77.07635, 38.922547 ], [ -77.076022, 38.922549 ], [ -77.074697, 38.922548 ], [ -77.0743, 38.92255 ], [ -77.073283, 38.922545 ], [ -77.073195, 38.922544 ], [ -77.072907, 38.922543 ], [ -77.072844, 38.922437 ], [ -77.07277, 38.922315 ], [ -77.072689, 38.922179 ], [ -77.072477, 38.921827 ], [ -77.072225, 38.921415 ], [ -77.072021, 38.921076 ], [ -77.07197, 38.920992 ], [ -77.071797, 38.920708 ], [ -77.071661, 38.92048 ], [ -77.071593, 38.920366 ], [ -77.071537, 38.920276 ], [ -77.071476, 38.920188 ], [ -77.071435, 38.920134 ], [ -77.071411, 38.920103 ], [ -77.071341, 38.920019 ], [ -77.071267, 38.919938 ], [ -77.070884, 38.919487 ], [ -77.07064, 38.919198 ], [ -77.070539, 38.919078 ], [ -77.070193, 38.918674 ], [ -77.069865, 38.918286 ], [ -77.069526, 38.917895 ], [ -77.069464, 38.917821 ], [ -77.069382, 38.917726 ], [ -77.069405, 38.9177 ], [ -77.069423, 38.917673 ], [ -77.069437, 38.917644 ], [ -77.069446, 38.917614 ], [ -77.06945, 38.917583 ], [ -77.069424, 38.916917 ], [ -77.06941, 38.9166 ], [ -77.06938, 38.915872 ], [ -77.069371, 38.915629 ], [ -77.069364, 38.915469 ], [ -77.069341, 38.91489 ], [ -77.069327, 38.914569 ], [ -77.069314, 38.914321 ], [ -77.069303, 38.91415 ], [ -77.069298, 38.913957 ], [ -77.069285, 38.913659 ], [ -77.069272, 38.913375 ], [ -77.069249, 38.912783 ], [ -77.069249, 38.91276 ], [ -77.069245, 38.912675 ], [ -77.069415, 38.912661 ], [ -77.070808, 38.912619 ], [ -77.071067, 38.912614 ], [ -77.071187, 38.912611 ], [ -77.072676, 38.912594 ], [ -77.073097, 38.912589 ], [ -77.073308, 38.912585 ], [ -77.073938, 38.912581 ], [ -77.074117, 38.912585 ], [ -77.074327, 38.912589 ], [ -77.074476, 38.912594 ], [ -77.075538, 38.912621 ], [ -77.075645, 38.912623 ], [ -77.076044, 38.912633 ], [ -77.076169, 38.912636 ], [ -77.076414, 38.912643 ], [ -77.077467, 38.912669 ], [ -77.077981, 38.912678 ], [ -77.078553, 38.91269 ], [ -77.079016, 38.912679 ], [ -77.079018, 38.912743 ], [ -77.078809, 38.912751 ], [ -77.078842, 38.913111 ], [ -77.078357, 38.914326 ], [ -77.080696, 38.915372 ], [ -77.080923, 38.915993 ], [ -77.081007, 38.916223 ], [ -77.081303, 38.916635 ], [ -77.081489, 38.916893 ], [ -77.081723, 38.917231 ], [ -77.081709, 38.917429 ], [ -77.082035, 38.919318 ], [ -77.082147, 38.919411 ], [ -77.082152, 38.919502 ], [ -77.082156, 38.919579 ], [ -77.082272, 38.921493 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000400", "name": "Census Tract 4, District of Columbia, District of Columbia", "total_population_17": 1489, "white_alone_17": 973.0, "black_alone_17": 50.0, "native_alone_17": 0.0, "asian_alone_17": 146.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 264.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -13.396, "pct_black_alone_change": -1.079, "pct_native_alone_change": -0.132, "pct_asian_alone_change": 3.646, "pct_hispanic_or_latino_change": 9.584, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9227989", "INTPTLON": "-077.0649214" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.073215, 38.922758 ], [ -77.073212, 38.922778 ], [ -77.073207, 38.922797 ], [ -77.073201, 38.922815 ], [ -77.073192, 38.922834 ], [ -77.073182, 38.922851 ], [ -77.07317, 38.922868 ], [ -77.073156, 38.922885 ], [ -77.07314, 38.9229 ], [ -77.073123, 38.922914 ], [ -77.073144, 38.922968 ], [ -77.073152, 38.922995 ], [ -77.073164, 38.923051 ], [ -77.073168, 38.923079 ], [ -77.073171, 38.923135 ], [ -77.07318, 38.92342 ], [ -77.073185, 38.92362 ], [ -77.073189, 38.924057 ], [ -77.073188, 38.924389 ], [ -77.073188, 38.924464 ], [ -77.073188, 38.924696 ], [ -77.073189, 38.924766 ], [ -77.073188, 38.926182 ], [ -77.073189, 38.926578 ], [ -77.073187, 38.927289 ], [ -77.07319, 38.927529 ], [ -77.07319, 38.927609 ], [ -77.073187, 38.927993 ], [ -77.073189, 38.928085 ], [ -77.073189, 38.928176 ], [ -77.073186, 38.928313 ], [ -77.07318, 38.92845 ], [ -77.073162, 38.928611 ], [ -77.073139, 38.92882 ], [ -77.073106, 38.929024 ], [ -77.073028, 38.929512 ], [ -77.073005, 38.929657 ], [ -77.072929, 38.930126 ], [ -77.07265, 38.931871 ], [ -77.072579, 38.931875 ], [ -77.072532, 38.931875 ], [ -77.072484, 38.931873 ], [ -77.072437, 38.931869 ], [ -77.072414, 38.931866 ], [ -77.071618, 38.931807 ], [ -77.071254, 38.931777 ], [ -77.070998, 38.931762 ], [ -77.070879, 38.931753 ], [ -77.069622, 38.931658 ], [ -77.069202, 38.931631 ], [ -77.068893, 38.931617 ], [ -77.068802, 38.931616 ], [ -77.068637, 38.93161 ], [ -77.06761, 38.931575 ], [ -77.067209, 38.931564 ], [ -77.067103, 38.931559 ], [ -77.06698, 38.931551 ], [ -77.066836, 38.931537 ], [ -77.066722, 38.931523 ], [ -77.066609, 38.931506 ], [ -77.06639, 38.931467 ], [ -77.066401, 38.930964 ], [ -77.066401, 38.930345 ], [ -77.0664, 38.930265 ], [ -77.066399, 38.930074 ], [ -77.066397, 38.929964 ], [ -77.066386, 38.929449 ], [ -77.066385, 38.92909 ], [ -77.066384, 38.929009 ], [ -77.066386, 38.92844 ], [ -77.066386, 38.928006 ], [ -77.066384, 38.927527 ], [ -77.066054, 38.927525 ], [ -77.065359, 38.927526 ], [ -77.065259, 38.927527 ], [ -77.064814, 38.927527 ], [ -77.064565, 38.927526 ], [ -77.064114, 38.927528 ], [ -77.063759, 38.927526 ], [ -77.063481, 38.927528 ], [ -77.06324, 38.92752 ], [ -77.063068, 38.927382 ], [ -77.06305, 38.927366 ], [ -77.062737, 38.927126 ], [ -77.062104, 38.926629 ], [ -77.061933, 38.926493 ], [ -77.061826, 38.92641 ], [ -77.061745, 38.926351 ], [ -77.061681, 38.926303 ], [ -77.06164, 38.926271 ], [ -77.061574, 38.926216 ], [ -77.061456, 38.926124 ], [ -77.06138, 38.92606 ], [ -77.061266, 38.925977 ], [ -77.060861, 38.925657 ], [ -77.060815, 38.925625 ], [ -77.060733, 38.925561 ], [ -77.060594, 38.925455 ], [ -77.060432, 38.925318 ], [ -77.060158, 38.925109 ], [ -77.059793, 38.924819 ], [ -77.059512, 38.924608 ], [ -77.059424, 38.924537 ], [ -77.059341, 38.924472 ], [ -77.059037, 38.924235 ], [ -77.058735, 38.924002 ], [ -77.058463, 38.92379 ], [ -77.058091, 38.923496 ], [ -77.057718, 38.923213 ], [ -77.057504, 38.923202 ], [ -77.057133, 38.923221 ], [ -77.056595, 38.923251 ], [ -77.056079, 38.923284 ], [ -77.056087, 38.923151 ], [ -77.056095, 38.923082 ], [ -77.056094, 38.92305 ], [ -77.056092, 38.923019 ], [ -77.056087, 38.922987 ], [ -77.056081, 38.922956 ], [ -77.056072, 38.922925 ], [ -77.056049, 38.922865 ], [ -77.056034, 38.922835 ], [ -77.056017, 38.922806 ], [ -77.055999, 38.922778 ], [ -77.05598, 38.922752 ], [ -77.055938, 38.9227 ], [ -77.055892, 38.922651 ], [ -77.055842, 38.922604 ], [ -77.055788, 38.92256 ], [ -77.05576, 38.92254 ], [ -77.055731, 38.922522 ], [ -77.055671, 38.92249 ], [ -77.055588, 38.922449 ], [ -77.055478, 38.922401 ], [ -77.055342, 38.922351 ], [ -77.055101, 38.922257 ], [ -77.054903, 38.922165 ], [ -77.054647, 38.92205 ], [ -77.054584, 38.922011 ], [ -77.054482, 38.921937 ], [ -77.054397, 38.92185 ], [ -77.054355, 38.921802 ], [ -77.054305, 38.92172 ], [ -77.054215, 38.921546 ], [ -77.054089, 38.921287 ], [ -77.054049, 38.921203 ], [ -77.054038, 38.921182 ], [ -77.054036, 38.921164 ], [ -77.054048, 38.92113 ], [ -77.054077, 38.921102 ], [ -77.054097, 38.921092 ], [ -77.054194, 38.921062 ], [ -77.054258, 38.921044 ], [ -77.054519, 38.920961 ], [ -77.054718, 38.920896 ], [ -77.054764, 38.920876 ], [ -77.054865, 38.920833 ], [ -77.055005, 38.920763 ], [ -77.055174, 38.920663 ], [ -77.05529, 38.920581 ], [ -77.055382, 38.920511 ], [ -77.055455, 38.92044 ], [ -77.055604, 38.920273 ], [ -77.055695, 38.92016 ], [ -77.055745, 38.92011 ], [ -77.05577, 38.920099 ], [ -77.055806, 38.920099 ], [ -77.055851, 38.920111 ], [ -77.056954, 38.920257 ], [ -77.056958, 38.920219 ], [ -77.056946, 38.920176 ], [ -77.0569, 38.920108 ], [ -77.056874, 38.920071 ], [ -77.056804, 38.91999 ], [ -77.05673, 38.919915 ], [ -77.056644, 38.919803 ], [ -77.05663, 38.919773 ], [ -77.056615, 38.919694 ], [ -77.056529, 38.919599 ], [ -77.056521, 38.919571 ], [ -77.05652, 38.919547 ], [ -77.056532, 38.919523 ], [ -77.056547, 38.919509 ], [ -77.056576, 38.919491 ], [ -77.05662, 38.919471 ], [ -77.056751, 38.919439 ], [ -77.057029, 38.91941 ], [ -77.057172, 38.919392 ], [ -77.0573, 38.919369 ], [ -77.057443, 38.919333 ], [ -77.057657, 38.919256 ], [ -77.05781, 38.919176 ], [ -77.057895, 38.91913 ], [ -77.057959, 38.919085 ], [ -77.058015, 38.919044 ], [ -77.058378, 38.91874 ], [ -77.058546, 38.918601 ], [ -77.05873, 38.918447 ], [ -77.058888, 38.918319 ], [ -77.058932, 38.9183 ], [ -77.058989, 38.918299 ], [ -77.059084, 38.918313 ], [ -77.059328, 38.918324 ], [ -77.059366, 38.918325 ], [ -77.059479, 38.918332 ], [ -77.059723, 38.91834 ], [ -77.060064, 38.918348 ], [ -77.060413, 38.918359 ], [ -77.060944, 38.918374 ], [ -77.061195, 38.91838 ], [ -77.061451, 38.918388 ], [ -77.061634, 38.918391 ], [ -77.061858, 38.918398 ], [ -77.06202, 38.918402 ], [ -77.062238, 38.918412 ], [ -77.062473, 38.918425 ], [ -77.062668, 38.918431 ], [ -77.062851, 38.918438 ], [ -77.063033, 38.918441 ], [ -77.06323, 38.918447 ], [ -77.063322, 38.918442 ], [ -77.063349, 38.918435 ], [ -77.063377, 38.918418 ], [ -77.063554, 38.918427 ], [ -77.063679, 38.918442 ], [ -77.063824, 38.918446 ], [ -77.066894, 38.918656 ], [ -77.067253, 38.918641 ], [ -77.067315, 38.918641 ], [ -77.067388, 38.917759 ], [ -77.067381, 38.917733 ], [ -77.06738, 38.917706 ], [ -77.067386, 38.91768 ], [ -77.067397, 38.917655 ], [ -77.067413, 38.917632 ], [ -77.067476, 38.917582 ], [ -77.067498, 38.917567 ], [ -77.067591, 38.917509 ], [ -77.067615, 38.917495 ], [ -77.067924, 38.917351 ], [ -77.068609, 38.917029 ], [ -77.068752, 38.916966 ], [ -77.06886, 38.917099 ], [ -77.069251, 38.91757 ], [ -77.069382, 38.917726 ], [ -77.069464, 38.917821 ], [ -77.069526, 38.917895 ], [ -77.069865, 38.918286 ], [ -77.070193, 38.918674 ], [ -77.070539, 38.919078 ], [ -77.07064, 38.919198 ], [ -77.070884, 38.919487 ], [ -77.071267, 38.919938 ], [ -77.071341, 38.920019 ], [ -77.071411, 38.920103 ], [ -77.071435, 38.920134 ], [ -77.071476, 38.920188 ], [ -77.071537, 38.920276 ], [ -77.071593, 38.920366 ], [ -77.071661, 38.92048 ], [ -77.071797, 38.920708 ], [ -77.07197, 38.920992 ], [ -77.072021, 38.921076 ], [ -77.072225, 38.921415 ], [ -77.072477, 38.921827 ], [ -77.072689, 38.922179 ], [ -77.07277, 38.922315 ], [ -77.072844, 38.922437 ], [ -77.072907, 38.922543 ], [ -77.073195, 38.922544 ], [ -77.073212, 38.922605 ], [ -77.073214, 38.922629 ], [ -77.073216, 38.922739 ], [ -77.073215, 38.922758 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000501", "name": "Census Tract 5.01, District of Columbia, District of Columbia", "total_population_17": 3632, "white_alone_17": 2763.0, "black_alone_17": 162.0, "native_alone_17": 0.0, "asian_alone_17": 128.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 511.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -5.77, "pct_black_alone_change": -0.748, "pct_native_alone_change": -0.398, "pct_asian_alone_change": -2.805, "pct_hispanic_or_latino_change": 8.391, "pct_native_hawaiian_pacific_islander_change": -0.036, "INTPTLAT": "+38.9264548", "INTPTLON": "-077.0514340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.058989, 38.918299 ], [ -77.058932, 38.9183 ], [ -77.058888, 38.918319 ], [ -77.05873, 38.918447 ], [ -77.058546, 38.918601 ], [ -77.058378, 38.91874 ], [ -77.058015, 38.919044 ], [ -77.057959, 38.919085 ], [ -77.057895, 38.91913 ], [ -77.05781, 38.919176 ], [ -77.057657, 38.919256 ], [ -77.057443, 38.919333 ], [ -77.0573, 38.919369 ], [ -77.057172, 38.919392 ], [ -77.057029, 38.91941 ], [ -77.056751, 38.919439 ], [ -77.05662, 38.919471 ], [ -77.056576, 38.919491 ], [ -77.056547, 38.919509 ], [ -77.056532, 38.919523 ], [ -77.05652, 38.919547 ], [ -77.056521, 38.919571 ], [ -77.056529, 38.919599 ], [ -77.056615, 38.919694 ], [ -77.05663, 38.919773 ], [ -77.056644, 38.919803 ], [ -77.05673, 38.919915 ], [ -77.056804, 38.91999 ], [ -77.056874, 38.920071 ], [ -77.0569, 38.920108 ], [ -77.056946, 38.920176 ], [ -77.056958, 38.920219 ], [ -77.056954, 38.920257 ], [ -77.055851, 38.920111 ], [ -77.055806, 38.920099 ], [ -77.05577, 38.920099 ], [ -77.055745, 38.92011 ], [ -77.055695, 38.92016 ], [ -77.055604, 38.920273 ], [ -77.055455, 38.92044 ], [ -77.055382, 38.920511 ], [ -77.05529, 38.920581 ], [ -77.055174, 38.920663 ], [ -77.055005, 38.920763 ], [ -77.054865, 38.920833 ], [ -77.054764, 38.920876 ], [ -77.054718, 38.920896 ], [ -77.054519, 38.920961 ], [ -77.054258, 38.921044 ], [ -77.054194, 38.921062 ], [ -77.054097, 38.921092 ], [ -77.054077, 38.921102 ], [ -77.054048, 38.92113 ], [ -77.054036, 38.921164 ], [ -77.054038, 38.921182 ], [ -77.054049, 38.921203 ], [ -77.054089, 38.921287 ], [ -77.054215, 38.921546 ], [ -77.054305, 38.92172 ], [ -77.054355, 38.921802 ], [ -77.054397, 38.92185 ], [ -77.054482, 38.921937 ], [ -77.054584, 38.922011 ], [ -77.054647, 38.92205 ], [ -77.054903, 38.922165 ], [ -77.055101, 38.922257 ], [ -77.055342, 38.922351 ], [ -77.055478, 38.922401 ], [ -77.055588, 38.922449 ], [ -77.055671, 38.92249 ], [ -77.055731, 38.922522 ], [ -77.05576, 38.92254 ], [ -77.055788, 38.92256 ], [ -77.055842, 38.922604 ], [ -77.055892, 38.922651 ], [ -77.055938, 38.9227 ], [ -77.05598, 38.922752 ], [ -77.055999, 38.922778 ], [ -77.056017, 38.922806 ], [ -77.056034, 38.922835 ], [ -77.056049, 38.922865 ], [ -77.056072, 38.922925 ], [ -77.056081, 38.922956 ], [ -77.056087, 38.922987 ], [ -77.056092, 38.923019 ], [ -77.056094, 38.92305 ], [ -77.056095, 38.923082 ], [ -77.056087, 38.923151 ], [ -77.056079, 38.923284 ], [ -77.056595, 38.923251 ], [ -77.057133, 38.923221 ], [ -77.057504, 38.923202 ], [ -77.057718, 38.923213 ], [ -77.057664, 38.923272 ], [ -77.057637, 38.923355 ], [ -77.057636, 38.923715 ], [ -77.057636, 38.924682 ], [ -77.057637, 38.924953 ], [ -77.057635, 38.925331 ], [ -77.057636, 38.92604 ], [ -77.057637, 38.926088 ], [ -77.057637, 38.926173 ], [ -77.057523, 38.926158 ], [ -77.057112, 38.926107 ], [ -77.056951, 38.926086 ], [ -77.056892, 38.926079 ], [ -77.056547, 38.926034 ], [ -77.056441, 38.926021 ], [ -77.056345, 38.926008 ], [ -77.056317, 38.926005 ], [ -77.055848, 38.925943 ], [ -77.05533, 38.925876 ], [ -77.055234, 38.925863 ], [ -77.055129, 38.92585 ], [ -77.054787, 38.925805 ], [ -77.054367, 38.925748 ], [ -77.053924, 38.925694 ], [ -77.05366, 38.925658 ], [ -77.053527, 38.925641 ], [ -77.052812, 38.925556 ], [ -77.05268, 38.925536 ], [ -77.052991, 38.92607 ], [ -77.05328, 38.926569 ], [ -77.053367, 38.926717 ], [ -77.05355, 38.927032 ], [ -77.053711, 38.92731 ], [ -77.054111, 38.927998 ], [ -77.054164, 38.928088 ], [ -77.054327, 38.92837 ], [ -77.054719, 38.929042 ], [ -77.055081, 38.929667 ], [ -77.055558, 38.930484 ], [ -77.055716, 38.930755 ], [ -77.05488, 38.93086 ], [ -77.054573, 38.9309 ], [ -77.054967, 38.93158 ], [ -77.054582, 38.932704 ], [ -77.052959, 38.933542 ], [ -77.052258, 38.93374 ], [ -77.05179, 38.933865 ], [ -77.051675, 38.933908 ], [ -77.051522, 38.933966 ], [ -77.051461, 38.933976 ], [ -77.051399, 38.933982 ], [ -77.051336, 38.933984 ], [ -77.051274, 38.933983 ], [ -77.051211, 38.933979 ], [ -77.051091, 38.933941 ], [ -77.051036, 38.933915 ], [ -77.050984, 38.933884 ], [ -77.050937, 38.93385 ], [ -77.050896, 38.933811 ], [ -77.050859, 38.933769 ], [ -77.050833, 38.933723 ], [ -77.050825, 38.933497 ], [ -77.05083, 38.933402 ], [ -77.050756, 38.933382 ], [ -77.050581, 38.933268 ], [ -77.050503, 38.933224 ], [ -77.050779, 38.93301 ], [ -77.050854, 38.932826 ], [ -77.050744, 38.932604 ], [ -77.050322, 38.932269 ], [ -77.050194, 38.932221 ], [ -77.049742, 38.9322 ], [ -77.049482, 38.932183 ], [ -77.048862, 38.932029 ], [ -77.0484, 38.931901 ], [ -77.047798, 38.931749 ], [ -77.047374, 38.931624 ], [ -77.047262, 38.931522 ], [ -77.047122, 38.931448 ], [ -77.046974, 38.93133 ], [ -77.046804, 38.931106 ], [ -77.046373, 38.930653 ], [ -77.045746, 38.929797 ], [ -77.045364, 38.929396 ], [ -77.04495, 38.929051 ], [ -77.044683, 38.928778 ], [ -77.044537, 38.92851 ], [ -77.044515, 38.928345 ], [ -77.044534, 38.928123 ], [ -77.044561, 38.927927 ], [ -77.044591, 38.927867 ], [ -77.044687, 38.927623 ], [ -77.044696, 38.927482 ], [ -77.044699, 38.927454 ], [ -77.044686, 38.927159 ], [ -77.044787, 38.926804 ], [ -77.04491, 38.926578 ], [ -77.045534, 38.92624 ], [ -77.046162, 38.92596 ], [ -77.046303, 38.925943 ], [ -77.046602, 38.926056 ], [ -77.046732, 38.926198 ], [ -77.047055, 38.926712 ], [ -77.047682, 38.927012 ], [ -77.048257, 38.927403 ], [ -77.048944, 38.928 ], [ -77.049124, 38.928079 ], [ -77.049331, 38.92813 ], [ -77.049515, 38.928134 ], [ -77.049669, 38.928082 ], [ -77.049805, 38.927884 ], [ -77.049872, 38.927703 ], [ -77.049442, 38.925565 ], [ -77.049225, 38.925312 ], [ -77.048921, 38.924974 ], [ -77.048823, 38.924725 ], [ -77.048727, 38.924481 ], [ -77.048625, 38.924013 ], [ -77.048598, 38.923672 ], [ -77.048565, 38.923344 ], [ -77.048512, 38.923045 ], [ -77.04854, 38.922771 ], [ -77.04859, 38.922572 ], [ -77.048702, 38.922405 ], [ -77.048942, 38.922204 ], [ -77.049313, 38.921973 ], [ -77.04933, 38.921965 ], [ -77.049548, 38.921875 ], [ -77.049752, 38.9217 ], [ -77.050055, 38.921412 ], [ -77.050181, 38.921241 ], [ -77.050253, 38.921114 ], [ -77.050344, 38.920928 ], [ -77.050367, 38.920884 ], [ -77.050411, 38.920831 ], [ -77.050483, 38.920762 ], [ -77.050553, 38.920707 ], [ -77.05062, 38.920637 ], [ -77.050658, 38.920568 ], [ -77.050786, 38.920344 ], [ -77.050921, 38.920094 ], [ -77.051006, 38.919935 ], [ -77.051071, 38.91988 ], [ -77.051126, 38.919848 ], [ -77.051227, 38.919779 ], [ -77.051353, 38.919731 ], [ -77.051621, 38.919646 ], [ -77.05185, 38.91958 ], [ -77.05196, 38.919581 ], [ -77.052129, 38.919601 ], [ -77.052223, 38.919613 ], [ -77.052385, 38.919715 ], [ -77.052552, 38.919811 ], [ -77.052769, 38.919924 ], [ -77.052849, 38.919959 ], [ -77.052907, 38.919987 ], [ -77.05301, 38.920037 ], [ -77.05303, 38.920048 ], [ -77.053107, 38.920067 ], [ -77.053253, 38.92009 ], [ -77.053361, 38.920094 ], [ -77.053485, 38.920079 ], [ -77.05359, 38.920057 ], [ -77.053688, 38.920052 ], [ -77.053858, 38.920045 ], [ -77.054083, 38.920018 ], [ -77.054252, 38.91999 ], [ -77.054502, 38.919945 ], [ -77.054581, 38.91993 ], [ -77.054655, 38.919896 ], [ -77.05473, 38.919841 ], [ -77.054852, 38.919739 ], [ -77.054914, 38.919667 ], [ -77.054938, 38.919619 ], [ -77.055028, 38.91943 ], [ -77.055082, 38.919339 ], [ -77.055132, 38.919236 ], [ -77.055158, 38.919182 ], [ -77.055196, 38.919142 ], [ -77.055322, 38.919035 ], [ -77.05547, 38.918957 ], [ -77.055607, 38.918881 ], [ -77.056041, 38.918698 ], [ -77.056185, 38.918647 ], [ -77.056335, 38.918603 ], [ -77.056584, 38.918563 ], [ -77.056863, 38.918509 ], [ -77.05702, 38.91848 ], [ -77.057109, 38.918455 ], [ -77.057246, 38.918394 ], [ -77.057483, 38.918273 ], [ -77.057709, 38.918149 ], [ -77.057878, 38.918044 ], [ -77.057967, 38.91798 ], [ -77.058258, 38.917716 ], [ -77.05832, 38.917762 ], [ -77.05836, 38.91779 ], [ -77.058491, 38.917886 ], [ -77.058796, 38.918113 ], [ -77.058894, 38.918184 ], [ -77.059084, 38.918313 ], [ -77.058989, 38.918299 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000502", "name": "Census Tract 5.02, District of Columbia, District of Columbia", "total_population_17": 3296, "white_alone_17": 2504.0, "black_alone_17": 93.0, "native_alone_17": 20.0, "asian_alone_17": 121.0, "native_hawaiian_pacific_islander_17": 18.0, "hispanic_or_latino_17": 491.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -8.605, "pct_black_alone_change": 0.123, "pct_native_alone_change": 0.382, "pct_asian_alone_change": -1.117, "pct_hispanic_or_latino_change": 7.763, "pct_native_hawaiian_pacific_islander_change": 0.546, "INTPTLAT": "+38.9283547", "INTPTLON": "-077.0595624" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.066401, 38.930964 ], [ -77.06639, 38.931467 ], [ -77.066259, 38.931443 ], [ -77.066033, 38.931395 ], [ -77.065708, 38.931318 ], [ -77.065271, 38.93121 ], [ -77.064769, 38.931094 ], [ -77.064679, 38.931069 ], [ -77.06459, 38.931041 ], [ -77.064502, 38.93101 ], [ -77.06395, 38.930792 ], [ -77.063254, 38.930509 ], [ -77.063148, 38.930467 ], [ -77.062917, 38.930373 ], [ -77.062737, 38.930301 ], [ -77.062566, 38.930232 ], [ -77.062304, 38.930133 ], [ -77.062148, 38.93015 ], [ -77.061883, 38.930173 ], [ -77.061563, 38.930199 ], [ -77.061161, 38.930234 ], [ -77.061111, 38.930237 ], [ -77.061027, 38.930244 ], [ -77.060834, 38.930264 ], [ -77.060417, 38.930296 ], [ -77.060258, 38.930305 ], [ -77.06022, 38.930305 ], [ -77.060153, 38.93031 ], [ -77.060119, 38.930314 ], [ -77.060054, 38.930327 ], [ -77.059991, 38.930344 ], [ -77.059931, 38.930367 ], [ -77.059902, 38.93038 ], [ -77.059874, 38.930394 ], [ -77.059745, 38.930467 ], [ -77.059444, 38.930665 ], [ -77.059196, 38.930821 ], [ -77.059102, 38.930883 ], [ -77.058777, 38.931131 ], [ -77.058551, 38.9313 ], [ -77.058531, 38.931324 ], [ -77.058513, 38.931349 ], [ -77.058496, 38.931375 ], [ -77.058471, 38.931429 ], [ -77.058462, 38.931457 ], [ -77.058456, 38.931485 ], [ -77.058452, 38.931514 ], [ -77.058451, 38.931543 ], [ -77.058455, 38.931645 ], [ -77.058455, 38.931743 ], [ -77.058452, 38.931795 ], [ -77.058442, 38.931876 ], [ -77.058426, 38.931957 ], [ -77.058405, 38.932037 ], [ -77.058383, 38.932108 ], [ -77.058359, 38.932179 ], [ -77.058317, 38.932284 ], [ -77.058285, 38.932354 ], [ -77.058268, 38.932388 ], [ -77.058244, 38.932439 ], [ -77.058201, 38.932513 ], [ -77.058168, 38.932561 ], [ -77.058132, 38.932607 ], [ -77.058112, 38.93263 ], [ -77.058088, 38.932647 ], [ -77.058062, 38.932663 ], [ -77.058033, 38.932677 ], [ -77.058004, 38.932689 ], [ -77.057973, 38.932699 ], [ -77.057941, 38.932706 ], [ -77.057908, 38.932712 ], [ -77.057875, 38.932715 ], [ -77.057842, 38.932715 ], [ -77.057809, 38.932713 ], [ -77.057667, 38.932691 ], [ -77.057587, 38.932676 ], [ -77.057217, 38.932603 ], [ -77.057159, 38.932594 ], [ -77.057072, 38.932583 ], [ -77.056985, 38.932574 ], [ -77.056878, 38.932568 ], [ -77.05677, 38.93257 ], [ -77.056731, 38.9325 ], [ -77.056505, 38.932115 ], [ -77.056261, 38.931695 ], [ -77.056184, 38.931567 ], [ -77.055952, 38.931168 ], [ -77.055716, 38.930755 ], [ -77.055558, 38.930484 ], [ -77.055081, 38.929667 ], [ -77.054719, 38.929042 ], [ -77.054327, 38.92837 ], [ -77.054164, 38.928088 ], [ -77.054111, 38.927998 ], [ -77.053711, 38.92731 ], [ -77.05355, 38.927032 ], [ -77.053367, 38.926717 ], [ -77.05328, 38.926569 ], [ -77.052991, 38.92607 ], [ -77.05268, 38.925536 ], [ -77.052812, 38.925556 ], [ -77.053527, 38.925641 ], [ -77.05366, 38.925658 ], [ -77.053924, 38.925694 ], [ -77.054367, 38.925748 ], [ -77.054787, 38.925805 ], [ -77.055129, 38.92585 ], [ -77.055234, 38.925863 ], [ -77.05533, 38.925876 ], [ -77.055848, 38.925943 ], [ -77.056317, 38.926005 ], [ -77.056345, 38.926008 ], [ -77.056441, 38.926021 ], [ -77.056547, 38.926034 ], [ -77.056892, 38.926079 ], [ -77.056951, 38.926086 ], [ -77.057112, 38.926107 ], [ -77.057523, 38.926158 ], [ -77.057637, 38.926173 ], [ -77.057637, 38.926088 ], [ -77.057636, 38.92604 ], [ -77.057635, 38.925331 ], [ -77.057637, 38.924953 ], [ -77.057636, 38.924682 ], [ -77.057636, 38.923715 ], [ -77.057637, 38.923355 ], [ -77.057664, 38.923272 ], [ -77.057718, 38.923213 ], [ -77.058091, 38.923496 ], [ -77.058463, 38.92379 ], [ -77.058735, 38.924002 ], [ -77.059037, 38.924235 ], [ -77.059341, 38.924472 ], [ -77.059424, 38.924537 ], [ -77.059512, 38.924608 ], [ -77.059793, 38.924819 ], [ -77.060158, 38.925109 ], [ -77.060432, 38.925318 ], [ -77.060594, 38.925455 ], [ -77.060733, 38.925561 ], [ -77.060815, 38.925625 ], [ -77.060861, 38.925657 ], [ -77.061266, 38.925977 ], [ -77.06138, 38.92606 ], [ -77.061456, 38.926124 ], [ -77.061574, 38.926216 ], [ -77.06164, 38.926271 ], [ -77.061681, 38.926303 ], [ -77.061745, 38.926351 ], [ -77.061826, 38.92641 ], [ -77.061933, 38.926493 ], [ -77.062104, 38.926629 ], [ -77.062737, 38.927126 ], [ -77.06305, 38.927366 ], [ -77.063068, 38.927382 ], [ -77.06324, 38.92752 ], [ -77.063481, 38.927528 ], [ -77.063759, 38.927526 ], [ -77.064114, 38.927528 ], [ -77.064565, 38.927526 ], [ -77.064814, 38.927527 ], [ -77.065259, 38.927527 ], [ -77.065359, 38.927526 ], [ -77.066054, 38.927525 ], [ -77.066384, 38.927527 ], [ -77.066386, 38.928006 ], [ -77.066386, 38.92844 ], [ -77.066384, 38.929009 ], [ -77.066385, 38.92909 ], [ -77.066386, 38.929449 ], [ -77.066397, 38.929964 ], [ -77.066399, 38.930074 ], [ -77.0664, 38.930265 ], [ -77.066401, 38.930345 ], [ -77.066401, 38.930964 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000600", "name": "Census Tract 6, District of Columbia, District of Columbia", "total_population_17": 4998, "white_alone_17": 3554.0, "black_alone_17": 271.0, "native_alone_17": 0.0, "asian_alone_17": 288.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 776.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -3.48, "pct_black_alone_change": -7.955, "pct_native_alone_change": -0.325, "pct_asian_alone_change": 1.351, "pct_hispanic_or_latino_change": 8.797, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9368114", "INTPTLON": "-077.0675114" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.076507, 38.942216 ], [ -77.076006, 38.942219 ], [ -77.075078, 38.942218 ], [ -77.074828, 38.942216 ], [ -77.074769, 38.942216 ], [ -77.074605, 38.942216 ], [ -77.072514, 38.942217 ], [ -77.072411, 38.942216 ], [ -77.070151, 38.942212 ], [ -77.069667, 38.942213 ], [ -77.069338, 38.942211 ], [ -77.069207, 38.942211 ], [ -77.068875, 38.94221 ], [ -77.068858, 38.942171 ], [ -77.068793, 38.942031 ], [ -77.068753, 38.941943 ], [ -77.068717, 38.941866 ], [ -77.068696, 38.941828 ], [ -77.06865, 38.941753 ], [ -77.068624, 38.941716 ], [ -77.068569, 38.941644 ], [ -77.06854, 38.941609 ], [ -77.068477, 38.941541 ], [ -77.068106, 38.941186 ], [ -77.068041, 38.941119 ], [ -77.06798, 38.941049 ], [ -77.067923, 38.940978 ], [ -77.06787, 38.940904 ], [ -77.067852, 38.940876 ], [ -77.067412, 38.940722 ], [ -77.067109, 38.940656 ], [ -77.066987, 38.940633 ], [ -77.06695, 38.940625 ], [ -77.066803, 38.940596 ], [ -77.066731, 38.940584 ], [ -77.066384, 38.940535 ], [ -77.066279, 38.940523 ], [ -77.066174, 38.940513 ], [ -77.065989, 38.940498 ], [ -77.065951, 38.940496 ], [ -77.065807, 38.940485 ], [ -77.065702, 38.940479 ], [ -77.065567, 38.940475 ], [ -77.065132, 38.940475 ], [ -77.065064, 38.940477 ], [ -77.064896, 38.940487 ], [ -77.064832, 38.940489 ], [ -77.064707, 38.940497 ], [ -77.064645, 38.940503 ], [ -77.064615, 38.940507 ], [ -77.064455, 38.940523 ], [ -77.06439, 38.940531 ], [ -77.064325, 38.940541 ], [ -77.064167, 38.940573 ], [ -77.064028, 38.940609 ], [ -77.063866, 38.940639 ], [ -77.063739, 38.940667 ], [ -77.063707, 38.940673 ], [ -77.063589, 38.9407 ], [ -77.063564, 38.940705 ], [ -77.063491, 38.940723 ], [ -77.063466, 38.940728 ], [ -77.063412, 38.940742 ], [ -77.063384, 38.940748 ], [ -77.06325, 38.940781 ], [ -77.063059, 38.940826 ], [ -77.062974, 38.940844 ], [ -77.062706, 38.940894 ], [ -77.062588, 38.940911 ], [ -77.062497, 38.940921 ], [ -77.062408, 38.940934 ], [ -77.062361, 38.94094 ], [ -77.06227, 38.940947 ], [ -77.06217, 38.940953 ], [ -77.061654, 38.940972 ], [ -77.061517, 38.940735 ], [ -77.061224, 38.940234 ], [ -77.061009, 38.93986 ], [ -77.060808, 38.939517 ], [ -77.060734, 38.939389 ], [ -77.060691, 38.939314 ], [ -77.060331, 38.938694 ], [ -77.060262, 38.938576 ], [ -77.060058, 38.938226 ], [ -77.06, 38.938125 ], [ -77.059397, 38.937091 ], [ -77.05933, 38.936974 ], [ -77.059301, 38.936925 ], [ -77.059243, 38.936824 ], [ -77.059174, 38.936707 ], [ -77.058983, 38.936378 ], [ -77.058509, 38.935566 ], [ -77.058372, 38.935331 ], [ -77.058132, 38.934913 ], [ -77.057958, 38.934613 ], [ -77.057741, 38.934242 ], [ -77.057649, 38.934083 ], [ -77.057314, 38.93351 ], [ -77.056958, 38.932901 ], [ -77.05677, 38.93257 ], [ -77.056878, 38.932568 ], [ -77.056985, 38.932574 ], [ -77.057072, 38.932583 ], [ -77.057159, 38.932594 ], [ -77.057217, 38.932603 ], [ -77.057587, 38.932676 ], [ -77.057667, 38.932691 ], [ -77.057809, 38.932713 ], [ -77.057842, 38.932715 ], [ -77.057875, 38.932715 ], [ -77.057908, 38.932712 ], [ -77.057941, 38.932706 ], [ -77.057973, 38.932699 ], [ -77.058004, 38.932689 ], [ -77.058033, 38.932677 ], [ -77.058062, 38.932663 ], [ -77.058088, 38.932647 ], [ -77.058112, 38.93263 ], [ -77.058132, 38.932607 ], [ -77.058168, 38.932561 ], [ -77.058201, 38.932513 ], [ -77.058244, 38.932439 ], [ -77.058268, 38.932388 ], [ -77.058285, 38.932354 ], [ -77.058317, 38.932284 ], [ -77.058359, 38.932179 ], [ -77.058383, 38.932108 ], [ -77.058405, 38.932037 ], [ -77.058426, 38.931957 ], [ -77.058442, 38.931876 ], [ -77.058452, 38.931795 ], [ -77.058455, 38.931743 ], [ -77.058455, 38.931645 ], [ -77.058451, 38.931543 ], [ -77.058452, 38.931514 ], [ -77.058456, 38.931485 ], [ -77.058462, 38.931457 ], [ -77.058471, 38.931429 ], [ -77.058496, 38.931375 ], [ -77.058513, 38.931349 ], [ -77.058531, 38.931324 ], [ -77.058551, 38.9313 ], [ -77.058777, 38.931131 ], [ -77.059102, 38.930883 ], [ -77.059196, 38.930821 ], [ -77.059444, 38.930665 ], [ -77.059745, 38.930467 ], [ -77.059874, 38.930394 ], [ -77.059902, 38.93038 ], [ -77.059931, 38.930367 ], [ -77.059991, 38.930344 ], [ -77.060054, 38.930327 ], [ -77.060119, 38.930314 ], [ -77.060153, 38.93031 ], [ -77.06022, 38.930305 ], [ -77.060258, 38.930305 ], [ -77.060417, 38.930296 ], [ -77.060834, 38.930264 ], [ -77.061027, 38.930244 ], [ -77.061111, 38.930237 ], [ -77.061161, 38.930234 ], [ -77.061563, 38.930199 ], [ -77.061883, 38.930173 ], [ -77.062148, 38.93015 ], [ -77.062304, 38.930133 ], [ -77.062566, 38.930232 ], [ -77.062737, 38.930301 ], [ -77.062917, 38.930373 ], [ -77.063148, 38.930467 ], [ -77.063254, 38.930509 ], [ -77.06395, 38.930792 ], [ -77.064502, 38.93101 ], [ -77.06459, 38.931041 ], [ -77.064679, 38.931069 ], [ -77.064769, 38.931094 ], [ -77.065271, 38.93121 ], [ -77.065708, 38.931318 ], [ -77.066033, 38.931395 ], [ -77.066259, 38.931443 ], [ -77.06639, 38.931467 ], [ -77.066609, 38.931506 ], [ -77.066722, 38.931523 ], [ -77.066836, 38.931537 ], [ -77.06698, 38.931551 ], [ -77.067103, 38.931559 ], [ -77.067209, 38.931564 ], [ -77.06761, 38.931575 ], [ -77.068637, 38.93161 ], [ -77.068802, 38.931616 ], [ -77.068893, 38.931617 ], [ -77.069202, 38.931631 ], [ -77.069622, 38.931658 ], [ -77.070879, 38.931753 ], [ -77.070998, 38.931762 ], [ -77.071254, 38.931777 ], [ -77.071618, 38.931807 ], [ -77.072414, 38.931866 ], [ -77.072437, 38.931869 ], [ -77.072484, 38.931873 ], [ -77.072532, 38.931875 ], [ -77.072579, 38.931875 ], [ -77.07265, 38.931871 ], [ -77.072554, 38.932469 ], [ -77.072541, 38.932546 ], [ -77.072495, 38.932832 ], [ -77.072476, 38.932943 ], [ -77.072435, 38.933246 ], [ -77.072423, 38.933368 ], [ -77.072415, 38.933484 ], [ -77.07241, 38.933604 ], [ -77.072409, 38.933703 ], [ -77.072413, 38.933901 ], [ -77.072419, 38.934 ], [ -77.072429, 38.934231 ], [ -77.072433, 38.934282 ], [ -77.072442, 38.934358 ], [ -77.07245, 38.934409 ], [ -77.072465, 38.934485 ], [ -77.072489, 38.934581 ], [ -77.072505, 38.934636 ], [ -77.072524, 38.9347 ], [ -77.072538, 38.934737 ], [ -77.072609, 38.934898 ], [ -77.072892, 38.935516 ], [ -77.073101, 38.935973 ], [ -77.073149, 38.936075 ], [ -77.073224, 38.936232 ], [ -77.073253, 38.936287 ], [ -77.073464, 38.936688 ], [ -77.073578, 38.936898 ], [ -77.073793, 38.937287 ], [ -77.073841, 38.937373 ], [ -77.07426, 38.938136 ], [ -77.075037, 38.939545 ], [ -77.075418, 38.94024 ], [ -77.075695, 38.940743 ], [ -77.075742, 38.940826 ], [ -77.075895, 38.941105 ], [ -77.076216, 38.941687 ], [ -77.076359, 38.941948 ], [ -77.076507, 38.942216 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000701", "name": "Census Tract 7.01, District of Columbia, District of Columbia", "total_population_17": 5643, "white_alone_17": 4327.0, "black_alone_17": 474.0, "native_alone_17": 52.0, "asian_alone_17": 380.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 229.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -3.253, "pct_black_alone_change": 4.486, "pct_native_alone_change": 0.58, "pct_asian_alone_change": 0.158, "pct_hispanic_or_latino_change": -4.474, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9295498", "INTPTLON": "-077.0766614" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.081514, 38.926154 ], [ -77.080942, 38.92821 ], [ -77.08039, 38.930196 ], [ -77.080051, 38.930945 ], [ -77.079414, 38.932354 ], [ -77.079257, 38.932703 ], [ -77.079155, 38.932985 ], [ -77.079765, 38.933432 ], [ -77.079731, 38.933451 ], [ -77.079694, 38.933466 ], [ -77.079655, 38.933478 ], [ -77.079614, 38.933484 ], [ -77.079572, 38.933487 ], [ -77.079467, 38.93349 ], [ -77.079049, 38.93349 ], [ -77.077514, 38.933487 ], [ -77.077048, 38.933488 ], [ -77.07694, 38.933489 ], [ -77.076625, 38.933488 ], [ -77.076358, 38.933486 ], [ -77.075862, 38.933488 ], [ -77.075295, 38.933485 ], [ -77.075181, 38.933485 ], [ -77.074847, 38.933482 ], [ -77.073978, 38.933481 ], [ -77.073865, 38.933482 ], [ -77.073597, 38.933481 ], [ -77.073238, 38.933483 ], [ -77.072909, 38.933483 ], [ -77.072559, 38.933485 ], [ -77.072415, 38.933484 ], [ -77.072423, 38.933368 ], [ -77.072435, 38.933246 ], [ -77.072476, 38.932943 ], [ -77.072495, 38.932832 ], [ -77.072541, 38.932546 ], [ -77.072554, 38.932469 ], [ -77.07265, 38.931871 ], [ -77.072929, 38.930126 ], [ -77.073005, 38.929657 ], [ -77.073028, 38.929512 ], [ -77.073106, 38.929024 ], [ -77.073139, 38.92882 ], [ -77.073162, 38.928611 ], [ -77.07318, 38.92845 ], [ -77.073186, 38.928313 ], [ -77.073189, 38.928176 ], [ -77.073189, 38.928085 ], [ -77.073187, 38.927993 ], [ -77.07319, 38.927609 ], [ -77.07319, 38.927529 ], [ -77.073187, 38.927289 ], [ -77.073189, 38.926578 ], [ -77.073188, 38.926182 ], [ -77.073603, 38.926185 ], [ -77.073858, 38.926185 ], [ -77.073858, 38.925735 ], [ -77.073858, 38.925586 ], [ -77.074623, 38.925576 ], [ -77.075866, 38.925497 ], [ -77.077058, 38.925421 ], [ -77.077049, 38.925672 ], [ -77.077048, 38.925744 ], [ -77.077048, 38.9259 ], [ -77.07705, 38.926109 ], [ -77.077048, 38.926183 ], [ -77.077694, 38.926189 ], [ -77.077991, 38.926191 ], [ -77.078295, 38.926192 ], [ -77.078569, 38.926189 ], [ -77.078851, 38.926184 ], [ -77.078979, 38.926183 ], [ -77.079178, 38.926202 ], [ -77.079419, 38.926162 ], [ -77.079767, 38.926073 ], [ -77.080002, 38.925966 ], [ -77.080506, 38.926 ], [ -77.081301, 38.926043 ], [ -77.081403, 38.926095 ], [ -77.081432, 38.926109 ], [ -77.081479, 38.926134 ], [ -77.081514, 38.926154 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000702", "name": "Census Tract 7.02, District of Columbia, District of Columbia", "total_population_17": 3318, "white_alone_17": 2283.0, "black_alone_17": 189.0, "native_alone_17": 20.0, "asian_alone_17": 319.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 366.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -1.097, "pct_black_alone_change": -1.279, "pct_native_alone_change": 0.092, "pct_asian_alone_change": 0.474, "pct_hispanic_or_latino_change": 0.267, "pct_native_hawaiian_pacific_islander_change": -0.06, "INTPTLAT": "+38.9241127", "INTPTLON": "-077.0778193" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.08225, 38.922331 ], [ -77.081987, 38.922341 ], [ -77.081984, 38.922365 ], [ -77.081969, 38.922451 ], [ -77.081957, 38.922514 ], [ -77.08225, 38.922537 ], [ -77.08176, 38.924809 ], [ -77.08153, 38.926066 ], [ -77.081514, 38.926154 ], [ -77.081479, 38.926134 ], [ -77.081432, 38.926109 ], [ -77.081403, 38.926095 ], [ -77.081301, 38.926043 ], [ -77.080506, 38.926 ], [ -77.080002, 38.925966 ], [ -77.079767, 38.926073 ], [ -77.079419, 38.926162 ], [ -77.079178, 38.926202 ], [ -77.078979, 38.926183 ], [ -77.078851, 38.926184 ], [ -77.078569, 38.926189 ], [ -77.078295, 38.926192 ], [ -77.077991, 38.926191 ], [ -77.077694, 38.926189 ], [ -77.077048, 38.926183 ], [ -77.07705, 38.926109 ], [ -77.077048, 38.9259 ], [ -77.077048, 38.925744 ], [ -77.077049, 38.925672 ], [ -77.077058, 38.925421 ], [ -77.075866, 38.925497 ], [ -77.074623, 38.925576 ], [ -77.073858, 38.925586 ], [ -77.073858, 38.925735 ], [ -77.073858, 38.926185 ], [ -77.073603, 38.926185 ], [ -77.073188, 38.926182 ], [ -77.073189, 38.924766 ], [ -77.073188, 38.924696 ], [ -77.073188, 38.924464 ], [ -77.073188, 38.924389 ], [ -77.073189, 38.924057 ], [ -77.073185, 38.92362 ], [ -77.07318, 38.92342 ], [ -77.073171, 38.923135 ], [ -77.073168, 38.923079 ], [ -77.073164, 38.923051 ], [ -77.073152, 38.922995 ], [ -77.073144, 38.922968 ], [ -77.073123, 38.922914 ], [ -77.07314, 38.9229 ], [ -77.073156, 38.922885 ], [ -77.07317, 38.922868 ], [ -77.073182, 38.922851 ], [ -77.073192, 38.922834 ], [ -77.073201, 38.922815 ], [ -77.073207, 38.922797 ], [ -77.073212, 38.922778 ], [ -77.073215, 38.922758 ], [ -77.073216, 38.922739 ], [ -77.073214, 38.922629 ], [ -77.073212, 38.922605 ], [ -77.073195, 38.922544 ], [ -77.073283, 38.922545 ], [ -77.0743, 38.92255 ], [ -77.074697, 38.922548 ], [ -77.076022, 38.922549 ], [ -77.07635, 38.922547 ], [ -77.077052, 38.922549 ], [ -77.077156, 38.922548 ], [ -77.077505, 38.92255 ], [ -77.077819, 38.92255 ], [ -77.077909, 38.922549 ], [ -77.078526, 38.922549 ], [ -77.078774, 38.922548 ], [ -77.078971, 38.922549 ], [ -77.079326, 38.922548 ], [ -77.079759, 38.922549 ], [ -77.080004, 38.922548 ], [ -77.080715, 38.92255 ], [ -77.080752, 38.922125 ], [ -77.08077, 38.921932 ], [ -77.080784, 38.921767 ], [ -77.080794, 38.921679 ], [ -77.080843, 38.921668 ], [ -77.080922, 38.921655 ], [ -77.081819, 38.921544 ], [ -77.082006, 38.921524 ], [ -77.082272, 38.921493 ], [ -77.08225, 38.922331 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000801", "name": "Census Tract 8.01, District of Columbia, District of Columbia", "total_population_17": 6267, "white_alone_17": 4731.0, "black_alone_17": 335.0, "native_alone_17": 27.0, "asian_alone_17": 339.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 607.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -3.947, "pct_black_alone_change": 0.643, "pct_native_alone_change": 0.267, "pct_asian_alone_change": -1.658, "pct_hispanic_or_latino_change": 2.217, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9221746", "INTPTLON": "-077.0918347" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.105168, 38.917248 ], [ -77.105157, 38.917271 ], [ -77.105144, 38.91729 ], [ -77.105161, 38.917305 ], [ -77.103243, 38.918393 ], [ -77.103187, 38.918468 ], [ -77.103137, 38.918637 ], [ -77.103124, 38.918787 ], [ -77.103081, 38.918962 ], [ -77.102993, 38.919106 ], [ -77.102818, 38.919234 ], [ -77.102682, 38.919367 ], [ -77.102615, 38.919459 ], [ -77.102596, 38.9195 ], [ -77.102579, 38.919539 ], [ -77.102567, 38.919593 ], [ -77.102546, 38.919667 ], [ -77.102523, 38.919729 ], [ -77.102493, 38.919764 ], [ -77.102451, 38.919792 ], [ -77.102381, 38.919821 ], [ -77.102167, 38.919888 ], [ -77.102119, 38.919919 ], [ -77.102038, 38.919973 ], [ -77.101974, 38.920015 ], [ -77.101915, 38.920001 ], [ -77.101824, 38.919884 ], [ -77.101776, 38.919913 ], [ -77.101299, 38.920152 ], [ -77.101112, 38.920194 ], [ -77.100937, 38.920094 ], [ -77.100862, 38.919994 ], [ -77.100775, 38.919875 ], [ -77.10075, 38.919806 ], [ -77.100631, 38.919731 ], [ -77.10055, 38.919775 ], [ -77.100512, 38.91985 ], [ -77.100331, 38.919906 ], [ -77.100206, 38.9199 ], [ -77.10005, 38.919938 ], [ -77.099887, 38.92 ], [ -77.099775, 38.920056 ], [ -77.099725, 38.920169 ], [ -77.099725, 38.920213 ], [ -77.099694, 38.920369 ], [ -77.099656, 38.9204 ], [ -77.099519, 38.920431 ], [ -77.099319, 38.920394 ], [ -77.099181, 38.920475 ], [ -77.099144, 38.920538 ], [ -77.099106, 38.920619 ], [ -77.099019, 38.920744 ], [ -77.098994, 38.920788 ], [ -77.098944, 38.920869 ], [ -77.098881, 38.920931 ], [ -77.098869, 38.920944 ], [ -77.098579, 38.921149 ], [ -77.0986, 38.921191 ], [ -77.098635, 38.921249 ], [ -77.098654, 38.921277 ], [ -77.098697, 38.921331 ], [ -77.09872, 38.921358 ], [ -77.098843, 38.921486 ], [ -77.098925, 38.921566 ], [ -77.099347, 38.921988 ], [ -77.099388, 38.92203 ], [ -77.099429, 38.92207 ], [ -77.099344, 38.922213 ], [ -77.099281, 38.922213 ], [ -77.09923, 38.922214 ], [ -77.099089, 38.922213 ], [ -77.099047, 38.922212 ], [ -77.099005, 38.922216 ], [ -77.098963, 38.922222 ], [ -77.098923, 38.922233 ], [ -77.098844, 38.922266 ], [ -77.098806, 38.922289 ], [ -77.098789, 38.922302 ], [ -77.098773, 38.922316 ], [ -77.098759, 38.922331 ], [ -77.098723, 38.92238 ], [ -77.098607, 38.922568 ], [ -77.098527, 38.922687 ], [ -77.098373, 38.922902 ], [ -77.098279, 38.92303 ], [ -77.098233, 38.923095 ], [ -77.098209, 38.923127 ], [ -77.098105, 38.923282 ], [ -77.098075, 38.923325 ], [ -77.098026, 38.923387 ], [ -77.097973, 38.923447 ], [ -77.09783, 38.9236 ], [ -77.097708, 38.923761 ], [ -77.097639, 38.923873 ], [ -77.097567, 38.923983 ], [ -77.097492, 38.924091 ], [ -77.097413, 38.924199 ], [ -77.097373, 38.924252 ], [ -77.097332, 38.924304 ], [ -77.097277, 38.924384 ], [ -77.097251, 38.924424 ], [ -77.097201, 38.924506 ], [ -77.097154, 38.924588 ], [ -77.097109, 38.924671 ], [ -77.097088, 38.924713 ], [ -77.097051, 38.924803 ], [ -77.097031, 38.924847 ], [ -77.096989, 38.924935 ], [ -77.09692, 38.925066 ], [ -77.096853, 38.92518 ], [ -77.096835, 38.925209 ], [ -77.096816, 38.925237 ], [ -77.096795, 38.925264 ], [ -77.096756, 38.925311 ], [ -77.096728, 38.925352 ], [ -77.096703, 38.925394 ], [ -77.096575, 38.925689 ], [ -77.096553, 38.925734 ], [ -77.096529, 38.925779 ], [ -77.096504, 38.925823 ], [ -77.096477, 38.925867 ], [ -77.096449, 38.92591 ], [ -77.096419, 38.925953 ], [ -77.096388, 38.925995 ], [ -77.096356, 38.926036 ], [ -77.096322, 38.926077 ], [ -77.096287, 38.926117 ], [ -77.096227, 38.926181 ], [ -77.096134, 38.926274 ], [ -77.096036, 38.926364 ], [ -77.095968, 38.926422 ], [ -77.095914, 38.926465 ], [ -77.095862, 38.926509 ], [ -77.095812, 38.926555 ], [ -77.095765, 38.926602 ], [ -77.09572, 38.926651 ], [ -77.095677, 38.9267 ], [ -77.095637, 38.926752 ], [ -77.095599, 38.926804 ], [ -77.095564, 38.926858 ], [ -77.095532, 38.926912 ], [ -77.09548, 38.927008 ], [ -77.095458, 38.927076 ], [ -77.09545, 38.92711 ], [ -77.095443, 38.92718 ], [ -77.095444, 38.927215 ], [ -77.095447, 38.92725 ], [ -77.095446, 38.927285 ], [ -77.095446, 38.927356 ], [ -77.095448, 38.927428 ], [ -77.095452, 38.927499 ], [ -77.095458, 38.92757 ], [ -77.095462, 38.927605 ], [ -77.0955, 38.927834 ], [ -77.09554, 38.928063 ], [ -77.095552, 38.928204 ], [ -77.095567, 38.928345 ], [ -77.09559, 38.928533 ], [ -77.095607, 38.928602 ], [ -77.095628, 38.928706 ], [ -77.09564, 38.928776 ], [ -77.095655, 38.928881 ], [ -77.095663, 38.92895 ], [ -77.095673, 38.928997 ], [ -77.095685, 38.929042 ], [ -77.0957, 38.929088 ], [ -77.095709, 38.92911 ], [ -77.095718, 38.929129 ], [ -77.095729, 38.929148 ], [ -77.095756, 38.929184 ], [ -77.095789, 38.929216 ], [ -77.095808, 38.929231 ], [ -77.095849, 38.929257 ], [ -77.095909, 38.929288 ], [ -77.095947, 38.929309 ], [ -77.096094, 38.929397 ], [ -77.096166, 38.929443 ], [ -77.096236, 38.92949 ], [ -77.096266, 38.929516 ], [ -77.096294, 38.929544 ], [ -77.09632, 38.929572 ], [ -77.096343, 38.929602 ], [ -77.096369, 38.92964 ], [ -77.096384, 38.929664 ], [ -77.0964, 38.929696 ], [ -77.096414, 38.92973 ], [ -77.096426, 38.929763 ], [ -77.096434, 38.929797 ], [ -77.096437, 38.929849 ], [ -77.096437, 38.929875 ], [ -77.096432, 38.929926 ], [ -77.096422, 38.929977 ], [ -77.096407, 38.930027 ], [ -77.096398, 38.930052 ], [ -77.096369, 38.930148 ], [ -77.096353, 38.930195 ], [ -77.096315, 38.93029 ], [ -77.096272, 38.930382 ], [ -77.096248, 38.930428 ], [ -77.096184, 38.93054 ], [ -77.096153, 38.930582 ], [ -77.096136, 38.930603 ], [ -77.096118, 38.930623 ], [ -77.096078, 38.93066 ], [ -77.096033, 38.930694 ], [ -77.095657, 38.930934 ], [ -77.095637, 38.930946 ], [ -77.0956, 38.930974 ], [ -77.095568, 38.931005 ], [ -77.095554, 38.931022 ], [ -77.095542, 38.931039 ], [ -77.095521, 38.931075 ], [ -77.095513, 38.931094 ], [ -77.095319, 38.931489 ], [ -77.095306, 38.931507 ], [ -77.095292, 38.931524 ], [ -77.095275, 38.93154 ], [ -77.095257, 38.931554 ], [ -77.095237, 38.931568 ], [ -77.095055, 38.931706 ], [ -77.095028, 38.931721 ], [ -77.095, 38.931734 ], [ -77.094969, 38.931745 ], [ -77.094326, 38.931952 ], [ -77.094284, 38.931968 ], [ -77.094204, 38.932003 ], [ -77.094126, 38.932043 ], [ -77.093571, 38.932348 ], [ -77.093321, 38.932491 ], [ -77.09325, 38.932603 ], [ -77.093205, 38.932617 ], [ -77.093158, 38.932629 ], [ -77.093112, 38.932642 ], [ -77.09302, 38.932672 ], [ -77.092238, 38.932876 ], [ -77.091865, 38.932968 ], [ -77.091517, 38.933062 ], [ -77.091328, 38.93311 ], [ -77.09122, 38.933141 ], [ -77.091163, 38.933161 ], [ -77.091069, 38.933197 ], [ -77.091006, 38.933225 ], [ -77.090971, 38.933242 ], [ -77.090931, 38.933263 ], [ -77.090871, 38.933292 ], [ -77.090841, 38.933308 ], [ -77.090784, 38.933341 ], [ -77.090728, 38.933376 ], [ -77.090627, 38.933449 ], [ -77.090493, 38.933549 ], [ -77.089716, 38.934132 ], [ -77.089169, 38.93454 ], [ -77.089022, 38.93465 ], [ -77.088797, 38.934821 ], [ -77.088685, 38.934904 ], [ -77.088376, 38.935136 ], [ -77.08821, 38.935262 ], [ -77.088181, 38.935285 ], [ -77.088163, 38.9353 ], [ -77.088097, 38.93536 ], [ -77.088016, 38.935444 ], [ -77.087728, 38.935781 ], [ -77.08733, 38.936247 ], [ -77.08696, 38.936675 ], [ -77.086736, 38.936942 ], [ -77.086543, 38.937165 ], [ -77.086172, 38.937599 ], [ -77.086091, 38.93756 ], [ -77.086066, 38.937552 ], [ -77.086016, 38.93754 ], [ -77.085964, 38.937534 ], [ -77.085938, 38.937533 ], [ -77.085885, 38.937535 ], [ -77.085826, 38.937545 ], [ -77.085793, 38.937555 ], [ -77.085731, 38.937577 ], [ -77.0857, 38.937591 ], [ -77.085643, 38.937622 ], [ -77.085617, 38.937639 ], [ -77.085585, 38.937662 ], [ -77.085487, 38.937587 ], [ -77.085391, 38.937525 ], [ -77.085354, 38.937503 ], [ -77.084896, 38.937177 ], [ -77.084718, 38.937049 ], [ -77.084636, 38.93699 ], [ -77.084293, 38.936738 ], [ -77.084258, 38.936712 ], [ -77.084229, 38.936692 ], [ -77.084053, 38.936563 ], [ -77.083632, 38.936257 ], [ -77.08338, 38.936071 ], [ -77.082015, 38.935076 ], [ -77.08183, 38.93494 ], [ -77.081765, 38.934892 ], [ -77.081587, 38.934763 ], [ -77.081376, 38.934608 ], [ -77.0809, 38.934261 ], [ -77.080226, 38.933768 ], [ -77.080122, 38.933693 ], [ -77.079922, 38.933548 ], [ -77.079879, 38.933515 ], [ -77.079765, 38.933432 ], [ -77.079155, 38.932985 ], [ -77.079257, 38.932703 ], [ -77.079414, 38.932354 ], [ -77.080051, 38.930945 ], [ -77.08039, 38.930196 ], [ -77.080942, 38.92821 ], [ -77.081514, 38.926154 ], [ -77.08153, 38.926066 ], [ -77.08176, 38.924809 ], [ -77.08225, 38.922537 ], [ -77.081957, 38.922514 ], [ -77.081969, 38.922451 ], [ -77.081984, 38.922365 ], [ -77.081987, 38.922341 ], [ -77.08225, 38.922331 ], [ -77.082272, 38.921493 ], [ -77.082156, 38.919579 ], [ -77.082152, 38.919502 ], [ -77.082147, 38.919411 ], [ -77.082035, 38.919318 ], [ -77.082581, 38.919297 ], [ -77.086003, 38.919167 ], [ -77.086348, 38.919173 ], [ -77.086563, 38.919173 ], [ -77.088746, 38.919166 ], [ -77.088748, 38.919088 ], [ -77.088751, 38.919017 ], [ -77.088761, 38.918697 ], [ -77.088764, 38.918537 ], [ -77.088766, 38.918484 ], [ -77.08877, 38.91826 ], [ -77.08877, 38.918203 ], [ -77.088772, 38.918032 ], [ -77.088774, 38.917923 ], [ -77.08878, 38.917644 ], [ -77.08878, 38.917597 ], [ -77.088781, 38.917551 ], [ -77.088781, 38.917416 ], [ -77.088777, 38.917291 ], [ -77.088774, 38.91725 ], [ -77.088766, 38.917167 ], [ -77.08875, 38.917043 ], [ -77.088738, 38.9169 ], [ -77.088729, 38.916758 ], [ -77.088722, 38.916567 ], [ -77.088705, 38.91644 ], [ -77.088851, 38.916439 ], [ -77.089771, 38.916438 ], [ -77.090425, 38.916435 ], [ -77.090902, 38.916441 ], [ -77.090973, 38.916443 ], [ -77.091187, 38.916443 ], [ -77.091329, 38.916439 ], [ -77.091472, 38.916433 ], [ -77.091614, 38.916423 ], [ -77.091874, 38.916399 ], [ -77.092183, 38.916365 ], [ -77.092332, 38.916342 ], [ -77.09248, 38.916314 ], [ -77.092711, 38.916261 ], [ -77.092753, 38.91625 ], [ -77.092796, 38.91624 ], [ -77.092964, 38.916195 ], [ -77.093048, 38.916171 ], [ -77.09316, 38.916135 ], [ -77.093271, 38.916095 ], [ -77.093326, 38.916073 ], [ -77.093584, 38.91598 ], [ -77.093992, 38.91583 ], [ -77.094098, 38.915786 ], [ -77.094125, 38.915774 ], [ -77.094316, 38.915702 ], [ -77.094389, 38.91567 ], [ -77.094673, 38.915629 ], [ -77.096311, 38.914545 ], [ -77.096381, 38.914328 ], [ -77.096198, 38.914278 ], [ -77.096354, 38.91412 ], [ -77.097429, 38.913405 ], [ -77.097537, 38.913402 ], [ -77.097734, 38.913397 ], [ -77.097811, 38.913336 ], [ -77.098114, 38.913096 ], [ -77.099577, 38.911988 ], [ -77.100859, 38.911209 ], [ -77.100897, 38.911225 ], [ -77.100922, 38.911233 ], [ -77.100947, 38.911244 ], [ -77.100971, 38.911257 ], [ -77.100993, 38.911271 ], [ -77.101015, 38.911283 ], [ -77.101037, 38.911296 ], [ -77.101058, 38.911308 ], [ -77.10109, 38.911328 ], [ -77.101107, 38.911348 ], [ -77.101105, 38.911368 ], [ -77.101141, 38.911372 ], [ -77.101163, 38.911385 ], [ -77.101187, 38.911401 ], [ -77.101214, 38.911399 ], [ -77.101248, 38.911416 ], [ -77.101273, 38.911434 ], [ -77.101306, 38.911444 ], [ -77.101334, 38.911455 ], [ -77.101344, 38.911482 ], [ -77.101363, 38.911506 ], [ -77.101384, 38.91153 ], [ -77.101407, 38.91154 ], [ -77.101432, 38.911549 ], [ -77.101444, 38.911565 ], [ -77.10146, 38.911581 ], [ -77.101475, 38.911567 ], [ -77.101496, 38.911554 ], [ -77.101523, 38.911549 ], [ -77.101553, 38.911562 ], [ -77.101574, 38.911575 ], [ -77.101594, 38.911589 ], [ -77.101612, 38.911603 ], [ -77.10163, 38.911618 ], [ -77.101657, 38.91164 ], [ -77.101678, 38.911655 ], [ -77.101712, 38.911679 ], [ -77.10173, 38.911692 ], [ -77.101746, 38.911705 ], [ -77.101766, 38.911726 ], [ -77.101774, 38.911747 ], [ -77.101787, 38.911764 ], [ -77.101816, 38.911767 ], [ -77.101846, 38.911785 ], [ -77.101879, 38.911805 ], [ -77.101897, 38.911818 ], [ -77.101918, 38.911835 ], [ -77.101939, 38.911848 ], [ -77.101963, 38.91187 ], [ -77.101982, 38.911894 ], [ -77.102004, 38.911906 ], [ -77.102032, 38.911916 ], [ -77.10205, 38.911932 ], [ -77.102068, 38.911949 ], [ -77.102085, 38.911965 ], [ -77.1021, 38.911994 ], [ -77.102112, 38.912021 ], [ -77.102142, 38.912036 ], [ -77.102157, 38.912052 ], [ -77.102186, 38.912055 ], [ -77.102206, 38.912077 ], [ -77.102226, 38.9121 ], [ -77.102245, 38.912124 ], [ -77.102267, 38.912149 ], [ -77.10229, 38.912173 ], [ -77.102311, 38.912195 ], [ -77.102331, 38.912217 ], [ -77.102349, 38.91224 ], [ -77.102367, 38.912262 ], [ -77.102383, 38.912284 ], [ -77.102397, 38.912304 ], [ -77.102411, 38.912322 ], [ -77.102429, 38.912335 ], [ -77.102465, 38.912343 ], [ -77.102489, 38.912343 ], [ -77.102517, 38.912347 ], [ -77.102543, 38.912354 ], [ -77.102567, 38.912366 ], [ -77.102587, 38.912382 ], [ -77.102609, 38.912403 ], [ -77.102632, 38.912426 ], [ -77.102652, 38.912447 ], [ -77.10267, 38.912468 ], [ -77.102684, 38.912486 ], [ -77.102691, 38.912505 ], [ -77.102692, 38.912523 ], [ -77.102689, 38.912555 ], [ -77.102716, 38.912578 ], [ -77.102755, 38.912599 ], [ -77.102779, 38.912607 ], [ -77.102803, 38.912616 ], [ -77.102833, 38.912623 ], [ -77.102865, 38.912632 ], [ -77.102891, 38.912641 ], [ -77.102918, 38.912653 ], [ -77.102948, 38.912668 ], [ -77.102979, 38.912689 ], [ -77.103005, 38.912708 ], [ -77.10303, 38.91273 ], [ -77.103053, 38.912752 ], [ -77.103073, 38.912779 ], [ -77.103089, 38.912805 ], [ -77.103104, 38.912832 ], [ -77.103123, 38.912861 ], [ -77.103145, 38.91289 ], [ -77.103167, 38.912917 ], [ -77.103187, 38.912946 ], [ -77.103207, 38.912974 ], [ -77.103224, 38.913001 ], [ -77.103243, 38.91303 ], [ -77.103263, 38.913058 ], [ -77.103282, 38.913085 ], [ -77.103302, 38.913113 ], [ -77.10332, 38.913142 ], [ -77.10334, 38.913169 ], [ -77.10336, 38.913197 ], [ -77.103381, 38.913227 ], [ -77.103398, 38.913253 ], [ -77.103415, 38.913281 ], [ -77.103428, 38.913308 ], [ -77.103432, 38.913322 ], [ -77.103436, 38.913332 ], [ -77.103439, 38.913356 ], [ -77.10344, 38.913384 ], [ -77.103447, 38.91341 ], [ -77.103459, 38.913432 ], [ -77.10347, 38.913455 ], [ -77.103474, 38.913481 ], [ -77.103474, 38.913505 ], [ -77.103474, 38.91353 ], [ -77.103473, 38.913561 ], [ -77.103471, 38.913592 ], [ -77.103469, 38.913621 ], [ -77.103467, 38.913653 ], [ -77.103467, 38.913683 ], [ -77.103471, 38.913778 ], [ -77.103474, 38.913805 ], [ -77.10348, 38.913824 ], [ -77.103487, 38.913843 ], [ -77.103497, 38.913877 ], [ -77.103502, 38.913912 ], [ -77.103503, 38.913941 ], [ -77.103504, 38.91396 ], [ -77.103504, 38.913996 ], [ -77.103503, 38.914018 ], [ -77.103501, 38.914037 ], [ -77.103501, 38.914056 ], [ -77.103498, 38.914076 ], [ -77.103497, 38.9141 ], [ -77.103497, 38.914121 ], [ -77.103494, 38.91414 ], [ -77.103491, 38.914158 ], [ -77.10349, 38.914179 ], [ -77.103492, 38.914201 ], [ -77.103494, 38.914221 ], [ -77.103497, 38.914241 ], [ -77.103501, 38.914261 ], [ -77.103505, 38.914284 ], [ -77.103508, 38.914304 ], [ -77.103512, 38.914323 ], [ -77.10352, 38.914343 ], [ -77.103529, 38.914365 ], [ -77.103538, 38.914385 ], [ -77.103547, 38.914404 ], [ -77.103554, 38.914424 ], [ -77.103561, 38.914444 ], [ -77.103571, 38.914464 ], [ -77.10358, 38.914482 ], [ -77.103588, 38.914499 ], [ -77.103593, 38.914518 ], [ -77.103596, 38.914539 ], [ -77.103597, 38.914558 ], [ -77.103601, 38.914593 ], [ -77.103605, 38.914612 ], [ -77.10361, 38.914634 ], [ -77.103612, 38.914653 ], [ -77.103614, 38.914673 ], [ -77.103617, 38.914693 ], [ -77.103622, 38.914716 ], [ -77.10363, 38.914737 ], [ -77.103638, 38.914757 ], [ -77.103647, 38.914778 ], [ -77.103654, 38.9148 ], [ -77.103663, 38.914821 ], [ -77.103675, 38.914841 ], [ -77.103686, 38.914862 ], [ -77.103695, 38.914885 ], [ -77.103704, 38.914907 ], [ -77.103716, 38.914927 ], [ -77.103728, 38.914946 ], [ -77.103739, 38.914964 ], [ -77.103748, 38.914986 ], [ -77.103755, 38.915006 ], [ -77.103764, 38.915027 ], [ -77.103774, 38.915048 ], [ -77.103785, 38.915071 ], [ -77.103794, 38.915091 ], [ -77.103804, 38.91511 ], [ -77.103817, 38.91513 ], [ -77.103831, 38.91515 ], [ -77.103845, 38.915171 ], [ -77.103859, 38.91519 ], [ -77.103872, 38.915208 ], [ -77.103888, 38.915224 ], [ -77.103904, 38.915244 ], [ -77.103918, 38.915264 ], [ -77.103928, 38.915284 ], [ -77.103937, 38.915302 ], [ -77.103954, 38.915334 ], [ -77.103971, 38.915366 ], [ -77.103983, 38.915402 ], [ -77.103988, 38.915424 ], [ -77.103991, 38.915444 ], [ -77.103995, 38.915463 ], [ -77.103997, 38.915482 ], [ -77.104, 38.915502 ], [ -77.104001, 38.915522 ], [ -77.104003, 38.915542 ], [ -77.104006, 38.915561 ], [ -77.104007, 38.915581 ], [ -77.10401, 38.915603 ], [ -77.104016, 38.915623 ], [ -77.104021, 38.915642 ], [ -77.104027, 38.91566 ], [ -77.104035, 38.915677 ], [ -77.104044, 38.915696 ], [ -77.104052, 38.915713 ], [ -77.10406, 38.91573 ], [ -77.104071, 38.915765 ], [ -77.104078, 38.915786 ], [ -77.104086, 38.915805 ], [ -77.104094, 38.915825 ], [ -77.104103, 38.915844 ], [ -77.104111, 38.915865 ], [ -77.104118, 38.915885 ], [ -77.104125, 38.915904 ], [ -77.104134, 38.915923 ], [ -77.104144, 38.915942 ], [ -77.104157, 38.915961 ], [ -77.104171, 38.915979 ], [ -77.104185, 38.915995 ], [ -77.104196, 38.916012 ], [ -77.104207, 38.916031 ], [ -77.104216, 38.916049 ], [ -77.104233, 38.916078 ], [ -77.104242, 38.916102 ], [ -77.104248, 38.916136 ], [ -77.104261, 38.916153 ], [ -77.104278, 38.916169 ], [ -77.104297, 38.916183 ], [ -77.104314, 38.916197 ], [ -77.10433, 38.916212 ], [ -77.104344, 38.916228 ], [ -77.104357, 38.916243 ], [ -77.104371, 38.91626 ], [ -77.104382, 38.916276 ], [ -77.104395, 38.916293 ], [ -77.104409, 38.91631 ], [ -77.104425, 38.916324 ], [ -77.104442, 38.916339 ], [ -77.104459, 38.916355 ], [ -77.104472, 38.916371 ], [ -77.104488, 38.916388 ], [ -77.104506, 38.916405 ], [ -77.104526, 38.916423 ], [ -77.104545, 38.916439 ], [ -77.104563, 38.916455 ], [ -77.104578, 38.91647 ], [ -77.10459, 38.916487 ], [ -77.104619, 38.916517 ], [ -77.104635, 38.916532 ], [ -77.104651, 38.916547 ], [ -77.104673, 38.916576 ], [ -77.104688, 38.916594 ], [ -77.104701, 38.916618 ], [ -77.10472, 38.916642 ], [ -77.104743, 38.916667 ], [ -77.104768, 38.916692 ], [ -77.10479, 38.916719 ], [ -77.104814, 38.916743 ], [ -77.104826, 38.916766 ], [ -77.104844, 38.916791 ], [ -77.104865, 38.91682 ], [ -77.104886, 38.916849 ], [ -77.104909, 38.916877 ], [ -77.10493, 38.916907 ], [ -77.10495, 38.916931 ], [ -77.10497, 38.916955 ], [ -77.104996, 38.916982 ], [ -77.105011, 38.916999 ], [ -77.105024, 38.917015 ], [ -77.105043, 38.917044 ], [ -77.10506, 38.917071 ], [ -77.105073, 38.917087 ], [ -77.105093, 38.91711 ], [ -77.105101, 38.917136 ], [ -77.105099, 38.917163 ], [ -77.105113, 38.917188 ], [ -77.105144, 38.9172 ], [ -77.105166, 38.917224 ], [ -77.105168, 38.917248 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000802", "name": "Census Tract 8.02, District of Columbia, District of Columbia", "total_population_17": 3476, "white_alone_17": 2253.0, "black_alone_17": 215.0, "native_alone_17": 0.0, "asian_alone_17": 343.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 563.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -17.294, "pct_black_alone_change": 2.871, "pct_native_alone_change": -0.321, "pct_asian_alone_change": 2.063, "pct_hispanic_or_latino_change": 10.388, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9112783", "INTPTLON": "-077.0871196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.100859, 38.911209 ], [ -77.099577, 38.911988 ], [ -77.098114, 38.913096 ], [ -77.097811, 38.913336 ], [ -77.097734, 38.913397 ], [ -77.097537, 38.913402 ], [ -77.097429, 38.913405 ], [ -77.096354, 38.91412 ], [ -77.096198, 38.914278 ], [ -77.096381, 38.914328 ], [ -77.096311, 38.914545 ], [ -77.094673, 38.915629 ], [ -77.094389, 38.91567 ], [ -77.094316, 38.915702 ], [ -77.094125, 38.915774 ], [ -77.094098, 38.915786 ], [ -77.093992, 38.91583 ], [ -77.093584, 38.91598 ], [ -77.093326, 38.916073 ], [ -77.093271, 38.916095 ], [ -77.09316, 38.916135 ], [ -77.093048, 38.916171 ], [ -77.092964, 38.916195 ], [ -77.092796, 38.91624 ], [ -77.092753, 38.91625 ], [ -77.092711, 38.916261 ], [ -77.09248, 38.916314 ], [ -77.092332, 38.916342 ], [ -77.092183, 38.916365 ], [ -77.091874, 38.916399 ], [ -77.091614, 38.916423 ], [ -77.091472, 38.916433 ], [ -77.091329, 38.916439 ], [ -77.091187, 38.916443 ], [ -77.090973, 38.916443 ], [ -77.090902, 38.916441 ], [ -77.090425, 38.916435 ], [ -77.089771, 38.916438 ], [ -77.088851, 38.916439 ], [ -77.088705, 38.91644 ], [ -77.088722, 38.916567 ], [ -77.088729, 38.916758 ], [ -77.088738, 38.9169 ], [ -77.08875, 38.917043 ], [ -77.088766, 38.917167 ], [ -77.088774, 38.91725 ], [ -77.088777, 38.917291 ], [ -77.088781, 38.917416 ], [ -77.088781, 38.917551 ], [ -77.08878, 38.917597 ], [ -77.08878, 38.917644 ], [ -77.088774, 38.917923 ], [ -77.088772, 38.918032 ], [ -77.08877, 38.918203 ], [ -77.08877, 38.91826 ], [ -77.088766, 38.918484 ], [ -77.088764, 38.918537 ], [ -77.088761, 38.918697 ], [ -77.088751, 38.919017 ], [ -77.088748, 38.919088 ], [ -77.088746, 38.919166 ], [ -77.086563, 38.919173 ], [ -77.086348, 38.919173 ], [ -77.086003, 38.919167 ], [ -77.082581, 38.919297 ], [ -77.082035, 38.919318 ], [ -77.081709, 38.917429 ], [ -77.081723, 38.917231 ], [ -77.081489, 38.916893 ], [ -77.081303, 38.916635 ], [ -77.081007, 38.916223 ], [ -77.080923, 38.915993 ], [ -77.080696, 38.915372 ], [ -77.078357, 38.914326 ], [ -77.078842, 38.913111 ], [ -77.078809, 38.912751 ], [ -77.079018, 38.912743 ], [ -77.079016, 38.912679 ], [ -77.079034, 38.911976 ], [ -77.079039, 38.911804 ], [ -77.07872, 38.911171 ], [ -77.078489, 38.910816 ], [ -77.0777, 38.909687 ], [ -77.077597, 38.909238 ], [ -77.077562, 38.908627 ], [ -77.077882, 38.908139 ], [ -77.077908, 38.90671 ], [ -77.078315, 38.906738 ], [ -77.078348, 38.906266 ], [ -77.078308, 38.906249 ], [ -77.07831, 38.906042 ], [ -77.078311, 38.905939 ], [ -77.078311, 38.905872 ], [ -77.078311, 38.905785 ], [ -77.078414, 38.905785 ], [ -77.079411, 38.905637 ], [ -77.079866, 38.905405 ], [ -77.079894, 38.905191 ], [ -77.079909, 38.905074 ], [ -77.079916, 38.904887 ], [ -77.079215, 38.902454 ], [ -77.079252, 38.902459 ], [ -77.079282, 38.90244 ], [ -77.079313, 38.902418 ], [ -77.079337, 38.90241 ], [ -77.079361, 38.902402 ], [ -77.079385, 38.902398 ], [ -77.079411, 38.902398 ], [ -77.079437, 38.902398 ], [ -77.079464, 38.902398 ], [ -77.07949, 38.902397 ], [ -77.079522, 38.902397 ], [ -77.079556, 38.902396 ], [ -77.079586, 38.90239 ], [ -77.079618, 38.90238 ], [ -77.079648, 38.90237 ], [ -77.079682, 38.90236 ], [ -77.079725, 38.902351 ], [ -77.079768, 38.902342 ], [ -77.079805, 38.902336 ], [ -77.079842, 38.902329 ], [ -77.079882, 38.902323 ], [ -77.079924, 38.902318 ], [ -77.079964, 38.902315 ], [ -77.080002, 38.90231 ], [ -77.080037, 38.902305 ], [ -77.080073, 38.9023 ], [ -77.080106, 38.902298 ], [ -77.080166, 38.902297 ], [ -77.080194, 38.902301 ], [ -77.080225, 38.902308 ], [ -77.080257, 38.902315 ], [ -77.08029, 38.902321 ], [ -77.080326, 38.902323 ], [ -77.080361, 38.902324 ], [ -77.080402, 38.902323 ], [ -77.080448, 38.902324 ], [ -77.080494, 38.902326 ], [ -77.080535, 38.902328 ], [ -77.080578, 38.902328 ], [ -77.08062, 38.902328 ], [ -77.080688, 38.902322 ], [ -77.080756, 38.902322 ], [ -77.080781, 38.902325 ], [ -77.080806, 38.902325 ], [ -77.080834, 38.902325 ], [ -77.080861, 38.902325 ], [ -77.08089, 38.902324 ], [ -77.080921, 38.902322 ], [ -77.080953, 38.902322 ], [ -77.080984, 38.902321 ], [ -77.081008, 38.902319 ], [ -77.081034, 38.902319 ], [ -77.081058, 38.902318 ], [ -77.081082, 38.902317 ], [ -77.081107, 38.902317 ], [ -77.081133, 38.902318 ], [ -77.081158, 38.902317 ], [ -77.081192, 38.902319 ], [ -77.08122, 38.902319 ], [ -77.081239, 38.902319 ], [ -77.081272, 38.902318 ], [ -77.08131, 38.902317 ], [ -77.081341, 38.902316 ], [ -77.081363, 38.902315 ], [ -77.081392, 38.902315 ], [ -77.081431, 38.902315 ], [ -77.081465, 38.902314 ], [ -77.081499, 38.902311 ], [ -77.081526, 38.902313 ], [ -77.081538, 38.902311 ], [ -77.081555, 38.902311 ], [ -77.081581, 38.902311 ], [ -77.081615, 38.902311 ], [ -77.081645, 38.90231 ], [ -77.081678, 38.902308 ], [ -77.081704, 38.902308 ], [ -77.081729, 38.902308 ], [ -77.081756, 38.902308 ], [ -77.081786, 38.902307 ], [ -77.081814, 38.902305 ], [ -77.081837, 38.902305 ], [ -77.081854, 38.902305 ], [ -77.081876, 38.902305 ], [ -77.081914, 38.902304 ], [ -77.081958, 38.902303 ], [ -77.081986, 38.902303 ], [ -77.082013, 38.902302 ], [ -77.082051, 38.902301 ], [ -77.082081, 38.902301 ], [ -77.082112, 38.9023 ], [ -77.082141, 38.902299 ], [ -77.082167, 38.902299 ], [ -77.082225, 38.902297 ], [ -77.082259, 38.902297 ], [ -77.082295, 38.902296 ], [ -77.082315, 38.902296 ], [ -77.082334, 38.902294 ], [ -77.082405, 38.902294 ], [ -77.082443, 38.902293 ], [ -77.082478, 38.902291 ], [ -77.0825, 38.902291 ], [ -77.082528, 38.902291 ], [ -77.082557, 38.90229 ], [ -77.082574, 38.90229 ], [ -77.08259, 38.90229 ], [ -77.082643, 38.90228 ], [ -77.0832, 38.902363 ], [ -77.083362, 38.902388 ], [ -77.0836, 38.902463 ], [ -77.083925, 38.902525 ], [ -77.084562, 38.902688 ], [ -77.0849, 38.902788 ], [ -77.08505, 38.9028 ], [ -77.0853, 38.902775 ], [ -77.085762, 38.90285 ], [ -77.086087, 38.902963 ], [ -77.086237, 38.902988 ], [ -77.086487, 38.902988 ], [ -77.086575, 38.903013 ], [ -77.0867, 38.9031 ], [ -77.086837, 38.903225 ], [ -77.087087, 38.903338 ], [ -77.087375, 38.903413 ], [ -77.087562, 38.903475 ], [ -77.087737, 38.9035 ], [ -77.088012, 38.903538 ], [ -77.088312, 38.903638 ], [ -77.08855, 38.903713 ], [ -77.089, 38.9039 ], [ -77.089162, 38.903975 ], [ -77.089487, 38.904138 ], [ -77.089962, 38.9043 ], [ -77.090462, 38.904513 ], [ -77.090937, 38.904713 ], [ -77.091425, 38.905038 ], [ -77.091876, 38.905324 ], [ -77.091916, 38.905336 ], [ -77.09194, 38.905345 ], [ -77.091976, 38.905356 ], [ -77.092, 38.905364 ], [ -77.092018, 38.90537 ], [ -77.09206, 38.905384 ], [ -77.092089, 38.905394 ], [ -77.092112, 38.905401 ], [ -77.092151, 38.905415 ], [ -77.09217, 38.905421 ], [ -77.092191, 38.905428 ], [ -77.092214, 38.905435 ], [ -77.092236, 38.905442 ], [ -77.092276, 38.905456 ], [ -77.092298, 38.905463 ], [ -77.092317, 38.905469 ], [ -77.092339, 38.905476 ], [ -77.092357, 38.905482 ], [ -77.092381, 38.90549 ], [ -77.092401, 38.905497 ], [ -77.092423, 38.905504 ], [ -77.092441, 38.905511 ], [ -77.092462, 38.905518 ], [ -77.092486, 38.905525 ], [ -77.092509, 38.905533 ], [ -77.092529, 38.905539 ], [ -77.092553, 38.905547 ], [ -77.092576, 38.905555 ], [ -77.092598, 38.905563 ], [ -77.092643, 38.905578 ], [ -77.092665, 38.905584 ], [ -77.092689, 38.905592 ], [ -77.092706, 38.905598 ], [ -77.092734, 38.905607 ], [ -77.092756, 38.905615 ], [ -77.092779, 38.905622 ], [ -77.092804, 38.905631 ], [ -77.092829, 38.905639 ], [ -77.092851, 38.905646 ], [ -77.092874, 38.905654 ], [ -77.092891, 38.90566 ], [ -77.092923, 38.90567 ], [ -77.092945, 38.905678 ], [ -77.092969, 38.905685 ], [ -77.092995, 38.905694 ], [ -77.093019, 38.905702 ], [ -77.09304, 38.905709 ], [ -77.093062, 38.905716 ], [ -77.093087, 38.905725 ], [ -77.093104, 38.90573 ], [ -77.093128, 38.905738 ], [ -77.093154, 38.905747 ], [ -77.093177, 38.905754 ], [ -77.093216, 38.905767 ], [ -77.093249, 38.905788 ], [ -77.093312, 38.905811 ], [ -77.093342, 38.905829 ], [ -77.093363, 38.905839 ], [ -77.093381, 38.905849 ], [ -77.093418, 38.905868 ], [ -77.093449, 38.905885 ], [ -77.093477, 38.905899 ], [ -77.09351, 38.905919 ], [ -77.093542, 38.905935 ], [ -77.093584, 38.905968 ], [ -77.093595, 38.905978 ], [ -77.093623, 38.906003 ], [ -77.093671, 38.906042 ], [ -77.093699, 38.906062 ], [ -77.093715, 38.906074 ], [ -77.093736, 38.906089 ], [ -77.093769, 38.906112 ], [ -77.093805, 38.906138 ], [ -77.093826, 38.906152 ], [ -77.093848, 38.906168 ], [ -77.093865, 38.90618 ], [ -77.093885, 38.906192 ], [ -77.093904, 38.906206 ], [ -77.093927, 38.90622 ], [ -77.093947, 38.906233 ], [ -77.093966, 38.906245 ], [ -77.093991, 38.906258 ], [ -77.094011, 38.906271 ], [ -77.094032, 38.906282 ], [ -77.09405, 38.906293 ], [ -77.09407, 38.906307 ], [ -77.09409, 38.90632 ], [ -77.094124, 38.906346 ], [ -77.09414, 38.906357 ], [ -77.094156, 38.906369 ], [ -77.094191, 38.906394 ], [ -77.094211, 38.906408 ], [ -77.094227, 38.90642 ], [ -77.094247, 38.906434 ], [ -77.094262, 38.906445 ], [ -77.094286, 38.906462 ], [ -77.094304, 38.906476 ], [ -77.094325, 38.90649 ], [ -77.094343, 38.906503 ], [ -77.094364, 38.906518 ], [ -77.094383, 38.906532 ], [ -77.094403, 38.906546 ], [ -77.094421, 38.906559 ], [ -77.094443, 38.906575 ], [ -77.094462, 38.906589 ], [ -77.094482, 38.906603 ], [ -77.094503, 38.906618 ], [ -77.094521, 38.906631 ], [ -77.094551, 38.906653 ], [ -77.09459, 38.906681 ], [ -77.094622, 38.906704 ], [ -77.094646, 38.906721 ], [ -77.094672, 38.90674 ], [ -77.094696, 38.906757 ], [ -77.09472, 38.906774 ], [ -77.094743, 38.906791 ], [ -77.094771, 38.906811 ], [ -77.094803, 38.906834 ], [ -77.09483, 38.906853 ], [ -77.094856, 38.906873 ], [ -77.094884, 38.906892 ], [ -77.094906, 38.906908 ], [ -77.094928, 38.906924 ], [ -77.09495, 38.90694 ], [ -77.094978, 38.90696 ], [ -77.095011, 38.906984 ], [ -77.095029, 38.906997 ], [ -77.095073, 38.907029 ], [ -77.095102, 38.90705 ], [ -77.09513, 38.90707 ], [ -77.095156, 38.907089 ], [ -77.095171, 38.907101 ], [ -77.095196, 38.907118 ], [ -77.095219, 38.907135 ], [ -77.095239, 38.90715 ], [ -77.095258, 38.907163 ], [ -77.095272, 38.907174 ], [ -77.095297, 38.907191 ], [ -77.09532, 38.907208 ], [ -77.095345, 38.907225 ], [ -77.095365, 38.90724 ], [ -77.09539, 38.907258 ], [ -77.095412, 38.907273 ], [ -77.09543, 38.907286 ], [ -77.095447, 38.9073 ], [ -77.095464, 38.907312 ], [ -77.095491, 38.90733 ], [ -77.095519, 38.90735 ], [ -77.095542, 38.907367 ], [ -77.095565, 38.907385 ], [ -77.095587, 38.907402 ], [ -77.095621, 38.907424 ], [ -77.095649, 38.907446 ], [ -77.095676, 38.907463 ], [ -77.095694, 38.907478 ], [ -77.095717, 38.907495 ], [ -77.095745, 38.907515 ], [ -77.095767, 38.907531 ], [ -77.095796, 38.907551 ], [ -77.09582, 38.907568 ], [ -77.095845, 38.907585 ], [ -77.095866, 38.907601 ], [ -77.095886, 38.907616 ], [ -77.095912, 38.907634 ], [ -77.095934, 38.90765 ], [ -77.095956, 38.907666 ], [ -77.09598, 38.907683 ], [ -77.095998, 38.907697 ], [ -77.096015, 38.907709 ], [ -77.096037, 38.907724 ], [ -77.09606, 38.907741 ], [ -77.096088, 38.907762 ], [ -77.096121, 38.907785 ], [ -77.096145, 38.907802 ], [ -77.096171, 38.907821 ], [ -77.096203, 38.907844 ], [ -77.096233, 38.907866 ], [ -77.096261, 38.907886 ], [ -77.096289, 38.907906 ], [ -77.096308, 38.90792 ], [ -77.09633, 38.907936 ], [ -77.096353, 38.907952 ], [ -77.096375, 38.907969 ], [ -77.096397, 38.907984 ], [ -77.096414, 38.907996 ], [ -77.096432, 38.90801 ], [ -77.096453, 38.908024 ], [ -77.096476, 38.908041 ], [ -77.096494, 38.908055 ], [ -77.09652, 38.908073 ], [ -77.096543, 38.908089 ], [ -77.096565, 38.908105 ], [ -77.096583, 38.908118 ], [ -77.096601, 38.908131 ], [ -77.09662, 38.908145 ], [ -77.096644, 38.908162 ], [ -77.096662, 38.908176 ], [ -77.096683, 38.90819 ], [ -77.096707, 38.908209 ], [ -77.096729, 38.908223 ], [ -77.096749, 38.908238 ], [ -77.096773, 38.908255 ], [ -77.096794, 38.90827 ], [ -77.096812, 38.908283 ], [ -77.096831, 38.908297 ], [ -77.096854, 38.908314 ], [ -77.096874, 38.908328 ], [ -77.096899, 38.908346 ], [ -77.096916, 38.908359 ], [ -77.096937, 38.908373 ], [ -77.096959, 38.908389 ], [ -77.09697, 38.908398 ], [ -77.096991, 38.908412 ], [ -77.097006, 38.908423 ], [ -77.097027, 38.908438 ], [ -77.097045, 38.908453 ], [ -77.097061, 38.908463 ], [ -77.097085, 38.90848 ], [ -77.097115, 38.908502 ], [ -77.09713, 38.908513 ], [ -77.097162, 38.908536 ], [ -77.097189, 38.908556 ], [ -77.097203, 38.908567 ], [ -77.097223, 38.908581 ], [ -77.09725, 38.9086 ], [ -77.097274, 38.908617 ], [ -77.097299, 38.908636 ], [ -77.097341, 38.908665 ], [ -77.097355, 38.908677 ], [ -77.097376, 38.908691 ], [ -77.097396, 38.908705 ], [ -77.097411, 38.908716 ], [ -77.09743, 38.90873 ], [ -77.097449, 38.908744 ], [ -77.09747, 38.908759 ], [ -77.097488, 38.908772 ], [ -77.097505, 38.908784 ], [ -77.097524, 38.908798 ], [ -77.097544, 38.908812 ], [ -77.097557, 38.908823 ], [ -77.097579, 38.908837 ], [ -77.097597, 38.908851 ], [ -77.097617, 38.908865 ], [ -77.097636, 38.908879 ], [ -77.097658, 38.908894 ], [ -77.09768, 38.90891 ], [ -77.0977, 38.908925 ], [ -77.097721, 38.908941 ], [ -77.097746, 38.908958 ], [ -77.097769, 38.908975 ], [ -77.097793, 38.908992 ], [ -77.097822, 38.909013 ], [ -77.097843, 38.909029 ], [ -77.097867, 38.909046 ], [ -77.097892, 38.909064 ], [ -77.097912, 38.909079 ], [ -77.097937, 38.909096 ], [ -77.09796, 38.909113 ], [ -77.097984, 38.90913 ], [ -77.098002, 38.909144 ], [ -77.098025, 38.909161 ], [ -77.09805, 38.909178 ], [ -77.098074, 38.909195 ], [ -77.098098, 38.909213 ], [ -77.098119, 38.909228 ], [ -77.09814, 38.909243 ], [ -77.098162, 38.909259 ], [ -77.098186, 38.909276 ], [ -77.098209, 38.909293 ], [ -77.098235, 38.909312 ], [ -77.098255, 38.909327 ], [ -77.098278, 38.909343 ], [ -77.098303, 38.909361 ], [ -77.098325, 38.909377 ], [ -77.098349, 38.909394 ], [ -77.098372, 38.909411 ], [ -77.098396, 38.909428 ], [ -77.098419, 38.909445 ], [ -77.098443, 38.909462 ], [ -77.098462, 38.909476 ], [ -77.09848, 38.909489 ], [ -77.098505, 38.909506 ], [ -77.098528, 38.909523 ], [ -77.098552, 38.90954 ], [ -77.098578, 38.909559 ], [ -77.098601, 38.909576 ], [ -77.098629, 38.909596 ], [ -77.098657, 38.909616 ], [ -77.09868, 38.909633 ], [ -77.098705, 38.909651 ], [ -77.09873, 38.909669 ], [ -77.098757, 38.909689 ], [ -77.098784, 38.909707 ], [ -77.098809, 38.909726 ], [ -77.098834, 38.909744 ], [ -77.098857, 38.90976 ], [ -77.098885, 38.90978 ], [ -77.098912, 38.9098 ], [ -77.098939, 38.90982 ], [ -77.098963, 38.909837 ], [ -77.098976, 38.909846 ], [ -77.098992, 38.909858 ], [ -77.099009, 38.90987 ], [ -77.099026, 38.909883 ], [ -77.099043, 38.909895 ], [ -77.099063, 38.90991 ], [ -77.099081, 38.909922 ], [ -77.099102, 38.909937 ], [ -77.099123, 38.909952 ], [ -77.099142, 38.909966 ], [ -77.099161, 38.90998 ], [ -77.099183, 38.909996 ], [ -77.099202, 38.91001 ], [ -77.099221, 38.910023 ], [ -77.09924, 38.910036 ], [ -77.099262, 38.910052 ], [ -77.099281, 38.910067 ], [ -77.099302, 38.910081 ], [ -77.099321, 38.910095 ], [ -77.099343, 38.910112 ], [ -77.099365, 38.910126 ], [ -77.099391, 38.910146 ], [ -77.099411, 38.91016 ], [ -77.09943, 38.910173 ], [ -77.099457, 38.910193 ], [ -77.099481, 38.910212 ], [ -77.099509, 38.91023 ], [ -77.099531, 38.910246 ], [ -77.099553, 38.910262 ], [ -77.099575, 38.910278 ], [ -77.099597, 38.910294 ], [ -77.099617, 38.910309 ], [ -77.099639, 38.910324 ], [ -77.099661, 38.91034 ], [ -77.09968, 38.910354 ], [ -77.099705, 38.910372 ], [ -77.099734, 38.910393 ], [ -77.099762, 38.910413 ], [ -77.099781, 38.910427 ], [ -77.099817, 38.910453 ], [ -77.099831, 38.910464 ], [ -77.099859, 38.910483 ], [ -77.099886, 38.910503 ], [ -77.099909, 38.91052 ], [ -77.099928, 38.910533 ], [ -77.099956, 38.910554 ], [ -77.099972, 38.910565 ], [ -77.09999, 38.910578 ], [ -77.1, 38.910585 ], [ -77.100015, 38.910596 ], [ -77.100048, 38.910622 ], [ -77.100064, 38.910632 ], [ -77.100077, 38.910641 ], [ -77.1001, 38.910658 ], [ -77.100123, 38.910674 ], [ -77.100152, 38.910695 ], [ -77.100199, 38.91073 ], [ -77.100216, 38.910739 ], [ -77.100252, 38.910765 ], [ -77.100266, 38.910776 ], [ -77.100284, 38.910789 ], [ -77.10031, 38.910807 ], [ -77.100339, 38.910828 ], [ -77.10036, 38.910843 ], [ -77.100382, 38.910859 ], [ -77.100402, 38.910874 ], [ -77.10046, 38.910917 ], [ -77.100488, 38.910936 ], [ -77.10051, 38.910952 ], [ -77.100527, 38.910963 ], [ -77.100557, 38.910985 ], [ -77.100586, 38.911006 ], [ -77.100613, 38.911025 ], [ -77.100635, 38.911041 ], [ -77.100712, 38.911102 ], [ -77.100713, 38.911113 ], [ -77.100723, 38.911121 ], [ -77.100747, 38.911138 ], [ -77.100775, 38.911153 ], [ -77.100811, 38.911162 ], [ -77.100836, 38.91118 ], [ -77.100859, 38.911209 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000901", "name": "Census Tract 9.01, District of Columbia, District of Columbia", "total_population_17": 7799, "white_alone_17": 5385.0, "black_alone_17": 546.0, "native_alone_17": 7.0, "asian_alone_17": 514.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1138.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -9.407, "pct_black_alone_change": 1.313, "pct_native_alone_change": -0.174, "pct_asian_alone_change": 1.319, "pct_hispanic_or_latino_change": 8.904, "pct_native_hawaiian_pacific_islander_change": -0.042, "INTPTLAT": "+38.9384363", "INTPTLON": "-077.1004240" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.112579, 38.940228 ], [ -77.112188, 38.940519 ], [ -77.112098, 38.940586 ], [ -77.111918, 38.940723 ], [ -77.111898, 38.940738 ], [ -77.109032, 38.942909 ], [ -77.108913, 38.942999 ], [ -77.10884, 38.943054 ], [ -77.106132, 38.945152 ], [ -77.104841, 38.94604 ], [ -77.104112, 38.946626 ], [ -77.102515, 38.947905 ], [ -77.101364, 38.948661 ], [ -77.100952, 38.948948 ], [ -77.100625, 38.949164 ], [ -77.100605, 38.949144 ], [ -77.100566, 38.949106 ], [ -77.100527, 38.949053 ], [ -77.100502, 38.949002 ], [ -77.100487, 38.948948 ], [ -77.100483, 38.948897 ], [ -77.100489, 38.948836 ], [ -77.100497, 38.948804 ], [ -77.100506, 38.948781 ], [ -77.10053, 38.94874 ], [ -77.100561, 38.948701 ], [ -77.100596, 38.948665 ], [ -77.100613, 38.948651 ], [ -77.100435, 38.948521 ], [ -77.099591, 38.947909 ], [ -77.09929, 38.947688 ], [ -77.098994, 38.947474 ], [ -77.098782, 38.947321 ], [ -77.098442, 38.94707 ], [ -77.097548, 38.946412 ], [ -77.097335, 38.946259 ], [ -77.096913, 38.945953 ], [ -77.096879, 38.945925 ], [ -77.096763, 38.945844 ], [ -77.0948, 38.944409 ], [ -77.09459, 38.94425 ], [ -77.09424, 38.943999 ], [ -77.093938, 38.943777 ], [ -77.093675, 38.943588 ], [ -77.093353, 38.943352 ], [ -77.093092, 38.943164 ], [ -77.092847, 38.942988 ], [ -77.092718, 38.942893 ], [ -77.092618, 38.942817 ], [ -77.092561, 38.942774 ], [ -77.091997, 38.942359 ], [ -77.091873, 38.94227 ], [ -77.091751, 38.942182 ], [ -77.091022, 38.941651 ], [ -77.090862, 38.941532 ], [ -77.090777, 38.941468 ], [ -77.090438, 38.941225 ], [ -77.090265, 38.941099 ], [ -77.09008, 38.940965 ], [ -77.089643, 38.940645 ], [ -77.089161, 38.940291 ], [ -77.088959, 38.940144 ], [ -77.088456, 38.939779 ], [ -77.088113, 38.939526 ], [ -77.087645, 38.939187 ], [ -77.087247, 38.938897 ], [ -77.087021, 38.93873 ], [ -77.086619, 38.938437 ], [ -77.086453, 38.938326 ], [ -77.086226, 38.938169 ], [ -77.086153, 38.938214 ], [ -77.086092, 38.938239 ], [ -77.086034, 38.938255 ], [ -77.085981, 38.938266 ], [ -77.085954, 38.93827 ], [ -77.0859, 38.938275 ], [ -77.085818, 38.938276 ], [ -77.085791, 38.938275 ], [ -77.08576, 38.93827 ], [ -77.085723, 38.938261 ], [ -77.085671, 38.938244 ], [ -77.085634, 38.938226 ], [ -77.085594, 38.938202 ], [ -77.085566, 38.93818 ], [ -77.08555, 38.938166 ], [ -77.085497, 38.938103 ], [ -77.085469, 38.938056 ], [ -77.085447, 38.938001 ], [ -77.085442, 38.937966 ], [ -77.08544, 38.937931 ], [ -77.085443, 38.937896 ], [ -77.08545, 38.937862 ], [ -77.08546, 38.937828 ], [ -77.085474, 38.937795 ], [ -77.085499, 38.937753 ], [ -77.085514, 38.937733 ], [ -77.085539, 38.937704 ], [ -77.085585, 38.937662 ], [ -77.085617, 38.937639 ], [ -77.085643, 38.937622 ], [ -77.0857, 38.937591 ], [ -77.085731, 38.937577 ], [ -77.085793, 38.937555 ], [ -77.085826, 38.937545 ], [ -77.085885, 38.937535 ], [ -77.085938, 38.937533 ], [ -77.085964, 38.937534 ], [ -77.086016, 38.93754 ], [ -77.086066, 38.937552 ], [ -77.086091, 38.93756 ], [ -77.086172, 38.937599 ], [ -77.086543, 38.937165 ], [ -77.086736, 38.936942 ], [ -77.08696, 38.936675 ], [ -77.08733, 38.936247 ], [ -77.087728, 38.935781 ], [ -77.088016, 38.935444 ], [ -77.088097, 38.93536 ], [ -77.088163, 38.9353 ], [ -77.088181, 38.935285 ], [ -77.08821, 38.935262 ], [ -77.088376, 38.935136 ], [ -77.088685, 38.934904 ], [ -77.088797, 38.934821 ], [ -77.089022, 38.93465 ], [ -77.089169, 38.93454 ], [ -77.089716, 38.934132 ], [ -77.090493, 38.933549 ], [ -77.090627, 38.933449 ], [ -77.090728, 38.933376 ], [ -77.090784, 38.933341 ], [ -77.090841, 38.933308 ], [ -77.090871, 38.933292 ], [ -77.090931, 38.933263 ], [ -77.090971, 38.933242 ], [ -77.091006, 38.933225 ], [ -77.091069, 38.933197 ], [ -77.091163, 38.933161 ], [ -77.09122, 38.933141 ], [ -77.091328, 38.93311 ], [ -77.091517, 38.933062 ], [ -77.091865, 38.932968 ], [ -77.092238, 38.932876 ], [ -77.09302, 38.932672 ], [ -77.093112, 38.932642 ], [ -77.093158, 38.932629 ], [ -77.093205, 38.932617 ], [ -77.09325, 38.932603 ], [ -77.094176, 38.932469 ], [ -77.094703, 38.932403 ], [ -77.094767, 38.932394 ], [ -77.09496, 38.932373 ], [ -77.095088, 38.932362 ], [ -77.095282, 38.93235 ], [ -77.095417, 38.932346 ], [ -77.095621, 38.932346 ], [ -77.095757, 38.932349 ], [ -77.09596, 38.932358 ], [ -77.096169, 38.932379 ], [ -77.096304, 38.932393 ], [ -77.096352, 38.932399 ], [ -77.096436, 38.932411 ], [ -77.096602, 38.932438 ], [ -77.096685, 38.932454 ], [ -77.096849, 38.932488 ], [ -77.096934, 38.932508 ], [ -77.097092, 38.932549 ], [ -77.097173, 38.932474 ], [ -77.098307, 38.931475 ], [ -77.099619, 38.930324 ], [ -77.099731, 38.930225 ], [ -77.100272, 38.929749 ], [ -77.100401, 38.929637 ], [ -77.10057, 38.929488 ], [ -77.101026, 38.929087 ], [ -77.101456, 38.928706 ], [ -77.101582, 38.928599 ], [ -77.101696, 38.928501 ], [ -77.101735, 38.928461 ], [ -77.101776, 38.928422 ], [ -77.101818, 38.928384 ], [ -77.101862, 38.928347 ], [ -77.101908, 38.928312 ], [ -77.101956, 38.928278 ], [ -77.101978, 38.928264 ], [ -77.102005, 38.928246 ], [ -77.102056, 38.928215 ], [ -77.102108, 38.928186 ], [ -77.102498, 38.927984 ], [ -77.102909, 38.927773 ], [ -77.10302, 38.927719 ], [ -77.103133, 38.927667 ], [ -77.103248, 38.927617 ], [ -77.103365, 38.927571 ], [ -77.103483, 38.927526 ], [ -77.103749, 38.927435 ], [ -77.103808, 38.927418 ], [ -77.104035, 38.927359 ], [ -77.104106, 38.927425 ], [ -77.104375, 38.927665 ], [ -77.104625, 38.927892 ], [ -77.104962, 38.928195 ], [ -77.105113, 38.928331 ], [ -77.105256, 38.928458 ], [ -77.105717, 38.928875 ], [ -77.105761, 38.928915 ], [ -77.10605, 38.929183 ], [ -77.106492, 38.92958 ], [ -77.106583, 38.929649 ], [ -77.106604, 38.929666 ], [ -77.106658, 38.929716 ], [ -77.106683, 38.929742 ], [ -77.106706, 38.929768 ], [ -77.106749, 38.929824 ], [ -77.106774, 38.929862 ], [ -77.10682, 38.929919 ], [ -77.106848, 38.929962 ], [ -77.106863, 38.93 ], [ -77.106873, 38.930039 ], [ -77.106882, 38.930083 ], [ -77.106899, 38.930151 ], [ -77.106906, 38.930186 ], [ -77.106923, 38.93026 ], [ -77.106939, 38.930314 ], [ -77.106975, 38.930472 ], [ -77.107001, 38.930573 ], [ -77.107017, 38.930621 ], [ -77.107034, 38.930668 ], [ -77.107055, 38.930715 ], [ -77.107078, 38.930761 ], [ -77.107103, 38.930807 ], [ -77.10713, 38.930851 ], [ -77.10716, 38.930895 ], [ -77.107191, 38.930938 ], [ -77.107225, 38.930979 ], [ -77.107261, 38.93102 ], [ -77.107299, 38.93106 ], [ -77.107338, 38.931098 ], [ -77.107724, 38.931422 ], [ -77.107842, 38.931527 ], [ -77.107919, 38.931584 ], [ -77.107999, 38.931653 ], [ -77.108279, 38.931886 ], [ -77.108399, 38.931982 ], [ -77.108516, 38.93208 ], [ -77.108687, 38.932229 ], [ -77.108741, 38.932281 ], [ -77.108839, 38.932379 ], [ -77.10886, 38.932401 ], [ -77.108982, 38.9325 ], [ -77.109079, 38.932588 ], [ -77.109179, 38.93268 ], [ -77.10956, 38.933034 ], [ -77.109633, 38.9331 ], [ -77.109664, 38.933129 ], [ -77.109753, 38.933218 ], [ -77.109837, 38.93331 ], [ -77.109916, 38.933405 ], [ -77.110333, 38.933978 ], [ -77.11063, 38.934379 ], [ -77.110731, 38.93452 ], [ -77.110769, 38.934571 ], [ -77.110787, 38.934594 ], [ -77.110931, 38.934793 ], [ -77.111364, 38.935377 ], [ -77.111588, 38.93569 ], [ -77.111663, 38.935782 ], [ -77.111675, 38.935799 ], [ -77.111697, 38.935827 ], [ -77.11173, 38.935872 ], [ -77.111762, 38.935913 ], [ -77.111825, 38.935999 ], [ -77.111866, 38.936062 ], [ -77.111891, 38.936106 ], [ -77.11192, 38.936153 ], [ -77.111946, 38.936203 ], [ -77.11197, 38.936254 ], [ -77.111992, 38.936305 ], [ -77.112012, 38.936357 ], [ -77.11207, 38.936533 ], [ -77.112078, 38.936567 ], [ -77.112086, 38.93662 ], [ -77.112092, 38.936674 ], [ -77.112097, 38.936731 ], [ -77.112101, 38.93682 ], [ -77.1121, 38.936902 ], [ -77.112097, 38.936959 ], [ -77.112092, 38.937015 ], [ -77.112085, 38.937072 ], [ -77.112077, 38.937128 ], [ -77.112066, 38.937185 ], [ -77.11205, 38.937255 ], [ -77.112024, 38.937376 ], [ -77.11198, 38.93781 ], [ -77.111978, 38.937906 ], [ -77.11198, 38.937976 ], [ -77.11198, 38.93802 ], [ -77.112017, 38.938508 ], [ -77.112036, 38.938864 ], [ -77.112045, 38.939005 ], [ -77.112061, 38.939108 ], [ -77.112093, 38.939221 ], [ -77.112138, 38.939318 ], [ -77.112228, 38.939475 ], [ -77.112512, 38.940007 ], [ -77.112544, 38.94009 ], [ -77.11257, 38.940161 ], [ -77.112579, 38.940228 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001000902", "name": "Census Tract 9.02, District of Columbia, District of Columbia", "total_population_17": 2584, "white_alone_17": 2050.0, "black_alone_17": 51.0, "native_alone_17": 0.0, "asian_alone_17": 52.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 332.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -6.018, "pct_black_alone_change": -3.905, "pct_native_alone_change": -0.101, "pct_asian_alone_change": -1.587, "pct_hispanic_or_latino_change": 8.337, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9285125", "INTPTLON": "-077.1077517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.119751, 38.93435 ], [ -77.118861, 38.935356 ], [ -77.117398, 38.936398 ], [ -77.117234, 38.936509 ], [ -77.117207, 38.936527 ], [ -77.117146, 38.936588 ], [ -77.117059, 38.936658 ], [ -77.116984, 38.936725 ], [ -77.11691, 38.936769 ], [ -77.116844, 38.93682 ], [ -77.116826, 38.936836 ], [ -77.116808, 38.936854 ], [ -77.116793, 38.936864 ], [ -77.116767, 38.93689 ], [ -77.116749, 38.936918 ], [ -77.116144, 38.937463 ], [ -77.116022, 38.937552 ], [ -77.115189, 38.938164 ], [ -77.114848, 38.938435 ], [ -77.114132, 38.939003 ], [ -77.113962, 38.939138 ], [ -77.112579, 38.940228 ], [ -77.11257, 38.940161 ], [ -77.112544, 38.94009 ], [ -77.112512, 38.940007 ], [ -77.112228, 38.939475 ], [ -77.112138, 38.939318 ], [ -77.112093, 38.939221 ], [ -77.112061, 38.939108 ], [ -77.112045, 38.939005 ], [ -77.112036, 38.938864 ], [ -77.112017, 38.938508 ], [ -77.11198, 38.93802 ], [ -77.11198, 38.937976 ], [ -77.111978, 38.937906 ], [ -77.11198, 38.93781 ], [ -77.112024, 38.937376 ], [ -77.11205, 38.937255 ], [ -77.112066, 38.937185 ], [ -77.112077, 38.937128 ], [ -77.112085, 38.937072 ], [ -77.112092, 38.937015 ], [ -77.112097, 38.936959 ], [ -77.1121, 38.936902 ], [ -77.112101, 38.93682 ], [ -77.112097, 38.936731 ], [ -77.112092, 38.936674 ], [ -77.112086, 38.93662 ], [ -77.112078, 38.936567 ], [ -77.11207, 38.936533 ], [ -77.112012, 38.936357 ], [ -77.111992, 38.936305 ], [ -77.11197, 38.936254 ], [ -77.111946, 38.936203 ], [ -77.11192, 38.936153 ], [ -77.111891, 38.936106 ], [ -77.111866, 38.936062 ], [ -77.111825, 38.935999 ], [ -77.111762, 38.935913 ], [ -77.11173, 38.935872 ], [ -77.111697, 38.935827 ], [ -77.111675, 38.935799 ], [ -77.111663, 38.935782 ], [ -77.111588, 38.93569 ], [ -77.111364, 38.935377 ], [ -77.110931, 38.934793 ], [ -77.110787, 38.934594 ], [ -77.110769, 38.934571 ], [ -77.110731, 38.93452 ], [ -77.11063, 38.934379 ], [ -77.110333, 38.933978 ], [ -77.109916, 38.933405 ], [ -77.109837, 38.93331 ], [ -77.109753, 38.933218 ], [ -77.109664, 38.933129 ], [ -77.109633, 38.9331 ], [ -77.10956, 38.933034 ], [ -77.109179, 38.93268 ], [ -77.109079, 38.932588 ], [ -77.108982, 38.9325 ], [ -77.10886, 38.932401 ], [ -77.108839, 38.932379 ], [ -77.108741, 38.932281 ], [ -77.108687, 38.932229 ], [ -77.108516, 38.93208 ], [ -77.108399, 38.931982 ], [ -77.108279, 38.931886 ], [ -77.107999, 38.931653 ], [ -77.107919, 38.931584 ], [ -77.107842, 38.931527 ], [ -77.107724, 38.931422 ], [ -77.107338, 38.931098 ], [ -77.107299, 38.93106 ], [ -77.107261, 38.93102 ], [ -77.107225, 38.930979 ], [ -77.107191, 38.930938 ], [ -77.10716, 38.930895 ], [ -77.10713, 38.930851 ], [ -77.107103, 38.930807 ], [ -77.107078, 38.930761 ], [ -77.107055, 38.930715 ], [ -77.107034, 38.930668 ], [ -77.107017, 38.930621 ], [ -77.107001, 38.930573 ], [ -77.106975, 38.930472 ], [ -77.106939, 38.930314 ], [ -77.106923, 38.93026 ], [ -77.106906, 38.930186 ], [ -77.106899, 38.930151 ], [ -77.106882, 38.930083 ], [ -77.106873, 38.930039 ], [ -77.106863, 38.93 ], [ -77.106848, 38.929962 ], [ -77.10682, 38.929919 ], [ -77.106774, 38.929862 ], [ -77.106749, 38.929824 ], [ -77.106706, 38.929768 ], [ -77.106683, 38.929742 ], [ -77.106658, 38.929716 ], [ -77.106604, 38.929666 ], [ -77.106583, 38.929649 ], [ -77.106492, 38.92958 ], [ -77.10605, 38.929183 ], [ -77.105761, 38.928915 ], [ -77.105717, 38.928875 ], [ -77.105256, 38.928458 ], [ -77.105113, 38.928331 ], [ -77.104962, 38.928195 ], [ -77.104625, 38.927892 ], [ -77.104375, 38.927665 ], [ -77.104106, 38.927425 ], [ -77.104035, 38.927359 ], [ -77.103808, 38.927418 ], [ -77.103749, 38.927435 ], [ -77.103483, 38.927526 ], [ -77.103365, 38.927571 ], [ -77.103248, 38.927617 ], [ -77.103133, 38.927667 ], [ -77.10302, 38.927719 ], [ -77.102909, 38.927773 ], [ -77.102498, 38.927984 ], [ -77.102108, 38.928186 ], [ -77.102056, 38.928215 ], [ -77.102005, 38.928246 ], [ -77.101978, 38.928264 ], [ -77.101956, 38.928278 ], [ -77.101908, 38.928312 ], [ -77.101862, 38.928347 ], [ -77.101818, 38.928384 ], [ -77.101776, 38.928422 ], [ -77.101735, 38.928461 ], [ -77.101696, 38.928501 ], [ -77.101582, 38.928599 ], [ -77.101456, 38.928706 ], [ -77.101026, 38.929087 ], [ -77.10057, 38.929488 ], [ -77.100401, 38.929637 ], [ -77.100272, 38.929749 ], [ -77.099731, 38.930225 ], [ -77.099619, 38.930324 ], [ -77.098307, 38.931475 ], [ -77.097173, 38.932474 ], [ -77.097092, 38.932549 ], [ -77.096934, 38.932508 ], [ -77.096849, 38.932488 ], [ -77.096685, 38.932454 ], [ -77.096602, 38.932438 ], [ -77.096436, 38.932411 ], [ -77.096352, 38.932399 ], [ -77.096304, 38.932393 ], [ -77.096169, 38.932379 ], [ -77.09596, 38.932358 ], [ -77.095757, 38.932349 ], [ -77.095621, 38.932346 ], [ -77.095417, 38.932346 ], [ -77.095282, 38.93235 ], [ -77.095088, 38.932362 ], [ -77.09496, 38.932373 ], [ -77.094767, 38.932394 ], [ -77.094703, 38.932403 ], [ -77.094176, 38.932469 ], [ -77.09325, 38.932603 ], [ -77.093321, 38.932491 ], [ -77.093571, 38.932348 ], [ -77.094126, 38.932043 ], [ -77.094204, 38.932003 ], [ -77.094284, 38.931968 ], [ -77.094326, 38.931952 ], [ -77.094969, 38.931745 ], [ -77.095, 38.931734 ], [ -77.095028, 38.931721 ], [ -77.095055, 38.931706 ], [ -77.095237, 38.931568 ], [ -77.095257, 38.931554 ], [ -77.095275, 38.93154 ], [ -77.095292, 38.931524 ], [ -77.095306, 38.931507 ], [ -77.095319, 38.931489 ], [ -77.095513, 38.931094 ], [ -77.095521, 38.931075 ], [ -77.095542, 38.931039 ], [ -77.095554, 38.931022 ], [ -77.095568, 38.931005 ], [ -77.0956, 38.930974 ], [ -77.095637, 38.930946 ], [ -77.095657, 38.930934 ], [ -77.096033, 38.930694 ], [ -77.096078, 38.93066 ], [ -77.096118, 38.930623 ], [ -77.096136, 38.930603 ], [ -77.096153, 38.930582 ], [ -77.096184, 38.93054 ], [ -77.096248, 38.930428 ], [ -77.096272, 38.930382 ], [ -77.096315, 38.93029 ], [ -77.096353, 38.930195 ], [ -77.096369, 38.930148 ], [ -77.096398, 38.930052 ], [ -77.096407, 38.930027 ], [ -77.096422, 38.929977 ], [ -77.096432, 38.929926 ], [ -77.096437, 38.929875 ], [ -77.096437, 38.929849 ], [ -77.096434, 38.929797 ], [ -77.096426, 38.929763 ], [ -77.096414, 38.92973 ], [ -77.0964, 38.929696 ], [ -77.096384, 38.929664 ], [ -77.096369, 38.92964 ], [ -77.096343, 38.929602 ], [ -77.09632, 38.929572 ], [ -77.096294, 38.929544 ], [ -77.096266, 38.929516 ], [ -77.096236, 38.92949 ], [ -77.096166, 38.929443 ], [ -77.096094, 38.929397 ], [ -77.095947, 38.929309 ], [ -77.095909, 38.929288 ], [ -77.095849, 38.929257 ], [ -77.095808, 38.929231 ], [ -77.095789, 38.929216 ], [ -77.095756, 38.929184 ], [ -77.095729, 38.929148 ], [ -77.095718, 38.929129 ], [ -77.095709, 38.92911 ], [ -77.0957, 38.929088 ], [ -77.095685, 38.929042 ], [ -77.095673, 38.928997 ], [ -77.095663, 38.92895 ], [ -77.095655, 38.928881 ], [ -77.09564, 38.928776 ], [ -77.095628, 38.928706 ], [ -77.095607, 38.928602 ], [ -77.09559, 38.928533 ], [ -77.095567, 38.928345 ], [ -77.095552, 38.928204 ], [ -77.09554, 38.928063 ], [ -77.0955, 38.927834 ], [ -77.095462, 38.927605 ], [ -77.095458, 38.92757 ], [ -77.095452, 38.927499 ], [ -77.095448, 38.927428 ], [ -77.095446, 38.927356 ], [ -77.095446, 38.927285 ], [ -77.095447, 38.92725 ], [ -77.095444, 38.927215 ], [ -77.095443, 38.92718 ], [ -77.09545, 38.92711 ], [ -77.095458, 38.927076 ], [ -77.09548, 38.927008 ], [ -77.095532, 38.926912 ], [ -77.095564, 38.926858 ], [ -77.095599, 38.926804 ], [ -77.095637, 38.926752 ], [ -77.095677, 38.9267 ], [ -77.09572, 38.926651 ], [ -77.095765, 38.926602 ], [ -77.095812, 38.926555 ], [ -77.095862, 38.926509 ], [ -77.095914, 38.926465 ], [ -77.095968, 38.926422 ], [ -77.096036, 38.926364 ], [ -77.096134, 38.926274 ], [ -77.096227, 38.926181 ], [ -77.096287, 38.926117 ], [ -77.096322, 38.926077 ], [ -77.096356, 38.926036 ], [ -77.096388, 38.925995 ], [ -77.096419, 38.925953 ], [ -77.096449, 38.92591 ], [ -77.096477, 38.925867 ], [ -77.096504, 38.925823 ], [ -77.096529, 38.925779 ], [ -77.096553, 38.925734 ], [ -77.096575, 38.925689 ], [ -77.096703, 38.925394 ], [ -77.096728, 38.925352 ], [ -77.096756, 38.925311 ], [ -77.096795, 38.925264 ], [ -77.096816, 38.925237 ], [ -77.096835, 38.925209 ], [ -77.096853, 38.92518 ], [ -77.09692, 38.925066 ], [ -77.096989, 38.924935 ], [ -77.097031, 38.924847 ], [ -77.097051, 38.924803 ], [ -77.097088, 38.924713 ], [ -77.097109, 38.924671 ], [ -77.097154, 38.924588 ], [ -77.097201, 38.924506 ], [ -77.097251, 38.924424 ], [ -77.097277, 38.924384 ], [ -77.097332, 38.924304 ], [ -77.097373, 38.924252 ], [ -77.097413, 38.924199 ], [ -77.097492, 38.924091 ], [ -77.097567, 38.923983 ], [ -77.097639, 38.923873 ], [ -77.097708, 38.923761 ], [ -77.09783, 38.9236 ], [ -77.097973, 38.923447 ], [ -77.098026, 38.923387 ], [ -77.098075, 38.923325 ], [ -77.098105, 38.923282 ], [ -77.098209, 38.923127 ], [ -77.098233, 38.923095 ], [ -77.098279, 38.92303 ], [ -77.098373, 38.922902 ], [ -77.098527, 38.922687 ], [ -77.098607, 38.922568 ], [ -77.098723, 38.92238 ], [ -77.098759, 38.922331 ], [ -77.098773, 38.922316 ], [ -77.098789, 38.922302 ], [ -77.098806, 38.922289 ], [ -77.098844, 38.922266 ], [ -77.098923, 38.922233 ], [ -77.098963, 38.922222 ], [ -77.099005, 38.922216 ], [ -77.099047, 38.922212 ], [ -77.099089, 38.922213 ], [ -77.09923, 38.922214 ], [ -77.099281, 38.922213 ], [ -77.099344, 38.922213 ], [ -77.099429, 38.92207 ], [ -77.099388, 38.92203 ], [ -77.099347, 38.921988 ], [ -77.098925, 38.921566 ], [ -77.098843, 38.921486 ], [ -77.09872, 38.921358 ], [ -77.098697, 38.921331 ], [ -77.098654, 38.921277 ], [ -77.098635, 38.921249 ], [ -77.0986, 38.921191 ], [ -77.098579, 38.921149 ], [ -77.098869, 38.920944 ], [ -77.098881, 38.920931 ], [ -77.098944, 38.920869 ], [ -77.098994, 38.920788 ], [ -77.099019, 38.920744 ], [ -77.099106, 38.920619 ], [ -77.099144, 38.920538 ], [ -77.099181, 38.920475 ], [ -77.099319, 38.920394 ], [ -77.099519, 38.920431 ], [ -77.099656, 38.9204 ], [ -77.099694, 38.920369 ], [ -77.099725, 38.920213 ], [ -77.099725, 38.920169 ], [ -77.099775, 38.920056 ], [ -77.099887, 38.92 ], [ -77.10005, 38.919938 ], [ -77.100206, 38.9199 ], [ -77.100331, 38.919906 ], [ -77.100512, 38.91985 ], [ -77.10055, 38.919775 ], [ -77.100631, 38.919731 ], [ -77.10075, 38.919806 ], [ -77.100775, 38.919875 ], [ -77.100862, 38.919994 ], [ -77.100937, 38.920094 ], [ -77.101112, 38.920194 ], [ -77.101299, 38.920152 ], [ -77.101776, 38.919913 ], [ -77.101824, 38.919884 ], [ -77.101915, 38.920001 ], [ -77.101974, 38.920015 ], [ -77.102038, 38.919973 ], [ -77.102119, 38.919919 ], [ -77.102167, 38.919888 ], [ -77.102381, 38.919821 ], [ -77.102451, 38.919792 ], [ -77.102493, 38.919764 ], [ -77.102523, 38.919729 ], [ -77.102546, 38.919667 ], [ -77.102567, 38.919593 ], [ -77.102579, 38.919539 ], [ -77.102596, 38.9195 ], [ -77.102615, 38.919459 ], [ -77.102682, 38.919367 ], [ -77.102818, 38.919234 ], [ -77.102993, 38.919106 ], [ -77.103081, 38.918962 ], [ -77.103124, 38.918787 ], [ -77.103137, 38.918637 ], [ -77.103187, 38.918468 ], [ -77.103243, 38.918393 ], [ -77.105161, 38.917305 ], [ -77.105167, 38.917331 ], [ -77.105192, 38.917346 ], [ -77.10522, 38.917347 ], [ -77.105241, 38.917336 ], [ -77.105266, 38.917338 ], [ -77.105294, 38.917341 ], [ -77.105314, 38.917358 ], [ -77.105335, 38.917372 ], [ -77.10535, 38.917389 ], [ -77.105353, 38.917413 ], [ -77.105357, 38.917447 ], [ -77.105371, 38.917463 ], [ -77.105393, 38.917453 ], [ -77.105417, 38.917453 ], [ -77.105439, 38.917464 ], [ -77.105446, 38.917484 ], [ -77.10545, 38.917506 ], [ -77.105468, 38.917526 ], [ -77.105491, 38.917545 ], [ -77.10551, 38.917563 ], [ -77.105517, 38.917584 ], [ -77.105529, 38.917605 ], [ -77.105554, 38.917619 ], [ -77.105587, 38.91763 ], [ -77.105591, 38.917656 ], [ -77.105586, 38.917677 ], [ -77.105607, 38.917695 ], [ -77.105598, 38.917714 ], [ -77.105596, 38.917732 ], [ -77.105596, 38.917751 ], [ -77.105613, 38.917765 ], [ -77.105618, 38.917798 ], [ -77.105624, 38.917817 ], [ -77.10562, 38.917835 ], [ -77.105622, 38.917855 ], [ -77.105632, 38.917877 ], [ -77.105636, 38.917896 ], [ -77.105658, 38.91791 ], [ -77.105686, 38.917918 ], [ -77.10567, 38.917939 ], [ -77.105683, 38.917956 ], [ -77.105669, 38.917979 ], [ -77.105673, 38.917997 ], [ -77.105709, 38.918006 ], [ -77.105712, 38.918028 ], [ -77.105704, 38.918045 ], [ -77.105716, 38.918064 ], [ -77.10573, 38.918087 ], [ -77.105744, 38.918112 ], [ -77.105726, 38.918134 ], [ -77.105737, 38.91815 ], [ -77.105724, 38.91817 ], [ -77.105723, 38.918194 ], [ -77.105736, 38.918217 ], [ -77.105745, 38.918242 ], [ -77.105728, 38.918254 ], [ -77.105728, 38.918277 ], [ -77.105734, 38.918302 ], [ -77.105752, 38.918317 ], [ -77.105768, 38.918302 ], [ -77.105784, 38.918316 ], [ -77.105813, 38.918329 ], [ -77.105823, 38.918346 ], [ -77.105834, 38.918364 ], [ -77.105837, 38.918388 ], [ -77.105838, 38.918409 ], [ -77.105839, 38.918431 ], [ -77.105858, 38.918448 ], [ -77.105864, 38.918472 ], [ -77.10587, 38.918492 ], [ -77.105878, 38.918513 ], [ -77.105901, 38.918525 ], [ -77.105926, 38.918532 ], [ -77.105943, 38.918545 ], [ -77.105941, 38.918565 ], [ -77.105944, 38.918584 ], [ -77.105961, 38.918602 ], [ -77.105986, 38.918605 ], [ -77.106009, 38.918603 ], [ -77.106023, 38.918622 ], [ -77.106039, 38.91864 ], [ -77.106043, 38.918664 ], [ -77.106061, 38.918679 ], [ -77.106077, 38.918699 ], [ -77.106099, 38.918722 ], [ -77.106121, 38.918747 ], [ -77.10614, 38.91878 ], [ -77.10615, 38.918799 ], [ -77.10616, 38.918816 ], [ -77.106167, 38.918833 ], [ -77.106175, 38.918851 ], [ -77.106189, 38.918886 ], [ -77.106194, 38.918904 ], [ -77.106199, 38.918923 ], [ -77.106218, 38.918955 ], [ -77.106225, 38.918975 ], [ -77.106232, 38.919007 ], [ -77.106218, 38.919034 ], [ -77.10621, 38.919064 ], [ -77.106227, 38.919086 ], [ -77.106245, 38.919101 ], [ -77.106263, 38.919119 ], [ -77.106275, 38.91914 ], [ -77.106266, 38.919164 ], [ -77.106275, 38.919185 ], [ -77.1063, 38.919187 ], [ -77.106331, 38.919204 ], [ -77.10634, 38.919228 ], [ -77.106341, 38.919258 ], [ -77.106346, 38.919276 ], [ -77.106368, 38.919293 ], [ -77.106397, 38.919304 ], [ -77.106419, 38.919318 ], [ -77.106443, 38.919325 ], [ -77.106466, 38.919347 ], [ -77.106475, 38.919369 ], [ -77.106469, 38.919391 ], [ -77.106478, 38.919418 ], [ -77.106497, 38.919442 ], [ -77.106519, 38.919464 ], [ -77.106543, 38.919477 ], [ -77.106571, 38.919489 ], [ -77.106577, 38.919511 ], [ -77.106572, 38.919537 ], [ -77.106584, 38.919554 ], [ -77.106608, 38.91954 ], [ -77.106635, 38.919545 ], [ -77.106659, 38.919556 ], [ -77.106668, 38.919584 ], [ -77.106676, 38.919601 ], [ -77.106692, 38.919633 ], [ -77.106706, 38.91966 ], [ -77.106727, 38.919687 ], [ -77.106749, 38.919715 ], [ -77.106772, 38.91974 ], [ -77.106796, 38.919765 ], [ -77.106819, 38.919791 ], [ -77.106835, 38.919813 ], [ -77.106851, 38.919839 ], [ -77.106868, 38.919862 ], [ -77.106878, 38.919889 ], [ -77.106872, 38.919908 ], [ -77.106849, 38.919923 ], [ -77.106826, 38.919938 ], [ -77.106809, 38.919957 ], [ -77.1068, 38.919981 ], [ -77.106794, 38.920005 ], [ -77.106801, 38.920026 ], [ -77.106828, 38.920033 ], [ -77.106852, 38.920031 ], [ -77.106873, 38.920016 ], [ -77.106895, 38.920002 ], [ -77.106918, 38.919989 ], [ -77.106949, 38.919976 ], [ -77.106975, 38.919983 ], [ -77.106991, 38.920002 ], [ -77.107001, 38.92003 ], [ -77.10701, 38.920057 ], [ -77.107089, 38.920165 ], [ -77.10722, 38.920227 ], [ -77.107258, 38.920257 ], [ -77.107245, 38.920276 ], [ -77.107261, 38.920297 ], [ -77.107284, 38.920311 ], [ -77.10731, 38.920328 ], [ -77.107339, 38.920341 ], [ -77.107366, 38.920355 ], [ -77.107391, 38.920372 ], [ -77.107418, 38.920388 ], [ -77.107447, 38.920411 ], [ -77.107476, 38.920433 ], [ -77.107498, 38.920459 ], [ -77.107517, 38.920488 ], [ -77.107535, 38.920515 ], [ -77.107553, 38.920543 ], [ -77.107565, 38.920572 ], [ -77.10758, 38.920602 ], [ -77.107603, 38.920633 ], [ -77.107626, 38.920661 ], [ -77.107646, 38.920687 ], [ -77.107654, 38.920717 ], [ -77.107668, 38.920739 ], [ -77.107679, 38.920758 ], [ -77.107669, 38.920781 ], [ -77.107692, 38.920783 ], [ -77.107717, 38.920774 ], [ -77.107736, 38.920791 ], [ -77.107739, 38.920816 ], [ -77.107756, 38.920835 ], [ -77.107778, 38.920856 ], [ -77.107802, 38.920866 ], [ -77.107827, 38.920874 ], [ -77.10784, 38.920892 ], [ -77.10787, 38.920899 ], [ -77.107897, 38.920912 ], [ -77.107919, 38.920925 ], [ -77.107939, 38.920941 ], [ -77.107971, 38.920949 ], [ -77.107993, 38.920958 ], [ -77.108015, 38.920978 ], [ -77.108046, 38.920999 ], [ -77.10806, 38.921014 ], [ -77.108083, 38.921039 ], [ -77.108112, 38.921059 ], [ -77.108134, 38.921079 ], [ -77.108146, 38.921101 ], [ -77.10817, 38.921118 ], [ -77.108186, 38.92114 ], [ -77.108199, 38.92117 ], [ -77.108205, 38.921203 ], [ -77.108208, 38.921233 ], [ -77.108204, 38.921255 ], [ -77.108208, 38.921277 ], [ -77.108235, 38.921279 ], [ -77.108253, 38.921292 ], [ -77.108278, 38.921317 ], [ -77.108291, 38.921336 ], [ -77.108323, 38.921339 ], [ -77.108353, 38.921349 ], [ -77.108373, 38.921369 ], [ -77.108387, 38.921388 ], [ -77.108409, 38.921409 ], [ -77.108428, 38.92143 ], [ -77.108428, 38.921458 ], [ -77.108443, 38.921478 ], [ -77.108459, 38.92149 ], [ -77.108476, 38.921518 ], [ -77.10849, 38.921538 ], [ -77.108485, 38.92156 ], [ -77.108487, 38.921581 ], [ -77.108513, 38.921594 ], [ -77.108529, 38.921617 ], [ -77.108513, 38.921636 ], [ -77.108531, 38.921648 ], [ -77.108553, 38.921641 ], [ -77.108571, 38.921626 ], [ -77.108592, 38.92161 ], [ -77.108615, 38.921628 ], [ -77.108632, 38.921646 ], [ -77.108652, 38.921663 ], [ -77.108669, 38.921679 ], [ -77.108681, 38.921701 ], [ -77.108703, 38.921717 ], [ -77.108727, 38.92172 ], [ -77.108755, 38.921724 ], [ -77.108758, 38.921744 ], [ -77.108755, 38.921767 ], [ -77.108746, 38.92179 ], [ -77.108746, 38.921813 ], [ -77.108767, 38.921828 ], [ -77.10879, 38.921834 ], [ -77.108817, 38.921823 ], [ -77.108848, 38.921828 ], [ -77.108845, 38.921848 ], [ -77.108846, 38.921871 ], [ -77.108876, 38.92187 ], [ -77.108902, 38.921859 ], [ -77.108927, 38.921865 ], [ -77.108955, 38.921856 ], [ -77.108974, 38.92184 ], [ -77.108999, 38.921856 ], [ -77.109006, 38.921878 ], [ -77.109022, 38.921893 ], [ -77.109044, 38.921905 ], [ -77.109068, 38.921914 ], [ -77.109093, 38.921925 ], [ -77.109114, 38.92194 ], [ -77.109129, 38.921958 ], [ -77.109138, 38.921981 ], [ -77.109141, 38.922001 ], [ -77.109158, 38.922016 ], [ -77.109178, 38.922039 ], [ -77.109192, 38.922054 ], [ -77.109214, 38.922068 ], [ -77.109238, 38.922075 ], [ -77.10926, 38.922085 ], [ -77.109284, 38.922097 ], [ -77.109319, 38.922109 ], [ -77.109344, 38.922129 ], [ -77.109362, 38.922147 ], [ -77.109381, 38.922166 ], [ -77.109388, 38.922189 ], [ -77.109378, 38.922208 ], [ -77.109367, 38.922226 ], [ -77.109367, 38.922247 ], [ -77.109388, 38.922239 ], [ -77.109402, 38.922223 ], [ -77.109426, 38.922228 ], [ -77.109454, 38.92224 ], [ -77.109489, 38.922249 ], [ -77.109515, 38.922264 ], [ -77.109545, 38.922285 ], [ -77.109578, 38.922304 ], [ -77.109612, 38.922323 ], [ -77.109653, 38.922336 ], [ -77.109688, 38.922356 ], [ -77.109712, 38.922381 ], [ -77.109719, 38.922403 ], [ -77.109735, 38.922417 ], [ -77.109773, 38.922426 ], [ -77.10981, 38.922445 ], [ -77.109842, 38.922458 ], [ -77.109868, 38.922478 ], [ -77.109889, 38.922506 ], [ -77.109897, 38.922523 ], [ -77.109905, 38.922555 ], [ -77.109911, 38.922584 ], [ -77.109922, 38.922612 ], [ -77.109939, 38.922632 ], [ -77.109966, 38.922645 ], [ -77.109996, 38.922658 ], [ -77.110018, 38.922674 ], [ -77.110021, 38.922698 ], [ -77.110037, 38.922714 ], [ -77.110065, 38.922713 ], [ -77.110096, 38.922716 ], [ -77.110122, 38.922732 ], [ -77.110134, 38.922755 ], [ -77.110155, 38.922766 ], [ -77.110186, 38.922778 ], [ -77.110208, 38.922795 ], [ -77.110232, 38.922808 ], [ -77.110255, 38.922805 ], [ -77.110281, 38.922813 ], [ -77.110299, 38.92283 ], [ -77.110316, 38.922854 ], [ -77.11034, 38.922868 ], [ -77.110357, 38.922893 ], [ -77.110372, 38.922917 ], [ -77.110384, 38.922935 ], [ -77.110386, 38.922956 ], [ -77.110405, 38.922973 ], [ -77.110429, 38.922961 ], [ -77.110454, 38.922979 ], [ -77.110478, 38.922993 ], [ -77.110509, 38.923004 ], [ -77.110542, 38.923015 ], [ -77.110568, 38.923031 ], [ -77.110583, 38.923064 ], [ -77.110603, 38.923096 ], [ -77.110616, 38.923111 ], [ -77.110629, 38.923126 ], [ -77.110644, 38.923153 ], [ -77.110646, 38.923174 ], [ -77.110674, 38.923188 ], [ -77.110692, 38.923209 ], [ -77.110715, 38.923218 ], [ -77.110744, 38.923234 ], [ -77.110776, 38.923251 ], [ -77.110805, 38.92327 ], [ -77.110835, 38.923288 ], [ -77.110861, 38.923312 ], [ -77.110883, 38.92334 ], [ -77.110902, 38.923366 ], [ -77.110904, 38.923393 ], [ -77.110894, 38.923415 ], [ -77.110909, 38.923432 ], [ -77.11094, 38.923426 ], [ -77.110965, 38.923426 ], [ -77.110973, 38.923447 ], [ -77.110999, 38.92346 ], [ -77.111029, 38.923469 ], [ -77.111062, 38.923478 ], [ -77.111088, 38.923483 ], [ -77.111111, 38.923493 ], [ -77.111134, 38.923501 ], [ -77.111163, 38.92351 ], [ -77.111175, 38.923535 ], [ -77.111184, 38.923556 ], [ -77.111214, 38.923567 ], [ -77.111225, 38.923584 ], [ -77.111252, 38.923585 ], [ -77.111273, 38.923599 ], [ -77.111268, 38.923624 ], [ -77.111278, 38.923649 ], [ -77.111296, 38.923669 ], [ -77.11132, 38.923666 ], [ -77.111344, 38.92368 ], [ -77.111358, 38.923707 ], [ -77.111381, 38.923738 ], [ -77.111393, 38.923755 ], [ -77.111402, 38.923786 ], [ -77.111405, 38.923812 ], [ -77.111417, 38.923838 ], [ -77.11145, 38.923835 ], [ -77.111473, 38.923848 ], [ -77.111498, 38.923853 ], [ -77.111525, 38.923862 ], [ -77.111553, 38.923871 ], [ -77.111555, 38.923896 ], [ -77.111586, 38.923904 ], [ -77.111612, 38.923919 ], [ -77.111631, 38.923935 ], [ -77.11166, 38.92394 ], [ -77.111679, 38.923952 ], [ -77.111692, 38.923972 ], [ -77.111719, 38.923984 ], [ -77.111744, 38.923995 ], [ -77.111772, 38.924004 ], [ -77.111798, 38.924014 ], [ -77.111825, 38.924024 ], [ -77.111835, 38.924042 ], [ -77.111827, 38.924065 ], [ -77.111836, 38.924095 ], [ -77.111864, 38.924101 ], [ -77.111895, 38.924093 ], [ -77.111916, 38.924111 ], [ -77.111945, 38.924117 ], [ -77.111962, 38.924131 ], [ -77.111978, 38.924152 ], [ -77.111974, 38.924185 ], [ -77.111971, 38.924203 ], [ -77.111987, 38.924216 ], [ -77.112008, 38.924224 ], [ -77.112011, 38.924244 ], [ -77.112019, 38.924263 ], [ -77.112052, 38.924258 ], [ -77.112087, 38.924257 ], [ -77.112092, 38.924276 ], [ -77.112111, 38.924288 ], [ -77.112135, 38.924287 ], [ -77.112167, 38.924291 ], [ -77.112174, 38.924314 ], [ -77.112181, 38.924338 ], [ -77.112194, 38.924355 ], [ -77.11222, 38.924369 ], [ -77.112231, 38.924399 ], [ -77.112252, 38.924422 ], [ -77.112273, 38.92444 ], [ -77.112295, 38.924451 ], [ -77.112323, 38.924442 ], [ -77.112358, 38.924437 ], [ -77.112396, 38.924444 ], [ -77.112424, 38.924459 ], [ -77.112432, 38.924483 ], [ -77.112437, 38.924506 ], [ -77.112461, 38.924517 ], [ -77.112482, 38.924533 ], [ -77.112508, 38.924545 ], [ -77.112525, 38.924569 ], [ -77.112538, 38.924591 ], [ -77.112563, 38.924607 ], [ -77.112586, 38.924627 ], [ -77.112612, 38.924643 ], [ -77.112638, 38.924647 ], [ -77.112659, 38.924657 ], [ -77.112678, 38.924688 ], [ -77.11269, 38.924704 ], [ -77.112702, 38.92472 ], [ -77.112715, 38.924737 ], [ -77.112727, 38.924753 ], [ -77.112739, 38.924772 ], [ -77.112751, 38.924791 ], [ -77.112767, 38.924808 ], [ -77.112783, 38.924824 ], [ -77.112798, 38.924852 ], [ -77.112796, 38.924873 ], [ -77.11277, 38.924877 ], [ -77.112745, 38.924881 ], [ -77.11274, 38.924903 ], [ -77.112749, 38.92492 ], [ -77.112756, 38.924939 ], [ -77.112784, 38.924942 ], [ -77.112806, 38.92495 ], [ -77.112829, 38.924961 ], [ -77.112846, 38.924985 ], [ -77.112859, 38.925007 ], [ -77.11284, 38.925025 ], [ -77.112854, 38.925045 ], [ -77.112879, 38.925045 ], [ -77.112894, 38.925068 ], [ -77.112909, 38.925085 ], [ -77.11292, 38.925062 ], [ -77.112948, 38.925059 ], [ -77.112967, 38.925082 ], [ -77.112991, 38.925111 ], [ -77.113014, 38.925126 ], [ -77.113032, 38.925147 ], [ -77.1131, 38.92524 ], [ -77.113187, 38.925313 ], [ -77.113216, 38.925316 ], [ -77.113231, 38.92533 ], [ -77.113246, 38.92535 ], [ -77.113268, 38.92536 ], [ -77.113293, 38.925365 ], [ -77.113328, 38.925363 ], [ -77.113351, 38.925368 ], [ -77.113368, 38.925384 ], [ -77.11338, 38.925403 ], [ -77.113406, 38.925418 ], [ -77.113406, 38.925443 ], [ -77.113406, 38.925472 ], [ -77.113425, 38.925487 ], [ -77.113426, 38.925507 ], [ -77.113434, 38.925529 ], [ -77.113448, 38.925554 ], [ -77.11347, 38.925576 ], [ -77.113487, 38.925598 ], [ -77.113506, 38.925619 ], [ -77.113518, 38.925637 ], [ -77.11353, 38.925656 ], [ -77.113546, 38.925671 ], [ -77.113552, 38.925699 ], [ -77.113553, 38.925732 ], [ -77.113566, 38.925754 ], [ -77.113591, 38.92575 ], [ -77.113617, 38.925741 ], [ -77.113632, 38.925766 ], [ -77.113653, 38.925782 ], [ -77.113661, 38.925806 ], [ -77.113664, 38.925826 ], [ -77.113682, 38.925846 ], [ -77.113697, 38.925865 ], [ -77.113715, 38.925852 ], [ -77.113739, 38.925846 ], [ -77.113758, 38.925869 ], [ -77.113758, 38.925894 ], [ -77.113757, 38.925915 ], [ -77.113756, 38.925941 ], [ -77.113758, 38.925968 ], [ -77.11378, 38.925986 ], [ -77.113804, 38.926 ], [ -77.11383, 38.926005 ], [ -77.113861, 38.926016 ], [ -77.113879, 38.926031 ], [ -77.113899, 38.926054 ], [ -77.113924, 38.926072 ], [ -77.113941, 38.926092 ], [ -77.113953, 38.926112 ], [ -77.113954, 38.926133 ], [ -77.113978, 38.92613 ], [ -77.114003, 38.926139 ], [ -77.114021, 38.926161 ], [ -77.114022, 38.926188 ], [ -77.114023, 38.92621 ], [ -77.11402, 38.926231 ], [ -77.114022, 38.926258 ], [ -77.114038, 38.926279 ], [ -77.114069, 38.926279 ], [ -77.114084, 38.926293 ], [ -77.114101, 38.92631 ], [ -77.114117, 38.926331 ], [ -77.114125, 38.926359 ], [ -77.114131, 38.926386 ], [ -77.114136, 38.926414 ], [ -77.114152, 38.926437 ], [ -77.11417, 38.92646 ], [ -77.11418, 38.926485 ], [ -77.114195, 38.926504 ], [ -77.114213, 38.926523 ], [ -77.114229, 38.926541 ], [ -77.114249, 38.926563 ], [ -77.11425, 38.926585 ], [ -77.114251, 38.926608 ], [ -77.114277, 38.926617 ], [ -77.114296, 38.926605 ], [ -77.114319, 38.926622 ], [ -77.114348, 38.926633 ], [ -77.11437, 38.926649 ], [ -77.114388, 38.926665 ], [ -77.114404, 38.926689 ], [ -77.114406, 38.926714 ], [ -77.114421, 38.926736 ], [ -77.114434, 38.926762 ], [ -77.114449, 38.926785 ], [ -77.114462, 38.926808 ], [ -77.114481, 38.926825 ], [ -77.114491, 38.926851 ], [ -77.114515, 38.926868 ], [ -77.114526, 38.926887 ], [ -77.114522, 38.926911 ], [ -77.114528, 38.926935 ], [ -77.11455, 38.926948 ], [ -77.114587, 38.92696 ], [ -77.114622, 38.926977 ], [ -77.114639, 38.927005 ], [ -77.114642, 38.927033 ], [ -77.114668, 38.927055 ], [ -77.1147, 38.927057 ], [ -77.114735, 38.927067 ], [ -77.114762, 38.927089 ], [ -77.114782, 38.927118 ], [ -77.114785, 38.92715 ], [ -77.114787, 38.927169 ], [ -77.114778, 38.927189 ], [ -77.11476, 38.927202 ], [ -77.114774, 38.927222 ], [ -77.114796, 38.927214 ], [ -77.114822, 38.927212 ], [ -77.114801, 38.927237 ], [ -77.114814, 38.927252 ], [ -77.114828, 38.927276 ], [ -77.114841, 38.927298 ], [ -77.114862, 38.927319 ], [ -77.114885, 38.927321 ], [ -77.114903, 38.927339 ], [ -77.114899, 38.927358 ], [ -77.114903, 38.927376 ], [ -77.114929, 38.927388 ], [ -77.114953, 38.927378 ], [ -77.114944, 38.927359 ], [ -77.114941, 38.927341 ], [ -77.114969, 38.927356 ], [ -77.114995, 38.927364 ], [ -77.115055, 38.927372 ], [ -77.115084, 38.92739 ], [ -77.11512, 38.927401 ], [ -77.115148, 38.927409 ], [ -77.115177, 38.927434 ], [ -77.115202, 38.92746 ], [ -77.115218, 38.927487 ], [ -77.115236, 38.92751 ], [ -77.115259, 38.92753 ], [ -77.115277, 38.927557 ], [ -77.115286, 38.927583 ], [ -77.115306, 38.9276 ], [ -77.115327, 38.927622 ], [ -77.11533, 38.927646 ], [ -77.115335, 38.927667 ], [ -77.115365, 38.927656 ], [ -77.115388, 38.927641 ], [ -77.115413, 38.92765 ], [ -77.115441, 38.927668 ], [ -77.115448, 38.927693 ], [ -77.115469, 38.927713 ], [ -77.115494, 38.927714 ], [ -77.115518, 38.92771 ], [ -77.11553, 38.927726 ], [ -77.11552, 38.927754 ], [ -77.115515, 38.927787 ], [ -77.115518, 38.927818 ], [ -77.115548, 38.927827 ], [ -77.115574, 38.927843 ], [ -77.115606, 38.927856 ], [ -77.115619, 38.927875 ], [ -77.115644, 38.927899 ], [ -77.115674, 38.927918 ], [ -77.115699, 38.927937 ], [ -77.115714, 38.927959 ], [ -77.115735, 38.927979 ], [ -77.115744, 38.928009 ], [ -77.115765, 38.928019 ], [ -77.115797, 38.928021 ], [ -77.115821, 38.92804 ], [ -77.11583, 38.928063 ], [ -77.115813, 38.928085 ], [ -77.115828, 38.928105 ], [ -77.11586, 38.928094 ], [ -77.115882, 38.928102 ], [ -77.115901, 38.928119 ], [ -77.115907, 38.928146 ], [ -77.115926, 38.92816 ], [ -77.115957, 38.928165 ], [ -77.11597, 38.928186 ], [ -77.11598, 38.928212 ], [ -77.11599, 38.928237 ], [ -77.116003, 38.928262 ], [ -77.116022, 38.928286 ], [ -77.116039, 38.928311 ], [ -77.116046, 38.92833 ], [ -77.116044, 38.928348 ], [ -77.116029, 38.928364 ], [ -77.116013, 38.928377 ], [ -77.116015, 38.928395 ], [ -77.116027, 38.928412 ], [ -77.116052, 38.928401 ], [ -77.116081, 38.928402 ], [ -77.116105, 38.928411 ], [ -77.116119, 38.928431 ], [ -77.116132, 38.928452 ], [ -77.116135, 38.928473 ], [ -77.116156, 38.928483 ], [ -77.11618, 38.928499 ], [ -77.116193, 38.92852 ], [ -77.116207, 38.928545 ], [ -77.116212, 38.928572 ], [ -77.116212, 38.928591 ], [ -77.116187, 38.92865 ], [ -77.116192, 38.928676 ], [ -77.116206, 38.928699 ], [ -77.116226, 38.928722 ], [ -77.116242, 38.928749 ], [ -77.116249, 38.928775 ], [ -77.116261, 38.928801 ], [ -77.116283, 38.928817 ], [ -77.11631, 38.928831 ], [ -77.116331, 38.92885 ], [ -77.116338, 38.928869 ], [ -77.116322, 38.928891 ], [ -77.116315, 38.928915 ], [ -77.116322, 38.928944 ], [ -77.116328, 38.928996 ], [ -77.116351, 38.9291 ], [ -77.116365, 38.929118 ], [ -77.116374, 38.929138 ], [ -77.116388, 38.929164 ], [ -77.116407, 38.929186 ], [ -77.116421, 38.929211 ], [ -77.116435, 38.92924 ], [ -77.11644, 38.929269 ], [ -77.116437, 38.929302 ], [ -77.116442, 38.929331 ], [ -77.116453, 38.929358 ], [ -77.116444, 38.929389 ], [ -77.116439, 38.929417 ], [ -77.116434, 38.929439 ], [ -77.116409, 38.929452 ], [ -77.116408, 38.929478 ], [ -77.116415, 38.929502 ], [ -77.116436, 38.929571 ], [ -77.116466, 38.929631 ], [ -77.116513, 38.929699 ], [ -77.116524, 38.929714 ], [ -77.116542, 38.929739 ], [ -77.116558, 38.929763 ], [ -77.116571, 38.929781 ], [ -77.116587, 38.929804 ], [ -77.116598, 38.92982 ], [ -77.116608, 38.929835 ], [ -77.116621, 38.929852 ], [ -77.116637, 38.929877 ], [ -77.116654, 38.929901 ], [ -77.11667, 38.929924 ], [ -77.116689, 38.92995 ], [ -77.116706, 38.929974 ], [ -77.116717, 38.92999 ], [ -77.116728, 38.930006 ], [ -77.116744, 38.930031 ], [ -77.116756, 38.930046 ], [ -77.116768, 38.930063 ], [ -77.116783, 38.930085 ], [ -77.116794, 38.930102 ], [ -77.116802, 38.930112 ], [ -77.116818, 38.930135 ], [ -77.11683, 38.930152 ], [ -77.116841, 38.930167 ], [ -77.116872, 38.930214 ], [ -77.116884, 38.930231 ], [ -77.116906, 38.930263 ], [ -77.116917, 38.930279 ], [ -77.116931, 38.930296 ], [ -77.116942, 38.930312 ], [ -77.116954, 38.93033 ], [ -77.116969, 38.930353 ], [ -77.11698, 38.930369 ], [ -77.116997, 38.930392 ], [ -77.11701, 38.930409 ], [ -77.117021, 38.930426 ], [ -77.117038, 38.93045 ], [ -77.117044, 38.930459 ], [ -77.117055, 38.930474 ], [ -77.117075, 38.930505 ], [ -77.117087, 38.930522 ], [ -77.117104, 38.930547 ], [ -77.117122, 38.930569 ], [ -77.117134, 38.930588 ], [ -77.117144, 38.930603 ], [ -77.117151, 38.930612 ], [ -77.117164, 38.930633 ], [ -77.117178, 38.930653 ], [ -77.117189, 38.930669 ], [ -77.117207, 38.930692 ], [ -77.117224, 38.930717 ], [ -77.117237, 38.930737 ], [ -77.117245, 38.930749 ], [ -77.117252, 38.930757 ], [ -77.117269, 38.93078 ], [ -77.117289, 38.930811 ], [ -77.117308, 38.930837 ], [ -77.117324, 38.930862 ], [ -77.117336, 38.930876 ], [ -77.117348, 38.930893 ], [ -77.117359, 38.93091 ], [ -77.117368, 38.930924 ], [ -77.117381, 38.930942 ], [ -77.117398, 38.930966 ], [ -77.117419, 38.930997 ], [ -77.117436, 38.931022 ], [ -77.117449, 38.931039 ], [ -77.11746, 38.931055 ], [ -77.11748, 38.931086 ], [ -77.117494, 38.931104 ], [ -77.117507, 38.931125 ], [ -77.117522, 38.931143 ], [ -77.117539, 38.931168 ], [ -77.11756, 38.9312 ], [ -77.117578, 38.931224 ], [ -77.117595, 38.931249 ], [ -77.117606, 38.931264 ], [ -77.117623, 38.931289 ], [ -77.117643, 38.931318 ], [ -77.117663, 38.931346 ], [ -77.117684, 38.931377 ], [ -77.117702, 38.931402 ], [ -77.117718, 38.931427 ], [ -77.11773, 38.931442 ], [ -77.117745, 38.931466 ], [ -77.117758, 38.931481 ], [ -77.117772, 38.931504 ], [ -77.117784, 38.931522 ], [ -77.117802, 38.931546 ], [ -77.117815, 38.931564 ], [ -77.117832, 38.931588 ], [ -77.117854, 38.931619 ], [ -77.117875, 38.931652 ], [ -77.117888, 38.931669 ], [ -77.117903, 38.931692 ], [ -77.117918, 38.931714 ], [ -77.117933, 38.931733 ], [ -77.117949, 38.931757 ], [ -77.117961, 38.931773 ], [ -77.117972, 38.931788 ], [ -77.117986, 38.93181 ], [ -77.117998, 38.931827 ], [ -77.118009, 38.931844 ], [ -77.118027, 38.93187 ], [ -77.118045, 38.931894 ], [ -77.118057, 38.931911 ], [ -77.118074, 38.931934 ], [ -77.118094, 38.931965 ], [ -77.118111, 38.93199 ], [ -77.11813, 38.932016 ], [ -77.118147, 38.93204 ], [ -77.118158, 38.932055 ], [ -77.118173, 38.932079 ], [ -77.118181, 38.932089 ], [ -77.118197, 38.932112 ], [ -77.118214, 38.932136 ], [ -77.11823, 38.932161 ], [ -77.118242, 38.932176 ], [ -77.118258, 38.932201 ], [ -77.118275, 38.932226 ], [ -77.118293, 38.932249 ], [ -77.118304, 38.932265 ], [ -77.118321, 38.932289 ], [ -77.118336, 38.932313 ], [ -77.118349, 38.93233 ], [ -77.118371, 38.932362 ], [ -77.118383, 38.932378 ], [ -77.118394, 38.932393 ], [ -77.118408, 38.932416 ], [ -77.118422, 38.932434 ], [ -77.118434, 38.932452 ], [ -77.118451, 38.932476 ], [ -77.118466, 38.932499 ], [ -77.118477, 38.932514 ], [ -77.11849, 38.932531 ], [ -77.118504, 38.932553 ], [ -77.118522, 38.93258 ], [ -77.118535, 38.932596 ], [ -77.118551, 38.932621 ], [ -77.118562, 38.932637 ], [ -77.118575, 38.932654 ], [ -77.118586, 38.932669 ], [ -77.118596, 38.932685 ], [ -77.118611, 38.932707 ], [ -77.118629, 38.932733 ], [ -77.118645, 38.932756 ], [ -77.118653, 38.932766 ], [ -77.118673, 38.932795 ], [ -77.118687, 38.932814 ], [ -77.118704, 38.932839 ], [ -77.118721, 38.932863 ], [ -77.118737, 38.932887 ], [ -77.118746, 38.9329 ], [ -77.118758, 38.932918 ], [ -77.118781, 38.93295 ], [ -77.1188, 38.932976 ], [ -77.118817, 38.933001 ], [ -77.118834, 38.933025 ], [ -77.11885, 38.933048 ], [ -77.118862, 38.933065 ], [ -77.118875, 38.933085 ], [ -77.11889, 38.933105 ], [ -77.11891, 38.933135 ], [ -77.118924, 38.933153 ], [ -77.118938, 38.933175 ], [ -77.118951, 38.933194 ], [ -77.118963, 38.933209 ], [ -77.118983, 38.93324 ], [ -77.119002, 38.933265 ], [ -77.119014, 38.933282 ], [ -77.119029, 38.933306 ], [ -77.119047, 38.93333 ], [ -77.11907, 38.933363 ], [ -77.119081, 38.933378 ], [ -77.119092, 38.933395 ], [ -77.119104, 38.933412 ], [ -77.119119, 38.933434 ], [ -77.119137, 38.93346 ], [ -77.119154, 38.933484 ], [ -77.119162, 38.933496 ], [ -77.119181, 38.933524 ], [ -77.119198, 38.933547 ], [ -77.119211, 38.933566 ], [ -77.119228, 38.933589 ], [ -77.119244, 38.933613 ], [ -77.119261, 38.933637 ], [ -77.11928, 38.933665 ], [ -77.119294, 38.933685 ], [ -77.11931, 38.933707 ], [ -77.119326, 38.933731 ], [ -77.11934, 38.933751 ], [ -77.119359, 38.933778 ], [ -77.119368, 38.933791 ], [ -77.119382, 38.933811 ], [ -77.119393, 38.933827 ], [ -77.119412, 38.933854 ], [ -77.11943, 38.933879 ], [ -77.119447, 38.933904 ], [ -77.119464, 38.933929 ], [ -77.119486, 38.93396 ], [ -77.119508, 38.933992 ], [ -77.119526, 38.934017 ], [ -77.119543, 38.934042 ], [ -77.11956, 38.934066 ], [ -77.11958, 38.934095 ], [ -77.119593, 38.934114 ], [ -77.11961, 38.934138 ], [ -77.119627, 38.934162 ], [ -77.119646, 38.934187 ], [ -77.119672, 38.934218 ], [ -77.11969, 38.934236 ], [ -77.119759, 38.934343 ], [ -77.119751, 38.93435 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001001", "name": "Census Tract 10.01, District of Columbia, District of Columbia", "total_population_17": 7853, "white_alone_17": 5835.0, "black_alone_17": 316.0, "native_alone_17": 0.0, "asian_alone_17": 492.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 763.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -11.741, "pct_black_alone_change": 0.345, "pct_native_alone_change": -0.231, "pct_asian_alone_change": 1.861, "pct_hispanic_or_latino_change": 4.388, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9489546", "INTPTLON": "-077.0884650" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.100625, 38.949164 ], [ -77.100265, 38.949453 ], [ -77.099914, 38.949699 ], [ -77.0997, 38.949867 ], [ -77.098838, 38.950542 ], [ -77.098289, 38.95097 ], [ -77.098167, 38.951065 ], [ -77.09761, 38.951499 ], [ -77.096823, 38.952115 ], [ -77.096397, 38.952449 ], [ -77.095481, 38.953163 ], [ -77.095358, 38.953258 ], [ -77.095274, 38.953324 ], [ -77.095251, 38.953342 ], [ -77.094329, 38.954059 ], [ -77.09382, 38.954451 ], [ -77.093788, 38.954478 ], [ -77.09349, 38.954727 ], [ -77.09262, 38.955398 ], [ -77.091552, 38.956214 ], [ -77.091239, 38.95647 ], [ -77.090862, 38.956767 ], [ -77.090629, 38.956952 ], [ -77.090522, 38.957038 ], [ -77.088874, 38.958335 ], [ -77.088706, 38.958473 ], [ -77.088523, 38.958618 ], [ -77.088449, 38.958676 ], [ -77.088211, 38.958869 ], [ -77.087699, 38.959274 ], [ -77.087593, 38.959342 ], [ -77.086845, 38.959922 ], [ -77.086584, 38.960122 ], [ -77.085731, 38.960777 ], [ -77.085659, 38.960633 ], [ -77.085381, 38.960092 ], [ -77.085266, 38.95987 ], [ -77.085058, 38.959457 ], [ -77.084905, 38.959158 ], [ -77.084846, 38.959041 ], [ -77.084328, 38.958027 ], [ -77.083868, 38.957122 ], [ -77.083817, 38.957024 ], [ -77.08338, 38.956171 ], [ -77.08327, 38.955954 ], [ -77.082941, 38.95531 ], [ -77.082632, 38.9547 ], [ -77.082586, 38.954611 ], [ -77.082181, 38.953816 ], [ -77.08197, 38.953399 ], [ -77.081954, 38.953353 ], [ -77.081885, 38.953233 ], [ -77.081729, 38.95293 ], [ -77.081519, 38.952518 ], [ -77.081285, 38.952066 ], [ -77.080974, 38.951466 ], [ -77.080805, 38.951137 ], [ -77.080791, 38.951111 ], [ -77.080767, 38.951054 ], [ -77.080749, 38.95101 ], [ -77.08071, 38.950908 ], [ -77.080674, 38.950806 ], [ -77.080642, 38.950703 ], [ -77.080612, 38.950599 ], [ -77.080487, 38.950067 ], [ -77.080482, 38.950042 ], [ -77.080399, 38.949685 ], [ -77.08038, 38.949605 ], [ -77.080281, 38.949171 ], [ -77.080268, 38.949104 ], [ -77.080253, 38.949038 ], [ -77.080229, 38.94895 ], [ -77.080211, 38.94889 ], [ -77.0802, 38.94886 ], [ -77.080181, 38.948812 ], [ -77.080148, 38.948742 ], [ -77.080117, 38.948684 ], [ -77.0801, 38.948656 ], [ -77.079926, 38.948336 ], [ -77.079762, 38.948053 ], [ -77.079674, 38.947909 ], [ -77.079559, 38.947723 ], [ -77.079367, 38.947365 ], [ -77.079208, 38.947078 ], [ -77.078931, 38.946584 ], [ -77.078888, 38.946504 ], [ -77.078764, 38.946282 ], [ -77.078625, 38.946033 ], [ -77.078541, 38.945885 ], [ -77.078496, 38.945803 ], [ -77.079102, 38.945924 ], [ -77.079109, 38.945889 ], [ -77.079117, 38.945867 ], [ -77.07913, 38.945845 ], [ -77.079145, 38.945825 ], [ -77.079321, 38.945615 ], [ -77.079463, 38.945453 ], [ -77.07964, 38.945246 ], [ -77.079814, 38.945038 ], [ -77.079939, 38.944896 ], [ -77.080036, 38.944783 ], [ -77.080123, 38.94468 ], [ -77.080229, 38.944557 ], [ -77.080393, 38.944364 ], [ -77.080504, 38.944233 ], [ -77.080993, 38.943661 ], [ -77.081271, 38.943333 ], [ -77.08142, 38.94316 ], [ -77.081669, 38.942867 ], [ -77.081968, 38.942518 ], [ -77.082299, 38.942133 ], [ -77.082523, 38.941869 ], [ -77.082729, 38.941632 ], [ -77.08285, 38.941487 ], [ -77.083003, 38.941308 ], [ -77.083091, 38.941204 ], [ -77.083132, 38.941157 ], [ -77.083441, 38.940796 ], [ -77.083537, 38.940683 ], [ -77.083832, 38.940339 ], [ -77.083958, 38.940192 ], [ -77.084161, 38.939953 ], [ -77.084408, 38.939666 ], [ -77.084619, 38.939419 ], [ -77.085074, 38.938887 ], [ -77.085473, 38.938421 ], [ -77.085634, 38.938226 ], [ -77.085671, 38.938244 ], [ -77.085723, 38.938261 ], [ -77.08576, 38.93827 ], [ -77.085791, 38.938275 ], [ -77.085818, 38.938276 ], [ -77.0859, 38.938275 ], [ -77.085954, 38.93827 ], [ -77.085981, 38.938266 ], [ -77.086034, 38.938255 ], [ -77.086092, 38.938239 ], [ -77.086153, 38.938214 ], [ -77.086226, 38.938169 ], [ -77.086453, 38.938326 ], [ -77.086619, 38.938437 ], [ -77.087021, 38.93873 ], [ -77.087247, 38.938897 ], [ -77.087645, 38.939187 ], [ -77.088113, 38.939526 ], [ -77.088456, 38.939779 ], [ -77.088959, 38.940144 ], [ -77.089161, 38.940291 ], [ -77.089643, 38.940645 ], [ -77.09008, 38.940965 ], [ -77.090265, 38.941099 ], [ -77.090438, 38.941225 ], [ -77.090777, 38.941468 ], [ -77.090862, 38.941532 ], [ -77.091022, 38.941651 ], [ -77.091751, 38.942182 ], [ -77.091873, 38.94227 ], [ -77.091997, 38.942359 ], [ -77.092561, 38.942774 ], [ -77.092618, 38.942817 ], [ -77.092718, 38.942893 ], [ -77.092847, 38.942988 ], [ -77.093092, 38.943164 ], [ -77.093353, 38.943352 ], [ -77.093675, 38.943588 ], [ -77.093938, 38.943777 ], [ -77.09424, 38.943999 ], [ -77.09459, 38.94425 ], [ -77.0948, 38.944409 ], [ -77.096763, 38.945844 ], [ -77.096879, 38.945925 ], [ -77.096913, 38.945953 ], [ -77.097335, 38.946259 ], [ -77.097548, 38.946412 ], [ -77.098442, 38.94707 ], [ -77.098782, 38.947321 ], [ -77.098994, 38.947474 ], [ -77.09929, 38.947688 ], [ -77.099591, 38.947909 ], [ -77.100435, 38.948521 ], [ -77.100613, 38.948651 ], [ -77.100596, 38.948665 ], [ -77.100561, 38.948701 ], [ -77.10053, 38.94874 ], [ -77.100506, 38.948781 ], [ -77.100497, 38.948804 ], [ -77.100489, 38.948836 ], [ -77.100483, 38.948897 ], [ -77.100487, 38.948948 ], [ -77.100502, 38.949002 ], [ -77.100527, 38.949053 ], [ -77.100566, 38.949106 ], [ -77.100605, 38.949144 ], [ -77.100625, 38.949164 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001002", "name": "Census Tract 10.02, District of Columbia, District of Columbia", "total_population_17": 3512, "white_alone_17": 2349.0, "black_alone_17": 154.0, "native_alone_17": 0.0, "asian_alone_17": 317.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 513.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -2.812, "pct_black_alone_change": -2.657, "pct_native_alone_change": -0.404, "pct_asian_alone_change": -2.143, "pct_hispanic_or_latino_change": 4.65, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9384216", "INTPTLON": "-077.0788872" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.085634, 38.938226 ], [ -77.085473, 38.938421 ], [ -77.085074, 38.938887 ], [ -77.084619, 38.939419 ], [ -77.084408, 38.939666 ], [ -77.084161, 38.939953 ], [ -77.083958, 38.940192 ], [ -77.083832, 38.940339 ], [ -77.083537, 38.940683 ], [ -77.083441, 38.940796 ], [ -77.083132, 38.941157 ], [ -77.083091, 38.941204 ], [ -77.083003, 38.941308 ], [ -77.08285, 38.941487 ], [ -77.082729, 38.941632 ], [ -77.082523, 38.941869 ], [ -77.082299, 38.942133 ], [ -77.081968, 38.942518 ], [ -77.081669, 38.942867 ], [ -77.08142, 38.94316 ], [ -77.081271, 38.943333 ], [ -77.080993, 38.943661 ], [ -77.080504, 38.944233 ], [ -77.080393, 38.944364 ], [ -77.080229, 38.944557 ], [ -77.080123, 38.94468 ], [ -77.080036, 38.944783 ], [ -77.079939, 38.944896 ], [ -77.079814, 38.945038 ], [ -77.07964, 38.945246 ], [ -77.079463, 38.945453 ], [ -77.079321, 38.945615 ], [ -77.079145, 38.945825 ], [ -77.07913, 38.945845 ], [ -77.079117, 38.945867 ], [ -77.079109, 38.945889 ], [ -77.079102, 38.945924 ], [ -77.078496, 38.945803 ], [ -77.078393, 38.94562 ], [ -77.078324, 38.945494 ], [ -77.078101, 38.945092 ], [ -77.077982, 38.944882 ], [ -77.077928, 38.944783 ], [ -77.077464, 38.943947 ], [ -77.077257, 38.943572 ], [ -77.077029, 38.943162 ], [ -77.076967, 38.943052 ], [ -77.076619, 38.942419 ], [ -77.076566, 38.942324 ], [ -77.076507, 38.942216 ], [ -77.076359, 38.941948 ], [ -77.076216, 38.941687 ], [ -77.075895, 38.941105 ], [ -77.075742, 38.940826 ], [ -77.075695, 38.940743 ], [ -77.075418, 38.94024 ], [ -77.075037, 38.939545 ], [ -77.07426, 38.938136 ], [ -77.073841, 38.937373 ], [ -77.073793, 38.937287 ], [ -77.073578, 38.936898 ], [ -77.073464, 38.936688 ], [ -77.073253, 38.936287 ], [ -77.073224, 38.936232 ], [ -77.073149, 38.936075 ], [ -77.073101, 38.935973 ], [ -77.072892, 38.935516 ], [ -77.072609, 38.934898 ], [ -77.072538, 38.934737 ], [ -77.072524, 38.9347 ], [ -77.072505, 38.934636 ], [ -77.072489, 38.934581 ], [ -77.072465, 38.934485 ], [ -77.07245, 38.934409 ], [ -77.072442, 38.934358 ], [ -77.072433, 38.934282 ], [ -77.072429, 38.934231 ], [ -77.072419, 38.934 ], [ -77.072413, 38.933901 ], [ -77.072409, 38.933703 ], [ -77.07241, 38.933604 ], [ -77.072415, 38.933484 ], [ -77.072559, 38.933485 ], [ -77.072909, 38.933483 ], [ -77.073238, 38.933483 ], [ -77.073597, 38.933481 ], [ -77.073865, 38.933482 ], [ -77.073978, 38.933481 ], [ -77.074847, 38.933482 ], [ -77.075181, 38.933485 ], [ -77.075295, 38.933485 ], [ -77.075862, 38.933488 ], [ -77.076358, 38.933486 ], [ -77.076625, 38.933488 ], [ -77.07694, 38.933489 ], [ -77.077048, 38.933488 ], [ -77.077514, 38.933487 ], [ -77.079049, 38.93349 ], [ -77.079467, 38.93349 ], [ -77.079572, 38.933487 ], [ -77.079614, 38.933484 ], [ -77.079655, 38.933478 ], [ -77.079694, 38.933466 ], [ -77.079731, 38.933451 ], [ -77.079765, 38.933432 ], [ -77.079879, 38.933515 ], [ -77.079922, 38.933548 ], [ -77.080122, 38.933693 ], [ -77.080226, 38.933768 ], [ -77.0809, 38.934261 ], [ -77.081376, 38.934608 ], [ -77.081587, 38.934763 ], [ -77.081765, 38.934892 ], [ -77.08183, 38.93494 ], [ -77.082015, 38.935076 ], [ -77.08338, 38.936071 ], [ -77.083632, 38.936257 ], [ -77.084053, 38.936563 ], [ -77.084229, 38.936692 ], [ -77.084258, 38.936712 ], [ -77.084293, 38.936738 ], [ -77.084636, 38.93699 ], [ -77.084718, 38.937049 ], [ -77.084896, 38.937177 ], [ -77.085354, 38.937503 ], [ -77.085391, 38.937525 ], [ -77.085487, 38.937587 ], [ -77.085585, 38.937662 ], [ -77.085539, 38.937704 ], [ -77.085514, 38.937733 ], [ -77.085499, 38.937753 ], [ -77.085474, 38.937795 ], [ -77.08546, 38.937828 ], [ -77.08545, 38.937862 ], [ -77.085443, 38.937896 ], [ -77.08544, 38.937931 ], [ -77.085442, 38.937966 ], [ -77.085447, 38.938001 ], [ -77.085469, 38.938056 ], [ -77.085497, 38.938103 ], [ -77.08555, 38.938166 ], [ -77.085566, 38.93818 ], [ -77.085594, 38.938202 ], [ -77.085634, 38.938226 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001100", "name": "Census Tract 11, District of Columbia, District of Columbia", "total_population_17": 4947, "white_alone_17": 3735.0, "black_alone_17": 368.0, "native_alone_17": 39.0, "asian_alone_17": 217.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 454.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -5.823, "pct_black_alone_change": 1.116, "pct_native_alone_change": 0.494, "pct_asian_alone_change": -2.028, "pct_hispanic_or_latino_change": 4.66, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9572432", "INTPTLON": "-077.0776732" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.085731, 38.960777 ], [ -77.08529, 38.961125 ], [ -77.08464, 38.961639 ], [ -77.084026, 38.962118 ], [ -77.083759, 38.962327 ], [ -77.082977, 38.96294 ], [ -77.082602, 38.963233 ], [ -77.082168, 38.963573 ], [ -77.080474, 38.964889 ], [ -77.08036, 38.964954 ], [ -77.080268, 38.965049 ], [ -77.078178, 38.96669 ], [ -77.07756, 38.967178 ], [ -77.077423, 38.967304 ], [ -77.077373, 38.967272 ], [ -77.077346, 38.967256 ], [ -77.07732, 38.967245 ], [ -77.077298, 38.967237 ], [ -77.077213, 38.96722 ], [ -77.07717, 38.967217 ], [ -77.077066, 38.967153 ], [ -77.076984, 38.967106 ], [ -77.076925, 38.967063 ], [ -77.076867, 38.967009 ], [ -77.076791, 38.966911 ], [ -77.076627, 38.966716 ], [ -77.076576, 38.966627 ], [ -77.076527, 38.966544 ], [ -77.076283, 38.966123 ], [ -77.076156, 38.965906 ], [ -77.076087, 38.965785 ], [ -77.075754, 38.965212 ], [ -77.075573, 38.964903 ], [ -77.07537, 38.964555 ], [ -77.075049, 38.963999 ], [ -77.074687, 38.963379 ], [ -77.074521, 38.963092 ], [ -77.073928, 38.962076 ], [ -77.073309, 38.961017 ], [ -77.07326, 38.960931 ], [ -77.072904, 38.960316 ], [ -77.072537, 38.959687 ], [ -77.072235, 38.959169 ], [ -77.072154, 38.959026 ], [ -77.07211, 38.958949 ], [ -77.071765, 38.958359 ], [ -77.071744, 38.958321 ], [ -77.071607, 38.95809 ], [ -77.071406, 38.957739 ], [ -77.071288, 38.957532 ], [ -77.071107, 38.957223 ], [ -77.070977, 38.957001 ], [ -77.070544, 38.956263 ], [ -77.070411, 38.956033 ], [ -77.0702, 38.955669 ], [ -77.070122, 38.955533 ], [ -77.069908, 38.955167 ], [ -77.069739, 38.954881 ], [ -77.06963, 38.954691 ], [ -77.069578, 38.954602 ], [ -77.069497, 38.954459 ], [ -77.069425, 38.954336 ], [ -77.069509, 38.954204 ], [ -77.069519, 38.954182 ], [ -77.069576, 38.954023 ], [ -77.069596, 38.953973 ], [ -77.069632, 38.953881 ], [ -77.069815, 38.953379 ], [ -77.069837, 38.953304 ], [ -77.069845, 38.953256 ], [ -77.069844, 38.952997 ], [ -77.069844, 38.952424 ], [ -77.069844, 38.952095 ], [ -77.070401, 38.952095 ], [ -77.070894, 38.952097 ], [ -77.07152, 38.952097 ], [ -77.071719, 38.952098 ], [ -77.072156, 38.952097 ], [ -77.072868, 38.952098 ], [ -77.073085, 38.952099 ], [ -77.073506, 38.952099 ], [ -77.073625, 38.952101 ], [ -77.073655, 38.952108 ], [ -77.073683, 38.952118 ], [ -77.073708, 38.952133 ], [ -77.073729, 38.952151 ], [ -77.07384, 38.952027 ], [ -77.074224, 38.951577 ], [ -77.074315, 38.951469 ], [ -77.074444, 38.951315 ], [ -77.074652, 38.951075 ], [ -77.074764, 38.950946 ], [ -77.074887, 38.950797 ], [ -77.074944, 38.950732 ], [ -77.0751, 38.950555 ], [ -77.075375, 38.950234 ], [ -77.075645, 38.949913 ], [ -77.075802, 38.949735 ], [ -77.075954, 38.949565 ], [ -77.076555, 38.948853 ], [ -77.076751, 38.948627 ], [ -77.076921, 38.948427 ], [ -77.077072, 38.948247 ], [ -77.077171, 38.948128 ], [ -77.077365, 38.947903 ], [ -77.077509, 38.947737 ], [ -77.077637, 38.947584 ], [ -77.07769, 38.947523 ], [ -77.077807, 38.947389 ], [ -77.077942, 38.947227 ], [ -77.078019, 38.947139 ], [ -77.078137, 38.947006 ], [ -77.078282, 38.946828 ], [ -77.078309, 38.946801 ], [ -77.078326, 38.946786 ], [ -77.078345, 38.946772 ], [ -77.078389, 38.946743 ], [ -77.078422, 38.946726 ], [ -77.078482, 38.946699 ], [ -77.078535, 38.946562 ], [ -77.078623, 38.946569 ], [ -77.078677, 38.946574 ], [ -77.078732, 38.946564 ], [ -77.078783, 38.94655 ], [ -77.078831, 38.94653 ], [ -77.078888, 38.946504 ], [ -77.078931, 38.946584 ], [ -77.079208, 38.947078 ], [ -77.079367, 38.947365 ], [ -77.079559, 38.947723 ], [ -77.079674, 38.947909 ], [ -77.079762, 38.948053 ], [ -77.079926, 38.948336 ], [ -77.0801, 38.948656 ], [ -77.080117, 38.948684 ], [ -77.080148, 38.948742 ], [ -77.080181, 38.948812 ], [ -77.0802, 38.94886 ], [ -77.080211, 38.94889 ], [ -77.080229, 38.94895 ], [ -77.080253, 38.949038 ], [ -77.080268, 38.949104 ], [ -77.080281, 38.949171 ], [ -77.08038, 38.949605 ], [ -77.080399, 38.949685 ], [ -77.080482, 38.950042 ], [ -77.080487, 38.950067 ], [ -77.080612, 38.950599 ], [ -77.080642, 38.950703 ], [ -77.080674, 38.950806 ], [ -77.08071, 38.950908 ], [ -77.080749, 38.95101 ], [ -77.080767, 38.951054 ], [ -77.080791, 38.951111 ], [ -77.080805, 38.951137 ], [ -77.080974, 38.951466 ], [ -77.081285, 38.952066 ], [ -77.081519, 38.952518 ], [ -77.081729, 38.95293 ], [ -77.081885, 38.953233 ], [ -77.081954, 38.953353 ], [ -77.08197, 38.953399 ], [ -77.082181, 38.953816 ], [ -77.082586, 38.954611 ], [ -77.082632, 38.9547 ], [ -77.082941, 38.95531 ], [ -77.08327, 38.955954 ], [ -77.08338, 38.956171 ], [ -77.083817, 38.957024 ], [ -77.083868, 38.957122 ], [ -77.084328, 38.958027 ], [ -77.084846, 38.959041 ], [ -77.084905, 38.959158 ], [ -77.085058, 38.959457 ], [ -77.085266, 38.95987 ], [ -77.085381, 38.960092 ], [ -77.085659, 38.960633 ], [ -77.085731, 38.960777 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001200", "name": "Census Tract 12, District of Columbia, District of Columbia", "total_population_17": 5031, "white_alone_17": 3783.0, "black_alone_17": 290.0, "native_alone_17": 0.0, "asian_alone_17": 292.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 440.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -1.886, "pct_black_alone_change": -0.805, "pct_native_alone_change": -0.412, "pct_asian_alone_change": -1.898, "pct_hispanic_or_latino_change": 1.127, "pct_native_hawaiian_pacific_islander_change": -0.103, "INTPTLAT": "+38.9462264", "INTPTLON": "-077.0705239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.078831, 38.94653 ], [ -77.078783, 38.94655 ], [ -77.078732, 38.946564 ], [ -77.078677, 38.946574 ], [ -77.078623, 38.946569 ], [ -77.078535, 38.946562 ], [ -77.078482, 38.946699 ], [ -77.078422, 38.946726 ], [ -77.078389, 38.946743 ], [ -77.078345, 38.946772 ], [ -77.078326, 38.946786 ], [ -77.078309, 38.946801 ], [ -77.078282, 38.946828 ], [ -77.078137, 38.947006 ], [ -77.078019, 38.947139 ], [ -77.077942, 38.947227 ], [ -77.077807, 38.947389 ], [ -77.07769, 38.947523 ], [ -77.077637, 38.947584 ], [ -77.077509, 38.947737 ], [ -77.077365, 38.947903 ], [ -77.077171, 38.948128 ], [ -77.077072, 38.948247 ], [ -77.076921, 38.948427 ], [ -77.076751, 38.948627 ], [ -77.076555, 38.948853 ], [ -77.075954, 38.949565 ], [ -77.075802, 38.949735 ], [ -77.075645, 38.949913 ], [ -77.075375, 38.950234 ], [ -77.0751, 38.950555 ], [ -77.074944, 38.950732 ], [ -77.074887, 38.950797 ], [ -77.074764, 38.950946 ], [ -77.074652, 38.951075 ], [ -77.074444, 38.951315 ], [ -77.074315, 38.951469 ], [ -77.074224, 38.951577 ], [ -77.07384, 38.952027 ], [ -77.073729, 38.952151 ], [ -77.073708, 38.952133 ], [ -77.073683, 38.952118 ], [ -77.073655, 38.952108 ], [ -77.073625, 38.952101 ], [ -77.073506, 38.952099 ], [ -77.073085, 38.952099 ], [ -77.072868, 38.952098 ], [ -77.072156, 38.952097 ], [ -77.071719, 38.952098 ], [ -77.07152, 38.952097 ], [ -77.070894, 38.952097 ], [ -77.070401, 38.952095 ], [ -77.069844, 38.952095 ], [ -77.069844, 38.952424 ], [ -77.069844, 38.952997 ], [ -77.069845, 38.953256 ], [ -77.069837, 38.953304 ], [ -77.069815, 38.953379 ], [ -77.069632, 38.953881 ], [ -77.069596, 38.953973 ], [ -77.069576, 38.954023 ], [ -77.069519, 38.954182 ], [ -77.069509, 38.954204 ], [ -77.069425, 38.954336 ], [ -77.069365, 38.954232 ], [ -77.069328, 38.95417 ], [ -77.069239, 38.954016 ], [ -77.069199, 38.953949 ], [ -77.06887, 38.953384 ], [ -77.068825, 38.953308 ], [ -77.068774, 38.95322 ], [ -77.06875, 38.953177 ], [ -77.068183, 38.952201 ], [ -77.068123, 38.952096 ], [ -77.067921, 38.951745 ], [ -77.067728, 38.951415 ], [ -77.067325, 38.950726 ], [ -77.066714, 38.949683 ], [ -77.066259, 38.948902 ], [ -77.066215, 38.948825 ], [ -77.066069, 38.948569 ], [ -77.065743, 38.94801 ], [ -77.065678, 38.947895 ], [ -77.06562, 38.947792 ], [ -77.065356, 38.947335 ], [ -77.065132, 38.946954 ], [ -77.065006, 38.946736 ], [ -77.064887, 38.94653 ], [ -77.064672, 38.946165 ], [ -77.064365, 38.945635 ], [ -77.064282, 38.945482 ], [ -77.064215, 38.945377 ], [ -77.064192, 38.945339 ], [ -77.06414, 38.945249 ], [ -77.063983, 38.944985 ], [ -77.063559, 38.944252 ], [ -77.062921, 38.943154 ], [ -77.062851, 38.943034 ], [ -77.062263, 38.942016 ], [ -77.061654, 38.940972 ], [ -77.06217, 38.940953 ], [ -77.06227, 38.940947 ], [ -77.062361, 38.94094 ], [ -77.062408, 38.940934 ], [ -77.062497, 38.940921 ], [ -77.062588, 38.940911 ], [ -77.062706, 38.940894 ], [ -77.062974, 38.940844 ], [ -77.063059, 38.940826 ], [ -77.06325, 38.940781 ], [ -77.063384, 38.940748 ], [ -77.063412, 38.940742 ], [ -77.063466, 38.940728 ], [ -77.063491, 38.940723 ], [ -77.063564, 38.940705 ], [ -77.063589, 38.9407 ], [ -77.063707, 38.940673 ], [ -77.063739, 38.940667 ], [ -77.063866, 38.940639 ], [ -77.064028, 38.940609 ], [ -77.064167, 38.940573 ], [ -77.064325, 38.940541 ], [ -77.06439, 38.940531 ], [ -77.064455, 38.940523 ], [ -77.064615, 38.940507 ], [ -77.064645, 38.940503 ], [ -77.064707, 38.940497 ], [ -77.064832, 38.940489 ], [ -77.064896, 38.940487 ], [ -77.065064, 38.940477 ], [ -77.065132, 38.940475 ], [ -77.065567, 38.940475 ], [ -77.065702, 38.940479 ], [ -77.065807, 38.940485 ], [ -77.065951, 38.940496 ], [ -77.065989, 38.940498 ], [ -77.066174, 38.940513 ], [ -77.066279, 38.940523 ], [ -77.066384, 38.940535 ], [ -77.066731, 38.940584 ], [ -77.066803, 38.940596 ], [ -77.06695, 38.940625 ], [ -77.066987, 38.940633 ], [ -77.067109, 38.940656 ], [ -77.067412, 38.940722 ], [ -77.067852, 38.940876 ], [ -77.06787, 38.940904 ], [ -77.067923, 38.940978 ], [ -77.06798, 38.941049 ], [ -77.068041, 38.941119 ], [ -77.068106, 38.941186 ], [ -77.068477, 38.941541 ], [ -77.06854, 38.941609 ], [ -77.068569, 38.941644 ], [ -77.068624, 38.941716 ], [ -77.06865, 38.941753 ], [ -77.068696, 38.941828 ], [ -77.068717, 38.941866 ], [ -77.068753, 38.941943 ], [ -77.068793, 38.942031 ], [ -77.068858, 38.942171 ], [ -77.068875, 38.94221 ], [ -77.069207, 38.942211 ], [ -77.069338, 38.942211 ], [ -77.069667, 38.942213 ], [ -77.070151, 38.942212 ], [ -77.072411, 38.942216 ], [ -77.072514, 38.942217 ], [ -77.074605, 38.942216 ], [ -77.074769, 38.942216 ], [ -77.074828, 38.942216 ], [ -77.075078, 38.942218 ], [ -77.076006, 38.942219 ], [ -77.076507, 38.942216 ], [ -77.076566, 38.942324 ], [ -77.076619, 38.942419 ], [ -77.076967, 38.943052 ], [ -77.077029, 38.943162 ], [ -77.077257, 38.943572 ], [ -77.077464, 38.943947 ], [ -77.077928, 38.944783 ], [ -77.077982, 38.944882 ], [ -77.078101, 38.945092 ], [ -77.078324, 38.945494 ], [ -77.078393, 38.94562 ], [ -77.078496, 38.945803 ], [ -77.078541, 38.945885 ], [ -77.078625, 38.946033 ], [ -77.078764, 38.946282 ], [ -77.078888, 38.946504 ], [ -77.078831, 38.94653 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001301", "name": "Census Tract 13.01, District of Columbia, District of Columbia", "total_population_17": 4151, "white_alone_17": 2900.0, "black_alone_17": 457.0, "native_alone_17": 0.0, "asian_alone_17": 366.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 399.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -7.345, "pct_black_alone_change": 3.269, "pct_native_alone_change": -0.214, "pct_asian_alone_change": 0.33, "pct_hispanic_or_latino_change": 4.061, "pct_native_hawaiian_pacific_islander_change": -0.027, "INTPTLAT": "+38.9519215", "INTPTLON": "-077.0520508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.069425, 38.954336 ], [ -77.069313, 38.954431 ], [ -77.069243, 38.954615 ], [ -77.069236, 38.954639 ], [ -77.069231, 38.954663 ], [ -77.069226, 38.954694 ], [ -77.069228, 38.954722 ], [ -77.069228, 38.95475 ], [ -77.069227, 38.954771 ], [ -77.069219, 38.954819 ], [ -77.069206, 38.954861 ], [ -77.069157, 38.955002 ], [ -77.069111, 38.955144 ], [ -77.069062, 38.955285 ], [ -77.069006, 38.955428 ], [ -77.068982, 38.955497 ], [ -77.068952, 38.955578 ], [ -77.06893, 38.955632 ], [ -77.068904, 38.955684 ], [ -77.068875, 38.955736 ], [ -77.068843, 38.955786 ], [ -77.068729, 38.955958 ], [ -77.068622, 38.956126 ], [ -77.068554, 38.956229 ], [ -77.068472, 38.95636 ], [ -77.068383, 38.956493 ], [ -77.068234, 38.956729 ], [ -77.068153, 38.956859 ], [ -77.068139, 38.956883 ], [ -77.06808, 38.956972 ], [ -77.068048, 38.957016 ], [ -77.068015, 38.957059 ], [ -77.067943, 38.957145 ], [ -77.06781, 38.957293 ], [ -77.06769, 38.957415 ], [ -77.067482, 38.957593 ], [ -77.067439, 38.957629 ], [ -77.067416, 38.957646 ], [ -77.067395, 38.957664 ], [ -77.067372, 38.957681 ], [ -77.067284, 38.957751 ], [ -77.06715, 38.95785 ], [ -77.067128, 38.957867 ], [ -77.067105, 38.957883 ], [ -77.067061, 38.957916 ], [ -77.066918, 38.958016 ], [ -77.066683, 38.958178 ], [ -77.06632, 38.95843 ], [ -77.066205, 38.958513 ], [ -77.066166, 38.95855 ], [ -77.066037, 38.958618 ], [ -77.065928, 38.958607 ], [ -77.065793, 38.958596 ], [ -77.065725, 38.958589 ], [ -77.06559, 38.958573 ], [ -77.065523, 38.958563 ], [ -77.065341, 38.958532 ], [ -77.065257, 38.958515 ], [ -77.065184, 38.958498 ], [ -77.065124, 38.958478 ], [ -77.064964, 38.958445 ], [ -77.064932, 38.958437 ], [ -77.064891, 38.958428 ], [ -77.064524, 38.95834 ], [ -77.064273, 38.958277 ], [ -77.064106, 38.958232 ], [ -77.06394, 38.958184 ], [ -77.063776, 38.958134 ], [ -77.063649, 38.958093 ], [ -77.063602, 38.958079 ], [ -77.063523, 38.958059 ], [ -77.06346, 38.958044 ], [ -77.063412, 38.958035 ], [ -77.063314, 38.958019 ], [ -77.063216, 38.958008 ], [ -77.062685, 38.957968 ], [ -77.062149, 38.957926 ], [ -77.062068, 38.957921 ], [ -77.061748, 38.957897 ], [ -77.06135, 38.957869 ], [ -77.061003, 38.957843 ], [ -77.060865, 38.95783 ], [ -77.060594, 38.957802 ], [ -77.060404, 38.957778 ], [ -77.060341, 38.957769 ], [ -77.060153, 38.95774 ], [ -77.060027, 38.957718 ], [ -77.059853, 38.957685 ], [ -77.05968, 38.957649 ], [ -77.059384, 38.957582 ], [ -77.059362, 38.957576 ], [ -77.059317, 38.957566 ], [ -77.0592, 38.957536 ], [ -77.059144, 38.95752 ], [ -77.059088, 38.957502 ], [ -77.059006, 38.957472 ], [ -77.058923, 38.957437 ], [ -77.058864, 38.957408 ], [ -77.058807, 38.957376 ], [ -77.05878, 38.957359 ], [ -77.058727, 38.957323 ], [ -77.058677, 38.957286 ], [ -77.05858, 38.957209 ], [ -77.058481, 38.957133 ], [ -77.058351, 38.95703 ], [ -77.058318, 38.957005 ], [ -77.058183, 38.956895 ], [ -77.058155, 38.95687 ], [ -77.058131, 38.956843 ], [ -77.05811, 38.956814 ], [ -77.058093, 38.956783 ], [ -77.058079, 38.956752 ], [ -77.058066, 38.956712 ], [ -77.05802, 38.956722 ], [ -77.057993, 38.956727 ], [ -77.057936, 38.95673 ], [ -77.057911, 38.95673 ], [ -77.057853, 38.95673 ], [ -77.057784, 38.956728 ], [ -77.057687, 38.95672 ], [ -77.057656, 38.956719 ], [ -77.057624, 38.956719 ], [ -77.057593, 38.95672 ], [ -77.057531, 38.956727 ], [ -77.0575, 38.956732 ], [ -77.057463, 38.956741 ], [ -77.057428, 38.956753 ], [ -77.057395, 38.956769 ], [ -77.057364, 38.956786 ], [ -77.057336, 38.956807 ], [ -77.057296, 38.956845 ], [ -77.057278, 38.956865 ], [ -77.057245, 38.956907 ], [ -77.057217, 38.956951 ], [ -77.057194, 38.956997 ], [ -77.057185, 38.95702 ], [ -77.057158, 38.957098 ], [ -77.057127, 38.957203 ], [ -77.057098, 38.95731 ], [ -77.057089, 38.957339 ], [ -77.057021, 38.957536 ], [ -77.05701, 38.957564 ], [ -77.057001, 38.957595 ], [ -77.05698, 38.957655 ], [ -77.056963, 38.957696 ], [ -77.056956, 38.957714 ], [ -77.056928, 38.957772 ], [ -77.056913, 38.957801 ], [ -77.05688, 38.957857 ], [ -77.056853, 38.957895 ], [ -77.056823, 38.957932 ], [ -77.056773, 38.957984 ], [ -77.056717, 38.958032 ], [ -77.056533, 38.958156 ], [ -77.056438, 38.958218 ], [ -77.056412, 38.95823 ], [ -77.056389, 38.958244 ], [ -77.056366, 38.95826 ], [ -77.056346, 38.958277 ], [ -77.056327, 38.958295 ], [ -77.056309, 38.958316 ], [ -77.05629, 38.958336 ], [ -77.056254, 38.958378 ], [ -77.056186, 38.958463 ], [ -77.056154, 38.958506 ], [ -77.056118, 38.958561 ], [ -77.056086, 38.958617 ], [ -77.056058, 38.958674 ], [ -77.056034, 38.958732 ], [ -77.056015, 38.958791 ], [ -77.056008, 38.958824 ], [ -77.056004, 38.958857 ], [ -77.056003, 38.958889 ], [ -77.056005, 38.958922 ], [ -77.056014, 38.95898 ], [ -77.056019, 38.959005 ], [ -77.056101, 38.959505 ], [ -77.056125, 38.959631 ], [ -77.056139, 38.959694 ], [ -77.056161, 38.959781 ], [ -77.056182, 38.95988 ], [ -77.056194, 38.959955 ], [ -77.056201, 38.960004 ], [ -77.05621, 38.960129 ], [ -77.056212, 38.960191 ], [ -77.056212, 38.960254 ], [ -77.056209, 38.960346 ], [ -77.056207, 38.960614 ], [ -77.056201, 38.960873 ], [ -77.056201, 38.961013 ], [ -77.055932, 38.961013 ], [ -77.055751, 38.961015 ], [ -77.055553, 38.96102 ], [ -77.055381, 38.961028 ], [ -77.055181, 38.961041 ], [ -77.054928, 38.961063 ], [ -77.054868, 38.961073 ], [ -77.054821, 38.961078 ], [ -77.054555, 38.961112 ], [ -77.054308, 38.961149 ], [ -77.054121, 38.961183 ], [ -77.053832, 38.961244 ], [ -77.053751, 38.961264 ], [ -77.053677, 38.96128 ], [ -77.053597, 38.961301 ], [ -77.053496, 38.96133 ], [ -77.053384, 38.961367 ], [ -77.053225, 38.961425 ], [ -77.052699, 38.961674 ], [ -77.05222, 38.961836 ], [ -77.052055, 38.961882 ], [ -77.051858, 38.961922 ], [ -77.051667, 38.961942 ], [ -77.051469, 38.961948 ], [ -77.051259, 38.961942 ], [ -77.051176, 38.961941 ], [ -77.051109, 38.961938 ], [ -77.051043, 38.961934 ], [ -77.050976, 38.961928 ], [ -77.05091, 38.961921 ], [ -77.050778, 38.961903 ], [ -77.050705, 38.961888 ], [ -77.050633, 38.961872 ], [ -77.050562, 38.961854 ], [ -77.050422, 38.961811 ], [ -77.050354, 38.961786 ], [ -77.050227, 38.961728 ], [ -77.050161, 38.961697 ], [ -77.050052, 38.961632 ], [ -77.050009, 38.961604 ], [ -77.049966, 38.961572 ], [ -77.049922, 38.961543 ], [ -77.049881, 38.961508 ], [ -77.049808, 38.96145 ], [ -77.049768, 38.961415 ], [ -77.049719, 38.96138 ], [ -77.049676, 38.96134 ], [ -77.049424, 38.961134 ], [ -77.049356, 38.961084 ], [ -77.04929, 38.96104 ], [ -77.049221, 38.960991 ], [ -77.049161, 38.960952 ], [ -77.049091, 38.960909 ], [ -77.048942, 38.960831 ], [ -77.048871, 38.960798 ], [ -77.048807, 38.960765 ], [ -77.048722, 38.960727 ], [ -77.048652, 38.960702 ], [ -77.04858, 38.960672 ], [ -77.048506, 38.960644 ], [ -77.048461, 38.960624 ], [ -77.048309, 38.960579 ], [ -77.048116, 38.960528 ], [ -77.047884, 38.960478 ], [ -77.047747, 38.960453 ], [ -77.047581, 38.960429 ], [ -77.047399, 38.960405 ], [ -77.047213, 38.960386 ], [ -77.047021, 38.960375 ], [ -77.046653, 38.960367 ], [ -77.046246, 38.960384 ], [ -77.045921, 38.960421 ], [ -77.045574, 38.960478 ], [ -77.045179, 38.960599 ], [ -77.04485, 38.960701 ], [ -77.044586, 38.960799 ], [ -77.044086, 38.961046 ], [ -77.04372, 38.961245 ], [ -77.043521, 38.961365 ], [ -77.043461, 38.961395 ], [ -77.043372, 38.961304 ], [ -77.042978, 38.960897 ], [ -77.042525, 38.960592 ], [ -77.042277, 38.96044 ], [ -77.042193, 38.960394 ], [ -77.042132, 38.960348 ], [ -77.041977, 38.960226 ], [ -77.041809, 38.960128 ], [ -77.041558, 38.960062 ], [ -77.041314, 38.960031 ], [ -77.041087, 38.960013 ], [ -77.040892, 38.959966 ], [ -77.040793, 38.959906 ], [ -77.040646, 38.959774 ], [ -77.040557, 38.959682 ], [ -77.040503, 38.959586 ], [ -77.040515, 38.959544 ], [ -77.040558, 38.959428 ], [ -77.040644, 38.959342 ], [ -77.040928, 38.959089 ], [ -77.041088, 38.958931 ], [ -77.041125, 38.958782 ], [ -77.041188, 38.958593 ], [ -77.04129, 38.95844 ], [ -77.041476, 38.958291 ], [ -77.041828, 38.958135 ], [ -77.041904, 38.958093 ], [ -77.041926, 38.958079 ], [ -77.041986, 38.958043 ], [ -77.042064, 38.957972 ], [ -77.042112, 38.957931 ], [ -77.04213, 38.957898 ], [ -77.042148, 38.957867 ], [ -77.042152, 38.957576 ], [ -77.042141, 38.957351 ], [ -77.042136, 38.956803 ], [ -77.042218, 38.956525 ], [ -77.042295, 38.95634 ], [ -77.042329, 38.956147 ], [ -77.042293, 38.955906 ], [ -77.04217, 38.955605 ], [ -77.042092, 38.955385 ], [ -77.042088, 38.955286 ], [ -77.042081, 38.955093 ], [ -77.042101, 38.954981 ], [ -77.042155, 38.954678 ], [ -77.042186, 38.954585 ], [ -77.04234, 38.954442 ], [ -77.042667, 38.954282 ], [ -77.042779, 38.954198 ], [ -77.042962, 38.953942 ], [ -77.043151, 38.953756 ], [ -77.04338, 38.953542 ], [ -77.043585, 38.953368 ], [ -77.043801, 38.953189 ], [ -77.044142, 38.952888 ], [ -77.04428, 38.952732 ], [ -77.044643, 38.952281 ], [ -77.044746, 38.952142 ], [ -77.044842, 38.951974 ], [ -77.044869, 38.95165 ], [ -77.044891, 38.951458 ], [ -77.044988, 38.951239 ], [ -77.045316, 38.950889 ], [ -77.04572, 38.950494 ], [ -77.046073, 38.950316 ], [ -77.046609, 38.950046 ], [ -77.046944, 38.949829 ], [ -77.047057, 38.94965 ], [ -77.047059, 38.949599 ], [ -77.047026, 38.949383 ], [ -77.04687, 38.948995 ], [ -77.046879, 38.948896 ], [ -77.046965, 38.948669 ], [ -77.046998, 38.948502 ], [ -77.046992, 38.948454 ], [ -77.046955, 38.948275 ], [ -77.046854, 38.948201 ], [ -77.046839, 38.948196 ], [ -77.046551, 38.948115 ], [ -77.046363, 38.948045 ], [ -77.046251, 38.947985 ], [ -77.046015, 38.947857 ], [ -77.045844, 38.947792 ], [ -77.045572, 38.947773 ], [ -77.045288, 38.947871 ], [ -77.04509, 38.948035 ], [ -77.045032, 38.94824 ], [ -77.044961, 38.948346 ], [ -77.044849, 38.948517 ], [ -77.044745, 38.948594 ], [ -77.044621, 38.948616 ], [ -77.044465, 38.948613 ], [ -77.044343, 38.948563 ], [ -77.044197, 38.94849 ], [ -77.044106, 38.948418 ], [ -77.044044, 38.948218 ], [ -77.043995, 38.948108 ], [ -77.04415, 38.947791 ], [ -77.044667, 38.947343 ], [ -77.044745, 38.947276 ], [ -77.045182, 38.946619 ], [ -77.045445, 38.946169 ], [ -77.045678, 38.945719 ], [ -77.045818, 38.94559 ], [ -77.046022, 38.94547 ], [ -77.04624, 38.945452 ], [ -77.046609, 38.94558 ], [ -77.04707, 38.945692 ], [ -77.047544, 38.945695 ], [ -77.047762, 38.945662 ], [ -77.047982, 38.945553 ], [ -77.04817, 38.945259 ], [ -77.048426, 38.944825 ], [ -77.048619, 38.944659 ], [ -77.048708, 38.944606 ], [ -77.04919, 38.94432 ], [ -77.049388, 38.944147 ], [ -77.049655, 38.943779 ], [ -77.049778, 38.943697 ], [ -77.049776, 38.943814 ], [ -77.049813, 38.943923 ], [ -77.04994, 38.944295 ], [ -77.049967, 38.944305 ], [ -77.050007, 38.944332 ], [ -77.050039, 38.944361 ], [ -77.050057, 38.944383 ], [ -77.050077, 38.944402 ], [ -77.050105, 38.944439 ], [ -77.050129, 38.944474 ], [ -77.05023, 38.944608 ], [ -77.050331, 38.944721 ], [ -77.050483, 38.944843 ], [ -77.050523, 38.944876 ], [ -77.050542, 38.944893 ], [ -77.050612, 38.94495 ], [ -77.050641, 38.944975 ], [ -77.050671, 38.944999 ], [ -77.050752, 38.945068 ], [ -77.05078, 38.945094 ], [ -77.050832, 38.945146 ], [ -77.050853, 38.945169 ], [ -77.050893, 38.945216 ], [ -77.050937, 38.945271 ], [ -77.050958, 38.945299 ], [ -77.051007, 38.945369 ], [ -77.051041, 38.945419 ], [ -77.051133, 38.945544 ], [ -77.051191, 38.945628 ], [ -77.05135, 38.945849 ], [ -77.051423, 38.945959 ], [ -77.051445, 38.945994 ], [ -77.051478, 38.946056 ], [ -77.051509, 38.94612 ], [ -77.051551, 38.94622 ], [ -77.051583, 38.946304 ], [ -77.051597, 38.946338 ], [ -77.051634, 38.946441 ], [ -77.051649, 38.946493 ], [ -77.051661, 38.946555 ], [ -77.051676, 38.946666 ], [ -77.051678, 38.946689 ], [ -77.051679, 38.946785 ], [ -77.051673, 38.946857 ], [ -77.05167, 38.946882 ], [ -77.051666, 38.946906 ], [ -77.051643, 38.94708 ], [ -77.051639, 38.947105 ], [ -77.051637, 38.947132 ], [ -77.051628, 38.947212 ], [ -77.05162, 38.947265 ], [ -77.051605, 38.947345 ], [ -77.051578, 38.947465 ], [ -77.051546, 38.94759 ], [ -77.051519, 38.947683 ], [ -77.051501, 38.94774 ], [ -77.051485, 38.947798 ], [ -77.051471, 38.947857 ], [ -77.051459, 38.947915 ], [ -77.051449, 38.947974 ], [ -77.051448, 38.947993 ], [ -77.051447, 38.948069 ], [ -77.051449, 38.948108 ], [ -77.051461, 38.948196 ], [ -77.051471, 38.94826 ], [ -77.051489, 38.948356 ], [ -77.05151, 38.948451 ], [ -77.051518, 38.948482 ], [ -77.051528, 38.948514 ], [ -77.051537, 38.948547 ], [ -77.051569, 38.948642 ], [ -77.051593, 38.948706 ], [ -77.051633, 38.9488 ], [ -77.051659, 38.948858 ], [ -77.052802, 38.948809 ], [ -77.052825, 38.948801 ], [ -77.052847, 38.948792 ], [ -77.05296, 38.94875 ], [ -77.052982, 38.948741 ], [ -77.053005, 38.948733 ], [ -77.053027, 38.948724 ], [ -77.053091, 38.948701 ], [ -77.053135, 38.948687 ], [ -77.053156, 38.948679 ], [ -77.053268, 38.948643 ], [ -77.053292, 38.948634 ], [ -77.053317, 38.948626 ], [ -77.053341, 38.948617 ], [ -77.053366, 38.948609 ], [ -77.053539, 38.948545 ], [ -77.053672, 38.9485 ], [ -77.053753, 38.948475 ], [ -77.053801, 38.948457 ], [ -77.053825, 38.948447 ], [ -77.053969, 38.948394 ], [ -77.054036, 38.948373 ], [ -77.054158, 38.948339 ], [ -77.054238, 38.948317 ], [ -77.054367, 38.948271 ], [ -77.054499, 38.948229 ], [ -77.05469, 38.948173 ], [ -77.054853, 38.948129 ], [ -77.054987, 38.948096 ], [ -77.055201, 38.948048 ], [ -77.055362, 38.948016 ], [ -77.055443, 38.948002 ], [ -77.055524, 38.94799 ], [ -77.055604, 38.947976 ], [ -77.055683, 38.947964 ], [ -77.055803, 38.947948 ], [ -77.056074, 38.94792 ], [ -77.056226, 38.947908 ], [ -77.056378, 38.947899 ], [ -77.056644, 38.947889 ], [ -77.056712, 38.94789 ], [ -77.057205, 38.947889 ], [ -77.057913, 38.947891 ], [ -77.06164, 38.947894 ], [ -77.061761, 38.947892 ], [ -77.062032, 38.94789 ], [ -77.063212, 38.947893 ], [ -77.063985, 38.947893 ], [ -77.064451, 38.947894 ], [ -77.064854, 38.947893 ], [ -77.065141, 38.947893 ], [ -77.065345, 38.947895 ], [ -77.065678, 38.947895 ], [ -77.065743, 38.94801 ], [ -77.066069, 38.948569 ], [ -77.066215, 38.948825 ], [ -77.066259, 38.948902 ], [ -77.066714, 38.949683 ], [ -77.067325, 38.950726 ], [ -77.067728, 38.951415 ], [ -77.067921, 38.951745 ], [ -77.068123, 38.952096 ], [ -77.068183, 38.952201 ], [ -77.06875, 38.953177 ], [ -77.068774, 38.95322 ], [ -77.068825, 38.953308 ], [ -77.06887, 38.953384 ], [ -77.069199, 38.953949 ], [ -77.069239, 38.954016 ], [ -77.069328, 38.95417 ], [ -77.069365, 38.954232 ], [ -77.069425, 38.954336 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001302", "name": "Census Tract 13.02, District of Columbia, District of Columbia", "total_population_17": 7563, "white_alone_17": 4965.0, "black_alone_17": 726.0, "native_alone_17": 0.0, "asian_alone_17": 639.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 963.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -13.712, "pct_black_alone_change": 3.117, "pct_native_alone_change": -0.254, "pct_asian_alone_change": 1.935, "pct_hispanic_or_latino_change": 6.219, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9420430", "INTPTLON": "-077.0556067" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.065678, 38.947895 ], [ -77.065345, 38.947895 ], [ -77.065141, 38.947893 ], [ -77.064854, 38.947893 ], [ -77.064451, 38.947894 ], [ -77.063985, 38.947893 ], [ -77.063212, 38.947893 ], [ -77.062032, 38.94789 ], [ -77.061761, 38.947892 ], [ -77.06164, 38.947894 ], [ -77.057913, 38.947891 ], [ -77.057205, 38.947889 ], [ -77.056712, 38.94789 ], [ -77.056644, 38.947889 ], [ -77.056378, 38.947899 ], [ -77.056226, 38.947908 ], [ -77.056074, 38.94792 ], [ -77.055803, 38.947948 ], [ -77.055683, 38.947964 ], [ -77.055604, 38.947976 ], [ -77.055524, 38.94799 ], [ -77.055443, 38.948002 ], [ -77.055362, 38.948016 ], [ -77.055201, 38.948048 ], [ -77.054987, 38.948096 ], [ -77.054853, 38.948129 ], [ -77.05469, 38.948173 ], [ -77.054499, 38.948229 ], [ -77.054367, 38.948271 ], [ -77.054238, 38.948317 ], [ -77.054158, 38.948339 ], [ -77.054036, 38.948373 ], [ -77.053969, 38.948394 ], [ -77.053825, 38.948447 ], [ -77.053801, 38.948457 ], [ -77.053753, 38.948475 ], [ -77.053672, 38.9485 ], [ -77.053539, 38.948545 ], [ -77.053366, 38.948609 ], [ -77.053341, 38.948617 ], [ -77.053317, 38.948626 ], [ -77.053292, 38.948634 ], [ -77.053268, 38.948643 ], [ -77.053156, 38.948679 ], [ -77.053135, 38.948687 ], [ -77.053091, 38.948701 ], [ -77.053027, 38.948724 ], [ -77.053005, 38.948733 ], [ -77.052982, 38.948741 ], [ -77.05296, 38.94875 ], [ -77.052847, 38.948792 ], [ -77.052825, 38.948801 ], [ -77.052802, 38.948809 ], [ -77.051659, 38.948858 ], [ -77.051633, 38.9488 ], [ -77.051593, 38.948706 ], [ -77.051569, 38.948642 ], [ -77.051537, 38.948547 ], [ -77.051528, 38.948514 ], [ -77.051518, 38.948482 ], [ -77.05151, 38.948451 ], [ -77.051489, 38.948356 ], [ -77.051471, 38.94826 ], [ -77.051461, 38.948196 ], [ -77.051449, 38.948108 ], [ -77.051447, 38.948069 ], [ -77.051448, 38.947993 ], [ -77.051449, 38.947974 ], [ -77.051459, 38.947915 ], [ -77.051471, 38.947857 ], [ -77.051485, 38.947798 ], [ -77.051501, 38.94774 ], [ -77.051519, 38.947683 ], [ -77.051546, 38.94759 ], [ -77.051578, 38.947465 ], [ -77.051605, 38.947345 ], [ -77.05162, 38.947265 ], [ -77.051628, 38.947212 ], [ -77.051637, 38.947132 ], [ -77.051639, 38.947105 ], [ -77.051643, 38.94708 ], [ -77.051666, 38.946906 ], [ -77.05167, 38.946882 ], [ -77.051673, 38.946857 ], [ -77.051679, 38.946785 ], [ -77.051678, 38.946689 ], [ -77.051676, 38.946666 ], [ -77.051661, 38.946555 ], [ -77.051649, 38.946493 ], [ -77.051634, 38.946441 ], [ -77.051597, 38.946338 ], [ -77.051583, 38.946304 ], [ -77.051551, 38.94622 ], [ -77.051509, 38.94612 ], [ -77.051478, 38.946056 ], [ -77.051445, 38.945994 ], [ -77.051423, 38.945959 ], [ -77.05135, 38.945849 ], [ -77.051191, 38.945628 ], [ -77.051133, 38.945544 ], [ -77.051041, 38.945419 ], [ -77.051007, 38.945369 ], [ -77.050958, 38.945299 ], [ -77.050937, 38.945271 ], [ -77.050893, 38.945216 ], [ -77.050853, 38.945169 ], [ -77.050832, 38.945146 ], [ -77.05078, 38.945094 ], [ -77.050752, 38.945068 ], [ -77.050671, 38.944999 ], [ -77.050641, 38.944975 ], [ -77.050612, 38.94495 ], [ -77.050542, 38.944893 ], [ -77.050523, 38.944876 ], [ -77.050483, 38.944843 ], [ -77.050331, 38.944721 ], [ -77.05023, 38.944608 ], [ -77.050129, 38.944474 ], [ -77.050105, 38.944439 ], [ -77.050077, 38.944402 ], [ -77.050057, 38.944383 ], [ -77.050039, 38.944361 ], [ -77.050007, 38.944332 ], [ -77.049967, 38.944305 ], [ -77.04994, 38.944295 ], [ -77.049813, 38.943923 ], [ -77.049776, 38.943814 ], [ -77.049778, 38.943697 ], [ -77.049809, 38.943613 ], [ -77.04991, 38.943537 ], [ -77.050019, 38.943254 ], [ -77.050324, 38.942782 ], [ -77.050913, 38.942168 ], [ -77.051156, 38.941718 ], [ -77.051267, 38.941542 ], [ -77.051308, 38.941393 ], [ -77.051357, 38.941242 ], [ -77.051343, 38.940981 ], [ -77.051297, 38.940776 ], [ -77.051231, 38.940537 ], [ -77.051222, 38.940496 ], [ -77.051209, 38.94045 ], [ -77.051208, 38.940409 ], [ -77.051218, 38.940344 ], [ -77.051439, 38.939973 ], [ -77.051539, 38.93967 ], [ -77.051605, 38.939514 ], [ -77.0517, 38.939177 ], [ -77.05182, 38.938866 ], [ -77.052054, 38.938258 ], [ -77.052102, 38.938149 ], [ -77.05211, 38.938093 ], [ -77.052113, 38.937994 ], [ -77.052111, 38.93797 ], [ -77.052101, 38.937928 ], [ -77.052059, 38.93784 ], [ -77.052029, 38.937778 ], [ -77.051991, 38.937725 ], [ -77.051983, 38.937713 ], [ -77.051867, 38.937634 ], [ -77.051854, 38.937625 ], [ -77.051737, 38.937568 ], [ -77.051572, 38.937517 ], [ -77.051384, 38.937434 ], [ -77.050898, 38.937311 ], [ -77.050447, 38.937212 ], [ -77.050298, 38.937187 ], [ -77.050027, 38.937167 ], [ -77.049851, 38.937166 ], [ -77.049737, 38.937173 ], [ -77.049648, 38.937191 ], [ -77.049316, 38.93724 ], [ -77.049167, 38.937275 ], [ -77.049027, 38.937301 ], [ -77.048889, 38.937317 ], [ -77.048834, 38.937313 ], [ -77.048668, 38.9373 ], [ -77.048367, 38.937277 ], [ -77.048285, 38.937261 ], [ -77.048199, 38.937235 ], [ -77.048106, 38.937197 ], [ -77.048079, 38.937181 ], [ -77.048014, 38.93712 ], [ -77.047909, 38.937003 ], [ -77.047878, 38.936966 ], [ -77.04785, 38.936914 ], [ -77.047844, 38.936893 ], [ -77.047835, 38.936774 ], [ -77.047846, 38.93669 ], [ -77.047861, 38.936527 ], [ -77.047868, 38.936354 ], [ -77.047868, 38.936208 ], [ -77.047838, 38.936028 ], [ -77.047817, 38.935904 ], [ -77.047801, 38.935751 ], [ -77.047802, 38.935715 ], [ -77.047827, 38.93555 ], [ -77.047869, 38.935385 ], [ -77.047951, 38.935193 ], [ -77.048033, 38.935054 ], [ -77.048297, 38.934804 ], [ -77.048569, 38.934539 ], [ -77.048853, 38.934233 ], [ -77.048939, 38.934156 ], [ -77.049138, 38.933986 ], [ -77.049239, 38.933892 ], [ -77.049314, 38.933827 ], [ -77.049356, 38.933809 ], [ -77.04961, 38.93372 ], [ -77.049754, 38.93366 ], [ -77.049908, 38.933574 ], [ -77.050193, 38.933423 ], [ -77.050369, 38.933328 ], [ -77.05041, 38.933308 ], [ -77.050446, 38.933278 ], [ -77.050503, 38.933224 ], [ -77.050581, 38.933268 ], [ -77.050756, 38.933382 ], [ -77.05083, 38.933402 ], [ -77.050825, 38.933497 ], [ -77.050833, 38.933723 ], [ -77.050859, 38.933769 ], [ -77.050896, 38.933811 ], [ -77.050937, 38.93385 ], [ -77.050984, 38.933884 ], [ -77.051036, 38.933915 ], [ -77.051091, 38.933941 ], [ -77.051211, 38.933979 ], [ -77.051274, 38.933983 ], [ -77.051336, 38.933984 ], [ -77.051399, 38.933982 ], [ -77.051461, 38.933976 ], [ -77.051522, 38.933966 ], [ -77.051675, 38.933908 ], [ -77.05179, 38.933865 ], [ -77.052258, 38.93374 ], [ -77.052959, 38.933542 ], [ -77.054582, 38.932704 ], [ -77.054967, 38.93158 ], [ -77.054573, 38.9309 ], [ -77.05488, 38.93086 ], [ -77.055716, 38.930755 ], [ -77.055952, 38.931168 ], [ -77.056184, 38.931567 ], [ -77.056261, 38.931695 ], [ -77.056505, 38.932115 ], [ -77.056731, 38.9325 ], [ -77.05677, 38.93257 ], [ -77.056958, 38.932901 ], [ -77.057314, 38.93351 ], [ -77.057649, 38.934083 ], [ -77.057741, 38.934242 ], [ -77.057958, 38.934613 ], [ -77.058132, 38.934913 ], [ -77.058372, 38.935331 ], [ -77.058509, 38.935566 ], [ -77.058983, 38.936378 ], [ -77.059174, 38.936707 ], [ -77.059243, 38.936824 ], [ -77.059301, 38.936925 ], [ -77.05933, 38.936974 ], [ -77.059397, 38.937091 ], [ -77.06, 38.938125 ], [ -77.060058, 38.938226 ], [ -77.060262, 38.938576 ], [ -77.060331, 38.938694 ], [ -77.060691, 38.939314 ], [ -77.060734, 38.939389 ], [ -77.060808, 38.939517 ], [ -77.061009, 38.93986 ], [ -77.061224, 38.940234 ], [ -77.061517, 38.940735 ], [ -77.061654, 38.940972 ], [ -77.062263, 38.942016 ], [ -77.062851, 38.943034 ], [ -77.062921, 38.943154 ], [ -77.063559, 38.944252 ], [ -77.063983, 38.944985 ], [ -77.06414, 38.945249 ], [ -77.064192, 38.945339 ], [ -77.064215, 38.945377 ], [ -77.064282, 38.945482 ], [ -77.064365, 38.945635 ], [ -77.064672, 38.946165 ], [ -77.064887, 38.94653 ], [ -77.065006, 38.946736 ], [ -77.065132, 38.946954 ], [ -77.065356, 38.947335 ], [ -77.06562, 38.947792 ], [ -77.065678, 38.947895 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001401", "name": "Census Tract 14.01, District of Columbia, District of Columbia", "total_population_17": 3334, "white_alone_17": 2339.0, "black_alone_17": 285.0, "native_alone_17": 19.0, "asian_alone_17": 268.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 321.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -9.4, "pct_black_alone_change": 3.246, "pct_native_alone_change": 0.284, "pct_asian_alone_change": 0.927, "pct_hispanic_or_latino_change": 2.58, "pct_native_hawaiian_pacific_islander_change": -0.032, "INTPTLAT": "+38.9653036", "INTPTLON": "-077.0706075" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.077423, 38.967304 ], [ -77.077106, 38.967558 ], [ -77.076712, 38.967844 ], [ -77.076644, 38.967887 ], [ -77.075805, 38.968543 ], [ -77.075683, 38.968639 ], [ -77.075625, 38.968684 ], [ -77.074775, 38.969341 ], [ -77.074249, 38.969757 ], [ -77.074186, 38.969805 ], [ -77.073217, 38.970551 ], [ -77.073113, 38.970631 ], [ -77.07299, 38.970726 ], [ -77.072924, 38.970778 ], [ -77.072806, 38.970872 ], [ -77.071647, 38.971786 ], [ -77.071578, 38.971689 ], [ -77.071247, 38.971238 ], [ -77.071191, 38.971161 ], [ -77.070897, 38.970765 ], [ -77.070735, 38.970537 ], [ -77.070683, 38.970465 ], [ -77.070567, 38.970301 ], [ -77.070182, 38.969763 ], [ -77.070141, 38.969697 ], [ -77.070109, 38.969622 ], [ -77.069978, 38.969333 ], [ -77.069665, 38.968636 ], [ -77.069489, 38.968232 ], [ -77.069291, 38.967781 ], [ -77.069218, 38.96762 ], [ -77.068816, 38.966727 ], [ -77.068787, 38.966663 ], [ -77.068516, 38.966048 ], [ -77.06841, 38.96581 ], [ -77.067764, 38.965813 ], [ -77.066925, 38.965813 ], [ -77.066382, 38.965814 ], [ -77.064853, 38.965812 ], [ -77.063884, 38.965809 ], [ -77.063787, 38.965808 ], [ -77.062897, 38.965811 ], [ -77.062439, 38.965809 ], [ -77.062375, 38.96581 ], [ -77.062196, 38.965811 ], [ -77.062046, 38.965813 ], [ -77.062218, 38.965611 ], [ -77.062392, 38.965409 ], [ -77.06261, 38.965154 ], [ -77.062826, 38.964904 ], [ -77.062969, 38.964735 ], [ -77.063156, 38.964515 ], [ -77.063352, 38.964287 ], [ -77.063568, 38.964034 ], [ -77.063603, 38.963992 ], [ -77.063782, 38.963784 ], [ -77.063824, 38.963734 ], [ -77.063881, 38.963668 ], [ -77.064412, 38.963047 ], [ -77.065998, 38.961193 ], [ -77.066063, 38.961118 ], [ -77.066097, 38.961086 ], [ -77.06613, 38.961062 ], [ -77.066175, 38.961038 ], [ -77.066238, 38.961013 ], [ -77.066304, 38.961021 ], [ -77.066863, 38.961022 ], [ -77.067087, 38.961021 ], [ -77.067284, 38.961017 ], [ -77.067639, 38.961018 ], [ -77.06798, 38.961016 ], [ -77.068363, 38.961017 ], [ -77.069028, 38.961016 ], [ -77.069176, 38.961017 ], [ -77.069857, 38.961017 ], [ -77.070216, 38.961016 ], [ -77.070602, 38.961016 ], [ -77.070699, 38.961014 ], [ -77.070831, 38.961013 ], [ -77.070995, 38.961018 ], [ -77.071331, 38.961018 ], [ -77.071606, 38.961016 ], [ -77.071998, 38.961018 ], [ -77.072364, 38.961017 ], [ -77.073309, 38.961017 ], [ -77.073928, 38.962076 ], [ -77.074521, 38.963092 ], [ -77.074687, 38.963379 ], [ -77.075049, 38.963999 ], [ -77.07537, 38.964555 ], [ -77.075573, 38.964903 ], [ -77.075754, 38.965212 ], [ -77.076087, 38.965785 ], [ -77.076156, 38.965906 ], [ -77.076283, 38.966123 ], [ -77.076527, 38.966544 ], [ -77.076576, 38.966627 ], [ -77.076627, 38.966716 ], [ -77.076791, 38.966911 ], [ -77.076867, 38.967009 ], [ -77.076925, 38.967063 ], [ -77.076984, 38.967106 ], [ -77.077066, 38.967153 ], [ -77.07717, 38.967217 ], [ -77.077213, 38.96722 ], [ -77.077298, 38.967237 ], [ -77.07732, 38.967245 ], [ -77.077346, 38.967256 ], [ -77.077373, 38.967272 ], [ -77.077423, 38.967304 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001402", "name": "Census Tract 14.02, District of Columbia, District of Columbia", "total_population_17": 3375, "white_alone_17": 2145.0, "black_alone_17": 319.0, "native_alone_17": 0.0, "asian_alone_17": 181.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 599.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -11.552, "pct_black_alone_change": -5.376, "pct_native_alone_change": -0.408, "pct_asian_alone_change": 1.439, "pct_hispanic_or_latino_change": 12.5, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9606051", "INTPTLON": "-077.0630933" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.073309, 38.961017 ], [ -77.072364, 38.961017 ], [ -77.071998, 38.961018 ], [ -77.071606, 38.961016 ], [ -77.071331, 38.961018 ], [ -77.070995, 38.961018 ], [ -77.070831, 38.961013 ], [ -77.070699, 38.961014 ], [ -77.070602, 38.961016 ], [ -77.070216, 38.961016 ], [ -77.069857, 38.961017 ], [ -77.069176, 38.961017 ], [ -77.069028, 38.961016 ], [ -77.068363, 38.961017 ], [ -77.06798, 38.961016 ], [ -77.067639, 38.961018 ], [ -77.067284, 38.961017 ], [ -77.067087, 38.961021 ], [ -77.066863, 38.961022 ], [ -77.066304, 38.961021 ], [ -77.066238, 38.961013 ], [ -77.066175, 38.961038 ], [ -77.06613, 38.961062 ], [ -77.066097, 38.961086 ], [ -77.066063, 38.961118 ], [ -77.065998, 38.961193 ], [ -77.064412, 38.963047 ], [ -77.063881, 38.963668 ], [ -77.063824, 38.963734 ], [ -77.063782, 38.963784 ], [ -77.063603, 38.963992 ], [ -77.063568, 38.964034 ], [ -77.063352, 38.964287 ], [ -77.063156, 38.964515 ], [ -77.062969, 38.964735 ], [ -77.062826, 38.964904 ], [ -77.06261, 38.965154 ], [ -77.062392, 38.965409 ], [ -77.062218, 38.965611 ], [ -77.062046, 38.965813 ], [ -77.061871, 38.96581 ], [ -77.059767, 38.965814 ], [ -77.05923, 38.965816 ], [ -77.059129, 38.96588 ], [ -77.05898, 38.965786 ], [ -77.058849, 38.965698 ], [ -77.058699, 38.965592 ], [ -77.058554, 38.965487 ], [ -77.058352, 38.965343 ], [ -77.058279, 38.96529 ], [ -77.057799, 38.964946 ], [ -77.057579, 38.964788 ], [ -77.05751, 38.964737 ], [ -77.057176, 38.964498 ], [ -77.057087, 38.964435 ], [ -77.056874, 38.964281 ], [ -77.056685, 38.964147 ], [ -77.056485, 38.964003 ], [ -77.056374, 38.963922 ], [ -77.056326, 38.963883 ], [ -77.056311, 38.963869 ], [ -77.05627, 38.963824 ], [ -77.056235, 38.963777 ], [ -77.056221, 38.963747 ], [ -77.056206, 38.963707 ], [ -77.056197, 38.963671 ], [ -77.056191, 38.963635 ], [ -77.056189, 38.963598 ], [ -77.056193, 38.963375 ], [ -77.056193, 38.963184 ], [ -77.056194, 38.963106 ], [ -77.056194, 38.962909 ], [ -77.056201, 38.962647 ], [ -77.056202, 38.962319 ], [ -77.056203, 38.961181 ], [ -77.056202, 38.961156 ], [ -77.056201, 38.961013 ], [ -77.056201, 38.960873 ], [ -77.056207, 38.960614 ], [ -77.056209, 38.960346 ], [ -77.056212, 38.960254 ], [ -77.056212, 38.960191 ], [ -77.05621, 38.960129 ], [ -77.056201, 38.960004 ], [ -77.056194, 38.959955 ], [ -77.056182, 38.95988 ], [ -77.056161, 38.959781 ], [ -77.056139, 38.959694 ], [ -77.056125, 38.959631 ], [ -77.056101, 38.959505 ], [ -77.056019, 38.959005 ], [ -77.056014, 38.95898 ], [ -77.056005, 38.958922 ], [ -77.056003, 38.958889 ], [ -77.056004, 38.958857 ], [ -77.056008, 38.958824 ], [ -77.056015, 38.958791 ], [ -77.056034, 38.958732 ], [ -77.056058, 38.958674 ], [ -77.056086, 38.958617 ], [ -77.056118, 38.958561 ], [ -77.056154, 38.958506 ], [ -77.056186, 38.958463 ], [ -77.056254, 38.958378 ], [ -77.05629, 38.958336 ], [ -77.056309, 38.958316 ], [ -77.056327, 38.958295 ], [ -77.056346, 38.958277 ], [ -77.056366, 38.95826 ], [ -77.056389, 38.958244 ], [ -77.056412, 38.95823 ], [ -77.056438, 38.958218 ], [ -77.056533, 38.958156 ], [ -77.056717, 38.958032 ], [ -77.056773, 38.957984 ], [ -77.056823, 38.957932 ], [ -77.056853, 38.957895 ], [ -77.05688, 38.957857 ], [ -77.056913, 38.957801 ], [ -77.056928, 38.957772 ], [ -77.056956, 38.957714 ], [ -77.056963, 38.957696 ], [ -77.05698, 38.957655 ], [ -77.057001, 38.957595 ], [ -77.05701, 38.957564 ], [ -77.057021, 38.957536 ], [ -77.057089, 38.957339 ], [ -77.057098, 38.95731 ], [ -77.057127, 38.957203 ], [ -77.057158, 38.957098 ], [ -77.057185, 38.95702 ], [ -77.057194, 38.956997 ], [ -77.057217, 38.956951 ], [ -77.057245, 38.956907 ], [ -77.057278, 38.956865 ], [ -77.057296, 38.956845 ], [ -77.057336, 38.956807 ], [ -77.057364, 38.956786 ], [ -77.057395, 38.956769 ], [ -77.057428, 38.956753 ], [ -77.057463, 38.956741 ], [ -77.0575, 38.956732 ], [ -77.057531, 38.956727 ], [ -77.057593, 38.95672 ], [ -77.057624, 38.956719 ], [ -77.057656, 38.956719 ], [ -77.057687, 38.95672 ], [ -77.057784, 38.956728 ], [ -77.057853, 38.95673 ], [ -77.057911, 38.95673 ], [ -77.057936, 38.95673 ], [ -77.057993, 38.956727 ], [ -77.05802, 38.956722 ], [ -77.058066, 38.956712 ], [ -77.058079, 38.956752 ], [ -77.058093, 38.956783 ], [ -77.05811, 38.956814 ], [ -77.058131, 38.956843 ], [ -77.058155, 38.95687 ], [ -77.058183, 38.956895 ], [ -77.058318, 38.957005 ], [ -77.058351, 38.95703 ], [ -77.058481, 38.957133 ], [ -77.05858, 38.957209 ], [ -77.058677, 38.957286 ], [ -77.058727, 38.957323 ], [ -77.05878, 38.957359 ], [ -77.058807, 38.957376 ], [ -77.058864, 38.957408 ], [ -77.058923, 38.957437 ], [ -77.059006, 38.957472 ], [ -77.059088, 38.957502 ], [ -77.059144, 38.95752 ], [ -77.0592, 38.957536 ], [ -77.059317, 38.957566 ], [ -77.059362, 38.957576 ], [ -77.059384, 38.957582 ], [ -77.05968, 38.957649 ], [ -77.059853, 38.957685 ], [ -77.060027, 38.957718 ], [ -77.060153, 38.95774 ], [ -77.060341, 38.957769 ], [ -77.060404, 38.957778 ], [ -77.060594, 38.957802 ], [ -77.060865, 38.95783 ], [ -77.061003, 38.957843 ], [ -77.06135, 38.957869 ], [ -77.061748, 38.957897 ], [ -77.062068, 38.957921 ], [ -77.062149, 38.957926 ], [ -77.062685, 38.957968 ], [ -77.063216, 38.958008 ], [ -77.063314, 38.958019 ], [ -77.063412, 38.958035 ], [ -77.06346, 38.958044 ], [ -77.063523, 38.958059 ], [ -77.063602, 38.958079 ], [ -77.063649, 38.958093 ], [ -77.063776, 38.958134 ], [ -77.06394, 38.958184 ], [ -77.064106, 38.958232 ], [ -77.064273, 38.958277 ], [ -77.064524, 38.95834 ], [ -77.064891, 38.958428 ], [ -77.064932, 38.958437 ], [ -77.064964, 38.958445 ], [ -77.065124, 38.958478 ], [ -77.065184, 38.958498 ], [ -77.065257, 38.958515 ], [ -77.065341, 38.958532 ], [ -77.065523, 38.958563 ], [ -77.06559, 38.958573 ], [ -77.065725, 38.958589 ], [ -77.065793, 38.958596 ], [ -77.065928, 38.958607 ], [ -77.066037, 38.958618 ], [ -77.066166, 38.95855 ], [ -77.066205, 38.958513 ], [ -77.06632, 38.95843 ], [ -77.066683, 38.958178 ], [ -77.066918, 38.958016 ], [ -77.067061, 38.957916 ], [ -77.067105, 38.957883 ], [ -77.067128, 38.957867 ], [ -77.06715, 38.95785 ], [ -77.067284, 38.957751 ], [ -77.067372, 38.957681 ], [ -77.067395, 38.957664 ], [ -77.067416, 38.957646 ], [ -77.067439, 38.957629 ], [ -77.067482, 38.957593 ], [ -77.06769, 38.957415 ], [ -77.06781, 38.957293 ], [ -77.067943, 38.957145 ], [ -77.068015, 38.957059 ], [ -77.068048, 38.957016 ], [ -77.06808, 38.956972 ], [ -77.068139, 38.956883 ], [ -77.068153, 38.956859 ], [ -77.068234, 38.956729 ], [ -77.068383, 38.956493 ], [ -77.068472, 38.95636 ], [ -77.068554, 38.956229 ], [ -77.068622, 38.956126 ], [ -77.068729, 38.955958 ], [ -77.068843, 38.955786 ], [ -77.068875, 38.955736 ], [ -77.068904, 38.955684 ], [ -77.06893, 38.955632 ], [ -77.068952, 38.955578 ], [ -77.068982, 38.955497 ], [ -77.069006, 38.955428 ], [ -77.069062, 38.955285 ], [ -77.069111, 38.955144 ], [ -77.069157, 38.955002 ], [ -77.069206, 38.954861 ], [ -77.069219, 38.954819 ], [ -77.069227, 38.954771 ], [ -77.069228, 38.95475 ], [ -77.069228, 38.954722 ], [ -77.069226, 38.954694 ], [ -77.069231, 38.954663 ], [ -77.069236, 38.954639 ], [ -77.069243, 38.954615 ], [ -77.069313, 38.954431 ], [ -77.069425, 38.954336 ], [ -77.069497, 38.954459 ], [ -77.069578, 38.954602 ], [ -77.06963, 38.954691 ], [ -77.069739, 38.954881 ], [ -77.069908, 38.955167 ], [ -77.070122, 38.955533 ], [ -77.0702, 38.955669 ], [ -77.070411, 38.956033 ], [ -77.070544, 38.956263 ], [ -77.070977, 38.957001 ], [ -77.071107, 38.957223 ], [ -77.071288, 38.957532 ], [ -77.071406, 38.957739 ], [ -77.071607, 38.95809 ], [ -77.071744, 38.958321 ], [ -77.071765, 38.958359 ], [ -77.07211, 38.958949 ], [ -77.072154, 38.959026 ], [ -77.072235, 38.959169 ], [ -77.072537, 38.959687 ], [ -77.072904, 38.960316 ], [ -77.07326, 38.960931 ], [ -77.073309, 38.961017 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001500", "name": "Census Tract 15, District of Columbia, District of Columbia", "total_population_17": 6077, "white_alone_17": 4940.0, "black_alone_17": 454.0, "native_alone_17": 0.0, "asian_alone_17": 88.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 463.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.497, "pct_black_alone_change": -4.637, "pct_native_alone_change": -0.071, "pct_asian_alone_change": -1.632, "pct_hispanic_or_latino_change": 4.344, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9741576", "INTPTLON": "-077.0558797" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.071647, 38.971786 ], [ -77.07125, 38.972087 ], [ -77.071229, 38.972103 ], [ -77.070517, 38.972667 ], [ -77.070396, 38.972763 ], [ -77.070254, 38.972867 ], [ -77.070214, 38.972896 ], [ -77.070098, 38.97298 ], [ -77.06958, 38.973396 ], [ -77.06929, 38.973617 ], [ -77.068969, 38.973869 ], [ -77.068733, 38.974052 ], [ -77.068695, 38.974082 ], [ -77.066989, 38.975408 ], [ -77.066849, 38.975517 ], [ -77.066726, 38.975612 ], [ -77.066554, 38.975749 ], [ -77.066133, 38.976085 ], [ -77.066123, 38.976093 ], [ -77.066001, 38.976173 ], [ -77.065879, 38.976284 ], [ -77.065132, 38.976863 ], [ -77.065102, 38.976887 ], [ -77.065087, 38.976899 ], [ -77.063896, 38.977828 ], [ -77.063864, 38.977853 ], [ -77.063049, 38.9785 ], [ -77.062926, 38.978595 ], [ -77.062763, 38.978722 ], [ -77.062671, 38.978793 ], [ -77.062133, 38.979209 ], [ -77.061477, 38.979728 ], [ -77.061212, 38.979941 ], [ -77.06117, 38.979975 ], [ -77.061111, 38.980022 ], [ -77.059722, 38.981098 ], [ -77.058502, 38.982048 ], [ -77.057388, 38.982917 ], [ -77.056647, 38.983483 ], [ -77.056602, 38.983518 ], [ -77.056579, 38.983535 ], [ -77.056289, 38.983768 ], [ -77.055907, 38.984072 ], [ -77.055824, 38.984138 ], [ -77.055023, 38.984748 ], [ -77.054344, 38.985298 ], [ -77.053043, 38.986274 ], [ -77.052988, 38.986315 ], [ -77.052364, 38.98679 ], [ -77.052329, 38.986818 ], [ -77.051769, 38.987244 ], [ -77.051623, 38.987145 ], [ -77.05177, 38.986949 ], [ -77.050041, 38.986067 ], [ -77.048987, 38.985632 ], [ -77.047587, 38.98536 ], [ -77.046137, 38.984454 ], [ -77.045758, 38.984151 ], [ -77.043622, 38.983992 ], [ -77.043563, 38.983988 ], [ -77.043493, 38.983983 ], [ -77.042857, 38.983936 ], [ -77.042787, 38.983941 ], [ -77.042737, 38.98394 ], [ -77.042714, 38.983938 ], [ -77.042682, 38.983931 ], [ -77.042645, 38.98392 ], [ -77.042603, 38.983914 ], [ -77.04258, 38.983909 ], [ -77.042553, 38.983905 ], [ -77.042484, 38.98389 ], [ -77.04244, 38.983875 ], [ -77.042382, 38.983852 ], [ -77.042351, 38.983834 ], [ -77.042323, 38.983809 ], [ -77.042303, 38.983797 ], [ -77.042269, 38.983773 ], [ -77.042237, 38.983744 ], [ -77.042179, 38.983722 ], [ -77.042151, 38.983706 ], [ -77.042127, 38.983678 ], [ -77.042106, 38.983647 ], [ -77.042096, 38.98363 ], [ -77.042084, 38.983614 ], [ -77.042045, 38.983566 ], [ -77.042, 38.983516 ], [ -77.041974, 38.983499 ], [ -77.041945, 38.983489 ], [ -77.041929, 38.983468 ], [ -77.041913, 38.983449 ], [ -77.041891, 38.983437 ], [ -77.041847, 38.983417 ], [ -77.041837, 38.983393 ], [ -77.0418, 38.983349 ], [ -77.041796, 38.98332 ], [ -77.041782, 38.983293 ], [ -77.04176, 38.983268 ], [ -77.041688, 38.983232 ], [ -77.041651, 38.983216 ], [ -77.041621, 38.983202 ], [ -77.041594, 38.983187 ], [ -77.041556, 38.98317 ], [ -77.041516, 38.983158 ], [ -77.041472, 38.983149 ], [ -77.041432, 38.983143 ], [ -77.041395, 38.983152 ], [ -77.041355, 38.983164 ], [ -77.04133, 38.98317 ], [ -77.041285, 38.983176 ], [ -77.041238, 38.983176 ], [ -77.04117, 38.983171 ], [ -77.041069, 38.98316 ], [ -77.041025, 38.983151 ], [ -77.040978, 38.98314 ], [ -77.040957, 38.983132 ], [ -77.040919, 38.983113 ], [ -77.0409, 38.983102 ], [ -77.04087, 38.983077 ], [ -77.040856, 38.983061 ], [ -77.040827, 38.983032 ], [ -77.0408, 38.983003 ], [ -77.040772, 38.982975 ], [ -77.040741, 38.982951 ], [ -77.040729, 38.982935 ], [ -77.040702, 38.982905 ], [ -77.04069, 38.982889 ], [ -77.040671, 38.982857 ], [ -77.040654, 38.982831 ], [ -77.040632, 38.982816 ], [ -77.040607, 38.982803 ], [ -77.040552, 38.982782 ], [ -77.040494, 38.982751 ], [ -77.040371, 38.982692 ], [ -77.040339, 38.982679 ], [ -77.040315, 38.982664 ], [ -77.040293, 38.982645 ], [ -77.040266, 38.982619 ], [ -77.040216, 38.982578 ], [ -77.040198, 38.982565 ], [ -77.040157, 38.982521 ], [ -77.040146, 38.982504 ], [ -77.040135, 38.982484 ], [ -77.040122, 38.982466 ], [ -77.040111, 38.982448 ], [ -77.040101, 38.982427 ], [ -77.040091, 38.982409 ], [ -77.040069, 38.982373 ], [ -77.040052, 38.982338 ], [ -77.040049, 38.982304 ], [ -77.040067, 38.982272 ], [ -77.040086, 38.982235 ], [ -77.0401, 38.9822 ], [ -77.040107, 38.982164 ], [ -77.040118, 38.982129 ], [ -77.040136, 38.982098 ], [ -77.040155, 38.982071 ], [ -77.040157, 38.982046 ], [ -77.040143, 38.982026 ], [ -77.040123, 38.982005 ], [ -77.040094, 38.981985 ], [ -77.040064, 38.98197 ], [ -77.040038, 38.981953 ], [ -77.04002, 38.981924 ], [ -77.040018, 38.981886 ], [ -77.040018, 38.981866 ], [ -77.04002, 38.981842 ], [ -77.04002, 38.98182 ], [ -77.040017, 38.981776 ], [ -77.040018, 38.981754 ], [ -77.040028, 38.98171 ], [ -77.040038, 38.981688 ], [ -77.040066, 38.981651 ], [ -77.040099, 38.981603 ], [ -77.04012, 38.981576 ], [ -77.040166, 38.98152 ], [ -77.040198, 38.981485 ], [ -77.040215, 38.981469 ], [ -77.04023, 38.981451 ], [ -77.040247, 38.981433 ], [ -77.040338, 38.981349 ], [ -77.040402, 38.981275 ], [ -77.040434, 38.981217 ], [ -77.040445, 38.981199 ], [ -77.040467, 38.981167 ], [ -77.040483, 38.981137 ], [ -77.040497, 38.981106 ], [ -77.040523, 38.981075 ], [ -77.04061, 38.981001 ], [ -77.040631, 38.980989 ], [ -77.040651, 38.980976 ], [ -77.040706, 38.980936 ], [ -77.040726, 38.98092 ], [ -77.040761, 38.980889 ], [ -77.040779, 38.980876 ], [ -77.040799, 38.980865 ], [ -77.040824, 38.980854 ], [ -77.040845, 38.980842 ], [ -77.040889, 38.980822 ], [ -77.040913, 38.980813 ], [ -77.040934, 38.980802 ], [ -77.040956, 38.980793 ], [ -77.041003, 38.980781 ], [ -77.041043, 38.980767 ], [ -77.041066, 38.980761 ], [ -77.041097, 38.980746 ], [ -77.041131, 38.980734 ], [ -77.041169, 38.980722 ], [ -77.041201, 38.980703 ], [ -77.041239, 38.980685 ], [ -77.04126, 38.980677 ], [ -77.041341, 38.980649 ], [ -77.041376, 38.980634 ], [ -77.041407, 38.980619 ], [ -77.041433, 38.980601 ], [ -77.04146, 38.980587 ], [ -77.041489, 38.980584 ], [ -77.041516, 38.980587 ], [ -77.041545, 38.980587 ], [ -77.041606, 38.980592 ], [ -77.041638, 38.980597 ], [ -77.04167, 38.980596 ], [ -77.041706, 38.980587 ], [ -77.041732, 38.980573 ], [ -77.041786, 38.980526 ], [ -77.041813, 38.980499 ], [ -77.04184, 38.980474 ], [ -77.041889, 38.980425 ], [ -77.041924, 38.980381 ], [ -77.04196, 38.980346 ], [ -77.041988, 38.98034 ], [ -77.042011, 38.980348 ], [ -77.042031, 38.980361 ], [ -77.042043, 38.980377 ], [ -77.042059, 38.98039 ], [ -77.042091, 38.980397 ], [ -77.042117, 38.980398 ], [ -77.042137, 38.980417 ], [ -77.04214, 38.980436 ], [ -77.042156, 38.980452 ], [ -77.042188, 38.980461 ], [ -77.042207, 38.980432 ], [ -77.04221, 38.980451 ], [ -77.042235, 38.980428 ], [ -77.042265, 38.980425 ], [ -77.042295, 38.980374 ], [ -77.04229, 38.980349 ], [ -77.042285, 38.98033 ], [ -77.042261, 38.980296 ], [ -77.042247, 38.980274 ], [ -77.042242, 38.980248 ], [ -77.042242, 38.980223 ], [ -77.04226, 38.980206 ], [ -77.042302, 38.980181 ], [ -77.042329, 38.980188 ], [ -77.04235, 38.980206 ], [ -77.042375, 38.980221 ], [ -77.042429, 38.980247 ], [ -77.042448, 38.980259 ], [ -77.042464, 38.980273 ], [ -77.042495, 38.980296 ], [ -77.042521, 38.980312 ], [ -77.042548, 38.980308 ], [ -77.042572, 38.980312 ], [ -77.04259, 38.980351 ], [ -77.042626, 38.980366 ], [ -77.042665, 38.980378 ], [ -77.042706, 38.980401 ], [ -77.04274, 38.980427 ], [ -77.042759, 38.98044 ], [ -77.042795, 38.980467 ], [ -77.042814, 38.980479 ], [ -77.042835, 38.98049 ], [ -77.042857, 38.980499 ], [ -77.042921, 38.980518 ], [ -77.042944, 38.980529 ], [ -77.042981, 38.98055 ], [ -77.043018, 38.980574 ], [ -77.043036, 38.980589 ], [ -77.043072, 38.980615 ], [ -77.043149, 38.980654 ], [ -77.04317, 38.980662 ], [ -77.043202, 38.980682 ], [ -77.043223, 38.980702 ], [ -77.043231, 38.980726 ], [ -77.043253, 38.980747 ], [ -77.043282, 38.980763 ], [ -77.043315, 38.980775 ], [ -77.043354, 38.980788 ], [ -77.043375, 38.980796 ], [ -77.043413, 38.980806 ], [ -77.04345, 38.980808 ], [ -77.043492, 38.980808 ], [ -77.043529, 38.9808 ], [ -77.043652, 38.980734 ], [ -77.043691, 38.980718 ], [ -77.043772, 38.980708 ], [ -77.043853, 38.98069 ], [ -77.043876, 38.980686 ], [ -77.043915, 38.980675 ], [ -77.044019, 38.980609 ], [ -77.044038, 38.980598 ], [ -77.044111, 38.980562 ], [ -77.044174, 38.980537 ], [ -77.044232, 38.980511 ], [ -77.044265, 38.980492 ], [ -77.044293, 38.98048 ], [ -77.044357, 38.980475 ], [ -77.044393, 38.980474 ], [ -77.044428, 38.980469 ], [ -77.044461, 38.980457 ], [ -77.044489, 38.980435 ], [ -77.044518, 38.980408 ], [ -77.044543, 38.980373 ], [ -77.044583, 38.980326 ], [ -77.044609, 38.9803 ], [ -77.04463, 38.980276 ], [ -77.044655, 38.980255 ], [ -77.044676, 38.980232 ], [ -77.044691, 38.980203 ], [ -77.044704, 38.98017 ], [ -77.044715, 38.980138 ], [ -77.04472, 38.98012 ], [ -77.044723, 38.980102 ], [ -77.04473, 38.98007 ], [ -77.044733, 38.980052 ], [ -77.044734, 38.979988 ], [ -77.04474, 38.979955 ], [ -77.044735, 38.979925 ], [ -77.044718, 38.9799 ], [ -77.044691, 38.979876 ], [ -77.044664, 38.97985 ], [ -77.044622, 38.9798 ], [ -77.044609, 38.979783 ], [ -77.044592, 38.979767 ], [ -77.044568, 38.979752 ], [ -77.044536, 38.979742 ], [ -77.044508, 38.979731 ], [ -77.044487, 38.979716 ], [ -77.044471, 38.979692 ], [ -77.044479, 38.979667 ], [ -77.044474, 38.979646 ], [ -77.044444, 38.979593 ], [ -77.044424, 38.979582 ], [ -77.044371, 38.979559 ], [ -77.044348, 38.979546 ], [ -77.044327, 38.97953 ], [ -77.044304, 38.979518 ], [ -77.044271, 38.979488 ], [ -77.044255, 38.979454 ], [ -77.044234, 38.979426 ], [ -77.044214, 38.979396 ], [ -77.044191, 38.979374 ], [ -77.044174, 38.97935 ], [ -77.044174, 38.979321 ], [ -77.044181, 38.979293 ], [ -77.044173, 38.979269 ], [ -77.044162, 38.979243 ], [ -77.044153, 38.979224 ], [ -77.044118, 38.979188 ], [ -77.044126, 38.979169 ], [ -77.044125, 38.979129 ], [ -77.044119, 38.979107 ], [ -77.044098, 38.97904 ], [ -77.044086, 38.978994 ], [ -77.044076, 38.97895 ], [ -77.044073, 38.978903 ], [ -77.044067, 38.978881 ], [ -77.044063, 38.978857 ], [ -77.044066, 38.97881 ], [ -77.044068, 38.978762 ], [ -77.044066, 38.978669 ], [ -77.044062, 38.978626 ], [ -77.044052, 38.978564 ], [ -77.044053, 38.978544 ], [ -77.044056, 38.978522 ], [ -77.044053, 38.978479 ], [ -77.044049, 38.978457 ], [ -77.044034, 38.978393 ], [ -77.044027, 38.978373 ], [ -77.044016, 38.978353 ], [ -77.043981, 38.978299 ], [ -77.043956, 38.97827 ], [ -77.043925, 38.978246 ], [ -77.043896, 38.978222 ], [ -77.043868, 38.978203 ], [ -77.043834, 38.978188 ], [ -77.043815, 38.978176 ], [ -77.043765, 38.97814 ], [ -77.043736, 38.978117 ], [ -77.043708, 38.9781 ], [ -77.04368, 38.978099 ], [ -77.043652, 38.978092 ], [ -77.043627, 38.978081 ], [ -77.043602, 38.978085 ], [ -77.043576, 38.978083 ], [ -77.043517, 38.978062 ], [ -77.04348, 38.978051 ], [ -77.043418, 38.978031 ], [ -77.043336, 38.978009 ], [ -77.043307, 38.978004 ], [ -77.043265, 38.97799 ], [ -77.043242, 38.977984 ], [ -77.043209, 38.977979 ], [ -77.043178, 38.977978 ], [ -77.043133, 38.977969 ], [ -77.043092, 38.977956 ], [ -77.043059, 38.97794 ], [ -77.043028, 38.97793 ], [ -77.042989, 38.977926 ], [ -77.042948, 38.977919 ], [ -77.042913, 38.977901 ], [ -77.042873, 38.977879 ], [ -77.042839, 38.977857 ], [ -77.042801, 38.977839 ], [ -77.042731, 38.977802 ], [ -77.042635, 38.977747 ], [ -77.042614, 38.977736 ], [ -77.04253, 38.977699 ], [ -77.042512, 38.977687 ], [ -77.042477, 38.97766 ], [ -77.042458, 38.977648 ], [ -77.04244, 38.977634 ], [ -77.042405, 38.97761 ], [ -77.042386, 38.977598 ], [ -77.042366, 38.977588 ], [ -77.042328, 38.977565 ], [ -77.042276, 38.97753 ], [ -77.042258, 38.977517 ], [ -77.042242, 38.977503 ], [ -77.042207, 38.977477 ], [ -77.042188, 38.977465 ], [ -77.042152, 38.977444 ], [ -77.042113, 38.977426 ], [ -77.042045, 38.977387 ], [ -77.042004, 38.977373 ], [ -77.041964, 38.977362 ], [ -77.04194, 38.977357 ], [ -77.04188, 38.977337 ], [ -77.041855, 38.977331 ], [ -77.041814, 38.977316 ], [ -77.041774, 38.977296 ], [ -77.041756, 38.977284 ], [ -77.041724, 38.977258 ], [ -77.041696, 38.977231 ], [ -77.041647, 38.977177 ], [ -77.041601, 38.977119 ], [ -77.041574, 38.977091 ], [ -77.041558, 38.977076 ], [ -77.041542, 38.977063 ], [ -77.041453, 38.977001 ], [ -77.041434, 38.97699 ], [ -77.041416, 38.976978 ], [ -77.041382, 38.976959 ], [ -77.041345, 38.976943 ], [ -77.041312, 38.976927 ], [ -77.041239, 38.976894 ], [ -77.041204, 38.976876 ], [ -77.041162, 38.976863 ], [ -77.041123, 38.976853 ], [ -77.041101, 38.976845 ], [ -77.041063, 38.976826 ], [ -77.041022, 38.976804 ], [ -77.041, 38.976794 ], [ -77.040962, 38.976774 ], [ -77.040923, 38.976756 ], [ -77.040849, 38.976717 ], [ -77.040784, 38.976679 ], [ -77.040668, 38.976622 ], [ -77.040628, 38.976604 ], [ -77.040608, 38.976594 ], [ -77.040586, 38.976585 ], [ -77.040527, 38.976554 ], [ -77.040491, 38.976532 ], [ -77.040476, 38.976518 ], [ -77.040441, 38.976495 ], [ -77.040405, 38.976474 ], [ -77.040374, 38.976466 ], [ -77.040335, 38.976463 ], [ -77.040296, 38.976456 ], [ -77.040257, 38.976445 ], [ -77.040221, 38.976433 ], [ -77.040189, 38.976418 ], [ -77.040153, 38.976399 ], [ -77.040119, 38.976376 ], [ -77.040103, 38.976363 ], [ -77.04007, 38.976334 ], [ -77.039997, 38.976263 ], [ -77.039945, 38.976206 ], [ -77.039923, 38.976178 ], [ -77.039903, 38.97615 ], [ -77.039886, 38.976119 ], [ -77.039876, 38.976089 ], [ -77.039863, 38.976061 ], [ -77.039848, 38.976039 ], [ -77.039827, 38.976017 ], [ -77.039814, 38.975995 ], [ -77.03982, 38.975971 ], [ -77.039831, 38.975933 ], [ -77.039845, 38.97591 ], [ -77.039856, 38.975879 ], [ -77.039866, 38.975845 ], [ -77.039874, 38.975811 ], [ -77.039879, 38.97576 ], [ -77.03988, 38.975732 ], [ -77.039874, 38.975705 ], [ -77.039875, 38.975677 ], [ -77.039883, 38.975648 ], [ -77.039889, 38.97562 ], [ -77.039893, 38.975591 ], [ -77.039886, 38.975558 ], [ -77.039866, 38.975498 ], [ -77.039841, 38.975436 ], [ -77.039822, 38.975406 ], [ -77.039812, 38.975378 ], [ -77.039819, 38.975353 ], [ -77.039833, 38.975334 ], [ -77.039848, 38.97532 ], [ -77.039856, 38.975303 ], [ -77.039885, 38.975264 ], [ -77.0399, 38.975247 ], [ -77.039917, 38.97523 ], [ -77.039963, 38.975192 ], [ -77.03998, 38.975174 ], [ -77.04003, 38.975129 ], [ -77.040051, 38.975102 ], [ -77.040069, 38.975075 ], [ -77.040085, 38.975047 ], [ -77.040101, 38.975021 ], [ -77.040113, 38.974999 ], [ -77.040128, 38.974975 ], [ -77.04014, 38.974952 ], [ -77.040144, 38.974928 ], [ -77.040141, 38.974901 ], [ -77.040129, 38.974872 ], [ -77.040115, 38.974843 ], [ -77.040095, 38.974818 ], [ -77.040073, 38.974793 ], [ -77.040056, 38.974763 ], [ -77.039999, 38.974722 ], [ -77.039982, 38.974708 ], [ -77.039968, 38.974692 ], [ -77.039946, 38.97466 ], [ -77.039903, 38.974594 ], [ -77.039895, 38.974577 ], [ -77.039875, 38.974545 ], [ -77.039831, 38.9745 ], [ -77.039795, 38.974473 ], [ -77.039777, 38.974461 ], [ -77.039744, 38.974431 ], [ -77.039699, 38.974384 ], [ -77.039669, 38.97436 ], [ -77.039617, 38.974331 ], [ -77.03961, 38.974306 ], [ -77.039578, 38.974259 ], [ -77.039561, 38.974222 ], [ -77.039558, 38.974201 ], [ -77.039559, 38.974183 ], [ -77.039558, 38.974164 ], [ -77.039549, 38.974125 ], [ -77.039548, 38.9741 ], [ -77.039549, 38.974076 ], [ -77.039552, 38.974052 ], [ -77.039563, 38.973988 ], [ -77.039565, 38.973967 ], [ -77.039575, 38.973933 ], [ -77.039595, 38.973917 ], [ -77.039635, 38.973871 ], [ -77.039664, 38.973849 ], [ -77.039692, 38.973829 ], [ -77.03971, 38.973808 ], [ -77.039725, 38.973779 ], [ -77.039752, 38.973746 ], [ -77.039765, 38.973728 ], [ -77.039777, 38.973707 ], [ -77.039799, 38.973665 ], [ -77.039816, 38.973624 ], [ -77.039823, 38.973605 ], [ -77.039831, 38.973588 ], [ -77.039851, 38.973557 ], [ -77.039867, 38.97354 ], [ -77.039886, 38.973503 ], [ -77.039895, 38.973459 ], [ -77.039879, 38.97341 ], [ -77.039882, 38.973386 ], [ -77.039897, 38.973357 ], [ -77.039904, 38.973325 ], [ -77.039909, 38.973297 ], [ -77.03993, 38.973236 ], [ -77.039953, 38.973176 ], [ -77.039963, 38.973143 ], [ -77.039975, 38.973116 ], [ -77.039991, 38.973093 ], [ -77.04, 38.973063 ], [ -77.04001, 38.973036 ], [ -77.040033, 38.972959 ], [ -77.040043, 38.972932 ], [ -77.040075, 38.972883 ], [ -77.040093, 38.972836 ], [ -77.040116, 38.972777 ], [ -77.040127, 38.972757 ], [ -77.040137, 38.972728 ], [ -77.040144, 38.972696 ], [ -77.040155, 38.972667 ], [ -77.040172, 38.972614 ], [ -77.040191, 38.972543 ], [ -77.040194, 38.972525 ], [ -77.040201, 38.972492 ], [ -77.040204, 38.972474 ], [ -77.040207, 38.97244 ], [ -77.04021, 38.972361 ], [ -77.040204, 38.97234 ], [ -77.0402, 38.97232 ], [ -77.040203, 38.972302 ], [ -77.040208, 38.972283 ], [ -77.040204, 38.972211 ], [ -77.040201, 38.972191 ], [ -77.040198, 38.972155 ], [ -77.040197, 38.972122 ], [ -77.040205, 38.972096 ], [ -77.040208, 38.97207 ], [ -77.040206, 38.972039 ], [ -77.040206, 38.972018 ], [ -77.040202, 38.97199 ], [ -77.040209, 38.97197 ], [ -77.040208, 38.971944 ], [ -77.040203, 38.971916 ], [ -77.040191, 38.971894 ], [ -77.04017, 38.971875 ], [ -77.040156, 38.971857 ], [ -77.040183, 38.971841 ], [ -77.040218, 38.971828 ], [ -77.040251, 38.971823 ], [ -77.040277, 38.971822 ], [ -77.040339, 38.971803 ], [ -77.040364, 38.971794 ], [ -77.040416, 38.971772 ], [ -77.040441, 38.971763 ], [ -77.040467, 38.971755 ], [ -77.040495, 38.971745 ], [ -77.040543, 38.971725 ], [ -77.040589, 38.971701 ], [ -77.040611, 38.971687 ], [ -77.040675, 38.97164 ], [ -77.040736, 38.971587 ], [ -77.040757, 38.97157 ], [ -77.040799, 38.97153 ], [ -77.040852, 38.971485 ], [ -77.040877, 38.971458 ], [ -77.040903, 38.971428 ], [ -77.040957, 38.971371 ], [ -77.040982, 38.97134 ], [ -77.041007, 38.971311 ], [ -77.041022, 38.971297 ], [ -77.041036, 38.971282 ], [ -77.041066, 38.971256 ], [ -77.041098, 38.971233 ], [ -77.041183, 38.971201 ], [ -77.041238, 38.971186 ], [ -77.041283, 38.971168 ], [ -77.041309, 38.97116 ], [ -77.04139, 38.971143 ], [ -77.041415, 38.971139 ], [ -77.041445, 38.971132 ], [ -77.041592, 38.971092 ], [ -77.041644, 38.971075 ], [ -77.041677, 38.971067 ], [ -77.041735, 38.971056 ], [ -77.041831, 38.971043 ], [ -77.041884, 38.971033 ], [ -77.04191, 38.971027 ], [ -77.041932, 38.97102 ], [ -77.041969, 38.97101 ], [ -77.042026, 38.971005 ], [ -77.04208, 38.971002 ], [ -77.042177, 38.971001 ], [ -77.042205, 38.971004 ], [ -77.042266, 38.971007 ], [ -77.042291, 38.97101 ], [ -77.042325, 38.971016 ], [ -77.042358, 38.971019 ], [ -77.042412, 38.971041 ], [ -77.04243, 38.971059 ], [ -77.042454, 38.971101 ], [ -77.042465, 38.971129 ], [ -77.042484, 38.971164 ], [ -77.042503, 38.97118 ], [ -77.042531, 38.971191 ], [ -77.042557, 38.971207 ], [ -77.042587, 38.971223 ], [ -77.042618, 38.971236 ], [ -77.042645, 38.971245 ], [ -77.042683, 38.971252 ], [ -77.042731, 38.971259 ], [ -77.04277, 38.971266 ], [ -77.04282, 38.971272 ], [ -77.042863, 38.97128 ], [ -77.042904, 38.971289 ], [ -77.043075, 38.971308 ], [ -77.04313, 38.971312 ], [ -77.043245, 38.971315 ], [ -77.043298, 38.971315 ], [ -77.043365, 38.97131 ], [ -77.043392, 38.971309 ], [ -77.043416, 38.971307 ], [ -77.043439, 38.971304 ], [ -77.043487, 38.9713 ], [ -77.04353, 38.971289 ], [ -77.043569, 38.971276 ], [ -77.043613, 38.971259 ], [ -77.043671, 38.971229 ], [ -77.043695, 38.97122 ], [ -77.04372, 38.971214 ], [ -77.043816, 38.971196 ], [ -77.043847, 38.971195 ], [ -77.043859, 38.971213 ], [ -77.043922, 38.971189 ], [ -77.043939, 38.971171 ], [ -77.044033, 38.971148 ], [ -77.04408, 38.971134 ], [ -77.044123, 38.971123 ], [ -77.044201, 38.9711 ], [ -77.0443, 38.971062 ], [ -77.044323, 38.97105 ], [ -77.044388, 38.971012 ], [ -77.044407, 38.970997 ], [ -77.044425, 38.97098 ], [ -77.04445, 38.970952 ], [ -77.044501, 38.970909 ], [ -77.044515, 38.970894 ], [ -77.044654, 38.970768 ], [ -77.04467, 38.97075 ], [ -77.044729, 38.970667 ], [ -77.04474, 38.970647 ], [ -77.044749, 38.970625 ], [ -77.04476, 38.970603 ], [ -77.044773, 38.970583 ], [ -77.044784, 38.970564 ], [ -77.044794, 38.970543 ], [ -77.044812, 38.970486 ], [ -77.044816, 38.970467 ], [ -77.044816, 38.970447 ], [ -77.044817, 38.970428 ], [ -77.044822, 38.970392 ], [ -77.044827, 38.970373 ], [ -77.04485, 38.970346 ], [ -77.044861, 38.970315 ], [ -77.044865, 38.970296 ], [ -77.044868, 38.970274 ], [ -77.044872, 38.970234 ], [ -77.044877, 38.970214 ], [ -77.044892, 38.970168 ], [ -77.044903, 38.970148 ], [ -77.044915, 38.970129 ], [ -77.044925, 38.97011 ], [ -77.044943, 38.970063 ], [ -77.044959, 38.970002 ], [ -77.044966, 38.969982 ], [ -77.044976, 38.969964 ], [ -77.044989, 38.969946 ], [ -77.045011, 38.969903 ], [ -77.045088, 38.969777 ], [ -77.045103, 38.969759 ], [ -77.045114, 38.969738 ], [ -77.04512, 38.969718 ], [ -77.045122, 38.969682 ], [ -77.045122, 38.96966 ], [ -77.045125, 38.969636 ], [ -77.04513, 38.969616 ], [ -77.045134, 38.969572 ], [ -77.045139, 38.969548 ], [ -77.045142, 38.969527 ], [ -77.045146, 38.969484 ], [ -77.045146, 38.969466 ], [ -77.045139, 38.96944 ], [ -77.045151, 38.969412 ], [ -77.045156, 38.969391 ], [ -77.045157, 38.96937 ], [ -77.045156, 38.969279 ], [ -77.04516, 38.969234 ], [ -77.045164, 38.969209 ], [ -77.045176, 38.969164 ], [ -77.045183, 38.969121 ], [ -77.045192, 38.969081 ], [ -77.045206, 38.96905 ], [ -77.04523, 38.969024 ], [ -77.045339, 38.968961 ], [ -77.045428, 38.968902 ], [ -77.045563, 38.968815 ], [ -77.045614, 38.96879 ], [ -77.045636, 38.968776 ], [ -77.045678, 38.968751 ], [ -77.045699, 38.96874 ], [ -77.045749, 38.968716 ], [ -77.045804, 38.968676 ], [ -77.045843, 38.968645 ], [ -77.045874, 38.968615 ], [ -77.045886, 38.968599 ], [ -77.045906, 38.968564 ], [ -77.045923, 38.96853 ], [ -77.045945, 38.968495 ], [ -77.045952, 38.968477 ], [ -77.045959, 38.968444 ], [ -77.045973, 38.968412 ], [ -77.045996, 38.968386 ], [ -77.04602, 38.968366 ], [ -77.046041, 38.968347 ], [ -77.046068, 38.968327 ], [ -77.046091, 38.968333 ], [ -77.046106, 38.968353 ], [ -77.046118, 38.968337 ], [ -77.046117, 38.968314 ], [ -77.046118, 38.96829 ], [ -77.046136, 38.968276 ], [ -77.046184, 38.968257 ], [ -77.046204, 38.968246 ], [ -77.04622, 38.968233 ], [ -77.046228, 38.968212 ], [ -77.046232, 38.968192 ], [ -77.046252, 38.968171 ], [ -77.046277, 38.96815 ], [ -77.046332, 38.96811 ], [ -77.046366, 38.968092 ], [ -77.046396, 38.968074 ], [ -77.046426, 38.968054 ], [ -77.046452, 38.968031 ], [ -77.046503, 38.967981 ], [ -77.04652, 38.967968 ], [ -77.046551, 38.967936 ], [ -77.046568, 38.967917 ], [ -77.046587, 38.967899 ], [ -77.046622, 38.967861 ], [ -77.046676, 38.967808 ], [ -77.046703, 38.967769 ], [ -77.046714, 38.967749 ], [ -77.046731, 38.967704 ], [ -77.046737, 38.967682 ], [ -77.046755, 38.967639 ], [ -77.046775, 38.967577 ], [ -77.046784, 38.967554 ], [ -77.046797, 38.967511 ], [ -77.046805, 38.967491 ], [ -77.046811, 38.96747 ], [ -77.04682, 38.967429 ], [ -77.046826, 38.967409 ], [ -77.046854, 38.967348 ], [ -77.046875, 38.967297 ], [ -77.046881, 38.967276 ], [ -77.046887, 38.967236 ], [ -77.046892, 38.967216 ], [ -77.046905, 38.967173 ], [ -77.046913, 38.967136 ], [ -77.046915, 38.967118 ], [ -77.046915, 38.9671 ], [ -77.046913, 38.967068 ], [ -77.046906, 38.967034 ], [ -77.046905, 38.967015 ], [ -77.046909, 38.966983 ], [ -77.046918, 38.966957 ], [ -77.046915, 38.966925 ], [ -77.046901, 38.966899 ], [ -77.046894, 38.966881 ], [ -77.046905, 38.966858 ], [ -77.046911, 38.96684 ], [ -77.046914, 38.966804 ], [ -77.046897, 38.966776 ], [ -77.046883, 38.966743 ], [ -77.046883, 38.96669 ], [ -77.046892, 38.966638 ], [ -77.046893, 38.966618 ], [ -77.046896, 38.966596 ], [ -77.046906, 38.966547 ], [ -77.046911, 38.9665 ], [ -77.046921, 38.966452 ], [ -77.046928, 38.96643 ], [ -77.046937, 38.966408 ], [ -77.046944, 38.966385 ], [ -77.04696, 38.966346 ], [ -77.046971, 38.966327 ], [ -77.047039, 38.966183 ], [ -77.04705, 38.966165 ], [ -77.047072, 38.966123 ], [ -77.047084, 38.966104 ], [ -77.047098, 38.966086 ], [ -77.047125, 38.966048 ], [ -77.047142, 38.966008 ], [ -77.047151, 38.965991 ], [ -77.047174, 38.965953 ], [ -77.047198, 38.9659 ], [ -77.047208, 38.965881 ], [ -77.047224, 38.965838 ], [ -77.047229, 38.965819 ], [ -77.047236, 38.965801 ], [ -77.04725, 38.965759 ], [ -77.047259, 38.965742 ], [ -77.047281, 38.965711 ], [ -77.047294, 38.965696 ], [ -77.047314, 38.965668 ], [ -77.047323, 38.96565 ], [ -77.047339, 38.965627 ], [ -77.047353, 38.965595 ], [ -77.047364, 38.965558 ], [ -77.047373, 38.965541 ], [ -77.047394, 38.965509 ], [ -77.047413, 38.965476 ], [ -77.047448, 38.965403 ], [ -77.04747, 38.965347 ], [ -77.047493, 38.965287 ], [ -77.047498, 38.965256 ], [ -77.047499, 38.965245 ], [ -77.047511, 38.965184 ], [ -77.047521, 38.96515 ], [ -77.047541, 38.965122 ], [ -77.047568, 38.965106 ], [ -77.047585, 38.965086 ], [ -77.047594, 38.965066 ], [ -77.047606, 38.965044 ], [ -77.047604, 38.965026 ], [ -77.047603, 38.964999 ], [ -77.047615, 38.964972 ], [ -77.047621, 38.964943 ], [ -77.047624, 38.964919 ], [ -77.047625, 38.964897 ], [ -77.047624, 38.964877 ], [ -77.047626, 38.964853 ], [ -77.047593, 38.964851 ], [ -77.04762, 38.964786 ], [ -77.047631, 38.964767 ], [ -77.047624, 38.964747 ], [ -77.047603, 38.964737 ], [ -77.047593, 38.964718 ], [ -77.047568, 38.964684 ], [ -77.047554, 38.964658 ], [ -77.047538, 38.964633 ], [ -77.047518, 38.964611 ], [ -77.0475, 38.964587 ], [ -77.047485, 38.964553 ], [ -77.047469, 38.964525 ], [ -77.047448, 38.964495 ], [ -77.047403, 38.964434 ], [ -77.047388, 38.964416 ], [ -77.047355, 38.964379 ], [ -77.047342, 38.96436 ], [ -77.047323, 38.964322 ], [ -77.047309, 38.96429 ], [ -77.047295, 38.964266 ], [ -77.047276, 38.964243 ], [ -77.047258, 38.964223 ], [ -77.047235, 38.96421 ], [ -77.047211, 38.964193 ], [ -77.047169, 38.964153 ], [ -77.047158, 38.964136 ], [ -77.047142, 38.964121 ], [ -77.047122, 38.964108 ], [ -77.047102, 38.964086 ], [ -77.047049, 38.96402 ], [ -77.047025, 38.963987 ], [ -77.046966, 38.963935 ], [ -77.04695, 38.963919 ], [ -77.046932, 38.963905 ], [ -77.046917, 38.963891 ], [ -77.04689, 38.963859 ], [ -77.046843, 38.963809 ], [ -77.046818, 38.963779 ], [ -77.046806, 38.963762 ], [ -77.046784, 38.963728 ], [ -77.046772, 38.963696 ], [ -77.046767, 38.963672 ], [ -77.04672, 38.963624 ], [ -77.046655, 38.963527 ], [ -77.046641, 38.96351 ], [ -77.046612, 38.963478 ], [ -77.046595, 38.963463 ], [ -77.046576, 38.963448 ], [ -77.046559, 38.963433 ], [ -77.046542, 38.963416 ], [ -77.046485, 38.963368 ], [ -77.046448, 38.96333 ], [ -77.046429, 38.963313 ], [ -77.046413, 38.963296 ], [ -77.046399, 38.963278 ], [ -77.04639, 38.963261 ], [ -77.04637, 38.96323 ], [ -77.046348, 38.963198 ], [ -77.046309, 38.963156 ], [ -77.046297, 38.96314 ], [ -77.046287, 38.963121 ], [ -77.046275, 38.963104 ], [ -77.046261, 38.963089 ], [ -77.046245, 38.963076 ], [ -77.046173, 38.963013 ], [ -77.046139, 38.962987 ], [ -77.046119, 38.962976 ], [ -77.046097, 38.962967 ], [ -77.046074, 38.962954 ], [ -77.046003, 38.962911 ], [ -77.045972, 38.962891 ], [ -77.045939, 38.962879 ], [ -77.045907, 38.962875 ], [ -77.045876, 38.962874 ], [ -77.045846, 38.962865 ], [ -77.045819, 38.962854 ], [ -77.045798, 38.962842 ], [ -77.045781, 38.962821 ], [ -77.045756, 38.962799 ], [ -77.04568, 38.962764 ], [ -77.045636, 38.962748 ], [ -77.045539, 38.962701 ], [ -77.045522, 38.962683 ], [ -77.045504, 38.962668 ], [ -77.045458, 38.962637 ], [ -77.045414, 38.962612 ], [ -77.045389, 38.962601 ], [ -77.045335, 38.962586 ], [ -77.045285, 38.96257 ], [ -77.045263, 38.962559 ], [ -77.045243, 38.962547 ], [ -77.045205, 38.962499 ], [ -77.045173, 38.962497 ], [ -77.045141, 38.962492 ], [ -77.045105, 38.962489 ], [ -77.045064, 38.962482 ], [ -77.04499, 38.962453 ], [ -77.044957, 38.962433 ], [ -77.044927, 38.96241 ], [ -77.044904, 38.962389 ], [ -77.044871, 38.962372 ], [ -77.044831, 38.962355 ], [ -77.04479, 38.962333 ], [ -77.044733, 38.962296 ], [ -77.04469, 38.962271 ], [ -77.044651, 38.962245 ], [ -77.04461, 38.962215 ], [ -77.044568, 38.96219 ], [ -77.044548, 38.962174 ], [ -77.044482, 38.962124 ], [ -77.044459, 38.962109 ], [ -77.044417, 38.962076 ], [ -77.044395, 38.96206 ], [ -77.044371, 38.962044 ], [ -77.044322, 38.962015 ], [ -77.044301, 38.962 ], [ -77.04426, 38.961968 ], [ -77.044123, 38.961872 ], [ -77.044075, 38.961842 ], [ -77.044026, 38.961808 ], [ -77.044004, 38.961791 ], [ -77.043986, 38.961774 ], [ -77.043959, 38.96174 ], [ -77.043928, 38.961706 ], [ -77.04391, 38.961691 ], [ -77.043853, 38.961651 ], [ -77.043825, 38.961634 ], [ -77.0438, 38.961623 ], [ -77.043789, 38.961618 ], [ -77.043754, 38.961597 ], [ -77.04372, 38.961567 ], [ -77.043701, 38.961554 ], [ -77.043669, 38.961526 ], [ -77.043652, 38.961513 ], [ -77.043629, 38.961488 ], [ -77.043614, 38.961467 ], [ -77.043599, 38.96145 ], [ -77.043584, 38.96143 ], [ -77.043565, 38.961409 ], [ -77.043521, 38.961365 ], [ -77.04372, 38.961245 ], [ -77.044086, 38.961046 ], [ -77.044586, 38.960799 ], [ -77.04485, 38.960701 ], [ -77.045179, 38.960599 ], [ -77.045574, 38.960478 ], [ -77.045921, 38.960421 ], [ -77.046246, 38.960384 ], [ -77.046653, 38.960367 ], [ -77.047021, 38.960375 ], [ -77.047213, 38.960386 ], [ -77.047399, 38.960405 ], [ -77.047581, 38.960429 ], [ -77.047747, 38.960453 ], [ -77.047884, 38.960478 ], [ -77.048116, 38.960528 ], [ -77.048309, 38.960579 ], [ -77.048461, 38.960624 ], [ -77.048506, 38.960644 ], [ -77.04858, 38.960672 ], [ -77.048652, 38.960702 ], [ -77.048722, 38.960727 ], [ -77.048807, 38.960765 ], [ -77.048871, 38.960798 ], [ -77.048942, 38.960831 ], [ -77.049091, 38.960909 ], [ -77.049161, 38.960952 ], [ -77.049221, 38.960991 ], [ -77.04929, 38.96104 ], [ -77.049356, 38.961084 ], [ -77.049424, 38.961134 ], [ -77.049676, 38.96134 ], [ -77.049719, 38.96138 ], [ -77.049768, 38.961415 ], [ -77.049808, 38.96145 ], [ -77.049881, 38.961508 ], [ -77.049922, 38.961543 ], [ -77.049966, 38.961572 ], [ -77.050009, 38.961604 ], [ -77.050052, 38.961632 ], [ -77.050161, 38.961697 ], [ -77.050227, 38.961728 ], [ -77.050354, 38.961786 ], [ -77.050422, 38.961811 ], [ -77.050562, 38.961854 ], [ -77.050633, 38.961872 ], [ -77.050705, 38.961888 ], [ -77.050778, 38.961903 ], [ -77.05091, 38.961921 ], [ -77.050976, 38.961928 ], [ -77.051043, 38.961934 ], [ -77.051109, 38.961938 ], [ -77.051176, 38.961941 ], [ -77.051259, 38.961942 ], [ -77.051469, 38.961948 ], [ -77.051667, 38.961942 ], [ -77.051858, 38.961922 ], [ -77.052055, 38.961882 ], [ -77.05222, 38.961836 ], [ -77.052699, 38.961674 ], [ -77.053225, 38.961425 ], [ -77.053384, 38.961367 ], [ -77.053496, 38.96133 ], [ -77.053597, 38.961301 ], [ -77.053677, 38.96128 ], [ -77.053751, 38.961264 ], [ -77.053832, 38.961244 ], [ -77.054121, 38.961183 ], [ -77.054308, 38.961149 ], [ -77.054555, 38.961112 ], [ -77.054821, 38.961078 ], [ -77.054868, 38.961073 ], [ -77.054928, 38.961063 ], [ -77.055181, 38.961041 ], [ -77.055381, 38.961028 ], [ -77.055553, 38.96102 ], [ -77.055751, 38.961015 ], [ -77.055932, 38.961013 ], [ -77.056201, 38.961013 ], [ -77.056202, 38.961156 ], [ -77.056203, 38.961181 ], [ -77.056202, 38.962319 ], [ -77.056201, 38.962647 ], [ -77.056194, 38.962909 ], [ -77.056194, 38.963106 ], [ -77.056193, 38.963184 ], [ -77.056193, 38.963375 ], [ -77.056189, 38.963598 ], [ -77.056191, 38.963635 ], [ -77.056197, 38.963671 ], [ -77.056206, 38.963707 ], [ -77.056221, 38.963747 ], [ -77.056235, 38.963777 ], [ -77.05627, 38.963824 ], [ -77.056311, 38.963869 ], [ -77.056326, 38.963883 ], [ -77.056374, 38.963922 ], [ -77.056485, 38.964003 ], [ -77.056685, 38.964147 ], [ -77.056874, 38.964281 ], [ -77.057087, 38.964435 ], [ -77.057176, 38.964498 ], [ -77.05751, 38.964737 ], [ -77.057579, 38.964788 ], [ -77.057799, 38.964946 ], [ -77.058279, 38.96529 ], [ -77.058352, 38.965343 ], [ -77.058554, 38.965487 ], [ -77.058699, 38.965592 ], [ -77.058849, 38.965698 ], [ -77.05898, 38.965786 ], [ -77.059129, 38.96588 ], [ -77.05923, 38.965816 ], [ -77.059767, 38.965814 ], [ -77.061871, 38.96581 ], [ -77.062046, 38.965813 ], [ -77.062196, 38.965811 ], [ -77.062375, 38.96581 ], [ -77.062439, 38.965809 ], [ -77.062897, 38.965811 ], [ -77.063787, 38.965808 ], [ -77.063884, 38.965809 ], [ -77.064853, 38.965812 ], [ -77.066382, 38.965814 ], [ -77.066925, 38.965813 ], [ -77.067764, 38.965813 ], [ -77.06841, 38.96581 ], [ -77.068516, 38.966048 ], [ -77.068787, 38.966663 ], [ -77.068816, 38.966727 ], [ -77.069218, 38.96762 ], [ -77.069291, 38.967781 ], [ -77.069489, 38.968232 ], [ -77.069665, 38.968636 ], [ -77.069978, 38.969333 ], [ -77.070109, 38.969622 ], [ -77.070141, 38.969697 ], [ -77.070182, 38.969763 ], [ -77.070567, 38.970301 ], [ -77.070683, 38.970465 ], [ -77.070735, 38.970537 ], [ -77.070897, 38.970765 ], [ -77.071191, 38.971161 ], [ -77.071247, 38.971238 ], [ -77.071578, 38.971689 ], [ -77.071647, 38.971786 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001600", "name": "Census Tract 16, District of Columbia, District of Columbia", "total_population_17": 4699, "white_alone_17": 1254.0, "black_alone_17": 2932.0, "native_alone_17": 0.0, "asian_alone_17": 62.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 326.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 5.744, "pct_black_alone_change": -11.5, "pct_native_alone_change": -0.273, "pct_asian_alone_change": 0.475, "pct_hispanic_or_latino_change": 3.712, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9849725", "INTPTLON": "-077.0382324" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.051623, 38.987145 ], [ -77.051769, 38.987244 ], [ -77.050455, 38.988172 ], [ -77.049619, 38.988821 ], [ -77.047133, 38.990824 ], [ -77.046709, 38.991166 ], [ -77.046513, 38.991324 ], [ -77.046081, 38.991622 ], [ -77.045439, 38.992066 ], [ -77.044863, 38.99251 ], [ -77.044202, 38.993019 ], [ -77.043919, 38.993237 ], [ -77.042556, 38.994287 ], [ -77.042333, 38.994477 ], [ -77.041736, 38.995033 ], [ -77.041375, 38.995362 ], [ -77.040882, 38.995845 ], [ -77.037941, 38.993565 ], [ -77.037526, 38.993253 ], [ -77.037191, 38.992992 ], [ -77.036825, 38.992705 ], [ -77.036501, 38.992421 ], [ -77.036275, 38.992209 ], [ -77.036219, 38.992158 ], [ -77.036134, 38.992062 ], [ -77.035678, 38.991705 ], [ -77.03498, 38.991091 ], [ -77.03408, 38.99039 ], [ -77.033531, 38.989963 ], [ -77.032883, 38.989456 ], [ -77.032829, 38.989414 ], [ -77.032363, 38.989044 ], [ -77.03112, 38.988094 ], [ -77.031073, 38.988057 ], [ -77.029634, 38.986924 ], [ -77.029609, 38.986904 ], [ -77.028411, 38.985965 ], [ -77.028106, 38.985721 ], [ -77.026995, 38.98487 ], [ -77.02687, 38.984775 ], [ -77.026596, 38.984512 ], [ -77.026579, 38.983832 ], [ -77.026573, 38.983679 ], [ -77.026558, 38.982798 ], [ -77.026556, 38.982725 ], [ -77.026544, 38.98205 ], [ -77.026526, 38.981443 ], [ -77.02649, 38.980356 ], [ -77.026479, 38.979985 ], [ -77.026459, 38.979391 ], [ -77.026426, 38.978341 ], [ -77.026426, 38.978303 ], [ -77.026425, 38.978232 ], [ -77.026426, 38.978134 ], [ -77.026429, 38.978052 ], [ -77.026433, 38.977982 ], [ -77.027873, 38.977984 ], [ -77.027962, 38.977983 ], [ -77.028637, 38.977983 ], [ -77.029681, 38.977986 ], [ -77.029783, 38.977985 ], [ -77.030133, 38.977985 ], [ -77.03107, 38.977989 ], [ -77.031844, 38.977988 ], [ -77.032044, 38.977987 ], [ -77.032513, 38.977988 ], [ -77.03283, 38.977987 ], [ -77.032859, 38.977989 ], [ -77.032888, 38.977994 ], [ -77.032916, 38.978002 ], [ -77.032943, 38.978012 ], [ -77.032967, 38.978024 ], [ -77.033179, 38.977824 ], [ -77.033408, 38.977606 ], [ -77.033515, 38.977505 ], [ -77.03376, 38.977271 ], [ -77.034065, 38.976983 ], [ -77.03412, 38.97693 ], [ -77.034448, 38.976619 ], [ -77.03468, 38.976399 ], [ -77.034955, 38.97614 ], [ -77.035258, 38.975852 ], [ -77.035546, 38.975581 ], [ -77.035924, 38.975223 ], [ -77.036164, 38.975005 ], [ -77.036185, 38.974988 ], [ -77.036263, 38.974931 ], [ -77.036364, 38.974864 ], [ -77.036369, 38.973124 ], [ -77.036371, 38.972269 ], [ -77.036447, 38.972259 ], [ -77.036473, 38.972254 ], [ -77.036545, 38.972231 ], [ -77.036859, 38.972103 ], [ -77.036917, 38.972078 ], [ -77.036944, 38.972068 ], [ -77.037047, 38.972027 ], [ -77.037074, 38.972018 ], [ -77.037131, 38.972002 ], [ -77.037188, 38.97199 ], [ -77.037216, 38.971985 ], [ -77.037273, 38.97198 ], [ -77.03733, 38.971979 ], [ -77.037387, 38.971981 ], [ -77.037469, 38.971992 ], [ -77.03755, 38.972009 ], [ -77.03765, 38.972035 ], [ -77.037714, 38.972056 ], [ -77.037744, 38.972067 ], [ -77.0378, 38.972091 ], [ -77.037826, 38.972104 ], [ -77.03785, 38.972119 ], [ -77.037872, 38.972134 ], [ -77.037893, 38.972151 ], [ -77.037913, 38.97217 ], [ -77.037932, 38.972191 ], [ -77.037949, 38.972212 ], [ -77.037963, 38.972235 ], [ -77.037976, 38.972259 ], [ -77.037986, 38.972283 ], [ -77.037993, 38.972306 ], [ -77.037998, 38.972328 ], [ -77.038001, 38.97235 ], [ -77.038002, 38.972371 ], [ -77.037997, 38.972413 ], [ -77.037993, 38.972434 ], [ -77.037988, 38.972454 ], [ -77.037974, 38.972493 ], [ -77.037955, 38.972529 ], [ -77.037941, 38.972548 ], [ -77.037922, 38.972568 ], [ -77.037881, 38.972605 ], [ -77.037859, 38.972623 ], [ -77.037836, 38.97264 ], [ -77.037785, 38.972672 ], [ -77.037729, 38.972704 ], [ -77.037664, 38.972738 ], [ -77.037634, 38.972756 ], [ -77.037606, 38.972774 ], [ -77.03758, 38.972793 ], [ -77.037554, 38.972814 ], [ -77.03753, 38.972835 ], [ -77.037508, 38.972857 ], [ -77.03749, 38.972882 ], [ -77.037476, 38.972908 ], [ -77.037464, 38.972935 ], [ -77.037458, 38.972961 ], [ -77.037454, 38.972985 ], [ -77.037454, 38.97301 ], [ -77.037457, 38.973033 ], [ -77.037462, 38.973055 ], [ -77.037469, 38.973077 ], [ -77.03748, 38.973098 ], [ -77.037494, 38.97312 ], [ -77.037511, 38.973141 ], [ -77.037528, 38.973159 ], [ -77.037544, 38.973174 ], [ -77.037562, 38.973187 ], [ -77.037584, 38.973201 ], [ -77.03761, 38.973215 ], [ -77.037637, 38.973226 ], [ -77.037663, 38.973234 ], [ -77.037688, 38.97324 ], [ -77.037712, 38.973244 ], [ -77.037739, 38.973247 ], [ -77.037798, 38.973248 ], [ -77.037831, 38.973247 ], [ -77.037868, 38.973244 ], [ -77.038006, 38.973227 ], [ -77.038074, 38.973216 ], [ -77.038149, 38.973205 ], [ -77.038309, 38.973175 ], [ -77.038469, 38.973138 ], [ -77.038645, 38.973091 ], [ -77.038671, 38.973083 ], [ -77.03875, 38.973061 ], [ -77.038776, 38.973053 ], [ -77.038958, 38.973003 ], [ -77.039236, 38.972925 ], [ -77.039482, 38.972857 ], [ -77.03951, 38.972851 ], [ -77.039596, 38.972838 ], [ -77.039655, 38.972833 ], [ -77.039743, 38.972832 ], [ -77.039772, 38.972833 ], [ -77.039889, 38.972834 ], [ -77.040067, 38.972835 ], [ -77.040093, 38.972836 ], [ -77.040075, 38.972883 ], [ -77.040043, 38.972932 ], [ -77.040033, 38.972959 ], [ -77.04001, 38.973036 ], [ -77.04, 38.973063 ], [ -77.039991, 38.973093 ], [ -77.039975, 38.973116 ], [ -77.039963, 38.973143 ], [ -77.039953, 38.973176 ], [ -77.03993, 38.973236 ], [ -77.039909, 38.973297 ], [ -77.039904, 38.973325 ], [ -77.039897, 38.973357 ], [ -77.039882, 38.973386 ], [ -77.039879, 38.97341 ], [ -77.039895, 38.973459 ], [ -77.039886, 38.973503 ], [ -77.039867, 38.97354 ], [ -77.039851, 38.973557 ], [ -77.039831, 38.973588 ], [ -77.039823, 38.973605 ], [ -77.039816, 38.973624 ], [ -77.039799, 38.973665 ], [ -77.039777, 38.973707 ], [ -77.039765, 38.973728 ], [ -77.039752, 38.973746 ], [ -77.039725, 38.973779 ], [ -77.03971, 38.973808 ], [ -77.039692, 38.973829 ], [ -77.039664, 38.973849 ], [ -77.039635, 38.973871 ], [ -77.039595, 38.973917 ], [ -77.039575, 38.973933 ], [ -77.039565, 38.973967 ], [ -77.039563, 38.973988 ], [ -77.039552, 38.974052 ], [ -77.039549, 38.974076 ], [ -77.039548, 38.9741 ], [ -77.039549, 38.974125 ], [ -77.039558, 38.974164 ], [ -77.039559, 38.974183 ], [ -77.039558, 38.974201 ], [ -77.039561, 38.974222 ], [ -77.039578, 38.974259 ], [ -77.03961, 38.974306 ], [ -77.039617, 38.974331 ], [ -77.039669, 38.97436 ], [ -77.039699, 38.974384 ], [ -77.039744, 38.974431 ], [ -77.039777, 38.974461 ], [ -77.039795, 38.974473 ], [ -77.039831, 38.9745 ], [ -77.039875, 38.974545 ], [ -77.039895, 38.974577 ], [ -77.039903, 38.974594 ], [ -77.039946, 38.97466 ], [ -77.039968, 38.974692 ], [ -77.039982, 38.974708 ], [ -77.039999, 38.974722 ], [ -77.040056, 38.974763 ], [ -77.040073, 38.974793 ], [ -77.040095, 38.974818 ], [ -77.040115, 38.974843 ], [ -77.040129, 38.974872 ], [ -77.040141, 38.974901 ], [ -77.040144, 38.974928 ], [ -77.04014, 38.974952 ], [ -77.040128, 38.974975 ], [ -77.040113, 38.974999 ], [ -77.040101, 38.975021 ], [ -77.040085, 38.975047 ], [ -77.040069, 38.975075 ], [ -77.040051, 38.975102 ], [ -77.04003, 38.975129 ], [ -77.03998, 38.975174 ], [ -77.039963, 38.975192 ], [ -77.039917, 38.97523 ], [ -77.0399, 38.975247 ], [ -77.039885, 38.975264 ], [ -77.039856, 38.975303 ], [ -77.039848, 38.97532 ], [ -77.039833, 38.975334 ], [ -77.039819, 38.975353 ], [ -77.039812, 38.975378 ], [ -77.039822, 38.975406 ], [ -77.039841, 38.975436 ], [ -77.039866, 38.975498 ], [ -77.039886, 38.975558 ], [ -77.039893, 38.975591 ], [ -77.039889, 38.97562 ], [ -77.039883, 38.975648 ], [ -77.039875, 38.975677 ], [ -77.039874, 38.975705 ], [ -77.03988, 38.975732 ], [ -77.039879, 38.97576 ], [ -77.039874, 38.975811 ], [ -77.039866, 38.975845 ], [ -77.039856, 38.975879 ], [ -77.039845, 38.97591 ], [ -77.039831, 38.975933 ], [ -77.03982, 38.975971 ], [ -77.039814, 38.975995 ], [ -77.039827, 38.976017 ], [ -77.039848, 38.976039 ], [ -77.039863, 38.976061 ], [ -77.039876, 38.976089 ], [ -77.039886, 38.976119 ], [ -77.039903, 38.97615 ], [ -77.039923, 38.976178 ], [ -77.039945, 38.976206 ], [ -77.039997, 38.976263 ], [ -77.04007, 38.976334 ], [ -77.040103, 38.976363 ], [ -77.040119, 38.976376 ], [ -77.040153, 38.976399 ], [ -77.040189, 38.976418 ], [ -77.040221, 38.976433 ], [ -77.040257, 38.976445 ], [ -77.040296, 38.976456 ], [ -77.040335, 38.976463 ], [ -77.040374, 38.976466 ], [ -77.040405, 38.976474 ], [ -77.040441, 38.976495 ], [ -77.040476, 38.976518 ], [ -77.040491, 38.976532 ], [ -77.040527, 38.976554 ], [ -77.040586, 38.976585 ], [ -77.040608, 38.976594 ], [ -77.040628, 38.976604 ], [ -77.040668, 38.976622 ], [ -77.040784, 38.976679 ], [ -77.040849, 38.976717 ], [ -77.040923, 38.976756 ], [ -77.040962, 38.976774 ], [ -77.041, 38.976794 ], [ -77.041022, 38.976804 ], [ -77.041063, 38.976826 ], [ -77.041101, 38.976845 ], [ -77.041123, 38.976853 ], [ -77.041162, 38.976863 ], [ -77.041204, 38.976876 ], [ -77.041239, 38.976894 ], [ -77.041312, 38.976927 ], [ -77.041345, 38.976943 ], [ -77.041382, 38.976959 ], [ -77.041416, 38.976978 ], [ -77.041434, 38.97699 ], [ -77.041453, 38.977001 ], [ -77.041542, 38.977063 ], [ -77.041558, 38.977076 ], [ -77.041574, 38.977091 ], [ -77.041601, 38.977119 ], [ -77.041647, 38.977177 ], [ -77.041696, 38.977231 ], [ -77.041724, 38.977258 ], [ -77.041756, 38.977284 ], [ -77.041774, 38.977296 ], [ -77.041814, 38.977316 ], [ -77.041855, 38.977331 ], [ -77.04188, 38.977337 ], [ -77.04194, 38.977357 ], [ -77.041964, 38.977362 ], [ -77.042004, 38.977373 ], [ -77.042045, 38.977387 ], [ -77.042113, 38.977426 ], [ -77.042152, 38.977444 ], [ -77.042188, 38.977465 ], [ -77.042207, 38.977477 ], [ -77.042242, 38.977503 ], [ -77.042258, 38.977517 ], [ -77.042276, 38.97753 ], [ -77.042328, 38.977565 ], [ -77.042366, 38.977588 ], [ -77.042386, 38.977598 ], [ -77.042405, 38.97761 ], [ -77.04244, 38.977634 ], [ -77.042458, 38.977648 ], [ -77.042477, 38.97766 ], [ -77.042512, 38.977687 ], [ -77.04253, 38.977699 ], [ -77.042614, 38.977736 ], [ -77.042635, 38.977747 ], [ -77.042731, 38.977802 ], [ -77.042801, 38.977839 ], [ -77.042839, 38.977857 ], [ -77.042873, 38.977879 ], [ -77.042913, 38.977901 ], [ -77.042948, 38.977919 ], [ -77.042989, 38.977926 ], [ -77.043028, 38.97793 ], [ -77.043059, 38.97794 ], [ -77.043092, 38.977956 ], [ -77.043133, 38.977969 ], [ -77.043178, 38.977978 ], [ -77.043209, 38.977979 ], [ -77.043242, 38.977984 ], [ -77.043265, 38.97799 ], [ -77.043307, 38.978004 ], [ -77.043336, 38.978009 ], [ -77.043418, 38.978031 ], [ -77.04348, 38.978051 ], [ -77.043517, 38.978062 ], [ -77.043576, 38.978083 ], [ -77.043602, 38.978085 ], [ -77.043627, 38.978081 ], [ -77.043652, 38.978092 ], [ -77.04368, 38.978099 ], [ -77.043708, 38.9781 ], [ -77.043736, 38.978117 ], [ -77.043765, 38.97814 ], [ -77.043815, 38.978176 ], [ -77.043834, 38.978188 ], [ -77.043868, 38.978203 ], [ -77.043896, 38.978222 ], [ -77.043925, 38.978246 ], [ -77.043956, 38.97827 ], [ -77.043981, 38.978299 ], [ -77.044016, 38.978353 ], [ -77.044027, 38.978373 ], [ -77.044034, 38.978393 ], [ -77.044049, 38.978457 ], [ -77.044053, 38.978479 ], [ -77.044056, 38.978522 ], [ -77.044053, 38.978544 ], [ -77.044052, 38.978564 ], [ -77.044062, 38.978626 ], [ -77.044066, 38.978669 ], [ -77.044068, 38.978762 ], [ -77.044066, 38.97881 ], [ -77.044063, 38.978857 ], [ -77.044067, 38.978881 ], [ -77.044073, 38.978903 ], [ -77.044076, 38.97895 ], [ -77.044086, 38.978994 ], [ -77.044098, 38.97904 ], [ -77.044119, 38.979107 ], [ -77.044125, 38.979129 ], [ -77.044126, 38.979169 ], [ -77.044118, 38.979188 ], [ -77.044153, 38.979224 ], [ -77.044162, 38.979243 ], [ -77.044173, 38.979269 ], [ -77.044181, 38.979293 ], [ -77.044174, 38.979321 ], [ -77.044174, 38.97935 ], [ -77.044191, 38.979374 ], [ -77.044214, 38.979396 ], [ -77.044234, 38.979426 ], [ -77.044255, 38.979454 ], [ -77.044271, 38.979488 ], [ -77.044304, 38.979518 ], [ -77.044327, 38.97953 ], [ -77.044348, 38.979546 ], [ -77.044371, 38.979559 ], [ -77.044424, 38.979582 ], [ -77.044444, 38.979593 ], [ -77.044474, 38.979646 ], [ -77.044479, 38.979667 ], [ -77.044471, 38.979692 ], [ -77.044487, 38.979716 ], [ -77.044508, 38.979731 ], [ -77.044536, 38.979742 ], [ -77.044568, 38.979752 ], [ -77.044592, 38.979767 ], [ -77.044609, 38.979783 ], [ -77.044622, 38.9798 ], [ -77.044664, 38.97985 ], [ -77.044691, 38.979876 ], [ -77.044718, 38.9799 ], [ -77.044735, 38.979925 ], [ -77.04474, 38.979955 ], [ -77.044734, 38.979988 ], [ -77.044733, 38.980052 ], [ -77.04473, 38.98007 ], [ -77.044723, 38.980102 ], [ -77.04472, 38.98012 ], [ -77.044715, 38.980138 ], [ -77.044704, 38.98017 ], [ -77.044691, 38.980203 ], [ -77.044676, 38.980232 ], [ -77.044655, 38.980255 ], [ -77.04463, 38.980276 ], [ -77.044609, 38.9803 ], [ -77.044583, 38.980326 ], [ -77.044543, 38.980373 ], [ -77.044518, 38.980408 ], [ -77.044489, 38.980435 ], [ -77.044461, 38.980457 ], [ -77.044428, 38.980469 ], [ -77.044393, 38.980474 ], [ -77.044357, 38.980475 ], [ -77.044293, 38.98048 ], [ -77.044265, 38.980492 ], [ -77.044232, 38.980511 ], [ -77.044174, 38.980537 ], [ -77.044111, 38.980562 ], [ -77.044038, 38.980598 ], [ -77.044019, 38.980609 ], [ -77.043915, 38.980675 ], [ -77.043876, 38.980686 ], [ -77.043853, 38.98069 ], [ -77.043772, 38.980708 ], [ -77.043691, 38.980718 ], [ -77.043652, 38.980734 ], [ -77.043529, 38.9808 ], [ -77.043492, 38.980808 ], [ -77.04345, 38.980808 ], [ -77.043413, 38.980806 ], [ -77.043375, 38.980796 ], [ -77.043354, 38.980788 ], [ -77.043315, 38.980775 ], [ -77.043282, 38.980763 ], [ -77.043253, 38.980747 ], [ -77.043231, 38.980726 ], [ -77.043223, 38.980702 ], [ -77.043202, 38.980682 ], [ -77.04317, 38.980662 ], [ -77.043149, 38.980654 ], [ -77.043072, 38.980615 ], [ -77.043036, 38.980589 ], [ -77.043018, 38.980574 ], [ -77.042981, 38.98055 ], [ -77.042944, 38.980529 ], [ -77.042921, 38.980518 ], [ -77.042857, 38.980499 ], [ -77.042835, 38.98049 ], [ -77.042814, 38.980479 ], [ -77.042795, 38.980467 ], [ -77.042759, 38.98044 ], [ -77.04274, 38.980427 ], [ -77.042706, 38.980401 ], [ -77.042665, 38.980378 ], [ -77.042626, 38.980366 ], [ -77.04259, 38.980351 ], [ -77.042572, 38.980312 ], [ -77.042548, 38.980308 ], [ -77.042521, 38.980312 ], [ -77.042495, 38.980296 ], [ -77.042464, 38.980273 ], [ -77.042448, 38.980259 ], [ -77.042429, 38.980247 ], [ -77.042375, 38.980221 ], [ -77.04235, 38.980206 ], [ -77.042329, 38.980188 ], [ -77.042302, 38.980181 ], [ -77.04226, 38.980206 ], [ -77.042242, 38.980223 ], [ -77.042242, 38.980248 ], [ -77.042247, 38.980274 ], [ -77.042261, 38.980296 ], [ -77.042285, 38.98033 ], [ -77.04229, 38.980349 ], [ -77.042295, 38.980374 ], [ -77.042265, 38.980425 ], [ -77.042235, 38.980428 ], [ -77.04221, 38.980451 ], [ -77.042207, 38.980432 ], [ -77.042188, 38.980461 ], [ -77.042156, 38.980452 ], [ -77.04214, 38.980436 ], [ -77.042137, 38.980417 ], [ -77.042117, 38.980398 ], [ -77.042091, 38.980397 ], [ -77.042059, 38.98039 ], [ -77.042043, 38.980377 ], [ -77.042031, 38.980361 ], [ -77.042011, 38.980348 ], [ -77.041988, 38.98034 ], [ -77.04196, 38.980346 ], [ -77.041924, 38.980381 ], [ -77.041889, 38.980425 ], [ -77.04184, 38.980474 ], [ -77.041813, 38.980499 ], [ -77.041786, 38.980526 ], [ -77.041732, 38.980573 ], [ -77.041706, 38.980587 ], [ -77.04167, 38.980596 ], [ -77.041638, 38.980597 ], [ -77.041606, 38.980592 ], [ -77.041545, 38.980587 ], [ -77.041516, 38.980587 ], [ -77.041489, 38.980584 ], [ -77.04146, 38.980587 ], [ -77.041433, 38.980601 ], [ -77.041407, 38.980619 ], [ -77.041376, 38.980634 ], [ -77.041341, 38.980649 ], [ -77.04126, 38.980677 ], [ -77.041239, 38.980685 ], [ -77.041201, 38.980703 ], [ -77.041169, 38.980722 ], [ -77.041131, 38.980734 ], [ -77.041097, 38.980746 ], [ -77.041066, 38.980761 ], [ -77.041043, 38.980767 ], [ -77.041003, 38.980781 ], [ -77.040956, 38.980793 ], [ -77.040934, 38.980802 ], [ -77.040913, 38.980813 ], [ -77.040889, 38.980822 ], [ -77.040845, 38.980842 ], [ -77.040824, 38.980854 ], [ -77.040799, 38.980865 ], [ -77.040779, 38.980876 ], [ -77.040761, 38.980889 ], [ -77.040726, 38.98092 ], [ -77.040706, 38.980936 ], [ -77.040651, 38.980976 ], [ -77.040631, 38.980989 ], [ -77.04061, 38.981001 ], [ -77.040523, 38.981075 ], [ -77.040497, 38.981106 ], [ -77.040483, 38.981137 ], [ -77.040467, 38.981167 ], [ -77.040445, 38.981199 ], [ -77.040434, 38.981217 ], [ -77.040402, 38.981275 ], [ -77.040338, 38.981349 ], [ -77.040247, 38.981433 ], [ -77.04023, 38.981451 ], [ -77.040215, 38.981469 ], [ -77.040198, 38.981485 ], [ -77.040166, 38.98152 ], [ -77.04012, 38.981576 ], [ -77.040099, 38.981603 ], [ -77.040066, 38.981651 ], [ -77.040038, 38.981688 ], [ -77.040028, 38.98171 ], [ -77.040018, 38.981754 ], [ -77.040017, 38.981776 ], [ -77.04002, 38.98182 ], [ -77.04002, 38.981842 ], [ -77.040018, 38.981866 ], [ -77.040018, 38.981886 ], [ -77.04002, 38.981924 ], [ -77.040038, 38.981953 ], [ -77.040064, 38.98197 ], [ -77.040094, 38.981985 ], [ -77.040123, 38.982005 ], [ -77.040143, 38.982026 ], [ -77.040157, 38.982046 ], [ -77.040155, 38.982071 ], [ -77.040136, 38.982098 ], [ -77.040118, 38.982129 ], [ -77.040107, 38.982164 ], [ -77.0401, 38.9822 ], [ -77.040086, 38.982235 ], [ -77.040067, 38.982272 ], [ -77.040049, 38.982304 ], [ -77.040052, 38.982338 ], [ -77.040069, 38.982373 ], [ -77.040091, 38.982409 ], [ -77.040101, 38.982427 ], [ -77.040111, 38.982448 ], [ -77.040122, 38.982466 ], [ -77.040135, 38.982484 ], [ -77.040146, 38.982504 ], [ -77.040157, 38.982521 ], [ -77.040198, 38.982565 ], [ -77.040216, 38.982578 ], [ -77.040266, 38.982619 ], [ -77.040293, 38.982645 ], [ -77.040315, 38.982664 ], [ -77.040339, 38.982679 ], [ -77.040371, 38.982692 ], [ -77.040494, 38.982751 ], [ -77.040552, 38.982782 ], [ -77.040607, 38.982803 ], [ -77.040632, 38.982816 ], [ -77.040654, 38.982831 ], [ -77.040671, 38.982857 ], [ -77.04069, 38.982889 ], [ -77.040702, 38.982905 ], [ -77.040729, 38.982935 ], [ -77.040741, 38.982951 ], [ -77.040772, 38.982975 ], [ -77.0408, 38.983003 ], [ -77.040827, 38.983032 ], [ -77.040856, 38.983061 ], [ -77.04087, 38.983077 ], [ -77.0409, 38.983102 ], [ -77.040919, 38.983113 ], [ -77.040957, 38.983132 ], [ -77.040978, 38.98314 ], [ -77.041025, 38.983151 ], [ -77.041069, 38.98316 ], [ -77.04117, 38.983171 ], [ -77.041238, 38.983176 ], [ -77.041285, 38.983176 ], [ -77.04133, 38.98317 ], [ -77.041355, 38.983164 ], [ -77.041395, 38.983152 ], [ -77.041432, 38.983143 ], [ -77.041472, 38.983149 ], [ -77.041516, 38.983158 ], [ -77.041556, 38.98317 ], [ -77.041594, 38.983187 ], [ -77.041621, 38.983202 ], [ -77.041651, 38.983216 ], [ -77.041688, 38.983232 ], [ -77.04176, 38.983268 ], [ -77.041782, 38.983293 ], [ -77.041796, 38.98332 ], [ -77.0418, 38.983349 ], [ -77.041837, 38.983393 ], [ -77.041847, 38.983417 ], [ -77.041891, 38.983437 ], [ -77.041913, 38.983449 ], [ -77.041929, 38.983468 ], [ -77.041945, 38.983489 ], [ -77.041974, 38.983499 ], [ -77.042, 38.983516 ], [ -77.042045, 38.983566 ], [ -77.042084, 38.983614 ], [ -77.042096, 38.98363 ], [ -77.042106, 38.983647 ], [ -77.042127, 38.983678 ], [ -77.042151, 38.983706 ], [ -77.042179, 38.983722 ], [ -77.042237, 38.983744 ], [ -77.042269, 38.983773 ], [ -77.042303, 38.983797 ], [ -77.042323, 38.983809 ], [ -77.042351, 38.983834 ], [ -77.042382, 38.983852 ], [ -77.04244, 38.983875 ], [ -77.042484, 38.98389 ], [ -77.042553, 38.983905 ], [ -77.04258, 38.983909 ], [ -77.042603, 38.983914 ], [ -77.042645, 38.98392 ], [ -77.042682, 38.983931 ], [ -77.042714, 38.983938 ], [ -77.042737, 38.98394 ], [ -77.042787, 38.983941 ], [ -77.042857, 38.983936 ], [ -77.043493, 38.983983 ], [ -77.043563, 38.983988 ], [ -77.043622, 38.983992 ], [ -77.045758, 38.984151 ], [ -77.046137, 38.984454 ], [ -77.047587, 38.98536 ], [ -77.048987, 38.985632 ], [ -77.050041, 38.986067 ], [ -77.05177, 38.986949 ], [ -77.051623, 38.987145 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001702", "name": "Census Tract 17.02, District of Columbia, District of Columbia", "total_population_17": 3217, "white_alone_17": 1224.0, "black_alone_17": 1435.0, "native_alone_17": 0.0, "asian_alone_17": 41.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 438.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 20.593, "pct_black_alone_change": -30.304, "pct_native_alone_change": -0.357, "pct_asian_alone_change": 0.024, "pct_hispanic_or_latino_change": 7.901, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9717231", "INTPTLON": "-077.0160682" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.025315, 38.970047 ], [ -77.025281, 38.970095 ], [ -77.02501, 38.970462 ], [ -77.024846, 38.970681 ], [ -77.024405, 38.971276 ], [ -77.024263, 38.971469 ], [ -77.024214, 38.971535 ], [ -77.023645, 38.972347 ], [ -77.023344, 38.972798 ], [ -77.023062, 38.973207 ], [ -77.022857, 38.973512 ], [ -77.022766, 38.973609 ], [ -77.022646, 38.973719 ], [ -77.022407, 38.973951 ], [ -77.022349, 38.974013 ], [ -77.022295, 38.974076 ], [ -77.022243, 38.974141 ], [ -77.022195, 38.974207 ], [ -77.022142, 38.974284 ], [ -77.022092, 38.974354 ], [ -77.021823, 38.974738 ], [ -77.021768, 38.974815 ], [ -77.021699, 38.974914 ], [ -77.021469, 38.975238 ], [ -77.021173, 38.975656 ], [ -77.021065, 38.975806 ], [ -77.020792, 38.976183 ], [ -77.020544, 38.976528 ], [ -77.020292, 38.976896 ], [ -77.020138, 38.977104 ], [ -77.019989, 38.977297 ], [ -77.01994, 38.977358 ], [ -77.019889, 38.977417 ], [ -77.019835, 38.977475 ], [ -77.019778, 38.977531 ], [ -77.019749, 38.977558 ], [ -77.019581, 38.977701 ], [ -77.019354, 38.977888 ], [ -77.019267, 38.977949 ], [ -77.018848, 38.978208 ], [ -77.018569, 38.978355 ], [ -77.018446, 38.97826 ], [ -77.018391, 38.978217 ], [ -77.017242, 38.977333 ], [ -77.015724, 38.976169 ], [ -77.014587, 38.97533 ], [ -77.014552, 38.9753 ], [ -77.013945, 38.974786 ], [ -77.01383, 38.974685 ], [ -77.013404, 38.97431 ], [ -77.013342, 38.974267 ], [ -77.01283, 38.973881 ], [ -77.010919, 38.972443 ], [ -77.010053, 38.971695 ], [ -77.009762, 38.971403 ], [ -77.009418, 38.971096 ], [ -77.008819, 38.970627 ], [ -77.00852, 38.970395 ], [ -77.008575, 38.97035 ], [ -77.008625, 38.970307 ], [ -77.008852, 38.970109 ], [ -77.008928, 38.970042 ], [ -77.008993, 38.969987 ], [ -77.009022, 38.969948 ], [ -77.009036, 38.969919 ], [ -77.009042, 38.969893 ], [ -77.009044, 38.969873 ], [ -77.009042, 38.969696 ], [ -77.009042, 38.969096 ], [ -77.009047, 38.968217 ], [ -77.009049, 38.967421 ], [ -77.009048, 38.967339 ], [ -77.009046, 38.966755 ], [ -77.009047, 38.966419 ], [ -77.009048, 38.966331 ], [ -77.009039, 38.965816 ], [ -77.009039, 38.965748 ], [ -77.009041, 38.96568 ], [ -77.009045, 38.965613 ], [ -77.009054, 38.965511 ], [ -77.009064, 38.965419 ], [ -77.009076, 38.965327 ], [ -77.009097, 38.965189 ], [ -77.009114, 38.965097 ], [ -77.009126, 38.965043 ], [ -77.009139, 38.96502 ], [ -77.009159, 38.964999 ], [ -77.009185, 38.964983 ], [ -77.009089, 38.964899 ], [ -77.009032, 38.964848 ], [ -77.008963, 38.96479 ], [ -77.008927, 38.964758 ], [ -77.009499, 38.963989 ], [ -77.009537, 38.963937 ], [ -77.009562, 38.963905 ], [ -77.011349, 38.965392 ], [ -77.012169, 38.96617 ], [ -77.012564, 38.966586 ], [ -77.012926, 38.966991 ], [ -77.013736, 38.968179 ], [ -77.013869, 38.968392 ], [ -77.014771, 38.969936 ], [ -77.014857, 38.969923 ], [ -77.014891, 38.969921 ], [ -77.01496, 38.969922 ], [ -77.015154, 38.969925 ], [ -77.01548, 38.969923 ], [ -77.016024, 38.969924 ], [ -77.016165, 38.969923 ], [ -77.018029, 38.969923 ], [ -77.019799, 38.969924 ], [ -77.019895, 38.969923 ], [ -77.020236, 38.969923 ], [ -77.020771, 38.969925 ], [ -77.021085, 38.969924 ], [ -77.021165, 38.969925 ], [ -77.021322, 38.969925 ], [ -77.021348, 38.969926 ], [ -77.021412, 38.969924 ], [ -77.021554, 38.969921 ], [ -77.02245, 38.969924 ], [ -77.02318, 38.969922 ], [ -77.02323, 38.969923 ], [ -77.02333, 38.969923 ], [ -77.023457, 38.969924 ], [ -77.024112, 38.969923 ], [ -77.024211, 38.969924 ], [ -77.025219, 38.969925 ], [ -77.025406, 38.969924 ], [ -77.025315, 38.970047 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001803", "name": "Census Tract 18.03, District of Columbia, District of Columbia", "total_population_17": 4176, "white_alone_17": 301.0, "black_alone_17": 2547.0, "native_alone_17": 23.0, "asian_alone_17": 17.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1239.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.631, "pct_black_alone_change": -10.046, "pct_native_alone_change": 0.355, "pct_asian_alone_change": -1.322, "pct_hispanic_or_latino_change": 8.6, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9672267", "INTPTLON": "-077.0419399" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.047631, 38.964767 ], [ -77.04762, 38.964786 ], [ -77.047593, 38.964851 ], [ -77.047626, 38.964853 ], [ -77.047624, 38.964877 ], [ -77.047625, 38.964897 ], [ -77.047624, 38.964919 ], [ -77.047621, 38.964943 ], [ -77.047615, 38.964972 ], [ -77.047603, 38.964999 ], [ -77.047604, 38.965026 ], [ -77.047606, 38.965044 ], [ -77.047594, 38.965066 ], [ -77.047585, 38.965086 ], [ -77.047568, 38.965106 ], [ -77.047541, 38.965122 ], [ -77.047521, 38.96515 ], [ -77.047511, 38.965184 ], [ -77.047499, 38.965245 ], [ -77.047498, 38.965256 ], [ -77.047493, 38.965287 ], [ -77.04747, 38.965347 ], [ -77.047448, 38.965403 ], [ -77.047413, 38.965476 ], [ -77.047394, 38.965509 ], [ -77.047373, 38.965541 ], [ -77.047364, 38.965558 ], [ -77.047353, 38.965595 ], [ -77.047339, 38.965627 ], [ -77.047323, 38.96565 ], [ -77.047314, 38.965668 ], [ -77.047294, 38.965696 ], [ -77.047281, 38.965711 ], [ -77.047259, 38.965742 ], [ -77.04725, 38.965759 ], [ -77.047236, 38.965801 ], [ -77.047229, 38.965819 ], [ -77.047224, 38.965838 ], [ -77.047208, 38.965881 ], [ -77.047198, 38.9659 ], [ -77.047174, 38.965953 ], [ -77.047151, 38.965991 ], [ -77.047142, 38.966008 ], [ -77.047125, 38.966048 ], [ -77.047098, 38.966086 ], [ -77.047084, 38.966104 ], [ -77.047072, 38.966123 ], [ -77.04705, 38.966165 ], [ -77.047039, 38.966183 ], [ -77.046971, 38.966327 ], [ -77.04696, 38.966346 ], [ -77.046944, 38.966385 ], [ -77.046937, 38.966408 ], [ -77.046928, 38.96643 ], [ -77.046921, 38.966452 ], [ -77.046911, 38.9665 ], [ -77.046906, 38.966547 ], [ -77.046896, 38.966596 ], [ -77.046893, 38.966618 ], [ -77.046892, 38.966638 ], [ -77.046883, 38.96669 ], [ -77.046883, 38.966743 ], [ -77.046897, 38.966776 ], [ -77.046914, 38.966804 ], [ -77.046911, 38.96684 ], [ -77.046905, 38.966858 ], [ -77.046894, 38.966881 ], [ -77.046901, 38.966899 ], [ -77.046915, 38.966925 ], [ -77.046918, 38.966957 ], [ -77.046909, 38.966983 ], [ -77.046905, 38.967015 ], [ -77.046906, 38.967034 ], [ -77.046913, 38.967068 ], [ -77.046915, 38.9671 ], [ -77.046915, 38.967118 ], [ -77.046913, 38.967136 ], [ -77.046905, 38.967173 ], [ -77.046892, 38.967216 ], [ -77.046887, 38.967236 ], [ -77.046881, 38.967276 ], [ -77.046875, 38.967297 ], [ -77.046854, 38.967348 ], [ -77.046826, 38.967409 ], [ -77.04682, 38.967429 ], [ -77.046811, 38.96747 ], [ -77.046805, 38.967491 ], [ -77.046797, 38.967511 ], [ -77.046784, 38.967554 ], [ -77.046775, 38.967577 ], [ -77.046755, 38.967639 ], [ -77.046737, 38.967682 ], [ -77.046731, 38.967704 ], [ -77.046714, 38.967749 ], [ -77.046703, 38.967769 ], [ -77.046676, 38.967808 ], [ -77.046622, 38.967861 ], [ -77.046587, 38.967899 ], [ -77.046568, 38.967917 ], [ -77.046551, 38.967936 ], [ -77.04652, 38.967968 ], [ -77.046503, 38.967981 ], [ -77.046452, 38.968031 ], [ -77.046426, 38.968054 ], [ -77.046396, 38.968074 ], [ -77.046366, 38.968092 ], [ -77.046332, 38.96811 ], [ -77.046277, 38.96815 ], [ -77.046252, 38.968171 ], [ -77.046232, 38.968192 ], [ -77.046228, 38.968212 ], [ -77.04622, 38.968233 ], [ -77.046204, 38.968246 ], [ -77.046184, 38.968257 ], [ -77.046136, 38.968276 ], [ -77.046118, 38.96829 ], [ -77.046117, 38.968314 ], [ -77.046118, 38.968337 ], [ -77.046106, 38.968353 ], [ -77.046091, 38.968333 ], [ -77.046068, 38.968327 ], [ -77.046041, 38.968347 ], [ -77.04602, 38.968366 ], [ -77.045996, 38.968386 ], [ -77.045973, 38.968412 ], [ -77.045959, 38.968444 ], [ -77.045952, 38.968477 ], [ -77.045945, 38.968495 ], [ -77.045923, 38.96853 ], [ -77.045906, 38.968564 ], [ -77.045886, 38.968599 ], [ -77.045874, 38.968615 ], [ -77.045843, 38.968645 ], [ -77.045804, 38.968676 ], [ -77.045749, 38.968716 ], [ -77.045699, 38.96874 ], [ -77.045678, 38.968751 ], [ -77.045636, 38.968776 ], [ -77.045614, 38.96879 ], [ -77.045563, 38.968815 ], [ -77.045428, 38.968902 ], [ -77.045339, 38.968961 ], [ -77.04523, 38.969024 ], [ -77.045206, 38.96905 ], [ -77.045192, 38.969081 ], [ -77.045183, 38.969121 ], [ -77.045176, 38.969164 ], [ -77.045164, 38.969209 ], [ -77.04516, 38.969234 ], [ -77.045156, 38.969279 ], [ -77.045157, 38.96937 ], [ -77.045156, 38.969391 ], [ -77.045151, 38.969412 ], [ -77.045139, 38.96944 ], [ -77.045146, 38.969466 ], [ -77.045146, 38.969484 ], [ -77.045142, 38.969527 ], [ -77.045139, 38.969548 ], [ -77.045134, 38.969572 ], [ -77.04513, 38.969616 ], [ -77.045125, 38.969636 ], [ -77.045122, 38.96966 ], [ -77.045122, 38.969682 ], [ -77.04512, 38.969718 ], [ -77.045114, 38.969738 ], [ -77.045103, 38.969759 ], [ -77.045088, 38.969777 ], [ -77.045011, 38.969903 ], [ -77.044989, 38.969946 ], [ -77.044976, 38.969964 ], [ -77.044966, 38.969982 ], [ -77.044959, 38.970002 ], [ -77.044943, 38.970063 ], [ -77.044925, 38.97011 ], [ -77.044915, 38.970129 ], [ -77.044903, 38.970148 ], [ -77.044892, 38.970168 ], [ -77.044877, 38.970214 ], [ -77.044872, 38.970234 ], [ -77.044868, 38.970274 ], [ -77.044865, 38.970296 ], [ -77.044861, 38.970315 ], [ -77.04485, 38.970346 ], [ -77.044827, 38.970373 ], [ -77.044822, 38.970392 ], [ -77.044817, 38.970428 ], [ -77.044816, 38.970447 ], [ -77.044816, 38.970467 ], [ -77.044812, 38.970486 ], [ -77.044794, 38.970543 ], [ -77.044784, 38.970564 ], [ -77.044773, 38.970583 ], [ -77.04476, 38.970603 ], [ -77.044749, 38.970625 ], [ -77.04474, 38.970647 ], [ -77.044729, 38.970667 ], [ -77.04467, 38.97075 ], [ -77.044654, 38.970768 ], [ -77.044515, 38.970894 ], [ -77.044501, 38.970909 ], [ -77.04445, 38.970952 ], [ -77.044425, 38.97098 ], [ -77.044407, 38.970997 ], [ -77.044388, 38.971012 ], [ -77.044323, 38.97105 ], [ -77.0443, 38.971062 ], [ -77.044201, 38.9711 ], [ -77.044123, 38.971123 ], [ -77.04408, 38.971134 ], [ -77.044033, 38.971148 ], [ -77.043939, 38.971171 ], [ -77.043922, 38.971189 ], [ -77.043859, 38.971213 ], [ -77.043847, 38.971195 ], [ -77.043816, 38.971196 ], [ -77.04372, 38.971214 ], [ -77.043695, 38.97122 ], [ -77.043671, 38.971229 ], [ -77.043613, 38.971259 ], [ -77.043569, 38.971276 ], [ -77.04353, 38.971289 ], [ -77.043487, 38.9713 ], [ -77.043439, 38.971304 ], [ -77.043416, 38.971307 ], [ -77.043392, 38.971309 ], [ -77.043365, 38.97131 ], [ -77.043298, 38.971315 ], [ -77.043245, 38.971315 ], [ -77.04313, 38.971312 ], [ -77.043075, 38.971308 ], [ -77.042904, 38.971289 ], [ -77.042863, 38.97128 ], [ -77.04282, 38.971272 ], [ -77.04277, 38.971266 ], [ -77.042731, 38.971259 ], [ -77.042683, 38.971252 ], [ -77.042645, 38.971245 ], [ -77.042618, 38.971236 ], [ -77.042587, 38.971223 ], [ -77.042557, 38.971207 ], [ -77.042531, 38.971191 ], [ -77.042503, 38.97118 ], [ -77.042484, 38.971164 ], [ -77.042465, 38.971129 ], [ -77.042454, 38.971101 ], [ -77.04243, 38.971059 ], [ -77.042412, 38.971041 ], [ -77.042358, 38.971019 ], [ -77.042325, 38.971016 ], [ -77.042291, 38.97101 ], [ -77.042266, 38.971007 ], [ -77.042205, 38.971004 ], [ -77.042177, 38.971001 ], [ -77.04208, 38.971002 ], [ -77.042026, 38.971005 ], [ -77.041969, 38.97101 ], [ -77.041932, 38.97102 ], [ -77.04191, 38.971027 ], [ -77.041884, 38.971033 ], [ -77.041831, 38.971043 ], [ -77.041735, 38.971056 ], [ -77.041677, 38.971067 ], [ -77.041644, 38.971075 ], [ -77.041592, 38.971092 ], [ -77.041445, 38.971132 ], [ -77.041415, 38.971139 ], [ -77.04139, 38.971143 ], [ -77.041309, 38.97116 ], [ -77.041283, 38.971168 ], [ -77.041238, 38.971186 ], [ -77.041183, 38.971201 ], [ -77.041098, 38.971233 ], [ -77.041066, 38.971256 ], [ -77.041036, 38.971282 ], [ -77.041022, 38.971297 ], [ -77.041007, 38.971311 ], [ -77.040982, 38.97134 ], [ -77.040957, 38.971371 ], [ -77.040903, 38.971428 ], [ -77.040877, 38.971458 ], [ -77.040852, 38.971485 ], [ -77.040799, 38.97153 ], [ -77.040757, 38.97157 ], [ -77.040736, 38.971587 ], [ -77.040675, 38.97164 ], [ -77.040611, 38.971687 ], [ -77.040589, 38.971701 ], [ -77.040543, 38.971725 ], [ -77.040495, 38.971745 ], [ -77.040467, 38.971755 ], [ -77.040441, 38.971763 ], [ -77.040416, 38.971772 ], [ -77.040364, 38.971794 ], [ -77.040339, 38.971803 ], [ -77.040277, 38.971822 ], [ -77.040251, 38.971823 ], [ -77.040218, 38.971828 ], [ -77.040183, 38.971841 ], [ -77.040156, 38.971857 ], [ -77.04017, 38.971875 ], [ -77.040191, 38.971894 ], [ -77.040203, 38.971916 ], [ -77.040208, 38.971944 ], [ -77.040209, 38.97197 ], [ -77.040202, 38.97199 ], [ -77.040206, 38.972018 ], [ -77.040206, 38.972039 ], [ -77.040208, 38.97207 ], [ -77.040205, 38.972096 ], [ -77.040197, 38.972122 ], [ -77.040198, 38.972155 ], [ -77.040201, 38.972191 ], [ -77.040204, 38.972211 ], [ -77.040208, 38.972283 ], [ -77.040203, 38.972302 ], [ -77.0402, 38.97232 ], [ -77.040204, 38.97234 ], [ -77.04021, 38.972361 ], [ -77.040207, 38.97244 ], [ -77.040204, 38.972474 ], [ -77.040201, 38.972492 ], [ -77.040194, 38.972525 ], [ -77.040191, 38.972543 ], [ -77.040172, 38.972614 ], [ -77.040155, 38.972667 ], [ -77.040144, 38.972696 ], [ -77.040137, 38.972728 ], [ -77.040127, 38.972757 ], [ -77.040116, 38.972777 ], [ -77.040093, 38.972836 ], [ -77.040067, 38.972835 ], [ -77.039889, 38.972834 ], [ -77.039772, 38.972833 ], [ -77.039743, 38.972832 ], [ -77.039655, 38.972833 ], [ -77.039596, 38.972838 ], [ -77.03951, 38.972851 ], [ -77.039482, 38.972857 ], [ -77.039236, 38.972925 ], [ -77.038958, 38.973003 ], [ -77.038776, 38.973053 ], [ -77.03875, 38.973061 ], [ -77.038671, 38.973083 ], [ -77.038645, 38.973091 ], [ -77.038469, 38.973138 ], [ -77.038309, 38.973175 ], [ -77.038149, 38.973205 ], [ -77.038074, 38.973216 ], [ -77.038006, 38.973227 ], [ -77.037868, 38.973244 ], [ -77.037831, 38.973247 ], [ -77.037798, 38.973248 ], [ -77.037739, 38.973247 ], [ -77.037712, 38.973244 ], [ -77.037688, 38.97324 ], [ -77.037663, 38.973234 ], [ -77.037637, 38.973226 ], [ -77.03761, 38.973215 ], [ -77.037584, 38.973201 ], [ -77.037562, 38.973187 ], [ -77.037544, 38.973174 ], [ -77.037528, 38.973159 ], [ -77.037511, 38.973141 ], [ -77.037494, 38.97312 ], [ -77.03748, 38.973098 ], [ -77.037469, 38.973077 ], [ -77.037462, 38.973055 ], [ -77.037457, 38.973033 ], [ -77.037454, 38.97301 ], [ -77.037454, 38.972985 ], [ -77.037458, 38.972961 ], [ -77.037464, 38.972935 ], [ -77.037476, 38.972908 ], [ -77.03749, 38.972882 ], [ -77.037508, 38.972857 ], [ -77.03753, 38.972835 ], [ -77.037554, 38.972814 ], [ -77.03758, 38.972793 ], [ -77.037606, 38.972774 ], [ -77.037634, 38.972756 ], [ -77.037664, 38.972738 ], [ -77.037729, 38.972704 ], [ -77.037785, 38.972672 ], [ -77.037836, 38.97264 ], [ -77.037859, 38.972623 ], [ -77.037881, 38.972605 ], [ -77.037922, 38.972568 ], [ -77.037941, 38.972548 ], [ -77.037955, 38.972529 ], [ -77.037974, 38.972493 ], [ -77.037988, 38.972454 ], [ -77.037993, 38.972434 ], [ -77.037997, 38.972413 ], [ -77.038002, 38.972371 ], [ -77.038001, 38.97235 ], [ -77.037998, 38.972328 ], [ -77.037993, 38.972306 ], [ -77.037986, 38.972283 ], [ -77.037976, 38.972259 ], [ -77.037963, 38.972235 ], [ -77.037949, 38.972212 ], [ -77.037932, 38.972191 ], [ -77.037913, 38.97217 ], [ -77.037893, 38.972151 ], [ -77.037872, 38.972134 ], [ -77.03785, 38.972119 ], [ -77.037826, 38.972104 ], [ -77.0378, 38.972091 ], [ -77.037744, 38.972067 ], [ -77.037714, 38.972056 ], [ -77.03765, 38.972035 ], [ -77.03755, 38.972009 ], [ -77.037469, 38.971992 ], [ -77.037387, 38.971981 ], [ -77.03733, 38.971979 ], [ -77.037273, 38.97198 ], [ -77.037216, 38.971985 ], [ -77.037188, 38.97199 ], [ -77.037131, 38.972002 ], [ -77.037074, 38.972018 ], [ -77.037047, 38.972027 ], [ -77.036944, 38.972068 ], [ -77.036917, 38.972078 ], [ -77.036859, 38.972103 ], [ -77.036545, 38.972231 ], [ -77.036473, 38.972254 ], [ -77.036447, 38.972259 ], [ -77.036371, 38.972269 ], [ -77.036223, 38.972266 ], [ -77.035894, 38.972266 ], [ -77.034533, 38.972263 ], [ -77.033416, 38.972263 ], [ -77.033415, 38.971841 ], [ -77.033417, 38.971505 ], [ -77.033416, 38.970813 ], [ -77.033417, 38.970722 ], [ -77.033418, 38.970026 ], [ -77.033414, 38.970001 ], [ -77.033378, 38.969922 ], [ -77.033414, 38.969647 ], [ -77.033418, 38.969604 ], [ -77.033418, 38.968982 ], [ -77.033419, 38.968274 ], [ -77.033418, 38.967828 ], [ -77.033418, 38.967566 ], [ -77.033417, 38.967478 ], [ -77.033418, 38.96685 ], [ -77.033419, 38.966138 ], [ -77.033419, 38.965429 ], [ -77.033415, 38.964925 ], [ -77.033418, 38.964567 ], [ -77.033417, 38.964014 ], [ -77.033416, 38.963778 ], [ -77.033417, 38.963238 ], [ -77.033417, 38.963153 ], [ -77.03342, 38.962935 ], [ -77.033422, 38.962599 ], [ -77.033421, 38.962194 ], [ -77.033425, 38.962042 ], [ -77.034338, 38.962172 ], [ -77.034796, 38.962241 ], [ -77.034973, 38.962278 ], [ -77.035875, 38.962476 ], [ -77.036303, 38.962566 ], [ -77.036388, 38.962584 ], [ -77.03642, 38.962592 ], [ -77.037603, 38.962884 ], [ -77.038233, 38.963014 ], [ -77.038602, 38.96309 ], [ -77.039006, 38.963131 ], [ -77.039121, 38.963143 ], [ -77.039774, 38.963094 ], [ -77.040047, 38.963076 ], [ -77.040266, 38.963035 ], [ -77.040383, 38.963001 ], [ -77.040648, 38.962917 ], [ -77.041011, 38.962751 ], [ -77.043288, 38.961507 ], [ -77.043381, 38.961457 ], [ -77.04335, 38.961415 ], [ -77.043461, 38.961395 ], [ -77.043521, 38.961365 ], [ -77.043565, 38.961409 ], [ -77.043584, 38.96143 ], [ -77.043599, 38.96145 ], [ -77.043614, 38.961467 ], [ -77.043629, 38.961488 ], [ -77.043652, 38.961513 ], [ -77.043669, 38.961526 ], [ -77.043701, 38.961554 ], [ -77.04372, 38.961567 ], [ -77.043754, 38.961597 ], [ -77.043789, 38.961618 ], [ -77.0438, 38.961623 ], [ -77.043825, 38.961634 ], [ -77.043853, 38.961651 ], [ -77.04391, 38.961691 ], [ -77.043928, 38.961706 ], [ -77.043959, 38.96174 ], [ -77.043986, 38.961774 ], [ -77.044004, 38.961791 ], [ -77.044026, 38.961808 ], [ -77.044075, 38.961842 ], [ -77.044123, 38.961872 ], [ -77.04426, 38.961968 ], [ -77.044301, 38.962 ], [ -77.044322, 38.962015 ], [ -77.044371, 38.962044 ], [ -77.044395, 38.96206 ], [ -77.044417, 38.962076 ], [ -77.044459, 38.962109 ], [ -77.044482, 38.962124 ], [ -77.044548, 38.962174 ], [ -77.044568, 38.96219 ], [ -77.04461, 38.962215 ], [ -77.044651, 38.962245 ], [ -77.04469, 38.962271 ], [ -77.044733, 38.962296 ], [ -77.04479, 38.962333 ], [ -77.044831, 38.962355 ], [ -77.044871, 38.962372 ], [ -77.044904, 38.962389 ], [ -77.044927, 38.96241 ], [ -77.044957, 38.962433 ], [ -77.04499, 38.962453 ], [ -77.045064, 38.962482 ], [ -77.045105, 38.962489 ], [ -77.045141, 38.962492 ], [ -77.045173, 38.962497 ], [ -77.045205, 38.962499 ], [ -77.045243, 38.962547 ], [ -77.045263, 38.962559 ], [ -77.045285, 38.96257 ], [ -77.045335, 38.962586 ], [ -77.045389, 38.962601 ], [ -77.045414, 38.962612 ], [ -77.045458, 38.962637 ], [ -77.045504, 38.962668 ], [ -77.045522, 38.962683 ], [ -77.045539, 38.962701 ], [ -77.045636, 38.962748 ], [ -77.04568, 38.962764 ], [ -77.045756, 38.962799 ], [ -77.045781, 38.962821 ], [ -77.045798, 38.962842 ], [ -77.045819, 38.962854 ], [ -77.045846, 38.962865 ], [ -77.045876, 38.962874 ], [ -77.045907, 38.962875 ], [ -77.045939, 38.962879 ], [ -77.045972, 38.962891 ], [ -77.046003, 38.962911 ], [ -77.046074, 38.962954 ], [ -77.046097, 38.962967 ], [ -77.046119, 38.962976 ], [ -77.046139, 38.962987 ], [ -77.046173, 38.963013 ], [ -77.046245, 38.963076 ], [ -77.046261, 38.963089 ], [ -77.046275, 38.963104 ], [ -77.046287, 38.963121 ], [ -77.046297, 38.96314 ], [ -77.046309, 38.963156 ], [ -77.046348, 38.963198 ], [ -77.04637, 38.96323 ], [ -77.04639, 38.963261 ], [ -77.046399, 38.963278 ], [ -77.046413, 38.963296 ], [ -77.046429, 38.963313 ], [ -77.046448, 38.96333 ], [ -77.046485, 38.963368 ], [ -77.046542, 38.963416 ], [ -77.046559, 38.963433 ], [ -77.046576, 38.963448 ], [ -77.046595, 38.963463 ], [ -77.046612, 38.963478 ], [ -77.046641, 38.96351 ], [ -77.046655, 38.963527 ], [ -77.04672, 38.963624 ], [ -77.046767, 38.963672 ], [ -77.046772, 38.963696 ], [ -77.046784, 38.963728 ], [ -77.046806, 38.963762 ], [ -77.046818, 38.963779 ], [ -77.046843, 38.963809 ], [ -77.04689, 38.963859 ], [ -77.046917, 38.963891 ], [ -77.046932, 38.963905 ], [ -77.04695, 38.963919 ], [ -77.046966, 38.963935 ], [ -77.047025, 38.963987 ], [ -77.047049, 38.96402 ], [ -77.047102, 38.964086 ], [ -77.047122, 38.964108 ], [ -77.047142, 38.964121 ], [ -77.047158, 38.964136 ], [ -77.047169, 38.964153 ], [ -77.047211, 38.964193 ], [ -77.047235, 38.96421 ], [ -77.047258, 38.964223 ], [ -77.047276, 38.964243 ], [ -77.047295, 38.964266 ], [ -77.047309, 38.96429 ], [ -77.047323, 38.964322 ], [ -77.047342, 38.96436 ], [ -77.047355, 38.964379 ], [ -77.047388, 38.964416 ], [ -77.047403, 38.964434 ], [ -77.047448, 38.964495 ], [ -77.047469, 38.964525 ], [ -77.047485, 38.964553 ], [ -77.0475, 38.964587 ], [ -77.047518, 38.964611 ], [ -77.047538, 38.964633 ], [ -77.047554, 38.964658 ], [ -77.047568, 38.964684 ], [ -77.047593, 38.964718 ], [ -77.047603, 38.964737 ], [ -77.047624, 38.964747 ], [ -77.047631, 38.964767 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001804", "name": "Census Tract 18.04, District of Columbia, District of Columbia", "total_population_17": 5668, "white_alone_17": 258.0, "black_alone_17": 3624.0, "native_alone_17": 0.0, "asian_alone_17": 125.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1647.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 2.266, "pct_black_alone_change": -8.006, "pct_native_alone_change": -0.168, "pct_asian_alone_change": 1.194, "pct_hispanic_or_latino_change": 4.924, "pct_native_hawaiian_pacific_islander_change": -0.048, "INTPTLAT": "+38.9670945", "INTPTLON": "-077.0304334" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.033421, 38.962194 ], [ -77.033422, 38.962599 ], [ -77.03342, 38.962935 ], [ -77.033417, 38.963153 ], [ -77.033417, 38.963238 ], [ -77.033416, 38.963778 ], [ -77.033417, 38.964014 ], [ -77.033418, 38.964567 ], [ -77.033415, 38.964925 ], [ -77.033419, 38.965429 ], [ -77.033419, 38.966138 ], [ -77.033418, 38.96685 ], [ -77.033417, 38.967478 ], [ -77.033418, 38.967566 ], [ -77.033418, 38.967828 ], [ -77.033419, 38.968274 ], [ -77.033418, 38.968982 ], [ -77.033418, 38.969604 ], [ -77.033414, 38.969647 ], [ -77.033378, 38.969922 ], [ -77.033414, 38.970001 ], [ -77.033418, 38.970026 ], [ -77.033417, 38.970722 ], [ -77.033416, 38.970813 ], [ -77.033417, 38.971505 ], [ -77.033415, 38.971841 ], [ -77.033416, 38.972263 ], [ -77.032307, 38.972263 ], [ -77.031044, 38.972263 ], [ -77.030237, 38.972263 ], [ -77.030045, 38.972264 ], [ -77.029902, 38.972261 ], [ -77.029692, 38.972263 ], [ -77.028681, 38.972262 ], [ -77.028583, 38.972263 ], [ -77.02847, 38.972263 ], [ -77.028026, 38.972262 ], [ -77.027218, 38.972262 ], [ -77.027188, 38.972261 ], [ -77.027154, 38.972269 ], [ -77.027128, 38.972279 ], [ -77.027024, 38.972354 ], [ -77.027038, 38.972219 ], [ -77.027081, 38.971828 ], [ -77.027118, 38.971473 ], [ -77.027167, 38.97101 ], [ -77.027209, 38.970576 ], [ -77.027265, 38.969925 ], [ -77.027307, 38.96947 ], [ -77.027333, 38.969142 ], [ -77.027348, 38.968979 ], [ -77.027363, 38.968816 ], [ -77.027378, 38.96863 ], [ -77.027402, 38.96832 ], [ -77.027409, 38.968259 ], [ -77.02745, 38.967813 ], [ -77.027473, 38.967579 ], [ -77.027477, 38.967535 ], [ -77.027485, 38.96745 ], [ -77.027491, 38.967383 ], [ -77.027501, 38.967288 ], [ -77.027583, 38.966344 ], [ -77.027603, 38.966133 ], [ -77.027661, 38.965465 ], [ -77.02769, 38.965173 ], [ -77.02771, 38.964954 ], [ -77.027742, 38.964587 ], [ -77.027786, 38.964 ], [ -77.027804, 38.963772 ], [ -77.027811, 38.963694 ], [ -77.027822, 38.963546 ], [ -77.027852, 38.963176 ], [ -77.02788, 38.962798 ], [ -77.027889, 38.9627 ], [ -77.027895, 38.962627 ], [ -77.027907, 38.962498 ], [ -77.027977, 38.961636 ], [ -77.027996, 38.961427 ], [ -77.028008, 38.961291 ], [ -77.028013, 38.961226 ], [ -77.028057, 38.961259 ], [ -77.028157, 38.961294 ], [ -77.02852, 38.961338 ], [ -77.028675, 38.961367 ], [ -77.028983, 38.961399 ], [ -77.029144, 38.961419 ], [ -77.029571, 38.961484 ], [ -77.029694, 38.961506 ], [ -77.032001, 38.961838 ], [ -77.033425, 38.962042 ], [ -77.033421, 38.962194 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001901", "name": "Census Tract 19.01, District of Columbia, District of Columbia", "total_population_17": 4065, "white_alone_17": 680.0, "black_alone_17": 2584.0, "native_alone_17": 0.0, "asian_alone_17": 208.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 470.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 14.702, "pct_black_alone_change": -27.671, "pct_native_alone_change": -0.304, "pct_asian_alone_change": 4.864, "pct_hispanic_or_latino_change": 5.409, "pct_native_hawaiian_pacific_islander_change": -0.025, "INTPTLAT": "+38.9646853", "INTPTLON": "-077.0236327" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.028029, 38.961041 ], [ -77.028016, 38.961196 ], [ -77.028013, 38.961226 ], [ -77.028008, 38.961291 ], [ -77.027996, 38.961427 ], [ -77.027977, 38.961636 ], [ -77.027907, 38.962498 ], [ -77.027895, 38.962627 ], [ -77.027889, 38.9627 ], [ -77.02788, 38.962798 ], [ -77.027852, 38.963176 ], [ -77.027822, 38.963546 ], [ -77.027811, 38.963694 ], [ -77.027804, 38.963772 ], [ -77.027786, 38.964 ], [ -77.027742, 38.964587 ], [ -77.02771, 38.964954 ], [ -77.02769, 38.965173 ], [ -77.027661, 38.965465 ], [ -77.027603, 38.966133 ], [ -77.027583, 38.966344 ], [ -77.027501, 38.967288 ], [ -77.027491, 38.967383 ], [ -77.027485, 38.96745 ], [ -77.027477, 38.967535 ], [ -77.027473, 38.967579 ], [ -77.02745, 38.967813 ], [ -77.027409, 38.968259 ], [ -77.027402, 38.96832 ], [ -77.027378, 38.96863 ], [ -77.027363, 38.968816 ], [ -77.027348, 38.968979 ], [ -77.027333, 38.969142 ], [ -77.027307, 38.96947 ], [ -77.027265, 38.969925 ], [ -77.027126, 38.969926 ], [ -77.026889, 38.969923 ], [ -77.025867, 38.969924 ], [ -77.025598, 38.969923 ], [ -77.025406, 38.969924 ], [ -77.025219, 38.969925 ], [ -77.024211, 38.969924 ], [ -77.024112, 38.969923 ], [ -77.023457, 38.969924 ], [ -77.02333, 38.969923 ], [ -77.02323, 38.969923 ], [ -77.02318, 38.969922 ], [ -77.02245, 38.969924 ], [ -77.021554, 38.969921 ], [ -77.021412, 38.969924 ], [ -77.021348, 38.969926 ], [ -77.021322, 38.969925 ], [ -77.021165, 38.969925 ], [ -77.021085, 38.969924 ], [ -77.020771, 38.969925 ], [ -77.020236, 38.969923 ], [ -77.019895, 38.969923 ], [ -77.019895, 38.969847 ], [ -77.019894, 38.969788 ], [ -77.019895, 38.969407 ], [ -77.019895, 38.969006 ], [ -77.019897, 38.968766 ], [ -77.019897, 38.968632 ], [ -77.019896, 38.968559 ], [ -77.019898, 38.967939 ], [ -77.019897, 38.967641 ], [ -77.019895, 38.967388 ], [ -77.019895, 38.967288 ], [ -77.019896, 38.966711 ], [ -77.019898, 38.966214 ], [ -77.019899, 38.966135 ], [ -77.019899, 38.96554 ], [ -77.019897, 38.96495 ], [ -77.019896, 38.964868 ], [ -77.019895, 38.964362 ], [ -77.019896, 38.963856 ], [ -77.019895, 38.963772 ], [ -77.019895, 38.96371 ], [ -77.019898, 38.963401 ], [ -77.019897, 38.963237 ], [ -77.019896, 38.9627 ], [ -77.019897, 38.962623 ], [ -77.019897, 38.962506 ], [ -77.019899, 38.962271 ], [ -77.019893, 38.962073 ], [ -77.019893, 38.962007 ], [ -77.019894, 38.961935 ], [ -77.019895, 38.961659 ], [ -77.019894, 38.961521 ], [ -77.019894, 38.961315 ], [ -77.019897, 38.961001 ], [ -77.019895, 38.96067 ], [ -77.019898, 38.960165 ], [ -77.019898, 38.959449 ], [ -77.019899, 38.959376 ], [ -77.019899, 38.959225 ], [ -77.019896, 38.958863 ], [ -77.019897, 38.958733 ], [ -77.020218, 38.958731 ], [ -77.020357, 38.958739 ], [ -77.020464, 38.958741 ], [ -77.020625, 38.958742 ], [ -77.020768, 38.95874 ], [ -77.020832, 38.95874 ], [ -77.021152, 38.958732 ], [ -77.021336, 38.958793 ], [ -77.021698, 38.958908 ], [ -77.022072, 38.959032 ], [ -77.022332, 38.959116 ], [ -77.022442, 38.959153 ], [ -77.022961, 38.959323 ], [ -77.023167, 38.959389 ], [ -77.023526, 38.959506 ], [ -77.023891, 38.959627 ], [ -77.024093, 38.959692 ], [ -77.024196, 38.959726 ], [ -77.024325, 38.959767 ], [ -77.02529, 38.960084 ], [ -77.02595, 38.960301 ], [ -77.026778, 38.960569 ], [ -77.027061, 38.960662 ], [ -77.027496, 38.960814 ], [ -77.027609, 38.960854 ], [ -77.027679, 38.960862 ], [ -77.027837, 38.960891 ], [ -77.027922, 38.960918 ], [ -77.027992, 38.96096 ], [ -77.028031, 38.961014 ], [ -77.028029, 38.961041 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001001902", "name": "Census Tract 19.02, District of Columbia, District of Columbia", "total_population_17": 2494, "white_alone_17": 285.0, "black_alone_17": 1666.0, "native_alone_17": 6.0, "asian_alone_17": 15.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 452.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 6.529, "pct_black_alone_change": -24.568, "pct_native_alone_change": -0.001, "pct_asian_alone_change": 0.262, "pct_hispanic_or_latino_change": 15.068, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9639299", "INTPTLON": "-077.0156458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.019899, 38.959376 ], [ -77.019898, 38.959449 ], [ -77.019898, 38.960165 ], [ -77.019895, 38.96067 ], [ -77.019897, 38.961001 ], [ -77.019894, 38.961315 ], [ -77.019894, 38.961521 ], [ -77.019895, 38.961659 ], [ -77.019894, 38.961935 ], [ -77.019893, 38.962007 ], [ -77.019893, 38.962073 ], [ -77.019899, 38.962271 ], [ -77.019897, 38.962506 ], [ -77.019897, 38.962623 ], [ -77.019896, 38.9627 ], [ -77.019897, 38.963237 ], [ -77.019898, 38.963401 ], [ -77.019895, 38.96371 ], [ -77.019895, 38.963772 ], [ -77.019896, 38.963856 ], [ -77.019895, 38.964362 ], [ -77.019896, 38.964868 ], [ -77.019897, 38.96495 ], [ -77.019899, 38.96554 ], [ -77.019899, 38.966135 ], [ -77.019898, 38.966214 ], [ -77.019896, 38.966711 ], [ -77.019895, 38.967288 ], [ -77.019895, 38.967388 ], [ -77.019897, 38.967641 ], [ -77.019898, 38.967939 ], [ -77.019896, 38.968559 ], [ -77.019897, 38.968632 ], [ -77.019897, 38.968766 ], [ -77.019895, 38.969006 ], [ -77.019895, 38.969407 ], [ -77.019894, 38.969788 ], [ -77.019895, 38.969847 ], [ -77.019895, 38.969923 ], [ -77.019799, 38.969924 ], [ -77.018029, 38.969923 ], [ -77.016165, 38.969923 ], [ -77.016024, 38.969924 ], [ -77.01548, 38.969923 ], [ -77.015154, 38.969925 ], [ -77.01496, 38.969922 ], [ -77.014891, 38.969921 ], [ -77.014857, 38.969923 ], [ -77.014771, 38.969936 ], [ -77.013869, 38.968392 ], [ -77.013736, 38.968179 ], [ -77.012926, 38.966991 ], [ -77.012564, 38.966586 ], [ -77.012169, 38.96617 ], [ -77.011349, 38.965392 ], [ -77.009562, 38.963905 ], [ -77.009602, 38.963849 ], [ -77.010461, 38.962695 ], [ -77.010713, 38.962357 ], [ -77.010631, 38.962289 ], [ -77.010461, 38.962081 ], [ -77.01009, 38.961622 ], [ -77.009858, 38.961339 ], [ -77.009725, 38.961168 ], [ -77.00968, 38.961106 ], [ -77.009653, 38.961066 ], [ -77.00961, 38.960998 ], [ -77.009579, 38.960946 ], [ -77.009533, 38.960864 ], [ -77.009491, 38.960782 ], [ -77.009452, 38.960698 ], [ -77.009393, 38.960553 ], [ -77.009355, 38.960456 ], [ -77.009263, 38.960213 ], [ -77.009251, 38.960184 ], [ -77.009351, 38.960163 ], [ -77.009413, 38.96016 ], [ -77.01056, 38.960162 ], [ -77.010959, 38.960161 ], [ -77.011242, 38.960162 ], [ -77.011613, 38.96016 ], [ -77.011881, 38.960162 ], [ -77.012133, 38.960162 ], [ -77.012166, 38.960164 ], [ -77.012199, 38.960168 ], [ -77.012231, 38.960174 ], [ -77.012326, 38.960198 ], [ -77.013422, 38.958733 ], [ -77.013601, 38.958731 ], [ -77.013672, 38.958731 ], [ -77.014094, 38.958733 ], [ -77.014758, 38.958733 ], [ -77.015188, 38.958734 ], [ -77.016167, 38.958733 ], [ -77.01637, 38.958733 ], [ -77.016677, 38.958738 ], [ -77.016916, 38.958739 ], [ -77.017007, 38.958737 ], [ -77.0171, 38.958736 ], [ -77.017436, 38.958736 ], [ -77.017805, 38.958734 ], [ -77.018032, 38.958736 ], [ -77.018188, 38.958738 ], [ -77.018495, 38.958736 ], [ -77.01878, 38.958733 ], [ -77.019316, 38.958737 ], [ -77.01966, 38.958733 ], [ -77.019897, 38.958733 ], [ -77.019896, 38.958863 ], [ -77.019899, 38.959225 ], [ -77.019899, 38.959376 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002001", "name": "Census Tract 20.01, District of Columbia, District of Columbia", "total_population_17": 3150, "white_alone_17": 611.0, "black_alone_17": 1326.0, "native_alone_17": 77.0, "asian_alone_17": 77.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 910.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 4.695, "pct_black_alone_change": -20.533, "pct_native_alone_change": 2.239, "pct_asian_alone_change": 0.924, "pct_hispanic_or_latino_change": 8.519, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9597034", "INTPTLON": "-077.0351061" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.043461, 38.961395 ], [ -77.04335, 38.961415 ], [ -77.043381, 38.961457 ], [ -77.043288, 38.961507 ], [ -77.041011, 38.962751 ], [ -77.040648, 38.962917 ], [ -77.040383, 38.963001 ], [ -77.040266, 38.963035 ], [ -77.040047, 38.963076 ], [ -77.039774, 38.963094 ], [ -77.039121, 38.963143 ], [ -77.039006, 38.963131 ], [ -77.038602, 38.96309 ], [ -77.038233, 38.963014 ], [ -77.037603, 38.962884 ], [ -77.03642, 38.962592 ], [ -77.036388, 38.962584 ], [ -77.036303, 38.962566 ], [ -77.035875, 38.962476 ], [ -77.034973, 38.962278 ], [ -77.034796, 38.962241 ], [ -77.034338, 38.962172 ], [ -77.033425, 38.962042 ], [ -77.032001, 38.961838 ], [ -77.029694, 38.961506 ], [ -77.029571, 38.961484 ], [ -77.029144, 38.961419 ], [ -77.028983, 38.961399 ], [ -77.028675, 38.961367 ], [ -77.02852, 38.961338 ], [ -77.028508, 38.961291 ], [ -77.028507, 38.961271 ], [ -77.028512, 38.961249 ], [ -77.028536, 38.961202 ], [ -77.028548, 38.961186 ], [ -77.028588, 38.961141 ], [ -77.028753, 38.960988 ], [ -77.029249, 38.960533 ], [ -77.029478, 38.960318 ], [ -77.029513, 38.960288 ], [ -77.029532, 38.960274 ], [ -77.029574, 38.96025 ], [ -77.02962, 38.960231 ], [ -77.029644, 38.960223 ], [ -77.029669, 38.960216 ], [ -77.029694, 38.960211 ], [ -77.029984, 38.960018 ], [ -77.030024, 38.95999 ], [ -77.030105, 38.959932 ], [ -77.030124, 38.959916 ], [ -77.030161, 38.959882 ], [ -77.030377, 38.959648 ], [ -77.030608, 38.959374 ], [ -77.030723, 38.959239 ], [ -77.030808, 38.959141 ], [ -77.031151, 38.958736 ], [ -77.031381, 38.958461 ], [ -77.031475, 38.958351 ], [ -77.031576, 38.958234 ], [ -77.031718, 38.958065 ], [ -77.03181, 38.957955 ], [ -77.032033, 38.957688 ], [ -77.03224, 38.957446 ], [ -77.03231, 38.957363 ], [ -77.032377, 38.957282 ], [ -77.032521, 38.95711 ], [ -77.032567, 38.957054 ], [ -77.032661, 38.956943 ], [ -77.032707, 38.956887 ], [ -77.032942, 38.95661 ], [ -77.032977, 38.95657 ], [ -77.033178, 38.956364 ], [ -77.033411, 38.956196 ], [ -77.033761, 38.955653 ], [ -77.033783, 38.955625 ], [ -77.034197, 38.955134 ], [ -77.034596, 38.95465 ], [ -77.03504, 38.954125 ], [ -77.0352, 38.953936 ], [ -77.0356, 38.953465 ], [ -77.03588, 38.953133 ], [ -77.03604, 38.952942 ], [ -77.036122, 38.952845 ], [ -77.036247, 38.9527 ], [ -77.036415, 38.952535 ], [ -77.036402, 38.952948 ], [ -77.036403, 38.953363 ], [ -77.036403, 38.953914 ], [ -77.036407, 38.954438 ], [ -77.036398, 38.956212 ], [ -77.037039, 38.956213 ], [ -77.037154, 38.956211 ], [ -77.037269, 38.956206 ], [ -77.03744, 38.956192 ], [ -77.037497, 38.956186 ], [ -77.037594, 38.956174 ], [ -77.037673, 38.956162 ], [ -77.037752, 38.956148 ], [ -77.037831, 38.956132 ], [ -77.037909, 38.956114 ], [ -77.037947, 38.956104 ], [ -77.038093, 38.956069 ], [ -77.038137, 38.95606 ], [ -77.038227, 38.956047 ], [ -77.038317, 38.956038 ], [ -77.038409, 38.956036 ], [ -77.038454, 38.956037 ], [ -77.038538, 38.956043 ], [ -77.038588, 38.95605 ], [ -77.038629, 38.956057 ], [ -77.038671, 38.956066 ], [ -77.038712, 38.956076 ], [ -77.038792, 38.9561 ], [ -77.038831, 38.956114 ], [ -77.038906, 38.956146 ], [ -77.038943, 38.956163 ], [ -77.039066, 38.956216 ], [ -77.039098, 38.956229 ], [ -77.03916, 38.956258 ], [ -77.03922, 38.95629 ], [ -77.039277, 38.956324 ], [ -77.039331, 38.956361 ], [ -77.039379, 38.956398 ], [ -77.03942, 38.956434 ], [ -77.039459, 38.956472 ], [ -77.039511, 38.956532 ], [ -77.039542, 38.956574 ], [ -77.039575, 38.956624 ], [ -77.039604, 38.956676 ], [ -77.039629, 38.956728 ], [ -77.039651, 38.956783 ], [ -77.039669, 38.956838 ], [ -77.039728, 38.957035 ], [ -77.039745, 38.957087 ], [ -77.039788, 38.957243 ], [ -77.0398, 38.957296 ], [ -77.039808, 38.95735 ], [ -77.039811, 38.957377 ], [ -77.039814, 38.957432 ], [ -77.039814, 38.957486 ], [ -77.039813, 38.957514 ], [ -77.039807, 38.957587 ], [ -77.039798, 38.957645 ], [ -77.039786, 38.957703 ], [ -77.039777, 38.957741 ], [ -77.039764, 38.957784 ], [ -77.039748, 38.957831 ], [ -77.039704, 38.957947 ], [ -77.039675, 38.958014 ], [ -77.039667, 38.958036 ], [ -77.039658, 38.958057 ], [ -77.039629, 38.958144 ], [ -77.039617, 38.958188 ], [ -77.039597, 38.958285 ], [ -77.039591, 38.958334 ], [ -77.039587, 38.958409 ], [ -77.039588, 38.958459 ], [ -77.039596, 38.958651 ], [ -77.039593, 38.958723 ], [ -77.039587, 38.95877 ], [ -77.039578, 38.958818 ], [ -77.039573, 38.958853 ], [ -77.039564, 38.958888 ], [ -77.039552, 38.958922 ], [ -77.039536, 38.958956 ], [ -77.039517, 38.958988 ], [ -77.039494, 38.959019 ], [ -77.039469, 38.959048 ], [ -77.03944, 38.959076 ], [ -77.039408, 38.959101 ], [ -77.039374, 38.959125 ], [ -77.039343, 38.959143 ], [ -77.03931, 38.95916 ], [ -77.039276, 38.959174 ], [ -77.03924, 38.959186 ], [ -77.039203, 38.959196 ], [ -77.039166, 38.959204 ], [ -77.039089, 38.959213 ], [ -77.038978, 38.959212 ], [ -77.038945, 38.959214 ], [ -77.038913, 38.959218 ], [ -77.038881, 38.959224 ], [ -77.03885, 38.959233 ], [ -77.03882, 38.959243 ], [ -77.038791, 38.959255 ], [ -77.038763, 38.959269 ], [ -77.038737, 38.959284 ], [ -77.038712, 38.959302 ], [ -77.038681, 38.959331 ], [ -77.038654, 38.959362 ], [ -77.038632, 38.959396 ], [ -77.038615, 38.959432 ], [ -77.038605, 38.959469 ], [ -77.038601, 38.959507 ], [ -77.038602, 38.959545 ], [ -77.03861, 38.959582 ], [ -77.038623, 38.959619 ], [ -77.038643, 38.959654 ], [ -77.038674, 38.959688 ], [ -77.038708, 38.959721 ], [ -77.038765, 38.959766 ], [ -77.038806, 38.959793 ], [ -77.038828, 38.959806 ], [ -77.03889, 38.959838 ], [ -77.038922, 38.959852 ], [ -77.038988, 38.959878 ], [ -77.039023, 38.959889 ], [ -77.039093, 38.959907 ], [ -77.039129, 38.959915 ], [ -77.039165, 38.959921 ], [ -77.03921, 38.959927 ], [ -77.039278, 38.959933 ], [ -77.039323, 38.959936 ], [ -77.039424, 38.959941 ], [ -77.039456, 38.959945 ], [ -77.039488, 38.959951 ], [ -77.039519, 38.959958 ], [ -77.03955, 38.959967 ], [ -77.03958, 38.959977 ], [ -77.039609, 38.959988 ], [ -77.039638, 38.960001 ], [ -77.039692, 38.96003 ], [ -77.039746, 38.960069 ], [ -77.039779, 38.960097 ], [ -77.039809, 38.960127 ], [ -77.039837, 38.960159 ], [ -77.039849, 38.960175 ], [ -77.039928, 38.960267 ], [ -77.039952, 38.960292 ], [ -77.039976, 38.960315 ], [ -77.040002, 38.960338 ], [ -77.040029, 38.96036 ], [ -77.040087, 38.960401 ], [ -77.040118, 38.960421 ], [ -77.040149, 38.960439 ], [ -77.040215, 38.960472 ], [ -77.040266, 38.960492 ], [ -77.040318, 38.96051 ], [ -77.040372, 38.960526 ], [ -77.040453, 38.960545 ], [ -77.040883, 38.96063 ], [ -77.041155, 38.960697 ], [ -77.041201, 38.960715 ], [ -77.041704, 38.960751 ], [ -77.04176, 38.960702 ], [ -77.041812, 38.960663 ], [ -77.041848, 38.960638 ], [ -77.041879, 38.960618 ], [ -77.041911, 38.960599 ], [ -77.041997, 38.960533 ], [ -77.042135, 38.960432 ], [ -77.042193, 38.960394 ], [ -77.042277, 38.96044 ], [ -77.042525, 38.960592 ], [ -77.042978, 38.960897 ], [ -77.043372, 38.961304 ], [ -77.043461, 38.961395 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002002", "name": "Census Tract 20.02, District of Columbia, District of Columbia", "total_population_17": 4202, "white_alone_17": 781.0, "black_alone_17": 2326.0, "native_alone_17": 7.0, "asian_alone_17": 66.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 894.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 9.99, "pct_black_alone_change": -18.118, "pct_native_alone_change": -0.415, "pct_asian_alone_change": 0.381, "pct_hispanic_or_latino_change": 5.857, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+38.9525009", "INTPTLON": "-077.0310824" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036419, 38.949738 ], [ -77.036416, 38.950523 ], [ -77.036416, 38.950803 ], [ -77.036415, 38.951871 ], [ -77.036415, 38.952535 ], [ -77.036247, 38.9527 ], [ -77.036122, 38.952845 ], [ -77.03604, 38.952942 ], [ -77.03588, 38.953133 ], [ -77.0356, 38.953465 ], [ -77.0352, 38.953936 ], [ -77.03504, 38.954125 ], [ -77.034596, 38.95465 ], [ -77.034197, 38.955134 ], [ -77.033783, 38.955625 ], [ -77.033761, 38.955653 ], [ -77.033411, 38.956196 ], [ -77.033178, 38.956364 ], [ -77.032977, 38.95657 ], [ -77.032942, 38.95661 ], [ -77.032707, 38.956887 ], [ -77.032661, 38.956943 ], [ -77.032567, 38.957054 ], [ -77.032521, 38.95711 ], [ -77.032377, 38.957282 ], [ -77.03231, 38.957363 ], [ -77.03224, 38.957446 ], [ -77.032033, 38.957688 ], [ -77.03181, 38.957955 ], [ -77.031718, 38.958065 ], [ -77.031576, 38.958234 ], [ -77.031475, 38.958351 ], [ -77.031381, 38.958461 ], [ -77.031151, 38.958736 ], [ -77.030808, 38.959141 ], [ -77.030723, 38.959239 ], [ -77.030608, 38.959374 ], [ -77.030377, 38.959648 ], [ -77.030161, 38.959882 ], [ -77.030124, 38.959916 ], [ -77.030105, 38.959932 ], [ -77.030024, 38.95999 ], [ -77.029984, 38.960018 ], [ -77.029694, 38.960211 ], [ -77.029669, 38.960216 ], [ -77.029644, 38.960223 ], [ -77.02962, 38.960231 ], [ -77.029574, 38.96025 ], [ -77.029532, 38.960274 ], [ -77.029513, 38.960288 ], [ -77.029478, 38.960318 ], [ -77.029249, 38.960533 ], [ -77.028753, 38.960988 ], [ -77.028588, 38.961141 ], [ -77.028548, 38.961186 ], [ -77.028536, 38.961202 ], [ -77.028512, 38.961249 ], [ -77.028507, 38.961271 ], [ -77.028508, 38.961291 ], [ -77.02852, 38.961338 ], [ -77.028157, 38.961294 ], [ -77.028057, 38.961259 ], [ -77.028013, 38.961226 ], [ -77.028016, 38.961196 ], [ -77.028029, 38.961041 ], [ -77.028031, 38.961014 ], [ -77.028053, 38.960737 ], [ -77.028107, 38.960022 ], [ -77.028166, 38.959341 ], [ -77.028214, 38.958712 ], [ -77.028227, 38.958503 ], [ -77.028235, 38.958351 ], [ -77.028238, 38.958286 ], [ -77.02824, 38.958126 ], [ -77.028239, 38.958046 ], [ -77.028237, 38.957967 ], [ -77.02823, 38.957807 ], [ -77.028219, 38.957647 ], [ -77.028212, 38.957568 ], [ -77.028203, 38.957488 ], [ -77.028175, 38.95728 ], [ -77.028159, 38.957169 ], [ -77.028139, 38.957022 ], [ -77.028118, 38.956859 ], [ -77.028072, 38.95652 ], [ -77.028029, 38.956216 ], [ -77.028015, 38.956117 ], [ -77.028001, 38.956008 ], [ -77.027959, 38.95571 ], [ -77.027892, 38.955223 ], [ -77.027881, 38.955148 ], [ -77.027865, 38.955043 ], [ -77.027828, 38.954756 ], [ -77.027791, 38.954501 ], [ -77.027734, 38.954082 ], [ -77.027723, 38.953997 ], [ -77.027572, 38.952906 ], [ -77.02756, 38.95282 ], [ -77.027558, 38.9528 ], [ -77.027429, 38.951868 ], [ -77.027395, 38.95162 ], [ -77.027284, 38.950802 ], [ -77.027273, 38.950714 ], [ -77.02726, 38.950627 ], [ -77.027248, 38.950539 ], [ -77.027235, 38.950452 ], [ -77.027223, 38.950364 ], [ -77.02721, 38.950277 ], [ -77.027161, 38.949927 ], [ -77.027135, 38.949734 ], [ -77.027081, 38.949337 ], [ -77.027048, 38.949084 ], [ -77.027035, 38.948991 ], [ -77.027014, 38.948836 ], [ -77.027003, 38.948761 ], [ -77.026962, 38.948464 ], [ -77.026951, 38.94839 ], [ -77.026944, 38.948333 ], [ -77.026933, 38.948256 ], [ -77.026812, 38.947372 ], [ -77.026784, 38.94719 ], [ -77.026666, 38.9464 ], [ -77.0266, 38.946125 ], [ -77.027019, 38.946126 ], [ -77.027466, 38.946123 ], [ -77.027797, 38.946124 ], [ -77.028211, 38.946122 ], [ -77.028928, 38.946128 ], [ -77.029643, 38.946125 ], [ -77.029822, 38.946389 ], [ -77.029844, 38.946411 ], [ -77.030046, 38.946603 ], [ -77.030232, 38.946785 ], [ -77.030434, 38.946985 ], [ -77.030689, 38.947234 ], [ -77.030704, 38.94725 ], [ -77.030797, 38.947343 ], [ -77.030973, 38.947522 ], [ -77.031041, 38.94761 ], [ -77.031069, 38.94764 ], [ -77.031091, 38.947661 ], [ -77.031115, 38.947681 ], [ -77.031456, 38.94801 ], [ -77.031625, 38.94818 ], [ -77.031695, 38.948235 ], [ -77.032724, 38.948264 ], [ -77.032863, 38.948263 ], [ -77.033087, 38.94826 ], [ -77.033749, 38.948261 ], [ -77.034416, 38.948258 ], [ -77.034517, 38.948259 ], [ -77.035386, 38.948261 ], [ -77.036278, 38.948261 ], [ -77.036424, 38.94826 ], [ -77.036419, 38.949738 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002101", "name": "Census Tract 21.01, District of Columbia, District of Columbia", "total_population_17": 4819, "white_alone_17": 428.0, "black_alone_17": 3152.0, "native_alone_17": 28.0, "asian_alone_17": 178.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 950.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 7.64, "pct_black_alone_change": -16.17, "pct_native_alone_change": 0.313, "pct_asian_alone_change": 2.605, "pct_hispanic_or_latino_change": 4.197, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9559119", "INTPTLON": "-077.0241312" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.02824, 38.958126 ], [ -77.028238, 38.958286 ], [ -77.028235, 38.958351 ], [ -77.028227, 38.958503 ], [ -77.028214, 38.958712 ], [ -77.028166, 38.959341 ], [ -77.028107, 38.960022 ], [ -77.028053, 38.960737 ], [ -77.028031, 38.961014 ], [ -77.027992, 38.96096 ], [ -77.027922, 38.960918 ], [ -77.027837, 38.960891 ], [ -77.027679, 38.960862 ], [ -77.027609, 38.960854 ], [ -77.027496, 38.960814 ], [ -77.027061, 38.960662 ], [ -77.026778, 38.960569 ], [ -77.02595, 38.960301 ], [ -77.02529, 38.960084 ], [ -77.024325, 38.959767 ], [ -77.024196, 38.959726 ], [ -77.024093, 38.959692 ], [ -77.023891, 38.959627 ], [ -77.023526, 38.959506 ], [ -77.023167, 38.959389 ], [ -77.022961, 38.959323 ], [ -77.022442, 38.959153 ], [ -77.022332, 38.959116 ], [ -77.022072, 38.959032 ], [ -77.021698, 38.958908 ], [ -77.021336, 38.958793 ], [ -77.021152, 38.958732 ], [ -77.020832, 38.95874 ], [ -77.020768, 38.95874 ], [ -77.020625, 38.958742 ], [ -77.020464, 38.958741 ], [ -77.020357, 38.958739 ], [ -77.020218, 38.958731 ], [ -77.019897, 38.958733 ], [ -77.0199, 38.958706 ], [ -77.019939, 38.958465 ], [ -77.019955, 38.958341 ], [ -77.019959, 38.958308 ], [ -77.019965, 38.958243 ], [ -77.019967, 38.958178 ], [ -77.019966, 38.958078 ], [ -77.019959, 38.957912 ], [ -77.019952, 38.957802 ], [ -77.019937, 38.95752 ], [ -77.019934, 38.957439 ], [ -77.019887, 38.956449 ], [ -77.019883, 38.956349 ], [ -77.019837, 38.955379 ], [ -77.019826, 38.955134 ], [ -77.019815, 38.954936 ], [ -77.019805, 38.954672 ], [ -77.019788, 38.954309 ], [ -77.019767, 38.953917 ], [ -77.019729, 38.953137 ], [ -77.019726, 38.953064 ], [ -77.019696, 38.952472 ], [ -77.019685, 38.952158 ], [ -77.019681, 38.952083 ], [ -77.019885, 38.952077 ], [ -77.020766, 38.952054 ], [ -77.021177, 38.952041 ], [ -77.021562, 38.952033 ], [ -77.021845, 38.952023 ], [ -77.022104, 38.952016 ], [ -77.022204, 38.952014 ], [ -77.022968, 38.951989 ], [ -77.023727, 38.951968 ], [ -77.023829, 38.951966 ], [ -77.02393, 38.951963 ], [ -77.024003, 38.951962 ], [ -77.024621, 38.951944 ], [ -77.024763, 38.951939 ], [ -77.024921, 38.951932 ], [ -77.025306, 38.951924 ], [ -77.025551, 38.951917 ], [ -77.026221, 38.951898 ], [ -77.027268, 38.951867 ], [ -77.027429, 38.951868 ], [ -77.027558, 38.9528 ], [ -77.02756, 38.95282 ], [ -77.027572, 38.952906 ], [ -77.027723, 38.953997 ], [ -77.027734, 38.954082 ], [ -77.027791, 38.954501 ], [ -77.027828, 38.954756 ], [ -77.027865, 38.955043 ], [ -77.027881, 38.955148 ], [ -77.027892, 38.955223 ], [ -77.027959, 38.95571 ], [ -77.028001, 38.956008 ], [ -77.028015, 38.956117 ], [ -77.028029, 38.956216 ], [ -77.028072, 38.95652 ], [ -77.028118, 38.956859 ], [ -77.028139, 38.957022 ], [ -77.028159, 38.957169 ], [ -77.028175, 38.95728 ], [ -77.028203, 38.957488 ], [ -77.028212, 38.957568 ], [ -77.028219, 38.957647 ], [ -77.02823, 38.957807 ], [ -77.028237, 38.957967 ], [ -77.028239, 38.958046 ], [ -77.02824, 38.958126 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002102", "name": "Census Tract 21.02, District of Columbia, District of Columbia", "total_population_17": 5264, "white_alone_17": 503.0, "black_alone_17": 3786.0, "native_alone_17": 82.0, "asian_alone_17": 38.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 807.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 7.957, "pct_black_alone_change": -18.167, "pct_native_alone_change": 1.256, "pct_asian_alone_change": 0.29, "pct_hispanic_or_latino_change": 7.881, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9557854", "INTPTLON": "-077.0142356" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.019967, 38.958178 ], [ -77.019965, 38.958243 ], [ -77.019959, 38.958308 ], [ -77.019955, 38.958341 ], [ -77.019939, 38.958465 ], [ -77.0199, 38.958706 ], [ -77.019897, 38.958733 ], [ -77.01966, 38.958733 ], [ -77.019316, 38.958737 ], [ -77.01878, 38.958733 ], [ -77.018495, 38.958736 ], [ -77.018188, 38.958738 ], [ -77.018032, 38.958736 ], [ -77.017805, 38.958734 ], [ -77.017436, 38.958736 ], [ -77.0171, 38.958736 ], [ -77.017007, 38.958737 ], [ -77.016916, 38.958739 ], [ -77.016677, 38.958738 ], [ -77.01637, 38.958733 ], [ -77.016167, 38.958733 ], [ -77.015188, 38.958734 ], [ -77.014758, 38.958733 ], [ -77.014094, 38.958733 ], [ -77.013672, 38.958731 ], [ -77.013601, 38.958731 ], [ -77.013422, 38.958733 ], [ -77.012326, 38.960198 ], [ -77.012231, 38.960174 ], [ -77.012199, 38.960168 ], [ -77.012166, 38.960164 ], [ -77.012133, 38.960162 ], [ -77.011881, 38.960162 ], [ -77.011613, 38.96016 ], [ -77.011242, 38.960162 ], [ -77.010959, 38.960161 ], [ -77.01056, 38.960162 ], [ -77.009413, 38.96016 ], [ -77.009351, 38.960163 ], [ -77.009251, 38.960184 ], [ -77.009191, 38.960033 ], [ -77.009157, 38.959943 ], [ -77.009109, 38.959807 ], [ -77.009094, 38.959761 ], [ -77.009068, 38.959692 ], [ -77.009057, 38.959646 ], [ -77.009051, 38.959608 ], [ -77.009049, 38.95958 ], [ -77.009048, 38.959551 ], [ -77.00905, 38.959446 ], [ -77.009049, 38.95915 ], [ -77.00905, 38.95889 ], [ -77.009049, 38.958807 ], [ -77.009047, 38.958729 ], [ -77.009046, 38.95865 ], [ -77.009046, 38.958506 ], [ -77.009045, 38.958401 ], [ -77.009049, 38.95766 ], [ -77.009047, 38.957301 ], [ -77.009042, 38.956861 ], [ -77.009043, 38.956587 ], [ -77.009045, 38.956195 ], [ -77.009051, 38.9557 ], [ -77.009047, 38.955307 ], [ -77.009046, 38.954815 ], [ -77.009047, 38.954623 ], [ -77.009047, 38.954545 ], [ -77.009048, 38.954478 ], [ -77.009048, 38.954109 ], [ -77.009049, 38.953791 ], [ -77.009045, 38.953529 ], [ -77.009047, 38.953452 ], [ -77.00905, 38.953334 ], [ -77.009052, 38.953115 ], [ -77.00905, 38.953034 ], [ -77.00905, 38.952973 ], [ -77.009045, 38.952852 ], [ -77.009042, 38.952821 ], [ -77.009038, 38.952761 ], [ -77.009015, 38.952512 ], [ -77.009007, 38.952407 ], [ -77.009148, 38.952405 ], [ -77.009489, 38.952397 ], [ -77.010126, 38.952377 ], [ -77.010658, 38.952362 ], [ -77.010698, 38.95236 ], [ -77.011315, 38.952343 ], [ -77.012268, 38.952314 ], [ -77.012429, 38.952308 ], [ -77.013304, 38.95228 ], [ -77.013364, 38.952279 ], [ -77.013458, 38.952276 ], [ -77.015279, 38.952224 ], [ -77.015771, 38.952209 ], [ -77.015891, 38.952204 ], [ -77.016067, 38.952195 ], [ -77.01611, 38.952194 ], [ -77.016194, 38.95219 ], [ -77.016273, 38.952184 ], [ -77.0163, 38.952183 ], [ -77.016326, 38.952181 ], [ -77.016459, 38.952176 ], [ -77.016829, 38.952167 ], [ -77.017207, 38.952156 ], [ -77.017608, 38.952143 ], [ -77.018323, 38.952123 ], [ -77.018976, 38.952105 ], [ -77.019352, 38.952093 ], [ -77.019579, 38.952087 ], [ -77.019681, 38.952083 ], [ -77.019685, 38.952158 ], [ -77.019696, 38.952472 ], [ -77.019726, 38.953064 ], [ -77.019729, 38.953137 ], [ -77.019767, 38.953917 ], [ -77.019788, 38.954309 ], [ -77.019805, 38.954672 ], [ -77.019815, 38.954936 ], [ -77.019826, 38.955134 ], [ -77.019837, 38.955379 ], [ -77.019883, 38.956349 ], [ -77.019887, 38.956449 ], [ -77.019934, 38.957439 ], [ -77.019937, 38.95752 ], [ -77.019952, 38.957802 ], [ -77.019959, 38.957912 ], [ -77.019966, 38.958078 ], [ -77.019967, 38.958178 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002201", "name": "Census Tract 22.01, District of Columbia, District of Columbia", "total_population_17": 2955, "white_alone_17": 563.0, "black_alone_17": 1960.0, "native_alone_17": 14.0, "asian_alone_17": 66.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 330.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 18.225, "pct_black_alone_change": -19.178, "pct_native_alone_change": 0.388, "pct_asian_alone_change": 1.778, "pct_hispanic_or_latino_change": -1.842, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9491337", "INTPTLON": "-077.0232932" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.027429, 38.951868 ], [ -77.027268, 38.951867 ], [ -77.026221, 38.951898 ], [ -77.025551, 38.951917 ], [ -77.025306, 38.951924 ], [ -77.024921, 38.951932 ], [ -77.024763, 38.951939 ], [ -77.024621, 38.951944 ], [ -77.024003, 38.951962 ], [ -77.02393, 38.951963 ], [ -77.023829, 38.951966 ], [ -77.023727, 38.951968 ], [ -77.022968, 38.951989 ], [ -77.022204, 38.952014 ], [ -77.022104, 38.952016 ], [ -77.021845, 38.952023 ], [ -77.021562, 38.952033 ], [ -77.021177, 38.952041 ], [ -77.020766, 38.952054 ], [ -77.019885, 38.952077 ], [ -77.019681, 38.952083 ], [ -77.019632, 38.951021 ], [ -77.019607, 38.950467 ], [ -77.019603, 38.950402 ], [ -77.019596, 38.950249 ], [ -77.019584, 38.950026 ], [ -77.019581, 38.949952 ], [ -77.019579, 38.949921 ], [ -77.019566, 38.949637 ], [ -77.019553, 38.949401 ], [ -77.019546, 38.949211 ], [ -77.019544, 38.949135 ], [ -77.019528, 38.948812 ], [ -77.019513, 38.94847 ], [ -77.019495, 38.948149 ], [ -77.019469, 38.94764 ], [ -77.019459, 38.947402 ], [ -77.019456, 38.947308 ], [ -77.019413, 38.946335 ], [ -77.020235, 38.946312 ], [ -77.020764, 38.946296 ], [ -77.021099, 38.946285 ], [ -77.021224, 38.94628 ], [ -77.021412, 38.946273 ], [ -77.021832, 38.946261 ], [ -77.022526, 38.946238 ], [ -77.022699, 38.946233 ], [ -77.023259, 38.946218 ], [ -77.023551, 38.946208 ], [ -77.024169, 38.946187 ], [ -77.024911, 38.946172 ], [ -77.025275, 38.946161 ], [ -77.025845, 38.946144 ], [ -77.026415, 38.946125 ], [ -77.0266, 38.946125 ], [ -77.026666, 38.9464 ], [ -77.026784, 38.94719 ], [ -77.026812, 38.947372 ], [ -77.026933, 38.948256 ], [ -77.026944, 38.948333 ], [ -77.026951, 38.94839 ], [ -77.026962, 38.948464 ], [ -77.027003, 38.948761 ], [ -77.027014, 38.948836 ], [ -77.027035, 38.948991 ], [ -77.027048, 38.949084 ], [ -77.027081, 38.949337 ], [ -77.027135, 38.949734 ], [ -77.027161, 38.949927 ], [ -77.02721, 38.950277 ], [ -77.027223, 38.950364 ], [ -77.027235, 38.950452 ], [ -77.027248, 38.950539 ], [ -77.02726, 38.950627 ], [ -77.027273, 38.950714 ], [ -77.027284, 38.950802 ], [ -77.027395, 38.95162 ], [ -77.027429, 38.951868 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002202", "name": "Census Tract 22.02, District of Columbia, District of Columbia", "total_population_17": 3347, "white_alone_17": 265.0, "black_alone_17": 2081.0, "native_alone_17": 7.0, "asian_alone_17": 63.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 859.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 6.956, "pct_black_alone_change": -28.764, "pct_native_alone_change": -0.422, "pct_asian_alone_change": 1.616, "pct_hispanic_or_latino_change": 18.695, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9479653", "INTPTLON": "-077.0118821" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.019681, 38.952083 ], [ -77.019579, 38.952087 ], [ -77.019352, 38.952093 ], [ -77.018976, 38.952105 ], [ -77.018323, 38.952123 ], [ -77.017608, 38.952143 ], [ -77.017207, 38.952156 ], [ -77.016829, 38.952167 ], [ -77.016459, 38.952176 ], [ -77.016326, 38.952181 ], [ -77.0163, 38.952183 ], [ -77.016273, 38.952184 ], [ -77.016194, 38.95219 ], [ -77.01611, 38.952194 ], [ -77.016067, 38.952195 ], [ -77.015891, 38.952204 ], [ -77.015771, 38.952209 ], [ -77.015279, 38.952224 ], [ -77.013458, 38.952276 ], [ -77.013364, 38.952279 ], [ -77.013304, 38.95228 ], [ -77.012429, 38.952308 ], [ -77.012268, 38.952314 ], [ -77.011315, 38.952343 ], [ -77.010698, 38.95236 ], [ -77.010658, 38.952362 ], [ -77.010126, 38.952377 ], [ -77.009489, 38.952397 ], [ -77.009148, 38.952405 ], [ -77.009007, 38.952407 ], [ -77.008986, 38.952124 ], [ -77.008958, 38.951716 ], [ -77.008919, 38.951229 ], [ -77.008905, 38.95104 ], [ -77.008893, 38.950878 ], [ -77.008891, 38.950859 ], [ -77.008864, 38.950499 ], [ -77.008847, 38.950267 ], [ -77.008814, 38.949764 ], [ -77.008784, 38.949393 ], [ -77.008751, 38.948954 ], [ -77.008726, 38.948609 ], [ -77.008701, 38.948296 ], [ -77.008692, 38.948169 ], [ -77.008722, 38.947637 ], [ -77.00871, 38.947392 ], [ -77.008669, 38.947098 ], [ -77.008651, 38.946683 ], [ -77.00868, 38.946499 ], [ -77.008735, 38.946344 ], [ -77.008797, 38.9462 ], [ -77.008882, 38.946052 ], [ -77.008917, 38.946006 ], [ -77.008953, 38.945961 ], [ -77.008991, 38.945916 ], [ -77.009204, 38.945691 ], [ -77.009369, 38.945573 ], [ -77.009433, 38.945529 ], [ -77.009498, 38.945487 ], [ -77.009565, 38.945447 ], [ -77.009996, 38.945178 ], [ -77.010409, 38.944923 ], [ -77.010764, 38.944707 ], [ -77.010812, 38.944677 ], [ -77.010862, 38.944648 ], [ -77.010926, 38.944613 ], [ -77.011015, 38.944567 ], [ -77.011064, 38.944543 ], [ -77.011176, 38.944493 ], [ -77.01123, 38.94447 ], [ -77.011286, 38.944448 ], [ -77.011469, 38.944369 ], [ -77.011513, 38.944345 ], [ -77.01154, 38.944329 ], [ -77.011587, 38.944381 ], [ -77.011605, 38.944393 ], [ -77.011626, 38.944403 ], [ -77.011648, 38.944409 ], [ -77.011671, 38.944413 ], [ -77.011853, 38.944411 ], [ -77.012618, 38.944388 ], [ -77.013511, 38.944892 ], [ -77.014135, 38.945246 ], [ -77.014369, 38.945378 ], [ -77.016014, 38.946395 ], [ -77.016071, 38.94643 ], [ -77.016663, 38.946412 ], [ -77.016811, 38.946409 ], [ -77.017099, 38.946403 ], [ -77.017333, 38.946395 ], [ -77.017481, 38.946391 ], [ -77.018501, 38.946358 ], [ -77.019413, 38.946335 ], [ -77.019456, 38.947308 ], [ -77.019459, 38.947402 ], [ -77.019469, 38.94764 ], [ -77.019495, 38.948149 ], [ -77.019513, 38.94847 ], [ -77.019528, 38.948812 ], [ -77.019544, 38.949135 ], [ -77.019546, 38.949211 ], [ -77.019553, 38.949401 ], [ -77.019566, 38.949637 ], [ -77.019579, 38.949921 ], [ -77.019581, 38.949952 ], [ -77.019584, 38.950026 ], [ -77.019596, 38.950249 ], [ -77.019603, 38.950402 ], [ -77.019607, 38.950467 ], [ -77.019632, 38.951021 ], [ -77.019681, 38.952083 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002301", "name": "Census Tract 23.01, District of Columbia, District of Columbia", "total_population_17": 3625, "white_alone_17": 897.0, "black_alone_17": 1851.0, "native_alone_17": 0.0, "asian_alone_17": 78.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 616.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 23.309, "pct_black_alone_change": -37.819, "pct_native_alone_change": -0.334, "pct_asian_alone_change": 1.351, "pct_hispanic_or_latino_change": 8.846, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9425896", "INTPTLON": "-077.0165738" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.019954, 38.943166 ], [ -77.019947, 38.943209 ], [ -77.019937, 38.943252 ], [ -77.019922, 38.943293 ], [ -77.019903, 38.943334 ], [ -77.01988, 38.943374 ], [ -77.019852, 38.943411 ], [ -77.019822, 38.943448 ], [ -77.019787, 38.943482 ], [ -77.01975, 38.943514 ], [ -77.019709, 38.943543 ], [ -77.019656, 38.943575 ], [ -77.0196, 38.943602 ], [ -77.019561, 38.943618 ], [ -77.019479, 38.943645 ], [ -77.019437, 38.943655 ], [ -77.019362, 38.943668 ], [ -77.019275, 38.943675 ], [ -77.019285, 38.943818 ], [ -77.019288, 38.943873 ], [ -77.019292, 38.943927 ], [ -77.019306, 38.944191 ], [ -77.019322, 38.944532 ], [ -77.01933, 38.944728 ], [ -77.019359, 38.945264 ], [ -77.019375, 38.945588 ], [ -77.019382, 38.945714 ], [ -77.019394, 38.945968 ], [ -77.019413, 38.946335 ], [ -77.018501, 38.946358 ], [ -77.017481, 38.946391 ], [ -77.017333, 38.946395 ], [ -77.017099, 38.946403 ], [ -77.016811, 38.946409 ], [ -77.016663, 38.946412 ], [ -77.016071, 38.94643 ], [ -77.016014, 38.946395 ], [ -77.014369, 38.945378 ], [ -77.014135, 38.945246 ], [ -77.013511, 38.944892 ], [ -77.012618, 38.944388 ], [ -77.011853, 38.944411 ], [ -77.011671, 38.944413 ], [ -77.011648, 38.944409 ], [ -77.011626, 38.944403 ], [ -77.011605, 38.944393 ], [ -77.011587, 38.944381 ], [ -77.01154, 38.944329 ], [ -77.011577, 38.944308 ], [ -77.011619, 38.944282 ], [ -77.011679, 38.944241 ], [ -77.01177, 38.944162 ], [ -77.011839, 38.944098 ], [ -77.011856, 38.944081 ], [ -77.01203, 38.943923 ], [ -77.012148, 38.943819 ], [ -77.012163, 38.943801 ], [ -77.012189, 38.943763 ], [ -77.012209, 38.943724 ], [ -77.012406, 38.943297 ], [ -77.012438, 38.943229 ], [ -77.012453, 38.943195 ], [ -77.012572, 38.942938 ], [ -77.012602, 38.942879 ], [ -77.012647, 38.942803 ], [ -77.012678, 38.942756 ], [ -77.012718, 38.942701 ], [ -77.012739, 38.942674 ], [ -77.012806, 38.942596 ], [ -77.012878, 38.94252 ], [ -77.012979, 38.942423 ], [ -77.013141, 38.942277 ], [ -77.013315, 38.942134 ], [ -77.01341, 38.942056 ], [ -77.013524, 38.941955 ], [ -77.013758, 38.941726 ], [ -77.014187, 38.9413 ], [ -77.01425, 38.94123 ], [ -77.01437, 38.941082 ], [ -77.014571, 38.940834 ], [ -77.014627, 38.940755 ], [ -77.014849, 38.940397 ], [ -77.01501, 38.940133 ], [ -77.01509, 38.940006 ], [ -77.015187, 38.93985 ], [ -77.015204, 38.939827 ], [ -77.015222, 38.939805 ], [ -77.015266, 38.93976 ], [ -77.015431, 38.939615 ], [ -77.016246, 38.938881 ], [ -77.016459, 38.938693 ], [ -77.016546, 38.938614 ], [ -77.016877, 38.938317 ], [ -77.017186, 38.938039 ], [ -77.017216, 38.938014 ], [ -77.017277, 38.937968 ], [ -77.017341, 38.937924 ], [ -77.017407, 38.937882 ], [ -77.017441, 38.937862 ], [ -77.017511, 38.937824 ], [ -77.017606, 38.937782 ], [ -77.017638, 38.937769 ], [ -77.017724, 38.937738 ], [ -77.01777, 38.937723 ], [ -77.018042, 38.937647 ], [ -77.018246, 38.937592 ], [ -77.018349, 38.937566 ], [ -77.018451, 38.937539 ], [ -77.01876, 38.937461 ], [ -77.018881, 38.937432 ], [ -77.019033, 38.937398 ], [ -77.019002, 38.93748 ], [ -77.018993, 38.937538 ], [ -77.018988, 38.937596 ], [ -77.018986, 38.937655 ], [ -77.018988, 38.937714 ], [ -77.018993, 38.937772 ], [ -77.019045, 38.938841 ], [ -77.019065, 38.939282 ], [ -77.019097, 38.939912 ], [ -77.019116, 38.940323 ], [ -77.019134, 38.940652 ], [ -77.01915, 38.940984 ], [ -77.019169, 38.941379 ], [ -77.0192, 38.942054 ], [ -77.019207, 38.942186 ], [ -77.019224, 38.942571 ], [ -77.019251, 38.942569 ], [ -77.019329, 38.942571 ], [ -77.019406, 38.94258 ], [ -77.019464, 38.942592 ], [ -77.019553, 38.942617 ], [ -77.019611, 38.942641 ], [ -77.01967, 38.942671 ], [ -77.019686, 38.942679 ], [ -77.019745, 38.942718 ], [ -77.019786, 38.942755 ], [ -77.019824, 38.942794 ], [ -77.019857, 38.942836 ], [ -77.019886, 38.942879 ], [ -77.01991, 38.942925 ], [ -77.019929, 38.942972 ], [ -77.019943, 38.943019 ], [ -77.019952, 38.943068 ], [ -77.019954, 38.943101 ], [ -77.019954, 38.943166 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002302", "name": "Census Tract 23.02, District of Columbia, District of Columbia", "total_population_17": 1708, "white_alone_17": 685.0, "black_alone_17": 764.0, "native_alone_17": 0.0, "asian_alone_17": 67.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 73.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 11.332, "pct_black_alone_change": -19.358, "pct_native_alone_change": -0.743, "pct_asian_alone_change": 2.287, "pct_hispanic_or_latino_change": 0.408, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9341270", "INTPTLON": "-077.0095843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.01923, 38.936807 ], [ -77.019226, 38.936899 ], [ -77.019221, 38.936925 ], [ -77.019212, 38.936964 ], [ -77.019203, 38.936996 ], [ -77.019193, 38.937027 ], [ -77.019168, 38.937089 ], [ -77.019087, 38.937256 ], [ -77.019033, 38.937398 ], [ -77.018881, 38.937432 ], [ -77.01876, 38.937461 ], [ -77.018451, 38.937539 ], [ -77.018349, 38.937566 ], [ -77.018246, 38.937592 ], [ -77.018042, 38.937647 ], [ -77.01777, 38.937723 ], [ -77.017724, 38.937738 ], [ -77.017638, 38.937769 ], [ -77.017606, 38.937782 ], [ -77.017511, 38.937824 ], [ -77.017441, 38.937862 ], [ -77.017407, 38.937882 ], [ -77.017341, 38.937924 ], [ -77.017277, 38.937968 ], [ -77.017216, 38.938014 ], [ -77.017186, 38.938039 ], [ -77.016877, 38.938317 ], [ -77.016546, 38.938614 ], [ -77.016459, 38.938693 ], [ -77.016246, 38.938881 ], [ -77.015431, 38.939615 ], [ -77.015266, 38.93976 ], [ -77.015222, 38.939805 ], [ -77.015204, 38.939827 ], [ -77.015187, 38.93985 ], [ -77.01509, 38.940006 ], [ -77.01501, 38.940133 ], [ -77.014849, 38.940397 ], [ -77.014627, 38.940755 ], [ -77.014571, 38.940834 ], [ -77.01437, 38.941082 ], [ -77.01425, 38.94123 ], [ -77.014187, 38.9413 ], [ -77.013758, 38.941726 ], [ -77.013524, 38.941955 ], [ -77.01341, 38.942056 ], [ -77.013315, 38.942134 ], [ -77.013141, 38.942277 ], [ -77.012979, 38.942423 ], [ -77.012878, 38.94252 ], [ -77.012806, 38.942596 ], [ -77.012739, 38.942674 ], [ -77.012718, 38.942701 ], [ -77.012678, 38.942756 ], [ -77.012647, 38.942803 ], [ -77.012602, 38.942879 ], [ -77.012572, 38.942938 ], [ -77.012453, 38.943195 ], [ -77.012438, 38.943229 ], [ -77.012406, 38.943297 ], [ -77.012209, 38.943724 ], [ -77.012189, 38.943763 ], [ -77.012163, 38.943801 ], [ -77.012148, 38.943819 ], [ -77.01203, 38.943923 ], [ -77.011856, 38.944081 ], [ -77.011839, 38.944098 ], [ -77.01177, 38.944162 ], [ -77.011679, 38.944241 ], [ -77.011619, 38.944282 ], [ -77.011577, 38.944308 ], [ -77.01154, 38.944329 ], [ -77.011513, 38.944345 ], [ -77.011469, 38.944369 ], [ -77.011286, 38.944448 ], [ -77.01123, 38.94447 ], [ -77.011176, 38.944493 ], [ -77.011064, 38.944543 ], [ -77.011015, 38.944567 ], [ -77.010926, 38.944613 ], [ -77.010803, 38.944475 ], [ -77.01055, 38.944209 ], [ -77.010438, 38.944093 ], [ -77.009798, 38.943425 ], [ -77.009778, 38.943405 ], [ -77.009694, 38.943328 ], [ -77.00965, 38.943291 ], [ -77.009581, 38.943237 ], [ -77.009461, 38.943149 ], [ -77.009338, 38.943063 ], [ -77.009276, 38.943021 ], [ -77.009149, 38.942938 ], [ -77.009021, 38.942857 ], [ -77.008956, 38.942817 ], [ -77.00876, 38.942706 ], [ -77.008494, 38.942563 ], [ -77.00836, 38.942493 ], [ -77.008217, 38.942426 ], [ -77.008146, 38.942405 ], [ -77.008034, 38.942381 ], [ -77.008222, 38.941937 ], [ -77.008323, 38.941613 ], [ -77.00836, 38.941356 ], [ -77.008365, 38.941054 ], [ -77.00835, 38.940858 ], [ -77.008313, 38.940626 ], [ -77.008198, 38.940332 ], [ -77.008052, 38.940035 ], [ -77.007597, 38.939203 ], [ -77.006885, 38.937875 ], [ -77.006846, 38.9378 ], [ -77.006783, 38.937673 ], [ -77.0067, 38.9375 ], [ -77.006621, 38.937325 ], [ -77.006558, 38.937172 ], [ -77.006454, 38.936886 ], [ -77.006388, 38.936684 ], [ -77.006359, 38.936592 ], [ -77.006077, 38.936624 ], [ -77.005872, 38.936647 ], [ -77.005755, 38.936661 ], [ -77.005543, 38.936767 ], [ -77.005068, 38.936832 ], [ -77.004295, 38.93691 ], [ -77.003612, 38.936767 ], [ -77.00317, 38.936631 ], [ -77.00278, 38.936397 ], [ -77.002474, 38.936234 ], [ -77.002132, 38.936155 ], [ -77.002113, 38.936057 ], [ -77.002058, 38.935762 ], [ -77.001967, 38.935295 ], [ -77.001884, 38.934859 ], [ -77.001805, 38.934453 ], [ -77.001725, 38.934016 ], [ -77.001338, 38.931998 ], [ -77.001333, 38.931967 ], [ -77.001303, 38.931812 ], [ -77.001223, 38.931606 ], [ -77.000982, 38.931215 ], [ -77.001127, 38.931151 ], [ -77.001219, 38.931103 ], [ -77.001453, 38.930979 ], [ -77.001922, 38.930725 ], [ -77.002091, 38.930634 ], [ -77.002208, 38.930571 ], [ -77.002448, 38.93044 ], [ -77.002654, 38.930328 ], [ -77.002797, 38.930251 ], [ -77.003045, 38.930112 ], [ -77.003172, 38.930037 ], [ -77.003262, 38.92998 ], [ -77.00335, 38.929922 ], [ -77.003495, 38.929817 ], [ -77.003554, 38.929772 ], [ -77.003669, 38.92968 ], [ -77.003793, 38.929573 ], [ -77.003883, 38.92949 ], [ -77.003969, 38.929406 ], [ -77.004052, 38.929319 ], [ -77.004258, 38.929078 ], [ -77.004283, 38.929047 ], [ -77.004852, 38.928374 ], [ -77.004886, 38.928334 ], [ -77.004919, 38.928293 ], [ -77.00502, 38.928172 ], [ -77.005251, 38.927899 ], [ -77.005361, 38.927768 ], [ -77.005377, 38.92775 ], [ -77.005753, 38.927301 ], [ -77.005789, 38.927264 ], [ -77.005847, 38.927213 ], [ -77.00589, 38.927181 ], [ -77.005934, 38.927151 ], [ -77.005976, 38.927126 ], [ -77.006013, 38.927106 ], [ -77.006091, 38.92707 ], [ -77.006152, 38.927047 ], [ -77.006179, 38.927039 ], [ -77.006264, 38.927016 ], [ -77.006293, 38.92701 ], [ -77.00637, 38.926995 ], [ -77.006566, 38.926969 ], [ -77.006898, 38.926924 ], [ -77.007315, 38.926871 ], [ -77.007902, 38.926793 ], [ -77.007969, 38.926785 ], [ -77.008111, 38.926768 ], [ -77.008406, 38.926736 ], [ -77.008939, 38.926678 ], [ -77.009044, 38.926667 ], [ -77.009234, 38.926639 ], [ -77.009575, 38.926591 ], [ -77.010141, 38.926513 ], [ -77.011156, 38.926378 ], [ -77.011404, 38.926347 ], [ -77.011989, 38.92629 ], [ -77.012142, 38.926282 ], [ -77.012414, 38.926273 ], [ -77.012466, 38.926272 ], [ -77.012517, 38.92627 ], [ -77.012671, 38.926267 ], [ -77.013843, 38.926264 ], [ -77.013889, 38.926265 ], [ -77.014028, 38.926274 ], [ -77.014165, 38.926289 ], [ -77.014264, 38.926304 ], [ -77.014422, 38.926333 ], [ -77.014474, 38.926345 ], [ -77.01488, 38.926476 ], [ -77.014978, 38.926517 ], [ -77.015074, 38.926563 ], [ -77.015166, 38.926612 ], [ -77.016088, 38.927145 ], [ -77.016667, 38.927484 ], [ -77.016749, 38.927536 ], [ -77.016912, 38.927679 ], [ -77.017011, 38.927757 ], [ -77.017064, 38.927807 ], [ -77.017165, 38.927906 ], [ -77.017264, 38.928008 ], [ -77.017345, 38.928088 ], [ -77.017361, 38.928105 ], [ -77.017394, 38.928137 ], [ -77.017449, 38.928182 ], [ -77.017468, 38.928196 ], [ -77.017507, 38.928224 ], [ -77.017549, 38.928251 ], [ -77.017571, 38.928264 ], [ -77.017732, 38.92835 ], [ -77.01782, 38.92839 ], [ -77.017887, 38.928416 ], [ -77.017954, 38.92844 ], [ -77.017984, 38.928449 ], [ -77.018106, 38.928484 ], [ -77.018042, 38.928714 ], [ -77.018026, 38.928766 ], [ -77.017981, 38.928891 ], [ -77.017956, 38.929 ], [ -77.017953, 38.929021 ], [ -77.017951, 38.929043 ], [ -77.017949, 38.929081 ], [ -77.017949, 38.929108 ], [ -77.017951, 38.929144 ], [ -77.017958, 38.929195 ], [ -77.017982, 38.929314 ], [ -77.018, 38.929394 ], [ -77.018052, 38.92961 ], [ -77.018072, 38.929696 ], [ -77.018081, 38.929731 ], [ -77.018178, 38.930154 ], [ -77.018256, 38.930478 ], [ -77.018277, 38.930556 ], [ -77.018349, 38.930822 ], [ -77.018418, 38.931113 ], [ -77.018494, 38.93144 ], [ -77.018509, 38.931501 ], [ -77.018645, 38.932055 ], [ -77.018804, 38.932691 ], [ -77.018927, 38.933178 ], [ -77.019012, 38.933534 ], [ -77.019031, 38.933611 ], [ -77.019111, 38.933907 ], [ -77.019129, 38.933982 ], [ -77.01914, 38.934032 ], [ -77.019161, 38.934159 ], [ -77.019164, 38.934183 ], [ -77.019166, 38.934242 ], [ -77.019172, 38.934385 ], [ -77.019184, 38.934809 ], [ -77.019187, 38.934892 ], [ -77.019193, 38.935215 ], [ -77.019201, 38.935558 ], [ -77.01921, 38.935867 ], [ -77.01922, 38.936202 ], [ -77.01923, 38.936585 ], [ -77.019234, 38.936734 ], [ -77.01923, 38.936807 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002400", "name": "Census Tract 24, District of Columbia, District of Columbia", "total_population_17": 4067, "white_alone_17": 1234.0, "black_alone_17": 1921.0, "native_alone_17": 0.0, "asian_alone_17": 91.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 728.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 27.465, "pct_black_alone_change": -36.397, "pct_native_alone_change": -0.084, "pct_asian_alone_change": 1.707, "pct_hispanic_or_latino_change": 5.274, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9417839", "INTPTLON": "-077.0224053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.0266, 38.946125 ], [ -77.026415, 38.946125 ], [ -77.025845, 38.946144 ], [ -77.025275, 38.946161 ], [ -77.024911, 38.946172 ], [ -77.024169, 38.946187 ], [ -77.023551, 38.946208 ], [ -77.023259, 38.946218 ], [ -77.022699, 38.946233 ], [ -77.022526, 38.946238 ], [ -77.021832, 38.946261 ], [ -77.021412, 38.946273 ], [ -77.021224, 38.94628 ], [ -77.021099, 38.946285 ], [ -77.020764, 38.946296 ], [ -77.020235, 38.946312 ], [ -77.019413, 38.946335 ], [ -77.019394, 38.945968 ], [ -77.019382, 38.945714 ], [ -77.019375, 38.945588 ], [ -77.019359, 38.945264 ], [ -77.01933, 38.944728 ], [ -77.019322, 38.944532 ], [ -77.019306, 38.944191 ], [ -77.019292, 38.943927 ], [ -77.019288, 38.943873 ], [ -77.019285, 38.943818 ], [ -77.019275, 38.943675 ], [ -77.019362, 38.943668 ], [ -77.019437, 38.943655 ], [ -77.019479, 38.943645 ], [ -77.019561, 38.943618 ], [ -77.0196, 38.943602 ], [ -77.019656, 38.943575 ], [ -77.019709, 38.943543 ], [ -77.01975, 38.943514 ], [ -77.019787, 38.943482 ], [ -77.019822, 38.943448 ], [ -77.019852, 38.943411 ], [ -77.01988, 38.943374 ], [ -77.019903, 38.943334 ], [ -77.019922, 38.943293 ], [ -77.019937, 38.943252 ], [ -77.019947, 38.943209 ], [ -77.019954, 38.943166 ], [ -77.019954, 38.943101 ], [ -77.019952, 38.943068 ], [ -77.019943, 38.943019 ], [ -77.019929, 38.942972 ], [ -77.01991, 38.942925 ], [ -77.019886, 38.942879 ], [ -77.019857, 38.942836 ], [ -77.019824, 38.942794 ], [ -77.019786, 38.942755 ], [ -77.019745, 38.942718 ], [ -77.019686, 38.942679 ], [ -77.01967, 38.942671 ], [ -77.019611, 38.942641 ], [ -77.019553, 38.942617 ], [ -77.019464, 38.942592 ], [ -77.019406, 38.94258 ], [ -77.019329, 38.942571 ], [ -77.019251, 38.942569 ], [ -77.019224, 38.942571 ], [ -77.019207, 38.942186 ], [ -77.0192, 38.942054 ], [ -77.019169, 38.941379 ], [ -77.01915, 38.940984 ], [ -77.019134, 38.940652 ], [ -77.019116, 38.940323 ], [ -77.019097, 38.939912 ], [ -77.019065, 38.939282 ], [ -77.019045, 38.938841 ], [ -77.018993, 38.937772 ], [ -77.018988, 38.937714 ], [ -77.018986, 38.937655 ], [ -77.018988, 38.937596 ], [ -77.018993, 38.937538 ], [ -77.019002, 38.93748 ], [ -77.019033, 38.937398 ], [ -77.019518, 38.93729 ], [ -77.019577, 38.937274 ], [ -77.019636, 38.93726 ], [ -77.019685, 38.93725 ], [ -77.019752, 38.937237 ], [ -77.019787, 38.937231 ], [ -77.021241, 38.937046 ], [ -77.021372, 38.937027 ], [ -77.021469, 38.937013 ], [ -77.02197, 38.936895 ], [ -77.022648, 38.936728 ], [ -77.023086, 38.936622 ], [ -77.023353, 38.936558 ], [ -77.02403, 38.936388 ], [ -77.024203, 38.936408 ], [ -77.024312, 38.936421 ], [ -77.024499, 38.93761 ], [ -77.024608, 38.938306 ], [ -77.024638, 38.938471 ], [ -77.02466, 38.938572 ], [ -77.02469, 38.938684 ], [ -77.024716, 38.938779 ], [ -77.024767, 38.938984 ], [ -77.024841, 38.939267 ], [ -77.024964, 38.939744 ], [ -77.02509, 38.940231 ], [ -77.02524, 38.940811 ], [ -77.025379, 38.941345 ], [ -77.025487, 38.941764 ], [ -77.025514, 38.941873 ], [ -77.025539, 38.941968 ], [ -77.025622, 38.942293 ], [ -77.025713, 38.942649 ], [ -77.025785, 38.942924 ], [ -77.025909, 38.943399 ], [ -77.02604, 38.943909 ], [ -77.026063, 38.943996 ], [ -77.026084, 38.944076 ], [ -77.02609, 38.944103 ], [ -77.026169, 38.944401 ], [ -77.026315, 38.944976 ], [ -77.026337, 38.94506 ], [ -77.026363, 38.945165 ], [ -77.026488, 38.945653 ], [ -77.0266, 38.946125 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002501", "name": "Census Tract 25.01, District of Columbia, District of Columbia", "total_population_17": 3138, "white_alone_17": 778.0, "black_alone_17": 1355.0, "native_alone_17": 0.0, "asian_alone_17": 46.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 884.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 17.059, "pct_black_alone_change": -25.675, "pct_native_alone_change": -0.084, "pct_asian_alone_change": 0.797, "pct_hispanic_or_latino_change": 5.847, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9446515", "INTPTLON": "-077.0317348" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036425, 38.942935 ], [ -77.036432, 38.943999 ], [ -77.036426, 38.945062 ], [ -77.036428, 38.946129 ], [ -77.036431, 38.947242 ], [ -77.036422, 38.94739 ], [ -77.036424, 38.94826 ], [ -77.036278, 38.948261 ], [ -77.035386, 38.948261 ], [ -77.034517, 38.948259 ], [ -77.034416, 38.948258 ], [ -77.033749, 38.948261 ], [ -77.033087, 38.94826 ], [ -77.032863, 38.948263 ], [ -77.032724, 38.948264 ], [ -77.031695, 38.948235 ], [ -77.031625, 38.94818 ], [ -77.031456, 38.94801 ], [ -77.031115, 38.947681 ], [ -77.031091, 38.947661 ], [ -77.031069, 38.94764 ], [ -77.031041, 38.94761 ], [ -77.030973, 38.947522 ], [ -77.030797, 38.947343 ], [ -77.030704, 38.94725 ], [ -77.030689, 38.947234 ], [ -77.030434, 38.946985 ], [ -77.030232, 38.946785 ], [ -77.030046, 38.946603 ], [ -77.029844, 38.946411 ], [ -77.029822, 38.946389 ], [ -77.029643, 38.946125 ], [ -77.028928, 38.946128 ], [ -77.028211, 38.946122 ], [ -77.027797, 38.946124 ], [ -77.027466, 38.946123 ], [ -77.027019, 38.946126 ], [ -77.0266, 38.946125 ], [ -77.026488, 38.945653 ], [ -77.026363, 38.945165 ], [ -77.026337, 38.94506 ], [ -77.026315, 38.944976 ], [ -77.026169, 38.944401 ], [ -77.02609, 38.944103 ], [ -77.026084, 38.944076 ], [ -77.026063, 38.943996 ], [ -77.02604, 38.943909 ], [ -77.025909, 38.943399 ], [ -77.025785, 38.942924 ], [ -77.025713, 38.942649 ], [ -77.025622, 38.942293 ], [ -77.025539, 38.941968 ], [ -77.025514, 38.941873 ], [ -77.02567, 38.941869 ], [ -77.025808, 38.941867 ], [ -77.025938, 38.941867 ], [ -77.026143, 38.941866 ], [ -77.026622, 38.941868 ], [ -77.027137, 38.941868 ], [ -77.027595, 38.94187 ], [ -77.029086, 38.941869 ], [ -77.029704, 38.941865 ], [ -77.030323, 38.941865 ], [ -77.03078, 38.941871 ], [ -77.031424, 38.941869 ], [ -77.032065, 38.941871 ], [ -77.03259, 38.941866 ], [ -77.032727, 38.941867 ], [ -77.032868, 38.941867 ], [ -77.03354, 38.94187 ], [ -77.03394, 38.94187 ], [ -77.035241, 38.941869 ], [ -77.036441, 38.941874 ], [ -77.036425, 38.942935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002502", "name": "Census Tract 25.02, District of Columbia, District of Columbia", "total_population_17": 6389, "white_alone_17": 1185.0, "black_alone_17": 2446.0, "native_alone_17": 0.0, "asian_alone_17": 283.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2245.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 15.54, "pct_black_alone_change": -18.113, "pct_native_alone_change": -0.273, "pct_asian_alone_change": 3.445, "pct_hispanic_or_latino_change": -3.687, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9390573", "INTPTLON": "-077.0301448" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036447, 38.93773 ], [ -77.036446, 38.937925 ], [ -77.036445, 38.938047 ], [ -77.036445, 38.938231 ], [ -77.036444, 38.938598 ], [ -77.036444, 38.938949 ], [ -77.036444, 38.939105 ], [ -77.036444, 38.939738 ], [ -77.036431, 38.940808 ], [ -77.036441, 38.941874 ], [ -77.035241, 38.941869 ], [ -77.03394, 38.94187 ], [ -77.03354, 38.94187 ], [ -77.032868, 38.941867 ], [ -77.032727, 38.941867 ], [ -77.03259, 38.941866 ], [ -77.032065, 38.941871 ], [ -77.031424, 38.941869 ], [ -77.03078, 38.941871 ], [ -77.030323, 38.941865 ], [ -77.029704, 38.941865 ], [ -77.029086, 38.941869 ], [ -77.027595, 38.94187 ], [ -77.027137, 38.941868 ], [ -77.026622, 38.941868 ], [ -77.026143, 38.941866 ], [ -77.025938, 38.941867 ], [ -77.025808, 38.941867 ], [ -77.02567, 38.941869 ], [ -77.025514, 38.941873 ], [ -77.025487, 38.941764 ], [ -77.025379, 38.941345 ], [ -77.02524, 38.940811 ], [ -77.02509, 38.940231 ], [ -77.024964, 38.939744 ], [ -77.024841, 38.939267 ], [ -77.024767, 38.938984 ], [ -77.024716, 38.938779 ], [ -77.02469, 38.938684 ], [ -77.02466, 38.938572 ], [ -77.024638, 38.938471 ], [ -77.024608, 38.938306 ], [ -77.024499, 38.93761 ], [ -77.024312, 38.936421 ], [ -77.024431, 38.936254 ], [ -77.025244, 38.935128 ], [ -77.025303, 38.935106 ], [ -77.025365, 38.935108 ], [ -77.025447, 38.935118 ], [ -77.025499, 38.935126 ], [ -77.025525, 38.935131 ], [ -77.025831, 38.93521 ], [ -77.025893, 38.935258 ], [ -77.025943, 38.935285 ], [ -77.025999, 38.935302 ], [ -77.026285, 38.935378 ], [ -77.026726, 38.935493 ], [ -77.027097, 38.935591 ], [ -77.0272, 38.935619 ], [ -77.027508, 38.935701 ], [ -77.028048, 38.935849 ], [ -77.028384, 38.935935 ], [ -77.028494, 38.935964 ], [ -77.029725, 38.936285 ], [ -77.030025, 38.936368 ], [ -77.030864, 38.936595 ], [ -77.030959, 38.936619 ], [ -77.031839, 38.93685 ], [ -77.032259, 38.936965 ], [ -77.03273, 38.937078 ], [ -77.03317, 38.937205 ], [ -77.033634, 38.937324 ], [ -77.033721, 38.937345 ], [ -77.033801, 38.937365 ], [ -77.03391, 38.937387 ], [ -77.034021, 38.937404 ], [ -77.034133, 38.937417 ], [ -77.034189, 38.937421 ], [ -77.034302, 38.937426 ], [ -77.034358, 38.937427 ], [ -77.0348, 38.937425 ], [ -77.035231, 38.937427 ], [ -77.036447, 38.937427 ], [ -77.036447, 38.93773 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002600", "name": "Census Tract 26, District of Columbia, District of Columbia", "total_population_17": 2521, "white_alone_17": 1200.0, "black_alone_17": 838.0, "native_alone_17": 20.0, "asian_alone_17": 145.0, "native_hawaiian_pacific_islander_17": 16.0, "hispanic_or_latino_17": 199.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 17.197, "pct_black_alone_change": -29.808, "pct_native_alone_change": 0.427, "pct_asian_alone_change": 3.737, "pct_hispanic_or_latino_change": 4.46, "pct_native_hawaiian_pacific_islander_change": 0.635, "INTPTLAT": "+38.9464323", "INTPTLON": "-077.0404553" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.052113, 38.937994 ], [ -77.05211, 38.938093 ], [ -77.052102, 38.938149 ], [ -77.052054, 38.938258 ], [ -77.05182, 38.938866 ], [ -77.0517, 38.939177 ], [ -77.051605, 38.939514 ], [ -77.051539, 38.93967 ], [ -77.051439, 38.939973 ], [ -77.051218, 38.940344 ], [ -77.051208, 38.940409 ], [ -77.051209, 38.94045 ], [ -77.051222, 38.940496 ], [ -77.051231, 38.940537 ], [ -77.051297, 38.940776 ], [ -77.051343, 38.940981 ], [ -77.051357, 38.941242 ], [ -77.051308, 38.941393 ], [ -77.051267, 38.941542 ], [ -77.051156, 38.941718 ], [ -77.050913, 38.942168 ], [ -77.050324, 38.942782 ], [ -77.050019, 38.943254 ], [ -77.04991, 38.943537 ], [ -77.049809, 38.943613 ], [ -77.049778, 38.943697 ], [ -77.049655, 38.943779 ], [ -77.049388, 38.944147 ], [ -77.04919, 38.94432 ], [ -77.048708, 38.944606 ], [ -77.048619, 38.944659 ], [ -77.048426, 38.944825 ], [ -77.04817, 38.945259 ], [ -77.047982, 38.945553 ], [ -77.047762, 38.945662 ], [ -77.047544, 38.945695 ], [ -77.04707, 38.945692 ], [ -77.046609, 38.94558 ], [ -77.04624, 38.945452 ], [ -77.046022, 38.94547 ], [ -77.045818, 38.94559 ], [ -77.045678, 38.945719 ], [ -77.045445, 38.946169 ], [ -77.045182, 38.946619 ], [ -77.044745, 38.947276 ], [ -77.044667, 38.947343 ], [ -77.04415, 38.947791 ], [ -77.043995, 38.948108 ], [ -77.044044, 38.948218 ], [ -77.044106, 38.948418 ], [ -77.044197, 38.94849 ], [ -77.044343, 38.948563 ], [ -77.044465, 38.948613 ], [ -77.044621, 38.948616 ], [ -77.044745, 38.948594 ], [ -77.044849, 38.948517 ], [ -77.044961, 38.948346 ], [ -77.045032, 38.94824 ], [ -77.04509, 38.948035 ], [ -77.045288, 38.947871 ], [ -77.045572, 38.947773 ], [ -77.045844, 38.947792 ], [ -77.046015, 38.947857 ], [ -77.046251, 38.947985 ], [ -77.046363, 38.948045 ], [ -77.046551, 38.948115 ], [ -77.046839, 38.948196 ], [ -77.046854, 38.948201 ], [ -77.046955, 38.948275 ], [ -77.046992, 38.948454 ], [ -77.046998, 38.948502 ], [ -77.046965, 38.948669 ], [ -77.046879, 38.948896 ], [ -77.04687, 38.948995 ], [ -77.047026, 38.949383 ], [ -77.047059, 38.949599 ], [ -77.047057, 38.94965 ], [ -77.046944, 38.949829 ], [ -77.046609, 38.950046 ], [ -77.046073, 38.950316 ], [ -77.04572, 38.950494 ], [ -77.045316, 38.950889 ], [ -77.044988, 38.951239 ], [ -77.044891, 38.951458 ], [ -77.044869, 38.95165 ], [ -77.044842, 38.951974 ], [ -77.044746, 38.952142 ], [ -77.044643, 38.952281 ], [ -77.04428, 38.952732 ], [ -77.044142, 38.952888 ], [ -77.043801, 38.953189 ], [ -77.043585, 38.953368 ], [ -77.04338, 38.953542 ], [ -77.043151, 38.953756 ], [ -77.042962, 38.953942 ], [ -77.042779, 38.954198 ], [ -77.042667, 38.954282 ], [ -77.04234, 38.954442 ], [ -77.042186, 38.954585 ], [ -77.042155, 38.954678 ], [ -77.042101, 38.954981 ], [ -77.042081, 38.955093 ], [ -77.042088, 38.955286 ], [ -77.042092, 38.955385 ], [ -77.04217, 38.955605 ], [ -77.042293, 38.955906 ], [ -77.042329, 38.956147 ], [ -77.042295, 38.95634 ], [ -77.042218, 38.956525 ], [ -77.042136, 38.956803 ], [ -77.042141, 38.957351 ], [ -77.042152, 38.957576 ], [ -77.042148, 38.957867 ], [ -77.04213, 38.957898 ], [ -77.042112, 38.957931 ], [ -77.042064, 38.957972 ], [ -77.041986, 38.958043 ], [ -77.041926, 38.958079 ], [ -77.041904, 38.958093 ], [ -77.041828, 38.958135 ], [ -77.041476, 38.958291 ], [ -77.04129, 38.95844 ], [ -77.041188, 38.958593 ], [ -77.041125, 38.958782 ], [ -77.041088, 38.958931 ], [ -77.040928, 38.959089 ], [ -77.040644, 38.959342 ], [ -77.040558, 38.959428 ], [ -77.040515, 38.959544 ], [ -77.040503, 38.959586 ], [ -77.040557, 38.959682 ], [ -77.040646, 38.959774 ], [ -77.040793, 38.959906 ], [ -77.040892, 38.959966 ], [ -77.041087, 38.960013 ], [ -77.041314, 38.960031 ], [ -77.041558, 38.960062 ], [ -77.041809, 38.960128 ], [ -77.041977, 38.960226 ], [ -77.042132, 38.960348 ], [ -77.042193, 38.960394 ], [ -77.042135, 38.960432 ], [ -77.041997, 38.960533 ], [ -77.041911, 38.960599 ], [ -77.041879, 38.960618 ], [ -77.041848, 38.960638 ], [ -77.041812, 38.960663 ], [ -77.04176, 38.960702 ], [ -77.041704, 38.960751 ], [ -77.041201, 38.960715 ], [ -77.041155, 38.960697 ], [ -77.040883, 38.96063 ], [ -77.040453, 38.960545 ], [ -77.040372, 38.960526 ], [ -77.040318, 38.96051 ], [ -77.040266, 38.960492 ], [ -77.040215, 38.960472 ], [ -77.040149, 38.960439 ], [ -77.040118, 38.960421 ], [ -77.040087, 38.960401 ], [ -77.040029, 38.96036 ], [ -77.040002, 38.960338 ], [ -77.039976, 38.960315 ], [ -77.039952, 38.960292 ], [ -77.039928, 38.960267 ], [ -77.039849, 38.960175 ], [ -77.039837, 38.960159 ], [ -77.039809, 38.960127 ], [ -77.039779, 38.960097 ], [ -77.039746, 38.960069 ], [ -77.039692, 38.96003 ], [ -77.039638, 38.960001 ], [ -77.039609, 38.959988 ], [ -77.03958, 38.959977 ], [ -77.03955, 38.959967 ], [ -77.039519, 38.959958 ], [ -77.039488, 38.959951 ], [ -77.039456, 38.959945 ], [ -77.039424, 38.959941 ], [ -77.039323, 38.959936 ], [ -77.039278, 38.959933 ], [ -77.03921, 38.959927 ], [ -77.039165, 38.959921 ], [ -77.039129, 38.959915 ], [ -77.039093, 38.959907 ], [ -77.039023, 38.959889 ], [ -77.038988, 38.959878 ], [ -77.038922, 38.959852 ], [ -77.03889, 38.959838 ], [ -77.038828, 38.959806 ], [ -77.038806, 38.959793 ], [ -77.038765, 38.959766 ], [ -77.038708, 38.959721 ], [ -77.038674, 38.959688 ], [ -77.038643, 38.959654 ], [ -77.038623, 38.959619 ], [ -77.03861, 38.959582 ], [ -77.038602, 38.959545 ], [ -77.038601, 38.959507 ], [ -77.038605, 38.959469 ], [ -77.038615, 38.959432 ], [ -77.038632, 38.959396 ], [ -77.038654, 38.959362 ], [ -77.038681, 38.959331 ], [ -77.038712, 38.959302 ], [ -77.038737, 38.959284 ], [ -77.038763, 38.959269 ], [ -77.038791, 38.959255 ], [ -77.03882, 38.959243 ], [ -77.03885, 38.959233 ], [ -77.038881, 38.959224 ], [ -77.038913, 38.959218 ], [ -77.038945, 38.959214 ], [ -77.038978, 38.959212 ], [ -77.039089, 38.959213 ], [ -77.039166, 38.959204 ], [ -77.039203, 38.959196 ], [ -77.03924, 38.959186 ], [ -77.039276, 38.959174 ], [ -77.03931, 38.95916 ], [ -77.039343, 38.959143 ], [ -77.039374, 38.959125 ], [ -77.039408, 38.959101 ], [ -77.03944, 38.959076 ], [ -77.039469, 38.959048 ], [ -77.039494, 38.959019 ], [ -77.039517, 38.958988 ], [ -77.039536, 38.958956 ], [ -77.039552, 38.958922 ], [ -77.039564, 38.958888 ], [ -77.039573, 38.958853 ], [ -77.039578, 38.958818 ], [ -77.039587, 38.95877 ], [ -77.039593, 38.958723 ], [ -77.039596, 38.958651 ], [ -77.039588, 38.958459 ], [ -77.039587, 38.958409 ], [ -77.039591, 38.958334 ], [ -77.039597, 38.958285 ], [ -77.039617, 38.958188 ], [ -77.039629, 38.958144 ], [ -77.039658, 38.958057 ], [ -77.039667, 38.958036 ], [ -77.039675, 38.958014 ], [ -77.039704, 38.957947 ], [ -77.039748, 38.957831 ], [ -77.039764, 38.957784 ], [ -77.039777, 38.957741 ], [ -77.039786, 38.957703 ], [ -77.039798, 38.957645 ], [ -77.039807, 38.957587 ], [ -77.039813, 38.957514 ], [ -77.039814, 38.957486 ], [ -77.039814, 38.957432 ], [ -77.039811, 38.957377 ], [ -77.039808, 38.95735 ], [ -77.0398, 38.957296 ], [ -77.039788, 38.957243 ], [ -77.039745, 38.957087 ], [ -77.039728, 38.957035 ], [ -77.039669, 38.956838 ], [ -77.039651, 38.956783 ], [ -77.039629, 38.956728 ], [ -77.039604, 38.956676 ], [ -77.039575, 38.956624 ], [ -77.039542, 38.956574 ], [ -77.039511, 38.956532 ], [ -77.039459, 38.956472 ], [ -77.03942, 38.956434 ], [ -77.039379, 38.956398 ], [ -77.039331, 38.956361 ], [ -77.039277, 38.956324 ], [ -77.03922, 38.95629 ], [ -77.03916, 38.956258 ], [ -77.039098, 38.956229 ], [ -77.039066, 38.956216 ], [ -77.038943, 38.956163 ], [ -77.038906, 38.956146 ], [ -77.038831, 38.956114 ], [ -77.038792, 38.9561 ], [ -77.038712, 38.956076 ], [ -77.038671, 38.956066 ], [ -77.038629, 38.956057 ], [ -77.038588, 38.95605 ], [ -77.038538, 38.956043 ], [ -77.038454, 38.956037 ], [ -77.038409, 38.956036 ], [ -77.038317, 38.956038 ], [ -77.038227, 38.956047 ], [ -77.038137, 38.95606 ], [ -77.038093, 38.956069 ], [ -77.037947, 38.956104 ], [ -77.037909, 38.956114 ], [ -77.037831, 38.956132 ], [ -77.037752, 38.956148 ], [ -77.037673, 38.956162 ], [ -77.037594, 38.956174 ], [ -77.037497, 38.956186 ], [ -77.03744, 38.956192 ], [ -77.037269, 38.956206 ], [ -77.037154, 38.956211 ], [ -77.037039, 38.956213 ], [ -77.036398, 38.956212 ], [ -77.036407, 38.954438 ], [ -77.036403, 38.953914 ], [ -77.036403, 38.953363 ], [ -77.036402, 38.952948 ], [ -77.036415, 38.952535 ], [ -77.036415, 38.951871 ], [ -77.036416, 38.950803 ], [ -77.036416, 38.950523 ], [ -77.036419, 38.949738 ], [ -77.036424, 38.94826 ], [ -77.036422, 38.94739 ], [ -77.036431, 38.947242 ], [ -77.036428, 38.946129 ], [ -77.036426, 38.945062 ], [ -77.036432, 38.943999 ], [ -77.036425, 38.942935 ], [ -77.036441, 38.941874 ], [ -77.036431, 38.940808 ], [ -77.036444, 38.939738 ], [ -77.036444, 38.939105 ], [ -77.036444, 38.938949 ], [ -77.036444, 38.938598 ], [ -77.036445, 38.938231 ], [ -77.036692, 38.938148 ], [ -77.036859, 38.938088 ], [ -77.037024, 38.938026 ], [ -77.037171, 38.937966 ], [ -77.037301, 38.93791 ], [ -77.03743, 38.937852 ], [ -77.037621, 38.937761 ], [ -77.037746, 38.937699 ], [ -77.037998, 38.937563 ], [ -77.038621, 38.937211 ], [ -77.038831, 38.93711 ], [ -77.038872, 38.937094 ], [ -77.038912, 38.937077 ], [ -77.038994, 38.937045 ], [ -77.039118, 38.937 ], [ -77.039244, 38.936958 ], [ -77.039303, 38.93694 ], [ -77.039525, 38.93688 ], [ -77.039666, 38.936841 ], [ -77.039797, 38.936807 ], [ -77.039958, 38.93676 ], [ -77.040022, 38.936739 ], [ -77.040119, 38.936704 ], [ -77.040182, 38.936679 ], [ -77.040213, 38.936665 ], [ -77.040245, 38.936652 ], [ -77.040352, 38.936602 ], [ -77.040419, 38.936567 ], [ -77.040526, 38.936503 ], [ -77.040563, 38.936478 ], [ -77.040639, 38.93643 ], [ -77.040719, 38.936385 ], [ -77.04076, 38.936363 ], [ -77.040843, 38.936323 ], [ -77.040928, 38.936285 ], [ -77.040965, 38.936271 ], [ -77.04104, 38.936246 ], [ -77.041117, 38.936222 ], [ -77.041234, 38.936192 ], [ -77.041273, 38.936183 ], [ -77.041313, 38.936175 ], [ -77.041404, 38.936161 ], [ -77.041449, 38.936155 ], [ -77.041541, 38.936147 ], [ -77.041634, 38.936141 ], [ -77.041726, 38.93614 ], [ -77.041969, 38.936146 ], [ -77.042087, 38.936144 ], [ -77.042244, 38.936136 ], [ -77.042362, 38.936127 ], [ -77.042617, 38.936088 ], [ -77.042667, 38.936079 ], [ -77.042718, 38.936071 ], [ -77.04287, 38.936042 ], [ -77.043005, 38.936023 ], [ -77.043096, 38.936013 ], [ -77.043232, 38.936001 ], [ -77.043324, 38.935995 ], [ -77.04338, 38.935994 ], [ -77.043435, 38.935992 ], [ -77.043659, 38.935988 ], [ -77.044268, 38.935988 ], [ -77.044781, 38.935987 ], [ -77.044856, 38.935984 ], [ -77.044991, 38.935973 ], [ -77.045092, 38.935959 ], [ -77.045126, 38.935953 ], [ -77.045192, 38.935939 ], [ -77.045258, 38.935923 ], [ -77.045414, 38.935879 ], [ -77.045474, 38.935858 ], [ -77.045503, 38.935846 ], [ -77.045533, 38.935835 ], [ -77.04559, 38.935809 ], [ -77.045845, 38.935701 ], [ -77.046161, 38.935569 ], [ -77.046441, 38.935456 ], [ -77.046529, 38.935423 ], [ -77.046663, 38.935378 ], [ -77.046753, 38.93535 ], [ -77.047569, 38.935109 ], [ -77.047713, 38.935053 ], [ -77.047753, 38.935013 ], [ -77.047779, 38.934962 ], [ -77.047932, 38.934694 ], [ -77.0481, 38.934384 ], [ -77.048181, 38.934246 ], [ -77.04824, 38.934157 ], [ -77.048282, 38.934098 ], [ -77.048341, 38.934041 ], [ -77.048406, 38.933994 ], [ -77.048433, 38.933977 ], [ -77.048482, 38.933947 ], [ -77.048529, 38.933923 ], [ -77.04862, 38.933887 ], [ -77.048687, 38.933862 ], [ -77.048822, 38.933823 ], [ -77.048934, 38.933787 ], [ -77.049005, 38.933763 ], [ -77.049084, 38.933738 ], [ -77.04935, 38.933661 ], [ -77.049405, 38.933652 ], [ -77.049459, 38.933637 ], [ -77.049497, 38.933623 ], [ -77.049556, 38.933594 ], [ -77.049904, 38.933391 ], [ -77.049966, 38.933354 ], [ -77.050022, 38.933313 ], [ -77.050073, 38.933267 ], [ -77.050164, 38.933142 ], [ -77.050198, 38.933065 ], [ -77.050424, 38.933189 ], [ -77.050503, 38.933224 ], [ -77.050446, 38.933278 ], [ -77.05041, 38.933308 ], [ -77.050369, 38.933328 ], [ -77.050193, 38.933423 ], [ -77.049908, 38.933574 ], [ -77.049754, 38.93366 ], [ -77.04961, 38.93372 ], [ -77.049356, 38.933809 ], [ -77.049314, 38.933827 ], [ -77.049239, 38.933892 ], [ -77.049138, 38.933986 ], [ -77.048939, 38.934156 ], [ -77.048853, 38.934233 ], [ -77.048569, 38.934539 ], [ -77.048297, 38.934804 ], [ -77.048033, 38.935054 ], [ -77.047951, 38.935193 ], [ -77.047869, 38.935385 ], [ -77.047827, 38.93555 ], [ -77.047802, 38.935715 ], [ -77.047801, 38.935751 ], [ -77.047817, 38.935904 ], [ -77.047838, 38.936028 ], [ -77.047868, 38.936208 ], [ -77.047868, 38.936354 ], [ -77.047861, 38.936527 ], [ -77.047846, 38.93669 ], [ -77.047835, 38.936774 ], [ -77.047844, 38.936893 ], [ -77.04785, 38.936914 ], [ -77.047878, 38.936966 ], [ -77.047909, 38.937003 ], [ -77.048014, 38.93712 ], [ -77.048079, 38.937181 ], [ -77.048106, 38.937197 ], [ -77.048199, 38.937235 ], [ -77.048285, 38.937261 ], [ -77.048367, 38.937277 ], [ -77.048668, 38.9373 ], [ -77.048834, 38.937313 ], [ -77.048889, 38.937317 ], [ -77.049027, 38.937301 ], [ -77.049167, 38.937275 ], [ -77.049316, 38.93724 ], [ -77.049648, 38.937191 ], [ -77.049737, 38.937173 ], [ -77.049851, 38.937166 ], [ -77.050027, 38.937167 ], [ -77.050298, 38.937187 ], [ -77.050447, 38.937212 ], [ -77.050898, 38.937311 ], [ -77.051384, 38.937434 ], [ -77.051572, 38.937517 ], [ -77.051737, 38.937568 ], [ -77.051854, 38.937625 ], [ -77.051867, 38.937634 ], [ -77.051983, 38.937713 ], [ -77.051991, 38.937725 ], [ -77.052029, 38.937778 ], [ -77.052059, 38.93784 ], [ -77.052101, 38.937928 ], [ -77.052111, 38.93797 ], [ -77.052113, 38.937994 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002701", "name": "Census Tract 27.01, District of Columbia, District of Columbia", "total_population_17": 6173, "white_alone_17": 2786.0, "black_alone_17": 1133.0, "native_alone_17": 31.0, "asian_alone_17": 143.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1846.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 14.707, "pct_black_alone_change": -13.743, "pct_native_alone_change": -0.055, "pct_asian_alone_change": -5.328, "pct_hispanic_or_latino_change": 1.552, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+38.9344503", "INTPTLON": "-077.0416857" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.050164, 38.933142 ], [ -77.050073, 38.933267 ], [ -77.050022, 38.933313 ], [ -77.049966, 38.933354 ], [ -77.049904, 38.933391 ], [ -77.049556, 38.933594 ], [ -77.049497, 38.933623 ], [ -77.049459, 38.933637 ], [ -77.049405, 38.933652 ], [ -77.04935, 38.933661 ], [ -77.049084, 38.933738 ], [ -77.049005, 38.933763 ], [ -77.048934, 38.933787 ], [ -77.048822, 38.933823 ], [ -77.048687, 38.933862 ], [ -77.04862, 38.933887 ], [ -77.048529, 38.933923 ], [ -77.048482, 38.933947 ], [ -77.048433, 38.933977 ], [ -77.048406, 38.933994 ], [ -77.048341, 38.934041 ], [ -77.048282, 38.934098 ], [ -77.04824, 38.934157 ], [ -77.048181, 38.934246 ], [ -77.0481, 38.934384 ], [ -77.047932, 38.934694 ], [ -77.047779, 38.934962 ], [ -77.047753, 38.935013 ], [ -77.047713, 38.935053 ], [ -77.047569, 38.935109 ], [ -77.046753, 38.93535 ], [ -77.046663, 38.935378 ], [ -77.046529, 38.935423 ], [ -77.046441, 38.935456 ], [ -77.046161, 38.935569 ], [ -77.045845, 38.935701 ], [ -77.04559, 38.935809 ], [ -77.045533, 38.935835 ], [ -77.045503, 38.935846 ], [ -77.045474, 38.935858 ], [ -77.045414, 38.935879 ], [ -77.045258, 38.935923 ], [ -77.045192, 38.935939 ], [ -77.045126, 38.935953 ], [ -77.045092, 38.935959 ], [ -77.044991, 38.935973 ], [ -77.044856, 38.935984 ], [ -77.044781, 38.935987 ], [ -77.044268, 38.935988 ], [ -77.043659, 38.935988 ], [ -77.043435, 38.935992 ], [ -77.04338, 38.935994 ], [ -77.043324, 38.935995 ], [ -77.043232, 38.936001 ], [ -77.043096, 38.936013 ], [ -77.043005, 38.936023 ], [ -77.04287, 38.936042 ], [ -77.042718, 38.936071 ], [ -77.042667, 38.936079 ], [ -77.042617, 38.936088 ], [ -77.042362, 38.936127 ], [ -77.042244, 38.936136 ], [ -77.042087, 38.936144 ], [ -77.041969, 38.936146 ], [ -77.041726, 38.93614 ], [ -77.041634, 38.936141 ], [ -77.041541, 38.936147 ], [ -77.041449, 38.936155 ], [ -77.041404, 38.936161 ], [ -77.041313, 38.936175 ], [ -77.041273, 38.936183 ], [ -77.041234, 38.936192 ], [ -77.041117, 38.936222 ], [ -77.04104, 38.936246 ], [ -77.040965, 38.936271 ], [ -77.040928, 38.936285 ], [ -77.040843, 38.936323 ], [ -77.04076, 38.936363 ], [ -77.040719, 38.936385 ], [ -77.040639, 38.93643 ], [ -77.040563, 38.936478 ], [ -77.040526, 38.936503 ], [ -77.040419, 38.936567 ], [ -77.040352, 38.936602 ], [ -77.040245, 38.936652 ], [ -77.040213, 38.936665 ], [ -77.040182, 38.936679 ], [ -77.040119, 38.936704 ], [ -77.040022, 38.936739 ], [ -77.039958, 38.93676 ], [ -77.039797, 38.936807 ], [ -77.039666, 38.936841 ], [ -77.039525, 38.93688 ], [ -77.039303, 38.93694 ], [ -77.039244, 38.936958 ], [ -77.039118, 38.937 ], [ -77.038994, 38.937045 ], [ -77.038912, 38.937077 ], [ -77.038872, 38.937094 ], [ -77.038831, 38.93711 ], [ -77.038621, 38.937211 ], [ -77.037998, 38.937563 ], [ -77.037746, 38.937699 ], [ -77.037621, 38.937761 ], [ -77.03743, 38.937852 ], [ -77.037301, 38.93791 ], [ -77.037171, 38.937966 ], [ -77.037024, 38.938026 ], [ -77.036859, 38.938088 ], [ -77.036692, 38.938148 ], [ -77.036445, 38.938231 ], [ -77.036445, 38.938047 ], [ -77.036446, 38.937925 ], [ -77.036447, 38.93773 ], [ -77.036447, 38.937427 ], [ -77.036447, 38.937281 ], [ -77.036449, 38.937068 ], [ -77.03645, 38.936931 ], [ -77.03645, 38.936802 ], [ -77.036449, 38.936732 ], [ -77.036449, 38.936376 ], [ -77.036449, 38.936078 ], [ -77.036451, 38.935401 ], [ -77.036451, 38.934966 ], [ -77.036452, 38.934859 ], [ -77.036453, 38.93443 ], [ -77.036454, 38.934354 ], [ -77.036455, 38.934123 ], [ -77.036456, 38.933288 ], [ -77.036456, 38.932926 ], [ -77.036458, 38.932607 ], [ -77.036458, 38.932496 ], [ -77.03646, 38.93227 ], [ -77.03646, 38.931804 ], [ -77.03646, 38.931653 ], [ -77.036623, 38.931714 ], [ -77.038044, 38.932265 ], [ -77.038615, 38.932482 ], [ -77.038683, 38.932505 ], [ -77.038839, 38.932532 ], [ -77.039043, 38.93257 ], [ -77.039082, 38.932579 ], [ -77.039112, 38.932583 ], [ -77.039143, 38.932584 ], [ -77.039214, 38.932584 ], [ -77.039345, 38.932578 ], [ -77.039408, 38.932572 ], [ -77.03947, 38.932561 ], [ -77.039918, 38.93247 ], [ -77.040173, 38.93242 ], [ -77.04051, 38.932352 ], [ -77.040583, 38.932342 ], [ -77.040656, 38.932336 ], [ -77.04073, 38.932333 ], [ -77.041294, 38.932333 ], [ -77.041813, 38.932334 ], [ -77.04216, 38.932333 ], [ -77.043008, 38.932337 ], [ -77.043045, 38.932335 ], [ -77.04312, 38.932337 ], [ -77.043194, 38.932346 ], [ -77.043231, 38.932352 ], [ -77.043302, 38.93237 ], [ -77.043337, 38.932381 ], [ -77.043421, 38.932413 ], [ -77.043522, 38.932449 ], [ -77.043572, 38.932468 ], [ -77.043825, 38.932558 ], [ -77.043896, 38.932584 ], [ -77.043913, 38.932598 ], [ -77.043923, 38.932615 ], [ -77.04394, 38.932628 ], [ -77.044102, 38.932687 ], [ -77.044191, 38.932745 ], [ -77.044749, 38.932944 ], [ -77.045079, 38.933072 ], [ -77.045167, 38.933108 ], [ -77.045216, 38.933126 ], [ -77.045242, 38.933132 ], [ -77.04527, 38.933135 ], [ -77.045296, 38.933144 ], [ -77.04532, 38.933155 ], [ -77.045343, 38.933167 ], [ -77.045365, 38.93318 ], [ -77.045386, 38.933194 ], [ -77.045406, 38.93321 ], [ -77.045593, 38.933127 ], [ -77.046184, 38.932869 ], [ -77.046525, 38.93275 ], [ -77.04669, 38.932687 ], [ -77.046761, 38.932661 ], [ -77.046785, 38.932649 ], [ -77.046804, 38.932631 ], [ -77.046815, 38.932603 ], [ -77.04733, 38.932598 ], [ -77.048496, 38.932588 ], [ -77.04889, 38.932599 ], [ -77.04908, 38.932627 ], [ -77.049343, 38.932697 ], [ -77.049677, 38.932825 ], [ -77.050023, 38.932978 ], [ -77.050198, 38.933065 ], [ -77.050164, 38.933142 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002702", "name": "Census Tract 27.02, District of Columbia, District of Columbia", "total_population_17": 6306, "white_alone_17": 3580.0, "black_alone_17": 631.0, "native_alone_17": 0.0, "asian_alone_17": 130.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1571.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 19.461, "pct_black_alone_change": -10.351, "pct_native_alone_change": -0.496, "pct_asian_alone_change": -4.845, "pct_hispanic_or_latino_change": -9.406, "pct_native_hawaiian_pacific_islander_change": -0.017, "INTPTLAT": "+38.9301680", "INTPTLON": "-077.0421774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.050779, 38.93301 ], [ -77.050503, 38.933224 ], [ -77.050424, 38.933189 ], [ -77.050198, 38.933065 ], [ -77.050023, 38.932978 ], [ -77.049677, 38.932825 ], [ -77.049343, 38.932697 ], [ -77.04908, 38.932627 ], [ -77.04889, 38.932599 ], [ -77.048496, 38.932588 ], [ -77.04733, 38.932598 ], [ -77.046815, 38.932603 ], [ -77.046804, 38.932631 ], [ -77.046785, 38.932649 ], [ -77.046761, 38.932661 ], [ -77.04669, 38.932687 ], [ -77.046525, 38.93275 ], [ -77.046184, 38.932869 ], [ -77.045593, 38.933127 ], [ -77.045406, 38.93321 ], [ -77.045386, 38.933194 ], [ -77.045365, 38.93318 ], [ -77.045343, 38.933167 ], [ -77.04532, 38.933155 ], [ -77.045296, 38.933144 ], [ -77.04527, 38.933135 ], [ -77.045242, 38.933132 ], [ -77.045216, 38.933126 ], [ -77.045167, 38.933108 ], [ -77.045079, 38.933072 ], [ -77.044749, 38.932944 ], [ -77.044191, 38.932745 ], [ -77.044102, 38.932687 ], [ -77.04394, 38.932628 ], [ -77.043923, 38.932615 ], [ -77.043913, 38.932598 ], [ -77.043896, 38.932584 ], [ -77.043825, 38.932558 ], [ -77.043572, 38.932468 ], [ -77.043522, 38.932449 ], [ -77.043421, 38.932413 ], [ -77.043337, 38.932381 ], [ -77.043302, 38.93237 ], [ -77.043231, 38.932352 ], [ -77.043194, 38.932346 ], [ -77.04312, 38.932337 ], [ -77.043045, 38.932335 ], [ -77.043008, 38.932337 ], [ -77.04216, 38.932333 ], [ -77.041813, 38.932334 ], [ -77.041294, 38.932333 ], [ -77.04073, 38.932333 ], [ -77.040656, 38.932336 ], [ -77.040583, 38.932342 ], [ -77.04051, 38.932352 ], [ -77.040173, 38.93242 ], [ -77.039918, 38.93247 ], [ -77.03947, 38.932561 ], [ -77.039408, 38.932572 ], [ -77.039345, 38.932578 ], [ -77.039214, 38.932584 ], [ -77.039143, 38.932584 ], [ -77.039112, 38.932583 ], [ -77.039082, 38.932579 ], [ -77.039043, 38.93257 ], [ -77.038839, 38.932532 ], [ -77.038683, 38.932505 ], [ -77.038615, 38.932482 ], [ -77.038044, 38.932265 ], [ -77.036623, 38.931714 ], [ -77.03646, 38.931653 ], [ -77.03646, 38.931559 ], [ -77.036461, 38.931474 ], [ -77.036456, 38.930592 ], [ -77.036456, 38.930532 ], [ -77.036458, 38.93045 ], [ -77.036466, 38.929987 ], [ -77.036468, 38.929863 ], [ -77.036473, 38.929245 ], [ -77.036473, 38.929166 ], [ -77.036474, 38.929105 ], [ -77.036476, 38.928687 ], [ -77.036477, 38.928593 ], [ -77.036479, 38.928 ], [ -77.036485, 38.927228 ], [ -77.036485, 38.927156 ], [ -77.036707, 38.927118 ], [ -77.036815, 38.927087 ], [ -77.037134, 38.927016 ], [ -77.037162, 38.927011 ], [ -77.037249, 38.926999 ], [ -77.037395, 38.926994 ], [ -77.037427, 38.926991 ], [ -77.037461, 38.926983 ], [ -77.03757, 38.926946 ], [ -77.037604, 38.926969 ], [ -77.037639, 38.926989 ], [ -77.037677, 38.927007 ], [ -77.037709, 38.927019 ], [ -77.037802, 38.92705 ], [ -77.037907, 38.92708 ], [ -77.038013, 38.927105 ], [ -77.038067, 38.927116 ], [ -77.038176, 38.927135 ], [ -77.038231, 38.927143 ], [ -77.038287, 38.92715 ], [ -77.038395, 38.927161 ], [ -77.038557, 38.927173 ], [ -77.038721, 38.92718 ], [ -77.038829, 38.927181 ], [ -77.038948, 38.927179 ], [ -77.039028, 38.92718 ], [ -77.03915, 38.92718 ], [ -77.039805, 38.927184 ], [ -77.041054, 38.927187 ], [ -77.041214, 38.927182 ], [ -77.041373, 38.927177 ], [ -77.041397, 38.927177 ], [ -77.041537, 38.927184 ], [ -77.041697, 38.927198 ], [ -77.041771, 38.927207 ], [ -77.041844, 38.927219 ], [ -77.041887, 38.927229 ], [ -77.04191, 38.927235 ], [ -77.042003, 38.927266 ], [ -77.042071, 38.927293 ], [ -77.042104, 38.927307 ], [ -77.0422, 38.927355 ], [ -77.042231, 38.927373 ], [ -77.042475, 38.927498 ], [ -77.042597, 38.927556 ], [ -77.042783, 38.927679 ], [ -77.042841, 38.927726 ], [ -77.042888, 38.927759 ], [ -77.04294, 38.927789 ], [ -77.043078, 38.927862 ], [ -77.043368, 38.927969 ], [ -77.043441, 38.927947 ], [ -77.043487, 38.927908 ], [ -77.043525, 38.927845 ], [ -77.043542, 38.92782 ], [ -77.04358, 38.927755 ], [ -77.043653, 38.927616 ], [ -77.043692, 38.92755 ], [ -77.043763, 38.927442 ], [ -77.043806, 38.927381 ], [ -77.043873, 38.927293 ], [ -77.043888, 38.927276 ], [ -77.043916, 38.927241 ], [ -77.043962, 38.927188 ], [ -77.044018, 38.927121 ], [ -77.04408, 38.927054 ], [ -77.044112, 38.927022 ], [ -77.044146, 38.92699 ], [ -77.044216, 38.926929 ], [ -77.044253, 38.926899 ], [ -77.044329, 38.926842 ], [ -77.044398, 38.927464 ], [ -77.044669, 38.927456 ], [ -77.044699, 38.927454 ], [ -77.044696, 38.927482 ], [ -77.044687, 38.927623 ], [ -77.044591, 38.927867 ], [ -77.044561, 38.927927 ], [ -77.044534, 38.928123 ], [ -77.044515, 38.928345 ], [ -77.044537, 38.92851 ], [ -77.044683, 38.928778 ], [ -77.04495, 38.929051 ], [ -77.045364, 38.929396 ], [ -77.045746, 38.929797 ], [ -77.046373, 38.930653 ], [ -77.046804, 38.931106 ], [ -77.046974, 38.93133 ], [ -77.047122, 38.931448 ], [ -77.047262, 38.931522 ], [ -77.047374, 38.931624 ], [ -77.047798, 38.931749 ], [ -77.0484, 38.931901 ], [ -77.048862, 38.932029 ], [ -77.049482, 38.932183 ], [ -77.049742, 38.9322 ], [ -77.050194, 38.932221 ], [ -77.050322, 38.932269 ], [ -77.050744, 38.932604 ], [ -77.050854, 38.932826 ], [ -77.050779, 38.93301 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002801", "name": "Census Tract 28.01, District of Columbia, District of Columbia", "total_population_17": 4169, "white_alone_17": 1147.0, "black_alone_17": 1541.0, "native_alone_17": 0.0, "asian_alone_17": 92.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1336.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 22.085, "pct_black_alone_change": -15.035, "pct_native_alone_change": -0.413, "pct_asian_alone_change": -0.108, "pct_hispanic_or_latino_change": -6.918, "pct_native_hawaiian_pacific_islander_change": -0.055, "INTPTLAT": "+38.9349477", "INTPTLON": "-077.0345166" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036455, 38.934123 ], [ -77.036454, 38.934354 ], [ -77.036453, 38.93443 ], [ -77.036452, 38.934859 ], [ -77.036451, 38.934966 ], [ -77.036451, 38.935401 ], [ -77.036449, 38.936078 ], [ -77.036449, 38.936376 ], [ -77.036449, 38.936732 ], [ -77.03645, 38.936802 ], [ -77.03645, 38.936931 ], [ -77.036449, 38.937068 ], [ -77.036447, 38.937281 ], [ -77.036447, 38.937427 ], [ -77.035231, 38.937427 ], [ -77.0348, 38.937425 ], [ -77.034358, 38.937427 ], [ -77.034302, 38.937426 ], [ -77.034189, 38.937421 ], [ -77.034133, 38.937417 ], [ -77.034021, 38.937404 ], [ -77.03391, 38.937387 ], [ -77.033801, 38.937365 ], [ -77.033721, 38.937345 ], [ -77.033634, 38.937324 ], [ -77.03317, 38.937205 ], [ -77.03273, 38.937078 ], [ -77.03273, 38.936465 ], [ -77.032731, 38.936264 ], [ -77.032732, 38.936222 ], [ -77.032732, 38.935592 ], [ -77.032733, 38.935528 ], [ -77.032733, 38.935296 ], [ -77.032733, 38.934937 ], [ -77.032733, 38.934568 ], [ -77.032732, 38.934121 ], [ -77.032731, 38.933855 ], [ -77.03273, 38.933581 ], [ -77.03273, 38.93348 ], [ -77.032731, 38.933406 ], [ -77.032731, 38.933166 ], [ -77.032732, 38.933087 ], [ -77.032733, 38.932482 ], [ -77.032734, 38.931984 ], [ -77.032735, 38.931868 ], [ -77.032873, 38.9319 ], [ -77.033511, 38.932142 ], [ -77.034433, 38.932503 ], [ -77.035132, 38.932773 ], [ -77.035766, 38.933022 ], [ -77.036301, 38.933224 ], [ -77.036456, 38.933288 ], [ -77.036455, 38.934123 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002802", "name": "Census Tract 28.02, District of Columbia, District of Columbia", "total_population_17": 4651, "white_alone_17": 1128.0, "black_alone_17": 1074.0, "native_alone_17": 3.0, "asian_alone_17": 319.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1989.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 16.508, "pct_black_alone_change": -9.525, "pct_native_alone_change": -0.424, "pct_asian_alone_change": -0.63, "pct_hispanic_or_latino_change": -8.256, "pct_native_hawaiian_pacific_islander_change": -0.17, "INTPTLAT": "+38.9294344", "INTPTLON": "-077.0346327" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036707, 38.927118 ], [ -77.036485, 38.927156 ], [ -77.036485, 38.927228 ], [ -77.036479, 38.928 ], [ -77.036477, 38.928593 ], [ -77.036476, 38.928687 ], [ -77.036474, 38.929105 ], [ -77.036473, 38.929166 ], [ -77.036473, 38.929245 ], [ -77.036468, 38.929863 ], [ -77.036466, 38.929987 ], [ -77.036458, 38.93045 ], [ -77.036456, 38.930532 ], [ -77.036456, 38.930592 ], [ -77.036461, 38.931474 ], [ -77.03646, 38.931559 ], [ -77.03646, 38.931653 ], [ -77.03646, 38.931804 ], [ -77.03646, 38.93227 ], [ -77.036458, 38.932496 ], [ -77.036458, 38.932607 ], [ -77.036456, 38.932926 ], [ -77.036456, 38.933288 ], [ -77.036301, 38.933224 ], [ -77.035766, 38.933022 ], [ -77.035132, 38.932773 ], [ -77.034433, 38.932503 ], [ -77.033511, 38.932142 ], [ -77.032873, 38.9319 ], [ -77.032735, 38.931868 ], [ -77.032733, 38.931481 ], [ -77.032709, 38.931346 ], [ -77.032716, 38.931185 ], [ -77.032663, 38.93034 ], [ -77.032663, 38.930326 ], [ -77.032664, 38.930205 ], [ -77.032664, 38.930163 ], [ -77.032664, 38.930129 ], [ -77.032656, 38.929675 ], [ -77.032655, 38.929656 ], [ -77.032612, 38.928805 ], [ -77.03259, 38.928533 ], [ -77.032518, 38.927538 ], [ -77.032407, 38.926573 ], [ -77.032525, 38.926527 ], [ -77.032629, 38.926501 ], [ -77.032721, 38.926488 ], [ -77.033114, 38.926464 ], [ -77.033605, 38.926436 ], [ -77.034943, 38.926354 ], [ -77.035484, 38.926325 ], [ -77.035988, 38.92631 ], [ -77.036335, 38.926294 ], [ -77.036489, 38.926272 ], [ -77.036488, 38.926525 ], [ -77.036707, 38.927118 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001002900", "name": "Census Tract 29, District of Columbia, District of Columbia", "total_population_17": 4465, "white_alone_17": 1752.0, "black_alone_17": 1088.0, "native_alone_17": 0.0, "asian_alone_17": 157.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1323.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 35.014, "pct_black_alone_change": -30.658, "pct_native_alone_change": -0.358, "pct_asian_alone_change": 2.37, "pct_hispanic_or_latino_change": -8.804, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9338478", "INTPTLON": "-077.0299131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.032734, 38.931984 ], [ -77.032733, 38.932482 ], [ -77.032732, 38.933087 ], [ -77.032731, 38.933166 ], [ -77.032731, 38.933406 ], [ -77.03273, 38.93348 ], [ -77.03273, 38.933581 ], [ -77.032731, 38.933855 ], [ -77.032732, 38.934121 ], [ -77.032733, 38.934568 ], [ -77.032733, 38.934937 ], [ -77.032733, 38.935296 ], [ -77.032733, 38.935528 ], [ -77.032732, 38.935592 ], [ -77.032732, 38.936222 ], [ -77.032731, 38.936264 ], [ -77.03273, 38.936465 ], [ -77.03273, 38.937078 ], [ -77.032259, 38.936965 ], [ -77.031839, 38.93685 ], [ -77.030959, 38.936619 ], [ -77.030864, 38.936595 ], [ -77.030025, 38.936368 ], [ -77.029725, 38.936285 ], [ -77.028494, 38.935964 ], [ -77.028384, 38.935935 ], [ -77.028048, 38.935849 ], [ -77.027508, 38.935701 ], [ -77.0272, 38.935619 ], [ -77.027097, 38.935591 ], [ -77.026726, 38.935493 ], [ -77.026285, 38.935378 ], [ -77.025999, 38.935302 ], [ -77.025943, 38.935285 ], [ -77.025893, 38.935258 ], [ -77.025831, 38.93521 ], [ -77.025525, 38.935131 ], [ -77.025499, 38.935126 ], [ -77.025447, 38.935118 ], [ -77.025365, 38.935108 ], [ -77.025303, 38.935106 ], [ -77.025244, 38.935128 ], [ -77.026056, 38.934053 ], [ -77.026275, 38.933767 ], [ -77.026497, 38.933457 ], [ -77.026821, 38.933022 ], [ -77.026849, 38.932961 ], [ -77.026861, 38.932911 ], [ -77.026861, 38.932865 ], [ -77.026843, 38.932802 ], [ -77.02682, 38.932747 ], [ -77.026946, 38.932719 ], [ -77.027003, 38.932694 ], [ -77.027059, 38.93266 ], [ -77.027112, 38.9326 ], [ -77.027211, 38.932458 ], [ -77.027248, 38.93241 ], [ -77.027324, 38.932315 ], [ -77.027444, 38.932175 ], [ -77.027483, 38.932137 ], [ -77.027525, 38.932103 ], [ -77.027571, 38.932071 ], [ -77.027623, 38.932049 ], [ -77.027673, 38.932018 ], [ -77.027748, 38.931992 ], [ -77.028118, 38.931869 ], [ -77.02826, 38.931821 ], [ -77.028584, 38.931711 ], [ -77.029325, 38.931454 ], [ -77.029709, 38.931323 ], [ -77.030732, 38.930973 ], [ -77.03085, 38.930932 ], [ -77.030936, 38.930902 ], [ -77.030993, 38.930883 ], [ -77.032337, 38.93042 ], [ -77.03256, 38.930356 ], [ -77.032663, 38.93034 ], [ -77.032716, 38.931185 ], [ -77.032709, 38.931346 ], [ -77.032733, 38.931481 ], [ -77.032735, 38.931868 ], [ -77.032734, 38.931984 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003000", "name": "Census Tract 30, District of Columbia, District of Columbia", "total_population_17": 3279, "white_alone_17": 1316.0, "black_alone_17": 1275.0, "native_alone_17": 7.0, "asian_alone_17": 95.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 538.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 32.605, "pct_black_alone_change": -28.525, "pct_native_alone_change": 0.001, "pct_asian_alone_change": 1.837, "pct_hispanic_or_latino_change": -7.029, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9288689", "INTPTLON": "-077.0299525" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.032664, 38.930163 ], [ -77.032664, 38.930205 ], [ -77.032663, 38.930326 ], [ -77.032663, 38.93034 ], [ -77.03256, 38.930356 ], [ -77.032337, 38.93042 ], [ -77.030993, 38.930883 ], [ -77.030936, 38.930902 ], [ -77.03085, 38.930932 ], [ -77.030732, 38.930973 ], [ -77.029709, 38.931323 ], [ -77.029325, 38.931454 ], [ -77.028584, 38.931711 ], [ -77.02826, 38.931821 ], [ -77.028237, 38.931723 ], [ -77.028175, 38.931469 ], [ -77.02799, 38.930694 ], [ -77.027873, 38.930212 ], [ -77.027785, 38.929841 ], [ -77.027744, 38.929675 ], [ -77.027725, 38.929595 ], [ -77.027645, 38.929272 ], [ -77.027553, 38.928881 ], [ -77.02751, 38.928705 ], [ -77.027443, 38.928429 ], [ -77.027408, 38.928286 ], [ -77.027339, 38.928006 ], [ -77.027273, 38.927731 ], [ -77.027201, 38.927428 ], [ -77.027115, 38.927078 ], [ -77.027052, 38.926806 ], [ -77.027046, 38.926749 ], [ -77.027102, 38.926743 ], [ -77.027187, 38.92674 ], [ -77.02829, 38.92674 ], [ -77.028741, 38.926738 ], [ -77.029594, 38.926741 ], [ -77.029707, 38.926742 ], [ -77.029879, 38.926742 ], [ -77.029985, 38.926743 ], [ -77.031283, 38.926742 ], [ -77.031456, 38.92674 ], [ -77.031561, 38.92674 ], [ -77.031855, 38.926737 ], [ -77.032005, 38.926729 ], [ -77.032055, 38.926725 ], [ -77.032169, 38.926687 ], [ -77.032407, 38.926573 ], [ -77.032518, 38.927538 ], [ -77.03259, 38.928533 ], [ -77.032612, 38.928805 ], [ -77.032655, 38.929656 ], [ -77.032656, 38.929675 ], [ -77.032664, 38.930129 ], [ -77.032664, 38.930163 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003100", "name": "Census Tract 31, District of Columbia, District of Columbia", "total_population_17": 3282, "white_alone_17": 945.0, "black_alone_17": 934.0, "native_alone_17": 32.0, "asian_alone_17": 164.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1097.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 25.817, "pct_black_alone_change": -37.35, "pct_native_alone_change": 0.721, "pct_asian_alone_change": 4.344, "pct_hispanic_or_latino_change": 3.516, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9306187", "INTPTLON": "-077.0254232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.02826, 38.931821 ], [ -77.028118, 38.931869 ], [ -77.027748, 38.931992 ], [ -77.027673, 38.932018 ], [ -77.027623, 38.932049 ], [ -77.027571, 38.932071 ], [ -77.027525, 38.932103 ], [ -77.027483, 38.932137 ], [ -77.027444, 38.932175 ], [ -77.027324, 38.932315 ], [ -77.027248, 38.93241 ], [ -77.027211, 38.932458 ], [ -77.027112, 38.9326 ], [ -77.027059, 38.93266 ], [ -77.027003, 38.932694 ], [ -77.026946, 38.932719 ], [ -77.02682, 38.932747 ], [ -77.026843, 38.932802 ], [ -77.026861, 38.932865 ], [ -77.026861, 38.932911 ], [ -77.026849, 38.932961 ], [ -77.026821, 38.933022 ], [ -77.026497, 38.933457 ], [ -77.026275, 38.933767 ], [ -77.026056, 38.934053 ], [ -77.025244, 38.935128 ], [ -77.024431, 38.936254 ], [ -77.024312, 38.936421 ], [ -77.024308, 38.936394 ], [ -77.024298, 38.936329 ], [ -77.024292, 38.936291 ], [ -77.02421, 38.935761 ], [ -77.024144, 38.935321 ], [ -77.02413, 38.935233 ], [ -77.024114, 38.935122 ], [ -77.024092, 38.934981 ], [ -77.024022, 38.934506 ], [ -77.02401, 38.934431 ], [ -77.023993, 38.934312 ], [ -77.023983, 38.93425 ], [ -77.023973, 38.93418 ], [ -77.023932, 38.93391 ], [ -77.023916, 38.933799 ], [ -77.023892, 38.933642 ], [ -77.023819, 38.933153 ], [ -77.023801, 38.933017 ], [ -77.023773, 38.93281 ], [ -77.023757, 38.932718 ], [ -77.023713, 38.93241 ], [ -77.023662, 38.932039 ], [ -77.023632, 38.931823 ], [ -77.023562, 38.931349 ], [ -77.023553, 38.931281 ], [ -77.02354, 38.931193 ], [ -77.023521, 38.931058 ], [ -77.023465, 38.93067 ], [ -77.023454, 38.930598 ], [ -77.02337, 38.930018 ], [ -77.02331, 38.929618 ], [ -77.023229, 38.929041 ], [ -77.02318, 38.928702 ], [ -77.023155, 38.928536 ], [ -77.023095, 38.928123 ], [ -77.023062, 38.927899 ], [ -77.023021, 38.927621 ], [ -77.022964, 38.927226 ], [ -77.023023, 38.927202 ], [ -77.023081, 38.927177 ], [ -77.023177, 38.927144 ], [ -77.023253, 38.927123 ], [ -77.02333, 38.927105 ], [ -77.023408, 38.927089 ], [ -77.023486, 38.927077 ], [ -77.023529, 38.927072 ], [ -77.024422, 38.926987 ], [ -77.025089, 38.926929 ], [ -77.025785, 38.926867 ], [ -77.025939, 38.926854 ], [ -77.026156, 38.926835 ], [ -77.02635, 38.926817 ], [ -77.026642, 38.926793 ], [ -77.026985, 38.926758 ], [ -77.027046, 38.926749 ], [ -77.027052, 38.926806 ], [ -77.027115, 38.927078 ], [ -77.027201, 38.927428 ], [ -77.027273, 38.927731 ], [ -77.027339, 38.928006 ], [ -77.027408, 38.928286 ], [ -77.027443, 38.928429 ], [ -77.02751, 38.928705 ], [ -77.027553, 38.928881 ], [ -77.027645, 38.929272 ], [ -77.027725, 38.929595 ], [ -77.027744, 38.929675 ], [ -77.027785, 38.929841 ], [ -77.027873, 38.930212 ], [ -77.02799, 38.930694 ], [ -77.028175, 38.931469 ], [ -77.028237, 38.931723 ], [ -77.02826, 38.931821 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003200", "name": "Census Tract 32, District of Columbia, District of Columbia", "total_population_17": 4822, "white_alone_17": 1191.0, "black_alone_17": 2212.0, "native_alone_17": 0.0, "asian_alone_17": 234.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1156.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 23.159, "pct_black_alone_change": -36.627, "pct_native_alone_change": -0.58, "pct_asian_alone_change": 4.63, "pct_hispanic_or_latino_change": 9.018, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9322648", "INTPTLON": "-077.0211710" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.024312, 38.936421 ], [ -77.024203, 38.936408 ], [ -77.02403, 38.936388 ], [ -77.023353, 38.936558 ], [ -77.023086, 38.936622 ], [ -77.022648, 38.936728 ], [ -77.02197, 38.936895 ], [ -77.021469, 38.937013 ], [ -77.021372, 38.937027 ], [ -77.021241, 38.937046 ], [ -77.019787, 38.937231 ], [ -77.019752, 38.937237 ], [ -77.019685, 38.93725 ], [ -77.019636, 38.93726 ], [ -77.019577, 38.937274 ], [ -77.019518, 38.93729 ], [ -77.019033, 38.937398 ], [ -77.019087, 38.937256 ], [ -77.019168, 38.937089 ], [ -77.019193, 38.937027 ], [ -77.019203, 38.936996 ], [ -77.019212, 38.936964 ], [ -77.019221, 38.936925 ], [ -77.019226, 38.936899 ], [ -77.01923, 38.936807 ], [ -77.019234, 38.936734 ], [ -77.01923, 38.936585 ], [ -77.01922, 38.936202 ], [ -77.01921, 38.935867 ], [ -77.019201, 38.935558 ], [ -77.019193, 38.935215 ], [ -77.019187, 38.934892 ], [ -77.019184, 38.934809 ], [ -77.019172, 38.934385 ], [ -77.019166, 38.934242 ], [ -77.019164, 38.934183 ], [ -77.019161, 38.934159 ], [ -77.01914, 38.934032 ], [ -77.019129, 38.933982 ], [ -77.019111, 38.933907 ], [ -77.019031, 38.933611 ], [ -77.019012, 38.933534 ], [ -77.018927, 38.933178 ], [ -77.018804, 38.932691 ], [ -77.018645, 38.932055 ], [ -77.018509, 38.931501 ], [ -77.018494, 38.93144 ], [ -77.018418, 38.931113 ], [ -77.018349, 38.930822 ], [ -77.018277, 38.930556 ], [ -77.018256, 38.930478 ], [ -77.018178, 38.930154 ], [ -77.018081, 38.929731 ], [ -77.018072, 38.929696 ], [ -77.018052, 38.92961 ], [ -77.018, 38.929394 ], [ -77.017982, 38.929314 ], [ -77.017958, 38.929195 ], [ -77.017951, 38.929144 ], [ -77.017949, 38.929108 ], [ -77.017949, 38.929081 ], [ -77.017951, 38.929043 ], [ -77.017953, 38.929021 ], [ -77.017956, 38.929 ], [ -77.017981, 38.928891 ], [ -77.018026, 38.928766 ], [ -77.018042, 38.928714 ], [ -77.018106, 38.928484 ], [ -77.017984, 38.928449 ], [ -77.018013, 38.928412 ], [ -77.018042, 38.92838 ], [ -77.018072, 38.928349 ], [ -77.018104, 38.928319 ], [ -77.018158, 38.928272 ], [ -77.018241, 38.928213 ], [ -77.018286, 38.928185 ], [ -77.018333, 38.928158 ], [ -77.018382, 38.928134 ], [ -77.018433, 38.928112 ], [ -77.018544, 38.928073 ], [ -77.018599, 38.928057 ], [ -77.018655, 38.928042 ], [ -77.01874, 38.928023 ], [ -77.019025, 38.927964 ], [ -77.019176, 38.927947 ], [ -77.019264, 38.927941 ], [ -77.019329, 38.927938 ], [ -77.020054, 38.927885 ], [ -77.019926, 38.928007 ], [ -77.020197, 38.927998 ], [ -77.020582, 38.92798 ], [ -77.020562, 38.927832 ], [ -77.020553, 38.92778 ], [ -77.020551, 38.927758 ], [ -77.020549, 38.927713 ], [ -77.020545, 38.927669 ], [ -77.020541, 38.927649 ], [ -77.020534, 38.927631 ], [ -77.020524, 38.927614 ], [ -77.020508, 38.927591 ], [ -77.020483, 38.927569 ], [ -77.02045, 38.927534 ], [ -77.020984, 38.927486 ], [ -77.021893, 38.927405 ], [ -77.02255, 38.927352 ], [ -77.022624, 38.927341 ], [ -77.022696, 38.927323 ], [ -77.022823, 38.92728 ], [ -77.022894, 38.927254 ], [ -77.022964, 38.927226 ], [ -77.023021, 38.927621 ], [ -77.023062, 38.927899 ], [ -77.023095, 38.928123 ], [ -77.023155, 38.928536 ], [ -77.02318, 38.928702 ], [ -77.023229, 38.929041 ], [ -77.02331, 38.929618 ], [ -77.02337, 38.930018 ], [ -77.023454, 38.930598 ], [ -77.023465, 38.93067 ], [ -77.023521, 38.931058 ], [ -77.02354, 38.931193 ], [ -77.023553, 38.931281 ], [ -77.023562, 38.931349 ], [ -77.023632, 38.931823 ], [ -77.023662, 38.932039 ], [ -77.023713, 38.93241 ], [ -77.023757, 38.932718 ], [ -77.023773, 38.93281 ], [ -77.023801, 38.933017 ], [ -77.023819, 38.933153 ], [ -77.023892, 38.933642 ], [ -77.023916, 38.933799 ], [ -77.023932, 38.93391 ], [ -77.023973, 38.93418 ], [ -77.023983, 38.93425 ], [ -77.023993, 38.934312 ], [ -77.02401, 38.934431 ], [ -77.024022, 38.934506 ], [ -77.024092, 38.934981 ], [ -77.024114, 38.935122 ], [ -77.02413, 38.935233 ], [ -77.024144, 38.935321 ], [ -77.02421, 38.935761 ], [ -77.024292, 38.936291 ], [ -77.024298, 38.936329 ], [ -77.024308, 38.936394 ], [ -77.024312, 38.936421 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003301", "name": "Census Tract 33.01, District of Columbia, District of Columbia", "total_population_17": 4066, "white_alone_17": 1700.0, "black_alone_17": 1765.0, "native_alone_17": 0.0, "asian_alone_17": 182.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 252.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 36.121, "pct_black_alone_change": -46.839, "pct_native_alone_change": -0.074, "pct_asian_alone_change": 3.922, "pct_hispanic_or_latino_change": 3.095, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9204778", "INTPTLON": "-077.0114293" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.014935, 38.920668 ], [ -77.01463, 38.920712 ], [ -77.014559, 38.920723 ], [ -77.014418, 38.920747 ], [ -77.014278, 38.920773 ], [ -77.014068, 38.920816 ], [ -77.013929, 38.920848 ], [ -77.013783, 38.920885 ], [ -77.013637, 38.920926 ], [ -77.013565, 38.920948 ], [ -77.013422, 38.920994 ], [ -77.013281, 38.921044 ], [ -77.013212, 38.92107 ], [ -77.013068, 38.92113 ], [ -77.012974, 38.921172 ], [ -77.012882, 38.921216 ], [ -77.012736, 38.921289 ], [ -77.012706, 38.921298 ], [ -77.012674, 38.921304 ], [ -77.012642, 38.921306 ], [ -77.012257, 38.921307 ], [ -77.012148, 38.921306 ], [ -77.012148, 38.921481 ], [ -77.012146, 38.922001 ], [ -77.012146, 38.922375 ], [ -77.012147, 38.922538 ], [ -77.012145, 38.923071 ], [ -77.012146, 38.923377 ], [ -77.012146, 38.923475 ], [ -77.012146, 38.923624 ], [ -77.012144, 38.924162 ], [ -77.012144, 38.924192 ], [ -77.012144, 38.924693 ], [ -77.012141, 38.925795 ], [ -77.012142, 38.926282 ], [ -77.011989, 38.92629 ], [ -77.011404, 38.926347 ], [ -77.011156, 38.926378 ], [ -77.010141, 38.926513 ], [ -77.009575, 38.926591 ], [ -77.009234, 38.926639 ], [ -77.009044, 38.926667 ], [ -77.008939, 38.926678 ], [ -77.008965, 38.925838 ], [ -77.008967, 38.925131 ], [ -77.008969, 38.925038 ], [ -77.008971, 38.924515 ], [ -77.00897, 38.924438 ], [ -77.008963, 38.923446 ], [ -77.008966, 38.922595 ], [ -77.008971, 38.922373 ], [ -77.008975, 38.921306 ], [ -77.00898, 38.920967 ], [ -77.008994, 38.920229 ], [ -77.008998, 38.919178 ], [ -77.009002, 38.918106 ], [ -77.009, 38.916893 ], [ -77.009042, 38.916882 ], [ -77.009093, 38.916864 ], [ -77.009118, 38.916855 ], [ -77.009183, 38.916831 ], [ -77.012155, 38.915795 ], [ -77.012746, 38.915568 ], [ -77.014278, 38.915054 ], [ -77.014291, 38.915172 ], [ -77.01431, 38.91531 ], [ -77.014332, 38.915483 ], [ -77.01434, 38.915569 ], [ -77.014374, 38.915886 ], [ -77.014382, 38.915964 ], [ -77.014414, 38.916221 ], [ -77.01442, 38.916279 ], [ -77.014501, 38.916995 ], [ -77.014566, 38.91758 ], [ -77.014571, 38.917637 ], [ -77.014575, 38.917692 ], [ -77.014578, 38.917722 ], [ -77.014615, 38.918023 ], [ -77.014619, 38.918061 ], [ -77.014625, 38.918107 ], [ -77.014636, 38.918183 ], [ -77.01469, 38.918663 ], [ -77.014741, 38.919099 ], [ -77.014749, 38.919174 ], [ -77.014802, 38.919663 ], [ -77.014873, 38.920229 ], [ -77.014926, 38.920618 ], [ -77.014935, 38.920668 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003302", "name": "Census Tract 33.02, District of Columbia, District of Columbia", "total_population_17": 2256, "white_alone_17": 1085.0, "black_alone_17": 887.0, "native_alone_17": 4.0, "asian_alone_17": 85.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 106.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 44.651, "pct_black_alone_change": -52.65, "pct_native_alone_change": 0.068, "pct_asian_alone_change": 2.238, "pct_hispanic_or_latino_change": 1.857, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9139237", "INTPTLON": "-077.0111677" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.014278, 38.915054 ], [ -77.012746, 38.915568 ], [ -77.012155, 38.915795 ], [ -77.009183, 38.916831 ], [ -77.009118, 38.916855 ], [ -77.009093, 38.916864 ], [ -77.009042, 38.916882 ], [ -77.009, 38.916893 ], [ -77.008999, 38.916824 ], [ -77.008999, 38.916182 ], [ -77.008999, 38.915564 ], [ -77.009007, 38.914824 ], [ -77.009013, 38.914085 ], [ -77.008999, 38.913609 ], [ -77.008992, 38.913343 ], [ -77.009018, 38.912601 ], [ -77.00902, 38.911859 ], [ -77.009024, 38.911571 ], [ -77.009026, 38.911426 ], [ -77.009026, 38.911115 ], [ -77.009026, 38.910783 ], [ -77.00913, 38.910828 ], [ -77.009817, 38.911123 ], [ -77.009848, 38.911135 ], [ -77.009873, 38.911146 ], [ -77.010055, 38.911221 ], [ -77.010256, 38.911305 ], [ -77.011242, 38.911725 ], [ -77.011451, 38.911816 ], [ -77.012157, 38.912117 ], [ -77.012484, 38.912251 ], [ -77.012985, 38.912467 ], [ -77.013308, 38.912605 ], [ -77.013542, 38.912706 ], [ -77.013604, 38.912731 ], [ -77.013932, 38.912868 ], [ -77.014085, 38.912935 ], [ -77.01407, 38.91296 ], [ -77.014059, 38.912986 ], [ -77.014052, 38.913013 ], [ -77.01405, 38.91304 ], [ -77.014052, 38.913067 ], [ -77.014085, 38.913344 ], [ -77.014167, 38.914084 ], [ -77.014191, 38.914311 ], [ -77.014244, 38.914745 ], [ -77.014254, 38.914835 ], [ -77.014271, 38.914988 ], [ -77.014278, 38.915054 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003400", "name": "Census Tract 34, District of Columbia, District of Columbia", "total_population_17": 4901, "white_alone_17": 1287.0, "black_alone_17": 2926.0, "native_alone_17": 0.0, "asian_alone_17": 108.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 462.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 23.624, "pct_black_alone_change": -33.285, "pct_native_alone_change": -0.118, "pct_asian_alone_change": 1.38, "pct_hispanic_or_latino_change": 6.391, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9221781", "INTPTLON": "-077.0175890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.022964, 38.927226 ], [ -77.022894, 38.927254 ], [ -77.022823, 38.92728 ], [ -77.022696, 38.927323 ], [ -77.022624, 38.927341 ], [ -77.02255, 38.927352 ], [ -77.021893, 38.927405 ], [ -77.020984, 38.927486 ], [ -77.02045, 38.927534 ], [ -77.020483, 38.927569 ], [ -77.020508, 38.927591 ], [ -77.020524, 38.927614 ], [ -77.020534, 38.927631 ], [ -77.020541, 38.927649 ], [ -77.020545, 38.927669 ], [ -77.020549, 38.927713 ], [ -77.020551, 38.927758 ], [ -77.020553, 38.92778 ], [ -77.020562, 38.927832 ], [ -77.020582, 38.92798 ], [ -77.020197, 38.927998 ], [ -77.019926, 38.928007 ], [ -77.020054, 38.927885 ], [ -77.019329, 38.927938 ], [ -77.019264, 38.927941 ], [ -77.019176, 38.927947 ], [ -77.019025, 38.927964 ], [ -77.01874, 38.928023 ], [ -77.018655, 38.928042 ], [ -77.018599, 38.928057 ], [ -77.018544, 38.928073 ], [ -77.018433, 38.928112 ], [ -77.018382, 38.928134 ], [ -77.018333, 38.928158 ], [ -77.018286, 38.928185 ], [ -77.018241, 38.928213 ], [ -77.018158, 38.928272 ], [ -77.018104, 38.928319 ], [ -77.018072, 38.928349 ], [ -77.018042, 38.92838 ], [ -77.018013, 38.928412 ], [ -77.017984, 38.928449 ], [ -77.017954, 38.92844 ], [ -77.017887, 38.928416 ], [ -77.01782, 38.92839 ], [ -77.017732, 38.92835 ], [ -77.017571, 38.928264 ], [ -77.017549, 38.928251 ], [ -77.017507, 38.928224 ], [ -77.017468, 38.928196 ], [ -77.017449, 38.928182 ], [ -77.017394, 38.928137 ], [ -77.017361, 38.928105 ], [ -77.017345, 38.928088 ], [ -77.017264, 38.928008 ], [ -77.017165, 38.927906 ], [ -77.017064, 38.927807 ], [ -77.017011, 38.927757 ], [ -77.016912, 38.927679 ], [ -77.016749, 38.927536 ], [ -77.016667, 38.927484 ], [ -77.016088, 38.927145 ], [ -77.015166, 38.926612 ], [ -77.015074, 38.926563 ], [ -77.014978, 38.926517 ], [ -77.01488, 38.926476 ], [ -77.014474, 38.926345 ], [ -77.014422, 38.926333 ], [ -77.014264, 38.926304 ], [ -77.014165, 38.926289 ], [ -77.014028, 38.926274 ], [ -77.013889, 38.926265 ], [ -77.013843, 38.926264 ], [ -77.012671, 38.926267 ], [ -77.012517, 38.92627 ], [ -77.012466, 38.926272 ], [ -77.012414, 38.926273 ], [ -77.012142, 38.926282 ], [ -77.012141, 38.925795 ], [ -77.012144, 38.924693 ], [ -77.012144, 38.924192 ], [ -77.012144, 38.924162 ], [ -77.012146, 38.923624 ], [ -77.012146, 38.923475 ], [ -77.012146, 38.923377 ], [ -77.012145, 38.923071 ], [ -77.012147, 38.922538 ], [ -77.012146, 38.922375 ], [ -77.012146, 38.922001 ], [ -77.012148, 38.921481 ], [ -77.012148, 38.921306 ], [ -77.012257, 38.921307 ], [ -77.012642, 38.921306 ], [ -77.012674, 38.921304 ], [ -77.012706, 38.921298 ], [ -77.012736, 38.921289 ], [ -77.012882, 38.921216 ], [ -77.012974, 38.921172 ], [ -77.013068, 38.92113 ], [ -77.013212, 38.92107 ], [ -77.013281, 38.921044 ], [ -77.013422, 38.920994 ], [ -77.013565, 38.920948 ], [ -77.013637, 38.920926 ], [ -77.013783, 38.920885 ], [ -77.013929, 38.920848 ], [ -77.014068, 38.920816 ], [ -77.014278, 38.920773 ], [ -77.014418, 38.920747 ], [ -77.014559, 38.920723 ], [ -77.01463, 38.920712 ], [ -77.014935, 38.920668 ], [ -77.014926, 38.920618 ], [ -77.014873, 38.920229 ], [ -77.014802, 38.919663 ], [ -77.014749, 38.919174 ], [ -77.014741, 38.919099 ], [ -77.01469, 38.918663 ], [ -77.014636, 38.918183 ], [ -77.014625, 38.918107 ], [ -77.014619, 38.918061 ], [ -77.014615, 38.918023 ], [ -77.014578, 38.917722 ], [ -77.014575, 38.917692 ], [ -77.014571, 38.917637 ], [ -77.014566, 38.91758 ], [ -77.014501, 38.916995 ], [ -77.01442, 38.916279 ], [ -77.014414, 38.916221 ], [ -77.014382, 38.915964 ], [ -77.014374, 38.915886 ], [ -77.01434, 38.915569 ], [ -77.014332, 38.915483 ], [ -77.01431, 38.91531 ], [ -77.014291, 38.915172 ], [ -77.014278, 38.915054 ], [ -77.014271, 38.914988 ], [ -77.014254, 38.914835 ], [ -77.014244, 38.914745 ], [ -77.014191, 38.914311 ], [ -77.014167, 38.914084 ], [ -77.014085, 38.913344 ], [ -77.014052, 38.913067 ], [ -77.01405, 38.91304 ], [ -77.014052, 38.913013 ], [ -77.014059, 38.912986 ], [ -77.01407, 38.91296 ], [ -77.014085, 38.912935 ], [ -77.014208, 38.912989 ], [ -77.014549, 38.913133 ], [ -77.015178, 38.913402 ], [ -77.015706, 38.913627 ], [ -77.015857, 38.913693 ], [ -77.016096, 38.913795 ], [ -77.016223, 38.913848 ], [ -77.016359, 38.913903 ], [ -77.016757, 38.914075 ], [ -77.0169, 38.914137 ], [ -77.017066, 38.914208 ], [ -77.017326, 38.914317 ], [ -77.017845, 38.914531 ], [ -77.018109, 38.914646 ], [ -77.018158, 38.914667 ], [ -77.018414, 38.914784 ], [ -77.018928, 38.915001 ], [ -77.019739, 38.915344 ], [ -77.019976, 38.91545 ], [ -77.02004, 38.915479 ], [ -77.020117, 38.91551 ], [ -77.020658, 38.915738 ], [ -77.020824, 38.915809 ], [ -77.021202, 38.915968 ], [ -77.02176, 38.916203 ], [ -77.021893, 38.916261 ], [ -77.021894, 38.916451 ], [ -77.021894, 38.916874 ], [ -77.021897, 38.91776 ], [ -77.021899, 38.918599 ], [ -77.021899, 38.918991 ], [ -77.021901, 38.919485 ], [ -77.021906, 38.919765 ], [ -77.021912, 38.919894 ], [ -77.021923, 38.919991 ], [ -77.021932, 38.920074 ], [ -77.022046, 38.920878 ], [ -77.022057, 38.920962 ], [ -77.022068, 38.921037 ], [ -77.02211, 38.921307 ], [ -77.022151, 38.921585 ], [ -77.022258, 38.92234 ], [ -77.022304, 38.92265 ], [ -77.022483, 38.923884 ], [ -77.022523, 38.924183 ], [ -77.022549, 38.924377 ], [ -77.022612, 38.924806 ], [ -77.022664, 38.925162 ], [ -77.022742, 38.925694 ], [ -77.022753, 38.925775 ], [ -77.022762, 38.925834 ], [ -77.022806, 38.926144 ], [ -77.022835, 38.926347 ], [ -77.022868, 38.926568 ], [ -77.022878, 38.92664 ], [ -77.022896, 38.926762 ], [ -77.022908, 38.926849 ], [ -77.022964, 38.927226 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003500", "name": "Census Tract 35, District of Columbia, District of Columbia", "total_population_17": 5539, "white_alone_17": 1024.0, "black_alone_17": 3787.0, "native_alone_17": 0.0, "asian_alone_17": 291.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 314.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 16.086, "pct_black_alone_change": -17.136, "pct_native_alone_change": -0.314, "pct_asian_alone_change": 4.225, "pct_hispanic_or_latino_change": -4.937, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9223765", "INTPTLON": "-077.0243410" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.027046, 38.926749 ], [ -77.026985, 38.926758 ], [ -77.026642, 38.926793 ], [ -77.02635, 38.926817 ], [ -77.026156, 38.926835 ], [ -77.025939, 38.926854 ], [ -77.025785, 38.926867 ], [ -77.025089, 38.926929 ], [ -77.024422, 38.926987 ], [ -77.023529, 38.927072 ], [ -77.023486, 38.927077 ], [ -77.023408, 38.927089 ], [ -77.02333, 38.927105 ], [ -77.023253, 38.927123 ], [ -77.023177, 38.927144 ], [ -77.023081, 38.927177 ], [ -77.023023, 38.927202 ], [ -77.022964, 38.927226 ], [ -77.022908, 38.926849 ], [ -77.022896, 38.926762 ], [ -77.022878, 38.92664 ], [ -77.022868, 38.926568 ], [ -77.022835, 38.926347 ], [ -77.022806, 38.926144 ], [ -77.022762, 38.925834 ], [ -77.022753, 38.925775 ], [ -77.022742, 38.925694 ], [ -77.022664, 38.925162 ], [ -77.022612, 38.924806 ], [ -77.022549, 38.924377 ], [ -77.022523, 38.924183 ], [ -77.022483, 38.923884 ], [ -77.022304, 38.92265 ], [ -77.022258, 38.92234 ], [ -77.022151, 38.921585 ], [ -77.02211, 38.921307 ], [ -77.022068, 38.921037 ], [ -77.022057, 38.920962 ], [ -77.022046, 38.920878 ], [ -77.021932, 38.920074 ], [ -77.021923, 38.919991 ], [ -77.021912, 38.919894 ], [ -77.021906, 38.919765 ], [ -77.021901, 38.919485 ], [ -77.021899, 38.918991 ], [ -77.021899, 38.918599 ], [ -77.021897, 38.91776 ], [ -77.021894, 38.916874 ], [ -77.021894, 38.916451 ], [ -77.021893, 38.916261 ], [ -77.022149, 38.916373 ], [ -77.022513, 38.91653 ], [ -77.022705, 38.916614 ], [ -77.022945, 38.916711 ], [ -77.023955, 38.91699 ], [ -77.023945, 38.917105 ], [ -77.023945, 38.917705 ], [ -77.023943, 38.917764 ], [ -77.023977, 38.917794 ], [ -77.024051, 38.917869 ], [ -77.024111, 38.917938 ], [ -77.024271, 38.918159 ], [ -77.024322, 38.918249 ], [ -77.02441, 38.918401 ], [ -77.024471, 38.918507 ], [ -77.024504, 38.918564 ], [ -77.024586, 38.918709 ], [ -77.024598, 38.918731 ], [ -77.02486, 38.919182 ], [ -77.024996, 38.919416 ], [ -77.025028, 38.919467 ], [ -77.025079, 38.919542 ], [ -77.025115, 38.919591 ], [ -77.025159, 38.919646 ], [ -77.025239, 38.91974 ], [ -77.025445, 38.91998 ], [ -77.025663, 38.920229 ], [ -77.025849, 38.920439 ], [ -77.025867, 38.920455 ], [ -77.025905, 38.920484 ], [ -77.025925, 38.920498 ], [ -77.025968, 38.920522 ], [ -77.025992, 38.920534 ], [ -77.02603, 38.92055 ], [ -77.026103, 38.920574 ], [ -77.02648, 38.920692 ], [ -77.026535, 38.92071 ], [ -77.026691, 38.920759 ], [ -77.026726, 38.920767 ], [ -77.026762, 38.920773 ], [ -77.026835, 38.920774 ], [ -77.027036, 38.920763 ], [ -77.027036, 38.922428 ], [ -77.027035, 38.922658 ], [ -77.027037, 38.923029 ], [ -77.027037, 38.923476 ], [ -77.027038, 38.923767 ], [ -77.027038, 38.923849 ], [ -77.027039, 38.923907 ], [ -77.027039, 38.924765 ], [ -77.02704, 38.925755 ], [ -77.02704, 38.925853 ], [ -77.027038, 38.92613 ], [ -77.027038, 38.926411 ], [ -77.027037, 38.926633 ], [ -77.027043, 38.92672 ], [ -77.027046, 38.926749 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003600", "name": "Census Tract 36, District of Columbia, District of Columbia", "total_population_17": 4833, "white_alone_17": 2129.0, "black_alone_17": 1281.0, "native_alone_17": 0.0, "asian_alone_17": 569.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 639.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 35.264, "pct_black_alone_change": -36.841, "pct_native_alone_change": -0.485, "pct_asian_alone_change": 8.35, "pct_hispanic_or_latino_change": -10.38, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9236744", "INTPTLON": "-077.0296273" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.032407, 38.926573 ], [ -77.032169, 38.926687 ], [ -77.032055, 38.926725 ], [ -77.032005, 38.926729 ], [ -77.031855, 38.926737 ], [ -77.031561, 38.92674 ], [ -77.031456, 38.92674 ], [ -77.031283, 38.926742 ], [ -77.029985, 38.926743 ], [ -77.029879, 38.926742 ], [ -77.029707, 38.926742 ], [ -77.029594, 38.926741 ], [ -77.028741, 38.926738 ], [ -77.02829, 38.92674 ], [ -77.027187, 38.92674 ], [ -77.027102, 38.926743 ], [ -77.027046, 38.926749 ], [ -77.027043, 38.92672 ], [ -77.027037, 38.926633 ], [ -77.027038, 38.926411 ], [ -77.027038, 38.92613 ], [ -77.02704, 38.925853 ], [ -77.02704, 38.925755 ], [ -77.027039, 38.924765 ], [ -77.027039, 38.923907 ], [ -77.027038, 38.923849 ], [ -77.027038, 38.923767 ], [ -77.027037, 38.923476 ], [ -77.027037, 38.923029 ], [ -77.027035, 38.922658 ], [ -77.027036, 38.922428 ], [ -77.027036, 38.920763 ], [ -77.028, 38.920708 ], [ -77.028085, 38.920704 ], [ -77.028399, 38.920687 ], [ -77.028455, 38.920683 ], [ -77.028681, 38.92067 ], [ -77.028738, 38.920666 ], [ -77.028799, 38.920664 ], [ -77.028834, 38.920661 ], [ -77.028866, 38.920657 ], [ -77.029394, 38.92055 ], [ -77.029491, 38.920528 ], [ -77.029677, 38.920499 ], [ -77.029982, 38.920441 ], [ -77.030269, 38.920388 ], [ -77.031508, 38.920154 ], [ -77.031941, 38.920064 ], [ -77.031932, 38.920106 ], [ -77.031866, 38.920322 ], [ -77.031853, 38.920416 ], [ -77.031844, 38.920511 ], [ -77.031841, 38.920556 ], [ -77.03184, 38.920601 ], [ -77.031839, 38.92064 ], [ -77.031839, 38.92068 ], [ -77.031841, 38.920756 ], [ -77.031865, 38.920998 ], [ -77.031873, 38.921086 ], [ -77.03193, 38.92166 ], [ -77.032002, 38.922342 ], [ -77.03201, 38.922428 ], [ -77.032038, 38.922686 ], [ -77.032072, 38.923012 ], [ -77.032132, 38.923635 ], [ -77.032143, 38.923763 ], [ -77.032193, 38.924284 ], [ -77.03222, 38.924541 ], [ -77.032242, 38.924756 ], [ -77.03225, 38.924827 ], [ -77.032309, 38.925424 ], [ -77.032316, 38.925502 ], [ -77.032331, 38.925652 ], [ -77.032339, 38.925742 ], [ -77.032407, 38.926573 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003700", "name": "Census Tract 37, District of Columbia, District of Columbia", "total_population_17": 5917, "white_alone_17": 2021.0, "black_alone_17": 2145.0, "native_alone_17": 0.0, "asian_alone_17": 218.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1467.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 25.579, "pct_black_alone_change": -19.32, "pct_native_alone_change": -0.341, "pct_asian_alone_change": 1.58, "pct_hispanic_or_latino_change": -7.852, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9228614", "INTPTLON": "-077.0343330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.0365, 38.919284 ], [ -77.036494, 38.919861 ], [ -77.036496, 38.920313 ], [ -77.036494, 38.920364 ], [ -77.036489, 38.920964 ], [ -77.03649, 38.921673 ], [ -77.036487, 38.922609 ], [ -77.036488, 38.922732 ], [ -77.036491, 38.92318 ], [ -77.036492, 38.923208 ], [ -77.036491, 38.92325 ], [ -77.036489, 38.92342 ], [ -77.036489, 38.924227 ], [ -77.036484, 38.924765 ], [ -77.036483, 38.924826 ], [ -77.036486, 38.925604 ], [ -77.036486, 38.925793 ], [ -77.036487, 38.92588 ], [ -77.036488, 38.926183 ], [ -77.036489, 38.926272 ], [ -77.036335, 38.926294 ], [ -77.035988, 38.92631 ], [ -77.035484, 38.926325 ], [ -77.034943, 38.926354 ], [ -77.033605, 38.926436 ], [ -77.033114, 38.926464 ], [ -77.032721, 38.926488 ], [ -77.032629, 38.926501 ], [ -77.032525, 38.926527 ], [ -77.032407, 38.926573 ], [ -77.032339, 38.925742 ], [ -77.032331, 38.925652 ], [ -77.032316, 38.925502 ], [ -77.032309, 38.925424 ], [ -77.03225, 38.924827 ], [ -77.032242, 38.924756 ], [ -77.03222, 38.924541 ], [ -77.032193, 38.924284 ], [ -77.032143, 38.923763 ], [ -77.032132, 38.923635 ], [ -77.032072, 38.923012 ], [ -77.032038, 38.922686 ], [ -77.03201, 38.922428 ], [ -77.032002, 38.922342 ], [ -77.03193, 38.92166 ], [ -77.031873, 38.921086 ], [ -77.031865, 38.920998 ], [ -77.031841, 38.920756 ], [ -77.031839, 38.92068 ], [ -77.031839, 38.92064 ], [ -77.03184, 38.920601 ], [ -77.031841, 38.920556 ], [ -77.031844, 38.920511 ], [ -77.031853, 38.920416 ], [ -77.031866, 38.920322 ], [ -77.031932, 38.920106 ], [ -77.031941, 38.920064 ], [ -77.032221, 38.920006 ], [ -77.033297, 38.919768 ], [ -77.033567, 38.919707 ], [ -77.033895, 38.91964 ], [ -77.033936, 38.919628 ], [ -77.033974, 38.919613 ], [ -77.03401, 38.919594 ], [ -77.034043, 38.919572 ], [ -77.034073, 38.919548 ], [ -77.0341, 38.919521 ], [ -77.034333, 38.919271 ], [ -77.034414, 38.919183 ], [ -77.034726, 38.919179 ], [ -77.03486, 38.91918 ], [ -77.035493, 38.919182 ], [ -77.035913, 38.919182 ], [ -77.036318, 38.919183 ], [ -77.036356, 38.919182 ], [ -77.036496, 38.919145 ], [ -77.0365, 38.919284 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003800", "name": "Census Tract 38, District of Columbia, District of Columbia", "total_population_17": 5259, "white_alone_17": 2792.0, "black_alone_17": 867.0, "native_alone_17": 30.0, "asian_alone_17": 271.0, "native_hawaiian_pacific_islander_17": 42.0, "hispanic_or_latino_17": 1092.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 18.075, "pct_black_alone_change": -16.113, "pct_native_alone_change": -0.066, "pct_asian_alone_change": 1.677, "pct_hispanic_or_latino_change": -6.938, "pct_native_hawaiian_pacific_islander_change": 0.799, "INTPTLAT": "+38.9216348", "INTPTLON": "-077.0391794" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.042684, 38.922661 ], [ -77.04233, 38.922895 ], [ -77.042094, 38.923055 ], [ -77.041877, 38.92321 ], [ -77.041835, 38.923241 ], [ -77.041544, 38.923421 ], [ -77.041412, 38.923513 ], [ -77.041346, 38.923559 ], [ -77.040964, 38.923811 ], [ -77.040415, 38.92418 ], [ -77.040338, 38.924226 ], [ -77.040143, 38.924352 ], [ -77.039936, 38.924486 ], [ -77.039667, 38.924648 ], [ -77.039463, 38.924764 ], [ -77.039149, 38.924945 ], [ -77.038825, 38.925133 ], [ -77.038656, 38.925235 ], [ -77.03845, 38.925357 ], [ -77.038366, 38.925405 ], [ -77.03797, 38.925636 ], [ -77.036939, 38.926285 ], [ -77.036849, 38.926333 ], [ -77.036599, 38.92647 ], [ -77.036488, 38.926525 ], [ -77.036489, 38.926272 ], [ -77.036488, 38.926183 ], [ -77.036487, 38.92588 ], [ -77.036486, 38.925793 ], [ -77.036486, 38.925604 ], [ -77.036483, 38.924826 ], [ -77.036484, 38.924765 ], [ -77.036489, 38.924227 ], [ -77.036489, 38.92342 ], [ -77.036491, 38.92325 ], [ -77.036492, 38.923208 ], [ -77.036491, 38.92318 ], [ -77.036488, 38.922732 ], [ -77.036487, 38.922609 ], [ -77.03649, 38.921673 ], [ -77.036489, 38.920964 ], [ -77.036494, 38.920364 ], [ -77.036496, 38.920313 ], [ -77.036494, 38.919861 ], [ -77.0365, 38.919284 ], [ -77.036496, 38.919145 ], [ -77.038473, 38.918523 ], [ -77.03854, 38.918502 ], [ -77.038887, 38.918408 ], [ -77.038972, 38.918384 ], [ -77.039607, 38.918211 ], [ -77.039951, 38.918116 ], [ -77.040128, 38.91807 ], [ -77.04016, 38.918058 ], [ -77.040191, 38.918044 ], [ -77.040219, 38.918026 ], [ -77.040244, 38.918006 ], [ -77.040265, 38.917985 ], [ -77.040358, 38.917863 ], [ -77.040426, 38.917777 ], [ -77.040469, 38.917723 ], [ -77.040554, 38.917608 ], [ -77.040832, 38.91725 ], [ -77.040852, 38.917227 ], [ -77.040875, 38.917206 ], [ -77.0409, 38.917187 ], [ -77.040932, 38.917167 ], [ -77.041038, 38.917113 ], [ -77.041224, 38.917008 ], [ -77.04129, 38.916969 ], [ -77.041429, 38.91689 ], [ -77.041543, 38.91683 ], [ -77.041656, 38.91678 ], [ -77.041658, 38.916873 ], [ -77.041654, 38.916985 ], [ -77.041651, 38.917096 ], [ -77.041648, 38.91782 ], [ -77.041647, 38.91793 ], [ -77.041649, 38.917962 ], [ -77.041653, 38.917995 ], [ -77.041663, 38.918059 ], [ -77.04167, 38.918092 ], [ -77.041674, 38.918124 ], [ -77.041679, 38.91819 ], [ -77.041681, 38.918256 ], [ -77.041681, 38.918744 ], [ -77.041681, 38.91947 ], [ -77.041685, 38.919544 ], [ -77.041691, 38.919593 ], [ -77.041699, 38.919637 ], [ -77.041704, 38.919659 ], [ -77.04171, 38.919686 ], [ -77.041717, 38.919712 ], [ -77.041736, 38.919771 ], [ -77.04202, 38.920591 ], [ -77.042052, 38.920682 ], [ -77.042399, 38.921724 ], [ -77.042565, 38.922239 ], [ -77.042643, 38.922518 ], [ -77.042668, 38.922602 ], [ -77.042684, 38.922661 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001003900", "name": "Census Tract 39, District of Columbia, District of Columbia", "total_population_17": 4643, "white_alone_17": 3324.0, "black_alone_17": 444.0, "native_alone_17": 0.0, "asian_alone_17": 301.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 475.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 17.704, "pct_black_alone_change": -10.359, "pct_native_alone_change": -0.582, "pct_asian_alone_change": 0.474, "pct_hispanic_or_latino_change": -8.637, "pct_native_hawaiian_pacific_islander_change": -0.022, "INTPTLAT": "+38.9249705", "INTPTLON": "-077.0439028" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.049805, 38.927884 ], [ -77.049669, 38.928082 ], [ -77.049515, 38.928134 ], [ -77.049331, 38.92813 ], [ -77.049124, 38.928079 ], [ -77.048944, 38.928 ], [ -77.048257, 38.927403 ], [ -77.047682, 38.927012 ], [ -77.047055, 38.926712 ], [ -77.046732, 38.926198 ], [ -77.046602, 38.926056 ], [ -77.046303, 38.925943 ], [ -77.046162, 38.92596 ], [ -77.045534, 38.92624 ], [ -77.04491, 38.926578 ], [ -77.044787, 38.926804 ], [ -77.044686, 38.927159 ], [ -77.044699, 38.927454 ], [ -77.044669, 38.927456 ], [ -77.044398, 38.927464 ], [ -77.044329, 38.926842 ], [ -77.044253, 38.926899 ], [ -77.044216, 38.926929 ], [ -77.044146, 38.92699 ], [ -77.044112, 38.927022 ], [ -77.04408, 38.927054 ], [ -77.044018, 38.927121 ], [ -77.043962, 38.927188 ], [ -77.043916, 38.927241 ], [ -77.043888, 38.927276 ], [ -77.043873, 38.927293 ], [ -77.043806, 38.927381 ], [ -77.043763, 38.927442 ], [ -77.043692, 38.92755 ], [ -77.043653, 38.927616 ], [ -77.04358, 38.927755 ], [ -77.043542, 38.92782 ], [ -77.043525, 38.927845 ], [ -77.043487, 38.927908 ], [ -77.043441, 38.927947 ], [ -77.043368, 38.927969 ], [ -77.043078, 38.927862 ], [ -77.04294, 38.927789 ], [ -77.042888, 38.927759 ], [ -77.042841, 38.927726 ], [ -77.042783, 38.927679 ], [ -77.042597, 38.927556 ], [ -77.042475, 38.927498 ], [ -77.042231, 38.927373 ], [ -77.0422, 38.927355 ], [ -77.042104, 38.927307 ], [ -77.042071, 38.927293 ], [ -77.042003, 38.927266 ], [ -77.04191, 38.927235 ], [ -77.041887, 38.927229 ], [ -77.041844, 38.927219 ], [ -77.041771, 38.927207 ], [ -77.041697, 38.927198 ], [ -77.041537, 38.927184 ], [ -77.041397, 38.927177 ], [ -77.041373, 38.927177 ], [ -77.041214, 38.927182 ], [ -77.041054, 38.927187 ], [ -77.039805, 38.927184 ], [ -77.03915, 38.92718 ], [ -77.039028, 38.92718 ], [ -77.038948, 38.927179 ], [ -77.038829, 38.927181 ], [ -77.038721, 38.92718 ], [ -77.038557, 38.927173 ], [ -77.038395, 38.927161 ], [ -77.038287, 38.92715 ], [ -77.038231, 38.927143 ], [ -77.038176, 38.927135 ], [ -77.038067, 38.927116 ], [ -77.038013, 38.927105 ], [ -77.037907, 38.92708 ], [ -77.037802, 38.92705 ], [ -77.037709, 38.927019 ], [ -77.037677, 38.927007 ], [ -77.037639, 38.926989 ], [ -77.037604, 38.926969 ], [ -77.03757, 38.926946 ], [ -77.037461, 38.926983 ], [ -77.037427, 38.926991 ], [ -77.037395, 38.926994 ], [ -77.037249, 38.926999 ], [ -77.037162, 38.927011 ], [ -77.037134, 38.927016 ], [ -77.036815, 38.927087 ], [ -77.036707, 38.927118 ], [ -77.036488, 38.926525 ], [ -77.036599, 38.92647 ], [ -77.036849, 38.926333 ], [ -77.036939, 38.926285 ], [ -77.03797, 38.925636 ], [ -77.038366, 38.925405 ], [ -77.03845, 38.925357 ], [ -77.038656, 38.925235 ], [ -77.038825, 38.925133 ], [ -77.039149, 38.924945 ], [ -77.039463, 38.924764 ], [ -77.039667, 38.924648 ], [ -77.039936, 38.924486 ], [ -77.040143, 38.924352 ], [ -77.040338, 38.924226 ], [ -77.040415, 38.92418 ], [ -77.040964, 38.923811 ], [ -77.041346, 38.923559 ], [ -77.041412, 38.923513 ], [ -77.041544, 38.923421 ], [ -77.041835, 38.923241 ], [ -77.041877, 38.92321 ], [ -77.042094, 38.923055 ], [ -77.04233, 38.922895 ], [ -77.042684, 38.922661 ], [ -77.042729, 38.922819 ], [ -77.04274, 38.922847 ], [ -77.042753, 38.922874 ], [ -77.042768, 38.922901 ], [ -77.042784, 38.922927 ], [ -77.042803, 38.922953 ], [ -77.042844, 38.923001 ], [ -77.042868, 38.923024 ], [ -77.042893, 38.923046 ], [ -77.042919, 38.923067 ], [ -77.043009, 38.923123 ], [ -77.043032, 38.923136 ], [ -77.043105, 38.923172 ], [ -77.043156, 38.923194 ], [ -77.043183, 38.923204 ], [ -77.043211, 38.923213 ], [ -77.043269, 38.923228 ], [ -77.043329, 38.923237 ], [ -77.043359, 38.923239 ], [ -77.043389, 38.92324 ], [ -77.04342, 38.92324 ], [ -77.043461, 38.923237 ], [ -77.043848, 38.923237 ], [ -77.044338, 38.92324 ], [ -77.044591, 38.92324 ], [ -77.044696, 38.923239 ], [ -77.046052, 38.923237 ], [ -77.046597, 38.923237 ], [ -77.047139, 38.92324 ], [ -77.047278, 38.923244 ], [ -77.04734, 38.923248 ], [ -77.047531, 38.923265 ], [ -77.047603, 38.92327 ], [ -77.047695, 38.923278 ], [ -77.048395, 38.923331 ], [ -77.048464, 38.923337 ], [ -77.048565, 38.923344 ], [ -77.048598, 38.923672 ], [ -77.048625, 38.924013 ], [ -77.048727, 38.924481 ], [ -77.048823, 38.924725 ], [ -77.048921, 38.924974 ], [ -77.049225, 38.925312 ], [ -77.049442, 38.925565 ], [ -77.049872, 38.927703 ], [ -77.049805, 38.927884 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004001", "name": "Census Tract 40.01, District of Columbia, District of Columbia", "total_population_17": 4400, "white_alone_17": 3332.0, "black_alone_17": 219.0, "native_alone_17": 0.0, "asian_alone_17": 150.0, "native_hawaiian_pacific_islander_17": 42.0, "hispanic_or_latino_17": 610.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -4.267, "pct_black_alone_change": -0.607, "pct_native_alone_change": -0.403, "pct_asian_alone_change": -1.542, "pct_hispanic_or_latino_change": 5.545, "pct_native_hawaiian_pacific_islander_change": 0.897, "INTPTLAT": "+38.9208738", "INTPTLON": "-077.0462674" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.050181, 38.921241 ], [ -77.050055, 38.921412 ], [ -77.049752, 38.9217 ], [ -77.049548, 38.921875 ], [ -77.04933, 38.921965 ], [ -77.049313, 38.921973 ], [ -77.048942, 38.922204 ], [ -77.048702, 38.922405 ], [ -77.04859, 38.922572 ], [ -77.04854, 38.922771 ], [ -77.048512, 38.923045 ], [ -77.048565, 38.923344 ], [ -77.048464, 38.923337 ], [ -77.048395, 38.923331 ], [ -77.047695, 38.923278 ], [ -77.047603, 38.92327 ], [ -77.047531, 38.923265 ], [ -77.04734, 38.923248 ], [ -77.047278, 38.923244 ], [ -77.047139, 38.92324 ], [ -77.046597, 38.923237 ], [ -77.046052, 38.923237 ], [ -77.044696, 38.923239 ], [ -77.044591, 38.92324 ], [ -77.044338, 38.92324 ], [ -77.043848, 38.923237 ], [ -77.043461, 38.923237 ], [ -77.04342, 38.92324 ], [ -77.043389, 38.92324 ], [ -77.043359, 38.923239 ], [ -77.043329, 38.923237 ], [ -77.043269, 38.923228 ], [ -77.043211, 38.923213 ], [ -77.043183, 38.923204 ], [ -77.043156, 38.923194 ], [ -77.043105, 38.923172 ], [ -77.043032, 38.923136 ], [ -77.043009, 38.923123 ], [ -77.042919, 38.923067 ], [ -77.042893, 38.923046 ], [ -77.042868, 38.923024 ], [ -77.042844, 38.923001 ], [ -77.042803, 38.922953 ], [ -77.042784, 38.922927 ], [ -77.042768, 38.922901 ], [ -77.042753, 38.922874 ], [ -77.04274, 38.922847 ], [ -77.042729, 38.922819 ], [ -77.042684, 38.922661 ], [ -77.042969, 38.922479 ], [ -77.043013, 38.922452 ], [ -77.043052, 38.922424 ], [ -77.043087, 38.922394 ], [ -77.04312, 38.922361 ], [ -77.043143, 38.922334 ], [ -77.043174, 38.922293 ], [ -77.043237, 38.922186 ], [ -77.04328, 38.922103 ], [ -77.043319, 38.922018 ], [ -77.043451, 38.921706 ], [ -77.043574, 38.921406 ], [ -77.043704, 38.92111 ], [ -77.043713, 38.921091 ], [ -77.043887, 38.920682 ], [ -77.043931, 38.920588 ], [ -77.044031, 38.920377 ], [ -77.044301, 38.919831 ], [ -77.044361, 38.919726 ], [ -77.044398, 38.919664 ], [ -77.044408, 38.919645 ], [ -77.044432, 38.919604 ], [ -77.044781, 38.919052 ], [ -77.045205, 38.918385 ], [ -77.045275, 38.918277 ], [ -77.04549, 38.917933 ], [ -77.045557, 38.917825 ], [ -77.045798, 38.917448 ], [ -77.046066, 38.91702 ], [ -77.046081, 38.916966 ], [ -77.046089, 38.916941 ], [ -77.046119, 38.916865 ], [ -77.046242, 38.916656 ], [ -77.046255, 38.916616 ], [ -77.046268, 38.916596 ], [ -77.046295, 38.916502 ], [ -77.0463, 38.916446 ], [ -77.046299, 38.916373 ], [ -77.046297, 38.916311 ], [ -77.0463, 38.916242 ], [ -77.046285, 38.915991 ], [ -77.046406, 38.916289 ], [ -77.046489, 38.916399 ], [ -77.046598, 38.916513 ], [ -77.046692, 38.91668 ], [ -77.046704, 38.916703 ], [ -77.04674, 38.916767 ], [ -77.046774, 38.916835 ], [ -77.046986, 38.91725 ], [ -77.047027, 38.917331 ], [ -77.047235, 38.91774 ], [ -77.047522, 38.918305 ], [ -77.047569, 38.918391 ], [ -77.047597, 38.918431 ], [ -77.047631, 38.918468 ], [ -77.04765, 38.918485 ], [ -77.047691, 38.918517 ], [ -77.047713, 38.918532 ], [ -77.047736, 38.918545 ], [ -77.047789, 38.918571 ], [ -77.047813, 38.91858 ], [ -77.047863, 38.918595 ], [ -77.04794, 38.918613 ], [ -77.048176, 38.918674 ], [ -77.048234, 38.918693 ], [ -77.048313, 38.918717 ], [ -77.048464, 38.918761 ], [ -77.04852, 38.918774 ], [ -77.048608, 38.918797 ], [ -77.048653, 38.918811 ], [ -77.048687, 38.918823 ], [ -77.048732, 38.918853 ], [ -77.04875, 38.918867 ], [ -77.048799, 38.918908 ], [ -77.048816, 38.918921 ], [ -77.048872, 38.918987 ], [ -77.048939, 38.91911 ], [ -77.048958, 38.919141 ], [ -77.049009, 38.919231 ], [ -77.049025, 38.919264 ], [ -77.049057, 38.919324 ], [ -77.049122, 38.919419 ], [ -77.04915, 38.919465 ], [ -77.049188, 38.919533 ], [ -77.049951, 38.920842 ], [ -77.050133, 38.921157 ], [ -77.050181, 38.921241 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004002", "name": "Census Tract 40.02, District of Columbia, District of Columbia", "total_population_17": 3190, "white_alone_17": 2670.0, "black_alone_17": 94.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 231.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 17.428, "pct_black_alone_change": -9.184, "pct_native_alone_change": -0.612, "pct_asian_alone_change": -4.479, "pct_hispanic_or_latino_change": -4.17, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9181186", "INTPTLON": "-077.0437209" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.046297, 38.916311 ], [ -77.046299, 38.916373 ], [ -77.0463, 38.916446 ], [ -77.046295, 38.916502 ], [ -77.046268, 38.916596 ], [ -77.046255, 38.916616 ], [ -77.046242, 38.916656 ], [ -77.046119, 38.916865 ], [ -77.046089, 38.916941 ], [ -77.046081, 38.916966 ], [ -77.046066, 38.91702 ], [ -77.045798, 38.917448 ], [ -77.045557, 38.917825 ], [ -77.04549, 38.917933 ], [ -77.045275, 38.918277 ], [ -77.045205, 38.918385 ], [ -77.044781, 38.919052 ], [ -77.044432, 38.919604 ], [ -77.044408, 38.919645 ], [ -77.044398, 38.919664 ], [ -77.044361, 38.919726 ], [ -77.044301, 38.919831 ], [ -77.044031, 38.920377 ], [ -77.043931, 38.920588 ], [ -77.043887, 38.920682 ], [ -77.043713, 38.921091 ], [ -77.043704, 38.92111 ], [ -77.043574, 38.921406 ], [ -77.043451, 38.921706 ], [ -77.043319, 38.922018 ], [ -77.04328, 38.922103 ], [ -77.043237, 38.922186 ], [ -77.043174, 38.922293 ], [ -77.043143, 38.922334 ], [ -77.04312, 38.922361 ], [ -77.043087, 38.922394 ], [ -77.043052, 38.922424 ], [ -77.043013, 38.922452 ], [ -77.042969, 38.922479 ], [ -77.042684, 38.922661 ], [ -77.042668, 38.922602 ], [ -77.042643, 38.922518 ], [ -77.042565, 38.922239 ], [ -77.042399, 38.921724 ], [ -77.042052, 38.920682 ], [ -77.04202, 38.920591 ], [ -77.041736, 38.919771 ], [ -77.041717, 38.919712 ], [ -77.04171, 38.919686 ], [ -77.041704, 38.919659 ], [ -77.041699, 38.919637 ], [ -77.041691, 38.919593 ], [ -77.041685, 38.919544 ], [ -77.041681, 38.91947 ], [ -77.041681, 38.918744 ], [ -77.041681, 38.918256 ], [ -77.041679, 38.91819 ], [ -77.041674, 38.918124 ], [ -77.04167, 38.918092 ], [ -77.041663, 38.918059 ], [ -77.041653, 38.917995 ], [ -77.041649, 38.917962 ], [ -77.041647, 38.91793 ], [ -77.041648, 38.91782 ], [ -77.041651, 38.917096 ], [ -77.041654, 38.916985 ], [ -77.041658, 38.916873 ], [ -77.041656, 38.91678 ], [ -77.041792, 38.916714 ], [ -77.042187, 38.91652 ], [ -77.042738, 38.916243 ], [ -77.043345, 38.915935 ], [ -77.043436, 38.915888 ], [ -77.043577, 38.915815 ], [ -77.04407, 38.915554 ], [ -77.044257, 38.915456 ], [ -77.044473, 38.915347 ], [ -77.044718, 38.915215 ], [ -77.044913, 38.915108 ], [ -77.045039, 38.915038 ], [ -77.045265, 38.914909 ], [ -77.04574, 38.91464 ], [ -77.045992, 38.9145 ], [ -77.046088, 38.914434 ], [ -77.046188, 38.914761 ], [ -77.046187, 38.914839 ], [ -77.046211, 38.915294 ], [ -77.046228, 38.915839 ], [ -77.046285, 38.915991 ], [ -77.0463, 38.916242 ], [ -77.046297, 38.916311 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004100", "name": "Census Tract 41, District of Columbia, District of Columbia", "total_population_17": 2658, "white_alone_17": 2012.0, "black_alone_17": 137.0, "native_alone_17": 0.0, "asian_alone_17": 190.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 238.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -5.355, "pct_black_alone_change": 1.068, "pct_native_alone_change": -0.117, "pct_asian_alone_change": -0.089, "pct_hispanic_or_latino_change": 2.145, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9159337", "INTPTLON": "-077.0516151" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.059087, 38.915896 ], [ -77.059067, 38.91592 ], [ -77.059056, 38.915999 ], [ -77.059043, 38.916014 ], [ -77.059038, 38.916032 ], [ -77.059027, 38.91616 ], [ -77.059019, 38.916205 ], [ -77.058996, 38.916309 ], [ -77.058988, 38.916354 ], [ -77.058974, 38.916406 ], [ -77.058964, 38.916433 ], [ -77.058944, 38.916481 ], [ -77.058933, 38.916511 ], [ -77.058923, 38.916532 ], [ -77.058913, 38.916559 ], [ -77.058901, 38.916584 ], [ -77.058859, 38.916688 ], [ -77.058851, 38.916706 ], [ -77.05884, 38.916735 ], [ -77.058824, 38.916784 ], [ -77.058815, 38.916808 ], [ -77.05881, 38.916835 ], [ -77.058789, 38.916904 ], [ -77.058783, 38.916927 ], [ -77.058772, 38.916978 ], [ -77.058754, 38.917046 ], [ -77.05871, 38.917163 ], [ -77.058656, 38.917245 ], [ -77.058628, 38.917282 ], [ -77.058577, 38.917372 ], [ -77.05855, 38.917414 ], [ -77.058521, 38.917465 ], [ -77.058498, 38.917512 ], [ -77.058496, 38.91753 ], [ -77.05849, 38.917559 ], [ -77.058487, 38.917588 ], [ -77.058486, 38.917622 ], [ -77.058408, 38.91769 ], [ -77.05832, 38.917762 ], [ -77.058258, 38.917716 ], [ -77.057967, 38.91798 ], [ -77.057878, 38.918044 ], [ -77.057709, 38.918149 ], [ -77.057483, 38.918273 ], [ -77.057246, 38.918394 ], [ -77.057109, 38.918455 ], [ -77.05702, 38.91848 ], [ -77.056863, 38.918509 ], [ -77.056584, 38.918563 ], [ -77.056335, 38.918603 ], [ -77.056185, 38.918647 ], [ -77.056041, 38.918698 ], [ -77.055607, 38.918881 ], [ -77.05547, 38.918957 ], [ -77.055322, 38.919035 ], [ -77.055196, 38.919142 ], [ -77.055158, 38.919182 ], [ -77.055132, 38.919236 ], [ -77.055082, 38.919339 ], [ -77.055028, 38.91943 ], [ -77.054938, 38.919619 ], [ -77.054914, 38.919667 ], [ -77.054852, 38.919739 ], [ -77.05473, 38.919841 ], [ -77.054655, 38.919896 ], [ -77.054581, 38.91993 ], [ -77.054502, 38.919945 ], [ -77.054252, 38.91999 ], [ -77.054083, 38.920018 ], [ -77.053858, 38.920045 ], [ -77.053688, 38.920052 ], [ -77.05359, 38.920057 ], [ -77.053485, 38.920079 ], [ -77.053361, 38.920094 ], [ -77.053253, 38.92009 ], [ -77.053107, 38.920067 ], [ -77.05303, 38.920048 ], [ -77.05301, 38.920037 ], [ -77.052907, 38.919987 ], [ -77.052849, 38.919959 ], [ -77.052769, 38.919924 ], [ -77.052552, 38.919811 ], [ -77.052385, 38.919715 ], [ -77.052223, 38.919613 ], [ -77.052129, 38.919601 ], [ -77.05196, 38.919581 ], [ -77.05185, 38.91958 ], [ -77.051621, 38.919646 ], [ -77.051353, 38.919731 ], [ -77.051227, 38.919779 ], [ -77.051126, 38.919848 ], [ -77.051071, 38.91988 ], [ -77.051006, 38.919935 ], [ -77.050921, 38.920094 ], [ -77.050786, 38.920344 ], [ -77.050658, 38.920568 ], [ -77.05062, 38.920637 ], [ -77.050553, 38.920707 ], [ -77.050483, 38.920762 ], [ -77.050411, 38.920831 ], [ -77.050367, 38.920884 ], [ -77.050344, 38.920928 ], [ -77.050253, 38.921114 ], [ -77.050181, 38.921241 ], [ -77.050133, 38.921157 ], [ -77.049951, 38.920842 ], [ -77.049188, 38.919533 ], [ -77.04915, 38.919465 ], [ -77.049122, 38.919419 ], [ -77.049057, 38.919324 ], [ -77.049025, 38.919264 ], [ -77.049009, 38.919231 ], [ -77.048958, 38.919141 ], [ -77.048939, 38.91911 ], [ -77.048872, 38.918987 ], [ -77.048816, 38.918921 ], [ -77.048799, 38.918908 ], [ -77.04875, 38.918867 ], [ -77.048732, 38.918853 ], [ -77.048687, 38.918823 ], [ -77.048653, 38.918811 ], [ -77.048608, 38.918797 ], [ -77.04852, 38.918774 ], [ -77.048464, 38.918761 ], [ -77.048313, 38.918717 ], [ -77.048234, 38.918693 ], [ -77.048176, 38.918674 ], [ -77.04794, 38.918613 ], [ -77.047863, 38.918595 ], [ -77.047813, 38.91858 ], [ -77.047789, 38.918571 ], [ -77.047736, 38.918545 ], [ -77.047713, 38.918532 ], [ -77.047691, 38.918517 ], [ -77.04765, 38.918485 ], [ -77.047631, 38.918468 ], [ -77.047597, 38.918431 ], [ -77.047569, 38.918391 ], [ -77.047522, 38.918305 ], [ -77.047235, 38.91774 ], [ -77.047027, 38.917331 ], [ -77.046986, 38.91725 ], [ -77.046774, 38.916835 ], [ -77.04674, 38.916767 ], [ -77.046704, 38.916703 ], [ -77.046692, 38.91668 ], [ -77.046598, 38.916513 ], [ -77.046489, 38.916399 ], [ -77.046406, 38.916289 ], [ -77.046285, 38.915991 ], [ -77.046228, 38.915839 ], [ -77.046211, 38.915294 ], [ -77.046187, 38.914839 ], [ -77.046188, 38.914761 ], [ -77.046088, 38.914434 ], [ -77.046166, 38.914379 ], [ -77.046237, 38.91433 ], [ -77.046367, 38.914223 ], [ -77.04639, 38.914205 ], [ -77.046574, 38.91403 ], [ -77.046632, 38.913976 ], [ -77.046652, 38.913956 ], [ -77.046789, 38.913836 ], [ -77.046823, 38.91381 ], [ -77.046853, 38.913782 ], [ -77.046867, 38.913767 ], [ -77.046892, 38.913735 ], [ -77.046913, 38.913702 ], [ -77.046921, 38.913685 ], [ -77.04695, 38.91363 ], [ -77.046982, 38.913572 ], [ -77.047012, 38.913513 ], [ -77.047124, 38.913314 ], [ -77.047259, 38.91307 ], [ -77.047448, 38.912739 ], [ -77.047474, 38.912696 ], [ -77.047526, 38.912637 ], [ -77.047553, 38.912608 ], [ -77.047592, 38.912565 ], [ -77.047705, 38.912449 ], [ -77.047754, 38.912401 ], [ -77.04788, 38.912265 ], [ -77.047977, 38.912161 ], [ -77.048028, 38.912111 ], [ -77.048109, 38.912037 ], [ -77.048137, 38.912013 ], [ -77.048194, 38.911967 ], [ -77.048447, 38.911772 ], [ -77.048483, 38.911749 ], [ -77.048614, 38.911644 ], [ -77.04867, 38.911598 ], [ -77.04879, 38.911501 ], [ -77.048733, 38.911414 ], [ -77.048738, 38.91127 ], [ -77.048745, 38.91113 ], [ -77.048747, 38.911106 ], [ -77.048748, 38.910931 ], [ -77.048772, 38.910703 ], [ -77.048781, 38.910623 ], [ -77.048789, 38.910509 ], [ -77.048794, 38.910414 ], [ -77.048797, 38.910323 ], [ -77.048797, 38.910213 ], [ -77.048796, 38.910124 ], [ -77.048796, 38.909731 ], [ -77.048797, 38.909634 ], [ -77.048903, 38.909635 ], [ -77.049341, 38.909635 ], [ -77.049533, 38.909635 ], [ -77.049973, 38.909635 ], [ -77.050085, 38.909635 ], [ -77.050146, 38.909635 ], [ -77.05042, 38.909634 ], [ -77.050396, 38.909708 ], [ -77.050389, 38.909747 ], [ -77.050384, 38.909795 ], [ -77.05038, 38.909848 ], [ -77.050379, 38.909874 ], [ -77.050471, 38.909914 ], [ -77.050518, 38.909944 ], [ -77.050549, 38.909968 ], [ -77.050579, 38.909989 ], [ -77.050597, 38.910004 ], [ -77.050655, 38.910064 ], [ -77.050683, 38.910095 ], [ -77.050731, 38.910153 ], [ -77.050755, 38.910189 ], [ -77.050769, 38.910212 ], [ -77.050795, 38.910238 ], [ -77.050822, 38.910267 ], [ -77.050853, 38.910297 ], [ -77.05089, 38.910337 ], [ -77.050961, 38.910417 ], [ -77.050978, 38.910433 ], [ -77.051002, 38.910458 ], [ -77.051034, 38.910495 ], [ -77.05107, 38.910531 ], [ -77.051083, 38.910547 ], [ -77.051103, 38.910569 ], [ -77.051138, 38.91061 ], [ -77.0512, 38.91068 ], [ -77.051213, 38.910697 ], [ -77.05126, 38.910753 ], [ -77.051305, 38.910808 ], [ -77.051365, 38.91087 ], [ -77.051399, 38.910912 ], [ -77.051434, 38.91095 ], [ -77.051469, 38.910985 ], [ -77.051503, 38.911015 ], [ -77.051541, 38.911043 ], [ -77.051572, 38.911075 ], [ -77.051601, 38.911108 ], [ -77.05163, 38.911136 ], [ -77.051651, 38.911153 ], [ -77.051706, 38.911203 ], [ -77.05173, 38.911231 ], [ -77.051761, 38.911259 ], [ -77.051827, 38.911311 ], [ -77.051844, 38.911324 ], [ -77.051868, 38.91134 ], [ -77.05195, 38.9114 ], [ -77.05204, 38.911459 ], [ -77.052088, 38.911488 ], [ -77.052132, 38.911512 ], [ -77.052177, 38.91153 ], [ -77.052221, 38.911551 ], [ -77.052255, 38.911575 ], [ -77.052288, 38.911607 ], [ -77.052319, 38.911641 ], [ -77.052361, 38.911689 ], [ -77.052382, 38.911715 ], [ -77.052401, 38.911751 ], [ -77.052403, 38.911775 ], [ -77.05241, 38.911802 ], [ -77.052427, 38.911827 ], [ -77.052453, 38.911853 ], [ -77.052483, 38.911878 ], [ -77.052514, 38.911896 ], [ -77.052553, 38.911914 ], [ -77.052613, 38.911937 ], [ -77.052682, 38.911977 ], [ -77.052758, 38.912009 ], [ -77.052842, 38.912038 ], [ -77.052888, 38.912052 ], [ -77.052927, 38.912067 ], [ -77.053003, 38.912104 ], [ -77.053084, 38.91214 ], [ -77.05312, 38.91215 ], [ -77.053274, 38.912181 ], [ -77.053324, 38.912189 ], [ -77.053417, 38.912208 ], [ -77.05345, 38.912216 ], [ -77.053503, 38.912234 ], [ -77.053558, 38.912267 ], [ -77.053578, 38.912294 ], [ -77.0536, 38.912316 ], [ -77.053637, 38.912328 ], [ -77.053798, 38.91236 ], [ -77.053875, 38.912372 ], [ -77.054002, 38.912394 ], [ -77.054049, 38.912405 ], [ -77.054098, 38.912413 ], [ -77.054144, 38.912425 ], [ -77.054183, 38.91244 ], [ -77.054211, 38.912457 ], [ -77.054237, 38.912469 ], [ -77.05427, 38.912473 ], [ -77.054336, 38.912471 ], [ -77.054372, 38.912478 ], [ -77.05449, 38.912524 ], [ -77.054568, 38.912561 ], [ -77.054657, 38.912608 ], [ -77.054708, 38.912629 ], [ -77.054742, 38.912642 ], [ -77.054777, 38.912658 ], [ -77.054847, 38.912696 ], [ -77.055001, 38.912768 ], [ -77.055034, 38.912785 ], [ -77.055098, 38.912816 ], [ -77.055151, 38.91284 ], [ -77.055207, 38.912868 ], [ -77.055265, 38.912901 ], [ -77.055299, 38.912916 ], [ -77.055323, 38.91293 ], [ -77.055343, 38.912957 ], [ -77.055355, 38.912984 ], [ -77.055371, 38.91301 ], [ -77.055394, 38.913038 ], [ -77.055415, 38.913062 ], [ -77.055461, 38.913118 ], [ -77.055485, 38.913154 ], [ -77.055501, 38.913182 ], [ -77.055522, 38.913239 ], [ -77.055539, 38.913265 ], [ -77.055564, 38.913289 ], [ -77.055592, 38.913304 ], [ -77.055618, 38.913322 ], [ -77.055648, 38.913352 ], [ -77.055687, 38.913384 ], [ -77.055721, 38.913402 ], [ -77.055761, 38.913416 ], [ -77.055836, 38.913445 ], [ -77.055864, 38.913458 ], [ -77.055904, 38.913489 ], [ -77.055934, 38.913498 ], [ -77.055983, 38.913519 ], [ -77.056014, 38.913538 ], [ -77.056097, 38.913599 ], [ -77.056124, 38.913624 ], [ -77.056158, 38.913663 ], [ -77.056167, 38.913687 ], [ -77.056191, 38.913708 ], [ -77.05624, 38.913723 ], [ -77.056275, 38.913741 ], [ -77.056298, 38.913761 ], [ -77.056326, 38.913788 ], [ -77.056344, 38.913801 ], [ -77.056377, 38.913816 ], [ -77.05641, 38.913826 ], [ -77.056432, 38.913842 ], [ -77.056463, 38.913869 ], [ -77.056491, 38.913882 ], [ -77.056522, 38.913898 ], [ -77.056553, 38.913916 ], [ -77.056597, 38.913949 ], [ -77.056629, 38.913971 ], [ -77.056664, 38.913991 ], [ -77.056734, 38.914033 ], [ -77.056771, 38.914057 ], [ -77.0568, 38.914078 ], [ -77.056881, 38.914132 ], [ -77.056945, 38.914171 ], [ -77.057039, 38.914231 ], [ -77.057067, 38.914255 ], [ -77.057097, 38.914286 ], [ -77.057126, 38.914314 ], [ -77.057158, 38.914335 ], [ -77.057238, 38.914373 ], [ -77.057277, 38.914393 ], [ -77.057314, 38.914416 ], [ -77.05737, 38.914453 ], [ -77.057387, 38.914466 ], [ -77.057471, 38.91452 ], [ -77.057498, 38.914547 ], [ -77.057532, 38.91457 ], [ -77.057653, 38.914636 ], [ -77.057706, 38.914671 ], [ -77.057771, 38.914717 ], [ -77.057826, 38.91476 ], [ -77.057871, 38.91479 ], [ -77.057944, 38.914836 ], [ -77.057991, 38.914867 ], [ -77.058067, 38.914921 ], [ -77.058153, 38.914979 ], [ -77.058215, 38.91503 ], [ -77.058258, 38.915067 ], [ -77.058297, 38.915097 ], [ -77.058376, 38.915163 ], [ -77.058467, 38.915252 ], [ -77.058506, 38.915281 ], [ -77.058521, 38.915295 ], [ -77.058552, 38.915316 ], [ -77.05862, 38.915353 ], [ -77.058656, 38.915371 ], [ -77.058691, 38.915383 ], [ -77.058714, 38.915393 ], [ -77.058735, 38.9154 ], [ -77.058762, 38.91541 ], [ -77.058826, 38.915431 ], [ -77.058856, 38.915439 ], [ -77.058882, 38.915452 ], [ -77.058903, 38.915474 ], [ -77.058947, 38.915539 ], [ -77.058972, 38.915584 ], [ -77.058998, 38.915635 ], [ -77.059021, 38.915696 ], [ -77.059029, 38.915725 ], [ -77.059042, 38.915755 ], [ -77.059056, 38.915778 ], [ -77.059071, 38.915793 ], [ -77.059075, 38.91583 ], [ -77.059062, 38.915862 ], [ -77.059069, 38.915882 ], [ -77.059087, 38.915896 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004201", "name": "Census Tract 42.01, District of Columbia, District of Columbia", "total_population_17": 3724, "white_alone_17": 2813.0, "black_alone_17": 363.0, "native_alone_17": 0.0, "asian_alone_17": 129.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 224.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 5.726, "pct_black_alone_change": -4.786, "pct_native_alone_change": -0.59, "pct_asian_alone_change": -1.754, "pct_hispanic_or_latino_change": -2.741, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9162076", "INTPTLON": "-077.0388456" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.041661, 38.914176 ], [ -77.04166, 38.914834 ], [ -77.041658, 38.915574 ], [ -77.041656, 38.91629 ], [ -77.041654, 38.916654 ], [ -77.041656, 38.91678 ], [ -77.041543, 38.91683 ], [ -77.041429, 38.91689 ], [ -77.04129, 38.916969 ], [ -77.041224, 38.917008 ], [ -77.041038, 38.917113 ], [ -77.040932, 38.917167 ], [ -77.0409, 38.917187 ], [ -77.040875, 38.917206 ], [ -77.040852, 38.917227 ], [ -77.040832, 38.91725 ], [ -77.040554, 38.917608 ], [ -77.040469, 38.917723 ], [ -77.040426, 38.917777 ], [ -77.040358, 38.917863 ], [ -77.040265, 38.917985 ], [ -77.040244, 38.918006 ], [ -77.040219, 38.918026 ], [ -77.040191, 38.918044 ], [ -77.04016, 38.918058 ], [ -77.040128, 38.91807 ], [ -77.039951, 38.918116 ], [ -77.039607, 38.918211 ], [ -77.038972, 38.918384 ], [ -77.038887, 38.918408 ], [ -77.03854, 38.918502 ], [ -77.038473, 38.918523 ], [ -77.036496, 38.919145 ], [ -77.036497, 38.919001 ], [ -77.036499, 38.918929 ], [ -77.036498, 38.918527 ], [ -77.0365, 38.918114 ], [ -77.0365, 38.918036 ], [ -77.036501, 38.918016 ], [ -77.0365, 38.917309 ], [ -77.036497, 38.917198 ], [ -77.036497, 38.917168 ], [ -77.036492, 38.917002 ], [ -77.036487, 38.916808 ], [ -77.036489, 38.916415 ], [ -77.036502, 38.916289 ], [ -77.036507, 38.916231 ], [ -77.036505, 38.915822 ], [ -77.036508, 38.915573 ], [ -77.036508, 38.915495 ], [ -77.036505, 38.915202 ], [ -77.036505, 38.914904 ], [ -77.036506, 38.914832 ], [ -77.036507, 38.914266 ], [ -77.036509, 38.914093 ], [ -77.036649, 38.914092 ], [ -77.037169, 38.914093 ], [ -77.038073, 38.914093 ], [ -77.03848, 38.914091 ], [ -77.03861, 38.914092 ], [ -77.038852, 38.91409 ], [ -77.039204, 38.914091 ], [ -77.039275, 38.914092 ], [ -77.040185, 38.914094 ], [ -77.040594, 38.914092 ], [ -77.04097, 38.914093 ], [ -77.041552, 38.914091 ], [ -77.041662, 38.914092 ], [ -77.041661, 38.914176 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004202", "name": "Census Tract 42.02, District of Columbia, District of Columbia", "total_population_17": 2538, "white_alone_17": 1918.0, "black_alone_17": 35.0, "native_alone_17": 9.0, "asian_alone_17": 144.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 353.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 5.478, "pct_black_alone_change": -6.721, "pct_native_alone_change": 0.009, "pct_asian_alone_change": -4.849, "pct_hispanic_or_latino_change": 4.494, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9134023", "INTPTLON": "-077.0430254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.045992, 38.9145 ], [ -77.04574, 38.91464 ], [ -77.045265, 38.914909 ], [ -77.045039, 38.915038 ], [ -77.044913, 38.915108 ], [ -77.044718, 38.915215 ], [ -77.044473, 38.915347 ], [ -77.044257, 38.915456 ], [ -77.04407, 38.915554 ], [ -77.043577, 38.915815 ], [ -77.043436, 38.915888 ], [ -77.043345, 38.915935 ], [ -77.042738, 38.916243 ], [ -77.042187, 38.91652 ], [ -77.041792, 38.916714 ], [ -77.041656, 38.91678 ], [ -77.041654, 38.916654 ], [ -77.041656, 38.91629 ], [ -77.041658, 38.915574 ], [ -77.04166, 38.914834 ], [ -77.041661, 38.914176 ], [ -77.041662, 38.914092 ], [ -77.041552, 38.914091 ], [ -77.04097, 38.914093 ], [ -77.040594, 38.914092 ], [ -77.040185, 38.914094 ], [ -77.039275, 38.914092 ], [ -77.039355, 38.914006 ], [ -77.039461, 38.913894 ], [ -77.039609, 38.913729 ], [ -77.039957, 38.913359 ], [ -77.040323, 38.912966 ], [ -77.04066, 38.912608 ], [ -77.041231, 38.912002 ], [ -77.041354, 38.91187 ], [ -77.04167, 38.911534 ], [ -77.042051, 38.911128 ], [ -77.04223, 38.910935 ], [ -77.042605, 38.910538 ], [ -77.042977, 38.910142 ], [ -77.04303, 38.910169 ], [ -77.043063, 38.910184 ], [ -77.043097, 38.910198 ], [ -77.043141, 38.910214 ], [ -77.043186, 38.910228 ], [ -77.043232, 38.91024 ], [ -77.043289, 38.910249 ], [ -77.043347, 38.910256 ], [ -77.043398, 38.910259 ], [ -77.043437, 38.91026 ], [ -77.043502, 38.910258 ], [ -77.043553, 38.910253 ], [ -77.043604, 38.910246 ], [ -77.043656, 38.910236 ], [ -77.043707, 38.910224 ], [ -77.043768, 38.910204 ], [ -77.043808, 38.910275 ], [ -77.044306, 38.911131 ], [ -77.044735, 38.911869 ], [ -77.044877, 38.912116 ], [ -77.045157, 38.912606 ], [ -77.045207, 38.912683 ], [ -77.045464, 38.91313 ], [ -77.045924, 38.914085 ], [ -77.046088, 38.914434 ], [ -77.045992, 38.9145 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004300", "name": "Census Tract 43, District of Columbia, District of Columbia", "total_population_17": 4033, "white_alone_17": 2324.0, "black_alone_17": 950.0, "native_alone_17": 0.0, "asian_alone_17": 156.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 473.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 23.978, "pct_black_alone_change": -16.474, "pct_native_alone_change": -0.699, "pct_asian_alone_change": 1.163, "pct_hispanic_or_latino_change": -10.521, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+38.9168040", "INTPTLON": "-077.0341511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036507, 38.914266 ], [ -77.036506, 38.914832 ], [ -77.036505, 38.914904 ], [ -77.036505, 38.915202 ], [ -77.036508, 38.915495 ], [ -77.036508, 38.915573 ], [ -77.036505, 38.915822 ], [ -77.036507, 38.916231 ], [ -77.036502, 38.916289 ], [ -77.036489, 38.916415 ], [ -77.036487, 38.916808 ], [ -77.036492, 38.917002 ], [ -77.036497, 38.917168 ], [ -77.036497, 38.917198 ], [ -77.0365, 38.917309 ], [ -77.036501, 38.918016 ], [ -77.0365, 38.918036 ], [ -77.0365, 38.918114 ], [ -77.036498, 38.918527 ], [ -77.036499, 38.918929 ], [ -77.036497, 38.919001 ], [ -77.036496, 38.919145 ], [ -77.036356, 38.919182 ], [ -77.036318, 38.919183 ], [ -77.035913, 38.919182 ], [ -77.035493, 38.919182 ], [ -77.03486, 38.91918 ], [ -77.034726, 38.919179 ], [ -77.034414, 38.919183 ], [ -77.034333, 38.919271 ], [ -77.0341, 38.919521 ], [ -77.034073, 38.919548 ], [ -77.034043, 38.919572 ], [ -77.03401, 38.919594 ], [ -77.033974, 38.919613 ], [ -77.033936, 38.919628 ], [ -77.033895, 38.91964 ], [ -77.033567, 38.919707 ], [ -77.033297, 38.919768 ], [ -77.032221, 38.920006 ], [ -77.031941, 38.920064 ], [ -77.031948, 38.92002 ], [ -77.031952, 38.919976 ], [ -77.031953, 38.919952 ], [ -77.031952, 38.919267 ], [ -77.031951, 38.919185 ], [ -77.031952, 38.918112 ], [ -77.031951, 38.916998 ], [ -77.031951, 38.916372 ], [ -77.031952, 38.916289 ], [ -77.031956, 38.915568 ], [ -77.031952, 38.915262 ], [ -77.031952, 38.914831 ], [ -77.031953, 38.91448 ], [ -77.031952, 38.91418 ], [ -77.031951, 38.914094 ], [ -77.032327, 38.914092 ], [ -77.033254, 38.914093 ], [ -77.03441, 38.914093 ], [ -77.034545, 38.914092 ], [ -77.034694, 38.914091 ], [ -77.035334, 38.914093 ], [ -77.036164, 38.914091 ], [ -77.036509, 38.914093 ], [ -77.036507, 38.914266 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004400", "name": "Census Tract 44, District of Columbia, District of Columbia", "total_population_17": 5385, "white_alone_17": 3611.0, "black_alone_17": 992.0, "native_alone_17": 0.0, "asian_alone_17": 263.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 328.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 42.569, "pct_black_alone_change": -41.215, "pct_native_alone_change": -0.309, "pct_asian_alone_change": 2.528, "pct_hispanic_or_latino_change": -6.462, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9170143", "INTPTLON": "-077.0275927" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.031956, 38.915568 ], [ -77.031952, 38.916289 ], [ -77.031951, 38.916372 ], [ -77.031951, 38.916998 ], [ -77.031952, 38.918112 ], [ -77.031951, 38.919185 ], [ -77.031952, 38.919267 ], [ -77.031953, 38.919952 ], [ -77.031952, 38.919976 ], [ -77.031948, 38.92002 ], [ -77.031941, 38.920064 ], [ -77.031508, 38.920154 ], [ -77.030269, 38.920388 ], [ -77.029982, 38.920441 ], [ -77.029677, 38.920499 ], [ -77.029491, 38.920528 ], [ -77.029394, 38.92055 ], [ -77.028866, 38.920657 ], [ -77.028834, 38.920661 ], [ -77.028799, 38.920664 ], [ -77.028738, 38.920666 ], [ -77.028681, 38.92067 ], [ -77.028455, 38.920683 ], [ -77.028399, 38.920687 ], [ -77.028085, 38.920704 ], [ -77.028, 38.920708 ], [ -77.027036, 38.920763 ], [ -77.026835, 38.920774 ], [ -77.026762, 38.920773 ], [ -77.026726, 38.920767 ], [ -77.026691, 38.920759 ], [ -77.026535, 38.92071 ], [ -77.02648, 38.920692 ], [ -77.026103, 38.920574 ], [ -77.02603, 38.92055 ], [ -77.025992, 38.920534 ], [ -77.025968, 38.920522 ], [ -77.025925, 38.920498 ], [ -77.025905, 38.920484 ], [ -77.025867, 38.920455 ], [ -77.025849, 38.920439 ], [ -77.025663, 38.920229 ], [ -77.025445, 38.91998 ], [ -77.025239, 38.91974 ], [ -77.025159, 38.919646 ], [ -77.025115, 38.919591 ], [ -77.025079, 38.919542 ], [ -77.025028, 38.919467 ], [ -77.024996, 38.919416 ], [ -77.02486, 38.919182 ], [ -77.024598, 38.918731 ], [ -77.024586, 38.918709 ], [ -77.024504, 38.918564 ], [ -77.024471, 38.918507 ], [ -77.02441, 38.918401 ], [ -77.024322, 38.918249 ], [ -77.024271, 38.918159 ], [ -77.024111, 38.917938 ], [ -77.024051, 38.917869 ], [ -77.023977, 38.917794 ], [ -77.023943, 38.917764 ], [ -77.023945, 38.917705 ], [ -77.023945, 38.917105 ], [ -77.023955, 38.91699 ], [ -77.022945, 38.916711 ], [ -77.022705, 38.916614 ], [ -77.022513, 38.91653 ], [ -77.022149, 38.916373 ], [ -77.021893, 38.916261 ], [ -77.021919, 38.915572 ], [ -77.02192, 38.915464 ], [ -77.02192, 38.915264 ], [ -77.021916, 38.914332 ], [ -77.021916, 38.914088 ], [ -77.022945, 38.914089 ], [ -77.023081, 38.914089 ], [ -77.023448, 38.914086 ], [ -77.023968, 38.914086 ], [ -77.024306, 38.914082 ], [ -77.024364, 38.914092 ], [ -77.025584, 38.914087 ], [ -77.025657, 38.91408 ], [ -77.02599, 38.914083 ], [ -77.027035, 38.91409 ], [ -77.02808, 38.914093 ], [ -77.02962, 38.914088 ], [ -77.02975, 38.91409 ], [ -77.030263, 38.914089 ], [ -77.030923, 38.914092 ], [ -77.031671, 38.914092 ], [ -77.031782, 38.914091 ], [ -77.031951, 38.914094 ], [ -77.031952, 38.91418 ], [ -77.031953, 38.91448 ], [ -77.031952, 38.914831 ], [ -77.031952, 38.915262 ], [ -77.031956, 38.915568 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004600", "name": "Census Tract 46, District of Columbia, District of Columbia", "total_population_17": 2863, "white_alone_17": 1192.0, "black_alone_17": 1309.0, "native_alone_17": 0.0, "asian_alone_17": 133.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 193.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 39.099, "pct_black_alone_change": -44.769, "pct_native_alone_change": -0.501, "pct_asian_alone_change": 3.143, "pct_hispanic_or_latino_change": 1.936, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9097456", "INTPTLON": "-077.0133001" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.018109, 38.914646 ], [ -77.017845, 38.914531 ], [ -77.017326, 38.914317 ], [ -77.017066, 38.914208 ], [ -77.0169, 38.914137 ], [ -77.016757, 38.914075 ], [ -77.016359, 38.913903 ], [ -77.016223, 38.913848 ], [ -77.016096, 38.913795 ], [ -77.015857, 38.913693 ], [ -77.015706, 38.913627 ], [ -77.015178, 38.913402 ], [ -77.014549, 38.913133 ], [ -77.014208, 38.912989 ], [ -77.014085, 38.912935 ], [ -77.013932, 38.912868 ], [ -77.013604, 38.912731 ], [ -77.013542, 38.912706 ], [ -77.013308, 38.912605 ], [ -77.012985, 38.912467 ], [ -77.012484, 38.912251 ], [ -77.012157, 38.912117 ], [ -77.011451, 38.911816 ], [ -77.011242, 38.911725 ], [ -77.010256, 38.911305 ], [ -77.010055, 38.911221 ], [ -77.009873, 38.911146 ], [ -77.009848, 38.911135 ], [ -77.009817, 38.911123 ], [ -77.00913, 38.910828 ], [ -77.009026, 38.910783 ], [ -77.009026, 38.910381 ], [ -77.009018, 38.909638 ], [ -77.009014, 38.909088 ], [ -77.009006, 38.908566 ], [ -77.00899, 38.907684 ], [ -77.008998, 38.907364 ], [ -77.009002, 38.907274 ], [ -77.009085, 38.907269 ], [ -77.009171, 38.907264 ], [ -77.009301, 38.907235 ], [ -77.009553, 38.907139 ], [ -77.010098, 38.906984 ], [ -77.010126, 38.906975 ], [ -77.010206, 38.906947 ], [ -77.01216, 38.906269 ], [ -77.012241, 38.906294 ], [ -77.012623, 38.906155 ], [ -77.01324, 38.905956 ], [ -77.013427, 38.905881 ], [ -77.01365, 38.905813 ], [ -77.014159, 38.905647 ], [ -77.014653, 38.905471 ], [ -77.014814, 38.905417 ], [ -77.014865, 38.905548 ], [ -77.014901, 38.905652 ], [ -77.015175, 38.906458 ], [ -77.015441, 38.907235 ], [ -77.015908, 38.908574 ], [ -77.016154, 38.909247 ], [ -77.016295, 38.909642 ], [ -77.016514, 38.910246 ], [ -77.016572, 38.910404 ], [ -77.016611, 38.910521 ], [ -77.016629, 38.910573 ], [ -77.016827, 38.91112 ], [ -77.016951, 38.911469 ], [ -77.017095, 38.911865 ], [ -77.017124, 38.911942 ], [ -77.017216, 38.912194 ], [ -77.017336, 38.912531 ], [ -77.017363, 38.912605 ], [ -77.01746, 38.912875 ], [ -77.017505, 38.912997 ], [ -77.01764, 38.913375 ], [ -77.017726, 38.913608 ], [ -77.017764, 38.913718 ], [ -77.017799, 38.91382 ], [ -77.017822, 38.913887 ], [ -77.017894, 38.914088 ], [ -77.018109, 38.914646 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004701", "name": "Census Tract 47.01, District of Columbia, District of Columbia", "total_population_17": 4888, "white_alone_17": 924.0, "black_alone_17": 2854.0, "native_alone_17": 0.0, "asian_alone_17": 479.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 499.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 16.187, "pct_black_alone_change": -34.309, "pct_native_alone_change": -0.342, "pct_asian_alone_change": 6.947, "pct_hispanic_or_latino_change": 9.091, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9041493", "INTPTLON": "-077.0136510" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.021919, 38.902939 ], [ -77.021708, 38.902965 ], [ -77.021504, 38.903031 ], [ -77.020888, 38.903235 ], [ -77.020752, 38.903283 ], [ -77.019906, 38.903577 ], [ -77.019238, 38.903808 ], [ -77.018928, 38.903916 ], [ -77.018601, 38.904031 ], [ -77.018221, 38.904164 ], [ -77.018065, 38.904284 ], [ -77.016932, 38.904666 ], [ -77.016712, 38.904776 ], [ -77.016281, 38.904923 ], [ -77.01618, 38.904879 ], [ -77.015993, 38.904942 ], [ -77.015889, 38.904978 ], [ -77.01581, 38.905004 ], [ -77.01571, 38.905038 ], [ -77.015238, 38.905196 ], [ -77.014814, 38.905417 ], [ -77.014653, 38.905471 ], [ -77.014159, 38.905647 ], [ -77.01365, 38.905813 ], [ -77.013427, 38.905881 ], [ -77.01324, 38.905956 ], [ -77.012623, 38.906155 ], [ -77.012241, 38.906294 ], [ -77.01216, 38.906269 ], [ -77.010206, 38.906947 ], [ -77.010126, 38.906975 ], [ -77.010098, 38.906984 ], [ -77.009553, 38.907139 ], [ -77.009301, 38.907235 ], [ -77.009171, 38.907264 ], [ -77.009085, 38.907269 ], [ -77.009002, 38.907274 ], [ -77.009002, 38.90632 ], [ -77.008998, 38.905755 ], [ -77.009063, 38.905647 ], [ -77.009066, 38.90513 ], [ -77.009069, 38.904684 ], [ -77.009069, 38.904497 ], [ -77.009069, 38.904294 ], [ -77.009066, 38.90373 ], [ -77.009064, 38.903192 ], [ -77.009065, 38.902603 ], [ -77.009064, 38.902515 ], [ -77.009251, 38.902514 ], [ -77.009846, 38.902515 ], [ -77.011237, 38.902516 ], [ -77.011321, 38.902517 ], [ -77.011691, 38.902516 ], [ -77.012171, 38.902516 ], [ -77.012308, 38.902516 ], [ -77.012398, 38.902517 ], [ -77.013582, 38.902516 ], [ -77.013722, 38.902514 ], [ -77.01388, 38.902514 ], [ -77.013929, 38.902515 ], [ -77.014203, 38.902515 ], [ -77.014549, 38.902518 ], [ -77.014691, 38.902518 ], [ -77.015022, 38.902519 ], [ -77.015177, 38.902518 ], [ -77.015437, 38.90252 ], [ -77.015953, 38.90252 ], [ -77.016064, 38.902519 ], [ -77.016176, 38.902519 ], [ -77.016414, 38.90252 ], [ -77.017405, 38.90252 ], [ -77.017648, 38.90252 ], [ -77.017937, 38.902521 ], [ -77.018612, 38.90252 ], [ -77.018928, 38.902521 ], [ -77.019493, 38.90252 ], [ -77.019907, 38.902521 ], [ -77.021515, 38.902521 ], [ -77.021918, 38.902521 ], [ -77.021918, 38.902902 ], [ -77.021919, 38.902939 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004702", "name": "Census Tract 47.02, District of Columbia, District of Columbia", "total_population_17": 3144, "white_alone_17": 1531.0, "black_alone_17": 1029.0, "native_alone_17": 27.0, "asian_alone_17": 182.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 243.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 45.98, "pct_black_alone_change": -59.968, "pct_native_alone_change": 0.517, "pct_asian_alone_change": 2.936, "pct_hispanic_or_latino_change": 6.611, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9008608", "INTPTLON": "-077.0136117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.021918, 38.902521 ], [ -77.021515, 38.902521 ], [ -77.019907, 38.902521 ], [ -77.019493, 38.90252 ], [ -77.018928, 38.902521 ], [ -77.018612, 38.90252 ], [ -77.017937, 38.902521 ], [ -77.017648, 38.90252 ], [ -77.017405, 38.90252 ], [ -77.016414, 38.90252 ], [ -77.016176, 38.902519 ], [ -77.016064, 38.902519 ], [ -77.015953, 38.90252 ], [ -77.015437, 38.90252 ], [ -77.015177, 38.902518 ], [ -77.015022, 38.902519 ], [ -77.014691, 38.902518 ], [ -77.014549, 38.902518 ], [ -77.014203, 38.902515 ], [ -77.013929, 38.902515 ], [ -77.01388, 38.902514 ], [ -77.013722, 38.902514 ], [ -77.013582, 38.902516 ], [ -77.012398, 38.902517 ], [ -77.012308, 38.902516 ], [ -77.012171, 38.902516 ], [ -77.011691, 38.902516 ], [ -77.011321, 38.902517 ], [ -77.011237, 38.902516 ], [ -77.009846, 38.902515 ], [ -77.009251, 38.902514 ], [ -77.009064, 38.902515 ], [ -77.009063, 38.901312 ], [ -77.00906, 38.900402 ], [ -77.009063, 38.900208 ], [ -77.009066, 38.899562 ], [ -77.009065, 38.899065 ], [ -77.009066, 38.898917 ], [ -77.009072, 38.897859 ], [ -77.009066, 38.897555 ], [ -77.009229, 38.897535 ], [ -77.009298, 38.897563 ], [ -77.010258, 38.897954 ], [ -77.011182, 38.89833 ], [ -77.011905, 38.898637 ], [ -77.012301, 38.898804 ], [ -77.012349, 38.898824 ], [ -77.012423, 38.898847 ], [ -77.01366, 38.899231 ], [ -77.014076, 38.899382 ], [ -77.014259, 38.899439 ], [ -77.01524, 38.899764 ], [ -77.015673, 38.899937 ], [ -77.015988, 38.900057 ], [ -77.0162, 38.900154 ], [ -77.016529, 38.900297 ], [ -77.01733, 38.900572 ], [ -77.017718, 38.900705 ], [ -77.018139, 38.900852 ], [ -77.018184, 38.900867 ], [ -77.018798, 38.901081 ], [ -77.018927, 38.901124 ], [ -77.01948, 38.901319 ], [ -77.019737, 38.901406 ], [ -77.019918, 38.901469 ], [ -77.020013, 38.901506 ], [ -77.020258, 38.901583 ], [ -77.020424, 38.901644 ], [ -77.020913, 38.901815 ], [ -77.021526, 38.902025 ], [ -77.021605, 38.90205 ], [ -77.021648, 38.902062 ], [ -77.021701, 38.902074 ], [ -77.021915, 38.902101 ], [ -77.021917, 38.902267 ], [ -77.021918, 38.902521 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004801", "name": "Census Tract 48.01, District of Columbia, District of Columbia", "total_population_17": 2725, "white_alone_17": 1128.0, "black_alone_17": 988.0, "native_alone_17": 0.0, "asian_alone_17": 251.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 216.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 32.812, "pct_black_alone_change": -41.248, "pct_native_alone_change": -0.373, "pct_asian_alone_change": 5.213, "pct_hispanic_or_latino_change": -1.455, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9117413", "INTPTLON": "-077.0195344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.02192, 38.911494 ], [ -77.021915, 38.912106 ], [ -77.021919, 38.912255 ], [ -77.021919, 38.912313 ], [ -77.021918, 38.91239 ], [ -77.021918, 38.912609 ], [ -77.021917, 38.91303 ], [ -77.021914, 38.913521 ], [ -77.021916, 38.914088 ], [ -77.021916, 38.914332 ], [ -77.02192, 38.915264 ], [ -77.02192, 38.915464 ], [ -77.021919, 38.915572 ], [ -77.021893, 38.916261 ], [ -77.02176, 38.916203 ], [ -77.021202, 38.915968 ], [ -77.020824, 38.915809 ], [ -77.020658, 38.915738 ], [ -77.020117, 38.91551 ], [ -77.02004, 38.915479 ], [ -77.019976, 38.91545 ], [ -77.019739, 38.915344 ], [ -77.018928, 38.915001 ], [ -77.018414, 38.914784 ], [ -77.018158, 38.914667 ], [ -77.018109, 38.914646 ], [ -77.017894, 38.914088 ], [ -77.017822, 38.913887 ], [ -77.017799, 38.91382 ], [ -77.017764, 38.913718 ], [ -77.017726, 38.913608 ], [ -77.01764, 38.913375 ], [ -77.017505, 38.912997 ], [ -77.01746, 38.912875 ], [ -77.017363, 38.912605 ], [ -77.017336, 38.912531 ], [ -77.017216, 38.912194 ], [ -77.017124, 38.911942 ], [ -77.017095, 38.911865 ], [ -77.016951, 38.911469 ], [ -77.016827, 38.91112 ], [ -77.016629, 38.910573 ], [ -77.016611, 38.910521 ], [ -77.016572, 38.910404 ], [ -77.016514, 38.910246 ], [ -77.016295, 38.909642 ], [ -77.016154, 38.909247 ], [ -77.015908, 38.908574 ], [ -77.016173, 38.908571 ], [ -77.016635, 38.908567 ], [ -77.017047, 38.908573 ], [ -77.018543, 38.90857 ], [ -77.018925, 38.908571 ], [ -77.019901, 38.908573 ], [ -77.020832, 38.908572 ], [ -77.021784, 38.908572 ], [ -77.021914, 38.908571 ], [ -77.021916, 38.909645 ], [ -77.021916, 38.910138 ], [ -77.021919, 38.911123 ], [ -77.02192, 38.911494 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004802", "name": "Census Tract 48.02, District of Columbia, District of Columbia", "total_population_17": 3528, "white_alone_17": 1260.0, "black_alone_17": 1579.0, "native_alone_17": 0.0, "asian_alone_17": 313.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 272.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 30.491, "pct_black_alone_change": -31.48, "pct_native_alone_change": -0.315, "pct_asian_alone_change": -2.87, "pct_hispanic_or_latino_change": 1.611, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9062235", "INTPTLON": "-077.0189040" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.021917, 38.903179 ], [ -77.021914, 38.904168 ], [ -77.021914, 38.904692 ], [ -77.021916, 38.90505 ], [ -77.021914, 38.905643 ], [ -77.021916, 38.905871 ], [ -77.021916, 38.90661 ], [ -77.021917, 38.90697 ], [ -77.021919, 38.90724 ], [ -77.021915, 38.908448 ], [ -77.021914, 38.908571 ], [ -77.021784, 38.908572 ], [ -77.020832, 38.908572 ], [ -77.019901, 38.908573 ], [ -77.018925, 38.908571 ], [ -77.018543, 38.90857 ], [ -77.017047, 38.908573 ], [ -77.016635, 38.908567 ], [ -77.016173, 38.908571 ], [ -77.015908, 38.908574 ], [ -77.015441, 38.907235 ], [ -77.015175, 38.906458 ], [ -77.014901, 38.905652 ], [ -77.014865, 38.905548 ], [ -77.014814, 38.905417 ], [ -77.015238, 38.905196 ], [ -77.01571, 38.905038 ], [ -77.01581, 38.905004 ], [ -77.015889, 38.904978 ], [ -77.015993, 38.904942 ], [ -77.01618, 38.904879 ], [ -77.016281, 38.904923 ], [ -77.016712, 38.904776 ], [ -77.016932, 38.904666 ], [ -77.018065, 38.904284 ], [ -77.018221, 38.904164 ], [ -77.018601, 38.904031 ], [ -77.018928, 38.903916 ], [ -77.019238, 38.903808 ], [ -77.019906, 38.903577 ], [ -77.020752, 38.903283 ], [ -77.020888, 38.903235 ], [ -77.021504, 38.903031 ], [ -77.021708, 38.902965 ], [ -77.021919, 38.902939 ], [ -77.021917, 38.903179 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004901", "name": "Census Tract 49.01, District of Columbia, District of Columbia", "total_population_17": 2837, "white_alone_17": 1125.0, "black_alone_17": 1022.0, "native_alone_17": 0.0, "asian_alone_17": 186.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 422.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 27.981, "pct_black_alone_change": -43.012, "pct_native_alone_change": -0.795, "pct_asian_alone_change": 3.675, "pct_hispanic_or_latino_change": 9.659, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9113296", "INTPTLON": "-077.0244761" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.02704, 38.910665 ], [ -77.027039, 38.910714 ], [ -77.027039, 38.910889 ], [ -77.027038, 38.910947 ], [ -77.027038, 38.911121 ], [ -77.027038, 38.911256 ], [ -77.027038, 38.911752 ], [ -77.027035, 38.912607 ], [ -77.027035, 38.913978 ], [ -77.027035, 38.91409 ], [ -77.02599, 38.914083 ], [ -77.025657, 38.91408 ], [ -77.025584, 38.914087 ], [ -77.024364, 38.914092 ], [ -77.024306, 38.914082 ], [ -77.023968, 38.914086 ], [ -77.023448, 38.914086 ], [ -77.023081, 38.914089 ], [ -77.022945, 38.914089 ], [ -77.021916, 38.914088 ], [ -77.021914, 38.913521 ], [ -77.021917, 38.91303 ], [ -77.021918, 38.912609 ], [ -77.021918, 38.91239 ], [ -77.021919, 38.912313 ], [ -77.021919, 38.912255 ], [ -77.021915, 38.912106 ], [ -77.02192, 38.911494 ], [ -77.021919, 38.911123 ], [ -77.021916, 38.910138 ], [ -77.021916, 38.909645 ], [ -77.021914, 38.908571 ], [ -77.022943, 38.90857 ], [ -77.02397, 38.908574 ], [ -77.024598, 38.908573 ], [ -77.024978, 38.908573 ], [ -77.025138, 38.908573 ], [ -77.025384, 38.908573 ], [ -77.025988, 38.908572 ], [ -77.026504, 38.908573 ], [ -77.026891, 38.908577 ], [ -77.027036, 38.908576 ], [ -77.027036, 38.909645 ], [ -77.027039, 38.910469 ], [ -77.027039, 38.910548 ], [ -77.02704, 38.910611 ], [ -77.02704, 38.910665 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001004902", "name": "Census Tract 49.02, District of Columbia, District of Columbia", "total_population_17": 3147, "white_alone_17": 1243.0, "black_alone_17": 639.0, "native_alone_17": 30.0, "asian_alone_17": 336.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 784.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 28.737, "pct_black_alone_change": -39.013, "pct_native_alone_change": 0.603, "pct_asian_alone_change": 8.184, "pct_hispanic_or_latino_change": -1.771, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9058867", "INTPTLON": "-077.0243932" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.027047, 38.904166 ], [ -77.027045, 38.904591 ], [ -77.027039, 38.905013 ], [ -77.027038, 38.905262 ], [ -77.027037, 38.905647 ], [ -77.027036, 38.90577 ], [ -77.027036, 38.906119 ], [ -77.027038, 38.906499 ], [ -77.027036, 38.90724 ], [ -77.027036, 38.908576 ], [ -77.026891, 38.908577 ], [ -77.026504, 38.908573 ], [ -77.025988, 38.908572 ], [ -77.025384, 38.908573 ], [ -77.025138, 38.908573 ], [ -77.024978, 38.908573 ], [ -77.024598, 38.908573 ], [ -77.02397, 38.908574 ], [ -77.022943, 38.90857 ], [ -77.021914, 38.908571 ], [ -77.021915, 38.908448 ], [ -77.021919, 38.90724 ], [ -77.021917, 38.90697 ], [ -77.021916, 38.90661 ], [ -77.021916, 38.905871 ], [ -77.021914, 38.905643 ], [ -77.021916, 38.90505 ], [ -77.021914, 38.904692 ], [ -77.021914, 38.904168 ], [ -77.021917, 38.903179 ], [ -77.021919, 38.902939 ], [ -77.022117, 38.902938 ], [ -77.022566, 38.902946 ], [ -77.022865, 38.902944 ], [ -77.022945, 38.902943 ], [ -77.023456, 38.902947 ], [ -77.023938, 38.902931 ], [ -77.024107, 38.902929 ], [ -77.024246, 38.902973 ], [ -77.024321, 38.902997 ], [ -77.024512, 38.903062 ], [ -77.024846, 38.90318 ], [ -77.025266, 38.903326 ], [ -77.0257, 38.903473 ], [ -77.025984, 38.903579 ], [ -77.026286, 38.903688 ], [ -77.026593, 38.903791 ], [ -77.026843, 38.903874 ], [ -77.02705, 38.903949 ], [ -77.027047, 38.904166 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005001", "name": "Census Tract 50.01, District of Columbia, District of Columbia", "total_population_17": 2083, "white_alone_17": 1187.0, "black_alone_17": 282.0, "native_alone_17": 0.0, "asian_alone_17": 132.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 373.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 30.961, "pct_black_alone_change": -23.835, "pct_native_alone_change": -0.275, "pct_asian_alone_change": 0.333, "pct_hispanic_or_latino_change": -11.565, "pct_native_hawaiian_pacific_islander_change": -0.014, "INTPTLAT": "+38.9119217", "INTPTLON": "-077.0295174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.031954, 38.910387 ], [ -77.031952, 38.910884 ], [ -77.031952, 38.910959 ], [ -77.031952, 38.911129 ], [ -77.031949, 38.911868 ], [ -77.031953, 38.912606 ], [ -77.031952, 38.913349 ], [ -77.031954, 38.913703 ], [ -77.031951, 38.914094 ], [ -77.031782, 38.914091 ], [ -77.031671, 38.914092 ], [ -77.030923, 38.914092 ], [ -77.030263, 38.914089 ], [ -77.02975, 38.91409 ], [ -77.02962, 38.914088 ], [ -77.02808, 38.914093 ], [ -77.027035, 38.91409 ], [ -77.027035, 38.913978 ], [ -77.027035, 38.912607 ], [ -77.027038, 38.911752 ], [ -77.027038, 38.911256 ], [ -77.027038, 38.911121 ], [ -77.027038, 38.910947 ], [ -77.027039, 38.910889 ], [ -77.027039, 38.910714 ], [ -77.02704, 38.910665 ], [ -77.02704, 38.910611 ], [ -77.027039, 38.910548 ], [ -77.027039, 38.910469 ], [ -77.027036, 38.909645 ], [ -77.027343, 38.909647 ], [ -77.027401, 38.909646 ], [ -77.028083, 38.909645 ], [ -77.028078, 38.909946 ], [ -77.028078, 38.90998 ], [ -77.028081, 38.910101 ], [ -77.028083, 38.910179 ], [ -77.028082, 38.910253 ], [ -77.028969, 38.909874 ], [ -77.029003, 38.909924 ], [ -77.029044, 38.90997 ], [ -77.029066, 38.909992 ], [ -77.029114, 38.910033 ], [ -77.029138, 38.910051 ], [ -77.029195, 38.910087 ], [ -77.029228, 38.910104 ], [ -77.029263, 38.91012 ], [ -77.029288, 38.910131 ], [ -77.02937, 38.910158 ], [ -77.029435, 38.910173 ], [ -77.029502, 38.910184 ], [ -77.02957, 38.91019 ], [ -77.029628, 38.910192 ], [ -77.030048, 38.909814 ], [ -77.030023, 38.909512 ], [ -77.029548, 38.909198 ], [ -77.029628, 38.909099 ], [ -77.029705, 38.9091 ], [ -77.029801, 38.909109 ], [ -77.029849, 38.909116 ], [ -77.029943, 38.909137 ], [ -77.029996, 38.909166 ], [ -77.030016, 38.909178 ], [ -77.030066, 38.909212 ], [ -77.030161, 38.909282 ], [ -77.030193, 38.90931 ], [ -77.030215, 38.909333 ], [ -77.030234, 38.909357 ], [ -77.030246, 38.909374 ], [ -77.030256, 38.909391 ], [ -77.030273, 38.909424 ], [ -77.030286, 38.909454 ], [ -77.030296, 38.909483 ], [ -77.030313, 38.909543 ], [ -77.030318, 38.909573 ], [ -77.030322, 38.909604 ], [ -77.030324, 38.909669 ], [ -77.030559, 38.909643 ], [ -77.030818, 38.909644 ], [ -77.030901, 38.909645 ], [ -77.031083, 38.909647 ], [ -77.031373, 38.909647 ], [ -77.031773, 38.909645 ], [ -77.031952, 38.909648 ], [ -77.031954, 38.910387 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005002", "name": "Census Tract 50.02, District of Columbia, District of Columbia", "total_population_17": 5986, "white_alone_17": 2591.0, "black_alone_17": 1157.0, "native_alone_17": 22.0, "asian_alone_17": 426.0, "native_hawaiian_pacific_islander_17": 27.0, "hispanic_or_latino_17": 1487.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 17.26, "pct_black_alone_change": -18.045, "pct_native_alone_change": 0.093, "pct_asian_alone_change": 1.113, "pct_hispanic_or_latino_change": -4.631, "pct_native_hawaiian_pacific_islander_change": 0.437, "INTPTLAT": "+38.9072785", "INTPTLON": "-077.0293181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.031951, 38.907239 ], [ -77.03195, 38.907645 ], [ -77.03195, 38.907727 ], [ -77.03195, 38.908713 ], [ -77.031949, 38.908838 ], [ -77.031952, 38.909059 ], [ -77.031951, 38.909563 ], [ -77.031952, 38.909648 ], [ -77.031773, 38.909645 ], [ -77.031373, 38.909647 ], [ -77.031083, 38.909647 ], [ -77.030901, 38.909645 ], [ -77.030818, 38.909644 ], [ -77.030559, 38.909643 ], [ -77.030324, 38.909669 ], [ -77.030322, 38.909604 ], [ -77.030318, 38.909573 ], [ -77.030313, 38.909543 ], [ -77.030296, 38.909483 ], [ -77.030286, 38.909454 ], [ -77.030273, 38.909424 ], [ -77.030256, 38.909391 ], [ -77.030246, 38.909374 ], [ -77.030234, 38.909357 ], [ -77.030215, 38.909333 ], [ -77.030193, 38.90931 ], [ -77.030161, 38.909282 ], [ -77.030066, 38.909212 ], [ -77.030016, 38.909178 ], [ -77.029996, 38.909166 ], [ -77.029943, 38.909137 ], [ -77.029849, 38.909116 ], [ -77.029801, 38.909109 ], [ -77.029705, 38.9091 ], [ -77.029628, 38.909099 ], [ -77.029548, 38.909198 ], [ -77.030023, 38.909512 ], [ -77.030048, 38.909814 ], [ -77.029628, 38.910192 ], [ -77.02957, 38.91019 ], [ -77.029502, 38.910184 ], [ -77.029435, 38.910173 ], [ -77.02937, 38.910158 ], [ -77.029288, 38.910131 ], [ -77.029263, 38.91012 ], [ -77.029228, 38.910104 ], [ -77.029195, 38.910087 ], [ -77.029138, 38.910051 ], [ -77.029114, 38.910033 ], [ -77.029066, 38.909992 ], [ -77.029044, 38.90997 ], [ -77.029003, 38.909924 ], [ -77.028969, 38.909874 ], [ -77.028082, 38.910253 ], [ -77.028083, 38.910179 ], [ -77.028081, 38.910101 ], [ -77.028078, 38.90998 ], [ -77.028078, 38.909946 ], [ -77.028083, 38.909645 ], [ -77.027401, 38.909646 ], [ -77.027343, 38.909647 ], [ -77.027036, 38.909645 ], [ -77.027036, 38.908576 ], [ -77.027036, 38.90724 ], [ -77.027038, 38.906499 ], [ -77.027036, 38.906119 ], [ -77.027036, 38.90577 ], [ -77.027037, 38.905647 ], [ -77.027038, 38.905262 ], [ -77.027039, 38.905013 ], [ -77.027045, 38.904591 ], [ -77.027047, 38.904166 ], [ -77.02705, 38.903949 ], [ -77.027526, 38.904114 ], [ -77.028082, 38.904304 ], [ -77.028344, 38.904394 ], [ -77.028877, 38.904582 ], [ -77.029623, 38.904835 ], [ -77.030031, 38.904982 ], [ -77.030561, 38.905166 ], [ -77.030813, 38.905254 ], [ -77.031535, 38.905507 ], [ -77.031504, 38.905606 ], [ -77.031493, 38.905649 ], [ -77.031498, 38.905712 ], [ -77.031504, 38.905743 ], [ -77.031512, 38.90577 ], [ -77.031526, 38.905801 ], [ -77.031564, 38.905857 ], [ -77.031593, 38.905893 ], [ -77.031614, 38.905911 ], [ -77.03164, 38.905929 ], [ -77.031672, 38.905947 ], [ -77.031713, 38.905961 ], [ -77.031764, 38.905976 ], [ -77.031799, 38.905983 ], [ -77.031832, 38.905987 ], [ -77.031867, 38.905989 ], [ -77.031953, 38.90599 ], [ -77.031951, 38.907239 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005201", "name": "Census Tract 52.01, District of Columbia, District of Columbia", "total_population_17": 6263, "white_alone_17": 4297.0, "black_alone_17": 376.0, "native_alone_17": 83.0, "asian_alone_17": 517.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 798.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 15.176, "pct_black_alone_change": -17.971, "pct_native_alone_change": 0.755, "pct_asian_alone_change": -0.014, "pct_hispanic_or_latino_change": -0.157, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+38.9102026", "INTPTLON": "-077.0341232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036527, 38.908325 ], [ -77.036527, 38.908696 ], [ -77.036526, 38.909082 ], [ -77.036523, 38.909559 ], [ -77.036524, 38.909642 ], [ -77.036524, 38.909729 ], [ -77.036525, 38.909796 ], [ -77.036521, 38.910384 ], [ -77.03652, 38.910457 ], [ -77.036518, 38.911124 ], [ -77.036517, 38.911209 ], [ -77.036515, 38.911869 ], [ -77.036513, 38.91223 ], [ -77.036515, 38.912609 ], [ -77.036514, 38.912692 ], [ -77.036513, 38.912959 ], [ -77.036513, 38.913346 ], [ -77.036514, 38.913426 ], [ -77.036514, 38.913564 ], [ -77.036509, 38.91401 ], [ -77.036509, 38.914093 ], [ -77.036164, 38.914091 ], [ -77.035334, 38.914093 ], [ -77.034694, 38.914091 ], [ -77.034545, 38.914092 ], [ -77.03441, 38.914093 ], [ -77.033254, 38.914093 ], [ -77.032327, 38.914092 ], [ -77.031951, 38.914094 ], [ -77.031954, 38.913703 ], [ -77.031952, 38.913349 ], [ -77.031953, 38.912606 ], [ -77.031949, 38.911868 ], [ -77.031952, 38.911129 ], [ -77.031952, 38.910959 ], [ -77.031952, 38.910884 ], [ -77.031954, 38.910387 ], [ -77.031952, 38.909648 ], [ -77.031951, 38.909563 ], [ -77.031952, 38.909059 ], [ -77.031949, 38.908838 ], [ -77.03195, 38.908713 ], [ -77.03195, 38.907727 ], [ -77.03195, 38.907645 ], [ -77.031951, 38.907239 ], [ -77.031953, 38.90599 ], [ -77.031867, 38.905989 ], [ -77.031832, 38.905987 ], [ -77.031799, 38.905983 ], [ -77.031764, 38.905976 ], [ -77.031713, 38.905961 ], [ -77.031672, 38.905947 ], [ -77.03164, 38.905929 ], [ -77.031614, 38.905911 ], [ -77.031593, 38.905893 ], [ -77.031564, 38.905857 ], [ -77.031526, 38.905801 ], [ -77.031512, 38.90577 ], [ -77.031504, 38.905743 ], [ -77.031498, 38.905712 ], [ -77.031493, 38.905649 ], [ -77.031504, 38.905606 ], [ -77.031535, 38.905507 ], [ -77.031585, 38.905415 ], [ -77.031606, 38.90539 ], [ -77.031625, 38.905372 ], [ -77.031659, 38.905352 ], [ -77.031693, 38.905336 ], [ -77.031717, 38.905327 ], [ -77.03179, 38.905308 ], [ -77.031844, 38.905299 ], [ -77.03187, 38.905296 ], [ -77.031895, 38.905295 ], [ -77.031922, 38.905292 ], [ -77.031949, 38.905292 ], [ -77.031997, 38.905292 ], [ -77.032031, 38.905293 ], [ -77.032059, 38.905295 ], [ -77.032125, 38.905305 ], [ -77.032154, 38.905313 ], [ -77.032191, 38.905327 ], [ -77.032228, 38.905344 ], [ -77.032259, 38.905362 ], [ -77.032286, 38.90538 ], [ -77.032321, 38.905414 ], [ -77.032352, 38.905451 ], [ -77.03238, 38.90549 ], [ -77.032392, 38.905509 ], [ -77.032406, 38.90554 ], [ -77.032415, 38.905578 ], [ -77.032416, 38.9056 ], [ -77.032413, 38.905646 ], [ -77.032399, 38.905717 ], [ -77.032394, 38.905736 ], [ -77.03237, 38.905794 ], [ -77.034568, 38.906558 ], [ -77.0348, 38.906641 ], [ -77.035049, 38.906725 ], [ -77.03543, 38.906858 ], [ -77.036185, 38.907132 ], [ -77.036163, 38.907158 ], [ -77.036147, 38.907183 ], [ -77.036137, 38.907224 ], [ -77.036135, 38.907242 ], [ -77.036141, 38.907268 ], [ -77.03615, 38.907292 ], [ -77.03616, 38.907311 ], [ -77.03618, 38.907345 ], [ -77.036228, 38.907391 ], [ -77.036252, 38.907409 ], [ -77.036277, 38.907423 ], [ -77.036303, 38.907434 ], [ -77.036345, 38.907448 ], [ -77.036388, 38.907454 ], [ -77.036529, 38.907459 ], [ -77.036527, 38.908325 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005301", "name": "Census Tract 53.01, District of Columbia, District of Columbia", "total_population_17": 4915, "white_alone_17": 3534.0, "black_alone_17": 181.0, "native_alone_17": 16.0, "asian_alone_17": 582.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 473.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": -1.359, "pct_black_alone_change": -3.79, "pct_native_alone_change": -0.229, "pct_asian_alone_change": 4.19, "pct_hispanic_or_latino_change": -0.386, "pct_native_hawaiian_pacific_islander_change": -0.04, "INTPTLAT": "+38.9107789", "INTPTLON": "-077.0389515" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.042977, 38.910142 ], [ -77.042605, 38.910538 ], [ -77.04223, 38.910935 ], [ -77.042051, 38.911128 ], [ -77.04167, 38.911534 ], [ -77.041354, 38.91187 ], [ -77.041231, 38.912002 ], [ -77.04066, 38.912608 ], [ -77.040323, 38.912966 ], [ -77.039957, 38.913359 ], [ -77.039609, 38.913729 ], [ -77.039461, 38.913894 ], [ -77.039355, 38.914006 ], [ -77.039275, 38.914092 ], [ -77.039204, 38.914091 ], [ -77.038852, 38.91409 ], [ -77.03861, 38.914092 ], [ -77.03848, 38.914091 ], [ -77.038073, 38.914093 ], [ -77.037169, 38.914093 ], [ -77.036649, 38.914092 ], [ -77.036509, 38.914093 ], [ -77.036509, 38.91401 ], [ -77.036514, 38.913564 ], [ -77.036514, 38.913426 ], [ -77.036513, 38.913346 ], [ -77.036513, 38.912959 ], [ -77.036514, 38.912692 ], [ -77.036515, 38.912609 ], [ -77.036513, 38.91223 ], [ -77.036515, 38.911869 ], [ -77.036517, 38.911209 ], [ -77.036518, 38.911124 ], [ -77.03652, 38.910457 ], [ -77.036521, 38.910384 ], [ -77.036525, 38.909796 ], [ -77.036524, 38.909729 ], [ -77.036524, 38.909642 ], [ -77.036523, 38.909559 ], [ -77.036526, 38.909082 ], [ -77.036527, 38.908696 ], [ -77.036527, 38.908325 ], [ -77.036529, 38.907459 ], [ -77.036388, 38.907454 ], [ -77.036345, 38.907448 ], [ -77.036303, 38.907434 ], [ -77.036277, 38.907423 ], [ -77.036252, 38.907409 ], [ -77.036228, 38.907391 ], [ -77.03618, 38.907345 ], [ -77.03616, 38.907311 ], [ -77.03615, 38.907292 ], [ -77.036141, 38.907268 ], [ -77.036135, 38.907242 ], [ -77.036137, 38.907224 ], [ -77.036147, 38.907183 ], [ -77.036163, 38.907158 ], [ -77.036185, 38.907132 ], [ -77.036247, 38.907091 ], [ -77.036279, 38.907074 ], [ -77.036345, 38.907047 ], [ -77.036368, 38.907039 ], [ -77.03639, 38.907033 ], [ -77.03643, 38.907025 ], [ -77.036474, 38.907021 ], [ -77.03653, 38.907021 ], [ -77.03661, 38.907021 ], [ -77.036643, 38.907022 ], [ -77.03669, 38.907028 ], [ -77.036712, 38.907034 ], [ -77.036774, 38.907058 ], [ -77.036795, 38.907068 ], [ -77.036817, 38.907081 ], [ -77.036833, 38.907094 ], [ -77.036875, 38.907137 ], [ -77.036924, 38.907242 ], [ -77.036868, 38.907353 ], [ -77.037656, 38.907632 ], [ -77.037788, 38.907676 ], [ -77.038154, 38.907804 ], [ -77.038495, 38.907925 ], [ -77.039074, 38.908123 ], [ -77.0392, 38.908165 ], [ -77.039484, 38.908265 ], [ -77.039935, 38.908425 ], [ -77.040221, 38.908524 ], [ -77.041676, 38.90903 ], [ -77.042716, 38.90939 ], [ -77.042689, 38.909444 ], [ -77.042668, 38.909502 ], [ -77.04266, 38.909533 ], [ -77.042654, 38.909563 ], [ -77.04265, 38.909595 ], [ -77.042649, 38.909643 ], [ -77.042651, 38.909688 ], [ -77.042655, 38.909719 ], [ -77.042669, 38.909777 ], [ -77.04268, 38.909811 ], [ -77.042693, 38.909844 ], [ -77.042709, 38.909876 ], [ -77.042727, 38.909908 ], [ -77.042747, 38.909939 ], [ -77.042769, 38.909969 ], [ -77.042794, 38.909998 ], [ -77.04282, 38.910026 ], [ -77.042849, 38.910053 ], [ -77.042879, 38.910079 ], [ -77.042907, 38.910099 ], [ -77.042936, 38.910118 ], [ -77.042977, 38.910142 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005500", "name": "Census Tract 55, District of Columbia, District of Columbia", "total_population_17": 6864, "white_alone_17": 4907.0, "black_alone_17": 405.0, "native_alone_17": 60.0, "asian_alone_17": 704.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 576.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -3.703, "pct_black_alone_change": -2.469, "pct_native_alone_change": 0.342, "pct_asian_alone_change": 1.227, "pct_hispanic_or_latino_change": 2.621, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9077913", "INTPTLON": "-077.0493321" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.055996, 38.904565 ], [ -77.055924, 38.904653 ], [ -77.055859, 38.904735 ], [ -77.055833, 38.904764 ], [ -77.055816, 38.904786 ], [ -77.055797, 38.904807 ], [ -77.055779, 38.904829 ], [ -77.055737, 38.904875 ], [ -77.055719, 38.904898 ], [ -77.05567, 38.90497 ], [ -77.055658, 38.904994 ], [ -77.055639, 38.905021 ], [ -77.05561, 38.905072 ], [ -77.055576, 38.905123 ], [ -77.055545, 38.905174 ], [ -77.055491, 38.905254 ], [ -77.055435, 38.905337 ], [ -77.055412, 38.905376 ], [ -77.055348, 38.90549 ], [ -77.055334, 38.905513 ], [ -77.055322, 38.905536 ], [ -77.055309, 38.905557 ], [ -77.055268, 38.90563 ], [ -77.05526, 38.905652 ], [ -77.055239, 38.905689 ], [ -77.055196, 38.905768 ], [ -77.05518, 38.905794 ], [ -77.055165, 38.905815 ], [ -77.055147, 38.905843 ], [ -77.055129, 38.905881 ], [ -77.055103, 38.905942 ], [ -77.055087, 38.90597 ], [ -77.055075, 38.905993 ], [ -77.055068, 38.906018 ], [ -77.055051, 38.906056 ], [ -77.055023, 38.90611 ], [ -77.055005, 38.906142 ], [ -77.054998, 38.90616 ], [ -77.054991, 38.906182 ], [ -77.054979, 38.906201 ], [ -77.054972, 38.90622 ], [ -77.054961, 38.906243 ], [ -77.054937, 38.906285 ], [ -77.054923, 38.906305 ], [ -77.054903, 38.906348 ], [ -77.054896, 38.90637 ], [ -77.054884, 38.906394 ], [ -77.054869, 38.90642 ], [ -77.054846, 38.906468 ], [ -77.054785, 38.906575 ], [ -77.054764, 38.906624 ], [ -77.054755, 38.906643 ], [ -77.054747, 38.906689 ], [ -77.054726, 38.906751 ], [ -77.054698, 38.906815 ], [ -77.054682, 38.906858 ], [ -77.054676, 38.906878 ], [ -77.054671, 38.906899 ], [ -77.054653, 38.906937 ], [ -77.054646, 38.90696 ], [ -77.054638, 38.906981 ], [ -77.054619, 38.907021 ], [ -77.054593, 38.907063 ], [ -77.054573, 38.907102 ], [ -77.054555, 38.907142 ], [ -77.054511, 38.907249 ], [ -77.0545, 38.907266 ], [ -77.054477, 38.907307 ], [ -77.054463, 38.907329 ], [ -77.054452, 38.907349 ], [ -77.054431, 38.907396 ], [ -77.054423, 38.907431 ], [ -77.054411, 38.907455 ], [ -77.054393, 38.907487 ], [ -77.054364, 38.907525 ], [ -77.054354, 38.90755 ], [ -77.054339, 38.907576 ], [ -77.054287, 38.907645 ], [ -77.05427, 38.907662 ], [ -77.054236, 38.907702 ], [ -77.054217, 38.907723 ], [ -77.054173, 38.90776 ], [ -77.054101, 38.907817 ], [ -77.054027, 38.907869 ], [ -77.054005, 38.907888 ], [ -77.053967, 38.907936 ], [ -77.053944, 38.907953 ], [ -77.053927, 38.907972 ], [ -77.053896, 38.908011 ], [ -77.053869, 38.908042 ], [ -77.053844, 38.908077 ], [ -77.053788, 38.908162 ], [ -77.053772, 38.908192 ], [ -77.053759, 38.90822 ], [ -77.053709, 38.908308 ], [ -77.053692, 38.908332 ], [ -77.053676, 38.908363 ], [ -77.05366, 38.90839 ], [ -77.05363, 38.908445 ], [ -77.053617, 38.908465 ], [ -77.053601, 38.908496 ], [ -77.053544, 38.908522 ], [ -77.053509, 38.90854 ], [ -77.053486, 38.908557 ], [ -77.053464, 38.908575 ], [ -77.053362, 38.908643 ], [ -77.053328, 38.908662 ], [ -77.053247, 38.9087 ], [ -77.053223, 38.908714 ], [ -77.05314, 38.908751 ], [ -77.053103, 38.908763 ], [ -77.053006, 38.908803 ], [ -77.052959, 38.908825 ], [ -77.052927, 38.908836 ], [ -77.052883, 38.908846 ], [ -77.052799, 38.908859 ], [ -77.052768, 38.908862 ], [ -77.052687, 38.908867 ], [ -77.0526, 38.90887 ], [ -77.052464, 38.90887 ], [ -77.052351, 38.908864 ], [ -77.052328, 38.908862 ], [ -77.052083, 38.908855 ], [ -77.051902, 38.908842 ], [ -77.051878, 38.908839 ], [ -77.051792, 38.908831 ], [ -77.051685, 38.908824 ], [ -77.051616, 38.908814 ], [ -77.051572, 38.908809 ], [ -77.05152, 38.90881 ], [ -77.051423, 38.908815 ], [ -77.051297, 38.908829 ], [ -77.051189, 38.908851 ], [ -77.051127, 38.908862 ], [ -77.050956, 38.908899 ], [ -77.050903, 38.908913 ], [ -77.05085, 38.908929 ], [ -77.050745, 38.908965 ], [ -77.050679, 38.908993 ], [ -77.050616, 38.909023 ], [ -77.050575, 38.909049 ], [ -77.050553, 38.909062 ], [ -77.050482, 38.9091 ], [ -77.050389, 38.909164 ], [ -77.050362, 38.909187 ], [ -77.050327, 38.909211 ], [ -77.050305, 38.909229 ], [ -77.050243, 38.909302 ], [ -77.050228, 38.909326 ], [ -77.050206, 38.909371 ], [ -77.050194, 38.9094 ], [ -77.05018, 38.909431 ], [ -77.050161, 38.909486 ], [ -77.050158, 38.909511 ], [ -77.050142, 38.909559 ], [ -77.050146, 38.909635 ], [ -77.050085, 38.909635 ], [ -77.049973, 38.909635 ], [ -77.049533, 38.909635 ], [ -77.049341, 38.909635 ], [ -77.048903, 38.909635 ], [ -77.048797, 38.909634 ], [ -77.048796, 38.909731 ], [ -77.048796, 38.910124 ], [ -77.048797, 38.910213 ], [ -77.048797, 38.910323 ], [ -77.048794, 38.910414 ], [ -77.048789, 38.910509 ], [ -77.048781, 38.910623 ], [ -77.048772, 38.910703 ], [ -77.048748, 38.910931 ], [ -77.048747, 38.911106 ], [ -77.048745, 38.91113 ], [ -77.048738, 38.91127 ], [ -77.048733, 38.911414 ], [ -77.04879, 38.911501 ], [ -77.04867, 38.911598 ], [ -77.048614, 38.911644 ], [ -77.048483, 38.911749 ], [ -77.048447, 38.911772 ], [ -77.048194, 38.911967 ], [ -77.048137, 38.912013 ], [ -77.048109, 38.912037 ], [ -77.048028, 38.912111 ], [ -77.047977, 38.912161 ], [ -77.04788, 38.912265 ], [ -77.047754, 38.912401 ], [ -77.047705, 38.912449 ], [ -77.047592, 38.912565 ], [ -77.047553, 38.912608 ], [ -77.047526, 38.912637 ], [ -77.047474, 38.912696 ], [ -77.047448, 38.912739 ], [ -77.047259, 38.91307 ], [ -77.047124, 38.913314 ], [ -77.047012, 38.913513 ], [ -77.046982, 38.913572 ], [ -77.04695, 38.91363 ], [ -77.046921, 38.913685 ], [ -77.046913, 38.913702 ], [ -77.046892, 38.913735 ], [ -77.046867, 38.913767 ], [ -77.046853, 38.913782 ], [ -77.046823, 38.91381 ], [ -77.046789, 38.913836 ], [ -77.046652, 38.913956 ], [ -77.046632, 38.913976 ], [ -77.046574, 38.91403 ], [ -77.04639, 38.914205 ], [ -77.046367, 38.914223 ], [ -77.046237, 38.91433 ], [ -77.046166, 38.914379 ], [ -77.046088, 38.914434 ], [ -77.045924, 38.914085 ], [ -77.045464, 38.91313 ], [ -77.045207, 38.912683 ], [ -77.045157, 38.912606 ], [ -77.044877, 38.912116 ], [ -77.044735, 38.911869 ], [ -77.044306, 38.911131 ], [ -77.043808, 38.910275 ], [ -77.043768, 38.910204 ], [ -77.043707, 38.910224 ], [ -77.043656, 38.910236 ], [ -77.043604, 38.910246 ], [ -77.043553, 38.910253 ], [ -77.043502, 38.910258 ], [ -77.043437, 38.91026 ], [ -77.043398, 38.910259 ], [ -77.043347, 38.910256 ], [ -77.043289, 38.910249 ], [ -77.043232, 38.91024 ], [ -77.043186, 38.910228 ], [ -77.043141, 38.910214 ], [ -77.043097, 38.910198 ], [ -77.043063, 38.910184 ], [ -77.04303, 38.910169 ], [ -77.042977, 38.910142 ], [ -77.042936, 38.910118 ], [ -77.042907, 38.910099 ], [ -77.042879, 38.910079 ], [ -77.042849, 38.910053 ], [ -77.04282, 38.910026 ], [ -77.042794, 38.909998 ], [ -77.042769, 38.909969 ], [ -77.042747, 38.909939 ], [ -77.042727, 38.909908 ], [ -77.042709, 38.909876 ], [ -77.042693, 38.909844 ], [ -77.04268, 38.909811 ], [ -77.042669, 38.909777 ], [ -77.042655, 38.909719 ], [ -77.042651, 38.909688 ], [ -77.042649, 38.909643 ], [ -77.04265, 38.909595 ], [ -77.042654, 38.909563 ], [ -77.04266, 38.909533 ], [ -77.042668, 38.909502 ], [ -77.042689, 38.909444 ], [ -77.042716, 38.90939 ], [ -77.04274, 38.909349 ], [ -77.042756, 38.909326 ], [ -77.042788, 38.909286 ], [ -77.042819, 38.909252 ], [ -77.042835, 38.909236 ], [ -77.04287, 38.909205 ], [ -77.042912, 38.909177 ], [ -77.042936, 38.909163 ], [ -77.04296, 38.909151 ], [ -77.043024, 38.90912 ], [ -77.043117, 38.909083 ], [ -77.043195, 38.909058 ], [ -77.043231, 38.909048 ], [ -77.043287, 38.909038 ], [ -77.043345, 38.909031 ], [ -77.043403, 38.909027 ], [ -77.043444, 38.909026 ], [ -77.043486, 38.909027 ], [ -77.043527, 38.909029 ], [ -77.043589, 38.909035 ], [ -77.043657, 38.909048 ], [ -77.04369, 38.909056 ], [ -77.043755, 38.909076 ], [ -77.043818, 38.9091 ], [ -77.04387, 38.909124 ], [ -77.04391, 38.909145 ], [ -77.044149, 38.90889 ], [ -77.044203, 38.908831 ], [ -77.044449, 38.908569 ], [ -77.044677, 38.908327 ], [ -77.044922, 38.908062 ], [ -77.044993, 38.907986 ], [ -77.045351, 38.907596 ], [ -77.045606, 38.907326 ], [ -77.045684, 38.907242 ], [ -77.045768, 38.907153 ], [ -77.046187, 38.90672 ], [ -77.046643, 38.906232 ], [ -77.046998, 38.905853 ], [ -77.047219, 38.905619 ], [ -77.047429, 38.905367 ], [ -77.047479, 38.905309 ], [ -77.04763, 38.90519 ], [ -77.047928, 38.904857 ], [ -77.048187, 38.904575 ], [ -77.048421, 38.904338 ], [ -77.048609, 38.904142 ], [ -77.04869, 38.904051 ], [ -77.048883, 38.903757 ], [ -77.049002, 38.903695 ], [ -77.049042, 38.903675 ], [ -77.04914, 38.903573 ], [ -77.049307, 38.903404 ], [ -77.049727, 38.902969 ], [ -77.049657, 38.902927 ], [ -77.049603, 38.902884 ], [ -77.049552, 38.902834 ], [ -77.04951, 38.902781 ], [ -77.049479, 38.902729 ], [ -77.04946, 38.902689 ], [ -77.04945, 38.902632 ], [ -77.049448, 38.902561 ], [ -77.04945, 38.902526 ], [ -77.04946, 38.902458 ], [ -77.049471, 38.902423 ], [ -77.049506, 38.902339 ], [ -77.04952, 38.902308 ], [ -77.049566, 38.902175 ], [ -77.049679, 38.902109 ], [ -77.049743, 38.902073 ], [ -77.049813, 38.902042 ], [ -77.049886, 38.902018 ], [ -77.049963, 38.902 ], [ -77.050041, 38.90199 ], [ -77.05012, 38.901987 ], [ -77.0502, 38.901991 ], [ -77.050279, 38.902002 ], [ -77.050355, 38.90202 ], [ -77.050418, 38.902041 ], [ -77.050497, 38.902076 ], [ -77.050532, 38.902096 ], [ -77.050561, 38.902113 ], [ -77.050619, 38.902156 ], [ -77.05067, 38.902204 ], [ -77.050714, 38.902256 ], [ -77.050743, 38.902301 ], [ -77.05076, 38.90233 ], [ -77.050785, 38.902463 ], [ -77.05078, 38.902526 ], [ -77.050771, 38.902584 ], [ -77.050768, 38.902603 ], [ -77.050747, 38.902683 ], [ -77.050723, 38.902735 ], [ -77.051018, 38.902693 ], [ -77.051153, 38.902812 ], [ -77.051201, 38.902846 ], [ -77.051275, 38.902895 ], [ -77.051416, 38.902977 ], [ -77.053303, 38.903636 ], [ -77.053781, 38.9038 ], [ -77.054108, 38.903909 ], [ -77.054754, 38.904127 ], [ -77.054794, 38.904144 ], [ -77.055277, 38.904315 ], [ -77.055521, 38.904407 ], [ -77.055788, 38.904491 ], [ -77.055916, 38.904536 ], [ -77.055953, 38.904549 ], [ -77.055996, 38.904565 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005600", "name": "Census Tract 56, District of Columbia, District of Columbia", "total_population_17": 6442, "white_alone_17": 4021.0, "black_alone_17": 369.0, "native_alone_17": 17.0, "asian_alone_17": 733.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 954.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -12.489, "pct_black_alone_change": -0.377, "pct_native_alone_change": -0.123, "pct_asian_alone_change": -0.041, "pct_hispanic_or_latino_change": 8.704, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9002000", "INTPTLON": "-077.0538118" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.058594, 38.901331 ], [ -77.058588, 38.901358 ], [ -77.05858, 38.901388 ], [ -77.058576, 38.901416 ], [ -77.05857, 38.901442 ], [ -77.058561, 38.901472 ], [ -77.058549, 38.901499 ], [ -77.058516, 38.901548 ], [ -77.058504, 38.901574 ], [ -77.058475, 38.901623 ], [ -77.058419, 38.901726 ], [ -77.058403, 38.901751 ], [ -77.058377, 38.901788 ], [ -77.058364, 38.901811 ], [ -77.058347, 38.901832 ], [ -77.0583, 38.9019 ], [ -77.058271, 38.901949 ], [ -77.058254, 38.901976 ], [ -77.058208, 38.902029 ], [ -77.058141, 38.902126 ], [ -77.058077, 38.902189 ], [ -77.058023, 38.902223 ], [ -77.057995, 38.902284 ], [ -77.057985, 38.902317 ], [ -77.057966, 38.902372 ], [ -77.057933, 38.90241 ], [ -77.057872, 38.902477 ], [ -77.057827, 38.902506 ], [ -77.057787, 38.902545 ], [ -77.057714, 38.902647 ], [ -77.057685, 38.902686 ], [ -77.057669, 38.902715 ], [ -77.057634, 38.902757 ], [ -77.057602, 38.902801 ], [ -77.057569, 38.902852 ], [ -77.05754, 38.902888 ], [ -77.057385, 38.902958 ], [ -77.057307, 38.902994 ], [ -77.057079, 38.903101 ], [ -77.056956, 38.903163 ], [ -77.056871, 38.903201 ], [ -77.056793, 38.903241 ], [ -77.056725, 38.903265 ], [ -77.056637, 38.903295 ], [ -77.056595, 38.90363 ], [ -77.056583, 38.903769 ], [ -77.056449, 38.903883 ], [ -77.056429, 38.903899 ], [ -77.056386, 38.903936 ], [ -77.056345, 38.903974 ], [ -77.056327, 38.903995 ], [ -77.05631, 38.904013 ], [ -77.056291, 38.904031 ], [ -77.056255, 38.904073 ], [ -77.056202, 38.904131 ], [ -77.056182, 38.904151 ], [ -77.056163, 38.904172 ], [ -77.056144, 38.904195 ], [ -77.056129, 38.904217 ], [ -77.056069, 38.904314 ], [ -77.056055, 38.904342 ], [ -77.056038, 38.904367 ], [ -77.056022, 38.904394 ], [ -77.055983, 38.904453 ], [ -77.055916, 38.904536 ], [ -77.055788, 38.904491 ], [ -77.055521, 38.904407 ], [ -77.055277, 38.904315 ], [ -77.054794, 38.904144 ], [ -77.054754, 38.904127 ], [ -77.054108, 38.903909 ], [ -77.053781, 38.9038 ], [ -77.053303, 38.903636 ], [ -77.051416, 38.902977 ], [ -77.051275, 38.902895 ], [ -77.051201, 38.902846 ], [ -77.051153, 38.902812 ], [ -77.051018, 38.902693 ], [ -77.050723, 38.902735 ], [ -77.050747, 38.902683 ], [ -77.050768, 38.902603 ], [ -77.050771, 38.902584 ], [ -77.05078, 38.902526 ], [ -77.050785, 38.902463 ], [ -77.05076, 38.90233 ], [ -77.050743, 38.902301 ], [ -77.050714, 38.902256 ], [ -77.05067, 38.902204 ], [ -77.050619, 38.902156 ], [ -77.050561, 38.902113 ], [ -77.050532, 38.902096 ], [ -77.050497, 38.902076 ], [ -77.050418, 38.902041 ], [ -77.050355, 38.90202 ], [ -77.050279, 38.902002 ], [ -77.0502, 38.901991 ], [ -77.05012, 38.901987 ], [ -77.050125, 38.901233 ], [ -77.050131, 38.900842 ], [ -77.050129, 38.900817 ], [ -77.050129, 38.900792 ], [ -77.050128, 38.900774 ], [ -77.050128, 38.900699 ], [ -77.050129, 38.900659 ], [ -77.050131, 38.900631 ], [ -77.050133, 38.900511 ], [ -77.050133, 38.900413 ], [ -77.050136, 38.900332 ], [ -77.050135, 38.900294 ], [ -77.050135, 38.900253 ], [ -77.050133, 38.900163 ], [ -77.050129, 38.900088 ], [ -77.050127, 38.9 ], [ -77.050131, 38.899849 ], [ -77.05013, 38.899795 ], [ -77.050131, 38.899744 ], [ -77.050129, 38.899648 ], [ -77.050131, 38.899599 ], [ -77.050131, 38.899574 ], [ -77.050132, 38.899554 ], [ -77.050133, 38.899491 ], [ -77.050133, 38.899414 ], [ -77.050132, 38.899366 ], [ -77.050132, 38.899279 ], [ -77.050137, 38.899157 ], [ -77.050142, 38.898935 ], [ -77.05014, 38.898887 ], [ -77.050136, 38.898716 ], [ -77.050137, 38.898678 ], [ -77.050137, 38.898637 ], [ -77.050139, 38.898557 ], [ -77.050139, 38.8985 ], [ -77.050135, 38.898327 ], [ -77.050134, 38.898291 ], [ -77.050136, 38.898229 ], [ -77.050136, 38.898184 ], [ -77.050134, 38.898135 ], [ -77.050135, 38.898101 ], [ -77.050135, 38.898065 ], [ -77.050133, 38.898016 ], [ -77.050134, 38.897953 ], [ -77.050139, 38.897814 ], [ -77.050136, 38.897671 ], [ -77.050132, 38.897598 ], [ -77.050134, 38.897555 ], [ -77.050135, 38.897479 ], [ -77.050137, 38.897417 ], [ -77.050136, 38.897358 ], [ -77.050134, 38.897178 ], [ -77.050134, 38.897148 ], [ -77.050134, 38.897117 ], [ -77.050133, 38.897019 ], [ -77.050129, 38.896983 ], [ -77.050124, 38.896908 ], [ -77.050119, 38.896783 ], [ -77.050119, 38.89673 ], [ -77.050116, 38.896608 ], [ -77.050116, 38.896497 ], [ -77.050115, 38.896442 ], [ -77.050117, 38.89637 ], [ -77.050119, 38.896114 ], [ -77.050117, 38.896024 ], [ -77.051368, 38.89591 ], [ -77.051589, 38.895961 ], [ -77.051691, 38.89598 ], [ -77.052031, 38.896024 ], [ -77.052195, 38.896044 ], [ -77.052364, 38.896068 ], [ -77.052452, 38.896077 ], [ -77.052531, 38.896091 ], [ -77.052624, 38.896118 ], [ -77.052698, 38.896156 ], [ -77.052757, 38.896195 ], [ -77.052813, 38.896247 ], [ -77.052851, 38.896294 ], [ -77.052889, 38.89635 ], [ -77.052909, 38.896398 ], [ -77.052941, 38.896449 ], [ -77.052965, 38.896521 ], [ -77.052965, 38.896627 ], [ -77.052893, 38.89681 ], [ -77.052847, 38.896983 ], [ -77.052832, 38.897066 ], [ -77.052821, 38.89712 ], [ -77.052842, 38.897241 ], [ -77.052811, 38.897397 ], [ -77.05279, 38.897722 ], [ -77.052791, 38.897736 ], [ -77.052814, 38.897948 ], [ -77.052821, 38.898051 ], [ -77.052835, 38.898126 ], [ -77.052852, 38.898171 ], [ -77.052875, 38.898232 ], [ -77.052907, 38.898315 ], [ -77.052963, 38.898456 ], [ -77.053024, 38.898552 ], [ -77.053138, 38.898683 ], [ -77.053165, 38.89863 ], [ -77.053204, 38.898576 ], [ -77.053221, 38.898557 ], [ -77.053242, 38.898538 ], [ -77.053268, 38.898516 ], [ -77.053312, 38.89849 ], [ -77.053329, 38.898041 ], [ -77.053325, 38.897997 ], [ -77.053315, 38.89792 ], [ -77.053312, 38.897861 ], [ -77.053318, 38.89778 ], [ -77.053319, 38.897753 ], [ -77.053324, 38.897723 ], [ -77.053331, 38.897688 ], [ -77.05334, 38.897659 ], [ -77.053345, 38.897638 ], [ -77.053364, 38.897574 ], [ -77.053371, 38.897554 ], [ -77.053383, 38.897512 ], [ -77.05341, 38.897455 ], [ -77.053434, 38.897428 ], [ -77.053462, 38.897406 ], [ -77.053524, 38.897374 ], [ -77.053576, 38.897361 ], [ -77.053623, 38.897356 ], [ -77.053723, 38.897353 ], [ -77.053823, 38.897356 ], [ -77.054039, 38.897356 ], [ -77.054094, 38.897357 ], [ -77.054136, 38.897356 ], [ -77.054275, 38.897356 ], [ -77.054359, 38.897355 ], [ -77.054457, 38.897355 ], [ -77.054639, 38.897359 ], [ -77.054762, 38.897351 ], [ -77.054793, 38.897352 ], [ -77.054835, 38.897348 ], [ -77.054871, 38.897347 ], [ -77.054977, 38.897346 ], [ -77.055007, 38.897348 ], [ -77.055044, 38.897349 ], [ -77.055104, 38.897349 ], [ -77.055144, 38.897348 ], [ -77.0552, 38.897352 ], [ -77.05523, 38.897353 ], [ -77.055263, 38.897353 ], [ -77.055293, 38.897354 ], [ -77.055344, 38.897354 ], [ -77.055393, 38.897355 ], [ -77.055477, 38.897381 ], [ -77.055562, 38.897391 ], [ -77.055691, 38.897399 ], [ -77.055753, 38.897414 ], [ -77.055849, 38.897472 ], [ -77.055876, 38.897493 ], [ -77.055929, 38.897541 ], [ -77.055948, 38.897562 ], [ -77.055971, 38.897582 ], [ -77.055992, 38.897598 ], [ -77.056013, 38.897608 ], [ -77.056124, 38.89765 ], [ -77.05629, 38.897668 ], [ -77.056422, 38.897669 ], [ -77.056498, 38.89767 ], [ -77.056653, 38.897669 ], [ -77.056647, 38.897854 ], [ -77.056626, 38.89839 ], [ -77.056634, 38.898452 ], [ -77.056642, 38.89848 ], [ -77.056662, 38.898539 ], [ -77.056675, 38.898565 ], [ -77.056688, 38.898587 ], [ -77.056705, 38.898607 ], [ -77.056735, 38.898647 ], [ -77.05675, 38.898662 ], [ -77.056781, 38.89869 ], [ -77.056836, 38.898742 ], [ -77.05686, 38.898766 ], [ -77.056891, 38.898813 ], [ -77.057021, 38.898929 ], [ -77.057126, 38.899044 ], [ -77.05715, 38.899029 ], [ -77.05735, 38.899305 ], [ -77.057345, 38.899327 ], [ -77.05736, 38.899341 ], [ -77.057382, 38.899352 ], [ -77.057394, 38.89937 ], [ -77.057395, 38.899388 ], [ -77.05739, 38.899419 ], [ -77.057381, 38.899439 ], [ -77.057372, 38.899462 ], [ -77.057358, 38.899488 ], [ -77.057326, 38.899528 ], [ -77.057299, 38.899565 ], [ -77.057431, 38.899666 ], [ -77.057488, 38.89971 ], [ -77.057463, 38.899738 ], [ -77.057452, 38.899757 ], [ -77.057434, 38.899794 ], [ -77.057423, 38.899823 ], [ -77.057407, 38.899872 ], [ -77.057397, 38.899908 ], [ -77.057389, 38.899944 ], [ -77.057379, 38.900001 ], [ -77.057377, 38.900021 ], [ -77.057379, 38.900062 ], [ -77.057389, 38.9001 ], [ -77.057409, 38.900133 ], [ -77.057427, 38.900156 ], [ -77.057439, 38.900173 ], [ -77.057454, 38.900191 ], [ -77.057502, 38.900245 ], [ -77.057536, 38.900286 ], [ -77.057582, 38.900322 ], [ -77.057613, 38.900344 ], [ -77.057636, 38.900365 ], [ -77.057653, 38.900378 ], [ -77.057693, 38.900413 ], [ -77.057721, 38.900436 ], [ -77.057743, 38.900451 ], [ -77.057777, 38.900471 ], [ -77.057835, 38.900514 ], [ -77.057869, 38.900536 ], [ -77.057925, 38.900576 ], [ -77.057994, 38.900621 ], [ -77.058046, 38.900649 ], [ -77.058087, 38.90068 ], [ -77.058122, 38.900704 ], [ -77.058165, 38.900731 ], [ -77.058186, 38.900743 ], [ -77.058246, 38.900789 ], [ -77.058285, 38.900822 ], [ -77.058357, 38.900885 ], [ -77.058402, 38.900912 ], [ -77.058429, 38.900935 ], [ -77.058538, 38.901036 ], [ -77.058582, 38.901162 ], [ -77.058562, 38.901194 ], [ -77.058576, 38.90121 ], [ -77.058585, 38.901227 ], [ -77.058594, 38.901249 ], [ -77.058597, 38.901288 ], [ -77.058594, 38.901331 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005800", "name": "Census Tract 58, District of Columbia, District of Columbia", "total_population_17": 3039, "white_alone_17": 1851.0, "black_alone_17": 240.0, "native_alone_17": 0.0, "asian_alone_17": 605.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 237.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 13.493, "pct_black_alone_change": -6.117, "pct_native_alone_change": -0.136, "pct_asian_alone_change": -13.902, "pct_hispanic_or_latino_change": 3.581, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8978616", "INTPTLON": "-077.0250305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.033645, 38.897345 ], [ -77.033644, 38.898314 ], [ -77.033643, 38.898433 ], [ -77.033643, 38.898619 ], [ -77.033642, 38.898782 ], [ -77.033537, 38.898849 ], [ -77.031952, 38.899393 ], [ -77.030503, 38.8999 ], [ -77.030341, 38.899979 ], [ -77.030271, 38.900003 ], [ -77.03006, 38.900073 ], [ -77.029634, 38.900216 ], [ -77.028072, 38.900744 ], [ -77.027752, 38.900854 ], [ -77.027031, 38.900843 ], [ -77.027031, 38.901103 ], [ -77.026542, 38.901271 ], [ -77.026282, 38.901361 ], [ -77.025987, 38.901463 ], [ -77.024354, 38.902025 ], [ -77.024171, 38.902089 ], [ -77.023989, 38.902089 ], [ -77.023975, 38.902523 ], [ -77.023938, 38.902931 ], [ -77.023456, 38.902947 ], [ -77.022945, 38.902943 ], [ -77.022865, 38.902944 ], [ -77.022566, 38.902946 ], [ -77.022117, 38.902938 ], [ -77.021919, 38.902939 ], [ -77.021918, 38.902902 ], [ -77.021918, 38.902521 ], [ -77.021917, 38.902267 ], [ -77.021915, 38.902101 ], [ -77.021701, 38.902074 ], [ -77.021648, 38.902062 ], [ -77.021605, 38.90205 ], [ -77.021526, 38.902025 ], [ -77.020913, 38.901815 ], [ -77.020424, 38.901644 ], [ -77.020258, 38.901583 ], [ -77.020013, 38.901506 ], [ -77.019918, 38.901469 ], [ -77.019737, 38.901406 ], [ -77.01948, 38.901319 ], [ -77.018927, 38.901124 ], [ -77.018929, 38.900989 ], [ -77.018929, 38.900863 ], [ -77.018929, 38.900229 ], [ -77.018929, 38.899934 ], [ -77.018931, 38.899809 ], [ -77.018931, 38.899676 ], [ -77.018928, 38.899111 ], [ -77.018928, 38.89858 ], [ -77.018931, 38.898314 ], [ -77.018929, 38.898026 ], [ -77.018928, 38.897619 ], [ -77.018929, 38.897337 ], [ -77.018928, 38.896895 ], [ -77.01893, 38.896525 ], [ -77.018926, 38.896128 ], [ -77.018925, 38.896084 ], [ -77.01893, 38.895781 ], [ -77.018929, 38.895471 ], [ -77.01893, 38.895368 ], [ -77.01893, 38.894893 ], [ -77.018934, 38.894802 ], [ -77.019007, 38.894679 ], [ -77.019695, 38.894483 ], [ -77.019901, 38.894411 ], [ -77.019924, 38.893598 ], [ -77.019925, 38.893295 ], [ -77.019923, 38.893005 ], [ -77.019902, 38.892832 ], [ -77.019899, 38.892759 ], [ -77.020705, 38.892986 ], [ -77.020749, 38.892999 ], [ -77.021552, 38.893202 ], [ -77.021919, 38.893295 ], [ -77.022961, 38.8936 ], [ -77.023347, 38.893712 ], [ -77.023901, 38.893856 ], [ -77.023975, 38.893877 ], [ -77.026002, 38.894444 ], [ -77.027054, 38.894737 ], [ -77.028096, 38.895019 ], [ -77.02881, 38.89522 ], [ -77.029633, 38.895447 ], [ -77.029886, 38.895502 ], [ -77.030208, 38.895506 ], [ -77.030769, 38.895504 ], [ -77.031955, 38.895499 ], [ -77.031962, 38.896105 ], [ -77.032172, 38.896144 ], [ -77.032486, 38.896236 ], [ -77.032864, 38.896341 ], [ -77.033059, 38.896384 ], [ -77.033201, 38.896394 ], [ -77.033362, 38.896392 ], [ -77.033649, 38.896403 ], [ -77.033645, 38.897345 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001005900", "name": "Census Tract 59, District of Columbia, District of Columbia", "total_population_17": 2682, "white_alone_17": 1474.0, "black_alone_17": 568.0, "native_alone_17": 0.0, "asian_alone_17": 337.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 186.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 46.608, "pct_black_alone_change": -62.066, "pct_native_alone_change": -0.323, "pct_asian_alone_change": 9.009, "pct_hispanic_or_latino_change": 2.894, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8959946", "INTPTLON": "-077.0149469" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.019924, 38.893598 ], [ -77.019901, 38.894411 ], [ -77.019695, 38.894483 ], [ -77.019007, 38.894679 ], [ -77.018934, 38.894802 ], [ -77.01893, 38.894893 ], [ -77.01893, 38.895368 ], [ -77.018929, 38.895471 ], [ -77.01893, 38.895781 ], [ -77.018925, 38.896084 ], [ -77.018926, 38.896128 ], [ -77.01893, 38.896525 ], [ -77.018928, 38.896895 ], [ -77.018929, 38.897337 ], [ -77.018928, 38.897619 ], [ -77.018929, 38.898026 ], [ -77.018931, 38.898314 ], [ -77.018928, 38.89858 ], [ -77.018928, 38.899111 ], [ -77.018931, 38.899676 ], [ -77.018931, 38.899809 ], [ -77.018929, 38.899934 ], [ -77.018929, 38.900229 ], [ -77.018929, 38.900863 ], [ -77.018929, 38.900989 ], [ -77.018927, 38.901124 ], [ -77.018798, 38.901081 ], [ -77.018184, 38.900867 ], [ -77.018139, 38.900852 ], [ -77.017718, 38.900705 ], [ -77.01733, 38.900572 ], [ -77.016529, 38.900297 ], [ -77.0162, 38.900154 ], [ -77.015988, 38.900057 ], [ -77.015673, 38.899937 ], [ -77.01524, 38.899764 ], [ -77.014259, 38.899439 ], [ -77.014076, 38.899382 ], [ -77.01366, 38.899231 ], [ -77.012423, 38.898847 ], [ -77.012349, 38.898824 ], [ -77.012301, 38.898804 ], [ -77.011905, 38.898637 ], [ -77.011182, 38.89833 ], [ -77.010258, 38.897954 ], [ -77.009298, 38.897563 ], [ -77.009229, 38.897535 ], [ -77.009066, 38.897555 ], [ -77.009064, 38.897469 ], [ -77.009062, 38.897341 ], [ -77.009058, 38.897128 ], [ -77.009057, 38.896512 ], [ -77.009059, 38.896125 ], [ -77.009058, 38.895435 ], [ -77.00906, 38.895103 ], [ -77.009498, 38.894789 ], [ -77.00985, 38.89478 ], [ -77.009906, 38.894784 ], [ -77.009933, 38.894784 ], [ -77.010071, 38.894788 ], [ -77.010277, 38.894791 ], [ -77.010484, 38.894791 ], [ -77.010621, 38.894789 ], [ -77.010884, 38.894789 ], [ -77.010943, 38.894788 ], [ -77.010912, 38.894698 ], [ -77.010753, 38.894202 ], [ -77.010661, 38.893948 ], [ -77.010889, 38.893775 ], [ -77.011024, 38.893678 ], [ -77.011162, 38.893577 ], [ -77.011903, 38.893048 ], [ -77.012171, 38.892858 ], [ -77.012421, 38.892673 ], [ -77.01275, 38.892436 ], [ -77.012985, 38.892245 ], [ -77.013179, 38.89209 ], [ -77.013639, 38.892083 ], [ -77.014022, 38.892082 ], [ -77.014238, 38.892082 ], [ -77.014675, 38.892083 ], [ -77.014997, 38.892079 ], [ -77.015049, 38.892079 ], [ -77.015232, 38.892086 ], [ -77.015572, 38.892067 ], [ -77.015843, 38.892018 ], [ -77.016258, 38.891884 ], [ -77.016388, 38.891783 ], [ -77.017565, 38.892109 ], [ -77.018585, 38.892393 ], [ -77.019899, 38.892759 ], [ -77.019902, 38.892832 ], [ -77.019923, 38.893005 ], [ -77.019925, 38.893295 ], [ -77.019924, 38.893598 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006202", "name": "Census Tract 62.02, District of Columbia, District of Columbia", "total_population_17": 72, "white_alone_17": 72.0, "black_alone_17": 0.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 41.667, "pct_black_alone_change": -41.667, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": 0.0, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8809933", "INTPTLON": "-077.0363219" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.064696, 38.891852 ], [ -77.064626, 38.891837 ], [ -77.06435, 38.891795 ], [ -77.064164, 38.891773 ], [ -77.06399, 38.891757 ], [ -77.063756, 38.891749 ], [ -77.063637, 38.891753 ], [ -77.063549, 38.891755 ], [ -77.063414, 38.891763 ], [ -77.063252, 38.891775 ], [ -77.063022, 38.891808 ], [ -77.062551, 38.891888 ], [ -77.06251, 38.891895 ], [ -77.062466, 38.891902 ], [ -77.062124, 38.891961 ], [ -77.06173, 38.892026 ], [ -77.061517, 38.892058 ], [ -77.060999, 38.892147 ], [ -77.060919, 38.89216 ], [ -77.06054, 38.89223 ], [ -77.060371, 38.89226 ], [ -77.060048, 38.892314 ], [ -77.059896, 38.892339 ], [ -77.059814, 38.892352 ], [ -77.05968, 38.892373 ], [ -77.059347, 38.892431 ], [ -77.058931, 38.892503 ], [ -77.057634, 38.892704 ], [ -77.056956, 38.89282 ], [ -77.056242, 38.892954 ], [ -77.055921, 38.893 ], [ -77.055942, 38.893082 ], [ -77.056155, 38.893564 ], [ -77.056184, 38.893633 ], [ -77.056298, 38.893885 ], [ -77.056442, 38.894215 ], [ -77.056463, 38.894257 ], [ -77.056482, 38.894299 ], [ -77.056518, 38.894384 ], [ -77.05655, 38.894471 ], [ -77.056565, 38.894514 ], [ -77.056592, 38.894602 ], [ -77.056612, 38.894676 ], [ -77.056625, 38.894732 ], [ -77.056637, 38.894789 ], [ -77.056657, 38.894903 ], [ -77.056674, 38.895017 ], [ -77.056688, 38.895131 ], [ -77.056695, 38.895216 ], [ -77.056702, 38.895334 ], [ -77.056706, 38.895511 ], [ -77.056704, 38.895603 ], [ -77.056702, 38.896243 ], [ -77.056697, 38.896534 ], [ -77.056689, 38.896707 ], [ -77.056653, 38.897669 ], [ -77.056498, 38.89767 ], [ -77.056422, 38.897669 ], [ -77.05629, 38.897668 ], [ -77.056124, 38.89765 ], [ -77.056013, 38.897608 ], [ -77.055992, 38.897598 ], [ -77.055971, 38.897582 ], [ -77.055948, 38.897562 ], [ -77.055929, 38.897541 ], [ -77.055876, 38.897493 ], [ -77.055849, 38.897472 ], [ -77.055753, 38.897414 ], [ -77.055691, 38.897399 ], [ -77.055562, 38.897391 ], [ -77.055477, 38.897381 ], [ -77.055393, 38.897355 ], [ -77.055344, 38.897354 ], [ -77.055293, 38.897354 ], [ -77.055263, 38.897353 ], [ -77.05523, 38.897353 ], [ -77.0552, 38.897352 ], [ -77.055144, 38.897348 ], [ -77.055104, 38.897349 ], [ -77.055044, 38.897349 ], [ -77.055007, 38.897348 ], [ -77.054977, 38.897346 ], [ -77.054871, 38.897347 ], [ -77.054835, 38.897348 ], [ -77.054793, 38.897352 ], [ -77.054762, 38.897351 ], [ -77.054639, 38.897359 ], [ -77.054457, 38.897355 ], [ -77.054359, 38.897355 ], [ -77.054275, 38.897356 ], [ -77.054136, 38.897356 ], [ -77.054094, 38.897357 ], [ -77.054039, 38.897356 ], [ -77.053823, 38.897356 ], [ -77.053723, 38.897353 ], [ -77.053623, 38.897356 ], [ -77.053576, 38.897361 ], [ -77.053524, 38.897374 ], [ -77.053462, 38.897406 ], [ -77.053434, 38.897428 ], [ -77.05341, 38.897455 ], [ -77.053383, 38.897512 ], [ -77.053371, 38.897554 ], [ -77.053364, 38.897574 ], [ -77.053345, 38.897638 ], [ -77.05334, 38.897659 ], [ -77.053331, 38.897688 ], [ -77.053324, 38.897723 ], [ -77.053319, 38.897753 ], [ -77.053318, 38.89778 ], [ -77.053312, 38.897861 ], [ -77.053315, 38.89792 ], [ -77.053325, 38.897997 ], [ -77.053329, 38.898041 ], [ -77.053312, 38.89849 ], [ -77.053268, 38.898516 ], [ -77.053242, 38.898538 ], [ -77.053221, 38.898557 ], [ -77.053204, 38.898576 ], [ -77.053165, 38.89863 ], [ -77.053138, 38.898683 ], [ -77.053024, 38.898552 ], [ -77.052963, 38.898456 ], [ -77.052907, 38.898315 ], [ -77.052875, 38.898232 ], [ -77.052852, 38.898171 ], [ -77.052835, 38.898126 ], [ -77.052821, 38.898051 ], [ -77.052814, 38.897948 ], [ -77.052791, 38.897736 ], [ -77.05279, 38.897722 ], [ -77.052811, 38.897397 ], [ -77.052842, 38.897241 ], [ -77.052821, 38.89712 ], [ -77.052832, 38.897066 ], [ -77.052847, 38.896983 ], [ -77.052893, 38.89681 ], [ -77.052965, 38.896627 ], [ -77.052965, 38.896521 ], [ -77.052941, 38.896449 ], [ -77.052909, 38.896398 ], [ -77.052889, 38.89635 ], [ -77.052851, 38.896294 ], [ -77.052813, 38.896247 ], [ -77.052757, 38.896195 ], [ -77.052698, 38.896156 ], [ -77.052624, 38.896118 ], [ -77.052531, 38.896091 ], [ -77.052452, 38.896077 ], [ -77.052364, 38.896068 ], [ -77.052195, 38.896044 ], [ -77.052031, 38.896024 ], [ -77.051691, 38.89598 ], [ -77.051589, 38.895961 ], [ -77.051368, 38.89591 ], [ -77.050117, 38.896024 ], [ -77.048801, 38.89602 ], [ -77.048597, 38.896022 ], [ -77.048503, 38.896021 ], [ -77.048276, 38.896023 ], [ -77.048139, 38.89602 ], [ -77.048023, 38.896017 ], [ -77.047622, 38.895807 ], [ -77.047426, 38.895705 ], [ -77.047387, 38.895685 ], [ -77.046682, 38.895316 ], [ -77.045526, 38.894714 ], [ -77.0453, 38.894588 ], [ -77.04521, 38.894527 ], [ -77.045093, 38.894447 ], [ -77.044766, 38.894232 ], [ -77.044544, 38.894101 ], [ -77.044087, 38.893851 ], [ -77.043921, 38.893762 ], [ -77.043474, 38.893514 ], [ -77.04319, 38.893371 ], [ -77.041979, 38.892748 ], [ -77.041893, 38.892702 ], [ -77.041747, 38.892642 ], [ -77.041662, 38.892608 ], [ -77.041588, 38.892573 ], [ -77.041083, 38.8923 ], [ -77.040927, 38.892208 ], [ -77.040886, 38.892176 ], [ -77.040863, 38.892162 ], [ -77.040839, 38.892149 ], [ -77.040814, 38.892137 ], [ -77.040788, 38.892127 ], [ -77.040761, 38.892118 ], [ -77.040733, 38.89211 ], [ -77.040705, 38.892113 ], [ -77.040676, 38.8921 ], [ -77.039481, 38.8921 ], [ -77.039468, 38.89353 ], [ -77.039468, 38.893614 ], [ -77.039467, 38.89364 ], [ -77.039466, 38.893924 ], [ -77.039468, 38.89434 ], [ -77.03947, 38.894525 ], [ -77.039466, 38.894825 ], [ -77.039466, 38.895295 ], [ -77.039464, 38.895397 ], [ -77.03946, 38.895544 ], [ -77.039457, 38.895845 ], [ -77.039462, 38.896289 ], [ -77.039462, 38.896402 ], [ -77.039461, 38.896609 ], [ -77.03946, 38.896928 ], [ -77.039468, 38.897263 ], [ -77.039473, 38.897356 ], [ -77.039478, 38.897469 ], [ -77.039473, 38.897829 ], [ -77.039471, 38.89816 ], [ -77.039472, 38.898226 ], [ -77.039472, 38.898322 ], [ -77.039472, 38.89864 ], [ -77.03946, 38.898813 ], [ -77.039252, 38.898743 ], [ -77.037947, 38.898747 ], [ -77.03795, 38.89993 ], [ -77.037955, 38.900202 ], [ -77.036554, 38.900201 ], [ -77.035601, 38.900199 ], [ -77.035475, 38.900198 ], [ -77.035129, 38.900202 ], [ -77.035152, 38.900066 ], [ -77.03515, 38.899849 ], [ -77.035148, 38.899021 ], [ -77.035145, 38.898875 ], [ -77.035117, 38.898761 ], [ -77.03506, 38.898762 ], [ -77.033854, 38.89877 ], [ -77.033642, 38.898782 ], [ -77.033643, 38.898619 ], [ -77.033643, 38.898433 ], [ -77.033644, 38.898314 ], [ -77.033645, 38.897345 ], [ -77.033649, 38.896403 ], [ -77.033362, 38.896392 ], [ -77.033201, 38.896394 ], [ -77.033059, 38.896384 ], [ -77.032864, 38.896341 ], [ -77.032486, 38.896236 ], [ -77.032172, 38.896144 ], [ -77.031962, 38.896105 ], [ -77.031955, 38.895499 ], [ -77.030769, 38.895504 ], [ -77.030208, 38.895506 ], [ -77.029886, 38.895502 ], [ -77.029633, 38.895447 ], [ -77.02881, 38.89522 ], [ -77.028096, 38.895019 ], [ -77.027054, 38.894737 ], [ -77.026002, 38.894444 ], [ -77.023975, 38.893877 ], [ -77.023901, 38.893856 ], [ -77.023347, 38.893712 ], [ -77.022961, 38.8936 ], [ -77.021919, 38.893295 ], [ -77.021552, 38.893202 ], [ -77.020749, 38.892999 ], [ -77.020705, 38.892986 ], [ -77.019899, 38.892759 ], [ -77.018585, 38.892393 ], [ -77.017565, 38.892109 ], [ -77.016388, 38.891783 ], [ -77.016258, 38.891884 ], [ -77.015843, 38.892018 ], [ -77.015572, 38.892067 ], [ -77.015232, 38.892086 ], [ -77.015049, 38.892079 ], [ -77.014997, 38.892079 ], [ -77.014675, 38.892083 ], [ -77.014238, 38.892082 ], [ -77.014022, 38.892082 ], [ -77.013639, 38.892083 ], [ -77.013179, 38.89209 ], [ -77.012985, 38.892245 ], [ -77.01275, 38.892436 ], [ -77.012421, 38.892673 ], [ -77.012171, 38.892858 ], [ -77.011903, 38.893048 ], [ -77.011162, 38.893577 ], [ -77.011024, 38.893678 ], [ -77.010889, 38.893775 ], [ -77.010661, 38.893948 ], [ -77.010753, 38.894202 ], [ -77.010912, 38.894698 ], [ -77.010943, 38.894788 ], [ -77.010884, 38.894789 ], [ -77.010621, 38.894789 ], [ -77.010484, 38.894791 ], [ -77.010277, 38.894791 ], [ -77.010071, 38.894788 ], [ -77.009933, 38.894784 ], [ -77.009906, 38.894784 ], [ -77.00985, 38.89478 ], [ -77.009498, 38.894789 ], [ -77.00906, 38.895103 ], [ -77.009058, 38.895435 ], [ -77.009059, 38.896125 ], [ -77.009057, 38.896512 ], [ -77.009058, 38.897128 ], [ -77.009062, 38.897341 ], [ -77.009064, 38.897469 ], [ -77.009066, 38.897555 ], [ -77.008203, 38.897222 ], [ -77.008111, 38.897156 ], [ -77.007774, 38.896913 ], [ -77.007699, 38.896872 ], [ -77.00765, 38.896832 ], [ -77.007601, 38.89675 ], [ -77.00756, 38.896661 ], [ -77.007309, 38.896253 ], [ -77.00717, 38.896141 ], [ -77.006991, 38.896059 ], [ -77.006918, 38.896027 ], [ -77.006718, 38.895986 ], [ -77.006536, 38.895962 ], [ -77.006325, 38.89597 ], [ -77.006146, 38.895986 ], [ -77.005935, 38.896035 ], [ -77.005743, 38.896008 ], [ -77.005586, 38.896047 ], [ -77.005318, 38.896191 ], [ -77.005274, 38.896226 ], [ -77.005247, 38.896251 ], [ -77.005222, 38.896277 ], [ -77.005199, 38.896304 ], [ -77.005145, 38.896409 ], [ -77.00504, 38.896599 ], [ -77.005032, 38.896617 ], [ -77.004968, 38.896759 ], [ -77.004813, 38.897213 ], [ -77.004773, 38.89734 ], [ -77.004608, 38.897341 ], [ -77.003977, 38.897341 ], [ -77.003509, 38.897337 ], [ -77.003509, 38.896801 ], [ -77.00351, 38.896118 ], [ -77.00351, 38.895641 ], [ -77.003509, 38.895391 ], [ -77.00351, 38.895345 ], [ -77.00351, 38.895207 ], [ -77.003511, 38.894787 ], [ -77.003517, 38.893582 ], [ -77.003593, 38.893581 ], [ -77.003634, 38.893579 ], [ -77.003794, 38.893578 ], [ -77.005739, 38.893579 ], [ -77.005889, 38.893625 ], [ -77.005888, 38.893469 ], [ -77.005892, 38.89259 ], [ -77.005892, 38.892122 ], [ -77.005905, 38.892012 ], [ -77.005926, 38.891829 ], [ -77.005926, 38.891403 ], [ -77.005924, 38.89124 ], [ -77.005925, 38.890969 ], [ -77.005528, 38.891132 ], [ -77.005268, 38.891244 ], [ -77.004892, 38.891397 ], [ -77.004687, 38.891514 ], [ -77.004504, 38.891672 ], [ -77.004427, 38.891782 ], [ -77.004366, 38.891924 ], [ -77.003789, 38.891868 ], [ -77.003515, 38.891916 ], [ -77.003516, 38.891799 ], [ -77.003514, 38.891359 ], [ -77.003513, 38.891023 ], [ -77.003514, 38.890938 ], [ -77.003514, 38.889908 ], [ -77.003515, 38.889808 ], [ -77.003515, 38.889705 ], [ -77.00352, 38.889151 ], [ -77.002034, 38.889168 ], [ -77.002036, 38.888677 ], [ -77.002037, 38.888595 ], [ -77.002038, 38.887683 ], [ -77.002039, 38.887598 ], [ -77.002305, 38.887598 ], [ -77.002481, 38.887596 ], [ -77.002961, 38.887596 ], [ -77.003274, 38.887608 ], [ -77.003519, 38.887614 ], [ -77.003518, 38.887549 ], [ -77.003514, 38.886039 ], [ -77.00365, 38.886038 ], [ -77.004227, 38.886037 ], [ -77.004533, 38.886037 ], [ -77.004605, 38.886037 ], [ -77.004941, 38.886037 ], [ -77.005087, 38.886038 ], [ -77.005654, 38.886038 ], [ -77.005718, 38.886039 ], [ -77.005892, 38.886039 ], [ -77.005893, 38.885065 ], [ -77.006022, 38.885064 ], [ -77.007256, 38.885068 ], [ -77.007482, 38.885069 ], [ -77.008936, 38.885066 ], [ -77.009061, 38.885065 ], [ -77.009063, 38.884216 ], [ -77.009064, 38.884114 ], [ -77.009064, 38.884053 ], [ -77.009064, 38.883981 ], [ -77.009068, 38.883857 ], [ -77.009253, 38.883993 ], [ -77.009431, 38.884124 ], [ -77.010353, 38.884811 ], [ -77.010536, 38.884946 ], [ -77.010572, 38.88497 ], [ -77.010791, 38.885079 ], [ -77.011205, 38.885421 ], [ -77.011845, 38.885812 ], [ -77.012142, 38.886032 ], [ -77.012278, 38.886133 ], [ -77.012744, 38.886478 ], [ -77.012993, 38.886673 ], [ -77.013368, 38.886998 ], [ -77.013517, 38.887138 ], [ -77.013557, 38.887175 ], [ -77.013732, 38.887409 ], [ -77.013807, 38.887562 ], [ -77.01392, 38.887562 ], [ -77.014064, 38.887563 ], [ -77.014761, 38.887564 ], [ -77.015178, 38.887566 ], [ -77.015368, 38.887565 ], [ -77.01599, 38.887564 ], [ -77.016279, 38.887565 ], [ -77.016391, 38.887563 ], [ -77.016592, 38.887563 ], [ -77.017211, 38.887565 ], [ -77.017287, 38.887568 ], [ -77.017547, 38.887571 ], [ -77.01782, 38.887568 ], [ -77.018749, 38.887568 ], [ -77.019596, 38.887568 ], [ -77.019907, 38.887567 ], [ -77.021682, 38.887567 ], [ -77.021916, 38.887563 ], [ -77.022231, 38.887568 ], [ -77.022932, 38.887568 ], [ -77.023228, 38.887569 ], [ -77.023534, 38.887567 ], [ -77.023879, 38.887563 ], [ -77.024016, 38.887566 ], [ -77.024169, 38.887567 ], [ -77.024314, 38.887567 ], [ -77.024384, 38.887568 ], [ -77.02581, 38.887567 ], [ -77.025991, 38.887566 ], [ -77.026115, 38.887566 ], [ -77.027954, 38.887566 ], [ -77.028073, 38.887565 ], [ -77.028181, 38.887567 ], [ -77.028808, 38.887566 ], [ -77.030719, 38.887567 ], [ -77.031172, 38.887568 ], [ -77.031668, 38.887568 ], [ -77.031986, 38.887582 ], [ -77.031953, 38.887288 ], [ -77.031952, 38.885955 ], [ -77.031951, 38.884977 ], [ -77.031988, 38.884373 ], [ -77.032083, 38.883798 ], [ -77.032157, 38.88356 ], [ -77.03219, 38.883454 ], [ -77.03221, 38.883421 ], [ -77.032594, 38.882788 ], [ -77.032624, 38.882738 ], [ -77.032702, 38.88261 ], [ -77.032628, 38.882559 ], [ -77.032548, 38.882512 ], [ -77.032482, 38.882473 ], [ -77.032361, 38.882402 ], [ -77.030331, 38.881038 ], [ -77.030218, 38.880925 ], [ -77.029962, 38.880795 ], [ -77.023777, 38.876411 ], [ -77.021295, 38.872171 ], [ -77.02105, 38.87156 ], [ -77.020314, 38.870014 ], [ -77.020174, 38.868957 ], [ -77.020152, 38.859604 ], [ -77.020155, 38.858907 ], [ -77.020162, 38.85733 ], [ -77.02268, 38.855902 ], [ -77.032202, 38.850694 ], [ -77.032205, 38.850725 ], [ -77.032208, 38.850756 ], [ -77.032211, 38.850787 ], [ -77.032213, 38.850817 ], [ -77.032214, 38.850847 ], [ -77.032216, 38.850868 ], [ -77.03222, 38.8509 ], [ -77.032222, 38.850926 ], [ -77.032223, 38.850954 ], [ -77.032222, 38.850984 ], [ -77.03222, 38.851015 ], [ -77.032218, 38.851047 ], [ -77.032218, 38.851078 ], [ -77.032217, 38.851108 ], [ -77.032216, 38.851139 ], [ -77.032216, 38.85117 ], [ -77.032218, 38.8512 ], [ -77.03222, 38.85123 ], [ -77.032218, 38.85126 ], [ -77.032214, 38.851292 ], [ -77.032209, 38.851325 ], [ -77.032204, 38.851356 ], [ -77.0322, 38.851388 ], [ -77.032198, 38.851419 ], [ -77.032198, 38.85145 ], [ -77.032199, 38.851482 ], [ -77.032202, 38.851513 ], [ -77.032204, 38.851544 ], [ -77.032206, 38.851575 ], [ -77.032208, 38.851608 ], [ -77.032209, 38.85164 ], [ -77.032211, 38.851672 ], [ -77.032214, 38.851702 ], [ -77.032219, 38.851731 ], [ -77.032223, 38.851762 ], [ -77.032229, 38.851794 ], [ -77.032235, 38.85182 ], [ -77.032241, 38.851845 ], [ -77.032248, 38.85187 ], [ -77.032252, 38.851895 ], [ -77.032257, 38.851923 ], [ -77.032262, 38.851953 ], [ -77.032269, 38.851985 ], [ -77.032273, 38.852018 ], [ -77.032278, 38.852051 ], [ -77.032281, 38.852084 ], [ -77.032283, 38.852114 ], [ -77.032283, 38.852145 ], [ -77.032279, 38.852172 ], [ -77.032273, 38.852198 ], [ -77.032267, 38.852222 ], [ -77.032262, 38.852245 ], [ -77.032263, 38.85227 ], [ -77.032265, 38.852294 ], [ -77.032269, 38.852318 ], [ -77.032279, 38.852343 ], [ -77.032293, 38.852366 ], [ -77.032307, 38.852391 ], [ -77.032319, 38.852416 ], [ -77.032327, 38.852444 ], [ -77.032336, 38.852473 ], [ -77.032345, 38.852503 ], [ -77.032355, 38.852533 ], [ -77.032366, 38.852562 ], [ -77.032375, 38.852594 ], [ -77.032384, 38.852625 ], [ -77.032393, 38.852657 ], [ -77.032403, 38.852689 ], [ -77.032412, 38.852719 ], [ -77.03242, 38.852751 ], [ -77.032429, 38.852782 ], [ -77.032439, 38.852814 ], [ -77.032449, 38.852845 ], [ -77.032457, 38.852878 ], [ -77.032463, 38.852909 ], [ -77.03247, 38.852942 ], [ -77.032477, 38.852975 ], [ -77.032483, 38.853009 ], [ -77.032488, 38.853043 ], [ -77.032493, 38.853077 ], [ -77.032498, 38.85311 ], [ -77.032503, 38.853143 ], [ -77.03251, 38.853175 ], [ -77.032517, 38.853209 ], [ -77.032523, 38.853242 ], [ -77.032528, 38.853274 ], [ -77.032534, 38.853306 ], [ -77.032539, 38.85334 ], [ -77.032544, 38.853372 ], [ -77.03255, 38.853402 ], [ -77.032555, 38.853431 ], [ -77.03256, 38.85346 ], [ -77.032565, 38.853488 ], [ -77.03257, 38.853517 ], [ -77.032576, 38.853545 ], [ -77.032585, 38.853572 ], [ -77.032594, 38.853598 ], [ -77.032602, 38.853627 ], [ -77.032609, 38.853657 ], [ -77.032616, 38.853687 ], [ -77.032622, 38.853717 ], [ -77.032629, 38.853746 ], [ -77.032635, 38.853773 ], [ -77.032641, 38.853801 ], [ -77.032646, 38.853827 ], [ -77.032652, 38.853851 ], [ -77.032655, 38.853871 ], [ -77.032658, 38.853893 ], [ -77.032663, 38.853926 ], [ -77.032666, 38.853947 ], [ -77.032668, 38.853972 ], [ -77.032664, 38.853998 ], [ -77.032659, 38.854023 ], [ -77.032655, 38.854046 ], [ -77.032654, 38.854071 ], [ -77.032659, 38.854096 ], [ -77.032667, 38.854123 ], [ -77.032675, 38.854149 ], [ -77.032681, 38.854177 ], [ -77.032686, 38.854205 ], [ -77.032692, 38.854233 ], [ -77.032697, 38.854261 ], [ -77.032704, 38.854286 ], [ -77.032713, 38.854312 ], [ -77.032722, 38.854338 ], [ -77.032732, 38.854364 ], [ -77.032743, 38.854391 ], [ -77.032752, 38.854419 ], [ -77.032759, 38.854443 ], [ -77.032765, 38.854462 ], [ -77.032771, 38.854482 ], [ -77.032775, 38.8545 ], [ -77.032782, 38.854523 ], [ -77.032789, 38.854546 ], [ -77.032796, 38.854572 ], [ -77.032803, 38.854598 ], [ -77.032809, 38.854625 ], [ -77.032816, 38.854651 ], [ -77.032822, 38.854677 ], [ -77.032828, 38.854701 ], [ -77.032833, 38.854725 ], [ -77.032837, 38.85475 ], [ -77.032841, 38.854775 ], [ -77.032843, 38.854799 ], [ -77.032841, 38.854823 ], [ -77.032836, 38.854848 ], [ -77.032833, 38.854875 ], [ -77.032832, 38.854901 ], [ -77.032834, 38.854928 ], [ -77.032835, 38.854955 ], [ -77.032836, 38.854982 ], [ -77.032839, 38.855006 ], [ -77.032843, 38.855027 ], [ -77.032849, 38.855045 ], [ -77.032863, 38.855077 ], [ -77.032877, 38.8551 ], [ -77.032892, 38.855132 ], [ -77.032935, 38.855225 ], [ -77.032948, 38.855248 ], [ -77.032967, 38.855276 ], [ -77.032978, 38.855292 ], [ -77.032988, 38.855311 ], [ -77.033, 38.855332 ], [ -77.033011, 38.855351 ], [ -77.033021, 38.855369 ], [ -77.033031, 38.855387 ], [ -77.033041, 38.855406 ], [ -77.033051, 38.855427 ], [ -77.033064, 38.855447 ], [ -77.033079, 38.855465 ], [ -77.033091, 38.855485 ], [ -77.0331, 38.855508 ], [ -77.03311, 38.855529 ], [ -77.03312, 38.855549 ], [ -77.033131, 38.85557 ], [ -77.033142, 38.855593 ], [ -77.033153, 38.855614 ], [ -77.033165, 38.855635 ], [ -77.033179, 38.855656 ], [ -77.033192, 38.85568 ], [ -77.033203, 38.855702 ], [ -77.033215, 38.855722 ], [ -77.033229, 38.855744 ], [ -77.033242, 38.855768 ], [ -77.033257, 38.855789 ], [ -77.033274, 38.855807 ], [ -77.033289, 38.855825 ], [ -77.033301, 38.855847 ], [ -77.033311, 38.855869 ], [ -77.033321, 38.855889 ], [ -77.033333, 38.855909 ], [ -77.033348, 38.855931 ], [ -77.033363, 38.855953 ], [ -77.033375, 38.855973 ], [ -77.033386, 38.855994 ], [ -77.033398, 38.856017 ], [ -77.033409, 38.85604 ], [ -77.033419, 38.856059 ], [ -77.033429, 38.856079 ], [ -77.03344, 38.856102 ], [ -77.03345, 38.856125 ], [ -77.03346, 38.856145 ], [ -77.033471, 38.856165 ], [ -77.033484, 38.856188 ], [ -77.033499, 38.856211 ], [ -77.033511, 38.856232 ], [ -77.033523, 38.856252 ], [ -77.033534, 38.856276 ], [ -77.033545, 38.856299 ], [ -77.033556, 38.85632 ], [ -77.033564, 38.85634 ], [ -77.033573, 38.856363 ], [ -77.033583, 38.856385 ], [ -77.033593, 38.856405 ], [ -77.033603, 38.856425 ], [ -77.033613, 38.856447 ], [ -77.033626, 38.856469 ], [ -77.03364, 38.856488 ], [ -77.033657, 38.856508 ], [ -77.033671, 38.85653 ], [ -77.033683, 38.856553 ], [ -77.033695, 38.856572 ], [ -77.033708, 38.856591 ], [ -77.03372, 38.856611 ], [ -77.033732, 38.856635 ], [ -77.033742, 38.856656 ], [ -77.033753, 38.856675 ], [ -77.033765, 38.856698 ], [ -77.03378, 38.856721 ], [ -77.033793, 38.856742 ], [ -77.033803, 38.856762 ], [ -77.033812, 38.856786 ], [ -77.033822, 38.85681 ], [ -77.033831, 38.856829 ], [ -77.03384, 38.856848 ], [ -77.033851, 38.856869 ], [ -77.033863, 38.85689 ], [ -77.033874, 38.856911 ], [ -77.033885, 38.85693 ], [ -77.033897, 38.856949 ], [ -77.033909, 38.856971 ], [ -77.033919, 38.856993 ], [ -77.033929, 38.857014 ], [ -77.033941, 38.857035 ], [ -77.033954, 38.857057 ], [ -77.033967, 38.857079 ], [ -77.033979, 38.8571 ], [ -77.033992, 38.85712 ], [ -77.034004, 38.857142 ], [ -77.034015, 38.857162 ], [ -77.034023, 38.857182 ], [ -77.034032, 38.857201 ], [ -77.034041, 38.857223 ], [ -77.03405, 38.857246 ], [ -77.03406, 38.857267 ], [ -77.03407, 38.857287 ], [ -77.03408, 38.857309 ], [ -77.034087, 38.857332 ], [ -77.034091, 38.857353 ], [ -77.034095, 38.857373 ], [ -77.034101, 38.857396 ], [ -77.03411, 38.85742 ], [ -77.034117, 38.857438 ], [ -77.034122, 38.857457 ], [ -77.034126, 38.857479 ], [ -77.03413, 38.857503 ], [ -77.034135, 38.857525 ], [ -77.034139, 38.857544 ], [ -77.034144, 38.857564 ], [ -77.034148, 38.857584 ], [ -77.034153, 38.857603 ], [ -77.034155, 38.857624 ], [ -77.034159, 38.857652 ], [ -77.03417, 38.85768 ], [ -77.034197, 38.857707 ], [ -77.034217, 38.857736 ], [ -77.034228, 38.857754 ], [ -77.03424, 38.85777 ], [ -77.034265, 38.8578 ], [ -77.034279, 38.857815 ], [ -77.034295, 38.857831 ], [ -77.034313, 38.857847 ], [ -77.034328, 38.857863 ], [ -77.034357, 38.857889 ], [ -77.034372, 38.857903 ], [ -77.034387, 38.85792 ], [ -77.034403, 38.857936 ], [ -77.034417, 38.857951 ], [ -77.03443, 38.857966 ], [ -77.034442, 38.857982 ], [ -77.034453, 38.858 ], [ -77.034462, 38.858019 ], [ -77.03448, 38.858049 ], [ -77.034489, 38.858066 ], [ -77.034502, 38.858083 ], [ -77.034514, 38.858104 ], [ -77.034524, 38.858123 ], [ -77.034544, 38.858153 ], [ -77.034555, 38.858171 ], [ -77.034568, 38.85819 ], [ -77.034586, 38.858221 ], [ -77.034598, 38.858258 ], [ -77.034605, 38.858279 ], [ -77.034614, 38.858296 ], [ -77.034633, 38.858327 ], [ -77.034642, 38.858346 ], [ -77.034651, 38.858364 ], [ -77.034659, 38.858381 ], [ -77.034678, 38.858414 ], [ -77.034688, 38.858433 ], [ -77.034698, 38.858455 ], [ -77.034707, 38.858472 ], [ -77.034725, 38.858504 ], [ -77.034735, 38.858523 ], [ -77.034744, 38.858543 ], [ -77.034753, 38.85856 ], [ -77.034772, 38.858593 ], [ -77.03478, 38.858614 ], [ -77.034788, 38.858633 ], [ -77.034796, 38.85865 ], [ -77.034817, 38.858684 ], [ -77.034826, 38.858703 ], [ -77.034834, 38.858722 ], [ -77.034849, 38.858754 ], [ -77.034858, 38.858772 ], [ -77.034867, 38.858793 ], [ -77.034876, 38.85881 ], [ -77.034893, 38.858839 ], [ -77.034901, 38.858856 ], [ -77.034908, 38.858876 ], [ -77.034916, 38.858895 ], [ -77.034933, 38.858925 ], [ -77.034949, 38.858961 ], [ -77.034958, 38.858979 ], [ -77.034975, 38.859009 ], [ -77.034984, 38.859026 ], [ -77.034992, 38.859044 ], [ -77.034999, 38.859062 ], [ -77.035011, 38.859094 ], [ -77.035017, 38.859112 ], [ -77.035023, 38.859131 ], [ -77.03503, 38.859149 ], [ -77.035042, 38.859178 ], [ -77.035048, 38.859215 ], [ -77.035049, 38.859235 ], [ -77.035052, 38.859266 ], [ -77.035055, 38.859299 ], [ -77.035058, 38.859317 ], [ -77.035065, 38.859348 ], [ -77.035084, 38.859376 ], [ -77.0351, 38.859391 ], [ -77.035116, 38.859408 ], [ -77.03513, 38.859424 ], [ -77.035154, 38.859452 ], [ -77.035166, 38.859468 ], [ -77.03518, 38.859484 ], [ -77.035204, 38.859512 ], [ -77.035226, 38.859542 ], [ -77.035237, 38.85956 ], [ -77.03525, 38.859576 ], [ -77.035273, 38.859603 ], [ -77.035296, 38.859635 ], [ -77.035308, 38.859654 ], [ -77.035319, 38.85967 ], [ -77.035332, 38.859685 ], [ -77.035359, 38.859715 ], [ -77.035374, 38.859733 ], [ -77.035387, 38.859749 ], [ -77.035412, 38.859773 ], [ -77.03544, 38.859794 ], [ -77.035475, 38.859816 ], [ -77.035513, 38.859834 ], [ -77.035548, 38.859853 ], [ -77.035581, 38.859873 ], [ -77.035614, 38.859895 ], [ -77.035645, 38.859917 ], [ -77.035677, 38.859938 ], [ -77.035693, 38.859952 ], [ -77.035712, 38.859965 ], [ -77.035729, 38.859979 ], [ -77.035744, 38.859993 ], [ -77.03576, 38.860006 ], [ -77.035791, 38.860031 ], [ -77.035807, 38.860046 ], [ -77.035837, 38.860074 ], [ -77.035867, 38.860098 ], [ -77.035895, 38.860127 ], [ -77.03591, 38.860143 ], [ -77.035925, 38.860158 ], [ -77.035944, 38.860174 ], [ -77.035963, 38.860194 ], [ -77.035984, 38.860215 ], [ -77.03601, 38.860237 ], [ -77.036035, 38.860263 ], [ -77.036061, 38.860287 ], [ -77.036087, 38.860308 ], [ -77.036114, 38.86033 ], [ -77.036145, 38.860354 ], [ -77.036175, 38.860377 ], [ -77.036205, 38.860396 ], [ -77.036233, 38.860419 ], [ -77.036261, 38.860442 ], [ -77.036291, 38.860465 ], [ -77.036321, 38.860489 ], [ -77.036338, 38.860502 ], [ -77.036368, 38.860525 ], [ -77.0364, 38.860548 ], [ -77.036431, 38.860572 ], [ -77.036465, 38.860594 ], [ -77.036496, 38.860615 ], [ -77.036525, 38.860637 ], [ -77.036556, 38.860659 ], [ -77.036588, 38.860683 ], [ -77.036617, 38.860706 ], [ -77.036647, 38.860727 ], [ -77.036663, 38.860741 ], [ -77.036691, 38.860768 ], [ -77.036721, 38.860793 ], [ -77.036749, 38.860819 ], [ -77.036774, 38.860847 ], [ -77.036795, 38.860876 ], [ -77.036815, 38.860905 ], [ -77.036829, 38.860935 ], [ -77.03684, 38.86096 ], [ -77.036843, 38.860986 ], [ -77.036844, 38.861009 ], [ -77.03683, 38.861025 ], [ -77.036806, 38.861039 ], [ -77.036785, 38.861052 ], [ -77.036779, 38.861074 ], [ -77.036785, 38.861097 ], [ -77.036805, 38.861111 ], [ -77.036833, 38.861122 ], [ -77.036864, 38.861135 ], [ -77.036898, 38.861143 ], [ -77.036937, 38.861149 ], [ -77.036974, 38.861155 ], [ -77.037013, 38.861158 ], [ -77.037057, 38.861159 ], [ -77.037098, 38.861159 ], [ -77.037139, 38.861157 ], [ -77.037181, 38.861155 ], [ -77.037221, 38.861155 ], [ -77.037259, 38.861152 ], [ -77.037301, 38.861148 ], [ -77.037336, 38.861146 ], [ -77.037372, 38.861147 ], [ -77.037403, 38.861152 ], [ -77.03743, 38.86116 ], [ -77.03746, 38.861169 ], [ -77.037486, 38.861181 ], [ -77.037513, 38.861201 ], [ -77.037543, 38.861223 ], [ -77.037564, 38.861241 ], [ -77.037585, 38.861265 ], [ -77.037604, 38.861294 ], [ -77.03762, 38.861318 ], [ -77.037631, 38.861337 ], [ -77.037633, 38.861361 ], [ -77.037633, 38.861384 ], [ -77.037635, 38.86141 ], [ -77.037638, 38.861435 ], [ -77.037647, 38.861463 ], [ -77.037659, 38.86149 ], [ -77.037671, 38.861524 ], [ -77.037683, 38.861555 ], [ -77.037695, 38.86158 ], [ -77.037698, 38.8616 ], [ -77.037688, 38.861617 ], [ -77.037679, 38.86164 ], [ -77.037689, 38.861663 ], [ -77.037715, 38.86167 ], [ -77.037732, 38.861691 ], [ -77.037742, 38.861722 ], [ -77.037748, 38.861741 ], [ -77.037754, 38.861759 ], [ -77.037766, 38.861794 ], [ -77.037772, 38.861812 ], [ -77.037777, 38.861831 ], [ -77.037782, 38.861849 ], [ -77.037792, 38.861882 ], [ -77.037803, 38.861916 ], [ -77.037811, 38.861948 ], [ -77.037818, 38.861981 ], [ -77.037823, 38.862 ], [ -77.037826, 38.862018 ], [ -77.037832, 38.862049 ], [ -77.03784, 38.862083 ], [ -77.037848, 38.862116 ], [ -77.037854, 38.862148 ], [ -77.037858, 38.862166 ], [ -77.037861, 38.862184 ], [ -77.037866, 38.862217 ], [ -77.03787, 38.862252 ], [ -77.037873, 38.862271 ], [ -77.037876, 38.862289 ], [ -77.037878, 38.862307 ], [ -77.037883, 38.862342 ], [ -77.037885, 38.86236 ], [ -77.037889, 38.862392 ], [ -77.037893, 38.862427 ], [ -77.037896, 38.862447 ], [ -77.037899, 38.862465 ], [ -77.037903, 38.862497 ], [ -77.037906, 38.862515 ], [ -77.037908, 38.862535 ], [ -77.037915, 38.862568 ], [ -77.03792, 38.862603 ], [ -77.037928, 38.862637 ], [ -77.037935, 38.862667 ], [ -77.037944, 38.862702 ], [ -77.037952, 38.862734 ], [ -77.03796, 38.862763 ], [ -77.037964, 38.862798 ], [ -77.037964, 38.862828 ], [ -77.037967, 38.862857 ], [ -77.037971, 38.86289 ], [ -77.037976, 38.86292 ], [ -77.037982, 38.862949 ], [ -77.037991, 38.86298 ], [ -77.037996, 38.863007 ], [ -77.038, 38.863035 ], [ -77.038004, 38.86307 ], [ -77.038003, 38.863098 ], [ -77.038, 38.863127 ], [ -77.037998, 38.863159 ], [ -77.038001, 38.863187 ], [ -77.038008, 38.863214 ], [ -77.038021, 38.863239 ], [ -77.03804, 38.863257 ], [ -77.03806, 38.863275 ], [ -77.038082, 38.863293 ], [ -77.038109, 38.863302 ], [ -77.038131, 38.86331 ], [ -77.038147, 38.863329 ], [ -77.038164, 38.863342 ], [ -77.038183, 38.863354 ], [ -77.038207, 38.863362 ], [ -77.038236, 38.863368 ], [ -77.038271, 38.863372 ], [ -77.038307, 38.863375 ], [ -77.038342, 38.863375 ], [ -77.03838, 38.863371 ], [ -77.03842, 38.863368 ], [ -77.038458, 38.863364 ], [ -77.038489, 38.863359 ], [ -77.03852, 38.863355 ], [ -77.038555, 38.863351 ], [ -77.038584, 38.863349 ], [ -77.038613, 38.863355 ], [ -77.038639, 38.863356 ], [ -77.038672, 38.863353 ], [ -77.038701, 38.86335 ], [ -77.038736, 38.863345 ], [ -77.038766, 38.863339 ], [ -77.038804, 38.863338 ], [ -77.038847, 38.863338 ], [ -77.038871, 38.863337 ], [ -77.038916, 38.863337 ], [ -77.038954, 38.863338 ], [ -77.038984, 38.863335 ], [ -77.039029, 38.863333 ], [ -77.039076, 38.863331 ], [ -77.039106, 38.863331 ], [ -77.039138, 38.863329 ], [ -77.039166, 38.863329 ], [ -77.039191, 38.863328 ], [ -77.039223, 38.863326 ], [ -77.039258, 38.863324 ], [ -77.039285, 38.863323 ], [ -77.039311, 38.86332 ], [ -77.039344, 38.863318 ], [ -77.039377, 38.863316 ], [ -77.039403, 38.863314 ], [ -77.039429, 38.863313 ], [ -77.039462, 38.863311 ], [ -77.03949, 38.863309 ], [ -77.03953, 38.863305 ], [ -77.039572, 38.863293 ], [ -77.039594, 38.863287 ], [ -77.039631, 38.863274 ], [ -77.039667, 38.863263 ], [ -77.039704, 38.863252 ], [ -77.039738, 38.863241 ], [ -77.039767, 38.863229 ], [ -77.039792, 38.863219 ], [ -77.039805, 38.8632 ], [ -77.039809, 38.863169 ], [ -77.039809, 38.863136 ], [ -77.039809, 38.863102 ], [ -77.039808, 38.863084 ], [ -77.039809, 38.863057 ], [ -77.039808, 38.863034 ], [ -77.03981, 38.862997 ], [ -77.039812, 38.862976 ], [ -77.039812, 38.862956 ], [ -77.039813, 38.862936 ], [ -77.039814, 38.862915 ], [ -77.039815, 38.862892 ], [ -77.039816, 38.862872 ], [ -77.039816, 38.862854 ], [ -77.039816, 38.86282 ], [ -77.039819, 38.862795 ], [ -77.039821, 38.862777 ], [ -77.039828, 38.862747 ], [ -77.039842, 38.862716 ], [ -77.039858, 38.86269 ], [ -77.039882, 38.862662 ], [ -77.03991, 38.862635 ], [ -77.039934, 38.862608 ], [ -77.039962, 38.862585 ], [ -77.039979, 38.862572 ], [ -77.039995, 38.862559 ], [ -77.040027, 38.862535 ], [ -77.04006, 38.862513 ], [ -77.040093, 38.862496 ], [ -77.040118, 38.862476 ], [ -77.04014, 38.862456 ], [ -77.040167, 38.862437 ], [ -77.0402, 38.86242 ], [ -77.040231, 38.862406 ], [ -77.040259, 38.862397 ], [ -77.040288, 38.862388 ], [ -77.040312, 38.862378 ], [ -77.040335, 38.862375 ], [ -77.04037, 38.862375 ], [ -77.040402, 38.862385 ], [ -77.040441, 38.862401 ], [ -77.040478, 38.862421 ], [ -77.040498, 38.862431 ], [ -77.040538, 38.862448 ], [ -77.040559, 38.862458 ], [ -77.040581, 38.862467 ], [ -77.040602, 38.862476 ], [ -77.040624, 38.862486 ], [ -77.040645, 38.862496 ], [ -77.040665, 38.862507 ], [ -77.040686, 38.862517 ], [ -77.040723, 38.862537 ], [ -77.040743, 38.862547 ], [ -77.040764, 38.862559 ], [ -77.040786, 38.862571 ], [ -77.040806, 38.862584 ], [ -77.04084, 38.862606 ], [ -77.040876, 38.862625 ], [ -77.04091, 38.862649 ], [ -77.040925, 38.862663 ], [ -77.040952, 38.862687 ], [ -77.040977, 38.862708 ], [ -77.041006, 38.862732 ], [ -77.041036, 38.862753 ], [ -77.041058, 38.862771 ], [ -77.041078, 38.862788 ], [ -77.041108, 38.862811 ], [ -77.041138, 38.86283 ], [ -77.041164, 38.862844 ], [ -77.041194, 38.862854 ], [ -77.04122, 38.862861 ], [ -77.041245, 38.862872 ], [ -77.041265, 38.862889 ], [ -77.041282, 38.862906 ], [ -77.041303, 38.86293 ], [ -77.041324, 38.862952 ], [ -77.04134, 38.862966 ], [ -77.041425, 38.863028 ], [ -77.041453, 38.863051 ], [ -77.041469, 38.863066 ], [ -77.041487, 38.863079 ], [ -77.041504, 38.863092 ], [ -77.041521, 38.863105 ], [ -77.041537, 38.863118 ], [ -77.041567, 38.863144 ], [ -77.041598, 38.863166 ], [ -77.041631, 38.863187 ], [ -77.041665, 38.863207 ], [ -77.041684, 38.863218 ], [ -77.041725, 38.863236 ], [ -77.041766, 38.86325 ], [ -77.041801, 38.863266 ], [ -77.04184, 38.863282 ], [ -77.041879, 38.863292 ], [ -77.04192, 38.863302 ], [ -77.04196, 38.863312 ], [ -77.041995, 38.863323 ], [ -77.042029, 38.86334 ], [ -77.042063, 38.863357 ], [ -77.042098, 38.86337 ], [ -77.042131, 38.86338 ], [ -77.042162, 38.863394 ], [ -77.042195, 38.863408 ], [ -77.042231, 38.863417 ], [ -77.042268, 38.863428 ], [ -77.042306, 38.863439 ], [ -77.042346, 38.863446 ], [ -77.042391, 38.863452 ], [ -77.042431, 38.863457 ], [ -77.042468, 38.86346 ], [ -77.0425, 38.863457 ], [ -77.042522, 38.863446 ], [ -77.042543, 38.863433 ], [ -77.042564, 38.863418 ], [ -77.042578, 38.863399 ], [ -77.042588, 38.863378 ], [ -77.042595, 38.863358 ], [ -77.042605, 38.86334 ], [ -77.042658, 38.863307 ], [ -77.042763, 38.863372 ], [ -77.042736, 38.863425 ], [ -77.042719, 38.863438 ], [ -77.042701, 38.863465 ], [ -77.042675, 38.863485 ], [ -77.042648, 38.863504 ], [ -77.042633, 38.863524 ], [ -77.042634, 38.863547 ], [ -77.04265, 38.86356 ], [ -77.042452, 38.863945 ], [ -77.042529, 38.863701 ], [ -77.042505, 38.863684 ], [ -77.042475, 38.863683 ], [ -77.042434, 38.863686 ], [ -77.042395, 38.863689 ], [ -77.042364, 38.863698 ], [ -77.042336, 38.863711 ], [ -77.042306, 38.86372 ], [ -77.042274, 38.863724 ], [ -77.04224, 38.863727 ], [ -77.042217, 38.863741 ], [ -77.042184, 38.863754 ], [ -77.042136, 38.863761 ], [ -77.042112, 38.86376 ], [ -77.042069, 38.863753 ], [ -77.04203, 38.863745 ], [ -77.041993, 38.863736 ], [ -77.041962, 38.863726 ], [ -77.041933, 38.863712 ], [ -77.0419, 38.8637 ], [ -77.041863, 38.863698 ], [ -77.041828, 38.863687 ], [ -77.041802, 38.863682 ], [ -77.041775, 38.863677 ], [ -77.041747, 38.863674 ], [ -77.041719, 38.863672 ], [ -77.041693, 38.863669 ], [ -77.041669, 38.863667 ], [ -77.041627, 38.863669 ], [ -77.041588, 38.863673 ], [ -77.041548, 38.863678 ], [ -77.041507, 38.863675 ], [ -77.041462, 38.863675 ], [ -77.04142, 38.86368 ], [ -77.041385, 38.863687 ], [ -77.041351, 38.863689 ], [ -77.041319, 38.863682 ], [ -77.041296, 38.863691 ], [ -77.041287, 38.863708 ], [ -77.041225, 38.863736 ], [ -77.041196, 38.863735 ], [ -77.041165, 38.863736 ], [ -77.041135, 38.863735 ], [ -77.041099, 38.863735 ], [ -77.041067, 38.863736 ], [ -77.041031, 38.863736 ], [ -77.040994, 38.863736 ], [ -77.040974, 38.863675 ], [ -77.040932, 38.86365 ], [ -77.040896, 38.863655 ], [ -77.040863, 38.863664 ], [ -77.040828, 38.863662 ], [ -77.040787, 38.86366 ], [ -77.040761, 38.863664 ], [ -77.040733, 38.863668 ], [ -77.040704, 38.863672 ], [ -77.040675, 38.863677 ], [ -77.040646, 38.86368 ], [ -77.040617, 38.863683 ], [ -77.040589, 38.863686 ], [ -77.040561, 38.863688 ], [ -77.040533, 38.86369 ], [ -77.040505, 38.863691 ], [ -77.040477, 38.863692 ], [ -77.040447, 38.863694 ], [ -77.040416, 38.863696 ], [ -77.040386, 38.863701 ], [ -77.040357, 38.863705 ], [ -77.040331, 38.863709 ], [ -77.040236, 38.863726 ], [ -77.040214, 38.863732 ], [ -77.040178, 38.86375 ], [ -77.040137, 38.863762 ], [ -77.040112, 38.863766 ], [ -77.040086, 38.863771 ], [ -77.040062, 38.863775 ], [ -77.040038, 38.86378 ], [ -77.03997, 38.863793 ], [ -77.039929, 38.863802 ], [ -77.039889, 38.86381 ], [ -77.039852, 38.863819 ], [ -77.039812, 38.863829 ], [ -77.039773, 38.863841 ], [ -77.039743, 38.86385 ], [ -77.039686, 38.863869 ], [ -77.039644, 38.863872 ], [ -77.039619, 38.863871 ], [ -77.039573, 38.863872 ], [ -77.039549, 38.863874 ], [ -77.039505, 38.863882 ], [ -77.039465, 38.86389 ], [ -77.039421, 38.863889 ], [ -77.039394, 38.863887 ], [ -77.03937, 38.863888 ], [ -77.039345, 38.86389 ], [ -77.03932, 38.863893 ], [ -77.039294, 38.863895 ], [ -77.03927, 38.863897 ], [ -77.039247, 38.863899 ], [ -77.039219, 38.863902 ], [ -77.039193, 38.863904 ], [ -77.039164, 38.863906 ], [ -77.039139, 38.863908 ], [ -77.039114, 38.86391 ], [ -77.039089, 38.863912 ], [ -77.039065, 38.863911 ], [ -77.03904, 38.863912 ], [ -77.038969, 38.863916 ], [ -77.038926, 38.863919 ], [ -77.038884, 38.863924 ], [ -77.038839, 38.863935 ], [ -77.038816, 38.863938 ], [ -77.038793, 38.863941 ], [ -77.03877, 38.863944 ], [ -77.038746, 38.863947 ], [ -77.03872, 38.863951 ], [ -77.038698, 38.863957 ], [ -77.038676, 38.863964 ], [ -77.038654, 38.86397 ], [ -77.038616, 38.863985 ], [ -77.038581, 38.864 ], [ -77.038539, 38.864 ], [ -77.038497, 38.863994 ], [ -77.038455, 38.863997 ], [ -77.038412, 38.864007 ], [ -77.038368, 38.864012 ], [ -77.038321, 38.864013 ], [ -77.038274, 38.864021 ], [ -77.038252, 38.864028 ], [ -77.03821, 38.864047 ], [ -77.03819, 38.864057 ], [ -77.03817, 38.864067 ], [ -77.03813, 38.864087 ], [ -77.03811, 38.864099 ], [ -77.038094, 38.864112 ], [ -77.038071, 38.864138 ], [ -77.038043, 38.864163 ], [ -77.038026, 38.864177 ], [ -77.038009, 38.864191 ], [ -77.037991, 38.864205 ], [ -77.037962, 38.864235 ], [ -77.037947, 38.864251 ], [ -77.037935, 38.864267 ], [ -77.037924, 38.864284 ], [ -77.037915, 38.864303 ], [ -77.037906, 38.864322 ], [ -77.037897, 38.864339 ], [ -77.03789, 38.864357 ], [ -77.037884, 38.864375 ], [ -77.037879, 38.864395 ], [ -77.037872, 38.864413 ], [ -77.03786, 38.864447 ], [ -77.037845, 38.86448 ], [ -77.037832, 38.864512 ], [ -77.037821, 38.864544 ], [ -77.037812, 38.864561 ], [ -77.037803, 38.864579 ], [ -77.037796, 38.864597 ], [ -77.037788, 38.864614 ], [ -77.037776, 38.864644 ], [ -77.037763, 38.864687 ], [ -77.037755, 38.864718 ], [ -77.037746, 38.864749 ], [ -77.037739, 38.864781 ], [ -77.037735, 38.864828 ], [ -77.037734, 38.86485 ], [ -77.037734, 38.864872 ], [ -77.037733, 38.864895 ], [ -77.037735, 38.864919 ], [ -77.037738, 38.864944 ], [ -77.037742, 38.864965 ], [ -77.037738, 38.865023 ], [ -77.037734, 38.865045 ], [ -77.037734, 38.865066 ], [ -77.037735, 38.865087 ], [ -77.037735, 38.865106 ], [ -77.037737, 38.865147 ], [ -77.03774, 38.865184 ], [ -77.037744, 38.865221 ], [ -77.037748, 38.865257 ], [ -77.037753, 38.865294 ], [ -77.037758, 38.865331 ], [ -77.037764, 38.865368 ], [ -77.037768, 38.865396 ], [ -77.037772, 38.865423 ], [ -77.037777, 38.86545 ], [ -77.03778, 38.865477 ], [ -77.037783, 38.865504 ], [ -77.037785, 38.865538 ], [ -77.037785, 38.865567 ], [ -77.037786, 38.865596 ], [ -77.037797, 38.865651 ], [ -77.037811, 38.865676 ], [ -77.03783, 38.865708 ], [ -77.037837, 38.865737 ], [ -77.037838, 38.865767 ], [ -77.037837, 38.865797 ], [ -77.037837, 38.865828 ], [ -77.037841, 38.865858 ], [ -77.037847, 38.865891 ], [ -77.037851, 38.86591 ], [ -77.037855, 38.865929 ], [ -77.037859, 38.865949 ], [ -77.037862, 38.865968 ], [ -77.037866, 38.865987 ], [ -77.037873, 38.86603 ], [ -77.037875, 38.866056 ], [ -77.037877, 38.866082 ], [ -77.037878, 38.866108 ], [ -77.037879, 38.866134 ], [ -77.037884, 38.866178 ], [ -77.03789, 38.866215 ], [ -77.037898, 38.866252 ], [ -77.037907, 38.866289 ], [ -77.037916, 38.866326 ], [ -77.037925, 38.866363 ], [ -77.037932, 38.8664 ], [ -77.037943, 38.866448 ], [ -77.037953, 38.86648 ], [ -77.037964, 38.866513 ], [ -77.037975, 38.866545 ], [ -77.037985, 38.866577 ], [ -77.037991, 38.86661 ], [ -77.037998, 38.866664 ], [ -77.038007, 38.866693 ], [ -77.038017, 38.866721 ], [ -77.038029, 38.866749 ], [ -77.038041, 38.866776 ], [ -77.038052, 38.866804 ], [ -77.038067, 38.866839 ], [ -77.038083, 38.866873 ], [ -77.0381, 38.866907 ], [ -77.038115, 38.866941 ], [ -77.038127, 38.866975 ], [ -77.038135, 38.86701 ], [ -77.03814, 38.867043 ], [ -77.038147, 38.867067 ], [ -77.038155, 38.867091 ], [ -77.038165, 38.867115 ], [ -77.038175, 38.867139 ], [ -77.038185, 38.867162 ], [ -77.038202, 38.867199 ], [ -77.038215, 38.867223 ], [ -77.038228, 38.867247 ], [ -77.038239, 38.867272 ], [ -77.038249, 38.867296 ], [ -77.038256, 38.867322 ], [ -77.038262, 38.867351 ], [ -77.038267, 38.867374 ], [ -77.038274, 38.867397 ], [ -77.038282, 38.867419 ], [ -77.038291, 38.867442 ], [ -77.038337, 38.867527 ], [ -77.038349, 38.867551 ], [ -77.038362, 38.867575 ], [ -77.038385, 38.867625 ], [ -77.038411, 38.867676 ], [ -77.038432, 38.86771 ], [ -77.038455, 38.867744 ], [ -77.038477, 38.867777 ], [ -77.038496, 38.867812 ], [ -77.03851, 38.867848 ], [ -77.038527, 38.867896 ], [ -77.038543, 38.867929 ], [ -77.038561, 38.867961 ], [ -77.038578, 38.867994 ], [ -77.038591, 38.868027 ], [ -77.038599, 38.868061 ], [ -77.038606, 38.868099 ], [ -77.038616, 38.868124 ], [ -77.038629, 38.868148 ], [ -77.038642, 38.868173 ], [ -77.038652, 38.868197 ], [ -77.038659, 38.868223 ], [ -77.038668, 38.868263 ], [ -77.038684, 38.868288 ], [ -77.038702, 38.868313 ], [ -77.03872, 38.868338 ], [ -77.038735, 38.868364 ], [ -77.038742, 38.868391 ], [ -77.03875, 38.86843 ], [ -77.038765, 38.868461 ], [ -77.038785, 38.868491 ], [ -77.038808, 38.868521 ], [ -77.03883, 38.868551 ], [ -77.03885, 38.868582 ], [ -77.038873, 38.86862 ], [ -77.038897, 38.868659 ], [ -77.03892, 38.868697 ], [ -77.038943, 38.868736 ], [ -77.038964, 38.868775 ], [ -77.038984, 38.868815 ], [ -77.039008, 38.868868 ], [ -77.039025, 38.868904 ], [ -77.039044, 38.86894 ], [ -77.039062, 38.868975 ], [ -77.039081, 38.869011 ], [ -77.0391, 38.869046 ], [ -77.039114, 38.869071 ], [ -77.03913, 38.869096 ], [ -77.039145, 38.869121 ], [ -77.039159, 38.869146 ], [ -77.039172, 38.869172 ], [ -77.039183, 38.869198 ], [ -77.039195, 38.869231 ], [ -77.039206, 38.869253 ], [ -77.039217, 38.869275 ], [ -77.039228, 38.869297 ], [ -77.03924, 38.869319 ], [ -77.039251, 38.86934 ], [ -77.039314, 38.869462 ], [ -77.03933, 38.869488 ], [ -77.039376, 38.869571 ], [ -77.039391, 38.869595 ], [ -77.039407, 38.869617 ], [ -77.039423, 38.869638 ], [ -77.039436, 38.86966 ], [ -77.03944, 38.869679 ], [ -77.039464, 38.869732 ], [ -77.039481, 38.869754 ], [ -77.039496, 38.869776 ], [ -77.039508, 38.869797 ], [ -77.039518, 38.869816 ], [ -77.039527, 38.869836 ], [ -77.039538, 38.869857 ], [ -77.03955, 38.869878 ], [ -77.039562, 38.8699 ], [ -77.039574, 38.86992 ], [ -77.039587, 38.869937 ], [ -77.039603, 38.869954 ], [ -77.03962, 38.869973 ], [ -77.039636, 38.869993 ], [ -77.039652, 38.870015 ], [ -77.039665, 38.870036 ], [ -77.039677, 38.870054 ], [ -77.03969, 38.870072 ], [ -77.039703, 38.870089 ], [ -77.039715, 38.870107 ], [ -77.039728, 38.870127 ], [ -77.039744, 38.870147 ], [ -77.039759, 38.870168 ], [ -77.039774, 38.87019 ], [ -77.039839, 38.870315 ], [ -77.039853, 38.870334 ], [ -77.039865, 38.870356 ], [ -77.039878, 38.870384 ], [ -77.039889, 38.870411 ], [ -77.039901, 38.870437 ], [ -77.039918, 38.870461 ], [ -77.039933, 38.870488 ], [ -77.03995, 38.870516 ], [ -77.039971, 38.87054 ], [ -77.039991, 38.870561 ], [ -77.04001, 38.870581 ], [ -77.04003, 38.870602 ], [ -77.040051, 38.870627 ], [ -77.040068, 38.870654 ], [ -77.040081, 38.870676 ], [ -77.040096, 38.870701 ], [ -77.040105, 38.870721 ], [ -77.04012, 38.870744 ], [ -77.040135, 38.87077 ], [ -77.040153, 38.870797 ], [ -77.040171, 38.870824 ], [ -77.040188, 38.870852 ], [ -77.040207, 38.87088 ], [ -77.040227, 38.870908 ], [ -77.040251, 38.870929 ], [ -77.040274, 38.870948 ], [ -77.040296, 38.870967 ], [ -77.04032, 38.870984 ], [ -77.040344, 38.871004 ], [ -77.040364, 38.871028 ], [ -77.040379, 38.871056 ], [ -77.040396, 38.871082 ], [ -77.040412, 38.871107 ], [ -77.040429, 38.871133 ], [ -77.040445, 38.871162 ], [ -77.040466, 38.87119 ], [ -77.040487, 38.871215 ], [ -77.040507, 38.87124 ], [ -77.040531, 38.871263 ], [ -77.04056, 38.871285 ], [ -77.040587, 38.871307 ], [ -77.040607, 38.871331 ], [ -77.040625, 38.871359 ], [ -77.040643, 38.871387 ], [ -77.040663, 38.871414 ], [ -77.040684, 38.871441 ], [ -77.040706, 38.871464 ], [ -77.040729, 38.871487 ], [ -77.040752, 38.871511 ], [ -77.040778, 38.871534 ], [ -77.040805, 38.871556 ], [ -77.040835, 38.871577 ], [ -77.040866, 38.871599 ], [ -77.040893, 38.871622 ], [ -77.040914, 38.871646 ], [ -77.040934, 38.87167 ], [ -77.040959, 38.871691 ], [ -77.040978, 38.871707 ], [ -77.041011, 38.871745 ], [ -77.04104, 38.871779 ], [ -77.041063, 38.871808 ], [ -77.041103, 38.871852 ], [ -77.041181, 38.871944 ], [ -77.041254, 38.872032 ], [ -77.04129, 38.872073 ], [ -77.04133, 38.872119 ], [ -77.041406, 38.872209 ], [ -77.041429, 38.872235 ], [ -77.041442, 38.87225 ], [ -77.041474, 38.872287 ], [ -77.041525, 38.872346 ], [ -77.041563, 38.872391 ], [ -77.0416, 38.872434 ], [ -77.041637, 38.872477 ], [ -77.041672, 38.872533 ], [ -77.04171, 38.872572 ], [ -77.041762, 38.872609 ], [ -77.041819, 38.872644 ], [ -77.041843, 38.872658 ], [ -77.041877, 38.872678 ], [ -77.041929, 38.872715 ], [ -77.041981, 38.872749 ], [ -77.042039, 38.872783 ], [ -77.042096, 38.872817 ], [ -77.042147, 38.872851 ], [ -77.042167, 38.872872 ], [ -77.042186, 38.872891 ], [ -77.042205, 38.872938 ], [ -77.042212, 38.872957 ], [ -77.042282, 38.873051 ], [ -77.042335, 38.873118 ], [ -77.042391, 38.873174 ], [ -77.042487, 38.873253 ], [ -77.042575, 38.873329 ], [ -77.042655, 38.873408 ], [ -77.04269, 38.873444 ], [ -77.042728, 38.873481 ], [ -77.042763, 38.873517 ], [ -77.0428, 38.873554 ], [ -77.042834, 38.873593 ], [ -77.042864, 38.87363 ], [ -77.042915, 38.873684 ], [ -77.042965, 38.87374 ], [ -77.043014, 38.873794 ], [ -77.043065, 38.873844 ], [ -77.043117, 38.873897 ], [ -77.043168, 38.873947 ], [ -77.043274, 38.874053 ], [ -77.043334, 38.87411 ], [ -77.043394, 38.874159 ], [ -77.043502, 38.874237 ], [ -77.043796, 38.874269 ], [ -77.043867, 38.874277 ], [ -77.043935, 38.874322 ], [ -77.04399, 38.874362 ], [ -77.04405, 38.874406 ], [ -77.044108, 38.874451 ], [ -77.044136, 38.874472 ], [ -77.044168, 38.874495 ], [ -77.044227, 38.874539 ], [ -77.044287, 38.874583 ], [ -77.044348, 38.874626 ], [ -77.044403, 38.874665 ], [ -77.04446, 38.874705 ], [ -77.044515, 38.874744 ], [ -77.044571, 38.874783 ], [ -77.044629, 38.874821 ], [ -77.044685, 38.874861 ], [ -77.044722, 38.874888 ], [ -77.044761, 38.874914 ], [ -77.044798, 38.87494 ], [ -77.044835, 38.874966 ], [ -77.044872, 38.874994 ], [ -77.04491, 38.87502 ], [ -77.044959, 38.875059 ], [ -77.045007, 38.875098 ], [ -77.045056, 38.875136 ], [ -77.045104, 38.875176 ], [ -77.045152, 38.875215 ], [ -77.045201, 38.875253 ], [ -77.045235, 38.875277 ], [ -77.04527, 38.875301 ], [ -77.045305, 38.875324 ], [ -77.045339, 38.875348 ], [ -77.045374, 38.875372 ], [ -77.045404, 38.8754 ], [ -77.04542, 38.875415 ], [ -77.045439, 38.875431 ], [ -77.045474, 38.875454 ], [ -77.045511, 38.875474 ], [ -77.045552, 38.875496 ], [ -77.045575, 38.875505 ], [ -77.045599, 38.875515 ], [ -77.045623, 38.875524 ], [ -77.045644, 38.875537 ], [ -77.045663, 38.87555 ], [ -77.045691, 38.87557 ], [ -77.045734, 38.875582 ], [ -77.045759, 38.875586 ], [ -77.045782, 38.87559 ], [ -77.045807, 38.875596 ], [ -77.045837, 38.875607 ], [ -77.045869, 38.875613 ], [ -77.045901, 38.875616 ], [ -77.045927, 38.875616 ], [ -77.045969, 38.875616 ], [ -77.046005, 38.875617 ], [ -77.046042, 38.875617 ], [ -77.046082, 38.875614 ], [ -77.046123, 38.87561 ], [ -77.046163, 38.875605 ], [ -77.046201, 38.8756 ], [ -77.046239, 38.875594 ], [ -77.046276, 38.875587 ], [ -77.046299, 38.87558 ], [ -77.04633, 38.875567 ], [ -77.046356, 38.875556 ], [ -77.046381, 38.875547 ], [ -77.046403, 38.875539 ], [ -77.046434, 38.875527 ], [ -77.046458, 38.875514 ], [ -77.046481, 38.875501 ], [ -77.046503, 38.87549 ], [ -77.046536, 38.875475 ], [ -77.046565, 38.875461 ], [ -77.046594, 38.875447 ], [ -77.046626, 38.875432 ], [ -77.046662, 38.875415 ], [ -77.046697, 38.875398 ], [ -77.046743, 38.875377 ], [ -77.046771, 38.875365 ], [ -77.046801, 38.875352 ], [ -77.046829, 38.875339 ], [ -77.046917, 38.875284 ], [ -77.047, 38.875231 ], [ -77.047057, 38.875176 ], [ -77.047073, 38.875157 ], [ -77.047105, 38.875134 ], [ -77.047135, 38.875109 ], [ -77.047148, 38.875093 ], [ -77.047159, 38.875073 ], [ -77.047171, 38.875053 ], [ -77.047197, 38.875019 ], [ -77.047208, 38.874999 ], [ -77.047214, 38.87498 ], [ -77.047219, 38.874958 ], [ -77.047224, 38.874922 ], [ -77.047224, 38.874899 ], [ -77.047223, 38.874876 ], [ -77.047219, 38.874857 ], [ -77.047213, 38.874836 ], [ -77.047198, 38.874799 ], [ -77.047189, 38.874778 ], [ -77.047181, 38.874758 ], [ -77.047172, 38.874736 ], [ -77.047163, 38.874719 ], [ -77.047157, 38.8747 ], [ -77.047151, 38.874683 ], [ -77.047143, 38.874661 ], [ -77.047133, 38.874642 ], [ -77.04712, 38.874618 ], [ -77.047076, 38.874557 ], [ -77.047062, 38.874542 ], [ -77.047049, 38.874527 ], [ -77.047027, 38.87451 ], [ -77.046989, 38.874485 ], [ -77.046972, 38.874472 ], [ -77.046953, 38.87446 ], [ -77.046935, 38.874445 ], [ -77.046917, 38.874428 ], [ -77.046903, 38.874411 ], [ -77.046888, 38.874394 ], [ -77.046874, 38.874378 ], [ -77.04686, 38.874363 ], [ -77.046846, 38.874348 ], [ -77.046829, 38.874329 ], [ -77.046811, 38.874311 ], [ -77.046794, 38.874295 ], [ -77.046777, 38.874278 ], [ -77.04676, 38.874262 ], [ -77.046742, 38.874244 ], [ -77.046726, 38.874227 ], [ -77.04671, 38.874212 ], [ -77.046691, 38.874195 ], [ -77.046674, 38.87418 ], [ -77.046641, 38.874141 ], [ -77.046626, 38.874123 ], [ -77.046611, 38.874105 ], [ -77.046594, 38.874088 ], [ -77.046579, 38.874072 ], [ -77.046565, 38.874057 ], [ -77.046549, 38.874042 ], [ -77.046479, 38.874027 ], [ -77.046455, 38.874023 ], [ -77.046431, 38.874016 ], [ -77.04641, 38.874004 ], [ -77.0464, 38.873986 ], [ -77.046394, 38.873966 ], [ -77.046392, 38.873945 ], [ -77.046391, 38.873924 ], [ -77.046389, 38.873903 ], [ -77.046387, 38.873878 ], [ -77.046386, 38.873857 ], [ -77.046383, 38.873819 ], [ -77.046381, 38.873796 ], [ -77.04638, 38.873731 ], [ -77.046383, 38.873712 ], [ -77.046385, 38.873694 ], [ -77.046387, 38.873672 ], [ -77.04639, 38.873653 ], [ -77.046395, 38.873634 ], [ -77.0464, 38.873615 ], [ -77.046408, 38.873593 ], [ -77.046417, 38.873571 ], [ -77.046425, 38.87355 ], [ -77.046432, 38.873531 ], [ -77.04644, 38.873509 ], [ -77.046448, 38.873492 ], [ -77.046457, 38.873471 ], [ -77.046484, 38.873409 ], [ -77.046492, 38.87339 ], [ -77.046503, 38.873369 ], [ -77.046511, 38.87335 ], [ -77.046517, 38.873331 ], [ -77.046523, 38.873308 ], [ -77.046528, 38.873288 ], [ -77.046531, 38.873269 ], [ -77.046535, 38.87325 ], [ -77.04654, 38.873232 ], [ -77.046544, 38.873213 ], [ -77.046546, 38.873195 ], [ -77.046547, 38.873177 ], [ -77.046547, 38.873156 ], [ -77.046544, 38.873088 ], [ -77.046542, 38.873067 ], [ -77.04654, 38.873046 ], [ -77.046536, 38.873028 ], [ -77.046532, 38.87301 ], [ -77.046525, 38.872986 ], [ -77.046517, 38.872963 ], [ -77.04651, 38.872945 ], [ -77.046502, 38.872927 ], [ -77.046492, 38.872909 ], [ -77.046482, 38.872892 ], [ -77.04647, 38.872871 ], [ -77.046457, 38.872851 ], [ -77.046446, 38.872834 ], [ -77.046436, 38.872816 ], [ -77.046426, 38.872795 ], [ -77.046418, 38.872776 ], [ -77.046409, 38.872756 ], [ -77.046401, 38.872735 ], [ -77.046393, 38.872718 ], [ -77.04637, 38.872681 ], [ -77.046359, 38.872665 ], [ -77.046346, 38.872646 ], [ -77.046334, 38.872625 ], [ -77.046322, 38.872606 ], [ -77.04631, 38.872585 ], [ -77.046299, 38.872564 ], [ -77.046288, 38.872546 ], [ -77.046277, 38.872527 ], [ -77.046266, 38.87251 ], [ -77.046256, 38.872492 ], [ -77.046247, 38.872473 ], [ -77.04624, 38.872455 ], [ -77.046249, 38.87236 ], [ -77.046262, 38.872341 ], [ -77.046276, 38.872321 ], [ -77.046288, 38.872305 ], [ -77.0463, 38.872289 ], [ -77.046314, 38.872271 ], [ -77.046329, 38.872252 ], [ -77.046342, 38.872236 ], [ -77.046358, 38.872217 ], [ -77.046371, 38.872201 ], [ -77.046386, 38.872184 ], [ -77.046401, 38.872167 ], [ -77.046417, 38.872152 ], [ -77.046436, 38.872137 ], [ -77.046457, 38.872121 ], [ -77.046476, 38.872103 ], [ -77.04649, 38.872088 ], [ -77.046502, 38.872073 ], [ -77.046517, 38.872057 ], [ -77.046535, 38.872041 ], [ -77.046552, 38.872027 ], [ -77.046573, 38.872012 ], [ -77.046592, 38.871999 ], [ -77.046616, 38.871985 ], [ -77.046655, 38.871955 ], [ -77.046716, 38.87191 ], [ -77.046752, 38.871886 ], [ -77.046807, 38.871854 ], [ -77.046828, 38.871845 ], [ -77.046852, 38.871837 ], [ -77.046878, 38.87183 ], [ -77.046904, 38.871824 ], [ -77.046926, 38.871819 ], [ -77.046948, 38.871812 ], [ -77.046973, 38.871805 ], [ -77.046999, 38.871798 ], [ -77.047026, 38.871793 ], [ -77.04705, 38.871791 ], [ -77.047076, 38.871789 ], [ -77.047104, 38.871785 ], [ -77.047131, 38.87178 ], [ -77.047155, 38.871774 ], [ -77.047181, 38.871769 ], [ -77.047211, 38.871763 ], [ -77.047242, 38.871757 ], [ -77.04727, 38.871752 ], [ -77.04736, 38.871736 ], [ -77.047389, 38.871733 ], [ -77.047416, 38.87173 ], [ -77.047447, 38.871726 ], [ -77.04748, 38.871719 ], [ -77.047508, 38.871713 ], [ -77.047535, 38.871706 ], [ -77.047564, 38.871699 ], [ -77.047595, 38.871692 ], [ -77.047622, 38.871687 ], [ -77.047649, 38.871681 ], [ -77.047681, 38.871675 ], [ -77.047714, 38.871671 ], [ -77.04777, 38.871664 ], [ -77.047803, 38.87166 ], [ -77.047832, 38.871655 ], [ -77.047857, 38.871651 ], [ -77.047883, 38.871646 ], [ -77.047919, 38.871639 ], [ -77.047961, 38.871629 ], [ -77.047984, 38.871622 ], [ -77.048074, 38.871592 ], [ -77.048117, 38.871583 ], [ -77.048142, 38.871579 ], [ -77.048164, 38.871576 ], [ -77.048215, 38.871567 ], [ -77.048283, 38.871553 ], [ -77.048322, 38.871545 ], [ -77.048362, 38.871535 ], [ -77.048392, 38.871527 ], [ -77.048422, 38.871519 ], [ -77.048462, 38.871506 ], [ -77.048499, 38.871491 ], [ -77.048535, 38.871481 ], [ -77.048565, 38.871477 ], [ -77.048634, 38.871459 ], [ -77.04867, 38.871449 ], [ -77.048703, 38.871441 ], [ -77.048732, 38.871433 ], [ -77.048757, 38.871426 ], [ -77.048788, 38.871416 ], [ -77.048814, 38.871405 ], [ -77.048835, 38.871393 ], [ -77.048915, 38.871354 ], [ -77.048933, 38.87134 ], [ -77.048975, 38.871359 ], [ -77.049029, 38.871346 ], [ -77.049053, 38.87134 ], [ -77.049082, 38.871335 ], [ -77.04912, 38.871325 ], [ -77.049154, 38.871314 ], [ -77.049183, 38.871312 ], [ -77.049213, 38.871311 ], [ -77.049247, 38.87131 ], [ -77.049281, 38.871314 ], [ -77.049343, 38.871324 ], [ -77.049387, 38.871331 ], [ -77.049433, 38.871342 ], [ -77.049459, 38.871349 ], [ -77.049484, 38.871355 ], [ -77.049507, 38.871364 ], [ -77.049529, 38.871372 ], [ -77.049552, 38.871381 ], [ -77.049577, 38.871391 ], [ -77.049599, 38.8714 ], [ -77.04962, 38.87141 ], [ -77.049641, 38.87142 ], [ -77.049664, 38.871428 ], [ -77.049691, 38.871437 ], [ -77.049738, 38.871457 ], [ -77.049761, 38.871467 ], [ -77.049785, 38.871477 ], [ -77.049811, 38.871486 ], [ -77.049833, 38.871496 ], [ -77.049854, 38.871506 ], [ -77.049875, 38.871517 ], [ -77.049895, 38.871527 ], [ -77.049918, 38.871537 ], [ -77.049941, 38.871546 ], [ -77.049963, 38.871555 ], [ -77.049984, 38.871565 ], [ -77.050022, 38.871587 ], [ -77.050044, 38.871599 ], [ -77.050065, 38.871609 ], [ -77.050087, 38.871619 ], [ -77.050108, 38.871629 ], [ -77.05013, 38.871638 ], [ -77.050155, 38.871647 ], [ -77.050232, 38.871695 ], [ -77.050254, 38.871707 ], [ -77.050275, 38.871719 ], [ -77.050313, 38.871752 ], [ -77.050329, 38.871767 ], [ -77.050357, 38.871793 ], [ -77.050373, 38.871807 ], [ -77.050404, 38.871834 ], [ -77.050419, 38.871849 ], [ -77.050434, 38.871864 ], [ -77.050449, 38.871879 ], [ -77.050461, 38.871896 ], [ -77.050479, 38.871914 ], [ -77.050499, 38.871933 ], [ -77.050536, 38.871966 ], [ -77.050552, 38.871982 ], [ -77.050568, 38.872001 ], [ -77.050584, 38.872022 ], [ -77.050602, 38.872043 ], [ -77.050617, 38.87206 ], [ -77.050704, 38.872175 ], [ -77.050784, 38.872342 ], [ -77.050803, 38.872379 ], [ -77.051035, 38.872728 ], [ -77.05122, 38.873018 ], [ -77.051409, 38.873317 ], [ -77.051422, 38.873354 ], [ -77.051449, 38.873362 ], [ -77.05149, 38.87344 ], [ -77.051504, 38.873464 ], [ -77.051519, 38.873494 ], [ -77.051529, 38.873522 ], [ -77.051566, 38.873581 ], [ -77.051602, 38.873666 ], [ -77.051626, 38.873739 ], [ -77.051636, 38.873782 ], [ -77.051643, 38.873802 ], [ -77.051659, 38.873844 ], [ -77.051667, 38.873867 ], [ -77.051675, 38.873887 ], [ -77.051682, 38.873906 ], [ -77.051685, 38.873925 ], [ -77.051686, 38.873944 ], [ -77.051686, 38.873962 ], [ -77.051689, 38.873995 ], [ -77.051689, 38.874019 ], [ -77.051688, 38.874041 ], [ -77.051689, 38.874062 ], [ -77.051691, 38.874083 ], [ -77.051694, 38.874109 ], [ -77.051694, 38.874132 ], [ -77.051693, 38.874154 ], [ -77.051692, 38.874178 ], [ -77.051692, 38.874205 ], [ -77.051691, 38.874229 ], [ -77.051692, 38.874252 ], [ -77.051694, 38.874277 ], [ -77.051695, 38.874305 ], [ -77.051694, 38.874328 ], [ -77.051693, 38.874351 ], [ -77.051691, 38.874378 ], [ -77.051692, 38.874403 ], [ -77.051699, 38.874472 ], [ -77.0517, 38.874496 ], [ -77.051702, 38.874518 ], [ -77.051704, 38.87454 ], [ -77.051706, 38.874567 ], [ -77.051708, 38.87459 ], [ -77.051708, 38.874611 ], [ -77.051707, 38.874634 ], [ -77.051705, 38.87466 ], [ -77.051702, 38.874683 ], [ -77.0517, 38.874704 ], [ -77.051697, 38.874728 ], [ -77.051693, 38.874755 ], [ -77.05169, 38.874779 ], [ -77.051686, 38.874802 ], [ -77.051683, 38.874829 ], [ -77.051679, 38.874857 ], [ -77.051675, 38.874881 ], [ -77.051672, 38.874907 ], [ -77.051669, 38.874936 ], [ -77.051666, 38.874961 ], [ -77.051662, 38.874985 ], [ -77.051657, 38.875011 ], [ -77.051652, 38.875038 ], [ -77.051648, 38.875059 ], [ -77.051645, 38.875079 ], [ -77.051643, 38.875101 ], [ -77.051639, 38.875122 ], [ -77.051632, 38.875141 ], [ -77.051625, 38.875159 ], [ -77.051613, 38.875207 ], [ -77.05161, 38.875225 ], [ -77.051606, 38.875261 ], [ -77.051602, 38.87528 ], [ -77.051555, 38.875295 ], [ -77.051553, 38.875313 ], [ -77.051552, 38.875331 ], [ -77.05155, 38.87535 ], [ -77.051548, 38.87537 ], [ -77.051546, 38.875388 ], [ -77.051543, 38.875422 ], [ -77.051541, 38.875443 ], [ -77.051539, 38.875468 ], [ -77.051536, 38.875497 ], [ -77.051533, 38.875527 ], [ -77.051529, 38.875571 ], [ -77.051565, 38.875617 ], [ -77.051541, 38.87566 ], [ -77.051531, 38.875691 ], [ -77.051524, 38.875725 ], [ -77.051517, 38.87576 ], [ -77.051512, 38.875792 ], [ -77.051506, 38.875818 ], [ -77.051499, 38.875843 ], [ -77.051494, 38.875867 ], [ -77.051489, 38.875888 ], [ -77.051483, 38.875906 ], [ -77.051474, 38.875932 ], [ -77.051467, 38.875961 ], [ -77.051457, 38.875988 ], [ -77.051443, 38.876014 ], [ -77.05143, 38.876039 ], [ -77.051425, 38.876063 ], [ -77.051423, 38.876086 ], [ -77.05142, 38.876107 ], [ -77.05142, 38.876129 ], [ -77.051421, 38.876153 ], [ -77.051425, 38.876179 ], [ -77.051429, 38.876208 ], [ -77.051434, 38.876237 ], [ -77.051438, 38.876265 ], [ -77.051442, 38.876291 ], [ -77.051446, 38.876316 ], [ -77.051452, 38.87634 ], [ -77.051463, 38.876363 ], [ -77.051472, 38.876386 ], [ -77.051479, 38.876408 ], [ -77.051488, 38.876431 ], [ -77.051497, 38.876456 ], [ -77.051505, 38.876484 ], [ -77.051513, 38.876513 ], [ -77.051521, 38.87654 ], [ -77.051531, 38.876564 ], [ -77.051543, 38.876587 ], [ -77.051559, 38.876609 ], [ -77.051576, 38.876632 ], [ -77.051592, 38.876655 ], [ -77.051605, 38.876678 ], [ -77.051619, 38.8767 ], [ -77.051638, 38.876722 ], [ -77.051654, 38.876746 ], [ -77.051666, 38.876767 ], [ -77.051678, 38.876789 ], [ -77.051691, 38.876812 ], [ -77.051704, 38.876832 ], [ -77.051718, 38.876848 ], [ -77.051731, 38.876869 ], [ -77.051748, 38.876896 ], [ -77.051766, 38.876919 ], [ -77.051789, 38.876939 ], [ -77.051813, 38.876956 ], [ -77.051839, 38.876972 ], [ -77.051862, 38.87699 ], [ -77.051883, 38.877008 ], [ -77.051904, 38.877026 ], [ -77.051925, 38.877048 ], [ -77.051947, 38.87707 ], [ -77.051968, 38.87709 ], [ -77.051986, 38.877112 ], [ -77.052003, 38.877139 ], [ -77.052027, 38.877168 ], [ -77.052054, 38.877195 ], [ -77.05208, 38.877222 ], [ -77.052103, 38.877251 ], [ -77.052123, 38.877284 ], [ -77.052146, 38.877316 ], [ -77.05217, 38.877346 ], [ -77.052194, 38.877373 ], [ -77.052218, 38.877398 ], [ -77.05224, 38.877424 ], [ -77.052263, 38.877451 ], [ -77.052284, 38.877477 ], [ -77.052307, 38.877504 ], [ -77.052334, 38.87753 ], [ -77.052361, 38.877556 ], [ -77.052386, 38.877585 ], [ -77.052409, 38.877612 ], [ -77.052429, 38.87764 ], [ -77.052448, 38.877666 ], [ -77.052468, 38.877693 ], [ -77.05249, 38.877716 ], [ -77.052514, 38.877738 ], [ -77.052534, 38.877761 ], [ -77.052552, 38.877786 ], [ -77.05257, 38.877812 ], [ -77.05259, 38.877838 ], [ -77.05261, 38.877862 ], [ -77.052632, 38.877887 ], [ -77.052654, 38.87791 ], [ -77.052675, 38.877933 ], [ -77.052696, 38.877957 ], [ -77.052717, 38.87798 ], [ -77.052741, 38.878006 ], [ -77.05277, 38.878032 ], [ -77.052802, 38.878056 ], [ -77.052833, 38.878081 ], [ -77.052862, 38.878108 ], [ -77.05289, 38.878136 ], [ -77.052918, 38.878163 ], [ -77.052945, 38.878189 ], [ -77.052971, 38.878215 ], [ -77.052997, 38.87824 ], [ -77.053024, 38.878264 ], [ -77.053054, 38.878289 ], [ -77.053089, 38.878313 ], [ -77.053119, 38.878338 ], [ -77.053145, 38.878363 ], [ -77.053172, 38.878388 ], [ -77.053194, 38.878412 ], [ -77.053214, 38.878435 ], [ -77.053173, 38.878517 ], [ -77.053243, 38.878546 ], [ -77.0533, 38.878572 ], [ -77.053335, 38.878598 ], [ -77.053348, 38.878615 ], [ -77.053362, 38.878633 ], [ -77.053376, 38.878656 ], [ -77.053392, 38.878684 ], [ -77.053409, 38.878712 ], [ -77.053427, 38.878738 ], [ -77.053444, 38.878764 ], [ -77.053461, 38.87879 ], [ -77.053476, 38.878813 ], [ -77.053491, 38.878837 ], [ -77.053505, 38.87886 ], [ -77.053516, 38.878884 ], [ -77.053522, 38.878909 ], [ -77.053529, 38.878934 ], [ -77.053536, 38.878955 ], [ -77.053539, 38.878984 ], [ -77.05354, 38.879006 ], [ -77.053576, 38.879009 ], [ -77.053607, 38.878988 ], [ -77.053617, 38.878971 ], [ -77.053628, 38.878954 ], [ -77.053636, 38.878926 ], [ -77.053636, 38.878888 ], [ -77.053636, 38.878867 ], [ -77.053635, 38.878848 ], [ -77.053652, 38.878828 ], [ -77.053689, 38.878826 ], [ -77.053708, 38.878837 ], [ -77.05373, 38.878855 ], [ -77.053751, 38.878876 ], [ -77.053766, 38.878901 ], [ -77.053776, 38.878925 ], [ -77.053778, 38.878945 ], [ -77.053774, 38.878964 ], [ -77.053758, 38.878996 ], [ -77.053737, 38.879021 ], [ -77.053713, 38.879022 ], [ -77.053694, 38.879039 ], [ -77.05368, 38.879065 ], [ -77.053663, 38.879089 ], [ -77.053658, 38.879107 ], [ -77.053662, 38.879126 ], [ -77.053678, 38.879144 ], [ -77.0537, 38.879177 ], [ -77.053708, 38.879194 ], [ -77.053716, 38.879221 ], [ -77.053729, 38.879236 ], [ -77.053749, 38.879258 ], [ -77.053764, 38.879277 ], [ -77.053789, 38.879309 ], [ -77.053824, 38.879347 ], [ -77.053862, 38.879397 ], [ -77.053899, 38.879448 ], [ -77.053913, 38.879463 ], [ -77.053937, 38.879491 ], [ -77.053962, 38.879523 ], [ -77.053991, 38.879553 ], [ -77.054023, 38.879585 ], [ -77.054051, 38.879616 ], [ -77.05408, 38.879648 ], [ -77.054112, 38.879681 ], [ -77.054141, 38.879712 ], [ -77.054173, 38.879742 ], [ -77.054203, 38.879769 ], [ -77.05424, 38.879797 ], [ -77.054279, 38.879825 ], [ -77.054316, 38.879857 ], [ -77.054355, 38.879884 ], [ -77.054393, 38.879913 ], [ -77.054433, 38.879939 ], [ -77.054453, 38.879952 ], [ -77.054502, 38.879985 ], [ -77.054525, 38.88 ], [ -77.054571, 38.880031 ], [ -77.054607, 38.880053 ], [ -77.054672, 38.880086 ], [ -77.054713, 38.880112 ], [ -77.054757, 38.880134 ], [ -77.0548, 38.880155 ], [ -77.054842, 38.880174 ], [ -77.054886, 38.88019 ], [ -77.054934, 38.880202 ], [ -77.054979, 38.880215 ], [ -77.055023, 38.880227 ], [ -77.05507, 38.880241 ], [ -77.055121, 38.880253 ], [ -77.055148, 38.880259 ], [ -77.055212, 38.880274 ], [ -77.055253, 38.880284 ], [ -77.055288, 38.880289 ], [ -77.055312, 38.880293 ], [ -77.055339, 38.880285 ], [ -77.055329, 38.880265 ], [ -77.055312, 38.880243 ], [ -77.055283, 38.880215 ], [ -77.05533, 38.880222 ], [ -77.055357, 38.880232 ], [ -77.055382, 38.880245 ], [ -77.055409, 38.880259 ], [ -77.055468, 38.880249 ], [ -77.0555, 38.880275 ], [ -77.055518, 38.880291 ], [ -77.055581, 38.880342 ], [ -77.05565, 38.880332 ], [ -77.055708, 38.880324 ], [ -77.055731, 38.880321 ], [ -77.055774, 38.880359 ], [ -77.055816, 38.880367 ], [ -77.055861, 38.880373 ], [ -77.055908, 38.880378 ], [ -77.055937, 38.880382 ], [ -77.055999, 38.880388 ], [ -77.05603, 38.880389 ], [ -77.056074, 38.880391 ], [ -77.056127, 38.880394 ], [ -77.056177, 38.880396 ], [ -77.056226, 38.880398 ], [ -77.05628, 38.880399 ], [ -77.056332, 38.880398 ], [ -77.056404, 38.880425 ], [ -77.056457, 38.880389 ], [ -77.056495, 38.880363 ], [ -77.056552, 38.880382 ], [ -77.0566, 38.880377 ], [ -77.056656, 38.880371 ], [ -77.056707, 38.880368 ], [ -77.056769, 38.880362 ], [ -77.056803, 38.880358 ], [ -77.056826, 38.880355 ], [ -77.056874, 38.88035 ], [ -77.056952, 38.880342 ], [ -77.057047, 38.880327 ], [ -77.057152, 38.880314 ], [ -77.057219, 38.880305 ], [ -77.057308, 38.880293 ], [ -77.057409, 38.88028 ], [ -77.057471, 38.880272 ], [ -77.057515, 38.880265 ], [ -77.057585, 38.880259 ], [ -77.057634, 38.880256 ], [ -77.057666, 38.880254 ], [ -77.057731, 38.880253 ], [ -77.057788, 38.880252 ], [ -77.057842, 38.880253 ], [ -77.057907, 38.880257 ], [ -77.057931, 38.880262 ], [ -77.057995, 38.880278 ], [ -77.058062, 38.880299 ], [ -77.058143, 38.880324 ], [ -77.0582, 38.880344 ], [ -77.058261, 38.880364 ], [ -77.058315, 38.88038 ], [ -77.05835, 38.880389 ], [ -77.058407, 38.880403 ], [ -77.058517, 38.88043 ], [ -77.058597, 38.880452 ], [ -77.058639, 38.880464 ], [ -77.058681, 38.880478 ], [ -77.058709, 38.880493 ], [ -77.058731, 38.880514 ], [ -77.058758, 38.880539 ], [ -77.058781, 38.880562 ], [ -77.058799, 38.880579 ], [ -77.058841, 38.88062 ], [ -77.058861, 38.880641 ], [ -77.058891, 38.880669 ], [ -77.058911, 38.880689 ], [ -77.058934, 38.880711 ], [ -77.058961, 38.880738 ], [ -77.058985, 38.880762 ], [ -77.059013, 38.88079 ], [ -77.059045, 38.88082 ], [ -77.059078, 38.880852 ], [ -77.059108, 38.880883 ], [ -77.059141, 38.880914 ], [ -77.0592, 38.880985 ], [ -77.059236, 38.88106 ], [ -77.059246, 38.881079 ], [ -77.05926, 38.881101 ], [ -77.059275, 38.881125 ], [ -77.059289, 38.881147 ], [ -77.059305, 38.881173 ], [ -77.059322, 38.8812 ], [ -77.059339, 38.881228 ], [ -77.059359, 38.881263 ], [ -77.059425, 38.88135 ], [ -77.061732, 38.885077 ], [ -77.061805, 38.885178 ], [ -77.061814, 38.885195 ], [ -77.061843, 38.885237 ], [ -77.061863, 38.885266 ], [ -77.061874, 38.885282 ], [ -77.061893, 38.885313 ], [ -77.061904, 38.885329 ], [ -77.061917, 38.88535 ], [ -77.061939, 38.885381 ], [ -77.061957, 38.885412 ], [ -77.061991, 38.885461 ], [ -77.062007, 38.885487 ], [ -77.062024, 38.885512 ], [ -77.062045, 38.885545 ], [ -77.062064, 38.885574 ], [ -77.062095, 38.885619 ], [ -77.062117, 38.885655 ], [ -77.062138, 38.885686 ], [ -77.062154, 38.885712 ], [ -77.062175, 38.885743 ], [ -77.062195, 38.885774 ], [ -77.062211, 38.885802 ], [ -77.06223, 38.885826 ], [ -77.062255, 38.885869 ], [ -77.062272, 38.885894 ], [ -77.062293, 38.885925 ], [ -77.062308, 38.88595 ], [ -77.062327, 38.88598 ], [ -77.062342, 38.886003 ], [ -77.062354, 38.886026 ], [ -77.062375, 38.886057 ], [ -77.062393, 38.886085 ], [ -77.062408, 38.88611 ], [ -77.062434, 38.886149 ], [ -77.062451, 38.886176 ], [ -77.062465, 38.886204 ], [ -77.062478, 38.886221 ], [ -77.062501, 38.886264 ], [ -77.062522, 38.886298 ], [ -77.06254, 38.886328 ], [ -77.062556, 38.886356 ], [ -77.062566, 38.886371 ], [ -77.062592, 38.886412 ], [ -77.062613, 38.886445 ], [ -77.062631, 38.886472 ], [ -77.062646, 38.886493 ], [ -77.062661, 38.886517 ], [ -77.062688, 38.886555 ], [ -77.062708, 38.886587 ], [ -77.06274, 38.886632 ], [ -77.062755, 38.886654 ], [ -77.062774, 38.886684 ], [ -77.062784, 38.886704 ], [ -77.062797, 38.886725 ], [ -77.062807, 38.886742 ], [ -77.062829, 38.886778 ], [ -77.06285, 38.886806 ], [ -77.062861, 38.886823 ], [ -77.062887, 38.886861 ], [ -77.062902, 38.886883 ], [ -77.062917, 38.886911 ], [ -77.062932, 38.886932 ], [ -77.062946, 38.886954 ], [ -77.062957, 38.886972 ], [ -77.06297, 38.886989 ], [ -77.062983, 38.887005 ], [ -77.062998, 38.887027 ], [ -77.06301, 38.887044 ], [ -77.063022, 38.887064 ], [ -77.063042, 38.887091 ], [ -77.063065, 38.887125 ], [ -77.063076, 38.887144 ], [ -77.063097, 38.887172 ], [ -77.063114, 38.887195 ], [ -77.063127, 38.887216 ], [ -77.063143, 38.887236 ], [ -77.063155, 38.887254 ], [ -77.063164, 38.887268 ], [ -77.063172, 38.887284 ], [ -77.063188, 38.887307 ], [ -77.063208, 38.887336 ], [ -77.063226, 38.887363 ], [ -77.063237, 38.88738 ], [ -77.063255, 38.887408 ], [ -77.063274, 38.887438 ], [ -77.063293, 38.887468 ], [ -77.063302, 38.887486 ], [ -77.063308, 38.887499 ], [ -77.063331, 38.887538 ], [ -77.063354, 38.887571 ], [ -77.063365, 38.887585 ], [ -77.063379, 38.887605 ], [ -77.063395, 38.887629 ], [ -77.063413, 38.887657 ], [ -77.063423, 38.887672 ], [ -77.063433, 38.887689 ], [ -77.063447, 38.88771 ], [ -77.063459, 38.887725 ], [ -77.063469, 38.887734 ], [ -77.063486, 38.887762 ], [ -77.063497, 38.887781 ], [ -77.063509, 38.887799 ], [ -77.06352, 38.887817 ], [ -77.063531, 38.887835 ], [ -77.063547, 38.887858 ], [ -77.063558, 38.887876 ], [ -77.06357, 38.887891 ], [ -77.063575, 38.887903 ], [ -77.06359, 38.887922 ], [ -77.063597, 38.887936 ], [ -77.063608, 38.887951 ], [ -77.063625, 38.887975 ], [ -77.063631, 38.887986 ], [ -77.063641, 38.888003 ], [ -77.063658, 38.888026 ], [ -77.063686, 38.888068 ], [ -77.063696, 38.888089 ], [ -77.063704, 38.888099 ], [ -77.063713, 38.888115 ], [ -77.063734, 38.888144 ], [ -77.063742, 38.888158 ], [ -77.06376, 38.888185 ], [ -77.063771, 38.888203 ], [ -77.063785, 38.888225 ], [ -77.063801, 38.888248 ], [ -77.063818, 38.888275 ], [ -77.063837, 38.888303 ], [ -77.063856, 38.888334 ], [ -77.063884, 38.888378 ], [ -77.063897, 38.888396 ], [ -77.063911, 38.888416 ], [ -77.063929, 38.888444 ], [ -77.06395, 38.888477 ], [ -77.063964, 38.888498 ], [ -77.063983, 38.888527 ], [ -77.064009, 38.888568 ], [ -77.064025, 38.888593 ], [ -77.064039, 38.888615 ], [ -77.064057, 38.888642 ], [ -77.064072, 38.888665 ], [ -77.064085, 38.888685 ], [ -77.064094, 38.888699 ], [ -77.064107, 38.888719 ], [ -77.064133, 38.888761 ], [ -77.064181, 38.888833 ], [ -77.064251, 38.888956 ], [ -77.064311, 38.889104 ], [ -77.064325, 38.889146 ], [ -77.064354, 38.889255 ], [ -77.064365, 38.889287 ], [ -77.064377, 38.889325 ], [ -77.064384, 38.88936 ], [ -77.064393, 38.889408 ], [ -77.064402, 38.889442 ], [ -77.064409, 38.889473 ], [ -77.064414, 38.889502 ], [ -77.064418, 38.889535 ], [ -77.064415, 38.889571 ], [ -77.064409, 38.889598 ], [ -77.064389, 38.889643 ], [ -77.064378, 38.889659 ], [ -77.064363, 38.889677 ], [ -77.064339, 38.889712 ], [ -77.064318, 38.889741 ], [ -77.064296, 38.889761 ], [ -77.064269, 38.889781 ], [ -77.06424, 38.889801 ], [ -77.064223, 38.889814 ], [ -77.064186, 38.889859 ], [ -77.064131, 38.88991 ], [ -77.064089, 38.889946 ], [ -77.064059, 38.889968 ], [ -77.064026, 38.889989 ], [ -77.064003, 38.89 ], [ -77.063946, 38.890029 ], [ -77.063904, 38.890046 ], [ -77.063845, 38.890078 ], [ -77.063823, 38.890098 ], [ -77.063805, 38.890119 ], [ -77.063788, 38.890143 ], [ -77.063778, 38.890165 ], [ -77.063773, 38.89019 ], [ -77.063785, 38.890255 ], [ -77.063799, 38.89029 ], [ -77.063816, 38.890316 ], [ -77.063845, 38.890343 ], [ -77.063877, 38.890359 ], [ -77.063908, 38.890383 ], [ -77.063927, 38.890414 ], [ -77.06394, 38.890451 ], [ -77.063952, 38.890488 ], [ -77.063974, 38.890529 ], [ -77.063995, 38.890563 ], [ -77.064023, 38.890602 ], [ -77.064042, 38.890631 ], [ -77.064065, 38.890671 ], [ -77.064076, 38.890758 ], [ -77.064058, 38.890819 ], [ -77.064017, 38.89088 ], [ -77.063998, 38.890903 ], [ -77.06399, 38.890944 ], [ -77.06401, 38.89099 ], [ -77.064037, 38.891012 ], [ -77.064066, 38.891026 ], [ -77.064103, 38.891043 ], [ -77.06414, 38.891073 ], [ -77.064159, 38.891093 ], [ -77.064183, 38.891121 ], [ -77.064202, 38.891155 ], [ -77.064223, 38.891192 ], [ -77.064246, 38.891235 ], [ -77.064275, 38.891297 ], [ -77.064289, 38.891335 ], [ -77.064302, 38.891371 ], [ -77.064324, 38.891407 ], [ -77.064343, 38.891413 ], [ -77.064373, 38.891413 ], [ -77.064392, 38.891413 ], [ -77.064417, 38.891414 ], [ -77.064435, 38.891423 ], [ -77.064454, 38.891449 ], [ -77.064463, 38.89147 ], [ -77.064472, 38.891488 ], [ -77.064489, 38.891509 ], [ -77.06453, 38.891547 ], [ -77.064538, 38.891557 ], [ -77.064548, 38.891577 ], [ -77.064555, 38.89159 ], [ -77.064568, 38.891615 ], [ -77.064589, 38.891644 ], [ -77.064601, 38.891661 ], [ -77.064643, 38.891715 ], [ -77.064696, 38.891852 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006400", "name": "Census Tract 64, District of Columbia, District of Columbia", "total_population_17": 2488, "white_alone_17": 290.0, "black_alone_17": 2068.0, "native_alone_17": 9.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 121.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 8.458, "pct_black_alone_change": -8.459, "pct_native_alone_change": 0.05, "pct_asian_alone_change": -2.099, "pct_hispanic_or_latino_change": 2.184, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8688572", "INTPTLON": "-077.0114342" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.01535, 38.862097 ], [ -77.015334, 38.862423 ], [ -77.015333, 38.862676 ], [ -77.015328, 38.862896 ], [ -77.015324, 38.863363 ], [ -77.015321, 38.863845 ], [ -77.015321, 38.864096 ], [ -77.015316, 38.86463 ], [ -77.015314, 38.864852 ], [ -77.015294, 38.865292 ], [ -77.015281, 38.865591 ], [ -77.015341, 38.866842 ], [ -77.014772, 38.868223 ], [ -77.015332, 38.86819 ], [ -77.015316, 38.869472 ], [ -77.014839, 38.870547 ], [ -77.014842, 38.870652 ], [ -77.014822, 38.870773 ], [ -77.014341, 38.872035 ], [ -77.013672, 38.872036 ], [ -77.013671, 38.87218 ], [ -77.013669, 38.872221 ], [ -77.013663, 38.872261 ], [ -77.013648, 38.872322 ], [ -77.013641, 38.872342 ], [ -77.013625, 38.872381 ], [ -77.013368, 38.872977 ], [ -77.013253, 38.873245 ], [ -77.013179, 38.873415 ], [ -77.013324, 38.873452 ], [ -77.014116, 38.873664 ], [ -77.014166, 38.873682 ], [ -77.014213, 38.873704 ], [ -77.014256, 38.873729 ], [ -77.014296, 38.873759 ], [ -77.014331, 38.873791 ], [ -77.014361, 38.873827 ], [ -77.014387, 38.873864 ], [ -77.014406, 38.873904 ], [ -77.01442, 38.873945 ], [ -77.014429, 38.873987 ], [ -77.014436, 38.874157 ], [ -77.01444, 38.874327 ], [ -77.01444, 38.874497 ], [ -77.014438, 38.874667 ], [ -77.014435, 38.874752 ], [ -77.014431, 38.874836 ], [ -77.014396, 38.874941 ], [ -77.014288, 38.875255 ], [ -77.01414, 38.875672 ], [ -77.014064, 38.87588 ], [ -77.013923, 38.876274 ], [ -77.013865, 38.876458 ], [ -77.012614, 38.876458 ], [ -77.012176, 38.876458 ], [ -77.01185, 38.876458 ], [ -77.011398, 38.876458 ], [ -77.011211, 38.87646 ], [ -77.011006, 38.876457 ], [ -77.010962, 38.876456 ], [ -77.010655, 38.876456 ], [ -77.010543, 38.876454 ], [ -77.010308, 38.876454 ], [ -77.009899, 38.876454 ], [ -77.009677, 38.876454 ], [ -77.009405, 38.876462 ], [ -77.009264, 38.876472 ], [ -77.009098, 38.876469 ], [ -77.009098, 38.875637 ], [ -77.009102, 38.874893 ], [ -77.009095, 38.874712 ], [ -77.009088, 38.87464 ], [ -77.009083, 38.874397 ], [ -77.009083, 38.874284 ], [ -77.009083, 38.87352 ], [ -77.009084, 38.872976 ], [ -77.009085, 38.872805 ], [ -77.009083, 38.872689 ], [ -77.009086, 38.872468 ], [ -77.009086, 38.872086 ], [ -77.009085, 38.872032 ], [ -77.009081, 38.871614 ], [ -77.009071, 38.871448 ], [ -77.00906, 38.871348 ], [ -77.009031, 38.871211 ], [ -77.008983, 38.871052 ], [ -77.008924, 38.870904 ], [ -77.008878, 38.870804 ], [ -77.0088, 38.870628 ], [ -77.008716, 38.870449 ], [ -77.008626, 38.870318 ], [ -77.008495, 38.87017 ], [ -77.008321, 38.870013 ], [ -77.0082, 38.869913 ], [ -77.008027, 38.869797 ], [ -77.007774, 38.869665 ], [ -77.007418, 38.869505 ], [ -77.005708, 38.868806 ], [ -77.005457, 38.868707 ], [ -77.006328, 38.867284 ], [ -77.00819, 38.864481 ], [ -77.009124, 38.863596 ], [ -77.013704, 38.860998 ], [ -77.015678, 38.859865 ], [ -77.01535, 38.862097 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006500", "name": "Census Tract 65, District of Columbia, District of Columbia", "total_population_17": 2604, "white_alone_17": 1999.0, "black_alone_17": 305.0, "native_alone_17": 0.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 275.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -4.984, "pct_black_alone_change": 1.556, "pct_native_alone_change": -0.578, "pct_asian_alone_change": -3.981, "pct_hispanic_or_latino_change": 7.671, "pct_native_hawaiian_pacific_islander_change": -0.124, "INTPTLAT": "+38.8838476", "INTPTLON": "-077.0033376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.009119, 38.881899 ], [ -77.009109, 38.882079 ], [ -77.009114, 38.882311 ], [ -77.009075, 38.883053 ], [ -77.009068, 38.883202 ], [ -77.009068, 38.883857 ], [ -77.009064, 38.883981 ], [ -77.009064, 38.884053 ], [ -77.009064, 38.884114 ], [ -77.009063, 38.884216 ], [ -77.009061, 38.885065 ], [ -77.008936, 38.885066 ], [ -77.007482, 38.885069 ], [ -77.007256, 38.885068 ], [ -77.006022, 38.885064 ], [ -77.005893, 38.885065 ], [ -77.005892, 38.886039 ], [ -77.005718, 38.886039 ], [ -77.005654, 38.886038 ], [ -77.005087, 38.886038 ], [ -77.004941, 38.886037 ], [ -77.004605, 38.886037 ], [ -77.004533, 38.886037 ], [ -77.004227, 38.886037 ], [ -77.00365, 38.886038 ], [ -77.003514, 38.886039 ], [ -77.003518, 38.887549 ], [ -77.003519, 38.887614 ], [ -77.002852, 38.88752 ], [ -77.002444, 38.887369 ], [ -77.002042, 38.887195 ], [ -77.000577, 38.886591 ], [ -76.999356, 38.886098 ], [ -76.998454, 38.885709 ], [ -76.996175, 38.884806 ], [ -76.996175, 38.884675 ], [ -76.996174, 38.884553 ], [ -76.996174, 38.884337 ], [ -76.996175, 38.884271 ], [ -76.99618, 38.88395 ], [ -76.996179, 38.883773 ], [ -76.996276, 38.883796 ], [ -76.996326, 38.883796 ], [ -76.996394, 38.883791 ], [ -76.996428, 38.883785 ], [ -76.996461, 38.883778 ], [ -76.997096, 38.883609 ], [ -76.997845, 38.883414 ], [ -76.998359, 38.883274 ], [ -76.99845, 38.883254 ], [ -76.998449, 38.883145 ], [ -76.998449, 38.882726 ], [ -76.998555, 38.882727 ], [ -76.999405, 38.882727 ], [ -76.999513, 38.882728 ], [ -77.000485, 38.882728 ], [ -77.000525, 38.882721 ], [ -77.000576, 38.882703 ], [ -77.000705, 38.882658 ], [ -77.00192, 38.882333 ], [ -77.001947, 38.882325 ], [ -77.002034, 38.882302 ], [ -77.002041, 38.881992 ], [ -77.002043, 38.881271 ], [ -77.002043, 38.881245 ], [ -77.002044, 38.881197 ], [ -77.002047, 38.880807 ], [ -77.002048, 38.880724 ], [ -77.002049, 38.880644 ], [ -77.002248, 38.8807 ], [ -77.002413, 38.880744 ], [ -77.00258, 38.880786 ], [ -77.002664, 38.880805 ], [ -77.002833, 38.880841 ], [ -77.002918, 38.880858 ], [ -77.003089, 38.880888 ], [ -77.003147, 38.880896 ], [ -77.003205, 38.880902 ], [ -77.003554, 38.880929 ], [ -77.003521, 38.880775 ], [ -77.003878, 38.880795 ], [ -77.00402, 38.880801 ], [ -77.004217, 38.880807 ], [ -77.004349, 38.880809 ], [ -77.00468, 38.880819 ], [ -77.005171, 38.88083 ], [ -77.005736, 38.880846 ], [ -77.006211, 38.880864 ], [ -77.006289, 38.880869 ], [ -77.006446, 38.880883 ], [ -77.006524, 38.880891 ], [ -77.006679, 38.880912 ], [ -77.006756, 38.880924 ], [ -77.006833, 38.880937 ], [ -77.0074, 38.881055 ], [ -77.007736, 38.881129 ], [ -77.00783, 38.881151 ], [ -77.007923, 38.881175 ], [ -77.008015, 38.8812 ], [ -77.008198, 38.881254 ], [ -77.008245, 38.881269 ], [ -77.008379, 38.881314 ], [ -77.008468, 38.881345 ], [ -77.008637, 38.881408 ], [ -77.008719, 38.881435 ], [ -77.008761, 38.881448 ], [ -77.008987, 38.881512 ], [ -77.009022, 38.881522 ], [ -77.009112, 38.881548 ], [ -77.009109, 38.881628 ], [ -77.009118, 38.881687 ], [ -77.009119, 38.881899 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006600", "name": "Census Tract 66, District of Columbia, District of Columbia", "total_population_17": 2036, "white_alone_17": 1651.0, "black_alone_17": 48.0, "native_alone_17": 64.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 78.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -5.736, "pct_black_alone_change": -2.922, "pct_native_alone_change": 2.599, "pct_asian_alone_change": 1.341, "pct_hispanic_or_latino_change": 0.837, "pct_native_hawaiian_pacific_islander_change": -0.054, "INTPTLAT": "+38.8877565", "INTPTLON": "-076.9982739" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.003515, 38.889705 ], [ -77.003515, 38.889808 ], [ -77.003114, 38.889807 ], [ -77.002582, 38.889808 ], [ -77.00204, 38.889808 ], [ -77.000678, 38.889808 ], [ -77.000579, 38.889808 ], [ -77.000442, 38.889807 ], [ -77.000207, 38.889807 ], [ -76.999518, 38.889808 ], [ -76.999186, 38.889809 ], [ -76.998555, 38.889809 ], [ -76.998446, 38.889808 ], [ -76.997694, 38.889808 ], [ -76.997277, 38.889806 ], [ -76.996355, 38.889805 ], [ -76.996173, 38.889805 ], [ -76.995697, 38.889804 ], [ -76.995576, 38.889805 ], [ -76.995088, 38.889805 ], [ -76.994962, 38.889806 ], [ -76.994963, 38.889684 ], [ -76.994963, 38.888825 ], [ -76.994964, 38.888767 ], [ -76.994964, 38.888676 ], [ -76.99496, 38.887891 ], [ -76.994959, 38.887708 ], [ -76.994962, 38.887594 ], [ -76.994963, 38.887505 ], [ -76.994966, 38.887371 ], [ -76.994965, 38.886805 ], [ -76.994966, 38.886092 ], [ -76.994965, 38.886028 ], [ -76.994964, 38.88595 ], [ -76.994961, 38.884674 ], [ -76.99496, 38.884604 ], [ -76.995082, 38.88461 ], [ -76.995242, 38.884609 ], [ -76.995277, 38.884604 ], [ -76.995311, 38.884596 ], [ -76.995345, 38.884586 ], [ -76.995408, 38.88456 ], [ -76.995427, 38.884547 ], [ -76.995444, 38.884532 ], [ -76.995462, 38.884508 ], [ -76.996175, 38.884806 ], [ -76.998454, 38.885709 ], [ -76.999356, 38.886098 ], [ -77.000577, 38.886591 ], [ -77.002042, 38.887195 ], [ -77.002444, 38.887369 ], [ -77.002852, 38.88752 ], [ -77.003519, 38.887614 ], [ -77.003274, 38.887608 ], [ -77.002961, 38.887596 ], [ -77.002481, 38.887596 ], [ -77.002305, 38.887598 ], [ -77.002039, 38.887598 ], [ -77.002038, 38.887683 ], [ -77.002037, 38.888595 ], [ -77.002036, 38.888677 ], [ -77.002034, 38.889168 ], [ -77.00352, 38.889151 ], [ -77.003515, 38.889705 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006700", "name": "Census Tract 67, District of Columbia, District of Columbia", "total_population_17": 4375, "white_alone_17": 3306.0, "black_alone_17": 591.0, "native_alone_17": 0.0, "asian_alone_17": 150.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 240.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 5.879, "pct_black_alone_change": -9.917, "pct_native_alone_change": -0.254, "pct_asian_alone_change": 1.34, "pct_hispanic_or_latino_change": 1.563, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8875984", "INTPTLON": "-076.9899590" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994966, 38.886092 ], [ -76.994965, 38.886805 ], [ -76.994966, 38.887371 ], [ -76.994963, 38.887505 ], [ -76.994962, 38.887594 ], [ -76.994959, 38.887708 ], [ -76.99496, 38.887891 ], [ -76.994964, 38.888676 ], [ -76.994964, 38.888767 ], [ -76.994963, 38.888825 ], [ -76.994963, 38.889684 ], [ -76.994962, 38.889806 ], [ -76.994295, 38.889804 ], [ -76.993757, 38.889804 ], [ -76.993084, 38.889804 ], [ -76.992643, 38.889803 ], [ -76.991802, 38.889802 ], [ -76.991533, 38.889805 ], [ -76.991544, 38.889226 ], [ -76.991416, 38.889226 ], [ -76.991392, 38.889227 ], [ -76.990236, 38.88923 ], [ -76.990124, 38.889231 ], [ -76.989956, 38.889231 ], [ -76.989765, 38.889233 ], [ -76.988949, 38.88924 ], [ -76.988316, 38.889243 ], [ -76.988321, 38.889761 ], [ -76.98832, 38.889795 ], [ -76.987878, 38.889803 ], [ -76.98744, 38.889802 ], [ -76.985625, 38.889802 ], [ -76.985506, 38.889803 ], [ -76.983645, 38.889801 ], [ -76.983648, 38.88867 ], [ -76.983649, 38.888335 ], [ -76.983649, 38.887701 ], [ -76.983648, 38.887601 ], [ -76.983652, 38.887155 ], [ -76.983653, 38.887086 ], [ -76.983715, 38.887034 ], [ -76.984047, 38.887036 ], [ -76.984109, 38.887031 ], [ -76.984169, 38.88702 ], [ -76.984465, 38.886942 ], [ -76.984592, 38.886917 ], [ -76.98467, 38.886904 ], [ -76.984751, 38.886899 ], [ -76.985439, 38.886718 ], [ -76.985509, 38.886698 ], [ -76.985669, 38.886654 ], [ -76.985951, 38.886579 ], [ -76.986324, 38.886479 ], [ -76.986384, 38.886463 ], [ -76.986989, 38.886303 ], [ -76.987272, 38.886227 ], [ -76.988191, 38.885983 ], [ -76.988311, 38.886017 ], [ -76.988426, 38.88592 ], [ -76.988915, 38.885791 ], [ -76.989019, 38.885763 ], [ -76.989685, 38.885589 ], [ -76.99007, 38.885483 ], [ -76.990242, 38.885437 ], [ -76.99153, 38.885098 ], [ -76.992645, 38.884799 ], [ -76.993376, 38.884603 ], [ -76.993536, 38.884561 ], [ -76.993577, 38.884553 ], [ -76.993614, 38.884552 ], [ -76.993647, 38.884554 ], [ -76.993687, 38.884562 ], [ -76.993763, 38.884585 ], [ -76.993786, 38.884589 ], [ -76.993812, 38.884592 ], [ -76.993985, 38.884594 ], [ -76.994859, 38.884599 ], [ -76.99496, 38.884604 ], [ -76.994961, 38.884674 ], [ -76.994964, 38.88595 ], [ -76.994965, 38.886028 ], [ -76.994966, 38.886092 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006801", "name": "Census Tract 68.01, District of Columbia, District of Columbia", "total_population_17": 2350, "white_alone_17": 1052.0, "black_alone_17": 993.0, "native_alone_17": 4.0, "asian_alone_17": 90.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 131.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 39.458, "pct_black_alone_change": -50.785, "pct_native_alone_change": 0.02, "pct_asian_alone_change": 3.379, "pct_hispanic_or_latino_change": 4.572, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8877413", "INTPTLON": "-076.9801087" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.983652, 38.887155 ], [ -76.983648, 38.887601 ], [ -76.983649, 38.887701 ], [ -76.983649, 38.888335 ], [ -76.983648, 38.88867 ], [ -76.983645, 38.889801 ], [ -76.98334, 38.889801 ], [ -76.982998, 38.889802 ], [ -76.982216, 38.8898 ], [ -76.980764, 38.8898 ], [ -76.978992, 38.8898 ], [ -76.97854, 38.8898 ], [ -76.977257, 38.889798 ], [ -76.977261, 38.88944 ], [ -76.977259, 38.888671 ], [ -76.977256, 38.887589 ], [ -76.977256, 38.887267 ], [ -76.977258, 38.887048 ], [ -76.977262, 38.886851 ], [ -76.977262, 38.8868 ], [ -76.977263, 38.886773 ], [ -76.977268, 38.886237 ], [ -76.977268, 38.886145 ], [ -76.977269, 38.88605 ], [ -76.977263, 38.885348 ], [ -76.977261, 38.885286 ], [ -76.977258, 38.884964 ], [ -76.977258, 38.884673 ], [ -76.97726, 38.884556 ], [ -76.977317, 38.88456 ], [ -76.977351, 38.884566 ], [ -76.977375, 38.884574 ], [ -76.979004, 38.885233 ], [ -76.979284, 38.885347 ], [ -76.980766, 38.885949 ], [ -76.980882, 38.885997 ], [ -76.982218, 38.886539 ], [ -76.982777, 38.886767 ], [ -76.983222, 38.886946 ], [ -76.983653, 38.887086 ], [ -76.983652, 38.887155 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006802", "name": "Census Tract 68.02, District of Columbia, District of Columbia", "total_population_17": 2509, "white_alone_17": 1486.0, "black_alone_17": 809.0, "native_alone_17": 0.0, "asian_alone_17": 37.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 83.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 47.562, "pct_black_alone_change": -53.284, "pct_native_alone_change": -0.436, "pct_asian_alone_change": 0.797, "pct_hispanic_or_latino_change": 1.953, "pct_native_hawaiian_pacific_islander_change": -0.048, "INTPTLAT": "+38.8832158", "INTPTLON": "-076.9814483" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.983657, 38.879697 ], [ -76.983655, 38.879776 ], [ -76.983653, 38.880038 ], [ -76.983649, 38.880364 ], [ -76.983656, 38.881079 ], [ -76.983652, 38.881265 ], [ -76.983651, 38.881343 ], [ -76.983654, 38.88164 ], [ -76.983654, 38.881866 ], [ -76.983654, 38.882689 ], [ -76.983653, 38.882752 ], [ -76.983653, 38.882835 ], [ -76.983652, 38.88293 ], [ -76.983655, 38.883466 ], [ -76.983653, 38.883634 ], [ -76.983656, 38.884014 ], [ -76.983658, 38.884101 ], [ -76.983654, 38.884447 ], [ -76.983655, 38.884745 ], [ -76.983655, 38.885352 ], [ -76.983651, 38.885426 ], [ -76.983652, 38.885552 ], [ -76.98365, 38.885921 ], [ -76.98365, 38.886139 ], [ -76.98365, 38.886224 ], [ -76.983651, 38.886321 ], [ -76.983653, 38.886702 ], [ -76.983653, 38.886961 ], [ -76.983654, 38.887022 ], [ -76.983653, 38.887086 ], [ -76.983222, 38.886946 ], [ -76.982777, 38.886767 ], [ -76.982218, 38.886539 ], [ -76.980882, 38.885997 ], [ -76.980766, 38.885949 ], [ -76.979284, 38.885347 ], [ -76.979004, 38.885233 ], [ -76.977375, 38.884574 ], [ -76.977351, 38.884566 ], [ -76.977317, 38.88456 ], [ -76.97726, 38.884556 ], [ -76.977262, 38.884372 ], [ -76.977262, 38.884211 ], [ -76.977263, 38.884175 ], [ -76.977263, 38.884102 ], [ -76.977261, 38.883676 ], [ -76.977368, 38.883637 ], [ -76.978295, 38.883261 ], [ -76.978999, 38.882973 ], [ -76.979338, 38.882835 ], [ -76.980052, 38.882545 ], [ -76.980331, 38.882436 ], [ -76.980633, 38.882309 ], [ -76.98076, 38.882259 ], [ -76.980753, 38.881893 ], [ -76.980753, 38.881264 ], [ -76.980754, 38.881182 ], [ -76.980755, 38.880618 ], [ -76.980754, 38.880286 ], [ -76.980755, 38.879774 ], [ -76.980758, 38.879363 ], [ -76.980755, 38.879284 ], [ -76.980754, 38.879241 ], [ -76.980793, 38.879241 ], [ -76.980833, 38.879239 ], [ -76.980872, 38.879236 ], [ -76.980937, 38.879228 ], [ -76.980995, 38.879219 ], [ -76.981052, 38.879207 ], [ -76.981108, 38.879192 ], [ -76.981168, 38.879173 ], [ -76.98122, 38.879162 ], [ -76.981274, 38.879152 ], [ -76.981324, 38.879141 ], [ -76.981374, 38.879125 ], [ -76.981404, 38.879109 ], [ -76.981431, 38.879089 ], [ -76.981465, 38.879051 ], [ -76.981481, 38.879019 ], [ -76.981502, 38.878972 ], [ -76.981525, 38.878927 ], [ -76.981576, 38.878837 ], [ -76.981929, 38.878983 ], [ -76.983658, 38.879682 ], [ -76.983657, 38.879697 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006804", "name": "Census Tract 68.04, District of Columbia, District of Columbia", "total_population_17": 2733, "white_alone_17": 159.0, "black_alone_17": 2360.0, "native_alone_17": 13.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 143.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.803, "pct_black_alone_change": -0.025, "pct_native_alone_change": 0.057, "pct_asian_alone_change": -0.761, "pct_hispanic_or_latino_change": 0.59, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8863842", "INTPTLON": "-076.9704836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.981525, 38.878927 ], [ -76.981502, 38.878972 ], [ -76.981481, 38.879019 ], [ -76.981465, 38.879051 ], [ -76.981431, 38.879089 ], [ -76.981404, 38.879109 ], [ -76.981374, 38.879125 ], [ -76.981324, 38.879141 ], [ -76.981274, 38.879152 ], [ -76.98122, 38.879162 ], [ -76.981168, 38.879173 ], [ -76.981108, 38.879192 ], [ -76.981052, 38.879207 ], [ -76.980995, 38.879219 ], [ -76.980937, 38.879228 ], [ -76.980872, 38.879236 ], [ -76.980833, 38.879239 ], [ -76.980793, 38.879241 ], [ -76.980754, 38.879241 ], [ -76.980755, 38.879284 ], [ -76.980758, 38.879363 ], [ -76.980755, 38.879774 ], [ -76.980754, 38.880286 ], [ -76.980755, 38.880618 ], [ -76.980754, 38.881182 ], [ -76.980753, 38.881264 ], [ -76.980753, 38.881893 ], [ -76.98076, 38.882259 ], [ -76.980633, 38.882309 ], [ -76.980331, 38.882436 ], [ -76.980052, 38.882545 ], [ -76.979338, 38.882835 ], [ -76.978999, 38.882973 ], [ -76.978295, 38.883261 ], [ -76.977368, 38.883637 ], [ -76.977261, 38.883676 ], [ -76.977263, 38.884102 ], [ -76.977263, 38.884175 ], [ -76.977262, 38.884211 ], [ -76.977262, 38.884372 ], [ -76.97726, 38.884556 ], [ -76.977258, 38.884673 ], [ -76.977258, 38.884964 ], [ -76.977261, 38.885286 ], [ -76.977263, 38.885348 ], [ -76.977269, 38.88605 ], [ -76.977268, 38.886145 ], [ -76.977268, 38.886237 ], [ -76.977263, 38.886773 ], [ -76.977262, 38.8868 ], [ -76.977262, 38.886851 ], [ -76.977258, 38.887048 ], [ -76.977256, 38.887267 ], [ -76.977256, 38.887589 ], [ -76.977259, 38.888671 ], [ -76.977261, 38.88944 ], [ -76.977257, 38.889798 ], [ -76.97701, 38.889863 ], [ -76.976967, 38.889866 ], [ -76.976925, 38.88987 ], [ -76.976882, 38.889877 ], [ -76.976841, 38.889885 ], [ -76.9768, 38.889895 ], [ -76.976748, 38.889911 ], [ -76.976723, 38.88992 ], [ -76.976651, 38.889953 ], [ -76.976605, 38.889979 ], [ -76.976546, 38.890017 ], [ -76.976507, 38.890041 ], [ -76.976468, 38.89006 ], [ -76.976405, 38.890085 ], [ -76.97634, 38.890104 ], [ -76.97631, 38.89011 ], [ -76.976281, 38.890114 ], [ -76.97625, 38.890116 ], [ -76.975363, 38.890112 ], [ -76.974851, 38.890112 ], [ -76.974641, 38.890111 ], [ -76.974458, 38.890109 ], [ -76.974388, 38.890112 ], [ -76.974347, 38.890119 ], [ -76.974308, 38.890128 ], [ -76.974273, 38.890138 ], [ -76.974222, 38.890158 ], [ -76.974184, 38.890176 ], [ -76.974112, 38.890214 ], [ -76.974045, 38.890254 ], [ -76.974012, 38.890276 ], [ -76.973985, 38.890297 ], [ -76.973964, 38.890318 ], [ -76.973944, 38.89034 ], [ -76.973926, 38.890362 ], [ -76.97391, 38.890386 ], [ -76.973896, 38.89041 ], [ -76.97388, 38.890444 ], [ -76.973866, 38.890478 ], [ -76.973854, 38.890512 ], [ -76.973836, 38.890582 ], [ -76.973842, 38.890952 ], [ -76.973853, 38.891104 ], [ -76.973861, 38.891193 ], [ -76.973871, 38.891282 ], [ -76.973883, 38.891371 ], [ -76.973908, 38.891523 ], [ -76.97394, 38.891685 ], [ -76.973964, 38.891792 ], [ -76.973977, 38.891846 ], [ -76.974017, 38.891997 ], [ -76.97403, 38.892041 ], [ -76.974058, 38.892128 ], [ -76.974089, 38.892215 ], [ -76.974124, 38.892301 ], [ -76.974142, 38.892343 ], [ -76.974162, 38.892386 ], [ -76.974184, 38.89243 ], [ -76.974209, 38.892473 ], [ -76.974236, 38.892516 ], [ -76.974265, 38.892558 ], [ -76.974295, 38.892599 ], [ -76.974362, 38.892679 ], [ -76.974398, 38.892717 ], [ -76.974436, 38.892754 ], [ -76.974507, 38.892817 ], [ -76.974572, 38.892869 ], [ -76.97464, 38.892918 ], [ -76.974711, 38.892963 ], [ -76.974786, 38.893005 ], [ -76.974863, 38.893043 ], [ -76.974895, 38.89306 ], [ -76.974962, 38.893092 ], [ -76.974996, 38.893107 ], [ -76.975031, 38.893121 ], [ -76.975091, 38.893138 ], [ -76.975152, 38.893295 ], [ -76.975151, 38.893475 ], [ -76.975149, 38.893528 ], [ -76.975146, 38.893553 ], [ -76.975142, 38.893577 ], [ -76.975136, 38.893602 ], [ -76.97513, 38.893644 ], [ -76.975121, 38.893692 ], [ -76.97511, 38.89374 ], [ -76.975085, 38.893835 ], [ -76.975053, 38.893928 ], [ -76.975038, 38.893966 ], [ -76.975006, 38.89404 ], [ -76.974966, 38.894121 ], [ -76.974942, 38.894164 ], [ -76.974899, 38.89423 ], [ -76.974877, 38.894262 ], [ -76.974823, 38.894334 ], [ -76.974766, 38.894404 ], [ -76.974705, 38.894472 ], [ -76.974624, 38.894554 ], [ -76.974567, 38.894605 ], [ -76.974508, 38.894655 ], [ -76.974459, 38.894694 ], [ -76.974408, 38.89473 ], [ -76.974362, 38.894763 ], [ -76.974255, 38.894832 ], [ -76.974194, 38.894866 ], [ -76.974131, 38.894898 ], [ -76.974009, 38.894957 ], [ -76.97396, 38.894978 ], [ -76.973901, 38.895003 ], [ -76.97384, 38.895026 ], [ -76.973762, 38.895053 ], [ -76.973683, 38.895079 ], [ -76.973603, 38.895102 ], [ -76.973091, 38.89524 ], [ -76.972986, 38.895269 ], [ -76.971842, 38.895575 ], [ -76.971727, 38.895604 ], [ -76.971615, 38.895639 ], [ -76.971507, 38.89568 ], [ -76.971453, 38.895702 ], [ -76.971402, 38.895726 ], [ -76.971382, 38.895736 ], [ -76.971338, 38.895756 ], [ -76.971295, 38.895777 ], [ -76.971224, 38.895816 ], [ -76.971156, 38.895857 ], [ -76.97109, 38.895901 ], [ -76.971027, 38.895948 ], [ -76.970968, 38.895997 ], [ -76.97069, 38.896288 ], [ -76.969581, 38.897539 ], [ -76.969526, 38.897606 ], [ -76.969505, 38.897632 ], [ -76.969464, 38.897769 ], [ -76.96881, 38.897687 ], [ -76.968066, 38.897625 ], [ -76.966334, 38.897491 ], [ -76.96562, 38.89743 ], [ -76.962488, 38.89717 ], [ -76.961984, 38.897135 ], [ -76.961973, 38.897089 ], [ -76.961957, 38.897002 ], [ -76.9618, 38.896123 ], [ -76.961862, 38.8953 ], [ -76.96253, 38.893286 ], [ -76.963264, 38.890347 ], [ -76.963367, 38.889867 ], [ -76.963382, 38.889796 ], [ -76.96343, 38.889731 ], [ -76.963883, 38.889125 ], [ -76.966789, 38.885235 ], [ -76.969604, 38.882659 ], [ -76.97072, 38.881435 ], [ -76.971454, 38.880633 ], [ -76.971757, 38.880216 ], [ -76.972662, 38.878967 ], [ -76.973299, 38.87839 ], [ -76.975582, 38.877601 ], [ -76.978031, 38.876881 ], [ -76.978173, 38.876953 ], [ -76.979299, 38.877514 ], [ -76.97937, 38.877544 ], [ -76.97958, 38.877655 ], [ -76.979623, 38.877678 ], [ -76.979928, 38.877839 ], [ -76.979941, 38.877845 ], [ -76.98004, 38.877894 ], [ -76.98013, 38.877967 ], [ -76.980277, 38.878138 ], [ -76.980383, 38.878277 ], [ -76.980473, 38.878375 ], [ -76.980587, 38.878457 ], [ -76.980676, 38.878506 ], [ -76.980791, 38.878546 ], [ -76.980929, 38.878587 ], [ -76.981412, 38.878746 ], [ -76.981576, 38.878837 ], [ -76.981525, 38.878927 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001006900", "name": "Census Tract 69, District of Columbia, District of Columbia", "total_population_17": 2379, "white_alone_17": 1683.0, "black_alone_17": 423.0, "native_alone_17": 0.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 120.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 31.316, "pct_black_alone_change": -36.318, "pct_native_alone_change": -0.431, "pct_asian_alone_change": -0.896, "pct_hispanic_or_latino_change": 1.376, "pct_native_hawaiian_pacific_islander_change": -0.108, "INTPTLAT": "+38.8836933", "INTPTLON": "-076.9873112" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.993763, 38.884585 ], [ -76.993687, 38.884562 ], [ -76.993647, 38.884554 ], [ -76.993614, 38.884552 ], [ -76.993577, 38.884553 ], [ -76.993536, 38.884561 ], [ -76.993376, 38.884603 ], [ -76.992645, 38.884799 ], [ -76.99153, 38.885098 ], [ -76.990242, 38.885437 ], [ -76.99007, 38.885483 ], [ -76.989685, 38.885589 ], [ -76.989019, 38.885763 ], [ -76.988915, 38.885791 ], [ -76.988426, 38.88592 ], [ -76.988311, 38.886017 ], [ -76.988191, 38.885983 ], [ -76.987272, 38.886227 ], [ -76.986989, 38.886303 ], [ -76.986384, 38.886463 ], [ -76.986324, 38.886479 ], [ -76.985951, 38.886579 ], [ -76.985669, 38.886654 ], [ -76.985509, 38.886698 ], [ -76.985439, 38.886718 ], [ -76.984751, 38.886899 ], [ -76.98467, 38.886904 ], [ -76.984592, 38.886917 ], [ -76.984465, 38.886942 ], [ -76.984169, 38.88702 ], [ -76.984109, 38.887031 ], [ -76.984047, 38.887036 ], [ -76.983715, 38.887034 ], [ -76.983653, 38.887086 ], [ -76.983654, 38.887022 ], [ -76.983653, 38.886961 ], [ -76.983653, 38.886702 ], [ -76.983651, 38.886321 ], [ -76.98365, 38.886224 ], [ -76.98365, 38.886139 ], [ -76.98365, 38.885921 ], [ -76.983652, 38.885552 ], [ -76.983651, 38.885426 ], [ -76.983655, 38.885352 ], [ -76.983655, 38.884745 ], [ -76.983654, 38.884447 ], [ -76.983658, 38.884101 ], [ -76.983656, 38.884014 ], [ -76.983653, 38.883634 ], [ -76.983655, 38.883466 ], [ -76.983652, 38.88293 ], [ -76.983653, 38.882835 ], [ -76.983653, 38.882752 ], [ -76.983654, 38.882689 ], [ -76.983654, 38.881866 ], [ -76.983654, 38.88164 ], [ -76.983651, 38.881343 ], [ -76.983652, 38.881265 ], [ -76.983656, 38.881079 ], [ -76.983649, 38.880364 ], [ -76.983653, 38.880038 ], [ -76.983655, 38.879776 ], [ -76.983657, 38.879697 ], [ -76.983658, 38.879682 ], [ -76.984976, 38.880216 ], [ -76.985833, 38.880564 ], [ -76.98596, 38.880622 ], [ -76.986366, 38.880794 ], [ -76.986794, 38.880971 ], [ -76.987008, 38.88106 ], [ -76.987324, 38.881187 ], [ -76.987487, 38.881255 ], [ -76.987824, 38.881395 ], [ -76.988121, 38.881526 ], [ -76.988309, 38.881598 ], [ -76.990241, 38.882381 ], [ -76.990363, 38.882428 ], [ -76.990491, 38.88248 ], [ -76.991045, 38.8827 ], [ -76.991137, 38.882739 ], [ -76.991359, 38.882825 ], [ -76.991529, 38.882892 ], [ -76.991708, 38.882968 ], [ -76.991917, 38.883053 ], [ -76.992518, 38.883309 ], [ -76.992645, 38.883359 ], [ -76.99376, 38.883801 ], [ -76.99376, 38.883816 ], [ -76.993756, 38.884104 ], [ -76.993758, 38.884188 ], [ -76.993763, 38.884585 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007000", "name": "Census Tract 70, District of Columbia, District of Columbia", "total_population_17": 2923, "white_alone_17": 1999.0, "black_alone_17": 290.0, "native_alone_17": 0.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 364.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.378, "pct_black_alone_change": -13.297, "pct_native_alone_change": -0.844, "pct_asian_alone_change": -0.702, "pct_hispanic_or_latino_change": 7.575, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8813482", "INTPTLON": "-076.9959084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.002048, 38.880724 ], [ -77.002047, 38.880807 ], [ -77.002044, 38.881197 ], [ -77.002043, 38.881245 ], [ -77.002043, 38.881271 ], [ -77.002041, 38.881992 ], [ -77.002034, 38.882302 ], [ -77.001947, 38.882325 ], [ -77.00192, 38.882333 ], [ -77.000705, 38.882658 ], [ -77.000576, 38.882703 ], [ -77.000525, 38.882721 ], [ -77.000485, 38.882728 ], [ -76.999513, 38.882728 ], [ -76.999405, 38.882727 ], [ -76.998555, 38.882727 ], [ -76.998449, 38.882726 ], [ -76.998449, 38.883145 ], [ -76.99845, 38.883254 ], [ -76.998359, 38.883274 ], [ -76.997845, 38.883414 ], [ -76.997096, 38.883609 ], [ -76.996461, 38.883778 ], [ -76.996428, 38.883785 ], [ -76.996394, 38.883791 ], [ -76.996326, 38.883796 ], [ -76.996276, 38.883796 ], [ -76.996179, 38.883773 ], [ -76.99618, 38.88395 ], [ -76.996175, 38.884271 ], [ -76.996174, 38.884337 ], [ -76.996174, 38.884553 ], [ -76.996175, 38.884675 ], [ -76.996175, 38.884806 ], [ -76.995462, 38.884508 ], [ -76.995444, 38.884532 ], [ -76.995427, 38.884547 ], [ -76.995408, 38.88456 ], [ -76.995345, 38.884586 ], [ -76.995311, 38.884596 ], [ -76.995277, 38.884604 ], [ -76.995242, 38.884609 ], [ -76.995082, 38.88461 ], [ -76.99496, 38.884604 ], [ -76.994859, 38.884599 ], [ -76.993985, 38.884594 ], [ -76.993812, 38.884592 ], [ -76.993786, 38.884589 ], [ -76.993763, 38.884585 ], [ -76.993758, 38.884188 ], [ -76.993756, 38.884104 ], [ -76.99376, 38.883816 ], [ -76.99376, 38.883801 ], [ -76.992645, 38.883359 ], [ -76.992518, 38.883309 ], [ -76.991917, 38.883053 ], [ -76.991708, 38.882968 ], [ -76.991529, 38.882892 ], [ -76.99153, 38.882793 ], [ -76.991531, 38.882658 ], [ -76.991534, 38.881888 ], [ -76.991532, 38.881511 ], [ -76.991532, 38.881359 ], [ -76.991533, 38.881267 ], [ -76.991533, 38.880424 ], [ -76.991534, 38.879739 ], [ -76.991533, 38.879278 ], [ -76.991534, 38.878402 ], [ -76.991535, 38.878339 ], [ -76.991536, 38.878226 ], [ -76.991536, 38.87811 ], [ -76.991536, 38.878098 ], [ -76.991538, 38.877963 ], [ -76.991721, 38.878044 ], [ -76.992036, 38.878134 ], [ -76.994774, 38.878739 ], [ -76.994974, 38.878784 ], [ -76.995038, 38.878799 ], [ -76.996108, 38.879033 ], [ -76.996185, 38.879052 ], [ -76.996719, 38.879182 ], [ -76.998662, 38.879697 ], [ -76.998857, 38.879751 ], [ -76.999527, 38.879939 ], [ -77.000006, 38.880076 ], [ -77.000135, 38.880111 ], [ -77.000467, 38.880201 ], [ -77.000581, 38.880233 ], [ -77.002049, 38.880644 ], [ -77.002048, 38.880724 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007100", "name": "Census Tract 71, District of Columbia, District of Columbia", "total_population_17": 3425, "white_alone_17": 1099.0, "black_alone_17": 1985.0, "native_alone_17": 0.0, "asian_alone_17": 101.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 166.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 24.139, "pct_black_alone_change": -27.991, "pct_native_alone_change": -0.319, "pct_asian_alone_change": 0.678, "pct_hispanic_or_latino_change": 1.937, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+38.8771811", "INTPTLON": "-076.9868380" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.991534, 38.877225 ], [ -76.991536, 38.877543 ], [ -76.991537, 38.877706 ], [ -76.991537, 38.877773 ], [ -76.991538, 38.877963 ], [ -76.991536, 38.878098 ], [ -76.991536, 38.87811 ], [ -76.991536, 38.878226 ], [ -76.991535, 38.878339 ], [ -76.991534, 38.878402 ], [ -76.991533, 38.879278 ], [ -76.991534, 38.879739 ], [ -76.991533, 38.880424 ], [ -76.991533, 38.881267 ], [ -76.991532, 38.881359 ], [ -76.991532, 38.881511 ], [ -76.991534, 38.881888 ], [ -76.991531, 38.882658 ], [ -76.99153, 38.882793 ], [ -76.991529, 38.882892 ], [ -76.991359, 38.882825 ], [ -76.991137, 38.882739 ], [ -76.991045, 38.8827 ], [ -76.990491, 38.88248 ], [ -76.990363, 38.882428 ], [ -76.990241, 38.882381 ], [ -76.988309, 38.881598 ], [ -76.988121, 38.881526 ], [ -76.987824, 38.881395 ], [ -76.987487, 38.881255 ], [ -76.987324, 38.881187 ], [ -76.987008, 38.88106 ], [ -76.986794, 38.880971 ], [ -76.986366, 38.880794 ], [ -76.98596, 38.880622 ], [ -76.985833, 38.880564 ], [ -76.984976, 38.880216 ], [ -76.983658, 38.879682 ], [ -76.981929, 38.878983 ], [ -76.981576, 38.878837 ], [ -76.981412, 38.878746 ], [ -76.980929, 38.878587 ], [ -76.980791, 38.878546 ], [ -76.980676, 38.878506 ], [ -76.980587, 38.878457 ], [ -76.980473, 38.878375 ], [ -76.980383, 38.878277 ], [ -76.980277, 38.878138 ], [ -76.98013, 38.877967 ], [ -76.98004, 38.877894 ], [ -76.979941, 38.877845 ], [ -76.979928, 38.877839 ], [ -76.979623, 38.877678 ], [ -76.97958, 38.877655 ], [ -76.97937, 38.877544 ], [ -76.979299, 38.877514 ], [ -76.978173, 38.876953 ], [ -76.978031, 38.876881 ], [ -76.978164, 38.876804 ], [ -76.983957, 38.874928 ], [ -76.985423, 38.874076 ], [ -76.988811, 38.872202 ], [ -76.989256, 38.871956 ], [ -76.989511, 38.871773 ], [ -76.989645, 38.871677 ], [ -76.989685, 38.871648 ], [ -76.989728, 38.871617 ], [ -76.990102, 38.871349 ], [ -76.99077, 38.872223 ], [ -76.990931, 38.87248 ], [ -76.991107, 38.87283 ], [ -76.991169, 38.872968 ], [ -76.991221, 38.873092 ], [ -76.991274, 38.873236 ], [ -76.991293, 38.873298 ], [ -76.991374, 38.873692 ], [ -76.991431, 38.874033 ], [ -76.991473, 38.874376 ], [ -76.99149, 38.874606 ], [ -76.991557, 38.876497 ], [ -76.991534, 38.877225 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007200", "name": "Census Tract 72, District of Columbia, District of Columbia", "total_population_17": 5154, "white_alone_17": 3291.0, "black_alone_17": 1296.0, "native_alone_17": 0.0, "asian_alone_17": 160.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 290.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 60.785, "pct_black_alone_change": -69.977, "pct_native_alone_change": -0.11, "pct_asian_alone_change": 2.611, "pct_hispanic_or_latino_change": 4.422, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8756862", "INTPTLON": "-077.0013043" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.009152, 38.879827 ], [ -77.009112, 38.88034 ], [ -77.009113, 38.881435 ], [ -77.009113, 38.881535 ], [ -77.009112, 38.881548 ], [ -77.009022, 38.881522 ], [ -77.008987, 38.881512 ], [ -77.008761, 38.881448 ], [ -77.008719, 38.881435 ], [ -77.008637, 38.881408 ], [ -77.008468, 38.881345 ], [ -77.008379, 38.881314 ], [ -77.008245, 38.881269 ], [ -77.008198, 38.881254 ], [ -77.008015, 38.8812 ], [ -77.007923, 38.881175 ], [ -77.00783, 38.881151 ], [ -77.007736, 38.881129 ], [ -77.0074, 38.881055 ], [ -77.006833, 38.880937 ], [ -77.006756, 38.880924 ], [ -77.006679, 38.880912 ], [ -77.006524, 38.880891 ], [ -77.006446, 38.880883 ], [ -77.006289, 38.880869 ], [ -77.006211, 38.880864 ], [ -77.005736, 38.880846 ], [ -77.005171, 38.88083 ], [ -77.00468, 38.880819 ], [ -77.004349, 38.880809 ], [ -77.004217, 38.880807 ], [ -77.00402, 38.880801 ], [ -77.003878, 38.880795 ], [ -77.003521, 38.880775 ], [ -77.003554, 38.880929 ], [ -77.003205, 38.880902 ], [ -77.003147, 38.880896 ], [ -77.003089, 38.880888 ], [ -77.002918, 38.880858 ], [ -77.002833, 38.880841 ], [ -77.002664, 38.880805 ], [ -77.00258, 38.880786 ], [ -77.002413, 38.880744 ], [ -77.002248, 38.8807 ], [ -77.002049, 38.880644 ], [ -77.000581, 38.880233 ], [ -77.000467, 38.880201 ], [ -77.000135, 38.880111 ], [ -77.000006, 38.880076 ], [ -76.999527, 38.879939 ], [ -76.998857, 38.879751 ], [ -76.998662, 38.879697 ], [ -76.996719, 38.879182 ], [ -76.996185, 38.879052 ], [ -76.996108, 38.879033 ], [ -76.995038, 38.878799 ], [ -76.994974, 38.878784 ], [ -76.994774, 38.878739 ], [ -76.992036, 38.878134 ], [ -76.991721, 38.878044 ], [ -76.991538, 38.877963 ], [ -76.991537, 38.877773 ], [ -76.991537, 38.877706 ], [ -76.991536, 38.877543 ], [ -76.991534, 38.877225 ], [ -76.991557, 38.876497 ], [ -76.99149, 38.874606 ], [ -76.991473, 38.874376 ], [ -76.991431, 38.874033 ], [ -76.991374, 38.873692 ], [ -76.991293, 38.873298 ], [ -76.991274, 38.873236 ], [ -76.991221, 38.873092 ], [ -76.991169, 38.872968 ], [ -76.991107, 38.87283 ], [ -76.990931, 38.87248 ], [ -76.99077, 38.872223 ], [ -76.990102, 38.871349 ], [ -76.990298, 38.871208 ], [ -76.99246, 38.870129 ], [ -76.992669, 38.870123 ], [ -76.993827, 38.870097 ], [ -76.995482, 38.870073 ], [ -76.999542, 38.870485 ], [ -77.000711, 38.870603 ], [ -77.003415, 38.870878 ], [ -77.005397, 38.868793 ], [ -77.005457, 38.868707 ], [ -77.005708, 38.868806 ], [ -77.007418, 38.869505 ], [ -77.007774, 38.869665 ], [ -77.008027, 38.869797 ], [ -77.0082, 38.869913 ], [ -77.008321, 38.870013 ], [ -77.008495, 38.87017 ], [ -77.008626, 38.870318 ], [ -77.008716, 38.870449 ], [ -77.0088, 38.870628 ], [ -77.008878, 38.870804 ], [ -77.008924, 38.870904 ], [ -77.008983, 38.871052 ], [ -77.009031, 38.871211 ], [ -77.00906, 38.871348 ], [ -77.009071, 38.871448 ], [ -77.009081, 38.871614 ], [ -77.009085, 38.872032 ], [ -77.009086, 38.872086 ], [ -77.009086, 38.872468 ], [ -77.009083, 38.872689 ], [ -77.009085, 38.872805 ], [ -77.009084, 38.872976 ], [ -77.009083, 38.87352 ], [ -77.009083, 38.874284 ], [ -77.009083, 38.874397 ], [ -77.009088, 38.87464 ], [ -77.009095, 38.874712 ], [ -77.009102, 38.874893 ], [ -77.009098, 38.875637 ], [ -77.009098, 38.876469 ], [ -77.009118, 38.876906 ], [ -77.009147, 38.877529 ], [ -77.009127, 38.878177 ], [ -77.009121, 38.878412 ], [ -77.009125, 38.879286 ], [ -77.009152, 38.879827 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007301", "name": "Census Tract 73.01, District of Columbia, District of Columbia", "total_population_17": 4606, "white_alone_17": 2409.0, "black_alone_17": 1107.0, "native_alone_17": 6.0, "asian_alone_17": 103.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 709.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -2.036, "pct_black_alone_change": -6.497, "pct_native_alone_change": -0.921, "pct_asian_alone_change": -2.808, "pct_hispanic_or_latino_change": 6.948, "pct_native_hawaiian_pacific_islander_change": -0.191, "INTPTLAT": "+38.8349280", "INTPTLON": "-077.0244450" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.048009, 38.841266 ], [ -77.047969, 38.841267 ], [ -77.047934, 38.84127 ], [ -77.047891, 38.841274 ], [ -77.047859, 38.841277 ], [ -77.047817, 38.841281 ], [ -77.047784, 38.841285 ], [ -77.047759, 38.841289 ], [ -77.047728, 38.841292 ], [ -77.047705, 38.841296 ], [ -77.047681, 38.841302 ], [ -77.047639, 38.841307 ], [ -77.047605, 38.841309 ], [ -77.047565, 38.841308 ], [ -77.047525, 38.841306 ], [ -77.047483, 38.841308 ], [ -77.047441, 38.841308 ], [ -77.047405, 38.84131 ], [ -77.047364, 38.841311 ], [ -77.04733, 38.841312 ], [ -77.047289, 38.841314 ], [ -77.047255, 38.841314 ], [ -77.047211, 38.841316 ], [ -77.047174, 38.84132 ], [ -77.047129, 38.84132 ], [ -77.047091, 38.841319 ], [ -77.047051, 38.841316 ], [ -77.047011, 38.841314 ], [ -77.046971, 38.841311 ], [ -77.046946, 38.84131 ], [ -77.046908, 38.841307 ], [ -77.046866, 38.841305 ], [ -77.046829, 38.841303 ], [ -77.046797, 38.841299 ], [ -77.046758, 38.841295 ], [ -77.046728, 38.84129 ], [ -77.046691, 38.841285 ], [ -77.046656, 38.841279 ], [ -77.046627, 38.841269 ], [ -77.046592, 38.841263 ], [ -77.046556, 38.841261 ], [ -77.046524, 38.841255 ], [ -77.046488, 38.841247 ], [ -77.046458, 38.841241 ], [ -77.046423, 38.841234 ], [ -77.046388, 38.841224 ], [ -77.046359, 38.841216 ], [ -77.046327, 38.841208 ], [ -77.046293, 38.841198 ], [ -77.046266, 38.841188 ], [ -77.046238, 38.84118 ], [ -77.046208, 38.841172 ], [ -77.046181, 38.841165 ], [ -77.046146, 38.841183 ], [ -77.046141, 38.841155 ], [ -77.046112, 38.841147 ], [ -77.046081, 38.841138 ], [ -77.046051, 38.841129 ], [ -77.04602, 38.841118 ], [ -77.045988, 38.841106 ], [ -77.04596, 38.841095 ], [ -77.045926, 38.841083 ], [ -77.045894, 38.841073 ], [ -77.045863, 38.841062 ], [ -77.045829, 38.841051 ], [ -77.045798, 38.841037 ], [ -77.045768, 38.841021 ], [ -77.045735, 38.841004 ], [ -77.045709, 38.840989 ], [ -77.045685, 38.840981 ], [ -77.045661, 38.840994 ], [ -77.045641, 38.840984 ], [ -77.045649, 38.840962 ], [ -77.045618, 38.840949 ], [ -77.045594, 38.840935 ], [ -77.045568, 38.84092 ], [ -77.045539, 38.840901 ], [ -77.045512, 38.840884 ], [ -77.045485, 38.840868 ], [ -77.045455, 38.840847 ], [ -77.045427, 38.840828 ], [ -77.045399, 38.84081 ], [ -77.045374, 38.840789 ], [ -77.045346, 38.840768 ], [ -77.045319, 38.84075 ], [ -77.045292, 38.840732 ], [ -77.045265, 38.840709 ], [ -77.04524, 38.84069 ], [ -77.045211, 38.840674 ], [ -77.045187, 38.840653 ], [ -77.045162, 38.840631 ], [ -77.045135, 38.840609 ], [ -77.045109, 38.840584 ], [ -77.045089, 38.840561 ], [ -77.045068, 38.840539 ], [ -77.045044, 38.840517 ], [ -77.04502, 38.840495 ], [ -77.044999, 38.840474 ], [ -77.044983, 38.840452 ], [ -77.044966, 38.840431 ], [ -77.044947, 38.84041 ], [ -77.044929, 38.840388 ], [ -77.044908, 38.840368 ], [ -77.044889, 38.84035 ], [ -77.044877, 38.840329 ], [ -77.044864, 38.84031 ], [ -77.044851, 38.84029 ], [ -77.044835, 38.840269 ], [ -77.044812, 38.840251 ], [ -77.044789, 38.840234 ], [ -77.044767, 38.840221 ], [ -77.044739, 38.840214 ], [ -77.044708, 38.840211 ], [ -77.044679, 38.84021 ], [ -77.044644, 38.840209 ], [ -77.044613, 38.840207 ], [ -77.044581, 38.840202 ], [ -77.04455, 38.840197 ], [ -77.044523, 38.840192 ], [ -77.044494, 38.840186 ], [ -77.044455, 38.840182 ], [ -77.044418, 38.840174 ], [ -77.044374, 38.84017 ], [ -77.044336, 38.840169 ], [ -77.044295, 38.840174 ], [ -77.044254, 38.840178 ], [ -77.044221, 38.840185 ], [ -77.044184, 38.840194 ], [ -77.044152, 38.840205 ], [ -77.044119, 38.840215 ], [ -77.044088, 38.840222 ], [ -77.044058, 38.840226 ], [ -77.044027, 38.840225 ], [ -77.044001, 38.840216 ], [ -77.043974, 38.840204 ], [ -77.043939, 38.840197 ], [ -77.043904, 38.840198 ], [ -77.043878, 38.840208 ], [ -77.043847, 38.840223 ], [ -77.043819, 38.840234 ], [ -77.043793, 38.840245 ], [ -77.043768, 38.84026 ], [ -77.043744, 38.840277 ], [ -77.043718, 38.840295 ], [ -77.04369, 38.840311 ], [ -77.043668, 38.840326 ], [ -77.04365, 38.840344 ], [ -77.043632, 38.840362 ], [ -77.043612, 38.840383 ], [ -77.043594, 38.840402 ], [ -77.043578, 38.840423 ], [ -77.043558, 38.840442 ], [ -77.043538, 38.840462 ], [ -77.043521, 38.840479 ], [ -77.043501, 38.840496 ], [ -77.043475, 38.840511 ], [ -77.043451, 38.840526 ], [ -77.043432, 38.840543 ], [ -77.043406, 38.840558 ], [ -77.043383, 38.84055 ], [ -77.043386, 38.840522 ], [ -77.043399, 38.840506 ], [ -77.043401, 38.840484 ], [ -77.043398, 38.840465 ], [ -77.043386, 38.840442 ], [ -77.043368, 38.840408 ], [ -77.043358, 38.84039 ], [ -77.043345, 38.840373 ], [ -77.043336, 38.840354 ], [ -77.043332, 38.840332 ], [ -77.043324, 38.840311 ], [ -77.043308, 38.840296 ], [ -77.043292, 38.840281 ], [ -77.043285, 38.840261 ], [ -77.043281, 38.840236 ], [ -77.043281, 38.840214 ], [ -77.043287, 38.840196 ], [ -77.043293, 38.840159 ], [ -77.043285, 38.84014 ], [ -77.043271, 38.840123 ], [ -77.043258, 38.840103 ], [ -77.043244, 38.840086 ], [ -77.043233, 38.840066 ], [ -77.043227, 38.840041 ], [ -77.043221, 38.840021 ], [ -77.043209, 38.840005 ], [ -77.043193, 38.839988 ], [ -77.043175, 38.839968 ], [ -77.043154, 38.839949 ], [ -77.043135, 38.839932 ], [ -77.043122, 38.839915 ], [ -77.043118, 38.839896 ], [ -77.043115, 38.839873 ], [ -77.043106, 38.839852 ], [ -77.043093, 38.839832 ], [ -77.043079, 38.839811 ], [ -77.043065, 38.839795 ], [ -77.043009, 38.839763 ], [ -77.042987, 38.839755 ], [ -77.04296, 38.839745 ], [ -77.042932, 38.839734 ], [ -77.042908, 38.839728 ], [ -77.04288, 38.83972 ], [ -77.042856, 38.839713 ], [ -77.042831, 38.839705 ], [ -77.042804, 38.839695 ], [ -77.042776, 38.839687 ], [ -77.042746, 38.839681 ], [ -77.042712, 38.839677 ], [ -77.042684, 38.839671 ], [ -77.042661, 38.839665 ], [ -77.042634, 38.83966 ], [ -77.042608, 38.839656 ], [ -77.042581, 38.839654 ], [ -77.042556, 38.83965 ], [ -77.042527, 38.839646 ], [ -77.042497, 38.839642 ], [ -77.042471, 38.839639 ], [ -77.042439, 38.839637 ], [ -77.042409, 38.839632 ], [ -77.04238, 38.839628 ], [ -77.042348, 38.839625 ], [ -77.042319, 38.839621 ], [ -77.042296, 38.839617 ], [ -77.042267, 38.83961 ], [ -77.042236, 38.839607 ], [ -77.042211, 38.839603 ], [ -77.042182, 38.839599 ], [ -77.042152, 38.839592 ], [ -77.042125, 38.839587 ], [ -77.042102, 38.839582 ], [ -77.042075, 38.839577 ], [ -77.042047, 38.839572 ], [ -77.04202, 38.839567 ], [ -77.041991, 38.839562 ], [ -77.041963, 38.839558 ], [ -77.041937, 38.839554 ], [ -77.041912, 38.839549 ], [ -77.041884, 38.839542 ], [ -77.04186, 38.839538 ], [ -77.041836, 38.839532 ], [ -77.04181, 38.839522 ], [ -77.041784, 38.839516 ], [ -77.041758, 38.839514 ], [ -77.041734, 38.839512 ], [ -77.041707, 38.839512 ], [ -77.041679, 38.839512 ], [ -77.041653, 38.839513 ], [ -77.041623, 38.839514 ], [ -77.041594, 38.839513 ], [ -77.04157, 38.839515 ], [ -77.041543, 38.839516 ], [ -77.041514, 38.839518 ], [ -77.041489, 38.83952 ], [ -77.041455, 38.83952 ], [ -77.041428, 38.839522 ], [ -77.041402, 38.839523 ], [ -77.041378, 38.839525 ], [ -77.041349, 38.839529 ], [ -77.041324, 38.839531 ], [ -77.041299, 38.839534 ], [ -77.041274, 38.839536 ], [ -77.04125, 38.839539 ], [ -77.041225, 38.839541 ], [ -77.041201, 38.839545 ], [ -77.041176, 38.839551 ], [ -77.041152, 38.83956 ], [ -77.041132, 38.83957 ], [ -77.041109, 38.839588 ], [ -77.041092, 38.839608 ], [ -77.041052, 38.839614 ], [ -77.040941, 38.839577 ], [ -77.040917, 38.839558 ], [ -77.040896, 38.839538 ], [ -77.040871, 38.839523 ], [ -77.040793, 38.839496 ], [ -77.040769, 38.839486 ], [ -77.040737, 38.839479 ], [ -77.040706, 38.839468 ], [ -77.040683, 38.839456 ], [ -77.040635, 38.839435 ], [ -77.040608, 38.839421 ], [ -77.040582, 38.839411 ], [ -77.040556, 38.839403 ], [ -77.040534, 38.839392 ], [ -77.040506, 38.83938 ], [ -77.040477, 38.839373 ], [ -77.040454, 38.839366 ], [ -77.040394, 38.839341 ], [ -77.04038, 38.839323 ], [ -77.040319, 38.839319 ], [ -77.040294, 38.839321 ], [ -77.040198, 38.839311 ], [ -77.040175, 38.839306 ], [ -77.04015, 38.839302 ], [ -77.040127, 38.839293 ], [ -77.039975, 38.839277 ], [ -77.039951, 38.839278 ], [ -77.039885, 38.839283 ], [ -77.039825, 38.839279 ], [ -77.03979, 38.839281 ], [ -77.03976, 38.83928 ], [ -77.039707, 38.839275 ], [ -77.039668, 38.839276 ], [ -77.039617, 38.83928 ], [ -77.039591, 38.839284 ], [ -77.039514, 38.839287 ], [ -77.039465, 38.839287 ], [ -77.039408, 38.839285 ], [ -77.039352, 38.839281 ], [ -77.039265, 38.83927 ], [ -77.039199, 38.839266 ], [ -77.039175, 38.839267 ], [ -77.039125, 38.839262 ], [ -77.039092, 38.839261 ], [ -77.039029, 38.839255 ], [ -77.038996, 38.839253 ], [ -77.038966, 38.83925 ], [ -77.038935, 38.839248 ], [ -77.038903, 38.839248 ], [ -77.038663, 38.839265 ], [ -77.038634, 38.839259 ], [ -77.038601, 38.839256 ], [ -77.038549, 38.839262 ], [ -77.038458, 38.839271 ], [ -77.038383, 38.839277 ], [ -77.038356, 38.83928 ], [ -77.03827, 38.839286 ], [ -77.038206, 38.839296 ], [ -77.038179, 38.839291 ], [ -77.038155, 38.839278 ], [ -77.038111, 38.839274 ], [ -77.038057, 38.83928 ], [ -77.038028, 38.839285 ], [ -77.037971, 38.839292 ], [ -77.037916, 38.839301 ], [ -77.037827, 38.83931 ], [ -77.037781, 38.839313 ], [ -77.03772, 38.83932 ], [ -77.03763, 38.839328 ], [ -77.037568, 38.839332 ], [ -77.037538, 38.839333 ], [ -77.037485, 38.839337 ], [ -77.037434, 38.839345 ], [ -77.037418, 38.839359 ], [ -77.037399, 38.839374 ], [ -77.037315, 38.839368 ], [ -77.037283, 38.839367 ], [ -77.037217, 38.839368 ], [ -77.037043, 38.83938 ], [ -77.036968, 38.839386 ], [ -77.036804, 38.839405 ], [ -77.036779, 38.839413 ], [ -77.036755, 38.839424 ], [ -77.036733, 38.83944 ], [ -77.036696, 38.839474 ], [ -77.036656, 38.839505 ], [ -77.036632, 38.839529 ], [ -77.036633, 38.839552 ], [ -77.036616, 38.839571 ], [ -77.036583, 38.839573 ], [ -77.036549, 38.839564 ], [ -77.03651, 38.839558 ], [ -77.036479, 38.839552 ], [ -77.036432, 38.839548 ], [ -77.036351, 38.839548 ], [ -77.03632, 38.839546 ], [ -77.036263, 38.839548 ], [ -77.036203, 38.839555 ], [ -77.036174, 38.83956 ], [ -77.036117, 38.839578 ], [ -77.036089, 38.839586 ], [ -77.036059, 38.839597 ], [ -77.036035, 38.839609 ], [ -77.036011, 38.839624 ], [ -77.035983, 38.839638 ], [ -77.035958, 38.839653 ], [ -77.035931, 38.839667 ], [ -77.035902, 38.839679 ], [ -77.035875, 38.839687 ], [ -77.035818, 38.839702 ], [ -77.035792, 38.83971 ], [ -77.035766, 38.839716 ], [ -77.03574, 38.839726 ], [ -77.035718, 38.839739 ], [ -77.035673, 38.839752 ], [ -77.03565, 38.839754 ], [ -77.035612, 38.839748 ], [ -77.035571, 38.839743 ], [ -77.035525, 38.839748 ], [ -77.035501, 38.839754 ], [ -77.035477, 38.839762 ], [ -77.035429, 38.839783 ], [ -77.035374, 38.839801 ], [ -77.035299, 38.839838 ], [ -77.035276, 38.839848 ], [ -77.035225, 38.839866 ], [ -77.035201, 38.839873 ], [ -77.035149, 38.839883 ], [ -77.035123, 38.839893 ], [ -77.035037, 38.839936 ], [ -77.035006, 38.839948 ], [ -77.034972, 38.839958 ], [ -77.034871, 38.839981 ], [ -77.03484, 38.83999 ], [ -77.034808, 38.840001 ], [ -77.034778, 38.84001 ], [ -77.034693, 38.840027 ], [ -77.034668, 38.840034 ], [ -77.034644, 38.840044 ], [ -77.034624, 38.84006 ], [ -77.034593, 38.840101 ], [ -77.03458, 38.84012 ], [ -77.03457, 38.840141 ], [ -77.034554, 38.840183 ], [ -77.034551, 38.840204 ], [ -77.034549, 38.840249 ], [ -77.034549, 38.840269 ], [ -77.034553, 38.840314 ], [ -77.03455, 38.840358 ], [ -77.034543, 38.840401 ], [ -77.034541, 38.840452 ], [ -77.034541, 38.840473 ], [ -77.03455, 38.840573 ], [ -77.034552, 38.840622 ], [ -77.034558, 38.840716 ], [ -77.034555, 38.840757 ], [ -77.03455, 38.840779 ], [ -77.034543, 38.840799 ], [ -77.034531, 38.840815 ], [ -77.034516, 38.840831 ], [ -77.0345, 38.840844 ], [ -77.034425, 38.840873 ], [ -77.034385, 38.840884 ], [ -77.034352, 38.840888 ], [ -77.034287, 38.840877 ], [ -77.034256, 38.840875 ], [ -77.03423, 38.840882 ], [ -77.034212, 38.840869 ], [ -77.03421, 38.840896 ], [ -77.034199, 38.840918 ], [ -77.034193, 38.840937 ], [ -77.034194, 38.840957 ], [ -77.034208, 38.840983 ], [ -77.034252, 38.841035 ], [ -77.034266, 38.841066 ], [ -77.034275, 38.841092 ], [ -77.034279, 38.841121 ], [ -77.034275, 38.841147 ], [ -77.034266, 38.841169 ], [ -77.034251, 38.841188 ], [ -77.034233, 38.841204 ], [ -77.034212, 38.841212 ], [ -77.034185, 38.841229 ], [ -77.034171, 38.841253 ], [ -77.034158, 38.841317 ], [ -77.034143, 38.8414 ], [ -77.03414, 38.841429 ], [ -77.034133, 38.841481 ], [ -77.034129, 38.841549 ], [ -77.03413, 38.841568 ], [ -77.034136, 38.841588 ], [ -77.034107, 38.841602 ], [ -77.034076, 38.841613 ], [ -77.034048, 38.84163 ], [ -77.03403, 38.841653 ], [ -77.034017, 38.84169 ], [ -77.034012, 38.84171 ], [ -77.03401, 38.841732 ], [ -77.034012, 38.841757 ], [ -77.034014, 38.841779 ], [ -77.034016, 38.841802 ], [ -77.034016, 38.841828 ], [ -77.034013, 38.84185 ], [ -77.034009, 38.841874 ], [ -77.034004, 38.8419 ], [ -77.033997, 38.841921 ], [ -77.033993, 38.841945 ], [ -77.03399, 38.841971 ], [ -77.033987, 38.841995 ], [ -77.033985, 38.84202 ], [ -77.033983, 38.842045 ], [ -77.033982, 38.842068 ], [ -77.03398, 38.842094 ], [ -77.033978, 38.842117 ], [ -77.033975, 38.842141 ], [ -77.033973, 38.842167 ], [ -77.03397, 38.84219 ], [ -77.033967, 38.842214 ], [ -77.033964, 38.842238 ], [ -77.033961, 38.84226 ], [ -77.033959, 38.842282 ], [ -77.033958, 38.842305 ], [ -77.033956, 38.842327 ], [ -77.033954, 38.842349 ], [ -77.033954, 38.842372 ], [ -77.033955, 38.842394 ], [ -77.033955, 38.842415 ], [ -77.033955, 38.842437 ], [ -77.033953, 38.842458 ], [ -77.03395, 38.842479 ], [ -77.033947, 38.8425 ], [ -77.033945, 38.842519 ], [ -77.033943, 38.842548 ], [ -77.033944, 38.842573 ], [ -77.033946, 38.842592 ], [ -77.033946, 38.842614 ], [ -77.033943, 38.842646 ], [ -77.033934, 38.842677 ], [ -77.033925, 38.842711 ], [ -77.03392, 38.842745 ], [ -77.033913, 38.842777 ], [ -77.033902, 38.84281 ], [ -77.033887, 38.842842 ], [ -77.03387, 38.842874 ], [ -77.033862, 38.842892 ], [ -77.033854, 38.84291 ], [ -77.033847, 38.842928 ], [ -77.033839, 38.842946 ], [ -77.033831, 38.842964 ], [ -77.033821, 38.842981 ], [ -77.033808, 38.842996 ], [ -77.033794, 38.843012 ], [ -77.033782, 38.843028 ], [ -77.033771, 38.843044 ], [ -77.033749, 38.843076 ], [ -77.03374, 38.843095 ], [ -77.033729, 38.843114 ], [ -77.033718, 38.843134 ], [ -77.033708, 38.843154 ], [ -77.0337, 38.843174 ], [ -77.033692, 38.843194 ], [ -77.033683, 38.843215 ], [ -77.033676, 38.843235 ], [ -77.03367, 38.843256 ], [ -77.033662, 38.843278 ], [ -77.033652, 38.8433 ], [ -77.033643, 38.84332 ], [ -77.033635, 38.843341 ], [ -77.033623, 38.843362 ], [ -77.033611, 38.843384 ], [ -77.0336, 38.843406 ], [ -77.033589, 38.843429 ], [ -77.033575, 38.843452 ], [ -77.033558, 38.843473 ], [ -77.033541, 38.843494 ], [ -77.033526, 38.843516 ], [ -77.033513, 38.843537 ], [ -77.033505, 38.843558 ], [ -77.033498, 38.84358 ], [ -77.033495, 38.843601 ], [ -77.03349, 38.843622 ], [ -77.033481, 38.843644 ], [ -77.03347, 38.843667 ], [ -77.033456, 38.843688 ], [ -77.033443, 38.843709 ], [ -77.033433, 38.84373 ], [ -77.033422, 38.843751 ], [ -77.033411, 38.843773 ], [ -77.033401, 38.843796 ], [ -77.03339, 38.843819 ], [ -77.03338, 38.843843 ], [ -77.03337, 38.843867 ], [ -77.033362, 38.843889 ], [ -77.033355, 38.843912 ], [ -77.033346, 38.843935 ], [ -77.033336, 38.843959 ], [ -77.033326, 38.843982 ], [ -77.033315, 38.844004 ], [ -77.033306, 38.844026 ], [ -77.033296, 38.844048 ], [ -77.03329, 38.844071 ], [ -77.033284, 38.844093 ], [ -77.033276, 38.844115 ], [ -77.033267, 38.844139 ], [ -77.033258, 38.844161 ], [ -77.033248, 38.844184 ], [ -77.033236, 38.844208 ], [ -77.033222, 38.844231 ], [ -77.033207, 38.844254 ], [ -77.033193, 38.844276 ], [ -77.033182, 38.844297 ], [ -77.033173, 38.844318 ], [ -77.033167, 38.844339 ], [ -77.03316, 38.844361 ], [ -77.033156, 38.844383 ], [ -77.033159, 38.844401 ], [ -77.03313, 38.844482 ], [ -77.033103, 38.844495 ], [ -77.033079, 38.844516 ], [ -77.033066, 38.844549 ], [ -77.033064, 38.84457 ], [ -77.033063, 38.84459 ], [ -77.033062, 38.844612 ], [ -77.033057, 38.844634 ], [ -77.033051, 38.844656 ], [ -77.033042, 38.844677 ], [ -77.033033, 38.844699 ], [ -77.033027, 38.844722 ], [ -77.033021, 38.844744 ], [ -77.033017, 38.844766 ], [ -77.033013, 38.844791 ], [ -77.03301, 38.844816 ], [ -77.033007, 38.844841 ], [ -77.033002, 38.844866 ], [ -77.032996, 38.84489 ], [ -77.03299, 38.844917 ], [ -77.032985, 38.844942 ], [ -77.032979, 38.844967 ], [ -77.032973, 38.844994 ], [ -77.032966, 38.84502 ], [ -77.032958, 38.845046 ], [ -77.032954, 38.845072 ], [ -77.03295, 38.845095 ], [ -77.032947, 38.84512 ], [ -77.032944, 38.845145 ], [ -77.032939, 38.84517 ], [ -77.032934, 38.845197 ], [ -77.032928, 38.845223 ], [ -77.032919, 38.845248 ], [ -77.03291, 38.845274 ], [ -77.032903, 38.845296 ], [ -77.032894, 38.845319 ], [ -77.032886, 38.845344 ], [ -77.03288, 38.845369 ], [ -77.032875, 38.845395 ], [ -77.032871, 38.845421 ], [ -77.032867, 38.845446 ], [ -77.032863, 38.845473 ], [ -77.032857, 38.845499 ], [ -77.032853, 38.845518 ], [ -77.032849, 38.845547 ], [ -77.032846, 38.845566 ], [ -77.032841, 38.845586 ], [ -77.032834, 38.845606 ], [ -77.032828, 38.845627 ], [ -77.032824, 38.845648 ], [ -77.032822, 38.845673 ], [ -77.032819, 38.845697 ], [ -77.032814, 38.845721 ], [ -77.032809, 38.845744 ], [ -77.032806, 38.845765 ], [ -77.032804, 38.845784 ], [ -77.032808, 38.845812 ], [ -77.032796, 38.845856 ], [ -77.032779, 38.845883 ], [ -77.032773, 38.845917 ], [ -77.032771, 38.845936 ], [ -77.032766, 38.845956 ], [ -77.032761, 38.845976 ], [ -77.032755, 38.845995 ], [ -77.032748, 38.846016 ], [ -77.03274, 38.846037 ], [ -77.032732, 38.846058 ], [ -77.032726, 38.846079 ], [ -77.032722, 38.846101 ], [ -77.032717, 38.846122 ], [ -77.032713, 38.846141 ], [ -77.032709, 38.84616 ], [ -77.032704, 38.846179 ], [ -77.032698, 38.846197 ], [ -77.032693, 38.846215 ], [ -77.032687, 38.846233 ], [ -77.032682, 38.846252 ], [ -77.032677, 38.846272 ], [ -77.032673, 38.846293 ], [ -77.032669, 38.846314 ], [ -77.032665, 38.846334 ], [ -77.032661, 38.846355 ], [ -77.032656, 38.84638 ], [ -77.032648, 38.846409 ], [ -77.032642, 38.84643 ], [ -77.032638, 38.846451 ], [ -77.032634, 38.846472 ], [ -77.032627, 38.846494 ], [ -77.03262, 38.846518 ], [ -77.032615, 38.846543 ], [ -77.032609, 38.846568 ], [ -77.032605, 38.846595 ], [ -77.032599, 38.84662 ], [ -77.032592, 38.846648 ], [ -77.032585, 38.846673 ], [ -77.032577, 38.846701 ], [ -77.03257, 38.846727 ], [ -77.032561, 38.84675 ], [ -77.032551, 38.846776 ], [ -77.032543, 38.846801 ], [ -77.032536, 38.846827 ], [ -77.03253, 38.846855 ], [ -77.032527, 38.846882 ], [ -77.032525, 38.846909 ], [ -77.032523, 38.846935 ], [ -77.03252, 38.846962 ], [ -77.032517, 38.846988 ], [ -77.032513, 38.847012 ], [ -77.032508, 38.847037 ], [ -77.0325, 38.847063 ], [ -77.032493, 38.847089 ], [ -77.032486, 38.847114 ], [ -77.03248, 38.847141 ], [ -77.032476, 38.847168 ], [ -77.032475, 38.847194 ], [ -77.032473, 38.847218 ], [ -77.032469, 38.847242 ], [ -77.032465, 38.847266 ], [ -77.03246, 38.847288 ], [ -77.032455, 38.847309 ], [ -77.03245, 38.847329 ], [ -77.032447, 38.84735 ], [ -77.032443, 38.84737 ], [ -77.03244, 38.847392 ], [ -77.032436, 38.847412 ], [ -77.032425, 38.847443 ], [ -77.032414, 38.847466 ], [ -77.032416, 38.847489 ], [ -77.032413, 38.847516 ], [ -77.032406, 38.847541 ], [ -77.032394, 38.847562 ], [ -77.03239, 38.847593 ], [ -77.03239, 38.847614 ], [ -77.032389, 38.847636 ], [ -77.032386, 38.84766 ], [ -77.032384, 38.847685 ], [ -77.032382, 38.84771 ], [ -77.032381, 38.847736 ], [ -77.032378, 38.847761 ], [ -77.032376, 38.847787 ], [ -77.032374, 38.847813 ], [ -77.032373, 38.847839 ], [ -77.032371, 38.847865 ], [ -77.032267, 38.848016 ], [ -77.032301, 38.848136 ], [ -77.032295, 38.848188 ], [ -77.032294, 38.848206 ], [ -77.032296, 38.848225 ], [ -77.032298, 38.848246 ], [ -77.032299, 38.848267 ], [ -77.0323, 38.848287 ], [ -77.032303, 38.848306 ], [ -77.032304, 38.848326 ], [ -77.032306, 38.848349 ], [ -77.032307, 38.848371 ], [ -77.032308, 38.848401 ], [ -77.032309, 38.848419 ], [ -77.032309, 38.848437 ], [ -77.032308, 38.848456 ], [ -77.032308, 38.848476 ], [ -77.032308, 38.848497 ], [ -77.032303, 38.848525 ], [ -77.032302, 38.848594 ], [ -77.032297, 38.848694 ], [ -77.032292, 38.848789 ], [ -77.032292, 38.848808 ], [ -77.032291, 38.848831 ], [ -77.03229, 38.848856 ], [ -77.032288, 38.848882 ], [ -77.032287, 38.848911 ], [ -77.032286, 38.848941 ], [ -77.032286, 38.848972 ], [ -77.032284, 38.849004 ], [ -77.032281, 38.849036 ], [ -77.032279, 38.849069 ], [ -77.032278, 38.849103 ], [ -77.032278, 38.849138 ], [ -77.032277, 38.849174 ], [ -77.032273, 38.849241 ], [ -77.032274, 38.849269 ], [ -77.032273, 38.849293 ], [ -77.032271, 38.84932 ], [ -77.032269, 38.849345 ], [ -77.032269, 38.849372 ], [ -77.032269, 38.849398 ], [ -77.032269, 38.849424 ], [ -77.03227, 38.849449 ], [ -77.032269, 38.849467 ], [ -77.032268, 38.849487 ], [ -77.032267, 38.849507 ], [ -77.032265, 38.849526 ], [ -77.032264, 38.849548 ], [ -77.032263, 38.849572 ], [ -77.032261, 38.849597 ], [ -77.032259, 38.849622 ], [ -77.032255, 38.849648 ], [ -77.032249, 38.849676 ], [ -77.032245, 38.849705 ], [ -77.032242, 38.849734 ], [ -77.032238, 38.849763 ], [ -77.032233, 38.849793 ], [ -77.032228, 38.849818 ], [ -77.032221, 38.849841 ], [ -77.032212, 38.849862 ], [ -77.0322, 38.84988 ], [ -77.032186, 38.850074 ], [ -77.032196, 38.850096 ], [ -77.032143, 38.850287 ], [ -77.032147, 38.850313 ], [ -77.032151, 38.85034 ], [ -77.032154, 38.850366 ], [ -77.032158, 38.850394 ], [ -77.032163, 38.850422 ], [ -77.032167, 38.850451 ], [ -77.032171, 38.850481 ], [ -77.032176, 38.850509 ], [ -77.032181, 38.85054 ], [ -77.032186, 38.85057 ], [ -77.03219, 38.850601 ], [ -77.032194, 38.850632 ], [ -77.032198, 38.850663 ], [ -77.032202, 38.850694 ], [ -77.02268, 38.855902 ], [ -77.020162, 38.85733 ], [ -77.015678, 38.859865 ], [ -77.013704, 38.860998 ], [ -77.009124, 38.863596 ], [ -77.00819, 38.864481 ], [ -77.006328, 38.867284 ], [ -77.005457, 38.868707 ], [ -77.003694, 38.868012 ], [ -77.003298, 38.867854 ], [ -77.002397, 38.867475 ], [ -77.002325, 38.867428 ], [ -77.002305, 38.867413 ], [ -77.002269, 38.867389 ], [ -77.002314, 38.867315 ], [ -77.002342, 38.867261 ], [ -77.002351, 38.867242 ], [ -77.002372, 38.867186 ], [ -77.002392, 38.867115 ], [ -77.002399, 38.867082 ], [ -77.002409, 38.867017 ], [ -77.002413, 38.866984 ], [ -77.002417, 38.866918 ], [ -77.002416, 38.866852 ], [ -77.002414, 38.866819 ], [ -77.00241, 38.866782 ], [ -77.002405, 38.866746 ], [ -77.002398, 38.86671 ], [ -77.002379, 38.866638 ], [ -77.002368, 38.866603 ], [ -77.002355, 38.866568 ], [ -77.00234, 38.866533 ], [ -77.002305, 38.86646 ], [ -77.002207, 38.866283 ], [ -77.0021, 38.866082 ], [ -77.002037, 38.865974 ], [ -77.001997, 38.865902 ], [ -77.001976, 38.865866 ], [ -77.001839, 38.865611 ], [ -77.001817, 38.865561 ], [ -77.001803, 38.865527 ], [ -77.001791, 38.865492 ], [ -77.00177, 38.865417 ], [ -77.00176, 38.865376 ], [ -77.001752, 38.865336 ], [ -77.001745, 38.865295 ], [ -77.001734, 38.865212 ], [ -77.001729, 38.86513 ], [ -77.001741, 38.864871 ], [ -77.001731, 38.864828 ], [ -77.001752, 38.864642 ], [ -77.001755, 38.864608 ], [ -77.001793, 38.86436 ], [ -77.001805, 38.864286 ], [ -77.001818, 38.864196 ], [ -77.001927, 38.863492 ], [ -77.001991, 38.863132 ], [ -77.002002, 38.863058 ], [ -77.002014, 38.862997 ], [ -77.002028, 38.862936 ], [ -77.00206, 38.862815 ], [ -77.002078, 38.862754 ], [ -77.002098, 38.862701 ], [ -77.002141, 38.862597 ], [ -77.002165, 38.862545 ], [ -77.00219, 38.862494 ], [ -77.002217, 38.862443 ], [ -77.00226, 38.862371 ], [ -77.002282, 38.862336 ], [ -77.002292, 38.862318 ], [ -77.002347, 38.862229 ], [ -77.002379, 38.862175 ], [ -77.002601, 38.861821 ], [ -77.002669, 38.861715 ], [ -77.002681, 38.861698 ], [ -77.002796, 38.861522 ], [ -77.002807, 38.861504 ], [ -77.002866, 38.861417 ], [ -77.002877, 38.861399 ], [ -77.0029, 38.861366 ], [ -77.002936, 38.861312 ], [ -77.003132, 38.861028 ], [ -77.003446, 38.860689 ], [ -77.00331, 38.860649 ], [ -77.003004, 38.860535 ], [ -77.003029, 38.86048 ], [ -77.00306, 38.860409 ], [ -77.003119, 38.860267 ], [ -77.003147, 38.860195 ], [ -77.003173, 38.860124 ], [ -77.003198, 38.860052 ], [ -77.003245, 38.859907 ], [ -77.003393, 38.859385 ], [ -77.003447, 38.859185 ], [ -77.003585, 38.858686 ], [ -77.003614, 38.858586 ], [ -77.00367, 38.858387 ], [ -77.003733, 38.858189 ], [ -77.003799, 38.857991 ], [ -77.003869, 38.857795 ], [ -77.003941, 38.857599 ], [ -77.004079, 38.857246 ], [ -77.004206, 38.856933 ], [ -77.004491, 38.856254 ], [ -77.004699, 38.855764 ], [ -77.004857, 38.855398 ], [ -77.004955, 38.855179 ], [ -77.005057, 38.854961 ], [ -77.00511, 38.854853 ], [ -77.005218, 38.854637 ], [ -77.005274, 38.854529 ], [ -77.005331, 38.854422 ], [ -77.005389, 38.854316 ], [ -77.00546, 38.85419 ], [ -77.005605, 38.85394 ], [ -77.005679, 38.853815 ], [ -77.005829, 38.853567 ], [ -77.006058, 38.853196 ], [ -77.006137, 38.853073 ], [ -77.006203, 38.852963 ], [ -77.006379, 38.852671 ], [ -77.006532, 38.852418 ], [ -77.006795, 38.851988 ], [ -77.007026, 38.851603 ], [ -77.00707, 38.851524 ], [ -77.007099, 38.851468 ], [ -77.007208, 38.851332 ], [ -77.007534, 38.850839 ], [ -77.007668, 38.850629 ], [ -77.007809, 38.850376 ], [ -77.007948, 38.850128 ], [ -77.007981, 38.850071 ], [ -77.008034, 38.849875 ], [ -77.008039, 38.849759 ], [ -77.008047, 38.849228 ], [ -77.008134, 38.848203 ], [ -77.008144, 38.847954 ], [ -77.008221, 38.846943 ], [ -77.00835, 38.845136 ], [ -77.00836, 38.845038 ], [ -77.008708, 38.842366 ], [ -77.008858, 38.841153 ], [ -77.009018, 38.840035 ], [ -77.009155, 38.839563 ], [ -77.009656, 38.83876 ], [ -77.009817, 38.838541 ], [ -77.009992, 38.838306 ], [ -77.010177, 38.838054 ], [ -77.010305, 38.837884 ], [ -77.010608, 38.837473 ], [ -77.010658, 38.837403 ], [ -77.010964, 38.836989 ], [ -77.011068, 38.836852 ], [ -77.011563, 38.836177 ], [ -77.011982, 38.835614 ], [ -77.012535, 38.83486 ], [ -77.012962, 38.834285 ], [ -77.013432, 38.833649 ], [ -77.013721, 38.833248 ], [ -77.014021, 38.83285 ], [ -77.014257, 38.832569 ], [ -77.014452, 38.832331 ], [ -77.014606, 38.832136 ], [ -77.014716, 38.831985 ], [ -77.014898, 38.831725 ], [ -77.01496, 38.831637 ], [ -77.014976, 38.831614 ], [ -77.015062, 38.831518 ], [ -77.015153, 38.831425 ], [ -77.015216, 38.831365 ], [ -77.015282, 38.831306 ], [ -77.015434, 38.831162 ], [ -77.015678, 38.830934 ], [ -77.015882, 38.830742 ], [ -77.016097, 38.830542 ], [ -77.016485, 38.830174 ], [ -77.016564, 38.830101 ], [ -77.016627, 38.830057 ], [ -77.016666, 38.830014 ], [ -77.016698, 38.829983 ], [ -77.016733, 38.82994 ], [ -77.016757, 38.829906 ], [ -77.016773, 38.829872 ], [ -77.016788, 38.829828 ], [ -77.016807, 38.829786 ], [ -77.016824, 38.829656 ], [ -77.016844, 38.829609 ], [ -77.016891, 38.829529 ], [ -77.017014, 38.829327 ], [ -77.017064, 38.82924 ], [ -77.017083, 38.829207 ], [ -77.017151, 38.829068 ], [ -77.017202, 38.828934 ], [ -77.017222, 38.828842 ], [ -77.017229, 38.828812 ], [ -77.017294, 38.828438 ], [ -77.017307, 38.828344 ], [ -77.017326, 38.828243 ], [ -77.017335, 38.82807 ], [ -77.017341, 38.827782 ], [ -77.01737, 38.827363 ], [ -77.017369, 38.827225 ], [ -77.017367, 38.825203 ], [ -77.017368, 38.824303 ], [ -77.017369, 38.823896 ], [ -77.01737, 38.823592 ], [ -77.01737, 38.823575 ], [ -77.017369, 38.823352 ], [ -77.017376, 38.823233 ], [ -77.017379, 38.822486 ], [ -77.017379, 38.822404 ], [ -77.017377, 38.822371 ], [ -77.017377, 38.822295 ], [ -77.017379, 38.822232 ], [ -77.017386, 38.822153 ], [ -77.017393, 38.822104 ], [ -77.017417, 38.821962 ], [ -77.017428, 38.821913 ], [ -77.017438, 38.821852 ], [ -77.017473, 38.821714 ], [ -77.017484, 38.821664 ], [ -77.017557, 38.821488 ], [ -77.017631, 38.821333 ], [ -77.017732, 38.821169 ], [ -77.017883, 38.820978 ], [ -77.018072, 38.820817 ], [ -77.018221, 38.820799 ], [ -77.018283, 38.820793 ], [ -77.02004, 38.820712 ], [ -77.020232, 38.820686 ], [ -77.020476, 38.820661 ], [ -77.021932, 38.820521 ], [ -77.022242, 38.820489 ], [ -77.022467, 38.820464 ], [ -77.023001, 38.820406 ], [ -77.023606, 38.820338 ], [ -77.024204, 38.820274 ], [ -77.024742, 38.82021 ], [ -77.025225, 38.820158 ], [ -77.025366, 38.820141 ], [ -77.025481, 38.820126 ], [ -77.025514, 38.820123 ], [ -77.025669, 38.820106 ], [ -77.025701, 38.820104 ], [ -77.025733, 38.8201 ], [ -77.025757, 38.820095 ], [ -77.027477, 38.819979 ], [ -77.039132, 38.819606 ], [ -77.039216, 38.819669 ], [ -77.039277, 38.819726 ], [ -77.03934, 38.819789 ], [ -77.039374, 38.819817 ], [ -77.039429, 38.819845 ], [ -77.039496, 38.819867 ], [ -77.039555, 38.819875 ], [ -77.039607, 38.819888 ], [ -77.039665, 38.819891 ], [ -77.039729, 38.819885 ], [ -77.039813, 38.819974 ], [ -77.0399, 38.820073 ], [ -77.039905, 38.820135 ], [ -77.039972, 38.820254 ], [ -77.039935, 38.820461 ], [ -77.03997, 38.820501 ], [ -77.039995, 38.820526 ], [ -77.040008, 38.820563 ], [ -77.040013, 38.820589 ], [ -77.04004, 38.820614 ], [ -77.040044, 38.820653 ], [ -77.040029, 38.820676 ], [ -77.039998, 38.820698 ], [ -77.039982, 38.820728 ], [ -77.039968, 38.820765 ], [ -77.039955, 38.820808 ], [ -77.039934, 38.820858 ], [ -77.039898, 38.820902 ], [ -77.039845, 38.820949 ], [ -77.039802, 38.821006 ], [ -77.03974, 38.821061 ], [ -77.039673, 38.821091 ], [ -77.039621, 38.821121 ], [ -77.039568, 38.82114 ], [ -77.039553, 38.821162 ], [ -77.039547, 38.821208 ], [ -77.039544, 38.821255 ], [ -77.039542, 38.821276 ], [ -77.039516, 38.821291 ], [ -77.039516, 38.821314 ], [ -77.039508, 38.821336 ], [ -77.039498, 38.82136 ], [ -77.039486, 38.821404 ], [ -77.039459, 38.821432 ], [ -77.039444, 38.821456 ], [ -77.039459, 38.821557 ], [ -77.039492, 38.821584 ], [ -77.039488, 38.821604 ], [ -77.039496, 38.821656 ], [ -77.039554, 38.821699 ], [ -77.039584, 38.821705 ], [ -77.039634, 38.821732 ], [ -77.039658, 38.821768 ], [ -77.039711, 38.821817 ], [ -77.039764, 38.821824 ], [ -77.039817, 38.821844 ], [ -77.039889, 38.821852 ], [ -77.039936, 38.821881 ], [ -77.040059, 38.821895 ], [ -77.040104, 38.821916 ], [ -77.040236, 38.82197 ], [ -77.040388, 38.821991 ], [ -77.040523, 38.821968 ], [ -77.040598, 38.82199 ], [ -77.04065, 38.822023 ], [ -77.040686, 38.822037 ], [ -77.040738, 38.822083 ], [ -77.040758, 38.82209 ], [ -77.040826, 38.822176 ], [ -77.040867, 38.822236 ], [ -77.040873, 38.822339 ], [ -77.040914, 38.822416 ], [ -77.040981, 38.822559 ], [ -77.040982, 38.82259 ], [ -77.040997, 38.822608 ], [ -77.041004, 38.822665 ], [ -77.041039, 38.822718 ], [ -77.041086, 38.822885 ], [ -77.041088, 38.822927 ], [ -77.041107, 38.82294 ], [ -77.041094, 38.823049 ], [ -77.041099, 38.823082 ], [ -77.04108, 38.823191 ], [ -77.041068, 38.823229 ], [ -77.041067, 38.823257 ], [ -77.041044, 38.823294 ], [ -77.041019, 38.823316 ], [ -77.040982, 38.823337 ], [ -77.040953, 38.823372 ], [ -77.04089, 38.823383 ], [ -77.040795, 38.823446 ], [ -77.04078, 38.823483 ], [ -77.040686, 38.823554 ], [ -77.04065, 38.823567 ], [ -77.040629, 38.823589 ], [ -77.040618, 38.823604 ], [ -77.040593, 38.823615 ], [ -77.040531, 38.823619 ], [ -77.040517, 38.823636 ], [ -77.040438, 38.823638 ], [ -77.040418, 38.823654 ], [ -77.040384, 38.823662 ], [ -77.040342, 38.823682 ], [ -77.040289, 38.823682 ], [ -77.040263, 38.823707 ], [ -77.040196, 38.823713 ], [ -77.040168, 38.823723 ], [ -77.040137, 38.823721 ], [ -77.040109, 38.823736 ], [ -77.040066, 38.823746 ], [ -77.040049, 38.823752 ], [ -77.040013, 38.823752 ], [ -77.039971, 38.823744 ], [ -77.039815, 38.823739 ], [ -77.039795, 38.823751 ], [ -77.039769, 38.823751 ], [ -77.039749, 38.823766 ], [ -77.039718, 38.823781 ], [ -77.039696, 38.82379 ], [ -77.039676, 38.823807 ], [ -77.039673, 38.823829 ], [ -77.039672, 38.823844 ], [ -77.039681, 38.823857 ], [ -77.039686, 38.823871 ], [ -77.039669, 38.823888 ], [ -77.039668, 38.823927 ], [ -77.039642, 38.823953 ], [ -77.0396, 38.823964 ], [ -77.0396, 38.823983 ], [ -77.039535, 38.824007 ], [ -77.039509, 38.824026 ], [ -77.039459, 38.824025 ], [ -77.039411, 38.824042 ], [ -77.039374, 38.824042 ], [ -77.039335, 38.824059 ], [ -77.039256, 38.824062 ], [ -77.039217, 38.824086 ], [ -77.039182, 38.824088 ], [ -77.039127, 38.824091 ], [ -77.039085, 38.824104 ], [ -77.039068, 38.824124 ], [ -77.03905, 38.824143 ], [ -77.03903, 38.824169 ], [ -77.039012, 38.824228 ], [ -77.038977, 38.824272 ], [ -77.03894, 38.824316 ], [ -77.0389, 38.824358 ], [ -77.038881, 38.824371 ], [ -77.038871, 38.824408 ], [ -77.038836, 38.824422 ], [ -77.038801, 38.824444 ], [ -77.038784, 38.824473 ], [ -77.038789, 38.824506 ], [ -77.038802, 38.824535 ], [ -77.03881, 38.824552 ], [ -77.038838, 38.824558 ], [ -77.038827, 38.824588 ], [ -77.038811, 38.824612 ], [ -77.038791, 38.824643 ], [ -77.038799, 38.824693 ], [ -77.038764, 38.824742 ], [ -77.038749, 38.82489 ], [ -77.03876, 38.824974 ], [ -77.038665, 38.825066 ], [ -77.038626, 38.825419 ], [ -77.038616, 38.825504 ], [ -77.038655, 38.825568 ], [ -77.038666, 38.825672 ], [ -77.038628, 38.825768 ], [ -77.038608, 38.825922 ], [ -77.038539, 38.826036 ], [ -77.038578, 38.826089 ], [ -77.038562, 38.826193 ], [ -77.03852, 38.826257 ], [ -77.038506, 38.826349 ], [ -77.038464, 38.826442 ], [ -77.038449, 38.826526 ], [ -77.038402, 38.826828 ], [ -77.038337, 38.826923 ], [ -77.038303, 38.827098 ], [ -77.038334, 38.827127 ], [ -77.038382, 38.827172 ], [ -77.038367, 38.827266 ], [ -77.038312, 38.827316 ], [ -77.038302, 38.827352 ], [ -77.038286, 38.827417 ], [ -77.038272, 38.827482 ], [ -77.038278, 38.827508 ], [ -77.038263, 38.827523 ], [ -77.038236, 38.827547 ], [ -77.038205, 38.82757 ], [ -77.038196, 38.827591 ], [ -77.038189, 38.827614 ], [ -77.038179, 38.827636 ], [ -77.03817, 38.827648 ], [ -77.038151, 38.827663 ], [ -77.038141, 38.82768 ], [ -77.038135, 38.827693 ], [ -77.038136, 38.827711 ], [ -77.038141, 38.827729 ], [ -77.038145, 38.827742 ], [ -77.038142, 38.827752 ], [ -77.038141, 38.827771 ], [ -77.038142, 38.827783 ], [ -77.038151, 38.8278 ], [ -77.038156, 38.827813 ], [ -77.03816, 38.827836 ], [ -77.038162, 38.827861 ], [ -77.038156, 38.827873 ], [ -77.038152, 38.827894 ], [ -77.038147, 38.827936 ], [ -77.038131, 38.82795 ], [ -77.038131, 38.828002 ], [ -77.038125, 38.828023 ], [ -77.038115, 38.828042 ], [ -77.038094, 38.828057 ], [ -77.038087, 38.828067 ], [ -77.038078, 38.828075 ], [ -77.03807, 38.828088 ], [ -77.038063, 38.828105 ], [ -77.038056, 38.828126 ], [ -77.038058, 38.828141 ], [ -77.038065, 38.828155 ], [ -77.038071, 38.828166 ], [ -77.038072, 38.828178 ], [ -77.038064, 38.828196 ], [ -77.038056, 38.828209 ], [ -77.038041, 38.828227 ], [ -77.038028, 38.828245 ], [ -77.038021, 38.82826 ], [ -77.038019, 38.828289 ], [ -77.038034, 38.828333 ], [ -77.038043, 38.828348 ], [ -77.03805, 38.828365 ], [ -77.038049, 38.82838 ], [ -77.038031, 38.828392 ], [ -77.038007, 38.828418 ], [ -77.038008, 38.828435 ], [ -77.038017, 38.828455 ], [ -77.038014, 38.828469 ], [ -77.038006, 38.828476 ], [ -77.037974, 38.828574 ], [ -77.037969, 38.828592 ], [ -77.037981, 38.828617 ], [ -77.037983, 38.828636 ], [ -77.037984, 38.828653 ], [ -77.037975, 38.828674 ], [ -77.037965, 38.828701 ], [ -77.037954, 38.828722 ], [ -77.037947, 38.828752 ], [ -77.037947, 38.828773 ], [ -77.037954, 38.828798 ], [ -77.037948, 38.828821 ], [ -77.037939, 38.828832 ], [ -77.037932, 38.828843 ], [ -77.037913, 38.828894 ], [ -77.037886, 38.828946 ], [ -77.03788, 38.82897 ], [ -77.037865, 38.828975 ], [ -77.037854, 38.82898 ], [ -77.037843, 38.828995 ], [ -77.037837, 38.829011 ], [ -77.037836, 38.829028 ], [ -77.03785, 38.829056 ], [ -77.037849, 38.829082 ], [ -77.037826, 38.829141 ], [ -77.037806, 38.829164 ], [ -77.037786, 38.829181 ], [ -77.037773, 38.829197 ], [ -77.037764, 38.829213 ], [ -77.037762, 38.829229 ], [ -77.037763, 38.829239 ], [ -77.037769, 38.829248 ], [ -77.037788, 38.829273 ], [ -77.037805, 38.829296 ], [ -77.037804, 38.829315 ], [ -77.037792, 38.829326 ], [ -77.037755, 38.829382 ], [ -77.037761, 38.829418 ], [ -77.037769, 38.829433 ], [ -77.037765, 38.82945 ], [ -77.03773, 38.829468 ], [ -77.037699, 38.8295 ], [ -77.037713, 38.829542 ], [ -77.037716, 38.829596 ], [ -77.037746, 38.829632 ], [ -77.037743, 38.829742 ], [ -77.03777, 38.829772 ], [ -77.037776, 38.829811 ], [ -77.037741, 38.829849 ], [ -77.037737, 38.829864 ], [ -77.037748, 38.829912 ], [ -77.037739, 38.830004 ], [ -77.037749, 38.830031 ], [ -77.037755, 38.830138 ], [ -77.037784, 38.83018 ], [ -77.037799, 38.830195 ], [ -77.037826, 38.830196 ], [ -77.037825, 38.830217 ], [ -77.037822, 38.830242 ], [ -77.037815, 38.830291 ], [ -77.037838, 38.830315 ], [ -77.037844, 38.830342 ], [ -77.037826, 38.830403 ], [ -77.037858, 38.830458 ], [ -77.037881, 38.830482 ], [ -77.037863, 38.830495 ], [ -77.037868, 38.830539 ], [ -77.037966, 38.830617 ], [ -77.038022, 38.830669 ], [ -77.038024, 38.830717 ], [ -77.038005, 38.83074 ], [ -77.038079, 38.830824 ], [ -77.038139, 38.830891 ], [ -77.03815, 38.830927 ], [ -77.038202, 38.83099 ], [ -77.038243, 38.831035 ], [ -77.038258, 38.831047 ], [ -77.03826, 38.83111 ], [ -77.038285, 38.831172 ], [ -77.038349, 38.831212 ], [ -77.038417, 38.83124 ], [ -77.038413, 38.831293 ], [ -77.038479, 38.83138 ], [ -77.038498, 38.831407 ], [ -77.038535, 38.831429 ], [ -77.038546, 38.831477 ], [ -77.038564, 38.831513 ], [ -77.038628, 38.831552 ], [ -77.038619, 38.831596 ], [ -77.038646, 38.831609 ], [ -77.038684, 38.83163 ], [ -77.038709, 38.831699 ], [ -77.038758, 38.831732 ], [ -77.038796, 38.831733 ], [ -77.038822, 38.831754 ], [ -77.038818, 38.831775 ], [ -77.038855, 38.831811 ], [ -77.038859, 38.831829 ], [ -77.038896, 38.831856 ], [ -77.038899, 38.831886 ], [ -77.038952, 38.831928 ], [ -77.039004, 38.831956 ], [ -77.039039, 38.832033 ], [ -77.039116, 38.8321 ], [ -77.039172, 38.832148 ], [ -77.039229, 38.832194 ], [ -77.039337, 38.832267 ], [ -77.039557, 38.832389 ], [ -77.039683, 38.832474 ], [ -77.039713, 38.832516 ], [ -77.039739, 38.832534 ], [ -77.039781, 38.832552 ], [ -77.039856, 38.832571 ], [ -77.039928, 38.832581 ], [ -77.039959, 38.83259 ], [ -77.04041, 38.83287 ], [ -77.040467, 38.832876 ], [ -77.040542, 38.832934 ], [ -77.040602, 38.83297 ], [ -77.040644, 38.832983 ], [ -77.040706, 38.833031 ], [ -77.040768, 38.833062 ], [ -77.040829, 38.833114 ], [ -77.040911, 38.833156 ], [ -77.041001, 38.833205 ], [ -77.041712, 38.833634 ], [ -77.041787, 38.833676 ], [ -77.041889, 38.83371 ], [ -77.042007, 38.833721 ], [ -77.042036, 38.833718 ], [ -77.042118, 38.83371 ], [ -77.042194, 38.833693 ], [ -77.042279, 38.833661 ], [ -77.042375, 38.833612 ], [ -77.042456, 38.833547 ], [ -77.042526, 38.833477 ], [ -77.042562, 38.833406 ], [ -77.042579, 38.833332 ], [ -77.042577, 38.833239 ], [ -77.042552, 38.833164 ], [ -77.042558, 38.833125 ], [ -77.04253, 38.833081 ], [ -77.042524, 38.833048 ], [ -77.042535, 38.833029 ], [ -77.042502, 38.832976 ], [ -77.042495, 38.832952 ], [ -77.042462, 38.83291 ], [ -77.042435, 38.832837 ], [ -77.042397, 38.832692 ], [ -77.042345, 38.832664 ], [ -77.042347, 38.832622 ], [ -77.042333, 38.832595 ], [ -77.042293, 38.832563 ], [ -77.042295, 38.832506 ], [ -77.042273, 38.832471 ], [ -77.042243, 38.83241 ], [ -77.042242, 38.832375 ], [ -77.042215, 38.832317 ], [ -77.04222, 38.832243 ], [ -77.042194, 38.832219 ], [ -77.042199, 38.832165 ], [ -77.042151, 38.832087 ], [ -77.042147, 38.831965 ], [ -77.042087, 38.831845 ], [ -77.04206, 38.831835 ], [ -77.042035, 38.831788 ], [ -77.042021, 38.831743 ], [ -77.041995, 38.831674 ], [ -77.042, 38.831633 ], [ -77.041989, 38.831606 ], [ -77.041959, 38.831587 ], [ -77.041979, 38.831567 ], [ -77.041972, 38.831519 ], [ -77.041984, 38.831484 ], [ -77.042012, 38.831445 ], [ -77.042042, 38.831431 ], [ -77.042088, 38.831425 ], [ -77.042115, 38.831411 ], [ -77.042104, 38.831375 ], [ -77.042109, 38.831333 ], [ -77.042274, 38.831273 ], [ -77.042389, 38.831224 ], [ -77.042423, 38.831227 ], [ -77.042461, 38.831248 ], [ -77.042511, 38.831246 ], [ -77.042549, 38.831217 ], [ -77.042805, 38.83119 ], [ -77.042885, 38.831206 ], [ -77.042911, 38.831224 ], [ -77.042998, 38.831249 ], [ -77.043047, 38.831291 ], [ -77.043099, 38.831348 ], [ -77.043129, 38.831352 ], [ -77.043148, 38.83137 ], [ -77.043184, 38.831423 ], [ -77.043207, 38.83143 ], [ -77.043274, 38.831509 ], [ -77.043278, 38.831532 ], [ -77.043318, 38.831616 ], [ -77.043314, 38.83164 ], [ -77.04334, 38.831679 ], [ -77.043338, 38.831713 ], [ -77.043357, 38.831733 ], [ -77.04337, 38.831846 ], [ -77.043412, 38.831868 ], [ -77.043464, 38.831901 ], [ -77.043475, 38.832085 ], [ -77.043502, 38.832125 ], [ -77.043506, 38.83219 ], [ -77.043523, 38.832217 ], [ -77.043548, 38.832307 ], [ -77.043543, 38.83237 ], [ -77.043572, 38.832427 ], [ -77.043601, 38.832469 ], [ -77.043599, 38.832568 ], [ -77.043614, 38.832594 ], [ -77.043611, 38.832646 ], [ -77.043642, 38.832698 ], [ -77.043664, 38.832755 ], [ -77.043671, 38.832851 ], [ -77.043688, 38.832893 ], [ -77.043714, 38.832944 ], [ -77.043736, 38.832965 ], [ -77.043746, 38.833021 ], [ -77.043791, 38.833076 ], [ -77.043786, 38.833108 ], [ -77.043755, 38.833143 ], [ -77.043768, 38.833179 ], [ -77.043842, 38.833195 ], [ -77.043841, 38.833228 ], [ -77.043795, 38.833251 ], [ -77.043797, 38.833317 ], [ -77.043774, 38.833361 ], [ -77.043792, 38.833382 ], [ -77.043834, 38.83341 ], [ -77.043913, 38.83344 ], [ -77.043928, 38.83347 ], [ -77.043972, 38.833516 ], [ -77.044056, 38.833526 ], [ -77.044167, 38.833521 ], [ -77.044193, 38.83353 ], [ -77.044215, 38.83356 ], [ -77.044238, 38.833584 ], [ -77.044256, 38.833591 ], [ -77.044305, 38.833621 ], [ -77.044346, 38.833687 ], [ -77.044398, 38.833747 ], [ -77.044442, 38.833819 ], [ -77.044456, 38.833885 ], [ -77.044486, 38.83393 ], [ -77.044544, 38.834056 ], [ -77.044534, 38.834099 ], [ -77.044577, 38.83414 ], [ -77.044636, 38.83423 ], [ -77.044635, 38.834254 ], [ -77.044649, 38.834337 ], [ -77.044667, 38.834364 ], [ -77.0447, 38.834445 ], [ -77.044726, 38.834472 ], [ -77.044732, 38.834576 ], [ -77.044784, 38.834643 ], [ -77.044778, 38.834714 ], [ -77.044819, 38.834759 ], [ -77.044816, 38.8348 ], [ -77.044859, 38.834879 ], [ -77.044865, 38.834938 ], [ -77.044883, 38.834982 ], [ -77.044894, 38.835004 ], [ -77.044896, 38.835042 ], [ -77.044905, 38.835058 ], [ -77.044901, 38.83508 ], [ -77.044908, 38.835094 ], [ -77.044913, 38.835186 ], [ -77.044951, 38.835202 ], [ -77.044964, 38.835262 ], [ -77.044991, 38.835294 ], [ -77.044993, 38.835381 ], [ -77.045008, 38.835411 ], [ -77.045018, 38.83547 ], [ -77.045018, 38.835522 ], [ -77.045024, 38.835539 ], [ -77.045029, 38.835608 ], [ -77.045045, 38.835626 ], [ -77.045048, 38.835673 ], [ -77.045046, 38.835775 ], [ -77.045087, 38.835826 ], [ -77.045103, 38.835861 ], [ -77.04513, 38.835882 ], [ -77.045218, 38.835928 ], [ -77.045194, 38.835959 ], [ -77.045109, 38.836024 ], [ -77.045053, 38.836078 ], [ -77.045055, 38.836118 ], [ -77.04508, 38.836165 ], [ -77.045124, 38.836176 ], [ -77.045142, 38.836242 ], [ -77.045151, 38.836315 ], [ -77.045152, 38.836381 ], [ -77.045147, 38.836446 ], [ -77.045195, 38.836503 ], [ -77.045206, 38.836527 ], [ -77.045224, 38.836587 ], [ -77.045212, 38.836626 ], [ -77.04523, 38.836656 ], [ -77.045241, 38.836688 ], [ -77.045218, 38.836736 ], [ -77.045249, 38.836846 ], [ -77.045267, 38.836924 ], [ -77.045261, 38.836968 ], [ -77.045284, 38.837014 ], [ -77.045281, 38.837042 ], [ -77.045308, 38.837145 ], [ -77.04533, 38.837181 ], [ -77.045317, 38.837246 ], [ -77.045298, 38.837264 ], [ -77.045275, 38.837273 ], [ -77.045266, 38.837311 ], [ -77.04527, 38.837335 ], [ -77.045329, 38.837419 ], [ -77.045324, 38.837669 ], [ -77.045327, 38.837717 ], [ -77.045357, 38.837747 ], [ -77.045394, 38.837771 ], [ -77.045427, 38.837828 ], [ -77.045431, 38.837843 ], [ -77.045442, 38.83787 ], [ -77.045445, 38.837894 ], [ -77.045429, 38.837933 ], [ -77.045428, 38.837968 ], [ -77.045436, 38.837983 ], [ -77.045434, 38.838043 ], [ -77.04544, 38.838129 ], [ -77.045424, 38.838156 ], [ -77.045416, 38.838186 ], [ -77.04542, 38.838207 ], [ -77.045403, 38.83826 ], [ -77.045357, 38.838295 ], [ -77.045345, 38.838322 ], [ -77.045321, 38.838357 ], [ -77.04529, 38.838416 ], [ -77.045273, 38.838476 ], [ -77.045315, 38.838494 ], [ -77.045328, 38.83853 ], [ -77.045336, 38.83859 ], [ -77.045373, 38.83865 ], [ -77.045379, 38.838692 ], [ -77.045409, 38.838746 ], [ -77.045465, 38.838767 ], [ -77.045514, 38.838795 ], [ -77.045543, 38.838838 ], [ -77.045588, 38.838864 ], [ -77.045633, 38.838875 ], [ -77.045679, 38.838855 ], [ -77.045763, 38.838932 ], [ -77.045918, 38.838996 ], [ -77.045956, 38.839047 ], [ -77.046014, 38.839084 ], [ -77.046058, 38.839176 ], [ -77.046062, 38.839206 ], [ -77.046182, 38.839288 ], [ -77.046208, 38.839315 ], [ -77.046211, 38.839354 ], [ -77.046196, 38.839372 ], [ -77.046176, 38.839398 ], [ -77.046202, 38.839437 ], [ -77.046213, 38.839446 ], [ -77.046251, 38.839459 ], [ -77.046258, 38.839495 ], [ -77.046307, 38.839537 ], [ -77.046303, 38.839659 ], [ -77.046345, 38.839689 ], [ -77.04636, 38.839721 ], [ -77.046394, 38.839753 ], [ -77.046418, 38.839773 ], [ -77.046408, 38.839815 ], [ -77.046422, 38.839839 ], [ -77.046483, 38.839864 ], [ -77.046513, 38.839894 ], [ -77.046501, 38.839921 ], [ -77.046474, 38.839941 ], [ -77.046477, 38.839965 ], [ -77.046454, 38.839974 ], [ -77.046441, 38.840045 ], [ -77.046419, 38.840049 ], [ -77.046412, 38.840074 ], [ -77.046373, 38.840068 ], [ -77.046334, 38.840073 ], [ -77.046307, 38.840093 ], [ -77.046248, 38.840082 ], [ -77.046133, 38.839999 ], [ -77.046068, 38.839973 ], [ -77.04599, 38.839956 ], [ -77.045963, 38.840002 ], [ -77.045852, 38.840011 ], [ -77.045844, 38.840047 ], [ -77.04587, 38.840148 ], [ -77.045979, 38.840325 ], [ -77.046119, 38.840414 ], [ -77.046191, 38.840429 ], [ -77.046205, 38.840432 ], [ -77.046268, 38.840445 ], [ -77.046431, 38.840535 ], [ -77.046736, 38.840632 ], [ -77.047019, 38.840659 ], [ -77.047453, 38.840659 ], [ -77.047489, 38.840655 ], [ -77.047627, 38.840827 ], [ -77.047751, 38.840962 ], [ -77.04802, 38.841261 ], [ -77.048009, 38.841266 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007304", "name": "Census Tract 73.04, District of Columbia, District of Columbia", "total_population_17": 3592, "white_alone_17": 164.0, "black_alone_17": 3278.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 122.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 3.751, "pct_black_alone_change": -6.877, "pct_native_alone_change": -0.429, "pct_asian_alone_change": -0.171, "pct_hispanic_or_latino_change": 2.967, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8417979", "INTPTLON": "-076.9855591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994226, 38.843688 ], [ -76.993504, 38.843811 ], [ -76.993375, 38.843832 ], [ -76.993294, 38.843847 ], [ -76.993016, 38.843896 ], [ -76.992427, 38.843996 ], [ -76.992176, 38.844039 ], [ -76.991658, 38.844127 ], [ -76.990995, 38.844244 ], [ -76.990594, 38.844312 ], [ -76.989231, 38.844565 ], [ -76.989093, 38.844592 ], [ -76.988511, 38.844705 ], [ -76.987535, 38.844941 ], [ -76.985093, 38.845532 ], [ -76.984993, 38.845559 ], [ -76.984787, 38.845616 ], [ -76.984549, 38.845682 ], [ -76.984426, 38.845717 ], [ -76.984238, 38.845769 ], [ -76.983533, 38.845972 ], [ -76.983433, 38.846 ], [ -76.982929, 38.846141 ], [ -76.982801, 38.846178 ], [ -76.982678, 38.846214 ], [ -76.982519, 38.846259 ], [ -76.981988, 38.846413 ], [ -76.981473, 38.846561 ], [ -76.981332, 38.8466 ], [ -76.981273, 38.846617 ], [ -76.980592, 38.84543 ], [ -76.979114, 38.843112 ], [ -76.978663, 38.842308 ], [ -76.978643, 38.842329 ], [ -76.978623, 38.842347 ], [ -76.978588, 38.842355 ], [ -76.978551, 38.842356 ], [ -76.978512, 38.842351 ], [ -76.978488, 38.842344 ], [ -76.978442, 38.842326 ], [ -76.978398, 38.842305 ], [ -76.978366, 38.842283 ], [ -76.97834, 38.842262 ], [ -76.978319, 38.842243 ], [ -76.978303, 38.842223 ], [ -76.978284, 38.84219 ], [ -76.978272, 38.842173 ], [ -76.97822, 38.842106 ], [ -76.978198, 38.842073 ], [ -76.978171, 38.84204 ], [ -76.978139, 38.842011 ], [ -76.978122, 38.841997 ], [ -76.978088, 38.841973 ], [ -76.978068, 38.841963 ], [ -76.978046, 38.841954 ], [ -76.978003, 38.841942 ], [ -76.977914, 38.841925 ], [ -76.977773, 38.841909 ], [ -76.977727, 38.841903 ], [ -76.977703, 38.841899 ], [ -76.977642, 38.841887 ], [ -76.977616, 38.841878 ], [ -76.977589, 38.841865 ], [ -76.977547, 38.841855 ], [ -76.977519, 38.841853 ], [ -76.977492, 38.841854 ], [ -76.977462, 38.841857 ], [ -76.977432, 38.841863 ], [ -76.977377, 38.841878 ], [ -76.977349, 38.841887 ], [ -76.977323, 38.841897 ], [ -76.977298, 38.841908 ], [ -76.977273, 38.841922 ], [ -76.977232, 38.841952 ], [ -76.977216, 38.841968 ], [ -76.977203, 38.841987 ], [ -76.977194, 38.842006 ], [ -76.977191, 38.842024 ], [ -76.977191, 38.842044 ], [ -76.977189, 38.842064 ], [ -76.977183, 38.842097 ], [ -76.977173, 38.842131 ], [ -76.977152, 38.842163 ], [ -76.977126, 38.842196 ], [ -76.977112, 38.842211 ], [ -76.9771, 38.842227 ], [ -76.97708, 38.842261 ], [ -76.977067, 38.842277 ], [ -76.97705, 38.842293 ], [ -76.977031, 38.842309 ], [ -76.976987, 38.842341 ], [ -76.976868, 38.842413 ], [ -76.976797, 38.842453 ], [ -76.976773, 38.842464 ], [ -76.976748, 38.842474 ], [ -76.976724, 38.842481 ], [ -76.976676, 38.842502 ], [ -76.976652, 38.842514 ], [ -76.9766, 38.842534 ], [ -76.976574, 38.842543 ], [ -76.97655, 38.84255 ], [ -76.976484, 38.842573 ], [ -76.976418, 38.842598 ], [ -76.976399, 38.84261 ], [ -76.976378, 38.842619 ], [ -76.97636, 38.842641 ], [ -76.976343, 38.842612 ], [ -76.976316, 38.842602 ], [ -76.976273, 38.842581 ], [ -76.976248, 38.842576 ], [ -76.976214, 38.842575 ], [ -76.976133, 38.842575 ], [ -76.976098, 38.842574 ], [ -76.976065, 38.842571 ], [ -76.976038, 38.842571 ], [ -76.975981, 38.842567 ], [ -76.975928, 38.842565 ], [ -76.975817, 38.842565 ], [ -76.975677, 38.84256 ], [ -76.975458, 38.842545 ], [ -76.975398, 38.842539 ], [ -76.97534, 38.842535 ], [ -76.975284, 38.842533 ], [ -76.975185, 38.842525 ], [ -76.975158, 38.842521 ], [ -76.975124, 38.842518 ], [ -76.975086, 38.84252 ], [ -76.975043, 38.842525 ], [ -76.974971, 38.842545 ], [ -76.974941, 38.842556 ], [ -76.974914, 38.842572 ], [ -76.974893, 38.842595 ], [ -76.974875, 38.842619 ], [ -76.974841, 38.842679 ], [ -76.97482, 38.842708 ], [ -76.974791, 38.842737 ], [ -76.974753, 38.842763 ], [ -76.974725, 38.842781 ], [ -76.974658, 38.842835 ], [ -76.974637, 38.842848 ], [ -76.974553, 38.842892 ], [ -76.974504, 38.842925 ], [ -76.974484, 38.84294 ], [ -76.974457, 38.842953 ], [ -76.974428, 38.842964 ], [ -76.974325, 38.842993 ], [ -76.97419, 38.843046 ], [ -76.974154, 38.843058 ], [ -76.974121, 38.843071 ], [ -76.97409, 38.843082 ], [ -76.973954, 38.843124 ], [ -76.973923, 38.843135 ], [ -76.973896, 38.843147 ], [ -76.973867, 38.843158 ], [ -76.973835, 38.843168 ], [ -76.973761, 38.843187 ], [ -76.973693, 38.843203 ], [ -76.973652, 38.843209 ], [ -76.97361, 38.843217 ], [ -76.97357, 38.843226 ], [ -76.973496, 38.843246 ], [ -76.973412, 38.843261 ], [ -76.973371, 38.84327 ], [ -76.973336, 38.843279 ], [ -76.973304, 38.843284 ], [ -76.973279, 38.84329 ], [ -76.973258, 38.843301 ], [ -76.973238, 38.843321 ], [ -76.973222, 38.843341 ], [ -76.973206, 38.843355 ], [ -76.973163, 38.843379 ], [ -76.97314, 38.843354 ], [ -76.973184, 38.843329 ], [ -76.973204, 38.843315 ], [ -76.973187, 38.843301 ], [ -76.972974, 38.843312 ], [ -76.973069, 38.843238 ], [ -76.973124, 38.843196 ], [ -76.973184, 38.84315 ], [ -76.973282, 38.843073 ], [ -76.973442, 38.842949 ], [ -76.973599, 38.842826 ], [ -76.973981, 38.842529 ], [ -76.974346, 38.842244 ], [ -76.974659, 38.841999 ], [ -76.974754, 38.841925 ], [ -76.974934, 38.841785 ], [ -76.975378, 38.841439 ], [ -76.975571, 38.841288 ], [ -76.975656, 38.841222 ], [ -76.975732, 38.841162 ], [ -76.975749, 38.841149 ], [ -76.976153, 38.840834 ], [ -76.976583, 38.840498 ], [ -76.97695, 38.840212 ], [ -76.977062, 38.840124 ], [ -76.977169, 38.840041 ], [ -76.977246, 38.839981 ], [ -76.97733, 38.839915 ], [ -76.977397, 38.839863 ], [ -76.977506, 38.839779 ], [ -76.977984, 38.839405 ], [ -76.978173, 38.839259 ], [ -76.97851, 38.838997 ], [ -76.979, 38.838614 ], [ -76.979595, 38.838149 ], [ -76.979704, 38.838064 ], [ -76.98025, 38.837638 ], [ -76.980949, 38.837092 ], [ -76.981166, 38.836922 ], [ -76.981577, 38.836602 ], [ -76.981663, 38.836535 ], [ -76.981821, 38.836412 ], [ -76.98195, 38.83631 ], [ -76.982143, 38.836159 ], [ -76.982358, 38.835991 ], [ -76.982405, 38.835955 ], [ -76.98266, 38.835757 ], [ -76.982711, 38.835717 ], [ -76.983043, 38.835453 ], [ -76.983386, 38.835185 ], [ -76.983676, 38.834956 ], [ -76.983875, 38.8348 ], [ -76.983985, 38.834714 ], [ -76.984095, 38.834628 ], [ -76.984281, 38.834485 ], [ -76.984588, 38.834248 ], [ -76.984888, 38.834008 ], [ -76.984922, 38.833982 ], [ -76.985022, 38.833905 ], [ -76.985096, 38.833988 ], [ -76.985118, 38.834014 ], [ -76.985423, 38.834353 ], [ -76.985764, 38.834738 ], [ -76.986098, 38.83511 ], [ -76.986323, 38.835369 ], [ -76.986523, 38.835591 ], [ -76.986572, 38.835647 ], [ -76.986672, 38.835758 ], [ -76.986821, 38.835926 ], [ -76.986915, 38.836034 ], [ -76.987184, 38.83634 ], [ -76.987295, 38.836465 ], [ -76.987467, 38.836665 ], [ -76.98753, 38.836737 ], [ -76.987579, 38.836794 ], [ -76.987655, 38.836879 ], [ -76.98777, 38.837013 ], [ -76.987807, 38.837059 ], [ -76.987878, 38.837151 ], [ -76.987912, 38.837198 ], [ -76.987978, 38.837292 ], [ -76.988097, 38.837467 ], [ -76.988138, 38.83754 ], [ -76.988195, 38.83765 ], [ -76.988249, 38.837761 ], [ -76.988283, 38.837836 ], [ -76.988295, 38.837856 ], [ -76.988307, 38.837865 ], [ -76.988715, 38.838539 ], [ -76.988728, 38.838585 ], [ -76.988731, 38.838594 ], [ -76.988742, 38.838629 ], [ -76.988795, 38.838638 ], [ -76.989099, 38.838587 ], [ -76.989125, 38.838584 ], [ -76.989363, 38.838542 ], [ -76.989561, 38.83851 ], [ -76.989593, 38.838504 ], [ -76.989628, 38.838499 ], [ -76.989867, 38.838458 ], [ -76.990893, 38.838286 ], [ -76.991156, 38.838244 ], [ -76.99139, 38.838203 ], [ -76.991453, 38.838193 ], [ -76.99173, 38.838139 ], [ -76.991962, 38.838074 ], [ -76.992133, 38.838013 ], [ -76.992162, 38.838 ], [ -76.992303, 38.83794 ], [ -76.992431, 38.837878 ], [ -76.992526, 38.837823 ], [ -76.992638, 38.83776 ], [ -76.992732, 38.837717 ], [ -76.9928, 38.837689 ], [ -76.992892, 38.837659 ], [ -76.992973, 38.837636 ], [ -76.993089, 38.837609 ], [ -76.993142, 38.837598 ], [ -76.993202, 38.83759 ], [ -76.993269, 38.837583 ], [ -76.993324, 38.837581 ], [ -76.993359, 38.837583 ], [ -76.993409, 38.837581 ], [ -76.993513, 38.83757 ], [ -76.993522, 38.837767 ], [ -76.993532, 38.83805 ], [ -76.99355, 38.838464 ], [ -76.993563, 38.838805 ], [ -76.993566, 38.838889 ], [ -76.993576, 38.839098 ], [ -76.993589, 38.839504 ], [ -76.993602, 38.839876 ], [ -76.993609, 38.840073 ], [ -76.993611, 38.840159 ], [ -76.993616, 38.840245 ], [ -76.993624, 38.840331 ], [ -76.993634, 38.840417 ], [ -76.993641, 38.840459 ], [ -76.993647, 38.840502 ], [ -76.993666, 38.8406 ], [ -76.993964, 38.842227 ], [ -76.993976, 38.842299 ], [ -76.994226, 38.843688 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007401", "name": "Census Tract 74.01, District of Columbia, District of Columbia", "total_population_17": 2262, "white_alone_17": 49.0, "black_alone_17": 2139.0, "native_alone_17": 0.0, "asian_alone_17": 26.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 48.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.765, "pct_black_alone_change": -4.036, "pct_native_alone_change": -0.033, "pct_asian_alone_change": 1.149, "pct_hispanic_or_latino_change": 1.221, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8675208", "INTPTLON": "-076.9991203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.005397, 38.868793 ], [ -77.003415, 38.870878 ], [ -77.000711, 38.870603 ], [ -76.999542, 38.870485 ], [ -76.995482, 38.870073 ], [ -76.993827, 38.870097 ], [ -76.992669, 38.870123 ], [ -76.99246, 38.870129 ], [ -76.990298, 38.871208 ], [ -76.990102, 38.871349 ], [ -76.989569, 38.870681 ], [ -76.989433, 38.870511 ], [ -76.989225, 38.870274 ], [ -76.988849, 38.869812 ], [ -76.988596, 38.869468 ], [ -76.98858, 38.86945 ], [ -76.988553, 38.869413 ], [ -76.98848, 38.869313 ], [ -76.988353, 38.869138 ], [ -76.988419, 38.869107 ], [ -76.988482, 38.869077 ], [ -76.988501, 38.869066 ], [ -76.988595, 38.869013 ], [ -76.988717, 38.868941 ], [ -76.988864, 38.868845 ], [ -76.988971, 38.868771 ], [ -76.989073, 38.868696 ], [ -76.989249, 38.868558 ], [ -76.989292, 38.868523 ], [ -76.989405, 38.86843 ], [ -76.989483, 38.868361 ], [ -76.989874, 38.868062 ], [ -76.99012, 38.867844 ], [ -76.99033, 38.867604 ], [ -76.990595, 38.867276 ], [ -76.991087, 38.866655 ], [ -76.991124, 38.866606 ], [ -76.991144, 38.866578 ], [ -76.991286, 38.866389 ], [ -76.991344, 38.866313 ], [ -76.99151, 38.866087 ], [ -76.991622, 38.865936 ], [ -76.991708, 38.865834 ], [ -76.991762, 38.865767 ], [ -76.991847, 38.865669 ], [ -76.991936, 38.865573 ], [ -76.991997, 38.865511 ], [ -76.992265, 38.865246 ], [ -76.992423, 38.865101 ], [ -76.992456, 38.865073 ], [ -76.992488, 38.865044 ], [ -76.992587, 38.86496 ], [ -76.992717, 38.864864 ], [ -76.992504, 38.864697 ], [ -76.992346, 38.864577 ], [ -76.992327, 38.86455 ], [ -76.991837, 38.86422 ], [ -76.991756, 38.864168 ], [ -76.991431, 38.863955 ], [ -76.991415, 38.863941 ], [ -76.991395, 38.863919 ], [ -76.991366, 38.863873 ], [ -76.991126, 38.863565 ], [ -76.991089, 38.86352 ], [ -76.991053, 38.863474 ], [ -76.991016, 38.863429 ], [ -76.991221, 38.863318 ], [ -76.991508, 38.863161 ], [ -76.992245, 38.862765 ], [ -76.992674, 38.862533 ], [ -76.992979, 38.862367 ], [ -76.993087, 38.862309 ], [ -76.993139, 38.86228 ], [ -76.993159, 38.862268 ], [ -76.993217, 38.862226 ], [ -76.993235, 38.862211 ], [ -76.993268, 38.86218 ], [ -76.993298, 38.862146 ], [ -76.993548, 38.861833 ], [ -76.993623, 38.861738 ], [ -76.99375, 38.861572 ], [ -76.993827, 38.861455 ], [ -76.994024, 38.861155 ], [ -76.99416, 38.860936 ], [ -76.994239, 38.860791 ], [ -76.994327, 38.860654 ], [ -76.994179, 38.860501 ], [ -76.994029, 38.860296 ], [ -76.993867, 38.860022 ], [ -76.993761, 38.859779 ], [ -76.993649, 38.859443 ], [ -76.9936, 38.859163 ], [ -76.993581, 38.858951 ], [ -76.9936, 38.85848 ], [ -76.993631, 38.857706 ], [ -76.993643, 38.857189 ], [ -76.993649, 38.856709 ], [ -76.993662, 38.855912 ], [ -76.993631, 38.855738 ], [ -76.99355, 38.85547 ], [ -76.993438, 38.855209 ], [ -76.993263, 38.854898 ], [ -76.993095, 38.854655 ], [ -76.992852, 38.854399 ], [ -76.99261, 38.854169 ], [ -76.992354, 38.853988 ], [ -76.992074, 38.853814 ], [ -76.992309, 38.853669 ], [ -76.992478, 38.853564 ], [ -76.996075, 38.856067 ], [ -76.998763, 38.857518 ], [ -77.002627, 38.859794 ], [ -77.002754, 38.859869 ], [ -77.003014, 38.860022 ], [ -77.002964, 38.860174 ], [ -77.002933, 38.860252 ], [ -77.002885, 38.860369 ], [ -77.002823, 38.860505 ], [ -77.002923, 38.860504 ], [ -77.003004, 38.860535 ], [ -77.00331, 38.860649 ], [ -77.003446, 38.860689 ], [ -77.003132, 38.861028 ], [ -77.002936, 38.861312 ], [ -77.0029, 38.861366 ], [ -77.002877, 38.861399 ], [ -77.002866, 38.861417 ], [ -77.002807, 38.861504 ], [ -77.002796, 38.861522 ], [ -77.002681, 38.861698 ], [ -77.002669, 38.861715 ], [ -77.002601, 38.861821 ], [ -77.002379, 38.862175 ], [ -77.002347, 38.862229 ], [ -77.002292, 38.862318 ], [ -77.002282, 38.862336 ], [ -77.00226, 38.862371 ], [ -77.002217, 38.862443 ], [ -77.00219, 38.862494 ], [ -77.002165, 38.862545 ], [ -77.002141, 38.862597 ], [ -77.002098, 38.862701 ], [ -77.002078, 38.862754 ], [ -77.00206, 38.862815 ], [ -77.002028, 38.862936 ], [ -77.002014, 38.862997 ], [ -77.002002, 38.863058 ], [ -77.001991, 38.863132 ], [ -77.001927, 38.863492 ], [ -77.001818, 38.864196 ], [ -77.001805, 38.864286 ], [ -77.001793, 38.86436 ], [ -77.001755, 38.864608 ], [ -77.001752, 38.864642 ], [ -77.001731, 38.864828 ], [ -77.001741, 38.864871 ], [ -77.001729, 38.86513 ], [ -77.001734, 38.865212 ], [ -77.001745, 38.865295 ], [ -77.001752, 38.865336 ], [ -77.00176, 38.865376 ], [ -77.00177, 38.865417 ], [ -77.001791, 38.865492 ], [ -77.001803, 38.865527 ], [ -77.001817, 38.865561 ], [ -77.001839, 38.865611 ], [ -77.001976, 38.865866 ], [ -77.001997, 38.865902 ], [ -77.002037, 38.865974 ], [ -77.0021, 38.866082 ], [ -77.002207, 38.866283 ], [ -77.002305, 38.86646 ], [ -77.00234, 38.866533 ], [ -77.002355, 38.866568 ], [ -77.002368, 38.866603 ], [ -77.002379, 38.866638 ], [ -77.002398, 38.86671 ], [ -77.002405, 38.866746 ], [ -77.00241, 38.866782 ], [ -77.002414, 38.866819 ], [ -77.002416, 38.866852 ], [ -77.002417, 38.866918 ], [ -77.002413, 38.866984 ], [ -77.002409, 38.867017 ], [ -77.002399, 38.867082 ], [ -77.002392, 38.867115 ], [ -77.002372, 38.867186 ], [ -77.002351, 38.867242 ], [ -77.002342, 38.867261 ], [ -77.002314, 38.867315 ], [ -77.002269, 38.867389 ], [ -77.002305, 38.867413 ], [ -77.002325, 38.867428 ], [ -77.002397, 38.867475 ], [ -77.003298, 38.867854 ], [ -77.003694, 38.868012 ], [ -77.005457, 38.868707 ], [ -77.005397, 38.868793 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007403", "name": "Census Tract 74.03, District of Columbia, District of Columbia", "total_population_17": 3187, "white_alone_17": 41.0, "black_alone_17": 3054.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 81.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.853, "pct_black_alone_change": -2.44, "pct_native_alone_change": -0.26, "pct_asian_alone_change": -0.043, "pct_hispanic_or_latino_change": 1.935, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8484766", "INTPTLON": "-076.9743666" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.980981, 38.8467 ], [ -76.980819, 38.846745 ], [ -76.980659, 38.846791 ], [ -76.980602, 38.846808 ], [ -76.980422, 38.846864 ], [ -76.980308, 38.846903 ], [ -76.980262, 38.846918 ], [ -76.980184, 38.846945 ], [ -76.980063, 38.846991 ], [ -76.979983, 38.847023 ], [ -76.979787, 38.847108 ], [ -76.979677, 38.84716 ], [ -76.979623, 38.847187 ], [ -76.979464, 38.847271 ], [ -76.979412, 38.8473 ], [ -76.97926, 38.847391 ], [ -76.979165, 38.847451 ], [ -76.979059, 38.847522 ], [ -76.979023, 38.847547 ], [ -76.978868, 38.847661 ], [ -76.978746, 38.847758 ], [ -76.978629, 38.847858 ], [ -76.97858, 38.847901 ], [ -76.978441, 38.848033 ], [ -76.978354, 38.848124 ], [ -76.978311, 38.848171 ], [ -76.97823, 38.848265 ], [ -76.978187, 38.848319 ], [ -76.978136, 38.848388 ], [ -76.977955, 38.848633 ], [ -76.977767, 38.848931 ], [ -76.977739, 38.848974 ], [ -76.97771, 38.849016 ], [ -76.977618, 38.84914 ], [ -76.97752, 38.849261 ], [ -76.977486, 38.8493 ], [ -76.977468, 38.849319 ], [ -76.97745, 38.849339 ], [ -76.977401, 38.849394 ], [ -76.97735, 38.849448 ], [ -76.977244, 38.849554 ], [ -76.977134, 38.849657 ], [ -76.977077, 38.849708 ], [ -76.97696, 38.849806 ], [ -76.9769, 38.849854 ], [ -76.976839, 38.849901 ], [ -76.976776, 38.849947 ], [ -76.976648, 38.850037 ], [ -76.976515, 38.850123 ], [ -76.976448, 38.850164 ], [ -76.97631, 38.850245 ], [ -76.976272, 38.850266 ], [ -76.97624, 38.850284 ], [ -76.976223, 38.850293 ], [ -76.9761, 38.850356 ], [ -76.976001, 38.850404 ], [ -76.975884, 38.850457 ], [ -76.975811, 38.850489 ], [ -76.975663, 38.850551 ], [ -76.975513, 38.850609 ], [ -76.975361, 38.850661 ], [ -76.975183, 38.850714 ], [ -76.975066, 38.850748 ], [ -76.97435, 38.850941 ], [ -76.974206, 38.850977 ], [ -76.974083, 38.851009 ], [ -76.973918, 38.85105 ], [ -76.973854, 38.851061 ], [ -76.973757, 38.851079 ], [ -76.973577, 38.851107 ], [ -76.973536, 38.851114 ], [ -76.97338, 38.851132 ], [ -76.973249, 38.851146 ], [ -76.972946, 38.85118 ], [ -76.972827, 38.851194 ], [ -76.97276, 38.851201 ], [ -76.972324, 38.85085 ], [ -76.972124, 38.850708 ], [ -76.971595, 38.850334 ], [ -76.971265, 38.850159 ], [ -76.970861, 38.849966 ], [ -76.970244, 38.849711 ], [ -76.969796, 38.849549 ], [ -76.969291, 38.849393 ], [ -76.969067, 38.849337 ], [ -76.968793, 38.849267 ], [ -76.967803, 38.849118 ], [ -76.967118, 38.849068 ], [ -76.966695, 38.849062 ], [ -76.966606, 38.849058 ], [ -76.965902, 38.849091 ], [ -76.965479, 38.849142 ], [ -76.965698, 38.848986 ], [ -76.96608, 38.848687 ], [ -76.966128, 38.84865 ], [ -76.966415, 38.848425 ], [ -76.96654, 38.848327 ], [ -76.96663, 38.848257 ], [ -76.967053, 38.84838 ], [ -76.967163, 38.848361 ], [ -76.96719, 38.848358 ], [ -76.967242, 38.848354 ], [ -76.967269, 38.848353 ], [ -76.967351, 38.848354 ], [ -76.967406, 38.848358 ], [ -76.967434, 38.848359 ], [ -76.9676, 38.848369 ], [ -76.967628, 38.84837 ], [ -76.96768, 38.848374 ], [ -76.967784, 38.848379 ], [ -76.967812, 38.848379 ], [ -76.967839, 38.84838 ], [ -76.968092, 38.84838 ], [ -76.968236, 38.848375 ], [ -76.968379, 38.848368 ], [ -76.968613, 38.848359 ], [ -76.968639, 38.848357 ], [ -76.968718, 38.848353 ], [ -76.968794, 38.848347 ], [ -76.968912, 38.848333 ], [ -76.968947, 38.84833 ], [ -76.969086, 38.848314 ], [ -76.96912, 38.848309 ], [ -76.969156, 38.848305 ], [ -76.969258, 38.848291 ], [ -76.969431, 38.848265 ], [ -76.969662, 38.848226 ], [ -76.969896, 38.848189 ], [ -76.970084, 38.848158 ], [ -76.970196, 38.848139 ], [ -76.970406, 38.8481 ], [ -76.970628, 38.848061 ], [ -76.970885, 38.848018 ], [ -76.971021, 38.847996 ], [ -76.971241, 38.847963 ], [ -76.971362, 38.847938 ], [ -76.971443, 38.847919 ], [ -76.971571, 38.847885 ], [ -76.971641, 38.847864 ], [ -76.971751, 38.847835 ], [ -76.971794, 38.847822 ], [ -76.97183, 38.84781 ], [ -76.971925, 38.847776 ], [ -76.972025, 38.847738 ], [ -76.972128, 38.847701 ], [ -76.972204, 38.847671 ], [ -76.972252, 38.84765 ], [ -76.972346, 38.847606 ], [ -76.972565, 38.847513 ], [ -76.972776, 38.847425 ], [ -76.972852, 38.847391 ], [ -76.972994, 38.847328 ], [ -76.973168, 38.847256 ], [ -76.973232, 38.847231 ], [ -76.973463, 38.847131 ], [ -76.973759, 38.847008 ], [ -76.973866, 38.846968 ], [ -76.974036, 38.846905 ], [ -76.974155, 38.846867 ], [ -76.974313, 38.846822 ], [ -76.974433, 38.846792 ], [ -76.9746, 38.846758 ], [ -76.974764, 38.846731 ], [ -76.974841, 38.846722 ], [ -76.974866, 38.846718 ], [ -76.975028, 38.8467 ], [ -76.975056, 38.846698 ], [ -76.975083, 38.846695 ], [ -76.975111, 38.846693 ], [ -76.975138, 38.84669 ], [ -76.975346, 38.846674 ], [ -76.975735, 38.846641 ], [ -76.975796, 38.846635 ], [ -76.975846, 38.846631 ], [ -76.976238, 38.846595 ], [ -76.976466, 38.846568 ], [ -76.976637, 38.846544 ], [ -76.976904, 38.846497 ], [ -76.976938, 38.846492 ], [ -76.976993, 38.846482 ], [ -76.977053, 38.846473 ], [ -76.977082, 38.846468 ], [ -76.977323, 38.846417 ], [ -76.977466, 38.846384 ], [ -76.977659, 38.846337 ], [ -76.977855, 38.846285 ], [ -76.978, 38.846243 ], [ -76.978048, 38.846228 ], [ -76.978155, 38.846198 ], [ -76.978464, 38.846105 ], [ -76.979533, 38.845766 ], [ -76.979643, 38.845732 ], [ -76.97976, 38.845696 ], [ -76.980592, 38.84543 ], [ -76.981273, 38.846617 ], [ -76.980981, 38.8467 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007404", "name": "Census Tract 74.04, District of Columbia, District of Columbia", "total_population_17": 4307, "white_alone_17": 37.0, "black_alone_17": 4058.0, "native_alone_17": 0.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 117.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 0.527, "pct_black_alone_change": -4.483, "pct_native_alone_change": -0.06, "pct_asian_alone_change": 0.186, "pct_hispanic_or_latino_change": 1.812, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8503390", "INTPTLON": "-076.9821013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.992309, 38.853669 ], [ -76.992074, 38.853814 ], [ -76.991987, 38.853752 ], [ -76.991831, 38.853677 ], [ -76.99142, 38.853509 ], [ -76.990773, 38.85331 ], [ -76.990038, 38.853129 ], [ -76.989677, 38.853048 ], [ -76.989253, 38.852961 ], [ -76.988699, 38.852886 ], [ -76.988064, 38.852824 ], [ -76.987485, 38.852787 ], [ -76.986937, 38.852768 ], [ -76.986377, 38.852781 ], [ -76.985916, 38.852805 ], [ -76.985331, 38.852849 ], [ -76.984864, 38.852899 ], [ -76.984322, 38.853023 ], [ -76.983824, 38.853173 ], [ -76.983338, 38.853366 ], [ -76.982765, 38.853584 ], [ -76.982218, 38.853789 ], [ -76.98185, 38.853914 ], [ -76.981545, 38.854007 ], [ -76.981203, 38.854094 ], [ -76.980798, 38.854169 ], [ -76.980337, 38.854244 ], [ -76.979845, 38.854294 ], [ -76.979272, 38.854306 ], [ -76.978949, 38.8543 ], [ -76.9785, 38.854269 ], [ -76.978139, 38.854231 ], [ -76.977809, 38.854188 ], [ -76.977251, 38.854069 ], [ -76.976938, 38.853988 ], [ -76.976608, 38.853889 ], [ -76.976352, 38.853802 ], [ -76.976097, 38.853708 ], [ -76.975898, 38.853628 ], [ -76.97584, 38.853591 ], [ -76.975757, 38.853538 ], [ -76.975468, 38.853385 ], [ -76.975207, 38.853241 ], [ -76.974933, 38.853073 ], [ -76.974696, 38.852905 ], [ -76.974335, 38.852631 ], [ -76.973949, 38.852307 ], [ -76.973569, 38.851965 ], [ -76.973436, 38.851825 ], [ -76.972828, 38.851268 ], [ -76.97276, 38.851201 ], [ -76.972827, 38.851194 ], [ -76.972946, 38.85118 ], [ -76.973249, 38.851146 ], [ -76.97338, 38.851132 ], [ -76.973536, 38.851114 ], [ -76.973577, 38.851107 ], [ -76.973757, 38.851079 ], [ -76.973854, 38.851061 ], [ -76.973918, 38.85105 ], [ -76.974083, 38.851009 ], [ -76.974206, 38.850977 ], [ -76.97435, 38.850941 ], [ -76.975066, 38.850748 ], [ -76.975183, 38.850714 ], [ -76.975361, 38.850661 ], [ -76.975513, 38.850609 ], [ -76.975663, 38.850551 ], [ -76.975811, 38.850489 ], [ -76.975884, 38.850457 ], [ -76.976001, 38.850404 ], [ -76.9761, 38.850356 ], [ -76.976223, 38.850293 ], [ -76.97624, 38.850284 ], [ -76.976272, 38.850266 ], [ -76.97631, 38.850245 ], [ -76.976448, 38.850164 ], [ -76.976515, 38.850123 ], [ -76.976648, 38.850037 ], [ -76.976776, 38.849947 ], [ -76.976839, 38.849901 ], [ -76.9769, 38.849854 ], [ -76.97696, 38.849806 ], [ -76.977077, 38.849708 ], [ -76.977134, 38.849657 ], [ -76.977244, 38.849554 ], [ -76.97735, 38.849448 ], [ -76.977401, 38.849394 ], [ -76.97745, 38.849339 ], [ -76.977468, 38.849319 ], [ -76.977486, 38.8493 ], [ -76.97752, 38.849261 ], [ -76.977618, 38.84914 ], [ -76.97771, 38.849016 ], [ -76.977739, 38.848974 ], [ -76.977767, 38.848931 ], [ -76.977955, 38.848633 ], [ -76.978136, 38.848388 ], [ -76.978187, 38.848319 ], [ -76.97823, 38.848265 ], [ -76.978311, 38.848171 ], [ -76.978354, 38.848124 ], [ -76.978441, 38.848033 ], [ -76.97858, 38.847901 ], [ -76.978629, 38.847858 ], [ -76.978746, 38.847758 ], [ -76.978868, 38.847661 ], [ -76.979023, 38.847547 ], [ -76.979059, 38.847522 ], [ -76.979165, 38.847451 ], [ -76.97926, 38.847391 ], [ -76.979412, 38.8473 ], [ -76.979464, 38.847271 ], [ -76.979623, 38.847187 ], [ -76.979677, 38.84716 ], [ -76.979787, 38.847108 ], [ -76.979983, 38.847023 ], [ -76.980063, 38.846991 ], [ -76.980184, 38.846945 ], [ -76.980262, 38.846918 ], [ -76.980308, 38.846903 ], [ -76.980422, 38.846864 ], [ -76.980602, 38.846808 ], [ -76.980659, 38.846791 ], [ -76.980819, 38.846745 ], [ -76.980981, 38.8467 ], [ -76.981273, 38.846617 ], [ -76.981332, 38.8466 ], [ -76.981473, 38.846561 ], [ -76.981988, 38.846413 ], [ -76.982519, 38.846259 ], [ -76.982678, 38.846214 ], [ -76.982801, 38.846178 ], [ -76.982929, 38.846141 ], [ -76.983433, 38.846 ], [ -76.983533, 38.845972 ], [ -76.984238, 38.845769 ], [ -76.984426, 38.845717 ], [ -76.984549, 38.845682 ], [ -76.984787, 38.845616 ], [ -76.984993, 38.845559 ], [ -76.985093, 38.845532 ], [ -76.987535, 38.844941 ], [ -76.988511, 38.844705 ], [ -76.989093, 38.844592 ], [ -76.989118, 38.844716 ], [ -76.988876, 38.844968 ], [ -76.988689, 38.845661 ], [ -76.988614, 38.845649 ], [ -76.988493, 38.84612 ], [ -76.988709, 38.846376 ], [ -76.988377, 38.846518 ], [ -76.988245, 38.84652 ], [ -76.988124, 38.846507 ], [ -76.988088, 38.846494 ], [ -76.988049, 38.84647 ], [ -76.98799, 38.846431 ], [ -76.987932, 38.846395 ], [ -76.987873, 38.846368 ], [ -76.98781, 38.846352 ], [ -76.987762, 38.846347 ], [ -76.987721, 38.846352 ], [ -76.987585, 38.846454 ], [ -76.98755, 38.846479 ], [ -76.987532, 38.846486 ], [ -76.987501, 38.846491 ], [ -76.987476, 38.846486 ], [ -76.987283, 38.846662 ], [ -76.985047, 38.848964 ], [ -76.986473, 38.849853 ], [ -76.990958, 38.852661 ], [ -76.992289, 38.853452 ], [ -76.992478, 38.853564 ], [ -76.992309, 38.853669 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007406", "name": "Census Tract 74.06, District of Columbia, District of Columbia", "total_population_17": 3254, "white_alone_17": 2.0, "black_alone_17": 2904.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 16.0, "hispanic_or_latino_17": 292.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.094, "pct_black_alone_change": -9.733, "pct_native_alone_change": -0.155, "pct_asian_alone_change": -0.031, "pct_hispanic_or_latino_change": 8.292, "pct_native_hawaiian_pacific_islander_change": 0.492, "INTPTLAT": "+38.8555543", "INTPTLON": "-076.9895582" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.993649, 38.856709 ], [ -76.993643, 38.857189 ], [ -76.993631, 38.857706 ], [ -76.9936, 38.85848 ], [ -76.993275, 38.858415 ], [ -76.99314, 38.858415 ], [ -76.992173, 38.858428 ], [ -76.991809, 38.858431 ], [ -76.991552, 38.858433 ], [ -76.991506, 38.858434 ], [ -76.991317, 38.858448 ], [ -76.991096, 38.858467 ], [ -76.99106, 38.858471 ], [ -76.990966, 38.858478 ], [ -76.990882, 38.858481 ], [ -76.990825, 38.858482 ], [ -76.990429, 38.858472 ], [ -76.989087, 38.858444 ], [ -76.988708, 38.858434 ], [ -76.988636, 38.858429 ], [ -76.988601, 38.858423 ], [ -76.988566, 38.858414 ], [ -76.988533, 38.858404 ], [ -76.988341, 38.858309 ], [ -76.98823, 38.858254 ], [ -76.987981, 38.858133 ], [ -76.987691, 38.857995 ], [ -76.987666, 38.857981 ], [ -76.987642, 38.857966 ], [ -76.987622, 38.857949 ], [ -76.987603, 38.85793 ], [ -76.987587, 38.85791 ], [ -76.987389, 38.857612 ], [ -76.98724, 38.857385 ], [ -76.987224, 38.857357 ], [ -76.987199, 38.8573 ], [ -76.987175, 38.857229 ], [ -76.987166, 38.857192 ], [ -76.987153, 38.857104 ], [ -76.987129, 38.856953 ], [ -76.987115, 38.856862 ], [ -76.987079, 38.85665 ], [ -76.987021, 38.856332 ], [ -76.987016, 38.856301 ], [ -76.986995, 38.85619 ], [ -76.986975, 38.856082 ], [ -76.986961, 38.855998 ], [ -76.986953, 38.855957 ], [ -76.986946, 38.855915 ], [ -76.986938, 38.855885 ], [ -76.986928, 38.855855 ], [ -76.986899, 38.855798 ], [ -76.986882, 38.855771 ], [ -76.986748, 38.85559 ], [ -76.9867, 38.855516 ], [ -76.986667, 38.855459 ], [ -76.986605, 38.85534 ], [ -76.986483, 38.855088 ], [ -76.986465, 38.855054 ], [ -76.986455, 38.855037 ], [ -76.986434, 38.855005 ], [ -76.98641, 38.854973 ], [ -76.986369, 38.854928 ], [ -76.986104, 38.854658 ], [ -76.986075, 38.854627 ], [ -76.986, 38.854567 ], [ -76.985959, 38.854537 ], [ -76.985921, 38.854509 ], [ -76.985839, 38.854454 ], [ -76.985765, 38.854409 ], [ -76.985352, 38.854166 ], [ -76.985319, 38.854148 ], [ -76.985284, 38.854131 ], [ -76.985249, 38.854116 ], [ -76.985213, 38.854102 ], [ -76.985175, 38.854089 ], [ -76.98478, 38.853979 ], [ -76.984382, 38.853871 ], [ -76.983871, 38.85373 ], [ -76.983698, 38.853681 ], [ -76.983638, 38.853657 ], [ -76.983609, 38.853644 ], [ -76.983581, 38.853629 ], [ -76.983554, 38.853613 ], [ -76.983528, 38.853596 ], [ -76.983503, 38.853578 ], [ -76.98348, 38.85356 ], [ -76.983442, 38.853525 ], [ -76.983407, 38.853485 ], [ -76.983377, 38.85345 ], [ -76.983359, 38.853409 ], [ -76.983338, 38.853366 ], [ -76.983824, 38.853173 ], [ -76.984322, 38.853023 ], [ -76.984864, 38.852899 ], [ -76.985331, 38.852849 ], [ -76.985916, 38.852805 ], [ -76.986377, 38.852781 ], [ -76.986937, 38.852768 ], [ -76.987485, 38.852787 ], [ -76.988064, 38.852824 ], [ -76.988699, 38.852886 ], [ -76.989253, 38.852961 ], [ -76.989677, 38.853048 ], [ -76.990038, 38.853129 ], [ -76.990773, 38.85331 ], [ -76.99142, 38.853509 ], [ -76.991831, 38.853677 ], [ -76.991987, 38.853752 ], [ -76.992074, 38.853814 ], [ -76.992354, 38.853988 ], [ -76.99261, 38.854169 ], [ -76.992852, 38.854399 ], [ -76.993095, 38.854655 ], [ -76.993263, 38.854898 ], [ -76.993438, 38.855209 ], [ -76.99355, 38.85547 ], [ -76.993631, 38.855738 ], [ -76.993662, 38.855912 ], [ -76.993649, 38.856709 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007407", "name": "Census Tract 74.07, District of Columbia, District of Columbia", "total_population_17": 3297, "white_alone_17": 76.0, "black_alone_17": 3145.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 50.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 1.251, "pct_black_alone_change": -1.744, "pct_native_alone_change": -0.337, "pct_asian_alone_change": -0.379, "pct_hispanic_or_latino_change": 0.463, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8574905", "INTPTLON": "-076.9850809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994239, 38.860791 ], [ -76.99416, 38.860936 ], [ -76.994024, 38.861155 ], [ -76.993827, 38.861455 ], [ -76.99375, 38.861572 ], [ -76.993623, 38.861738 ], [ -76.993548, 38.861833 ], [ -76.993298, 38.862146 ], [ -76.993268, 38.86218 ], [ -76.993235, 38.862211 ], [ -76.993217, 38.862226 ], [ -76.993159, 38.862268 ], [ -76.993139, 38.86228 ], [ -76.993087, 38.862309 ], [ -76.992979, 38.862367 ], [ -76.992674, 38.862533 ], [ -76.992245, 38.862765 ], [ -76.991508, 38.863161 ], [ -76.991221, 38.863318 ], [ -76.991032, 38.863125 ], [ -76.990695, 38.862795 ], [ -76.990452, 38.86255 ], [ -76.990398, 38.862497 ], [ -76.990296, 38.862392 ], [ -76.99022, 38.862317 ], [ -76.990183, 38.862279 ], [ -76.990068, 38.862167 ], [ -76.990029, 38.86213 ], [ -76.989991, 38.862092 ], [ -76.989789, 38.861908 ], [ -76.989685, 38.861818 ], [ -76.989526, 38.861685 ], [ -76.989472, 38.861642 ], [ -76.989447, 38.861618 ], [ -76.989421, 38.861595 ], [ -76.989348, 38.861522 ], [ -76.989302, 38.861473 ], [ -76.989235, 38.861397 ], [ -76.988973, 38.861115 ], [ -76.988907, 38.861045 ], [ -76.988842, 38.860974 ], [ -76.988645, 38.860763 ], [ -76.98855, 38.86066 ], [ -76.98831, 38.860398 ], [ -76.988273, 38.860362 ], [ -76.988253, 38.860345 ], [ -76.98821, 38.860313 ], [ -76.988033, 38.860199 ], [ -76.987892, 38.860107 ], [ -76.987838, 38.860072 ], [ -76.987818, 38.86006 ], [ -76.987406, 38.859792 ], [ -76.987058, 38.859576 ], [ -76.986937, 38.859496 ], [ -76.986658, 38.859312 ], [ -76.986454, 38.859167 ], [ -76.986375, 38.859112 ], [ -76.986303, 38.85906 ], [ -76.986117, 38.858929 ], [ -76.985838, 38.858735 ], [ -76.985769, 38.858688 ], [ -76.985671, 38.85862 ], [ -76.985535, 38.858519 ], [ -76.985241, 38.858318 ], [ -76.984832, 38.858034 ], [ -76.984587, 38.857861 ], [ -76.984314, 38.857669 ], [ -76.98415, 38.857564 ], [ -76.983897, 38.857405 ], [ -76.98384, 38.85737 ], [ -76.983706, 38.857297 ], [ -76.9836, 38.857222 ], [ -76.98352, 38.857174 ], [ -76.983106, 38.85692 ], [ -76.983065, 38.856908 ], [ -76.983023, 38.856899 ], [ -76.982979, 38.856895 ], [ -76.982936, 38.856894 ], [ -76.982892, 38.856898 ], [ -76.982481, 38.856961 ], [ -76.982247, 38.857002 ], [ -76.981124, 38.8572 ], [ -76.980798, 38.857256 ], [ -76.980637, 38.857284 ], [ -76.98055, 38.857294 ], [ -76.980462, 38.857298 ], [ -76.980165, 38.857303 ], [ -76.979638, 38.857304 ], [ -76.979025, 38.857305 ], [ -76.978757, 38.857304 ], [ -76.978452, 38.857299 ], [ -76.978116, 38.857306 ], [ -76.97802, 38.857306 ], [ -76.977754, 38.857303 ], [ -76.977361, 38.857304 ], [ -76.977323, 38.857302 ], [ -76.977232, 38.857292 ], [ -76.977173, 38.857284 ], [ -76.977099, 38.85727 ], [ -76.977027, 38.857254 ], [ -76.97691, 38.857222 ], [ -76.976857, 38.857203 ], [ -76.976825, 38.85719 ], [ -76.976763, 38.857162 ], [ -76.976705, 38.857129 ], [ -76.976321, 38.856879 ], [ -76.976004, 38.856674 ], [ -76.976488, 38.856098 ], [ -76.975897, 38.85589 ], [ -76.974638, 38.854998 ], [ -76.975242, 38.854342 ], [ -76.975898, 38.853628 ], [ -76.976097, 38.853708 ], [ -76.976352, 38.853802 ], [ -76.976608, 38.853889 ], [ -76.976938, 38.853988 ], [ -76.977251, 38.854069 ], [ -76.977809, 38.854188 ], [ -76.978139, 38.854231 ], [ -76.9785, 38.854269 ], [ -76.978949, 38.8543 ], [ -76.979272, 38.854306 ], [ -76.979845, 38.854294 ], [ -76.980337, 38.854244 ], [ -76.980798, 38.854169 ], [ -76.981203, 38.854094 ], [ -76.981545, 38.854007 ], [ -76.98185, 38.853914 ], [ -76.982218, 38.853789 ], [ -76.982765, 38.853584 ], [ -76.983338, 38.853366 ], [ -76.983359, 38.853409 ], [ -76.983377, 38.85345 ], [ -76.983407, 38.853485 ], [ -76.983442, 38.853525 ], [ -76.98348, 38.85356 ], [ -76.983503, 38.853578 ], [ -76.983528, 38.853596 ], [ -76.983554, 38.853613 ], [ -76.983581, 38.853629 ], [ -76.983609, 38.853644 ], [ -76.983638, 38.853657 ], [ -76.983698, 38.853681 ], [ -76.983871, 38.85373 ], [ -76.984382, 38.853871 ], [ -76.98478, 38.853979 ], [ -76.985175, 38.854089 ], [ -76.985213, 38.854102 ], [ -76.985249, 38.854116 ], [ -76.985284, 38.854131 ], [ -76.985319, 38.854148 ], [ -76.985352, 38.854166 ], [ -76.985765, 38.854409 ], [ -76.985839, 38.854454 ], [ -76.985921, 38.854509 ], [ -76.985959, 38.854537 ], [ -76.986, 38.854567 ], [ -76.986075, 38.854627 ], [ -76.986104, 38.854658 ], [ -76.986369, 38.854928 ], [ -76.98641, 38.854973 ], [ -76.986434, 38.855005 ], [ -76.986455, 38.855037 ], [ -76.986465, 38.855054 ], [ -76.986483, 38.855088 ], [ -76.986605, 38.85534 ], [ -76.986667, 38.855459 ], [ -76.9867, 38.855516 ], [ -76.986748, 38.85559 ], [ -76.986882, 38.855771 ], [ -76.986899, 38.855798 ], [ -76.986928, 38.855855 ], [ -76.986938, 38.855885 ], [ -76.986946, 38.855915 ], [ -76.986953, 38.855957 ], [ -76.986961, 38.855998 ], [ -76.986975, 38.856082 ], [ -76.986995, 38.85619 ], [ -76.987016, 38.856301 ], [ -76.987021, 38.856332 ], [ -76.987079, 38.85665 ], [ -76.987115, 38.856862 ], [ -76.987129, 38.856953 ], [ -76.987153, 38.857104 ], [ -76.987166, 38.857192 ], [ -76.987175, 38.857229 ], [ -76.987199, 38.8573 ], [ -76.987224, 38.857357 ], [ -76.98724, 38.857385 ], [ -76.987389, 38.857612 ], [ -76.987587, 38.85791 ], [ -76.987603, 38.85793 ], [ -76.987622, 38.857949 ], [ -76.987642, 38.857966 ], [ -76.987666, 38.857981 ], [ -76.987691, 38.857995 ], [ -76.987981, 38.858133 ], [ -76.98823, 38.858254 ], [ -76.988341, 38.858309 ], [ -76.988533, 38.858404 ], [ -76.988566, 38.858414 ], [ -76.988601, 38.858423 ], [ -76.988636, 38.858429 ], [ -76.988708, 38.858434 ], [ -76.989087, 38.858444 ], [ -76.990429, 38.858472 ], [ -76.990825, 38.858482 ], [ -76.990882, 38.858481 ], [ -76.990966, 38.858478 ], [ -76.99106, 38.858471 ], [ -76.991096, 38.858467 ], [ -76.991317, 38.858448 ], [ -76.991506, 38.858434 ], [ -76.991552, 38.858433 ], [ -76.991809, 38.858431 ], [ -76.992173, 38.858428 ], [ -76.99314, 38.858415 ], [ -76.993275, 38.858415 ], [ -76.9936, 38.85848 ], [ -76.993581, 38.858951 ], [ -76.9936, 38.859163 ], [ -76.993649, 38.859443 ], [ -76.993761, 38.859779 ], [ -76.993867, 38.860022 ], [ -76.994029, 38.860296 ], [ -76.994179, 38.860501 ], [ -76.994327, 38.860654 ], [ -76.994239, 38.860791 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007408", "name": "Census Tract 74.08, District of Columbia, District of Columbia", "total_population_17": 3632, "white_alone_17": 63.0, "black_alone_17": 3376.0, "native_alone_17": 11.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 47.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.596, "pct_black_alone_change": -6.448, "pct_native_alone_change": 0.303, "pct_asian_alone_change": 0.0, "pct_hispanic_or_latino_change": 0.832, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8526056", "INTPTLON": "-076.9706838" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.976004, 38.856674 ], [ -76.975657, 38.856448 ], [ -76.975447, 38.856314 ], [ -76.975212, 38.856528 ], [ -76.974835, 38.856283 ], [ -76.974371, 38.855972 ], [ -76.974035, 38.855757 ], [ -76.973502, 38.855403 ], [ -76.973416, 38.855345 ], [ -76.973245, 38.855504 ], [ -76.973185, 38.855562 ], [ -76.973143, 38.855601 ], [ -76.97302, 38.855722 ], [ -76.972922, 38.855817 ], [ -76.972644, 38.856074 ], [ -76.972361, 38.856338 ], [ -76.972081, 38.856605 ], [ -76.971751, 38.856906 ], [ -76.971629, 38.856827 ], [ -76.971423, 38.856689 ], [ -76.971146, 38.856506 ], [ -76.971006, 38.856416 ], [ -76.970937, 38.85637 ], [ -76.97073, 38.856236 ], [ -76.970252, 38.855921 ], [ -76.97012, 38.85584 ], [ -76.970092, 38.855832 ], [ -76.970063, 38.855826 ], [ -76.970003, 38.855821 ], [ -76.969972, 38.855822 ], [ -76.969974, 38.855729 ], [ -76.969977, 38.855119 ], [ -76.969975, 38.854902 ], [ -76.969977, 38.854551 ], [ -76.969976, 38.854448 ], [ -76.969977, 38.854151 ], [ -76.969977, 38.853573 ], [ -76.969979, 38.853141 ], [ -76.969976, 38.853083 ], [ -76.969976, 38.853036 ], [ -76.969981, 38.852968 ], [ -76.969986, 38.852933 ], [ -76.970002, 38.852854 ], [ -76.970019, 38.852798 ], [ -76.97004, 38.852742 ], [ -76.970048, 38.852724 ], [ -76.969953, 38.852632 ], [ -76.969486, 38.852057 ], [ -76.969307, 38.851831 ], [ -76.969214, 38.851718 ], [ -76.969169, 38.851666 ], [ -76.969153, 38.851649 ], [ -76.969115, 38.851614 ], [ -76.969095, 38.851597 ], [ -76.969053, 38.851565 ], [ -76.968992, 38.851521 ], [ -76.96895, 38.851493 ], [ -76.968907, 38.851467 ], [ -76.968885, 38.851455 ], [ -76.968862, 38.851444 ], [ -76.968814, 38.851423 ], [ -76.968765, 38.851404 ], [ -76.968736, 38.851394 ], [ -76.968676, 38.851376 ], [ -76.968585, 38.851352 ], [ -76.968531, 38.85134 ], [ -76.96845, 38.851325 ], [ -76.968355, 38.851316 ], [ -76.968189, 38.85131 ], [ -76.967946, 38.851311 ], [ -76.966926, 38.851305 ], [ -76.966878, 38.851302 ], [ -76.966855, 38.851295 ], [ -76.966833, 38.851284 ], [ -76.966808, 38.851265 ], [ -76.966794, 38.851249 ], [ -76.966781, 38.851229 ], [ -76.966762, 38.851186 ], [ -76.966734, 38.851114 ], [ -76.966726, 38.851097 ], [ -76.966693, 38.851018 ], [ -76.966665, 38.850957 ], [ -76.96665, 38.850927 ], [ -76.966634, 38.850898 ], [ -76.966617, 38.85087 ], [ -76.96658, 38.850816 ], [ -76.96654, 38.850762 ], [ -76.96647, 38.850676 ], [ -76.966444, 38.850646 ], [ -76.96639, 38.850589 ], [ -76.966361, 38.850561 ], [ -76.966335, 38.850538 ], [ -76.96631, 38.850514 ], [ -76.966255, 38.85047 ], [ -76.966226, 38.850449 ], [ -76.966139, 38.850401 ], [ -76.966052, 38.850367 ], [ -76.966014, 38.850355 ], [ -76.965975, 38.850347 ], [ -76.96593, 38.85034 ], [ -76.965899, 38.850337 ], [ -76.965821, 38.850336 ], [ -76.965745, 38.850344 ], [ -76.965708, 38.850351 ], [ -76.965672, 38.85036 ], [ -76.965637, 38.850371 ], [ -76.965602, 38.850384 ], [ -76.965569, 38.850399 ], [ -76.965538, 38.850415 ], [ -76.965506, 38.850435 ], [ -76.965477, 38.850459 ], [ -76.96545, 38.850484 ], [ -76.965425, 38.850511 ], [ -76.965372, 38.850563 ], [ -76.965357, 38.850581 ], [ -76.965344, 38.850599 ], [ -76.965323, 38.850645 ], [ -76.965311, 38.850683 ], [ -76.965302, 38.850721 ], [ -76.965298, 38.85076 ], [ -76.965298, 38.850799 ], [ -76.965302, 38.850837 ], [ -76.96531, 38.850876 ], [ -76.965321, 38.850913 ], [ -76.965337, 38.85095 ], [ -76.965356, 38.850986 ], [ -76.965375, 38.851006 ], [ -76.965429, 38.851066 ], [ -76.965467, 38.851105 ], [ -76.965516, 38.851151 ], [ -76.965556, 38.851194 ], [ -76.965586, 38.851234 ], [ -76.965613, 38.851276 ], [ -76.965624, 38.851296 ], [ -76.965655, 38.851362 ], [ -76.965669, 38.851406 ], [ -76.96568, 38.851469 ], [ -76.965685, 38.851511 ], [ -76.965688, 38.851549 ], [ -76.96569, 38.851589 ], [ -76.96569, 38.851713 ], [ -76.965689, 38.851741 ], [ -76.965689, 38.85177 ], [ -76.965688, 38.851798 ], [ -76.965688, 38.851827 ], [ -76.965687, 38.851855 ], [ -76.965687, 38.852006 ], [ -76.965689, 38.852074 ], [ -76.965688, 38.852406 ], [ -76.965567, 38.852329 ], [ -76.964963, 38.851858 ], [ -76.964179, 38.851244 ], [ -76.963603, 38.850789 ], [ -76.963499, 38.850702 ], [ -76.963582, 38.850637 ], [ -76.963885, 38.8504 ], [ -76.963991, 38.850318 ], [ -76.964681, 38.849781 ], [ -76.964827, 38.849666 ], [ -76.965101, 38.849448 ], [ -76.965318, 38.849281 ], [ -76.965418, 38.849204 ], [ -76.96544, 38.849187 ], [ -76.965479, 38.849142 ], [ -76.965902, 38.849091 ], [ -76.966606, 38.849058 ], [ -76.966695, 38.849062 ], [ -76.967118, 38.849068 ], [ -76.967803, 38.849118 ], [ -76.968793, 38.849267 ], [ -76.969067, 38.849337 ], [ -76.969291, 38.849393 ], [ -76.969796, 38.849549 ], [ -76.970244, 38.849711 ], [ -76.970861, 38.849966 ], [ -76.971265, 38.850159 ], [ -76.971595, 38.850334 ], [ -76.972124, 38.850708 ], [ -76.972324, 38.85085 ], [ -76.97276, 38.851201 ], [ -76.972828, 38.851268 ], [ -76.973436, 38.851825 ], [ -76.973569, 38.851965 ], [ -76.973949, 38.852307 ], [ -76.974335, 38.852631 ], [ -76.974696, 38.852905 ], [ -76.974933, 38.853073 ], [ -76.975207, 38.853241 ], [ -76.975468, 38.853385 ], [ -76.975757, 38.853538 ], [ -76.97584, 38.853591 ], [ -76.975898, 38.853628 ], [ -76.975242, 38.854342 ], [ -76.974638, 38.854998 ], [ -76.975897, 38.85589 ], [ -76.976488, 38.856098 ], [ -76.976004, 38.856674 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007409", "name": "Census Tract 74.09, District of Columbia, District of Columbia", "total_population_17": 4000, "white_alone_17": 32.0, "black_alone_17": 3751.0, "native_alone_17": 0.0, "asian_alone_17": 55.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 139.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.568, "pct_black_alone_change": -4.744, "pct_native_alone_change": -0.058, "pct_asian_alone_change": 1.346, "pct_hispanic_or_latino_change": 2.517, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8452834", "INTPTLON": "-076.9743268" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.97976, 38.845696 ], [ -76.979643, 38.845732 ], [ -76.979533, 38.845766 ], [ -76.978464, 38.846105 ], [ -76.978155, 38.846198 ], [ -76.978048, 38.846228 ], [ -76.978, 38.846243 ], [ -76.977855, 38.846285 ], [ -76.977659, 38.846337 ], [ -76.977466, 38.846384 ], [ -76.977323, 38.846417 ], [ -76.977082, 38.846468 ], [ -76.977053, 38.846473 ], [ -76.976993, 38.846482 ], [ -76.976938, 38.846492 ], [ -76.976904, 38.846497 ], [ -76.976637, 38.846544 ], [ -76.976466, 38.846568 ], [ -76.976238, 38.846595 ], [ -76.975846, 38.846631 ], [ -76.975796, 38.846635 ], [ -76.975735, 38.846641 ], [ -76.975346, 38.846674 ], [ -76.975138, 38.84669 ], [ -76.975111, 38.846693 ], [ -76.975083, 38.846695 ], [ -76.975056, 38.846698 ], [ -76.975028, 38.8467 ], [ -76.974866, 38.846718 ], [ -76.974841, 38.846722 ], [ -76.974764, 38.846731 ], [ -76.9746, 38.846758 ], [ -76.974433, 38.846792 ], [ -76.974313, 38.846822 ], [ -76.974155, 38.846867 ], [ -76.974036, 38.846905 ], [ -76.973866, 38.846968 ], [ -76.973759, 38.847008 ], [ -76.973463, 38.847131 ], [ -76.973232, 38.847231 ], [ -76.973168, 38.847256 ], [ -76.972994, 38.847328 ], [ -76.972852, 38.847391 ], [ -76.972776, 38.847425 ], [ -76.972565, 38.847513 ], [ -76.972346, 38.847606 ], [ -76.972252, 38.84765 ], [ -76.972204, 38.847671 ], [ -76.972128, 38.847701 ], [ -76.972025, 38.847738 ], [ -76.971925, 38.847776 ], [ -76.97183, 38.84781 ], [ -76.971794, 38.847822 ], [ -76.971751, 38.847835 ], [ -76.971641, 38.847864 ], [ -76.971571, 38.847885 ], [ -76.971443, 38.847919 ], [ -76.971362, 38.847938 ], [ -76.971241, 38.847963 ], [ -76.971021, 38.847996 ], [ -76.970885, 38.848018 ], [ -76.970628, 38.848061 ], [ -76.970406, 38.8481 ], [ -76.970196, 38.848139 ], [ -76.970084, 38.848158 ], [ -76.969896, 38.848189 ], [ -76.969662, 38.848226 ], [ -76.969431, 38.848265 ], [ -76.969258, 38.848291 ], [ -76.969156, 38.848305 ], [ -76.96912, 38.848309 ], [ -76.969086, 38.848314 ], [ -76.968947, 38.84833 ], [ -76.968912, 38.848333 ], [ -76.968794, 38.848347 ], [ -76.968718, 38.848353 ], [ -76.968639, 38.848357 ], [ -76.968613, 38.848359 ], [ -76.968379, 38.848368 ], [ -76.968236, 38.848375 ], [ -76.968092, 38.84838 ], [ -76.967839, 38.84838 ], [ -76.967812, 38.848379 ], [ -76.967784, 38.848379 ], [ -76.96768, 38.848374 ], [ -76.967628, 38.84837 ], [ -76.9676, 38.848369 ], [ -76.967434, 38.848359 ], [ -76.967406, 38.848358 ], [ -76.967351, 38.848354 ], [ -76.967269, 38.848353 ], [ -76.967242, 38.848354 ], [ -76.96719, 38.848358 ], [ -76.967163, 38.848361 ], [ -76.967053, 38.84838 ], [ -76.96663, 38.848257 ], [ -76.966737, 38.848174 ], [ -76.966982, 38.847983 ], [ -76.967369, 38.847682 ], [ -76.967756, 38.847383 ], [ -76.968212, 38.847025 ], [ -76.968243, 38.847001 ], [ -76.968347, 38.84692 ], [ -76.968704, 38.846642 ], [ -76.96877, 38.84659 ], [ -76.968816, 38.846554 ], [ -76.96916, 38.846285 ], [ -76.969534, 38.845993 ], [ -76.969548, 38.845982 ], [ -76.969626, 38.845922 ], [ -76.96965, 38.845903 ], [ -76.969725, 38.845845 ], [ -76.969912, 38.8457 ], [ -76.970148, 38.845516 ], [ -76.970245, 38.845441 ], [ -76.970311, 38.84539 ], [ -76.970436, 38.845292 ], [ -76.970463, 38.845271 ], [ -76.970709, 38.845078 ], [ -76.97077, 38.845031 ], [ -76.970879, 38.844946 ], [ -76.97096, 38.844883 ], [ -76.971059, 38.844806 ], [ -76.971084, 38.844786 ], [ -76.971413, 38.844531 ], [ -76.971672, 38.844329 ], [ -76.971772, 38.844251 ], [ -76.971845, 38.844195 ], [ -76.971928, 38.844129 ], [ -76.972037, 38.844045 ], [ -76.972295, 38.843842 ], [ -76.972342, 38.843806 ], [ -76.972451, 38.84372 ], [ -76.972567, 38.843631 ], [ -76.97262, 38.843589 ], [ -76.972935, 38.843343 ], [ -76.972974, 38.843312 ], [ -76.973187, 38.843301 ], [ -76.973204, 38.843315 ], [ -76.973184, 38.843329 ], [ -76.97314, 38.843354 ], [ -76.973163, 38.843379 ], [ -76.973206, 38.843355 ], [ -76.973222, 38.843341 ], [ -76.973238, 38.843321 ], [ -76.973258, 38.843301 ], [ -76.973279, 38.84329 ], [ -76.973304, 38.843284 ], [ -76.973336, 38.843279 ], [ -76.973371, 38.84327 ], [ -76.973412, 38.843261 ], [ -76.973496, 38.843246 ], [ -76.97357, 38.843226 ], [ -76.97361, 38.843217 ], [ -76.973652, 38.843209 ], [ -76.973693, 38.843203 ], [ -76.973761, 38.843187 ], [ -76.973835, 38.843168 ], [ -76.973867, 38.843158 ], [ -76.973896, 38.843147 ], [ -76.973923, 38.843135 ], [ -76.973954, 38.843124 ], [ -76.97409, 38.843082 ], [ -76.974121, 38.843071 ], [ -76.974154, 38.843058 ], [ -76.97419, 38.843046 ], [ -76.974325, 38.842993 ], [ -76.974428, 38.842964 ], [ -76.974457, 38.842953 ], [ -76.974484, 38.84294 ], [ -76.974504, 38.842925 ], [ -76.974553, 38.842892 ], [ -76.974637, 38.842848 ], [ -76.974658, 38.842835 ], [ -76.974725, 38.842781 ], [ -76.974753, 38.842763 ], [ -76.974791, 38.842737 ], [ -76.97482, 38.842708 ], [ -76.974841, 38.842679 ], [ -76.974875, 38.842619 ], [ -76.974893, 38.842595 ], [ -76.974914, 38.842572 ], [ -76.974941, 38.842556 ], [ -76.974971, 38.842545 ], [ -76.975043, 38.842525 ], [ -76.975086, 38.84252 ], [ -76.975124, 38.842518 ], [ -76.975158, 38.842521 ], [ -76.975185, 38.842525 ], [ -76.975284, 38.842533 ], [ -76.97534, 38.842535 ], [ -76.975398, 38.842539 ], [ -76.975458, 38.842545 ], [ -76.975677, 38.84256 ], [ -76.975817, 38.842565 ], [ -76.975928, 38.842565 ], [ -76.975981, 38.842567 ], [ -76.976038, 38.842571 ], [ -76.976065, 38.842571 ], [ -76.976098, 38.842574 ], [ -76.976133, 38.842575 ], [ -76.976214, 38.842575 ], [ -76.976248, 38.842576 ], [ -76.976273, 38.842581 ], [ -76.976316, 38.842602 ], [ -76.976343, 38.842612 ], [ -76.97636, 38.842641 ], [ -76.976378, 38.842619 ], [ -76.976399, 38.84261 ], [ -76.976418, 38.842598 ], [ -76.976484, 38.842573 ], [ -76.97655, 38.84255 ], [ -76.976574, 38.842543 ], [ -76.9766, 38.842534 ], [ -76.976652, 38.842514 ], [ -76.976676, 38.842502 ], [ -76.976724, 38.842481 ], [ -76.976748, 38.842474 ], [ -76.976773, 38.842464 ], [ -76.976797, 38.842453 ], [ -76.976868, 38.842413 ], [ -76.976987, 38.842341 ], [ -76.977031, 38.842309 ], [ -76.97705, 38.842293 ], [ -76.977067, 38.842277 ], [ -76.97708, 38.842261 ], [ -76.9771, 38.842227 ], [ -76.977112, 38.842211 ], [ -76.977126, 38.842196 ], [ -76.977152, 38.842163 ], [ -76.977173, 38.842131 ], [ -76.977183, 38.842097 ], [ -76.977189, 38.842064 ], [ -76.977191, 38.842044 ], [ -76.977191, 38.842024 ], [ -76.977194, 38.842006 ], [ -76.977203, 38.841987 ], [ -76.977216, 38.841968 ], [ -76.977232, 38.841952 ], [ -76.977273, 38.841922 ], [ -76.977298, 38.841908 ], [ -76.977323, 38.841897 ], [ -76.977349, 38.841887 ], [ -76.977377, 38.841878 ], [ -76.977432, 38.841863 ], [ -76.977462, 38.841857 ], [ -76.977492, 38.841854 ], [ -76.977519, 38.841853 ], [ -76.977547, 38.841855 ], [ -76.977589, 38.841865 ], [ -76.977616, 38.841878 ], [ -76.977642, 38.841887 ], [ -76.977703, 38.841899 ], [ -76.977727, 38.841903 ], [ -76.977773, 38.841909 ], [ -76.977914, 38.841925 ], [ -76.978003, 38.841942 ], [ -76.978046, 38.841954 ], [ -76.978068, 38.841963 ], [ -76.978088, 38.841973 ], [ -76.978122, 38.841997 ], [ -76.978139, 38.842011 ], [ -76.978171, 38.84204 ], [ -76.978198, 38.842073 ], [ -76.97822, 38.842106 ], [ -76.978272, 38.842173 ], [ -76.978284, 38.84219 ], [ -76.978303, 38.842223 ], [ -76.978319, 38.842243 ], [ -76.97834, 38.842262 ], [ -76.978366, 38.842283 ], [ -76.978398, 38.842305 ], [ -76.978442, 38.842326 ], [ -76.978488, 38.842344 ], [ -76.978512, 38.842351 ], [ -76.978551, 38.842356 ], [ -76.978588, 38.842355 ], [ -76.978623, 38.842347 ], [ -76.978643, 38.842329 ], [ -76.978663, 38.842308 ], [ -76.979114, 38.843112 ], [ -76.980592, 38.84543 ], [ -76.97976, 38.845696 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007502", "name": "Census Tract 75.02, District of Columbia, District of Columbia", "total_population_17": 5314, "white_alone_17": 47.0, "black_alone_17": 5245.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.111, "pct_black_alone_change": 0.834, "pct_native_alone_change": -0.071, "pct_asian_alone_change": -0.142, "pct_hispanic_or_latino_change": -0.805, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8566329", "INTPTLON": "-076.9695453" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.975071, 38.856656 ], [ -76.974292, 38.857386 ], [ -76.975028, 38.857763 ], [ -76.974997, 38.857795 ], [ -76.97369, 38.859185 ], [ -76.973347, 38.859551 ], [ -76.97479, 38.860371 ], [ -76.973067, 38.862813 ], [ -76.972927, 38.862981 ], [ -76.97282, 38.86308 ], [ -76.972715, 38.863038 ], [ -76.972693, 38.86303 ], [ -76.972466, 38.862936 ], [ -76.972146, 38.862797 ], [ -76.972055, 38.862757 ], [ -76.97184, 38.862662 ], [ -76.971504, 38.862509 ], [ -76.971189, 38.862364 ], [ -76.970984, 38.862271 ], [ -76.970756, 38.862169 ], [ -76.970567, 38.862081 ], [ -76.970529, 38.862064 ], [ -76.970492, 38.862046 ], [ -76.970316, 38.861966 ], [ -76.970234, 38.861924 ], [ -76.970155, 38.86188 ], [ -76.970041, 38.861809 ], [ -76.969969, 38.861759 ], [ -76.969933, 38.861733 ], [ -76.969911, 38.861716 ], [ -76.96989, 38.861698 ], [ -76.969868, 38.861681 ], [ -76.969784, 38.861609 ], [ -76.9697, 38.861532 ], [ -76.969653, 38.861486 ], [ -76.969629, 38.861464 ], [ -76.969606, 38.861441 ], [ -76.969582, 38.861419 ], [ -76.969489, 38.861328 ], [ -76.969373, 38.861223 ], [ -76.96923, 38.861092 ], [ -76.969165, 38.86103 ], [ -76.968836, 38.860725 ], [ -76.968769, 38.860664 ], [ -76.968569, 38.860483 ], [ -76.968528, 38.860451 ], [ -76.968486, 38.86042 ], [ -76.968398, 38.860361 ], [ -76.968353, 38.860332 ], [ -76.968307, 38.860304 ], [ -76.968213, 38.860252 ], [ -76.968147, 38.860218 ], [ -76.96816, 38.860114 ], [ -76.968166, 38.859988 ], [ -76.96819, 38.859584 ], [ -76.96821, 38.859123 ], [ -76.968207, 38.859045 ], [ -76.968201, 38.858967 ], [ -76.968195, 38.858906 ], [ -76.968183, 38.858812 ], [ -76.968173, 38.85875 ], [ -76.968156, 38.858657 ], [ -76.96814, 38.85858 ], [ -76.968101, 38.858427 ], [ -76.968078, 38.858351 ], [ -76.96804, 38.858244 ], [ -76.96802, 38.85819 ], [ -76.967976, 38.858084 ], [ -76.967953, 38.858032 ], [ -76.967919, 38.85796 ], [ -76.967875, 38.857872 ], [ -76.967832, 38.857791 ], [ -76.967813, 38.857757 ], [ -76.967774, 38.857691 ], [ -76.967722, 38.857608 ], [ -76.967356, 38.857068 ], [ -76.967318, 38.857011 ], [ -76.967265, 38.856934 ], [ -76.967, 38.856545 ], [ -76.966913, 38.856415 ], [ -76.966643, 38.856021 ], [ -76.966595, 38.855953 ], [ -76.966446, 38.855752 ], [ -76.966343, 38.85562 ], [ -76.966237, 38.85549 ], [ -76.966101, 38.85532 ], [ -76.965708, 38.854841 ], [ -76.965624, 38.854726 ], [ -76.965573, 38.854661 ], [ -76.965507, 38.854583 ], [ -76.965437, 38.854503 ], [ -76.965354, 38.85441 ], [ -76.965301, 38.854353 ], [ -76.965193, 38.854241 ], [ -76.965081, 38.854131 ], [ -76.964873, 38.853933 ], [ -76.964836, 38.853896 ], [ -76.964685, 38.853752 ], [ -76.964648, 38.853715 ], [ -76.964343, 38.853425 ], [ -76.963991, 38.853085 ], [ -76.96352, 38.852634 ], [ -76.963216, 38.852346 ], [ -76.963051, 38.852193 ], [ -76.963016, 38.852163 ], [ -76.962979, 38.852134 ], [ -76.96294, 38.852106 ], [ -76.9629, 38.85208 ], [ -76.962857, 38.852055 ], [ -76.962814, 38.852032 ], [ -76.962768, 38.852011 ], [ -76.962722, 38.851992 ], [ -76.962609, 38.851954 ], [ -76.962561, 38.851942 ], [ -76.962495, 38.851929 ], [ -76.962462, 38.851924 ], [ -76.962394, 38.851917 ], [ -76.962326, 38.851914 ], [ -76.962292, 38.851914 ], [ -76.961965, 38.851926 ], [ -76.962088, 38.851803 ], [ -76.962336, 38.851608 ], [ -76.962604, 38.851398 ], [ -76.962907, 38.851163 ], [ -76.963255, 38.850893 ], [ -76.963415, 38.850768 ], [ -76.963499, 38.850702 ], [ -76.963603, 38.850789 ], [ -76.964179, 38.851244 ], [ -76.964963, 38.851858 ], [ -76.965567, 38.852329 ], [ -76.965688, 38.852406 ], [ -76.965689, 38.852074 ], [ -76.965687, 38.852006 ], [ -76.965687, 38.851855 ], [ -76.965688, 38.851827 ], [ -76.965688, 38.851798 ], [ -76.965689, 38.85177 ], [ -76.965689, 38.851741 ], [ -76.96569, 38.851713 ], [ -76.96569, 38.851589 ], [ -76.965688, 38.851549 ], [ -76.965685, 38.851511 ], [ -76.96568, 38.851469 ], [ -76.965669, 38.851406 ], [ -76.965655, 38.851362 ], [ -76.965624, 38.851296 ], [ -76.965613, 38.851276 ], [ -76.965586, 38.851234 ], [ -76.965556, 38.851194 ], [ -76.965516, 38.851151 ], [ -76.965467, 38.851105 ], [ -76.965429, 38.851066 ], [ -76.965375, 38.851006 ], [ -76.965356, 38.850986 ], [ -76.965337, 38.85095 ], [ -76.965321, 38.850913 ], [ -76.96531, 38.850876 ], [ -76.965302, 38.850837 ], [ -76.965298, 38.850799 ], [ -76.965298, 38.85076 ], [ -76.965302, 38.850721 ], [ -76.965311, 38.850683 ], [ -76.965323, 38.850645 ], [ -76.965344, 38.850599 ], [ -76.965357, 38.850581 ], [ -76.965372, 38.850563 ], [ -76.965425, 38.850511 ], [ -76.96545, 38.850484 ], [ -76.965477, 38.850459 ], [ -76.965506, 38.850435 ], [ -76.965538, 38.850415 ], [ -76.965569, 38.850399 ], [ -76.965602, 38.850384 ], [ -76.965637, 38.850371 ], [ -76.965672, 38.85036 ], [ -76.965708, 38.850351 ], [ -76.965745, 38.850344 ], [ -76.965821, 38.850336 ], [ -76.965899, 38.850337 ], [ -76.96593, 38.85034 ], [ -76.965975, 38.850347 ], [ -76.966014, 38.850355 ], [ -76.966052, 38.850367 ], [ -76.966139, 38.850401 ], [ -76.966226, 38.850449 ], [ -76.966255, 38.85047 ], [ -76.96631, 38.850514 ], [ -76.966335, 38.850538 ], [ -76.966361, 38.850561 ], [ -76.96639, 38.850589 ], [ -76.966444, 38.850646 ], [ -76.96647, 38.850676 ], [ -76.96654, 38.850762 ], [ -76.96658, 38.850816 ], [ -76.966617, 38.85087 ], [ -76.966634, 38.850898 ], [ -76.96665, 38.850927 ], [ -76.966665, 38.850957 ], [ -76.966693, 38.851018 ], [ -76.966726, 38.851097 ], [ -76.966734, 38.851114 ], [ -76.966762, 38.851186 ], [ -76.966781, 38.851229 ], [ -76.966794, 38.851249 ], [ -76.966808, 38.851265 ], [ -76.966833, 38.851284 ], [ -76.966855, 38.851295 ], [ -76.966878, 38.851302 ], [ -76.966926, 38.851305 ], [ -76.967946, 38.851311 ], [ -76.968189, 38.85131 ], [ -76.968355, 38.851316 ], [ -76.96845, 38.851325 ], [ -76.968531, 38.85134 ], [ -76.968585, 38.851352 ], [ -76.968676, 38.851376 ], [ -76.968736, 38.851394 ], [ -76.968765, 38.851404 ], [ -76.968814, 38.851423 ], [ -76.968862, 38.851444 ], [ -76.968885, 38.851455 ], [ -76.968907, 38.851467 ], [ -76.96895, 38.851493 ], [ -76.968992, 38.851521 ], [ -76.969053, 38.851565 ], [ -76.969095, 38.851597 ], [ -76.969115, 38.851614 ], [ -76.969153, 38.851649 ], [ -76.969169, 38.851666 ], [ -76.969214, 38.851718 ], [ -76.969307, 38.851831 ], [ -76.969486, 38.852057 ], [ -76.969953, 38.852632 ], [ -76.970048, 38.852724 ], [ -76.97004, 38.852742 ], [ -76.970019, 38.852798 ], [ -76.970002, 38.852854 ], [ -76.969986, 38.852933 ], [ -76.969981, 38.852968 ], [ -76.969976, 38.853036 ], [ -76.969976, 38.853083 ], [ -76.969979, 38.853141 ], [ -76.969977, 38.853573 ], [ -76.969977, 38.854151 ], [ -76.969976, 38.854448 ], [ -76.969977, 38.854551 ], [ -76.969975, 38.854902 ], [ -76.969977, 38.855119 ], [ -76.969974, 38.855729 ], [ -76.969972, 38.855822 ], [ -76.970003, 38.855821 ], [ -76.970063, 38.855826 ], [ -76.970092, 38.855832 ], [ -76.97012, 38.85584 ], [ -76.970252, 38.855921 ], [ -76.97073, 38.856236 ], [ -76.970937, 38.85637 ], [ -76.971006, 38.856416 ], [ -76.971146, 38.856506 ], [ -76.971423, 38.856689 ], [ -76.971629, 38.856827 ], [ -76.971751, 38.856906 ], [ -76.972081, 38.856605 ], [ -76.972361, 38.856338 ], [ -76.972644, 38.856074 ], [ -76.972922, 38.855817 ], [ -76.97302, 38.855722 ], [ -76.973143, 38.855601 ], [ -76.973185, 38.855562 ], [ -76.973245, 38.855504 ], [ -76.973416, 38.855345 ], [ -76.973502, 38.855403 ], [ -76.974035, 38.855757 ], [ -76.974371, 38.855972 ], [ -76.974835, 38.856283 ], [ -76.975212, 38.856528 ], [ -76.975071, 38.856656 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007503", "name": "Census Tract 75.03, District of Columbia, District of Columbia", "total_population_17": 2454, "white_alone_17": 122.0, "black_alone_17": 2278.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 37.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 3.858, "pct_black_alone_change": -4.468, "pct_native_alone_change": -0.119, "pct_asian_alone_change": -0.278, "pct_hispanic_or_latino_change": 0.474, "pct_native_hawaiian_pacific_islander_change": -0.04, "INTPTLAT": "+38.8640724", "INTPTLON": "-076.9870900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.992587, 38.86496 ], [ -76.992488, 38.865044 ], [ -76.992456, 38.865073 ], [ -76.992423, 38.865101 ], [ -76.992265, 38.865246 ], [ -76.991997, 38.865511 ], [ -76.991936, 38.865573 ], [ -76.991847, 38.865669 ], [ -76.991762, 38.865767 ], [ -76.991708, 38.865834 ], [ -76.991622, 38.865936 ], [ -76.99151, 38.866087 ], [ -76.991344, 38.866313 ], [ -76.991286, 38.866389 ], [ -76.991144, 38.866578 ], [ -76.991124, 38.866606 ], [ -76.991087, 38.866655 ], [ -76.990595, 38.867276 ], [ -76.99033, 38.867604 ], [ -76.99012, 38.867844 ], [ -76.989874, 38.868062 ], [ -76.989483, 38.868361 ], [ -76.989359, 38.868266 ], [ -76.989043, 38.868021 ], [ -76.989008, 38.867987 ], [ -76.988977, 38.86795 ], [ -76.988953, 38.86792 ], [ -76.988918, 38.867868 ], [ -76.988903, 38.867841 ], [ -76.988722, 38.867535 ], [ -76.988708, 38.867515 ], [ -76.988626, 38.867417 ], [ -76.988355, 38.86736 ], [ -76.988048, 38.867302 ], [ -76.987706, 38.867242 ], [ -76.987158, 38.867143 ], [ -76.987056, 38.867123 ], [ -76.985128, 38.866775 ], [ -76.984524, 38.866663 ], [ -76.984361, 38.866634 ], [ -76.983642, 38.866504 ], [ -76.983186, 38.86642 ], [ -76.983334, 38.865918 ], [ -76.983442, 38.86556 ], [ -76.982171, 38.865326 ], [ -76.982208, 38.865208 ], [ -76.982424, 38.864469 ], [ -76.982536, 38.864087 ], [ -76.982641, 38.863735 ], [ -76.982679, 38.863615 ], [ -76.982687, 38.863596 ], [ -76.982694, 38.863557 ], [ -76.982697, 38.863517 ], [ -76.982693, 38.863388 ], [ -76.982682, 38.863132 ], [ -76.982667, 38.862875 ], [ -76.982684, 38.862776 ], [ -76.982712, 38.862609 ], [ -76.98279, 38.861915 ], [ -76.982834, 38.861555 ], [ -76.982846, 38.861471 ], [ -76.982851, 38.861403 ], [ -76.982849, 38.861376 ], [ -76.982876, 38.861369 ], [ -76.982902, 38.86136 ], [ -76.982925, 38.861347 ], [ -76.982948, 38.86133 ], [ -76.982963, 38.861313 ], [ -76.983194, 38.861104 ], [ -76.983226, 38.861071 ], [ -76.983259, 38.861039 ], [ -76.983328, 38.860977 ], [ -76.983364, 38.860947 ], [ -76.983439, 38.860889 ], [ -76.983499, 38.860847 ], [ -76.983558, 38.860809 ], [ -76.983578, 38.860792 ], [ -76.983596, 38.860775 ], [ -76.983613, 38.860756 ], [ -76.983627, 38.860736 ], [ -76.983639, 38.860715 ], [ -76.983649, 38.860694 ], [ -76.983657, 38.860672 ], [ -76.983662, 38.860649 ], [ -76.983665, 38.860626 ], [ -76.983666, 38.860604 ], [ -76.983666, 38.86053 ], [ -76.983807, 38.860526 ], [ -76.983869, 38.860525 ], [ -76.98483, 38.860527 ], [ -76.985367, 38.860527 ], [ -76.986215, 38.860525 ], [ -76.98625, 38.860525 ], [ -76.986906, 38.860523 ], [ -76.987019, 38.860522 ], [ -76.98758, 38.860521 ], [ -76.987619, 38.860519 ], [ -76.987656, 38.860512 ], [ -76.987692, 38.860499 ], [ -76.987724, 38.860483 ], [ -76.987752, 38.860462 ], [ -76.987832, 38.860389 ], [ -76.987976, 38.860258 ], [ -76.988033, 38.860199 ], [ -76.98821, 38.860313 ], [ -76.988253, 38.860345 ], [ -76.988273, 38.860362 ], [ -76.98831, 38.860398 ], [ -76.98855, 38.86066 ], [ -76.988645, 38.860763 ], [ -76.988842, 38.860974 ], [ -76.988907, 38.861045 ], [ -76.988973, 38.861115 ], [ -76.989235, 38.861397 ], [ -76.989302, 38.861473 ], [ -76.989348, 38.861522 ], [ -76.989421, 38.861595 ], [ -76.989447, 38.861618 ], [ -76.989472, 38.861642 ], [ -76.989526, 38.861685 ], [ -76.989685, 38.861818 ], [ -76.989789, 38.861908 ], [ -76.989991, 38.862092 ], [ -76.990029, 38.86213 ], [ -76.990068, 38.862167 ], [ -76.990183, 38.862279 ], [ -76.99022, 38.862317 ], [ -76.990296, 38.862392 ], [ -76.990398, 38.862497 ], [ -76.990452, 38.86255 ], [ -76.990695, 38.862795 ], [ -76.991032, 38.863125 ], [ -76.991221, 38.863318 ], [ -76.991016, 38.863429 ], [ -76.991053, 38.863474 ], [ -76.991089, 38.86352 ], [ -76.991126, 38.863565 ], [ -76.991366, 38.863873 ], [ -76.991395, 38.863919 ], [ -76.991415, 38.863941 ], [ -76.991431, 38.863955 ], [ -76.991756, 38.864168 ], [ -76.991837, 38.86422 ], [ -76.992327, 38.86455 ], [ -76.992346, 38.864577 ], [ -76.992504, 38.864697 ], [ -76.992717, 38.864864 ], [ -76.992587, 38.86496 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007504", "name": "Census Tract 75.04, District of Columbia, District of Columbia", "total_population_17": 2906, "white_alone_17": 27.0, "black_alone_17": 2874.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 5.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.038, "pct_black_alone_change": 1.528, "pct_native_alone_change": -0.17, "pct_asian_alone_change": -0.551, "pct_hispanic_or_latino_change": -0.719, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8610018", "INTPTLON": "-076.9794091" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.987976, 38.860258 ], [ -76.987832, 38.860389 ], [ -76.987752, 38.860462 ], [ -76.987724, 38.860483 ], [ -76.987692, 38.860499 ], [ -76.987656, 38.860512 ], [ -76.987619, 38.860519 ], [ -76.98758, 38.860521 ], [ -76.987019, 38.860522 ], [ -76.986906, 38.860523 ], [ -76.98625, 38.860525 ], [ -76.986215, 38.860525 ], [ -76.985367, 38.860527 ], [ -76.98483, 38.860527 ], [ -76.983869, 38.860525 ], [ -76.983807, 38.860526 ], [ -76.983666, 38.86053 ], [ -76.983666, 38.860604 ], [ -76.983665, 38.860626 ], [ -76.983662, 38.860649 ], [ -76.983657, 38.860672 ], [ -76.983649, 38.860694 ], [ -76.983639, 38.860715 ], [ -76.983627, 38.860736 ], [ -76.983613, 38.860756 ], [ -76.983596, 38.860775 ], [ -76.983578, 38.860792 ], [ -76.983558, 38.860809 ], [ -76.983499, 38.860847 ], [ -76.983439, 38.860889 ], [ -76.983364, 38.860947 ], [ -76.983328, 38.860977 ], [ -76.983259, 38.861039 ], [ -76.983226, 38.861071 ], [ -76.983194, 38.861104 ], [ -76.982963, 38.861313 ], [ -76.982948, 38.86133 ], [ -76.982925, 38.861347 ], [ -76.982902, 38.86136 ], [ -76.982876, 38.861369 ], [ -76.982849, 38.861376 ], [ -76.982851, 38.861403 ], [ -76.982846, 38.861471 ], [ -76.982834, 38.861555 ], [ -76.98279, 38.861915 ], [ -76.982712, 38.862609 ], [ -76.982684, 38.862776 ], [ -76.982667, 38.862875 ], [ -76.982682, 38.863132 ], [ -76.982693, 38.863388 ], [ -76.982697, 38.863517 ], [ -76.982694, 38.863557 ], [ -76.982687, 38.863596 ], [ -76.982679, 38.863615 ], [ -76.982641, 38.863735 ], [ -76.982536, 38.864087 ], [ -76.982424, 38.864469 ], [ -76.982208, 38.865208 ], [ -76.982171, 38.865326 ], [ -76.983442, 38.86556 ], [ -76.983334, 38.865918 ], [ -76.983186, 38.86642 ], [ -76.982227, 38.866247 ], [ -76.981916, 38.866191 ], [ -76.98079, 38.865987 ], [ -76.979953, 38.865834 ], [ -76.979547, 38.865762 ], [ -76.97946, 38.865746 ], [ -76.979355, 38.865728 ], [ -76.979014, 38.865665 ], [ -76.978913, 38.865647 ], [ -76.978617, 38.865586 ], [ -76.978491, 38.865558 ], [ -76.978447, 38.865544 ], [ -76.978358, 38.865518 ], [ -76.978182, 38.865462 ], [ -76.978095, 38.865432 ], [ -76.978051, 38.865418 ], [ -76.977941, 38.865379 ], [ -76.977869, 38.865351 ], [ -76.977798, 38.865321 ], [ -76.977694, 38.865272 ], [ -76.977244, 38.865055 ], [ -76.976748, 38.864817 ], [ -76.976719, 38.864804 ], [ -76.976642, 38.864766 ], [ -76.976227, 38.864567 ], [ -76.975527, 38.864229 ], [ -76.975103, 38.864025 ], [ -76.975013, 38.863982 ], [ -76.974619, 38.8638 ], [ -76.974205, 38.863629 ], [ -76.973963, 38.863531 ], [ -76.973715, 38.863431 ], [ -76.973218, 38.863235 ], [ -76.97282, 38.86308 ], [ -76.972927, 38.862981 ], [ -76.973067, 38.862813 ], [ -76.97479, 38.860371 ], [ -76.973347, 38.859551 ], [ -76.97369, 38.859185 ], [ -76.974997, 38.857795 ], [ -76.975028, 38.857763 ], [ -76.974292, 38.857386 ], [ -76.975071, 38.856656 ], [ -76.975212, 38.856528 ], [ -76.975447, 38.856314 ], [ -76.975657, 38.856448 ], [ -76.976004, 38.856674 ], [ -76.976321, 38.856879 ], [ -76.976705, 38.857129 ], [ -76.976763, 38.857162 ], [ -76.976825, 38.85719 ], [ -76.976857, 38.857203 ], [ -76.97691, 38.857222 ], [ -76.977027, 38.857254 ], [ -76.977099, 38.85727 ], [ -76.977173, 38.857284 ], [ -76.977232, 38.857292 ], [ -76.977323, 38.857302 ], [ -76.977361, 38.857304 ], [ -76.977754, 38.857303 ], [ -76.97802, 38.857306 ], [ -76.978116, 38.857306 ], [ -76.978452, 38.857299 ], [ -76.978757, 38.857304 ], [ -76.979025, 38.857305 ], [ -76.979638, 38.857304 ], [ -76.980165, 38.857303 ], [ -76.980462, 38.857298 ], [ -76.98055, 38.857294 ], [ -76.980637, 38.857284 ], [ -76.980798, 38.857256 ], [ -76.981124, 38.8572 ], [ -76.982247, 38.857002 ], [ -76.982481, 38.856961 ], [ -76.982892, 38.856898 ], [ -76.982936, 38.856894 ], [ -76.982979, 38.856895 ], [ -76.983023, 38.856899 ], [ -76.983065, 38.856908 ], [ -76.983106, 38.85692 ], [ -76.98352, 38.857174 ], [ -76.9836, 38.857222 ], [ -76.983706, 38.857297 ], [ -76.98384, 38.85737 ], [ -76.983897, 38.857405 ], [ -76.98415, 38.857564 ], [ -76.984314, 38.857669 ], [ -76.984587, 38.857861 ], [ -76.984832, 38.858034 ], [ -76.985241, 38.858318 ], [ -76.985535, 38.858519 ], [ -76.985671, 38.85862 ], [ -76.985769, 38.858688 ], [ -76.985838, 38.858735 ], [ -76.986117, 38.858929 ], [ -76.986303, 38.85906 ], [ -76.986375, 38.859112 ], [ -76.986454, 38.859167 ], [ -76.986658, 38.859312 ], [ -76.986937, 38.859496 ], [ -76.987058, 38.859576 ], [ -76.987406, 38.859792 ], [ -76.987818, 38.86006 ], [ -76.987838, 38.860072 ], [ -76.987892, 38.860107 ], [ -76.988033, 38.860199 ], [ -76.987976, 38.860258 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007601", "name": "Census Tract 76.01, District of Columbia, District of Columbia", "total_population_17": 4855, "white_alone_17": 311.0, "black_alone_17": 4292.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 13.0, "hispanic_or_latino_17": 198.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 4.044, "pct_black_alone_change": -7.681, "pct_native_alone_change": -0.153, "pct_asian_alone_change": -0.109, "pct_hispanic_or_latino_change": 2.831, "pct_native_hawaiian_pacific_islander_change": 0.268, "INTPTLAT": "+38.8716327", "INTPTLON": "-076.9798185" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.989728, 38.871617 ], [ -76.989685, 38.871648 ], [ -76.989645, 38.871677 ], [ -76.989511, 38.871773 ], [ -76.989256, 38.871956 ], [ -76.988811, 38.872202 ], [ -76.985423, 38.874076 ], [ -76.983957, 38.874928 ], [ -76.978164, 38.876804 ], [ -76.978031, 38.876881 ], [ -76.976627, 38.876174 ], [ -76.976205, 38.876025 ], [ -76.976178, 38.876001 ], [ -76.976162, 38.875987 ], [ -76.974986, 38.875426 ], [ -76.974667, 38.87531 ], [ -76.974415, 38.875222 ], [ -76.973995, 38.875058 ], [ -76.973377, 38.874777 ], [ -76.973136, 38.874683 ], [ -76.972917, 38.874582 ], [ -76.972679, 38.874483 ], [ -76.972511, 38.874412 ], [ -76.972272, 38.87431 ], [ -76.971334, 38.873909 ], [ -76.971113, 38.873556 ], [ -76.970997, 38.87337 ], [ -76.970985, 38.873348 ], [ -76.970966, 38.873304 ], [ -76.970958, 38.873282 ], [ -76.970951, 38.873259 ], [ -76.970942, 38.873213 ], [ -76.970937, 38.873171 ], [ -76.970936, 38.872758 ], [ -76.970937, 38.872271 ], [ -76.970936, 38.871956 ], [ -76.970937, 38.871523 ], [ -76.970938, 38.870816 ], [ -76.970939, 38.870742 ], [ -76.970941, 38.870353 ], [ -76.970937, 38.869987 ], [ -76.970941, 38.869553 ], [ -76.97094, 38.869474 ], [ -76.970938, 38.869216 ], [ -76.970939, 38.868843 ], [ -76.970941, 38.868816 ], [ -76.97094, 38.868762 ], [ -76.970936, 38.868735 ], [ -76.97092, 38.868667 ], [ -76.970881, 38.86858 ], [ -76.970795, 38.868432 ], [ -76.970692, 38.868247 ], [ -76.970861, 38.868242 ], [ -76.970942, 38.868243 ], [ -76.97103, 38.868243 ], [ -76.971269, 38.868245 ], [ -76.971839, 38.868245 ], [ -76.972189, 38.868246 ], [ -76.97276, 38.868243 ], [ -76.973535, 38.868243 ], [ -76.974099, 38.868244 ], [ -76.974963, 38.868243 ], [ -76.975724, 38.868244 ], [ -76.9771, 38.868238 ], [ -76.977355, 38.868236 ], [ -76.977991, 38.868233 ], [ -76.978896, 38.868233 ], [ -76.979007, 38.868232 ], [ -76.97931, 38.86823 ], [ -76.979954, 38.868229 ], [ -76.98053, 38.868231 ], [ -76.980774, 38.86823 ], [ -76.980859, 38.86823 ], [ -76.981247, 38.86823 ], [ -76.981416, 38.868143 ], [ -76.98151, 38.868094 ], [ -76.982056, 38.867821 ], [ -76.982226, 38.867737 ], [ -76.982673, 38.867516 ], [ -76.983054, 38.867327 ], [ -76.983543, 38.867083 ], [ -76.983868, 38.866922 ], [ -76.984251, 38.866735 ], [ -76.984279, 38.86672 ], [ -76.9843, 38.866706 ], [ -76.984319, 38.86669 ], [ -76.984336, 38.866673 ], [ -76.98435, 38.866654 ], [ -76.984361, 38.866634 ], [ -76.984524, 38.866663 ], [ -76.985128, 38.866775 ], [ -76.987056, 38.867123 ], [ -76.987158, 38.867143 ], [ -76.987706, 38.867242 ], [ -76.988048, 38.867302 ], [ -76.988355, 38.86736 ], [ -76.988626, 38.867417 ], [ -76.988708, 38.867515 ], [ -76.988722, 38.867535 ], [ -76.988903, 38.867841 ], [ -76.988918, 38.867868 ], [ -76.988953, 38.86792 ], [ -76.988977, 38.86795 ], [ -76.989008, 38.867987 ], [ -76.989043, 38.868021 ], [ -76.989359, 38.868266 ], [ -76.989483, 38.868361 ], [ -76.989405, 38.86843 ], [ -76.989292, 38.868523 ], [ -76.989249, 38.868558 ], [ -76.989073, 38.868696 ], [ -76.988971, 38.868771 ], [ -76.988864, 38.868845 ], [ -76.988717, 38.868941 ], [ -76.988595, 38.869013 ], [ -76.988501, 38.869066 ], [ -76.988482, 38.869077 ], [ -76.988419, 38.869107 ], [ -76.988353, 38.869138 ], [ -76.98848, 38.869313 ], [ -76.988553, 38.869413 ], [ -76.98858, 38.86945 ], [ -76.988596, 38.869468 ], [ -76.988849, 38.869812 ], [ -76.989225, 38.870274 ], [ -76.989433, 38.870511 ], [ -76.989569, 38.870681 ], [ -76.990102, 38.871349 ], [ -76.989728, 38.871617 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007603", "name": "Census Tract 76.03, District of Columbia, District of Columbia", "total_population_17": 4283, "white_alone_17": 308.0, "black_alone_17": 3583.0, "native_alone_17": 0.0, "asian_alone_17": 22.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 370.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.963, "pct_black_alone_change": -7.86, "pct_native_alone_change": -0.282, "pct_asian_alone_change": -0.074, "pct_hispanic_or_latino_change": 7.417, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8591090", "INTPTLON": "-076.9585469" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.968195, 38.858906 ], [ -76.968111, 38.859005 ], [ -76.968082, 38.859038 ], [ -76.967809, 38.859336 ], [ -76.967701, 38.859433 ], [ -76.96763, 38.859483 ], [ -76.967331, 38.859689 ], [ -76.96712, 38.859819 ], [ -76.967009, 38.859875 ], [ -76.96691, 38.859917 ], [ -76.966681, 38.860013 ], [ -76.966456, 38.860096 ], [ -76.96581, 38.860322 ], [ -76.965754, 38.860342 ], [ -76.965042, 38.860615 ], [ -76.964922, 38.860663 ], [ -76.964886, 38.860675 ], [ -76.964771, 38.860719 ], [ -76.964213, 38.860936 ], [ -76.963424, 38.86122 ], [ -76.963198, 38.861299 ], [ -76.963107, 38.861333 ], [ -76.962281, 38.861627 ], [ -76.96221, 38.861647 ], [ -76.962137, 38.861664 ], [ -76.962063, 38.861677 ], [ -76.961988, 38.861687 ], [ -76.96173, 38.861709 ], [ -76.961488, 38.861727 ], [ -76.961037, 38.861763 ], [ -76.960625, 38.861794 ], [ -76.960495, 38.861805 ], [ -76.960172, 38.86183 ], [ -76.959242, 38.861904 ], [ -76.959084, 38.861915 ], [ -76.959023, 38.86192 ], [ -76.959, 38.861923 ], [ -76.958902, 38.861934 ], [ -76.958693, 38.861967 ], [ -76.958545, 38.861994 ], [ -76.958447, 38.862014 ], [ -76.958283, 38.862052 ], [ -76.957678, 38.862197 ], [ -76.957574, 38.86222 ], [ -76.957491, 38.862243 ], [ -76.957405, 38.862269 ], [ -76.957306, 38.862305 ], [ -76.95724, 38.862334 ], [ -76.957176, 38.862365 ], [ -76.957145, 38.862381 ], [ -76.957091, 38.862412 ], [ -76.956983, 38.862481 ], [ -76.956953, 38.862495 ], [ -76.956866, 38.862526 ], [ -76.956674, 38.86259 ], [ -76.956664, 38.862696 ], [ -76.956652, 38.86274 ], [ -76.95662, 38.862825 ], [ -76.956598, 38.862858 ], [ -76.956315, 38.863242 ], [ -76.956064, 38.86359 ], [ -76.956033, 38.863629 ], [ -76.956016, 38.863647 ], [ -76.956, 38.863666 ], [ -76.955965, 38.863702 ], [ -76.955946, 38.863719 ], [ -76.955894, 38.86377 ], [ -76.955859, 38.863803 ], [ -76.955822, 38.863836 ], [ -76.955785, 38.863867 ], [ -76.955746, 38.863898 ], [ -76.955706, 38.863927 ], [ -76.95564, 38.863973 ], [ -76.95558, 38.864011 ], [ -76.955485, 38.864066 ], [ -76.955432, 38.864095 ], [ -76.955324, 38.864148 ], [ -76.955272, 38.864172 ], [ -76.955213, 38.864197 ], [ -76.955099, 38.864242 ], [ -76.954982, 38.864282 ], [ -76.953999, 38.864626 ], [ -76.953838, 38.864683 ], [ -76.953736, 38.86472 ], [ -76.953482, 38.86481 ], [ -76.953268, 38.864887 ], [ -76.952941, 38.864999 ], [ -76.952216, 38.865256 ], [ -76.95204, 38.865318 ], [ -76.951533, 38.865499 ], [ -76.951488, 38.865513 ], [ -76.951444, 38.86553 ], [ -76.951382, 38.86556 ], [ -76.951343, 38.865582 ], [ -76.951324, 38.865594 ], [ -76.950152, 38.865118 ], [ -76.949902, 38.865014 ], [ -76.949096, 38.864685 ], [ -76.94771, 38.864116 ], [ -76.947535, 38.864046 ], [ -76.946864, 38.86378 ], [ -76.946809, 38.863702 ], [ -76.946897, 38.863633 ], [ -76.946997, 38.863555 ], [ -76.947119, 38.86346 ], [ -76.947419, 38.863226 ], [ -76.947698, 38.86301 ], [ -76.947943, 38.862819 ], [ -76.948019, 38.862759 ], [ -76.948109, 38.862689 ], [ -76.948248, 38.862581 ], [ -76.948643, 38.86227 ], [ -76.948992, 38.861996 ], [ -76.949019, 38.861976 ], [ -76.94911, 38.861907 ], [ -76.949181, 38.861853 ], [ -76.949315, 38.861752 ], [ -76.949562, 38.861556 ], [ -76.949814, 38.861359 ], [ -76.949831, 38.861346 ], [ -76.949918, 38.861278 ], [ -76.95001, 38.861207 ], [ -76.950179, 38.861077 ], [ -76.950203, 38.861059 ], [ -76.950399, 38.860905 ], [ -76.95065, 38.860709 ], [ -76.950826, 38.860572 ], [ -76.951159, 38.860313 ], [ -76.951719, 38.859876 ], [ -76.952366, 38.859374 ], [ -76.952911, 38.858951 ], [ -76.952999, 38.858884 ], [ -76.953263, 38.858676 ], [ -76.95342, 38.858553 ], [ -76.953588, 38.858426 ], [ -76.953621, 38.8584 ], [ -76.953684, 38.858348 ], [ -76.953702, 38.858334 ], [ -76.953793, 38.858262 ], [ -76.953887, 38.858188 ], [ -76.954184, 38.857959 ], [ -76.954479, 38.857729 ], [ -76.954531, 38.857688 ], [ -76.954607, 38.857629 ], [ -76.954721, 38.85754 ], [ -76.954843, 38.857445 ], [ -76.955649, 38.856817 ], [ -76.955728, 38.856755 ], [ -76.955963, 38.856573 ], [ -76.956114, 38.856456 ], [ -76.956145, 38.856432 ], [ -76.95622, 38.856374 ], [ -76.956242, 38.856356 ], [ -76.956279, 38.856328 ], [ -76.956415, 38.856222 ], [ -76.95714, 38.855661 ], [ -76.957736, 38.855198 ], [ -76.958004, 38.854985 ], [ -76.958026, 38.854969 ], [ -76.95811, 38.854909 ], [ -76.958189, 38.854848 ], [ -76.958821, 38.854359 ], [ -76.960739, 38.852875 ], [ -76.961965, 38.851926 ], [ -76.962292, 38.851914 ], [ -76.962326, 38.851914 ], [ -76.962394, 38.851917 ], [ -76.962462, 38.851924 ], [ -76.962495, 38.851929 ], [ -76.962561, 38.851942 ], [ -76.962609, 38.851954 ], [ -76.962722, 38.851992 ], [ -76.962768, 38.852011 ], [ -76.962814, 38.852032 ], [ -76.962857, 38.852055 ], [ -76.9629, 38.85208 ], [ -76.96294, 38.852106 ], [ -76.962979, 38.852134 ], [ -76.963016, 38.852163 ], [ -76.963051, 38.852193 ], [ -76.963216, 38.852346 ], [ -76.96352, 38.852634 ], [ -76.963991, 38.853085 ], [ -76.964343, 38.853425 ], [ -76.964648, 38.853715 ], [ -76.964685, 38.853752 ], [ -76.964836, 38.853896 ], [ -76.964873, 38.853933 ], [ -76.965081, 38.854131 ], [ -76.965193, 38.854241 ], [ -76.965301, 38.854353 ], [ -76.965354, 38.85441 ], [ -76.965437, 38.854503 ], [ -76.965507, 38.854583 ], [ -76.965573, 38.854661 ], [ -76.965624, 38.854726 ], [ -76.965708, 38.854841 ], [ -76.966101, 38.85532 ], [ -76.966237, 38.85549 ], [ -76.966343, 38.85562 ], [ -76.966446, 38.855752 ], [ -76.966595, 38.855953 ], [ -76.966643, 38.856021 ], [ -76.966913, 38.856415 ], [ -76.967, 38.856545 ], [ -76.967265, 38.856934 ], [ -76.967318, 38.857011 ], [ -76.967356, 38.857068 ], [ -76.967722, 38.857608 ], [ -76.967774, 38.857691 ], [ -76.967813, 38.857757 ], [ -76.967832, 38.857791 ], [ -76.967875, 38.857872 ], [ -76.967919, 38.85796 ], [ -76.967953, 38.858032 ], [ -76.967976, 38.858084 ], [ -76.96802, 38.85819 ], [ -76.96804, 38.858244 ], [ -76.968078, 38.858351 ], [ -76.968101, 38.858427 ], [ -76.96814, 38.85858 ], [ -76.968156, 38.858657 ], [ -76.968173, 38.85875 ], [ -76.968183, 38.858812 ], [ -76.968195, 38.858906 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007604", "name": "Census Tract 76.04, District of Columbia, District of Columbia", "total_population_17": 4256, "white_alone_17": 132.0, "black_alone_17": 3793.0, "native_alone_17": 72.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 160.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.564, "pct_black_alone_change": -5.751, "pct_native_alone_change": 1.506, "pct_asian_alone_change": 0.148, "pct_hispanic_or_latino_change": 3.175, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8660921", "INTPTLON": "-076.9638007" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.971334, 38.873909 ], [ -76.970531, 38.873522 ], [ -76.969821, 38.87313 ], [ -76.969339, 38.872936 ], [ -76.968969, 38.872781 ], [ -76.968873, 38.872746 ], [ -76.968667, 38.872667 ], [ -76.968468, 38.87259 ], [ -76.967992, 38.872393 ], [ -76.967771, 38.872308 ], [ -76.967676, 38.872267 ], [ -76.967479, 38.872184 ], [ -76.967071, 38.872022 ], [ -76.966822, 38.871921 ], [ -76.966621, 38.871839 ], [ -76.966467, 38.871776 ], [ -76.966103, 38.871626 ], [ -76.965584, 38.871415 ], [ -76.964869, 38.871127 ], [ -76.964772, 38.871087 ], [ -76.963267, 38.870472 ], [ -76.963089, 38.870399 ], [ -76.961994, 38.869948 ], [ -76.961259, 38.869648 ], [ -76.960383, 38.869291 ], [ -76.960204, 38.869219 ], [ -76.959659, 38.868992 ], [ -76.958664, 38.868591 ], [ -76.958565, 38.868553 ], [ -76.958487, 38.868524 ], [ -76.958416, 38.868496 ], [ -76.958306, 38.868454 ], [ -76.957642, 38.868176 ], [ -76.95722, 38.868002 ], [ -76.956724, 38.867796 ], [ -76.95611, 38.867544 ], [ -76.955332, 38.86723 ], [ -76.954325, 38.866819 ], [ -76.954047, 38.866703 ], [ -76.953308, 38.866404 ], [ -76.953001, 38.866279 ], [ -76.952222, 38.865963 ], [ -76.951606, 38.86571 ], [ -76.951324, 38.865594 ], [ -76.951343, 38.865582 ], [ -76.951382, 38.86556 ], [ -76.951444, 38.86553 ], [ -76.951488, 38.865513 ], [ -76.951533, 38.865499 ], [ -76.95204, 38.865318 ], [ -76.952216, 38.865256 ], [ -76.952941, 38.864999 ], [ -76.953268, 38.864887 ], [ -76.953482, 38.86481 ], [ -76.953736, 38.86472 ], [ -76.953838, 38.864683 ], [ -76.953999, 38.864626 ], [ -76.954982, 38.864282 ], [ -76.955099, 38.864242 ], [ -76.955213, 38.864197 ], [ -76.955272, 38.864172 ], [ -76.955324, 38.864148 ], [ -76.955432, 38.864095 ], [ -76.955485, 38.864066 ], [ -76.95558, 38.864011 ], [ -76.95564, 38.863973 ], [ -76.955706, 38.863927 ], [ -76.955746, 38.863898 ], [ -76.955785, 38.863867 ], [ -76.955822, 38.863836 ], [ -76.955859, 38.863803 ], [ -76.955894, 38.86377 ], [ -76.955946, 38.863719 ], [ -76.955965, 38.863702 ], [ -76.956, 38.863666 ], [ -76.956016, 38.863647 ], [ -76.956033, 38.863629 ], [ -76.956064, 38.86359 ], [ -76.956315, 38.863242 ], [ -76.956598, 38.862858 ], [ -76.95662, 38.862825 ], [ -76.956652, 38.86274 ], [ -76.956664, 38.862696 ], [ -76.956674, 38.86259 ], [ -76.956866, 38.862526 ], [ -76.956953, 38.862495 ], [ -76.956983, 38.862481 ], [ -76.957091, 38.862412 ], [ -76.957145, 38.862381 ], [ -76.957176, 38.862365 ], [ -76.95724, 38.862334 ], [ -76.957306, 38.862305 ], [ -76.957405, 38.862269 ], [ -76.957491, 38.862243 ], [ -76.957574, 38.86222 ], [ -76.957678, 38.862197 ], [ -76.958283, 38.862052 ], [ -76.958447, 38.862014 ], [ -76.958545, 38.861994 ], [ -76.958693, 38.861967 ], [ -76.958902, 38.861934 ], [ -76.959, 38.861923 ], [ -76.959023, 38.86192 ], [ -76.959084, 38.861915 ], [ -76.959242, 38.861904 ], [ -76.960172, 38.86183 ], [ -76.960495, 38.861805 ], [ -76.960625, 38.861794 ], [ -76.961037, 38.861763 ], [ -76.961488, 38.861727 ], [ -76.96173, 38.861709 ], [ -76.961988, 38.861687 ], [ -76.962063, 38.861677 ], [ -76.962137, 38.861664 ], [ -76.96221, 38.861647 ], [ -76.962281, 38.861627 ], [ -76.963107, 38.861333 ], [ -76.963198, 38.861299 ], [ -76.963424, 38.86122 ], [ -76.964213, 38.860936 ], [ -76.964771, 38.860719 ], [ -76.964886, 38.860675 ], [ -76.964922, 38.860663 ], [ -76.965042, 38.860615 ], [ -76.965754, 38.860342 ], [ -76.96581, 38.860322 ], [ -76.966456, 38.860096 ], [ -76.966681, 38.860013 ], [ -76.96691, 38.859917 ], [ -76.967009, 38.859875 ], [ -76.96712, 38.859819 ], [ -76.967331, 38.859689 ], [ -76.96763, 38.859483 ], [ -76.967701, 38.859433 ], [ -76.967809, 38.859336 ], [ -76.968082, 38.859038 ], [ -76.968111, 38.859005 ], [ -76.968195, 38.858906 ], [ -76.968201, 38.858967 ], [ -76.968207, 38.859045 ], [ -76.96821, 38.859123 ], [ -76.96819, 38.859584 ], [ -76.968166, 38.859988 ], [ -76.96816, 38.860114 ], [ -76.968147, 38.860218 ], [ -76.968213, 38.860252 ], [ -76.968307, 38.860304 ], [ -76.968353, 38.860332 ], [ -76.968398, 38.860361 ], [ -76.968486, 38.86042 ], [ -76.968528, 38.860451 ], [ -76.968569, 38.860483 ], [ -76.968769, 38.860664 ], [ -76.968915, 38.861003 ], [ -76.969183, 38.861581 ], [ -76.969266, 38.861748 ], [ -76.96929, 38.861787 ], [ -76.969309, 38.861811 ], [ -76.96933, 38.861835 ], [ -76.969352, 38.861857 ], [ -76.96937, 38.861908 ], [ -76.969397, 38.861974 ], [ -76.969413, 38.862006 ], [ -76.969448, 38.86207 ], [ -76.969543, 38.862219 ], [ -76.969768, 38.862554 ], [ -76.970003, 38.862908 ], [ -76.97008, 38.863026 ], [ -76.970253, 38.863284 ], [ -76.970451, 38.863584 ], [ -76.970494, 38.863645 ], [ -76.970535, 38.863707 ], [ -76.970594, 38.863801 ], [ -76.970649, 38.863897 ], [ -76.970674, 38.863945 ], [ -76.970697, 38.863994 ], [ -76.970738, 38.864094 ], [ -76.970759, 38.864155 ], [ -76.970771, 38.864195 ], [ -76.970783, 38.864241 ], [ -76.970796, 38.864297 ], [ -76.970806, 38.864348 ], [ -76.970814, 38.8644 ], [ -76.97082, 38.864453 ], [ -76.970825, 38.86456 ], [ -76.970824, 38.864614 ], [ -76.970817, 38.86472 ], [ -76.97081, 38.864773 ], [ -76.970801, 38.864826 ], [ -76.970778, 38.864932 ], [ -76.970753, 38.865018 ], [ -76.970722, 38.865104 ], [ -76.970705, 38.865146 ], [ -76.970686, 38.865188 ], [ -76.970644, 38.865271 ], [ -76.970597, 38.865352 ], [ -76.970537, 38.865446 ], [ -76.97052, 38.865475 ], [ -76.970488, 38.865533 ], [ -76.970412, 38.86568 ], [ -76.970384, 38.865738 ], [ -76.970361, 38.865788 ], [ -76.970341, 38.865837 ], [ -76.970304, 38.865935 ], [ -76.970271, 38.866035 ], [ -76.970243, 38.866135 ], [ -76.970231, 38.866186 ], [ -76.970213, 38.866276 ], [ -76.970198, 38.866355 ], [ -76.970187, 38.866436 ], [ -76.970177, 38.866534 ], [ -76.970173, 38.866594 ], [ -76.97017, 38.866714 ], [ -76.970173, 38.866834 ], [ -76.970182, 38.86696 ], [ -76.970189, 38.867023 ], [ -76.970198, 38.867086 ], [ -76.970221, 38.867212 ], [ -76.970237, 38.86728 ], [ -76.970268, 38.867398 ], [ -76.970287, 38.867459 ], [ -76.970307, 38.867514 ], [ -76.970349, 38.867622 ], [ -76.970422, 38.867783 ], [ -76.970449, 38.867835 ], [ -76.970506, 38.86794 ], [ -76.970536, 38.867991 ], [ -76.970634, 38.868153 ], [ -76.970692, 38.868247 ], [ -76.970795, 38.868432 ], [ -76.970881, 38.86858 ], [ -76.97092, 38.868667 ], [ -76.970936, 38.868735 ], [ -76.97094, 38.868762 ], [ -76.970941, 38.868816 ], [ -76.970939, 38.868843 ], [ -76.970938, 38.869216 ], [ -76.97094, 38.869474 ], [ -76.970941, 38.869553 ], [ -76.970937, 38.869987 ], [ -76.970941, 38.870353 ], [ -76.970939, 38.870742 ], [ -76.970938, 38.870816 ], [ -76.970937, 38.871523 ], [ -76.970936, 38.871956 ], [ -76.970937, 38.872271 ], [ -76.970936, 38.872758 ], [ -76.970937, 38.873171 ], [ -76.970942, 38.873213 ], [ -76.970951, 38.873259 ], [ -76.970958, 38.873282 ], [ -76.970966, 38.873304 ], [ -76.970985, 38.873348 ], [ -76.970997, 38.87337 ], [ -76.971113, 38.873556 ], [ -76.971334, 38.873909 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007605", "name": "Census Tract 76.05, District of Columbia, District of Columbia", "total_population_17": 3956, "white_alone_17": 128.0, "black_alone_17": 3418.0, "native_alone_17": 0.0, "asian_alone_17": 69.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 214.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 2.08, "pct_black_alone_change": -10.832, "pct_native_alone_change": -0.296, "pct_asian_alone_change": 1.287, "pct_hispanic_or_latino_change": 4.604, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8660433", "INTPTLON": "-076.9752566" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.98435, 38.866654 ], [ -76.984336, 38.866673 ], [ -76.984319, 38.86669 ], [ -76.9843, 38.866706 ], [ -76.984279, 38.86672 ], [ -76.984251, 38.866735 ], [ -76.983868, 38.866922 ], [ -76.983543, 38.867083 ], [ -76.983054, 38.867327 ], [ -76.982673, 38.867516 ], [ -76.982226, 38.867737 ], [ -76.982056, 38.867821 ], [ -76.98151, 38.868094 ], [ -76.981416, 38.868143 ], [ -76.981247, 38.86823 ], [ -76.980859, 38.86823 ], [ -76.980774, 38.86823 ], [ -76.98053, 38.868231 ], [ -76.979954, 38.868229 ], [ -76.97931, 38.86823 ], [ -76.979007, 38.868232 ], [ -76.978896, 38.868233 ], [ -76.977991, 38.868233 ], [ -76.977355, 38.868236 ], [ -76.9771, 38.868238 ], [ -76.975724, 38.868244 ], [ -76.974963, 38.868243 ], [ -76.974099, 38.868244 ], [ -76.973535, 38.868243 ], [ -76.97276, 38.868243 ], [ -76.972189, 38.868246 ], [ -76.971839, 38.868245 ], [ -76.971269, 38.868245 ], [ -76.97103, 38.868243 ], [ -76.970942, 38.868243 ], [ -76.970861, 38.868242 ], [ -76.970692, 38.868247 ], [ -76.970634, 38.868153 ], [ -76.970536, 38.867991 ], [ -76.970506, 38.86794 ], [ -76.970449, 38.867835 ], [ -76.970422, 38.867783 ], [ -76.970349, 38.867622 ], [ -76.970307, 38.867514 ], [ -76.970287, 38.867459 ], [ -76.970268, 38.867398 ], [ -76.970237, 38.86728 ], [ -76.970221, 38.867212 ], [ -76.970198, 38.867086 ], [ -76.970189, 38.867023 ], [ -76.970182, 38.86696 ], [ -76.970173, 38.866834 ], [ -76.97017, 38.866714 ], [ -76.970173, 38.866594 ], [ -76.970177, 38.866534 ], [ -76.970187, 38.866436 ], [ -76.970198, 38.866355 ], [ -76.970213, 38.866276 ], [ -76.970231, 38.866186 ], [ -76.970243, 38.866135 ], [ -76.970271, 38.866035 ], [ -76.970304, 38.865935 ], [ -76.970341, 38.865837 ], [ -76.970361, 38.865788 ], [ -76.970384, 38.865738 ], [ -76.970412, 38.86568 ], [ -76.970488, 38.865533 ], [ -76.97052, 38.865475 ], [ -76.970537, 38.865446 ], [ -76.970597, 38.865352 ], [ -76.970644, 38.865271 ], [ -76.970686, 38.865188 ], [ -76.970705, 38.865146 ], [ -76.970722, 38.865104 ], [ -76.970753, 38.865018 ], [ -76.970778, 38.864932 ], [ -76.970801, 38.864826 ], [ -76.97081, 38.864773 ], [ -76.970817, 38.86472 ], [ -76.970824, 38.864614 ], [ -76.970825, 38.86456 ], [ -76.97082, 38.864453 ], [ -76.970814, 38.8644 ], [ -76.970806, 38.864348 ], [ -76.970796, 38.864297 ], [ -76.970783, 38.864241 ], [ -76.970771, 38.864195 ], [ -76.970759, 38.864155 ], [ -76.970738, 38.864094 ], [ -76.970697, 38.863994 ], [ -76.970674, 38.863945 ], [ -76.970649, 38.863897 ], [ -76.970594, 38.863801 ], [ -76.970535, 38.863707 ], [ -76.970494, 38.863645 ], [ -76.970451, 38.863584 ], [ -76.970253, 38.863284 ], [ -76.97008, 38.863026 ], [ -76.970003, 38.862908 ], [ -76.969768, 38.862554 ], [ -76.969543, 38.862219 ], [ -76.969448, 38.86207 ], [ -76.969413, 38.862006 ], [ -76.969397, 38.861974 ], [ -76.96937, 38.861908 ], [ -76.969352, 38.861857 ], [ -76.96933, 38.861835 ], [ -76.969309, 38.861811 ], [ -76.96929, 38.861787 ], [ -76.969266, 38.861748 ], [ -76.969183, 38.861581 ], [ -76.968915, 38.861003 ], [ -76.968769, 38.860664 ], [ -76.968836, 38.860725 ], [ -76.969165, 38.86103 ], [ -76.96923, 38.861092 ], [ -76.969373, 38.861223 ], [ -76.969489, 38.861328 ], [ -76.969582, 38.861419 ], [ -76.969606, 38.861441 ], [ -76.969629, 38.861464 ], [ -76.969653, 38.861486 ], [ -76.9697, 38.861532 ], [ -76.969784, 38.861609 ], [ -76.969868, 38.861681 ], [ -76.96989, 38.861698 ], [ -76.969911, 38.861716 ], [ -76.969933, 38.861733 ], [ -76.969969, 38.861759 ], [ -76.970041, 38.861809 ], [ -76.970155, 38.86188 ], [ -76.970234, 38.861924 ], [ -76.970316, 38.861966 ], [ -76.970492, 38.862046 ], [ -76.970529, 38.862064 ], [ -76.970567, 38.862081 ], [ -76.970756, 38.862169 ], [ -76.970984, 38.862271 ], [ -76.971189, 38.862364 ], [ -76.971504, 38.862509 ], [ -76.97184, 38.862662 ], [ -76.972055, 38.862757 ], [ -76.972146, 38.862797 ], [ -76.972466, 38.862936 ], [ -76.972693, 38.86303 ], [ -76.972715, 38.863038 ], [ -76.97282, 38.86308 ], [ -76.973218, 38.863235 ], [ -76.973715, 38.863431 ], [ -76.973963, 38.863531 ], [ -76.974205, 38.863629 ], [ -76.974619, 38.8638 ], [ -76.975013, 38.863982 ], [ -76.975103, 38.864025 ], [ -76.975527, 38.864229 ], [ -76.976227, 38.864567 ], [ -76.976642, 38.864766 ], [ -76.976719, 38.864804 ], [ -76.976748, 38.864817 ], [ -76.977244, 38.865055 ], [ -76.977694, 38.865272 ], [ -76.977798, 38.865321 ], [ -76.977869, 38.865351 ], [ -76.977941, 38.865379 ], [ -76.978051, 38.865418 ], [ -76.978095, 38.865432 ], [ -76.978182, 38.865462 ], [ -76.978358, 38.865518 ], [ -76.978447, 38.865544 ], [ -76.978491, 38.865558 ], [ -76.978617, 38.865586 ], [ -76.978913, 38.865647 ], [ -76.979014, 38.865665 ], [ -76.979355, 38.865728 ], [ -76.97946, 38.865746 ], [ -76.979547, 38.865762 ], [ -76.979953, 38.865834 ], [ -76.98079, 38.865987 ], [ -76.981916, 38.866191 ], [ -76.982227, 38.866247 ], [ -76.983186, 38.86642 ], [ -76.983642, 38.866504 ], [ -76.984361, 38.866634 ], [ -76.98435, 38.866654 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007703", "name": "Census Tract 77.03, District of Columbia, District of Columbia", "total_population_17": 6159, "white_alone_17": 0.0, "black_alone_17": 5753.0, "native_alone_17": 0.0, "asian_alone_17": 23.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 367.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.52, "pct_black_alone_change": -3.32, "pct_native_alone_change": -0.26, "pct_asian_alone_change": 0.178, "pct_hispanic_or_latino_change": 3.705, "pct_native_hawaiian_pacific_islander_change": -0.043, "INTPTLAT": "+38.8863224", "INTPTLON": "-076.9474550" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.957368, 38.883808 ], [ -76.957236, 38.883992 ], [ -76.957035, 38.884276 ], [ -76.956959, 38.884381 ], [ -76.956828, 38.884562 ], [ -76.956139, 38.885528 ], [ -76.955803, 38.885997 ], [ -76.955437, 38.886506 ], [ -76.955232, 38.886797 ], [ -76.955154, 38.886908 ], [ -76.95467, 38.887583 ], [ -76.954579, 38.887709 ], [ -76.954409, 38.887947 ], [ -76.954242, 38.888184 ], [ -76.953956, 38.888581 ], [ -76.953929, 38.888618 ], [ -76.95389, 38.88867 ], [ -76.953794, 38.888775 ], [ -76.953179, 38.889597 ], [ -76.953079, 38.889725 ], [ -76.953006, 38.889822 ], [ -76.951929, 38.889817 ], [ -76.95073, 38.889836 ], [ -76.9501, 38.889841 ], [ -76.948809, 38.88982 ], [ -76.948282, 38.88982 ], [ -76.947245, 38.889839 ], [ -76.944562, 38.889834 ], [ -76.942805, 38.889836 ], [ -76.940878, 38.889833 ], [ -76.94, 38.889841 ], [ -76.939806, 38.889858 ], [ -76.939561, 38.889878 ], [ -76.939378, 38.889885 ], [ -76.937878, 38.889884 ], [ -76.938032, 38.889842 ], [ -76.938121, 38.889817 ], [ -76.938171, 38.889794 ], [ -76.938212, 38.889772 ], [ -76.938242, 38.889735 ], [ -76.938283, 38.889648 ], [ -76.938338, 38.889509 ], [ -76.93841, 38.889407 ], [ -76.938494, 38.889315 ], [ -76.938718, 38.889149 ], [ -76.939019, 38.888968 ], [ -76.939113, 38.888905 ], [ -76.939205, 38.88884 ], [ -76.939338, 38.888739 ], [ -76.939441, 38.888654 ], [ -76.939499, 38.888603 ], [ -76.93959, 38.88852 ], [ -76.939654, 38.888456 ], [ -76.939682, 38.888429 ], [ -76.939788, 38.888316 ], [ -76.939839, 38.888258 ], [ -76.939889, 38.888198 ], [ -76.939983, 38.888079 ], [ -76.940068, 38.887959 ], [ -76.940109, 38.887897 ], [ -76.940147, 38.887835 ], [ -76.940165, 38.887804 ], [ -76.940184, 38.887772 ], [ -76.940238, 38.887674 ], [ -76.940274, 38.887602 ], [ -76.940299, 38.88755 ], [ -76.940327, 38.887486 ], [ -76.94037, 38.887384 ], [ -76.940426, 38.887228 ], [ -76.940458, 38.887124 ], [ -76.940468, 38.887071 ], [ -76.940479, 38.887045 ], [ -76.940499, 38.886965 ], [ -76.940513, 38.886897 ], [ -76.940525, 38.886829 ], [ -76.940539, 38.886727 ], [ -76.940548, 38.886617 ], [ -76.940552, 38.886581 ], [ -76.940553, 38.886562 ], [ -76.940555, 38.886544 ], [ -76.940559, 38.886482 ], [ -76.940562, 38.886392 ], [ -76.940561, 38.886263 ], [ -76.940562, 38.886227 ], [ -76.94058, 38.885942 ], [ -76.940584, 38.885906 ], [ -76.940589, 38.885847 ], [ -76.940596, 38.885787 ], [ -76.940608, 38.885697 ], [ -76.94062, 38.885619 ], [ -76.940639, 38.885517 ], [ -76.940652, 38.885455 ], [ -76.940682, 38.88533 ], [ -76.940716, 38.885206 ], [ -76.940736, 38.885122 ], [ -76.94076, 38.885038 ], [ -76.940786, 38.884954 ], [ -76.94082, 38.884858 ], [ -76.940832, 38.884825 ], [ -76.940876, 38.884721 ], [ -76.940902, 38.884651 ], [ -76.94093, 38.884581 ], [ -76.940989, 38.884441 ], [ -76.941054, 38.884303 ], [ -76.941089, 38.884235 ], [ -76.941162, 38.884099 ], [ -76.941234, 38.883973 ], [ -76.941304, 38.883856 ], [ -76.941341, 38.883798 ], [ -76.941456, 38.883627 ], [ -76.941538, 38.883514 ], [ -76.941581, 38.883458 ], [ -76.941685, 38.883325 ], [ -76.941736, 38.883262 ], [ -76.941806, 38.883178 ], [ -76.941923, 38.883044 ], [ -76.942045, 38.882914 ], [ -76.942108, 38.882849 ], [ -76.942237, 38.882723 ], [ -76.942413, 38.882567 ], [ -76.94252, 38.882476 ], [ -76.94258, 38.882425 ], [ -76.942763, 38.882275 ], [ -76.942896, 38.882171 ], [ -76.942936, 38.882141 ], [ -76.942977, 38.882112 ], [ -76.943051, 38.88206 ], [ -76.943178, 38.881974 ], [ -76.943243, 38.881932 ], [ -76.943375, 38.881849 ], [ -76.943539, 38.881751 ], [ -76.943791, 38.88161 ], [ -76.94391, 38.881547 ], [ -76.944026, 38.881489 ], [ -76.944179, 38.881417 ], [ -76.944335, 38.881347 ], [ -76.944413, 38.881314 ], [ -76.944493, 38.881282 ], [ -76.944542, 38.88126 ], [ -76.944641, 38.881218 ], [ -76.944812, 38.881151 ], [ -76.944848, 38.881138 ], [ -76.94492, 38.881112 ], [ -76.945035, 38.881074 ], [ -76.945208, 38.881023 ], [ -76.945628, 38.880902 ], [ -76.945772, 38.880869 ], [ -76.945815, 38.880966 ], [ -76.945877, 38.881099 ], [ -76.945918, 38.881191 ], [ -76.946087, 38.88156 ], [ -76.946129, 38.881656 ], [ -76.946294, 38.882014 ], [ -76.946618, 38.882711 ], [ -76.946662, 38.882802 ], [ -76.946677, 38.88283 ], [ -76.946815, 38.882831 ], [ -76.947041, 38.882828 ], [ -76.947275, 38.882828 ], [ -76.94745, 38.88283 ], [ -76.94757, 38.88283 ], [ -76.947691, 38.882834 ], [ -76.947812, 38.882842 ], [ -76.947931, 38.882853 ], [ -76.948051, 38.882868 ], [ -76.948684, 38.882963 ], [ -76.949524, 38.883084 ], [ -76.949783, 38.883121 ], [ -76.950392, 38.883212 ], [ -76.950841, 38.88328 ], [ -76.951319, 38.883349 ], [ -76.951446, 38.883368 ], [ -76.951774, 38.883418 ], [ -76.952191, 38.883478 ], [ -76.952956, 38.883591 ], [ -76.953001, 38.883599 ], [ -76.953091, 38.883611 ], [ -76.953183, 38.88362 ], [ -76.953275, 38.883626 ], [ -76.953321, 38.883627 ], [ -76.954775, 38.883628 ], [ -76.956266, 38.88363 ], [ -76.956601, 38.88363 ], [ -76.957354, 38.883631 ], [ -76.957496, 38.88363 ], [ -76.957368, 38.883808 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007707", "name": "Census Tract 77.07, District of Columbia, District of Columbia", "total_population_17": 4484, "white_alone_17": 21.0, "black_alone_17": 4356.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 69.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.112, "pct_black_alone_change": -1.406, "pct_native_alone_change": -0.237, "pct_asian_alone_change": -0.211, "pct_hispanic_or_latino_change": 1.144, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8779453", "INTPTLON": "-076.9353432" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.944864, 38.879093 ], [ -76.944559, 38.87922 ], [ -76.944499, 38.879244 ], [ -76.94444, 38.879269 ], [ -76.944229, 38.879355 ], [ -76.944167, 38.879384 ], [ -76.944105, 38.879416 ], [ -76.944047, 38.87945 ], [ -76.944022, 38.879466 ], [ -76.943991, 38.879486 ], [ -76.943943, 38.87952 ], [ -76.943919, 38.879538 ], [ -76.943886, 38.879565 ], [ -76.943766, 38.879654 ], [ -76.94369, 38.879717 ], [ -76.943617, 38.879783 ], [ -76.943582, 38.879816 ], [ -76.943548, 38.87985 ], [ -76.943515, 38.879885 ], [ -76.943389, 38.880023 ], [ -76.943349, 38.880064 ], [ -76.94329, 38.880118 ], [ -76.943237, 38.880162 ], [ -76.943147, 38.880227 ], [ -76.943081, 38.880269 ], [ -76.943011, 38.880309 ], [ -76.942935, 38.880348 ], [ -76.942897, 38.880366 ], [ -76.942818, 38.880399 ], [ -76.942777, 38.880415 ], [ -76.942695, 38.880443 ], [ -76.942623, 38.880464 ], [ -76.942593, 38.880471 ], [ -76.94256, 38.88048 ], [ -76.942526, 38.880488 ], [ -76.942491, 38.880495 ], [ -76.942383, 38.880514 ], [ -76.942275, 38.880527 ], [ -76.942167, 38.880536 ], [ -76.942113, 38.880538 ], [ -76.941997, 38.88054 ], [ -76.941823, 38.880535 ], [ -76.941651, 38.880521 ], [ -76.941487, 38.8805 ], [ -76.94139, 38.880486 ], [ -76.941245, 38.88046 ], [ -76.941198, 38.880449 ], [ -76.94115, 38.880439 ], [ -76.941056, 38.880415 ], [ -76.940925, 38.880379 ], [ -76.940882, 38.880366 ], [ -76.940838, 38.880354 ], [ -76.940537, 38.880265 ], [ -76.940505, 38.880256 ], [ -76.940395, 38.880231 ], [ -76.940341, 38.880223 ], [ -76.940307, 38.880219 ], [ -76.940169, 38.880207 ], [ -76.940066, 38.880201 ], [ -76.940031, 38.8802 ], [ -76.939257, 38.880198 ], [ -76.93896, 38.880198 ], [ -76.938675, 38.880196 ], [ -76.938001, 38.8802 ], [ -76.937765, 38.880198 ], [ -76.936485, 38.880198 ], [ -76.936264, 38.880209 ], [ -76.936205, 38.880218 ], [ -76.936145, 38.880238 ], [ -76.935352, 38.880559 ], [ -76.935047, 38.880684 ], [ -76.934528, 38.880894 ], [ -76.933309, 38.88139 ], [ -76.933156, 38.881448 ], [ -76.93304, 38.881491 ], [ -76.932909, 38.88154 ], [ -76.932694, 38.881608 ], [ -76.932638, 38.88162 ], [ -76.93261, 38.881625 ], [ -76.932552, 38.881631 ], [ -76.932493, 38.881633 ], [ -76.932435, 38.88163 ], [ -76.932367, 38.881622 ], [ -76.932328, 38.881615 ], [ -76.932291, 38.881607 ], [ -76.932253, 38.881597 ], [ -76.932217, 38.881585 ], [ -76.932147, 38.881556 ], [ -76.932114, 38.881539 ], [ -76.932052, 38.881502 ], [ -76.932026, 38.881482 ], [ -76.932001, 38.881461 ], [ -76.931979, 38.881439 ], [ -76.931959, 38.881415 ], [ -76.931927, 38.881369 ], [ -76.931913, 38.881347 ], [ -76.931883, 38.881305 ], [ -76.931819, 38.881221 ], [ -76.931764, 38.881157 ], [ -76.931723, 38.881112 ], [ -76.931678, 38.881068 ], [ -76.931607, 38.881005 ], [ -76.93153, 38.880944 ], [ -76.93145, 38.880887 ], [ -76.931396, 38.880853 ], [ -76.931344, 38.880824 ], [ -76.931291, 38.880796 ], [ -76.931215, 38.880761 ], [ -76.931165, 38.880739 ], [ -76.931114, 38.880718 ], [ -76.931062, 38.880698 ], [ -76.93101, 38.88068 ], [ -76.930957, 38.880663 ], [ -76.930903, 38.880647 ], [ -76.930848, 38.880633 ], [ -76.930793, 38.880621 ], [ -76.930681, 38.8806 ], [ -76.930609, 38.880588 ], [ -76.930499, 38.880576 ], [ -76.930425, 38.880571 ], [ -76.930351, 38.880569 ], [ -76.930314, 38.880569 ], [ -76.930282, 38.88057 ], [ -76.930251, 38.880572 ], [ -76.930219, 38.880573 ], [ -76.930164, 38.880577 ], [ -76.930137, 38.880578 ], [ -76.930109, 38.880581 ], [ -76.930032, 38.880587 ], [ -76.930007, 38.88059 ], [ -76.929981, 38.880592 ], [ -76.929689, 38.880627 ], [ -76.929316, 38.880674 ], [ -76.929163, 38.880692 ], [ -76.928146, 38.880812 ], [ -76.927595, 38.880874 ], [ -76.927156, 38.880927 ], [ -76.927046, 38.880941 ], [ -76.926958, 38.880954 ], [ -76.926828, 38.880968 ], [ -76.926619, 38.880992 ], [ -76.926472, 38.88101 ], [ -76.925954, 38.881082 ], [ -76.924668, 38.881213 ], [ -76.924555, 38.881231 ], [ -76.924456, 38.881248 ], [ -76.924371, 38.881273 ], [ -76.924304, 38.881301 ], [ -76.924216, 38.881337 ], [ -76.924052, 38.881427 ], [ -76.92435, 38.881173 ], [ -76.92466, 38.880936 ], [ -76.924831, 38.880806 ], [ -76.925611, 38.880204 ], [ -76.925733, 38.88011 ], [ -76.926111, 38.879819 ], [ -76.926242, 38.879725 ], [ -76.926282, 38.879695 ], [ -76.926324, 38.879664 ], [ -76.926363, 38.879636 ], [ -76.926401, 38.879607 ], [ -76.926442, 38.879577 ], [ -76.92648, 38.879548 ], [ -76.928067, 38.878314 ], [ -76.928149, 38.878248 ], [ -76.928193, 38.878214 ], [ -76.928547, 38.877938 ], [ -76.929034, 38.877558 ], [ -76.929067, 38.877532 ], [ -76.929432, 38.877247 ], [ -76.929825, 38.876942 ], [ -76.929932, 38.876859 ], [ -76.929994, 38.87681 ], [ -76.930066, 38.876754 ], [ -76.930587, 38.876348 ], [ -76.93089, 38.876113 ], [ -76.930956, 38.876062 ], [ -76.931, 38.876027 ], [ -76.931034, 38.876001 ], [ -76.931147, 38.875913 ], [ -76.931249, 38.875833 ], [ -76.931285, 38.875806 ], [ -76.93137, 38.875739 ], [ -76.93148, 38.875653 ], [ -76.931609, 38.875552 ], [ -76.931648, 38.875522 ], [ -76.93205, 38.875207 ], [ -76.932442, 38.874904 ], [ -76.932495, 38.874862 ], [ -76.932678, 38.874719 ], [ -76.932744, 38.874668 ], [ -76.933144, 38.874356 ], [ -76.933636, 38.873972 ], [ -76.933854, 38.873818 ], [ -76.934156, 38.873564 ], [ -76.934216, 38.873517 ], [ -76.934267, 38.873477 ], [ -76.9344, 38.873372 ], [ -76.934692, 38.873144 ], [ -76.934751, 38.873098 ], [ -76.934813, 38.873049 ], [ -76.934874, 38.873002 ], [ -76.93489, 38.87299 ], [ -76.934928, 38.87296 ], [ -76.935013, 38.872895 ], [ -76.935711, 38.873258 ], [ -76.93585, 38.873332 ], [ -76.936094, 38.873462 ], [ -76.936761, 38.873815 ], [ -76.936874, 38.873874 ], [ -76.936975, 38.873928 ], [ -76.937087, 38.873986 ], [ -76.937363, 38.874131 ], [ -76.937919, 38.874426 ], [ -76.938358, 38.874669 ], [ -76.938661, 38.874816 ], [ -76.938814, 38.8749 ], [ -76.939017, 38.875012 ], [ -76.939361, 38.875192 ], [ -76.939894, 38.875474 ], [ -76.940184, 38.875647 ], [ -76.940495, 38.875842 ], [ -76.940839, 38.876052 ], [ -76.941098, 38.876213 ], [ -76.941248, 38.876306 ], [ -76.941283, 38.876329 ], [ -76.941355, 38.876373 ], [ -76.94143, 38.876414 ], [ -76.941508, 38.876451 ], [ -76.941588, 38.876486 ], [ -76.941629, 38.876502 ], [ -76.941673, 38.876518 ], [ -76.941716, 38.876535 ], [ -76.941893, 38.876598 ], [ -76.941982, 38.876627 ], [ -76.942072, 38.876655 ], [ -76.942493, 38.876795 ], [ -76.942541, 38.876812 ], [ -76.942634, 38.876848 ], [ -76.942724, 38.876889 ], [ -76.942768, 38.876911 ], [ -76.942811, 38.876934 ], [ -76.942853, 38.876958 ], [ -76.942894, 38.876983 ], [ -76.942934, 38.877009 ], [ -76.942981, 38.877043 ], [ -76.943073, 38.877113 ], [ -76.943209, 38.877221 ], [ -76.943296, 38.877295 ], [ -76.943431, 38.877416 ], [ -76.943576, 38.877553 ], [ -76.943718, 38.877691 ], [ -76.943914, 38.877889 ], [ -76.94397, 38.877947 ], [ -76.94408, 38.878065 ], [ -76.944186, 38.878185 ], [ -76.944288, 38.878306 ], [ -76.944464, 38.878526 ], [ -76.944575, 38.878672 ], [ -76.944647, 38.878771 ], [ -76.944717, 38.878871 ], [ -76.944786, 38.878973 ], [ -76.944864, 38.879093 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007708", "name": "Census Tract 77.08, District of Columbia, District of Columbia", "total_population_17": 3039, "white_alone_17": 0.0, "black_alone_17": 3039.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.591, "pct_black_alone_change": 1.146, "pct_native_alone_change": -0.185, "pct_asian_alone_change": -0.074, "pct_hispanic_or_latino_change": -0.259, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8871944", "INTPTLON": "-076.9606349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.971454, 38.880633 ], [ -76.97072, 38.881435 ], [ -76.969604, 38.882659 ], [ -76.966789, 38.885235 ], [ -76.963883, 38.889125 ], [ -76.96343, 38.889731 ], [ -76.963382, 38.889796 ], [ -76.963367, 38.889867 ], [ -76.962628, 38.889858 ], [ -76.962438, 38.889857 ], [ -76.961567, 38.889854 ], [ -76.961233, 38.889853 ], [ -76.959804, 38.889849 ], [ -76.95859, 38.889823 ], [ -76.958254, 38.889825 ], [ -76.958105, 38.889817 ], [ -76.957341, 38.889836 ], [ -76.957198, 38.889835 ], [ -76.956747, 38.889831 ], [ -76.956718, 38.889831 ], [ -76.955917, 38.889824 ], [ -76.954603, 38.889813 ], [ -76.953695, 38.889816 ], [ -76.953107, 38.889823 ], [ -76.953006, 38.889822 ], [ -76.953079, 38.889725 ], [ -76.953179, 38.889597 ], [ -76.953794, 38.888775 ], [ -76.95389, 38.88867 ], [ -76.953929, 38.888618 ], [ -76.953956, 38.888581 ], [ -76.954242, 38.888184 ], [ -76.954409, 38.887947 ], [ -76.954579, 38.887709 ], [ -76.95467, 38.887583 ], [ -76.955154, 38.886908 ], [ -76.955232, 38.886797 ], [ -76.955437, 38.886506 ], [ -76.955803, 38.885997 ], [ -76.956139, 38.885528 ], [ -76.956828, 38.884562 ], [ -76.956959, 38.884381 ], [ -76.957035, 38.884276 ], [ -76.957236, 38.883992 ], [ -76.957368, 38.883808 ], [ -76.957496, 38.88363 ], [ -76.957516, 38.883601 ], [ -76.957691, 38.883358 ], [ -76.958066, 38.882833 ], [ -76.958155, 38.882707 ], [ -76.958169, 38.882689 ], [ -76.958223, 38.882611 ], [ -76.958334, 38.882457 ], [ -76.958677, 38.881979 ], [ -76.958873, 38.881706 ], [ -76.960394, 38.881492 ], [ -76.961091, 38.881607 ], [ -76.96171, 38.88171 ], [ -76.962256, 38.881982 ], [ -76.962917, 38.882007 ], [ -76.96311, 38.882008 ], [ -76.963548, 38.881788 ], [ -76.963682, 38.881775 ], [ -76.963767, 38.881735 ], [ -76.963821, 38.881681 ], [ -76.963896, 38.881577 ], [ -76.963928, 38.881498 ], [ -76.963972, 38.881418 ], [ -76.964008, 38.881365 ], [ -76.964043, 38.881315 ], [ -76.964101, 38.881275 ], [ -76.964155, 38.881235 ], [ -76.96424, 38.8812 ], [ -76.964289, 38.881191 ], [ -76.964523, 38.881197 ], [ -76.964647, 38.881258 ], [ -76.964793, 38.881263 ], [ -76.964984, 38.881256 ], [ -76.96504, 38.88123 ], [ -76.965096, 38.881221 ], [ -76.965161, 38.881245 ], [ -76.965263, 38.881303 ], [ -76.965283, 38.881312 ], [ -76.965464, 38.881363 ], [ -76.965569, 38.881375 ], [ -76.965658, 38.881379 ], [ -76.965821, 38.881366 ], [ -76.965849, 38.881357 ], [ -76.966311, 38.881352 ], [ -76.966505, 38.881363 ], [ -76.966639, 38.881343 ], [ -76.96677, 38.881321 ], [ -76.966931, 38.881281 ], [ -76.966993, 38.881252 ], [ -76.967069, 38.881234 ], [ -76.967214, 38.881241 ], [ -76.96725, 38.881274 ], [ -76.967294, 38.881319 ], [ -76.967308, 38.881339 ], [ -76.967378, 38.881376 ], [ -76.967495, 38.881438 ], [ -76.967714, 38.881483 ], [ -76.968147, 38.881341 ], [ -76.969755, 38.880813 ], [ -76.970065, 38.880726 ], [ -76.970402, 38.880623 ], [ -76.970698, 38.880532 ], [ -76.971757, 38.880216 ], [ -76.971454, 38.880633 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007709", "name": "Census Tract 77.09, District of Columbia, District of Columbia", "total_population_17": 2524, "white_alone_17": 20.0, "black_alone_17": 2280.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 94.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.673, "pct_black_alone_change": -5.625, "pct_native_alone_change": -0.354, "pct_asian_alone_change": -0.404, "pct_hispanic_or_latino_change": 1.955, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8798620", "INTPTLON": "-076.9675363" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.978031, 38.876881 ], [ -76.975582, 38.877601 ], [ -76.973299, 38.87839 ], [ -76.972662, 38.878967 ], [ -76.971757, 38.880216 ], [ -76.970698, 38.880532 ], [ -76.970402, 38.880623 ], [ -76.970065, 38.880726 ], [ -76.969755, 38.880813 ], [ -76.968147, 38.881341 ], [ -76.967714, 38.881483 ], [ -76.967495, 38.881438 ], [ -76.967378, 38.881376 ], [ -76.967308, 38.881339 ], [ -76.967294, 38.881319 ], [ -76.96725, 38.881274 ], [ -76.967214, 38.881241 ], [ -76.967069, 38.881234 ], [ -76.966993, 38.881252 ], [ -76.966931, 38.881281 ], [ -76.96677, 38.881321 ], [ -76.966639, 38.881343 ], [ -76.966505, 38.881363 ], [ -76.966311, 38.881352 ], [ -76.965849, 38.881357 ], [ -76.965821, 38.881366 ], [ -76.965658, 38.881379 ], [ -76.965569, 38.881375 ], [ -76.965464, 38.881363 ], [ -76.965283, 38.881312 ], [ -76.965263, 38.881303 ], [ -76.965161, 38.881245 ], [ -76.965096, 38.881221 ], [ -76.96504, 38.88123 ], [ -76.964984, 38.881256 ], [ -76.964793, 38.881263 ], [ -76.964647, 38.881258 ], [ -76.964523, 38.881197 ], [ -76.964289, 38.881191 ], [ -76.96424, 38.8812 ], [ -76.964155, 38.881235 ], [ -76.964101, 38.881275 ], [ -76.964043, 38.881315 ], [ -76.964008, 38.881365 ], [ -76.963972, 38.881418 ], [ -76.963928, 38.881498 ], [ -76.963896, 38.881577 ], [ -76.963821, 38.881681 ], [ -76.963767, 38.881735 ], [ -76.963682, 38.881775 ], [ -76.963548, 38.881788 ], [ -76.96311, 38.882008 ], [ -76.962917, 38.882007 ], [ -76.962256, 38.881982 ], [ -76.96171, 38.88171 ], [ -76.961091, 38.881607 ], [ -76.960394, 38.881492 ], [ -76.958873, 38.881706 ], [ -76.959092, 38.8814 ], [ -76.959309, 38.881095 ], [ -76.959642, 38.880628 ], [ -76.959926, 38.880234 ], [ -76.960605, 38.879284 ], [ -76.961137, 38.878542 ], [ -76.961218, 38.878431 ], [ -76.961256, 38.878377 ], [ -76.961287, 38.878338 ], [ -76.96132, 38.8783 ], [ -76.961389, 38.878226 ], [ -76.961464, 38.878156 ], [ -76.961503, 38.878122 ], [ -76.961544, 38.878089 ], [ -76.961586, 38.878057 ], [ -76.961629, 38.878026 ], [ -76.961679, 38.877995 ], [ -76.961781, 38.877935 ], [ -76.961833, 38.877906 ], [ -76.961939, 38.877849 ], [ -76.962018, 38.877809 ], [ -76.962156, 38.877743 ], [ -76.962709, 38.877468 ], [ -76.962775, 38.877436 ], [ -76.962936, 38.877355 ], [ -76.963233, 38.877205 ], [ -76.963517, 38.877064 ], [ -76.96362, 38.877012 ], [ -76.963843, 38.876902 ], [ -76.96462, 38.876513 ], [ -76.964809, 38.87642 ], [ -76.96492, 38.876364 ], [ -76.964786, 38.876273 ], [ -76.96477, 38.876243 ], [ -76.964765, 38.876198 ], [ -76.964766, 38.875484 ], [ -76.964768, 38.875103 ], [ -76.96477, 38.874951 ], [ -76.96477, 38.874821 ], [ -76.964769, 38.874615 ], [ -76.964768, 38.874475 ], [ -76.96477, 38.874265 ], [ -76.96477, 38.874192 ], [ -76.96477, 38.873816 ], [ -76.96477, 38.87375 ], [ -76.964769, 38.873708 ], [ -76.964769, 38.87301 ], [ -76.964768, 38.872935 ], [ -76.964765, 38.872677 ], [ -76.964768, 38.872009 ], [ -76.964767, 38.871917 ], [ -76.964767, 38.871797 ], [ -76.964773, 38.871222 ], [ -76.964772, 38.8712 ], [ -76.964772, 38.871087 ], [ -76.964869, 38.871127 ], [ -76.965584, 38.871415 ], [ -76.966103, 38.871626 ], [ -76.966467, 38.871776 ], [ -76.966621, 38.871839 ], [ -76.966822, 38.871921 ], [ -76.967071, 38.872022 ], [ -76.967479, 38.872184 ], [ -76.967676, 38.872267 ], [ -76.967771, 38.872308 ], [ -76.967992, 38.872393 ], [ -76.968468, 38.87259 ], [ -76.968667, 38.872667 ], [ -76.968873, 38.872746 ], [ -76.968969, 38.872781 ], [ -76.969339, 38.872936 ], [ -76.969821, 38.87313 ], [ -76.970531, 38.873522 ], [ -76.971334, 38.873909 ], [ -76.972272, 38.87431 ], [ -76.972511, 38.874412 ], [ -76.972679, 38.874483 ], [ -76.972917, 38.874582 ], [ -76.973136, 38.874683 ], [ -76.973377, 38.874777 ], [ -76.973995, 38.875058 ], [ -76.974415, 38.875222 ], [ -76.974667, 38.87531 ], [ -76.974986, 38.875426 ], [ -76.976162, 38.875987 ], [ -76.976178, 38.876001 ], [ -76.976205, 38.876025 ], [ -76.976627, 38.876174 ], [ -76.978031, 38.876881 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007803", "name": "Census Tract 78.03, District of Columbia, District of Columbia", "total_population_17": 4111, "white_alone_17": 121.0, "black_alone_17": 3605.0, "native_alone_17": 29.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 318.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.876, "pct_black_alone_change": -9.947, "pct_native_alone_change": 0.64, "pct_asian_alone_change": 0.057, "pct_hispanic_or_latino_change": 6.7, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8962674", "INTPTLON": "-076.9407751" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.949405, 38.896796 ], [ -76.949062, 38.897068 ], [ -76.948226, 38.897731 ], [ -76.947913, 38.89798 ], [ -76.94655, 38.89907 ], [ -76.944525, 38.900707 ], [ -76.943746, 38.901328 ], [ -76.943666, 38.901392 ], [ -76.943223, 38.901746 ], [ -76.94286, 38.902045 ], [ -76.942609, 38.901927 ], [ -76.942435, 38.90185 ], [ -76.942303, 38.901797 ], [ -76.942187, 38.901749 ], [ -76.942018, 38.901681 ], [ -76.941944, 38.901655 ], [ -76.941874, 38.901635 ], [ -76.941696, 38.90158 ], [ -76.941621, 38.901554 ], [ -76.941552, 38.901525 ], [ -76.94148, 38.901497 ], [ -76.941404, 38.901465 ], [ -76.941046, 38.901318 ], [ -76.939398, 38.900648 ], [ -76.939189, 38.90056 ], [ -76.939186, 38.900415 ], [ -76.939189, 38.900106 ], [ -76.939189, 38.89973 ], [ -76.939191, 38.899436 ], [ -76.939191, 38.899058 ], [ -76.93919, 38.898705 ], [ -76.93919, 38.89863 ], [ -76.93919, 38.89837 ], [ -76.939132, 38.89837 ], [ -76.93886, 38.898365 ], [ -76.938599, 38.898365 ], [ -76.938358, 38.898364 ], [ -76.938103, 38.898364 ], [ -76.937246, 38.898368 ], [ -76.937219, 38.898369 ], [ -76.937164, 38.898369 ], [ -76.937029, 38.898364 ], [ -76.936914, 38.898357 ], [ -76.936826, 38.898348 ], [ -76.936683, 38.898324 ], [ -76.936646, 38.898321 ], [ -76.936601, 38.898319 ], [ -76.9366, 38.898265 ], [ -76.936598, 38.898217 ], [ -76.936593, 38.897969 ], [ -76.93659, 38.897626 ], [ -76.936593, 38.897576 ], [ -76.936597, 38.89755 ], [ -76.936603, 38.897525 ], [ -76.936611, 38.897501 ], [ -76.936526, 38.897489 ], [ -76.936448, 38.897474 ], [ -76.936319, 38.897445 ], [ -76.936268, 38.897431 ], [ -76.936239, 38.897424 ], [ -76.936183, 38.897407 ], [ -76.936154, 38.897399 ], [ -76.936072, 38.89737 ], [ -76.935996, 38.89734 ], [ -76.93593, 38.897317 ], [ -76.935862, 38.897289 ], [ -76.935792, 38.897256 ], [ -76.935747, 38.897232 ], [ -76.935703, 38.897206 ], [ -76.935665, 38.897182 ], [ -76.935638, 38.897164 ], [ -76.935598, 38.897139 ], [ -76.935527, 38.897091 ], [ -76.935489, 38.897063 ], [ -76.935431, 38.897017 ], [ -76.935393, 38.896985 ], [ -76.935314, 38.896915 ], [ -76.935282, 38.896884 ], [ -76.935249, 38.89685 ], [ -76.935202, 38.896798 ], [ -76.935154, 38.896737 ], [ -76.935124, 38.896695 ], [ -76.93507, 38.896615 ], [ -76.935024, 38.896536 ], [ -76.934997, 38.896479 ], [ -76.934963, 38.896399 ], [ -76.934947, 38.896357 ], [ -76.934933, 38.896315 ], [ -76.934914, 38.896251 ], [ -76.934899, 38.896186 ], [ -76.934891, 38.896141 ], [ -76.934879, 38.896052 ], [ -76.934875, 38.896011 ], [ -76.93487, 38.89593 ], [ -76.934871, 38.895859 ], [ -76.934873, 38.895824 ], [ -76.934872, 38.895731 ], [ -76.934872, 38.895003 ], [ -76.934875, 38.894553 ], [ -76.934875, 38.89427 ], [ -76.934873, 38.893734 ], [ -76.934874, 38.893584 ], [ -76.934875, 38.89288 ], [ -76.934877, 38.892482 ], [ -76.934877, 38.891888 ], [ -76.934877, 38.891808 ], [ -76.934882, 38.891359 ], [ -76.93488, 38.891013 ], [ -76.93488, 38.890682 ], [ -76.934878, 38.8904 ], [ -76.934878, 38.890286 ], [ -76.934875, 38.889824 ], [ -76.935515, 38.889835 ], [ -76.935701, 38.889843 ], [ -76.936096, 38.889879 ], [ -76.936625, 38.889883 ], [ -76.937287, 38.889893 ], [ -76.937594, 38.889881 ], [ -76.937682, 38.89007 ], [ -76.937829, 38.890333 ], [ -76.937925, 38.89045 ], [ -76.937967, 38.890505 ], [ -76.938042, 38.890599 ], [ -76.938076, 38.890638 ], [ -76.938125, 38.890694 ], [ -76.938224, 38.8908 ], [ -76.938274, 38.890851 ], [ -76.938325, 38.8909 ], [ -76.938431, 38.890997 ], [ -76.938486, 38.891044 ], [ -76.938542, 38.89109 ], [ -76.938657, 38.89118 ], [ -76.938716, 38.891224 ], [ -76.938776, 38.891266 ], [ -76.9389, 38.891349 ], [ -76.939028, 38.891428 ], [ -76.939093, 38.891466 ], [ -76.939206, 38.891527 ], [ -76.93934, 38.891596 ], [ -76.939521, 38.89168 ], [ -76.93959, 38.89171 ], [ -76.93966, 38.891739 ], [ -76.939801, 38.891793 ], [ -76.940009, 38.891879 ], [ -76.940245, 38.891975 ], [ -76.940459, 38.892062 ], [ -76.940873, 38.892232 ], [ -76.940908, 38.892247 ], [ -76.940978, 38.892275 ], [ -76.942419, 38.892866 ], [ -76.942611, 38.892939 ], [ -76.942733, 38.892986 ], [ -76.942899, 38.893043 ], [ -76.942983, 38.89307 ], [ -76.943152, 38.893122 ], [ -76.943322, 38.893171 ], [ -76.943408, 38.893194 ], [ -76.94358, 38.893237 ], [ -76.944118, 38.893351 ], [ -76.94436, 38.893401 ], [ -76.94454, 38.893437 ], [ -76.945383, 38.893608 ], [ -76.945589, 38.893656 ], [ -76.945774, 38.893706 ], [ -76.945866, 38.893733 ], [ -76.946026, 38.893783 ], [ -76.946184, 38.893837 ], [ -76.94634, 38.893895 ], [ -76.946493, 38.893957 ], [ -76.946639, 38.894022 ], [ -76.946721, 38.894058 ], [ -76.946975, 38.894165 ], [ -76.94732, 38.894312 ], [ -76.947911, 38.894562 ], [ -76.948025, 38.894611 ], [ -76.948114, 38.894649 ], [ -76.949021, 38.895058 ], [ -76.94916, 38.895133 ], [ -76.949329, 38.89521 ], [ -76.949362, 38.895219 ], [ -76.951015, 38.89552 ], [ -76.949405, 38.896796 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007804", "name": "Census Tract 78.04, District of Columbia, District of Columbia", "total_population_17": 4121, "white_alone_17": 4.0, "black_alone_17": 3976.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 22.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.522, "pct_black_alone_change": -2.044, "pct_native_alone_change": -0.147, "pct_asian_alone_change": 0.071, "pct_hispanic_or_latino_change": -0.026, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8942107", "INTPTLON": "-076.9313427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.939191, 38.899436 ], [ -76.939189, 38.89973 ], [ -76.939189, 38.900106 ], [ -76.939186, 38.900415 ], [ -76.939189, 38.90056 ], [ -76.938955, 38.900461 ], [ -76.938438, 38.900254 ], [ -76.938107, 38.900117 ], [ -76.937529, 38.899882 ], [ -76.937356, 38.899808 ], [ -76.937157, 38.899729 ], [ -76.937049, 38.899691 ], [ -76.936985, 38.899671 ], [ -76.936856, 38.899625 ], [ -76.936556, 38.899531 ], [ -76.9365, 38.899518 ], [ -76.936323, 38.899467 ], [ -76.936003, 38.899385 ], [ -76.935806, 38.899338 ], [ -76.935577, 38.899291 ], [ -76.935525, 38.899282 ], [ -76.935463, 38.89927 ], [ -76.935381, 38.899256 ], [ -76.935274, 38.899236 ], [ -76.935201, 38.899224 ], [ -76.934414, 38.899085 ], [ -76.933814, 38.898984 ], [ -76.933751, 38.898974 ], [ -76.933756, 38.899725 ], [ -76.93281, 38.899723 ], [ -76.932715, 38.899724 ], [ -76.932466, 38.899725 ], [ -76.932192, 38.899724 ], [ -76.931948, 38.899726 ], [ -76.931905, 38.899728 ], [ -76.93182, 38.899735 ], [ -76.931667, 38.899755 ], [ -76.931422, 38.899807 ], [ -76.931092, 38.899883 ], [ -76.930729, 38.899955 ], [ -76.930571, 38.899983 ], [ -76.930452, 38.899998 ], [ -76.930371, 38.900006 ], [ -76.930213, 38.900017 ], [ -76.930054, 38.900026 ], [ -76.929895, 38.900032 ], [ -76.929842, 38.900033 ], [ -76.929768, 38.900037 ], [ -76.929706, 38.900037 ], [ -76.929588, 38.900034 ], [ -76.929508, 38.900028 ], [ -76.929471, 38.900024 ], [ -76.929315, 38.900016 ], [ -76.929211, 38.900008 ], [ -76.929108, 38.899998 ], [ -76.929056, 38.899992 ], [ -76.928953, 38.899978 ], [ -76.928798, 38.899952 ], [ -76.928643, 38.899923 ], [ -76.928529, 38.899899 ], [ -76.928438, 38.899879 ], [ -76.928309, 38.899844 ], [ -76.928166, 38.899803 ], [ -76.928034, 38.899774 ], [ -76.92781, 38.899745 ], [ -76.927784, 38.899746 ], [ -76.927583, 38.899743 ], [ -76.926873, 38.899741 ], [ -76.926635, 38.899743 ], [ -76.926582, 38.899744 ], [ -76.926272, 38.899741 ], [ -76.925754, 38.899743 ], [ -76.925391, 38.899742 ], [ -76.925144, 38.899747 ], [ -76.925232, 38.899504 ], [ -76.9253, 38.899311 ], [ -76.925415, 38.898993 ], [ -76.925513, 38.898739 ], [ -76.925626, 38.898452 ], [ -76.925671, 38.898348 ], [ -76.925713, 38.898231 ], [ -76.92574, 38.898164 ], [ -76.925819, 38.897952 ], [ -76.925919, 38.897665 ], [ -76.926018, 38.897377 ], [ -76.926058, 38.897257 ], [ -76.926088, 38.89717 ], [ -76.926123, 38.897069 ], [ -76.926138, 38.897023 ], [ -76.926266, 38.896649 ], [ -76.92628, 38.89661 ], [ -76.9263, 38.896549 ], [ -76.926339, 38.896436 ], [ -76.926378, 38.896319 ], [ -76.926563, 38.895814 ], [ -76.926595, 38.895723 ], [ -76.926608, 38.895689 ], [ -76.926746, 38.895303 ], [ -76.927009, 38.894576 ], [ -76.927042, 38.894482 ], [ -76.927336, 38.893669 ], [ -76.927423, 38.893434 ], [ -76.927494, 38.893232 ], [ -76.927602, 38.892936 ], [ -76.927635, 38.892843 ], [ -76.92789, 38.892139 ], [ -76.927934, 38.892003 ], [ -76.927949, 38.891932 ], [ -76.927957, 38.891884 ], [ -76.927961, 38.891844 ], [ -76.927963, 38.891783 ], [ -76.927964, 38.891551 ], [ -76.927963, 38.891298 ], [ -76.927964, 38.891022 ], [ -76.927963, 38.890857 ], [ -76.927964, 38.89078 ], [ -76.927966, 38.890399 ], [ -76.927965, 38.890134 ], [ -76.927966, 38.889966 ], [ -76.927965, 38.88991 ], [ -76.927966, 38.889812 ], [ -76.930054, 38.88982 ], [ -76.930072, 38.88982 ], [ -76.930155, 38.889821 ], [ -76.930391, 38.889824 ], [ -76.930783, 38.889831 ], [ -76.931165, 38.889822 ], [ -76.931828, 38.889814 ], [ -76.93202, 38.889807 ], [ -76.932047, 38.889806 ], [ -76.932772, 38.889815 ], [ -76.934376, 38.889828 ], [ -76.934875, 38.889824 ], [ -76.934878, 38.890286 ], [ -76.934878, 38.8904 ], [ -76.93488, 38.890682 ], [ -76.93488, 38.891013 ], [ -76.934882, 38.891359 ], [ -76.934877, 38.891808 ], [ -76.934877, 38.891888 ], [ -76.934877, 38.892482 ], [ -76.934875, 38.89288 ], [ -76.934874, 38.893584 ], [ -76.934873, 38.893734 ], [ -76.934875, 38.89427 ], [ -76.934875, 38.894553 ], [ -76.934872, 38.895003 ], [ -76.934872, 38.895731 ], [ -76.934873, 38.895824 ], [ -76.934871, 38.895859 ], [ -76.93487, 38.89593 ], [ -76.934875, 38.896011 ], [ -76.934879, 38.896052 ], [ -76.934891, 38.896141 ], [ -76.934899, 38.896186 ], [ -76.934914, 38.896251 ], [ -76.934933, 38.896315 ], [ -76.934947, 38.896357 ], [ -76.934963, 38.896399 ], [ -76.934997, 38.896479 ], [ -76.935024, 38.896536 ], [ -76.93507, 38.896615 ], [ -76.935124, 38.896695 ], [ -76.935154, 38.896737 ], [ -76.935202, 38.896798 ], [ -76.935249, 38.89685 ], [ -76.935282, 38.896884 ], [ -76.935314, 38.896915 ], [ -76.935393, 38.896985 ], [ -76.935431, 38.897017 ], [ -76.935489, 38.897063 ], [ -76.935527, 38.897091 ], [ -76.935598, 38.897139 ], [ -76.935638, 38.897164 ], [ -76.935665, 38.897182 ], [ -76.935703, 38.897206 ], [ -76.935747, 38.897232 ], [ -76.935792, 38.897256 ], [ -76.935862, 38.897289 ], [ -76.93593, 38.897317 ], [ -76.935996, 38.89734 ], [ -76.936072, 38.89737 ], [ -76.936154, 38.897399 ], [ -76.936183, 38.897407 ], [ -76.936239, 38.897424 ], [ -76.936268, 38.897431 ], [ -76.936319, 38.897445 ], [ -76.936448, 38.897474 ], [ -76.936526, 38.897489 ], [ -76.936611, 38.897501 ], [ -76.936603, 38.897525 ], [ -76.936597, 38.89755 ], [ -76.936593, 38.897576 ], [ -76.93659, 38.897626 ], [ -76.936593, 38.897969 ], [ -76.936598, 38.898217 ], [ -76.9366, 38.898265 ], [ -76.936601, 38.898319 ], [ -76.936646, 38.898321 ], [ -76.936683, 38.898324 ], [ -76.936826, 38.898348 ], [ -76.936914, 38.898357 ], [ -76.937029, 38.898364 ], [ -76.937164, 38.898369 ], [ -76.937219, 38.898369 ], [ -76.937246, 38.898368 ], [ -76.938103, 38.898364 ], [ -76.938358, 38.898364 ], [ -76.938599, 38.898365 ], [ -76.93886, 38.898365 ], [ -76.939132, 38.89837 ], [ -76.93919, 38.89837 ], [ -76.93919, 38.89863 ], [ -76.93919, 38.898705 ], [ -76.939191, 38.899058 ], [ -76.939191, 38.899436 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007806", "name": "Census Tract 78.06, District of Columbia, District of Columbia", "total_population_17": 2169, "white_alone_17": 62.0, "black_alone_17": 2104.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 2.483, "pct_black_alone_change": -1.45, "pct_native_alone_change": -0.328, "pct_asian_alone_change": -0.188, "pct_hispanic_or_latino_change": -0.471, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9055926", "INTPTLON": "-076.9325520" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.94286, 38.902045 ], [ -76.94234, 38.902446 ], [ -76.942113, 38.902633 ], [ -76.941749, 38.902918 ], [ -76.940663, 38.903776 ], [ -76.938721, 38.905269 ], [ -76.938649, 38.905326 ], [ -76.937713, 38.906079 ], [ -76.936222, 38.90726 ], [ -76.934741, 38.90841 ], [ -76.933078, 38.909654 ], [ -76.932855, 38.909797 ], [ -76.932494, 38.910007 ], [ -76.931762, 38.910395 ], [ -76.931733, 38.910372 ], [ -76.93169, 38.910338 ], [ -76.931664, 38.910318 ], [ -76.931505, 38.910193 ], [ -76.931408, 38.910116 ], [ -76.931327, 38.910052 ], [ -76.931307, 38.910036 ], [ -76.93097, 38.909778 ], [ -76.93087, 38.909696 ], [ -76.930531, 38.90943 ], [ -76.930443, 38.909361 ], [ -76.930377, 38.90931 ], [ -76.930069, 38.90907 ], [ -76.929719, 38.908793 ], [ -76.929612, 38.908709 ], [ -76.929512, 38.908632 ], [ -76.929365, 38.908517 ], [ -76.929323, 38.908485 ], [ -76.928976, 38.908211 ], [ -76.928882, 38.908138 ], [ -76.928755, 38.908038 ], [ -76.928713, 38.908005 ], [ -76.92864, 38.907947 ], [ -76.928565, 38.907888 ], [ -76.928537, 38.907866 ], [ -76.928517, 38.90785 ], [ -76.928389, 38.907748 ], [ -76.928273, 38.907656 ], [ -76.927907, 38.907378 ], [ -76.927889, 38.907364 ], [ -76.927749, 38.907254 ], [ -76.927694, 38.907214 ], [ -76.92756, 38.907105 ], [ -76.927407, 38.906985 ], [ -76.927118, 38.906757 ], [ -76.926804, 38.90651 ], [ -76.926748, 38.906466 ], [ -76.926488, 38.906261 ], [ -76.926463, 38.906242 ], [ -76.926328, 38.906135 ], [ -76.926297, 38.90611 ], [ -76.926258, 38.90608 ], [ -76.926193, 38.906032 ], [ -76.926168, 38.906012 ], [ -76.926138, 38.905989 ], [ -76.92604, 38.905912 ], [ -76.925745, 38.905678 ], [ -76.925282, 38.905319 ], [ -76.925182, 38.90524 ], [ -76.92511, 38.905182 ], [ -76.925086, 38.905164 ], [ -76.92504, 38.905127 ], [ -76.925008, 38.905103 ], [ -76.924722, 38.904876 ], [ -76.924671, 38.904837 ], [ -76.924572, 38.904759 ], [ -76.924504, 38.904706 ], [ -76.924159, 38.904437 ], [ -76.923728, 38.9041 ], [ -76.923633, 38.904025 ], [ -76.923599, 38.903998 ], [ -76.92397, 38.903932 ], [ -76.924477, 38.903837 ], [ -76.92482, 38.903778 ], [ -76.924962, 38.903755 ], [ -76.925842, 38.903604 ], [ -76.926018, 38.903577 ], [ -76.926194, 38.903554 ], [ -76.926281, 38.903544 ], [ -76.926312, 38.90354 ], [ -76.926416, 38.90353 ], [ -76.92646, 38.903525 ], [ -76.926728, 38.903502 ], [ -76.926868, 38.903493 ], [ -76.927119, 38.903483 ], [ -76.927366, 38.903478 ], [ -76.927686, 38.90348 ], [ -76.927731, 38.903482 ], [ -76.927976, 38.903489 ], [ -76.928205, 38.903497 ], [ -76.928594, 38.903512 ], [ -76.928718, 38.903516 ], [ -76.928859, 38.903522 ], [ -76.929221, 38.903533 ], [ -76.929429, 38.903532 ], [ -76.929533, 38.903529 ], [ -76.92964, 38.903523 ], [ -76.92984, 38.903503 ], [ -76.930018, 38.90348 ], [ -76.930106, 38.903466 ], [ -76.93021, 38.903446 ], [ -76.930313, 38.903424 ], [ -76.930416, 38.9034 ], [ -76.930517, 38.903374 ], [ -76.930624, 38.903345 ], [ -76.930673, 38.90333 ], [ -76.930702, 38.903321 ], [ -76.930956, 38.903237 ], [ -76.931086, 38.903193 ], [ -76.931218, 38.903153 ], [ -76.931351, 38.903115 ], [ -76.931486, 38.903081 ], [ -76.931669, 38.903045 ], [ -76.931804, 38.903022 ], [ -76.931928, 38.903004 ], [ -76.932053, 38.902989 ], [ -76.932178, 38.902978 ], [ -76.932303, 38.90297 ], [ -76.932714, 38.90295 ], [ -76.932805, 38.902945 ], [ -76.933571, 38.902909 ], [ -76.933763, 38.902899 ], [ -76.933874, 38.902894 ], [ -76.93455, 38.90286 ], [ -76.934699, 38.902854 ], [ -76.935068, 38.902837 ], [ -76.935451, 38.902818 ], [ -76.935631, 38.90281 ], [ -76.936069, 38.902789 ], [ -76.936468, 38.902771 ], [ -76.936591, 38.902768 ], [ -76.936661, 38.902766 ], [ -76.936733, 38.902765 ], [ -76.937491, 38.902748 ], [ -76.937592, 38.902748 ], [ -76.937828, 38.902745 ], [ -76.938242, 38.902736 ], [ -76.938354, 38.902736 ], [ -76.93847, 38.902738 ], [ -76.93861, 38.902743 ], [ -76.938698, 38.902748 ], [ -76.938874, 38.90276 ], [ -76.938962, 38.902768 ], [ -76.939174, 38.902785 ], [ -76.940358, 38.902876 ], [ -76.940763, 38.902911 ], [ -76.941026, 38.902932 ], [ -76.941095, 38.902935 ], [ -76.941172, 38.902931 ], [ -76.941232, 38.902924 ], [ -76.941291, 38.902911 ], [ -76.941349, 38.902895 ], [ -76.941404, 38.902874 ], [ -76.941444, 38.902853 ], [ -76.941483, 38.90283 ], [ -76.94152, 38.902806 ], [ -76.941555, 38.902779 ], [ -76.941984, 38.902436 ], [ -76.942207, 38.902255 ], [ -76.942483, 38.902035 ], [ -76.942609, 38.901927 ], [ -76.94286, 38.902045 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007807", "name": "Census Tract 78.07, District of Columbia, District of Columbia", "total_population_17": 2171, "white_alone_17": 16.0, "black_alone_17": 2049.0, "native_alone_17": 0.0, "asian_alone_17": 6.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 86.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.318, "pct_black_alone_change": -3.475, "pct_native_alone_change": -0.209, "pct_asian_alone_change": 0.014, "pct_hispanic_or_latino_change": 2.757, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8985783", "INTPTLON": "-076.9210632" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.926266, 38.896649 ], [ -76.926138, 38.897023 ], [ -76.926123, 38.897069 ], [ -76.926088, 38.89717 ], [ -76.926058, 38.897257 ], [ -76.926018, 38.897377 ], [ -76.925919, 38.897665 ], [ -76.925819, 38.897952 ], [ -76.92574, 38.898164 ], [ -76.925713, 38.898231 ], [ -76.925671, 38.898348 ], [ -76.925626, 38.898452 ], [ -76.925513, 38.898739 ], [ -76.925415, 38.898993 ], [ -76.9253, 38.899311 ], [ -76.925232, 38.899504 ], [ -76.925144, 38.899747 ], [ -76.925091, 38.899891 ], [ -76.925069, 38.899951 ], [ -76.924975, 38.900223 ], [ -76.924866, 38.900525 ], [ -76.924758, 38.900829 ], [ -76.924692, 38.901018 ], [ -76.924664, 38.901095 ], [ -76.924638, 38.901171 ], [ -76.924468, 38.901647 ], [ -76.924281, 38.902176 ], [ -76.924264, 38.902222 ], [ -76.92407, 38.902764 ], [ -76.924028, 38.902885 ], [ -76.923911, 38.903216 ], [ -76.923808, 38.903504 ], [ -76.923688, 38.903847 ], [ -76.923667, 38.903888 ], [ -76.923599, 38.903998 ], [ -76.923546, 38.903957 ], [ -76.923437, 38.903871 ], [ -76.923362, 38.903813 ], [ -76.923134, 38.903631 ], [ -76.922765, 38.903343 ], [ -76.922379, 38.903044 ], [ -76.922284, 38.902968 ], [ -76.922094, 38.902817 ], [ -76.921966, 38.902716 ], [ -76.921683, 38.90249 ], [ -76.921583, 38.902413 ], [ -76.921516, 38.902362 ], [ -76.921442, 38.902305 ], [ -76.92138, 38.902258 ], [ -76.921361, 38.902243 ], [ -76.921099, 38.902037 ], [ -76.921016, 38.901971 ], [ -76.920948, 38.901918 ], [ -76.920857, 38.901846 ], [ -76.920768, 38.901776 ], [ -76.920571, 38.901622 ], [ -76.920272, 38.901389 ], [ -76.920056, 38.90122 ], [ -76.920019, 38.901192 ], [ -76.919946, 38.901137 ], [ -76.919858, 38.90107 ], [ -76.919601, 38.900868 ], [ -76.919547, 38.900825 ], [ -76.91929, 38.90062 ], [ -76.919201, 38.90055 ], [ -76.919123, 38.900487 ], [ -76.91908, 38.900454 ], [ -76.91906, 38.900438 ], [ -76.918972, 38.90037 ], [ -76.918878, 38.900296 ], [ -76.918764, 38.900207 ], [ -76.91849, 38.899992 ], [ -76.918275, 38.899825 ], [ -76.918197, 38.899764 ], [ -76.918067, 38.899662 ], [ -76.918012, 38.899619 ], [ -76.917959, 38.899577 ], [ -76.917784, 38.89944 ], [ -76.917764, 38.899424 ], [ -76.917695, 38.89937 ], [ -76.917572, 38.899275 ], [ -76.917538, 38.899248 ], [ -76.917504, 38.89922 ], [ -76.91747, 38.899193 ], [ -76.917429, 38.89916 ], [ -76.917387, 38.899127 ], [ -76.917346, 38.899094 ], [ -76.917304, 38.899062 ], [ -76.917262, 38.899029 ], [ -76.91722, 38.898996 ], [ -76.917186, 38.89897 ], [ -76.917151, 38.898944 ], [ -76.917142, 38.898937 ], [ -76.917117, 38.898917 ], [ -76.916984, 38.898812 ], [ -76.916726, 38.898608 ], [ -76.916481, 38.898414 ], [ -76.916047, 38.898077 ], [ -76.915931, 38.897987 ], [ -76.915648, 38.897766 ], [ -76.915612, 38.897738 ], [ -76.915226, 38.897436 ], [ -76.915104, 38.89734 ], [ -76.915033, 38.897285 ], [ -76.915009, 38.897267 ], [ -76.914941, 38.897213 ], [ -76.914893, 38.897175 ], [ -76.914502, 38.896867 ], [ -76.914113, 38.896562 ], [ -76.913838, 38.896348 ], [ -76.913779, 38.896303 ], [ -76.913544, 38.896116 ], [ -76.913496, 38.896078 ], [ -76.913415, 38.896015 ], [ -76.913503, 38.895953 ], [ -76.913597, 38.895885 ], [ -76.913619, 38.895866 ], [ -76.913637, 38.895845 ], [ -76.913657, 38.895812 ], [ -76.913774, 38.895811 ], [ -76.913966, 38.895805 ], [ -76.91415, 38.895805 ], [ -76.914846, 38.895818 ], [ -76.915033, 38.895818 ], [ -76.915127, 38.895817 ], [ -76.915628, 38.895816 ], [ -76.915945, 38.895817 ], [ -76.916292, 38.895817 ], [ -76.91641, 38.895815 ], [ -76.916514, 38.895813 ], [ -76.916838, 38.895811 ], [ -76.917062, 38.895808 ], [ -76.917342, 38.895809 ], [ -76.917779, 38.895813 ], [ -76.917899, 38.895814 ], [ -76.918139, 38.895812 ], [ -76.918429, 38.895814 ], [ -76.918785, 38.895811 ], [ -76.919149, 38.895811 ], [ -76.920011, 38.895809 ], [ -76.920513, 38.895806 ], [ -76.920619, 38.895806 ], [ -76.92092, 38.895804 ], [ -76.921079, 38.895802 ], [ -76.92156, 38.895804 ], [ -76.92176, 38.895804 ], [ -76.921892, 38.895805 ], [ -76.922001, 38.895805 ], [ -76.922088, 38.895806 ], [ -76.922466, 38.895804 ], [ -76.92278, 38.895806 ], [ -76.923093, 38.895809 ], [ -76.923904, 38.895812 ], [ -76.924107, 38.895811 ], [ -76.924232, 38.895813 ], [ -76.924283, 38.895823 ], [ -76.924326, 38.895833 ], [ -76.924348, 38.895838 ], [ -76.924386, 38.895848 ], [ -76.924505, 38.895877 ], [ -76.924544, 38.895888 ], [ -76.924572, 38.895897 ], [ -76.925058, 38.895903 ], [ -76.925133, 38.895897 ], [ -76.925235, 38.89596 ], [ -76.92532, 38.896011 ], [ -76.925404, 38.896068 ], [ -76.925529, 38.896138 ], [ -76.925603, 38.896172 ], [ -76.925646, 38.896199 ], [ -76.925701, 38.896273 ], [ -76.925749, 38.896309 ], [ -76.925822, 38.896343 ], [ -76.925968, 38.896414 ], [ -76.926019, 38.896445 ], [ -76.926079, 38.896489 ], [ -76.926188, 38.896558 ], [ -76.92628, 38.89661 ], [ -76.926266, 38.896649 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007808", "name": "Census Tract 78.08, District of Columbia, District of Columbia", "total_population_17": 3949, "white_alone_17": 0.0, "black_alone_17": 3804.0, "native_alone_17": 0.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 105.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.548, "pct_black_alone_change": -2.077, "pct_native_alone_change": -0.174, "pct_asian_alone_change": 0.103, "pct_hispanic_or_latino_change": 1.936, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8922212", "INTPTLON": "-076.9192026" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.927965, 38.88991 ], [ -76.927966, 38.889966 ], [ -76.927965, 38.890134 ], [ -76.927966, 38.890399 ], [ -76.927964, 38.89078 ], [ -76.927963, 38.890857 ], [ -76.927964, 38.891022 ], [ -76.927963, 38.891298 ], [ -76.927964, 38.891551 ], [ -76.927963, 38.891783 ], [ -76.927961, 38.891844 ], [ -76.927957, 38.891884 ], [ -76.927949, 38.891932 ], [ -76.927934, 38.892003 ], [ -76.92789, 38.892139 ], [ -76.927635, 38.892843 ], [ -76.927602, 38.892936 ], [ -76.927494, 38.893232 ], [ -76.927423, 38.893434 ], [ -76.927336, 38.893669 ], [ -76.927042, 38.894482 ], [ -76.927009, 38.894576 ], [ -76.926746, 38.895303 ], [ -76.926608, 38.895689 ], [ -76.926595, 38.895723 ], [ -76.926563, 38.895814 ], [ -76.926378, 38.896319 ], [ -76.926339, 38.896436 ], [ -76.9263, 38.896549 ], [ -76.92628, 38.89661 ], [ -76.926188, 38.896558 ], [ -76.926079, 38.896489 ], [ -76.926019, 38.896445 ], [ -76.925968, 38.896414 ], [ -76.925822, 38.896343 ], [ -76.925749, 38.896309 ], [ -76.925701, 38.896273 ], [ -76.925646, 38.896199 ], [ -76.925603, 38.896172 ], [ -76.925529, 38.896138 ], [ -76.925404, 38.896068 ], [ -76.92532, 38.896011 ], [ -76.925235, 38.89596 ], [ -76.925133, 38.895897 ], [ -76.925058, 38.895903 ], [ -76.924572, 38.895897 ], [ -76.924544, 38.895888 ], [ -76.924505, 38.895877 ], [ -76.924386, 38.895848 ], [ -76.924348, 38.895838 ], [ -76.924326, 38.895833 ], [ -76.924283, 38.895823 ], [ -76.924232, 38.895813 ], [ -76.924107, 38.895811 ], [ -76.923904, 38.895812 ], [ -76.923093, 38.895809 ], [ -76.92278, 38.895806 ], [ -76.922466, 38.895804 ], [ -76.922088, 38.895806 ], [ -76.922001, 38.895805 ], [ -76.921892, 38.895805 ], [ -76.92176, 38.895804 ], [ -76.92156, 38.895804 ], [ -76.921079, 38.895802 ], [ -76.92092, 38.895804 ], [ -76.920619, 38.895806 ], [ -76.920513, 38.895806 ], [ -76.920011, 38.895809 ], [ -76.919149, 38.895811 ], [ -76.918785, 38.895811 ], [ -76.918429, 38.895814 ], [ -76.918139, 38.895812 ], [ -76.917899, 38.895814 ], [ -76.917779, 38.895813 ], [ -76.917342, 38.895809 ], [ -76.917062, 38.895808 ], [ -76.916838, 38.895811 ], [ -76.916514, 38.895813 ], [ -76.91641, 38.895815 ], [ -76.916292, 38.895817 ], [ -76.915945, 38.895817 ], [ -76.915628, 38.895816 ], [ -76.915127, 38.895817 ], [ -76.915033, 38.895818 ], [ -76.914846, 38.895818 ], [ -76.91415, 38.895805 ], [ -76.913966, 38.895805 ], [ -76.913774, 38.895811 ], [ -76.913657, 38.895812 ], [ -76.913637, 38.895845 ], [ -76.913619, 38.895866 ], [ -76.913597, 38.895885 ], [ -76.913503, 38.895953 ], [ -76.913415, 38.896015 ], [ -76.913318, 38.895938 ], [ -76.913253, 38.895888 ], [ -76.913156, 38.895811 ], [ -76.912978, 38.89567 ], [ -76.912868, 38.895584 ], [ -76.912781, 38.895516 ], [ -76.912719, 38.895467 ], [ -76.912693, 38.895447 ], [ -76.912453, 38.895259 ], [ -76.912417, 38.895231 ], [ -76.912293, 38.895135 ], [ -76.911872, 38.894817 ], [ -76.911485, 38.894525 ], [ -76.911412, 38.894471 ], [ -76.911329, 38.894406 ], [ -76.911283, 38.89437 ], [ -76.911221, 38.894321 ], [ -76.911083, 38.894218 ], [ -76.910952, 38.894113 ], [ -76.910927, 38.894093 ], [ -76.910885, 38.89406 ], [ -76.910822, 38.894009 ], [ -76.910702, 38.893912 ], [ -76.910502, 38.89375 ], [ -76.909581, 38.893005 ], [ -76.909393, 38.892852 ], [ -76.909648, 38.892645 ], [ -76.910524, 38.891935 ], [ -76.910549, 38.891914 ], [ -76.910736, 38.891786 ], [ -76.911143, 38.891499 ], [ -76.911759, 38.891017 ], [ -76.911815, 38.890974 ], [ -76.91192, 38.890891 ], [ -76.912068, 38.890777 ], [ -76.912339, 38.89057 ], [ -76.912407, 38.890514 ], [ -76.912491, 38.890448 ], [ -76.912688, 38.890296 ], [ -76.912784, 38.890222 ], [ -76.912809, 38.8902 ], [ -76.912926, 38.890113 ], [ -76.913012, 38.890043 ], [ -76.91316, 38.889931 ], [ -76.913194, 38.889901 ], [ -76.913328, 38.889796 ], [ -76.913498, 38.889793 ], [ -76.913669, 38.889788 ], [ -76.913794, 38.889791 ], [ -76.914036, 38.88979 ], [ -76.91417, 38.889789 ], [ -76.914388, 38.88979 ], [ -76.91461, 38.889791 ], [ -76.914721, 38.88979 ], [ -76.915559, 38.889793 ], [ -76.915718, 38.889793 ], [ -76.916167, 38.889793 ], [ -76.916681, 38.889795 ], [ -76.917245, 38.889798 ], [ -76.917623, 38.889799 ], [ -76.917785, 38.8898 ], [ -76.919416, 38.889817 ], [ -76.920707, 38.889817 ], [ -76.922909, 38.889802 ], [ -76.923953, 38.889813 ], [ -76.925005, 38.889818 ], [ -76.926055, 38.889814 ], [ -76.926174, 38.889811 ], [ -76.92717, 38.88981 ], [ -76.927966, 38.889812 ], [ -76.927965, 38.88991 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007809", "name": "Census Tract 78.09, District of Columbia, District of Columbia", "total_population_17": 3521, "white_alone_17": 16.0, "black_alone_17": 3323.0, "native_alone_17": 0.0, "asian_alone_17": 33.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 99.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.708, "pct_black_alone_change": -3.111, "pct_native_alone_change": -0.15, "pct_asian_alone_change": 0.9, "pct_hispanic_or_latino_change": 1.65, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9015402", "INTPTLON": "-076.9321955" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.942483, 38.902035 ], [ -76.942207, 38.902255 ], [ -76.941984, 38.902436 ], [ -76.941555, 38.902779 ], [ -76.94152, 38.902806 ], [ -76.941483, 38.90283 ], [ -76.941444, 38.902853 ], [ -76.941404, 38.902874 ], [ -76.941349, 38.902895 ], [ -76.941291, 38.902911 ], [ -76.941232, 38.902924 ], [ -76.941172, 38.902931 ], [ -76.941095, 38.902935 ], [ -76.941026, 38.902932 ], [ -76.940763, 38.902911 ], [ -76.940358, 38.902876 ], [ -76.939174, 38.902785 ], [ -76.938962, 38.902768 ], [ -76.938874, 38.90276 ], [ -76.938698, 38.902748 ], [ -76.93861, 38.902743 ], [ -76.93847, 38.902738 ], [ -76.938354, 38.902736 ], [ -76.938242, 38.902736 ], [ -76.937828, 38.902745 ], [ -76.937592, 38.902748 ], [ -76.937491, 38.902748 ], [ -76.936733, 38.902765 ], [ -76.936661, 38.902766 ], [ -76.936591, 38.902768 ], [ -76.936468, 38.902771 ], [ -76.936069, 38.902789 ], [ -76.935631, 38.90281 ], [ -76.935451, 38.902818 ], [ -76.935068, 38.902837 ], [ -76.934699, 38.902854 ], [ -76.93455, 38.90286 ], [ -76.933874, 38.902894 ], [ -76.933763, 38.902899 ], [ -76.933571, 38.902909 ], [ -76.932805, 38.902945 ], [ -76.932714, 38.90295 ], [ -76.932303, 38.90297 ], [ -76.932178, 38.902978 ], [ -76.932053, 38.902989 ], [ -76.931928, 38.903004 ], [ -76.931804, 38.903022 ], [ -76.931669, 38.903045 ], [ -76.931486, 38.903081 ], [ -76.931351, 38.903115 ], [ -76.931218, 38.903153 ], [ -76.931086, 38.903193 ], [ -76.930956, 38.903237 ], [ -76.930702, 38.903321 ], [ -76.930673, 38.90333 ], [ -76.930624, 38.903345 ], [ -76.930517, 38.903374 ], [ -76.930416, 38.9034 ], [ -76.930313, 38.903424 ], [ -76.93021, 38.903446 ], [ -76.930106, 38.903466 ], [ -76.930018, 38.90348 ], [ -76.92984, 38.903503 ], [ -76.92964, 38.903523 ], [ -76.929533, 38.903529 ], [ -76.929429, 38.903532 ], [ -76.929221, 38.903533 ], [ -76.928859, 38.903522 ], [ -76.928718, 38.903516 ], [ -76.928594, 38.903512 ], [ -76.928205, 38.903497 ], [ -76.927976, 38.903489 ], [ -76.927731, 38.903482 ], [ -76.927686, 38.90348 ], [ -76.927366, 38.903478 ], [ -76.927119, 38.903483 ], [ -76.926868, 38.903493 ], [ -76.926728, 38.903502 ], [ -76.92646, 38.903525 ], [ -76.926416, 38.90353 ], [ -76.926312, 38.90354 ], [ -76.926281, 38.903544 ], [ -76.926194, 38.903554 ], [ -76.926018, 38.903577 ], [ -76.925842, 38.903604 ], [ -76.924962, 38.903755 ], [ -76.92482, 38.903778 ], [ -76.924477, 38.903837 ], [ -76.92397, 38.903932 ], [ -76.923599, 38.903998 ], [ -76.923667, 38.903888 ], [ -76.923688, 38.903847 ], [ -76.923808, 38.903504 ], [ -76.923911, 38.903216 ], [ -76.924028, 38.902885 ], [ -76.92407, 38.902764 ], [ -76.924264, 38.902222 ], [ -76.924281, 38.902176 ], [ -76.924468, 38.901647 ], [ -76.924638, 38.901171 ], [ -76.924664, 38.901095 ], [ -76.924692, 38.901018 ], [ -76.924758, 38.900829 ], [ -76.924866, 38.900525 ], [ -76.924975, 38.900223 ], [ -76.925069, 38.899951 ], [ -76.925091, 38.899891 ], [ -76.925144, 38.899747 ], [ -76.925391, 38.899742 ], [ -76.925754, 38.899743 ], [ -76.926272, 38.899741 ], [ -76.926582, 38.899744 ], [ -76.926635, 38.899743 ], [ -76.926873, 38.899741 ], [ -76.927583, 38.899743 ], [ -76.927784, 38.899746 ], [ -76.92781, 38.899745 ], [ -76.928034, 38.899774 ], [ -76.928166, 38.899803 ], [ -76.928309, 38.899844 ], [ -76.928438, 38.899879 ], [ -76.928529, 38.899899 ], [ -76.928643, 38.899923 ], [ -76.928798, 38.899952 ], [ -76.928953, 38.899978 ], [ -76.929056, 38.899992 ], [ -76.929108, 38.899998 ], [ -76.929211, 38.900008 ], [ -76.929315, 38.900016 ], [ -76.929471, 38.900024 ], [ -76.929508, 38.900028 ], [ -76.929588, 38.900034 ], [ -76.929706, 38.900037 ], [ -76.929768, 38.900037 ], [ -76.929842, 38.900033 ], [ -76.929895, 38.900032 ], [ -76.930054, 38.900026 ], [ -76.930213, 38.900017 ], [ -76.930371, 38.900006 ], [ -76.930452, 38.899998 ], [ -76.930571, 38.899983 ], [ -76.930729, 38.899955 ], [ -76.931092, 38.899883 ], [ -76.931422, 38.899807 ], [ -76.931667, 38.899755 ], [ -76.93182, 38.899735 ], [ -76.931905, 38.899728 ], [ -76.931948, 38.899726 ], [ -76.932192, 38.899724 ], [ -76.932466, 38.899725 ], [ -76.932715, 38.899724 ], [ -76.93281, 38.899723 ], [ -76.933756, 38.899725 ], [ -76.933751, 38.898974 ], [ -76.933814, 38.898984 ], [ -76.934414, 38.899085 ], [ -76.935201, 38.899224 ], [ -76.935274, 38.899236 ], [ -76.935381, 38.899256 ], [ -76.935463, 38.89927 ], [ -76.935525, 38.899282 ], [ -76.935577, 38.899291 ], [ -76.935806, 38.899338 ], [ -76.936003, 38.899385 ], [ -76.936323, 38.899467 ], [ -76.9365, 38.899518 ], [ -76.936556, 38.899531 ], [ -76.936856, 38.899625 ], [ -76.936985, 38.899671 ], [ -76.937049, 38.899691 ], [ -76.937157, 38.899729 ], [ -76.937356, 38.899808 ], [ -76.937529, 38.899882 ], [ -76.938107, 38.900117 ], [ -76.938438, 38.900254 ], [ -76.938955, 38.900461 ], [ -76.939189, 38.90056 ], [ -76.939398, 38.900648 ], [ -76.941046, 38.901318 ], [ -76.941404, 38.901465 ], [ -76.94148, 38.901497 ], [ -76.941552, 38.901525 ], [ -76.941621, 38.901554 ], [ -76.941696, 38.90158 ], [ -76.941874, 38.901635 ], [ -76.941944, 38.901655 ], [ -76.942018, 38.901681 ], [ -76.942187, 38.901749 ], [ -76.942303, 38.901797 ], [ -76.942435, 38.90185 ], [ -76.942609, 38.901927 ], [ -76.942483, 38.902035 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007901", "name": "Census Tract 79.01, District of Columbia, District of Columbia", "total_population_17": 4078, "white_alone_17": 950.0, "black_alone_17": 2764.0, "native_alone_17": 40.0, "asian_alone_17": 22.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 156.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 22.698, "pct_black_alone_change": -29.613, "pct_native_alone_change": 0.818, "pct_asian_alone_change": 0.186, "pct_hispanic_or_latino_change": 2.412, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8965543", "INTPTLON": "-076.9804319" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.983653, 38.897692 ], [ -76.983644, 38.897977 ], [ -76.983646, 38.89843 ], [ -76.983646, 38.898852 ], [ -76.983612, 38.89966 ], [ -76.983596, 38.90001 ], [ -76.983494, 38.900061 ], [ -76.983256, 38.900181 ], [ -76.981466, 38.899863 ], [ -76.979273, 38.899477 ], [ -76.977506, 38.899164 ], [ -76.976598, 38.899009 ], [ -76.976271, 38.898954 ], [ -76.976239, 38.898949 ], [ -76.976412, 38.898859 ], [ -76.976491, 38.898818 ], [ -76.976522, 38.898723 ], [ -76.976623, 38.898385 ], [ -76.976746, 38.897939 ], [ -76.976844, 38.897613 ], [ -76.976949, 38.897234 ], [ -76.977042, 38.896923 ], [ -76.977061, 38.896853 ], [ -76.977135, 38.896588 ], [ -76.97725, 38.896202 ], [ -76.977257, 38.896164 ], [ -76.977257, 38.896116 ], [ -76.977257, 38.895519 ], [ -76.977255, 38.895204 ], [ -76.977259, 38.894856 ], [ -76.977259, 38.894777 ], [ -76.977258, 38.894702 ], [ -76.977257, 38.894408 ], [ -76.977255, 38.894147 ], [ -76.977259, 38.893301 ], [ -76.978127, 38.8933 ], [ -76.978994, 38.893323 ], [ -76.979869, 38.893327 ], [ -76.980764, 38.893337 ], [ -76.98129, 38.893336 ], [ -76.982213, 38.893325 ], [ -76.982647, 38.893315 ], [ -76.982749, 38.893315 ], [ -76.9829, 38.893318 ], [ -76.983001, 38.893323 ], [ -76.983052, 38.893327 ], [ -76.983096, 38.893332 ], [ -76.983184, 38.893346 ], [ -76.983228, 38.893355 ], [ -76.983314, 38.893375 ], [ -76.983356, 38.893387 ], [ -76.98344, 38.893413 ], [ -76.983481, 38.893428 ], [ -76.983526, 38.893448 ], [ -76.983566, 38.893467 ], [ -76.983648, 38.893504 ], [ -76.983648, 38.893617 ], [ -76.983647, 38.893645 ], [ -76.983646, 38.893997 ], [ -76.983646, 38.894433 ], [ -76.983647, 38.894703 ], [ -76.983648, 38.894783 ], [ -76.983645, 38.895396 ], [ -76.983644, 38.895463 ], [ -76.983648, 38.896112 ], [ -76.983649, 38.896301 ], [ -76.983644, 38.896667 ], [ -76.983643, 38.89675 ], [ -76.983644, 38.897167 ], [ -76.983647, 38.897326 ], [ -76.983649, 38.897492 ], [ -76.983653, 38.897692 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001007903", "name": "Census Tract 79.03, District of Columbia, District of Columbia", "total_population_17": 1971, "white_alone_17": 397.0, "black_alone_17": 1433.0, "native_alone_17": 0.0, "asian_alone_17": 30.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 53.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 19.218, "pct_black_alone_change": -23.981, "pct_native_alone_change": -0.163, "pct_asian_alone_change": 1.522, "pct_hispanic_or_latino_change": 0.569, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8964252", "INTPTLON": "-076.9743021" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.977255, 38.894147 ], [ -76.977257, 38.894408 ], [ -76.977258, 38.894702 ], [ -76.977259, 38.894777 ], [ -76.977259, 38.894856 ], [ -76.977255, 38.895204 ], [ -76.977257, 38.895519 ], [ -76.977257, 38.896116 ], [ -76.977257, 38.896164 ], [ -76.97725, 38.896202 ], [ -76.977135, 38.896588 ], [ -76.977061, 38.896853 ], [ -76.977042, 38.896923 ], [ -76.976949, 38.897234 ], [ -76.976844, 38.897613 ], [ -76.976746, 38.897939 ], [ -76.976623, 38.898385 ], [ -76.976522, 38.898723 ], [ -76.976491, 38.898818 ], [ -76.976412, 38.898859 ], [ -76.976239, 38.898949 ], [ -76.975453, 38.898803 ], [ -76.974173, 38.898587 ], [ -76.973051, 38.898383 ], [ -76.972144, 38.898233 ], [ -76.971233, 38.898064 ], [ -76.970385, 38.897925 ], [ -76.969464, 38.897769 ], [ -76.969505, 38.897632 ], [ -76.969526, 38.897606 ], [ -76.969581, 38.897539 ], [ -76.97069, 38.896288 ], [ -76.970968, 38.895997 ], [ -76.971027, 38.895948 ], [ -76.97109, 38.895901 ], [ -76.971156, 38.895857 ], [ -76.971224, 38.895816 ], [ -76.971295, 38.895777 ], [ -76.971338, 38.895756 ], [ -76.971382, 38.895736 ], [ -76.971402, 38.895726 ], [ -76.971453, 38.895702 ], [ -76.971507, 38.89568 ], [ -76.971615, 38.895639 ], [ -76.971727, 38.895604 ], [ -76.971842, 38.895575 ], [ -76.972986, 38.895269 ], [ -76.973091, 38.89524 ], [ -76.973603, 38.895102 ], [ -76.973683, 38.895079 ], [ -76.973762, 38.895053 ], [ -76.97384, 38.895026 ], [ -76.973901, 38.895003 ], [ -76.97396, 38.894978 ], [ -76.974009, 38.894957 ], [ -76.974131, 38.894898 ], [ -76.974194, 38.894866 ], [ -76.974255, 38.894832 ], [ -76.974362, 38.894763 ], [ -76.974408, 38.89473 ], [ -76.974459, 38.894694 ], [ -76.974508, 38.894655 ], [ -76.974567, 38.894605 ], [ -76.974624, 38.894554 ], [ -76.974705, 38.894472 ], [ -76.974766, 38.894404 ], [ -76.974823, 38.894334 ], [ -76.974877, 38.894262 ], [ -76.974899, 38.89423 ], [ -76.974942, 38.894164 ], [ -76.974966, 38.894121 ], [ -76.975006, 38.89404 ], [ -76.975038, 38.893966 ], [ -76.975053, 38.893928 ], [ -76.975085, 38.893835 ], [ -76.97511, 38.89374 ], [ -76.975121, 38.893692 ], [ -76.97513, 38.893644 ], [ -76.975136, 38.893602 ], [ -76.975142, 38.893577 ], [ -76.975146, 38.893553 ], [ -76.975149, 38.893528 ], [ -76.975151, 38.893475 ], [ -76.975152, 38.893295 ], [ -76.975428, 38.893298 ], [ -76.975741, 38.8933 ], [ -76.976225, 38.8933 ], [ -76.977259, 38.893301 ], [ -76.977255, 38.894147 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008001", "name": "Census Tract 80.01, District of Columbia, District of Columbia", "total_population_17": 3125, "white_alone_17": 2000.0, "black_alone_17": 779.0, "native_alone_17": 0.0, "asian_alone_17": 106.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 93.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 51.936, "pct_black_alone_change": -59.983, "pct_native_alone_change": -0.272, "pct_asian_alone_change": 2.267, "pct_hispanic_or_latino_change": 1.386, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8961726", "INTPTLON": "-076.9866524" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.99025, 38.897307 ], [ -76.988305, 38.898095 ], [ -76.987034, 38.898616 ], [ -76.986517, 38.898827 ], [ -76.986352, 38.898898 ], [ -76.986133, 38.898992 ], [ -76.985504, 38.899232 ], [ -76.985268, 38.899331 ], [ -76.984055, 38.899809 ], [ -76.983626, 38.899997 ], [ -76.983596, 38.90001 ], [ -76.983612, 38.89966 ], [ -76.983646, 38.898852 ], [ -76.983646, 38.89843 ], [ -76.983644, 38.897977 ], [ -76.983653, 38.897692 ], [ -76.983649, 38.897492 ], [ -76.983647, 38.897326 ], [ -76.983644, 38.897167 ], [ -76.983643, 38.89675 ], [ -76.983644, 38.896667 ], [ -76.983649, 38.896301 ], [ -76.983648, 38.896112 ], [ -76.983644, 38.895463 ], [ -76.983645, 38.895396 ], [ -76.983648, 38.894783 ], [ -76.983647, 38.894703 ], [ -76.983646, 38.894433 ], [ -76.983646, 38.893997 ], [ -76.983647, 38.893645 ], [ -76.983648, 38.893617 ], [ -76.983648, 38.893504 ], [ -76.983674, 38.893515 ], [ -76.983751, 38.89355 ], [ -76.983942, 38.893569 ], [ -76.98422, 38.893573 ], [ -76.984571, 38.893574 ], [ -76.985509, 38.893575 ], [ -76.986383, 38.893574 ], [ -76.986478, 38.893573 ], [ -76.986895, 38.893573 ], [ -76.98711, 38.893574 ], [ -76.988311, 38.893575 ], [ -76.988428, 38.893575 ], [ -76.988518, 38.893576 ], [ -76.989261, 38.893575 ], [ -76.990241, 38.893574 ], [ -76.990241, 38.893719 ], [ -76.990245, 38.894529 ], [ -76.990244, 38.894784 ], [ -76.990243, 38.895073 ], [ -76.990245, 38.895435 ], [ -76.990247, 38.895647 ], [ -76.990243, 38.896046 ], [ -76.990244, 38.896116 ], [ -76.99025, 38.897307 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008002", "name": "Census Tract 80.02, District of Columbia, District of Columbia", "total_population_17": 3470, "white_alone_17": 2047.0, "black_alone_17": 1004.0, "native_alone_17": 0.0, "asian_alone_17": 79.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 288.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 34.281, "pct_black_alone_change": -43.199, "pct_native_alone_change": -0.354, "pct_asian_alone_change": 1.311, "pct_hispanic_or_latino_change": 6.754, "pct_native_hawaiian_pacific_islander_change": -0.064, "INTPTLAT": "+38.8915403", "INTPTLON": "-076.9827594" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.991533, 38.889805 ], [ -76.991531, 38.890122 ], [ -76.991531, 38.890366 ], [ -76.991437, 38.890369 ], [ -76.990953, 38.890373 ], [ -76.99024, 38.890375 ], [ -76.990245, 38.890964 ], [ -76.990245, 38.891135 ], [ -76.990247, 38.891936 ], [ -76.990246, 38.892012 ], [ -76.990245, 38.892341 ], [ -76.990245, 38.892801 ], [ -76.990245, 38.893041 ], [ -76.990241, 38.893574 ], [ -76.989261, 38.893575 ], [ -76.988518, 38.893576 ], [ -76.988428, 38.893575 ], [ -76.988311, 38.893575 ], [ -76.98711, 38.893574 ], [ -76.986895, 38.893573 ], [ -76.986478, 38.893573 ], [ -76.986383, 38.893574 ], [ -76.985509, 38.893575 ], [ -76.984571, 38.893574 ], [ -76.98422, 38.893573 ], [ -76.983942, 38.893569 ], [ -76.983751, 38.89355 ], [ -76.983674, 38.893515 ], [ -76.983648, 38.893504 ], [ -76.983566, 38.893467 ], [ -76.983526, 38.893448 ], [ -76.983481, 38.893428 ], [ -76.98344, 38.893413 ], [ -76.983356, 38.893387 ], [ -76.983314, 38.893375 ], [ -76.983228, 38.893355 ], [ -76.983184, 38.893346 ], [ -76.983096, 38.893332 ], [ -76.983052, 38.893327 ], [ -76.983001, 38.893323 ], [ -76.9829, 38.893318 ], [ -76.982749, 38.893315 ], [ -76.982647, 38.893315 ], [ -76.982213, 38.893325 ], [ -76.98129, 38.893336 ], [ -76.980764, 38.893337 ], [ -76.979869, 38.893327 ], [ -76.978994, 38.893323 ], [ -76.978127, 38.8933 ], [ -76.977259, 38.893301 ], [ -76.976225, 38.8933 ], [ -76.975741, 38.8933 ], [ -76.975428, 38.893298 ], [ -76.975152, 38.893295 ], [ -76.975091, 38.893138 ], [ -76.975031, 38.893121 ], [ -76.974996, 38.893107 ], [ -76.974962, 38.893092 ], [ -76.974895, 38.89306 ], [ -76.974863, 38.893043 ], [ -76.974786, 38.893005 ], [ -76.974711, 38.892963 ], [ -76.97464, 38.892918 ], [ -76.974572, 38.892869 ], [ -76.974507, 38.892817 ], [ -76.974436, 38.892754 ], [ -76.974398, 38.892717 ], [ -76.974362, 38.892679 ], [ -76.974295, 38.892599 ], [ -76.974265, 38.892558 ], [ -76.974236, 38.892516 ], [ -76.974209, 38.892473 ], [ -76.974184, 38.89243 ], [ -76.974162, 38.892386 ], [ -76.974142, 38.892343 ], [ -76.974124, 38.892301 ], [ -76.974089, 38.892215 ], [ -76.974058, 38.892128 ], [ -76.97403, 38.892041 ], [ -76.974017, 38.891997 ], [ -76.973977, 38.891846 ], [ -76.973964, 38.891792 ], [ -76.97394, 38.891685 ], [ -76.973908, 38.891523 ], [ -76.973883, 38.891371 ], [ -76.973871, 38.891282 ], [ -76.973861, 38.891193 ], [ -76.973853, 38.891104 ], [ -76.973842, 38.890952 ], [ -76.973836, 38.890582 ], [ -76.973854, 38.890512 ], [ -76.973866, 38.890478 ], [ -76.97388, 38.890444 ], [ -76.973896, 38.89041 ], [ -76.97391, 38.890386 ], [ -76.973926, 38.890362 ], [ -76.973944, 38.89034 ], [ -76.973964, 38.890318 ], [ -76.973985, 38.890297 ], [ -76.974012, 38.890276 ], [ -76.974045, 38.890254 ], [ -76.974112, 38.890214 ], [ -76.974184, 38.890176 ], [ -76.974222, 38.890158 ], [ -76.974273, 38.890138 ], [ -76.974308, 38.890128 ], [ -76.974347, 38.890119 ], [ -76.974388, 38.890112 ], [ -76.974458, 38.890109 ], [ -76.974641, 38.890111 ], [ -76.974851, 38.890112 ], [ -76.975363, 38.890112 ], [ -76.97625, 38.890116 ], [ -76.976281, 38.890114 ], [ -76.97631, 38.89011 ], [ -76.97634, 38.890104 ], [ -76.976405, 38.890085 ], [ -76.976468, 38.89006 ], [ -76.976507, 38.890041 ], [ -76.976546, 38.890017 ], [ -76.976605, 38.889979 ], [ -76.976651, 38.889953 ], [ -76.976723, 38.88992 ], [ -76.976748, 38.889911 ], [ -76.9768, 38.889895 ], [ -76.976841, 38.889885 ], [ -76.976882, 38.889877 ], [ -76.976925, 38.88987 ], [ -76.976967, 38.889866 ], [ -76.97701, 38.889863 ], [ -76.977257, 38.889798 ], [ -76.97854, 38.8898 ], [ -76.978992, 38.8898 ], [ -76.980764, 38.8898 ], [ -76.982216, 38.8898 ], [ -76.982998, 38.889802 ], [ -76.98334, 38.889801 ], [ -76.983645, 38.889801 ], [ -76.985506, 38.889803 ], [ -76.985625, 38.889802 ], [ -76.98744, 38.889802 ], [ -76.987878, 38.889803 ], [ -76.98832, 38.889795 ], [ -76.988321, 38.889761 ], [ -76.988316, 38.889243 ], [ -76.988949, 38.88924 ], [ -76.989765, 38.889233 ], [ -76.989956, 38.889231 ], [ -76.990124, 38.889231 ], [ -76.990236, 38.88923 ], [ -76.991392, 38.889227 ], [ -76.991416, 38.889226 ], [ -76.991544, 38.889226 ], [ -76.991533, 38.889805 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008100", "name": "Census Tract 81, District of Columbia, District of Columbia", "total_population_17": 3286, "white_alone_17": 2493.0, "black_alone_17": 315.0, "native_alone_17": 7.0, "asian_alone_17": 92.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 276.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 16.073, "pct_black_alone_change": -24.169, "pct_native_alone_change": -0.262, "pct_asian_alone_change": 0.742, "pct_hispanic_or_latino_change": 5.431, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8931710", "INTPTLON": "-076.9925272" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994969, 38.890935 ], [ -76.994967, 38.890989 ], [ -76.994967, 38.891017 ], [ -76.994963, 38.891152 ], [ -76.994961, 38.891422 ], [ -76.994962, 38.891622 ], [ -76.994961, 38.891723 ], [ -76.99496, 38.891919 ], [ -76.994961, 38.892017 ], [ -76.994962, 38.892134 ], [ -76.994962, 38.892645 ], [ -76.994964, 38.893578 ], [ -76.994964, 38.893781 ], [ -76.994962, 38.894229 ], [ -76.994962, 38.894783 ], [ -76.994962, 38.895378 ], [ -76.993751, 38.895884 ], [ -76.993111, 38.896143 ], [ -76.992644, 38.896326 ], [ -76.991525, 38.896786 ], [ -76.99025, 38.897307 ], [ -76.990244, 38.896116 ], [ -76.990243, 38.896046 ], [ -76.990247, 38.895647 ], [ -76.990245, 38.895435 ], [ -76.990243, 38.895073 ], [ -76.990244, 38.894784 ], [ -76.990245, 38.894529 ], [ -76.990241, 38.893719 ], [ -76.990241, 38.893574 ], [ -76.990245, 38.893041 ], [ -76.990245, 38.892801 ], [ -76.990245, 38.892341 ], [ -76.990246, 38.892012 ], [ -76.990247, 38.891936 ], [ -76.990245, 38.891135 ], [ -76.990245, 38.890964 ], [ -76.99024, 38.890375 ], [ -76.990953, 38.890373 ], [ -76.991437, 38.890369 ], [ -76.991531, 38.890366 ], [ -76.991531, 38.890122 ], [ -76.991533, 38.889805 ], [ -76.991802, 38.889802 ], [ -76.992643, 38.889803 ], [ -76.993084, 38.889804 ], [ -76.993757, 38.889804 ], [ -76.994295, 38.889804 ], [ -76.994962, 38.889806 ], [ -76.994971, 38.890875 ], [ -76.994969, 38.890935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008200", "name": "Census Tract 82, District of Columbia, District of Columbia", "total_population_17": 3056, "white_alone_17": 2381.0, "black_alone_17": 232.0, "native_alone_17": 0.0, "asian_alone_17": 102.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 254.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -7.956, "pct_black_alone_change": 0.406, "pct_native_alone_change": -0.958, "pct_asian_alone_change": 1.023, "pct_hispanic_or_latino_change": 5.158, "pct_native_hawaiian_pacific_islander_change": -0.08, "INTPTLAT": "+38.8918309", "INTPTLON": "-077.0006040" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.005926, 38.891829 ], [ -77.005905, 38.892012 ], [ -77.005892, 38.892122 ], [ -77.005892, 38.89259 ], [ -77.005888, 38.893469 ], [ -77.005889, 38.893625 ], [ -77.005739, 38.893579 ], [ -77.003794, 38.893578 ], [ -77.003634, 38.893579 ], [ -77.003593, 38.893581 ], [ -77.003517, 38.893582 ], [ -77.003511, 38.894787 ], [ -77.00351, 38.895207 ], [ -77.003306, 38.895124 ], [ -77.00275, 38.894898 ], [ -77.002669, 38.894864 ], [ -77.002461, 38.894779 ], [ -77.002305, 38.894716 ], [ -77.002133, 38.894645 ], [ -77.002036, 38.894606 ], [ -77.001384, 38.89434 ], [ -77.000901, 38.894142 ], [ -77.000863, 38.894129 ], [ -77.000824, 38.894117 ], [ -77.000785, 38.894107 ], [ -77.000745, 38.894098 ], [ -77.000704, 38.89409 ], [ -77.00062, 38.894077 ], [ -77.000577, 38.894073 ], [ -77.000577, 38.893917 ], [ -77.000578, 38.893865 ], [ -77.000578, 38.893584 ], [ -77.000578, 38.893499 ], [ -77.000577, 38.893404 ], [ -77.000573, 38.893088 ], [ -77.000334, 38.893087 ], [ -77.00021, 38.893086 ], [ -77.000123, 38.893087 ], [ -76.999579, 38.893086 ], [ -76.999512, 38.893085 ], [ -76.998927, 38.893083 ], [ -76.99845, 38.893082 ], [ -76.998363, 38.893066 ], [ -76.998217, 38.893037 ], [ -76.998149, 38.893017 ], [ -76.997721, 38.892844 ], [ -76.997167, 38.892624 ], [ -76.996305, 38.892273 ], [ -76.996168, 38.892216 ], [ -76.995679, 38.892017 ], [ -76.995382, 38.891896 ], [ -76.995161, 38.891808 ], [ -76.994961, 38.891723 ], [ -76.994962, 38.891622 ], [ -76.994961, 38.891422 ], [ -76.994963, 38.891152 ], [ -76.994967, 38.891017 ], [ -76.994967, 38.890989 ], [ -76.994969, 38.890935 ], [ -76.994971, 38.890875 ], [ -76.994962, 38.889806 ], [ -76.995088, 38.889805 ], [ -76.995576, 38.889805 ], [ -76.995697, 38.889804 ], [ -76.996173, 38.889805 ], [ -76.996355, 38.889805 ], [ -76.997277, 38.889806 ], [ -76.997694, 38.889808 ], [ -76.998446, 38.889808 ], [ -76.998555, 38.889809 ], [ -76.999186, 38.889809 ], [ -76.999518, 38.889808 ], [ -77.000207, 38.889807 ], [ -77.000442, 38.889807 ], [ -77.000579, 38.889808 ], [ -77.000678, 38.889808 ], [ -77.00204, 38.889808 ], [ -77.002582, 38.889808 ], [ -77.003114, 38.889807 ], [ -77.003515, 38.889808 ], [ -77.003514, 38.889908 ], [ -77.003514, 38.890938 ], [ -77.003513, 38.891023 ], [ -77.003514, 38.891359 ], [ -77.003516, 38.891799 ], [ -77.003515, 38.891916 ], [ -77.003789, 38.891868 ], [ -77.004366, 38.891924 ], [ -77.004427, 38.891782 ], [ -77.004504, 38.891672 ], [ -77.004687, 38.891514 ], [ -77.004892, 38.891397 ], [ -77.005268, 38.891244 ], [ -77.005528, 38.891132 ], [ -77.005925, 38.890969 ], [ -77.005924, 38.89124 ], [ -77.005926, 38.891403 ], [ -77.005926, 38.891829 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008301", "name": "Census Tract 83.01, District of Columbia, District of Columbia", "total_population_17": 2423, "white_alone_17": 1777.0, "black_alone_17": 242.0, "native_alone_17": 0.0, "asian_alone_17": 135.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 142.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 15.381, "pct_black_alone_change": -24.564, "pct_native_alone_change": -0.58, "pct_asian_alone_change": 2.317, "pct_hispanic_or_latino_change": 2.562, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8970373", "INTPTLON": "-077.0008008" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.003566, 38.900207 ], [ -77.002174, 38.900206 ], [ -77.002038, 38.900203 ], [ -77.001857, 38.900204 ], [ -77.001281, 38.900205 ], [ -77.000571, 38.900205 ], [ -77.000448, 38.900204 ], [ -76.99994, 38.900205 ], [ -76.999507, 38.900204 ], [ -76.99855, 38.900205 ], [ -76.998442, 38.900204 ], [ -76.998443, 38.900078 ], [ -76.998444, 38.899357 ], [ -76.998448, 38.898911 ], [ -76.998451, 38.89843 ], [ -76.998449, 38.898128 ], [ -76.998448, 38.897866 ], [ -76.998449, 38.897764 ], [ -76.998449, 38.897435 ], [ -76.998448, 38.897332 ], [ -76.998446, 38.897237 ], [ -76.998445, 38.896722 ], [ -76.998444, 38.896116 ], [ -76.998445, 38.895561 ], [ -76.998446, 38.895457 ], [ -76.998449, 38.894787 ], [ -76.998449, 38.894731 ], [ -76.998455, 38.894185 ], [ -76.998455, 38.894093 ], [ -76.998454, 38.894046 ], [ -76.998454, 38.893965 ], [ -76.998453, 38.89377 ], [ -76.998453, 38.893685 ], [ -76.998452, 38.893646 ], [ -76.998452, 38.893586 ], [ -76.998451, 38.893343 ], [ -76.99845, 38.893176 ], [ -76.99845, 38.893082 ], [ -76.998927, 38.893083 ], [ -76.999512, 38.893085 ], [ -76.999579, 38.893086 ], [ -77.000123, 38.893087 ], [ -77.00021, 38.893086 ], [ -77.000334, 38.893087 ], [ -77.000573, 38.893088 ], [ -77.000577, 38.893404 ], [ -77.000578, 38.893499 ], [ -77.000578, 38.893584 ], [ -77.000578, 38.893865 ], [ -77.000577, 38.893917 ], [ -77.000577, 38.894073 ], [ -77.00062, 38.894077 ], [ -77.000704, 38.89409 ], [ -77.000745, 38.894098 ], [ -77.000785, 38.894107 ], [ -77.000824, 38.894117 ], [ -77.000863, 38.894129 ], [ -77.000901, 38.894142 ], [ -77.001384, 38.89434 ], [ -77.002036, 38.894606 ], [ -77.002133, 38.894645 ], [ -77.002305, 38.894716 ], [ -77.002461, 38.894779 ], [ -77.002669, 38.894864 ], [ -77.00275, 38.894898 ], [ -77.003306, 38.895124 ], [ -77.00351, 38.895207 ], [ -77.00351, 38.895345 ], [ -77.003509, 38.895391 ], [ -77.00351, 38.895641 ], [ -77.00351, 38.896118 ], [ -77.003509, 38.896801 ], [ -77.003509, 38.897337 ], [ -77.00351, 38.897438 ], [ -77.003511, 38.89784 ], [ -77.003505, 38.898913 ], [ -77.003503, 38.899847 ], [ -77.003524, 38.90006 ], [ -77.003551, 38.900149 ], [ -77.003566, 38.900207 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008302", "name": "Census Tract 83.02, District of Columbia, District of Columbia", "total_population_17": 2547, "white_alone_17": 1740.0, "black_alone_17": 514.0, "native_alone_17": 1.0, "asian_alone_17": 146.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 73.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 14.788, "pct_black_alone_change": -20.514, "pct_native_alone_change": -0.421, "pct_asian_alone_change": 3.789, "pct_hispanic_or_latino_change": -0.201, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8963061", "INTPTLON": "-076.9966527" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.998455, 38.894185 ], [ -76.998449, 38.894731 ], [ -76.998449, 38.894787 ], [ -76.998446, 38.895457 ], [ -76.998445, 38.895561 ], [ -76.998444, 38.896116 ], [ -76.998445, 38.896722 ], [ -76.998446, 38.897237 ], [ -76.998448, 38.897332 ], [ -76.998449, 38.897435 ], [ -76.998449, 38.897764 ], [ -76.998448, 38.897866 ], [ -76.998449, 38.898128 ], [ -76.998451, 38.89843 ], [ -76.998448, 38.898911 ], [ -76.998444, 38.899357 ], [ -76.998443, 38.900078 ], [ -76.998442, 38.900204 ], [ -76.998015, 38.900204 ], [ -76.997618, 38.900203 ], [ -76.996167, 38.900205 ], [ -76.994961, 38.900203 ], [ -76.994962, 38.899748 ], [ -76.994961, 38.899367 ], [ -76.994961, 38.898908 ], [ -76.994967, 38.897398 ], [ -76.994965, 38.897333 ], [ -76.994962, 38.897241 ], [ -76.994962, 38.896117 ], [ -76.994961, 38.896029 ], [ -76.99496, 38.895662 ], [ -76.994961, 38.895575 ], [ -76.994961, 38.895478 ], [ -76.994961, 38.89543 ], [ -76.994962, 38.895378 ], [ -76.994962, 38.894783 ], [ -76.994962, 38.894229 ], [ -76.994964, 38.893781 ], [ -76.994964, 38.893578 ], [ -76.994962, 38.892645 ], [ -76.994962, 38.892134 ], [ -76.994961, 38.892017 ], [ -76.99496, 38.891919 ], [ -76.994961, 38.891723 ], [ -76.995161, 38.891808 ], [ -76.995382, 38.891896 ], [ -76.995679, 38.892017 ], [ -76.996168, 38.892216 ], [ -76.996305, 38.892273 ], [ -76.997167, 38.892624 ], [ -76.997721, 38.892844 ], [ -76.998149, 38.893017 ], [ -76.998217, 38.893037 ], [ -76.998363, 38.893066 ], [ -76.99845, 38.893082 ], [ -76.99845, 38.893176 ], [ -76.998451, 38.893343 ], [ -76.998452, 38.893586 ], [ -76.998452, 38.893646 ], [ -76.998453, 38.893685 ], [ -76.998453, 38.89377 ], [ -76.998454, 38.893965 ], [ -76.998454, 38.894046 ], [ -76.998455, 38.894093 ], [ -76.998455, 38.894185 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008402", "name": "Census Tract 84.02, District of Columbia, District of Columbia", "total_population_17": 2352, "white_alone_17": 1532.0, "black_alone_17": 628.0, "native_alone_17": 0.0, "asian_alone_17": 20.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 77.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 43.911, "pct_black_alone_change": -46.09, "pct_native_alone_change": -0.608, "pct_asian_alone_change": -1.114, "pct_hispanic_or_latino_change": 0.188, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8985960", "INTPTLON": "-076.9910210" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994967, 38.897398 ], [ -76.994961, 38.898908 ], [ -76.994961, 38.899367 ], [ -76.994962, 38.899748 ], [ -76.994961, 38.900203 ], [ -76.993757, 38.900202 ], [ -76.992645, 38.900202 ], [ -76.991526, 38.9002 ], [ -76.99024, 38.900201 ], [ -76.989149, 38.900201 ], [ -76.988439, 38.900202 ], [ -76.988308, 38.900201 ], [ -76.987402, 38.9002 ], [ -76.987159, 38.9002 ], [ -76.986402, 38.900198 ], [ -76.98588, 38.900198 ], [ -76.985504, 38.900197 ], [ -76.984865, 38.900196 ], [ -76.984058, 38.900218 ], [ -76.983806, 38.900203 ], [ -76.98341, 38.900181 ], [ -76.983256, 38.900181 ], [ -76.983494, 38.900061 ], [ -76.983596, 38.90001 ], [ -76.983626, 38.899997 ], [ -76.984055, 38.899809 ], [ -76.985268, 38.899331 ], [ -76.985504, 38.899232 ], [ -76.986133, 38.898992 ], [ -76.986352, 38.898898 ], [ -76.986517, 38.898827 ], [ -76.987034, 38.898616 ], [ -76.988305, 38.898095 ], [ -76.99025, 38.897307 ], [ -76.991525, 38.896786 ], [ -76.992644, 38.896326 ], [ -76.993111, 38.896143 ], [ -76.993751, 38.895884 ], [ -76.994962, 38.895378 ], [ -76.994961, 38.89543 ], [ -76.994961, 38.895478 ], [ -76.994961, 38.895575 ], [ -76.99496, 38.895662 ], [ -76.994961, 38.896029 ], [ -76.994962, 38.896117 ], [ -76.994962, 38.897241 ], [ -76.994965, 38.897333 ], [ -76.994967, 38.897398 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008410", "name": "Census Tract 84.10, District of Columbia, District of Columbia", "total_population_17": 1533, "white_alone_17": 760.0, "black_alone_17": 607.0, "native_alone_17": 5.0, "asian_alone_17": 47.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 100.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 46.19, "pct_black_alone_change": -52.967, "pct_native_alone_change": -0.006, "pct_asian_alone_change": 2.468, "pct_hispanic_or_latino_change": 3.933, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9015543", "INTPTLON": "-076.9911234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994961, 38.901326 ], [ -76.99496, 38.902077 ], [ -76.994959, 38.902115 ], [ -76.994959, 38.902512 ], [ -76.99496, 38.902703 ], [ -76.994959, 38.902798 ], [ -76.994641, 38.902998 ], [ -76.993866, 38.903501 ], [ -76.993757, 38.903574 ], [ -76.993586, 38.903689 ], [ -76.99353, 38.903728 ], [ -76.993135, 38.904 ], [ -76.992906, 38.9039 ], [ -76.992637, 38.903789 ], [ -76.992242, 38.903627 ], [ -76.991522, 38.903318 ], [ -76.990651, 38.902948 ], [ -76.990183, 38.902739 ], [ -76.990079, 38.902694 ], [ -76.989699, 38.902539 ], [ -76.9896, 38.902499 ], [ -76.989252, 38.902352 ], [ -76.989005, 38.902245 ], [ -76.988695, 38.902114 ], [ -76.98829, 38.901941 ], [ -76.987411, 38.901567 ], [ -76.986817, 38.901312 ], [ -76.986665, 38.901247 ], [ -76.985929, 38.900935 ], [ -76.985734, 38.900852 ], [ -76.985664, 38.900823 ], [ -76.985491, 38.900781 ], [ -76.985424, 38.900752 ], [ -76.985224, 38.900668 ], [ -76.985177, 38.900648 ], [ -76.984716, 38.900447 ], [ -76.984684, 38.900433 ], [ -76.984458, 38.90033 ], [ -76.984388, 38.900295 ], [ -76.984268, 38.900256 ], [ -76.984058, 38.900218 ], [ -76.984865, 38.900196 ], [ -76.985504, 38.900197 ], [ -76.98588, 38.900198 ], [ -76.986402, 38.900198 ], [ -76.987159, 38.9002 ], [ -76.987402, 38.9002 ], [ -76.988308, 38.900201 ], [ -76.988439, 38.900202 ], [ -76.989149, 38.900201 ], [ -76.99024, 38.900201 ], [ -76.991526, 38.9002 ], [ -76.992645, 38.900202 ], [ -76.993757, 38.900202 ], [ -76.994961, 38.900203 ], [ -76.994961, 38.901326 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008701", "name": "Census Tract 87.01, District of Columbia, District of Columbia", "total_population_17": 2368, "white_alone_17": 789.0, "black_alone_17": 1294.0, "native_alone_17": 0.0, "asian_alone_17": 43.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 228.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 31.911, "pct_black_alone_change": -41.173, "pct_native_alone_change": -0.083, "pct_asian_alone_change": 1.195, "pct_hispanic_or_latino_change": 7.558, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9141018", "INTPTLON": "-077.0062645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.009026, 38.911115 ], [ -77.009026, 38.911426 ], [ -77.009024, 38.911571 ], [ -77.00902, 38.911859 ], [ -77.009018, 38.912601 ], [ -77.008992, 38.913343 ], [ -77.008999, 38.913609 ], [ -77.009013, 38.914085 ], [ -77.009007, 38.914824 ], [ -77.008999, 38.915564 ], [ -77.008999, 38.916182 ], [ -77.008999, 38.916824 ], [ -77.009, 38.916893 ], [ -77.008926, 38.916913 ], [ -77.008337, 38.917074 ], [ -77.007134, 38.917467 ], [ -77.007004, 38.917511 ], [ -77.006703, 38.917619 ], [ -77.006077, 38.917834 ], [ -77.005555, 38.918016 ], [ -77.005337, 38.918091 ], [ -77.00511, 38.918168 ], [ -77.004832, 38.918265 ], [ -77.003513, 38.918726 ], [ -77.003513, 38.918652 ], [ -77.00351, 38.918105 ], [ -77.00351, 38.917832 ], [ -77.003509, 38.917675 ], [ -77.00351, 38.917628 ], [ -77.00351, 38.917555 ], [ -77.003511, 38.917283 ], [ -77.003509, 38.916997 ], [ -77.003506, 38.916703 ], [ -77.003508, 38.916347 ], [ -77.003509, 38.916281 ], [ -77.003507, 38.915961 ], [ -77.003506, 38.915656 ], [ -77.003507, 38.915568 ], [ -77.003509, 38.91482 ], [ -77.003508, 38.914746 ], [ -77.003508, 38.914599 ], [ -77.003505, 38.914075 ], [ -77.003504, 38.913337 ], [ -77.003504, 38.913158 ], [ -77.003507, 38.912753 ], [ -77.00351, 38.9126 ], [ -77.004153, 38.912602 ], [ -77.004371, 38.9126 ], [ -77.00458, 38.911861 ], [ -77.004788, 38.911116 ], [ -77.004937, 38.910581 ], [ -77.004965, 38.910483 ], [ -77.005139, 38.909852 ], [ -77.00528, 38.909358 ], [ -77.005331, 38.909211 ], [ -77.005601, 38.90932 ], [ -77.005691, 38.909358 ], [ -77.005881, 38.90944 ], [ -77.006007, 38.909493 ], [ -77.006207, 38.909579 ], [ -77.006371, 38.909648 ], [ -77.006925, 38.909882 ], [ -77.007699, 38.910213 ], [ -77.008054, 38.910363 ], [ -77.008283, 38.910459 ], [ -77.008809, 38.910684 ], [ -77.009026, 38.910783 ], [ -77.009026, 38.911115 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008702", "name": "Census Tract 87.02, District of Columbia, District of Columbia", "total_population_17": 2751, "white_alone_17": 712.0, "black_alone_17": 1559.0, "native_alone_17": 0.0, "asian_alone_17": 131.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 275.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 23.689, "pct_black_alone_change": -35.867, "pct_native_alone_change": -0.731, "pct_asian_alone_change": 4.501, "pct_hispanic_or_latino_change": 6.29, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9150961", "INTPTLON": "-077.0013085" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.00528, 38.909358 ], [ -77.005139, 38.909852 ], [ -77.004965, 38.910483 ], [ -77.004937, 38.910581 ], [ -77.004788, 38.911116 ], [ -77.00458, 38.911861 ], [ -77.004371, 38.9126 ], [ -77.004153, 38.912602 ], [ -77.00351, 38.9126 ], [ -77.003507, 38.912753 ], [ -77.003504, 38.913158 ], [ -77.003504, 38.913337 ], [ -77.003505, 38.914075 ], [ -77.003508, 38.914599 ], [ -77.003508, 38.914746 ], [ -77.003509, 38.91482 ], [ -77.003507, 38.915568 ], [ -77.003506, 38.915656 ], [ -77.003507, 38.915961 ], [ -77.003509, 38.916281 ], [ -77.003508, 38.916347 ], [ -77.003506, 38.916703 ], [ -77.003509, 38.916997 ], [ -77.003511, 38.917283 ], [ -77.00351, 38.917555 ], [ -77.00351, 38.917628 ], [ -77.003509, 38.917675 ], [ -77.00351, 38.917832 ], [ -77.00351, 38.918105 ], [ -77.003513, 38.918652 ], [ -77.003513, 38.918726 ], [ -77.002031, 38.919244 ], [ -77.000569, 38.919761 ], [ -76.999524, 38.920094 ], [ -76.996384, 38.921257 ], [ -76.996193, 38.921328 ], [ -76.996033, 38.921383 ], [ -76.996084, 38.921269 ], [ -76.996262, 38.920869 ], [ -76.996657, 38.920039 ], [ -76.996924, 38.919478 ], [ -76.997667, 38.918106 ], [ -76.998929, 38.91557 ], [ -76.998994, 38.91544 ], [ -77.00016, 38.913163 ], [ -77.00052, 38.912429 ], [ -77.001495, 38.910447 ], [ -77.00173, 38.909978 ], [ -77.001806, 38.90981 ], [ -77.002426, 38.908339 ], [ -77.002506, 38.908001 ], [ -77.002883, 38.908163 ], [ -77.003145, 38.908274 ], [ -77.003275, 38.90833 ], [ -77.003409, 38.908387 ], [ -77.00378, 38.908545 ], [ -77.003816, 38.908561 ], [ -77.004273, 38.908755 ], [ -77.004328, 38.90878 ], [ -77.004381, 38.908803 ], [ -77.004413, 38.908817 ], [ -77.004514, 38.908862 ], [ -77.004593, 38.908897 ], [ -77.00473, 38.908958 ], [ -77.004813, 38.908995 ], [ -77.005097, 38.909117 ], [ -77.005331, 38.909211 ], [ -77.00528, 38.909358 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008802", "name": "Census Tract 88.02, District of Columbia, District of Columbia", "total_population_17": 4311, "white_alone_17": 1053.0, "black_alone_17": 2980.0, "native_alone_17": 14.0, "asian_alone_17": 63.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 141.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 23.248, "pct_black_alone_change": -27.462, "pct_native_alone_change": -0.132, "pct_asian_alone_change": 1.1, "pct_hispanic_or_latino_change": 1.901, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9039498", "INTPTLON": "-076.9866786" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.993135, 38.904 ], [ -76.992805, 38.904258 ], [ -76.992496, 38.90453 ], [ -76.992225, 38.904772 ], [ -76.991807, 38.905143 ], [ -76.991309, 38.905583 ], [ -76.990878, 38.905962 ], [ -76.9904, 38.906386 ], [ -76.990326, 38.906451 ], [ -76.990051, 38.906696 ], [ -76.989892, 38.906836 ], [ -76.98957, 38.907121 ], [ -76.989383, 38.907289 ], [ -76.989211, 38.907442 ], [ -76.989126, 38.907518 ], [ -76.988831, 38.907777 ], [ -76.988746, 38.907738 ], [ -76.988243, 38.907521 ], [ -76.987935, 38.907386 ], [ -76.987639, 38.907262 ], [ -76.987454, 38.907183 ], [ -76.987167, 38.907063 ], [ -76.987083, 38.907028 ], [ -76.986003, 38.906567 ], [ -76.985305, 38.906268 ], [ -76.984994, 38.906137 ], [ -76.984393, 38.90588 ], [ -76.984019, 38.905719 ], [ -76.983561, 38.905527 ], [ -76.983178, 38.90536 ], [ -76.982736, 38.905171 ], [ -76.982427, 38.905041 ], [ -76.982276, 38.90498 ], [ -76.98239, 38.904804 ], [ -76.982503, 38.904632 ], [ -76.982235, 38.904524 ], [ -76.981959, 38.904417 ], [ -76.981711, 38.904319 ], [ -76.981016, 38.904045 ], [ -76.980922, 38.904009 ], [ -76.981092, 38.903726 ], [ -76.981778, 38.902706 ], [ -76.98237, 38.901766 ], [ -76.982953, 38.900834 ], [ -76.98296, 38.900819 ], [ -76.98301, 38.900717 ], [ -76.983264, 38.900347 ], [ -76.98341, 38.900181 ], [ -76.983806, 38.900203 ], [ -76.984058, 38.900218 ], [ -76.984268, 38.900256 ], [ -76.984388, 38.900295 ], [ -76.984458, 38.90033 ], [ -76.984684, 38.900433 ], [ -76.984716, 38.900447 ], [ -76.985177, 38.900648 ], [ -76.985224, 38.900668 ], [ -76.985424, 38.900752 ], [ -76.985491, 38.900781 ], [ -76.985664, 38.900823 ], [ -76.985734, 38.900852 ], [ -76.985929, 38.900935 ], [ -76.986665, 38.901247 ], [ -76.986817, 38.901312 ], [ -76.987411, 38.901567 ], [ -76.98829, 38.901941 ], [ -76.988695, 38.902114 ], [ -76.989005, 38.902245 ], [ -76.989252, 38.902352 ], [ -76.9896, 38.902499 ], [ -76.989699, 38.902539 ], [ -76.990079, 38.902694 ], [ -76.990183, 38.902739 ], [ -76.990651, 38.902948 ], [ -76.991522, 38.903318 ], [ -76.992242, 38.903627 ], [ -76.992637, 38.903789 ], [ -76.992906, 38.9039 ], [ -76.993135, 38.904 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008803", "name": "Census Tract 88.03, District of Columbia, District of Columbia", "total_population_17": 2569, "white_alone_17": 554.0, "black_alone_17": 1617.0, "native_alone_17": 3.0, "asian_alone_17": 48.0, "native_hawaiian_pacific_islander_17": 18.0, "hispanic_or_latino_17": 258.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": -9.978, "pct_black_alone_change": 3.089, "pct_native_alone_change": -0.717, "pct_asian_alone_change": -1.104, "pct_hispanic_or_latino_change": 5.507, "pct_native_hawaiian_pacific_islander_change": 0.701, "INTPTLAT": "+38.9104603", "INTPTLON": "-076.9913622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.002426, 38.908339 ], [ -77.001806, 38.90981 ], [ -77.00173, 38.909978 ], [ -77.001354, 38.910114 ], [ -77.000509, 38.910412 ], [ -77.000377, 38.910445 ], [ -77.000075, 38.910461 ], [ -76.999252, 38.910746 ], [ -76.99852, 38.910988 ], [ -76.998426, 38.91102 ], [ -76.998376, 38.911035 ], [ -76.998318, 38.911054 ], [ -76.998137, 38.911112 ], [ -76.997278, 38.911408 ], [ -76.996872, 38.91155 ], [ -76.996443, 38.9117 ], [ -76.994854, 38.912262 ], [ -76.994506, 38.912384 ], [ -76.99371, 38.912664 ], [ -76.992864, 38.912963 ], [ -76.992766, 38.912997 ], [ -76.992663, 38.913034 ], [ -76.992614, 38.913051 ], [ -76.992379, 38.913129 ], [ -76.992111, 38.91323 ], [ -76.991975, 38.913277 ], [ -76.991889, 38.913308 ], [ -76.991752, 38.913355 ], [ -76.991574, 38.913418 ], [ -76.991045, 38.913602 ], [ -76.990739, 38.91371 ], [ -76.990504, 38.913873 ], [ -76.989157, 38.914325 ], [ -76.987936, 38.914741 ], [ -76.985227, 38.915672 ], [ -76.982637, 38.916575 ], [ -76.982348, 38.916687 ], [ -76.981579, 38.916948 ], [ -76.980806, 38.917184 ], [ -76.980605, 38.917209 ], [ -76.980175, 38.917237 ], [ -76.979734, 38.917258 ], [ -76.979325, 38.917258 ], [ -76.97894, 38.917262 ], [ -76.978537, 38.917272 ], [ -76.978167, 38.917282 ], [ -76.978262, 38.917166 ], [ -76.978404, 38.916993 ], [ -76.978431, 38.91697 ], [ -76.978452, 38.916952 ], [ -76.978893, 38.916568 ], [ -76.979171, 38.916327 ], [ -76.979248, 38.916259 ], [ -76.979572, 38.915966 ], [ -76.979662, 38.915885 ], [ -76.980176, 38.915431 ], [ -76.980274, 38.915343 ], [ -76.981099, 38.914611 ], [ -76.98141, 38.914335 ], [ -76.981749, 38.914038 ], [ -76.982061, 38.91376 ], [ -76.982207, 38.913631 ], [ -76.982288, 38.91356 ], [ -76.982653, 38.913234 ], [ -76.98298, 38.912945 ], [ -76.983325, 38.912642 ], [ -76.983427, 38.91255 ], [ -76.983499, 38.912487 ], [ -76.98366, 38.912343 ], [ -76.984146, 38.911913 ], [ -76.984735, 38.91139 ], [ -76.98482, 38.911312 ], [ -76.985411, 38.910774 ], [ -76.985482, 38.910716 ], [ -76.985671, 38.910565 ], [ -76.985773, 38.910474 ], [ -76.985873, 38.910377 ], [ -76.985919, 38.91034 ], [ -76.986015, 38.91026 ], [ -76.986112, 38.91017 ], [ -76.986227, 38.910076 ], [ -76.98625, 38.91006 ], [ -76.986302, 38.910014 ], [ -76.986399, 38.909936 ], [ -76.986474, 38.909867 ], [ -76.986881, 38.909509 ], [ -76.986951, 38.909446 ], [ -76.987468, 38.908986 ], [ -76.98804, 38.908475 ], [ -76.98821, 38.908328 ], [ -76.988284, 38.908263 ], [ -76.988342, 38.908213 ], [ -76.988554, 38.908018 ], [ -76.988831, 38.907777 ], [ -76.989126, 38.907518 ], [ -76.989211, 38.907442 ], [ -76.989383, 38.907289 ], [ -76.98957, 38.907121 ], [ -76.989892, 38.906836 ], [ -76.990051, 38.906696 ], [ -76.990326, 38.906451 ], [ -76.9904, 38.906386 ], [ -76.990878, 38.905962 ], [ -76.991309, 38.905583 ], [ -76.991807, 38.905143 ], [ -76.992225, 38.904772 ], [ -76.992496, 38.90453 ], [ -76.992805, 38.904258 ], [ -76.993135, 38.904 ], [ -76.993758, 38.904274 ], [ -76.993901, 38.904336 ], [ -76.99451, 38.904593 ], [ -76.994898, 38.904758 ], [ -76.995057, 38.904827 ], [ -76.995185, 38.904881 ], [ -76.99599, 38.905231 ], [ -76.996163, 38.905299 ], [ -76.996426, 38.905409 ], [ -76.996674, 38.905514 ], [ -76.997098, 38.905696 ], [ -76.997372, 38.905813 ], [ -76.997811, 38.906002 ], [ -76.998336, 38.90623 ], [ -76.999431, 38.906706 ], [ -76.999576, 38.906769 ], [ -77.000215, 38.907043 ], [ -77.000362, 38.907098 ], [ -77.000484, 38.907149 ], [ -77.000793, 38.90728 ], [ -77.000853, 38.907305 ], [ -77.001457, 38.907563 ], [ -77.001824, 38.907718 ], [ -77.002017, 38.907796 ], [ -77.002217, 38.907878 ], [ -77.002255, 38.907893 ], [ -77.002506, 38.908001 ], [ -77.002426, 38.908339 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008804", "name": "Census Tract 88.04, District of Columbia, District of Columbia", "total_population_17": 2561, "white_alone_17": 253.0, "black_alone_17": 2010.0, "native_alone_17": 0.0, "asian_alone_17": 194.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 71.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 9.659, "pct_black_alone_change": -19.714, "pct_native_alone_change": -0.615, "pct_asian_alone_change": 7.136, "pct_hispanic_or_latino_change": 2.289, "pct_native_hawaiian_pacific_islander_change": -0.044, "INTPTLAT": "+38.9102408", "INTPTLON": "-076.9812669" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.988831, 38.907777 ], [ -76.988554, 38.908018 ], [ -76.988342, 38.908213 ], [ -76.988284, 38.908263 ], [ -76.98821, 38.908328 ], [ -76.98804, 38.908475 ], [ -76.987468, 38.908986 ], [ -76.986951, 38.909446 ], [ -76.986881, 38.909509 ], [ -76.986474, 38.909867 ], [ -76.986399, 38.909936 ], [ -76.986302, 38.910014 ], [ -76.98625, 38.91006 ], [ -76.986227, 38.910076 ], [ -76.986112, 38.91017 ], [ -76.986015, 38.91026 ], [ -76.985919, 38.91034 ], [ -76.985873, 38.910377 ], [ -76.985773, 38.910474 ], [ -76.985671, 38.910565 ], [ -76.985482, 38.910716 ], [ -76.985411, 38.910774 ], [ -76.98482, 38.911312 ], [ -76.984735, 38.91139 ], [ -76.984146, 38.911913 ], [ -76.98366, 38.912343 ], [ -76.983499, 38.912487 ], [ -76.983427, 38.91255 ], [ -76.983325, 38.912642 ], [ -76.98298, 38.912945 ], [ -76.982653, 38.913234 ], [ -76.982288, 38.91356 ], [ -76.982207, 38.913631 ], [ -76.982061, 38.91376 ], [ -76.981749, 38.914038 ], [ -76.98141, 38.914335 ], [ -76.981099, 38.914611 ], [ -76.980274, 38.915343 ], [ -76.980176, 38.915431 ], [ -76.979662, 38.915885 ], [ -76.979572, 38.915966 ], [ -76.979248, 38.916259 ], [ -76.979171, 38.916327 ], [ -76.978893, 38.916568 ], [ -76.978452, 38.916952 ], [ -76.978431, 38.91697 ], [ -76.978404, 38.916993 ], [ -76.978262, 38.917166 ], [ -76.978167, 38.917282 ], [ -76.978214, 38.917163 ], [ -76.978311, 38.916916 ], [ -76.97785, 38.91658 ], [ -76.977609, 38.916342 ], [ -76.97707, 38.91583 ], [ -76.976481, 38.915268 ], [ -76.976371, 38.915164 ], [ -76.975527, 38.91436 ], [ -76.975303, 38.914146 ], [ -76.975127, 38.914133 ], [ -76.97571, 38.91344 ], [ -76.976327, 38.912642 ], [ -76.97681, 38.911188 ], [ -76.977091, 38.910343 ], [ -76.977252, 38.909881 ], [ -76.977366, 38.909586 ], [ -76.977459, 38.909425 ], [ -76.977607, 38.909197 ], [ -76.978838, 38.907271 ], [ -76.978879, 38.907195 ], [ -76.979083, 38.906879 ], [ -76.979175, 38.906736 ], [ -76.979772, 38.905791 ], [ -76.979849, 38.905687 ], [ -76.980036, 38.905387 ], [ -76.980264, 38.905017 ], [ -76.98065, 38.904433 ], [ -76.980922, 38.904009 ], [ -76.981016, 38.904045 ], [ -76.981711, 38.904319 ], [ -76.981959, 38.904417 ], [ -76.982235, 38.904524 ], [ -76.982503, 38.904632 ], [ -76.98239, 38.904804 ], [ -76.982276, 38.90498 ], [ -76.982427, 38.905041 ], [ -76.982736, 38.905171 ], [ -76.983178, 38.90536 ], [ -76.983561, 38.905527 ], [ -76.984019, 38.905719 ], [ -76.984393, 38.90588 ], [ -76.984994, 38.906137 ], [ -76.985305, 38.906268 ], [ -76.986003, 38.906567 ], [ -76.987083, 38.907028 ], [ -76.987167, 38.907063 ], [ -76.987454, 38.907183 ], [ -76.987639, 38.907262 ], [ -76.987935, 38.907386 ], [ -76.988243, 38.907521 ], [ -76.988746, 38.907738 ], [ -76.988831, 38.907777 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008903", "name": "Census Tract 89.03, District of Columbia, District of Columbia", "total_population_17": 3252, "white_alone_17": 398.0, "black_alone_17": 2571.0, "native_alone_17": 0.0, "asian_alone_17": 90.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 164.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 11.696, "pct_black_alone_change": -18.103, "pct_native_alone_change": -0.083, "pct_asian_alone_change": 2.184, "pct_hispanic_or_latino_change": 3.582, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9041579", "INTPTLON": "-076.9777180" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.98296, 38.900819 ], [ -76.982953, 38.900834 ], [ -76.98237, 38.901766 ], [ -76.981778, 38.902706 ], [ -76.981092, 38.903726 ], [ -76.980922, 38.904009 ], [ -76.98065, 38.904433 ], [ -76.980264, 38.905017 ], [ -76.980036, 38.905387 ], [ -76.979849, 38.905687 ], [ -76.979772, 38.905791 ], [ -76.979175, 38.906736 ], [ -76.979083, 38.906879 ], [ -76.978879, 38.907195 ], [ -76.978838, 38.907271 ], [ -76.978755, 38.907228 ], [ -76.978576, 38.907369 ], [ -76.97829, 38.907208 ], [ -76.977929, 38.907016 ], [ -76.977177, 38.906647 ], [ -76.976208, 38.906282 ], [ -76.975693, 38.90616 ], [ -76.975197, 38.905993 ], [ -76.975166, 38.90562 ], [ -76.974833, 38.905624 ], [ -76.974173, 38.905623 ], [ -76.973834, 38.905623 ], [ -76.973576, 38.905624 ], [ -76.973196, 38.905621 ], [ -76.972536, 38.90562 ], [ -76.972202, 38.905623 ], [ -76.970778, 38.905624 ], [ -76.970549, 38.905621 ], [ -76.970205, 38.905621 ], [ -76.970218, 38.905559 ], [ -76.970228, 38.90554 ], [ -76.970246, 38.905515 ], [ -76.970269, 38.905492 ], [ -76.970296, 38.905473 ], [ -76.970327, 38.905457 ], [ -76.970584, 38.905349 ], [ -76.97114, 38.905127 ], [ -76.971479, 38.904987 ], [ -76.971858, 38.904829 ], [ -76.972254, 38.904671 ], [ -76.972461, 38.904587 ], [ -76.972663, 38.904505 ], [ -76.973046, 38.904344 ], [ -76.973203, 38.904281 ], [ -76.973257, 38.90426 ], [ -76.973631, 38.90411 ], [ -76.974062, 38.903935 ], [ -76.97417, 38.90389 ], [ -76.974284, 38.903843 ], [ -76.974799, 38.903634 ], [ -76.975188, 38.90348 ], [ -76.975674, 38.903286 ], [ -76.976106, 38.903109 ], [ -76.976216, 38.903068 ], [ -76.976536, 38.902931 ], [ -76.976878, 38.902793 ], [ -76.977544, 38.902519 ], [ -76.97791, 38.902371 ], [ -76.978022, 38.902325 ], [ -76.978641, 38.902074 ], [ -76.978994, 38.901927 ], [ -76.979367, 38.90178 ], [ -76.979721, 38.901634 ], [ -76.980161, 38.901457 ], [ -76.980879, 38.901164 ], [ -76.981003, 38.901114 ], [ -76.981084, 38.90108 ], [ -76.98165, 38.900852 ], [ -76.982081, 38.900676 ], [ -76.982146, 38.900608 ], [ -76.982259, 38.900544 ], [ -76.982399, 38.900522 ], [ -76.982566, 38.900516 ], [ -76.982688, 38.90055 ], [ -76.982819, 38.900602 ], [ -76.982938, 38.900685 ], [ -76.98301, 38.900717 ], [ -76.98296, 38.900819 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001008904", "name": "Census Tract 89.04, District of Columbia, District of Columbia", "total_population_17": 3680, "white_alone_17": 209.0, "black_alone_17": 2904.0, "native_alone_17": 0.0, "asian_alone_17": 24.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 483.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 4.848, "pct_black_alone_change": -18.439, "pct_native_alone_change": -0.493, "pct_asian_alone_change": 0.56, "pct_hispanic_or_latino_change": 12.047, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9009808", "INTPTLON": "-076.9748514" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.983264, 38.900347 ], [ -76.98301, 38.900717 ], [ -76.982938, 38.900685 ], [ -76.982819, 38.900602 ], [ -76.982688, 38.90055 ], [ -76.982566, 38.900516 ], [ -76.982399, 38.900522 ], [ -76.982259, 38.900544 ], [ -76.982146, 38.900608 ], [ -76.982081, 38.900676 ], [ -76.98165, 38.900852 ], [ -76.981084, 38.90108 ], [ -76.981003, 38.901114 ], [ -76.980879, 38.901164 ], [ -76.980161, 38.901457 ], [ -76.979721, 38.901634 ], [ -76.979367, 38.90178 ], [ -76.978994, 38.901927 ], [ -76.978641, 38.902074 ], [ -76.978022, 38.902325 ], [ -76.97791, 38.902371 ], [ -76.977544, 38.902519 ], [ -76.976878, 38.902793 ], [ -76.976536, 38.902931 ], [ -76.976216, 38.903068 ], [ -76.976106, 38.903109 ], [ -76.975674, 38.903286 ], [ -76.975188, 38.90348 ], [ -76.974799, 38.903634 ], [ -76.974284, 38.903843 ], [ -76.97417, 38.90389 ], [ -76.974062, 38.903935 ], [ -76.973631, 38.90411 ], [ -76.973257, 38.90426 ], [ -76.973203, 38.904281 ], [ -76.973046, 38.904344 ], [ -76.972663, 38.904505 ], [ -76.972461, 38.904587 ], [ -76.97229, 38.904328 ], [ -76.972147, 38.904114 ], [ -76.97189, 38.903721 ], [ -76.971839, 38.903645 ], [ -76.971818, 38.90362 ], [ -76.971796, 38.903596 ], [ -76.971772, 38.903574 ], [ -76.971746, 38.903552 ], [ -76.971716, 38.903531 ], [ -76.971679, 38.903509 ], [ -76.97164, 38.903491 ], [ -76.971598, 38.903477 ], [ -76.971555, 38.903466 ], [ -76.971512, 38.903459 ], [ -76.971471, 38.903454 ], [ -76.971388, 38.903449 ], [ -76.971324, 38.903449 ], [ -76.971121, 38.90345 ], [ -76.970941, 38.903449 ], [ -76.970532, 38.90345 ], [ -76.970501, 38.903449 ], [ -76.97031, 38.903449 ], [ -76.970233, 38.903445 ], [ -76.970233, 38.90333 ], [ -76.97023, 38.903277 ], [ -76.97023, 38.903249 ], [ -76.970226, 38.903093 ], [ -76.970226, 38.902786 ], [ -76.97023, 38.902372 ], [ -76.97023, 38.901949 ], [ -76.970232, 38.901121 ], [ -76.97023, 38.900721 ], [ -76.970231, 38.900464 ], [ -76.970231, 38.900385 ], [ -76.970229, 38.899623 ], [ -76.97023, 38.899237 ], [ -76.970232, 38.898941 ], [ -76.970232, 38.8987 ], [ -76.970237, 38.898596 ], [ -76.970248, 38.898493 ], [ -76.970265, 38.898389 ], [ -76.970287, 38.898287 ], [ -76.970314, 38.898175 ], [ -76.970365, 38.897992 ], [ -76.970374, 38.897963 ], [ -76.970385, 38.897925 ], [ -76.971233, 38.898064 ], [ -76.972144, 38.898233 ], [ -76.973051, 38.898383 ], [ -76.974173, 38.898587 ], [ -76.975453, 38.898803 ], [ -76.976239, 38.898949 ], [ -76.976271, 38.898954 ], [ -76.976598, 38.899009 ], [ -76.977506, 38.899164 ], [ -76.979273, 38.899477 ], [ -76.981466, 38.899863 ], [ -76.983256, 38.900181 ], [ -76.98341, 38.900181 ], [ -76.983264, 38.900347 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009000", "name": "Census Tract 90, District of Columbia, District of Columbia", "total_population_17": 3523, "white_alone_17": 206.0, "black_alone_17": 3039.0, "native_alone_17": 0.0, "asian_alone_17": 10.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 268.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 5.273, "pct_black_alone_change": -11.484, "pct_native_alone_change": -0.265, "pct_asian_alone_change": 0.151, "pct_hispanic_or_latino_change": 6.414, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9226934", "INTPTLON": "-076.9545101" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.965161, 38.92526 ], [ -76.964932, 38.92543 ], [ -76.964814, 38.925554 ], [ -76.964506, 38.925795 ], [ -76.964184, 38.926052 ], [ -76.964119, 38.926093 ], [ -76.964084, 38.926134 ], [ -76.962843, 38.927147 ], [ -76.962649, 38.92728 ], [ -76.96179, 38.928015 ], [ -76.961576, 38.928186 ], [ -76.961486, 38.928267 ], [ -76.95961, 38.929556 ], [ -76.958672, 38.930172 ], [ -76.958411, 38.930339 ], [ -76.957756, 38.930749 ], [ -76.957667, 38.930681 ], [ -76.957585, 38.930618 ], [ -76.956267, 38.929601 ], [ -76.956086, 38.929463 ], [ -76.956016, 38.929409 ], [ -76.950854, 38.925453 ], [ -76.949219, 38.9242 ], [ -76.945202, 38.921132 ], [ -76.943947, 38.920174 ], [ -76.943854, 38.920101 ], [ -76.942245, 38.918835 ], [ -76.941923, 38.918584 ], [ -76.942434, 38.918093 ], [ -76.942496, 38.918033 ], [ -76.942566, 38.917974 ], [ -76.942932, 38.917401 ], [ -76.943623, 38.917006 ], [ -76.944201, 38.917026 ], [ -76.949145, 38.917251 ], [ -76.953923, 38.917521 ], [ -76.954204, 38.917532 ], [ -76.956096, 38.917602 ], [ -76.956458, 38.917616 ], [ -76.956112, 38.917789 ], [ -76.955079, 38.918299 ], [ -76.954983, 38.918342 ], [ -76.95551, 38.918669 ], [ -76.955922, 38.918941 ], [ -76.956355, 38.919281 ], [ -76.956475, 38.919374 ], [ -76.956599, 38.919467 ], [ -76.957492, 38.920067 ], [ -76.957563, 38.920115 ], [ -76.957787, 38.920268 ], [ -76.958322, 38.920634 ], [ -76.959174, 38.921209 ], [ -76.959372, 38.921339 ], [ -76.960525, 38.922115 ], [ -76.960974, 38.922416 ], [ -76.961825, 38.922999 ], [ -76.962634, 38.92354 ], [ -76.963603, 38.924183 ], [ -76.964558, 38.924837 ], [ -76.965044, 38.92517 ], [ -76.965161, 38.92526 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009102", "name": "Census Tract 91.02, District of Columbia, District of Columbia", "total_population_17": 5254, "white_alone_17": 567.0, "black_alone_17": 4324.0, "native_alone_17": 0.0, "asian_alone_17": 59.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 221.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 10.156, "pct_black_alone_change": -14.678, "pct_native_alone_change": -0.227, "pct_asian_alone_change": 0.805, "pct_hispanic_or_latino_change": 2.683, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9187926", "INTPTLON": "-076.9888946" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.001495, 38.910447 ], [ -77.00052, 38.912429 ], [ -77.00016, 38.913163 ], [ -76.998994, 38.91544 ], [ -76.998929, 38.91557 ], [ -76.997667, 38.918106 ], [ -76.996924, 38.919478 ], [ -76.996657, 38.920039 ], [ -76.996262, 38.920869 ], [ -76.996084, 38.921269 ], [ -76.996033, 38.921383 ], [ -76.995965, 38.921406 ], [ -76.995915, 38.921423 ], [ -76.994872, 38.92174 ], [ -76.993886, 38.922046 ], [ -76.992417, 38.922485 ], [ -76.990195, 38.923123 ], [ -76.989936, 38.923205 ], [ -76.988001, 38.923866 ], [ -76.986466, 38.924346 ], [ -76.985623, 38.92462 ], [ -76.983815, 38.925461 ], [ -76.983231, 38.925713 ], [ -76.982056, 38.926302 ], [ -76.981364, 38.92662 ], [ -76.980732, 38.926926 ], [ -76.980535, 38.927023 ], [ -76.97913, 38.927709 ], [ -76.979097, 38.927651 ], [ -76.979067, 38.927608 ], [ -76.979026, 38.92755 ], [ -76.979001, 38.927481 ], [ -76.978997, 38.927442 ], [ -76.979001, 38.927276 ], [ -76.978992, 38.926794 ], [ -76.978993, 38.926737 ], [ -76.978993, 38.926648 ], [ -76.978995, 38.925578 ], [ -76.978995, 38.925038 ], [ -76.978998, 38.924509 ], [ -76.978999, 38.924424 ], [ -76.978997, 38.924089 ], [ -76.978996, 38.923862 ], [ -76.978997, 38.923438 ], [ -76.978998, 38.923352 ], [ -76.978997, 38.923148 ], [ -76.978998, 38.922913 ], [ -76.978997, 38.92277 ], [ -76.978997, 38.922621 ], [ -76.978996, 38.922596 ], [ -76.978996, 38.922366 ], [ -76.978995, 38.922287 ], [ -76.978995, 38.921291 ], [ -76.978995, 38.920529 ], [ -76.978993, 38.92031 ], [ -76.978994, 38.920228 ], [ -76.978994, 38.920042 ], [ -76.978995, 38.920019 ], [ -76.979006, 38.919894 ], [ -76.978921, 38.919823 ], [ -76.978866, 38.919769 ], [ -76.978813, 38.919714 ], [ -76.978764, 38.919657 ], [ -76.978718, 38.919598 ], [ -76.978682, 38.919548 ], [ -76.978617, 38.91945 ], [ -76.978593, 38.919408 ], [ -76.978565, 38.919355 ], [ -76.978552, 38.919328 ], [ -76.978529, 38.919273 ], [ -76.978516, 38.919244 ], [ -76.978494, 38.919185 ], [ -76.978466, 38.919095 ], [ -76.978458, 38.919065 ], [ -76.978445, 38.919004 ], [ -76.978379, 38.918607 ], [ -76.978367, 38.918531 ], [ -76.978295, 38.918104 ], [ -76.97827, 38.917957 ], [ -76.978194, 38.917559 ], [ -76.978167, 38.917282 ], [ -76.978537, 38.917272 ], [ -76.97894, 38.917262 ], [ -76.979325, 38.917258 ], [ -76.979734, 38.917258 ], [ -76.980175, 38.917237 ], [ -76.980605, 38.917209 ], [ -76.980806, 38.917184 ], [ -76.981579, 38.916948 ], [ -76.982348, 38.916687 ], [ -76.982637, 38.916575 ], [ -76.985227, 38.915672 ], [ -76.987936, 38.914741 ], [ -76.989157, 38.914325 ], [ -76.990504, 38.913873 ], [ -76.990739, 38.91371 ], [ -76.991045, 38.913602 ], [ -76.991574, 38.913418 ], [ -76.991752, 38.913355 ], [ -76.991889, 38.913308 ], [ -76.991975, 38.913277 ], [ -76.992111, 38.91323 ], [ -76.992379, 38.913129 ], [ -76.992614, 38.913051 ], [ -76.992663, 38.913034 ], [ -76.992766, 38.912997 ], [ -76.992864, 38.912963 ], [ -76.99371, 38.912664 ], [ -76.994506, 38.912384 ], [ -76.994854, 38.912262 ], [ -76.996443, 38.9117 ], [ -76.996872, 38.91155 ], [ -76.997278, 38.911408 ], [ -76.998137, 38.911112 ], [ -76.998318, 38.911054 ], [ -76.998376, 38.911035 ], [ -76.998426, 38.91102 ], [ -76.99852, 38.910988 ], [ -76.999252, 38.910746 ], [ -77.000075, 38.910461 ], [ -77.000377, 38.910445 ], [ -77.000509, 38.910412 ], [ -77.001354, 38.910114 ], [ -77.00173, 38.909978 ], [ -77.001495, 38.910447 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009201", "name": "Census Tract 92.01, District of Columbia, District of Columbia", "total_population_17": 2718, "white_alone_17": 1142.0, "black_alone_17": 1118.0, "native_alone_17": 10.0, "asian_alone_17": 82.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 195.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 22.972, "pct_black_alone_change": -32.364, "pct_native_alone_change": 0.223, "pct_asian_alone_change": 1.134, "pct_hispanic_or_latino_change": 1.888, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9287406", "INTPTLON": "-076.9989941" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.006264, 38.927016 ], [ -77.006179, 38.927039 ], [ -77.006152, 38.927047 ], [ -77.006091, 38.92707 ], [ -77.006013, 38.927106 ], [ -77.005976, 38.927126 ], [ -77.005934, 38.927151 ], [ -77.00589, 38.927181 ], [ -77.005847, 38.927213 ], [ -77.005789, 38.927264 ], [ -77.005753, 38.927301 ], [ -77.005377, 38.92775 ], [ -77.005361, 38.927768 ], [ -77.005251, 38.927899 ], [ -77.00502, 38.928172 ], [ -77.004919, 38.928293 ], [ -77.004886, 38.928334 ], [ -77.004852, 38.928374 ], [ -77.004283, 38.929047 ], [ -77.004258, 38.929078 ], [ -77.004052, 38.929319 ], [ -77.003969, 38.929406 ], [ -77.003883, 38.92949 ], [ -77.003793, 38.929573 ], [ -77.003669, 38.92968 ], [ -77.003554, 38.929772 ], [ -77.003495, 38.929817 ], [ -77.00335, 38.929922 ], [ -77.003262, 38.92998 ], [ -77.003172, 38.930037 ], [ -77.003045, 38.930112 ], [ -77.002797, 38.930251 ], [ -77.002654, 38.930328 ], [ -77.002448, 38.93044 ], [ -77.002208, 38.930571 ], [ -77.002091, 38.930634 ], [ -77.001922, 38.930725 ], [ -77.001453, 38.930979 ], [ -77.001219, 38.931103 ], [ -77.001127, 38.931151 ], [ -77.000982, 38.931215 ], [ -77.000703, 38.931337 ], [ -77.000559, 38.931394 ], [ -77.00006, 38.931592 ], [ -76.999141, 38.931961 ], [ -76.998701, 38.932136 ], [ -76.998539, 38.932202 ], [ -76.998272, 38.93231 ], [ -76.998018, 38.932412 ], [ -76.997788, 38.932505 ], [ -76.997556, 38.932599 ], [ -76.997219, 38.932734 ], [ -76.996777, 38.932913 ], [ -76.996439, 38.933054 ], [ -76.996184, 38.93316 ], [ -76.996073, 38.933206 ], [ -76.995791, 38.933319 ], [ -76.995423, 38.933468 ], [ -76.99536, 38.933492 ], [ -76.995072, 38.933626 ], [ -76.994953, 38.933687 ], [ -76.994837, 38.933746 ], [ -76.99471, 38.933822 ], [ -76.994583, 38.933909 ], [ -76.994429, 38.933362 ], [ -76.994311, 38.93286 ], [ -76.994496, 38.932373 ], [ -76.994309, 38.931383 ], [ -76.994241, 38.930911 ], [ -76.994155, 38.93024 ], [ -76.994125, 38.929791 ], [ -76.994102, 38.929249 ], [ -76.994102, 38.928641 ], [ -76.994138, 38.927914 ], [ -76.994177, 38.92744 ], [ -76.994311, 38.926492 ], [ -76.994417, 38.925908 ], [ -76.994484, 38.925582 ], [ -76.99465, 38.925582 ], [ -76.994807, 38.925582 ], [ -76.994966, 38.925582 ], [ -76.995484, 38.925581 ], [ -76.996173, 38.925582 ], [ -76.996279, 38.925581 ], [ -76.996609, 38.92558 ], [ -76.997169, 38.925583 ], [ -76.997824, 38.925581 ], [ -76.998445, 38.925585 ], [ -76.998804, 38.925586 ], [ -76.999503, 38.925586 ], [ -77.00013, 38.925585 ], [ -77.000146, 38.925585 ], [ -77.000431, 38.925588 ], [ -77.00057, 38.925591 ], [ -77.0007, 38.925594 ], [ -77.00134, 38.925594 ], [ -77.00166, 38.925593 ], [ -77.00199, 38.925594 ], [ -77.002444, 38.925594 ], [ -77.002656, 38.925594 ], [ -77.003061, 38.925596 ], [ -77.003125, 38.925598 ], [ -77.00324, 38.925604 ], [ -77.003397, 38.925617 ], [ -77.003507, 38.92563 ], [ -77.003629, 38.925647 ], [ -77.003798, 38.925676 ], [ -77.003924, 38.925703 ], [ -77.004043, 38.925731 ], [ -77.004194, 38.925772 ], [ -77.004269, 38.925795 ], [ -77.00438, 38.925832 ], [ -77.004455, 38.925856 ], [ -77.004603, 38.925906 ], [ -77.004678, 38.92593 ], [ -77.004715, 38.925943 ], [ -77.004881, 38.925997 ], [ -77.005089, 38.926067 ], [ -77.005362, 38.926156 ], [ -77.005447, 38.926185 ], [ -77.005476, 38.926194 ], [ -77.005588, 38.926235 ], [ -77.005615, 38.926246 ], [ -77.005662, 38.926268 ], [ -77.005696, 38.926285 ], [ -77.00573, 38.926304 ], [ -77.005759, 38.92632 ], [ -77.005787, 38.926338 ], [ -77.005847, 38.926379 ], [ -77.005908, 38.926427 ], [ -77.005964, 38.926479 ], [ -77.00599, 38.926506 ], [ -77.006056, 38.926584 ], [ -77.006116, 38.926669 ], [ -77.006208, 38.926799 ], [ -77.006256, 38.926899 ], [ -77.006293, 38.92701 ], [ -77.006264, 38.927016 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009203", "name": "Census Tract 92.03, District of Columbia, District of Columbia", "total_population_17": 2808, "white_alone_17": 436.0, "black_alone_17": 1955.0, "native_alone_17": 26.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 267.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 13.675, "pct_black_alone_change": -24.47, "pct_native_alone_change": 0.367, "pct_asian_alone_change": -0.343, "pct_hispanic_or_latino_change": 6.922, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9219735", "INTPTLON": "-077.0054956" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.009002, 38.918106 ], [ -77.008998, 38.919178 ], [ -77.008994, 38.920229 ], [ -77.00898, 38.920967 ], [ -77.008975, 38.921306 ], [ -77.008971, 38.922373 ], [ -77.008966, 38.922595 ], [ -77.008963, 38.923446 ], [ -77.00897, 38.924438 ], [ -77.008971, 38.924515 ], [ -77.008969, 38.925038 ], [ -77.008967, 38.925131 ], [ -77.008965, 38.925838 ], [ -77.008939, 38.926678 ], [ -77.008406, 38.926736 ], [ -77.008111, 38.926768 ], [ -77.007969, 38.926785 ], [ -77.007902, 38.926793 ], [ -77.007315, 38.926871 ], [ -77.006898, 38.926924 ], [ -77.006566, 38.926969 ], [ -77.00637, 38.926995 ], [ -77.006293, 38.92701 ], [ -77.006256, 38.926899 ], [ -77.006208, 38.926799 ], [ -77.006116, 38.926669 ], [ -77.006056, 38.926584 ], [ -77.00599, 38.926506 ], [ -77.005964, 38.926479 ], [ -77.005908, 38.926427 ], [ -77.005847, 38.926379 ], [ -77.005787, 38.926338 ], [ -77.005759, 38.92632 ], [ -77.00573, 38.926304 ], [ -77.005696, 38.926285 ], [ -77.005662, 38.926268 ], [ -77.005615, 38.926246 ], [ -77.005588, 38.926235 ], [ -77.005476, 38.926194 ], [ -77.005447, 38.926185 ], [ -77.005362, 38.926156 ], [ -77.005089, 38.926067 ], [ -77.004881, 38.925997 ], [ -77.004715, 38.925943 ], [ -77.004678, 38.92593 ], [ -77.004603, 38.925906 ], [ -77.004455, 38.925856 ], [ -77.00438, 38.925832 ], [ -77.004269, 38.925795 ], [ -77.004194, 38.925772 ], [ -77.004043, 38.925731 ], [ -77.003924, 38.925703 ], [ -77.003798, 38.925676 ], [ -77.003629, 38.925647 ], [ -77.003507, 38.92563 ], [ -77.003397, 38.925617 ], [ -77.00324, 38.925604 ], [ -77.003125, 38.925598 ], [ -77.003061, 38.925596 ], [ -77.002656, 38.925594 ], [ -77.002444, 38.925594 ], [ -77.002678, 38.925461 ], [ -77.002865, 38.925361 ], [ -77.002886, 38.925349 ], [ -77.002915, 38.925329 ], [ -77.002942, 38.925307 ], [ -77.002965, 38.925283 ], [ -77.002993, 38.925243 ], [ -77.003055, 38.925035 ], [ -77.003151, 38.92472 ], [ -77.003249, 38.924413 ], [ -77.003372, 38.924017 ], [ -77.003556, 38.923429 ], [ -77.003302, 38.923436 ], [ -77.00252, 38.923439 ], [ -77.002034, 38.923438 ], [ -77.001518, 38.923437 ], [ -77.000952, 38.92344 ], [ -77.000706, 38.92344 ], [ -77.00057, 38.923439 ], [ -77.000569, 38.92336 ], [ -77.000569, 38.922985 ], [ -77.000569, 38.92237 ], [ -77.00057, 38.921671 ], [ -77.000569, 38.921295 ], [ -77.000568, 38.92122 ], [ -77.00057, 38.920375 ], [ -77.000571, 38.920228 ], [ -77.000569, 38.919828 ], [ -77.000569, 38.919761 ], [ -77.002031, 38.919244 ], [ -77.003513, 38.918726 ], [ -77.004832, 38.918265 ], [ -77.00511, 38.918168 ], [ -77.005337, 38.918091 ], [ -77.005555, 38.918016 ], [ -77.006077, 38.917834 ], [ -77.006703, 38.917619 ], [ -77.007004, 38.917511 ], [ -77.007134, 38.917467 ], [ -77.008337, 38.917074 ], [ -77.008926, 38.916913 ], [ -77.009, 38.916893 ], [ -77.009002, 38.918106 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009204", "name": "Census Tract 92.04, District of Columbia, District of Columbia", "total_population_17": 2918, "white_alone_17": 309.0, "black_alone_17": 2243.0, "native_alone_17": 0.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 293.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 9.34, "pct_black_alone_change": -16.887, "pct_native_alone_change": -0.301, "pct_asian_alone_change": 0.135, "pct_hispanic_or_latino_change": 5.691, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9234161", "INTPTLON": "-076.9987071" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.003372, 38.924017 ], [ -77.003249, 38.924413 ], [ -77.003151, 38.92472 ], [ -77.003055, 38.925035 ], [ -77.002993, 38.925243 ], [ -77.002965, 38.925283 ], [ -77.002942, 38.925307 ], [ -77.002915, 38.925329 ], [ -77.002886, 38.925349 ], [ -77.002865, 38.925361 ], [ -77.002678, 38.925461 ], [ -77.002444, 38.925594 ], [ -77.00199, 38.925594 ], [ -77.00166, 38.925593 ], [ -77.00134, 38.925594 ], [ -77.0007, 38.925594 ], [ -77.00057, 38.925591 ], [ -77.000431, 38.925588 ], [ -77.000146, 38.925585 ], [ -77.00013, 38.925585 ], [ -76.999503, 38.925586 ], [ -76.998804, 38.925586 ], [ -76.998445, 38.925585 ], [ -76.997824, 38.925581 ], [ -76.997169, 38.925583 ], [ -76.996609, 38.92558 ], [ -76.996279, 38.925581 ], [ -76.996173, 38.925582 ], [ -76.995484, 38.925581 ], [ -76.994966, 38.925582 ], [ -76.994807, 38.925582 ], [ -76.99465, 38.925582 ], [ -76.994484, 38.925582 ], [ -76.994632, 38.924994 ], [ -76.994801, 38.924409 ], [ -76.994943, 38.923983 ], [ -76.995026, 38.923762 ], [ -76.995094, 38.923583 ], [ -76.995373, 38.922911 ], [ -76.995653, 38.922267 ], [ -76.99595, 38.921573 ], [ -76.996033, 38.921383 ], [ -76.996193, 38.921328 ], [ -76.996384, 38.921257 ], [ -76.999524, 38.920094 ], [ -77.000569, 38.919761 ], [ -77.000569, 38.919828 ], [ -77.000571, 38.920228 ], [ -77.00057, 38.920375 ], [ -77.000568, 38.92122 ], [ -77.000569, 38.921295 ], [ -77.00057, 38.921671 ], [ -77.000569, 38.92237 ], [ -77.000569, 38.922985 ], [ -77.000569, 38.92336 ], [ -77.00057, 38.923439 ], [ -77.000706, 38.92344 ], [ -77.000952, 38.92344 ], [ -77.001518, 38.923437 ], [ -77.002034, 38.923438 ], [ -77.00252, 38.923439 ], [ -77.003302, 38.923436 ], [ -77.003556, 38.923429 ], [ -77.003372, 38.924017 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009301", "name": "Census Tract 93.01, District of Columbia, District of Columbia", "total_population_17": 3468, "white_alone_17": 1137.0, "black_alone_17": 1807.0, "native_alone_17": 24.0, "asian_alone_17": 134.0, "native_hawaiian_pacific_islander_17": 7.0, "hispanic_or_latino_17": 246.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 14.298, "pct_black_alone_change": -20.694, "pct_native_alone_change": 0.087, "pct_asian_alone_change": 2.079, "pct_hispanic_or_latino_change": 1.435, "pct_native_hawaiian_pacific_islander_change": 0.202, "INTPTLAT": "+38.9307537", "INTPTLON": "-076.9864640" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994583, 38.933909 ], [ -76.994399, 38.933937 ], [ -76.994354, 38.933909 ], [ -76.994329, 38.933902 ], [ -76.994304, 38.933899 ], [ -76.994273, 38.9339 ], [ -76.994248, 38.933905 ], [ -76.994179, 38.933925 ], [ -76.994006, 38.933986 ], [ -76.993899, 38.93403 ], [ -76.993529, 38.934184 ], [ -76.993358, 38.934256 ], [ -76.993329, 38.934269 ], [ -76.993244, 38.934311 ], [ -76.993064, 38.93441 ], [ -76.993025, 38.934419 ], [ -76.992986, 38.934425 ], [ -76.992946, 38.934428 ], [ -76.992872, 38.93443 ], [ -76.992793, 38.934429 ], [ -76.992692, 38.934439 ], [ -76.992118, 38.934464 ], [ -76.991688, 38.934487 ], [ -76.991244, 38.934513 ], [ -76.991158, 38.934516 ], [ -76.990598, 38.934538 ], [ -76.990248, 38.934548 ], [ -76.989945, 38.934562 ], [ -76.989632, 38.934582 ], [ -76.989226, 38.934605 ], [ -76.98894, 38.934619 ], [ -76.988841, 38.934628 ], [ -76.987474, 38.934695 ], [ -76.986991, 38.934721 ], [ -76.986586, 38.934741 ], [ -76.98648, 38.934747 ], [ -76.985306, 38.934807 ], [ -76.98484, 38.934828 ], [ -76.98459, 38.934841 ], [ -76.983624, 38.934886 ], [ -76.983601, 38.934888 ], [ -76.983032, 38.934917 ], [ -76.982872, 38.934927 ], [ -76.981425, 38.934997 ], [ -76.981328, 38.935001 ], [ -76.980814, 38.935028 ], [ -76.979872, 38.935075 ], [ -76.979768, 38.935081 ], [ -76.979723, 38.934513 ], [ -76.979693, 38.934093 ], [ -76.979614, 38.933112 ], [ -76.979608, 38.933024 ], [ -76.97958, 38.932673 ], [ -76.979545, 38.932207 ], [ -76.979538, 38.932124 ], [ -76.979471, 38.931217 ], [ -76.979464, 38.931136 ], [ -76.979458, 38.931047 ], [ -76.979429, 38.930691 ], [ -76.979386, 38.930147 ], [ -76.97938, 38.930068 ], [ -76.979346, 38.929678 ], [ -76.979292, 38.929028 ], [ -76.979285, 38.928951 ], [ -76.979266, 38.928717 ], [ -76.979229, 38.928257 ], [ -76.979223, 38.928167 ], [ -76.979184, 38.927843 ], [ -76.979157, 38.927755 ], [ -76.97913, 38.927709 ], [ -76.980535, 38.927023 ], [ -76.980732, 38.926926 ], [ -76.981364, 38.92662 ], [ -76.982056, 38.926302 ], [ -76.983231, 38.925713 ], [ -76.983815, 38.925461 ], [ -76.985623, 38.92462 ], [ -76.985665, 38.924702 ], [ -76.985686, 38.924749 ], [ -76.985705, 38.924796 ], [ -76.98572, 38.924845 ], [ -76.985732, 38.924894 ], [ -76.985741, 38.924943 ], [ -76.985742, 38.924969 ], [ -76.985749, 38.925069 ], [ -76.98576, 38.925222 ], [ -76.985799, 38.925699 ], [ -76.985879, 38.92668 ], [ -76.985885, 38.926767 ], [ -76.985892, 38.92686 ], [ -76.985923, 38.927237 ], [ -76.985963, 38.927745 ], [ -76.985969, 38.927835 ], [ -76.98614, 38.927826 ], [ -76.986484, 38.927811 ], [ -76.986826, 38.927793 ], [ -76.987266, 38.927771 ], [ -76.987716, 38.927747 ], [ -76.988285, 38.927719 ], [ -76.988498, 38.927709 ], [ -76.988973, 38.927683 ], [ -76.989394, 38.927663 ], [ -76.990605, 38.927603 ], [ -76.99072, 38.927596 ], [ -76.990833, 38.927588 ], [ -76.991644, 38.927551 ], [ -76.992064, 38.927533 ], [ -76.992328, 38.92752 ], [ -76.992433, 38.927516 ], [ -76.992928, 38.927487 ], [ -76.993451, 38.927463 ], [ -76.993681, 38.92745 ], [ -76.994073, 38.927442 ], [ -76.994121, 38.927441 ], [ -76.994177, 38.92744 ], [ -76.994138, 38.927914 ], [ -76.994102, 38.928641 ], [ -76.994102, 38.929249 ], [ -76.994125, 38.929791 ], [ -76.994155, 38.93024 ], [ -76.994241, 38.930911 ], [ -76.994309, 38.931383 ], [ -76.994496, 38.932373 ], [ -76.994311, 38.93286 ], [ -76.994429, 38.933362 ], [ -76.994583, 38.933909 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009302", "name": "Census Tract 93.02, District of Columbia, District of Columbia", "total_population_17": 1279, "white_alone_17": 384.0, "black_alone_17": 541.0, "native_alone_17": 0.0, "asian_alone_17": 3.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 345.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 28.441, "pct_black_alone_change": -53.121, "pct_native_alone_change": 0.0, "pct_asian_alone_change": 0.152, "pct_hispanic_or_latino_change": 24.393, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9251636", "INTPTLON": "-076.9907773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.996033, 38.921383 ], [ -76.99595, 38.921573 ], [ -76.995653, 38.922267 ], [ -76.995373, 38.922911 ], [ -76.995094, 38.923583 ], [ -76.995026, 38.923762 ], [ -76.994943, 38.923983 ], [ -76.994801, 38.924409 ], [ -76.994632, 38.924994 ], [ -76.994484, 38.925582 ], [ -76.994417, 38.925908 ], [ -76.994311, 38.926492 ], [ -76.994177, 38.92744 ], [ -76.994121, 38.927441 ], [ -76.994073, 38.927442 ], [ -76.993681, 38.92745 ], [ -76.993451, 38.927463 ], [ -76.992928, 38.927487 ], [ -76.992433, 38.927516 ], [ -76.992328, 38.92752 ], [ -76.992064, 38.927533 ], [ -76.991644, 38.927551 ], [ -76.990833, 38.927588 ], [ -76.99072, 38.927596 ], [ -76.990605, 38.927603 ], [ -76.989394, 38.927663 ], [ -76.988973, 38.927683 ], [ -76.988498, 38.927709 ], [ -76.988285, 38.927719 ], [ -76.987716, 38.927747 ], [ -76.987266, 38.927771 ], [ -76.986826, 38.927793 ], [ -76.986484, 38.927811 ], [ -76.98614, 38.927826 ], [ -76.985969, 38.927835 ], [ -76.985963, 38.927745 ], [ -76.985923, 38.927237 ], [ -76.985892, 38.92686 ], [ -76.985885, 38.926767 ], [ -76.985879, 38.92668 ], [ -76.985799, 38.925699 ], [ -76.98576, 38.925222 ], [ -76.985749, 38.925069 ], [ -76.985742, 38.924969 ], [ -76.985741, 38.924943 ], [ -76.985732, 38.924894 ], [ -76.98572, 38.924845 ], [ -76.985705, 38.924796 ], [ -76.985686, 38.924749 ], [ -76.985665, 38.924702 ], [ -76.985623, 38.92462 ], [ -76.986466, 38.924346 ], [ -76.988001, 38.923866 ], [ -76.989936, 38.923205 ], [ -76.990195, 38.923123 ], [ -76.992417, 38.922485 ], [ -76.993886, 38.922046 ], [ -76.994872, 38.92174 ], [ -76.995915, 38.921423 ], [ -76.995965, 38.921406 ], [ -76.996033, 38.921383 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009400", "name": "Census Tract 94, District of Columbia, District of Columbia", "total_population_17": 4917, "white_alone_17": 710.0, "black_alone_17": 3782.0, "native_alone_17": 0.0, "asian_alone_17": 49.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 279.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 11.368, "pct_black_alone_change": -16.05, "pct_native_alone_change": -0.216, "pct_asian_alone_change": 0.349, "pct_hispanic_or_latino_change": 2.818, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9368061", "INTPTLON": "-076.9742464" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.980399, 38.943085 ], [ -76.980395, 38.943135 ], [ -76.980387, 38.943185 ], [ -76.980381, 38.943215 ], [ -76.980235, 38.94341 ], [ -76.980185, 38.943478 ], [ -76.979685, 38.944145 ], [ -76.97962, 38.944233 ], [ -76.979466, 38.94444 ], [ -76.978854, 38.945252 ], [ -76.978793, 38.945334 ], [ -76.978723, 38.945426 ], [ -76.978688, 38.945474 ], [ -76.978669, 38.945498 ], [ -76.978642, 38.945535 ], [ -76.978625, 38.945556 ], [ -76.978587, 38.945607 ], [ -76.978559, 38.945643 ], [ -76.978532, 38.94568 ], [ -76.978476, 38.945752 ], [ -76.978449, 38.945788 ], [ -76.978397, 38.945848 ], [ -76.978314, 38.945935 ], [ -76.978286, 38.945963 ], [ -76.978196, 38.946045 ], [ -76.978165, 38.946072 ], [ -76.978048, 38.946179 ], [ -76.977961, 38.946246 ], [ -76.977931, 38.946265 ], [ -76.977784, 38.94637 ], [ -76.977738, 38.946335 ], [ -76.977262, 38.945968 ], [ -76.97448, 38.943823 ], [ -76.974466, 38.943812 ], [ -76.973906, 38.94338 ], [ -76.973854, 38.943339 ], [ -76.973817, 38.94331 ], [ -76.973765, 38.943269 ], [ -76.973713, 38.943229 ], [ -76.973628, 38.943163 ], [ -76.973344, 38.942938 ], [ -76.97289, 38.942585 ], [ -76.97241, 38.94221 ], [ -76.972146, 38.942003 ], [ -76.972082, 38.941951 ], [ -76.972039, 38.941919 ], [ -76.971988, 38.941879 ], [ -76.971934, 38.941837 ], [ -76.971845, 38.941768 ], [ -76.971763, 38.941704 ], [ -76.971681, 38.941641 ], [ -76.971599, 38.941577 ], [ -76.971518, 38.941513 ], [ -76.971436, 38.94145 ], [ -76.971354, 38.941386 ], [ -76.971273, 38.941322 ], [ -76.971191, 38.941258 ], [ -76.97111, 38.941194 ], [ -76.971042, 38.941141 ], [ -76.970974, 38.941088 ], [ -76.970906, 38.941035 ], [ -76.97086, 38.940998 ], [ -76.970838, 38.940981 ], [ -76.97077, 38.940928 ], [ -76.970702, 38.940875 ], [ -76.970634, 38.940822 ], [ -76.970566, 38.940769 ], [ -76.970497, 38.940716 ], [ -76.970429, 38.940663 ], [ -76.97035, 38.940601 ], [ -76.970272, 38.94054 ], [ -76.970193, 38.940478 ], [ -76.970115, 38.940417 ], [ -76.970036, 38.940356 ], [ -76.969958, 38.940294 ], [ -76.969879, 38.940233 ], [ -76.969801, 38.940172 ], [ -76.969759, 38.940139 ], [ -76.969717, 38.940106 ], [ -76.969675, 38.940073 ], [ -76.969633, 38.94004 ], [ -76.969608, 38.940021 ], [ -76.96959, 38.940005 ], [ -76.969161, 38.93967 ], [ -76.968769, 38.939368 ], [ -76.968289, 38.938997 ], [ -76.96825, 38.938967 ], [ -76.968169, 38.938902 ], [ -76.968146, 38.938884 ], [ -76.96808, 38.938831 ], [ -76.967816, 38.938619 ], [ -76.966979, 38.937964 ], [ -76.966846, 38.93786 ], [ -76.966823, 38.937842 ], [ -76.96673, 38.937769 ], [ -76.96618, 38.937341 ], [ -76.965879, 38.937104 ], [ -76.965802, 38.937043 ], [ -76.965719, 38.936978 ], [ -76.965644, 38.936917 ], [ -76.965598, 38.936881 ], [ -76.965398, 38.936725 ], [ -76.965169, 38.936547 ], [ -76.965127, 38.936514 ], [ -76.965077, 38.936475 ], [ -76.964982, 38.936401 ], [ -76.964874, 38.936316 ], [ -76.964835, 38.936286 ], [ -76.964734, 38.936207 ], [ -76.964644, 38.936136 ], [ -76.964478, 38.936006 ], [ -76.964409, 38.935952 ], [ -76.964388, 38.935935 ], [ -76.964308, 38.935873 ], [ -76.964, 38.935632 ], [ -76.963886, 38.935544 ], [ -76.963627, 38.935343 ], [ -76.963574, 38.935301 ], [ -76.963492, 38.935237 ], [ -76.963447, 38.935202 ], [ -76.963696, 38.935083 ], [ -76.963751, 38.935054 ], [ -76.96381, 38.935026 ], [ -76.963874, 38.934999 ], [ -76.965825, 38.934098 ], [ -76.966081, 38.93397 ], [ -76.968013, 38.932993 ], [ -76.969167, 38.932488 ], [ -76.970789, 38.931702 ], [ -76.971301, 38.931452 ], [ -76.97158, 38.931312 ], [ -76.972156, 38.931051 ], [ -76.973686, 38.930317 ], [ -76.974165, 38.93009 ], [ -76.974328, 38.930015 ], [ -76.974866, 38.929765 ], [ -76.976222, 38.92911 ], [ -76.97637, 38.92904 ], [ -76.978181, 38.928188 ], [ -76.978487, 38.928013 ], [ -76.97881, 38.927848 ], [ -76.97913, 38.927709 ], [ -76.979157, 38.927755 ], [ -76.979184, 38.927843 ], [ -76.979223, 38.928167 ], [ -76.979229, 38.928257 ], [ -76.979266, 38.928717 ], [ -76.979285, 38.928951 ], [ -76.979292, 38.929028 ], [ -76.979346, 38.929678 ], [ -76.97938, 38.930068 ], [ -76.979386, 38.930147 ], [ -76.979429, 38.930691 ], [ -76.979458, 38.931047 ], [ -76.979464, 38.931136 ], [ -76.979471, 38.931217 ], [ -76.979538, 38.932124 ], [ -76.979545, 38.932207 ], [ -76.97958, 38.932673 ], [ -76.979608, 38.933024 ], [ -76.979614, 38.933112 ], [ -76.979693, 38.934093 ], [ -76.979723, 38.934513 ], [ -76.979768, 38.935081 ], [ -76.979781, 38.935253 ], [ -76.979802, 38.935485 ], [ -76.979813, 38.93562 ], [ -76.979822, 38.935755 ], [ -76.979851, 38.936164 ], [ -76.980015, 38.938222 ], [ -76.980021, 38.938306 ], [ -76.980094, 38.939287 ], [ -76.980097, 38.939316 ], [ -76.980151, 38.939576 ], [ -76.980132, 38.939737 ], [ -76.9802, 38.940631 ], [ -76.980206, 38.94072 ], [ -76.980236, 38.941112 ], [ -76.980268, 38.941515 ], [ -76.980289, 38.941788 ], [ -76.980328, 38.942308 ], [ -76.980364, 38.942751 ], [ -76.980379, 38.94286 ], [ -76.980391, 38.942941 ], [ -76.980397, 38.942994 ], [ -76.980399, 38.943035 ], [ -76.980399, 38.943085 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009501", "name": "Census Tract 95.01, District of Columbia, District of Columbia", "total_population_17": 7659, "white_alone_17": 1933.0, "black_alone_17": 3469.0, "native_alone_17": 15.0, "asian_alone_17": 260.0, "native_hawaiian_pacific_islander_17": 5.0, "hispanic_or_latino_17": 1910.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -8.14, "pct_black_alone_change": -14.585, "pct_native_alone_change": -0.146, "pct_asian_alone_change": 1.134, "pct_hispanic_or_latino_change": 21.196, "pct_native_hawaiian_pacific_islander_change": 0.065, "INTPTLAT": "+38.9418428", "INTPTLON": "-077.0029522" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.010862, 38.944648 ], [ -77.010812, 38.944677 ], [ -77.010764, 38.944707 ], [ -77.010409, 38.944923 ], [ -77.009996, 38.945178 ], [ -77.009565, 38.945447 ], [ -77.009498, 38.945487 ], [ -77.009433, 38.945529 ], [ -77.009369, 38.945573 ], [ -77.009204, 38.945691 ], [ -77.008991, 38.945916 ], [ -77.008953, 38.945961 ], [ -77.008917, 38.946006 ], [ -77.008882, 38.946052 ], [ -77.008797, 38.9462 ], [ -77.008735, 38.946344 ], [ -77.00868, 38.946499 ], [ -77.008651, 38.946683 ], [ -77.008669, 38.947098 ], [ -77.00871, 38.947392 ], [ -77.008722, 38.947637 ], [ -77.008692, 38.948169 ], [ -77.008701, 38.948296 ], [ -77.008726, 38.948609 ], [ -77.008751, 38.948954 ], [ -77.008784, 38.949393 ], [ -77.008814, 38.949764 ], [ -77.008847, 38.950267 ], [ -77.008864, 38.950499 ], [ -77.008891, 38.950859 ], [ -77.008893, 38.950878 ], [ -77.008905, 38.95104 ], [ -77.008919, 38.951229 ], [ -77.008958, 38.951716 ], [ -77.008986, 38.952124 ], [ -77.009007, 38.952407 ], [ -77.008867, 38.952409 ], [ -77.008658, 38.95241 ], [ -77.008409, 38.952408 ], [ -77.00834, 38.952407 ], [ -77.008011, 38.952394 ], [ -77.007951, 38.952388 ], [ -77.007831, 38.952374 ], [ -77.007834, 38.952031 ], [ -77.007835, 38.952001 ], [ -77.007835, 38.951941 ], [ -77.00783, 38.951798 ], [ -77.007667, 38.951802 ], [ -77.007549, 38.951808 ], [ -77.007473, 38.951811 ], [ -77.007397, 38.951817 ], [ -77.007255, 38.951838 ], [ -77.0071, 38.951866 ], [ -77.006624, 38.951965 ], [ -77.006468, 38.951996 ], [ -77.006365, 38.95202 ], [ -77.006321, 38.952029 ], [ -77.006233, 38.952042 ], [ -77.006188, 38.952045 ], [ -77.006098, 38.952048 ], [ -77.006054, 38.952046 ], [ -77.006009, 38.952042 ], [ -77.005965, 38.952037 ], [ -77.005922, 38.952029 ], [ -77.005677, 38.951979 ], [ -77.005562, 38.951957 ], [ -77.005391, 38.951921 ], [ -77.00531, 38.951901 ], [ -77.005178, 38.951863 ], [ -77.005125, 38.951846 ], [ -77.00507, 38.951827 ], [ -77.004961, 38.951787 ], [ -77.004854, 38.951743 ], [ -77.004803, 38.951718 ], [ -77.004705, 38.951664 ], [ -77.00459, 38.951592 ], [ -77.00455, 38.951565 ], [ -77.004511, 38.951536 ], [ -77.004475, 38.951505 ], [ -77.004343, 38.951376 ], [ -77.004277, 38.9513 ], [ -77.00422, 38.951231 ], [ -77.0042, 38.95121 ], [ -77.004179, 38.951191 ], [ -77.004156, 38.951172 ], [ -77.004132, 38.951156 ], [ -77.004105, 38.95114 ], [ -77.004027, 38.951104 ], [ -77.003981, 38.951076 ], [ -77.003942, 38.951048 ], [ -77.00391, 38.951021 ], [ -77.003882, 38.950991 ], [ -77.003858, 38.950959 ], [ -77.003838, 38.950925 ], [ -77.003817, 38.950885 ], [ -77.003799, 38.950847 ], [ -77.003785, 38.950813 ], [ -77.003772, 38.950778 ], [ -77.003761, 38.95074 ], [ -77.003745, 38.950665 ], [ -77.003725, 38.950531 ], [ -77.003707, 38.950397 ], [ -77.003677, 38.950139 ], [ -77.00367, 38.9501 ], [ -77.003654, 38.950022 ], [ -77.003635, 38.94996 ], [ -77.003599, 38.949867 ], [ -77.003585, 38.949837 ], [ -77.003553, 38.949777 ], [ -77.003536, 38.949748 ], [ -77.003482, 38.94966 ], [ -77.003423, 38.949574 ], [ -77.003402, 38.949546 ], [ -77.003314, 38.949436 ], [ -77.000553, 38.947348 ], [ -77.00055, 38.947009 ], [ -77.000329, 38.946972 ], [ -77.000319, 38.946948 ], [ -77.000043, 38.94627 ], [ -76.997642, 38.940732 ], [ -76.996114, 38.937187 ], [ -76.995097, 38.934546 ], [ -76.994723, 38.934323 ], [ -76.994583, 38.933909 ], [ -76.99471, 38.933822 ], [ -76.994837, 38.933746 ], [ -76.994953, 38.933687 ], [ -76.995072, 38.933626 ], [ -76.99536, 38.933492 ], [ -76.995423, 38.933468 ], [ -76.995791, 38.933319 ], [ -76.996073, 38.933206 ], [ -76.996184, 38.93316 ], [ -76.996439, 38.933054 ], [ -76.996777, 38.932913 ], [ -76.997219, 38.932734 ], [ -76.997556, 38.932599 ], [ -76.997788, 38.932505 ], [ -76.998018, 38.932412 ], [ -76.998272, 38.93231 ], [ -76.998539, 38.932202 ], [ -76.998701, 38.932136 ], [ -76.999141, 38.931961 ], [ -77.00006, 38.931592 ], [ -77.000559, 38.931394 ], [ -77.000703, 38.931337 ], [ -77.000982, 38.931215 ], [ -77.001223, 38.931606 ], [ -77.001303, 38.931812 ], [ -77.001333, 38.931967 ], [ -77.001338, 38.931998 ], [ -77.001725, 38.934016 ], [ -77.001805, 38.934453 ], [ -77.001884, 38.934859 ], [ -77.001967, 38.935295 ], [ -77.002058, 38.935762 ], [ -77.002113, 38.936057 ], [ -77.002132, 38.936155 ], [ -77.002474, 38.936234 ], [ -77.00278, 38.936397 ], [ -77.00317, 38.936631 ], [ -77.003612, 38.936767 ], [ -77.004295, 38.93691 ], [ -77.005068, 38.936832 ], [ -77.005543, 38.936767 ], [ -77.005755, 38.936661 ], [ -77.005872, 38.936647 ], [ -77.006077, 38.936624 ], [ -77.006359, 38.936592 ], [ -77.006388, 38.936684 ], [ -77.006454, 38.936886 ], [ -77.006558, 38.937172 ], [ -77.006621, 38.937325 ], [ -77.0067, 38.9375 ], [ -77.006783, 38.937673 ], [ -77.006846, 38.9378 ], [ -77.006885, 38.937875 ], [ -77.007597, 38.939203 ], [ -77.008052, 38.940035 ], [ -77.008198, 38.940332 ], [ -77.008313, 38.940626 ], [ -77.00835, 38.940858 ], [ -77.008365, 38.941054 ], [ -77.00836, 38.941356 ], [ -77.008323, 38.941613 ], [ -77.008222, 38.941937 ], [ -77.008034, 38.942381 ], [ -77.008146, 38.942405 ], [ -77.008217, 38.942426 ], [ -77.00836, 38.942493 ], [ -77.008494, 38.942563 ], [ -77.00876, 38.942706 ], [ -77.008956, 38.942817 ], [ -77.009021, 38.942857 ], [ -77.009149, 38.942938 ], [ -77.009276, 38.943021 ], [ -77.009338, 38.943063 ], [ -77.009461, 38.943149 ], [ -77.009581, 38.943237 ], [ -77.00965, 38.943291 ], [ -77.009694, 38.943328 ], [ -77.009778, 38.943405 ], [ -77.009798, 38.943425 ], [ -77.010438, 38.944093 ], [ -77.01055, 38.944209 ], [ -77.010803, 38.944475 ], [ -77.010926, 38.944613 ], [ -77.010862, 38.944648 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009503", "name": "Census Tract 95.03, District of Columbia, District of Columbia", "total_population_17": 3144, "white_alone_17": 577.0, "black_alone_17": 2432.0, "native_alone_17": 0.0, "asian_alone_17": 34.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 57.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 8.6, "pct_black_alone_change": -10.774, "pct_native_alone_change": -0.13, "pct_asian_alone_change": 0.429, "pct_hispanic_or_latino_change": 0.606, "pct_native_hawaiian_pacific_islander_change": -0.033, "INTPTLAT": "+38.9434458", "INTPTLON": "-076.9845276" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.989528, 38.950269 ], [ -76.989528, 38.950956 ], [ -76.989529, 38.951551 ], [ -76.989528, 38.951635 ], [ -76.989526, 38.951764 ], [ -76.989527, 38.951797 ], [ -76.989526, 38.95183 ], [ -76.989523, 38.951864 ], [ -76.989519, 38.951897 ], [ -76.989506, 38.951963 ], [ -76.989486, 38.952027 ], [ -76.989474, 38.952059 ], [ -76.989451, 38.952113 ], [ -76.989431, 38.952156 ], [ -76.989384, 38.952241 ], [ -76.98937, 38.952261 ], [ -76.989357, 38.952282 ], [ -76.989309, 38.952348 ], [ -76.989291, 38.952371 ], [ -76.989272, 38.952393 ], [ -76.989257, 38.952409 ], [ -76.989233, 38.952436 ], [ -76.989212, 38.952457 ], [ -76.989145, 38.952517 ], [ -76.988471, 38.953165 ], [ -76.988396, 38.953238 ], [ -76.9882, 38.953197 ], [ -76.987404, 38.952973 ], [ -76.987021, 38.952862 ], [ -76.986493, 38.95269 ], [ -76.98639, 38.952662 ], [ -76.986286, 38.95264 ], [ -76.986233, 38.952631 ], [ -76.986127, 38.952617 ], [ -76.985991, 38.952608 ], [ -76.985936, 38.952609 ], [ -76.985908, 38.952611 ], [ -76.985854, 38.952618 ], [ -76.9858, 38.95263 ], [ -76.985774, 38.952638 ], [ -76.985749, 38.952647 ], [ -76.98552, 38.952469 ], [ -76.984744, 38.95185 ], [ -76.984691, 38.951825 ], [ -76.984108, 38.951363 ], [ -76.983007, 38.95049 ], [ -76.982981, 38.950469 ], [ -76.978931, 38.947257 ], [ -76.978404, 38.946849 ], [ -76.97823, 38.946715 ], [ -76.977784, 38.94637 ], [ -76.977931, 38.946265 ], [ -76.977961, 38.946246 ], [ -76.978048, 38.946179 ], [ -76.978165, 38.946072 ], [ -76.978196, 38.946045 ], [ -76.978286, 38.945963 ], [ -76.978314, 38.945935 ], [ -76.978397, 38.945848 ], [ -76.978449, 38.945788 ], [ -76.978476, 38.945752 ], [ -76.978532, 38.94568 ], [ -76.978559, 38.945643 ], [ -76.978587, 38.945607 ], [ -76.978625, 38.945556 ], [ -76.978642, 38.945535 ], [ -76.978669, 38.945498 ], [ -76.978688, 38.945474 ], [ -76.978723, 38.945426 ], [ -76.978793, 38.945334 ], [ -76.978854, 38.945252 ], [ -76.979466, 38.94444 ], [ -76.97962, 38.944233 ], [ -76.979685, 38.944145 ], [ -76.980185, 38.943478 ], [ -76.980235, 38.94341 ], [ -76.980381, 38.943215 ], [ -76.980387, 38.943185 ], [ -76.980395, 38.943135 ], [ -76.980399, 38.943085 ], [ -76.980399, 38.943035 ], [ -76.980397, 38.942994 ], [ -76.980391, 38.942941 ], [ -76.980379, 38.94286 ], [ -76.980364, 38.942751 ], [ -76.980328, 38.942308 ], [ -76.980289, 38.941788 ], [ -76.980268, 38.941515 ], [ -76.980236, 38.941112 ], [ -76.980206, 38.94072 ], [ -76.9802, 38.940631 ], [ -76.980132, 38.939737 ], [ -76.980151, 38.939576 ], [ -76.980097, 38.939316 ], [ -76.980094, 38.939287 ], [ -76.980021, 38.938306 ], [ -76.980015, 38.938222 ], [ -76.979851, 38.936164 ], [ -76.979822, 38.935755 ], [ -76.979813, 38.93562 ], [ -76.979802, 38.935485 ], [ -76.979781, 38.935253 ], [ -76.979768, 38.935081 ], [ -76.979872, 38.935075 ], [ -76.980814, 38.935028 ], [ -76.981328, 38.935001 ], [ -76.981425, 38.934997 ], [ -76.982872, 38.934927 ], [ -76.983032, 38.934917 ], [ -76.983601, 38.934888 ], [ -76.983624, 38.934886 ], [ -76.98459, 38.934841 ], [ -76.98484, 38.934828 ], [ -76.985306, 38.934807 ], [ -76.98648, 38.934747 ], [ -76.986586, 38.934741 ], [ -76.986991, 38.934721 ], [ -76.987474, 38.934695 ], [ -76.988841, 38.934628 ], [ -76.988865, 38.934949 ], [ -76.988865, 38.935029 ], [ -76.988861, 38.935109 ], [ -76.988852, 38.935189 ], [ -76.988839, 38.935269 ], [ -76.988771, 38.935647 ], [ -76.988723, 38.935928 ], [ -76.988679, 38.936172 ], [ -76.988654, 38.936336 ], [ -76.988582, 38.936746 ], [ -76.988556, 38.936886 ], [ -76.988492, 38.937241 ], [ -76.988447, 38.937486 ], [ -76.988315, 38.938224 ], [ -76.988315, 38.938244 ], [ -76.988312, 38.938312 ], [ -76.988308, 38.938422 ], [ -76.988303, 38.938982 ], [ -76.988302, 38.939066 ], [ -76.988301, 38.93937 ], [ -76.988297, 38.939657 ], [ -76.988296, 38.939733 ], [ -76.988302, 38.940272 ], [ -76.988305, 38.940471 ], [ -76.988305, 38.940515 ], [ -76.988307, 38.940616 ], [ -76.988307, 38.940723 ], [ -76.988306, 38.940804 ], [ -76.988306, 38.940951 ], [ -76.988303, 38.941202 ], [ -76.988304, 38.941463 ], [ -76.988303, 38.941797 ], [ -76.988306, 38.942786 ], [ -76.988305, 38.942866 ], [ -76.988302, 38.94316 ], [ -76.988302, 38.943261 ], [ -76.988303, 38.943687 ], [ -76.9883, 38.944095 ], [ -76.988302, 38.944148 ], [ -76.988308, 38.944195 ], [ -76.988316, 38.944234 ], [ -76.988325, 38.94427 ], [ -76.988332, 38.944294 ], [ -76.988341, 38.944319 ], [ -76.988456, 38.944751 ], [ -76.988593, 38.945252 ], [ -76.988616, 38.94534 ], [ -76.988722, 38.945694 ], [ -76.988812, 38.945991 ], [ -76.988859, 38.94613 ], [ -76.988895, 38.946269 ], [ -76.98894, 38.946451 ], [ -76.988949, 38.946492 ], [ -76.988959, 38.946532 ], [ -76.98902, 38.946757 ], [ -76.989082, 38.946988 ], [ -76.989136, 38.947173 ], [ -76.989169, 38.947303 ], [ -76.989193, 38.947394 ], [ -76.989354, 38.947981 ], [ -76.989367, 38.948032 ], [ -76.989376, 38.948065 ], [ -76.989437, 38.948296 ], [ -76.989512, 38.948573 ], [ -76.989521, 38.948629 ], [ -76.989527, 38.948685 ], [ -76.989529, 38.948713 ], [ -76.989528, 38.948774 ], [ -76.989528, 38.949202 ], [ -76.98953, 38.949426 ], [ -76.989528, 38.950269 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009504", "name": "Census Tract 95.04, District of Columbia, District of Columbia", "total_population_17": 3296, "white_alone_17": 963.0, "black_alone_17": 1744.0, "native_alone_17": 304.0, "asian_alone_17": 94.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 446.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 12.456, "pct_black_alone_change": -24.182, "pct_native_alone_change": 9.104, "pct_asian_alone_change": 0.168, "pct_hispanic_or_latino_change": 10.49, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+38.9409147", "INTPTLON": "-076.9931092" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.99912, 38.946271 ], [ -76.998998, 38.946272 ], [ -76.998377, 38.946271 ], [ -76.998085, 38.946271 ], [ -76.997637, 38.946273 ], [ -76.997158, 38.94627 ], [ -76.99705, 38.94627 ], [ -76.996925, 38.946269 ], [ -76.996609, 38.946271 ], [ -76.995492, 38.946271 ], [ -76.994953, 38.946273 ], [ -76.994831, 38.946274 ], [ -76.994326, 38.946275 ], [ -76.993868, 38.946272 ], [ -76.993269, 38.946273 ], [ -76.992768, 38.946276 ], [ -76.992646, 38.946276 ], [ -76.992512, 38.946277 ], [ -76.991951, 38.946276 ], [ -76.991319, 38.946272 ], [ -76.990239, 38.946272 ], [ -76.990117, 38.946271 ], [ -76.988991, 38.94627 ], [ -76.988895, 38.946269 ], [ -76.988859, 38.94613 ], [ -76.988812, 38.945991 ], [ -76.988722, 38.945694 ], [ -76.988616, 38.94534 ], [ -76.988593, 38.945252 ], [ -76.988456, 38.944751 ], [ -76.988341, 38.944319 ], [ -76.988332, 38.944294 ], [ -76.988325, 38.94427 ], [ -76.988316, 38.944234 ], [ -76.988308, 38.944195 ], [ -76.988302, 38.944148 ], [ -76.9883, 38.944095 ], [ -76.988303, 38.943687 ], [ -76.988302, 38.943261 ], [ -76.988302, 38.94316 ], [ -76.988305, 38.942866 ], [ -76.988306, 38.942786 ], [ -76.988303, 38.941797 ], [ -76.988304, 38.941463 ], [ -76.988303, 38.941202 ], [ -76.988306, 38.940951 ], [ -76.988306, 38.940804 ], [ -76.988307, 38.940723 ], [ -76.988307, 38.940616 ], [ -76.988305, 38.940515 ], [ -76.988305, 38.940471 ], [ -76.988302, 38.940272 ], [ -76.988296, 38.939733 ], [ -76.988297, 38.939657 ], [ -76.988301, 38.93937 ], [ -76.988302, 38.939066 ], [ -76.988303, 38.938982 ], [ -76.988308, 38.938422 ], [ -76.988312, 38.938312 ], [ -76.988315, 38.938244 ], [ -76.988315, 38.938224 ], [ -76.988447, 38.937486 ], [ -76.988492, 38.937241 ], [ -76.988556, 38.936886 ], [ -76.988582, 38.936746 ], [ -76.988654, 38.936336 ], [ -76.988679, 38.936172 ], [ -76.988723, 38.935928 ], [ -76.988771, 38.935647 ], [ -76.988839, 38.935269 ], [ -76.988852, 38.935189 ], [ -76.988861, 38.935109 ], [ -76.988865, 38.935029 ], [ -76.988865, 38.934949 ], [ -76.988841, 38.934628 ], [ -76.98894, 38.934619 ], [ -76.989226, 38.934605 ], [ -76.989632, 38.934582 ], [ -76.989945, 38.934562 ], [ -76.990248, 38.934548 ], [ -76.990598, 38.934538 ], [ -76.991158, 38.934516 ], [ -76.991244, 38.934513 ], [ -76.991688, 38.934487 ], [ -76.992118, 38.934464 ], [ -76.992692, 38.934439 ], [ -76.992793, 38.934429 ], [ -76.992872, 38.93443 ], [ -76.992946, 38.934428 ], [ -76.992986, 38.934425 ], [ -76.993025, 38.934419 ], [ -76.993064, 38.93441 ], [ -76.993244, 38.934311 ], [ -76.993329, 38.934269 ], [ -76.993358, 38.934256 ], [ -76.993529, 38.934184 ], [ -76.993899, 38.93403 ], [ -76.994006, 38.933986 ], [ -76.994179, 38.933925 ], [ -76.994248, 38.933905 ], [ -76.994273, 38.9339 ], [ -76.994304, 38.933899 ], [ -76.994329, 38.933902 ], [ -76.994354, 38.933909 ], [ -76.994399, 38.933937 ], [ -76.994583, 38.933909 ], [ -76.994723, 38.934323 ], [ -76.995097, 38.934546 ], [ -76.996114, 38.937187 ], [ -76.997642, 38.940732 ], [ -77.000043, 38.94627 ], [ -76.99912, 38.946271 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009505", "name": "Census Tract 95.05, District of Columbia, District of Columbia", "total_population_17": 2940, "white_alone_17": 306.0, "black_alone_17": 2236.0, "native_alone_17": 34.0, "asian_alone_17": 21.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 324.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 7.974, "pct_black_alone_change": -18.368, "pct_native_alone_change": 1.081, "pct_asian_alone_change": 0.377, "pct_hispanic_or_latino_change": 8.699, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9618979", "INTPTLON": "-077.0052019" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.010713, 38.962357 ], [ -77.010461, 38.962695 ], [ -77.009602, 38.963849 ], [ -77.009562, 38.963905 ], [ -77.009537, 38.963937 ], [ -77.009499, 38.963989 ], [ -77.008927, 38.964758 ], [ -77.008963, 38.96479 ], [ -77.009032, 38.964848 ], [ -77.009089, 38.964899 ], [ -77.009185, 38.964983 ], [ -77.009159, 38.964999 ], [ -77.009139, 38.96502 ], [ -77.009126, 38.965043 ], [ -77.009114, 38.965097 ], [ -77.009097, 38.965189 ], [ -77.009076, 38.965327 ], [ -77.009064, 38.965419 ], [ -77.009054, 38.965511 ], [ -77.009045, 38.965613 ], [ -77.009041, 38.96568 ], [ -77.009039, 38.965748 ], [ -77.009039, 38.965816 ], [ -77.009048, 38.966331 ], [ -77.009047, 38.966419 ], [ -77.009046, 38.966755 ], [ -77.009048, 38.967339 ], [ -77.009049, 38.967421 ], [ -77.009047, 38.968217 ], [ -77.009042, 38.969096 ], [ -77.009042, 38.969696 ], [ -77.009044, 38.969873 ], [ -77.009042, 38.969893 ], [ -77.009036, 38.969919 ], [ -77.009022, 38.969948 ], [ -77.008993, 38.969987 ], [ -77.008928, 38.970042 ], [ -77.008852, 38.970109 ], [ -77.008625, 38.970307 ], [ -77.008575, 38.97035 ], [ -77.00852, 38.970395 ], [ -77.007708, 38.969768 ], [ -77.006516, 38.968861 ], [ -77.006105, 38.96854 ], [ -77.005252, 38.967877 ], [ -77.004602, 38.967353 ], [ -77.004479, 38.967258 ], [ -77.003555, 38.966548 ], [ -77.003346, 38.966384 ], [ -77.002511, 38.965731 ], [ -77.002436, 38.965673 ], [ -77.001498, 38.964951 ], [ -77.000794, 38.964397 ], [ -77.000705, 38.964327 ], [ -77.000161, 38.963903 ], [ -77.000142, 38.963889 ], [ -77.000053, 38.963819 ], [ -76.999947, 38.963737 ], [ -76.99974, 38.963577 ], [ -76.999311, 38.963242 ], [ -76.999154, 38.963118 ], [ -76.999073, 38.963055 ], [ -76.998988, 38.962988 ], [ -76.998877, 38.962901 ], [ -76.99882, 38.962856 ], [ -76.998751, 38.962802 ], [ -76.998698, 38.96276 ], [ -76.998616, 38.962696 ], [ -76.998541, 38.962638 ], [ -76.998468, 38.96258 ], [ -76.997897, 38.962132 ], [ -76.99788, 38.962119 ], [ -76.997802, 38.962058 ], [ -76.997697, 38.961978 ], [ -76.997341, 38.961702 ], [ -76.99723, 38.961616 ], [ -76.997291, 38.961601 ], [ -76.997441, 38.961558 ], [ -76.997539, 38.961526 ], [ -76.997706, 38.961475 ], [ -76.997747, 38.961461 ], [ -76.997872, 38.961422 ], [ -76.997913, 38.961408 ], [ -76.997955, 38.961395 ], [ -76.998145, 38.961332 ], [ -76.998272, 38.961286 ], [ -76.998364, 38.961253 ], [ -76.998455, 38.961217 ], [ -76.998544, 38.96118 ], [ -76.998632, 38.96114 ], [ -76.998806, 38.961056 ], [ -76.998892, 38.961012 ], [ -76.99902, 38.960943 ], [ -76.999074, 38.960911 ], [ -76.999103, 38.960895 ], [ -76.999262, 38.960796 ], [ -76.999377, 38.960719 ], [ -76.99949, 38.960639 ], [ -76.999545, 38.960598 ], [ -76.999652, 38.960514 ], [ -76.999735, 38.960446 ], [ -76.999793, 38.960395 ], [ -76.999908, 38.96029 ], [ -76.999935, 38.960263 ], [ -76.999963, 38.960237 ], [ -77.000059, 38.960139 ], [ -77.0001, 38.960096 ], [ -77.000205, 38.959981 ], [ -77.000256, 38.959922 ], [ -77.000354, 38.959803 ], [ -77.000449, 38.959681 ], [ -77.0005, 38.959611 ], [ -77.000558, 38.959536 ], [ -77.000921, 38.959061 ], [ -77.001062, 38.958867 ], [ -77.001131, 38.958776 ], [ -77.001241, 38.958609 ], [ -77.001416, 38.958197 ], [ -77.002241, 38.95687 ], [ -77.002294, 38.956771 ], [ -77.002463, 38.956515 ], [ -77.002516, 38.956543 ], [ -77.002578, 38.956479 ], [ -77.002705, 38.956379 ], [ -77.002805, 38.9563 ], [ -77.002912, 38.956231 ], [ -77.003059, 38.956152 ], [ -77.003235, 38.95608 ], [ -77.003249, 38.956122 ], [ -77.003834, 38.955879 ], [ -77.003926, 38.955857 ], [ -77.004655, 38.955684 ], [ -77.004983, 38.955693 ], [ -77.005304, 38.955619 ], [ -77.006049, 38.955448 ], [ -77.006259, 38.9554 ], [ -77.006792, 38.955278 ], [ -77.007282, 38.95517 ], [ -77.0077, 38.955079 ], [ -77.008224, 38.954957 ], [ -77.00884, 38.954825 ], [ -77.008879, 38.95482 ], [ -77.008918, 38.954817 ], [ -77.008997, 38.954814 ], [ -77.009046, 38.954815 ], [ -77.009047, 38.955307 ], [ -77.009051, 38.9557 ], [ -77.009045, 38.956195 ], [ -77.009043, 38.956587 ], [ -77.009042, 38.956861 ], [ -77.009047, 38.957301 ], [ -77.009049, 38.95766 ], [ -77.009045, 38.958401 ], [ -77.009046, 38.958506 ], [ -77.009046, 38.95865 ], [ -77.009047, 38.958729 ], [ -77.009049, 38.958807 ], [ -77.00905, 38.95889 ], [ -77.009049, 38.95915 ], [ -77.00905, 38.959446 ], [ -77.009048, 38.959551 ], [ -77.009049, 38.95958 ], [ -77.009051, 38.959608 ], [ -77.009057, 38.959646 ], [ -77.009068, 38.959692 ], [ -77.009094, 38.959761 ], [ -77.009109, 38.959807 ], [ -77.009157, 38.959943 ], [ -77.009191, 38.960033 ], [ -77.009251, 38.960184 ], [ -77.009263, 38.960213 ], [ -77.009355, 38.960456 ], [ -77.009393, 38.960553 ], [ -77.009452, 38.960698 ], [ -77.009491, 38.960782 ], [ -77.009533, 38.960864 ], [ -77.009579, 38.960946 ], [ -77.00961, 38.960998 ], [ -77.009653, 38.961066 ], [ -77.00968, 38.961106 ], [ -77.009725, 38.961168 ], [ -77.009858, 38.961339 ], [ -77.01009, 38.961622 ], [ -77.010461, 38.962081 ], [ -77.010631, 38.962289 ], [ -77.010713, 38.962357 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009507", "name": "Census Tract 95.07, District of Columbia, District of Columbia", "total_population_17": 1924, "white_alone_17": 18.0, "black_alone_17": 1603.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 292.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.349, "pct_black_alone_change": -14.075, "pct_native_alone_change": -0.065, "pct_asian_alone_change": -0.718, "pct_hispanic_or_latino_change": 14.525, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9584945", "INTPTLON": "-076.9977787" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.002241, 38.95687 ], [ -77.001416, 38.958197 ], [ -77.001241, 38.958609 ], [ -77.001131, 38.958776 ], [ -77.001062, 38.958867 ], [ -77.000921, 38.959061 ], [ -77.000558, 38.959536 ], [ -77.0005, 38.959611 ], [ -77.000449, 38.959681 ], [ -77.000354, 38.959803 ], [ -77.000256, 38.959922 ], [ -77.000205, 38.959981 ], [ -77.0001, 38.960096 ], [ -77.000059, 38.960139 ], [ -76.999963, 38.960237 ], [ -76.999935, 38.960263 ], [ -76.999908, 38.96029 ], [ -76.999793, 38.960395 ], [ -76.999735, 38.960446 ], [ -76.999652, 38.960514 ], [ -76.999545, 38.960598 ], [ -76.99949, 38.960639 ], [ -76.999377, 38.960719 ], [ -76.999262, 38.960796 ], [ -76.999103, 38.960895 ], [ -76.999074, 38.960911 ], [ -76.99902, 38.960943 ], [ -76.998892, 38.961012 ], [ -76.998806, 38.961056 ], [ -76.998632, 38.96114 ], [ -76.998544, 38.96118 ], [ -76.998455, 38.961217 ], [ -76.998364, 38.961253 ], [ -76.998272, 38.961286 ], [ -76.998145, 38.961332 ], [ -76.997955, 38.961395 ], [ -76.997913, 38.961408 ], [ -76.997872, 38.961422 ], [ -76.997747, 38.961461 ], [ -76.997706, 38.961475 ], [ -76.997539, 38.961526 ], [ -76.997441, 38.961558 ], [ -76.997291, 38.961601 ], [ -76.99723, 38.961616 ], [ -76.997199, 38.961592 ], [ -76.997109, 38.961523 ], [ -76.996912, 38.961369 ], [ -76.996657, 38.961169 ], [ -76.996167, 38.960788 ], [ -76.995706, 38.960429 ], [ -76.995625, 38.960366 ], [ -76.99504, 38.959907 ], [ -76.994436, 38.959434 ], [ -76.994351, 38.959367 ], [ -76.994264, 38.959299 ], [ -76.994242, 38.959282 ], [ -76.993704, 38.958861 ], [ -76.993276, 38.958528 ], [ -76.993247, 38.958506 ], [ -76.993077, 38.958373 ], [ -76.992879, 38.958218 ], [ -76.992741, 38.958111 ], [ -76.992635, 38.958029 ], [ -76.99253, 38.957946 ], [ -76.992228, 38.957712 ], [ -76.992149, 38.95765 ], [ -76.992103, 38.957613 ], [ -76.992056, 38.957576 ], [ -76.992044, 38.957566 ], [ -76.992012, 38.957541 ], [ -76.991964, 38.957503 ], [ -76.991909, 38.957459 ], [ -76.991859, 38.95742 ], [ -76.991842, 38.957407 ], [ -76.991635, 38.957246 ], [ -76.991668, 38.957238 ], [ -76.991735, 38.957226 ], [ -76.991803, 38.957217 ], [ -76.991838, 38.957214 ], [ -76.991906, 38.957212 ], [ -76.991941, 38.957212 ], [ -76.991975, 38.957214 ], [ -76.992438, 38.95725 ], [ -76.99248, 38.957254 ], [ -76.992689, 38.957268 ], [ -76.992856, 38.957272 ], [ -76.993319, 38.957273 ], [ -76.994186, 38.957273 ], [ -76.99438, 38.957274 ], [ -76.995336, 38.957271 ], [ -76.995783, 38.957272 ], [ -76.997052, 38.957272 ], [ -76.997157, 38.957268 ], [ -76.997261, 38.957261 ], [ -76.997408, 38.957245 ], [ -76.997537, 38.957225 ], [ -76.997574, 38.957218 ], [ -76.997682, 38.957194 ], [ -76.997788, 38.957167 ], [ -76.99784, 38.957152 ], [ -76.997944, 38.957119 ], [ -76.998045, 38.957083 ], [ -76.998132, 38.957049 ], [ -76.998216, 38.957012 ], [ -76.998299, 38.956972 ], [ -76.998379, 38.956929 ], [ -76.998482, 38.956868 ], [ -76.998546, 38.956827 ], [ -76.998581, 38.956803 ], [ -76.998651, 38.956752 ], [ -76.998759, 38.956666 ], [ -76.998818, 38.956613 ], [ -76.998898, 38.956529 ], [ -76.998923, 38.9565 ], [ -76.99897, 38.95644 ], [ -76.999047, 38.956344 ], [ -76.999228, 38.956108 ], [ -76.999369, 38.955952 ], [ -76.999447, 38.955874 ], [ -76.999511, 38.955814 ], [ -76.999555, 38.955774 ], [ -76.999639, 38.9557 ], [ -76.999663, 38.95568 ], [ -76.999739, 38.955622 ], [ -76.999844, 38.955547 ], [ -76.999898, 38.955511 ], [ -77.000275, 38.955294 ], [ -77.000472, 38.955434 ], [ -77.000863, 38.955693 ], [ -77.001839, 38.956435 ], [ -77.001885, 38.95647 ], [ -77.002294, 38.956771 ], [ -77.002241, 38.95687 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009508", "name": "Census Tract 95.08, District of Columbia, District of Columbia", "total_population_17": 3691, "white_alone_17": 211.0, "black_alone_17": 2688.0, "native_alone_17": 68.0, "asian_alone_17": 71.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 587.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 4.843, "pct_black_alone_change": -23.747, "pct_native_alone_change": 1.667, "pct_asian_alone_change": 1.33, "pct_hispanic_or_latino_change": 14.47, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9538806", "INTPTLON": "-076.9984470" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.00905, 38.953334 ], [ -77.009047, 38.953452 ], [ -77.009045, 38.953529 ], [ -77.009049, 38.953791 ], [ -77.009048, 38.954109 ], [ -77.009048, 38.954478 ], [ -77.009047, 38.954545 ], [ -77.009047, 38.954623 ], [ -77.009046, 38.954815 ], [ -77.008997, 38.954814 ], [ -77.008918, 38.954817 ], [ -77.008879, 38.95482 ], [ -77.00884, 38.954825 ], [ -77.008224, 38.954957 ], [ -77.0077, 38.955079 ], [ -77.007282, 38.95517 ], [ -77.006792, 38.955278 ], [ -77.006259, 38.9554 ], [ -77.006049, 38.955448 ], [ -77.005304, 38.955619 ], [ -77.004983, 38.955693 ], [ -77.004655, 38.955684 ], [ -77.003926, 38.955857 ], [ -77.003834, 38.955879 ], [ -77.003249, 38.956122 ], [ -77.003235, 38.95608 ], [ -77.003059, 38.956152 ], [ -77.002912, 38.956231 ], [ -77.002805, 38.9563 ], [ -77.002705, 38.956379 ], [ -77.002578, 38.956479 ], [ -77.002516, 38.956543 ], [ -77.002463, 38.956515 ], [ -77.002294, 38.956771 ], [ -77.001885, 38.95647 ], [ -77.001839, 38.956435 ], [ -77.000863, 38.955693 ], [ -77.000472, 38.955434 ], [ -77.000275, 38.955294 ], [ -76.999898, 38.955511 ], [ -76.999844, 38.955547 ], [ -76.999739, 38.955622 ], [ -76.999663, 38.95568 ], [ -76.999639, 38.9557 ], [ -76.999555, 38.955774 ], [ -76.999511, 38.955814 ], [ -76.999447, 38.955874 ], [ -76.999369, 38.955952 ], [ -76.999228, 38.956108 ], [ -76.999047, 38.956344 ], [ -76.99897, 38.95644 ], [ -76.998923, 38.9565 ], [ -76.998898, 38.956529 ], [ -76.998818, 38.956613 ], [ -76.998759, 38.956666 ], [ -76.998651, 38.956752 ], [ -76.998581, 38.956803 ], [ -76.998546, 38.956827 ], [ -76.998482, 38.956868 ], [ -76.998379, 38.956929 ], [ -76.998299, 38.956972 ], [ -76.998216, 38.957012 ], [ -76.998132, 38.957049 ], [ -76.998045, 38.957083 ], [ -76.997944, 38.957119 ], [ -76.99784, 38.957152 ], [ -76.997788, 38.957167 ], [ -76.997682, 38.957194 ], [ -76.997574, 38.957218 ], [ -76.997537, 38.957225 ], [ -76.997408, 38.957245 ], [ -76.997261, 38.957261 ], [ -76.997157, 38.957268 ], [ -76.997052, 38.957272 ], [ -76.995783, 38.957272 ], [ -76.995336, 38.957271 ], [ -76.99438, 38.957274 ], [ -76.994186, 38.957273 ], [ -76.993319, 38.957273 ], [ -76.992856, 38.957272 ], [ -76.992689, 38.957268 ], [ -76.99248, 38.957254 ], [ -76.992438, 38.95725 ], [ -76.991975, 38.957214 ], [ -76.991941, 38.957212 ], [ -76.991906, 38.957212 ], [ -76.991838, 38.957214 ], [ -76.991803, 38.957217 ], [ -76.991735, 38.957226 ], [ -76.991668, 38.957238 ], [ -76.991635, 38.957246 ], [ -76.99152, 38.957157 ], [ -76.991456, 38.957107 ], [ -76.99119, 38.956899 ], [ -76.991071, 38.956807 ], [ -76.990993, 38.956746 ], [ -76.990921, 38.95669 ], [ -76.990849, 38.956634 ], [ -76.990494, 38.95635 ], [ -76.990431, 38.9563 ], [ -76.990353, 38.956239 ], [ -76.990273, 38.956176 ], [ -76.990187, 38.956107 ], [ -76.990003, 38.955961 ], [ -76.989786, 38.955793 ], [ -76.989568, 38.955623 ], [ -76.989464, 38.955542 ], [ -76.98939, 38.955484 ], [ -76.989306, 38.955419 ], [ -76.989279, 38.955399 ], [ -76.989012, 38.955189 ], [ -76.988751, 38.954985 ], [ -76.988455, 38.954753 ], [ -76.988179, 38.954537 ], [ -76.98813, 38.954499 ], [ -76.987981, 38.954381 ], [ -76.987958, 38.954363 ], [ -76.987833, 38.954265 ], [ -76.987721, 38.954176 ], [ -76.987667, 38.954133 ], [ -76.9872, 38.953773 ], [ -76.986568, 38.953278 ], [ -76.986145, 38.952948 ], [ -76.986014, 38.952846 ], [ -76.985871, 38.952738 ], [ -76.985749, 38.952647 ], [ -76.985774, 38.952638 ], [ -76.9858, 38.95263 ], [ -76.985854, 38.952618 ], [ -76.985908, 38.952611 ], [ -76.985936, 38.952609 ], [ -76.985991, 38.952608 ], [ -76.986127, 38.952617 ], [ -76.986233, 38.952631 ], [ -76.986286, 38.95264 ], [ -76.98639, 38.952662 ], [ -76.986493, 38.95269 ], [ -76.987021, 38.952862 ], [ -76.987404, 38.952973 ], [ -76.9882, 38.953197 ], [ -76.988396, 38.953238 ], [ -76.988471, 38.953165 ], [ -76.989145, 38.952517 ], [ -76.989212, 38.952457 ], [ -76.989233, 38.952436 ], [ -76.989257, 38.952409 ], [ -76.989457, 38.952407 ], [ -76.990115, 38.952408 ], [ -76.990552, 38.952407 ], [ -76.990818, 38.952406 ], [ -76.991524, 38.952407 ], [ -76.991592, 38.952408 ], [ -76.991687, 38.952408 ], [ -76.991862, 38.952407 ], [ -76.992132, 38.952403 ], [ -76.992623, 38.952386 ], [ -76.992704, 38.952384 ], [ -76.992817, 38.95238 ], [ -76.993078, 38.952373 ], [ -76.993269, 38.952367 ], [ -76.993828, 38.952347 ], [ -76.993957, 38.952345 ], [ -76.994099, 38.95234 ], [ -76.994152, 38.952337 ], [ -76.99426, 38.952329 ], [ -76.994413, 38.952314 ], [ -76.994548, 38.952295 ], [ -76.994638, 38.952279 ], [ -76.99477, 38.952249 ], [ -76.994813, 38.952237 ], [ -76.994968, 38.952199 ], [ -76.995175, 38.952152 ], [ -76.995423, 38.9521 ], [ -76.995791, 38.952028 ], [ -76.995986, 38.951996 ], [ -76.996253, 38.951961 ], [ -76.996871, 38.951886 ], [ -76.997459, 38.951843 ], [ -76.997912, 38.951834 ], [ -76.99801, 38.951839 ], [ -76.998123, 38.95186 ], [ -76.998222, 38.951875 ], [ -76.998377, 38.951886 ], [ -76.998558, 38.951891 ], [ -76.998789, 38.951875 ], [ -76.999051, 38.951842 ], [ -76.999463, 38.95176 ], [ -76.999854, 38.951626 ], [ -77.000319, 38.951349 ], [ -77.000646, 38.951091 ], [ -77.002011, 38.951051 ], [ -77.000896, 38.948336 ], [ -77.000493, 38.94737 ], [ -77.000454, 38.947276 ], [ -77.000329, 38.946972 ], [ -77.00055, 38.947009 ], [ -77.000553, 38.947348 ], [ -77.003314, 38.949436 ], [ -77.003402, 38.949546 ], [ -77.003423, 38.949574 ], [ -77.003482, 38.94966 ], [ -77.003536, 38.949748 ], [ -77.003553, 38.949777 ], [ -77.003585, 38.949837 ], [ -77.003599, 38.949867 ], [ -77.003635, 38.94996 ], [ -77.003654, 38.950022 ], [ -77.00367, 38.9501 ], [ -77.003677, 38.950139 ], [ -77.003707, 38.950397 ], [ -77.003725, 38.950531 ], [ -77.003745, 38.950665 ], [ -77.003761, 38.95074 ], [ -77.003772, 38.950778 ], [ -77.003785, 38.950813 ], [ -77.003799, 38.950847 ], [ -77.003817, 38.950885 ], [ -77.003838, 38.950925 ], [ -77.003858, 38.950959 ], [ -77.003882, 38.950991 ], [ -77.00391, 38.951021 ], [ -77.003942, 38.951048 ], [ -77.003981, 38.951076 ], [ -77.004027, 38.951104 ], [ -77.004105, 38.95114 ], [ -77.004132, 38.951156 ], [ -77.004156, 38.951172 ], [ -77.004179, 38.951191 ], [ -77.0042, 38.95121 ], [ -77.00422, 38.951231 ], [ -77.004277, 38.9513 ], [ -77.004343, 38.951376 ], [ -77.004475, 38.951505 ], [ -77.004511, 38.951536 ], [ -77.00455, 38.951565 ], [ -77.00459, 38.951592 ], [ -77.004705, 38.951664 ], [ -77.004803, 38.951718 ], [ -77.004854, 38.951743 ], [ -77.004961, 38.951787 ], [ -77.00507, 38.951827 ], [ -77.005125, 38.951846 ], [ -77.005178, 38.951863 ], [ -77.00531, 38.951901 ], [ -77.005391, 38.951921 ], [ -77.005562, 38.951957 ], [ -77.005677, 38.951979 ], [ -77.005922, 38.952029 ], [ -77.005965, 38.952037 ], [ -77.006009, 38.952042 ], [ -77.006054, 38.952046 ], [ -77.006098, 38.952048 ], [ -77.006188, 38.952045 ], [ -77.006233, 38.952042 ], [ -77.006321, 38.952029 ], [ -77.006365, 38.95202 ], [ -77.006468, 38.951996 ], [ -77.006624, 38.951965 ], [ -77.0071, 38.951866 ], [ -77.007255, 38.951838 ], [ -77.007397, 38.951817 ], [ -77.007473, 38.951811 ], [ -77.007549, 38.951808 ], [ -77.007667, 38.951802 ], [ -77.00783, 38.951798 ], [ -77.007835, 38.951941 ], [ -77.007835, 38.952001 ], [ -77.007834, 38.952031 ], [ -77.007831, 38.952374 ], [ -77.007951, 38.952388 ], [ -77.008011, 38.952394 ], [ -77.00834, 38.952407 ], [ -77.008409, 38.952408 ], [ -77.008658, 38.95241 ], [ -77.008867, 38.952409 ], [ -77.009007, 38.952407 ], [ -77.009015, 38.952512 ], [ -77.009038, 38.952761 ], [ -77.009042, 38.952821 ], [ -77.009045, 38.952852 ], [ -77.00905, 38.952973 ], [ -77.00905, 38.953034 ], [ -77.009052, 38.953115 ], [ -77.00905, 38.953334 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009509", "name": "Census Tract 95.09, District of Columbia, District of Columbia", "total_population_17": 3314, "white_alone_17": 245.0, "black_alone_17": 2701.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 289.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 5.771, "pct_black_alone_change": -15.909, "pct_native_alone_change": -0.311, "pct_asian_alone_change": -0.173, "pct_hispanic_or_latino_change": 8.238, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9492140", "INTPTLON": "-076.9950319" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.002011, 38.951051 ], [ -77.000646, 38.951091 ], [ -77.000319, 38.951349 ], [ -76.999854, 38.951626 ], [ -76.999463, 38.95176 ], [ -76.999051, 38.951842 ], [ -76.998789, 38.951875 ], [ -76.998558, 38.951891 ], [ -76.998377, 38.951886 ], [ -76.998222, 38.951875 ], [ -76.998123, 38.95186 ], [ -76.99801, 38.951839 ], [ -76.997912, 38.951834 ], [ -76.997459, 38.951843 ], [ -76.996871, 38.951886 ], [ -76.996253, 38.951961 ], [ -76.995986, 38.951996 ], [ -76.995791, 38.952028 ], [ -76.995423, 38.9521 ], [ -76.995175, 38.952152 ], [ -76.994968, 38.952199 ], [ -76.994813, 38.952237 ], [ -76.99477, 38.952249 ], [ -76.994638, 38.952279 ], [ -76.994548, 38.952295 ], [ -76.994413, 38.952314 ], [ -76.99426, 38.952329 ], [ -76.994152, 38.952337 ], [ -76.994099, 38.95234 ], [ -76.993957, 38.952345 ], [ -76.993828, 38.952347 ], [ -76.993269, 38.952367 ], [ -76.993078, 38.952373 ], [ -76.992817, 38.95238 ], [ -76.992704, 38.952384 ], [ -76.992623, 38.952386 ], [ -76.992132, 38.952403 ], [ -76.991862, 38.952407 ], [ -76.991687, 38.952408 ], [ -76.991592, 38.952408 ], [ -76.991524, 38.952407 ], [ -76.990818, 38.952406 ], [ -76.990552, 38.952407 ], [ -76.990115, 38.952408 ], [ -76.989457, 38.952407 ], [ -76.989257, 38.952409 ], [ -76.989272, 38.952393 ], [ -76.989291, 38.952371 ], [ -76.989309, 38.952348 ], [ -76.989357, 38.952282 ], [ -76.98937, 38.952261 ], [ -76.989384, 38.952241 ], [ -76.989431, 38.952156 ], [ -76.989451, 38.952113 ], [ -76.989474, 38.952059 ], [ -76.989486, 38.952027 ], [ -76.989506, 38.951963 ], [ -76.989519, 38.951897 ], [ -76.989523, 38.951864 ], [ -76.989526, 38.95183 ], [ -76.989527, 38.951797 ], [ -76.989526, 38.951764 ], [ -76.989528, 38.951635 ], [ -76.989529, 38.951551 ], [ -76.989528, 38.950956 ], [ -76.989528, 38.950269 ], [ -76.98953, 38.949426 ], [ -76.989528, 38.949202 ], [ -76.989528, 38.948774 ], [ -76.989529, 38.948713 ], [ -76.989527, 38.948685 ], [ -76.989521, 38.948629 ], [ -76.989512, 38.948573 ], [ -76.989437, 38.948296 ], [ -76.989376, 38.948065 ], [ -76.989367, 38.948032 ], [ -76.989354, 38.947981 ], [ -76.989193, 38.947394 ], [ -76.989169, 38.947303 ], [ -76.989136, 38.947173 ], [ -76.989082, 38.946988 ], [ -76.98902, 38.946757 ], [ -76.988959, 38.946532 ], [ -76.988949, 38.946492 ], [ -76.98894, 38.946451 ], [ -76.988895, 38.946269 ], [ -76.988991, 38.94627 ], [ -76.990117, 38.946271 ], [ -76.990239, 38.946272 ], [ -76.991319, 38.946272 ], [ -76.991951, 38.946276 ], [ -76.992512, 38.946277 ], [ -76.992646, 38.946276 ], [ -76.992768, 38.946276 ], [ -76.993269, 38.946273 ], [ -76.993868, 38.946272 ], [ -76.994326, 38.946275 ], [ -76.994831, 38.946274 ], [ -76.994953, 38.946273 ], [ -76.995492, 38.946271 ], [ -76.996609, 38.946271 ], [ -76.996925, 38.946269 ], [ -76.99705, 38.94627 ], [ -76.997158, 38.94627 ], [ -76.997637, 38.946273 ], [ -76.998085, 38.946271 ], [ -76.998377, 38.946271 ], [ -76.998998, 38.946272 ], [ -76.99912, 38.946271 ], [ -77.000043, 38.94627 ], [ -77.000319, 38.946948 ], [ -77.000329, 38.946972 ], [ -77.000454, 38.947276 ], [ -77.000493, 38.94737 ], [ -77.000896, 38.948336 ], [ -77.002011, 38.951051 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009601", "name": "Census Tract 96.01, District of Columbia, District of Columbia", "total_population_17": 2567, "white_alone_17": 44.0, "black_alone_17": 2497.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 21.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.245, "pct_black_alone_change": -1.276, "pct_native_alone_change": -0.427, "pct_asian_alone_change": -0.299, "pct_hispanic_or_latino_change": 0.562, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9091300", "INTPTLON": "-076.9490606" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.957887, 38.906272 ], [ -76.956788, 38.907859 ], [ -76.954459, 38.91096 ], [ -76.953825, 38.912289 ], [ -76.953573, 38.914382 ], [ -76.952893, 38.914797 ], [ -76.951997, 38.914904 ], [ -76.947257, 38.914975 ], [ -76.945951, 38.915252 ], [ -76.944611, 38.916188 ], [ -76.943858, 38.916871 ], [ -76.943623, 38.917006 ], [ -76.942932, 38.917401 ], [ -76.942566, 38.917974 ], [ -76.942496, 38.918033 ], [ -76.942434, 38.918093 ], [ -76.941923, 38.918584 ], [ -76.941524, 38.918273 ], [ -76.941455, 38.918212 ], [ -76.941388, 38.918154 ], [ -76.941349, 38.918119 ], [ -76.941297, 38.918079 ], [ -76.941266, 38.918055 ], [ -76.941254, 38.918045 ], [ -76.941086, 38.917915 ], [ -76.93968, 38.916823 ], [ -76.939567, 38.916735 ], [ -76.939352, 38.916573 ], [ -76.939227, 38.916476 ], [ -76.939202, 38.916456 ], [ -76.939169, 38.916432 ], [ -76.939105, 38.916385 ], [ -76.939089, 38.916373 ], [ -76.93906, 38.916351 ], [ -76.938694, 38.916072 ], [ -76.937696, 38.915311 ], [ -76.937058, 38.91482 ], [ -76.935953, 38.91383 ], [ -76.934311, 38.912361 ], [ -76.934272, 38.912337 ], [ -76.934237, 38.912315 ], [ -76.934169, 38.912268 ], [ -76.934064, 38.912196 ], [ -76.934046, 38.912184 ], [ -76.934032, 38.912173 ], [ -76.934006, 38.912153 ], [ -76.933943, 38.912104 ], [ -76.933845, 38.912028 ], [ -76.933508, 38.911764 ], [ -76.933095, 38.911441 ], [ -76.932844, 38.911243 ], [ -76.932819, 38.911224 ], [ -76.93275, 38.91117 ], [ -76.932679, 38.911115 ], [ -76.932502, 38.910975 ], [ -76.932142, 38.910691 ], [ -76.932109, 38.910665 ], [ -76.932081, 38.910644 ], [ -76.932057, 38.910625 ], [ -76.932043, 38.910614 ], [ -76.932024, 38.910599 ], [ -76.932002, 38.910582 ], [ -76.931924, 38.910521 ], [ -76.931879, 38.910486 ], [ -76.931856, 38.910468 ], [ -76.931762, 38.910395 ], [ -76.932494, 38.910007 ], [ -76.932855, 38.909797 ], [ -76.933078, 38.909654 ], [ -76.934741, 38.90841 ], [ -76.936222, 38.90726 ], [ -76.937713, 38.906079 ], [ -76.938649, 38.905326 ], [ -76.938721, 38.905269 ], [ -76.940663, 38.903776 ], [ -76.941749, 38.902918 ], [ -76.942113, 38.902633 ], [ -76.94234, 38.902446 ], [ -76.94286, 38.902045 ], [ -76.943223, 38.901746 ], [ -76.943666, 38.901392 ], [ -76.943724, 38.901405 ], [ -76.943834, 38.901427 ], [ -76.943925, 38.901445 ], [ -76.94415, 38.901474 ], [ -76.944186, 38.901479 ], [ -76.944227, 38.901486 ], [ -76.944257, 38.901496 ], [ -76.944293, 38.901504 ], [ -76.94432, 38.901512 ], [ -76.944344, 38.901521 ], [ -76.944387, 38.901534 ], [ -76.94442, 38.901546 ], [ -76.944477, 38.90158 ], [ -76.944517, 38.901604 ], [ -76.944543, 38.901622 ], [ -76.944673, 38.901712 ], [ -76.944712, 38.901739 ], [ -76.944802, 38.901803 ], [ -76.944847, 38.901827 ], [ -76.944892, 38.901858 ], [ -76.944975, 38.90191 ], [ -76.944999, 38.901923 ], [ -76.945027, 38.90194 ], [ -76.945055, 38.90196 ], [ -76.945079, 38.901981 ], [ -76.945097, 38.902005 ], [ -76.945113, 38.902029 ], [ -76.94513, 38.902051 ], [ -76.94515, 38.90207 ], [ -76.945168, 38.902092 ], [ -76.945187, 38.90212 ], [ -76.945206, 38.90215 ], [ -76.945225, 38.902177 ], [ -76.945243, 38.902199 ], [ -76.945259, 38.902222 ], [ -76.945272, 38.902247 ], [ -76.945278, 38.902275 ], [ -76.945279, 38.902302 ], [ -76.945279, 38.90235 ], [ -76.945275, 38.902376 ], [ -76.945262, 38.9024 ], [ -76.945257, 38.902454 ], [ -76.94525, 38.902546 ], [ -76.945255, 38.902566 ], [ -76.945267, 38.902587 ], [ -76.94528, 38.902614 ], [ -76.9453, 38.902671 ], [ -76.945311, 38.902693 ], [ -76.945325, 38.902713 ], [ -76.945359, 38.902753 ], [ -76.945403, 38.902794 ], [ -76.945417, 38.902817 ], [ -76.945439, 38.90283 ], [ -76.945464, 38.902836 ], [ -76.945527, 38.902919 ], [ -76.945552, 38.902945 ], [ -76.945659, 38.903024 ], [ -76.945681, 38.903044 ], [ -76.945707, 38.903061 ], [ -76.945756, 38.903081 ], [ -76.945774, 38.903093 ], [ -76.945827, 38.903134 ], [ -76.94587, 38.903162 ], [ -76.945906, 38.903193 ], [ -76.945922, 38.903209 ], [ -76.945939, 38.903224 ], [ -76.945991, 38.903261 ], [ -76.946007, 38.903276 ], [ -76.946025, 38.903302 ], [ -76.946053, 38.903325 ], [ -76.946082, 38.903337 ], [ -76.946185, 38.903434 ], [ -76.946202, 38.903454 ], [ -76.946241, 38.903494 ], [ -76.94627, 38.903529 ], [ -76.946295, 38.903562 ], [ -76.946319, 38.90359 ], [ -76.946339, 38.903619 ], [ -76.946351, 38.903639 ], [ -76.946454, 38.903749 ], [ -76.946465, 38.903775 ], [ -76.946481, 38.903801 ], [ -76.946498, 38.903824 ], [ -76.946518, 38.903844 ], [ -76.946557, 38.903876 ], [ -76.946578, 38.903896 ], [ -76.946592, 38.903912 ], [ -76.94662, 38.903935 ], [ -76.946653, 38.903958 ], [ -76.946671, 38.903973 ], [ -76.94676, 38.90404 ], [ -76.946829, 38.904097 ], [ -76.947008, 38.904215 ], [ -76.947033, 38.904235 ], [ -76.947052, 38.904258 ], [ -76.94716, 38.904374 ], [ -76.947222, 38.904446 ], [ -76.94737, 38.90459 ], [ -76.947524, 38.904749 ], [ -76.947696, 38.904918 ], [ -76.947718, 38.904936 ], [ -76.947742, 38.904952 ], [ -76.947763, 38.904968 ], [ -76.947786, 38.904983 ], [ -76.947822, 38.905027 ], [ -76.947849, 38.905052 ], [ -76.947871, 38.905068 ], [ -76.947888, 38.905093 ], [ -76.947926, 38.905128 ], [ -76.947944, 38.905147 ], [ -76.948022, 38.905216 ], [ -76.948042, 38.905231 ], [ -76.948065, 38.905245 ], [ -76.948088, 38.905262 ], [ -76.948129, 38.905296 ], [ -76.948147, 38.905313 ], [ -76.948164, 38.905331 ], [ -76.948214, 38.905378 ], [ -76.948228, 38.905396 ], [ -76.94824, 38.905413 ], [ -76.948259, 38.905445 ], [ -76.948271, 38.905461 ], [ -76.948291, 38.90549 ], [ -76.948311, 38.905511 ], [ -76.94833, 38.905542 ], [ -76.948366, 38.905606 ], [ -76.948386, 38.905634 ], [ -76.948436, 38.905698 ], [ -76.948459, 38.905731 ], [ -76.948489, 38.905763 ], [ -76.948516, 38.905797 ], [ -76.948541, 38.905824 ], [ -76.948566, 38.905849 ], [ -76.948624, 38.9059 ], [ -76.948711, 38.905984 ], [ -76.948727, 38.906006 ], [ -76.948741, 38.906022 ], [ -76.948767, 38.906056 ], [ -76.948789, 38.906092 ], [ -76.948802, 38.906109 ], [ -76.948835, 38.906163 ], [ -76.948859, 38.906198 ], [ -76.948872, 38.906215 ], [ -76.948919, 38.906281 ], [ -76.948929, 38.906298 ], [ -76.948937, 38.906316 ], [ -76.948953, 38.90637 ], [ -76.948965, 38.906423 ], [ -76.948971, 38.906441 ], [ -76.948993, 38.906496 ], [ -76.94901, 38.906534 ], [ -76.949028, 38.906569 ], [ -76.949036, 38.906588 ], [ -76.949046, 38.906606 ], [ -76.949069, 38.906641 ], [ -76.949083, 38.90666 ], [ -76.949098, 38.906678 ], [ -76.949114, 38.906694 ], [ -76.949128, 38.90671 ], [ -76.949155, 38.906745 ], [ -76.949169, 38.90676 ], [ -76.949202, 38.906792 ], [ -76.949216, 38.90681 ], [ -76.949264, 38.90688 ], [ -76.949292, 38.906915 ], [ -76.949319, 38.906951 ], [ -76.94933, 38.906968 ], [ -76.94937, 38.907019 ], [ -76.949399, 38.90705 ], [ -76.949438, 38.907096 ], [ -76.949509, 38.90717 ], [ -76.949532, 38.9072 ], [ -76.94959, 38.90727 ], [ -76.949612, 38.907301 ], [ -76.94964, 38.907335 ], [ -76.949717, 38.907416 ], [ -76.949757, 38.907463 ], [ -76.949772, 38.907478 ], [ -76.94979, 38.907492 ], [ -76.949806, 38.907507 ], [ -76.949834, 38.907539 ], [ -76.949887, 38.907582 ], [ -76.949919, 38.907613 ], [ -76.949971, 38.907659 ], [ -76.950005, 38.907687 ], [ -76.95002, 38.907702 ], [ -76.950037, 38.907716 ], [ -76.950057, 38.90773 ], [ -76.950075, 38.907744 ], [ -76.950108, 38.907774 ], [ -76.950147, 38.907805 ], [ -76.950164, 38.90782 ], [ -76.950201, 38.90785 ], [ -76.950282, 38.907909 ], [ -76.950302, 38.907925 ], [ -76.950324, 38.907939 ], [ -76.950367, 38.907963 ], [ -76.950411, 38.90799 ], [ -76.950453, 38.908011 ], [ -76.950473, 38.908022 ], [ -76.950496, 38.908033 ], [ -76.950525, 38.908049 ], [ -76.950584, 38.908076 ], [ -76.950626, 38.908097 ], [ -76.950646, 38.908108 ], [ -76.950668, 38.908118 ], [ -76.950713, 38.908135 ], [ -76.950851, 38.908181 ], [ -76.950875, 38.908188 ], [ -76.950942, 38.908205 ], [ -76.950966, 38.90821 ], [ -76.950989, 38.908216 ], [ -76.951037, 38.908226 ], [ -76.95113, 38.908242 ], [ -76.951175, 38.908251 ], [ -76.951224, 38.908263 ], [ -76.951273, 38.908271 ], [ -76.951356, 38.90828 ], [ -76.951416, 38.908284 ], [ -76.951446, 38.908284 ], [ -76.951504, 38.908281 ], [ -76.951591, 38.908274 ], [ -76.951709, 38.908267 ], [ -76.951738, 38.908264 ], [ -76.951766, 38.90826 ], [ -76.951848, 38.908245 ], [ -76.951873, 38.908239 ], [ -76.951926, 38.908228 ], [ -76.951977, 38.908214 ], [ -76.952005, 38.908208 ], [ -76.952056, 38.908195 ], [ -76.952131, 38.908174 ], [ -76.952205, 38.908148 ], [ -76.952229, 38.908137 ], [ -76.952254, 38.908128 ], [ -76.952301, 38.908109 ], [ -76.952345, 38.908089 ], [ -76.952385, 38.908068 ], [ -76.952431, 38.908048 ], [ -76.952478, 38.908024 ], [ -76.952499, 38.908011 ], [ -76.952522, 38.907998 ], [ -76.952565, 38.90797 ], [ -76.952602, 38.907937 ], [ -76.952618, 38.907919 ], [ -76.952692, 38.907848 ], [ -76.95273, 38.907817 ], [ -76.952788, 38.907767 ], [ -76.952829, 38.907737 ], [ -76.952873, 38.907708 ], [ -76.952942, 38.90767 ], [ -76.952986, 38.907643 ], [ -76.953009, 38.90763 ], [ -76.95303, 38.907617 ], [ -76.953052, 38.907605 ], [ -76.953095, 38.907576 ], [ -76.953153, 38.907533 ], [ -76.953208, 38.907489 ], [ -76.953244, 38.907463 ], [ -76.953263, 38.907451 ], [ -76.953281, 38.907438 ], [ -76.953331, 38.907399 ], [ -76.953386, 38.907363 ], [ -76.953419, 38.907339 ], [ -76.953448, 38.907314 ], [ -76.953494, 38.907261 ], [ -76.953516, 38.907238 ], [ -76.953543, 38.907188 ], [ -76.953553, 38.907159 ], [ -76.953563, 38.907126 ], [ -76.953571, 38.907092 ], [ -76.953586, 38.907041 ], [ -76.953594, 38.907009 ], [ -76.953607, 38.906944 ], [ -76.953608, 38.90691 ], [ -76.953605, 38.906878 ], [ -76.953603, 38.906845 ], [ -76.953606, 38.906814 ], [ -76.953616, 38.90678 ], [ -76.953625, 38.906763 ], [ -76.953637, 38.906747 ], [ -76.953669, 38.906714 ], [ -76.953687, 38.906699 ], [ -76.953742, 38.90666 ], [ -76.953761, 38.906649 ], [ -76.953843, 38.906611 ], [ -76.953864, 38.906602 ], [ -76.953928, 38.906569 ], [ -76.953993, 38.906543 ], [ -76.954036, 38.906529 ], [ -76.954101, 38.906512 ], [ -76.954139, 38.906496 ], [ -76.954175, 38.906479 ], [ -76.95425, 38.906452 ], [ -76.954284, 38.906437 ], [ -76.954313, 38.906418 ], [ -76.954377, 38.906385 ], [ -76.954407, 38.906371 ], [ -76.954463, 38.906338 ], [ -76.954495, 38.906322 ], [ -76.954563, 38.906295 ], [ -76.954602, 38.906283 ], [ -76.954636, 38.90627 ], [ -76.9547, 38.906251 ], [ -76.954934, 38.906178 ], [ -76.954974, 38.906152 ], [ -76.954987, 38.906145 ], [ -76.955036, 38.906119 ], [ -76.955097, 38.906091 ], [ -76.955141, 38.906074 ], [ -76.955186, 38.906062 ], [ -76.95526, 38.90605 ], [ -76.955284, 38.906045 ], [ -76.955336, 38.906037 ], [ -76.955451, 38.906024 ], [ -76.955535, 38.906019 ], [ -76.955576, 38.906019 ], [ -76.955617, 38.906016 ], [ -76.955658, 38.90601 ], [ -76.955696, 38.906 ], [ -76.955728, 38.905988 ], [ -76.955755, 38.905973 ], [ -76.955805, 38.905939 ], [ -76.955885, 38.905891 ], [ -76.955942, 38.905845 ], [ -76.95597, 38.905821 ], [ -76.956028, 38.905778 ], [ -76.956055, 38.905754 ], [ -76.956083, 38.905727 ], [ -76.956111, 38.905702 ], [ -76.956161, 38.905661 ], [ -76.956189, 38.905636 ], [ -76.956205, 38.905618 ], [ -76.956228, 38.905596 ], [ -76.956255, 38.905579 ], [ -76.956282, 38.90557 ], [ -76.95631, 38.905564 ], [ -76.95637, 38.905561 ], [ -76.95645, 38.905562 ], [ -76.956556, 38.905559 ], [ -76.956598, 38.90556 ], [ -76.956634, 38.905562 ], [ -76.956668, 38.905566 ], [ -76.956751, 38.90558 ], [ -76.956785, 38.905589 ], [ -76.956842, 38.905609 ], [ -76.956872, 38.905621 ], [ -76.956942, 38.905633 ], [ -76.957047, 38.90568 ], [ -76.957361, 38.905902 ], [ -76.957887, 38.906272 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009602", "name": "Census Tract 96.02, District of Columbia, District of Columbia", "total_population_17": 3675, "white_alone_17": 7.0, "black_alone_17": 3492.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 134.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.068, "pct_black_alone_change": -3.338, "pct_native_alone_change": -0.161, "pct_asian_alone_change": -0.225, "pct_hispanic_or_latino_change": 2.648, "pct_native_hawaiian_pacific_islander_change": -0.064, "INTPTLAT": "+38.9035419", "INTPTLON": "-076.9522863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.962218, 38.899497 ], [ -76.961967, 38.900181 ], [ -76.961412, 38.900784 ], [ -76.960615, 38.90172 ], [ -76.959386, 38.90339 ], [ -76.95861, 38.904748 ], [ -76.958273, 38.905428 ], [ -76.957969, 38.906154 ], [ -76.957887, 38.906272 ], [ -76.957361, 38.905902 ], [ -76.957047, 38.90568 ], [ -76.956942, 38.905633 ], [ -76.956872, 38.905621 ], [ -76.956842, 38.905609 ], [ -76.956785, 38.905589 ], [ -76.956751, 38.90558 ], [ -76.956668, 38.905566 ], [ -76.956634, 38.905562 ], [ -76.956598, 38.90556 ], [ -76.956556, 38.905559 ], [ -76.95645, 38.905562 ], [ -76.95637, 38.905561 ], [ -76.95631, 38.905564 ], [ -76.956282, 38.90557 ], [ -76.956255, 38.905579 ], [ -76.956228, 38.905596 ], [ -76.956205, 38.905618 ], [ -76.956189, 38.905636 ], [ -76.956161, 38.905661 ], [ -76.956111, 38.905702 ], [ -76.956083, 38.905727 ], [ -76.956055, 38.905754 ], [ -76.956028, 38.905778 ], [ -76.95597, 38.905821 ], [ -76.955942, 38.905845 ], [ -76.955885, 38.905891 ], [ -76.955805, 38.905939 ], [ -76.955755, 38.905973 ], [ -76.955728, 38.905988 ], [ -76.955696, 38.906 ], [ -76.955658, 38.90601 ], [ -76.955617, 38.906016 ], [ -76.955576, 38.906019 ], [ -76.955535, 38.906019 ], [ -76.955451, 38.906024 ], [ -76.955336, 38.906037 ], [ -76.955284, 38.906045 ], [ -76.95526, 38.90605 ], [ -76.955186, 38.906062 ], [ -76.955141, 38.906074 ], [ -76.955097, 38.906091 ], [ -76.955036, 38.906119 ], [ -76.954987, 38.906145 ], [ -76.954974, 38.906152 ], [ -76.954934, 38.906178 ], [ -76.9547, 38.906251 ], [ -76.954636, 38.90627 ], [ -76.954602, 38.906283 ], [ -76.954563, 38.906295 ], [ -76.954495, 38.906322 ], [ -76.954463, 38.906338 ], [ -76.954407, 38.906371 ], [ -76.954377, 38.906385 ], [ -76.954313, 38.906418 ], [ -76.954284, 38.906437 ], [ -76.95425, 38.906452 ], [ -76.954175, 38.906479 ], [ -76.954139, 38.906496 ], [ -76.954101, 38.906512 ], [ -76.954036, 38.906529 ], [ -76.953993, 38.906543 ], [ -76.953928, 38.906569 ], [ -76.953864, 38.906602 ], [ -76.953843, 38.906611 ], [ -76.953761, 38.906649 ], [ -76.953742, 38.90666 ], [ -76.953687, 38.906699 ], [ -76.953669, 38.906714 ], [ -76.953637, 38.906747 ], [ -76.953625, 38.906763 ], [ -76.953616, 38.90678 ], [ -76.953606, 38.906814 ], [ -76.953603, 38.906845 ], [ -76.953605, 38.906878 ], [ -76.953608, 38.90691 ], [ -76.953607, 38.906944 ], [ -76.953594, 38.907009 ], [ -76.953586, 38.907041 ], [ -76.953571, 38.907092 ], [ -76.953563, 38.907126 ], [ -76.953553, 38.907159 ], [ -76.953543, 38.907188 ], [ -76.953516, 38.907238 ], [ -76.953494, 38.907261 ], [ -76.953448, 38.907314 ], [ -76.953419, 38.907339 ], [ -76.953386, 38.907363 ], [ -76.953331, 38.907399 ], [ -76.953281, 38.907438 ], [ -76.953263, 38.907451 ], [ -76.953244, 38.907463 ], [ -76.953208, 38.907489 ], [ -76.953153, 38.907533 ], [ -76.953095, 38.907576 ], [ -76.953052, 38.907605 ], [ -76.95303, 38.907617 ], [ -76.953009, 38.90763 ], [ -76.952986, 38.907643 ], [ -76.952942, 38.90767 ], [ -76.952873, 38.907708 ], [ -76.952829, 38.907737 ], [ -76.952788, 38.907767 ], [ -76.95273, 38.907817 ], [ -76.952692, 38.907848 ], [ -76.952618, 38.907919 ], [ -76.952602, 38.907937 ], [ -76.952565, 38.90797 ], [ -76.952522, 38.907998 ], [ -76.952499, 38.908011 ], [ -76.952478, 38.908024 ], [ -76.952431, 38.908048 ], [ -76.952385, 38.908068 ], [ -76.952345, 38.908089 ], [ -76.952301, 38.908109 ], [ -76.952254, 38.908128 ], [ -76.952229, 38.908137 ], [ -76.952205, 38.908148 ], [ -76.952131, 38.908174 ], [ -76.952056, 38.908195 ], [ -76.952005, 38.908208 ], [ -76.951977, 38.908214 ], [ -76.951926, 38.908228 ], [ -76.951873, 38.908239 ], [ -76.951848, 38.908245 ], [ -76.951766, 38.90826 ], [ -76.951738, 38.908264 ], [ -76.951709, 38.908267 ], [ -76.951591, 38.908274 ], [ -76.951504, 38.908281 ], [ -76.951446, 38.908284 ], [ -76.951416, 38.908284 ], [ -76.951356, 38.90828 ], [ -76.951273, 38.908271 ], [ -76.951224, 38.908263 ], [ -76.951175, 38.908251 ], [ -76.95113, 38.908242 ], [ -76.951037, 38.908226 ], [ -76.950989, 38.908216 ], [ -76.950966, 38.90821 ], [ -76.950942, 38.908205 ], [ -76.950875, 38.908188 ], [ -76.950851, 38.908181 ], [ -76.950713, 38.908135 ], [ -76.950668, 38.908118 ], [ -76.950646, 38.908108 ], [ -76.950626, 38.908097 ], [ -76.950584, 38.908076 ], [ -76.950525, 38.908049 ], [ -76.950496, 38.908033 ], [ -76.950473, 38.908022 ], [ -76.950453, 38.908011 ], [ -76.950411, 38.90799 ], [ -76.950367, 38.907963 ], [ -76.950324, 38.907939 ], [ -76.950302, 38.907925 ], [ -76.950282, 38.907909 ], [ -76.950201, 38.90785 ], [ -76.950164, 38.90782 ], [ -76.950147, 38.907805 ], [ -76.950108, 38.907774 ], [ -76.950075, 38.907744 ], [ -76.950057, 38.90773 ], [ -76.950037, 38.907716 ], [ -76.95002, 38.907702 ], [ -76.950005, 38.907687 ], [ -76.949971, 38.907659 ], [ -76.949919, 38.907613 ], [ -76.949887, 38.907582 ], [ -76.949834, 38.907539 ], [ -76.949806, 38.907507 ], [ -76.94979, 38.907492 ], [ -76.949772, 38.907478 ], [ -76.949757, 38.907463 ], [ -76.949717, 38.907416 ], [ -76.94964, 38.907335 ], [ -76.949612, 38.907301 ], [ -76.94959, 38.90727 ], [ -76.949532, 38.9072 ], [ -76.949509, 38.90717 ], [ -76.949438, 38.907096 ], [ -76.949399, 38.90705 ], [ -76.94937, 38.907019 ], [ -76.94933, 38.906968 ], [ -76.949319, 38.906951 ], [ -76.949292, 38.906915 ], [ -76.949264, 38.90688 ], [ -76.949216, 38.90681 ], [ -76.949202, 38.906792 ], [ -76.949169, 38.90676 ], [ -76.949155, 38.906745 ], [ -76.949128, 38.90671 ], [ -76.949114, 38.906694 ], [ -76.949098, 38.906678 ], [ -76.949083, 38.90666 ], [ -76.949069, 38.906641 ], [ -76.949046, 38.906606 ], [ -76.949036, 38.906588 ], [ -76.949028, 38.906569 ], [ -76.94901, 38.906534 ], [ -76.948993, 38.906496 ], [ -76.948971, 38.906441 ], [ -76.948965, 38.906423 ], [ -76.948953, 38.90637 ], [ -76.948937, 38.906316 ], [ -76.948929, 38.906298 ], [ -76.948919, 38.906281 ], [ -76.948872, 38.906215 ], [ -76.948859, 38.906198 ], [ -76.948835, 38.906163 ], [ -76.948802, 38.906109 ], [ -76.948789, 38.906092 ], [ -76.948767, 38.906056 ], [ -76.948741, 38.906022 ], [ -76.948727, 38.906006 ], [ -76.948711, 38.905984 ], [ -76.948624, 38.9059 ], [ -76.948566, 38.905849 ], [ -76.948541, 38.905824 ], [ -76.948516, 38.905797 ], [ -76.948489, 38.905763 ], [ -76.948459, 38.905731 ], [ -76.948436, 38.905698 ], [ -76.948386, 38.905634 ], [ -76.948366, 38.905606 ], [ -76.94833, 38.905542 ], [ -76.948311, 38.905511 ], [ -76.948291, 38.90549 ], [ -76.948271, 38.905461 ], [ -76.948259, 38.905445 ], [ -76.94824, 38.905413 ], [ -76.948228, 38.905396 ], [ -76.948214, 38.905378 ], [ -76.948164, 38.905331 ], [ -76.948147, 38.905313 ], [ -76.948129, 38.905296 ], [ -76.948088, 38.905262 ], [ -76.948065, 38.905245 ], [ -76.948042, 38.905231 ], [ -76.948022, 38.905216 ], [ -76.947944, 38.905147 ], [ -76.947926, 38.905128 ], [ -76.947888, 38.905093 ], [ -76.947871, 38.905068 ], [ -76.947849, 38.905052 ], [ -76.947822, 38.905027 ], [ -76.947786, 38.904983 ], [ -76.947763, 38.904968 ], [ -76.947742, 38.904952 ], [ -76.947718, 38.904936 ], [ -76.947696, 38.904918 ], [ -76.947524, 38.904749 ], [ -76.94737, 38.90459 ], [ -76.947222, 38.904446 ], [ -76.94716, 38.904374 ], [ -76.947052, 38.904258 ], [ -76.947033, 38.904235 ], [ -76.947008, 38.904215 ], [ -76.946829, 38.904097 ], [ -76.94676, 38.90404 ], [ -76.946671, 38.903973 ], [ -76.946653, 38.903958 ], [ -76.94662, 38.903935 ], [ -76.946592, 38.903912 ], [ -76.946578, 38.903896 ], [ -76.946557, 38.903876 ], [ -76.946518, 38.903844 ], [ -76.946498, 38.903824 ], [ -76.946481, 38.903801 ], [ -76.946465, 38.903775 ], [ -76.946454, 38.903749 ], [ -76.946351, 38.903639 ], [ -76.946339, 38.903619 ], [ -76.946319, 38.90359 ], [ -76.946295, 38.903562 ], [ -76.94627, 38.903529 ], [ -76.946241, 38.903494 ], [ -76.946202, 38.903454 ], [ -76.946185, 38.903434 ], [ -76.946082, 38.903337 ], [ -76.946053, 38.903325 ], [ -76.946025, 38.903302 ], [ -76.946007, 38.903276 ], [ -76.945991, 38.903261 ], [ -76.945939, 38.903224 ], [ -76.945922, 38.903209 ], [ -76.945906, 38.903193 ], [ -76.94587, 38.903162 ], [ -76.945827, 38.903134 ], [ -76.945774, 38.903093 ], [ -76.945756, 38.903081 ], [ -76.945707, 38.903061 ], [ -76.945681, 38.903044 ], [ -76.945659, 38.903024 ], [ -76.945552, 38.902945 ], [ -76.945527, 38.902919 ], [ -76.945464, 38.902836 ], [ -76.945439, 38.90283 ], [ -76.945417, 38.902817 ], [ -76.945403, 38.902794 ], [ -76.945359, 38.902753 ], [ -76.945325, 38.902713 ], [ -76.945311, 38.902693 ], [ -76.9453, 38.902671 ], [ -76.94528, 38.902614 ], [ -76.945267, 38.902587 ], [ -76.945255, 38.902566 ], [ -76.94525, 38.902546 ], [ -76.945257, 38.902454 ], [ -76.945262, 38.9024 ], [ -76.945275, 38.902376 ], [ -76.945279, 38.90235 ], [ -76.945279, 38.902302 ], [ -76.945278, 38.902275 ], [ -76.945272, 38.902247 ], [ -76.945259, 38.902222 ], [ -76.945243, 38.902199 ], [ -76.945225, 38.902177 ], [ -76.945206, 38.90215 ], [ -76.945187, 38.90212 ], [ -76.945168, 38.902092 ], [ -76.94515, 38.90207 ], [ -76.94513, 38.902051 ], [ -76.945113, 38.902029 ], [ -76.945097, 38.902005 ], [ -76.945079, 38.901981 ], [ -76.945055, 38.90196 ], [ -76.945027, 38.90194 ], [ -76.944999, 38.901923 ], [ -76.944975, 38.90191 ], [ -76.944892, 38.901858 ], [ -76.944847, 38.901827 ], [ -76.944802, 38.901803 ], [ -76.944712, 38.901739 ], [ -76.944673, 38.901712 ], [ -76.944543, 38.901622 ], [ -76.944517, 38.901604 ], [ -76.944477, 38.90158 ], [ -76.94442, 38.901546 ], [ -76.944387, 38.901534 ], [ -76.944344, 38.901521 ], [ -76.94432, 38.901512 ], [ -76.944293, 38.901504 ], [ -76.944257, 38.901496 ], [ -76.944227, 38.901486 ], [ -76.944186, 38.901479 ], [ -76.94415, 38.901474 ], [ -76.943925, 38.901445 ], [ -76.943834, 38.901427 ], [ -76.943724, 38.901405 ], [ -76.943666, 38.901392 ], [ -76.943746, 38.901328 ], [ -76.944525, 38.900707 ], [ -76.94655, 38.89907 ], [ -76.947913, 38.89798 ], [ -76.948226, 38.897731 ], [ -76.949062, 38.897068 ], [ -76.949405, 38.896796 ], [ -76.951015, 38.89552 ], [ -76.951549, 38.895606 ], [ -76.951758, 38.895639 ], [ -76.9519, 38.895668 ], [ -76.951929, 38.895674 ], [ -76.952149, 38.895707 ], [ -76.954816, 38.896162 ], [ -76.957489, 38.896576 ], [ -76.96029, 38.896987 ], [ -76.961173, 38.897076 ], [ -76.961785, 38.897121 ], [ -76.961984, 38.897135 ], [ -76.962029, 38.897322 ], [ -76.962034, 38.897344 ], [ -76.96209, 38.897596 ], [ -76.962105, 38.897758 ], [ -76.962193, 38.898703 ], [ -76.962218, 38.899497 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009603", "name": "Census Tract 96.03, District of Columbia, District of Columbia", "total_population_17": 3635, "white_alone_17": 0.0, "black_alone_17": 3500.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 114.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.372, "pct_black_alone_change": -1.825, "pct_native_alone_change": -0.279, "pct_asian_alone_change": -0.31, "pct_hispanic_or_latino_change": 2.238, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8918285", "INTPTLON": "-076.9477195" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.956365, 38.89021 ], [ -76.954179, 38.892404 ], [ -76.953163, 38.89344 ], [ -76.951127, 38.895425 ], [ -76.951071, 38.895489 ], [ -76.951015, 38.89552 ], [ -76.949362, 38.895219 ], [ -76.949329, 38.89521 ], [ -76.94916, 38.895133 ], [ -76.949021, 38.895058 ], [ -76.948114, 38.894649 ], [ -76.948025, 38.894611 ], [ -76.947911, 38.894562 ], [ -76.94732, 38.894312 ], [ -76.946975, 38.894165 ], [ -76.946721, 38.894058 ], [ -76.946639, 38.894022 ], [ -76.946493, 38.893957 ], [ -76.94634, 38.893895 ], [ -76.946184, 38.893837 ], [ -76.946026, 38.893783 ], [ -76.945866, 38.893733 ], [ -76.945774, 38.893706 ], [ -76.945589, 38.893656 ], [ -76.945383, 38.893608 ], [ -76.94454, 38.893437 ], [ -76.94436, 38.893401 ], [ -76.944118, 38.893351 ], [ -76.94358, 38.893237 ], [ -76.943408, 38.893194 ], [ -76.943322, 38.893171 ], [ -76.943152, 38.893122 ], [ -76.942983, 38.89307 ], [ -76.942899, 38.893043 ], [ -76.942733, 38.892986 ], [ -76.942611, 38.892939 ], [ -76.942419, 38.892866 ], [ -76.940978, 38.892275 ], [ -76.940908, 38.892247 ], [ -76.940873, 38.892232 ], [ -76.940459, 38.892062 ], [ -76.940245, 38.891975 ], [ -76.940009, 38.891879 ], [ -76.939801, 38.891793 ], [ -76.93966, 38.891739 ], [ -76.93959, 38.89171 ], [ -76.939521, 38.89168 ], [ -76.93934, 38.891596 ], [ -76.939206, 38.891527 ], [ -76.939093, 38.891466 ], [ -76.939028, 38.891428 ], [ -76.9389, 38.891349 ], [ -76.938776, 38.891266 ], [ -76.938716, 38.891224 ], [ -76.938657, 38.89118 ], [ -76.938542, 38.89109 ], [ -76.938486, 38.891044 ], [ -76.938431, 38.890997 ], [ -76.938325, 38.8909 ], [ -76.938274, 38.890851 ], [ -76.938224, 38.8908 ], [ -76.938125, 38.890694 ], [ -76.938076, 38.890638 ], [ -76.938042, 38.890599 ], [ -76.937967, 38.890505 ], [ -76.937925, 38.89045 ], [ -76.937829, 38.890333 ], [ -76.937682, 38.89007 ], [ -76.937594, 38.889881 ], [ -76.937878, 38.889884 ], [ -76.939378, 38.889885 ], [ -76.939561, 38.889878 ], [ -76.939806, 38.889858 ], [ -76.94, 38.889841 ], [ -76.940878, 38.889833 ], [ -76.942805, 38.889836 ], [ -76.944562, 38.889834 ], [ -76.947245, 38.889839 ], [ -76.948282, 38.88982 ], [ -76.948809, 38.88982 ], [ -76.9501, 38.889841 ], [ -76.95073, 38.889836 ], [ -76.951929, 38.889817 ], [ -76.953006, 38.889822 ], [ -76.953107, 38.889823 ], [ -76.953695, 38.889816 ], [ -76.954603, 38.889813 ], [ -76.955917, 38.889824 ], [ -76.956718, 38.889831 ], [ -76.956365, 38.89021 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009604", "name": "Census Tract 96.04, District of Columbia, District of Columbia", "total_population_17": 2204, "white_alone_17": 51.0, "black_alone_17": 2059.0, "native_alone_17": 9.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 56.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.86, "pct_black_alone_change": -4.813, "pct_native_alone_change": 0.055, "pct_asian_alone_change": -0.05, "pct_hispanic_or_latino_change": 1.683, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8931572", "INTPTLON": "-076.9585043" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.963264, 38.890347 ], [ -76.96253, 38.893286 ], [ -76.961862, 38.8953 ], [ -76.9618, 38.896123 ], [ -76.961957, 38.897002 ], [ -76.961973, 38.897089 ], [ -76.961984, 38.897135 ], [ -76.961785, 38.897121 ], [ -76.961173, 38.897076 ], [ -76.96029, 38.896987 ], [ -76.957489, 38.896576 ], [ -76.954816, 38.896162 ], [ -76.952149, 38.895707 ], [ -76.951929, 38.895674 ], [ -76.9519, 38.895668 ], [ -76.951758, 38.895639 ], [ -76.951549, 38.895606 ], [ -76.951015, 38.89552 ], [ -76.951071, 38.895489 ], [ -76.951127, 38.895425 ], [ -76.953163, 38.89344 ], [ -76.954179, 38.892404 ], [ -76.956365, 38.89021 ], [ -76.956718, 38.889831 ], [ -76.956747, 38.889831 ], [ -76.957198, 38.889835 ], [ -76.957341, 38.889836 ], [ -76.958105, 38.889817 ], [ -76.958254, 38.889825 ], [ -76.95859, 38.889823 ], [ -76.959804, 38.889849 ], [ -76.961233, 38.889853 ], [ -76.961567, 38.889854 ], [ -76.962438, 38.889857 ], [ -76.962628, 38.889858 ], [ -76.963367, 38.889867 ], [ -76.963264, 38.890347 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009700", "name": "Census Tract 97, District of Columbia, District of Columbia", "total_population_17": 3255, "white_alone_17": 23.0, "black_alone_17": 3207.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 17.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.577, "pct_black_alone_change": -0.955, "pct_native_alone_change": -0.13, "pct_asian_alone_change": -0.087, "pct_hispanic_or_latino_change": 0.435, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8354183", "INTPTLON": "-076.9870248" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.994856, 38.829245 ], [ -76.994832, 38.829271 ], [ -76.994807, 38.829296 ], [ -76.994758, 38.82934 ], [ -76.994307, 38.829691 ], [ -76.993974, 38.829953 ], [ -76.993871, 38.830033 ], [ -76.993755, 38.830122 ], [ -76.993698, 38.830167 ], [ -76.993422, 38.830384 ], [ -76.993207, 38.830553 ], [ -76.992867, 38.830816 ], [ -76.99275, 38.830909 ], [ -76.991659, 38.831765 ], [ -76.99091, 38.832349 ], [ -76.990841, 38.832401 ], [ -76.990737, 38.832481 ], [ -76.990177, 38.832918 ], [ -76.989826, 38.833194 ], [ -76.989575, 38.83339 ], [ -76.989484, 38.833462 ], [ -76.989576, 38.833523 ], [ -76.990081, 38.833852 ], [ -76.990539, 38.834152 ], [ -76.990693, 38.834255 ], [ -76.990808, 38.834332 ], [ -76.990818, 38.834339 ], [ -76.990901, 38.834389 ], [ -76.990921, 38.834401 ], [ -76.99096, 38.834426 ], [ -76.991431, 38.834737 ], [ -76.991722, 38.834922 ], [ -76.991768, 38.834952 ], [ -76.991885, 38.835033 ], [ -76.991943, 38.835076 ], [ -76.991965, 38.835093 ], [ -76.992026, 38.835142 ], [ -76.992066, 38.835176 ], [ -76.992144, 38.835246 ], [ -76.992175, 38.835278 ], [ -76.992205, 38.835311 ], [ -76.992262, 38.835378 ], [ -76.992318, 38.835447 ], [ -76.992395, 38.835552 ], [ -76.992419, 38.835588 ], [ -76.992612, 38.835869 ], [ -76.992697, 38.835992 ], [ -76.992716, 38.836019 ], [ -76.99282, 38.836167 ], [ -76.992954, 38.836357 ], [ -76.993197, 38.836707 ], [ -76.993252, 38.836786 ], [ -76.993294, 38.83685 ], [ -76.993309, 38.836876 ], [ -76.993351, 38.836956 ], [ -76.993376, 38.837009 ], [ -76.993399, 38.837063 ], [ -76.993437, 38.837162 ], [ -76.993458, 38.837229 ], [ -76.993476, 38.837297 ], [ -76.99349, 38.837365 ], [ -76.993499, 38.837419 ], [ -76.993505, 38.837482 ], [ -76.993508, 38.837506 ], [ -76.993513, 38.83757 ], [ -76.993409, 38.837581 ], [ -76.993359, 38.837583 ], [ -76.993324, 38.837581 ], [ -76.993269, 38.837583 ], [ -76.993202, 38.83759 ], [ -76.993142, 38.837598 ], [ -76.993089, 38.837609 ], [ -76.992973, 38.837636 ], [ -76.992892, 38.837659 ], [ -76.9928, 38.837689 ], [ -76.992732, 38.837717 ], [ -76.992638, 38.83776 ], [ -76.992526, 38.837823 ], [ -76.992431, 38.837878 ], [ -76.992303, 38.83794 ], [ -76.992162, 38.838 ], [ -76.992133, 38.838013 ], [ -76.991962, 38.838074 ], [ -76.99173, 38.838139 ], [ -76.991453, 38.838193 ], [ -76.99139, 38.838203 ], [ -76.991156, 38.838244 ], [ -76.990893, 38.838286 ], [ -76.989867, 38.838458 ], [ -76.989628, 38.838499 ], [ -76.989593, 38.838504 ], [ -76.989561, 38.83851 ], [ -76.989363, 38.838542 ], [ -76.989125, 38.838584 ], [ -76.989099, 38.838587 ], [ -76.988795, 38.838638 ], [ -76.988742, 38.838629 ], [ -76.988731, 38.838594 ], [ -76.988728, 38.838585 ], [ -76.988715, 38.838539 ], [ -76.988307, 38.837865 ], [ -76.988295, 38.837856 ], [ -76.988283, 38.837836 ], [ -76.988249, 38.837761 ], [ -76.988195, 38.83765 ], [ -76.988138, 38.83754 ], [ -76.988097, 38.837467 ], [ -76.987978, 38.837292 ], [ -76.987912, 38.837198 ], [ -76.987878, 38.837151 ], [ -76.987807, 38.837059 ], [ -76.98777, 38.837013 ], [ -76.987655, 38.836879 ], [ -76.987579, 38.836794 ], [ -76.98753, 38.836737 ], [ -76.987467, 38.836665 ], [ -76.987295, 38.836465 ], [ -76.987184, 38.83634 ], [ -76.986915, 38.836034 ], [ -76.986821, 38.835926 ], [ -76.986672, 38.835758 ], [ -76.986572, 38.835647 ], [ -76.986523, 38.835591 ], [ -76.986323, 38.835369 ], [ -76.986098, 38.83511 ], [ -76.985764, 38.834738 ], [ -76.985423, 38.834353 ], [ -76.985118, 38.834014 ], [ -76.985096, 38.833988 ], [ -76.985022, 38.833905 ], [ -76.985098, 38.833846 ], [ -76.985271, 38.833713 ], [ -76.985448, 38.833574 ], [ -76.985643, 38.833421 ], [ -76.985726, 38.833357 ], [ -76.985802, 38.833299 ], [ -76.986023, 38.833126 ], [ -76.986466, 38.832782 ], [ -76.986881, 38.832456 ], [ -76.987117, 38.832272 ], [ -76.987204, 38.832204 ], [ -76.987224, 38.832189 ], [ -76.987326, 38.832109 ], [ -76.987433, 38.832025 ], [ -76.98756, 38.831926 ], [ -76.987905, 38.831658 ], [ -76.988216, 38.831413 ], [ -76.988451, 38.831231 ], [ -76.98848, 38.831208 ], [ -76.988766, 38.830985 ], [ -76.988892, 38.830887 ], [ -76.988977, 38.83082 ], [ -76.989405, 38.830485 ], [ -76.989776, 38.830196 ], [ -76.990262, 38.829844 ], [ -76.990411, 38.829718 ], [ -76.990762, 38.829421 ], [ -76.991054, 38.829192 ], [ -76.991082, 38.82917 ], [ -76.991111, 38.829149 ], [ -76.991353, 38.829199 ], [ -76.992497, 38.829203 ], [ -76.992846, 38.829208 ], [ -76.99306, 38.829203 ], [ -76.993653, 38.829204 ], [ -76.994713, 38.829203 ], [ -76.994889, 38.829204 ], [ -76.994856, 38.829245 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009801", "name": "Census Tract 98.01, District of Columbia, District of Columbia", "total_population_17": 2317, "white_alone_17": 33.0, "black_alone_17": 2178.0, "native_alone_17": 5.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 50.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.376, "pct_black_alone_change": -4.277, "pct_native_alone_change": -0.071, "pct_asian_alone_change": -0.048, "pct_hispanic_or_latino_change": 1.393, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8328939", "INTPTLON": "-076.9963306" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.003952, 38.830997 ], [ -77.003847, 38.831121 ], [ -77.003799, 38.831167 ], [ -77.003772, 38.831195 ], [ -77.003733, 38.831238 ], [ -77.003663, 38.831324 ], [ -77.003597, 38.831409 ], [ -77.003491, 38.831554 ], [ -77.003419, 38.831661 ], [ -77.003373, 38.831734 ], [ -77.003287, 38.831881 ], [ -77.003229, 38.831989 ], [ -77.003194, 38.83206 ], [ -77.003144, 38.832168 ], [ -77.003099, 38.832277 ], [ -77.003073, 38.832345 ], [ -77.003031, 38.832447 ], [ -77.003001, 38.832515 ], [ -77.002953, 38.832616 ], [ -77.00291, 38.832699 ], [ -77.002901, 38.832716 ], [ -77.002862, 38.832781 ], [ -77.002821, 38.832845 ], [ -77.002777, 38.832908 ], [ -77.002753, 38.832939 ], [ -77.002731, 38.83297 ], [ -77.002685, 38.83303 ], [ -77.002612, 38.833119 ], [ -77.002561, 38.833177 ], [ -77.002508, 38.833234 ], [ -77.00246, 38.833282 ], [ -77.002386, 38.833353 ], [ -77.002412, 38.833368 ], [ -77.002303, 38.833422 ], [ -77.002285, 38.833438 ], [ -77.002256, 38.833462 ], [ -77.002166, 38.833533 ], [ -77.002103, 38.833579 ], [ -77.002007, 38.833645 ], [ -77.001946, 38.833684 ], [ -77.00183, 38.833753 ], [ -77.001712, 38.833818 ], [ -77.001611, 38.83387 ], [ -77.001516, 38.833914 ], [ -77.001491, 38.833924 ], [ -77.001467, 38.833935 ], [ -77.001389, 38.833965 ], [ -77.001361, 38.833974 ], [ -77.001306, 38.83399 ], [ -77.001221, 38.83401 ], [ -77.001163, 38.83402 ], [ -77.000929, 38.83405 ], [ -77.00087, 38.834056 ], [ -77.000862, 38.834039 ], [ -77.000836, 38.834031 ], [ -77.00081, 38.834026 ], [ -77.00078, 38.834022 ], [ -77.000722, 38.834018 ], [ -77.000687, 38.834018 ], [ -77.000571, 38.834031 ], [ -77.000471, 38.834043 ], [ -77.00042, 38.834051 ], [ -77.000393, 38.834057 ], [ -77.00034, 38.834073 ], [ -77.000282, 38.834093 ], [ -77.000254, 38.834105 ], [ -77.000229, 38.83412 ], [ -77.000195, 38.83413 ], [ -77.000165, 38.834134 ], [ -77.000141, 38.834143 ], [ -77.000097, 38.834165 ], [ -77.000015, 38.834212 ], [ -76.999988, 38.83423 ], [ -76.999953, 38.834243 ], [ -76.999923, 38.834258 ], [ -76.999831, 38.834298 ], [ -76.999759, 38.834336 ], [ -76.999704, 38.834361 ], [ -76.999676, 38.834378 ], [ -76.999643, 38.8344 ], [ -76.999622, 38.83441 ], [ -76.999555, 38.834448 ], [ -76.999383, 38.83454 ], [ -76.999356, 38.834553 ], [ -76.99933, 38.834567 ], [ -76.999223, 38.834621 ], [ -76.999142, 38.83466 ], [ -76.999075, 38.834701 ], [ -76.998922, 38.834801 ], [ -76.998901, 38.834817 ], [ -76.998749, 38.834925 ], [ -76.998705, 38.834954 ], [ -76.998406, 38.835123 ], [ -76.998368, 38.835143 ], [ -76.998217, 38.83523 ], [ -76.998108, 38.835299 ], [ -76.998037, 38.835347 ], [ -76.997972, 38.835395 ], [ -76.997879, 38.835471 ], [ -76.997849, 38.835497 ], [ -76.997763, 38.835578 ], [ -76.997712, 38.83563 ], [ -76.997667, 38.835678 ], [ -76.997624, 38.835728 ], [ -76.997564, 38.835804 ], [ -76.997527, 38.835856 ], [ -76.997515, 38.835875 ], [ -76.997501, 38.835893 ], [ -76.997487, 38.835913 ], [ -76.997456, 38.835953 ], [ -76.997381, 38.836045 ], [ -76.997335, 38.836096 ], [ -76.997258, 38.836184 ], [ -76.997202, 38.836245 ], [ -76.997143, 38.836304 ], [ -76.997113, 38.836332 ], [ -76.997089, 38.836353 ], [ -76.997059, 38.836382 ], [ -76.997027, 38.83641 ], [ -76.996959, 38.836465 ], [ -76.996887, 38.836519 ], [ -76.99685, 38.836545 ], [ -76.996774, 38.836596 ], [ -76.996696, 38.836645 ], [ -76.996616, 38.836692 ], [ -76.996561, 38.836716 ], [ -76.99648, 38.836705 ], [ -76.996413, 38.836719 ], [ -76.996392, 38.836728 ], [ -76.996363, 38.83675 ], [ -76.996335, 38.836777 ], [ -76.996319, 38.836805 ], [ -76.996296, 38.836833 ], [ -76.99626, 38.836874 ], [ -76.99623, 38.836894 ], [ -76.996211, 38.836905 ], [ -76.99618, 38.836928 ], [ -76.996162, 38.83694 ], [ -76.996014, 38.837018 ], [ -76.995957, 38.837048 ], [ -76.995873, 38.837093 ], [ -76.995832, 38.837116 ], [ -76.995664, 38.837205 ], [ -76.995539, 38.837273 ], [ -76.995461, 38.837311 ], [ -76.995342, 38.837365 ], [ -76.99522, 38.837413 ], [ -76.995178, 38.837428 ], [ -76.995091, 38.837456 ], [ -76.994978, 38.837485 ], [ -76.994951, 38.837491 ], [ -76.994857, 38.837509 ], [ -76.994809, 38.837517 ], [ -76.994713, 38.83753 ], [ -76.994559, 38.837543 ], [ -76.994453, 38.837549 ], [ -76.994347, 38.837553 ], [ -76.994189, 38.837555 ], [ -76.994132, 38.837554 ], [ -76.993829, 38.837545 ], [ -76.993762, 38.837546 ], [ -76.993676, 38.837551 ], [ -76.993617, 38.837559 ], [ -76.993513, 38.83757 ], [ -76.993508, 38.837506 ], [ -76.993505, 38.837482 ], [ -76.993499, 38.837419 ], [ -76.99349, 38.837365 ], [ -76.993476, 38.837297 ], [ -76.993458, 38.837229 ], [ -76.993437, 38.837162 ], [ -76.993399, 38.837063 ], [ -76.993376, 38.837009 ], [ -76.993351, 38.836956 ], [ -76.993309, 38.836876 ], [ -76.993294, 38.83685 ], [ -76.993252, 38.836786 ], [ -76.993197, 38.836707 ], [ -76.992954, 38.836357 ], [ -76.99282, 38.836167 ], [ -76.992716, 38.836019 ], [ -76.992697, 38.835992 ], [ -76.992612, 38.835869 ], [ -76.992419, 38.835588 ], [ -76.992395, 38.835552 ], [ -76.992318, 38.835447 ], [ -76.992262, 38.835378 ], [ -76.992205, 38.835311 ], [ -76.992175, 38.835278 ], [ -76.992144, 38.835246 ], [ -76.992066, 38.835176 ], [ -76.992026, 38.835142 ], [ -76.991965, 38.835093 ], [ -76.991943, 38.835076 ], [ -76.991885, 38.835033 ], [ -76.991768, 38.834952 ], [ -76.991722, 38.834922 ], [ -76.991431, 38.834737 ], [ -76.99096, 38.834426 ], [ -76.990921, 38.834401 ], [ -76.990901, 38.834389 ], [ -76.990818, 38.834339 ], [ -76.990808, 38.834332 ], [ -76.990693, 38.834255 ], [ -76.990539, 38.834152 ], [ -76.990081, 38.833852 ], [ -76.989576, 38.833523 ], [ -76.989484, 38.833462 ], [ -76.989575, 38.83339 ], [ -76.989826, 38.833194 ], [ -76.990177, 38.832918 ], [ -76.990737, 38.832481 ], [ -76.990841, 38.832401 ], [ -76.99091, 38.832349 ], [ -76.991065, 38.832469 ], [ -76.991291, 38.832647 ], [ -76.991367, 38.832706 ], [ -76.99156, 38.832563 ], [ -76.991664, 38.832494 ], [ -76.991736, 38.832449 ], [ -76.991843, 38.832388 ], [ -76.991912, 38.832352 ], [ -76.992017, 38.832301 ], [ -76.992125, 38.832254 ], [ -76.992162, 38.83224 ], [ -76.992237, 38.832208 ], [ -76.992352, 38.832166 ], [ -76.992431, 38.832141 ], [ -76.992511, 38.832118 ], [ -76.992672, 38.832077 ], [ -76.992733, 38.832064 ], [ -76.992825, 38.832046 ], [ -76.992989, 38.832021 ], [ -76.993055, 38.832013 ], [ -76.993152, 38.832003 ], [ -76.993276, 38.831994 ], [ -76.993401, 38.831988 ], [ -76.993463, 38.831987 ], [ -76.993852, 38.831987 ], [ -76.994235, 38.83199 ], [ -76.994317, 38.831989 ], [ -76.994523, 38.831989 ], [ -76.994637, 38.83199 ], [ -76.9958, 38.83199 ], [ -76.996896, 38.831988 ], [ -76.998048, 38.83199 ], [ -76.999025, 38.831988 ], [ -76.999095, 38.831987 ], [ -76.99912, 38.831989 ], [ -76.999143, 38.831995 ], [ -76.999174, 38.832006 ], [ -76.999201, 38.832022 ], [ -76.999252, 38.832059 ], [ -76.999404, 38.831959 ], [ -76.999483, 38.831908 ], [ -76.999821, 38.831682 ], [ -77.000192, 38.831436 ], [ -77.000413, 38.831298 ], [ -77.000438, 38.831287 ], [ -77.000467, 38.831278 ], [ -77.000501, 38.831269 ], [ -77.000535, 38.831264 ], [ -77.000571, 38.831262 ], [ -77.000571, 38.83096 ], [ -77.00069, 38.83096 ], [ -77.000862, 38.830958 ], [ -77.001735, 38.830959 ], [ -77.00203, 38.830958 ], [ -77.00261, 38.830957 ], [ -77.003333, 38.830958 ], [ -77.00338, 38.830959 ], [ -77.003538, 38.830965 ], [ -77.003712, 38.830972 ], [ -77.003858, 38.830987 ], [ -77.003952, 38.830997 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009802", "name": "Census Tract 98.02, District of Columbia, District of Columbia", "total_population_17": 2051, "white_alone_17": 7.0, "black_alone_17": 1979.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 65.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.064, "pct_black_alone_change": -2.458, "pct_native_alone_change": -0.111, "pct_asian_alone_change": -0.166, "pct_hispanic_or_latino_change": 2.781, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8307312", "INTPTLON": "-076.9965578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.000571, 38.83096 ], [ -77.000571, 38.831262 ], [ -77.000535, 38.831264 ], [ -77.000501, 38.831269 ], [ -77.000467, 38.831278 ], [ -77.000438, 38.831287 ], [ -77.000413, 38.831298 ], [ -77.000192, 38.831436 ], [ -76.999821, 38.831682 ], [ -76.999483, 38.831908 ], [ -76.999404, 38.831959 ], [ -76.999252, 38.832059 ], [ -76.999201, 38.832022 ], [ -76.999174, 38.832006 ], [ -76.999143, 38.831995 ], [ -76.99912, 38.831989 ], [ -76.999095, 38.831987 ], [ -76.999025, 38.831988 ], [ -76.998048, 38.83199 ], [ -76.996896, 38.831988 ], [ -76.9958, 38.83199 ], [ -76.994637, 38.83199 ], [ -76.994523, 38.831989 ], [ -76.994317, 38.831989 ], [ -76.994235, 38.83199 ], [ -76.993852, 38.831987 ], [ -76.993463, 38.831987 ], [ -76.993401, 38.831988 ], [ -76.993276, 38.831994 ], [ -76.993152, 38.832003 ], [ -76.993055, 38.832013 ], [ -76.992989, 38.832021 ], [ -76.992825, 38.832046 ], [ -76.992733, 38.832064 ], [ -76.992672, 38.832077 ], [ -76.992511, 38.832118 ], [ -76.992431, 38.832141 ], [ -76.992352, 38.832166 ], [ -76.992237, 38.832208 ], [ -76.992162, 38.83224 ], [ -76.992125, 38.832254 ], [ -76.992017, 38.832301 ], [ -76.991912, 38.832352 ], [ -76.991843, 38.832388 ], [ -76.991736, 38.832449 ], [ -76.991664, 38.832494 ], [ -76.99156, 38.832563 ], [ -76.991367, 38.832706 ], [ -76.991291, 38.832647 ], [ -76.991065, 38.832469 ], [ -76.99091, 38.832349 ], [ -76.991659, 38.831765 ], [ -76.99275, 38.830909 ], [ -76.992867, 38.830816 ], [ -76.993207, 38.830553 ], [ -76.993422, 38.830384 ], [ -76.993698, 38.830167 ], [ -76.993755, 38.830122 ], [ -76.993871, 38.830033 ], [ -76.993974, 38.829953 ], [ -76.994307, 38.829691 ], [ -76.994758, 38.82934 ], [ -76.994807, 38.829296 ], [ -76.994832, 38.829271 ], [ -76.994856, 38.829245 ], [ -76.994889, 38.829204 ], [ -76.995117, 38.829205 ], [ -76.995576, 38.829202 ], [ -76.995806, 38.829204 ], [ -76.996211, 38.829205 ], [ -76.996346, 38.829206 ], [ -76.996853, 38.829202 ], [ -76.99833, 38.829204 ], [ -76.998497, 38.829205 ], [ -76.998943, 38.829206 ], [ -76.999425, 38.829204 ], [ -77.000567, 38.829205 ], [ -77.000568, 38.829291 ], [ -77.000569, 38.829776 ], [ -77.000571, 38.830082 ], [ -77.000572, 38.830181 ], [ -77.000571, 38.83096 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009803", "name": "Census Tract 98.03, District of Columbia, District of Columbia", "total_population_17": 3081, "white_alone_17": 0.0, "black_alone_17": 3064.0, "native_alone_17": 9.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -1.118, "pct_black_alone_change": 1.997, "pct_native_alone_change": 0.158, "pct_asian_alone_change": -0.224, "pct_hispanic_or_latino_change": -0.894, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8358693", "INTPTLON": "-077.0040833" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.008411, 38.833647 ], [ -77.008345, 38.83383 ], [ -77.008316, 38.83394 ], [ -77.008213, 38.834277 ], [ -77.008195, 38.834333 ], [ -77.008016, 38.83491 ], [ -77.007971, 38.835061 ], [ -77.007909, 38.835248 ], [ -77.00779, 38.835599 ], [ -77.007775, 38.835629 ], [ -77.007744, 38.835687 ], [ -77.007711, 38.835745 ], [ -77.007677, 38.835802 ], [ -77.007622, 38.835888 ], [ -77.007582, 38.835944 ], [ -77.007565, 38.83597 ], [ -77.007086, 38.836617 ], [ -77.006851, 38.836929 ], [ -77.00658, 38.837286 ], [ -77.006372, 38.837563 ], [ -77.006134, 38.837874 ], [ -77.006026, 38.838018 ], [ -77.005901, 38.838184 ], [ -77.005679, 38.838474 ], [ -77.005493, 38.838721 ], [ -77.005326, 38.838939 ], [ -77.004955, 38.839428 ], [ -77.004544, 38.839969 ], [ -77.004454, 38.840089 ], [ -77.004213, 38.840407 ], [ -77.003924, 38.840269 ], [ -77.003765, 38.840194 ], [ -77.003731, 38.840183 ], [ -77.003697, 38.840174 ], [ -77.003662, 38.840166 ], [ -77.003626, 38.840159 ], [ -77.003554, 38.84015 ], [ -77.003482, 38.840147 ], [ -77.003445, 38.840148 ], [ -77.003409, 38.84015 ], [ -77.00337, 38.840155 ], [ -77.003332, 38.840162 ], [ -77.003295, 38.840171 ], [ -77.003258, 38.840182 ], [ -77.003223, 38.840195 ], [ -77.003189, 38.84021 ], [ -77.003156, 38.840227 ], [ -77.003124, 38.840245 ], [ -77.003066, 38.840286 ], [ -77.00297, 38.84038 ], [ -77.002773, 38.84057 ], [ -77.002666, 38.840678 ], [ -77.00253, 38.840813 ], [ -77.002364, 38.840971 ], [ -77.002187, 38.841143 ], [ -77.00194, 38.841387 ], [ -77.001766, 38.841563 ], [ -77.00172, 38.841604 ], [ -77.001672, 38.841642 ], [ -77.001638, 38.841667 ], [ -77.00161, 38.841686 ], [ -77.001569, 38.841712 ], [ -77.00155, 38.841723 ], [ -77.001487, 38.841756 ], [ -77.001455, 38.841771 ], [ -77.001388, 38.841799 ], [ -77.001319, 38.841823 ], [ -77.001291, 38.841831 ], [ -77.001233, 38.841845 ], [ -77.001175, 38.841857 ], [ -77.001146, 38.841862 ], [ -77.001056, 38.841872 ], [ -77.000996, 38.841876 ], [ -77.000908, 38.841879 ], [ -77.000759, 38.841879 ], [ -77.00073, 38.841878 ], [ -77.000572, 38.841879 ], [ -77.000571, 38.841786 ], [ -77.000571, 38.841633 ], [ -77.000573, 38.841279 ], [ -77.000573, 38.840993 ], [ -77.000573, 38.840978 ], [ -77.000571, 38.840616 ], [ -77.000573, 38.840393 ], [ -77.000573, 38.840305 ], [ -77.000574, 38.840218 ], [ -77.000575, 38.839887 ], [ -77.000573, 38.839521 ], [ -77.000573, 38.838555 ], [ -77.000572, 38.838455 ], [ -77.000572, 38.83788 ], [ -77.000573, 38.837515 ], [ -77.000571, 38.837235 ], [ -77.000574, 38.837097 ], [ -77.000579, 38.837029 ], [ -77.000588, 38.836961 ], [ -77.0006, 38.836894 ], [ -77.000616, 38.836827 ], [ -77.000649, 38.836707 ], [ -77.000667, 38.836655 ], [ -77.000699, 38.836551 ], [ -77.000714, 38.836499 ], [ -77.00072, 38.836472 ], [ -77.000742, 38.836385 ], [ -77.000754, 38.836323 ], [ -77.000759, 38.836291 ], [ -77.000767, 38.836226 ], [ -77.000773, 38.83616 ], [ -77.000775, 38.836119 ], [ -77.000775, 38.836038 ], [ -77.000773, 38.835966 ], [ -77.00077, 38.835912 ], [ -77.000765, 38.835859 ], [ -77.000758, 38.835805 ], [ -77.000629, 38.835312 ], [ -77.000613, 38.835253 ], [ -77.000599, 38.835194 ], [ -77.000588, 38.835129 ], [ -77.000581, 38.835064 ], [ -77.000574, 38.834966 ], [ -77.00057, 38.834858 ], [ -77.000571, 38.834031 ], [ -77.000687, 38.834018 ], [ -77.000722, 38.834018 ], [ -77.00078, 38.834022 ], [ -77.00081, 38.834026 ], [ -77.000836, 38.834031 ], [ -77.000862, 38.834039 ], [ -77.00087, 38.834056 ], [ -77.000929, 38.83405 ], [ -77.001163, 38.83402 ], [ -77.001221, 38.83401 ], [ -77.001306, 38.83399 ], [ -77.001361, 38.833974 ], [ -77.001389, 38.833965 ], [ -77.001467, 38.833935 ], [ -77.001491, 38.833924 ], [ -77.001516, 38.833914 ], [ -77.001611, 38.83387 ], [ -77.001712, 38.833818 ], [ -77.00183, 38.833753 ], [ -77.001946, 38.833684 ], [ -77.002007, 38.833645 ], [ -77.002103, 38.833579 ], [ -77.002166, 38.833533 ], [ -77.002256, 38.833462 ], [ -77.002285, 38.833438 ], [ -77.002303, 38.833422 ], [ -77.002412, 38.833368 ], [ -77.002386, 38.833353 ], [ -77.00246, 38.833282 ], [ -77.002508, 38.833234 ], [ -77.002561, 38.833177 ], [ -77.002612, 38.833119 ], [ -77.002685, 38.83303 ], [ -77.002731, 38.83297 ], [ -77.002753, 38.832939 ], [ -77.002777, 38.832908 ], [ -77.002821, 38.832845 ], [ -77.002862, 38.832781 ], [ -77.002901, 38.832716 ], [ -77.00291, 38.832699 ], [ -77.002953, 38.832616 ], [ -77.003001, 38.832515 ], [ -77.003031, 38.832447 ], [ -77.003073, 38.832345 ], [ -77.003099, 38.832277 ], [ -77.003144, 38.832168 ], [ -77.003194, 38.83206 ], [ -77.003229, 38.831989 ], [ -77.003287, 38.831881 ], [ -77.003373, 38.831734 ], [ -77.003419, 38.831661 ], [ -77.003491, 38.831554 ], [ -77.003597, 38.831409 ], [ -77.003663, 38.831324 ], [ -77.003733, 38.831238 ], [ -77.003772, 38.831195 ], [ -77.003799, 38.831167 ], [ -77.003847, 38.831121 ], [ -77.003952, 38.830997 ], [ -77.005166, 38.83113 ], [ -77.005885, 38.831206 ], [ -77.006671, 38.831288 ], [ -77.007244, 38.83135 ], [ -77.007677, 38.831398 ], [ -77.007762, 38.831472 ], [ -77.007787, 38.831517 ], [ -77.007801, 38.831552 ], [ -77.007817, 38.831588 ], [ -77.007851, 38.831658 ], [ -77.007916, 38.831768 ], [ -77.008063, 38.832025 ], [ -77.008088, 38.832076 ], [ -77.008136, 38.832179 ], [ -77.008181, 38.832283 ], [ -77.008223, 38.832388 ], [ -77.008263, 38.832493 ], [ -77.008293, 38.832577 ], [ -77.008313, 38.83264 ], [ -77.00833, 38.832704 ], [ -77.008344, 38.832768 ], [ -77.008355, 38.832832 ], [ -77.008367, 38.832923 ], [ -77.008388, 38.83308 ], [ -77.008395, 38.833152 ], [ -77.0084, 38.83326 ], [ -77.008399, 38.833369 ], [ -77.008394, 38.833441 ], [ -77.008411, 38.833647 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009804", "name": "Census Tract 98.04, District of Columbia, District of Columbia", "total_population_17": 2826, "white_alone_17": 27.0, "black_alone_17": 2476.0, "native_alone_17": 0.0, "asian_alone_17": 9.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 216.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.37, "pct_black_alone_change": -10.592, "pct_native_alone_change": -0.195, "pct_asian_alone_change": 0.201, "pct_hispanic_or_latino_change": 6.786, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8396610", "INTPTLON": "-076.9978352" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.004213, 38.840407 ], [ -77.00351, 38.841332 ], [ -77.003039, 38.841952 ], [ -77.002974, 38.842032 ], [ -77.002905, 38.842112 ], [ -77.002889, 38.842129 ], [ -77.002838, 38.84218 ], [ -77.002783, 38.842228 ], [ -77.002665, 38.842318 ], [ -77.002624, 38.842346 ], [ -77.002559, 38.842386 ], [ -77.00246, 38.84244 ], [ -77.002405, 38.842467 ], [ -77.002349, 38.842493 ], [ -77.002252, 38.842533 ], [ -77.0022, 38.842552 ], [ -77.002094, 38.842587 ], [ -77.001984, 38.842616 ], [ -77.001777, 38.842663 ], [ -77.001554, 38.842716 ], [ -77.000787, 38.842897 ], [ -77.000581, 38.842943 ], [ -77.000488, 38.842963 ], [ -77.000292, 38.843007 ], [ -77.000173, 38.843042 ], [ -77.000116, 38.843062 ], [ -77.00006, 38.843084 ], [ -76.99996, 38.843132 ], [ -76.999876, 38.84308 ], [ -76.999849, 38.84307 ], [ -76.999767, 38.843057 ], [ -76.999701, 38.843051 ], [ -76.999497, 38.843059 ], [ -76.998557, 38.843105 ], [ -76.99845, 38.843109 ], [ -76.99823, 38.843118 ], [ -76.997676, 38.843146 ], [ -76.997548, 38.843157 ], [ -76.997453, 38.843167 ], [ -76.997311, 38.843187 ], [ -76.997004, 38.843235 ], [ -76.996642, 38.843294 ], [ -76.995913, 38.843408 ], [ -76.995332, 38.843501 ], [ -76.994704, 38.843606 ], [ -76.994484, 38.843643 ], [ -76.994226, 38.843688 ], [ -76.993976, 38.842299 ], [ -76.993964, 38.842227 ], [ -76.993666, 38.8406 ], [ -76.993647, 38.840502 ], [ -76.993641, 38.840459 ], [ -76.993634, 38.840417 ], [ -76.993624, 38.840331 ], [ -76.993616, 38.840245 ], [ -76.993611, 38.840159 ], [ -76.993609, 38.840073 ], [ -76.993602, 38.839876 ], [ -76.993589, 38.839504 ], [ -76.993576, 38.839098 ], [ -76.993566, 38.838889 ], [ -76.993563, 38.838805 ], [ -76.99355, 38.838464 ], [ -76.993532, 38.83805 ], [ -76.993522, 38.837767 ], [ -76.993513, 38.83757 ], [ -76.993617, 38.837559 ], [ -76.993676, 38.837551 ], [ -76.993762, 38.837546 ], [ -76.993829, 38.837545 ], [ -76.994132, 38.837554 ], [ -76.994189, 38.837555 ], [ -76.994347, 38.837553 ], [ -76.994453, 38.837549 ], [ -76.994559, 38.837543 ], [ -76.994713, 38.83753 ], [ -76.994809, 38.837517 ], [ -76.994857, 38.837509 ], [ -76.994951, 38.837491 ], [ -76.994978, 38.837485 ], [ -76.995091, 38.837456 ], [ -76.995178, 38.837428 ], [ -76.99522, 38.837413 ], [ -76.995342, 38.837365 ], [ -76.995461, 38.837311 ], [ -76.995539, 38.837273 ], [ -76.995664, 38.837205 ], [ -76.995832, 38.837116 ], [ -76.995873, 38.837093 ], [ -76.995957, 38.837048 ], [ -76.996014, 38.837018 ], [ -76.996162, 38.83694 ], [ -76.99618, 38.836928 ], [ -76.996211, 38.836905 ], [ -76.99623, 38.836894 ], [ -76.99626, 38.836874 ], [ -76.996296, 38.836833 ], [ -76.996319, 38.836805 ], [ -76.996335, 38.836777 ], [ -76.996363, 38.83675 ], [ -76.996392, 38.836728 ], [ -76.996413, 38.836719 ], [ -76.99648, 38.836705 ], [ -76.996561, 38.836716 ], [ -76.996616, 38.836692 ], [ -76.996696, 38.836645 ], [ -76.996774, 38.836596 ], [ -76.99685, 38.836545 ], [ -76.996887, 38.836519 ], [ -76.996959, 38.836465 ], [ -76.997027, 38.83641 ], [ -76.997059, 38.836382 ], [ -76.997089, 38.836353 ], [ -76.997113, 38.836332 ], [ -76.997143, 38.836304 ], [ -76.997202, 38.836245 ], [ -76.997258, 38.836184 ], [ -76.997335, 38.836096 ], [ -76.997381, 38.836045 ], [ -76.997456, 38.835953 ], [ -76.997487, 38.835913 ], [ -76.997501, 38.835893 ], [ -76.997515, 38.835875 ], [ -76.997527, 38.835856 ], [ -76.997564, 38.835804 ], [ -76.997624, 38.835728 ], [ -76.997667, 38.835678 ], [ -76.997712, 38.83563 ], [ -76.997763, 38.835578 ], [ -76.997849, 38.835497 ], [ -76.997879, 38.835471 ], [ -76.997972, 38.835395 ], [ -76.998037, 38.835347 ], [ -76.998108, 38.835299 ], [ -76.998217, 38.83523 ], [ -76.998368, 38.835143 ], [ -76.998406, 38.835123 ], [ -76.998705, 38.834954 ], [ -76.998749, 38.834925 ], [ -76.998901, 38.834817 ], [ -76.998922, 38.834801 ], [ -76.999075, 38.834701 ], [ -76.999142, 38.83466 ], [ -76.999223, 38.834621 ], [ -76.99933, 38.834567 ], [ -76.999356, 38.834553 ], [ -76.999383, 38.83454 ], [ -76.999555, 38.834448 ], [ -76.999622, 38.83441 ], [ -76.999643, 38.8344 ], [ -76.999676, 38.834378 ], [ -76.999704, 38.834361 ], [ -76.999759, 38.834336 ], [ -76.999831, 38.834298 ], [ -76.999923, 38.834258 ], [ -76.999953, 38.834243 ], [ -76.999988, 38.83423 ], [ -77.000015, 38.834212 ], [ -77.000097, 38.834165 ], [ -77.000141, 38.834143 ], [ -77.000165, 38.834134 ], [ -77.000195, 38.83413 ], [ -77.000229, 38.83412 ], [ -77.000254, 38.834105 ], [ -77.000282, 38.834093 ], [ -77.00034, 38.834073 ], [ -77.000393, 38.834057 ], [ -77.00042, 38.834051 ], [ -77.000471, 38.834043 ], [ -77.000571, 38.834031 ], [ -77.00057, 38.834858 ], [ -77.000574, 38.834966 ], [ -77.000581, 38.835064 ], [ -77.000588, 38.835129 ], [ -77.000599, 38.835194 ], [ -77.000613, 38.835253 ], [ -77.000629, 38.835312 ], [ -77.000758, 38.835805 ], [ -77.000765, 38.835859 ], [ -77.00077, 38.835912 ], [ -77.000773, 38.835966 ], [ -77.000775, 38.836038 ], [ -77.000775, 38.836119 ], [ -77.000773, 38.83616 ], [ -77.000767, 38.836226 ], [ -77.000759, 38.836291 ], [ -77.000754, 38.836323 ], [ -77.000742, 38.836385 ], [ -77.00072, 38.836472 ], [ -77.000714, 38.836499 ], [ -77.000699, 38.836551 ], [ -77.000667, 38.836655 ], [ -77.000649, 38.836707 ], [ -77.000616, 38.836827 ], [ -77.0006, 38.836894 ], [ -77.000588, 38.836961 ], [ -77.000579, 38.837029 ], [ -77.000574, 38.837097 ], [ -77.000571, 38.837235 ], [ -77.000573, 38.837515 ], [ -77.000572, 38.83788 ], [ -77.000572, 38.838455 ], [ -77.000573, 38.838555 ], [ -77.000573, 38.839521 ], [ -77.000575, 38.839887 ], [ -77.000574, 38.840218 ], [ -77.000573, 38.840305 ], [ -77.000573, 38.840393 ], [ -77.000571, 38.840616 ], [ -77.000573, 38.840978 ], [ -77.000573, 38.840993 ], [ -77.000573, 38.841279 ], [ -77.000571, 38.841633 ], [ -77.000571, 38.841786 ], [ -77.000572, 38.841879 ], [ -77.00073, 38.841878 ], [ -77.000759, 38.841879 ], [ -77.000908, 38.841879 ], [ -77.000996, 38.841876 ], [ -77.001056, 38.841872 ], [ -77.001146, 38.841862 ], [ -77.001175, 38.841857 ], [ -77.001233, 38.841845 ], [ -77.001291, 38.841831 ], [ -77.001319, 38.841823 ], [ -77.001388, 38.841799 ], [ -77.001455, 38.841771 ], [ -77.001487, 38.841756 ], [ -77.00155, 38.841723 ], [ -77.001569, 38.841712 ], [ -77.00161, 38.841686 ], [ -77.001638, 38.841667 ], [ -77.001672, 38.841642 ], [ -77.00172, 38.841604 ], [ -77.001766, 38.841563 ], [ -77.00194, 38.841387 ], [ -77.002187, 38.841143 ], [ -77.002364, 38.840971 ], [ -77.00253, 38.840813 ], [ -77.002666, 38.840678 ], [ -77.002773, 38.84057 ], [ -77.00297, 38.84038 ], [ -77.003066, 38.840286 ], [ -77.003124, 38.840245 ], [ -77.003156, 38.840227 ], [ -77.003189, 38.84021 ], [ -77.003223, 38.840195 ], [ -77.003258, 38.840182 ], [ -77.003295, 38.840171 ], [ -77.003332, 38.840162 ], [ -77.00337, 38.840155 ], [ -77.003409, 38.84015 ], [ -77.003445, 38.840148 ], [ -77.003482, 38.840147 ], [ -77.003554, 38.84015 ], [ -77.003626, 38.840159 ], [ -77.003662, 38.840166 ], [ -77.003697, 38.840174 ], [ -77.003731, 38.840183 ], [ -77.003765, 38.840194 ], [ -77.003924, 38.840269 ], [ -77.004213, 38.840407 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009807", "name": "Census Tract 98.07, District of Columbia, District of Columbia", "total_population_17": 3369, "white_alone_17": 118.0, "black_alone_17": 3229.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 3.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 1.866, "pct_black_alone_change": -1.037, "pct_native_alone_change": -0.031, "pct_asian_alone_change": -0.587, "pct_hispanic_or_latino_change": -0.776, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8292038", "INTPTLON": "-077.0117577" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.017369, 38.823896 ], [ -77.017368, 38.824303 ], [ -77.017367, 38.825203 ], [ -77.017369, 38.827225 ], [ -77.01737, 38.827363 ], [ -77.017341, 38.827782 ], [ -77.017335, 38.82807 ], [ -77.017326, 38.828243 ], [ -77.017307, 38.828344 ], [ -77.017294, 38.828438 ], [ -77.017229, 38.828812 ], [ -77.017222, 38.828842 ], [ -77.017202, 38.828934 ], [ -77.017151, 38.829068 ], [ -77.017083, 38.829207 ], [ -77.017064, 38.82924 ], [ -77.017014, 38.829327 ], [ -77.016891, 38.829529 ], [ -77.016844, 38.829609 ], [ -77.016824, 38.829656 ], [ -77.016807, 38.829786 ], [ -77.016788, 38.829828 ], [ -77.016773, 38.829872 ], [ -77.016757, 38.829906 ], [ -77.016733, 38.82994 ], [ -77.016698, 38.829983 ], [ -77.016666, 38.830014 ], [ -77.016627, 38.830057 ], [ -77.016564, 38.830101 ], [ -77.016485, 38.830174 ], [ -77.016097, 38.830542 ], [ -77.015882, 38.830742 ], [ -77.015678, 38.830934 ], [ -77.015434, 38.831162 ], [ -77.015282, 38.831306 ], [ -77.015216, 38.831365 ], [ -77.015153, 38.831425 ], [ -77.015062, 38.831518 ], [ -77.014976, 38.831614 ], [ -77.01496, 38.831637 ], [ -77.014898, 38.831725 ], [ -77.014716, 38.831985 ], [ -77.014606, 38.832136 ], [ -77.014452, 38.832331 ], [ -77.014257, 38.832569 ], [ -77.014021, 38.83285 ], [ -77.013721, 38.833248 ], [ -77.013432, 38.833649 ], [ -77.012962, 38.834285 ], [ -77.012535, 38.83486 ], [ -77.011982, 38.835614 ], [ -77.011563, 38.836177 ], [ -77.011068, 38.836852 ], [ -77.010964, 38.836989 ], [ -77.010658, 38.837403 ], [ -77.010608, 38.837473 ], [ -77.010305, 38.837884 ], [ -77.010177, 38.838054 ], [ -77.009992, 38.838306 ], [ -77.009817, 38.838541 ], [ -77.009656, 38.83876 ], [ -77.009155, 38.839563 ], [ -77.009191, 38.839184 ], [ -77.009168, 38.838898 ], [ -77.009082, 38.83877 ], [ -77.008947, 38.838459 ], [ -77.008087, 38.836441 ], [ -77.007877, 38.835856 ], [ -77.007744, 38.835687 ], [ -77.007775, 38.835629 ], [ -77.00779, 38.835599 ], [ -77.007909, 38.835248 ], [ -77.007971, 38.835061 ], [ -77.008016, 38.83491 ], [ -77.008195, 38.834333 ], [ -77.008213, 38.834277 ], [ -77.008316, 38.83394 ], [ -77.008345, 38.83383 ], [ -77.008411, 38.833647 ], [ -77.008394, 38.833441 ], [ -77.008399, 38.833369 ], [ -77.0084, 38.83326 ], [ -77.008395, 38.833152 ], [ -77.008388, 38.83308 ], [ -77.008367, 38.832923 ], [ -77.008355, 38.832832 ], [ -77.008344, 38.832768 ], [ -77.00833, 38.832704 ], [ -77.008313, 38.83264 ], [ -77.008293, 38.832577 ], [ -77.008263, 38.832493 ], [ -77.008223, 38.832388 ], [ -77.008181, 38.832283 ], [ -77.008136, 38.832179 ], [ -77.008088, 38.832076 ], [ -77.008063, 38.832025 ], [ -77.007916, 38.831768 ], [ -77.007851, 38.831658 ], [ -77.007817, 38.831588 ], [ -77.007801, 38.831552 ], [ -77.007787, 38.831517 ], [ -77.007762, 38.831472 ], [ -77.007677, 38.831398 ], [ -77.007674, 38.830842 ], [ -77.007676, 38.83059 ], [ -77.007676, 38.830342 ], [ -77.007675, 38.830293 ], [ -77.007675, 38.830215 ], [ -77.007674, 38.829635 ], [ -77.007675, 38.829199 ], [ -77.007675, 38.827795 ], [ -77.007674, 38.827624 ], [ -77.007676, 38.827458 ], [ -77.007673, 38.827293 ], [ -77.007668, 38.82721 ], [ -77.007657, 38.827094 ], [ -77.007642, 38.826978 ], [ -77.007623, 38.826862 ], [ -77.007603, 38.826768 ], [ -77.007568, 38.826628 ], [ -77.00754, 38.826537 ], [ -77.007509, 38.826447 ], [ -77.007475, 38.826358 ], [ -77.007434, 38.826263 ], [ -77.007385, 38.826158 ], [ -77.007336, 38.826063 ], [ -77.007265, 38.825931 ], [ -77.007136, 38.825732 ], [ -77.007092, 38.825666 ], [ -77.007006, 38.825533 ], [ -77.006765, 38.825172 ], [ -77.006747, 38.825144 ], [ -77.006577, 38.824886 ], [ -77.006472, 38.824725 ], [ -77.006346, 38.824537 ], [ -77.006252, 38.824404 ], [ -77.006189, 38.824318 ], [ -77.006123, 38.824233 ], [ -77.006054, 38.824151 ], [ -77.006002, 38.824091 ], [ -77.006027, 38.824082 ], [ -77.006107, 38.824058 ], [ -77.006215, 38.824033 ], [ -77.00627, 38.824023 ], [ -77.006345, 38.824015 ], [ -77.00637, 38.824014 ], [ -77.006394, 38.824012 ], [ -77.006494, 38.824008 ], [ -77.006519, 38.824008 ], [ -77.006551, 38.82401 ], [ -77.006616, 38.824012 ], [ -77.006681, 38.824011 ], [ -77.006745, 38.824007 ], [ -77.006876, 38.823992 ], [ -77.006946, 38.82398 ], [ -77.007015, 38.823966 ], [ -77.007082, 38.823948 ], [ -77.007116, 38.823938 ], [ -77.007149, 38.823927 ], [ -77.007308, 38.823867 ], [ -77.007363, 38.823847 ], [ -77.007562, 38.823772 ], [ -77.007635, 38.823743 ], [ -77.007728, 38.82371 ], [ -77.007824, 38.823682 ], [ -77.007889, 38.823666 ], [ -77.007956, 38.823652 ], [ -77.008023, 38.82364 ], [ -77.008086, 38.823631 ], [ -77.008124, 38.823625 ], [ -77.008226, 38.823613 ], [ -77.008404, 38.823602 ], [ -77.008475, 38.8236 ], [ -77.008619, 38.8236 ], [ -77.008973, 38.823602 ], [ -77.009529, 38.8236 ], [ -77.009574, 38.823599 ], [ -77.009651, 38.823599 ], [ -77.010334, 38.823601 ], [ -77.010674, 38.823599 ], [ -77.010885, 38.8236 ], [ -77.010966, 38.823601 ], [ -77.011742, 38.8236 ], [ -77.0118, 38.823597 ], [ -77.011858, 38.823588 ], [ -77.011886, 38.823582 ], [ -77.01173, 38.823223 ], [ -77.011575, 38.822859 ], [ -77.011557, 38.82282 ], [ -77.011629, 38.822661 ], [ -77.011693, 38.822528 ], [ -77.011809, 38.822321 ], [ -77.011942, 38.822091 ], [ -77.012071, 38.821873 ], [ -77.012083, 38.821896 ], [ -77.012699, 38.823032 ], [ -77.015826, 38.823712 ], [ -77.016527, 38.823765 ], [ -77.01683, 38.82385 ], [ -77.017092, 38.823743 ], [ -77.01737, 38.823592 ], [ -77.017369, 38.823896 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009810", "name": "Census Tract 98.10, District of Columbia, District of Columbia", "total_population_17": 2914, "white_alone_17": 0.0, "black_alone_17": 2840.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.757, "pct_black_alone_change": -0.757, "pct_native_alone_change": -0.185, "pct_asian_alone_change": -0.219, "pct_hispanic_or_latino_change": -0.488, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8260370", "INTPTLON": "-077.0037886" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.007677, 38.831398 ], [ -77.007244, 38.83135 ], [ -77.006671, 38.831288 ], [ -77.005885, 38.831206 ], [ -77.005166, 38.83113 ], [ -77.003952, 38.830997 ], [ -77.003858, 38.830987 ], [ -77.003712, 38.830972 ], [ -77.003538, 38.830965 ], [ -77.00338, 38.830959 ], [ -77.003333, 38.830958 ], [ -77.00261, 38.830957 ], [ -77.00203, 38.830958 ], [ -77.002025, 38.830505 ], [ -77.002022, 38.830094 ], [ -77.002023, 38.82979 ], [ -77.002022, 38.829339 ], [ -77.002025, 38.829229 ], [ -77.002033, 38.829081 ], [ -77.002048, 38.828915 ], [ -77.002073, 38.828715 ], [ -77.002089, 38.82861 ], [ -77.0021, 38.828556 ], [ -77.002149, 38.828343 ], [ -77.002191, 38.828184 ], [ -77.002222, 38.828078 ], [ -77.002324, 38.827796 ], [ -77.002342, 38.827752 ], [ -77.002358, 38.827709 ], [ -77.002373, 38.827664 ], [ -77.002386, 38.82762 ], [ -77.002406, 38.82753 ], [ -77.002413, 38.827485 ], [ -77.002418, 38.82744 ], [ -77.002422, 38.827394 ], [ -77.002424, 38.827349 ], [ -77.002422, 38.827298 ], [ -77.002418, 38.827247 ], [ -77.002412, 38.827197 ], [ -77.002404, 38.827147 ], [ -77.002393, 38.827097 ], [ -77.00238, 38.827047 ], [ -77.002365, 38.826998 ], [ -77.002348, 38.826949 ], [ -77.002329, 38.826901 ], [ -77.002307, 38.826853 ], [ -77.002139, 38.826515 ], [ -77.002081, 38.826398 ], [ -77.001937, 38.826098 ], [ -77.0018, 38.825823 ], [ -77.001664, 38.825547 ], [ -77.00144, 38.825077 ], [ -77.001426, 38.825043 ], [ -77.001413, 38.825008 ], [ -77.001392, 38.824938 ], [ -77.001381, 38.824891 ], [ -77.001371, 38.82483 ], [ -77.001368, 38.8248 ], [ -77.001364, 38.824739 ], [ -77.001366, 38.824647 ], [ -77.001371, 38.824585 ], [ -77.001381, 38.824523 ], [ -77.001398, 38.824462 ], [ -77.001408, 38.824432 ], [ -77.001435, 38.824373 ], [ -77.00145, 38.824345 ], [ -77.001467, 38.824316 ], [ -77.001486, 38.824292 ], [ -77.001528, 38.824245 ], [ -77.001551, 38.824222 ], [ -77.001575, 38.824201 ], [ -77.001627, 38.82416 ], [ -77.001655, 38.824141 ], [ -77.001684, 38.824123 ], [ -77.001714, 38.824106 ], [ -77.001904, 38.824018 ], [ -77.002118, 38.823926 ], [ -77.002209, 38.823886 ], [ -77.002003, 38.823601 ], [ -77.001983, 38.823569 ], [ -77.001959, 38.823519 ], [ -77.001943, 38.823466 ], [ -77.001934, 38.823428 ], [ -77.001928, 38.823389 ], [ -77.001926, 38.82337 ], [ -77.001924, 38.823331 ], [ -77.001924, 38.823311 ], [ -77.001927, 38.823272 ], [ -77.001951, 38.822738 ], [ -77.001976, 38.822234 ], [ -77.001984, 38.822204 ], [ -77.001992, 38.822181 ], [ -77.002017, 38.822144 ], [ -77.002044, 38.822117 ], [ -77.002128, 38.822029 ], [ -77.002187, 38.821965 ], [ -77.002433, 38.822139 ], [ -77.002476, 38.822166 ], [ -77.002563, 38.822218 ], [ -77.002608, 38.822243 ], [ -77.002698, 38.822291 ], [ -77.00279, 38.822338 ], [ -77.002884, 38.822382 ], [ -77.003178, 38.822511 ], [ -77.004473, 38.823083 ], [ -77.004543, 38.823114 ], [ -77.004666, 38.823169 ], [ -77.004769, 38.823215 ], [ -77.004866, 38.823262 ], [ -77.005055, 38.82336 ], [ -77.005147, 38.823411 ], [ -77.005238, 38.823464 ], [ -77.00543, 38.823594 ], [ -77.005479, 38.823631 ], [ -77.005529, 38.823667 ], [ -77.005631, 38.823747 ], [ -77.005716, 38.823817 ], [ -77.005784, 38.823876 ], [ -77.005846, 38.823932 ], [ -77.005907, 38.823991 ], [ -77.006002, 38.824091 ], [ -77.006054, 38.824151 ], [ -77.006123, 38.824233 ], [ -77.006189, 38.824318 ], [ -77.006252, 38.824404 ], [ -77.006346, 38.824537 ], [ -77.006472, 38.824725 ], [ -77.006577, 38.824886 ], [ -77.006747, 38.825144 ], [ -77.006765, 38.825172 ], [ -77.007006, 38.825533 ], [ -77.007092, 38.825666 ], [ -77.007136, 38.825732 ], [ -77.007265, 38.825931 ], [ -77.007336, 38.826063 ], [ -77.007385, 38.826158 ], [ -77.007434, 38.826263 ], [ -77.007475, 38.826358 ], [ -77.007509, 38.826447 ], [ -77.00754, 38.826537 ], [ -77.007568, 38.826628 ], [ -77.007603, 38.826768 ], [ -77.007623, 38.826862 ], [ -77.007642, 38.826978 ], [ -77.007657, 38.827094 ], [ -77.007668, 38.82721 ], [ -77.007673, 38.827293 ], [ -77.007676, 38.827458 ], [ -77.007674, 38.827624 ], [ -77.007675, 38.827795 ], [ -77.007675, 38.829199 ], [ -77.007674, 38.829635 ], [ -77.007675, 38.830215 ], [ -77.007675, 38.830293 ], [ -77.007676, 38.830342 ], [ -77.007676, 38.83059 ], [ -77.007674, 38.830842 ], [ -77.007677, 38.831398 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009811", "name": "Census Tract 98.11, District of Columbia, District of Columbia", "total_population_17": 5163, "white_alone_17": 0.0, "black_alone_17": 5056.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 13.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.757, "pct_black_alone_change": -0.29, "pct_native_alone_change": -0.185, "pct_asian_alone_change": -0.219, "pct_hispanic_or_latino_change": -0.236, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8266511", "INTPTLON": "-076.9984594" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.002422, 38.827394 ], [ -77.002418, 38.82744 ], [ -77.002413, 38.827485 ], [ -77.002406, 38.82753 ], [ -77.002386, 38.82762 ], [ -77.002373, 38.827664 ], [ -77.002358, 38.827709 ], [ -77.002342, 38.827752 ], [ -77.002324, 38.827796 ], [ -77.002222, 38.828078 ], [ -77.002191, 38.828184 ], [ -77.002149, 38.828343 ], [ -77.0021, 38.828556 ], [ -77.002089, 38.82861 ], [ -77.002073, 38.828715 ], [ -77.002048, 38.828915 ], [ -77.002033, 38.829081 ], [ -77.002025, 38.829229 ], [ -77.002022, 38.829339 ], [ -77.002023, 38.82979 ], [ -77.002022, 38.830094 ], [ -77.002025, 38.830505 ], [ -77.00203, 38.830958 ], [ -77.001735, 38.830959 ], [ -77.000862, 38.830958 ], [ -77.00069, 38.83096 ], [ -77.000571, 38.83096 ], [ -77.000572, 38.830181 ], [ -77.000571, 38.830082 ], [ -77.000569, 38.829776 ], [ -77.000568, 38.829291 ], [ -77.000567, 38.829205 ], [ -76.999425, 38.829204 ], [ -76.998943, 38.829206 ], [ -76.998497, 38.829205 ], [ -76.99833, 38.829204 ], [ -76.996853, 38.829202 ], [ -76.996346, 38.829206 ], [ -76.996211, 38.829205 ], [ -76.995806, 38.829204 ], [ -76.995576, 38.829202 ], [ -76.995117, 38.829205 ], [ -76.994889, 38.829204 ], [ -76.994713, 38.829203 ], [ -76.993653, 38.829204 ], [ -76.99306, 38.829203 ], [ -76.992846, 38.829208 ], [ -76.992497, 38.829203 ], [ -76.991353, 38.829199 ], [ -76.991111, 38.829149 ], [ -76.991186, 38.829094 ], [ -76.991275, 38.829024 ], [ -76.991482, 38.828863 ], [ -76.991581, 38.828785 ], [ -76.991639, 38.82874 ], [ -76.991743, 38.828659 ], [ -76.992018, 38.828444 ], [ -76.992258, 38.828256 ], [ -76.992487, 38.828078 ], [ -76.992631, 38.827967 ], [ -76.992654, 38.827949 ], [ -76.992797, 38.827838 ], [ -76.993049, 38.827642 ], [ -76.99309, 38.82761 ], [ -76.99327, 38.82747 ], [ -76.993477, 38.827308 ], [ -76.99369, 38.827143 ], [ -76.993871, 38.827 ], [ -76.994098, 38.826823 ], [ -76.994335, 38.826635 ], [ -76.994572, 38.826451 ], [ -76.994788, 38.826283 ], [ -76.995021, 38.826102 ], [ -76.995233, 38.825934 ], [ -76.995453, 38.825763 ], [ -76.995672, 38.825594 ], [ -76.995835, 38.825465 ], [ -76.995931, 38.825389 ], [ -76.996088, 38.825266 ], [ -76.996184, 38.825192 ], [ -76.996228, 38.825158 ], [ -76.996538, 38.824916 ], [ -76.996685, 38.824802 ], [ -76.99693, 38.82462 ], [ -76.998039, 38.823797 ], [ -76.998088, 38.823758 ], [ -76.998105, 38.823745 ], [ -76.998164, 38.823698 ], [ -76.99841, 38.823506 ], [ -76.9985, 38.823435 ], [ -76.998575, 38.823376 ], [ -76.998596, 38.82336 ], [ -76.99894, 38.823094 ], [ -76.999166, 38.822918 ], [ -76.999278, 38.822831 ], [ -77.000072, 38.822208 ], [ -77.000141, 38.822153 ], [ -77.000245, 38.822062 ], [ -77.001243, 38.821275 ], [ -77.001379, 38.82135 ], [ -77.001846, 38.821713 ], [ -77.002072, 38.821882 ], [ -77.002187, 38.821965 ], [ -77.002128, 38.822029 ], [ -77.002044, 38.822117 ], [ -77.002017, 38.822144 ], [ -77.001992, 38.822181 ], [ -77.001984, 38.822204 ], [ -77.001976, 38.822234 ], [ -77.001951, 38.822738 ], [ -77.001927, 38.823272 ], [ -77.001924, 38.823311 ], [ -77.001924, 38.823331 ], [ -77.001926, 38.82337 ], [ -77.001928, 38.823389 ], [ -77.001934, 38.823428 ], [ -77.001943, 38.823466 ], [ -77.001959, 38.823519 ], [ -77.001983, 38.823569 ], [ -77.002003, 38.823601 ], [ -77.002209, 38.823886 ], [ -77.002118, 38.823926 ], [ -77.001904, 38.824018 ], [ -77.001714, 38.824106 ], [ -77.001684, 38.824123 ], [ -77.001655, 38.824141 ], [ -77.001627, 38.82416 ], [ -77.001575, 38.824201 ], [ -77.001551, 38.824222 ], [ -77.001528, 38.824245 ], [ -77.001486, 38.824292 ], [ -77.001467, 38.824316 ], [ -77.00145, 38.824345 ], [ -77.001435, 38.824373 ], [ -77.001408, 38.824432 ], [ -77.001398, 38.824462 ], [ -77.001381, 38.824523 ], [ -77.001371, 38.824585 ], [ -77.001366, 38.824647 ], [ -77.001364, 38.824739 ], [ -77.001368, 38.8248 ], [ -77.001371, 38.82483 ], [ -77.001381, 38.824891 ], [ -77.001392, 38.824938 ], [ -77.001413, 38.825008 ], [ -77.001426, 38.825043 ], [ -77.00144, 38.825077 ], [ -77.001664, 38.825547 ], [ -77.0018, 38.825823 ], [ -77.001937, 38.826098 ], [ -77.002081, 38.826398 ], [ -77.002139, 38.826515 ], [ -77.002307, 38.826853 ], [ -77.002329, 38.826901 ], [ -77.002348, 38.826949 ], [ -77.002365, 38.826998 ], [ -77.00238, 38.827047 ], [ -77.002393, 38.827097 ], [ -77.002404, 38.827147 ], [ -77.002412, 38.827197 ], [ -77.002418, 38.827247 ], [ -77.002422, 38.827298 ], [ -77.002424, 38.827349 ], [ -77.002422, 38.827394 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009901", "name": "Census Tract 99.01, District of Columbia, District of Columbia", "total_population_17": 2890, "white_alone_17": 95.0, "black_alone_17": 2465.0, "native_alone_17": 0.0, "asian_alone_17": 186.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 56.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.666, "pct_black_alone_change": -8.798, "pct_native_alone_change": -0.391, "pct_asian_alone_change": 6.262, "pct_hispanic_or_latino_change": 0.591, "pct_native_hawaiian_pacific_islander_change": -0.087, "INTPTLAT": "+38.8753461", "INTPTLON": "-076.9553332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.964809, 38.87642 ], [ -76.96462, 38.876513 ], [ -76.963843, 38.876902 ], [ -76.96362, 38.877012 ], [ -76.963517, 38.877064 ], [ -76.963233, 38.877205 ], [ -76.962936, 38.877355 ], [ -76.962775, 38.877436 ], [ -76.962709, 38.877468 ], [ -76.962156, 38.877743 ], [ -76.962018, 38.877809 ], [ -76.961939, 38.877849 ], [ -76.961833, 38.877906 ], [ -76.961781, 38.877935 ], [ -76.961679, 38.877995 ], [ -76.961629, 38.878026 ], [ -76.961586, 38.878057 ], [ -76.961544, 38.878089 ], [ -76.961503, 38.878122 ], [ -76.961464, 38.878156 ], [ -76.961389, 38.878226 ], [ -76.96132, 38.8783 ], [ -76.961287, 38.878338 ], [ -76.961256, 38.878377 ], [ -76.961218, 38.878431 ], [ -76.961137, 38.878542 ], [ -76.960605, 38.879284 ], [ -76.959926, 38.880234 ], [ -76.959642, 38.880628 ], [ -76.959309, 38.881095 ], [ -76.959092, 38.8814 ], [ -76.958873, 38.881706 ], [ -76.958677, 38.881979 ], [ -76.958334, 38.882457 ], [ -76.958223, 38.882611 ], [ -76.958169, 38.882689 ], [ -76.958155, 38.882707 ], [ -76.958066, 38.882833 ], [ -76.957691, 38.883358 ], [ -76.957516, 38.883601 ], [ -76.957496, 38.88363 ], [ -76.957354, 38.883631 ], [ -76.956601, 38.88363 ], [ -76.956266, 38.88363 ], [ -76.954775, 38.883628 ], [ -76.953321, 38.883627 ], [ -76.953275, 38.883626 ], [ -76.953183, 38.88362 ], [ -76.953091, 38.883611 ], [ -76.953001, 38.883599 ], [ -76.952956, 38.883591 ], [ -76.952191, 38.883478 ], [ -76.951774, 38.883418 ], [ -76.951446, 38.883368 ], [ -76.951319, 38.883349 ], [ -76.950841, 38.88328 ], [ -76.950392, 38.883212 ], [ -76.949783, 38.883121 ], [ -76.949524, 38.883084 ], [ -76.948684, 38.882963 ], [ -76.948051, 38.882868 ], [ -76.947931, 38.882853 ], [ -76.947812, 38.882842 ], [ -76.947691, 38.882834 ], [ -76.94757, 38.88283 ], [ -76.94745, 38.88283 ], [ -76.947275, 38.882828 ], [ -76.947041, 38.882828 ], [ -76.946815, 38.882831 ], [ -76.946677, 38.88283 ], [ -76.946662, 38.882802 ], [ -76.946618, 38.882711 ], [ -76.946294, 38.882014 ], [ -76.946129, 38.881656 ], [ -76.946087, 38.88156 ], [ -76.945918, 38.881191 ], [ -76.945877, 38.881099 ], [ -76.945815, 38.880966 ], [ -76.945772, 38.880869 ], [ -76.945895, 38.880841 ], [ -76.945935, 38.880828 ], [ -76.945987, 38.880808 ], [ -76.946038, 38.880786 ], [ -76.946064, 38.880776 ], [ -76.946166, 38.880731 ], [ -76.946225, 38.880702 ], [ -76.946521, 38.880561 ], [ -76.946761, 38.880451 ], [ -76.946911, 38.880372 ], [ -76.947123, 38.880256 ], [ -76.947259, 38.880178 ], [ -76.947461, 38.880058 ], [ -76.947527, 38.880017 ], [ -76.947615, 38.879964 ], [ -76.947658, 38.879936 ], [ -76.947784, 38.879851 ], [ -76.947866, 38.879792 ], [ -76.947945, 38.879732 ], [ -76.947991, 38.8797 ], [ -76.948081, 38.879635 ], [ -76.948124, 38.879602 ], [ -76.948208, 38.879533 ], [ -76.948249, 38.879497 ], [ -76.948327, 38.879424 ], [ -76.948447, 38.879306 ], [ -76.948473, 38.879278 ], [ -76.948552, 38.879188 ], [ -76.948601, 38.879128 ], [ -76.948695, 38.879004 ], [ -76.94876, 38.878918 ], [ -76.948781, 38.878889 ], [ -76.94882, 38.87883 ], [ -76.948857, 38.87877 ], [ -76.948892, 38.878709 ], [ -76.948977, 38.878545 ], [ -76.949011, 38.878473 ], [ -76.949043, 38.8784 ], [ -76.949072, 38.878326 ], [ -76.94911, 38.878216 ], [ -76.949132, 38.878144 ], [ -76.949151, 38.878071 ], [ -76.949167, 38.877998 ], [ -76.949187, 38.877888 ], [ -76.949195, 38.877821 ], [ -76.949201, 38.877753 ], [ -76.949205, 38.877686 ], [ -76.949207, 38.877618 ], [ -76.949207, 38.87755 ], [ -76.949204, 38.877474 ], [ -76.949194, 38.87736 ], [ -76.949179, 38.877246 ], [ -76.949152, 38.877101 ], [ -76.949119, 38.876962 ], [ -76.949099, 38.876893 ], [ -76.949078, 38.876825 ], [ -76.949065, 38.876789 ], [ -76.949053, 38.876752 ], [ -76.949026, 38.87668 ], [ -76.948969, 38.876536 ], [ -76.948886, 38.876345 ], [ -76.948865, 38.876302 ], [ -76.948798, 38.876175 ], [ -76.948727, 38.876049 ], [ -76.94866, 38.875939 ], [ -76.948626, 38.875881 ], [ -76.948551, 38.875748 ], [ -76.948479, 38.875614 ], [ -76.948385, 38.875432 ], [ -76.948337, 38.875335 ], [ -76.948269, 38.875188 ], [ -76.948227, 38.875089 ], [ -76.948165, 38.874931 ], [ -76.948145, 38.874872 ], [ -76.948136, 38.874842 ], [ -76.948113, 38.874752 ], [ -76.948095, 38.87466 ], [ -76.948083, 38.874565 ], [ -76.948081, 38.874534 ], [ -76.948079, 38.874471 ], [ -76.948081, 38.874407 ], [ -76.948088, 38.87432 ], [ -76.9481, 38.874236 ], [ -76.948118, 38.874153 ], [ -76.948134, 38.874098 ], [ -76.948162, 38.874017 ], [ -76.948195, 38.873936 ], [ -76.948231, 38.873856 ], [ -76.948244, 38.87383 ], [ -76.948324, 38.873682 ], [ -76.948429, 38.873499 ], [ -76.948451, 38.873463 ], [ -76.94857, 38.873248 ], [ -76.948605, 38.873176 ], [ -76.948619, 38.873139 ], [ -76.948625, 38.87312 ], [ -76.948648, 38.873029 ], [ -76.948664, 38.87296 ], [ -76.94868, 38.872875 ], [ -76.948692, 38.872786 ], [ -76.948699, 38.872716 ], [ -76.948698, 38.872647 ], [ -76.94869, 38.872555 ], [ -76.948686, 38.872532 ], [ -76.948673, 38.872443 ], [ -76.948645, 38.872269 ], [ -76.948621, 38.872139 ], [ -76.948578, 38.871929 ], [ -76.94855, 38.871766 ], [ -76.948527, 38.871616 ], [ -76.948516, 38.871506 ], [ -76.948514, 38.871469 ], [ -76.948511, 38.871397 ], [ -76.948511, 38.871309 ], [ -76.948513, 38.871279 ], [ -76.948523, 38.871189 ], [ -76.948534, 38.871129 ], [ -76.948549, 38.87107 ], [ -76.948568, 38.871005 ], [ -76.94859, 38.870941 ], [ -76.948615, 38.870877 ], [ -76.948643, 38.870814 ], [ -76.948674, 38.870752 ], [ -76.948718, 38.870674 ], [ -76.948795, 38.870547 ], [ -76.948828, 38.870496 ], [ -76.949015, 38.870196 ], [ -76.949051, 38.870142 ], [ -76.949118, 38.870034 ], [ -76.949166, 38.869952 ], [ -76.949197, 38.869896 ], [ -76.949227, 38.869839 ], [ -76.949254, 38.869782 ], [ -76.94929, 38.869694 ], [ -76.94931, 38.869635 ], [ -76.949319, 38.869603 ], [ -76.949342, 38.869507 ], [ -76.949366, 38.869378 ], [ -76.94937, 38.869345 ], [ -76.949375, 38.869313 ], [ -76.949386, 38.869214 ], [ -76.949428, 38.868778 ], [ -76.94944, 38.868679 ], [ -76.949451, 38.868613 ], [ -76.949472, 38.868515 ], [ -76.949488, 38.86845 ], [ -76.949497, 38.86842 ], [ -76.949517, 38.86836 ], [ -76.949552, 38.868272 ], [ -76.949595, 38.868186 ], [ -76.949627, 38.868128 ], [ -76.949663, 38.868069 ], [ -76.949682, 38.868041 ], [ -76.949745, 38.867956 ], [ -76.949791, 38.867902 ], [ -76.949842, 38.867848 ], [ -76.949869, 38.867821 ], [ -76.949954, 38.867743 ], [ -76.950014, 38.867693 ], [ -76.950045, 38.867669 ], [ -76.950109, 38.867622 ], [ -76.950181, 38.867574 ], [ -76.950295, 38.867509 ], [ -76.950375, 38.867468 ], [ -76.950498, 38.867414 ], [ -76.950561, 38.86739 ], [ -76.950656, 38.867357 ], [ -76.950721, 38.867337 ], [ -76.950879, 38.867294 ], [ -76.951117, 38.867235 ], [ -76.951237, 38.867208 ], [ -76.951418, 38.867171 ], [ -76.951586, 38.867134 ], [ -76.951753, 38.867094 ], [ -76.951794, 38.867083 ], [ -76.951836, 38.867073 ], [ -76.95196, 38.867038 ], [ -76.952083, 38.866998 ], [ -76.952143, 38.866976 ], [ -76.95221, 38.866949 ], [ -76.952307, 38.866904 ], [ -76.952371, 38.866872 ], [ -76.952433, 38.866838 ], [ -76.952524, 38.866782 ], [ -76.952583, 38.866741 ], [ -76.952665, 38.866675 ], [ -76.952717, 38.866628 ], [ -76.952741, 38.866604 ], [ -76.95276, 38.866587 ], [ -76.952796, 38.866551 ], [ -76.952847, 38.866495 ], [ -76.952879, 38.866457 ], [ -76.952909, 38.866418 ], [ -76.953001, 38.866279 ], [ -76.953308, 38.866404 ], [ -76.954047, 38.866703 ], [ -76.954325, 38.866819 ], [ -76.955332, 38.86723 ], [ -76.95611, 38.867544 ], [ -76.956724, 38.867796 ], [ -76.95722, 38.868002 ], [ -76.957642, 38.868176 ], [ -76.958306, 38.868454 ], [ -76.958416, 38.868496 ], [ -76.958487, 38.868524 ], [ -76.958565, 38.868553 ], [ -76.958664, 38.868591 ], [ -76.959659, 38.868992 ], [ -76.960204, 38.869219 ], [ -76.960383, 38.869291 ], [ -76.961259, 38.869648 ], [ -76.961994, 38.869948 ], [ -76.963089, 38.870399 ], [ -76.963267, 38.870472 ], [ -76.964772, 38.871087 ], [ -76.964772, 38.8712 ], [ -76.964773, 38.871222 ], [ -76.964767, 38.871797 ], [ -76.964767, 38.871917 ], [ -76.964768, 38.872009 ], [ -76.964765, 38.872677 ], [ -76.964768, 38.872935 ], [ -76.964769, 38.87301 ], [ -76.964769, 38.873708 ], [ -76.96477, 38.87375 ], [ -76.96477, 38.873816 ], [ -76.96477, 38.874192 ], [ -76.96477, 38.874265 ], [ -76.964768, 38.874475 ], [ -76.964769, 38.874615 ], [ -76.96477, 38.874821 ], [ -76.96477, 38.874951 ], [ -76.964768, 38.875103 ], [ -76.964766, 38.875484 ], [ -76.964765, 38.876198 ], [ -76.96477, 38.876243 ], [ -76.964786, 38.876273 ], [ -76.96492, 38.876364 ], [ -76.964809, 38.87642 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009902", "name": "Census Tract 99.02, District of Columbia, District of Columbia", "total_population_17": 3120, "white_alone_17": 57.0, "black_alone_17": 3029.0, "native_alone_17": 0.0, "asian_alone_17": 11.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 2.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.19, "pct_black_alone_change": 0.157, "pct_native_alone_change": -0.234, "pct_asian_alone_change": 0.219, "pct_hispanic_or_latino_change": -0.905, "pct_native_hawaiian_pacific_islander_change": -0.067, "INTPTLAT": "+38.8717861", "INTPTLON": "-076.9445542" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.952909, 38.866418 ], [ -76.952879, 38.866457 ], [ -76.952847, 38.866495 ], [ -76.952796, 38.866551 ], [ -76.95276, 38.866587 ], [ -76.952741, 38.866604 ], [ -76.952717, 38.866628 ], [ -76.952665, 38.866675 ], [ -76.952583, 38.866741 ], [ -76.952524, 38.866782 ], [ -76.952433, 38.866838 ], [ -76.952371, 38.866872 ], [ -76.952307, 38.866904 ], [ -76.95221, 38.866949 ], [ -76.952143, 38.866976 ], [ -76.952083, 38.866998 ], [ -76.95196, 38.867038 ], [ -76.951836, 38.867073 ], [ -76.951794, 38.867083 ], [ -76.951753, 38.867094 ], [ -76.951586, 38.867134 ], [ -76.951418, 38.867171 ], [ -76.951237, 38.867208 ], [ -76.951117, 38.867235 ], [ -76.950879, 38.867294 ], [ -76.950721, 38.867337 ], [ -76.950656, 38.867357 ], [ -76.950561, 38.86739 ], [ -76.950498, 38.867414 ], [ -76.950375, 38.867468 ], [ -76.950295, 38.867509 ], [ -76.950181, 38.867574 ], [ -76.950109, 38.867622 ], [ -76.950045, 38.867669 ], [ -76.950014, 38.867693 ], [ -76.949954, 38.867743 ], [ -76.949869, 38.867821 ], [ -76.949842, 38.867848 ], [ -76.949791, 38.867902 ], [ -76.949745, 38.867956 ], [ -76.949682, 38.868041 ], [ -76.949663, 38.868069 ], [ -76.949627, 38.868128 ], [ -76.949595, 38.868186 ], [ -76.949552, 38.868272 ], [ -76.949517, 38.86836 ], [ -76.949497, 38.86842 ], [ -76.949488, 38.86845 ], [ -76.949472, 38.868515 ], [ -76.949451, 38.868613 ], [ -76.94944, 38.868679 ], [ -76.949428, 38.868778 ], [ -76.949386, 38.869214 ], [ -76.949375, 38.869313 ], [ -76.94937, 38.869345 ], [ -76.949366, 38.869378 ], [ -76.949342, 38.869507 ], [ -76.949319, 38.869603 ], [ -76.94931, 38.869635 ], [ -76.94929, 38.869694 ], [ -76.949254, 38.869782 ], [ -76.949227, 38.869839 ], [ -76.949197, 38.869896 ], [ -76.949166, 38.869952 ], [ -76.949118, 38.870034 ], [ -76.949051, 38.870142 ], [ -76.949015, 38.870196 ], [ -76.948828, 38.870496 ], [ -76.948795, 38.870547 ], [ -76.948718, 38.870674 ], [ -76.948674, 38.870752 ], [ -76.948643, 38.870814 ], [ -76.948615, 38.870877 ], [ -76.94859, 38.870941 ], [ -76.948568, 38.871005 ], [ -76.948549, 38.87107 ], [ -76.948534, 38.871129 ], [ -76.948523, 38.871189 ], [ -76.948513, 38.871279 ], [ -76.948511, 38.871309 ], [ -76.948511, 38.871397 ], [ -76.948514, 38.871469 ], [ -76.948516, 38.871506 ], [ -76.948527, 38.871616 ], [ -76.94855, 38.871766 ], [ -76.948578, 38.871929 ], [ -76.948621, 38.872139 ], [ -76.948645, 38.872269 ], [ -76.948673, 38.872443 ], [ -76.948686, 38.872532 ], [ -76.94869, 38.872555 ], [ -76.948698, 38.872647 ], [ -76.948699, 38.872716 ], [ -76.948692, 38.872786 ], [ -76.94868, 38.872875 ], [ -76.948664, 38.87296 ], [ -76.948648, 38.873029 ], [ -76.948625, 38.87312 ], [ -76.948619, 38.873139 ], [ -76.948605, 38.873176 ], [ -76.94857, 38.873248 ], [ -76.948451, 38.873463 ], [ -76.948429, 38.873499 ], [ -76.948324, 38.873682 ], [ -76.948244, 38.87383 ], [ -76.948231, 38.873856 ], [ -76.948195, 38.873936 ], [ -76.948162, 38.874017 ], [ -76.948134, 38.874098 ], [ -76.948118, 38.874153 ], [ -76.9481, 38.874236 ], [ -76.948088, 38.87432 ], [ -76.948081, 38.874407 ], [ -76.948079, 38.874471 ], [ -76.948081, 38.874534 ], [ -76.948083, 38.874565 ], [ -76.948095, 38.87466 ], [ -76.948113, 38.874752 ], [ -76.948136, 38.874842 ], [ -76.948145, 38.874872 ], [ -76.948165, 38.874931 ], [ -76.948227, 38.875089 ], [ -76.948269, 38.875188 ], [ -76.948337, 38.875335 ], [ -76.948385, 38.875432 ], [ -76.948479, 38.875614 ], [ -76.948551, 38.875748 ], [ -76.948626, 38.875881 ], [ -76.94866, 38.875939 ], [ -76.948727, 38.876049 ], [ -76.948798, 38.876175 ], [ -76.948865, 38.876302 ], [ -76.948886, 38.876345 ], [ -76.948969, 38.876536 ], [ -76.949026, 38.87668 ], [ -76.949053, 38.876752 ], [ -76.949065, 38.876789 ], [ -76.949078, 38.876825 ], [ -76.949099, 38.876893 ], [ -76.949119, 38.876962 ], [ -76.949152, 38.877101 ], [ -76.949179, 38.877246 ], [ -76.949194, 38.87736 ], [ -76.949204, 38.877474 ], [ -76.949207, 38.87755 ], [ -76.949207, 38.877618 ], [ -76.949205, 38.877686 ], [ -76.949201, 38.877753 ], [ -76.949195, 38.877821 ], [ -76.949187, 38.877888 ], [ -76.949167, 38.877998 ], [ -76.949151, 38.878071 ], [ -76.949132, 38.878144 ], [ -76.94911, 38.878216 ], [ -76.949072, 38.878326 ], [ -76.949043, 38.8784 ], [ -76.949011, 38.878473 ], [ -76.948977, 38.878545 ], [ -76.948892, 38.878709 ], [ -76.948857, 38.87877 ], [ -76.94882, 38.87883 ], [ -76.948781, 38.878889 ], [ -76.94876, 38.878918 ], [ -76.948695, 38.879004 ], [ -76.948601, 38.879128 ], [ -76.948552, 38.879188 ], [ -76.948473, 38.879278 ], [ -76.948447, 38.879306 ], [ -76.948327, 38.879424 ], [ -76.948249, 38.879497 ], [ -76.948208, 38.879533 ], [ -76.948124, 38.879602 ], [ -76.948081, 38.879635 ], [ -76.947991, 38.8797 ], [ -76.947945, 38.879732 ], [ -76.947866, 38.879792 ], [ -76.947784, 38.879851 ], [ -76.947658, 38.879936 ], [ -76.947615, 38.879964 ], [ -76.947527, 38.880017 ], [ -76.947461, 38.880058 ], [ -76.947259, 38.880178 ], [ -76.947123, 38.880256 ], [ -76.946911, 38.880372 ], [ -76.946761, 38.880451 ], [ -76.946521, 38.880561 ], [ -76.946225, 38.880702 ], [ -76.946166, 38.880731 ], [ -76.946064, 38.880776 ], [ -76.946038, 38.880786 ], [ -76.945987, 38.880808 ], [ -76.945935, 38.880828 ], [ -76.945895, 38.880841 ], [ -76.945772, 38.880869 ], [ -76.945698, 38.880706 ], [ -76.945485, 38.88025 ], [ -76.945316, 38.879884 ], [ -76.945268, 38.879787 ], [ -76.945218, 38.87969 ], [ -76.94514, 38.879546 ], [ -76.945086, 38.879451 ], [ -76.944974, 38.879266 ], [ -76.944864, 38.879093 ], [ -76.944786, 38.878973 ], [ -76.944717, 38.878871 ], [ -76.944647, 38.878771 ], [ -76.944575, 38.878672 ], [ -76.944464, 38.878526 ], [ -76.944288, 38.878306 ], [ -76.944186, 38.878185 ], [ -76.94408, 38.878065 ], [ -76.94397, 38.877947 ], [ -76.943914, 38.877889 ], [ -76.943718, 38.877691 ], [ -76.943576, 38.877553 ], [ -76.943431, 38.877416 ], [ -76.943296, 38.877295 ], [ -76.943209, 38.877221 ], [ -76.943073, 38.877113 ], [ -76.942981, 38.877043 ], [ -76.942934, 38.877009 ], [ -76.942894, 38.876983 ], [ -76.942853, 38.876958 ], [ -76.942811, 38.876934 ], [ -76.942768, 38.876911 ], [ -76.942724, 38.876889 ], [ -76.942634, 38.876848 ], [ -76.942541, 38.876812 ], [ -76.942493, 38.876795 ], [ -76.942072, 38.876655 ], [ -76.941982, 38.876627 ], [ -76.941893, 38.876598 ], [ -76.941716, 38.876535 ], [ -76.941673, 38.876518 ], [ -76.941629, 38.876502 ], [ -76.941588, 38.876486 ], [ -76.941508, 38.876451 ], [ -76.94143, 38.876414 ], [ -76.941355, 38.876373 ], [ -76.941283, 38.876329 ], [ -76.941248, 38.876306 ], [ -76.941098, 38.876213 ], [ -76.940839, 38.876052 ], [ -76.940495, 38.875842 ], [ -76.940184, 38.875647 ], [ -76.939894, 38.875474 ], [ -76.939361, 38.875192 ], [ -76.939017, 38.875012 ], [ -76.938814, 38.8749 ], [ -76.938661, 38.874816 ], [ -76.938358, 38.874669 ], [ -76.937919, 38.874426 ], [ -76.937363, 38.874131 ], [ -76.937087, 38.873986 ], [ -76.936975, 38.873928 ], [ -76.936874, 38.873874 ], [ -76.936761, 38.873815 ], [ -76.936094, 38.873462 ], [ -76.93585, 38.873332 ], [ -76.935711, 38.873258 ], [ -76.935013, 38.872895 ], [ -76.935111, 38.872819 ], [ -76.935337, 38.872644 ], [ -76.935361, 38.872626 ], [ -76.935405, 38.872591 ], [ -76.935471, 38.87254 ], [ -76.935581, 38.872455 ], [ -76.93593, 38.872184 ], [ -76.936003, 38.872127 ], [ -76.936077, 38.872072 ], [ -76.936161, 38.872009 ], [ -76.936267, 38.871927 ], [ -76.936289, 38.87191 ], [ -76.936365, 38.871847 ], [ -76.936458, 38.871771 ], [ -76.936533, 38.871713 ], [ -76.936609, 38.871655 ], [ -76.936683, 38.871597 ], [ -76.936841, 38.871474 ], [ -76.937042, 38.871316 ], [ -76.937072, 38.871292 ], [ -76.937161, 38.871223 ], [ -76.937195, 38.871196 ], [ -76.937233, 38.871167 ], [ -76.937375, 38.871056 ], [ -76.937424, 38.871018 ], [ -76.937727, 38.870783 ], [ -76.9378, 38.870726 ], [ -76.937869, 38.870672 ], [ -76.938026, 38.87055 ], [ -76.938314, 38.870327 ], [ -76.938333, 38.870313 ], [ -76.9384, 38.87026 ], [ -76.938475, 38.870201 ], [ -76.938753, 38.869984 ], [ -76.938928, 38.869848 ], [ -76.938949, 38.869832 ], [ -76.938994, 38.869797 ], [ -76.939065, 38.869742 ], [ -76.939269, 38.869582 ], [ -76.939535, 38.869376 ], [ -76.939557, 38.869358 ], [ -76.939585, 38.869336 ], [ -76.939728, 38.869225 ], [ -76.939864, 38.86912 ], [ -76.939898, 38.869094 ], [ -76.940174, 38.868877 ], [ -76.940333, 38.868751 ], [ -76.940424, 38.86868 ], [ -76.940714, 38.868456 ], [ -76.940784, 38.868402 ], [ -76.940862, 38.868341 ], [ -76.941117, 38.868142 ], [ -76.941308, 38.867992 ], [ -76.941334, 38.867972 ], [ -76.941378, 38.867938 ], [ -76.941444, 38.867886 ], [ -76.941601, 38.867765 ], [ -76.941811, 38.867602 ], [ -76.94193, 38.86751 ], [ -76.9421, 38.867376 ], [ -76.942152, 38.867336 ], [ -76.942367, 38.867167 ], [ -76.942476, 38.867083 ], [ -76.942576, 38.867005 ], [ -76.942702, 38.866907 ], [ -76.943088, 38.866606 ], [ -76.943538, 38.866255 ], [ -76.9437, 38.866128 ], [ -76.943815, 38.866038 ], [ -76.943959, 38.865926 ], [ -76.944033, 38.865868 ], [ -76.94415, 38.865777 ], [ -76.944491, 38.865512 ], [ -76.944588, 38.865436 ], [ -76.944693, 38.865353 ], [ -76.944769, 38.865294 ], [ -76.944907, 38.865186 ], [ -76.945393, 38.864807 ], [ -76.945601, 38.864645 ], [ -76.945668, 38.864592 ], [ -76.945779, 38.864506 ], [ -76.945879, 38.864428 ], [ -76.945914, 38.864402 ], [ -76.946229, 38.864156 ], [ -76.946253, 38.864137 ], [ -76.94627, 38.864134 ], [ -76.94663, 38.863841 ], [ -76.946722, 38.86377 ], [ -76.946809, 38.863702 ], [ -76.946864, 38.86378 ], [ -76.947535, 38.864046 ], [ -76.94771, 38.864116 ], [ -76.949096, 38.864685 ], [ -76.949902, 38.865014 ], [ -76.950152, 38.865118 ], [ -76.951324, 38.865594 ], [ -76.951606, 38.86571 ], [ -76.952222, 38.865963 ], [ -76.953001, 38.866279 ], [ -76.952909, 38.866418 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009903", "name": "Census Tract 99.03, District of Columbia, District of Columbia", "total_population_17": 1952, "white_alone_17": 91.0, "black_alone_17": 1749.0, "native_alone_17": 53.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 8.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 4.518, "pct_black_alone_change": -9.199, "pct_native_alone_change": 2.331, "pct_asian_alone_change": -0.048, "pct_hispanic_or_latino_change": -0.167, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8883180", "INTPTLON": "-076.9212121" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.930054, 38.88982 ], [ -76.927966, 38.889812 ], [ -76.92717, 38.88981 ], [ -76.926174, 38.889811 ], [ -76.926055, 38.889814 ], [ -76.925005, 38.889818 ], [ -76.923953, 38.889813 ], [ -76.922909, 38.889802 ], [ -76.920707, 38.889817 ], [ -76.919416, 38.889817 ], [ -76.917785, 38.8898 ], [ -76.917623, 38.889799 ], [ -76.917245, 38.889798 ], [ -76.916681, 38.889795 ], [ -76.916167, 38.889793 ], [ -76.915718, 38.889793 ], [ -76.915559, 38.889793 ], [ -76.914721, 38.88979 ], [ -76.91461, 38.889791 ], [ -76.914388, 38.88979 ], [ -76.91417, 38.889789 ], [ -76.914036, 38.88979 ], [ -76.913794, 38.889791 ], [ -76.913669, 38.889788 ], [ -76.913498, 38.889793 ], [ -76.913328, 38.889796 ], [ -76.913386, 38.88975 ], [ -76.913485, 38.889672 ], [ -76.91356, 38.889612 ], [ -76.913742, 38.889469 ], [ -76.913789, 38.889432 ], [ -76.914129, 38.889163 ], [ -76.914164, 38.889137 ], [ -76.914199, 38.88911 ], [ -76.914234, 38.889083 ], [ -76.914269, 38.889057 ], [ -76.914296, 38.889036 ], [ -76.914324, 38.889015 ], [ -76.914351, 38.888994 ], [ -76.914378, 38.888972 ], [ -76.914408, 38.888949 ], [ -76.914438, 38.888926 ], [ -76.914467, 38.888902 ], [ -76.914511, 38.888868 ], [ -76.914905, 38.888561 ], [ -76.915271, 38.888277 ], [ -76.915546, 38.88806 ], [ -76.915834, 38.887837 ], [ -76.916019, 38.887693 ], [ -76.916121, 38.887614 ], [ -76.916216, 38.88754 ], [ -76.916575, 38.887261 ], [ -76.916887, 38.887017 ], [ -76.916908, 38.887001 ], [ -76.91702, 38.886914 ], [ -76.91713, 38.886828 ], [ -76.917379, 38.886634 ], [ -76.917451, 38.886578 ], [ -76.917522, 38.886522 ], [ -76.917594, 38.886467 ], [ -76.917666, 38.886411 ], [ -76.917687, 38.886394 ], [ -76.917709, 38.886376 ], [ -76.91775, 38.886345 ], [ -76.91779, 38.886314 ], [ -76.917834, 38.886279 ], [ -76.917879, 38.886244 ], [ -76.917936, 38.8862 ], [ -76.917993, 38.886155 ], [ -76.91805, 38.886111 ], [ -76.918107, 38.886067 ], [ -76.918393, 38.885844 ], [ -76.918454, 38.885797 ], [ -76.918566, 38.88571 ], [ -76.918708, 38.885744 ], [ -76.919063, 38.885832 ], [ -76.91942, 38.885918 ], [ -76.919529, 38.885946 ], [ -76.919817, 38.886014 ], [ -76.920151, 38.886093 ], [ -76.920452, 38.886167 ], [ -76.920734, 38.88623 ], [ -76.920938, 38.886271 ], [ -76.921017, 38.886286 ], [ -76.921086, 38.886298 ], [ -76.92114, 38.886306 ], [ -76.921263, 38.886326 ], [ -76.921607, 38.886376 ], [ -76.921755, 38.886394 ], [ -76.921829, 38.886401 ], [ -76.921933, 38.886409 ], [ -76.922038, 38.886415 ], [ -76.922228, 38.886422 ], [ -76.922271, 38.886422 ], [ -76.92263, 38.886428 ], [ -76.922891, 38.886437 ], [ -76.923025, 38.886444 ], [ -76.923136, 38.886454 ], [ -76.92318, 38.886458 ], [ -76.923305, 38.886475 ], [ -76.923428, 38.886497 ], [ -76.923494, 38.88651 ], [ -76.923677, 38.886556 ], [ -76.923802, 38.886594 ], [ -76.923972, 38.88665 ], [ -76.924093, 38.886691 ], [ -76.924203, 38.886731 ], [ -76.92425, 38.88675 ], [ -76.9243, 38.88677 ], [ -76.924435, 38.88683 ], [ -76.924568, 38.886894 ], [ -76.924697, 38.886958 ], [ -76.924898, 38.887064 ], [ -76.925028, 38.887137 ], [ -76.92509, 38.887175 ], [ -76.925212, 38.887252 ], [ -76.925503, 38.887442 ], [ -76.92555, 38.887474 ], [ -76.925703, 38.887576 ], [ -76.925724, 38.887589 ], [ -76.926084, 38.887834 ], [ -76.926324, 38.887999 ], [ -76.926499, 38.888114 ], [ -76.926628, 38.888197 ], [ -76.926731, 38.888261 ], [ -76.926837, 38.888322 ], [ -76.926868, 38.888339 ], [ -76.926945, 38.88838 ], [ -76.927, 38.888408 ], [ -76.927112, 38.888462 ], [ -76.927228, 38.888513 ], [ -76.927346, 38.888561 ], [ -76.927507, 38.88862 ], [ -76.927604, 38.888652 ], [ -76.927699, 38.888677 ], [ -76.927906, 38.888734 ], [ -76.928184, 38.888806 ], [ -76.928369, 38.888857 ], [ -76.928645, 38.888936 ], [ -76.928827, 38.888991 ], [ -76.929033, 38.889059 ], [ -76.929135, 38.889094 ], [ -76.929336, 38.889168 ], [ -76.929436, 38.889207 ], [ -76.929634, 38.889287 ], [ -76.929767, 38.889344 ], [ -76.929829, 38.889372 ], [ -76.929917, 38.889443 ], [ -76.929954, 38.889483 ], [ -76.929983, 38.889521 ], [ -76.930011, 38.889563 ], [ -76.930025, 38.889588 ], [ -76.930035, 38.889615 ], [ -76.93005, 38.889663 ], [ -76.930052, 38.889707 ], [ -76.930054, 38.88982 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009904", "name": "Census Tract 99.04, District of Columbia, District of Columbia", "total_population_17": 2979, "white_alone_17": 52.0, "black_alone_17": 2375.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 15.0, "hispanic_or_latino_17": 491.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 1.102, "pct_black_alone_change": -18.289, "pct_native_alone_change": -0.322, "pct_asian_alone_change": -0.107, "pct_hispanic_or_latino_change": 15.569, "pct_native_hawaiian_pacific_islander_change": 0.504, "INTPTLAT": "+38.8851712", "INTPTLON": "-076.9311353" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.935773, 38.885964 ], [ -76.935243, 38.885898 ], [ -76.934636, 38.885827 ], [ -76.93407, 38.885762 ], [ -76.933514, 38.885696 ], [ -76.933035, 38.885632 ], [ -76.932943, 38.885617 ], [ -76.932946, 38.885656 ], [ -76.932946, 38.885682 ], [ -76.932944, 38.885709 ], [ -76.932939, 38.885734 ], [ -76.932932, 38.885761 ], [ -76.932817, 38.886287 ], [ -76.932788, 38.88642 ], [ -76.932767, 38.886512 ], [ -76.932669, 38.886965 ], [ -76.932507, 38.887709 ], [ -76.932479, 38.887832 ], [ -76.932429, 38.888059 ], [ -76.932373, 38.888319 ], [ -76.932224, 38.888994 ], [ -76.932207, 38.889074 ], [ -76.932092, 38.889588 ], [ -76.932085, 38.889625 ], [ -76.932075, 38.889673 ], [ -76.932068, 38.889706 ], [ -76.932056, 38.889761 ], [ -76.932047, 38.889806 ], [ -76.93202, 38.889807 ], [ -76.931828, 38.889814 ], [ -76.931165, 38.889822 ], [ -76.930783, 38.889831 ], [ -76.930391, 38.889824 ], [ -76.930155, 38.889821 ], [ -76.930072, 38.88982 ], [ -76.930054, 38.88982 ], [ -76.930052, 38.889707 ], [ -76.93005, 38.889663 ], [ -76.930035, 38.889615 ], [ -76.930025, 38.889588 ], [ -76.930011, 38.889563 ], [ -76.929983, 38.889521 ], [ -76.929954, 38.889483 ], [ -76.929917, 38.889443 ], [ -76.929829, 38.889372 ], [ -76.929767, 38.889344 ], [ -76.929634, 38.889287 ], [ -76.929436, 38.889207 ], [ -76.929336, 38.889168 ], [ -76.929135, 38.889094 ], [ -76.929033, 38.889059 ], [ -76.928827, 38.888991 ], [ -76.928645, 38.888936 ], [ -76.928369, 38.888857 ], [ -76.928184, 38.888806 ], [ -76.927906, 38.888734 ], [ -76.927699, 38.888677 ], [ -76.927604, 38.888652 ], [ -76.927641, 38.888469 ], [ -76.927659, 38.888389 ], [ -76.927694, 38.888231 ], [ -76.927806, 38.887712 ], [ -76.927901, 38.88727 ], [ -76.927952, 38.887041 ], [ -76.928086, 38.886444 ], [ -76.928091, 38.886418 ], [ -76.928105, 38.886358 ], [ -76.928253, 38.885687 ], [ -76.928403, 38.885008 ], [ -76.928548, 38.884334 ], [ -76.928676, 38.883745 ], [ -76.928696, 38.883656 ], [ -76.928843, 38.88298 ], [ -76.928857, 38.882912 ], [ -76.928973, 38.882385 ], [ -76.92899, 38.882304 ], [ -76.92914, 38.881628 ], [ -76.929161, 38.881533 ], [ -76.929243, 38.88114 ], [ -76.92925, 38.881109 ], [ -76.929322, 38.880769 ], [ -76.929316, 38.880674 ], [ -76.929689, 38.880627 ], [ -76.929981, 38.880592 ], [ -76.930007, 38.88059 ], [ -76.930032, 38.880587 ], [ -76.930109, 38.880581 ], [ -76.930137, 38.880578 ], [ -76.930164, 38.880577 ], [ -76.930219, 38.880573 ], [ -76.930251, 38.880572 ], [ -76.930282, 38.88057 ], [ -76.930314, 38.880569 ], [ -76.930351, 38.880569 ], [ -76.930425, 38.880571 ], [ -76.930499, 38.880576 ], [ -76.930609, 38.880588 ], [ -76.930681, 38.8806 ], [ -76.930793, 38.880621 ], [ -76.930848, 38.880633 ], [ -76.930903, 38.880647 ], [ -76.930957, 38.880663 ], [ -76.93101, 38.88068 ], [ -76.931062, 38.880698 ], [ -76.931114, 38.880718 ], [ -76.931165, 38.880739 ], [ -76.931215, 38.880761 ], [ -76.931291, 38.880796 ], [ -76.931344, 38.880824 ], [ -76.931396, 38.880853 ], [ -76.93145, 38.880887 ], [ -76.93153, 38.880944 ], [ -76.931607, 38.881005 ], [ -76.931678, 38.881068 ], [ -76.931723, 38.881112 ], [ -76.931764, 38.881157 ], [ -76.931819, 38.881221 ], [ -76.931883, 38.881305 ], [ -76.931913, 38.881347 ], [ -76.931927, 38.881369 ], [ -76.931959, 38.881415 ], [ -76.931979, 38.881439 ], [ -76.932001, 38.881461 ], [ -76.932026, 38.881482 ], [ -76.932052, 38.881502 ], [ -76.932114, 38.881539 ], [ -76.932147, 38.881556 ], [ -76.932217, 38.881585 ], [ -76.932253, 38.881597 ], [ -76.932291, 38.881607 ], [ -76.932328, 38.881615 ], [ -76.932367, 38.881622 ], [ -76.932435, 38.88163 ], [ -76.932493, 38.881633 ], [ -76.932552, 38.881631 ], [ -76.93261, 38.881625 ], [ -76.932638, 38.88162 ], [ -76.932694, 38.881608 ], [ -76.932909, 38.88154 ], [ -76.93304, 38.881491 ], [ -76.933073, 38.881545 ], [ -76.93315, 38.881664 ], [ -76.933212, 38.881755 ], [ -76.933334, 38.88192 ], [ -76.933428, 38.882038 ], [ -76.933624, 38.882273 ], [ -76.93423, 38.882997 ], [ -76.934318, 38.883104 ], [ -76.934477, 38.883295 ], [ -76.934676, 38.883532 ], [ -76.934793, 38.88368 ], [ -76.934812, 38.883707 ], [ -76.934832, 38.883733 ], [ -76.934915, 38.883849 ], [ -76.934966, 38.883925 ], [ -76.93499, 38.883964 ], [ -76.935015, 38.884002 ], [ -76.93507, 38.884094 ], [ -76.935131, 38.8842 ], [ -76.93516, 38.884254 ], [ -76.935216, 38.884362 ], [ -76.935242, 38.884416 ], [ -76.935293, 38.884526 ], [ -76.935316, 38.884581 ], [ -76.935602, 38.885247 ], [ -76.935727, 38.88554 ], [ -76.935916, 38.885981 ], [ -76.935773, 38.885964 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009905", "name": "Census Tract 99.05, District of Columbia, District of Columbia", "total_population_17": 2890, "white_alone_17": 3.0, "black_alone_17": 2705.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 126.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.383, "pct_black_alone_change": -5.128, "pct_native_alone_change": 0.0, "pct_asian_alone_change": -0.375, "pct_hispanic_or_latino_change": 4.023, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8843295", "INTPTLON": "-076.9250522" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.929322, 38.880769 ], [ -76.92925, 38.881109 ], [ -76.929243, 38.88114 ], [ -76.929161, 38.881533 ], [ -76.92914, 38.881628 ], [ -76.92899, 38.882304 ], [ -76.928973, 38.882385 ], [ -76.928857, 38.882912 ], [ -76.928843, 38.88298 ], [ -76.928696, 38.883656 ], [ -76.928676, 38.883745 ], [ -76.928548, 38.884334 ], [ -76.928403, 38.885008 ], [ -76.928253, 38.885687 ], [ -76.928105, 38.886358 ], [ -76.928091, 38.886418 ], [ -76.928086, 38.886444 ], [ -76.927952, 38.887041 ], [ -76.927901, 38.88727 ], [ -76.927806, 38.887712 ], [ -76.927694, 38.888231 ], [ -76.927659, 38.888389 ], [ -76.927641, 38.888469 ], [ -76.927604, 38.888652 ], [ -76.927507, 38.88862 ], [ -76.927346, 38.888561 ], [ -76.927228, 38.888513 ], [ -76.927112, 38.888462 ], [ -76.927, 38.888408 ], [ -76.926945, 38.88838 ], [ -76.926868, 38.888339 ], [ -76.926837, 38.888322 ], [ -76.926731, 38.888261 ], [ -76.926628, 38.888197 ], [ -76.926499, 38.888114 ], [ -76.926324, 38.887999 ], [ -76.926084, 38.887834 ], [ -76.925724, 38.887589 ], [ -76.925703, 38.887576 ], [ -76.92555, 38.887474 ], [ -76.925503, 38.887442 ], [ -76.925212, 38.887252 ], [ -76.92509, 38.887175 ], [ -76.925028, 38.887137 ], [ -76.924898, 38.887064 ], [ -76.924697, 38.886958 ], [ -76.924568, 38.886894 ], [ -76.924435, 38.88683 ], [ -76.9243, 38.88677 ], [ -76.92425, 38.88675 ], [ -76.924203, 38.886731 ], [ -76.924093, 38.886691 ], [ -76.923972, 38.88665 ], [ -76.923802, 38.886594 ], [ -76.923677, 38.886556 ], [ -76.923494, 38.88651 ], [ -76.923428, 38.886497 ], [ -76.923305, 38.886475 ], [ -76.92318, 38.886458 ], [ -76.923136, 38.886454 ], [ -76.923025, 38.886444 ], [ -76.922891, 38.886437 ], [ -76.92263, 38.886428 ], [ -76.922271, 38.886422 ], [ -76.922228, 38.886422 ], [ -76.922038, 38.886415 ], [ -76.921933, 38.886409 ], [ -76.921829, 38.886401 ], [ -76.921755, 38.886394 ], [ -76.921607, 38.886376 ], [ -76.921263, 38.886326 ], [ -76.92114, 38.886306 ], [ -76.921086, 38.886298 ], [ -76.921017, 38.886286 ], [ -76.920938, 38.886271 ], [ -76.920734, 38.88623 ], [ -76.920452, 38.886167 ], [ -76.920151, 38.886093 ], [ -76.919817, 38.886014 ], [ -76.919529, 38.885946 ], [ -76.91942, 38.885918 ], [ -76.919063, 38.885832 ], [ -76.918708, 38.885744 ], [ -76.918566, 38.88571 ], [ -76.918684, 38.885618 ], [ -76.918711, 38.885597 ], [ -76.919021, 38.885355 ], [ -76.91915, 38.885255 ], [ -76.919278, 38.885155 ], [ -76.919319, 38.885123 ], [ -76.919345, 38.885103 ], [ -76.919407, 38.885055 ], [ -76.919436, 38.885032 ], [ -76.919535, 38.884955 ], [ -76.919664, 38.884855 ], [ -76.919792, 38.884755 ], [ -76.919925, 38.884651 ], [ -76.919962, 38.884622 ], [ -76.920058, 38.884548 ], [ -76.920118, 38.884501 ], [ -76.920191, 38.884445 ], [ -76.920218, 38.884424 ], [ -76.920324, 38.884341 ], [ -76.920457, 38.884238 ], [ -76.92059, 38.884134 ], [ -76.920716, 38.884036 ], [ -76.920739, 38.884018 ], [ -76.920826, 38.88395 ], [ -76.920921, 38.883876 ], [ -76.920966, 38.88384 ], [ -76.921092, 38.883742 ], [ -76.921217, 38.883644 ], [ -76.921342, 38.883546 ], [ -76.921462, 38.883452 ], [ -76.921484, 38.883435 ], [ -76.921584, 38.883357 ], [ -76.921644, 38.88331 ], [ -76.921676, 38.883285 ], [ -76.921794, 38.883193 ], [ -76.921945, 38.883075 ], [ -76.922096, 38.882957 ], [ -76.922246, 38.882839 ], [ -76.922329, 38.882775 ], [ -76.922437, 38.88269 ], [ -76.922774, 38.882428 ], [ -76.923121, 38.882157 ], [ -76.923972, 38.881494 ], [ -76.92401, 38.881462 ], [ -76.924052, 38.881427 ], [ -76.924216, 38.881337 ], [ -76.924304, 38.881301 ], [ -76.924371, 38.881273 ], [ -76.924456, 38.881248 ], [ -76.924555, 38.881231 ], [ -76.924668, 38.881213 ], [ -76.925954, 38.881082 ], [ -76.926472, 38.88101 ], [ -76.926619, 38.880992 ], [ -76.926828, 38.880968 ], [ -76.926958, 38.880954 ], [ -76.927046, 38.880941 ], [ -76.927156, 38.880927 ], [ -76.927595, 38.880874 ], [ -76.928146, 38.880812 ], [ -76.929163, 38.880692 ], [ -76.929316, 38.880674 ], [ -76.929322, 38.880769 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009906", "name": "Census Tract 99.06, District of Columbia, District of Columbia", "total_population_17": 1623, "white_alone_17": 2.0, "black_alone_17": 1555.0, "native_alone_17": 0.0, "asian_alone_17": 8.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 32.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.522, "pct_black_alone_change": -2.448, "pct_native_alone_change": -0.065, "pct_asian_alone_change": 0.235, "pct_hispanic_or_latino_change": 1.198, "pct_native_hawaiian_pacific_islander_change": -0.065, "INTPTLAT": "+38.8879464", "INTPTLON": "-076.9359151" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.940553, 38.886562 ], [ -76.940552, 38.886581 ], [ -76.940548, 38.886617 ], [ -76.940539, 38.886727 ], [ -76.940525, 38.886829 ], [ -76.940513, 38.886897 ], [ -76.940499, 38.886965 ], [ -76.940479, 38.887045 ], [ -76.940468, 38.887071 ], [ -76.940458, 38.887124 ], [ -76.940426, 38.887228 ], [ -76.94037, 38.887384 ], [ -76.940327, 38.887486 ], [ -76.940299, 38.88755 ], [ -76.940274, 38.887602 ], [ -76.940238, 38.887674 ], [ -76.940184, 38.887772 ], [ -76.940165, 38.887804 ], [ -76.940147, 38.887835 ], [ -76.940109, 38.887897 ], [ -76.940068, 38.887959 ], [ -76.939983, 38.888079 ], [ -76.939889, 38.888198 ], [ -76.939839, 38.888258 ], [ -76.939788, 38.888316 ], [ -76.939682, 38.888429 ], [ -76.939654, 38.888456 ], [ -76.93959, 38.88852 ], [ -76.939499, 38.888603 ], [ -76.939441, 38.888654 ], [ -76.939338, 38.888739 ], [ -76.939205, 38.88884 ], [ -76.939113, 38.888905 ], [ -76.939019, 38.888968 ], [ -76.938718, 38.889149 ], [ -76.938494, 38.889315 ], [ -76.93841, 38.889407 ], [ -76.938338, 38.889509 ], [ -76.938283, 38.889648 ], [ -76.938242, 38.889735 ], [ -76.938212, 38.889772 ], [ -76.938171, 38.889794 ], [ -76.938121, 38.889817 ], [ -76.938032, 38.889842 ], [ -76.937878, 38.889884 ], [ -76.937594, 38.889881 ], [ -76.937287, 38.889893 ], [ -76.936625, 38.889883 ], [ -76.936096, 38.889879 ], [ -76.935701, 38.889843 ], [ -76.935515, 38.889835 ], [ -76.934875, 38.889824 ], [ -76.934376, 38.889828 ], [ -76.932772, 38.889815 ], [ -76.932047, 38.889806 ], [ -76.932056, 38.889761 ], [ -76.932068, 38.889706 ], [ -76.932075, 38.889673 ], [ -76.932085, 38.889625 ], [ -76.932092, 38.889588 ], [ -76.932207, 38.889074 ], [ -76.932224, 38.888994 ], [ -76.932373, 38.888319 ], [ -76.932429, 38.888059 ], [ -76.932479, 38.887832 ], [ -76.932507, 38.887709 ], [ -76.932669, 38.886965 ], [ -76.932767, 38.886512 ], [ -76.932788, 38.88642 ], [ -76.932817, 38.886287 ], [ -76.932932, 38.885761 ], [ -76.932939, 38.885734 ], [ -76.932944, 38.885709 ], [ -76.932946, 38.885682 ], [ -76.932946, 38.885656 ], [ -76.932943, 38.885617 ], [ -76.933035, 38.885632 ], [ -76.933514, 38.885696 ], [ -76.93407, 38.885762 ], [ -76.934636, 38.885827 ], [ -76.935243, 38.885898 ], [ -76.935773, 38.885964 ], [ -76.935916, 38.885981 ], [ -76.93616, 38.886549 ], [ -76.936318, 38.886547 ], [ -76.93777, 38.886548 ], [ -76.938484, 38.88655 ], [ -76.939767, 38.886547 ], [ -76.940428, 38.886549 ], [ -76.94047, 38.886548 ], [ -76.940555, 38.886544 ], [ -76.940553, 38.886562 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001009907", "name": "Census Tract 99.07, District of Columbia, District of Columbia", "total_population_17": 2773, "white_alone_17": 0.0, "black_alone_17": 2761.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 0.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.593, "pct_black_alone_change": 1.148, "pct_native_alone_change": -0.033, "pct_asian_alone_change": -0.132, "pct_hispanic_or_latino_change": -0.823, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8827718", "INTPTLON": "-076.9388146" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.945772, 38.880869 ], [ -76.945628, 38.880902 ], [ -76.945208, 38.881023 ], [ -76.945035, 38.881074 ], [ -76.94492, 38.881112 ], [ -76.944848, 38.881138 ], [ -76.944812, 38.881151 ], [ -76.944641, 38.881218 ], [ -76.944542, 38.88126 ], [ -76.944493, 38.881282 ], [ -76.944413, 38.881314 ], [ -76.944335, 38.881347 ], [ -76.944179, 38.881417 ], [ -76.944026, 38.881489 ], [ -76.94391, 38.881547 ], [ -76.943791, 38.88161 ], [ -76.943539, 38.881751 ], [ -76.943375, 38.881849 ], [ -76.943243, 38.881932 ], [ -76.943178, 38.881974 ], [ -76.943051, 38.88206 ], [ -76.942977, 38.882112 ], [ -76.942936, 38.882141 ], [ -76.942896, 38.882171 ], [ -76.942763, 38.882275 ], [ -76.94258, 38.882425 ], [ -76.94252, 38.882476 ], [ -76.942413, 38.882567 ], [ -76.942237, 38.882723 ], [ -76.942108, 38.882849 ], [ -76.942045, 38.882914 ], [ -76.941923, 38.883044 ], [ -76.941806, 38.883178 ], [ -76.941736, 38.883262 ], [ -76.941685, 38.883325 ], [ -76.941581, 38.883458 ], [ -76.941538, 38.883514 ], [ -76.941456, 38.883627 ], [ -76.941341, 38.883798 ], [ -76.941304, 38.883856 ], [ -76.941234, 38.883973 ], [ -76.941162, 38.884099 ], [ -76.941089, 38.884235 ], [ -76.941054, 38.884303 ], [ -76.940989, 38.884441 ], [ -76.94093, 38.884581 ], [ -76.940902, 38.884651 ], [ -76.940876, 38.884721 ], [ -76.940832, 38.884825 ], [ -76.94082, 38.884858 ], [ -76.940786, 38.884954 ], [ -76.94076, 38.885038 ], [ -76.940736, 38.885122 ], [ -76.940716, 38.885206 ], [ -76.940682, 38.88533 ], [ -76.940652, 38.885455 ], [ -76.940639, 38.885517 ], [ -76.94062, 38.885619 ], [ -76.940608, 38.885697 ], [ -76.940596, 38.885787 ], [ -76.940589, 38.885847 ], [ -76.940584, 38.885906 ], [ -76.94058, 38.885942 ], [ -76.940562, 38.886227 ], [ -76.940561, 38.886263 ], [ -76.940562, 38.886392 ], [ -76.940559, 38.886482 ], [ -76.940555, 38.886544 ], [ -76.94047, 38.886548 ], [ -76.940428, 38.886549 ], [ -76.939767, 38.886547 ], [ -76.938484, 38.88655 ], [ -76.93777, 38.886548 ], [ -76.936318, 38.886547 ], [ -76.93616, 38.886549 ], [ -76.935916, 38.885981 ], [ -76.935727, 38.88554 ], [ -76.935602, 38.885247 ], [ -76.935316, 38.884581 ], [ -76.935293, 38.884526 ], [ -76.935242, 38.884416 ], [ -76.935216, 38.884362 ], [ -76.93516, 38.884254 ], [ -76.935131, 38.8842 ], [ -76.93507, 38.884094 ], [ -76.935015, 38.884002 ], [ -76.93499, 38.883964 ], [ -76.934966, 38.883925 ], [ -76.934915, 38.883849 ], [ -76.934832, 38.883733 ], [ -76.934812, 38.883707 ], [ -76.934793, 38.88368 ], [ -76.934676, 38.883532 ], [ -76.934477, 38.883295 ], [ -76.934318, 38.883104 ], [ -76.93423, 38.882997 ], [ -76.933624, 38.882273 ], [ -76.933428, 38.882038 ], [ -76.933334, 38.88192 ], [ -76.933212, 38.881755 ], [ -76.93315, 38.881664 ], [ -76.933073, 38.881545 ], [ -76.93304, 38.881491 ], [ -76.933156, 38.881448 ], [ -76.933309, 38.88139 ], [ -76.934528, 38.880894 ], [ -76.935047, 38.880684 ], [ -76.935352, 38.880559 ], [ -76.936145, 38.880238 ], [ -76.936205, 38.880218 ], [ -76.936264, 38.880209 ], [ -76.936485, 38.880198 ], [ -76.937765, 38.880198 ], [ -76.938001, 38.8802 ], [ -76.938675, 38.880196 ], [ -76.93896, 38.880198 ], [ -76.939257, 38.880198 ], [ -76.940031, 38.8802 ], [ -76.940066, 38.880201 ], [ -76.940169, 38.880207 ], [ -76.940307, 38.880219 ], [ -76.940341, 38.880223 ], [ -76.940395, 38.880231 ], [ -76.940505, 38.880256 ], [ -76.940537, 38.880265 ], [ -76.940838, 38.880354 ], [ -76.940882, 38.880366 ], [ -76.940925, 38.880379 ], [ -76.941056, 38.880415 ], [ -76.94115, 38.880439 ], [ -76.941198, 38.880449 ], [ -76.941245, 38.88046 ], [ -76.94139, 38.880486 ], [ -76.941487, 38.8805 ], [ -76.941651, 38.880521 ], [ -76.941823, 38.880535 ], [ -76.941997, 38.88054 ], [ -76.942113, 38.880538 ], [ -76.942167, 38.880536 ], [ -76.942275, 38.880527 ], [ -76.942383, 38.880514 ], [ -76.942491, 38.880495 ], [ -76.942526, 38.880488 ], [ -76.94256, 38.88048 ], [ -76.942593, 38.880471 ], [ -76.942623, 38.880464 ], [ -76.942695, 38.880443 ], [ -76.942777, 38.880415 ], [ -76.942818, 38.880399 ], [ -76.942897, 38.880366 ], [ -76.942935, 38.880348 ], [ -76.943011, 38.880309 ], [ -76.943081, 38.880269 ], [ -76.943147, 38.880227 ], [ -76.943237, 38.880162 ], [ -76.94329, 38.880118 ], [ -76.943349, 38.880064 ], [ -76.943389, 38.880023 ], [ -76.943515, 38.879885 ], [ -76.943548, 38.87985 ], [ -76.943582, 38.879816 ], [ -76.943617, 38.879783 ], [ -76.94369, 38.879717 ], [ -76.943766, 38.879654 ], [ -76.943886, 38.879565 ], [ -76.943919, 38.879538 ], [ -76.943943, 38.87952 ], [ -76.943991, 38.879486 ], [ -76.944022, 38.879466 ], [ -76.944047, 38.87945 ], [ -76.944105, 38.879416 ], [ -76.944167, 38.879384 ], [ -76.944229, 38.879355 ], [ -76.94444, 38.879269 ], [ -76.944499, 38.879244 ], [ -76.944559, 38.87922 ], [ -76.944864, 38.879093 ], [ -76.944974, 38.879266 ], [ -76.945086, 38.879451 ], [ -76.94514, 38.879546 ], [ -76.945218, 38.87969 ], [ -76.945268, 38.879787 ], [ -76.945316, 38.879884 ], [ -76.945485, 38.88025 ], [ -76.945698, 38.880706 ], [ -76.945772, 38.880869 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010100", "name": "Census Tract 101, District of Columbia, District of Columbia", "total_population_17": 2861, "white_alone_17": 1750.0, "black_alone_17": 363.0, "native_alone_17": 0.0, "asian_alone_17": 388.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 278.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 16.254, "pct_black_alone_change": -11.55, "pct_native_alone_change": -0.972, "pct_asian_alone_change": -0.242, "pct_hispanic_or_latino_change": -5.124, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9026943", "INTPTLON": "-077.0318400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.03655, 38.900716 ], [ -77.03655, 38.900847 ], [ -77.036546, 38.901344 ], [ -77.036544, 38.901647 ], [ -77.036542, 38.902525 ], [ -77.036541, 38.90309 ], [ -77.036539, 38.903442 ], [ -77.036539, 38.903739 ], [ -77.036538, 38.903863 ], [ -77.036538, 38.904316 ], [ -77.036537, 38.904988 ], [ -77.036534, 38.905654 ], [ -77.03653, 38.907021 ], [ -77.036474, 38.907021 ], [ -77.03643, 38.907025 ], [ -77.03639, 38.907033 ], [ -77.036368, 38.907039 ], [ -77.036345, 38.907047 ], [ -77.036279, 38.907074 ], [ -77.036247, 38.907091 ], [ -77.036185, 38.907132 ], [ -77.03543, 38.906858 ], [ -77.035049, 38.906725 ], [ -77.0348, 38.906641 ], [ -77.034568, 38.906558 ], [ -77.03237, 38.905794 ], [ -77.032394, 38.905736 ], [ -77.032399, 38.905717 ], [ -77.032413, 38.905646 ], [ -77.032416, 38.9056 ], [ -77.032415, 38.905578 ], [ -77.032406, 38.90554 ], [ -77.032392, 38.905509 ], [ -77.03238, 38.90549 ], [ -77.032352, 38.905451 ], [ -77.032321, 38.905414 ], [ -77.032286, 38.90538 ], [ -77.032259, 38.905362 ], [ -77.032228, 38.905344 ], [ -77.032191, 38.905327 ], [ -77.032154, 38.905313 ], [ -77.032125, 38.905305 ], [ -77.032059, 38.905295 ], [ -77.032031, 38.905293 ], [ -77.031997, 38.905292 ], [ -77.031949, 38.905292 ], [ -77.031922, 38.905292 ], [ -77.031895, 38.905295 ], [ -77.03187, 38.905296 ], [ -77.031844, 38.905299 ], [ -77.03179, 38.905308 ], [ -77.031717, 38.905327 ], [ -77.031693, 38.905336 ], [ -77.031659, 38.905352 ], [ -77.031625, 38.905372 ], [ -77.031606, 38.90539 ], [ -77.031585, 38.905415 ], [ -77.031535, 38.905507 ], [ -77.030813, 38.905254 ], [ -77.030561, 38.905166 ], [ -77.030031, 38.904982 ], [ -77.029623, 38.904835 ], [ -77.028877, 38.904582 ], [ -77.028344, 38.904394 ], [ -77.028082, 38.904304 ], [ -77.027526, 38.904114 ], [ -77.02705, 38.903949 ], [ -77.026843, 38.903874 ], [ -77.026593, 38.903791 ], [ -77.026286, 38.903688 ], [ -77.025984, 38.903579 ], [ -77.0257, 38.903473 ], [ -77.025266, 38.903326 ], [ -77.024846, 38.90318 ], [ -77.024512, 38.903062 ], [ -77.024321, 38.902997 ], [ -77.024246, 38.902973 ], [ -77.024107, 38.902929 ], [ -77.023938, 38.902931 ], [ -77.023975, 38.902523 ], [ -77.023989, 38.902089 ], [ -77.024171, 38.902089 ], [ -77.024354, 38.902025 ], [ -77.025987, 38.901463 ], [ -77.026282, 38.901361 ], [ -77.026542, 38.901271 ], [ -77.027031, 38.901103 ], [ -77.027031, 38.900843 ], [ -77.027752, 38.900854 ], [ -77.028072, 38.900744 ], [ -77.029634, 38.900216 ], [ -77.03006, 38.900073 ], [ -77.030271, 38.900003 ], [ -77.030341, 38.899979 ], [ -77.030503, 38.8999 ], [ -77.031952, 38.899393 ], [ -77.033537, 38.898849 ], [ -77.033642, 38.898782 ], [ -77.033854, 38.89877 ], [ -77.03506, 38.898762 ], [ -77.035117, 38.898761 ], [ -77.035145, 38.898875 ], [ -77.035148, 38.899021 ], [ -77.03515, 38.899849 ], [ -77.035152, 38.900066 ], [ -77.035129, 38.900202 ], [ -77.035475, 38.900198 ], [ -77.035601, 38.900199 ], [ -77.036554, 38.900201 ], [ -77.03655, 38.900716 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010200", "name": "Census Tract 102, District of Columbia, District of Columbia", "total_population_17": 2745, "white_alone_17": 1152.0, "black_alone_17": 1125.0, "native_alone_17": 40.0, "asian_alone_17": 124.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 187.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 7.843, "pct_black_alone_change": -15.767, "pct_native_alone_change": 0.802, "pct_asian_alone_change": 1.53, "pct_hispanic_or_latino_change": 1.657, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8823937", "INTPTLON": "-077.0230483" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.032702, 38.88261 ], [ -77.032624, 38.882738 ], [ -77.032594, 38.882788 ], [ -77.03221, 38.883421 ], [ -77.03219, 38.883454 ], [ -77.032157, 38.88356 ], [ -77.032083, 38.883798 ], [ -77.031988, 38.884373 ], [ -77.031951, 38.884977 ], [ -77.031952, 38.885955 ], [ -77.031953, 38.887288 ], [ -77.031986, 38.887582 ], [ -77.031668, 38.887568 ], [ -77.031172, 38.887568 ], [ -77.030719, 38.887567 ], [ -77.028808, 38.887566 ], [ -77.028181, 38.887567 ], [ -77.028073, 38.887565 ], [ -77.027954, 38.887566 ], [ -77.026115, 38.887566 ], [ -77.025991, 38.887566 ], [ -77.02581, 38.887567 ], [ -77.024384, 38.887568 ], [ -77.024314, 38.887567 ], [ -77.024169, 38.887567 ], [ -77.024016, 38.887566 ], [ -77.023879, 38.887563 ], [ -77.023534, 38.887567 ], [ -77.023228, 38.887569 ], [ -77.022932, 38.887568 ], [ -77.022231, 38.887568 ], [ -77.021916, 38.887563 ], [ -77.021682, 38.887567 ], [ -77.019907, 38.887567 ], [ -77.019596, 38.887568 ], [ -77.018749, 38.887568 ], [ -77.01782, 38.887568 ], [ -77.017547, 38.887571 ], [ -77.017554, 38.887318 ], [ -77.017553, 38.886359 ], [ -77.017555, 38.88604 ], [ -77.017556, 38.885732 ], [ -77.017555, 38.885155 ], [ -77.017556, 38.885071 ], [ -77.017557, 38.884681 ], [ -77.017557, 38.884607 ], [ -77.017556, 38.884386 ], [ -77.017556, 38.883925 ], [ -77.017554, 38.883761 ], [ -77.017557, 38.88324 ], [ -77.017558, 38.88314 ], [ -77.017557, 38.882648 ], [ -77.017558, 38.882527 ], [ -77.01756, 38.882349 ], [ -77.017561, 38.882298 ], [ -77.017563, 38.882102 ], [ -77.01756, 38.881508 ], [ -77.01756, 38.881389 ], [ -77.017559, 38.881284 ], [ -77.017555, 38.880842 ], [ -77.017555, 38.880445 ], [ -77.017554, 38.88033 ], [ -77.017554, 38.879899 ], [ -77.017549, 38.879407 ], [ -77.017547, 38.879286 ], [ -77.017381, 38.879286 ], [ -77.016701, 38.879282 ], [ -77.016231, 38.879282 ], [ -77.016077, 38.879282 ], [ -77.015956, 38.879283 ], [ -77.01538, 38.879282 ], [ -77.015186, 38.879284 ], [ -77.0152, 38.879207 ], [ -77.015203, 38.878802 ], [ -77.015208, 38.878414 ], [ -77.01521, 38.878293 ], [ -77.015208, 38.877645 ], [ -77.015207, 38.877529 ], [ -77.015206, 38.876679 ], [ -77.015205, 38.876634 ], [ -77.015209, 38.876459 ], [ -77.015378, 38.876461 ], [ -77.016201, 38.87646 ], [ -77.016746, 38.87646 ], [ -77.017566, 38.876461 ], [ -77.018885, 38.876461 ], [ -77.019885, 38.876461 ], [ -77.020087, 38.876496 ], [ -77.020223, 38.876533 ], [ -77.020345, 38.876584 ], [ -77.020471, 38.876648 ], [ -77.020644, 38.87677 ], [ -77.020772, 38.876882 ], [ -77.020922, 38.877045 ], [ -77.021147, 38.877306 ], [ -77.021293, 38.877183 ], [ -77.021485, 38.877033 ], [ -77.021879, 38.876502 ], [ -77.023777, 38.876411 ], [ -77.029962, 38.880795 ], [ -77.030218, 38.880925 ], [ -77.030331, 38.881038 ], [ -77.032361, 38.882402 ], [ -77.032482, 38.882473 ], [ -77.032548, 38.882512 ], [ -77.032628, 38.882559 ], [ -77.032702, 38.88261 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010300", "name": "Census Tract 103, District of Columbia, District of Columbia", "total_population_17": 3515, "white_alone_17": 590.0, "black_alone_17": 1782.0, "native_alone_17": 0.0, "asian_alone_17": 68.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 1011.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 0.904, "pct_black_alone_change": -19.803, "pct_native_alone_change": -0.307, "pct_asian_alone_change": -0.828, "pct_hispanic_or_latino_change": 18.715, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9761556", "INTPTLON": "-077.0271875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.036369, 38.973124 ], [ -77.036364, 38.974864 ], [ -77.036263, 38.974931 ], [ -77.036185, 38.974988 ], [ -77.036164, 38.975005 ], [ -77.035924, 38.975223 ], [ -77.035546, 38.975581 ], [ -77.035258, 38.975852 ], [ -77.034955, 38.97614 ], [ -77.03468, 38.976399 ], [ -77.034448, 38.976619 ], [ -77.03412, 38.97693 ], [ -77.034065, 38.976983 ], [ -77.03376, 38.977271 ], [ -77.033515, 38.977505 ], [ -77.033408, 38.977606 ], [ -77.033179, 38.977824 ], [ -77.032967, 38.978024 ], [ -77.032943, 38.978012 ], [ -77.032916, 38.978002 ], [ -77.032888, 38.977994 ], [ -77.032859, 38.977989 ], [ -77.03283, 38.977987 ], [ -77.032513, 38.977988 ], [ -77.032044, 38.977987 ], [ -77.031844, 38.977988 ], [ -77.03107, 38.977989 ], [ -77.030133, 38.977985 ], [ -77.029783, 38.977985 ], [ -77.029681, 38.977986 ], [ -77.028637, 38.977983 ], [ -77.027962, 38.977983 ], [ -77.027873, 38.977984 ], [ -77.026433, 38.977982 ], [ -77.026429, 38.978052 ], [ -77.026426, 38.978134 ], [ -77.026425, 38.978232 ], [ -77.026426, 38.978303 ], [ -77.026426, 38.978341 ], [ -77.026459, 38.979391 ], [ -77.026479, 38.979985 ], [ -77.02649, 38.980356 ], [ -77.026526, 38.981443 ], [ -77.026544, 38.98205 ], [ -77.026556, 38.982725 ], [ -77.026558, 38.982798 ], [ -77.026573, 38.983679 ], [ -77.026579, 38.983832 ], [ -77.026596, 38.984512 ], [ -77.025733, 38.983833 ], [ -77.024261, 38.982719 ], [ -77.02317, 38.981857 ], [ -77.023147, 38.981839 ], [ -77.022356, 38.98133 ], [ -77.022338, 38.98138 ], [ -77.020389, 38.979873 ], [ -77.019498, 38.979085 ], [ -77.019134, 38.978801 ], [ -77.018795, 38.978533 ], [ -77.018603, 38.978382 ], [ -77.018569, 38.978355 ], [ -77.018848, 38.978208 ], [ -77.019267, 38.977949 ], [ -77.019354, 38.977888 ], [ -77.019581, 38.977701 ], [ -77.019749, 38.977558 ], [ -77.019778, 38.977531 ], [ -77.019835, 38.977475 ], [ -77.019889, 38.977417 ], [ -77.01994, 38.977358 ], [ -77.019989, 38.977297 ], [ -77.020138, 38.977104 ], [ -77.020292, 38.976896 ], [ -77.020544, 38.976528 ], [ -77.020792, 38.976183 ], [ -77.021065, 38.975806 ], [ -77.021173, 38.975656 ], [ -77.021469, 38.975238 ], [ -77.021699, 38.974914 ], [ -77.021768, 38.974815 ], [ -77.021823, 38.974738 ], [ -77.022092, 38.974354 ], [ -77.022142, 38.974284 ], [ -77.022195, 38.974207 ], [ -77.022243, 38.974141 ], [ -77.022295, 38.974076 ], [ -77.022349, 38.974013 ], [ -77.022407, 38.973951 ], [ -77.022646, 38.973719 ], [ -77.022766, 38.973609 ], [ -77.022857, 38.973512 ], [ -77.023062, 38.973207 ], [ -77.023344, 38.972798 ], [ -77.023645, 38.972347 ], [ -77.024214, 38.971535 ], [ -77.024263, 38.971469 ], [ -77.024405, 38.971276 ], [ -77.024846, 38.970681 ], [ -77.02501, 38.970462 ], [ -77.025281, 38.970095 ], [ -77.025315, 38.970047 ], [ -77.025406, 38.969924 ], [ -77.025598, 38.969923 ], [ -77.025867, 38.969924 ], [ -77.026889, 38.969923 ], [ -77.027126, 38.969926 ], [ -77.027265, 38.969925 ], [ -77.027209, 38.970576 ], [ -77.027167, 38.97101 ], [ -77.027118, 38.971473 ], [ -77.027081, 38.971828 ], [ -77.027038, 38.972219 ], [ -77.027024, 38.972354 ], [ -77.027128, 38.972279 ], [ -77.027154, 38.972269 ], [ -77.027188, 38.972261 ], [ -77.027218, 38.972262 ], [ -77.028026, 38.972262 ], [ -77.02847, 38.972263 ], [ -77.028583, 38.972263 ], [ -77.028681, 38.972262 ], [ -77.029692, 38.972263 ], [ -77.029902, 38.972261 ], [ -77.030045, 38.972264 ], [ -77.030237, 38.972263 ], [ -77.031044, 38.972263 ], [ -77.032307, 38.972263 ], [ -77.033416, 38.972263 ], [ -77.034533, 38.972263 ], [ -77.035894, 38.972266 ], [ -77.036223, 38.972266 ], [ -77.036371, 38.972269 ], [ -77.036369, 38.973124 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010400", "name": "Census Tract 104, District of Columbia, District of Columbia", "total_population_17": 4625, "white_alone_17": 277.0, "black_alone_17": 4149.0, "native_alone_17": 0.0, "asian_alone_17": 0.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 167.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 2.082, "pct_black_alone_change": -3.997, "pct_native_alone_change": -0.226, "pct_asian_alone_change": -0.403, "pct_hispanic_or_latino_change": 2.203, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.8512514", "INTPTLON": "-077.0009048" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.009191, 38.839184 ], [ -77.009155, 38.839563 ], [ -77.009018, 38.840035 ], [ -77.008858, 38.841153 ], [ -77.008708, 38.842366 ], [ -77.00836, 38.845038 ], [ -77.00835, 38.845136 ], [ -77.008221, 38.846943 ], [ -77.008144, 38.847954 ], [ -77.008134, 38.848203 ], [ -77.008047, 38.849228 ], [ -77.008039, 38.849759 ], [ -77.008034, 38.849875 ], [ -77.007981, 38.850071 ], [ -77.007948, 38.850128 ], [ -77.007809, 38.850376 ], [ -77.007668, 38.850629 ], [ -77.007534, 38.850839 ], [ -77.007208, 38.851332 ], [ -77.007099, 38.851468 ], [ -77.00707, 38.851524 ], [ -77.007026, 38.851603 ], [ -77.006795, 38.851988 ], [ -77.006532, 38.852418 ], [ -77.006379, 38.852671 ], [ -77.006203, 38.852963 ], [ -77.006137, 38.853073 ], [ -77.006058, 38.853196 ], [ -77.005829, 38.853567 ], [ -77.005679, 38.853815 ], [ -77.005605, 38.85394 ], [ -77.00546, 38.85419 ], [ -77.005389, 38.854316 ], [ -77.005331, 38.854422 ], [ -77.005274, 38.854529 ], [ -77.005218, 38.854637 ], [ -77.00511, 38.854853 ], [ -77.005057, 38.854961 ], [ -77.004955, 38.855179 ], [ -77.004857, 38.855398 ], [ -77.004699, 38.855764 ], [ -77.004491, 38.856254 ], [ -77.004206, 38.856933 ], [ -77.004079, 38.857246 ], [ -77.003941, 38.857599 ], [ -77.003869, 38.857795 ], [ -77.003799, 38.857991 ], [ -77.003733, 38.858189 ], [ -77.00367, 38.858387 ], [ -77.003614, 38.858586 ], [ -77.003585, 38.858686 ], [ -77.003447, 38.859185 ], [ -77.003393, 38.859385 ], [ -77.003245, 38.859907 ], [ -77.003198, 38.860052 ], [ -77.003173, 38.860124 ], [ -77.003147, 38.860195 ], [ -77.003119, 38.860267 ], [ -77.00306, 38.860409 ], [ -77.003029, 38.86048 ], [ -77.003004, 38.860535 ], [ -77.002923, 38.860504 ], [ -77.002823, 38.860505 ], [ -77.002885, 38.860369 ], [ -77.002933, 38.860252 ], [ -77.002964, 38.860174 ], [ -77.003014, 38.860022 ], [ -77.002754, 38.859869 ], [ -77.002627, 38.859794 ], [ -76.998763, 38.857518 ], [ -76.996075, 38.856067 ], [ -76.992478, 38.853564 ], [ -76.992289, 38.853452 ], [ -76.990958, 38.852661 ], [ -76.986473, 38.849853 ], [ -76.985047, 38.848964 ], [ -76.987283, 38.846662 ], [ -76.987476, 38.846486 ], [ -76.987501, 38.846491 ], [ -76.987532, 38.846486 ], [ -76.98755, 38.846479 ], [ -76.987585, 38.846454 ], [ -76.987721, 38.846352 ], [ -76.987762, 38.846347 ], [ -76.98781, 38.846352 ], [ -76.987873, 38.846368 ], [ -76.987932, 38.846395 ], [ -76.98799, 38.846431 ], [ -76.988049, 38.84647 ], [ -76.988088, 38.846494 ], [ -76.988124, 38.846507 ], [ -76.988245, 38.84652 ], [ -76.988377, 38.846518 ], [ -76.988709, 38.846376 ], [ -76.988493, 38.84612 ], [ -76.988614, 38.845649 ], [ -76.988689, 38.845661 ], [ -76.988876, 38.844968 ], [ -76.989118, 38.844716 ], [ -76.989093, 38.844592 ], [ -76.989231, 38.844565 ], [ -76.990594, 38.844312 ], [ -76.990995, 38.844244 ], [ -76.991658, 38.844127 ], [ -76.992176, 38.844039 ], [ -76.992427, 38.843996 ], [ -76.993016, 38.843896 ], [ -76.993294, 38.843847 ], [ -76.993375, 38.843832 ], [ -76.993504, 38.843811 ], [ -76.994226, 38.843688 ], [ -76.994484, 38.843643 ], [ -76.994704, 38.843606 ], [ -76.995332, 38.843501 ], [ -76.995913, 38.843408 ], [ -76.996642, 38.843294 ], [ -76.997004, 38.843235 ], [ -76.997311, 38.843187 ], [ -76.997453, 38.843167 ], [ -76.997548, 38.843157 ], [ -76.997676, 38.843146 ], [ -76.99823, 38.843118 ], [ -76.99845, 38.843109 ], [ -76.998557, 38.843105 ], [ -76.999497, 38.843059 ], [ -76.999701, 38.843051 ], [ -76.999767, 38.843057 ], [ -76.999849, 38.84307 ], [ -76.999876, 38.84308 ], [ -76.99996, 38.843132 ], [ -77.00006, 38.843084 ], [ -77.000116, 38.843062 ], [ -77.000173, 38.843042 ], [ -77.000292, 38.843007 ], [ -77.000488, 38.842963 ], [ -77.000581, 38.842943 ], [ -77.000787, 38.842897 ], [ -77.001554, 38.842716 ], [ -77.001777, 38.842663 ], [ -77.001984, 38.842616 ], [ -77.002094, 38.842587 ], [ -77.0022, 38.842552 ], [ -77.002252, 38.842533 ], [ -77.002349, 38.842493 ], [ -77.002405, 38.842467 ], [ -77.00246, 38.84244 ], [ -77.002559, 38.842386 ], [ -77.002624, 38.842346 ], [ -77.002665, 38.842318 ], [ -77.002783, 38.842228 ], [ -77.002838, 38.84218 ], [ -77.002889, 38.842129 ], [ -77.002905, 38.842112 ], [ -77.002974, 38.842032 ], [ -77.003039, 38.841952 ], [ -77.00351, 38.841332 ], [ -77.004213, 38.840407 ], [ -77.004454, 38.840089 ], [ -77.004544, 38.839969 ], [ -77.004955, 38.839428 ], [ -77.005326, 38.838939 ], [ -77.005493, 38.838721 ], [ -77.005679, 38.838474 ], [ -77.005901, 38.838184 ], [ -77.006026, 38.838018 ], [ -77.006134, 38.837874 ], [ -77.006372, 38.837563 ], [ -77.00658, 38.837286 ], [ -77.006851, 38.836929 ], [ -77.007086, 38.836617 ], [ -77.007565, 38.83597 ], [ -77.007582, 38.835944 ], [ -77.007622, 38.835888 ], [ -77.007677, 38.835802 ], [ -77.007711, 38.835745 ], [ -77.007744, 38.835687 ], [ -77.007877, 38.835856 ], [ -77.008087, 38.836441 ], [ -77.008947, 38.838459 ], [ -77.009082, 38.83877 ], [ -77.009168, 38.838898 ], [ -77.009191, 38.839184 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010500", "name": "Census Tract 105, District of Columbia, District of Columbia", "total_population_17": 3624, "white_alone_17": 1515.0, "black_alone_17": 1467.0, "native_alone_17": 0.0, "asian_alone_17": 198.0, "native_hawaiian_pacific_islander_17": 14.0, "hispanic_or_latino_17": 269.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": 21.793, "pct_black_alone_change": -27.494, "pct_native_alone_change": -0.578, "pct_asian_alone_change": 0.659, "pct_hispanic_or_latino_change": 2.496, "pct_native_hawaiian_pacific_islander_change": 0.386, "INTPTLAT": "+38.8818529", "INTPTLON": "-077.0133789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.017561, 38.882298 ], [ -77.01756, 38.882349 ], [ -77.017558, 38.882527 ], [ -77.017557, 38.882648 ], [ -77.017558, 38.88314 ], [ -77.017557, 38.88324 ], [ -77.017554, 38.883761 ], [ -77.017556, 38.883925 ], [ -77.017556, 38.884386 ], [ -77.017557, 38.884607 ], [ -77.017557, 38.884681 ], [ -77.017556, 38.885071 ], [ -77.017555, 38.885155 ], [ -77.017556, 38.885732 ], [ -77.017555, 38.88604 ], [ -77.017553, 38.886359 ], [ -77.017554, 38.887318 ], [ -77.017547, 38.887571 ], [ -77.017287, 38.887568 ], [ -77.017211, 38.887565 ], [ -77.016592, 38.887563 ], [ -77.016391, 38.887563 ], [ -77.016279, 38.887565 ], [ -77.01599, 38.887564 ], [ -77.015368, 38.887565 ], [ -77.015178, 38.887566 ], [ -77.014761, 38.887564 ], [ -77.014064, 38.887563 ], [ -77.01392, 38.887562 ], [ -77.013807, 38.887562 ], [ -77.013732, 38.887409 ], [ -77.013557, 38.887175 ], [ -77.013517, 38.887138 ], [ -77.013368, 38.886998 ], [ -77.012993, 38.886673 ], [ -77.012744, 38.886478 ], [ -77.012278, 38.886133 ], [ -77.012142, 38.886032 ], [ -77.011845, 38.885812 ], [ -77.011205, 38.885421 ], [ -77.010791, 38.885079 ], [ -77.010572, 38.88497 ], [ -77.010536, 38.884946 ], [ -77.010353, 38.884811 ], [ -77.009431, 38.884124 ], [ -77.009253, 38.883993 ], [ -77.009068, 38.883857 ], [ -77.009068, 38.883202 ], [ -77.009075, 38.883053 ], [ -77.009114, 38.882311 ], [ -77.009109, 38.882079 ], [ -77.009119, 38.881899 ], [ -77.009118, 38.881687 ], [ -77.009109, 38.881628 ], [ -77.009112, 38.881548 ], [ -77.009113, 38.881535 ], [ -77.009113, 38.881435 ], [ -77.009112, 38.88034 ], [ -77.009152, 38.879827 ], [ -77.009125, 38.879286 ], [ -77.009121, 38.878412 ], [ -77.009127, 38.878177 ], [ -77.009147, 38.877529 ], [ -77.009118, 38.876906 ], [ -77.009098, 38.876469 ], [ -77.009264, 38.876472 ], [ -77.009405, 38.876462 ], [ -77.009677, 38.876454 ], [ -77.009899, 38.876454 ], [ -77.010308, 38.876454 ], [ -77.010543, 38.876454 ], [ -77.010655, 38.876456 ], [ -77.010962, 38.876456 ], [ -77.011006, 38.876457 ], [ -77.011211, 38.87646 ], [ -77.011398, 38.876458 ], [ -77.01185, 38.876458 ], [ -77.012176, 38.876458 ], [ -77.012614, 38.876458 ], [ -77.013865, 38.876458 ], [ -77.015081, 38.876458 ], [ -77.015209, 38.876459 ], [ -77.015205, 38.876634 ], [ -77.015206, 38.876679 ], [ -77.015207, 38.877529 ], [ -77.015208, 38.877645 ], [ -77.01521, 38.878293 ], [ -77.015208, 38.878414 ], [ -77.015203, 38.878802 ], [ -77.0152, 38.879207 ], [ -77.015186, 38.879284 ], [ -77.01538, 38.879282 ], [ -77.015956, 38.879283 ], [ -77.016077, 38.879282 ], [ -77.016231, 38.879282 ], [ -77.016701, 38.879282 ], [ -77.017381, 38.879286 ], [ -77.017547, 38.879286 ], [ -77.017549, 38.879407 ], [ -77.017554, 38.879899 ], [ -77.017554, 38.88033 ], [ -77.017555, 38.880445 ], [ -77.017555, 38.880842 ], [ -77.017559, 38.881284 ], [ -77.01756, 38.881389 ], [ -77.01756, 38.881508 ], [ -77.017563, 38.882102 ], [ -77.017561, 38.882298 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010600", "name": "Census Tract 106, District of Columbia, District of Columbia", "total_population_17": 7167, "white_alone_17": 4560.0, "black_alone_17": 1694.0, "native_alone_17": 11.0, "asian_alone_17": 457.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 321.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 59.35, "pct_black_alone_change": -68.086, "pct_native_alone_change": -0.059, "pct_asian_alone_change": 5.648, "pct_hispanic_or_latino_change": 1.477, "pct_native_hawaiian_pacific_islander_change": -0.03, "INTPTLAT": "+38.9033120", "INTPTLON": "-077.0033103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.009066, 38.898917 ], [ -77.009065, 38.899065 ], [ -77.009066, 38.899562 ], [ -77.009063, 38.900208 ], [ -77.00906, 38.900402 ], [ -77.009063, 38.901312 ], [ -77.009064, 38.902515 ], [ -77.009065, 38.902603 ], [ -77.009064, 38.903192 ], [ -77.009066, 38.90373 ], [ -77.009069, 38.904294 ], [ -77.009069, 38.904497 ], [ -77.009069, 38.904684 ], [ -77.009066, 38.90513 ], [ -77.009063, 38.905647 ], [ -77.008998, 38.905755 ], [ -77.009002, 38.90632 ], [ -77.009002, 38.907274 ], [ -77.008998, 38.907364 ], [ -77.00899, 38.907684 ], [ -77.009006, 38.908566 ], [ -77.009014, 38.909088 ], [ -77.009018, 38.909638 ], [ -77.009026, 38.910381 ], [ -77.009026, 38.910783 ], [ -77.008809, 38.910684 ], [ -77.008283, 38.910459 ], [ -77.008054, 38.910363 ], [ -77.007699, 38.910213 ], [ -77.006925, 38.909882 ], [ -77.006371, 38.909648 ], [ -77.006207, 38.909579 ], [ -77.006007, 38.909493 ], [ -77.005881, 38.90944 ], [ -77.005691, 38.909358 ], [ -77.005601, 38.90932 ], [ -77.005331, 38.909211 ], [ -77.005097, 38.909117 ], [ -77.004813, 38.908995 ], [ -77.00473, 38.908958 ], [ -77.004593, 38.908897 ], [ -77.004514, 38.908862 ], [ -77.004413, 38.908817 ], [ -77.004381, 38.908803 ], [ -77.004328, 38.90878 ], [ -77.004273, 38.908755 ], [ -77.003816, 38.908561 ], [ -77.00378, 38.908545 ], [ -77.003409, 38.908387 ], [ -77.003275, 38.90833 ], [ -77.003145, 38.908274 ], [ -77.002883, 38.908163 ], [ -77.002506, 38.908001 ], [ -77.002255, 38.907893 ], [ -77.002217, 38.907878 ], [ -77.002017, 38.907796 ], [ -77.001824, 38.907718 ], [ -77.001457, 38.907563 ], [ -77.000853, 38.907305 ], [ -77.000793, 38.90728 ], [ -77.000484, 38.907149 ], [ -77.000362, 38.907098 ], [ -77.000215, 38.907043 ], [ -76.999576, 38.906769 ], [ -76.999431, 38.906706 ], [ -76.998336, 38.90623 ], [ -76.997811, 38.906002 ], [ -76.997372, 38.905813 ], [ -76.997098, 38.905696 ], [ -76.996674, 38.905514 ], [ -76.996426, 38.905409 ], [ -76.996163, 38.905299 ], [ -76.99599, 38.905231 ], [ -76.995185, 38.904881 ], [ -76.995057, 38.904827 ], [ -76.994898, 38.904758 ], [ -76.99451, 38.904593 ], [ -76.993901, 38.904336 ], [ -76.993758, 38.904274 ], [ -76.993135, 38.904 ], [ -76.99353, 38.903728 ], [ -76.993586, 38.903689 ], [ -76.993757, 38.903574 ], [ -76.993866, 38.903501 ], [ -76.994641, 38.902998 ], [ -76.994959, 38.902798 ], [ -76.99496, 38.902703 ], [ -76.994959, 38.902512 ], [ -76.994959, 38.902115 ], [ -76.99496, 38.902077 ], [ -76.994961, 38.901326 ], [ -76.994961, 38.900203 ], [ -76.996167, 38.900205 ], [ -76.997618, 38.900203 ], [ -76.998015, 38.900204 ], [ -76.998442, 38.900204 ], [ -76.99855, 38.900205 ], [ -76.999507, 38.900204 ], [ -76.99994, 38.900205 ], [ -77.000448, 38.900204 ], [ -77.000571, 38.900205 ], [ -77.001281, 38.900205 ], [ -77.001857, 38.900204 ], [ -77.002038, 38.900203 ], [ -77.002174, 38.900206 ], [ -77.003566, 38.900207 ], [ -77.003551, 38.900149 ], [ -77.003524, 38.90006 ], [ -77.003503, 38.899847 ], [ -77.003505, 38.898913 ], [ -77.003511, 38.89784 ], [ -77.00351, 38.897438 ], [ -77.003509, 38.897337 ], [ -77.003977, 38.897341 ], [ -77.004608, 38.897341 ], [ -77.004773, 38.89734 ], [ -77.004813, 38.897213 ], [ -77.004968, 38.896759 ], [ -77.005032, 38.896617 ], [ -77.00504, 38.896599 ], [ -77.005145, 38.896409 ], [ -77.005199, 38.896304 ], [ -77.005222, 38.896277 ], [ -77.005247, 38.896251 ], [ -77.005274, 38.896226 ], [ -77.005318, 38.896191 ], [ -77.005586, 38.896047 ], [ -77.005743, 38.896008 ], [ -77.005935, 38.896035 ], [ -77.006146, 38.895986 ], [ -77.006325, 38.89597 ], [ -77.006536, 38.895962 ], [ -77.006718, 38.895986 ], [ -77.006918, 38.896027 ], [ -77.006991, 38.896059 ], [ -77.00717, 38.896141 ], [ -77.007309, 38.896253 ], [ -77.00756, 38.896661 ], [ -77.007601, 38.89675 ], [ -77.00765, 38.896832 ], [ -77.007699, 38.896872 ], [ -77.007774, 38.896913 ], [ -77.008111, 38.897156 ], [ -77.008203, 38.897222 ], [ -77.009066, 38.897555 ], [ -77.009072, 38.897859 ], [ -77.009066, 38.898917 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010700", "name": "Census Tract 107, District of Columbia, District of Columbia", "total_population_17": 1711, "white_alone_17": 1143.0, "black_alone_17": 123.0, "native_alone_17": 0.0, "asian_alone_17": 179.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 243.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -6.213, "pct_black_alone_change": 1.878, "pct_native_alone_change": -0.488, "pct_asian_alone_change": -1.687, "pct_hispanic_or_latino_change": 6.082, "pct_native_hawaiian_pacific_islander_change": -0.122, "INTPTLAT": "+38.9039988", "INTPTLON": "-077.0419809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.049727, 38.902969 ], [ -77.049307, 38.903404 ], [ -77.04914, 38.903573 ], [ -77.049042, 38.903675 ], [ -77.049002, 38.903695 ], [ -77.048883, 38.903757 ], [ -77.04869, 38.904051 ], [ -77.048609, 38.904142 ], [ -77.048421, 38.904338 ], [ -77.048187, 38.904575 ], [ -77.047928, 38.904857 ], [ -77.04763, 38.90519 ], [ -77.047479, 38.905309 ], [ -77.047429, 38.905367 ], [ -77.047219, 38.905619 ], [ -77.046998, 38.905853 ], [ -77.046643, 38.906232 ], [ -77.046187, 38.90672 ], [ -77.045768, 38.907153 ], [ -77.045684, 38.907242 ], [ -77.045606, 38.907326 ], [ -77.045351, 38.907596 ], [ -77.044993, 38.907986 ], [ -77.044922, 38.908062 ], [ -77.044677, 38.908327 ], [ -77.044449, 38.908569 ], [ -77.044203, 38.908831 ], [ -77.044149, 38.90889 ], [ -77.04391, 38.909145 ], [ -77.04387, 38.909124 ], [ -77.043818, 38.9091 ], [ -77.043755, 38.909076 ], [ -77.04369, 38.909056 ], [ -77.043657, 38.909048 ], [ -77.043589, 38.909035 ], [ -77.043527, 38.909029 ], [ -77.043486, 38.909027 ], [ -77.043444, 38.909026 ], [ -77.043403, 38.909027 ], [ -77.043345, 38.909031 ], [ -77.043287, 38.909038 ], [ -77.043231, 38.909048 ], [ -77.043195, 38.909058 ], [ -77.043117, 38.909083 ], [ -77.043024, 38.90912 ], [ -77.04296, 38.909151 ], [ -77.042936, 38.909163 ], [ -77.042912, 38.909177 ], [ -77.04287, 38.909205 ], [ -77.042835, 38.909236 ], [ -77.042819, 38.909252 ], [ -77.042788, 38.909286 ], [ -77.042756, 38.909326 ], [ -77.04274, 38.909349 ], [ -77.042716, 38.90939 ], [ -77.041676, 38.90903 ], [ -77.040221, 38.908524 ], [ -77.039935, 38.908425 ], [ -77.039484, 38.908265 ], [ -77.0392, 38.908165 ], [ -77.039074, 38.908123 ], [ -77.038495, 38.907925 ], [ -77.038154, 38.907804 ], [ -77.037788, 38.907676 ], [ -77.037656, 38.907632 ], [ -77.036868, 38.907353 ], [ -77.036924, 38.907242 ], [ -77.036875, 38.907137 ], [ -77.036833, 38.907094 ], [ -77.036817, 38.907081 ], [ -77.036795, 38.907068 ], [ -77.036774, 38.907058 ], [ -77.036712, 38.907034 ], [ -77.03669, 38.907028 ], [ -77.036643, 38.907022 ], [ -77.03661, 38.907021 ], [ -77.03653, 38.907021 ], [ -77.036534, 38.905654 ], [ -77.036537, 38.904988 ], [ -77.036538, 38.904316 ], [ -77.036538, 38.903863 ], [ -77.036539, 38.903739 ], [ -77.036539, 38.903442 ], [ -77.036541, 38.90309 ], [ -77.036542, 38.902525 ], [ -77.036544, 38.901647 ], [ -77.036546, 38.901344 ], [ -77.03655, 38.900847 ], [ -77.03655, 38.900716 ], [ -77.036554, 38.900201 ], [ -77.037955, 38.900202 ], [ -77.03795, 38.89993 ], [ -77.037947, 38.898747 ], [ -77.039252, 38.898743 ], [ -77.03946, 38.898813 ], [ -77.039665, 38.898886 ], [ -77.040247, 38.89909 ], [ -77.041179, 38.899415 ], [ -77.041705, 38.899594 ], [ -77.0418, 38.899627 ], [ -77.041884, 38.899655 ], [ -77.041987, 38.899691 ], [ -77.042331, 38.89981 ], [ -77.04278, 38.899964 ], [ -77.042894, 38.900004 ], [ -77.042951, 38.900023 ], [ -77.043189, 38.900105 ], [ -77.043462, 38.900202 ], [ -77.043604, 38.900252 ], [ -77.043665, 38.900275 ], [ -77.044795, 38.900669 ], [ -77.0449, 38.900705 ], [ -77.045033, 38.900751 ], [ -77.045297, 38.900844 ], [ -77.046168, 38.901148 ], [ -77.046406, 38.901232 ], [ -77.046653, 38.901318 ], [ -77.047063, 38.901462 ], [ -77.047935, 38.901765 ], [ -77.048261, 38.901876 ], [ -77.048831, 38.902088 ], [ -77.049369, 38.902288 ], [ -77.049566, 38.902175 ], [ -77.04952, 38.902308 ], [ -77.049506, 38.902339 ], [ -77.049471, 38.902423 ], [ -77.04946, 38.902458 ], [ -77.04945, 38.902526 ], [ -77.049448, 38.902561 ], [ -77.04945, 38.902632 ], [ -77.04946, 38.902689 ], [ -77.049479, 38.902729 ], [ -77.04951, 38.902781 ], [ -77.049552, 38.902834 ], [ -77.049603, 38.902884 ], [ -77.049657, 38.902927 ], [ -77.049727, 38.902969 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010800", "name": "Census Tract 108, District of Columbia, District of Columbia", "total_population_17": 6451, "white_alone_17": 4155.0, "black_alone_17": 749.0, "native_alone_17": 0.0, "asian_alone_17": 773.0, "native_hawaiian_pacific_islander_17": 8.0, "hispanic_or_latino_17": 531.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -7.409, "pct_black_alone_change": 4.709, "pct_native_alone_change": -0.183, "pct_asian_alone_change": -3.77, "pct_hispanic_or_latino_change": 3.622, "pct_native_hawaiian_pacific_islander_change": 0.009, "INTPTLAT": "+38.8973521", "INTPTLON": "-077.0446120" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.050142, 38.898935 ], [ -77.050137, 38.899157 ], [ -77.050132, 38.899279 ], [ -77.050132, 38.899366 ], [ -77.050133, 38.899414 ], [ -77.050133, 38.899491 ], [ -77.050132, 38.899554 ], [ -77.050131, 38.899574 ], [ -77.050131, 38.899599 ], [ -77.050129, 38.899648 ], [ -77.050131, 38.899744 ], [ -77.05013, 38.899795 ], [ -77.050131, 38.899849 ], [ -77.050127, 38.9 ], [ -77.050129, 38.900088 ], [ -77.050133, 38.900163 ], [ -77.050135, 38.900253 ], [ -77.050135, 38.900294 ], [ -77.050136, 38.900332 ], [ -77.050133, 38.900413 ], [ -77.050133, 38.900511 ], [ -77.050131, 38.900631 ], [ -77.050129, 38.900659 ], [ -77.050128, 38.900699 ], [ -77.050128, 38.900774 ], [ -77.050129, 38.900792 ], [ -77.050129, 38.900817 ], [ -77.050131, 38.900842 ], [ -77.050125, 38.901233 ], [ -77.05012, 38.901987 ], [ -77.050041, 38.90199 ], [ -77.049963, 38.902 ], [ -77.049886, 38.902018 ], [ -77.049813, 38.902042 ], [ -77.049743, 38.902073 ], [ -77.049679, 38.902109 ], [ -77.049566, 38.902175 ], [ -77.049369, 38.902288 ], [ -77.048831, 38.902088 ], [ -77.048261, 38.901876 ], [ -77.047935, 38.901765 ], [ -77.047063, 38.901462 ], [ -77.046653, 38.901318 ], [ -77.046406, 38.901232 ], [ -77.046168, 38.901148 ], [ -77.045297, 38.900844 ], [ -77.045033, 38.900751 ], [ -77.0449, 38.900705 ], [ -77.044795, 38.900669 ], [ -77.043665, 38.900275 ], [ -77.043604, 38.900252 ], [ -77.043462, 38.900202 ], [ -77.043189, 38.900105 ], [ -77.042951, 38.900023 ], [ -77.042894, 38.900004 ], [ -77.04278, 38.899964 ], [ -77.042331, 38.89981 ], [ -77.041987, 38.899691 ], [ -77.041884, 38.899655 ], [ -77.0418, 38.899627 ], [ -77.041705, 38.899594 ], [ -77.041179, 38.899415 ], [ -77.040247, 38.89909 ], [ -77.039665, 38.898886 ], [ -77.03946, 38.898813 ], [ -77.039472, 38.89864 ], [ -77.039472, 38.898322 ], [ -77.039472, 38.898226 ], [ -77.039471, 38.89816 ], [ -77.039473, 38.897829 ], [ -77.039478, 38.897469 ], [ -77.039473, 38.897356 ], [ -77.039468, 38.897263 ], [ -77.03946, 38.896928 ], [ -77.039461, 38.896609 ], [ -77.039462, 38.896402 ], [ -77.039462, 38.896289 ], [ -77.039457, 38.895845 ], [ -77.03946, 38.895544 ], [ -77.039464, 38.895397 ], [ -77.039466, 38.895295 ], [ -77.039466, 38.894825 ], [ -77.03947, 38.894525 ], [ -77.039468, 38.89434 ], [ -77.039466, 38.893924 ], [ -77.039467, 38.89364 ], [ -77.039468, 38.893614 ], [ -77.039468, 38.89353 ], [ -77.039481, 38.8921 ], [ -77.040676, 38.8921 ], [ -77.040705, 38.892113 ], [ -77.040733, 38.89211 ], [ -77.040761, 38.892118 ], [ -77.040788, 38.892127 ], [ -77.040814, 38.892137 ], [ -77.040839, 38.892149 ], [ -77.040863, 38.892162 ], [ -77.040886, 38.892176 ], [ -77.040927, 38.892208 ], [ -77.041083, 38.8923 ], [ -77.041588, 38.892573 ], [ -77.041662, 38.892608 ], [ -77.041747, 38.892642 ], [ -77.041893, 38.892702 ], [ -77.041979, 38.892748 ], [ -77.04319, 38.893371 ], [ -77.043474, 38.893514 ], [ -77.043921, 38.893762 ], [ -77.044087, 38.893851 ], [ -77.044544, 38.894101 ], [ -77.044766, 38.894232 ], [ -77.045093, 38.894447 ], [ -77.04521, 38.894527 ], [ -77.0453, 38.894588 ], [ -77.045526, 38.894714 ], [ -77.046682, 38.895316 ], [ -77.047387, 38.895685 ], [ -77.047426, 38.895705 ], [ -77.047622, 38.895807 ], [ -77.048023, 38.896017 ], [ -77.048139, 38.89602 ], [ -77.048276, 38.896023 ], [ -77.048503, 38.896021 ], [ -77.048597, 38.896022 ], [ -77.048801, 38.89602 ], [ -77.050117, 38.896024 ], [ -77.050119, 38.896114 ], [ -77.050117, 38.89637 ], [ -77.050115, 38.896442 ], [ -77.050116, 38.896497 ], [ -77.050116, 38.896608 ], [ -77.050119, 38.89673 ], [ -77.050119, 38.896783 ], [ -77.050124, 38.896908 ], [ -77.050129, 38.896983 ], [ -77.050133, 38.897019 ], [ -77.050134, 38.897117 ], [ -77.050134, 38.897148 ], [ -77.050134, 38.897178 ], [ -77.050136, 38.897358 ], [ -77.050137, 38.897417 ], [ -77.050135, 38.897479 ], [ -77.050134, 38.897555 ], [ -77.050132, 38.897598 ], [ -77.050136, 38.897671 ], [ -77.050139, 38.897814 ], [ -77.050134, 38.897953 ], [ -77.050133, 38.898016 ], [ -77.050135, 38.898065 ], [ -77.050135, 38.898101 ], [ -77.050134, 38.898135 ], [ -77.050136, 38.898184 ], [ -77.050136, 38.898229 ], [ -77.050134, 38.898291 ], [ -77.050135, 38.898327 ], [ -77.050139, 38.8985 ], [ -77.050139, 38.898557 ], [ -77.050137, 38.898637 ], [ -77.050137, 38.898678 ], [ -77.050136, 38.898716 ], [ -77.05014, 38.898887 ], [ -77.050142, 38.898935 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001010900", "name": "Census Tract 109, District of Columbia, District of Columbia", "total_population_17": 4054, "white_alone_17": 19.0, "black_alone_17": 3907.0, "native_alone_17": 0.0, "asian_alone_17": 14.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 71.0, "city": "Washington", "gentrified": false, "pct_white_alone_change": -0.656, "pct_black_alone_change": 0.416, "pct_native_alone_change": -0.281, "pct_asian_alone_change": 0.064, "pct_hispanic_or_latino_change": -0.499, "pct_native_hawaiian_pacific_islander_change": -0.035, "INTPTLAT": "+38.8132364", "INTPTLON": "-077.0238475" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.039191, 38.800496 ], [ -77.03913, 38.800817 ], [ -77.038966, 38.801677 ], [ -77.03862, 38.80348 ], [ -77.038413, 38.804555 ], [ -77.038378, 38.804739 ], [ -77.038316, 38.805044 ], [ -77.038183, 38.805702 ], [ -77.038, 38.806581 ], [ -77.03772, 38.808144 ], [ -77.037642, 38.808574 ], [ -77.037288, 38.810527 ], [ -77.037306, 38.812237 ], [ -77.037338, 38.813405 ], [ -77.037356, 38.814187 ], [ -77.037358, 38.814477 ], [ -77.037356, 38.814535 ], [ -77.037343, 38.814635 ], [ -77.037362, 38.814704 ], [ -77.037389, 38.814739 ], [ -77.037417, 38.814786 ], [ -77.037427, 38.814852 ], [ -77.037437, 38.814939 ], [ -77.037473, 38.814997 ], [ -77.037523, 38.815044 ], [ -77.037594, 38.815089 ], [ -77.037673, 38.815143 ], [ -77.037741, 38.815183 ], [ -77.037826, 38.815248 ], [ -77.037907, 38.815321 ], [ -77.038026, 38.815436 ], [ -77.038079, 38.815514 ], [ -77.038146, 38.815613 ], [ -77.038223, 38.815772 ], [ -77.038274, 38.815873 ], [ -77.038315, 38.815969 ], [ -77.038351, 38.816029 ], [ -77.038378, 38.816071 ], [ -77.038412, 38.81609 ], [ -77.038421, 38.816139 ], [ -77.038426, 38.816199 ], [ -77.038432, 38.816212 ], [ -77.038447, 38.816241 ], [ -77.038458, 38.816293 ], [ -77.038487, 38.816515 ], [ -77.038506, 38.816621 ], [ -77.038523, 38.816715 ], [ -77.03854, 38.816811 ], [ -77.038553, 38.816898 ], [ -77.038559, 38.816978 ], [ -77.038566, 38.817049 ], [ -77.03854, 38.817064 ], [ -77.038544, 38.817079 ], [ -77.038568, 38.817089 ], [ -77.038576, 38.817108 ], [ -77.038607, 38.817183 ], [ -77.038631, 38.817268 ], [ -77.03866, 38.81734 ], [ -77.038675, 38.817407 ], [ -77.038691, 38.817457 ], [ -77.038704, 38.817513 ], [ -77.038711, 38.81756 ], [ -77.038702, 38.817596 ], [ -77.038711, 38.817643 ], [ -77.038743, 38.817635 ], [ -77.038777, 38.817685 ], [ -77.038752, 38.817705 ], [ -77.038751, 38.817736 ], [ -77.038778, 38.817808 ], [ -77.038789, 38.817855 ], [ -77.038826, 38.817875 ], [ -77.038837, 38.817922 ], [ -77.038812, 38.817946 ], [ -77.0388, 38.817978 ], [ -77.038809, 38.818001 ], [ -77.038856, 38.818037 ], [ -77.038844, 38.818114 ], [ -77.03882, 38.818137 ], [ -77.038856, 38.818165 ], [ -77.038867, 38.818208 ], [ -77.038869, 38.818245 ], [ -77.038873, 38.818321 ], [ -77.038882, 38.818378 ], [ -77.038898, 38.818428 ], [ -77.038909, 38.818469 ], [ -77.038927, 38.818512 ], [ -77.038951, 38.818577 ], [ -77.038968, 38.818625 ], [ -77.038977, 38.818668 ], [ -77.038985, 38.818682 ], [ -77.038992, 38.8187 ], [ -77.038991, 38.818726 ], [ -77.038981, 38.818755 ], [ -77.03897, 38.818779 ], [ -77.039083, 38.81882 ], [ -77.039061, 38.818865 ], [ -77.03912, 38.818885 ], [ -77.039101, 38.818939 ], [ -77.039038, 38.818921 ], [ -77.03903, 38.818929 ], [ -77.039006, 38.818951 ], [ -77.038985, 38.818976 ], [ -77.038953, 38.819011 ], [ -77.038925, 38.819036 ], [ -77.038907, 38.819062 ], [ -77.038886, 38.819089 ], [ -77.038872, 38.819125 ], [ -77.038862, 38.819167 ], [ -77.038864, 38.819259 ], [ -77.038867, 38.819329 ], [ -77.038899, 38.819368 ], [ -77.038905, 38.819398 ], [ -77.038892, 38.819427 ], [ -77.03892, 38.819473 ], [ -77.038923, 38.819504 ], [ -77.038942, 38.819533 ], [ -77.03896, 38.819536 ], [ -77.038983, 38.819539 ], [ -77.039025, 38.819526 ], [ -77.039132, 38.819606 ], [ -77.027477, 38.819979 ], [ -77.025757, 38.820095 ], [ -77.025733, 38.8201 ], [ -77.025701, 38.820104 ], [ -77.025669, 38.820106 ], [ -77.025514, 38.820123 ], [ -77.025481, 38.820126 ], [ -77.025366, 38.820141 ], [ -77.025225, 38.820158 ], [ -77.024742, 38.82021 ], [ -77.024204, 38.820274 ], [ -77.023606, 38.820338 ], [ -77.023001, 38.820406 ], [ -77.022467, 38.820464 ], [ -77.022242, 38.820489 ], [ -77.021932, 38.820521 ], [ -77.020476, 38.820661 ], [ -77.020232, 38.820686 ], [ -77.02004, 38.820712 ], [ -77.018283, 38.820793 ], [ -77.018221, 38.820799 ], [ -77.018072, 38.820817 ], [ -77.017883, 38.820978 ], [ -77.017732, 38.821169 ], [ -77.017631, 38.821333 ], [ -77.017557, 38.821488 ], [ -77.017484, 38.821664 ], [ -77.017473, 38.821714 ], [ -77.017438, 38.821852 ], [ -77.017428, 38.821913 ], [ -77.017417, 38.821962 ], [ -77.017393, 38.822104 ], [ -77.017386, 38.822153 ], [ -77.017379, 38.822232 ], [ -77.017377, 38.822295 ], [ -77.017377, 38.822371 ], [ -77.017379, 38.822404 ], [ -77.017379, 38.822486 ], [ -77.017376, 38.823233 ], [ -77.017369, 38.823352 ], [ -77.01737, 38.823575 ], [ -77.01737, 38.823592 ], [ -77.017092, 38.823743 ], [ -77.01683, 38.82385 ], [ -77.016527, 38.823765 ], [ -77.015826, 38.823712 ], [ -77.012699, 38.823032 ], [ -77.012083, 38.821896 ], [ -77.012071, 38.821873 ], [ -77.011942, 38.822091 ], [ -77.011809, 38.822321 ], [ -77.011693, 38.822528 ], [ -77.011629, 38.822661 ], [ -77.011557, 38.82282 ], [ -77.011575, 38.822859 ], [ -77.01173, 38.823223 ], [ -77.011886, 38.823582 ], [ -77.011858, 38.823588 ], [ -77.0118, 38.823597 ], [ -77.011742, 38.8236 ], [ -77.010966, 38.823601 ], [ -77.010885, 38.8236 ], [ -77.010674, 38.823599 ], [ -77.010334, 38.823601 ], [ -77.009651, 38.823599 ], [ -77.009574, 38.823599 ], [ -77.009529, 38.8236 ], [ -77.008973, 38.823602 ], [ -77.008619, 38.8236 ], [ -77.008475, 38.8236 ], [ -77.008404, 38.823602 ], [ -77.008226, 38.823613 ], [ -77.008124, 38.823625 ], [ -77.008086, 38.823631 ], [ -77.008023, 38.82364 ], [ -77.007956, 38.823652 ], [ -77.007889, 38.823666 ], [ -77.007824, 38.823682 ], [ -77.007728, 38.82371 ], [ -77.007635, 38.823743 ], [ -77.007562, 38.823772 ], [ -77.007363, 38.823847 ], [ -77.007308, 38.823867 ], [ -77.007149, 38.823927 ], [ -77.007116, 38.823938 ], [ -77.007082, 38.823948 ], [ -77.007015, 38.823966 ], [ -77.006946, 38.82398 ], [ -77.006876, 38.823992 ], [ -77.006745, 38.824007 ], [ -77.006681, 38.824011 ], [ -77.006616, 38.824012 ], [ -77.006551, 38.82401 ], [ -77.006519, 38.824008 ], [ -77.006494, 38.824008 ], [ -77.006394, 38.824012 ], [ -77.00637, 38.824014 ], [ -77.006345, 38.824015 ], [ -77.00627, 38.824023 ], [ -77.006215, 38.824033 ], [ -77.006107, 38.824058 ], [ -77.006027, 38.824082 ], [ -77.006002, 38.824091 ], [ -77.005907, 38.823991 ], [ -77.005846, 38.823932 ], [ -77.005784, 38.823876 ], [ -77.005716, 38.823817 ], [ -77.005631, 38.823747 ], [ -77.005529, 38.823667 ], [ -77.005479, 38.823631 ], [ -77.00543, 38.823594 ], [ -77.005238, 38.823464 ], [ -77.005147, 38.823411 ], [ -77.005055, 38.82336 ], [ -77.004866, 38.823262 ], [ -77.004769, 38.823215 ], [ -77.004666, 38.823169 ], [ -77.004543, 38.823114 ], [ -77.004473, 38.823083 ], [ -77.003178, 38.822511 ], [ -77.002884, 38.822382 ], [ -77.00279, 38.822338 ], [ -77.002698, 38.822291 ], [ -77.002608, 38.822243 ], [ -77.002563, 38.822218 ], [ -77.002476, 38.822166 ], [ -77.002433, 38.822139 ], [ -77.002187, 38.821965 ], [ -77.002072, 38.821882 ], [ -77.001846, 38.821713 ], [ -77.001379, 38.82135 ], [ -77.001243, 38.821275 ], [ -77.001303, 38.821222 ], [ -77.006481, 38.817058 ], [ -77.006618, 38.816948 ], [ -77.009193, 38.814947 ], [ -77.01634, 38.809359 ], [ -77.020727, 38.80593 ], [ -77.022267, 38.804779 ], [ -77.022369, 38.804689 ], [ -77.022465, 38.804604 ], [ -77.024334, 38.803113 ], [ -77.035519, 38.794373 ], [ -77.036444, 38.79365 ], [ -77.037362, 38.792933 ], [ -77.037405, 38.792899 ], [ -77.03752, 38.792809 ], [ -77.037572, 38.792768 ], [ -77.037834, 38.792563 ], [ -77.037931, 38.792487 ], [ -77.03803, 38.79241 ], [ -77.039006, 38.791645 ], [ -77.03899, 38.792415 ], [ -77.038988, 38.792499 ], [ -77.038987, 38.792552 ], [ -77.038984, 38.792767 ], [ -77.038983, 38.792827 ], [ -77.038984, 38.792915 ], [ -77.038988, 38.793673 ], [ -77.038989, 38.793701 ], [ -77.039009, 38.79441 ], [ -77.039009, 38.794469 ], [ -77.03901, 38.794541 ], [ -77.039015, 38.794734 ], [ -77.039047, 38.795892 ], [ -77.039074, 38.796876 ], [ -77.039074, 38.796903 ], [ -77.039076, 38.79699 ], [ -77.03908, 38.79716 ], [ -77.039084, 38.797288 ], [ -77.039092, 38.797571 ], [ -77.039094, 38.797589 ], [ -77.039098, 38.797649 ], [ -77.039104, 38.797836 ], [ -77.039114, 38.798169 ], [ -77.039156, 38.799452 ], [ -77.039158, 38.799507 ], [ -77.039164, 38.799742 ], [ -77.039176, 38.800034 ], [ -77.039184, 38.8003 ], [ -77.039191, 38.800496 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001011000", "name": "Census Tract 110, District of Columbia, District of Columbia", "total_population_17": 3720, "white_alone_17": 2313.0, "black_alone_17": 978.0, "native_alone_17": 37.0, "asian_alone_17": 162.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 152.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 26.399, "pct_black_alone_change": -30.43, "pct_native_alone_change": 0.505, "pct_asian_alone_change": 2.319, "pct_hispanic_or_latino_change": -0.323, "pct_native_hawaiian_pacific_islander_change": -0.026, "INTPTLAT": "+38.8681789", "INTPTLON": "-077.0182455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.021879, 38.876502 ], [ -77.021485, 38.877033 ], [ -77.021293, 38.877183 ], [ -77.021147, 38.877306 ], [ -77.020922, 38.877045 ], [ -77.020772, 38.876882 ], [ -77.020644, 38.87677 ], [ -77.020471, 38.876648 ], [ -77.020345, 38.876584 ], [ -77.020223, 38.876533 ], [ -77.020087, 38.876496 ], [ -77.019885, 38.876461 ], [ -77.018885, 38.876461 ], [ -77.017566, 38.876461 ], [ -77.016746, 38.87646 ], [ -77.016201, 38.87646 ], [ -77.015378, 38.876461 ], [ -77.015209, 38.876459 ], [ -77.015081, 38.876458 ], [ -77.013865, 38.876458 ], [ -77.013923, 38.876274 ], [ -77.014064, 38.87588 ], [ -77.01414, 38.875672 ], [ -77.014288, 38.875255 ], [ -77.014396, 38.874941 ], [ -77.014431, 38.874836 ], [ -77.014435, 38.874752 ], [ -77.014438, 38.874667 ], [ -77.01444, 38.874497 ], [ -77.01444, 38.874327 ], [ -77.014436, 38.874157 ], [ -77.014429, 38.873987 ], [ -77.01442, 38.873945 ], [ -77.014406, 38.873904 ], [ -77.014387, 38.873864 ], [ -77.014361, 38.873827 ], [ -77.014331, 38.873791 ], [ -77.014296, 38.873759 ], [ -77.014256, 38.873729 ], [ -77.014213, 38.873704 ], [ -77.014166, 38.873682 ], [ -77.014116, 38.873664 ], [ -77.013324, 38.873452 ], [ -77.013179, 38.873415 ], [ -77.013253, 38.873245 ], [ -77.013368, 38.872977 ], [ -77.013625, 38.872381 ], [ -77.013641, 38.872342 ], [ -77.013648, 38.872322 ], [ -77.013663, 38.872261 ], [ -77.013669, 38.872221 ], [ -77.013671, 38.87218 ], [ -77.013672, 38.872036 ], [ -77.014341, 38.872035 ], [ -77.014822, 38.870773 ], [ -77.014842, 38.870652 ], [ -77.014839, 38.870547 ], [ -77.015316, 38.869472 ], [ -77.015332, 38.86819 ], [ -77.014772, 38.868223 ], [ -77.015341, 38.866842 ], [ -77.015281, 38.865591 ], [ -77.015294, 38.865292 ], [ -77.015314, 38.864852 ], [ -77.015316, 38.86463 ], [ -77.015321, 38.864096 ], [ -77.015321, 38.863845 ], [ -77.015324, 38.863363 ], [ -77.015328, 38.862896 ], [ -77.015333, 38.862676 ], [ -77.015334, 38.862423 ], [ -77.01535, 38.862097 ], [ -77.015678, 38.859865 ], [ -77.020162, 38.85733 ], [ -77.020155, 38.858907 ], [ -77.020152, 38.859604 ], [ -77.020174, 38.868957 ], [ -77.020314, 38.870014 ], [ -77.02105, 38.87156 ], [ -77.021295, 38.872171 ], [ -77.023777, 38.876411 ], [ -77.021879, 38.876502 ] ] ] } }, +{ "type": "Feature", "properties": { "GEOID": "11001011100", "name": "Census Tract 111, District of Columbia, District of Columbia", "total_population_17": 5548, "white_alone_17": 416.0, "black_alone_17": 4473.0, "native_alone_17": 8.0, "asian_alone_17": 47.0, "native_hawaiian_pacific_islander_17": 0.0, "hispanic_or_latino_17": 470.0, "city": "Washington", "gentrified": true, "pct_white_alone_change": 5.075, "pct_black_alone_change": -13.516, "pct_native_alone_change": -0.291, "pct_asian_alone_change": -0.002, "pct_hispanic_or_latino_change": 6.525, "pct_native_hawaiian_pacific_islander_change": 0.0, "INTPTLAT": "+38.9158612", "INTPTLON": "-076.9681631" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.97913, 38.927709 ], [ -76.97881, 38.927848 ], [ -76.978487, 38.928013 ], [ -76.978181, 38.928188 ], [ -76.97637, 38.92904 ], [ -76.976222, 38.92911 ], [ -76.974866, 38.929765 ], [ -76.974328, 38.930015 ], [ -76.974165, 38.93009 ], [ -76.973686, 38.930317 ], [ -76.972156, 38.931051 ], [ -76.97158, 38.931312 ], [ -76.971301, 38.931452 ], [ -76.970789, 38.931702 ], [ -76.969167, 38.932488 ], [ -76.968013, 38.932993 ], [ -76.966081, 38.93397 ], [ -76.965825, 38.934098 ], [ -76.963874, 38.934999 ], [ -76.96381, 38.935026 ], [ -76.963751, 38.935054 ], [ -76.963696, 38.935083 ], [ -76.963447, 38.935202 ], [ -76.963382, 38.935152 ], [ -76.963353, 38.935129 ], [ -76.963332, 38.935113 ], [ -76.963293, 38.935083 ], [ -76.963218, 38.935024 ], [ -76.963175, 38.934991 ], [ -76.963127, 38.934952 ], [ -76.963071, 38.934908 ], [ -76.963052, 38.934893 ], [ -76.963013, 38.934862 ], [ -76.962978, 38.934835 ], [ -76.962829, 38.934717 ], [ -76.962518, 38.934476 ], [ -76.962182, 38.934213 ], [ -76.962081, 38.934133 ], [ -76.961998, 38.934068 ], [ -76.961819, 38.933928 ], [ -76.961665, 38.933808 ], [ -76.961465, 38.933651 ], [ -76.961429, 38.933623 ], [ -76.961395, 38.933596 ], [ -76.961272, 38.9335 ], [ -76.96122, 38.933459 ], [ -76.960874, 38.933187 ], [ -76.960727, 38.933072 ], [ -76.960252, 38.932703 ], [ -76.959929, 38.93245 ], [ -76.959725, 38.932291 ], [ -76.959587, 38.932183 ], [ -76.959537, 38.932143 ], [ -76.959486, 38.932103 ], [ -76.959433, 38.932061 ], [ -76.959243, 38.931911 ], [ -76.959134, 38.931826 ], [ -76.958978, 38.931703 ], [ -76.958838, 38.931592 ], [ -76.958784, 38.93155 ], [ -76.958696, 38.931482 ], [ -76.958341, 38.931203 ], [ -76.957882, 38.930846 ], [ -76.957756, 38.930749 ], [ -76.958411, 38.930339 ], [ -76.958672, 38.930172 ], [ -76.95961, 38.929556 ], [ -76.961486, 38.928267 ], [ -76.961576, 38.928186 ], [ -76.96179, 38.928015 ], [ -76.962649, 38.92728 ], [ -76.962843, 38.927147 ], [ -76.964084, 38.926134 ], [ -76.964119, 38.926093 ], [ -76.964184, 38.926052 ], [ -76.964506, 38.925795 ], [ -76.964814, 38.925554 ], [ -76.964932, 38.92543 ], [ -76.965161, 38.92526 ], [ -76.965044, 38.92517 ], [ -76.964558, 38.924837 ], [ -76.963603, 38.924183 ], [ -76.962634, 38.92354 ], [ -76.961825, 38.922999 ], [ -76.960974, 38.922416 ], [ -76.960525, 38.922115 ], [ -76.959372, 38.921339 ], [ -76.959174, 38.921209 ], [ -76.958322, 38.920634 ], [ -76.957787, 38.920268 ], [ -76.957563, 38.920115 ], [ -76.957492, 38.920067 ], [ -76.956599, 38.919467 ], [ -76.956475, 38.919374 ], [ -76.956355, 38.919281 ], [ -76.955922, 38.918941 ], [ -76.95551, 38.918669 ], [ -76.954983, 38.918342 ], [ -76.955079, 38.918299 ], [ -76.956112, 38.917789 ], [ -76.956458, 38.917616 ], [ -76.956096, 38.917602 ], [ -76.954204, 38.917532 ], [ -76.953923, 38.917521 ], [ -76.949145, 38.917251 ], [ -76.944201, 38.917026 ], [ -76.943623, 38.917006 ], [ -76.943858, 38.916871 ], [ -76.944611, 38.916188 ], [ -76.945951, 38.915252 ], [ -76.947257, 38.914975 ], [ -76.951997, 38.914904 ], [ -76.952893, 38.914797 ], [ -76.953573, 38.914382 ], [ -76.953825, 38.912289 ], [ -76.954459, 38.91096 ], [ -76.956788, 38.907859 ], [ -76.957887, 38.906272 ], [ -76.957969, 38.906154 ], [ -76.958273, 38.905428 ], [ -76.95861, 38.904748 ], [ -76.959386, 38.90339 ], [ -76.960615, 38.90172 ], [ -76.961412, 38.900784 ], [ -76.961967, 38.900181 ], [ -76.962218, 38.899497 ], [ -76.962193, 38.898703 ], [ -76.962105, 38.897758 ], [ -76.96209, 38.897596 ], [ -76.962034, 38.897344 ], [ -76.962029, 38.897322 ], [ -76.961984, 38.897135 ], [ -76.962488, 38.89717 ], [ -76.96562, 38.89743 ], [ -76.966334, 38.897491 ], [ -76.968066, 38.897625 ], [ -76.96881, 38.897687 ], [ -76.969464, 38.897769 ], [ -76.970385, 38.897925 ], [ -76.970374, 38.897963 ], [ -76.970365, 38.897992 ], [ -76.970314, 38.898175 ], [ -76.970287, 38.898287 ], [ -76.970265, 38.898389 ], [ -76.970248, 38.898493 ], [ -76.970237, 38.898596 ], [ -76.970232, 38.8987 ], [ -76.970232, 38.898941 ], [ -76.97023, 38.899237 ], [ -76.970229, 38.899623 ], [ -76.970231, 38.900385 ], [ -76.970231, 38.900464 ], [ -76.97023, 38.900721 ], [ -76.970232, 38.901121 ], [ -76.97023, 38.901949 ], [ -76.97023, 38.902372 ], [ -76.970226, 38.902786 ], [ -76.970226, 38.903093 ], [ -76.97023, 38.903249 ], [ -76.97023, 38.903277 ], [ -76.970233, 38.90333 ], [ -76.970233, 38.903445 ], [ -76.97031, 38.903449 ], [ -76.970501, 38.903449 ], [ -76.970532, 38.90345 ], [ -76.970941, 38.903449 ], [ -76.971121, 38.90345 ], [ -76.971324, 38.903449 ], [ -76.971388, 38.903449 ], [ -76.971471, 38.903454 ], [ -76.971512, 38.903459 ], [ -76.971555, 38.903466 ], [ -76.971598, 38.903477 ], [ -76.97164, 38.903491 ], [ -76.971679, 38.903509 ], [ -76.971716, 38.903531 ], [ -76.971746, 38.903552 ], [ -76.971772, 38.903574 ], [ -76.971796, 38.903596 ], [ -76.971818, 38.90362 ], [ -76.971839, 38.903645 ], [ -76.97189, 38.903721 ], [ -76.972147, 38.904114 ], [ -76.97229, 38.904328 ], [ -76.972461, 38.904587 ], [ -76.972254, 38.904671 ], [ -76.971858, 38.904829 ], [ -76.971479, 38.904987 ], [ -76.97114, 38.905127 ], [ -76.970584, 38.905349 ], [ -76.970327, 38.905457 ], [ -76.970296, 38.905473 ], [ -76.970269, 38.905492 ], [ -76.970246, 38.905515 ], [ -76.970228, 38.90554 ], [ -76.970218, 38.905559 ], [ -76.970205, 38.905621 ], [ -76.970549, 38.905621 ], [ -76.970778, 38.905624 ], [ -76.972202, 38.905623 ], [ -76.972536, 38.90562 ], [ -76.973196, 38.905621 ], [ -76.973576, 38.905624 ], [ -76.973834, 38.905623 ], [ -76.974173, 38.905623 ], [ -76.974833, 38.905624 ], [ -76.975166, 38.90562 ], [ -76.975197, 38.905993 ], [ -76.975693, 38.90616 ], [ -76.976208, 38.906282 ], [ -76.977177, 38.906647 ], [ -76.977929, 38.907016 ], [ -76.97829, 38.907208 ], [ -76.978576, 38.907369 ], [ -76.978755, 38.907228 ], [ -76.978838, 38.907271 ], [ -76.977607, 38.909197 ], [ -76.977459, 38.909425 ], [ -76.977366, 38.909586 ], [ -76.977252, 38.909881 ], [ -76.977091, 38.910343 ], [ -76.97681, 38.911188 ], [ -76.976327, 38.912642 ], [ -76.97571, 38.91344 ], [ -76.975127, 38.914133 ], [ -76.975303, 38.914146 ], [ -76.975527, 38.91436 ], [ -76.976371, 38.915164 ], [ -76.976481, 38.915268 ], [ -76.97707, 38.91583 ], [ -76.977609, 38.916342 ], [ -76.97785, 38.91658 ], [ -76.978311, 38.916916 ], [ -76.978214, 38.917163 ], [ -76.978167, 38.917282 ], [ -76.978194, 38.917559 ], [ -76.97827, 38.917957 ], [ -76.978295, 38.918104 ], [ -76.978367, 38.918531 ], [ -76.978379, 38.918607 ], [ -76.978445, 38.919004 ], [ -76.978458, 38.919065 ], [ -76.978466, 38.919095 ], [ -76.978494, 38.919185 ], [ -76.978516, 38.919244 ], [ -76.978529, 38.919273 ], [ -76.978552, 38.919328 ], [ -76.978565, 38.919355 ], [ -76.978593, 38.919408 ], [ -76.978617, 38.91945 ], [ -76.978682, 38.919548 ], [ -76.978718, 38.919598 ], [ -76.978764, 38.919657 ], [ -76.978813, 38.919714 ], [ -76.978866, 38.919769 ], [ -76.978921, 38.919823 ], [ -76.979006, 38.919894 ], [ -76.978995, 38.920019 ], [ -76.978994, 38.920042 ], [ -76.978994, 38.920228 ], [ -76.978993, 38.92031 ], [ -76.978995, 38.920529 ], [ -76.978995, 38.921291 ], [ -76.978995, 38.922287 ], [ -76.978996, 38.922366 ], [ -76.978996, 38.922596 ], [ -76.978997, 38.922621 ], [ -76.978997, 38.92277 ], [ -76.978998, 38.922913 ], [ -76.978997, 38.923148 ], [ -76.978998, 38.923352 ], [ -76.978997, 38.923438 ], [ -76.978996, 38.923862 ], [ -76.978997, 38.924089 ], [ -76.978999, 38.924424 ], [ -76.978998, 38.924509 ], [ -76.978995, 38.925038 ], [ -76.978995, 38.925578 ], [ -76.978993, 38.926648 ], [ -76.978993, 38.926737 ], [ -76.978992, 38.926794 ], [ -76.979001, 38.927276 ], [ -76.978997, 38.927442 ], [ -76.979001, 38.927481 ], [ -76.979026, 38.92755 ], [ -76.979067, 38.927608 ], [ -76.979097, 38.927651 ], [ -76.97913, 38.927709 ] ] ] } } +] +} diff --git a/output/gentrification.csv b/output/gentrification.csv new file mode 100644 index 0000000..17131ff --- /dev/null +++ b/output/gentrification.csv @@ -0,0 +1,2800 @@ +GEOID,name,total_population_17,total_population_25_over_17,median_income_17,median_home_value_17,educational_attainment_17,white_alone_17,black_alone_17,native_alone_17,asian_alone_17,native_hawaiian_pacific_islander_17,some_other_race_alone,two_or_more,hispanic_or_latino_17,city,metro_area,state,county,tract,total_population_00,white_alone_00,black_alone_00,native_alone_00,asian_alone_00,native_hawaiian_pacific_islander_00,hispanic_or_latino_00,total_population_25_over_00,median_income_00,median_home_value_00,educational_attainment_00,educational_attainment_pct_17,educational_attainment_pct_00,educational_attainment_change,home_pct_change,metro_median_income_00_q40,metro_median_home_value_00_q40,educational_attainment_change_q66,home_pct_change_q66,low_population,median_home_value_00_qualifies,median_40th_income_00_qualifies,educational_increase_is_top_3rd,median_home_increased,median_home_increase_is_top_3rd,eligible_for_gentrification,gentrified,eligible_not_gentrified_highpop,not_eligible_highpop,pct_white_alone_17,pct_white_alone_00,pct_white_alone_change,pct_black_alone_17,pct_black_alone_00,pct_black_alone_change,pct_asian_alone_17,pct_asian_alone_00,pct_asian_alone_change,pct_native_alone_17,pct_native_alone_00,pct_native_alone_change,pct_native_hawaiian_pacific_islander_17,pct_native_hawaiian_pacific_islander_00,pct_native_hawaiian_pacific_islander_change,pct_hispanic_or_latino_17,pct_hispanic_or_latino_00,pct_hispanic_or_latino_change +13089020100,"Census Tract 201, DeKalb County, Georgia",2076,1455.0,174526.0,617300.0,1231.0,1885.0,36.0,0.0,25.0,0.0,13.0,22.0,95.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 201,1783.0,1500.0,51.0,4.0,33.0,0.0,192.0,1354.0,96542.0,378900.0,966.0,84.60481099656357,71.34416543574594,13.260645560817636,0.11612506074842054,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,90.8,84.128,6.672,1.734,2.86,-1.126,1.204,1.851,-0.647,0.0,0.224,-0.224,0.0,0.0,0.0,4.576,10.768,-6.192 +13089020200,"Census Tract 202, DeKalb County, Georgia",2045,1657.0,87889.0,548200.0,1271.0,1596.0,187.0,0.0,101.0,0.0,19.0,34.0,108.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 202,2202.0,1910.5827129999998,143.1768505,12.01589667,58.12717338,0.000993542,68.08743170000001,1733.770989,56150.37235,395014.9555,1362.201689,76.70488835244417,78.56872087735688,-1.8638325249127092,-0.03761681123677479,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,78.044,86.766,-8.722,9.144,6.502,2.642,4.939,2.64,2.299,0.0,0.546,-0.546,0.0,0.0,0.0,5.281,3.092,2.189 +13089020300,"Census Tract 203, DeKalb County, Georgia",4151,2934.0,113088.0,470300.0,2344.0,3612.0,146.0,27.0,81.0,0.0,19.0,144.0,149.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 203,3256.848279,2538.694364,554.2230283,16.99609394,45.97790645,0.0,71.97070019,2492.369643,73697.04032,256174.8167,1710.151854,79.89093387866394,68.61549845959185,11.275435419072096,0.215624630984478,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,87.015,77.949,9.066,3.517,17.017,-13.5,1.951,1.412,0.539,0.65,0.522,0.128,0.0,0.0,0.0,3.589,2.21,1.379 +13089020400,"Census Tract 204, DeKalb County, Georgia",2574,1891.0,78681.0,433000.0,1584.0,2251.0,74.0,0.0,132.0,0.0,6.0,37.0,74.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 204,2130.985425,1857.721086,129.9969402,11.01225463,45.03906093,0.0,71.19256668,1824.826041,47425.03692,252024.758,1181.242777,83.76520359598096,64.73180185179086,19.0334017441901,0.16185761773672053,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,87.451,87.177,0.274,2.875,6.1,-3.225,5.128,2.114,3.014,0.0,0.517,-0.517,0.0,0.0,0.0,2.875,3.341,-0.466 +13089020500,"Census Tract 205, DeKalb County, Georgia",3305,2685.0,55208.0,239600.0,1220.0,1596.0,1286.0,0.0,95.0,0.0,11.0,137.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 205,3197.7323100000003,231.618454,2856.294678,1.9967107769999999,8.985198975,0.0,93.84540558,2131.48877,28146.998839999997,87499.9969,206.65956119999998,45.43761638733706,9.695550082583827,35.74206630475323,0.4741235578631052,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,48.29,7.243,41.047,38.911,89.323,-50.412,2.874,0.281,2.593,0.0,0.062,-0.062,0.0,0.0,0.0,5.446,2.935,2.511 +13089020600,"Census Tract 206, DeKalb County, Georgia",2102,1492.0,43295.0,233200.0,753.0,766.0,1083.0,38.0,16.0,0.0,0.0,145.0,66.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 206,2165.434025,46.96603394,2094.485352,6.994941711,2.99783206,0.0,11.99132824,946.3156738,20549.00069,84600.00155,74.94580078,50.46916890080429,7.919746323026611,42.54942257777768,0.4775986182161235,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,36.441,2.169,34.272,51.522,96.724,-45.202,0.761,0.138,0.623,1.808,0.323,1.485,0.0,0.0,0.0,3.14,0.554,2.586 +13089020700,"Census Tract 207, DeKalb County, Georgia",2231,1665.0,53833.0,295300.0,908.0,1235.0,813.0,0.0,36.0,0.0,25.0,67.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 207,2619.0,242.0,2104.0,5.0,8.0,0.0,257.0,1750.0,30183.0,106100.0,255.0,54.53453453453454,14.571428571428571,39.96310596310597,0.482614290551981,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,55.356,9.24,46.116,36.441,80.336,-43.895,1.614,0.305,1.309,0.0,0.191,-0.191,0.0,0.0,0.0,2.465,9.813,-7.348 +13089020801,"Census Tract 208.01, DeKalb County, Georgia",2619,2032.0,92594.0,267800.0,1131.0,1469.0,914.0,0.0,17.0,0.0,0.0,173.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 208.01,2709.865074,348.46829219999995,2289.506592,6.98933506,4.99238205,0.0,53.91772842,1981.9757079999997,36887.00079,113500.0021,324.5048523,55.65944881889764,16.372796648827546,39.28665217007009,0.3896937900522778,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,56.09,12.859,43.231,34.899,84.488,-49.589,0.649,0.184,0.465,0.0,0.258,-0.258,0.0,0.0,0.0,1.756,1.99,-0.234 +13089020802,"Census Tract 208.02, DeKalb County, Georgia",4764,3303.0,57204.0,278100.0,1468.0,1717.0,2624.0,0.0,115.0,0.0,0.0,100.0,208.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 208.02,3453.000004,481.0921326,2874.9135739999997,7.759550571,4.849719048,0.969943821,82.44522858,2323.0153809999997,32243.00107,114699.9966,372.45843510000003,44.44444444444444,16.033403745250542,28.4110406991939,0.40608415999999997,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,36.041,13.933,22.108,55.08,83.258,-28.178,2.414,0.14,2.274,0.0,0.225,-0.225,0.0,0.028,-0.028,4.366,2.388,1.978 +13089020900,"Census Tract 209, DeKalb County, Georgia",5811,4809.0,66536.0,216300.0,2071.0,2708.0,2790.0,0.0,108.0,0.0,0.0,77.0,128.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 209,6440.0,1024.0,5209.0,16.0,36.0,0.0,139.0,4326.0,34630.0,94500.0,683.0,43.06508629652735,15.788257050392973,27.276829246134376,0.37087378640776697,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,46.601,15.901,30.7,48.012,80.885,-32.873,1.859,0.559,1.3,0.0,0.248,-0.248,0.0,0.0,0.0,2.203,2.158,0.045 +13089021415,"Census Tract 214.15, DeKalb County, Georgia",3678,2733.0,104226.0,501200.0,1992.0,2443.0,185.0,66.0,303.0,0.0,0.0,112.0,598.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 214.15,3123.631863,1019.188975,392.01910560000005,7.119328715,133.79262930000002,0.24542239300000002,1561.9378179999999,1943.777095,52242.276289999994,282788.3228,778.7671382,72.88693743139407,40.06463190677736,32.822305524616716,0.1875195833359936,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,66.422,32.628,33.794,5.03,12.55,-7.52,8.238,4.283,3.955,1.794,0.228,1.566,0.0,0.008,-0.008,16.259,50.004,-33.745 +13089022401,"Census Tract 224.01, DeKalb County, Georgia",3708,2825.0,86366.0,455200.0,2434.0,2968.0,328.0,6.0,197.0,0.0,41.0,100.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 224.01,3881.0,3491.0,177.0,16.0,108.0,1.0,77.0,2986.0,67714.0,297900.0,2382.0,86.15929203539822,79.7722705961152,6.387021439283018,0.057609841827768016,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,80.043,89.951,-9.908,8.846,4.561,4.285,5.313,2.783,2.53,0.162,0.412,-0.25,0.0,0.026,-0.026,1.834,1.984,-0.15 +13089022402,"Census Tract 224.02, DeKalb County, Georgia",6188,1130.0,38944.0,313200.0,856.0,2634.0,845.0,0.0,2043.0,0.0,19.0,276.0,371.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 224.02,4562.0,3178.0,430.0,9.0,785.0,1.0,137.0,1200.0,28015.0,220600.0,904.0,75.75221238938053,75.33333333333333,0.4188790560472029,-0.014252873563218391,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,False,False,False,False,False,False,True,42.566,69.662,-27.096,13.655,9.426,4.229,33.016,17.207,15.809,0.0,0.197,-0.197,0.0,0.022,-0.022,5.995,3.003,2.992 +13089023601,"Census Tract 236.01, DeKalb County, Georgia",3092,2248.0,68217.0,128000.0,697.0,876.0,2051.0,20.0,39.0,0.0,18.0,9.0,79.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 236.01,3108.0,125.0,2903.0,9.0,15.0,0.0,55.0,1946.0,30625.0,75400.0,107.0,31.005338078291814,5.498458376156218,25.506879702135596,0.15175,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,28.331,4.022,24.309,66.332,93.404,-27.072,1.261,0.483,0.778,0.647,0.29,0.357,0.0,0.0,0.0,2.555,1.77,0.785 +13089023700,"Census Tract 237, DeKalb County, Georgia",6211,3924.0,45077.0,126400.0,1230.0,994.0,4796.0,75.0,17.0,1.0,54.0,187.0,87.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 237,6483.1349549999995,239.4395894,6147.58005,11.25111439,12.15789873,0.03005618,68.63704769,3560.008825,24521.32722,80850.23204,280.0367318,31.345565749235472,7.8661808317286965,23.479384917506778,0.07892140713924048,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,16.004,3.693,12.311,77.218,94.824,-17.606,0.274,0.188,0.086,1.208,0.174,1.034,0.016,0.0,0.016,1.401,1.059,0.342 +13089980000,"Census Tract 9800, DeKalb County, Georgia",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,DeKalb County,Census Tract 9800,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +13121000100,"Census Tract 1, Fulton County, Georgia",5183,3509.0,149450.0,680600.0,2898.0,4611.0,92.0,0.0,114.0,0.0,0.0,200.0,166.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 1,4152.642937,3874.608935,96.03520074,12.00075328,64.99971597,0.0,92.99795288,3342.727596,97729.92744,370695.2704,2707.700899,82.58763180393274,81.0027386688676,1.584893135065144,0.2156902888980312,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,88.964,93.305,-4.341,1.775,2.313,-0.538,2.199,1.565,0.634,0.0,0.289,-0.289,0.0,0.0,0.0,3.203,2.239,0.964 +13121000200,"Census Tract 2, Fulton County, Georgia",6282,4763.0,116094.0,548300.0,3819.0,5539.0,251.0,0.0,188.0,0.0,0.0,121.0,183.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 2,5445.864276,4835.104004,286.88748169999997,20.99176788,112.9557037,0.0,166.9345398,4400.274414,67655.99902,326199.9951,3215.73877,80.18055847155155,73.08041425254619,7.100144219005358,0.14330112539850448,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,88.173,88.785,-0.612,3.996,5.268,-1.272,2.993,2.074,0.919,0.0,0.385,-0.385,0.0,0.0,0.0,2.913,3.065,-0.152 +13121000400,"Census Tract 4, Fulton County, Georgia",1805,1393.0,91857.0,419300.0,1121.0,1495.0,196.0,0.0,45.0,0.0,0.0,33.0,36.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 4,1686.6114579999999,1503.007736,120.0580055,4.0536894519999995,20.643926899999997,0.0,31.79877882,1366.150139,83954.10573,328009.7944,1017.540933,80.47379755922469,74.48236500161129,5.9914325576134075,-0.12648248017171482,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,82.825,89.114,-6.289,10.859,7.118,3.741,2.493,1.224,1.269,0.0,0.24,-0.24,0.0,0.0,0.0,1.994,1.885,0.109 +13121000500,"Census Tract 5, Fulton County, Georgia",5572,3934.0,85750.0,343600.0,3115.0,3674.0,1099.0,0.0,341.0,15.0,0.0,117.0,326.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 5,3712.1065479999997,2783.820669,697.8407703,19.0276049,106.16322190000001,1.000001961,86.22274298,3036.626127,70683.26202000001,451716.321,2034.762809,79.1814946619217,67.00735368467045,12.174140977251255,-0.8931068167636785,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,False,False,False,False,False,True,65.937,74.993,-9.056,19.724,18.799,0.925,6.12,2.86,3.26,0.0,0.513,-0.513,0.269,0.027,0.242,5.851,2.323,3.528 +13121000600,"Census Tract 6, Fulton County, Georgia",6350,3115.0,50969.0,190300.0,2412.0,2989.0,998.0,0.0,1721.0,25.0,0.0,241.0,376.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 6,2706.994675,1669.996704,334.9993286,0.999998033,539.9989624,0.999998033,122.99975590000001,738.9985352000001,24230.999480000002,166299.9982,419.999176,77.43178170144462,56.83356001325941,20.598221688185212,-0.25839199899106674,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,47.071,61.692,-14.621,15.717,12.375,3.342,27.102,19.948,7.154,0.0,0.037,-0.037,0.394,0.037,0.357,5.921,4.544,1.377 +13121000700,"Census Tract 7, Fulton County, Georgia",3121,2636.0,71214.0,258300.0,459.0,699.0,2108.0,23.0,31.0,8.0,0.0,72.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 7,3551.0,498.0,2953.0,2.0,24.0,9.0,72.0,2759.0,35500.0,131800.0,149.0,17.412746585735963,5.400507430228344,12.012239155507618,0.26522648083623696,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,22.397,14.024,8.373,67.542,83.16,-15.618,0.993,0.676,0.317,0.737,0.056,0.681,0.256,0.253,0.003,5.767,2.028,3.739 +13121001001,"Census Tract 10.01, Fulton County, Georgia",2740,1504.0,80132.0,284600.0,1211.0,1502.0,269.0,13.0,732.0,0.0,0.0,110.0,119.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 10.01,1565.664767,998.3383179,162.62678530000002,1.3580524919999999,333.2321167,0.509269714,56.52893448,333.06237789999994,25832.99912,183599.9941,188.260025,80.5186170212766,56.52395391728213,23.99466310399447,0.07103305866479258,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,54.818,63.765,-8.947,9.818,10.387,-0.569,26.715,21.284,5.431,0.474,0.087,0.387,0.0,0.033,-0.033,4.343,3.611,0.732 +13121001002,"Census Tract 10.02, Fulton County, Georgia",6998,486.0,27250.0,,337.0,3360.0,1263.0,52.0,1574.0,0.0,18.0,241.0,530.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 10.02,7657.335508,4882.661621,795.37323,6.6419477460000005,1629.767944,2.490730286,276.4710693,1628.9377439999998,25832.99994,183600.0048,920.7399902000001,69.34156378600824,56.5239521026164,12.817611683391839,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,48.014,63.764,-15.75,18.048,10.387,7.661,22.492,21.284,1.208,0.743,0.087,0.656,0.0,0.033,-0.033,7.574,3.611,3.963 +13121001100,"Census Tract 11, Fulton County, Georgia",4356,3990.0,99205.0,293700.0,2968.0,3097.0,356.0,56.0,511.0,19.0,40.0,115.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 11,2550.102161,1895.949829,434.77801510000006,7.941151142000001,90.33059692,0.0,113.1614075,2294.0,46053.99969,174099.99899999998,1474.076172,74.3859649122807,64.25789764603313,10.12806726624757,0.1463942847803882,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,71.097,74.348,-3.251,8.173,17.049,-8.876,11.731,3.542,8.189,1.286,0.311,0.975,0.436,0.0,0.436,3.719,4.438,-0.719 +13121001201,"Census Tract 12.01, Fulton County, Georgia",4030,3240.0,58603.0,246800.0,2439.0,3028.0,463.0,0.0,184.0,0.0,0.0,106.0,249.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 12.01,2471.999884,1744.2478030000002,499.11416629999997,18.26745987,87.21239471,0.589272916,111.3725815,2085.436768,40654.00095,207099.9976,1172.653076,75.27777777777777,56.23057452490451,19.04720325287326,-0.20836303299837924,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,75.136,70.56,4.576,11.489,20.191,-8.702,4.566,3.528,1.038,0.0,0.739,-0.739,0.0,0.024,-0.024,6.179,4.505,1.674 +13121001202,"Census Tract 12.02, Fulton County, Georgia",4141,3491.0,83063.0,227000.0,3014.0,2654.0,725.0,30.0,329.0,0.0,56.0,74.0,273.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 12.02,1722.999991,1215.752075,347.88580319999994,12.73253822,60.78760529,0.410727054,77.62741089,1453.5629880000001,40654.0002,207100.0092,817.3468627999999,86.33629332569464,56.230577522107346,30.105715803587294,-0.3137621728986784,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,64.091,70.56,-6.469,17.508,20.191,-2.683,7.945,3.528,4.417,0.724,0.739,-0.015,0.0,0.024,-0.024,6.593,4.505,2.088 +13121001300,"Census Tract 13, Fulton County, Georgia",4655,3673.0,66223.0,364300.0,2265.0,2728.0,1088.0,0.0,268.0,0.0,31.0,107.0,433.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 13,3898.918612,2720.703437,969.1010722000001,15.00739553,74.03979499,0.0,106.0588121,3103.550244,44997.382710000005,264746.9962,1698.132925,61.6662129049823,54.71581870739644,6.950394197585865,-0.04648826387043646,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,False,False,False,False,False,False,True,58.604,69.781,-11.177,23.373,24.856,-1.483,5.757,1.899,3.858,0.0,0.385,-0.385,0.0,0.0,0.0,9.302,2.72,6.582 +13121001400,"Census Tract 14, Fulton County, Georgia",2281,1894.0,86333.0,388200.0,1461.0,1955.0,71.0,0.0,79.0,0.0,9.0,99.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 14,2130.0,1748.0,258.0,8.0,51.0,0.0,55.0,1783.0,46129.0,316300.0,1246.0,77.13833157338965,69.88222097588334,7.256110597506307,-0.1732921174652241,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,False,False,False,False,False,False,True,85.708,82.066,3.642,3.113,12.113,-9.0,3.463,2.394,1.069,0.0,0.376,-0.376,0.0,0.0,0.0,2.981,2.582,0.399 +13121001500,"Census Tract 15, Fulton County, Georgia",4637,3628.0,63464.0,517600.0,2459.0,3314.0,475.0,0.0,125.0,0.0,0.0,158.0,565.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 15,4205.415625,3507.5126950000003,409.94302369999997,24.99652672,103.98554990000001,0.0,136.98097230000002,3493.514648,39764.00069,301999.9958,2264.685303,67.77839029768468,64.82541312075243,2.952977176932251,0.15981454027820724,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,False,True,True,False,False,False,True,71.469,83.405,-11.936,10.244,9.748,0.496,2.696,2.473,0.223,0.0,0.594,-0.594,0.0,0.0,0.0,12.185,3.257,8.928 +13121001600,"Census Tract 16, Fulton County, Georgia",2304,1854.0,66806.0,458300.0,1313.0,1705.0,379.0,0.0,107.0,0.0,0.0,33.0,80.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 16,1390.0,1111.0,191.0,12.0,40.0,1.0,33.0,1080.0,42438.0,304100.0,750.0,70.81984897518878,69.44444444444444,1.3754045307443334,0.04450360026183722,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,False,True,False,False,False,False,True,74.002,79.928,-5.926,16.45,13.741,2.709,4.644,2.878,1.766,0.0,0.863,-0.863,0.0,0.072,-0.072,3.472,2.374,1.098 +13121001700,"Census Tract 17, Fulton County, Georgia",4439,3548.0,60069.0,372000.0,2195.0,1965.0,1942.0,0.0,173.0,0.0,11.0,111.0,237.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 17,2506.0,310.0,2094.0,10.0,8.0,0.0,82.0,1610.0,17913.0,88700.0,275.0,61.865839909808344,17.080745341614907,44.785094568193436,0.6566451612903226,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,44.267,12.37,31.897,43.749,83.559,-39.81,3.897,0.319,3.578,0.0,0.399,-0.399,0.0,0.0,0.0,5.339,3.272,2.067 +13121001800,"Census Tract 18, Fulton County, Georgia",4336,3443.0,42159.0,136500.0,1837.0,1894.0,1997.0,0.0,281.0,0.0,0.0,27.0,137.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 18,3560.7880689999997,1267.750198,2138.469259,14.02985843,57.13101899,0.0,66.37839596,2668.7620739999998,39286.984730000004,160059.7176,1170.20533,53.35463258785943,43.8482448997812,9.506387688078227,-0.6885420757802196,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,43.681,35.603,8.078,46.056,60.056,-14.0,6.481,1.604,4.877,0.0,0.394,-0.394,0.0,0.0,0.0,3.16,1.864,1.296 +13121001900,"Census Tract 19, Fulton County, Georgia",5188,2179.0,62222.0,216400.0,1279.0,2269.0,1600.0,32.0,848.0,10.0,0.0,151.0,305.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 19,2114.698649,543.3808594,1461.6446529999998,8.973261832999999,41.87522125,0.0,49.85145187,1628.1484380000002,12882.00048,87399.99914,361.9215393,58.69664983937586,22.229025981475036,36.46762385790082,0.4184103569242144,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,43.736,25.695,18.041,30.84,69.118,-38.278,16.345,1.98,14.365,0.617,0.424,0.193,0.193,0.0,0.193,5.879,2.357,3.522 +13121002100,"Census Tract 21, Fulton County, Georgia",2640,1835.0,51250.0,243700.0,630.0,740.0,1575.0,0.0,214.0,0.0,0.0,18.0,93.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 21,1573.0,317.0,1073.0,4.0,134.0,0.0,38.0,1053.0,14363.0,261100.0,298.0,34.33242506811989,28.300094966761634,6.032330101358255,-0.5428149363972097,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,False,False,False,False,False,False,True,28.03,20.153,7.877,59.659,68.214,-8.555,8.106,8.519,-0.413,0.0,0.254,-0.254,0.0,0.0,0.0,3.523,2.416,1.107 +13121002300,"Census Tract 23, Fulton County, Georgia",1500,1021.0,27674.0,72800.0,107.0,109.0,1369.0,0.0,0.0,0.0,0.0,22.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 23,2714.0,31.0,2640.0,4.0,10.0,0.0,28.0,1727.0,18582.0,60500.0,62.0,10.479921645445641,3.590040532715692,6.889881112729949,-0.1967032967032967,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,7.267,1.142,6.125,91.267,97.273,-6.006,0.0,0.368,-0.368,0.0,0.147,-0.147,0.0,0.0,0.0,0.0,1.032,-1.032 +13121002400,"Census Tract 24, Fulton County, Georgia",2645,1612.0,30972.0,92700.0,401.0,100.0,2491.0,0.0,26.0,0.0,0.0,7.0,21.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 24,2467.0,23.0,2424.0,2.0,5.0,0.0,12.0,1686.0,22113.0,57400.0,176.0,24.87593052109181,10.438908659549229,14.437021861542581,0.10834951456310679,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,3.781,0.932,2.849,94.178,98.257,-4.079,0.983,0.203,0.78,0.0,0.081,-0.081,0.0,0.0,0.0,0.794,0.486,0.308 +13121002500,"Census Tract 25, Fulton County, Georgia",2271,1633.0,26066.0,165500.0,417.0,79.0,2073.0,3.0,13.0,0.0,15.0,44.0,44.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 25,1981.0,13.0,1937.0,1.0,2.0,0.0,27.0,1195.0,16949.0,50500.0,104.0,25.535823637477037,8.702928870292887,16.83289476718415,0.5606042296072508,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,3.479,0.656,2.823,91.281,97.779,-6.498,0.572,0.101,0.471,0.132,0.05,0.082,0.0,0.0,0.0,1.937,1.363,0.574 +13121002600,"Census Tract 26, Fulton County, Georgia",1777,889.0,26350.0,114300.0,137.0,43.0,1538.0,0.0,21.0,0.0,34.0,8.0,133.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 26,1378.0,37.0,1323.0,1.0,0.0,0.0,17.0,786.0,21538.0,78600.0,163.0,15.410573678290215,20.737913486005088,-5.327339807714873,0.009763779527559056,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,True,False,True,False,True,False,2.42,2.685,-0.265,86.55,96.009,-9.459,1.182,0.0,1.182,0.0,0.073,-0.073,0.0,0.0,0.0,7.485,1.234,6.251 +13121002800,"Census Tract 28, Fulton County, Georgia",5005,1809.0,26059.0,139700.0,853.0,1395.0,2743.0,21.0,361.0,0.0,4.0,125.0,367.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 28,2857.5131760000004,251.8689423,2140.885986,5.996879578,11.99375916,0.0,441.77014160000004,1750.089355,15159.999319999999,131299.9966,243.87310789999998,47.15312327252626,13.934894649993456,33.218228622532806,-0.3534144245096636,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,27.872,8.814,19.058,54.805,74.921,-20.116,7.213,0.42,6.793,0.42,0.21,0.21,0.0,0.0,0.0,7.333,15.46,-8.127 +13121002900,"Census Tract 29, Fulton County, Georgia",2385,1985.0,63112.0,295800.0,1153.0,1229.0,880.0,0.0,136.0,0.0,0.0,62.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 29,1333.0,252.0,973.0,16.0,11.0,0.0,79.0,995.0,26346.0,100800.0,282.0,58.085642317380355,28.34170854271357,29.743933774666786,0.509290060851927,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,51.53,18.905,32.625,36.897,72.993,-36.096,5.702,0.825,4.877,0.0,1.2,-1.2,0.0,0.0,0.0,3.27,5.926,-2.656 +13121003000,"Census Tract 30, Fulton County, Georgia",3325,2739.0,94079.0,446500.0,2242.0,2646.0,271.0,15.0,180.0,0.0,30.0,69.0,114.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 30,1966.000002,1626.345581,217.7784576,15.98373985,41.95731735,0.0,43.95528412,1506.467529,60323.001670000005,255300.0067,1081.899414,81.85469149324571,71.81697535280894,10.037716140436771,0.17663603662262037,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,79.579,82.724,-3.145,8.15,11.077,-2.927,5.414,2.134,3.28,0.451,0.813,-0.362,0.0,0.0,0.0,3.429,2.236,1.193 +13121003100,"Census Tract 31, Fulton County, Georgia",1974,1471.0,46467.0,244400.0,776.0,1170.0,696.0,0.0,18.0,0.0,0.0,18.0,72.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 31,1626.0,181.0,1351.0,8.0,20.0,0.0,62.0,1087.0,28214.0,86700.0,173.0,52.753229095853165,15.915363385464582,36.837865710388584,0.48916530278232406,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,59.271,11.132,48.139,35.258,83.087,-47.829,0.912,1.23,-0.318,0.0,0.492,-0.492,0.0,0.0,0.0,3.647,3.813,-0.166 +13121003200,"Census Tract 32, Fulton County, Georgia",2251,1952.0,84350.0,228700.0,1274.0,1701.0,199.0,0.0,54.0,0.0,0.0,219.0,78.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 32,1500.0,912.6544715,505.2215447,18.01626016,5.042682923,1.0,53.04471545,1154.53252,32187.79572,129272.5989,484.1006097,65.26639344262296,41.93044382153913,23.335949621083827,0.1860404791604723,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,75.566,60.844,14.722,8.841,33.681,-24.84,2.399,0.336,2.063,0.0,1.201,-1.201,0.0,0.067,-0.067,3.465,3.536,-0.071 +13121003500,"Census Tract 35, Fulton County, Georgia",2175,1841.0,55585.0,175300.0,550.0,748.0,1220.0,10.0,29.0,0.0,0.0,81.0,87.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 35,3710.0,614.0,2832.0,27.0,39.0,3.0,195.0,2610.0,42906.0,185400.0,424.0,29.875067897881586,16.245210727969347,13.629857169912238,-0.5229663434112949,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,34.391,16.55,17.841,56.092,76.334,-20.242,1.333,1.051,0.282,0.46,0.728,-0.268,0.0,0.081,-0.081,4.0,5.256,-1.256 +13121003600,"Census Tract 36, Fulton County, Georgia",1358,923.0,41372.0,175900.0,383.0,159.0,1066.0,0.0,23.0,0.0,0.0,88.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 36,1502.0,81.0,1372.0,3.0,14.0,0.0,28.0,650.0,17375.0,138200.0,118.0,41.49512459371614,18.153846153846153,23.34127843986999,-0.1313700966458215,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,11.708,5.393,6.315,78.498,91.345,-12.847,1.694,0.932,0.762,0.0,0.2,-0.2,0.0,0.0,0.0,1.62,1.864,-0.244 +13121003700,"Census Tract 37, Fulton County, Georgia",136,136.0,22679.0,,42.0,0.0,136.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 37,1431.908927,8.999427795,1416.9099119999998,0.999936402,0.0,0.0,3.999745607,614.9608764999999,4705.000183,,5.99961853,30.88235294117647,0.9756097923084707,29.906743148868,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,True,False,True,True,False,False,False,False,False,False,0.0,0.628,-0.628,100.0,98.953,1.047,0.0,0.0,0.0,0.0,0.07,-0.07,0.0,0.0,0.0,0.0,0.279,-0.279 +13121003800,"Census Tract 38, Fulton County, Georgia",4091,323.0,22150.0,146900.0,113.0,670.0,2819.0,10.0,263.0,0.0,9.0,85.0,245.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 38,2273.091105,5.000572588,2218.0901510000003,2.000063621,6.0,0.0,36.00025448,538.0391268999999,8416.794511,74699.72044,126.0003817,34.98452012383901,23.41844215419271,11.566077969646301,0.26774950691899246,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,16.377,0.22,16.157,68.907,97.58,-28.673,6.429,0.264,6.165,0.244,0.088,0.156,0.0,0.0,0.0,5.989,1.584,4.405 +13121003900,"Census Tract 39, Fulton County, Georgia",2522,1383.0,36174.0,61300.0,195.0,29.0,2471.0,0.0,0.0,0.0,0.0,0.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 39,2426.0,8.0,2398.0,6.0,8.0,0.0,5.0,1368.0,18669.0,59900.0,100.0,14.099783080260304,7.309941520467836,6.7898415597924675,-0.4071125611745514,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.15,0.33,0.82,97.978,98.846,-0.868,0.0,0.33,-0.33,0.0,0.247,-0.247,0.0,0.0,0.0,0.872,0.206,0.666 +13121004000,"Census Tract 40, Fulton County, Georgia",2522,1787.0,28191.0,58200.0,365.0,69.0,2416.0,0.0,5.0,0.0,0.0,0.0,32.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 40,3166.0,15.0,3110.0,3.0,2.0,1.0,33.0,2180.0,28621.0,79300.0,387.0,20.4252937884723,17.75229357798165,2.673000210490649,-0.962061855670103,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.736,0.474,2.262,95.797,98.231,-2.434,0.198,0.063,0.135,0.0,0.095,-0.095,0.0,0.032,-0.032,1.269,1.042,0.227 +13121004100,"Census Tract 41, Fulton County, Georgia",2127,1392.0,38519.0,175400.0,300.0,145.0,1921.0,0.0,0.0,0.0,0.0,42.0,19.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 41,2565.0,46.0,2423.0,9.0,45.0,0.0,37.0,1535.0,21741.0,78900.0,207.0,21.551724137931036,13.485342019543975,8.066382118387061,0.35224629418472064,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,True,True,True,False,True,False,6.817,1.793,5.024,90.315,94.464,-4.149,0.0,1.754,-1.754,0.0,0.351,-0.351,0.0,0.0,0.0,0.893,1.442,-0.549 +13121004200,"Census Tract 42, Fulton County, Georgia",2546,1912.0,18569.0,113500.0,490.0,275.0,2238.0,0.0,0.0,0.0,0.0,0.0,33.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 42,2493.0,45.0,2393.0,3.0,5.0,0.0,41.0,1597.0,13880.0,75900.0,183.0,25.627615062761507,11.458985597996243,14.168629464765264,0.03703964757709251,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,False,True,False,True,False,10.801,1.805,8.996,87.903,95.989,-8.086,0.0,0.201,-0.201,0.0,0.12,-0.12,0.0,0.0,0.0,1.296,1.645,-0.349 +13121004300,"Census Tract 43, Fulton County, Georgia",3060,931.0,28287.0,263200.0,247.0,428.0,2262.0,0.0,206.0,0.0,0.0,65.0,99.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 43,2770.0,95.0,2628.0,4.0,6.0,0.0,36.0,287.0,12443.0,24300.0,50.0,26.53061224489796,17.421602787456447,9.109009457441513,0.8670516717325228,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,True,True,True,False,True,False,13.987,3.43,10.557,73.922,94.874,-20.952,6.732,0.217,6.515,0.0,0.144,-0.144,0.0,0.0,0.0,3.235,1.3,1.935 +13121004400,"Census Tract 44, Fulton County, Georgia",2516,1247.0,18030.0,108000.0,235.0,43.0,2353.0,0.0,0.0,0.0,0.0,62.0,58.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 44,1717.0,10.0,1686.0,4.0,3.0,0.0,14.0,738.0,7796.0,22500.0,0.0,18.845228548516438,0.0,18.845228548516438,0.7,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,1.709,0.582,1.127,93.521,98.195,-4.674,0.0,0.175,-0.175,0.0,0.233,-0.233,0.0,0.0,0.0,2.305,0.815,1.49 +13121004800,"Census Tract 48, Fulton County, Georgia",1158,711.0,16413.0,,232.0,221.0,743.0,0.0,125.0,0.0,0.0,23.0,46.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 48,2263.184988,69.94998693,2153.062762,3.0143532160000004,5.043059647,0.0,25.09842205,903.1310515,8566.626293000001,80783.56124,65.67522526,32.63009845288326,7.271948534038419,25.35814991884484,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,19.085,3.091,15.994,64.162,95.134,-30.972,10.794,0.223,10.571,0.0,0.133,-0.133,0.0,0.0,0.0,3.972,1.109,2.863 +13121004900,"Census Tract 49, Fulton County, Georgia",2565,1946.0,77875.0,268800.0,1234.0,1432.0,862.0,4.0,37.0,0.0,11.0,78.0,141.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 49,2036.815012,949.0499877999998,1003.937256,6.985646725,20.9569397,0.0,47.901577,1523.8688960000002,54226.00145,186200.0019,815.3247681,63.41212744090442,53.50360324566924,9.90852419523518,0.0024999898214285903,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,False,False,False,False,True,55.828,46.595,9.233,33.606,49.29,-15.684,1.442,1.029,0.413,0.156,0.343,-0.187,0.0,0.0,0.0,5.497,2.352,3.145 +13121005000,"Census Tract 50, Fulton County, Georgia",2013,1600.0,79250.0,328500.0,1101.0,1405.0,457.0,2.0,45.0,0.0,0.0,37.0,67.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 50,1920.750045,1146.850708,533.930542,14.99804783,17.99765778,0.999869883,197.9742432,1434.813232,39530.99923,192100.0015,638.9168701,68.8125,44.52961931563787,24.282880684362127,0.1579178016438355,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,69.796,59.708,10.088,22.702,27.798,-5.096,2.235,0.937,1.298,0.099,0.781,-0.682,0.0,0.052,-0.052,3.328,10.307,-6.979 +13121005200,"Census Tract 52, Fulton County, Georgia",5661,4098.0,93580.0,281300.0,2790.0,3819.0,1259.0,10.0,186.0,0.0,0.0,45.0,352.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 52,3475.249908,1697.149216,1535.069469,19.00195139,58.00234167,2.000130093,159.0257583,2422.186683,39032.03722,162201.6856,936.0831292000001,68.08199121522694,38.64620079739742,29.435790417829516,0.16967498306434411,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,67.462,48.835,18.627,22.24,44.171,-21.931,3.286,1.669,1.617,0.177,0.547,-0.37,0.0,0.058,-0.058,6.218,4.576,1.642 +13121005300,"Census Tract 53, Fulton County, Georgia",3619,2650.0,93456.0,322000.0,2015.0,2312.0,897.0,0.0,11.0,0.0,8.0,231.0,160.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 53,2892.0,1207.0,1524.0,14.0,47.0,0.0,87.0,2082.0,39167.0,192700.0,763.0,76.0377358490566,36.64745437079731,39.39028147825929,0.1382360248447205,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,True,True,False,False,False,True,63.885,41.736,22.149,24.786,52.697,-27.911,0.304,1.625,-1.321,0.0,0.484,-0.484,0.0,0.0,0.0,4.421,3.008,1.413 +13121005501,"Census Tract 55.01, Fulton County, Georgia",2298,1381.0,30469.0,185600.0,413.0,408.0,1662.0,8.0,73.0,0.0,0.0,24.0,131.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 55.01,2368.0,41.0,2244.0,6.0,33.0,0.0,40.0,1261.0,19018.0,71600.0,80.0,29.90586531498914,6.3441712926249005,23.56169402236424,0.44448275862068964,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,17.755,1.731,16.024,72.324,94.764,-22.44,3.177,1.394,1.783,0.348,0.253,0.095,0.0,0.0,0.0,5.701,1.689,4.012 +13121005502,"Census Tract 55.02, Fulton County, Georgia",2523,1346.0,19469.0,95000.0,249.0,112.0,2403.0,0.0,0.0,0.0,0.0,0.0,8.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 55.02,1229.0,43.0,1118.0,0.0,10.0,0.0,58.0,734.0,16198.0,57400.0,56.0,18.499257057949478,7.629427792915531,10.869829265033946,0.12993684210526316,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,4.439,3.499,0.94,95.244,90.968,4.276,0.0,0.814,-0.814,0.0,0.0,0.0,0.0,0.0,0.0,0.317,4.719,-4.402 +13121005700,"Census Tract 57, Fulton County, Georgia",1708,929.0,19698.0,,160.0,33.0,1596.0,0.0,5.0,0.0,0.0,45.0,29.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 57,1382.0,7.0,1331.0,0.0,27.0,0.0,16.0,760.0,12361.0,43200.0,14.0,17.222820236813778,1.8421052631578947,15.380714973655884,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,1.932,0.507,1.425,93.443,96.31,-2.867,0.293,1.954,-1.661,0.0,0.0,0.0,0.0,0.0,0.0,1.698,1.158,0.54 +13121005800,"Census Tract 58, Fulton County, Georgia",1924,1268.0,31625.0,100000.0,393.0,313.0,1504.0,0.0,44.0,2.0,0.0,46.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 58,2230.0,159.0,1639.0,11.0,381.0,0.0,39.0,1352.0,27096.0,75200.0,102.0,30.993690851735014,7.544378698224852,23.449312153510164,-0.08288,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,16.268,7.13,9.138,78.17,73.498,4.672,2.287,17.085,-14.798,0.0,0.493,-0.493,0.104,0.0,0.104,0.78,1.749,-0.969 +13121006000,"Census Tract 60, Fulton County, Georgia",3643,2418.0,35549.0,102000.0,386.0,98.0,3294.0,7.0,15.0,0.0,0.0,22.0,214.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 60,4263.0,56.0,4155.0,6.0,9.0,0.0,29.0,2860.0,27218.0,72500.0,273.0,15.96360628618693,9.545454545454545,6.418151740732386,-0.023529411764705882,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.69,1.314,1.376,90.42,97.467,-7.047,0.412,0.211,0.201,0.192,0.141,0.051,0.0,0.0,0.0,5.874,0.68,5.194 +13121006100,"Census Tract 61, Fulton County, Georgia",3758,2551.0,29276.0,65900.0,334.0,41.0,3650.0,0.0,0.0,0.0,0.0,52.0,15.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 61,4326.0,70.0,4218.0,7.0,4.0,0.0,21.0,2837.0,27212.0,69700.0,253.0,13.092904743237947,8.917870990482905,4.175033752755041,-0.5230349013657056,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.091,1.618,-0.527,97.126,97.503,-0.377,0.0,0.092,-0.092,0.0,0.162,-0.162,0.0,0.0,0.0,0.399,0.485,-0.086 +13121006200,"Census Tract 62, Fulton County, Georgia",1664,980.0,27115.0,94100.0,150.0,88.0,1482.0,8.0,0.0,0.0,0.0,63.0,23.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 62,1614.0,26.0,1578.0,0.0,0.0,0.0,9.0,1034.0,24464.0,60500.0,93.0,15.306122448979592,8.994197292069632,6.311925156909959,0.07417640807651435,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,True,True,True,False,True,False,5.288,1.611,3.677,89.062,97.77,-8.708,0.0,0.0,0.0,0.481,0.0,0.481,0.0,0.0,0.0,1.382,0.558,0.824 +13121006300,"Census Tract 63, Fulton County, Georgia",1384,1017.0,24893.0,58300.0,116.0,94.0,1277.0,0.0,13.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 63,1879.0,17.0,1816.0,6.0,15.0,0.0,25.0,1105.0,19662.0,47300.0,60.0,11.406096361848574,5.429864253393665,5.976232108454909,-0.16830188679245284,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,6.792,0.905,5.887,92.269,96.647,-4.378,0.939,0.798,0.141,0.0,0.319,-0.319,0.0,0.0,0.0,0.0,1.33,-1.33 +13121006400,"Census Tract 64, Fulton County, Georgia",1075,784.0,43690.0,,178.0,238.0,522.0,57.0,0.0,0.0,0.0,7.0,308.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 64,2972.0,160.0,2007.0,11.0,85.0,0.0,700.0,1305.0,15417.0,52500.0,39.0,22.70408163265306,2.9885057471264367,19.715575885526626,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,22.14,5.384,16.756,48.558,67.53,-18.972,0.0,2.86,-2.86,5.302,0.37,4.932,0.0,0.0,0.0,28.651,23.553,5.098 +13121006500,"Census Tract 65, Fulton County, Georgia",4726,2980.0,39274.0,84700.0,655.0,707.0,3651.0,8.0,0.0,0.0,5.0,254.0,101.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 65,4674.0,330.0,4278.0,16.0,3.0,0.0,40.0,2868.0,33311.0,71600.0,321.0,21.97986577181208,11.192468619246862,10.787397152565218,-0.21728453364817002,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,14.96,7.06,7.9,77.253,91.528,-14.275,0.0,0.064,-0.064,0.169,0.342,-0.173,0.0,0.0,0.0,2.137,0.856,1.281 +13121006601,"Census Tract 66.01, Fulton County, Georgia",2087,1489.0,36250.0,87200.0,291.0,319.0,1703.0,0.0,19.0,0.0,0.0,24.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 66.01,2425.021973,254.0013014,2125.020258,11.00001891,11.00002836,0.0,18.00033717,1620.012951,29999.864910000004,67900.01168,188.0014148,19.543317662860982,11.604932829947481,7.938384832913501,-0.12128459655045853,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,15.285,10.474,4.811,81.6,87.629,-6.029,0.91,0.454,0.456,0.0,0.454,-0.454,0.0,0.0,0.0,1.054,0.742,0.312 +13121006602,"Census Tract 66.02, Fulton County, Georgia",1356,781.0,20170.0,78800.0,12.0,1.0,1307.0,0.0,0.0,0.0,3.0,23.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 66.02,1405.0,44.0,1344.0,1.0,2.0,0.0,14.0,720.0,20990.0,57200.0,25.0,1.5364916773367479,3.4722222222222223,-1.9357305448854745,-0.045279187817258884,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,0.074,3.132,-3.058,96.386,95.658,0.728,0.0,0.142,-0.142,0.0,0.071,-0.071,0.0,0.0,0.0,1.622,0.996,0.626 +13121006700,"Census Tract 67, Fulton County, Georgia",4051,2689.0,23017.0,79900.0,582.0,167.0,3810.0,0.0,6.0,0.0,24.0,12.0,32.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 67,3878.2691170000003,276.9480591,3417.020996,3.984864235,12.95080853,0.0,160.3907928,2080.099121,21738.99904,48699.99882,184.2999725,21.643733730011157,8.860153376315955,12.783580353695202,0.12230289986483106,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,4.122,7.141,-3.019,94.051,88.107,5.944,0.148,0.334,-0.186,0.0,0.103,-0.103,0.0,0.0,0.0,0.79,4.136,-3.346 +13121006801,"Census Tract 68.01, Fulton County, Georgia",2494,2414.0,,,131.0,514.0,1350.0,106.0,0.0,0.0,9.0,144.0,458.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 68.01,2648.0,746.0,1537.0,13.0,35.0,1.0,317.0,2415.0,53750.0,,99.0,5.426677713338857,4.099378881987578,1.3272988313512792,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,20.609,28.172,-7.563,54.13,58.044,-3.914,0.0,1.322,-1.322,4.25,0.491,3.759,0.0,0.038,-0.038,18.364,11.971,6.393 +13121006802,"Census Tract 68.02, Fulton County, Georgia",2180,636.0,9815.0,53200.0,28.0,0.0,2136.0,0.0,0.0,0.0,44.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 68.02,1896.0,0.0,1876.0,2.0,1.0,0.0,17.0,627.0,12240.0,63800.0,0.0,4.40251572327044,0.0,4.40251572327044,-0.7269172932330827,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,0.0,0.0,0.0,97.982,98.945,-0.963,0.0,0.053,-0.053,0.0,0.105,-0.105,0.0,0.0,0.0,0.0,0.897,-0.897 +13121006900,"Census Tract 69, Fulton County, Georgia",3861,2629.0,71359.0,209900.0,859.0,1318.0,1675.0,32.0,0.0,0.0,0.0,59.0,782.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 69,3302.0,695.0,1889.0,26.0,12.0,0.0,674.0,1991.0,27665.0,95200.0,232.0,32.67402054012933,11.652435961828226,21.021584578301102,0.34688899475940926,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,34.136,21.048,13.088,43.383,57.208,-13.825,0.0,0.363,-0.363,0.829,0.787,0.042,0.0,0.0,0.0,20.254,20.412,-0.158 +13121007001,"Census Tract 70.01, Fulton County, Georgia",4797,2852.0,26436.0,87000.0,366.0,96.0,4494.0,1.0,0.0,0.0,0.0,1.0,205.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 70.01,4985.730769,363.0519276,4207.978818,11.01513565,30.04919086,0.0,362.60920980000003,2898.900808,33001.56667,66868.00105,314.7000237,12.833099579242637,10.855839662796768,1.9772599164458686,-0.10678070703448277,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.001,7.282,-5.281,93.684,84.4,9.284,0.0,0.603,-0.603,0.021,0.221,-0.2,0.0,0.0,0.0,4.274,7.273,-2.999 +13121007002,"Census Tract 70.02, Fulton County, Georgia",2548,1431.0,34286.0,70200.0,203.0,62.0,2307.0,34.0,23.0,0.0,0.0,0.0,156.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 70.02,4584.0,273.0,3308.0,10.0,378.0,0.0,575.0,2175.0,20016.0,64800.0,42.0,14.185883997204751,1.9310344827586208,12.25484951444613,-0.3292307692307692,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,2.433,5.955,-3.522,90.542,72.164,18.378,0.903,8.246,-7.343,1.334,0.218,1.116,0.0,0.0,0.0,6.122,12.544,-6.422 +13121007100,"Census Tract 71, Fulton County, Georgia",2266,1553.0,22500.0,56300.0,110.0,113.0,1994.0,0.0,0.0,0.0,0.0,2.0,157.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 71,3923.0,28.0,3807.0,11.0,10.0,0.0,60.0,1865.0,14600.0,63600.0,82.0,7.083065035415325,4.396782841823057,2.6862821935922687,-0.6267140319715808,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,4.987,0.714,4.273,87.996,97.043,-9.047,0.0,0.255,-0.255,0.0,0.28,-0.28,0.0,0.0,0.0,6.929,1.529,5.4 +13121007200,"Census Tract 72, Fulton County, Georgia",2307,1370.0,24722.0,79400.0,188.0,23.0,2154.0,0.0,99.0,0.0,0.0,13.0,18.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 72,4162.0,75.0,3838.0,5.0,13.0,1.0,221.0,1910.0,24833.0,71800.0,81.0,13.722627737226277,4.2408376963350785,9.481790040891198,-0.3021662468513854,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,0.997,1.802,-0.805,93.368,92.215,1.153,4.291,0.312,3.979,0.0,0.12,-0.12,0.0,0.024,-0.024,0.78,5.31,-4.53 +13121007300,"Census Tract 73, Fulton County, Georgia",7880,5069.0,24465.0,72300.0,524.0,188.0,7251.0,0.0,0.0,0.0,110.0,229.0,102.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 73,7396.0,208.0,6985.0,14.0,9.0,0.0,180.0,4019.0,25164.0,68000.0,187.0,10.337344643913987,4.652898731027618,5.6844459128863685,-0.35435684647302906,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.386,2.812,-0.426,92.018,94.443,-2.425,0.0,0.122,-0.122,0.0,0.189,-0.189,0.0,0.0,0.0,1.294,2.434,-1.14 +13121007400,"Census Tract 74, Fulton County, Georgia",3435,2119.0,17796.0,74500.0,176.0,202.0,2641.0,0.0,0.0,0.0,0.0,22.0,570.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 74,4162.514875,411.42920360000005,2089.594333,23.02400678,499.0704199,0.0,1102.387309,2446.9096219999997,25016.48017,53152.52831,76.58896631,8.305804624823029,3.130028408952818,5.175776215870211,-0.02737772840805369,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,5.881,9.884,-4.003,76.885,50.2,26.685,0.0,11.99,-11.99,0.0,0.553,-0.553,0.0,0.0,0.0,16.594,26.484,-9.89 +13121007500,"Census Tract 75, Fulton County, Georgia",3280,2362.0,23563.0,61600.0,425.0,279.0,2839.0,0.0,7.0,0.0,0.0,79.0,76.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 75,3730.334916,516.4033813,2968.3486329999996,6.794781208,72.80123138,0.0,155.3092804,2575.222168,17518.000030000003,65600.00069,225.1984711,17.993226079593565,8.744817200563958,9.248408879029608,-0.5335065096363636,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,8.506,13.843,-5.337,86.555,79.573,6.982,0.213,1.952,-1.739,0.0,0.182,-0.182,0.0,0.0,0.0,2.317,4.163,-1.846 +13121007602,"Census Tract 76.02, Fulton County, Georgia",2737,2029.0,34136.0,83000.0,523.0,33.0,2623.0,0.0,0.0,0.0,0.0,0.0,81.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 76.02,2848.0,33.0,2775.0,5.0,1.0,0.0,31.0,1900.0,34012.0,86500.0,341.0,25.776244455396746,17.94736842105263,7.828876034344116,-0.500722891566265,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.206,1.159,0.047,95.835,97.437,-1.602,0.0,0.035,-0.035,0.0,0.176,-0.176,0.0,0.0,0.0,2.959,1.088,1.871 +13121007603,"Census Tract 76.03, Fulton County, Georgia",4613,2827.0,13792.0,,250.0,63.0,4440.0,13.0,29.0,0.0,0.0,0.0,68.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 76.03,4313.977921,255.5102386,3977.422119,3.712013245,5.568019867,0.0,66.1975708,2542.729004,17722.99977,73300.00200000001,277.78231810000005,8.843296781039971,10.924574253214445,-2.081277472174474,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.366,5.923,-4.557,96.25,92.198,4.052,0.629,0.129,0.5,0.282,0.086,0.196,0.0,0.0,0.0,1.474,1.534,-0.06 +13121007604,"Census Tract 76.04, Fulton County, Georgia",2536,1754.0,18537.0,94500.0,259.0,28.0,2270.0,0.0,0.0,0.0,0.0,7.0,231.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 76.04,2659.000051,157.4884644,2451.5576170000004,2.28796792,3.431952,0.0,40.80209351,1567.258057,17723.00041,73299.99987,171.2162628,14.766248574686431,10.924573782554816,3.841674792131615,-0.11695237897142857,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.104,5.923,-4.819,89.511,92.198,-2.687,0.0,0.129,-0.129,0.0,0.086,-0.086,0.0,0.0,0.0,9.109,1.534,7.575 +13121007703,"Census Tract 77.03, Fulton County, Georgia",4403,2995.0,42150.0,104100.0,759.0,42.0,4314.0,0.0,0.0,0.0,13.0,34.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.03,3964.8104270000003,54.48958969,3873.3786619999996,3.6942095760000004,4.617762089,0.0,24.93591499,2406.777588,35504.99999,103699.996,559.6727295,25.342237061769616,23.25402780425093,2.0882092575186846,-0.43446680345821326,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,0.954,1.374,-0.42,97.979,97.694,0.285,0.0,0.116,-0.116,0.0,0.093,-0.093,0.0,0.0,0.0,0.0,0.629,-0.629 +13121007704,"Census Tract 77.04, Fulton County, Georgia",5852,3868.0,30497.0,119900.0,829.0,89.0,5362.0,0.0,0.0,0.0,0.0,39.0,362.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.04,4621.189573,63.51041031,4514.621094,4.305790424,5.382237911,0.0,29.06408501,2805.222412,35505.00001,103700.0034,652.3272705,21.432264736297828,23.254030329627927,-1.821765593330099,-0.2454379057214345,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.521,1.374,0.147,91.627,97.694,-6.067,0.0,0.116,-0.116,0.0,0.093,-0.093,0.0,0.0,0.0,6.186,0.629,5.557 +13121007705,"Census Tract 77.05, Fulton County, Georgia",4618,2824.0,22592.0,105200.0,665.0,86.0,4475.0,0.0,0.0,0.0,0.0,49.0,8.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.05,2981.446695,66.24506092,2883.851139,3.84622319,5.832411647000001,0.0,20.52497774,1802.411831,29997.231519999998,88135.54372999999,317.4897385,23.548158640226628,17.614716738951543,5.933441901275085,-0.20641808907984766,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.862,2.222,-0.36,96.903,96.727,0.176,0.0,0.196,-0.196,0.0,0.129,-0.129,0.0,0.0,0.0,0.173,0.688,-0.515 +13121007706,"Census Tract 77.06, Fulton County, Georgia",9593,7053.0,36369.0,134100.0,1896.0,187.0,9100.0,141.0,0.0,0.0,0.0,27.0,138.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 77.06,4708.3322689999995,91.85810852,4568.731934,6.043296337,8.460615158,0.0,31.42514229,2841.558105,29725.999589999996,87999.99801,494.9459839,26.882177796682264,17.418119412342616,9.464058384339648,0.05503357841610743,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,1.949,1.951,-0.002,94.861,97.035,-2.174,0.0,0.18,-0.18,1.47,0.128,1.342,0.0,0.0,0.0,1.439,0.667,0.772 +13121007802,"Census Tract 78.02, Fulton County, Georgia",10402,6228.0,44932.0,176700.0,2495.0,70.0,10157.0,6.0,0.0,0.0,16.0,153.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.02,6340.0,163.0,6115.0,5.0,16.0,0.0,36.0,4243.0,57248.0,150900.0,1861.0,40.06101477199743,43.86047607824652,-3.7994613062490927,-0.2297453310696095,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,0.673,2.571,-1.898,97.645,96.451,1.194,0.0,0.252,-0.252,0.058,0.079,-0.021,0.0,0.0,0.0,0.0,0.568,-0.568 +13121007805,"Census Tract 78.05, Fulton County, Georgia",3540,2236.0,33255.0,92300.0,392.0,34.0,3422.0,0.0,34.0,0.0,0.0,30.0,20.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.05,4149.0,69.0,3617.0,3.0,42.0,21.0,416.0,2531.0,35489.0,86500.0,514.0,17.531305903398927,20.308178585539313,-2.776872682140386,-0.3495124593716143,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,0.96,1.663,-0.703,96.667,87.178,9.489,0.96,1.012,-0.052,0.0,0.072,-0.072,0.0,0.506,-0.506,0.565,10.027,-9.462 +13121007806,"Census Tract 78.06, Fulton County, Georgia",7035,4612.0,31192.0,79700.0,781.0,185.0,6425.0,0.0,17.0,0.0,0.0,0.0,408.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.06,5241.0,47.0,5130.0,6.0,20.0,1.0,37.0,3329.0,33976.0,85300.0,590.0,16.934084995663486,17.72303995193752,-0.7889549562740328,-0.5411794228356336,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.63,0.897,1.733,91.329,97.882,-6.553,0.242,0.382,-0.14,0.0,0.114,-0.114,0.0,0.019,-0.019,5.8,0.706,5.094 +13121007807,"Census Tract 78.07, Fulton County, Georgia",3564,2004.0,21912.0,66100.0,334.0,5.0,3227.0,0.0,0.0,0.0,0.0,128.0,204.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.07,3610.0,14.0,3401.0,12.0,4.0,0.0,169.0,2069.0,26567.0,76100.0,193.0,16.666666666666668,9.32817786370227,7.338488802964397,-0.6578517397881997,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,0.14,0.388,-0.248,90.544,94.211,-3.667,0.0,0.111,-0.111,0.0,0.332,-0.332,0.0,0.0,0.0,5.724,4.681,1.043 +13121007808,"Census Tract 78.08, Fulton County, Georgia",4447,1764.0,12266.0,69400.0,229.0,0.0,4187.0,0.0,0.0,0.0,0.0,19.0,241.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 78.08,4016.0,12.0,3924.0,10.0,3.0,1.0,61.0,2003.0,20083.0,62800.0,65.0,12.98185941043084,3.2451323015476783,9.736727108883162,-0.30305475504322765,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,0.0,0.299,-0.299,94.153,97.709,-3.556,0.0,0.075,-0.075,0.0,0.249,-0.249,0.0,0.025,-0.025,5.419,1.519,3.9 +13121007900,"Census Tract 79, Fulton County, Georgia",5455,4412.0,54467.0,116300.0,1528.0,179.0,5263.0,13.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 79,4319.999906,45.27682877,4243.226074,7.874230862,0.9842788579999999,0.0,20.66985512,3156.582275,58402.99855,131600.0029,1309.09082,34.63281958295558,41.4717788402965,-6.838959257340925,-0.6294411365090282,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,3.281,1.048,2.233,96.48,98.223,-1.743,0.0,0.023,-0.023,0.238,0.182,0.056,0.0,0.0,0.0,0.0,0.478,-0.478 +13121008000,"Census Tract 80, Fulton County, Georgia",5965,4053.0,41450.0,90600.0,764.0,131.0,5728.0,0.0,0.0,0.0,0.0,58.0,48.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 80,5797.0000039999995,81.72317159,5661.773758,12.12576897,12.01572112,0.0,26.33014357,3918.4176369999996,30775.53365,84899.86667999999,729.9090919,18.850234394275844,18.627649207368044,0.22258518690779994,-0.3494018545165562,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.196,1.41,0.786,96.027,97.667,-1.64,0.0,0.207,-0.207,0.0,0.209,-0.209,0.0,0.0,0.0,0.805,0.454,0.351 +13121008101,"Census Tract 81.01, Fulton County, Georgia",1301,958.0,31833.0,85100.0,179.0,12.0,1289.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 81.01,1121.0,5.0,1095.0,5.0,0.0,0.0,16.0,784.0,32442.0,80600.0,166.0,18.684759916492695,21.1734693877551,-2.488709471262407,-0.3638542890716804,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,0.922,0.446,0.476,99.078,97.681,1.397,0.0,0.0,0.0,0.0,0.446,-0.446,0.0,0.0,0.0,0.0,1.427,-1.427 +13121008102,"Census Tract 81.02, Fulton County, Georgia",6876,4323.0,24940.0,90300.0,614.0,5.0,6325.0,0.0,61.0,0.0,0.0,17.0,468.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 81.02,6579.0,77.0,5957.0,12.0,19.0,0.0,513.0,4091.0,30665.0,97000.0,861.0,14.203099699282905,21.046198973356148,-6.843099274073243,-0.546843853820598,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,0.073,1.17,-1.097,91.987,90.546,1.441,0.887,0.289,0.598,0.0,0.182,-0.182,0.0,0.0,0.0,6.806,7.798,-0.992 +13121008201,"Census Tract 82.01, Fulton County, Georgia",5555,4140.0,31037.0,78400.0,1202.0,148.0,5311.0,0.0,0.0,0.0,0.0,87.0,9.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 82.01,5714.921947999999,17.00575169,5651.872838,11.00265462,9.005309249,0.0,19.03229794,3995.9764590000004,35396.97946,83397.98846000001,1172.0460130000001,29.033816425120772,29.330653596825904,-0.2968371717051319,-0.5317997880408164,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.664,0.298,2.366,95.608,98.897,-3.289,0.0,0.158,-0.158,0.0,0.193,-0.193,0.0,0.0,0.0,0.162,0.333,-0.171 +13121008202,"Census Tract 82.02, Fulton County, Georgia",2090,1426.0,27454.0,60200.0,197.0,67.0,2001.0,0.0,0.0,0.0,0.0,0.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 82.02,4342.078018,12.99424839,4231.126953,5.997345448,11.9946909,0.0,72.96770477,2206.0234379999997,20654.99985,70700.00231,103.95398709999999,13.814866760168304,4.7122793579312825,9.10258740223702,-0.6911628459534883,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,3.206,0.299,2.907,95.742,97.445,-1.703,0.0,0.276,-0.276,0.0,0.138,-0.138,0.0,0.0,0.0,1.053,1.68,-0.627 +13121008301,"Census Tract 83.01, Fulton County, Georgia",2556,1842.0,27023.0,57500.0,239.0,55.0,2487.0,0.0,0.0,0.0,0.0,11.0,3.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 83.01,3844.0,12.0,3778.0,11.0,0.0,0.0,40.0,2290.0,22134.0,64300.0,215.0,12.975027144408251,9.388646288209607,3.5863808561986446,-0.610295652173913,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,2.152,0.312,1.84,97.3,98.283,-0.983,0.0,0.0,0.0,0.0,0.286,-0.286,0.0,0.0,0.0,0.117,1.041,-0.924 +13121008302,"Census Tract 83.02, Fulton County, Georgia",1653,1249.0,28949.0,72200.0,274.0,21.0,1616.0,0.0,0.0,0.0,0.0,5.0,11.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 83.02,2813.0,12.0,2765.0,0.0,6.0,0.0,29.0,1719.0,23112.0,60600.0,200.0,21.937550040032026,11.634671320535196,10.30287871949683,-0.2086426592797784,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,1.27,0.427,0.843,97.762,98.294,-0.532,0.0,0.213,-0.213,0.0,0.0,0.0,0.0,0.0,0.0,0.665,1.031,-0.366 +13121008400,"Census Tract 84, Fulton County, Georgia",2785,1895.0,21708.0,72800.0,305.0,353.0,2312.0,14.0,23.0,0.0,0.0,29.0,62.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 84,5410.0,61.0,5292.0,3.0,2.0,1.0,43.0,2830.0,17752.0,68400.0,198.0,16.094986807387862,6.996466431095406,9.098520376292456,-0.35296703296703297,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,12.675,1.128,11.547,83.016,97.819,-14.803,0.826,0.037,0.789,0.503,0.055,0.448,0.0,0.018,-0.018,2.226,0.795,1.431 +13121008500,"Census Tract 85, Fulton County, Georgia",2546,1891.0,28364.0,67500.0,222.0,48.0,2463.0,0.0,0.0,0.0,0.0,35.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 85,4798.0,42.0,4711.0,8.0,4.0,0.0,30.0,3018.0,25592.0,61300.0,107.0,11.739820200951877,3.545394300861498,8.19442590009038,-0.30773333333333336,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.885,0.875,1.01,96.74,98.187,-1.447,0.0,0.083,-0.083,0.0,0.167,-0.167,0.0,0.0,0.0,0.0,0.625,-0.625 +13121008601,"Census Tract 86.01, Fulton County, Georgia",3943,2398.0,21846.0,61600.0,319.0,66.0,3835.0,0.0,0.0,0.0,0.0,8.0,34.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 86.01,5811.0,51.0,5699.0,12.0,4.0,0.0,35.0,3205.0,18051.0,57600.0,224.0,13.302752293577981,6.9890795631825275,6.313672730395454,-0.3464935064935065,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,1.674,0.878,0.796,97.261,98.073,-0.812,0.0,0.069,-0.069,0.0,0.207,-0.207,0.0,0.0,0.0,0.862,0.602,0.26 +13121008602,"Census Tract 86.02, Fulton County, Georgia",1348,874.0,36815.0,,242.0,91.0,1208.0,0.0,0.0,0.0,0.0,36.0,13.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 86.02,3625.0,24.0,3539.0,7.0,2.0,0.0,48.0,1312.0,9853.0,70800.0,36.0,27.68878718535469,2.7439024390243905,24.944884746330303,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,6.751,0.662,6.089,89.614,97.628,-8.014,0.0,0.055,-0.055,0.0,0.193,-0.193,0.0,0.0,0.0,0.964,1.324,-0.36 +13121008700,"Census Tract 87, Fulton County, Georgia",5178,3375.0,29583.0,150600.0,1113.0,465.0,4699.0,0.0,0.0,0.0,0.0,0.0,14.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 87,4408.459721,52.98134422,4314.503906,1.9987562890000001,6.995646954,0.999378145,29.98134422,2297.682861,16053.408280000001,62960.367329999994,88.94465637,32.977777777777774,3.871058877607218,29.106718900170556,0.397988519553785,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,8.98,1.202,7.778,90.749,97.869,-7.12,0.0,0.159,-0.159,0.0,0.045,-0.045,0.0,0.023,-0.023,0.27,0.68,-0.41 +13121008800,"Census Tract 88, Fulton County, Georgia",4665,3236.0,95524.0,285100.0,2059.0,2718.0,978.0,0.0,118.0,0.0,122.0,153.0,576.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 88,2974.540226,1116.018655,1443.496075,18.00124368,15.0043529,1.000621842,379.01865530000003,1960.317062,26076.04675,84187.41098,438.05534400000005,63.62793572311496,22.346147594771075,41.281788128343884,0.5747812283016486,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,58.264,37.519,20.745,20.965,48.528,-27.563,2.529,0.504,2.025,0.0,0.605,-0.605,0.0,0.034,-0.034,12.347,12.742,-0.395 +13121008902,"Census Tract 89.02, Fulton County, Georgia",6766,4744.0,57142.0,243500.0,3469.0,3707.0,1957.0,59.0,541.0,0.0,0.0,139.0,363.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 89.02,4875.514795,3359.180591,819.7610927000001,17.03667917,317.2980182,0.0,344.21090519999996,3309.3975579999997,44822.00996,213478.9165,2099.407714,73.1239460370995,63.4377610186174,9.6861850184821,-0.2624625862833675,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,54.789,68.899,-14.11,28.924,16.814,12.11,7.996,6.508,1.488,0.872,0.349,0.523,0.0,0.0,0.0,5.365,7.06,-1.695 +13121008903,"Census Tract 89.03, Fulton County, Georgia",1824,1226.0,71548.0,185400.0,712.0,435.0,579.0,0.0,61.0,0.0,0.0,34.0,715.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 89.03,2835.999923,1542.37915,763.1403809,8.815785408,59.41072845,0.0,451.13824460000006,1855.914551,49881.99809,179500.0074,1042.945801,58.07504078303426,56.195787701434966,1.8792530815992947,-0.39417481475728156,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,23.849,54.386,-30.537,31.743,26.909,4.834,3.344,2.095,1.249,0.0,0.311,-0.311,0.0,0.0,0.0,39.2,15.908,23.292 +13121008904,"Census Tract 89.04, Fulton County, Georgia",4889,4085.0,78924.0,192500.0,3370.0,3704.0,587.0,0.0,303.0,0.0,0.0,118.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 89.04,4562.999857,2481.620605,1227.8594970000001,14.18421364,95.58926392,0.0,725.8616943,2986.085205,49881.99878,179500.008,1678.054199,82.4969400244798,56.19579093691668,26.301149087563118,-0.3427533065974026,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,False,False,False,False,False,True,75.762,54.386,21.376,12.007,26.909,-14.902,6.198,2.095,4.103,0.0,0.311,-0.311,0.0,0.0,0.0,3.62,15.908,-12.288 +13121009000,"Census Tract 90, Fulton County, Georgia",5248,3480.0,105197.0,633100.0,3037.0,4068.0,424.0,6.0,431.0,0.0,0.0,109.0,210.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 90,3585.48516,3295.819336,165.23890690000002,7.963320732000001,64.70198059,0.0,45.78909302,2691.602295,71886.00157000001,362800.0021,2259.592285,87.27011494252874,83.94970866228958,3.3204062802391547,0.17480334382562002,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,77.515,91.921,-14.406,8.079,4.609,3.47,8.213,1.805,6.408,0.114,0.222,-0.108,0.0,0.0,0.0,4.002,1.277,2.725 +13121009101,"Census Tract 91.01, Fulton County, Georgia",4551,3814.0,76981.0,270000.0,2821.0,3399.0,458.0,0.0,371.0,0.0,13.0,240.0,70.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 91.01,4396.943593,3425.787354,635.6880493,20.66290092,126.4083328,0.0,168.3418579,3442.196045,42178.00166,237799.9916,2152.587891,73.96434189826954,62.53530777617287,11.429034122096667,-0.2682666218666666,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,True,False,False,False,False,False,True,74.687,77.913,-3.226,10.064,14.457,-4.393,8.152,2.875,5.277,0.0,0.47,-0.47,0.0,0.0,0.0,1.538,3.829,-2.291 +13121009102,"Census Tract 91.02, Fulton County, Georgia",3160,2385.0,54174.0,557500.0,1693.0,1872.0,700.0,0.0,341.0,0.0,0.0,50.0,197.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 91.02,2833.4587460000002,2207.630615,409.6472473,13.31549358,81.45948792,0.0,108.4821091,2218.20459,42177.99972,237800.0013,1387.161133,70.98532494758909,62.535310730738324,8.450014216850768,0.38577219395156953,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,True,False,True,True,False,False,False,True,59.241,77.913,-18.672,22.152,14.457,7.695,10.791,2.875,7.916,0.0,0.47,-0.47,0.0,0.0,0.0,6.234,3.829,2.405 +13121009200,"Census Tract 92, Fulton County, Georgia",6800,5150.0,65957.0,306600.0,3209.0,3349.0,1134.0,19.0,541.0,0.0,15.0,319.0,1423.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 92,4051.932517,2601.305048,591.4364927999999,23.97899245,149.8664477,0.0,669.3587254,3267.525043,47279.75153,225858.8427,1730.901503,62.310679611650485,52.97286111725755,9.337818494392934,-0.06078517119373776,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,False,False,False,False,False,True,49.25,64.199,-14.949,16.676,14.596,2.08,7.956,3.699,4.257,0.279,0.592,-0.313,0.0,0.0,0.0,20.926,16.519,4.407 +13121009300,"Census Tract 93, Fulton County, Georgia",4916,3807.0,100844.0,489500.0,3029.0,4242.0,340.0,11.0,89.0,0.0,0.0,0.0,234.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 93,4751.0,4329.0,158.0,12.0,92.0,0.0,137.0,3975.0,66661.0,328600.0,2923.0,79.56396112424481,73.53459119496856,6.029369929276257,0.03333197139938713,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,False,False,False,False,True,86.29,91.118,-4.828,6.916,3.326,3.59,1.81,1.936,-0.126,0.224,0.253,-0.029,0.0,0.0,0.0,4.76,2.884,1.876 +13121009402,"Census Tract 94.02, Fulton County, Georgia",4957,3742.0,69034.0,236600.0,2848.0,2404.0,825.0,35.0,739.0,8.0,24.0,226.0,731.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 94.02,4176.008814,852.5733521,381.58525719999994,10.02372664,258.1482915,1.0,2641.662369,2546.232755,49197.588130000004,940638.4904,670.7122726,76.10903260288616,26.341357493062333,49.76767510982383,-4.724934176568047,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,False,False,False,False,False,True,48.497,20.416,28.081,16.643,9.138,7.505,14.908,6.182,8.726,0.706,0.24,0.466,0.161,0.024,0.137,14.747,63.258,-48.511 +13121009403,"Census Tract 94.03, Fulton County, Georgia",4833,3642.0,45102.0,197500.0,1882.0,2041.0,1142.0,213.0,803.0,0.0,0.0,217.0,624.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 94.03,3051.373843,2332.972989,348.393428,9.036759788,189.258072,1.003948689,147.616467,2526.731417,55131.38074,227812.3181,1825.3645530000001,51.674903898956615,72.24212833698265,-20.56722443802603,-0.6610113319696201,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,42.23,76.456,-34.226,23.629,11.418,12.211,16.615,6.202,10.413,4.407,0.296,4.111,0.0,0.033,-0.033,12.911,4.838,8.073 +13121009404,"Census Tract 94.04, Fulton County, Georgia",4475,3461.0,73649.0,288200.0,2743.0,3065.0,706.0,25.0,307.0,0.0,69.0,53.0,250.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 94.04,3026.999936,2314.325195,345.6297913,8.96446228,187.7556763,0.996051311,146.41954040000002,2506.563232,55130.998289999996,227800.0085,1810.821289,79.25455070788789,72.24319202811957,7.011358679768321,-0.13820961915336574,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,68.492,76.456,-7.964,15.777,11.418,4.359,6.86,6.203,0.657,0.559,0.296,0.263,0.0,0.033,-0.033,5.587,4.837,0.75 +13121009501,"Census Tract 95.01, Fulton County, Georgia",3631,2799.0,149688.0,946400.0,2359.0,3512.0,47.0,0.0,41.0,0.0,0.0,9.0,22.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 95.01,4090.000212,3795.958496,132.37300109999998,10.85024643,57.50630188,1.627536893,79.74930573,3379.851563,71220.99899,611700.0131,2260.648682,84.28010003572705,66.88603448588786,17.394065549839183,0.06926456163989858,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,96.723,92.811,3.912,1.294,3.237,-1.943,1.129,1.406,-0.277,0.0,0.265,-0.265,0.0,0.04,-0.04,0.606,1.95,-1.344 +13121009502,"Census Tract 95.02, Fulton County, Georgia",3592,2746.0,89298.0,232600.0,1757.0,2509.0,558.0,0.0,255.0,0.0,0.0,155.0,115.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 95.02,3449.0000130000003,3201.041748,111.6270065,9.149754524,48.49369812,1.372463226,67.25069427,2850.148682,71221.00117999999,611700.0244,1906.35144,63.98397669337218,66.88603482476147,-2.902058131389289,-2.786964897403267,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,69.85,92.811,-22.961,15.535,3.237,12.298,7.099,1.406,5.693,0.0,0.265,-0.265,0.0,0.04,-0.04,3.202,1.95,1.252 +13121009601,"Census Tract 96.01, Fulton County, Georgia",2670,1834.0,94265.0,335000.0,1515.0,2027.0,227.0,0.0,104.0,0.0,21.0,114.0,177.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 96.01,1914.999986,1527.706665,118.96076200000002,6.26109314,70.43729401,0.0,184.47863769999998,1509.5942380000001,58631.99765,317499.9937,952.1333617999999,82.60632497273718,63.07213805091377,19.534186921823412,-0.36477609232238795,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,False,False,False,False,False,True,75.918,79.776,-3.858,8.502,6.212,2.29,3.895,3.678,0.217,0.0,0.327,-0.327,0.0,0.0,0.0,6.629,9.633,-3.004 +13121009602,"Census Tract 96.02, Fulton County, Georgia",4953,3822.0,101689.0,499300.0,2847.0,3720.0,729.0,0.0,187.0,0.0,12.0,151.0,154.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 96.02,3439.626311,2743.989502,213.67132569999998,11.24585915,126.5159149,0.0,331.3511963,2711.457031,58631.99837,317499.9891,1710.1738280000002,74.48979591836735,63.072134592126616,11.417661326240733,0.08431807669937916,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,75.106,79.776,-4.67,14.718,6.212,8.506,3.775,3.678,0.097,0.0,0.327,-0.327,0.0,0.0,0.0,3.109,9.633,-6.524 +13121009603,"Census Tract 96.03, Fulton County, Georgia",4401,3532.0,75987.0,449800.0,2748.0,3050.0,774.0,0.0,76.0,0.0,45.0,123.0,333.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 96.03,3209.000051,2560.005615,199.344696,10.49182606,118.03305049999999,0.0,309.1341858,2529.654297,58631.9995,317500.0068,1595.50708,77.80294450736127,63.07213922045254,14.730805286908733,-0.016451778105824676,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,False,False,False,False,False,True,69.302,79.776,-10.474,17.587,6.212,11.375,1.727,3.678,-1.951,0.0,0.327,-0.327,0.0,0.0,0.0,7.566,9.633,-2.067 +13121009700,"Census Tract 97, Fulton County, Georgia",3855,2646.0,200179.0,951700.0,2186.0,3271.0,315.0,0.0,142.0,0.0,0.0,0.0,127.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 97,3930.0,3625.0,131.0,5.0,101.0,0.0,67.0,2829.0,120709.0,628400.0,2232.0,82.61526832955404,78.89713679745493,3.7181315320991075,0.04917936324471998,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,84.851,92.239,-7.388,8.171,3.333,4.838,3.684,2.57,1.114,0.0,0.127,-0.127,0.0,0.0,0.0,3.294,1.705,1.589 +13121009801,"Census Tract 98.01, Fulton County, Georgia",4787,3203.0,105536.0,788800.0,2465.0,4196.0,223.0,0.0,138.0,0.0,0.0,68.0,162.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 98.01,4041.9999369999996,3818.982178,83.04405975,7.312055588,81.47719574,0.0,45.96149445,2930.045166,117941.0038,569200.0145,2302.25293,76.95910084295973,78.57397410508041,-1.6148732621206818,-0.03910753154158226,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,87.654,94.482,-6.828,4.658,2.055,2.603,2.883,2.016,0.867,0.0,0.181,-0.181,0.0,0.0,0.0,3.384,1.137,2.247 +13121009802,"Census Tract 98.02, Fulton County, Georgia",4648,3272.0,158800.0,1117200.0,2867.0,3708.0,249.0,0.0,465.0,0.0,9.0,74.0,143.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 98.02,3689.024987,3485.4826659999994,75.79209137,6.6735172270000005,74.36204529,0.0,41.94782257,2674.173584,117940.998,569200.0019,2101.20459,87.62224938875306,78.5739789881942,9.048270400558863,0.266337269301826,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,79.776,94.482,-14.706,5.357,2.055,3.302,10.004,2.016,7.988,0.0,0.181,-0.181,0.0,0.0,0.0,3.077,1.137,1.94 +13121009900,"Census Tract 99, Fulton County, Georgia",4980,3277.0,124643.0,763200.0,2817.0,4515.0,43.0,0.0,314.0,0.0,0.0,53.0,55.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 99,4491.0,4195.0,103.0,5.0,95.0,0.0,77.0,3391.0,104497.0,435200.0,2536.0,85.9627708269759,74.7861987614273,11.176572065548598,0.17886792452830189,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,90.663,93.409,-2.746,0.863,2.293,-1.43,6.305,2.115,4.19,0.0,0.111,-0.111,0.0,0.0,0.0,1.104,1.715,-0.611 +13121010001,"Census Tract 100.01, Fulton County, Georgia",4935,3612.0,103894.0,370800.0,2874.0,3760.0,462.0,0.0,580.0,0.0,0.0,74.0,59.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 100.01,3572.86702,3292.674561,125.2625504,4.944574356,69.2240448,0.0,70.04813385,2698.501465,95857.99852000001,361400.0083,2077.54541,79.56810631229236,76.98885610944075,2.579250202851611,-0.40349517786407757,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,False,False,False,False,False,True,76.19,92.158,-15.968,9.362,3.506,5.856,11.753,1.937,9.816,0.0,0.138,-0.138,0.0,0.0,0.0,1.196,1.961,-0.765 +13121010002,"Census Tract 100.02, Fulton County, Georgia",7624,5844.0,138864.0,690500.0,5008.0,6408.0,221.0,5.0,459.0,0.0,0.0,156.0,375.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 100.02,5097.70556,4697.931640999999,178.72245790000002,7.054834366000001,98.76767731,0.0,99.94348145,3850.1757810000004,95857.99785,361400.0123,2964.206055,85.69472963723477,76.9888499540172,8.705879683217574,0.24632003227805938,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,84.05,92.158,-8.108,2.899,3.506,-0.607,6.02,1.937,4.083,0.066,0.138,-0.072,0.0,0.0,0.0,4.919,1.961,2.958 +13121010114,"Census Tract 101.14, Fulton County, Georgia",6738,4850.0,66186.0,490000.0,2794.0,4156.0,766.0,345.0,227.0,0.0,0.0,120.0,1469.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 101.14,5760.405703,4332.1433130000005,428.867795,10.08559617,137.3564389,0.480238318,826.0182654,4075.14476,61278.51813,316906.5714,2556.0768420000004,57.608247422680414,62.72358388564337,-5.115336462962958,0.0686827289469388,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,61.68,75.206,-13.526,11.368,7.445,3.923,3.369,2.384,0.985,5.12,0.175,4.945,0.0,0.008,-0.008,21.802,14.34,7.462 +13121010206,"Census Tract 102.06, Fulton County, Georgia",5880,4302.0,177188.0,889000.0,3555.0,4988.0,253.0,6.0,378.0,0.0,29.0,46.0,180.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.06,4923.97509,4663.535064,75.16385055,9.014427092,105.16075900000001,0.0,52.09068458,3471.7811420000003,163389.0352,573394.0916,2774.542473,82.63598326359832,79.91697516398341,2.7190080996149106,0.07121766939932503,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,84.83,94.711,-9.881,4.303,1.526,2.777,6.429,2.136,4.293,0.102,0.183,-0.081,0.0,0.0,0.0,3.061,1.058,2.003 +13121010211,"Census Tract 102.11, Fulton County, Georgia",2738,2037.0,138393.0,807300.0,1455.0,2414.0,17.0,0.0,13.0,0.0,24.0,0.0,270.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 102.11,3198.9999620000003,1786.3371579999998,303.56530760000004,6.866357803,87.09432983,0.7227745059999999,979.359436,2112.669922,56327.997279999996,342199.9917,1046.216064,71.42857142857143,49.52103748462415,21.90753394394728,0.3896098252842809,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,True,True,True,False,False,False,True,88.167,55.84,32.327,0.621,9.489,-8.868,0.475,2.723,-2.248,0.0,0.215,-0.215,0.0,0.023,-0.023,9.861,30.615,-20.754 +13121010303,"Census Tract 103.03, Fulton County, Georgia",10581,7156.0,63209.0,204500.0,3325.0,17.0,10382.0,20.0,12.0,0.0,0.0,119.0,31.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 103.03,5526.0,134.0,5349.0,4.0,7.0,5.0,25.0,3607.0,65254.0,131900.0,1435.0,46.46450531022918,39.78375381203216,6.680751498197019,0.07121760391198044,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,False,False,False,True,True,False,False,False,True,0.161,2.425,-2.264,98.119,96.797,1.322,0.113,0.127,-0.014,0.189,0.072,0.117,0.0,0.09,-0.09,0.293,0.452,-0.159 +13121010800,"Census Tract 108, Fulton County, Georgia",6622,4492.0,44828.0,106500.0,950.0,1895.0,2844.0,0.0,104.0,0.0,274.0,352.0,1153.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 108,6180.0,2597.0,1611.0,42.0,569.0,7.0,1348.0,4055.0,34158.0,75600.0,490.0,21.148708815672308,12.083847102342787,9.06486171332952,-0.02219718309859155,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,False,False,False,True,False,True,False,28.617,42.023,-13.406,42.948,26.068,16.88,1.571,9.207,-7.636,0.0,0.68,-0.68,0.0,0.113,-0.113,17.412,21.812,-4.4 +13121011800,"Census Tract 118, Fulton County, Georgia",2198,973.0,16087.0,301000.0,385.0,362.0,1561.0,0.0,148.0,0.0,0.0,23.0,104.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 118,2669.0,42.0,2595.0,3.0,2.0,0.0,26.0,1504.0,14774.43127,53559.493669999996,74.0,39.568345323741006,4.920212765957447,34.64813255778356,0.7437685352664452,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,16.47,1.574,14.896,71.019,97.227,-26.208,6.733,0.075,6.658,0.0,0.112,-0.112,0.0,0.0,0.0,4.732,0.974,3.758 +13121011900,"Census Tract 119, Fulton County, Georgia",3289,2045.0,26032.0,162800.0,880.0,1085.0,1858.0,3.0,124.0,0.0,0.0,40.0,179.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 119,3086.0,317.0,2669.0,4.0,18.0,0.0,69.0,1932.0,14119.15385,85185.98131,306.0,43.0317848410758,15.838509316770187,27.193275524305612,0.24651220462899265,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,True,True,True,True,False,False,32.989,10.272,22.717,56.491,86.487,-29.996,3.77,0.583,3.187,0.091,0.13,-0.039,0.0,0.0,0.0,5.442,2.236,3.206 +13121012000,"Census Tract 120, Fulton County, Georgia",2850,2169.0,28902.0,104000.0,372.0,138.0,2548.0,5.0,53.0,0.0,17.0,47.0,47.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 120,2830.0,104.0,2535.0,2.0,94.0,1.0,83.0,1580.0,12223.68007,87630.15075,84.0,17.15076071922545,5.3164556962025316,11.834305023022917,-0.21334054884615383,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,False,True,True,True,False,False,True,False,True,False,4.842,3.675,1.167,89.404,89.576,-0.172,1.86,3.322,-1.462,0.175,0.071,0.104,0.0,0.035,-0.035,1.649,2.933,-1.284 +13121980000,"Census Tract 9800, Fulton County, Georgia",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Atlanta,Atlanta-Sandy Springs-Alpharetta,GA,Fulton County,Census Tract 9800,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,46630.91500200001,108139.99848,9.109796594823294,0.04906160078007764,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +24510010100,"Census Tract 101, Baltimore city, Maryland",3201,2727.0,95625.0,316500.0,1767.0,2772.0,219.0,0.0,120.0,0.0,0.0,32.0,58.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 101,2911.716998,2698.323975,78.77590179,21.93759346,31.90922737,0.0,64.81562042,2372.251709,39352.99938,102599.9974,858.5576781999999,64.7964796479648,36.191677086489136,28.604802561475665,0.5331943246255925,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,86.598,92.671,-6.073,6.842,2.705,4.137,3.749,1.096,2.653,0.0,0.753,-0.753,0.0,0.0,0.0,1.812,2.226,-0.414 +24510010200,"Census Tract 102, Baltimore city, Maryland",3145,2638.0,109102.0,242500.0,1864.0,2732.0,164.0,0.0,138.0,0.0,0.0,45.0,66.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 102,3281.0,2312.0,579.0,62.0,47.0,1.0,269.0,2368.0,31971.0,65200.0,371.0,70.65959059893859,15.66722972972973,54.992360869208866,0.6128329896907216,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,86.868,70.466,16.402,5.215,17.647,-12.432,4.388,1.432,2.956,0.0,1.89,-1.89,0.0,0.03,-0.03,2.099,8.199,-6.1 +24510010300,"Census Tract 103, Baltimore city, Maryland",2552,2066.0,137275.0,297600.0,1569.0,2191.0,52.0,0.0,104.0,0.0,0.0,108.0,97.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 103,1991.0,1751.0,57.0,32.0,21.0,0.0,101.0,1412.0,33250.0,74400.0,355.0,75.94385285575993,25.141643059490086,50.80220979626984,0.64,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,85.854,87.946,-2.092,2.038,2.863,-0.825,4.075,1.055,3.02,0.0,1.607,-1.607,0.0,0.0,0.0,3.801,5.073,-1.272 +24510010400,"Census Tract 104, Baltimore city, Maryland",2573,2349.0,112059.0,354200.0,1676.0,2162.0,57.0,15.0,141.0,0.0,32.0,64.0,102.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 104,2107.283042,1833.675998,59.22409602,34.06240648,65.09077307,0.0,110.1843828,1788.7484100000001,45049.95438,102798.793,753.4423628,71.3495104299702,42.12120377510216,29.228306654868035,0.58207153608131,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,True,True,True,False,False,False,True,84.026,87.016,-2.99,2.215,2.81,-0.595,5.48,3.089,2.391,0.583,1.616,-1.033,0.0,0.0,0.0,3.964,5.229,-1.265 +24510010500,"Census Tract 105, Baltimore city, Maryland",1712,1450.0,92000.0,305300.0,1099.0,1462.0,73.0,15.0,40.0,0.0,18.0,14.0,105.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 105,1897.0,1352.0,160.0,36.0,39.0,0.0,291.0,1554.0,37670.0,85600.0,658.0,75.79310344827586,42.34234234234234,33.450761105933516,0.5962528660334098,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,85.397,71.27,14.127,4.264,8.434,-4.17,2.336,2.056,0.28,0.876,1.898,-1.022,0.0,0.0,0.0,6.133,15.34,-9.207 +24510020100,"Census Tract 201, Baltimore city, Maryland",1877,1501.0,88553.0,291200.0,1084.0,1331.0,124.0,9.0,58.0,0.0,0.0,97.0,267.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 201,1998.0,1321.0,285.0,41.0,55.0,0.0,279.0,1338.0,32593.0,86500.0,406.0,72.21852098600932,30.343796711509714,41.87472427449961,0.5722527472527472,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,70.911,66.116,4.795,6.606,14.264,-7.658,3.09,2.753,0.337,0.479,2.052,-1.573,0.0,0.0,0.0,14.225,13.964,0.261 +24510020200,"Census Tract 202, Baltimore city, Maryland",1857,1475.0,80221.0,284400.0,1020.0,1131.0,233.0,15.0,119.0,0.0,0.0,51.0,308.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 202,2212.0,1157.0,320.0,41.0,56.0,1.0,610.0,1545.0,45588.0,63800.0,358.0,69.15254237288136,23.171521035598705,45.981021337282655,0.6769620253164557,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,True,True,True,False,False,False,True,60.905,52.306,8.599,12.547,14.467,-1.92,6.408,2.532,3.876,0.808,1.854,-1.046,0.0,0.045,-0.045,16.586,27.577,-10.991 +24510020300,"Census Tract 203, Baltimore city, Maryland",3768,3444.0,96667.0,329000.0,2571.0,2838.0,84.0,0.0,287.0,0.0,0.0,222.0,337.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 203,2462.0,2073.0,137.0,17.0,72.0,0.0,139.0,2004.0,47917.0,140000.0,1148.0,74.65156794425087,57.28542914171657,17.3661388025343,0.3872340425531915,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,True,True,True,False,False,False,True,75.318,84.2,-8.882,2.229,5.565,-3.336,7.617,2.924,4.693,0.0,0.69,-0.69,0.0,0.0,0.0,8.944,5.646,3.298 +24510030100,"Census Tract 301, Baltimore city, Maryland",3355,2098.0,28227.0,237200.0,419.0,409.0,2235.0,18.0,55.0,0.0,0.0,10.0,628.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 301,2362.0,365.0,1870.0,22.0,16.0,1.0,80.0,1409.0,11119.0,66800.0,236.0,19.971401334604383,16.74946770759404,3.221933627010344,0.5944688026981451,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,12.191,15.453,-3.262,66.617,79.17,-12.553,1.639,0.677,0.962,0.537,0.931,-0.394,0.0,0.042,-0.042,18.718,3.387,15.331 +24510030200,"Census Tract 302, Baltimore city, Maryland",2327,1898.0,88077.0,316300.0,1109.0,1099.0,725.0,0.0,248.0,0.0,5.0,43.0,207.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 302,1161.0,757.0,306.0,9.0,31.0,0.0,44.0,885.0,39706.0,120800.0,281.0,58.42992623814541,31.75141242937853,26.678513808766883,0.4500411002213089,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,True,True,True,True,False,False,False,True,47.228,65.202,-17.974,31.156,26.357,4.799,10.657,2.67,7.987,0.0,0.775,-0.775,0.0,0.0,0.0,8.896,3.79,5.106 +24510040100,"Census Tract 401, Baltimore city, Maryland",4007,3316.0,61754.0,270500.0,2662.0,1996.0,544.0,27.0,948.0,89.0,119.0,35.0,276.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 401,1739.0,734.0,736.0,13.0,195.0,0.0,38.0,1282.0,29094.0,84400.0,559.0,80.27744270205066,43.603744149765994,36.67369855228467,0.5506987060998152,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,49.813,42.208,7.605,13.576,42.323,-28.747,23.659,11.213,12.446,0.674,0.748,-0.074,2.221,0.0,2.221,6.888,2.185,4.703 +24510040200,"Census Tract 402, Baltimore city, Maryland",865,374.0,56250.0,,282.0,361.0,287.0,1.0,100.0,9.0,23.0,55.0,29.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 402,1338.0,514.0,630.0,5.0,162.0,0.0,24.0,1071.0,12857.0,,301.0,75.40106951871658,28.104575163398692,47.29649435531789,,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,True,True,False,False,False,False,False,True,41.734,38.416,3.318,33.179,47.085,-13.906,11.561,12.108,-0.547,0.116,0.374,-0.258,1.04,0.0,1.04,3.353,1.794,1.559 +24510060100,"Census Tract 601, Baltimore city, Maryland",2948,2039.0,55781.0,199400.0,666.0,787.0,1420.0,115.0,116.0,0.0,0.0,50.0,557.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 601,3337.0,823.0,2188.0,47.0,48.0,0.0,212.0,1775.0,30461.0,47800.0,179.0,32.66307013241785,10.084507042253522,22.57856309016433,0.6548044132397192,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,26.696,24.663,2.033,48.168,65.568,-17.4,3.935,1.438,2.497,3.901,1.408,2.493,0.0,0.0,0.0,18.894,6.353,12.541 +24510060200,"Census Tract 602, Baltimore city, Maryland",3075,2071.0,66371.0,197100.0,1013.0,1306.0,1279.0,10.0,30.0,0.0,0.0,54.0,396.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 602,3654.0,859.0,2428.0,92.0,70.0,1.0,171.0,1980.0,24359.0,45200.0,236.0,48.91356832448093,11.919191919191919,36.99437640528901,0.6697716894977169,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,42.472,23.508,18.964,41.593,66.448,-24.855,0.976,1.916,-0.94,0.325,2.518,-2.193,0.0,0.027,-0.027,12.878,4.68,8.198 +24510060300,"Census Tract 603, Baltimore city, Maryland",1931,1256.0,57679.0,219600.0,619.0,664.0,844.0,0.0,86.0,0.0,7.0,94.0,236.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 603,1943.0,389.0,1410.0,39.0,19.0,0.0,74.0,1155.0,20720.0,49300.0,195.0,49.28343949044586,16.883116883116884,32.400322607328974,0.6767213114754098,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,34.386,20.021,14.365,43.708,72.568,-28.86,4.454,0.978,3.476,0.0,2.007,-2.007,0.0,0.0,0.0,12.222,3.809,8.413 +24510060400,"Census Tract 604, Baltimore city, Maryland",1433,1193.0,51932.0,190400.0,527.0,408.0,928.0,11.0,46.0,0.0,0.0,17.0,23.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 604,2292.0,242.0,1951.0,17.0,39.0,0.0,38.0,1362.0,18583.0,74900.0,266.0,44.174350377200334,19.530102790014684,24.64424758718565,0.4335294117647059,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,28.472,10.558,17.914,64.759,85.122,-20.363,3.21,1.702,1.508,0.768,0.742,0.026,0.0,0.0,0.0,1.605,1.658,-0.053 +24510070100,"Census Tract 701, Baltimore city, Maryland",2889,1586.0,33750.0,63400.0,116.0,46.0,2447.0,37.0,0.0,0.0,35.0,7.0,317.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 701,3021.0,270.0,2626.0,19.0,48.0,0.0,52.0,1654.0,27412.0,44300.0,86.0,7.313997477931904,5.199516324062878,2.1144811538690265,-0.006182965299684542,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,1.592,8.937,-7.345,84.701,86.925,-2.224,0.0,1.589,-1.589,1.281,0.629,0.652,0.0,0.0,0.0,10.973,1.721,9.252 +24510070200,"Census Tract 702, Baltimore city, Maryland",2817,1686.0,28510.0,73700.0,136.0,12.0,2656.0,0.0,9.0,0.0,0.0,13.0,127.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 702,3993.0,193.0,3722.0,10.0,9.0,0.0,49.0,2119.0,26902.0,40800.0,139.0,8.066429418742587,6.559697970740915,1.5067314480016716,0.20282225237449117,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.426,4.833,-4.407,94.285,93.213,1.072,0.319,0.225,0.094,0.0,0.25,-0.25,0.0,0.0,0.0,4.508,1.227,3.281 +24510070300,"Census Tract 703, Baltimore city, Maryland",885,572.0,28566.0,107100.0,93.0,32.0,690.0,17.0,0.0,0.0,1.0,0.0,145.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 703,1915.0,58.0,1815.0,6.0,14.0,0.0,21.0,1005.0,20348.0,32700.0,45.0,16.25874125874126,4.477611940298507,11.781129318442753,0.5603361344537815,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,3.616,3.029,0.587,77.966,94.778,-16.812,0.0,0.731,-0.731,1.921,0.313,1.608,0.0,0.0,0.0,16.384,1.097,15.287 +24510070400,"Census Tract 704, Baltimore city, Maryland",1495,1014.0,19034.0,51400.0,297.0,75.0,1281.0,0.0,117.0,0.0,0.0,0.0,22.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 704,1833.0,18.0,1795.0,4.0,1.0,0.0,15.0,1054.0,13971.0,29400.0,97.0,29.28994082840237,9.20303605313093,20.08690477527144,0.17634241245136187,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,False,True,False,True,False,5.017,0.982,4.035,85.686,97.927,-12.241,7.826,0.055,7.771,0.0,0.218,-0.218,0.0,0.0,0.0,1.472,0.818,0.654 +24510080101,"Census Tract 801.01, Baltimore city, Maryland",3993,2632.0,60511.0,154300.0,692.0,1115.0,2657.0,0.0,37.0,0.0,0.0,134.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 801.01,3841.0,1328.0,2326.0,12.0,109.0,0.0,46.0,2342.0,43477.0,69600.0,456.0,26.29179331306991,19.470538001707943,6.821255311361966,0.3504601425793908,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,True,False,False,False,True,27.924,34.574,-6.65,66.541,60.557,5.984,0.927,2.838,-1.911,0.0,0.312,-0.312,0.0,0.0,0.0,1.252,1.198,0.054 +24510080102,"Census Tract 801.02, Baltimore city, Maryland",2181,1322.0,34167.0,85100.0,71.0,28.0,2133.0,0.0,12.0,0.0,0.0,8.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 801.02,2520.0,94.0,2393.0,3.0,18.0,0.0,12.0,1421.0,32054.0,48200.0,89.0,5.3706505295007565,6.263194933145672,-0.8925444036449157,0.18439482961222092,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.284,3.73,-2.446,97.799,94.96,2.839,0.55,0.714,-0.164,0.0,0.119,-0.119,0.0,0.0,0.0,0.0,0.476,-0.476 +24510080200,"Census Tract 802, Baltimore city, Maryland",1539,1107.0,28958.0,69000.0,96.0,56.0,1483.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 802,2407.0,26.0,2350.0,5.0,0.0,0.0,26.0,1380.0,17284.0,44300.0,53.0,8.672086720867208,3.8405797101449277,4.83150701072228,0.07547826086956522,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,3.639,1.08,2.559,96.361,97.632,-1.271,0.0,0.0,0.0,0.0,0.208,-0.208,0.0,0.0,0.0,0.0,1.08,-1.08 +24510080301,"Census Tract 803.01, Baltimore city, Maryland",1653,1124.0,38553.0,44200.0,54.0,13.0,1581.0,6.0,10.0,0.0,0.0,0.0,43.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 803.01,2630.0,11.0,2598.0,3.0,5.0,0.0,13.0,1632.0,21385.0,41800.0,84.0,4.804270462633452,5.147058823529412,-0.3427883608959599,-0.3618099547511312,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,0.786,0.418,0.368,95.644,98.783,-3.139,0.605,0.19,0.415,0.363,0.114,0.249,0.0,0.0,0.0,2.601,0.494,2.107 +24510080302,"Census Tract 803.02, Baltimore city, Maryland",3002,2020.0,33429.0,79400.0,313.0,0.0,2831.0,0.0,0.0,0.0,0.0,119.0,52.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 803.02,3328.0,20.0,3292.0,6.0,2.0,0.0,8.0,2248.0,29504.0,55100.0,166.0,15.495049504950495,7.384341637010676,8.11070786793982,0.0007052896725440807,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.0,0.601,-0.601,94.304,98.918,-4.614,0.0,0.06,-0.06,0.0,0.18,-0.18,0.0,0.0,0.0,1.732,0.24,1.492 +24510080400,"Census Tract 804, Baltimore city, Maryland",1214,790.0,23472.0,92100.0,105.0,139.0,972.0,0.0,0.0,0.0,0.0,13.0,90.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 804,1807.0,6.0,1776.0,1.0,5.0,0.0,15.0,1059.0,19148.0,31600.0,7.0,13.291139240506329,0.6610009442870632,12.630138296219265,0.505928338762215,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,11.45,0.332,11.118,80.066,98.284,-18.218,0.0,0.277,-0.277,0.0,0.055,-0.055,0.0,0.0,0.0,7.414,0.83,6.584 +24510080500,"Census Tract 805, Baltimore city, Maryland",1683,1077.0,29583.0,57500.0,67.0,7.0,1648.0,0.0,28.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 805,2324.0,33.0,2260.0,6.0,0.0,0.0,23.0,1448.0,26688.0,35700.0,41.0,6.220984215413185,2.8314917127071824,3.3894925027060023,0.10594782608695652,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.416,1.42,-1.004,97.92,97.246,0.674,1.664,0.0,1.664,0.0,0.258,-0.258,0.0,0.0,0.0,0.0,0.99,-0.99 +24510080600,"Census Tract 806, Baltimore city, Maryland",2418,1708.0,34881.0,43500.0,234.0,129.0,2266.0,0.0,0.0,0.0,0.0,23.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 806,3406.0132299999996,20.86530876,3337.455811,5.961516857,12.9166193,0.0,25.8332386,2081.5629879999997,15783.00004,36199.99939,109.29447169999999,13.70023419203747,5.250596418656153,8.449637773381317,-0.19834480739310323,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,5.335,0.613,4.722,93.714,97.987,-4.273,0.0,0.379,-0.379,0.0,0.175,-0.175,0.0,0.0,0.0,0.0,0.758,-0.758 +24510080700,"Census Tract 807, Baltimore city, Maryland",697,456.0,30278.0,49000.0,92.0,3.0,693.0,0.0,0.0,0.0,0.0,0.0,1.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 807,1767.9866940000002,18.13469094,1735.544138,0.038483128,6.083380111,0.0,8.166760221,951.4370251,19423.03965,36594.2715,8.705524027000001,20.17543859649123,0.9149868879745366,19.260451708516694,-0.07542348897959193,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,False,False,True,False,True,False,0.43,1.026,-0.596,99.426,98.165,1.261,0.0,0.344,-0.344,0.0,0.002,-0.002,0.0,0.0,0.0,0.143,0.462,-0.319 +24510080800,"Census Tract 808, Baltimore city, Maryland",1452,707.0,33750.0,168800.0,78.0,64.0,1326.0,0.0,0.0,0.0,0.0,8.0,54.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 808,2210.0,21.0,2169.0,2.0,17.0,0.0,1.0,1285.0,15429.0,24700.0,25.0,11.032531824611032,1.9455252918287937,9.087006532782238,0.7892890995260663,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,4.408,0.95,3.458,91.322,98.145,-6.823,0.0,0.769,-0.769,0.0,0.09,-0.09,0.0,0.0,0.0,3.719,0.045,3.674 +24510090100,"Census Tract 901, Baltimore city, Maryland",4057,2987.0,44904.0,130500.0,551.0,493.0,3399.0,0.0,10.0,0.0,0.0,54.0,101.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 901,4435.0,426.0,3908.0,25.0,24.0,0.0,40.0,2905.0,32243.0,68600.0,452.0,18.446601941747574,15.559380378657487,2.887221563090087,0.2430344827586207,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,12.152,9.605,2.547,83.781,88.117,-4.336,0.246,0.541,-0.295,0.0,0.564,-0.564,0.0,0.0,0.0,2.49,0.902,1.588 +24510090200,"Census Tract 902, Baltimore city, Maryland",3027,2352.0,66552.0,164600.0,796.0,500.0,2357.0,9.0,10.0,0.0,15.0,74.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 902,3242.0,637.0,2523.0,9.0,35.0,0.0,26.0,2320.0,52500.0,83100.0,717.0,33.843537414965986,30.905172413793103,2.9383650011728832,0.2730012150668287,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,16.518,19.648,-3.13,77.866,77.822,0.044,0.33,1.08,-0.75,0.297,0.278,0.019,0.0,0.0,0.0,2.048,0.802,1.246 +24510090300,"Census Tract 903, Baltimore city, Maryland",4558,3473.0,40231.0,152300.0,1115.0,1019.0,3013.0,233.0,75.0,0.0,10.0,61.0,147.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 903,4225.0,719.0,3355.0,15.0,71.0,0.0,60.0,2652.0,41289.0,69900.0,678.0,32.10480852289087,25.56561085972851,6.539197663162362,0.33909389363099146,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,22.356,17.018,5.338,66.104,79.408,-13.304,1.645,1.68,-0.035,5.112,0.355,4.757,0.0,0.0,0.0,3.225,1.42,1.805 +24510090400,"Census Tract 904, Baltimore city, Maryland",1756,1104.0,31696.0,94900.0,140.0,97.0,1436.0,0.0,4.0,0.0,0.0,65.0,154.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 904,1682.0,184.0,1449.0,8.0,30.0,0.0,7.0,968.0,14718.0,45400.0,30.0,12.681159420289855,3.0991735537190084,9.581985866570847,0.3111064278187566,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,5.524,10.939,-5.415,81.777,86.147,-4.37,0.228,1.784,-1.556,0.0,0.476,-0.476,0.0,0.0,0.0,8.77,0.416,8.354 +24510090500,"Census Tract 905, Baltimore city, Maryland",1957,1304.0,42347.0,97700.0,220.0,327.0,1492.0,0.0,45.0,0.0,0.0,86.0,7.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 905,2104.0,207.0,1800.0,6.0,35.0,0.0,54.0,1301.0,27076.0,49800.0,164.0,16.87116564417178,12.605687932359723,4.265477711812055,0.26599795291709316,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,16.709,9.838,6.871,76.239,85.551,-9.312,2.299,1.663,0.636,0.0,0.285,-0.285,0.0,0.0,0.0,0.358,2.567,-2.209 +24510090600,"Census Tract 906, Baltimore city, Maryland",3260,2333.0,46037.0,91800.0,207.0,336.0,2896.0,0.0,26.0,0.0,0.0,1.0,1.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 906,4083.0,51.0,3976.0,20.0,19.0,0.0,14.0,2520.0,30680.0,54100.0,138.0,8.872696099442777,5.476190476190476,3.3965056232523008,0.15137254901960784,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,10.307,1.249,9.058,88.834,97.379,-8.545,0.798,0.465,0.333,0.0,0.49,-0.49,0.0,0.0,0.0,0.031,0.343,-0.312 +24510090700,"Census Tract 907, Baltimore city, Maryland",3090,2139.0,30242.0,55700.0,232.0,36.0,2890.0,27.0,15.0,0.0,0.0,32.0,90.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 907,3839.0,24.0,3762.0,6.0,23.0,0.0,22.0,2237.0,25384.0,45100.0,127.0,10.846189808321645,5.677246312025034,5.168943496296611,-0.1659605026929982,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,1.165,0.625,0.54,93.528,97.994,-4.466,0.485,0.599,-0.114,0.874,0.156,0.718,0.0,0.0,0.0,2.913,0.573,2.34 +24510090800,"Census Tract 908, Baltimore city, Maryland",2797,1969.0,34185.0,60200.0,176.0,28.0,2611.0,0.0,17.0,0.0,0.0,103.0,38.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 908,4170.0,50.0,4041.0,12.0,29.0,0.0,25.0,2636.0,27917.0,36400.0,105.0,8.938547486033519,3.983308042488619,4.9552394435449,0.12930232558139534,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.001,1.199,-0.198,93.35,96.906,-3.556,0.608,0.695,-0.087,0.0,0.288,-0.288,0.0,0.0,0.0,1.359,0.6,0.759 +24510090900,"Census Tract 909, Baltimore city, Maryland",2500,1372.0,23816.0,86100.0,95.0,87.0,2244.0,16.0,0.0,0.0,0.0,0.0,153.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 909,3042.0,18.0,2998.0,4.0,6.0,0.0,16.0,1761.0,16076.0,39400.0,79.0,6.924198250728863,4.486087450312323,2.43811080041654,0.3410452961672474,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,3.48,0.592,2.888,89.76,98.554,-8.794,0.0,0.197,-0.197,0.64,0.131,0.509,0.0,0.0,0.0,6.12,0.526,5.594 +24510100100,"Census Tract 1001, Baltimore city, Maryland",2238,1497.0,24146.0,88600.0,144.0,39.0,2177.0,0.0,20.0,0.0,0.0,1.0,1.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1001,3029.000009,50.02862929999999,2956.233154,3.35378325,11.35378325,0.0,8.030674934,1926.854797,26658.18781,61707.8433,95.18404961,9.619238476953909,4.939866239957261,4.679372236996648,-0.0029265728216703968,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,1.743,1.652,0.091,97.274,97.598,-0.324,0.894,0.375,0.519,0.0,0.111,-0.111,0.0,0.0,0.0,0.045,0.265,-0.22 +24510100200,"Census Tract 1002, Baltimore city, Maryland",2837,1765.0,14452.0,86700.0,116.0,62.0,2733.0,0.0,0.0,0.0,0.0,11.0,31.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1002,3593.0,101.0,3450.0,12.0,14.0,0.0,16.0,2212.0,11546.0,57000.0,142.0,6.572237960339943,6.419529837251356,0.15270812308858694,0.05328719723183391,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.185,2.811,-0.626,96.334,96.02,0.314,0.0,0.39,-0.39,0.0,0.334,-0.334,0.0,0.0,0.0,1.093,0.445,0.648 +24510100300,"Census Tract 1003, Baltimore city, Maryland",4247,3177.0,,,50.0,602.0,3283.0,30.0,21.0,0.0,7.0,111.0,199.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1003,6385.999991,775.9713687999999,5583.766876,4.64621675,0.64621675,0.0,20.96932513,4706.145187,11624.9997,61900.0,127.8159509,1.5738117721120555,2.715937265451815,-1.1421254933397595,,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,14.175,12.151,2.024,77.302,87.438,-10.136,0.494,0.01,0.484,0.706,0.073,0.633,0.0,0.0,0.0,4.686,0.328,4.358 +24510110100,"Census Tract 1101, Baltimore city, Maryland",3040,2440.0,49411.0,215400.0,1646.0,1691.0,650.0,0.0,356.0,0.0,14.0,165.0,164.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1101,2926.0,1550.0,1004.0,12.0,263.0,0.0,78.0,2287.0,29548.0,74900.0,1053.0,67.45901639344262,46.042850896370794,21.41616549707183,0.4992757660167131,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,55.625,52.973,2.652,21.382,34.313,-12.931,11.711,8.988,2.723,0.0,0.41,-0.41,0.0,0.0,0.0,5.395,2.666,2.729 +24510110200,"Census Tract 1102, Baltimore city, Maryland",5273,4488.0,42167.0,279200.0,3175.0,3259.0,1151.0,42.0,311.0,0.0,28.0,150.0,332.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1102,4462.0,2397.0,1551.0,17.0,329.0,1.0,125.0,3430.0,19143.0,84600.0,1534.0,70.74420677361854,44.72303206997085,26.021174703647695,0.5636676217765043,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,61.805,53.72,8.085,21.828,34.76,-12.932,5.898,7.373,-1.475,0.797,0.381,0.416,0.0,0.022,-0.022,6.296,2.801,3.495 +24510120100,"Census Tract 1201, Baltimore city, Maryland",4602,3608.0,62266.0,318800.0,2887.0,2890.0,394.0,41.0,859.0,0.0,0.0,240.0,178.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1201,4754.460693,3599.962246,420.86764910000005,10.25298616,561.3909445,1.0,139.579621,3561.756018,39977.48072,171193.9886,2458.234704,80.01662971175166,69.01749282030693,10.999136891444735,0.22672727859473019,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,True,True,True,False,False,False,False,True,62.799,75.718,-12.919,8.561,8.852,-0.291,18.666,11.808,6.858,0.891,0.216,0.675,0.0,0.021,-0.021,3.868,2.936,0.932 +24510120201,"Census Tract 1202.01, Baltimore city, Maryland",1986,1434.0,73625.0,252000.0,1022.0,1343.0,357.0,4.0,104.0,16.0,0.0,101.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1202.01,2074.999976,1303.7696529999998,271.6390381,10.00646877,410.997406,0.0,62.47941589,939.6318358999999,21961.00035,94399.99765,602.5846558,71.26917712691771,64.12986797353787,7.139309153379841,0.46057144200000005,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,67.623,62.832,4.791,17.976,13.091,4.885,5.237,19.807,-14.57,0.201,0.482,-0.281,0.806,0.0,0.806,3.072,3.011,0.061 +24510120202,"Census Tract 1202.02, Baltimore city, Maryland",6030,2043.0,36552.0,280800.0,1708.0,3188.0,685.0,10.0,1447.0,0.0,45.0,276.0,379.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1202.02,6374.539350999999,4005.2680659999996,834.4933472,30.74054527,1262.611694,0.0,191.9409637,2886.612061,21961.000659999998,94399.99801,1851.180664,83.60254527655408,64.12987352927159,19.47267174728249,0.5158974461025642,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,52.869,62.832,-9.963,11.36,13.091,-1.731,23.997,19.807,4.19,0.166,0.482,-0.316,0.0,0.0,0.0,6.285,3.011,3.274 +24510120300,"Census Tract 1203, Baltimore city, Maryland",3949,2912.0,49628.0,223500.0,1302.0,1424.0,1950.0,0.0,151.0,0.0,88.0,215.0,121.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1203,3846.0,999.0,2639.0,11.0,113.0,1.0,73.0,2654.0,26263.0,69400.0,772.0,44.71153846153846,29.088168801808592,15.623369659729867,0.5528590604026845,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,36.06,25.975,10.085,49.38,68.617,-19.237,3.824,2.938,0.886,0.0,0.286,-0.286,0.0,0.026,-0.026,3.064,1.898,1.166 +24510120400,"Census Tract 1204, Baltimore city, Maryland",1707,1078.0,38194.0,161900.0,356.0,400.0,1231.0,0.0,17.0,0.0,0.0,8.0,51.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1204,1946.0,98.0,1797.0,8.0,10.0,0.0,33.0,1043.0,20724.0,32100.0,84.0,33.024118738404454,8.053691275167786,24.970427463236668,0.7144904261890056,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,23.433,5.036,18.397,72.115,92.343,-20.228,0.996,0.514,0.482,0.0,0.411,-0.411,0.0,0.0,0.0,2.988,1.696,1.292 +24510120500,"Census Tract 1205, Baltimore city, Maryland",2340,1661.0,52596.0,254900.0,743.0,731.0,1337.0,0.0,80.0,0.0,21.0,64.0,107.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1205,1668.0,104.0,1511.0,2.0,12.0,0.0,38.0,1083.0,15335.0,49000.0,29.0,44.73208910295003,2.677746999076639,42.05434210387339,0.723185562965869,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,31.239,6.235,25.004,57.137,90.588,-33.451,3.419,0.719,2.7,0.0,0.12,-0.12,0.0,0.0,0.0,4.573,2.278,2.295 +24510120600,"Census Tract 1206, Baltimore city, Maryland",2687,2376.0,20164.0,220200.0,840.0,935.0,1248.0,0.0,257.0,0.0,0.0,10.0,237.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1206,2857.0,996.0,1379.0,9.0,333.0,0.0,132.0,2297.0,12281.0,61600.0,599.0,35.35353535353536,26.077492381367,9.276042972168355,0.59716621253406,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,34.797,34.862,-0.065,46.446,48.267,-1.821,9.565,11.656,-2.091,0.0,0.315,-0.315,0.0,0.0,0.0,8.82,4.62,4.2 +24510120700,"Census Tract 1207, Baltimore city, Maryland",2241,1773.0,57381.0,122800.0,755.0,1567.0,505.0,0.0,65.0,0.0,11.0,42.0,51.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1207,2308.0,1349.0,746.0,15.0,143.0,0.0,40.0,1621.0,29654.0,43100.0,319.0,42.58319232938522,19.679210363972857,22.903981965412363,0.4945928338762215,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,69.924,58.449,11.475,22.535,32.322,-9.787,2.9,6.196,-3.296,0.0,0.65,-0.65,0.0,0.0,0.0,2.276,1.733,0.543 +24510130100,"Census Tract 1301, Baltimore city, Maryland",2746,2171.0,28095.0,222200.0,705.0,450.0,2124.0,10.0,15.0,0.0,17.0,55.0,75.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1301,2886.0,124.0,2716.0,7.0,9.0,0.0,20.0,2072.0,19448.0,73800.0,293.0,32.47351450944265,14.14092664092664,18.33258786851601,0.5217281728172817,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,16.387,4.297,12.09,77.349,94.109,-16.76,0.546,0.312,0.234,0.364,0.243,0.121,0.0,0.0,0.0,2.731,0.693,2.038 +24510130200,"Census Tract 1302, Baltimore city, Maryland",3195,2063.0,46086.0,235600.0,693.0,444.0,2574.0,0.0,14.0,0.0,28.0,26.0,109.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1302,3088.0,236.0,2806.0,8.0,18.0,2.0,19.0,1763.0,27356.0,99900.0,377.0,33.591856519631605,21.384004537719797,12.207851981911809,0.38940577249575553,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,13.897,7.642,6.255,80.563,90.868,-10.305,0.438,0.583,-0.145,0.0,0.259,-0.259,0.0,0.065,-0.065,3.412,0.615,2.797 +24510130300,"Census Tract 1303, Baltimore city, Maryland",2446,1424.0,34118.0,113000.0,358.0,130.0,2258.0,0.0,36.0,0.0,0.0,7.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1303,2887.0,86.0,2761.0,9.0,10.0,0.0,18.0,1751.0,18781.0,47600.0,199.0,25.140449438202246,11.36493432324386,13.775515114958386,0.39341592920353985,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,5.315,2.979,2.336,92.314,95.636,-3.322,1.472,0.346,1.126,0.0,0.312,-0.312,0.0,0.0,0.0,0.613,0.623,-0.01 +24510130400,"Census Tract 1304, Baltimore city, Maryland",2182,1523.0,27393.0,105800.0,227.0,135.0,1921.0,15.0,1.0,0.0,0.0,5.0,105.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1304,2352.0,14.0,2300.0,2.0,11.0,0.0,24.0,1517.0,24880.0,52800.0,116.0,14.904793171372292,7.646671061305208,7.2581221100670845,0.2813610586011342,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,6.187,0.595,5.592,88.038,97.789,-9.751,0.046,0.468,-0.422,0.687,0.085,0.602,0.0,0.0,0.0,4.812,1.02,3.792 +24510130600,"Census Tract 1306, Baltimore city, Maryland",3682,3042.0,89363.0,217800.0,2077.0,3011.0,256.0,0.0,234.0,0.0,7.0,92.0,82.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1306,3910.0,3513.0,109.0,39.0,146.0,0.0,75.0,2726.0,38094.0,62200.0,541.0,68.27744904667982,19.845928099779897,48.43152094689992,0.5887603305785124,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,81.776,89.847,-8.071,6.953,2.788,4.165,6.355,3.734,2.621,0.0,0.997,-0.997,0.0,0.0,0.0,2.227,1.918,0.309 +24510130700,"Census Tract 1307, Baltimore city, Maryland",4712,3906.0,57368.0,254000.0,2270.0,3781.0,352.0,0.0,153.0,0.0,0.0,202.0,224.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1307,4828.389115,4324.288086,282.49618530000004,25.95371437,116.7917175,0.0,70.87360382,3871.096436,34943.00075,77200.0028,1458.39917,58.11571940604199,37.67405938114428,20.441660024897708,0.5623306927874016,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,80.242,89.56,-9.318,7.47,5.851,1.619,3.247,2.419,0.828,0.0,0.538,-0.538,0.0,0.0,0.0,4.754,1.468,3.286 +24510130803,"Census Tract 1308.03, Baltimore city, Maryland",2416,1813.0,55398.0,183300.0,922.0,1620.0,240.0,0.0,362.0,0.0,20.0,88.0,86.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.03,2760.0,2197.0,356.0,13.0,128.0,0.0,58.0,2051.0,35000.0,73700.0,423.0,50.85493656922228,20.624085811799123,30.23085075742316,0.42101472995090017,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,67.053,79.601,-12.548,9.934,12.899,-2.965,14.983,4.638,10.345,0.0,0.471,-0.471,0.0,0.0,0.0,3.56,2.101,1.459 +24510130804,"Census Tract 1308.04, Baltimore city, Maryland",1942,1501.0,65188.0,201200.0,751.0,1706.0,147.0,0.0,27.0,0.0,0.0,0.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.04,2094.0,1904.0,95.0,11.0,28.0,0.0,39.0,1469.0,28594.0,62300.0,216.0,50.03331112591606,14.703880190605854,35.3294309353102,0.5541153081510934,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,87.848,90.926,-3.078,7.57,4.537,3.033,1.39,1.337,0.053,0.0,0.525,-0.525,0.0,0.0,0.0,3.193,1.862,1.331 +24510130805,"Census Tract 1308.05, Baltimore city, Maryland",906,767.0,49545.0,179500.0,298.0,98.0,783.0,0.0,16.0,0.0,0.0,9.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.05,880.349333,177.3054122,659.0288739,1.0,36.009353499999996,0.0,7.004880087999999,737.3228992,40118.16287,88604.15807,370.2171639,38.85267275097784,50.21099497949785,-11.35832222852001,0.28919226952200555,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,10.817,20.14,-9.323,86.424,74.86,11.564,1.766,4.09,-2.324,0.0,0.114,-0.114,0.0,0.0,0.0,0.0,0.796,-0.796 +24510130806,"Census Tract 1308.06, Baltimore city, Maryland",1353,1132.0,84444.0,236500.0,567.0,921.0,256.0,0.0,38.0,13.0,0.0,31.0,94.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1308.06,1121.0,802.0,253.0,14.0,19.0,0.0,21.0,833.0,37222.0,57400.0,147.0,50.08833922261484,17.647058823529413,32.44128039908543,0.6505031712473573,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,68.071,71.543,-3.472,18.921,22.569,-3.648,2.809,1.695,1.114,0.0,1.249,-1.249,0.961,0.0,0.961,6.948,1.873,5.075 +24510140100,"Census Tract 1401, Baltimore city, Maryland",4700,3441.0,50750.0,395500.0,1980.0,2414.0,1606.0,0.0,218.0,0.0,0.0,131.0,331.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1401,5292.000138,2911.162354,1914.2274170000003,16.86544037,276.4058228,0.9369688629999999,154.5998688,3433.990967,22271.00009,174200.0058,1655.624023,57.541412380122054,48.212824055457105,9.328588324664949,0.36574460593678887,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,True,False,True,True,False,False,False,True,51.362,55.011,-3.649,34.17,36.172,-2.002,4.638,5.223,-0.585,0.0,0.319,-0.319,0.0,0.018,-0.018,7.043,2.921,4.122 +24510140200,"Census Tract 1402, Baltimore city, Maryland",2691,1356.0,24282.0,,209.0,68.0,2564.0,0.0,0.0,0.0,0.0,41.0,18.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1402,3290.0,84.0,3139.0,16.0,26.0,1.0,21.0,1590.0,20714.0,49200.0,207.0,15.412979351032448,13.018867924528301,2.3941114265041463,,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,2.527,2.553,-0.026,95.281,95.41,-0.129,0.0,0.79,-0.79,0.0,0.486,-0.486,0.0,0.03,-0.03,0.669,0.638,0.031 +24510140300,"Census Tract 1403, Baltimore city, Maryland",2856,1781.0,27337.0,168600.0,349.0,106.0,2627.0,0.0,35.0,0.0,37.0,22.0,29.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1403,2787.0,67.0,2667.0,3.0,30.0,4.0,18.0,1861.0,20465.0,47000.0,204.0,19.595732734418867,10.961848468565288,8.63388426585358,0.598576512455516,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,3.711,2.404,1.307,91.982,95.694,-3.712,1.225,1.076,0.149,0.0,0.108,-0.108,0.0,0.144,-0.144,1.015,0.646,0.369 +24510150100,"Census Tract 1501, Baltimore city, Maryland",2678,1790.0,20269.0,74300.0,102.0,28.0,2595.0,0.0,22.0,0.0,0.0,33.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1501,3363.0,23.0,3309.0,8.0,4.0,0.0,16.0,1732.0,16702.0,48500.0,54.0,5.698324022346369,3.1177829099307157,2.580541112415653,0.06002691790040377,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.046,0.684,0.362,96.901,98.394,-1.493,0.822,0.119,0.703,0.0,0.238,-0.238,0.0,0.0,0.0,0.0,0.476,-0.476 +24510150200,"Census Tract 1502, Baltimore city, Maryland",2573,1678.0,40313.0,64100.0,114.0,0.0,2477.0,0.0,0.0,0.0,96.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1502,3199.0,12.0,3142.0,6.0,12.0,0.0,21.0,2037.0,20308.0,36200.0,141.0,6.793802145411203,6.9219440353460975,-0.12814188993489406,0.18677067082683307,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.0,0.375,-0.375,96.269,98.218,-1.949,0.0,0.375,-0.375,0.0,0.188,-0.188,0.0,0.0,0.0,0.0,0.656,-0.656 +24510150300,"Census Tract 1503, Baltimore city, Maryland",2117,1428.0,38617.0,70900.0,150.0,17.0,2066.0,0.0,0.0,0.0,19.0,8.0,7.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1503,2865.0,23.0,2816.0,6.0,5.0,0.0,15.0,1800.0,26411.0,50300.0,163.0,10.504201680672269,9.055555555555555,1.4486461251167135,-0.02160789844851904,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,0.803,0.803,0.0,97.591,98.29,-0.699,0.0,0.175,-0.175,0.0,0.209,-0.209,0.0,0.0,0.0,0.331,0.524,-0.193 +24510150400,"Census Tract 1504, Baltimore city, Maryland",3749,2108.0,32868.0,73300.0,224.0,34.0,3495.0,15.0,37.0,6.0,7.0,137.0,18.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1504,3775.0,21.0,3721.0,2.0,8.0,1.0,18.0,2340.0,20467.0,45300.0,227.0,10.62618595825427,9.7008547008547,0.92533125739957,0.11006821282401091,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.907,0.556,0.351,93.225,98.57,-5.345,0.987,0.212,0.775,0.4,0.053,0.347,0.16,0.026,0.134,0.48,0.477,0.003 +24510150500,"Census Tract 1505, Baltimore city, Maryland",1582,1090.0,34583.0,113400.0,158.0,13.0,1519.0,0.0,0.0,0.0,0.0,4.0,46.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1505,1473.0,8.0,1433.0,0.0,17.0,0.0,9.0,947.0,21071.0,58000.0,96.0,14.495412844036696,10.13727560718057,4.358137236856127,0.2634920634920635,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.822,0.543,0.279,96.018,97.284,-1.266,0.0,1.154,-1.154,0.0,0.0,0.0,0.0,0.0,0.0,2.908,0.611,2.297 +24510150600,"Census Tract 1506, Baltimore city, Maryland",2922,2057.0,26782.0,80000.0,140.0,123.0,2772.0,0.0,0.0,0.0,0.0,27.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1506,3886.0,36.0,3793.0,9.0,13.0,0.0,25.0,2507.0,20833.0,54000.0,105.0,6.8060281964025275,4.188272836059035,2.6177553603434927,0.028,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.209,0.926,3.283,94.867,97.607,-2.74,0.0,0.335,-0.335,0.0,0.232,-0.232,0.0,0.0,0.0,0.0,0.643,-0.643 +24510150701,"Census Tract 1507.01, Baltimore city, Maryland",1547,1200.0,45357.0,106300.0,266.0,66.0,1412.0,0.0,0.0,0.0,0.0,54.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1507.01,1966.0,10.0,1932.0,2.0,1.0,0.0,21.0,1211.0,38500.0,71600.0,213.0,22.166666666666668,17.588769611891,4.5778970547756686,0.03006585136406397,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.266,0.509,3.757,91.273,98.271,-6.998,0.0,0.051,-0.051,0.0,0.102,-0.102,0.0,0.0,0.0,0.97,1.068,-0.098 +24510150702,"Census Tract 1507.02, Baltimore city, Maryland",2211,1486.0,40529.0,86300.0,285.0,23.0,2118.0,0.0,0.0,11.0,0.0,45.0,14.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1507.02,2556.0,34.0,2489.0,11.0,5.0,0.0,16.0,1875.0,32989.0,62000.0,258.0,19.17900403768506,13.76,5.4190040376850614,-0.03453070683661645,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,1.04,1.33,-0.29,95.794,97.379,-1.585,0.0,0.196,-0.196,0.0,0.43,-0.43,0.498,0.0,0.498,0.633,0.626,0.007 +24510150800,"Census Tract 1508, Baltimore city, Maryland",4337,3086.0,35095.0,158200.0,591.0,31.0,4161.0,5.0,0.0,0.0,0.0,107.0,33.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1508,5233.0,67.0,5098.0,6.0,10.0,0.0,44.0,3343.0,26235.0,74700.0,361.0,19.15100453661698,10.7986838169309,8.35232071968608,0.3200505689001264,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,0.715,1.28,-0.565,95.942,97.42,-1.478,0.0,0.191,-0.191,0.115,0.115,0.0,0.0,0.0,0.0,0.761,0.841,-0.08 +24510150900,"Census Tract 1509, Baltimore city, Maryland",3327,2353.0,54410.0,111000.0,491.0,64.0,3161.0,0.0,0.0,0.0,0.0,46.0,56.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1509,3988.0,26.0,3885.0,22.0,10.0,0.0,43.0,2645.0,36659.0,68600.0,382.0,20.86697832554186,14.44234404536862,6.424634280173242,0.11005405405405405,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.924,0.652,1.272,95.011,97.417,-2.406,0.0,0.251,-0.251,0.0,0.552,-0.552,0.0,0.0,0.0,1.683,1.078,0.605 +24510151000,"Census Tract 1510, Baltimore city, Maryland",4764,3409.0,39369.0,160800.0,534.0,106.0,4384.0,0.0,20.0,0.0,41.0,98.0,115.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1510,5927.0,60.0,5795.0,23.0,13.0,0.0,30.0,3881.0,28529.0,76400.0,345.0,15.664417717805808,8.889461479000257,6.774956238805551,0.31582089552238807,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.225,1.012,1.213,92.024,97.773,-5.749,0.42,0.219,0.201,0.0,0.388,-0.388,0.0,0.0,0.0,2.414,0.506,1.908 +24510151100,"Census Tract 1511, Baltimore city, Maryland",6918,4661.0,46389.0,145900.0,1026.0,19.0,6825.0,0.0,0.0,0.0,0.0,74.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1511,6543.0,32.0,6445.0,13.0,13.0,3.0,35.0,4615.0,35219.0,82000.0,976.0,22.012443681613387,21.14842903575298,0.8640146458604079,0.19067854694996572,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.275,0.489,-0.214,98.656,98.502,0.154,0.0,0.199,-0.199,0.0,0.199,-0.199,0.0,0.046,-0.046,0.0,0.535,-0.535 +24510151200,"Census Tract 1512, Baltimore city, Maryland",4761,3515.0,20276.0,90900.0,244.0,173.0,4508.0,0.0,11.0,0.0,0.0,25.0,44.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1512,5060.0,45.0,4930.0,15.0,26.0,1.0,38.0,3182.0,18871.0,51200.0,157.0,6.941678520625889,4.9340037712130735,2.007674749412815,0.1889108910891089,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,3.634,0.889,2.745,94.686,97.431,-2.745,0.231,0.514,-0.283,0.0,0.296,-0.296,0.0,0.02,-0.02,0.924,0.751,0.173 +24510151300,"Census Tract 1513, Baltimore city, Maryland",4338,2848.0,26538.0,80400.0,343.0,136.0,3824.0,5.0,38.0,0.0,0.0,142.0,193.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1513,5386.0,40.0,5294.0,5.0,14.0,0.0,33.0,3069.0,19981.0,48700.0,104.0,12.043539325842696,3.3887259693711305,8.654813356471566,0.12776119402985076,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,3.135,0.743,2.392,88.151,98.292,-10.141,0.876,0.26,0.616,0.115,0.093,0.022,0.0,0.0,0.0,4.449,0.613,3.836 +24510160100,"Census Tract 1601, Baltimore city, Maryland",1998,1490.0,25772.0,110300.0,131.0,34.0,1872.0,0.0,3.0,0.0,63.0,10.0,16.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1601,3270.0,13.0,3198.0,2.0,14.0,0.0,40.0,1988.0,17245.0,44800.0,77.0,8.791946308724832,3.8732394366197185,4.918706872105114,0.41512239347234814,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,1.702,0.398,1.304,93.694,97.798,-4.104,0.15,0.428,-0.278,0.0,0.061,-0.061,0.0,0.0,0.0,0.801,1.223,-0.422 +24510160200,"Census Tract 1602, Baltimore city, Maryland",2389,1407.0,26331.0,95800.0,54.0,11.0,2344.0,0.0,0.0,0.0,0.0,6.0,28.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1602,2566.0,15.0,2512.0,8.0,17.0,0.0,14.0,1548.0,19514.0,50400.0,66.0,3.837953091684435,4.263565891472868,-0.4256127997884329,0.24242171189979123,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.46,0.585,-0.125,98.116,97.896,0.22,0.0,0.663,-0.663,0.0,0.312,-0.312,0.0,0.0,0.0,1.172,0.546,0.626 +24510160300,"Census Tract 1603, Baltimore city, Maryland",1114,897.0,21017.0,96100.0,34.0,123.0,988.0,0.0,3.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1603,1617.0,14.0,1577.0,1.0,0.0,0.0,24.0,946.0,22036.0,31500.0,46.0,3.79041248606466,4.862579281183932,-1.0721667951192724,0.5279916753381894,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,11.041,0.866,10.175,88.689,97.526,-8.837,0.269,0.0,0.269,0.0,0.062,-0.062,0.0,0.0,0.0,0.0,1.484,-1.484 +24510160400,"Census Tract 1604, Baltimore city, Maryland",2452,1371.0,23417.0,28300.0,50.0,16.0,2410.0,12.0,4.0,0.0,0.0,10.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1604,3480.0,12.0,3450.0,1.0,8.0,0.0,8.0,2121.0,20840.0,26300.0,109.0,3.6469730123997084,5.139085337105139,-1.4921123247054306,-0.3382332155477032,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,0.653,0.345,0.308,98.287,99.138,-0.851,0.163,0.23,-0.067,0.489,0.029,0.46,0.0,0.0,0.0,0.0,0.23,-0.23 +24510160500,"Census Tract 1605, Baltimore city, Maryland",4605,3028.0,36333.0,70900.0,253.0,0.0,4605.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1605,4887.0,21.0,4805.0,6.0,8.0,1.0,44.0,3022.0,26267.0,53100.0,373.0,8.355350066050198,12.342819324950364,-3.987469258900166,-0.07847672778561354,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,0.0,0.43,-0.43,100.0,98.322,1.678,0.0,0.164,-0.164,0.0,0.123,-0.123,0.0,0.02,-0.02,0.0,0.9,-0.9 +24510160600,"Census Tract 1606, Baltimore city, Maryland",3393,2245.0,33586.0,66600.0,214.0,71.0,3188.0,40.0,27.0,0.0,21.0,21.0,65.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1606,4121.0,14.0,4076.0,4.0,18.0,0.0,9.0,2622.0,23362.0,41500.0,154.0,9.53229398663697,5.8733790999237225,3.658914886713248,0.10270270270270271,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.093,0.34,1.753,93.958,98.908,-4.95,0.796,0.437,0.359,1.179,0.097,1.082,0.0,0.0,0.0,1.916,0.218,1.698 +24510160700,"Census Tract 1607, Baltimore city, Maryland",4311,2661.0,36097.0,81500.0,342.0,60.0,4164.0,0.0,0.0,0.0,0.0,47.0,40.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1607,6118.0,28.0,6024.0,10.0,14.0,0.0,33.0,4028.0,26200.0,53300.0,231.0,12.852311161217587,5.734856007944389,7.117455153273198,0.05825766871165644,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.392,0.458,0.934,96.59,98.464,-1.874,0.0,0.229,-0.229,0.0,0.163,-0.163,0.0,0.0,0.0,0.928,0.539,0.389 +24510160801,"Census Tract 1608.01, Baltimore city, Maryland",3128,2191.0,40260.0,111100.0,362.0,52.0,3035.0,0.0,0.0,11.0,0.0,30.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1608.01,3577.0,15.0,3525.0,3.0,5.0,0.0,29.0,2226.0,33105.0,64000.0,170.0,16.5221360109539,7.6370170709793355,8.885118939974564,0.17047704770477048,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.662,0.419,1.243,97.027,98.546,-1.519,0.0,0.14,-0.14,0.0,0.084,-0.084,0.352,0.0,0.352,0.0,0.811,-0.811 +24510160802,"Census Tract 1608.02, Baltimore city, Maryland",3375,2073.0,42297.0,90900.0,181.0,56.0,3177.0,0.0,0.0,0.0,9.0,34.0,99.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1608.02,3515.0,20.0,3437.0,8.0,19.0,0.0,29.0,2237.0,32602.0,54100.0,58.0,8.731307284129281,2.592758158247653,6.138549125881628,0.14297029702970296,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.659,0.569,1.09,94.133,97.781,-3.648,0.0,0.541,-0.541,0.0,0.228,-0.228,0.0,0.0,0.0,2.933,0.825,2.108 +24510170100,"Census Tract 1701, Baltimore city, Maryland",1661,1292.0,27000.0,166000.0,454.0,515.0,1065.0,52.0,14.0,0.0,0.0,15.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1701,1690.0,257.0,1351.0,4.0,31.0,0.0,46.0,1077.0,19922.0,85000.0,301.0,35.139318885448915,27.948003714020427,7.191315171428489,0.26265060240963856,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,31.005,15.207,15.798,64.118,79.941,-15.823,0.843,1.834,-0.991,3.131,0.237,2.894,0.0,0.0,0.0,1.144,2.722,-1.578 +24510170200,"Census Tract 1702, Baltimore city, Maryland",3033,1683.0,14707.0,182400.0,194.0,223.0,2641.0,0.0,113.0,0.0,0.0,48.0,8.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1702,3159.999988,271.8378143,2819.772659,8.134560823,31.5941925,0.063031159,24.40014172,1972.009201,10587.31273,110370.7924,202.3760605,11.527035056446822,10.262429830315988,1.2646052261308345,0.12865163894736836,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,True,False,True,False,False,False,False,True,7.352,8.602,-1.25,87.076,89.233,-2.157,3.726,1.0,2.726,0.0,0.257,-0.257,0.0,0.002,-0.002,0.264,0.772,-0.508 +24510170300,"Census Tract 1703, Baltimore city, Maryland",1630,1110.0,22574.0,142000.0,249.0,34.0,1524.0,9.0,42.0,0.0,0.0,11.0,10.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1703,1523.0,7.0,1502.0,1.0,2.0,0.0,11.0,1029.0,10408.0,38400.0,79.0,22.43243243243243,7.6773566569484935,14.755075775483938,0.6105915492957746,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,2.086,0.46,1.626,93.497,98.621,-5.124,2.577,0.131,2.446,0.552,0.066,0.486,0.0,0.0,0.0,0.613,0.722,-0.109 +24510180100,"Census Tract 1801, Baltimore city, Maryland",2253,1063.0,15662.0,132700.0,17.0,4.0,2231.0,0.0,0.0,0.0,5.0,0.0,13.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1801,1988.0,17.0,1945.0,1.0,19.0,0.0,6.0,1069.0,9313.0,55200.0,46.0,1.5992474129821261,4.303086997193639,-2.7038395842115133,0.40099472494348154,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,0.178,0.855,-0.677,99.024,97.837,1.187,0.0,0.956,-0.956,0.0,0.05,-0.05,0.0,0.0,0.0,0.577,0.302,0.275 +24510180200,"Census Tract 1802, Baltimore city, Maryland",930,664.0,22778.0,157300.0,59.0,68.0,796.0,0.0,13.0,0.0,0.0,20.0,33.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1802,1271.0,53.0,1208.0,2.0,3.0,1.0,5.0,917.0,21154.0,50800.0,51.0,8.885542168674698,5.561613958560524,3.3239282101141745,0.5349523204068659,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,7.312,4.17,3.142,85.591,95.043,-9.452,1.398,0.236,1.162,0.0,0.157,-0.157,0.0,0.079,-0.079,3.548,0.393,3.155 +24510180300,"Census Tract 1803, Baltimore city, Maryland",1651,1253.0,36458.0,182800.0,479.0,609.0,917.0,0.0,41.0,0.0,0.0,64.0,20.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1803,2105.0,709.0,1287.0,10.0,68.0,0.0,26.0,1311.0,24223.0,45000.0,236.0,38.22825219473264,18.001525553012968,20.226726641719672,0.6455142231947484,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,36.887,33.682,3.205,55.542,61.14,-5.598,2.483,3.23,-0.747,0.0,0.475,-0.475,0.0,0.0,0.0,1.211,1.235,-0.024 +24510190100,"Census Tract 1901, Baltimore city, Maryland",2057,1244.0,20000.0,85300.0,142.0,51.0,1750.0,0.0,35.0,0.0,0.0,18.0,203.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1901,2549.0,49.0,2439.0,3.0,23.0,1.0,34.0,1555.0,18000.0,52900.0,56.0,11.414790996784566,3.6012861736334405,7.813504823151126,0.10696365767878077,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.479,1.922,0.557,85.075,95.685,-10.61,1.702,0.902,0.8,0.0,0.118,-0.118,0.0,0.039,-0.039,9.869,1.334,8.535 +24510190200,"Census Tract 1902, Baltimore city, Maryland",1877,1309.0,36875.0,190400.0,269.0,397.0,994.0,0.0,88.0,0.0,0.0,172.0,226.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1902,2321.0,1155.0,1083.0,12.0,38.0,0.0,24.0,1441.0,27643.0,51700.0,158.0,20.55003819709702,10.964607911172797,9.585430285924224,0.6089915966386554,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,21.151,49.763,-28.612,52.957,46.661,6.296,4.688,1.637,3.051,0.0,0.517,-0.517,0.0,0.0,0.0,12.04,1.034,11.006 +24510190300,"Census Tract 1903, Baltimore city, Maryland",2442,1505.0,20352.0,59200.0,163.0,527.0,1518.0,0.0,118.0,0.0,1.0,10.0,268.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 1903,2726.0,980.0,1577.0,25.0,93.0,0.0,46.0,1627.0,20360.0,26500.0,121.0,10.830564784053156,7.4370006146281495,3.393564169425006,0.3554054054054054,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,21.581,35.95,-14.369,62.162,57.85,4.312,4.832,3.412,1.42,0.0,0.917,-0.917,0.0,0.0,0.0,10.975,1.687,9.288 +24510200100,"Census Tract 2001, Baltimore city, Maryland",1745,1120.0,32636.0,61000.0,82.0,27.0,1716.0,0.0,0.0,0.0,0.0,0.0,2.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2001,2124.0,9.0,2093.0,8.0,10.0,0.0,4.0,1335.0,23456.0,35600.0,61.0,7.321428571428571,4.569288389513108,2.752140181915463,0.15960655737704918,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,1.547,0.424,1.123,98.338,98.54,-0.202,0.0,0.471,-0.471,0.0,0.377,-0.377,0.0,0.0,0.0,0.115,0.188,-0.073 +24510200200,"Census Tract 2002, Baltimore city, Maryland",2618,1724.0,29974.0,48400.0,65.0,67.0,2494.0,0.0,0.0,0.0,0.0,57.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2002,3431.0,38.0,3365.0,6.0,6.0,0.0,15.0,2198.0,26949.0,43300.0,122.0,3.7703016241299303,5.550500454959054,-1.7801988308291237,-0.28826446280991735,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,2.559,1.108,1.451,95.264,98.076,-2.812,0.0,0.175,-0.175,0.0,0.175,-0.175,0.0,0.0,0.0,0.0,0.437,-0.437 +24510200300,"Census Tract 2003, Baltimore city, Maryland",1612,973.0,21890.0,43000.0,48.0,237.0,1061.0,81.0,25.0,0.0,0.0,94.0,114.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2003,2263.0,825.0,1307.0,17.0,70.0,0.0,35.0,1171.0,18804.0,24100.0,13.0,4.933196300102775,1.1101622544833476,3.8230340456194276,0.19293023255813954,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,14.702,36.456,-21.754,65.819,57.755,8.064,1.551,3.093,-1.542,5.025,0.751,4.274,0.0,0.0,0.0,7.072,1.547,5.525 +24510200400,"Census Tract 2004, Baltimore city, Maryland",1549,899.0,30365.0,54200.0,47.0,84.0,1368.0,15.0,50.0,0.0,0.0,16.0,25.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2004,2035.0,92.0,1932.0,0.0,0.0,0.0,9.0,1256.0,22386.0,29300.0,28.0,5.2280311457174635,2.229299363057325,2.9987317826601387,0.22154981549815497,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,5.423,4.521,0.902,88.315,94.939,-6.624,3.228,0.0,3.228,0.968,0.0,0.968,0.0,0.0,0.0,1.614,0.442,1.172 +24510200500,"Census Tract 2005, Baltimore city, Maryland",2943,1954.0,20982.0,33900.0,115.0,763.0,1491.0,93.0,168.0,0.0,0.0,132.0,296.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2005,3516.0,2016.0,1304.0,23.0,76.0,1.0,86.0,2134.0,22451.0,31100.0,108.0,5.885363357215967,5.060918462980319,0.8244448942356479,-0.3210619469026549,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,25.926,57.338,-31.412,50.663,37.088,13.575,5.708,2.162,3.546,3.16,0.654,2.506,0.0,0.028,-0.028,10.058,2.446,7.612 +24510200600,"Census Tract 2006, Baltimore city, Maryland",2299,1714.0,33550.0,78200.0,189.0,612.0,1534.0,0.0,0.0,0.0,0.0,76.0,77.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2006,2875.0,1022.0,1772.0,25.0,12.0,1.0,37.0,1848.0,30000.0,53100.0,135.0,11.02683780630105,7.305194805194805,3.7216430011062442,0.022199488491048594,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,26.62,35.548,-8.928,66.725,61.635,5.09,0.0,0.417,-0.417,0.0,0.87,-0.87,0.0,0.035,-0.035,3.349,1.287,2.062 +24510200701,"Census Tract 2007.01, Baltimore city, Maryland",5483,3559.0,37194.0,83200.0,204.0,61.0,5314.0,0.0,0.0,0.0,0.0,0.0,108.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2007.01,4903.0,33.0,4815.0,7.0,12.0,0.0,32.0,3358.0,28617.0,57800.0,166.0,5.731947176173082,4.9434187016081,0.7885284745649823,-0.0003846153846153846,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,1.113,0.673,0.44,96.918,98.205,-1.287,0.0,0.245,-0.245,0.0,0.143,-0.143,0.0,0.0,0.0,1.97,0.653,1.317 +24510200702,"Census Tract 2007.02, Baltimore city, Maryland",1100,707.0,27328.0,84600.0,44.0,28.0,1062.0,0.0,0.0,0.0,0.0,10.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2007.02,1550.0,36.0,1489.0,13.0,3.0,0.0,9.0,959.0,34756.0,56800.0,53.0,6.223479490806223,5.526590198123045,0.6968892926831787,0.033191489361702124,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.545,2.323,0.222,96.545,96.065,0.48,0.0,0.194,-0.194,0.0,0.839,-0.839,0.0,0.0,0.0,0.0,0.581,-0.581 +24510200800,"Census Tract 2008, Baltimore city, Maryland",2075,1493.0,38750.0,96400.0,206.0,207.0,1807.0,0.0,0.0,0.0,0.0,31.0,30.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2008,2500.0,471.0,1952.0,11.0,34.0,1.0,29.0,1561.0,26628.0,62900.0,150.0,13.797722705961153,9.609224855861628,4.188497850099525,0.0604149377593361,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,9.976,18.84,-8.864,87.084,78.08,9.004,0.0,1.36,-1.36,0.0,0.44,-0.44,0.0,0.04,-0.04,1.446,1.16,0.286 +24510210100,"Census Tract 2101, Baltimore city, Maryland",2378,1620.0,44583.0,169500.0,682.0,701.0,1530.0,0.0,64.0,0.0,0.0,32.0,51.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2101,2220.0,854.0,1260.0,19.0,48.0,0.0,37.0,1522.0,23877.0,57400.0,281.0,42.098765432098766,18.462549277266753,23.636216154832013,0.5123539823008849,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,29.479,38.468,-8.989,64.34,56.757,7.583,2.691,2.162,0.529,0.0,0.856,-0.856,0.0,0.0,0.0,2.145,1.667,0.478 +24510210200,"Census Tract 2102, Baltimore city, Maryland",3025,2354.0,32000.0,132400.0,503.0,1122.0,1585.0,0.0,73.0,0.0,0.0,153.0,92.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2102,3481.0,1904.0,1302.0,19.0,222.0,0.0,27.0,2010.0,21033.0,36500.0,100.0,21.367884451996602,4.975124378109452,16.39276007388715,0.6030211480362537,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,37.091,54.697,-17.606,52.397,37.403,14.994,2.413,6.377,-3.964,0.0,0.546,-0.546,0.0,0.0,0.0,3.041,0.776,2.265 +24510220100,"Census Tract 2201, Baltimore city, Maryland",4308,3500.0,69245.0,468800.0,2307.0,2892.0,639.0,31.0,244.0,0.0,79.0,153.0,270.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2201,4052.0,2932.0,853.0,14.0,133.0,1.0,98.0,3258.0,51489.0,190000.0,2044.0,65.91428571428571,62.737875997544506,3.1764097167412046,0.41638225255972694,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,False,True,True,False,False,False,True,67.131,72.359,-5.228,14.833,21.051,-6.218,5.664,3.282,2.382,0.72,0.346,0.374,0.0,0.025,-0.025,6.267,2.419,3.848 +24510230100,"Census Tract 2301, Baltimore city, Maryland",1822,1352.0,61563.0,320600.0,716.0,1044.0,641.0,0.0,41.0,0.0,5.0,19.0,72.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2301,1699.0,950.0,669.0,20.0,27.0,0.0,25.0,1215.0,32326.0,85500.0,356.0,52.9585798816568,29.300411522633745,23.65816835902306,0.6159700561447287,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,57.3,55.915,1.385,35.181,39.376,-4.195,2.25,1.589,0.661,0.0,1.177,-1.177,0.0,0.0,0.0,3.952,1.471,2.481 +24510230200,"Census Tract 2302, Baltimore city, Maryland",2166,1530.0,105511.0,264700.0,1057.0,1622.0,289.0,0.0,87.0,0.0,0.0,62.0,106.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2302,2413.0,2098.0,182.0,23.0,55.0,0.0,50.0,1744.0,44414.0,95100.0,555.0,69.08496732026144,31.823394495412845,37.2615728248486,0.48264450321118246,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,True,True,True,False,False,False,True,74.885,86.946,-12.061,13.343,7.542,5.801,4.017,2.279,1.738,0.0,0.953,-0.953,0.0,0.0,0.0,4.894,2.072,2.822 +24510230300,"Census Tract 2303, Baltimore city, Maryland",1306,1104.0,103889.0,276600.0,818.0,1164.0,57.0,0.0,31.0,0.0,0.0,11.0,43.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2303,1341.0,1247.0,52.0,6.0,15.0,0.0,19.0,905.0,31641.0,59500.0,69.0,74.09420289855072,7.624309392265193,66.46989350628553,0.690238611713666,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,89.127,92.99,-3.863,4.364,3.878,0.486,2.374,1.119,1.255,0.0,0.447,-0.447,0.0,0.0,0.0,3.292,1.417,1.875 +24510240100,"Census Tract 2401, Baltimore city, Maryland",3091,2502.0,119353.0,299100.0,1811.0,2806.0,93.0,34.0,73.0,0.0,8.0,9.0,102.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2401,2134.246518,2062.271973,16.99399948,11.99576473,14.99470615,0.0,22.99188232,1525.461426,38223.998869999996,75000.00285,245.9131775,72.38209432454036,16.120576588083452,56.26151773645691,0.6389167365295888,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,90.78,96.628,-5.848,3.009,0.796,2.213,2.362,0.703,1.659,1.1,0.562,0.538,0.0,0.0,0.0,3.3,1.077,2.223 +24510240200,"Census Tract 2402, Baltimore city, Maryland",3218,2787.0,126597.0,367300.0,2275.0,2559.0,260.0,0.0,188.0,0.0,0.0,102.0,109.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2402,2013.0,1891.0,39.0,3.0,46.0,0.0,26.0,1611.0,77340.0,122600.0,797.0,81.62899174739864,49.4723774053383,32.156614342060344,0.5193465831745168,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,True,True,True,False,False,False,True,79.521,93.939,-14.418,8.08,1.937,6.143,5.842,2.285,3.557,0.0,0.149,-0.149,0.0,0.0,0.0,3.387,1.292,2.095 +24510240300,"Census Tract 2403, Baltimore city, Maryland",2075,1687.0,115078.0,356900.0,1292.0,1656.0,58.0,0.0,150.0,13.0,8.0,33.0,157.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2403,2087.0,1833.0,159.0,7.0,61.0,0.0,15.0,1866.0,53917.0,140700.0,1029.0,76.58565500889152,55.144694533762056,21.440960475129465,0.4323115718688708,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,True,True,True,False,False,False,True,79.807,87.829,-8.022,2.795,7.619,-4.824,7.229,2.923,4.306,0.0,0.335,-0.335,0.627,0.0,0.627,7.566,0.719,6.847 +24510240400,"Census Tract 2404, Baltimore city, Maryland",2877,2431.0,102107.0,312500.0,1630.0,2579.0,17.0,0.0,98.0,0.0,0.0,39.0,144.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2404,2405.753513,2256.728102,62.00599987,11.0042352,33.005294,0.0,39.00811747,1764.5385760000001,41456.99871,94993.7247,531.0868216,67.05059646236117,30.097773368259872,36.9528230941013,0.5622689165824,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,89.642,93.805,-4.163,0.591,2.577,-1.986,3.406,1.372,2.034,0.0,0.457,-0.457,0.0,0.0,0.0,5.005,1.621,3.384 +24510250101,"Census Tract 2501.01, Baltimore city, Maryland",4354,2946.0,54853.0,134700.0,481.0,516.0,3532.0,15.0,13.0,0.0,0.0,266.0,12.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2501.01,3678.0,458.0,3120.0,6.0,40.0,0.0,39.0,2171.0,32276.0,68900.0,191.0,16.32722335369993,8.797789037309995,7.529434316389937,0.2634298440979955,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,11.851,12.452,-0.601,81.121,84.829,-3.708,0.299,1.088,-0.789,0.345,0.163,0.182,0.0,0.0,0.0,0.276,1.06,-0.784 +24510250102,"Census Tract 2501.02, Baltimore city, Maryland",3250,2035.0,48950.0,115900.0,271.0,84.0,3113.0,0.0,19.0,0.0,0.0,16.0,18.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2501.02,3251.0,387.0,2784.0,6.0,34.0,0.0,26.0,1901.0,32199.0,62600.0,249.0,13.316953316953317,13.09836927932667,0.21858403762664658,0.2222260569456428,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.585,11.904,-9.319,95.785,85.635,10.15,0.585,1.046,-0.461,0.0,0.185,-0.185,0.0,0.0,0.0,0.554,0.8,-0.246 +24510250103,"Census Tract 2501.03, Baltimore city, Maryland",3417,2778.0,38109.0,144200.0,373.0,2004.0,994.0,0.0,29.0,0.0,0.0,133.0,257.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2501.03,4153.0,3464.0,520.0,21.0,63.0,1.0,67.0,2984.0,30000.0,73900.0,256.0,13.426925845932326,8.579088471849866,4.847837374082459,0.2620249653259362,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,58.648,83.41,-24.762,29.09,12.521,16.569,0.849,1.517,-0.668,0.0,0.506,-0.506,0.0,0.024,-0.024,7.521,1.613,5.908 +24510250203,"Census Tract 2502.03, Baltimore city, Maryland",1938,1182.0,38009.0,87700.0,149.0,198.0,1499.0,0.0,59.0,0.0,0.0,37.0,145.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.03,1842.0,43.0,1781.0,1.0,7.0,0.0,8.0,1045.0,22240.0,56600.0,43.0,12.60575296108291,4.114832535885167,8.490920425197743,0.07064994298745723,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,10.217,2.334,7.883,77.348,96.688,-19.34,3.044,0.38,2.664,0.0,0.054,-0.054,0.0,0.0,0.0,7.482,0.434,7.048 +24510250204,"Census Tract 2502.04, Baltimore city, Maryland",4037,1967.0,14520.0,129900.0,99.0,88.0,3736.0,0.0,0.0,0.0,0.0,9.0,204.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.04,3639.0,39.0,3543.0,3.0,17.0,0.0,37.0,1734.0,13750.0,52600.0,52.0,5.033045246568379,2.9988465974625145,2.034198649105864,0.416905311778291,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,2.18,1.072,1.108,92.544,97.362,-4.818,0.0,0.467,-0.467,0.0,0.082,-0.082,0.0,0.0,0.0,5.053,1.017,4.036 +24510250205,"Census Tract 2502.05, Baltimore city, Maryland",4397,2751.0,40453.0,105500.0,364.0,1307.0,2402.0,0.0,250.0,0.0,0.0,61.0,377.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.05,4369.0,1815.0,2326.0,25.0,67.0,0.0,117.0,2555.0,33405.0,58600.0,186.0,13.231552162849873,7.279843444227006,5.951708718622867,0.20015165876777252,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,29.725,41.543,-11.818,54.628,53.239,1.389,5.686,1.534,4.152,0.0,0.572,-0.572,0.0,0.0,0.0,8.574,2.678,5.896 +24510250206,"Census Tract 2502.06, Baltimore city, Maryland",2021,1563.0,53079.0,109900.0,223.0,1554.0,153.0,42.0,28.0,0.0,0.0,28.0,216.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.06,2541.0,2369.0,85.0,17.0,41.0,0.0,27.0,1766.0,36136.0,61000.0,74.0,14.267434420985285,4.190260475651189,10.077173945334096,0.20072793448589626,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,76.893,93.231,-16.338,7.571,3.345,4.226,1.385,1.614,-0.229,2.078,0.669,1.409,0.0,0.0,0.0,10.688,1.063,9.625 +24510250207,"Census Tract 2502.07, Baltimore city, Maryland",2093,1317.0,30688.0,75400.0,218.0,66.0,1822.0,0.0,16.0,0.0,0.0,69.0,120.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2502.07,2183.0,32.0,2121.0,8.0,5.0,0.0,15.0,1220.0,21464.0,57900.0,60.0,16.552771450265755,4.918032786885246,11.63473866338051,-0.10578249336870027,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,False,False,True,False,True,False,3.153,1.466,1.687,87.052,97.16,-10.108,0.764,0.229,0.535,0.0,0.366,-0.366,0.0,0.0,0.0,5.733,0.687,5.046 +24510250301,"Census Tract 2503.01, Baltimore city, Maryland",2348,1338.0,28917.0,96300.0,87.0,157.0,2064.0,0.0,0.0,0.0,0.0,0.0,127.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2503.01,3262.0,255.0,2957.0,5.0,14.0,0.0,26.0,1790.0,19548.216790000002,57664.30155,76.0,6.502242152466367,4.245810055865922,2.256432096600445,0.13773007028037396,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,6.687,7.817,-1.13,87.905,90.65,-2.745,0.0,0.429,-0.429,0.0,0.153,-0.153,0.0,0.0,0.0,5.409,0.797,4.612 +24510250303,"Census Tract 2503.03, Baltimore city, Maryland",2224,1579.0,33833.0,88200.0,161.0,1177.0,543.0,0.0,227.0,0.0,0.0,29.0,248.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2503.03,2354.0,2160.0,94.0,25.0,49.0,0.0,25.0,1535.0,29757.0,55100.0,47.0,10.19632678910703,3.0618892508143323,7.134437538292698,0.10040816326530612,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,52.923,91.759,-38.836,24.415,3.993,20.422,10.207,2.082,8.125,0.0,1.062,-1.062,0.0,0.0,0.0,11.151,1.062,10.089 +24510250401,"Census Tract 2504.01, Baltimore city, Maryland",3497,2461.0,41622.0,112300.0,236.0,1537.0,1007.0,0.0,290.0,23.0,44.0,33.0,563.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2504.01,3489.0,2752.0,420.0,47.0,78.0,0.0,165.0,2267.0,36188.0,63700.0,171.0,9.589597724502235,7.543008381120424,2.046589343381812,0.1831878895814782,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,43.952,78.876,-34.924,28.796,12.038,16.758,8.293,2.236,6.057,0.0,1.347,-1.347,0.658,0.0,0.658,16.1,4.729,11.371 +24510250402,"Census Tract 2504.02, Baltimore city, Maryland",4232,2662.0,42163.0,87700.0,283.0,1128.0,2139.0,84.0,0.0,0.0,0.0,229.0,652.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2504.02,4457.0,2702.0,1531.0,60.0,59.0,0.0,85.0,2461.0,22948.0,62700.0,100.0,10.631104432757326,4.063388866314506,6.5677155664428195,-0.0295096921322691,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,26.654,60.624,-33.97,50.543,34.35,16.193,0.0,1.324,-1.324,1.985,1.346,0.639,0.0,0.0,0.0,15.406,1.907,13.499 +24510250500,"Census Tract 2505, Baltimore city, Maryland",5171,3230.0,37258.0,104700.0,185.0,2454.0,1751.0,0.0,36.0,0.0,18.0,204.0,708.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2505,5279.0,3658.0,1336.0,62.0,104.0,3.0,105.0,3365.0,21515.0,54000.0,260.0,5.727554179566564,7.726597325408618,-1.9990431458420543,0.25730659025787966,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,47.457,69.293,-21.836,33.862,25.308,8.554,0.696,1.97,-1.274,0.0,1.174,-1.174,0.0,0.057,-0.057,13.692,1.989,11.703 +24510250600,"Census Tract 2506, Baltimore city, Maryland",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2506,117.0,105.0,7.0,0.0,5.0,0.0,0.0,65.0,35000.0,58900.0,37.0,,56.92307692307692,,,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,True,True,True,False,False,False,False,False,False,False,,89.744,,,5.983,,,4.274,,,0.0,,,0.0,,,0.0, +24510260101,"Census Tract 2601.01, Baltimore city, Maryland",4725,3424.0,50981.0,152300.0,933.0,1199.0,3051.0,0.0,98.0,0.0,1.0,45.0,331.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2601.01,4636.0,2611.0,1875.0,14.0,44.0,0.0,69.0,3123.0,35268.0,87500.0,392.0,27.248831775700936,12.55203330131284,14.696798474388096,0.1726854891661195,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,False,True,False,True,False,25.376,56.32,-30.944,64.571,40.444,24.127,2.074,0.949,1.125,0.0,0.302,-0.302,0.0,0.0,0.0,7.005,1.488,5.517 +24510260102,"Census Tract 2601.02, Baltimore city, Maryland",4742,3360.0,52560.0,124900.0,579.0,505.0,3955.0,0.0,54.0,0.0,0.0,20.0,208.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2601.02,5107.0,1601.0,3334.0,18.0,52.0,4.0,79.0,3329.0,42684.0,76100.0,395.0,17.232142857142858,11.86542505256834,5.3667178045745185,0.12262610088070457,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,10.65,31.349,-20.699,83.404,65.283,18.121,1.139,1.018,0.121,0.0,0.352,-0.352,0.0,0.078,-0.078,4.386,1.547,2.839 +24510260201,"Census Tract 2602.01, Baltimore city, Maryland",5259,3760.0,34417.0,142200.0,849.0,654.0,4239.0,0.0,248.0,0.0,0.0,59.0,59.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2602.01,4847.0,1321.0,3410.0,9.0,57.0,0.0,48.0,3064.0,27566.0,80500.0,391.0,22.579787234042552,12.761096605744125,9.818690628298427,0.1848101265822785,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,12.436,27.254,-14.818,80.605,70.353,10.252,4.716,1.176,3.54,0.0,0.186,-0.186,0.0,0.0,0.0,1.122,0.99,0.132 +24510260202,"Census Tract 2602.02, Baltimore city, Maryland",5785,3822.0,38347.0,101300.0,363.0,280.0,4861.0,0.0,436.0,0.0,0.0,35.0,173.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2602.02,5874.0,724.0,5004.0,27.0,35.0,0.0,65.0,3484.0,27031.0,62100.0,399.0,9.497645211930926,11.45235361653272,-1.954708404601794,0.11723593287265548,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.84,12.326,-7.486,84.028,85.189,-1.161,7.537,0.596,6.941,0.0,0.46,-0.46,0.0,0.0,0.0,2.99,1.107,1.883 +24510260203,"Census Tract 2602.03, Baltimore city, Maryland",3041,1959.0,37500.0,129100.0,207.0,121.0,2869.0,15.0,0.0,0.0,0.0,24.0,12.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2602.03,2849.0,281.0,2514.0,5.0,10.0,0.0,35.0,1598.0,36385.0,71800.0,169.0,10.566615620214396,10.575719649561952,-0.009104029347556164,0.19913245546088304,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,3.979,9.863,-5.884,94.344,88.241,6.103,0.0,0.351,-0.351,0.493,0.176,0.317,0.0,0.0,0.0,0.395,1.229,-0.834 +24510260301,"Census Tract 2603.01, Baltimore city, Maryland",4649,2785.0,37409.0,103800.0,490.0,296.0,4132.0,0.0,50.0,0.0,12.0,152.0,7.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2603.01,4508.517588000001,790.6519480000001,3604.815156,7.005428377,55.02388486,0.0,40.01465662,2679.330402,36707.18829,61999.07581,321.2366772,17.594254937163374,11.989438740373759,5.604816196789615,0.13989721419653184,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,6.367,17.537,-11.17,88.879,79.956,8.923,1.076,1.22,-0.144,0.0,0.155,-0.155,0.0,0.0,0.0,0.151,0.888,-0.737 +24510260302,"Census Tract 2603.02, Baltimore city, Maryland",6557,4274.0,31097.0,107700.0,581.0,304.0,5964.0,31.0,0.0,0.0,98.0,1.0,159.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2603.02,6476.482529999999,1200.3480220000001,5183.185059,9.994571686,43.97611618,0.0,26.98534393,4290.669434,36924.00085,60899.99913,435.76333619999997,13.593823116518484,10.156068718483334,3.4377543980351497,0.18573817319220062,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.636,18.534,-13.898,90.956,80.031,10.925,0.0,0.679,-0.679,0.473,0.154,0.319,0.0,0.0,0.0,2.425,0.417,2.008 +24510260303,"Census Tract 2603.03, Baltimore city, Maryland",947,553.0,17898.0,46800.0,45.0,226.0,615.0,22.0,0.0,0.0,0.0,27.0,65.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2603.03,1700.0,287.0,1372.0,15.0,14.0,4.0,10.0,993.0,11840.0,24300.0,15.0,8.1374321880651,1.5105740181268883,6.626858169938211,0.2523076923076923,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,23.865,16.882,6.983,64.942,80.706,-15.764,0.0,0.824,-0.824,2.323,0.882,1.441,0.0,0.235,-0.235,6.864,0.588,6.276 +24510260401,"Census Tract 2604.01, Baltimore city, Maryland",3533,2149.0,32105.0,36300.0,162.0,1794.0,163.0,195.0,18.0,0.0,10.0,192.0,1356.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.01,2911.0,2645.0,59.0,33.0,29.0,0.0,129.0,1965.0,25704.0,19800.0,80.0,7.538389948813402,4.071246819338422,3.4671431294749793,0.21454545454545454,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,50.778,90.862,-40.084,4.614,2.027,2.587,0.509,0.996,-0.487,5.519,1.134,4.385,0.0,0.0,0.0,38.381,4.431,33.95 +24510260402,"Census Tract 2604.02, Baltimore city, Maryland",2999,1837.0,42231.0,131100.0,317.0,107.0,2729.0,0.0,0.0,0.0,33.0,130.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.02,1999.995112,81.99980164,1872.995483,0.999997556,4.999987602,0.0,24.99993896,1097.997314,22354.99965,56400.00016,88.99977875,17.256396298312467,8.10564630853004,9.150749989782426,0.38050343073684206,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,3.568,4.1,-0.532,90.997,93.65,-2.653,0.0,0.25,-0.25,0.0,0.05,-0.05,0.0,0.0,0.0,0.0,1.25,-1.25 +24510260403,"Census Tract 2604.03, Baltimore city, Maryland",1840,1027.0,31657.0,126500.0,217.0,123.0,1685.0,0.0,0.0,0.0,0.0,32.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.03,1760.004829,61.00019797,1669.0045220000002,2.000002414,3.000012072,0.0,24.00006036,1018.002651,33878.96282,71499.93957999999,109.0002149,21.12950340798442,10.707262382168395,10.422241025816025,0.18608764430671954,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,6.685,3.466,3.219,91.576,94.83,-3.254,0.0,0.17,-0.17,0.0,0.114,-0.114,0.0,0.0,0.0,0.0,1.364,-1.364 +24510260404,"Census Tract 2604.04, Baltimore city, Maryland",2277,1495.0,35900.0,77500.0,139.0,490.0,691.0,28.0,131.0,0.0,117.0,20.0,800.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2604.04,1823.0,1110.0,576.0,45.0,43.0,0.0,42.0,1145.0,31576.0,44900.0,69.0,9.297658862876254,6.026200873362446,3.2714579895138085,0.1657290322580645,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,21.52,60.889,-39.369,30.347,31.596,-1.249,5.753,2.359,3.394,1.23,2.468,-1.238,0.0,0.0,0.0,35.134,2.304,32.83 +24510260501,"Census Tract 2605.01, Baltimore city, Maryland",5785,3982.0,53911.0,114300.0,785.0,3016.0,599.0,7.0,195.0,0.0,25.0,123.0,1827.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2605.01,4906.0,4061.0,355.0,68.0,159.0,1.0,122.0,3626.0,29017.0,64600.0,294.0,19.71371170266198,8.108108108108109,11.60560359455387,0.18614173228346456,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,False,True,False,True,False,52.135,82.776,-30.641,10.354,7.236,3.118,3.371,3.241,0.13,0.121,1.386,-1.265,0.0,0.02,-0.02,31.582,2.487,29.095 +24510260604,"Census Tract 2606.04, Baltimore city, Maryland",1435,672.0,22027.0,88300.0,95.0,185.0,1014.0,0.0,84.0,0.0,0.0,0.0,152.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2606.04,2785.0,753.0,1845.0,59.0,17.0,0.0,103.0,1178.0,8365.0,52400.0,58.0,14.136904761904763,4.923599320882852,9.21330544102191,0.1454586636466591,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,12.892,27.038,-14.146,70.662,66.248,4.414,5.854,0.61,5.244,0.0,2.118,-2.118,0.0,0.0,0.0,10.592,3.698,6.894 +24510260605,"Census Tract 2606.05, Baltimore city, Maryland",4606,3050.0,37326.0,110400.0,404.0,2307.0,773.0,33.0,37.0,0.0,0.0,62.0,1394.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2606.05,4150.0,3132.0,633.0,74.0,87.0,0.0,174.0,3122.0,33141.0,68500.0,215.0,13.245901639344263,6.886611146700833,6.35929049264343,0.10652173913043478,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,50.087,75.47,-25.383,16.782,15.253,1.529,0.803,2.096,-1.293,0.716,1.783,-1.067,0.0,0.0,0.0,30.265,4.193,26.072 +24510260700,"Census Tract 2607, Baltimore city, Maryland",2691,1800.0,56818.0,171400.0,478.0,1100.0,60.0,75.0,75.0,0.0,0.0,220.0,1161.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2607,1959.0,1498.0,120.0,30.0,37.0,0.0,159.0,1269.0,24271.0,52100.0,41.0,26.555555555555557,3.230890464933018,23.32466509062254,0.5622870478413069,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,40.877,76.468,-35.591,2.23,6.126,-3.896,2.787,1.889,0.898,2.787,1.531,1.256,0.0,0.0,0.0,43.144,8.116,35.028 +24510260800,"Census Tract 2608, Baltimore city, Maryland",2704,1917.0,44519.0,139000.0,429.0,1133.0,445.0,0.0,25.0,0.0,0.0,50.0,1051.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2608,2465.0,1738.0,391.0,61.0,28.0,1.0,217.0,1736.0,25065.0,40900.0,65.0,22.378716744913927,3.7442396313364057,18.63447711357752,0.5762877697841726,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,41.901,70.507,-28.606,16.457,15.862,0.595,0.925,1.136,-0.211,0.0,2.475,-2.475,0.0,0.041,-0.041,38.868,8.803,30.065 +24510260900,"Census Tract 2609, Baltimore city, Maryland",3110,2527.0,99932.0,258500.0,1694.0,2521.0,238.0,0.0,65.0,0.0,0.0,95.0,191.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2609,2356.0,2122.0,90.0,30.0,13.0,0.0,92.0,1701.0,32717.0,73100.0,285.0,67.03601108033241,16.75485008818342,50.281160992149,0.59278916827853,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,81.061,90.068,-9.007,7.653,3.82,3.833,2.09,0.552,1.538,0.0,1.273,-1.273,0.0,0.0,0.0,6.141,3.905,2.236 +24510261000,"Census Tract 2610, Baltimore city, Maryland",3077,1888.0,53194.0,188900.0,509.0,1426.0,855.0,0.0,0.0,0.0,0.0,64.0,732.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2610,3018.0,1355.0,1288.0,43.0,39.0,0.0,276.0,1936.0,25212.0,46500.0,59.0,26.959745762711865,3.0475206611570247,23.91222510155484,0.6455267337215458,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,46.344,44.897,1.447,27.787,42.677,-14.89,0.0,1.292,-1.292,0.0,1.425,-1.425,0.0,0.0,0.0,23.789,9.145,14.644 +24510261100,"Census Tract 2611, Baltimore city, Maryland",1813,1483.0,111458.0,341000.0,1069.0,1573.0,122.0,0.0,49.0,0.0,0.0,25.0,44.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2611,1901.0,1693.0,78.0,41.0,36.0,0.0,40.0,1313.0,30028.0,73300.0,381.0,72.08361429534727,29.01751713632902,43.066097159018256,0.6904633431085044,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,True,True,True,False,False,86.762,89.058,-2.296,6.729,4.103,2.626,2.703,1.894,0.809,0.0,2.157,-2.157,0.0,0.0,0.0,2.427,2.104,0.323 +24510270101,"Census Tract 2701.01, Baltimore city, Maryland",1568,1115.0,65469.0,181900.0,434.0,633.0,758.0,0.0,4.0,0.0,64.0,42.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2701.01,1800.0,969.0,763.0,11.0,22.0,0.0,21.0,1127.0,45994.0,83600.0,398.0,38.9237668161435,35.31499556344277,3.608771252700727,0.3381858163826278,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,True,False,False,False,True,40.37,53.833,-13.463,48.342,42.389,5.953,0.255,1.222,-0.967,0.0,0.611,-0.611,0.0,0.0,0.0,4.273,1.167,3.106 +24510270102,"Census Tract 2701.02, Baltimore city, Maryland",3953,2733.0,66581.0,152400.0,582.0,1106.0,2481.0,15.0,36.0,0.0,159.0,106.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2701.02,3886.0,1995.0,1758.0,24.0,41.0,0.0,44.0,2652.0,43506.0,83400.0,593.0,21.295279912184412,22.3604826546003,-1.065202742415888,0.21196850393700786,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,27.979,51.338,-23.359,62.762,45.239,17.523,0.911,1.055,-0.144,0.379,0.618,-0.239,0.0,0.0,0.0,1.265,1.132,0.133 +24510270200,"Census Tract 2702, Baltimore city, Maryland",1772,1294.0,68036.0,205500.0,615.0,845.0,736.0,22.0,7.0,0.0,14.0,92.0,62.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2702,2545.0,1518.0,893.0,15.0,36.0,0.0,72.0,1594.0,49193.0,86500.0,539.0,47.52704791344668,33.814303638644915,13.712744274801764,0.39386861313868615,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,True,True,True,False,False,False,True,47.686,59.646,-11.96,41.535,35.088,6.447,0.395,1.415,-1.02,1.242,0.589,0.653,0.0,0.0,0.0,3.499,2.829,0.67 +24510270301,"Census Tract 2703.01, Baltimore city, Maryland",3089,2312.0,67379.0,188000.0,835.0,1064.0,1768.0,0.0,24.0,4.0,0.0,62.0,167.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2703.01,3316.0,1407.0,1741.0,25.0,51.0,2.0,68.0,2299.0,48015.0,90500.0,672.0,36.1159169550173,29.230100043497174,6.8858169115201235,0.3068085106382979,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,34.445,42.431,-7.986,57.235,52.503,4.732,0.777,1.538,-0.761,0.0,0.754,-0.754,0.129,0.06,0.069,5.406,2.051,3.355 +24510270302,"Census Tract 2703.02, Baltimore city, Maryland",1837,1371.0,68839.0,168100.0,330.0,827.0,848.0,0.0,5.0,0.0,0.0,29.0,128.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2703.02,1777.0,1120.0,573.0,7.0,24.0,0.0,43.0,1182.0,39601.0,85000.0,196.0,24.070021881838073,16.58206429780034,7.4879575840377335,0.27186198691255203,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,45.019,63.028,-18.009,46.162,32.245,13.917,0.272,1.351,-1.079,0.0,0.394,-0.394,0.0,0.0,0.0,6.968,2.42,4.548 +24510270401,"Census Tract 2704.01, Baltimore city, Maryland",6211,3982.0,61786.0,140900.0,1051.0,1480.0,4168.0,0.0,92.0,0.0,37.0,296.0,138.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2704.01,4986.0,2886.0,1883.0,14.0,98.0,0.0,95.0,3456.0,36795.0,81800.0,516.0,26.393771973882473,14.930555555555555,11.463216418326917,0.1640028388928318,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,False,True,False,True,False,23.829,57.882,-34.053,67.107,37.766,29.341,1.481,1.966,-0.485,0.0,0.281,-0.281,0.0,0.0,0.0,2.222,1.905,0.317 +24510270402,"Census Tract 2704.02, Baltimore city, Maryland",3396,2262.0,72759.0,180900.0,725.0,1214.0,1929.0,0.0,57.0,0.0,0.0,135.0,61.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2704.02,3326.0,2326.0,880.0,18.0,41.0,0.0,38.0,2398.0,38250.0,87500.0,477.0,32.05128205128205,19.891576313594662,12.15970573768739,0.3034825870646766,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,False,True,False,True,False,35.748,69.934,-34.186,56.802,26.458,30.344,1.678,1.233,0.445,0.0,0.541,-0.541,0.0,0.0,0.0,1.796,1.143,0.653 +24510270501,"Census Tract 2705.01, Baltimore city, Maryland",3994,2936.0,59167.0,168500.0,677.0,2028.0,1651.0,0.0,43.0,0.0,0.0,61.0,211.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2705.01,4287.0,3634.0,514.0,21.0,43.0,1.0,57.0,3025.0,44872.0,89600.0,694.0,23.05858310626703,22.94214876033058,0.11643434593645097,0.23427893175074185,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,50.776,84.768,-33.992,41.337,11.99,29.347,1.077,1.003,0.074,0.0,0.49,-0.49,0.0,0.023,-0.023,5.283,1.33,3.953 +24510270502,"Census Tract 2705.02, Baltimore city, Maryland",4259,3103.0,64375.0,173100.0,1126.0,1558.0,2455.0,11.0,66.0,12.0,0.0,129.0,28.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2705.02,4327.0,3227.0,902.0,27.0,92.0,1.0,62.0,3137.0,41156.0,90100.0,805.0,36.28746374476313,25.661459993624483,10.626003751138647,0.25046793760831887,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,36.581,74.578,-37.997,57.643,20.846,36.797,1.55,2.126,-0.576,0.258,0.624,-0.366,0.282,0.023,0.259,0.657,1.433,-0.776 +24510270600,"Census Tract 2706, Baltimore city, Maryland",4882,3562.0,58972.0,168600.0,1159.0,1838.0,2890.0,0.0,0.0,0.0,0.0,115.0,39.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2706,4675.0,2707.0,1772.0,28.0,82.0,0.0,75.0,3279.0,46107.0,83300.0,743.0,32.53790005614823,22.65934736200061,9.878552694147622,0.2885409252669039,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,37.649,57.904,-20.255,59.197,37.904,21.293,0.0,1.754,-1.754,0.0,0.599,-0.599,0.0,0.0,0.0,0.799,1.604,-0.805 +24510270701,"Census Tract 2707.01, Baltimore city, Maryland",2654,1809.0,42176.0,,244.0,59.0,2450.0,0.0,0.0,0.0,0.0,22.0,123.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2707.01,2635.0,108.0,2475.0,5.0,9.0,0.0,36.0,1456.0,22146.0,75000.0,140.0,13.488114980652295,9.615384615384615,3.87273036526768,,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,2.223,4.099,-1.876,92.313,93.928,-1.615,0.0,0.342,-0.342,0.0,0.19,-0.19,0.0,0.0,0.0,4.635,1.366,3.269 +24510270702,"Census Tract 2707.02, Baltimore city, Maryland",1962,1446.0,50651.0,178500.0,332.0,565.0,1291.0,0.0,0.0,0.0,0.0,74.0,32.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2707.02,2386.0,946.0,1356.0,19.0,31.0,0.0,23.0,1532.0,32625.0,87200.0,296.0,22.959889349930844,19.321148825065276,3.638740524865568,0.29653781512605043,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,28.797,39.648,-10.851,65.8,56.832,8.968,0.0,1.299,-1.299,0.0,0.796,-0.796,0.0,0.0,0.0,1.631,0.964,0.667 +24510270703,"Census Tract 2707.03, Baltimore city, Maryland",2646,2077.0,63448.0,181900.0,785.0,1521.0,946.0,0.0,54.0,0.0,0.0,5.0,120.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2707.03,2782.0,2126.0,572.0,12.0,41.0,0.0,25.0,1936.0,42895.0,91800.0,476.0,37.794896485315356,24.58677685950413,13.208119625811225,0.2732710280373832,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,False,True,False,True,False,57.483,76.42,-18.937,35.752,20.561,15.191,2.041,1.474,0.567,0.0,0.431,-0.431,0.0,0.0,0.0,4.535,0.899,3.636 +24510270801,"Census Tract 2708.01, Baltimore city, Maryland",4184,2865.0,52546.0,135200.0,714.0,525.0,3325.0,0.0,35.0,0.0,166.0,81.0,52.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.01,4169.0,997.0,3015.0,7.0,85.0,0.0,52.0,2626.0,45238.0,76200.0,643.0,24.921465968586386,24.485910129474487,0.435555839111899,0.18840236686390532,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,12.548,23.915,-11.367,79.469,72.32,7.149,0.837,2.039,-1.202,0.0,0.168,-0.168,0.0,0.0,0.0,1.243,1.247,-0.004 +24510270802,"Census Tract 2708.02, Baltimore city, Maryland",5738,3832.0,50084.0,120200.0,364.0,244.0,5212.0,0.0,33.0,0.0,2.0,0.0,247.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.02,5287.0,480.0,4647.0,7.0,78.0,0.0,54.0,3297.0,37846.0,75900.0,522.0,9.498956158663884,15.832575068243859,-6.333618909579975,0.09071547420965058,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.252,9.079,-4.827,90.833,87.895,2.938,0.575,1.475,-0.9,0.0,0.132,-0.132,0.0,0.0,0.0,4.305,1.021,3.284 +24510270803,"Census Tract 2708.03, Baltimore city, Maryland",7144,4920.0,52900.0,135100.0,1167.0,652.0,6314.0,0.0,89.0,0.0,0.0,42.0,47.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.03,6136.0,982.0,4970.0,10.0,85.0,0.0,69.0,4242.0,32632.0,73700.0,764.0,23.71951219512195,18.010372465818012,5.7091397293039385,0.21444855662472243,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,9.127,16.004,-6.877,88.382,80.997,7.385,1.246,1.385,-0.139,0.0,0.163,-0.163,0.0,0.0,0.0,0.658,1.125,-0.467 +24510270804,"Census Tract 2708.04, Baltimore city, Maryland",3172,2320.0,51268.0,205500.0,908.0,1280.0,1474.0,0.0,70.0,0.0,0.0,16.0,332.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.04,2762.0,1489.0,1096.0,9.0,62.0,0.0,78.0,1937.0,33718.0,97500.0,851.0,39.13793103448276,43.93391843056273,-4.7959873960799655,0.3167883211678832,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,40.353,53.91,-13.557,46.469,39.681,6.788,2.207,2.245,-0.038,0.0,0.326,-0.326,0.0,0.0,0.0,10.467,2.824,7.643 +24510270805,"Census Tract 2708.05, Baltimore city, Maryland",5278,3733.0,56412.0,141500.0,1159.0,477.0,4342.0,13.0,84.0,0.0,0.0,205.0,170.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2708.05,5411.0,610.0,4663.0,10.0,49.0,0.0,63.0,3498.0,39539.0,70500.0,857.0,31.047414947763194,24.49971412235563,6.5477008254075635,0.2825441696113074,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,9.038,11.273,-2.235,82.266,86.176,-3.91,1.592,0.906,0.686,0.246,0.185,0.061,0.0,0.0,0.0,3.221,1.164,2.057 +24510270901,"Census Tract 2709.01, Baltimore city, Maryland",4259,2888.0,51355.0,133400.0,436.0,95.0,3997.0,0.0,0.0,0.0,14.0,29.0,124.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2709.01,4299.0,107.0,4151.0,4.0,4.0,0.0,28.0,2749.0,31778.0,72300.0,376.0,15.096952908587257,13.677700982175336,1.4192519264119206,0.2195502248875562,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.231,2.489,-0.258,93.848,96.557,-2.709,0.0,0.093,-0.093,0.0,0.093,-0.093,0.0,0.0,0.0,2.911,0.651,2.26 +24510270902,"Census Tract 2709.02, Baltimore city, Maryland",5626,2936.0,62946.0,159700.0,784.0,249.0,5102.0,17.0,44.0,0.0,9.0,119.0,86.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2709.02,3972.0,299.0,3637.0,10.0,8.0,0.0,14.0,2646.0,43796.0,76900.0,601.0,26.70299727520436,22.713529856386998,3.9894674188173624,0.30659987476518474,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,4.426,7.528,-3.102,90.686,91.566,-0.88,0.782,0.201,0.581,0.302,0.252,0.05,0.0,0.0,0.0,1.529,0.352,1.177 +24510270903,"Census Tract 2709.03, Baltimore city, Maryland",4630,1909.0,44085.0,163100.0,733.0,482.0,3366.0,0.0,84.0,0.0,31.0,222.0,445.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2709.03,5256.0,363.0,4758.0,8.0,46.0,0.0,74.0,2020.0,43194.0,78400.0,591.0,38.397066526977476,29.257425742574256,9.13964078440322,0.30781115879828325,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,10.41,6.906,3.504,72.7,90.525,-17.825,1.814,0.875,0.939,0.0,0.152,-0.152,0.0,0.0,0.0,9.611,1.408,8.203 +24510271001,"Census Tract 2710.01, Baltimore city, Maryland",2400,1519.0,35707.0,100600.0,249.0,83.0,2261.0,12.0,0.0,0.0,0.0,20.0,24.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2710.01,2584.0,52.0,2486.0,11.0,4.0,0.0,31.0,1659.0,27269.0,64700.0,132.0,16.392363396971692,7.956600361663653,8.435763035308039,0.07387673956262425,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,3.458,2.012,1.446,94.208,96.207,-1.999,0.0,0.155,-0.155,0.5,0.426,0.074,0.0,0.0,0.0,1.0,1.2,-0.2 +24510271002,"Census Tract 2710.02, Baltimore city, Maryland",4268,2770.0,38358.0,112800.0,521.0,141.0,3994.0,0.0,0.0,0.0,0.0,49.0,84.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2710.02,4570.0,91.0,4402.0,16.0,36.0,0.0,20.0,2819.0,33792.0,64000.0,316.0,18.8086642599278,11.209648811635331,7.599015448292468,0.1829787234042553,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,3.304,1.991,1.313,93.58,96.324,-2.744,0.0,0.788,-0.788,0.0,0.35,-0.35,0.0,0.0,0.0,1.968,0.438,1.53 +24510271101,"Census Tract 2711.01, Baltimore city, Maryland",1986,1427.0,47188.0,234500.0,735.0,986.0,668.0,0.0,222.0,0.0,34.0,55.0,21.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2711.01,4297.0,3126.0,896.0,12.0,139.0,1.0,93.0,1436.0,30833.0,94900.0,733.0,51.506657323055364,51.04456824512535,0.46208907793001686,0.4172452025586354,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,49.648,72.748,-23.1,33.635,20.852,12.783,11.178,3.235,7.943,0.0,0.279,-0.279,0.0,0.023,-0.023,1.057,2.164,-1.107 +24510271102,"Census Tract 2711.02, Baltimore city, Maryland",4496,944.0,209167.0,849500.0,754.0,2849.0,846.0,21.0,237.0,0.0,33.0,307.0,203.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2711.02,2022.0,1652.0,281.0,6.0,45.0,0.0,34.0,774.0,101450.0,394300.0,588.0,79.87288135593221,75.96899224806202,3.903889107870185,0.3316162448499117,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,False,True,True,False,False,False,True,63.367,81.701,-18.334,18.817,13.897,4.92,5.271,2.226,3.045,0.467,0.297,0.17,0.0,0.0,0.0,4.515,1.682,2.833 +24510271200,"Census Tract 2712, Baltimore city, Maryland",6661,4690.0,135441.0,448100.0,3482.0,4653.0,953.0,0.0,424.0,0.0,0.0,349.0,282.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2712,5889.0,4985.0,634.0,22.0,131.0,0.0,98.0,4292.0,84832.0,222800.0,2854.0,74.24307036247335,66.49580615097857,7.74726421149478,0.2840169604998884,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,False,True,False,False,False,False,True,69.854,84.649,-14.795,14.307,10.766,3.541,6.365,2.224,4.141,0.0,0.374,-0.374,0.0,0.0,0.0,4.234,1.664,2.57 +24510271300,"Census Tract 2713, Baltimore city, Maryland",2715,2009.0,145966.0,542000.0,1713.0,2231.0,161.0,0.0,211.0,0.0,15.0,52.0,45.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2713,2691.0,2392.0,182.0,5.0,68.0,0.0,29.0,2001.0,71771.0,295700.0,1513.0,85.26630164260827,75.61219390304848,9.654107739559791,0.21437638376383764,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,False,True,False,False,False,False,True,82.173,88.889,-6.716,5.93,6.763,-0.833,7.772,2.527,5.245,0.0,0.186,-0.186,0.0,0.0,0.0,1.657,1.078,0.579 +24510271400,"Census Tract 2714, Baltimore city, Maryland",4047,2530.0,119167.0,480100.0,2071.0,2960.0,261.0,0.0,428.0,0.0,45.0,168.0,185.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2714,3673.610768,3198.711773,188.5037931,15.04628488,180.208282,0.0,70.12639333,2705.903568,67014.06587,204640.2265,2014.6008539999998,81.85770750988142,74.45205652650219,7.405650983379232,0.3862071940012498,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,False,True,True,False,False,False,True,73.141,87.073,-13.932,6.449,5.131,1.318,10.576,4.905,5.671,0.0,0.41,-0.41,0.0,0.0,0.0,4.571,1.909,2.662 +24510271501,"Census Tract 2715.01, Baltimore city, Maryland",4077,2906.0,87422.0,343500.0,2286.0,3124.0,484.0,0.0,223.0,0.0,0.0,35.0,211.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2715.01,4095.0,3416.0,434.0,15.0,118.0,0.0,80.0,3070.0,63885.0,172600.0,2258.0,78.6648313833448,73.55048859934854,5.114342783996264,0.2764366812227074,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,False,True,False,False,False,False,True,76.625,83.419,-6.794,11.871,10.598,1.273,5.47,2.882,2.588,0.0,0.366,-0.366,0.0,0.0,0.0,5.175,1.954,3.221 +24510271503,"Census Tract 2715.03, Baltimore city, Maryland",863,810.0,71848.0,178000.0,599.0,739.0,35.0,9.0,47.0,0.0,4.0,10.0,19.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2715.03,858.6506597000001,750.6945801,70.97112274,0.0,22.99064636,0.0,11.99512005,793.677124,48928.999,94699.99829,533.7828369,73.95061728395062,67.25440620107882,6.696211082871798,0.23388765428314612,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,False,False,True,False,False,False,False,True,85.632,87.427,-1.795,4.056,8.265,-4.209,5.446,2.678,2.768,1.043,0.0,1.043,0.0,0.0,0.0,2.202,1.397,0.805 +24510271600,"Census Tract 2716, Baltimore city, Maryland",4693,3404.0,28161.0,99300.0,307.0,100.0,4539.0,0.0,8.0,0.0,0.0,23.0,23.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2716,5315.0,81.0,5175.0,15.0,18.0,0.0,20.0,3094.0,26393.0,56200.0,198.0,9.018801410105757,6.399482870071106,2.6193185400346515,0.18501510574018126,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,2.131,1.524,0.607,96.719,97.366,-0.647,0.17,0.339,-0.169,0.0,0.282,-0.282,0.0,0.0,0.0,0.49,0.376,0.114 +24510271700,"Census Tract 2717, Baltimore city, Maryland",5066,4081.0,40694.0,99000.0,478.0,225.0,4796.0,0.0,22.0,0.0,0.0,17.0,6.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2717,6039.0,409.0,5558.0,18.0,9.0,1.0,40.0,4163.0,30000.0,59100.0,434.0,11.712815486400393,10.425174153254865,1.2876413331455279,0.14036363636363636,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.441,6.773,-2.332,94.67,92.035,2.635,0.434,0.149,0.285,0.0,0.298,-0.298,0.0,0.017,-0.017,0.118,0.662,-0.544 +24510271801,"Census Tract 2718.01, Baltimore city, Maryland",2960,2135.0,26938.0,73700.0,203.0,45.0,2770.0,15.0,0.0,0.0,10.0,72.0,48.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2718.01,3633.0,70.0,3515.0,15.0,7.0,0.0,23.0,2419.0,23409.0,52500.0,100.0,9.508196721311476,4.133939644481191,5.374257076830285,-0.025780189959294438,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,1.52,1.927,-0.407,93.581,96.752,-3.171,0.0,0.193,-0.193,0.507,0.413,0.094,0.0,0.0,0.0,1.622,0.633,0.989 +24510271802,"Census Tract 2718.02, Baltimore city, Maryland",2543,1685.0,29688.0,62200.0,119.0,7.0,2497.0,0.0,0.0,0.0,0.0,33.0,6.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2718.02,3934.0,29.0,3859.0,7.0,13.0,0.0,21.0,2319.0,23536.0,49800.0,195.0,7.062314540059347,8.408796895213454,-1.346482355154107,-0.15292604501607718,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,0.275,0.737,-0.462,98.191,98.094,0.097,0.0,0.33,-0.33,0.0,0.178,-0.178,0.0,0.0,0.0,0.236,0.534,-0.298 +24510271900,"Census Tract 2719, Baltimore city, Maryland",4012,2923.0,52200.0,164200.0,994.0,983.0,2947.0,0.0,35.0,14.0,9.0,24.0,0.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2719,3870.0,879.0,2877.0,6.0,25.0,0.0,48.0,2719.0,39173.0,85000.0,755.0,34.006158056790966,27.76756160353071,6.238596453260257,0.2545676004872107,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,24.501,22.713,1.788,73.455,74.341,-0.886,0.872,0.646,0.226,0.0,0.155,-0.155,0.349,0.0,0.349,0.0,1.24,-1.24 +24510272003,"Census Tract 2720.03, Baltimore city, Maryland",5677,3493.0,64984.0,257000.0,1802.0,3633.0,1724.0,20.0,89.0,0.0,0.0,0.0,211.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.03,5459.0,3706.0,1588.0,7.0,94.0,0.0,48.0,3335.0,48772.0,113800.0,1694.0,51.58889206985399,50.79460269865068,0.7942893712033126,0.3623657587548638,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,False,False,True,True,False,False,False,True,63.995,67.888,-3.893,30.368,29.09,1.278,1.568,1.722,-0.154,0.352,0.128,0.224,0.0,0.0,0.0,3.717,0.879,2.838 +24510272004,"Census Tract 2720.04, Baltimore city, Maryland",3811,2612.0,38125.0,148900.0,1379.0,2841.0,555.0,0.0,287.0,0.0,45.0,0.0,83.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.04,3263.000047,2766.6245120000003,332.63342289999997,2.574562073,74.14739227,0.514912426,61.27457809,2271.278809,36024.999260000004,103599.9985,1024.160767,52.7947932618683,45.09181184369515,7.702981418173152,-0.0019073058428475242,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,False,False,True,False,True,False,74.547,84.788,-10.241,14.563,10.194,4.369,7.531,2.272,5.259,0.0,0.079,-0.079,0.0,0.016,-0.016,2.178,1.878,0.3 +24510272005,"Census Tract 2720.05, Baltimore city, Maryland",3440,2169.0,60250.0,268200.0,1210.0,3016.0,298.0,0.0,60.0,0.0,0.0,16.0,50.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.05,3073.999953,2606.3754879999997,313.36657710000003,2.425437927,69.85260773,0.48508757399999997,57.72542191,2139.721191,36025.00078,103600.0016,964.8391723999999,55.7860765329645,45.09181740398064,10.694259128983859,0.443758380671141,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,87.674,84.788,2.886,8.663,10.194,-1.531,1.744,2.272,-0.528,0.0,0.079,-0.079,0.0,0.016,-0.016,1.453,1.878,-0.425 +24510272006,"Census Tract 2720.06, Baltimore city, Maryland",3513,2462.0,30304.0,147100.0,737.0,1654.0,1672.0,0.0,0.0,0.0,0.0,65.0,122.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.06,3750.00004,1871.8536379999998,1594.00415,2.904350042,55.18265152,0.0,128.7595215,2526.784668,28332.99953,77099.99907,738.1889647999999,29.93501218521527,29.21455770049021,0.7204544847250602,0.24524813962746428,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,47.082,49.916,-2.834,47.595,42.507,5.088,0.0,1.472,-1.472,0.0,0.077,-0.077,0.0,0.0,0.0,3.473,3.434,0.039 +24510272007,"Census Tract 2720.07, Baltimore city, Maryland",4626,2797.0,40455.0,152500.0,979.0,1698.0,2097.0,0.0,216.0,14.0,21.0,111.0,469.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2720.07,3997.0001909999996,1995.1464839999999,1698.995972,3.0956501960000002,58.81735229,0.0,137.2404938,2693.215576,28333.00015,77099.99815,786.8110352000001,35.00178762960314,29.214558322456398,5.787229307146745,0.27197378796065574,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,36.706,49.916,-13.21,45.331,42.507,2.824,4.669,1.472,3.197,0.0,0.077,-0.077,0.303,0.0,0.303,10.138,3.434,6.704 +24510280101,"Census Tract 2801.01, Baltimore city, Maryland",3763,2649.0,45458.0,114800.0,392.0,201.0,3320.0,48.0,0.0,0.0,19.0,50.0,125.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2801.01,3424.0,318.0,2972.0,8.0,36.0,0.0,80.0,2304.0,33512.0,68600.0,335.0,14.798036995092488,14.539930555555555,0.2581064395369328,0.13951219512195123,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,5.341,9.287,-3.946,88.227,86.799,1.428,0.0,1.051,-1.051,1.276,0.234,1.042,0.0,0.0,0.0,3.322,2.336,0.986 +24510280102,"Census Tract 2801.02, Baltimore city, Maryland",6292,4575.0,47527.0,146300.0,968.0,164.0,6061.0,0.0,0.0,0.0,0.0,0.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2801.02,6290.0,106.0,6104.0,19.0,16.0,0.0,43.0,4423.0,35244.0,78700.0,459.0,21.15846994535519,10.37757178385711,10.78089816149808,0.22537252221462747,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,True,True,False,True,False,True,False,2.606,1.685,0.921,96.329,97.043,-0.714,0.0,0.254,-0.254,0.0,0.302,-0.302,0.0,0.0,0.0,1.065,0.684,0.381 +24510280200,"Census Tract 2802, Baltimore city, Maryland",5023,4021.0,62857.0,177300.0,1050.0,185.0,4582.0,11.0,21.0,0.0,7.0,196.0,21.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2802,4733.0,120.0,4543.0,15.0,18.0,0.0,29.0,3216.0,40583.0,83600.0,746.0,26.11290723700572,23.196517412935325,2.9163898240703965,0.32101522842639596,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,3.683,2.535,1.148,91.22,95.986,-4.766,0.418,0.38,0.038,0.219,0.317,-0.098,0.0,0.0,0.0,0.418,0.613,-0.195 +24510280301,"Census Tract 2803.01, Baltimore city, Maryland",3731,2463.0,40900.0,267500.0,632.0,356.0,3007.0,0.0,62.0,30.0,0.0,209.0,67.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2803.01,4376.0,597.0,3697.0,22.0,9.0,1.0,46.0,2569.0,24575.0,120200.0,502.0,25.659764514819326,19.540677306344882,6.119087208474443,0.35294205607476636,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,False,True,False,True,True,False,False,False,True,9.542,13.643,-4.101,80.595,84.484,-3.889,1.662,0.206,1.456,0.0,0.503,-0.503,0.804,0.023,0.781,1.796,1.051,0.745 +24510280302,"Census Tract 2803.02, Baltimore city, Maryland",2492,1641.0,42005.0,154300.0,312.0,120.0,2332.0,0.0,6.0,0.0,0.0,19.0,15.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2803.02,2347.0,103.0,2217.0,7.0,7.0,0.0,9.0,1468.0,26432.0,94900.0,342.0,19.012797074954296,23.29700272479564,-4.284205649841343,0.11434867141931303,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.815,4.389,0.426,93.579,94.461,-0.882,0.241,0.298,-0.057,0.0,0.298,-0.298,0.0,0.0,0.0,0.602,0.383,0.219 +24510280401,"Census Tract 2804.01, Baltimore city, Maryland",3606,2621.0,51309.0,166100.0,773.0,581.0,2826.0,0.0,0.0,0.0,0.0,139.0,60.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.01,3671.0,608.0,2985.0,9.0,28.0,0.0,40.0,2485.0,41667.0,87400.0,879.0,29.492560091568105,35.372233400402415,-5.87967330883431,0.24228777844671884,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,16.112,16.562,-0.45,78.369,81.313,-2.944,0.0,0.763,-0.763,0.0,0.245,-0.245,0.0,0.0,0.0,1.664,1.09,0.574 +24510280402,"Census Tract 2804.02, Baltimore city, Maryland",1657,1230.0,40781.0,117300.0,160.0,2.0,1602.0,0.0,0.0,0.0,44.0,1.0,8.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.02,1811.0,13.0,1773.0,1.0,6.0,0.0,15.0,1253.0,36316.0,66800.0,77.0,13.008130081300813,6.145251396648045,6.862878684652768,0.17994884910485934,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,0.121,0.718,-0.597,96.681,97.902,-1.221,0.0,0.331,-0.331,0.0,0.055,-0.055,0.0,0.0,0.0,0.483,0.828,-0.345 +24510280403,"Census Tract 2804.03, Baltimore city, Maryland",5431,3510.0,60061.0,204800.0,982.0,1428.0,3728.0,0.0,43.0,0.0,27.0,38.0,167.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.03,5463.0,1704.0,3600.0,19.0,74.0,1.0,47.0,3430.0,40857.0,91800.0,1013.0,27.97720797720798,29.533527696793,-1.556319719585023,0.35453125,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,True,True,False,True,False,26.294,31.192,-4.898,68.643,65.898,2.745,0.792,1.355,-0.563,0.0,0.348,-0.348,0.0,0.018,-0.018,3.075,0.86,2.215 +24510280404,"Census Tract 2804.04, Baltimore city, Maryland",2519,1700.0,39479.0,127000.0,198.0,101.0,2271.0,0.0,0.0,0.0,0.0,35.0,112.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2804.04,4050.0,127.0,3897.0,2.0,8.0,1.0,15.0,2477.0,19713.0,69900.0,216.0,11.647058823529411,8.720226079935406,2.926832743594005,0.20743307086614174,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,4.01,3.136,0.874,90.155,96.222,-6.067,0.0,0.198,-0.198,0.0,0.049,-0.049,0.0,0.025,-0.025,4.446,0.37,4.076 +24510280500,"Census Tract 2805, Baltimore city, Maryland",2257,1375.0,15000.0,135500.0,164.0,217.0,1995.0,0.0,7.0,0.0,7.0,9.0,22.0,Baltimore,Baltimore-Columbia-Towson,MD,Baltimore city,Census Tract 2805,3650.0,151.0,3290.0,8.0,179.0,0.0,17.0,2345.0,9348.426877,85707.04225,216.0,11.927272727272728,9.211087420042643,2.7161853072300843,0.08916501225092256,43464.6,106757.59722000003,10.744443919389878,0.31939466882421425,False,True,True,False,True,False,True,False,True,False,9.615,4.137,5.478,88.392,90.137,-1.745,0.31,4.904,-4.594,0.0,0.219,-0.219,0.0,0.0,0.0,0.975,0.466,0.509 +36005000100,"Census Tract 1, Bronx County, New York",7411,5522.0,,,119.0,536.0,4267.0,22.0,125.0,0.0,35.0,55.0,2371.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 1,12780.0,1091.0,7747.0,17.0,64.0,0.0,3443.0,9228.0,,,0.0,2.155016298442593,0.0,2.155016298442593,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,7.232,8.537,-1.305,57.577,60.618,-3.041,1.687,0.501,1.186,0.297,0.133,0.164,0.0,0.0,0.0,31.993,26.941,5.052 +36005000200,"Census Tract 2, Bronx County, New York",5058,3438.0,62773.0,399400.0,530.0,39.0,933.0,0.0,158.0,0.0,0.0,0.0,3928.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 2,3545.0,209.0,807.0,8.0,25.0,0.0,2464.0,2116.0,42539.0,167900.0,176.0,15.415939499709133,8.31758034026465,7.098359159444483,0.39465197796695045,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.771,5.896,-5.125,18.446,22.764,-4.318,3.124,0.705,2.419,0.0,0.226,-0.226,0.0,0.0,0.0,77.659,69.506,8.153 +36005000400,"Census Tract 4, Bronx County, New York",5944,4180.0,82697.0,376500.0,1189.0,205.0,1701.0,30.0,33.0,0.0,0.0,56.0,3949.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 4,3314.0,174.0,738.0,9.0,85.0,0.0,2255.0,1922.0,39013.0,168800.0,229.0,28.444976076555022,11.914672216441208,16.530303860113815,0.35439043824701194,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,3.449,5.25,-1.801,28.617,22.269,6.348,0.555,2.565,-2.01,0.505,0.272,0.233,0.0,0.0,0.0,66.437,68.045,-1.608 +36005001600,"Census Tract 16, Bronx County, New York",6115,3533.0,33118.0,389600.0,454.0,226.0,1899.0,0.0,0.0,0.0,117.0,0.0,3873.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 16,5237.0,250.0,1625.0,25.0,56.0,0.0,3250.0,3157.0,24552.0,186800.0,351.0,12.85026889329182,11.118150142540387,1.7321187507514342,0.3095687885010267,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.696,4.774,-1.078,31.055,31.029,0.026,0.0,1.069,-1.069,0.0,0.477,-0.477,0.0,0.0,0.0,63.336,62.058,1.278 +36005001900,"Census Tract 19, Bronx County, New York",2817,1837.0,40117.0,375000.0,420.0,218.0,932.0,0.0,68.0,0.0,81.0,14.0,1504.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 19,1584.0,91.0,471.0,9.0,15.0,0.0,987.0,961.0,22771.9156,116340.4762,37.0,22.86336418072945,3.850156087408949,19.013208093320504,0.553252571392,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,7.739,5.745,1.994,33.085,29.735,3.35,2.414,0.947,1.467,0.0,0.568,-0.568,0.0,0.0,0.0,53.39,62.311,-8.921 +36005002000,"Census Tract 20, Bronx County, New York",9608,5698.0,18370.0,391800.0,682.0,132.0,3515.0,261.0,104.0,0.0,0.0,0.0,5827.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 20,9068.0,130.0,3873.0,14.0,69.0,0.0,4940.0,4894.0,14691.0,211500.0,302.0,11.96911196911197,6.170821413976298,5.798290555135671,0.2226646248085758,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.374,1.434,-0.06,36.584,42.711,-6.127,1.082,0.761,0.321,2.716,0.154,2.562,0.0,0.0,0.0,60.647,54.477,6.17 +36005002300,"Census Tract 23, Bronx County, New York",4733,2803.0,17426.0,,130.0,11.0,1768.0,130.0,0.0,0.0,21.0,8.0,2850.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 23,4338.0,50.0,1542.0,17.0,9.0,0.0,2712.0,2430.0,14112.0,187500.0,152.0,4.6378879771673205,6.255144032921811,-1.6172560557544902,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.232,1.153,-0.921,37.355,35.546,1.809,0.0,0.207,-0.207,2.747,0.392,2.355,0.0,0.0,0.0,60.216,62.517,-2.301 +36005002400,"Census Tract 24, Bronx County, New York",130,104.0,,,70.0,60.0,70.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,67.3076923076923,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,46.154,,,53.846,,,0.0,,,0.0,,,0.0,,,0.0,, +36005002500,"Census Tract 25, Bronx County, New York",5760,3466.0,22771.0,493300.0,310.0,141.0,1161.0,27.0,7.0,0.0,26.0,8.0,4417.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 25,5109.0,40.0,974.0,10.0,32.0,0.0,4038.0,2728.0,12221.0,92400.0,90.0,8.94402769763416,3.2991202346041058,5.644907463030055,0.7302736671396716,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.448,0.783,1.665,20.156,19.064,1.092,0.122,0.626,-0.504,0.469,0.196,0.273,0.0,0.0,0.0,76.684,79.037,-2.353 +36005002701,"Census Tract 27.01, Bronx County, New York",2958,1522.0,17383.0,,152.0,0.0,878.0,0.0,0.0,0.0,23.0,0.0,2057.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 27.01,3033.0,14.0,1033.0,2.0,3.0,0.0,1967.0,1533.0,12898.0,187500.0,161.0,9.986859395532194,10.502283105022832,-0.5154237094906371,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.0,0.462,-0.462,29.682,34.059,-4.377,0.0,0.099,-0.099,0.0,0.066,-0.066,0.0,0.0,0.0,69.54,64.853,4.687 +36005002702,"Census Tract 27.02, Bronx County, New York",4538,2415.0,13216.0,,178.0,80.0,1460.0,64.0,0.0,0.0,0.0,0.0,2976.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 27.02,4736.0,54.0,1112.0,10.0,9.0,0.0,3547.0,2249.0,12654.0,148400.0,77.0,7.370600414078675,3.423743886171632,3.946856527907043,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.763,1.14,0.623,32.173,23.48,8.693,0.0,0.19,-0.19,1.41,0.211,1.199,0.0,0.0,0.0,65.58,74.894,-9.314 +36005002800,"Census Tract 28, Bronx County, New York",5423,4015.0,52294.0,261600.0,781.0,74.0,2882.0,0.0,40.0,0.0,0.0,213.0,2214.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 28,5718.0,70.0,4448.0,25.0,14.0,2.0,1155.0,3720.0,34234.0,145800.0,522.0,19.45205479452055,14.03225806451613,5.419796730004419,0.19743119266055045,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,1.365,1.224,0.141,53.144,77.789,-24.645,0.738,0.245,0.493,0.0,0.437,-0.437,0.0,0.035,-0.035,40.826,20.199,20.627 +36005003100,"Census Tract 31, Bronx County, New York",1675,1020.0,42353.0,,152.0,29.0,427.0,0.0,29.0,0.0,0.0,0.0,1190.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 31,1478.0,24.0,306.0,3.0,2.0,0.0,1134.0,862.0,27330.0,,110.0,14.901960784313726,12.761020881670534,2.1409399026431917,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.731,1.624,0.107,25.493,20.704,4.789,1.731,0.135,1.596,0.0,0.203,-0.203,0.0,0.0,0.0,71.045,76.725,-5.68 +36005003300,"Census Tract 33, Bronx County, New York",3693,2020.0,20413.0,402300.0,153.0,56.0,1193.0,124.0,0.0,0.0,0.0,49.0,2271.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 33,3116.0,46.0,650.0,17.0,15.0,0.0,2383.0,1490.0,11322.0,183900.0,50.0,7.574257425742574,3.3557046979865772,4.218552727755997,0.34174496644295305,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.516,1.476,0.04,32.304,20.86,11.444,0.0,0.481,-0.481,3.358,0.546,2.812,0.0,0.0,0.0,61.495,76.476,-14.981 +36005003500,"Census Tract 35, Bronx County, New York",3821,2275.0,31638.0,423700.0,254.0,10.0,1060.0,36.0,0.0,0.0,0.0,0.0,2751.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 35,3473.0,24.0,879.0,9.0,6.0,0.0,2553.0,1805.0,18736.0,176600.0,150.0,11.164835164835164,8.310249307479225,2.8545858573559393,0.39980174651876327,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.262,0.691,-0.429,27.741,25.31,2.431,0.0,0.173,-0.173,0.942,0.259,0.683,0.0,0.0,0.0,71.997,73.51,-1.513 +36005003700,"Census Tract 37, Bronx County, New York",292,208.0,,,22.0,56.0,76.0,0.0,0.0,0.0,0.0,0.0,160.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 37,478.0,3.0,174.0,3.0,1.0,0.0,297.0,252.0,23750.0,,22.0,10.576923076923077,8.73015873015873,1.8467643467643473,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,False,False,False,False,False,False,False,19.178,0.628,18.55,26.027,36.402,-10.375,0.0,0.209,-0.209,0.0,0.628,-0.628,0.0,0.0,0.0,54.795,62.134,-7.339 +36005003800,"Census Tract 38, Bronx County, New York",1437,995.0,36667.0,374600.0,84.0,14.0,527.0,6.0,7.0,0.0,8.0,9.0,872.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 38,1263.0,43.0,440.0,5.0,12.0,0.0,753.0,697.0,47647.0,192200.0,56.0,8.442211055276381,8.034433285509326,0.4077777697670548,0.2611639081687133,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.974,3.405,-2.431,36.674,34.838,1.836,0.487,0.95,-0.463,0.418,0.396,0.022,0.0,0.0,0.0,60.682,59.62,1.062 +36005003900,"Census Tract 39, Bronx County, New York",6473,3815.0,30357.0,222100.0,343.0,443.0,1034.0,39.0,0.0,0.0,0.0,0.0,4996.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 39,6022.0,88.0,1125.0,4.0,33.0,0.0,4745.0,3492.0,15893.0,138200.0,104.0,8.990825688073395,2.9782359679266897,6.012589720146705,0.1039711841512832,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,6.844,1.461,5.383,15.974,18.682,-2.708,0.0,0.548,-0.548,0.603,0.066,0.537,0.0,0.0,0.0,77.182,78.794,-1.612 +36005004001,"Census Tract 40.01, Bronx County, New York",1428,1043.0,49706.0,423300.0,119.0,168.0,124.0,0.0,138.0,0.0,83.0,29.0,886.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 40.01,1420.0,216.0,262.0,15.0,172.0,0.0,723.0,1047.0,29545.0,173100.0,195.0,11.409395973154362,18.624641833810887,-7.215245860656525,0.41114103472714386,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,11.765,15.211,-3.446,8.683,18.451,-9.768,9.664,12.113,-2.449,0.0,1.056,-1.056,0.0,0.0,0.0,62.045,50.915,11.13 +36005004100,"Census Tract 41, Bronx County, New York",5946,3054.0,20137.0,381500.0,177.0,97.0,1215.0,0.0,45.0,0.0,0.0,25.0,4564.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 41,5240.0,52.0,1331.0,20.0,17.0,6.0,3815.0,2769.0,12970.0,107500.0,71.0,5.7956777996070725,2.5641025641025643,3.231575235504508,0.5942332896461336,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.631,0.992,0.639,20.434,25.401,-4.967,0.757,0.324,0.433,0.0,0.382,-0.382,0.0,0.115,-0.115,76.757,72.805,3.952 +36005004200,"Census Tract 42, Bronx County, New York",7814,4759.0,30710.0,143800.0,563.0,359.0,3685.0,57.0,120.0,0.0,0.0,19.0,3631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 42,7539.0,135.3340336,3615.7184880000004,20.03151261,35.10084034,4.0,3693.720588,4503.4348740000005,29358.326930000003,118377.161,516.6554622,11.830216432023535,11.472475491604055,0.3577409404194807,-0.18541802392211404,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,4.594,1.795,2.799,47.159,47.96,-0.801,1.536,0.466,1.07,0.729,0.266,0.463,0.0,0.053,-0.053,46.468,48.995,-2.527 +36005004300,"Census Tract 43, Bronx County, New York",6190,3706.0,22940.0,424500.0,316.0,5.0,1597.0,35.0,62.0,0.0,0.0,130.0,4396.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 43,4789.0,29.0,989.0,13.0,32.0,0.0,3713.0,2534.0,19434.0,177500.0,105.0,8.526713437668645,4.143646408839779,4.383067028828866,0.3978798586572438,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.081,0.606,-0.525,25.8,20.651,5.149,1.002,0.668,0.334,0.565,0.271,0.294,0.0,0.0,0.0,71.018,77.532,-6.514 +36005004400,"Census Tract 44, Bronx County, New York",4446,2549.0,19077.0,383000.0,287.0,141.0,1573.0,17.0,173.0,0.0,0.0,0.0,2559.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 44,4671.0,61.0,1947.0,10.0,28.0,0.0,2603.0,2494.0,13185.0,180200.0,158.0,11.259317379364457,6.335204490777867,4.92411288858659,0.3224856396866841,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,3.171,1.306,1.865,35.38,41.683,-6.303,3.891,0.599,3.292,0.382,0.214,0.168,0.0,0.0,0.0,57.557,55.727,1.83 +36005004600,"Census Tract 46, Bronx County, New York",1876,1214.0,39643.0,131300.0,210.0,46.0,646.0,0.0,0.0,0.0,0.0,12.0,1172.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 46,1418.999979,52.66596603,586.2814941,4.968487263,15.89915943,0.0,744.2794188999999,1014.565125,17975.99975,,103.3445358,17.29818780889621,10.186091878527758,7.112095930368451,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.452,3.711,-1.259,34.435,41.317,-6.882,0.0,1.12,-1.12,0.0,0.35,-0.35,0.0,0.0,0.0,62.473,52.451,10.022 +36005004800,"Census Tract 48, Bronx County, New York",4536,2674.0,32872.0,326300.0,264.0,51.0,1085.0,5.0,0.0,0.0,0.0,102.0,3298.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 48,3678.0,72.0,611.0,15.0,89.0,0.0,2863.0,1939.0,19023.0,175000.0,117.0,9.87284966342558,6.034038164002063,3.8388114994235165,0.22770456634998468,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,1.124,1.958,-0.834,23.92,16.612,7.308,0.0,2.42,-2.42,0.11,0.408,-0.298,0.0,0.0,0.0,72.707,77.841,-5.134 +36005005001,"Census Tract 50.01, Bronx County, New York",5101,2780.0,24683.0,447200.0,312.0,62.0,1388.0,64.0,0.0,0.0,6.0,42.0,3539.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 50.01,4871.0000469999995,70.75195313,1224.099487,16.3273735,58.50642395,1.360614538,3462.7639159999994,2611.4729,20384.99971,176999.9982,210.4417114,11.223021582733812,8.058353253445592,3.1646683292882205,0.430053673059034,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.215,1.453,-0.238,27.21,25.13,2.08,0.0,1.201,-1.201,1.255,0.335,0.92,0.0,0.028,-0.028,69.379,71.089,-1.71 +36005005002,"Census Tract 50.02, Bronx County, New York",5583,3460.0,27321.0,597500.0,311.0,71.0,1187.0,29.0,65.0,0.0,92.0,66.0,4094.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 50.02,5868.9999530000005,85.24804688,1474.900513,19.6726265,70.49357605,1.639385462,4172.23584,3146.5271,20385.00024,177000.0015,253.5582886,8.988439306358382,8.058353878471284,0.9300854278870982,0.5734225905271966,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.272,1.453,-0.181,21.261,25.13,-3.869,1.164,1.201,-0.037,0.519,0.335,0.184,0.0,0.028,-0.028,73.33,71.089,2.241 +36005005100,"Census Tract 51, Bronx County, New York",5721,3169.0,18428.0,,245.0,9.0,1472.0,122.0,30.0,0.0,0.0,0.0,4088.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 51,5634.0,38.05882353,2123.4411760000003,21.0,24.0,0.0,3414.5,2801.0,12336.1875,177948.4646,85.0,7.731145471757652,3.0346304891110316,4.696514982646621,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.157,0.676,-0.519,25.73,37.69,-11.96,0.524,0.426,0.098,2.132,0.373,1.759,0.0,0.0,0.0,71.456,60.605,10.851 +36005005200,"Census Tract 52, Bronx County, New York",2151,1315.0,17454.0,212500.0,153.0,8.0,630.0,30.0,8.0,0.0,0.0,13.0,1492.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 52,2186.0,28.0,678.0,5.0,49.0,0.0,1405.0,1184.0,13826.0,211800.0,54.0,11.634980988593156,4.5608108108108105,7.074170177782346,-0.4352564705882353,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.372,1.281,-0.909,29.289,31.016,-1.727,0.372,2.242,-1.87,1.395,0.229,1.166,0.0,0.0,0.0,69.363,64.273,5.09 +36005005300,"Census Tract 53, Bronx County, New York",4167,2160.0,13519.0,,208.0,55.0,2124.0,40.0,4.0,0.0,0.0,54.0,1930.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 53,4159.000008,30.98509979,2609.7451170000004,7.996154785,8.995674133,0.0,1487.28479,2098.990723,15527.00025,198200.0,198.9043579,9.62962962962963,9.47619042430613,0.1534392053234992,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.32,0.745,0.575,50.972,62.749,-11.777,0.096,0.216,-0.12,0.96,0.192,0.768,0.0,0.0,0.0,46.316,35.761,10.555 +36005005400,"Census Tract 54, Bronx County, New York",6463,4032.0,31692.0,417000.0,251.0,99.0,1243.0,477.0,114.0,0.0,72.0,113.0,4822.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 54,5550.0,76.0,1615.0,13.0,262.0,1.0,3435.0,2993.0,21282.0,220500.0,154.0,6.225198412698413,5.145339124624123,1.0798592880742897,0.2385611510791367,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.532,1.369,0.163,19.233,29.099,-9.866,1.764,4.721,-2.957,7.38,0.234,7.146,0.0,0.018,-0.018,74.609,61.892,12.717 +36005005600,"Census Tract 56, Bronx County, New York",2608,1632.0,21367.0,429700.0,147.0,21.0,628.0,34.0,25.0,0.0,245.0,14.0,1641.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 56,2710.0,60.0,749.0,33.0,81.0,0.0,1733.0,1715.0,12604.0,208700.0,147.0,9.007352941176471,8.571428571428571,0.43592436974789983,0.3006097277170119,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.805,2.214,-1.409,24.08,27.638,-3.558,0.959,2.989,-2.03,1.304,1.218,0.086,0.0,0.0,0.0,62.922,63.948,-1.026 +36005005902,"Census Tract 59.02, Bronx County, New York",2757,1901.0,29794.0,223500.0,479.0,146.0,631.0,0.0,36.0,0.0,86.0,50.0,1808.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 59.02,2682.0,92.0,1013.0,4.0,21.0,0.0,1543.0,1729.0,33256.0,60000.0,341.0,25.197264597580222,19.722382880277618,5.474881717302605,0.6134228187919463,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.296,3.43,1.866,22.887,37.77,-14.883,1.306,0.783,0.523,0.0,0.149,-0.149,0.0,0.0,0.0,65.579,57.532,8.047 +36005006000,"Census Tract 60, Bronx County, New York",1328,823.0,38321.0,416700.0,194.0,22.0,260.0,0.0,50.0,0.0,29.0,0.0,967.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 60,1081.0,32.0,147.0,8.0,5.0,7.0,880.0,616.0,30242.0,57900.0,37.0,23.572296476306196,6.0064935064935066,17.56580296981269,0.7999136069114471,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,1.657,2.96,-1.303,19.578,13.599,5.979,3.765,0.463,3.302,0.0,0.74,-0.74,0.0,0.648,-0.648,72.816,81.406,-8.59 +36005006100,"Census Tract 61, Bronx County, New York",3869,3228.0,42200.0,22400.0,1046.0,84.0,2932.0,0.0,20.0,0.0,0.0,42.0,791.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 61,4039.0,84.0,3292.0,14.0,12.0,1.0,628.0,2998.0,30469.0,17300.0,446.0,32.40396530359356,14.876584389593061,17.527380914000496,-0.11214285714285714,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,2.171,2.08,0.091,75.782,81.505,-5.723,0.517,0.297,0.22,0.0,0.347,-0.347,0.0,0.025,-0.025,20.445,15.548,4.897 +36005006200,"Census Tract 62, Bronx County, New York",7268,3910.0,24152.0,107900.0,280.0,11.0,2205.0,58.0,164.0,0.0,0.0,1.0,4861.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 62,6399.0,91.0,2813.0,33.0,72.0,0.0,3356.0,3594.0,16314.0,219800.0,256.0,7.161125319693094,7.122982749026154,0.038142570666940045,-1.9333827618164967,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.151,1.422,-1.271,30.338,43.96,-13.622,2.256,1.125,1.131,0.798,0.516,0.282,0.0,0.0,0.0,66.882,52.446,14.436 +36005006300,"Census Tract 63, Bronx County, New York",4298,3034.0,30524.0,235500.0,760.0,349.0,817.0,25.0,232.0,0.0,23.0,34.0,2843.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 63,5885.000000999999,153.2941177,1868.7058829999999,27.0,284.0,0.0,3517.0,3463.0,23757.98101,88379.54271000001,235.0,25.049439683586026,6.786023678891135,18.263416004694893,0.45959005731464964,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,8.12,2.605,5.515,19.009,31.754,-12.745,5.398,4.826,0.572,0.582,0.459,0.123,0.0,0.0,0.0,66.147,59.762,6.385 +36005006400,"Census Tract 64, Bronx County, New York",3309,2094.0,31782.0,509500.0,388.0,134.0,1351.0,34.0,53.0,0.0,18.0,248.0,1505.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 64,3967.0,81.0,1510.0,23.0,99.0,0.0,2133.0,2286.0,35279.0,226500.0,335.0,18.529130850047757,14.654418197725285,3.874712652322472,0.35984298331697745,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.05,2.042,2.008,40.828,38.064,2.764,1.602,2.496,-0.894,1.028,0.58,0.448,0.0,0.0,0.0,45.482,53.769,-8.287 +36005006500,"Census Tract 65, Bronx County, New York",5471,3202.0,25526.0,,329.0,276.0,1547.0,0.0,76.0,0.0,20.0,0.0,3552.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 65,4655.0,153.0,1318.0,20.0,104.0,0.0,3010.0,2589.0,17457.0,226600.0,310.0,10.274828232354778,11.97373503283121,-1.698906800476431,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,5.045,3.287,1.758,28.276,28.314,-0.038,1.389,2.234,-0.845,0.0,0.43,-0.43,0.0,0.0,0.0,64.924,64.662,0.262 +36005006700,"Census Tract 67, Bronx County, New York",7314,3964.0,20972.0,346600.0,345.0,12.0,2570.0,0.0,0.0,53.0,0.0,0.0,4679.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 67,6491.0,80.0,1937.0,17.0,60.0,0.0,4370.0,3378.0,17353.0,187500.0,67.0,8.703329969727548,1.9834221432800474,6.719907826447501,0.22100403923831505,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.164,1.232,-1.068,35.138,29.841,5.297,0.0,0.924,-0.924,0.0,0.262,-0.262,0.725,0.0,0.725,63.973,67.324,-3.351 +36005006800,"Census Tract 68, Bronx County, New York",3435,2237.0,48730.0,461500.0,323.0,106.0,1279.0,62.0,390.0,0.0,9.0,8.0,1593.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 68,3209.0,34.0,1003.0,42.0,163.0,6.0,1913.0,1987.0,25966.0,226700.0,210.0,14.438980777827448,10.568696527428283,3.8702842503991643,0.29263705308775734,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.086,1.06,2.026,37.234,31.256,5.978,11.354,5.079,6.275,1.805,1.309,0.496,0.0,0.187,-0.187,46.376,59.614,-13.238 +36005006900,"Census Tract 69, Bronx County, New York",8351,4805.0,27950.0,505600.0,972.0,289.0,3170.0,30.0,108.0,0.0,0.0,190.0,4594.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 69,4323.0,87.0,1418.0,37.0,8.0,0.0,2758.0,2118.0,10576.0,187500.0,139.0,20.228928199791884,6.562795089707271,13.666133110084612,0.46598101265822783,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,3.461,2.012,1.449,37.96,32.801,5.159,1.293,0.185,1.108,0.359,0.856,-0.497,0.0,0.0,0.0,55.011,63.798,-8.787 +36005007000,"Census Tract 70, Bronx County, New York",4899,3228.0,36016.0,430100.0,380.0,133.0,1160.0,46.0,460.0,0.0,57.0,197.0,2846.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 70,4160.0,132.0,963.0,44.0,353.0,0.0,2532.0,2423.0,32146.0,220700.0,326.0,11.771995043370508,13.454395377631036,-1.682400334260528,0.26108346896070683,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.715,3.173,-0.458,23.678,23.149,0.529,9.39,8.486,0.904,0.939,1.058,-0.119,0.0,0.0,0.0,58.093,60.865,-2.772 +36005007100,"Census Tract 71, Bronx County, New York",2702,1694.0,38600.0,232400.0,387.0,58.0,870.0,7.0,28.0,0.0,20.0,27.0,1699.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 71,1885.0,40.0,560.0,2.0,9.0,0.0,1271.0,995.0,36316.0,104700.0,107.0,22.84533648170012,10.753768844221106,12.091567637479013,0.3512564543889845,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,2.147,2.122,0.025,32.198,29.708,2.49,1.036,0.477,0.559,0.259,0.106,0.153,0.0,0.0,0.0,62.879,67.427,-4.548 +36005007200,"Census Tract 72, Bronx County, New York",5520,3558.0,37271.0,386800.0,779.0,304.0,1029.0,92.0,1425.0,0.0,10.0,307.0,2445.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 72,5073.0,373.0,783.0,62.0,901.0,0.0,2842.0,3142.0,31126.0,202800.0,474.0,21.89432265317594,15.085932527052833,6.808390126123108,0.24500517063081695,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,5.507,7.353,-1.846,18.641,15.435,3.206,25.815,17.761,8.054,1.667,1.222,0.445,0.0,0.0,0.0,44.293,56.022,-11.729 +36005007300,"Census Tract 73, Bronx County, New York",4139,2405.0,19935.0,,132.0,72.0,1369.0,0.0,0.0,36.0,0.0,26.0,2636.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 73,3248.0,32.0,718.0,6.0,23.0,5.0,2444.0,1662.0,21545.0,,74.0,5.488565488565489,4.452466907340553,1.0360985812249357,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.74,0.985,0.755,33.076,22.106,10.97,0.0,0.708,-0.708,0.0,0.185,-0.185,0.87,0.154,0.716,63.687,75.246,-11.559 +36005007400,"Census Tract 74, Bronx County, New York",3466,2343.0,36567.0,352400.0,462.0,90.0,1081.0,0.0,0.0,0.0,22.0,81.0,2192.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 74,3503.0,88.0,1536.0,4.0,88.0,0.0,1769.0,2156.0,40654.0,211000.0,494.0,19.718309859154928,22.912801484230055,-3.194491625075127,0.13779795686719637,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.597,2.512,0.085,31.189,43.848,-12.659,0.0,2.512,-2.512,0.0,0.114,-0.114,0.0,0.0,0.0,63.243,50.5,12.743 +36005007500,"Census Tract 75, Bronx County, New York",6039,3527.0,26868.0,337100.0,475.0,85.0,2221.0,139.0,0.0,0.0,0.0,10.0,3643.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 75,4688.0,36.0,1466.0,14.0,30.0,1.0,3125.0,2665.0,20813.0,110400.0,211.0,13.467536149702296,7.917448405253284,5.550087744449012,0.5284010679323643,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.408,0.768,0.64,36.778,31.271,5.507,0.0,0.64,-0.64,2.302,0.299,2.003,0.0,0.021,-0.021,60.325,66.66,-6.335 +36005007600,"Census Tract 76, Bronx County, New York",5142,3504.0,33108.0,506400.0,269.0,213.0,863.0,14.0,554.0,0.0,43.0,99.0,3370.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 76,4929.0,123.0,1096.0,22.0,180.0,0.0,3423.0,2939.0,33121.48973,220197.9522,367.0,7.676940639269406,12.48724055801293,-4.810299918743524,0.37384468568720386,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.142,2.495,1.647,16.783,22.236,-5.453,10.774,3.652,7.122,0.272,0.446,-0.174,0.0,0.0,0.0,65.539,69.446,-3.907 +36005007700,"Census Tract 77, Bronx County, New York",2087,1194.0,34516.0,376300.0,205.0,42.0,463.0,12.0,0.0,0.0,0.0,0.0,1570.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 77,1307.0,20.0,319.0,0.0,24.0,0.0,941.0,787.0,21958.0,101000.0,29.0,17.169179229480736,3.684879288437103,13.484299941043634,0.6134998671272921,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,2.012,1.53,0.482,22.185,24.407,-2.222,0.0,1.836,-1.836,0.575,0.0,0.575,0.0,0.0,0.0,75.228,71.997,3.231 +36005007800,"Census Tract 78, Bronx County, New York",7035,4305.0,40129.0,414200.0,615.0,234.0,1387.0,0.0,422.0,0.0,233.0,0.0,4759.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 78,6171.0,520.0,1083.0,39.0,432.0,3.0,3938.0,3570.0,34353.0,208600.0,435.0,14.285714285714286,12.184873949579831,2.100840336134455,0.2747851279575084,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.326,8.427,-5.101,19.716,17.55,2.166,5.999,7.0,-1.001,0.0,0.632,-0.632,0.0,0.049,-0.049,67.647,63.815,3.832 +36005007900,"Census Tract 79, Bronx County, New York",7051,4080.0,26438.0,,255.0,20.0,1752.0,0.0,0.0,32.0,0.0,52.0,5195.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 79,6598.0,96.0,1420.0,12.0,19.0,0.0,5021.0,3752.0,14767.0,178400.0,179.0,6.25,4.770788912579957,1.479211087420043,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.284,1.455,-1.171,24.848,21.522,3.326,0.0,0.288,-0.288,0.0,0.182,-0.182,0.454,0.0,0.454,73.677,76.099,-2.422 +36005008300,"Census Tract 83, Bronx County, New York",6575,4023.0,27136.0,392300.0,582.0,29.0,1121.0,26.0,267.0,0.0,15.0,34.0,5109.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 83,6204.0,61.0,1086.0,2.0,25.0,0.0,5019.0,3389.0,25886.0,183100.0,162.0,14.466815809097689,4.780171141929773,9.686644667167915,0.32790211572775935,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.441,0.983,-0.542,17.049,17.505,-0.456,4.061,0.403,3.658,0.395,0.032,0.363,0.0,0.0,0.0,77.703,80.899,-3.196 +36005008400,"Census Tract 84, Bronx County, New York",2809,1859.0,77885.0,448600.0,388.0,52.0,647.0,129.0,231.0,0.0,25.0,15.0,1722.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 84,2079.0,20.0,773.0,0.0,26.0,0.0,1251.0,1228.0,39911.0,207800.0,190.0,20.87143625605164,15.472312703583063,5.399123552468579,0.3329647793134195,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.851,0.962,0.889,23.033,37.181,-14.148,8.224,1.251,6.973,4.592,0.0,4.592,0.0,0.0,0.0,61.303,60.173,1.13 +36005008500,"Census Tract 85, Bronx County, New York",6587,4100.0,30898.0,264200.0,554.0,53.0,1243.0,13.0,6.0,0.0,37.0,8.0,5240.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 85,5424.886309,104.9397659,1268.272095,20.98795319,23.98623276,2.998279095,3988.710693,2859.3588870000003,18402.999669999997,219600.0028,214.87666319999997,13.512195121951219,7.5148546122325195,5.9973405097187,-0.19691144599545787,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.805,1.934,-1.129,18.871,23.379,-4.508,0.091,0.442,-0.351,0.197,0.387,-0.19,0.0,0.055,-0.055,79.551,73.526,6.025 +36005008600,"Census Tract 86, Bronx County, New York",4046,2463.0,22704.0,399200.0,252.0,47.0,1103.0,0.0,82.0,0.0,0.0,30.0,2784.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 86,4381.0,66.0,1611.0,0.0,30.0,0.0,2649.0,2299.0,14409.0,195200.0,97.0,10.23142509135201,4.2192257503262285,6.012199341025782,0.2958717434869739,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.162,1.507,-0.345,27.261,36.772,-9.511,2.027,0.685,1.342,0.0,0.0,0.0,0.0,0.0,0.0,68.809,60.466,8.343 +36005008700,"Census Tract 87, Bronx County, New York",6093,3981.0,27099.0,,312.0,142.0,1376.0,65.0,20.0,0.0,19.0,56.0,4435.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 87,5206.113553,66.06022901,887.7279106000001,14.012045800000001,19.01376663,1.0017208290000001,4215.2892759999995,2672.6410969999997,19614.27349,136451.9029,150.12332609999999,7.837226827430294,5.617040247884805,2.220186579545489,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,2.331,1.269,1.062,22.583,17.052,5.531,0.328,0.365,-0.037,1.067,0.269,0.798,0.0,0.019,-0.019,72.788,80.968,-8.18 +36005008900,"Census Tract 89, Bronx County, New York",3373,1906.0,24821.0,,274.0,53.0,746.0,49.0,12.0,0.0,0.0,0.0,2562.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 89,2886.0,31.0,361.0,6.0,8.0,1.0,2478.0,1683.0,13007.0,160600.0,136.0,14.375655823714586,8.080808080808081,6.294847742906505,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.571,1.074,0.497,22.117,12.509,9.608,0.356,0.277,0.079,1.453,0.208,1.245,0.0,0.035,-0.035,75.956,85.863,-9.907 +36005009000,"Census Tract 90, Bronx County, New York",3877,2233.0,30250.0,412400.0,325.0,151.0,1038.0,36.0,48.0,0.0,29.0,49.0,2526.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 90,3669.538028,146.46894840000002,1246.560081,12.0,51.86881185,1.0,2180.64019,1982.021149,15769.59601,189664.6855,163.1264629,14.554411106135245,8.230308893641377,6.324102212493868,0.3377372766246363,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.895,3.991,-0.096,26.773,33.97,-7.197,1.238,1.413,-0.175,0.929,0.327,0.602,0.0,0.027,-0.027,65.153,59.425,5.728 +36005009200,"Census Tract 92, Bronx County, New York",6202,3965.0,44318.0,467200.0,790.0,141.0,1055.0,0.0,914.0,0.0,339.0,269.0,3484.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 92,4877.0,494.0,630.0,46.0,620.0,0.0,2926.0,3082.0,36589.0,202700.0,488.0,19.92433795712484,15.833874107722258,4.090463849402584,0.37523972602739725,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.273,10.129,-7.856,17.011,12.918,4.093,14.737,12.713,2.024,0.0,0.943,-0.943,0.0,0.0,0.0,56.175,59.996,-3.821 +36005009300,"Census Tract 93, Bronx County, New York",6424,3999.0,32565.0,444700.0,385.0,50.0,1872.0,31.0,0.0,0.0,0.0,8.0,4482.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 93,5531.0,91.0,1363.0,20.0,15.0,1.0,4025.0,2703.0,18371.23821,159557.3864,112.0,9.627406851712928,4.143544210136885,5.483862641576043,0.4833311526512256,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.778,1.645,-0.867,29.141,24.643,4.498,0.0,0.271,-0.271,0.483,0.362,0.121,0.0,0.018,-0.018,69.77,72.772,-3.002 +36005009600,"Census Tract 96, Bronx County, New York",2607,1780.0,49130.0,382300.0,340.0,158.0,586.0,22.0,426.0,0.0,47.0,9.0,1381.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 96,2099.0,350.0,317.0,24.0,183.0,0.0,1134.0,1325.0,39218.22353,200276.3359,210.0,19.10112359550562,15.849056603773585,3.2520669917320344,0.24562405520272035,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,6.061,16.675,-10.614,22.478,15.102,7.376,16.341,8.718,7.623,0.844,1.143,-0.299,0.0,0.0,0.0,52.973,54.026,-1.053 +36005009800,"Census Tract 98, Bronx County, New York",5189,3570.0,63267.0,425900.0,989.0,103.0,1095.0,0.0,229.0,0.0,111.0,15.0,3636.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 98,5538.0,279.0,1618.0,26.0,224.0,0.0,3329.0,3643.0,38642.0,198300.0,562.0,27.703081232493,15.426846006038978,12.27623522645402,0.329532754167645,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,1.985,5.038,-3.053,21.102,29.216,-8.114,4.413,4.045,0.368,0.0,0.469,-0.469,0.0,0.0,0.0,70.071,60.112,9.959 +36005011000,"Census Tract 110, Bronx County, New York",113,77.0,,,27.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,113.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 110,38.46196788,13.17588806,7.266114712,0.0,1.0656968359999999,0.0,16.9542675,31.58337975,9461.00025,186299.9947,5.6191287039999995,35.064935064935064,17.791410382544637,17.273524682390427,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,0.0,34.257,-34.257,0.0,18.892,-18.892,0.0,2.771,-2.771,0.0,0.0,0.0,0.0,0.0,0.0,100.0,44.081,55.919 +36005011502,"Census Tract 115.02, Bronx County, New York",4568,2507.0,22365.0,393500.0,279.0,34.0,1490.0,0.0,0.0,0.0,30.0,0.0,3014.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 115.02,4139.0,52.0,1103.0,8.0,11.0,0.0,2952.0,1945.0,14167.0,158300.0,63.0,11.128839250099722,3.2390745501285347,7.889764699971186,0.42070648030495555,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.744,1.256,-0.512,32.618,26.649,5.969,0.0,0.266,-0.266,0.0,0.193,-0.193,0.0,0.0,0.0,65.981,71.322,-5.341 +36005011700,"Census Tract 117, Bronx County, New York",1616,849.0,23125.0,,150.0,13.0,490.0,15.0,0.0,0.0,0.0,0.0,1113.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 117,1695.0,12.0,562.0,4.0,11.0,0.0,1103.0,963.0,16605.7986,128583.3333,31.0,17.6678445229682,3.2191069574247146,14.448737565543485,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,0.804,0.708,0.096,30.322,33.156,-2.834,0.0,0.649,-0.649,0.928,0.236,0.692,0.0,0.0,0.0,68.874,65.074,3.8 +36005011800,"Census Tract 118, Bronx County, New York",5220,3059.0,81667.0,420200.0,771.0,3646.0,161.0,0.0,229.0,7.0,0.0,24.0,1153.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 118,5058.0945759999995,4154.923245,58.72258872,16.040519,86.76310772,0.006753166,604.4999217999999,3233.4523059999997,57650.76524,191220.8812,710.1373769999999,25.20431513566525,21.962203545797404,3.2421115898678465,0.34469759893384105,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,69.847,82.144,-12.297,3.084,1.161,1.923,4.387,1.715,2.672,0.0,0.317,-0.317,0.134,0.0,0.134,22.088,11.951,10.137 +36005011900,"Census Tract 119, Bronx County, New York",5474,3313.0,25261.0,435100.0,208.0,22.0,1581.0,32.0,12.0,0.0,25.0,63.0,3749.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 119,4793.0,52.0,1248.0,24.0,33.0,0.0,3414.0,2591.0,16990.0,119700.0,122.0,6.278297615454271,4.70860671555384,1.569690899900431,0.6038427947598253,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.402,1.085,-0.683,28.882,26.038,2.844,0.219,0.689,-0.47,0.585,0.501,0.084,0.0,0.0,0.0,68.487,71.229,-2.742 +36005012101,"Census Tract 121.01, Bronx County, New York",2970,1817.0,28777.0,418400.0,221.0,99.0,842.0,7.0,29.0,0.0,51.0,44.0,1905.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 121.01,2878.0,47.0,740.0,7.0,12.0,0.0,2071.0,1524.0,21424.0,171000.0,155.0,12.162905888827739,10.170603674540683,1.9923022142870561,0.411472275334608,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.333,1.633,1.7,28.35,25.712,2.638,0.976,0.417,0.559,0.236,0.243,-0.007,0.0,0.0,0.0,64.141,71.96,-7.819 +36005012102,"Census Tract 121.02, Bronx County, New York",1561,846.0,20559.0,,84.0,16.0,202.0,0.0,0.0,0.0,0.0,6.0,1337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 121.02,1619.0,13.0,269.0,1.0,1.0,0.0,1319.0,802.0,17688.0,225000.0,24.0,9.929078014184396,2.9925187032418954,6.936559310942501,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.025,0.803,0.222,12.94,16.615,-3.675,0.0,0.062,-0.062,0.0,0.062,-0.062,0.0,0.0,0.0,85.65,81.47,4.18 +36005012300,"Census Tract 123, Bronx County, New York",3995,2426.0,23590.0,422900.0,326.0,69.0,1190.0,3.0,39.0,0.0,0.0,11.0,2683.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 123,2920.8960469999997,46.0,671.3792093999999,5.0,18.0,4.0,2175.516838,1519.379209,17901.45905,167500.0,95.0,13.437757625721352,6.252553637516571,7.185203988204781,0.429652400094585,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.727,1.575,0.152,29.787,22.985,6.802,0.976,0.616,0.36,0.075,0.171,-0.096,0.0,0.137,-0.137,67.159,74.481,-7.322 +36005012500,"Census Tract 125, Bronx County, New York",4510,2774.0,31336.0,414400.0,421.0,59.0,1380.0,56.0,77.0,0.0,0.0,10.0,2952.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 125,2271.0,31.0,845.0,6.0,59.0,0.0,1297.0,1377.0,27566.0,160800.0,184.0,15.17664023071377,13.36238198983297,1.8142582408808003,0.44123552123552123,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.308,1.365,-0.057,30.599,37.208,-6.609,1.707,2.598,-0.891,1.242,0.264,0.978,0.0,0.0,0.0,65.455,57.111,8.344 +36005012701,"Census Tract 127.01, Bronx County, New York",1982,1319.0,20859.0,346000.0,198.0,46.0,390.0,29.0,77.0,0.0,0.0,0.0,1440.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 127.01,2309.0,42.0,536.0,0.0,39.0,0.0,1692.0,1352.0,12342.0,166400.0,77.0,15.011372251705838,5.695266272189349,9.31610597951649,0.30746820809248554,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.321,1.819,0.502,19.677,23.214,-3.537,3.885,1.689,2.196,1.463,0.0,1.463,0.0,0.0,0.0,72.654,73.278,-0.624 +36005012901,"Census Tract 129.01, Bronx County, New York",4504,2579.0,23255.0,467200.0,256.0,67.0,1539.0,0.0,38.0,0.0,42.0,15.0,2803.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 129.01,2728.0,32.0,772.0,7.0,25.0,0.0,1888.0,1546.0,13214.0,136400.0,99.0,9.926328034121752,6.403622250970246,3.5227057831515065,0.5795890410958904,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.488,1.173,0.315,34.17,28.299,5.871,0.844,0.916,-0.072,0.0,0.257,-0.257,0.0,0.0,0.0,62.234,69.208,-6.974 +36005013000,"Census Tract 130, Bronx County, New York",1520,1065.0,76771.0,448800.0,316.0,637.0,52.0,0.0,0.0,0.0,0.0,5.0,826.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 130,1179.0,719.0,8.0,0.0,9.0,0.0,374.0,795.0,48500.0,231500.0,130.0,29.671361502347416,16.352201257861637,13.31916024448578,0.2572192513368984,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,41.908,60.984,-19.076,3.421,0.679,2.742,0.0,0.763,-0.763,0.0,0.0,0.0,0.0,0.0,0.0,54.342,31.722,22.62 +36005013100,"Census Tract 131, Bronx County, New York",5240,2987.0,36500.0,415200.0,392.0,30.0,1641.0,0.0,7.0,0.0,16.0,28.0,3518.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 131,3519.0,25.0,1171.0,19.0,3.0,3.0,2272.0,1797.0,13281.0,221900.0,182.0,13.123535319718782,10.127991096271563,2.9955442234472187,0.23040462427745664,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.573,0.71,-0.137,31.317,33.276,-1.959,0.134,0.085,0.049,0.0,0.54,-0.54,0.0,0.085,-0.085,67.137,64.564,2.573 +36005013200,"Census Tract 132, Bronx County, New York",7202,5275.0,106731.0,455300.0,1833.0,2002.0,1028.0,0.0,333.0,0.0,0.0,40.0,3799.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 132,5635.905309000001,3224.07666,213.2774048,11.95948029,225.23689269999997,1.993246794,1918.5,3970.547607,54508.99819,196699.992,630.8626098999999,34.74881516587678,15.888554233370762,18.860260932506016,0.3778871327037118,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,27.798,57.206,-29.408,14.274,3.784,10.49,4.624,3.996,0.628,0.0,0.212,-0.212,0.0,0.035,-0.035,52.749,34.041,18.708 +36005013300,"Census Tract 133, Bronx County, New York",5934,3498.0,21923.0,,392.0,65.0,1934.0,229.0,237.0,0.0,43.0,0.0,3446.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 133,6047.0,37.0,2840.0,8.0,18.0,0.0,3136.0,3320.0,16426.0,92400.0,237.0,11.206403659233848,7.13855421686747,4.067849442366378,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.095,0.612,0.483,32.592,46.965,-14.373,3.994,0.298,3.696,3.859,0.132,3.727,0.0,0.0,0.0,58.072,51.86,6.212 +36005013500,"Census Tract 135, Bronx County, New York",3717,2296.0,23689.0,257400.0,262.0,19.0,1285.0,11.0,0.0,0.0,0.0,76.0,2337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 135,3126.0,18.0,1679.0,10.0,15.0,4.0,1397.0,1626.0,14667.0,116100.0,96.0,11.411149825783973,5.904059040590406,5.507090785193567,0.3504895104895105,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.511,0.576,-0.065,34.571,53.711,-19.14,0.0,0.48,-0.48,0.296,0.32,-0.024,0.0,0.128,-0.128,62.873,44.69,18.183 +36005013800,"Census Tract 138, Bronx County, New York",2480,1761.0,76600.0,285100.0,356.0,1624.0,85.0,0.0,132.0,0.0,0.0,20.0,619.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 138,1940.0,1247.0,35.0,2.0,78.0,0.0,563.0,1353.0,48813.0,149400.0,229.0,20.21578648495173,16.925351071692535,3.290435413259196,0.24540161346895825,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,65.484,64.278,1.206,3.427,1.804,1.623,5.323,4.021,1.302,0.0,0.103,-0.103,0.0,0.0,0.0,24.96,29.021,-4.061 +36005014100,"Census Tract 141, Bronx County, New York",5795,3445.0,28451.0,277300.0,608.0,22.0,2063.0,48.0,17.0,0.0,6.0,82.0,3605.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 141,2313.9999980000002,45.41370869,834.2509155,10.0,11.12851897,0.0,1404.206852,1021.8812710000001,13844.51155,129912.1464,43.79926562,17.64876632801161,4.286140363169451,13.36262596484216,0.32537507819689876,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,0.38,1.963,-1.583,35.6,36.052,-0.452,0.293,0.481,-0.188,0.828,0.432,0.396,0.0,0.0,0.0,62.209,60.683,1.526 +36005014300,"Census Tract 143, Bronx County, New York",1193,794.0,15060.0,329500.0,145.0,62.0,663.0,0.0,37.0,0.0,12.0,12.0,407.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 143,711.9999781,9.586291313,340.74908450000004,0.0,0.8714810009999999,0.0,360.7931213,311.11871339999993,8605.999764,349999.9891,12.20073414,18.261964735516372,3.921568717826924,14.340396017689448,-0.5295902406798179,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,5.197,1.346,3.851,55.574,47.858,7.716,3.101,0.122,2.979,0.0,0.0,0.0,0.0,0.0,0.0,34.116,50.673,-16.557 +36005014400,"Census Tract 144, Bronx County, New York",5417,3288.0,21508.0,452400.0,409.0,189.0,1856.0,0.0,111.0,0.0,0.0,12.0,3249.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 144,5772.99999,539.3551636,2122.1738010000004,27.0,75.06549072,2.0,2993.4055399999997,3344.395462,21583.752330000003,196314.3781,265.254406,12.439172749391728,7.931311025083553,4.507861724308175,0.3751266479575597,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.489,9.343,-5.854,34.263,36.76,-2.497,2.049,1.3,0.749,0.0,0.468,-0.468,0.0,0.035,-0.035,59.978,51.852,8.126 +36005014500,"Census Tract 145, Bronx County, New York",7919,4235.0,28732.0,,358.0,101.0,2989.0,52.0,7.0,0.0,91.0,0.0,4696.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 145,4878.0,42.0,2687.0,34.0,11.0,4.0,2097.0,2500.0,14264.0,,212.0,8.45336481700118,8.48,-0.026635182998820284,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.275,0.861,0.414,37.745,55.084,-17.339,0.088,0.226,-0.138,0.657,0.697,-0.04,0.0,0.082,-0.082,59.3,42.989,16.311 +36005014701,"Census Tract 147.01, Bronx County, New York",7637,3755.0,21436.0,,379.0,43.0,3440.0,0.0,0.0,0.0,0.0,0.0,4154.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 147.01,5652.000108,43.45702744,2850.056641,14.48567581,19.659130100000002,0.0,2713.477295,2729.5151370000003,10774.99975,204500.0019,133.9924927,10.093209054593874,4.909021784992578,5.1841872696012965,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.563,0.769,-0.206,45.044,50.426,-5.382,0.0,0.348,-0.348,0.0,0.256,-0.256,0.0,0.0,0.0,54.393,48.009,6.384 +36005014702,"Census Tract 147.02, Bronx County, New York",5511,2984.0,19425.0,,352.0,80.0,2206.0,48.0,0.0,0.0,23.0,18.0,3184.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 147.02,5272.999892,40.54297256,2658.943359,13.51432419,18.340869899999998,0.0,2531.522705,2546.4848629999997,10775.00027,204499.99800000002,125.0074997,11.796246648793566,4.909021903736328,6.887224745057239,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.452,0.769,0.683,40.029,50.426,-10.397,0.0,0.348,-0.348,0.871,0.256,0.615,0.0,0.0,0.0,57.775,48.009,9.766 +36005014900,"Census Tract 149, Bronx County, New York",4423,2870.0,24874.0,,378.0,107.0,1688.0,0.0,13.0,0.0,0.0,21.0,2594.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 149,3668.0,58.0,1764.0,15.0,9.0,0.0,1815.0,2144.0,14353.0,214600.0,116.0,13.170731707317072,5.41044776119403,7.760283946123042,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.419,1.581,0.838,38.164,48.092,-9.928,0.294,0.245,0.049,0.0,0.409,-0.409,0.0,0.0,0.0,58.648,49.482,9.166 +36005015100,"Census Tract 151, Bronx County, New York",5086,2993.0,33525.0,423900.0,405.0,49.0,2274.0,0.0,0.0,0.0,26.0,14.0,2723.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 151,4743.0,38.0,2504.0,19.0,26.0,0.0,2110.0,2438.0,18448.0,197700.0,230.0,13.531573671901102,9.433962264150944,4.097611407750158,0.3284076433121019,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.963,0.801,0.162,44.711,52.794,-8.083,0.0,0.548,-0.548,0.0,0.401,-0.401,0.0,0.0,0.0,53.539,44.487,9.052 +36005015200,"Census Tract 152, Bronx County, New York",2828,1958.0,73622.0,453800.0,498.0,720.0,226.0,0.0,122.0,0.0,10.0,15.0,1735.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 152,2382.0,1352.987995,43.63405961,1.04090707,35.68519342,0.0,897.0995998,1558.3014679999999,54609.10469,193763.1052,237.106714,25.4341164453524,15.21571524310468,10.21840120224772,0.38515012893785816,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,25.46,56.801,-31.341,7.992,1.832,6.16,4.314,1.498,2.816,0.0,0.044,-0.044,0.0,0.0,0.0,61.351,37.662,23.689 +36005015300,"Census Tract 153, Bronx County, New York",4847,3016.0,17154.0,375200.0,594.0,54.0,2131.0,0.0,47.0,0.0,0.0,0.0,2615.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 153,2962.0,33.0,1498.0,12.0,13.0,2.0,1396.0,1632.0,20918.0,167900.0,129.0,19.694960212201593,7.904411764705882,11.790548447495711,0.35560767590618336,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,1.114,1.114,0.0,43.965,50.574,-6.609,0.97,0.439,0.531,0.0,0.405,-0.405,0.0,0.068,-0.068,53.951,47.13,6.821 +36005015500,"Census Tract 155, Bronx County, New York",3016,1766.0,17912.0,456000.0,257.0,10.0,472.0,0.0,42.0,0.0,9.0,0.0,2483.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 155,2779.0,21.0,659.0,12.0,17.0,0.0,2065.0,1562.0,17616.0,216700.0,122.0,14.552661381653454,7.810499359795134,6.74216202185832,0.3156842105263158,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.332,0.756,-0.424,15.65,23.714,-8.064,1.393,0.612,0.781,0.0,0.432,-0.432,0.0,0.0,0.0,82.328,74.307,8.021 +36005015700,"Census Tract 157, Bronx County, New York",4515,3131.0,34738.0,457900.0,473.0,36.0,980.0,0.0,66.0,0.0,0.0,0.0,3433.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 157,3574.1039530000003,41.0,1382.620791,9.0,19.0,0.0,2118.483162,1673.620791,20676.65337,235100.0,125.0,15.106994570424785,7.468836469539293,7.638158100885492,0.26065953264905,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.797,1.147,-0.35,21.705,38.684,-16.979,1.462,0.532,0.93,0.0,0.252,-0.252,0.0,0.0,0.0,76.035,59.273,16.762 +36005015800,"Census Tract 158, Bronx County, New York",1234,886.0,48289.0,446300.0,204.0,446.0,75.0,0.0,24.0,0.0,0.0,30.0,659.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 158,1211.0,800.0,15.0,1.0,46.0,0.0,337.0,922.0,33438.0,224700.0,96.0,23.024830699774267,10.412147505422993,12.612683194351273,0.2749988796773471,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,36.143,66.061,-29.918,6.078,1.239,4.839,1.945,3.799,-1.854,0.0,0.083,-0.083,0.0,0.0,0.0,53.404,27.828,25.576 +36005015900,"Census Tract 159, Bronx County, New York",1862,1174.0,17905.0,363900.0,63.0,11.0,96.0,19.0,18.0,0.0,6.0,0.0,1731.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 159,2170.0,12.0,225.0,5.0,11.0,0.0,1913.0,1192.0,16057.731740000001,137085.2857,97.0,5.366269165247019,8.13758389261745,-2.771314727370431,0.45753555535037094,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.591,0.553,0.038,5.156,10.369,-5.213,0.967,0.507,0.46,1.02,0.23,0.79,0.0,0.0,0.0,92.965,88.157,4.808 +36005016000,"Census Tract 160, Bronx County, New York",3760,2768.0,73841.0,411800.0,818.0,2247.0,64.0,0.0,90.0,0.0,66.0,18.0,1275.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 160,5196.0,4486.0,25.0,3.0,55.0,0.0,606.0,3872.0,45828.0,186000.0,667.0,29.552023121387283,17.22623966942149,12.325783451965794,0.34958717824186497,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,59.761,86.336,-26.575,1.702,0.481,1.221,2.394,1.059,1.335,0.0,0.058,-0.058,0.0,0.0,0.0,33.91,11.663,22.247 +36005016100,"Census Tract 161, Bronx County, New York",4417,2711.0,14667.0,,343.0,9.0,1284.0,0.0,0.0,0.0,0.0,0.0,3124.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 161,4755.0,31.0,1777.0,17.0,16.0,0.0,2903.0,2555.0,16308.0,176700.0,151.0,12.652157875322759,5.909980430528376,6.742177444794383,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.204,0.652,-0.448,29.07,37.371,-8.301,0.0,0.336,-0.336,0.0,0.358,-0.358,0.0,0.0,0.0,70.727,61.052,9.675 +36005016200,"Census Tract 162, Bronx County, New York",1984,1391.0,71319.0,396600.0,286.0,766.0,88.0,43.0,7.0,0.0,0.0,10.0,1070.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 162,1719.0,1209.0,36.0,6.0,40.0,0.0,410.0,1246.0,50833.0,220700.0,182.0,20.560747663551403,14.606741573033707,5.954006090517696,0.19866868381240543,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,38.609,70.332,-31.723,4.435,2.094,2.341,0.353,2.327,-1.974,2.167,0.349,1.818,0.0,0.0,0.0,53.931,23.851,30.08 +36005016300,"Census Tract 163, Bronx County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 163,301.0,8.0,163.0,0.0,1.0,1.0,129.0,75.0,,,0.0,,0.0,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,2.658,,,54.153,,,0.332,,,0.0,,,0.332,,,42.857, +36005016400,"Census Tract 164, Bronx County, New York",1031,797.0,78750.0,470000.0,211.0,696.0,69.0,0.0,0.0,0.0,0.0,0.0,266.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 164,1212.0,990.0,11.0,0.0,23.0,0.0,188.0,834.0,50733.0,210700.0,138.0,26.47427854454203,16.546762589928058,9.927515954613973,0.35445106382978725,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,67.507,81.683,-14.176,6.693,0.908,5.785,0.0,1.898,-1.898,0.0,0.0,0.0,0.0,0.0,0.0,25.8,15.512,10.288 +36005016500,"Census Tract 165, Bronx County, New York",996,649.0,25403.0,,106.0,0.0,412.0,0.0,7.0,0.0,0.0,0.0,577.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 165,1243.0,12.0,616.0,6.0,4.0,1.0,595.0,687.0,11442.0,,59.0,16.332819722650232,8.58806404657933,7.744755676070902,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.0,0.965,-0.965,41.365,49.558,-8.193,0.703,0.322,0.381,0.0,0.483,-0.483,0.0,0.08,-0.08,57.932,47.868,10.064 +36005016600,"Census Tract 166, Bronx County, New York",2324,1639.0,76328.0,461800.0,375.0,624.0,100.0,0.0,170.0,0.0,51.0,17.0,1362.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 166,2225.999958,1257.0119630000002,61.36594009,3.959092855,66.31480408,0.0,783.9003906,1577.698486,41776.00041,218300.0041,203.89328,22.87980475899939,12.923462994310055,9.956341764689336,0.3192897230316155,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,26.85,56.47,-29.62,4.303,2.757,1.546,7.315,2.979,4.336,0.0,0.178,-0.178,0.0,0.0,0.0,58.606,35.216,23.39 +36005016700,"Census Tract 167, Bronx County, New York",3269,1725.0,29549.0,420400.0,255.0,20.0,1356.0,17.0,0.0,0.0,0.0,31.0,1862.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 167,1822.0,5.0,785.0,0.0,3.0,2.0,1028.0,888.0,14432.0,78900.0,8.0,14.782608695652174,0.9009009009009009,13.881707794751273,0.7297431018078021,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,0.612,0.274,0.338,41.481,43.085,-1.604,0.0,0.165,-0.165,0.52,0.0,0.52,0.0,0.11,-0.11,56.959,56.422,0.537 +36005016900,"Census Tract 169, Bronx County, New York",1440,952.0,28064.0,443000.0,88.0,35.0,731.0,0.0,0.0,0.0,0.0,0.0,674.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 169,1796.0,22.0,1015.0,8.0,11.0,0.0,740.0,1031.0,16591.0,223400.0,69.0,9.243697478991596,6.692531522793405,2.551165956198191,0.273823927765237,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.431,1.225,1.206,50.764,56.514,-5.75,0.0,0.612,-0.612,0.0,0.445,-0.445,0.0,0.0,0.0,46.806,41.203,5.603 +36005017100,"Census Tract 171, Bronx County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 171,3.0,0.0,2.0,0.0,0.0,0.0,1.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,0.0,,,66.667,,,0.0,,,0.0,,,0.0,,,33.333, +36005017300,"Census Tract 173, Bronx County, New York",5615,3417.0,19406.0,418200.0,339.0,71.0,1121.0,10.0,374.0,0.0,0.0,36.0,4003.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 173,4842.0,39.0,2149.0,26.0,16.0,1.0,2591.0,2571.0,18375.0,146400.0,132.0,9.920983318700614,5.134189031505251,4.786794287195363,0.49589670014347204,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.264,0.805,0.459,19.964,44.382,-24.418,6.661,0.33,6.331,0.178,0.537,-0.359,0.0,0.021,-0.021,71.291,53.511,17.78 +36005017500,"Census Tract 175, Bronx County, New York",7140,4483.0,27585.0,,392.0,72.0,2270.0,329.0,14.0,0.0,83.0,84.0,4356.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 175,6466.0,37.0,3056.0,34.0,59.0,3.0,3246.0,3555.0,14172.0,219200.0,214.0,8.744144546062904,6.019690576652602,2.724453969410302,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.008,0.572,0.436,31.793,47.263,-15.47,0.196,0.912,-0.716,4.608,0.526,4.082,0.0,0.046,-0.046,61.008,50.201,10.807 +36005017701,"Census Tract 177.01, Bronx County, New York",4857,2953.0,28090.0,485200.0,294.0,36.0,1346.0,0.0,8.0,0.0,0.0,25.0,3442.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 177.01,3954.00009,97.40116119,1967.016479,12.66215038,20.94124985,0.0,1847.2130129999998,2277.7260739999997,14930.999890000001,159800.0037,113.9593582,9.955976972570268,5.003207343535903,4.952769629034365,0.5257378290849134,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.741,2.463,-1.722,27.713,49.748,-22.035,0.165,0.53,-0.365,0.0,0.32,-0.32,0.0,0.0,0.0,70.867,46.718,24.149 +36005017702,"Census Tract 177.02, Bronx County, New York",5522,3505.0,29327.0,395700.0,588.0,61.0,1634.0,0.0,110.0,0.0,44.0,144.0,3529.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 177.02,4165.0001520000005,102.5988464,2071.983643,13.33784962,22.05875206,0.0,1945.7871089999999,2399.2739260000003,14930.999630000002,159800.0058,120.04064939999999,16.776034236804566,5.003207349488779,11.772826887315787,0.41846851566338134,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,1.105,2.463,-1.358,29.591,49.748,-20.157,1.992,0.53,1.462,0.0,0.32,-0.32,0.0,0.0,0.0,63.908,46.718,17.19 +36005017901,"Census Tract 179.01, Bronx County, New York",5071,2854.0,30587.0,332100.0,414.0,15.0,1106.0,226.0,77.0,0.0,0.0,0.0,3687.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 179.01,4816.999905,57.97969437,1534.997803,40.995742799999995,56.80838776,1.7569603919999999,3108.0629879999997,2439.83252,17685.00028,223600.0021,165.73992919999998,14.505956552207428,6.793086322170998,7.71287023003643,0.030460695501354912,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.296,1.204,-0.908,21.81,31.866,-10.056,1.518,1.179,0.339,4.457,0.851,3.606,0.0,0.036,-0.036,72.708,64.523,8.185 +36005017902,"Census Tract 179.02, Bronx County, New York",4007,2157.0,19396.0,,237.0,45.0,1472.0,59.0,0.0,0.0,59.0,48.0,2383.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 179.02,3408.0000950000003,41.02030563,1086.002197,29.00425529,40.19161224,1.243039608,2198.9370120000003,1726.167603,17684.9996,223599.9971,117.2600632,10.987482614742698,6.793086777680649,4.194395837062048,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.123,1.204,-0.081,36.736,31.866,4.87,0.0,1.179,-1.179,1.472,0.851,0.621,0.0,0.036,-0.036,59.471,64.523,-5.052 +36005018101,"Census Tract 181.01, Bronx County, New York",2973,1724.0,24594.0,482000.0,122.0,2.0,1103.0,0.0,0.0,0.0,12.0,20.0,1836.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 181.01,2982.999976,49.75725937,1404.685791,8.698822021,85.59640503,0.0,1422.4313960000002,1715.7556149999998,22514.00074,172800.004,157.6226501,7.076566125290023,9.18677745956262,-2.1102113342725968,0.48375102539419096,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.067,1.668,-1.601,37.101,47.09,-9.989,0.0,2.869,-2.869,0.0,0.292,-0.292,0.0,0.0,0.0,61.756,47.685,14.071 +36005018102,"Census Tract 181.02, Bronx County, New York",6247,3833.0,35593.0,367700.0,644.0,173.0,2232.0,0.0,253.0,0.0,77.0,11.0,3501.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 181.02,5589.999768,93.24273682,2632.314209,16.30117798,160.40357969999997,0.0,2665.568604,3215.244141,22513.999369999998,172800.0054,295.37734989999996,16.8014609966084,9.186778264624477,7.614682731983924,0.32327438733750347,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.769,1.668,1.101,35.729,47.09,-11.361,4.05,2.869,1.181,0.0,0.292,-0.292,0.0,0.0,0.0,56.043,47.685,8.358 +36005018301,"Census Tract 183.01, Bronx County, New York",3971,2926.0,30990.0,262700.0,834.0,121.0,1516.0,8.0,258.0,0.0,51.0,14.0,2011.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 183.01,4637.000014,81.92383575,2110.645996,26.01635361,82.47737885,0.553539455,2268.404785,2784.303467,24802.00028,44699.998230000005,428.9930725,28.503075871496925,15.407554441694051,13.095521429802874,0.75497526664941,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,3.047,1.767,1.28,38.177,45.517,-7.34,6.497,1.779,4.718,0.201,0.561,-0.36,0.0,0.012,-0.012,50.642,48.92,1.722 +36005018302,"Census Tract 183.02, Bronx County, New York",3589,2249.0,33226.0,156000.0,401.0,101.0,1215.0,22.0,15.0,0.0,0.0,34.0,2224.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 183.02,3739.999986,66.07616425,1702.3540039999998,20.98364639,66.52262115,0.446460545,1829.5953370000002,2245.696533,24801.99965,44700.0022,346.0069275,17.830146731880834,15.407554957471186,2.422591774409648,0.5873845950769231,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.814,1.767,1.047,33.853,45.517,-11.664,0.418,1.779,-1.361,0.613,0.561,0.052,0.0,0.012,-0.012,61.967,48.92,13.047 +36005018400,"Census Tract 184, Bronx County, New York",3780,2807.0,65099.0,445800.0,798.0,2047.0,66.0,0.0,38.0,13.0,8.0,44.0,1564.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 184,3695.0,3063.0,13.0,4.0,63.0,0.0,497.0,2782.0,44167.0,209300.0,470.0,28.428927680798004,16.89432063263839,11.534607048159614,0.32393001345895023,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,54.153,82.896,-28.743,1.746,0.352,1.394,1.005,1.705,-0.7,0.0,0.108,-0.108,0.344,0.0,0.344,41.376,13.451,27.925 +36005018500,"Census Tract 185, Bronx County, New York",8449,5247.0,32680.0,489500.0,682.0,93.0,3639.0,146.0,0.0,0.0,0.0,138.0,4579.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 185,4750.0,56.0,2523.0,17.0,6.0,0.0,2139.0,2693.0,22338.56545,180497.8261,199.0,12.9979035639413,7.389528406981062,5.608375156960238,0.4690155881838611,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.101,1.179,-0.078,43.07,53.116,-10.046,0.0,0.126,-0.126,1.728,0.358,1.37,0.0,0.0,0.0,54.196,45.032,9.164 +36005018900,"Census Tract 189, Bronx County, New York",8518,5055.0,26370.0,326200.0,658.0,186.0,2256.0,17.0,0.0,0.0,46.0,15.0,6015.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 189,6813.58844,128.5051727,2555.095703,12.19392204,69.41156006,0.937994003,4009.9243159999996,3822.3256840000004,25163.00025,112499.99699999999,269.2042847,13.016815034619189,7.042944713656169,5.9738703209630195,0.5033721775597794,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.184,1.886,0.298,26.485,37.5,-11.015,0.0,1.019,-1.019,0.2,0.179,0.021,0.0,0.014,-0.014,70.615,58.852,11.763 +36005019300,"Census Tract 193, Bronx County, New York",5853,3171.0,22761.0,,476.0,16.0,2070.0,31.0,14.0,0.0,0.0,0.0,3722.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 193,5698.411479,51.49481964,2393.904312,8.806077838,8.588442802000001,0.062005986,3187.075592,3044.674393,14456.98476,248417.1569,201.79571719999998,15.01103752759382,6.627825874055624,8.383211653538195,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.273,0.904,-0.631,35.366,42.01,-6.644,0.239,0.151,0.088,0.53,0.155,0.375,0.0,0.001,-0.001,63.591,55.929,7.662 +36005019400,"Census Tract 194, Bronx County, New York",2291,1494.0,55625.0,395400.0,350.0,417.0,287.0,13.0,45.0,9.0,0.0,64.0,1456.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 194,1666.0,795.0,41.0,11.0,62.0,0.0,738.0,989.0,51705.0,203600.0,166.0,23.427041499330656,16.78463094034378,6.6424105589868745,0.25851289833080426,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,18.202,47.719,-29.517,12.527,2.461,10.066,1.964,3.721,-1.757,0.567,0.66,-0.093,0.393,0.0,0.393,63.553,44.298,19.255 +36005019500,"Census Tract 195, Bronx County, New York",7352,4828.0,28365.0,192600.0,864.0,63.0,1783.0,0.0,14.0,0.0,17.0,91.0,5384.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 195,7327.0,124.0,2074.0,44.0,107.0,0.0,4901.0,4154.0,20402.0,33800.0,281.0,17.895608947804472,6.764564275397207,11.131044672407265,0.7472897196261682,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.857,1.692,-0.835,24.252,28.306,-4.054,0.19,1.46,-1.27,0.0,0.601,-0.601,0.0,0.0,0.0,73.232,66.89,6.342 +36005019700,"Census Tract 197, Bronx County, New York",7489,4348.0,25302.0,,377.0,46.0,1436.0,68.0,559.0,30.0,113.0,96.0,5209.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 197,7754.0,74.0,1899.0,63.0,353.0,0.0,5258.0,4135.0,22904.0,101100.0,242.0,8.670653173873045,5.852478839177751,2.8181743346952945,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.614,0.954,-0.34,19.175,24.491,-5.316,7.464,4.552,2.912,0.908,0.812,0.096,0.401,0.0,0.401,69.555,67.81,1.745 +36005019900,"Census Tract 199, Bronx County, New York",8763,5586.0,33528.0,,966.0,173.0,2487.0,0.0,0.0,0.0,109.0,0.0,5994.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 199,7880.0,58.0,2802.0,19.0,69.0,1.0,4898.0,4217.0,22231.0,203000.0,249.0,17.293233082706767,5.904671567465022,11.388561515241744,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,1.974,0.736,1.238,28.381,35.558,-7.177,0.0,0.876,-0.876,0.0,0.241,-0.241,0.0,0.013,-0.013,68.401,62.157,6.244 +36005020000,"Census Tract 200, Bronx County, New York",4671,3083.0,43088.0,400000.0,551.0,96.0,235.0,57.0,1420.0,19.0,18.0,0.0,2883.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 200,4100.000002000001,737.8082199,171.0876713,11.0,911.3369865,0.0,2177.375336,2603.136993,27512.19035,214782.5347,436.3369865,17.87220240025949,16.76196787465807,1.1102345256014203,0.22678287508000008,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.055,17.995,-15.94,5.031,4.173,0.858,30.4,22.228,8.172,1.22,0.268,0.952,0.407,0.0,0.407,61.721,53.107,8.614 +36005020100,"Census Tract 201, Bronx County, New York",4909,2876.0,33938.0,,372.0,199.0,1359.0,0.0,27.0,0.0,0.0,0.0,3324.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 201,3631.99995,56.52360761,1501.546179,11.97354603,16.96252441,0.0,2035.016113,1915.7674559999998,21398.00099,178552.6399,160.6450806,12.934631432545201,8.385416512681381,4.54921491986382,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,4.054,1.556,2.498,27.684,41.342,-13.658,0.55,0.467,0.083,0.0,0.33,-0.33,0.0,0.0,0.0,67.712,56.03,11.682 +36005020200,"Census Tract 202, Bronx County, New York",2257,1478.0,29868.0,476700.0,269.0,191.0,354.0,0.0,300.0,0.0,2.0,48.0,1362.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 202,1824.0,397.0,148.0,15.0,216.0,0.0,989.0,1286.0,35000.0,203600.0,177.0,18.20027063599459,13.763608087091757,4.436662548902831,0.3849716803020768,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.463,21.765,-13.302,15.685,8.114,7.571,13.292,11.842,1.45,0.0,0.822,-0.822,0.0,0.0,0.0,60.346,54.221,6.125 +36005020400,"Census Tract 204, Bronx County, New York",3264,2297.0,45179.0,445700.0,338.0,278.0,255.0,0.0,355.0,0.0,34.0,9.0,2333.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 204,2884.0,532.0,285.0,12.0,311.0,0.0,1645.0,1770.0,34024.0,211000.0,256.0,14.714845450587724,14.463276836158192,0.25156861442953193,0.3182858424949518,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,8.517,18.447,-9.93,7.812,9.882,-2.07,10.876,10.784,0.092,0.0,0.416,-0.416,0.0,0.0,0.0,71.477,57.039,14.438 +36005020501,"Census Tract 205.01, Bronx County, New York",7400,4574.0,20586.0,580700.0,584.0,14.0,2117.0,150.0,17.0,0.0,0.0,0.0,5252.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 205.01,5724.3260119999995,73.19711942,2760.45611,19.67651613,27.05631286,1.842193365,2823.653802,3183.858304,21753.57489,186396.2124,267.4729607,12.767818102317447,8.400906546750644,4.366911555566803,0.5377810472602033,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.189,1.279,-1.09,28.608,48.223,-19.615,0.23,0.473,-0.243,2.027,0.344,1.683,0.0,0.032,-0.032,70.973,49.327,21.646 +36005020502,"Census Tract 205.02, Bronx County, New York",2034,1251.0,14821.0,417500.0,202.0,20.0,668.0,0.0,5.0,0.0,0.0,4.0,1337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 205.02,3592.6742659999995,45.92633438,1732.8507079999997,12.34993839,16.98116493,1.157806754,1771.8302,1998.37439,21754.00065,186400.00199999998,167.8819733,16.147082334132694,8.400926980454347,7.746155353678347,0.35708741825149704,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.983,1.278,-0.295,32.842,48.233,-15.391,0.246,0.473,-0.227,0.0,0.344,-0.344,0.0,0.032,-0.032,65.733,49.318,16.415 +36005020601,"Census Tract 206.01, Bronx County, New York",2816,1886.0,50952.0,397900.0,315.0,113.0,310.0,0.0,890.0,0.0,94.0,267.0,1142.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 206.01,2375.0,457.0,293.0,7.0,288.0,0.0,1192.0,1450.0,29831.0,210800.0,197.0,16.702014846235418,13.586206896551724,3.1158079496836937,0.2371148529781352,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.013,19.242,-15.229,11.009,12.337,-1.328,31.605,12.126,19.479,0.0,0.295,-0.295,0.0,0.0,0.0,40.554,50.189,-9.635 +36005020900,"Census Tract 209, Bronx County, New York",4784,3005.0,28438.0,,578.0,117.0,1733.0,0.0,0.0,0.0,32.0,0.0,2902.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 209,4588.999999000001,52.68270874,1263.395142,18.32658577,42.14810944,0.0,3169.299316,2491.3544920000004,19795.87095,85000.00154,211.5823212,19.23460898502496,8.492662199595157,10.741946785429802,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,2.446,1.148,1.298,36.225,27.531,8.694,0.0,0.918,-0.918,0.0,0.399,-0.399,0.0,0.0,0.0,60.661,69.063,-8.402 +36005021001,"Census Tract 210.01, Bronx County, New York",9511,7127.0,51457.0,159400.0,1565.0,197.0,4321.0,69.0,631.0,0.0,76.0,126.0,4112.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 210.01,7050.999892,415.8144836,3881.530029,24.09225464,265.46096800000004,0.0,2424.394775,4465.543945,32813.00123,45300.00181,838.321228,21.95874842149572,18.773104426363446,3.185643995132274,0.5907653537867001,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.071,5.897,-3.826,45.432,55.049,-9.617,6.634,3.765,2.869,0.725,0.342,0.383,0.0,0.0,0.0,43.234,34.384,8.85 +36005021002,"Census Tract 210.02, Bronx County, New York",7201,5225.0,55091.0,121200.0,1451.0,81.0,3743.0,0.0,1199.0,0.0,11.0,76.0,2091.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 210.02,8753.000108,516.1855469,4818.470215,29.90774536,329.53903199999996,0.0,3009.605225,5543.456055,32812.99901,45299.99854,1040.678711,27.770334928229666,18.77310292847627,8.997231999753396,0.46178219556435646,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.125,5.897,-4.772,51.979,55.049,-3.07,16.65,3.765,12.885,0.0,0.342,-0.342,0.0,0.0,0.0,29.038,34.384,-5.346 +36005021100,"Census Tract 211, Bronx County, New York",5157,2848.0,27539.0,393800.0,296.0,11.0,1934.0,20.0,6.0,0.0,9.0,13.0,3184.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 211,4532.0,44.0,1707.0,12.0,15.0,0.0,2733.0,2294.0,19109.0,77500.0,189.0,10.393258426966293,8.238884045335658,2.1543743816306353,0.7166074149314373,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.213,0.971,-0.758,37.502,37.665,-0.163,0.116,0.331,-0.215,0.388,0.265,0.123,0.0,0.0,0.0,61.741,60.305,1.436 +36005021200,"Census Tract 212, Bronx County, New York",5202,3743.0,57679.0,100000.0,1124.0,57.0,1976.0,35.0,1179.0,0.0,10.0,120.0,1860.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 212,5232.0,278.0,2402.0,20.0,667.0,2.0,1841.0,3379.0,34444.0,47400.0,611.0,30.02938819129041,18.08227286179343,11.947115329496977,0.31744,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,1.096,5.313,-4.217,37.985,45.91,-7.925,22.664,12.748,9.916,0.673,0.382,0.291,0.0,0.038,-0.038,35.755,35.187,0.568 +36005021301,"Census Tract 213.01, Bronx County, New York",1160,650.0,20595.0,235500.0,121.0,65.0,144.0,0.0,0.0,5.0,0.0,0.0,946.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 213.01,1464.0,7.0,342.0,4.0,16.0,0.0,1087.0,786.0,15603.0,167200.0,39.0,18.615384615384617,4.961832061068702,13.653552554315915,-0.022369426751592356,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,5.603,0.478,5.125,12.414,23.361,-10.947,0.0,1.093,-1.093,0.0,0.273,-0.273,0.431,0.0,0.431,81.552,74.249,7.303 +36005021302,"Census Tract 213.02, Bronx County, New York",6337,3795.0,31714.0,,550.0,41.0,2624.0,0.0,71.0,0.0,0.0,0.0,3601.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 213.02,3981.0,27.0,1631.0,4.0,6.0,0.0,2298.0,2023.0,24899.0,165800.0,146.0,14.492753623188406,7.217004448838359,7.2757491743500475,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.647,0.678,-0.031,41.408,40.97,0.438,1.12,0.151,0.969,0.0,0.1,-0.1,0.0,0.0,0.0,56.825,57.724,-0.899 +36005021501,"Census Tract 215.01, Bronx County, New York",4887,2509.0,27102.0,,392.0,12.0,1221.0,8.0,0.0,0.0,31.0,0.0,3623.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 215.01,3690.0,23.0,1314.0,5.0,4.0,0.0,2317.0,1732.0,18207.0,225000.0,112.0,15.62375448385811,6.466512702078522,9.15724178177959,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.246,0.623,-0.377,24.985,35.61,-10.625,0.0,0.108,-0.108,0.164,0.136,0.028,0.0,0.0,0.0,74.135,62.791,11.344 +36005021502,"Census Tract 215.02, Bronx County, New York",6687,3881.0,24256.0,381900.0,470.0,29.0,1568.0,10.0,0.0,0.0,20.0,20.0,5050.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 215.02,6726.0,75.0,2443.0,25.0,11.0,2.0,4146.0,3209.0,16768.0,198500.0,131.0,12.110280855449627,4.0822686195076345,8.028012235941993,0.25153181461115476,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.434,1.115,-0.681,23.448,36.322,-12.874,0.0,0.164,-0.164,0.15,0.372,-0.222,0.0,0.03,-0.03,75.52,61.641,13.879 +36005021601,"Census Tract 216.01, Bronx County, New York",4428,2839.0,30160.0,438800.0,305.0,391.0,995.0,39.0,170.0,0.0,157.0,83.0,2632.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 216.01,4339.0,416.0,840.0,20.0,181.0,0.0,2795.0,2522.0,33955.0,176000.0,261.0,10.743219443466009,10.34892942109437,0.39429002237163857,0.42242479489516865,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,8.83,9.587,-0.757,22.471,19.359,3.112,3.839,4.171,-0.332,0.881,0.461,0.42,0.0,0.0,0.0,59.44,64.416,-4.976 +36005021602,"Census Tract 216.02, Bronx County, New York",5617,3966.0,46453.0,126800.0,1248.0,47.0,1692.0,57.0,1330.0,0.0,0.0,279.0,2235.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 216.02,5293.0,305.0,2520.0,14.0,459.0,3.0,1953.0,3584.0,34866.0,56800.0,689.0,31.467473524962177,19.224330357142858,12.24314316781932,0.3549526813880126,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,0.837,5.762,-4.925,30.123,47.61,-17.487,23.678,8.672,15.006,1.015,0.265,0.75,0.0,0.057,-0.057,39.79,36.898,2.892 +36005021700,"Census Tract 217, Bronx County, New York",5438,3481.0,27823.0,366700.0,328.0,58.0,2483.0,32.0,21.0,7.0,0.0,0.0,2837.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 217,4797.00002,56.98277664,2215.6801760000003,6.647990704,28.49138832,1.8994258640000001,2458.806885,2502.493652,15065.99999,121100.005,204.18827819999998,9.422579718471704,8.159392453875443,1.2631872645962616,0.5244504848650123,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.067,1.188,-0.121,45.66,46.189,-0.529,0.386,0.594,-0.208,0.588,0.139,0.449,0.129,0.04,0.089,52.17,51.257,0.913 +36005021800,"Census Tract 218, Bronx County, New York",6765,4626.0,37008.0,439300.0,583.0,189.0,1946.0,0.0,159.0,0.0,0.0,19.0,4452.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 218,6648.0,389.0,1857.0,20.0,282.0,7.0,4063.0,3759.0,26264.0,192300.0,331.0,12.602680501513186,8.805533386538974,3.797147114974212,0.36965171864329616,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.794,5.851,-3.057,28.766,27.933,0.833,2.35,4.242,-1.892,0.0,0.301,-0.301,0.0,0.105,-0.105,65.809,61.116,4.693 +36005021900,"Census Tract 219, Bronx County, New York",1118,736.0,23370.0,,93.0,18.0,26.0,6.0,4.0,0.0,0.0,0.0,1064.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 219,1307.0,23.0,291.0,4.0,29.0,0.0,935.0,666.0,18750.0,,0.0,12.63586956521739,0.0,12.63586956521739,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,1.61,1.76,-0.15,2.326,22.265,-19.939,0.358,2.219,-1.861,0.537,0.306,0.231,0.0,0.0,0.0,95.17,71.538,23.632 +36005022000,"Census Tract 220, Bronx County, New York",2410,1398.0,27969.0,,142.0,43.0,564.0,0.0,162.0,0.0,0.0,10.0,1631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 220,1445.0,25.0,249.0,9.0,54.0,1.0,1090.0,799.0,11190.0,177800.0,30.0,10.157367668097281,3.7546933667083855,6.402674301388895,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.784,1.73,0.054,23.402,17.232,6.17,6.722,3.737,2.985,0.0,0.623,-0.623,0.0,0.069,-0.069,67.676,75.433,-7.757 +36005022101,"Census Tract 221.01, Bronx County, New York",3927,2071.0,26732.0,,322.0,5.0,667.0,0.0,182.0,0.0,23.0,33.0,3017.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 221.01,3300.000074,62.93532562,652.0255737000001,24.62686539,48.86283112,0.0,2467.768311,1722.317017,20602.99971,137500.0032,66.06254578,15.548044422984066,3.8356786310496047,11.712365791934461,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,0.127,1.907,-1.78,16.985,19.758,-2.773,4.635,1.481,3.154,0.0,0.746,-0.746,0.0,0.0,0.0,76.827,74.781,2.046 +36005022102,"Census Tract 221.02, Bronx County, New York",5453,3116.0,21933.0,604200.0,323.0,76.0,849.0,9.0,29.0,0.0,115.0,97.0,4287.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 221.02,5141.9999259999995,98.06467438,1015.974426,38.37313461,76.13716888,0.0,3845.231689,2683.682861,20602.999359999998,137499.9979,102.9374542,10.365853658536585,3.8356787866373763,6.5301748718992085,0.6722939474081431,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.394,1.907,-0.513,15.569,19.758,-4.189,0.532,1.481,-0.949,0.165,0.746,-0.581,0.0,0.0,0.0,78.617,74.781,3.836 +36005022200,"Census Tract 222, Bronx County, New York",3262,2261.0,40811.0,323400.0,343.0,191.0,423.0,6.0,700.0,0.0,65.0,42.0,1841.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 222,3024.0,334.0,331.0,9.0,319.0,0.0,1958.0,1815.0,33117.092580000004,194546.1929,310.0,15.170278637770897,17.079889807162534,-1.9096111693916367,0.1337460798515771,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,5.855,11.045,-5.19,12.968,10.946,2.022,21.459,10.549,10.91,0.184,0.298,-0.114,0.0,0.0,0.0,56.438,64.749,-8.311 +36005022300,"Census Tract 223, Bronx County, New York",5275,3252.0,26000.0,,241.0,95.0,733.0,0.0,11.0,0.0,15.0,199.0,4222.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 223,5559.999713,64.31728363,1512.604736,20.67341423,56.85188675,0.0,3848.700439,3055.645264,19676.99988,84999.99967,258.41766359999997,7.410824108241083,8.45705706236717,-1.0462329541260873,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.801,1.157,0.644,13.896,27.205,-13.309,0.209,1.023,-0.814,0.0,0.372,-0.372,0.0,0.0,0.0,80.038,69.221,10.817 +36005022401,"Census Tract 224.01, Bronx County, New York",2625,1848.0,43150.0,127500.0,476.0,225.0,597.0,21.0,244.0,0.0,90.0,0.0,1469.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 224.01,2607.0,742.0,318.0,10.0,182.0,0.0,1312.0,1805.0,30278.0,53200.0,259.0,25.757575757575758,14.349030470914128,11.40854528666163,0.3991529411764706,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,8.571,28.462,-19.891,22.743,12.198,10.545,9.295,6.981,2.314,0.8,0.384,0.416,0.0,0.0,0.0,55.962,50.326,5.636 +36005022403,"Census Tract 224.03, Bronx County, New York",3651,2534.0,38875.0,188300.0,576.0,455.0,597.0,27.0,0.0,0.0,11.0,62.0,2526.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 224.03,3187.000055,977.9667357999999,448.96142580000003,12.52083683,224.48071290000001,3.130209208,1435.871582,2028.375488,30982.00035,41499.99855,404.24414060000004,22.730860299921073,19.929453052037672,2.8014072478834002,0.6826341056186936,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,12.462,30.686,-18.224,16.352,14.087,2.265,0.0,7.044,-7.044,0.74,0.393,0.347,0.0,0.098,-0.098,69.187,45.054,24.133 +36005022404,"Census Tract 224.04, Bronx County, New York",4186,2822.0,39651.0,112500.0,886.0,996.0,930.0,117.0,307.0,0.0,16.0,90.0,1798.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 224.04,3940.000157,1209.033325,555.0386352999999,15.47916412,277.5193176,3.869791031,1775.128418,2507.6245120000003,30981.999010000003,41500.00099,499.7558899,31.396172927002127,19.929454649548422,11.466718277453705,0.468799987328,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,23.794,30.686,-6.892,22.217,14.087,8.13,7.334,7.044,0.29,2.795,0.393,2.402,0.0,0.098,-0.098,42.953,45.054,-2.101 +36005022500,"Census Tract 225, Bronx County, New York",8570,4682.0,31281.0,,436.0,84.0,2370.0,31.0,190.0,0.0,0.0,13.0,5913.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 225,6926.0,78.0,2537.0,18.0,46.0,1.0,4219.0,3342.0,20393.0,191400.0,205.0,9.312259718069201,6.134051466187912,3.1782082518812897,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.98,1.126,-0.146,27.655,36.63,-8.975,2.217,0.664,1.553,0.362,0.26,0.102,0.0,0.014,-0.014,68.996,60.915,8.081 +36005022701,"Census Tract 227.01, Bronx County, New York",5702,3644.0,31368.0,,840.0,90.0,1865.0,0.0,160.0,0.0,0.0,18.0,3569.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 227.01,3036.0,38.0,1169.0,3.0,12.0,0.0,1800.0,1610.0,19219.0,96000.0,77.0,23.05159165751921,4.782608695652174,18.26898296186704,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,1.578,1.252,0.326,32.708,38.505,-5.797,2.806,0.395,2.411,0.0,0.099,-0.099,0.0,0.0,0.0,62.592,59.289,3.303 +36005022702,"Census Tract 227.02, Bronx County, New York",1534,1018.0,31778.0,,226.0,0.0,436.0,0.0,118.0,0.0,25.0,0.0,955.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 227.02,1963.999999,23.01722431,594.3197403,3.352009505,90.50861216,1.100574143,1231.193222,1028.506439,19926.058409999998,27553.153560000002,37.81172085,22.20039292730845,3.676371816083497,18.524021111224954,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,0.0,1.172,-1.172,28.422,30.261,-1.839,7.692,4.608,3.084,0.0,0.171,-0.171,0.0,0.056,-0.056,62.256,62.688,-0.432 +36005022703,"Census Tract 227.03, Bronx County, New York",1841,1049.0,49602.0,,392.0,130.0,348.0,0.0,237.0,0.0,7.0,6.0,1113.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 227.03,1585.0,23.0,406.0,10.0,181.0,0.0,946.0,967.0,29063.0,112500.0,187.0,37.36892278360343,19.33815925542916,18.03076352817427,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,7.061,1.451,5.61,18.903,25.615,-6.712,12.873,11.42,1.453,0.0,0.631,-0.631,0.0,0.0,0.0,60.456,59.685,0.771 +36005022800,"Census Tract 228, Bronx County, New York",6023,4050.0,52447.0,496700.0,1162.0,1156.0,1070.0,0.0,550.0,0.0,0.0,39.0,3208.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 228,5782.484049000001,1951.3062949999999,689.6232779000001,33.02389564,723.4818954,0.0,2271.907303,3854.4369890000003,32871.30303,259674.5156,992.3982606000001,28.691358024691358,25.74690579797152,2.944452226719836,0.24716870854841955,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,19.193,33.745,-14.552,17.765,11.926,5.839,9.132,12.512,-3.38,0.0,0.571,-0.571,0.0,0.0,0.0,53.262,39.289,13.973 +36005022901,"Census Tract 229.01, Bronx County, New York",5922,3178.0,28500.0,697100.0,528.0,157.0,1737.0,60.0,61.0,18.0,55.0,182.0,3652.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 229.01,6093.0,109.0,1553.0,50.0,217.0,0.0,3885.0,3329.0,25402.0,151300.0,283.0,16.614222781623663,8.50105136677681,8.113171414846853,0.6874594749677234,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.651,1.789,0.862,29.331,25.488,3.843,1.03,3.561,-2.531,1.013,0.821,0.192,0.304,0.0,0.304,61.668,63.762,-2.094 +36005022902,"Census Tract 229.02, Bronx County, New York",3537,2037.0,31790.0,384200.0,335.0,30.0,985.0,0.0,7.0,0.0,18.0,66.0,2431.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 229.02,3112.0,21.0,1020.0,5.0,66.0,0.0,1971.0,1550.0,21600.0,202800.0,87.0,16.44575355915562,5.612903225806452,10.832850333349167,0.23989588755856325,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.848,0.675,0.173,27.848,32.776,-4.928,0.198,2.121,-1.923,0.0,0.161,-0.161,0.0,0.0,0.0,68.731,63.335,5.396 +36005023000,"Census Tract 230, Bronx County, New York",2974,1776.0,41341.0,502600.0,331.0,732.0,315.0,83.0,262.0,0.0,0.0,95.0,1570.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 230,2748.515873,654.6936646,312.376709,11.97610378,241.51809690000002,0.0,1457.092651,1722.562988,26042.00005,204000.003,199.6017303,18.63738738738739,11.587485142226917,7.049902245160471,0.4155192910465579,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,24.613,23.82,0.793,10.592,11.365,-0.773,8.81,8.787,0.023,2.791,0.436,2.355,0.0,0.0,0.0,52.791,53.014,-0.223 +36005023100,"Census Tract 231, Bronx County, New York",1570,974.0,18750.0,,85.0,47.0,614.0,0.0,0.0,0.0,0.0,0.0,909.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 231,1611.0,30.0,467.0,2.0,10.0,0.0,1090.0,974.0,15700.0,144100.0,65.0,8.726899383983573,6.673511293634497,2.0533880903490767,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,2.994,1.862,1.132,39.108,28.988,10.12,0.0,0.621,-0.621,0.0,0.124,-0.124,0.0,0.0,0.0,57.898,67.66,-9.762 +36005023200,"Census Tract 232, Bronx County, New York",2804,1700.0,57708.0,450700.0,459.0,730.0,203.0,27.0,139.0,0.0,20.0,33.0,1670.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 232,2333.0,857.0,139.0,1.0,181.0,0.0,1032.0,1434.0,30598.0,204700.0,200.0,27.0,13.94700139470014,13.05299860529986,0.34597736853783007,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,26.034,36.734,-10.7,7.24,5.958,1.282,4.957,7.758,-2.801,0.963,0.043,0.92,0.0,0.0,0.0,59.558,44.235,15.323 +36005023301,"Census Tract 233.01, Bronx County, New York",3919,2517.0,24621.0,,275.0,0.0,1249.0,15.0,14.0,0.0,0.0,25.0,2631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 233.01,4916.0,70.0,1745.0,4.0,48.0,3.0,3006.0,2757.0,24094.0,,278.0,10.925705204608661,10.08342401160682,0.8422811930018419,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.0,1.424,-1.424,31.87,35.496,-3.626,0.357,0.976,-0.619,0.383,0.081,0.302,0.0,0.061,-0.061,67.134,61.147,5.987 +36005023302,"Census Tract 233.02, Bronx County, New York",3647,2029.0,26641.0,,228.0,44.0,613.0,4.0,62.0,0.0,0.0,0.0,2928.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 233.02,3545.0,71.0,993.0,12.0,206.0,0.0,2242.0,1981.0,31466.0,159100.0,279.0,11.237062592410053,14.083796062594649,-2.8467334701845957,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.206,2.003,-0.797,16.808,28.011,-11.203,1.7,5.811,-4.111,0.11,0.339,-0.229,0.0,0.0,0.0,80.285,63.244,17.041 +36005023501,"Census Tract 235.01, Bronx County, New York",3235,2054.0,23311.0,,218.0,23.0,521.0,7.0,32.0,0.0,98.0,11.0,2550.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 235.01,4405.0,61.0,1082.0,13.0,163.0,1.0,3003.0,2422.0,27591.0,66800.0,224.0,10.613437195715676,9.248554913294798,1.3648822824208775,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.711,1.385,-0.674,16.105,24.563,-8.458,0.989,3.7,-2.711,0.216,0.295,-0.079,0.0,0.023,-0.023,78.825,68.173,10.652 +36005023502,"Census Tract 235.02, Bronx County, New York",4781,3240.0,23529.0,423600.0,333.0,117.0,625.0,7.0,42.0,0.0,0.0,55.0,3942.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 235.02,5178.0,120.0,1024.0,55.0,165.0,0.0,3731.0,2984.0,19504.0,142000.0,144.0,10.277777777777779,4.825737265415549,5.452040512362229,0.5172804532577904,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.447,2.317,0.13,13.073,19.776,-6.703,0.878,3.187,-2.309,0.146,1.062,-0.916,0.0,0.0,0.0,82.451,72.055,10.396 +36005023600,"Census Tract 236, Bronx County, New York",2110,1247.0,38831.0,469200.0,160.0,656.0,193.0,0.0,135.0,0.0,0.0,0.0,1126.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 236,1873.0,426.0,227.0,5.0,84.0,0.0,1084.0,1026.0,29669.0,169500.0,72.0,12.830793905372895,7.017543859649122,5.813250045723772,0.47979539641943736,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,31.09,22.744,8.346,9.147,12.12,-2.973,6.398,4.485,1.913,0.0,0.267,-0.267,0.0,0.0,0.0,53.365,57.875,-4.51 +36005023702,"Census Tract 237.02, Bronx County, New York",1203,784.0,31500.0,,48.0,15.0,242.0,13.0,3.0,0.0,0.0,0.0,943.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 237.02,1212.0,37.0,267.0,8.0,9.0,0.0,885.0,714.0,16111.0,,37.0,6.122448979591836,5.182072829131653,0.9403761504601835,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.247,3.053,-1.806,20.116,22.03,-1.914,0.249,0.743,-0.494,1.081,0.66,0.421,0.0,0.0,0.0,78.387,73.02,5.367 +36005023703,"Census Tract 237.03, Bronx County, New York",5746,3300.0,32484.0,,296.0,179.0,1089.0,17.0,108.0,0.0,20.0,10.0,4340.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 237.03,4859.9999210000005,96.25434113,1290.145874,16.32383537,46.15705109,0.0,3371.7163090000004,2548.77002,21368.99974,119800.0032,208.2696228,8.969696969696969,8.171377612170753,0.798319357526216,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,3.115,1.981,1.134,18.952,26.546,-7.594,1.88,0.95,0.93,0.296,0.336,-0.04,0.0,0.0,0.0,75.531,69.377,6.154 +36005023704,"Census Tract 237.04, Bronx County, New York",4295,2384.0,21394.0,,301.0,20.0,794.0,30.0,17.0,0.0,26.0,28.0,3410.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 237.04,3774.000079,74.74565887,1001.854065,12.67616463,35.84294891,0.0,2618.283691,1979.230103,21369.000330000003,119800.0032,161.7303772,12.625838926174497,8.171378201799712,4.454460724374785,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.466,1.981,-1.515,18.487,26.546,-8.059,0.396,0.95,-0.554,0.698,0.336,0.362,0.0,0.0,0.0,79.395,69.377,10.018 +36005023800,"Census Tract 238, Bronx County, New York",2551,1551.0,50625.0,514900.0,386.0,338.0,504.0,14.0,185.0,0.0,0.0,34.0,1490.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 238,2335.0,876.0,137.0,4.0,123.0,0.0,1100.0,1551.0,31370.246310000002,224777.3585,269.0,24.88716956802063,17.343649258542875,7.543520309477756,0.37137425472907365,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,13.25,37.516,-24.266,19.757,5.867,13.89,7.252,5.268,1.984,0.549,0.171,0.378,0.0,0.0,0.0,58.408,47.109,11.299 +36005023900,"Census Tract 239, Bronx County, New York",7547,4723.0,21052.0,426100.0,531.0,0.0,1482.0,50.0,75.0,0.0,0.0,177.0,5763.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 239,8094.0,110.0,2064.0,30.0,110.0,0.0,5722.0,4124.0,17548.0,151500.0,225.0,11.242854118145246,5.455868089233753,5.7869860289114925,0.48800750997418446,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.0,1.359,-1.359,19.637,25.5,-5.863,0.994,1.359,-0.365,0.663,0.371,0.292,0.0,0.0,0.0,76.361,70.694,5.667 +36005024000,"Census Tract 240, Bronx County, New York",3986,2377.0,34715.0,410300.0,410.0,189.0,1006.0,0.0,66.0,0.0,0.0,29.0,2696.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 240,3502.0,329.0,753.0,17.0,121.0,2.0,2242.0,2018.0,29770.0,189000.0,283.0,17.248632730332353,14.023785926660059,3.2248468036722944,0.3366804776992445,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.742,9.395,-4.653,25.238,21.502,3.736,1.656,3.455,-1.799,0.0,0.485,-0.485,0.0,0.057,-0.057,67.637,64.021,3.616 +36005024100,"Census Tract 241, Bronx County, New York",6378,3705.0,30422.0,663800.0,543.0,202.0,1825.0,18.0,30.0,0.0,62.0,0.0,4259.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 241,5955.0,64.0,1711.0,15.0,36.0,5.0,4109.0,3021.0,19692.0,122700.0,254.0,14.65587044534413,8.407811982787157,6.248058462556973,0.7338234407954203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.167,1.075,2.092,28.614,28.732,-0.118,0.47,0.605,-0.135,0.282,0.252,0.03,0.0,0.084,-0.084,66.776,69.001,-2.225 +36005024300,"Census Tract 243, Bronx County, New York",5446,3185.0,20437.0,411800.0,208.0,43.0,1488.0,46.0,224.0,0.0,27.0,17.0,3647.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 243,5415.0,35.0,1788.0,9.0,18.0,4.0,3535.0,2795.0,21029.0,151700.0,251.0,6.530612244897959,8.980322003577818,-2.449709758679859,0.4695288975230695,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.79,0.646,0.144,27.323,33.019,-5.696,4.113,0.332,3.781,0.845,0.166,0.679,0.0,0.074,-0.074,66.967,65.282,1.685 +36005024400,"Census Tract 244, Bronx County, New York",2276,1616.0,52277.0,433800.0,458.0,864.0,104.0,19.0,96.0,0.0,0.0,0.0,1193.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 244,2083.0,1434.0,9.0,1.0,143.0,0.0,464.0,1541.0,45000.0,221900.0,278.0,28.34158415841584,18.040233614536014,10.301350543879828,0.263402489626556,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,37.961,68.843,-30.882,4.569,0.432,4.137,4.218,6.865,-2.647,0.835,0.048,0.787,0.0,0.0,0.0,52.417,22.276,30.141 +36005024501,"Census Tract 245.01, Bronx County, New York",5601,3111.0,19040.0,341900.0,262.0,12.0,1031.0,0.0,57.0,0.0,44.0,0.0,4457.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 245.01,4895.000128,74.51405334,1586.00293,20.63466072,19.48829079,0.0,3167.993652,2552.392822,22260.99953,166500.0049,148.4549255,8.421729347476695,5.816303988179764,2.605425359296931,0.29874230167885346,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.214,1.522,-1.308,18.407,32.4,-13.993,1.018,0.398,0.62,0.0,0.422,-0.422,0.0,0.0,0.0,79.575,64.719,14.856 +36005024502,"Census Tract 245.02, Bronx County, New York",3882,2451.0,27813.0,385300.0,354.0,25.0,963.0,65.0,0.0,0.0,0.0,1.0,2893.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 245.02,3645.0001270000002,55.48595047,1180.99707,15.36534023,14.51171017,0.0,2359.006592,1900.6071780000002,22260.99964,166500.0051,110.5450821,14.443084455324357,5.816303514981253,8.626780940343103,0.37773161862444843,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.644,1.522,-0.878,24.807,32.4,-7.593,0.0,0.398,-0.398,1.674,0.422,1.252,0.0,0.0,0.0,74.523,64.719,9.804 +36005024600,"Census Tract 246, Bronx County, New York",2365,1691.0,63500.0,555300.0,435.0,932.0,93.0,0.0,418.0,0.0,0.0,7.0,915.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 246,2086.0,1310.0,60.0,1.0,226.0,0.0,454.0,1450.0,51350.0,234900.0,397.0,25.7244234180958,27.379310344827587,-1.6548869267317876,0.3908589951377634,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,39.408,62.8,-23.392,3.932,2.876,1.056,17.674,10.834,6.84,0.0,0.048,-0.048,0.0,0.0,0.0,38.689,21.764,16.925 +36005024700,"Census Tract 247, Bronx County, New York",1884,1234.0,43438.0,,217.0,26.0,806.0,0.0,36.0,0.0,0.0,0.0,1016.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 247,1931.5281100000002,37.48696243,1071.626305,2.379909694,50.38010234,0.075673707,765.1224191,1157.6135179999999,37384.38968,169731.5344,126.74081299999999,17.58508914100486,10.948456546963024,6.636632594041837,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.38,1.941,-0.561,42.781,55.481,-12.7,1.911,2.608,-0.697,0.0,0.123,-0.123,0.0,0.004,-0.004,53.928,39.612,14.316 +36005024800,"Census Tract 248, Bronx County, New York",2998,2359.0,57292.0,463300.0,654.0,1414.0,374.0,28.0,292.0,0.0,0.0,0.0,899.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 248,3245.0,2174.0,137.0,14.0,230.0,7.0,572.0,2560.0,49063.0,239700.0,651.0,27.723611699872826,25.4296875,2.2939241998728264,0.2549794949276926,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,47.165,66.995,-19.83,12.475,4.222,8.253,9.74,7.088,2.652,0.934,0.431,0.503,0.0,0.216,-0.216,29.987,17.627,12.36 +36005024900,"Census Tract 249, Bronx County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 249,144.0,22.0,37.0,1.0,0.0,0.0,84.0,74.0,63125.0,275000.0,16.0,,21.62162162162162,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,15.278,,,25.694,,,0.0,,,0.694,,,0.0,,,58.333, +36005025000,"Census Tract 250, Bronx County, New York",2716,1979.0,76111.0,441200.0,591.0,1361.0,36.0,0.0,393.0,0.0,0.0,44.0,882.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 250,2297.0,1860.0,4.0,1.0,137.0,0.0,238.0,1764.0,38854.0,208500.0,362.0,29.86356745831228,20.521541950113377,9.342025508198901,0.31949229374433363,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,50.11,80.975,-30.865,1.325,0.174,1.151,14.47,5.964,8.506,0.0,0.044,-0.044,0.0,0.0,0.0,32.474,10.361,22.113 +36005025100,"Census Tract 251, Bronx County, New York",6732,3943.0,29559.0,541700.0,696.0,3.0,1198.0,0.0,794.0,0.0,0.0,43.0,4694.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 251,6639.0,92.0,2101.0,39.0,343.0,1.0,4040.0,3470.0,23841.0,213800.0,294.0,17.651534364696932,8.472622478386167,9.178911886310765,0.43165589809857857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.045,1.386,-1.341,17.796,31.646,-13.85,11.794,5.166,6.628,0.0,0.587,-0.587,0.0,0.015,-0.015,69.727,60.853,8.874 +36005025200,"Census Tract 252, Bronx County, New York",2780,1896.0,63398.0,463900.0,530.0,1200.0,142.0,75.0,340.0,0.0,0.0,71.0,1027.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 252,2417.0,1803.0,39.0,2.0,136.0,5.0,398.0,1730.0,46563.0,215200.0,341.0,27.953586497890296,19.710982658959537,8.242603838930759,0.33199396421642596,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,43.165,74.597,-31.432,5.108,1.614,3.494,12.23,5.627,6.603,2.698,0.083,2.615,0.0,0.207,-0.207,36.942,16.467,20.475 +36005025300,"Census Tract 253, Bronx County, New York",6279,3699.0,30069.0,225000.0,414.0,39.0,895.0,63.0,285.0,0.0,17.0,128.0,4852.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 253,6402.0,135.0,1373.0,15.0,329.0,0.0,4510.0,3317.0,20956.0,136300.0,226.0,11.19221411192214,6.813385589388001,4.37882852253414,0.12768,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.621,2.109,-1.488,14.254,21.446,-7.192,4.539,5.139,-0.6,1.003,0.234,0.769,0.0,0.0,0.0,77.273,70.447,6.826 +36005025400,"Census Tract 254, Bronx County, New York",2325,1747.0,53110.0,469100.0,459.0,1346.0,80.0,27.0,201.0,0.0,35.0,32.0,631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 254,1886.0,1564.0,16.0,4.0,132.0,0.0,161.0,1516.0,45476.0,195100.0,309.0,26.273611906124785,20.38258575197889,5.891026154145894,0.4010999786825837,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,57.892,82.927,-25.035,3.441,0.848,2.593,8.645,6.999,1.646,1.161,0.212,0.949,0.0,0.0,0.0,27.14,8.537,18.603 +36005025500,"Census Tract 255, Bronx County, New York",6523,4059.0,32115.0,463800.0,607.0,227.0,747.0,209.0,0.0,0.0,0.0,54.0,5468.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 255,6567.0,242.0,1352.0,16.0,300.0,0.0,4629.0,3652.0,21135.0,106300.0,424.0,14.954422271495442,11.610076670317634,3.3443456011778085,0.6699611901681759,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.48,3.685,-0.205,11.452,20.588,-9.136,0.0,4.568,-4.568,3.204,0.244,2.96,0.0,0.0,0.0,83.826,70.489,13.337 +36005025600,"Census Tract 256, Bronx County, New York",1536,1022.0,43125.0,421900.0,171.0,410.0,203.0,0.0,178.0,0.0,0.0,16.0,729.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 256,1727.0,920.0,151.0,4.0,83.0,0.0,546.0,1236.0,34712.0,207900.0,260.0,16.731898238747554,21.035598705501616,-4.303700466754062,0.29041004977482815,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,26.693,53.272,-26.579,13.216,8.743,4.473,11.589,4.806,6.783,0.0,0.232,-0.232,0.0,0.0,0.0,47.461,31.616,15.845 +36005025700,"Census Tract 257, Bronx County, New York",1941,1446.0,34559.0,583300.0,270.0,45.0,365.0,18.0,5.0,0.0,21.0,0.0,1505.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 257,1512.471902,42.52793688,478.62869739999996,4.623935685,4.624223693,0.9243263009999999,975.5928012,870.395893,29559.167410000002,155206.2476,106.3548371,18.672199170124482,12.219133609813575,6.4530655603109075,0.6168403968043888,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.318,2.812,-0.494,18.805,31.645,-12.84,0.258,0.306,-0.048,0.927,0.306,0.621,0.0,0.061,-0.061,77.537,64.503,13.034 +36005026100,"Census Tract 261, Bronx County, New York",1969,1558.0,68971.0,158300.0,697.0,66.0,1014.0,3.0,45.0,0.0,0.0,30.0,814.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 261,1517.0,206.0,948.0,1.0,29.0,0.0,325.0,1170.0,55438.0,57400.0,455.0,44.73684210526316,38.888888888888886,5.847953216374272,0.4778521794061908,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,3.352,13.579,-10.227,51.498,62.492,-10.994,2.285,1.912,0.373,0.152,0.066,0.086,0.0,0.0,0.0,41.341,21.424,19.917 +36005026300,"Census Tract 263, Bronx County, New York",5993,4369.0,28411.0,353000.0,503.0,435.0,1063.0,178.0,0.0,0.0,34.0,42.0,4277.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 263,7978.0,763.0,2011.0,18.0,400.0,0.0,4707.0,4840.0,26343.0,32000.0,640.0,11.51293202105745,13.223140495867769,-1.7102084748103188,0.8694617563739376,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,7.258,9.564,-2.306,17.737,25.207,-7.47,0.0,5.014,-5.014,2.97,0.226,2.744,0.0,0.0,0.0,71.367,59.0,12.367 +36005026400,"Census Tract 264, Bronx County, New York",5519,4022.0,61603.0,402700.0,1112.0,1875.0,357.0,0.0,596.0,0.0,0.0,44.0,2647.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 264,4798.0,3522.0,37.0,1.0,97.0,0.0,1108.0,3389.0,49099.0,196100.0,609.0,27.64793635007459,17.969902626143405,9.678033723931186,0.29877328035758627,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,33.974,73.406,-39.432,6.469,0.771,5.698,10.799,2.022,8.777,0.0,0.021,-0.021,0.0,0.0,0.0,47.962,23.093,24.869 +36005026500,"Census Tract 265, Bronx County, New York",8499,5341.0,34919.0,,664.0,309.0,667.0,0.0,434.0,0.0,175.0,130.0,6784.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 265,6724.0,462.0,1088.0,24.0,665.0,0.0,4435.0,3753.0,21306.0,223100.0,305.0,12.432128814828683,8.126831867839062,4.305296946989621,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,3.636,6.871,-3.235,7.848,16.181,-8.333,5.106,9.89,-4.784,0.0,0.357,-0.357,0.0,0.0,0.0,79.821,65.958,13.863 +36005026601,"Census Tract 266.01, Bronx County, New York",3377,2397.0,53854.0,464400.0,540.0,1119.0,107.0,0.0,258.0,0.0,14.0,17.0,1862.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 266.01,3003.0,2187.0,57.0,5.0,102.0,0.0,614.0,2156.0,31480.0,191200.0,329.0,22.528160200250312,15.25974025974026,7.268419940510052,0.40713178294573643,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,33.136,72.827,-39.691,3.168,1.898,1.27,7.64,3.397,4.243,0.0,0.167,-0.167,0.0,0.0,0.0,55.138,20.446,34.692 +36005026602,"Census Tract 266.02, Bronx County, New York",5714,4127.0,50300.0,346800.0,1037.0,2040.0,482.0,91.0,130.0,0.0,0.0,93.0,2944.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 266.02,5266.0,3431.0,215.0,18.0,164.0,0.0,1384.0,4017.0,35248.0,217000.0,594.0,25.127211049188272,14.787154592979835,10.340056456208437,0.09896193771626298,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,35.702,65.154,-29.452,8.435,4.083,4.352,2.275,3.114,-0.839,1.593,0.342,1.251,0.0,0.0,0.0,51.523,26.282,25.241 +36005026701,"Census Tract 267.01, Bronx County, New York",4101,2694.0,42266.0,,615.0,97.0,392.0,102.0,674.0,0.0,13.0,87.0,2838.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 267.01,3619.999868,259.1143799,606.8035888999999,12.55911541,222.098053,0.330503047,2472.493408,2029.6192629999998,27378.99917,230500.0027,403.54422,22.828507795100222,19.882754729254856,2.9457530658453663,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.365,7.158,-4.793,9.559,16.763,-7.204,16.435,6.135,10.3,2.487,0.347,2.14,0.0,0.009,-0.009,69.203,68.301,0.902 +36005026702,"Census Tract 267.02, Bronx County, New York",7115,4198.0,35315.0,438600.0,827.0,170.0,1083.0,8.0,82.0,0.0,0.0,156.0,5624.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 267.02,7333.000131999999,524.8856201,1229.196411,25.44088364,449.90194699999995,0.669496953,5008.506836,4111.380859000001,27378.999089999998,230499.9987,817.4558105000001,19.699857074797524,19.88275566128961,-0.18289858649208668,0.24322845844049246,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.389,7.158,-4.769,15.221,16.763,-1.542,1.152,6.135,-4.983,0.112,0.347,-0.235,0.0,0.009,-0.009,79.044,68.301,10.743 +36005026900,"Census Tract 269, Bronx County, New York",3802,2399.0,38469.0,209300.0,562.0,29.0,527.0,35.0,143.0,0.0,53.0,54.0,2996.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 269,4098.0,229.0,1076.0,5.0,131.0,3.0,2610.0,2451.0,31894.94864,127800.0,400.0,23.42642767819925,16.31986944104447,7.106558237154779,0.12072623029144769,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.763,5.588,-4.825,13.861,26.257,-12.396,3.761,3.197,0.564,0.921,0.122,0.799,0.0,0.073,-0.073,78.801,63.69,15.111 +36005027300,"Census Tract 273, Bronx County, New York",7732,5174.0,38018.0,,1118.0,275.0,1373.0,19.0,181.0,0.0,0.0,129.0,5774.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 273,7943.0,630.0,1571.0,21.0,261.0,0.0,5356.0,4647.0,27819.0,192300.0,649.0,21.608040201005025,13.965999569614805,7.64204063139022,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,3.557,7.932,-4.375,17.757,19.778,-2.021,2.341,3.286,-0.945,0.246,0.264,-0.018,0.0,0.0,0.0,74.677,67.43,7.247 +36005027401,"Census Tract 274.01, Bronx County, New York",4961,3685.0,93250.0,535800.0,1046.0,3593.0,67.0,0.0,161.0,0.0,0.0,0.0,1140.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 274.01,5371.999959000001,4835.369629,13.28919792,4.4297323230000005,58.85216141,0.632818937,444.23889160000004,4007.6423340000006,49712.00004,241999.9923,801.1488037,28.385345997286297,19.990526522370043,8.394819474916254,0.34960808340425525,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,72.425,90.011,-17.586,1.351,0.247,1.104,3.245,1.096,2.149,0.0,0.082,-0.082,0.0,0.012,-0.012,22.979,8.27,14.709 +36005027402,"Census Tract 274.02, Bronx County, New York",3460,2853.0,74063.0,497200.0,750.0,2463.0,27.0,0.0,107.0,0.0,9.0,57.0,797.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 274.02,3117.0000410000002,2805.630615,7.7108020779999995,2.570267439,34.14783859,0.367181063,257.7611084,2325.357666,49711.999939999994,241999.9928,464.8512268,26.288117770767613,19.99052591335857,6.297591857409042,0.2991150651005632,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,71.185,90.011,-18.826,0.78,0.247,0.533,3.092,1.096,1.996,0.0,0.082,-0.082,0.0,0.012,-0.012,23.035,8.27,14.765 +36005027600,"Census Tract 276, Bronx County, New York",36,18.0,,,0.0,22.0,7.0,0.0,0.0,0.0,0.0,0.0,7.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 276,7.0,5.0,0.0,0.0,0.0,0.0,2.0,0.0,,,0.0,0.0,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,61.111,71.429,-10.318,19.444,0.0,19.444,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.444,28.571,-9.127 +36005027700,"Census Tract 277, Bronx County, New York",5674,3415.0,39554.0,343400.0,526.0,562.0,700.0,115.0,153.0,0.0,38.0,10.0,4159.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 277,5339.0,629.0,892.0,21.0,253.0,0.0,3506.0,3157.0,25988.0,159700.0,412.0,15.402635431918009,13.050364269876464,2.3522711620415446,0.3303203261502621,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,9.905,11.781,-1.876,12.337,16.707,-4.37,2.697,4.739,-2.042,2.027,0.393,1.634,0.0,0.0,0.0,73.299,65.668,7.631 +36005027900,"Census Tract 279, Bronx County, New York",7350,5391.0,58472.0,151400.0,1715.0,1213.0,927.0,147.0,351.0,0.0,20.0,24.0,4668.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 279,7182.0,2681.0,917.0,23.0,587.0,0.0,2875.0,5026.0,40308.0,177100.0,1505.0,31.812279725468372,29.944289693593316,1.8679900318750562,-0.68443857331572,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,16.503,37.329,-20.826,12.612,12.768,-0.156,4.776,8.173,-3.397,2.0,0.32,1.68,0.0,0.0,0.0,63.51,40.031,23.479 +36005028100,"Census Tract 281, Bronx County, New York",4314,3371.0,62958.0,33000.0,1205.0,1241.0,769.0,31.0,98.0,19.0,76.0,49.0,2042.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 281,3824.0,2000.0,582.0,11.0,112.0,0.0,1100.0,2896.0,39655.0,14200.0,864.0,35.74606941560368,29.834254143646408,5.91181527195727,0.38036363636363635,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,28.767,52.301,-23.534,17.826,15.22,2.606,2.272,2.929,-0.657,0.719,0.288,0.431,0.44,0.0,0.44,47.334,28.766,18.568 +36005028300,"Census Tract 283, Bronx County, New York",2927,1912.0,24745.0,,349.0,285.0,758.0,0.0,0.0,0.0,0.0,5.0,1879.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 283,2248.999967,292.2808657,664.7393494,10.01949406,88.01949406,0.0,1169.940796,1367.3126220000001,23110.37082,42125.36865,211.68519590000002,18.253138075313807,15.481843178655307,2.7712948966584996,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,9.737,12.996,-3.259,25.897,29.557,-3.66,0.0,3.914,-3.914,0.0,0.446,-0.446,0.0,0.0,0.0,64.195,52.02,12.175 +36005028400,"Census Tract 284, Bronx County, New York",595,575.0,,,53.0,174.0,183.0,5.0,15.0,0.0,0.0,19.0,199.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 284,857.0000008,198.191781,360.9123288,2.0,20.66301394,0.0,274.62465860000003,735.8630142000001,16249.99935,186543.8108,79.66301394,9.217391304347826,10.825793986480805,-1.6084026821329793,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,29.244,23.126,6.118,30.756,42.113,-11.357,2.521,2.411,0.11,0.84,0.233,0.607,0.0,0.0,0.0,33.445,32.045,1.4 +36005028500,"Census Tract 285, Bronx County, New York",3377,2453.0,60078.0,352100.0,1324.0,1672.0,98.0,17.0,323.0,0.0,12.0,51.0,1221.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 285,3238.0,1763.0,215.0,5.0,295.0,0.0,843.0,2404.0,35634.0,157400.0,775.0,53.974724826742765,32.23793677204659,21.736788054696177,0.3562737858562908,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,49.511,54.447,-4.936,2.902,6.64,-3.738,9.565,9.111,0.454,0.503,0.154,0.349,0.0,0.0,0.0,36.156,26.035,10.121 +36005028600,"Census Tract 286, Bronx County, New York",1284,895.0,88000.0,456500.0,414.0,725.0,14.0,0.0,125.0,0.0,0.0,31.0,389.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 286,1268.0,898.0,31.0,2.0,110.0,0.0,214.0,1056.0,48571.0,190600.0,269.0,46.25698324022346,25.473484848484848,20.783498391738615,0.3987645125958379,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,56.464,70.82,-14.356,1.09,2.445,-1.355,9.735,8.675,1.06,0.0,0.158,-0.158,0.0,0.0,0.0,30.296,16.877,13.419 +36005028700,"Census Tract 287, Bronx County, New York",3332,2221.0,54531.0,509500.0,648.0,970.0,314.0,21.0,210.0,0.0,0.0,54.0,1784.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 287,3159.0,1005.0,271.0,4.0,293.0,0.0,1536.0,2084.0,38446.0,192400.0,617.0,29.176046825754163,29.606525911708253,-0.4304790859540901,0.4562198233562316,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,29.112,31.814,-2.702,9.424,8.579,0.845,6.303,9.275,-2.972,0.63,0.127,0.503,0.0,0.0,0.0,53.541,48.623,4.918 +36005028800,"Census Tract 288, Bronx County, New York",3274,2415.0,102601.0,539900.0,996.0,2290.0,175.0,0.0,262.0,0.0,0.0,0.0,547.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 288,3066.0,2475.0,30.0,2.0,222.0,0.0,320.0,2372.0,54776.0,258600.0,737.0,41.24223602484472,31.070826306913997,10.171409717930725,0.31027227264308205,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,69.945,80.724,-10.779,5.345,0.978,4.367,8.002,7.241,0.761,0.0,0.065,-0.065,0.0,0.0,0.0,16.707,10.437,6.27 +36005028900,"Census Tract 289, Bronx County, New York",4646,3364.0,51414.0,305800.0,1041.0,777.0,216.0,0.0,125.0,0.0,196.0,40.0,3292.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 289,4628.563775,1476.9034880000002,449.40907530000004,16.98137472,223.05004559999998,0.0,2384.208498,2963.97342,29536.882139999998,154959.9675,516.0588794,30.945303210463734,17.411049502596416,13.534253707867318,0.27029969522563774,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,16.724,31.908,-15.184,4.649,9.709,-5.06,2.69,4.819,-2.129,0.0,0.367,-0.367,0.0,0.0,0.0,70.857,51.511,19.346 +36005029301,"Census Tract 293.01, Bronx County, New York",1835,1583.0,97955.0,380400.0,1071.0,1312.0,126.0,0.0,25.0,0.0,0.0,81.0,291.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 293.01,1862.999912,1410.971313,176.8244781,1.035575271,82.84602356,0.0,177.86004640000002,1532.133667,62726.998320000006,96099.99883,886.4524536,67.65634870499052,57.85738364040531,9.79896506458521,0.6362145154700316,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,71.499,75.737,-4.238,6.866,9.491,-2.625,1.362,4.447,-3.085,0.0,0.056,-0.056,0.0,0.0,0.0,15.858,9.547,6.311 +36005029302,"Census Tract 293.02, Bronx County, New York",5838,4660.0,100996.0,230700.0,2865.0,3776.0,463.0,0.0,138.0,0.0,19.0,129.0,1313.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 293.02,5504.436055,4167.821152,514.7859888,3.2812363510000004,250.9716253,0.0,525.7369595,4527.082703,62648.20692999999,96628.77378999999,2601.5650100000003,61.48068669527897,57.46669943263902,4.013987262639951,0.3968555082028609,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,64.68,75.717,-11.037,7.931,9.352,-1.421,2.364,4.559,-2.195,0.0,0.06,-0.06,0.0,0.0,0.0,22.491,9.551,12.94 +36005029500,"Census Tract 295, Bronx County, New York",4614,3463.0,93839.0,314500.0,2068.0,2600.0,540.0,0.0,246.0,0.0,0.0,158.0,1070.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 295,4081.0,2771.0,276.0,1.0,317.0,2.0,688.0,3105.0,49352.0,77400.0,1375.0,59.717008374241985,44.28341384863124,15.433594525610744,0.6456089030206678,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,56.35,67.9,-11.55,11.704,6.763,4.941,5.332,7.768,-2.436,0.0,0.025,-0.025,0.0,0.049,-0.049,23.19,16.859,6.331 +36005029600,"Census Tract 296, Bronx County, New York",1650,1200.0,56064.0,439700.0,667.0,403.0,325.0,19.0,486.0,0.0,0.0,14.0,411.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 296,3801.0,1711.0,377.0,12.0,1086.0,0.0,577.0,2587.0,29426.0,210500.0,1927.0,55.583333333333336,74.48782373405488,-18.90449040072155,0.31062087787127585,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,24.424,45.014,-20.59,19.697,9.918,9.779,29.455,28.571,0.884,1.152,0.316,0.836,0.0,0.0,0.0,24.909,15.18,9.729 +36005029700,"Census Tract 297, Bronx County, New York",3791,2854.0,91099.0,335800.0,1922.0,2483.0,207.0,0.0,191.0,43.0,20.0,25.0,822.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 297,3639.000093,2734.023193,184.2410889,6.682319164,292.1128235,0.0,352.2536926,2997.497559,59939.999910000006,120600.0032,1362.238525,67.34407848633496,45.44585936058139,21.898219125753577,0.4828350071232877,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,65.497,75.131,-9.634,5.46,5.063,0.397,5.038,8.027,-2.989,0.0,0.184,-0.184,1.134,0.0,1.134,21.683,9.68,12.003 +36005030000,"Census Tract 300, Bronx County, New York",5687,4062.0,52546.0,449400.0,1205.0,1914.0,360.0,0.0,729.0,0.0,0.0,29.0,2655.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 300,5862.0,3977.0,99.0,16.0,279.0,0.0,1423.0,4453.0,45289.0,216000.0,823.0,29.66518956179222,18.48192229957332,11.183267262218902,0.3078771695594125,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,33.656,67.844,-34.188,6.33,1.689,4.641,12.819,4.759,8.06,0.0,0.273,-0.273,0.0,0.0,0.0,46.685,24.275,22.41 +36005030100,"Census Tract 301, Bronx County, New York",1314,1151.0,85500.0,288400.0,541.0,684.0,100.0,0.0,57.0,0.0,0.0,26.0,447.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 301,1510.0,1223.0,96.0,4.0,54.0,0.0,129.0,1251.0,48333.0,154900.0,482.0,47.00260642919201,38.52917665867306,8.473429770518948,0.2265742024965326,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,52.055,80.993,-28.938,7.61,6.358,1.252,4.338,3.576,0.762,0.0,0.265,-0.265,0.0,0.0,0.0,34.018,8.543,25.475 +36005030200,"Census Tract 302, Bronx County, New York",9613,7267.0,59105.0,28700.0,2259.0,549.0,5917.0,0.0,116.0,0.0,657.0,58.0,2316.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 302,8864.0,1144.0,5464.0,21.0,79.0,1.0,2105.0,6399.0,41031.0,14000.0,1382.0,31.085730012384754,21.597124550711047,9.488605461673707,0.2975609756097561,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,5.711,12.906,-7.195,61.552,61.643,-0.091,1.207,0.891,0.316,0.0,0.237,-0.237,0.0,0.011,-0.011,24.092,23.748,0.344 +36005030701,"Census Tract 307.01, Bronx County, New York",5580,4112.0,87188.0,334700.0,2781.0,4054.0,311.0,0.0,170.0,0.0,44.0,100.0,901.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 307.01,5579.999798,4745.741754,191.44621630000003,2.72468226,205.67095680000003,0.0034688759999999996,399.887363,4357.051915999999,69533.81141000001,157363.9896,2766.018354,67.63132295719845,63.483713467875056,4.1476094893233935,0.32296341492680014,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,72.652,85.049,-12.397,5.573,3.431,2.142,3.047,3.686,-0.639,0.0,0.049,-0.049,0.0,0.0,0.0,16.147,7.166,8.981 +36005030900,"Census Tract 309, Bronx County, New York",3582,2887.0,93750.0,418500.0,1590.0,2574.0,166.0,19.0,129.0,0.0,0.0,40.0,654.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 309,3744.999956,3301.239746,114.78426359999999,1.306537509,100.2968521,1.0,208.7142792,3134.465088,61516.63734,185491.7859,1510.221069,55.07447177000346,48.18114180890822,6.89332996109524,0.3617486936774194,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,71.859,88.151,-16.292,4.634,3.065,1.569,3.601,2.678,0.923,0.53,0.035,0.495,0.0,0.027,-0.027,18.258,5.573,12.685 +36005031000,"Census Tract 310, Bronx County, New York",4806,3693.0,90893.0,483800.0,1018.0,1520.0,1029.0,196.0,417.0,0.0,0.0,115.0,1725.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 310,4284.0,2522.0,611.0,6.0,204.0,0.0,858.0,3330.0,56406.0,238800.0,823.0,27.565664771188736,24.714714714714713,2.850950056474023,0.289226953286482,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,31.627,58.87,-27.243,21.411,14.262,7.149,8.677,4.762,3.915,4.078,0.14,3.938,0.0,0.0,0.0,35.893,20.028,15.865 +36005031200,"Census Tract 312, Bronx County, New York",1779,1233.0,76893.0,453400.0,550.0,671.0,461.0,0.0,308.0,0.0,3.0,52.0,284.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 312,1569.0,987.0,166.0,5.0,104.0,0.0,300.0,1154.0,50217.0,216500.0,320.0,44.6066504460665,27.729636048526864,16.87701439753964,0.31239523599470664,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,37.718,62.906,-25.188,25.913,10.58,15.333,17.313,6.628,10.685,0.0,0.319,-0.319,0.0,0.0,0.0,15.964,19.12,-3.156 +36005031400,"Census Tract 314, Bronx County, New York",2228,1660.0,86761.0,481700.0,527.0,839.0,269.0,0.0,255.0,0.0,48.0,10.0,807.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 314,2024.0,1154.0,183.0,9.0,163.0,4.0,450.0,1521.0,64167.0,225100.0,382.0,31.746987951807228,25.115055884286654,6.631932067520573,0.32708324683412915,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,37.657,57.016,-19.359,12.074,9.042,3.032,11.445,8.053,3.392,0.0,0.445,-0.445,0.0,0.198,-0.198,36.221,22.233,13.988 +36005031600,"Census Tract 316, Bronx County, New York",1899,1392.0,66625.0,513900.0,396.0,709.0,148.0,0.0,281.0,0.0,36.0,6.0,719.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 316,1779.0,1062.0,186.0,7.0,119.0,0.0,353.0,1179.0,41364.0,225500.0,263.0,28.448275862068964,22.307039864291774,6.141235997777191,0.3681260945709282,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,37.335,59.696,-22.361,7.794,10.455,-2.661,14.797,6.689,8.108,0.0,0.393,-0.393,0.0,0.0,0.0,37.862,19.843,18.019 +36005031800,"Census Tract 318, Bronx County, New York",2001,1524.0,75069.0,508600.0,406.0,720.0,492.0,23.0,143.0,0.0,0.0,0.0,646.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 318,1795.0,939.0,198.0,3.0,197.0,0.0,433.0,1353.0,59179.0,237700.0,276.0,26.64041994750656,20.39911308203991,6.241306865466651,0.32699960676366496,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,35.982,52.312,-16.33,24.588,11.031,13.557,7.146,10.975,-3.829,1.149,0.167,0.982,0.0,0.0,0.0,32.284,24.123,8.161 +36005031900,"Census Tract 319, Bronx County, New York",636,75.0,,,56.0,367.0,78.0,0.0,30.0,0.0,0.0,4.0,157.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 319,7.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,74.66666666666667,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,57.704,100.0,-42.296,12.264,0.0,12.264,4.717,0.0,4.717,0.0,0.0,0.0,0.0,0.0,0.0,24.686,0.0,24.686 +36005032300,"Census Tract 323, Bronx County, New York",4423,3662.0,85755.0,252300.0,2159.0,2807.0,494.0,0.0,266.0,0.0,114.0,102.0,640.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 323,5171.000028,3442.0185549999997,640.7695312999999,8.968780517999999,278.032196,0.9965311290000001,747.3983764999999,4170.48291,58071.002210000006,92299.99792000001,2079.760498,58.956854178044786,49.868577401747466,9.08827677629732,0.4731985849988109,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,63.464,66.564,-3.1,11.169,12.392,-1.223,6.014,5.377,0.637,0.0,0.173,-0.173,0.0,0.019,-0.019,14.47,14.454,0.016 +36005032400,"Census Tract 324, Bronx County, New York",3173,2019.0,19764.0,483600.0,342.0,332.0,623.0,0.0,27.0,0.0,73.0,52.0,2066.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 324,2826.0,753.0,735.0,3.0,70.0,1.0,1213.0,1752.0,18942.0,223700.0,163.0,16.939078751857355,9.30365296803653,7.635425783820825,0.3338957816377171,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,10.463,26.645,-16.182,19.634,26.008,-6.374,0.851,2.477,-1.626,0.0,0.106,-0.106,0.0,0.035,-0.035,65.112,42.923,22.189 +36005032600,"Census Tract 326, Bronx County, New York",3463,2639.0,58798.0,470200.0,560.0,1593.0,333.0,6.0,793.0,0.0,0.0,35.0,703.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 326,3203.0,1756.0,237.0,24.0,416.0,0.0,701.0,2400.0,52901.628110000005,234805.8252,731.0,21.220159151193634,30.458333333333332,-9.238174182139698,0.2809009181454701,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,46.001,54.824,-8.823,9.616,7.399,2.217,22.899,12.988,9.911,0.173,0.749,-0.576,0.0,0.0,0.0,20.3,21.886,-1.586 +36005032800,"Census Tract 328, Bronx County, New York",4005,2523.0,25500.0,448000.0,414.0,477.0,943.0,62.0,447.0,0.0,0.0,106.0,2032.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 328,3937.0,1407.0,757.0,9.0,197.0,0.0,1460.0,2534.0,28347.0,219700.0,448.0,16.409036860879905,17.679558011049725,-1.2705211501698201,0.29382142857142857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,11.91,35.738,-23.828,23.546,19.228,4.318,11.161,5.004,6.157,1.548,0.229,1.319,0.0,0.0,0.0,50.737,37.084,13.653 +36005033000,"Census Tract 330, Bronx County, New York",5925,4286.0,37355.0,439000.0,578.0,1840.0,863.0,0.0,46.0,0.0,57.0,0.0,3119.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 330,5111.0,1877.0,836.0,17.0,224.0,2.0,1990.0,3299.0,30619.0,193200.0,526.0,13.4857676154923,15.944225522885723,-2.4584579073934236,0.36626879271070617,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,31.055,36.725,-5.67,14.565,16.357,-1.792,0.776,4.383,-3.607,0.0,0.333,-0.333,0.0,0.039,-0.039,52.641,38.936,13.705 +36005033201,"Census Tract 332.01, Bronx County, New York",4490,3136.0,50739.0,171000.0,1041.0,796.0,652.0,90.0,35.0,0.0,54.0,67.0,2886.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 332.01,3590.999913,973.9960327,779.1080322,8.878724098,127.4096909,0.443936199,1631.465576,2563.287598,32997.00058,65699.99679,503.423645,33.19515306122449,19.6397643944751,13.555388666749387,0.4467368691368421,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,17.728,27.123,-9.395,14.521,21.696,-7.175,0.78,3.548,-2.768,2.004,0.247,1.757,0.0,0.012,-0.012,64.276,45.432,18.844 +36005033202,"Census Tract 332.02, Bronx County, New York",4334,3146.0,47672.0,159600.0,548.0,661.0,1164.0,0.0,51.0,0.0,0.0,29.0,2429.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 332.02,4497.999846,1220.0039060000001,975.8919066999999,11.12127495,159.59030149999998,0.556063771,2043.534302,3210.712158,32996.99995,65699.99904,630.5762938999999,17.418944691671964,19.639764104322424,-2.22081941265046,0.40721805377443615,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,15.251,27.123,-11.872,26.857,21.696,5.161,1.177,3.548,-2.371,0.0,0.247,-0.247,0.0,0.012,-0.012,56.045,45.432,10.613 +36005033400,"Census Tract 334, Bronx County, New York",570,414.0,57500.0,168000.0,131.0,92.0,88.0,0.0,9.0,0.0,0.0,0.0,381.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 334,224.0,8.0,123.0,1.0,19.0,0.0,69.0,86.0,31250.0,,4.0,31.642512077294686,4.651162790697675,26.99134928659701,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,16.14,3.571,12.569,15.439,54.911,-39.472,1.579,8.482,-6.903,0.0,0.446,-0.446,0.0,0.0,0.0,66.842,30.804,36.038 +36005033500,"Census Tract 335, Bronx County, New York",2112,1280.0,89141.0,284500.0,781.0,1486.0,118.0,0.0,126.0,0.0,9.0,41.0,332.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 335,2081.999989,1650.862061,116.74482730000001,4.0,87.69655037,0.0,201.6965504,1354.289642,83735.19471,405009.4615,726.3310242,61.015625,53.63188210812588,7.383742891874121,-1.0499600160281193,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,70.36,79.292,-8.932,5.587,5.607,-0.02,5.966,4.212,1.754,0.0,0.192,-0.192,0.0,0.0,0.0,15.72,9.688,6.032 +36005033600,"Census Tract 336, Bronx County, New York",6822,4455.0,33816.0,163000.0,710.0,221.0,2780.0,20.0,129.0,0.0,63.0,0.0,3629.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 336,6138.0,410.0,2864.0,21.0,234.0,0.0,2582.0,3622.0,25065.0,115800.0,287.0,15.937149270482603,7.923799006073993,8.013350264408611,-0.02301840490797546,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,3.24,6.68,-3.44,40.751,46.66,-5.909,1.891,3.812,-1.921,0.293,0.342,-0.049,0.0,0.0,0.0,53.196,42.066,11.13 +36005033700,"Census Tract 337, Bronx County, New York",2490,1760.0,79773.0,608700.0,1008.0,1614.0,195.0,8.0,152.0,0.0,0.0,133.0,396.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 337,3014.194366,2222.611559,129.8875936,5.0,252.6399083,0.0,354.8528124,1989.6543969999998,56950.04994,295877.6558,1133.488321,57.27272727272727,56.969105926590736,0.3036213461365378,0.30004300254312477,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,64.819,73.738,-8.919,7.831,4.309,3.522,6.104,8.382,-2.278,0.321,0.166,0.155,0.0,0.0,0.0,15.904,11.773,4.131 +36005033800,"Census Tract 338, Bronx County, New York",4350,2862.0,42353.0,387000.0,457.0,342.0,1454.0,52.0,335.0,0.0,0.0,51.0,2168.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 338,3848.0,431.0,1748.0,12.0,114.0,0.0,1398.0,2100.0,25060.0,173900.0,139.0,15.96785464709993,6.619047619047619,9.348807028052311,0.35293023255813954,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,7.862,11.201,-3.339,33.425,45.426,-12.001,7.701,2.963,4.738,1.195,0.312,0.883,0.0,0.0,0.0,49.839,36.331,13.508 +36005034000,"Census Tract 340, Bronx County, New York",4984,3193.0,38243.0,420600.0,567.0,255.0,1922.0,116.0,91.0,0.0,103.0,105.0,2422.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 340,4360.0,569.0,1568.0,8.0,123.0,0.0,2050.0,2775.0,29459.0,192600.0,317.0,17.757594738490447,11.423423423423424,6.334171315067023,0.3405991440798859,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,5.116,13.05,-7.934,38.563,35.963,2.6,1.826,2.821,-0.995,2.327,0.183,2.144,0.0,0.0,0.0,48.596,47.018,1.578 +36005034200,"Census Tract 342, Bronx County, New York",2040,1286.0,49231.0,415800.0,349.0,125.0,920.0,65.0,70.0,0.0,23.0,7.0,895.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 342,1533.0,221.0,787.0,8.0,51.0,0.0,457.0,966.0,40800.0,197200.0,205.0,27.13841368584759,21.22153209109731,5.916881594750279,0.31705627705627704,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,6.127,14.416,-8.289,45.098,51.337,-6.239,3.431,3.327,0.104,3.186,0.522,2.664,0.0,0.0,0.0,43.873,29.811,14.062 +36005034300,"Census Tract 343, Bronx County, New York",1609,1088.0,75547.0,635600.0,407.0,618.0,297.0,0.0,2.0,0.0,12.0,19.0,661.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 343,1548.8056,911.5263672,192.367569,0.0,97.66353607,0.0,332.45062260000003,1092.055908,60417.002870000004,307600.006,352.1806335,37.408088235294116,32.24932266929322,5.158765566000895,0.30310885991189435,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,38.409,58.854,-20.445,18.459,12.42,6.039,0.124,6.306,-6.182,0.0,0.0,0.0,0.0,0.0,0.0,41.081,21.465,19.616 +36005034400,"Census Tract 344, Bronx County, New York",2207,1577.0,61141.0,462300.0,467.0,125.0,772.0,0.0,262.0,0.0,216.0,0.0,832.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 344,1537.0,240.0,815.0,17.0,62.0,0.0,372.0,1176.0,40368.0,193100.0,269.0,29.613189600507294,22.874149659863946,6.739039940643348,0.39852044127190134,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,5.664,15.615,-9.951,34.98,53.025,-18.045,11.871,4.034,7.837,0.0,1.106,-1.106,0.0,0.0,0.0,37.698,24.203,13.495 +36005034500,"Census Tract 345, Bronx County, New York",3591,2639.0,59632.0,441700.0,1282.0,1827.0,278.0,0.0,561.0,0.0,0.0,32.0,893.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 345,3499.0,2049.0,354.0,8.0,246.0,0.0,734.0,2754.0,51250.0,192500.0,1215.0,48.57900719969685,44.11764705882353,4.4613601408733246,0.3724247226624406,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,50.877,58.56,-7.683,7.742,10.117,-2.375,15.622,7.031,8.591,0.0,0.229,-0.229,0.0,0.0,0.0,24.868,20.977,3.891 +36005034800,"Census Tract 348, Bronx County, New York",6776,4164.0,37742.0,390700.0,756.0,159.0,3077.0,0.0,172.0,0.0,0.0,118.0,3250.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 348,5991.0,447.0,3403.0,19.0,107.0,0.0,1948.0,3624.0,34790.72095,198380.0,591.0,18.155619596541786,16.307947019867548,1.8476725766742383,0.2688323521883798,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.347,7.461,-5.114,45.41,56.802,-11.392,2.538,1.786,0.752,0.0,0.317,-0.317,0.0,0.0,0.0,47.963,32.515,15.448 +36005035000,"Census Tract 350, Bronx County, New York",1951,1428.0,58056.0,372200.0,381.0,58.0,1193.0,0.0,48.0,0.0,21.0,0.0,631.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 350,1896.0,161.0,1205.0,6.0,52.0,0.0,419.0,1238.0,52656.0,197500.0,317.0,26.680672268907564,25.605815831987076,1.0748564369204878,0.23589468027941968,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.973,8.492,-5.519,61.148,63.555,-2.407,2.46,2.743,-0.283,0.0,0.316,-0.316,0.0,0.0,0.0,32.342,22.099,10.243 +36005035100,"Census Tract 351, Bronx County, New York",3628,1994.0,76905.0,261400.0,1086.0,2066.0,209.0,20.0,209.0,0.0,0.0,70.0,1074.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 351,3366.0,1998.0,387.0,11.0,214.0,0.0,707.0,1820.0,49957.0,242300.0,855.0,54.46339017051154,46.97802197802198,7.48536819248956,-0.33478194338179035,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,56.946,59.358,-2.412,5.761,11.497,-5.736,5.761,6.358,-0.597,0.551,0.327,0.224,0.0,0.0,0.0,29.603,21.004,8.599 +36005035600,"Census Tract 356, Bronx County, New York",2400,1718.0,68893.0,437100.0,470.0,71.0,1524.0,23.0,169.0,0.0,13.0,113.0,509.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 356,2020.0,115.0,1496.0,4.0,27.0,0.0,370.0,1250.0,48859.0,185600.0,193.0,27.357392316647264,15.44,11.917392316647264,0.3885518188057653,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,2.958,5.693,-2.735,63.5,74.059,-10.559,7.042,1.337,5.705,0.958,0.198,0.76,0.0,0.0,0.0,21.208,18.317,2.891 +36005035800,"Census Tract 358, Bronx County, New York",8115,5418.0,69939.0,419200.0,1748.0,190.0,5860.0,187.0,174.0,0.0,0.0,88.0,1616.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 358,6911.032581999999,174.8490295,5864.936035,11.98964691,49.956863399999996,0.0,785.3218994,4542.078125,43954.00157,191999.9947,1029.11145,32.26282761166482,22.657282012294758,9.60554559937006,0.3404580334732825,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.341,2.53,-0.189,72.212,84.863,-12.651,2.144,0.723,1.421,2.304,0.173,2.131,0.0,0.0,0.0,19.914,11.363,8.551 +36005035900,"Census Tract 359, Bronx County, New York",2234,1413.0,23080.0,364700.0,85.0,0.0,495.0,7.0,56.0,0.0,0.0,0.0,1683.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 359,1346.0,13.0,278.0,1.0,19.0,0.0,1026.0,789.0,31767.0,133300.0,63.0,6.015569709837226,7.984790874524715,-1.9692211646874895,0.4736715108308199,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.0,0.966,-0.966,22.158,20.654,1.504,2.507,1.412,1.095,0.313,0.074,0.239,0.0,0.0,0.0,75.336,76.226,-0.89 +36005036000,"Census Tract 360, Bronx County, New York",2977,2198.0,61929.0,440500.0,551.0,327.0,1243.0,0.0,355.0,0.0,48.0,40.0,964.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 360,2899.0,838.0,1058.0,13.0,114.0,0.0,835.0,1933.0,41337.097180000004,201593.5702,466.0,25.068243858052774,24.107604759441283,0.960639098611491,0.3409881019568673,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,10.984,28.907,-17.923,41.753,36.495,5.258,11.925,3.932,7.993,0.0,0.448,-0.448,0.0,0.0,0.0,32.382,28.803,3.579 +36005036100,"Census Tract 361, Bronx County, New York",5794,3866.0,24063.0,238500.0,311.0,27.0,1565.0,0.0,3.0,0.0,0.0,0.0,4199.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 361,6283.0,36.0,1891.0,10.0,46.0,3.0,4261.0,3398.0,12723.0,211400.0,207.0,8.044490429384377,6.0918187168922895,1.9526717124920872,-0.27637735849056605,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.466,0.573,-0.107,27.011,30.097,-3.086,0.052,0.732,-0.68,0.0,0.159,-0.159,0.0,0.048,-0.048,72.472,67.818,4.654 +36005036300,"Census Tract 363, Bronx County, New York",8121,4670.0,19813.0,422100.0,654.0,152.0,1412.0,30.0,0.0,23.0,0.0,54.0,6480.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 363,6571.0,68.0,1309.0,18.0,19.0,3.0,5149.0,3254.0,14632.0,118500.0,228.0,14.004282655246252,7.006760909649662,6.99752174559659,0.5957356076759062,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.872,1.035,0.837,17.387,19.921,-2.534,0.0,0.289,-0.289,0.369,0.274,0.095,0.283,0.046,0.237,79.793,78.359,1.434 +36005036400,"Census Tract 364, Bronx County, New York",2474,1726.0,64167.0,425800.0,449.0,0.0,1998.0,101.0,0.0,0.0,0.0,47.0,328.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 364,2699.0,22.0,2484.0,6.0,17.0,0.0,160.0,1808.0,62644.0,192400.0,342.0,26.013904982618772,18.91592920353982,7.097975779078951,0.34932832315641144,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.0,0.815,-0.815,80.76,92.034,-11.274,0.0,0.63,-0.63,4.082,0.222,3.86,0.0,0.0,0.0,13.258,5.928,7.33 +36005036501,"Census Tract 365.01, Bronx County, New York",4079,2487.0,26152.0,359700.0,379.0,12.0,1654.0,13.0,0.0,0.0,26.0,16.0,2371.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 365.01,3421.0,22.0,1669.0,18.0,11.0,1.0,1689.0,1762.0,18125.0,273700.0,134.0,15.23924406915963,7.604994324631101,7.634249744528529,-0.09571309424520434,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.294,0.643,-0.349,40.549,48.787,-8.238,0.0,0.322,-0.322,0.319,0.526,-0.207,0.0,0.029,-0.029,58.127,49.372,8.755 +36005036502,"Census Tract 365.02, Bronx County, New York",2182,1351.0,28095.0,601400.0,110.0,75.0,468.0,15.0,50.0,0.0,0.0,0.0,1589.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 365.02,1793.0,24.0,583.0,1.0,2.0,0.0,1180.0,800.0,18402.0,153200.0,62.0,8.142116950407106,7.75,0.3921169504071056,0.6331759228466911,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.437,1.339,2.098,21.448,32.515,-11.067,2.291,0.112,2.179,0.687,0.056,0.631,0.0,0.0,0.0,72.823,65.811,7.012 +36005036700,"Census Tract 367, Bronx County, New York",2592,1370.0,30068.0,446000.0,182.0,40.0,708.0,2.0,0.0,0.0,3.0,12.0,1829.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 367,2223.0,36.0,821.0,6.0,3.0,0.0,1351.0,1106.0,17214.0,247200.0,52.0,13.284671532846716,4.701627486437613,8.583044046409103,0.20186547085201795,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.543,1.619,-0.076,27.315,36.932,-9.617,0.0,0.135,-0.135,0.077,0.27,-0.193,0.0,0.0,0.0,70.563,60.774,9.789 +36005036800,"Census Tract 368, Bronx County, New York",2152,1326.0,50357.0,392900.0,202.0,42.0,1617.0,0.0,0.0,0.0,0.0,0.0,493.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 368,1563.524703,57.79759979,1313.400635,0.0,34.87786102,0.0,150.473053,979.5696411,36405.99929,200900.0036,275.03686519999997,15.233785822021115,28.07731616622474,-12.843530344203625,0.263690493296004,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.952,3.697,-1.745,75.139,84.003,-8.864,0.0,2.231,-2.231,0.0,0.0,0.0,0.0,0.0,0.0,22.909,9.624,13.285 +36005036901,"Census Tract 369.01, Bronx County, New York",2259,1279.0,18679.0,,100.0,4.0,450.0,6.0,0.0,0.0,12.0,0.0,1793.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 369.01,1687.0,13.0,462.0,10.0,5.0,0.0,1188.0,865.0,11172.0,215900.0,61.0,7.818608287724785,7.0520231213872835,0.7665851663375012,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.177,0.771,-0.594,19.92,27.386,-7.466,0.0,0.296,-0.296,0.266,0.593,-0.327,0.0,0.0,0.0,79.371,70.421,8.95 +36005036902,"Census Tract 369.02, Bronx County, New York",2150,1269.0,24375.0,,199.0,20.0,807.0,37.0,0.0,0.0,0.0,0.0,1323.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 369.02,2143.0,27.0,991.0,3.0,3.0,0.0,1117.0,1297.0,15602.0,275000.0,129.0,15.681639085894405,9.946029298380878,5.735609787513527,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.93,1.26,-0.33,37.535,46.244,-8.709,0.0,0.14,-0.14,1.721,0.14,1.581,0.0,0.0,0.0,61.535,52.123,9.412 +36005037000,"Census Tract 370, Bronx County, New York",2307,1633.0,45694.0,408400.0,267.0,88.0,1588.0,0.0,18.0,0.0,0.0,45.0,568.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 370,2210.0,151.0,1668.0,0.0,43.0,1.0,309.0,1349.0,44375.0,212600.0,326.0,16.350275566442132,24.166048925129726,-7.8157733586875935,0.25038197845249754,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.814,6.833,-3.019,68.834,75.475,-6.641,0.78,1.946,-1.166,0.0,0.0,0.0,0.0,0.045,-0.045,24.621,13.982,10.639 +36005037100,"Census Tract 371, Bronx County, New York",4308,2938.0,26667.0,395400.0,439.0,90.0,1668.0,0.0,21.0,0.0,63.0,39.0,2427.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 371,4305.0,54.0,1750.0,4.0,17.0,1.0,2470.0,2507.0,16570.0,172300.0,204.0,14.94213750850919,8.137215795771839,6.80492171273735,0.37250379362670716,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.089,1.254,0.835,38.719,40.65,-1.931,0.487,0.395,0.092,0.0,0.093,-0.093,0.0,0.023,-0.023,56.337,57.375,-1.038 +36005037200,"Census Tract 372, Bronx County, New York",2083,1358.0,47596.0,341100.0,229.0,27.0,1265.0,0.0,51.0,0.0,64.0,74.0,602.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 372,2182.0,260.0,1249.0,11.0,91.0,0.0,564.0,1573.0,34180.0,183600.0,189.0,16.863033873343152,12.015257469802924,4.847776403540228,0.22490765171503957,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.296,11.916,-10.62,60.73,57.241,3.489,2.448,4.17,-1.722,0.0,0.504,-0.504,0.0,0.0,0.0,28.901,25.848,3.053 +36005037300,"Census Tract 373, Bronx County, New York",5858,3518.0,30928.0,340500.0,322.0,138.0,2100.0,72.0,2.0,0.0,26.0,9.0,3583.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 373,4891.000086,95.82367706,1768.745361,10.97979641,4.990816593,0.0,2987.502686,2579.253906,22535.99983,168200.0089,245.54817200000002,9.1529277998863,9.520124072654987,-0.3671962727686875,0.2886695658854626,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.356,1.959,0.397,35.848,36.163,-0.315,0.034,0.102,-0.068,1.229,0.224,1.005,0.0,0.0,0.0,61.164,61.082,0.082 +36005037400,"Census Tract 374, Bronx County, New York",3904,2415.0,27854.0,593400.0,275.0,66.0,2032.0,0.0,147.0,0.0,13.0,42.0,1604.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 374,3519.0,197.0,1974.0,8.0,110.0,1.0,1217.0,2059.0,22137.0,153600.0,154.0,11.387163561076605,7.479358912093249,3.9078046489833556,0.6272598584428716,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.691,5.598,-3.907,52.049,56.095,-4.046,3.765,3.126,0.639,0.0,0.227,-0.227,0.0,0.028,-0.028,41.086,34.584,6.502 +36005037504,"Census Tract 375.04, Bronx County, New York",3470,2072.0,20576.0,,367.0,72.0,1176.0,14.0,76.0,0.0,0.0,0.0,2146.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 375.04,3172.0,174.1763265,934.254694,6.020204082,55.00918367,1.0,1990.497347,1963.7461219999998,13103.81366,143697.5563,187.45183669999997,17.712355212355213,9.545624793345869,8.166730419009344,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,2.075,5.491,-3.416,33.89,29.453,4.437,2.19,1.734,0.456,0.403,0.19,0.213,0.0,0.032,-0.032,61.844,62.752,-0.908 +36005037600,"Census Tract 376, Bronx County, New York",2257,1578.0,53255.0,323100.0,378.0,111.0,852.0,16.0,48.0,0.0,0.0,5.0,1225.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 376,2116.0,154.0,1265.0,3.0,22.0,0.0,643.0,1358.0,30132.0,197800.0,171.0,23.954372623574145,12.592047128129602,11.362325495444543,0.11844011142061281,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,4.918,7.278,-2.36,37.749,59.783,-22.034,2.127,1.04,1.087,0.709,0.142,0.567,0.0,0.0,0.0,54.276,30.388,23.888 +36005037800,"Census Tract 378, Bronx County, New York",3260,1930.0,39758.0,355900.0,223.0,92.0,1923.0,0.0,25.0,0.0,0.0,0.0,1220.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 378,2795.0,145.0,1692.0,8.0,48.0,0.0,879.0,1646.0,30893.0,181300.0,317.0,11.55440414507772,19.258809234507897,-7.7044050894301765,0.2664456307951672,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.822,5.188,-2.366,58.988,60.537,-1.549,0.767,1.717,-0.95,0.0,0.286,-0.286,0.0,0.0,0.0,37.423,31.449,5.974 +36005037900,"Census Tract 379, Bronx County, New York",5360,2961.0,27625.0,282400.0,317.0,58.0,2595.0,10.0,122.0,0.0,54.0,79.0,2452.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 379,5057.0,52.0,2363.0,38.0,42.0,0.0,2526.0,2520.0,22824.0,201300.0,206.0,10.705842620736238,8.174603174603174,2.531239446133064,-0.026458923512747874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.082,1.028,0.054,48.414,46.727,1.687,2.276,0.831,1.445,0.187,0.751,-0.564,0.0,0.0,0.0,45.746,49.951,-4.205 +36005038000,"Census Tract 380, Bronx County, New York",5225,3255.0,36781.0,272700.0,923.0,67.0,3614.0,0.0,122.0,0.0,48.0,27.0,1347.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 380,3910.0,91.0,3226.0,7.0,31.0,0.0,539.0,2346.0,30734.0,182800.0,462.0,28.356374807987713,19.69309462915601,8.663280178831702,0.03471947194719472,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.282,2.327,-1.045,69.167,82.506,-13.339,2.335,0.793,1.542,0.0,0.179,-0.179,0.0,0.0,0.0,25.78,13.785,11.995 +36005038100,"Census Tract 381, Bronx County, New York",7175,4296.0,36998.0,423800.0,478.0,40.0,1998.0,0.0,74.0,0.0,60.0,119.0,4884.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 381,6192.0,127.0,1339.0,60.0,251.0,0.0,4320.0,3418.0,19349.0,184100.0,249.0,11.126629422718809,7.284961966062024,3.8416674566567846,0.37445965077866916,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.557,2.051,-1.494,27.847,21.625,6.222,1.031,4.054,-3.023,0.0,0.969,-0.969,0.0,0.0,0.0,68.07,69.767,-1.697 +36005038200,"Census Tract 382, Bronx County, New York",2814,1835.0,50469.0,366400.0,320.0,48.0,2073.0,0.0,38.0,0.0,10.0,5.0,640.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 382,2571.475265,64.20239983,2125.599362,4.0,19.12213784,0.0,322.5269375,1654.430328,42088.53576,191022.3464,264.9631441,17.438692098092645,16.01537034323515,1.4233217548574935,0.24925715388646288,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.706,2.497,-0.791,73.667,82.661,-8.994,1.35,0.744,0.606,0.0,0.156,-0.156,0.0,0.0,0.0,22.743,12.542,10.201 +36005038301,"Census Tract 383.01, Bronx County, New York",4842,2682.0,28309.0,,307.0,65.0,1190.0,9.0,6.0,0.0,22.0,50.0,3509.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 383.01,4861.9999020000005,77.10618591,1810.3190920000002,31.60874557,57.94936752,0.4789204000000001,2846.7028809999997,2433.873535,16432.999819999997,104099.9965,146.5496368,11.446681580909768,6.021251091832099,5.4254304890776694,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.342,1.586,-0.244,24.577,37.234,-12.657,0.124,1.192,-1.068,0.186,0.65,-0.464,0.0,0.01,-0.01,72.47,58.55,13.92 +36005038302,"Census Tract 383.02, Bronx County, New York",6034,3320.0,22468.0,,323.0,39.0,2474.0,8.0,0.0,0.0,0.0,65.0,3456.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 383.02,5290.0000979999995,83.89381409,1969.6809079999998,34.39125443,63.05063248,0.5210796,3097.2971190000003,2648.126465,16433.00016,104100.0032,159.4503632,9.728915662650602,6.02125182869618,3.707663833954422,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.646,1.586,-0.94,41.001,37.234,3.767,0.0,1.192,-1.192,0.133,0.65,-0.517,0.0,0.01,-0.01,57.275,58.55,-1.275 +36005038500,"Census Tract 385, Bronx County, New York",4757,2755.0,19163.0,447000.0,139.0,43.0,1530.0,26.0,0.0,0.0,0.0,73.0,3111.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 385,4071.0,94.0,1047.0,12.0,13.0,0.0,2883.0,2008.0,14679.0,158300.0,110.0,5.045372050816697,5.47808764940239,-0.432715598585693,0.4900402684563758,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.904,2.309,-1.405,32.163,25.718,6.445,0.0,0.319,-0.319,0.547,0.295,0.252,0.0,0.0,0.0,65.398,70.818,-5.42 +36005038600,"Census Tract 386, Bronx County, New York",8408,5311.0,62577.0,375400.0,1145.0,69.0,6792.0,0.0,802.0,105.0,0.0,117.0,523.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 386,7123.0,127.0,6128.0,14.0,27.0,0.0,813.0,4226.0,35696.0,197500.0,656.0,21.559028431557145,15.522953147184099,6.036075284373046,0.2424080980287693,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.821,1.783,-0.962,80.78,86.031,-5.251,9.539,0.379,9.16,0.0,0.197,-0.197,1.249,0.0,1.249,6.22,11.414,-5.194 +36005038700,"Census Tract 387, Bronx County, New York",3630,1884.0,23377.0,294600.0,292.0,662.0,571.0,0.0,17.0,0.0,16.0,23.0,2341.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 387,3392.0,662.0,853.0,7.0,87.0,0.0,1685.0,1733.0,17130.0,156800.0,307.0,15.498938428874734,17.714945181765724,-2.2160067528909906,0.23356415478615072,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,18.237,19.517,-1.28,15.73,25.147,-9.417,0.468,2.565,-2.097,0.0,0.206,-0.206,0.0,0.0,0.0,64.49,49.676,14.814 +36005038800,"Census Tract 388, Bronx County, New York",2528,1692.0,57500.0,377300.0,363.0,34.0,1951.0,0.0,26.0,0.0,0.0,16.0,501.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 388,2374.0,45.0,2119.0,2.0,12.0,0.0,192.0,1625.0,39420.0,199700.0,255.0,21.45390070921986,15.692307692307692,5.761593016912167,0.23782666313278558,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.345,1.896,-0.551,77.176,89.259,-12.083,1.028,0.505,0.523,0.0,0.084,-0.084,0.0,0.0,0.0,19.818,8.088,11.73 +36005038900,"Census Tract 389, Bronx County, New York",6040,3019.0,32062.0,429600.0,435.0,1505.0,595.0,58.0,114.0,0.0,19.0,27.0,3780.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 389,4558.0,1369.0,429.0,9.0,166.0,0.0,2456.0,2225.0,21936.0,176500.0,183.0,14.408744617422988,8.224719101123595,6.184025516299393,0.4083798882681564,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,24.917,30.035,-5.118,9.851,9.412,0.439,1.887,3.642,-1.755,0.96,0.197,0.763,0.0,0.0,0.0,62.583,53.883,8.7 +36005039000,"Census Tract 390, Bronx County, New York",2515,1690.0,35313.0,417900.0,250.0,80.0,1916.0,0.0,59.0,0.0,0.0,0.0,460.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 390,2580.0,69.0,2135.0,10.0,39.0,0.0,308.0,1574.0,37222.0,197300.0,267.0,14.792899408284024,16.96315120711563,-2.1702517988316057,0.3201435750179469,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.181,2.674,0.507,76.183,82.752,-6.569,2.346,1.512,0.834,0.0,0.388,-0.388,0.0,0.0,0.0,18.29,11.938,6.352 +36005039100,"Census Tract 391, Bronx County, New York",7089,4413.0,33020.0,354700.0,1036.0,638.0,884.0,0.0,133.0,0.0,0.0,147.0,5287.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 391,6372.0,996.0,719.0,29.0,220.0,3.0,4273.0,3182.0,19031.0,186600.0,249.0,23.47609336052572,7.825267127592709,15.65082623293301,0.24244713842683957,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,9.0,15.631,-6.631,12.47,11.284,1.186,1.876,3.453,-1.577,0.0,0.455,-0.455,0.0,0.047,-0.047,74.58,67.059,7.521 +36005039200,"Census Tract 392, Bronx County, New York",1738,1088.0,40282.0,454100.0,199.0,32.0,1108.0,0.0,0.0,0.0,89.0,5.0,504.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 392,1607.0,59.0,1200.0,1.0,42.0,0.0,299.0,1038.0,32440.0,233600.0,156.0,18.290441176470587,15.028901734104046,3.2615394423665407,0.25922924465976654,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.841,3.671,-1.83,63.751,74.673,-10.922,0.0,2.614,-2.614,0.0,0.062,-0.062,0.0,0.0,0.0,28.999,18.606,10.393 +36005039300,"Census Tract 393, Bronx County, New York",9292,5039.0,21651.0,372500.0,510.0,316.0,2271.0,0.0,56.0,0.0,55.0,90.0,6504.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 393,7731.0,834.0,2461.0,48.0,82.0,0.0,4267.0,4012.0,13163.0,200700.0,213.0,10.121055765032745,5.3090727816550345,4.81198298337771,0.22413959731543623,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.401,10.788,-7.387,24.44,31.833,-7.393,0.603,1.061,-0.458,0.0,0.621,-0.621,0.0,0.0,0.0,69.996,55.193,14.803 +36005039400,"Census Tract 394, Bronx County, New York",5143,3155.0,31738.0,436900.0,386.0,136.0,3236.0,107.0,0.0,0.0,6.0,0.0,1658.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 394,4453.0,282.0,2883.0,16.0,66.0,1.0,1180.0,2716.0,30814.0,213000.0,199.0,12.234548335974644,7.326951399116347,4.907596936858297,0.297962920576791,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.644,6.333,-3.689,62.92,64.743,-1.823,0.0,1.482,-1.482,2.08,0.359,1.721,0.0,0.022,-0.022,32.238,26.499,5.739 +36005039500,"Census Tract 395, Bronx County, New York",4327,2484.0,23860.0,448000.0,464.0,56.0,1673.0,57.0,30.0,0.0,0.0,0.0,2511.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 395,3414.0,48.0,980.0,21.0,32.0,1.0,2315.0,1765.0,14526.83933,178836.8932,146.0,18.679549114331724,8.271954674220963,10.407594440110762,0.4251671290000001,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.294,1.406,-0.112,38.664,28.705,9.959,0.693,0.937,-0.244,1.317,0.615,0.702,0.0,0.029,-0.029,58.031,67.809,-9.778 +36005039600,"Census Tract 396, Bronx County, New York",4743,2755.0,39821.0,388100.0,396.0,45.0,3891.0,0.0,23.0,0.0,52.0,70.0,662.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 396,3400.0,50.0,2834.0,7.0,45.0,0.0,444.0,2032.0,24045.0,210400.0,220.0,14.373865698729583,10.826771653543307,3.5470940451862756,0.21933522288070084,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.949,1.471,-0.522,82.037,83.353,-1.316,0.485,1.324,-0.839,0.0,0.206,-0.206,0.0,0.0,0.0,13.957,13.059,0.898 +36005039700,"Census Tract 397, Bronx County, New York",3939,886.0,27440.0,450000.0,96.0,2325.0,243.0,0.0,220.0,0.0,6.0,72.0,1073.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 397,3914.0,2383.0,275.0,8.0,188.0,0.0,1055.0,1005.0,13250.0,266200.0,264.0,10.835214446952596,26.26865671641791,-15.433442269465315,0.14816,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,59.025,60.884,-1.859,6.169,7.026,-0.857,5.585,4.803,0.782,0.0,0.204,-0.204,0.0,0.0,0.0,27.24,26.955,0.285 +36005039800,"Census Tract 398, Bronx County, New York",3442,2365.0,75962.0,407500.0,693.0,130.0,3019.0,0.0,64.0,0.0,0.0,0.0,229.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 398,2771.0,25.0,2575.0,2.0,18.0,0.0,133.0,1787.0,40821.0,196200.0,307.0,29.302325581395348,17.179630665920538,12.12269491547481,0.306679754601227,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,3.777,0.902,2.875,87.711,92.927,-5.216,1.859,0.65,1.209,0.0,0.072,-0.072,0.0,0.0,0.0,6.653,4.8,1.853 +36005039901,"Census Tract 399.01, Bronx County, New York",5983,3666.0,25362.0,350000.0,405.0,114.0,923.0,47.0,310.0,0.0,109.0,22.0,4505.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 399.01,5550.0,272.0,1141.0,36.0,565.0,2.0,3444.0,2994.0,19375.0,164900.0,250.0,11.047463175122749,8.3500334001336,2.697429774989148,0.32155428571428574,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,1.905,4.901,-2.996,15.427,20.559,-5.132,5.181,10.18,-4.999,0.786,0.649,0.137,0.0,0.036,-0.036,75.297,62.054,13.243 +36005039902,"Census Tract 399.02, Bronx County, New York",5375,3270.0,33142.0,,366.0,534.0,695.0,74.0,0.0,31.0,0.0,29.0,4044.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 399.02,4960.0,122.0,1373.0,30.0,306.0,3.0,3070.0,2552.0,16771.0,118200.0,202.0,11.192660550458715,7.915360501567398,3.277300048891317,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,9.935,2.46,7.475,12.93,27.681,-14.751,0.0,6.169,-6.169,1.377,0.605,0.772,0.577,0.06,0.517,75.237,61.895,13.342 +36005040100,"Census Tract 401, Bronx County, New York",4425,2719.0,31208.0,,200.0,106.0,433.0,0.0,202.0,0.0,0.0,30.0,3654.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 401,5302.0,521.0,1070.0,19.0,279.0,8.0,3326.0,3303.0,26779.0,187500.0,340.0,7.355645457888929,10.293672419013019,-2.9380269611240895,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.395,9.826,-7.431,9.785,20.181,-10.396,4.565,5.262,-0.697,0.0,0.358,-0.358,0.0,0.151,-0.151,82.576,62.731,19.845 +36005040302,"Census Tract 403.02, Bronx County, New York",4438,2543.0,28152.0,,216.0,73.0,821.0,83.0,203.0,0.0,0.0,46.0,3262.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 403.02,4558.0,134.0,565.0,15.0,248.0,0.0,3550.0,2282.0,18750.0,137500.0,119.0,8.493904836806921,5.214723926380368,3.279180910426553,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.645,2.94,-1.295,18.499,12.396,6.103,4.574,5.441,-0.867,1.87,0.329,1.541,0.0,0.0,0.0,73.502,77.885,-4.383 +36005040303,"Census Tract 403.03, Bronx County, New York",5149,3194.0,38199.0,357500.0,480.0,142.0,795.0,208.0,187.0,0.0,39.0,59.0,3741.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 403.03,4697.000148,231.0629883,819.4229126,17.56298256,308.4498901,0.548843205,3268.361328,2569.683838,26947.000910000002,182999.9952,277.1658325,15.028177833437695,10.785989638154078,4.242188195283617,0.26288113821538467,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.758,4.919,-2.161,15.44,17.446,-2.006,3.632,6.567,-2.935,4.04,0.374,3.666,0.0,0.012,-0.012,72.655,69.584,3.071 +36005040304,"Census Tract 403.04, Bronx County, New York",4009,1848.0,22750.0,,258.0,65.0,110.0,7.0,210.0,0.0,10.0,6.0,3608.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 403.04,3861.000107,189.937027,673.5771484,14.43701839,253.5501404,0.451156825,2686.638916,2112.316162,26947.00068,183000.0046,227.834198,13.96103896103896,10.785989431822564,3.1750495292163965,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.621,4.919,-3.298,2.744,17.446,-14.702,5.238,6.567,-1.329,0.175,0.374,-0.199,0.0,0.012,-0.012,89.998,69.584,20.414 +36005040400,"Census Tract 404, Bronx County, New York",3483,2374.0,49306.0,385900.0,693.0,60.0,2938.0,0.0,0.0,32.0,44.0,0.0,409.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 404,2904.0,28.0,2600.0,6.0,16.0,0.0,244.0,1891.0,37750.0,208100.0,273.0,29.19123841617523,14.436805922792173,14.754432493383058,0.2234672194869137,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,1.723,0.964,0.759,84.353,89.532,-5.179,0.0,0.551,-0.551,0.0,0.207,-0.207,0.919,0.0,0.919,11.743,8.402,3.341 +36005040501,"Census Tract 405.01, Bronx County, New York",4521,2629.0,35464.0,441800.0,233.0,111.0,421.0,0.0,231.0,0.0,13.0,43.0,3702.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 405.01,4195.00002,149.3657227,1125.121704,22.89273643,139.98344419999998,0.0,2681.8276370000003,2182.315674,24708.99935,197499.9947,224.42387390000002,8.862685431723088,10.283749348170609,-1.4210639164475207,0.35626982261656864,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.455,3.561,-1.106,9.312,26.821,-17.509,5.109,3.337,1.772,0.0,0.546,-0.546,0.0,0.0,0.0,81.885,63.929,17.956 +36005040502,"Census Tract 405.02, Bronx County, New York",7172,4179.0,28750.0,522400.0,653.0,95.0,2165.0,16.0,134.0,0.0,42.0,26.0,4710.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 405.02,6982.99998,248.6342773,1872.878296,38.10726547,233.01655580000002,0.0,4464.172363000001,3632.6843259999996,24708.99901,197500.0032,373.5761414,15.625747786551807,10.28374909226836,5.341998694283447,0.45558957770290964,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.325,3.561,-2.236,30.187,26.821,3.366,1.868,3.337,-1.469,0.223,0.546,-0.323,0.0,0.0,0.0,65.672,63.929,1.743 +36005040600,"Census Tract 406, Bronx County, New York",3870,2439.0,48267.0,419400.0,479.0,1.0,3020.0,0.0,59.0,0.0,0.0,26.0,764.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 406,3398.0,63.0,2773.0,9.0,68.0,0.0,434.0,2028.0,29773.0,195800.0,378.0,19.63919639196392,18.63905325443787,1.0001431375260523,0.327725321888412,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.026,1.854,-1.828,78.036,81.607,-3.571,1.525,2.001,-0.476,0.0,0.265,-0.265,0.0,0.0,0.0,19.742,12.772,6.97 +36005040701,"Census Tract 407.01, Bronx County, New York",3291,2197.0,35785.0,,362.0,138.0,315.0,17.0,43.0,0.0,137.0,12.0,2646.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 407.01,3309.0,301.0,415.0,11.0,147.0,1.0,2349.0,1960.0,22014.0,187500.0,220.0,16.477014110150204,11.224489795918368,5.252524314231836,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,4.193,9.096,-4.903,9.572,12.542,-2.97,1.307,4.442,-3.135,0.517,0.332,0.185,0.0,0.03,-0.03,80.401,70.988,9.413 +36005040702,"Census Tract 407.02, Bronx County, New York",7050,4282.0,33419.0,,659.0,567.0,730.0,18.0,298.0,0.0,22.0,178.0,5255.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 407.02,6718.0,874.0,1048.0,37.0,460.0,3.0,4137.0,3795.0,28198.0,157800.0,577.0,15.39000467071462,15.204216073781291,0.18578859693332817,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,8.043,13.01,-4.967,10.355,15.6,-5.245,4.227,6.847,-2.62,0.255,0.551,-0.296,0.0,0.045,-0.045,74.539,61.581,12.958 +36005040800,"Census Tract 408, Bronx County, New York",4710,2786.0,32262.0,440300.0,456.0,345.0,2838.0,134.0,0.0,0.0,55.0,43.0,1422.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 408,4014.0,148.0,2383.0,11.0,193.0,0.0,1248.0,2264.0,29826.0,198400.0,290.0,16.367552045944006,12.809187279151944,3.558364766792062,0.3511333181921417,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,7.325,3.687,3.638,60.255,59.367,0.888,0.0,4.808,-4.808,2.845,0.274,2.571,0.0,0.0,0.0,30.191,31.091,-0.9 +36005040900,"Census Tract 409, Bronx County, New York",3122,2372.0,46127.0,103800.0,670.0,494.0,2007.0,0.0,100.0,0.0,0.0,15.0,506.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 409,3499.0,760.0,2207.0,11.0,92.0,0.0,409.0,2558.0,41147.0,21100.0,494.0,28.246205733558178,19.311962470680218,8.93424326287796,0.7072832369942197,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,15.823,21.72,-5.897,64.286,63.075,1.211,3.203,2.629,0.574,0.0,0.314,-0.314,0.0,0.0,0.0,16.208,11.689,4.519 +36005041100,"Census Tract 411, Bronx County, New York",3416,2072.0,36681.0,143400.0,372.0,389.0,792.0,18.0,230.0,0.0,0.0,0.0,2005.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 411,2701.0,627.0,362.0,8.0,162.0,0.0,1493.0,1610.0,35320.0,72000.0,202.0,17.953667953667953,12.546583850931677,5.407084102736276,0.2769874476987448,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,11.388,23.214,-11.826,23.185,13.402,9.783,6.733,5.998,0.735,0.527,0.296,0.231,0.0,0.0,0.0,58.694,55.276,3.418 +36005041300,"Census Tract 413, Bronx County, New York",7897,5203.0,46627.0,237500.0,1187.0,537.0,870.0,45.0,443.0,0.0,0.0,175.0,5872.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 413,7515.0,1617.0,885.0,27.0,663.0,0.0,4129.0,4651.0,32037.0,178200.0,960.0,22.81376129156256,20.640722425284885,2.1730388662776754,-0.08045473684210526,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,6.8,21.517,-14.717,11.017,11.776,-0.759,5.61,8.822,-3.212,0.57,0.359,0.211,0.0,0.0,0.0,74.357,54.943,19.414 +36005041400,"Census Tract 414, Bronx County, New York",4769,3490.0,51434.0,428000.0,787.0,348.0,2813.0,0.0,170.0,0.0,48.0,112.0,1278.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 414,5040.0,572.0,2916.0,46.0,410.0,1.0,924.0,3156.0,33585.0,224800.0,326.0,22.550143266475644,10.329531051964512,12.220612214511132,0.24366355140186916,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,7.297,11.349,-4.052,58.985,57.857,1.128,3.565,8.135,-4.57,0.0,0.913,-0.913,0.0,0.02,-0.02,26.798,18.333,8.465 +36005041500,"Census Tract 415, Bronx County, New York",6238,4130.0,50440.0,,720.0,447.0,1121.0,0.0,125.0,0.0,57.0,137.0,4351.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 415,5635.0,1005.0,861.0,46.0,555.0,1.0,2985.0,3606.0,30763.0,79400.0,743.0,17.433414043583536,20.60454797559623,-3.171133932012694,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,7.166,17.835,-10.669,17.971,15.28,2.691,2.004,9.849,-7.845,0.0,0.816,-0.816,0.0,0.018,-0.018,69.75,52.972,16.778 +36005041800,"Census Tract 418, Bronx County, New York",4194,2785.0,40208.0,434900.0,506.0,139.0,1734.0,0.0,491.0,0.0,71.0,95.0,1664.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 418,3587.0,342.0,1831.0,37.0,307.0,0.0,910.0,2121.0,42481.0,212800.0,303.0,18.168761220825854,14.285714285714286,3.883046935111567,0.29539664290641526,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.314,9.534,-6.22,41.345,51.045,-9.7,11.707,8.559,3.148,0.0,1.032,-1.032,0.0,0.0,0.0,39.676,25.369,14.307 +36005041900,"Census Tract 419, Bronx County, New York",7238,4717.0,33759.0,406300.0,1036.0,1200.0,881.0,0.0,607.0,0.0,0.0,23.0,4527.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 419,6735.999841,1367.348267,1083.706665,21.51764107,627.9238892000001,1.95614922,3557.257324,3974.895264,26529.99885,252799.9908,1033.824829,21.96311214755141,26.00885709777534,-4.045744950223931,0.10403153642136354,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,16.579,20.299,-3.72,12.172,16.088,-3.916,8.386,9.322,-0.936,0.0,0.319,-0.319,0.0,0.029,-0.029,62.545,52.81,9.735 +36005042000,"Census Tract 420, Bronx County, New York",3698,2411.0,31417.0,332700.0,343.0,134.0,2140.0,95.0,178.0,25.0,0.0,0.0,1221.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 420,3788.0,332.0,1893.0,28.0,175.0,0.0,1284.0,2399.0,26175.0,209500.0,317.0,14.226462048942347,13.213839099624844,1.0126229493175032,0.09323715058611362,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.624,8.765,-5.141,57.869,49.974,7.895,4.813,4.62,0.193,2.569,0.739,1.83,0.676,0.0,0.676,33.018,33.897,-0.879 +36005042100,"Census Tract 421, Bronx County, New York",5887,3524.0,31969.0,132400.0,957.0,534.0,791.0,0.0,658.0,0.0,0.0,123.0,3781.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 421,6831.0,730.0,1452.0,22.0,1065.0,0.0,3463.0,4324.0,30272.0,95000.0,1172.0,27.156640181611806,27.104532839962996,0.052107341648810035,-0.03323262839879154,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,9.071,10.687,-1.616,13.436,21.256,-7.82,11.177,15.591,-4.414,0.0,0.322,-0.322,0.0,0.0,0.0,64.226,50.695,13.531 +36005042200,"Census Tract 422, Bronx County, New York",3338,2287.0,54698.0,353900.0,496.0,69.0,2654.0,14.0,0.0,0.0,77.0,56.0,482.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 422,2694.0,239.0,1945.0,2.0,48.0,0.0,422.0,1885.0,35078.0,158800.0,249.0,21.687800612155662,13.209549071618037,8.478251540537626,0.35385137044362813,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.067,8.872,-6.805,79.509,72.197,7.312,0.0,1.782,-1.782,0.419,0.074,0.345,0.0,0.0,0.0,14.44,15.664,-1.224 +36005042300,"Census Tract 423, Bronx County, New York",4658,2969.0,35288.0,413600.0,668.0,642.0,426.0,45.0,432.0,0.0,39.0,9.0,3110.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 423,3929.000005,921.6516627999998,601.2933063999999,19.4823581,217.07608599999998,0.043850735,2109.742561,2200.104691,35145.22032,193289.1757,365.1751137,22.499157965644997,16.598078954780068,5.90107901086493,0.3270396203868472,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,13.783,23.458,-9.675,9.146,15.304,-6.158,9.274,5.525,3.749,0.966,0.496,0.47,0.0,0.001,-0.001,66.767,53.697,13.07 +36005042400,"Census Tract 424, Bronx County, New York",2485,1803.0,71406.0,381500.0,465.0,83.0,1924.0,7.0,35.0,0.0,0.0,8.0,428.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 424,2570.0,101.0,2092.0,5.0,20.0,0.0,340.0,1704.0,46843.0,178000.0,301.0,25.79034941763727,17.664319248826292,8.126030168810978,0.32812581913499345,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,3.34,3.93,-0.59,77.425,81.401,-3.976,1.408,0.778,0.63,0.282,0.195,0.087,0.0,0.0,0.0,17.223,13.23,3.993 +36005042500,"Census Tract 425, Bronx County, New York",5940,3621.0,27241.0,567100.0,589.0,702.0,447.0,106.0,735.0,0.0,0.0,18.0,4038.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 425,6530.0,1301.0,744.0,43.0,513.0,0.0,3716.0,3742.0,27914.0,166200.0,506.0,16.266224799779067,13.522180652057724,2.7440441477213433,0.5779791923822959,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,11.818,19.923,-8.105,7.525,11.394,-3.869,12.374,7.856,4.518,1.785,0.658,1.127,0.0,0.0,0.0,67.98,56.907,11.073 +36005042600,"Census Tract 426, Bronx County, New York",6942,4904.0,84850.0,449700.0,1633.0,345.0,5499.0,0.0,503.0,0.0,0.0,30.0,565.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 426,6470.0,173.0,5644.0,25.0,152.0,0.0,455.0,4173.0,50972.0,202700.0,987.0,33.299347471451874,23.652048885693745,9.64729858575813,0.35092728485657104,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,4.97,2.674,2.296,79.213,87.233,-8.02,7.246,2.349,4.897,0.0,0.386,-0.386,0.0,0.0,0.0,8.139,7.032,1.107 +36005042800,"Census Tract 428, Bronx County, New York",2069,1544.0,69800.0,378900.0,453.0,55.0,1607.0,0.0,16.0,0.0,0.0,54.0,337.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 428,2239.0,114.0,1819.0,7.0,58.0,0.0,214.0,1509.0,61600.0,196800.0,258.0,29.33937823834197,17.09741550695825,12.241962731383719,0.2520665083135392,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,2.658,5.092,-2.434,77.67,81.242,-3.572,0.773,2.59,-1.817,0.0,0.313,-0.313,0.0,0.0,0.0,16.288,9.558,6.73 +36005042901,"Census Tract 429.01, Bronx County, New York",4123,2632.0,42625.0,562500.0,485.0,430.0,535.0,0.0,611.0,0.0,32.0,37.0,2478.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 429.01,3269.0000019999998,579.7904762999999,485.22340199999996,6.206802726,324.79918369999996,0.0,1824.4838100000002,1964.644899,27176.039539999998,212872.6999,247.802177,18.427051671732524,12.613077158428517,5.813974513304007,0.45504588825600006,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.429,17.736,-7.307,12.976,14.843,-1.867,14.819,9.936,4.883,0.0,0.19,-0.19,0.0,0.0,0.0,60.102,55.812,4.29 +36005042902,"Census Tract 429.02, Bronx County, New York",4445,2909.0,26621.0,,693.0,263.0,800.0,158.0,173.0,0.0,16.0,58.0,3106.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 429.02,3636.9999329999996,554.2095337000001,882.7766113,19.79319763,172.2008057,0.0,1960.516113,2167.35498,28381.000930000002,230000.0005,268.1978149,23.82261945685803,12.374429540840605,11.448189916017423,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,5.917,15.238,-9.321,17.998,24.272,-6.274,3.892,4.735,-0.843,3.555,0.544,3.011,0.0,0.0,0.0,69.876,53.905,15.971 +36005043000,"Census Tract 430, Bronx County, New York",3648,2658.0,55197.0,405900.0,593.0,134.0,2669.0,7.0,175.0,0.0,83.0,139.0,441.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 430,2961.0,202.0,2093.0,6.0,139.0,0.0,487.0,2092.0,48580.0,203100.0,341.0,22.310007524454477,16.30019120458891,6.009816319865568,0.2794678492239468,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.673,6.822,-3.149,73.163,70.686,2.477,4.797,4.694,0.103,0.192,0.203,-0.011,0.0,0.0,0.0,12.089,16.447,-4.358 +36005043100,"Census Tract 431, Bronx County, New York",10265,6785.0,29568.0,,1020.0,495.0,1720.0,16.0,1231.0,0.0,0.0,307.0,6512.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 431,9819.562856999999,886.1549068,2784.032712,38.0,1040.0,1.0,4879.013789,5797.549068,27778.75402,59183.73016,867.0,15.03316138540899,14.954595292439532,0.07856609296945827,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,4.822,9.024,-4.202,16.756,28.352,-11.596,11.992,10.591,1.401,0.156,0.387,-0.231,0.0,0.01,-0.01,63.439,49.687,13.752 +36005043400,"Census Tract 434, Bronx County, New York",3952,2400.0,45625.0,460100.0,452.0,144.0,2183.0,0.0,271.0,0.0,127.0,35.0,1192.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 434,3756.0,476.0,2144.0,14.0,195.0,0.0,802.0,2119.0,31194.09041,206950.4348,313.0,18.833333333333332,14.771118452100048,4.062214881233285,0.35229596585090206,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.644,12.673,-9.029,55.238,57.082,-1.844,6.857,5.192,1.665,0.0,0.373,-0.373,0.0,0.0,0.0,30.162,21.353,8.809 +36005043500,"Census Tract 435, Bronx County, New York",165,90.0,41042.0,,10.0,16.0,92.0,0.0,0.0,0.0,0.0,5.0,52.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 435,65.43714201,2.84509325,18.96728706,0.0,0.0,0.0,36.98620987,28.45093155,80487.99663,225000.0057,0.0,11.11111111111111,0.0,11.11111111111111,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,9.697,4.348,5.349,55.758,28.986,26.772,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.515,56.522,-25.007 +36005043600,"Census Tract 436, Bronx County, New York",2237,1575.0,67553.0,362300.0,548.0,98.0,1286.0,0.0,284.0,0.0,57.0,0.0,512.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 436,2334.0,194.0,1578.0,17.0,141.0,0.0,383.0,1399.0,55588.0,193800.0,205.0,34.79365079365079,14.653323802716226,20.140326990934565,0.2297212255037262,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,4.381,8.312,-3.931,57.488,67.609,-10.121,12.696,6.041,6.655,0.0,0.728,-0.728,0.0,0.0,0.0,22.888,16.41,6.478 +36005044200,"Census Tract 442, Bronx County, New York",3642,2385.0,52474.0,434300.0,426.0,360.0,2292.0,0.0,0.0,0.0,0.0,8.0,982.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 442,3715.0,254.0,2645.0,20.0,127.0,0.0,653.0,2393.0,36475.0,195200.0,438.0,17.861635220125788,18.30338487254492,-0.44174965241913355,0.3527791848952337,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,9.885,6.837,3.048,62.932,71.198,-8.266,0.0,3.419,-3.419,0.0,0.538,-0.538,0.0,0.0,0.0,26.963,17.577,9.386 +36005044400,"Census Tract 444, Bronx County, New York",4155,2889.0,66190.0,387100.0,694.0,110.0,3349.0,62.0,124.0,0.0,116.0,87.0,369.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 444,3937.0,245.0,3087.0,16.0,121.0,0.0,455.0,2585.0,44458.64402,185039.31399999998,597.0,24.02215299411561,23.09477756286267,0.9273754312529405,0.3116594880909327,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.647,6.223,-3.576,80.602,78.41,2.192,2.984,3.073,-0.089,1.492,0.406,1.086,0.0,0.0,0.0,8.881,11.557,-2.676 +36005044800,"Census Tract 448, Bronx County, New York",1964,1546.0,90132.0,411100.0,415.0,26.0,1576.0,0.0,63.0,0.0,84.0,14.0,201.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 448,1836.0,85.0,1532.0,5.0,23.0,0.0,166.0,1146.0,63625.0,191500.0,296.0,26.84346701164295,25.82897033158813,1.014496680054819,0.3292143030892727,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,1.324,4.63,-3.306,80.244,83.442,-3.198,3.208,1.253,1.955,0.0,0.272,-0.272,0.0,0.0,0.0,10.234,9.041,1.193 +36005044901,"Census Tract 449.01, Bronx County, New York",1550,1241.0,67368.0,300000.0,480.0,1209.0,103.0,7.0,23.0,0.0,0.0,28.0,187.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 449.01,1973.0,1816.0,29.0,0.0,4.0,0.0,105.0,1548.0,52500.0,233000.0,459.0,38.6784850926672,29.651162790697676,9.027322301969527,-0.1184,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,78.0,92.043,-14.043,6.645,1.47,5.175,1.484,0.203,1.281,0.452,0.0,0.452,0.0,0.0,0.0,12.065,5.322,6.743 +36005044902,"Census Tract 449.02, Bronx County, New York",1882,1376.0,68000.0,439600.0,575.0,1468.0,106.0,0.0,71.0,0.0,0.0,14.0,223.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 449.02,1992.0,1884.0,14.0,1.0,10.0,0.0,58.0,1457.0,45379.0,233000.0,287.0,41.78779069767442,19.698009608785174,22.089781088889243,0.2367606915377616,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,78.002,94.578,-16.576,5.632,0.703,4.929,3.773,0.502,3.271,0.0,0.05,-0.05,0.0,0.0,0.0,11.849,2.912,8.937 +36005045101,"Census Tract 451.01, Bronx County, New York",1537,1260.0,63819.0,376700.0,499.0,1195.0,33.0,0.0,124.0,0.0,0.0,28.0,157.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 451.01,1800.0,1647.0,42.0,4.0,7.0,0.0,91.0,1461.0,43106.0,188900.0,431.0,39.6031746031746,29.50034223134839,10.10283237182621,0.2778975311919299,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,77.749,91.5,-13.751,2.147,2.333,-0.186,8.068,0.389,7.679,0.0,0.222,-0.222,0.0,0.0,0.0,10.215,5.056,5.159 +36005045102,"Census Tract 451.02, Bronx County, New York",1637,1410.0,66194.0,409000.0,481.0,1282.0,100.0,0.0,35.0,0.0,0.0,18.0,202.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 451.02,1943.0,1726.0,75.0,1.0,16.0,0.0,102.0,1529.0,39931.0,186500.0,334.0,34.11347517730496,21.84434270765206,12.269132469652902,0.34337408312958434,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,78.314,88.832,-10.518,6.109,3.86,2.249,2.138,0.823,1.315,0.0,0.051,-0.051,0.0,0.0,0.0,12.34,5.25,7.09 +36005045600,"Census Tract 456, Bronx County, New York",3189,2274.0,79257.0,519100.0,521.0,613.0,1642.0,0.0,71.0,0.0,23.0,83.0,757.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 456,2883.0,733.0,1601.0,2.0,80.0,0.0,444.0,1785.0,59110.08817,221496.3875,405.0,22.911169744942832,22.689075630252102,0.22209411469073004,0.3855619379695627,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,19.222,25.425,-6.203,51.489,55.532,-4.043,2.226,2.775,-0.549,0.0,0.069,-0.069,0.0,0.0,0.0,23.738,15.401,8.337 +36005045800,"Census Tract 458, Bronx County, New York",5506,2807.0,24421.0,,354.0,13.0,1839.0,0.0,58.0,0.0,11.0,151.0,3434.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 458,7329.0,81.0,3863.0,22.0,14.0,0.0,3340.0,3740.0,12960.0,,205.0,12.61132882080513,5.481283422459893,7.130045398345238,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.236,1.105,-0.869,33.4,52.708,-19.308,1.053,0.191,0.862,0.0,0.3,-0.3,0.0,0.0,0.0,62.368,45.572,16.796 +36005046000,"Census Tract 460, Bronx County, New York",3073,1975.0,34808.0,426200.0,211.0,55.0,2043.0,14.0,3.0,0.0,0.0,23.0,948.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 460,2693.0,103.0,2081.0,11.0,2.0,0.0,482.0,1778.0,30802.0,233300.0,318.0,10.683544303797468,17.885264341957257,-7.201720038159788,0.21175035194744252,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.79,3.825,-2.035,66.482,77.274,-10.792,0.098,0.074,0.024,0.456,0.408,0.048,0.0,0.0,0.0,30.849,17.898,12.951 +36005046201,"Census Tract 462.01, Bronx County, New York",28937,21613.0,46491.0,24200.0,5358.0,2093.0,16231.0,72.0,396.0,0.0,105.0,497.0,9605.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 462.01,24523.0,4271.0,14039.0,47.0,274.0,2.0,5817.0,17974.0,40843.0,12300.0,3994.0,24.79063526581224,22.22098586847669,2.569649397335553,0.268099173553719,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,7.233,17.416,-10.183,56.091,57.248,-1.157,1.368,1.117,0.251,0.249,0.192,0.057,0.0,0.008,-0.008,33.193,23.721,9.472 +36005046202,"Census Tract 462.02, Bronx County, New York",9690,5872.0,37440.0,370100.0,1432.0,153.0,6474.0,280.0,106.0,0.0,143.0,77.0,2639.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 462.02,7294.967285,686.1509722,4873.06404,36.01035238,56.04313492,1.0,1609.678081,4741.921827,39349.03718,184711.1377,869.8885794,24.38692098092643,18.344641922330872,6.0422790585955575,0.2813184590975413,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.579,9.406,-7.827,66.811,66.8,0.011,1.094,0.768,0.326,2.89,0.494,2.396,0.0,0.014,-0.014,27.234,22.066,5.168 +36005048400,"Census Tract 484, Bronx County, New York",4244,2885.0,74583.0,396700.0,765.0,160.0,3197.0,176.0,10.0,0.0,18.0,74.0,785.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 484,3758.0,136.0,2973.0,12.0,28.0,0.0,589.0,2255.0,57853.0,224500.0,587.0,26.51646447140381,26.031042128603104,0.48542234280070673,0.18507688429543737,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.77,3.619,0.151,75.33,79.111,-3.781,0.236,0.745,-0.509,4.147,0.319,3.828,0.0,0.0,0.0,18.497,15.673,2.824 +36005050400,"Census Tract 504, Bronx County, New York",143,74.0,50417.0,,0.0,0.0,5.0,0.0,4.0,0.0,0.0,0.0,134.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 504,5.0,2.0,0.0,0.0,0.0,0.0,3.0,0.0,,,0.0,0.0,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,0.0,40.0,-40.0,3.497,0.0,3.497,2.797,0.0,2.797,0.0,0.0,0.0,0.0,0.0,0.0,93.706,60.0,33.706 +36005051600,"Census Tract 516, Bronx County, New York",4265,3153.0,88061.0,498500.0,1217.0,2895.0,27.0,0.0,195.0,0.0,23.0,0.0,1125.0,New York City,New York-Newark-Jersey City,NY,Bronx County,Census Tract 516,4520.0,3799.0,81.0,15.0,164.0,1.0,398.0,3459.0,56750.0,272100.0,1147.0,38.59816048208056,33.159872795605665,5.438287686474894,0.21399398194583752,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,67.878,84.049,-16.171,0.633,1.792,-1.159,4.572,3.628,0.944,0.0,0.332,-0.332,0.0,0.022,-0.022,26.377,8.805,17.572 +36047000100,"Census Tract 1, Kings County, New York",4116,3552.0,88238.0,710700.0,2370.0,2811.0,369.0,21.0,419.0,0.0,0.0,178.0,318.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1,5498.000007,3920.612686,708.8943663,24.0,276.0563383,1.0,500.76056289999997,4339.9014130000005,65347.7308,178501.1519,2494.971832,66.72297297297297,57.48913614780309,9.233836825169881,0.6383260746644154,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,68.294,71.31,-3.016,8.965,12.894,-3.929,10.18,5.021,5.159,0.51,0.437,0.073,0.0,0.018,-0.018,7.726,9.108,-1.382 +36047000200,"Census Tract 2, Kings County, New York",1506,999.0,34931.0,450000.0,93.0,52.0,24.0,0.0,56.0,0.0,13.0,24.0,1337.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 2,1303.0,71.0,61.0,2.0,18.0,0.0,1132.0,700.0,29219.0,325000.0,24.0,9.30930930930931,3.4285714285714284,5.880737880737881,-0.04,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,3.453,5.449,-1.996,1.594,4.682,-3.088,3.718,1.381,2.337,0.0,0.153,-0.153,0.0,0.0,0.0,88.778,86.876,1.902 +36047000301,"Census Tract 3.01, Kings County, New York",4340,3451.0,130063.0,998500.0,2565.0,3436.0,121.0,24.0,244.0,0.0,9.0,254.0,276.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 3.01,5036.0,4027.0,355.0,9.0,249.0,1.0,352.0,4223.0,83739.0,377500.0,3000.0,74.32628223703274,71.03954534690978,3.2867368901229668,0.4555833750625939,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,79.171,79.964,-0.793,2.788,7.049,-4.261,5.622,4.944,0.678,0.553,0.179,0.374,0.0,0.02,-0.02,6.359,6.99,-0.631 +36047000501,"Census Tract 5.01, Kings County, New York",4536,2811.0,129107.0,811600.0,2243.0,3197.0,174.0,0.0,482.0,9.0,10.0,219.0,445.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 5.01,3415.000164,2780.722412,158.153244,6.6590838429999994,209.7611389,0.0,213.090683,2815.127686,65013.00187000001,217699.9991,2194.168213,79.79366773390252,77.9420494463497,1.8516182875528244,0.6137407605914244,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,70.481,81.427,-10.946,3.836,4.631,-0.795,10.626,6.142,4.484,0.0,0.195,-0.195,0.198,0.0,0.198,9.81,6.24,3.57 +36047000502,"Census Tract 5.02, Kings County, New York",2756,2280.0,106667.0,583300.0,1969.0,2099.0,83.0,0.0,214.0,0.0,9.0,104.0,247.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 5.02,2739.000019,2230.277832,126.84676359999999,5.340916634,168.23887630000002,0.0,170.90933230000002,2257.872559,65013.002029999996,217699.9952,1759.832031,86.35964912280701,77.94204433661307,8.417604786193948,0.4625613010663467,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,76.161,81.427,-5.266,3.012,4.631,-1.619,7.765,6.142,1.623,0.0,0.195,-0.195,0.0,0.0,0.0,8.962,6.24,2.722 +36047000700,"Census Tract 7, Kings County, New York",4054,2994.0,157534.0,1564700.0,2631.0,3126.0,58.0,0.0,415.0,0.0,8.0,144.0,303.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 7,3682.0,2835.0,272.0,2.0,241.0,0.0,289.0,2867.0,66213.0,584700.0,2237.0,87.87575150300601,78.02581095221485,9.84994055079116,0.46189812743656933,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,77.109,76.996,0.113,1.431,7.387,-5.956,10.237,6.545,3.692,0.0,0.054,-0.054,0.0,0.0,0.0,7.474,7.849,-0.375 +36047000900,"Census Tract 9, Kings County, New York",4410,3439.0,161144.0,865400.0,2963.0,3065.0,213.0,0.0,563.0,0.0,0.0,275.0,294.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 9,2178.0,1603.0,150.0,5.0,195.0,0.0,169.0,1725.0,79201.0,285000.0,1302.0,86.15876708345449,75.47826086956522,10.680506213889274,0.5257684307834527,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,69.501,73.6,-4.099,4.83,6.887,-2.057,12.766,8.953,3.813,0.0,0.23,-0.23,0.0,0.0,0.0,6.667,7.759,-1.092 +36047001100,"Census Tract 11, Kings County, New York",1237,1100.0,126726.0,1322900.0,929.0,806.0,86.0,0.0,150.0,0.0,0.0,28.0,167.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 11,117.0,31.0,24.0,0.0,12.0,0.0,48.0,94.0,29732.0,,0.0,84.45454545454545,0.0,84.45454545454545,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,65.158,26.496,38.662,6.952,20.513,-13.561,12.126,10.256,1.87,0.0,0.0,0.0,0.0,0.0,0.0,13.5,41.026,-27.526 +36047001300,"Census Tract 13, Kings County, New York",2401,2003.0,112000.0,448800.0,1125.0,1446.0,277.0,0.0,159.0,0.0,11.0,45.0,463.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 13,2533.0,1323.0,638.0,10.0,212.0,0.0,340.0,2304.0,58828.0,104200.0,1243.0,56.16575137294059,53.94965277777778,2.216098595162812,0.665668449197861,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,60.225,52.231,7.994,11.537,25.188,-13.651,6.622,8.37,-1.748,0.0,0.395,-0.395,0.0,0.0,0.0,19.284,13.423,5.861 +36047001500,"Census Tract 15, Kings County, New York",7391,5398.0,102899.0,941500.0,3477.0,2264.0,1693.0,11.0,1687.0,17.0,60.0,209.0,1461.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 15,2726.0,218.0,1609.0,23.0,84.0,0.0,777.0,1570.0,19683.72144,165795.3488,256.0,64.41274546128196,16.305732484076433,48.10701297720553,0.7464202843632501,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,30.632,7.997,22.635,22.906,59.024,-36.118,22.825,3.081,19.744,0.149,0.844,-0.695,0.23,0.0,0.23,19.767,28.503,-8.736 +36047001800,"Census Tract 18, Kings County, New York",2022,1837.0,,,145.0,216.0,769.0,28.0,14.0,19.0,0.0,14.0,962.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 18,1442.0,292.0,338.0,11.0,81.0,0.0,709.0,1197.0,85000.0,187500.0,143.0,7.8933043004899295,11.946532999164578,-4.053228698674649,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,10.682,20.25,-9.568,38.032,23.44,14.592,0.692,5.617,-4.925,1.385,0.763,0.622,0.94,0.0,0.94,47.577,49.168,-1.591 +36047002000,"Census Tract 20, Kings County, New York",1232,806.0,64653.0,625000.0,122.0,37.0,22.0,37.0,85.0,0.0,0.0,0.0,1088.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 20,1574.0,66.0,116.0,2.0,70.0,0.0,1301.0,884.0,26813.0,181300.0,75.0,15.136476426799007,8.484162895927602,6.652313530871405,0.5822848,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.003,4.193,-1.19,1.786,7.37,-5.584,6.899,4.447,2.452,3.003,0.127,2.876,0.0,0.0,0.0,88.312,82.656,5.656 +36047002100,"Census Tract 21, Kings County, New York",4910,3775.0,212159.0,1475000.0,3156.0,3463.0,223.0,0.0,532.0,0.0,0.0,372.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 21,1134.0,712.0,181.0,4.0,67.0,0.0,158.0,883.0,74464.0,468400.0,547.0,83.60264900662251,61.947904869762176,21.654744136860337,0.5427145762711865,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,70.53,62.787,7.743,4.542,15.961,-11.419,10.835,5.908,4.927,0.0,0.353,-0.353,0.0,0.0,0.0,6.517,13.933,-7.416 +36047002200,"Census Tract 22, Kings County, New York",4907,3471.0,37299.0,,754.0,879.0,125.0,0.0,695.0,0.0,0.0,13.0,3195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 22,4240.0,836.0,247.0,8.0,535.0,0.0,2513.0,2712.0,28164.0,156600.0,367.0,21.722846441947567,13.53244837758112,8.190398064366446,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,17.913,19.717,-1.804,2.547,5.825,-3.278,14.163,12.618,1.545,0.0,0.189,-0.189,0.0,0.0,0.0,65.111,59.269,5.842 +36047002300,"Census Tract 23, Kings County, New York",4707,2763.0,19510.0,,401.0,34.0,2354.0,68.0,733.0,0.0,0.0,156.0,1430.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 23,4314.0,41.0,2549.0,8.0,468.0,4.0,1239.0,2472.0,9876.0,25700.0,47.0,14.51321027868259,1.901294498381877,12.611915780300714,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,0.722,0.95,-0.228,50.011,59.087,-9.076,15.573,10.848,4.725,1.445,0.185,1.26,0.0,0.093,-0.093,30.38,28.72,1.66 +36047002901,"Census Tract 29.01, Kings County, New York",4289,2578.0,22905.0,,208.0,98.0,2071.0,0.0,870.0,0.0,0.0,44.0,1206.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 29.01,4300.0,82.0,2805.0,21.0,68.0,6.0,1303.0,2107.0,11641.0,202500.0,69.0,8.068269976726144,3.2747982914095872,4.7934716853165575,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.285,1.907,0.378,48.286,65.233,-16.947,20.284,1.581,18.703,0.0,0.488,-0.488,0.0,0.14,-0.14,28.118,30.302,-2.184 +36047003000,"Census Tract 30, Kings County, New York",1780,1198.0,70125.0,713800.0,628.0,967.0,70.0,0.0,227.0,0.0,26.0,53.0,437.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 30,1873.0,1324.0,45.0,3.0,237.0,0.0,232.0,1462.0,54375.0,268800.0,567.0,52.42070116861436,38.78248974008208,13.63821142853228,0.45773045671056317,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,54.326,70.689,-16.363,3.933,2.403,1.53,12.753,12.653,0.1,0.0,0.16,-0.16,0.0,0.0,0.0,24.551,12.387,12.164 +36047003100,"Census Tract 31, Kings County, New York",2800,1993.0,85577.0,437800.0,1109.0,817.0,980.0,0.0,523.0,0.0,5.0,191.0,284.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 31,2870.0,417.0,1618.0,12.0,450.0,0.0,364.0,1774.0,40641.0,94300.0,606.0,55.64475664826894,34.160090191657275,21.484666456611663,0.6898309730470534,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,29.179,14.53,14.649,35.0,56.376,-21.376,18.679,15.679,3.0,0.0,0.418,-0.418,0.0,0.0,0.0,10.143,12.683,-2.54 +36047003300,"Census Tract 33, Kings County, New York",3512,2721.0,118565.0,899300.0,1961.0,1886.0,903.0,0.0,253.0,0.0,0.0,172.0,298.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 33,2348.0,579.0,1077.0,9.0,171.0,0.0,481.0,1802.0,45213.0,357400.0,908.0,72.06909224549798,50.38845726970033,21.680634975797652,0.42771488935838986,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,53.702,24.659,29.043,25.712,45.869,-20.157,7.204,7.283,-0.079,0.0,0.383,-0.383,0.0,0.0,0.0,8.485,20.486,-12.001 +36047003400,"Census Tract 34, Kings County, New York",3022,2453.0,77216.0,663300.0,1062.0,1723.0,139.0,0.0,637.0,0.0,0.0,29.0,494.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 34,2894.0,2179.0,20.66666675,1.0,361.0,0.0,273.3333335,2238.0,51362.0,214500.0,807.0,43.29392580513657,36.05898123324397,7.234944571892598,0.5343283582089552,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,57.015,75.294,-18.279,4.6,0.714,3.886,21.079,12.474,8.605,0.0,0.035,-0.035,0.0,0.0,0.0,16.347,9.445,6.902 +36047003500,"Census Tract 35, Kings County, New York",1708,1419.0,79083.0,1638200.0,879.0,693.0,617.0,0.0,106.0,0.0,13.0,78.0,201.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 35,1477.0,319.0,889.0,17.0,71.0,0.0,168.0,1113.0,44306.0,535700.0,483.0,61.94503171247357,43.39622641509434,18.548805297379232,0.5291124404834574,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,40.574,21.598,18.976,36.124,60.19,-24.066,6.206,4.807,1.399,0.0,1.151,-1.151,0.0,0.0,0.0,11.768,11.374,0.394 +36047003600,"Census Tract 36, Kings County, New York",4245,3195.0,67105.0,360700.0,1549.0,2488.0,77.0,18.0,926.0,0.0,62.0,41.0,642.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 36,3940.0,2912.0,56.0,5.0,489.0,1.0,440.0,3016.0,42476.0,211500.0,1181.0,48.48200312989045,39.157824933687,9.324178196203448,0.15564180759634044,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,58.61,73.909,-15.299,1.814,1.421,0.393,21.814,12.411,9.403,0.424,0.127,0.297,0.0,0.025,-0.025,15.124,11.168,3.956 +36047003700,"Census Tract 37, Kings County, New York",1175,833.0,136176.0,843400.0,738.0,876.0,63.0,0.0,138.0,0.0,0.0,66.0,32.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 37,357.0,92.0,99.0,2.0,37.0,0.0,86.0,305.0,36667.0,,121.0,88.5954381752701,39.67213114754098,48.92330702772912,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,74.553,25.77,48.783,5.362,27.731,-22.369,11.745,10.364,1.381,0.0,0.56,-0.56,0.0,0.0,0.0,2.723,24.09,-21.367 +36047003800,"Census Tract 38, Kings County, New York",1506,1111.0,86000.0,843100.0,536.0,1072.0,0.0,0.0,247.0,0.0,0.0,113.0,74.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 38,1607.0,1385.0,4.0,3.0,92.0,0.0,89.0,1213.0,65234.0,328000.0,648.0,48.244824482448244,53.421269579554824,-5.17644509710658,0.4397817577986004,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,71.182,86.185,-15.003,0.0,0.249,-0.249,16.401,5.725,10.676,0.0,0.187,-0.187,0.0,0.0,0.0,4.914,5.538,-0.624 +36047003900,"Census Tract 39, Kings County, New York",2411,1859.0,108214.0,1150000.0,1294.0,1369.0,191.0,12.0,326.0,0.0,20.0,119.0,386.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 39,2119.0,824.0,515.0,16.0,133.0,0.0,556.0,1642.0,38686.0,478000.0,673.0,69.60731576116191,40.98660170523752,28.620714055924395,0.40146086956521737,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,56.781,38.886,17.895,7.922,24.304,-16.382,13.521,6.277,7.244,0.498,0.755,-0.257,0.0,0.0,0.0,16.01,26.239,-10.229 +36047004100,"Census Tract 41, Kings County, New York",3649,2865.0,121818.0,2000001.0,1926.0,2360.0,435.0,0.0,425.0,0.0,52.0,50.0,327.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 41,3251.0,2043.0,474.0,31.0,164.0,0.0,498.0,2732.0,61486.0,545300.0,1584.0,67.22513089005236,57.979502196193266,9.24562869385909,0.6073841963079019,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,64.675,62.842,1.833,11.921,14.58,-2.659,11.647,5.045,6.602,0.0,0.954,-0.954,0.0,0.0,0.0,8.961,15.318,-6.357 +36047004300,"Census Tract 43, Kings County, New York",3336,2650.0,120368.0,1156300.0,2157.0,2046.0,289.0,0.0,276.0,33.0,22.0,175.0,495.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 43,2942.0,1220.0,632.0,2.0,186.0,0.0,778.0,2142.0,56429.0,498300.0,958.0,81.39622641509433,44.72455648926237,36.671669925831964,0.37944132145636944,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,61.331,41.468,19.863,8.663,21.482,-12.819,8.273,6.322,1.951,0.0,0.068,-0.068,0.989,0.0,0.989,14.838,26.445,-11.607 +36047004400,"Census Tract 44, Kings County, New York",2373,1775.0,108125.0,1006900.0,1076.0,1930.0,12.0,0.0,227.0,0.0,0.0,9.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 44,2590.0,2304.0,17.0,5.0,158.0,0.0,82.0,1901.0,80102.48497,438958.2865,903.0,60.61971830985915,47.5013150973172,13.11840321254195,0.3722316689244215,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,81.332,88.958,-7.626,0.506,0.656,-0.15,9.566,6.1,3.466,0.0,0.193,-0.193,0.0,0.0,0.0,8.217,3.166,5.051 +36047004500,"Census Tract 45, Kings County, New York",3651,2843.0,145721.0,1164800.0,2413.0,2960.0,75.0,0.0,263.0,0.0,6.0,203.0,144.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 45,3444.0,2808.0,74.0,5.0,198.0,0.0,256.0,2800.0,68182.0,458700.0,2102.0,84.87513190291945,75.07142857142857,9.80370333149088,0.4329258241758242,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,81.074,81.533,-0.459,2.054,2.149,-0.095,7.204,5.749,1.455,0.0,0.145,-0.145,0.0,0.0,0.0,3.944,7.433,-3.489 +36047004600,"Census Tract 46, Kings County, New York",1378,980.0,103750.0,976900.0,556.0,1134.0,8.0,0.0,164.0,0.0,0.0,0.0,72.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 46,1217.0,1076.0,7.0,3.0,52.0,1.0,71.0,839.0,68594.0,464800.0,334.0,56.734693877551024,39.80929678188319,16.925397095667833,0.3148612959361245,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,82.293,88.414,-6.121,0.581,0.575,0.006,11.901,4.273,7.628,0.0,0.247,-0.247,0.0,0.082,-0.082,5.225,5.834,-0.609 +36047004700,"Census Tract 47, Kings County, New York",2025,1432.0,107198.0,1247400.0,1029.0,1143.0,292.0,0.0,135.0,0.0,10.0,89.0,356.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 47,1166.000002,508.38732530000004,181.105634,1.0,104.94366200000002,0.0,355.23943660000003,764.0985927999999,52004.126,315652.7318,410.02816960000007,71.85754189944134,53.66168364444606,18.195858254995287,0.6356101220202021,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,56.444,43.601,12.843,14.42,15.532,-1.112,6.667,9.0,-2.333,0.0,0.086,-0.086,0.0,0.0,0.0,17.58,30.467,-12.887 +36047004900,"Census Tract 49, Kings County, New York",2631,2111.0,125833.0,1085800.0,1565.0,1612.0,291.0,0.0,196.0,0.0,8.0,93.0,431.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 49,2593.0,1551.0,253.0,7.0,327.0,0.0,377.0,2113.0,62344.0,641000.0,1158.0,74.13548081477973,54.80359678182678,19.331884032952942,0.14989869220850985,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,61.269,59.815,1.454,11.06,9.757,1.303,7.45,12.611,-5.161,0.0,0.27,-0.27,0.0,0.0,0.0,16.382,14.539,1.843 +36047005000,"Census Tract 50, Kings County, New York",2369,1741.0,104890.0,981100.0,1129.0,1743.0,21.0,0.0,242.0,0.0,0.0,29.0,334.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 50,2401.0,2075.0,10.0,1.0,162.0,1.0,115.0,1817.0,61217.0,356500.0,775.0,64.84778862722574,42.652724270776005,22.195064356449734,0.4767505860768525,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,73.575,86.422,-12.847,0.886,0.416,0.47,10.215,6.747,3.468,0.0,0.042,-0.042,0.0,0.042,-0.042,14.099,4.79,9.309 +36047005100,"Census Tract 51, Kings County, New York",2523,1947.0,99792.0,696000.0,1322.0,1667.0,56.0,11.0,119.0,0.0,41.0,127.0,513.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 51,2093.0,1098.0,161.0,6.0,177.0,0.0,581.0,1651.0,51767.0,306300.0,752.0,67.89933230611197,45.54815263476681,22.351179671345164,0.3662758620689655,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,66.072,52.461,13.611,2.22,7.692,-5.472,4.717,8.457,-3.74,0.436,0.287,0.149,0.0,0.0,0.0,20.333,27.759,-7.426 +36047005201,"Census Tract 52.01, Kings County, New York",1662,1447.0,31302.0,907500.0,750.0,1299.0,10.0,13.0,218.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 52.01,1781.0,1595.0,10.33333337,7.0,86.0,0.0,81.66666675,1597.0,21804.0,375000.0,497.0,51.83137525915688,31.120851596743893,20.710523662412985,0.4049586776859504,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,78.159,89.556,-11.397,0.602,0.58,0.022,13.117,4.829,8.288,0.782,0.393,0.389,0.0,0.0,0.0,7.341,4.585,2.756 +36047005202,"Census Tract 52.02, Kings County, New York",2424,1985.0,74083.0,326800.0,1183.0,2084.0,79.0,0.0,127.0,0.0,0.0,28.0,106.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 52.02,2453.0,2186.0,7.0,9.0,85.0,0.0,110.0,2032.0,54500.0,128900.0,720.0,59.59697732997481,35.43307086614173,24.16390646383308,0.4320195838433293,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,85.974,89.115,-3.141,3.259,0.285,2.974,5.239,3.465,1.774,0.0,0.367,-0.367,0.0,0.0,0.0,4.373,4.484,-0.111 +36047005300,"Census Tract 53, Kings County, New York",2420,1771.0,93750.0,880400.0,931.0,1208.0,233.0,5.0,40.0,0.0,42.0,61.0,836.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 53,1838.0,467.0,199.0,8.0,24.0,0.0,1056.0,1047.0,33850.111110000005,124974.8571,284.0,52.569169960474305,27.125119388729704,25.4440505717446,0.7955886026533394,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,49.917,25.408,24.509,9.628,10.827,-1.199,1.653,1.306,0.347,0.207,0.435,-0.228,0.0,0.0,0.0,34.545,57.454,-22.909 +36047005400,"Census Tract 54, Kings County, New York",3054,2572.0,67015.0,557600.0,1456.0,2256.0,58.0,17.0,281.0,0.0,0.0,65.0,377.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 54,3205.0,2499.0,19.0,10.0,307.0,0.0,270.0,2701.0,45267.0,218800.0,1035.0,56.60964230171073,38.31914105886709,18.29050124284364,0.43494978479196555,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,73.87,77.972,-4.102,1.899,0.593,1.306,9.201,9.579,-0.378,0.557,0.312,0.245,0.0,0.0,0.0,12.344,8.424,3.92 +36047005601,"Census Tract 56.01, Kings County, New York",2302,2063.0,76413.0,373600.0,1204.0,1910.0,64.0,0.0,48.0,0.0,0.0,67.0,213.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 56.01,2515.0,2111.0,28.0,4.0,131.0,1.0,187.0,2121.0,43922.0,136300.0,755.0,58.36160930683471,35.5964167845356,22.76519252229911,0.47464668094218415,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,82.971,83.936,-0.965,2.78,1.113,1.667,2.085,5.209,-3.124,0.0,0.159,-0.159,0.0,0.04,-0.04,9.253,7.435,1.818 +36047005602,"Census Tract 56.02, Kings County, New York",1608,1282.0,66750.0,415800.0,718.0,1167.0,6.0,0.0,200.0,0.0,0.0,19.0,216.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 56.02,1523.0,1227.0,6.0,3.0,139.0,1.0,113.0,1238.0,45089.0,115900.0,603.0,56.00624024960999,48.7075928917609,7.2986473578490845,0.5986147186147186,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,72.575,80.565,-7.99,0.373,0.394,-0.021,12.438,9.127,3.311,0.0,0.197,-0.197,0.0,0.066,-0.066,13.433,7.42,6.013 +36047005800,"Census Tract 58, Kings County, New York",3205,2324.0,46985.0,822800.0,1000.0,1931.0,42.0,0.0,515.0,0.0,0.0,96.0,621.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 58,3308.0,2344.0,19.0,14.0,459.0,0.0,348.0,2585.0,41522.0,274000.0,967.0,43.029259896729776,37.40812379110251,5.621136105627265,0.5204666990763247,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,60.25,70.859,-10.609,1.31,0.574,0.736,16.069,13.875,2.194,0.0,0.423,-0.423,0.0,0.0,0.0,19.376,10.52,8.856 +36047005900,"Census Tract 59, Kings County, New York",1337,1072.0,70833.0,950800.0,622.0,809.0,60.0,0.0,18.0,0.0,0.0,78.0,372.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 59,1099.0,206.0,211.0,7.0,20.0,0.0,626.0,566.0,21674.0,253800.0,66.0,58.02238805970149,11.66077738515901,46.36161067454248,0.61561632309634,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,60.509,18.744,41.765,4.488,19.199,-14.711,1.346,1.82,-0.474,0.0,0.637,-0.637,0.0,0.0,0.0,27.823,56.961,-29.138 +36047006000,"Census Tract 60, Kings County, New York",2745,1923.0,86800.0,820600.0,874.0,1623.0,7.0,0.0,509.0,0.0,0.0,50.0,556.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 60,2907.0,1786.0,20.0,5.0,444.0,0.0,441.0,2088.0,45396.0,266700.0,709.0,45.44981799271971,33.95593869731801,11.493879295401698,0.5319912259322447,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,59.126,61.438,-2.312,0.255,0.688,-0.433,18.543,15.273,3.27,0.0,0.172,-0.172,0.0,0.0,0.0,20.255,15.17,5.085 +36047006200,"Census Tract 62, Kings County, New York",2908,2021.0,63750.0,820400.0,983.0,1751.0,224.0,0.0,408.0,0.0,0.0,29.0,496.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 62,3062.0,2042.0,16.0,12.0,429.0,0.0,372.0,2200.0,34576.0,318000.0,704.0,48.63928748144483,32.0,16.639287481444832,0.4418332520721599,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,60.213,66.688,-6.475,7.703,0.523,7.18,14.03,14.01,0.02,0.0,0.392,-0.392,0.0,0.0,0.0,17.056,12.149,4.907 +36047006300,"Census Tract 63, Kings County, New York",1967,1493.0,111313.0,861100.0,1049.0,1564.0,9.0,0.0,114.0,0.0,0.0,120.0,160.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 63,1821.0,1320.0,58.0,11.0,91.0,0.0,270.0,1368.0,60274.0,354000.0,779.0,70.26121902210315,56.94444444444444,13.316774577658705,0.40801300661944023,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,79.512,72.488,7.024,0.458,3.185,-2.727,5.796,4.997,0.799,0.0,0.604,-0.604,0.0,0.0,0.0,8.134,14.827,-6.693 +36047006400,"Census Tract 64, Kings County, New York",3171,2466.0,71781.0,835500.0,1097.0,2383.0,52.0,0.0,294.0,0.0,0.0,82.0,360.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 64,3484.0,2514.0,75.0,4.0,349.0,1.0,327.0,2592.0,45213.0,338400.0,891.0,44.484995944849956,34.375,10.109995944849956,0.41676122082585276,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,75.15,72.158,2.992,1.64,2.153,-0.513,9.272,10.017,-0.745,0.0,0.115,-0.115,0.0,0.029,-0.029,11.353,9.386,1.967 +36047006500,"Census Tract 65, Kings County, New York",5874,4484.0,156712.0,1305800.0,3611.0,4912.0,90.0,0.0,260.0,0.0,14.0,232.0,366.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 65,5136.0,4118.0,147.0,3.0,184.0,0.0,581.0,4074.0,62049.0,375200.0,2260.0,80.5307760927743,55.47373588610702,25.05704020666728,0.5862398529637004,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,83.623,80.179,3.444,1.532,2.862,-1.33,4.426,3.583,0.843,0.0,0.058,-0.058,0.0,0.0,0.0,6.231,11.312,-5.081 +36047006600,"Census Tract 66, Kings County, New York",3566,2617.0,62910.0,867600.0,1079.0,2166.0,7.0,108.0,413.0,0.0,13.0,51.0,916.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 66,3631.0,2570.0,25.0,6.0,423.0,0.0,464.0,2632.0,37500.0,285200.0,796.0,41.23041650745128,30.243161094224924,10.987255413226357,0.5266390041493776,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,60.74,70.779,-10.039,0.196,0.689,-0.493,11.582,11.65,-0.068,3.029,0.165,2.864,0.0,0.0,0.0,25.687,12.779,12.908 +36047006700,"Census Tract 67, Kings County, New York",3941,2941.0,158194.0,2000001.0,2256.0,3229.0,44.0,19.0,140.0,0.0,8.0,187.0,333.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 67,3500.0,2791.0,72.0,2.0,134.0,0.0,393.0,2775.0,70536.0,683300.0,1921.0,76.70860251615098,69.22522522522523,7.483377290925745,0.508024245987877,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,81.934,79.743,2.191,1.116,2.057,-0.941,3.552,3.829,-0.277,0.482,0.057,0.425,0.0,0.0,0.0,8.45,11.229,-2.779 +36047006800,"Census Tract 68, Kings County, New York",4771,3346.0,45917.0,846600.0,1205.0,2176.0,79.0,23.0,949.0,0.0,33.0,91.0,1443.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 68,4781.0,2426.0,83.0,8.0,935.0,0.0,1048.0,3208.0,35292.0,290400.0,766.0,36.01315002988643,23.877805486284288,12.135344543602145,0.5060524450744153,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,45.609,50.743,-5.134,1.656,1.736,-0.08,19.891,19.557,0.334,0.482,0.167,0.315,0.0,0.0,0.0,30.245,21.92,8.325 +36047006900,"Census Tract 69, Kings County, New York",3581,2857.0,132500.0,1195300.0,2412.0,2686.0,175.0,0.0,172.0,0.0,44.0,122.0,382.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 69,3340.0,1837.0,210.0,11.0,217.0,0.0,930.0,2521.0,55417.0,382900.0,1457.0,84.42422121106055,57.794525981753274,26.62969522930728,0.5387132937337907,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,75.007,55.0,20.007,4.887,6.287,-1.4,4.803,6.497,-1.694,0.0,0.329,-0.329,0.0,0.0,0.0,10.667,27.844,-17.177 +36047007000,"Census Tract 70, Kings County, New York",2552,1852.0,50380.0,,839.0,1355.0,148.0,65.0,419.0,0.0,0.0,24.0,558.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 70,2549.0,1444.0,144.0,0.0,418.0,0.0,436.0,1893.0,39831.0,244300.0,462.0,45.30237580993521,24.405705229793977,20.89667058014123,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,53.096,56.65,-3.554,5.799,5.649,0.15,16.418,16.399,0.019,2.547,0.0,2.547,0.0,0.0,0.0,21.865,17.105,4.76 +36047007100,"Census Tract 71, Kings County, New York",4830,3417.0,34719.0,,1079.0,902.0,1503.0,0.0,196.0,0.0,99.0,10.0,2120.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 71,4609.0,670.0,1979.0,16.0,62.0,1.0,1858.0,2721.0,22011.0,371100.0,584.0,31.57740708223588,21.462697537669975,10.114709544565905,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,18.675,14.537,4.138,31.118,42.938,-11.82,4.058,1.345,2.713,0.0,0.347,-0.347,0.0,0.022,-0.022,43.892,40.312,3.58 +36047007200,"Census Tract 72, Kings County, New York",2073,1266.0,36250.0,820300.0,194.0,212.0,33.0,6.0,505.0,0.0,0.0,0.0,1317.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 72,1858.0,226.0,74.0,15.0,474.0,0.0,1011.0,1143.0,35417.0,237500.0,129.0,15.323854660347552,11.286089238845145,4.037765421502407,0.5830793612093137,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.227,12.164,-1.937,1.592,3.983,-2.391,24.361,25.511,-1.15,0.289,0.807,-0.518,0.0,0.0,0.0,63.531,54.413,9.118 +36047007400,"Census Tract 74, Kings County, New York",5856,3621.0,34850.0,945500.0,578.0,435.0,36.0,28.0,1275.0,0.0,8.0,17.0,4057.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 74,5330.0,320.0,108.0,20.0,1315.0,0.0,3520.0,3104.0,35893.0,237300.0,276.0,15.96244131455399,8.891752577319588,7.070688737234402,0.6385912215758858,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,7.428,6.004,1.424,0.615,2.026,-1.411,21.773,24.672,-2.899,0.478,0.375,0.103,0.0,0.0,0.0,69.279,66.041,3.238 +36047007500,"Census Tract 75, Kings County, New York",4700,3568.0,154375.0,1294600.0,2804.0,3615.0,1.0,58.0,300.0,0.0,17.0,85.0,682.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 75,4454.0,3288.0,138.0,15.0,185.0,1.0,697.0,3412.0,69107.0,413000.0,2143.0,78.58744394618834,62.807737397420865,15.779706548767479,0.5406148617333539,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,76.915,73.821,3.094,0.021,3.098,-3.077,6.383,4.154,2.229,1.234,0.337,0.897,0.0,0.022,-0.022,14.511,15.649,-1.138 +36047007600,"Census Tract 76, Kings County, New York",5124,3147.0,38125.0,763300.0,807.0,724.0,114.0,0.0,1071.0,0.0,0.0,51.0,3164.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 76,4440.0,419.0,81.0,15.0,513.0,0.0,3350.0,2560.0,31573.0,228200.0,295.0,25.643469971401334,11.5234375,14.120032471401334,0.5694903707585484,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,14.13,9.437,4.693,2.225,1.824,0.401,20.902,11.554,9.348,0.0,0.338,-0.338,0.0,0.0,0.0,61.749,75.45,-13.701 +36047007700,"Census Tract 77, Kings County, New York",5105,3986.0,135938.0,1109100.0,2781.0,3546.0,77.0,0.0,357.0,0.0,0.0,217.0,908.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 77,3905.0,2720.0,253.0,10.0,205.0,0.0,580.0,3192.0,44444.0,368100.0,1313.0,69.76919217260411,41.134085213032584,28.635106959571523,0.5220773600216392,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,69.461,69.654,-0.193,1.508,6.479,-4.971,6.993,5.25,1.743,0.0,0.256,-0.256,0.0,0.0,0.0,17.786,14.853,2.933 +36047007800,"Census Tract 78, Kings County, New York",5459,3539.0,47143.0,738600.0,608.0,465.0,166.0,0.0,592.0,0.0,0.0,6.0,4230.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 78,5018.0,316.0,187.0,14.0,326.0,0.0,4080.0,2947.0,27750.0,216600.0,242.0,17.17999434868607,8.21174075330845,8.96825359537762,0.5777091795288384,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.518,6.297,2.221,3.041,3.727,-0.686,10.844,6.497,4.347,0.0,0.279,-0.279,0.0,0.0,0.0,77.487,81.307,-3.82 +36047008000,"Census Tract 80, Kings County, New York",3835,2680.0,59432.0,758300.0,720.0,679.0,91.0,0.0,234.0,0.0,21.0,7.0,2803.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 80,4360.0,321.0,149.0,28.0,302.0,2.0,3463.0,2662.0,26902.0,189600.0,270.0,26.865671641791046,10.1427498121713,16.722921829619747,0.6399525253857312,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,17.705,7.362,10.343,2.373,3.417,-1.044,6.102,6.927,-0.825,0.0,0.642,-0.642,0.0,0.046,-0.046,73.09,79.427,-6.337 +36047008200,"Census Tract 82, Kings County, New York",4275,3060.0,40850.0,764100.0,825.0,515.0,64.0,82.0,532.0,0.0,0.0,107.0,3057.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 82,4072.0,406.0,194.0,18.0,263.0,2.0,3128.0,2337.0,28648.0,212500.0,351.0,26.96078431372549,15.019255455712452,11.941528858013038,0.5995288574793876,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,12.047,9.971,2.076,1.497,4.764,-3.267,12.444,6.459,5.985,1.918,0.442,1.476,0.0,0.049,-0.049,71.509,76.817,-5.308 +36047008400,"Census Tract 84, Kings County, New York",3895,2709.0,49821.0,792300.0,510.0,735.0,76.0,95.0,251.0,0.0,0.0,75.0,2758.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 84,3229.0,368.0,62.0,13.0,207.0,0.0,2553.0,1917.0,30054.0,215600.0,290.0,18.826135105204873,15.127803860198226,3.6983312450066474,0.6081484286255207,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,18.87,11.397,7.473,1.951,1.92,0.031,6.444,6.411,0.033,2.439,0.403,2.036,0.0,0.0,0.0,70.809,79.065,-8.256 +36047008500,"Census Tract 85, Kings County, New York",7559,4375.0,13207.0,,187.0,80.0,3614.0,130.0,394.0,0.0,103.0,19.0,3349.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 85,7278.0,95.0,4026.0,29.0,25.0,1.0,3084.0,3846.0,10372.0,275000.0,129.0,4.274285714285714,3.354134165366615,0.9201515489190992,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.058,1.305,-0.247,47.811,55.317,-7.506,5.212,0.344,4.868,1.72,0.398,1.322,0.0,0.014,-0.014,44.305,42.374,1.931 +36047008600,"Census Tract 86, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36047008800,"Census Tract 88, Kings County, New York",3042,2065.0,64246.0,354700.0,888.0,855.0,115.0,13.0,358.0,0.0,54.0,51.0,1609.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 88,3332.907892,632.0527954,83.88354492,26.33553123,272.13381960000004,0.0,2252.175781,2079.5317379999997,26581.99942,66699.99728,302.3709106,43.002421307506054,14.540336416832318,28.462084890673736,0.7292134308339442,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,28.107,18.964,9.143,3.78,2.517,1.263,11.769,8.165,3.604,0.427,0.79,-0.363,0.0,0.0,0.0,52.893,67.574,-14.681 +36047009000,"Census Tract 90, Kings County, New York",3245,2149.0,38919.0,385000.0,355.0,314.0,78.0,43.0,1268.0,0.0,0.0,22.0,1542.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 90,2610.092204,406.9472485,60.11645579,8.664468706000001,504.86617659999996,1.0,1557.824379,1440.4684140000002,29233.591139999997,192977.44600000003,109.6290851,16.519311307584925,7.610655258699756,8.908656048885168,0.2782142279480519,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,9.676,15.591,-5.915,2.404,2.303,0.101,39.076,19.343,19.733,1.325,0.332,0.993,0.0,0.038,-0.038,47.519,59.685,-12.166 +36047009200,"Census Tract 92, Kings County, New York",5703,3570.0,43104.0,477500.0,690.0,461.0,155.0,0.0,2990.0,0.0,0.0,45.0,2052.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 92,5160.0,741.0,284.0,14.0,1493.0,0.0,2540.0,3131.0,26597.0,202900.0,428.0,19.327731092436974,13.669754072181412,5.6579770202555615,0.3881130890052356,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.083,14.36,-6.277,2.718,5.504,-2.786,52.429,28.934,23.495,0.0,0.271,-0.271,0.0,0.0,0.0,35.981,49.225,-13.244 +36047009400,"Census Tract 94, Kings County, New York",5429,3727.0,42104.0,791900.0,772.0,674.0,114.0,0.0,3519.0,0.0,0.0,10.0,1112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 94,4855.0,1494.0,70.0,35.0,1738.0,0.0,1296.0,2944.0,28822.0,262100.0,421.0,20.713710759323853,14.300271739130435,6.413439020193417,0.5233943679757546,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,12.415,30.772,-18.357,2.1,1.442,0.658,64.819,35.798,29.021,0.0,0.721,-0.721,0.0,0.0,0.0,20.483,26.694,-6.211 +36047009600,"Census Tract 96, Kings County, New York",6477,4369.0,40581.0,655200.0,729.0,892.0,131.0,0.0,1868.0,0.0,93.0,183.0,3310.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 96,5900.0,643.0,171.0,20.0,636.0,3.0,4315.0,3425.0,29654.0,226000.0,372.0,16.68574044403754,10.861313868613138,5.8244265754244005,0.5032967032967033,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,13.772,10.898,2.874,2.023,2.898,-0.875,28.841,10.78,18.061,0.0,0.339,-0.339,0.0,0.051,-0.051,51.104,73.136,-22.032 +36047009800,"Census Tract 98, Kings County, New York",7403,4552.0,38696.0,823800.0,369.0,328.0,165.0,0.0,3110.0,0.0,0.0,10.0,3790.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 98,6121.0,493.0,98.0,28.0,1263.0,0.0,4136.0,3416.0,28594.0,240800.0,252.0,8.106326889279437,7.377049180327869,0.7292777089515683,0.5790823015294975,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.431,8.054,-3.623,2.229,1.601,0.628,42.01,20.634,21.376,0.0,0.457,-0.457,0.0,0.0,0.0,51.195,67.571,-16.376 +36047010000,"Census Tract 100, Kings County, New York",6459,4274.0,40938.0,852200.0,443.0,497.0,6.0,67.0,3609.0,0.0,0.0,35.0,2312.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 100,6271.0,778.0,191.0,5.0,1932.0,0.0,3127.0,3687.0,29976.0,267100.0,277.0,10.364997660271408,7.512883102793599,2.852114557477809,0.5486693264491903,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,7.695,12.406,-4.711,0.093,3.046,-2.953,55.876,30.808,25.068,1.037,0.08,0.957,0.0,0.0,0.0,35.795,49.864,-14.069 +36047010100,"Census Tract 101, Kings County, New York",4459,3128.0,64612.0,806400.0,917.0,1034.0,139.0,68.0,490.0,0.0,25.0,138.0,2633.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 101,4095.0,948.0,152.0,34.0,219.0,0.0,2639.0,2476.0,30788.0,201900.0,263.0,29.315856777493607,10.621970920840065,18.693885856653544,0.6394642857142857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,23.189,23.15,0.039,3.117,3.712,-0.595,10.989,5.348,5.641,1.525,0.83,0.695,0.0,0.0,0.0,59.049,64.444,-5.395 +36047010200,"Census Tract 102, Kings County, New York",5081,3516.0,53550.0,866800.0,484.0,289.0,4.0,0.0,3515.0,0.0,0.0,0.0,1273.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 102,4616.0,942.0,60.0,6.0,1978.0,1.0,1551.0,2895.0,29485.0,245100.0,252.0,13.765642775881684,8.704663212435234,5.06097956344645,0.5928195662205814,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,5.688,20.407,-14.719,0.079,1.3,-1.221,69.179,42.851,26.328,0.0,0.13,-0.13,0.0,0.022,-0.022,25.054,33.601,-8.547 +36047010400,"Census Tract 104, Kings County, New York",5677,4070.0,42697.0,960400.0,694.0,385.0,10.0,0.0,4598.0,0.0,84.0,55.0,545.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 104,5530.0,948.0,50.0,4.0,3873.0,1.0,569.0,3721.0,24574.0,277500.0,421.0,17.051597051597053,11.314162859446386,5.737434192150667,0.5839233652644731,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.782,17.143,-10.361,0.176,0.904,-0.728,80.993,70.036,10.957,0.0,0.072,-0.072,0.0,0.018,-0.018,9.6,10.289,-0.689 +36047010600,"Census Tract 106, Kings County, New York",4862,3466.0,41047.0,843200.0,572.0,309.0,10.0,0.0,3898.0,0.0,0.0,103.0,542.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 106,5460.0,636.0,74.0,14.0,3698.0,0.0,977.0,3402.0,26895.0,244700.0,379.0,16.503173687247546,11.140505584950029,5.362668102297517,0.5821062618595826,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.355,11.648,-5.293,0.206,1.355,-1.149,80.173,67.729,12.444,0.0,0.256,-0.256,0.0,0.0,0.0,11.148,17.894,-6.746 +36047010800,"Census Tract 108, Kings County, New York",4303,3014.0,38042.0,772900.0,357.0,403.0,42.0,0.0,3127.0,0.0,0.0,0.0,731.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 108,4773.0,962.0,59.0,19.0,2401.0,0.0,1201.0,2847.0,28844.0,217800.0,411.0,11.844724618447247,14.436248682824026,-2.591524064376779,0.5942139992237029,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,9.366,20.155,-10.789,0.976,1.236,-0.26,72.67,50.304,22.366,0.0,0.398,-0.398,0.0,0.0,0.0,16.988,25.162,-8.174 +36047011000,"Census Tract 110, Kings County, New York",2702,1492.0,55625.0,683400.0,247.0,854.0,22.0,0.0,922.0,0.0,9.0,51.0,844.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 110,2017.0,349.0,70.0,5.0,639.0,0.0,899.0,1337.0,30786.0,206900.0,172.0,16.554959785522787,12.864622288706059,3.6903374968167277,0.5640386303775241,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,31.606,17.303,14.303,0.814,3.471,-2.657,34.123,31.681,2.442,0.0,0.248,-0.248,0.0,0.0,0.0,31.236,44.571,-13.335 +36047011200,"Census Tract 112, Kings County, New York",6561,3882.0,30662.0,537300.0,758.0,2478.0,128.0,77.0,1556.0,0.0,17.0,13.0,2369.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 112,6242.0,2124.0,163.0,26.0,1077.0,0.0,2612.0,3523.0,19697.0,239200.0,388.0,19.526017516743945,11.013340902639795,8.51267661410415,0.35892797319933,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,37.769,34.028,3.741,1.951,2.611,-0.66,23.716,17.254,6.462,1.174,0.417,0.757,0.0,0.0,0.0,36.107,41.846,-5.739 +36047011400,"Census Tract 114, Kings County, New York",4538,2901.0,43965.0,853500.0,606.0,2326.0,305.0,0.0,1278.0,0.0,0.0,96.0,533.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 114,4116.0,2496.0,186.0,5.0,632.0,0.0,597.0,2543.0,35107.0,357400.0,675.0,20.889348500517062,26.54345261502163,-5.654104114504566,0.39700527240773287,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,51.256,60.641,-9.385,6.721,4.519,2.202,28.162,15.355,12.807,0.0,0.121,-0.121,0.0,0.0,0.0,11.745,14.504,-2.759 +36047011600,"Census Tract 116, Kings County, New York",3683,2440.0,40000.0,865400.0,347.0,524.0,51.0,15.0,2848.0,0.0,0.0,2.0,243.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 116,4259.0,1194.0,46.0,14.0,2395.0,0.0,501.0,2773.0,26330.0,306500.0,260.0,14.221311475409836,9.376126938333934,4.845184537075902,0.4899930667899237,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,14.228,28.035,-13.807,1.385,1.08,0.305,77.328,56.234,21.094,0.407,0.329,0.078,0.0,0.0,0.0,6.598,11.763,-5.165 +36047011700,"Census Tract 117, Kings County, New York",2851,2171.0,91307.0,1081000.0,1420.0,1584.0,125.0,37.0,224.0,0.0,69.0,55.0,757.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 117,2788.0,679.0,291.0,12.0,200.0,0.0,1549.0,1733.0,30833.0,176500.0,319.0,65.4076462459696,18.40738603577611,47.00026021019349,0.7648843663274746,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,55.559,24.354,31.205,4.384,10.438,-6.054,7.857,7.174,0.683,1.298,0.43,0.868,0.0,0.0,0.0,26.552,55.56,-29.008 +36047011800,"Census Tract 118, Kings County, New York",2112,1412.0,31597.0,808300.0,136.0,107.0,0.0,9.0,1696.0,0.0,0.0,8.0,301.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 118,2009.0,443.0,13.0,0.0,1233.0,2.0,285.0,1331.0,24655.0,222300.0,138.0,9.63172804532578,10.368144252441773,-0.7364162071159939,0.6039688234566374,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,5.066,22.051,-16.985,0.0,0.647,-0.647,80.303,61.374,18.929,0.426,0.0,0.426,0.0,0.1,-0.1,14.252,14.186,0.066 +36047011900,"Census Tract 119, Kings County, New York",1529,1228.0,91397.0,986500.0,760.0,1021.0,71.0,0.0,87.0,0.0,0.0,103.0,247.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 119,1555.0,541.0,152.0,3.0,48.0,0.0,697.0,1103.0,28405.744339999997,238015.625,256.0,61.88925081433225,23.209428830462375,38.67982198386987,0.652567156614293,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,66.776,34.791,31.985,4.644,9.775,-5.131,5.69,3.087,2.603,0.0,0.193,-0.193,0.0,0.0,0.0,16.154,44.823,-28.669 +36047012000,"Census Tract 120, Kings County, New York",1154,793.0,32708.0,863600.0,101.0,68.0,0.0,0.0,905.0,0.0,6.0,0.0,175.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 120,1253.0,158.0,3.0,7.0,828.0,0.0,241.0,967.0,31797.0,215500.0,81.0,12.736443883984867,8.376421923474664,4.360021960510203,0.640666975451598,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,5.893,12.61,-6.717,0.0,0.239,-0.239,78.423,66.081,12.342,0.0,0.559,-0.559,0.0,0.0,0.0,15.165,19.234,-4.069 +36047012100,"Census Tract 121, Kings County, New York",1948,1557.0,101786.0,1036600.0,1012.0,1071.0,59.0,0.0,169.0,0.0,0.0,20.0,629.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 121,1796.0,521.0,153.0,6.0,155.0,3.0,912.0,1144.0,36343.0,203400.0,220.0,64.99678869621066,19.23076923076923,45.76601946544143,0.717445494887131,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,54.979,29.009,25.97,3.029,8.519,-5.49,8.676,8.63,0.046,0.0,0.334,-0.334,0.0,0.167,-0.167,32.29,50.78,-18.49 +36047012200,"Census Tract 122, Kings County, New York",5945,3972.0,41061.0,956400.0,480.0,600.0,0.0,159.0,2447.0,0.0,0.0,33.0,2860.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 122,5045.0,920.0,87.0,11.0,1504.0,0.0,2379.0,2952.0,31688.0,271600.0,312.0,12.084592145015106,10.56910569105691,1.5154864539581965,0.5910664993726474,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.093,18.236,-8.143,0.0,1.724,-1.724,41.161,29.812,11.349,2.675,0.218,2.457,0.0,0.0,0.0,48.108,47.156,0.952 +36047012600,"Census Tract 126, Kings County, New York",2909,1920.0,47375.0,859800.0,545.0,867.0,66.0,125.0,1061.0,0.0,0.0,92.0,765.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 126,2522.0000059999998,1104.5393980000001,48.998248700000005,11.0,677.7250518999999,0.0,579.8021011,1646.215424,34753.30672,229650.2771,309.8633957,28.385416666666668,18.82277320346623,9.562643463200438,0.6153798569155619,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,29.804,43.796,-13.992,2.269,1.943,0.326,36.473,26.873,9.6,4.297,0.436,3.861,0.0,0.0,0.0,26.298,22.99,3.308 +36047012700,"Census Tract 127, Kings County, New York",4768,3533.0,53245.0,726700.0,1421.0,1266.0,1960.0,23.0,377.0,0.0,0.0,66.0,1099.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 127,3405.0,367.0,1195.0,26.0,43.0,0.0,1763.0,2081.0,19000.0,351700.0,341.0,40.220775544862725,16.386352715040847,23.83442282982188,0.3030851795789184,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,26.552,10.778,15.774,41.107,35.095,6.012,7.907,1.263,6.644,0.482,0.764,-0.282,0.0,0.0,0.0,23.049,51.777,-28.728 +36047012801,"Census Tract 128.01, Kings County, New York",2326,1753.0,37128.0,824700.0,447.0,659.0,67.0,0.0,1492.0,0.0,16.0,0.0,92.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 128.01,2006.0,951.0,11.0,8.0,805.0,0.0,172.0,1239.0,40341.0,243300.0,208.0,25.499144324015973,16.78773204196933,8.711412282046641,0.5751764277919243,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,28.332,47.408,-19.076,2.88,0.548,2.332,64.144,40.13,24.014,0.0,0.399,-0.399,0.0,0.0,0.0,3.955,8.574,-4.619 +36047012901,"Census Tract 129.01, Kings County, New York",2429,2020.0,104331.0,1028200.0,1489.0,1488.0,146.0,0.0,63.0,0.0,8.0,86.0,638.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 129.01,2239.0,791.0,536.0,6.0,138.0,0.0,739.0,1665.0,48024.0,337300.0,759.0,73.7128712871287,45.585585585585584,28.127285701543123,0.5276094145107956,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,61.26,35.328,25.932,6.011,23.939,-17.928,2.594,6.163,-3.569,0.0,0.268,-0.268,0.0,0.0,0.0,26.266,33.006,-6.74 +36047012902,"Census Tract 129.02, Kings County, New York",2114,1608.0,110694.0,1700000.0,1243.0,1316.0,143.0,6.0,95.0,0.0,19.0,70.0,471.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 129.02,2125.0,1101.0,442.0,17.0,85.0,0.0,448.0,1602.0,55625.0,458500.0,956.0,77.30099502487562,59.675405742821475,17.625589282054143,0.6116235294117647,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,62.252,51.812,10.44,6.764,20.8,-14.036,4.494,4.0,0.494,0.284,0.8,-0.516,0.0,0.0,0.0,22.28,21.082,1.198 +36047013000,"Census Tract 130, Kings County, New York",5244,3552.0,61410.0,549300.0,1257.0,2333.0,166.0,50.0,1137.0,0.0,0.0,165.0,1443.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 130,4733.0,2644.0,45.0,28.0,874.0,0.0,879.0,3163.0,36496.0,260000.0,765.0,35.388513513513516,24.185899462535566,11.20261405097795,0.318405243036592,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,44.489,55.863,-11.374,3.166,0.951,2.215,21.682,18.466,3.216,0.953,0.592,0.361,0.0,0.0,0.0,27.517,18.572,8.945 +36047013100,"Census Tract 131, Kings County, New York",4254,3250.0,130156.0,996400.0,2513.0,2555.0,303.0,0.0,446.0,23.0,0.0,236.0,691.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 131,3994.0,1557.0,922.0,9.0,161.0,5.0,1306.0,2911.0,51131.0,373500.0,1305.0,77.32307692307693,44.82995534180694,32.49312158126999,0.4602167804094741,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,60.061,38.983,21.078,7.123,23.085,-15.962,10.484,4.031,6.453,0.0,0.225,-0.225,0.541,0.125,0.416,16.244,32.699,-16.455 +36047013200,"Census Tract 132, Kings County, New York",2044,1298.0,53065.0,892500.0,364.0,597.0,0.0,0.0,1053.0,0.0,0.0,8.0,386.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 132,2165.0,1275.0,12.0,3.0,487.0,0.0,296.0,1380.0,34375.0,253900.0,301.0,28.043143297380585,21.81159420289855,6.231549094482034,0.590346218487395,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,29.207,58.891,-29.684,0.0,0.554,-0.554,51.517,22.494,29.023,0.0,0.139,-0.139,0.0,0.0,0.0,18.885,13.672,5.213 +36047013300,"Census Tract 133, Kings County, New York",4462,3200.0,156467.0,1072300.0,2617.0,2983.0,127.0,10.0,444.0,0.0,33.0,223.0,652.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 133,3667.0,2138.0,411.0,12.0,230.0,1.0,821.0,2689.0,57885.0,369400.0,1586.0,81.78125,58.981033841576796,22.800216158423204,0.5039298703720974,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,66.853,58.304,8.549,2.846,11.208,-8.362,9.951,6.272,3.679,0.224,0.327,-0.103,0.0,0.027,-0.027,14.612,22.389,-7.777 +36047013400,"Census Tract 134, Kings County, New York",4035,2942.0,74602.0,757700.0,1474.0,2544.0,15.0,21.0,801.0,0.0,0.0,37.0,617.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 134,3890.0,2793.460595,28.00175131,5.0,431.2749562,0.0,457.19789840000004,2654.784588,43917.58785,281798.7632,908.1366024,50.101971447994565,34.207543862688716,15.894427585305849,0.46444474197175667,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,63.048,71.811,-8.763,0.372,0.72,-0.348,19.851,11.087,8.764,0.52,0.129,0.391,0.0,0.0,0.0,15.291,11.753,3.538 +36047013500,"Census Tract 135, Kings County, New York",3733,2517.0,134536.0,1003200.0,2068.0,2662.0,66.0,0.0,292.0,0.0,35.0,289.0,389.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 135,2830.0,1608.0,334.0,5.0,122.0,1.0,725.0,2001.0,51420.0,471200.0,1082.0,82.16130313865713,54.07296351824088,28.08833962041625,0.3236363636363636,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,71.31,56.82,14.49,1.768,11.802,-10.034,7.822,4.311,3.511,0.0,0.177,-0.177,0.0,0.035,-0.035,10.421,25.618,-15.197 +36047013600,"Census Tract 136, Kings County, New York",3919,2745.0,68719.0,821200.0,1463.0,2858.0,20.0,0.0,483.0,0.0,0.0,58.0,500.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 136,3924.0,2797.0,29.0,13.0,452.0,4.0,415.0,2783.0,42500.0,286900.0,833.0,53.29690346083789,29.931728350700684,23.365175110137205,0.4969118363370677,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,72.927,71.279,1.648,0.51,0.739,-0.229,12.325,11.519,0.806,0.0,0.331,-0.331,0.0,0.102,-0.102,12.758,10.576,2.182 +36047013700,"Census Tract 137, Kings County, New York",3494,2569.0,109081.0,1217400.0,1587.0,2098.0,242.0,0.0,265.0,0.0,22.0,198.0,669.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 137,2972.0,1677.0,251.0,10.0,161.0,3.0,839.0,1937.0,57042.0,372800.0,965.0,61.775009731413,49.81930820856995,11.95570152284305,0.5590340068999508,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,60.046,56.427,3.619,6.926,8.445,-1.519,7.584,5.417,2.167,0.0,0.336,-0.336,0.0,0.101,-0.101,19.147,28.23,-9.083 +36047013800,"Census Tract 138, Kings County, New York",3197,2438.0,56053.0,831500.0,1037.0,1916.0,58.0,0.0,462.0,0.0,29.0,118.0,614.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 138,3206.0,2337.0,8.0,5.0,387.0,0.0,330.0,2586.0,40117.0,307900.0,786.0,42.53486464315012,30.394431554524363,12.140433088625759,0.46677570655441974,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,59.931,72.895,-12.964,1.814,0.25,1.564,14.451,12.071,2.38,0.0,0.156,-0.156,0.0,0.0,0.0,19.206,10.293,8.913 +36047013900,"Census Tract 139, Kings County, New York",3520,2544.0,120580.0,1216000.0,1839.0,2266.0,316.0,0.0,287.0,0.0,27.0,123.0,501.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 139,3832.0,1875.0,497.0,20.0,293.0,0.0,1096.0,2642.0,42361.0,332600.0,1229.0,72.2877358490566,46.51778955336866,25.769946295687944,0.6061315789473685,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,64.375,48.93,15.445,8.977,12.97,-3.993,8.153,7.646,0.507,0.0,0.522,-0.522,0.0,0.0,0.0,14.233,28.601,-14.368 +36047014000,"Census Tract 140, Kings County, New York",1931,1445.0,70982.0,820900.0,607.0,1346.0,59.0,0.0,303.0,0.0,0.0,0.0,223.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 140,2012.0,1641.0,4.0,4.0,128.0,0.0,184.0,1531.0,57436.0,296900.0,533.0,42.00692041522491,34.81384715871979,7.193073256505123,0.4791862589840419,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,69.705,81.561,-11.856,3.055,0.199,2.856,15.691,6.362,9.329,0.0,0.199,-0.199,0.0,0.0,0.0,11.548,9.145,2.403 +36047014100,"Census Tract 141, Kings County, New York",3256,2398.0,102835.0,1042700.0,1785.0,1854.0,100.0,0.0,348.0,0.0,57.0,195.0,702.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 141,2737.0,984.0,197.0,18.0,246.0,0.0,1132.0,1872.0,41840.0,264200.0,691.0,74.4370308590492,36.912393162393165,37.524637696656036,0.6351318691857677,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,56.941,35.952,20.989,3.071,7.198,-4.127,10.688,8.988,1.7,0.0,0.658,-0.658,0.0,0.0,0.0,21.56,41.359,-19.799 +36047014200,"Census Tract 142, Kings County, New York",3084,2250.0,58309.0,796900.0,1011.0,1945.0,25.0,0.0,370.0,0.0,9.0,52.0,683.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 142,3238.0,2249.0,26.0,11.0,410.0,2.0,365.0,2297.0,42713.0,233900.0,888.0,44.93333333333333,38.65912059207662,6.2742127412567115,0.5773422010289874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,63.067,69.456,-6.389,0.811,0.803,0.008,11.997,12.662,-0.665,0.0,0.34,-0.34,0.0,0.062,-0.062,22.147,11.272,10.875 +36047014300,"Census Tract 143, Kings County, New York",3631,2621.0,102470.0,994400.0,1639.0,1667.0,61.0,12.0,258.0,0.0,53.0,86.0,1494.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 143,3682.0,1063.0,138.0,6.0,149.0,0.0,2294.0,2336.0,31771.0,223300.0,540.0,62.5333842045021,23.116438356164384,39.41694584833772,0.6766371681415929,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,45.91,28.87,17.04,1.68,3.748,-2.068,7.105,4.047,3.058,0.33,0.163,0.167,0.0,0.0,0.0,41.146,62.303,-21.157 +36047014500,"Census Tract 145, Kings County, New York",4078,3070.0,73109.0,732100.0,1681.0,2114.0,133.0,82.0,249.0,0.0,16.0,132.0,1352.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 145,4326.0,1183.0,266.0,12.0,145.0,0.0,2574.0,2744.0,30735.0,178300.0,493.0,54.755700325732896,17.966472303207,36.7892280225259,0.6492938123207213,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,51.839,27.346,24.493,3.261,6.149,-2.888,6.106,3.352,2.754,2.011,0.277,1.734,0.0,0.0,0.0,33.154,59.501,-26.347 +36047014700,"Census Tract 147, Kings County, New York",2535,1880.0,87679.0,1034700.0,968.0,1151.0,68.0,42.0,121.0,0.0,14.0,76.0,1105.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 147,1979.999959,633.1707153,103.73983759999999,5.36585331,66.17886353,1.788617849,1119.674805,1246.666626,34878.000660000005,183199.99899999998,213.73983760000002,51.48936170212766,17.14490731863067,34.344454383496995,0.7450391431719339,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,45.404,31.978,13.426,2.682,5.239,-2.557,4.773,3.342,1.431,1.657,0.271,1.386,0.0,0.09,-0.09,43.59,56.549,-12.959 +36047014800,"Census Tract 148, Kings County, New York",1289,946.0,56750.0,872700.0,356.0,1101.0,0.0,0.0,129.0,0.0,0.0,51.0,8.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 148,1222.0,1161.0,0.0,0.0,32.0,0.0,23.0,869.0,47250.0,294600.0,230.0,37.63213530655391,26.467203682393556,11.164931624160356,0.5138948092127879,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,85.415,95.008,-9.593,0.0,0.0,0.0,10.008,2.619,7.389,0.0,0.0,0.0,0.0,0.0,0.0,0.621,1.882,-1.261 +36047014900,"Census Tract 149, Kings County, New York",6318,4535.0,124028.0,1028100.0,2982.0,4000.0,136.0,0.0,316.0,0.0,85.0,244.0,1537.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 149,4774.0,2515.0,428.0,24.0,275.0,0.0,1483.0,3330.0,47569.0,276000.0,1443.0,65.75523704520397,43.333333333333336,22.421903711870634,0.6134228187919463,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,63.311,52.681,10.63,2.153,8.965,-6.812,5.002,5.76,-0.758,0.0,0.503,-0.503,0.0,0.0,0.0,24.327,31.064,-6.737 +36047015000,"Census Tract 150, Kings County, New York",1547,1155.0,75750.0,823600.0,481.0,1158.0,4.0,0.0,253.0,0.0,0.0,10.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 150,1564.0,1469.0,1.0,2.0,45.0,0.0,33.0,1334.0,34358.0,265400.0,273.0,41.64502164502164,20.464767616191903,21.18025402882974,0.5359689169499757,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,74.855,93.926,-19.071,0.259,0.064,0.195,16.354,2.877,13.477,0.0,0.128,-0.128,0.0,0.0,0.0,7.886,2.11,5.776 +36047015100,"Census Tract 151, Kings County, New York",4185,2985.0,122456.0,1230300.0,2305.0,2661.0,205.0,0.0,213.0,0.0,10.0,339.0,757.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 151,3390.0,2347.0,213.0,19.0,203.0,0.0,517.0,2498.0,66815.0,431900.0,1771.0,77.21943048576215,70.89671737389912,6.322713111863024,0.49448427212874907,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,63.584,69.233,-5.649,4.898,6.283,-1.385,5.09,5.988,-0.898,0.0,0.56,-0.56,0.0,0.0,0.0,18.088,15.251,2.837 +36047015200,"Census Tract 152, Kings County, New York",2465,1803.0,84375.0,717100.0,782.0,1513.0,65.0,0.0,496.0,0.0,10.0,18.0,363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 152,2240.0,1742.0,18.0,7.0,261.0,0.0,149.0,1634.0,52859.38108,271403.3333,544.0,43.372157515252354,33.29253365973072,10.079623855521632,0.45499818720959423,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,61.379,77.768,-16.389,2.637,0.804,1.833,20.122,11.652,8.47,0.0,0.312,-0.312,0.0,0.0,0.0,14.726,6.652,8.074 +36047015300,"Census Tract 153, Kings County, New York",2843,2234.0,141250.0,1386400.0,1815.0,2013.0,110.0,0.0,238.0,0.0,2.0,89.0,391.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 153,2955.0,2102.0,173.0,9.0,367.0,2.0,262.0,2340.0,66809.0,568000.0,1659.0,81.24440465532676,70.8974358974359,10.346968757890863,0.4100403923831506,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,70.805,71.134,-0.329,3.869,5.854,-1.985,8.371,12.42,-4.049,0.0,0.305,-0.305,0.0,0.068,-0.068,13.753,8.866,4.887 +36047015400,"Census Tract 154, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36047015500,"Census Tract 155, Kings County, New York",3741,2762.0,143641.0,1477300.0,2187.0,2855.0,326.0,32.0,130.0,0.0,0.0,176.0,254.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 155,3312.0,2481.0,304.0,10.0,181.0,0.0,304.0,2570.0,63073.0,533500.0,1783.0,79.18175235336713,69.37743190661479,9.804320446752342,0.47997021593447503,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,76.316,74.909,1.407,8.714,9.179,-0.465,3.475,5.465,-1.99,0.855,0.302,0.553,0.0,0.0,0.0,6.79,9.179,-2.389 +36047015700,"Census Tract 157, Kings County, New York",4079,3277.0,120272.0,882500.0,2867.0,2965.0,135.0,31.0,400.0,0.0,15.0,152.0,381.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 157,4143.0,3197.0,355.0,12.0,238.0,0.0,303.0,3260.0,68787.0,362900.0,2437.0,87.48855660665242,74.75460122699387,12.733955379658553,0.4078458923512748,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,72.689,77.166,-4.477,3.31,8.569,-5.259,9.806,5.745,4.061,0.76,0.29,0.47,0.0,0.0,0.0,9.341,7.314,2.027 +36047015900,"Census Tract 159, Kings County, New York",5161,4077.0,130021.0,954200.0,3436.0,4217.0,177.0,0.0,294.0,0.0,100.0,155.0,218.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 159,5091.0,3574.0,680.0,15.0,353.0,0.0,416.0,4131.0,67317.0,268500.0,3112.0,84.27765513858229,75.33284918905834,8.944805949523953,0.5948019283169147,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,81.709,70.202,11.507,3.43,13.357,-9.927,5.697,6.934,-1.237,0.0,0.295,-0.295,0.0,0.0,0.0,4.224,8.171,-3.947 +36047016000,"Census Tract 160, Kings County, New York",3983,2991.0,64118.0,527800.0,1257.0,2171.0,136.0,0.0,758.0,35.0,8.0,80.0,795.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 160,4246.0,2358.0,144.0,13.0,817.0,0.0,710.0,2982.0,41049.0,216000.0,870.0,42.026078234704116,29.175050301810867,12.851027932893249,0.41068586585827965,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,54.507,55.535,-1.028,3.415,3.391,0.024,19.031,19.242,-0.211,0.0,0.306,-0.306,0.879,0.0,0.879,19.96,16.722,3.238 +36047016100,"Census Tract 161, Kings County, New York",3243,2508.0,113438.0,1273400.0,1913.0,2071.0,348.0,1.0,199.0,0.0,0.0,156.0,468.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 161,2568.0,1213.0,696.0,5.0,146.0,0.0,474.0,1995.0,65192.0,437500.0,1348.0,76.27591706539074,67.56892230576442,8.706994759626326,0.5052615046332652,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,63.861,47.235,16.626,10.731,27.103,-16.372,6.136,5.685,0.451,0.031,0.195,-0.164,0.0,0.0,0.0,14.431,18.458,-4.027 +36047016200,"Census Tract 162, Kings County, New York",2062,1652.0,75694.0,535200.0,853.0,1587.0,35.0,0.0,113.0,0.0,14.0,18.0,295.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 162,1885.999999,1387.51755,32.39918327,5.084897958,228.0799999,0.042448979000000005,169.4938774,1502.4310189999999,44305.45517,259813.7764,631.0555095999999,51.634382566585955,42.00229505511827,9.632087511467688,0.3009494805381166,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,76.964,73.569,3.395,1.697,1.718,-0.021,5.48,12.093,-6.613,0.0,0.27,-0.27,0.0,0.002,-0.002,14.306,8.987,5.319 +36047016300,"Census Tract 163, Kings County, New York",3225,2563.0,99938.0,1017400.0,1909.0,2152.0,468.0,0.0,254.0,0.0,17.0,164.0,170.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 163,3175.0,1195.0,1306.0,22.0,242.0,0.0,366.0,2232.0,59583.0,282900.0,1358.0,74.48302770191182,60.842293906810035,13.640733795101788,0.5995911146058581,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,66.729,37.638,29.091,14.512,41.134,-26.622,7.876,7.622,0.254,0.0,0.693,-0.693,0.0,0.0,0.0,5.271,11.528,-6.257 +36047016400,"Census Tract 164, Kings County, New York",774,331.0,90875.0,,255.0,417.0,142.0,0.0,51.0,0.0,0.0,78.0,86.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 164,1172.9999779999998,327.4824524,437.6007996,1.915102005,46.91999817,0.957551003,349.5061035,731.5689697,60499.99772000001,,271.9444885,77.0392749244713,37.172775194595566,39.866499729875734,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,53.876,27.918,25.958,18.346,37.306,-18.96,6.589,4.0,2.589,0.0,0.163,-0.163,0.0,0.082,-0.082,11.111,29.796,-18.685 +36047016500,"Census Tract 165, Kings County, New York",5859,4303.0,152143.0,1244900.0,3861.0,4422.0,129.0,15.0,504.0,0.0,20.0,379.0,390.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 165,4847.0,3997.0,258.0,11.0,241.0,5.0,282.0,3741.0,77871.0,401300.0,2946.0,89.72809667673717,78.74899759422614,10.979099082511027,0.5358084986745923,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,75.474,82.463,-6.989,2.202,5.323,-3.121,8.602,4.972,3.63,0.256,0.227,0.029,0.0,0.103,-0.103,6.656,5.818,0.838 +36047016600,"Census Tract 166, Kings County, New York",1798,1331.0,102829.0,897600.0,541.0,1513.0,0.0,2.0,159.0,0.0,0.0,0.0,126.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 166,2042.0,1960.0,4.0,1.0,39.0,0.0,37.0,1479.0,69859.16923,362866.3948,493.0,40.646130728775354,33.333333333333336,7.3127973954420185,0.4178613987165775,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,84.149,95.984,-11.835,0.0,0.196,-0.196,8.843,1.91,6.933,0.111,0.049,0.062,0.0,0.0,0.0,7.008,1.812,5.196 +36047016700,"Census Tract 167, Kings County, New York",5800,4090.0,141316.0,1092700.0,3460.0,4737.0,108.0,0.0,397.0,0.0,15.0,189.0,354.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 167,4534.0,3420.0,281.0,14.0,225.0,0.0,543.0,3543.0,68125.0,472900.0,2531.0,84.59657701711491,71.43663561953147,13.159941397583438,0.3767950947195022,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,81.672,75.43,6.242,1.862,6.198,-4.336,6.845,4.963,1.882,0.0,0.309,-0.309,0.0,0.0,0.0,6.103,11.976,-5.873 +36047016800,"Census Tract 168, Kings County, New York",1676,1262.0,77321.0,720400.0,619.0,1041.0,0.0,0.0,496.0,0.0,8.0,52.0,79.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 168,1425.0,1275.0,1.0,8.0,61.0,0.0,33.0,1173.0,49444.0,284500.0,302.0,49.04912836767036,25.745950554134698,23.303177813535665,0.43131593559133813,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,62.112,89.474,-27.362,0.0,0.07,-0.07,29.594,4.281,25.313,0.0,0.561,-0.561,0.0,0.0,0.0,4.714,2.316,2.398 +36047016900,"Census Tract 169, Kings County, New York",4739,3549.0,82732.0,1009100.0,2515.0,3212.0,60.0,0.0,527.0,0.0,38.0,103.0,799.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 169,4800.0,2724.0,316.0,32.0,425.0,0.0,1259.0,3505.0,43925.0,281200.0,1480.0,70.86503240349394,42.22539229671897,28.63964010677497,0.5987236151025667,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,67.778,56.75,11.028,1.266,6.583,-5.317,11.12,8.854,2.266,0.0,0.667,-0.667,0.0,0.0,0.0,16.86,26.229,-9.369 +36047017000,"Census Tract 170, Kings County, New York",3419,2433.0,66510.0,837500.0,701.0,1577.0,70.0,0.0,1250.0,0.0,0.0,0.0,522.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 170,2882.0,2181.0,9.0,5.0,392.0,3.0,207.0,2049.0,47569.0,289900.0,535.0,28.812166050143855,26.110297706198146,2.7018683439457085,0.5015450746268657,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,46.125,75.677,-29.552,2.047,0.312,1.735,36.56,13.602,22.958,0.0,0.173,-0.173,0.0,0.104,-0.104,15.268,7.183,8.085 +36047017100,"Census Tract 171, Kings County, New York",4098,2997.0,114773.0,973300.0,2301.0,3317.0,36.0,0.0,229.0,0.0,0.0,73.0,443.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 171,3449.0,2759.0,135.0,8.0,263.0,0.0,257.0,2596.0,63587.0,313600.0,1435.0,76.77677677677677,55.27734976887519,21.49942700790158,0.5360279461625398,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,80.942,79.994,0.948,0.878,3.914,-3.036,5.588,7.625,-2.037,0.0,0.232,-0.232,0.0,0.0,0.0,10.81,7.451,3.359 +36047017200,"Census Tract 172, Kings County, New York",3360,2311.0,62196.0,678300.0,784.0,1394.0,1.0,0.0,1115.0,22.0,0.0,97.0,731.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 172,2892.0,2024.0,1.0,7.0,621.0,0.0,177.0,2054.0,34617.0,292500.0,363.0,33.924707918649936,17.672833495618306,16.25187442303163,0.3790358248562583,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,41.488,69.986,-28.498,0.03,0.035,-0.005,33.185,21.473,11.712,0.0,0.242,-0.242,0.655,0.0,0.655,21.756,6.12,15.636 +36047017400,"Census Tract 174, Kings County, New York",2081,1429.0,100099.0,705900.0,514.0,1322.0,0.0,12.0,519.0,0.0,8.0,22.0,198.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 174,1751.0,1325.0,11.0,0.0,282.0,0.0,85.0,1204.0,50250.0,242800.0,257.0,35.96920923722883,21.345514950166113,14.623694287062719,0.5047003824904377,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,63.527,75.671,-12.144,0.0,0.628,-0.628,24.94,16.105,8.835,0.577,0.0,0.577,0.0,0.0,0.0,9.515,4.854,4.661 +36047017500,"Census Tract 175, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 175,28.0,17.0,0.0,0.0,0.0,0.0,10.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,60.714,,,0.0,,,0.0,,,0.0,,,0.0,,,35.714, +36047017600,"Census Tract 176, Kings County, New York",2571,1873.0,59338.0,626200.0,565.0,1069.0,22.0,0.0,876.0,0.0,0.0,0.0,604.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 176,2239.0,1517.0,18.0,5.0,392.0,0.0,255.0,1744.0,37633.0,221800.0,248.0,30.16550987720235,14.220183486238533,15.945326390963817,0.4899520919833919,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,41.579,67.753,-26.174,0.856,0.804,0.052,34.072,17.508,16.564,0.0,0.223,-0.223,0.0,0.0,0.0,23.493,11.389,12.104 +36047017700,"Census Tract 177, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 177,11.0,1.0,9.0,0.0,0.0,0.0,1.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,9.091,,,81.818,,,0.0,,,0.0,,,0.0,,,9.091, +36047017800,"Census Tract 178, Kings County, New York",3058,2082.0,60733.0,642900.0,550.0,702.0,94.0,0.0,1190.0,12.0,0.0,118.0,942.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 178,2579.0,1449.0,19.0,12.0,811.0,0.0,271.0,1689.0,31652.0,331100.0,313.0,26.416906820365032,18.531675547661337,7.885231272703695,0.25838544097060195,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,22.956,56.185,-33.229,3.074,0.737,2.337,38.914,31.446,7.468,0.0,0.465,-0.465,0.392,0.0,0.392,30.804,10.508,20.296 +36047017900,"Census Tract 179, Kings County, New York",4540,3288.0,52266.0,1118200.0,1458.0,819.0,2555.0,0.0,213.0,0.0,41.0,174.0,738.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 179,3379.0,293.0,2569.0,5.0,69.0,0.0,432.0,2325.0,38750.0,217200.0,699.0,44.34306569343066,30.06451612903226,14.2785495643984,0.7202933285637632,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,18.04,8.671,9.369,56.278,76.028,-19.75,4.692,2.042,2.65,0.0,0.148,-0.148,0.0,0.0,0.0,16.256,12.785,3.471 +36047018000,"Census Tract 180, Kings County, New York",3298,2225.0,66346.0,870800.0,599.0,1248.0,0.0,11.0,1317.0,0.0,0.0,10.0,712.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 180,2803.0,1856.0,13.0,6.0,545.0,2.0,261.0,1969.0,40565.0,287600.0,272.0,26.921348314606742,13.814118842051803,13.10722947255494,0.524409738171796,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,37.841,66.215,-28.374,0.0,0.464,-0.464,39.933,19.443,20.49,0.334,0.214,0.12,0.0,0.071,-0.071,21.589,9.311,12.278 +36047018100,"Census Tract 181, Kings County, New York",3619,2954.0,83981.0,967500.0,2185.0,1796.0,1051.0,0.0,249.0,0.0,0.0,90.0,433.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 181,3895.0,1164.0,2004.0,10.0,167.0,0.0,511.0,3193.0,48731.0,433700.0,1781.0,73.96750169262017,55.77826495458816,18.189236738032015,0.35449302325581394,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,49.627,29.884,19.743,29.041,51.451,-22.41,6.88,4.288,2.592,0.0,0.257,-0.257,0.0,0.0,0.0,11.965,13.119,-1.154 +36047018200,"Census Tract 182, Kings County, New York",3574,2489.0,60208.0,739000.0,607.0,1156.0,89.0,0.0,1734.0,0.0,0.0,40.0,555.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 182,3039.0,1812.0,9.0,8.0,983.0,0.0,201.0,2013.0,41108.0,251900.0,311.0,24.387304138208115,15.449577744659711,8.937726393548404,0.5091529093369418,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,32.345,59.625,-27.28,2.49,0.296,2.194,48.517,32.346,16.171,0.0,0.263,-0.263,0.0,0.0,0.0,15.529,6.614,8.915 +36047018300,"Census Tract 183, Kings County, New York",2817,2218.0,104196.0,1063600.0,1734.0,1761.0,470.0,0.0,139.0,0.0,20.0,198.0,229.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 183,2488.659055,653.4968262,1177.686768,9.946679115,86.53610992,0.0,492.3605956999999,1815.268921,41648.00078,364700.0004,937.9718017999999,78.1785392245266,51.67123124012323,26.507307984403376,0.5062354263106431,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,62.513,26.259,36.254,16.684,47.322,-30.638,4.934,3.477,1.457,0.0,0.4,-0.4,0.0,0.0,0.0,8.129,19.784,-11.655 +36047018400,"Census Tract 184, Kings County, New York",2993,2150.0,79964.0,773200.0,710.0,1377.0,0.0,0.0,1475.0,0.0,0.0,0.0,141.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 184,1977.0,1523.0,5.0,0.0,402.0,0.0,44.0,1565.0,45699.0,280300.0,277.0,33.02325581395349,17.69968051118211,15.323575302771381,0.4779720641489912,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,46.007,77.036,-31.029,0.0,0.253,-0.253,49.282,20.334,28.948,0.0,0.0,0.0,0.0,0.0,0.0,4.711,2.226,2.485 +36047018501,"Census Tract 185.01, Kings County, New York",4951,3032.0,24268.0,791700.0,501.0,328.0,2784.0,19.0,532.0,0.0,43.0,43.0,1202.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 185.01,4816.340993,116.50321029999999,3320.313243,23.05332131,17.46389544,0.0,1324.6394050000001,2490.73114,13777.66575,407050.1322,84.02820015,16.523746701846967,3.373635909574729,13.150110792272239,0.2596284067601365,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,6.625,2.419,4.206,56.231,68.939,-12.708,10.745,0.363,10.382,0.384,0.479,-0.095,0.0,0.0,0.0,24.278,27.503,-3.225 +36047018600,"Census Tract 186, Kings County, New York",2158,1611.0,66600.0,831800.0,525.0,1156.0,8.0,0.0,840.0,0.0,0.0,30.0,124.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 186,1848.0,1379.0,2.0,5.0,361.0,0.0,84.0,1330.0,37667.0,286000.0,224.0,32.588454376163874,16.842105263157894,15.74634911300598,0.5048809810050493,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,53.568,74.621,-21.053,0.371,0.108,0.263,38.925,19.535,19.39,0.0,0.271,-0.271,0.0,0.0,0.0,5.746,4.545,1.201 +36047018700,"Census Tract 187, Kings County, New York",1614,1169.0,68500.0,1543100.0,657.0,576.0,367.0,0.0,141.0,0.0,0.0,54.0,476.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 187,1228.0,243.0,547.0,4.0,39.0,0.0,382.0,803.0,33750.0,176400.0,221.0,56.201881950384944,27.521793275217934,28.68008867516701,0.8353859114768971,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,35.688,19.788,15.9,22.739,44.544,-21.805,8.736,3.176,5.56,0.0,0.326,-0.326,0.0,0.0,0.0,29.492,31.107,-1.615 +36047018800,"Census Tract 188, Kings County, New York",2875,2043.0,64406.0,883400.0,536.0,1437.0,7.0,0.0,1049.0,0.0,0.0,16.0,366.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 188,2615.0,1908.0,3.0,1.0,515.0,0.0,160.0,1838.0,38512.0,273800.0,348.0,26.23592755751346,18.933623503808487,7.302304053704972,0.5536880235453928,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,49.983,72.964,-22.981,0.243,0.115,0.128,36.487,19.694,16.793,0.0,0.038,-0.038,0.0,0.0,0.0,12.73,6.119,6.611 +36047019000,"Census Tract 190, Kings County, New York",4682,3220.0,42891.0,852800.0,821.0,1452.0,29.0,22.0,1929.0,0.0,0.0,11.0,1261.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 190,4595.0,2311.0,25.0,5.0,1455.0,0.0,670.0,3115.0,30786.0,275000.0,431.0,25.496894409937887,13.836276083467094,11.660618326470793,0.5356472795497186,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,31.012,50.294,-19.282,0.619,0.544,0.075,41.2,31.665,9.535,0.47,0.109,0.361,0.0,0.0,0.0,26.933,14.581,12.352 +36047019100,"Census Tract 191, Kings County, New York",2826,1888.0,86225.0,1106200.0,1262.0,1455.0,612.0,0.0,170.0,0.0,9.0,181.0,399.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 191,2816.0,616.0,971.0,8.0,97.0,0.0,1103.0,1695.0,38099.0,210200.0,502.0,66.84322033898304,29.616519174041297,37.226701164941744,0.7263713614174652,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,51.486,21.875,29.611,21.656,34.482,-12.826,6.016,3.445,2.571,0.0,0.284,-0.284,0.0,0.0,0.0,14.119,39.169,-25.05 +36047019200,"Census Tract 192, Kings County, New York",3702,1997.0,41442.0,753000.0,404.0,1859.0,27.0,17.0,1327.0,0.0,0.0,0.0,472.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 192,2320.0,1245.0,21.0,8.0,606.0,0.0,387.0,1444.0,33839.0,333300.0,232.0,20.230345518277417,16.066481994459835,4.163863523817582,0.36261354581673305,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,50.216,53.664,-3.448,0.729,0.905,-0.176,35.845,26.121,9.724,0.459,0.345,0.114,0.0,0.0,0.0,12.75,16.681,-3.931 +36047019300,"Census Tract 193, Kings County, New York",5861,3192.0,54615.0,295300.0,1446.0,1816.0,2607.0,0.0,501.0,7.0,10.0,103.0,817.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 193,5214.0,1326.0,2693.0,19.0,353.0,1.0,744.0,3051.0,36034.0,55800.0,842.0,45.30075187969925,27.597509013438216,17.703242866261032,0.727897053843549,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,30.984,25.432,5.552,44.48,51.649,-7.169,8.548,6.77,1.778,0.0,0.364,-0.364,0.119,0.019,0.1,13.94,14.269,-0.329 +36047019400,"Census Tract 194, Kings County, New York",4031,2777.0,47632.0,611400.0,498.0,872.0,15.0,0.0,2147.0,0.0,0.0,7.0,990.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 194,3070.0,1287.0,9.0,4.0,1246.0,0.0,427.0,1984.0,32500.0,278900.0,315.0,17.933021245948865,15.877016129032258,2.056005116916607,0.3431207065750736,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,21.632,41.922,-20.29,0.372,0.293,0.079,53.262,40.586,12.676,0.0,0.13,-0.13,0.0,0.0,0.0,24.56,13.909,10.651 +36047019500,"Census Tract 195, Kings County, New York",3901,3054.0,78964.0,491200.0,2096.0,1635.0,1485.0,35.0,293.0,0.0,13.0,57.0,400.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 195,3821.0,775.0,2188.0,9.0,210.0,0.0,606.0,2913.0,42587.0,161000.0,1286.0,68.63130320890635,44.14692756608308,24.484375642823267,0.528013029315961,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,41.912,20.283,21.629,38.067,57.262,-19.195,7.511,5.496,2.015,0.897,0.236,0.661,0.0,0.0,0.0,10.254,15.86,-5.606 +36047019600,"Census Tract 196, Kings County, New York",4430,2997.0,38973.0,869100.0,681.0,1627.0,17.0,0.0,1707.0,0.0,43.0,0.0,1036.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 196,3849.0,2374.0,23.0,1.0,892.0,0.0,484.0,2541.0,36092.0,292800.0,348.0,22.72272272272272,13.695395513577331,9.02732720914539,0.5148636520538488,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,36.727,61.678,-24.951,0.384,0.598,-0.214,38.533,23.175,15.358,0.0,0.026,-0.026,0.0,0.0,0.0,23.386,12.575,10.811 +36047019700,"Census Tract 197, Kings County, New York",3561,2819.0,90487.0,735700.0,1933.0,1678.0,1260.0,0.0,219.0,0.0,9.0,159.0,236.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 197,3577.0,751.0,2235.0,11.0,248.0,0.0,316.0,2837.0,48885.0,195400.0,1473.0,68.57041504079461,51.92104335565738,16.649371685137233,0.6175397580535544,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,47.122,20.995,26.127,35.383,62.483,-27.1,6.15,6.933,-0.783,0.0,0.308,-0.308,0.0,0.0,0.0,6.627,8.834,-2.207 +36047019800,"Census Tract 198, Kings County, New York",1860,1296.0,58750.0,813200.0,378.0,892.0,7.0,35.0,739.0,0.0,0.0,0.0,222.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 198,1710.0,1485.0,8.0,1.0,54.0,0.0,144.0,1207.0,43527.0,310800.0,315.0,29.166666666666668,26.097763048881525,3.0689036177851428,0.44964092474176093,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,47.957,86.842,-38.885,0.376,0.468,-0.092,39.731,3.158,36.573,1.882,0.058,1.824,0.0,0.0,0.0,11.935,8.421,3.514 +36047019900,"Census Tract 199, Kings County, New York",3829,2975.0,82955.0,891400.0,2002.0,1852.0,1253.0,0.0,180.0,0.0,0.0,231.0,313.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 199,2946.0,451.0,2067.0,10.0,76.0,0.0,304.0,2338.0,38717.0,248300.0,941.0,67.29411764705883,40.2480752780154,27.046042369043427,0.5988871438187121,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,48.368,15.309,33.059,32.724,70.163,-37.439,4.701,2.58,2.121,0.0,0.339,-0.339,0.0,0.0,0.0,8.174,10.319,-2.145 +36047020000,"Census Tract 200, Kings County, New York",2335,1659.0,56667.0,761000.0,412.0,1105.0,11.0,0.0,843.0,0.0,0.0,0.0,376.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 200,1940.0,1605.0,1.0,6.0,139.0,0.0,146.0,1289.0,38936.0,298900.0,242.0,24.83423749246534,18.774243599689683,6.059993892775658,0.43440735873850195,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,47.323,82.732,-35.409,0.471,0.052,0.419,36.103,7.165,28.938,0.0,0.309,-0.309,0.0,0.0,0.0,16.103,7.526,8.577 +36047020100,"Census Tract 201, Kings County, New York",3735,2869.0,94375.0,1042600.0,1914.0,1593.0,1316.0,0.0,167.0,0.0,12.0,258.0,389.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 201,3632.0,579.0,2608.0,4.0,122.0,0.0,278.0,2732.0,45189.0,248100.0,1336.0,66.71314046706169,48.90190336749634,17.811237099565354,0.6573335891041626,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,42.651,15.942,26.709,35.234,71.806,-36.572,4.471,3.359,1.112,0.0,0.11,-0.11,0.0,0.0,0.0,10.415,7.654,2.761 +36047020200,"Census Tract 202, Kings County, New York",2154,1509.0,94063.0,764800.0,435.0,1316.0,0.0,0.0,719.0,0.0,0.0,0.0,119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 202,1758.0,1473.0,2.0,3.0,187.0,0.0,54.0,1332.0,47422.0,289900.0,399.0,28.82703777335984,29.954954954954953,-1.1279171815951123,0.454163179916318,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,61.096,83.788,-22.692,0.0,0.114,-0.114,33.38,10.637,22.743,0.0,0.171,-0.171,0.0,0.0,0.0,5.525,3.072,2.453 +36047020300,"Census Tract 203, Kings County, New York",1764,1300.0,103571.0,918600.0,833.0,675.0,496.0,0.0,271.0,0.0,21.0,34.0,267.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 203,1192.0,140.0,684.0,4.0,47.0,0.0,303.0,720.0,38942.0,192900.0,154.0,64.07692307692308,21.38888888888889,42.688034188034194,0.6976094056172436,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,38.265,11.745,26.52,28.118,57.383,-29.265,15.363,3.943,11.42,0.0,0.336,-0.336,0.0,0.0,0.0,15.136,25.419,-10.283 +36047020400,"Census Tract 204, Kings County, New York",1992,1490.0,75991.0,807100.0,464.0,1356.0,0.0,0.0,600.0,12.0,0.0,0.0,24.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 204,1960.0,1769.0,5.0,3.0,89.0,0.0,74.0,1407.0,52321.0,285600.0,358.0,31.140939597315437,25.444207533759773,5.696732063555665,0.49044232437120555,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,68.072,90.255,-22.183,0.0,0.255,-0.255,30.12,4.541,25.579,0.0,0.153,-0.153,0.602,0.0,0.602,1.205,3.776,-2.571 +36047020500,"Census Tract 205, Kings County, New York",2907,2302.0,83901.0,918700.0,1533.0,1525.0,756.0,14.0,267.0,0.0,33.0,193.0,119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 205,2444.0,552.0,1458.0,9.0,104.0,0.0,289.0,1632.0,45256.0,237800.0,718.0,66.59426585577758,43.995098039215684,22.599167816561895,0.6272646130401655,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,52.46,22.586,29.874,26.006,59.656,-33.65,9.185,4.255,4.93,0.482,0.368,0.114,0.0,0.0,0.0,4.094,11.825,-7.731 +36047020600,"Census Tract 206, Kings County, New York",2347,1748.0,81324.0,837600.0,636.0,1390.0,30.0,0.0,623.0,0.0,0.0,0.0,304.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 206,2192.0,1749.0,9.0,9.0,191.0,0.0,154.0,1515.0,52679.0,294000.0,449.0,36.38443935926774,29.636963696369637,6.7474756628981005,0.49455587392550143,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,59.225,79.79,-20.565,1.278,0.411,0.867,26.545,8.714,17.831,0.0,0.411,-0.411,0.0,0.0,0.0,12.953,7.026,5.927 +36047020700,"Census Tract 207, Kings County, New York",4708,3822.0,113574.0,862500.0,2864.0,2550.0,848.0,0.0,279.0,0.0,0.0,318.0,713.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 207,4659.0,1458.0,2341.0,7.0,234.0,0.0,584.0,3264.0,50137.0,254200.0,1754.0,74.93458922030351,53.73774509803921,21.196844122264295,0.5755965217391305,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,54.163,31.294,22.869,18.012,50.247,-32.235,5.926,5.023,0.903,0.0,0.15,-0.15,0.0,0.0,0.0,15.144,12.535,2.609 +36047020800,"Census Tract 208, Kings County, New York",3216,2293.0,52679.0,785000.0,650.0,1072.0,25.0,74.0,1667.0,0.0,0.0,115.0,263.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 208,2657.0,1809.0,12.0,2.0,536.0,0.0,234.0,1938.0,46544.0,288200.0,502.0,28.347143480157,25.90299277605779,2.4441507040992114,0.47132738853503187,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,33.333,68.084,-34.751,0.777,0.452,0.325,51.835,20.173,31.662,2.301,0.075,2.226,0.0,0.0,0.0,8.178,8.807,-0.629 +36047021000,"Census Tract 210, Kings County, New York",4380,3063.0,37623.0,807900.0,651.0,1284.0,38.0,0.0,2181.0,0.0,11.0,73.0,793.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 210,3307.0,2017.0,10.0,7.0,903.0,0.0,277.0,2224.0,33333.0,304000.0,408.0,21.253672869735553,18.345323741007196,2.908349128728357,0.45815076123282583,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,29.315,60.992,-31.677,0.868,0.302,0.566,49.795,27.306,22.489,0.0,0.212,-0.212,0.0,0.0,0.0,18.105,8.376,9.729 +36047021100,"Census Tract 211, Kings County, New York",1829,1261.0,58849.0,669100.0,537.0,391.0,629.0,0.0,102.0,0.0,0.0,28.0,679.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 211,1533.0,124.0,710.0,4.0,27.0,0.0,657.0,837.0,25908.06108,149446.1538,126.0,42.585249801744645,15.053763440860216,27.53148636088443,0.6783702563562996,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,21.378,8.089,13.289,34.39,46.314,-11.924,5.577,1.761,3.816,0.0,0.261,-0.261,0.0,0.0,0.0,37.124,42.857,-5.733 +36047021200,"Census Tract 212, Kings County, New York",4858,3623.0,40472.0,756500.0,500.0,1155.0,0.0,0.0,3246.0,0.0,0.0,32.0,425.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 212,3638.0,1526.0,17.0,5.0,1550.0,0.0,361.0,2662.0,29179.0,297400.0,392.0,13.80071763731714,14.725770097670924,-0.9250524603537844,0.4338982154659617,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,23.775,41.946,-18.171,0.0,0.467,-0.467,66.818,42.606,24.212,0.0,0.137,-0.137,0.0,0.0,0.0,8.748,9.923,-1.175 +36047021300,"Census Tract 213, Kings County, New York",4228,3195.0,42480.0,,1199.0,799.0,2992.0,0.0,55.0,0.0,15.0,99.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 213,4735.0,97.0,4235.0,7.0,45.0,1.0,324.0,2953.0,28696.0,218400.0,388.0,37.527386541471046,13.139180494412463,24.38820604705858,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,18.898,2.049,16.849,70.766,89.44,-18.674,1.301,0.95,0.351,0.0,0.148,-0.148,0.0,0.021,-0.021,6.339,6.843,-0.504 +36047021400,"Census Tract 214, Kings County, New York",2194,1237.0,54375.0,831500.0,158.0,1068.0,0.0,0.0,952.0,0.0,0.0,14.0,160.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 214,1811.0,1070.0,8.0,1.0,491.0,0.0,225.0,1050.0,32069.0,281300.0,88.0,12.772837510105093,8.380952380952381,4.391885129152712,0.512841852074564,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,48.678,59.083,-10.405,0.0,0.442,-0.442,43.391,27.112,16.279,0.0,0.055,-0.055,0.0,0.0,0.0,7.293,12.424,-5.131 +36047021500,"Census Tract 215, Kings County, New York",5406,4172.0,67857.0,695400.0,2446.0,1806.0,2310.0,19.0,324.0,0.0,22.0,378.0,547.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 215,5617.0,983.0,3696.0,19.0,221.0,0.0,633.0,3745.0,39489.0,245200.0,1384.0,58.62895493767977,36.95594125500668,21.673013682673094,0.4922519413287317,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,33.407,17.5,15.907,42.73,65.8,-23.07,5.993,3.934,2.059,0.351,0.338,0.013,0.0,0.0,0.0,10.118,11.269,-1.151 +36047021600,"Census Tract 216, Kings County, New York",4533,2105.0,42400.0,990000.0,469.0,3900.0,0.0,0.0,477.0,0.0,0.0,0.0,156.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 216,3601.0,2976.0,10.0,6.0,356.0,0.0,183.0,1775.0,25616.0,367800.0,340.0,22.280285035629454,19.154929577464788,3.125355458164666,0.46501818181818183,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,86.036,82.644,3.392,0.0,0.278,-0.278,10.523,9.886,0.637,0.0,0.167,-0.167,0.0,0.0,0.0,3.441,5.082,-1.641 +36047021700,"Census Tract 217, Kings County, New York",4035,2673.0,60219.0,1137500.0,1392.0,881.0,1829.0,0.0,340.0,0.0,48.0,135.0,802.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 217,3843.0,147.0,2917.0,15.0,258.0,1.0,481.0,2276.0,30712.0,173800.0,517.0,52.07631874298541,22.715289982425308,29.3610287605601,0.7799806593406593,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,21.834,3.825,18.009,45.328,75.904,-30.576,8.426,6.714,1.712,0.0,0.39,-0.39,0.0,0.026,-0.026,19.876,12.516,7.36 +36047021800,"Census Tract 218, Kings County, New York",3892,1729.0,32469.0,863700.0,311.0,3312.0,30.0,0.0,119.0,0.0,0.0,84.0,347.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 218,3785.0,3162.0,10.0,8.0,166.0,0.0,314.0,1773.0,30259.0,287100.0,322.0,17.987275882012725,18.161308516638467,-0.1740326346257426,0.5213337964571032,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,85.098,83.54,1.558,0.771,0.264,0.507,3.058,4.386,-1.328,0.0,0.211,-0.211,0.0,0.0,0.0,8.916,8.296,0.62 +36047021900,"Census Tract 219, Kings County, New York",3576,2779.0,62621.0,1089000.0,1193.0,844.0,2017.0,0.0,225.0,0.0,0.0,76.0,414.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 219,3820.0,53.0,3432.0,8.0,33.0,0.0,289.0,2387.0,26469.0,187100.0,413.0,42.929111191075926,17.302052785923753,25.627058405152173,0.752595041322314,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,23.602,1.387,22.215,56.404,89.843,-33.439,6.292,0.864,5.428,0.0,0.209,-0.209,0.0,0.0,0.0,11.577,7.565,4.012 +36047022000,"Census Tract 220, Kings County, New York",4924,2182.0,31732.0,859500.0,402.0,4330.0,138.0,0.0,289.0,0.0,0.0,0.0,167.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 220,4452.0,3481.0,26.0,3.0,286.0,0.0,255.0,2305.0,24846.0,350000.0,251.0,18.42346471127406,10.88937093275488,7.53409377851918,0.41361256544502617,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,87.937,78.19,9.747,2.803,0.584,2.219,5.869,6.424,-0.555,0.0,0.067,-0.067,0.0,0.0,0.0,3.392,5.728,-2.336 +36047022100,"Census Tract 221, Kings County, New York",4174,3286.0,50434.0,762500.0,1533.0,1387.0,1870.0,62.0,185.0,0.0,89.0,69.0,512.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 221,3928.0,73.0,3381.0,13.0,23.0,0.0,398.0,2579.0,21415.0,176200.0,246.0,46.65246500304321,9.538580845288871,37.11388415775434,0.6672419672131148,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,33.23,1.858,31.372,44.801,86.074,-41.273,4.432,0.586,3.846,1.485,0.331,1.154,0.0,0.0,0.0,12.266,10.132,2.134 +36047022200,"Census Tract 222, Kings County, New York",4281,2012.0,36033.0,826400.0,425.0,3892.0,0.0,0.0,140.0,0.0,0.0,0.0,249.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 222,4719.0,3902.0,68.0,9.0,214.0,0.0,429.0,2520.0,25919.0,281000.0,350.0,21.123260437375745,13.88888888888889,7.234371548486855,0.5103581800580832,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,90.913,82.687,8.226,0.0,1.441,-1.441,3.27,4.535,-1.265,0.0,0.191,-0.191,0.0,0.0,0.0,5.816,9.091,-3.275 +36047022400,"Census Tract 224, Kings County, New York",5780,2669.0,37813.0,1007100.0,515.0,4161.0,7.0,0.0,818.0,0.0,0.0,0.0,794.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 224,4943.0,2676.0,47.0,9.0,813.0,0.0,1014.0,2673.0,34188.0,275500.0,350.0,19.295616335706256,13.093901982790872,6.201714352915385,0.606076854334227,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,71.99,54.137,17.853,0.121,0.951,-0.83,14.152,16.448,-2.296,0.0,0.182,-0.182,0.0,0.0,0.0,13.737,20.514,-6.777 +36047022600,"Census Tract 226, Kings County, New York",2261,1394.0,46573.0,511800.0,155.0,731.0,56.0,0.0,204.0,0.0,0.0,28.0,1242.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 226,2544.0,649.0,80.0,1.0,611.0,0.0,1132.0,1376.0,22316.0,152500.0,127.0,11.119081779053085,9.229651162790697,1.8894306162623877,0.570926143024619,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,32.331,25.511,6.82,2.477,3.145,-0.668,9.023,24.017,-14.994,0.0,0.039,-0.039,0.0,0.0,0.0,54.931,44.497,10.434 +36047022700,"Census Tract 227, Kings County, New York",3556,2622.0,76549.0,1075000.0,1188.0,994.0,1978.0,0.0,120.0,11.0,10.0,173.0,270.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 227,3406.0,89.0,2993.0,10.0,54.0,0.0,233.0,2242.0,31853.0,196000.0,289.0,45.30892448512586,12.890276538804638,32.418647946321215,0.7374511627906977,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,27.953,2.613,25.34,55.624,87.874,-32.25,3.375,1.585,1.79,0.0,0.294,-0.294,0.309,0.0,0.309,7.593,6.841,0.752 +36047022800,"Census Tract 228, Kings County, New York",3748,1779.0,32685.0,670900.0,278.0,2282.0,48.0,2.0,1036.0,0.0,0.0,34.0,346.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 228,3426.0,1633.0,134.0,4.0,873.0,0.0,711.0,1630.0,23407.0,222100.0,232.0,15.626756604834176,14.233128834355828,1.3936277704783482,0.5232911015054404,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,60.886,47.665,13.221,1.281,3.911,-2.63,27.641,25.482,2.159,0.053,0.117,-0.064,0.0,0.0,0.0,9.232,20.753,-11.521 +36047022900,"Census Tract 229, Kings County, New York",3862,2931.0,64935.0,674200.0,1709.0,1380.0,1760.0,15.0,331.0,0.0,27.0,79.0,285.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 229,3153.0,63.0,2809.0,7.0,67.0,8.0,191.0,1964.0,31202.0,194900.0,385.0,58.30774479699761,19.602851323828922,38.70489347316869,0.5837199644022545,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,35.733,1.998,33.735,45.572,89.09,-43.518,8.571,2.125,6.446,0.388,0.222,0.166,0.0,0.254,-0.254,7.38,6.058,1.322 +36047023000,"Census Tract 230, Kings County, New York",4288,2109.0,37404.0,880500.0,397.0,3051.0,88.0,0.0,341.0,0.0,0.0,68.0,740.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 230,4176.0,2893.0,31.0,6.0,238.0,0.0,946.0,1894.0,22984.0,240100.0,165.0,18.824087245139875,8.711721224920803,10.112366020219072,0.6073321976149915,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,71.152,69.277,1.875,2.052,0.742,1.31,7.952,5.699,2.253,0.0,0.144,-0.144,0.0,0.0,0.0,17.257,22.653,-5.396 +36047023100,"Census Tract 231, Kings County, New York",3376,2709.0,71188.0,911800.0,1444.0,1244.0,1412.0,0.0,154.0,0.0,32.0,156.0,378.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 231,2774.0,212.0,2198.0,11.0,64.0,0.0,261.0,1893.0,35260.0,233300.0,562.0,53.303802141011445,29.688325409403063,23.615476731608382,0.631550778679535,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,36.848,7.642,29.206,41.825,79.236,-37.411,4.562,2.307,2.255,0.0,0.397,-0.397,0.0,0.0,0.0,11.197,9.409,1.788 +36047023200,"Census Tract 232, Kings County, New York",5073,2350.0,36617.0,746300.0,271.0,3926.0,0.0,0.0,396.0,0.0,0.0,0.0,751.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 232,6059.0,4914.0,27.0,14.0,399.0,0.0,510.0,2846.0,21981.0,281500.0,371.0,11.53191489361702,13.03583977512298,-1.5039248815059594,0.4568404127026665,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,77.39,81.102,-3.712,0.0,0.446,-0.446,7.806,6.585,1.221,0.0,0.231,-0.231,0.0,0.0,0.0,14.804,8.417,6.387 +36047023300,"Census Tract 233, Kings County, New York",5153,3247.0,35938.0,815700.0,1275.0,1175.0,2553.0,0.0,234.0,0.0,0.0,147.0,1044.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 233,4875.0,83.0,3683.0,42.0,65.0,0.0,970.0,2637.0,23099.0,208800.0,326.0,39.26701570680628,12.36253318164581,26.904482525160475,0.63139389481427,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,22.802,1.703,21.099,49.544,75.549,-26.005,4.541,1.333,3.208,0.0,0.862,-0.862,0.0,0.0,0.0,20.26,19.897,0.363 +36047023400,"Census Tract 234, Kings County, New York",4667,1875.0,28438.0,881500.0,263.0,4504.0,0.0,14.0,0.0,0.0,0.0,9.0,140.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 234,4710.0,4580.0,1.0,2.0,11.0,0.0,44.0,2265.0,17731.0,509900.0,277.0,14.026666666666667,12.229580573951434,1.797086092715233,0.16703800340328984,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,96.507,97.24,-0.733,0.0,0.021,-0.021,0.0,0.234,-0.234,0.3,0.042,0.258,0.0,0.0,0.0,3.0,0.934,2.066 +36047023500,"Census Tract 235, Kings County, New York",4062,2248.0,51678.0,735600.0,943.0,2259.0,680.0,0.0,260.0,0.0,22.0,76.0,765.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 235,1953.0,108.0,541.0,11.0,15.0,0.0,1269.0,1129.0,21875.0,250000.0,68.0,41.94839857651245,6.023029229406554,35.9253693471059,0.5106035889070146,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,55.613,5.53,50.083,16.741,27.701,-10.96,6.401,0.768,5.633,0.0,0.563,-0.563,0.0,0.0,0.0,18.833,64.977,-46.144 +36047023600,"Census Tract 236, Kings County, New York",5669,2517.0,23600.0,1023100.0,515.0,5279.0,16.0,53.0,249.0,0.0,0.0,0.0,72.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 236,5222.0,4887.0,5.0,10.0,159.0,0.0,35.0,2697.0,16941.0,553600.0,305.0,20.460866110448947,11.308861698183167,9.15200441226578,0.220815169582641,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,93.12,93.585,-0.465,0.282,0.096,0.186,4.392,3.045,1.347,0.935,0.191,0.744,0.0,0.0,0.0,1.27,0.67,0.6 +36047023800,"Census Tract 238, Kings County, New York",3990,2188.0,28399.0,970900.0,441.0,3637.0,0.0,13.0,0.0,0.0,0.0,45.0,295.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 238,4470.0,4107.0,12.0,6.0,141.0,0.0,101.0,2484.0,23393.0,473800.0,310.0,20.155393053016454,12.47987117552335,7.675521877493104,0.2972788134720363,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,91.153,91.879,-0.726,0.0,0.268,-0.268,0.0,3.154,-3.154,0.326,0.134,0.192,0.0,0.0,0.0,7.393,2.26,5.133 +36047024000,"Census Tract 240, Kings County, New York",4626,2224.0,31019.0,846500.0,450.0,4349.0,71.0,0.0,0.0,0.0,36.0,22.0,148.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 240,4634.0,4316.0,14.0,2.0,63.0,4.0,167.0,2526.0,27930.0,417500.0,534.0,20.23381294964029,21.140142517814727,-0.9063295681744385,0.28978145304193736,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,94.012,93.138,0.874,1.535,0.302,1.233,0.0,1.36,-1.36,0.0,0.043,-0.043,0.0,0.086,-0.086,3.199,3.604,-0.405 +36047024100,"Census Tract 241, Kings County, New York",2501,1765.0,59798.0,606200.0,822.0,1289.0,612.0,0.0,118.0,0.0,4.0,56.0,422.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 241,1564.0,40.0,993.0,12.0,12.0,0.0,494.0,1025.0,10500.0,176900.0,101.0,46.57223796033994,9.853658536585366,36.718579423754576,0.5797822500824811,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,51.539,2.558,48.981,24.47,63.491,-39.021,4.718,0.767,3.951,0.0,0.767,-0.767,0.0,0.0,0.0,16.873,31.586,-14.713 +36047024200,"Census Tract 242, Kings County, New York",2994,1582.0,61591.0,897100.0,285.0,2682.0,0.0,0.0,184.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 242,2808.0,2449.0,6.0,3.0,203.0,4.0,142.0,1439.0,29632.0,296900.0,170.0,18.015170670037925,11.8137595552467,6.201411114791226,0.5234243674060863,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,89.579,87.215,2.364,0.0,0.214,-0.214,6.146,7.229,-1.083,0.0,0.107,-0.107,0.0,0.142,-0.142,4.275,5.057,-0.782 +36047024300,"Census Tract 243, Kings County, New York",4020,3006.0,56047.0,891100.0,1622.0,1333.0,1734.0,0.0,192.0,0.0,0.0,184.0,577.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 243,3954.0,19.0,3372.0,12.0,28.0,0.0,516.0,2449.0,23358.0,202600.0,291.0,53.95874916833001,11.882400979991834,42.07634818833817,0.6726024015262035,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,33.159,0.481,32.678,43.134,85.281,-42.147,4.776,0.708,4.068,0.0,0.303,-0.303,0.0,0.0,0.0,14.353,13.05,1.303 +36047024400,"Census Tract 244, Kings County, New York",4039,1946.0,52692.0,880500.0,407.0,3213.0,17.0,0.0,403.0,0.0,0.0,0.0,406.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 244,3069.0,2420.0,24.0,2.0,310.0,0.0,248.0,1820.0,28824.0,285500.0,297.0,20.91469681397739,16.318681318681318,4.596015495296072,0.533083475298126,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,79.549,78.853,0.696,0.421,0.782,-0.361,9.978,10.101,-0.123,0.0,0.065,-0.065,0.0,0.0,0.0,10.052,8.081,1.971 +36047024500,"Census Tract 245, Kings County, New York",4535,3108.0,64000.0,756400.0,1391.0,932.0,2913.0,0.0,363.0,0.0,0.0,107.0,220.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 245,3555.0,37.0,3180.0,19.0,121.0,0.0,168.0,2354.0,24352.0,206700.0,371.0,44.755469755469754,15.760407816482584,28.99506193898717,0.6064939185616076,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,20.551,1.041,19.51,64.234,89.451,-25.217,8.004,3.404,4.6,0.0,0.534,-0.534,0.0,0.0,0.0,4.851,4.726,0.125 +36047024600,"Census Tract 246, Kings County, New York",2892,1849.0,46027.0,840000.0,553.0,1602.0,1.0,9.0,1031.0,0.0,0.0,53.0,205.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 246,2911.0,1881.0,2.0,8.0,817.0,1.0,126.0,1973.0,41738.0,252400.0,374.0,29.908058409951327,18.95590471363406,10.952153696317268,0.5673142857142857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,55.394,64.617,-9.223,0.035,0.069,-0.034,35.65,28.066,7.584,0.311,0.275,0.036,0.0,0.034,-0.034,7.089,4.328,2.761 +36047024700,"Census Tract 247, Kings County, New York",2398,1653.0,45769.0,981500.0,557.0,515.0,1384.0,15.0,202.0,0.0,0.0,63.0,219.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 247,2349.0,25.0,1990.0,9.0,188.0,0.0,118.0,1483.0,17964.0,190300.0,172.0,33.69630973986691,11.598111935266353,22.09819780460056,0.7208028527763627,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,21.476,1.064,20.412,57.715,84.717,-27.002,8.424,8.003,0.421,0.626,0.383,0.243,0.0,0.0,0.0,9.133,5.023,4.11 +36047024800,"Census Tract 248, Kings County, New York",3013,1850.0,50739.0,703600.0,327.0,1029.0,51.0,23.0,1127.0,0.0,130.0,24.0,629.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 248,2448.0,1437.0,8.0,4.0,810.0,0.0,143.0,1789.0,35086.0,270200.0,329.0,17.675675675675677,18.390162101732813,-0.7144864260571353,0.44700397953382603,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,34.152,58.701,-24.549,1.693,0.327,1.366,37.405,33.088,4.317,0.763,0.163,0.6,0.0,0.0,0.0,20.876,5.842,15.034 +36047024900,"Census Tract 249, Kings County, New York",4630,3495.0,66455.0,1050000.0,1518.0,1057.0,3083.0,0.0,140.0,0.0,0.0,53.0,297.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 249,4240.0,40.0,3954.0,7.0,13.0,1.0,209.0,2785.0,28449.0,216000.0,472.0,43.433476394849784,16.947935368043087,26.485541026806697,0.7037714285714286,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,22.829,0.943,21.886,66.587,93.255,-26.668,3.024,0.307,2.717,0.0,0.165,-0.165,0.0,0.024,-0.024,6.415,4.929,1.486 +36047025000,"Census Tract 250, Kings County, New York",1539,1204.0,52852.0,675900.0,235.0,322.0,0.0,45.0,1001.0,0.0,0.0,10.0,180.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 250,1532.0,606.0,3.0,4.0,799.0,0.0,103.0,1018.0,43717.0,274700.0,164.0,19.51827242524917,16.110019646365423,3.408252778883746,0.41475366178428763,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,20.923,39.556,-18.633,0.0,0.196,-0.196,65.042,52.154,12.888,2.924,0.261,2.663,0.0,0.0,0.0,11.696,6.723,4.973 +36047025100,"Census Tract 251, Kings County, New York",3547,2503.0,33321.0,894700.0,655.0,484.0,2349.0,19.0,104.0,0.0,8.0,61.0,522.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 251,3779.0,15.0,3168.0,11.0,5.0,0.0,562.0,1898.0,21724.0,144400.0,119.0,26.168597682780664,6.269757639620654,19.89884004316001,0.767591371409411,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,13.645,0.397,13.248,66.225,83.832,-17.607,2.932,0.132,2.8,0.536,0.291,0.245,0.0,0.0,0.0,14.717,14.872,-0.155 +36047025200,"Census Tract 252, Kings County, New York",5310,3785.0,47315.0,726000.0,1015.0,2197.0,155.0,30.0,1870.0,0.0,0.0,95.0,974.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 252,4654.0,2806.0,19.0,13.0,1154.0,0.0,525.0,3285.0,29470.0,270300.0,681.0,26.81638044914135,20.730593607305938,6.085786841835411,0.4638677685950413,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,41.375,60.292,-18.917,2.919,0.408,2.511,35.217,24.796,10.421,0.565,0.279,0.286,0.0,0.0,0.0,18.343,11.281,7.062 +36047025300,"Census Tract 253, Kings County, New York",2936,2108.0,50799.0,832400.0,910.0,998.0,1390.0,0.0,197.0,0.0,0.0,31.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 253,2528.0,18.0,2107.0,11.0,20.0,0.0,351.0,1315.0,27955.0,191800.0,208.0,43.16888045540797,15.817490494296578,27.351389961111394,0.6681979817395483,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,33.992,0.712,33.28,47.343,83.347,-36.004,6.71,0.791,5.919,0.0,0.435,-0.435,0.0,0.0,0.0,10.899,13.884,-2.985 +36047025400,"Census Tract 254, Kings County, New York",4280,3238.0,46454.0,635300.0,902.0,1272.0,0.0,16.0,2544.0,0.0,0.0,73.0,375.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 254,3379.0,1651.0,13.0,4.0,1386.0,0.0,248.0,2375.0,34803.0,247500.0,342.0,27.856701667696107,14.4,13.456701667696107,0.43900519439634816,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,29.72,48.861,-19.141,0.0,0.385,-0.385,59.439,41.018,18.421,0.374,0.118,0.256,0.0,0.0,0.0,8.762,7.339,1.423 +36047025500,"Census Tract 255, Kings County, New York",5569,3050.0,20776.0,,236.0,158.0,1672.0,54.0,102.0,0.0,0.0,56.0,3562.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 255,5077.0,33.0,3002.0,17.0,5.0,0.0,2016.0,2562.0,11822.0,,79.0,7.737704918032787,3.083528493364559,4.654176424668227,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.837,0.65,2.187,30.023,59.129,-29.106,1.832,0.098,1.734,0.97,0.335,0.635,0.0,0.0,0.0,63.961,39.708,24.253 +36047025600,"Census Tract 256, Kings County, New York",3338,2348.0,49236.0,743800.0,473.0,1018.0,85.0,0.0,1894.0,0.0,0.0,194.0,147.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 256,2956.0,1658.0,3.0,1.0,1116.0,0.0,127.0,2074.0,40871.0,250200.0,317.0,20.14480408858603,15.284474445515912,4.86032964307012,0.515611723581608,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,30.497,56.089,-25.592,2.546,0.101,2.445,56.741,37.754,18.987,0.0,0.034,-0.034,0.0,0.0,0.0,4.404,4.296,0.108 +36047025700,"Census Tract 257, Kings County, New York",2111,1365.0,63021.0,733500.0,412.0,448.0,609.0,74.0,121.0,0.0,0.0,50.0,883.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 257,2026.0,32.0,700.0,4.0,74.0,1.0,1204.0,1146.0,32275.0,195600.0,93.0,30.183150183150182,8.115183246073299,22.067966937076882,0.616,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,21.222,1.579,19.643,28.849,34.551,-5.702,5.732,3.653,2.079,3.505,0.197,3.308,0.0,0.049,-0.049,41.829,59.427,-17.598 +36047025800,"Census Tract 258, Kings County, New York",4888,3420.0,41375.0,722400.0,932.0,1724.0,2.0,0.0,2062.0,0.0,0.0,26.0,1074.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 258,4329.0,2866.0,17.0,11.0,956.0,0.0,406.0,3015.0,31541.0,306800.0,635.0,27.251461988304094,21.061359867330015,6.190102120974078,0.38843853820598007,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,35.27,66.205,-30.935,0.041,0.393,-0.352,42.185,22.084,20.101,0.0,0.254,-0.254,0.0,0.0,0.0,21.972,9.379,12.593 +36047025901,"Census Tract 259.01, Kings County, New York",2158,1421.0,53033.0,677100.0,448.0,557.0,867.0,0.0,15.0,0.0,0.0,11.0,708.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 259.01,1887.0,39.0,843.0,9.0,10.0,0.0,985.0,1118.0,18150.0,162800.0,83.0,31.527093596059114,7.4239713774597496,24.103122218599363,0.6537704918032787,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,25.811,2.067,23.744,40.176,44.674,-4.498,0.695,0.53,0.165,0.0,0.477,-0.477,0.0,0.0,0.0,32.808,52.199,-19.391 +36047025902,"Census Tract 259.02, Kings County, New York",3826,1881.0,16448.0,,108.0,0.0,1948.0,8.0,45.0,0.0,0.0,21.0,1812.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 259.02,3595.0,22.0,2138.0,10.0,16.0,0.0,1407.0,1595.0,13218.0,,55.0,5.741626794258373,3.4482758620689653,2.2933509321894077,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.0,0.612,-0.612,50.915,59.471,-8.556,1.176,0.445,0.731,0.209,0.278,-0.069,0.0,0.0,0.0,47.36,39.138,8.222 +36047026000,"Census Tract 260, Kings County, New York",3310,2485.0,46667.0,817900.0,508.0,1040.0,46.0,9.0,1805.0,0.0,1.0,59.0,350.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 260,3463.0,2044.0,6.0,7.0,1119.0,0.0,184.0,2445.0,31651.0,284100.0,305.0,20.442655935613683,12.474437627811861,7.968218307801822,0.49981171292334026,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,31.42,59.024,-27.604,1.39,0.173,1.217,54.532,32.313,22.219,0.272,0.202,0.07,0.0,0.0,0.0,10.574,5.313,5.261 +36047026100,"Census Tract 261, Kings County, New York",4993,3572.0,42398.0,731300.0,1130.0,959.0,1961.0,83.0,124.0,0.0,0.0,79.0,1870.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 261,4445.0,60.0,2913.0,9.0,7.0,0.0,1443.0,2394.0,15702.0,186500.0,128.0,31.634938409854424,5.3467000835421885,26.288238326312236,0.6327635717215917,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,19.207,1.35,17.857,39.275,65.534,-26.259,2.483,0.157,2.326,1.662,0.202,1.46,0.0,0.0,0.0,37.452,32.463,4.989 +36047026200,"Census Tract 262, Kings County, New York",2548,1834.0,49357.0,782900.0,431.0,952.0,43.0,0.0,1084.0,0.0,0.0,42.0,427.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 262,2364.0,1379.0,2.0,1.0,746.0,0.0,213.0,1664.0,38000.0,232100.0,225.0,23.500545256270446,13.521634615384615,9.97891064088583,0.5730949035636735,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,37.363,58.333,-20.97,1.688,0.085,1.603,42.543,31.557,10.986,0.0,0.042,-0.042,0.0,0.0,0.0,16.758,9.01,7.748 +36047026300,"Census Tract 263, Kings County, New York",1834,1386.0,38631.0,875000.0,526.0,348.0,1205.0,33.0,39.0,0.0,24.0,9.0,209.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 263,1877.0,4.0,1634.0,4.0,6.0,0.0,221.0,977.0,25417.0,168100.0,128.0,37.95093795093795,13.101330603889458,24.84960734704849,0.7233554285714285,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,18.975,0.213,18.762,65.703,87.054,-21.351,2.126,0.32,1.806,1.799,0.213,1.586,0.0,0.0,0.0,11.396,11.774,-0.378 +36047026400,"Census Tract 264, Kings County, New York",4931,3661.0,46027.0,761100.0,746.0,1651.0,70.0,39.0,2184.0,0.0,0.0,25.0,962.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 264,4440.0,2609.0,15.0,9.0,1124.0,0.0,543.0,2908.0,30525.0,247000.0,372.0,20.376946189565693,12.792297111416781,7.584649078148912,0.5326763894363421,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,33.482,58.761,-25.279,1.42,0.338,1.082,44.291,25.315,18.976,0.791,0.203,0.588,0.0,0.0,0.0,19.509,12.23,7.279 +36047026500,"Census Tract 265, Kings County, New York",4011,2932.0,58603.0,765600.0,1108.0,1027.0,2204.0,4.0,55.0,0.0,0.0,93.0,628.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 265,3717.0,15.0,3344.0,4.0,25.0,0.0,301.0,2021.0,24977.0,189100.0,263.0,37.78990450204638,13.01335972290945,24.776544779136934,0.6443260188087774,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,25.605,0.404,25.201,54.949,89.965,-35.016,1.371,0.673,0.698,0.1,0.108,-0.008,0.0,0.0,0.0,15.657,8.098,7.559 +36047026600,"Census Tract 266, Kings County, New York",3464,2479.0,46974.0,943200.0,471.0,1024.0,5.0,0.0,1899.0,0.0,0.0,5.0,531.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 266,3399.0,2121.0,20.0,9.0,858.0,0.0,320.0,2369.0,36458.0,318100.0,393.0,18.99959661153691,16.589278176445756,2.4103184350911526,0.5143511450381679,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,29.561,62.401,-32.84,0.144,0.588,-0.444,54.821,25.243,29.578,0.0,0.265,-0.265,0.0,0.0,0.0,15.329,9.415,5.914 +36047026700,"Census Tract 267, Kings County, New York",3937,3046.0,50811.0,969300.0,1295.0,927.0,2353.0,0.0,90.0,0.0,7.0,39.0,521.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 267,4151.0,11.0,3890.0,10.0,57.0,0.0,169.0,2774.0,32971.0,205800.0,403.0,42.51477347340775,14.527757750540735,27.987015722867014,0.6942618384401115,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,23.546,0.265,23.281,59.766,93.712,-33.946,2.286,1.373,0.913,0.0,0.241,-0.241,0.0,0.0,0.0,13.233,4.071,9.162 +36047026800,"Census Tract 268, Kings County, New York",3841,2711.0,46544.0,901200.0,690.0,1751.0,3.0,0.0,1299.0,0.0,0.0,1.0,787.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 268,4017.0,3063.0,19.0,10.0,559.0,0.0,315.0,2877.0,32672.0,297800.0,596.0,25.45186278126153,20.716023635731666,4.735839145529862,0.5241544607190413,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,45.587,76.251,-30.664,0.078,0.473,-0.395,33.819,13.916,19.903,0.0,0.249,-0.249,0.0,0.0,0.0,20.489,7.842,12.647 +36047026900,"Census Tract 269, Kings County, New York",3302,2409.0,62125.0,1192300.0,955.0,236.0,2419.0,0.0,227.0,0.0,0.0,42.0,378.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 269,2809.0,34.0,2555.0,23.0,63.0,0.0,108.0,1663.0,26905.0,211400.0,177.0,39.643005396430055,10.643415514131089,28.999589882298967,0.7446817076239202,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,7.147,1.21,5.937,73.259,90.958,-17.699,6.875,2.243,4.632,0.0,0.819,-0.819,0.0,0.0,0.0,11.448,3.845,7.603 +36047027000,"Census Tract 270, Kings County, New York",2450,1812.0,60741.0,755000.0,753.0,1623.0,27.0,10.0,721.0,0.0,0.0,7.0,62.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 270,2337.0,1901.0,10.0,14.0,294.0,0.0,87.0,1620.0,28380.0,365300.0,449.0,41.556291390728475,27.71604938271605,13.840242008012424,0.30326887417218545,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,66.245,81.344,-15.099,1.102,0.428,0.674,29.429,12.58,16.849,0.408,0.599,-0.191,0.0,0.0,0.0,2.531,3.723,-1.192 +36047027100,"Census Tract 271, Kings County, New York",2874,1955.0,40357.0,726500.0,635.0,236.0,2179.0,38.0,130.0,0.0,23.0,37.0,231.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 271,2810.0,34.0,2524.0,9.0,52.0,0.0,183.0,1586.0,27788.640219999997,157222.9167,116.0,32.48081841432225,7.313997477931904,25.166820936390344,0.6883675154191328,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,8.212,1.21,7.002,75.818,89.822,-14.004,4.523,1.851,2.672,1.322,0.32,1.002,0.0,0.0,0.0,8.038,6.512,1.526 +36047027200,"Census Tract 272, Kings County, New York",3565,2420.0,55231.0,746300.0,673.0,1768.0,0.0,48.0,1064.0,0.0,0.0,51.0,634.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 272,3449.0,2370.0,6.0,5.0,796.0,0.0,248.0,2320.0,32356.0,234600.0,544.0,27.8099173553719,23.448275862068964,4.361641493302937,0.5473348519362187,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,49.593,68.716,-19.123,0.0,0.174,-0.174,29.846,23.079,6.767,1.346,0.145,1.201,0.0,0.0,0.0,17.784,7.19,10.594 +36047027300,"Census Tract 273, Kings County, New York",3228,2317.0,45900.0,777300.0,633.0,270.0,2725.0,15.0,59.0,0.0,0.0,57.0,117.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 273,3061.0,22.0,2833.0,11.0,13.0,0.0,167.0,1906.0,29883.0,214200.0,240.0,27.31981009926629,12.591815320041972,14.72799477922432,0.6031802392898494,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,8.364,0.719,7.645,84.418,92.551,-8.133,1.828,0.425,1.403,0.465,0.359,0.106,0.0,0.0,0.0,3.625,5.456,-1.831 +36047027400,"Census Tract 274, Kings County, New York",3019,2190.0,48750.0,875000.0,609.0,1533.0,1.0,0.0,993.0,0.0,0.0,0.0,492.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 274,2885.0,2067.0,9.0,0.0,621.0,0.0,129.0,1963.0,40691.0,309500.0,323.0,27.80821917808219,16.454406520631686,11.353812657450504,0.49065142857142857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,50.778,71.646,-20.868,0.033,0.312,-0.279,32.892,21.525,11.367,0.0,0.0,0.0,0.0,0.0,0.0,16.297,4.471,11.826 +36047027500,"Census Tract 275, Kings County, New York",4630,3268.0,73571.0,826000.0,1359.0,675.0,3016.0,0.0,277.0,0.0,34.0,184.0,444.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 275,4171.0,30.0,3857.0,6.0,77.0,0.0,185.0,2582.0,30241.0,223600.0,296.0,41.585067319461444,11.463981409759876,30.12108590970157,0.6101888619854722,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,14.579,0.719,13.86,65.14,92.472,-27.332,5.983,1.846,4.137,0.0,0.144,-0.144,0.0,0.0,0.0,9.59,4.435,5.155 +36047027600,"Census Tract 276, Kings County, New York",4103,2828.0,53813.0,748000.0,798.0,1311.0,0.0,0.0,1641.0,0.0,0.0,0.0,1151.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 276,3331.0,2153.0,9.0,7.0,773.0,0.0,352.0,2304.0,30496.0,316400.0,428.0,28.217821782178216,18.57638888888889,9.641432893289327,0.39088770053475935,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,31.952,64.635,-32.683,0.0,0.27,-0.27,39.995,23.206,16.789,0.0,0.21,-0.21,0.0,0.0,0.0,28.053,10.567,17.486 +36047027700,"Census Tract 277, Kings County, New York",4630,2812.0,40790.0,827800.0,687.0,394.0,3575.0,32.0,41.0,0.0,0.0,115.0,505.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 277,4001.0,20.0,3660.0,0.0,40.0,0.0,265.0,2130.0,23561.0,210000.0,239.0,24.431009957325745,11.220657276995306,13.21035268033044,0.6346943706209229,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,8.51,0.5,8.01,77.214,91.477,-14.263,0.886,1.0,-0.114,0.691,0.0,0.691,0.0,0.0,0.0,10.907,6.623,4.284 +36047027800,"Census Tract 278, Kings County, New York",3181,2481.0,56607.0,768500.0,813.0,1488.0,59.0,0.0,1400.0,0.0,26.0,31.0,177.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 278,2758.0,1935.0,20.0,8.0,438.0,0.0,225.0,1997.0,24730.0,274500.0,376.0,32.769044740024185,18.828242363545318,13.940802376478867,0.48564736499674693,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,46.778,70.16,-23.382,1.855,0.725,1.13,44.011,15.881,28.13,0.0,0.29,-0.29,0.0,0.0,0.0,5.564,8.158,-2.594 +36047027900,"Census Tract 279, Kings County, New York",3705,2685.0,58786.0,731100.0,953.0,421.0,2807.0,0.0,20.0,0.0,22.0,136.0,299.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 279,3791.0,5.0,3493.0,14.0,29.0,0.0,237.0,2276.0,19551.0,209900.0,187.0,35.493482309124765,8.216168717047452,27.277313592077313,0.5865736561345917,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,11.363,0.132,11.231,75.762,92.139,-16.377,0.54,0.765,-0.225,0.0,0.369,-0.369,0.0,0.0,0.0,8.07,6.252,1.818 +36047028000,"Census Tract 280, Kings County, New York",1763,1268.0,61429.0,610600.0,417.0,724.0,38.0,0.0,741.0,0.0,7.0,5.0,248.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 280,1685.0,1043.0,31.0,10.0,454.0,0.0,123.0,1218.0,42500.0,207100.0,296.0,32.88643533123028,24.302134646962234,8.584300684268047,0.5115886013756961,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,41.066,61.899,-20.833,2.155,1.84,0.315,42.031,26.944,15.087,0.0,0.593,-0.593,0.0,0.0,0.0,14.067,7.3,6.767 +36047028100,"Census Tract 281, Kings County, New York",5076,2938.0,27265.0,487800.0,482.0,455.0,2467.0,6.0,186.0,0.0,0.0,168.0,1794.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 281,3579.0,23.0,2277.0,5.0,14.0,0.0,1259.0,1674.0,12194.0,206500.0,84.0,16.40571817562968,5.017921146953405,11.387797028676275,0.3904059040590406,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,8.964,0.643,8.321,48.601,63.621,-15.02,3.664,0.391,3.273,0.118,0.14,-0.022,0.0,0.0,0.0,35.343,35.177,0.166 +36047028200,"Census Tract 282, Kings County, New York",3496,2670.0,61713.0,662100.0,897.0,1671.0,0.0,0.0,1480.0,0.0,28.0,59.0,258.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 282,2890.0,1970.0,11.0,2.0,684.0,0.0,180.0,2173.0,38382.0,285100.0,540.0,33.59550561797753,24.85043718361712,8.745068434360409,0.3799365654734934,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,47.797,68.166,-20.369,0.0,0.381,-0.381,42.334,23.668,18.666,0.0,0.069,-0.069,0.0,0.0,0.0,7.38,6.228,1.152 +36047028300,"Census Tract 283, Kings County, New York",3997,2487.0,34716.0,,385.0,504.0,1997.0,14.0,42.0,0.0,0.0,14.0,1426.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 283,3624.0,25.0,2208.0,13.0,26.0,3.0,1335.0,1863.0,12830.0,173200.0,85.0,15.480498592681947,4.562533548040794,10.917965044641154,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,12.609,0.69,11.919,49.962,60.927,-10.965,1.051,0.717,0.334,0.35,0.359,-0.009,0.0,0.083,-0.083,35.677,36.838,-1.161 +36047028400,"Census Tract 284, Kings County, New York",3712,2739.0,49200.0,834000.0,812.0,1977.0,60.0,12.0,1251.0,0.0,0.0,23.0,401.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 284,3826.0,2520.0,19.0,0.0,659.0,0.0,484.0,2652.0,30727.0,329400.0,728.0,29.64585615188025,27.45098039215686,2.194875759723388,0.4312517985611511,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,53.26,65.865,-12.605,1.616,0.497,1.119,33.702,17.224,16.478,0.323,0.0,0.323,0.0,0.0,0.0,10.803,12.65,-1.847 +36047028501,"Census Tract 285.01, Kings County, New York",460,343.0,91842.0,,154.0,137.0,22.0,0.0,21.0,0.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 285.01,1422.0,101.0,423.0,3.0,16.0,1.0,873.0,1114.0,38438.0,,63.0,44.89795918367347,5.655296229802514,39.242662953870955,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,29.783,7.103,22.68,4.783,29.747,-24.964,4.565,1.125,3.44,0.0,0.211,-0.211,0.0,0.07,-0.07,60.87,61.392,-0.522 +36047028502,"Census Tract 285.02, Kings County, New York",2938,1905.0,18850.0,,125.0,7.0,1565.0,0.0,110.0,0.0,0.0,41.0,1215.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 285.02,2921.0,11.0,1639.0,16.0,3.0,0.0,1241.0,1715.0,11859.0,350000.0,79.0,6.561679790026247,4.606413994169096,1.9552657958571507,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.238,0.377,-0.139,53.268,56.111,-2.843,3.744,0.103,3.641,0.0,0.548,-0.548,0.0,0.0,0.0,41.355,42.485,-1.13 +36047028600,"Census Tract 286, Kings County, New York",5115,3824.0,40950.0,544500.0,1502.0,2414.0,130.0,96.0,1481.0,0.0,0.0,107.0,983.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 286,4984.0,3440.0,96.0,13.0,884.0,0.0,389.0,3661.0,22981.0,299500.0,1279.0,39.27824267782427,34.93580988800874,4.3424327898155255,0.20793388429752066,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,47.195,69.021,-21.826,2.542,1.926,0.616,28.954,17.737,11.217,1.877,0.261,1.616,0.0,0.0,0.0,19.218,7.805,11.413 +36047028700,"Census Tract 287, Kings County, New York",2781,2049.0,33333.0,829500.0,470.0,339.0,1282.0,26.0,270.0,0.0,42.0,0.0,822.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 287,2755.0,89.0,1452.0,24.0,204.0,0.0,960.0,1565.0,15714.0,196700.0,106.0,22.938018545632016,6.773162939297125,16.16485560633489,0.6585316455696203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,12.19,3.23,8.96,46.099,52.704,-6.605,9.709,7.405,2.304,0.935,0.871,0.064,0.0,0.0,0.0,29.558,34.846,-5.288 +36047028800,"Census Tract 288, Kings County, New York",3816,2772.0,47641.0,671100.0,770.0,1439.0,9.0,0.0,1546.0,0.0,102.0,18.0,702.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 288,3503.0,1945.0,17.0,3.0,1003.0,0.0,475.0,2347.0,32171.0,303500.0,452.0,27.77777777777778,19.25862803579037,8.519149741987409,0.3487706750111757,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,37.71,55.524,-17.814,0.236,0.485,-0.249,40.514,28.633,11.881,0.0,0.086,-0.086,0.0,0.0,0.0,18.396,13.56,4.836 +36047028900,"Census Tract 289, Kings County, New York",3789,2385.0,50089.0,717400.0,460.0,356.0,2260.0,59.0,46.0,0.0,33.0,11.0,1024.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 289,3432.0,52.0,2292.0,8.0,47.0,0.0,1014.0,1909.0,20461.0,192300.0,168.0,19.28721174004193,8.800419067574646,10.486792672467283,0.6140061332589908,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,9.396,1.515,7.881,59.646,66.783,-7.137,1.214,1.369,-0.155,1.557,0.233,1.324,0.0,0.0,0.0,27.026,29.545,-2.519 +36047029000,"Census Tract 290, Kings County, New York",4186,2981.0,49683.0,679300.0,1163.0,2862.0,0.0,0.0,945.0,0.0,0.0,114.0,265.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 290,3802.0,2673.0,24.0,1.0,638.0,0.0,365.0,2659.0,28634.0,264600.0,671.0,39.01375377390138,25.235050770966527,13.77870300293485,0.43909318416016485,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,68.371,70.305,-1.934,0.0,0.631,-0.631,22.575,16.781,5.794,0.0,0.026,-0.026,0.0,0.0,0.0,6.331,9.6,-3.269 +36047029100,"Census Tract 291, Kings County, New York",2896,2184.0,44505.0,687000.0,756.0,477.0,2003.0,0.0,10.0,0.0,0.0,54.0,352.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 291,2777.0,3.0,2517.0,7.0,14.0,0.0,231.0,1555.0,26155.0,186600.0,151.0,34.61538461538461,9.710610932475884,24.90477368290873,0.6088733624454149,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,16.471,0.108,16.363,69.164,90.637,-21.473,0.345,0.504,-0.159,0.0,0.252,-0.252,0.0,0.0,0.0,12.155,8.318,3.837 +36047029200,"Census Tract 292, Kings County, New York",2971,2098.0,46944.0,706400.0,700.0,1321.0,94.0,0.0,989.0,0.0,0.0,23.0,544.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 292,2442.0,1599.0,40.0,3.0,469.0,0.0,311.0,1677.0,25655.0,308800.0,446.0,33.36510962821735,26.59511031604055,6.769999312176797,0.3705096262740657,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,44.463,65.479,-21.016,3.164,1.638,1.526,33.288,19.206,14.082,0.0,0.123,-0.123,0.0,0.0,0.0,18.31,12.735,5.575 +36047029300,"Census Tract 293, Kings County, New York",3156,2338.0,38576.0,1040100.0,779.0,159.0,2034.0,41.0,150.0,0.0,0.0,28.0,744.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 293,3277.0,14.0,2879.0,30.0,37.0,0.0,307.0,2019.0,22500.0,205400.0,221.0,33.31907613344739,10.94601287766221,22.37306325578518,0.7156273435246611,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,5.038,0.427,4.611,64.449,87.855,-23.406,4.753,1.129,3.624,1.299,0.915,0.384,0.0,0.0,0.0,23.574,9.368,14.206 +36047029400,"Census Tract 294, Kings County, New York",2493,1944.0,51500.0,793600.0,365.0,1293.0,157.0,0.0,607.0,0.0,0.0,67.0,369.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 294,2351.0,1509.0,43.0,5.0,573.0,0.0,193.0,1795.0,40227.0,312800.0,356.0,18.775720164609055,19.832869080779943,-1.0571489161708882,0.4324193548387097,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,51.865,64.185,-12.32,6.298,1.829,4.469,24.348,24.373,-0.025,0.0,0.213,-0.213,0.0,0.0,0.0,14.801,8.209,6.592 +36047029500,"Census Tract 295, Kings County, New York",4027,3061.0,56842.0,1072300.0,1543.0,821.0,2504.0,0.0,173.0,0.0,15.0,123.0,391.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 295,3745.0,13.0,3543.0,7.0,37.0,0.0,129.0,2449.0,31765.0,211800.0,510.0,50.40836327997386,20.8248264597795,29.58353682019436,0.7155721346638068,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,20.387,0.347,20.04,62.18,94.606,-32.426,4.296,0.988,3.308,0.0,0.187,-0.187,0.0,0.0,0.0,9.709,3.445,6.264 +36047029600,"Census Tract 296, Kings County, New York",5845,4124.0,53137.0,609300.0,1587.0,2857.0,6.0,15.0,2500.0,0.0,0.0,197.0,285.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 296,5343.0,3746.0,24.0,0.0,900.0,0.0,594.0,3900.0,34824.0,311800.0,826.0,38.48205625606207,21.17948717948718,17.302569076574894,0.2631019202363368,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,48.879,70.11,-21.231,0.103,0.449,-0.346,42.772,16.844,25.928,0.257,0.0,0.257,0.0,0.0,0.0,4.876,11.117,-6.241 +36047029700,"Census Tract 297, Kings County, New York",4302,2856.0,58462.0,944400.0,1183.0,465.0,3161.0,0.0,55.0,0.0,0.0,279.0,342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 297,3349.0,36.0,3124.0,18.0,38.0,0.0,127.0,2189.0,33333.0,249400.0,487.0,41.42156862745098,22.24760164458657,19.17396698286441,0.619720457433291,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,10.809,1.075,9.734,73.477,93.282,-19.805,1.278,1.135,0.143,0.0,0.537,-0.537,0.0,0.0,0.0,7.95,3.792,4.158 +36047029800,"Census Tract 298, Kings County, New York",4126,2824.0,55469.0,840000.0,932.0,1794.0,40.0,0.0,1261.0,0.0,119.0,18.0,894.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 298,3355.0,2329.0,7.0,7.0,597.0,0.0,365.0,2417.0,32385.0,275700.0,497.0,33.0028328611898,20.562681009515927,12.440151851673875,0.5273714285714286,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,43.48,69.419,-25.939,0.969,0.209,0.76,30.562,17.794,12.768,0.0,0.209,-0.209,0.0,0.0,0.0,21.667,10.879,10.788 +36047029900,"Census Tract 299, Kings County, New York",2947,1871.0,31953.0,590000.0,236.0,89.0,2165.0,0.0,98.0,0.0,5.0,11.0,579.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 299,1657.0,29.0,1363.0,13.0,15.0,0.0,224.0,962.0,27733.0,181800.0,42.0,12.613575628006414,4.365904365904366,8.247671262102049,0.5562847457627119,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.02,1.75,1.27,73.465,82.257,-8.792,3.325,0.905,2.42,0.0,0.785,-0.785,0.0,0.0,0.0,19.647,13.518,6.129 +36047030000,"Census Tract 300, Kings County, New York",4237,2960.0,50268.0,661600.0,824.0,1181.0,55.0,0.0,2159.0,0.0,0.0,0.0,842.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 300,3576.0,2045.0,15.0,10.0,1210.0,1.0,247.0,2581.0,37750.0,297800.0,518.0,27.83783783783784,20.06974041069353,7.768097427144308,0.35182587666263604,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,27.873,57.187,-29.314,1.298,0.419,0.879,50.956,33.837,17.119,0.0,0.28,-0.28,0.0,0.028,-0.028,19.873,6.907,12.966 +36047030100,"Census Tract 301, Kings County, New York",2675,1929.0,44911.0,614800.0,405.0,189.0,1965.0,0.0,197.0,0.0,0.0,0.0,324.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 301,2650.0,5.0,2273.0,15.0,4.0,0.0,349.0,1540.0,30636.0,181000.0,154.0,20.995334370139968,10.0,10.995334370139968,0.5760572543916721,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,7.065,0.189,6.876,73.458,85.774,-12.316,7.364,0.151,7.213,0.0,0.566,-0.566,0.0,0.0,0.0,12.112,13.17,-1.058 +36047030200,"Census Tract 302, Kings County, New York",4802,3334.0,56250.0,688000.0,918.0,1553.0,29.0,0.0,2889.0,0.0,8.0,105.0,218.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 302,3711.0,2346.0,16.0,11.0,1140.0,1.0,161.0,2717.0,39881.0,276500.0,461.0,27.534493101379724,16.967243283032758,10.567249818346966,0.42127906976744184,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,32.341,63.217,-30.876,0.604,0.431,0.173,60.162,30.719,29.443,0.0,0.296,-0.296,0.0,0.027,-0.027,4.54,4.338,0.202 +36047030300,"Census Tract 303, Kings County, New York",5120,3051.0,28380.0,580200.0,597.0,75.0,3757.0,0.0,45.0,0.0,0.0,62.0,1181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 303,3409.0,15.0,3001.0,9.0,31.0,0.0,339.0,1729.0,15020.0,208100.0,144.0,19.567354965585054,8.328513591671486,11.238841373913568,0.4835160289555326,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,1.465,0.44,1.025,73.379,88.032,-14.653,0.879,0.909,-0.03,0.0,0.264,-0.264,0.0,0.0,0.0,23.066,9.944,13.122 +36047030400,"Census Tract 304, Kings County, New York",4109,3037.0,42250.0,692000.0,927.0,1900.0,75.0,0.0,1667.0,0.0,0.0,203.0,264.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 304,3966.0,2534.0,47.0,7.0,1059.0,0.0,286.0,2875.0,35724.0,307500.0,653.0,30.52354297003622,22.713043478260868,7.810499491775353,0.3601156069364162,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,46.24,63.893,-17.653,1.825,1.185,0.64,40.569,26.702,13.867,0.0,0.177,-0.177,0.0,0.0,0.0,6.425,7.211,-0.786 +36047030500,"Census Tract 305, Kings County, New York",6267,5310.0,70125.0,544800.0,3034.0,2483.0,2471.0,0.0,317.0,0.0,0.0,93.0,903.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 305,4777.0,121.0,3684.0,17.0,103.0,0.0,803.0,2909.0,28331.018330000003,141396.7742,351.0,57.13747645951036,12.066002062564456,45.0714743969459,0.6262640329515419,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,39.62,2.533,37.087,39.429,77.12,-37.691,5.058,2.156,2.902,0.0,0.356,-0.356,0.0,0.0,0.0,14.409,16.81,-2.401 +36047030600,"Census Tract 306, Kings County, New York",1880,1351.0,46250.0,674600.0,340.0,805.0,8.0,0.0,789.0,0.0,0.0,59.0,219.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 306,1918.0,1278.0,14.0,4.0,477.0,0.0,114.0,1301.0,35515.0,229700.0,207.0,25.166543301258326,15.910837817063797,9.255705484194529,0.5096827749777646,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,42.819,66.632,-23.813,0.426,0.73,-0.304,41.968,24.87,17.098,0.0,0.209,-0.209,0.0,0.0,0.0,11.649,5.944,5.705 +36047030700,"Census Tract 307, Kings County, New York",4958,2909.0,20881.0,752900.0,534.0,170.0,3263.0,0.0,30.0,0.0,0.0,57.0,1438.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 307,3734.0,8.0,3313.0,10.0,6.0,0.0,395.0,2156.0,10516.0,163200.0,85.0,18.356823650739084,3.942486085343228,14.414337565395856,0.6878629300039846,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,3.429,0.214,3.215,65.813,88.725,-22.912,0.605,0.161,0.444,0.0,0.268,-0.268,0.0,0.0,0.0,29.004,10.578,18.426 +36047030800,"Census Tract 308, Kings County, New York",2006,1555.0,45417.0,487800.0,426.0,1419.0,30.0,0.0,330.0,0.0,0.0,32.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 308,1691.0,1202.0,5.0,1.0,308.0,0.0,142.0,1254.0,32670.0,141300.0,195.0,27.39549839228296,15.55023923444976,11.8452591578332,0.5828782287822878,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,70.738,71.082,-0.344,1.496,0.296,1.2,16.451,18.214,-1.763,0.0,0.059,-0.059,0.0,0.0,0.0,9.721,8.397,1.324 +36047030900,"Census Tract 309, Kings County, New York",2190,1347.0,36087.0,516100.0,302.0,59.0,1532.0,0.0,346.0,0.0,0.0,0.0,253.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 309,1593.0,4.0,1304.0,5.0,13.0,0.0,267.0,818.0,13578.0,185900.0,27.0,22.420193021529325,3.3007334963325183,19.119459525196806,0.48130982367758185,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,2.694,0.251,2.443,69.954,81.858,-11.904,15.799,0.816,14.983,0.0,0.314,-0.314,0.0,0.0,0.0,11.553,16.761,-5.208 +36047031100,"Census Tract 311, Kings County, New York",3194,2125.0,50191.0,649500.0,633.0,185.0,2381.0,0.0,14.0,0.0,27.0,178.0,409.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 311,2650.0,14.0,2449.0,2.0,47.0,0.0,121.0,1744.0,25086.0,173300.0,120.0,29.788235294117648,6.8807339449541285,22.907501349163518,0.6157782909930716,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,5.792,0.528,5.264,74.546,92.415,-17.869,0.438,1.774,-1.336,0.0,0.075,-0.075,0.0,0.0,0.0,12.805,4.566,8.239 +36047031300,"Census Tract 313, Kings County, New York",4753,3762.0,41165.0,1016200.0,1260.0,588.0,3496.0,18.0,18.0,0.0,54.0,32.0,565.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 313,4782.0,37.0,4397.0,9.0,54.0,0.0,276.0,3178.0,22514.0,188800.0,327.0,33.49282296650718,10.289490245437381,23.203332721069795,0.7324621137571344,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,12.371,0.774,11.597,73.554,91.949,-18.395,0.379,1.129,-0.75,0.379,0.188,0.191,0.0,0.0,0.0,11.887,5.772,6.115 +36047031400,"Census Tract 314, Kings County, New York",5127,3967.0,59022.0,428700.0,1236.0,3529.0,22.0,17.0,1148.0,0.0,0.0,0.0,411.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 314,4507.80345,3379.984878,29.77753711,6.0,750.0410349,0.0,263.0,3431.151183,32110.27525,145204.9919,714.0,31.157045626417947,20.809342460267803,10.347703166150144,0.5122575499510147,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,68.832,74.981,-6.149,0.429,0.661,-0.232,22.391,16.639,5.752,0.332,0.133,0.199,0.0,0.0,0.0,8.016,5.834,2.182 +36047031500,"Census Tract 315, Kings County, New York",4776,3823.0,53563.0,801700.0,2070.0,1346.0,2696.0,0.0,184.0,0.0,0.0,210.0,340.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 315,5371.0,30.0,4876.0,9.0,68.0,0.0,345.0,3445.0,26019.0,198300.0,380.0,54.14595867120063,11.030478955007258,43.11547971619338,0.64381688911064,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,28.183,0.559,27.624,56.449,90.784,-34.335,3.853,1.266,2.587,0.0,0.168,-0.168,0.0,0.0,0.0,7.119,6.423,0.696 +36047031701,"Census Tract 317.01, Kings County, New York",3306,2434.0,56250.0,1052200.0,983.0,898.0,2055.0,10.0,162.0,0.0,0.0,79.0,112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 317.01,3673.0,23.0,3414.0,18.0,13.0,0.0,183.0,2209.0,27007.0,182400.0,340.0,40.38619556285949,15.391579900407423,24.99461566245207,0.7503744535259457,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,27.163,0.626,26.537,62.16,92.949,-30.789,4.9,0.354,4.546,0.302,0.49,-0.188,0.0,0.0,0.0,3.388,4.982,-1.594 +36047031702,"Census Tract 317.02, Kings County, New York",3799,2531.0,64231.0,756300.0,1227.0,1082.0,1872.0,0.0,166.0,0.0,118.0,176.0,385.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 317.02,3579.0,56.0,3155.0,6.0,36.0,0.0,303.0,2169.0,30093.0,190900.0,261.0,48.47886210983801,12.033195020746888,36.445667089091124,0.6365251884172948,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,28.481,1.565,26.916,49.276,88.153,-38.877,4.37,1.006,3.364,0.0,0.168,-0.168,0.0,0.0,0.0,10.134,8.466,1.668 +36047031900,"Census Tract 319, Kings County, New York",3412,2340.0,47587.0,691900.0,969.0,1143.0,1934.0,0.0,34.0,0.0,0.0,52.0,249.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 319,3850.0,670.0,2871.0,11.0,11.0,0.0,205.0,2395.0,33738.0,225400.0,647.0,41.41025641025641,27.014613778705638,14.395642631550771,0.5308917473623356,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,33.499,17.403,16.096,56.682,74.571,-17.889,0.996,0.286,0.71,0.0,0.286,-0.286,0.0,0.0,0.0,7.298,5.325,1.973 +36047032100,"Census Tract 321, Kings County, New York",5866,4206.0,51622.0,761700.0,1694.0,1094.0,3572.0,0.0,187.0,0.0,252.0,50.0,711.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 321,5612.0,78.0,4593.0,9.0,23.0,1.0,884.0,3428.0,28659.0,180200.0,431.0,40.275796481217306,12.572928821470246,27.70286765974706,0.6593304450571091,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,18.65,1.39,17.26,60.893,81.842,-20.949,3.188,0.41,2.778,0.0,0.16,-0.16,0.0,0.018,-0.018,12.121,15.752,-3.631 +36047032300,"Census Tract 323, Kings County, New York",3665,2689.0,66419.0,690400.0,1206.0,610.0,2487.0,0.0,67.0,0.0,0.0,181.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 323,3763.0,28.0,3152.0,11.0,28.0,0.0,516.0,2410.0,29747.0,213200.0,415.0,44.84938638899219,17.219917012448132,27.629469376544055,0.5553186558516802,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,16.644,0.744,15.9,67.858,83.763,-15.905,1.828,0.744,1.084,0.0,0.292,-0.292,0.0,0.0,0.0,8.731,13.712,-4.981 +36047032500,"Census Tract 325, Kings County, New York",6881,4913.0,50096.0,,1407.0,447.0,5647.0,0.0,165.0,0.0,0.0,92.0,530.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 325,6641.0,44.0,6060.0,17.0,27.0,0.0,477.0,4061.0,28111.0,170100.0,491.0,28.638306533686137,12.090618074365919,16.54768845932022,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,6.496,0.663,5.833,82.067,91.251,-9.184,2.398,0.407,1.991,0.0,0.256,-0.256,0.0,0.0,0.0,7.702,7.183,0.519 +36047032600,"Census Tract 326, Kings County, New York",7191,3778.0,23849.0,444100.0,444.0,1058.0,2542.0,45.0,658.0,0.0,0.0,126.0,2762.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 326,7247.0,644.0,3389.0,26.0,513.0,2.0,2593.0,3905.0,12041.0,151800.0,276.0,11.752249867654843,7.067861715749039,4.684388151905804,0.5077865345642874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,14.713,8.886,5.827,35.35,46.764,-11.414,9.15,7.079,2.071,0.626,0.359,0.267,0.0,0.028,-0.028,38.409,35.78,2.629 +36047032700,"Census Tract 327, Kings County, New York",2485,1969.0,43953.0,881400.0,772.0,343.0,1605.0,0.0,28.0,0.0,30.0,20.0,459.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 327,3868.0,95.0,3403.0,19.0,38.0,1.0,300.0,2528.0,33038.0,220400.0,396.0,39.20771965464703,15.664556962025317,23.543162692621713,0.6399183117767189,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,13.803,2.456,11.347,64.588,87.978,-23.39,1.127,0.982,0.145,0.0,0.491,-0.491,0.0,0.026,-0.026,18.471,7.756,10.715 +36047032800,"Census Tract 328, Kings County, New York",2376,1776.0,55236.0,379400.0,334.0,311.0,918.0,48.0,777.0,0.0,0.0,18.0,304.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 328,3304.0,259.0,1463.0,20.0,859.0,0.0,671.0,1819.0,24750.0,136300.0,309.0,18.806306306306308,16.987355689939527,1.8189506163667808,0.48267791249341063,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,13.089,7.839,5.25,38.636,44.28,-5.644,32.702,25.999,6.703,2.02,0.605,1.415,0.0,0.0,0.0,12.795,20.309,-7.514 +36047032900,"Census Tract 329, Kings County, New York",6207,3955.0,42628.0,537200.0,1259.0,2545.0,2964.0,0.0,82.0,65.0,40.0,40.0,471.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 329,5856.0,707.0,4268.0,11.0,25.0,0.0,757.0,3700.0,27454.0,173700.0,421.0,31.833122629582807,11.378378378378379,20.454744251204428,0.534385703648548,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,41.002,12.073,28.929,47.753,72.883,-25.13,1.321,0.427,0.894,0.0,0.188,-0.188,1.047,0.0,1.047,7.588,12.927,-5.339 +36047033000,"Census Tract 330, Kings County, New York",4948,3123.0,27965.0,388200.0,627.0,816.0,2726.0,0.0,208.0,0.0,0.0,156.0,1042.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 330,5288.0,663.0,3187.0,30.0,83.0,0.0,1276.0,2809.0,20276.0,156400.0,335.0,20.076849183477425,11.925952296190815,8.15089688728661,0.41984544049459044,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,16.492,12.538,3.954,55.093,60.269,-5.176,4.204,1.57,2.634,0.0,0.567,-0.567,0.0,0.0,0.0,21.059,24.13,-3.071 +36047033100,"Census Tract 331, Kings County, New York",4046,2864.0,42438.0,948100.0,710.0,2357.0,1511.0,0.0,0.0,0.0,0.0,0.0,178.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 331,4725.0,2240.0,2054.0,8.0,25.0,0.0,225.0,2439.0,26954.0,270000.0,415.0,24.79050279329609,17.01517015170152,7.77533264159457,0.5899166754561755,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,58.255,47.407,10.848,37.346,43.471,-6.125,0.0,0.529,-0.529,0.0,0.169,-0.169,0.0,0.0,0.0,4.399,4.762,-0.363 +36047033300,"Census Tract 333, Kings County, New York",4531,2375.0,49896.0,808200.0,683.0,3223.0,1135.0,7.0,0.0,0.0,7.0,16.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 333,4491.0,2391.0,1767.0,3.0,18.0,0.0,191.0,2199.0,35625.0,273400.0,587.0,28.757894736842104,26.693951796271033,2.0639429405710707,0.5128730512249443,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,71.132,53.24,17.892,25.05,39.345,-14.295,0.0,0.401,-0.401,0.154,0.067,0.087,0.0,0.0,0.0,3.156,4.253,-1.097 +36047033500,"Census Tract 335, Kings County, New York",3034,1523.0,46375.0,895800.0,712.0,1993.0,854.0,0.0,35.0,0.0,6.0,9.0,137.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 335,3120.0,1123.0,1757.0,2.0,14.0,0.0,129.0,1850.0,36528.0,280300.0,554.0,46.74983585029547,29.945945945945947,16.80388990434952,0.5494172806430007,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,65.689,35.994,29.695,28.148,56.314,-28.166,1.154,0.449,0.705,0.0,0.064,-0.064,0.0,0.0,0.0,4.515,4.135,0.38 +36047033600,"Census Tract 336, Kings County, New York",4041,3006.0,76900.0,557800.0,1559.0,3265.0,239.0,2.0,108.0,0.0,13.0,112.0,302.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 336,5159.0,3901.0,424.0,3.0,130.0,0.0,485.0,3314.0,33359.0,246600.0,938.0,51.86294078509648,28.304164152082077,23.5587766330144,0.3633847257081391,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,80.797,75.615,5.182,5.914,8.219,-2.305,2.673,2.52,0.153,0.049,0.058,-0.009,0.0,0.0,0.0,7.473,9.401,-1.928 +36047033700,"Census Tract 337, Kings County, New York",4254,2579.0,67763.0,701500.0,873.0,1641.0,1990.0,32.0,110.0,0.0,0.0,44.0,469.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 337,4541.0,1358.0,2779.0,6.0,30.0,1.0,295.0,2499.0,30763.0,265800.0,496.0,33.85032958511051,19.84793917567027,14.002390409440238,0.45438061297220245,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,38.575,29.905,8.67,46.78,61.198,-14.418,2.586,0.661,1.925,0.752,0.132,0.62,0.0,0.022,-0.022,11.025,6.496,4.529 +36047033900,"Census Tract 339, Kings County, New York",4829,3430.0,37239.0,816600.0,1069.0,1045.0,3080.0,0.0,256.0,0.0,18.0,162.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 339,4541.0,23.0,4151.0,13.0,27.0,1.0,316.0,3062.0,37519.0,202400.0,481.0,31.166180758017493,15.708687132593077,15.457493625424416,0.6430859662013225,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,21.64,0.506,21.134,63.781,91.412,-27.631,5.301,0.595,4.706,0.0,0.286,-0.286,0.0,0.022,-0.022,5.55,6.959,-1.409 +36047034000,"Census Tract 340, Kings County, New York",2215,1793.0,20714.0,,406.0,782.0,837.0,0.0,134.0,0.0,0.0,7.0,455.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 340,2511.0,954.0,910.0,11.0,14.0,0.0,605.0,1834.0,16028.0,,146.0,22.643614054657,7.960741548527808,14.682872506129193,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,35.305,37.993,-2.688,37.788,36.241,1.547,6.05,0.558,5.492,0.0,0.438,-0.438,0.0,0.0,0.0,20.542,24.094,-3.552 +36047034100,"Census Tract 341, Kings County, New York",2809,2230.0,51125.0,578900.0,703.0,389.0,2101.0,0.0,11.0,0.0,61.0,65.0,182.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 341,2779.0,40.0,2528.0,3.0,24.0,0.0,168.0,1827.0,30909.0,219800.0,260.0,31.524663677130047,14.230979748221127,17.29368392890892,0.45325272067714634,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,13.848,1.439,12.409,74.795,90.968,-16.173,0.392,0.864,-0.472,0.0,0.108,-0.108,0.0,0.0,0.0,6.479,6.045,0.434 +36047034200,"Census Tract 342, Kings County, New York",6404,4287.0,19574.0,293300.0,992.0,2028.0,2112.0,0.0,360.0,0.0,228.0,14.0,1662.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 342,7462.0,1088.0,4028.0,38.0,133.0,0.0,2121.0,4336.0,10069.0,145800.0,519.0,23.139724749241893,11.969557195571955,11.170167553669938,0.28417320150017045,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,31.668,14.581,17.087,32.979,53.98,-21.001,5.621,1.782,3.839,0.0,0.509,-0.509,0.0,0.0,0.0,25.953,28.424,-2.471 +36047034300,"Census Tract 343, Kings County, New York",5279,3426.0,27569.0,920500.0,778.0,389.0,3345.0,48.0,200.0,0.0,0.0,117.0,1180.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 343,5434.0,46.0,4843.0,18.0,18.0,1.0,487.0,3119.0,16981.0,187200.0,298.0,22.7086981903094,9.554344341134978,13.15435384917442,0.7071504617055948,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,7.369,0.847,6.522,63.364,89.124,-25.76,3.789,0.331,3.458,0.909,0.331,0.578,0.0,0.018,-0.018,22.353,8.962,13.391 +36047034500,"Census Tract 345, Kings County, New York",3050,2238.0,36548.0,587300.0,472.0,230.0,2193.0,0.0,27.0,0.0,54.0,130.0,416.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 345,2529.0,15.0,2267.0,8.0,18.0,0.0,218.0,1592.0,32917.0,176100.0,130.0,21.090259159964255,8.165829145728644,12.924430014235611,0.568220670866678,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,7.541,0.593,6.948,71.902,89.64,-17.738,0.885,0.712,0.173,0.0,0.316,-0.316,0.0,0.0,0.0,13.639,8.62,5.019 +36047034700,"Census Tract 347, Kings County, New York",3412,2395.0,36172.0,644500.0,681.0,52.0,2854.0,0.0,65.0,0.0,0.0,0.0,441.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 347,3140.0,11.0,2792.0,4.0,3.0,0.0,329.0,1690.0,16078.0,167200.0,121.0,28.434237995824635,7.159763313609467,21.274474682215168,0.6264266873545384,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,1.524,0.35,1.174,83.646,88.917,-5.271,1.905,0.096,1.809,0.0,0.127,-0.127,0.0,0.0,0.0,12.925,10.478,2.447 +36047034800,"Census Tract 348, Kings County, New York",2874,1855.0,55469.0,599100.0,460.0,950.0,78.0,0.0,500.0,0.0,0.0,0.0,1346.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 348,2029.196575,749.1441231000001,162.75388859999998,7.972436905,224.4793663,0.0,825.9239502,1256.684574,23290.75369,157106.7359,160.73539350000001,24.797843665768195,12.790432605405721,12.007411060362474,0.6223773999399099,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,33.055,36.918,-3.863,2.714,8.021,-5.307,17.397,11.062,6.335,0.0,0.393,-0.393,0.0,0.0,0.0,46.834,40.702,6.132 +36047034900,"Census Tract 349, Kings County, New York",6041,3805.0,33917.0,596900.0,620.0,462.0,4771.0,0.0,68.0,0.0,0.0,119.0,621.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 349,5572.0,105.0,4870.0,3.0,20.0,0.0,549.0,3215.0,27981.0,203200.0,319.0,16.294349540078844,9.922239502332815,6.37211003774603,0.5097872340425532,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,7.648,1.884,5.764,78.977,87.401,-8.424,1.126,0.359,0.767,0.0,0.054,-0.054,0.0,0.0,0.0,10.28,9.853,0.427 +36047035000,"Census Tract 350, Kings County, New York",2856,2475.0,39531.0,208000.0,931.0,2772.0,24.0,0.0,20.0,0.0,0.0,0.0,40.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 350,3584.0,3398.871003,36.46857771,1.027563395,47.47960308,0.0,46.07607484,2729.164278,25927.79912,16773.36476,671.2646086,37.61616161616162,24.595976651574798,13.020184964586822,0.8838767055076923,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,97.059,94.835,2.224,0.84,1.018,-0.178,0.7,1.325,-0.625,0.0,0.029,-0.029,0.0,0.0,0.0,1.401,1.286,0.115 +36047035100,"Census Tract 351, Kings County, New York",4445,2990.0,32656.0,735000.0,471.0,796.0,2277.0,13.0,116.0,0.0,84.0,206.0,966.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 351,5052.0,660.0,3688.0,11.0,118.0,0.0,530.0,2915.0,26124.0,214800.0,461.0,15.752508361204013,15.8147512864494,-0.062242925245387326,0.5791673469387755,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,17.908,13.064,4.844,51.226,73.001,-21.775,2.61,2.336,0.274,0.292,0.218,0.074,0.0,0.0,0.0,21.732,10.491,11.241 +36047035200,"Census Tract 352, Kings County, New York",1083,1034.0,12302.0,,266.0,594.0,289.0,6.0,12.0,0.0,0.0,0.0,182.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 352,1267.0,760.0,215.0,3.0,22.0,0.0,255.0,1139.0,7863.0,,182.0,25.72533849129594,15.97892888498683,9.74640960630911,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,54.848,59.984,-5.136,26.685,16.969,9.716,1.108,1.736,-0.628,0.554,0.237,0.317,0.0,0.0,0.0,16.805,20.126,-3.321 +36047035300,"Census Tract 353, Kings County, New York",5253,3593.0,48738.0,735000.0,1083.0,968.0,3522.0,0.0,185.0,0.0,0.0,130.0,448.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 353,5558.0,576.0,4271.0,1.0,22.0,0.0,606.0,3014.0,27188.0,218500.0,289.0,30.141942666295574,9.588586595885866,20.553356070409706,0.5719183673469388,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,18.428,10.363,8.065,67.047,76.844,-9.797,3.522,0.396,3.126,0.0,0.018,-0.018,0.0,0.0,0.0,8.528,10.903,-2.375 +36047035400,"Census Tract 354, Kings County, New York",5533,4695.0,43773.0,347800.0,2673.0,5080.0,31.0,0.0,0.0,0.0,0.0,24.0,398.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 354,5622.0,5256.0,181.0,2.0,29.0,0.0,141.0,4693.0,28678.0,114300.0,1515.0,56.932907348242814,32.282122309823144,24.65078503841967,0.5267625071880391,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,91.813,93.49,-1.677,0.56,3.219,-2.659,0.0,0.516,-0.516,0.0,0.036,-0.036,0.0,0.0,0.0,7.193,2.508,4.685 +36047035500,"Census Tract 355, Kings County, New York",5397,3549.0,46632.0,642200.0,896.0,922.0,3899.0,0.0,0.0,0.0,0.0,41.0,535.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 355,5433.0,411.0,4398.0,9.0,15.0,0.0,407.0,3058.0,26992.0,224000.0,287.0,25.2465483234714,9.385219097449314,15.861329226022088,0.4977265649330427,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,17.084,7.565,9.519,72.244,80.95,-8.706,0.0,0.276,-0.276,0.0,0.166,-0.166,0.0,0.0,0.0,9.913,7.491,2.422 +36047035601,"Census Tract 356.01, Kings County, New York",2849,2498.0,43152.0,279900.0,1350.0,2575.0,158.0,0.0,0.0,9.0,0.0,0.0,107.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 356.01,2931.0000649999997,2732.82373,91.90789032,3.2311367989999997,12.20651627,0.359015197,76.82925415,2440.944336,30492.99942,17399.99938,779.7810059,54.043234587670135,31.945874160237302,22.097360427432832,0.9104823183022508,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,90.383,93.239,-2.856,5.546,3.136,2.41,0.0,0.416,-0.416,0.0,0.11,-0.11,0.316,0.012,0.304,3.756,2.621,1.135 +36047035602,"Census Tract 356.02, Kings County, New York",5198,4448.0,36615.0,299500.0,2210.0,4953.0,1.0,0.0,115.0,0.0,0.0,25.0,104.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 356.02,5233.000179,4879.176758,164.0921173,5.768863678,21.79348373,0.640984833,137.1707611,4358.055664,30493.000389999997,17400.0004,1392.219116,49.685251798561154,31.945877320946487,17.739374477614668,0.9163405656894824,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,95.287,93.239,2.048,0.019,3.136,-3.117,2.212,0.416,1.796,0.0,0.11,-0.11,0.0,0.012,-0.012,2.001,2.621,-0.62 +36047035700,"Census Tract 357, Kings County, New York",2425,1398.0,27375.0,377800.0,228.0,48.0,1852.0,8.0,11.0,0.0,57.0,45.0,404.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 357,2295.0,8.0,1917.0,5.0,17.0,0.0,344.0,1282.0,19712.0,258300.0,82.0,16.30901287553648,6.396255850234009,9.912757025302472,0.01547908946532557,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.979,0.349,1.63,76.371,83.529,-7.158,0.454,0.741,-0.287,0.33,0.218,0.112,0.0,0.0,0.0,16.66,14.989,1.671 +36047035900,"Census Tract 359, Kings County, New York",5337,3297.0,30096.0,538300.0,363.0,5.0,4622.0,0.0,65.0,0.0,0.0,31.0,614.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 359,5257.0,36.0,4539.0,16.0,24.0,0.0,614.0,2830.0,19333.0,174300.0,135.0,11.010009099181074,4.770318021201414,6.239691077979661,0.5337321196358907,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.094,0.685,-0.591,86.603,86.342,0.261,1.218,0.457,0.761,0.0,0.304,-0.304,0.0,0.0,0.0,11.505,11.68,-0.175 +36047036001,"Census Tract 360.01, Kings County, New York",3090,2566.0,21750.0,484800.0,1138.0,2927.0,16.0,0.0,0.0,0.0,0.0,106.0,41.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 360.01,3475.0,3154.0,8.0,3.0,110.0,0.0,133.0,2842.0,19539.0,113100.0,1029.0,44.34918160561185,36.206896551724135,8.142285053887711,0.6640594059405941,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,94.725,90.763,3.962,0.518,0.23,0.288,0.0,3.165,-3.165,0.0,0.086,-0.086,0.0,0.0,0.0,1.327,3.827,-2.5 +36047036002,"Census Tract 360.02, Kings County, New York",4241,3597.0,18092.0,,1390.0,3683.0,32.0,0.0,134.0,0.0,0.0,25.0,367.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 360.02,4230.0,3879.0,19.0,0.0,109.0,0.0,205.0,3575.0,12351.0,77000.0,1039.0,38.64331387267167,29.062937062937063,9.580376809734606,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,86.843,91.702,-4.859,0.755,0.449,0.306,3.16,2.577,0.583,0.0,0.0,0.0,0.0,0.0,0.0,8.654,4.846,3.808 +36047036100,"Census Tract 361, Kings County, New York",2973,2010.0,28960.0,615700.0,182.0,124.0,2145.0,0.0,17.0,0.0,15.0,18.0,654.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 361,2533.0,18.0,2023.0,9.0,13.0,0.0,468.0,1461.0,17212.0,196900.0,85.0,9.054726368159203,5.817932922655715,3.236793445503488,0.5394900113691733,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.171,0.711,3.46,72.149,79.866,-7.717,0.572,0.513,0.059,0.0,0.355,-0.355,0.0,0.0,0.0,21.998,18.476,3.522 +36047036200,"Census Tract 362, Kings County, New York",3480,2342.0,31250.0,503200.0,831.0,1416.0,40.0,108.0,957.0,0.0,0.0,0.0,959.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 362,5084.0,1568.0,193.0,30.0,1324.0,0.0,1869.0,3109.0,18854.0,203700.0,386.0,35.48249359521776,12.41556770665809,23.066925888559673,0.4170747217806041,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,40.69,30.842,9.848,1.149,3.796,-2.647,27.5,26.042,1.458,3.103,0.59,2.513,0.0,0.0,0.0,27.557,36.762,-9.205 +36047036300,"Census Tract 363, Kings County, New York",4331,2775.0,31075.0,601500.0,489.0,223.0,3409.0,39.0,15.0,0.0,0.0,65.0,619.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 363,3664.0,28.0,2983.0,10.0,13.0,1.0,622.0,1734.0,12212.0,148300.0,163.0,17.62162162162162,9.400230680507498,8.221390941114123,0.6449675810473815,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.149,0.764,4.385,78.712,81.414,-2.702,0.346,0.355,-0.009,0.9,0.273,0.627,0.0,0.027,-0.027,14.292,16.976,-2.684 +36047036400,"Census Tract 364, Kings County, New York",2498,1810.0,53173.0,558100.0,822.0,1549.0,47.0,7.0,614.0,0.0,0.0,63.0,225.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 364,2641.0,1040.0,55.0,7.0,685.0,0.0,665.0,1781.0,19693.0,156900.0,458.0,45.41436464088398,25.715889949466593,19.69847469141739,0.5951693244938183,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,62.01,39.379,22.631,1.882,2.083,-0.201,24.58,25.937,-1.357,0.28,0.265,0.015,0.0,0.0,0.0,9.007,25.18,-16.173 +36047036501,"Census Tract 365.01, Kings County, New York",2916,1848.0,39926.0,462500.0,533.0,21.0,2655.0,0.0,18.0,0.0,0.0,0.0,222.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 365.01,2349.0,8.0,2032.0,4.0,26.0,0.0,266.0,1433.0,20948.0,187500.0,110.0,28.841991341991342,7.676203768318214,21.16578757367313,0.41621621621621624,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,0.72,0.341,0.379,91.049,86.505,4.544,0.617,1.107,-0.49,0.0,0.17,-0.17,0.0,0.0,0.0,7.613,11.324,-3.711 +36047036502,"Census Tract 365.02, Kings County, New York",1282,883.0,36708.0,654100.0,109.0,63.0,845.0,0.0,9.0,0.0,0.0,0.0,365.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 365.02,996.0,51.0,496.0,1.0,11.0,0.0,422.0,550.0,26771.0,167100.0,35.0,12.344280860702153,6.363636363636363,5.980644497065789,0.632129643785354,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,4.914,5.12,-0.206,65.913,49.799,16.114,0.702,1.104,-0.402,0.0,0.1,-0.1,0.0,0.0,0.0,28.471,42.369,-13.898 +36047036600,"Census Tract 366, Kings County, New York",5165,3497.0,37414.0,507500.0,1239.0,2279.0,100.0,0.0,1280.0,0.0,0.0,233.0,1273.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 366,4449.0,1943.0,109.0,16.0,1401.0,0.0,875.0,2800.0,30817.0,197700.0,581.0,35.43036888761796,20.75,14.68036888761796,0.4390384236453202,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,44.124,43.673,0.451,1.936,2.45,-0.514,24.782,31.49,-6.708,0.0,0.36,-0.36,0.0,0.0,0.0,24.647,19.667,4.98 +36047036700,"Census Tract 367, Kings County, New York",1405,987.0,50382.0,370400.0,243.0,56.0,861.0,0.0,70.0,0.0,11.0,46.0,361.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 367,1373.0,26.0,625.0,11.0,22.0,0.0,684.0,918.0,20714.0,169800.0,57.0,24.620060790273556,6.209150326797386,18.41091046347617,0.33987041036717064,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,3.986,1.894,2.092,61.281,45.521,15.76,4.982,1.602,3.38,0.0,0.801,-0.801,0.0,0.0,0.0,25.694,49.818,-24.124 +36047036900,"Census Tract 369, Kings County, New York",5619,3281.0,37481.0,386100.0,620.0,341.0,3582.0,0.0,14.0,0.0,0.0,42.0,1640.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 369,4912.0,46.0,3563.0,16.0,28.0,0.0,1240.0,2601.0,21170.0,138200.0,173.0,18.896677842121303,6.6512879661668585,12.245389875954444,0.4845687645687646,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,6.069,0.936,5.133,63.748,72.537,-8.789,0.249,0.57,-0.321,0.0,0.326,-0.326,0.0,0.0,0.0,29.187,25.244,3.943 +36047037000,"Census Tract 370, Kings County, New York",4495,3182.0,63083.0,512400.0,1420.0,2785.0,0.0,32.0,1400.0,0.0,44.0,10.0,224.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 370,4062.0,3021.0,31.0,19.0,810.0,0.0,150.0,2970.0,39104.0,232200.0,927.0,44.62602137020742,31.21212121212121,13.413900158086207,0.3474473067915691,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,61.958,74.372,-12.414,0.0,0.763,-0.763,31.146,19.941,11.205,0.712,0.468,0.244,0.0,0.0,0.0,4.983,3.693,1.29 +36047037100,"Census Tract 371, Kings County, New York",4491,2602.0,50761.0,536200.0,580.0,348.0,3231.0,0.0,80.0,0.0,0.0,74.0,758.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 371,3982.0,23.0,3520.0,9.0,19.0,4.0,400.0,2115.0,23799.0,205400.0,179.0,22.29054573405073,8.463356973995271,13.82718876005546,0.44838493099589705,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,7.749,0.578,7.171,71.944,88.398,-16.454,1.781,0.477,1.304,0.0,0.226,-0.226,0.0,0.1,-0.1,16.878,10.045,6.833 +36047037300,"Census Tract 373, Kings County, New York",4050,2574.0,30396.0,617500.0,542.0,447.0,2492.0,48.0,72.0,0.0,0.0,14.0,977.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 373,4199.0,24.0,3543.0,31.0,15.0,1.0,572.0,2451.0,20912.0,177400.0,364.0,21.056721056721056,14.851081191350469,6.205639865370587,0.5863060728744939,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,11.037,0.572,10.465,61.531,84.377,-22.846,1.778,0.357,1.421,1.185,0.738,0.447,0.0,0.024,-0.024,24.123,13.622,10.501 +36047037401,"Census Tract 374.01, Kings County, New York",4470,3166.0,45938.0,518000.0,1475.0,3235.0,254.0,71.0,363.0,0.0,151.0,254.0,142.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 374.01,4383.999906,3707.195313,57.590270999999994,4.75952673,418.3623962,0.475952655,155.16056819999997,3326.433105,37924.00005,262099.996,1073.273193,46.58875552747947,32.26498652225264,14.32376900522683,0.27138225050193043,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,72.371,84.562,-12.191,5.682,1.314,4.368,8.121,9.543,-1.422,1.588,0.109,1.479,0.0,0.011,-0.011,3.177,3.539,-0.362 +36047037402,"Census Tract 374.02, Kings County, New York",4753,3334.0,33247.0,751800.0,1479.0,3001.0,101.0,0.0,855.0,0.0,0.0,52.0,744.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 374.02,4826.99982,4081.804443,63.40972519,5.24047327,460.63760379999997,0.524047315,170.83943180000003,3662.56665,37924.00211,262100.0048,1181.7266849999999,44.36112777444511,32.26498786035743,12.09613991408768,0.49797285592976864,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,63.139,84.562,-21.423,2.125,1.314,0.811,17.989,9.543,8.446,0.0,0.109,-0.109,0.0,0.011,-0.011,15.653,3.539,12.114 +36047037500,"Census Tract 375, Kings County, New York",3042,1854.0,38056.0,620000.0,413.0,546.0,1408.0,125.0,444.0,0.0,4.0,54.0,586.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 375,2831.0,35.0,2242.0,5.0,48.0,2.0,491.0,1625.0,20510.0,222100.0,71.0,22.27615965480043,4.369230769230769,17.906928885569663,0.4841548387096774,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,17.949,1.236,16.713,46.285,79.195,-32.91,14.596,1.696,12.9,4.109,0.177,3.932,0.0,0.071,-0.071,19.264,17.344,1.92 +36047037700,"Census Tract 377, Kings County, New York",4354,3160.0,45688.0,871500.0,939.0,400.0,3220.0,19.0,45.0,0.0,0.0,144.0,545.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 377,3827.0,28.0,3570.0,7.0,15.0,0.0,201.0,2246.0,34601.0,193600.0,319.0,29.71518987341772,14.203027604630455,15.512162268787266,0.6801101549053357,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,9.187,0.732,8.455,73.955,93.285,-19.33,1.034,0.392,0.642,0.436,0.183,0.253,0.0,0.0,0.0,12.517,5.252,7.265 +36047037900,"Census Tract 379, Kings County, New York",3683,2439.0,37250.0,562500.0,688.0,343.0,3017.0,0.0,46.0,0.0,0.0,42.0,235.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 379,2827.0,48.0,2557.0,2.0,2.0,0.0,216.0,1637.0,31650.0,175500.0,207.0,28.20828208282083,12.64508246792914,15.56319961489169,0.55072,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,9.313,1.698,7.615,81.917,90.449,-8.532,1.249,0.071,1.178,0.0,0.071,-0.071,0.0,0.0,0.0,6.381,7.641,-1.26 +36047038100,"Census Tract 381, Kings County, New York",5459,3441.0,32933.0,848900.0,709.0,393.0,4194.0,0.0,0.0,0.0,0.0,80.0,792.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 381,4849.0,13.0,4307.0,23.0,18.0,0.0,469.0,2768.0,16560.0,168100.0,172.0,20.60447544318512,6.213872832369942,14.390602610815177,0.7148498056308163,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,7.199,0.268,6.931,76.827,88.822,-11.995,0.0,0.371,-0.371,0.0,0.474,-0.474,0.0,0.0,0.0,14.508,9.672,4.836 +36047038200,"Census Tract 382, Kings County, New York",6197,3985.0,19201.0,1031300.0,594.0,343.0,2118.0,0.0,1637.0,0.0,0.0,282.0,1817.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 382,6161.0,551.0,2443.0,38.0,840.0,0.0,2246.0,3335.0,15601.0,259700.0,240.0,14.905897114178169,7.19640179910045,7.709495315077719,0.6373819451178124,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,5.535,8.943,-3.408,34.178,39.653,-5.475,26.416,13.634,12.782,0.0,0.617,-0.617,0.0,0.0,0.0,29.321,36.455,-7.134 +36047038300,"Census Tract 383, Kings County, New York",4525,3225.0,67917.0,645300.0,1064.0,368.0,3488.0,0.0,249.0,0.0,0.0,93.0,327.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 383,3999.0,36.0,3768.0,3.0,6.0,0.0,177.0,2425.0,35966.0,180200.0,481.0,32.992248062015506,19.835051546391753,13.157196515623752,0.5978800557880056,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,8.133,0.9,7.233,77.083,94.224,-17.141,5.503,0.15,5.353,0.0,0.075,-0.075,0.0,0.0,0.0,7.227,4.426,2.801 +36047038500,"Census Tract 385, Kings County, New York",3503,2527.0,60931.0,650700.0,967.0,458.0,2216.0,34.0,124.0,0.0,0.0,69.0,636.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 385,3628.0,18.0,3251.0,6.0,22.0,0.0,297.0,2083.0,23750.0,172000.0,260.0,38.26671943015433,12.481997119539127,25.784722310615205,0.6193637621023513,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,13.075,0.496,12.579,63.26,89.609,-26.349,3.54,0.606,2.934,0.971,0.165,0.806,0.0,0.0,0.0,18.156,8.186,9.97 +36047038600,"Census Tract 386, Kings County, New York",3730,2500.0,57188.0,594100.0,633.0,1356.0,1.0,0.0,1377.0,0.0,8.0,38.0,950.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 386,3377.0,1988.0,95.0,10.0,756.0,0.0,422.0,2284.0,26129.0,233400.0,298.0,25.32,13.047285464098074,12.272714535901926,0.4342770577343881,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,36.354,58.869,-22.515,0.027,2.813,-2.786,36.917,22.387,14.53,0.0,0.296,-0.296,0.0,0.0,0.0,25.469,12.496,12.973 +36047038700,"Census Tract 387, Kings County, New York",4201,2734.0,48266.0,642200.0,957.0,791.0,2274.0,26.0,125.0,0.0,0.0,29.0,956.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 387,3581.0,27.0,2974.0,35.0,6.0,0.0,519.0,2140.0,22338.0,181700.0,159.0,35.00365764447696,7.429906542056075,27.573751102420886,0.5925755216443476,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,18.829,0.754,18.075,54.13,83.049,-28.919,2.975,0.168,2.807,0.619,0.977,-0.358,0.0,0.0,0.0,22.756,14.493,8.263 +36047038800,"Census Tract 388, Kings County, New York",3833,2484.0,62289.0,613800.0,1108.0,2698.0,257.0,0.0,511.0,0.0,0.0,26.0,341.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 388,3804.0,3225.0,24.0,0.0,345.0,0.0,132.0,2661.0,37571.0,269300.0,659.0,44.60547504025765,24.76512589252161,19.840349147736042,0.3682111436950147,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,70.389,84.779,-14.39,6.705,0.631,6.074,13.332,9.069,4.263,0.0,0.0,0.0,0.0,0.0,0.0,8.896,3.47,5.426 +36047038900,"Census Tract 389, Kings County, New York",2943,2134.0,53938.0,332100.0,746.0,803.0,236.0,90.0,358.0,0.0,16.0,15.0,1515.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 389,2287.0,43.0,159.0,8.0,106.0,3.0,1962.0,1278.0,25208.0,124000.0,74.0,34.957825679475164,5.790297339593114,29.16752833988205,0.46233062330623304,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,27.285,1.88,25.405,8.019,6.952,1.067,12.164,4.635,7.529,3.058,0.35,2.708,0.0,0.131,-0.131,51.478,85.789,-34.311 +36047039000,"Census Tract 390, Kings County, New York",2457,1429.0,64342.0,559300.0,479.0,2212.0,0.0,0.0,87.0,0.0,0.0,68.0,90.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 390,2192.0,1966.0,1.0,5.0,140.0,0.0,64.0,1516.0,38102.0,258200.0,426.0,33.51994401679496,28.100263852242744,5.419680164552215,0.3352261755766136,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,90.028,89.69,0.338,0.0,0.046,-0.046,3.541,6.387,-2.846,0.0,0.228,-0.228,0.0,0.0,0.0,3.663,2.92,0.743 +36047039100,"Census Tract 391, Kings County, New York",3053,2077.0,46007.0,,603.0,572.0,321.0,0.0,78.0,0.0,0.0,106.0,1976.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 391,1467.0,50.0,229.0,0.0,33.0,0.0,1152.0,886.0,13947.0,108900.0,46.0,29.032258064516128,5.191873589164786,23.840384475351343,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,18.736,3.408,15.328,10.514,15.61,-5.096,2.555,2.249,0.306,0.0,0.0,0.0,0.0,0.0,0.0,64.723,78.528,-13.805 +36047039200,"Census Tract 392, Kings County, New York",2546,1733.0,42188.0,743100.0,658.0,2083.0,0.0,0.0,331.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 392,2789.0,2445.0,13.0,5.0,219.0,0.0,95.0,1813.0,31898.0,266200.0,471.0,37.96884016156953,25.979040264754552,11.98979989681498,0.4841501816713767,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,81.815,87.666,-5.851,0.0,0.466,-0.466,13.001,7.852,5.149,0.0,0.179,-0.179,0.0,0.0,0.0,5.185,3.406,1.779 +36047039300,"Census Tract 393, Kings County, New York",3675,2675.0,56518.0,585600.0,837.0,746.0,740.0,46.0,161.0,0.0,26.0,38.0,1964.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 393,2800.0,49.0,873.0,19.0,63.0,0.0,1778.0,1635.0,23456.0,175600.0,85.0,31.289719626168225,5.198776758409786,26.09094286775844,0.5681967213114754,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,20.299,1.75,18.549,20.136,31.179,-11.043,4.381,2.25,2.131,1.252,0.679,0.573,0.0,0.0,0.0,53.442,63.5,-10.058 +36047039400,"Census Tract 394, Kings County, New York",2464,1368.0,55673.0,917500.0,379.0,1912.0,61.0,0.0,60.0,0.0,11.0,121.0,299.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 394,2526.0,2205.0,16.0,0.0,161.0,0.0,117.0,1582.0,27452.0,373300.0,148.0,27.704678362573098,9.355246523388116,18.34943183918498,0.41411226158038145,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,77.597,87.292,-9.695,2.476,0.633,1.843,2.435,6.374,-3.939,0.0,0.0,0.0,0.0,0.0,0.0,12.135,4.632,7.503 +36047039500,"Census Tract 395, Kings County, New York",4422,2785.0,46582.0,663200.0,764.0,866.0,1581.0,0.0,373.0,0.0,0.0,19.0,1583.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 395,3636.0,148.0,1246.0,27.0,47.0,0.0,2132.0,2246.0,20417.0,168800.0,191.0,27.432675044883304,8.504007123775601,18.928667921107703,0.6334861278648974,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,19.584,4.07,15.514,35.753,34.268,1.485,8.435,1.293,7.142,0.0,0.743,-0.743,0.0,0.0,0.0,35.798,58.636,-22.838 +36047039600,"Census Tract 396, Kings County, New York",1824,1114.0,42192.0,952400.0,286.0,1446.0,0.0,83.0,25.0,132.0,0.0,11.0,127.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 396,2030.0,1862.0,8.0,0.0,46.0,0.0,88.0,1362.0,33313.0,297000.0,282.0,25.673249551166965,20.704845814977972,4.968403736188993,0.550944981100378,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,79.276,91.724,-12.448,0.0,0.394,-0.394,1.371,2.266,-0.895,4.55,0.0,4.55,7.237,0.0,7.237,6.963,4.335,2.628 +36047039700,"Census Tract 397, Kings County, New York",3701,2516.0,38750.0,525800.0,579.0,537.0,1893.0,0.0,51.0,0.0,0.0,31.0,1189.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 397,3237.0,21.0,2138.0,5.0,32.0,0.0,1021.0,1776.0,21729.0,209700.0,131.0,23.012718600953896,7.376126126126126,15.63659247482777,0.42569798402434383,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,14.51,0.649,13.861,51.148,66.049,-14.901,1.378,0.989,0.389,0.0,0.154,-0.154,0.0,0.0,0.0,32.126,31.542,0.584 +36047039800,"Census Tract 398, Kings County, New York",2665,1908.0,52024.0,615100.0,576.0,988.0,0.0,30.0,1169.0,0.0,15.0,18.0,475.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 398,2391.0,1437.0,16.0,8.0,537.0,0.0,371.0,1583.0,31078.0,247600.0,182.0,30.18867924528302,11.4971572962729,18.69152194901012,0.4203479109087953,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,37.073,60.1,-23.027,0.0,0.669,-0.669,43.865,22.459,21.406,1.126,0.335,0.791,0.0,0.0,0.0,17.824,15.517,2.307 +36047039900,"Census Tract 399, Kings County, New York",3893,2542.0,40375.0,633100.0,588.0,441.0,1439.0,13.0,8.0,0.0,137.0,0.0,1868.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 399,3777.0,44.0,2249.0,15.0,91.0,0.0,1357.0,2002.0,16594.0,173900.0,115.0,23.131392604248624,5.744255744255744,17.38713685999288,0.6044605907439583,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,11.328,1.165,10.163,36.964,59.545,-22.581,0.205,2.409,-2.204,0.334,0.397,-0.063,0.0,0.0,0.0,47.984,35.928,12.056 +36047040000,"Census Tract 400, Kings County, New York",3344,2326.0,51835.0,682600.0,468.0,1350.0,20.0,0.0,1620.0,0.0,0.0,0.0,354.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 400,2948.0,1846.0,42.0,3.0,595.0,0.0,373.0,2063.0,30559.0,270700.0,300.0,20.12037833190026,14.54192922927775,5.578449102622509,0.42893641957222384,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,40.371,62.619,-22.248,0.598,1.425,-0.827,48.445,20.183,28.262,0.0,0.102,-0.102,0.0,0.0,0.0,10.586,12.653,-2.067 +36047040100,"Census Tract 401, Kings County, New York",3244,2271.0,44412.0,685200.0,752.0,554.0,1636.0,1.0,141.0,0.0,0.0,14.0,898.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 401,3157.0,33.0,1864.0,16.0,20.0,0.0,1209.0,1678.0,21029.0,175500.0,103.0,33.11316600616468,6.1382598331346845,26.97490617303,0.6311733800350263,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,17.078,1.045,16.033,50.432,59.043,-8.611,4.346,0.634,3.712,0.031,0.507,-0.476,0.0,0.0,0.0,27.682,38.296,-10.614 +36047040200,"Census Tract 402, Kings County, New York",2962,2198.0,53269.0,739800.0,531.0,1172.0,0.0,58.0,1203.0,0.0,0.0,35.0,552.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 402,2564.0,1426.0,19.0,5.0,830.0,0.0,206.0,1691.0,39960.0,232200.0,269.0,24.15832575068244,15.907746895328208,8.250578855354233,0.548029197080292,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,39.568,55.616,-16.048,0.0,0.741,-0.741,40.614,32.371,8.243,1.958,0.195,1.763,0.0,0.0,0.0,18.636,8.034,10.602 +36047040300,"Census Tract 403, Kings County, New York",4025,2890.0,36116.0,754000.0,631.0,346.0,2491.0,0.0,50.0,0.0,0.0,0.0,1138.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 403,2981.0,32.0,2048.0,16.0,33.0,0.0,837.0,1819.0,26341.0,181800.0,73.0,21.833910034602077,4.013194062671798,17.82071597193028,0.6527957559681697,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,8.596,1.073,7.523,61.888,68.702,-6.814,1.242,1.107,0.135,0.0,0.537,-0.537,0.0,0.0,0.0,28.273,28.078,0.195 +36047040400,"Census Tract 404, Kings County, New York",2352,1793.0,52438.0,772600.0,384.0,1041.0,12.0,0.0,1024.0,0.0,0.0,23.0,252.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 404,2109.0,1435.0,4.0,9.0,512.0,0.0,142.0,1440.0,39028.0,300700.0,271.0,21.416620189626325,18.819444444444443,2.5971757451818824,0.43954439554750196,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,44.26,68.042,-23.782,0.51,0.19,0.32,43.537,24.277,19.26,0.0,0.427,-0.427,0.0,0.0,0.0,10.714,6.733,3.981 +36047040500,"Census Tract 405, Kings County, New York",1555,1173.0,60987.0,431900.0,378.0,159.0,651.0,0.0,21.0,0.0,0.0,9.0,715.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 405,1335.0,19.0,798.0,2.0,22.0,0.0,489.0,710.0,33125.0,154300.0,43.0,32.22506393861892,6.056338028169014,26.168725910449908,0.48554758045843943,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,10.225,1.423,8.802,41.865,59.775,-17.91,1.35,1.648,-0.298,0.0,0.15,-0.15,0.0,0.0,0.0,45.981,36.629,9.352 +36047040600,"Census Tract 406, Kings County, New York",3533,2426.0,36292.0,790100.0,622.0,1091.0,30.0,0.0,1756.0,0.0,53.0,26.0,577.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 406,3089.0,2022.0,7.0,3.0,817.0,0.0,181.0,2283.0,31828.0,291700.0,513.0,25.63891178895301,22.470433639947437,3.1684781490055727,0.4683609669662068,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,30.88,65.458,-34.578,0.849,0.227,0.622,49.703,26.449,23.254,0.0,0.097,-0.097,0.0,0.0,0.0,16.332,5.86,10.472 +36047040700,"Census Tract 407, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36047040800,"Census Tract 408, Kings County, New York",3499,2385.0,73445.0,704800.0,687.0,990.0,135.0,0.0,1601.0,0.0,0.0,49.0,724.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 408,2921.0,1816.0,7.0,1.0,861.0,0.0,198.0,2021.0,33850.0,229600.0,378.0,28.80503144654088,18.703612073231074,10.101419373309806,0.5308967082860386,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,28.294,62.17,-33.876,3.858,0.24,3.618,45.756,29.476,16.28,0.0,0.034,-0.034,0.0,0.0,0.0,20.692,6.779,13.913 +36047040900,"Census Tract 409, Kings County, New York",3526,2384.0,48052.0,534000.0,467.0,320.0,596.0,22.0,18.0,0.0,0.0,38.0,2554.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 409,3507.0,37.0,984.0,7.0,28.0,0.0,2438.0,1905.0,24048.0,179400.0,115.0,19.588926174496645,6.036745406824147,13.5521807676725,0.5162247191011236,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,9.075,1.055,8.02,16.903,28.058,-11.155,0.51,0.798,-0.288,0.624,0.2,0.424,0.0,0.0,0.0,72.433,69.518,2.915 +36047041000,"Census Tract 410, Kings County, New York",1977,1377.0,55938.0,658000.0,432.0,1247.0,13.0,0.0,592.0,0.0,1.0,23.0,101.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 410,1749.0,1370.0,11.0,0.0,178.0,0.0,129.0,1316.0,40577.0,234100.0,288.0,31.372549019607842,21.88449848024316,9.488050539364682,0.4876838905775076,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,63.075,78.33,-15.255,0.658,0.629,0.029,29.944,10.177,19.767,0.0,0.0,0.0,0.0,0.0,0.0,5.109,7.376,-2.267 +36047041100,"Census Tract 411, Kings County, New York",3147,2181.0,35369.0,529000.0,335.0,363.0,1335.0,0.0,62.0,0.0,0.0,44.0,1343.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 411,2837.0,37.0,1699.0,4.0,20.0,1.0,1065.0,1694.0,17750.0,182200.0,63.0,15.35992663915635,3.71900826446281,11.640918374693541,0.5040302457466919,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,11.535,1.304,10.231,42.421,59.887,-17.466,1.97,0.705,1.265,0.0,0.141,-0.141,0.0,0.035,-0.035,42.676,37.54,5.136 +36047041200,"Census Tract 412, Kings County, New York",3161,2154.0,50189.0,680100.0,660.0,1616.0,0.0,23.0,923.0,0.0,42.0,36.0,544.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 412,2708.0,1757.0,22.0,0.0,708.0,0.0,204.0,1974.0,35170.0,252200.0,448.0,30.64066852367688,22.69503546099291,7.945633062683971,0.46600794000882223,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,51.123,64.882,-13.759,0.0,0.812,-0.812,29.2,26.145,3.055,0.728,0.0,0.728,0.0,0.0,0.0,17.21,7.533,9.677 +36047041300,"Census Tract 413, Kings County, New York",4062,2466.0,39128.0,808900.0,375.0,444.0,1314.0,51.0,156.0,0.0,26.0,40.0,2082.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 413,3249.0,28.0,1800.0,10.0,13.0,0.0,1393.0,1771.0,22654.0,164300.0,144.0,15.206812652068127,8.130999435347261,7.075813216720865,0.7075139077759921,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,10.931,0.862,10.069,32.349,55.402,-23.053,3.84,0.4,3.44,1.256,0.308,0.948,0.0,0.0,0.0,51.256,42.875,8.381 +36047041401,"Census Tract 414.01, Kings County, New York",1653,1037.0,59063.0,587500.0,313.0,1325.0,11.0,0.0,91.0,0.0,0.0,0.0,226.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 414.01,1390.0,1173.0,25.0,1.0,84.0,0.0,91.0,927.0,37143.0,285300.0,139.0,30.18322082931533,14.994606256742179,15.188614572573153,0.3007114893617021,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,80.157,84.388,-4.231,0.665,1.799,-1.134,5.505,6.043,-0.538,0.0,0.072,-0.072,0.0,0.0,0.0,13.672,6.547,7.125 +36047041402,"Census Tract 414.02, Kings County, New York",1783,1264.0,46210.0,1010900.0,524.0,1699.0,0.0,0.0,0.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 414.02,1918.0,1768.0,0.0,3.0,52.0,0.0,87.0,1214.0,36850.0,770800.0,278.0,41.45569620253165,22.899505766062603,18.556190436469045,-0.09798397467603126,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,95.289,92.179,3.11,0.0,0.0,0.0,0.0,2.711,-2.711,0.0,0.156,-0.156,0.0,0.0,0.0,4.711,4.536,0.175 +36047041500,"Census Tract 415, Kings County, New York",4409,2487.0,56532.0,576900.0,438.0,378.0,1177.0,49.0,100.0,0.0,0.0,27.0,2727.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 415,3638.0,20.0,2048.0,6.0,20.0,0.0,1511.0,1991.0,25983.0,182800.0,206.0,17.61158021712907,10.346559517830237,7.265020699298834,0.5437129485179407,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.573,0.55,8.023,26.695,56.295,-29.6,2.268,0.55,1.718,1.111,0.165,0.946,0.0,0.0,0.0,61.851,41.534,20.317 +36047041600,"Census Tract 416, Kings County, New York",2357,1348.0,46797.0,697700.0,237.0,1760.0,65.0,0.0,151.0,0.0,12.0,10.0,359.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 416,2483.0,2221.0,9.0,2.0,98.0,0.0,133.0,1481.0,41542.0,316000.0,354.0,17.58160237388724,23.90276839972991,-6.321166025842672,0.34779991400315324,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,74.671,89.448,-14.777,2.758,0.362,2.396,6.406,3.947,2.459,0.0,0.081,-0.081,0.0,0.0,0.0,15.231,5.356,9.875 +36047041700,"Census Tract 417, Kings County, New York",3215,1908.0,32344.0,581600.0,265.0,281.0,663.0,11.0,273.0,0.0,0.0,24.0,1974.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 417,3197.0,51.0,1022.0,19.0,20.0,0.0,2071.0,1718.0,16394.0,214500.0,85.0,13.88888888888889,4.947613504074505,8.941275384814384,0.4689133425034388,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.74,1.595,7.145,20.622,31.967,-11.345,8.491,0.626,7.865,0.342,0.594,-0.252,0.0,0.0,0.0,61.4,64.779,-3.379 +36047041800,"Census Tract 418, Kings County, New York",2598,1402.0,34450.0,895500.0,246.0,2096.0,4.0,7.0,120.0,0.0,0.0,0.0,378.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 418,2527.0,2017.0,5.0,1.0,173.0,0.0,242.0,1548.0,27778.0,310700.0,337.0,17.546362339514978,21.77002583979328,-4.2236635002783025,0.5003819095477386,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,80.677,79.818,0.859,0.154,0.198,-0.044,4.619,6.846,-2.227,0.269,0.04,0.229,0.0,0.0,0.0,14.55,9.577,4.973 +36047041900,"Census Tract 419, Kings County, New York",3871,2354.0,38521.0,489600.0,307.0,390.0,747.0,154.0,91.0,0.0,59.0,0.0,2480.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 419,3908.0,56.0,868.0,7.0,27.0,0.0,2931.0,2040.0,22788.0,197000.0,137.0,13.04163126593033,6.715686274509804,6.325944991420527,0.42058823529411765,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.075,1.433,8.642,19.297,22.211,-2.914,2.351,0.691,1.66,3.978,0.179,3.799,0.0,0.0,0.0,64.066,75.0,-10.934 +36047042000,"Census Tract 420, Kings County, New York",1831,979.0,54643.0,986100.0,394.0,1688.0,15.0,0.0,39.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 420,2256.0,1917.0,26.0,1.0,97.0,1.0,214.0,1126.0,44904.0,272600.0,249.0,40.24514811031665,22.113676731793962,18.131471378522686,0.6019227258898692,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,92.19,84.973,7.217,0.819,1.152,-0.333,2.13,4.3,-2.17,0.0,0.044,-0.044,0.0,0.044,-0.044,4.861,9.486,-4.625 +36047042100,"Census Tract 421, Kings County, New York",4321,2800.0,41250.0,567700.0,514.0,624.0,486.0,47.0,216.0,0.0,0.0,12.0,2967.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 421,3481.0,60.0,677.0,8.0,58.0,0.0,2658.0,1877.0,19767.0,182100.0,187.0,18.357142857142858,9.962706446457112,8.394436410685746,0.5380940637660736,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,14.441,1.724,12.717,11.247,19.448,-8.201,4.999,1.666,3.333,1.088,0.23,0.858,0.0,0.0,0.0,68.665,76.357,-7.692 +36047042200,"Census Tract 422, Kings County, New York",3523,2277.0,60331.0,803900.0,751.0,2155.0,49.0,69.0,156.0,0.0,0.0,366.0,797.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 422,3674.0,3030.0,32.0,1.0,175.0,0.0,376.0,2321.0,35136.0,295700.0,539.0,32.98199385155907,23.222748815165875,9.759245036393192,0.4703221793755442,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,61.169,82.471,-21.302,1.391,0.871,0.52,4.428,4.763,-0.335,1.959,0.027,1.932,0.0,0.0,0.0,22.623,10.234,12.389 +36047042300,"Census Tract 423, Kings County, New York",4384,2897.0,62750.0,485900.0,697.0,1047.0,188.0,19.0,228.0,0.0,0.0,36.0,2885.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 423,2634.0,73.0,180.0,9.0,25.0,0.0,2312.0,1345.0,20889.0,152600.0,164.0,24.059371763893683,12.193308550185874,11.86606321370781,0.5477587981066063,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,23.882,2.771,21.111,4.288,6.834,-2.546,5.201,0.949,4.252,0.433,0.342,0.091,0.0,0.0,0.0,65.807,87.775,-21.968 +36047042400,"Census Tract 424, Kings County, New York",3752,2523.0,49417.0,689800.0,782.0,2217.0,0.0,20.0,890.0,0.0,0.0,36.0,589.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 424,3692.0,2238.0,24.0,9.0,900.0,0.0,501.0,2423.0,34583.0,244000.0,568.0,30.994847403884265,23.442014032191498,7.552833371692767,0.490634966657002,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,59.088,60.618,-1.53,0.0,0.65,-0.65,23.721,24.377,-0.656,0.533,0.244,0.289,0.0,0.0,0.0,15.698,13.57,2.128 +36047042500,"Census Tract 425, Kings County, New York",3103,2102.0,59352.0,398100.0,1046.0,996.0,201.0,1.0,118.0,0.0,0.0,43.0,1744.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 425,2260.0,46.0,102.0,0.0,10.0,0.0,2094.0,1137.0,17109.0,196900.0,52.0,49.762131303520455,4.573438874230431,45.18869242929002,0.2877769404672193,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,32.098,2.035,30.063,6.478,4.513,1.965,3.803,0.442,3.361,0.032,0.0,0.032,0.0,0.0,0.0,56.204,92.655,-36.451 +36047042600,"Census Tract 426, Kings County, New York",4373,3287.0,48015.0,695400.0,1104.0,1695.0,141.0,0.0,1723.0,0.0,0.0,82.0,732.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 426,3823.0,2300.0,13.0,7.0,1010.0,0.0,365.0,2610.0,30477.0,270300.0,489.0,33.58685731670216,18.735632183908045,14.851225132794113,0.44027610008628126,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,38.761,60.162,-21.401,3.224,0.34,2.884,39.401,26.419,12.982,0.0,0.183,-0.183,0.0,0.0,0.0,16.739,9.547,7.192 +36047042700,"Census Tract 427, Kings County, New York",5303,3394.0,51842.0,725600.0,1115.0,1360.0,414.0,16.0,249.0,0.0,0.0,114.0,3150.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 427,5599.0,106.0,308.0,7.0,159.0,0.0,4991.0,2669.0,19297.0,208000.0,99.0,32.85209192692987,3.7092544023979017,29.14283752453197,0.5872105843439912,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,25.646,1.893,23.753,7.807,5.501,2.306,4.695,2.84,1.855,0.302,0.125,0.177,0.0,0.0,0.0,59.4,89.141,-29.741 +36047042800,"Census Tract 428, Kings County, New York",3692,2899.0,52569.0,597300.0,1422.0,2421.0,19.0,0.0,1023.0,0.0,0.0,41.0,188.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 428,3655.0,2674.0,18.0,3.0,647.0,0.0,286.0,2723.0,31667.0,234700.0,797.0,49.051397033459814,29.269188395152405,19.78220863830741,0.4341737820190859,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,65.574,73.16,-7.586,0.515,0.492,0.023,27.709,17.702,10.007,0.0,0.082,-0.082,0.0,0.0,0.0,5.092,7.825,-2.733 +36047042900,"Census Tract 429, Kings County, New York",5327,3459.0,49179.0,393100.0,1062.0,1356.0,127.0,0.0,200.0,0.0,18.0,89.0,3537.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 429,5829.0,189.0,247.0,34.0,255.0,0.0,4993.0,2921.0,16431.0,140600.0,116.0,30.70251517779705,3.9712427250941458,26.731272452702903,0.48495548206563216,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,25.455,3.242,22.213,2.384,4.237,-1.853,3.754,4.375,-0.621,0.0,0.583,-0.583,0.0,0.0,0.0,66.398,85.658,-19.26 +36047043000,"Census Tract 430, Kings County, New York",3602,2588.0,37813.0,607800.0,691.0,1564.0,0.0,0.0,1595.0,0.0,0.0,37.0,406.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 430,3291.0,2238.0,16.0,4.0,710.0,0.0,303.0,2384.0,27260.0,261300.0,453.0,26.70015455950541,19.001677852348994,7.698476707156416,0.3809279368213228,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,43.42,68.004,-24.584,0.0,0.486,-0.486,44.281,21.574,22.707,0.0,0.122,-0.122,0.0,0.0,0.0,11.272,9.207,2.065 +36047043100,"Census Tract 431, Kings County, New York",5369,3289.0,62625.0,589700.0,1129.0,1251.0,138.0,108.0,675.0,0.0,11.0,56.0,3238.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 431,5276.0,255.0,193.0,13.0,174.0,0.0,4572.0,2520.0,20960.0,233700.0,96.0,34.326543022195196,3.8095238095238093,30.517019212671386,0.42932338477191795,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,23.3,4.833,18.467,2.57,3.658,-1.088,12.572,3.298,9.274,2.012,0.246,1.766,0.0,0.0,0.0,60.309,86.657,-26.348 +36047043200,"Census Tract 432, Kings County, New York",4522,3310.0,49946.0,643400.0,973.0,1802.0,19.0,8.0,1936.0,0.0,16.0,130.0,619.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 432,3860.0,2088.0,24.0,1.0,1081.0,0.0,632.0,2674.0,28631.0,232400.0,605.0,29.395770392749245,22.62528047868362,6.7704899140656245,0.4798632266086416,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,39.85,54.093,-14.243,0.42,0.622,-0.202,42.813,28.005,14.808,0.177,0.026,0.151,0.0,0.0,0.0,13.689,16.373,-2.684 +36047043300,"Census Tract 433, Kings County, New York",4284,2542.0,32500.0,788300.0,269.0,273.0,321.0,21.0,327.0,0.0,0.0,0.0,3363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 433,3668.0,57.0,543.0,10.0,105.0,0.0,2922.0,1893.0,15900.0,199000.0,69.0,10.58221872541306,3.6450079239302693,6.937210801482792,0.6364835722440695,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.373,1.554,4.819,7.493,14.804,-7.311,7.633,2.863,4.77,0.49,0.273,0.217,0.0,0.0,0.0,78.501,79.662,-1.161 +36047043400,"Census Tract 434, Kings County, New York",3480,2406.0,52123.0,554300.0,965.0,1926.0,0.0,0.0,1186.0,0.0,0.0,43.0,325.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 434,3529.0,2290.0,22.0,11.0,824.0,0.0,354.0,2507.0,29107.0,271000.0,690.0,40.10806317539485,27.522935779816514,12.585127395578333,0.29597690781165437,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,55.345,64.891,-9.546,0.0,0.623,-0.623,34.08,23.349,10.731,0.0,0.312,-0.312,0.0,0.0,0.0,9.339,10.031,-0.692 +36047043500,"Census Tract 435, Kings County, New York",5202,3190.0,50625.0,562500.0,788.0,523.0,792.0,0.0,68.0,0.0,0.0,19.0,3800.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 435,4494.0,45.0,1149.0,3.0,95.0,0.0,3141.0,2361.0,22056.0,176900.0,216.0,24.70219435736677,9.148665819567979,15.553528537798792,0.547136,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,10.054,1.001,9.053,15.225,25.567,-10.342,1.307,2.114,-0.807,0.0,0.067,-0.067,0.0,0.0,0.0,73.049,69.893,3.156 +36047043600,"Census Tract 436, Kings County, New York",4532,3332.0,44799.0,910700.0,1061.0,2758.0,52.0,0.0,1450.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 436,4020.0,2783.0,18.0,13.0,760.0,0.0,391.0,2912.0,28036.0,306100.0,705.0,31.842737094837936,24.210164835164836,7.6325722596731005,0.5159942901065114,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,60.856,69.229,-8.373,1.147,0.448,0.699,31.995,18.905,13.09,0.0,0.323,-0.323,0.0,0.0,0.0,6.002,9.726,-3.724 +36047043700,"Census Tract 437, Kings County, New York",6449,4116.0,46690.0,597200.0,1069.0,1079.0,1056.0,13.0,46.0,0.0,8.0,164.0,4096.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 437,5027.0,54.0,1435.0,8.0,59.0,2.0,3445.0,2738.0,24488.0,182100.0,135.0,25.97181729834791,4.930606281957633,21.041211016390278,0.5609109176155391,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,16.731,1.074,15.657,16.375,28.546,-12.171,0.713,1.174,-0.461,0.202,0.159,0.043,0.0,0.04,-0.04,63.514,68.53,-5.016 +36047043800,"Census Tract 438, Kings County, New York",2556,1625.0,42115.0,691700.0,575.0,1880.0,60.0,0.0,231.0,0.0,0.0,63.0,322.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 438,2674.0,2299.0,19.0,7.0,173.0,0.0,133.0,1748.0,33382.0,418100.0,548.0,35.38461538461539,31.35011441647597,4.034500968139415,0.1295879716640162,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,73.552,85.976,-12.424,2.347,0.711,1.636,9.038,6.47,2.568,0.0,0.262,-0.262,0.0,0.0,0.0,12.598,4.974,7.624 +36047043900,"Census Tract 439, Kings County, New York",4146,2813.0,53073.0,625800.0,521.0,272.0,679.0,70.0,399.0,0.0,0.0,75.0,2651.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 439,3778.0,69.0,572.0,14.0,228.0,0.0,2843.0,2036.0,28092.0,182500.0,86.0,18.521151795236403,4.2239685658153245,14.297183229421078,0.5800575263662512,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,6.561,1.826,4.735,16.377,15.14,1.237,9.624,6.035,3.589,1.688,0.371,1.317,0.0,0.0,0.0,63.941,75.251,-11.31 +36047044000,"Census Tract 440, Kings County, New York",2939,1729.0,44961.0,920900.0,602.0,2451.0,52.0,0.0,92.0,0.0,0.0,103.0,241.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 440,2726.0,2361.0,2.0,0.0,156.0,0.0,177.0,1673.0,30675.0,350800.0,322.0,34.81781376518219,19.246861924686193,15.570951840495994,0.4514583559561299,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,83.396,86.61,-3.214,1.769,0.073,1.696,3.13,5.723,-2.593,0.0,0.0,0.0,0.0,0.0,0.0,8.2,6.493,1.707 +36047044100,"Census Tract 441, Kings County, New York",5261,3658.0,52852.0,585200.0,832.0,804.0,165.0,72.0,745.0,0.0,41.0,35.0,3450.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 441,5630.0,449.0,238.0,20.0,617.0,0.0,4210.0,3121.0,22904.0,206300.0,231.0,22.744669218151994,7.4014738865748155,15.343195331577178,0.49235816814764183,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,15.282,7.975,7.307,3.136,4.227,-1.091,14.161,10.959,3.202,1.369,0.355,1.014,0.0,0.0,0.0,65.577,74.778,-9.201 +36047044200,"Census Tract 442, Kings County, New York",2991,1674.0,71848.0,995100.0,838.0,2688.0,0.0,200.0,28.0,0.0,17.0,58.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 442,2739.0,2451.0,14.0,2.0,78.0,0.0,166.0,1533.0,26912.0,388800.0,462.0,50.05973715651135,30.136986301369863,19.92275085514149,0.4373711184805547,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,89.87,89.485,0.385,0.0,0.511,-0.511,0.936,2.848,-1.912,6.687,0.073,6.614,0.0,0.0,0.0,0.0,6.061,-6.061 +36047044300,"Census Tract 443, Kings County, New York",4896,3150.0,50532.0,492600.0,960.0,1022.0,156.0,0.0,905.0,0.0,31.0,87.0,2695.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 443,5210.0,520.0,119.0,27.0,515.0,0.0,3922.0,2954.0,27965.0,184900.0,407.0,30.476190476190474,13.777928232904536,16.69826224328594,0.4594884287454324,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,20.874,9.981,10.893,3.186,2.284,0.902,18.484,9.885,8.599,0.0,0.518,-0.518,0.0,0.0,0.0,55.045,75.278,-20.233 +36047044400,"Census Tract 444, Kings County, New York",3514,1996.0,48133.0,614100.0,740.0,2874.0,87.0,0.0,122.0,0.0,0.0,7.0,424.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 444,3201.0,2744.0,14.0,9.0,171.0,0.0,223.0,1972.0,30693.0,305600.0,666.0,37.07414829659319,33.77281947261663,3.3013288239765544,0.283400097703957,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,81.787,85.723,-3.936,2.476,0.437,2.039,3.472,5.342,-1.87,0.0,0.281,-0.281,0.0,0.0,0.0,12.066,6.967,5.099 +36047044500,"Census Tract 445, Kings County, New York",5066,3459.0,57604.0,522000.0,1235.0,1073.0,299.0,57.0,433.0,0.0,105.0,112.0,3044.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 445,4576.0,297.0,201.0,57.0,718.0,2.0,3132.0,2636.0,30417.0,168200.0,366.0,35.703960682278115,13.884673748103186,21.81928693417493,0.536,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,21.18,6.49,14.69,5.902,4.392,1.51,8.547,15.691,-7.144,1.125,1.246,-0.121,0.0,0.044,-0.044,60.087,68.444,-8.357 +36047044600,"Census Tract 446, Kings County, New York",2190,1561.0,60052.0,793900.0,469.0,1124.0,13.0,0.0,754.0,0.0,0.0,40.0,259.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 446,1819.0,1171.0,17.0,0.0,479.0,0.0,145.0,1207.0,38698.0,312100.0,275.0,30.044843049327355,22.783761391880695,7.26108165744666,0.4339035142965109,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,51.324,64.376,-13.052,0.594,0.935,-0.341,34.429,26.333,8.096,0.0,0.0,0.0,0.0,0.0,0.0,11.826,7.971,3.855 +36047044700,"Census Tract 447, Kings County, New York",2496,1658.0,50000.0,464300.0,645.0,655.0,436.0,0.0,110.0,13.0,11.0,32.0,1239.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 447,1883.0,138.0,88.0,10.0,37.0,0.0,1561.0,1052.0,23250.0,177800.0,87.0,38.902291917973464,8.269961977186313,30.63232994078715,0.4485634288175748,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,26.242,7.329,18.913,17.468,4.673,12.795,4.407,1.965,2.442,0.0,0.531,-0.531,0.521,0.0,0.521,49.639,82.9,-33.261 +36047044800,"Census Tract 448, Kings County, New York",1801,1133.0,52361.0,396000.0,507.0,1430.0,0.0,0.0,132.0,0.0,0.0,46.0,193.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 448,1521.670534,1272.463806,10.18962312,2.0,127.2758007,0.0,87.96546423,1043.48156,42191.74792,211343.7769,407.6029186,44.74845542806708,39.06182286537004,5.686632562697042,0.231477174909091,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,79.4,83.623,-4.223,0.0,0.67,-0.67,7.329,8.364,-1.035,0.0,0.131,-0.131,0.0,0.0,0.0,10.716,5.781,4.935 +36047044900,"Census Tract 449, Kings County, New York",3034,2066.0,27643.0,808000.0,379.0,474.0,1091.0,18.0,109.0,0.0,0.0,0.0,1342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 449,3100.0,461.0,1165.0,3.0,33.0,0.0,1424.0,1827.0,18073.56742,175839.6226,117.0,18.344627299128753,6.403940886699507,11.940686412429246,0.6866224547722771,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,15.623,14.871,0.752,35.959,37.581,-1.622,3.593,1.065,2.528,0.593,0.097,0.496,0.0,0.0,0.0,44.232,45.935,-1.703 +36047045000,"Census Tract 450, Kings County, New York",551,284.0,43750.0,854200.0,105.0,519.0,0.0,0.0,13.0,0.0,0.0,0.0,19.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 450,1277.329436,1163.536133,21.81037712,0.0,41.72419739,0.0,36.03453445,815.5184326,48213.99878,251000.0077,359.3970642,36.971830985915496,44.0697659100342,-7.097934924118704,0.5768672312245376,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,94.192,91.091,3.101,0.0,1.707,-1.707,2.359,3.267,-0.908,0.0,0.0,0.0,0.0,0.0,0.0,3.448,2.821,0.627 +36047045200,"Census Tract 452, Kings County, New York",2768,1611.0,76563.0,803700.0,777.0,2601.0,21.0,0.0,63.0,0.0,0.0,0.0,83.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 452,2817.0,2667.0,13.0,0.0,51.0,0.0,41.0,1601.0,45644.0,358300.0,628.0,48.23091247672253,39.22548407245472,9.00542840426781,0.35802911534154536,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,93.967,94.675,-0.708,0.759,0.461,0.298,2.276,1.81,0.466,0.0,0.0,0.0,0.0,0.0,0.0,2.999,1.455,1.544 +36047045300,"Census Tract 453, Kings County, New York",2513,1851.0,53125.0,,456.0,649.0,653.0,0.0,54.0,0.0,0.0,16.0,1141.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 453,1616.0,100.0,60.0,13.0,30.0,0.0,1403.0,864.0,25000.0,238200.0,86.0,24.635332252836303,9.953703703703704,14.681628549132599,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,25.826,6.188,19.638,25.985,3.713,22.272,2.149,1.856,0.293,0.0,0.804,-0.804,0.0,0.0,0.0,45.404,86.819,-41.415 +36047045400,"Census Tract 454, Kings County, New York",1771,1000.0,58750.0,887500.0,537.0,1326.0,17.0,10.0,75.0,0.0,0.0,126.0,227.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 454,2110.0,1737.0,13.0,3.0,256.0,0.0,90.0,1106.0,45735.0,309700.0,389.0,53.7,35.171790235081374,18.52820976491863,0.4975008450704225,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,74.873,82.322,-7.449,0.96,0.616,0.344,4.235,12.133,-7.898,0.565,0.142,0.423,0.0,0.0,0.0,12.818,4.265,8.553 +36047045600,"Census Tract 456, Kings County, New York",2399,1513.0,33750.0,1166100.0,606.0,1711.0,21.0,0.0,467.0,0.0,10.0,123.0,67.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 456,2330.0,2007.0,22.0,5.0,171.0,0.0,110.0,1586.0,34076.0,400000.0,531.0,40.05287508261732,33.48045397225725,6.572421110360068,0.5060457936712117,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,71.321,86.137,-14.816,0.875,0.944,-0.069,19.466,7.339,12.127,0.0,0.215,-0.215,0.0,0.0,0.0,2.793,4.721,-1.928 +36047045800,"Census Tract 458, Kings County, New York",1602,983.0,72271.0,,361.0,1412.0,29.0,18.0,0.0,0.0,0.0,0.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 458,1513.0,1438.0,4.0,1.0,29.0,0.0,41.0,935.0,64032.0,393800.0,473.0,36.724313326551375,50.588235294117645,-13.86392196756627,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,88.14,95.043,-6.903,1.81,0.264,1.546,0.0,1.917,-1.917,1.124,0.066,1.058,0.0,0.0,0.0,8.926,2.71,6.216 +36047046000,"Census Tract 460, Kings County, New York",3969,2533.0,51528.0,694100.0,981.0,1889.0,59.0,19.0,1539.0,0.0,73.0,165.0,244.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 460,3668.0,2092.0,233.0,16.0,1029.0,0.0,266.0,2397.0,35082.932689999994,251988.8889,767.0,38.72878010264508,31.998331247392574,6.730448855252508,0.4772165393804928,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,47.594,57.034,-9.44,1.487,6.352,-4.865,38.776,28.053,10.723,0.479,0.436,0.043,0.0,0.0,0.0,6.148,7.252,-1.104 +36047046201,"Census Tract 462.01, Kings County, New York",2498,1594.0,24701.0,437100.0,850.0,2152.0,0.0,0.0,296.0,0.0,8.0,0.0,42.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 462.01,2447.0,1770.0,53.0,7.0,331.0,0.0,189.0,1743.0,25689.0,148800.0,465.0,53.324968632371395,26.67814113597246,26.646827496398934,0.5097872340425532,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,86.149,72.333,13.816,0.0,2.166,-2.166,11.849,13.527,-1.678,0.0,0.286,-0.286,0.0,0.0,0.0,1.681,7.724,-6.043 +36047046202,"Census Tract 462.02, Kings County, New York",2283,1160.0,52738.0,881200.0,465.0,1915.0,0.0,0.0,17.0,0.0,12.0,0.0,339.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 462.02,1490.0,1241.0,8.0,8.0,114.0,0.0,101.0,868.0,45313.0,335200.0,205.0,40.08620689655172,23.617511520737327,16.468695375814395,0.45223785746709033,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,83.881,83.289,0.592,0.0,0.537,-0.537,0.745,7.651,-6.906,0.0,0.537,-0.537,0.0,0.0,0.0,14.849,6.779,8.07 +36047046400,"Census Tract 464, Kings County, New York",2929,1286.0,58266.0,916400.0,360.0,2647.0,48.0,0.0,119.0,0.0,0.0,48.0,67.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 464,2537.0,2227.0,7.0,2.0,122.0,6.0,127.0,1184.0,35741.0,271000.0,186.0,27.993779160186627,15.70945945945946,12.284319700727167,0.5741597555652553,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,90.372,87.781,2.591,1.639,0.276,1.363,4.063,4.809,-0.746,0.0,0.079,-0.079,0.0,0.236,-0.236,2.287,5.006,-2.719 +36047046800,"Census Tract 468, Kings County, New York",2368,987.0,43750.0,845100.0,211.0,2274.0,7.0,0.0,52.0,0.0,0.0,0.0,35.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 468,982.0,885.0,1.0,0.0,35.0,0.0,55.0,543.0,38950.0,269400.0,108.0,21.37791286727457,19.88950276243094,1.4884101048436307,0.5409584664536741,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,96.03,90.122,5.908,0.296,0.102,0.194,2.196,3.564,-1.368,0.0,0.0,0.0,0.0,0.0,0.0,1.478,5.601,-4.123 +36047047000,"Census Tract 470, Kings County, New York",2719,1268.0,46250.0,981700.0,260.0,2409.0,13.0,0.0,121.0,0.0,9.0,55.0,112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 470,3020.0,2828.0,2.0,3.0,34.0,1.0,62.0,1480.0,42663.0,408600.0,250.0,20.50473186119874,16.89189189189189,3.6128399693068474,0.4006478557604156,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,88.599,93.642,-5.043,0.478,0.066,0.412,4.45,1.126,3.324,0.0,0.099,-0.099,0.0,0.033,-0.033,4.119,2.053,2.066 +36047047200,"Census Tract 472, Kings County, New York",2777,1333.0,51958.0,884500.0,309.0,2745.0,24.0,0.0,0.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 472,2969.0,2802.0,20.0,8.0,13.0,0.0,60.0,1331.0,26953.0,390200.0,455.0,23.1807951987997,34.18482344102179,-11.004028242222091,0.3647394007914076,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,98.848,94.375,4.473,0.864,0.674,0.19,0.0,0.438,-0.438,0.0,0.269,-0.269,0.0,0.0,0.0,0.288,2.021,-1.733 +36047047400,"Census Tract 474, Kings County, New York",2717,1317.0,50893.0,1015100.0,296.0,2632.0,0.0,0.0,0.0,0.0,0.0,60.0,25.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 474,2983.0,2849.0,2.0,2.0,13.0,0.0,32.0,1473.0,32606.0,404900.0,319.0,22.475322703113136,21.656483367277666,0.8188393358354702,0.4256171805733425,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,96.872,95.508,1.364,0.0,0.067,-0.067,0.0,0.436,-0.436,0.0,0.067,-0.067,0.0,0.0,0.0,0.92,1.073,-0.153 +36047047600,"Census Tract 476, Kings County, New York",3563,1979.0,35571.0,884900.0,377.0,3048.0,132.0,18.0,8.0,0.0,0.0,15.0,342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 476,3794.0,3522.0,12.0,3.0,113.0,0.0,77.0,1844.0,27917.0,339700.0,426.0,19.050025265285498,23.10195227765727,-4.05192701237177,0.44720533393603795,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,85.546,92.831,-7.285,3.705,0.316,3.389,0.225,2.978,-2.753,0.505,0.079,0.426,0.0,0.0,0.0,9.599,2.03,7.569 +36047047700,"Census Tract 477, Kings County, New York",3816,3303.0,101607.0,843000.0,2208.0,2759.0,163.0,0.0,404.0,0.0,60.0,86.0,344.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 477,2276.0,1467.0,50.0,10.0,81.0,1.0,604.0,1703.0,37863.0,209000.0,412.0,66.84831970935514,24.19260129183793,42.65571841751721,0.6429893238434163,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,72.301,64.455,7.846,4.271,2.197,2.074,10.587,3.559,7.028,0.0,0.439,-0.439,0.0,0.044,-0.044,9.015,26.538,-17.523 +36047047800,"Census Tract 478, Kings County, New York",4455,2361.0,41719.0,972200.0,413.0,3331.0,11.0,33.0,221.0,0.0,71.0,51.0,770.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 478,4916.0,3203.0,53.0,8.0,431.0,0.0,1067.0,2495.0,37071.0,331100.0,529.0,17.492587886488774,21.20240480961924,-3.7098169231304645,0.5095823904546389,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,74.77,65.155,9.615,0.247,1.078,-0.831,4.961,8.767,-3.806,0.741,0.163,0.578,0.0,0.0,0.0,17.284,21.705,-4.421 +36047048000,"Census Tract 480, Kings County, New York",4028,2224.0,30659.0,826600.0,449.0,2512.0,131.0,0.0,471.0,0.0,0.0,0.0,914.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 480,3442.0,2222.0,80.0,5.0,516.0,1.0,509.0,1949.0,23475.0,261900.0,390.0,20.18884892086331,20.010261672652643,0.1785872482106683,0.5437503024437454,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,62.363,64.555,-2.192,3.252,2.324,0.928,11.693,14.991,-3.298,0.0,0.145,-0.145,0.0,0.029,-0.029,22.691,14.788,7.903 +36047048100,"Census Tract 481, Kings County, New York",3050,2349.0,76682.0,950000.0,1350.0,1535.0,137.0,0.0,510.0,0.0,25.0,17.0,826.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 481,2772.0,1033.0,46.0,6.0,149.0,1.0,1495.0,1810.0,21625.0,231900.0,403.0,57.47126436781609,22.265193370165747,35.20607099765034,0.6484884210526316,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,50.328,37.266,13.062,4.492,1.659,2.833,16.721,5.375,11.346,0.0,0.216,-0.216,0.0,0.036,-0.036,27.082,53.932,-26.85 +36047048200,"Census Tract 482, Kings County, New York",5300,3702.0,41566.0,496100.0,1539.0,2438.0,305.0,8.0,2036.0,0.0,53.0,38.0,422.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 482,5310.0,2793.0,487.0,17.0,1305.0,2.0,588.0,3637.0,22265.0,211200.0,997.0,41.572123176661265,27.412702777014022,14.159420399647242,0.38696230598669623,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,46.0,52.599,-6.599,5.755,9.171,-3.416,38.415,24.576,13.839,0.151,0.32,-0.169,0.0,0.038,-0.038,7.962,11.073,-3.111 +36047048400,"Census Tract 484, Kings County, New York",6107,3128.0,50156.0,686900.0,1087.0,4303.0,455.0,0.0,556.0,0.0,0.0,344.0,449.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 484,5244.0,3371.0,338.0,16.0,449.0,0.0,905.0,2904.0,29861.0,265900.0,721.0,34.750639386189256,24.827823691460054,9.922815694729202,0.4425738826612316,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,70.46,64.283,6.177,7.45,6.445,1.005,9.104,8.562,0.542,0.0,0.305,-0.305,0.0,0.0,0.0,7.352,17.258,-9.906 +36047048500,"Census Tract 485, Kings County, New York",2802,2054.0,99063.0,503100.0,1158.0,1379.0,107.0,34.0,137.0,0.0,0.0,63.0,1116.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 485,1613.0,211.0,118.0,5.0,53.0,0.0,1217.0,1008.0,40397.267060000006,168028.5714,118.0,56.3777994157741,11.706349206349206,44.67145020942489,0.5190595451878355,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,49.215,13.081,36.134,3.819,7.316,-3.497,4.889,3.286,1.603,1.213,0.31,0.903,0.0,0.0,0.0,39.829,75.449,-35.62 +36047048600,"Census Tract 486, Kings County, New York",3355,2075.0,47981.0,708900.0,595.0,851.0,106.0,0.0,1473.0,0.0,0.0,14.0,911.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 486,3576.0,800.0,189.0,27.0,1363.0,0.0,1095.0,2159.0,30329.0,274600.0,346.0,28.674698795180724,16.02593793422881,12.648760860951914,0.4422005924672027,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,25.365,22.371,2.994,3.159,5.285,-2.126,43.905,38.115,5.79,0.0,0.755,-0.755,0.0,0.0,0.0,27.154,30.621,-3.467 +36047048800,"Census Tract 488, Kings County, New York",3929,2629.0,48229.0,369700.0,994.0,1843.0,232.0,0.0,1210.0,0.0,0.0,210.0,434.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 488,4393.0,2306.0,394.0,18.0,804.0,0.0,706.0,2689.0,37115.0,206000.0,773.0,37.80905287181438,28.746746002231312,9.062306869583068,0.1976196916418718,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,46.908,52.493,-5.585,5.905,8.969,-3.064,30.797,18.302,12.495,0.0,0.41,-0.41,0.0,0.0,0.0,11.046,16.071,-5.025 +36047048900,"Census Tract 489, Kings County, New York",3595,2390.0,17518.0,,214.0,19.0,1279.0,37.0,48.0,0.0,0.0,0.0,2229.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 489,4020.0,27.0,1769.0,16.0,8.0,0.0,2187.0,2153.0,12786.0,162500.0,87.0,8.95397489539749,4.040873200185787,4.913101695211703,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.529,0.672,-0.143,35.577,44.005,-8.428,1.335,0.199,1.136,1.029,0.398,0.631,0.0,0.0,0.0,62.003,54.403,7.6 +36047049000,"Census Tract 490, Kings County, New York",6290,4084.0,51290.0,460900.0,2013.0,3215.0,450.0,54.0,1125.0,0.0,0.0,237.0,1236.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 490,6153.0,3534.0,879.0,58.0,611.0,0.0,824.0,3916.0,27267.0,225900.0,1036.0,49.28991185112635,26.455566905005107,22.83434494612124,0.2942156650032545,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,51.113,57.435,-6.322,7.154,14.286,-7.132,17.886,9.93,7.956,0.859,0.943,-0.084,0.0,0.0,0.0,19.65,13.392,6.258 +36047049100,"Census Tract 491, Kings County, New York",6670,4813.0,38400.0,,894.0,1199.0,773.0,122.0,2435.0,35.0,0.0,0.0,2228.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 491,5448.705131000001,341.7306213,1299.975342,11.99054909,1273.99585,0.0,2465.056885,3707.077881,24459.00115,9999.000188,447.6471558,18.57469353833368,12.075472114959863,6.499221423373816,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,17.976,6.272,11.704,11.589,23.858,-12.269,36.507,23.382,13.125,1.829,0.22,1.609,0.525,0.0,0.525,33.403,45.241,-11.838 +36047049200,"Census Tract 492, Kings County, New York",3108,2158.0,46974.0,625700.0,767.0,1577.0,450.0,10.0,694.0,0.0,0.0,34.0,343.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 492,3346.0,1157.0,917.0,18.0,610.0,0.0,472.0,2148.0,30926.0,227000.0,650.0,35.54216867469879,30.26070763500931,5.281461039689482,0.47757711363273136,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,50.74,34.579,16.161,14.479,27.406,-12.927,22.329,18.231,4.098,0.322,0.538,-0.216,0.0,0.0,0.0,11.036,14.106,-3.07 +36047049300,"Census Tract 493, Kings County, New York",7797,5213.0,32665.0,,1528.0,1472.0,1272.0,26.0,266.0,0.0,19.0,288.0,4480.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 493,7681.0,320.0,1161.0,18.0,75.0,0.0,6027.0,4444.0,18479.0,142900.0,245.0,29.311337042010358,5.513051305130513,23.798285736879844,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,18.879,4.166,14.713,16.314,15.115,1.199,3.412,0.976,2.436,0.333,0.234,0.099,0.0,0.0,0.0,57.458,78.466,-21.008 +36047049400,"Census Tract 494, Kings County, New York",5930,4214.0,50811.0,429000.0,1969.0,2755.0,462.0,0.0,1408.0,0.0,11.0,296.0,998.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 494,5596.0,2898.0,1008.0,28.0,716.0,0.0,697.0,3903.0,30986.0,204300.0,1073.0,46.72520170859041,27.4916730719959,19.23352863659451,0.31423776223776223,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,46.459,51.787,-5.328,7.791,18.013,-10.222,23.744,12.795,10.949,0.0,0.5,-0.5,0.0,0.0,0.0,16.83,12.455,4.375 +36047049500,"Census Tract 495, Kings County, New York",2920,2322.0,87652.0,766900.0,1093.0,1564.0,65.0,0.0,355.0,0.0,19.0,44.0,873.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 495,2727.0,1067.0,58.0,6.0,233.0,0.0,1338.0,1855.0,28750.0,182400.0,472.0,47.07149009474591,25.444743935309972,21.62674615943594,0.6575094536445429,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,53.562,39.127,14.435,2.226,2.127,0.099,12.158,8.544,3.614,0.0,0.22,-0.22,0.0,0.0,0.0,29.897,49.065,-19.168 +36047049600,"Census Tract 496, Kings County, New York",4452,2894.0,73611.0,710900.0,1251.0,1371.0,93.0,120.0,1357.0,0.0,139.0,68.0,1424.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 496,4560.0,1837.0,92.0,8.0,1493.0,0.0,1021.0,2841.0,38088.0,244400.0,684.0,43.227366966136834,24.076029567053855,19.15133739908298,0.50494302996202,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,30.795,40.285,-9.49,2.089,2.018,0.071,30.481,32.741,-2.26,2.695,0.175,2.52,0.0,0.0,0.0,31.986,22.39,9.596 +36047049700,"Census Tract 497, Kings County, New York",2786,2419.0,85058.0,1144900.0,1567.0,1834.0,34.0,14.0,421.0,0.0,49.0,56.0,392.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 497,2228.0,1799.0,10.0,4.0,131.0,0.0,232.0,1728.0,35990.0,240300.0,560.0,64.77883422902026,32.407407407407405,32.37142682161286,0.697762249978164,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,65.829,80.745,-14.916,1.22,0.449,0.771,15.111,5.88,9.231,0.503,0.18,0.323,0.0,0.0,0.0,14.07,10.413,3.657 +36047049800,"Census Tract 498, Kings County, New York",4624,3266.0,77383.0,694800.0,1600.0,1680.0,214.0,0.0,1601.0,0.0,8.0,285.0,836.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 498,4069.0,1924.0,119.0,8.0,1410.0,3.0,533.0,2832.0,35560.0,275600.0,700.0,48.98958971218616,24.717514124293785,24.272075587892374,0.4288082901554404,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,36.332,47.284,-10.952,4.628,2.925,1.703,34.624,34.652,-0.028,0.0,0.197,-0.197,0.0,0.074,-0.074,18.08,13.099,4.981 +36047049900,"Census Tract 499, Kings County, New York",1860,1445.0,78906.0,892500.0,950.0,1470.0,21.0,0.0,126.0,0.0,12.0,66.0,165.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 499,1649.0,1387.0,2.0,2.0,36.0,0.0,171.0,1175.0,32014.0,277300.0,268.0,65.7439446366782,22.80851063829787,42.93543399838032,0.5525915966386554,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,79.032,84.112,-5.08,1.129,0.121,1.008,6.774,2.183,4.591,0.0,0.121,-0.121,0.0,0.0,0.0,8.871,10.37,-1.499 +36047050000,"Census Tract 500, Kings County, New York",3964,2747.0,85375.0,647900.0,1648.0,2236.0,233.0,0.0,903.0,0.0,6.0,108.0,478.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 500,3680.0,2206.0,430.0,16.0,384.0,0.0,559.0,2633.0,39556.0,208800.0,798.0,59.992719330178375,30.30763387770604,29.685085452472336,0.5359283840098781,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,56.408,59.946,-3.538,5.878,11.685,-5.807,22.78,10.435,12.345,0.0,0.435,-0.435,0.0,0.0,0.0,12.059,15.19,-3.131 +36047050100,"Census Tract 501, Kings County, New York",3157,2535.0,95769.0,930300.0,1475.0,2218.0,186.0,0.0,180.0,0.0,22.0,62.0,489.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 501,2646.0,1905.0,14.0,8.0,97.0,0.0,563.0,2001.0,35000.0,238100.0,513.0,58.185404339250496,25.63718140929535,32.548222929955145,0.6314479200257981,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,70.257,71.995,-1.738,5.892,0.529,5.363,5.702,3.666,2.036,0.0,0.302,-0.302,0.0,0.0,0.0,15.489,21.277,-5.788 +36047050202,"Census Tract 502.02, Kings County, New York",2246,1733.0,98603.0,726600.0,1399.0,1977.0,24.0,10.0,58.0,0.0,6.0,58.0,123.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 502.02,2150.0,1583.0,148.0,7.0,120.0,1.0,280.0,1815.0,49184.0,147900.0,753.0,80.7270628967109,41.48760330578512,39.23945959092578,0.7068868703550785,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,88.023,73.628,14.395,1.069,6.884,-5.815,2.582,5.581,-2.999,0.445,0.326,0.119,0.0,0.047,-0.047,5.476,13.023,-7.547 +36047050300,"Census Tract 503, Kings County, New York",2486,2056.0,83864.0,666700.0,1126.0,1481.0,23.0,167.0,214.0,0.0,51.0,45.0,528.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 503,2735.0,1390.0,38.0,13.0,162.0,0.0,1099.0,1823.0,36042.0,174000.0,429.0,54.766536964980546,23.532638507953923,31.233898457026623,0.6241787910604469,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,59.574,50.823,8.751,0.925,1.389,-0.464,8.608,5.923,2.685,6.718,0.475,6.243,0.0,0.0,0.0,21.239,40.183,-18.944 +36047050400,"Census Tract 504, Kings County, New York",4626,3254.0,81944.0,522400.0,1798.0,2331.0,519.0,0.0,650.0,0.0,47.0,138.0,941.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 504,4463.0,2112.0,773.0,32.0,472.0,1.0,917.0,3165.0,41803.0,140500.0,1226.0,55.255070682237246,38.73617693522907,16.51889374700818,0.6127105666156202,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,50.389,47.322,3.067,11.219,17.32,-6.101,14.051,10.576,3.475,0.0,0.717,-0.717,0.0,0.022,-0.022,20.342,20.547,-0.205 +36047050500,"Census Tract 505, Kings County, New York",4062,3133.0,32750.0,510900.0,1196.0,1161.0,600.0,73.0,486.0,0.0,0.0,24.0,1757.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 505,4211.0,421.0,654.0,21.0,315.0,1.0,2769.0,2653.0,22000.0,231100.0,327.0,38.17427385892116,12.325669053901244,25.848604805019917,0.3486318261890781,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,28.582,9.998,18.584,14.771,15.531,-0.76,11.965,7.48,4.485,1.797,0.499,1.298,0.0,0.024,-0.024,43.255,65.756,-22.501 +36047050600,"Census Tract 506, Kings County, New York",5986,3880.0,51063.0,785400.0,1034.0,931.0,2614.0,11.0,462.0,0.0,17.0,62.0,1900.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 506,6187.0,310.0,3543.0,19.0,191.0,0.0,2061.0,3413.0,26369.0,222800.0,358.0,26.649484536082475,10.489305596249634,16.16017893983284,0.5915049656226127,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,15.553,5.011,10.542,43.669,57.265,-13.596,7.718,3.087,4.631,0.184,0.307,-0.123,0.0,0.0,0.0,31.741,33.312,-1.571 +36047050700,"Census Tract 507, Kings County, New York",2667,993.0,40272.0,650600.0,187.0,1851.0,187.0,0.0,36.0,0.0,62.0,41.0,490.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 507,728.0,34.0,47.0,2.0,7.0,0.0,635.0,317.0,18571.0,275000.0,21.0,18.831822759315205,6.624605678233438,12.207217081081767,0.39133107900399633,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,69.404,4.67,64.734,7.012,6.456,0.556,1.35,0.962,0.388,0.0,0.275,-0.275,0.0,0.0,0.0,18.373,87.225,-68.852 +36047050801,"Census Tract 508.01, Kings County, New York",4112,2843.0,47750.0,345700.0,612.0,490.0,2540.0,0.0,32.0,0.0,0.0,21.0,1029.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 508.01,4342.000206000001,80.68539429,3142.0395510000003,15.01123619,166.37454219999998,0.625468194,912.5581055,2448.7080079999996,25435.00085,153599.994,235.4887695,21.526556454449526,9.616857899375972,11.909698555073554,0.36018515660977724,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,11.916,1.858,10.058,61.77,72.364,-10.594,0.778,3.832,-3.054,0.0,0.346,-0.346,0.0,0.014,-0.014,25.024,21.017,4.007 +36047050803,"Census Tract 508.03, Kings County, New York",2260,1538.0,45086.0,437500.0,505.0,426.0,1285.0,6.0,70.0,0.0,8.0,46.0,419.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 508.03,2896.0000579999996,53.81504059,2095.657715,10.01210022,110.96744540000002,0.41717085200000004,608.6522827,1633.223877,25435.000509999998,153599.9985,157.0648193,32.83485045513654,9.6168578914304,23.21799256370614,0.49443657636571436,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,18.85,1.858,16.992,56.858,72.364,-15.506,3.097,3.832,-0.735,0.265,0.346,-0.081,0.0,0.014,-0.014,18.54,21.017,-2.477 +36047050804,"Census Tract 508.04, Kings County, New York",6297,4284.0,51082.0,431100.0,1280.0,1010.0,2798.0,0.0,135.0,0.0,77.0,88.0,2189.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 508.04,6645.999943,123.49956509999998,4809.302734000001,22.97666359,254.65802000000002,0.9573609829999999,1396.789673,3748.0683590000003,25434.99859,153600.0048,360.4464111,29.878618113912232,9.616857980577722,20.261760133334512,0.4869310904384134,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,16.039,1.858,14.181,44.434,72.364,-27.93,2.144,3.832,-1.688,0.0,0.346,-0.346,0.0,0.014,-0.014,34.763,21.017,13.746 +36047050900,"Census Tract 509, Kings County, New York",4743,1371.0,36107.0,654300.0,94.0,4273.0,178.0,0.0,0.0,12.0,0.0,0.0,280.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 509,1842.29483,877.2693622000002,9.024678826,2.009451304,6.004200935,0.0,675.9430305,595.9220281,17118.44019,270128.9043,17.35284865,6.856309263311451,2.9119327414908156,3.9443765218206357,0.40549347059147184,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,90.091,47.618,42.473,3.753,0.49,3.263,0.0,0.326,-0.326,0.0,0.109,-0.109,0.253,0.0,0.253,5.903,36.69,-30.787 +36047051001,"Census Tract 510.01, Kings County, New York",4361,3128.0,50954.0,,829.0,380.0,3097.0,13.0,67.0,0.0,0.0,43.0,761.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 510.01,3828.999958,50.78906631,3044.4533690000003,4.955030441,60.6991272,0.0,630.9405517999999,2152.13501,24270.999630000002,202500.0021,178.7940216,26.502557544757032,8.307751175889287,18.194806368867745,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,8.714,1.326,7.388,71.016,79.51,-8.494,1.536,1.585,-0.049,0.298,0.129,0.169,0.0,0.0,0.0,17.45,16.478,0.972 +36047051002,"Census Tract 510.02, Kings County, New York",4595,3078.0,48266.0,1074400.0,864.0,453.0,2782.0,0.0,111.0,0.0,86.0,180.0,983.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 510.02,5444.000042000001,72.2109375,4328.546386999999,7.044969559,86.3008728,0.0,897.0594482000001,3059.86499,24271.00026,202499.9986,254.2059784,28.07017543859649,8.307751460628987,19.7624239779675,0.7285927047803425,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,9.859,1.326,8.533,60.544,79.51,-18.966,2.416,1.585,0.831,0.0,0.129,-0.129,0.0,0.0,0.0,21.393,16.478,4.915 +36047051100,"Census Tract 511, Kings County, New York",4317,3357.0,35750.0,477000.0,1241.0,1485.0,216.0,0.0,882.0,0.0,0.0,95.0,1639.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 511,3730.0,380.0,438.0,5.0,640.0,0.0,2243.0,2562.0,26568.0,152400.0,294.0,36.96753053321418,11.475409836065573,25.492120697148607,0.5399245283018868,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,34.399,10.188,24.211,5.003,11.743,-6.74,20.431,17.158,3.273,0.0,0.134,-0.134,0.0,0.0,0.0,37.966,60.134,-22.168 +36047051200,"Census Tract 512, Kings County, New York",5907,3935.0,41571.0,638900.0,1219.0,1033.0,3025.0,0.0,105.0,0.0,14.0,304.0,1426.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 512,6871.0,231.0,4876.0,12.0,232.0,0.0,1494.0,4069.0,31393.0,535700.0,470.0,30.978398983481576,11.5507495699189,19.427649413562676,-0.20740021912662387,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,17.488,3.362,14.126,51.21,70.965,-19.755,1.778,3.377,-1.599,0.0,0.175,-0.175,0.0,0.0,0.0,24.141,21.744,2.397 +36047051300,"Census Tract 513, Kings County, New York",5058,4342.0,82730.0,794400.0,2308.0,2524.0,123.0,0.0,377.0,0.0,20.0,200.0,1814.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 513,4362.0,1060.0,154.0,18.0,106.0,0.0,2958.0,2718.0,30000.0,221900.0,440.0,53.155228005527405,16.188373804267844,36.966854201259565,0.5977643504531722,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,49.901,24.301,25.6,2.432,3.53,-1.098,7.454,2.43,5.024,0.0,0.413,-0.413,0.0,0.0,0.0,35.864,67.813,-31.949 +36047051400,"Census Tract 514, Kings County, New York",7947,5187.0,48445.0,391700.0,1687.0,1117.0,3194.0,95.0,1053.0,0.0,62.0,297.0,2224.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 514,7692.0,397.0,4796.0,36.0,386.0,0.0,2012.0,4590.0,32103.0,278200.0,758.0,32.52361673414305,16.514161220043572,16.009455514099475,-0.022741894306867502,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,14.056,5.161,8.895,40.191,62.35,-22.159,13.25,5.018,8.232,1.195,0.468,0.727,0.0,0.0,0.0,27.985,26.157,1.828 +36047051500,"Census Tract 515, Kings County, New York",2024,1633.0,133500.0,846500.0,1283.0,1371.0,109.0,0.0,143.0,0.0,14.0,35.0,352.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 515,877.0,522.0,9.0,7.0,38.0,0.0,282.0,622.0,36107.0,258800.0,117.0,78.56705450091856,18.810289389067524,59.75676511185104,0.5597495569994093,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,67.737,59.521,8.216,5.385,1.026,4.359,7.065,4.333,2.732,0.0,0.798,-0.798,0.0,0.0,0.0,17.391,32.155,-14.764 +36047051601,"Census Tract 516.01, Kings County, New York",5506,3501.0,52063.0,,858.0,367.0,3327.0,0.0,184.0,0.0,32.0,27.0,1569.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 516.01,5586.999803,112.255455,4621.946289,10.88190651,77.31880951,0.0,742.833313,3122.534424,25147.99916,169799.9982,250.8565826,24.507283633247642,8.03374914530646,16.47353448794118,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,6.665,2.009,4.656,60.425,82.727,-22.302,3.342,1.384,1.958,0.0,0.195,-0.195,0.0,0.0,0.0,28.496,13.296,15.2 +36047051602,"Census Tract 516.02, Kings County, New York",4235,2865.0,55577.0,1041700.0,666.0,407.0,2890.0,0.0,135.0,0.0,0.0,156.0,647.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 516.02,4167.999906,83.74453735,3448.053223,8.118093491,57.68118668,0.0,554.166687,2329.465332,25147.999369999998,169800.0076,187.1434021,23.24607329842932,8.033749183952226,15.212324114477093,0.7652759806623788,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,9.61,2.009,7.601,68.241,82.727,-14.486,3.188,1.384,1.804,0.0,0.195,-0.195,0.0,0.0,0.0,15.277,13.296,1.981 +36047051700,"Census Tract 517, Kings County, New York",2343,2064.0,106184.0,1140400.0,1654.0,1831.0,82.0,0.0,215.0,0.0,0.0,99.0,116.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 517,1514.0,1086.0,19.0,2.0,38.0,0.0,303.0,1136.0,48542.0,260000.0,556.0,80.13565891472868,48.943661971830984,31.191996942897696,0.6716941424061733,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,78.148,71.731,6.417,3.5,1.255,2.245,9.176,2.51,6.666,0.0,0.132,-0.132,0.0,0.0,0.0,4.951,20.013,-15.062 +36047051800,"Census Tract 518, Kings County, New York",3307,2509.0,60362.0,692800.0,1139.0,881.0,1482.0,0.0,280.0,0.0,0.0,115.0,549.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 518,3678.0,620.0,2104.0,11.0,385.0,0.0,540.0,2510.0,40833.0,291200.0,796.0,45.396572339577524,31.713147410358566,13.683424929218958,0.3947344110854503,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,26.64,16.857,9.783,44.814,57.205,-12.391,8.467,10.468,-2.001,0.0,0.299,-0.299,0.0,0.0,0.0,16.601,14.682,1.919 +36047051900,"Census Tract 519, Kings County, New York",5159,4437.0,123432.0,980800.0,3299.0,3479.0,188.0,0.0,541.0,0.0,1.0,140.0,810.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 519,3043.0,1826.0,59.0,21.0,142.0,0.0,866.0,2220.0,34704.0,222400.0,873.0,74.35203966644129,39.32432432432432,35.02771534211696,0.6734747145187602,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,67.436,60.007,7.429,3.644,1.939,1.705,10.487,4.666,5.821,0.0,0.69,-0.69,0.0,0.0,0.0,15.701,28.459,-12.758 +36047052000,"Census Tract 520, Kings County, New York",4684,2979.0,59146.0,766300.0,1110.0,1281.0,916.0,0.0,1228.0,0.0,203.0,33.0,1023.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 520,4399.0,847.0,1454.0,27.0,1068.0,0.0,873.0,2761.0,34677.0,288400.0,667.0,37.26082578046324,24.157913799348062,13.10291198111518,0.45805037191700376,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,27.348,19.254,8.094,19.556,33.053,-13.497,26.217,24.278,1.939,0.0,0.614,-0.614,0.0,0.0,0.0,21.84,19.845,1.995 +36047052300,"Census Tract 523, Kings County, New York",5511,4291.0,42908.0,,1855.0,1769.0,70.0,182.0,339.0,19.0,35.0,127.0,3152.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 523,5729.0,458.0,151.0,11.0,84.0,0.0,4989.0,3235.0,22652.0,286000.0,318.0,43.2300163132137,9.82998454404946,33.400031769164244,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,32.099,7.994,24.105,1.27,2.636,-1.366,6.151,1.466,4.685,3.302,0.192,3.11,0.345,0.0,0.345,57.195,87.083,-29.888 +36047052500,"Census Tract 525, Kings County, New York",3423,2159.0,35568.0,233300.0,719.0,2023.0,180.0,0.0,143.0,0.0,0.0,41.0,1036.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 525,3537.0,1828.0,166.0,9.0,63.0,1.0,1340.0,1762.0,12069.0,296400.0,139.0,33.3024548402038,7.888762769580023,25.413692070623778,-0.8294727818259752,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,59.1,51.682,7.418,5.259,4.693,0.566,4.178,1.781,2.397,0.0,0.254,-0.254,0.0,0.028,-0.028,30.266,37.885,-7.619 +36047052600,"Census Tract 526, Kings County, New York",4737,3250.0,65578.0,931800.0,1713.0,1882.0,1038.0,87.0,838.0,0.0,0.0,48.0,915.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 526,4515.0,1573.0,1236.0,15.0,727.0,0.0,793.0,3011.0,34881.0,278300.0,809.0,52.707692307692305,26.86815011624045,25.839542191451855,0.5699162910495814,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,39.73,34.839,4.891,21.913,27.375,-5.462,17.691,16.102,1.589,1.837,0.332,1.505,0.0,0.0,0.0,19.316,17.564,1.752 +36047052700,"Census Tract 527, Kings County, New York",6776,4994.0,51927.0,620800.0,1856.0,1364.0,136.0,0.0,370.0,0.0,83.0,95.0,4728.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 527,7277.0,333.0,171.0,58.0,117.0,1.0,6539.0,3974.0,22680.0,270800.0,275.0,37.164597517020425,6.919979869149471,30.244617647870953,0.3718556701030928,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,20.13,4.576,15.554,2.007,2.35,-0.343,5.46,1.608,3.852,0.0,0.797,-0.797,0.0,0.014,-0.014,69.776,89.858,-20.082 +36047052800,"Census Tract 528, Kings County, New York",1868,1290.0,83523.0,1056600.0,796.0,1010.0,140.0,0.0,448.0,0.0,0.0,31.0,239.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 528,2105.0,1105.0,237.0,12.0,534.0,0.0,132.0,1280.0,48750.0,309000.0,591.0,61.70542635658915,46.171875,15.53355135658915,0.5788756388415673,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,54.069,52.494,1.575,7.495,11.259,-3.764,23.983,25.368,-1.385,0.0,0.57,-0.57,0.0,0.0,0.0,12.794,6.271,6.523 +36047052900,"Census Tract 529, Kings County, New York",3995,1808.0,37703.0,590900.0,358.0,3701.0,77.0,0.0,0.0,0.0,0.0,12.0,205.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 529,4295.0,3288.0,17.0,11.0,50.0,1.0,521.0,1686.0,17216.0,341200.0,116.0,19.800884955752213,6.880189798339265,12.920695157412949,0.16850905398544594,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,92.641,76.554,16.087,1.927,0.396,1.531,0.0,1.164,-1.164,0.0,0.256,-0.256,0.0,0.023,-0.023,5.131,12.13,-6.999 +36047053000,"Census Tract 530, Kings County, New York",3736,2301.0,39511.0,777100.0,784.0,2193.0,161.0,0.0,978.0,0.0,9.0,80.0,315.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 530,3564.0,2124.0,208.0,15.0,873.0,0.0,320.0,2173.0,30571.0,235100.0,546.0,34.072142546718815,25.126553152323975,8.94558939439484,0.5643495045682666,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,58.699,59.596,-0.897,4.309,5.836,-1.527,26.178,24.495,1.683,0.0,0.421,-0.421,0.0,0.0,0.0,8.431,8.979,-0.548 +36047053100,"Census Tract 531, Kings County, New York",9068,2801.0,36225.0,697800.0,576.0,8498.0,13.0,0.0,69.0,0.0,37.0,24.0,427.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 531,2582.0,1780.0,18.0,5.0,16.0,0.0,518.0,946.0,22796.0,244600.0,45.0,20.56408425562299,4.7568710359408035,15.807213219682186,0.4952364574376612,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,93.714,68.939,24.775,0.143,0.697,-0.554,0.761,0.62,0.141,0.0,0.194,-0.194,0.0,0.0,0.0,4.709,20.062,-15.353 +36047053200,"Census Tract 532, Kings County, New York",2659,1810.0,63906.0,512700.0,846.0,1670.0,147.0,0.0,592.0,0.0,4.0,40.0,206.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 532,2757.0,1681.0,190.0,9.0,697.0,0.0,162.0,1917.0,41750.0,193200.0,679.0,46.74033149171271,35.41992696922274,11.320404522489966,0.457366881217086,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,62.806,60.972,1.834,5.528,6.892,-1.364,22.264,25.281,-3.017,0.0,0.326,-0.326,0.0,0.0,0.0,7.747,5.876,1.871 +36047053300,"Census Tract 533, Kings County, New York",6907,2944.0,26477.0,828700.0,280.0,6713.0,51.0,0.0,73.0,0.0,0.0,11.0,59.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 533,7560.0,6658.0,22.0,0.0,12.0,0.0,263.0,2521.0,12209.0,216700.0,111.0,9.51086956521739,4.403014676715589,5.107854888501802,0.6234487751900567,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,97.191,88.069,9.122,0.738,0.291,0.447,1.057,0.159,0.898,0.0,0.0,0.0,0.0,0.0,0.0,0.854,3.479,-2.625 +36047053400,"Census Tract 534, Kings County, New York",4400,2618.0,32500.0,625000.0,896.0,2766.0,278.0,64.0,944.0,0.0,0.0,130.0,218.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 534,4612.0,2776.0,447.0,9.0,971.0,0.0,366.0,2727.0,23955.0,231100.0,678.0,34.224598930481285,24.86248624862486,9.362112681856424,0.4675456,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,62.864,60.191,2.673,6.318,9.692,-3.374,21.455,21.054,0.401,1.455,0.195,1.26,0.0,0.0,0.0,4.955,7.936,-2.981 +36047053500,"Census Tract 535, Kings County, New York",4053,1494.0,27027.0,740400.0,119.0,3705.0,197.0,14.0,0.0,0.0,0.0,0.0,137.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 535,4880.0,3901.0,3.0,6.0,8.0,0.0,390.0,1667.0,16434.0,306900.0,92.0,7.965194109772423,5.518896220755849,2.4462978890165736,0.40311183144246354,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,91.414,79.939,11.475,4.861,0.061,4.8,0.0,0.164,-0.164,0.345,0.123,0.222,0.0,0.0,0.0,3.38,7.992,-4.612 +36047053700,"Census Tract 537, Kings County, New York",3612,1365.0,32963.0,744800.0,80.0,3465.0,48.0,0.0,39.0,0.0,0.0,10.0,50.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 537,1963.0,1811.0,9.0,0.0,0.0,0.0,22.0,650.0,16750.0,209100.0,57.0,5.86080586080586,8.76923076923077,-2.9084249084249096,0.5957250268528465,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,95.93,92.257,3.673,1.329,0.458,0.871,1.08,0.0,1.08,0.0,0.0,0.0,0.0,0.0,0.0,1.384,1.121,0.263 +36047053800,"Census Tract 538, Kings County, New York",4414,3008.0,32841.0,533800.0,1332.0,3434.0,73.0,18.0,403.0,0.0,0.0,34.0,452.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 538,4701.0,3956.0,45.0,12.0,442.0,1.0,217.0,3466.0,28407.0,242500.0,1091.0,44.28191489361702,31.477207155222157,12.804707738394864,0.34582240539527914,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,77.798,84.152,-6.354,1.654,0.957,0.697,9.13,9.402,-0.272,0.408,0.255,0.153,0.0,0.021,-0.021,10.24,4.616,5.624 +36047053900,"Census Tract 539, Kings County, New York",2564,1448.0,21659.0,496200.0,189.0,2104.0,82.0,16.0,16.0,0.0,0.0,0.0,362.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 539,3476.000014,1981.8076170000002,153.25050349999998,6.965931892,3.482965946,0.0,407.507019,1475.036133,16917.0,188599.9937,70.53005981,13.052486187845304,4.781581836002386,8.270904351842919,0.4526723278355503,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,82.059,57.014,25.045,3.198,4.409,-1.211,0.624,0.1,0.524,0.624,0.2,0.424,0.0,0.0,0.0,14.119,11.723,2.396 +36047054200,"Census Tract 542, Kings County, New York",4789,2863.0,41219.0,730800.0,1260.0,3753.0,96.0,0.0,167.0,0.0,0.0,0.0,773.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 542,4469.0,3698.0,49.0,4.0,250.0,1.0,438.0,2727.0,32083.0,339900.0,966.0,44.00977995110024,35.42354235423542,8.58623759686482,0.3302463054187192,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,78.367,82.748,-4.381,2.005,1.096,0.909,3.487,5.594,-2.107,0.0,0.09,-0.09,0.0,0.022,-0.022,16.141,9.801,6.34 +36047054300,"Census Tract 543, Kings County, New York",347,283.0,131250.0,,210.0,208.0,11.0,0.0,29.0,0.0,13.0,10.0,76.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 543,38.0,18.0,8.0,0.0,3.0,0.0,9.0,40.0,40357.0,,8.0,74.20494699646643,20.0,54.20494699646643,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,59.942,47.368,12.574,3.17,21.053,-17.883,8.357,7.895,0.462,0.0,0.0,0.0,0.0,0.0,0.0,21.902,23.684,-1.782 +36047054400,"Census Tract 544, Kings County, New York",3344,2317.0,49091.0,527600.0,871.0,2581.0,0.0,0.0,549.0,0.0,16.0,2.0,196.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 544,3705.0,2988.0,36.0,5.0,572.0,0.0,89.0,2356.0,42733.0,260000.0,803.0,37.59171342252913,34.083191850594226,3.5085215719349065,0.29037149355572406,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,77.183,80.648,-3.465,0.0,0.972,-0.972,16.417,15.439,0.978,0.0,0.135,-0.135,0.0,0.0,0.0,5.861,2.402,3.459 +36047054500,"Census Tract 545, Kings County, New York",8252,3990.0,19157.0,,236.0,5576.0,794.0,0.0,0.0,0.0,0.0,19.0,1863.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 545,8256.999986,4805.192383,401.7494984,19.03406811,17.51703405,0.0,1758.492985,3442.963928,13656.54663,196714.9537,151.4699392,5.9147869674185465,4.399405348634835,1.515381618783712,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,67.571,58.195,9.376,9.622,4.866,4.756,0.0,0.212,-0.212,0.0,0.231,-0.231,0.0,0.0,0.0,22.576,21.297,1.279 +36047054600,"Census Tract 546, Kings County, New York",4861,3202.0,48971.0,700200.0,1616.0,3837.0,168.0,0.0,264.0,0.0,0.0,235.0,357.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 546,4571.0,3972.0,69.0,4.0,262.0,1.0,242.0,3163.0,35469.0,327900.0,1177.0,50.4684572142411,37.21150806196649,13.256949152274608,0.3256555269922879,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,78.934,86.896,-7.962,3.456,1.51,1.946,5.431,5.732,-0.301,0.0,0.088,-0.088,0.0,0.022,-0.022,7.344,5.294,2.05 +36047054700,"Census Tract 547, Kings County, New York",4903,2636.0,36214.0,828100.0,914.0,3414.0,268.0,13.0,185.0,0.0,0.0,70.0,966.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 547,3364.0,2130.0,197.0,0.0,12.0,0.0,863.0,1297.0,15379.0,75000.0,145.0,34.67374810318665,11.17964533538936,23.494102767797287,0.8695809684820673,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,69.631,63.317,6.314,5.466,5.856,-0.39,3.773,0.357,3.416,0.265,0.0,0.265,0.0,0.0,0.0,19.702,25.654,-5.952 +36047054800,"Census Tract 548, Kings County, New York",2068,1259.0,62989.0,817600.0,732.0,1833.0,16.0,0.0,21.0,0.0,4.0,82.0,112.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 548,2077.0,1936.0,12.0,0.0,77.0,0.0,46.0,1287.0,50227.0,325000.0,632.0,58.141382049245436,49.106449106449105,9.034932942796331,0.42759295499021527,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,88.636,93.211,-4.575,0.774,0.578,0.196,1.015,3.707,-2.692,0.0,0.0,0.0,0.0,0.0,0.0,5.416,2.215,3.201 +36047054900,"Census Tract 549, Kings County, New York",3806,2573.0,89241.0,1025000.0,1405.0,2556.0,22.0,0.0,242.0,0.0,26.0,209.0,751.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 549,1488.0,509.0,60.0,3.0,68.0,0.0,802.0,1013.0,29722.0,352300.0,399.0,54.60551884959192,39.387956564659426,15.217562284932491,0.5050614634146341,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,67.157,34.207,32.95,0.578,4.032,-3.454,6.358,4.57,1.788,0.0,0.202,-0.202,0.0,0.0,0.0,19.732,53.898,-34.166 +36047055000,"Census Tract 550, Kings County, New York",3496,2436.0,60568.0,477800.0,1170.0,2367.0,43.0,0.0,423.0,0.0,0.0,64.0,599.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 550,3572.0,2952.0,73.0,2.0,276.0,0.0,235.0,2419.0,29148.0,296200.0,810.0,48.029556650246306,33.484911120297646,14.54464552994866,0.10730849727919632,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,67.706,82.643,-14.937,1.23,2.044,-0.814,12.1,7.727,4.373,0.0,0.056,-0.056,0.0,0.0,0.0,17.134,6.579,10.555 +36047055100,"Census Tract 551, Kings County, New York",5728,4069.0,74931.0,1094200.0,2494.0,2361.0,109.0,0.0,40.0,0.0,44.0,150.0,3024.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 551,4313.0,966.0,149.0,8.0,198.0,0.0,2935.0,2781.0,27083.0,220100.0,624.0,61.29270090931433,22.437971952535058,38.85472895677927,0.7103418022299397,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,41.219,22.397,18.822,1.903,3.455,-1.552,0.698,4.591,-3.893,0.0,0.185,-0.185,0.0,0.0,0.0,52.793,68.05,-15.257 +36047055200,"Census Tract 552, Kings County, New York",3279,2438.0,51103.0,464700.0,1014.0,2078.0,5.0,0.0,685.0,0.0,0.0,180.0,331.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 552,3489.0,2634.0,62.0,12.0,563.0,2.0,174.0,2512.0,33870.0,254600.0,836.0,41.591468416735026,33.28025477707006,8.311213639664963,0.21105229180116203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,63.373,75.494,-12.121,0.152,1.777,-1.625,20.891,16.136,4.755,0.0,0.344,-0.344,0.0,0.057,-0.057,10.095,4.987,5.108 +36047055300,"Census Tract 553, Kings County, New York",2761,2316.0,98875.0,823800.0,1713.0,1839.0,6.0,0.0,279.0,0.0,0.0,91.0,546.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 553,2583.0,1449.0,47.0,13.0,206.0,1.0,795.0,1871.0,34679.0,222300.0,676.0,73.96373056994818,36.130411544628544,37.83331902531964,0.6114202476329206,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,66.606,56.098,10.508,0.217,1.82,-1.603,10.105,7.975,2.13,0.0,0.503,-0.503,0.0,0.039,-0.039,19.775,30.778,-11.003 +36047055400,"Census Tract 554, Kings County, New York",4492,2985.0,49583.0,459500.0,1393.0,3207.0,11.0,0.0,418.0,0.0,0.0,247.0,609.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 554,4284.0,3075.0,43.0,21.0,541.0,0.0,456.0,2922.0,28291.0,325500.0,1047.0,46.666666666666664,35.831622176591374,10.83504449007529,-0.020065288356909683,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,71.394,71.779,-0.385,0.245,1.004,-0.759,9.305,12.628,-3.323,0.0,0.49,-0.49,0.0,0.0,0.0,13.557,10.644,2.913 +36047055500,"Census Tract 555, Kings County, New York",6431,5197.0,136689.0,1153000.0,3839.0,4058.0,194.0,0.0,981.0,0.0,22.0,185.0,991.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 555,874.9999998,672.8999996,18.84736842,0.036842104,64.66315788,0.0,97.40526316,637.2684207000001,50203.35049,123938.1737,398.75789449999996,73.8695401192996,62.57298832758557,11.29655179171403,0.8452116477640936,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,63.101,76.903,-13.802,3.017,2.154,0.863,15.254,7.39,7.864,0.0,0.004,-0.004,0.0,0.0,0.0,15.41,11.132,4.278 +36047055600,"Census Tract 556, Kings County, New York",3951,2453.0,65464.0,681500.0,1099.0,3152.0,20.0,0.0,400.0,0.0,0.0,108.0,271.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 556,3806.0,3148.0,36.0,2.0,408.0,0.0,118.0,2437.0,37828.0,254500.0,844.0,44.802282918874845,34.632745178498155,10.16953774037669,0.4622450476889215,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,79.777,82.712,-2.935,0.506,0.946,-0.44,10.124,10.72,-0.596,0.0,0.053,-0.053,0.0,0.0,0.0,6.859,3.1,3.759 +36047055700,"Census Tract 557, Kings County, New York",2214,1872.0,87361.0,930600.0,1237.0,1405.0,70.0,0.0,137.0,0.0,10.0,26.0,566.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 557,1168.0000009999999,888.9000006000001,12.05789471,1.0894736870000001,59.61052632,0.0,154.98421059999998,912.7947368999999,40319.81989,216266.81100000002,377.12631610000005,66.07905982905983,41.31556645262687,24.76349337643296,0.6653511628626692,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,63.46,76.104,-12.644,3.162,1.032,2.13,6.188,5.104,1.084,0.0,0.093,-0.093,0.0,0.0,0.0,25.565,13.269,12.296 +36047055800,"Census Tract 558, Kings County, New York",2331,1605.0,54926.0,674700.0,615.0,1795.0,24.0,0.0,192.0,0.0,0.0,75.0,245.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 558,2533.0,1855.0,33.0,1.0,444.0,0.0,167.0,1696.0,24750.0,259400.0,464.0,38.3177570093458,27.358490566037737,10.95926644330806,0.44636727434415296,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,77.006,73.233,3.773,1.03,1.303,-0.273,8.237,17.529,-9.292,0.0,0.039,-0.039,0.0,0.0,0.0,10.511,6.593,3.918 +36047056000,"Census Tract 560, Kings County, New York",3481,2542.0,51581.0,633600.0,1203.0,2935.0,56.0,0.0,403.0,0.0,0.0,11.0,76.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 560,3571.0,3228.0,35.0,5.0,130.0,0.0,159.0,2467.0,40913.0,287500.0,990.0,47.3249409913454,40.12971220105391,7.1952287902914875,0.3465909090909091,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,84.315,90.395,-6.08,1.609,0.98,0.629,11.577,3.64,7.937,0.0,0.14,-0.14,0.0,0.0,0.0,2.183,4.453,-2.27 +36047056100,"Census Tract 561, Kings County, New York",3348,2680.0,84125.0,832200.0,1822.0,2479.0,240.0,8.0,189.0,0.0,0.0,117.0,315.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 561,3728.0,2876.0,45.0,11.0,210.0,1.0,489.0,2738.0,39022.2396,275020.7207,742.0,67.98507462686567,27.10007304601899,40.88500158084668,0.524116993741889,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,74.044,77.146,-3.102,7.168,1.207,5.961,5.645,5.633,0.012,0.239,0.295,-0.056,0.0,0.027,-0.027,9.409,13.117,-3.708 +36047056200,"Census Tract 562, Kings County, New York",1593,1146.0,55750.0,702000.0,594.0,1355.0,0.0,0.0,238.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 562,1673.0,1514.0,1.0,0.0,137.0,0.0,21.0,1013.0,51300.0,290100.0,422.0,51.832460732984295,41.658440276406715,10.17402045657758,0.40492307692307694,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,85.06,90.496,-5.436,0.0,0.06,-0.06,14.94,8.189,6.751,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.255,-1.255 +36047056300,"Census Tract 563, Kings County, New York",5092,4146.0,69583.0,725000.0,2339.0,3005.0,124.0,0.0,422.0,0.0,103.0,272.0,1166.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 563,4439.999997999999,1788.0999980000001,237.10000040000003,12.69999999,422.5999994,0.0,1774.7,3121.099998,32066.71958,208805.5913,716.4000014999999,56.41582247949831,22.953445963252342,33.46237651624597,0.5852688945213793,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,59.014,40.273,18.741,2.435,5.34,-2.905,8.288,9.518,-1.23,0.0,0.286,-0.286,0.0,0.0,0.0,22.899,39.971,-17.072 +36047056400,"Census Tract 564, Kings County, New York",2600,1822.0,89938.0,483700.0,825.0,1919.0,62.0,0.0,316.0,76.0,0.0,31.0,196.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 564,2442.0,2069.0,69.0,1.0,182.0,0.0,84.0,1700.0,46359.0,239300.0,557.0,45.27991218441273,32.76470588235294,12.515206302059788,0.28759148232375437,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,73.808,84.726,-10.918,2.385,2.826,-0.441,12.154,7.453,4.701,0.0,0.041,-0.041,2.923,0.0,2.923,7.538,3.44,4.098 +36047056500,"Census Tract 565, Kings County, New York",3049,2598.0,97135.0,1122300.0,1747.0,2355.0,12.0,0.0,192.0,0.0,25.0,98.0,367.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 565,3563.0,2295.1,58.99473691,7.17368421,193.12631580000001,0.0,867.9105263,2714.836842,32639.662180000003,267999.9608,834.7157897999999,67.24403387220939,30.746444017794857,36.49758985441453,0.6561347736327185,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,77.238,64.415,12.823,0.394,1.656,-1.262,6.297,5.42,0.877,0.0,0.201,-0.201,0.0,0.0,0.0,12.037,24.359,-12.322 +36047056600,"Census Tract 566, Kings County, New York",2821,2016.0,66445.0,588500.0,782.0,1326.0,195.0,0.0,953.0,0.0,51.0,115.0,181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 566,2577.0,2047.0,62.0,2.0,331.0,0.0,119.0,1921.0,42036.0,217300.0,563.0,38.78968253968254,29.3076522644456,9.482030275236937,0.46828887000849617,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,47.005,79.433,-32.428,6.912,2.406,4.506,33.782,12.844,20.938,0.0,0.078,-0.078,0.0,0.0,0.0,6.416,4.618,1.798 +36047056800,"Census Tract 568, Kings County, New York",1453,1150.0,84688.0,580800.0,402.0,927.0,0.0,0.0,403.0,0.0,0.0,0.0,123.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 568,1343.0,1034.0,11.0,3.0,196.0,0.0,94.0,865.0,48125.0,210900.0,213.0,34.95652173913044,24.6242774566474,10.332244282483039,0.47710743801652894,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,63.799,76.992,-13.193,0.0,0.819,-0.819,27.736,14.594,13.142,0.0,0.223,-0.223,0.0,0.0,0.0,8.465,6.999,1.466 +36047056900,"Census Tract 569, Kings County, New York",1537,1327.0,81691.0,944100.0,919.0,1278.0,16.0,0.0,67.0,9.0,5.0,13.0,149.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 569,1664.0,1313.0,10.0,11.0,68.0,0.0,219.0,1357.0,40143.0,235800.0,463.0,69.25395629238885,34.11938098747237,35.13457530491648,0.6403431839847474,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,83.149,78.906,4.243,1.041,0.601,0.44,4.359,4.087,0.272,0.0,0.661,-0.661,0.586,0.0,0.586,9.694,13.161,-3.467 +36047057000,"Census Tract 570, Kings County, New York",3548,2879.0,62031.0,175700.0,1045.0,2105.0,85.0,0.0,1012.0,0.0,32.0,20.0,294.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 570,3292.0,2483.0,71.0,4.0,535.0,0.0,182.0,2645.0,38750.0,63900.0,703.0,36.297325460229246,26.578449905482042,9.718875554747203,0.4762891291974957,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,59.329,75.425,-16.096,2.396,2.157,0.239,28.523,16.252,12.271,0.0,0.122,-0.122,0.0,0.0,0.0,8.286,5.529,2.757 +36047057100,"Census Tract 571, Kings County, New York",3800,3307.0,57614.0,571700.0,1682.0,3353.0,38.0,0.0,83.0,0.0,0.0,57.0,269.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 571,5083.0,4647.0,8.0,7.0,104.0,0.0,216.0,3780.0,35282.0,231900.0,636.0,50.8618082854551,16.825396825396826,34.036411460058275,0.4158894525100577,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,88.237,91.422,-3.185,1.0,0.157,0.843,2.184,2.046,0.138,0.0,0.138,-0.138,0.0,0.0,0.0,7.079,4.249,2.83 +36047057200,"Census Tract 572, Kings County, New York",5551,3419.0,18310.0,,527.0,718.0,2707.0,0.0,377.0,0.0,0.0,11.0,1738.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 572,5633.0,1337.0,2640.0,12.0,247.0,4.0,1356.0,3176.0,15361.0,275000.0,200.0,15.413863702837087,6.297229219143577,9.11663448369351,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,12.935,23.735,-10.8,48.766,46.867,1.899,6.792,4.385,2.407,0.0,0.213,-0.213,0.0,0.071,-0.071,31.31,24.072,7.238 +36047057300,"Census Tract 573, Kings County, New York",2593,2166.0,82448.0,771400.0,1130.0,1859.0,310.0,35.0,138.0,0.0,28.0,52.0,181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 573,2787.0,2436.0,17.0,6.0,99.0,0.0,209.0,2077.0,35588.0,224700.0,356.0,52.16989843028624,17.14010592200289,35.02979250828335,0.5805444646098004,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,71.693,87.406,-15.713,11.955,0.61,11.345,5.322,3.552,1.77,1.35,0.215,1.135,0.0,0.0,0.0,6.98,7.499,-0.519 +36047057400,"Census Tract 574, Kings County, New York",3211,2270.0,93750.0,590000.0,813.0,1553.0,37.0,0.0,1532.0,0.0,0.0,12.0,77.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 574,2626.0,1579.0,11.0,0.0,846.0,0.0,146.0,1832.0,58519.0,230900.0,676.0,35.81497797356828,36.89956331877729,-1.0845853452090068,0.4364474576271186,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,48.365,60.129,-11.764,1.152,0.419,0.733,47.711,32.216,15.495,0.0,0.0,0.0,0.0,0.0,0.0,2.398,5.56,-3.162 +36047057500,"Census Tract 575, Kings County, New York",3935,3244.0,72656.0,725000.0,1526.0,2985.0,2.0,0.0,337.0,0.0,14.0,35.0,562.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 575,5006.0,3231.0,59.0,17.0,279.0,0.0,1325.0,3468.0,30056.0,285600.0,589.0,47.0406905055487,16.9838523644752,30.056838141073502,0.4327393103448276,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,75.858,64.543,11.315,0.051,1.179,-1.128,8.564,5.573,2.991,0.0,0.34,-0.34,0.0,0.0,0.0,14.282,26.468,-12.186 +36047057600,"Census Tract 576, Kings County, New York",3141,2379.0,75772.0,665300.0,860.0,1471.0,37.0,0.0,1438.0,0.0,0.0,25.0,170.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 576,2836.0,1743.0,25.0,10.0,876.0,0.0,99.0,1973.0,45354.0,264500.0,695.0,36.14964270701976,35.22554485554993,0.9240978514698313,0.427506388095596,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,46.832,61.46,-14.628,1.178,0.882,0.296,45.782,30.889,14.893,0.0,0.353,-0.353,0.0,0.0,0.0,5.412,3.491,1.921 +36047057800,"Census Tract 578, Kings County, New York",3478,2415.0,52841.0,688500.0,756.0,1818.0,0.0,0.0,1041.0,0.0,0.0,113.0,506.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 578,2988.0,1840.0,25.0,13.0,767.0,0.0,287.0,2034.0,37262.0,259200.0,702.0,31.304347826086957,34.51327433628319,-3.208926510196232,0.45788235294117646,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,52.271,61.58,-9.309,0.0,0.837,-0.837,29.931,25.669,4.262,0.0,0.435,-0.435,0.0,0.0,0.0,14.549,9.605,4.944 +36047057900,"Census Tract 579, Kings County, New York",1074,852.0,56250.0,,353.0,520.0,67.0,7.0,20.0,0.0,0.0,22.0,445.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 579,1362.0,482.0,40.0,5.0,99.0,0.0,708.0,854.0,23445.0,242900.0,100.0,41.431924882629104,11.7096018735363,29.722323009092804,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,48.417,35.389,13.028,6.238,2.937,3.301,1.862,7.269,-5.407,0.652,0.367,0.285,0.0,0.0,0.0,41.434,51.982,-10.548 +36047058000,"Census Tract 580, Kings County, New York",4164,2730.0,43542.0,657900.0,895.0,1564.0,156.0,0.0,1723.0,0.0,0.0,44.0,677.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 580,3149.0,1713.0,35.0,10.0,1024.0,0.0,310.0,2197.0,29471.0,225300.0,482.0,32.78388278388278,21.939007737824305,10.844875046058476,0.5068673050615595,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,37.56,54.398,-16.838,3.746,1.111,2.635,41.378,32.518,8.86,0.0,0.318,-0.318,0.0,0.0,0.0,16.258,9.844,6.414 +36047058200,"Census Tract 582, Kings County, New York",2812,1815.0,49750.0,931800.0,361.0,1581.0,10.0,159.0,393.0,0.0,0.0,111.0,717.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 582,2999.0,1870.0,41.0,7.0,845.0,0.0,204.0,1995.0,24738.0,265900.0,426.0,19.889807162534435,21.353383458646615,-1.4635762961121799,0.5890792015453961,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,56.223,62.354,-6.131,0.356,1.367,-1.011,13.976,28.176,-14.2,5.654,0.233,5.421,0.0,0.0,0.0,25.498,6.802,18.696 +36047058400,"Census Tract 584, Kings County, New York",3179,2461.0,54375.0,568800.0,1206.0,2379.0,112.0,0.0,428.0,0.0,19.0,0.0,241.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 584,3528.0,2778.0,35.0,4.0,566.0,1.0,133.0,2677.0,37992.0,203300.0,749.0,49.00446972775295,27.979081060889055,21.025388666863893,0.4853164556962025,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,74.835,78.741,-3.906,3.523,0.992,2.531,13.463,16.043,-2.58,0.0,0.113,-0.113,0.0,0.028,-0.028,7.581,3.77,3.811 +36047058600,"Census Tract 586, Kings County, New York",3012,2124.0,66087.0,607000.0,614.0,692.0,21.0,0.0,1730.0,0.0,0.0,14.0,555.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 586,2327.0,773.0,138.0,9.0,1228.0,0.0,148.0,1602.0,44177.0,226300.0,357.0,28.907721280602637,22.284644194756556,6.623077085846081,0.46314332784184514,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,22.975,33.219,-10.244,0.697,5.93,-5.233,57.437,52.772,4.665,0.0,0.387,-0.387,0.0,0.0,0.0,18.426,6.36,12.066 +36047058800,"Census Tract 588, Kings County, New York",3728,2843.0,65069.0,489200.0,1485.0,2316.0,38.0,0.0,799.0,0.0,12.0,47.0,516.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 588,3473.0,2549.0,52.0,0.0,672.0,0.0,179.0,2628.0,38866.0,169400.0,982.0,52.233556102708405,37.36681887366819,14.866737229040218,0.5013573180703189,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,62.124,73.395,-11.271,1.019,1.497,-0.478,21.432,19.349,2.083,0.0,0.0,0.0,0.0,0.0,0.0,13.841,5.154,8.687 +36047058900,"Census Tract 589, Kings County, New York",1817,1511.0,82045.0,842400.0,776.0,1439.0,33.0,0.0,146.0,0.0,0.0,32.0,167.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 589,1774.0,1624.0,8.0,1.0,21.0,0.0,107.0,1203.0,41552.0,221600.0,247.0,51.3567174056916,20.53200332502078,30.824714080670816,0.6211965811965812,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,79.196,91.545,-12.349,1.816,0.451,1.365,8.035,1.184,6.851,0.0,0.056,-0.056,0.0,0.0,0.0,9.191,6.032,3.159 +36047059000,"Census Tract 590, Kings County, New York",1861,1295.0,48542.0,652600.0,473.0,701.0,170.0,0.0,759.0,0.0,0.0,7.0,224.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 590,1878.0,835.0,189.0,0.0,744.0,0.0,99.0,1364.0,46188.0,256900.0,268.0,36.52509652509652,19.64809384164223,16.877002683454293,0.43313515170088873,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,37.668,44.462,-6.794,9.135,10.064,-0.929,40.785,39.617,1.168,0.0,0.0,0.0,0.0,0.0,0.0,12.037,5.272,6.765 +36047059100,"Census Tract 591, Kings County, New York",3998,3452.0,92768.0,695100.0,1951.0,3106.0,102.0,0.0,116.0,0.0,0.0,105.0,569.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 591,4277.0,3557.0,26.0,16.0,68.0,0.0,499.0,2872.0,33047.0,249000.0,581.0,56.517960602549245,20.229805013927578,36.28815558862166,0.48416055243849804,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,77.689,83.166,-5.477,2.551,0.608,1.943,2.901,1.59,1.311,0.0,0.374,-0.374,0.0,0.0,0.0,14.232,11.667,2.565 +36047059200,"Census Tract 592, Kings County, New York",4641,3525.0,60982.0,524900.0,1404.0,2477.0,314.0,0.0,1375.0,0.0,17.0,74.0,384.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 592,3987.0,2577.0,52.0,13.0,1099.0,0.0,168.0,2931.0,39375.0,231400.0,987.0,39.829787234042556,33.67451381780962,6.155273416232937,0.3651819394170318,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,53.372,64.635,-11.263,6.766,1.304,5.462,29.627,27.565,2.062,0.0,0.326,-0.326,0.0,0.0,0.0,8.274,4.214,4.06 +36047059300,"Census Tract 593, Kings County, New York",2135,1645.0,68304.0,693500.0,752.0,1575.0,30.0,0.0,73.0,0.0,0.0,67.0,390.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 593,2488.0,1616.0,43.0,5.0,58.0,0.0,678.0,1612.0,35208.0,210000.0,179.0,45.714285714285715,11.104218362282879,34.61006735200284,0.5639509733237202,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,73.77,64.952,8.818,1.405,1.728,-0.323,3.419,2.331,1.088,0.0,0.201,-0.201,0.0,0.0,0.0,18.267,27.251,-8.984 +36047059401,"Census Tract 594.01, Kings County, New York",8186,5763.0,55474.0,684900.0,2450.0,4444.0,71.0,14.0,3026.0,0.0,0.0,77.0,554.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 594.01,7875.0,5287.0,27.0,11.0,2109.0,0.0,277.0,5595.0,35065.0,265700.0,1407.0,42.512580253340275,25.14745308310992,17.365127170230355,0.4413666228646518,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,54.288,67.137,-12.849,0.867,0.343,0.524,36.966,26.781,10.185,0.171,0.14,0.031,0.0,0.0,0.0,6.768,3.517,3.251 +36047059402,"Census Tract 594.02, Kings County, New York",5179,4243.0,71899.0,586400.0,1937.0,3832.0,86.0,0.0,1120.0,0.0,10.0,13.0,118.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 594.02,4614.0,3828.0,19.0,10.0,559.0,0.0,104.0,3574.0,47923.0,227300.0,1275.0,45.65166156021683,35.67431449356463,9.9773470666522,0.4418281036834925,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,73.991,82.965,-8.974,1.661,0.412,1.249,21.626,12.115,9.511,0.0,0.217,-0.217,0.0,0.0,0.0,2.278,2.254,0.024 +36047059600,"Census Tract 596, Kings County, New York",2505,1946.0,53295.0,170200.0,953.0,2132.0,205.0,0.0,110.0,0.0,0.0,10.0,48.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 596,2249.0,2002.0,39.0,1.0,125.0,0.0,67.0,1865.0,35000.0,48500.0,637.0,48.972250770811925,34.15549597855228,14.816754792259644,0.5896592244418332,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,85.11,89.017,-3.907,8.184,1.734,6.45,4.391,5.558,-1.167,0.0,0.044,-0.044,0.0,0.0,0.0,1.916,2.979,-1.063 +36047059800,"Census Tract 598, Kings County, New York",3391,2299.0,67279.0,274300.0,1036.0,2428.0,154.0,101.0,287.0,0.0,0.0,155.0,266.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 598,3310.0,2601.0,257.0,9.0,190.0,0.0,213.0,2418.0,43017.0,226300.0,847.0,45.06307090039147,35.028949545078575,10.034121355312898,-0.18801312431644185,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,71.601,78.58,-6.979,4.541,7.764,-3.223,8.464,5.74,2.724,2.978,0.272,2.706,0.0,0.0,0.0,7.844,6.435,1.409 +36047060000,"Census Tract 600, Kings County, New York",6572,4890.0,54664.0,439600.0,2391.0,5554.0,19.0,0.0,573.0,0.0,0.0,64.0,362.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 600,6116.0,4874.0,95.0,16.0,635.0,0.0,416.0,4542.0,42582.0,215900.0,1448.0,48.895705521472394,31.880228974020255,17.01547654745214,0.2927752502274795,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,84.51,79.693,4.817,0.289,1.553,-1.264,8.719,10.383,-1.664,0.0,0.262,-0.262,0.0,0.0,0.0,5.508,6.802,-1.294 +36047060600,"Census Tract 606, Kings County, New York",2728,2188.0,50500.0,258700.0,1018.0,1882.0,19.0,7.0,480.0,0.0,0.0,91.0,249.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 606,2472.0,1834.0,46.0,2.0,323.0,0.0,254.0,1923.0,29405.0,85800.0,607.0,46.52650822669104,31.56526261050442,14.961245616186623,0.5224120603015076,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,68.988,74.191,-5.203,0.696,1.861,-1.165,17.595,13.066,4.529,0.257,0.081,0.176,0.0,0.0,0.0,9.128,10.275,-1.147 +36047060800,"Census Tract 608, Kings County, New York",3432,2603.0,51111.0,410900.0,1360.0,2571.0,129.0,0.0,467.0,0.0,0.0,33.0,232.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 608,3725.0,2628.0,315.0,11.0,334.0,0.0,370.0,2527.0,42792.0,173600.0,756.0,52.247406838263544,29.916897506925206,22.330509331338337,0.391618398637138,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,74.913,70.55,4.363,3.759,8.456,-4.697,13.607,8.966,4.641,0.0,0.295,-0.295,0.0,0.0,0.0,6.76,9.933,-3.173 +36047061002,"Census Tract 610.02, Kings County, New York",4207,3326.0,65284.0,715300.0,1909.0,4207.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 610.02,2747.0,2618.0,9.0,1.0,25.0,2.0,69.0,2274.0,27361.0,178800.0,974.0,57.3962717979555,42.83201407211961,14.564257725835887,0.6400503285334824,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,100.0,95.304,4.696,0.0,0.328,-0.328,0.0,0.91,-0.91,0.0,0.036,-0.036,0.0,0.073,-0.073,0.0,2.512,-2.512 +36047061003,"Census Tract 610.03, Kings County, New York",2079,1231.0,52159.0,651100.0,330.0,546.0,0.0,0.0,620.0,0.0,85.0,0.0,828.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 610.03,1974.000019,1429.28125,23.30224419,3.691444635,255.401825,0.461430579,239.94390869999998,1494.112183,19490.0,198199.9991,475.7349243,26.807473598700245,31.840642872262826,-5.0331692735625815,0.5616525899185993,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,26.263,72.405,-46.142,0.0,1.18,-1.18,29.822,12.938,16.884,0.0,0.187,-0.187,0.0,0.023,-0.023,39.827,12.155,27.672 +36047061004,"Census Tract 610.04, Kings County, New York",6556,5070.0,24741.0,568500.0,2361.0,5425.0,2.0,0.0,400.0,0.0,0.0,343.0,386.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 610.04,6582.0001090000005,4765.71875,77.69775391,12.3085556,851.5982056,1.53856945,800.0560912999999,4981.887695,19489.99996,198200.0082,1586.2651369999999,46.56804733727811,31.84064423194509,14.727403105333018,0.49796303991556734,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,82.749,72.405,10.344,0.031,1.18,-1.149,6.101,12.938,-6.837,0.0,0.187,-0.187,0.0,0.023,-0.023,5.888,12.155,-6.267 +36047061200,"Census Tract 612, Kings County, New York",990,767.0,86953.0,922600.0,350.0,990.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 612,1177.0,1121.0,5.0,0.0,23.0,0.0,24.0,894.0,69013.0,455200.0,445.0,45.63233376792699,49.77628635346756,-4.143952585540575,0.2895209191415565,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,100.0,95.242,4.758,0.0,0.425,-0.425,0.0,1.954,-1.954,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.039,-2.039 +36047061600,"Census Tract 616, Kings County, New York",1513,1218.0,83854.0,1006800.0,636.0,1373.0,69.0,0.0,11.0,0.0,0.0,0.0,60.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 616,1521.0,1471.0,3.0,0.0,19.0,0.0,27.0,1190.0,70119.0,432400.0,552.0,52.216748768472904,46.38655462184874,5.830194146624166,0.38154946364719905,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,90.747,96.713,-5.966,4.56,0.197,4.363,0.727,1.249,-0.522,0.0,0.0,0.0,0.0,0.0,0.0,3.966,1.775,2.191 +36047062000,"Census Tract 620, Kings County, New York",2112,1540.0,119833.0,1221000.0,960.0,2036.0,0.0,0.0,47.0,0.0,0.0,0.0,29.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 620,1759.0,1690.0,3.0,2.0,24.0,0.0,31.0,1258.0,72413.58307000001,565227.1579,724.0,62.33766233766234,57.5516693163752,4.78599302128714,0.3333930324520885,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,96.402,96.077,0.325,0.0,0.171,-0.171,2.225,1.364,0.861,0.0,0.114,-0.114,0.0,0.0,0.0,1.373,1.762,-0.389 +36047062200,"Census Tract 622, Kings County, New York",2956,2335.0,69231.0,400800.0,958.0,2200.0,292.0,0.0,78.0,0.0,43.0,52.0,291.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 622,3064.0,2701.0,90.0,2.0,106.0,0.0,149.0,2461.0,41130.0,150800.0,620.0,41.02783725910064,25.19301097114994,15.834826287950705,0.45820359281437123,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,74.425,88.153,-13.728,9.878,2.937,6.941,2.639,3.46,-0.821,0.0,0.065,-0.065,0.0,0.0,0.0,9.844,4.863,4.981 +36047062600,"Census Tract 626, Kings County, New York",2817,2040.0,55833.0,330300.0,810.0,1391.0,252.0,0.0,691.0,0.0,0.0,85.0,398.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 626,2720.0,1872.0,201.0,10.0,293.0,1.0,293.0,1905.0,41733.0,172400.0,456.0,39.705882352941174,23.937007874015748,15.768874478925426,0.2483923705722071,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,49.379,68.824,-19.445,8.946,7.39,1.556,24.53,10.772,13.758,0.0,0.368,-0.368,0.0,0.037,-0.037,14.129,10.772,3.357 +36047062800,"Census Tract 628, Kings County, New York",5099,3624.0,72627.0,427900.0,911.0,4377.0,19.0,9.0,352.0,0.0,0.0,0.0,342.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 628,5509.0,5153.0,21.0,16.0,66.0,0.0,241.0,3744.0,59294.0,190400.0,517.0,25.137969094922738,13.808760683760683,11.329208411162055,0.35925216172002805,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,85.84,93.538,-7.698,0.373,0.381,-0.008,6.903,1.198,5.705,0.177,0.29,-0.113,0.0,0.0,0.0,6.707,4.375,2.332 +36047063200,"Census Tract 632, Kings County, New York",1588,1253.0,74250.0,248400.0,440.0,1243.0,14.0,0.0,199.0,0.0,0.0,0.0,132.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 632,1368.0,1206.0,8.0,0.0,85.0,0.0,52.0,1090.0,45645.0,112900.0,252.0,35.115722266560255,23.119266055045873,11.996456211514381,0.34550724637681157,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,78.275,88.158,-9.883,0.882,0.585,0.297,12.531,6.213,6.318,0.0,0.0,0.0,0.0,0.0,0.0,8.312,3.801,4.511 +36047063600,"Census Tract 636, Kings County, New York",1453,1040.0,105987.0,597300.0,526.0,1055.0,0.0,14.0,126.0,0.0,0.0,0.0,272.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 636,1283.0,1097.0,6.0,7.0,36.0,0.0,103.0,982.0,76854.0,222900.0,322.0,50.57692307692308,32.79022403258656,17.786699044336522,0.46262179809141135,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,72.608,85.503,-12.895,0.0,0.468,-0.468,8.672,2.806,5.866,0.964,0.546,0.418,0.0,0.0,0.0,18.72,8.028,10.692 +36047063800,"Census Tract 638, Kings County, New York",1882,1318.0,105833.0,601800.0,530.0,1371.0,26.0,0.0,355.0,0.0,0.0,1.0,129.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 638,1507.0,1294.0,6.0,3.0,96.0,0.0,84.0,1092.0,53603.0,239800.0,331.0,40.21244309559939,30.31135531135531,9.90108778424408,0.42620139581256233,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,72.848,85.866,-13.018,1.382,0.398,0.984,18.863,6.37,12.493,0.0,0.199,-0.199,0.0,0.0,0.0,6.854,5.574,1.28 +36047064000,"Census Tract 640, Kings County, New York",1832,1190.0,109911.0,651200.0,551.0,1393.0,0.0,0.0,175.0,0.0,0.0,0.0,264.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 640,1488.0,1308.0,4.0,5.0,60.0,0.0,101.0,1064.0,64297.0,236400.0,348.0,46.30252100840336,32.70676691729323,13.59575409111013,0.4772481572481572,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,76.037,87.903,-11.866,0.0,0.269,-0.269,9.552,4.032,5.52,0.0,0.336,-0.336,0.0,0.0,0.0,14.41,6.788,7.622 +36047064200,"Census Tract 642, Kings County, New York",2327,1635.0,54211.0,820200.0,710.0,1738.0,62.0,0.0,106.0,0.0,0.0,37.0,384.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 642,2693.0,2237.0,22.0,0.0,215.0,0.0,189.0,1804.0,38182.0,341600.0,662.0,43.42507645259939,36.69623059866962,6.728845853929769,0.4002633504023409,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,74.688,83.067,-8.379,2.664,0.817,1.847,4.555,7.984,-3.429,0.0,0.0,0.0,0.0,0.0,0.0,16.502,7.018,9.484 +36047064400,"Census Tract 644, Kings County, New York",3030,1773.0,88750.0,658400.0,724.0,2059.0,99.0,0.0,578.0,0.0,0.0,4.0,290.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 644,2299.0,1922.0,48.0,2.0,129.0,0.0,174.0,1482.0,49653.0,248400.0,331.0,40.83474337281444,22.33468286099865,18.500060511815786,0.45671931956257594,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,67.954,83.602,-15.648,3.267,2.088,1.179,19.076,5.611,13.465,0.0,0.087,-0.087,0.0,0.0,0.0,9.571,7.569,2.002 +36047064600,"Census Tract 646, Kings County, New York",2402,1307.0,94940.0,583300.0,545.0,1908.0,31.0,25.0,129.0,0.0,9.0,14.0,286.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 646,2064.0,1562.0,136.0,3.0,145.0,0.0,210.0,1411.0,59620.0,206400.0,393.0,41.69854628921193,27.852586817859674,13.84595947135226,0.490457740442311,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,79.434,75.678,3.756,1.291,6.589,-5.298,5.371,7.025,-1.654,1.041,0.145,0.896,0.0,0.0,0.0,11.907,10.174,1.733 +36047064800,"Census Tract 648, Kings County, New York",2240,1430.0,78103.0,580600.0,465.0,1504.0,492.0,0.0,60.0,0.0,0.0,25.0,159.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 648,1974.0,1239.0,315.0,5.0,181.0,0.0,222.0,1220.0,61902.0,223500.0,328.0,32.51748251748252,26.885245901639344,5.632236615843176,0.44567688598002064,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,67.143,62.766,4.377,21.964,15.957,6.007,2.679,9.169,-6.49,0.0,0.253,-0.253,0.0,0.0,0.0,7.098,11.246,-4.148 +36047065000,"Census Tract 650, Kings County, New York",1622,1183.0,64500.0,496700.0,363.0,369.0,658.0,0.0,208.0,0.0,0.0,0.0,387.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 650,1425.0,665.0,450.0,2.0,98.0,0.0,197.0,945.0,50500.0,208700.0,208.0,30.684699915469146,22.01058201058201,8.674117904887137,0.3949506744513791,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,22.75,46.667,-23.917,40.567,31.579,8.988,12.824,6.877,5.947,0.0,0.14,-0.14,0.0,0.0,0.0,23.859,13.825,10.034 +36047065200,"Census Tract 652, Kings County, New York",1053,882.0,91845.0,569100.0,410.0,900.0,31.0,0.0,72.0,0.0,0.0,28.0,22.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 652,1173.0,988.0,17.0,0.0,64.0,0.0,97.0,833.0,63958.0,224600.0,154.0,46.48526077097506,18.48739495798319,27.99786581299187,0.4316921454928835,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,85.47,84.228,1.242,2.944,1.449,1.495,6.838,5.456,1.382,0.0,0.0,0.0,0.0,0.0,0.0,2.089,8.269,-6.18 +36047065400,"Census Tract 654, Kings County, New York",1571,1195.0,90089.0,573600.0,423.0,1204.0,40.0,0.0,192.0,0.0,0.0,62.0,73.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 654,1611.0,1469.0,9.0,0.0,72.0,0.0,57.0,1074.0,67438.0,227400.0,298.0,35.39748953974895,27.746741154562383,7.650748385186571,0.4291213389121339,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,76.639,91.186,-14.547,2.546,0.559,1.987,12.222,4.469,7.753,0.0,0.0,0.0,0.0,0.0,0.0,4.647,3.538,1.109 +36047065600,"Census Tract 656, Kings County, New York",1788,1213.0,77328.0,445400.0,343.0,1294.0,0.0,0.0,149.0,0.0,0.0,48.0,297.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 656,1826.0,1670.0,12.0,7.0,55.0,0.0,73.0,1232.0,60098.0,184200.0,277.0,28.27699917559769,22.483766233766232,5.793232941831459,0.4044723843735968,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,72.371,91.457,-19.086,0.0,0.657,-0.657,8.333,3.012,5.321,0.0,0.383,-0.383,0.0,0.0,0.0,16.611,3.998,12.613 +36047065800,"Census Tract 658, Kings County, New York",1992,1458.0,81406.0,569200.0,705.0,1365.0,22.0,0.0,527.0,0.0,0.0,17.0,61.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 658,1849.0,1590.0,12.0,9.0,102.0,0.0,124.0,1279.0,63250.0,222600.0,350.0,48.35390946502058,27.365129007036746,20.988780457983832,0.4368517217146873,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,68.524,85.992,-17.468,1.104,0.649,0.455,26.456,5.516,20.94,0.0,0.487,-0.487,0.0,0.0,0.0,3.062,6.706,-3.644 +36047066000,"Census Tract 660, Kings County, New York",2295,1544.0,100978.0,543700.0,644.0,1697.0,22.0,0.0,372.0,0.0,0.0,55.0,149.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 660,1662.0,1508.0,2.0,0.0,78.0,0.0,74.0,1159.0,65833.0,229200.0,335.0,41.70984455958549,28.904227782571184,12.805616777014308,0.39295935258414566,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,73.943,90.734,-16.791,0.959,0.12,0.839,16.209,4.693,11.516,0.0,0.0,0.0,0.0,0.0,0.0,6.492,4.452,2.04 +36047066200,"Census Tract 662, Kings County, New York",1670,1209.0,84750.0,497100.0,396.0,1194.0,12.0,0.0,192.0,0.0,65.0,19.0,188.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 662,1366.0,1093.0,13.0,3.0,69.0,0.0,185.0,1035.0,48419.0,193600.0,238.0,32.754342431761785,22.995169082125603,9.759173349636182,0.4391792395896198,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,71.497,80.015,-8.518,0.719,0.952,-0.233,11.497,5.051,6.446,0.0,0.22,-0.22,0.0,0.0,0.0,11.257,13.543,-2.286 +36047066600,"Census Tract 666, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 666,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,0.0,,,100.0,,,0.0,,,0.0,,,0.0,,,0.0, +36047067000,"Census Tract 670, Kings County, New York",2897,2048.0,80417.0,483800.0,663.0,616.0,1521.0,0.0,222.0,0.0,31.0,23.0,484.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 670,2364.0,1477.0,527.0,7.0,149.0,1.0,188.0,1848.0,50901.0,212700.0,360.0,32.373046875,19.48051948051948,12.89252739448052,0.36691194708557257,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,21.263,62.479,-41.216,52.503,22.293,30.21,7.663,6.303,1.36,0.0,0.296,-0.296,0.0,0.042,-0.042,16.707,7.953,8.754 +36047067200,"Census Tract 672, Kings County, New York",1587,1123.0,70192.0,435500.0,267.0,211.0,1306.0,0.0,28.0,0.0,0.0,0.0,42.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 672,1319.0,358.0,720.0,8.0,44.0,0.0,182.0,781.0,39875.0,207300.0,194.0,23.775601068566342,24.839948783610755,-1.0643477150444127,0.31455338691159584,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,13.296,27.142,-13.846,82.294,54.587,27.707,1.764,3.336,-1.572,0.0,0.607,-0.607,0.0,0.0,0.0,2.647,13.798,-11.151 +36047067400,"Census Tract 674, Kings County, New York",2011,1409.0,79375.0,463000.0,377.0,302.0,1245.0,0.0,91.0,0.0,23.0,76.0,274.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 674,2009.0,766.0,940.0,7.0,50.0,0.0,241.0,1160.0,51146.0,199100.0,229.0,26.756564939673527,19.74137931034483,7.015185629328698,0.38076889848812095,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,15.017,38.128,-23.111,61.909,46.789,15.12,4.525,2.489,2.036,0.0,0.348,-0.348,0.0,0.0,0.0,13.625,11.996,1.629 +36047067600,"Census Tract 676, Kings County, New York",1969,1506.0,83382.0,450000.0,566.0,179.0,1444.0,0.0,99.0,0.0,10.0,0.0,237.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 676,1738.0,405.0,1055.0,15.0,70.0,0.0,161.0,1119.0,55119.0,209900.0,264.0,37.58300132802125,23.592493297587133,13.990508030434114,0.32832,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,9.091,23.303,-14.212,73.337,60.702,12.635,5.028,4.028,1.0,0.0,0.863,-0.863,0.0,0.0,0.0,12.037,9.264,2.773 +36047067800,"Census Tract 678, Kings County, New York",2650,2077.0,88385.0,477600.0,658.0,292.0,2298.0,0.0,0.0,0.0,10.0,0.0,50.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 678,2637.0,802.0,1592.0,5.0,57.0,0.0,169.0,1734.0,50536.0,250500.0,318.0,31.680308136735675,18.33910034602076,13.341207790714915,0.24472361809045226,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,11.019,30.413,-19.394,86.717,60.372,26.345,0.0,2.162,-2.162,0.0,0.19,-0.19,0.0,0.0,0.0,1.887,6.409,-4.522 +36047068000,"Census Tract 680, Kings County, New York",2300,1494.0,74904.0,413200.0,372.0,230.0,1792.0,0.0,46.0,0.0,0.0,15.0,217.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 680,1780.0,721.0,819.0,5.0,46.0,0.0,157.0,1087.0,59167.0,183700.0,208.0,24.899598393574298,19.135234590616374,5.764363802957924,0.35980638915779284,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,10.0,40.506,-30.506,77.913,46.011,31.902,2.0,2.584,-0.584,0.0,0.281,-0.281,0.0,0.0,0.0,9.435,8.82,0.615 +36047068200,"Census Tract 682, Kings County, New York",3050,2205.0,99583.0,461700.0,790.0,531.0,1980.0,0.0,205.0,0.0,0.0,15.0,319.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 682,2238.0,1257.0,640.0,20.0,69.0,0.0,237.0,1558.0,51852.0,192000.0,301.0,35.82766439909297,19.319640564826702,16.508023834266265,0.40116959064327484,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,17.41,56.166,-38.756,64.918,28.597,36.321,6.721,3.083,3.638,0.0,0.894,-0.894,0.0,0.0,0.0,10.459,10.59,-0.131 +36047068600,"Census Tract 686, Kings County, New York",1784,1341.0,57596.0,314700.0,452.0,838.0,540.0,0.0,130.0,0.0,0.0,71.0,205.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 686,1546.0,1261.0,66.0,0.0,109.0,0.0,104.0,1168.0,43393.0,197200.0,246.0,33.7061894108874,21.061643835616437,12.64454557527096,0.09765490943755958,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,46.973,81.565,-34.592,30.269,4.269,26.0,7.287,7.05,0.237,0.0,0.0,0.0,0.0,0.0,0.0,11.491,6.727,4.764 +36047068800,"Census Tract 688, Kings County, New York",1652,1265.0,91250.0,438900.0,323.0,591.0,800.0,5.0,104.0,0.0,0.0,0.0,157.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 688,1559.0,1056.0,278.0,2.0,63.0,0.0,153.0,1168.0,52391.0,187200.0,214.0,25.533596837944664,18.32191780821918,7.2116790297254845,0.38580997949419005,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,35.775,67.736,-31.961,48.426,17.832,30.594,6.295,4.041,2.254,0.303,0.128,0.175,0.0,0.0,0.0,9.504,9.814,-0.31 +36047069000,"Census Tract 690, Kings County, New York",2234,1497.0,101146.0,447100.0,627.0,345.0,1325.0,0.0,143.0,0.0,73.0,108.0,240.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 690,1773.0,905.0,623.0,1.0,63.0,0.0,172.0,1108.0,56786.0,190700.0,216.0,41.88376753507014,19.494584837545126,22.389182697525015,0.38580183404160145,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,15.443,51.043,-35.6,59.311,35.138,24.173,6.401,3.553,2.848,0.0,0.056,-0.056,0.0,0.0,0.0,10.743,9.701,1.042 +36047069200,"Census Tract 692, Kings County, New York",3000,1882.0,107264.0,457100.0,628.0,289.0,2289.0,0.0,117.0,9.0,48.0,95.0,153.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 692,2353.0,926.0,1153.0,1.0,63.0,0.0,180.0,1501.0,51914.0,245300.0,353.0,33.36875664187035,23.51765489673551,9.851101745134837,0.2272325530518486,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,9.633,39.354,-29.721,76.3,49.001,27.299,3.9,2.677,1.223,0.0,0.042,-0.042,0.3,0.0,0.3,5.1,7.65,-2.55 +36047069601,"Census Tract 696.01, Kings County, New York",3677,2589.0,62458.0,606000.0,1018.0,1529.0,1388.0,0.0,152.0,0.0,10.0,70.0,528.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 696.01,3343.9999559999997,2886.293457,134.56994630000003,1.26554811,96.18165588,0.0,203.3313904,2326.921143,48491.99916,270699.9998,621.3840942,39.320200849748936,26.704132027391186,12.61606882235775,0.35675247572277236,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,41.583,86.313,-44.73,37.748,4.024,33.724,4.134,2.876,1.258,0.0,0.038,-0.038,0.0,0.0,0.0,14.36,6.08,8.28 +36047069602,"Census Tract 696.02, Kings County, New York",6601,4649.0,88048.0,603900.0,1665.0,3933.0,1074.0,0.0,491.0,0.0,0.0,117.0,986.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 696.02,4583.000043999999,3955.706543,184.43005369999997,1.73445189,131.8183441,0.0,278.6686096,3189.078857,48492.00061,270700.0002,851.6159058000001,35.81415358141536,26.704134453455442,9.11001912795992,0.35451564780924,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,59.582,86.313,-26.731,16.27,4.024,12.246,7.438,2.876,4.562,0.0,0.038,-0.038,0.0,0.0,0.0,14.937,6.08,8.857 +36047069800,"Census Tract 698, Kings County, New York",1478,1045.0,69375.0,495500.0,345.0,1097.0,55.0,0.0,162.0,0.0,0.0,0.0,164.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 698,1294.259549,1173.416424,25.71078146,2.0,31.0,0.0,44.13234425,893.7301712000001,74352.18557,218801.5912,243.3234444,33.014354066985646,27.225604801199978,5.788749265785668,0.36412857451463176,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,74.222,90.663,-16.441,3.721,1.987,1.734,10.961,2.395,8.566,0.0,0.155,-0.155,0.0,0.0,0.0,11.096,3.41,7.686 +36047070000,"Census Tract 700, Kings County, New York",1715,1156.0,59583.0,578700.0,422.0,1586.0,46.0,7.0,17.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 700,1736.0,1615.0,25.0,1.0,46.0,0.0,45.0,1247.0,53229.0,273700.0,268.0,36.50519031141869,21.4915797914996,15.013610519919087,0.31894245723172626,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,92.478,93.03,-0.552,2.682,1.44,1.242,0.991,2.65,-1.659,0.408,0.058,0.35,0.0,0.0,0.0,3.848,2.592,1.256 +36047070201,"Census Tract 702.01, Kings County, New York",5939,4171.0,83672.0,709500.0,1881.0,5015.0,124.0,42.0,185.0,0.0,0.0,0.0,590.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 702.01,6502.0,6143.0,26.0,1.0,173.0,4.0,121.0,4641.0,67986.0,371200.0,1860.0,45.097099017022295,40.077569489334195,5.0195295276881,0.24661310782241014,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,84.442,94.479,-10.037,2.088,0.4,1.688,3.115,2.661,0.454,0.707,0.015,0.692,0.0,0.062,-0.062,9.934,1.861,8.073 +36047070202,"Census Tract 702.02, Kings County, New York",24,24.0,,,12.0,24.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 702.02,114.7404505,109.58358,1.289218545,0.0,0.0,0.0,3.867655754,99.2698288,53750.0014,351599.9916,38.67655563,50.0,38.96103790802549,11.038962091974511,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,100.0,95.506,4.494,0.0,1.124,-1.124,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.371,-3.371 +36047070203,"Census Tract 702.03, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36047070600,"Census Tract 706, Kings County, New York",2985,1983.0,98889.0,644200.0,742.0,2452.0,310.0,0.0,95.0,0.0,0.0,0.0,128.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 706,2876.0,2741.0,7.0,0.0,60.0,0.0,65.0,2091.0,68348.0,346600.0,602.0,37.41805345436208,28.790052606408416,8.628000847953665,0.22523439925488978,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,82.144,95.306,-13.162,10.385,0.243,10.142,3.183,2.086,1.097,0.0,0.0,0.0,0.0,0.0,0.0,4.288,2.26,2.028 +36047072000,"Census Tract 720, Kings County, New York",2261,1447.0,78750.0,575900.0,493.0,80.0,1998.0,0.0,121.0,0.0,0.0,32.0,30.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 720,1643.0,481.0,988.0,0.0,20.0,1.0,134.0,970.0,34712.0,287400.0,149.0,34.070490670352456,15.360824742268042,18.709665928084412,0.2813752387567286,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,3.538,29.276,-25.738,88.368,60.134,28.234,5.352,1.217,4.135,0.0,0.0,0.0,0.0,0.061,-0.061,1.327,8.156,-6.829 +36047072200,"Census Tract 722, Kings County, New York",3296,2251.0,67287.0,499000.0,594.0,106.0,2877.0,0.0,68.0,0.0,0.0,13.0,232.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 722,2853.0,191.0,2502.0,3.0,47.0,0.0,89.0,1943.0,46389.0,201200.0,434.0,26.388271879164815,22.33659289758106,4.0516789815837555,0.41938276553106213,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,3.216,6.695,-3.479,87.288,87.697,-0.409,2.063,1.647,0.416,0.0,0.105,-0.105,0.0,0.0,0.0,7.039,3.12,3.919 +36047072400,"Census Tract 724, Kings County, New York",1741,1280.0,69375.0,484300.0,312.0,41.0,1558.0,0.0,0.0,0.0,20.0,13.0,109.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 724,1984.0,74.0,1780.0,6.0,17.0,0.0,105.0,1348.0,47861.0,184600.0,265.0,24.375,19.658753709198812,4.7162462908011875,0.4511170761924427,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.355,3.73,-1.375,89.489,89.718,-0.229,0.0,0.857,-0.857,0.0,0.302,-0.302,0.0,0.0,0.0,6.261,5.292,0.969 +36047072600,"Census Tract 726, Kings County, New York",2196,1547.0,82353.0,470400.0,490.0,45.0,1880.0,0.0,45.0,0.0,0.0,0.0,226.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 726,2546.577752,147.5664262,2187.349739,11.01359423,68.09062819,0.0,122.44860959999998,1601.508546,65143.23887000001,191114.3317,392.9303805,31.67420814479638,24.535016155948757,7.1391919888476245,0.41495612744897953,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.049,5.795,-3.746,85.61,85.894,-0.284,2.049,2.674,-0.625,0.0,0.432,-0.432,0.0,0.0,0.0,10.291,4.808,5.483 +36047072800,"Census Tract 728, Kings County, New York",4065,2890.0,55156.0,310600.0,976.0,144.0,3608.0,0.0,93.0,0.0,12.0,16.0,192.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 728,3777.0,490.0,3022.0,11.0,43.0,0.0,179.0,2532.0,45775.0,194000.0,718.0,33.77162629757785,28.35703001579779,5.414596281780064,0.10057952350289762,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.542,12.973,-9.431,88.758,80.011,8.747,2.288,1.138,1.15,0.0,0.291,-0.291,0.0,0.0,0.0,4.723,4.739,-0.016 +36047073000,"Census Tract 730, Kings County, New York",2431,1768.0,103424.0,484500.0,626.0,124.0,2018.0,0.0,13.0,0.0,34.0,86.0,156.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 730,2327.0,291.0,1870.0,16.0,22.0,0.0,108.0,1478.0,50598.0,215100.0,408.0,35.40723981900452,27.60487144790257,7.802368371101952,0.3606934984520124,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,5.101,12.505,-7.404,83.011,80.361,2.65,0.535,0.945,-0.41,0.0,0.688,-0.688,0.0,0.0,0.0,6.417,4.641,1.776 +36047073200,"Census Tract 732, Kings County, New York",2644,1743.0,75094.0,457300.0,366.0,60.0,2278.0,21.0,140.0,0.0,75.0,0.0,70.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 732,2363.974803,239.3124833,1853.6819079999998,3.016961981,46.89408791,0.0,154.66792809999998,1509.4387869999998,62598.39746,206114.5322,365.9167038,20.998278829604132,24.24190414023063,-3.2436253106264985,0.35096233026897006,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.269,10.123,-7.854,86.157,78.414,7.743,5.295,1.984,3.311,0.794,0.128,0.666,0.0,0.0,0.0,2.648,6.543,-3.895 +36047073400,"Census Tract 734, Kings County, New York",2145,1563.0,87361.0,476000.0,659.0,67.0,1925.0,0.0,0.0,0.0,29.0,14.0,110.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 734,2165.0,106.0,1803.0,1.0,38.0,0.0,179.0,1187.0,55735.0,220800.0,243.0,42.16250799744082,20.471777590564447,21.690730406876373,0.33203361344537813,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,3.124,4.896,-1.772,89.744,83.279,6.465,0.0,1.755,-1.755,0.0,0.046,-0.046,0.0,0.0,0.0,5.128,8.268,-3.14 +36047073600,"Census Tract 736, Kings County, New York",3569,2428.0,70033.0,454000.0,751.0,286.0,2310.0,0.0,282.0,0.0,78.0,32.0,581.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 736,3337.025252,406.68753050000004,2230.318115,2.983037949,333.1059265,0.0,293.3320618,2187.561279,45944.001710000004,186200.0008,337.083313,30.930807248764417,15.409091221165284,15.521716027599133,0.4094096890925111,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,8.013,12.187,-4.174,64.724,66.836,-2.112,7.901,9.982,-2.081,0.0,0.089,-0.089,0.0,0.0,0.0,16.279,8.79,7.489 +36047073800,"Census Tract 738, Kings County, New York",3988,2493.0,62784.0,515800.0,713.0,1251.0,2041.0,0.0,211.0,0.0,0.0,14.0,471.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 738,3306.0,1080.0,1651.0,3.0,168.0,1.0,343.0,2002.0,37833.0,216900.0,437.0,28.60008022462896,21.82817182817183,6.771908396457132,0.3944629701434665,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,31.369,32.668,-1.299,51.179,49.94,1.239,5.291,5.082,0.209,0.0,0.091,-0.091,0.0,0.03,-0.03,11.81,10.375,1.435 +36047074000,"Census Tract 740, Kings County, New York",4122,2486.0,60913.0,491300.0,738.0,406.0,2578.0,0.0,736.0,0.0,23.0,85.0,294.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 740,3623.0,283.0,2592.0,6.0,246.0,0.0,451.0,2092.0,38208.0,221300.0,406.0,29.686242960579243,19.407265774378587,10.278977186200656,0.35136983513128434,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,9.85,7.811,2.039,62.542,71.543,-9.001,17.855,6.79,11.065,0.0,0.166,-0.166,0.0,0.0,0.0,7.132,12.448,-5.316 +36047074200,"Census Tract 742, Kings County, New York",3326,2102.0,80543.0,582200.0,632.0,1208.0,1516.0,11.0,171.0,0.0,8.0,100.0,323.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 742,3348.0,910.0,2026.0,0.0,153.0,0.0,244.0,1930.0,50085.0,221700.0,393.0,30.066603235014274,20.362694300518136,9.703908934496138,0.45165235314324975,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,36.32,27.18,9.14,45.58,60.514,-14.934,5.141,4.57,0.571,0.331,0.0,0.331,0.0,0.0,0.0,9.711,7.288,2.423 +36047074400,"Census Tract 744, Kings County, New York",2797,1393.0,104167.0,624600.0,659.0,2083.0,390.0,0.0,110.0,0.0,0.0,59.0,155.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 744,2349.0,2025.0,169.0,1.0,57.0,0.0,97.0,1303.0,66563.0,273500.0,379.0,47.30796841349605,29.08672294704528,18.221245466450767,0.36945244956772333,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,74.473,86.207,-11.734,13.944,7.195,6.749,3.933,2.427,1.506,0.0,0.043,-0.043,0.0,0.0,0.0,5.542,4.129,1.413 +36047074600,"Census Tract 746, Kings County, New York",2600,1518.0,82159.0,660900.0,506.0,1836.0,378.0,0.0,120.0,0.0,31.0,49.0,186.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 746,1985.0,1246.0,451.0,2.0,121.0,0.0,155.0,1299.0,48466.0,224300.0,431.0,33.333333333333336,33.179368745188604,0.15396458814473135,0.5112846118928733,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,70.615,62.771,7.844,14.538,22.72,-8.182,4.615,6.096,-1.481,0.0,0.101,-0.101,0.0,0.0,0.0,7.154,7.809,-0.655 +36047074800,"Census Tract 748, Kings County, New York",1741,1030.0,76917.0,687900.0,555.0,1321.0,337.0,0.0,15.0,0.0,0.0,0.0,68.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 748,2094.0,1458.0,425.0,0.0,69.0,0.0,141.0,1115.0,57500.0,328800.0,403.0,53.883495145631066,36.143497757847534,17.739997387783532,0.3117139119058003,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,75.876,69.628,6.248,19.357,20.296,-0.939,0.862,3.295,-2.433,0.0,0.0,0.0,0.0,0.0,0.0,3.906,6.734,-2.828 +36047075000,"Census Tract 750, Kings County, New York",2823,1677.0,58750.0,720100.0,633.0,2264.0,300.0,0.0,66.0,0.0,20.0,9.0,164.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 750,3148.0,2583.0,278.0,11.0,109.0,0.0,146.0,1683.0,47976.0,329600.0,707.0,37.74597495527728,42.008318478906716,-4.262343523629433,0.34089154284127204,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,80.198,82.052,-1.854,10.627,8.831,1.796,2.338,3.463,-1.125,0.0,0.349,-0.349,0.0,0.0,0.0,5.809,4.638,1.171 +36047075200,"Census Tract 752, Kings County, New York",955,584.0,153438.0,1055000.0,368.0,915.0,35.0,0.0,5.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 752,1260.0,1238.0,8.0,0.0,3.0,0.0,9.0,609.0,65227.0,636800.0,305.0,63.013698630136986,50.082101806239734,12.931596823897252,0.13081327014218008,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,95.812,98.254,-2.442,3.665,0.635,3.03,0.524,0.238,0.286,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.714,-0.714 +36047075400,"Census Tract 754, Kings County, New York",1495,934.0,109167.0,928700.0,495.0,1489.0,2.0,0.0,1.0,0.0,0.0,0.0,3.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 754,1600.0,1585.0,1.0,0.0,0.0,0.0,8.0,882.0,92663.0,482100.0,473.0,52.99785867237687,53.6281179138322,-0.6302592414553274,0.25247765693980834,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,99.599,99.062,0.537,0.134,0.062,0.072,0.067,0.0,0.067,0.0,0.0,0.0,0.0,0.0,0.0,0.201,0.5,-0.299 +36047075600,"Census Tract 756, Kings County, New York",2144,1354.0,82813.0,794600.0,694.0,1694.0,73.0,0.0,301.0,0.0,0.0,0.0,76.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 756,1974.0,1677.0,73.0,4.0,137.0,0.0,81.0,1187.0,54236.0,326100.0,532.0,51.25553914327917,44.81887110362258,6.436668039656595,0.40903095897306824,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,79.011,84.954,-5.943,3.405,3.698,-0.293,14.039,6.94,7.099,0.0,0.203,-0.203,0.0,0.0,0.0,3.545,4.103,-0.558 +36047075800,"Census Tract 758, Kings County, New York",1659,1166.0,86625.0,835100.0,622.0,1529.0,10.0,0.0,49.0,0.0,0.0,15.0,56.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 758,1877.0,1756.0,15.0,6.0,62.0,0.0,34.0,1145.0,50662.0,345700.0,548.0,53.34476843910806,47.86026200873363,5.484506430374431,0.40389414441384264,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,92.164,93.554,-1.39,0.603,0.799,-0.196,2.954,3.303,-0.349,0.0,0.32,-0.32,0.0,0.0,0.0,3.376,1.811,1.565 +36047076000,"Census Tract 760, Kings County, New York",3017,1710.0,57292.0,930400.0,914.0,2593.0,77.0,0.0,157.0,0.0,31.0,22.0,137.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 760,2993.0,2598.0,62.0,1.0,175.0,0.0,141.0,1935.0,31888.0,407400.0,711.0,53.45029239766082,36.74418604651163,16.706106351149188,0.3694582975064488,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,85.946,86.803,-0.857,2.552,2.072,0.48,5.204,5.847,-0.643,0.0,0.033,-0.033,0.0,0.0,0.0,4.541,4.711,-0.17 +36047076200,"Census Tract 762, Kings County, New York",5214,3068.0,48810.0,848400.0,1221.0,2459.0,939.0,0.0,913.0,0.0,0.0,0.0,903.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 762,4671.0,2779.0,604.0,14.0,546.0,0.0,672.0,2883.0,30275.0,356700.0,921.0,39.797913950456326,31.94588969823101,7.852024252225316,0.39456859971711455,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,47.161,59.495,-12.334,18.009,12.931,5.078,17.511,11.689,5.822,0.0,0.3,-0.3,0.0,0.0,0.0,17.319,14.387,2.932 +36047076400,"Census Tract 764, Kings County, New York",3725,2486.0,55111.0,786500.0,891.0,1088.0,1786.0,0.0,210.0,0.0,21.0,61.0,559.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 764,4192.0,1048.0,2349.0,9.0,150.0,6.0,559.0,2533.0,30328.0,340500.0,558.0,35.84070796460177,22.029214370311884,13.811493594289885,0.3765797838525111,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,29.208,25.0,4.208,47.946,56.035,-8.089,5.638,3.578,2.06,0.0,0.215,-0.215,0.0,0.143,-0.143,15.007,13.335,1.672 +36047076600,"Census Tract 766, Kings County, New York",2416,1605.0,67736.0,821100.0,490.0,284.0,1657.0,0.0,35.0,0.0,15.0,45.0,380.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 766,2297.0,159.0,1801.0,5.0,39.0,0.0,286.0,1353.0,38796.0,275000.0,259.0,30.529595015576323,19.142645971914266,11.386949043662057,0.5177201315308733,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,11.755,6.922,4.833,68.584,78.407,-9.823,1.449,1.698,-0.249,0.0,0.218,-0.218,0.0,0.0,0.0,15.728,12.451,3.277 +36047076800,"Census Tract 768, Kings County, New York",3104,1958.0,41920.0,671100.0,883.0,2488.0,57.0,0.0,253.0,0.0,0.0,58.0,248.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 768,3601.0,2830.0,60.0,7.0,552.0,0.0,119.0,2159.0,35341.17876,272396.6102,632.0,45.097037793667006,29.272811486799444,15.824226306867562,0.4155101792758159,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,80.155,78.589,1.566,1.836,1.666,0.17,8.151,15.329,-7.178,0.0,0.194,-0.194,0.0,0.0,0.0,7.99,3.305,4.685 +36047077000,"Census Tract 770, Kings County, New York",3131,1868.0,49951.0,519500.0,861.0,356.0,1961.0,0.0,98.0,0.0,0.0,169.0,547.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 770,3063.0,206.0,2457.0,4.0,81.0,0.0,287.0,1961.0,41775.0,286600.0,406.0,46.09207708779443,20.703722590515042,25.388354497279387,0.20557459095283928,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,11.37,6.725,4.645,62.632,80.215,-17.583,3.13,2.644,0.486,0.0,0.131,-0.131,0.0,0.0,0.0,17.47,9.37,8.1 +36047077200,"Census Tract 772, Kings County, New York",3168,1951.0,56740.0,573900.0,871.0,1130.0,1317.0,26.0,58.0,0.0,0.0,38.0,625.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 772,3325.0,1064.0,1764.0,9.0,98.0,0.0,338.0,1915.0,47730.0,321700.0,609.0,44.643772424397746,31.801566579634464,12.842205844763281,0.192807109252483,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,35.669,32.0,3.669,41.572,53.053,-11.481,1.831,2.947,-1.116,0.821,0.271,0.55,0.0,0.0,0.0,19.729,10.165,9.564 +36047077400,"Census Tract 774, Kings County, New York",3539,2229.0,62917.0,642400.0,813.0,550.0,2254.0,0.0,319.0,0.0,44.0,47.0,325.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 774,3121.0,779.0,1508.0,7.0,343.0,0.0,387.0,2008.0,34583.0,208300.0,699.0,36.47375504710632,34.810756972111555,1.6629980749947677,0.5330759651307596,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,15.541,24.96,-9.419,63.69,48.318,15.372,9.014,10.99,-1.976,0.0,0.224,-0.224,0.0,0.0,0.0,9.183,12.4,-3.217 +36047077600,"Census Tract 776, Kings County, New York",3907,2949.0,62083.0,318600.0,1242.0,157.0,3174.0,0.0,298.0,0.0,0.0,132.0,146.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 776,4123.381214999999,490.6680951,3157.4720899999998,28.97491097,124.12236920000001,0.0,300.10914069999995,2776.1205800000002,41168.7983,143920.2726,754.7998285,42.11597151576806,27.189014552818882,14.926956962949177,0.3495128922033899,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,4.018,11.9,-7.882,81.239,76.575,4.664,7.627,3.01,4.617,0.0,0.703,-0.703,0.0,0.0,0.0,3.737,7.278,-3.541 +36047078000,"Census Tract 780, Kings County, New York",2551,1943.0,83478.0,459500.0,559.0,57.0,2347.0,0.0,0.0,0.0,8.0,19.0,120.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 780,2548.831406,125.0777366,2277.792156,3.0244518439999997,20.07205175,0.0,98.94497085,1653.133375,60212.21329,194604.169,425.0601489,28.7699433865157,25.7123929217145,3.0575504648011993,0.39014145079434176,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.234,4.907,-2.673,92.003,89.366,2.637,0.0,0.788,-0.788,0.0,0.119,-0.119,0.0,0.0,0.0,4.704,3.882,0.822 +36047078200,"Census Tract 782, Kings County, New York",5329,3632.0,65028.0,461600.0,851.0,42.0,4955.0,0.0,61.0,0.0,19.0,57.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 782,4320.0,64.0,3942.0,9.0,55.0,0.0,228.0,2574.0,30678.0,181100.0,418.0,23.430616740088105,16.23931623931624,7.191300500771867,0.4350433275563258,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.788,1.481,-0.693,92.982,91.25,1.732,1.145,1.273,-0.128,0.0,0.208,-0.208,0.0,0.0,0.0,3.659,5.278,-1.619 +36047078400,"Census Tract 784, Kings County, New York",2612,1934.0,82174.0,506300.0,649.0,93.0,2220.0,0.0,34.0,0.0,65.0,19.0,181.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 784,2740.0,143.0,2377.0,5.0,35.0,0.0,159.0,1785.0,51972.0,218200.0,327.0,33.55739400206825,18.319327731092436,15.238066270975814,0.37940351570215286,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,3.56,5.219,-1.659,84.992,86.752,-1.76,1.302,1.277,0.025,0.0,0.182,-0.182,0.0,0.0,0.0,6.93,5.803,1.127 +36047078600,"Census Tract 786, Kings County, New York",4965,3366.0,53019.0,338800.0,883.0,372.0,3454.0,0.0,279.0,0.0,65.0,166.0,629.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 786,4463.20958,240.6877441,3556.385986,9.987043381,219.7149506,0.0,387.49728389999996,2900.237305,33821.99967,173500.0041,609.2096558,26.232917409387998,21.005510643895395,5.227406765492603,0.262573772420307,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,7.492,5.393,2.099,69.567,79.682,-10.115,5.619,4.923,0.696,0.0,0.224,-0.224,0.0,0.0,0.0,12.669,8.682,3.987 +36047078800,"Census Tract 788, Kings County, New York",3307,2055.0,37159.0,498200.0,383.0,25.0,2920.0,16.0,29.0,0.0,13.0,78.0,226.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 788,3775.0,36.0,3432.0,14.0,24.0,0.0,242.0,2077.0,26353.0,234000.0,165.0,18.637469586374696,7.944150216658643,10.693319369716054,0.32364512244078686,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.756,0.954,-0.198,88.298,90.914,-2.616,0.877,0.636,0.241,0.484,0.371,0.113,0.0,0.0,0.0,6.834,6.411,0.423 +36047079000,"Census Tract 790, Kings County, New York",5197,3281.0,37367.0,593200.0,611.0,145.0,4539.0,2.0,108.0,0.0,25.0,77.0,301.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 790,5908.0,28.0,5410.0,8.0,50.0,0.0,380.0,3513.0,32310.0,229300.0,447.0,18.62237122828406,12.724167378309138,5.898203849974921,0.44337154416722857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,2.79,0.474,2.316,87.339,91.571,-4.232,2.078,0.846,1.232,0.038,0.135,-0.097,0.0,0.0,0.0,5.792,6.432,-0.64 +36047079200,"Census Tract 792, Kings County, New York",3820,2486.0,39468.0,467300.0,452.0,387.0,2715.0,0.0,7.0,0.0,10.0,67.0,634.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 792,3815.0,54.0,3443.0,3.0,30.0,0.0,273.0,2362.0,24878.0,184400.0,252.0,18.181818181818183,10.668924640135478,7.512893541682706,0.4317654611598545,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.131,1.415,8.716,71.073,90.249,-19.176,0.183,0.786,-0.603,0.0,0.079,-0.079,0.0,0.0,0.0,16.597,7.156,9.441 +36047079400,"Census Tract 794, Kings County, New York",1783,1178.0,35871.0,392400.0,201.0,13.0,1637.0,0.0,0.0,0.0,0.0,0.0,133.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 794,1932.0,18.0,1745.0,11.0,6.0,0.0,139.0,1048.0,32014.0,148500.0,59.0,17.062818336162987,5.629770992366412,11.433047343796575,0.45504587155963305,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,0.729,0.932,-0.203,91.812,90.321,1.491,0.0,0.311,-0.311,0.0,0.569,-0.569,0.0,0.0,0.0,7.459,7.195,0.264 +36047079601,"Census Tract 796.01, Kings County, New York",4577,3498.0,57061.0,737600.0,1243.0,960.0,3017.0,0.0,81.0,0.0,9.0,68.0,442.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 796.01,5194.999976,89.55171204,4438.062988000001,7.504333496,58.03351212,0.0,559.3229980000001,3168.32959,29878.99966,197699.9954,250.6447449,35.534591194968556,7.910942904775258,27.623648290193298,0.6140347161388287,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,20.974,1.724,19.25,65.917,85.43,-19.513,1.77,1.117,0.653,0.0,0.144,-0.144,0.0,0.0,0.0,9.657,10.767,-1.11 +36047079602,"Census Tract 796.02, Kings County, New York",4639,3180.0,45377.0,363500.0,981.0,444.0,3309.0,0.0,28.0,0.0,9.0,151.0,698.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 796.02,5189.000024,89.44828796,4432.937011999999,7.495666504,57.96648788,0.0,558.6770019999999,3164.67041,29879.00034,197700.0046,250.3552551,30.849056603773583,7.910942457353718,22.938114146419863,0.21681428714167822,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,9.571,1.724,7.847,71.33,85.43,-14.1,0.604,1.117,-0.513,0.0,0.144,-0.144,0.0,0.0,0.0,15.046,10.767,4.279 +36047079801,"Census Tract 798.01, Kings County, New York",3023,2326.0,80037.0,801600.0,1159.0,826.0,1680.0,0.0,115.0,0.0,29.0,54.0,319.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 798.01,3572.6294909999997,112.39379879999998,3009.8745120000003,9.824632645,58.94779587,0.0,363.5114136,2232.942627,29746.99958,314800.0015,371.76409910000007,49.8280309544282,16.64906633089235,33.17896462353585,0.4344910152694611,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,27.324,3.146,24.178,55.574,84.248,-28.674,3.804,1.65,2.154,0.0,0.275,-0.275,0.0,0.0,0.0,10.552,10.175,0.377 +36047079802,"Census Tract 798.02, Kings County, New York",5985,4572.0,61974.0,581300.0,1684.0,1266.0,3379.0,0.0,300.0,0.0,48.0,65.0,927.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 798.02,5518.370779999999,173.6062012,4649.125488000001,15.17536831,91.05220795,0.0,561.4885864,3449.0576170000004,29747.000010000003,314799.9942,574.2359008999999,36.832895888014,16.6490666340179,20.1838292539961,0.2201754831446757,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,21.153,3.146,18.007,56.458,84.248,-27.79,5.013,1.65,3.363,0.0,0.275,-0.275,0.0,0.0,0.0,15.489,10.175,5.314 +36047080000,"Census Tract 800, Kings County, New York",3877,2643.0,72083.0,1102400.0,1121.0,839.0,2537.0,0.0,73.0,0.0,0.0,160.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 800,3927.0,245.0,3378.0,10.0,64.0,1.0,210.0,2536.0,42225.0,242300.0,510.0,42.413923571698824,20.110410094637224,22.3035134770616,0.6834978229317852,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,21.64,6.239,15.401,65.437,86.02,-20.583,1.883,1.63,0.253,0.0,0.255,-0.255,0.0,0.025,-0.025,6.913,5.348,1.565 +36047080200,"Census Tract 802, Kings County, New York",4897,3497.0,47109.0,708300.0,1052.0,543.0,3704.0,31.0,117.0,0.0,0.0,178.0,324.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 802,4817.0,71.0,4352.0,10.0,33.0,0.0,335.0,3061.0,31919.0,198300.0,502.0,30.082928224192166,16.39986932375041,13.683058900441758,0.596848792884371,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,11.088,1.474,9.614,75.638,90.347,-14.709,2.389,0.685,1.704,0.633,0.208,0.425,0.0,0.0,0.0,6.616,6.955,-0.339 +36047080400,"Census Tract 804, Kings County, New York",3217,2393.0,41316.0,546500.0,468.0,286.0,2530.0,15.0,148.0,0.0,75.0,20.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 804,3380.0,55.0,2988.0,8.0,69.0,0.0,236.0,2157.0,26287.0,213300.0,249.0,19.55704137066444,11.543810848400556,8.013230522263884,0.4379652333028362,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.89,1.627,7.263,78.645,88.402,-9.757,4.601,2.041,2.56,0.466,0.237,0.229,0.0,0.0,0.0,4.445,6.982,-2.537 +36047080600,"Census Tract 806, Kings County, New York",3730,2131.0,39870.0,476900.0,632.0,1397.0,2003.0,0.0,145.0,0.0,0.0,0.0,185.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 806,2770.0,42.0,2495.0,8.0,16.0,0.0,196.0,1633.0,34831.0,155400.0,181.0,29.65743782261849,11.083894672382119,18.57354315023637,0.5307695533654855,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,37.453,1.516,35.937,53.7,90.072,-36.372,3.887,0.578,3.309,0.0,0.289,-0.289,0.0,0.0,0.0,4.96,7.076,-2.116 +36047080800,"Census Tract 808, Kings County, New York",1338,1209.0,10729.0,,117.0,97.0,866.0,0.0,141.0,0.0,5.0,21.0,208.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,9.67741935483871,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,7.25,,,64.723,,,10.538,,,0.0,,,0.0,,,15.546,, +36047081000,"Census Tract 810, Kings County, New York",2117,1408.0,41772.0,452200.0,381.0,339.0,1609.0,0.0,9.0,0.0,0.0,97.0,63.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 810,2444.0,44.0,2169.0,7.0,81.0,0.0,135.0,1559.0,32784.0,181300.0,205.0,27.05965909090909,13.149454778704298,13.910204312204792,0.4226625386996904,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,16.013,1.8,14.213,76.004,88.748,-12.744,0.425,3.314,-2.889,0.0,0.286,-0.286,0.0,0.0,0.0,2.976,5.524,-2.548 +36047081400,"Census Tract 814, Kings County, New York",2767,2001.0,39769.0,449500.0,418.0,50.0,2417.0,0.0,113.0,0.0,49.0,17.0,121.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 814,3080.0,27.0,2869.0,7.0,17.0,0.0,142.0,1900.0,45179.0,197600.0,347.0,20.889555222388804,18.263157894736842,2.6263973276519614,0.3669766407119021,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,1.807,0.877,0.93,87.351,93.149,-5.798,4.084,0.552,3.532,0.0,0.227,-0.227,0.0,0.0,0.0,4.373,4.61,-0.237 +36047081600,"Census Tract 816, Kings County, New York",2680,1782.0,45372.0,489900.0,353.0,98.0,2117.0,0.0,139.0,0.0,0.0,80.0,246.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 816,3011.0,48.0,2633.0,6.0,149.0,0.0,149.0,1889.0,39333.0,194100.0,364.0,19.809203142536475,19.26945473795659,0.5397484045798855,0.42946723821188,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.657,1.594,2.063,78.993,87.446,-8.453,5.187,4.949,0.238,0.0,0.199,-0.199,0.0,0.0,0.0,9.179,4.949,4.23 +36047081800,"Census Tract 818, Kings County, New York",4667,3291.0,60529.0,342100.0,1105.0,424.0,3442.0,0.0,220.0,0.0,30.0,11.0,540.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 818,5253.0,166.0,4319.0,15.0,306.0,1.0,414.0,3183.0,30144.0,190000.0,592.0,33.57642054086904,18.59880615771285,14.977614383156187,0.20023384975153463,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,9.085,3.16,5.925,73.752,82.22,-8.468,4.714,5.825,-1.111,0.0,0.286,-0.286,0.0,0.019,-0.019,11.571,7.881,3.69 +36047082000,"Census Tract 820, Kings County, New York",4986,3037.0,41123.0,391700.0,423.0,245.0,3842.0,0.0,75.0,0.0,8.0,196.0,620.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 820,5392.0,38.0,4833.0,4.0,93.0,0.0,388.0,3280.0,28015.0,211100.0,347.0,13.928218636812645,10.579268292682928,3.348950344129717,0.22393668623946897,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.914,0.705,4.209,77.056,89.633,-12.577,1.504,1.725,-0.221,0.0,0.074,-0.074,0.0,0.0,0.0,12.435,7.196,5.239 +36047082200,"Census Tract 822, Kings County, New York",7494,5305.0,41862.0,506800.0,1089.0,499.0,5815.0,0.0,146.0,0.0,0.0,99.0,935.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 822,7463.0,100.0,6564.0,17.0,61.0,0.0,676.0,4661.0,29091.0,204200.0,337.0,20.527803958529688,7.2302081098476725,13.297595848682015,0.4197947908445146,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,6.659,1.34,5.319,77.595,87.954,-10.359,1.948,0.817,1.131,0.0,0.228,-0.228,0.0,0.0,0.0,12.477,9.058,3.419 +36047082400,"Census Tract 824, Kings County, New York",4267,2804.0,41327.0,456000.0,690.0,137.0,3671.0,0.0,98.0,0.0,0.0,93.0,268.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 824,4448.0,25.0,4034.0,10.0,45.0,0.0,303.0,2691.0,31193.0,194200.0,386.0,24.607703281027103,14.34410999628391,10.263593284743193,0.38673684210526316,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.211,0.562,2.649,86.032,90.692,-4.66,2.297,1.012,1.285,0.0,0.225,-0.225,0.0,0.0,0.0,6.281,6.812,-0.531 +36047082600,"Census Tract 826, Kings County, New York",5281,3788.0,44697.0,411300.0,947.0,371.0,4402.0,33.0,19.0,0.0,9.0,90.0,372.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 826,6051.0,50.0,5395.0,22.0,69.0,2.0,465.0,3855.0,36866.0,192100.0,564.0,25.0,14.630350194552529,10.369649805447471,0.3274398249452954,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,7.025,0.826,6.199,83.355,89.159,-5.804,0.36,1.14,-0.78,0.625,0.364,0.261,0.0,0.033,-0.033,7.044,7.685,-0.641 +36047082800,"Census Tract 828, Kings County, New York",4255,2651.0,49727.0,403500.0,709.0,128.0,3551.0,17.0,39.0,0.0,0.0,69.0,468.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 828,3985.0,53.0,3464.0,12.0,120.0,0.0,301.0,2487.0,25946.0,190500.0,257.0,26.744624669935874,10.333735424205871,16.410889245730004,0.3201486988847584,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,3.008,1.33,1.678,83.455,86.926,-3.471,0.917,3.011,-2.094,0.4,0.301,0.099,0.0,0.0,0.0,10.999,7.553,3.446 +36047083000,"Census Tract 830, Kings County, New York",6220,3907.0,48140.0,459700.0,1112.0,98.0,5147.0,0.0,214.0,0.0,49.0,108.0,604.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 830,6563.0,48.0,5985.0,29.0,68.0,0.0,387.0,3756.0,27623.0,204300.0,438.0,28.461735346813413,11.661341853035143,16.80039349377827,0.36003480530780946,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,1.576,0.731,0.845,82.749,91.193,-8.444,3.441,1.036,2.405,0.0,0.442,-0.442,0.0,0.0,0.0,9.711,5.897,3.814 +36047083200,"Census Tract 832, Kings County, New York",2318,1670.0,58819.0,394800.0,408.0,0.0,2165.0,0.0,51.0,0.0,6.0,13.0,83.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 832,2563.0,62.0,2359.0,10.0,21.0,0.0,99.0,1615.0,49231.0,194000.0,324.0,24.431137724550897,20.061919504643964,4.369218219906934,0.2924012158054711,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.0,2.419,-2.419,93.399,92.041,1.358,2.2,0.819,1.381,0.0,0.39,-0.39,0.0,0.0,0.0,3.581,3.863,-0.282 +36047083400,"Census Tract 834, Kings County, New York",1477,1074.0,55887.0,385900.0,241.0,0.0,1391.0,0.0,0.0,0.0,0.0,53.0,33.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 834,2132.0,54.0,1942.0,1.0,59.0,0.0,66.0,1352.0,58990.0,177500.0,167.0,22.439478584729983,12.35207100591716,10.087407578812822,0.33765224151334544,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.0,2.533,-2.533,94.177,91.088,3.089,0.0,2.767,-2.767,0.0,0.047,-0.047,0.0,0.0,0.0,2.234,3.096,-0.862 +36047083600,"Census Tract 836, Kings County, New York",2100,1440.0,59107.0,475500.0,367.0,21.0,1972.0,10.0,55.0,0.0,5.0,26.0,11.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 836,2186.0,64.0,1974.0,1.0,29.0,0.0,112.0,1419.0,45292.0,206500.0,289.0,25.48611111111111,20.36645525017618,5.11965586093493,0.3746372239747634,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,1.0,2.928,-1.928,93.905,90.302,3.603,2.619,1.327,1.292,0.476,0.046,0.43,0.0,0.0,0.0,0.524,5.124,-4.6 +36047083800,"Census Tract 838, Kings County, New York",2335,1703.0,62188.0,436900.0,420.0,104.0,2074.0,0.0,9.0,0.0,0.0,71.0,77.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 838,2521.0,113.0,2259.0,4.0,28.0,0.0,83.0,1631.0,57623.0,185100.0,359.0,24.662360540223137,22.011036174126303,2.6513243660968335,0.38991989013504236,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,4.454,4.482,-0.028,88.822,89.607,-0.785,0.385,1.111,-0.726,0.0,0.159,-0.159,0.0,0.0,0.0,3.298,3.292,0.006 +36047084000,"Census Tract 840, Kings County, New York",2482,1768.0,49487.0,419700.0,322.0,82.0,2196.0,0.0,29.0,0.0,0.0,26.0,149.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 840,2512.0,76.0,2262.0,9.0,16.0,0.0,140.0,1644.0,50125.0,185100.0,344.0,18.212669683257918,20.92457420924574,-2.7119045259878227,0.3649177984274482,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.304,3.025,0.279,88.477,90.048,-1.571,1.168,0.637,0.531,0.0,0.358,-0.358,0.0,0.0,0.0,6.003,5.573,0.43 +36047084600,"Census Tract 846, Kings County, New York",1882,1351.0,57188.0,411400.0,355.0,50.0,1683.0,0.0,0.0,0.0,0.0,14.0,135.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 846,2164.0,33.0,1950.0,3.0,13.0,0.0,138.0,1429.0,44569.0,183200.0,262.0,26.27683197631384,18.33449965010497,7.94233232620887,0.35875546912980066,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.657,1.525,1.132,89.426,90.111,-0.685,0.0,0.601,-0.601,0.0,0.139,-0.139,0.0,0.0,0.0,7.173,6.377,0.796 +36047084800,"Census Tract 848, Kings County, New York",1546,1094.0,53636.0,448800.0,252.0,3.0,1418.0,0.0,101.0,0.0,0.0,9.0,15.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 848,1792.0,20.0,1668.0,12.0,5.0,0.0,76.0,1266.0,47115.0,196600.0,270.0,23.03473491773309,21.327014218009477,1.7077206997236125,0.36919786096256685,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.194,1.116,-0.922,91.721,93.08,-1.359,6.533,0.279,6.254,0.0,0.67,-0.67,0.0,0.0,0.0,0.97,4.241,-3.271 +36047085000,"Census Tract 850, Kings County, New York",1540,1072.0,67679.0,414100.0,295.0,12.0,1460.0,7.0,0.0,0.0,0.0,0.0,61.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 850,1435.0,30.0,1325.0,2.0,11.0,0.0,67.0,895.0,63807.0,175700.0,209.0,27.51865671641791,23.35195530726257,4.1667014091553405,0.38901714561700074,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.779,2.091,-1.312,94.805,92.334,2.471,0.0,0.767,-0.767,0.455,0.139,0.316,0.0,0.0,0.0,3.961,4.669,-0.708 +36047085200,"Census Tract 852, Kings County, New York",9,9.0,,,0.0,0.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,0.0,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,0.0,,,100.0,,,0.0,,,0.0,,,0.0,,,0.0,, +36047085400,"Census Tract 854, Kings County, New York",1987,1284.0,50216.0,442100.0,296.0,52.0,1618.0,0.0,6.0,0.0,0.0,127.0,184.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 854,2210.0,58.0,1982.0,9.0,12.0,0.0,141.0,1412.0,50817.0,179600.0,280.0,23.052959501557634,19.8300283286119,3.222931172945735,0.4150101786926035,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,2.617,2.624,-0.007,81.429,89.683,-8.254,0.302,0.543,-0.241,0.0,0.407,-0.407,0.0,0.0,0.0,9.26,6.38,2.88 +36047085600,"Census Tract 856, Kings County, New York",3478,2593.0,52214.0,362400.0,575.0,90.0,2880.0,0.0,76.0,0.0,0.0,112.0,320.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 856,3898.0,31.0,3558.0,4.0,37.0,0.0,220.0,2451.0,33796.0,187900.0,326.0,22.175086772078675,13.300693594451245,8.87439317762743,0.2533774834437086,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.588,0.795,1.793,82.806,91.278,-8.472,2.185,0.949,1.236,0.0,0.103,-0.103,0.0,0.0,0.0,9.201,5.644,3.557 +36047085800,"Census Tract 858, Kings County, New York",2587,1743.0,57679.0,399700.0,334.0,4.0,2358.0,0.0,103.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 858,2443.0,36.0,2291.0,4.0,16.0,0.0,90.0,1505.0,32972.0,194200.0,227.0,19.162363740676994,15.083056478405316,4.079307262271678,0.3003552664498374,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.155,1.474,-1.319,91.148,93.778,-2.63,3.981,0.655,3.326,0.0,0.164,-0.164,0.0,0.0,0.0,4.716,3.684,1.032 +36047086000,"Census Tract 860, Kings County, New York",3293,2319.0,49087.0,404400.0,348.0,11.0,2839.0,13.0,11.0,0.0,0.0,72.0,347.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 860,3665.0,18.0,3413.0,8.0,18.0,0.0,192.0,2396.0,43548.0,183000.0,333.0,15.00646830530401,13.898163606010018,1.108304699293992,0.3483679525222552,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.334,0.491,-0.157,86.213,93.124,-6.911,0.334,0.491,-0.157,0.395,0.218,0.177,0.0,0.0,0.0,10.538,5.239,5.299 +36047086200,"Census Tract 862, Kings County, New York",3368,2084.0,42663.0,456500.0,543.0,145.0,2854.0,0.0,0.0,0.0,0.0,24.0,345.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 862,3395.0,26.0,3236.0,10.0,24.0,0.0,81.0,2090.0,30291.0,190800.0,237.0,26.05566218809981,11.339712918660288,14.715949269439522,0.3981336254107338,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,4.305,0.766,3.539,84.739,95.317,-10.578,0.0,0.707,-0.707,0.0,0.295,-0.295,0.0,0.0,0.0,10.243,2.386,7.857 +36047086400,"Census Tract 864, Kings County, New York",2149,1426.0,45868.0,427100.0,242.0,13.0,2014.0,0.0,0.0,0.0,0.0,0.0,122.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 864,2134.0,9.0,2027.0,6.0,5.0,0.0,79.0,1356.0,40094.0,213400.0,158.0,16.97054698457223,11.651917404129794,5.318629580442437,0.28050573636150783,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.605,0.422,0.183,93.718,94.986,-1.268,0.0,0.234,-0.234,0.0,0.281,-0.281,0.0,0.0,0.0,5.677,3.702,1.975 +36047086600,"Census Tract 866, Kings County, New York",3225,2100.0,46335.0,435600.0,645.0,34.0,2968.0,26.0,39.0,0.0,9.0,13.0,136.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 866,3215.0,18.0,3021.0,2.0,13.0,0.0,156.0,2040.0,38646.0,189400.0,330.0,30.714285714285715,16.176470588235293,14.537815126050422,0.37388429752066116,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,1.054,0.56,0.494,92.031,93.966,-1.935,1.209,0.404,0.805,0.806,0.062,0.744,0.0,0.0,0.0,4.217,4.852,-0.635 +36047086800,"Census Tract 868, Kings County, New York",3526,2311.0,48375.0,521700.0,384.0,82.0,2928.0,21.0,38.0,0.0,21.0,58.0,387.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 868,3438.0,26.0,3154.0,5.0,24.0,0.0,198.0,2149.0,33317.0,195900.0,249.0,16.61618347035915,11.586784550953933,5.029398919405217,0.4592754456584244,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,2.326,0.756,1.57,83.04,91.739,-8.699,1.078,0.698,0.38,0.596,0.145,0.451,0.0,0.0,0.0,10.976,5.759,5.217 +36047087000,"Census Tract 870, Kings County, New York",3275,2208.0,36250.0,445300.0,524.0,51.0,2876.0,0.0,0.0,0.0,0.0,24.0,324.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 870,3216.0,25.0,3044.0,8.0,26.0,0.0,93.0,1961.0,31919.0,194600.0,249.0,23.731884057971016,12.697603263641,11.034280794330016,0.37070738827756566,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.557,0.777,0.78,87.817,94.652,-6.835,0.0,0.808,-0.808,0.0,0.249,-0.249,0.0,0.0,0.0,9.893,2.892,7.001 +36047087200,"Census Tract 872, Kings County, New York",2738,1933.0,45972.0,411900.0,529.0,86.0,2437.0,0.0,96.0,0.0,0.0,0.0,119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 872,3627.0,84.0,3252.0,4.0,23.0,0.0,238.0,2600.0,45429.0,210800.0,499.0,27.36678737713399,19.192307692307693,8.174479684826295,0.26304442825928626,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.141,2.316,0.825,89.007,89.661,-0.654,3.506,0.634,2.872,0.0,0.11,-0.11,0.0,0.0,0.0,4.346,6.562,-2.216 +36047087401,"Census Tract 874.01, Kings County, New York",3505,2272.0,30760.0,380100.0,523.0,222.0,2870.0,0.0,0.0,0.0,37.0,87.0,289.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 874.01,3315.0,275.0,2783.0,5.0,15.0,0.0,231.0,2037.0,23311.0,188700.0,264.0,23.0193661971831,12.960235640648012,10.059130556535088,0.2851144435674822,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,6.334,8.296,-1.962,81.883,83.952,-2.069,0.0,0.452,-0.452,0.0,0.151,-0.151,0.0,0.0,0.0,8.245,6.968,1.277 +36047087600,"Census Tract 876, Kings County, New York",1555,1196.0,34271.0,375000.0,355.0,264.0,1154.0,0.0,62.0,0.0,0.0,4.0,71.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 876,1707.0,244.0,1367.0,1.0,5.0,0.0,79.0,1072.0,31958.0,178700.0,276.0,29.682274247491637,25.746268656716417,3.9360055907752205,0.313792,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,16.977,14.294,2.683,74.212,80.082,-5.87,3.987,0.293,3.694,0.0,0.059,-0.059,0.0,0.0,0.0,4.566,4.628,-0.062 +36047087800,"Census Tract 878, Kings County, New York",2698,2047.0,35588.0,402600.0,200.0,10.0,2492.0,7.0,10.0,0.0,4.0,41.0,134.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 878,3165.0,234.0,2681.0,4.0,45.0,0.0,194.0,2196.0,29260.0,229800.0,255.0,9.770395701025892,11.612021857923498,-1.8416261568976058,0.17806259314456035,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.371,7.393,-7.022,92.365,84.708,7.657,0.371,1.422,-1.051,0.259,0.126,0.133,0.0,0.0,0.0,4.967,6.13,-1.163 +36047088000,"Census Tract 880, Kings County, New York",2766,1862.0,39943.0,417800.0,440.0,79.0,2505.0,0.0,0.0,0.0,0.0,39.0,143.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 880,2721.0,14.0,2525.0,7.0,15.0,0.0,143.0,1779.0,37434.0,185100.0,270.0,23.63050483351235,15.177065767284992,8.453439066227359,0.3620296792723791,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.856,0.515,2.341,90.564,92.797,-2.233,0.0,0.551,-0.551,0.0,0.257,-0.257,0.0,0.0,0.0,5.17,5.255,-0.085 +36047088200,"Census Tract 882, Kings County, New York",6409,4278.0,48333.0,397900.0,1250.0,86.0,5649.0,0.0,0.0,0.0,0.0,0.0,674.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 882,6760.999845,17.98403931,6365.351074,13.98758698,31.97162628,0.0,305.7286682,4015.436523,27348.000219999998,221800.0012,597.4697876,29.219261337073398,14.879323435391285,14.339937901682113,0.1973058513998492,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,1.342,0.266,1.076,88.142,94.148,-6.006,0.0,0.473,-0.473,0.0,0.207,-0.207,0.0,0.0,0.0,10.516,4.522,5.994 +36047088400,"Census Tract 884, Kings County, New York",5151,3397.0,45581.0,526600.0,546.0,120.0,4729.0,0.0,56.0,0.0,58.0,32.0,156.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 884,5097.0,19.0159598,4779.648884,8.012413181,38.02837299,0.0,226.2713167,3043.56347,23882.9335,248462.0813,251.5302202,16.073005593170443,8.264332999107786,7.8086725940626565,0.32057463526015956,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.33,0.373,1.957,91.807,93.774,-1.967,1.087,0.746,0.341,0.0,0.157,-0.157,0.0,0.0,0.0,3.029,4.439,-1.41 +36047088600,"Census Tract 886, Kings County, New York",4393,3133.0,35563.0,434400.0,585.0,49.0,3655.0,0.0,45.0,0.0,96.0,72.0,476.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 886,4650.0,11.0,4369.0,14.0,6.0,0.0,243.0,2711.0,29271.0,192600.0,268.0,18.672199170124482,9.885651051272593,8.78654811885189,0.36154696132596686,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.115,0.237,0.878,83.201,93.957,-10.756,1.024,0.129,0.895,0.0,0.301,-0.301,0.0,0.0,0.0,10.835,5.226,5.609 +36047088800,"Census Tract 888, Kings County, New York",3931,2714.0,44732.0,618600.0,565.0,8.0,3304.0,0.0,112.0,0.0,0.0,97.0,410.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 888,4124.0,20.0,3757.0,8.0,13.0,0.0,307.0,2532.0,30299.0,220100.0,270.0,20.81798084008843,10.663507109004739,10.154473731083693,0.487643064985451,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.204,0.485,-0.281,84.05,91.101,-7.051,2.849,0.315,2.534,0.0,0.194,-0.194,0.0,0.0,0.0,10.43,7.444,2.986 +36047089000,"Census Tract 890, Kings County, New York",5892,4434.0,28877.0,443000.0,632.0,48.0,5186.0,0.0,0.0,0.0,0.0,46.0,612.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 890,6566.0,154.0,5885.0,12.0,66.0,1.0,443.0,3978.0,23431.0,258900.0,321.0,14.253495714930086,8.069381598793363,6.184114116136723,0.15842889390519188,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.815,2.345,-1.53,88.018,89.628,-1.61,0.0,1.005,-1.005,0.0,0.183,-0.183,0.0,0.015,-0.015,10.387,6.747,3.64 +36047089200,"Census Tract 892, Kings County, New York",3460,2251.0,18792.0,,181.0,35.0,2967.0,52.0,0.0,0.0,17.0,105.0,284.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 892,4012.0,23.0,3613.0,0.0,13.0,0.0,354.0,2316.0,21717.0,228100.0,225.0,8.040870724122613,9.715025906735752,-1.6741551826131396,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.012,0.573,0.439,85.751,90.055,-4.304,0.0,0.324,-0.324,1.503,0.0,1.503,0.0,0.0,0.0,8.208,8.824,-0.616 +36047089400,"Census Tract 894, Kings County, New York",3449,2193.0,47188.0,472100.0,445.0,237.0,2723.0,0.0,108.0,0.0,0.0,60.0,321.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 894,3664.0,19.0,3228.0,2.0,19.0,0.0,382.0,2031.0,32619.0,165600.0,168.0,20.29183766529868,8.27178729689808,12.0200503684006,0.49488667655157803,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,6.872,0.519,6.353,78.95,88.1,-9.15,3.131,0.519,2.612,0.0,0.055,-0.055,0.0,0.0,0.0,9.307,10.426,-1.119 +36047089600,"Census Tract 896, Kings County, New York",3327,2448.0,33409.0,445500.0,346.0,52.0,2615.0,0.0,126.0,0.0,0.0,62.0,472.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 896,3654.0,28.0,3156.0,9.0,202.0,0.0,256.0,2052.0,28893.0,201100.0,240.0,14.133986928104575,11.695906432748538,2.4380804953560364,0.349979797979798,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.563,0.766,0.797,78.599,86.371,-7.772,3.787,5.528,-1.741,0.0,0.246,-0.246,0.0,0.0,0.0,14.187,7.006,7.181 +36047089800,"Census Tract 898, Kings County, New York",1688,1196.0,35938.0,397700.0,242.0,33.0,1555.0,0.0,16.0,0.0,0.0,0.0,84.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 898,1530.0,6.0,1365.0,0.0,11.0,0.0,139.0,880.0,37331.0,144900.0,74.0,20.234113712374583,8.409090909090908,11.825022803283675,0.47534322353532815,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,1.955,0.392,1.563,92.121,89.216,2.905,0.948,0.719,0.229,0.0,0.0,0.0,0.0,0.0,0.0,4.976,9.085,-4.109 +36047090000,"Census Tract 900, Kings County, New York",4830,2883.0,22978.0,472500.0,316.0,11.0,3708.0,0.0,9.0,0.0,80.0,32.0,990.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 900,5520.0,24.0,4482.0,19.0,11.0,0.0,972.0,2817.0,17869.0,174500.0,97.0,10.96080471730836,3.44337948171814,7.5174252355902205,0.4681904761904762,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.228,0.435,-0.207,76.77,81.196,-4.426,0.186,0.199,-0.013,0.0,0.344,-0.344,0.0,0.0,0.0,20.497,17.609,2.888 +36047090200,"Census Tract 902, Kings County, New York",3290,2211.0,41875.0,380700.0,215.0,44.0,2400.0,0.0,159.0,8.0,9.0,43.0,627.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 902,4884.0,61.0,3536.0,5.0,120.0,0.0,1143.0,2363.0,18348.0,150600.0,234.0,9.724106739032113,9.902666102412187,-0.1785593633800744,0.43035460992907804,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.337,1.249,0.088,72.948,72.4,0.548,4.833,2.457,2.376,0.0,0.102,-0.102,0.243,0.0,0.243,19.058,23.403,-4.345 +36047090600,"Census Tract 906, Kings County, New York",3857,2357.0,10693.0,,202.0,106.0,2349.0,60.0,0.0,0.0,10.0,0.0,1392.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 906,4150.99991,15.98246002,3128.122559,10.65497303,12.43080139,0.0,975.8179321,2010.238281,10804.99998,154400.0,65.70566559,8.570216376750107,3.268551107151063,5.301665269599043,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,2.748,0.385,2.363,60.902,75.358,-14.456,0.0,0.299,-0.299,1.556,0.257,1.299,0.0,0.0,0.0,36.09,23.508,12.582 +36047090800,"Census Tract 908, Kings County, New York",7094,4548.0,10767.0,,296.0,107.0,4697.0,13.0,152.0,0.0,22.0,47.0,2069.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 908,3375.999986,29.374986800000002,2513.979539,18.34502673,5.569197774,0.0,799.6628808999999,1883.731916,12596.761120000001,236373.1075,71.29433155,6.508355321020229,3.784738738269591,2.723616582750638,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.508,0.87,0.638,66.211,74.466,-8.255,2.143,0.165,1.978,0.183,0.543,-0.36,0.0,0.0,0.0,29.165,23.687,5.478 +36047091000,"Census Tract 910, Kings County, New York",4876,3253.0,11560.0,,142.0,0.0,3256.0,0.0,0.0,0.0,92.0,16.0,1512.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 910,5642.0,31.0,4171.0,16.0,5.0,0.0,1413.0,2999.0,7987.0,137500.0,36.0,4.365201352597603,1.2004001333777925,3.16480121921981,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.0,0.549,-0.549,66.776,73.928,-7.152,0.0,0.089,-0.089,0.0,0.284,-0.284,0.0,0.0,0.0,31.009,25.044,5.965 +36047091200,"Census Tract 912, Kings County, New York",6039,3384.0,14347.0,,180.0,0.0,4173.0,43.0,155.0,0.0,0.0,0.0,1668.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 912,7340.0,15.0,5916.0,17.0,19.0,0.0,1362.0,3327.0,8182.0,149200.0,35.0,5.319148936170213,1.0519987977156597,4.267150138454553,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.0,0.204,-0.204,69.101,80.599,-11.498,2.567,0.259,2.308,0.712,0.232,0.48,0.0,0.0,0.0,27.62,18.556,9.064 +36047091600,"Census Tract 916, Kings County, New York",4104,2743.0,33043.0,423000.0,226.0,4.0,3394.0,0.0,0.0,0.0,0.0,94.0,612.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 916,4238.0,20.0,3557.0,7.0,13.0,0.0,629.0,2105.0,23967.0,178200.0,190.0,8.239154210718192,9.026128266033254,-0.7869740553150617,0.3933617021276596,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.097,0.472,-0.375,82.7,83.931,-1.231,0.0,0.307,-0.307,0.0,0.165,-0.165,0.0,0.0,0.0,14.912,14.842,0.07 +36047091800,"Census Tract 918, Kings County, New York",2531,1625.0,22050.0,336600.0,270.0,0.0,1522.0,6.0,0.0,0.0,0.0,0.0,1009.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 918,2847.0,10.0,1912.0,15.0,6.0,0.0,893.0,1604.0,24934.0,135200.0,165.0,16.615384615384617,10.286783042394015,6.3286015729906016,0.42160427807486633,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.0,0.351,-0.351,60.134,67.158,-7.024,0.0,0.211,-0.211,0.237,0.527,-0.29,0.0,0.0,0.0,39.866,31.366,8.5 +36047092000,"Census Tract 920, Kings County, New York",3083,2061.0,17016.0,360300.0,266.0,8.0,2012.0,40.0,121.0,0.0,16.0,0.0,886.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 920,2892.0,12.0,2450.0,6.0,9.0,0.0,403.0,1590.0,28125.0,131500.0,185.0,12.906356137797186,11.635220125786164,1.2711360120110218,0.47443796835970026,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.259,0.415,-0.156,65.261,84.716,-19.455,3.925,0.311,3.614,1.297,0.207,1.09,0.0,0.0,0.0,28.738,13.935,14.803 +36047092200,"Census Tract 922, Kings County, New York",2578,1901.0,29504.0,306800.0,312.0,51.0,2415.0,0.0,0.0,0.0,0.0,56.0,56.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 922,2865.0,31.0,2560.0,9.0,13.0,0.0,227.0,1877.0,30703.0,145800.0,272.0,16.41241451867438,14.49120937666489,1.9212051420094909,0.3156714471968709,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,1.978,1.082,0.896,93.677,89.354,4.323,0.0,0.454,-0.454,0.0,0.314,-0.314,0.0,0.0,0.0,2.172,7.923,-5.751 +36047092400,"Census Tract 924, Kings County, New York",2906,1963.0,36989.0,359000.0,295.0,4.0,2420.0,0.0,0.0,0.0,0.0,3.0,479.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 924,2484.0,8.0,2055.0,2.0,4.0,0.0,409.0,1254.0,23421.08784,148982.2581,69.0,15.028018339276617,5.502392344497608,9.52562599477901,0.40241099815041786,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.138,0.322,-0.184,83.276,82.729,0.547,0.0,0.161,-0.161,0.0,0.081,-0.081,0.0,0.0,0.0,16.483,16.465,0.018 +36047092800,"Census Tract 928, Kings County, New York",3136,2131.0,55238.0,451400.0,664.0,55.0,2768.0,13.0,0.0,0.0,0.0,0.0,300.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 928,2801.0,57.0,2490.0,6.0,90.0,0.0,136.0,1834.0,38009.0,206300.0,394.0,31.159080244016895,21.48309705561614,9.675983188400757,0.34188746123172353,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.754,2.035,-0.281,88.265,88.897,-0.632,0.0,3.213,-3.213,0.415,0.214,0.201,0.0,0.0,0.0,9.566,4.855,4.711 +36047093000,"Census Tract 930, Kings County, New York",2808,2133.0,67917.0,454600.0,575.0,21.0,2673.0,0.0,22.0,0.0,0.0,52.0,40.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 930,2775.0,36.0,2657.0,7.0,7.0,0.0,61.0,1866.0,35296.0,180500.0,330.0,26.957337083919363,17.684887459807072,9.27244962411229,0.42824461064672237,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.748,1.297,-0.549,95.192,95.748,-0.556,0.783,0.252,0.531,0.0,0.252,-0.252,0.0,0.0,0.0,1.425,2.198,-0.773 +36047093200,"Census Tract 932, Kings County, New York",1201,927.0,79750.0,466200.0,285.0,39.0,1145.0,0.0,0.0,0.0,0.0,0.0,17.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 932,1355.9999970000001,45.0,1219.903221,2.5483870509999997,9.0,0.0,77.54838705,872.7741927999999,52540.0324,190870.31100000002,145.0322571,30.74433656957929,16.61738606577186,14.126950503807429,0.41043919382239374,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,3.247,3.319,-0.072,95.337,89.963,5.374,0.0,0.664,-0.664,0.0,0.188,-0.188,0.0,0.0,0.0,1.415,5.719,-4.304 +36047093400,"Census Tract 934, Kings County, New York",2281,1706.0,48182.0,425300.0,508.0,49.0,2024.0,0.0,25.0,0.0,0.0,0.0,183.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 934,2402.0,71.0,2225.0,3.0,5.0,0.0,91.0,1586.0,33142.0,188700.0,215.0,29.77725674091442,13.556116015132408,16.221140725782014,0.3610909945920527,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,2.148,2.956,-0.808,88.733,92.631,-3.898,1.096,0.208,0.888,0.0,0.125,-0.125,0.0,0.0,0.0,8.023,3.789,4.234 +36047093600,"Census Tract 936, Kings County, New York",1832,1262.0,64313.0,435200.0,385.0,0.0,1792.0,0.0,15.0,0.0,0.0,4.0,21.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 936,1876.0,14.0,1780.0,0.0,7.0,0.0,69.0,1242.0,47688.0,203900.0,242.0,30.507131537242472,19.484702093397747,11.022429443844725,0.32533088235294116,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.0,0.746,-0.746,97.817,94.883,2.934,0.819,0.373,0.446,0.0,0.0,0.0,0.0,0.0,0.0,1.146,3.678,-2.532 +36047093800,"Census Tract 938, Kings County, New York",2383,1663.0,46691.0,469700.0,392.0,13.0,2274.0,0.0,7.0,0.0,0.0,0.0,89.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 938,2654.0,23.0,2522.0,4.0,7.0,0.0,91.0,1706.0,34238.0,198600.0,279.0,23.571858087793146,16.354044548651817,7.2178135391413285,0.3911347668724718,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.546,0.867,-0.321,95.426,95.026,0.4,0.294,0.264,0.03,0.0,0.151,-0.151,0.0,0.0,0.0,3.735,3.429,0.306 +36047094401,"Census Tract 944.01, Kings County, New York",4149,3171.0,81086.0,486400.0,688.0,73.0,3786.0,28.0,23.0,0.0,0.0,0.0,239.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 944.01,3350.000003,82.0,3125.096771,6.451612948999999,9.0,0.0,115.4516129,2099.225807,49629.66314,246031.6945,440.96774289999996,21.696625670135603,21.006208166342343,0.6904175037932596,0.27161669391447374,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,1.759,2.448,-0.689,91.251,93.286,-2.035,0.554,0.269,0.285,0.675,0.193,0.482,0.0,0.0,0.0,5.76,3.446,2.314 +36047094402,"Census Tract 944.02, Kings County, New York",3071,1770.0,19604.0,,163.0,31.0,2282.0,0.0,54.0,0.0,0.0,0.0,704.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 944.02,2826.0,440.0,1917.0,9.0,15.0,1.0,441.0,1722.0,14728.0,,140.0,9.209039548022599,8.130081300813009,1.0789582472095898,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.009,15.57,-14.561,74.308,67.834,6.474,1.758,0.531,1.227,0.0,0.318,-0.318,0.0,0.035,-0.035,22.924,15.605,7.319 +36047094600,"Census Tract 946, Kings County, New York",1883,1324.0,58600.0,446800.0,384.0,29.0,1728.0,0.0,46.0,0.0,0.0,0.0,80.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 946,2090.0,45.0,1942.0,8.0,15.0,0.0,67.0,1408.0,43975.83562,195348.3412,352.0,29.003021148036254,25.0,4.003021148036254,0.3704082109937333,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,1.54,2.153,-0.613,91.768,92.919,-1.151,2.443,0.718,1.725,0.0,0.383,-0.383,0.0,0.0,0.0,4.249,3.206,1.043 +36047095000,"Census Tract 950, Kings County, New York",3066,2263.0,74650.0,570400.0,656.0,177.0,2791.0,0.0,0.0,0.0,0.0,25.0,73.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 950,3182.0,202.0,2735.0,0.0,56.0,2.0,166.0,1886.0,48036.0,263900.0,385.0,28.98806893504198,20.4135737009544,8.574495234087578,0.33377279102384294,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,5.773,6.348,-0.575,91.031,85.952,5.079,0.0,1.76,-1.76,0.0,0.0,0.0,0.0,0.063,-0.063,2.381,5.217,-2.836 +36047095400,"Census Tract 954, Kings County, New York",4474,3029.0,76263.0,567200.0,755.0,35.0,4225.0,0.0,77.0,0.0,38.0,0.0,99.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 954,4742.0,389.0,4086.0,6.0,58.0,0.0,185.0,2943.0,42045.0,267300.0,474.0,24.92571805876527,16.106014271151885,8.819703787613385,0.32138222849083214,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.782,8.203,-7.421,94.435,86.166,8.269,1.721,1.223,0.498,0.0,0.127,-0.127,0.0,0.0,0.0,2.213,3.901,-1.688 +36047095600,"Census Tract 956, Kings County, New York",4633,2967.0,60164.0,581200.0,788.0,411.0,3824.0,37.0,210.0,0.0,18.0,0.0,170.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 956,3966.0,664.0,2860.0,15.0,155.0,0.0,242.0,2340.0,48934.0,252800.0,504.0,26.55881361644759,21.53846153846154,5.02035207798605,0.3736545079146593,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,8.871,16.742,-7.871,82.538,72.113,10.425,4.533,3.908,0.625,0.799,0.378,0.421,0.0,0.0,0.0,3.669,6.102,-2.433 +36047095800,"Census Tract 958, Kings County, New York",3743,2718.0,54537.0,464800.0,702.0,205.0,3103.0,11.0,184.0,0.0,0.0,56.0,195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 958,3351.0,590.0,2251.0,8.0,136.0,0.0,319.0,2164.0,52109.0,221100.0,505.0,25.827814569536425,23.33641404805915,2.4914005214772743,0.3150086058519794,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,5.477,17.607,-12.13,82.901,67.174,15.727,4.916,4.058,0.858,0.294,0.239,0.055,0.0,0.0,0.0,5.21,9.52,-4.31 +36047096000,"Census Tract 960, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 960,3.0,3.0,0.0,0.0,0.0,0.0,0.0,5.0,66250.0,,5.0,,100.0,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,100.0,,,0.0,,,0.0,,,0.0,,,0.0,,,0.0, +36047096200,"Census Tract 962, Kings County, New York",2051,1297.0,71000.0,555100.0,348.0,66.0,1795.0,19.0,23.0,0.0,0.0,6.0,161.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 962,1674.0,311.0,1114.0,4.0,60.0,0.0,166.0,964.0,35703.0,227000.0,95.0,26.831148804934465,9.854771784232366,16.9763770207021,0.41113312916591604,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,3.218,18.578,-15.36,87.518,66.547,20.971,1.121,3.584,-2.463,0.926,0.239,0.687,0.0,0.0,0.0,7.85,9.916,-2.066 +36047096400,"Census Tract 964, Kings County, New York",1715,1198.0,54306.0,460100.0,247.0,50.0,1542.0,0.0,76.0,0.0,0.0,12.0,35.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 964,2161.0,473.0,1354.0,2.0,103.0,0.0,218.0,1326.0,45929.0,210900.0,205.0,20.617696160267112,15.460030165912519,5.157665994354593,0.33993479678330796,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.915,21.888,-18.973,89.913,62.656,27.257,4.431,4.766,-0.335,0.0,0.093,-0.093,0.0,0.0,0.0,2.041,10.088,-8.047 +36047096600,"Census Tract 966, Kings County, New York",2558,1636.0,67679.0,526600.0,382.0,126.0,1932.0,0.0,138.0,0.0,75.0,79.0,208.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 966,2128.0,506.0,1316.0,2.0,97.0,0.0,186.0,1327.0,50536.0,209500.0,239.0,23.34963325183374,18.010550113036924,5.339083138796816,0.4271173566274212,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,4.926,23.778,-18.852,75.528,61.842,13.686,5.395,4.558,0.837,0.0,0.094,-0.094,0.0,0.0,0.0,8.131,8.741,-0.61 +36047096800,"Census Tract 968, Kings County, New York",1512,942.0,67750.0,464000.0,342.0,132.0,1193.0,0.0,67.0,0.0,0.0,16.0,104.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 968,1395.0,278.0,812.0,0.0,81.0,0.0,189.0,753.0,45329.0,208300.0,66.0,36.30573248407644,8.764940239043824,27.540792245032613,0.353551724137931,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,8.73,19.928,-11.198,78.902,58.208,20.694,4.431,5.806,-1.375,0.0,0.0,0.0,0.0,0.0,0.0,6.878,13.548,-6.67 +36047097000,"Census Tract 970, Kings County, New York",2498,1653.0,90735.0,535100.0,359.0,185.0,2048.0,0.0,29.0,0.0,0.0,68.0,168.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 970,2078.0,319.0,1236.0,0.0,124.0,0.0,339.0,1273.0,37527.0,221400.0,142.0,21.71808832425892,11.154752553024352,10.56333577123457,0.4041936086712764,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,7.406,15.351,-7.945,81.986,59.48,22.506,1.161,5.967,-4.806,0.0,0.0,0.0,0.0,0.0,0.0,6.725,16.314,-9.589 +36047097400,"Census Tract 974, Kings County, New York",3065,2190.0,61375.0,472100.0,376.0,183.0,2404.0,16.0,57.0,0.0,49.0,25.0,331.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 974,2599.0,573.0,1638.0,14.0,82.0,0.0,283.0,2026.0,48707.0,224000.0,337.0,17.168949771689498,16.63376110562685,0.5351886660626484,0.3167549248040669,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,5.971,22.047,-16.076,78.434,63.024,15.41,1.86,3.155,-1.295,0.522,0.539,-0.017,0.0,0.0,0.0,10.799,10.889,-0.09 +36047098200,"Census Tract 982, Kings County, New York",4535,2489.0,20256.0,,204.0,0.0,3721.0,0.0,6.0,0.0,0.0,0.0,808.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 982,4542.0,50.0,3320.0,12.0,1.0,0.0,1156.0,2279.0,15300.0,,74.0,8.196062675773403,3.247038174637999,4.949024501135404,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.0,1.101,-1.101,82.051,73.096,8.955,0.132,0.022,0.11,0.0,0.264,-0.264,0.0,0.0,0.0,17.817,25.451,-7.634 +36047098400,"Census Tract 984, Kings County, New York",2207,1449.0,69542.0,483700.0,428.0,66.0,2038.0,0.0,13.0,0.0,0.0,0.0,90.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 984,2066.0,89.0,1875.0,1.0,12.0,0.0,77.0,1335.0,54286.0,231300.0,196.0,29.537612146307797,14.681647940074907,14.85596420623289,0.3114078974571015,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,2.99,4.308,-1.318,92.343,90.755,1.588,0.589,0.581,0.008,0.0,0.048,-0.048,0.0,0.0,0.0,4.078,3.727,0.351 +36047098600,"Census Tract 986, Kings County, New York",3145,2238.0,68632.0,454800.0,582.0,48.0,2880.0,0.0,54.0,0.0,0.0,68.0,95.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 986,3128.0,78.0,2707.0,7.0,110.0,0.0,202.0,1954.0,54444.0,236100.0,493.0,26.005361930294907,25.230296827021494,0.7750651032734126,0.2524538258575198,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,1.526,2.494,-0.968,91.574,86.541,5.033,1.717,3.517,-1.8,0.0,0.224,-0.224,0.0,0.0,0.0,3.021,6.458,-3.437 +36047098800,"Census Tract 988, Kings County, New York",3343,2254.0,73603.0,492000.0,562.0,261.0,2697.0,0.0,96.0,0.0,10.0,9.0,270.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 988,3074.0,472.0,2153.0,4.0,194.0,0.0,233.0,2118.0,42500.0,218100.0,371.0,24.933451641526176,17.516525023607176,7.416926617919,0.36165853658536584,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,7.807,15.355,-7.548,80.676,70.039,10.637,2.872,6.311,-3.439,0.0,0.13,-0.13,0.0,0.0,0.0,8.077,7.58,0.497 +36047099000,"Census Tract 990, Kings County, New York",1724,1033.0,85526.0,474000.0,303.0,172.0,1322.0,0.0,98.0,0.0,42.0,0.0,90.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 990,1531.0,276.0,905.0,10.0,101.0,0.0,205.0,902.0,42283.0,189800.0,100.0,29.332042594385285,11.086474501108647,18.24556809327664,0.4233924050632911,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,9.977,18.027,-8.05,76.682,59.112,17.57,5.684,6.597,-0.913,0.0,0.653,-0.653,0.0,0.0,0.0,5.22,13.39,-8.17 +36047099200,"Census Tract 992, Kings County, New York",2348,1638.0,86000.0,421300.0,425.0,83.0,2073.0,0.0,13.0,0.0,0.0,19.0,160.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 992,1847.0,368.0,1147.0,0.0,119.0,0.0,202.0,1031.0,46354.0,224700.0,208.0,25.946275946275946,20.17458777885548,5.771688167420468,0.23197721338713506,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.535,19.924,-16.389,88.288,62.101,26.187,0.554,6.443,-5.889,0.0,0.0,0.0,0.0,0.0,0.0,6.814,10.937,-4.123 +36047099400,"Census Tract 994, Kings County, New York",1886,1326.0,72961.0,503400.0,359.0,153.0,1578.0,24.0,46.0,0.0,0.0,0.0,85.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 994,1930.0,316.0,1360.0,7.0,52.0,0.0,173.0,1300.0,49635.0,250700.0,310.0,27.07390648567119,23.846153846153847,3.2277526395173446,0.2828605482717521,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,8.112,16.373,-8.261,83.669,70.466,13.203,2.439,2.694,-0.255,1.273,0.363,0.91,0.0,0.0,0.0,4.507,8.964,-4.457 +36047099600,"Census Tract 996, Kings County, New York",4240,2981.0,69676.0,554400.0,787.0,175.0,3814.0,0.0,140.0,0.0,0.0,0.0,111.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 996,3875.0,600.0,2911.0,3.0,91.0,1.0,226.0,2290.0,45345.0,258100.0,487.0,26.400536732640052,21.266375545851528,5.134161186788525,0.32961038961038963,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,4.127,15.484,-11.357,89.953,75.123,14.83,3.302,2.348,0.954,0.0,0.077,-0.077,0.0,0.026,-0.026,2.618,5.832,-3.214 +36047099800,"Census Tract 998, Kings County, New York",3539,2507.0,70611.0,585100.0,739.0,264.0,3091.0,0.0,0.0,0.0,0.0,71.0,113.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 998,3736.0,724.0,2679.0,4.0,63.0,0.0,224.0,2292.0,52614.0,279300.0,653.0,29.47746310331073,28.490401396160557,0.9870617071501719,0.3126098102888395,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,7.46,19.379,-11.919,87.341,71.708,15.633,0.0,1.686,-1.686,0.0,0.107,-0.107,0.0,0.0,0.0,3.193,5.996,-2.803 +36047100400,"Census Tract 1004, Kings County, New York",2756,1748.0,63250.0,528300.0,437.0,98.0,2471.0,47.0,44.0,0.0,0.0,21.0,75.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1004,2779.0,487.0,2098.0,3.0,59.0,0.0,115.0,1740.0,51328.0,226200.0,323.0,25.0,18.563218390804597,6.436781609195403,0.3834412265758092,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,3.556,17.524,-13.968,89.659,75.495,14.164,1.597,2.123,-0.526,1.705,0.108,1.597,0.0,0.0,0.0,2.721,4.138,-1.417 +36047100600,"Census Tract 1006, Kings County, New York",2441,1784.0,78750.0,493900.0,614.0,75.0,2158.0,0.0,55.0,0.0,0.0,61.0,92.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1006,2581.0,520.0,1739.0,5.0,97.0,0.0,197.0,1581.0,49572.0,229400.0,393.0,34.417040358744394,24.857685009487668,9.559355349256727,0.3311682526827293,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.073,20.147,-17.074,88.406,67.377,21.029,2.253,3.758,-1.505,0.0,0.194,-0.194,0.0,0.0,0.0,3.769,7.633,-3.864 +36047100800,"Census Tract 1008, Kings County, New York",2205,1389.0,68750.0,440400.0,434.0,172.0,1694.0,0.0,86.0,0.0,0.0,23.0,230.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1008,2087.0,514.0,1125.0,3.0,203.0,0.0,218.0,1267.0,55375.0,199900.0,276.0,31.245500359971203,21.783741120757696,9.461759239213507,0.34637602179836513,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,7.8,24.629,-16.829,76.825,53.905,22.92,3.9,9.727,-5.827,0.0,0.144,-0.144,0.0,0.0,0.0,10.431,10.446,-0.015 +36047101000,"Census Tract 1010, Kings County, New York",2196,1399.0,73036.0,579000.0,445.0,86.0,1697.0,0.0,154.0,0.0,26.0,43.0,190.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1010,2155.0,648.0,1004.0,9.0,288.0,0.0,196.0,1322.0,44844.0,214900.0,192.0,31.8084345961401,14.523449319213313,17.284985276926786,0.46553367875647667,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,3.916,30.07,-26.154,77.277,46.589,30.688,7.013,13.364,-6.351,0.0,0.418,-0.418,0.0,0.0,0.0,8.652,9.095,-0.443 +36047101200,"Census Tract 1012, Kings County, New York",2280,1604.0,66375.0,451100.0,483.0,101.0,1975.0,0.0,53.0,0.0,0.0,0.0,151.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1012,2016.0,480.0,1167.0,3.0,184.0,0.0,169.0,1392.0,48854.0,191600.0,339.0,30.112219451371573,24.353448275862068,5.758771175509505,0.38837508313012636,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,4.43,23.81,-19.38,86.623,57.887,28.736,2.325,9.127,-6.802,0.0,0.149,-0.149,0.0,0.0,0.0,6.623,8.383,-1.76 +36047101400,"Census Tract 1014, Kings County, New York",2280,1604.0,69464.0,430800.0,495.0,58.0,1901.0,0.0,127.0,0.0,73.0,18.0,103.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1014,2189.0,218.0,1571.0,7.0,211.0,0.0,176.0,1283.0,48355.0,190000.0,313.0,30.860349127182044,24.395946999220577,6.464402127961467,0.3649025069637883,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.544,9.959,-7.415,83.377,71.768,11.609,5.57,9.639,-4.069,0.0,0.32,-0.32,0.0,0.0,0.0,4.518,8.04,-3.522 +36047101600,"Census Tract 1016, Kings County, New York",1810,1270.0,83542.0,515600.0,367.0,124.0,1563.0,6.0,84.0,0.0,0.0,0.0,33.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1016,1572.0,203.0,1192.0,6.0,68.0,0.0,89.0,915.0,75319.0,245500.0,326.0,28.89763779527559,35.62841530054645,-6.730777505270861,0.3143522110162917,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,6.851,12.913,-6.062,86.354,75.827,10.527,4.641,4.326,0.315,0.331,0.382,-0.051,0.0,0.0,0.0,1.823,5.662,-3.839 +36047101800,"Census Tract 1018, Kings County, New York",2058,1538.0,80395.0,462000.0,654.0,71.0,1550.0,0.0,131.0,0.0,34.0,18.0,254.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1018,2020.0,340.0,1409.0,6.0,87.0,0.0,157.0,1273.0,50769.0,232800.0,359.0,42.52275682704811,28.201099764336213,14.3216570627119,0.2743896103896104,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,3.45,16.832,-13.382,75.316,69.752,5.564,6.365,4.307,2.058,0.0,0.297,-0.297,0.0,0.0,0.0,12.342,7.772,4.57 +36047102000,"Census Tract 1020, Kings County, New York",2291,1437.0,103750.0,476900.0,525.0,216.0,1808.0,0.0,42.0,0.0,0.0,64.0,161.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1020,2055.0,284.0,1553.0,3.0,109.0,0.0,75.0,1206.0,58800.0,231100.0,487.0,36.53444676409186,40.38142620232173,-3.846979438229866,0.30219333193541625,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,9.428,13.82,-4.392,78.918,75.572,3.346,1.833,5.304,-3.471,0.0,0.146,-0.146,0.0,0.0,0.0,7.027,3.65,3.377 +36047102200,"Census Tract 1022, Kings County, New York",1993,1342.0,61132.0,458500.0,414.0,107.0,1541.0,0.0,196.0,0.0,11.0,56.0,82.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1022,2106.0,469.0,1034.0,2.0,395.0,0.0,174.0,1442.0,46046.0,197900.0,246.0,30.849478390461996,17.05963938973648,13.789839000725518,0.37846019629225736,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,5.369,22.27,-16.901,77.321,49.098,28.223,9.834,18.756,-8.922,0.0,0.095,-0.095,0.0,0.0,0.0,4.114,8.262,-4.148 +36047102400,"Census Tract 1024, Kings County, New York",2134,1483.0,87375.0,469500.0,534.0,107.0,1857.0,0.0,151.0,0.0,0.0,10.0,9.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1024,2044.0,453.0,1141.0,2.0,263.0,0.0,153.0,1238.0,49250.0,221700.0,302.0,36.00809170600135,24.394184168012924,11.613907537988428,0.3200255591054313,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,5.014,22.162,-17.148,87.02,55.822,31.198,7.076,12.867,-5.791,0.0,0.098,-0.098,0.0,0.0,0.0,0.422,7.485,-7.063 +36047102600,"Census Tract 1026, Kings County, New York",2617,1826.0,75161.0,530200.0,511.0,91.0,2425.0,11.0,0.0,0.0,8.0,13.0,69.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1026,2775.0,492.0,2004.0,6.0,90.0,0.0,170.0,1706.0,50192.0,268500.0,440.0,27.984665936473167,25.79132473622509,2.193341200248078,0.2707657487740475,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.477,17.73,-14.253,92.663,72.216,20.447,0.0,3.243,-3.243,0.42,0.216,0.204,0.0,0.0,0.0,2.637,6.126,-3.489 +36047102800,"Census Tract 1028, Kings County, New York",1795,1222.0,75625.0,569300.0,474.0,23.0,1689.0,0.0,17.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1028,1772.000001,280.75246810000004,1173.244495,1.3027081790000001,110.39483680000001,0.0,195.0291071,1153.9941789999998,57118.14877000001,281439.3034,234.61908390000002,38.788870703764324,20.331045699321507,18.457825004442817,0.28812120692780613,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,1.281,15.844,-14.563,94.095,66.21,27.885,0.947,6.23,-5.283,0.0,0.074,-0.074,0.0,0.0,0.0,3.677,11.006,-7.329 +36047103400,"Census Tract 1034, Kings County, New York",4046,2378.0,23450.0,,398.0,167.0,2577.0,265.0,0.0,0.0,0.0,0.0,1048.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1034,3898.9999329999996,731.2474976,2267.755371,22.69729233,29.60516357,0.0,826.9708862000001,2174.005859,15524.000119999999,225000.0019,196.3809204,16.736753574432296,9.033136667365348,7.703616907066948,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,4.128,18.755,-14.627,63.693,58.162,5.531,0.0,0.759,-0.759,6.55,0.582,5.968,0.0,0.0,0.0,25.902,21.21,4.692 +36047105801,"Census Tract 1058.01, Kings County, New York",5870,4471.0,22641.0,547400.0,894.0,1461.0,3296.0,16.0,22.0,0.0,0.0,0.0,1075.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1058.01,7858.0000310000005,2511.48584,3393.9724119999996,23.64763069,366.000824,0.537446141,1445.7301029999999,5290.08252,16918.99957,161299.9967,823.3674927000001,19.995526727801387,15.56436009432987,4.431166633471516,0.5756814116770187,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,24.889,31.961,-7.072,56.15,43.191,12.959,0.375,4.658,-4.283,0.273,0.301,-0.028,0.0,0.007,-0.007,18.313,18.398,-0.085 +36047105804,"Census Tract 1058.04, Kings County, New York",6679,4756.0,30530.0,416700.0,823.0,1124.0,3951.0,111.0,328.0,0.0,0.0,74.0,1108.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1058.04,6762.9999689999995,2161.51416,2921.027588,20.35236931,314.999176,0.462553859,1244.2698970000001,4552.91748,16919.0005,161300.0038,708.6325072999999,17.304457527333895,15.56436088316716,1.7400966441667354,0.442591779524838,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,16.829,31.961,-15.132,59.156,43.191,15.965,4.911,4.658,0.253,1.662,0.301,1.361,0.0,0.007,-0.007,16.589,18.398,-1.809 +36047107000,"Census Tract 1070, Kings County, New York",1724,1031.0,58618.0,365900.0,363.0,22.0,1171.0,0.0,78.0,0.0,0.0,6.0,447.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1070,294.0,80.0,153.0,0.0,4.0,0.0,57.0,274.0,,,0.0,35.208535402521825,0.0,35.208535402521825,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,True,False,False,False,False,False,False,1.276,27.211,-25.935,67.923,52.041,15.882,4.524,1.361,3.163,0.0,0.0,0.0,0.0,0.0,0.0,25.928,19.388,6.54 +36047107800,"Census Tract 1078, Kings County, New York",4068,3354.0,65412.0,306400.0,743.0,109.0,3327.0,0.0,0.0,0.0,250.0,19.0,363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1078,4428.0,81.0,4064.0,7.0,18.0,1.0,245.0,3052.0,41196.0,159800.0,505.0,22.152653548002384,16.546526867627787,5.606126680374597,0.2489817232375979,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.679,1.829,0.85,81.785,91.78,-9.995,0.0,0.407,-0.407,0.0,0.158,-0.158,0.0,0.023,-0.023,8.923,5.533,3.39 +36047109800,"Census Tract 1098, Kings County, New York",2254,1434.0,47406.0,517900.0,338.0,83.0,1659.0,0.0,111.0,0.0,29.0,9.0,363.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1098,1488.0,184.0,988.0,2.0,58.0,0.0,242.0,606.0,33750.0,186000.0,55.0,23.570432357043234,9.075907590759076,14.494524766284158,0.48283452403938987,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,3.682,12.366,-8.684,73.602,66.398,7.204,4.925,3.898,1.027,0.0,0.134,-0.134,0.0,0.0,0.0,16.105,16.263,-0.158 +36047110400,"Census Tract 1104, Kings County, New York",4675,3066.0,35257.0,376400.0,293.0,44.0,3839.0,0.0,0.0,0.0,0.0,0.0,792.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1104,4018.000041,33.71597672,3237.884766,10.94674587,21.82248497,0.0,701.7366943,2609.553223,25171.12595,166145.5988,363.8165741,9.556425309849967,13.941718869475613,-4.385293559625646,0.36437390469713077,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.941,0.839,0.102,82.118,80.584,1.534,0.0,0.543,-0.543,0.0,0.272,-0.272,0.0,0.0,0.0,16.941,17.465,-0.524 +36047110600,"Census Tract 1106, Kings County, New York",4082,2273.0,17405.0,,256.0,0.0,2814.0,0.0,9.0,0.0,60.0,23.0,1176.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1106,4277.0,28.0,3308.0,25.0,12.0,0.0,900.0,2185.0,20625.0,9999.0,101.0,11.262648482182138,4.622425629290618,6.640222852891521,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.0,0.655,-0.655,68.937,77.344,-8.407,0.22,0.281,-0.061,0.0,0.585,-0.585,0.0,0.0,0.0,28.809,21.043,7.766 +36047111000,"Census Tract 1110, Kings County, New York",3365,2051.0,17854.0,,185.0,94.0,2380.0,16.0,0.0,0.0,0.0,158.0,733.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1110,3508.0,19.0,2657.0,11.0,2.0,0.0,818.0,1907.0,15722.0,,108.0,9.019990248659191,5.663345568956476,3.3566446797027147,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.793,0.542,2.251,70.728,75.741,-5.013,0.0,0.057,-0.057,0.475,0.314,0.161,0.0,0.0,0.0,21.783,23.318,-1.535 +36047111600,"Census Tract 1116, Kings County, New York",3763,2015.0,40160.0,510600.0,373.0,141.0,2611.0,0.0,7.0,0.0,0.0,7.0,997.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1116,2315.0,55.28402367,1610.115385,2.05325444,6.177514791,0.0,639.2633137999999,1392.446745,26731.1764,181999.8042,195.18343190000002,18.511166253101738,14.017299591590488,4.49386666151125,0.48672205631022325,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.747,2.388,1.359,69.386,69.551,-0.165,0.186,0.267,-0.081,0.0,0.089,-0.089,0.0,0.0,0.0,26.495,27.614,-1.119 +36047111800,"Census Tract 1118, Kings County, New York",3418,2207.0,31842.0,447600.0,250.0,191.0,2441.0,0.0,0.0,0.0,0.0,0.0,786.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1118,2623.0,24.0,1841.0,7.0,9.0,0.0,735.0,1387.0,26861.0,164400.0,151.0,11.327594019030357,10.886806056236482,0.4407879627938751,0.4710991957104558,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.588,0.915,4.673,71.416,70.187,1.229,0.0,0.343,-0.343,0.0,0.267,-0.267,0.0,0.0,0.0,22.996,28.021,-5.025 +36047112000,"Census Tract 1120, Kings County, New York",3048,1910.0,24135.0,458900.0,310.0,84.0,1769.0,0.0,0.0,0.0,0.0,0.0,1195.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1120,3142.0,26.0,1839.0,12.0,8.0,0.0,1237.0,1886.0,30145.0,175100.0,235.0,16.230366492146597,12.460233297985154,3.7701331941614438,0.45054696012203094,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.756,0.827,1.929,58.038,58.53,-0.492,0.0,0.255,-0.255,0.0,0.382,-0.382,0.0,0.0,0.0,39.206,39.37,-0.164 +36047112200,"Census Tract 1122, Kings County, New York",3587,2176.0,35000.0,577000.0,328.0,0.0,2732.0,44.0,93.0,0.0,0.0,0.0,718.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1122,2914.0,28.0,2206.0,2.0,11.0,1.0,656.0,1590.0,26778.0,195500.0,75.0,15.073529411764707,4.716981132075472,10.356548279689235,0.5120970537261699,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.0,0.961,-0.961,76.164,75.704,0.46,2.593,0.377,2.216,1.227,0.069,1.158,0.0,0.034,-0.034,20.017,22.512,-2.495 +36047112400,"Census Tract 1124, Kings County, New York",3169,2053.0,48819.0,559200.0,531.0,16.0,2687.0,0.0,0.0,0.0,34.0,32.0,400.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1124,3253.0,17.0,2521.0,7.0,12.0,0.0,691.0,1822.0,32284.0,175800.0,129.0,25.864588407208963,7.0801317233809,18.78445668382806,0.5472961373390558,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,0.505,0.523,-0.018,84.79,77.498,7.292,0.0,0.369,-0.369,0.0,0.215,-0.215,0.0,0.0,0.0,12.622,21.242,-8.62 +36047112600,"Census Tract 1126, Kings County, New York",3388,2315.0,33365.0,386200.0,226.0,42.0,2533.0,0.0,64.0,0.0,0.0,0.0,749.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1126,3626.0,26.0,2473.0,5.0,18.0,5.0,1085.0,1744.0,21738.0,190900.0,102.0,9.762419006479481,5.848623853211009,3.913795153268472,0.28820300362506474,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.24,0.717,0.523,74.764,68.202,6.562,1.889,0.496,1.393,0.0,0.138,-0.138,0.0,0.138,-0.138,22.107,29.923,-7.816 +36047112800,"Census Tract 1128, Kings County, New York",3910,2570.0,38045.0,422300.0,477.0,225.0,3095.0,0.0,20.0,0.0,0.0,32.0,538.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1128,3937.0,22.0,2951.0,13.0,31.0,1.0,901.0,2143.0,25802.0,165600.0,307.0,18.560311284046694,14.325711619225386,4.2345996648213085,0.43532086194648356,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.754,0.559,5.195,79.156,74.956,4.2,0.512,0.787,-0.275,0.0,0.33,-0.33,0.0,0.025,-0.025,13.76,22.885,-9.125 +36047113000,"Census Tract 1130, Kings County, New York",4000,2369.0,31615.0,380700.0,362.0,26.0,3352.0,39.0,0.0,0.0,59.0,76.0,461.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1130,3544.0,16.0,2672.0,20.0,9.0,0.0,814.0,1840.0,18333.0,158200.0,117.0,15.280709159983115,6.358695652173913,8.9220135078092,0.4016075650118203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.65,0.451,0.199,83.8,75.395,8.405,0.0,0.254,-0.254,0.975,0.564,0.411,0.0,0.0,0.0,11.525,22.968,-11.443 +36047113200,"Census Tract 1132, Kings County, New York",1956,1279.0,59792.0,357800.0,238.0,41.0,1627.0,9.0,19.0,0.0,0.0,0.0,260.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1132,1387.0,3.0,1047.0,5.0,2.0,0.0,325.0,859.0,20288.0,143600.0,80.0,18.60828772478499,9.31315483119907,9.29513289358592,0.4220681945220794,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.096,0.216,1.88,83.18,75.487,7.693,0.971,0.144,0.827,0.46,0.36,0.1,0.0,0.0,0.0,13.292,23.432,-10.14 +36047113400,"Census Tract 1134, Kings County, New York",3163,1858.0,19191.0,590900.0,141.0,25.0,1935.0,0.0,40.0,0.0,63.0,12.0,1088.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1134,2998.0,50.0,1883.0,6.0,34.0,0.0,1018.0,1250.0,11204.0,96400.0,72.0,7.588805166846071,5.76,1.8288051668460712,0.7650770011846336,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.79,1.668,-0.878,61.176,62.809,-1.633,1.265,1.134,0.131,0.0,0.2,-0.2,0.0,0.0,0.0,34.398,33.956,0.442 +36047114201,"Census Tract 1142.01, Kings County, New York",1629,933.0,36739.0,473700.0,144.0,28.0,299.0,0.0,33.0,0.0,0.0,23.0,1246.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1142.01,1736.0,54.0,457.0,10.0,81.0,2.0,1128.0,711.0,37422.0,190200.0,97.0,15.434083601286174,13.642756680731365,1.791326920554809,0.4218112729575681,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.719,3.111,-1.392,18.355,26.325,-7.97,2.026,4.666,-2.64,0.0,0.576,-0.576,0.0,0.115,-0.115,76.489,64.977,11.512 +36047114202,"Census Tract 1142.02, Kings County, New York",2837,1846.0,48837.0,437100.0,319.0,63.0,926.0,0.0,0.0,0.0,15.0,7.0,1826.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1142.02,2508.0,79.0,1013.0,12.0,59.0,0.0,1310.0,1661.0,40039.0,181900.0,275.0,17.280606717226437,16.556291390728475,0.7243153264979618,0.40074124914207276,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,2.221,3.15,-0.929,32.64,40.391,-7.751,0.0,2.352,-2.352,0.0,0.478,-0.478,0.0,0.0,0.0,64.364,52.233,12.131 +36047114400,"Census Tract 1144, Kings County, New York",2452,1465.0,30170.0,471400.0,108.0,95.0,1327.0,0.0,8.0,0.0,5.0,26.0,991.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1144,2212.999996,41.64255333,1202.8978730000001,8.0,33.0,0.0,913.5191497999999,1182.029785,16343.51715,228777.9532,68.0,7.3720136518771335,5.752816118757956,1.619197533119178,0.3011449881035215,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.874,1.882,1.992,54.119,54.356,-0.237,0.326,1.491,-1.165,0.0,0.362,-0.362,0.0,0.0,0.0,40.416,41.28,-0.864 +36047114600,"Census Tract 1146, Kings County, New York",3308,2244.0,41012.0,525300.0,290.0,94.0,735.0,30.0,252.0,0.0,38.0,63.0,2107.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1146,3036.0,105.0,833.0,11.0,142.0,0.0,1907.0,1747.0,31171.0,182100.0,158.0,12.923351158645277,9.0440755580996,3.879275600545677,0.5008109651627641,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,2.842,3.458,-0.616,22.219,27.437,-5.218,7.618,4.677,2.941,0.907,0.362,0.545,0.0,0.0,0.0,63.694,62.813,0.881 +36047115000,"Census Tract 1150, Kings County, New York",2855,1708.0,41346.0,473000.0,212.0,23.0,1226.0,152.0,33.0,0.0,100.0,19.0,1454.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1150,1763.0,31.0,814.0,8.0,14.0,0.0,894.0,949.0,22212.0,157200.0,34.0,12.412177985948478,3.582718651211802,8.829459334736676,0.5214207188160677,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.806,1.758,-0.952,42.942,46.171,-3.229,1.156,0.794,0.362,5.324,0.454,4.87,0.0,0.0,0.0,50.928,50.709,0.219 +36047115200,"Census Tract 1152, Kings County, New York",3075,1977.0,38482.0,496900.0,247.0,76.0,1757.0,0.0,116.0,0.0,200.0,65.0,861.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1152,2525.0,44.0,1553.0,12.0,21.0,0.0,877.0,1282.0,17308.0,121400.0,134.0,12.493677288821447,10.45241809672387,2.041259192097577,0.6481867578989736,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.472,1.743,0.729,57.138,61.505,-4.367,3.772,0.832,2.94,0.0,0.475,-0.475,0.0,0.0,0.0,28.0,34.733,-6.733 +36047115600,"Census Tract 1156, Kings County, New York",4091,2394.0,16404.0,573900.0,176.0,12.0,3086.0,32.0,23.0,0.0,0.0,10.0,928.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1156,4076.0,26.0,2578.0,8.0,23.0,0.0,1411.0,1961.0,12349.0,167500.0,78.0,7.351712614870509,3.977562468128506,3.374150146742003,0.5797177208572922,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.293,0.638,-0.345,75.434,63.248,12.186,0.562,0.564,-0.002,0.782,0.196,0.586,0.0,0.0,0.0,22.684,34.617,-11.933 +36047115800,"Census Tract 1158, Kings County, New York",2938,1959.0,53125.0,479300.0,218.0,75.0,1896.0,18.0,1.0,0.0,72.0,26.0,868.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1158,2929.0,14.0,1934.0,8.0,14.0,0.0,940.0,1602.0,35496.0,161200.0,212.0,11.128126595201634,13.233458177278402,-2.1053315820767686,0.5156937200083455,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.553,0.478,2.075,64.534,66.029,-1.495,0.034,0.478,-0.444,0.613,0.273,0.34,0.0,0.0,0.0,29.544,32.093,-2.549 +36047116000,"Census Tract 1160, Kings County, New York",2126,1423.0,27449.0,364900.0,205.0,0.0,1375.0,13.0,17.0,0.0,0.0,44.0,690.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1160,2604.0,7.0,1827.0,8.0,11.0,0.0,742.0,1352.0,23281.0,151700.0,168.0,14.406184118060436,12.42603550295858,1.9801486151018555,0.4013483146067416,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.0,0.269,-0.269,64.675,70.161,-5.486,0.8,0.422,0.378,0.611,0.307,0.304,0.0,0.0,0.0,32.455,28.495,3.96 +36047116200,"Census Tract 1162, Kings County, New York",2276,1409.0,39250.0,355400.0,197.0,7.0,1806.0,34.0,17.0,82.0,16.0,57.0,272.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1162,2290.0,17.0,1781.0,9.0,19.0,0.0,463.0,1312.0,40104.0,148000.0,139.0,13.98154719659333,10.59451219512195,3.3870350014713786,0.4003376477208779,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.308,0.742,-0.434,79.35,77.773,1.577,0.747,0.83,-0.083,1.494,0.393,1.101,3.603,0.0,3.603,11.951,20.218,-8.267 +36047116400,"Census Tract 1164, Kings County, New York",3394,2179.0,51852.0,359900.0,235.0,57.0,2199.0,0.0,56.0,0.0,0.0,33.0,1049.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1164,2766.0,13.0,1889.0,9.0,14.0,0.0,828.0,1547.0,37875.0,145200.0,144.0,10.784763653051858,9.308338720103427,1.4764249329484311,0.4190386218393998,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.679,0.47,1.209,64.791,68.294,-3.503,1.65,0.506,1.144,0.0,0.325,-0.325,0.0,0.0,0.0,30.907,29.935,0.972 +36047116600,"Census Tract 1166, Kings County, New York",3012,1811.0,40405.0,370300.0,376.0,105.0,1701.0,0.0,21.0,0.0,56.0,125.0,1004.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1166,2599.0,44.0,1191.0,3.0,77.0,2.0,1263.0,1372.0,25833.0,144800.0,120.0,20.76200993926008,8.746355685131196,12.015654254128883,0.4369106130164731,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,3.486,1.693,1.793,56.474,45.825,10.649,0.697,2.963,-2.266,0.0,0.115,-0.115,0.0,0.077,-0.077,33.333,48.596,-15.263 +36047116800,"Census Tract 1168, Kings County, New York",1732,1085.0,54474.0,535300.0,210.0,54.0,701.0,32.0,37.0,0.0,9.0,0.0,931.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1168,1957.0,72.0,470.0,26.0,109.0,0.0,1204.0,1101.0,30264.0,176100.0,66.0,19.35483870967742,5.994550408719346,13.360288300958075,0.5262768541005044,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,3.118,3.679,-0.561,40.473,24.016,16.457,2.136,5.57,-3.434,1.848,1.329,0.519,0.0,0.0,0.0,53.753,61.523,-7.77 +36047117000,"Census Tract 1170, Kings County, New York",1930,962.0,36553.0,367600.0,62.0,0.0,451.0,0.0,101.0,0.0,0.0,33.0,1345.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1170,1837.0,56.0,492.0,25.0,85.0,0.0,1150.0,863.0,18250.0,190800.0,86.0,6.444906444906445,9.965237543453071,-3.5203310985466265,0.25257889009793255,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.0,3.048,-3.048,23.368,26.783,-3.415,5.233,4.627,0.606,0.0,1.361,-1.361,0.0,0.0,0.0,69.689,62.602,7.087 +36047117201,"Census Tract 1172.01, Kings County, New York",2369,1492.0,58482.0,487000.0,144.0,46.0,339.0,0.0,95.0,0.0,0.0,99.0,1790.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1172.01,2914.0,92.0,669.0,15.0,108.0,1.0,1949.0,1701.0,37875.0,182600.0,193.0,9.651474530831099,11.346266901822457,-1.6947923709913582,0.4600739219712526,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.942,3.157,-1.215,14.31,22.958,-8.648,4.01,3.706,0.304,0.0,0.515,-0.515,0.0,0.034,-0.034,75.559,66.884,8.675 +36047117202,"Census Tract 1172.02, Kings County, New York",3104,2041.0,50170.0,448400.0,322.0,116.0,978.0,0.0,96.0,0.0,17.0,102.0,1795.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1172.02,4287.0,165.0,1141.0,61.0,272.0,0.0,2484.0,2279.0,29292.0,183000.0,184.0,15.776580107790299,8.073716542343133,7.702863565447165,0.4123104371097235,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.737,3.849,-0.112,31.508,26.615,4.893,3.093,6.345,-3.252,0.0,1.423,-1.423,0.0,0.0,0.0,57.829,57.943,-0.114 +36047117400,"Census Tract 1174, Kings County, New York",4362,2827.0,53512.0,431800.0,175.0,41.0,879.0,0.0,308.0,0.0,12.0,36.0,3086.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1174,4268.0,169.0,816.0,64.0,256.0,0.0,2818.0,2360.0,33250.0,188300.0,176.0,6.190307746727981,7.4576271186440675,-1.267319371916087,0.3720426123205188,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.94,3.96,-3.02,20.151,19.119,1.032,7.061,5.998,1.063,0.0,1.5,-1.5,0.0,0.0,0.0,70.747,66.026,4.721 +36047117601,"Census Tract 1176.01, Kings County, New York",3037,1862.0,47131.0,435400.0,219.0,195.0,616.0,0.0,76.0,0.0,0.0,0.0,2150.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1176.01,2664.0,160.0,384.0,15.0,195.0,0.0,1820.0,1513.0,28587.0,206500.0,117.0,11.761546723952739,7.732980832782551,4.028565891170188,0.3170418006430868,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,6.421,6.006,0.415,20.283,14.414,5.869,2.502,7.32,-4.818,0.0,0.563,-0.563,0.0,0.0,0.0,70.794,68.318,2.476 +36047117602,"Census Tract 1176.02, Kings County, New York",2996,1965.0,41703.0,440200.0,180.0,104.0,632.0,0.0,70.0,0.0,131.0,52.0,2007.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1176.02,3173.0,172.0,563.0,21.0,223.0,1.0,2002.0,1868.0,27244.0,172400.0,118.0,9.16030534351145,6.316916488222698,2.843388855288752,0.43603816447069516,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.471,5.421,-1.95,21.095,17.743,3.352,2.336,7.028,-4.692,0.0,0.662,-0.662,0.0,0.032,-0.032,66.989,63.095,3.894 +36047117800,"Census Tract 1178, Kings County, New York",1892,1153.0,45688.0,472400.0,89.0,17.0,326.0,0.0,371.0,0.0,41.0,18.0,1119.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1178,1715.0,56.0,385.0,26.0,237.0,1.0,926.0,818.0,35625.0,178600.0,56.0,7.718993928881179,6.845965770171149,0.8730281587100306,0.455580016934801,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.899,3.265,-2.366,17.23,22.449,-5.219,19.609,13.819,5.79,0.0,1.516,-1.516,0.0,0.058,-0.058,59.144,53.994,5.15 +36047118000,"Census Tract 1180, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36047118201,"Census Tract 1182.01, Kings County, New York",2970,1909.0,46012.0,464000.0,261.0,191.0,539.0,57.0,151.0,0.0,68.0,64.0,1945.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1182.01,2902.0,164.0,544.0,26.0,183.0,0.0,1868.0,1636.0,30993.0,176700.0,66.0,13.672079622839183,4.034229828850855,9.637849793988327,0.45162068965517244,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,6.431,5.651,0.78,18.148,18.746,-0.598,5.084,6.306,-1.222,1.919,0.896,1.023,0.0,0.0,0.0,65.488,64.369,1.119 +36047118202,"Census Tract 1182.02, Kings County, New York",3279,1955.0,53625.0,442200.0,240.0,126.0,550.0,0.0,196.0,0.0,0.0,46.0,2361.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1182.02,3057.0,157.0,536.0,33.0,173.0,0.0,2083.0,1613.0,36179.0,182900.0,130.0,12.27621483375959,8.05951642901426,4.2166984047453315,0.40439620081411126,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.843,5.136,-1.293,16.773,17.534,-0.761,5.977,5.659,0.318,0.0,1.079,-1.079,0.0,0.0,0.0,72.004,68.139,3.865 +36047118400,"Census Tract 1184, Kings County, New York",5361,3401.0,55070.0,455000.0,526.0,261.0,554.0,20.0,659.0,0.0,96.0,33.0,3758.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1184,5106.0,284.0,779.0,63.0,610.0,0.0,3272.0,2803.0,33109.0,179800.0,247.0,15.466039400176419,8.81198715661791,6.6540522435585086,0.43096263736263735,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,4.868,5.562,-0.694,10.334,15.257,-4.923,12.292,11.947,0.345,0.373,1.234,-0.861,0.0,0.0,0.0,70.099,64.081,6.018 +36047118600,"Census Tract 1186, Kings County, New York",2694,1705.0,46047.0,465800.0,221.0,104.0,855.0,2.0,414.0,0.0,23.0,25.0,1273.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1186,3133.0,227.0,491.0,25.0,377.0,0.0,1885.0,1804.0,31959.0,187900.0,131.0,12.961876832844574,7.261640798226164,5.70023603461841,0.4191155002146844,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.86,7.245,-3.385,31.737,15.672,16.065,15.367,12.033,3.334,0.074,0.798,-0.724,0.0,0.0,0.0,47.253,60.166,-12.913 +36047118800,"Census Tract 1188, Kings County, New York",4760,3164.0,49365.0,559500.0,482.0,170.0,2072.0,0.0,897.0,0.0,157.0,24.0,1440.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1188,4560.0,297.0,800.0,86.0,1067.0,0.0,2148.0,2398.0,21683.0,192900.0,166.0,15.233881163084703,6.922435362802335,8.311445800282367,0.5035281501340483,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.571,6.513,-2.942,43.529,17.544,25.985,18.845,23.399,-4.554,0.0,1.886,-1.886,0.0,0.0,0.0,30.252,47.105,-16.853 +36047119000,"Census Tract 1190, Kings County, New York",2709,1504.0,40234.0,464600.0,211.0,52.0,1219.0,10.0,104.0,0.0,112.0,32.0,1180.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1190,1986.0,83.0,554.0,31.0,108.0,0.0,1054.0,1088.0,25093.0,162100.0,47.0,14.029255319148936,4.319852941176471,9.709402377972465,0.49758071459319847,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.92,4.179,-2.259,44.998,27.895,17.103,3.839,5.438,-1.599,0.369,1.561,-1.192,0.0,0.0,0.0,43.559,53.072,-9.513 +36047119200,"Census Tract 1192, Kings County, New York",3028,2021.0,41615.0,400000.0,316.0,85.0,1226.0,10.0,195.0,0.0,0.0,78.0,1444.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1192,2400.0,46.0,867.0,14.0,49.0,0.0,1384.0,1288.0,26585.0,148500.0,44.0,15.635823849579417,3.4161490683229814,12.219674781256435,0.4654,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,2.807,1.917,0.89,40.489,36.125,4.364,6.44,2.042,4.398,0.33,0.583,-0.253,0.0,0.0,0.0,47.688,57.667,-9.979 +36047119400,"Census Tract 1194, Kings County, New York",4248,2121.0,39531.0,396700.0,308.0,95.0,2559.0,0.0,88.0,0.0,0.0,0.0,1506.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1194,3371.0,49.0,1946.0,25.0,41.0,0.0,1284.0,1747.0,30250.0,165100.0,101.0,14.521452145214521,5.7813394390383515,8.74011270617617,0.4006957398537938,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.236,1.454,0.782,60.24,57.728,2.512,2.072,1.216,0.856,0.0,0.742,-0.742,0.0,0.0,0.0,35.452,38.09,-2.638 +36047119600,"Census Tract 1196, Kings County, New York",4925,3258.0,32344.0,434200.0,499.0,122.0,2486.0,29.0,942.0,0.0,9.0,161.0,1176.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1196,4972.0,71.0,2351.0,39.0,585.0,0.0,1820.0,2743.0,29188.0,171100.0,174.0,15.316144874155924,6.343419613561793,8.972725260594132,0.4325564256103178,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.477,1.428,1.049,50.477,47.285,3.192,19.127,11.766,7.361,0.589,0.784,-0.195,0.0,0.0,0.0,23.878,36.605,-12.727 +36047119800,"Census Tract 1198, Kings County, New York",3376,2204.0,30297.0,560500.0,234.0,78.0,1325.0,15.0,161.0,0.0,0.0,11.0,1786.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1198,3190.0,157.0,973.0,23.0,155.0,0.0,1841.0,1899.0,20328.83871,156872.3214,232.0,10.617059891107077,12.216956292785676,-1.599896401678599,0.596973875439786,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.31,4.922,-2.612,39.248,30.502,8.746,4.769,4.859,-0.09,0.444,0.721,-0.277,0.0,0.0,0.0,52.903,57.712,-4.809 +36047120000,"Census Tract 1200, Kings County, New York",2576,1540.0,32880.0,426000.0,125.0,73.0,1556.0,12.0,458.0,0.0,0.0,0.0,489.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1200,2247.0,156.0,1167.0,21.0,118.0,0.0,686.0,1705.0,30556.0,199500.0,132.0,8.116883116883116,7.741935483870968,0.3749476330121482,0.3256338028169014,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.834,6.943,-4.109,60.404,51.936,8.468,17.78,5.251,12.529,0.466,0.935,-0.469,0.0,0.0,0.0,18.983,30.53,-11.547 +36047120200,"Census Tract 1202, Kings County, New York",1924,1173.0,32083.0,458800.0,170.0,44.0,786.0,0.0,567.0,0.0,0.0,18.0,509.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1202,1916.0,101.0,305.0,56.0,722.0,0.0,668.0,1094.0,35741.0,169600.0,113.0,14.492753623188406,10.3290676416819,4.1636859815065055,0.46768962510897993,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.287,5.271,-2.984,40.852,15.919,24.933,29.47,37.683,-8.213,0.0,2.923,-2.923,0.0,0.0,0.0,26.455,34.864,-8.409 +36047120800,"Census Tract 1208, Kings County, New York",9566,6537.0,35993.0,498700.0,1065.0,172.0,8200.0,55.0,126.0,0.0,37.0,129.0,902.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1208,8483.0,200.0,6458.0,33.0,162.0,2.0,1571.0,4826.0,30568.0,193400.0,647.0,16.291877007801745,13.40654786572731,2.8853291420744345,0.4415560457188691,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.798,2.358,-0.56,85.72,76.129,9.591,1.317,1.91,-0.593,0.575,0.389,0.186,0.0,0.024,-0.024,9.429,18.519,-9.09 +36047121000,"Census Tract 1210, Kings County, New York",4299,2376.0,20099.0,,135.0,0.0,2159.0,30.0,7.0,0.0,0.0,44.0,2089.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1210,3986.0,36.0,2521.0,22.0,1.0,0.0,1400.0,2039.0,9919.0,12500.0,44.0,5.681818181818182,2.157920549288867,3.5238976325293145,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,0.0,0.903,-0.903,50.221,63.246,-13.025,0.163,0.025,0.138,0.698,0.552,0.146,0.0,0.0,0.0,48.593,35.123,13.47 +36047121400,"Census Tract 1214, Kings County, New York",4851,2426.0,20601.0,,104.0,24.0,2921.0,28.0,0.0,0.0,0.0,53.0,1853.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1214,4384.0,57.0,3003.0,1.0,28.0,0.0,1288.0,2235.0,8927.0,291700.0,72.0,4.286892003297609,3.221476510067114,1.0654154932304953,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.495,1.3,-0.805,60.214,68.499,-8.285,0.0,0.639,-0.639,0.577,0.023,0.554,0.0,0.0,0.0,38.198,29.38,8.818 +36047122000,"Census Tract 1220, Kings County, New York",6169,4006.0,44944.0,554200.0,815.0,90.0,4831.0,0.0,38.0,0.0,90.0,38.0,1082.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1220,2555.0,103.0,1938.0,14.0,27.0,0.0,445.0,1439.0,25807.0,203900.0,170.0,20.34448327508737,11.8137595552467,8.53072371984067,0.47019848430169614,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.459,4.031,-2.572,78.311,75.851,2.46,0.616,1.057,-0.441,0.0,0.548,-0.548,0.0,0.0,0.0,17.539,17.417,0.122 +36047123700,"Census Tract 1237, Kings County, New York",6300,2186.0,33709.0,656000.0,450.0,5246.0,246.0,0.0,59.0,0.0,0.0,37.0,712.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1237,1838.0,144.0,207.0,10.0,19.0,0.0,1440.0,769.0,17773.89038,173316.6667,64.0,20.585544373284538,8.322496749024708,12.26304762425983,0.6195487804146341,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,83.27,7.835,75.435,3.905,11.262,-7.357,0.937,1.034,-0.097,0.0,0.544,-0.544,0.0,0.0,0.0,11.302,78.346,-67.044 +36047150200,"Census Tract 1502, Kings County, New York",2876,2056.0,112656.0,898400.0,1178.0,2021.0,71.0,0.0,318.0,0.0,32.0,70.0,364.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1502,2237.000008,1604.8292689999998,62.26016331,11.63414633,115.82113840000001,0.211382121,406.3252106,1508.333344,59343.27805,249724.1351,471.26016430000004,57.295719844357976,31.24376757794463,26.051952266413345,0.5997297923597507,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,70.271,71.74,-1.469,2.469,2.783,-0.314,11.057,5.178,5.879,0.0,0.52,-0.52,0.0,0.009,-0.009,12.656,18.164,-5.508 +36047152200,"Census Tract 1522, Kings County, New York",3877,2618.0,95333.0,1275600.0,1515.0,1548.0,635.0,0.0,869.0,0.0,11.0,243.0,571.0,New York City,New York-Newark-Jersey City,NY,Kings County,Census Tract 1522,3407.0,1248.0,971.0,21.0,634.0,0.0,477.0,2224.0,58327.15441,362596.5909,939.0,57.86860198624905,42.22122302158273,15.647378964666316,0.5906717694449671,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,39.928,36.63,3.298,16.379,28.5,-12.121,22.414,18.609,3.805,0.0,0.616,-0.616,0.0,0.0,0.0,14.728,14.001,0.727 +36047990100,"Census Tract 9901, Kings County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36061000100,"Census Tract 1, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36061000201,"Census Tract 2.01, New York County, New York",2730,1923.0,23574.0,,178.0,264.0,205.0,0.0,1153.0,0.0,0.0,2.0,1106.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 2.01,3329.0,153.0,305.0,6.0,1465.0,1.0,1383.0,2115.0,21019.0,187500.0,293.0,9.256370254810193,13.853427895981087,-4.597057641170894,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,9.67,4.596,5.074,7.509,9.162,-1.653,42.234,44.007,-1.773,0.0,0.18,-0.18,0.0,0.03,-0.03,40.513,41.544,-1.031 +36061000202,"Census Tract 2.02, New York County, New York",7789,5821.0,32068.0,569700.0,1751.0,1403.0,1341.0,37.0,1841.0,0.0,22.0,201.0,2981.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 2.02,6837.0,1816.0,879.0,21.0,1247.0,0.0,2761.0,4893.0,22750.0,132900.0,1004.0,30.080742140525683,20.519108931126098,9.561633209399584,0.6640758293838862,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,18.013,26.561,-8.548,17.217,12.857,4.36,23.636,18.239,5.397,0.475,0.307,0.168,0.0,0.0,0.0,38.272,40.383,-2.111 +36061000500,"Census Tract 5, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 5,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,100.0,,,0.0,,,0.0,,,0.0,,,0.0,,,0.0, +36061000600,"Census Tract 6, New York County, New York",10890,8752.0,19778.0,602400.0,1607.0,459.0,453.0,135.0,6569.0,0.0,0.0,76.0,3198.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 6,12276.0,462.0,884.0,36.0,8038.0,2.0,2813.0,8461.0,19002.0,159900.0,856.0,18.361517367458866,10.117007445928378,8.244509921530488,0.6177689243027888,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,4.215,3.763,0.452,4.16,7.201,-3.041,60.321,65.477,-5.156,1.24,0.293,0.947,0.0,0.016,-0.016,29.366,22.915,6.451 +36061000700,"Census Tract 7, New York County, New York",8881,6476.0,134926.0,1481700.0,5587.0,6343.0,226.0,0.0,1648.0,0.0,57.0,162.0,445.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 7,912.9847705,580.2502107999999,36.38785192,0.005386831999999999,215.75954339999998,0.010773663999999999,67.39862558,726.9181776,81175.21863999999,161049.4928,540.9754822000001,86.27239036442248,74.4204091836154,11.851981180807073,0.8434829792589593,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,71.422,63.555,7.867,2.545,3.986,-1.441,18.556,23.632,-5.076,0.0,0.001,-0.001,0.0,0.001,-0.001,5.011,7.382,-2.371 +36061000800,"Census Tract 8, New York County, New York",9363,7569.0,32313.0,534300.0,1732.0,755.0,78.0,87.0,7822.0,5.0,70.0,146.0,400.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 8,10917.0,995.0,102.0,31.0,9491.0,0.0,278.0,7802.0,25148.0,175000.0,752.0,22.882811467829303,9.63855421686747,13.244257250961832,0.5283548568220101,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,8.064,9.114,-1.05,0.833,0.934,-0.101,83.542,86.938,-3.396,0.929,0.284,0.645,0.053,0.0,0.053,4.272,2.546,1.726 +36061000900,"Census Tract 9, New York County, New York",1736,1425.0,180547.0,1140600.0,1236.0,1175.0,45.0,0.0,280.0,10.0,0.0,86.0,140.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 9,1118.015233,792.6202989,72.78685093,1.033769798,142.6290176,1.989226341,75.08932364,916.0697999,105206.0288,170300.0013,736.8438132,86.73684210526316,80.43533508914226,6.301507016120908,0.7849973681641241,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,67.684,70.895,-3.211,2.592,6.51,-3.918,16.129,12.757,3.372,0.0,0.092,-0.092,0.576,0.178,0.398,8.065,6.716,1.349 +36061001001,"Census Tract 10.01, New York County, New York",1382,1178.0,79205.0,618000.0,752.0,907.0,25.0,0.0,128.0,0.0,5.0,6.0,311.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 10.01,1361.0,1001.0,73.0,1.0,44.0,0.0,230.0,1043.0,41932.0,122000.0,398.0,63.83701188455009,38.15915627996165,25.677855604588437,0.7157281553398058,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,65.63,73.549,-7.919,1.809,5.364,-3.555,9.262,3.233,6.029,0.0,0.073,-0.073,0.0,0.0,0.0,22.504,16.899,5.605 +36061001002,"Census Tract 10.02, New York County, New York",5707,4195.0,18977.0,,416.0,182.0,511.0,0.0,776.0,0.0,0.0,71.0,4167.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 10.02,6733.3359709999995,135.0073411,1201.0611099999999,20.00119045,586.0215602999999,6.6136e-05,4761.243843,3839.1906700000004,14519.093840000001,19.52162012,154.0080025,9.916567342073897,4.011470534752054,5.905096807321843,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,3.189,2.005,1.184,8.954,17.838,-8.884,13.597,8.703,4.894,0.0,0.297,-0.297,0.0,0.0,0.0,73.016,70.712,2.304 +36061001200,"Census Tract 12, New York County, New York",3921,3031.0,50399.0,618100.0,1383.0,2016.0,57.0,19.0,615.0,0.0,28.0,99.0,1106.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 12,3466.0,1662.0,121.0,10.0,361.0,0.0,1220.0,2657.0,25865.0,115400.0,865.0,45.62850544374794,32.5555137372977,13.072991706450239,0.7311502993043197,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,51.415,47.952,3.463,1.454,3.491,-2.037,15.685,10.415,5.27,0.485,0.289,0.196,0.0,0.0,0.0,28.207,35.199,-6.992 +36061001300,"Census Tract 13, New York County, New York",4805,3716.0,139281.0,971700.0,3489.0,2992.0,60.0,0.0,953.0,0.0,31.0,129.0,640.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 13,1607.0000009999999,1146.644577,141.4096384,6.246987954,177.06626509999998,0.0,108.38554189999999,1215.385544,81594.94801000001,187500.0,855.7831325999999,93.89128094725511,70.4124824278805,23.478798519374607,0.7221364618709478,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,62.268,71.353,-9.085,1.249,8.8,-7.551,19.834,11.018,8.816,0.0,0.389,-0.389,0.0,0.0,0.0,13.319,6.745,6.574 +36061001401,"Census Tract 14.01, New York County, New York",3095,2609.0,84489.0,721200.0,1818.0,2084.0,64.0,0.0,540.0,0.0,0.0,93.0,314.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 14.01,2962.0,2219.0,110.0,5.0,112.0,0.0,471.0,2457.0,39239.0,135500.0,979.0,69.68187044844768,39.84533984533984,29.83653060310784,0.7294509151414309,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,67.334,74.916,-7.582,2.068,3.714,-1.646,17.447,3.781,13.666,0.0,0.169,-0.169,0.0,0.0,0.0,10.145,15.901,-5.756 +36061001402,"Census Tract 14.02, New York County, New York",2857,2396.0,29890.0,558300.0,997.0,872.0,100.0,48.0,860.0,0.0,45.0,108.0,872.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 14.02,3019.0,553.0,115.0,9.0,1040.0,0.0,1280.0,2092.0,18984.0,175000.0,383.0,41.6110183639399,18.307839388145315,23.303178975794584,0.5486297689414293,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,30.522,18.317,12.205,3.5,3.809,-0.309,30.102,34.448,-4.346,1.68,0.298,1.382,0.0,0.0,0.0,30.522,42.398,-11.876 +36061001501,"Census Tract 15.01, New York County, New York",6892,5687.0,88528.0,634300.0,3828.0,3918.0,344.0,25.0,1786.0,0.0,74.0,159.0,586.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 15.01,4562.0,2832.0,369.0,9.0,973.0,0.0,343.0,3422.0,40158.0,106500.0,1533.0,67.31141199226306,44.79836353009936,22.513048462163702,0.7582216616742866,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,56.849,62.078,-5.229,4.991,8.089,-3.098,25.914,21.328,4.586,0.363,0.197,0.166,0.0,0.0,0.0,8.503,7.519,0.984 +36061001502,"Census Tract 15.02, New York County, New York",7932,5352.0,155688.0,1123300.0,4746.0,5400.0,186.0,40.0,1745.0,0.0,0.0,202.0,359.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 15.02,3937.0,2720.0,179.0,14.0,674.0,1.0,230.0,1960.0,74531.0,442900.0,1555.0,88.67713004484305,79.33673469387755,9.340395350965508,0.4322300364995994,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,68.079,69.088,-1.009,2.345,4.547,-2.202,21.999,17.12,4.879,0.504,0.356,0.148,0.0,0.025,-0.025,4.526,5.842,-1.316 +36061001600,"Census Tract 16, New York County, New York",7244,5929.0,44375.0,1546600.0,2251.0,990.0,93.0,0.0,5602.0,0.0,38.0,49.0,472.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 16,9598.0,526.0,43.0,26.0,8728.0,0.0,265.0,7004.0,23619.0,138400.0,1037.0,37.965930173722384,14.805825242718447,23.160104931003936,0.8711392732445364,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,13.666,5.48,8.186,1.284,0.448,0.836,77.333,90.936,-13.603,0.0,0.271,-0.271,0.0,0.0,0.0,6.516,2.761,3.755 +36061001800,"Census Tract 18, New York County, New York",7895,6171.0,65223.0,1061000.0,2401.0,2238.0,373.0,155.0,4237.0,0.0,17.0,233.0,642.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 18,10157.0,967.0,273.0,16.0,7457.0,2.0,1406.0,7122.0,25747.0,667800.0,710.0,38.90779452276779,9.969109800617804,28.938684722149983,0.09365504241281809,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,28.347,9.521,18.826,4.725,2.688,2.037,53.667,73.417,-19.75,1.963,0.158,1.805,0.0,0.02,-0.02,8.132,13.843,-5.711 +36061002000,"Census Tract 20, New York County, New York",4920,3292.0,14745.0,,245.0,55.0,1003.0,0.0,1074.0,0.0,0.0,0.0,2788.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 20,5174.227992,93.00498172,870.0414694,15.00080785,423.01463099999995,4.48803e-05,3768.1654740000004,2867.12939,11963.19491,624978.6909,121.00543049999999,7.44228432563791,4.220438426045361,3.221845899592549,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.118,1.797,-0.679,20.386,16.815,3.571,21.829,8.175,13.654,0.0,0.29,-0.29,0.0,0.0,0.0,56.667,72.826,-16.159 +36061002100,"Census Tract 21, New York County, New York",6863,4883.0,250001.0,2000001.0,4245.0,5176.0,74.0,0.0,961.0,0.0,0.0,359.0,293.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 21,2407.0,1804.0,96.0,6.0,362.0,0.0,117.0,1891.0,128384.0,582800.0,1539.0,86.93426172434978,81.38551031200423,5.548751412345553,0.5803842098078951,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,75.419,74.948,0.471,1.078,3.988,-2.91,14.003,15.039,-1.036,0.0,0.249,-0.249,0.0,0.0,0.0,4.269,4.861,-0.592 +36061002201,"Census Tract 22.01, New York County, New York",6484,5048.0,28791.0,,1557.0,1151.0,731.0,35.0,1560.0,0.0,0.0,152.0,2890.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 22.01,6646.0,830.0,928.0,18.0,1607.0,3.0,3201.0,4435.0,25700.0,229500.0,822.0,30.843898573692552,18.534385569334837,12.309513004357715,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,17.751,12.489,5.262,11.274,13.963,-2.689,24.059,24.18,-0.121,0.54,0.271,0.269,0.0,0.045,-0.045,44.571,48.164,-3.593 +36061002202,"Census Tract 22.02, New York County, New York",1947,1696.0,90703.0,656300.0,1213.0,1055.0,122.0,11.0,307.0,0.0,0.0,103.0,360.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 22.02,1556.0,743.0,192.0,7.0,152.0,0.0,426.0,1203.0,32425.0,346200.0,541.0,71.52122641509433,44.970906068162925,26.550320346931407,0.24039616029254915,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,54.186,47.751,6.435,6.266,12.339,-6.073,15.768,9.769,5.999,0.565,0.45,0.115,0.0,0.0,0.0,18.49,27.378,-8.888 +36061002400,"Census Tract 24, New York County, New York",4275,3099.0,14300.0,,248.0,79.0,756.0,0.0,440.0,0.0,325.0,127.0,2548.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 24,5079.435899,110.9876709,923.8973999,17.998001100000003,325.96380619999996,0.999888957,3686.5905759999996,2882.679932,16396.0,221399.9921,120.9865646,8.002581477896095,4.197016923625637,3.8055645542704584,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,1.848,2.185,-0.337,17.684,18.189,-0.505,10.292,6.417,3.875,0.0,0.354,-0.354,0.0,0.02,-0.02,59.602,72.579,-12.977 +36061002500,"Census Tract 25, New York County, New York",5171,3975.0,17500.0,,262.0,22.0,1190.0,0.0,2306.0,0.0,0.0,55.0,1598.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 25,5209.0,147.0,790.0,10.0,2079.0,0.0,2177.0,3476.0,13611.0,416700.0,196.0,6.591194968553459,5.638665132336018,0.9525298362174413,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.425,2.822,-2.397,23.013,15.166,7.847,44.595,39.912,4.683,0.0,0.192,-0.192,0.0,0.0,0.0,30.903,41.793,-10.89 +36061002601,"Census Tract 26.01, New York County, New York",3934,2929.0,57788.0,419000.0,1124.0,1009.0,419.0,15.0,455.0,0.0,0.0,92.0,1959.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 26.01,3400.0,630.0,438.0,6.0,296.0,0.0,1994.0,2097.0,28060.0,187500.0,412.0,38.37487196995561,19.647114926084882,18.72775704387073,0.3556085918854415,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,25.648,18.529,7.119,10.651,12.882,-2.231,11.566,8.706,2.86,0.381,0.176,0.205,0.0,0.0,0.0,49.797,58.647,-8.85 +36061002602,"Census Tract 26.02, New York County, New York",4207,3475.0,77212.0,651200.0,2348.0,2353.0,167.0,44.0,626.0,36.0,0.0,266.0,715.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 26.02,3718.0,1734.0,330.0,25.0,552.0,1.0,1015.0,2944.0,33100.0,234500.0,1428.0,67.56834532374101,48.505434782608695,19.062910541132318,0.48144963144963143,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,55.931,46.638,9.293,3.97,8.876,-4.906,14.88,14.847,0.033,1.046,0.672,0.374,0.856,0.027,0.829,16.995,27.3,-10.305 +36061002700,"Census Tract 27, New York County, New York",1417,1151.0,59688.0,721300.0,513.0,260.0,4.0,0.0,1046.0,0.0,0.0,79.0,28.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 27,1517.0,290.0,28.0,2.0,1150.0,0.0,45.0,1261.0,28438.0,186300.0,240.0,44.56993918331885,19.032513877874703,25.53742530544415,0.628071537501733,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,18.349,19.117,-0.768,0.282,1.846,-1.564,73.818,75.808,-1.99,0.0,0.132,-0.132,0.0,0.0,0.0,1.976,2.966,-0.99 +36061002800,"Census Tract 28, New York County, New York",7304,5423.0,36470.0,479500.0,2383.0,2100.0,1044.0,16.0,853.0,0.0,44.0,78.0,3185.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 28,6701.0,1797.0,917.0,26.0,788.0,0.0,3079.0,4592.0,27976.0,184800.0,1280.0,43.94246726903928,27.874564459930312,16.067902809108965,0.445021897810219,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,28.751,26.817,1.934,14.294,13.685,0.609,11.679,11.759,-0.08,0.219,0.388,-0.169,0.0,0.0,0.0,43.606,45.948,-2.342 +36061002900,"Census Tract 29, New York County, New York",6869,5844.0,28861.0,756400.0,1537.0,534.0,630.0,11.0,4793.0,0.0,0.0,230.0,671.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 29,7422.0,519.0,792.0,17.0,5339.0,0.0,736.0,5856.0,20344.0,150800.0,716.0,26.300479123887747,12.226775956284152,14.073703167603595,0.712913802221047,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,7.774,6.993,0.781,9.172,10.671,-1.499,69.777,71.935,-2.158,0.16,0.229,-0.069,0.0,0.0,0.0,9.769,9.916,-0.147 +36061003001,"Census Tract 30.01, New York County, New York",4140,3212.0,72258.0,693200.0,2322.0,2047.0,208.0,0.0,810.0,0.0,0.0,281.0,794.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 30.01,4275.0,1435.0,145.0,25.0,1312.0,0.0,1294.0,3208.0,34826.0,153800.0,1276.0,72.29140722291407,39.775561097256855,32.51584612565722,0.6805077899596076,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,49.444,33.567,15.877,5.024,3.392,1.632,19.565,30.69,-11.125,0.0,0.585,-0.585,0.0,0.0,0.0,19.179,30.269,-11.09 +36061003002,"Census Tract 30.02, New York County, New York",2972,2523.0,53333.0,635200.0,1522.0,1520.0,239.0,0.0,358.0,0.0,24.0,30.0,801.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 30.02,3281.0,1812.0,241.0,18.0,426.0,1.0,741.0,2457.0,34450.0,183000.0,1155.0,60.32500990883869,47.00854700854701,13.316462900291675,0.5851385390428212,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,51.144,55.227,-4.083,8.042,7.345,0.697,12.046,12.984,-0.938,0.0,0.549,-0.549,0.0,0.03,-0.03,26.952,22.585,4.367 +36061003100,"Census Tract 31, New York County, New York",2720,1423.0,202404.0,1458300.0,1086.0,1470.0,255.0,8.0,665.0,0.0,10.0,117.0,195.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 31,1726.0,750.0,175.0,2.0,406.0,0.0,125.0,490.0,67361.0,366100.0,282.0,76.31763879128602,57.55102040816327,18.766618383122747,0.6384941370088459,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,54.044,43.453,10.591,9.375,10.139,-0.764,24.449,23.523,0.926,0.294,0.116,0.178,0.0,0.0,0.0,7.169,7.242,-0.073 +36061003200,"Census Tract 32, New York County, New York",7939,7171.0,68675.0,656100.0,5158.0,5972.0,304.0,1.0,1095.0,0.0,0.0,40.0,527.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 32,8016.0,5819.0,340.0,41.0,1006.0,0.0,717.0,6729.0,36759.0,176300.0,3406.0,71.9286013108353,50.61673354138802,21.311867769447282,0.6130589849108368,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,75.224,72.592,2.632,3.829,4.242,-0.413,13.793,12.55,1.243,0.013,0.511,-0.498,0.0,0.0,0.0,6.638,8.945,-2.307 +36061003300,"Census Tract 33, New York County, New York",5415,4168.0,193750.0,2000001.0,3519.0,4138.0,153.0,0.0,588.0,0.0,0.0,294.0,242.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 33,3696.0,3088.0,85.0,3.0,308.0,0.0,162.0,2880.0,113332.0,794100.0,2349.0,84.42898272552783,81.5625,2.866482725527831,0.42824828587585706,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,76.417,83.55,-7.133,2.825,2.3,0.525,10.859,8.333,2.526,0.0,0.081,-0.081,0.0,0.0,0.0,4.469,4.383,0.086 +36061003400,"Census Tract 34, New York County, New York",6493,5216.0,75340.0,722500.0,3504.0,3842.0,153.0,0.0,989.0,0.0,0.0,62.0,1447.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 34,6561.0,3945.0,327.0,38.0,789.0,0.0,1327.0,5130.0,37371.0,197900.0,2736.0,67.17791411042944,53.333333333333336,13.844580777096105,0.6055695501730104,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,59.171,60.128,-0.957,2.356,4.984,-2.628,15.232,12.026,3.206,0.0,0.579,-0.579,0.0,0.0,0.0,22.286,20.226,2.06 +36061003601,"Census Tract 36.01, New York County, New York",3522,2524.0,47759.0,488500.0,969.0,830.0,236.0,0.0,786.0,0.0,7.0,31.0,1632.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 36.01,3280.0,617.0,326.0,10.0,946.0,0.0,1340.0,2195.0,19271.0,141800.0,456.0,38.391442155309036,20.774487471526196,17.61695468378284,0.5820020470829068,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,23.566,18.811,4.755,6.701,9.939,-3.238,22.317,28.841,-6.524,0.0,0.305,-0.305,0.0,0.0,0.0,46.337,40.854,5.483 +36061003602,"Census Tract 36.02, New York County, New York",2903,2319.0,85417.0,486500.0,1335.0,1630.0,273.0,42.0,397.0,0.0,0.0,155.0,406.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 36.02,2372.0,1363.0,371.0,17.0,249.0,0.0,352.0,1905.0,45000.0,268500.0,874.0,57.56791720569211,45.879265091863516,11.688652113828596,0.20526207605344296,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,56.149,57.462,-1.313,9.404,15.641,-6.237,13.676,10.497,3.179,1.447,0.717,0.73,0.0,0.0,0.0,13.986,14.84,-0.854 +36061003700,"Census Tract 37, New York County, New York",2674,2211.0,147738.0,1410000.0,1712.0,2072.0,73.0,0.0,208.0,0.0,29.0,71.0,221.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 37,2256.0,1732.0,171.0,6.0,111.0,0.0,211.0,1913.0,82651.09813,433035.7868,1246.0,77.43102668475802,65.13329848405645,12.29772820070157,0.5577506858212766,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,77.487,76.773,0.714,2.73,7.58,-4.85,7.779,4.92,2.859,0.0,0.266,-0.266,0.0,0.0,0.0,8.265,9.353,-1.088 +36061003800,"Census Tract 38, New York County, New York",8418,7053.0,59427.0,813300.0,4871.0,5581.0,506.0,4.0,1001.0,0.0,0.0,100.0,1226.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 38,9162.0,6045.0,386.0,40.0,1547.0,0.0,948.0,7405.0,40886.0,372700.0,4260.0,69.06281015170849,57.528696826468604,11.534113325239886,0.340110660272962,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,66.298,65.979,0.319,6.011,4.213,1.798,11.891,16.885,-4.994,0.048,0.437,-0.389,0.0,0.0,0.0,14.564,10.347,4.217 +36061003900,"Census Tract 39, New York County, New York",5621,4199.0,157652.0,2000001.0,3396.0,4201.0,300.0,0.0,315.0,0.0,16.0,320.0,469.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 39,4292.0,3220.0,398.0,14.0,248.0,1.0,380.0,3416.0,47083.0,860700.0,2129.0,80.87639914265301,62.324355971896956,18.552043170756058,0.3802963098518451,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,74.738,75.023,-0.285,5.337,9.273,-3.936,5.604,5.778,-0.174,0.0,0.326,-0.326,0.0,0.023,-0.023,8.344,8.854,-0.51 +36061004000,"Census Tract 40, New York County, New York",8667,6017.0,89818.0,728600.0,4876.0,6438.0,253.0,0.0,1110.0,8.0,35.0,228.0,595.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 40,8690.0,5845.0,516.0,24.0,1261.0,11.0,933.0,6066.0,51413.0,231000.0,3942.0,81.03706165863387,64.98516320474778,16.051898453886096,0.5434531979138073,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,74.282,67.261,7.021,2.919,5.938,-3.019,12.807,14.511,-1.704,0.0,0.276,-0.276,0.092,0.127,-0.035,6.865,10.736,-3.871 +36061004100,"Census Tract 41, New York County, New York",8543,6514.0,80909.0,826000.0,3323.0,2824.0,82.0,41.0,4872.0,0.0,50.0,216.0,458.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 41,8957.0,1724.0,75.0,24.0,6825.0,2.0,267.0,6294.0,20950.0,188200.0,1040.0,51.01320233343568,16.523673339688592,34.489528993747086,0.6719031476997579,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,33.056,19.248,13.808,0.96,0.837,0.123,57.029,76.197,-19.168,0.48,0.268,0.212,0.0,0.022,-0.022,5.361,2.981,2.38 +36061004200,"Census Tract 42, New York County, New York",5197,2354.0,123889.0,1023600.0,2011.0,3488.0,223.0,0.0,1087.0,0.0,0.0,98.0,301.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 42,3664.0,2412.0,347.0,11.0,618.0,0.0,263.0,2444.0,63258.0,378800.0,1702.0,85.42905692438403,69.63993453355155,15.789122390832475,0.46710433763188747,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,67.116,65.83,1.286,4.291,9.471,-5.18,20.916,16.867,4.049,0.0,0.3,-0.3,0.0,0.0,0.0,5.792,7.178,-1.386 +36061004300,"Census Tract 43, New York County, New York",4225,3495.0,73025.0,743100.0,2656.0,2575.0,5.0,0.0,1073.0,0.0,15.0,196.0,361.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 43,4884.0,2538.0,75.0,10.0,1552.0,2.0,616.0,3917.0,45409.0,542300.0,1918.0,75.99427753934192,48.966045442941024,27.0282320964009,-0.050884134033104565,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,60.947,51.966,8.981,0.118,1.536,-1.418,25.396,31.777,-6.381,0.0,0.205,-0.205,0.0,0.041,-0.041,8.544,12.613,-4.069 +36061004400,"Census Tract 44, New York County, New York",17069,12699.0,98886.0,,9883.0,11993.0,894.0,0.0,1960.0,0.0,0.0,548.0,1674.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 44,15112.0,11572.0,891.0,31.0,1575.0,3.0,948.0,12761.0,66154.0,350000.0,8253.0,77.82502559256635,64.67361492046078,13.15141067210557,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,70.262,76.575,-6.313,5.238,5.896,-0.658,11.483,10.422,1.061,0.0,0.205,-0.205,0.0,0.02,-0.02,9.807,6.273,3.534 +36061004500,"Census Tract 45, New York County, New York",1005,797.0,142632.0,2000001.0,550.0,672.0,1.0,1.0,261.0,0.0,0.0,42.0,29.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 45,1066.0,736.0,20.0,4.0,244.0,0.0,51.0,829.0,65662.0,808600.0,557.0,69.00878293601004,67.18938480096502,1.8193981350450201,0.41780829109585443,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,66.866,69.043,-2.177,0.1,1.876,-1.776,25.97,22.889,3.081,0.1,0.375,-0.275,0.0,0.0,0.0,2.886,4.784,-1.898 +36061004700,"Census Tract 47, New York County, New York",2318,1867.0,124821.0,2000001.0,1631.0,1829.0,9.0,0.0,293.0,0.0,0.0,63.0,124.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 47,2463.0,1986.0,41.0,11.0,233.0,0.0,169.0,2019.0,57167.0,1000001.0,1357.0,87.35940010712373,67.21149083704805,20.147909270075687,0.27999964000018,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,78.904,80.633,-1.729,0.388,1.665,-1.277,12.64,9.46,3.18,0.0,0.447,-0.447,0.0,0.0,0.0,5.349,6.862,-1.513 +36061004800,"Census Tract 48, New York County, New York",6926,4648.0,114808.0,803100.0,3546.0,4977.0,303.0,16.0,1057.0,45.0,0.0,77.0,451.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 48,6402.0,4670.0,268.0,8.0,887.0,2.0,518.0,5387.0,62229.0,243300.0,3874.0,76.2908777969019,71.91386671616856,4.3770110807333396,0.5637504669406052,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,71.86,72.946,-1.086,4.375,4.186,0.189,15.261,13.855,1.406,0.231,0.125,0.106,0.65,0.031,0.619,6.512,8.091,-1.579 +36061004900,"Census Tract 49, New York County, New York",4406,3512.0,95568.0,2000001.0,2755.0,3527.0,123.0,15.0,414.0,0.0,0.0,76.0,266.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 49,5010.0,4220.0,127.0,15.0,321.0,0.0,265.0,4161.0,63275.0,869500.0,2991.0,78.44533029612757,71.8817591925018,6.563571103625762,0.3739603130198435,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,80.05,84.232,-4.182,2.792,2.535,0.257,9.396,6.407,2.989,0.34,0.299,0.041,0.0,0.0,0.0,6.037,5.289,0.748 +36061005000,"Census Tract 50, New York County, New York",5009,4325.0,137986.0,1016000.0,3768.0,3981.0,0.0,0.0,688.0,0.0,0.0,50.0,290.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 50,5695.0,4615.0,104.0,22.0,656.0,0.0,263.0,4748.0,71734.0,268400.0,3627.0,87.121387283237,76.39005897219882,10.731328311038183,0.6195905511811024,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,79.477,81.036,-1.559,0.0,1.826,-1.826,13.735,11.519,2.216,0.0,0.386,-0.386,0.0,0.0,0.0,5.79,4.618,1.172 +36061005200,"Census Tract 52, New York County, New York",3642,2335.0,159821.0,1614500.0,2166.0,2742.0,98.0,23.0,609.0,0.0,17.0,9.0,144.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 52,3741.0,2906.0,144.0,9.0,468.0,4.0,201.0,2276.0,82882.0,450000.0,1872.0,92.76231263383298,82.24956063268893,10.512752001144051,0.5986373490244657,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,75.288,77.68,-2.392,2.691,3.849,-1.158,16.722,12.51,4.212,0.632,0.241,0.391,0.0,0.107,-0.107,3.954,5.373,-1.419 +36061005400,"Census Tract 54, New York County, New York",4570,3828.0,150000.0,941900.0,3196.0,3345.0,133.0,0.0,682.0,0.0,24.0,196.0,190.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 54,3955.0,3170.0,186.0,5.0,363.0,3.0,206.0,3377.0,81696.0,328000.0,2835.0,83.49007314524556,83.9502517026947,-0.46017855744914016,0.4985454931521393,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,73.195,80.152,-6.957,2.91,4.703,-1.793,14.923,9.178,5.745,0.0,0.126,-0.126,0.0,0.076,-0.076,4.158,5.209,-1.051 +36061005501,"Census Tract 55.01, New York County, New York",4709,3640.0,160121.0,1118500.0,3344.0,3248.0,267.0,14.0,822.0,0.0,38.0,216.0,104.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 55.01,4907.0,3743.0,259.0,5.0,618.0,1.0,250.0,3749.0,77877.0,305700.0,3146.0,91.86813186813187,83.91571085622833,7.952421011903539,0.6064300402324542,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,68.974,76.279,-7.305,5.67,5.278,0.392,17.456,12.594,4.862,0.297,0.102,0.195,0.0,0.02,-0.02,2.209,5.095,-2.886 +36061005502,"Census Tract 55.02, New York County, New York",2245,1807.0,127465.0,1602000.0,1407.0,1673.0,90.0,0.0,78.0,21.0,0.0,67.0,316.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 55.02,2187.0,1663.0,119.0,3.0,215.0,0.0,156.0,1818.0,83497.0,992300.0,1323.0,77.86386275594909,72.77227722772277,5.091585528226318,0.10804494382022473,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,74.521,76.04,-1.519,4.009,5.441,-1.432,3.474,9.831,-6.357,0.0,0.137,-0.137,0.935,0.0,0.935,14.076,7.133,6.943 +36061005600,"Census Tract 56, New York County, New York",3220,2703.0,124321.0,1177600.0,1979.0,2217.0,204.0,0.0,458.0,0.0,0.0,59.0,282.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 56,2577.0,1859.0,219.0,2.0,280.0,4.0,204.0,2180.0,85399.0,472400.0,1763.0,73.21494635590085,80.87155963302752,-7.656613277126667,0.42233695652173914,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,68.851,72.138,-3.287,6.335,8.498,-2.163,14.224,10.865,3.359,0.0,0.078,-0.078,0.0,0.155,-0.155,8.758,7.916,0.842 +36061005700,"Census Tract 57, New York County, New York",2766,2265.0,157176.0,1345600.0,2057.0,2068.0,96.0,0.0,230.0,0.0,70.0,82.0,220.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 57,2535.0,2216.0,44.0,9.0,198.0,0.0,57.0,2148.0,97765.0,488800.0,1779.0,90.8167770419426,82.82122905027933,7.995547991663273,0.47690844233055885,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,74.765,87.416,-12.651,3.471,1.736,1.735,8.315,7.811,0.504,0.0,0.355,-0.355,0.0,0.0,0.0,7.954,2.249,5.705 +36061005800,"Census Tract 58, New York County, New York",3355,2992.0,183988.0,2000001.0,2666.0,2355.0,0.0,0.0,694.0,0.0,0.0,134.0,172.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 58,659.0,544.0,18.0,2.0,63.0,0.0,27.0,495.0,68523.0,775000.0,380.0,89.10427807486631,76.76767676767676,12.336601307189554,0.4420002789998605,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,70.194,82.549,-12.355,0.0,2.731,-2.731,20.686,9.56,11.126,0.0,0.303,-0.303,0.0,0.0,0.0,5.127,4.097,1.03 +36061005900,"Census Tract 59, New York County, New York",5634,4304.0,123859.0,1139700.0,3653.0,4630.0,135.0,39.0,495.0,0.0,0.0,73.0,296.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 59,5581.0,4718.0,139.0,11.0,460.0,0.0,190.0,4031.0,72480.0,418100.0,3204.0,84.87453531598513,79.4839990076904,5.3905363082947275,0.4717346670176362,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,82.18,84.537,-2.357,2.396,2.491,-0.095,8.786,8.242,0.544,0.692,0.197,0.495,0.0,0.0,0.0,5.254,3.404,1.85 +36061006000,"Census Tract 60, New York County, New York",5457,4041.0,123563.0,,3549.0,4073.0,214.0,0.0,678.0,0.0,63.0,32.0,397.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 60,3989.0,3665.0,85.0,2.0,148.0,1.0,77.0,3595.0,76573.0,875000.0,2526.0,87.82479584261321,70.26425591098749,17.560539931625726,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,74.638,91.878,-17.24,3.922,2.131,1.791,12.424,3.71,8.714,0.0,0.05,-0.05,0.0,0.025,-0.025,7.275,1.93,5.345 +36061006100,"Census Tract 61, New York County, New York",4824,3054.0,155960.0,1123700.0,2729.0,3692.0,111.0,0.0,579.0,0.0,8.0,90.0,344.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 61,5101.0,4039.0,203.0,5.0,518.0,3.0,286.0,3115.0,86597.0,391400.0,2584.0,89.35821872953504,82.95345104333869,6.404767686196351,0.4984284061582273,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,76.534,79.181,-2.647,2.301,3.98,-1.679,12.002,10.155,1.847,0.0,0.098,-0.098,0.0,0.059,-0.059,7.131,5.607,1.524 +36061006200,"Census Tract 62, New York County, New York",4692,3426.0,105170.0,,2184.0,2124.0,855.0,10.0,888.0,0.0,0.0,162.0,653.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 62,5077.000002000001,2810.758057,779.839386,6.997311831,737.6431274,0.0,674.8031006,3810.440186,61909.6332,,2208.840698,63.74781085814361,57.96812415834626,5.779686699797352,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,45.269,55.363,-10.094,18.223,15.36,2.863,18.926,14.529,4.397,0.213,0.138,0.075,0.0,0.0,0.0,13.917,13.291,0.626 +36061006300,"Census Tract 63, New York County, New York",6728,5245.0,134512.0,1218600.0,4599.0,5606.0,88.0,0.0,539.0,0.0,67.0,115.0,313.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 63,6265.0,5530.0,130.0,11.0,326.0,1.0,244.0,5462.0,77355.0,498700.0,4218.0,87.6835081029552,77.22445990479677,10.459048198158428,0.41069423929098964,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,83.323,88.268,-4.945,1.308,2.075,-0.767,8.011,5.204,2.807,0.0,0.176,-0.176,0.0,0.016,-0.016,4.652,3.895,0.757 +36061006400,"Census Tract 64, New York County, New York",7961,6759.0,106179.0,684900.0,5489.0,5557.0,257.0,180.0,1177.0,0.0,74.0,337.0,379.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 64,7334.0,5649.0,293.0,22.0,805.0,3.0,515.0,6165.0,63678.0,224000.0,4577.0,81.21023820091729,74.24168694241686,6.968551258500426,0.5290407358738501,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,69.803,77.025,-7.222,3.228,3.995,-0.767,14.785,10.976,3.809,2.261,0.3,1.961,0.0,0.041,-0.041,4.761,7.022,-2.261 +36061006500,"Census Tract 65, New York County, New York",6490,4918.0,104384.0,914100.0,3951.0,4864.0,201.0,0.0,590.0,0.0,0.0,362.0,473.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 65,6690.0,5154.0,259.0,14.0,718.0,0.0,456.0,4835.0,56625.0,421800.0,3378.0,80.33753558357056,69.86556359875905,10.471971984811503,0.33553002953724975,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,74.946,77.04,-2.094,3.097,3.871,-0.774,9.091,10.732,-1.641,0.0,0.209,-0.209,0.0,0.0,0.0,7.288,6.816,0.472 +36061006600,"Census Tract 66, New York County, New York",10946,8375.0,68500.0,668000.0,4976.0,5671.0,166.0,33.0,1291.0,0.0,0.0,314.0,3504.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 66,11841.0,6520.0,1317.0,34.0,1568.0,3.0,2309.0,9147.0,44914.0,220900.0,4779.0,59.41492537313433,52.24663824204657,7.168287131087759,0.523808383233533,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,51.809,55.063,-3.254,1.517,11.122,-9.605,11.794,13.242,-1.448,0.301,0.287,0.014,0.0,0.025,-0.025,32.012,19.5,12.512 +36061006700,"Census Tract 67, New York County, New York",5277,4671.0,99671.0,950500.0,3867.0,4517.0,75.0,16.0,292.0,0.0,60.0,141.0,192.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 67,5645.0,4728.0,118.0,18.0,376.0,3.0,341.0,4884.0,57567.0,381300.0,3563.0,82.7874116891458,72.95249795249795,9.834913736647849,0.4223335086796423,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,85.598,83.756,1.842,1.421,2.09,-0.669,5.533,6.661,-1.128,0.303,0.319,-0.016,0.0,0.053,-0.053,3.638,6.041,-2.403 +36061006800,"Census Tract 68, New York County, New York",7684,5064.0,124070.0,692500.0,3987.0,5137.0,500.0,6.0,1247.0,0.0,0.0,27.0,767.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 68,6753.0,4970.0,480.0,12.0,696.0,4.0,522.0,5508.0,52442.0,230800.0,4011.0,78.73222748815166,72.82135076252723,5.9108767256244334,0.5200693140794224,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,66.853,73.597,-6.744,6.507,7.108,-0.601,16.229,10.307,5.922,0.078,0.178,-0.1,0.0,0.059,-0.059,9.982,7.73,2.252 +36061006900,"Census Tract 69, New York County, New York",2568,1865.0,198636.0,1239700.0,1623.0,1911.0,53.0,0.0,293.0,0.0,22.0,128.0,161.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 69,2341.0,1964.0,82.0,10.0,142.0,0.0,136.0,1735.0,128295.0,552100.0,1412.0,87.02412868632707,81.38328530259366,5.6408433837334115,0.3586964588206824,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,74.416,83.896,-9.48,2.064,3.503,-1.439,11.41,6.066,5.344,0.0,0.427,-0.427,0.0,0.0,0.0,6.269,5.809,0.46 +36061007000,"Census Tract 70, New York County, New York",8574,7042.0,102939.0,864800.0,5753.0,5254.0,473.0,0.0,1931.0,0.0,227.0,215.0,474.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 70,7763.0,6022.0,256.0,12.0,864.0,1.0,537.0,6352.0,67850.0,304600.0,4642.0,81.69554103947742,73.0793450881612,8.616195951316215,0.49280296022201664,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,61.278,77.573,-16.295,5.517,3.298,2.219,22.522,11.13,11.392,0.0,0.155,-0.155,0.0,0.013,-0.013,5.528,6.917,-1.389 +36061007100,"Census Tract 71, New York County, New York",6000,5184.0,143462.0,991700.0,4123.0,4727.0,162.0,0.0,731.0,4.0,13.0,125.0,238.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 71,5620.0,4740.0,149.0,16.0,378.0,0.0,282.0,4917.0,75502.0,361800.0,3663.0,79.53317901234568,74.49664429530202,5.036534717043665,0.4746475748714329,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,78.783,84.342,-5.559,2.7,2.651,0.049,12.183,6.726,5.457,0.0,0.285,-0.285,0.067,0.0,0.067,3.967,5.018,-1.051 +36061007200,"Census Tract 72, New York County, New York",7224,5587.0,108362.0,625000.0,4345.0,4862.0,50.0,0.0,1777.0,0.0,0.0,343.0,192.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 72,8111.0,6713.0,126.0,11.0,875.0,1.0,317.0,6147.0,75097.0,245600.0,4765.0,77.76982280293538,77.51748820562877,0.25233459730661423,0.4341376,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,67.303,82.764,-15.461,0.692,1.553,-0.861,24.599,10.788,13.811,0.0,0.136,-0.136,0.0,0.012,-0.012,2.658,3.908,-1.25 +36061007300,"Census Tract 73, New York County, New York",6019,5440.0,106522.0,683500.0,4824.0,5107.0,97.0,0.0,221.0,0.0,37.0,28.0,529.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 73,6699.0,5679.0,219.0,18.0,360.0,1.0,371.0,6082.0,58202.0,399600.0,4326.0,88.67647058823529,71.12791844787898,17.548552140356307,0.15812143379663496,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,84.848,84.774,0.074,1.612,3.269,-1.657,3.672,5.374,-1.702,0.0,0.269,-0.269,0.0,0.015,-0.015,8.789,5.538,3.251 +36061007400,"Census Tract 74, New York County, New York",3803,2826.0,135588.0,791300.0,2383.0,2625.0,61.0,0.0,526.0,0.0,51.0,112.0,428.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 74,3712.0,2881.0,258.0,6.0,356.0,1.0,174.0,2642.0,76804.0,260900.0,2022.0,84.3241330502477,76.5329295987888,7.791203451458898,0.5252167319600657,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,69.024,77.613,-8.589,1.604,6.95,-5.346,13.831,9.591,4.24,0.0,0.162,-0.162,0.0,0.027,-0.027,11.254,4.688,6.566 +36061007500,"Census Tract 75, New York County, New York",3990,3459.0,129924.0,1138200.0,2813.0,3313.0,50.0,0.0,269.0,0.0,38.0,60.0,260.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 75,4167.354993,3511.5699950000003,132.7849976,9.0,234.0,1.0,252.0,3573.0,72418.0,489300.0,2667.0,81.32408210465452,74.6431570109152,6.680925093739319,0.38095940959409597,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,83.033,84.264,-1.231,1.253,3.186,-1.933,6.742,5.615,1.127,0.0,0.216,-0.216,0.0,0.024,-0.024,6.516,6.047,0.469 +36061007600,"Census Tract 76, New York County, New York",2055,1529.0,89583.0,1433300.0,1276.0,857.0,81.0,12.0,996.0,0.0,8.0,14.0,87.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 76,2493.0,1069.0,98.0,19.0,1169.0,0.0,126.0,2057.0,41276.0,631300.0,1232.0,83.45323741007195,59.893048128342244,23.560189281729706,0.36574897090630015,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,41.703,42.88,-1.177,3.942,3.931,0.011,48.467,46.891,1.576,0.584,0.762,-0.178,0.0,0.0,0.0,4.234,5.054,-0.82 +36061007700,"Census Tract 77, New York County, New York",5991,5390.0,136731.0,992000.0,4631.0,4975.0,45.0,0.0,378.0,0.0,0.0,165.0,428.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 77,6146.0,5201.0,171.0,13.0,303.0,0.0,434.0,5436.0,68133.0,410400.0,4180.0,85.91836734693878,76.89477557027226,9.023591776666521,0.40425806451612906,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,83.041,84.624,-1.583,0.751,2.782,-2.031,6.309,4.93,1.379,0.0,0.212,-0.212,0.0,0.0,0.0,7.144,7.062,0.082 +36061007800,"Census Tract 78, New York County, New York",8610,6966.0,118866.0,701100.0,5479.0,4864.0,378.0,0.0,1933.0,0.0,0.0,451.0,984.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 78,7471.0,5644.0,214.0,16.0,1101.0,2.0,422.0,6275.0,70174.0,219300.0,4211.0,78.6534596612116,67.10756972111554,11.54588994009606,0.5495763799743261,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,56.492,75.545,-19.053,4.39,2.864,1.526,22.451,14.737,7.714,0.0,0.214,-0.214,0.0,0.027,-0.027,11.429,5.649,5.78 +36061007900,"Census Tract 79, New York County, New York",4550,3678.0,110543.0,1260600.0,3079.0,4084.0,18.0,15.0,156.0,0.0,14.0,17.0,246.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 79,4598.645007,3860.4300049999997,175.2150024,19.0,260.0,0.0,256.0,3991.0,67112.0,382200.0,3061.0,83.71397498640566,76.69756953144575,7.016405454959909,0.5634079009995241,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,89.758,83.947,5.811,0.396,3.81,-3.414,3.429,5.654,-2.225,0.33,0.413,-0.083,0.0,0.0,0.0,5.407,5.567,-0.16 +36061008000,"Census Tract 80, New York County, New York",5013,4313.0,119167.0,858700.0,3657.0,3958.0,88.0,12.0,586.0,0.0,54.0,20.0,295.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 80,5392.0,4495.0,78.0,11.0,526.0,1.0,255.0,4677.0,68868.0,289300.0,3362.0,84.79016925573846,71.88368612358349,12.906483132154975,0.5148573424944684,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,78.955,83.364,-4.409,1.755,1.447,0.308,11.69,9.755,1.935,0.239,0.204,0.035,0.0,0.019,-0.019,5.885,4.729,1.156 +36061008100,"Census Tract 81, New York County, New York",8045,6956.0,125625.0,1095400.0,5806.0,6045.0,291.0,0.0,782.0,0.0,0.0,158.0,769.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 81,7359.0,5466.0,282.0,26.0,554.0,2.0,950.0,6432.0,61525.0,332200.0,4551.0,83.46751006325475,70.75559701492537,12.711913048329379,0.5632937739638488,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,75.14,74.276,0.864,3.617,3.832,-0.215,9.72,7.528,2.192,0.0,0.353,-0.353,0.0,0.027,-0.027,9.559,12.909,-3.35 +36061008200,"Census Tract 82, New York County, New York",3321,2936.0,131769.0,872300.0,2414.0,1979.0,62.0,0.0,952.0,0.0,93.0,58.0,177.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 82,2764.0,2305.0,53.0,3.0,254.0,0.0,140.0,2399.0,62136.0,296900.0,1758.0,82.22070844686648,73.28053355564819,8.940174891218291,0.5098750429897971,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,59.59,83.394,-23.804,1.867,1.918,-0.051,28.666,9.19,19.476,0.0,0.109,-0.109,0.0,0.0,0.0,5.33,5.065,0.265 +36061008300,"Census Tract 83, New York County, New York",4127,3435.0,69485.0,691700.0,1861.0,1817.0,431.0,60.0,193.0,0.0,0.0,178.0,1508.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 83,3477.0,1396.0,427.0,13.0,238.0,4.0,1356.0,2596.0,28700.0,192900.0,1088.0,54.177583697234354,41.910631741140215,12.26695195609414,0.5984154980482869,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,44.027,40.15,3.877,10.443,12.281,-1.838,4.677,6.845,-2.168,1.454,0.374,1.08,0.0,0.115,-0.115,36.54,38.999,-2.459 +36061008400,"Census Tract 84, New York County, New York",1951,1508.0,133142.0,1081500.0,1291.0,923.0,65.0,0.0,749.0,0.0,15.0,104.0,95.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 84,1041.0,506.0,45.0,3.0,430.0,0.0,50.0,955.0,70694.0,232700.0,700.0,85.61007957559681,73.29842931937172,12.311650256225093,0.6901636615811373,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,47.309,48.607,-1.298,3.332,4.323,-0.991,38.391,41.306,-2.915,0.0,0.288,-0.288,0.0,0.0,0.0,4.869,4.803,0.066 +36061008601,"Census Tract 86.01, New York County, New York",2986,2181.0,152120.0,1014800.0,1881.0,1914.0,55.0,14.0,704.0,0.0,0.0,67.0,232.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 86.01,2656.0001039999997,2102.6752850000003,52.38602111,2.559176448,345.1175665,0.0,129.1169678,2264.782468,110298.2901,493698.6736,1795.814059,86.24484181568089,79.29300426746327,6.951837548217611,0.29944216595979506,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,64.099,79.167,-15.068,1.842,1.972,-0.13,23.577,12.994,10.583,0.469,0.096,0.373,0.0,0.0,0.0,7.77,4.861,2.909 +36061008602,"Census Tract 86.02, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 86.02,54.08660664,42.82569504,1.064316034,0.052099387999999996,7.025974274,0.0,2.62729764,46.1228447,110329.9995,493699.9971,36.57376862,,79.29642860905325,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,79.18,,,1.968,,,12.99,,,0.096,,,0.0,,,4.858, +36061008603,"Census Tract 86.03, New York County, New York",4772,4178.0,167607.0,1042900.0,3485.0,3923.0,18.0,0.0,399.0,0.0,14.0,197.0,221.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 86.03,4558.913269,3609.740967,89.71028137,4.391412258,592.2133179,0.0,221.452652,3887.6545409999994,110330.0032,493699.9827,3082.771484,83.41311632359981,79.29643571692037,4.116680606679438,0.3183162574666795,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,82.209,79.18,3.029,0.377,1.968,-1.591,8.361,12.99,-4.629,0.0,0.096,-0.096,0.0,0.0,0.0,4.631,4.858,-0.227 +36061008700,"Census Tract 87, New York County, New York",6815,5672.0,153350.0,1983300.0,4470.0,4779.0,85.0,0.0,579.0,0.0,59.0,148.0,1165.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 87,4626.0,3461.0,145.0,7.0,290.0,1.0,677.0,4140.0,56939.0,236200.0,2933.0,78.80818053596614,70.84541062801932,7.9627699079468215,0.8285040084707306,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,70.125,74.816,-4.691,1.247,3.134,-1.887,8.496,6.269,2.227,0.0,0.151,-0.151,0.0,0.022,-0.022,17.095,14.635,2.46 +36061008800,"Census Tract 88, New York County, New York",7047,5943.0,103667.0,545100.0,4983.0,4638.0,97.0,0.0,1535.0,0.0,92.0,255.0,430.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 88,7345.0,5121.0,233.0,12.0,1486.0,1.0,431.0,6336.0,61358.0,214900.0,4597.0,83.84654215042907,72.55366161616162,11.292880534267454,0.43229499174463404,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,65.815,69.721,-3.906,1.376,3.172,-1.796,21.782,20.231,1.551,0.0,0.163,-0.163,0.0,0.014,-0.014,6.102,5.868,0.234 +36061008900,"Census Tract 89, New York County, New York",5255,3923.0,102314.0,1145200.0,2742.0,3362.0,543.0,0.0,390.0,0.0,191.0,86.0,683.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 89,5320.0,3535.0,412.0,18.0,336.0,2.0,966.0,4524.0,55198.0,236700.0,2883.0,69.89548814682641,63.726790450928384,6.168697695898025,0.7023681453021307,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,63.977,66.447,-2.47,10.333,7.744,2.589,7.422,6.316,1.106,0.0,0.338,-0.338,0.0,0.038,-0.038,12.997,18.158,-5.161 +36061009000,"Census Tract 90, New York County, New York",7645,6496.0,132390.0,668400.0,5389.0,5161.0,192.0,0.0,1476.0,5.0,0.0,98.0,713.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 90,7599.0,5461.0,323.0,25.0,1323.0,1.0,380.0,6412.0,80953.0,280000.0,4879.0,82.95874384236453,76.09170305676857,6.867040785595961,0.39676840215439857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,67.508,71.865,-4.357,2.511,4.251,-1.74,19.307,17.41,1.897,0.0,0.329,-0.329,0.065,0.013,0.052,9.326,5.001,4.325 +36061009100,"Census Tract 91, New York County, New York",6662,5441.0,116653.0,1302800.0,4256.0,4457.0,302.0,0.0,1325.0,0.0,0.0,180.0,398.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 91,4553.0,3242.0,257.0,21.0,503.0,1.0,497.0,4058.0,58381.0,376000.0,2778.0,78.22091527292777,68.45736816165599,9.763547111271777,0.5844028246852933,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,66.902,71.206,-4.304,4.533,5.645,-1.112,19.889,11.048,8.841,0.0,0.461,-0.461,0.0,0.022,-0.022,5.974,10.916,-4.942 +36061009200,"Census Tract 92, New York County, New York",1691,1512.0,122500.0,721500.0,1264.0,1254.0,18.0,0.0,317.0,0.0,0.0,24.0,78.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 92,1334.0,919.0,75.0,5.0,217.0,0.0,106.0,1226.0,62375.0,319200.0,813.0,83.5978835978836,66.3132137030995,17.284669894784088,0.36292723492723494,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,74.157,68.891,5.266,1.064,5.622,-4.558,18.746,16.267,2.479,0.0,0.375,-0.375,0.0,0.0,0.0,4.613,7.946,-3.333 +36061009300,"Census Tract 93, New York County, New York",9916,7668.0,75862.0,510000.0,5444.0,5384.0,1698.0,0.0,1101.0,0.0,80.0,66.0,1587.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 93,8714.0,5876.0,612.0,22.0,413.0,1.0,1734.0,7375.0,51710.0,206000.0,4053.0,70.99634846113719,54.95593220338983,16.04041625774736,0.4183529411764706,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,54.296,67.432,-13.136,17.124,7.023,10.101,11.103,4.739,6.364,0.0,0.252,-0.252,0.0,0.011,-0.011,16.004,19.899,-3.895 +36061009400,"Census Tract 94, New York County, New York",56,46.0,,,33.0,56.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 94,51.0,30.0,3.0,0.0,4.0,0.0,3.0,41.0,15947.0,,0.0,71.73913043478261,0.0,71.73913043478261,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,100.0,58.824,41.176,0.0,5.882,-5.882,0.0,7.843,-7.843,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.882,-5.882 +36061009500,"Census Tract 95, New York County, New York",3471,1929.0,141971.0,1527100.0,1580.0,2366.0,107.0,20.0,588.0,0.0,0.0,89.0,301.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 95,2694.0,1933.0,165.0,14.0,345.0,1.0,214.0,1336.0,60993.0,613300.0,938.0,81.90772420943495,70.20958083832335,11.698143371111598,0.4216803090825748,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,68.165,71.752,-3.587,3.083,6.125,-3.042,16.94,12.806,4.134,0.576,0.52,0.056,0.0,0.037,-0.037,8.672,7.944,0.728 +36061009600,"Census Tract 96, New York County, New York",124,124.0,126563.0,,110.0,85.0,0.0,14.0,21.0,0.0,0.0,0.0,4.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 96,210.0,101.0,9.0,0.0,81.0,0.0,15.0,168.0,60083.0,1000001.0,121.0,88.70967741935483,72.02380952380952,16.685867895545314,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,True,False,False,False,False,False,False,68.548,48.095,20.453,0.0,4.286,-4.286,16.935,38.571,-21.636,11.29,0.0,11.29,0.0,0.0,0.0,3.226,7.143,-3.917 +36061009700,"Census Tract 97, New York County, New York",5233,4367.0,51500.0,96500.0,2484.0,2427.0,367.0,23.0,1102.0,0.0,0.0,18.0,1296.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 97,4852.0,2565.0,590.0,14.0,447.0,0.0,1177.0,3978.0,32350.0,17800.0,1516.0,56.88115411037325,38.10960281548517,18.771551294888084,0.7343834196891191,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,46.379,52.865,-6.486,7.013,12.16,-5.147,21.059,9.213,11.846,0.44,0.289,0.151,0.0,0.0,0.0,24.766,24.258,0.508 +36061009800,"Census Tract 98, New York County, New York",7350,6294.0,134500.0,756300.0,4808.0,5588.0,156.0,8.0,789.0,0.0,79.0,87.0,643.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 98,7066.0,5756.0,170.0,7.0,680.0,1.0,372.0,6232.0,67482.0,286300.0,4587.0,76.39021290117573,73.60397946084724,2.7862334403284876,0.4548829829432765,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,76.027,81.461,-5.434,2.122,2.406,-0.284,10.735,9.624,1.111,0.109,0.099,0.01,0.0,0.014,-0.014,8.748,5.265,3.483 +36061009900,"Census Tract 99, New York County, New York",5733,4877.0,126842.0,975000.0,3942.0,3332.0,289.0,8.0,1323.0,0.0,21.0,164.0,596.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 99,1155.0,499.0,315.0,4.0,52.0,0.0,274.0,1012.0,60476.0,1000001.0,353.0,80.82837810129178,34.88142292490119,45.94695517639059,-0.4769245538461538,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,58.12,43.203,14.917,5.041,27.273,-22.232,23.077,4.502,18.575,0.14,0.346,-0.206,0.0,0.0,0.0,10.396,23.723,-13.327 +36061010000,"Census Tract 100, New York County, New York",1771,1550.0,106705.0,651800.0,1345.0,1350.0,29.0,7.0,215.0,0.0,0.0,22.0,148.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 100,1822.0,1480.0,20.0,3.0,192.0,1.0,117.0,1529.0,73906.0,312500.0,1118.0,86.7741935483871,73.11968606932636,13.65450747906074,0.3096041730592206,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,76.228,81.229,-5.001,1.637,1.098,0.539,12.14,10.538,1.602,0.395,0.165,0.23,0.0,0.055,-0.055,8.357,6.422,1.935 +36061010100,"Census Tract 101, New York County, New York",1225,1045.0,148348.0,,794.0,590.0,82.0,0.0,429.0,0.0,5.0,24.0,95.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 101,239.0,157.0,22.0,0.0,32.0,2.0,26.0,247.0,66786.0,,148.0,75.98086124401914,59.91902834008097,16.061832903938168,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,True,False,False,False,False,False,False,48.163,65.69,-17.527,6.694,9.205,-2.511,35.02,13.389,21.631,0.0,0.0,0.0,0.0,0.837,-0.837,7.755,10.879,-3.124 +36061010200,"Census Tract 102, New York County, New York",126,104.0,167500.0,,87.0,81.0,0.0,22.0,7.0,0.0,0.0,5.0,11.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 102,269.0,241.0,1.0,0.0,7.0,0.0,20.0,224.0,174119.0,1000001.0,188.0,83.65384615384616,83.92857142857143,-0.2747252747252702,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,64.286,89.591,-25.305,0.0,0.372,-0.372,5.556,2.602,2.954,17.46,0.0,17.46,0.0,0.0,0.0,8.73,7.435,1.295 +36061010300,"Census Tract 103, New York County, New York",1674,1363.0,98901.0,437100.0,1129.0,1013.0,74.0,4.0,324.0,5.0,0.0,111.0,143.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 103,1463.0,817.0,90.0,7.0,248.0,1.0,262.0,1255.0,61007.0,571400.0,742.0,82.83198826118856,59.123505976095615,23.70848228509294,-0.8824433768016472,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,60.514,55.844,4.67,4.421,6.152,-1.731,19.355,16.951,2.404,0.239,0.478,-0.239,0.299,0.068,0.231,8.542,17.908,-9.366 +36061010400,"Census Tract 104, New York County, New York",1008,935.0,120217.0,1200500.0,689.0,696.0,25.0,0.0,194.0,11.0,0.0,0.0,82.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 104,1097.0,909.0,29.0,2.0,98.0,0.0,51.0,951.0,67500.0,296400.0,655.0,73.68983957219251,68.87486855941114,4.8149710127813705,0.6444681382757185,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,69.048,82.862,-13.814,2.48,2.644,-0.164,19.246,8.933,10.313,0.0,0.182,-0.182,1.091,0.0,1.091,8.135,4.649,3.486 +36061010601,"Census Tract 106.01, New York County, New York",6742,6163.0,126607.0,959500.0,4755.0,5922.0,23.0,21.0,469.0,0.0,0.0,80.0,227.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 106.01,7968.0,7293.0,51.0,1.0,339.0,1.0,251.0,7136.0,102149.0,606100.0,4888.0,77.15398344961869,68.49775784753363,8.656225602085058,0.09037623762376237,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,87.837,91.529,-3.692,0.341,0.64,-0.299,6.956,4.255,2.701,0.311,0.013,0.298,0.0,0.013,-0.013,3.367,3.15,0.217 +36061010602,"Census Tract 106.02, New York County, New York",4655,3744.0,134943.0,696200.0,3203.0,3559.0,220.0,0.0,423.0,0.0,17.0,29.0,407.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 106.02,3949.0,3061.0,79.0,6.0,569.0,1.0,211.0,3184.0,76416.0,359700.0,2693.0,85.55021367521367,84.57914572864321,0.9710679465704573,0.2560068945705257,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,76.455,77.513,-1.058,4.726,2.001,2.725,9.087,14.409,-5.322,0.0,0.152,-0.152,0.0,0.025,-0.025,8.743,5.343,3.4 +36061010800,"Census Tract 108, New York County, New York",9084,7590.0,144881.0,785600.0,6725.0,7197.0,71.0,0.0,1261.0,0.0,0.0,103.0,452.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 108,8079.0,6873.0,97.0,8.0,655.0,1.0,385.0,7113.0,71262.0,299800.0,5260.0,88.6034255599473,73.94910726838184,14.65431829156546,0.4504684317718941,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,79.227,85.072,-5.845,0.782,1.201,-0.419,13.882,8.107,5.775,0.0,0.099,-0.099,0.0,0.012,-0.012,4.976,4.765,0.211 +36061010900,"Census Tract 109, New York County, New York",179,142.0,160511.0,461400.0,127.0,109.0,13.0,1.0,49.0,0.0,0.0,5.0,3.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 109,208.0,97.0,13.0,0.0,73.0,0.0,23.0,127.0,71641.0,625000.0,105.0,89.43661971830986,82.67716535433071,6.759454363979145,-0.9505851755526658,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,60.894,46.635,14.259,7.263,6.25,1.013,27.374,35.096,-7.722,0.559,0.0,0.559,0.0,0.0,0.0,1.676,11.058,-9.382 +36061011000,"Census Tract 110, New York County, New York",7460,6042.0,114597.0,874400.0,4800.0,5803.0,250.0,0.0,803.0,0.0,0.0,114.0,490.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 110,6732.0,5700.0,92.0,5.0,505.0,0.0,372.0,5922.0,68417.0,373100.0,4172.0,79.44389275074478,70.44917257683215,8.994720173912626,0.3855626715462031,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,77.788,84.67,-6.882,3.351,1.367,1.984,10.764,7.501,3.263,0.0,0.074,-0.074,0.0,0.0,0.0,6.568,5.526,1.042 +36061011100,"Census Tract 111, New York County, New York",5012,4249.0,105887.0,489300.0,2886.0,2393.0,367.0,0.0,1241.0,0.0,4.0,82.0,925.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 111,3048.0,1420.0,268.0,16.0,568.0,1.0,743.0,2347.0,41940.0,288800.0,1122.0,67.92186396799246,47.805709416276095,20.11615455171637,0.1500674432863274,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,47.745,46.588,1.157,7.322,8.793,-1.471,24.761,18.635,6.126,0.0,0.525,-0.525,0.0,0.033,-0.033,18.456,24.377,-5.921 +36061011201,"Census Tract 112.01, New York County, New York",804,749.0,135769.0,2000001.0,548.0,658.0,7.0,6.0,76.0,0.0,0.0,6.0,51.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 112.01,1041.0,858.0,42.0,2.0,84.0,0.0,48.0,940.0,78354.0,546900.0,633.0,73.16421895861149,67.34042553191489,5.8237934266965965,0.6062321968839015,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,81.841,82.421,-0.58,0.871,4.035,-3.164,9.453,8.069,1.384,0.746,0.192,0.554,0.0,0.0,0.0,6.343,4.611,1.732 +36061011202,"Census Tract 112.02, New York County, New York",266,231.0,163750.0,1650000.0,193.0,198.0,0.0,0.0,43.0,0.0,0.0,0.0,25.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 112.02,380.0,316.0,3.0,0.0,20.0,0.0,40.0,354.0,188697.0,1000001.0,195.0,83.54978354978356,55.08474576271186,28.465037787071694,0.1272718545454546,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,True,True,False,False,False,False,False,74.436,83.158,-8.722,0.0,0.789,-0.789,16.165,5.263,10.902,0.0,0.0,0.0,0.0,0.0,0.0,9.398,10.526,-1.128 +36061011203,"Census Tract 112.03, New York County, New York",1228,1025.0,124050.0,1070700.0,904.0,878.0,42.0,0.0,238.0,0.0,0.0,18.0,52.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 112.03,1255.0,1057.0,16.0,0.0,91.0,0.0,83.0,1067.0,77329.0,430800.0,637.0,88.1951219512195,59.700093720712275,28.49502823050723,0.420610815354441,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,71.498,84.223,-12.725,3.42,1.275,2.145,19.381,7.251,12.13,0.0,0.0,0.0,0.0,0.0,0.0,4.235,6.614,-2.379 +36061011300,"Census Tract 113, New York County, New York",115,93.0,110000.0,904400.0,58.0,21.0,26.0,0.0,65.0,0.0,0.0,3.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 113,322.0,179.0,34.0,0.0,59.0,1.0,50.0,169.0,47813.0,,34.0,62.365591397849464,20.118343195266274,42.247248202583194,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,True,False,False,False,False,False,False,18.261,55.59,-37.329,22.609,10.559,12.05,56.522,18.323,38.199,0.0,0.0,0.0,0.0,0.311,-0.311,0.0,15.528,-15.528 +36061011401,"Census Tract 114.01, New York County, New York",1224,1039.0,233646.0,2000001.0,837.0,1058.0,7.0,0.0,92.0,0.0,0.0,13.0,54.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 114.01,1484.0,1332.0,8.0,0.0,48.0,0.0,86.0,1326.0,108107.0,1000001.0,923.0,80.55822906641001,69.6078431372549,10.950385929155104,0.27999964000018,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,86.438,89.757,-3.319,0.572,0.539,0.033,7.516,3.235,4.281,0.0,0.0,0.0,0.0,0.0,0.0,4.412,5.795,-1.383 +36061011402,"Census Tract 114.02, New York County, New York",1910,1617.0,155353.0,1184000.0,1369.0,1679.0,0.0,0.0,105.0,0.0,0.0,48.0,78.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 114.02,2367.0,2023.0,20.0,2.0,177.0,1.0,129.0,2030.0,85908.0,599900.0,1474.0,84.66295609152752,72.61083743842364,12.052118653103875,0.2703918918918919,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,87.906,85.467,2.439,0.0,0.845,-0.845,5.497,7.478,-1.981,0.0,0.084,-0.084,0.0,0.042,-0.042,4.084,5.45,-1.366 +36061011500,"Census Tract 115, New York County, New York",3569,2716.0,122143.0,1183300.0,1999.0,1381.0,318.0,15.0,1029.0,0.0,5.0,73.0,748.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 115,1467.0,526.0,350.0,15.0,179.0,0.0,387.0,980.0,44519.0,684500.0,415.0,73.60088365243004,42.3469387755102,31.25394487691984,0.16700752133862926,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,38.694,35.855,2.839,8.91,23.858,-14.948,28.832,12.202,16.63,0.42,1.022,-0.602,0.0,0.0,0.0,20.958,26.38,-5.422 +36061011600,"Census Tract 116, New York County, New York",3490,2599.0,84038.0,610800.0,2100.0,2478.0,166.0,27.0,554.0,0.0,0.0,105.0,160.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 116,3860.0,2749.0,127.0,3.0,607.0,2.0,315.0,3278.0,49146.0,189900.0,2383.0,80.80030781069642,72.6967663209274,8.103541489769029,0.5522986247544205,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,71.003,71.218,-0.215,4.756,3.29,1.466,15.874,15.725,0.149,0.774,0.078,0.696,0.0,0.052,-0.052,4.585,8.161,-3.576 +36061011700,"Census Tract 117, New York County, New York",3942,3389.0,124964.0,,2560.0,1922.0,204.0,0.0,884.0,0.0,0.0,39.0,893.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 117,340.0,22.0,178.0,0.0,2.0,0.0,138.0,133.0,16607.0,1000001.0,38.0,75.53850693419888,28.571428571428573,46.96707836277031,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,48.757,6.471,42.286,5.175,52.353,-47.178,22.425,0.588,21.837,0.0,0.0,0.0,0.0,0.0,0.0,22.653,40.588,-17.935 +36061011800,"Census Tract 118, New York County, New York",8604,7067.0,122537.0,841200.0,5700.0,7284.0,1.0,0.0,705.0,0.0,0.0,73.0,541.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 118,8605.0,7515.0,113.0,8.0,556.0,0.0,382.0,7384.0,85223.0,396200.0,5523.0,80.65657280316967,74.79685807150597,5.859714731663701,0.32176890156918686,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,84.658,87.333,-2.675,0.012,1.313,-1.301,8.194,6.461,1.733,0.0,0.093,-0.093,0.0,0.0,0.0,6.288,4.439,1.849 +36061011900,"Census Tract 119, New York County, New York",1027,999.0,16394.0,,200.0,258.0,417.0,0.0,19.0,0.0,0.0,42.0,291.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 119,1405.0,761.0,304.0,16.0,121.0,1.0,186.0,1295.0,12173.0,625000.0,419.0,20.02002002002002,32.35521235521235,-12.335192335192332,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,25.122,54.164,-29.042,40.604,21.637,18.967,1.85,8.612,-6.762,0.0,1.139,-1.139,0.0,0.071,-0.071,28.335,13.238,15.097 +36061012000,"Census Tract 120, New York County, New York",3335,2800.0,187292.0,1735300.0,2465.0,3038.0,86.0,0.0,31.0,0.0,0.0,0.0,180.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 120,3965.0,3580.0,75.0,2.0,143.0,1.0,138.0,3389.0,115430.0,767300.0,2534.0,88.03571428571429,74.77131897314842,13.264395312565867,0.3632732092433585,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,91.094,90.29,0.804,2.579,1.892,0.687,0.93,3.607,-2.677,0.0,0.05,-0.05,0.0,0.025,-0.025,5.397,3.48,1.917 +36061012100,"Census Tract 121, New York County, New York",8505,6912.0,69507.0,720400.0,5077.0,5484.0,490.0,0.0,860.0,0.0,0.0,65.0,1606.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 121,8288.0,5198.0,862.0,48.0,627.0,1.0,1406.0,7330.0,38453.0,284400.0,4098.0,73.4519675925926,55.90723055934516,17.544737033247436,0.43151582454192117,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,64.48,62.717,1.763,5.761,10.401,-4.64,10.112,7.565,2.547,0.0,0.579,-0.579,0.0,0.012,-0.012,18.883,16.964,1.919 +36061012200,"Census Tract 122, New York County, New York",2963,2617.0,156827.0,2000001.0,2122.0,2723.0,0.0,0.0,12.0,0.0,0.0,0.0,228.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 122,3914.0,3568.0,42.0,3.0,130.0,0.0,160.0,3375.0,105573.0,1000001.0,2416.0,81.08521207489491,71.58518518518518,9.50002688970973,0.27999964000018,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,91.9,91.16,0.74,0.0,1.073,-1.073,0.405,3.321,-2.916,0.0,0.077,-0.077,0.0,0.0,0.0,7.695,4.088,3.607 +36061012400,"Census Tract 124, New York County, New York",10194,8008.0,125466.0,958000.0,6764.0,7406.0,229.0,3.0,1022.0,16.0,12.0,235.0,1274.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 124,10714.0,8376.0,275.0,15.0,1314.0,0.0,637.0,8882.0,67653.0,334900.0,6581.0,84.46553446553446,74.09367259626211,10.371861869272351,0.49660125260960336,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,72.651,78.178,-5.527,2.246,2.567,-0.321,10.026,12.264,-2.238,0.029,0.14,-0.111,0.157,0.0,0.157,12.498,5.945,6.553 +36061012500,"Census Tract 125, New York County, New York",2489,2088.0,141875.0,1375000.0,1746.0,1360.0,8.0,0.0,885.0,0.0,0.0,41.0,195.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 125,1762.0,1023.0,114.0,6.0,364.0,1.0,214.0,1491.0,76099.0,112500.0,1069.0,83.62068965517241,71.69684775318578,11.923841901986634,0.8821818181818182,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,54.64,58.059,-3.419,0.321,6.47,-6.149,35.556,20.658,14.898,0.0,0.341,-0.341,0.0,0.057,-0.057,7.834,12.145,-4.311 +36061012600,"Census Tract 126, New York County, New York",12920,10596.0,133878.0,1004000.0,8521.0,9571.0,123.0,216.0,1973.0,0.0,0.0,300.0,737.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 126,12895.0,11404.0,179.0,20.0,674.0,0.0,551.0,11216.0,75747.0,346900.0,8531.0,80.41713854284636,76.06098430813124,4.35615423471512,0.5024541832669323,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,74.079,88.437,-14.358,0.952,1.388,-0.436,15.271,5.227,10.044,1.672,0.155,1.517,0.0,0.0,0.0,5.704,4.273,1.431 +36061012700,"Census Tract 127, New York County, New York",6403,5662.0,74236.0,835600.0,4056.0,3595.0,384.0,140.0,775.0,0.0,58.0,41.0,1550.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 127,7278.0,3666.0,448.0,36.0,789.0,5.0,2112.0,5940.0,46279.0,233300.0,2991.0,71.63546450017661,50.35353535353536,21.281929146641254,0.5979511728099569,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,56.146,50.371,5.775,5.997,6.156,-0.159,12.104,10.841,1.263,2.186,0.495,1.691,0.0,0.069,-0.069,24.207,29.019,-4.812 +36061012800,"Census Tract 128, New York County, New York",5950,4613.0,165049.0,2000001.0,3804.0,4933.0,10.0,0.0,130.0,0.0,21.0,175.0,681.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 128,6639.0,6108.0,54.0,0.0,247.0,0.0,203.0,5343.0,109336.0,657300.0,4149.0,82.46260567960113,77.65300393037619,4.809601749224939,0.5267442366278817,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,82.908,92.002,-9.094,0.168,0.813,-0.645,2.185,3.72,-1.535,0.0,0.0,0.0,0.0,0.0,0.0,11.445,3.058,8.387 +36061012900,"Census Tract 129, New York County, New York",6294,5272.0,118954.0,895700.0,4185.0,3753.0,297.0,11.0,1217.0,0.0,0.0,110.0,906.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 129,4457.0,2341.0,448.0,23.0,377.0,0.0,1176.0,3542.0,52743.0,278000.0,1855.0,79.38163884673749,52.37154150197628,27.010097344761206,0.5530646421793011,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,59.628,52.524,7.104,4.719,10.052,-5.333,19.336,8.459,10.877,0.175,0.516,-0.341,0.0,0.0,0.0,14.395,26.385,-11.99 +36061013000,"Census Tract 130, New York County, New York",3399,2838.0,190208.0,2000001.0,2342.0,2972.0,9.0,0.0,185.0,0.0,20.0,74.0,139.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 130,4622.0,4180.0,69.0,4.0,168.0,2.0,181.0,3957.0,171146.0,1000001.0,3072.0,82.52290345313601,77.63457164518574,4.888331807950266,0.27999964000018,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,87.437,90.437,-3.0,0.265,1.493,-1.228,5.443,3.635,1.808,0.0,0.087,-0.087,0.0,0.043,-0.043,4.089,3.916,0.173 +36061013100,"Census Tract 131, New York County, New York",2749,2377.0,105144.0,958300.0,1936.0,1736.0,43.0,0.0,598.0,0.0,0.0,0.0,372.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 131,2086.0,1393.0,96.0,7.0,253.0,3.0,306.0,1886.0,52386.0,326000.0,1130.0,81.44720235591082,59.915164369035,21.53203798687582,0.5101325263487425,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,63.15,66.779,-3.629,1.564,4.602,-3.038,21.753,12.128,9.625,0.0,0.336,-0.336,0.0,0.144,-0.144,13.532,14.669,-1.137 +36061013200,"Census Tract 132, New York County, New York",10818,8253.0,89282.0,661300.0,6633.0,6938.0,0.0,0.0,614.0,96.0,0.0,294.0,2876.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 132,9690.0,8197.0,179.0,17.0,696.0,0.0,517.0,7987.0,65477.0,238200.0,6063.0,80.37077426390404,75.91085513960185,4.459919124302189,0.4813125661575684,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,64.134,84.592,-20.458,0.0,1.847,-1.847,5.676,7.183,-1.507,0.0,0.175,-0.175,0.887,0.0,0.887,26.585,5.335,21.25 +36061013300,"Census Tract 133, New York County, New York",5038,4321.0,83382.0,1123700.0,3054.0,2526.0,162.0,15.0,839.0,6.0,9.0,157.0,1324.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 133,5805.0,3356.0,370.0,22.0,640.0,0.0,1321.0,4766.0,50688.0,392300.0,2625.0,70.67808377690349,55.077633235417544,15.600450541485948,0.4972750734181721,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,50.139,57.812,-7.673,3.216,6.374,-3.158,16.653,11.025,5.628,0.298,0.379,-0.081,0.119,0.0,0.119,26.28,22.756,3.524 +36061013400,"Census Tract 134, New York County, New York",11698,9552.0,96591.0,845700.0,7827.0,9717.0,229.0,0.0,1101.0,0.0,0.0,354.0,297.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 134,10666.0,9259.0,150.0,16.0,707.0,2.0,446.0,9107.0,66578.0,323500.0,6780.0,81.94095477386935,74.44822663884923,7.492728135020116,0.4491663710535651,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,83.065,86.809,-3.744,1.958,1.406,0.552,9.412,6.629,2.783,0.0,0.15,-0.15,0.0,0.019,-0.019,2.539,4.182,-1.643 +36061013500,"Census Tract 135, New York County, New York",7924,6600.0,64654.0,,3524.0,3329.0,809.0,15.0,973.0,0.0,0.0,111.0,2702.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 135,3505.0,1014.0,450.0,9.0,245.0,1.0,1744.0,2515.0,25229.0,59700.0,489.0,53.39393939393939,19.443339960238568,33.95059943370082,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,42.012,28.93,13.082,10.209,12.839,-2.63,12.279,6.99,5.289,0.189,0.257,-0.068,0.0,0.029,-0.029,34.099,49.757,-15.658 +36061013600,"Census Tract 136, New York County, New York",16147,13253.0,105867.0,940000.0,10542.0,13699.0,247.0,0.0,626.0,0.0,0.0,251.0,1324.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 136,15354.0,13450.0,253.0,21.0,918.0,0.0,631.0,12505.0,69163.0,439100.0,9313.0,79.54425413114012,74.47421031587365,5.070043815266473,0.32733617021276595,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,84.839,87.599,-2.76,1.53,1.648,-0.118,3.877,5.979,-2.102,0.0,0.137,-0.137,0.0,0.0,0.0,8.2,4.11,4.09 +36061013700,"Census Tract 137, New York County, New York",6213,5244.0,148761.0,1187500.0,4423.0,4019.0,191.0,21.0,969.0,21.0,154.0,237.0,601.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 137,6797.0,5398.0,131.0,13.0,822.0,1.0,380.0,5913.0,80934.0,524700.0,4273.0,84.3440122044241,72.26450194486725,12.079510259556855,0.36373221052631577,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,64.687,79.417,-14.73,3.074,1.927,1.147,15.596,12.094,3.502,0.338,0.191,0.147,0.338,0.015,0.323,9.673,5.591,4.082 +36061013800,"Census Tract 138, New York County, New York",13256,11416.0,132087.0,789100.0,9404.0,10541.0,173.0,0.0,1669.0,0.0,0.0,262.0,611.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 138,12612.0,10861.0,246.0,13.0,828.0,2.0,572.0,10713.0,70730.0,359600.0,8015.0,82.37561317449195,74.81564454401195,7.55996863048,0.3437789887213281,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,79.519,86.116,-6.597,1.305,1.951,-0.646,12.591,6.565,6.026,0.0,0.103,-0.103,0.0,0.016,-0.016,4.609,4.535,0.074 +36061013900,"Census Tract 139, New York County, New York",9600,8464.0,101912.0,802200.0,6168.0,5998.0,456.0,37.0,1699.0,0.0,206.0,422.0,782.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 139,9795.0,6939.0,500.0,27.0,1137.0,1.0,1088.0,8637.0,56507.0,275400.0,5758.0,72.87334593572778,66.66666666666667,6.206679269061112,0.5056394913986537,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,62.479,70.842,-8.363,4.75,5.105,-0.355,17.698,11.608,6.09,0.385,0.276,0.109,0.0,0.01,-0.01,8.146,11.108,-2.962 +36061014000,"Census Tract 140, New York County, New York",7773,6266.0,153906.0,2000001.0,5269.0,6586.0,101.0,0.0,492.0,0.0,0.0,67.0,527.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 140,7754.0,7042.0,80.0,9.0,318.0,1.0,272.0,6113.0,97430.0,699900.0,5152.0,84.08873284391957,84.27940454768526,-0.19067170376568754,0.496072251963874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,84.729,90.818,-6.089,1.299,1.032,0.267,6.33,4.101,2.229,0.0,0.116,-0.116,0.0,0.013,-0.013,6.78,3.508,3.272 +36061014200,"Census Tract 142, New York County, New York",4583,3708.0,208024.0,2000001.0,3055.0,4101.0,11.0,0.0,263.0,0.0,10.0,115.0,83.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 142,4980.0,4603.0,32.0,3.0,182.0,1.0,133.0,4015.0,145979.0,1000001.0,3221.0,82.38942826321467,80.2241594022416,2.1652688609730717,0.27999964000018,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,89.483,92.43,-2.947,0.24,0.643,-0.403,5.739,3.655,2.084,0.0,0.06,-0.06,0.0,0.02,-0.02,1.811,2.671,-0.86 +36061014300,"Census Tract 143, New York County, New York",4,1.0,,,0.0,0.0,2.0,0.0,0.0,0.0,0.0,1.0,1.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 143,18.0,8.0,8.0,0.0,0.0,0.0,1.0,12.0,18750.0,350000.0,0.0,0.0,0.0,0.0,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,False,False,False,False,False,False,False,0.0,44.444,-44.444,50.0,44.444,5.556,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.0,5.556,19.444 +36061014401,"Census Tract 144.01, New York County, New York",5346,4435.0,103646.0,829000.0,3464.0,4538.0,21.0,0.0,398.0,0.0,0.0,102.0,287.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 144.01,4887.0,4272.0,85.0,8.0,269.0,0.0,234.0,3993.0,84046.0,353500.0,3109.0,78.10597519729426,77.86125720010017,0.24471799719408693,0.3859589867310012,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,84.886,87.416,-2.53,0.393,1.739,-1.346,7.445,5.504,1.941,0.0,0.164,-0.164,0.0,0.0,0.0,5.368,4.788,0.58 +36061014402,"Census Tract 144.02, New York County, New York",7466,6052.0,126442.0,1030700.0,5380.0,6397.0,227.0,0.0,498.0,0.0,84.0,142.0,118.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 144.02,6359.0,5468.0,128.0,14.0,441.0,0.0,286.0,5370.0,67055.0,536100.0,4381.0,88.89623265036352,81.58286778398511,7.313364866378407,0.2510099932084991,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,85.682,85.988,-0.306,3.04,2.013,1.027,6.67,6.935,-0.265,0.0,0.22,-0.22,0.0,0.0,0.0,1.58,4.498,-2.918 +36061014500,"Census Tract 145, New York County, New York",5858,4467.0,159222.0,1137400.0,3709.0,3868.0,426.0,0.0,802.0,0.0,37.0,134.0,591.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 145,4411.0,3203.0,175.0,11.0,590.0,0.0,382.0,3716.0,102582.0,459600.0,3069.0,83.03111708081487,82.58880516684607,0.4423119139687941,0.41812554949885705,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,66.029,72.614,-6.585,7.272,3.967,3.305,13.691,13.376,0.315,0.0,0.249,-0.249,0.0,0.0,0.0,10.089,8.66,1.429 +36061014601,"Census Tract 146.01, New York County, New York",4468,3913.0,111853.0,1561900.0,3311.0,3098.0,6.0,25.0,742.0,0.0,0.0,57.0,540.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 146.01,3846.0,3135.0,72.0,2.0,353.0,1.0,225.0,3337.0,60589.0,242800.0,2476.0,84.61538461538461,74.19838178004196,10.417002835342657,0.7761495614315898,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,69.338,81.513,-12.175,0.134,1.872,-1.738,16.607,9.178,7.429,0.56,0.052,0.508,0.0,0.026,-0.026,12.086,5.85,6.236 +36061014602,"Census Tract 146.02, New York County, New York",7330,6139.0,95227.0,660000.0,5465.0,5878.0,24.0,0.0,575.0,0.0,27.0,43.0,783.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 146.02,8257.0,6903.0,189.0,8.0,635.0,1.0,444.0,6807.0,70370.0,236000.0,5126.0,89.02101319433133,75.30483325987953,13.716179934451802,0.4850909090909091,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,80.191,83.602,-3.411,0.327,2.289,-1.962,7.844,7.69,0.154,0.0,0.097,-0.097,0.0,0.012,-0.012,10.682,5.377,5.305 +36061014700,"Census Tract 147, New York County, New York",3436,2780.0,190167.0,1658700.0,2509.0,1825.0,69.0,0.0,917.0,0.0,25.0,142.0,458.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 147,2231.0,1360.0,194.0,10.0,530.0,0.0,117.0,1219.0,68750.0,162500.0,1046.0,90.25179856115108,85.80803937653815,4.443759184612929,0.8589256646771568,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,53.114,60.959,-7.845,2.008,8.696,-6.688,26.688,23.756,2.932,0.0,0.448,-0.448,0.0,0.0,0.0,13.329,5.244,8.085 +36061014801,"Census Tract 148.01, New York County, New York",3198,2484.0,154306.0,1683300.0,2121.0,2555.0,11.0,11.0,256.0,0.0,0.0,117.0,248.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 148.01,2903.0,2538.0,43.0,3.0,176.0,0.0,122.0,2329.0,90391.0,640100.0,1867.0,85.38647342995169,80.16316015457278,5.2233132753789135,0.4524184637319551,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,79.894,87.427,-7.533,0.344,1.481,-1.137,8.005,6.063,1.942,0.344,0.103,0.241,0.0,0.0,0.0,7.755,4.203,3.552 +36061014802,"Census Tract 148.02, New York County, New York",7000,5353.0,124250.0,1737900.0,4539.0,5267.0,0.0,0.0,714.0,0.0,15.0,362.0,642.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 148.02,6947.0,6055.0,87.0,3.0,421.0,0.0,331.0,5452.0,89713.0,790500.0,4410.0,84.79357369699234,80.88774761555392,3.90582608143842,0.3450025893319524,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,75.243,87.16,-11.917,0.0,1.252,-1.252,10.2,6.06,4.14,0.0,0.043,-0.043,0.0,0.0,0.0,9.171,4.765,4.406 +36061014900,"Census Tract 149, New York County, New York",5560,4523.0,155935.0,1847100.0,3745.0,4019.0,63.0,0.0,736.0,0.0,0.0,58.0,684.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 149,5956.0,4971.0,151.0,4.0,548.0,2.0,259.0,4947.0,96588.0,607300.0,3881.0,82.79902719434004,78.45158682029513,4.347440374044908,0.5265486438200422,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,72.284,83.462,-11.178,1.133,2.535,-1.402,13.237,9.201,4.036,0.0,0.067,-0.067,0.0,0.034,-0.034,12.302,4.349,7.953 +36061015001,"Census Tract 150.01, New York County, New York",2238,1699.0,149861.0,1759400.0,1474.0,1811.0,0.0,0.0,261.0,0.0,0.0,30.0,136.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 150.01,2247.0,2085.0,19.0,0.0,65.0,0.0,68.0,1735.0,127126.0,827100.0,1407.0,86.75691583284285,81.09510086455332,5.661814968289534,0.3230510401273161,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,80.92,92.79,-11.87,0.0,0.846,-0.846,11.662,2.893,8.769,0.0,0.0,0.0,0.0,0.0,0.0,6.077,3.026,3.051 +36061015002,"Census Tract 150.02, New York County, New York",5119,4094.0,205145.0,2000001.0,3562.0,4225.0,44.0,0.0,207.0,0.0,0.0,0.0,643.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 150.02,5866.0,5441.0,46.0,3.0,196.0,2.0,162.0,4487.0,166209.0,1000001.0,3839.0,87.00537371763556,85.5582794740361,1.4470942435994658,0.27999964000018,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,82.536,92.755,-10.219,0.86,0.784,0.076,4.044,3.341,0.703,0.0,0.051,-0.051,0.0,0.034,-0.034,12.561,2.762,9.799 +36061015100,"Census Tract 151, New York County, New York",8332,6601.0,61595.0,1335000.0,3850.0,2874.0,1155.0,26.0,1397.0,0.0,135.0,229.0,2542.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 151,6828.530291,2433.464355,1653.446167,17.33374023,687.5716553,0.9629855159999999,1991.454102,4858.261719,39983.000810000005,432300.0078,2538.429932,58.324496288441146,52.24975678178362,6.074739506657529,0.5336988679910113,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,34.494,35.637,-1.143,13.862,24.214,-10.352,16.767,10.069,6.698,0.312,0.254,0.058,0.0,0.014,-0.014,30.509,29.164,1.345 +36061015200,"Census Tract 152, New York County, New York",7644,5901.0,85428.0,862700.0,3818.0,4004.0,543.0,0.0,539.0,0.0,0.0,273.0,2285.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 152,6909.0,4222.0,761.0,22.0,476.0,0.0,1396.0,5215.0,51150.0,327800.0,2962.0,64.70089815285544,56.79769894534995,7.903199207505494,0.45284339863220124,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,52.381,61.109,-8.728,7.104,11.015,-3.911,7.051,6.89,0.161,0.0,0.318,-0.318,0.0,0.0,0.0,29.893,20.206,9.687 +36061015300,"Census Tract 153, New York County, New York",9724,7601.0,155000.0,1297600.0,6278.0,7409.0,61.0,21.0,1102.0,0.0,71.0,238.0,822.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 153,9040.0,7664.0,200.0,22.0,642.0,1.0,453.0,7840.0,94583.0,441600.0,6255.0,82.5943954742797,79.78316326530613,2.811232208973564,0.5099383477188656,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,76.193,84.779,-8.586,0.627,2.212,-1.585,11.333,7.102,4.231,0.216,0.243,-0.027,0.0,0.011,-0.011,8.453,5.011,3.442 +36061015400,"Census Tract 154, New York County, New York",15218,12162.0,93078.0,621400.0,9898.0,10111.0,726.0,0.0,1368.0,0.0,0.0,1002.0,2011.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 154,13058.0,9636.0,890.0,28.0,1059.0,0.0,1298.0,10366.0,58761.0,203900.0,7210.0,81.38464068409802,69.55431217441637,11.83032850968165,0.5274927582877373,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,66.441,73.794,-7.353,4.771,6.816,-2.045,8.989,8.11,0.879,0.0,0.214,-0.214,0.0,0.0,0.0,13.215,9.94,3.275 +36061015500,"Census Tract 155, New York County, New York",9882,8288.0,109827.0,812600.0,6996.0,8265.0,109.0,0.0,1061.0,0.0,178.0,176.0,93.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 155,6518.46955,5607.535545000001,198.553833,13.666260300000001,385.42832569999996,0.037014462000000005,290.5459061,5794.737961,70319.10458,290501.2672,4222.570122,84.41119691119691,72.86904343939152,11.542153471805392,0.48520572881122326,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,83.637,86.025,-2.388,1.103,3.046,-1.943,10.737,5.913,4.824,0.0,0.21,-0.21,0.0,0.001,-0.001,0.941,4.457,-3.516 +36061015601,"Census Tract 156.01, New York County, New York",5557,4736.0,89057.0,2000001.0,3404.0,3736.0,251.0,0.0,915.0,0.0,0.0,34.0,621.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 156.01,5486.0,3487.0,475.0,18.0,649.0,0.0,757.0,3977.0,53153.0,368800.0,2741.0,71.875,68.92129746039728,2.953702539602716,0.7344641327679337,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,67.231,63.562,3.669,4.517,8.658,-4.141,16.466,11.83,4.636,0.0,0.328,-0.328,0.0,0.0,0.0,11.175,13.799,-2.624 +36061015602,"Census Tract 156.02, New York County, New York",2617,1847.0,56458.0,1072700.0,763.0,606.0,585.0,0.0,348.0,0.0,7.0,94.0,977.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 156.02,1598.0,219.0,456.0,7.0,83.0,2.0,823.0,1101.0,15069.0,,105.0,41.3102328099621,9.536784741144414,31.773448068817686,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,23.156,13.705,9.451,22.354,28.536,-6.182,13.298,5.194,8.104,0.0,0.438,-0.438,0.0,0.125,-0.125,37.333,51.502,-14.169 +36061015700,"Census Tract 157, New York County, New York",9847,7442.0,139792.0,1047700.0,6909.0,7728.0,226.0,34.0,780.0,0.0,0.0,237.0,842.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 157,10961.0,9087.0,446.0,23.0,604.0,3.0,737.0,9430.0,71839.0,479800.0,6693.0,92.83794678849772,70.97560975609755,21.862337032400163,0.340544048868951,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,78.481,82.903,-4.422,2.295,4.069,-1.774,7.921,5.51,2.411,0.345,0.21,0.135,0.0,0.027,-0.027,8.551,6.724,1.827 +36061015801,"Census Tract 158.01, New York County, New York",5598,4201.0,152784.0,1023600.0,3901.0,4407.0,198.0,0.0,615.0,0.0,52.0,87.0,239.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 158.01,5804.0,5068.0,114.0,11.0,310.0,1.0,264.0,4464.0,92940.0,696200.0,3568.0,92.85884313258748,79.92831541218638,12.930527720401102,0.020586166471277843,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,78.725,87.319,-8.594,3.537,1.964,1.573,10.986,5.341,5.645,0.0,0.19,-0.19,0.0,0.017,-0.017,4.269,4.549,-0.28 +36061015802,"Census Tract 158.02, New York County, New York",4956,3295.0,96471.0,,2674.0,2637.0,435.0,7.0,1105.0,0.0,12.0,189.0,578.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 158.02,3190.0,1706.0,421.0,6.0,351.0,0.0,637.0,2647.0,51648.0,1000001.0,1445.0,81.15326251896813,54.59010200226672,26.563160516701416,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,53.208,53.48,-0.272,8.777,13.197,-4.42,22.296,11.003,11.293,0.141,0.188,-0.047,0.0,0.0,0.0,11.663,19.969,-8.306 +36061015900,"Census Tract 159, New York County, New York",8811,7603.0,112263.0,988700.0,6330.0,7065.0,270.0,0.0,795.0,0.0,117.0,117.0,447.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 159,9293.0,7867.0,237.0,18.0,652.0,1.0,446.0,7910.0,75327.0,413400.0,6080.0,83.25660923319742,76.86472819216182,6.391881041035603,0.39790027308587034,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,80.184,84.655,-4.471,3.064,2.55,0.514,9.023,7.016,2.007,0.0,0.194,-0.194,0.0,0.011,-0.011,5.073,4.799,0.274 +36061016001,"Census Tract 160.01, New York County, New York",4011,3161.0,250001.0,2000001.0,2858.0,3361.0,11.0,0.0,281.0,0.0,0.0,91.0,267.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 160.01,4172.0,3827.0,43.0,4.0,145.0,1.0,136.0,3015.0,152728.0,919600.0,2476.0,90.41442581461563,82.12271973466004,8.291706079955588,0.3378883310558345,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,83.795,91.731,-7.936,0.274,1.031,-0.757,7.006,3.476,3.53,0.0,0.096,-0.096,0.0,0.024,-0.024,6.657,3.26,3.397 +36061016002,"Census Tract 160.02, New York County, New York",3625,2603.0,118317.0,1242700.0,2144.0,2517.0,101.0,1.0,516.0,0.0,61.0,84.0,346.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 160.02,3164.0,1981.0,163.0,2.0,420.0,1.0,544.0,2263.0,58619.0,667100.0,1411.0,82.36650019208605,62.35086168802474,20.015638504061307,0.2269864005793836,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,69.434,62.611,6.823,2.786,5.152,-2.366,14.234,13.274,0.96,0.028,0.063,-0.035,0.0,0.032,-0.032,9.545,17.193,-7.648 +36061016100,"Census Tract 161, New York County, New York",6168,5127.0,121652.0,2000001.0,4314.0,4658.0,101.0,0.0,725.0,0.0,0.0,256.0,428.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 161,6710.0,5741.0,175.0,18.0,397.0,0.0,320.0,5834.0,69262.0,751600.0,4574.0,84.14277355178467,78.40246828933836,5.740305262446313,0.4588482705758647,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,75.519,85.559,-10.04,1.637,2.608,-0.971,11.754,5.917,5.837,0.0,0.268,-0.268,0.0,0.0,0.0,6.939,4.769,2.17 +36061016200,"Census Tract 162, New York County, New York",9807,6549.0,32594.0,199100.0,2038.0,645.0,4383.0,0.0,814.0,0.0,31.0,45.0,3889.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 162,10067.0,277.0,4986.0,30.0,369.0,7.0,4298.0,5753.0,23211.0,484500.0,725.0,31.119254848068408,12.602120632713367,18.517134215355043,-2.5041687594173783,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,6.577,2.752,3.825,44.693,49.528,-4.835,8.3,3.665,4.635,0.0,0.298,-0.298,0.0,0.07,-0.07,39.655,42.694,-3.039 +36061016300,"Census Tract 163, New York County, New York",7157,5848.0,119301.0,1267200.0,4585.0,6096.0,65.0,0.0,564.0,0.0,0.0,83.0,349.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 163,6844.0,5773.647057,229.7352941,14.86764705,385.9411764,2.0,388.8088236,5828.235294,78606.14334,531938.704,4486.897058,78.40287277701779,76.98551674156207,1.4173560354557253,0.39552420000000005,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,85.175,84.361,0.814,0.908,3.357,-2.449,7.88,5.639,2.241,0.0,0.217,-0.217,0.0,0.029,-0.029,4.876,5.681,-0.805 +36061016400,"Census Tract 164, New York County, New York",7696,5552.0,27116.0,,1533.0,802.0,1551.0,17.0,1175.0,0.0,68.0,43.0,4040.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 164,5986.0,131.0,1572.0,13.0,173.0,1.0,4046.0,3397.0,14830.0,211700.0,274.0,27.611671469740635,8.065940535766853,19.545730933973783,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,10.421,2.188,8.233,20.153,26.261,-6.108,15.268,2.89,12.378,0.221,0.217,0.004,0.0,0.017,-0.017,52.495,67.591,-15.096 +36061016500,"Census Tract 165, New York County, New York",6529,5506.0,138313.0,1014600.0,4104.0,5017.0,307.0,0.0,413.0,0.0,0.0,80.0,712.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 165,6618.0,5468.0,244.0,13.0,330.0,1.0,534.0,5556.0,89811.0,489000.0,4449.0,74.53686887032329,80.0755939524838,-5.538725082160511,0.30597279716144293,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,76.842,82.623,-5.781,4.702,3.687,1.015,6.326,4.986,1.34,0.0,0.196,-0.196,0.0,0.015,-0.015,10.905,8.069,2.836 +36061016600,"Census Tract 166, New York County, New York",7024,4883.0,40593.0,,1702.0,1842.0,957.0,36.0,290.0,0.0,27.0,75.0,3833.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 166,7327.0,518.0,1365.0,20.0,258.0,0.0,5048.0,4288.0,26670.0,119700.0,536.0,34.8556215441327,12.5,22.355621544132703,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,26.224,7.07,19.154,13.625,18.63,-5.005,4.129,3.521,0.608,0.513,0.273,0.24,0.0,0.0,0.0,54.57,68.896,-14.326 +36061016700,"Census Tract 167, New York County, New York",6400,4973.0,165753.0,1346900.0,4303.0,5241.0,22.0,0.0,501.0,0.0,0.0,193.0,443.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 167,6940.445298000001,5923.431975,160.1013323,10.05066615,381.4053292,2.0,439.4559954,5602.8239810000005,93322.91092000001,548971.0165,4539.570651,86.52724713452645,81.02290320728174,5.504343927244705,0.4130831808152053,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,81.891,85.347,-3.456,0.344,2.307,-1.963,7.828,5.495,2.333,0.0,0.145,-0.145,0.0,0.029,-0.029,6.922,6.332,0.59 +36061016800,"Census Tract 168, New York County, New York",4770,3321.0,24777.0,2000001.0,946.0,929.0,1461.0,45.0,313.0,0.0,0.0,82.0,1985.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 168,4158.0,547.0,1072.0,12.0,167.0,0.0,2343.0,2610.0,22061.0,1000001.0,545.0,28.48539596507076,20.881226053639846,7.604169911430915,0.27999964000018,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,19.476,13.155,6.321,30.629,25.782,4.847,6.562,4.016,2.546,0.943,0.289,0.654,0.0,0.0,0.0,41.614,56.349,-14.735 +36061016900,"Census Tract 169, New York County, New York",8553,6859.0,114408.0,1354900.0,5687.0,6954.0,143.0,0.0,741.0,0.0,0.0,83.0,632.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 169,8641.0,6498.0,395.0,21.0,406.0,2.0,1275.0,7119.0,75000.0,442800.0,5115.0,82.91296107304272,71.84997892962495,11.06298214341777,0.5293881467266957,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,81.305,75.2,6.105,1.672,4.571,-2.899,8.664,4.699,3.965,0.0,0.243,-0.243,0.0,0.023,-0.023,7.389,14.755,-7.366 +36061017000,"Census Tract 170, New York County, New York",7601,6038.0,31079.0,829900.0,1620.0,476.0,1293.0,18.0,1245.0,84.0,87.0,94.0,4322.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 170,8157.0,483.0,2172.0,35.0,669.0,2.0,4712.0,5361.0,27168.0,81900.0,803.0,26.83007618416694,14.97854877821302,11.851527405953922,0.8578913122062899,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,6.262,5.921,0.341,17.011,26.627,-9.616,16.379,8.202,8.177,0.237,0.429,-0.192,1.105,0.025,1.08,56.861,57.766,-0.905 +36061017100,"Census Tract 171, New York County, New York",8942,7333.0,150159.0,2000001.0,5905.0,7376.0,244.0,0.0,323.0,0.0,19.0,301.0,679.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 171,9626.554702,7787.509201000001,482.10455010000004,12.05227503,445.41820020000006,1.0,828.4704753,7719.881901000001,72225.21125,630973.7472,5935.620526,80.52638756307105,76.88745245223407,3.6389351108369823,0.5456991291664354,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,82.487,80.896,1.591,2.729,5.008,-2.279,3.612,4.627,-1.015,0.0,0.125,-0.125,0.0,0.01,-0.01,7.593,8.606,-1.013 +36061017200,"Census Tract 172, New York County, New York",5787,4088.0,43750.0,1079500.0,1217.0,630.0,978.0,0.0,206.0,0.0,0.0,33.0,3940.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 172,5258.0,174.0,983.0,12.0,214.0,0.0,3821.0,2973.0,19106.8125,141890.2439,250.0,29.770058708414872,8.409014463504878,21.361044244909994,0.810725380994905,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,10.886,3.309,7.577,16.9,18.695,-1.795,3.56,4.07,-0.51,0.0,0.228,-0.228,0.0,0.0,0.0,68.084,72.67,-4.586 +36061017300,"Census Tract 173, New York County, New York",8226,6964.0,128064.0,972600.0,5215.0,5827.0,259.0,0.0,710.0,0.0,0.0,141.0,1289.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 173,8991.0,6402.0,743.0,21.0,362.0,2.0,1396.0,7343.0,71969.0,569900.0,5144.0,74.88512349224584,70.05311180716329,4.8320116850825485,0.15622455274521901,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,70.836,71.205,-0.369,3.149,8.264,-5.115,8.631,4.026,4.605,0.0,0.234,-0.234,0.0,0.022,-0.022,15.67,15.527,0.143 +36061017401,"Census Tract 174.01, New York County, New York",4582,3249.0,19890.0,900600.0,1084.0,523.0,1517.0,0.0,358.0,0.0,17.0,34.0,2133.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 174.01,5821.0,456.0,2334.0,12.0,114.0,0.0,2867.0,3745.0,24861.0,195000.0,721.0,33.36411203447214,19.252336448598133,14.11177558587401,0.6882078614257162,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,11.414,7.834,3.58,33.108,40.096,-6.988,7.813,1.958,5.855,0.0,0.206,-0.206,0.0,0.0,0.0,46.552,49.253,-2.701 +36061017402,"Census Tract 174.02, New York County, New York",2555,1847.0,38354.0,457700.0,717.0,436.0,978.0,8.0,223.0,0.0,0.0,28.0,890.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 174.02,2173.0,21.0,1153.0,1.0,28.0,0.0,970.0,1134.0,26175.0,,182.0,38.819707634001084,16.049382716049383,22.7703249179517,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,17.065,0.966,16.099,38.278,53.06,-14.782,8.728,1.289,7.439,0.313,0.046,0.267,0.0,0.0,0.0,34.834,44.639,-9.805 +36061017500,"Census Tract 175, New York County, New York",10500,8318.0,146042.0,1144700.0,6735.0,8304.0,540.0,0.0,530.0,0.0,99.0,36.0,991.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 175,10725.0,8650.0,551.0,15.0,504.0,2.0,865.0,8771.0,87026.0,470000.0,6331.0,80.9689829285886,72.18105119142629,8.78793173716231,0.4087533851664191,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,79.086,80.653,-1.567,5.143,5.138,0.005,5.048,4.699,0.349,0.0,0.14,-0.14,0.0,0.019,-0.019,9.438,8.065,1.373 +36061017700,"Census Tract 177, New York County, New York",9513,7360.0,82176.0,960100.0,5003.0,4349.0,979.0,0.0,657.0,0.0,49.0,543.0,2936.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 177,9618.0,4754.0,1653.0,26.0,268.0,1.0,2833.0,7301.0,46154.0,441900.0,4087.0,67.97554347826087,55.97863306396384,11.996910414297034,0.3372190396833663,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,45.716,49.428,-3.712,10.291,17.187,-6.896,6.906,2.786,4.12,0.0,0.27,-0.27,0.0,0.01,-0.01,30.863,29.455,1.408 +36061017800,"Census Tract 178, New York County, New York",3782,2642.0,48353.0,838000.0,1059.0,671.0,632.0,28.0,218.0,16.0,110.0,50.0,2085.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 178,4096.0,555.0,894.0,9.0,47.0,0.0,2504.0,2460.0,23284.0,242500.0,304.0,40.08327024981075,12.357723577235772,27.72554667257498,0.5832935560859188,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,17.742,13.55,4.192,16.711,21.826,-5.115,5.764,1.147,4.617,0.74,0.22,0.52,0.423,0.0,0.423,55.13,61.133,-6.003 +36061017900,"Census Tract 179, New York County, New York",9115,7225.0,75411.0,1182000.0,5141.0,5635.0,230.0,601.0,695.0,0.0,0.0,133.0,2422.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 179,9497.0,6569.0,788.0,25.0,651.0,1.0,1376.0,7539.0,59637.0,508700.0,5095.0,71.15570934256056,67.5819074147765,3.5738019277840607,0.38026395939086294,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,61.821,69.169,-7.348,2.523,8.297,-5.774,7.625,6.855,0.77,6.594,0.263,6.331,0.0,0.011,-0.011,26.572,14.489,12.083 +36061018000,"Census Tract 180, New York County, New York",7896,4966.0,34516.0,517900.0,1312.0,639.0,1784.0,68.0,386.0,0.0,106.0,80.0,4901.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 180,7851.0,262.0,1951.0,10.0,135.0,0.0,5451.0,4374.0,13705.0,364100.0,314.0,26.419653644784535,7.178783721993598,19.240869922790935,-0.012365321490635258,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,8.093,3.337,4.756,22.594,24.85,-2.256,4.889,1.72,3.169,0.861,0.127,0.734,0.0,0.0,0.0,62.069,69.431,-7.362 +36061018100,"Census Tract 181, New York County, New York",9579,8027.0,95478.0,1009900.0,5830.0,5694.0,1077.0,0.0,779.0,0.0,256.0,56.0,1717.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 181,9082.0,5137.0,1721.0,36.0,539.0,4.0,1546.0,7292.0,53222.0,309500.0,4565.0,72.62987417466051,62.60285244103127,10.027021733629248,0.5586889791068422,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,59.443,56.562,2.881,11.243,18.95,-7.707,8.132,5.935,2.197,0.0,0.396,-0.396,0.0,0.044,-0.044,17.925,17.023,0.902 +36061018200,"Census Tract 182, New York County, New York",8147,4940.0,23860.0,,1126.0,518.0,2409.0,0.0,494.0,0.0,123.0,29.0,4574.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 182,6859.0,114.0,2196.0,16.0,67.0,0.0,4433.0,3927.0,16058.0,19600.0,288.0,22.793522267206477,7.333842627960275,15.459679639246202,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,6.358,1.662,4.696,29.569,32.016,-2.447,6.064,0.977,5.087,0.0,0.233,-0.233,0.0,0.0,0.0,56.143,64.63,-8.487 +36061018300,"Census Tract 183, New York County, New York",7454,6300.0,120617.0,1022100.0,5243.0,5511.0,302.0,20.0,555.0,0.0,0.0,116.0,950.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 183,9112.0,5605.0,739.0,17.0,729.0,1.0,1878.0,7396.0,53229.0,321100.0,4856.0,83.22222222222223,65.65711195240671,17.56511026981552,0.5476137364250073,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,73.933,61.512,12.421,4.052,8.11,-4.058,7.446,8.0,-0.554,0.268,0.187,0.081,0.0,0.011,-0.011,12.745,20.61,-7.865 +36061018400,"Census Tract 184, New York County, New York",7459,5055.0,27132.0,657700.0,1437.0,365.0,3015.0,0.0,704.0,0.0,84.0,58.0,3233.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 184,6006.0,88.0,2571.0,18.0,95.0,0.0,3213.0,3690.0,14103.0,1000001.0,196.0,28.427299703264094,5.311653116531165,23.11564658673293,-1.1894502660787591,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,4.893,1.465,3.428,40.421,42.807,-2.386,9.438,1.582,7.856,0.0,0.3,-0.3,0.0,0.0,0.0,43.344,53.497,-10.153 +36061018500,"Census Tract 185, New York County, New York",5135,4158.0,116382.0,919400.0,3490.0,3319.0,722.0,8.0,522.0,0.0,0.0,89.0,475.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 185,3783.0,2224.0,953.0,11.0,211.0,1.0,360.0,3317.0,56810.0,319900.0,2414.0,83.93458393458394,72.77660536629485,11.157978568289096,0.49896019142919296,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,64.635,58.789,5.846,14.06,25.192,-11.132,10.166,5.578,4.588,0.156,0.291,-0.135,0.0,0.026,-0.026,9.25,9.516,-0.266 +36061018600,"Census Tract 186, New York County, New York",7928,5089.0,34023.0,,842.0,443.0,3783.0,0.0,450.0,0.0,0.0,279.0,2973.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 186,5736.0,166.0,3949.0,22.0,49.0,0.0,1541.0,3439.0,14008.0,118400.0,392.0,16.545490273138142,11.398662401861007,5.146827871277136,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,5.588,2.894,2.694,47.717,68.846,-21.129,5.676,0.854,4.822,0.0,0.384,-0.384,0.0,0.0,0.0,37.5,26.865,10.635 +36061018700,"Census Tract 187, New York County, New York",8660,6730.0,113879.0,2000001.0,5513.0,6280.0,506.0,0.0,767.0,0.0,2.0,119.0,986.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 187,9806.0,5827.0,963.0,18.0,736.0,0.0,2131.0,7325.0,54977.0,533300.0,4784.0,81.91679049034175,65.31058020477816,16.60621028556359,0.616024191987904,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,72.517,59.423,13.094,5.843,9.821,-3.978,8.857,7.506,1.351,0.0,0.184,-0.184,0.0,0.0,0.0,11.386,21.732,-10.346 +36061018800,"Census Tract 188, New York County, New York",6009,4197.0,30963.0,355800.0,1223.0,863.0,1232.0,14.0,144.0,0.0,16.0,122.0,3632.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 188,6471.0,402.0,1160.0,7.0,84.0,4.0,4786.0,3606.0,16716.0,236100.0,380.0,29.139861806051943,10.537992235163616,18.601869570888326,0.04445193929173693,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,14.362,6.212,8.15,20.503,17.926,2.577,2.396,1.298,1.098,0.233,0.108,0.125,0.0,0.062,-0.062,60.443,73.961,-13.518 +36061018900,"Census Tract 189, New York County, New York",12236,8994.0,26529.0,1250000.0,3214.0,2480.0,2146.0,0.0,821.0,0.0,0.0,495.0,6294.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 189,11883.0,2418.0,3504.0,32.0,369.0,0.0,5451.0,8185.0,23836.0,242900.0,1929.0,35.73493440071159,23.56750152718387,12.167432873527716,0.7201792,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,20.268,20.348,-0.08,17.538,29.488,-11.95,6.71,3.105,3.605,0.0,0.269,-0.269,0.0,0.0,0.0,51.438,45.872,5.566 +36061019000,"Census Tract 190, New York County, New York",3452,2518.0,55536.0,586800.0,1374.0,637.0,2001.0,34.0,291.0,0.0,9.0,59.0,421.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 190,1818.0,20.0,1470.0,6.0,10.0,0.0,302.0,1104.0,16623.0,275000.0,91.0,54.567116759332805,8.242753623188406,46.3243631361444,0.32515337423312884,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,18.453,1.1,17.353,57.966,80.858,-22.892,8.43,0.55,7.88,0.985,0.33,0.655,0.0,0.0,0.0,12.196,16.612,-4.416 +36061019100,"Census Tract 191, New York County, New York",9834,8032.0,101667.0,922800.0,5699.0,5688.0,826.0,29.0,1433.0,0.0,43.0,343.0,1501.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 191,9077.0,5667.0,1101.0,17.0,543.0,3.0,1631.0,7057.0,56836.0,281500.0,4624.0,70.95368525896414,65.52359359501204,5.430091663952098,0.5607282184655397,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,57.84,62.433,-4.593,8.399,12.13,-3.731,14.572,5.982,8.59,0.295,0.187,0.108,0.0,0.033,-0.033,15.263,17.968,-2.705 +36061019200,"Census Tract 192, New York County, New York",3963,2330.0,17304.0,,301.0,97.0,1250.0,112.0,272.0,0.0,0.0,110.0,2234.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 192,3818.0,120.0,1752.0,12.0,31.0,0.0,1895.0,2246.0,9320.0,323100.0,160.0,12.918454935622318,7.123775601068567,5.794679334553751,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.448,3.143,-0.695,31.542,45.888,-14.346,6.863,0.812,6.051,2.826,0.314,2.512,0.0,0.0,0.0,56.371,49.633,6.738 +36061019300,"Census Tract 193, New York County, New York",9361,7157.0,41205.0,657700.0,3185.0,2932.0,1558.0,26.0,766.0,0.0,271.0,125.0,3709.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 193,9416.0,1913.0,2256.0,40.0,499.0,0.0,4626.0,6597.0,34360.0,165800.0,2363.0,44.50188626519491,35.81931180839776,8.682574456797155,0.6369895088946328,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,31.321,20.316,11.005,16.644,23.959,-7.315,8.183,5.299,2.884,0.278,0.425,-0.147,0.0,0.0,0.0,39.622,49.129,-9.507 +36061019400,"Census Tract 194, New York County, New York",6703,4279.0,20086.0,381300.0,616.0,467.0,2194.0,118.0,111.0,0.0,24.0,126.0,3781.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 194,6845.0,115.0,2651.0,24.0,55.0,2.0,3971.0,3775.0,16507.0,450000.0,109.0,14.395886889460154,2.8874172185430464,11.508469670917108,-0.6994492525570417,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,6.967,1.68,5.287,32.732,38.729,-5.997,1.656,0.804,0.852,1.76,0.351,1.409,0.0,0.029,-0.029,56.408,58.013,-1.605 +36061019500,"Census Tract 195, New York County, New York",7207,5545.0,116144.0,1053800.0,4064.0,4551.0,160.0,0.0,972.0,0.0,0.0,179.0,1345.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 195,8067.0,4484.0,426.0,23.0,637.0,0.0,2376.0,5960.0,56196.0,361400.0,3842.0,73.29125338142471,64.46308724832215,8.828166133102556,0.5061529702030746,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,63.147,55.584,7.563,2.22,5.281,-3.061,13.487,7.896,5.591,0.0,0.285,-0.285,0.0,0.0,0.0,18.662,29.453,-10.791 +36061019600,"Census Tract 196, New York County, New York",4072,3016.0,17070.0,,607.0,507.0,1223.0,0.0,230.0,4.0,0.0,224.0,1884.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 196,3751.0,43.0,1789.0,10.0,27.0,0.0,1867.0,2245.0,9829.0,17500.0,119.0,20.125994694960212,5.3006681514476615,14.825326543512551,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,12.451,1.146,11.305,30.034,47.694,-17.66,5.648,0.72,4.928,0.0,0.267,-0.267,0.098,0.0,0.098,46.267,49.773,-3.506 +36061019701,"Census Tract 197.01, New York County, New York",593,449.0,69375.0,,327.0,229.0,23.0,0.0,183.0,0.0,0.0,11.0,147.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 197.01,23.0,13.0,3.0,1.0,1.0,0.0,5.0,20.0,14688.0,,17.0,72.82850779510022,85.0,-12.171492204899778,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,False,False,False,False,False,False,False,38.617,56.522,-17.905,3.879,13.043,-9.164,30.86,4.348,26.512,0.0,4.348,-4.348,0.0,0.0,0.0,24.789,21.739,3.05 +36061019702,"Census Tract 197.02, New York County, New York",2460,2062.0,66103.0,699000.0,1184.0,676.0,820.0,24.0,398.0,0.0,0.0,60.0,502.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 197.02,2088.0,228.0,1220.0,17.0,126.0,0.0,484.0,1595.0,26029.0,141600.0,497.0,57.419980601357906,31.15987460815047,26.260105993207436,0.7082918454935623,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,27.48,10.92,16.56,33.333,58.429,-25.096,16.179,6.034,10.145,0.976,0.814,0.162,0.0,0.0,0.0,20.407,23.18,-2.773 +36061019800,"Census Tract 198, New York County, New York",2806,2165.0,74712.0,498200.0,1027.0,453.0,1434.0,15.0,302.0,0.0,0.0,51.0,551.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 198,1517.0,50.0,1205.0,6.0,14.0,0.0,227.0,1266.0,21480.0,97400.0,301.0,47.4364896073903,23.77567140600316,23.66081820138714,0.7184745082296267,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,16.144,3.296,12.848,51.105,79.433,-28.328,10.763,0.923,9.84,0.535,0.396,0.139,0.0,0.0,0.0,19.636,14.964,4.672 +36061019900,"Census Tract 199, New York County, New York",8854,5696.0,81054.0,953400.0,4413.0,5399.0,584.0,13.0,1321.0,15.0,25.0,180.0,1317.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 199,9077.0,5733.0,669.0,19.0,1364.0,2.0,1163.0,6086.0,49750.0,365700.0,4339.0,77.47542134831461,71.2947748931975,6.180646455117113,0.44765261170547516,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,60.978,63.16,-2.182,6.596,7.37,-0.774,14.92,15.027,-0.107,0.147,0.209,-0.062,0.169,0.022,0.147,14.875,12.813,2.062 +36061020000,"Census Tract 200, New York County, New York",3394,2646.0,61250.0,1119200.0,1377.0,771.0,1778.0,0.0,103.0,0.0,0.0,129.0,613.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 200,2413.0,85.0,2015.0,13.0,35.0,0.0,247.0,1651.0,24091.0,455600.0,269.0,52.04081632653061,16.293155663234405,35.7476606632962,0.41380986418870624,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,22.717,3.523,19.194,52.387,83.506,-31.119,3.035,1.45,1.585,0.0,0.539,-0.539,0.0,0.0,0.0,18.061,10.236,7.825 +36061020101,"Census Tract 201.01, New York County, New York",1781,439.0,112708.0,1137900.0,418.0,950.0,269.0,39.0,282.0,0.0,0.0,59.0,182.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 201.01,2215.0,1275.0,242.0,5.0,487.0,3.0,193.0,466.0,59479.0,383300.0,385.0,95.21640091116173,82.61802575107296,12.598375160088764,0.51493804376483,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,53.341,57.562,-4.221,15.104,10.926,4.178,15.834,21.986,-6.152,2.19,0.226,1.964,0.0,0.135,-0.135,10.219,8.713,1.506 +36061020102,"Census Tract 201.02, New York County, New York",4454,3245.0,69306.0,1070700.0,1837.0,1302.0,2000.0,0.0,183.0,0.0,52.0,98.0,819.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 201.02,3594.0,153.0,2592.0,16.0,21.0,0.0,791.0,2331.0,23146.0,203700.0,491.0,56.610169491525426,21.063921063921065,35.54624842760436,0.7260409078173158,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,29.232,4.257,24.975,44.903,72.12,-27.217,4.109,0.584,3.525,0.0,0.445,-0.445,0.0,0.0,0.0,18.388,22.009,-3.621 +36061020300,"Census Tract 203, New York County, New York",3338,891.0,38750.0,937500.0,706.0,1682.0,455.0,34.0,582.0,5.0,0.0,92.0,488.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 203,3583.0,2109.0,388.0,13.0,728.0,1.0,331.0,1018.0,34702.0,444700.0,871.0,79.2368125701459,85.55992141453831,-6.323108844392408,0.3169408,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,50.389,58.861,-8.472,13.631,10.829,2.802,17.436,20.318,-2.882,1.019,0.363,0.656,0.15,0.028,0.122,14.62,9.238,5.382 +36061020500,"Census Tract 205, New York County, New York",5020,1986.0,116131.0,1233200.0,1705.0,3326.0,480.0,8.0,680.0,8.0,6.0,68.0,444.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 205,5113.0,3481.0,415.0,16.0,827.0,0.0,329.0,2378.0,73750.0,484700.0,2054.0,85.85095669687814,86.37510513036165,-0.5241484334835036,0.43401881284463184,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,66.255,68.081,-1.826,9.562,8.117,1.445,13.546,16.174,-2.628,0.159,0.313,-0.154,0.159,0.0,0.159,8.845,6.435,2.41 +36061020600,"Census Tract 206, New York County, New York",3411,2328.0,38021.0,,637.0,437.0,2017.0,18.0,124.0,0.0,0.0,44.0,789.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 206,2310.0,84.0,1849.0,8.0,11.0,0.0,348.0,1583.0,25714.0,260700.0,342.0,27.36254295532646,21.60454832596336,5.7579946293631,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,12.811,3.636,9.175,59.132,80.043,-20.911,3.635,0.476,3.159,0.528,0.346,0.182,0.0,0.0,0.0,23.131,15.065,8.066 +36061020701,"Census Tract 207.01, New York County, New York",3181,2134.0,62331.0,593800.0,1842.0,1570.0,183.0,0.0,896.0,0.0,0.0,100.0,432.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 207.01,2548.0,1555.0,210.0,14.0,494.0,0.0,238.0,1966.0,32273.0,166000.0,1640.0,86.31677600749765,83.41810783316379,2.8986681743338636,0.5974402155607949,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,49.356,61.028,-11.672,5.753,8.242,-2.489,28.167,19.388,8.779,0.0,0.549,-0.549,0.0,0.0,0.0,13.581,9.341,4.24 +36061020800,"Census Tract 208, New York County, New York",5566,3928.0,70651.0,1005200.0,1874.0,980.0,3162.0,62.0,139.0,0.0,0.0,244.0,1041.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 208,4071.0,127.0,3483.0,13.0,58.0,0.0,374.0,2665.0,24729.0,100000.0,437.0,47.70875763747454,16.397748592870546,31.311009044603995,0.8567449263828094,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,17.607,3.12,14.487,56.809,85.556,-28.747,2.497,1.425,1.072,1.114,0.319,0.795,0.0,0.0,0.0,18.703,9.187,9.516 +36061020901,"Census Tract 209.01, New York County, New York",3766,2495.0,23875.0,53800.0,437.0,203.0,1395.0,0.0,119.0,0.0,0.0,91.0,1958.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 209.01,3448.0,63.0,2009.0,12.0,71.0,0.0,1291.0,2065.0,14310.0,96700.0,266.0,17.51503006012024,12.88135593220339,4.63367412791685,-1.5882527881040893,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,5.39,1.827,3.563,37.042,58.266,-21.224,3.16,2.059,1.101,0.0,0.348,-0.348,0.0,0.0,0.0,51.992,37.442,14.55 +36061021000,"Census Tract 210, New York County, New York",7628,4589.0,28119.0,,1397.0,186.0,5129.0,0.0,104.0,0.0,0.0,80.0,2129.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 210,6623.0,26.0,5442.0,12.0,27.0,1.0,1110.0,4448.0,26047.0,17700.0,710.0,30.442362170407495,15.962230215827338,14.480131954580157,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,2.438,0.393,2.045,67.239,82.168,-14.929,1.363,0.408,0.955,0.0,0.181,-0.181,0.0,0.015,-0.015,27.91,16.76,11.15 +36061021100,"Census Tract 211, New York County, New York",10050,6877.0,48955.0,569800.0,4817.0,4194.0,1850.0,0.0,2393.0,0.0,114.0,265.0,1234.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 211,10718.0,3517.411765,2978.0588239999997,65.02941176,1260.2352939999998,3.0,2806.264706,7667.058824,34943.32449,100285.405,3583.911765,70.04507779555038,46.74428418080441,23.300793614745977,0.746558471042471,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,41.731,32.818,8.913,18.408,27.786,-9.378,23.811,11.758,12.053,0.0,0.607,-0.607,0.0,0.028,-0.028,12.279,26.183,-13.904 +36061021200,"Census Tract 212, New York County, New York",4615,3684.0,53117.0,325000.0,1955.0,357.0,3037.0,0.0,243.0,0.0,9.0,160.0,809.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 212,4166.0,56.0,3825.0,13.0,25.0,0.0,230.0,3326.0,29563.0,137500.0,864.0,53.06731813246471,25.97714972940469,27.090168403060023,0.39076923076923076,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,7.736,1.344,6.392,65.807,91.815,-26.008,5.265,0.6,4.665,0.0,0.312,-0.312,0.0,0.0,0.0,17.53,5.521,12.009 +36061021303,"Census Tract 213.03, New York County, New York",5850,4445.0,44688.0,422500.0,1850.0,997.0,2644.0,67.0,311.0,0.0,0.0,171.0,1727.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 213.03,5941.000024,136.97927090000002,3582.55542,12.99714088,106.9807014,0.0,2079.491089,3598.298828,24920.71197,8666.625963,478.90565489999994,41.61979752530934,13.309224102606965,28.310573422702372,0.9704616771911952,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,17.043,2.306,14.737,45.197,60.302,-15.105,5.316,1.801,3.515,1.145,0.219,0.926,0.0,0.0,0.0,29.521,35.002,-5.481 +36061021400,"Census Tract 214, New York County, New York",3433,2846.0,53424.0,,1242.0,254.0,2668.0,6.0,88.0,0.0,0.0,97.0,326.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 214,3161.0,10.0,2986.0,10.0,16.0,0.0,135.0,2607.0,25788.0,120800.0,467.0,43.64019676739283,17.91331031837361,25.72688644901922,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,7.399,0.316,7.083,77.716,94.464,-16.748,2.563,0.506,2.057,0.175,0.316,-0.141,0.0,0.0,0.0,9.496,4.271,5.225 +36061021500,"Census Tract 215, New York County, New York",4520,2765.0,33958.0,635400.0,763.0,622.0,2433.0,0.0,154.0,0.0,19.0,50.0,1242.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 215,2925.0,26.0,2558.0,20.0,4.0,0.0,313.0,1735.0,18134.35345,777778.5556,113.0,27.59493670886076,6.512968299711815,21.081968409148946,-0.7626709475354106,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,13.761,0.889,12.872,53.827,87.453,-33.626,3.407,0.137,3.27,0.0,0.684,-0.684,0.0,0.0,0.0,27.478,10.701,16.777 +36061021600,"Census Tract 216, New York County, New York",8282,6088.0,57589.0,930100.0,2852.0,2057.0,4115.0,47.0,390.0,0.0,17.0,184.0,1519.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 216,7986.0,286.0,5817.0,29.0,156.0,1.0,1673.0,4809.0,25236.0,153800.0,980.0,46.846254927726676,20.378457059679768,26.467797868046908,0.7618836684227502,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,24.837,3.581,21.256,49.686,72.84,-23.154,4.709,1.953,2.756,0.567,0.363,0.204,0.0,0.013,-0.013,18.341,20.949,-2.608 +36061021703,"Census Tract 217.03, New York County, New York",9,9.0,,,4.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 217.03,1.00000003,0.020729093,0.444603294,0.002859185,0.0192995,0.0,0.508934975,0.701215148,24117.99954,,0.09435311,44.44444444444444,13.45565769209538,30.988786752349064,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,True,False,False,False,False,False,False,100.0,2.073,97.927,0.0,44.46,-44.46,0.0,1.93,-1.93,0.0,0.286,-0.286,0.0,0.0,0.0,0.0,50.893,-50.893 +36061021800,"Census Tract 218, New York County, New York",7337,4952.0,47059.0,681700.0,1919.0,1383.0,4380.0,0.0,124.0,0.0,0.0,173.0,1277.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 218,5018.0,104.0,3986.0,19.0,26.0,0.0,872.0,3255.0,22246.0,392300.0,497.0,38.752019386106625,15.268817204301076,23.48320218180555,0.17131876191873258,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,18.85,2.073,16.777,59.697,79.434,-19.737,1.69,0.518,1.172,0.0,0.379,-0.379,0.0,0.0,0.0,17.405,17.377,0.028 +36061021900,"Census Tract 219, New York County, New York",6469,3912.0,19637.0,,489.0,330.0,2211.0,170.0,109.0,8.0,0.0,0.0,3811.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 219,6423.0,128.0,2560.0,14.0,101.0,4.0,3601.0,3716.0,17272.0,625000.0,215.0,12.5,5.785791173304629,6.714208826695371,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,5.101,1.993,3.108,34.178,39.857,-5.679,1.685,1.572,0.113,2.628,0.218,2.41,0.124,0.062,0.062,58.912,56.064,2.848 +36061022000,"Census Tract 220, New York County, New York",6265,4823.0,62000.0,,2115.0,945.0,3651.0,0.0,480.0,0.0,0.0,55.0,1134.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 220,5068.0,145.0,4048.0,25.0,54.0,0.0,759.0,3155.0,21123.0,376700.0,638.0,43.85237404105329,20.221870047543582,23.630503993509706,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,15.084,2.861,12.223,58.276,79.874,-21.598,7.662,1.066,6.596,0.0,0.493,-0.493,0.0,0.0,0.0,18.101,14.976,3.125 +36061022102,"Census Tract 221.02, New York County, New York",2594,1978.0,52986.0,601900.0,1166.0,652.0,1519.0,0.0,69.0,0.0,57.0,88.0,209.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 221.02,2050.0,46.0,1711.0,8.0,19.0,1.0,259.0,1532.0,30185.0,175000.0,433.0,58.94843276036401,28.263707571801568,30.68472518856244,0.5813258016281775,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,25.135,2.244,22.891,58.558,83.463,-24.905,2.66,0.927,1.733,0.0,0.39,-0.39,0.0,0.049,-0.049,8.057,12.634,-4.577 +36061022200,"Census Tract 222, New York County, New York",3323,2326.0,52826.0,1074700.0,1227.0,1181.0,1424.0,0.0,189.0,0.0,31.0,146.0,352.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 222,2412.0,68.0,1975.0,5.0,28.0,1.0,330.0,1534.0,16744.0,450000.0,264.0,52.751504729148756,17.209908735332466,35.54159599381629,0.3970410347073602,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,35.54,2.819,32.721,42.853,81.882,-39.029,5.688,1.161,4.527,0.0,0.207,-0.207,0.0,0.041,-0.041,10.593,13.682,-3.089 +36061022301,"Census Tract 223.01, New York County, New York",8316,5444.0,42146.0,489400.0,1576.0,1152.0,594.0,27.0,197.0,0.0,0.0,198.0,6175.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 223.01,8410.0,192.0,429.0,28.0,145.0,0.0,7567.0,4984.0,26771.0,171100.0,433.0,28.949301983835415,8.687800963081862,20.261501020753553,0.49655905190028604,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,13.853,2.283,11.57,7.143,5.101,2.042,2.369,1.724,0.645,0.325,0.333,-0.008,0.0,0.0,0.0,74.254,89.976,-15.722 +36061022302,"Census Tract 223.02, New York County, New York",3405,2257.0,26007.0,,763.0,376.0,697.0,92.0,401.0,0.0,11.0,105.0,1785.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 223.02,3997.0,55.0,1242.0,10.0,8.0,0.0,2673.0,2439.0,17400.0,583300.0,215.0,33.80593708462561,8.81508815088151,24.990848933744104,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,11.043,1.376,9.667,20.47,31.073,-10.603,11.777,0.2,11.577,2.702,0.25,2.452,0.0,0.0,0.0,52.423,66.875,-14.452 +36061022400,"Census Tract 224, New York County, New York",8292,5018.0,31600.0,1131000.0,1218.0,890.0,4912.0,31.0,64.0,0.0,0.0,27.0,2368.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 224,6211.0,58.0,4791.0,26.0,49.0,0.0,1248.0,3705.0,15900.0,363200.0,335.0,24.272618573136707,9.041835357624832,15.230783215511876,0.5375702917771883,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,10.733,0.934,9.799,59.238,77.137,-17.899,0.772,0.789,-0.017,0.374,0.419,-0.045,0.0,0.0,0.0,28.558,20.093,8.465 +36061022500,"Census Tract 225, New York County, New York",11072,8120.0,51572.0,311100.0,2445.0,1962.0,2533.0,45.0,490.0,0.0,29.0,396.0,5617.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 225,11108.0,405.0,2465.0,40.0,187.0,2.0,7960.0,6765.0,28689.0,162500.0,862.0,30.110837438423644,12.742054693274206,17.36878274514944,0.24783027965284474,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,17.72,3.646,14.074,22.878,22.191,0.687,4.426,1.683,2.743,0.406,0.36,0.046,0.0,0.018,-0.018,50.732,71.66,-20.928 +36061022600,"Census Tract 226, New York County, New York",4731,3431.0,41898.0,990000.0,1335.0,634.0,2973.0,4.0,104.0,0.0,11.0,160.0,845.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 226,3601.0,73.0,3154.0,23.0,28.0,2.0,316.0,2724.0,17766.0,186200.0,283.0,38.909938793354705,10.38913362701909,28.520805166335613,0.7291636363636363,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,13.401,2.027,11.374,62.841,87.587,-24.746,2.198,0.778,1.42,0.085,0.639,-0.554,0.0,0.056,-0.056,17.861,8.775,9.086 +36061022700,"Census Tract 227, New York County, New York",5875,4316.0,53633.0,450000.0,1933.0,1275.0,2030.0,0.0,158.0,0.0,13.0,186.0,2213.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 227,5195.0,218.0,3530.0,18.0,103.0,0.0,1282.0,3460.0,23661.020969999998,371179.8165,736.0,44.786839666357736,21.271676300578033,23.515163365779703,-0.18777541280000004,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,21.702,4.196,17.506,34.553,67.95,-33.397,2.689,1.983,0.706,0.0,0.346,-0.346,0.0,0.0,0.0,37.668,24.678,12.99 +36061022800,"Census Tract 228, New York County, New York",6327,4735.0,38165.0,698700.0,1644.0,845.0,4157.0,30.0,126.0,0.0,53.0,358.0,758.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 228,4636.0,88.0,4083.0,7.0,50.0,2.0,385.0,3210.0,16444.0,318400.0,442.0,34.720168954593454,13.769470404984423,20.95069854960903,0.34378703306139974,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,13.355,1.898,11.457,65.703,88.072,-22.369,1.991,1.079,0.912,0.474,0.151,0.323,0.0,0.043,-0.043,11.98,8.305,3.675 +36061022900,"Census Tract 229, New York County, New York",8781,6389.0,46508.0,490400.0,1871.0,1546.0,2001.0,12.0,298.0,0.0,31.0,438.0,4455.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 229,8843.0,241.0,2564.0,31.0,93.0,3.0,5861.0,5531.0,21692.0,194400.0,557.0,29.28470809203318,10.070511661544025,19.214196430489157,0.4291680261011419,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,17.606,2.725,14.881,22.788,28.995,-6.207,3.394,1.052,2.342,0.137,0.351,-0.214,0.0,0.034,-0.034,50.735,66.278,-15.543 +36061023000,"Census Tract 230, New York County, New York",9129,6493.0,35386.0,500000.0,1372.0,711.0,5742.0,0.0,131.0,65.0,35.0,189.0,2256.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 230,7965.0,79.0,6526.0,41.0,43.0,0.0,1247.0,4756.0,16958.0,418000.0,680.0,21.130448174957646,14.297729184188393,6.832718990769253,-0.20384,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,7.788,0.992,6.796,62.898,81.933,-19.035,1.435,0.54,0.895,0.0,0.515,-0.515,0.712,0.0,0.712,24.712,15.656,9.056 +36061023100,"Census Tract 231, New York County, New York",6760,5305.0,42924.0,489200.0,1818.0,860.0,2627.0,126.0,71.0,0.0,17.0,157.0,3028.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 231,5840.010348,142.0569611,3898.2387700000004,10.77673435,65.6401062,0.0,1687.0488280000002,3962.89917,25272.000219999998,366199.9842,716.1629638999999,34.26955702167766,18.07169279807843,16.197864223599233,-0.07793944654129187,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,12.722,2.432,10.29,38.861,66.751,-27.89,1.05,1.124,-0.074,1.864,0.185,1.679,0.0,0.0,0.0,44.793,28.888,15.905 +36061023200,"Census Tract 232, New York County, New York",8512,5439.0,33586.0,280300.0,1393.0,484.0,4389.0,0.0,149.0,10.0,0.0,66.0,3414.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 232,8344.0,48.0,6345.0,19.0,89.0,0.0,1798.0,4469.0,18013.0,805000.0,300.0,25.61132561132561,6.712911165808906,18.898414445516707,-3.135569033178737,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,5.686,0.575,5.111,51.562,76.043,-24.481,1.75,1.067,0.683,0.0,0.228,-0.228,0.117,0.0,0.117,40.108,21.548,18.56 +36061023300,"Census Tract 233, New York County, New York",7265,5160.0,52511.0,,2151.0,1490.0,1615.0,0.0,364.0,0.0,0.0,299.0,3497.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 233,6084.896239,216.01710759999997,2724.592473,30.12767041,101.3659885,0.0,2959.563192,3815.537828,23753.47782,308894.6863,626.4853172,41.68604651162791,16.419318728872003,25.266727782755904,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,20.509,3.55,16.959,22.23,44.776,-22.546,5.01,1.666,3.344,0.0,0.495,-0.495,0.0,0.0,0.0,48.135,48.638,-0.503 +36061023400,"Census Tract 234, New York County, New York",5328,3755.0,34409.0,539800.0,1335.0,490.0,3178.0,83.0,109.0,0.0,0.0,108.0,1360.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 234,3530.0,38.0,2913.0,7.0,19.0,0.0,532.0,2078.0,20257.0,,191.0,35.5525965379494,9.19153031761309,26.36106622033631,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,9.197,1.076,8.121,59.647,82.521,-22.874,2.046,0.538,1.508,1.558,0.198,1.36,0.0,0.0,0.0,25.526,15.071,10.455 +36061023501,"Census Tract 235.01, New York County, New York",6820,4495.0,40145.0,277700.0,1526.0,1234.0,2590.0,0.0,111.0,0.0,0.0,127.0,2758.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 235.01,6254.994081,135.9444322,3926.7640530000003,18.22326568,34.35989094,1.0,2112.951456,3847.100876,24068.74148,303211.3084,540.837019,33.9488320355951,14.058300950047666,19.890531085547437,-0.5722876632913214,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,18.094,2.173,15.921,37.977,62.778,-24.801,1.628,0.549,1.079,0.0,0.291,-0.291,0.0,0.016,-0.016,40.44,33.78,6.66 +36061023502,"Census Tract 235.02, New York County, New York",2022,1260.0,31188.0,,373.0,236.0,1429.0,0.0,7.0,0.0,0.0,20.0,330.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 235.02,2040.0,17.0,1454.0,11.0,4.0,0.0,532.0,1199.0,16094.0,350000.0,79.0,29.603174603174605,6.5888240200166805,23.014350583157924,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,11.672,0.833,10.839,70.673,71.275,-0.602,0.346,0.196,0.15,0.0,0.539,-0.539,0.0,0.0,0.0,16.32,26.078,-9.758 +36061023600,"Census Tract 236, New York County, New York",7133,4626.0,38466.0,29100.0,1092.0,126.0,4965.0,28.0,53.0,0.0,0.0,417.0,1544.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 236,5688.0,48.0,5069.0,18.0,15.0,0.0,529.0,3937.0,23047.0,38500.0,495.0,23.605706874189366,12.573025146050291,11.032681728139075,-0.9051546391752577,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.766,0.844,0.922,69.606,89.117,-19.511,0.743,0.264,0.479,0.393,0.316,0.077,0.0,0.0,0.0,21.646,9.3,12.346 +36061023700,"Census Tract 237, New York County, New York",7721,5421.0,41953.0,169900.0,1789.0,1231.0,1864.0,19.0,400.0,0.0,41.0,501.0,3684.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 237,7229.103963,237.9828949,2712.407715,29.87232971,85.63401031,0.0,4109.437011999999,4571.462402,22087.00058,91399.99991,581.5147095,33.00129127467257,12.72054013275028,20.280751141922288,0.2253325493207769,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,15.944,3.292,12.652,24.142,37.521,-13.379,5.181,1.185,3.996,0.246,0.413,-0.167,0.0,0.0,0.0,47.714,56.846,-9.132 +36061023801,"Census Tract 238.01, New York County, New York",9300,7315.0,88724.0,653000.0,5130.0,3575.0,1029.0,0.0,3147.0,0.0,23.0,374.0,1152.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 238.01,1389.043149,614.2722167999999,389.7199707,3.50178957,161.66593930000002,0.0,199.4560852,968.8284302000001,49976.00033,32900.00032,444.72726439999997,70.12987012987013,45.903614152631,24.226255977239127,0.9274486976098009,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,38.441,44.223,-5.782,11.065,28.057,-16.992,33.839,11.639,22.2,0.0,0.252,-0.252,0.0,0.0,0.0,12.387,14.359,-1.972 +36061023802,"Census Tract 238.02, New York County, New York",2645,2306.0,124250.0,,962.0,1159.0,456.0,0.0,498.0,0.0,0.0,65.0,467.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 238.02,8130.956993000001,3595.727783,2281.280029,20.49821091,946.3340454,0.0,1167.543945,5671.171875,49976.00137,32900.00093,2603.272705,41.7172593235039,45.903611500048214,-4.186352176544311,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,False,False,False,False,False,True,43.819,44.223,-0.404,17.24,28.057,-10.817,18.828,11.639,7.189,0.0,0.252,-0.252,0.0,0.0,0.0,17.656,14.359,3.297 +36061023900,"Census Tract 239, New York County, New York",3135,2278.0,34715.0,500000.0,716.0,316.0,973.0,57.0,102.0,0.0,11.0,52.0,1681.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 239,2686.0,61.0,1473.0,8.0,22.0,0.0,1106.0,1615.0,17841.0,266700.0,202.0,31.431079894644427,12.507739938080496,18.92333995656393,0.231904,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,10.08,2.271,7.809,31.037,54.84,-23.803,3.254,0.819,2.435,1.818,0.298,1.52,0.0,0.0,0.0,53.62,41.176,12.444 +36061024000,"Census Tract 240, New York County, New York",1814,1713.0,,,88.0,368.0,907.0,12.0,59.0,33.0,7.0,20.0,408.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 240,1386.0,162.0,782.0,12.0,17.0,0.0,410.0,1361.0,,,33.0,5.137186223000584,2.4246877296105804,2.7124984933900036,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,20.287,11.688,8.599,50.0,56.421,-6.421,3.252,1.227,2.025,0.662,0.866,-0.204,1.819,0.0,1.819,22.492,29.582,-7.09 +36061024100,"Census Tract 241, New York County, New York",8613,7088.0,52519.0,417600.0,2663.0,1378.0,2051.0,200.0,301.0,88.0,92.0,43.0,4660.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 241,8295.0,604.0,2971.0,36.0,82.0,1.0,4541.0,5501.0,26491.0,150900.0,1328.0,37.57054176072235,24.141065260861662,13.429476499860687,0.47965517241379313,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,15.999,7.281,8.718,23.813,35.817,-12.004,3.495,0.989,2.506,2.322,0.434,1.888,1.022,0.012,1.01,54.104,54.744,-0.64 +36061024200,"Census Tract 242, New York County, New York",4421,2887.0,25285.0,,637.0,205.0,2162.0,8.0,204.0,0.0,0.0,0.0,1842.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 242,3311.0,31.0,2234.0,14.0,8.0,0.0,1019.0,1855.0,16665.47074,276690.9091,130.0,22.064426740561135,7.008086253369272,15.056340487191864,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,4.637,0.936,3.701,48.903,67.472,-18.569,4.614,0.242,4.372,0.181,0.423,-0.242,0.0,0.0,0.0,41.665,30.776,10.889 +36061024301,"Census Tract 243.01, New York County, New York",4419,3177.0,42312.0,,965.0,620.0,1576.0,36.0,155.0,0.0,13.0,42.0,2013.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 243.01,4296.0,109.0,1862.0,34.0,20.0,0.0,2262.0,2585.0,24219.0,411500.0,359.0,30.37456720176267,13.887814313346228,16.48675288841644,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,14.03,2.537,11.493,35.664,43.343,-7.679,3.508,0.466,3.042,0.815,0.791,0.024,0.0,0.0,0.0,45.553,52.654,-7.101 +36061024302,"Census Tract 243.02, New York County, New York",7649,4382.0,20949.0,,341.0,15.0,3880.0,152.0,85.0,0.0,0.0,52.0,3586.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 243.02,7386.0,48.0,5025.0,38.0,90.0,0.0,2175.0,3971.0,11482.0,450000.0,196.0,7.78183477863989,4.935784437169478,2.846050341470412,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,0.196,0.65,-0.454,50.726,68.034,-17.308,1.111,1.219,-0.108,1.987,0.514,1.473,0.0,0.0,0.0,46.882,29.448,17.434 +36061024500,"Census Tract 245, New York County, New York",15149,11325.0,38579.0,273500.0,2326.0,1099.0,1182.0,0.0,298.0,0.0,22.0,148.0,12400.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 245,15838.0,411.0,1678.0,71.0,191.0,1.0,13391.0,9429.0,25631.0,240600.0,736.0,20.538631346578367,7.805705801251459,12.732925545326907,-0.2667787934186472,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,7.255,2.595,4.66,7.802,10.595,-2.793,1.967,1.206,0.761,0.0,0.448,-0.448,0.0,0.006,-0.006,81.854,84.55,-2.696 +36061024700,"Census Tract 247, New York County, New York",7444,5759.0,44671.0,490600.0,1879.0,1327.0,623.0,28.0,311.0,0.0,0.0,263.0,4920.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 247,7758.663938,508.63651600000003,1038.390905,31.0,130.141448,1.0,5999.471493,5055.098145,30131.58465,162220.214,933.9901361,32.62719222087168,18.47620183247698,14.150990388394696,0.5238542434569914,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,17.826,6.556,11.27,8.369,13.384,-5.015,4.178,1.677,2.501,0.376,0.4,-0.024,0.0,0.013,-0.013,66.093,77.326,-11.233 +36061024900,"Census Tract 249, New York County, New York",1200,843.0,41786.0,304500.0,221.0,126.0,244.0,0.0,35.0,0.0,0.0,39.0,756.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 249,1150.0,22.0,261.0,0.0,6.0,0.0,855.0,757.0,20197.0,350000.0,46.0,26.215895610913403,6.07661822985469,20.13927738105871,-0.6551724137931034,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,10.5,1.913,8.587,20.333,22.696,-2.363,2.917,0.522,2.395,0.0,0.0,0.0,0.0,0.0,0.0,63.0,74.348,-11.348 +36061025100,"Census Tract 251, New York County, New York",2809,1988.0,32049.0,519200.0,414.0,313.0,403.0,23.0,111.0,0.0,0.0,5.0,1977.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 251,2995.0,163.0,383.0,9.0,120.0,0.0,2312.0,1885.0,21354.0,9999.0,138.0,20.824949698189133,7.320954907161804,13.50399479102733,0.9722677966101695,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,11.143,5.442,5.701,14.347,12.788,1.559,3.952,4.007,-0.055,0.819,0.301,0.518,0.0,0.0,0.0,70.381,77.195,-6.814 +36061025300,"Census Tract 253, New York County, New York",13415,9421.0,50609.0,609400.0,2868.0,2031.0,527.0,15.0,436.0,0.0,0.0,67.0,10354.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 253,12753.0,655.0,614.0,44.0,361.0,2.0,11023.0,7780.0,26899.0,134100.0,710.0,30.442628171107103,9.125964010282777,21.316664160824324,0.6831243846406301,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,15.14,5.136,10.004,3.928,4.815,-0.887,3.25,2.831,0.419,0.112,0.345,-0.233,0.0,0.016,-0.016,77.182,86.435,-9.253 +36061025500,"Census Tract 255, New York County, New York",5831,4318.0,35481.0,670000.0,2326.0,1554.0,352.0,61.0,963.0,0.0,90.0,138.0,2704.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 255,6888.336062,1723.03605,423.2639618,16.0,1178.230233,5.0,3462.7674450000004,4654.415129,35109.08719,121749.7553,1766.611634,53.867531264474295,37.95560956720155,15.911921697272746,0.7383288841313432,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,26.651,25.014,1.637,6.037,6.145,-0.108,16.515,17.105,-0.59,1.046,0.232,0.814,0.0,0.073,-0.073,46.373,50.27,-3.897 +36061025700,"Census Tract 257, New York County, New York",4609,3331.0,81513.0,865200.0,2167.0,1536.0,1730.0,0.0,351.0,0.0,13.0,109.0,870.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 257,2942.0,129.0,2236.0,17.0,33.0,1.0,514.0,1912.0,21529.80392,130542.95300000001,316.0,65.05553887721405,16.527196652719667,48.52834222449438,0.7827301753120665,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,33.326,4.385,28.941,37.535,76.003,-38.468,7.616,1.122,6.494,0.0,0.578,-0.578,0.0,0.034,-0.034,18.876,17.471,1.405 +36061025900,"Census Tract 259, New York County, New York",3635,2585.0,57161.0,540500.0,1568.0,663.0,1556.0,0.0,139.0,0.0,21.0,133.0,1123.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 259,1932.0,25.0,1458.0,10.0,19.0,0.0,417.0,1032.0,15121.277280000002,381944.4444,45.0,60.657640232108314,4.3604651162790695,56.29717511582925,-0.01757631810545787,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,18.239,1.294,16.945,42.806,75.466,-32.66,3.824,0.983,2.841,0.0,0.518,-0.518,0.0,0.0,0.0,30.894,21.584,9.31 +36061026100,"Census Tract 261, New York County, New York",13814,9456.0,36000.0,512800.0,1299.0,424.0,726.0,502.0,44.0,0.0,86.0,110.0,12424.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 261,13080.0,201.0,798.0,30.0,44.0,1.0,11944.0,7690.0,25712.0,166700.0,478.0,13.73730964467005,6.215864759427828,7.521444885242222,0.5318876755070203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.069,1.537,1.532,5.256,6.101,-0.845,0.319,0.336,-0.017,3.634,0.229,3.405,0.0,0.008,-0.008,89.938,91.315,-1.377 +36061026300,"Census Tract 263, New York County, New York",9255,6806.0,30961.0,,1693.0,900.0,514.0,70.0,112.0,0.0,29.0,20.0,7680.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 263,9811.0,535.0,562.0,39.0,121.0,0.0,8458.0,5721.0,30297.0,97700.0,528.0,24.8751101968851,9.229155742003146,15.645954454881954,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,9.724,5.453,4.271,5.554,5.728,-0.174,1.21,1.233,-0.023,0.756,0.398,0.358,0.0,0.0,0.0,82.982,86.209,-3.227 +36061026500,"Census Tract 265, New York County, New York",8178,6539.0,73973.0,467300.0,3074.0,2447.0,463.0,0.0,175.0,0.0,0.0,94.0,4999.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 265,8119.999997,1478.327433,342.3451309,20.0,157.62831830000002,2.0,6016.761061,5506.486725,29520.663480000003,92442.22548,1264.398228,47.01024621501759,22.96197723059071,24.04826898442688,0.7151363049621228,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,29.922,18.206,11.716,5.662,4.216,1.446,2.14,1.941,0.199,0.0,0.246,-0.246,0.0,0.025,-0.025,61.127,74.098,-12.971 +36061026700,"Census Tract 267, New York County, New York",2174,1092.0,38911.0,,442.0,1244.0,40.0,41.0,51.0,0.0,0.0,0.0,818.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 267,1923.0,592.0,36.0,3.0,35.0,0.0,1219.0,1035.0,19947.0,55000.0,182.0,40.476190476190474,17.584541062801932,22.891649413388542,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,57.222,30.785,26.437,1.84,1.872,-0.032,2.346,1.82,0.526,1.886,0.156,1.73,0.0,0.0,0.0,37.626,63.391,-25.765 +36061026900,"Census Tract 269, New York County, New York",9657,6566.0,38211.0,493500.0,982.0,657.0,423.0,14.0,201.0,0.0,33.0,65.0,8278.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 269,9931.0,1164.0,280.0,33.0,90.0,2.0,8315.0,5355.0,22279.0,135000.0,371.0,14.955833079500456,6.928104575163399,8.027728504337057,0.6060790273556231,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,6.803,11.721,-4.918,4.38,2.819,1.561,2.081,0.906,1.175,0.145,0.332,-0.187,0.0,0.02,-0.02,85.72,83.728,1.992 +36061027100,"Census Tract 271, New York County, New York",9743,7030.0,57111.0,410200.0,2885.0,2816.0,102.0,48.0,218.0,0.0,0.0,28.0,6579.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 271,8897.0,1829.0,137.0,17.0,149.0,10.0,6658.0,5689.0,32168.0,94600.0,1283.0,41.038406827880515,22.552293900509756,18.48611292737076,0.667908337396392,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,28.903,20.557,8.346,1.047,1.54,-0.493,2.238,1.675,0.563,0.493,0.191,0.302,0.0,0.112,-0.112,67.525,74.834,-7.309 +36061027300,"Census Tract 273, New York County, New York",7007,5287.0,78165.0,473500.0,4079.0,4364.0,396.0,1.0,186.0,0.0,0.0,324.0,1737.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 273,6265.0,3564.0,300.0,15.0,249.0,0.0,2078.0,4766.0,46418.0,138400.0,2584.0,77.15150368829204,54.21737305916911,22.934130629122926,0.5791003167898627,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,62.281,56.887,5.394,5.651,4.789,0.862,2.654,3.974,-1.32,0.014,0.239,-0.225,0.0,0.0,0.0,24.789,33.168,-8.379 +36061027500,"Census Tract 275, New York County, New York",3579,2769.0,92946.0,616200.0,1897.0,2127.0,183.0,17.0,101.0,0.0,12.0,157.0,999.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 275,2718.0,1794.0,187.0,9.0,138.0,0.0,567.0,2201.0,55865.0,191100.0,1422.0,68.50848681834597,64.60699681962744,3.9014899987185316,0.5534177215189874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,59.43,66.004,-6.574,5.113,6.88,-1.767,2.822,5.077,-2.255,0.475,0.331,0.144,0.0,0.0,0.0,27.913,20.861,7.052 +36061027700,"Census Tract 277, New York County, New York",7725,5801.0,31327.0,,1123.0,920.0,656.0,86.0,147.0,0.0,0.0,44.0,5958.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 277,8112.0,606.0,496.0,31.0,74.0,2.0,6847.0,5162.0,25087.0,225000.0,378.0,19.3587312532322,7.322743122820612,12.035988130411589,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,11.909,7.47,4.439,8.492,6.114,2.378,1.903,0.912,0.991,1.113,0.382,0.731,0.0,0.025,-0.025,77.126,84.406,-7.28 +36061027900,"Census Tract 279, New York County, New York",12283,8621.0,44962.0,421400.0,2400.0,1703.0,419.0,234.0,278.0,0.0,0.0,198.0,9685.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 279,11764.0,1414.0,545.0,39.0,170.0,2.0,9450.0,7307.0,30387.0,170500.0,1548.0,27.83899779607934,21.18516491035993,6.65383288571941,0.4173706691979117,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,13.865,12.02,1.845,3.411,4.633,-1.222,2.263,1.445,0.818,1.905,0.332,1.573,0.0,0.017,-0.017,78.849,80.33,-1.481 +36061028100,"Census Tract 281, New York County, New York",3208,2566.0,99038.0,421100.0,1830.0,2367.0,209.0,0.0,133.0,0.0,14.0,101.0,384.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 281,2540.329885,1890.276682,106.0447487,4.007311881000001,133.0327572,0.0,402.95112939999996,2056.84964,48426.12512,126998.8288,1185.23047,71.31722525331254,57.62358351094638,13.693641742366161,0.5657128628069342,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,73.784,74.411,-0.627,6.515,4.174,2.341,4.146,5.237,-1.091,0.0,0.158,-0.158,0.0,0.0,0.0,11.97,15.862,-3.892 +36061028300,"Census Tract 283, New York County, New York",7919,5906.0,54243.0,,2415.0,1719.0,669.0,23.0,229.0,0.0,0.0,82.0,5220.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 283,8370.0,1339.0,586.0,14.0,294.0,0.0,6012.0,5218.0,26238.0,22400.0,1025.0,40.89061970877074,19.643541586814873,21.24707812195587,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,21.707,15.998,5.709,8.448,7.001,1.447,2.892,3.513,-0.621,0.29,0.167,0.123,0.0,0.0,0.0,65.917,71.828,-5.911 +36061028500,"Census Tract 285, New York County, New York",7675,5109.0,43553.0,,1545.0,736.0,383.0,27.0,128.0,0.0,103.0,107.0,6218.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 285,8391.0,389.0,226.0,19.0,155.0,0.0,7547.0,4966.0,21023.0,9999.0,524.0,30.240751614797418,10.551751913008458,19.68899970178896,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,False,False,True,False,True,False,9.59,4.636,4.954,4.99,2.693,2.297,1.668,1.847,-0.179,0.352,0.226,0.126,0.0,0.0,0.0,81.016,89.942,-8.926 +36061028700,"Census Tract 287, New York County, New York",4069,3051.0,47992.0,379000.0,1415.0,1390.0,99.0,14.0,106.0,0.0,22.0,21.0,2431.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 287,4545.670093,945.7233276000001,152.955246,24.99268723,111.96723940000001,0.0,3251.048828,2904.150391,29613.001080000002,92800.00135,787.7695312999999,46.37823664372337,27.125645205610148,19.25259143811322,0.6474089658469656,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,34.161,20.805,13.356,2.433,3.365,-0.932,2.605,2.463,0.142,0.344,0.55,-0.206,0.0,0.0,0.0,59.744,71.52,-11.776 +36061029100,"Census Tract 291, New York County, New York",12180,7973.0,34024.0,,1378.0,614.0,533.0,33.0,214.0,0.0,53.0,36.0,10730.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 291,12413.0,378.0,510.0,39.0,141.0,0.0,11282.0,7198.0,21826.0,12600.0,702.0,17.28333124294494,9.752709085857182,7.530622157087757,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,5.041,3.045,1.996,4.376,4.109,0.267,1.757,1.136,0.621,0.271,0.314,-0.043,0.0,0.0,0.0,88.095,90.889,-2.794 +36061029300,"Census Tract 293, New York County, New York",9504,6575.0,37491.0,,1204.0,534.0,390.0,100.0,123.0,0.0,13.0,176.0,8268.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 293,9522.0,495.0,340.0,13.0,86.0,2.0,8491.0,5408.0,21678.0,9999.0,486.0,18.311787072243344,8.986686390532544,9.3251006817108,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,5.619,5.198,0.421,4.104,3.571,0.533,1.294,0.903,0.391,1.052,0.137,0.915,0.0,0.021,-0.021,86.995,89.172,-2.177 +36061029500,"Census Tract 295, New York County, New York",8573,6547.0,73420.0,348400.0,2999.0,2678.0,168.0,0.0,334.0,0.0,0.0,160.0,5233.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 295,7588.0,2191.0,399.0,23.0,264.0,2.0,4622.0,5273.0,35069.0,94700.0,1760.0,45.80723995723232,33.377583918073206,12.429656039159113,0.6085878300803674,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,31.238,28.875,2.363,1.96,5.258,-3.298,3.896,3.479,0.417,0.0,0.303,-0.303,0.0,0.026,-0.026,61.04,60.912,0.128 +36061029700,"Census Tract 297, New York County, New York",17,17.0,,,0.0,0.0,13.0,0.0,4.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 297,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,0.0,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,0.0,,,76.471,,,23.529,,,0.0,,,0.0,,,0.0,, +36061029900,"Census Tract 299, New York County, New York",4348,2943.0,21957.0,195300.0,511.0,91.0,875.0,5.0,0.0,0.0,9.0,8.0,3365.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 299,3979.0,119.83333329999999,1138.333333,22.0,19.0,0.0,2660.833333,2487.0,23272.0,12100.0,239.0,17.363234794427456,9.609971853638923,7.753262940788533,0.9107834101382488,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.093,3.012,-0.919,20.124,28.609,-8.485,0.0,0.478,-0.478,0.115,0.553,-0.438,0.0,0.0,0.0,77.392,66.872,10.52 +36061030300,"Census Tract 303, New York County, New York",5113,3703.0,61714.0,329800.0,1712.0,1664.0,148.0,0.0,137.0,0.0,0.0,101.0,3063.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 303,4178.0,1256.0,255.0,17.0,131.0,1.0,2473.0,2753.0,38149.0,73600.0,918.0,46.232784229003514,33.345441336723574,12.88734289227994,0.678641600970285,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,32.544,30.062,2.482,2.895,6.103,-3.208,2.679,3.135,-0.456,0.0,0.407,-0.407,0.0,0.024,-0.024,59.906,59.191,0.715 +36061030700,"Census Tract 307, New York County, New York",3756,3076.0,76759.0,367600.0,1761.0,1960.0,275.0,47.0,142.0,12.0,64.0,121.0,1176.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 307,3587.0,1798.1666670000002,462.66666669999995,15.0,115.0,0.0,1166.166667,2812.0,47994.0,81800.0,1367.0,57.249674902470744,48.61308677098151,8.636588131489233,0.6795647442872688,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,52.183,50.13,2.053,7.322,12.898,-5.576,3.781,3.206,0.575,1.251,0.418,0.833,0.319,0.0,0.319,31.31,32.511,-1.201 +36061030900,"Census Tract 309, New York County, New York",10137,6632.0,31549.0,626100.0,1486.0,1062.0,1936.0,0.0,27.0,0.0,105.0,153.0,6854.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 309,7820.0,487.0,2071.0,18.0,151.0,4.0,5042.0,4759.0,25754.0,163900.0,719.0,22.406513872135104,15.108216011767178,7.298297860367926,0.6230378533780546,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,10.476,6.228,4.248,19.098,26.483,-7.385,0.266,1.931,-1.665,0.0,0.23,-0.23,0.0,0.051,-0.051,67.614,64.476,3.138 +36061031100,"Census Tract 311, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 311,18.99561501,5.998615265,11.99723053,0.0,0.0,0.0,0.9997692109999999,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,31.579,,,63.158,,,0.0,,,0.0,,,0.0,,,5.263, +36061031703,"Census Tract 317.03, New York County, New York",5644,3938.0,250001.0,2000001.0,3317.0,4043.0,58.0,0.0,950.0,0.0,13.0,265.0,315.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 317.03,3651.394172,2609.385254,115.26850890000001,7.807030677999999,692.9887695,0.459237099,194.2572937,2922.584961,107611.0002,318600.0102,2206.175049,84.23057389537837,75.48711426493924,8.743459630439133,0.7706081073519463,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,71.634,71.463,0.171,1.028,3.157,-2.129,16.832,18.979,-2.147,0.0,0.214,-0.214,0.0,0.013,-0.013,5.581,5.32,0.261 +36061031704,"Census Tract 317.04, New York County, New York",10241,7805.0,162030.0,965500.0,6938.0,6844.0,151.0,0.0,2055.0,0.0,59.0,276.0,856.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 317.04,4299.605828,3072.614746,135.73149109999997,9.192969322,816.0112305,0.540762901,228.7427063,3441.415039,107611.0053,318599.9914,2597.824951,88.89173606662396,75.48711566492344,13.404620401700527,0.5248223846545831,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,66.829,71.463,-4.634,1.474,3.157,-1.683,20.066,18.979,1.087,0.0,0.214,-0.214,0.0,0.013,-0.013,8.359,5.32,3.039 +36061031900,"Census Tract 319, New York County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,New York County,Census Tract 319,237.00000789999999,143.4849396,21.41566277,0.713855445,43.54518127,0.0,27.12650681,145.6265106,81250.99897,,51.39759064,,35.2941167293203,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,60.542,,,9.036,,,18.373,,,0.301,,,0.0,,,11.446, +36081000100,"Census Tract 1, Queens County, New York",7575,6241.0,137147.0,811900.0,5101.0,4431.0,384.0,0.0,1792.0,0.0,57.0,353.0,558.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1,1370.0,696.0,322.0,10.0,164.0,0.0,148.0,1311.0,85898.0,129000.0,714.0,81.73369652299311,54.46224256292906,27.27145396006405,0.7712033501662766,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,58.495,50.803,7.692,5.069,23.504,-18.435,23.657,11.971,11.686,0.0,0.73,-0.73,0.0,0.0,0.0,7.366,10.803,-3.437 +36081000200,"Census Tract 2, Queens County, New York",3323,2406.0,67619.0,475100.0,393.0,502.0,22.0,0.0,555.0,0.0,0.0,41.0,2203.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 2,2941.0,831.0,132.0,18.0,641.0,0.0,1202.0,1864.0,38333.0,199500.0,476.0,16.33416458852868,25.536480686695278,-9.202316098166598,0.3953272995158914,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,15.107,28.256,-13.149,0.662,4.488,-3.826,16.702,21.795,-5.093,0.0,0.612,-0.612,0.0,0.0,0.0,66.296,40.87,25.426 +36081000400,"Census Tract 4, Queens County, New York",5231,3267.0,59566.0,462200.0,592.0,453.0,199.0,10.0,1181.0,0.0,78.0,10.0,3310.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 4,4747.0,695.0,362.0,48.0,749.0,2.0,2689.0,2889.0,41845.0,189400.0,450.0,18.12059993878176,15.576323987538942,2.544275951242817,0.4099177845088706,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.66,14.641,-5.981,3.804,7.626,-3.822,22.577,15.778,6.799,0.191,1.011,-0.82,0.0,0.042,-0.042,63.277,56.646,6.631 +36081000600,"Census Tract 6, Queens County, New York",4142,2711.0,80352.0,440000.0,530.0,419.0,124.0,56.0,959.0,0.0,0.0,30.0,2610.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 6,3717.0,765.0,338.0,76.0,543.0,0.0,1846.0,2185.0,45225.0,182500.0,253.0,19.549981556621173,11.578947368421053,7.97103418820012,0.4027272727272727,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,10.116,20.581,-10.465,2.994,9.093,-6.099,23.153,14.609,8.544,1.352,2.045,-0.693,0.0,0.0,0.0,63.013,49.664,13.349 +36081000700,"Census Tract 7, Queens County, New York",6132,4861.0,123658.0,917100.0,3660.0,3355.0,57.0,0.0,1354.0,0.0,60.0,195.0,1111.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 7,4030.0,2021.0,129.0,21.0,437.0,1.0,1349.0,2892.0,45189.0,231700.0,1093.0,75.29314955770418,37.7939142461964,37.49923531150778,0.6361923454367027,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,54.713,50.149,4.564,0.93,3.201,-2.271,22.081,10.844,11.237,0.0,0.521,-0.521,0.0,0.025,-0.025,18.118,33.474,-15.356 +36081000800,"Census Tract 8, Queens County, New York",3679,2430.0,70324.0,439900.0,590.0,521.0,88.0,38.0,894.0,0.0,0.0,47.0,2091.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 8,3186.0,974.0,150.0,21.0,420.0,0.0,1518.0,1960.0,37201.0,178800.0,314.0,24.279835390946502,16.020408163265305,8.259427227681197,0.41470334166856104,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,14.161,30.571,-16.41,2.392,4.708,-2.316,24.3,13.183,11.117,1.033,0.659,0.374,0.0,0.0,0.0,56.836,47.646,9.19 +36081001000,"Census Tract 10, Queens County, New York",4305,2700.0,79432.0,462600.0,512.0,470.0,138.0,0.0,790.0,0.0,6.0,35.0,2866.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 10,3170.0,910.0,135.0,30.0,592.0,1.0,1409.0,2016.0,45694.0,189400.0,273.0,18.962962962962962,13.541666666666666,5.421296296296296,0.41042801556420233,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,10.918,28.707,-17.789,3.206,4.259,-1.053,18.351,18.675,-0.324,0.0,0.946,-0.946,0.0,0.032,-0.032,66.574,44.448,22.126 +36081001200,"Census Tract 12, Queens County, New York",4392,2984.0,65392.0,471200.0,501.0,875.0,80.0,0.0,787.0,0.0,0.0,66.0,2584.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 12,3797.0,1467.0,108.0,14.0,569.0,0.0,1475.0,2474.0,40529.0,203400.0,596.0,16.789544235924932,24.090541632983022,-7.30099739705809,0.37840407470288623,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,19.923,38.636,-18.713,1.821,2.844,-1.023,17.919,14.986,2.933,0.0,0.369,-0.369,0.0,0.0,0.0,58.834,38.846,19.988 +36081001400,"Census Tract 14, Queens County, New York",3903,2703.0,64535.0,540200.0,491.0,643.0,144.0,0.0,787.0,0.0,9.0,0.0,2320.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 14,3268.0,1431.0,96.0,17.0,406.0,0.0,1221.0,2312.0,46014.0,211900.0,428.0,18.16500184979652,18.5121107266436,-0.34710887684707714,0.43514253980007406,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,16.475,43.788,-27.313,3.689,2.938,0.751,20.164,12.424,7.74,0.0,0.52,-0.52,0.0,0.0,0.0,59.441,37.362,22.079 +36081001600,"Census Tract 16, Queens County, New York",2848,2115.0,78359.0,454800.0,510.0,330.0,137.0,0.0,478.0,0.0,15.0,13.0,1875.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 16,2688.0,889.0,133.0,8.0,320.0,0.0,1233.0,1693.0,51250.0,172900.0,206.0,24.113475177304963,12.167749556999409,11.945725620305554,0.4525593667546174,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,11.587,33.073,-21.486,4.81,4.948,-0.138,16.784,11.905,4.879,0.0,0.298,-0.298,0.0,0.0,0.0,65.836,45.871,19.965 +36081001800,"Census Tract 18, Queens County, New York",3129,2035.0,67279.0,429600.0,468.0,437.0,106.0,37.0,714.0,0.0,95.0,74.0,1666.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 18,2795.0,891.0,89.0,25.0,341.0,0.0,1343.0,1669.0,47841.0,167400.0,224.0,22.997542997542997,13.421210305572199,9.576332691970798,0.4388826815642458,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,13.966,31.878,-17.912,3.388,3.184,0.204,22.819,12.2,10.619,1.182,0.894,0.288,0.0,0.0,0.0,53.244,48.05,5.194 +36081001900,"Census Tract 19, Queens County, New York",2347,1947.0,130917.0,797400.0,1608.0,1138.0,50.0,9.0,913.0,0.0,0.0,59.0,187.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 19,794.0,300.0,26.0,0.0,95.0,0.0,368.0,575.0,37063.0,287500.0,225.0,82.58859784283513,39.130434782608695,43.45816306022643,0.48081264108352145,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,48.487,37.783,10.704,2.13,3.275,-1.145,38.901,11.965,26.936,0.383,0.0,0.383,0.0,0.0,0.0,7.968,46.348,-38.38 +36081002000,"Census Tract 20, Queens County, New York",2009,1463.0,89226.0,456700.0,399.0,249.0,5.0,50.0,742.0,0.0,0.0,7.0,1006.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 20,1332.0,419.0,93.0,11.0,241.0,0.0,535.0,1008.0,62813.0,175000.0,130.0,27.272727272727273,12.896825396825397,14.375901875901876,0.44821545872564045,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,12.394,31.456,-19.062,0.249,6.982,-6.733,36.934,18.093,18.841,2.489,0.826,1.663,0.0,0.0,0.0,50.075,40.165,9.91 +36081002200,"Census Tract 22, Queens County, New York",2351,1641.0,70833.0,549800.0,403.0,433.0,125.0,21.0,376.0,0.0,5.0,20.0,1392.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 22,2409.0,786.0,169.0,15.0,385.0,0.0,1014.0,1590.0,47031.0,231500.0,357.0,24.558196221815965,22.452830188679247,2.1053660331367183,0.3936704256093125,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,18.418,32.628,-14.21,5.317,7.015,-1.698,15.993,15.982,0.011,0.893,0.623,0.27,0.0,0.0,0.0,59.209,42.092,17.117 +36081002400,"Census Tract 24, Queens County, New York",2355,1725.0,70089.0,452300.0,407.0,186.0,128.0,18.0,751.0,0.0,45.0,100.0,1144.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 24,2163.0,549.0,248.0,20.0,292.0,0.0,972.0,1518.0,50893.0,194400.0,400.0,23.594202898550726,26.350461133069828,-2.756258234519102,0.38108335175768293,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,7.898,25.381,-17.483,5.435,11.466,-6.031,31.89,13.5,18.39,0.764,0.925,-0.161,0.0,0.0,0.0,48.577,44.938,3.639 +36081002500,"Census Tract 25, Queens County, New York",7411,4704.0,18060.0,433900.0,337.0,342.0,3479.0,124.0,714.0,0.0,176.0,148.0,2497.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 25,6597.0,162.0,4092.0,71.0,167.0,0.0,2053.0,3494.0,11055.0,210400.0,188.0,7.164115646258503,5.3806525472238125,1.783463099034691,0.3017377275870016,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.615,2.456,2.159,46.944,62.028,-15.084,9.634,2.531,7.103,1.673,1.076,0.597,0.0,0.0,0.0,33.693,31.12,2.573 +36081002600,"Census Tract 26, Queens County, New York",2476,1561.0,80677.0,575000.0,525.0,304.0,118.0,0.0,544.0,0.0,12.0,76.0,1422.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 26,2132.0,664.0,215.0,32.0,339.0,0.0,760.0,1220.0,42378.0,259700.0,250.0,33.63228699551569,20.491803278688526,13.140483716827166,0.3496208695652174,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,12.278,31.144,-18.866,4.766,10.084,-5.318,21.971,15.901,6.07,0.0,1.501,-1.501,0.0,0.0,0.0,57.431,35.647,21.784 +36081002800,"Census Tract 28, Queens County, New York",3216,2070.0,63438.0,541700.0,259.0,495.0,101.0,43.0,651.0,0.0,94.0,84.0,1791.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 28,3083.0,717.0,286.0,32.0,423.0,0.0,1414.0,2017.0,37135.0,202600.0,211.0,12.51207729468599,10.461080813088746,2.0509964815972452,0.4614288351486062,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,15.392,23.257,-7.865,3.141,9.277,-6.136,20.243,13.72,6.523,1.337,1.038,0.299,0.0,0.0,0.0,55.69,45.864,9.826 +36081003000,"Census Tract 30, Queens County, New York",1528,947.0,43152.0,583000.0,256.0,306.0,76.0,23.0,197.0,0.0,3.0,136.0,810.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 30,1364.0,491.0,86.0,29.0,216.0,0.0,486.0,858.0,58750.0,189400.0,172.0,27.03273495248152,20.046620046620045,6.9861149058614735,0.5321852487135506,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,20.026,35.997,-15.971,4.974,6.305,-1.331,12.893,15.836,-2.943,1.505,2.126,-0.621,0.0,0.0,0.0,53.01,35.63,17.38 +36081003100,"Census Tract 31, Queens County, New York",1015,729.0,56250.0,595200.0,188.0,269.0,28.0,0.0,113.0,0.0,0.0,0.0,605.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 31,1736.0,466.0,52.0,2.0,378.0,0.0,763.0,1211.0,33819.0,195300.0,255.0,25.78875171467764,21.05697770437655,4.731774010301091,0.5275,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,26.502,26.843,-0.341,2.759,2.995,-0.236,11.133,21.774,-10.641,0.0,0.115,-0.115,0.0,0.0,0.0,59.606,43.952,15.654 +36081003200,"Census Tract 32, Queens County, New York",1688,1109.0,61411.0,454400.0,212.0,177.0,72.0,0.0,452.0,0.0,40.0,5.0,942.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 32,1547.0,461.0,82.0,7.0,216.0,0.0,716.0,949.0,45000.0,193000.0,135.0,19.116321009918845,14.22550052687039,4.890820483048456,0.3883802816901408,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,10.486,29.8,-19.314,4.265,5.301,-1.036,26.777,13.963,12.814,0.0,0.452,-0.452,0.0,0.0,0.0,55.806,46.283,9.523 +36081003300,"Census Tract 33, Queens County, New York",2966,2367.0,62961.0,752700.0,1090.0,979.0,34.0,0.0,1032.0,40.0,0.0,127.0,754.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 33,2283.0,396.0,59.0,11.0,638.0,0.0,1110.0,1310.0,35475.16,228837.6923,292.0,46.04985213350233,22.290076335877863,23.759775797624464,0.5622076831247509,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,33.007,17.346,15.661,1.146,2.584,-1.438,34.794,27.946,6.848,0.0,0.482,-0.482,1.349,0.0,1.349,25.421,48.62,-23.199 +36081003400,"Census Tract 34, Queens County, New York",2561,1664.0,71000.0,459000.0,281.0,300.0,78.0,0.0,524.0,0.0,16.0,85.0,1558.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 34,2332.0,481.0,241.0,31.0,308.0,0.0,1204.0,1215.0,38370.0,173500.0,120.0,16.88701923076923,9.876543209876543,7.010476020892687,0.4556862745098039,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,11.714,20.626,-8.912,3.046,10.334,-7.288,20.461,13.208,7.253,0.0,1.329,-1.329,0.0,0.0,0.0,60.836,51.63,9.206 +36081003600,"Census Tract 36, Queens County, New York",3748,2413.0,79549.0,524500.0,637.0,533.0,40.0,0.0,1352.0,0.0,37.0,186.0,1600.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 36,3099.0,788.0,265.0,85.0,393.0,1.0,1456.0,2008.0,43438.0,212500.0,127.0,26.39867384997928,6.324701195219124,20.073972654760155,0.41658722592945663,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,14.221,25.428,-11.207,1.067,8.551,-7.484,36.073,12.682,23.391,0.0,2.743,-2.743,0.0,0.032,-0.032,42.689,46.983,-4.294 +36081003700,"Census Tract 37, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 37,1414.0,31.0,947.0,3.0,21.0,0.0,403.0,807.0,11625.0,,44.0,,5.452292441140025,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,False,False,False,False,False,False,False,,2.192,,,66.973,,,1.485,,,0.212,,,0.0,,,28.501, +36081003800,"Census Tract 38, Queens County, New York",2681,1714.0,73281.0,498600.0,348.0,361.0,151.0,1.0,473.0,0.0,0.0,54.0,1641.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 38,2213.0,749.0,160.0,21.0,252.0,0.0,903.0,1498.0,42908.0,232800.0,206.0,20.30338389731622,13.751668891855807,6.551715005460412,0.32765342960288807,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,13.465,33.845,-20.38,5.632,7.23,-1.598,17.643,11.387,6.256,0.037,0.949,-0.912,0.0,0.0,0.0,61.209,40.804,20.405 +36081003900,"Census Tract 39, Queens County, New York",1690,1149.0,43194.0,583300.0,444.0,587.0,51.0,4.0,208.0,0.0,6.0,33.0,805.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 39,1516.0,326.0,250.0,5.0,130.0,2.0,735.0,906.0,32097.0,221300.0,89.0,38.64229765013055,9.823399558498897,28.818898091631652,0.4536739242242414,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,34.734,21.504,13.23,3.018,16.491,-13.473,12.308,8.575,3.733,0.237,0.33,-0.093,0.0,0.132,-0.132,47.633,48.483,-0.85 +36081004001,"Census Tract 40.01, Queens County, New York",2422,1651.0,72250.0,559000.0,360.0,606.0,50.0,0.0,550.0,26.0,33.0,11.0,1146.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 40.01,1786.0,684.0,110.0,11.0,216.0,0.0,546.0,1165.0,41436.0,225300.0,90.0,21.80496668685645,7.725321888412017,14.079644798444432,0.4196207513416816,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,25.021,38.298,-13.277,2.064,6.159,-4.095,22.709,12.094,10.615,0.0,0.616,-0.616,1.073,0.0,1.073,47.316,30.571,16.745 +36081004002,"Census Tract 40.02, Queens County, New York",1764,1004.0,84028.0,566500.0,160.0,110.0,79.0,0.0,707.0,0.0,85.0,56.0,727.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 40.02,1258.185881,341.5700046,110.24092549999999,14.04467493,280.6086959,0.000797767,393.33466339999995,746.6820912000001,31751.187639999996,232678.1593,74.29996023,15.936254980079681,9.95068197103694,5.985573009042742,0.4085497804201235,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.236,27.148,-20.912,4.478,8.762,-4.284,40.079,22.303,17.776,0.0,1.116,-1.116,0.0,0.0,0.0,41.213,31.262,9.951 +36081004200,"Census Tract 42, Queens County, New York",4665,2807.0,51288.0,417900.0,492.0,401.0,108.0,0.0,2137.0,0.0,0.0,39.0,1980.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 42,3740.0,812.0,293.0,60.0,657.0,1.0,1734.0,2371.0,33000.0,194700.0,234.0,17.52760954755967,9.869253479544495,7.658356068015175,0.329102656137832,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,8.596,21.711,-13.115,2.315,7.834,-5.519,45.809,17.567,28.242,0.0,1.604,-1.604,0.0,0.027,-0.027,42.444,46.364,-3.92 +36081004300,"Census Tract 43, Queens County, New York",2671,1743.0,25500.0,,224.0,99.0,815.0,0.0,172.0,0.0,96.0,95.0,1394.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 43,2571.0,276.0,1054.0,18.0,99.0,0.0,1108.0,1464.0,15456.0,197900.0,48.0,12.85140562248996,3.278688524590164,9.572717097899796,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,3.706,10.735,-7.029,30.513,40.996,-10.483,6.44,3.851,2.589,0.0,0.7,-0.7,0.0,0.0,0.0,52.19,43.096,9.094 +36081004401,"Census Tract 44.01, Queens County, New York",4130,2593.0,57917.0,500600.0,494.0,400.0,222.0,27.0,2202.0,0.0,121.0,110.0,1075.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 44.01,3140.542227,773.1615666,227.08812719999997,55.0,885.4553241,0.0,1020.837209,1954.0869030000001,35340.70712,242993.9052,183.352509,19.051291939838027,9.383027372964282,9.668264566873745,0.30101633342389134,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,9.685,24.619,-14.934,5.375,7.231,-1.856,53.317,28.194,25.123,0.654,1.751,-1.097,0.0,0.0,0.0,26.029,32.505,-6.476 +36081004500,"Census Tract 45, Queens County, New York",3639,3012.0,82662.0,355400.0,1510.0,1840.0,124.0,0.0,871.0,0.0,0.0,117.0,687.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 45,3165.0,1826.0,175.0,8.0,478.0,2.0,608.0,2557.0,49668.0,75600.0,904.0,50.132802124834,35.35393038717247,14.778871737661532,0.6936859876195836,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,50.563,57.694,-7.131,3.408,5.529,-2.121,23.935,15.103,8.832,0.0,0.253,-0.253,0.0,0.063,-0.063,18.879,19.21,-0.331 +36081004700,"Census Tract 47, Queens County, New York",4037,2812.0,34063.0,685800.0,781.0,967.0,910.0,30.0,429.0,0.0,0.0,130.0,1601.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 47,4436.0,971.0,1300.0,14.0,537.0,0.0,1478.0,2950.0,23984.0,258000.0,480.0,27.773826458036986,16.271186440677965,11.50264001735902,0.4582677165354331,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,23.953,21.889,2.064,22.541,29.306,-6.765,10.627,12.106,-1.479,0.743,0.316,0.427,0.0,0.0,0.0,39.658,33.318,6.34 +36081005000,"Census Tract 50, Queens County, New York",55,42.0,,,14.0,14.0,0.0,0.0,0.0,0.0,0.0,0.0,41.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 50,103.4577709,10.83843327,5.911872863999999,0.0,30.54467583,0.0,56.16278839,72.91309357,27411.000860000004,224999.9975,23.64749146,33.333333333333336,32.43243470021924,0.900898633114096,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,False,False,False,False,False,False,False,25.455,10.476,14.979,0.0,5.714,-5.714,0.0,29.524,-29.524,0.0,0.0,0.0,0.0,0.0,0.0,74.545,54.286,20.259 +36081005100,"Census Tract 51, Queens County, New York",2056,1514.0,47786.0,795800.0,617.0,422.0,14.0,22.0,1325.0,0.0,0.0,7.0,277.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 51,2526.0,589.0,44.0,14.0,1025.0,0.0,725.0,1787.0,36020.0,241500.0,403.0,40.75297225891678,22.5517627308338,18.201209528082977,0.5630057803468208,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,20.525,23.317,-2.792,0.681,1.742,-1.061,64.446,40.578,23.868,1.07,0.554,0.516,0.0,0.0,0.0,13.473,28.702,-15.229 +36081005200,"Census Tract 52, Queens County, New York",2701,1783.0,59234.0,562500.0,453.0,431.0,188.0,0.0,1090.0,0.0,40.0,85.0,867.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 52,2415.0,587.0,201.0,23.0,560.0,0.0,909.0,1380.0,33220.0,218400.0,187.0,25.406618059450363,13.55072463768116,11.855893421769203,0.440896,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,15.957,24.306,-8.349,6.96,8.323,-1.363,40.355,23.188,17.167,0.0,0.952,-0.952,0.0,0.0,0.0,32.099,37.64,-5.541 +36081005300,"Census Tract 53, Queens County, New York",4926,4074.0,62250.0,598000.0,2602.0,2058.0,82.0,0.0,839.0,0.0,182.0,285.0,1480.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 53,5966.0,2650.0,51.0,34.0,1529.0,1.0,1315.0,4233.0,38240.0,250300.0,1327.0,63.868433971526755,31.34892511221356,32.51950885931319,0.3972709030100334,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,41.778,44.418,-2.64,1.665,0.855,0.81,17.032,25.629,-8.597,0.0,0.57,-0.57,0.0,0.017,-0.017,30.045,22.042,8.003 +36081005400,"Census Tract 54, Queens County, New York",5710,3741.0,65172.0,446500.0,849.0,1111.0,412.0,0.0,1457.0,0.0,245.0,290.0,2195.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 54,5242.814213000001,1966.430054,301.7590942,55.95532608,762.3912964,0.9992022509999999,1671.665405,3359.317871,44958.00155,189700.0036,375.7000427,22.694466720128307,11.183819368310084,11.510647351818223,0.38820155613885776,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,19.457,37.507,-18.05,7.215,5.756,1.459,25.517,14.542,10.975,0.0,1.067,-1.067,0.0,0.019,-0.019,38.441,31.885,6.556 +36081005500,"Census Tract 55, Queens County, New York",886,682.0,60179.0,601200.0,196.0,239.0,12.0,8.0,228.0,0.0,33.0,11.0,355.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 55,1216.0,256.0,20.0,3.0,217.0,0.0,668.0,725.0,33611.0,176900.0,92.0,28.73900293255132,12.689655172413794,16.049347760137525,0.5762874251497005,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,26.975,21.053,5.922,1.354,1.645,-0.291,25.734,17.845,7.889,0.903,0.247,0.656,0.0,0.0,0.0,40.068,54.934,-14.866 +36081005700,"Census Tract 57, Queens County, New York",4262,3190.0,62177.0,663200.0,1392.0,1524.0,131.0,9.0,1091.0,0.0,12.0,93.0,1411.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 57,4904.0,1665.0,72.0,29.0,1156.0,0.0,1687.0,3278.0,35290.0,253100.0,807.0,43.63636363636363,24.618669920683345,19.017693715680288,0.45044632086851627,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,35.758,33.952,1.806,3.074,1.468,1.606,25.598,23.573,2.025,0.211,0.591,-0.38,0.0,0.0,0.0,33.107,34.4,-1.293 +36081005800,"Census Tract 58, Queens County, New York",6202,4478.0,71702.0,432900.0,1027.0,1809.0,375.0,0.0,919.0,0.0,95.0,170.0,2834.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 58,5569.0,3318.0,113.0,27.0,437.0,0.0,1534.0,3878.0,46563.0,189000.0,419.0,22.934345690040196,10.804538421866942,12.129807268173254,0.37130977130977133,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,29.168,59.58,-30.412,6.046,2.029,4.017,14.818,7.847,6.971,0.0,0.485,-0.485,0.0,0.0,0.0,45.695,27.545,18.15 +36081005900,"Census Tract 59, Queens County, New York",4260,3627.0,80194.0,693900.0,1819.0,2441.0,58.0,0.0,406.0,0.0,74.0,84.0,1197.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 59,4779.0,2191.0,67.0,10.0,791.0,0.0,1426.0,3488.0,41520.0,324700.0,914.0,50.15164047422112,26.204128440366972,23.947512033854146,0.32617380025940335,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,57.3,45.846,11.454,1.362,1.402,-0.04,9.531,16.552,-7.021,0.0,0.209,-0.209,0.0,0.0,0.0,28.099,29.839,-1.74 +36081006100,"Census Tract 61, Queens County, New York",5750,4872.0,64588.0,728900.0,2754.0,3006.0,95.0,0.0,1255.0,0.0,14.0,146.0,1234.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 61,6749.0,3360.0,89.0,44.0,1390.0,0.0,1616.0,4892.0,31010.0,281000.0,1637.0,56.52709359605911,33.46279640228945,23.06429719376966,0.444862121004253,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,52.278,49.785,2.493,1.652,1.319,0.333,21.826,20.596,1.23,0.0,0.652,-0.652,0.0,0.0,0.0,21.461,23.944,-2.483 +36081006201,"Census Tract 62.01, Queens County, New York",6559,5049.0,58685.0,161900.0,1396.0,3738.0,110.0,0.0,256.0,0.0,13.0,118.0,2324.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 62.01,5451.000147,4155.273392,89.60345575,6.2136789079999994,289.5202624,0.9525157209999999,861.6399932,4235.320877,45367.609319999996,88762.24953,875.1692857999999,27.649039413745296,20.663588691771274,6.985450721974022,0.21051488991229156,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,56.99,76.23,-19.24,1.677,1.644,0.033,3.903,5.311,-1.408,0.0,0.114,-0.114,0.0,0.017,-0.017,35.432,15.807,19.625 +36081006202,"Census Tract 62.02, Queens County, New York",7014,4757.0,51250.0,366700.0,1274.0,3370.0,458.0,0.0,461.0,0.0,144.0,12.0,2569.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 62.02,6093.999853,4567.0284329999995,122.48928529999999,8.817234763,334.3963853,1.047484279,1007.7811199999999,4704.225952000001,45168.24499,86874.96678,955.7526286,26.78158503258356,20.316894603960552,6.464690428623008,0.6588493259798199,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,48.047,74.943,-26.896,6.53,2.01,4.52,6.573,5.487,1.086,0.0,0.145,-0.145,0.0,0.017,-0.017,36.627,16.537,20.09 +36081006300,"Census Tract 63, Queens County, New York",5340,4470.0,72264.0,769200.0,2691.0,3006.0,47.0,26.0,846.0,0.0,0.0,149.0,1292.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 63,7029.0,3382.0,116.0,28.0,1506.0,0.0,1756.0,5091.0,32730.0,316700.0,1413.0,60.20134228187919,27.754861520329992,32.446480761549196,0.4071138845553822,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,56.292,48.115,8.177,0.88,1.65,-0.77,15.843,21.426,-5.583,0.487,0.398,0.089,0.0,0.0,0.0,24.195,24.982,-0.787 +36081006501,"Census Tract 65.01, Queens County, New York",3472,2929.0,63214.0,573400.0,1750.0,2256.0,64.0,0.0,470.0,0.0,5.0,83.0,594.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 65.01,4274.9999960000005,2084.974365,49.60750961,24.80375481,708.1228637999999,0.972696245,1083.583618,3022.653564,37169.00082,297300.0059,868.6177367999999,59.747354045749404,28.736926624516066,31.010427421233338,0.2533798247366586,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,64.977,48.771,16.206,1.843,1.16,0.683,13.537,16.564,-3.027,0.0,0.58,-0.58,0.0,0.023,-0.023,17.108,25.347,-8.239 +36081006502,"Census Tract 65.02, Queens County, New York",3764,3091.0,80747.0,845800.0,1735.0,1841.0,114.0,0.0,691.0,0.0,9.0,173.0,936.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 65.02,4514.999743,2202.025391,52.39248657,26.19624329,747.8770752,1.027303696,1144.41626,3192.346191,37168.99946,297299.9954,917.3822021,56.13070203817535,28.73692723822759,27.39377479994776,0.493837794542445,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,48.911,48.771,0.14,3.029,1.16,1.869,18.358,16.564,1.794,0.0,0.58,-0.58,0.0,0.023,-0.023,24.867,25.347,-0.48 +36081006900,"Census Tract 69, Queens County, New York",4380,3568.0,58879.0,392700.0,1444.0,1856.0,136.0,0.0,924.0,0.0,0.0,20.0,1444.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 69,4537.0,1654.0,79.0,40.0,869.0,0.0,1664.0,3103.0,35620.0,344900.0,686.0,40.47085201793722,22.107637769900098,18.36321424803712,-0.26472116119174943,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,42.374,36.456,5.918,3.105,1.741,1.364,21.096,19.154,1.942,0.0,0.882,-0.882,0.0,0.0,0.0,32.968,36.676,-3.708 +36081007100,"Census Tract 71, Queens County, New York",3539,3086.0,72302.0,690800.0,1942.0,1923.0,60.0,0.0,809.0,0.0,24.0,76.0,647.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 71,4572.0,2097.0,130.0,32.0,967.0,0.0,1142.0,3241.0,35909.0,292100.0,796.0,62.92935839274141,24.560320888614626,38.36903750412679,0.3911059640995947,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,54.337,45.866,8.471,1.695,2.843,-1.148,22.86,21.15,1.71,0.0,0.7,-0.7,0.0,0.0,0.0,18.282,24.978,-6.696 +36081007300,"Census Tract 73, Queens County, New York",4330,3657.0,69719.0,439700.0,2084.0,2063.0,72.0,25.0,1199.0,0.0,12.0,69.0,890.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 73,4881.0,2464.0,83.0,17.0,1053.0,1.0,1101.0,3694.0,42019.0,200900.0,1402.0,56.98660103910309,37.95343800757986,19.03316303152323,0.34206049579258585,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,47.644,50.481,-2.837,1.663,1.7,-0.037,27.691,21.573,6.118,0.577,0.348,0.229,0.0,0.02,-0.02,20.554,22.557,-2.003 +36081007500,"Census Tract 75, Queens County, New York",4252,3527.0,81716.0,510500.0,2120.0,2244.0,30.0,0.0,886.0,0.0,96.0,64.0,932.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 75,4518.0,2301.0,103.0,14.0,746.0,0.0,1165.0,3472.0,30983.0,97900.0,985.0,60.107740289197615,28.369815668202765,31.73792462099485,0.723847208619001,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,52.775,50.93,1.845,0.706,2.28,-1.574,20.837,16.512,4.325,0.0,0.31,-0.31,0.0,0.0,0.0,21.919,25.786,-3.867 +36081007700,"Census Tract 77, Queens County, New York",1828,1392.0,81667.0,443200.0,772.0,834.0,8.0,19.0,461.0,0.0,11.0,37.0,458.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 77,1330.0,468.0,55.0,0.0,247.0,0.0,470.0,923.0,39340.0,235500.0,188.0,55.45977011494253,20.36836403033586,35.09140608460667,0.2348375451263538,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,45.624,35.188,10.436,0.438,4.135,-3.697,25.219,18.571,6.648,1.039,0.0,1.039,0.0,0.0,0.0,25.055,35.338,-10.283 +36081007900,"Census Tract 79, Queens County, New York",3376,2444.0,50072.0,529000.0,987.0,1117.0,119.0,0.0,741.0,0.0,95.0,20.0,1284.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 79,3489.0,884.0,99.0,13.0,934.0,0.0,1307.0,2122.0,33807.0,252400.0,465.0,40.38461538461539,21.913289349670123,18.471326034945264,0.312937618147448,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,33.086,25.337,7.749,3.525,2.837,0.688,21.949,26.77,-4.821,0.0,0.373,-0.373,0.0,0.0,0.0,38.033,37.461,0.572 +36081008100,"Census Tract 81, Queens County, New York",1418,1054.0,57431.0,663500.0,435.0,417.0,32.0,0.0,197.0,25.0,7.0,65.0,675.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 81,978.0,190.0,66.0,5.0,89.0,0.0,603.0,558.0,29650.0,267200.0,103.0,41.27134724857685,18.45878136200717,22.812565886569683,0.42009344385832703,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,29.408,19.427,9.981,2.257,6.748,-4.491,13.893,9.1,4.793,0.0,0.511,-0.511,1.763,0.0,1.763,47.602,61.656,-14.054 +36081008300,"Census Tract 83, Queens County, New York",2935,1930.0,50417.0,496600.0,783.0,894.0,220.0,0.0,721.0,0.0,0.0,73.0,1027.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 83,3114.0,720.0,263.0,16.0,359.0,0.0,1602.0,1918.0,35781.0,283800.0,363.0,40.5699481865285,18.925964546402504,21.643983640125995,0.17706000805477246,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,30.46,23.121,7.339,7.496,8.446,-0.95,24.566,11.529,13.037,0.0,0.514,-0.514,0.0,0.0,0.0,34.991,51.445,-16.454 +36081008500,"Census Tract 85, Queens County, New York",1090,699.0,43750.0,531300.0,288.0,375.0,84.0,0.0,208.0,0.0,53.0,23.0,347.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 85,1245.0,361.0,152.0,8.0,144.0,0.0,508.0,692.0,34214.67327,241447.2527,105.0,41.201716738197426,15.173410404624278,26.02830633357315,0.3455975082100508,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,34.404,28.996,5.408,7.706,12.209,-4.503,19.083,11.566,7.517,0.0,0.643,-0.643,0.0,0.0,0.0,31.835,40.803,-8.968 +36081008600,"Census Tract 86, Queens County, New York",2920,1907.0,78833.0,492600.0,472.0,813.0,21.0,23.0,668.0,7.0,5.0,79.0,1327.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 86,2703.0,1528.0,54.0,32.0,201.0,0.0,749.0,1799.0,45431.0,193100.0,190.0,24.75091767173571,10.56142301278488,14.18949465895083,0.4355176613885505,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,27.842,56.53,-28.688,0.719,1.998,-1.279,22.877,7.436,15.441,0.788,1.184,-0.396,0.24,0.0,0.24,45.445,27.71,17.735 +36081008700,"Census Tract 87, Queens County, New York",5089,2704.0,27544.0,,436.0,342.0,2413.0,0.0,93.0,0.0,0.0,37.0,2204.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 87,4545.0,254.0,2567.0,29.0,61.0,1.0,1594.0,2269.0,14755.0,162500.0,135.0,16.124260355029588,5.949757602468048,10.17450275256154,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,6.72,5.589,1.131,47.416,56.48,-9.064,1.827,1.342,0.485,0.0,0.638,-0.638,0.0,0.022,-0.022,43.309,35.072,8.237 +36081008800,"Census Tract 88, Queens County, New York",3772,2437.0,86731.0,458600.0,692.0,1436.0,216.0,0.0,265.0,0.0,0.0,47.0,1808.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 88,3035.0,2052.0,27.0,19.0,151.0,0.0,625.0,2020.0,46691.0,189100.0,267.0,28.395568321707017,13.217821782178218,15.1777465395288,0.40622764936764066,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,38.07,67.611,-29.541,5.726,0.89,4.836,7.025,4.975,2.05,0.0,0.626,-0.626,0.0,0.0,0.0,47.932,20.593,27.339 +36081009100,"Census Tract 91, Queens County, New York",2657,2156.0,65354.0,602600.0,891.0,1484.0,93.0,0.0,368.0,0.0,0.0,26.0,686.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 91,2731.0,1260.0,91.0,6.0,345.0,0.0,860.0,2039.0,41000.0,205600.0,720.0,41.326530612244895,35.31142717018146,6.015103442063435,0.5086890142714902,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,55.852,46.137,9.715,3.5,3.332,0.168,13.85,12.633,1.217,0.0,0.22,-0.22,0.0,0.0,0.0,25.819,31.49,-5.671 +36081009400,"Census Tract 94, Queens County, New York",2717,1758.0,53674.0,450300.0,466.0,189.0,216.0,0.0,1480.0,0.0,39.0,111.0,682.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 94,3105.0,476.0,516.0,134.0,875.0,0.0,774.0,1824.0,36341.0,210900.0,230.0,26.507394766780433,12.609649122807017,13.897745643973415,0.32556962025316455,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,6.956,15.33,-8.374,7.95,16.618,-8.668,54.472,28.18,26.292,0.0,4.316,-4.316,0.0,0.0,0.0,25.101,24.928,0.173 +36081009500,"Census Tract 95, Queens County, New York",2521,1904.0,68621.0,722800.0,1068.0,1667.0,115.0,0.0,385.0,0.0,0.0,51.0,303.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 95,2742.0,1718.0,52.0,12.0,351.0,0.0,469.0,1976.0,39828.0,277700.0,500.0,56.09243697478992,25.303643724696357,30.788793250093562,0.4467515218594355,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,66.125,62.655,3.47,4.562,1.896,2.666,15.272,12.801,2.471,0.0,0.438,-0.438,0.0,0.0,0.0,12.019,17.104,-5.085 +36081009600,"Census Tract 96, Queens County, New York",4006,2759.0,87880.0,468500.0,815.0,230.0,375.0,11.0,1287.0,0.0,972.0,227.0,904.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 96,3378.0,581.0,503.0,157.0,976.0,0.0,728.0,2008.0,40406.0,187300.0,242.0,29.539688292859733,12.05179282868526,17.48789546417447,0.42430736392742796,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,5.741,17.2,-11.459,9.361,14.89,-5.529,32.127,28.893,3.234,0.275,4.648,-4.373,0.0,0.0,0.0,22.566,21.551,1.015 +36081009700,"Census Tract 97, Queens County, New York",3561,2794.0,87034.0,685100.0,1771.0,2415.0,60.0,0.0,608.0,0.0,0.0,91.0,387.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 97,3593.0,2639.0,13.0,2.0,354.0,1.0,404.0,2701.0,51495.0,294800.0,888.0,63.38582677165354,32.87671232876713,30.509114442886414,0.3803649102320829,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,67.818,73.448,-5.63,1.685,0.362,1.323,17.074,9.852,7.222,0.0,0.056,-0.056,0.0,0.028,-0.028,10.868,11.244,-0.376 +36081009800,"Census Tract 98, Queens County, New York",2859,1953.0,66000.0,448600.0,363.0,32.0,424.0,0.0,796.0,0.0,942.0,75.0,590.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 98,2944.0,301.0,541.0,141.0,1138.0,0.0,581.0,1778.0,39943.0,186800.0,275.0,18.58678955453149,15.46681664791901,3.119972906612478,0.40037449843958983,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.119,10.224,-9.105,14.83,18.376,-3.546,27.842,38.655,-10.813,0.0,4.789,-4.789,0.0,0.0,0.0,20.637,19.735,0.902 +36081009900,"Census Tract 99, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081010000,"Census Tract 100, Queens County, New York",4485,3210.0,92816.0,493200.0,715.0,115.0,1077.0,22.0,1215.0,0.0,489.0,357.0,1232.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 100,3475.1871189999997,701.0604873,631.0170451,103.0030922,903.028509,0.0,844.0638812999999,2210.120447,55601.28227999999,196999.6461,258.019006,22.274143302180686,11.67443187769395,10.599711424486737,0.4248185515328467,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.564,20.173,-17.609,24.013,18.158,5.855,27.09,25.985,1.105,0.491,2.964,-2.473,0.0,0.0,0.0,27.469,24.288,3.181 +36081010100,"Census Tract 101, Queens County, New York",2490,1955.0,63309.0,793700.0,971.0,1767.0,11.0,23.0,289.0,0.0,0.0,96.0,327.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 101,3002.0,2074.0,13.0,16.0,280.0,0.0,460.0,2127.0,50806.0,272400.0,668.0,49.667519181585675,31.40573577809121,18.261783403494466,0.5057880811389693,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,70.964,69.087,1.877,0.442,0.433,0.009,11.606,9.327,2.279,0.924,0.533,0.391,0.0,0.0,0.0,13.133,15.323,-2.19 +36081010200,"Census Tract 102, Queens County, New York",3085,2140.0,52443.0,495300.0,475.0,237.0,441.0,0.0,954.0,0.0,183.0,224.0,1046.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 102,2741.6713600000003,428.57705719999996,468.02381119999995,48.08988265,740.6414111,0.0,796.04934,1809.3412039999998,43594.26268,191298.3048,301.2494376,22.19626168224299,16.649675414123827,5.546586268119164,0.4438329115445184,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,7.682,15.632,-7.95,14.295,17.071,-2.776,30.924,27.014,3.91,0.0,1.754,-1.754,0.0,0.0,0.0,33.906,29.035,4.871 +36081010300,"Census Tract 103, Queens County, New York",3837,3068.0,64189.0,780000.0,1573.0,2228.0,152.0,0.0,548.0,0.0,0.0,31.0,878.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 103,4847.0,2805.0,102.0,24.0,873.0,0.0,867.0,3506.0,37413.0,316000.0,974.0,51.271186440677965,27.78094694808899,23.490239492588977,0.4166153846153846,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,58.066,57.871,0.195,3.961,2.104,1.857,14.282,18.011,-3.729,0.0,0.495,-0.495,0.0,0.0,0.0,22.882,17.887,4.995 +36081010400,"Census Tract 104, Queens County, New York",3556,2587.0,67589.0,464000.0,477.0,248.0,932.0,0.0,636.0,0.0,984.0,305.0,451.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 104,3481.0,406.0,708.0,189.0,1132.0,0.0,737.0,2160.0,41750.0,191400.0,276.0,18.438345574023966,12.777777777777779,5.6605677962461876,0.406,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.974,11.663,-4.689,26.209,20.339,5.87,17.885,32.519,-14.634,0.0,5.429,-5.429,0.0,0.0,0.0,12.683,21.172,-8.489 +36081010500,"Census Tract 105, Queens County, New York",4091,3031.0,48030.0,700700.0,1125.0,1915.0,151.0,0.0,622.0,0.0,0.0,82.0,1321.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 105,4705.0,1563.0,327.0,19.0,391.0,0.0,2091.0,3099.0,23125.0,243000.0,563.0,37.116463213460904,18.167150693772186,18.949312519688718,0.5006136720422435,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,46.81,33.22,13.59,3.691,6.95,-3.259,15.204,8.31,6.894,0.0,0.404,-0.404,0.0,0.0,0.0,32.29,44.442,-12.152 +36081010600,"Census Tract 106, Queens County, New York",4161,2872.0,64716.0,444300.0,435.0,117.0,612.0,39.0,1198.0,0.0,1325.0,277.0,593.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 106,3482.0,285.0,629.0,214.0,1225.0,0.0,662.0,2180.0,45396.0,199100.0,169.0,15.146239554317548,7.752293577981652,7.393945976335896,0.35470627954085077,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.812,8.185,-5.373,14.708,18.064,-3.356,28.791,35.181,-6.39,0.937,6.146,-5.209,0.0,0.0,0.0,14.251,19.012,-4.761 +36081010701,"Census Tract 107.01, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 107.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081010800,"Census Tract 108, Queens County, New York",3536,2409.0,59779.0,515500.0,383.0,131.0,285.0,0.0,1226.0,0.0,816.0,222.0,856.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 108,3035.0,388.0,424.0,144.0,1116.0,0.0,718.0,1894.0,54073.0,213100.0,248.0,15.898713158987132,13.093980992608236,2.804732166378896,0.404725509214355,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,3.705,12.784,-9.079,8.06,13.97,-5.91,34.672,36.771,-2.099,0.0,4.745,-4.745,0.0,0.0,0.0,24.208,23.657,0.551 +36081011000,"Census Tract 110, Queens County, New York",3426,2294.0,71776.0,469700.0,361.0,337.0,319.0,160.0,1003.0,0.0,499.0,234.0,874.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 110,3101.0,448.0,382.0,82.0,711.0,0.0,1052.0,1825.0,39122.0,182000.0,164.0,15.736704446381866,8.986301369863014,6.750403076518852,0.442026825633383,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,9.837,14.447,-4.61,9.311,12.319,-3.008,29.276,22.928,6.348,4.67,2.644,2.026,0.0,0.0,0.0,25.511,33.925,-8.414 +36081011100,"Census Tract 111, Queens County, New York",3419,2584.0,71570.0,735300.0,1382.0,1811.0,115.0,0.0,650.0,0.0,19.0,74.0,750.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 111,3132.0,1638.0,69.0,2.0,492.0,1.0,630.0,2303.0,41406.0,277900.0,602.0,53.48297213622291,26.13981762917933,27.343154507043582,0.455764993880049,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,52.969,52.299,0.67,3.364,2.203,1.161,19.011,15.709,3.302,0.0,0.064,-0.064,0.0,0.032,-0.032,21.936,20.115,1.821 +36081011200,"Census Tract 112, Queens County, New York",2321,1600.0,54113.0,618500.0,305.0,446.0,108.0,0.0,937.0,0.0,52.0,147.0,631.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 112,2246.0,703.0,117.0,55.0,620.0,0.0,521.0,1346.0,43015.0,218600.0,173.0,19.0625,12.852897473997029,6.209602526002971,0.49105254648342767,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,19.216,31.3,-12.084,4.653,5.209,-0.556,40.371,27.605,12.766,0.0,2.449,-2.449,0.0,0.0,0.0,27.187,23.197,3.99 +36081011300,"Census Tract 113, Queens County, New York",4554,3532.0,72861.0,695400.0,1608.0,2233.0,57.0,0.0,874.0,0.0,11.0,28.0,1351.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 113,5256.0,2572.0,74.0,33.0,1134.0,0.0,1243.0,3629.0,33279.0,264700.0,989.0,45.52661381653454,27.25268669054836,18.273927125986184,0.4518723037100949,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,49.034,48.935,0.099,1.252,1.408,-0.156,19.192,21.575,-2.383,0.0,0.628,-0.628,0.0,0.0,0.0,29.666,23.649,6.017 +36081011400,"Census Tract 114, Queens County, New York",1277,796.0,42321.0,585100.0,44.0,141.0,184.0,0.0,290.0,0.0,4.0,0.0,658.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 114,1120.0,358.0,140.0,13.0,105.0,0.0,464.0,733.0,28571.0,246400.0,86.0,5.527638190954774,11.732605729877218,-6.2049675389224435,0.39358058451546746,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,11.042,31.964,-20.922,14.409,12.5,1.909,22.709,9.375,13.334,0.0,1.161,-1.161,0.0,0.0,0.0,51.527,41.429,10.098 +36081011500,"Census Tract 115, Queens County, New York",2252,1824.0,74688.0,861500.0,1198.0,1383.0,11.0,10.0,302.0,0.0,10.0,120.0,416.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 115,2755.999893,1464.38208,45.62170792,2.9915874,376.94000239999997,0.0,597.5695801,1959.4897460000002,36683.99996,275999.9944,535.4941406,65.6798245614035,27.328244084620994,38.351580476782516,0.5386651283389436,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,61.412,53.134,8.278,0.488,1.655,-1.167,13.41,13.677,-0.267,0.444,0.109,0.335,0.0,0.0,0.0,18.472,21.682,-3.21 +36081011600,"Census Tract 116, Queens County, New York",2226,1623.0,64167.0,458900.0,342.0,290.0,164.0,0.0,875.0,0.0,110.0,104.0,683.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 116,2066.0,455.0,287.0,28.0,468.0,0.0,650.0,1308.0,41772.0,196200.0,60.0,21.072088724584102,4.587155963302752,16.48493276128135,0.38433645674438877,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,13.028,22.023,-8.995,7.367,13.892,-6.525,39.308,22.652,16.656,0.0,1.355,-1.355,0.0,0.0,0.0,30.683,31.462,-0.779 +36081011700,"Census Tract 117, Queens County, New York",3866,3037.0,59934.0,756000.0,1337.0,2499.0,64.0,0.0,472.0,0.0,0.0,63.0,768.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 117,4366.0,2729.0,41.0,12.0,518.0,10.0,785.0,3210.0,41067.0,272000.0,995.0,44.02370760619032,30.996884735202492,13.026822870987829,0.4819047619047619,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,64.64,62.506,2.134,1.655,0.939,0.716,12.209,11.864,0.345,0.0,0.275,-0.275,0.0,0.229,-0.229,19.865,17.98,1.885 +36081011800,"Census Tract 118, Queens County, New York",2644,1699.0,56921.0,419000.0,360.0,129.0,203.0,35.0,1041.0,0.0,340.0,103.0,828.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 118,2425.0,409.0,326.0,78.0,558.0,0.0,864.0,1460.0,37179.0,213500.0,201.0,21.18893466745144,13.767123287671232,7.421811379780209,0.26625298329355607,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.879,16.866,-11.987,7.678,13.443,-5.765,39.372,23.01,16.362,1.324,3.216,-1.892,0.0,0.0,0.0,31.316,35.629,-4.313 +36081011900,"Census Tract 119, Queens County, New York",1565,1217.0,63750.0,687500.0,606.0,927.0,10.0,16.0,128.0,0.0,10.0,49.0,433.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 119,1975.0,1225.0,6.0,20.0,171.0,0.0,402.0,1379.0,37500.0,284600.0,480.0,49.79457682826623,34.807831762146485,14.986745066119745,0.40389236363636366,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,59.233,62.025,-2.792,0.639,0.304,0.335,8.179,8.658,-0.479,1.022,1.013,0.009,0.0,0.0,0.0,27.668,20.354,7.314 +36081012000,"Census Tract 120, Queens County, New York",2456,1729.0,46071.0,489400.0,453.0,117.0,85.0,0.0,1516.0,0.0,210.0,62.0,466.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 120,2539.0,282.0,260.0,57.0,1116.0,1.0,663.0,1603.0,45750.0,221200.0,286.0,26.200115673799885,17.84154709918902,8.358568574610864,0.3491458929301185,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,4.764,11.107,-6.343,3.461,10.24,-6.779,61.726,43.954,17.772,0.0,2.245,-2.245,0.0,0.039,-0.039,18.974,26.113,-7.139 +36081012100,"Census Tract 121, Queens County, New York",2241,1799.0,60119.0,816700.0,853.0,1545.0,62.0,18.0,212.0,0.0,5.0,30.0,369.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 121,2570.0,1942.0,18.0,8.0,210.0,0.0,294.0,1886.0,44375.0,308000.0,628.0,47.415230683713176,33.29798515376458,14.117245529948597,0.4569364515734052,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,68.942,75.564,-6.622,2.767,0.7,2.067,9.46,8.171,1.289,0.803,0.311,0.492,0.0,0.0,0.0,16.466,11.44,5.026 +36081012200,"Census Tract 122, Queens County, New York",3293,2137.0,61563.0,577800.0,501.0,227.0,138.0,15.0,1410.0,0.0,129.0,204.0,1170.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 122,3101.0,490.0,280.0,95.0,1028.0,0.0,1031.0,1921.0,37804.0,234100.0,296.0,23.444080486663548,15.40864133263925,8.035439154024298,0.41657320872274145,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.893,15.801,-8.908,4.191,9.029,-4.838,42.818,33.151,9.667,0.456,3.064,-2.608,0.0,0.0,0.0,35.53,33.247,2.283 +36081012301,"Census Tract 123.01, Queens County, New York",2812,2218.0,83155.0,762300.0,1071.0,1869.0,88.0,63.0,194.0,0.0,0.0,8.0,590.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 123.01,3402.0,2513.0,37.0,11.0,197.0,0.0,492.0,2377.0,44127.72349,239798.9691,575.0,48.28674481514878,24.190155658392932,24.096589156755847,0.5470149344037781,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,66.465,73.868,-7.403,3.129,1.088,2.041,6.899,5.791,1.108,2.24,0.323,1.917,0.0,0.0,0.0,20.982,14.462,6.52 +36081012400,"Census Tract 124, Queens County, New York",3096,1979.0,69265.0,496400.0,411.0,227.0,383.0,0.0,735.0,0.0,66.0,173.0,1512.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 124,2936.0,555.0,275.0,66.0,620.0,0.0,1255.0,1863.0,44438.0,236100.0,291.0,20.768064679130873,15.619967793880837,5.148096885250036,0.3151007252215955,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,7.332,18.903,-11.571,12.371,9.366,3.005,23.74,21.117,2.623,0.0,2.248,-2.248,0.0,0.0,0.0,48.837,42.745,6.092 +36081012500,"Census Tract 125, Queens County, New York",1883,1551.0,77011.0,719300.0,740.0,1184.0,28.0,0.0,193.0,0.0,0.0,62.0,416.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 125,1888.999998,1002.6179199999999,31.37829018,6.00841248,285.0599747,0.0,392.43038939999997,1407.510193,44999.2615,281808.4464,465.5058289,47.711154094132816,33.07299877578932,14.638155318343493,0.43583461307382176,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,62.878,53.077,9.801,1.487,1.661,-0.174,10.25,15.091,-4.841,0.0,0.318,-0.318,0.0,0.0,0.0,22.092,20.775,1.317 +36081012601,"Census Tract 126.01, Queens County, New York",2889,1905.0,70179.0,472800.0,390.0,206.0,290.0,46.0,430.0,0.0,129.0,76.0,1729.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 126.01,2434.0,479.0,242.0,52.0,435.0,0.0,1071.0,1465.0,44722.0,195800.0,248.0,20.47244094488189,16.928327645051194,3.544113299830695,0.40365482233502537,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,7.13,19.68,-12.55,10.038,9.942,0.096,14.884,17.872,-2.988,1.592,2.136,-0.544,0.0,0.0,0.0,59.848,44.002,15.846 +36081012602,"Census Tract 126.02, Queens County, New York",2736,1795.0,64000.0,426700.0,407.0,317.0,32.0,33.0,903.0,0.0,30.0,29.0,1425.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 126.02,2536.0,498.0,262.0,59.0,437.0,1.0,1111.0,1572.0,46466.0,211400.0,298.0,22.67409470752089,18.956743002544528,3.7173517049763625,0.2865807358800094,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,11.586,19.637,-8.051,1.17,10.331,-9.161,33.004,17.232,15.772,1.206,2.326,-1.12,0.0,0.039,-0.039,52.083,43.809,8.274 +36081012800,"Census Tract 128, Queens County, New York",2357,1467.0,63490.0,609400.0,599.0,805.0,76.0,0.0,337.0,0.0,5.0,20.0,1114.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 128,2073.0,884.0,119.0,9.0,238.0,0.0,751.0,1342.0,47969.0,240100.0,304.0,40.83162917518746,22.652757078986586,18.178872096200873,0.4326485067279291,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,34.154,42.644,-8.49,3.224,5.74,-2.516,14.298,11.481,2.817,0.0,0.434,-0.434,0.0,0.0,0.0,47.263,36.228,11.035 +36081013000,"Census Tract 130, Queens County, New York",1598,1169.0,63409.0,529400.0,508.0,537.0,146.0,0.0,409.0,0.0,68.0,37.0,401.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 130,1670.0,790.0,68.0,22.0,272.0,0.0,468.0,1163.0,38598.0,267600.0,296.0,43.455945252352436,25.45141874462597,18.004526507726467,0.27211182470721573,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,33.605,47.305,-13.7,9.136,4.072,5.064,25.594,16.287,9.307,0.0,1.317,-1.317,0.0,0.0,0.0,25.094,28.024,-2.93 +36081013200,"Census Tract 132, Queens County, New York",2456,1492.0,66250.0,735200.0,595.0,1010.0,154.0,18.0,308.0,0.0,22.0,38.0,906.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 132,1785.0,878.0,80.0,9.0,244.0,0.0,480.0,1145.0,32361.0,277600.0,396.0,39.879356568364614,34.585152838427945,5.294203729936669,0.456278563656148,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,41.124,49.188,-8.064,6.27,4.482,1.788,12.541,13.669,-1.128,0.733,0.504,0.229,0.0,0.0,0.0,36.889,26.891,9.998 +36081013400,"Census Tract 134, Queens County, New York",5719,4157.0,63448.0,254800.0,1886.0,2689.0,440.0,14.0,1270.0,0.0,0.0,178.0,1142.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 134,5522.0,3406.0,341.0,10.0,709.0,5.0,926.0,4086.0,40286.0,130200.0,1680.0,45.36925667548713,41.116005873715125,4.253250801772005,0.2641758241758242,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,47.019,61.681,-14.662,7.694,6.175,1.519,22.207,12.84,9.367,0.245,0.181,0.064,0.0,0.091,-0.091,19.969,16.769,3.2 +36081013500,"Census Tract 135, Queens County, New York",1607,1188.0,67132.0,792600.0,397.0,1375.0,0.0,0.0,58.0,0.0,6.0,13.0,155.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 135,1764.0,1398.0,6.0,8.0,45.0,0.0,205.0,1351.0,39583.0,269700.0,431.0,33.417508417508415,31.902294596595116,1.5152138209132993,0.51000757002271,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,85.563,79.252,6.311,0.0,0.34,-0.34,3.609,2.551,1.058,0.0,0.454,-0.454,0.0,0.0,0.0,9.645,11.621,-1.976 +36081013600,"Census Tract 136, Queens County, New York",1981,1562.0,66645.0,364900.0,757.0,1204.0,100.0,0.0,127.0,0.0,0.0,29.0,521.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 136,2181.0,1156.0,80.0,12.0,217.0,0.0,605.0,1574.0,58281.0,256000.0,551.0,48.46350832266325,35.00635324015248,13.457155082510774,-0.010249383392710332,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,False,False,False,False,False,True,60.777,53.003,7.774,5.048,3.668,1.38,6.411,9.95,-3.539,0.0,0.55,-0.55,0.0,0.0,0.0,26.3,27.74,-1.44 +36081013700,"Census Tract 137, Queens County, New York",1609,1301.0,69500.0,865900.0,621.0,1193.0,18.0,0.0,118.0,0.0,0.0,21.0,259.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 137,1474.0,1054.0,32.0,12.0,95.0,0.0,217.0,1060.0,34545.0,320700.0,280.0,47.732513451191394,26.41509433962264,21.317419111568753,0.4666728259614274,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,74.145,71.506,2.639,1.119,2.171,-1.052,7.334,6.445,0.889,0.0,0.814,-0.814,0.0,0.0,0.0,16.097,14.722,1.375 +36081013800,"Census Tract 138, Queens County, New York",3740,2674.0,60753.0,400800.0,1055.0,1218.0,130.0,50.0,1177.0,0.0,0.0,63.0,1102.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 138,3597.5840310000003,1555.36145,245.4258728,10.97432709,729.2939453,0.0,972.7244873,2426.323975,45862.99996,158300.0002,854.9998778999999,39.45400149588631,35.2384877992231,4.2155136966632085,0.4312574843113772,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,32.567,43.233,-10.666,3.476,6.822,-3.346,31.471,20.272,11.199,1.337,0.305,1.032,0.0,0.0,0.0,29.465,27.038,2.427 +36081014000,"Census Tract 140, Queens County, New York",3926,2544.0,66917.0,540400.0,1041.0,1820.0,251.0,0.0,676.0,0.0,20.0,85.0,1074.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 140,4191.416035,2417.638546,168.57413880000001,25.02567287,762.7060791,1.0,732.2755501,2586.676039,41896.023960000006,236652.151,989.0001502,40.91981132075472,38.23440335351558,2.6854079672391364,0.36939471236121396,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,46.358,57.681,-11.323,6.393,4.022,2.371,17.219,18.197,-0.978,0.0,0.597,-0.597,0.0,0.024,-0.024,27.356,17.471,9.885 +36081014100,"Census Tract 141, Queens County, New York",1822,1377.0,61154.0,926500.0,524.0,794.0,52.0,0.0,257.0,0.0,0.0,26.0,693.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 141,1976.0,1045.0,33.33333337,6.0,195.0,0.0,593.6666667000001,1348.0,30542.0,289234.8285,218.0,38.05374001452433,16.172106824925816,21.881633189598514,0.5504607090771722,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,43.578,52.885,-9.307,2.854,1.687,1.167,14.105,9.868,4.237,0.0,0.304,-0.304,0.0,0.0,0.0,38.035,30.044,7.991 +36081014201,"Census Tract 142.01, Queens County, New York",4285,2668.0,65625.0,486000.0,464.0,170.0,485.0,77.0,1317.0,0.0,161.0,204.0,1871.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 142.01,4374.0,277.0,788.0,145.0,1036.0,0.0,1746.0,2529.0,32068.0,197600.0,281.0,17.391304347826086,11.11111111111111,6.280193236714975,0.4145185185185185,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.967,6.333,-2.366,11.319,18.016,-6.697,30.735,23.685,7.05,1.797,3.315,-1.518,0.0,0.0,0.0,43.664,39.918,3.746 +36081014202,"Census Tract 142.02, Queens County, New York",2674,1865.0,79915.0,463800.0,366.0,184.0,198.0,52.0,937.0,0.0,129.0,53.0,1121.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 142.02,2953.0,286.0,495.0,156.0,531.0,0.0,1301.0,2021.0,37625.0,195100.0,230.0,19.62466487935657,11.380504700643247,8.244160178713322,0.3942561448900388,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.881,9.685,-2.804,7.405,16.763,-9.358,35.041,17.982,17.059,1.945,5.283,-3.338,0.0,0.0,0.0,41.922,44.057,-2.135 +36081014300,"Census Tract 143, Queens County, New York",4074,2964.0,63487.0,732600.0,1118.0,1967.0,39.0,15.0,702.0,0.0,0.0,105.0,1246.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 143,4509.0,1999.0,92.0,26.0,749.0,3.0,1320.0,3226.0,34515.0,288000.0,743.0,37.719298245614034,23.031618102913825,14.68768014270021,0.4339066339066339,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,48.282,44.334,3.948,0.957,2.04,-1.083,17.231,16.611,0.62,0.368,0.577,-0.209,0.0,0.067,-0.067,30.584,29.275,1.309 +36081014400,"Census Tract 144, Queens County, New York",2082,1322.0,49400.0,456500.0,296.0,71.0,153.0,8.0,907.0,0.0,18.0,136.0,789.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 144,1966.0,323.0,273.0,43.0,579.0,0.0,659.0,1288.0,40125.0,257400.0,275.0,22.390317700453856,21.350931677018632,1.039386023435224,0.18804819277108434,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.41,16.429,-13.019,7.349,13.886,-6.537,43.564,29.451,14.113,0.384,2.187,-1.803,0.0,0.0,0.0,37.896,33.52,4.376 +36081014500,"Census Tract 145, Queens County, New York",2267,1765.0,65313.0,671000.0,830.0,1651.0,49.0,0.0,176.0,0.0,8.0,21.0,362.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 145,2282.0,1452.0,47.0,12.0,156.0,0.0,478.0,1574.0,37813.0,296600.0,378.0,47.02549575070822,24.015247776365946,23.01024797434227,0.36348137108792844,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,72.828,63.628,9.2,2.161,2.06,0.101,7.764,6.836,0.928,0.0,0.526,-0.526,0.0,0.0,0.0,15.968,20.947,-4.979 +36081014700,"Census Tract 147, Queens County, New York",3224,2686.0,79118.0,843100.0,1280.0,2170.0,88.0,20.0,389.0,0.0,0.0,41.0,536.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 147,3268.0,2215.0,19.0,8.0,321.0,0.0,490.0,2354.0,44125.0,306500.0,613.0,47.65450483991065,26.040781648258285,21.613723191652365,0.47650338038192386,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,67.308,67.778,-0.47,2.73,0.581,2.149,12.066,9.823,2.243,0.62,0.245,0.375,0.0,0.0,0.0,16.625,14.994,1.631 +36081014800,"Census Tract 148, Queens County, New York",2189,1470.0,65000.0,426000.0,255.0,99.0,169.0,0.0,657.0,0.0,440.0,131.0,693.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 148,2276.0,150.0,442.0,159.0,567.0,0.0,789.0,1316.0,32475.0,198800.0,78.0,17.346938775510203,5.927051671732523,11.41988710377768,0.328,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,4.523,6.591,-2.068,7.72,19.42,-11.7,30.014,24.912,5.102,0.0,6.986,-6.986,0.0,0.0,0.0,31.658,34.666,-3.008 +36081014900,"Census Tract 149, Queens County, New York",2233,1722.0,68152.0,883900.0,764.0,1356.0,18.0,10.0,302.0,0.0,0.0,9.0,548.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 149,3133.0,1602.0,23.0,23.0,309.0,0.0,1016.0,2160.0,44630.0,320000.0,441.0,44.36701509872242,20.416666666666668,23.95034843205575,0.4786740581513746,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,60.725,51.133,9.592,0.806,0.734,0.072,13.524,9.863,3.661,0.448,0.734,-0.286,0.0,0.0,0.0,24.541,32.429,-7.888 +36081015000,"Census Tract 150, Queens County, New York",2799,1880.0,72719.0,467200.0,373.0,33.0,153.0,0.0,1076.0,0.0,855.0,76.0,606.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 150,2518.0,190.0,430.0,408.0,602.0,0.0,784.0,1621.0,37684.0,193000.0,144.0,19.840425531914892,8.883405305367058,10.957020226547835,0.40513698630136985,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.179,7.546,-6.367,5.466,17.077,-11.611,38.442,23.908,14.534,0.0,16.203,-16.203,0.0,0.0,0.0,21.651,31.136,-9.485 +36081015100,"Census Tract 151, Queens County, New York",2455,2142.0,69519.0,688500.0,1115.0,1715.0,50.0,0.0,308.0,0.0,5.0,7.0,370.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 151,3148.0,1622.0,42.0,10.0,476.0,0.0,791.0,2112.0,39788.0,253800.0,592.0,52.054154995331466,28.03030303030303,24.023851965028435,0.4691764705882353,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,69.857,51.525,18.332,2.037,1.334,0.703,12.546,15.121,-2.575,0.0,0.318,-0.318,0.0,0.0,0.0,15.071,25.127,-10.056 +36081015200,"Census Tract 152, Queens County, New York",3037,2095.0,56522.0,462600.0,535.0,124.0,427.0,0.0,1009.0,0.0,570.0,102.0,805.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 152,2662.0,101.0,805.0,270.0,500.0,0.0,745.0,1629.0,45240.0,181600.0,103.0,25.536992840095465,6.322897483118478,19.214095356976987,0.4347081712062257,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,4.083,3.794,0.289,14.06,30.24,-16.18,33.224,18.783,14.441,0.0,10.143,-10.143,0.0,0.0,0.0,26.506,27.986,-1.48 +36081015300,"Census Tract 153, Queens County, New York",2018,1553.0,60577.0,706500.0,691.0,935.0,80.0,0.0,372.0,46.0,0.0,83.0,502.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 153,2622.0,1198.0,36.0,12.0,468.0,0.0,645.0,1853.0,40665.0,242100.0,359.0,44.494526722472635,19.373988127361038,25.120538595111597,0.506547770700637,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,46.333,45.69,0.643,3.964,1.373,2.591,18.434,17.849,0.585,0.0,0.458,-0.458,2.279,0.0,2.279,24.876,24.6,0.276 +36081015400,"Census Tract 154, Queens County, New York",2637,1868.0,61815.0,489900.0,461.0,92.0,294.0,0.0,998.0,0.0,653.0,59.0,541.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 154,2362.0,143.0,401.0,405.0,632.0,0.0,606.0,1574.0,41848.0,202600.0,229.0,24.678800856531048,14.54891994917408,10.129880907356968,0.404482547458665,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.489,6.054,-2.565,11.149,16.977,-5.828,37.846,26.757,11.089,0.0,17.146,-17.146,0.0,0.0,0.0,20.516,25.656,-5.14 +36081015500,"Census Tract 155, Queens County, New York",2471,1936.0,76319.0,755400.0,943.0,1379.0,48.0,0.0,403.0,0.0,4.0,87.0,550.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 155,2675.0,1159.0,25.0,15.0,634.0,0.0,676.0,1752.0,39864.0,255400.0,361.0,48.70867768595041,20.605022831050228,28.103654854900185,0.5131374106433677,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,55.807,43.327,12.48,1.943,0.935,1.008,16.309,23.701,-7.392,0.0,0.561,-0.561,0.0,0.0,0.0,22.258,25.271,-3.013 +36081015600,"Census Tract 156, Queens County, New York",3284,2251.0,61917.0,479400.0,502.0,130.0,397.0,63.0,1344.0,0.0,824.0,135.0,391.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 156,3429.0,224.0,657.0,440.0,1155.0,0.0,751.0,2148.0,42583.0,191400.0,251.0,22.301199466903597,11.685288640595903,10.615910826307694,0.42508135168961203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.959,6.533,-2.574,12.089,19.16,-7.071,40.926,33.683,7.243,1.918,12.832,-10.914,0.0,0.0,0.0,11.906,21.901,-9.995 +36081015700,"Census Tract 157, Queens County, New York",1486,1054.0,54792.0,,373.0,568.0,28.0,0.0,478.0,0.0,5.0,50.0,357.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 157,1635.0,379.0,32.0,23.0,504.0,0.0,651.0,1029.0,30903.0,191700.0,161.0,35.38899430740038,15.646258503401361,19.742735803999018,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,38.223,23.18,15.043,1.884,1.957,-0.073,32.167,30.826,1.341,0.0,1.407,-1.407,0.0,0.0,0.0,24.024,39.817,-15.793 +36081015801,"Census Tract 158.01, Queens County, New York",3782,2439.0,62625.0,471900.0,363.0,27.0,1145.0,73.0,1031.0,0.0,940.0,161.0,452.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 158.01,3853.0000200000004,168.8793488,1293.862183,272.230011,956.1033936000001,0.0,856.2711182,2351.1171879999997,42329.00014,192399.9918,214.6175079,14.883148831488315,9.128320314929365,5.75482851655895,0.4128925870057216,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.714,4.383,-3.669,30.275,33.581,-3.306,27.261,24.815,2.446,1.93,7.065,-5.135,0.0,0.0,0.0,11.951,22.223,-10.272 +36081015802,"Census Tract 158.02, Queens County, New York",4722,3387.0,64219.0,446800.0,636.0,251.0,1095.0,18.0,823.0,0.0,1251.0,250.0,1034.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 158.02,4908.000241,215.1206665,1648.137939,346.7700195,1217.896606,0.0,1090.7290039999998,2994.8828129999997,42328.99824,192400.0004,273.38250730000004,18.777679362267495,9.128320684646436,9.64935867762106,0.37991047319606097,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,5.316,4.383,0.933,23.189,33.581,-10.392,17.429,24.815,-7.386,0.381,7.065,-6.684,0.0,0.0,0.0,21.898,22.223,-0.325 +36081015900,"Census Tract 159, Queens County, New York",3948,3131.0,51397.0,531300.0,1321.0,2321.0,53.0,0.0,467.0,0.0,45.0,69.0,993.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 159,4754.0,2579.0,46.0,9.0,488.0,1.0,1313.0,3469.0,33936.0,319600.0,719.0,42.19099329287768,20.72643413087345,21.464559162004228,0.13377752682100508,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,58.789,54.249,4.54,1.342,0.968,0.374,11.829,10.265,1.564,0.0,0.189,-0.189,0.0,0.021,-0.021,25.152,27.619,-2.467 +36081016100,"Census Tract 161, Queens County, New York",2482,1688.0,51964.0,877000.0,555.0,793.0,5.0,0.0,421.0,0.0,18.0,23.0,1222.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 161,2922.9844329999996,803.7292368,75.08396673,8.032961797,783.182071,0.0,1055.824349,1999.6854329999999,45264.50127,283363.4593,324.8471182,32.87914691943128,16.244910966453993,16.634235952977285,0.5347281854139111,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,31.95,27.497,4.453,0.201,2.569,-2.368,16.962,26.794,-9.832,0.0,0.275,-0.275,0.0,0.0,0.0,49.234,36.121,13.113 +36081016300,"Census Tract 163, Queens County, New York",3558,2920.0,20920.0,633900.0,346.0,532.0,821.0,0.0,550.0,0.0,0.0,0.0,1655.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 163,4531.015490999999,825.2707519999999,1234.9160160000001,9.967038155,659.8179321,0.0,1761.175659,2626.314453,25101.9999,227400.0012,256.1528625,11.849315068493151,9.753320369059402,2.0959946994337493,0.48342640522479885,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,14.952,18.214,-3.262,23.075,27.255,-4.18,15.458,14.562,0.896,0.0,0.22,-0.22,0.0,0.0,0.0,46.515,38.869,7.646 +36081016400,"Census Tract 164, Queens County, New York",3852,2553.0,76414.0,420500.0,345.0,117.0,1136.0,1.0,920.0,0.0,714.0,238.0,726.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 164,3607.0,117.0,1226.0,199.0,993.0,1.0,704.0,2273.0,55625.0,178000.0,271.0,13.513513513513514,11.922569291684997,1.5909442218285168,0.3904399524375743,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,3.037,3.244,-0.207,29.491,33.989,-4.498,23.884,27.53,-3.646,0.026,5.517,-5.491,0.0,0.028,-0.028,18.847,19.518,-0.671 +36081016600,"Census Tract 166, Queens County, New York",3585,2431.0,56852.0,459000.0,309.0,101.0,565.0,100.0,743.0,0.0,798.0,190.0,1088.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 166,3723.0,225.0,825.0,143.0,1234.0,0.0,1022.0,2287.0,42791.0,184000.0,310.0,12.710818593171535,13.55487538259729,-0.8440567894257551,0.42274509803921567,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,2.817,6.044,-3.227,15.76,22.16,-6.4,20.725,33.145,-12.42,2.789,3.841,-1.052,0.0,0.0,0.0,30.349,27.451,2.898 +36081016800,"Census Tract 168, Queens County, New York",3314,2275.0,82700.0,392200.0,227.0,105.0,397.0,6.0,907.0,0.0,602.0,459.0,844.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 168,2943.0,266.0,855.0,167.0,646.0,1.0,795.0,1837.0,45296.0,171600.0,187.0,9.978021978021978,10.179640718562874,-0.201618740540896,0.36995410504844467,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,3.168,9.038,-5.87,11.979,29.052,-17.073,27.369,21.95,5.419,0.181,5.674,-5.493,0.0,0.034,-0.034,25.468,27.013,-1.545 +36081016900,"Census Tract 169, Queens County, New York",6038,4819.0,56541.0,365100.0,2334.0,2215.0,126.0,0.0,1920.0,0.0,0.0,148.0,1629.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 169,5579.0,2686.0,83.0,25.0,1201.0,0.0,1469.0,4159.0,43205.0,207300.0,1503.0,48.433284913882545,36.1384948304881,12.294790083394446,0.18238290879211175,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,36.684,48.145,-11.461,2.087,1.488,0.599,31.799,21.527,10.272,0.0,0.448,-0.448,0.0,0.0,0.0,26.979,26.331,0.648 +36081017000,"Census Tract 170, Queens County, New York",2800,1994.0,75100.0,415000.0,361.0,62.0,828.0,75.0,1004.0,0.0,485.0,80.0,266.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 170,2376.466466,70.02696194,1504.8798800000002,59.02301629,295.2189835,0.003288041,333.2327933,1561.85226,47196.8443,164909.1335,167.0966684,18.10431293881645,10.698621929836053,7.405691008980396,0.4277851753253012,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,2.214,2.947,-0.733,29.571,63.324,-33.753,35.857,12.423,23.434,2.679,2.484,0.195,0.0,0.0,0.0,9.5,14.022,-4.522 +36081017100,"Census Tract 171, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 171,21.0,8.0,4.0,0.0,1.0,0.0,8.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,38.095,,,19.048,,,4.762,,,0.0,,,0.0,,,38.095, +36081017200,"Census Tract 172, Queens County, New York",2115,1446.0,63920.0,435600.0,286.0,52.0,644.0,0.0,684.0,0.0,380.0,102.0,253.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 172,2228.533512,40.97303772,1337.120117,34.97698212,332.78100589999997,4.996711731,353.7672119,1295.147705,38438.00138,179700.0052,146.9033356,19.778699861687414,11.342593206386447,8.436106655300968,0.4059503960330578,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.459,1.839,0.62,30.449,60.0,-29.551,32.34,14.933,17.407,0.0,1.57,-1.57,0.0,0.224,-0.224,11.962,15.874,-3.912 +36081017400,"Census Tract 174, Queens County, New York",2474,1750.0,63173.0,426300.0,350.0,40.0,930.0,35.0,434.0,0.0,279.0,127.0,633.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 174,2396.0,53.0,1590.0,51.0,180.0,8.0,419.0,1561.0,57500.0,167200.0,178.0,20.0,11.402946828955798,8.597053171044202,0.4352146375791696,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,1.617,2.212,-0.595,37.591,66.361,-28.77,17.542,7.513,10.029,1.415,2.129,-0.714,0.0,0.334,-0.334,25.586,17.487,8.099 +36081017600,"Census Tract 176, Queens County, New York",2423,1628.0,62337.0,426900.0,330.0,89.0,1007.0,0.0,473.0,0.0,273.0,179.0,402.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 176,2011.0,45.0,1501.0,47.0,135.0,0.0,220.0,1228.0,41321.0,175400.0,117.0,20.27027027027027,9.527687296416937,10.742582973853333,0.4083485593815882,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.673,2.238,1.435,41.56,74.639,-33.079,19.521,6.713,12.808,0.0,2.337,-2.337,0.0,0.0,0.0,16.591,10.94,5.651 +36081017800,"Census Tract 178, Queens County, New York",2284,1574.0,56667.0,420000.0,192.0,7.0,799.0,35.0,291.0,0.0,375.0,156.0,621.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 178,1911.0,38.0,1392.0,51.0,118.0,0.0,260.0,1242.0,45313.0,164700.0,155.0,12.198221092757306,12.47987117552335,-0.28165008276604375,0.4353142857142857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.306,1.988,-1.682,34.982,72.841,-37.859,12.741,6.175,6.566,1.532,2.669,-1.137,0.0,0.0,0.0,27.189,13.605,13.584 +36081017900,"Census Tract 179, Queens County, New York",967,728.0,43750.0,560500.0,250.0,236.0,29.0,0.0,346.0,0.0,10.0,6.0,340.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 179,1135.0,353.0,33.0,5.0,273.0,0.0,438.0,824.0,29250.0,276100.0,145.0,34.34065934065934,17.597087378640776,16.743571962018567,0.29066190900981265,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,24.405,31.101,-6.696,2.999,2.907,0.092,35.781,24.053,11.728,0.0,0.441,-0.441,0.0,0.0,0.0,35.16,38.59,-3.43 +36081018000,"Census Tract 180, Queens County, New York",1457,839.0,66739.0,428200.0,106.0,228.0,265.0,129.0,307.0,0.0,184.0,72.0,272.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 180,1099.0,14.0,874.0,2.0,67.0,0.0,102.0,650.0,50278.0,170800.0,70.0,12.634088200238379,10.76923076923077,1.864857431007609,0.4256141989724428,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,15.649,1.274,14.375,18.188,79.527,-61.339,21.071,6.096,14.975,8.854,0.182,8.672,0.0,0.0,0.0,18.668,9.281,9.387 +36081018101,"Census Tract 181.01, Queens County, New York",3581,2794.0,53443.0,349000.0,1100.0,1132.0,43.0,19.0,708.0,0.0,6.0,27.0,1665.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 181.01,4636.000158,1730.6347660000001,84.76365662,19.76085281,1353.098389,0.0,1361.418823,3427.9880369999996,34931.99976,79399.99633,853.8768921,39.37007874015748,24.908981095723703,14.461097644433778,0.672389699956447,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,31.611,37.33,-5.719,1.201,1.828,-0.627,19.771,29.187,-9.416,0.531,0.426,0.105,0.0,0.0,0.0,46.495,29.366,17.129 +36081018102,"Census Tract 181.02, Queens County, New York",3539,3020.0,62733.0,351500.0,1458.0,2029.0,49.0,0.0,601.0,0.0,29.0,81.0,750.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 181.02,4279.000107,1597.365356,78.23634338,18.23914719,1248.901611,0.0,1256.581299,3164.012207,34932.00007,79400.00005,788.1231688999999,48.27814569536424,24.908980033527406,23.36916566183683,0.6747197721991466,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,57.333,37.33,20.003,1.385,1.828,-0.443,16.982,29.187,-12.205,0.0,0.426,-0.426,0.0,0.0,0.0,21.192,29.366,-8.174 +36081018200,"Census Tract 182, Queens County, New York",2538,1806.0,54330.0,360300.0,267.0,43.0,1188.0,23.0,389.0,0.0,306.0,129.0,460.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 182,2238.0,29.0,1917.0,3.0,44.0,0.0,221.0,1220.0,33194.0,149900.0,211.0,14.784053156146179,17.295081967213115,-2.511028811066936,0.4008992506244796,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.694,1.296,0.398,46.809,85.657,-38.848,15.327,1.966,13.361,0.906,0.134,0.772,0.0,0.0,0.0,18.125,9.875,8.25 +36081018300,"Census Tract 183, Queens County, New York",6461,5021.0,70992.0,457100.0,2527.0,3038.0,36.0,0.0,1206.0,0.0,14.0,156.0,2011.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 183,6766.0,2612.0,79.0,32.0,1871.0,1.0,2016.0,5068.0,42299.0,235200.0,1548.0,50.32861979685322,30.544593528018943,19.784026268834275,0.25905053598774885,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,47.021,38.605,8.416,0.557,1.168,-0.611,18.666,27.653,-8.987,0.0,0.473,-0.473,0.0,0.015,-0.015,31.125,29.796,1.329 +36081018401,"Census Tract 184.01, Queens County, New York",2118,1469.0,63667.0,383600.0,248.0,0.0,1729.0,0.0,39.0,0.0,60.0,112.0,178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 184.01,2370.0,8.0,2159.0,5.0,42.0,0.0,130.0,1338.0,31477.0,143000.0,115.0,16.882232811436353,8.594917787742899,8.287315023693454,0.4631908237747654,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.0,0.338,-0.338,81.634,91.097,-9.463,1.841,1.772,0.069,0.0,0.211,-0.211,0.0,0.0,0.0,8.404,5.485,2.919 +36081018402,"Census Tract 184.02, Queens County, New York",2448,1754.0,65458.0,367900.0,222.0,79.0,1622.0,6.0,134.0,0.0,104.0,142.0,367.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 184.02,2186.0,9.0,2010.0,2.0,26.0,0.0,118.0,1431.0,50625.0,160600.0,109.0,12.65678449258837,7.617051013277428,5.039733479310942,0.3713944006523512,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,3.227,0.412,2.815,66.258,91.949,-25.691,5.474,1.189,4.285,0.245,0.091,0.154,0.0,0.0,0.0,14.992,5.398,9.594 +36081018501,"Census Tract 185.01, Queens County, New York",3333,2649.0,70066.0,237700.0,1152.0,1347.0,125.0,30.0,798.0,0.0,0.0,38.0,1006.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 185.01,3626.999968,1391.8594970000001,96.66994476,14.07814693,820.7559813999999,0.0,1230.899292,2597.418213,38481.99978,71799.997,644.7791137999999,43.4881087202718,24.823846640209876,18.664262080061928,0.5650315705511149,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,40.414,38.375,2.039,3.75,2.665,1.085,23.942,22.629,1.313,0.9,0.388,0.512,0.0,0.0,0.0,30.183,33.937,-3.754 +36081018502,"Census Tract 185.02, Queens County, New York",3610,2804.0,73917.0,365700.0,1099.0,1654.0,19.0,0.0,709.0,0.0,0.0,24.0,1204.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 185.02,4101.999802,1574.1403810000002,109.3300476,15.92185211,928.2439575,0.0,1392.100586,2937.581787,38482.00078,71799.99862,729.2208252,39.194008559201144,24.82384757514157,14.370160984059574,0.7172764615455292,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,45.817,38.375,7.442,0.526,2.665,-2.139,19.64,22.629,-2.989,0.0,0.388,-0.388,0.0,0.0,0.0,33.352,33.937,-0.585 +36081018600,"Census Tract 186, Queens County, New York",2098,1261.0,73264.0,367400.0,135.0,12.0,1359.0,15.0,198.0,0.0,179.0,31.0,304.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 186,1742.0,5.0,1602.0,7.0,14.0,0.0,109.0,1053.0,52639.0,151500.0,154.0,10.70578905630452,14.624881291547958,-3.919092235243438,0.40620577027762655,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.572,0.287,0.285,64.776,91.963,-27.187,9.438,0.804,8.634,0.715,0.402,0.313,0.0,0.0,0.0,14.49,6.257,8.233 +36081018700,"Census Tract 187, Queens County, New York",2923,2251.0,73500.0,567500.0,1087.0,1015.0,95.0,0.0,1094.0,0.0,8.0,57.0,654.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 187,3142.0,1281.0,79.0,16.0,804.0,0.0,894.0,2328.0,41275.0,222300.0,640.0,48.289649044868945,27.491408934707902,20.798240110161043,0.4359259911894273,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,34.725,40.77,-6.045,3.25,2.514,0.736,37.427,25.589,11.838,0.0,0.509,-0.509,0.0,0.0,0.0,22.374,28.453,-6.079 +36081018800,"Census Tract 188, Queens County, New York",1399,904.0,78194.0,453300.0,165.0,2.0,918.0,11.0,154.0,0.0,80.0,31.0,214.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 188,1266.0,10.0,1138.0,7.0,25.0,1.0,76.0,840.0,44306.0,154200.0,88.0,18.25221238938053,10.476190476190476,7.776021913190055,0.5101522170747849,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.143,0.79,-0.647,65.618,89.889,-24.271,11.008,1.975,9.033,0.786,0.553,0.233,0.0,0.079,-0.079,15.297,6.003,9.294 +36081018900,"Census Tract 189, Queens County, New York",3644,2819.0,67618.0,611100.0,994.0,1044.0,65.0,0.0,937.0,0.0,11.0,91.0,1496.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 189,3594.0,985.0,163.0,24.0,1008.0,0.0,1384.0,2566.0,38000.0,227300.0,631.0,35.26073075558709,24.590802805923616,10.669927949663474,0.4643888070692194,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,28.65,27.407,1.243,1.784,4.535,-2.751,25.714,28.047,-2.333,0.0,0.668,-0.668,0.0,0.0,0.0,41.054,38.509,2.545 +36081019000,"Census Tract 190, Queens County, New York",2749,1859.0,83006.0,381100.0,243.0,54.0,1402.0,65.0,75.0,0.0,597.0,72.0,514.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 190,2226.0,16.0,2076.0,3.0,25.0,0.0,102.0,1320.0,38241.0,141400.0,189.0,13.07154384077461,14.318181818181818,-1.2466379774072092,0.4657150354237733,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.964,0.719,1.245,51.0,93.261,-42.261,2.728,1.123,1.605,2.364,0.135,2.229,0.0,0.0,0.0,18.698,4.582,14.116 +36081019200,"Census Tract 192, Queens County, New York",2227,1563.0,69531.0,340400.0,381.0,17.0,1420.0,0.0,106.0,0.0,119.0,103.0,462.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 192,2000.0,26.0,1809.0,13.0,11.0,3.0,125.0,1216.0,39519.0,148400.0,226.0,24.37619961612284,18.585526315789473,5.790673300333367,0.3722209165687427,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.763,1.3,-0.537,63.763,90.45,-26.687,4.76,0.55,4.21,0.0,0.65,-0.65,0.0,0.15,-0.15,20.745,6.25,14.495 +36081019400,"Census Tract 194, Queens County, New York",2816,1923.0,73052.0,371500.0,288.0,17.0,1690.0,0.0,149.0,0.0,419.0,294.0,247.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 194,2740.746847,30.87609863,2411.743652,17.93804932,47.89862633,0.0,199.3748627,1632.216064,49657.56084,154875.30800000002,204.2509613,14.976599063962558,12.513720812148557,2.4628782518140007,0.39967579133243597,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.604,1.127,-0.523,60.014,87.996,-27.982,5.291,1.748,3.543,0.0,0.654,-0.654,0.0,0.0,0.0,8.771,7.274,1.497 +36081019600,"Census Tract 196, Queens County, New York",2947,1811.0,65333.0,391100.0,369.0,21.0,1671.0,0.0,332.0,0.0,519.0,44.0,360.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 196,2695.0,32.0,2238.0,36.0,93.0,0.0,251.0,1597.0,39340.0,179900.0,288.0,20.37548315847598,18.033813400125236,2.3416697583507435,0.33762209153669137,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.713,1.187,-0.474,56.702,83.043,-26.341,11.266,3.451,7.815,0.0,1.336,-1.336,0.0,0.0,0.0,12.216,9.314,2.902 +36081019800,"Census Tract 198, Queens County, New York",3210,1928.0,52292.0,461100.0,321.0,17.0,1377.0,0.0,567.0,0.0,326.0,246.0,677.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 198,2782.0,30.0,2240.0,32.0,99.0,0.0,305.0,1731.0,26667.0,151700.0,180.0,16.649377593360995,10.398613518197573,6.250764075163422,0.5262459336369552,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.53,1.078,-0.548,42.897,80.518,-37.621,17.664,3.559,14.105,0.0,1.15,-1.15,0.0,0.0,0.0,21.09,10.963,10.127 +36081019900,"Census Tract 199, Queens County, New York",830,659.0,38977.0,387500.0,56.0,140.0,196.0,8.0,68.0,0.0,0.0,0.0,426.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 199,1334.0,335.0,333.0,1.0,86.0,0.0,550.0,928.0,44659.0,215800.0,41.0,8.49772382397572,4.418103448275862,4.079620375699858,0.19805935483870968,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,16.867,25.112,-8.245,23.614,24.963,-1.349,8.193,6.447,1.746,0.964,0.075,0.889,0.0,0.0,0.0,51.325,41.229,10.096 +36081020200,"Census Tract 202, Queens County, New York",1784,1099.0,67564.0,432400.0,214.0,30.0,865.0,0.0,219.0,0.0,401.0,60.0,209.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 202,1418.253134,18.12390076,1102.256295,27.06195038,52.10137334,0.0,179.6251356,863.7839127000001,48248.25058,150930.462,57.74903637,19.472247497725206,6.685588319130545,12.786659178594661,0.49736386382978726,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,1.682,1.278,0.404,48.487,77.719,-29.232,12.276,3.674,8.602,0.0,1.908,-1.908,0.0,0.0,0.0,11.715,12.665,-0.95 +36081020400,"Census Tract 204, Queens County, New York",2473,1578.0,42378.0,471700.0,204.0,133.0,1075.0,7.0,500.0,0.0,101.0,190.0,474.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 204,1936.000001,77.31034493,1341.7586210000002,34.13793135,148.0,0.0,260.7931037,1188.103449,28640.39202,181146.3801,108.0,12.927756653992395,9.090117539083082,3.8376391149093134,0.4469985428365486,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.378,3.993,1.385,43.469,69.306,-25.837,20.218,7.645,12.573,0.283,1.763,-1.48,0.0,0.0,0.0,19.167,13.471,5.696 +36081020500,"Census Tract 205, Queens County, New York",1283,890.0,58750.0,669800.0,132.0,142.0,3.0,0.0,72.0,0.0,0.0,0.0,1066.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 205,1241.0,377.0,29.0,3.0,125.0,0.0,688.0,762.0,41285.90074,203786.7133,95.0,14.831460674157304,12.46719160104987,2.364269073107435,0.5618798639116154,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,11.068,30.379,-19.311,0.234,2.337,-2.103,5.612,10.073,-4.461,0.0,0.242,-0.242,0.0,0.0,0.0,83.087,55.439,27.648 +36081020600,"Census Tract 206, Queens County, New York",1974,1334.0,69630.0,417600.0,78.0,194.0,420.0,8.0,187.0,0.0,144.0,15.0,1014.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 206,1758.0,185.0,699.0,31.0,178.0,0.0,573.0,923.0,36446.0,193300.0,93.0,5.847076461769116,10.075839653304442,-4.228763191535326,0.333448275862069,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,9.828,10.523,-0.695,21.277,39.761,-18.484,9.473,10.125,-0.652,0.405,1.763,-1.358,0.0,0.0,0.0,51.368,32.594,18.774 +36081020800,"Census Tract 208, Queens County, New York",2757,1845.0,69650.0,516700.0,298.0,263.0,390.0,0.0,400.0,0.0,527.0,144.0,1033.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 208,2549.789234,337.5054247,910.9517655,12.86206901,155.81576950000002,0.0,986.6542051000001,1464.7123210000002,39894.076460000004,204089.3224,218.0,16.151761517615178,14.88346871085001,1.2682928067651673,0.43122000337526617,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,9.539,13.237,-3.698,14.146,35.727,-21.581,14.509,6.111,8.398,0.0,0.504,-0.504,0.0,0.0,0.0,37.468,38.696,-1.228 +36081021200,"Census Tract 212, Queens County, New York",2396,1691.0,44828.0,479200.0,257.0,225.0,198.0,5.0,297.0,0.0,101.0,106.0,1469.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 212,2701.0,169.0,543.0,57.0,384.0,0.0,1371.0,1686.0,28571.0,196700.0,55.0,15.198107628622116,3.262158956109134,11.935948672512982,0.40891485809682804,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,9.391,6.257,3.134,8.264,20.104,-11.84,12.396,14.217,-1.821,0.209,2.11,-1.901,0.0,0.0,0.0,61.311,50.759,10.552 +36081021400,"Census Tract 214, Queens County, New York",7002,4884.0,51475.0,330200.0,1602.0,596.0,308.0,20.0,3275.0,0.0,0.0,212.0,2611.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 214,6226.99999,1206.258408,887.7014694000001,64.11107206,1769.172737,0.08444288400000001,1998.396461,4156.10791,43227.39292,194410.8069,919.4968451999999,32.8009828009828,22.12398872001377,10.676994080969031,0.1521757663961235,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,8.512,19.371,-10.859,4.399,14.256,-9.857,46.772,28.411,18.361,0.286,1.03,-0.744,0.0,0.001,-0.001,37.289,32.092,5.197 +36081021600,"Census Tract 216, Queens County, New York",4339,3212.0,68211.0,201400.0,1594.0,1302.0,312.0,39.0,839.0,0.0,71.0,183.0,1593.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 216,4700.999895,1682.5758059999998,793.9320068,41.17904663,627.5686646,1.647161841,1392.675293,3376.681885,42648.00004,138000.0035,985.0028076,49.62640099626401,29.170731539017925,20.455669457246085,0.013306827010923589,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,30.007,35.792,-5.785,7.191,16.889,-9.698,19.336,13.35,5.986,0.899,0.876,0.023,0.0,0.035,-0.035,36.714,29.625,7.089 +36081021900,"Census Tract 219, Queens County, New York",4,4.0,,,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 219,45.39311767,28.13094711,2.557358742,0.0,8.950756072999999,0.639339685,5.754056931,20.45886993,76250.00316000001,316700.0131,13.42613316,0.0,65.62499886815596,-65.62499886815596,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,100.0,61.972,38.028,0.0,5.634,-5.634,0.0,19.718,-19.718,0.0,0.0,0.0,0.0,1.408,-1.408,0.0,12.676,-12.676 +36081022001,"Census Tract 220.01, Queens County, New York",5958,4902.0,68868.0,227700.0,2363.0,1711.0,741.0,18.0,1464.0,0.0,42.0,41.0,1959.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 220.01,6693.788821,2709.674332,981.8333912,21.78098905,1126.974327,0.268395245,1734.7035260000002,5032.142685,43341.992999999995,92288.1011,1751.683689,48.204814361485106,34.809897068727494,13.394917292757611,0.41635983494071155,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,28.718,40.48,-11.762,12.437,14.668,-2.231,24.572,16.836,7.736,0.302,0.325,-0.023,0.0,0.004,-0.004,32.88,25.915,6.965 +36081022002,"Census Tract 220.02, Queens County, New York",6880,5227.0,61121.0,263800.0,2045.0,2070.0,1177.0,0.0,1554.0,0.0,165.0,247.0,1667.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 220.02,5095.999965,2110.7573239999997,599.6469727000001,9.994116782999999,1257.259888,0.0,973.4269409,3863.725342,42398.99793,108599.9982,1542.092163,39.1237803711498,39.91205446818223,-0.7882740970324278,0.4071872729037149,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,30.087,41.42,-11.333,17.108,11.767,5.341,22.587,24.672,-2.085,0.0,0.196,-0.196,0.0,0.0,0.0,24.23,19.102,5.128 +36081022900,"Census Tract 229, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 229,25.60688233,15.86905384,1.442641258,0.0,5.0492444039999995,0.360660315,3.2459428310000003,11.54113007,76250.0,316700.0,7.573866843999999,,65.62500204106962,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,61.972,,,5.634,,,19.718,,,0.0,,,1.408,,,12.676, +36081023000,"Census Tract 230, Queens County, New York",2205,1563.0,107176.0,594600.0,540.0,603.0,53.0,0.0,836.0,0.0,10.0,27.0,676.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 230,1742.0,558.0,119.0,31.0,555.0,0.0,359.0,1220.0,49500.0,218300.0,320.0,34.5489443378119,26.229508196721312,8.319436141090591,0.47132189707366295,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,27.347,32.032,-4.685,2.404,6.831,-4.427,37.914,31.86,6.054,0.0,1.78,-1.78,0.0,0.0,0.0,30.658,20.608,10.05 +36081023200,"Census Tract 232, Queens County, New York",5823,4374.0,70729.0,482500.0,1382.0,748.0,1116.0,0.0,1926.0,7.0,444.0,326.0,1256.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 232,5011.0,1191.0,724.0,41.0,1742.0,0.0,1082.0,3473.0,47131.0,227900.0,996.0,31.595793324188385,28.678376043766196,2.917417280422189,0.31984248704663215,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,12.846,23.768,-10.922,19.165,14.448,4.717,33.076,34.764,-1.688,0.0,0.818,-0.818,0.12,0.0,0.12,21.57,21.592,-0.022 +36081023500,"Census Tract 235, Queens County, New York",8238,6050.0,50274.0,620700.0,959.0,839.0,52.0,0.0,2272.0,0.0,29.0,135.0,4911.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 235,8426.0,991.0,116.0,32.0,1135.0,4.0,5992.0,5288.0,33280.0,245700.0,633.0,15.851239669421487,11.970499243570348,3.8807404258511387,0.42998550024166265,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.185,11.761,-1.576,0.631,1.377,-0.746,27.58,13.47,14.11,0.0,0.38,-0.38,0.0,0.047,-0.047,59.614,71.113,-11.499 +36081023600,"Census Tract 236, Queens County, New York",3179,2144.0,58050.0,591300.0,530.0,348.0,258.0,10.0,1241.0,0.0,58.0,63.0,1201.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 236,2816.0,352.0,489.0,33.0,866.0,0.0,973.0,1831.0,40230.0,262800.0,423.0,24.720149253731343,23.102129983615512,1.6180192701158305,0.36,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,10.947,12.5,-1.553,8.116,17.365,-9.249,39.037,30.753,8.284,0.315,1.172,-0.857,0.0,0.0,0.0,37.779,34.553,3.226 +36081023800,"Census Tract 238, Queens County, New York",4774,3341.0,45896.0,545500.0,694.0,149.0,531.0,0.0,1672.0,0.0,559.0,0.0,1863.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 238,5273.0,200.0,1154.0,40.0,944.0,1.0,2821.0,3115.0,30746.0,186700.0,234.0,20.772223885064353,7.512038523274478,13.260185361789874,0.5071530705774518,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,3.121,3.793,-0.672,11.123,21.885,-10.762,35.023,17.903,17.12,0.0,0.759,-0.759,0.0,0.019,-0.019,39.024,53.499,-14.475 +36081024000,"Census Tract 240, Queens County, New York",6659,4623.0,43594.0,321900.0,939.0,208.0,1009.0,53.0,1390.0,0.0,569.0,152.0,3331.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 240,5748.0,206.0,1246.0,37.0,529.0,0.0,3532.0,3537.0,31943.0,190600.0,256.0,20.311486048020765,7.237772123268306,13.073713924752457,0.14736253494874185,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,3.124,3.584,-0.46,15.152,21.677,-6.525,20.874,9.203,11.671,0.796,0.644,0.152,0.0,0.0,0.0,50.023,61.447,-11.424 +36081024300,"Census Tract 243, Queens County, New York",5963,4437.0,63333.0,636700.0,1009.0,1449.0,7.0,9.0,2099.0,0.0,8.0,53.0,2347.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 243,5251.390026,1984.211382,47.39541762,15.01916089,1395.99156,0.0,1708.6004649999998,3642.652693,39984.95289,242280.2308,741.1462032000001,22.74059048906919,20.346331798917948,2.3942586901512435,0.4520440830029842,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,24.3,37.784,-13.484,0.117,0.903,-0.786,35.2,26.583,8.617,0.151,0.286,-0.135,0.0,0.0,0.0,39.359,32.536,6.823 +36081024500,"Census Tract 245, Queens County, New York",5608,4342.0,57377.0,272000.0,1324.0,2077.0,34.0,25.0,1328.0,0.0,0.0,197.0,1947.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 245,4684.506346,2476.870526,174.76878390000002,8.008761111,850.7607892000001,0.0,1104.1205109999999,3570.1969729999996,41402.58601,23304.79965,905.7242341,30.492860432980194,25.36902700186117,5.123833431119024,0.8766216489117646,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,37.036,52.874,-15.838,0.606,3.731,-3.125,23.68,18.161,5.519,0.446,0.171,0.275,0.0,0.0,0.0,34.718,23.57,11.148 +36081024600,"Census Tract 246, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 246,1.2107659579999999,0.10089716300000001,0.7062801120000001,0.0,0.10089716300000001,0.0,0.302691489,0.10089716300000001,2499.0,187500.0,0.0,,0.0,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,True,False,False,False,False,False,False,False,,8.333,,,58.333,,,8.333,,,0.0,,,0.0,,,25.0, +36081024700,"Census Tract 247, Queens County, New York",1577,1115.0,58125.0,639200.0,232.0,277.0,12.0,0.0,731.0,0.0,0.0,44.0,513.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 247,1482.1020019999999,326.6150208,11.84102821,1.9735046630000002,717.3689575,0.0,414.43597410000007,1051.87793,43999.999939999994,286600.0035,278.2641602,20.807174887892376,26.45403542215207,-5.6468605342596945,0.35434292077597,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,17.565,22.037,-4.472,0.761,0.799,-0.038,46.354,48.402,-2.048,0.0,0.133,-0.133,0.0,0.0,0.0,32.53,27.963,4.567 +36081024900,"Census Tract 249, Queens County, New York",4981,3958.0,57150.0,467200.0,1334.0,1224.0,44.0,61.0,2219.0,0.0,0.0,69.0,1425.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 249,5095.0,1742.0,71.0,8.0,1934.0,0.0,1277.0,3851.0,36526.0,215100.0,1150.0,33.70389085396665,29.862373409504023,3.8415174444626246,0.3370205479452055,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,24.573,34.19,-9.617,0.883,1.394,-0.511,44.549,37.959,6.59,1.225,0.157,1.068,0.0,0.0,0.0,28.609,25.064,3.545 +36081025100,"Census Tract 251, Queens County, New York",6339,4744.0,52368.0,269800.0,1841.0,1691.0,91.0,0.0,2230.0,0.0,15.0,28.0,2284.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 251,5501.0,1725.0,56.0,8.0,1575.0,0.0,2048.0,4011.0,38143.0,98300.0,935.0,38.806913996627316,23.31089503864373,15.496018957983587,0.47534469977761307,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,26.676,31.358,-4.682,1.436,1.018,0.418,35.179,28.631,6.548,0.0,0.145,-0.145,0.0,0.0,0.0,36.031,37.23,-1.199 +36081025301,"Census Tract 253.01, Queens County, New York",4020,3216.0,61219.0,363300.0,1203.0,1526.0,12.0,11.0,942.0,0.0,7.0,39.0,1494.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 253.01,5015.999838000001,1379.640015,61.45960236,19.20612526,1371.317383,0.0,2092.1872559999997,3506.398438,33681.99929,111300.0022,950.7032471000001,37.406716417910445,27.11338325949825,10.293333158412196,0.5588439219157721,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,37.96,27.505,10.455,0.299,1.225,-0.926,23.433,27.339,-3.906,0.274,0.383,-0.109,0.0,0.0,0.0,37.164,41.71,-4.546 +36081025302,"Census Tract 253.02, Queens County, New York",3057,2549.0,64792.0,391300.0,596.0,684.0,7.0,129.0,432.0,0.0,0.0,81.0,1724.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 253.02,2818.999928,775.3599243,34.54039383,10.79387379,770.6825562000001,0.0,1175.8126220000001,1970.60144,33681.99848,111300.0024,534.2967529,23.38171832091016,27.11338488111528,-3.73166656020512,0.5904114401840022,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,22.375,27.505,-5.13,0.229,1.225,-0.996,14.132,27.339,-13.207,4.22,0.383,3.837,0.0,0.0,0.0,56.395,41.71,14.685 +36081025400,"Census Tract 254, Queens County, New York",9722,6103.0,37103.0,322300.0,971.0,0.0,5759.0,0.0,1062.0,0.0,539.0,160.0,2202.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 254,7015.0,66.0,6060.0,26.0,66.0,0.0,755.0,3897.0,22493.640580000003,159905.7663,425.0,15.910208094379813,10.905824993584808,5.004383100795005,0.2855590956500156,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.0,0.941,-0.941,59.237,86.386,-27.149,10.924,0.941,9.983,0.0,0.371,-0.371,0.0,0.0,0.0,22.65,10.763,11.887 +36081025500,"Census Tract 255, Queens County, New York",1410,1101.0,72981.0,667100.0,477.0,450.0,0.0,0.0,530.0,0.0,47.0,0.0,383.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 255,1849.0,593.0,36.0,3.0,716.0,0.0,451.0,1387.0,47143.0,140400.0,356.0,43.32425068119891,25.666906993511176,17.657343687687735,0.6969329935541898,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,31.915,32.071,-0.156,0.0,1.947,-1.947,37.589,38.724,-1.135,0.0,0.162,-0.162,0.0,0.0,0.0,27.163,24.392,2.771 +36081025700,"Census Tract 257, Queens County, New York",1422,1128.0,60000.0,577000.0,334.0,383.0,48.0,0.0,470.0,0.0,6.0,40.0,475.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 257,1504.0,430.0,8.0,2.0,592.0,0.0,444.0,1142.0,34375.0,226500.0,341.0,29.609929078014183,29.859894921190893,-0.24996584317671022,0.4347313691507799,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,26.934,28.59,-1.656,3.376,0.532,2.844,33.052,39.362,-6.31,0.0,0.133,-0.133,0.0,0.0,0.0,33.404,29.521,3.883 +36081025800,"Census Tract 258, Queens County, New York",2203,1464.0,60368.0,355700.0,218.0,6.0,1609.0,0.0,61.0,0.0,248.0,0.0,279.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 258,1671.0,14.0,1534.0,6.0,26.0,0.0,81.0,884.0,32292.0,142800.0,72.0,14.890710382513662,8.144796380090497,6.745914002423165,0.42189485521506886,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.272,0.838,-0.566,73.037,91.801,-18.764,2.769,1.556,1.213,0.0,0.359,-0.359,0.0,0.0,0.0,12.665,4.847,7.818 +36081025900,"Census Tract 259, Queens County, New York",3504,2587.0,52891.0,577800.0,586.0,493.0,0.0,0.0,1159.0,0.0,0.0,134.0,1718.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 259,3365.0,647.0,28.0,31.0,1449.0,0.0,1147.0,2285.0,36091.0,258300.0,484.0,22.651720139157327,21.181619256017505,1.4701008831398212,0.35626168224299065,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,14.07,19.227,-5.157,0.0,0.832,-0.832,33.076,43.061,-9.985,0.0,0.921,-0.921,0.0,0.0,0.0,49.03,34.086,14.944 +36081026000,"Census Tract 260, Queens County, New York",2661,1509.0,44018.0,559000.0,128.0,5.0,1502.0,0.0,305.0,0.0,135.0,0.0,714.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 260,1636.0,4.0,1444.0,12.0,15.0,0.0,153.0,884.0,22466.0,141400.0,67.0,8.482438701126574,7.579185520361991,0.9032531807645832,0.6357495527728085,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.188,0.244,-0.056,56.445,88.264,-31.819,11.462,0.917,10.545,0.0,0.733,-0.733,0.0,0.0,0.0,26.832,9.352,17.48 +36081026100,"Census Tract 261, Queens County, New York",7364,5167.0,44720.0,616500.0,1015.0,502.0,54.0,0.0,2785.0,0.0,16.0,63.0,3944.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 261,7233.0,972.0,74.0,40.0,2861.0,0.0,3231.0,4788.0,36104.0,252000.0,947.0,19.6438939423263,19.77861319966583,-0.13471925733952972,0.4113868613138686,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.817,13.438,-6.621,0.733,1.023,-0.29,37.819,39.555,-1.736,0.0,0.553,-0.553,0.0,0.0,0.0,53.558,44.67,8.888 +36081026200,"Census Tract 262, Queens County, New York",1153,747.0,71250.0,405100.0,146.0,6.0,925.0,0.0,11.0,0.0,33.0,0.0,178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 262,1144.0,12.0,1022.0,0.0,12.0,0.0,88.0,703.0,51307.0,155800.0,73.0,19.54484605087015,10.38406827880512,9.160777772065028,0.4461811898296717,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.52,1.049,-0.529,80.225,89.336,-9.111,0.954,1.049,-0.095,0.0,0.0,0.0,0.0,0.0,0.0,15.438,7.692,7.746 +36081026300,"Census Tract 263, Queens County, New York",6884,4897.0,55150.0,682800.0,1696.0,638.0,18.0,0.0,4184.0,0.0,19.0,245.0,1780.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 263,6003.0,801.0,75.0,29.0,2605.0,1.0,2428.0,4036.0,33838.0,235900.0,1060.0,34.63344905043905,26.26362735381566,8.369821696623386,0.5024956063268893,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,9.268,13.343,-4.075,0.261,1.249,-0.988,60.779,43.395,17.384,0.0,0.483,-0.483,0.0,0.017,-0.017,25.857,40.446,-14.589 +36081026400,"Census Tract 264, Queens County, New York",2572,1653.0,58462.0,425000.0,310.0,9.0,1839.0,0.0,106.0,0.0,121.0,15.0,482.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 264,2181.0,5.0,1967.0,19.0,49.0,0.0,130.0,1409.0,39483.0,166300.0,118.0,18.753781004234725,8.37473385379702,10.379047150437705,0.4365364705882353,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.35,0.229,0.121,71.501,90.188,-18.687,4.121,2.247,1.874,0.0,0.871,-0.871,0.0,0.0,0.0,18.74,5.961,12.779 +36081026500,"Census Tract 265, Queens County, New York",3807,2908.0,54906.0,640000.0,1036.0,374.0,40.0,0.0,2532.0,0.0,0.0,43.0,818.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 265,4534.0,358.0,79.0,33.0,2352.0,0.0,1666.0,3172.0,34127.0,280400.0,763.0,35.62585969738652,24.05422446406053,11.571635233325988,0.3691,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,9.824,7.896,1.928,1.051,1.742,-0.691,66.509,51.875,14.634,0.0,0.728,-0.728,0.0,0.0,0.0,21.487,36.745,-15.258 +36081026600,"Census Tract 266, Queens County, New York",2046,1467.0,31850.0,381200.0,155.0,0.0,1654.0,49.0,34.0,0.0,35.0,10.0,264.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 266,1799.0,9.0,1681.0,19.0,12.0,0.0,73.0,1196.0,16010.0,160100.0,112.0,10.565780504430812,9.364548494983278,1.2012320094475335,0.39521511017838407,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.0,0.5,-0.5,80.841,93.441,-12.6,1.662,0.667,0.995,2.395,1.056,1.339,0.0,0.0,0.0,12.903,4.058,8.845 +36081026700,"Census Tract 267, Queens County, New York",5768,4244.0,44656.0,584800.0,841.0,231.0,49.0,94.0,2320.0,0.0,0.0,105.0,3002.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 267,6415.0,494.0,79.0,36.0,2685.0,0.0,3070.0,4435.0,36342.0,297100.0,1106.0,19.81621112158341,24.937993235625704,-5.121782114042293,0.26842681258549933,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,4.005,7.701,-3.696,0.85,1.231,-0.381,40.222,41.855,-1.633,1.63,0.561,1.069,0.0,0.0,0.0,52.046,47.857,4.189 +36081026901,"Census Tract 269.01, Queens County, New York",4836,3659.0,49643.0,213500.0,698.0,179.0,38.0,53.0,1784.0,0.0,23.0,103.0,2709.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 269.01,5921.999987,354.88061519999997,63.08988953,24.22201157,2012.116821,0.0,3422.063232,3944.244629,31732.999369999998,126800.0036,958.7409667999999,19.076250341623393,24.30734036501872,-5.231090023395328,0.14476812560187363,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,3.701,5.993,-2.292,0.786,1.065,-0.279,36.89,33.977,2.913,1.096,0.409,0.687,0.0,0.0,0.0,56.017,57.786,-1.769 +36081026902,"Census Tract 269.02, Queens County, New York",3675,2659.0,47222.0,308300.0,931.0,155.0,23.0,0.0,2284.0,0.0,0.0,0.0,1213.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 269.02,4591.000013,275.11938480000003,48.91011047,18.77798843,1559.883179,0.0,2652.936768,3057.755371,31733.00081,126799.9954,743.2590332000001,35.01316284317413,24.30734126899519,10.705821574178938,0.4077457237236458,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,4.218,5.993,-1.775,0.626,1.065,-0.439,62.15,33.977,28.173,0.0,0.409,-0.409,0.0,0.0,0.0,33.007,57.786,-24.779 +36081027000,"Census Tract 270, Queens County, New York",1989,1117.0,66250.0,364300.0,209.0,8.0,1370.0,0.0,67.0,0.0,0.0,62.0,482.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 270,1468.0,18.0,1321.0,9.0,28.0,0.0,85.0,876.0,47614.0,151400.0,87.0,18.710832587287378,9.931506849315069,8.779325737972309,0.401548174581389,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.402,1.226,-0.824,68.879,89.986,-21.107,3.369,1.907,1.462,0.0,0.613,-0.613,0.0,0.0,0.0,24.233,5.79,18.443 +36081027100,"Census Tract 271, Queens County, New York",8744,6297.0,61645.0,317300.0,1515.0,364.0,105.0,101.0,4019.0,0.0,0.0,184.0,4072.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 271,8911.0,673.0,175.0,47.0,2831.0,1.0,5077.0,5662.0,34206.0,101100.0,1148.0,24.059075750357312,20.27552101730837,3.783554733048941,0.5411786952410967,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,4.163,7.552,-3.389,1.201,1.964,-0.763,45.963,31.77,14.193,1.155,0.527,0.628,0.0,0.011,-0.011,46.569,56.975,-10.406 +36081027200,"Census Tract 272, Queens County, New York",2339,1603.0,59412.0,353000.0,185.0,11.0,1972.0,0.0,59.0,0.0,57.0,61.0,179.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 272,2184.0,33.0,1953.0,3.0,9.0,0.0,176.0,1410.0,31756.0,134500.0,104.0,11.540860885839052,7.375886524822695,4.164974361016357,0.4513314447592068,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.47,1.511,-1.041,84.31,89.423,-5.113,2.522,0.412,2.11,0.0,0.137,-0.137,0.0,0.0,0.0,7.653,8.059,-0.406 +36081027300,"Census Tract 273, Queens County, New York",7683,5087.0,48333.0,239000.0,565.0,245.0,198.0,0.0,896.0,0.0,15.0,13.0,6316.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 273,9459.0,529.0,295.0,61.0,1003.0,0.0,7512.0,5588.0,35310.0,71400.0,713.0,11.106742677413013,12.75948460987831,-1.6527419324652968,0.5698075313807531,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.189,5.593,-2.404,2.577,3.119,-0.542,11.662,10.604,1.058,0.0,0.645,-0.645,0.0,0.0,0.0,82.207,79.416,2.791 +36081027400,"Census Tract 274, Queens County, New York",1745,1251.0,67167.0,365500.0,207.0,0.0,1193.0,0.0,79.0,0.0,292.0,45.0,136.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 274,1834.0,29.0,1703.0,7.0,11.0,0.0,80.0,1218.0,41270.0,157000.0,97.0,16.546762589928058,7.963875205254515,8.582887384673542,0.3814500683994528,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.0,1.581,-1.581,68.367,92.857,-24.49,4.527,0.6,3.927,0.0,0.382,-0.382,0.0,0.0,0.0,7.794,4.362,3.432 +36081027500,"Census Tract 275, Queens County, New York",6473,4894.0,49063.0,207600.0,495.0,231.0,134.0,0.0,609.0,0.0,0.0,0.0,5499.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 275,7115.0,897.0,204.0,9.0,977.0,3.0,4914.0,4596.0,36048.0,67500.0,818.0,10.114425827543931,17.798085291557875,-7.683659464013944,0.5317919075144508,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.569,12.607,-9.038,2.07,2.867,-0.797,9.408,13.732,-4.324,0.0,0.126,-0.126,0.0,0.042,-0.042,84.953,69.065,15.888 +36081027600,"Census Tract 276, Queens County, New York",1299,963.0,53594.0,416300.0,136.0,15.0,1009.0,0.0,38.0,0.0,36.0,8.0,193.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 276,1221.997017,10.99097919,1108.090454,4.995899677,16.98605919,0.0,71.94095612,696.4284058,34926.00099,169699.9945,85.92947388,14.122533748701972,12.338594055664812,1.7839396930371603,0.4130002592361278,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.155,0.899,0.256,77.675,90.679,-13.004,2.925,1.39,1.535,0.0,0.409,-0.409,0.0,0.0,0.0,14.858,5.887,8.971 +36081027700,"Census Tract 277, Queens County, New York",8299,6024.0,52667.0,252600.0,1123.0,733.0,153.0,15.0,1147.0,108.0,0.0,218.0,5940.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 277,9360.0,1201.0,238.0,23.0,1709.0,0.0,6052.0,6057.0,38074.0,63200.0,1028.0,18.642098273572376,16.972098398547136,1.6699998750252405,0.6397149643705463,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,8.832,12.831,-3.999,1.844,2.543,-0.699,13.821,18.259,-4.438,0.181,0.246,-0.065,1.301,0.0,1.301,71.575,64.658,6.917 +36081027800,"Census Tract 278, Queens County, New York",2374,1514.0,40000.0,350500.0,218.0,12.0,1897.0,0.0,10.0,0.0,0.0,97.0,358.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 278,2250.538599,17.90983501,1926.241507,16.91042482,33.82659024,0.0,241.7200417,1278.49079,22532.499519999998,144322.8021,78.63520942,14.39894319682959,6.150627758530821,8.248315438298768,0.40706181162910127,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.505,0.796,-0.291,79.907,85.59,-5.683,0.421,1.503,-1.082,0.0,0.751,-0.751,0.0,0.0,0.0,15.08,10.741,4.339 +36081027900,"Census Tract 279, Queens County, New York",6359,4963.0,51875.0,291900.0,1236.0,1069.0,136.0,0.0,599.0,0.0,21.0,69.0,4465.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 279,6763.0,1325.0,118.0,31.0,755.0,0.0,4476.0,4672.0,42822.0,70700.0,1070.0,24.904291759016722,22.902397260273972,2.0018944987427503,0.6512230215827338,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,16.811,19.592,-2.781,2.139,1.745,0.394,9.42,11.164,-1.744,0.0,0.458,-0.458,0.0,0.0,0.0,70.215,66.184,4.031 +36081028000,"Census Tract 280, Queens County, New York",1923,1295.0,69850.0,335300.0,287.0,0.0,1645.0,0.0,0.0,0.0,32.0,75.0,171.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 280,1698.0,7.0,1616.0,4.0,2.0,0.0,65.0,1085.0,47596.0,159000.0,155.0,22.16216216216216,14.285714285714286,7.876447876447875,0.3171488219504921,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.0,0.412,-0.412,85.543,95.171,-9.628,0.0,0.118,-0.118,0.0,0.236,-0.236,0.0,0.0,0.0,8.892,3.828,5.064 +36081028100,"Census Tract 281, Queens County, New York",4547,3634.0,46576.0,285400.0,1507.0,1397.0,38.0,22.0,693.0,0.0,0.0,124.0,2295.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 281,6120.0,1906.0,136.0,17.0,702.0,0.0,3299.0,4453.0,41962.0,73300.0,1204.0,41.4694551458448,27.037951942510666,14.431503203334131,0.6301611772950245,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,30.724,31.144,-0.42,0.836,2.222,-1.386,15.241,11.471,3.77,0.484,0.278,0.206,0.0,0.0,0.0,50.473,53.905,-3.432 +36081028200,"Census Tract 282, Queens County, New York",1883,1198.0,73864.0,384300.0,339.0,19.0,1440.0,0.0,14.0,0.0,170.0,53.0,187.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 282,1318.0,3.0,1262.0,0.0,2.0,0.0,47.0,805.0,51714.0,153600.0,118.0,28.297161936560936,14.658385093167702,13.638776843393234,0.4244496487119438,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,1.009,0.228,0.781,76.474,95.751,-19.277,0.743,0.152,0.591,0.0,0.0,0.0,0.0,0.0,0.0,9.931,3.566,6.365 +36081028300,"Census Tract 283, Queens County, New York",7824,5992.0,60531.0,266800.0,1990.0,1323.0,20.0,21.0,1583.0,0.0,65.0,17.0,4795.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 283,8241.0,2060.0,145.0,30.0,1228.0,0.0,4639.0,5708.0,40025.0,67400.0,1229.0,33.2109479305741,21.531184302733006,11.679763627841094,0.6362218890554723,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,16.91,24.997,-8.087,0.256,1.759,-1.503,20.233,14.901,5.332,0.268,0.364,-0.096,0.0,0.0,0.0,61.286,56.292,4.994 +36081028400,"Census Tract 284, Queens County, New York",4310,2785.0,64737.0,406300.0,399.0,39.0,3800.0,0.0,48.0,0.0,251.0,109.0,63.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 284,3255.464302,26.09918542,3084.667943,5.093675122,7.187350242999999,0.0,112.33900320000001,2042.080737,54970.11952000001,151989.1798,297.4353138,14.326750448833034,14.565306278583245,-0.2385558297502115,0.4613231136795471,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.905,0.802,0.103,88.167,94.754,-6.587,1.114,0.221,0.893,0.0,0.156,-0.156,0.0,0.0,0.0,1.462,3.451,-1.989 +36081028500,"Census Tract 285, Queens County, New York",4994,3709.0,62948.0,471300.0,1829.0,1803.0,129.0,55.0,569.0,0.0,0.0,224.0,2269.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 285,4979.0,2153.0,62.0,15.0,763.0,1.0,1942.0,3795.0,46276.0,103300.0,1355.0,49.31248314909679,35.70487483530962,13.607608313787175,0.6843793761935073,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,36.103,43.242,-7.139,2.583,1.245,1.338,11.394,15.324,-3.93,1.101,0.301,0.8,0.0,0.02,-0.02,45.435,39.004,6.431 +36081028700,"Census Tract 287, Queens County, New York",6377,4912.0,62964.0,377100.0,1831.0,2071.0,0.0,32.0,1199.0,0.0,0.0,17.0,3090.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 287,6545.0,2228.0,132.0,14.0,1340.0,2.0,2739.0,4971.0,37895.0,77500.0,1484.0,37.27605863192182,29.853148259907464,7.422910372014357,0.7040572792362768,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,32.476,34.041,-1.565,0.0,2.017,-2.017,18.802,20.474,-1.672,0.502,0.214,0.288,0.0,0.031,-0.031,48.455,41.849,6.606 +36081028800,"Census Tract 288, Queens County, New York",5154,3511.0,64706.0,363900.0,564.0,32.0,3879.0,0.0,213.0,0.0,312.0,137.0,581.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 288,4366.0,27.0,4011.0,18.0,53.0,0.0,218.0,2616.0,44348.0,151800.0,381.0,16.063799487325547,14.564220183486238,1.4995793038393082,0.3993075020610058,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.621,0.618,0.003,75.262,91.869,-16.607,4.133,1.214,2.919,0.0,0.412,-0.412,0.0,0.0,0.0,11.273,4.993,6.28 +36081028900,"Census Tract 289, Queens County, New York",5251,3999.0,66184.0,366000.0,1604.0,1263.0,75.0,0.0,1861.0,0.0,95.0,171.0,1786.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 289,5484.0,1561.0,82.0,33.0,1691.0,0.0,2019.0,3906.0,41639.0,165300.0,1535.0,40.11002750687672,39.29851510496672,0.8115124019100008,0.3496393442622951,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,24.053,28.465,-4.412,1.428,1.495,-0.067,35.441,30.835,4.606,0.0,0.602,-0.602,0.0,0.0,0.0,34.013,36.816,-2.803 +36081029100,"Census Tract 291, Queens County, New York",6767,4965.0,45299.0,374700.0,1508.0,955.0,63.0,8.0,4046.0,0.0,0.0,88.0,1607.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 291,7120.0,1386.0,108.0,56.0,3216.0,0.0,2233.0,5105.0,36892.0,171900.0,1129.0,30.372608257804632,22.115572967678748,8.257035290125884,0.3393755004003203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,14.113,19.466,-5.353,0.931,1.517,-0.586,59.79,45.169,14.621,0.118,0.787,-0.669,0.0,0.0,0.0,23.748,31.362,-7.614 +36081029300,"Census Tract 293, Queens County, New York",1097,813.0,61250.0,678000.0,277.0,72.0,0.0,0.0,923.0,0.0,14.0,16.0,72.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 293,1368.0,194.0,27.0,6.0,699.0,0.0,435.0,879.0,38438.0,215800.0,314.0,34.07134071340713,35.72241183162685,-1.6510711182197184,0.5416637168141593,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.563,14.181,-7.618,0.0,1.974,-1.974,84.139,51.096,33.043,0.0,0.439,-0.439,0.0,0.0,0.0,6.563,31.798,-25.235 +36081029400,"Census Tract 294, Queens County, New York",7097,4743.0,68240.0,455500.0,1197.0,36.0,6232.0,0.0,293.0,0.0,0.0,56.0,480.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 294,6164.0,173.0,5587.0,20.0,55.0,0.0,307.0,4126.0,43546.63036,181704.1838,798.0,25.23719165085389,19.340765874939407,5.896425775914484,0.42556745406805707,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.507,2.807,-2.3,87.812,90.639,-2.827,4.129,0.892,3.237,0.0,0.324,-0.324,0.0,0.0,0.0,6.763,4.981,1.782 +36081029500,"Census Tract 295, Queens County, New York",3451,2718.0,65955.0,251500.0,1152.0,1206.0,53.0,12.0,1209.0,0.0,8.0,95.0,880.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 295,3790.0,1614.0,202.0,16.0,985.0,0.0,847.0,2933.0,44231.0,77400.0,848.0,42.384105960264904,28.91237640640982,13.471729553855084,0.5568349900596421,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,34.946,42.586,-7.64,1.536,5.33,-3.794,35.033,25.989,9.044,0.348,0.422,-0.074,0.0,0.0,0.0,25.5,22.348,3.152 +36081029700,"Census Tract 297, Queens County, New York",2117,1442.0,61838.0,653700.0,525.0,961.0,13.0,0.0,545.0,0.0,0.0,60.0,538.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 297,1961.002847,803.0014234,36.00063263,2.0,639.0,0.0,405.0007908,1328.0,44643.0,223799.9011,401.0,36.407766990291265,30.19578313253012,6.211983857761144,0.5070034303441946,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,45.394,40.949,4.445,0.614,1.836,-1.222,25.744,32.585,-6.841,0.0,0.102,-0.102,0.0,0.0,0.0,25.413,20.653,4.76 +36081029900,"Census Tract 299, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 299,11.99715292,5.9985766410000005,2.666033983,0.0,0.0,0.0,3.3325424189999997,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,50.0,,,22.222,,,0.0,,,0.0,,,0.0,,,27.778, +36081030600,"Census Tract 306, Queens County, New York",4827,3007.0,69464.0,392900.0,657.0,187.0,4005.0,0.0,161.0,0.0,100.0,33.0,341.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 306,3909.0,86.0,3415.0,4.0,56.0,0.0,301.0,2485.0,48818.93295,176774.0696,505.0,21.84901895576987,20.321931589537222,1.5270873662326494,0.3521133616085519,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,3.874,2.2,1.674,82.971,87.362,-4.391,3.335,1.433,1.902,0.0,0.102,-0.102,0.0,0.0,0.0,7.064,7.7,-0.636 +36081030902,"Census Tract 309.02, Queens County, New York",7652,5201.0,52380.0,616700.0,1291.0,1440.0,164.0,144.0,3283.0,0.0,85.0,260.0,2393.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 309.02,7949.0,2292.0,111.0,22.0,2596.0,0.0,2728.0,5415.0,41018.0,285400.0,1384.0,24.822149586617957,25.558633425669438,-0.7364838390514805,0.33358845467812553,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,18.819,28.834,-10.015,2.143,1.396,0.747,42.904,32.658,10.246,1.882,0.277,1.605,0.0,0.0,0.0,31.273,34.319,-3.046 +36081030903,"Census Tract 309.03, Queens County, New York",5811,3942.0,65644.0,634300.0,1241.0,785.0,54.0,44.0,2352.0,0.0,14.0,102.0,2504.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 309.03,6614.000204999999,1635.794556,80.2228775,15.04179001,1905.293335,1.880223751,2832.870361,4526.325195,48397.99847,261799.99800000002,1072.980957,31.48148148148148,23.705343977168656,7.776137504312825,0.40565663389563295,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,13.509,24.732,-11.223,0.929,1.213,-0.284,40.475,28.807,11.668,0.757,0.227,0.53,0.0,0.028,-0.028,43.091,42.831,0.26 +36081030904,"Census Tract 309.04, Queens County, New York",3576,2502.0,60774.0,682600.0,757.0,892.0,16.0,82.0,1240.0,0.0,8.0,0.0,1420.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 309.04,3939.0001090000005,974.2054443,47.77712631,8.958210945,1134.7067869999998,1.119776368,1687.129761,2695.675049,48398.001639999995,261799.9969,639.019043,30.255795363709034,23.705343981911078,6.550451381797956,0.4477116971344858,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,24.944,24.732,0.212,0.447,1.213,-0.766,34.676,28.807,5.869,2.293,0.227,2.066,0.0,0.028,-0.028,39.709,42.831,-3.122 +36081031700,"Census Tract 317, Queens County, New York",6271,4797.0,63214.0,603100.0,1595.0,4465.0,59.0,115.0,568.0,0.0,0.0,61.0,1118.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 317,6131.0,4389.0,90.0,10.0,305.0,0.0,959.0,4488.0,45833.0,223200.0,1128.0,33.249947884094226,25.13368983957219,8.116258044522034,0.46707345382192006,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,71.201,71.587,-0.386,0.941,1.468,-0.527,9.058,4.975,4.083,1.834,0.163,1.671,0.0,0.0,0.0,17.828,15.642,2.186 +36081032000,"Census Tract 320, Queens County, New York",5097,2940.0,75729.0,410700.0,643.0,162.0,4339.0,0.0,95.0,0.0,2.0,76.0,423.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 320,4585.0,104.0,3728.0,11.0,94.0,2.0,625.0,2508.0,46696.0,176600.0,370.0,21.87074829931973,14.752791068580542,7.1179572307391865,0.3808035062089116,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,3.178,2.268,0.91,85.129,81.309,3.82,1.864,2.05,-0.186,0.0,0.24,-0.24,0.0,0.044,-0.044,8.299,13.631,-5.332 +36081032700,"Census Tract 327, Queens County, New York",3916,2780.0,56786.0,617000.0,421.0,234.0,45.0,16.0,1058.0,0.0,0.0,0.0,2579.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 327,4285.0,614.0,42.0,17.0,929.0,0.0,2571.0,2576.0,39881.0,280000.0,367.0,15.143884892086332,14.246894409937887,0.8969904821484445,0.34651539708265805,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,5.975,14.329,-8.354,1.149,0.98,0.169,27.017,21.68,5.337,0.409,0.397,0.012,0.0,0.0,0.0,65.858,60.0,5.858 +36081032800,"Census Tract 328, Queens County, New York",2526,1680.0,60208.0,463500.0,406.0,45.0,2114.0,0.0,0.0,30.0,14.0,80.0,243.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 328,2155.0,26.0,2030.0,1.0,4.0,1.0,90.0,1530.0,55625.0,192300.0,475.0,24.166666666666668,31.045751633986928,-6.87908496732026,0.4025631067961165,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,1.781,1.206,0.575,83.69,94.2,-10.51,0.0,0.186,-0.186,0.0,0.046,-0.046,1.188,0.046,1.142,9.62,4.176,5.444 +36081032900,"Census Tract 329, Queens County, New York",3983,2813.0,58333.0,562500.0,421.0,434.0,141.0,20.0,716.0,0.0,0.0,19.0,2673.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 329,4067.0,664.0,248.0,10.0,573.0,0.0,2512.0,2422.0,47917.0,215400.0,418.0,14.96622822609314,17.258464079273327,-2.2922358531801876,0.448576,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,10.896,16.327,-5.431,3.54,6.098,-2.558,17.976,14.089,3.887,0.502,0.246,0.256,0.0,0.0,0.0,67.11,61.765,5.345 +36081033000,"Census Tract 330, Queens County, New York",6921,4613.0,75833.0,425500.0,1012.0,42.0,5944.0,9.0,61.0,0.0,63.0,123.0,688.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 330,6083.0,31.0,5721.0,16.0,33.0,0.0,244.0,3865.0,48706.0,172700.0,790.0,21.938001300672013,20.439844760672703,1.4981565399993109,0.41553936545240894,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.607,0.51,0.097,85.884,94.049,-8.165,0.881,0.542,0.339,0.13,0.263,-0.133,0.0,0.0,0.0,9.941,4.011,5.93 +36081033100,"Census Tract 331, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 331,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081033401,"Census Tract 334.01, Queens County, New York",3645,2354.0,74542.0,432200.0,525.0,27.0,3279.0,0.0,41.0,0.0,11.0,21.0,266.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 334.01,2538.0,17.0,2397.0,5.0,27.0,0.0,76.0,1439.0,50833.0,177300.0,218.0,22.302463891248937,15.149409312022238,7.1530545792266995,0.4092734844979176,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.741,0.67,0.071,89.959,94.444,-4.485,1.125,1.064,0.061,0.0,0.197,-0.197,0.0,0.0,0.0,7.298,2.994,4.304 +36081033402,"Census Tract 334.02, Queens County, New York",13204,10035.0,49873.0,115600.0,2476.0,222.0,11665.0,46.0,258.0,0.0,58.0,56.0,945.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 334.02,13194.0,210.0,12435.0,63.0,41.0,0.0,425.0,9127.0,39792.0,130800.0,1859.0,24.673642252117588,20.36813849019393,4.3055037619236565,-0.6293425605536332,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,1.681,1.592,0.089,88.344,94.247,-5.903,1.954,0.311,1.643,0.348,0.477,-0.129,0.0,0.0,0.0,7.157,3.221,3.936 +36081033700,"Census Tract 337, Queens County, New York",3238,2223.0,69967.0,660300.0,422.0,97.0,0.0,0.0,695.0,0.0,0.0,0.0,2446.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 337,3860.0,457.0,96.0,7.0,862.0,0.0,2375.0,2398.0,34427.0,228500.0,268.0,18.98335582546109,11.175979983319433,7.807375842141656,0.5016810540663335,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,2.996,11.839,-8.843,0.0,2.487,-2.487,21.464,22.332,-0.868,0.0,0.181,-0.181,0.0,0.0,0.0,75.54,61.528,14.012 +36081033900,"Census Tract 339, Queens County, New York",3016,2102.0,68813.0,252600.0,536.0,421.0,67.0,0.0,520.0,0.0,0.0,22.0,1986.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 339,3703.0,672.0,180.0,6.0,639.0,0.0,2146.0,2444.0,38281.0,151300.0,423.0,25.49952426260704,17.307692307692307,8.191831954914733,0.13748218527315914,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,13.959,18.147,-4.188,2.221,4.861,-2.64,17.241,17.256,-0.015,0.0,0.162,-0.162,0.0,0.0,0.0,65.849,57.953,7.896 +36081034700,"Census Tract 347, Queens County, New York",3470,2310.0,51367.0,598800.0,339.0,349.0,378.0,23.0,478.0,0.0,10.0,8.0,2224.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 347,3436.0,352.0,648.0,13.0,282.0,0.0,2087.0,2042.0,42321.0,222000.0,214.0,14.675324675324676,10.479921645445641,4.195403029879035,0.4661322645290581,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.058,10.244,-0.186,10.893,18.859,-7.966,13.775,8.207,5.568,0.663,0.378,0.285,0.0,0.0,0.0,64.092,60.739,3.353 +36081035100,"Census Tract 351, Queens County, New York",4178,2965.0,55000.0,277200.0,840.0,478.0,142.0,0.0,787.0,0.0,18.0,23.0,2730.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 351,4288.0,695.0,318.0,15.0,546.0,5.0,2664.0,2924.0,36250.0,66900.0,572.0,28.33052276559865,19.562243502051984,8.768279263546667,0.6524675324675324,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,11.441,16.208,-4.767,3.399,7.416,-4.017,18.837,12.733,6.104,0.0,0.35,-0.35,0.0,0.117,-0.117,65.342,62.127,3.215 +36081035200,"Census Tract 352, Queens County, New York",3073,1959.0,84167.0,385900.0,417.0,152.0,2642.0,0.0,20.0,0.0,4.0,36.0,219.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 352,2519.0,11.0,2421.0,5.0,10.0,0.0,70.0,1745.0,50313.0,170100.0,222.0,21.28637059724349,12.722063037249283,8.564307559994207,0.36526561285307074,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,4.946,0.437,4.509,85.975,96.11,-10.135,0.651,0.397,0.254,0.0,0.198,-0.198,0.0,0.0,0.0,7.127,2.779,4.348 +36081035300,"Census Tract 353, Queens County, New York",2541,1706.0,45880.0,514400.0,163.0,32.0,306.0,0.0,144.0,0.0,38.0,17.0,2004.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 353,2658.0,105.0,679.0,3.0,95.0,6.0,1742.0,1625.0,34135.0,181700.0,151.0,9.55451348182884,9.292307692307693,0.2622057895211469,0.491353032659409,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.259,3.95,-2.691,12.043,25.546,-13.503,5.667,3.574,2.093,0.0,0.113,-0.113,0.0,0.226,-0.226,78.867,65.538,13.329 +36081035700,"Census Tract 357, Queens County, New York",4061,3119.0,62031.0,491100.0,551.0,637.0,1452.0,0.0,569.0,0.0,0.0,7.0,1396.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 357,4306.000002000001,381.8984089,2346.054307,19.3590824,129.512641,0.0,1373.407772,2815.260769,41415.8946,190494.8185,345.8492508,17.665918563642194,12.284803404653987,5.381115158988207,0.441432419792303,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,15.686,8.869,6.817,35.755,54.483,-18.728,14.011,3.008,11.003,0.0,0.45,-0.45,0.0,0.0,0.0,34.376,31.895,2.481 +36081035800,"Census Tract 358, Queens County, New York",4120,2782.0,80345.0,457500.0,698.0,68.0,3608.0,0.0,0.0,0.0,92.0,31.0,321.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 358,3923.0,37.0,3671.0,14.0,31.0,0.0,166.0,2654.0,51960.0,185800.0,633.0,25.089863407620417,23.85079125847777,1.2390721491426469,0.41518688524590164,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,1.65,0.943,0.707,87.573,93.576,-6.003,0.0,0.79,-0.79,0.0,0.357,-0.357,0.0,0.0,0.0,7.791,4.231,3.56 +36081036100,"Census Tract 361, Queens County, New York",2813,1880.0,44900.0,572400.0,278.0,70.0,530.0,0.0,120.0,0.0,0.0,12.0,2081.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 361,2246.0,94.0,1172.0,7.0,63.0,0.0,888.0,1458.0,35000.0,192500.0,172.0,14.787234042553191,11.796982167352537,2.990251875200654,0.5157232704402516,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,2.488,4.185,-1.697,18.841,52.182,-33.341,4.266,2.805,1.461,0.0,0.312,-0.312,0.0,0.0,0.0,73.978,39.537,34.441 +36081036300,"Census Tract 363, Queens County, New York",1960,1274.0,53807.0,617600.0,164.0,54.0,249.0,0.0,146.0,0.0,11.0,12.0,1488.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 363,2179.0,45.0,1109.0,4.0,69.0,0.0,941.0,1321.0,50094.0,193100.0,99.0,12.872841444270016,7.494322482967449,5.378518961302567,0.5497668393782383,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.755,2.065,0.69,12.704,50.895,-38.191,7.449,3.167,4.282,0.0,0.184,-0.184,0.0,0.0,0.0,75.918,43.185,32.733 +36081036500,"Census Tract 365, Queens County, New York",3650,2212.0,48350.0,628300.0,187.0,72.0,597.0,24.0,179.0,0.0,0.0,11.0,2791.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 365,3184.0,54.0,1295.0,10.0,148.0,0.0,1644.0,1800.0,35625.0,216800.0,147.0,8.453887884267631,8.166666666666666,0.2872212176009654,0.5031163456947318,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.973,1.696,0.277,16.356,40.672,-24.316,4.904,4.648,0.256,0.658,0.314,0.344,0.0,0.0,0.0,76.466,51.633,24.833 +36081036600,"Census Tract 366, Queens County, New York",3058,2128.0,70662.0,368400.0,518.0,14.0,2687.0,0.0,138.0,0.0,0.0,47.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 366,2638.0,16.0,2498.0,7.0,9.0,0.0,95.0,1762.0,42333.0,163000.0,285.0,24.342105263157894,16.174801362088537,8.167303901069356,0.3628664495114006,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.458,0.607,-0.149,87.868,94.693,-6.825,4.513,0.341,4.172,0.0,0.265,-0.265,0.0,0.0,0.0,5.625,3.601,2.024 +36081036700,"Census Tract 367, Queens County, New York",2567,1818.0,58250.0,542600.0,337.0,128.0,889.0,0.0,271.0,0.0,3.0,31.0,1245.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 367,2822.0,45.0,1912.0,11.0,53.0,0.0,783.0,1820.0,42976.0,206900.0,267.0,18.536853685368538,14.67032967032967,3.866524015038868,0.45091043125691116,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.986,1.595,3.391,34.632,67.753,-33.121,10.557,1.878,8.679,0.0,0.39,-0.39,0.0,0.0,0.0,48.5,27.746,20.754 +36081036800,"Census Tract 368, Queens County, New York",2673,1800.0,76359.0,379000.0,447.0,16.0,2319.0,0.0,0.0,0.0,0.0,49.0,289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 368,2501.0,11.0,2344.0,8.0,5.0,0.0,131.0,1563.0,49955.0,170100.0,259.0,24.833333333333332,16.570697376839412,8.26263595649392,0.35370976253298153,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.599,0.44,0.159,86.756,93.723,-6.967,0.0,0.2,-0.2,0.0,0.32,-0.32,0.0,0.0,0.0,10.812,5.238,5.574 +36081037100,"Census Tract 371, Queens County, New York",1404,950.0,59602.0,651100.0,305.0,47.0,347.0,2.0,267.0,0.0,10.0,39.0,694.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 371,1562.000008,108.2022476,1048.629215,5.022471905,51.62921524,0.0,333.48314669999996,1102.573044,49209.01147,212331.7949,177.9775314,32.10526315789474,16.142017290239504,15.963245867655235,0.5303981190969129,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,3.348,6.927,-3.579,24.715,67.134,-42.419,19.017,3.305,15.712,0.142,0.322,-0.18,0.0,0.0,0.0,49.43,21.35,28.08 +36081037300,"Census Tract 373, Queens County, New York",2586,1603.0,46694.0,599300.0,287.0,98.0,293.0,0.0,392.0,0.0,18.0,26.0,1759.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 373,2225.9999989999997,71.77949333,1012.758427,8.41994381,57.63342667,0.0,1056.341292,1349.271069,40193.00151,237664.9055,139.7050552,17.903930131004365,10.354113299378838,7.549816831625527,0.4289379877857501,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.79,3.225,0.565,11.33,45.497,-34.167,15.159,2.589,12.57,0.0,0.378,-0.378,0.0,0.0,0.0,68.02,47.455,20.565 +36081037500,"Census Tract 375, Queens County, New York",4321,2843.0,53050.0,662500.0,314.0,45.0,129.0,37.0,206.0,0.0,44.0,0.0,3897.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 375,4073.0,123.0,329.0,7.0,606.0,0.0,2977.0,2431.0,38594.0,285100.0,374.0,11.044671122054169,15.384615384615385,-4.339944262561216,0.3803109433962264,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.041,3.02,-1.979,2.985,8.078,-5.093,4.767,14.878,-10.111,0.856,0.172,0.684,0.0,0.0,0.0,90.187,73.091,17.096 +36081037600,"Census Tract 376, Queens County, New York",6422,4207.0,72689.0,424600.0,976.0,0.0,5770.0,50.0,206.0,0.0,28.0,67.0,301.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 376,5975.0,27.0,5583.0,22.0,25.0,0.0,295.0,3931.0,46549.0,172500.0,843.0,23.199429522224865,21.444924955482065,1.7545045667427992,0.41497880357983985,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.0,0.452,-0.452,89.847,93.439,-3.592,3.208,0.418,2.79,0.779,0.368,0.411,0.0,0.0,0.0,4.687,4.937,-0.25 +36081037700,"Census Tract 377, Queens County, New York",3566,2290.0,64545.0,638200.0,158.0,0.0,361.0,0.0,99.0,0.0,16.0,0.0,3090.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 377,3579.0,82.0,948.0,15.0,41.0,0.0,2454.0,1951.0,27708.0,219100.0,123.0,6.899563318777292,6.304459251665812,0.59510406711148,0.5056345973049201,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.0,2.291,-2.291,10.123,26.488,-16.365,2.776,1.146,1.63,0.0,0.419,-0.419,0.0,0.0,0.0,86.652,68.567,18.085 +36081037900,"Census Tract 379, Queens County, New York",7184,4277.0,60239.0,709600.0,322.0,9.0,169.0,0.0,510.0,0.0,0.0,0.0,6496.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 379,4631.0,87.0,952.0,22.0,72.0,0.0,3469.0,2621.0,32451.0,214900.0,215.0,7.528641571194763,8.202975963372758,-0.674334392177995,0.5639007891770011,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,0.125,1.879,-1.754,2.352,20.557,-18.205,7.099,1.555,5.544,0.0,0.475,-0.475,0.0,0.0,0.0,90.423,74.908,15.515 +36081038100,"Census Tract 381, Queens County, New York",7089,4484.0,48933.0,402000.0,455.0,162.0,766.0,93.0,382.0,0.0,33.0,78.0,5668.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 381,5298.0,89.0,1538.0,34.0,97.0,0.0,3497.0,3130.0,33516.0,176500.0,312.0,10.147190008920607,9.968051118210862,0.1791388907097442,0.36776119402985075,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,2.285,1.68,0.605,10.805,29.03,-18.225,5.389,1.831,3.558,1.312,0.642,0.67,0.0,0.0,0.0,79.955,66.006,13.949 +36081038301,"Census Tract 383.01, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 383.01,1.00000001,0.388108611,0.17041198899999999,0.006086141999999999,0.212078661,0.0,0.193352059,0.80102998,51765.99824,112900.0041,0.285580516,,35.65166387405375,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,True,False,False,False,False,False,False,False,False,,38.811,,,17.041,,,21.208,,,0.609,,,0.0,,,19.335, +36081038302,"Census Tract 383.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 383.02,1647.211269,639.296875,280.7045288,10.02516174,349.3383484,0.0,318.4916992,1319.465576,51765.99975,112899.9991,470.41146849999996,,35.651666633552246,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,True,False,False,False,False,False,False,False,False,,38.811,,,17.041,,,21.208,,,0.609,,,0.0,,,19.335, +36081038400,"Census Tract 384, Queens County, New York",2428,1613.0,73385.0,371300.0,285.0,23.0,2181.0,0.0,94.0,0.0,0.0,5.0,125.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 384,2608.0,25.0,2484.0,5.0,14.0,0.0,72.0,1645.0,57708.0,168200.0,381.0,17.668939863608184,23.161094224924014,-5.49215436131583,0.3476757339078912,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.947,0.959,-0.012,89.827,95.245,-5.418,3.871,0.537,3.334,0.0,0.192,-0.192,0.0,0.0,0.0,5.148,2.761,2.387 +36081039400,"Census Tract 394, Queens County, New York",3013,2092.0,64550.0,427100.0,401.0,31.0,2540.0,0.0,53.0,0.0,15.0,90.0,284.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 394,2857.0,11.0,2735.0,5.0,8.0,0.0,89.0,1838.0,48493.0,174400.0,299.0,19.168260038240916,16.267682263329707,2.900577774911209,0.4119971903535472,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,1.029,0.385,0.644,84.301,95.73,-11.429,1.759,0.28,1.479,0.0,0.175,-0.175,0.0,0.0,0.0,9.426,3.115,6.311 +36081039800,"Census Tract 398, Queens County, New York",1781,1217.0,89167.0,429100.0,402.0,17.0,1637.0,0.0,40.0,0.0,0.0,0.0,87.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 398,1762.0,5.0,1686.0,2.0,22.0,0.0,42.0,1263.0,62708.0,184100.0,146.0,33.03204601479047,11.559778305621537,21.472267709168932,0.38218597063621534,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,0.955,0.284,0.671,91.915,95.687,-3.772,2.246,1.249,0.997,0.0,0.114,-0.114,0.0,0.0,0.0,4.885,2.384,2.501 +36081039900,"Census Tract 399, Queens County, New York",4014,2394.0,52378.0,512100.0,242.0,75.0,308.0,87.0,120.0,0.0,70.0,9.0,3432.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 399,3589.0,135.0,222.0,16.0,446.0,0.0,2721.0,2055.0,32340.0,265500.0,164.0,10.108604845446951,7.980535279805353,2.1280695656415984,0.25342706502636203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.868,3.761,-1.893,7.673,6.186,1.487,2.99,12.427,-9.437,2.167,0.446,1.721,0.0,0.0,0.0,85.501,75.815,9.686 +36081040000,"Census Tract 400, Queens County, New York",1333,975.0,82396.0,422000.0,323.0,14.0,1212.0,0.0,0.0,0.0,0.0,33.0,74.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 400,1416.0,2.0,1328.0,12.0,7.0,0.0,64.0,839.0,47222.0,203100.0,165.0,33.12820512820513,19.66626936829559,13.46193575990954,0.306957345971564,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,1.05,0.141,0.909,90.923,93.785,-2.862,0.0,0.494,-0.494,0.0,0.847,-0.847,0.0,0.0,0.0,5.551,4.52,1.031 +36081040100,"Census Tract 401, Queens County, New York",7637,4651.0,52132.0,561800.0,463.0,40.0,137.0,37.0,906.0,0.0,0.0,0.0,6537.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 401,6758.0,229.0,251.0,36.0,723.0,0.0,5463.0,3942.0,36517.0,267200.0,266.0,9.95484841969469,6.747843734145104,3.2070046855495855,0.31511569953720187,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.524,3.389,-2.865,1.794,3.714,-1.92,11.863,10.698,1.165,0.484,0.533,-0.049,0.0,0.0,0.0,85.596,80.838,4.758 +36081040200,"Census Tract 402, Queens County, New York",1811,1209.0,100893.0,445200.0,311.0,0.0,1695.0,0.0,48.0,0.0,0.0,35.0,33.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 402,1453.0,2.0,1360.0,9.0,10.0,0.0,62.0,1032.0,47955.0,174500.0,156.0,25.723738626964433,15.116279069767442,10.607459557196991,0.43557951482479784,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.0,0.138,-0.138,93.595,93.599,-0.004,2.65,0.688,1.962,0.0,0.619,-0.619,0.0,0.0,0.0,1.822,4.267,-2.445 +36081040300,"Census Tract 403, Queens County, New York",7716,4428.0,47386.0,469200.0,381.0,38.0,0.0,24.0,923.0,0.0,73.0,65.0,6617.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 403,6412.0,233.0,118.0,17.0,684.0,0.0,5323.0,3766.0,35551.0,235800.0,267.0,8.604336043360433,7.089750398300584,1.5145856450598494,0.27631713554987214,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.492,3.634,-3.142,0.0,1.84,-1.84,11.962,10.667,1.295,0.311,0.265,0.046,0.0,0.0,0.0,85.757,83.016,2.741 +36081040400,"Census Tract 404, Queens County, New York",4415,2916.0,65329.0,381800.0,458.0,40.0,3829.0,9.0,92.0,0.0,0.0,159.0,295.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 404,3959.0,29.0,3573.0,44.0,62.0,1.0,214.0,2508.0,37034.0,161100.0,351.0,15.706447187928669,13.995215311004785,1.7112318769238843,0.3923939235201676,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.906,0.733,0.173,86.727,90.25,-3.523,2.084,1.566,0.518,0.204,1.111,-0.907,0.0,0.025,-0.025,6.682,5.405,1.277 +36081040500,"Census Tract 405, Queens County, New York",3350,2121.0,48100.0,477100.0,76.0,15.0,26.0,12.0,84.0,0.0,0.0,0.0,3225.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 405,3303.0,122.0,119.0,19.0,140.0,0.0,2893.0,1952.0,34871.0,257100.0,193.0,3.583215464403583,9.887295081967213,-6.30407961756363,0.22401173758121987,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.448,3.694,-3.246,0.776,3.603,-2.827,2.507,4.239,-1.732,0.358,0.575,-0.217,0.0,0.0,0.0,96.269,87.587,8.682 +36081040700,"Census Tract 407, Queens County, New York",8990,5611.0,45761.0,558800.0,238.0,239.0,213.0,59.0,452.0,0.0,0.0,34.0,8031.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 407,7904.0,248.0,360.0,10.0,526.0,0.0,6651.0,4447.0,33750.0,268400.0,154.0,4.241668151844591,3.4630087699572747,0.7786593818873162,0.3083464566929134,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,2.659,3.138,-0.479,2.369,4.555,-2.186,5.028,6.655,-1.627,0.656,0.127,0.529,0.0,0.0,0.0,89.333,84.147,5.186 +36081040900,"Census Tract 409, Queens County, New York",5338,3668.0,48348.0,641200.0,299.0,69.0,180.0,71.0,599.0,0.0,0.0,10.0,4480.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 409,5198.0,218.0,261.0,27.0,474.0,0.0,4173.0,3022.0,40208.0,270200.0,288.0,8.151581243184296,9.530112508272667,-1.3785312650883714,0.3931877729257642,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.293,4.194,-2.901,3.372,5.021,-1.649,11.221,9.119,2.102,1.33,0.519,0.811,0.0,0.0,0.0,83.927,80.281,3.646 +36081041100,"Census Tract 411, Queens County, New York",4108,2638.0,60058.0,488600.0,280.0,51.0,24.0,66.0,658.0,0.0,16.0,5.0,3354.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 411,3623.0,201.0,29.0,13.0,530.0,0.0,2825.0,2092.0,35938.0,220500.0,201.0,10.614101592115238,9.608030592734226,1.0060709993810129,0.3501432664756447,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,1.241,5.548,-4.307,0.584,0.8,-0.216,16.018,14.629,1.389,1.607,0.359,1.248,0.0,0.0,0.0,81.646,77.974,3.672 +36081041300,"Census Tract 413, Queens County, New York",4614,2786.0,48545.0,610700.0,194.0,74.0,0.0,0.0,1021.0,0.0,0.0,37.0,3482.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 413,3536.0,396.0,35.0,13.0,553.0,0.0,2483.0,2114.0,36744.0,251300.0,187.0,6.963388370423546,8.845789971617787,-1.8824016011942408,0.40744719174717536,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.604,11.199,-9.595,0.0,0.99,-0.99,22.128,15.639,6.489,0.0,0.368,-0.368,0.0,0.0,0.0,75.466,70.221,5.245 +36081041400,"Census Tract 414, Queens County, New York",4279,2925.0,51190.0,408000.0,468.0,58.0,3153.0,0.0,117.0,0.0,140.0,44.0,767.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 414,3637.0,25.0,3381.0,13.0,32.0,0.0,169.0,2154.0,34540.0,176800.0,309.0,16.0,14.345403899721449,1.6545961002785514,0.376,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,1.355,0.687,0.668,73.685,92.961,-19.276,2.734,0.88,1.854,0.0,0.357,-0.357,0.0,0.0,0.0,17.925,4.647,13.278 +36081041500,"Census Tract 415, Queens County, New York",4278,2635.0,44659.0,631600.0,279.0,605.0,36.0,0.0,336.0,0.0,12.0,0.0,3289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 415,3604.0,524.0,82.0,20.0,584.0,0.0,2372.0,2128.0,36741.0,292200.0,278.0,10.588235294117647,13.063909774436091,-2.4756744803184443,0.33380620645978465,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,14.142,14.539,-0.397,0.842,2.275,-1.433,7.854,16.204,-8.35,0.0,0.555,-0.555,0.0,0.0,0.0,76.882,65.816,11.066 +36081042400,"Census Tract 424, Queens County, New York",2426,1678.0,85455.0,468700.0,725.0,11.0,2201.0,0.0,55.0,0.0,13.0,64.0,82.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 424,2464.0,18.0,2316.0,31.0,11.0,0.0,83.0,1642.0,67362.98481000001,203221.1538,515.0,43.206197854588794,31.364190012180266,11.842007842408528,0.3756380169148709,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,0.453,0.731,-0.278,90.725,93.994,-3.269,2.267,0.446,1.821,0.0,1.258,-1.258,0.0,0.0,0.0,3.38,3.369,0.011 +36081042600,"Census Tract 426, Queens County, New York",492,484.0,,,40.0,226.0,195.0,0.0,18.0,0.0,0.0,0.0,53.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 426,475.0,207.0,245.0,3.0,2.0,0.0,17.0,471.0,,,30.0,8.264462809917354,6.369426751592357,1.8950360583249974,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,45.935,43.579,2.356,39.634,51.579,-11.945,3.659,0.421,3.238,0.0,0.632,-0.632,0.0,0.0,0.0,10.772,3.579,7.193 +36081042700,"Census Tract 427, Queens County, New York",5552,3351.0,51518.0,651100.0,380.0,377.0,0.0,0.0,532.0,0.0,0.0,0.0,4643.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 427,3822.0,612.0,54.0,8.0,533.0,0.0,2588.0,2295.0,36652.0,288500.0,224.0,11.339898537749926,9.760348583877995,1.5795499538719309,0.3619413300568269,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,6.79,16.013,-9.223,0.0,1.413,-1.413,9.582,13.946,-4.364,0.0,0.209,-0.209,0.0,0.0,0.0,83.628,67.713,15.915 +36081043200,"Census Tract 432, Queens County, New York",1427,935.0,91750.0,456600.0,292.0,0.0,1264.0,0.0,54.0,0.0,10.0,12.0,87.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 432,1109.0,21.0,1005.0,2.0,19.0,0.0,60.0,749.0,61875.0,186400.0,167.0,31.22994652406417,22.296395193591454,8.933551330472717,0.4121419185282523,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,0.0,1.894,-1.894,88.577,90.622,-2.045,3.784,1.713,2.071,0.0,0.18,-0.18,0.0,0.0,0.0,6.097,5.41,0.687 +36081043400,"Census Tract 434, Queens County, New York",1796,1267.0,93125.0,380200.0,304.0,11.0,1300.0,0.0,143.0,9.0,133.0,61.0,139.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 434,1635.0,9.0,1494.0,1.0,7.0,0.0,113.0,1084.0,31645.0,167700.0,124.0,23.99368587213891,11.439114391143912,12.554571480995,0.3648395581273014,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,0.612,0.55,0.062,72.383,91.376,-18.993,7.962,0.428,7.534,0.0,0.061,-0.061,0.501,0.0,0.501,7.739,6.911,0.828 +36081043701,"Census Tract 437.01, Queens County, New York",3249,2263.0,58523.0,368800.0,363.0,469.0,282.0,12.0,122.0,0.0,141.0,23.0,2212.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 437.01,3161.000028,554.472168,406.2738037,16.61720848,515.4725952,0.0,1639.338501,2017.464722,35182.00085,67399.99752,370.6654968,16.040653999116216,18.372836598230244,-2.3321825991140273,0.736832981483731,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,14.435,17.541,-3.106,8.68,12.853,-4.173,3.755,16.307,-12.552,0.369,0.526,-0.157,0.0,0.0,0.0,68.082,51.861,16.221 +36081043702,"Census Tract 437.02, Queens County, New York",6537,4698.0,40950.0,215000.0,1069.0,452.0,674.0,87.0,1247.0,0.0,0.0,23.0,4054.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 437.02,6159.999972,1080.527832,791.7261963,32.38278961,1004.527405,0.0,3194.661621,3931.5351560000004,35182.00069,67400.00127000001,722.3345337000001,22.75436355896126,18.372836691988617,4.381526866972642,0.54857673568,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,6.914,17.541,-10.627,10.311,12.853,-2.542,19.076,16.307,2.769,1.331,0.526,0.805,0.0,0.0,0.0,62.016,51.861,10.155 +36081043900,"Census Tract 439, Queens County, New York",4281,2753.0,42833.0,477300.0,243.0,285.0,40.0,0.0,669.0,0.0,0.0,0.0,3287.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 439,3663.0,520.0,100.0,13.0,267.0,0.0,2724.0,2126.0,34297.0,238400.0,283.0,8.826734471485652,13.311382878645343,-4.484648407159691,0.2807542426147077,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,6.657,14.196,-7.539,0.934,2.73,-1.796,15.627,7.289,8.338,0.0,0.355,-0.355,0.0,0.0,0.0,76.781,74.365,2.416 +36081044000,"Census Tract 440, Queens County, New York",3916,2547.0,60400.0,365300.0,448.0,7.0,2965.0,0.0,135.0,0.0,229.0,85.0,495.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 440,3359.0,23.0,2943.0,33.0,100.0,0.0,226.0,1913.0,35179.0,158600.0,187.0,17.589320769532783,9.775222164140095,7.814098605392688,0.3748042704626334,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,0.179,0.685,-0.506,75.715,87.615,-11.9,3.447,2.977,0.47,0.0,0.982,-0.982,0.0,0.0,0.0,12.64,6.728,5.912 +36081044301,"Census Tract 443.01, Queens County, New York",3613,2457.0,28686.0,620800.0,339.0,142.0,264.0,127.0,858.0,0.0,0.0,26.0,2253.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 443.01,3411.999914,235.45129390000002,500.7427673,18.39463234,949.9805908,0.0,1673.502808,2122.331787,31360.99932,239000.00199999998,269.7879333,13.797313797313798,12.711864137009224,1.0854496603045742,0.4456185520618557,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.93,6.901,-2.971,7.307,14.676,-7.369,23.748,27.842,-4.094,3.515,0.539,2.976,0.0,0.0,0.0,62.358,49.048,13.31 +36081044302,"Census Tract 443.02, Queens County, New York",4491,3253.0,54286.0,549400.0,805.0,205.0,449.0,8.0,1771.0,0.0,0.0,33.0,2025.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 443.02,4935.000086,340.5487061,724.2572021000001,26.60536766,1374.019409,0.0,2420.497314,3069.668213,31361.00047,239000.0099,390.2120667,24.746387949585,12.711864593295706,12.034523356289293,0.37357114259919916,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,4.565,6.901,-2.336,9.998,14.676,-4.678,39.434,27.842,11.592,0.178,0.539,-0.361,0.0,0.0,0.0,45.09,49.048,-3.958 +36081044400,"Census Tract 444, Queens County, New York",3308,2267.0,44388.0,401300.0,457.0,91.0,716.0,67.0,587.0,0.0,381.0,170.0,1296.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 444,2460.0,55.08333334,1317.583333,50.0,347.0833333,0.0,527.25,1565.083333,29345.78773,173315.0071,217.0,20.15880017644464,13.865076409960082,6.293723766484558,0.3780871910690257,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.751,2.239,0.512,21.644,53.56,-31.916,17.745,14.109,3.636,2.025,2.033,-0.008,0.0,0.0,0.0,39.178,21.433,17.745 +36081044601,"Census Tract 446.01, Queens County, New York",3817,2573.0,41488.0,163600.0,633.0,47.0,796.0,38.0,820.0,0.0,34.0,6.0,2076.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 446.01,2462.0,106.0,1094.0,17.0,169.0,0.0,1032.0,1587.0,29038.0,51800.0,191.0,24.601632335794793,12.03528670447385,12.566345631320944,0.5440586797066015,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,1.231,4.305,-3.074,20.854,44.435,-23.581,21.483,6.864,14.619,0.996,0.69,0.306,0.0,0.0,0.0,54.388,41.917,12.471 +36081044602,"Census Tract 446.02, Queens County, New York",4706,3106.0,40467.0,408600.0,814.0,94.0,1022.0,53.0,1916.0,0.0,186.0,123.0,1358.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 446.02,4128.0,142.0,1710.0,52.0,697.0,0.0,1356.0,2338.0,31394.0,234600.0,302.0,26.207340631036704,12.917023096663815,13.290317534372889,0.173215859030837,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,1.997,3.44,-1.443,21.717,41.424,-19.707,40.714,16.885,23.829,1.126,1.26,-0.134,0.0,0.0,0.0,28.857,32.849,-3.992 +36081044800,"Census Tract 448, Queens County, New York",2923,1735.0,57500.0,641200.0,679.0,156.0,154.0,17.0,1481.0,0.0,70.0,280.0,765.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 448,2371.0,398.0,404.0,16.0,997.0,0.0,461.0,1605.0,47976.0,256000.0,408.0,39.13544668587896,25.42056074766355,13.71488593821541,0.42507797878976916,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,5.337,16.786,-11.449,5.269,17.039,-11.77,50.667,42.05,8.617,0.582,0.675,-0.093,0.0,0.0,0.0,26.172,19.443,6.729 +36081045000,"Census Tract 450, Queens County, New York",2271,1503.0,80000.0,556900.0,445.0,321.0,244.0,0.0,1021.0,0.0,0.0,77.0,608.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 450,1909.0,596.0,181.0,23.0,561.0,0.0,449.0,1362.0,49934.0,214300.0,324.0,29.607451763140386,23.788546255506606,5.8189055076337795,0.4458753815765847,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,14.135,31.221,-17.086,10.744,9.481,1.263,44.958,29.387,15.571,0.0,1.205,-1.205,0.0,0.0,0.0,26.772,23.52,3.252 +36081045200,"Census Tract 452, Queens County, New York",989,738.0,58750.0,595200.0,221.0,229.0,231.0,24.0,360.0,0.0,0.0,52.0,93.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 452,1239.888274,467.3997896000001,235.0597873,10.10090533,315.1941652,0.0,158.80294080000002,941.2532916000001,47366.95948,244710.8068,223.8236558,29.94579945799458,23.779322505160202,6.166476952834376,0.40795772548387105,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,23.155,37.697,-14.542,23.357,18.958,4.399,36.4,25.421,10.979,2.427,0.815,1.612,0.0,0.0,0.0,9.403,12.808,-3.405 +36081045400,"Census Tract 454, Queens County, New York",4708,3118.0,47907.0,216700.0,1165.0,223.0,702.0,39.0,2895.0,0.0,212.0,93.0,573.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 454,4235.111682,357.0819702,1095.184326,51.86665344,2023.796875,0.0,511.68447879999997,2836.707031,46154.00178,205200.0063,989.4561156999999,37.36369467607441,34.880447818088406,2.4832468579860034,-0.3635810294047069,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,4.737,8.431,-3.694,14.911,25.86,-10.949,61.491,47.786,13.705,0.828,1.225,-0.397,0.0,0.0,0.0,12.171,12.082,0.089 +36081045500,"Census Tract 455, Queens County, New York",15051,9375.0,48625.0,,2430.0,1700.0,7286.0,0.0,1800.0,0.0,23.0,184.0,4058.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 455,12577.0,1897.0,7620.0,48.0,442.0,0.0,2286.0,8028.0,35320.0,83400.0,1561.0,25.92,19.444444444444443,6.475555555555559,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,False,False,True,False,True,False,11.295,15.083,-3.788,48.409,60.587,-12.178,11.959,3.514,8.445,0.0,0.382,-0.382,0.0,0.0,0.0,26.962,18.176,8.786 +36081045600,"Census Tract 456, Queens County, New York",1497,1035.0,74861.0,615400.0,403.0,51.0,50.0,0.0,1202.0,0.0,71.0,15.0,108.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 456,1285.0,171.0,134.0,22.0,705.0,2.0,208.0,867.0,51528.0,269400.0,365.0,38.93719806763285,42.09919261822376,-3.1619945505909115,0.36961975950601234,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.407,13.307,-9.9,3.34,10.428,-7.088,80.294,54.864,25.43,0.0,1.712,-1.712,0.0,0.156,-0.156,7.214,16.187,-8.973 +36081045700,"Census Tract 457, Queens County, New York",3462,2592.0,65273.0,649000.0,952.0,141.0,0.0,0.0,2590.0,0.0,0.0,0.0,731.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 457,3395.0,469.0,47.0,4.0,1698.0,0.0,1134.0,2230.0,45197.0,228600.0,550.0,36.72839506172839,24.663677130044842,12.06471793168355,0.49278274268104777,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,4.073,13.814,-9.741,0.0,1.384,-1.384,74.812,50.015,24.797,0.0,0.118,-0.118,0.0,0.0,0.0,21.115,33.402,-12.287 +36081045800,"Census Tract 458, Queens County, New York",2299,1669.0,60556.0,625000.0,952.0,207.0,284.0,0.0,1494.0,0.0,67.0,65.0,182.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 458,1878.0000440000001,286.5586243,344.068634,13.88173199,847.7772217,0.0,337.1277771,1212.668457,49278.99978,308900.0156,536.4298096,57.04014379868185,44.235487985484895,12.804655813196952,0.2882943640576,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,9.004,15.259,-6.255,12.353,18.321,-5.968,64.985,45.143,19.842,0.0,0.739,-0.739,0.0,0.0,0.0,7.916,17.951,-10.035 +36081045900,"Census Tract 459, Queens County, New York",3700,2564.0,60735.0,701800.0,582.0,126.0,6.0,24.0,1835.0,0.0,0.0,59.0,1674.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 459,3885.0,439.0,58.0,8.0,2130.0,0.0,1218.0,2767.0,41325.0,259900.0,740.0,22.69890795631825,26.74376581134803,-4.044857855029779,0.4667198632088914,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.405,11.3,-7.895,0.162,1.493,-1.331,49.595,54.826,-5.231,0.649,0.206,0.443,0.0,0.0,0.0,45.243,31.351,13.892 +36081046000,"Census Tract 460, Queens County, New York",6197,4015.0,35391.0,515600.0,1184.0,70.0,802.0,100.0,2910.0,0.0,55.0,240.0,2044.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 460,5718.0,169.0,2014.0,92.0,797.0,0.0,2376.0,3506.0,30053.0,183800.0,550.0,29.489414694894148,15.687393040501997,13.802021654392151,0.48667183863460045,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,1.13,2.956,-1.826,12.942,35.222,-22.28,46.958,13.938,33.02,1.614,1.609,0.005,0.0,0.0,0.0,32.984,41.553,-8.569 +36081046100,"Census Tract 461, Queens County, New York",2801,1924.0,54688.0,714000.0,318.0,226.0,42.0,8.0,1162.0,0.0,6.0,66.0,1291.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 461,2791.0,203.0,19.0,26.0,1449.0,0.0,1084.0,1710.0,36250.0,315600.0,296.0,16.528066528066528,17.309941520467838,-0.7818749924013098,0.3634957983193277,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,8.069,7.273,0.796,1.499,0.681,0.818,41.485,51.917,-10.432,0.286,0.932,-0.646,0.0,0.0,0.0,46.091,38.839,7.252 +36081046200,"Census Tract 462, Queens County, New York",8189,5173.0,49088.0,488700.0,1347.0,292.0,909.0,7.0,3255.0,0.0,542.0,304.0,2880.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 462,6576.0,398.0,2070.0,109.0,1283.0,0.0,2306.0,4250.0,36840.0,208600.0,541.0,26.039048907790452,12.729411764705882,13.30963714308457,0.38534069981583796,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,3.566,6.052,-2.486,11.1,31.478,-20.378,39.748,19.51,20.238,0.085,1.658,-1.573,0.0,0.0,0.0,35.169,35.067,0.102 +36081046300,"Census Tract 463, Queens County, New York",4362,2796.0,44110.0,751000.0,472.0,80.0,43.0,0.0,1609.0,0.0,28.0,152.0,2450.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 463,4021.0,220.0,87.0,17.0,1338.0,0.0,2331.0,2480.0,38929.0,272500.0,370.0,16.88125894134478,14.919354838709678,1.961904102635101,0.47749667110519306,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,1.834,5.471,-3.637,0.986,2.164,-1.178,36.887,33.275,3.612,0.0,0.423,-0.423,0.0,0.0,0.0,56.167,57.971,-1.804 +36081046400,"Census Tract 464, Queens County, New York",1725,943.0,76458.0,642600.0,477.0,239.0,470.0,0.0,352.0,0.0,26.0,76.0,562.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 464,1372.0000009999999,433.4413938999999,385.9313624,2.1182682219999998,317.22280930000005,0.0,206.8722281,958.3315735,60068.90704,382293.3541,559.5702219,50.583244962884415,58.39004342269017,-7.806798459805755,0.14332021490196076,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,13.855,31.592,-17.737,27.246,28.129,-0.883,20.406,23.121,-2.715,0.0,0.154,-0.154,0.0,0.0,0.0,32.58,15.078,17.502 +36081046500,"Census Tract 465, Queens County, New York",3329,2253.0,38313.0,750000.0,499.0,116.0,0.0,0.0,861.0,0.0,0.0,0.0,2352.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 465,4398.0,228.0,39.0,12.0,669.0,0.0,3414.0,2700.0,43867.0,266300.0,233.0,22.14824678206835,8.62962962962963,13.518617152438722,0.488704,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,3.485,5.184,-1.699,0.0,0.887,-0.887,25.864,15.211,10.653,0.0,0.273,-0.273,0.0,0.0,0.0,70.652,77.626,-6.974 +36081046600,"Census Tract 466, Queens County, New York",3786,2606.0,52788.0,192700.0,1217.0,368.0,857.0,0.0,1824.0,0.0,77.0,41.0,619.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 466,2831.0,697.0,838.0,12.0,744.0,0.0,471.0,2200.0,51979.0,70800.0,969.0,46.699923254029166,44.04545454545455,2.654468708574619,0.4709289050337312,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,9.72,24.62,-14.9,22.636,29.601,-6.965,48.177,26.28,21.897,0.0,0.424,-0.424,0.0,0.0,0.0,16.35,16.637,-0.287 +36081046700,"Census Tract 467, Queens County, New York",6400,4150.0,32140.0,217700.0,609.0,153.0,91.0,39.0,1994.0,0.0,0.0,17.0,4145.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 467,7108.0,378.0,195.0,25.0,2226.0,0.0,4236.0,4726.0,29394.0,234800.0,833.0,14.674698795180722,17.62589928057554,-2.951200485394816,-0.5531097841065686,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,2.391,5.318,-2.927,1.422,2.743,-1.321,31.156,31.317,-0.161,0.609,0.352,0.257,0.0,0.0,0.0,64.766,59.595,5.171 +36081046800,"Census Tract 468, Queens County, New York",3162,2389.0,49861.0,473800.0,697.0,156.0,302.0,23.0,1827.0,0.0,284.0,286.0,307.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 468,4064.0,175.0,972.0,121.0,1251.0,1.0,1024.0,2636.0,35200.0,182600.0,492.0,29.175387191293428,18.66464339908953,10.510743792203897,0.44503165892781765,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.934,4.306,0.628,9.551,23.917,-14.366,57.78,30.782,26.998,0.727,2.977,-2.25,0.0,0.025,-0.025,9.709,25.197,-15.488 +36081046900,"Census Tract 469, Queens County, New York",7804,5571.0,43622.0,315500.0,1096.0,245.0,311.0,93.0,2090.0,0.0,89.0,447.0,4573.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 469,9282.0,534.0,233.0,48.0,3010.0,0.0,5387.0,6076.0,37425.0,206700.0,1094.0,19.673308203195116,18.005266622778144,1.668041580416972,0.05658320126782884,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,3.139,5.753,-2.614,3.985,2.51,1.475,26.781,32.428,-5.647,1.192,0.517,0.675,0.0,0.0,0.0,58.598,58.037,0.561 +36081047000,"Census Tract 470, Queens County, New York",3488,2443.0,61932.0,455100.0,568.0,90.0,464.0,74.0,1855.0,0.0,362.0,132.0,511.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 470,3824.0,143.0,816.0,206.0,1150.0,0.0,1157.0,2369.0,45592.0,182000.0,469.0,23.25010233319689,19.797382861967076,3.4527194712298126,0.42412656558998024,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.58,3.74,-1.16,13.303,21.339,-8.036,53.182,30.073,23.109,2.122,5.387,-3.265,0.0,0.0,0.0,14.65,30.256,-15.606 +36081047100,"Census Tract 471, Queens County, New York",4463,3325.0,47358.0,550200.0,823.0,209.0,10.0,53.0,3099.0,0.0,9.0,0.0,1136.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 471,4001.0,355.0,61.0,19.0,2001.0,2.0,1525.0,2685.0,28393.0,231400.0,755.0,24.75187969924812,28.119180633147113,-3.367300933898992,0.3943729552889858,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.683,8.873,-4.19,0.224,1.525,-1.301,69.438,50.012,19.426,1.188,0.475,0.713,0.0,0.05,-0.05,25.454,38.115,-12.661 +36081047200,"Census Tract 472, Queens County, New York",3811,2886.0,61280.0,742900.0,1264.0,913.0,850.0,0.0,1387.0,0.0,60.0,77.0,524.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 472,4078.0,1073.0,1084.0,18.0,1222.0,0.0,614.0,2927.0,57765.0,352900.0,1288.0,43.7976437976438,44.00409976084728,-0.20645596320348147,0.31595638713151164,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,23.957,26.312,-2.355,22.304,26.582,-4.278,36.395,29.966,6.429,0.0,0.441,-0.441,0.0,0.0,0.0,13.75,15.056,-1.306 +36081047300,"Census Tract 473, Queens County, New York",4249,3358.0,54911.0,484400.0,1305.0,622.0,66.0,14.0,2788.0,0.0,0.0,0.0,773.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 473,3830.0,616.0,33.0,8.0,2028.0,0.0,1100.0,2774.0,40604.0,152700.0,876.0,38.86241810601548,31.57894736842105,7.283470737594431,0.5460611065235342,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,14.639,16.084,-1.445,1.553,0.862,0.691,65.615,52.95,12.665,0.329,0.209,0.12,0.0,0.0,0.0,18.193,28.721,-10.528 +36081047500,"Census Tract 475, Queens County, New York",3982,3018.0,50926.0,570000.0,1052.0,247.0,13.0,58.0,2334.0,0.0,24.0,148.0,1216.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 475,4130.0,741.0,42.0,12.0,2128.0,0.0,1174.0,2858.0,41495.0,232000.0,902.0,34.85752153744201,31.560531840447865,3.296989696994146,0.41389473684210526,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.203,17.942,-11.739,0.326,1.017,-0.691,58.614,51.525,7.089,1.457,0.291,1.166,0.0,0.0,0.0,30.537,28.426,2.111 +36081047600,"Census Tract 476, Queens County, New York",1594,1081.0,102857.0,860500.0,598.0,552.0,278.0,0.0,581.0,0.0,0.0,0.0,183.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 476,1466.266069,690.0177242999999,254.1537298,3.0047128080000003,375.0307869,0.0,110.04938200000001,1057.172069,94808.29044,375989.9116,626.0381123,55.319148936170215,59.21818506727877,-3.899036131108552,0.37080131004764677,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,34.63,47.06,-12.43,17.44,17.333,0.107,36.449,25.577,10.872,0.0,0.205,-0.205,0.0,0.0,0.0,11.481,7.505,3.976 +36081047800,"Census Tract 478, Queens County, New York",5450,4368.0,71333.0,174700.0,1812.0,1026.0,1381.0,6.0,1421.0,0.0,132.0,305.0,1185.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 478,5586.0,1371.0,1800.0,102.0,1141.0,0.0,996.0,4026.0,44777.0,84800.0,1373.0,41.48351648351648,34.10332836562345,7.380188117893034,0.3010188895248998,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,18.826,24.544,-5.718,25.339,32.223,-6.884,26.073,20.426,5.647,0.11,1.826,-1.716,0.0,0.0,0.0,21.743,17.83,3.913 +36081047900,"Census Tract 479, Queens County, New York",5340,3822.0,49129.0,639000.0,1150.0,555.0,71.0,0.0,3972.0,0.0,9.0,76.0,657.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 479,5280.2604710000005,1056.463246,70.04847495,29.03052127,2844.443517,3.001795369,1251.235214,3629.323268,36078.48959,234914.9663,977.2298275,30.08895866038723,26.925951626197218,3.163007034190013,0.4706141604507043,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.393,20.008,-9.615,1.33,1.327,0.003,74.382,53.869,20.513,0.0,0.55,-0.55,0.0,0.057,-0.057,12.303,23.696,-11.393 +36081048000,"Census Tract 480, Queens County, New York",2730,1959.0,63688.0,492300.0,468.0,84.0,341.0,260.0,1086.0,0.0,403.0,115.0,441.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 480,2650.0,160.0,637.0,90.0,917.0,0.0,566.0,1725.0,51071.0,196300.0,374.0,23.889739663093415,21.681159420289855,2.20858024280356,0.42581352833638025,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,3.077,6.038,-2.961,12.491,24.038,-11.547,39.78,34.604,5.176,9.524,3.396,6.128,0.0,0.0,0.0,16.154,21.358,-5.204 +36081048100,"Census Tract 481, Queens County, New York",6384,4859.0,35063.0,501600.0,1192.0,712.0,364.0,0.0,3410.0,0.0,152.0,0.0,1746.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 481,6782.0,643.0,185.0,32.0,2860.0,1.0,2991.0,4548.0,37143.0,208000.0,877.0,24.531796665980654,19.283201407211962,5.248595258768692,0.4028708133971292,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,11.153,9.481,1.672,5.702,2.728,2.974,53.415,42.17,11.245,0.0,0.472,-0.472,0.0,0.015,-0.015,27.35,44.102,-16.752 +36081048200,"Census Tract 482, Queens County, New York",1521,1060.0,88295.0,637200.0,392.0,76.0,434.0,0.0,598.0,0.0,170.0,88.0,155.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 482,1608.0,136.0,777.0,14.0,291.0,0.0,278.0,1063.0,49773.0,302000.0,304.0,36.9811320754717,28.598306679209784,8.382825396261914,0.31751412429378534,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,4.997,8.458,-3.461,28.534,48.321,-19.787,39.316,18.097,21.219,0.0,0.871,-0.871,0.0,0.0,0.0,10.191,17.289,-7.098 +36081048300,"Census Tract 483, Queens County, New York",4290,3234.0,56272.0,578400.0,1027.0,400.0,23.0,36.0,2363.0,12.0,0.0,60.0,1396.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 483,3751.0,564.0,35.0,18.0,1979.0,0.0,1053.0,2556.0,32288.0,307700.0,637.0,31.75633889919604,24.921752738654146,6.834586160541896,0.23394190871369294,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,9.324,15.036,-5.712,0.536,0.933,-0.397,55.082,52.759,2.323,0.839,0.48,0.359,0.28,0.0,0.28,32.541,28.073,4.468 +36081048400,"Census Tract 484, Queens County, New York",5265,3667.0,70833.0,442700.0,983.0,130.0,1562.0,0.0,2209.0,0.0,524.0,115.0,725.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 484,5282.0,276.0,2275.0,117.0,1320.0,0.0,945.0,3336.0,45577.0,183600.0,605.0,26.80665394055086,18.135491606714627,8.671162333836232,0.4027919584368647,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.469,5.225,-2.756,29.668,43.071,-13.403,41.956,24.991,16.965,0.0,2.215,-2.215,0.0,0.0,0.0,13.77,17.891,-4.121 +36081048500,"Census Tract 485, Queens County, New York",4369,3621.0,64737.0,464500.0,1334.0,422.0,63.0,0.0,3078.0,0.0,18.0,19.0,769.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 485,4318.0,560.0,72.0,14.0,2751.0,0.0,874.0,2987.0,37651.0,260100.0,692.0,36.84065175365921,23.167057248074993,13.673594505584216,0.19366200215285254,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,9.659,12.969,-3.31,1.442,1.667,-0.225,70.451,63.71,6.741,0.0,0.324,-0.324,0.0,0.0,0.0,17.601,20.241,-2.64 +36081048900,"Census Tract 489, Queens County, New York",1788,1193.0,63750.0,690500.0,295.0,81.0,1.0,2.0,841.0,0.0,0.0,0.0,865.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 489,1233.619493,405.6325979,6.037910257,2.0,443.4641666,0.0,356.4089978,904.9232435,39789.07785,245117.0001,208.34581409999998,24.727577535624476,23.023589635533547,1.7039879000909295,0.48882189696741496,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.53,32.882,-28.352,0.056,0.489,-0.433,47.036,35.948,11.088,0.112,0.162,-0.05,0.0,0.0,0.0,48.378,28.891,19.487 +36081049200,"Census Tract 492, Queens County, New York",4976,3746.0,61691.0,438700.0,1018.0,326.0,2293.0,0.0,1433.0,0.0,67.0,267.0,590.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 492,5193.734065,345.9822998,3000.846436,91.99529266,600.9692382999999,0.0,963.9506226,3358.828125,37928.00056,215099.9906,743.9619141,27.175654030966363,22.14944874858698,5.026205282379383,0.29395033858217473,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,6.551,6.662,-0.111,46.081,57.778,-11.697,28.798,11.571,17.227,0.0,1.771,-1.771,0.0,0.0,0.0,11.857,18.56,-6.703 +36081049301,"Census Tract 493.01, Queens County, New York",2042,1517.0,62708.0,631400.0,467.0,691.0,24.0,0.0,787.0,0.0,0.0,13.0,527.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 493.01,1827.38048,1200.367432,5.962089539,0.0,387.5358276,0.0,221.5910034,1246.076782,43600.00022,215700.0043,211.6541901,30.78444297956493,16.985645921456545,13.798797058108384,0.5080646085017422,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,33.839,65.688,-31.849,1.175,0.326,0.849,38.541,21.207,17.334,0.0,0.0,0.0,0.0,0.0,0.0,25.808,12.126,13.682 +36081049302,"Census Tract 493.02, Queens County, New York",2879,1994.0,67500.0,611100.0,415.0,1198.0,76.0,0.0,293.0,0.0,0.0,79.0,1233.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 493.02,2775.0,1891.0,22.0,10.0,220.0,0.0,614.0,2088.0,50031.0,257800.0,241.0,20.812437311935806,11.542145593869732,9.270291718066074,0.39251840942562594,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,41.612,68.144,-26.532,2.64,0.793,1.847,10.177,7.928,2.249,0.0,0.36,-0.36,0.0,0.0,0.0,42.827,22.126,20.701 +36081049500,"Census Tract 495, Queens County, New York",1417,1023.0,72550.0,656900.0,270.0,891.0,0.0,12.0,76.0,0.0,0.0,0.0,438.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 495,1288.0,1004.0,1.0,2.0,72.0,1.0,152.0,940.0,42227.0,274600.0,163.0,26.392961876832846,17.340425531914892,9.052536344917954,0.398045364591262,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,62.879,77.95,-15.071,0.0,0.078,-0.078,5.363,5.59,-0.227,0.847,0.155,0.692,0.0,0.078,-0.078,30.91,11.801,19.109 +36081049600,"Census Tract 496, Queens County, New York",3296,2477.0,83101.0,431900.0,497.0,144.0,785.0,0.0,785.0,0.0,440.0,292.0,850.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 496,3463.0,214.0,1470.0,105.0,665.0,0.0,716.0,2276.0,57143.0,178700.0,458.0,20.06459426725878,20.123022847100177,-0.058428579841397266,0.40419541560546424,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,4.369,6.18,-1.811,23.817,42.449,-18.632,23.817,19.203,4.614,0.0,3.032,-3.032,0.0,0.0,0.0,25.789,20.676,5.113 +36081049700,"Census Tract 497, Queens County, New York",3077,2168.0,73750.0,620000.0,753.0,1075.0,25.0,0.0,1274.0,0.0,0.0,114.0,589.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 497,2638.0,1609.0,32.0,1.0,542.0,0.0,405.0,1991.0,41892.0,232400.0,332.0,34.73247232472325,16.675037669512808,18.05743465521044,0.4602322580645161,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,34.937,60.993,-26.056,0.812,1.213,-0.401,41.404,20.546,20.858,0.0,0.038,-0.038,0.0,0.0,0.0,19.142,15.353,3.789 +36081049900,"Census Tract 499, Queens County, New York",5490,3980.0,56801.0,681700.0,936.0,802.0,21.0,0.0,3752.0,0.0,57.0,38.0,820.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 499,4204.739596,1486.703354,28.48111498,17.47934204,1946.7798879999998,0.998204648,702.2646189,3085.205132,45287.368239999996,243200.8834,719.6645888999999,23.517587939698494,23.326312452795438,0.19127548690305574,0.4862706878450932,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,14.608,35.358,-20.75,0.383,0.677,-0.294,68.342,46.3,22.042,0.0,0.416,-0.416,0.0,0.024,-0.024,14.936,16.702,-1.766 +36081050000,"Census Tract 500, Queens County, New York",4476,3099.0,43879.0,517700.0,541.0,148.0,2944.0,7.0,474.0,0.0,214.0,59.0,630.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 500,4013.0,159.0,3215.0,28.0,152.0,0.0,389.0,2432.0,38125.0,165300.0,238.0,17.457244272345918,9.786184210526315,7.6710600618196025,0.5402124782692679,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.307,3.962,-0.655,65.773,80.115,-14.342,10.59,3.788,6.802,0.156,0.698,-0.542,0.0,0.0,0.0,14.075,9.693,4.382 +36081050201,"Census Tract 502.01, Queens County, New York",1431,981.0,92583.0,427300.0,216.0,10.0,999.0,0.0,94.0,0.0,5.0,52.0,271.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 502.01,1345.0,5.0,1229.0,2.0,20.0,0.0,75.0,799.0,52596.0,195100.0,162.0,22.01834862385321,20.275344180225282,1.7430044436279282,0.34251345658787735,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.699,0.372,0.327,69.811,91.375,-21.564,6.569,1.487,5.082,0.0,0.149,-0.149,0.0,0.0,0.0,18.938,5.576,13.362 +36081050202,"Census Tract 502.02, Queens County, New York",1473,972.0,67404.0,430600.0,137.0,10.0,1064.0,0.0,164.0,0.0,18.0,45.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 502.02,1449.0,11.0,1323.0,3.0,33.0,0.0,65.0,899.0,60227.0,180800.0,92.0,14.094650205761317,10.233592880978865,3.8610573247824522,0.3953738968880632,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.679,0.759,-0.08,72.234,91.304,-19.07,11.134,2.277,8.857,0.0,0.207,-0.207,0.0,0.0,0.0,11.677,4.486,7.191 +36081050400,"Census Tract 504, Queens County, New York",2051,1441.0,53750.0,438400.0,259.0,2.0,1808.0,1.0,15.0,0.0,0.0,85.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 504,1750.0,13.0,1653.0,8.0,5.0,0.0,66.0,1163.0,42708.0,199100.0,136.0,17.973629424011104,11.693895098882201,6.279734325128903,0.34602189781021897,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,0.098,0.743,-0.645,88.152,94.457,-6.305,0.731,0.286,0.445,0.049,0.457,-0.408,0.0,0.0,0.0,6.826,3.771,3.055 +36081050500,"Census Tract 505, Queens County, New York",1497,1131.0,71154.0,683900.0,426.0,606.0,46.0,0.0,525.0,0.0,0.0,24.0,296.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 505,1660.518768,772.9411616,19.07756086,2.0258536190000003,581.6339488,1.0,262.78595,1205.365161,51835.20765,268167.0889,427.8200948,37.6657824933687,35.49298657720206,2.172795916166642,0.43535515716332807,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,40.481,46.548,-6.067,3.073,1.149,1.924,35.07,35.027,0.043,0.0,0.122,-0.122,0.0,0.06,-0.06,19.773,15.826,3.947 +36081050600,"Census Tract 506, Queens County, New York",1652,1125.0,73688.0,415400.0,234.0,14.0,1142.0,0.0,283.0,0.0,16.0,32.0,165.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 506,1562.0,9.0,1453.0,4.0,22.0,0.0,73.0,1039.0,51033.0,182700.0,232.0,20.8,22.329162656400385,-1.5291626564003842,0.36666345690900337,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.847,0.576,0.271,69.128,93.022,-23.894,17.131,1.408,15.723,0.0,0.256,-0.256,0.0,0.0,0.0,9.988,4.673,5.315 +36081050700,"Census Tract 507, Queens County, New York",4192,3074.0,79313.0,588800.0,1025.0,1773.0,106.0,0.0,1323.0,0.0,19.0,40.0,931.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 507,3118.481245,2174.892334,28.39284897,9.46428299,598.1427002,0.0,287.7142029,2330.106445,53219.99777,241499.9906,666.2855225,33.34417696811971,28.594638838484478,4.7495381296352335,0.40937502298913053,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,42.295,69.742,-27.447,2.529,0.91,1.619,31.56,19.181,12.379,0.0,0.303,-0.303,0.0,0.0,0.0,22.209,9.226,12.983 +36081050800,"Census Tract 508, Queens County, New York",2237,1403.0,83235.0,431600.0,274.0,51.0,1841.0,0.0,30.0,0.0,105.0,69.0,141.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 508,2059.0,13.0,1971.0,4.0,3.0,0.0,63.0,1187.0,46250.0,181800.0,250.0,19.5295794725588,21.061499578770007,-1.5319201062112064,0.3934383688600556,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,2.28,0.631,1.649,82.298,95.726,-13.428,1.341,0.146,1.195,0.0,0.194,-0.194,0.0,0.0,0.0,6.303,3.06,3.243 +36081051000,"Census Tract 510, Queens County, New York",1673,1194.0,81534.0,429200.0,346.0,5.0,1325.0,0.0,218.0,0.0,6.0,14.0,105.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 510,1679.0,22.0,1504.0,1.0,14.0,0.0,106.0,1166.0,58750.0,175800.0,152.0,28.97822445561139,13.036020583190394,15.942203872420995,0.4101770736253495,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,0.299,1.31,-1.011,79.199,89.577,-10.378,13.03,0.834,12.196,0.0,0.06,-0.06,0.0,0.0,0.0,6.276,6.313,-0.037 +36081051100,"Census Tract 511, Queens County, New York",2139,1491.0,92727.0,626200.0,537.0,1408.0,6.0,5.0,233.0,0.0,3.0,42.0,447.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 511,2045.0,1677.087307,9.039009287999999,2.013003096,135.36408669999997,0.0,214.26253870000002,1477.693499,49523.90347,238041.6956,273.2625387,36.01609657947686,18.492504628661155,17.523591950815703,0.4526029357010539,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,65.825,82.009,-16.184,0.281,0.442,-0.161,10.893,6.619,4.274,0.234,0.098,0.136,0.0,0.0,0.0,20.898,10.477,10.421 +36081051200,"Census Tract 512, Queens County, New York",2831,1802.0,81220.0,436300.0,406.0,12.0,2067.0,0.0,98.0,0.0,344.0,10.0,300.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 512,2885.0,38.0,2532.0,11.0,37.0,0.0,222.0,1785.0,54130.0,188900.0,283.0,22.530521642619313,15.854341736694678,6.676179905924634,0.37653907861563146,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,0.424,1.317,-0.893,73.013,87.764,-14.751,3.462,1.282,2.18,0.0,0.381,-0.381,0.0,0.0,0.0,10.597,7.695,2.902 +36081051300,"Census Tract 513, Queens County, New York",2281,1542.0,75060.0,727200.0,401.0,1122.0,15.0,0.0,652.0,0.0,0.0,6.0,486.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 513,2098.001621,1464.3032230000001,10.99476814,2.998573065,254.8787079,0.0,329.84304810000003,1529.272217,41513.9985,229500.0019,282.865387,26.005188067444877,18.496732226974082,7.508455840470795,0.5455445506930693,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,49.189,69.795,-20.606,0.658,0.524,0.134,28.584,12.149,16.435,0.0,0.143,-0.143,0.0,0.0,0.0,21.306,15.722,5.584 +36081051500,"Census Tract 515, Queens County, New York",2881,2114.0,72298.0,488600.0,750.0,1940.0,19.0,0.0,115.0,0.0,23.0,5.0,779.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 515,2798.0,2162.0,16.0,2.0,153.0,0.0,419.0,2047.0,40793.0,214200.0,350.0,35.47776726584674,17.09819247679531,18.379574789051425,0.36871060171919773,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,67.338,77.269,-9.931,0.659,0.572,0.087,3.992,5.468,-1.476,0.0,0.071,-0.071,0.0,0.0,0.0,27.039,14.975,12.064 +36081051600,"Census Tract 516, Queens County, New York",2141,1600.0,51375.0,383500.0,345.0,11.0,1722.0,18.0,0.0,0.0,0.0,36.0,354.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 516,2143.0,17.0,1978.0,8.0,26.0,1.0,103.0,1460.0,59038.0,173800.0,341.0,21.5625,23.356164383561644,-1.7936643835616444,0.34740026075619296,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.514,0.793,-0.279,80.43,92.301,-11.871,0.0,1.213,-1.213,0.841,0.373,0.468,0.0,0.047,-0.047,16.534,4.806,11.728 +36081051700,"Census Tract 517, Queens County, New York",1862,1467.0,63672.0,548600.0,355.0,1188.0,1.0,0.0,56.0,0.0,0.0,0.0,617.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 517,1762.999976,1501.108383,3.205328017,1.149888456,33.41856432,0.0,205.2116737,1227.701698,34361.66078,229275.3221,183.2213125,24.19904567143831,14.923927595643027,9.275118075795282,0.398183624090412,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,63.802,85.145,-21.343,0.054,0.182,-0.128,3.008,1.896,1.112,0.0,0.065,-0.065,0.0,0.0,0.0,33.136,11.64,21.496 +36081051800,"Census Tract 518, Queens County, New York",2336,1518.0,82989.0,372000.0,366.0,1.0,2130.0,0.0,1.0,0.0,0.0,28.0,176.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 518,2110.0,4.0,2045.0,7.0,3.0,0.0,48.0,1182.0,55361.0,162300.0,177.0,24.110671936758894,14.974619289340101,9.136052647418794,0.37174193548387097,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.043,0.19,-0.147,91.182,96.919,-5.737,0.043,0.142,-0.099,0.0,0.332,-0.332,0.0,0.0,0.0,7.534,2.275,5.259 +36081052000,"Census Tract 520, Queens County, New York",1619,1202.0,69350.0,378300.0,203.0,7.0,1388.0,0.0,2.0,0.0,0.0,136.0,86.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 520,1701.0,19.0,1597.0,2.0,13.0,0.0,65.0,1099.0,44750.0,161300.0,144.0,16.888519134775375,13.102820746132847,3.785698388642528,0.3860111022997621,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.432,1.117,-0.685,85.732,93.886,-8.154,0.124,0.764,-0.64,0.0,0.118,-0.118,0.0,0.0,0.0,5.312,3.821,1.491 +36081052100,"Census Tract 521, Queens County, New York",2265,1486.0,83333.0,477200.0,373.0,1517.0,26.0,0.0,122.0,0.0,19.0,109.0,472.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 521,1906.000061,1445.804443,2.75566268,1.8371084930000001,65.21735382,0.0,377.52578739999996,1267.604858,48806.9979,213599.9999,129.5161438,25.10094212651413,10.217390930825859,14.883551195688272,0.35544006735959766,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,66.976,75.855,-8.879,1.148,0.145,1.003,5.386,3.422,1.964,0.0,0.096,-0.096,0.0,0.0,0.0,20.839,19.807,1.032 +36081052200,"Census Tract 522, Queens County, New York",1822,1172.0,83646.0,403100.0,316.0,0.0,1614.0,96.0,49.0,0.0,0.0,0.0,63.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 522,1478.0,22.0,1414.0,5.0,1.0,0.0,33.0,929.0,71364.0,162800.0,195.0,26.962457337883958,20.990312163616792,5.972145174267165,0.41842718928305633,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.0,1.488,-1.488,88.584,95.67,-7.086,2.689,0.068,2.621,5.269,0.338,4.931,0.0,0.0,0.0,3.458,2.233,1.225 +36081052400,"Census Tract 524, Queens County, New York",1705,1232.0,74907.0,417500.0,304.0,0.0,1399.0,0.0,90.0,0.0,0.0,28.0,188.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 524,1889.0,12.0,1809.0,5.0,19.0,0.0,38.0,1317.0,43819.0,174200.0,140.0,24.675324675324674,10.630220197418375,14.0451044779063,0.3991664670658683,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,0.0,0.635,-0.635,82.053,95.765,-13.712,5.279,1.006,4.273,0.0,0.265,-0.265,0.0,0.0,0.0,11.026,2.012,9.014 +36081052500,"Census Tract 525, Queens County, New York",2116,1530.0,74000.0,593600.0,382.0,1327.0,45.0,0.0,238.0,0.0,0.0,7.0,499.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 525,1877.0,1383.0,18.0,8.0,72.0,0.0,388.0,1233.0,45583.0,191500.0,195.0,24.96732026143791,15.815085158150852,9.152235103287056,0.5354447439353099,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,62.713,73.681,-10.968,2.127,0.959,1.168,11.248,3.836,7.412,0.0,0.426,-0.426,0.0,0.0,0.0,23.582,20.671,2.911 +36081052600,"Census Tract 526, Queens County, New York",2043,1255.0,64615.0,411500.0,283.0,81.0,1629.0,0.0,0.0,0.0,0.0,121.0,212.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 526,1867.0,5.0,1763.0,2.0,19.0,0.0,69.0,1122.0,45227.0,163100.0,160.0,22.54980079681275,14.260249554367201,8.28955124244555,0.4292490886998785,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,3.965,0.268,3.697,79.736,94.43,-14.694,0.0,1.018,-1.018,0.0,0.107,-0.107,0.0,0.0,0.0,10.377,3.696,6.681 +36081052800,"Census Tract 528, Queens County, New York",1371,943.0,53000.0,439200.0,196.0,0.0,1075.0,0.0,68.0,14.0,55.0,19.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 528,1484.0,17.0,1407.0,3.0,8.0,0.0,36.0,936.0,47188.0,182500.0,248.0,20.784729586426298,26.495726495726494,-5.710996909300196,0.4016393442622951,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,0.0,1.146,-1.146,78.41,94.811,-16.401,4.96,0.539,4.421,0.0,0.202,-0.202,1.021,0.0,1.021,10.212,2.426,7.786 +36081053000,"Census Tract 530, Queens County, New York",2426,1625.0,77629.0,405600.0,403.0,9.0,2297.0,20.0,0.0,0.0,0.0,20.0,80.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 530,2227.0,20.0,2124.0,0.0,7.0,0.0,69.0,1445.0,46056.0,159800.0,248.0,24.8,17.162629757785467,7.6373702422145335,0.43266272189349114,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.371,0.898,-0.527,94.683,95.375,-0.692,0.0,0.314,-0.314,0.824,0.0,0.824,0.0,0.0,0.0,3.298,3.098,0.2 +36081053100,"Census Tract 531, Queens County, New York",3300,2399.0,64432.0,500000.0,591.0,1978.0,57.0,49.0,100.0,0.0,0.0,0.0,1116.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 531,3322.0,2423.0,29.0,12.0,86.0,0.0,613.0,2307.0,40193.21108,209583.2661,259.0,24.635264693622343,11.226701343736455,13.408563349885888,0.396400193632,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,59.939,72.938,-12.999,1.727,0.873,0.854,3.03,2.589,0.441,1.485,0.361,1.124,0.0,0.0,0.0,33.818,18.453,15.365 +36081053200,"Census Tract 532, Queens County, New York",1809,1255.0,89833.0,400000.0,325.0,36.0,1486.0,0.0,23.0,8.0,9.0,132.0,115.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 532,1855.0,13.0,1761.0,0.0,14.0,0.0,66.0,1211.0,57162.0,166800.0,251.0,25.89641434262948,20.726672171758878,5.169742170870602,0.39952,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,1.99,0.701,1.289,82.145,94.933,-12.788,1.271,0.755,0.516,0.0,0.0,0.0,0.442,0.0,0.442,6.357,3.558,2.799 +36081053401,"Census Tract 534.01, Queens County, New York",2073,1558.0,73889.0,406300.0,582.0,56.0,1840.0,0.0,0.0,0.0,0.0,39.0,138.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 534.01,2195.000003,29.46518135,2071.423401,8.151810586,5.428969382999999,0.0,76.34261894,1348.445679,52735.56922,178820.2726,223.0515327,37.35558408215661,16.541380655794292,20.81420342636232,0.36622891325621465,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,2.701,1.342,1.359,88.76,94.37,-5.61,0.0,0.247,-0.247,0.0,0.371,-0.371,0.0,0.0,0.0,6.657,3.478,3.179 +36081053500,"Census Tract 535, Queens County, New York",1407,819.0,59417.0,467400.0,90.0,310.0,0.0,8.0,84.0,0.0,0.0,0.0,1005.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 535,1117.0,417.0,16.0,1.0,13.0,0.0,662.0,773.0,31071.0,187000.0,52.0,10.989010989010989,6.727037516170763,4.261973472840226,0.4238767650834403,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,22.033,37.332,-15.299,0.0,1.432,-1.432,5.97,1.164,4.806,0.569,0.09,0.479,0.0,0.0,0.0,71.429,59.266,12.163 +36081053601,"Census Tract 536.01, Queens County, New York",2050,1358.0,66506.0,426700.0,216.0,0.0,1649.0,6.0,27.0,0.0,98.0,33.0,243.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 536.01,1826.999997,30.53481865,1650.576538,0.848189414,13.57103062,0.0,113.65737920000001,1192.554321,52882.99767,184299.9983,234.9484711,15.905743740795288,19.70128043332963,-3.7955366925343412,0.37803609666744786,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,0.0,1.671,-1.671,80.439,90.344,-9.905,1.317,0.743,0.574,0.293,0.046,0.247,0.0,0.0,0.0,11.854,6.221,5.633 +36081053800,"Census Tract 538, Queens County, New York",1782,1164.0,95714.0,402200.0,233.0,16.0,1513.0,14.0,68.0,0.0,69.0,0.0,102.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 538,1952.0,22.0,1813.0,6.0,7.0,0.0,95.0,1264.0,64554.0,180400.0,207.0,20.017182130584192,16.376582278481013,3.640599852103179,0.35411238189955246,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.898,1.127,-0.229,84.905,92.879,-7.974,3.816,0.359,3.457,0.786,0.307,0.479,0.0,0.0,0.0,5.724,4.867,0.857 +36081053900,"Census Tract 539, Queens County, New York",4370,2988.0,69861.0,574100.0,928.0,1508.0,125.0,0.0,822.0,0.0,21.0,49.0,1845.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 539,3951.0,1004.0,79.0,9.0,772.0,0.0,2020.0,2454.0,37296.0,189800.0,432.0,31.05756358768407,17.6039119804401,13.45365160724397,0.5239296289844975,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,34.508,25.411,9.097,2.86,1.999,0.861,18.81,19.539,-0.729,0.0,0.228,-0.228,0.0,0.0,0.0,42.22,51.126,-8.906 +36081054000,"Census Tract 540, Queens County, New York",4536,3192.0,62534.0,403700.0,596.0,65.0,2922.0,50.0,277.0,0.0,465.0,69.0,688.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 540,4499.851884000001,121.21270109999999,3808.258093,8.016617272000001,66.04985182,0.0,473.28249360000007,2687.381809,56420.183670000006,182593.7347,372.4608523,18.671679197994987,13.859617976598425,4.8120612213965615,0.34868719849393115,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,1.433,2.694,-1.261,64.418,84.631,-20.213,6.107,1.468,4.639,1.102,0.178,0.924,0.0,0.0,0.0,15.168,10.518,4.65 +36081054200,"Census Tract 542, Queens County, New York",5095,3533.0,73221.0,434900.0,495.0,604.0,935.0,0.0,1047.0,0.0,615.0,849.0,1045.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 542,5709.0,527.0,2162.0,183.0,1281.0,0.0,1202.0,3611.0,53846.0,183700.0,650.0,14.0107557316728,18.00055386319579,-3.9897981315229902,0.3917498275465624,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,11.855,9.231,2.624,18.351,37.87,-19.519,20.55,22.438,-1.888,0.0,3.205,-3.205,0.0,0.0,0.0,20.51,21.054,-0.544 +36081054500,"Census Tract 545, Queens County, New York",4031,2661.0,51328.0,576100.0,465.0,836.0,35.0,0.0,269.0,0.0,0.0,15.0,2876.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 545,3932.0,964.0,49.0,10.0,353.0,1.0,2473.0,2256.0,24841.0,198100.0,196.0,17.474633596392334,8.687943262411348,8.786690333980985,0.5048359659781287,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,20.739,24.517,-3.778,0.868,1.246,-0.378,6.673,8.978,-2.305,0.0,0.254,-0.254,0.0,0.025,-0.025,71.347,62.894,8.453 +36081054700,"Census Tract 547, Queens County, New York",5459,3464.0,62991.0,590800.0,679.0,922.0,110.0,0.0,808.0,0.0,48.0,10.0,3561.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 547,4717.0,706.0,92.0,7.0,695.0,0.0,3156.0,2768.0,30850.0,217900.0,207.0,19.60161662817552,7.478323699421965,12.123292928753555,0.46889641164522683,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,16.89,14.967,1.923,2.015,1.95,0.065,14.801,14.734,0.067,0.0,0.148,-0.148,0.0,0.0,0.0,65.232,66.907,-1.675 +36081054800,"Census Tract 548, Queens County, New York",2453,1832.0,63646.0,460300.0,659.0,107.0,399.0,22.0,1072.0,0.0,249.0,225.0,379.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 548,2392.0,210.0,767.0,114.0,612.0,0.0,452.0,1566.0,62216.0,187400.0,343.0,35.97161572052402,21.902937420178798,14.068678300345223,0.41373886595698456,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,4.362,8.779,-4.417,16.266,32.065,-15.799,43.702,25.585,18.117,0.897,4.766,-3.869,0.0,0.0,0.0,15.45,18.896,-3.446 +36081054900,"Census Tract 549, Queens County, New York",6202,3979.0,56591.0,293400.0,883.0,1107.0,50.0,0.0,592.0,0.0,8.0,18.0,4427.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 549,5322.0,967.0,95.0,8.0,635.0,0.0,3495.0,2976.0,30295.0,178400.0,286.0,22.19150540336768,9.61021505376344,12.581290349604242,0.12441717791411043,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,17.849,18.17,-0.321,0.806,1.785,-0.979,9.545,11.932,-2.387,0.0,0.15,-0.15,0.0,0.0,0.0,71.38,65.671,5.709 +36081055100,"Census Tract 551, Queens County, New York",4672,3115.0,61250.0,453100.0,966.0,2246.0,80.0,39.0,502.0,0.0,19.0,0.0,1825.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 551,4679.0,1866.0,110.0,3.0,380.0,0.0,2026.0,2896.0,29275.0,239400.0,516.0,31.01123595505618,17.81767955801105,13.193556397045128,0.23916133303906423,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,48.074,39.88,8.194,1.712,2.351,-0.639,10.745,8.121,2.624,0.835,0.064,0.771,0.0,0.0,0.0,39.062,43.3,-4.238 +36081055200,"Census Tract 552, Queens County, New York",2986,2179.0,53553.0,523500.0,525.0,234.0,880.0,0.0,593.0,0.0,277.0,194.0,808.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 552,3433.9999909999997,536.1635742,975.1106566999999,88.3786087,823.8850708,0.0,875.9302367999999,2290.969971,50568.00003,218999.9929,404.5776367,24.09362092703075,17.659665636010207,6.433955291020542,0.39759314273925495,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,7.837,15.613,-7.776,29.471,28.396,1.075,19.859,23.992,-4.133,0.0,2.574,-2.574,0.0,0.0,0.0,27.06,25.508,1.552 +36081055300,"Census Tract 553, Queens County, New York",2718,1720.0,45163.0,493500.0,434.0,508.0,74.0,32.0,435.0,0.0,0.0,154.0,1547.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 553,2537.0,186.0,122.0,4.0,257.0,0.0,1923.0,1430.0,33925.0,198900.0,148.0,25.232558139534884,10.34965034965035,14.882907789884534,0.4196231003039514,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,18.69,7.331,11.359,2.723,4.809,-2.086,16.004,10.13,5.874,1.177,0.158,1.019,0.0,0.0,0.0,56.917,75.798,-18.881 +36081055400,"Census Tract 554, Queens County, New York",2387,1731.0,67344.0,438300.0,336.0,350.0,330.0,0.0,915.0,22.0,142.0,0.0,628.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 554,2492.0,654.0,401.0,5.0,710.0,0.0,641.0,1623.0,56352.0,193700.0,455.0,19.410745233968804,28.034504004929143,-8.62375877096034,0.3636139630390144,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,14.663,26.244,-11.581,13.825,16.091,-2.266,38.333,28.491,9.842,0.0,0.201,-0.201,0.922,0.0,0.922,26.309,25.722,0.587 +36081055500,"Census Tract 555, Queens County, New York",2421,1582.0,61010.0,608500.0,231.0,533.0,19.0,0.0,96.0,0.0,31.0,25.0,1717.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 555,2187.0,340.0,140.0,4.0,201.0,0.0,1452.0,1324.0,30938.0,188900.0,183.0,14.601769911504425,13.821752265861027,0.7800176456433974,0.5529728841413312,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,22.016,15.546,6.47,0.785,6.401,-5.616,3.965,9.191,-5.226,0.0,0.183,-0.183,0.0,0.0,0.0,70.921,66.392,4.529 +36081055600,"Census Tract 556, Queens County, New York",2322,1724.0,75147.0,439400.0,414.0,152.0,343.0,0.0,1034.0,0.0,172.0,218.0,403.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 556,2254.0,449.0,370.0,58.0,659.0,2.0,593.0,1486.0,56250.0,180400.0,245.0,24.013921113689094,16.48721399730821,7.526707116380884,0.4087938097405553,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,6.546,19.92,-13.374,14.772,16.415,-1.643,44.531,29.237,15.294,0.0,2.573,-2.573,0.0,0.089,-0.089,17.356,26.309,-8.953 +36081055700,"Census Tract 557, Queens County, New York",3547,2345.0,54167.0,428600.0,521.0,1327.0,53.0,0.0,325.0,0.0,0.0,27.0,1815.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 557,3964.000001,1171.408819,131.3549745,7.0478617329999995,470.6182141,0.007976956,2102.239087,2618.299357,34043.66334,210869.758,352.51961,22.217484008528785,13.463686230435874,8.753797778092911,0.2915248447970135,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,37.412,29.551,7.861,1.494,3.314,-1.82,9.163,11.872,-2.709,0.0,0.178,-0.178,0.0,0.0,0.0,51.17,53.033,-1.863 +36081055800,"Census Tract 558, Queens County, New York",1753,1352.0,92870.0,442100.0,333.0,252.0,271.0,0.0,510.0,0.0,45.0,158.0,517.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 558,1967.0,377.0,488.0,53.0,478.0,0.0,510.0,1139.0,73824.0,185000.0,327.0,24.630177514792898,28.70939420544337,-4.0792166906504725,0.3974213978737842,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,14.375,19.166,-4.791,15.459,24.809,-9.35,29.093,24.301,4.792,0.0,2.694,-2.694,0.0,0.0,0.0,29.492,25.928,3.564 +36081055900,"Census Tract 559, Queens County, New York",1335,787.0,60688.0,584500.0,213.0,184.0,48.0,0.0,69.0,0.0,18.0,7.0,1009.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 559,1134.0,98.0,113.0,3.0,65.0,0.0,839.0,773.0,32292.0,147600.0,59.0,27.064803049555273,7.632600258732213,19.432202790823062,0.636366124893071,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,13.783,8.642,5.141,3.596,9.965,-6.369,5.169,5.732,-0.563,0.0,0.265,-0.265,0.0,0.0,0.0,75.581,73.986,1.595 +36081056000,"Census Tract 560, Queens County, New York",1743,1176.0,61029.0,497300.0,240.0,445.0,178.0,3.0,647.0,0.0,70.0,104.0,296.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 560,1826.0,504.0,301.0,22.0,503.0,0.0,460.0,1024.0,48542.0,202200.0,224.0,20.408163265306122,21.875,-1.466836734693878,0.41450231248743213,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,25.531,27.601,-2.07,10.212,16.484,-6.272,37.12,27.547,9.573,0.172,1.205,-1.033,0.0,0.0,0.0,16.982,25.192,-8.21 +36081056100,"Census Tract 561, Queens County, New York",62,57.0,160250.0,350000.0,21.0,38.0,5.0,0.0,11.0,0.0,0.0,0.0,8.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 561,7.0,0.0,0.0,0.0,0.0,0.0,7.0,0.0,,,0.0,36.8421052631579,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,61.29,0.0,61.29,8.065,0.0,8.065,17.742,0.0,17.742,0.0,0.0,0.0,0.0,0.0,0.0,12.903,100.0,-87.097 +36081056200,"Census Tract 562, Queens County, New York",1691,1180.0,91438.0,494500.0,232.0,438.0,275.0,7.0,305.0,0.0,100.0,226.0,347.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 562,1484.0,430.0,293.0,10.0,318.0,0.0,394.0,1020.0,64375.0,192900.0,271.0,19.661016949152543,26.568627450980394,-6.90761050182785,0.43826895854398384,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,25.902,28.976,-3.074,16.263,19.744,-3.481,18.037,21.429,-3.392,0.414,0.674,-0.26,0.0,0.0,0.0,20.52,26.55,-6.03 +36081056400,"Census Tract 564, Queens County, New York",1570,1116.0,50667.0,473100.0,258.0,250.0,153.0,0.0,434.0,0.0,220.0,102.0,411.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 564,1839.0,419.0,341.0,37.0,314.0,0.0,658.0,1171.0,55435.0,195300.0,227.0,23.118279569892472,19.385140905209223,3.733138664683249,0.4055548509828789,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,15.924,22.784,-6.86,9.745,18.543,-8.798,27.643,17.074,10.569,0.0,2.012,-2.012,0.0,0.0,0.0,26.178,35.78,-9.602 +36081056500,"Census Tract 565, Queens County, New York",1571,1034.0,62404.0,459400.0,158.0,328.0,2.0,19.0,1.0,0.0,7.0,0.0,1233.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 565,1120.0,288.0,45.0,4.0,54.0,0.0,718.0,702.0,29917.0,182900.0,71.0,15.28046421663443,10.113960113960115,5.166504102674315,0.42669569003047453,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,20.878,25.714,-4.836,0.127,4.018,-3.891,0.064,4.821,-4.757,1.209,0.357,0.852,0.0,0.0,0.0,78.485,64.107,14.378 +36081056600,"Census Tract 566, Queens County, New York",1444,1099.0,54483.0,491500.0,188.0,85.0,374.0,0.0,402.0,0.0,28.0,156.0,399.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 566,1588.0,275.0,398.0,4.0,527.0,0.0,323.0,1089.0,53550.0,192800.0,222.0,17.106460418562328,20.385674931129476,-3.2792145125671475,0.4351332655137335,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,5.886,17.317,-11.431,25.9,25.063,0.837,27.839,33.186,-5.347,0.0,0.252,-0.252,0.0,0.0,0.0,27.632,20.34,7.292 +36081056700,"Census Tract 567, Queens County, New York",4867,3505.0,92533.0,492100.0,739.0,1606.0,84.0,82.0,375.0,0.0,0.0,58.0,2744.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 567,4494.999879999999,2349.591064,88.64501953,11.95213795,154.3817749,1.992022991,1807.760864,2821.700684,51543.998360000005,200899.9962,379.48037719999996,21.08416547788873,13.448640366137429,7.635525111751303,0.4121194990286528,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,32.998,52.271,-19.273,1.726,1.972,-0.246,7.705,3.435,4.27,1.685,0.266,1.419,0.0,0.044,-0.044,56.38,40.217,16.163 +36081056800,"Census Tract 568, Queens County, New York",4719,3349.0,78725.0,433900.0,895.0,138.0,3221.0,0.0,171.0,0.0,75.0,183.0,931.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 568,5356.0,314.0,3835.0,12.0,215.0,0.0,926.0,3360.0,48400.0,181300.0,611.0,26.724395341893104,18.18452380952381,8.539871532369293,0.3983129753399401,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,2.924,5.863,-2.939,68.256,71.602,-3.346,3.624,4.014,-0.39,0.0,0.224,-0.224,0.0,0.0,0.0,19.729,17.289,2.44 +36081057700,"Census Tract 577, Queens County, New York",4232,2815.0,65551.0,581000.0,735.0,2078.0,47.0,0.0,171.0,0.0,0.0,47.0,1889.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 577,3483.0,2384.0,23.0,9.0,161.0,0.0,875.0,2446.0,38185.0,219400.0,266.0,26.1101243339254,10.874897792313982,15.235226541611416,0.45622030981067124,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,49.102,68.447,-19.345,1.111,0.66,0.451,4.041,4.622,-0.581,0.0,0.258,-0.258,0.0,0.0,0.0,44.636,25.122,19.514 +36081057900,"Census Tract 579, Queens County, New York",1898,1317.0,59167.0,518400.0,378.0,1074.0,5.0,19.0,87.0,0.0,0.0,0.0,732.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 579,1566.0,1091.0,2.0,5.0,71.0,1.0,377.0,1082.0,32625.0,216700.0,64.0,28.701594533029613,5.914972273567468,22.786622259462145,0.39805555555555555,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,56.586,69.668,-13.082,0.263,0.128,0.135,4.584,4.534,0.05,1.001,0.319,0.682,0.0,0.064,-0.064,38.567,24.074,14.493 +36081058000,"Census Tract 580, Queens County, New York",3811,2641.0,68854.0,412300.0,784.0,31.0,2853.0,4.0,79.0,52.0,117.0,95.0,580.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 580,4145.0,128.0,3637.0,5.0,54.0,0.0,257.0,2677.0,55750.0,184800.0,533.0,29.685725104127226,19.910347403810235,9.77537770031699,0.35456706281833617,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.813,3.088,-2.275,74.862,87.744,-12.882,2.073,1.303,0.77,0.105,0.121,-0.016,1.364,0.0,1.364,15.219,6.2,9.019 +36081058100,"Census Tract 581, Queens County, New York",3200,2220.0,57083.0,492600.0,619.0,1598.0,39.0,0.0,61.0,0.0,0.0,23.0,1479.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 581,2608.0,1682.0,55.0,5.0,107.0,0.0,728.0,1776.0,35909.0,212900.0,310.0,27.882882882882882,17.454954954954953,10.427927927927929,0.3776370280146163,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,49.938,64.494,-14.556,1.219,2.109,-0.89,1.906,4.103,-2.197,0.0,0.192,-0.192,0.0,0.0,0.0,46.219,27.914,18.305 +36081058200,"Census Tract 582, Queens County, New York",4956,3709.0,91974.0,398500.0,818.0,133.0,4064.0,12.0,13.0,0.0,173.0,150.0,423.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 582,4593.1481380000005,204.7872925,3967.741943,19.98338318,64.95014954,0.0,305.717514,2963.618164,49089.66096,177584.0913,553.5391541,22.05446211916959,18.677816218837293,3.3766459003322957,0.3582908620526976,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,2.684,4.459,-1.775,82.002,86.384,-4.382,0.262,1.414,-1.152,0.242,0.435,-0.193,0.0,0.0,0.0,8.535,6.656,1.879 +36081058300,"Census Tract 583, Queens County, New York",3375,2432.0,76361.0,602200.0,596.0,1814.0,188.0,10.0,86.0,0.0,26.0,33.0,1228.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 583,3366.0,1822.0,46.0,2.0,243.0,0.0,1169.0,2225.0,39783.0,243700.0,431.0,24.50657894736842,19.370786516853933,5.135792430514488,0.41725672534041847,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,53.748,54.13,-0.382,5.57,1.367,4.203,2.548,7.219,-4.671,0.296,0.059,0.237,0.0,0.0,0.0,36.385,34.73,1.655 +36081058500,"Census Tract 585, Queens County, New York",4374,3006.0,67663.0,533200.0,774.0,1875.0,49.0,0.0,611.0,0.0,40.0,17.0,1782.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 585,4135.0,2366.0,11.0,5.0,280.0,1.0,1419.0,2686.0,35268.0,225400.0,416.0,25.748502994011975,15.487714072970961,10.260788921041014,0.39126781695423857,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,42.867,57.219,-14.352,1.12,0.266,0.854,13.969,6.771,7.198,0.0,0.121,-0.121,0.0,0.024,-0.024,40.741,34.317,6.424 +36081058700,"Census Tract 587, Queens County, New York",3672,2563.0,58680.0,506400.0,631.0,2670.0,18.0,0.0,123.0,0.0,0.0,0.0,861.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 587,3336.0,2205.0,10.0,6.0,205.0,0.0,861.0,2325.0,35589.0,232600.0,329.0,24.61958642216153,14.150537634408602,10.469048787752927,0.3385781990521327,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,72.712,66.097,6.615,0.49,0.3,0.19,3.35,6.145,-2.795,0.0,0.18,-0.18,0.0,0.0,0.0,23.448,25.809,-2.361 +36081058900,"Census Tract 589, Queens County, New York",4670,2871.0,46250.0,549600.0,783.0,2362.0,22.0,41.0,174.0,0.0,0.0,25.0,2046.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 589,4384.0,2274.0,51.0,9.0,171.0,1.0,1716.0,2718.0,30078.0,253400.0,399.0,27.272727272727273,14.67991169977925,12.592815572948023,0.3360698689956332,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,50.578,51.87,-1.292,0.471,1.163,-0.692,3.726,3.901,-0.175,0.878,0.205,0.673,0.0,0.023,-0.023,43.812,39.142,4.67 +36081059000,"Census Tract 590, Queens County, New York",1622,1154.0,82083.0,410400.0,319.0,4.0,1368.0,107.0,0.0,0.0,6.0,11.0,126.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 590,1241.0,20.0,1137.0,6.0,8.0,0.0,68.0,859.0,65192.0,175600.0,121.0,27.642980935875215,14.086146682188591,13.556834253686624,0.383859649122807,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,0.247,1.612,-1.365,84.34,91.62,-7.28,0.0,0.645,-0.645,6.597,0.483,6.114,0.0,0.0,0.0,7.768,5.479,2.289 +36081059100,"Census Tract 591, Queens County, New York",5375,3665.0,63851.0,502400.0,1118.0,2494.0,103.0,0.0,266.0,0.0,48.0,50.0,2414.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 591,5777.0,2361.0,30.0,6.0,214.0,6.0,3032.0,3501.0,34544.0,225500.0,402.0,30.504774897680765,11.482433590402742,19.022341307278023,0.3536624203821656,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,46.4,40.869,5.531,1.916,0.519,1.397,4.949,3.704,1.245,0.0,0.104,-0.104,0.0,0.104,-0.104,44.912,52.484,-7.572 +36081059200,"Census Tract 592, Queens County, New York",1307,1066.0,105833.0,407600.0,240.0,0.0,1248.0,0.0,0.0,0.0,20.0,4.0,35.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 592,1263.0,21.0,1184.0,2.0,11.0,0.0,41.0,914.0,53672.0,185600.0,222.0,22.5140712945591,24.288840262582056,-1.7747689680229577,0.3442983316977429,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.0,1.663,-1.663,95.486,93.745,1.741,0.0,0.871,-0.871,0.0,0.158,-0.158,0.0,0.0,0.0,2.678,3.246,-0.568 +36081059300,"Census Tract 593, Queens County, New York",4338,2997.0,60258.0,561300.0,853.0,3014.0,13.0,0.0,213.0,0.0,0.0,0.0,1098.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 593,3865.0,2804.0,21.0,5.0,196.0,0.0,771.0,2698.0,35547.0,247300.0,413.0,28.461795128461794,15.30763528539659,13.154159843065205,0.36555852485301976,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,69.479,72.549,-3.07,0.3,0.543,-0.243,4.91,5.071,-0.161,0.0,0.129,-0.129,0.0,0.0,0.0,25.311,19.948,5.363 +36081059400,"Census Tract 594, Queens County, New York",1842,1390.0,92986.0,393100.0,420.0,6.0,1660.0,0.0,5.0,0.0,9.0,53.0,109.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 594,1780.0,51.0,1610.0,7.0,9.0,0.0,93.0,1188.0,68833.0,184700.0,326.0,30.215827338129497,27.44107744107744,2.7747498970520574,0.32340880183159504,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.326,2.865,-2.539,90.119,90.449,-0.33,0.271,0.506,-0.235,0.0,0.393,-0.393,0.0,0.0,0.0,5.917,5.225,0.692 +36081059500,"Census Tract 595, Queens County, New York",5289,3677.0,68095.0,602700.0,1115.0,2451.0,38.0,22.0,301.0,0.0,0.0,82.0,2417.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 595,4550.0,2402.0,41.0,10.0,251.0,0.0,1814.0,2902.0,35828.0,202800.0,367.0,30.32363339679086,12.64645072363887,17.67718267315199,0.5154604280736685,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,46.341,52.791,-6.45,0.718,0.901,-0.183,5.691,5.516,0.175,0.416,0.22,0.196,0.0,0.0,0.0,45.699,39.868,5.831 +36081059600,"Census Tract 596, Queens County, New York",1462,1030.0,70469.0,427400.0,430.0,20.0,1352.0,0.0,0.0,0.0,0.0,15.0,75.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 596,1614.0,45.0,1531.0,0.0,3.0,0.0,32.0,1119.0,65469.0,189000.0,335.0,41.74757281553398,29.93744414655943,11.81012866897455,0.36321946654188114,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,1.368,2.788,-1.42,92.476,94.857,-2.381,0.0,0.186,-0.186,0.0,0.0,0.0,0.0,0.0,0.0,5.13,1.983,3.147 +36081059800,"Census Tract 598, Queens County, New York",1693,1226.0,86506.0,408700.0,418.0,20.0,1528.0,0.0,5.0,0.0,15.0,56.0,69.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 598,1830.0,23.0,1710.0,8.0,15.0,0.0,62.0,1206.0,54484.0,170700.0,302.0,34.09461663947798,25.041459369817577,9.0531572696604,0.39856129190114997,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,1.181,1.257,-0.076,90.254,93.443,-3.189,0.295,0.82,-0.525,0.0,0.437,-0.437,0.0,0.0,0.0,4.076,3.388,0.688 +36081059900,"Census Tract 599, Queens County, New York",1299,1026.0,48750.0,517700.0,219.0,939.0,7.0,0.0,42.0,0.0,0.0,11.0,300.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 599,1446.0,1180.0,2.0,0.0,46.0,0.0,213.0,1002.0,50391.0,207800.0,174.0,21.34502923976608,17.365269461077844,3.979759778688237,0.4219972957311184,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,72.286,81.604,-9.318,0.539,0.138,0.401,3.233,3.181,0.052,0.0,0.0,0.0,0.0,0.0,0.0,23.095,14.73,8.365 +36081060000,"Census Tract 600, Queens County, New York",1188,886.0,81731.0,387100.0,340.0,4.0,1065.0,23.0,11.0,0.0,0.0,9.0,76.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 600,1260.0,38.0,1181.0,3.0,1.0,0.0,32.0,862.0,65000.0,187900.0,266.0,38.37471783295711,30.858468677494198,7.516249155462912,0.30101782485145956,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.337,3.016,-2.679,89.646,93.73,-4.084,0.926,0.079,0.847,1.936,0.238,1.698,0.0,0.0,0.0,6.397,2.54,3.857 +36081060100,"Census Tract 601, Queens County, New York",2165,1500.0,66574.0,558600.0,343.0,1132.0,11.0,0.0,107.0,0.0,28.0,22.0,865.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 601,2003.0,1487.0,13.0,0.0,105.0,0.0,371.0,1397.0,47188.0,224400.0,208.0,22.866666666666667,14.889047959914102,7.9776187067525655,0.4215252416756176,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,52.286,74.239,-21.953,0.508,0.649,-0.141,4.942,5.242,-0.3,0.0,0.0,0.0,0.0,0.0,0.0,39.954,18.522,21.432 +36081060300,"Census Tract 603, Queens County, New York",2104,1622.0,91250.0,618700.0,510.0,1127.0,12.0,0.0,140.0,0.0,0.0,40.0,785.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 603,1560.0,1274.0,12.0,0.0,34.0,0.0,232.0,1279.0,50847.0,229200.0,190.0,31.442663378545006,14.855355746677091,16.587307631867915,0.4665459835138193,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,53.565,81.667,-28.102,0.57,0.769,-0.199,6.654,2.179,4.475,0.0,0.0,0.0,0.0,0.0,0.0,37.31,14.872,22.438 +36081060600,"Census Tract 606, Queens County, New York",1337,1021.0,84583.0,407800.0,284.0,32.0,1201.0,0.0,5.0,0.0,9.0,19.0,71.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 606,1521.0,39.0,1384.0,4.0,20.0,0.0,73.0,1083.0,59875.0,186300.0,198.0,27.81586679725759,18.282548476454295,9.533318320803296,0.3421481118195194,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.393,2.564,-0.171,89.828,90.993,-1.165,0.374,1.315,-0.941,0.0,0.263,-0.263,0.0,0.0,0.0,5.31,4.799,0.511 +36081060701,"Census Tract 607.01, Queens County, New York",21,21.0,,,13.0,8.0,0.0,0.0,0.0,0.0,0.0,0.0,13.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 607.01,292.7087687,263.57034300000004,0.0,1.8542636630000002,9.271318436,0.0,18.0128479,225.4254913,52321.001189999995,239500.009,52.18427658,61.904761904761905,23.14923493304149,38.755526971720414,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,True,False,False,False,False,False,False,38.095,90.045,-51.95,0.0,0.0,0.0,0.0,3.167,-3.167,0.0,0.633,-0.633,0.0,0.0,0.0,61.905,6.154,55.751 +36081060800,"Census Tract 608, Queens County, New York",1728,1210.0,79653.0,415400.0,329.0,63.0,1597.0,0.0,0.0,0.0,0.0,0.0,68.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 608,1631.0,23.0,1512.0,0.0,8.0,0.0,84.0,999.0,66964.0,189300.0,362.0,27.1900826446281,36.23623623623624,-9.046153591608139,0.3437843042850265,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,3.646,1.41,2.236,92.419,92.704,-0.285,0.0,0.49,-0.49,0.0,0.0,0.0,0.0,0.0,0.0,3.935,5.15,-1.215 +36081061000,"Census Tract 610, Queens County, New York",1351,917.0,83750.0,420600.0,364.0,4.0,1316.0,0.0,0.0,0.0,0.0,0.0,31.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 610,1238.42832,23.76877993,1153.222256,0.033425216,3.066850431,0.0,56.337008600000004,837.8435526000001,73596.17182,183744.7986,130.5096476,39.69465648854962,15.576851692061345,24.117804796488272,0.3709165240513552,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,0.296,1.919,-1.623,97.409,93.12,4.289,0.0,0.248,-0.248,0.0,0.003,-0.003,0.0,0.0,0.0,2.295,4.549,-2.254 +36081061200,"Census Tract 612, Queens County, New York",1851,1298.0,130865.0,435600.0,445.0,0.0,1804.0,0.0,0.0,0.0,14.0,7.0,26.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 612,1731.7422239999999,81.43676776,1572.488891,8.018989902000001,4.037979804,0.0,52.75959611,1214.001213,76324.77922000001,192745.9897,338.9939398,34.28351309707242,27.923690369492242,6.35982272758018,0.3628231745454546,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.0,4.703,-4.703,97.461,90.804,6.657,0.0,0.233,-0.233,0.0,0.463,-0.463,0.0,0.0,0.0,1.405,3.047,-1.642 +36081061301,"Census Tract 613.01, Queens County, New York",6241,4347.0,77377.0,552100.0,1172.0,3268.0,70.0,41.0,501.0,0.0,12.0,141.0,2249.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 613.01,5011.0,3745.0,38.0,7.0,205.0,0.0,970.0,3322.0,42722.0,226900.0,472.0,26.961122613296528,14.208308248043348,12.75281436525318,0.4081941677232385,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,52.363,74.736,-22.373,1.122,0.758,0.364,8.028,4.091,3.937,0.657,0.14,0.517,0.0,0.0,0.0,36.036,19.357,16.679 +36081061302,"Census Tract 613.02, Queens County, New York",16,12.0,,,12.0,12.0,0.0,0.0,0.0,0.0,0.0,0.0,4.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 613.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,100.0,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,75.0,,,0.0,,,0.0,,,0.0,,,0.0,,,25.0,, +36081061400,"Census Tract 614, Queens County, New York",1318,977.0,98750.0,438300.0,313.0,12.0,1083.0,0.0,30.0,0.0,42.0,25.0,126.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 614,1433.333287,26.94985962,1318.546875,6.987000465,2.994428873,0.0,68.87186432,987.1633911,63481.9982,189699.9999,209.6100159,32.03684749232344,21.233568605743244,10.803278886580195,0.3767556471457905,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,0.91,1.88,-0.97,82.17,91.992,-9.822,2.276,0.209,2.067,0.0,0.487,-0.487,0.0,0.0,0.0,9.56,4.805,4.755 +36081061601,"Census Tract 616.01, Queens County, New York",2376,1774.0,97500.0,425400.0,497.0,6.0,2108.0,0.0,11.0,0.0,0.0,73.0,178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 616.01,2207.261565,45.62595528,2081.465345,8.027215447,4.054430895,0.0,55.08861792,1584.900122,71100.19327,193731.8069,491.85762189999997,28.015783540022547,31.033982209511112,-3.018198669488566,0.34420827001410437,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.253,2.067,-1.814,88.721,94.301,-5.58,0.463,0.184,0.279,0.0,0.364,-0.364,0.0,0.0,0.0,7.492,2.496,4.996 +36081061602,"Census Tract 616.02, Queens County, New York",1253,947.0,101667.0,430200.0,282.0,33.0,1112.0,7.0,0.0,0.0,0.0,28.0,73.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 616.02,1545.0,104.0,1290.0,7.0,33.0,0.0,81.0,1087.0,56310.0,189600.0,247.0,29.778247096092926,22.723091076356944,7.055156019735982,0.36535564853556485,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.634,6.731,-4.097,88.747,83.495,5.252,0.0,2.136,-2.136,0.559,0.453,0.106,0.0,0.0,0.0,5.826,5.243,0.583 +36081061800,"Census Tract 618, Queens County, New York",1842,1356.0,73810.0,361700.0,395.0,65.0,1711.0,0.0,0.0,0.0,15.0,27.0,24.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 618,1603.0,91.0,1391.0,5.0,19.0,1.0,87.0,1027.0,55375.0,180100.0,199.0,29.129793510324482,19.37682570593963,9.752967804384852,0.28298589991705836,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,3.529,5.677,-2.148,92.888,86.775,6.113,0.0,1.185,-1.185,0.0,0.312,-0.312,0.0,0.062,-0.062,1.303,5.427,-4.124 +36081061900,"Census Tract 619, Queens County, New York",2706,1971.0,82049.0,564500.0,590.0,1822.0,0.0,0.0,116.0,0.0,0.0,0.0,768.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 619,2649.0,2237.0,25.0,2.0,78.0,1.0,286.0,1865.0,42788.0,250500.0,281.0,29.93404363267377,15.067024128686327,14.867019503987443,0.36099202834366695,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,67.332,84.447,-17.115,0.0,0.944,-0.944,4.287,2.945,1.342,0.0,0.076,-0.076,0.0,0.038,-0.038,28.381,10.797,17.584 +36081062000,"Census Tract 620, Queens County, New York",1439,1068.0,106500.0,426100.0,544.0,17.0,1184.0,46.0,91.0,0.0,0.0,0.0,101.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 620,1579.7542130000002,42.43717867,1454.4997,3.0190077680000003,9.038015537,0.0,59.76031077,1142.009683,59735.64359,190163.5953,287.9958156,50.93632958801498,25.2183339499758,25.717995638039177,0.35734433881248545,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,1.181,2.686,-1.505,82.279,92.071,-9.792,6.324,0.572,5.752,3.197,0.191,3.006,0.0,0.0,0.0,7.019,3.783,3.236 +36081062100,"Census Tract 621, Queens County, New York",2569,1844.0,59259.0,556700.0,416.0,1655.0,20.0,0.0,32.0,0.0,0.0,0.0,862.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 621,2709.000005,2264.771484,2.974743843,6.941068649,62.46961975,0.0,352.0113525,1737.250366,46008.000889999996,236399.9969,190.38360600000001,22.559652928416487,10.958904354031375,11.600748574385111,0.3885108756313993,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,64.422,83.602,-19.18,0.779,0.11,0.669,1.246,2.306,-1.06,0.0,0.256,-0.256,0.0,0.0,0.0,33.554,12.994,20.56 +36081062200,"Census Tract 622, Queens County, New York",1841,1503.0,82050.0,426200.0,581.0,19.0,1594.0,0.0,8.0,0.0,0.0,11.0,209.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 622,2240.6667469999998,76.05014078,2026.453184,4.012999462,14.0055712,0.0,113.1281375,1451.836638,56231.90786,193007.1549,365.38998389999995,38.65602129075183,25.167430986129993,13.488590304621837,0.34788760427968096,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,1.032,3.394,-2.362,86.583,90.44,-3.857,0.435,0.625,-0.19,0.0,0.179,-0.179,0.0,0.0,0.0,11.353,5.049,6.304 +36081062300,"Census Tract 623, Queens County, New York",2137,1585.0,79813.0,503900.0,317.0,1390.0,0.0,0.0,17.0,0.0,0.0,0.0,730.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 623,1669.0,1521.0,6.0,6.0,5.0,0.0,113.0,1268.0,45845.0,210100.0,238.0,20.0,18.769716088328074,1.2302839116719255,0.3995951577693987,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,65.044,91.132,-26.088,0.0,0.359,-0.359,0.796,0.3,0.496,0.0,0.359,-0.359,0.0,0.0,0.0,34.16,6.771,27.389 +36081062400,"Census Tract 624, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 624,561.7346741,19.25469017,506.48208619999997,0.837160468,1.674320936,0.0,33.48641968,396.81405639999997,65885.00213,185899.9922,87.90184784,,22.15189870980589,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,3.428,,,90.164,,,0.298,,,0.149,,,0.0,,,5.961, +36081062500,"Census Tract 625, Queens County, New York",2807,1963.0,76250.0,544400.0,451.0,1775.0,43.0,0.0,80.0,0.0,0.0,16.0,893.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 625,2242.0,1903.0,17.0,4.0,29.0,0.0,280.0,1562.0,47600.0,211400.0,229.0,22.975038206826287,14.660691421254802,8.314346785571486,0.4408229243203527,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,63.235,84.88,-21.645,1.532,0.758,0.774,2.85,1.293,1.557,0.0,0.178,-0.178,0.0,0.0,0.0,31.813,12.489,19.324 +36081062600,"Census Tract 626, Queens County, New York",3091,2207.0,80441.0,393700.0,479.0,20.0,2730.0,13.0,14.0,0.0,55.0,48.0,224.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 626,2693.245755,54.86535376,2445.762566,9.037624076,31.07524815,0.0,150.50496299999998,1740.833813,54527.28514,180953.4427,345.95052789999994,21.703670140462165,19.872691196399686,1.8309789440624797,0.3381433642672085,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.647,2.037,-1.39,88.321,90.811,-2.49,0.453,1.154,-0.701,0.421,0.336,0.085,0.0,0.0,0.0,7.247,5.588,1.659 +36081062700,"Census Tract 627, Queens County, New York",2901,2148.0,69293.0,548300.0,311.0,1605.0,8.0,0.0,63.0,0.0,0.0,0.0,1225.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 627,2630.0,2183.0,17.0,13.0,48.0,1.0,351.0,1890.0,42292.0,205700.0,341.0,14.478584729981378,18.04232804232804,-3.563743312346663,0.4597701987962794,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,55.326,83.004,-27.678,0.276,0.646,-0.37,2.172,1.825,0.347,0.0,0.494,-0.494,0.0,0.038,-0.038,42.227,13.346,28.881 +36081062900,"Census Tract 629, Queens County, New York",2996,2162.0,72926.0,478700.0,554.0,1963.0,5.0,0.0,254.0,0.0,0.0,53.0,721.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 629,2673.0,2049.0,20.0,3.0,23.0,0.0,546.0,1776.0,36563.0,208500.0,169.0,25.624421831637374,9.515765765765765,16.108656065871607,0.3728013369542511,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,65.521,76.655,-11.134,0.167,0.748,-0.581,8.478,0.86,7.618,0.0,0.112,-0.112,0.0,0.0,0.0,24.065,20.426,3.639 +36081063000,"Census Tract 630, Queens County, New York",1634,1246.0,83700.0,407300.0,363.0,13.0,1497.0,0.0,0.0,0.0,1.0,27.0,96.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 630,1787.8332280000002,25.61127311,1662.07914,8.026577091,7.053154182,0.0,79.06308365,1199.597541,65010.02341,179276.9847,253.7905946,29.13322632423756,21.156311673366456,7.976914650871105,0.36617024805303217,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,0.796,1.433,-0.637,91.616,92.966,-1.35,0.0,0.395,-0.395,0.0,0.449,-0.449,0.0,0.0,0.0,5.875,4.422,1.453 +36081063200,"Census Tract 632, Queens County, New York",2705,1860.0,100550.0,441100.0,480.0,34.0,2442.0,0.0,83.0,0.0,0.0,24.0,122.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 632,2407.0,49.0,2194.0,6.0,17.0,0.0,127.0,1615.0,60150.0,190500.0,305.0,25.806451612903224,18.88544891640867,6.921002696494554,0.37810020403536615,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,1.257,2.036,-0.779,90.277,91.151,-0.874,3.068,0.706,2.362,0.0,0.249,-0.249,0.0,0.0,0.0,4.51,5.276,-0.766 +36081063301,"Census Tract 633.01, Queens County, New York",1490,1047.0,79583.0,608100.0,284.0,1116.0,5.0,0.0,0.0,0.0,0.0,12.0,357.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 633.01,1462.0,1303.0,6.0,2.0,9.0,0.0,135.0,1037.0,47500.0,221300.0,145.0,27.125119388729704,13.982642237222757,13.142477151506947,0.4759546127281697,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,74.899,89.124,-14.225,0.336,0.41,-0.074,0.0,0.616,-0.616,0.0,0.137,-0.137,0.0,0.0,0.0,23.96,9.234,14.726 +36081063302,"Census Tract 633.02, Queens County, New York",1578,1179.0,63380.0,546100.0,279.0,1134.0,0.0,0.0,4.0,0.0,0.0,19.0,421.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 633.02,1438.0,1271.2284029999998,3.025256222,4.058931187,15.53038067,0.0,139.9886529,984.7496338,46246.21978,200004.4885,165.6163982,23.66412213740458,16.818122344550805,6.845999792853775,0.4726122258926936,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,71.863,88.403,-16.54,0.0,0.21,-0.21,0.253,1.08,-0.827,0.0,0.282,-0.282,0.0,0.0,0.0,26.679,9.735,16.944 +36081063500,"Census Tract 635, Queens County, New York",2609,1812.0,54865.0,615000.0,494.0,1852.0,14.0,0.0,24.0,0.0,5.0,30.0,684.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 635,2485.0,2267.0,16.0,8.0,14.0,0.0,180.0,1680.0,49333.0,256000.0,340.0,27.26269315673289,20.238095238095237,7.024597918637653,0.40058536585365856,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,70.985,91.227,-20.242,0.537,0.644,-0.107,0.92,0.563,0.357,0.0,0.322,-0.322,0.0,0.0,0.0,26.217,7.243,18.974 +36081063700,"Census Tract 637, Queens County, New York",3345,2580.0,95000.0,603500.0,728.0,2187.0,153.0,0.0,234.0,0.0,0.0,26.0,745.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 637,3138.0000010000003,2552.801868,38.86358923,9.046680498999999,98.54253101,0.0,431.5119295,2247.3298760000002,50890.48757,236653.8741,483.3594398,28.217054263565892,21.50816597785487,6.708888285711023,0.4353246417497929,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,65.381,81.351,-15.97,4.574,1.238,3.336,6.996,3.14,3.856,0.0,0.288,-0.288,0.0,0.0,0.0,22.272,13.751,8.521 +36081063800,"Census Tract 638, Queens County, New York",3853,3040.0,110129.0,416000.0,911.0,182.0,2988.0,0.0,64.0,0.0,86.0,34.0,499.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 638,3835.0,497.0,2777.0,19.0,138.0,0.0,358.0,2467.0,58164.0,189300.0,480.0,29.967105263157894,19.456830158086746,10.510275105071148,0.34473076923076923,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,4.724,12.96,-8.236,77.55,72.412,5.138,1.661,3.598,-1.937,0.0,0.495,-0.495,0.0,0.0,0.0,12.951,9.335,3.616 +36081063900,"Census Tract 639, Queens County, New York",2965,2163.0,64526.0,487900.0,685.0,1874.0,70.0,0.0,242.0,0.0,0.0,67.0,712.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 639,2670.0,2082.0,57.0,2.0,104.0,0.0,361.0,1987.0,45323.0,220200.0,448.0,31.668978270920018,22.546552591847007,9.122425679073011,0.350096331215413,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,63.204,77.978,-14.774,2.361,2.135,0.226,8.162,3.895,4.267,0.0,0.075,-0.075,0.0,0.0,0.0,24.013,13.521,10.492 +36081064101,"Census Tract 641.01, Queens County, New York",2220,1734.0,64375.0,217900.0,652.0,1663.0,17.0,0.0,250.0,0.0,4.0,10.0,276.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 641.01,1603.0,1287.0,18.0,2.0,91.0,0.0,188.0,1401.0,31012.0,55900.0,246.0,37.60092272202999,17.558886509635975,20.042036212394017,0.6305828361633777,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,74.91,80.287,-5.377,0.766,1.123,-0.357,11.261,5.677,5.584,0.0,0.125,-0.125,0.0,0.0,0.0,12.432,11.728,0.704 +36081064102,"Census Tract 641.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 641.02,31.00000139,22.00000191,2.142857313,0.14285714900000002,1.285714388,0.0,5.428571701,14.4285717,46635.00208,87700.00214,7.142857552000001,,49.504952399411785,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,True,False,False,False,False,False,False,False,False,,70.968,,,6.912,,,4.147,,,0.461,,,0.0,,,17.512, +36081064500,"Census Tract 645, Queens County, New York",1898,1410.0,68571.0,646800.0,694.0,922.0,58.0,0.0,531.0,0.0,0.0,44.0,343.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 645,1883.000046,1205.19812,36.13641357,1.95331955,357.457489,0.0,272.4880676,1394.670166,47763.00073,233100.0048,391.64056400000004,49.219858156028366,28.081231931937662,21.138626224090704,0.4810389503525047,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,48.577,64.004,-15.427,3.056,1.919,1.137,27.977,18.983,8.994,0.0,0.104,-0.104,0.0,0.0,0.0,18.072,14.471,3.601 +36081064600,"Census Tract 646, Queens County, New York",3410,2450.0,85000.0,442700.0,567.0,22.0,3074.0,10.0,0.0,0.0,8.0,63.0,243.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 646,3134.0,59.0,2927.0,3.0,28.0,0.0,109.0,2064.0,58333.0,184800.0,549.0,23.142857142857142,26.598837209302324,-3.455980066445182,0.3988886379037723,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,0.645,1.883,-1.238,90.147,93.395,-3.248,0.0,0.893,-0.893,0.293,0.096,0.197,0.0,0.0,0.0,7.126,3.478,3.648 +36081065000,"Census Tract 650, Queens County, New York",3100,2217.0,87417.0,428600.0,733.0,79.0,2727.0,25.0,0.0,0.0,7.0,63.0,199.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 650,3027.0,62.0,2836.0,8.0,26.0,3.0,82.0,2045.0,63359.0,191800.0,417.0,33.062697338746055,20.39119804400978,12.671499294736275,0.3555949603359776,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,2.548,2.048,0.5,87.968,93.69,-5.722,0.0,0.859,-0.859,0.806,0.264,0.542,0.0,0.099,-0.099,6.419,2.709,3.71 +36081065400,"Census Tract 654, Queens County, New York",3289,2102.0,91146.0,416300.0,490.0,86.0,2313.0,0.0,196.0,0.0,0.0,81.0,613.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 654,2699.0,313.0,1926.0,7.0,64.0,0.0,341.0,1684.0,60542.0,186300.0,328.0,23.311132254995243,19.477434679334916,3.8336975756603273,0.3555801104972376,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,2.615,11.597,-8.982,70.325,71.36,-1.035,5.959,2.371,3.588,0.0,0.259,-0.259,0.0,0.0,0.0,18.638,12.634,6.004 +36081065501,"Census Tract 655.01, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 655.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081065600,"Census Tract 656, Queens County, New York",5816,3987.0,78314.0,465100.0,1174.0,124.0,5069.0,0.0,161.0,0.0,60.0,168.0,234.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 656,4373.0,661.0,3036.0,15.0,155.0,0.0,439.0,2673.0,55923.0,197000.0,480.0,29.445698520190618,17.957351290684624,11.488347229505994,0.39006665233283166,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,2.132,15.115,-12.983,87.156,69.426,17.73,2.768,3.544,-0.776,0.0,0.343,-0.343,0.0,0.0,0.0,4.023,10.039,-6.016 +36081065702,"Census Tract 657.02, Queens County, New York",1811,1437.0,60750.0,490800.0,372.0,1275.0,79.0,16.0,70.0,0.0,6.0,6.0,375.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 657.02,1490.0,1327.0,1.0,3.0,57.0,0.0,81.0,1123.0,46161.0,263300.0,200.0,25.887265135699373,17.809439002671414,8.077826133027958,0.22748166259168703,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,70.403,89.06,-18.657,4.362,0.067,4.295,3.865,3.826,0.039,0.883,0.201,0.682,0.0,0.0,0.0,20.707,5.436,15.271 +36081065703,"Census Tract 657.03, Queens County, New York",2862,2127.0,80774.0,643800.0,667.0,2258.0,2.0,0.0,21.0,0.0,0.0,11.0,570.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 657.03,2559.0,2361.0,2.0,5.0,29.0,0.0,150.0,1998.0,52593.79234,258661.1801,339.0,31.358721203573108,16.966966966966968,14.39175423660614,0.4214475002423113,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,78.896,92.263,-13.367,0.07,0.078,-0.008,0.734,1.133,-0.399,0.0,0.195,-0.195,0.0,0.0,0.0,19.916,5.862,14.054 +36081065900,"Census Tract 659, Queens County, New York",1807,1333.0,85714.0,600900.0,537.0,1546.0,0.0,6.0,45.0,0.0,85.0,0.0,131.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 659,1694.0,1581.0,2.0,6.0,30.0,0.0,71.0,1270.0,61063.0,252100.0,261.0,40.28507126781695,20.551181102362204,19.73389016545475,0.39586620069895156,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,85.556,93.329,-7.773,0.0,0.118,-0.118,2.49,1.771,0.719,0.332,0.354,-0.022,0.0,0.0,0.0,7.25,4.191,3.059 +36081066000,"Census Tract 660, Queens County, New York",3724,2540.0,96150.0,443700.0,567.0,193.0,3154.0,93.0,18.0,0.0,0.0,7.0,317.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 660,3214.0,405.0,2313.0,1.0,120.0,0.0,341.0,1908.0,65153.0,192300.0,432.0,22.322834645669293,22.641509433962263,-0.31867478829297013,0.3759026369168357,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,5.183,12.601,-7.418,84.694,71.966,12.728,0.483,3.734,-3.251,2.497,0.031,2.466,0.0,0.0,0.0,8.512,10.61,-2.098 +36081066100,"Census Tract 661, Queens County, New York",1546,1242.0,82375.0,638100.0,436.0,1282.0,26.0,0.0,75.0,0.0,0.0,19.0,144.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 661,1534.0,1407.0,2.0,2.0,36.0,0.0,72.0,1194.0,52273.0,266700.0,253.0,35.10466988727858,21.1892797319933,13.915390155285284,0.39813822284908323,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,82.924,91.721,-8.797,1.682,0.13,1.552,4.851,2.347,2.504,0.0,0.13,-0.13,0.0,0.0,0.0,9.314,4.694,4.62 +36081066300,"Census Tract 663, Queens County, New York",2605,1989.0,101413.0,632200.0,810.0,1998.0,6.0,0.0,376.0,0.0,0.0,19.0,206.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 663,2537.0,2143.0,10.0,7.0,169.0,1.0,175.0,2033.0,60817.0,253600.0,486.0,40.723981900452486,23.905558288243974,16.818423612208512,0.42236001265422335,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,76.699,84.47,-7.771,0.23,0.394,-0.164,14.434,6.661,7.773,0.0,0.276,-0.276,0.0,0.039,-0.039,7.908,6.898,1.01 +36081066400,"Census Tract 664, Queens County, New York",9266,6091.0,79838.0,404400.0,1507.0,499.0,7743.0,0.0,162.0,0.0,0.0,117.0,745.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 664,9808.593887,908.4242052999999,7570.021209999999,39.0,292.0636308,0.0,870.0,5920.636308,59373.52274,199391.8498,1243.0,24.74142176982433,20.994365053642134,3.747056716182197,0.2899993478931751,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,5.385,9.262,-3.877,83.564,77.177,6.387,1.748,2.978,-1.23,0.0,0.398,-0.398,0.0,0.0,0.0,8.04,8.87,-0.83 +36081066501,"Census Tract 665.01, Queens County, New York",3891,2796.0,97750.0,682200.0,1048.0,3328.0,11.0,0.0,85.0,0.0,0.0,80.0,387.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 665.01,3221.186532,3004.561615,3.0,9.712493896,49.56246948,0.0,141.3499413,2494.761749,52184.294630000004,294500.4011,480.33732599999996,37.48211731044349,19.253835609454022,18.22828170098947,0.37836326944591026,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,85.531,93.275,-7.744,0.283,0.093,0.19,2.185,1.539,0.646,0.0,0.302,-0.302,0.0,0.0,0.0,9.946,4.388,5.558 +36081066701,"Census Tract 667.01, Queens County, New York",2449,1789.0,55239.0,569500.0,450.0,1842.0,10.0,0.0,53.0,0.0,0.0,0.0,544.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 667.01,2447.104699,2231.868042,7.0,3.4332423210000003,59.16621208,0.0,129.63721280000001,1802.812775,52427.98525,238506.7796,310.4783936,25.15371716042482,17.22188781361392,7.931829346810897,0.3969275458753292,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,75.214,91.204,-15.99,0.408,0.286,0.122,2.164,2.418,-0.254,0.0,0.14,-0.14,0.0,0.0,0.0,22.213,5.298,16.915 +36081066900,"Census Tract 669, Queens County, New York",1584,1169.0,75664.0,633000.0,490.0,1431.0,0.0,0.0,98.0,0.0,0.0,0.0,55.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 669,1702.0,1520.0,4.0,0.0,69.0,0.0,106.0,1333.0,54167.0,271800.0,383.0,41.91616766467066,28.73218304576144,13.183984618909218,0.3816872037914692,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,90.341,89.307,1.034,0.0,0.235,-0.235,6.187,4.054,2.133,0.0,0.0,0.0,0.0,0.0,0.0,3.472,6.228,-2.756 +36081067100,"Census Tract 671, Queens County, New York",2368,1808.0,100909.0,613100.0,699.0,1672.0,0.0,7.0,568.0,0.0,0.0,31.0,97.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 671,2295.0,1973.0,3.0,1.0,226.0,0.0,74.0,1697.0,53135.710139999996,240690.0901,413.0,38.66150442477876,24.33706540954626,14.324439015232503,0.4346864626586201,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,70.608,85.969,-15.361,0.0,0.131,-0.131,23.986,9.847,14.139,0.296,0.044,0.252,0.0,0.0,0.0,4.096,3.224,0.872 +36081067700,"Census Tract 677, Queens County, New York",1765,1381.0,92750.0,642400.0,558.0,1436.0,24.0,0.0,214.0,0.0,0.0,0.0,91.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 677,1859.0,1681.0,2.0,8.0,75.0,0.0,89.0,1319.0,65982.0,277000.0,425.0,40.405503258508325,32.221379833206974,8.184123425301351,0.3790784557907846,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,81.36,90.425,-9.065,1.36,0.108,1.252,12.125,4.034,8.091,0.0,0.43,-0.43,0.0,0.0,0.0,5.156,4.788,0.368 +36081067900,"Census Tract 679, Queens County, New York",3928,3114.0,48977.0,574300.0,946.0,2030.0,79.0,0.0,222.0,0.0,15.0,179.0,1403.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 679,4301.0,2655.0,146.0,18.0,431.0,0.0,938.0,3299.0,35430.0,246300.0,796.0,30.37893384714194,24.12852379508942,6.250410052052519,0.38242730280341286,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,51.68,61.73,-10.05,2.011,3.395,-1.384,5.652,10.021,-4.369,0.0,0.419,-0.419,0.0,0.0,0.0,35.718,21.809,13.909 +36081068000,"Census Tract 680, Queens County, New York",5443,3756.0,95000.0,439700.0,850.0,24.0,4938.0,0.0,171.0,0.0,171.0,18.0,121.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 680,4310.0,172.0,3808.0,7.0,44.0,0.0,261.0,2827.0,66071.0,179300.0,669.0,22.630457933972313,23.664662186062966,-1.0342042520906531,0.41279963611553333,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,0.441,3.991,-3.55,90.722,88.353,2.369,3.142,1.021,2.121,0.0,0.162,-0.162,0.0,0.0,0.0,2.223,6.056,-3.833 +36081068200,"Census Tract 682, Queens County, New York",1109,787.0,87750.0,387400.0,194.0,9.0,922.0,0.0,26.0,0.0,4.0,4.0,144.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 682,1261.0,33.0,1096.0,13.0,9.0,0.0,100.0,941.0,63548.0,186700.0,231.0,24.65057179161372,24.548352816153027,0.10221897546069414,0.3060196179659267,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,0.812,2.617,-1.805,83.138,86.915,-3.777,2.344,0.714,1.63,0.0,1.031,-1.031,0.0,0.0,0.0,12.985,7.93,5.055 +36081068300,"Census Tract 683, Queens County, New York",3991,3322.0,52005.0,287500.0,1396.0,542.0,402.0,0.0,1860.0,0.0,0.0,16.0,1171.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 683,4298.0,472.0,234.0,36.0,1542.0,0.0,1967.0,3003.0,40205.0,81100.0,838.0,42.02287778446719,27.905427905427906,14.117449879039285,0.5937947826086957,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,13.581,10.982,2.599,10.073,5.444,4.629,46.605,35.877,10.728,0.0,0.838,-0.838,0.0,0.0,0.0,29.341,45.765,-16.424 +36081068700,"Census Tract 687, Queens County, New York",4401,3539.0,60291.0,398100.0,1394.0,1266.0,94.0,0.0,1863.0,0.0,16.0,142.0,1020.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 687,4709.0,1858.0,80.0,31.0,1830.0,0.0,815.0,3404.0,39308.0,197900.0,1259.0,39.38965809550721,36.98589894242068,2.4037591530865257,0.28415975885455913,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,28.766,39.456,-10.69,2.136,1.699,0.437,42.331,38.862,3.469,0.0,0.658,-0.658,0.0,0.0,0.0,23.177,17.307,5.87 +36081069000,"Census Tract 690, Queens County, New York",3489,2219.0,76528.0,486300.0,609.0,49.0,3267.0,0.0,36.0,52.0,0.0,57.0,28.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 690,3285.0,64.0,3006.0,7.0,50.0,1.0,135.0,2072.0,51131.0,191500.0,359.0,27.444794952681388,17.326254826254825,10.118540126426563,0.43294262800740285,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,1.404,1.948,-0.544,93.637,91.507,2.13,1.032,1.522,-0.49,0.0,0.213,-0.213,1.49,0.03,1.46,0.803,4.11,-3.307 +36081069300,"Census Tract 693, Queens County, New York",3012,2173.0,47951.0,294200.0,1051.0,1182.0,280.0,32.0,856.0,0.0,17.0,20.0,657.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 693,2835.0,1358.0,61.0,6.0,798.0,0.0,533.0,2112.0,38353.0,74800.0,751.0,48.366313851817765,35.558712121212125,12.80760173060564,0.6338817131203263,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,39.243,47.901,-8.658,9.296,2.152,7.144,28.42,28.148,0.272,1.062,0.212,0.85,0.0,0.0,0.0,21.813,18.801,3.012 +36081069400,"Census Tract 694, Queens County, New York",3810,2464.0,80398.0,383100.0,873.0,187.0,3090.0,0.0,94.0,0.0,0.0,114.0,325.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 694,2861.0,119.0,2477.0,17.0,39.0,0.0,173.0,1860.0,51229.0,191300.0,385.0,35.4301948051948,20.698924731182796,14.731270074012006,0.2809397024275646,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,4.908,4.159,0.749,81.102,86.578,-5.476,2.467,1.363,1.104,0.0,0.594,-0.594,0.0,0.0,0.0,8.53,6.047,2.483 +36081069500,"Census Tract 695, Queens County, New York",2029,1631.0,57225.0,695400.0,715.0,965.0,17.0,0.0,593.0,0.0,0.0,15.0,439.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 695,2332.0,1218.0,39.0,7.0,762.0,0.0,283.0,1682.0,52031.0,274000.0,773.0,43.838136112814226,45.95719381688466,-2.1190577040704355,0.43261432269197586,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,47.56,52.23,-4.67,0.838,1.672,-0.834,29.226,32.676,-3.45,0.0,0.3,-0.3,0.0,0.0,0.0,21.636,12.136,9.5 +36081069701,"Census Tract 697.01, Queens County, New York",3807,3029.0,64861.0,299400.0,1769.0,1484.0,161.0,0.0,1352.0,0.0,0.0,77.0,733.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 697.01,3597.0,2072.0,71.0,4.0,796.0,1.0,531.0,2640.0,31832.0,117100.0,894.0,58.40211290855068,33.86363636363637,24.53847654491431,0.4367935871743487,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,38.981,57.604,-18.623,4.229,1.974,2.255,35.514,22.13,13.384,0.0,0.111,-0.111,0.0,0.028,-0.028,19.254,14.762,4.492 +36081069702,"Census Tract 697.02, Queens County, New York",3402,2599.0,68819.0,849400.0,1394.0,1777.0,19.0,0.0,1323.0,0.0,0.0,80.0,203.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 697.02,3983.482414,2187.040283,64.32471466,3.874982834,1311.294189,0.0,366.5733948,3040.311523,55048.00001,291400.00399999996,1351.5939939999998,53.63601385148134,44.455773159269114,9.180240692212223,0.5059853946785967,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,52.234,54.903,-2.669,0.558,1.615,-1.057,38.889,32.918,5.971,0.0,0.097,-0.097,0.0,0.0,0.0,5.967,9.202,-3.235 +36081070300,"Census Tract 703, Queens County, New York",2104,1573.0,61797.0,649400.0,511.0,961.0,43.0,0.0,609.0,0.0,12.0,12.0,467.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 703,2151.999961,1345.089111,29.93838882,0.712818801,421.98873899999995,0.0,312.2146301,1629.503784,52019.00015,239299.9956,638.6856688999999,32.48569612205976,39.195101918216835,-6.709405796157078,0.4693686577394518,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,45.675,62.504,-16.829,2.044,1.391,0.653,28.945,19.609,9.336,0.0,0.033,-0.033,0.0,0.0,0.0,22.196,14.508,7.688 +36081070700,"Census Tract 707, Queens County, New York",2412,1819.0,87404.0,602700.0,1004.0,1148.0,0.0,23.0,753.0,0.0,21.0,74.0,416.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 707,2627.000008,1627.645569,34.91421032,0.16462405,729.4574356,0.0,209.1053314,1947.330566,58495.02132000001,273765.8069,966.5031433,55.19516217702034,49.63220729828569,5.562954878734651,0.34590548874066696,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,47.595,61.958,-14.363,0.0,1.329,-1.329,31.219,27.768,3.451,0.954,0.006,0.948,0.0,0.0,0.0,17.247,7.96,9.287 +36081070900,"Census Tract 709, Queens County, New York",2645,2013.0,85000.0,745600.0,1133.0,1011.0,32.0,0.0,1171.0,0.0,10.0,96.0,325.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 709,2791.000008,1588.26532,41.1473999,6.122557141000001,858.5538254,1.0,244.680027,2075.1656190000003,61226.93301,273355.9176,1081.811195,56.28415300546448,52.131318343704685,4.1528346617597975,0.47205938660944213,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,38.223,56.907,-18.684,1.21,1.474,-0.264,44.272,30.762,13.51,0.0,0.219,-0.219,0.0,0.036,-0.036,12.287,8.767,3.52 +36081071100,"Census Tract 711, Queens County, New York",6660,5127.0,74573.0,283700.0,2735.0,3375.0,70.0,76.0,1807.0,68.0,12.0,326.0,926.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 711,5576.517586,3493.9596560000005,131.6752834,19.12501717,1367.70578,2.0,497.4266205,4559.688416,51969.87017,168386.4203,2303.405975,53.34503608347962,50.51674072546978,2.8282953580098393,0.14530685501586182,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,50.676,62.655,-11.979,1.051,2.361,-1.31,27.132,24.526,2.606,1.141,0.343,0.798,1.021,0.036,0.985,13.904,8.92,4.984 +36081071303,"Census Tract 713.03, Queens County, New York",5677,4468.0,84195.0,293200.0,3015.0,3290.0,94.0,0.0,1160.0,0.0,0.0,54.0,1079.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.03,4923.999972,3730.51709,126.675148,5.2965221410000005,545.5417480000001,0.0,457.7077637,3909.716064,46542.99805,86600.00102000001,1793.3140870000002,67.47985675917637,45.868141257431226,21.611715501745145,0.5746793947175989,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,57.953,75.762,-17.809,1.656,2.573,-0.917,20.433,11.079,9.354,0.0,0.108,-0.108,0.0,0.0,0.0,19.007,9.295,9.712 +36081071304,"Census Tract 713.04, Queens County, New York",6032,4873.0,48032.0,261600.0,2391.0,3278.0,330.0,27.0,1417.0,0.0,0.0,220.0,760.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.04,6231.999695,4721.48291,160.32484440000002,6.7034778589999995,690.4581909,0.0,579.2921752999999,4948.283691,46542.99905,86600.00054,2269.685791,49.066283603529655,45.8681420212049,3.1981415823247517,0.523302749321101,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,54.344,75.762,-21.418,5.471,2.573,2.898,23.491,11.079,12.412,0.448,0.108,0.34,0.0,0.0,0.0,12.599,9.295,3.304 +36081071305,"Census Tract 713.05, Queens County, New York",4914,3984.0,75082.0,370700.0,2579.0,2295.0,120.0,0.0,1396.0,0.0,19.0,31.0,1053.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.05,4686.000049,3091.081055,101.4499512,8.528978347999999,881.1781006000001,0.0,466.8493347,3640.5268549999996,46750.00023,99199.99874,1811.734497,64.7339357429719,49.765722631923836,14.968213111048058,0.6146533634054492,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,46.703,65.964,-19.261,2.442,2.165,0.277,28.409,18.804,9.605,0.0,0.182,-0.182,0.0,0.0,0.0,21.429,9.963,11.466 +36081071306,"Census Tract 713.06, Queens County, New York",6864,5226.0,77500.0,262900.0,3072.0,2553.0,212.0,0.0,2060.0,0.0,0.0,472.0,1567.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 713.06,5753.000262,3794.9189450000003,124.5500565,10.47102261,1081.8220210000002,0.0,573.1506958,4469.473145,46749.99835,99199.99957,2224.265625,58.78300803673938,49.765723002235426,9.017285034503956,0.45664511456523393,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,37.194,65.964,-28.77,3.089,2.165,0.924,30.012,18.804,11.208,0.0,0.182,-0.182,0.0,0.0,0.0,22.829,9.963,12.866 +36081071600,"Census Tract 716, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 716,27.40611291,19.57579422,0.978789747,0.0,2.9363691810000003,0.0,0.0,29.36369324,47749.99968,121899.9992,0.0,,0.0,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,True,False,False,False,False,False,False,False,False,,71.429,,,3.571,,,10.714,,,0.0,,,0.0,,,0.0, +36081071701,"Census Tract 717.01, Queens County, New York",5702,4715.0,66715.0,277800.0,2475.0,3348.0,190.0,0.0,1489.0,0.0,0.0,113.0,562.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 717.01,5578.000224,2974.971436,285.6704102,12.56949806,1506.054321,1.7140223980000002,717.0327147999999,4291.912109000001,39845.0011,75600.00385,1868.855713,52.49204665959703,43.543662254431304,8.948384405165726,0.6081209303671706,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,58.716,53.334,5.382,3.332,5.121,-1.789,26.114,27.0,-0.886,0.0,0.225,-0.225,0.0,0.031,-0.031,9.856,12.855,-2.999 +36081071702,"Census Tract 717.02, Queens County, New York",3836,3029.0,44692.0,261800.0,1554.0,1364.0,362.0,34.0,1514.0,0.0,25.0,72.0,465.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 717.02,4185.000067,2232.028564,214.32962039999998,9.430502892,1129.945679,1.2859777209999999,537.9673462000001,3220.088135,39844.99875,75600.00012000001,1402.1442869999998,51.30406074612083,43.54366179483469,7.760398951286142,0.5841711223346066,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,35.558,53.334,-17.776,9.437,5.121,4.316,39.468,27.0,12.468,0.886,0.225,0.661,0.0,0.031,-0.031,12.122,12.855,-0.733 +36081071900,"Census Tract 719, Queens County, New York",2321,1884.0,39474.0,534000.0,708.0,1293.0,103.0,0.0,466.0,0.0,0.0,51.0,408.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 719,2828.0,1558.918083,98.65204144,4.12553893,721.8704033,0.0,350.13289360000005,1845.560234,35261.32923,240705.7769,647.890439,37.5796178343949,35.10535321818166,2.4742646162132402,0.3509057701573034,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,55.709,55.124,0.585,4.438,3.488,0.95,20.078,25.526,-5.448,0.0,0.146,-0.146,0.0,0.0,0.0,17.579,12.381,5.198 +36081072100,"Census Tract 721, Queens County, New York",4334,3498.0,50744.0,245800.0,1568.0,2335.0,36.0,0.0,934.0,0.0,35.0,200.0,794.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 721,5243.0,3333.0,118.0,7.0,967.0,0.0,745.0,3968.0,33402.0,78700.0,1536.0,44.82561463693539,38.70967741935484,6.1159372175805515,0.5389422294548414,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,53.876,63.57,-9.694,0.831,2.251,-1.42,21.551,18.444,3.107,0.0,0.134,-0.134,0.0,0.0,0.0,18.32,14.209,4.111 +36081072300,"Census Tract 723, Queens County, New York",1902,1426.0,107500.0,1111900.0,1010.0,989.0,57.0,0.0,702.0,0.0,11.0,20.0,123.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 723,1761.0,1202.0,22.0,6.0,429.0,0.0,94.0,1290.0,106844.2885,497394.6768,880.0,70.82748948106592,68.21705426356588,2.61043521750004,0.3558338568288515,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,51.998,68.257,-16.259,2.997,1.249,1.748,36.909,24.361,12.548,0.0,0.341,-0.341,0.0,0.0,0.0,6.467,5.338,1.129 +36081072900,"Census Tract 729, Queens County, New York",1375,1021.0,71563.0,734300.0,476.0,586.0,61.0,0.0,484.0,0.0,0.0,48.0,196.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 729,1418.0,759.0,24.0,2.0,454.0,0.0,171.0,1053.0,49635.0,274800.0,367.0,46.62095984329089,34.85280151946819,11.768158323822703,0.46110309137954514,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,42.618,53.526,-10.908,4.436,1.693,2.743,35.2,32.017,3.183,0.0,0.141,-0.141,0.0,0.0,0.0,14.255,12.059,2.196 +36081073100,"Census Tract 731, Queens County, New York",1608,1121.0,116397.0,816400.0,572.0,990.0,21.0,0.0,479.0,0.0,6.0,23.0,89.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 731,1747.0,1105.0,12.0,0.0,444.0,0.0,173.0,1311.0,57096.0,291100.0,632.0,51.025869759143625,48.20747520976354,2.8183945493800877,0.4865458108770211,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,61.567,63.251,-1.684,1.306,0.687,0.619,29.789,25.415,4.374,0.0,0.0,0.0,0.0,0.0,0.0,5.535,9.903,-4.368 +36081073700,"Census Tract 737, Queens County, New York",1803,1521.0,65650.0,592400.0,1077.0,1152.0,17.0,0.0,385.0,0.0,0.0,77.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 737,1848.0,1288.0,22.0,1.0,328.0,0.0,202.0,1616.0,51367.0,138200.0,949.0,70.80867850098619,58.725247524752476,12.083430976233714,0.6640648210668467,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,63.894,69.697,-5.803,0.943,1.19,-0.247,21.353,17.749,3.604,0.0,0.054,-0.054,0.0,0.0,0.0,9.54,10.931,-1.391 +36081073900,"Census Tract 739, Queens County, New York",5903,4762.0,84159.0,385500.0,3193.0,2934.0,124.0,0.0,1658.0,0.0,0.0,337.0,850.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 739,4994.0,4000.0,75.0,5.0,508.0,0.0,371.0,4268.0,55000.0,123400.0,2161.0,67.05165896682067,50.63261480787254,16.419044158948125,0.5390505836575875,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,49.704,80.096,-30.392,2.101,1.502,0.599,28.087,10.172,17.915,0.0,0.1,-0.1,0.0,0.0,0.0,14.399,7.429,6.97 +36081074100,"Census Tract 741, Queens County, New York",3194,2592.0,71375.0,300700.0,1705.0,1801.0,122.0,76.0,667.0,0.0,8.0,99.0,451.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 741,3079.0,2217.0,60.0,2.0,501.0,0.0,250.0,2521.0,49625.0,96200.0,1392.0,65.77932098765432,55.21618405394685,10.563136933707469,0.53931493182574,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,56.387,72.004,-15.617,3.82,1.949,1.871,20.883,16.272,4.611,2.379,0.065,2.314,0.0,0.0,0.0,14.12,8.12,6.0 +36081074300,"Census Tract 743, Queens County, New York",4441,3291.0,58718.0,414500.0,1395.0,2533.0,79.0,24.0,1205.0,0.0,0.0,160.0,451.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 743,4365.0,2415.0,79.0,8.0,1206.0,0.0,602.0,3249.0,36824.0,167000.0,1328.0,42.38833181403829,40.87411511234226,1.5142167016960286,0.4198311218335344,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,57.037,55.326,1.711,1.779,1.81,-0.031,27.134,27.629,-0.495,0.54,0.183,0.357,0.0,0.0,0.0,10.155,13.792,-3.637 +36081074500,"Census Tract 745, Queens County, New York",4260,2658.0,45708.0,505900.0,1056.0,2324.0,186.0,0.0,824.0,0.0,0.0,182.0,744.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 745,3911.000037,2250.127443,318.5633173,10.95358102,597.8866,0.0,620.3807032000001,2830.853086,28829.86484,117861.0078,773.8221049,39.729119638826184,27.33529721930614,12.393822419520045,0.6645189736469657,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,54.554,57.533,-2.979,4.366,8.145,-3.779,19.343,15.287,4.056,0.0,0.28,-0.28,0.0,0.0,0.0,17.465,15.862,1.603 +36081074700,"Census Tract 747, Queens County, New York",3769,2629.0,65833.0,272200.0,1071.0,991.0,61.0,22.0,1604.0,0.0,0.0,119.0,972.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 747,2621.0,734.0,109.0,35.0,1312.0,3.0,407.0,1732.0,56125.0,231600.0,789.0,40.73792316470141,45.55427251732102,-4.816349352619611,-0.22521675238795003,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,26.293,28.005,-1.712,1.618,4.159,-2.541,42.558,50.057,-7.499,0.584,1.335,-0.751,0.0,0.114,-0.114,25.789,15.528,10.261 +36081074900,"Census Tract 749, Queens County, New York",1590,1079.0,161750.0,1439100.0,905.0,1165.0,0.0,0.0,254.0,0.0,0.0,77.0,94.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 749,2111.999996,1542.065643,30.21226597,2.112122662,379.1883087,2.0,130.36703300000002,1447.059891,95058.9522,483634.4346,934.0618134,83.87395736793327,64.54893948822743,19.32501787970584,0.5160631048405253,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,73.27,73.014,0.256,0.0,1.431,-1.431,15.975,17.954,-1.979,0.0,0.1,-0.1,0.0,0.095,-0.095,5.912,6.173,-0.261 +36081075701,"Census Tract 757.01, Queens County, New York",5181,4114.0,82292.0,311000.0,3004.0,2395.0,100.0,0.0,1596.0,0.0,0.0,215.0,875.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 757.01,4659.999818,3173.151611,97.39632416,5.698721409,960.4935912999999,0.0,378.70593260000004,3894.8168950000004,56267.000620000006,142100.0037,2172.249023,73.0189596499757,55.772815040127824,17.246144609847875,0.34204499894533763,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,46.227,68.093,-21.866,1.93,2.09,-0.16,30.805,20.611,10.194,0.0,0.122,-0.122,0.0,0.0,0.0,16.889,8.127,8.762 +36081075702,"Census Tract 757.02, Queens County, New York",4178,3252.0,93484.0,423200.0,2090.0,2455.0,35.0,19.0,1149.0,0.0,0.0,183.0,356.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 757.02,4334.999914,2951.848145,90.60366821,5.301278591,893.5063477,0.0,352.2940369,3623.182861,56267.00163,142100.0028,2020.750977,64.26814268142681,55.77281231790415,8.495330363522662,0.5164839224196598,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,58.76,68.093,-9.333,0.838,2.09,-1.252,27.501,20.611,6.89,0.455,0.122,0.333,0.0,0.0,0.0,8.521,8.127,0.394 +36081076901,"Census Tract 769.01, Queens County, New York",4132,3257.0,81985.0,309400.0,2342.0,1944.0,178.0,0.0,1365.0,0.0,0.0,93.0,552.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 769.01,3893.999995,2583.863922,112.63296509999998,3.1763296569999997,707.1935768,0.0,445.61140439999997,3097.59845,56459.995670000004,105183.6376,1532.353622,71.90666257291987,49.469085381289496,22.437577191630375,0.5104575367032967,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,47.047,66.355,-19.308,4.308,2.892,1.416,33.035,18.161,14.874,0.0,0.082,-0.082,0.0,0.0,0.0,13.359,11.444,1.915 +36081076902,"Census Tract 769.02, Queens County, New York",1221,960.0,78550.0,364800.0,591.0,600.0,29.0,0.0,352.0,0.0,0.0,0.0,240.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 769.02,1790.0000120000002,1067.504547,44.94537735,2.219453767,366.958313,0.0,246.52180479999998,1399.467651,50040.951539999995,198573.38,678.1466217,61.5625,48.45747032562169,13.105029674378308,0.21615771052631588,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,49.14,59.637,-10.497,2.375,2.511,-0.136,28.829,20.5,8.329,0.0,0.124,-0.124,0.0,0.0,0.0,19.656,13.772,5.884 +36081077300,"Census Tract 773, Queens County, New York",2204,1726.0,71585.0,267000.0,1005.0,1133.0,64.0,0.0,348.0,0.0,16.0,125.0,518.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 773,1213.000014,812.565918,62.06653595,1.3492367859999999,153.3740911,0.0,157.07119369999998,872.4453888,58267.01082999999,259757.9241,451.29510120000003,58.227114716106605,51.727604614969806,6.499510101136799,-0.40094161312359544,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,51.407,66.988,-15.581,2.904,5.117,-2.213,15.789,12.644,3.145,0.0,0.111,-0.111,0.0,0.0,0.0,23.503,12.949,10.554 +36081077500,"Census Tract 775, Queens County, New York",2252,1731.0,71746.0,541700.0,885.0,1630.0,58.0,0.0,168.0,0.0,13.0,56.0,327.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 775,2482.0,1574.0,75.0,4.0,353.0,0.0,426.0,1849.0,48451.0,355200.0,928.0,51.1265164644714,50.189291508923745,0.9372249555476557,0.055772567841978954,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,72.38,63.417,8.963,2.575,3.022,-0.447,7.46,14.222,-6.762,0.0,0.161,-0.161,0.0,0.0,0.0,14.52,17.164,-2.644 +36081077902,"Census Tract 779.02, Queens County, New York",5235,3108.0,87450.0,638400.0,1929.0,4434.0,52.0,0.0,545.0,0.0,0.0,40.0,164.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.02,5389.0,4316.0,176.0,6.0,387.0,0.0,312.0,3242.0,56862.0,269200.0,1543.0,62.06563706563706,47.594077729796425,14.471559335840638,0.39278195488721807,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,84.699,80.089,4.61,0.993,3.266,-2.273,10.411,7.181,3.23,0.0,0.111,-0.111,0.0,0.0,0.0,3.133,5.79,-2.657 +36081077903,"Census Tract 779.03, Queens County, New York",3361,2344.0,76659.0,234200.0,961.0,1766.0,118.0,0.0,612.0,0.0,0.0,201.0,664.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.03,2886.0,1228.0,225.0,15.0,505.0,0.0,866.0,1975.0,46610.0,69200.0,563.0,40.99829351535836,28.50632911392405,12.491964401434313,0.5745175064047823,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,52.544,42.55,9.994,3.511,7.796,-4.285,18.209,17.498,0.711,0.0,0.52,-0.52,0.0,0.0,0.0,19.756,30.007,-10.251 +36081077904,"Census Tract 779.04, Queens County, New York",6121,4051.0,64087.0,425200.0,1668.0,3736.0,160.0,59.0,1302.0,0.0,0.0,171.0,712.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.04,6303.0,2926.0,412.0,34.0,1785.0,2.0,927.0,4182.0,53708.0,197700.0,1888.0,41.17501851394717,45.14586322333812,-3.9708447093909456,0.3304609595484478,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,61.036,46.422,14.614,2.614,6.537,-3.923,21.271,28.32,-7.049,0.964,0.539,0.425,0.0,0.032,-0.032,11.632,14.707,-3.075 +36081077905,"Census Tract 779.05, Queens County, New York",2692,2105.0,73750.0,233600.0,1244.0,1004.0,294.0,0.0,569.0,0.0,0.0,24.0,801.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.05,2177.0,914.1235903999999,405.35387910000003,7.022909219,479.9416739,2.0,333.366834,1705.5573989999998,56004.91662999999,96498.21863999999,933.7830856,59.097387173396676,54.749437699809725,4.347949473586951,0.4051479672876713,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,37.296,41.99,-4.694,10.921,18.62,-7.699,21.137,22.046,-0.909,0.0,0.323,-0.323,0.0,0.092,-0.092,29.755,15.313,14.442 +36081077906,"Census Tract 779.06, Queens County, New York",3653,2496.0,62091.0,224600.0,1055.0,1978.0,97.0,0.0,1116.0,0.0,0.0,70.0,392.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.06,3598.9999340000004,1819.0959469999998,407.4479065,8.873638153,595.6430054,1.848674774,566.064209,2310.8435059999997,39069.999339999995,210499.99899999998,669.5899658,42.267628205128204,28.9759979012616,13.291630303866604,-0.3495992812110418,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,54.147,50.544,3.603,2.655,11.321,-8.666,30.55,16.55,14.0,0.0,0.247,-0.247,0.0,0.051,-0.051,10.731,15.728,-4.997 +36081077907,"Census Tract 779.07, Queens County, New York",3137,1664.0,45721.0,678400.0,741.0,2354.0,74.0,60.0,116.0,0.0,0.0,60.0,473.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.07,2998.00004,1515.323608,339.4078674,7.391822815,496.17608640000003,1.5399630069999999,471.53668210000006,1924.953735,39070.0003,210499.9999,557.7745972,44.53125,28.976000153063417,15.555249846936583,0.5531839624764151,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,75.04,50.544,24.496,2.359,11.321,-8.962,3.698,16.55,-12.852,1.913,0.247,1.666,0.0,0.051,-0.051,15.078,15.728,-0.65 +36081077908,"Census Tract 779.08, Queens County, New York",4084,2517.0,48857.0,601200.0,766.0,1115.0,965.0,0.0,952.0,0.0,0.0,477.0,575.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 779.08,3137.000026,1585.580444,355.1442261,7.734539032000001,519.1809082,1.611362219,493.3991089,2014.202759,39070.00047,210500.0013,583.635376,30.43305522447358,28.97599923305437,1.4570559914192103,0.4958083801197605,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,27.302,50.544,-23.242,23.629,11.321,12.308,23.31,16.55,6.76,0.0,0.247,-0.247,0.0,0.051,-0.051,14.079,15.728,-1.649 +36081078800,"Census Tract 788, Queens County, New York",1889,1326.0,76250.0,391200.0,227.0,53.0,1229.0,0.0,207.0,0.0,183.0,19.0,198.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 788,1746.0,9.0,1550.0,10.0,30.0,0.0,132.0,959.0,48523.0,143300.0,133.0,17.11915535444947,13.86861313868613,3.250542215763341,0.47251533742331286,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,2.806,0.515,2.291,65.061,88.774,-23.713,10.958,1.718,9.24,0.0,0.573,-0.573,0.0,0.0,0.0,10.482,7.56,2.922 +36081079000,"Census Tract 790, Queens County, New York",2884,1926.0,56979.0,422600.0,356.0,20.0,1713.0,23.0,321.0,0.0,236.0,101.0,470.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 790,2478.0,18.0,2247.0,2.0,36.0,0.0,137.0,1626.0,32578.0,165500.0,184.0,18.483904465212877,11.31611316113161,7.167791304081266,0.4360624704212021,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.693,0.726,-0.033,59.397,90.678,-31.281,11.13,1.453,9.677,0.798,0.081,0.717,0.0,0.0,0.0,16.297,5.529,10.768 +36081079200,"Census Tract 792, Queens County, New York",2881,1750.0,82586.0,430900.0,476.0,6.0,1482.0,0.0,588.0,0.0,379.0,144.0,282.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 792,2365.0,11.0,2102.0,1.0,29.0,0.0,194.0,1361.0,38664.0,162700.0,217.0,27.2,15.94415870683321,11.255841293166789,0.45628220004641445,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,0.208,0.465,-0.257,51.44,88.879,-37.439,20.41,1.226,19.184,0.0,0.042,-0.042,0.0,0.0,0.0,9.788,8.203,1.585 +36081079300,"Census Tract 793, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081079701,"Census Tract 797.01, Queens County, New York",7132,5299.0,32091.0,312800.0,2007.0,451.0,299.0,0.0,5621.0,0.0,155.0,57.0,549.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 797.01,7251.000026999999,916.2111815999999,390.39624019999997,39.03962326,4814.683594,0.0,993.6804199,5255.709473,37896.9991,93699.99995,1939.78125,37.87507076806945,36.90807606404388,0.9669947040255664,0.5686445015089514,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,6.324,12.636,-6.312,4.192,5.384,-1.192,78.814,66.4,12.414,0.0,0.538,-0.538,0.0,0.0,0.0,7.698,13.704,-6.006 +36081079702,"Census Tract 797.02, Queens County, New York",4877,3709.0,38640.0,409400.0,612.0,274.0,18.0,0.0,3976.0,0.0,25.0,105.0,479.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 797.02,4635.999973,585.7888184,249.60375980000003,24.96037674,3078.316406,0.0,635.3195801,3360.290771,37896.99873,93700.00007000001,1240.21875,16.500404421677,36.90807833367703,-20.407673912000032,0.6704250119667806,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.618,12.636,-7.018,0.369,5.384,-5.015,81.526,66.4,15.126,0.0,0.538,-0.538,0.0,0.0,0.0,9.822,13.704,-3.882 +36081079900,"Census Tract 799, Queens County, New York",3229,2179.0,48603.0,725300.0,459.0,389.0,0.0,30.0,2119.0,0.0,82.0,0.0,639.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 799,3196.0,1075.0,49.0,7.0,1577.0,0.0,452.0,2235.0,52500.0,275000.0,594.0,21.06470858191831,26.57718120805369,-5.512472626135381,0.45401902660967874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,12.047,33.636,-21.589,0.0,1.533,-1.533,65.624,49.343,16.281,0.929,0.219,0.71,0.0,0.0,0.0,19.789,14.143,5.646 +36081080301,"Census Tract 803.01, Queens County, New York",4604,3345.0,53938.0,651600.0,563.0,813.0,78.0,11.0,2631.0,0.0,0.0,88.0,994.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 803.01,3891.0,1237.0,29.0,13.0,1851.0,6.0,719.0,2668.0,38556.0,270100.0,671.0,16.831091180866967,25.14992503748126,-8.318833856614294,0.4030939226519337,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,17.659,31.791,-14.132,1.694,0.745,0.949,57.146,47.571,9.575,0.239,0.334,-0.095,0.0,0.154,-0.154,21.59,18.479,3.111 +36081080302,"Census Tract 803.02, Queens County, New York",3475,2658.0,59609.0,681600.0,682.0,656.0,38.0,0.0,2199.0,0.0,0.0,0.0,582.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 803.02,3186.0,1416.0,36.0,4.0,1182.0,0.0,509.0,2252.0,61452.0,230800.0,620.0,25.658389766741912,27.53108348134991,-1.8726937146079976,0.5123943661971831,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,18.878,44.444,-25.566,1.094,1.13,-0.036,63.281,37.1,26.181,0.0,0.126,-0.126,0.0,0.0,0.0,16.748,15.976,0.772 +36081080900,"Census Tract 809, Queens County, New York",7281,4958.0,68386.0,239600.0,1762.0,2954.0,441.0,0.0,2340.0,0.0,0.0,11.0,1535.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 809,6401.0,3987.0,608.0,7.0,953.0,1.0,745.0,4489.0,47867.0,74600.0,1507.0,35.53852359822509,33.57095121407886,1.96757238414623,0.551652754590985,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,40.571,62.287,-21.716,6.057,9.499,-3.442,32.138,14.888,17.25,0.0,0.109,-0.109,0.0,0.016,-0.016,21.082,11.639,9.443 +36081081400,"Census Tract 814, Queens County, New York",4155,2596.0,68333.0,414900.0,517.0,65.0,1731.0,0.0,1030.0,0.0,427.0,110.0,792.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 814,3642.0,63.0,2781.0,29.0,196.0,0.0,497.0,2130.0,52730.0,166500.0,260.0,19.915254237288135,12.206572769953052,7.708681467335083,0.42212581344902383,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,1.564,1.73,-0.166,41.661,76.359,-34.698,24.789,5.382,19.407,0.0,0.796,-0.796,0.0,0.0,0.0,19.061,13.646,5.415 +36081081800,"Census Tract 818, Queens County, New York",3908,2503.0,68148.0,464600.0,351.0,213.0,1274.0,8.0,765.0,0.0,476.0,267.0,913.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 818,3531.0,211.0,2096.0,73.0,305.0,0.0,711.0,2190.0,49631.0,170700.0,276.0,14.023172193367959,12.602739726027398,1.4204324673405608,0.4709255273353422,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,5.45,5.976,-0.526,32.6,59.36,-26.76,19.575,8.638,10.937,0.205,2.067,-1.862,0.0,0.0,0.0,23.362,20.136,3.226 +36081083700,"Census Tract 837, Queens County, New York",5640,4085.0,52708.0,633400.0,786.0,511.0,2.0,34.0,4511.0,0.0,6.0,85.0,491.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 837,5129.0,1392.0,40.0,10.0,3204.0,1.0,466.0,3807.0,49766.0,217500.0,992.0,19.24112607099143,26.05726293669556,-6.816136865704131,0.5055257341332491,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,9.06,27.14,-18.08,0.035,0.78,-0.745,79.982,62.468,17.514,0.603,0.195,0.408,0.0,0.019,-0.019,8.706,9.086,-0.38 +36081083800,"Census Tract 838, Queens County, New York",5705,3979.0,77348.0,485000.0,856.0,626.0,610.0,200.0,1992.0,54.0,328.0,245.0,1650.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 838,4764.0,1329.0,687.0,96.0,762.0,0.0,1356.0,3190.0,52179.0,210400.0,532.0,21.51294295049007,16.677115987460816,4.835826963029255,0.3753072164948454,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,10.973,27.897,-16.924,10.692,14.421,-3.729,34.917,15.995,18.922,3.506,2.015,1.491,0.947,0.0,0.947,28.922,28.463,0.459 +36081084000,"Census Tract 840, Queens County, New York",6500,4480.0,58707.0,454500.0,839.0,385.0,1385.0,19.0,2432.0,0.0,781.0,439.0,1059.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 840,6899.328624,1084.422974,1923.976196,168.9101105,1205.358643,0.0,1971.950684,4399.658691,47908.00017,190099.9946,468.7505493,18.727678571428573,10.654248027440909,8.073430543987664,0.3977029874059406,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,5.923,15.718,-9.795,21.308,27.886,-6.578,37.415,17.471,19.944,0.292,2.448,-2.156,0.0,0.0,0.0,16.292,28.582,-12.29 +36081084500,"Census Tract 845, Queens County, New York",5222,4351.0,26926.0,600900.0,562.0,260.0,524.0,0.0,3516.0,0.0,0.0,26.0,896.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 845,4883.0,865.0,1251.0,15.0,1551.0,0.0,1146.0,3441.0,32609.0,183800.0,870.0,12.916570903240634,25.283347863993026,-12.366776960752391,0.5595406889665502,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.979,17.715,-12.736,10.034,25.619,-15.585,67.331,31.763,35.568,0.0,0.307,-0.307,0.0,0.0,0.0,17.158,23.469,-6.311 +36081084601,"Census Tract 846.01, Queens County, New York",3102,2285.0,80694.0,575600.0,560.0,667.0,198.0,45.0,1015.0,0.0,372.0,113.0,722.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 846.01,2817.0,858.0,339.0,49.0,525.0,1.0,762.0,1878.0,43167.0,249900.0,331.0,24.50765864332604,17.625133120340788,6.882525522985251,0.3748158443363447,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,21.502,30.458,-8.956,6.383,12.034,-5.651,32.721,18.637,14.084,1.451,1.739,-0.288,0.0,0.035,-0.035,23.275,27.05,-3.775 +36081084602,"Census Tract 846.02, Queens County, New York",1064,730.0,74028.0,462200.0,113.0,85.0,214.0,0.0,373.0,0.0,98.0,47.0,247.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 846.02,1109.0,361.0,246.0,8.0,96.0,0.0,357.0,521.0,53646.0,219000.0,40.0,15.479452054794521,7.677543186180422,7.801908868614099,0.3176979662483773,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,7.989,32.552,-24.563,20.113,22.182,-2.069,35.056,8.656,26.4,0.0,0.721,-0.721,0.0,0.0,0.0,23.214,32.191,-8.977 +36081084900,"Census Tract 849, Queens County, New York",7147,5092.0,26341.0,460700.0,458.0,148.0,347.0,43.0,5196.0,0.0,0.0,0.0,1413.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 849,7358.999997,295.4103889,518.7090912,34.84675324,4032.155838,0.0,2384.184414,4921.438965,32372.033580000003,101421.7613,850.0155848999999,8.99450117831893,17.271688035655643,-8.277186857336712,0.6829881999739527,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,2.071,4.014,-1.943,4.855,7.049,-2.194,72.702,54.792,17.91,0.602,0.474,0.128,0.0,0.0,0.0,19.771,32.398,-12.627 +36081085300,"Census Tract 853, Queens County, New York",5070,4018.0,38885.0,432500.0,865.0,184.0,54.0,25.0,4446.0,0.0,0.0,72.0,289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 853,5861.0,467.0,145.0,32.0,4353.0,0.0,804.0,4306.0,30886.0,98900.0,1303.0,21.52812344449975,30.260102183000466,-8.731978738500715,0.6707144508670521,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.629,7.968,-4.339,1.065,2.474,-1.409,87.692,74.271,13.421,0.493,0.546,-0.053,0.0,0.0,0.0,5.7,13.718,-8.018 +36081085500,"Census Tract 855, Queens County, New York",6537,4943.0,36275.0,276400.0,1180.0,372.0,389.0,0.0,4281.0,39.0,43.0,114.0,1299.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 855,7135.0,836.0,360.0,24.0,3776.0,0.0,2071.0,5070.0,33343.0,78000.0,1236.0,23.872142423629374,24.37869822485207,-0.5065558012226958,0.5936324167872649,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.691,11.717,-6.026,5.951,5.046,0.905,65.489,52.922,12.567,0.0,0.336,-0.336,0.597,0.0,0.597,19.872,29.026,-9.154 +36081085700,"Census Tract 857, Queens County, New York",5346,4222.0,37692.0,360700.0,825.0,286.0,122.0,92.0,3912.0,0.0,0.0,61.0,965.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 857,6207.0,898.0,230.0,27.0,3577.0,1.0,1417.0,4396.0,30984.0,87300.0,1072.0,19.54050213169114,24.385805277525023,-4.845303145833881,0.6514776822844469,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.35,14.468,-9.118,2.282,3.705,-1.423,73.176,57.628,15.548,1.721,0.435,1.286,0.0,0.016,-0.016,18.051,22.829,-4.778 +36081085900,"Census Tract 859, Queens County, New York",5343,3970.0,44535.0,284800.0,679.0,666.0,29.0,153.0,3777.0,0.0,0.0,241.0,477.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 859,4950.0,1025.0,199.0,28.0,2556.0,0.0,1054.0,3491.0,37027.0,68600.0,1146.0,17.103274559193956,32.827270123173875,-15.72399556397992,0.6531460674157303,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,12.465,20.707,-8.242,0.543,4.02,-3.477,70.691,51.636,19.055,2.864,0.566,2.298,0.0,0.0,0.0,8.928,21.293,-12.365 +36081086100,"Census Tract 861, Queens County, New York",2082,1697.0,39677.0,342600.0,362.0,178.0,17.0,0.0,1532.0,0.0,5.0,19.0,331.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 861,2461.0,592.0,85.0,21.0,1232.0,1.0,496.0,1776.0,36289.0,86200.0,468.0,21.331761932822626,26.35135135135135,-5.019589418528724,0.6376882661996497,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,8.549,24.055,-15.506,0.817,3.454,-2.637,73.583,50.061,23.522,0.0,0.853,-0.853,0.0,0.041,-0.041,15.898,20.154,-4.256 +36081086300,"Census Tract 863, Queens County, New York",6722,5447.0,39955.0,358500.0,961.0,419.0,102.0,0.0,5360.0,33.0,0.0,14.0,794.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 863,7207.0,720.0,549.0,33.0,3799.0,0.0,2020.0,5039.0,36005.0,166300.0,1146.0,17.642739122452728,22.742607660250048,-5.09986853779732,0.3320167364016736,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,6.233,9.99,-3.757,1.517,7.618,-6.101,79.738,52.713,27.025,0.0,0.458,-0.458,0.491,0.0,0.491,11.812,28.028,-16.216 +36081086400,"Census Tract 864, Queens County, New York",3001,2101.0,62039.0,462100.0,483.0,318.0,233.0,2.0,949.0,0.0,158.0,65.0,1278.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 864,2480.8129329999997,801.9395142000001,225.98295589999998,40.9969101,377.9714966,0.0,846.9361572,1596.879639,60505.00008,190999.9951,251.9810028,22.98905283198477,15.779586428805358,7.209466403179411,0.40480417021423937,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,10.596,32.326,-21.73,7.764,9.109,-1.345,31.623,15.236,16.387,0.067,1.653,-1.586,0.0,0.0,0.0,42.586,34.139,8.447 +36081086500,"Census Tract 865, Queens County, New York",4506,3814.0,29810.0,411800.0,744.0,511.0,39.0,0.0,3439.0,0.0,0.0,205.0,312.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 865,4156.0,952.0,79.0,20.0,2570.0,0.0,510.0,3295.0,25395.0,97400.0,866.0,19.507079181961196,26.282245827010623,-6.775166645049428,0.6594074793589121,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,11.34,22.907,-11.567,0.866,1.901,-1.035,76.32,61.838,14.482,0.0,0.481,-0.481,0.0,0.0,0.0,6.924,12.271,-5.347 +36081086900,"Census Tract 869, Queens County, New York",2052,1567.0,27891.0,489100.0,207.0,78.0,17.0,0.0,1693.0,0.0,0.0,0.0,264.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 869,1469.0,101.0,48.0,2.0,982.0,0.0,316.0,985.0,42061.59677,200897.03699999998,345.0,13.209955328653479,35.025380710659896,-21.815425382006417,0.4085223200163566,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,3.801,6.875,-3.074,0.828,3.268,-2.44,82.505,66.848,15.657,0.0,0.136,-0.136,0.0,0.0,0.0,12.865,21.511,-8.646 +36081087100,"Census Tract 871, Queens County, New York",2350,1612.0,41612.0,754400.0,335.0,123.0,652.0,0.0,1090.0,0.0,0.0,85.0,400.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 871,1834.000003,112.58961059999999,450.2909093,8.15324676,668.8441582,0.0,585.8155847,1160.5610390000002,23598.1023,87292.23617,171.9844158,20.781637717121587,14.819075431671454,5.962562285450133,0.8333764314888653,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,5.234,6.139,-0.905,27.745,24.552,3.193,46.383,36.469,9.914,0.0,0.445,-0.445,0.0,0.0,0.0,17.021,31.942,-14.921 +36081088400,"Census Tract 884, Queens County, New York",7966,6086.0,80263.0,590200.0,1218.0,6152.0,102.0,0.0,226.0,0.0,120.0,85.0,1281.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 884,7929.000184999999,7199.276367,74.97163391,23.99092293,60.97692871,0.0,544.7938843,5806.803223,60056.00159,296500.0087,1000.62146,20.013144922773577,17.2318816666056,2.7812632561679784,0.27658418751609626,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,77.228,90.797,-13.569,1.28,0.946,0.334,2.837,0.769,2.068,0.0,0.303,-0.303,0.0,0.0,0.0,16.081,6.871,9.21 +36081088901,"Census Tract 889.01, Queens County, New York",11133,8309.0,49167.0,238100.0,2366.0,1839.0,227.0,0.0,6052.0,0.0,0.0,38.0,2977.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 889.01,9079.0,3602.0,583.0,25.0,3001.0,3.0,1796.0,6985.0,34107.0,65400.0,1554.0,28.475147430497053,22.247673586256262,6.227473844240791,0.6044687106257874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,16.518,39.674,-23.156,2.039,6.421,-4.382,54.361,33.054,21.307,0.0,0.275,-0.275,0.0,0.033,-0.033,26.74,19.782,6.958 +36081089200,"Census Tract 892, Queens County, New York",7664,5893.0,89130.0,672000.0,1910.0,6565.0,75.0,0.0,197.0,0.0,35.0,96.0,696.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 892,8646.999884,8099.4221450000005,8.935625099,2.978163326,184.1064146,0.0,328.785015,6393.650175,57109.06857,371778.2088,1241.456718,32.411335482776174,19.417026018318246,12.994309464457928,0.20333240971428573,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,85.66,93.667,-8.007,0.979,0.103,0.876,2.57,2.129,0.441,0.0,0.034,-0.034,0.0,0.0,0.0,9.081,3.802,5.279 +36081090700,"Census Tract 907, Queens County, New York",1418,913.0,69886.0,665300.0,125.0,467.0,0.0,0.0,553.0,0.0,0.0,85.0,313.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 907,1354.0,762.0,15.0,4.0,240.0,4.0,293.0,796.0,45956.0,252600.0,105.0,13.691128148959475,13.190954773869347,0.500173375090128,0.45326318953855405,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,32.934,56.278,-23.344,0.0,1.108,-1.108,38.999,17.725,21.274,0.0,0.295,-0.295,0.0,0.295,-0.295,22.073,21.64,0.433 +36081091601,"Census Tract 916.01, Queens County, New York",3702,2599.0,99792.0,556400.0,1251.0,3476.0,11.0,0.0,9.0,0.0,26.0,0.0,180.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 916.01,4202.910237,4123.930664,4.998703957,1.9994815590000001,18.99507523,1.9994815590000001,51.98651886,3162.1801760000003,58276.00184,244999.9945,1037.730957,48.13389765294344,32.816945880442454,15.316951772500985,0.36592381006470165,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,93.895,98.121,-4.226,0.297,0.119,0.178,0.243,0.452,-0.209,0.0,0.048,-0.048,0.0,0.048,-0.048,4.862,1.237,3.625 +36081091602,"Census Tract 916.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 916.02,23.0896862,23.06920922,0.0012960110000000001,0.000518404,0.004924843,0.000518404,0.013478516999999999,5.819856644,83088.75612,345461.2655,0.269051909,,4.622998906294022,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,99.911,,,0.006,,,0.021,,,0.002,,,0.002,,,0.058, +36081091800,"Census Tract 918, Queens County, New York",3,3.0,,,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 918,16.0,12.0,0.0,0.0,3.0,0.0,1.0,0.0,,,0.0,100.0,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,100.0,75.0,25.0,0.0,0.0,0.0,0.0,18.75,-18.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.25,-6.25 +36081091900,"Census Tract 919, Queens County, New York",5860,4461.0,49644.0,513200.0,524.0,1042.0,185.0,0.0,2418.0,55.0,0.0,104.0,2056.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 919,5454.0,2675.0,202.0,22.0,1146.0,0.0,1296.0,3926.0,49926.0,227600.0,795.0,11.74624523649406,20.249617931737138,-8.503372695243078,0.3613717848791894,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,17.782,49.047,-31.265,3.157,3.704,-0.547,41.263,21.012,20.251,0.0,0.403,-0.403,0.939,0.0,0.939,35.085,23.762,11.323 +36081092200,"Census Tract 922, Queens County, New York",1924,1376.0,132981.0,790200.0,914.0,1830.0,0.0,7.0,37.0,0.0,0.0,0.0,57.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 922,2206.0,2100.0,9.0,4.0,43.0,0.0,48.0,1548.0,90929.0,394300.0,845.0,66.42441860465117,54.58656330749354,11.837855297157624,0.2814578587699317,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,95.114,95.195,-0.081,0.0,0.408,-0.408,1.923,1.949,-0.026,0.364,0.181,0.183,0.0,0.0,0.0,2.963,2.176,0.787 +36081092500,"Census Tract 925, Queens County, New York",3906,2731.0,41463.0,583300.0,341.0,774.0,138.0,0.0,1355.0,0.0,20.0,18.0,1601.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 925,3344.0,1610.0,26.0,13.0,475.0,1.0,1190.0,2170.0,42802.0,224700.0,473.0,12.486268766019773,21.797235023041473,-9.3109662570217,0.4452803017315275,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,19.816,48.146,-28.33,3.533,0.778,2.755,34.69,14.205,20.485,0.0,0.389,-0.389,0.0,0.03,-0.03,40.988,35.586,5.402 +36081092800,"Census Tract 928, Queens County, New York",3470,2572.0,139226.0,831300.0,1624.0,3393.0,0.0,0.0,11.0,0.0,0.0,0.0,66.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 928,3440.0,3308.0,11.0,1.0,53.0,0.0,66.0,2386.0,82745.0,412200.0,1353.0,63.14152410575428,56.70578373847444,6.435740367279841,0.2859761818837965,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,97.781,96.163,1.618,0.0,0.32,-0.32,0.317,1.541,-1.224,0.0,0.029,-0.029,0.0,0.0,0.0,1.902,1.919,-0.017 +36081092900,"Census Tract 929, Queens County, New York",6536,4439.0,55488.0,587700.0,1026.0,1370.0,86.0,0.0,1630.0,0.0,40.0,163.0,3247.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 929,5375.0,3049.0,76.0,21.0,828.0,0.0,1303.0,3647.0,51211.0,221900.0,697.0,23.113313809416535,19.11159857417055,4.001715235245985,0.45629402756508425,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,20.961,56.726,-35.765,1.316,1.414,-0.098,24.939,15.405,9.534,0.0,0.391,-0.391,0.0,0.0,0.0,49.679,24.242,25.437 +36081093401,"Census Tract 934.01, Queens County, New York",3596,2714.0,82250.0,632100.0,1232.0,3205.0,84.0,0.0,5.0,0.0,0.0,0.0,302.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 934.01,3869.000028,3319.356689,90.38578033,3.908574343,140.220108,0.0,296.56307979999997,2947.553711,42132.99899,268000.0046,927.3092651000001,45.39425202652911,31.460300846745113,13.933951179783996,0.3894636819743712,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,89.127,85.794,3.333,2.336,2.336,0.0,0.139,3.624,-3.485,0.0,0.101,-0.101,0.0,0.0,0.0,8.398,7.665,0.733 +36081093402,"Census Tract 934.02, Queens County, New York",4343,3410.0,73277.0,527400.0,1377.0,3243.0,121.0,0.0,268.0,0.0,189.0,130.0,392.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 934.02,4050.000208,3474.6435549999997,94.61422729,4.0914258960000005,146.7799072,0.0,310.43695069999995,3085.446533,42133.00039,268000.0113,970.6907958999999,40.381231671554254,31.460301953642702,8.920929717911552,0.26825935481228674,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,74.672,85.794,-11.122,2.786,2.336,0.45,6.171,3.624,2.547,0.0,0.101,-0.101,0.0,0.0,0.0,9.026,7.665,1.361 +36081093800,"Census Tract 938, Queens County, New York",5240,4167.0,49245.0,141500.0,892.0,3661.0,563.0,0.0,178.0,0.0,0.0,24.0,814.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 938,4345.0,3336.0,351.0,10.0,116.0,0.0,516.0,3497.0,37902.0,15700.0,724.0,21.40628749700024,20.70346010866457,0.7028273883356704,0.840226148409894,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,69.866,76.778,-6.912,10.744,8.078,2.666,3.397,2.67,0.727,0.0,0.23,-0.23,0.0,0.0,0.0,15.534,11.876,3.658 +36081093900,"Census Tract 939, Queens County, New York",5042,3540.0,73796.0,582300.0,977.0,1411.0,185.0,22.0,1853.0,0.0,15.0,0.0,1578.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 939,3741.0,2236.0,28.0,8.0,663.0,0.0,721.0,2643.0,45893.0,231500.0,683.0,27.598870056497177,25.8418463866818,1.757023669815375,0.4275115919629057,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,27.985,59.77,-31.785,3.669,0.748,2.921,36.751,17.723,19.028,0.436,0.214,0.222,0.0,0.0,0.0,31.297,19.273,12.024 +36081094201,"Census Tract 942.01, Queens County, New York",3242,2304.0,60385.0,460600.0,560.0,771.0,900.0,124.0,123.0,0.0,0.0,0.0,1395.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 942.01,1967.0,665.0,707.0,14.0,41.0,0.0,520.0,1253.0,26580.0,222500.0,197.0,24.305555555555557,15.722266560255386,8.58328899530017,0.30438558402084237,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,23.782,33.808,-10.026,27.761,35.943,-8.182,3.794,2.084,1.71,3.825,0.712,3.113,0.0,0.0,0.0,43.029,26.436,16.593 +36081094202,"Census Tract 942.02, Queens County, New York",4617,2756.0,48047.0,349500.0,911.0,827.0,1841.0,0.0,476.0,0.0,0.0,118.0,1355.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 942.02,3629.0,697.0,1990.0,20.0,84.0,0.0,810.0,1770.0,17917.0,157500.0,176.0,33.055152394775035,9.943502824858758,23.111649569916278,0.35107296137339056,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,17.912,19.206,-1.294,39.874,54.836,-14.962,10.31,2.315,7.995,0.0,0.551,-0.551,0.0,0.0,0.0,29.348,22.32,7.028 +36081094203,"Census Tract 942.03, Queens County, New York",6505,4649.0,52545.0,46000.0,1101.0,3411.0,453.0,0.0,221.0,0.0,173.0,139.0,2108.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 942.03,5441.0,2965.0,1390.0,24.0,154.0,0.0,808.0,3780.0,34844.0,15600.0,606.0,23.68251236825124,16.03174603174603,7.650766336505207,0.5116521739130435,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,52.437,54.494,-2.057,6.964,25.547,-18.583,3.397,2.83,0.567,0.0,0.441,-0.441,0.0,0.0,0.0,32.406,14.85,17.556 +36081094500,"Census Tract 945, Queens County, New York",3896,2755.0,80568.0,767700.0,863.0,1939.0,35.0,0.0,791.0,0.0,0.0,132.0,999.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 945,4209.0,2901.224705,60.02365309,21.00788436,696.2536137,0.0,495.3482261,3026.781866,62874.3137,316141.3006,781.7529566000001,31.32486388384755,25.827859132548408,5.497004751299141,0.4070034220867526,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,49.769,68.929,-19.16,0.898,1.426,-0.528,20.303,16.542,3.761,0.0,0.499,-0.499,0.0,0.0,0.0,25.642,11.769,13.873 +36081094700,"Census Tract 947, Queens County, New York",2536,1775.0,62452.0,676400.0,331.0,880.0,8.0,0.0,439.0,0.0,5.0,72.0,1132.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 947,2139.0,1258.0,9.0,7.0,297.0,0.0,527.0,1373.0,50929.0,244600.0,157.0,18.64788732394366,11.434814275309542,7.213073048634119,0.47926670609107036,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,34.7,58.813,-24.113,0.315,0.421,-0.106,17.311,13.885,3.426,0.0,0.327,-0.327,0.0,0.0,0.0,44.637,24.638,19.999 +36081095400,"Census Tract 954, Queens County, New York",5598,3683.0,55526.0,373000.0,876.0,487.0,3407.0,56.0,370.0,0.0,0.0,138.0,1184.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 954,4033.0,510.0,2646.0,21.0,87.0,0.0,684.0,2552.0,33798.65012,171491.0596,349.0,23.784957914743416,13.675548589341693,10.109409325401723,0.3379433624021448,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,8.7,12.646,-3.946,60.861,65.609,-4.748,6.61,2.157,4.453,1.0,0.521,0.479,0.0,0.0,0.0,21.15,16.96,4.19 +36081096400,"Census Tract 964, Queens County, New York",5640,3630.0,60966.0,356600.0,1012.0,488.0,2987.0,0.0,534.0,0.0,179.0,73.0,1379.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 964,3732.0,345.0,2586.0,24.0,55.0,0.0,668.0,2164.0,46445.0,166300.0,411.0,27.87878787878788,18.99260628465804,8.886181594129837,0.3284576556365676,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,8.652,9.244,-0.592,52.961,69.293,-16.332,9.468,1.474,7.994,0.0,0.643,-0.643,0.0,0.0,0.0,24.45,17.899,6.551 +36081097202,"Census Tract 972.02, Queens County, New York",3226,1508.0,35058.0,,215.0,147.0,2152.0,18.0,3.0,0.0,122.0,18.0,766.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 972.02,3270.0,22.0,2710.0,9.0,6.0,0.0,505.0,1455.0,27535.0,187500.0,193.0,14.257294429708223,13.264604810996564,0.9926896187116583,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,4.557,0.673,3.884,66.708,82.875,-16.167,0.093,0.183,-0.09,0.558,0.275,0.283,0.0,0.0,0.0,23.745,15.443,8.302 +36081097203,"Census Tract 972.03, Queens County, New York",7002,4003.0,26154.0,442400.0,503.0,213.0,3961.0,52.0,191.0,0.0,39.0,0.0,2598.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 972.03,5886.000257,410.24453739999996,4381.545897999999,22.86608887,47.74977493,0.6725320220000001,985.9319457999999,3271.1958010000003,18449.99955,133999.9982,258.9248352,12.565575818136399,7.91529614708013,4.650279671056269,0.5638336405786618,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,3.042,6.97,-3.928,56.57,74.44,-17.87,2.728,0.811,1.917,0.743,0.388,0.355,0.0,0.011,-0.011,37.104,16.75,20.354 +36081097204,"Census Tract 972.04, Queens County, New York",3741,2774.0,43029.0,425200.0,303.0,266.0,2025.0,0.0,41.0,0.0,11.0,97.0,1301.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 972.04,2866.000004,199.75547790000002,2133.454102,11.13391209,23.25022888,0.32746800800000003,480.0680847,1592.804443,18450.00015,133999.9973,126.0751801,10.922855082912761,7.9152956066936335,3.007559476219128,0.5461900373659455,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,7.11,6.97,0.14,54.13,74.44,-20.31,1.096,0.811,0.285,0.0,0.388,-0.388,0.0,0.011,-0.011,34.777,16.75,18.027 +36081097300,"Census Tract 973, Queens County, New York",1812,1414.0,87375.0,756300.0,402.0,1490.0,0.0,0.0,121.0,0.0,22.0,4.0,175.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 973,2264.999953,1915.7752690000002,2.97634697,0.9921156170000001,157.7463837,0.0,169.6517639,1734.21814,63827.99975,303299.9946,472.2470398,28.42998585572843,27.23112098227735,1.198864873451079,0.42251488533121784,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,82.23,84.582,-2.352,0.0,0.131,-0.131,6.678,6.965,-0.287,0.0,0.044,-0.044,0.0,0.0,0.0,9.658,7.49,2.168 +36081098100,"Census Tract 981, Queens County, New York",2417,1722.0,93860.0,837000.0,620.0,1510.0,0.0,58.0,449.0,0.0,41.0,5.0,354.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 981,1908.0,1477.0,5.0,3.0,236.0,0.0,157.0,1379.0,53281.0,285100.0,453.0,36.00464576074332,32.849891225525745,3.1547545352175774,0.509505376344086,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,62.474,77.411,-14.937,0.0,0.262,-0.262,18.577,12.369,6.208,2.4,0.157,2.243,0.0,0.0,0.0,14.646,8.229,6.417 +36081098700,"Census Tract 987, Queens County, New York",2519,1679.0,69242.0,649500.0,605.0,1867.0,52.0,0.0,305.0,0.0,21.0,40.0,234.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 987,2599.0,2018.0,8.0,4.0,298.0,0.0,257.0,1843.0,50122.0,282800.0,516.0,36.03335318642049,27.997829625610418,8.035523560810073,0.3730069284064665,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,74.117,77.645,-3.528,2.064,0.308,1.756,12.108,11.466,0.642,0.0,0.154,-0.154,0.0,0.0,0.0,9.289,9.888,-0.599 +36081099100,"Census Tract 991, Queens County, New York",7051,5383.0,99440.0,457600.0,2725.0,4785.0,0.0,0.0,1296.0,0.0,30.0,257.0,683.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 991,6659.0,5527.0,44.0,7.0,592.0,0.0,420.0,5211.0,62341.0,227900.0,1824.0,50.62232955600966,35.002878526194586,15.619451029815075,0.28283216783216786,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,67.863,83.0,-15.137,0.0,0.661,-0.661,18.38,8.89,9.49,0.0,0.105,-0.105,0.0,0.0,0.0,9.687,6.307,3.38 +36081099200,"Census Tract 992, Queens County, New York",4146,2253.0,26766.0,370200.0,359.0,477.0,2017.0,0.0,50.0,0.0,96.0,121.0,1385.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 992,2788.0,490.0,1427.0,21.0,79.0,0.0,723.0,1599.0,25179.0,185500.0,209.0,15.934309809143365,13.070669168230143,2.8636406409132213,0.2784440842787682,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,11.505,17.575,-6.07,48.649,51.184,-2.535,1.206,2.834,-1.628,0.0,0.753,-0.753,0.0,0.0,0.0,33.406,25.933,7.473 +36081099701,"Census Tract 997.01, Queens County, New York",2717,2086.0,74922.0,520100.0,1183.0,2000.0,2.0,8.0,417.0,0.0,0.0,15.0,283.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.01,2792.0,2273.0,14.0,2.0,379.0,0.0,117.0,2229.0,52756.0,122300.0,689.0,56.711409395973156,30.91072229699417,25.800687098978987,0.6613881945779658,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,73.611,81.411,-7.8,0.074,0.501,-0.427,15.348,13.574,1.774,0.294,0.072,0.222,0.0,0.0,0.0,10.416,4.191,6.225 +36081099703,"Census Tract 997.03, Queens County, New York",3899,3150.0,102772.0,423400.0,1723.0,2396.0,38.0,31.0,1111.0,0.0,43.0,140.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.03,4271.999827000001,3199.025391,67.83345032,6.029639721000001,714.8137817,0.301481992,258.6715393,3487.242188,58253.00147,185600.0003,1568.61084,54.698412698412696,44.98141383462753,9.716998863785165,0.3687671222673594,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,61.452,74.884,-13.432,0.975,1.588,-0.613,28.494,16.733,11.761,0.795,0.141,0.654,0.0,0.007,-0.007,3.591,6.055,-2.464 +36081099704,"Census Tract 997.04, Queens County, New York",6809,5562.0,68750.0,294000.0,3013.0,4316.0,64.0,0.0,1604.0,0.0,0.0,85.0,740.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.04,7168.232581,5367.827636999999,113.82161709999998,10.11747742,1199.42688,0.505873859,434.03976439999997,5851.442871,58253.00083,185599.9942,2632.061768,54.17116145271485,44.981414431039056,9.189747021675792,0.09093880391836746,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,63.387,74.884,-11.497,0.94,1.588,-0.648,23.557,16.733,6.824,0.0,0.141,-0.141,0.0,0.007,-0.007,10.868,6.055,4.813 +36081099705,"Census Tract 997.05, Queens County, New York",2790,2018.0,95395.0,614400.0,992.0,1449.0,0.0,25.0,1055.0,0.0,0.0,61.0,200.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 997.05,2729.7673809999997,2044.1468510000002,43.34492874,3.852882624,456.7592468,0.192644134,165.28866580000002,2228.314697,58253.00161,185600.0004,1002.3274539999999,49.157581764122895,44.98141377200637,4.176167992116525,0.5649999990625001,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,51.935,74.884,-22.949,0.0,1.588,-1.588,37.814,16.733,21.081,0.896,0.141,0.755,0.0,0.007,-0.007,7.168,6.055,1.113 +36081099801,"Census Tract 998.01, Queens County, New York",8230,5414.0,68252.0,377700.0,1049.0,743.0,5201.0,0.0,285.0,0.0,0.0,104.0,1897.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 998.01,8041.0003560000005,1422.18811,4460.923828,21.18019867,113.99930570000001,0.622947037,1920.5457760000002,5256.427246,29920.00085,185300.0071,809.2081909,19.375692648688585,15.394642654205587,3.981049994482998,0.29353452416203346,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,9.028,17.687,-8.659,63.196,55.477,7.719,3.463,1.418,2.045,0.0,0.263,-0.263,0.0,0.008,-0.008,23.05,23.884,-0.834 +36081099802,"Census Tract 998.02, Queens County, New York",5462,3854.0,34836.0,328800.0,1418.0,1124.0,3290.0,0.0,61.0,0.0,0.0,0.0,987.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 998.02,4867.000028,860.8120117000001,2700.076416,12.81980133,69.00069427,0.37705299299999995,1162.454346,3181.5732420000004,29920.00096,185300.0029,489.79183960000006,36.79294239750908,15.394642912325576,21.398299485183504,0.18846714058394173,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,20.579,17.687,2.892,60.234,55.477,4.757,1.117,1.418,-0.301,0.0,0.263,-0.263,0.0,0.008,-0.008,18.07,23.884,-5.814 +36081099900,"Census Tract 999, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 999,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081100801,"Census Tract 1008.01, Queens County, New York",2506,1482.0,88047.0,453100.0,483.0,1145.0,822.0,0.0,55.0,0.0,0.0,0.0,484.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1008.01,2222.000059,331.4360962,1243.732666,9.488967896,88.33777618,0.67778343,491.39300539999994,1232.6621089999999,43512.99792,205700.004,267.9503784,32.59109311740891,21.737536705608267,10.853556411800643,0.34626350527477384,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,45.69,14.916,30.774,32.801,55.974,-23.173,2.195,3.976,-1.781,0.0,0.427,-0.427,0.0,0.031,-0.031,19.314,22.115,-2.801 +36081100802,"Census Tract 1008.02, Queens County, New York",8954,5117.0,59529.0,455000.0,1478.0,2596.0,3737.0,0.0,359.0,0.0,84.0,0.0,2178.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1008.02,7612.999793999999,1135.563843,4261.26709,32.5110321,302.6622314,2.322216511,1683.606934,4223.337890999999,43512.99855,205699.9889,918.0496216,28.88411178424858,21.737536642672573,7.146575141576008,0.3489934417230769,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,28.993,14.916,14.077,41.736,55.974,-14.238,4.009,3.976,0.033,0.0,0.427,-0.427,0.0,0.031,-0.031,24.324,22.115,2.209 +36081101001,"Census Tract 1010.01, Queens County, New York",10986,7020.0,26557.0,467400.0,1420.0,2892.0,4556.0,0.0,239.0,0.0,27.0,178.0,3094.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1010.01,9479.0,1953.0,4587.0,45.0,221.0,0.0,2588.0,6067.0,23721.0,178800.0,738.0,20.22792022792023,12.164166804021757,8.063753423898472,0.4491399229781772,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,26.324,20.603,5.721,41.471,48.391,-6.92,2.175,2.331,-0.156,0.0,0.475,-0.475,0.0,0.0,0.0,28.163,27.302,0.861 +36081101002,"Census Tract 1010.02, Queens County, New York",4090,2565.0,36520.0,800000.0,950.0,3111.0,777.0,0.0,48.0,0.0,0.0,5.0,149.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1010.02,3751.0,2796.0,678.0,6.0,29.0,0.0,219.0,2332.0,13776.0,260100.0,801.0,37.03703703703704,34.34819897084048,2.68883806619656,0.53182,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,76.064,74.54,1.524,18.998,18.075,0.923,1.174,0.773,0.401,0.0,0.16,-0.16,0.0,0.0,0.0,3.643,5.838,-2.195 +36081101700,"Census Tract 1017, Queens County, New York",6143,4446.0,80417.0,525200.0,1568.0,3361.0,41.0,0.0,1368.0,0.0,0.0,153.0,1220.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1017,5769.000168,4580.021973,27.51354218,10.8088913,785.1185912999999,0.0,321.3188782,4494.533691,47646.99825,221799.9964,1170.308105,35.2676563202879,26.038476635372945,9.229179684914953,0.39186596569687737,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,54.713,79.39,-24.677,0.667,0.477,0.19,22.269,13.609,8.66,0.0,0.187,-0.187,0.0,0.0,0.0,19.86,5.57,14.29 +36081102900,"Census Tract 1029, Queens County, New York",3827,2738.0,64656.0,628600.0,773.0,2704.0,71.0,0.0,586.0,15.0,0.0,75.0,376.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1029,3406.0,2515.0,22.0,15.0,534.0,0.0,277.0,2625.0,49722.0,292800.0,613.0,28.23228634039445,23.35238095238095,4.879905388013498,0.3292523067133312,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,70.656,73.84,-3.184,1.855,0.646,1.209,15.312,15.678,-0.366,0.0,0.44,-0.44,0.392,0.0,0.392,9.825,8.133,1.692 +36081103201,"Census Tract 1032.01, Queens County, New York",6544,3700.0,34231.0,407600.0,388.0,42.0,3133.0,29.0,597.0,62.0,0.0,35.0,2675.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1032.01,5701.0,240.0,4087.0,40.0,150.0,0.0,1117.0,2887.0,22904.0,168800.0,238.0,10.486486486486486,8.243851749220644,2.242634737265842,0.4036506378802748,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,0.642,4.21,-3.568,47.876,71.689,-23.813,9.123,2.631,6.492,0.443,0.702,-0.259,0.947,0.0,0.947,40.877,19.593,21.284 +36081103202,"Census Tract 1032.02, Queens County, New York",8014,4219.0,52331.0,759000.0,1188.0,3541.0,1182.0,63.0,73.0,0.0,26.0,54.0,3138.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1032.02,6670.0,2619.0,1818.0,14.0,59.0,0.0,2056.0,3728.0,34942.0,231700.0,731.0,28.15833135814174,19.608369098712448,8.549962259429293,0.5604110671936758,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,44.185,39.265,4.92,14.749,27.256,-12.507,0.911,0.885,0.026,0.786,0.21,0.576,0.0,0.0,0.0,39.156,30.825,8.331 +36081103300,"Census Tract 1033, Queens County, New York",4374,3241.0,88438.0,754100.0,1071.0,2449.0,0.0,24.0,1361.0,0.0,9.0,51.0,504.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1033,4149.0,3281.0,5.0,2.0,477.0,0.0,333.0,3053.0,57165.0,297600.0,700.0,33.04535637149028,22.928267278087127,10.117089093403152,0.43171462670733324,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,55.99,79.079,-23.089,0.0,0.121,-0.121,31.116,11.497,19.619,0.549,0.048,0.501,0.0,0.0,0.0,11.523,8.026,3.497 +36081103900,"Census Tract 1039, Queens County, New York",7088,5193.0,82156.0,704500.0,1760.0,3226.0,0.0,0.0,2643.0,0.0,0.0,115.0,1104.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1039,6161.0,4483.0,26.0,8.0,1015.0,0.0,565.0,4410.0,54366.0,276700.0,1021.0,33.891777392643945,23.151927437641724,10.73984995500222,0.43442441447835345,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,45.514,72.764,-27.25,0.0,0.422,-0.422,37.288,16.475,20.813,0.0,0.13,-0.13,0.0,0.0,0.0,15.576,9.171,6.405 +36081104700,"Census Tract 1047, Queens County, New York",6882,5014.0,50556.0,594100.0,1230.0,2725.0,5.0,30.0,2756.0,0.0,334.0,31.0,1001.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1047,7207.0,4449.0,32.0,9.0,2001.0,2.0,594.0,5454.0,48395.0,263500.0,1511.0,24.53131232548863,27.704437110377704,-3.1731247848890725,0.36131964315771753,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,39.596,61.732,-22.136,0.073,0.444,-0.371,40.046,27.765,12.281,0.436,0.125,0.311,0.0,0.028,-0.028,14.545,8.242,6.303 +36081105900,"Census Tract 1059, Queens County, New York",4352,3067.0,82875.0,716000.0,904.0,2501.0,0.0,0.0,1461.0,0.0,12.0,227.0,151.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1059,3741.999996,2860.978027,8.486458837999999,0.191108838,648.8814507000001,0.0,202.68114419999998,2757.46653,51084.76132,323804.2376,909.6918736,29.475057059015324,32.99013292465965,-3.5150758656443237,0.34877360035754196,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,57.468,76.456,-18.988,0.0,0.227,-0.227,33.571,17.34,16.231,0.0,0.005,-0.005,0.0,0.0,0.0,3.47,5.416,-1.946 +36081107201,"Census Tract 1072.01, Queens County, New York",2231,1469.0,82727.0,389300.0,381.0,2067.0,4.0,0.0,21.0,0.0,0.0,10.0,129.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1072.01,2630.0,2463.0,3.0,6.0,18.0,0.0,129.0,1677.0,51818.0,165000.0,196.0,25.936010891763104,11.687537268932617,14.248473622830486,0.3896737734395068,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,92.649,93.65,-1.001,0.179,0.114,0.065,0.941,0.684,0.257,0.0,0.228,-0.228,0.0,0.0,0.0,5.782,4.905,0.877 +36081107202,"Census Tract 1072.02, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1072.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081108500,"Census Tract 1085, Queens County, New York",2422,1818.0,66563.0,704100.0,604.0,1176.0,9.0,0.0,975.0,0.0,87.0,34.0,141.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1085,2775.0,2017.0,9.0,2.0,534.0,0.0,201.0,2083.0,60829.6747,321347.0588,655.0,33.223322332233224,31.445031204992798,1.7782911272404256,0.3427925512398807,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,48.555,72.685,-24.13,0.372,0.324,0.048,40.256,19.243,21.013,0.0,0.072,-0.072,0.0,0.0,0.0,5.822,7.243,-1.421 +36081109300,"Census Tract 1093, Queens County, New York",3384,2568.0,88363.0,882700.0,1124.0,1732.0,29.0,0.0,1098.0,0.0,16.0,9.0,500.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1093,3041.0,2095.0,55.0,1.0,706.0,0.0,174.0,2116.0,66600.43568,387941.2766,853.0,43.769470404984425,40.311909262759926,3.457561142224499,0.3671287659408633,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,51.182,68.892,-17.71,0.857,1.809,-0.952,32.447,23.216,9.231,0.0,0.033,-0.033,0.0,0.0,0.0,14.775,5.722,9.053 +36081109700,"Census Tract 1097, Queens County, New York",1703,1258.0,97875.0,757500.0,560.0,1035.0,11.0,0.0,540.0,0.0,0.0,26.0,91.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1097,2048.0,1373.0,14.0,4.0,411.0,0.0,223.0,1492.0,66071.0,321900.0,562.0,44.51510333863275,37.66756032171582,6.84754301691693,0.38807128712871286,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,60.775,67.041,-6.266,0.646,0.684,-0.038,31.709,20.068,11.641,0.0,0.195,-0.195,0.0,0.0,0.0,5.344,10.889,-5.545 +36081109900,"Census Tract 1099, Queens County, New York",3557,2489.0,74167.0,595000.0,882.0,1324.0,15.0,0.0,1528.0,0.0,0.0,40.0,650.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1099,3335.0,2384.0,14.0,5.0,534.0,0.0,369.0,2217.0,54656.0,204200.0,650.0,35.43591803937324,29.318899413622013,6.1170186257512285,0.5058016806722689,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,37.222,71.484,-34.262,0.422,0.42,0.002,42.958,16.012,26.946,0.0,0.15,-0.15,0.0,0.0,0.0,18.274,11.064,7.21 +36081111300,"Census Tract 1113, Queens County, New York",2596,1855.0,85938.0,828500.0,867.0,1271.0,10.0,0.0,946.0,0.0,0.0,28.0,341.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1113,2514.0,1750.0,60.0,3.0,476.0,0.0,216.0,1888.0,76890.0,340300.0,794.0,46.73854447439353,42.05508474576271,4.683459728630815,0.40853108026554014,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,48.96,69.61,-20.65,0.385,2.387,-2.002,36.441,18.934,17.507,0.0,0.119,-0.119,0.0,0.0,0.0,13.136,8.592,4.544 +36081112300,"Census Tract 1123, Queens County, New York",1976,1510.0,84063.0,801800.0,668.0,727.0,65.0,0.0,637.0,0.0,0.0,19.0,528.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1123,2111.0,1055.0,100.0,8.0,576.0,0.0,366.0,1653.0,46964.0,263600.0,758.0,44.23841059602649,45.85601935874168,-1.617608762715193,0.5265851833374906,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,36.791,49.976,-13.185,3.289,4.737,-1.448,32.237,27.286,4.951,0.0,0.379,-0.379,0.0,0.0,0.0,26.721,17.338,9.383 +36081112900,"Census Tract 1129, Queens County, New York",2131,1574.0,87204.0,594300.0,907.0,1342.0,75.0,0.0,585.0,0.0,0.0,10.0,119.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1129,2292.9999980000002,1621.273071,31.75075722,13.89095592,385.9701538,0.0,227.21635440000003,1700.6499019999999,66499.99799,311299.9905,654.859375,57.62388818297332,38.506418883150005,19.117469299823313,0.2457143087329631,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,62.975,70.705,-7.73,3.519,1.385,2.134,27.452,16.833,10.619,0.0,0.606,-0.606,0.0,0.0,0.0,5.584,9.909,-4.325 +36081113300,"Census Tract 1133, Queens County, New York",1788,1278.0,90563.0,548700.0,660.0,914.0,0.0,0.0,432.0,0.0,0.0,63.0,379.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1133,1696.0,1248.505386,5.336262867,2.121840778,262.18159390000005,0.0,159.5975375,1179.788822,62125.796160000005,268141.0362,403.18816380000004,51.64319248826291,34.17460449544758,17.46858799281533,0.29629471090213244,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,51.119,73.615,-22.496,0.0,0.315,-0.315,24.161,15.459,8.702,0.0,0.125,-0.125,0.0,0.0,0.0,21.197,9.41,11.787 +36081113900,"Census Tract 1139, Queens County, New York",3131,2525.0,55921.0,611400.0,781.0,1292.0,14.0,10.0,1294.0,0.0,57.0,45.0,429.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1139,3328.0,2109.0,32.0,16.0,600.0,0.0,479.0,2562.0,53468.0,230500.0,790.0,30.93069306930693,30.83528493364559,0.09540813566134076,0.4571148184494603,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,41.265,63.371,-22.106,0.447,0.962,-0.515,41.329,18.029,23.3,0.319,0.481,-0.162,0.0,0.0,0.0,13.702,14.393,-0.691 +36081114100,"Census Tract 1141, Queens County, New York",2469,1872.0,120347.0,741500.0,858.0,1130.0,31.0,0.0,996.0,0.0,8.0,54.0,250.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1141,2463.0,1810.0,7.0,1.0,468.0,1.0,170.0,1775.0,70455.0,320700.0,611.0,45.833333333333336,34.42253521126761,11.410798122065728,0.3771975724881996,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,45.768,73.488,-27.72,1.256,0.284,0.972,40.34,19.001,21.339,0.0,0.041,-0.041,0.0,0.041,-0.041,10.126,6.902,3.224 +36081114700,"Census Tract 1147, Queens County, New York",1722,1224.0,79432.0,729600.0,469.0,923.0,0.0,0.0,433.0,0.0,0.0,48.0,318.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1147,1800.0,1262.0,9.0,1.0,354.0,0.0,160.0,1279.0,80822.0,329500.0,571.0,38.31699346405229,44.644253322908526,-6.327259858856237,0.34967105263157894,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,53.6,70.111,-16.511,0.0,0.5,-0.5,25.145,19.667,5.478,0.0,0.056,-0.056,0.0,0.0,0.0,18.467,8.889,9.578 +36081115100,"Census Tract 1151, Queens County, New York",1167,885.0,73487.0,843400.0,315.0,535.0,0.0,0.0,418.0,0.0,0.0,50.0,164.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1151,1210.0,839.0,6.0,0.0,279.0,0.0,82.0,913.0,82453.0,348400.0,391.0,35.59322033898305,42.82584884994524,-7.232628510962186,0.40515058098174056,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,45.844,69.339,-23.495,0.0,0.496,-0.496,35.818,23.058,12.76,0.0,0.0,0.0,0.0,0.0,0.0,14.053,6.777,7.276 +36081115500,"Census Tract 1155, Queens County, New York",2440,1609.0,52386.0,702400.0,291.0,397.0,50.0,46.0,1169.0,0.0,5.0,10.0,803.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1155,2135.0,825.0,37.0,6.0,612.0,0.0,636.0,1505.0,41471.0,269200.0,474.0,18.085767557489124,31.495016611295682,-13.409249053806558,0.4481093394077449,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,16.27,38.642,-22.372,2.049,1.733,0.316,47.91,28.665,19.245,1.885,0.281,1.604,0.0,0.0,0.0,32.91,29.789,3.121 +36081115700,"Census Tract 1157, Queens County, New York",3423,2646.0,52014.0,676700.0,680.0,654.0,102.0,0.0,2446.0,0.0,0.0,58.0,163.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1157,3465.0,1114.0,57.0,9.0,1698.0,0.0,558.0,2558.0,48500.0,252900.0,946.0,25.699168556311413,36.98201720093823,-11.282848644626817,0.4618353775676075,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,19.106,32.15,-13.044,2.98,1.645,1.335,71.458,49.004,22.454,0.0,0.26,-0.26,0.0,0.0,0.0,4.762,16.104,-11.342 +36081115900,"Census Tract 1159, Queens County, New York",4388,3343.0,58400.0,806700.0,641.0,361.0,63.0,11.0,3581.0,0.0,0.0,155.0,228.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1159,4284.0,1123.0,170.0,10.0,2116.0,0.0,801.0,2908.0,39899.0,271300.0,819.0,19.1743942566557,28.163686382393397,-8.989292125737698,0.5157158795091112,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,8.227,26.214,-17.987,1.436,3.968,-2.532,81.609,49.393,32.216,0.251,0.233,0.018,0.0,0.0,0.0,5.196,18.697,-13.501 +36081116100,"Census Tract 1161, Queens County, New York",4491,3752.0,27653.0,271900.0,717.0,372.0,119.0,0.0,3211.0,0.0,26.0,75.0,688.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1161,4542.0,957.0,202.0,11.0,2548.0,0.0,759.0,3402.0,34273.0,91300.0,665.0,19.109808102345415,19.54732510288066,-0.43751700053524445,0.5164692901802133,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,8.283,21.07,-12.787,2.65,4.447,-1.797,71.499,56.099,15.4,0.0,0.242,-0.242,0.0,0.0,0.0,15.32,16.711,-1.391 +36081116300,"Census Tract 1163, Queens County, New York",9464,7542.0,35377.0,381300.0,1067.0,880.0,444.0,0.0,6382.0,6.0,0.0,29.0,1723.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1163,9375.0,1520.0,407.0,32.0,5191.0,0.0,2077.0,6554.0,32500.0,129000.0,1571.0,14.147440997083002,23.97009459871834,-9.822653601635338,0.5128245476003147,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,9.298,16.213,-6.915,4.691,4.341,0.35,67.434,55.371,12.063,0.0,0.341,-0.341,0.063,0.0,0.063,18.206,22.155,-3.949 +36081116700,"Census Tract 1167, Queens County, New York",1985,1512.0,31776.0,767000.0,242.0,124.0,40.0,27.0,1430.0,0.0,2.0,0.0,383.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1167,2075.0,298.0,50.0,6.0,1092.0,0.0,595.0,1397.0,36895.0,248400.0,425.0,16.005291005291006,30.42233357193987,-14.417042566648863,0.5336427640156454,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,6.247,14.361,-8.114,2.015,2.41,-0.395,72.04,52.627,19.413,1.36,0.289,1.071,0.0,0.0,0.0,19.295,28.675,-9.38 +36081117100,"Census Tract 1171, Queens County, New York",2488,1910.0,43750.0,863300.0,474.0,629.0,11.0,0.0,1106.0,0.0,2.0,25.0,715.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1171,3070.0,1067.51866,55.45400119,8.055877071,1242.1532630000002,0.006984634,663.5737376000001,2144.410097,34644.53469,295490.1511,568.5561762,24.81675392670157,26.513406973572927,-1.6966530468713579,0.5071170884003243,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,25.281,34.773,-9.492,0.442,1.806,-1.364,44.453,40.461,3.992,0.0,0.262,-0.262,0.0,0.0,0.0,28.738,21.615,7.123 +36081117500,"Census Tract 1175, Queens County, New York",4904,3977.0,69769.0,741700.0,1276.0,1817.0,19.0,0.0,2470.0,0.0,0.0,0.0,598.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1175,4975.999913000001,2348.481201,64.54599762,7.944122791,1727.84668,0.9930153490000001,792.4262695,3612.5898439999996,48027.001260000005,270999.9977,1216.4438480000001,32.08448579331154,33.672348662008815,-1.5878628686972718,0.4738573591910476,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,37.051,47.196,-10.145,0.387,1.297,-0.91,50.367,34.724,15.643,0.0,0.16,-0.16,0.0,0.02,-0.02,12.194,15.925,-3.731 +36081118100,"Census Tract 1181, Queens County, New York",1581,1206.0,63950.0,710100.0,478.0,676.0,12.0,0.0,671.0,0.0,0.0,16.0,206.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1181,1811.0,1181.0,16.0,0.0,388.0,0.0,178.0,1257.0,49680.0,271200.0,376.0,39.63515754560531,29.912490055688146,9.722667489917164,0.4500380228136882,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,42.758,65.213,-22.455,0.759,0.883,-0.124,42.441,21.425,21.016,0.0,0.0,0.0,0.0,0.0,0.0,13.03,9.829,3.201 +36081118500,"Census Tract 1185, Queens County, New York",2207,1598.0,43938.0,689400.0,346.0,158.0,37.0,0.0,1294.0,0.0,0.0,25.0,693.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1185,2048.0,657.0,34.0,5.0,664.0,0.0,652.0,1425.0,39219.0,253600.0,400.0,21.65206508135169,28.07017543859649,-6.4181103572447995,0.47028720626631854,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,7.159,32.08,-24.921,1.676,1.66,0.016,58.632,32.422,26.21,0.0,0.244,-0.244,0.0,0.0,0.0,31.4,31.836,-0.436 +36081118700,"Census Tract 1187, Queens County, New York",2341,1795.0,38875.0,860600.0,363.0,239.0,3.0,0.0,1499.0,0.0,0.0,14.0,586.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1187,2491.0,562.0,31.0,4.0,1334.0,0.0,503.0,1646.0,40938.0,271500.0,446.0,20.22284122562674,27.095990279465372,-6.873149053838631,0.5457122937485476,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,10.209,22.561,-12.352,0.128,1.244,-1.116,64.032,53.553,10.479,0.0,0.161,-0.161,0.0,0.0,0.0,25.032,20.193,4.839 +36081118900,"Census Tract 1189, Queens County, New York",2418,1846.0,62583.0,813100.0,528.0,314.0,31.0,0.0,1762.0,0.0,0.0,0.0,311.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1189,2395.0,631.0,21.0,14.0,1229.0,0.0,456.0,1606.0,41105.0,298200.0,416.0,28.602383531960996,25.902864259028643,2.6995192729323527,0.4718878366744558,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,12.986,26.347,-13.361,1.282,0.877,0.405,72.87,51.315,21.555,0.0,0.585,-0.585,0.0,0.0,0.0,12.862,19.04,-6.178 +36081119100,"Census Tract 1191, Queens County, New York",3314,2382.0,44444.0,830500.0,373.0,235.0,0.0,0.0,1929.0,0.0,0.0,82.0,1068.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1191,2944.0,1062.0,68.0,14.0,1206.0,0.0,541.0,1998.0,41503.0,260600.0,607.0,15.659109991603694,30.38038038038038,-14.721270388776686,0.5481468994581578,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,7.091,36.073,-28.982,0.0,2.31,-2.31,58.208,40.965,17.243,0.0,0.476,-0.476,0.0,0.0,0.0,32.227,18.376,13.851 +36081119300,"Census Tract 1193, Queens County, New York",1956,1466.0,46250.0,795100.0,492.0,355.0,36.0,0.0,1288.0,0.0,15.0,22.0,240.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1193,2350.0,1056.0,48.0,3.0,698.0,0.0,533.0,1670.0,36173.0,271000.0,332.0,33.560709413369715,19.880239520958085,13.68046989241163,0.5091938120991071,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,True,False,False,False,True,18.149,44.936,-26.787,1.84,2.043,-0.203,65.849,29.702,36.147,0.0,0.128,-0.128,0.0,0.0,0.0,12.27,22.681,-10.411 +36081119500,"Census Tract 1195, Queens County, New York",1390,1045.0,81518.0,640300.0,295.0,363.0,44.0,44.0,520.0,0.0,0.0,46.0,373.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1195,1381.0,863.0,14.0,1.0,247.0,0.0,241.0,868.0,66741.0,265800.0,164.0,28.229665071770334,18.89400921658986,9.335655855180473,0.4022302045915977,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,26.115,62.491,-36.376,3.165,1.014,2.151,37.41,17.886,19.524,3.165,0.072,3.093,0.0,0.0,0.0,26.835,17.451,9.384 +36081119900,"Census Tract 1199, Queens County, New York",1564,1236.0,60583.0,796700.0,320.0,312.0,12.0,0.0,984.0,0.0,13.0,14.0,229.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1199,1506.0,637.0,21.0,8.0,623.0,0.0,192.0,1149.0,54458.0,284500.0,339.0,25.889967637540455,29.503916449086162,-3.6139488115457077,0.4857788377055353,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,19.949,42.297,-22.348,0.767,1.394,-0.627,62.916,41.368,21.548,0.0,0.531,-0.531,0.0,0.0,0.0,14.642,12.749,1.893 +36081120100,"Census Tract 1201, Queens County, New York",1791,1335.0,46731.0,724700.0,200.0,202.0,72.0,0.0,1343.0,0.0,26.0,8.0,140.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1201,1712.0,368.0,51.0,5.0,980.0,0.0,299.0,1094.0,36645.0,255400.0,320.0,14.9812734082397,29.250457038391225,-14.269183630151526,0.4925127639023044,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,11.279,21.495,-10.216,4.02,2.979,1.041,74.986,57.243,17.743,0.0,0.292,-0.292,0.0,0.0,0.0,7.817,17.465,-9.648 +36081120300,"Census Tract 1203, Queens County, New York",1494,1098.0,73512.0,737500.0,338.0,332.0,0.0,0.0,976.0,0.0,0.0,27.0,159.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1203,1616.0,488.0,52.0,5.0,885.0,0.0,169.0,1173.0,54000.0,263000.0,454.0,30.783242258652095,38.70417732310315,-7.920935064451058,0.4864813559322034,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,22.222,30.198,-7.976,0.0,3.218,-3.218,65.328,54.765,10.563,0.0,0.309,-0.309,0.0,0.0,0.0,10.643,10.458,0.185 +36081120500,"Census Tract 1205, Queens County, New York",2901,2336.0,27679.0,663100.0,344.0,123.0,125.0,41.0,2270.0,0.0,97.0,52.0,193.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1205,2837.0,478.0,145.0,15.0,1575.0,0.0,559.0,1994.0,33405.0,232100.0,661.0,14.726027397260275,33.149448345035104,-18.42342094777483,0.4959674257276429,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,4.24,16.849,-12.609,4.309,5.111,-0.802,78.249,55.516,22.733,1.413,0.529,0.884,0.0,0.0,0.0,6.653,19.704,-13.051 +36081120700,"Census Tract 1207, Queens County, New York",2937,2144.0,73194.0,698700.0,581.0,821.0,10.0,24.0,1269.0,0.0,33.0,61.0,743.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1207,2775.0,1472.0,24.0,7.0,814.0,0.0,430.0,1836.0,49688.0,272100.0,438.0,27.098880597014926,23.856209150326798,3.242671446688128,0.4392099613568055,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,27.954,53.045,-25.091,0.34,0.865,-0.525,43.207,29.333,13.874,0.817,0.252,0.565,0.0,0.0,0.0,25.298,15.495,9.803 +36081121100,"Census Tract 1211, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36081121500,"Census Tract 1215, Queens County, New York",4543,3305.0,64500.0,640300.0,982.0,615.0,178.0,0.0,2866.0,0.0,0.0,33.0,851.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1215,3907.0,1317.0,64.0,13.0,1765.0,0.0,695.0,2821.0,40285.0,224700.0,820.0,29.712556732223902,29.067706487061326,0.6448502451625764,0.4946618772450414,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,13.537,33.709,-20.172,3.918,1.638,2.28,63.086,45.175,17.911,0.0,0.333,-0.333,0.0,0.0,0.0,18.732,17.789,0.943 +36081122300,"Census Tract 1223, Queens County, New York",3670,2820.0,68246.0,765500.0,960.0,1378.0,12.0,0.0,1831.0,0.0,119.0,0.0,330.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1223,3330.0,1573.0,26.0,1.0,1234.0,0.0,468.0,2275.0,51935.0,275400.0,814.0,34.04255319148936,35.78021978021978,-1.73766658873042,0.48193860222077073,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,37.548,47.237,-9.689,0.327,0.781,-0.454,49.891,37.057,12.834,0.0,0.03,-0.03,0.0,0.0,0.0,8.992,14.054,-5.062 +36081122701,"Census Tract 1227.01, Queens County, New York",11979,8564.0,56936.0,521600.0,2262.0,3183.0,920.0,24.0,3839.0,0.0,114.0,132.0,3791.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1227.01,9953.0,5177.0,923.0,23.0,2010.0,2.0,1659.0,6826.0,50008.0,189300.0,1692.0,26.41289117234937,24.787576911807793,1.6253142605415754,0.4773926380368098,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,26.572,52.014,-25.442,7.68,9.274,-1.594,32.048,20.195,11.853,0.2,0.231,-0.031,0.0,0.02,-0.02,31.647,16.668,14.979 +36081122702,"Census Tract 1227.02, Queens County, New York",8227,5055.0,28220.0,578600.0,1244.0,1762.0,1972.0,0.0,1222.0,0.0,0.0,222.0,3049.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1227.02,6263.0,2019.0,2143.0,25.0,609.0,0.0,1399.0,4111.0,23079.0,215000.0,604.0,24.609297725024728,14.692288980783264,9.917008744241464,0.46491531282405807,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,True,False,False,False,True,21.417,32.237,-10.82,23.97,34.217,-10.247,14.854,9.724,5.13,0.0,0.399,-0.399,0.0,0.0,0.0,37.061,22.338,14.723 +36081124100,"Census Tract 1241, Queens County, New York",3746,2627.0,63333.0,666800.0,934.0,1074.0,264.0,0.0,2058.0,0.0,0.0,108.0,242.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1241,3754.0,1555.0,237.0,7.0,1363.0,0.0,520.0,2598.0,59096.0,245500.0,1094.0,35.55386372287781,42.10931485758275,-6.555451134704946,0.4698260347930414,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,28.671,41.422,-12.751,7.048,6.313,0.735,54.939,36.308,18.631,0.0,0.186,-0.186,0.0,0.0,0.0,6.46,13.852,-7.392 +36081124700,"Census Tract 1247, Queens County, New York",3403,2459.0,72750.0,670500.0,1184.0,1976.0,43.0,0.0,1269.0,0.0,0.0,0.0,115.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1247,3643.0,2175.0,49.0,0.0,1223.0,0.0,186.0,2493.0,66473.0,269600.0,1106.0,48.14965433102887,44.36421981548335,3.785434515545518,0.42099328859060403,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,58.066,59.704,-1.638,1.264,1.345,-0.081,37.291,33.571,3.72,0.0,0.0,0.0,0.0,0.0,0.0,3.379,5.106,-1.727 +36081125700,"Census Tract 1257, Queens County, New York",3260,2097.0,48583.0,628500.0,664.0,544.0,366.0,0.0,1879.0,0.0,0.0,182.0,289.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1257,3162.0,430.0,1097.0,8.0,952.0,0.0,629.0,2121.0,52541.0,214500.0,647.0,31.664282308059132,30.504479019330503,1.1598032887286287,0.50854415274463,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,16.687,13.599,3.088,11.227,34.693,-23.466,57.638,30.108,27.53,0.0,0.253,-0.253,0.0,0.0,0.0,8.865,19.892,-11.027 +36081126500,"Census Tract 1265, Queens County, New York",1608,1065.0,60625.0,552300.0,430.0,594.0,75.0,0.0,600.0,0.0,0.0,157.0,182.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1265,1784.0,468.0,117.0,3.0,788.0,0.0,367.0,1300.0,60250.0,202800.0,560.0,40.375586854460096,43.07692307692308,-2.7013362224629844,0.47124388919065724,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,36.94,26.233,10.707,4.664,6.558,-1.894,37.313,44.17,-6.857,0.0,0.168,-0.168,0.0,0.0,0.0,11.318,20.572,-9.254 +36081126700,"Census Tract 1267, Queens County, New York",4756,1698.0,76932.0,585600.0,555.0,1596.0,618.0,5.0,1289.0,22.0,0.0,256.0,975.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1267,3007.0,1085.518248,324.75587989999997,16.032441199999997,1118.008921,0.0,416.512571,1496.03974,57738.25805,229908.4739,618.7201946,32.685512367491164,41.35720315825301,-8.671690790761843,0.43465129368852456,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,33.558,36.1,-2.542,12.994,10.8,2.194,27.103,37.18,-10.077,0.105,0.533,-0.428,0.463,0.0,0.463,20.5,13.851,6.649 +36081127700,"Census Tract 1277, Queens County, New York",3179,1979.0,118233.0,853000.0,1095.0,2551.0,154.0,0.0,457.0,0.0,0.0,5.0,12.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1277,3656.0,2667.0,151.0,2.0,637.0,4.0,146.0,2539.0,85334.91337000001,373288.0104,1662.0,55.330975240020216,65.45884206380465,-10.127866823784437,0.36983032241969516,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,80.245,72.949,7.296,4.844,4.13,0.714,14.376,17.423,-3.047,0.0,0.055,-0.055,0.0,0.109,-0.109,0.377,3.993,-3.616 +36081128300,"Census Tract 1283, Queens County, New York",37,37.0,46250.0,165600.0,8.0,33.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1283,30.22463489,22.668476100000003,0.0,0.0,7.556158543,0.0,0.0,30.22463417,112819.9968,287499.9941,26.737176899999998,21.62162162162162,88.46154017817182,-66.8399185565502,-1.4999999486956521,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,89.189,75.0,14.189,0.0,0.0,0.0,10.811,25.0,-14.189,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +36081129102,"Census Tract 1291.02, Queens County, New York",3790,2629.0,109911.0,805300.0,1423.0,2102.0,4.0,0.0,1321.0,0.0,0.0,112.0,251.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1291.02,3269.0000019999998,2330.836432,114.88933370000001,7.621389866,565.1149558999999,0.0,210.0697746,2452.030025,69164.39133,326574.7498,1273.422362,54.12704450361354,51.93339188413894,2.193652619474598,0.4160342236284615,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,55.462,71.301,-15.839,0.106,3.515,-3.409,34.855,17.287,17.568,0.0,0.233,-0.233,0.0,0.0,0.0,6.623,6.426,0.197 +36081129103,"Census Tract 1291.03, Queens County, New York",3872,2973.0,60244.0,215100.0,1526.0,2285.0,106.0,0.0,956.0,0.0,0.0,82.0,443.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1291.03,3681.775314,2552.2763489999998,155.1888428,5.847695827000001,630.1956727,0.0,309.4780579,2860.848853,52010.10382,88260.63775,1266.921957,51.32862428523377,44.284826710486826,7.043797574746947,0.4091338058577406,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,59.013,69.322,-10.309,2.738,4.215,-1.477,24.69,17.117,7.573,0.0,0.159,-0.159,0.0,0.0,0.0,11.441,8.406,3.035 +36081129104,"Census Tract 1291.04, Queens County, New York",4350,3374.0,77857.0,243400.0,1750.0,1525.0,150.0,0.0,2119.0,0.0,46.0,70.0,440.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1291.04,4500.999808,3120.054932,189.811142,7.152303696000001,770.2481079,0.0,378.52191160000007,3496.9262700000004,51996.99869,88200.00066,1547.6485599999999,51.86721991701245,44.257397511558054,7.609822405454395,0.47819227218405913,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,35.057,69.319,-34.262,3.448,4.217,-0.769,48.713,17.113,31.6,0.0,0.159,-0.159,0.0,0.0,0.0,10.115,8.41,1.705 +36081130100,"Census Tract 1301, Queens County, New York",3994,2924.0,75547.0,255800.0,1088.0,1213.0,726.0,93.0,869.0,0.0,40.0,77.0,1001.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1301,3998.0,1937.0,458.0,27.0,1019.0,0.0,475.0,2904.0,46680.0,76400.0,885.0,37.2093023255814,30.475206611570247,6.734095714011151,0.569913995308835,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,30.371,48.449,-18.078,18.177,11.456,6.721,21.758,25.488,-3.73,2.328,0.675,1.653,0.0,0.0,0.0,25.063,11.881,13.182 +36081133300,"Census Tract 1333, Queens County, New York",3686,2732.0,82891.0,775500.0,1298.0,1790.0,68.0,0.0,1414.0,0.0,0.0,78.0,336.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1333,3864.0,2185.0,49.0,2.0,1364.0,0.0,233.0,2893.0,79397.0,323000.0,1314.0,47.510980966325036,45.41997926028344,2.0910017060415953,0.4002321083172147,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,48.562,56.548,-7.986,1.845,1.268,0.577,38.361,35.3,3.061,0.0,0.052,-0.052,0.0,0.0,0.0,9.116,6.03,3.086 +36081133900,"Census Tract 1339, Queens County, New York",1322,906.0,109896.0,711700.0,490.0,655.0,2.0,0.0,495.0,0.0,0.0,0.0,170.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1339,1277.0,781.0,9.0,6.0,387.0,0.0,92.0,904.0,81614.0,294700.0,408.0,54.083885209713024,45.13274336283186,8.951141846881164,0.40372628916678377,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,49.546,61.159,-11.613,0.151,0.705,-0.554,37.443,30.305,7.138,0.0,0.47,-0.47,0.0,0.0,0.0,12.859,7.204,5.655 +36081134100,"Census Tract 1341, Queens County, New York",3572,2584.0,79688.0,708700.0,1177.0,934.0,0.0,0.0,2311.0,0.0,8.0,70.0,249.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1341,3280.0,1409.0,25.0,9.0,1565.0,0.0,258.0,2282.0,70636.0,292500.0,1032.0,45.54953560371517,45.22348816827344,0.32604743544172976,0.40567235783829547,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,26.148,42.957,-16.809,0.0,0.762,-0.762,64.698,47.713,16.985,0.0,0.274,-0.274,0.0,0.0,0.0,6.971,7.866,-0.895 +36081134700,"Census Tract 1347, Queens County, New York",9943,7101.0,64216.0,247900.0,3407.0,2389.0,873.0,146.0,4645.0,0.0,300.0,310.0,1303.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1347,8952.0,3558.0,2258.0,22.0,2185.0,0.0,840.0,6508.0,50661.0,202500.0,2759.0,47.97915786508943,42.3939766441303,5.585181220959129,-0.1762807583703106,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,24.027,39.745,-15.718,8.78,25.223,-16.443,46.716,24.408,22.308,1.468,0.246,1.222,0.0,0.0,0.0,13.105,9.383,3.722 +36081136700,"Census Tract 1367, Queens County, New York",6164,4602.0,66486.0,295200.0,1536.0,2038.0,40.0,0.0,2835.0,0.0,0.0,79.0,1172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1367,5721.0,3229.0,65.0,9.0,2072.0,0.0,322.0,4345.0,45846.0,104800.0,1628.0,33.3767926988266,37.46835443037975,-4.091561731553149,0.48878048780487804,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,33.063,56.441,-23.378,0.649,1.136,-0.487,45.993,36.217,9.776,0.0,0.157,-0.157,0.0,0.0,0.0,19.014,5.628,13.386 +36081137700,"Census Tract 1377, Queens County, New York",6363,4635.0,66826.0,533500.0,1826.0,1734.0,495.0,97.0,3379.0,0.0,0.0,173.0,485.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1377,6138.0,2759.0,157.0,13.0,2511.0,1.0,644.0,4230.0,51272.0,235000.0,1530.0,39.39590075512405,36.170212765957444,3.225687989166609,0.36569821930646673,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,27.251,44.949,-17.698,7.779,2.558,5.221,53.104,40.909,12.195,1.524,0.212,1.312,0.0,0.016,-0.016,7.622,10.492,-2.87 +36081138501,"Census Tract 1385.01, Queens County, New York",4625,3286.0,65204.0,844300.0,1224.0,1498.0,49.0,23.0,2825.0,0.0,0.0,30.0,200.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1385.01,4532.000049,1945.3535160000001,28.30669785,5.856558323,2279.177246,0.0,223.52531430000002,3152.780518,59526.001110000005,371199.9875,1275.7536619999998,37.248934875228244,40.46439816271409,-3.2154632874858464,0.36689804334952036,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,32.389,42.925,-10.536,1.059,0.625,0.434,61.081,50.291,10.79,0.497,0.129,0.368,0.0,0.0,0.0,4.324,4.932,-0.608 +36081138502,"Census Tract 1385.02, Queens County, New York",37,29.0,,,14.0,16.0,0.0,0.0,0.0,0.0,0.0,0.0,21.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1385.02,63.0,34.0,3.0,0.0,18.0,0.0,8.0,16.0,,,16.0,48.275862068965516,100.0,-51.724137931034484,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,43.243,53.968,-10.725,0.0,4.762,-4.762,0.0,28.571,-28.571,0.0,0.0,0.0,0.0,0.0,0.0,56.757,12.698,44.059 +36081139900,"Census Tract 1399, Queens County, New York",1956,1326.0,99375.0,776900.0,664.0,779.0,5.0,0.0,991.0,0.0,0.0,58.0,123.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1399,1760.000003,967.6465645,10.69330174,0.14344173699999999,680.8227463,0.0,93.4746933,1313.219475,71869.34813,314912.6324,576.2463932,50.075414781297134,43.88043310125293,6.194981680044201,0.4163030111262711,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,39.826,54.98,-15.154,0.256,0.608,-0.352,50.665,38.683,11.982,0.0,0.008,-0.008,0.0,0.0,0.0,6.288,5.311,0.977 +36081140300,"Census Tract 1403, Queens County, New York",2140,1696.0,64400.0,646700.0,672.0,664.0,0.0,0.0,1231.0,0.0,0.0,21.0,224.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1403,2395.0,1273.0,9.0,1.0,922.0,0.0,145.0,1625.0,58220.0,247600.0,396.0,39.62264150943396,24.369230769230768,15.253410740203194,0.44867171795268285,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,31.028,53.152,-22.124,0.0,0.376,-0.376,57.523,38.497,19.026,0.0,0.042,-0.042,0.0,0.0,0.0,10.467,6.054,4.413 +36081140901,"Census Tract 1409.01, Queens County, New York",1017,750.0,84625.0,670100.0,385.0,351.0,7.0,0.0,547.0,0.0,0.0,19.0,93.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1409.01,1000.0,520.0,11.0,5.0,346.0,0.0,98.0,758.0,66853.94958,271924.368,261.6923084,51.333333333333336,34.52405124010554,16.809282093227793,0.4156527534397851,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,34.513,52.0,-17.487,0.688,1.1,-0.412,53.786,34.6,19.186,0.0,0.5,-0.5,0.0,0.0,0.0,9.145,9.8,-0.655 +36081140902,"Census Tract 1409.02, Queens County, New York",3241,2448.0,102364.0,693900.0,806.0,815.0,46.0,0.0,2191.0,16.0,0.0,50.0,123.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1409.02,2466.0,1168.0,27.0,4.0,1036.0,0.0,183.0,1748.0,60644.0,261900.0,607.0,32.92483660130719,34.725400457665906,-1.800563856358714,0.45649805447470815,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,25.147,47.364,-22.217,1.419,1.095,0.324,67.603,42.011,25.592,0.0,0.162,-0.162,0.494,0.0,0.494,3.795,7.421,-3.626 +36081141700,"Census Tract 1417, Queens County, New York",5102,3695.0,75750.0,680300.0,1354.0,1383.0,169.0,0.0,2606.0,0.0,0.0,214.0,730.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1417,4614.0,2363.0,37.0,7.0,1675.0,0.0,474.0,3274.0,60032.185789999996,268959.2996,1006.0,36.64411366711773,30.72693952351863,5.917174143599098,0.43069029630457145,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,27.107,51.214,-24.107,3.312,0.802,2.51,51.078,36.303,14.775,0.0,0.152,-0.152,0.0,0.0,0.0,14.308,10.273,4.035 +36081142900,"Census Tract 1429, Queens County, New York",3444,2683.0,84464.0,675500.0,964.0,1467.0,0.0,13.0,1682.0,0.0,0.0,42.0,253.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1429,3657.0,2244.0,16.0,8.0,930.0,0.0,307.0,2690.0,64153.0,300200.0,901.0,35.929929183749536,33.49442379182156,2.4355053919279754,0.3600473723168024,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,42.596,61.362,-18.766,0.0,0.438,-0.438,48.839,25.431,23.408,0.377,0.219,0.158,0.0,0.0,0.0,7.346,8.395,-1.049 +36081143500,"Census Tract 1435, Queens County, New York",2246,1760.0,74286.0,700000.0,739.0,809.0,0.0,0.0,1229.0,0.0,8.0,49.0,151.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1435,2174.0,1113.0,19.0,10.0,710.0,0.0,294.0,1687.0,61125.0,271600.0,549.0,41.98863636363637,32.542975696502666,9.445660667133701,0.44128,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,36.02,51.196,-15.176,0.0,0.874,-0.874,54.72,32.659,22.061,0.0,0.46,-0.46,0.0,0.0,0.0,6.723,13.523,-6.8 +36081144100,"Census Tract 1441, Queens County, New York",3047,2403.0,89679.0,652900.0,1281.0,951.0,22.0,0.0,1839.0,0.0,0.0,20.0,215.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1441,2986.0,1858.0,33.0,9.0,854.0,0.0,201.0,2066.0,57794.0,263100.0,844.0,53.3083645443196,40.85188770571152,12.456476838608083,0.419721243682034,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,31.211,62.224,-31.013,0.722,1.105,-0.383,60.354,28.6,31.754,0.0,0.301,-0.301,0.0,0.0,0.0,7.056,6.731,0.325 +36081144700,"Census Tract 1447, Queens County, New York",3100,2305.0,77917.0,663500.0,688.0,448.0,358.0,0.0,1665.0,0.0,0.0,43.0,586.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1447,2807.9999239999997,608.2670287999999,777.7840576,20.94034004,851.5738525,0.0,486.61361689999995,1898.59082,43586.000360000005,226900.003,530.4886475,29.84815618221258,27.941178368280532,1.9069778139320483,0.5075568887415223,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,14.452,21.662,-7.21,11.548,27.699,-16.151,53.71,30.327,23.383,0.0,0.746,-0.746,0.0,0.0,0.0,18.903,17.33,1.573 +36081145101,"Census Tract 1451.01, Queens County, New York",1520,1139.0,86023.0,689100.0,518.0,771.0,0.0,0.0,609.0,0.0,0.0,12.0,128.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1451.01,1458.0,905.0,6.0,1.0,415.0,0.0,83.0,1062.0,67917.0,302200.0,323.0,45.478489903424055,30.41431261770245,15.064177285721605,0.36849804092294297,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,50.724,62.071,-11.347,0.0,0.412,-0.412,40.066,28.464,11.602,0.0,0.069,-0.069,0.0,0.0,0.0,8.421,5.693,2.728 +36081145102,"Census Tract 1451.02, Queens County, New York",2539,1889.0,81458.0,640000.0,587.0,671.0,180.0,0.0,1441.0,0.0,0.0,53.0,194.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1451.02,2488.0,997.7329546,201.2159092,14.05965909,796.4261365,0.0,427.3863636,1796.409091,52034.74767,235974.8114,484.5113636,31.074642668078347,26.9711039666521,4.103538701426245,0.46905667435000004,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,26.428,40.102,-13.674,7.089,8.087,-0.998,56.755,32.011,24.744,0.0,0.565,-0.565,0.0,0.0,0.0,7.641,17.178,-9.537 +36081145900,"Census Tract 1459, Queens County, New York",2788,2155.0,76912.0,634300.0,531.0,1133.0,17.0,10.0,1025.0,0.0,0.0,40.0,563.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1459,2867.0,1826.0,19.0,2.0,682.0,0.0,270.0,2067.0,58125.0,275800.0,534.0,24.640371229698374,25.83454281567489,-1.194171585976516,0.37387356140627465,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,40.638,63.69,-23.052,0.61,0.663,-0.053,36.765,23.788,12.977,0.359,0.07,0.289,0.0,0.0,0.0,20.194,9.418,10.776 +36081146300,"Census Tract 1463, Queens County, New York",3295,2457.0,60769.0,580700.0,789.0,1583.0,126.0,0.0,1141.0,0.0,0.0,0.0,445.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1463,3075.0000010000003,1733.401098,84.57184643,2.0840950680000003,806.5685557999999,1.0,415.34844639999994,2309.740402,47650.3088,277069.3672,409.4552107,32.11233211233211,17.727325994966947,14.385006117365165,0.31293285901842616,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,48.042,56.371,-8.329,3.824,2.75,1.074,34.628,26.23,8.398,0.0,0.068,-0.068,0.0,0.033,-0.033,13.505,13.507,-0.002 +36081146700,"Census Tract 1467, Queens County, New York",3002,2301.0,72027.0,677100.0,939.0,1412.0,1.0,0.0,1256.0,0.0,0.0,10.0,323.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1467,2682.000011,1830.820435,33.34113312,4.903107643,441.27972410000007,0.0,311.8376465,2083.8208010000003,52280.00238,331400.0102,784.4972534,40.80834419817471,37.64705933559783,3.1612848625768777,0.29520600400531677,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,47.035,68.263,-21.228,0.033,1.243,-1.21,41.839,16.453,25.386,0.0,0.183,-0.183,0.0,0.0,0.0,10.759,11.627,-0.868 +36081147100,"Census Tract 1471, Queens County, New York",3403,2511.0,79096.0,616700.0,1306.0,1353.0,21.0,0.0,1431.0,0.0,19.0,67.0,512.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1471,3190.0,1836.0,31.0,2.0,1002.0,0.0,270.0,2350.0,54432.0,267500.0,944.0,52.01115093588212,40.170212765957444,11.840938169924677,0.375385114318145,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,39.759,57.555,-17.796,0.617,0.972,-0.355,42.051,31.411,10.64,0.0,0.063,-0.063,0.0,0.0,0.0,15.046,8.464,6.582 +36081147900,"Census Tract 1479, Queens County, New York",4898,3600.0,84196.0,663300.0,1665.0,2011.0,68.0,0.0,1510.0,0.0,17.0,42.0,1250.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1479,3904.0,2567.0,20.0,11.0,894.0,0.0,398.0,2911.0,61530.0,274700.0,1284.0,46.25,44.10855376159395,2.141446238406047,0.4036363636363636,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,41.058,65.753,-24.695,1.388,0.512,0.876,30.829,22.9,7.929,0.0,0.282,-0.282,0.0,0.0,0.0,25.521,10.195,15.326 +36081148300,"Census Tract 1483, Queens County, New York",2894,2088.0,127768.0,992900.0,1169.0,1857.0,19.0,0.0,804.0,0.0,0.0,42.0,172.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1483,3049.0,2225.0,13.0,6.0,645.0,0.0,135.0,2161.0,85183.0,512500.0,1179.0,55.986590038314176,54.55807496529385,1.4285150730203284,0.25672273139288954,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,64.167,72.975,-8.808,0.657,0.426,0.231,27.782,21.154,6.628,0.0,0.197,-0.197,0.0,0.0,0.0,5.943,4.428,1.515 +36081150701,"Census Tract 1507.01, Queens County, New York",3190,2389.0,114423.0,885500.0,1252.0,1768.0,16.0,0.0,950.0,0.0,51.0,59.0,346.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1507.01,2970.0,2227.0,13.0,4.0,553.0,0.0,150.0,2149.0,73229.0,380200.0,1022.0,52.406864796986184,47.557003257328994,4.849861539657191,0.38171880293619426,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,55.423,74.983,-19.56,0.502,0.438,0.064,29.781,18.62,11.161,0.0,0.135,-0.135,0.0,0.0,0.0,10.846,5.051,5.795 +36081150702,"Census Tract 1507.02, Queens County, New York",3237,2523.0,75667.0,722700.0,1089.0,1714.0,23.0,0.0,1121.0,0.0,0.0,8.0,371.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1507.02,3229.0,2251.0,19.0,2.0,631.0,0.0,291.0,2427.0,61579.0,354100.0,1074.0,43.162901307966706,44.25216316440049,-1.0892618564337866,0.2944458281444583,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,52.95,69.712,-16.762,0.711,0.588,0.123,34.631,19.542,15.089,0.0,0.062,-0.062,0.0,0.0,0.0,11.461,9.012,2.449 +36081152901,"Census Tract 1529.01, Queens County, New York",6684,5313.0,74125.0,491500.0,2220.0,2251.0,26.0,0.0,3840.0,0.0,0.0,56.0,511.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1529.01,6242.222919,3460.134981,132.2902383,12.02944527,2097.248946,2.0,482.50860020000005,4652.7625020000005,59759.24197999999,200599.39800000002,1818.168641,41.78430265386787,39.07718565515554,2.70711699871233,0.41228253688708033,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,33.677,55.431,-21.754,0.389,2.119,-1.73,57.451,33.598,23.853,0.0,0.193,-0.193,0.0,0.032,-0.032,7.645,7.73,-0.085 +36081152902,"Census Tract 1529.02, Queens County, New York",4926,3807.0,70768.0,253400.0,1816.0,2177.0,85.0,0.0,2109.0,0.0,16.0,346.0,193.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1529.02,4965.0,3673.0,28.0,13.0,978.0,0.0,255.0,3815.0,55101.0,99300.0,1476.0,47.70160231153139,38.68938401048493,9.01221830104646,0.43570639305445935,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,44.194,73.978,-29.784,1.726,0.564,1.162,42.814,19.698,23.116,0.0,0.262,-0.262,0.0,0.0,0.0,3.918,5.136,-1.218 +36081155101,"Census Tract 1551.01, Queens County, New York",1762,1762.0,51801.0,585100.0,725.0,1722.0,0.0,0.0,0.0,0.0,0.0,22.0,18.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1551.01,2194.999976,2098.745361,26.79249573,0.0,43.66184235,0.0,11.90777588,2206.907715,55724.001560000004,310400.0118,1030.022583,41.146424517593644,46.672662205089075,-5.526237687495431,0.23606901898478905,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,97.73,95.615,2.115,0.0,1.221,-1.221,0.0,1.989,-1.989,0.0,0.0,0.0,0.0,0.0,0.0,1.022,0.542,0.48 +36081155102,"Census Tract 1551.02, Queens County, New York",9044,6717.0,87012.0,258600.0,2754.0,4224.0,921.0,0.0,2174.0,0.0,0.0,156.0,1569.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1551.02,7803.6095,4473.469161999999,603.451507,26.00556852,1966.3852350000002,0.0,688.1884077999999,5756.6146530000005,50654.96951,82929.64496,2077.0092879999997,41.00044662795891,36.080394697213016,4.920051930745892,0.538210793726218,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,46.705,57.326,-10.621,10.184,7.733,2.451,24.038,25.198,-1.16,0.0,0.333,-0.333,0.0,0.0,0.0,17.349,8.819,8.53 +36081156700,"Census Tract 1567, Queens County, New York",1516,1089.0,55313.0,654200.0,222.0,328.0,253.0,0.0,607.0,0.0,0.0,13.0,315.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1567,1200.167588,422.65039060000004,480.46575930000006,10.96498585,92.70397186,0.0,189.3952179,1028.7150880000002,6771.000174,,62.79946518,20.385674931129476,6.104650929354308,14.281024001775169,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,21.636,35.216,-13.58,16.689,40.033,-23.344,40.04,7.724,32.316,0.0,0.914,-0.914,0.0,0.0,0.0,20.778,15.781,4.997 +36081157101,"Census Tract 1571.01, Queens County, New York",8468,5972.0,84096.0,557000.0,2589.0,2233.0,234.0,0.0,4696.0,0.0,14.0,105.0,1186.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1571.01,7258.000001,3654.509521,256.1621799,58.42613265,2486.147079,2.0,678.7091268999999,5211.887065999999,60159.68592,231729.3557,1707.653316,43.35231078365707,32.764587842663744,10.587722940993324,0.40091513068581697,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,26.37,50.351,-23.981,2.763,3.529,-0.766,55.456,34.254,21.202,0.0,0.805,-0.805,0.0,0.028,-0.028,14.006,9.351,4.655 +36081157102,"Census Tract 1571.02, Queens County, New York",2268,1439.0,83750.0,503400.0,527.0,337.0,59.0,33.0,1319.0,0.0,54.0,29.0,458.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1571.02,1464.00001,831.4904785,28.83782005,10.573867800000002,375.8529358,0.0,191.2908783,940.112915,66103.00032,223299.9961,264.3466797,36.622654621264765,28.11860952894153,8.504045092323235,0.36123958207389756,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,14.859,56.796,-41.937,2.601,1.97,0.631,58.157,25.673,32.484,1.455,0.722,0.733,0.0,0.0,0.0,20.194,13.066,7.128 +36081157901,"Census Tract 1579.01, Queens County, New York",5228,4043.0,98605.0,587500.0,1789.0,1466.0,199.0,0.0,2852.0,0.0,15.0,320.0,376.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1579.01,4902.0,2999.0,46.0,25.0,1478.0,0.0,312.0,3574.0,58226.0,248100.0,1199.0,44.24931981202078,33.54784555120313,10.701474260817648,0.3918910638297872,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,28.041,61.179,-33.138,3.806,0.938,2.868,54.552,30.151,24.401,0.0,0.51,-0.51,0.0,0.0,0.0,7.192,6.365,0.827 +36081157902,"Census Tract 1579.02, Queens County, New York",4199,3129.0,109697.0,621600.0,1215.0,1256.0,49.0,100.0,2117.0,42.0,41.0,176.0,418.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1579.02,3685.0,1814.0,60.0,25.0,1472.0,0.0,262.0,2642.0,65774.0,261400.0,932.0,38.830297219558965,35.27630582891749,3.553991390641478,0.39444015444015446,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,29.912,49.227,-19.315,1.167,1.628,-0.461,50.417,39.946,10.471,2.382,0.678,1.704,1.0,0.0,1.0,9.955,7.11,2.845 +36081157903,"Census Tract 1579.03, Queens County, New York",4097,3149.0,76786.0,574700.0,1227.0,1393.0,131.0,0.0,2260.0,0.0,49.0,0.0,264.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1579.03,3841.0,2391.0,50.0,19.0,981.0,0.0,317.0,2792.0,52188.0,231300.0,868.0,38.96475071451254,31.088825214899714,7.875925499612826,0.4204419697233339,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,34.0,62.249,-28.249,3.197,1.302,1.895,55.162,25.54,29.622,0.0,0.495,-0.495,0.0,0.0,0.0,6.444,8.253,-1.809 +36081161700,"Census Tract 1617, Queens County, New York",4806,3535.0,92375.0,512200.0,1252.0,2004.0,322.0,47.0,1250.0,0.0,0.0,129.0,1101.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1617,4359.0,2838.0,133.0,5.0,736.0,0.0,623.0,2978.0,63250.0,220900.0,848.0,35.417256011315416,28.47548690396239,6.941769107353025,0.3789613432253026,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,41.698,65.107,-23.409,6.7,3.051,3.649,26.009,16.885,9.124,0.978,0.115,0.863,0.0,0.0,0.0,22.909,14.292,8.617 +36081162100,"Census Tract 1621, Queens County, New York",7003,4433.0,76875.0,495000.0,1320.0,1354.0,325.0,0.0,2773.0,0.0,203.0,279.0,2069.0,New York City,New York-Newark-Jersey City,NY,Queens County,Census Tract 1621,6181.0,2611.0,347.0,56.0,1850.0,0.0,1166.0,4001.0,53812.0,215400.0,1013.0,29.77667493796526,25.318670332416897,4.458004605548364,0.3733818181818182,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,19.335,42.242,-22.907,4.641,5.614,-0.973,39.597,29.93,9.667,0.0,0.906,-0.906,0.0,0.0,0.0,29.544,18.864,10.68 +36081990100,"Census Tract 9901, Queens County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +36085000300,"Census Tract 3, Richmond County, New York",1927,1538.0,72386.0,409800.0,781.0,768.0,245.0,10.0,396.0,0.0,0.0,36.0,482.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 3,1935.410446,737.6309813999999,430.44912719999996,7.2835930289999995,372.0452795,0.0,344.3147583,1282.527771,39398.80282,165545.9772,460.9428024,50.78023407022106,35.9401810099284,14.84005306029266,0.4182864637188873,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,39.855,38.112,1.743,12.714,22.241,-9.527,20.55,19.223,1.327,0.519,0.376,0.143,0.0,0.0,0.0,25.013,17.79,7.223 +36085000600,"Census Tract 6, Richmond County, New York",2217,1873.0,32778.0,435900.0,566.0,1402.0,95.0,0.0,275.0,0.0,0.0,44.0,401.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 6,2533.9999980000002,1825.3870960000002,144.0967741,8.096774191,172.4516129,0.0,358.7096767,1926.6129039999998,41232.57333,169660.9117,489.1612892,30.21890016017085,25.389702736051024,4.829197424119826,0.4395234850929112,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,63.239,72.036,-8.797,4.285,5.687,-1.402,12.404,6.806,5.598,0.0,0.32,-0.32,0.0,0.0,0.0,18.088,14.156,3.932 +36085000700,"Census Tract 7, Richmond County, New York",6051,3666.0,40147.0,271600.0,1164.0,886.0,2313.0,0.0,145.0,0.0,39.0,808.0,1860.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 7,4947.0,1025.0,2308.0,36.0,276.0,0.0,1255.0,3048.0,35843.0,152100.0,957.0,31.751227495908346,31.39763779527559,0.35358970063275663,0.19357879234167893,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,14.642,20.72,-6.078,38.225,46.655,-8.43,2.396,5.579,-3.183,0.0,0.728,-0.728,0.0,0.0,0.0,30.739,25.369,5.37 +36085000800,"Census Tract 8, Richmond County, New York",5843,4256.0,80440.0,404400.0,1261.0,2879.0,401.0,0.0,948.0,0.0,9.0,90.0,1516.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 8,4822.0,3209.0,143.0,12.0,382.0,0.0,908.0,3140.0,51404.0,181600.0,524.0,29.62875939849624,16.687898089171973,12.940861309324266,0.35335311572700295,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,49.273,66.549,-17.276,6.863,2.966,3.897,16.225,7.922,8.303,0.0,0.249,-0.249,0.0,0.0,0.0,25.946,18.83,7.116 +36085000900,"Census Tract 9, Richmond County, New York",1757,1035.0,55250.0,391500.0,340.0,367.0,823.0,0.0,105.0,0.0,4.0,57.0,401.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 9,2109.0,623.0,859.0,17.0,90.0,0.0,505.0,1424.0,35703.0,165200.0,458.0,32.85024154589372,32.162921348314605,0.6873201975791119,0.39236781609195404,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,20.888,29.54,-8.652,46.841,40.73,6.111,5.976,4.267,1.709,0.0,0.806,-0.806,0.0,0.0,0.0,22.823,23.945,-1.122 +36085001100,"Census Tract 11, Richmond County, New York",3346,2191.0,44343.0,326200.0,774.0,489.0,1566.0,0.0,85.0,0.0,42.0,144.0,1020.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 11,3705.0,1002.0,1326.0,37.0,192.0,0.0,1108.0,2216.0,37321.0,133800.0,632.0,35.326335006846186,28.51985559566787,6.806479411178316,0.4093439607602698,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,14.614,27.045,-12.431,46.802,35.789,11.013,2.54,5.182,-2.642,0.0,0.999,-0.999,0.0,0.0,0.0,30.484,29.906,0.578 +36085001700,"Census Tract 17, Richmond County, New York",1452,998.0,41154.0,490400.0,466.0,553.0,310.0,0.0,119.0,0.0,0.0,45.0,425.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 17,1672.0,661.0,314.0,8.0,185.0,0.0,472.0,1121.0,44444.0,208900.0,433.0,46.6933867735471,38.62622658340767,8.067160190139425,0.3865905383360522,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,38.085,39.533,-1.448,21.35,18.78,2.57,8.196,11.065,-2.869,0.0,0.478,-0.478,0.0,0.0,0.0,29.27,28.23,1.04 +36085001800,"Census Tract 18, Richmond County, New York",572,339.0,83438.0,,145.0,336.0,78.0,10.0,10.0,0.0,0.0,49.0,89.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 18,1049.99999,648.3552856000001,151.97367859999997,0.986842096,32.56578827,0.0,210.1973724,625.6578979,33408.998830000004,207499.99800000002,119.40789029999999,42.772861356932154,19.085172695939526,23.687688660992627,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,False,False,False,False,False,True,58.741,61.748,-3.007,13.636,14.474,-0.838,1.748,3.102,-1.354,1.748,0.094,1.654,0.0,0.0,0.0,15.559,20.019,-4.46 +36085002001,"Census Tract 20.01, Richmond County, New York",2648,1909.0,87768.0,361100.0,726.0,1642.0,172.0,84.0,207.0,0.0,0.0,103.0,524.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 20.01,2299.0,1694.0,76.0,1.0,184.0,1.0,326.0,1658.0,50859.0,172600.0,374.0,38.030382399161866,22.55729794933655,15.473084449825315,0.31170312932705624,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,62.009,73.684,-11.675,6.495,3.306,3.189,7.817,8.003,-0.186,3.172,0.043,3.129,0.0,0.043,-0.043,19.789,14.18,5.609 +36085002002,"Census Tract 20.02, Richmond County, New York",3467,2548.0,95588.0,491500.0,1213.0,2743.0,65.0,0.0,369.0,0.0,15.0,131.0,144.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 20.02,3236.0,2433.644737,126.02631570000001,13.01315789,297.4342105,0.0,293.8026316,2282.342105,51664.47143,223094.6885,585.5921053,47.60596546310832,25.657507873912703,21.948457589195616,0.3463756837436419,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,79.117,75.205,3.912,1.875,3.895,-2.02,10.643,9.191,1.452,0.0,0.402,-0.402,0.0,0.0,0.0,4.153,9.079,-4.926 +36085002100,"Census Tract 21, Richmond County, New York",4403,2781.0,54081.0,341600.0,770.0,884.0,1343.0,0.0,196.0,0.0,104.0,61.0,1815.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 21,3758.589531,1151.586445,1195.754971,18.59767675,212.31659539999998,5.0,1127.005662,2293.9706309999997,41333.41863,144315.6281,544.8613313,27.687882056814097,23.751887837486443,3.935994219327654,0.391643722295082,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,20.077,30.639,-10.562,30.502,31.814,-1.312,4.452,5.649,-1.197,0.0,0.495,-0.495,0.0,0.133,-0.133,41.222,29.985,11.237 +36085002700,"Census Tract 27, Richmond County, New York",2376,1474.0,25938.0,370600.0,216.0,617.0,631.0,0.0,62.0,0.0,23.0,241.0,802.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 27,1787.999979,713.4189453,464.0686035,5.93691206,68.27449036,0.0,500.6795654,1313.0469970000001,30226.99974,143200.0003,135.559494,14.654002713704207,10.324039757123787,4.32996295658042,0.44358337713977336,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,25.968,39.9,-13.932,26.557,25.955,0.602,2.609,3.818,-1.209,0.0,0.332,-0.332,0.0,0.0,0.0,33.754,28.002,5.752 +36085002900,"Census Tract 29, Richmond County, New York",4982,3244.0,28793.0,325000.0,465.0,342.0,2149.0,0.0,168.0,0.0,32.0,31.0,2260.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 29,5301.0,561.0,2879.0,38.0,100.0,0.0,1666.0,2486.0,17019.0,145900.0,236.0,14.334155363748458,9.493161705551087,4.840993658197371,0.3535507692307692,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,6.865,10.583,-3.718,43.135,54.311,-11.176,3.372,1.886,1.486,0.0,0.717,-0.717,0.0,0.0,0.0,45.363,31.428,13.935 +36085003300,"Census Tract 33, Richmond County, New York",3571,2593.0,77556.0,481500.0,1087.0,1811.0,918.0,0.0,314.0,0.0,0.0,0.0,528.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 33,3177.800925,1625.8748779999999,691.5214844,3.997233868,257.8215942,0.0,562.6106567,2215.466797,55568.00195,189399.9906,938.3506470000001,41.92055534130351,42.35453441552977,-0.4339790742262579,0.43357012157009356,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,50.714,51.164,-0.45,25.707,21.761,3.946,8.793,8.113,0.68,0.0,0.126,-0.126,0.0,0.0,0.0,14.786,17.704,-2.918 +36085003600,"Census Tract 36, Richmond County, New York",2769,1831.0,70573.0,380800.0,506.0,1153.0,178.0,0.0,462.0,0.0,0.0,38.0,938.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 36,2173.0,1378.0,52.0,4.0,277.0,1.0,363.0,1367.0,50671.0,176400.0,258.0,27.635172037138176,18.873445501097294,8.761726536040882,0.33294117647058824,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,41.64,63.415,-21.775,6.428,2.393,4.035,16.685,12.747,3.938,0.0,0.184,-0.184,0.0,0.046,-0.046,33.875,16.705,17.17 +36085003900,"Census Tract 39, Richmond County, New York",2431,1573.0,69539.0,497900.0,665.0,1186.0,461.0,0.0,202.0,0.0,13.0,89.0,480.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 39,2198.1991190000003,1241.125147,415.47855039999996,4.002766188,176.17841909999999,0.0,353.3893409,1570.533159,48276.940610000005,410292.1735,691.6493625,42.27590591226955,44.039144193580185,-1.7632382813106346,-0.1866252858806988,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,False,False,False,False,False,True,48.787,56.461,-7.674,18.963,18.901,0.062,8.309,8.015,0.294,0.0,0.182,-0.182,0.0,0.0,0.0,19.745,16.076,3.669 +36085004000,"Census Tract 40, Richmond County, New York",12211,7723.0,39222.0,346100.0,2028.0,1005.0,4708.0,211.0,1372.0,0.0,21.0,447.0,4447.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 40,11105.0,1527.0,6233.0,46.0,804.0,0.0,2381.0,6137.0,30616.0,142100.0,930.0,26.259225689498898,15.153984031285644,11.105241658213254,0.4087720312048541,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,8.23,13.751,-5.521,38.555,56.128,-17.573,11.236,7.24,3.996,1.728,0.414,1.314,0.0,0.0,0.0,36.418,21.441,14.977 +36085004700,"Census Tract 47, Richmond County, New York",3127,1837.0,69290.0,439800.0,872.0,2437.0,240.0,27.0,248.0,0.0,0.0,28.0,147.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 47,3353.0,2515.0,203.0,11.0,255.0,1.0,345.0,1754.0,57500.0,223700.0,582.0,47.46869896570495,33.181299885974916,14.287399079730037,0.2675579809004093,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,77.934,75.007,2.927,7.675,6.054,1.621,7.931,7.605,0.326,0.863,0.328,0.535,0.0,0.03,-0.03,4.701,10.289,-5.588 +36085005000,"Census Tract 50, Richmond County, New York",4105,2797.0,67361.0,460300.0,1080.0,2353.0,468.0,0.0,697.0,0.0,9.0,5.0,573.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 50,3649.0,2771.0,97.0,2.0,305.0,0.0,429.0,2568.0,48600.0,195600.0,705.0,38.61279942795853,27.453271028037385,11.159528399921143,0.38808603084944604,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,57.32,75.939,-18.619,11.401,2.658,8.743,16.979,8.358,8.621,0.0,0.055,-0.055,0.0,0.0,0.0,13.959,11.757,2.202 +36085005900,"Census Tract 59, Richmond County, New York",2986,2133.0,81691.0,517300.0,1110.0,2125.0,132.0,0.0,225.0,0.0,0.0,24.0,480.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 59,2633.0,2245.0,91.0,5.0,139.0,0.0,144.0,1936.0,59811.0,245000.0,839.0,52.03938115330521,43.336776859504134,8.702604293801073,0.31799729364005414,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,71.165,85.264,-14.099,4.421,3.456,0.965,7.535,5.279,2.256,0.0,0.19,-0.19,0.0,0.0,0.0,16.075,5.469,10.606 +36085006400,"Census Tract 64, Richmond County, New York",3501,2180.0,50750.0,427800.0,766.0,1897.0,548.0,0.0,332.0,0.0,0.0,15.0,709.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 64,3659.0,2431.0,305.0,4.0,230.0,1.0,618.0,2416.0,40069.0,212100.0,434.0,35.137614678899084,17.9635761589404,17.174038519958685,0.28605890603085554,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,54.185,66.439,-12.254,15.653,8.336,7.317,9.483,6.286,3.197,0.0,0.109,-0.109,0.0,0.027,-0.027,20.251,16.89,3.361 +36085006700,"Census Tract 67, Richmond County, New York",2650,1875.0,103265.0,569100.0,791.0,2280.0,40.0,0.0,122.0,0.0,9.0,17.0,182.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 67,2856.0,2360.0,123.0,0.0,158.0,3.0,208.0,1974.0,71909.07338999999,256718.8092,886.0,42.18666666666667,44.883485309017225,-2.696818642350557,0.3504215687084871,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,86.038,82.633,3.405,1.509,4.307,-2.798,4.604,5.532,-0.928,0.0,0.0,0.0,0.0,0.105,-0.105,6.868,7.283,-0.415 +36085007000,"Census Tract 70, Richmond County, New York",8895,6102.0,67163.0,400400.0,1525.0,5807.0,517.0,263.0,820.0,0.0,19.0,27.0,1669.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 70,7298.0,5867.0,183.0,18.0,297.0,0.0,831.0,5061.0,51510.0,198000.0,725.0,24.991805965257292,14.32523216755582,10.666573797701473,0.2879120879120879,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,65.284,80.392,-15.108,5.812,2.508,3.304,9.219,4.07,5.149,2.957,0.247,2.71,0.0,0.0,0.0,18.763,11.387,7.376 +36085007400,"Census Tract 74, Richmond County, New York",4583,3161.0,77413.0,415800.0,1025.0,2788.0,121.0,0.0,727.0,0.0,127.0,50.0,770.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 74,3644.0,2565.0,74.0,6.0,284.0,1.0,681.0,2419.0,30604.0,187200.0,227.0,32.42644732679532,9.384042992972303,23.042404333823015,0.35168831168831166,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,True,True,False,False,False,False,True,60.834,70.39,-9.556,2.64,2.031,0.609,15.863,7.794,8.069,0.0,0.165,-0.165,0.0,0.027,-0.027,16.801,18.688,-1.887 +36085007500,"Census Tract 75, Richmond County, New York",4060,2682.0,50688.0,448300.0,498.0,1638.0,550.0,0.0,95.0,0.0,0.0,193.0,1584.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 75,3693.0,1968.0,694.0,5.0,205.0,0.0,771.0,2615.0,49393.0,191400.0,583.0,18.568232662192393,22.294455066921607,-3.7262224047292136,0.3851974124470221,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,40.345,53.29,-12.945,13.547,18.792,-5.245,2.34,5.551,-3.211,0.0,0.135,-0.135,0.0,0.0,0.0,39.015,20.877,18.138 +36085007700,"Census Tract 77, Richmond County, New York",1370,784.0,42917.0,297100.0,169.0,201.0,539.0,0.0,80.0,0.0,10.0,20.0,520.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 77,1566.0,255.0,738.0,8.0,51.0,0.0,502.0,830.0,43583.0,148200.0,134.0,21.556122448979593,16.14457831325301,5.411544135726583,0.2816963985190172,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,14.672,16.284,-1.612,39.343,47.126,-7.783,5.839,3.257,2.582,0.0,0.511,-0.511,0.0,0.0,0.0,37.956,32.056,5.9 +36085008100,"Census Tract 81, Richmond County, New York",4501,3123.0,37176.0,393500.0,884.0,1110.0,1713.0,20.0,280.0,0.0,18.0,309.0,1051.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 81,4360.0,1899.0,1392.0,27.0,303.0,0.0,718.0,3147.0,34085.0,177300.0,658.0,28.306115914185078,20.90880203368287,7.397313880502207,0.3511766200762389,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,24.661,43.555,-18.894,38.058,31.927,6.131,6.221,6.95,-0.729,0.444,0.619,-0.175,0.0,0.0,0.0,23.35,16.468,6.882 +36085009601,"Census Tract 96.01, Richmond County, New York",3984,3133.0,66927.0,508400.0,987.0,2758.0,99.0,95.0,355.0,0.0,0.0,65.0,612.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 96.01,3843.0,3287.0,32.0,0.0,180.0,0.0,325.0,2995.0,44599.0,242900.0,599.0,31.50335142036387,20.0,11.50335142036387,0.31200629425649096,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,69.227,85.532,-16.305,2.485,0.833,1.652,8.911,4.684,4.227,2.385,0.0,2.385,0.0,0.0,0.0,15.361,8.457,6.904 +36085009602,"Census Tract 96.02, Richmond County, New York",3367,2528.0,83308.0,476000.0,874.0,2687.0,72.0,0.0,278.0,0.0,9.0,0.0,321.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 96.02,3340.0,2844.0,37.0,4.0,199.0,0.0,222.0,2382.0,52596.0,224700.0,480.0,34.572784810126585,20.151133501259444,14.42165130886714,0.32023529411764706,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,79.804,85.15,-5.346,2.138,1.108,1.03,8.257,5.958,2.299,0.0,0.12,-0.12,0.0,0.0,0.0,9.534,6.647,2.887 +36085009700,"Census Tract 97, Richmond County, New York",4526,2900.0,70985.0,408400.0,901.0,1588.0,1569.0,0.0,66.0,0.0,0.0,22.0,1281.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 97,3818.0,1758.0,1137.0,22.0,107.0,0.0,757.0,2293.0,45938.0,171300.0,638.0,31.06896551724138,27.82381160052333,3.245153916718049,0.3960039177277179,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,35.086,46.045,-10.959,34.666,29.78,4.886,1.458,2.803,-1.345,0.0,0.576,-0.576,0.0,0.0,0.0,28.303,19.827,8.476 +36085010500,"Census Tract 105, Richmond County, New York",4663,3078.0,67865.0,386900.0,1019.0,2102.0,621.0,0.0,385.0,0.0,0.0,43.0,1512.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 105,4415.0,2394.0,906.0,11.0,268.0,0.0,780.0,2876.0,50586.0,187400.0,621.0,33.10591293047433,21.592489568845618,11.513423361628714,0.3025174463685707,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,45.078,54.224,-9.146,13.318,20.521,-7.203,8.256,6.07,2.186,0.0,0.249,-0.249,0.0,0.0,0.0,32.425,17.667,14.758 +36085011201,"Census Tract 112.01, Richmond County, New York",6007,4241.0,66404.0,424200.0,1274.0,4651.0,53.0,0.0,433.0,0.0,0.0,0.0,870.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 112.01,5590.0,4790.0,21.0,19.0,279.0,0.0,466.0,3699.0,54732.0,208900.0,658.0,30.04008488564018,17.78859151121925,12.251493374420932,0.29086280056577085,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,77.426,85.689,-8.263,0.882,0.376,0.506,7.208,4.991,2.217,0.0,0.34,-0.34,0.0,0.0,0.0,14.483,8.336,6.147 +36085011202,"Census Tract 112.02, Richmond County, New York",5417,3798.0,79525.0,366800.0,1133.0,3228.0,235.0,22.0,734.0,0.0,13.0,28.0,1157.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 112.02,5605.0,4247.0,81.0,14.0,308.0,0.0,906.0,3677.0,53274.0,179100.0,559.0,29.83149025803054,15.202610824041338,14.628879433989203,0.2968811341330425,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,59.59,75.772,-16.182,4.338,1.445,2.893,13.55,5.495,8.055,0.406,0.25,0.156,0.0,0.0,0.0,21.359,16.164,5.195 +36085011401,"Census Tract 114.01, Richmond County, New York",2848,1879.0,29444.0,406400.0,341.0,1211.0,464.0,0.0,322.0,0.0,0.0,167.0,684.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 114.01,2946.0,1878.0,345.0,16.0,153.0,0.0,529.0,2028.0,37656.0,202600.0,319.0,18.147951037786058,15.729783037475345,2.418168000310713,0.2821259842519685,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,42.521,63.747,-21.226,16.292,11.711,4.581,11.306,5.193,6.113,0.0,0.543,-0.543,0.0,0.0,0.0,24.017,17.957,6.06 +36085011402,"Census Tract 114.02, Richmond County, New York",3743,2737.0,80957.0,468000.0,820.0,3016.0,66.0,0.0,277.0,0.0,0.0,41.0,343.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 114.02,3254.0,2705.0,43.0,9.0,141.0,0.0,334.0,2380.0,57469.0,219300.0,438.0,29.959810010960908,18.403361344537814,11.556448666423094,0.3252307692307692,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,80.577,83.128,-2.551,1.763,1.321,0.442,7.4,4.333,3.067,0.0,0.277,-0.277,0.0,0.0,0.0,9.164,10.264,-1.1 +36085012100,"Census Tract 121, Richmond County, New York",3228,2307.0,103750.0,522400.0,1162.0,2335.0,30.0,10.0,118.0,0.0,0.0,33.0,712.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 121,3187.0,2869.0,27.0,5.0,109.0,0.0,161.0,2200.0,76675.0,231200.0,871.0,50.36844386649328,39.59090909090909,10.777534775584186,0.36269525267993874,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,72.336,90.022,-17.686,0.929,0.847,0.082,3.656,3.42,0.236,0.31,0.157,0.153,0.0,0.0,0.0,22.057,5.052,17.005 +36085012200,"Census Tract 122, Richmond County, New York",3753,2787.0,95556.0,522900.0,1084.0,3239.0,8.0,0.0,242.0,0.0,8.0,15.0,241.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 122,3759.0,3419.0,22.0,9.0,96.0,0.0,204.0,2744.0,55705.0,254200.0,717.0,38.89486903480445,26.129737609329446,12.765131425475005,0.2999655765920826,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,86.304,90.955,-4.651,0.213,0.585,-0.372,6.448,2.554,3.894,0.0,0.239,-0.239,0.0,0.0,0.0,6.422,5.427,0.995 +36085012500,"Census Tract 125, Richmond County, New York",2871,1861.0,78654.0,430400.0,506.0,1340.0,482.0,0.0,64.0,0.0,0.0,64.0,921.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 125,2803.0,1495.0,499.0,12.0,115.0,0.0,657.0,1719.0,42260.0,179100.0,414.0,27.18968296614723,24.083769633507853,3.1059133326393784,0.4007806691449814,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,46.674,53.336,-6.662,16.789,17.802,-1.013,2.229,4.103,-1.874,0.0,0.428,-0.428,0.0,0.0,0.0,32.079,23.439,8.64 +36085012804,"Census Tract 128.04, Richmond County, New York",4133,2874.0,74333.0,389600.0,768.0,3021.0,33.0,0.0,291.0,0.0,0.0,0.0,788.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 128.04,3903.000001,3233.466021,10.365695800000001,17.03883495,248.2459548,0.0,324.70226549999995,2622.964401,47778.509739999994,191118.0093,349.35922339999996,26.7223382045929,13.319251426622772,13.40308677797013,0.29360900053388095,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,73.095,82.846,-9.751,0.798,0.266,0.532,7.041,6.36,0.681,0.0,0.437,-0.437,0.0,0.0,0.0,19.066,8.319,10.747 +36085012805,"Census Tract 128.05, Richmond County, New York",2570,1808.0,73636.0,434300.0,344.0,2023.0,8.0,0.0,68.0,0.0,0.0,10.0,461.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 128.05,2963.3485769999998,2500.0463870000003,37.36841583,3.968327522,127.3171768,0.0,276.12945560000003,2040.051025,45870.99909,210099.9939,343.2603455,19.02654867256637,16.826066666641342,2.2004820059250285,0.3033755670826618,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,78.716,84.366,-5.65,0.311,1.261,-0.95,2.646,4.296,-1.65,0.0,0.134,-0.134,0.0,0.0,0.0,17.938,9.318,8.62 +36085012806,"Census Tract 128.06, Richmond County, New York",5658,3808.0,56711.0,416400.0,849.0,3776.0,496.0,0.0,239.0,0.0,116.0,160.0,871.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 128.06,5968.651528,5035.487793,75.2658844,7.992837906,256.4368896,0.0,556.1682739,4108.984863000001,45870.99817,210099.9984,691.3804321,22.29516806722689,16.826064226365098,5.469103840861791,0.27342940034582136,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,66.737,84.366,-17.629,8.766,1.261,7.505,4.224,4.296,-0.072,0.0,0.134,-0.134,0.0,0.0,0.0,15.394,9.318,6.076 +36085013201,"Census Tract 132.01, Richmond County, New York",1559,1129.0,105294.0,557700.0,424.0,1335.0,25.0,0.0,81.0,0.0,0.0,0.0,118.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 132.01,1569.0,1450.0,6.0,2.0,49.0,0.0,58.0,1209.0,67898.0,257100.0,357.0,37.55535872453499,29.528535980148884,8.026822744386106,0.3361592253899946,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,85.632,92.416,-6.784,1.604,0.382,1.222,5.196,3.123,2.073,0.0,0.127,-0.127,0.0,0.0,0.0,7.569,3.697,3.872 +36085013203,"Census Tract 132.03, Richmond County, New York",5744,4210.0,80500.0,482800.0,1539.0,4308.0,243.0,0.0,348.0,0.0,0.0,0.0,845.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 132.03,5491.0,5046.0,18.0,15.0,110.0,0.0,283.0,3876.0,63533.0,247000.0,790.0,36.55581947743468,20.38183694530444,16.173982532130243,0.26329743164871583,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,75.0,91.896,-16.896,4.231,0.328,3.903,6.058,2.003,4.055,0.0,0.273,-0.273,0.0,0.0,0.0,14.711,5.154,9.557 +36085013204,"Census Tract 132.04, Richmond County, New York",4682,3479.0,83262.0,526100.0,1035.0,4116.0,12.0,0.0,135.0,0.0,9.0,0.0,410.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 132.04,5138.0,4666.0,23.0,9.0,164.0,1.0,264.0,3722.0,59250.0,237400.0,716.0,29.749928140270193,19.23696937130575,10.512958768964442,0.3502071849458278,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,87.911,90.814,-2.903,0.256,0.448,-0.192,2.883,3.192,-0.309,0.0,0.175,-0.175,0.0,0.019,-0.019,8.757,5.138,3.619 +36085013301,"Census Tract 133.01, Richmond County, New York",1380,786.0,13485.0,,94.0,115.0,548.0,4.0,0.0,0.0,0.0,91.0,626.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 133.01,1705.0,92.0,964.0,12.0,52.0,0.0,581.0,850.0,12300.0,,36.0,11.959287531806616,4.235294117647059,7.723993414159557,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,False,False,False,False,False,True,8.333,5.396,2.937,39.71,56.54,-16.83,0.0,3.05,-3.05,0.29,0.704,-0.414,0.0,0.0,0.0,45.362,34.076,11.286 +36085013302,"Census Tract 133.02, Richmond County, New York",2835,1750.0,39965.0,346500.0,304.0,230.0,1246.0,0.0,271.0,0.0,0.0,95.0,993.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 133.02,2764.0,619.1026393,1068.366569,15.00293255,109.13489740000001,0.0,924.3548387,1380.442815,36059.290239999995,147223.7239,188.6715543,17.37142857142857,13.6674661383927,3.703962433035871,0.3881611474285714,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,8.113,22.399,-14.286,43.951,38.653,5.298,9.559,3.948,5.611,0.0,0.543,-0.543,0.0,0.0,0.0,35.026,33.443,1.583 +36085013400,"Census Tract 134, Richmond County, New York",4087,2927.0,83201.0,555300.0,814.0,3109.0,26.0,0.0,98.0,0.0,0.0,27.0,827.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 134,3721.0,3244.0,19.0,17.0,105.0,0.0,331.0,2776.0,64542.0,257700.0,729.0,27.810044414075847,26.260806916426514,1.549237497649333,0.33173419773095625,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,76.07,87.181,-11.111,0.636,0.511,0.125,2.398,2.822,-0.424,0.0,0.457,-0.457,0.0,0.0,0.0,20.235,8.895,11.34 +36085013800,"Census Tract 138, Richmond County, New York",6442,4873.0,96042.0,549500.0,1909.0,5353.0,0.0,0.0,407.0,0.0,0.0,14.0,668.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 138,6627.0,6175.0,19.0,9.0,125.0,0.0,282.0,4773.0,66932.0,262500.0,1126.0,39.17504617278884,23.591032893358474,15.584013279430366,0.31210191082802546,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,83.095,93.179,-10.084,0.0,0.287,-0.287,6.318,1.886,4.432,0.0,0.136,-0.136,0.0,0.0,0.0,10.369,4.255,6.114 +36085014100,"Census Tract 141, Richmond County, New York",2329,1600.0,65227.0,356400.0,506.0,759.0,303.0,0.0,255.0,0.0,39.0,17.0,956.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 141,2142.0,1231.0,307.0,6.0,124.0,1.0,461.0,1400.0,41528.0,164200.0,253.0,31.625,18.071428571428573,13.553571428571427,0.33656565656565657,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,32.589,57.47,-24.881,13.01,14.332,-1.322,10.949,5.789,5.16,0.0,0.28,-0.28,0.0,0.047,-0.047,41.048,21.522,19.526 +36085014604,"Census Tract 146.04, Richmond County, New York",6988,4875.0,77843.0,477800.0,1376.0,5502.0,14.0,8.0,550.0,0.0,0.0,144.0,770.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.04,6600.0,6106.0,17.0,12.0,164.0,0.0,277.0,4576.0,56152.0,224400.0,848.0,28.225641025641025,18.53146853146853,9.694172494172495,0.32370029300962744,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,78.735,92.515,-13.78,0.2,0.258,-0.058,7.871,2.485,5.386,0.114,0.182,-0.068,0.0,0.0,0.0,11.019,4.197,6.822 +36085014605,"Census Tract 146.05, Richmond County, New York",3680,2790.0,107589.0,541900.0,1018.0,3172.0,9.0,0.0,70.0,0.0,0.0,0.0,429.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.05,3927.0,3642.0,12.0,7.0,89.0,0.0,171.0,2669.0,63222.0,242300.0,662.0,36.48745519713262,24.803297115024353,11.684158082108265,0.3561321276988374,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,86.196,92.743,-6.547,0.245,0.306,-0.061,1.902,2.266,-0.364,0.0,0.178,-0.178,0.0,0.0,0.0,11.658,4.354,7.304 +36085014606,"Census Tract 146.06, Richmond County, New York",6687,4914.0,103060.0,388700.0,1756.0,5961.0,0.0,0.0,277.0,0.0,0.0,0.0,449.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.06,6558.0,5857.0,31.0,3.0,235.0,0.0,408.0,4122.0,61024.0,214300.0,997.0,35.73463573463574,24.18728772440563,11.54734801023011,0.20609210187805505,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,89.143,89.311,-0.168,0.0,0.473,-0.473,4.142,3.583,0.559,0.0,0.046,-0.046,0.0,0.0,0.0,6.715,6.221,0.494 +36085014607,"Census Tract 146.07, Richmond County, New York",4539,3243.0,74630.0,462200.0,904.0,3611.0,54.0,0.0,530.0,0.0,0.0,64.0,280.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.07,4655.000092,4161.181152,21.11725044,8.122019768,161.8989258,0.0,285.35360719999994,3169.753418,64892.001339999995,220799.9932,619.980835,27.875423990132592,19.559276487544118,8.316147502588475,0.31209002551276505,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,79.555,89.392,-9.837,1.19,0.454,0.736,11.677,3.478,8.199,0.0,0.174,-0.174,0.0,0.0,0.0,6.169,6.13,0.039 +36085014608,"Census Tract 146.08, Richmond County, New York",3617,2595.0,96616.0,449800.0,776.0,2833.0,0.0,0.0,76.0,0.0,0.0,27.0,681.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 146.08,3620.0001060000004,3235.977783,16.42200851,6.316156864,125.9020615,0.0,221.90765380000002,2464.985596,64892.00276,220800.0001,482.1333313,29.903660886319845,19.55927580600759,10.344385080312254,0.2931258333837261,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,78.325,89.392,-11.067,0.0,0.454,-0.454,2.101,3.478,-1.377,0.0,0.174,-0.174,0.0,0.0,0.0,18.828,6.13,12.698 +36085014700,"Census Tract 147, Richmond County, New York",3411,2475.0,87174.0,484900.0,1163.0,2840.0,90.0,0.0,106.0,0.0,0.0,15.0,360.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 147,3421.0,3082.0,90.0,6.0,69.0,0.0,162.0,2519.0,62964.0,222300.0,817.0,46.98989898989899,32.43350535926955,14.556393630629437,0.3398391420911528,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,83.26,90.091,-6.831,2.639,2.631,0.008,3.108,2.017,1.091,0.0,0.175,-0.175,0.0,0.0,0.0,10.554,4.735,5.819 +36085015100,"Census Tract 151, Richmond County, New York",5412,3792.0,111595.0,472200.0,1626.0,3643.0,6.0,0.0,462.0,0.0,0.0,5.0,1296.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 151,5030.0,4357.0,72.0,7.0,225.0,0.0,348.0,3610.0,60152.0,229600.0,1029.0,42.879746835443036,28.50415512465374,14.375591710789298,0.2998221092757306,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,67.313,86.62,-19.307,0.111,1.431,-1.32,8.537,4.473,4.064,0.0,0.139,-0.139,0.0,0.0,0.0,23.947,6.918,17.029 +36085015400,"Census Tract 154, Richmond County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 154,7.0,2.0,0.0,0.0,5.0,0.0,0.0,0.0,,,0.0,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,28.571,,,0.0,,,71.429,,,0.0,,,0.0,,,0.0, +36085015601,"Census Tract 156.01, Richmond County, New York",6470,4587.0,104760.0,487400.0,1539.0,5701.0,4.0,43.0,313.0,0.0,0.0,0.0,429.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 156.01,6437.0,5926.0,19.0,9.0,126.0,0.0,334.0,4492.0,61463.0,229600.0,1062.0,33.55134074558535,23.642030276046306,9.909310469539044,0.3216577759540419,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,88.114,92.062,-3.948,0.062,0.295,-0.233,4.838,1.957,2.881,0.665,0.14,0.525,0.0,0.0,0.0,6.631,5.189,1.442 +36085015602,"Census Tract 156.02, Richmond County, New York",3378,2352.0,100150.0,547200.0,771.0,3183.0,20.0,0.0,52.0,0.0,0.0,13.0,110.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 156.02,3512.0,3250.0,9.0,12.0,108.0,0.0,125.0,2504.0,72292.0,240900.0,602.0,32.78061224489796,24.04153354632588,8.73907869857208,0.36605263157894735,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,94.227,92.54,1.687,0.592,0.256,0.336,1.539,3.075,-1.536,0.0,0.342,-0.342,0.0,0.0,0.0,3.256,3.559,-0.303 +36085015603,"Census Tract 156.03, Richmond County, New York",4996,3564.0,89212.0,436000.0,1273.0,4327.0,14.0,0.0,145.0,0.0,0.0,0.0,510.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 156.03,4392.0,3950.0,19.0,5.0,131.0,0.0,263.0,2979.0,62534.0,208300.0,747.0,35.71829405162738,25.075528700906343,10.642765350721039,0.31203669724770644,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,86.609,89.936,-3.327,0.28,0.433,-0.153,2.902,2.983,-0.081,0.0,0.114,-0.114,0.0,0.0,0.0,10.208,5.988,4.22 +36085016901,"Census Tract 169.01, Richmond County, New York",3199,2229.0,71331.0,465000.0,802.0,2384.0,119.0,0.0,249.0,0.0,0.0,21.0,426.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 169.01,2971.0,2382.0,14.0,3.0,288.0,0.0,233.0,2143.0,68403.0,235200.0,544.0,35.980260206370566,25.38497433504433,10.595285871326237,0.2716387096774194,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,74.523,80.175,-5.652,3.72,0.471,3.249,7.784,9.694,-1.91,0.0,0.101,-0.101,0.0,0.0,0.0,13.317,7.842,5.475 +36085017005,"Census Tract 170.05, Richmond County, New York",5082,3678.0,101489.0,541100.0,1427.0,4348.0,3.0,0.0,327.0,0.0,0.0,0.0,404.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.05,3968.0,3668.0,4.0,4.0,145.0,0.0,136.0,2619.0,66348.0,291900.0,659.0,38.79825992387167,25.162275677739594,13.635984246132075,0.22318240620957308,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,85.557,92.44,-6.883,0.059,0.101,-0.042,6.434,3.654,2.78,0.0,0.101,-0.101,0.0,0.0,0.0,7.95,3.427,4.523 +36085017007,"Census Tract 170.07, Richmond County, New York",5564,3635.0,84091.0,323200.0,1155.0,3283.0,344.0,0.0,830.0,0.0,0.0,94.0,1013.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.07,3006.0,2161.0,116.0,3.0,273.0,0.0,421.0,1997.0,57500.0,154200.0,350.0,31.774415405777166,17.526289434151227,14.248125971625939,0.31297029702970297,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,59.004,71.89,-12.886,6.183,3.859,2.324,14.917,9.082,5.835,0.0,0.1,-0.1,0.0,0.0,0.0,18.206,14.005,4.201 +36085017008,"Census Tract 170.08, Richmond County, New York",7720,5592.0,78750.0,481900.0,1773.0,6838.0,56.0,0.0,371.0,0.0,0.0,41.0,414.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.08,8230.0,7416.0,22.0,6.0,380.0,1.0,371.0,5290.0,71632.0,226700.0,1213.0,31.706008583690988,22.930056710775048,8.77595187291594,0.3225814484332849,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,88.575,90.109,-1.534,0.725,0.267,0.458,4.806,4.617,0.189,0.0,0.073,-0.073,0.0,0.012,-0.012,5.363,4.508,0.855 +36085017009,"Census Tract 170.09, Richmond County, New York",4525,3282.0,104393.0,631100.0,1228.0,3896.0,17.0,0.0,119.0,0.0,0.0,68.0,425.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.09,4482.0,4147.0,8.0,16.0,124.0,0.0,186.0,3028.0,75457.0,322700.0,769.0,37.41620962827544,25.396301188903568,12.019908439371871,0.2636856282681033,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,86.099,92.526,-6.427,0.376,0.178,0.198,2.63,2.767,-0.137,0.0,0.357,-0.357,0.0,0.0,0.0,9.392,4.15,5.242 +36085017010,"Census Tract 170.10, Richmond County, New York",8886,6177.0,78736.0,375900.0,1827.0,6603.0,45.0,15.0,540.0,19.0,18.0,92.0,1554.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.10,9278.0,7666.0,188.0,20.0,490.0,0.0,884.0,5735.0,67774.0,173300.0,1429.0,29.577464788732396,24.917175239755885,4.660289548976511,0.33612130885873903,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,74.308,82.626,-8.318,0.506,2.026,-1.52,6.077,5.281,0.796,0.169,0.216,-0.047,0.214,0.0,0.214,17.488,9.528,7.96 +36085017011,"Census Tract 170.11, Richmond County, New York",4547,3340.0,87301.0,494400.0,1054.0,4020.0,4.0,0.0,147.0,0.0,0.0,33.0,343.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.11,4480.000036,4048.6293950000004,9.927977562,9.431578636000001,176.2216034,0.0,220.89750669999998,3077.1767579999996,65526.00106,254499.9975,651.7717285,31.55688622754491,21.180834893723063,10.376051333821849,0.25873787135922327,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,88.41,90.371,-1.961,0.088,0.222,-0.134,3.233,3.934,-0.701,0.0,0.211,-0.211,0.0,0.0,0.0,7.543,4.931,2.612 +36085017012,"Census Tract 170.12, Richmond County, New York",4526,3290.0,91131.0,518500.0,966.0,3614.0,23.0,11.0,138.0,0.0,0.0,70.0,681.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 170.12,4545.000233,4107.370605,10.07202244,9.568421363999999,178.7783966,0.0,224.1025085,3121.823486,65525.997910000006,254499.9924,661.2282715,29.361702127659573,21.180834677723354,8.180867449936219,0.2931919208177436,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,79.85,90.371,-10.521,0.508,0.222,0.286,3.049,3.934,-0.885,0.243,0.211,0.032,0.0,0.0,0.0,15.046,4.931,10.115 +36085017300,"Census Tract 173, Richmond County, New York",2599,1702.0,33947.0,540100.0,461.0,880.0,570.0,0.0,571.0,0.0,0.0,100.0,478.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 173,2540.0,1278.0,436.0,19.0,380.0,1.0,423.0,1574.0,39609.0,252700.0,332.0,27.085781433607522,21.092757306226176,5.9930241273813465,0.3262581003517867,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,True,False,True,False,False,False,False,True,33.859,50.315,-16.456,21.932,17.165,4.767,21.97,14.961,7.009,0.0,0.748,-0.748,0.0,0.039,-0.039,18.392,16.654,1.738 +36085017600,"Census Tract 176, Richmond County, New York",4729,3437.0,111339.0,694200.0,1524.0,4376.0,27.0,0.0,67.0,13.0,0.0,27.0,219.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 176,4812.0,4398.0,21.0,3.0,172.0,0.0,204.0,3086.0,75710.0,391500.0,844.0,44.34099505382601,27.349319507453014,16.991675546373,0.18789974070872947,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,92.535,91.397,1.138,0.571,0.436,0.135,1.417,3.574,-2.157,0.0,0.062,-0.062,0.275,0.0,0.275,4.631,4.239,0.392 +36085017700,"Census Tract 177, Richmond County, New York",6293,4536.0,102292.0,737700.0,2145.0,4919.0,53.0,0.0,987.0,14.0,0.0,88.0,232.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 177,6920.0,5759.0,51.0,12.0,802.0,0.0,253.0,5054.0,86909.4188,364931.9149,1925.0,47.28835978835979,38.08864265927978,9.199717129080014,0.28764815310288744,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,78.166,83.223,-5.057,0.842,0.737,0.105,15.684,11.59,4.094,0.0,0.173,-0.173,0.222,0.0,0.222,3.687,3.656,0.031 +36085018100,"Census Tract 181, Richmond County, New York",3038,2402.0,118000.0,748700.0,1145.0,2216.0,22.0,0.0,426.0,0.0,8.0,34.0,332.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 181,3084.0,2632.0,48.0,0.0,181.0,0.0,216.0,2309.0,68132.61932,364000.0,782.0,47.66860949208993,33.86747509744478,13.801134394645146,0.2999065046079872,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,72.943,85.344,-12.401,0.724,1.556,-0.832,14.022,5.869,8.153,0.0,0.0,0.0,0.0,0.0,0.0,10.928,7.004,3.924 +36085018701,"Census Tract 187.01, Richmond County, New York",1898,1362.0,97228.0,471600.0,461.0,1331.0,5.0,0.0,235.0,0.0,0.0,73.0,254.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 187.01,1740.0,1315.0,56.0,12.0,113.0,0.0,177.0,1165.0,57763.0,206200.0,248.0,33.84728340675477,21.28755364806867,12.5597297586861,0.370381679389313,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,70.126,75.575,-5.449,0.263,3.218,-2.955,12.381,6.494,5.887,0.0,0.69,-0.69,0.0,0.0,0.0,13.383,10.172,3.211 +36085018702,"Census Tract 187.02, Richmond County, New York",7877,5838.0,103802.0,487500.0,1711.0,3794.0,446.0,16.0,2809.0,0.0,0.0,184.0,644.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 187.02,7323.0,4699.0,427.0,32.0,1458.0,4.0,672.0,5124.0,61377.0,228600.0,1276.0,29.30798218568003,24.902419984387198,4.405562201292831,0.32475076923076923,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,48.166,64.168,-16.002,5.662,5.831,-0.169,35.661,19.91,15.751,0.203,0.437,-0.234,0.0,0.055,-0.055,8.176,9.177,-1.001 +36085018901,"Census Tract 189.01, Richmond County, New York",4931,3482.0,58902.0,459900.0,879.0,3457.0,205.0,0.0,597.0,0.0,0.0,67.0,605.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 189.01,5290.0,4421.0,53.0,15.0,438.0,0.0,277.0,3911.0,57538.0,214300.0,809.0,25.2441125789776,20.685246739964203,4.5588658390133965,0.32900195694716244,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,70.107,83.573,-13.466,4.157,1.002,3.155,12.107,8.28,3.827,0.0,0.284,-0.284,0.0,0.0,0.0,12.269,5.236,7.033 +36085018902,"Census Tract 189.02, Richmond County, New York",5513,3617.0,83767.0,550000.0,1537.0,3231.0,154.0,0.0,1378.0,0.0,9.0,320.0,421.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 189.02,4978.0,3503.0,226.0,7.0,811.0,0.0,377.0,3229.0,67269.0,246100.0,1356.0,42.49377937517279,41.99442551873645,0.49935385643634334,0.35566545454545456,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,58.607,70.37,-11.763,2.793,4.54,-1.747,24.995,16.292,8.703,0.0,0.141,-0.141,0.0,0.0,0.0,7.636,7.573,0.063 +36085019700,"Census Tract 197, Richmond County, New York",1805,1270.0,97083.0,475000.0,516.0,1576.0,6.0,0.0,103.0,0.0,0.0,20.0,100.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 197,1910.0,1753.0,11.0,2.0,53.0,0.0,81.0,1260.0,72935.0,213300.0,317.0,40.62992125984252,25.158730158730158,15.47119110111236,0.3533642105263158,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,87.313,91.78,-4.467,0.332,0.576,-0.244,5.706,2.775,2.931,0.0,0.105,-0.105,0.0,0.0,0.0,5.54,4.241,1.299 +36085019800,"Census Tract 198, Richmond County, New York",6552,4688.0,106000.0,650700.0,1503.0,5860.0,90.0,27.0,165.0,0.0,0.0,55.0,355.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 198,5059.0,4607.0,77.0,5.0,161.0,1.0,200.0,3390.0,66072.66335,288877.6952,834.0,32.060580204778155,24.601769911504423,7.458810293273732,0.36071326096818807,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,89.438,91.065,-1.627,1.374,1.522,-0.148,2.518,3.182,-0.664,0.412,0.099,0.313,0.0,0.02,-0.02,5.418,3.953,1.465 +36085020100,"Census Tract 201, Richmond County, New York",3579,2498.0,81771.0,413400.0,741.0,2091.0,360.0,0.0,243.0,0.0,25.0,24.0,836.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 201,3428.0,2683.0,117.0,9.0,105.0,0.0,486.0,2252.0,62095.0,193400.0,488.0,29.66373098478783,21.6696269982238,7.994103986564028,0.3263280116110305,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,58.424,78.267,-19.843,10.059,3.413,6.646,6.79,3.063,3.727,0.0,0.263,-0.263,0.0,0.0,0.0,23.358,14.177,9.181 +36085020700,"Census Tract 207, Richmond County, New York",5372,3435.0,31250.0,337900.0,427.0,468.0,1508.0,0.0,132.0,0.0,3.0,32.0,3229.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 207,5142.059159,1201.536692,1880.937266,8.463151246,127.7704582,0.0,1870.4680329999999,2995.810036,32982.76235,146384.2777,373.6010833,12.430858806404657,12.470786825950805,-0.03992801954614755,0.3761664401065404,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,True,True,False,True,False,8.712,23.367,-14.655,28.071,36.579,-8.508,2.457,2.485,-0.028,0.0,0.165,-0.165,0.0,0.0,0.0,60.108,36.376,23.732 +36085020801,"Census Tract 208.01, Richmond County, New York",9382,6512.0,84931.0,488900.0,1942.0,8028.0,0.0,0.0,422.0,0.0,0.0,15.0,917.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 208.01,8256.688598,7227.226073999999,46.975471500000005,5.99686861,483.74740599999996,1.998956203,479.7494812,5239.26416,60528.00219,189499.9945,1136.406616,29.821867321867323,21.690195059758164,8.13167226210916,0.4418490650848844,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,85.568,87.532,-1.964,0.0,0.569,-0.569,4.498,5.859,-1.361,0.0,0.073,-0.073,0.0,0.024,-0.024,9.774,5.81,3.964 +36085020803,"Census Tract 208.03, Richmond County, New York",6927,4864.0,112473.0,614400.0,1862.0,5971.0,10.0,0.0,279.0,0.0,0.0,54.0,613.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 208.03,5318.0,4807.0,13.0,2.0,201.0,0.0,269.0,3309.0,70885.0,283700.0,781.0,38.28125,23.60229676639468,14.67895323360532,0.335078125,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,86.199,90.391,-4.192,0.144,0.244,-0.1,4.028,3.78,0.248,0.0,0.038,-0.038,0.0,0.0,0.0,8.849,5.058,3.791 +36085020804,"Census Tract 208.04, Richmond County, New York",5835,4144.0,94583.0,624300.0,1400.0,4944.0,2.0,94.0,191.0,0.0,91.0,72.0,441.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 208.04,5319.3112280000005,4897.773695,18.02452823,6.003131262999999,207.2525886,1.001043755,184.2505011,3573.735681,71917.82153,291820.2566,1019.593374,33.78378378378378,28.530184238883,5.2535995449007835,0.3268922481114849,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,84.73,92.075,-7.345,0.034,0.339,-0.305,3.273,3.896,-0.623,1.611,0.113,1.498,0.0,0.019,-0.019,7.558,3.464,4.094 +36085021300,"Census Tract 213, Richmond County, New York",5119,3325.0,61726.0,329900.0,755.0,1604.0,701.0,141.0,257.0,0.0,201.0,182.0,2165.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 213,4770.940873,2718.437042,693.8578033,15.72701883,116.086339,2.0,1202.378632,2976.7600399999997,46747.22204,159401.9978,452.14475250000004,22.706766917293233,15.189156882796642,7.517610034496592,0.3042168025704759,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,31.334,56.979,-25.645,13.694,14.543,-0.849,5.021,2.433,2.588,2.754,0.33,2.424,0.0,0.042,-0.042,42.293,25.202,17.091 +36085022300,"Census Tract 223, Richmond County, New York",2684,1524.0,62054.0,334600.0,440.0,495.0,1070.0,54.0,117.0,0.0,0.0,15.0,965.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 223,2264.872667,918.9853889000001,587.392857,2.030969025,48.83395761,0.000582749,683.5485758,1345.475108,35938.57975,139482.4872,159.0705128,28.871391076115486,11.82262769888419,17.048763377231296,0.39971673171548117,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,True,True,True,False,False,18.443,40.576,-22.133,39.866,25.935,13.931,4.359,2.156,2.203,2.012,0.09,1.922,0.0,0.0,0.0,35.954,30.18,5.774 +36085022600,"Census Tract 226, Richmond County, New York",8080,5483.0,105475.0,538400.0,2072.0,7012.0,152.0,22.0,367.0,0.0,0.0,0.0,527.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 226,6063.0001649999995,4601.641113000001,540.4345703,7.947566986,192.7285004,0.0,692.4317627,4207.243164,61277.99845,281300.0029,854.3634643999999,37.78953127849717,20.30696660726691,17.48256467123026,0.24763743652303116,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,86.782,75.897,10.885,1.881,8.914,-7.033,4.542,3.179,1.363,0.272,0.131,0.141,0.0,0.0,0.0,6.522,11.421,-4.899 +36085022800,"Census Tract 228, Richmond County, New York",27,13.0,,,0.0,27.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 228,599.1302221,476.96653200000003,10.27065932,3.390245593,29.58194377,0.0,76.09229466,397.5150485,57944.47482,191556.549,65.81865877,0.0,16.5575263171452,-16.5575263171452,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,100.0,79.61,20.39,0.0,1.714,-1.714,0.0,4.937,-4.937,0.0,0.566,-0.566,0.0,0.0,0.0,0.0,12.7,-12.7 +36085023100,"Census Tract 231, Richmond County, New York",4590,2949.0,67419.0,343000.0,569.0,841.0,1266.0,0.0,674.0,0.0,0.0,72.0,1737.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 231,3281.0,1150.0,889.0,8.0,155.0,0.0,1041.0,2034.0,46827.0,154000.0,349.0,19.29467616141065,17.158308751229104,2.1363674101815455,0.35346938775510206,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,18.322,35.05,-16.728,27.582,27.095,0.487,14.684,4.724,9.96,0.0,0.244,-0.244,0.0,0.0,0.0,37.843,31.728,6.115 +36085023900,"Census Tract 239, Richmond County, New York",3630,2171.0,65345.0,342500.0,601.0,1003.0,705.0,9.0,212.0,0.0,0.0,100.0,1610.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 239,2994.127414,1316.616333,593.8269653,11.99650383,174.94902040000002,1.999417305,854.7509154999999,1771.483765,54300.9998,159100.0024,175.94873049999998,27.683095347766006,9.932280158378983,17.750815189387023,0.3310832015883212,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,27.631,43.973,-16.342,19.421,19.833,-0.412,5.84,5.843,-0.003,0.248,0.401,-0.153,0.0,0.067,-0.067,44.353,28.548,15.805 +36085024401,"Census Tract 244.01, Richmond County, New York",6622,4195.0,78889.0,699000.0,1431.0,5586.0,0.0,0.0,145.0,0.0,0.0,74.0,817.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 244.01,5000.999787,4609.30127,25.00202179,8.334007263,112.5091019,0.0,233.3522034,3220.498535,68073.00186,294000.0085,742.9172363,34.11203814064363,23.068392307155637,11.04364583348799,0.39433474643776834,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,True,False,False,False,True,84.355,92.168,-7.813,0.0,0.5,-0.5,2.19,2.25,-0.06,0.0,0.167,-0.167,0.0,0.0,0.0,12.338,4.666,7.672 +36085024402,"Census Tract 244.02, Richmond County, New York",4630,3105.0,91094.0,644000.0,1417.0,4117.0,31.0,0.0,208.0,0.0,0.0,0.0,274.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 244.02,3399.999962,3133.6982420000004,16.9979763,5.66599226,76.4908905,0.0,158.6477814,2189.501221,68072.99932999999,294000.0063,505.08273319999995,45.63607085346216,23.06839239711938,22.56767845634278,0.3426086815652174,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,False,False,False,False,True,88.92,92.168,-3.248,0.67,0.5,0.17,4.492,2.25,2.242,0.0,0.167,-0.167,0.0,0.0,0.0,5.918,4.666,1.252 +36085024700,"Census Tract 247, Richmond County, New York",2755,1832.0,56875.0,365700.0,429.0,724.0,569.0,0.0,255.0,2.0,17.0,94.0,1094.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 247,2353.0,1282.0,355.0,15.0,128.0,2.0,542.0,1511.0,41964.0,168700.0,146.0,23.41703056768559,9.662475181998676,13.754555385686913,0.33571780147662017,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,True,True,False,True,False,True,False,26.279,54.484,-28.205,20.653,15.087,5.566,9.256,5.44,3.816,0.0,0.637,-0.637,0.073,0.085,-0.012,39.71,23.034,16.676 +36085024800,"Census Tract 248, Richmond County, New York",4954,3080.0,79583.0,561700.0,854.0,4396.0,22.0,14.0,112.0,0.0,0.0,0.0,410.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 248,3868.0,3446.0,39.0,16.0,89.0,0.0,256.0,2472.0,57209.0,243100.0,369.0,27.727272727272727,14.927184466019417,12.80008826125331,0.3767776393092398,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,True,True,True,False,False,False,True,88.736,89.09,-0.354,0.444,1.008,-0.564,2.261,2.301,-0.04,0.283,0.414,-0.131,0.0,0.0,0.0,8.276,6.618,1.658 +36085025100,"Census Tract 251, Richmond County, New York",6220,4548.0,100152.0,464300.0,1448.0,4834.0,19.0,0.0,397.0,0.0,17.0,103.0,850.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 251,5775.999956000001,5118.238281,49.60494614,4.960494518,262.90621949999996,1.984197855,313.5032654,4096.376465,63750.00144,226900.0045,992.0989380000001,31.838170624450306,24.218939506088585,7.619231118361721,0.2962825619642473,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,77.717,88.612,-10.895,0.305,0.859,-0.554,6.383,4.552,1.831,0.0,0.086,-0.086,0.0,0.034,-0.034,13.666,5.428,8.238 +36085027301,"Census Tract 273.01, Richmond County, New York",3835,2676.0,71150.0,395100.0,983.0,2424.0,84.0,0.0,723.0,0.0,38.0,97.0,469.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 273.01,3652.0,2841.0,89.0,6.0,441.0,0.0,247.0,2607.0,62989.0,171800.0,697.0,36.7339312406577,26.73571154583813,9.998219694819568,0.3738496583143508,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,False,False,False,False,True,63.207,77.793,-14.586,2.19,2.437,-0.247,18.853,12.076,6.777,0.0,0.164,-0.164,0.0,0.0,0.0,12.229,6.763,5.466 +36085027302,"Census Tract 273.02, Richmond County, New York",3385,2338.0,74948.0,542600.0,1096.0,2541.0,73.0,0.0,472.0,0.0,0.0,27.0,272.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 273.02,3932.0,3032.0,78.0,6.0,588.0,0.0,173.0,2405.0,68017.0,249100.0,1144.0,46.877673224978615,47.567567567567565,-0.6898943425889499,0.3389163287873203,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,75.066,77.111,-2.045,2.157,1.984,0.173,13.944,14.954,-1.01,0.0,0.153,-0.153,0.0,0.0,0.0,8.035,4.4,3.635 +36085027702,"Census Tract 277.02, Richmond County, New York",6855,4995.0,63362.0,324000.0,1561.0,4208.0,83.0,42.0,1162.0,0.0,0.0,0.0,1378.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.02,5883.0,4116.0,157.0,17.0,988.0,1.0,569.0,4459.0,50164.0,116400.0,1211.0,31.25125125125125,27.1585557299843,4.0926955212669505,0.4826666666666667,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,61.386,69.964,-8.578,1.211,2.669,-1.458,16.951,16.794,0.157,0.613,0.289,0.324,0.0,0.017,-0.017,20.102,9.672,10.43 +36085027704,"Census Tract 277.04, Richmond County, New York",4568,3226.0,101221.0,479100.0,966.0,3528.0,10.0,15.0,647.0,0.0,0.0,44.0,339.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.04,3939.0,3030.0,56.0,4.0,520.0,1.0,261.0,2556.0,58804.0,246300.0,732.0,29.94420334779913,28.63849765258216,1.3057056952169717,0.2597119599248591,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,77.233,76.923,0.31,0.219,1.422,-1.203,14.164,13.201,0.963,0.328,0.102,0.226,0.0,0.025,-0.025,7.421,6.626,0.795 +36085027705,"Census Tract 277.05, Richmond County, New York",5754,4359.0,78158.0,478400.0,1317.0,3920.0,74.0,0.0,1138.0,0.0,0.0,161.0,461.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.05,5725.00003,4254.09668,78.98337555,12.94809437,846.8053589,0.64740473,466.1314087,3723.8720700000003,56345.99882000001,229199.9994,1110.299072,30.21335168616655,29.815714695053956,0.397636991112595,0.3101003362541806,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,68.127,74.307,-6.18,1.286,1.38,-0.094,19.778,14.791,4.987,0.0,0.226,-0.226,0.0,0.011,-0.011,8.012,8.142,-0.13 +36085027706,"Census Tract 277.06, Richmond County, New York",3658,2452.0,80286.0,482500.0,808.0,1988.0,316.0,0.0,746.0,0.0,18.0,48.0,542.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 277.06,3110.33169,2311.205322,42.91083145,7.0345621110000005,460.0603638,0.35172811200000004,253.2442474,2023.140137,56346.00112000001,229200.0062,603.2136841,32.95269168026101,29.815714347621586,3.1369773326394252,0.3159626757968912,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,54.347,74.307,-19.96,8.639,1.38,7.259,20.394,14.791,5.603,0.0,0.226,-0.226,0.0,0.011,-0.011,14.817,8.142,6.675 +36085027900,"Census Tract 279, Richmond County, New York",2144,1624.0,103182.0,786900.0,528.0,1787.0,66.0,0.0,109.0,0.0,0.0,20.0,162.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 279,2092.9999940000002,1949.841095,8.460742116,6.561823905,46.19902229,0.0,76.73874664,1556.261139,72204.18356,381287.0136,432.885891,32.51231527093596,27.815761773641515,4.696553497294442,0.30225784777735415,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,83.349,93.16,-9.811,3.078,0.404,2.674,5.084,2.207,2.877,0.0,0.314,-0.314,0.0,0.0,0.0,7.556,3.666,3.89 +36085029102,"Census Tract 291.02, Richmond County, New York",3012,2076.0,75889.0,427800.0,552.0,1875.0,50.0,0.0,401.0,0.0,0.0,9.0,677.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 291.02,1775.869709,1417.8007810000001,21.33176804,10.66588402,89.89816284,0.0,227.7928162,1174.009155,57708.00072999999,185800.0025,190.4622192,26.589595375722542,16.223231172332724,10.366364203389818,0.3745862468443198,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,62.251,79.837,-17.586,1.66,1.201,0.459,13.313,5.062,8.251,0.0,0.601,-0.601,0.0,0.0,0.0,22.477,12.827,9.65 +36085029103,"Census Tract 291.03, Richmond County, New York",8151,5678.0,81726.0,523800.0,1532.0,5959.0,18.0,0.0,1051.0,88.0,0.0,48.0,987.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 291.03,7577.668565000001,6456.289962,70.06883017,7.013646932,395.9256691,0.000867169,600.307528,5242.220865,61948.59266,243686.5537,1220.842907,26.981331454737585,23.28865834614162,3.692673108595965,0.3300713300343643,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,73.108,85.202,-12.094,0.221,0.925,-0.704,12.894,5.225,7.669,0.0,0.093,-0.093,1.08,0.0,1.08,12.109,7.922,4.187 +36085029104,"Census Tract 291.04, Richmond County, New York",7715,5047.0,89894.0,438500.0,1440.0,4960.0,719.0,0.0,378.0,0.0,0.0,86.0,1572.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 291.04,6939.0,4988.0,199.0,22.0,822.0,3.0,837.0,4527.0,62260.0,193200.0,1038.0,28.53180106994254,22.92909211398277,5.60270895595977,0.36554618015963514,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,False,False,False,True,False,False,False,False,True,64.29,71.884,-7.594,9.32,2.868,6.452,4.9,11.846,-6.946,0.0,0.317,-0.317,0.0,0.043,-0.043,20.376,12.062,8.314 +36085030301,"Census Tract 303.01, Richmond County, New York",4803,3296.0,67885.0,345200.0,985.0,1709.0,805.0,0.0,838.0,0.0,0.0,66.0,1385.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 303.01,4882.000000999999,2926.761593,467.3950533,16.03950533,504.09378219999996,0.01580213,873.4967365,3181.623497,50098.992860000006,136024.799,499.9010649,29.884708737864077,15.712137698610917,14.17257103925316,0.43257326025492476,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,True,False,False,False,True,35.582,59.95,-24.368,16.76,9.574,7.186,17.447,10.326,7.121,0.0,0.329,-0.329,0.0,0.0,0.0,28.836,17.892,10.944 +36085030302,"Census Tract 303.02, Richmond County, New York",6560,4188.0,76417.0,328300.0,1315.0,2190.0,780.0,0.0,813.0,0.0,57.0,196.0,2524.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 303.02,6125.0,2678.0,1015.0,30.0,659.0,0.0,1592.0,3525.0,51867.0,163800.0,697.0,31.399235912129896,19.77304964539007,11.626186266739825,0.28153518123667376,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,True,True,False,False,False,False,True,33.384,43.722,-10.338,11.89,16.571,-4.681,12.393,10.759,1.634,0.0,0.49,-0.49,0.0,0.0,0.0,38.476,25.992,12.484 +36085031901,"Census Tract 319.01, Richmond County, New York",2737,1702.0,9053.0,304300.0,244.0,184.0,1562.0,0.0,91.0,0.0,0.0,0.0,900.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 319.01,3262.0,257.0,1888.0,12.0,83.0,0.0,985.0,1606.0,26821.0,132500.0,156.0,14.336075205640423,9.71357409713574,4.622501108504682,0.37298718370029577,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,6.723,7.879,-1.156,57.07,57.879,-0.809,3.325,2.544,0.781,0.0,0.368,-0.368,0.0,0.0,0.0,32.883,30.196,2.687 +36085031902,"Census Tract 319.02, Richmond County, New York",5140,2887.0,36932.0,284800.0,752.0,446.0,2663.0,36.0,47.0,0.0,28.0,150.0,1806.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 319.02,4131.0,716.3067766,2316.3479850000003,30.0018315,106.05219779999999,0.0,938.2866300000001,2144.663919,32239.80025,139185.4646,334.1346154,26.047800484932456,15.579812409759665,10.46798807517279,0.2962532688764045,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,True,False,True,False,True,False,True,False,8.677,17.34,-8.663,51.809,56.072,-4.263,0.914,2.567,-1.653,0.7,0.726,-0.026,0.0,0.0,0.0,35.136,22.713,12.423 +36085032300,"Census Tract 323, Richmond County, New York",1136,801.0,69239.0,251600.0,122.0,258.0,519.0,0.0,10.0,0.0,12.0,4.0,333.0,New York City,New York-Newark-Jersey City,NY,Richmond County,Census Tract 323,1017.0000210000001,311.9917603,353.9010925,1.862637401,53.08516693,0.0,291.5027466,675.2060547,51071.00084,107100.0041,136.9038544,15.230961298377029,20.275862967613286,-5.044901669236257,0.3870270035612083,43583.600072,181600.0,11.164452390395292,0.3759026369168357,False,True,False,False,True,True,False,False,False,True,22.711,30.678,-7.967,45.687,34.799,10.888,0.88,5.22,-4.34,0.0,0.183,-0.183,0.0,0.0,0.0,29.313,28.663,0.65 +36085990100,"Census Tract 9901, Richmond County, New York",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,New York City,New York-Newark-Jersey City,,,,,,,,,,,,,,,,,,,43583.600072,181600.0,11.164452390395292,0.3759026369168357,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +06001400100,"Census Tract 4001, Alameda County, California",2991,2412.0,208393.0,1104500.0,1961.0,2070.0,84.0,0.0,484.0,0.0,77.0,163.0,113.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4001,2497.383734,1936.522095,124.96916200000001,11.99703979,306.92425539999994,3.9990131860000004,96.97606659,2038.496948,133272.0014,690600.0185,1706.578857,81.30182421227197,83.7175085630788,-2.4156843508068278,0.0996251456405614,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,69.208,77.542,-8.334,2.808,5.004,-2.196,16.182,12.29,3.892,0.0,0.48,-0.48,0.0,0.16,-0.16,3.778,3.883,-0.105 +06001400200,"Census Tract 4002, Alameda County, California",1997,1568.0,147500.0,1045200.0,1281.0,1424.0,18.0,5.0,196.0,0.0,5.0,172.0,177.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4002,1909.417911,1508.540161,70.97836304,18.99420929,171.9475861,0.0,116.9643402,1604.510864,82729.00144,474499.994,1239.62207,81.69642857142857,77.2585650750695,4.437863496359071,0.3462686649827784,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,71.307,79.005,-7.698,0.901,3.717,-2.816,9.815,9.005,0.81,0.25,0.995,-0.745,0.0,0.0,0.0,8.863,6.126,2.737 +06001400300,"Census Tract 4003, Alameda County, California",5123,4037.0,88173.0,943300.0,2677.0,3431.0,482.0,0.0,500.0,42.0,0.0,283.0,385.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4003,4878.582135000001,3277.459917,768.0216396000001,33.00579087,427.0524227,2.0,314.03565960000003,3915.4891770000004,58665.687210000004,396411.7932,2482.377931,66.31161753777558,63.398922044830364,2.912695492945211,0.39485531410155833,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,True,False,False,False,True,66.972,67.181,-0.209,9.409,15.743,-6.334,9.76,8.754,1.006,0.0,0.677,-0.677,0.82,0.041,0.779,7.515,6.437,1.078 +06001400400,"Census Tract 4004, Alameda County, California",3991,3156.0,102821.0,872400.0,2528.0,2625.0,238.0,25.0,484.0,0.0,0.0,256.0,377.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4004,3659.0,2357.0,671.0,27.0,313.0,1.0,241.0,2832.0,58405.0,392400.0,1937.0,80.10139416983523,68.39689265536722,11.704501514468006,0.3522971114167813,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,True,False,False,False,True,65.773,64.417,1.356,5.963,18.338,-12.375,12.127,8.554,3.573,0.626,0.738,-0.112,0.0,0.027,-0.027,9.446,6.586,2.86 +06001400500,"Census Tract 4005, Alameda County, California",3944,2971.0,92375.0,721700.0,1997.0,2105.0,951.0,0.0,220.0,31.0,16.0,214.0,407.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4005,3410.0,1268.0,1510.0,23.0,204.0,1.0,363.0,2345.0,40781.0,240500.0,1110.0,67.21642544597779,47.33475479744136,19.881670648536428,0.5201330192600804,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,53.372,37.185,16.187,24.113,44.282,-20.169,5.578,5.982,-0.404,0.0,0.674,-0.674,0.786,0.029,0.757,10.319,10.645,-0.326 +06001400600,"Census Tract 4006, Alameda County, California",1635,1242.0,86458.0,615000.0,814.0,729.0,402.0,4.0,158.0,0.0,14.0,188.0,140.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4006,1707.0,396.0,1037.0,12.0,89.0,0.0,148.0,1227.0,42237.0,271000.0,313.0,65.53945249597423,25.509372453137733,40.0300800428365,0.36546341463414633,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,44.587,23.199,21.388,24.587,60.75,-36.163,9.664,5.214,4.45,0.245,0.703,-0.458,0.0,0.0,0.0,8.563,8.67,-0.107 +06001400700,"Census Tract 4007, Alameda County, California",4837,3802.0,55066.0,648900.0,1600.0,1816.0,1679.0,79.0,200.0,0.0,0.0,224.0,857.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4007,4451.0,752.0,3104.0,29.0,201.0,3.0,299.0,3003.0,30587.0,186000.0,698.0,42.08311415044713,23.243423243423244,18.839690907023886,0.587239944521498,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,37.544,16.895,20.649,34.712,69.737,-35.025,4.135,4.516,-0.381,1.633,0.652,0.981,0.0,0.067,-0.067,17.718,6.718,11.0 +06001400800,"Census Tract 4008, Alameda County, California",3796,3022.0,64788.0,581300.0,1478.0,1457.0,1217.0,9.0,501.0,0.0,0.0,191.0,421.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4008,3368.0,705.0,1990.0,30.0,315.0,1.0,301.0,2356.0,32981.0,168400.0,630.0,48.908007941760424,26.7402376910017,22.167770250758725,0.5828384655083434,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,38.383,20.932,17.451,32.06,59.086,-27.026,13.198,9.353,3.845,0.237,0.891,-0.654,0.0,0.03,-0.03,11.091,8.937,2.154 +06001400900,"Census Tract 4009, Alameda County, California",2394,1801.0,57011.0,586600.0,811.0,1019.0,775.0,9.0,147.0,0.0,62.0,93.0,289.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4009,2456.0,499.0,1570.0,22.0,132.0,0.0,202.0,1765.0,29338.0,139900.0,464.0,45.0305385896724,26.288951841359772,18.74158674831263,0.6565700647800886,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,42.565,20.318,22.247,32.373,63.925,-31.552,6.14,5.375,0.765,0.376,0.896,-0.52,0.0,0.0,0.0,12.072,8.225,3.847 +06001401000,"Census Tract 4010, Alameda County, California",6247,4501.0,60443.0,466300.0,1415.0,1829.0,2286.0,8.0,186.0,85.0,42.0,574.0,1237.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4010,5590.943946,514.1435547,4089.644775,26.44166946,381.93521119999997,6.855247498,535.6885986000001,3630.343262,27290.001369999998,164800.0035,551.3577881,31.437458342590535,15.187483615426776,16.24997472716376,0.4910744048037744,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,29.278,9.196,20.082,36.594,73.148,-36.554,2.977,6.831,-3.854,0.128,0.473,-0.345,1.361,0.123,1.238,19.802,9.581,10.221 +06001401100,"Census Tract 4011, Alameda County, California",4205,3551.0,78258.0,665500.0,2429.0,2123.0,644.0,0.0,688.0,0.0,14.0,300.0,436.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4011,4007.0,1480.0,1395.0,55.0,550.0,1.0,472.0,2876.0,33034.0,259700.0,1236.0,68.40326668544073,42.97635605006954,25.426910635371186,0.43806461307287753,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,50.488,36.935,13.553,15.315,34.814,-19.499,16.361,13.726,2.635,0.0,1.373,-1.373,0.0,0.025,-0.025,10.369,11.779,-1.41 +06001401200,"Census Tract 4012, Alameda County, California",2601,2083.0,86824.0,703300.0,1377.0,1332.0,430.0,24.0,227.0,0.0,0.0,117.0,486.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4012,2432.0,1303.0,589.0,15.0,319.0,0.0,185.0,1802.0,46343.0,313700.0,975.0,66.10657705232838,54.106548279689235,12.00002877263914,0.35770226077065265,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,False,True,True,False,False,False,True,51.211,53.577,-2.366,16.532,24.219,-7.687,8.727,13.117,-4.39,0.923,0.617,0.306,0.0,0.0,0.0,18.685,7.607,11.078 +06001401300,"Census Tract 4013, Alameda County, California",4054,3593.0,43476.0,625000.0,1480.0,1400.0,1319.0,35.0,620.0,0.0,0.0,142.0,546.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4013,2810.0,678.0,1468.0,41.0,341.0,2.0,249.0,2121.0,18644.0,325000.0,314.0,41.19120512106875,14.804337576614804,26.386867544453942,0.2512,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,True,True,False,False,False,False,True,34.534,24.128,10.406,32.536,52.242,-19.706,15.294,12.135,3.159,0.863,1.459,-0.596,0.0,0.071,-0.071,13.468,8.861,4.607 +06001401400,"Census Tract 4014, Alameda County, California",4013,3003.0,30479.0,385300.0,849.0,889.0,1509.0,72.0,235.0,40.0,25.0,317.0,940.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4014,4765.0,253.0,3167.0,25.0,547.0,3.0,706.0,2764.0,19824.0,144000.0,234.0,28.27172827172827,8.465991316931982,19.805736954796288,0.4618219569166883,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,22.153,5.31,16.843,37.603,66.464,-28.861,5.856,11.48,-5.624,1.794,0.525,1.269,0.997,0.063,0.934,23.424,14.816,8.608 +06001401500,"Census Tract 4015, Alameda County, California",2638,2158.0,54464.0,449000.0,738.0,979.0,947.0,11.0,181.0,23.0,0.0,142.0,362.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4015,2413.0,265.0,1717.0,20.0,136.0,2.0,255.0,1406.0,26912.0,168300.0,231.0,34.19833178869323,16.429587482219063,17.76874430647417,0.46024053452115815,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,37.111,10.982,26.129,35.898,71.156,-35.258,6.861,5.636,1.225,0.417,0.829,-0.412,0.872,0.083,0.789,13.723,10.568,3.155 +06001401600,"Census Tract 4016, Alameda County, California",2098,1496.0,45240.0,382100.0,528.0,531.0,946.0,0.0,179.0,48.0,15.0,109.0,270.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4016,1933.0,197.0,1170.0,25.0,169.0,0.0,322.0,1143.0,27286.0,131300.0,126.0,35.294117647058826,11.023622047244094,24.27049559981473,0.5051766553258309,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,25.31,10.191,15.119,45.091,60.528,-15.437,8.532,8.743,-0.211,0.0,1.293,-1.293,2.288,0.0,2.288,12.869,16.658,-3.789 +06001401700,"Census Tract 4017, Alameda County, California",2769,2141.0,86313.0,446700.0,1025.0,910.0,721.0,0.0,251.0,0.0,0.0,85.0,802.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4017,1878.0,209.0,979.0,25.0,87.0,0.0,568.0,1021.0,24542.0,136300.0,188.0,47.874824848201776,18.41332027424094,29.461504573960834,0.5606178643384822,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,32.864,11.129,21.735,26.038,52.13,-26.092,9.065,4.633,4.432,0.0,1.331,-1.331,0.0,0.0,0.0,28.964,30.245,-1.281 +06001401800,"Census Tract 4018, Alameda County, California",1928,1286.0,31042.0,471200.0,505.0,515.0,815.0,3.0,71.0,0.0,20.0,141.0,363.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4018,1953.0,62.0,1490.0,17.0,49.0,1.0,308.0,1101.0,19055.0,122400.0,117.0,39.26905132192846,10.626702997275205,28.642348324653256,0.6259422750424448,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,26.712,3.175,23.537,42.272,76.293,-34.021,3.683,2.509,1.174,0.156,0.87,-0.714,0.0,0.051,-0.051,18.828,15.771,3.057 +06001402200,"Census Tract 4022, Alameda County, California",2557,1710.0,47000.0,510300.0,612.0,684.0,800.0,24.0,354.0,0.0,0.0,72.0,628.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4022,2559.153826,250.87655640000003,1330.215256,12.88446331,175.4761314,0.0,774.701416,1345.8847660000001,33229.92096,126889.6092,205.6275406,35.78947368421053,15.278242669402498,20.51123101480803,0.6419340833862434,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,26.75,9.803,16.947,31.287,51.979,-20.692,13.844,6.857,6.987,0.939,0.503,0.436,0.0,0.0,0.0,24.56,30.272,-5.712 +06001402400,"Census Tract 4024, Alameda County, California",2820,2213.0,36867.0,479500.0,924.0,595.0,1441.0,16.0,315.0,10.0,0.0,108.0,336.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4024,2600.341168,129.4566106,1985.6101760000001,8.1458617,296.08445,0.006341813000000001,173.8538158,1632.906234,16825.541719999997,195641.42,230.7737012,41.75327609579756,14.132697664745397,27.620578431052163,0.41246372304483836,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,21.099,4.978,16.121,51.099,76.36,-25.261,11.17,11.386,-0.216,0.567,0.313,0.254,0.355,0.0,0.355,11.915,6.686,5.229 +06001402500,"Census Tract 4025, Alameda County, California",1770,995.0,19931.0,490000.0,149.0,142.0,1135.0,0.0,179.0,0.0,0.0,86.0,228.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4025,1779.0,63.0,1369.0,6.0,228.0,3.0,108.0,874.0,15824.0,171000.0,96.0,14.974874371859297,10.983981693363845,3.9908926784954524,0.497469387755102,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,8.023,3.541,4.482,64.124,76.953,-12.829,10.113,12.816,-2.703,0.0,0.337,-0.337,0.0,0.169,-0.169,12.881,6.071,6.81 +06001402600,"Census Tract 4026, Alameda County, California",1241,1041.0,21250.0,372200.0,300.0,162.0,320.0,0.0,574.0,0.0,4.0,29.0,152.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4026,977.0,59.0,439.0,6.0,416.0,0.0,46.0,843.0,13258.0,79100.0,101.0,28.818443804034583,11.981020166073547,16.837423637961038,0.6939709833422891,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,13.054,6.039,7.015,25.786,44.933,-19.147,46.253,42.579,3.674,0.0,0.614,-0.614,0.0,0.0,0.0,12.248,4.708,7.54 +06001402700,"Census Tract 4027, Alameda County, California",1826,1307.0,59688.0,538500.0,570.0,473.0,738.0,18.0,207.0,0.0,6.0,60.0,329.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4027,1944.759411,73.43804288,1198.9106359999998,22.95875025,171.51960590000002,1.011093656,448.0412,1091.572834,30143.78443,176620.062,122.394472,43.61132364192808,11.21267112809075,32.398652513837334,0.5277012269637883,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,25.904,3.776,22.128,40.416,61.648,-21.232,11.336,8.82,2.516,0.986,1.181,-0.195,0.0,0.052,-0.052,18.018,23.038,-5.02 +06001402800,"Census Tract 4028, Alameda County, California",4255,3611.0,37250.0,642000.0,1616.0,1208.0,1751.0,26.0,738.0,0.0,0.0,183.0,363.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4028,1898.8994420000001,324.1053467,1115.479126,17.89538765,274.39593510000003,2.982564449,153.10498049999998,1621.5209960000002,10268.00038,191100.0042,199.83183290000002,44.75214621988369,12.323727746538534,32.42841847334516,0.5713644765607476,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,28.39,17.068,11.322,41.152,58.743,-17.591,17.344,14.45,2.894,0.611,0.942,-0.331,0.0,0.157,-0.157,8.531,8.063,0.468 +06001402900,"Census Tract 4029, Alameda County, California",1417,1230.0,26786.0,,531.0,332.0,218.0,30.0,532.0,0.0,13.0,75.0,217.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4029,1291.0,297.0,419.0,15.0,438.0,2.0,117.0,1030.0,19132.0,,300.0,43.170731707317074,29.12621359223301,14.044518115084063,,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,True,False,False,False,False,False,True,23.43,23.005,0.425,15.385,32.455,-17.07,37.544,33.927,3.617,2.117,1.162,0.955,0.0,0.155,-0.155,15.314,9.063,6.251 +06001403000,"Census Tract 4030, Alameda County, California",3251,2754.0,22711.0,416500.0,661.0,175.0,159.0,35.0,2701.0,72.0,21.0,29.0,59.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4030,2734.0,102.0,115.0,6.0,2464.0,1.0,46.0,2226.0,13107.0,162500.0,326.0,24.001452432824983,14.645103324348607,9.356349108476376,0.4381752701080432,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,5.383,3.731,1.652,4.891,4.206,0.685,83.082,90.124,-7.042,1.077,0.219,0.858,2.215,0.037,2.178,1.815,1.683,0.132 +06001403100,"Census Tract 4031, Alameda County, California",1830,1564.0,72813.0,460900.0,638.0,420.0,335.0,25.0,767.0,4.0,3.0,49.0,234.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4031,1647.0,218.0,470.0,10.0,623.0,1.0,322.0,1410.0,15341.0,217600.0,203.0,40.79283887468031,14.397163120567376,26.39567575411293,0.3201475374267737,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,False,True,False,True,False,22.951,13.236,9.715,18.306,28.537,-10.231,41.913,37.826,4.087,1.366,0.607,0.759,0.219,0.061,0.158,12.787,19.551,-6.764 +06001403300,"Census Tract 4033, Alameda County, California",4743,3649.0,56673.0,365500.0,1446.0,1024.0,311.0,55.0,2611.0,0.0,0.0,259.0,513.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4033,2310.0,172.0,207.0,30.0,1803.0,0.0,96.0,1737.0,24474.0,162100.0,301.0,39.62729514935599,17.328727691421992,22.298567457933995,0.36135704514363887,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,21.59,7.446,14.144,6.557,8.961,-2.404,55.05,78.052,-23.002,1.16,1.299,-0.139,0.0,0.0,0.0,10.816,4.156,6.66 +06001403400,"Census Tract 4034, Alameda County, California",4401,3930.0,59730.0,454500.0,2362.0,1815.0,851.0,36.0,1177.0,12.0,38.0,143.0,329.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4034,3697.0,1244.0,1128.0,33.0,976.0,3.0,282.0,2958.0,30470.0,201200.0,1187.0,60.10178117048346,40.128465179175116,19.973315991308347,0.3625346534653465,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,41.241,33.649,7.592,19.337,30.511,-11.174,26.744,26.4,0.344,0.818,0.893,-0.075,0.273,0.081,0.192,7.476,7.628,-0.152 +06001403501,"Census Tract 4035.01, Alameda County, California",4698,3914.0,41348.0,430100.0,2108.0,1773.0,1046.0,57.0,996.0,19.0,0.0,258.0,579.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4035.01,4292.749142000001,1408.368042,1718.182007,50.73371887,702.8311157,0.6764495970000001,348.3715515,3346.39624,32339.998489999998,188799.9913,1352.2227779999998,53.857945835462445,40.40832827376114,13.449617561701302,0.367886567142525,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,37.739,32.808,4.931,22.265,40.025,-17.76,21.201,16.373,4.828,1.213,1.182,0.031,0.404,0.016,0.388,12.324,8.115,4.209 +06001403502,"Census Tract 4035.02, Alameda County, California",2066,1822.0,63678.0,386500.0,1103.0,936.0,518.0,0.0,281.0,0.0,0.0,95.0,236.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4035.02,2053.2510469999997,673.632019,821.8181152000001,24.26628304,336.1689148,0.323550433,166.628479,1600.6040039999998,32339.99957,188799.9937,646.7773437999999,60.537870472008784,40.40832974200157,20.129540730007214,0.2965795836274257,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,False,True,False,True,False,45.305,32.808,12.497,25.073,40.025,-14.952,13.601,16.373,-2.772,0.0,1.182,-1.182,0.0,0.016,-0.016,11.423,8.115,3.308 +06001403600,"Census Tract 4036, Alameda County, California",5025,4235.0,73513.0,434100.0,2585.0,1871.0,1614.0,36.0,472.0,0.0,26.0,348.0,658.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4036,4400.0,1475.0,2028.0,31.0,493.0,0.0,316.0,3461.0,40420.0,227000.0,1651.0,61.03896103896104,47.70297601849177,13.335985020469273,0.2469937802349689,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,False,True,False,True,False,37.234,33.523,3.711,32.119,46.091,-13.972,9.393,11.205,-1.812,0.716,0.705,0.011,0.0,0.0,0.0,13.095,7.182,5.913 +06001403701,"Census Tract 4037.01, Alameda County, California",2825,2477.0,69421.0,356100.0,1429.0,1264.0,898.0,0.0,232.0,0.0,19.0,133.0,279.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4037.01,2796.0001190000003,1382.974243,819.8074341,16.2278595,320.3499756,1.20206368,222.38177489999998,2380.086182,42538.9987,189600.00100000002,1399.803101,57.69075494549859,58.813126666856135,-1.1223717213575455,0.23329401449031165,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,44.743,49.463,-4.72,31.788,29.321,2.467,8.212,11.457,-3.245,0.0,0.58,-0.58,0.0,0.043,-0.043,9.876,7.954,1.922 +06001403702,"Census Tract 4037.02, Alameda County, California",1901,1727.0,83603.0,583900.0,1134.0,1006.0,201.0,0.0,285.0,26.0,12.0,105.0,266.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4037.02,1900.962758,932.5569534,553.9941616,11.04240435,229.29823489999998,0.806945143,150.9154325,1615.201389,42608.32245,192538.181,945.9802245999999,65.6629994209612,58.56732361935827,7.09567580160293,0.5251670138037334,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,52.92,49.057,3.863,10.573,29.143,-18.57,14.992,12.062,2.93,0.0,0.581,-0.581,1.368,0.042,1.326,13.993,7.939,6.054 +06001403800,"Census Tract 4038, Alameda County, California",3299,2897.0,84815.0,847000.0,2181.0,2185.0,198.0,0.0,472.0,0.0,14.0,174.0,256.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4038,3453.3046229999995,2040.195761,605.0435447000001,25.002757199999998,525.0416432,9.50759e-05,235.0180644,2819.24501,51660.17654,360500.4899,1820.145371,75.2847773558854,64.56144693149604,10.72333042438936,0.38710660512868955,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,False,True,True,False,False,False,True,66.232,59.08,7.152,6.002,17.521,-11.519,14.307,15.204,-0.897,0.0,0.724,-0.724,0.0,0.0,0.0,7.76,6.806,0.954 +06001403900,"Census Tract 4039, Alameda County, California",3989,3397.0,85571.0,437100.0,2295.0,2191.0,589.0,21.0,686.0,0.0,36.0,231.0,235.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4039,3794.0,1952.0,999.0,24.0,449.0,0.0,305.0,3055.0,43949.0,204100.0,1698.0,67.5596114218428,55.5810147299509,11.978596691891902,0.32760466712422787,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,54.926,51.45,3.476,14.766,26.331,-11.565,17.197,11.834,5.363,0.526,0.633,-0.107,0.0,0.0,0.0,5.891,8.039,-2.148 +06001404000,"Census Tract 4040, Alameda County, California",3033,2595.0,79398.0,547500.0,1716.0,1751.0,184.0,11.0,331.0,47.0,20.0,186.0,503.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4040,2885.0,1711.0,577.0,32.0,332.0,0.0,209.0,2435.0,43485.0,220200.0,1522.0,66.1271676300578,62.50513347022587,3.6220341598319266,0.42084383561643834,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,57.732,59.307,-1.575,6.067,20.0,-13.933,10.913,11.508,-0.595,0.363,1.109,-0.746,1.55,0.0,1.55,16.584,7.244,9.34 +06001404101,"Census Tract 4041.01, Alameda County, California",3033,2520.0,95288.0,657400.0,1884.0,1977.0,165.0,5.0,400.0,0.0,54.0,251.0,181.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4041.01,2949.786831,2109.6533649999997,270.8884314,21.49308395,322.75835939999996,1.100340724,190.8158479,2494.993575,42762.11647,320120.3523,1538.404484,74.76190476190476,61.659657139598046,13.102247622306713,0.2987932654213568,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,True,True,False,False,False,False,True,65.183,71.519,-6.336,5.44,9.183,-3.743,13.188,10.942,2.246,0.165,0.729,-0.564,0.0,0.037,-0.037,5.968,6.469,-0.501 +06001404102,"Census Tract 4041.02, Alameda County, California",2422,2273.0,81438.0,437800.0,1503.0,1754.0,81.0,3.0,296.0,22.0,13.0,22.0,231.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4041.02,2400.740937,1716.550049,221.3161926,17.54335785,261.80087280000004,0.8996593359999999,155.6410675,2032.780273,42608.99867,317600.0099,1252.325806,66.12406511218654,61.60655052755916,4.517514584627385,-0.044641421324805836,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,False,False,False,False,False,False,True,72.419,71.501,0.918,3.344,9.219,-5.875,12.221,10.905,1.316,0.124,0.731,-0.607,0.908,0.037,0.871,9.538,6.483,3.055 +06001404200,"Census Tract 4042, Alameda County, California",3600,2416.0,156364.0,1103600.0,1913.0,2520.0,249.0,7.0,398.0,28.0,24.0,180.0,194.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4042,3176.0,2587.0,133.0,18.0,293.0,3.0,125.0,2428.0,94112.0,492800.0,1745.0,79.18046357615894,71.86985172981878,7.310611846340166,0.3569844146429866,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,True,False,False,False,True,70.0,81.455,-11.455,6.917,4.188,2.729,11.056,9.225,1.831,0.194,0.567,-0.373,0.778,0.094,0.684,5.389,3.936,1.453 +06001404300,"Census Tract 4043, Alameda County, California",3324,2468.0,194500.0,1284200.0,1958.0,2085.0,142.0,0.0,368.0,0.0,16.0,246.0,467.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4043,3089.0,2481.0,209.0,12.0,276.0,0.0,97.0,2395.0,100970.0,665200.0,1814.0,79.3354943273906,75.741127348643,3.594366978747601,0.2540974926023984,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,62.726,80.317,-17.591,4.272,6.766,-2.494,11.071,8.935,2.136,0.0,0.388,-0.388,0.0,0.0,0.0,14.049,3.14,10.909 +06001404400,"Census Tract 4044, Alameda County, California",5425,4303.0,163464.0,917900.0,3495.0,3670.0,136.0,0.0,946.0,0.0,0.0,331.0,342.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4044,4699.0,3551.0,234.0,32.0,644.0,0.0,201.0,3604.0,101888.0,443500.0,2621.0,81.22240297466884,72.72475027746948,8.497652697199356,0.30423793441551367,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,67.65,75.569,-7.919,2.507,4.98,-2.473,17.438,13.705,3.733,0.0,0.681,-0.681,0.0,0.0,0.0,6.304,4.278,2.026 +06001404501,"Census Tract 4045.01, Alameda County, California",1857,1326.0,185313.0,1102600.0,1130.0,1238.0,79.0,0.0,256.0,6.0,0.0,151.0,127.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4045.01,1575.0,1243.0,83.0,7.0,177.0,0.0,61.0,1238.0,113255.0,558800.0,958.0,85.21870286576168,77.38287560581583,7.835827259945859,0.2702049700707419,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,66.667,78.921,-12.254,4.254,5.27,-1.016,13.786,11.238,2.548,0.0,0.444,-0.444,0.323,0.0,0.323,6.839,3.873,2.966 +06001404502,"Census Tract 4045.02, Alameda County, California",5556,4317.0,153169.0,841900.0,3276.0,3657.0,365.0,2.0,695.0,0.0,0.0,432.0,407.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4045.02,5493.0,4070.0,396.0,30.0,673.0,2.0,272.0,4312.0,98560.0,439400.0,3245.0,75.8860319666435,75.25510204081633,0.630929925827175,0.24844280793443402,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,65.821,74.094,-8.273,6.569,7.209,-0.64,12.509,12.252,0.257,0.036,0.546,-0.51,0.0,0.036,-0.036,7.325,4.952,2.373 +06001404600,"Census Tract 4046, Alameda County, California",4544,3657.0,158867.0,881700.0,2677.0,3230.0,243.0,26.0,597.0,141.0,11.0,185.0,122.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4046,4296.0,3296.0,264.0,25.0,515.0,1.0,167.0,3346.0,116633.0,451500.0,2381.0,73.20207820617993,71.15959354453078,2.042484661649155,0.2626063286832256,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,71.083,76.723,-5.64,5.348,6.145,-0.797,13.138,11.988,1.15,0.572,0.582,-0.01,3.103,0.023,3.08,2.685,3.887,-1.202 +06001404700,"Census Tract 4047, Alameda County, California",2084,1588.0,159856.0,908900.0,1273.0,1490.0,118.0,6.0,285.0,9.0,18.0,30.0,134.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4047,1927.0,1408.0,221.0,9.0,182.0,0.0,97.0,1399.0,110915.0,437400.0,1032.0,80.16372795969774,73.76697641172265,6.396751547975086,0.30701287270326766,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,71.497,73.067,-1.57,5.662,11.469,-5.807,13.676,9.445,4.231,0.288,0.467,-0.179,0.432,0.0,0.432,6.43,5.034,1.396 +06001404800,"Census Tract 4048, Alameda County, California",2723,1935.0,72833.0,760000.0,1208.0,1191.0,459.0,68.0,373.0,14.0,30.0,274.0,365.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4048,2683.0,1260.0,677.0,24.0,474.0,0.0,232.0,2042.0,53309.0,334300.0,998.0,62.428940568475454,48.87365328109696,13.55528728737849,0.3665894736842105,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,True,True,True,False,False,False,True,43.739,46.962,-3.223,16.856,25.233,-8.377,13.698,17.667,-3.969,2.497,0.895,1.602,0.514,0.0,0.514,13.404,8.647,4.757 +06001404900,"Census Tract 4049, Alameda County, California",3937,3039.0,100625.0,715700.0,2007.0,2365.0,369.0,51.0,441.0,68.0,20.0,270.0,353.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4049,4356.0,2457.0,546.0,29.0,960.0,1.0,322.0,3314.0,56538.0,313300.0,1772.0,66.04146100691017,53.47012673506337,12.571334271846801,0.36963532206231664,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,True,True,True,True,False,False,False,True,60.071,56.405,3.666,9.373,12.534,-3.161,11.201,22.039,-10.838,1.295,0.666,0.629,1.727,0.023,1.704,8.966,7.392,1.574 +06001405000,"Census Tract 4050, Alameda County, California",3328,2643.0,128125.0,837600.0,1894.0,2084.0,322.0,14.0,408.0,0.0,11.0,211.0,286.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4050,3200.773697,2056.9267579999996,457.53881839999997,28.97079849,437.55895999999996,0.998993039,189.80867,2574.405029,66611.00015,364399.9929,1527.460327,71.6609912977677,59.33255683521274,12.328434462554952,0.3735243675071633,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,True,True,True,False,False,False,True,62.62,64.263,-1.643,9.675,14.295,-4.62,12.26,13.67,-1.41,0.421,0.905,-0.484,0.0,0.031,-0.031,8.594,5.93,2.664 +06001405100,"Census Tract 4051, Alameda County, California",4334,3217.0,191705.0,1160800.0,2681.0,2712.0,722.0,0.0,434.0,0.0,21.0,312.0,133.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4051,4161.0,2785.0,750.0,13.0,409.0,0.0,179.0,3062.0,106217.0,527100.0,2050.0,83.33851414361206,66.94970607446113,16.388808069150926,0.3461199172984149,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,True,True,False,False,False,False,True,62.575,66.931,-4.356,16.659,18.025,-1.366,10.014,9.829,0.185,0.0,0.312,-0.312,0.0,0.0,0.0,3.069,4.302,-1.233 +06001405200,"Census Tract 4052, Alameda County, California",5125,4278.0,77688.0,764100.0,2440.0,1583.0,506.0,58.0,1519.0,68.0,0.0,403.0,1000.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4052,4948.958946,1600.346452,1078.616132,29.75618111,1831.7512140000001,0.991903124,362.87604819999996,3884.062585,46459.64576,285494.7947,1847.610953,57.035998129967275,47.56903146039291,9.466966669574369,0.461965051213192,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,30.888,32.337,-1.449,9.873,21.795,-11.922,29.639,37.013,-7.374,1.132,0.601,0.531,1.327,0.02,1.307,19.512,7.332,12.18 +06001405301,"Census Tract 4053.01, Alameda County, California",3019,2477.0,62500.0,647700.0,1489.0,1415.0,757.0,7.0,267.0,7.0,0.0,188.0,378.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4053.01,2942.999971,889.25177,815.6516113,26.71788216,842.8735962000001,1.008221984,336.7461548,2363.272217,34385.99899,191999.9912,824.2214966,60.11303996770287,34.876282582727114,25.236757384975753,0.5731357305419176,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,46.87,30.216,16.654,25.075,27.715,-2.64,8.844,28.64,-19.796,0.232,0.908,-0.676,0.232,0.034,0.198,12.521,11.442,1.079 +06001405302,"Census Tract 4053.02, Alameda County, California",2446,2097.0,41111.0,428300.0,848.0,689.0,310.0,16.0,848.0,0.0,34.0,182.0,367.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4053.02,2895.000029,874.74823,802.3483887,26.28211784,829.1264037999999,0.9917780159999999,331.2538452,2324.727783,34386.001019999996,192000.0089,810.7785034,40.43872198378636,34.876277099149725,5.5624448846366334,0.3544711351482606,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,28.168,30.216,-2.048,12.674,27.715,-15.041,34.669,28.64,6.029,0.654,0.908,-0.254,0.0,0.034,-0.034,15.004,11.442,3.562 +06001405401,"Census Tract 4054.01, Alameda County, California",4014,3068.0,46790.0,459500.0,727.0,760.0,762.0,87.0,1362.0,0.0,36.0,130.0,942.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4054.01,4758.999934,382.15093989999997,1270.240112,45.9943924,1930.0609129999998,1.7034959790000002,1083.423462,2862.441162,28302.999139999996,165799.99599999998,423.03482060000005,23.696219035202088,14.77881279154132,8.917406243660768,0.4804091529053319,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,18.934,8.03,10.904,18.984,26.691,-7.707,33.931,40.556,-6.625,2.167,0.966,1.201,0.0,0.036,-0.036,23.468,22.766,0.702 +06001405402,"Census Tract 4054.02, Alameda County, California",3250,2146.0,41521.0,428600.0,440.0,334.0,806.0,68.0,1117.0,219.0,0.0,128.0,638.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4054.02,3622.0000659999996,290.84906010000003,966.7598267000001,35.0056076,1468.939087,1.2965040209999998,824.5765381,2178.558838,28303.00113,165800.0052,321.96517939999995,20.50326188257223,14.77881495711983,5.7244469254523995,0.4429491192533831,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,10.277,8.03,2.247,24.8,26.691,-1.891,34.369,40.556,-6.187,2.092,0.966,1.126,6.738,0.036,6.702,19.631,22.766,-3.135 +06001405500,"Census Tract 4055, Alameda County, California",4124,3210.0,56005.0,509300.0,1221.0,813.0,558.0,14.0,2051.0,6.0,0.0,220.0,476.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4055,4147.0,471.0,1046.0,24.0,2110.0,0.0,485.0,2708.0,36356.0,169900.0,608.0,38.03738317757009,22.451994091580502,15.58538908598959,0.5196230119772236,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,19.714,11.358,8.356,13.531,25.223,-11.692,49.733,50.88,-1.147,0.339,0.579,-0.24,0.145,0.0,0.145,11.542,11.695,-0.153 +06001405600,"Census Tract 4056, Alameda County, California",3171,2334.0,58138.0,541300.0,1209.0,789.0,472.0,110.0,875.0,0.0,9.0,172.0,769.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4056,3734.0,612.0,1095.0,27.0,1460.0,0.0,509.0,2425.0,36918.0,190500.0,819.0,51.79948586118252,33.77319587628866,18.026289984893857,0.49322002586366154,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,24.882,16.39,8.492,14.885,29.325,-14.44,27.594,39.1,-11.506,3.469,0.723,2.746,0.0,0.0,0.0,24.251,13.631,10.62 +06001405700,"Census Tract 4057, Alameda County, California",3760,2763.0,50344.0,455700.0,605.0,482.0,1229.0,9.0,1179.0,0.0,52.0,131.0,678.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4057,3782.1446020000003,340.8842983,1515.611282,15.25792035,1232.101103,0.0,665.1847253,2349.696097,35230.3616,157218.8618,313.3475022,21.89648932319942,13.335660837164,8.560828486035422,0.5031925367741935,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,12.819,9.013,3.806,32.686,40.073,-7.387,31.356,32.577,-1.221,0.239,0.403,-0.164,0.0,0.0,0.0,18.032,17.588,0.444 +06001405800,"Census Tract 4058, Alameda County, California",4472,2937.0,38794.0,370000.0,576.0,584.0,1041.0,54.0,1918.0,25.0,7.0,34.0,829.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4058,4751.855371,167.1157074,1438.388672,48.74208069,2097.8989260000003,0.0,979.8152466,2588.303955,32218.999539999997,160200.0031,254.6524963,19.611848825331972,9.838585449288933,9.773263376043039,0.37651890685405404,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,13.059,3.517,9.542,23.278,30.27,-6.992,42.889,44.149,-1.26,1.208,1.026,0.182,0.559,0.0,0.559,18.538,20.62,-2.082 +06001405901,"Census Tract 4059.01, Alameda County, California",4583,2918.0,36214.0,369100.0,157.0,179.0,700.0,185.0,1652.0,0.0,93.0,29.0,1900.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4059.01,4602.609101,174.5756836,877.5493163999998,16.34822464,1960.0354,1.167730331,1529.142822,2481.427002,28676.99966,145999.995,188.00457759999998,5.380397532556546,7.576470210426121,-2.1960726778695747,0.430398285559469,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,3.906,3.793,0.113,15.274,19.066,-3.792,36.046,42.585,-6.539,4.037,0.355,3.682,0.0,0.025,-0.025,41.458,33.223,8.235 +06001405902,"Census Tract 4059.02, Alameda County, California",3101,1978.0,36000.0,407600.0,367.0,273.0,424.0,31.0,1480.0,56.0,20.0,42.0,787.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4059.02,3280.390899,124.42431640000001,625.4506836,11.65177536,1396.9646,0.8322696690000001,1089.857178,1768.572998,28677.000480000002,145999.9977,133.99542240000002,18.554095045500507,7.576471118327004,10.977623927173504,0.4842002043964671,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,8.804,3.793,5.011,13.673,19.066,-5.393,47.727,42.585,5.142,1.0,0.355,0.645,1.806,0.025,1.781,25.379,33.223,-7.844 +06001406000,"Census Tract 4060, Alameda County, California",3184,2514.0,35457.0,434500.0,688.0,655.0,435.0,33.0,1377.0,7.0,0.0,153.0,524.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4060,3654.94314,403.99371339999993,450.992981,20.99967384,1661.9741210000002,0.999984443,1106.982788,2391.962891,27317.999760000002,135500.0006,393.993866,27.366746221161495,16.471571004819573,10.895175216341922,0.5509321038803222,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,20.572,11.053,9.519,13.662,12.339,1.323,43.247,45.472,-2.225,1.036,0.575,0.461,0.22,0.027,0.193,16.457,30.287,-13.83 +06001406100,"Census Tract 4061, Alameda County, California",4629,3000.0,44298.0,326200.0,895.0,652.0,482.0,208.0,622.0,36.0,0.0,110.0,2716.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4061,4301.056877,513.0062869,545.0070182999999,53.00032679,453.0258633,6.000015562000001,2720.017227,2542.0372230000003,34362.878789999995,131300.0405,307.00613119999997,29.833333333333332,12.07716898959036,17.756164343742974,0.4203799561005518,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,14.085,11.927,2.158,10.413,12.671,-2.258,13.437,10.533,2.904,4.493,1.232,3.261,0.778,0.14,0.638,58.674,63.241,-4.567 +06001406201,"Census Tract 4062.01, Alameda County, California",4399,2720.0,41563.0,348700.0,483.0,314.0,708.0,14.0,998.0,137.0,70.0,220.0,1938.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4062.01,5802.0,193.0,934.0,37.0,1609.0,0.0,3000.0,3021.0,26475.0,121800.0,167.0,17.75735294117647,5.527970870572658,12.229382070603812,0.4970117579581302,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,7.138,3.326,3.812,16.095,16.098,-0.003,22.687,27.732,-5.045,0.318,0.638,-0.32,3.114,0.0,3.114,44.055,51.706,-7.651 +06001406202,"Census Tract 4062.02, Alameda County, California",4597,2954.0,34351.0,317600.0,641.0,488.0,552.0,342.0,372.0,0.0,0.0,223.0,2770.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4062.02,5084.0,275.0,705.0,57.0,727.0,0.0,3285.0,2762.0,33277.0,159600.0,274.0,21.69939065673663,9.920347574221578,11.77904308251505,0.2763727959697733,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,10.616,5.409,5.207,12.008,13.867,-1.859,8.092,14.3,-6.208,7.44,1.121,6.319,0.0,0.0,0.0,60.257,64.614,-4.357 +06001406300,"Census Tract 4063, Alameda County, California",4128,2669.0,45015.0,413400.0,451.0,465.0,618.0,18.0,1462.0,0.0,0.0,84.0,1481.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4063,4410.0,289.0,1374.0,35.0,1229.0,12.0,1459.0,2370.0,29849.0,163800.0,191.0,16.897714499812665,8.059071729957806,8.838642769854859,0.4294339622641509,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,11.265,6.553,4.712,14.971,31.156,-16.185,35.417,27.868,7.549,0.436,0.794,-0.358,0.0,0.272,-0.272,35.877,33.084,2.793 +06001406400,"Census Tract 4064, Alameda County, California",2355,1799.0,67102.0,480000.0,629.0,696.0,598.0,24.0,447.0,0.0,0.0,192.0,422.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4064,2276.0,507.0,886.0,19.0,529.0,0.0,331.0,1535.0,48618.0,195600.0,437.0,34.96386881600889,28.469055374592834,6.494813441416056,0.4132,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,29.554,22.276,7.278,25.393,38.928,-13.535,18.981,23.243,-4.262,1.019,0.835,0.184,0.0,0.0,0.0,17.919,14.543,3.376 +06001406500,"Census Tract 4065, Alameda County, California",6231,4125.0,40989.0,368900.0,881.0,392.0,1151.0,105.0,926.0,24.0,5.0,308.0,3425.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4065,6253.0,519.0,1670.0,39.0,1553.0,9.0,2421.0,3546.0,34283.0,157000.0,520.0,21.35757575757576,14.664410603496897,6.693165154078862,0.3871509894280293,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,6.291,8.3,-2.009,18.472,26.707,-8.235,14.861,24.836,-9.975,1.685,0.624,1.061,0.385,0.144,0.241,54.967,38.717,16.25 +06001406601,"Census Tract 4066.01, Alameda County, California",5181,3415.0,48407.0,361300.0,712.0,570.0,1331.0,167.0,1144.0,0.0,0.0,562.0,1567.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4066.01,4968.000207,573.5000610000001,1654.939209,48.37514496,1602.744995,4.455605507,1037.5195310000001,3006.2607420000004,36261.99999,171300.0035,558.8602295,20.849194729136165,18.58987883826079,2.2593158908753743,0.3172654164406311,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,11.002,11.544,-0.542,25.69,33.312,-7.622,22.081,32.261,-10.18,3.223,0.974,2.249,0.0,0.09,-0.09,30.245,20.884,9.361 +06001406602,"Census Tract 4066.02, Alameda County, California",2815,1888.0,47182.0,521000.0,498.0,294.0,465.0,46.0,1157.0,6.0,0.0,89.0,775.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4066.02,2837.000026,327.49993900000004,945.0608520999999,27.62485695,915.2551269999999,2.5443947319999998,592.4804687999999,1716.73938,36262.000660000005,171299.9931,319.1397705,26.377118644067796,18.589878825986972,7.787239818080824,0.526541285865643,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,10.444,11.544,-1.1,16.519,33.312,-16.793,41.101,32.261,8.84,1.634,0.974,0.66,0.213,0.09,0.123,27.531,20.884,6.647 +06001406700,"Census Tract 4067, Alameda County, California",4984,3685.0,93133.0,647400.0,2117.0,2400.0,641.0,26.0,1154.0,0.0,0.0,219.0,544.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4067,5224.0,2632.0,789.0,47.0,1212.0,1.0,497.0,3898.0,68432.0,284900.0,1638.0,57.44911804613297,42.02154951257055,15.427568533562422,0.3663021316033364,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,False,True,True,True,False,False,False,True,48.154,50.383,-2.229,12.861,15.103,-2.242,23.154,23.201,-0.047,0.522,0.9,-0.378,0.0,0.019,-0.019,10.915,9.514,1.401 +06001406800,"Census Tract 4068, Alameda County, California",3613,2684.0,91050.0,678800.0,1301.0,1212.0,322.0,16.0,1183.0,0.0,106.0,206.0,568.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4068,3611.0,1303.0,667.0,42.0,1190.0,1.0,386.0,2544.0,55670.0,260000.0,929.0,48.47242921013413,36.51729559748428,11.955133612649853,0.44843842074248674,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,33.546,36.084,-2.538,8.912,18.471,-9.559,32.743,32.955,-0.212,0.443,1.163,-0.72,0.0,0.028,-0.028,15.721,10.69,5.031 +06001406900,"Census Tract 4069, Alameda County, California",3941,2867.0,75721.0,634800.0,1286.0,1373.0,546.0,25.0,882.0,28.0,0.0,411.0,676.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4069,3695.0,1399.0,1030.0,38.0,865.0,11.0,333.0,2588.0,56016.0,271100.0,1063.0,44.85524938960586,41.074188562596596,3.781060827009263,0.3850283553875236,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,34.839,37.862,-3.023,13.854,27.876,-14.022,22.38,23.41,-1.03,0.634,1.028,-0.394,0.71,0.298,0.412,17.153,9.012,8.141 +06001407000,"Census Tract 4070, Alameda County, California",6020,4093.0,52087.0,381900.0,733.0,675.0,938.0,7.0,2151.0,0.0,0.0,289.0,1960.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4070,6652.0,768.0,1827.0,52.0,2025.0,4.0,1934.0,3971.0,35875.0,154800.0,655.0,17.908624480820915,16.494585746663308,1.4140387341576073,0.41630793401413985,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,11.213,11.545,-0.332,15.581,27.465,-11.884,35.731,30.442,5.289,0.116,0.782,-0.666,0.0,0.06,-0.06,32.558,29.074,3.484 +06001407101,"Census Tract 4071.01, Alameda County, California",3444,2326.0,52068.0,372600.0,448.0,373.0,457.0,15.0,831.0,0.0,0.0,115.0,1653.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4071.01,3618.999989,285.16476439999997,901.293457,35.86162949,689.1481322999999,3.456542492,1683.336182,2052.322021,39867.999319999995,160200.0001,249.73519900000002,19.260533104041272,12.168421741063609,7.092111362977663,0.3808695648309179,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,10.83,7.88,2.95,13.269,24.904,-11.635,24.129,19.043,5.086,0.436,0.991,-0.555,0.0,0.096,-0.096,47.997,46.514,1.483 +06001407102,"Census Tract 4071.02, Alameda County, California",4106,2648.0,52383.0,439800.0,648.0,598.0,652.0,55.0,658.0,126.0,0.0,184.0,1888.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4071.02,4757.000011,374.83523560000003,1184.706543,47.13837051,905.8518677000001,4.543457508,2212.663818,2697.677979,39868.00052,160199.9999,328.264801,24.47129909365559,12.16842052889071,12.302878564764878,0.4754706688130969,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,14.564,7.88,6.684,15.879,24.904,-9.025,16.025,19.043,-3.018,1.34,0.991,0.349,3.069,0.096,2.973,45.981,46.514,-0.533 +06001407200,"Census Tract 4072, Alameda County, California",7064,4424.0,38660.0,282400.0,592.0,484.0,563.0,168.0,1031.0,0.0,23.0,105.0,4824.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4072,7039.0,475.0,603.0,49.0,814.0,3.0,5060.0,3993.0,31094.0,149900.0,325.0,13.381555153707053,8.13924367643376,5.242311477273294,0.23563739376770537,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,6.852,6.748,0.104,7.97,8.567,-0.597,14.595,11.564,3.031,2.378,0.696,1.682,0.0,0.043,-0.043,68.29,71.885,-3.595 +06001407300,"Census Tract 4073, Alameda County, California",2485,1795.0,54150.0,244200.0,432.0,385.0,209.0,0.0,387.0,17.0,0.0,89.0,1398.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4073,2516.0,372.0,564.0,12.0,228.0,0.0,1323.0,1435.0,29470.0,120000.0,168.0,24.06685236768802,11.707317073170731,12.35953529451729,0.29238329238329236,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,False,True,False,True,False,15.493,14.785,0.708,8.41,22.417,-14.007,15.573,9.062,6.511,0.0,0.477,-0.477,0.684,0.0,0.684,56.258,52.583,3.675 +06001407400,"Census Tract 4074, Alameda County, California",4205,2657.0,49722.0,343800.0,226.0,168.0,708.0,0.0,465.0,22.0,0.0,94.0,2748.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4074,4157.0,142.0,1311.0,18.0,461.0,0.0,2209.0,2259.0,30859.0,140600.0,160.0,8.505833646970267,7.082779991146525,1.4230536558237414,0.41109947643979056,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,3.995,3.416,0.579,16.837,31.537,-14.7,11.058,11.09,-0.032,0.0,0.433,-0.433,0.523,0.0,0.523,65.351,53.139,12.212 +06001407500,"Census Tract 4075, Alameda County, California",4362,2473.0,31516.0,285700.0,290.0,272.0,1384.0,44.0,218.0,0.0,0.0,237.0,2251.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4075,4388.0,148.0,1691.0,14.0,382.0,6.0,2147.0,2239.0,28182.0,140700.0,145.0,11.726647796198948,6.476105404198303,5.2505423920006455,0.29083654182709134,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,6.236,3.373,2.863,31.729,38.537,-6.808,4.998,8.706,-3.708,1.009,0.319,0.69,0.0,0.137,-0.137,51.605,48.929,2.676 +06001407600,"Census Tract 4076, Alameda County, California",6502,4236.0,58619.0,386800.0,1001.0,625.0,2669.0,0.0,746.0,0.0,0.0,433.0,2029.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4076,6681.0,594.0,3115.0,79.0,833.0,0.0,2033.0,4087.0,35625.0,167800.0,767.0,23.630783758262513,18.766821629557132,4.863962128705381,0.3753050672182006,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,9.612,8.891,0.721,41.049,46.625,-5.576,11.473,12.468,-0.995,0.0,1.182,-1.182,0.0,0.0,0.0,31.206,30.43,0.776 +06001407700,"Census Tract 4077, Alameda County, California",4240,3121.0,74402.0,486100.0,1392.0,1134.0,2045.0,0.0,262.0,41.0,8.0,192.0,558.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4077,4599.0,731.0,3036.0,27.0,246.0,1.0,530.0,3132.0,50747.0,204900.0,849.0,44.60108939442486,27.10727969348659,17.49380970093827,0.39301378317218677,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,26.745,15.895,10.85,48.231,66.014,-17.783,6.179,5.349,0.83,0.0,0.587,-0.587,0.967,0.022,0.945,13.16,11.524,1.636 +06001407800,"Census Tract 4078, Alameda County, California",2742,1390.0,89583.0,492400.0,657.0,849.0,691.0,4.0,592.0,8.0,2.0,205.0,395.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4078,2453.0,733.0,1174.0,31.0,227.0,6.0,282.0,1291.0,51167.0,221900.0,405.0,47.26618705035971,31.3710302091402,15.89515684121951,0.3510641754670999,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,30.963,29.882,1.081,25.201,47.86,-22.659,21.59,9.254,12.336,0.146,1.264,-1.118,0.292,0.245,0.047,14.406,11.496,2.91 +06001407900,"Census Tract 4079, Alameda County, California",2971,2221.0,115563.0,616700.0,1256.0,1224.0,446.0,0.0,601.0,21.0,42.0,284.0,353.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4079,2788.0,1199.0,807.0,15.0,502.0,2.0,252.0,2180.0,66895.0,263100.0,956.0,56.55110310670869,43.85321100917431,12.697892097534378,0.38565915355926705,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,False,True,True,True,False,False,False,True,41.198,43.006,-1.808,15.012,28.945,-13.933,20.229,18.006,2.223,0.0,0.538,-0.538,0.707,0.072,0.635,11.882,9.039,2.843 +06001408000,"Census Tract 4080, Alameda County, California",2762,1919.0,151667.0,816300.0,1247.0,1391.0,397.0,15.0,532.0,6.0,14.0,115.0,292.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4080,2404.0,1450.0,313.0,6.0,447.0,1.0,172.0,1612.0,88812.0,377300.0,1021.0,64.98176133402814,63.33746898263027,1.6442923513978656,0.3344211686879824,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,50.362,60.316,-9.954,14.374,13.02,1.354,19.261,18.594,0.667,0.543,0.25,0.293,0.217,0.042,0.175,10.572,7.155,3.417 +06001408100,"Census Tract 4081, Alameda County, California",6346,5237.0,121484.0,767600.0,3214.0,2344.0,1326.0,38.0,1447.0,0.0,27.0,457.0,707.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4081,5763.0,2282.66035,2019.23255,23.03609978,1142.523627,2.006716239,273.4776925,4369.828136,87698.60292,431574.6175,2501.442192,61.371013939278214,57.24349137194534,4.127522567332875,0.19037591297550818,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,36.937,39.609,-2.672,20.895,35.038,-14.143,22.802,19.825,2.977,0.599,0.4,0.199,0.0,0.035,-0.035,11.141,4.745,6.396 +06001408200,"Census Tract 4082, Alameda County, California",4489,3231.0,58207.0,453700.0,1178.0,869.0,2267.0,91.0,217.0,27.0,0.0,431.0,604.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4082,4388.0,674.0,2882.0,40.0,223.0,1.0,560.0,2720.0,35543.0,193900.0,618.0,36.459300526152894,22.720588235294116,13.738712290858778,0.3845801190213798,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,True,True,True,True,True,False,False,19.358,15.36,3.998,50.501,65.679,-15.178,4.834,5.082,-0.248,2.027,0.912,1.115,0.601,0.023,0.578,13.455,12.762,0.693 +06001408300,"Census Tract 4083, Alameda County, California",5172,3723.0,83917.0,448300.0,1255.0,1305.0,1817.0,28.0,459.0,48.0,25.0,242.0,1276.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4083,4799.0,985.0,2816.0,17.0,234.0,0.0,712.0,3078.0,51944.0,199000.0,887.0,33.709374160623156,28.817413905133204,4.891960255489952,0.36078518848985053,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,25.232,20.525,4.707,35.131,58.679,-23.548,8.875,4.876,3.999,0.541,0.354,0.187,0.928,0.0,0.928,24.671,14.836,9.835 +06001408400,"Census Tract 4084, Alameda County, California",3310,2014.0,36133.0,219900.0,360.0,406.0,1208.0,40.0,0.0,0.0,98.0,37.0,1521.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4084,3782.0,93.0,2496.0,8.0,136.0,4.0,1026.0,2062.0,32304.0,135500.0,131.0,17.874875868917577,6.353055286129971,11.521820582787607,0.11268758526603001,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,12.266,2.459,9.807,36.495,65.997,-29.502,0.0,3.596,-3.596,1.208,0.212,0.996,0.0,0.106,-0.106,45.952,27.129,18.823 +06001408500,"Census Tract 4085, Alameda County, California",5932,3388.0,47333.0,276600.0,393.0,80.0,2221.0,74.0,139.0,78.0,54.0,190.0,3169.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4085,5305.142290999999,81.00562664,3035.746627,22.9961415,222.89894700000002,4.997054883000001,1923.4987640000002,2920.96082,33264.80401,138796.2536,185.9437868,11.599763872491145,6.365843236473128,5.233920636018017,0.27741646715835144,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,1.349,1.527,-0.178,37.441,57.223,-19.782,2.343,4.202,-1.859,1.247,0.433,0.814,1.315,0.094,1.221,53.422,36.257,17.165 +06001408600,"Census Tract 4086, Alameda County, California",6680,3905.0,32185.0,289600.0,393.0,246.0,2113.0,28.0,109.0,0.0,0.0,330.0,3863.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4086,5232.0,144.0,3218.0,21.0,203.0,0.0,1623.0,2900.0,35096.0,138200.0,208.0,10.064020486555698,7.172413793103448,2.8916066934522497,0.31281767955801104,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,3.683,2.752,0.931,31.632,61.506,-29.874,1.632,3.88,-2.248,0.419,0.401,0.018,0.0,0.0,0.0,57.829,31.021,26.808 +06001408700,"Census Tract 4087, Alameda County, California",7734,4687.0,47228.0,326900.0,703.0,409.0,3201.0,0.0,160.0,0.0,0.0,208.0,3756.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4087,7504.0,287.0,4270.0,26.0,347.0,0.0,2541.0,4265.0,32578.0,142400.0,220.0,14.998933219543417,5.1582649472450175,9.8406682722984,0.37272560416029366,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,5.288,3.825,1.463,41.389,56.903,-15.514,2.069,4.624,-2.555,0.0,0.346,-0.346,0.0,0.0,0.0,48.565,33.862,14.703 +06001408800,"Census Tract 4088, Alameda County, California",6276,3609.0,26156.0,239100.0,70.0,240.0,2265.0,22.0,315.0,254.0,0.0,31.0,3166.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4088,5174.0,97.0,2396.0,13.0,673.0,1.0,1981.0,2602.0,25903.0,120700.0,61.0,1.9395954558049322,2.3443504996156803,-0.4047550438107481,0.2730740276035132,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,3.824,1.875,1.949,36.09,46.308,-10.218,5.019,13.007,-7.988,0.351,0.251,0.1,4.047,0.019,4.028,50.446,38.288,12.158 +06001408900,"Census Tract 4089, Alameda County, California",3050,1768.0,31318.0,220300.0,148.0,92.0,886.0,22.0,140.0,22.0,0.0,84.0,1804.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4089,3340.857843,111.9943753,1570.253503,22.00385962,99.10106118,1.0029451059999999,1520.501207,1810.039293,29987.514239999997,123225.3119,133.0562188,8.371040723981901,7.351012727434752,1.0200279965471486,0.19453268662732645,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,3.016,3.352,-0.336,29.049,47.002,-17.953,4.59,2.966,1.624,0.721,0.659,0.062,0.721,0.03,0.691,59.148,45.512,13.636 +06001409000,"Census Tract 4090, Alameda County, California",3775,2213.0,44474.0,228800.0,208.0,68.0,1295.0,62.0,100.0,104.0,7.0,262.0,1939.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4090,3327.0,96.0,2132.0,6.0,117.0,0.0,968.0,1995.0,29904.0,115500.0,158.0,9.399005874378672,7.919799498746867,1.4792063756318043,0.27307692307692305,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,1.801,2.885,-1.084,34.305,64.082,-29.777,2.649,3.517,-0.868,1.642,0.18,1.462,2.755,0.0,2.755,51.364,29.095,22.269 +06001409100,"Census Tract 4091, Alameda County, California",2233,1342.0,48065.0,269400.0,138.0,41.0,738.0,10.0,131.0,0.0,0.0,147.0,1166.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4091,2163.0,21.0,1489.0,7.0,39.0,0.0,607.0,1373.0,29597.0,114700.0,90.0,10.283159463487332,6.5549890750182085,3.728170388469123,0.3869042316258352,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,1.836,0.971,0.865,33.05,68.84,-35.79,5.867,1.803,4.064,0.448,0.324,0.124,0.0,0.0,0.0,52.217,28.063,24.154 +06001409200,"Census Tract 4092, Alameda County, California",3605,2089.0,49783.0,264000.0,159.0,137.0,1303.0,66.0,184.0,0.0,0.0,81.0,1885.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4092,3168.817537,73.74954033,1791.1564440000002,6.574567437000001,218.62248990000003,1.1938094940000001,1072.006223,1614.758556,40359.52257,132676.9395,119.05676319999999,7.611297271421733,7.373038077898253,0.23825919352347924,0.2763076027272727,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,3.8,2.327,1.473,36.144,56.524,-20.38,5.104,6.899,-1.795,1.831,0.207,1.624,0.0,0.038,-0.038,52.288,33.83,18.458 +06001409300,"Census Tract 4093, Alameda County, California",5110,3177.0,37490.0,287000.0,273.0,278.0,1546.0,122.0,80.0,19.0,0.0,86.0,3101.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4093,5470.93642,174.3288116,2345.967773,20.91945839,224.1370544,3.984658718,2668.725098,3012.4021,33091.999189999995,131399.9969,136.47456359999998,8.593012275731823,4.530423199479246,4.062589076252577,0.3407108169477352,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,5.44,3.186,2.254,30.254,42.881,-12.627,1.566,4.097,-2.531,2.387,0.382,2.005,0.372,0.073,0.299,60.685,48.78,11.905 +06001409400,"Census Tract 4094, Alameda County, California",5311,2876.0,42344.0,360300.0,345.0,266.0,1363.0,0.0,511.0,12.0,0.0,19.0,3140.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4094,4455.0,115.0,1929.0,10.0,134.0,4.0,2255.0,2333.0,35298.0,118800.0,98.0,11.995827538247566,4.200600085726532,7.795227452521034,0.525195670274771,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,5.008,2.581,2.427,25.664,43.3,-17.636,9.622,3.008,6.614,0.0,0.224,-0.224,0.226,0.09,0.136,59.123,50.617,8.506 +06001409500,"Census Tract 4095, Alameda County, California",4613,2588.0,33963.0,255200.0,228.0,354.0,1118.0,28.0,48.0,0.0,9.0,176.0,2895.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4095,3555.0,83.0,1425.0,13.0,219.0,0.0,1795.0,1850.0,25962.0,116100.0,65.0,8.809891808346213,3.5135135135135136,5.296378294832699,0.34489028213166145,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,7.674,2.335,5.339,24.236,40.084,-15.848,1.041,6.16,-5.119,0.607,0.366,0.241,0.0,0.0,0.0,62.757,50.492,12.265 +06001409600,"Census Tract 4096, Alameda County, California",4680,2788.0,44542.0,294100.0,211.0,97.0,1247.0,9.0,177.0,24.0,45.0,80.0,3003.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4096,5235.0,88.0,2799.0,14.0,238.0,10.0,2060.0,2740.0,31385.0,136500.0,125.0,7.568149210903874,4.562043795620438,3.006105415283436,0.3316558993539612,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,2.073,1.681,0.392,26.645,53.467,-26.822,3.782,4.546,-0.764,0.192,0.267,-0.075,0.513,0.191,0.322,64.167,39.351,24.816 +06001409700,"Census Tract 4097, Alameda County, California",5402,3057.0,45163.0,299700.0,273.0,137.0,1860.0,37.0,148.0,12.0,26.0,92.0,3119.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4097,5208.0,167.0,3281.0,17.0,255.0,0.0,1471.0,2701.0,27500.0,139500.0,163.0,8.930323846908735,6.034801925212884,2.8955219216958508,0.32972972972972975,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,2.536,3.207,-0.671,34.432,62.999,-28.567,2.74,4.896,-2.156,0.685,0.326,0.359,0.222,0.0,0.222,57.738,28.245,29.493 +06001409800,"Census Tract 4098, Alameda County, California",3515,2408.0,73125.0,474800.0,653.0,487.0,1801.0,3.0,181.0,0.0,34.0,439.0,571.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4098,3250.0,347.0,2542.0,4.0,103.0,0.0,249.0,2062.0,56063.0,225400.0,458.0,27.11794019933555,22.21144519883608,4.9064950004994685,0.31639427127211456,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,13.855,10.677,3.178,51.238,78.215,-26.977,5.149,3.169,1.98,0.085,0.123,-0.038,0.0,0.0,0.0,16.245,7.662,8.583 +06001409900,"Census Tract 4099, Alameda County, California",3464,2707.0,105833.0,668500.0,1487.0,878.0,1642.0,11.0,303.0,0.0,14.0,233.0,394.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4099,3499.0,921.0,2199.0,19.0,198.0,0.0,149.0,2650.0,83465.0,327500.0,1285.0,54.931658662726264,48.490566037735846,6.441092624990418,0.2945400149588631,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,25.346,26.322,-0.976,47.402,62.847,-15.445,8.747,5.659,3.088,0.318,0.543,-0.225,0.0,0.0,0.0,11.374,4.258,7.116 +06001410000,"Census Tract 4100, Alameda County, California",3549,2680.0,111688.0,626300.0,1274.0,1145.0,1447.0,0.0,146.0,0.0,0.0,503.0,308.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4100,2845.339566,1021.8579380000001,1434.472622,19.99661001,188.0077009,5.998389437999999,172.9992237,2073.516268,73227.58645,320398.1321,847.7673317,47.53731343283582,40.885492184621725,6.651821248214098,0.2633349669104264,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,False,False,False,True,False,False,False,False,True,32.263,35.913,-3.65,40.772,50.415,-9.643,4.114,6.608,-2.494,0.0,0.703,-0.703,0.0,0.211,-0.211,8.679,6.08,2.599 +06001410100,"Census Tract 4101, Alameda County, California",2776,1971.0,60089.0,415500.0,475.0,346.0,1657.0,0.0,83.0,0.0,0.0,207.0,483.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4101,2784.0,226.0,1968.0,16.0,108.0,1.0,448.0,1756.0,39716.0,166200.0,316.0,24.099441907661085,17.995444191343964,6.103997716317121,0.424,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,12.464,8.118,4.346,59.69,70.69,-11.0,2.99,3.879,-0.889,0.0,0.575,-0.575,0.0,0.036,-0.036,17.399,16.092,1.307 +06001410200,"Census Tract 4102, Alameda County, California",3370,2321.0,56534.0,332500.0,332.0,177.0,1665.0,0.0,42.0,49.0,0.0,64.0,1373.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4102,3550.0,156.0,2298.0,10.0,187.0,2.0,891.0,2053.0,35755.0,157200.0,295.0,14.304179233089185,14.369215781782756,-0.06503654869357156,0.31919398496240603,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,False,True,False,True,False,5.252,4.394,0.858,49.407,64.732,-15.325,1.246,5.268,-4.022,0.0,0.282,-0.282,1.454,0.056,1.398,40.742,25.099,15.643 +06001410300,"Census Tract 4103, Alameda County, California",3598,2163.0,51034.0,331000.0,165.0,43.0,891.0,46.0,48.0,84.0,5.0,78.0,2417.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4103,3728.0,91.0,1938.0,13.0,179.0,0.0,1490.0,1873.0,26683.0,130700.0,71.0,7.6282940360610265,3.790710090763481,3.8375839452975455,0.43139577039274923,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,1.195,2.441,-1.246,24.764,51.985,-27.221,1.334,4.802,-3.468,1.278,0.349,0.929,2.335,0.0,2.335,67.176,39.968,27.208 +06001410400,"Census Tract 4104, Alameda County, California",4146,2927.0,69258.0,317600.0,517.0,249.0,1520.0,43.0,348.0,9.0,0.0,66.0,1954.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4104,3366.0,194.0,1842.0,4.0,118.0,2.0,1195.0,1938.0,40787.0,140500.0,265.0,17.66313631704817,13.673890608875128,3.9892457081730424,0.3629722921914358,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,6.006,5.764,0.242,36.662,54.724,-18.062,8.394,3.506,4.888,1.037,0.119,0.918,0.217,0.059,0.158,47.13,35.502,11.628 +06001410500,"Census Tract 4105, Alameda County, California",2209,1394.0,25536.0,631900.0,297.0,150.0,1440.0,8.0,340.0,20.0,7.0,99.0,145.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 4105,1614.0,69.0,1291.0,5.0,172.0,1.0,73.0,1032.0,19589.88201,190559.1837,148.0,21.305595408895265,14.34108527131783,6.9645101375774345,0.5657458070454185,56636.6,290200.00416,12.191118208149561,0.3464290707076609,False,True,True,False,True,True,True,False,True,False,6.79,4.275,2.515,65.188,79.988,-14.8,15.392,10.657,4.735,0.362,0.31,0.052,0.905,0.062,0.843,6.564,4.523,2.041 +06001981900,"Census Tract 9819, Alameda County, California",58,58.0,108036.0,,44.0,58.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 9819,43.84617376,6.123444557000001,11.78474236,0.11553669,3.523869038,0.0,22.29858017,29.11524582,50207.99817,140800.0,5.372456074,75.86206896551724,18.45238095262628,57.40968801289095,,56636.6,290200.00416,12.191118208149561,0.3464290707076609,True,True,True,True,False,False,False,False,False,False,100.0,13.966,86.034,0.0,26.877,-26.877,0.0,8.037,-8.037,0.0,0.264,-0.264,0.0,0.0,0.0,0.0,50.856,-50.856 +06001982000,"Census Tract 9820, Alameda County, California",66,56.0,124063.0,388900.0,37.0,37.0,18.0,0.0,4.0,0.0,0.0,0.0,7.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 9820,28.0,5.0,7.0,5.0,1.0,0.0,10.0,7.0,61250.0,137500.0,0.0,66.07142857142857,0.0,66.07142857142857,0.4908716893803034,56636.6,290200.00416,12.191118208149561,0.3464290707076609,True,True,False,True,True,True,False,False,False,False,56.061,17.857,38.204,27.273,25.0,2.273,6.061,3.571,2.49,0.0,17.857,-17.857,0.0,0.0,0.0,10.606,35.714,-25.108 +06001983200,"Census Tract 9832, Alameda County, California",573,524.0,159044.0,588200.0,395.0,292.0,33.0,12.0,170.0,0.0,0.0,18.0,55.0,Oakland,San Francisco-Oakland-Berkeley,CA,Alameda County,Census Tract 9832,63.0,29.0,10.0,1.0,15.0,0.0,8.0,64.0,104385.0,239700.0,21.0,75.38167938931298,32.8125,42.56917938931298,0.4131791907514451,56636.6,290200.00416,12.191118208149561,0.3464290707076609,True,True,False,True,True,True,False,False,False,False,50.96,46.032,4.928,5.759,15.873,-10.114,29.668,23.81,5.858,2.094,1.587,0.507,0.0,0.0,0.0,9.599,12.698,-3.099 +06001990000,"Census Tract 9900, Alameda County, California",0,0.0,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Oakland,San Francisco-Oakland-Berkeley,,,,,,,,,,,,,,,,,,,56636.6,290200.00416,12.191118208149561,0.3464290707076609,True,False,False,False,False,False,False,False,False,False,,,,,,,,,,,,,,,,,, +11001000100,"Census Tract 1, District of Columbia, District of Columbia",5170,4098.0,168477.0,1231500.0,3741.0,4093.0,53.0,0.0,296.0,0.0,0.0,103.0,625.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 1,4674.0,4059.0,195.0,14.0,190.0,1.0,192.0,3968.0,92540.0,479000.0,3311.0,91.28843338213763,83.44254032258064,7.845893059556985,0.43990255785627286,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,79.168,86.842,-7.674,1.025,4.172,-3.147,5.725,4.065,1.66,0.0,0.3,-0.3,0.0,0.021,-0.021,12.089,4.108,7.981 +11001000201,"Census Tract 2.01, District of Columbia, District of Columbia",3682,8.0,,,8.0,2351.0,272.0,7.0,493.0,0.0,0.0,123.0,436.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 2.01,4467.0,3852.0,239.0,1.0,299.0,54.0,75.0,176.0,87904.0,122700.0,107.0,100.0,60.79545454545455,39.20454545454545,,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,False,True,False,False,False,False,False,True,63.851,86.232,-22.381,7.387,5.35,2.037,13.389,6.694,6.695,0.19,0.022,0.168,0.0,1.209,-1.209,11.841,1.679,10.162 +11001000202,"Census Tract 2.02, District of Columbia, District of Columbia",4473,2485.0,162981.0,1201000.0,2302.0,3440.0,327.0,0.0,196.0,0.0,0.0,147.0,363.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 2.02,3850.0,3314.0,71.0,6.0,235.0,0.0,190.0,2435.0,90653.0,525300.0,2078.0,92.63581488933602,85.3388090349076,7.29700585442842,0.37016486261448794,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,False,False,False,False,True,76.906,86.078,-9.172,7.311,1.844,5.467,4.382,6.104,-1.722,0.0,0.156,-0.156,0.0,0.0,0.0,8.115,4.935,3.18 +11001000300,"Census Tract 3, District of Columbia, District of Columbia",6374,4243.0,133008.0,881500.0,3780.0,4935.0,467.0,0.0,513.0,0.0,0.0,164.0,295.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 3,5706.0,4727.0,198.0,20.0,396.0,0.0,324.0,4106.0,73558.0,294000.0,3429.0,89.0879094979967,83.51193375547979,5.575975742516917,0.5197277368122518,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,77.424,82.843,-5.419,7.327,3.47,3.857,8.048,6.94,1.108,0.0,0.351,-0.351,0.0,0.0,0.0,4.628,5.678,-1.05 +11001000400,"Census Tract 4, District of Columbia, District of Columbia",1489,1146.0,143229.0,1381900.0,906.0,973.0,50.0,0.0,146.0,0.0,0.0,56.0,264.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 4,1510.0,1189.0,67.0,2.0,93.0,0.0,123.0,1198.0,129133.0,699100.0,976.0,79.05759162303664,81.46911519198665,-2.4115235689500025,0.2715073449598379,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,False,False,False,False,True,65.346,78.742,-13.396,3.358,4.437,-1.079,9.805,6.159,3.646,0.0,0.132,-0.132,0.0,0.0,0.0,17.73,8.146,9.584 +11001000501,"Census Tract 5.01, District of Columbia, District of Columbia",3632,2980.0,109081.0,695100.0,2744.0,2763.0,162.0,0.0,128.0,0.0,0.0,68.0,511.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 5.01,2765.0,2263.0,144.0,11.0,175.0,1.0,157.0,2245.0,65521.0,256600.0,1870.0,92.08053691275168,83.29621380846325,8.784323104288433,0.4684160552438498,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,76.074,81.844,-5.77,4.46,5.208,-0.748,3.524,6.329,-2.805,0.0,0.398,-0.398,0.0,0.036,-0.036,14.069,5.678,8.391 +11001000502,"Census Tract 5.02, District of Columbia, District of Columbia",3296,2665.0,129779.0,1011500.0,2320.0,2504.0,93.0,20.0,121.0,18.0,0.0,69.0,491.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 5.02,3112.0,2632.0,84.0,7.0,149.0,0.0,222.0,2597.0,66815.0,451000.0,2135.0,87.05440900562851,82.21024258760107,4.8441664180274415,0.35794364804745427,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,False,False,False,False,True,75.971,84.576,-8.605,2.822,2.699,0.123,3.671,4.788,-1.117,0.607,0.225,0.382,0.546,0.0,0.546,14.897,7.134,7.763 +11001000600,"Census Tract 6, District of Columbia, District of Columbia",4998,3853.0,221103.0,906300.0,3499.0,3554.0,271.0,0.0,288.0,0.0,9.0,100.0,776.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 6,4919.0,3669.0,658.0,16.0,217.0,0.0,331.0,3990.0,89507.0,412900.0,2892.0,90.81235400986245,72.4812030075188,18.331151002343645,0.3439523336643496,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,False,False,False,False,True,71.108,74.588,-3.48,5.422,13.377,-7.955,5.762,4.411,1.351,0.0,0.325,-0.325,0.0,0.0,0.0,15.526,6.729,8.797 +11001000701,"Census Tract 7.01, District of Columbia, District of Columbia",5643,4727.0,89889.0,455700.0,4112.0,4327.0,474.0,52.0,380.0,0.0,0.0,181.0,229.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 7.01,4395.0,3513.0,172.0,15.0,289.0,0.0,375.0,3711.0,53470.0,178800.0,2687.0,86.98963401734716,72.40635947184047,14.583274545506683,0.43499670836076365,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,76.679,79.932,-3.253,8.4,3.914,4.486,6.734,6.576,0.158,0.921,0.341,0.58,0.0,0.0,0.0,4.058,8.532,-4.474 +11001000702,"Census Tract 7.02, District of Columbia, District of Columbia",3318,2808.0,71671.0,286800.0,2079.0,2283.0,189.0,20.0,319.0,0.0,67.0,94.0,366.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 7.02,3326.0,2325.0,232.0,17.0,304.0,2.0,358.0,2475.0,37244.0,100000.0,1909.0,74.03846153846153,77.13131313131314,-3.092851592851602,0.497907949790795,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,68.807,69.904,-1.097,5.696,6.975,-1.279,9.614,9.14,0.474,0.603,0.511,0.092,0.0,0.06,-0.06,11.031,10.764,0.267 +11001000801,"Census Tract 8.01, District of Columbia, District of Columbia",6267,4263.0,148456.0,761900.0,3688.0,4731.0,335.0,27.0,339.0,0.0,11.0,244.0,607.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 8.01,6721.0,5339.0,316.0,11.0,475.0,0.0,502.0,4649.0,80266.0,367700.0,3731.0,86.51184611775744,80.2538180253818,6.258028092375639,0.30504265651660323,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,False,False,False,False,True,75.491,79.438,-3.947,5.345,4.702,0.643,5.409,7.067,-1.658,0.431,0.164,0.267,0.0,0.0,0.0,9.686,7.469,2.217 +11001000802,"Census Tract 8.02, District of Columbia, District of Columbia",3476,2538.0,99808.0,970300.0,2232.0,2253.0,215.0,0.0,343.0,0.0,0.0,102.0,563.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 8.02,2806.0,2304.0,93.0,9.0,219.0,0.0,163.0,2131.0,76919.0,421500.0,1839.0,87.94326241134752,86.29751290473956,1.645749506607956,0.37446150675048956,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,False,False,False,False,True,64.816,82.11,-17.294,6.185,3.314,2.871,9.868,7.805,2.063,0.0,0.321,-0.321,0.0,0.0,0.0,16.197,5.809,10.388 +11001000901,"Census Tract 9.01, District of Columbia, District of Columbia",7799,3352.0,242208.0,1477400.0,2824.0,5385.0,546.0,7.0,514.0,0.0,8.0,201.0,1138.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 9.01,7208.0,5655.0,410.0,19.0,380.0,3.0,410.0,3027.0,160829.0,690200.0,2543.0,84.24821002386635,84.01057152296002,0.23763850090632843,0.3272722350074455,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,False,False,False,False,True,69.047,78.454,-9.407,7.001,5.688,1.313,6.591,5.272,1.319,0.09,0.264,-0.174,0.0,0.042,-0.042,14.592,5.688,8.904 +11001000902,"Census Tract 9.02, District of Columbia, District of Columbia",2584,1766.0,205469.0,1179600.0,1532.0,2050.0,51.0,0.0,52.0,0.0,0.0,99.0,332.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 9.02,1973.0,1684.0,116.0,2.0,71.0,0.0,89.0,1450.0,119932.0,418400.0,1180.0,86.74971687429219,81.37931034482759,5.370406529464603,0.4892370295015259,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,79.334,85.352,-6.018,1.974,5.879,-3.905,2.012,3.599,-1.587,0.0,0.101,-0.101,0.0,0.0,0.0,12.848,4.511,8.337 +11001001001,"Census Tract 10.01, District of Columbia, District of Columbia",7853,5233.0,164180.0,919000.0,4683.0,5835.0,316.0,0.0,492.0,0.0,0.0,447.0,763.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 10.01,6062.0,5216.0,223.0,14.0,267.0,0.0,323.0,4535.0,109770.0,378700.0,3722.0,89.48977641888018,82.07276736493937,7.417009053940816,0.4066071817192601,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,74.303,86.044,-11.741,4.024,3.679,0.345,6.265,4.404,1.861,0.0,0.231,-0.231,0.0,0.0,0.0,9.716,5.328,4.388 +11001001002,"Census Tract 10.02, District of Columbia, District of Columbia",3512,2272.0,99167.0,421800.0,1832.0,2349.0,154.0,0.0,317.0,0.0,14.0,165.0,513.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 10.02,3465.0,2415.0,244.0,14.0,387.0,0.0,345.0,2583.0,49647.0,170500.0,2238.0,80.63380281690141,86.64343786295005,-6.009635046048643,0.417923186344239,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,False,True,True,False,False,False,True,66.885,69.697,-2.812,4.385,7.042,-2.657,9.026,11.169,-2.143,0.0,0.404,-0.404,0.0,0.0,0.0,14.607,9.957,4.65 +11001001100,"Census Tract 11, District of Columbia, District of Columbia",4947,3840.0,154156.0,937000.0,3332.0,3735.0,368.0,39.0,217.0,0.0,0.0,134.0,454.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 11,4428.0,3601.0,280.0,13.0,284.0,0.0,200.0,3413.0,103184.0,378700.0,2673.0,86.77083333333333,78.31819513624377,8.452638197089556,0.41800640341515477,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,75.5,81.323,-5.823,7.439,6.323,1.116,4.386,6.414,-2.028,0.788,0.294,0.494,0.0,0.0,0.0,9.177,4.517,4.66 +11001001200,"Census Tract 12, District of Columbia, District of Columbia",5031,3894.0,125179.0,844300.0,3356.0,3783.0,290.0,0.0,292.0,0.0,0.0,226.0,440.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 12,4856.0,3743.0,319.0,20.0,374.0,5.0,370.0,3723.0,77753.0,334600.0,3008.0,86.18387262455059,80.79505774912705,5.3888148754235345,0.4293213312803506,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,75.194,77.08,-1.886,5.764,6.569,-0.805,5.804,7.702,-1.898,0.0,0.412,-0.412,0.0,0.103,-0.103,8.746,7.619,1.127 +11001001301,"Census Tract 13.01, District of Columbia, District of Columbia",4151,3272.0,134282.0,1396700.0,3012.0,2900.0,457.0,0.0,366.0,0.0,0.0,29.0,399.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 13.01,3747.0,2893.0,290.0,8.0,318.0,1.0,208.0,3018.0,68417.0,587900.0,2550.0,92.05378973105134,84.49304174950298,7.56074798154836,0.393874131882294,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,69.863,77.208,-7.345,11.009,7.74,3.269,8.817,8.487,0.33,0.0,0.214,-0.214,0.0,0.027,-0.027,9.612,5.551,4.061 +11001001302,"Census Tract 13.02, District of Columbia, District of Columbia",7563,6564.0,113300.0,459700.0,5829.0,4965.0,726.0,0.0,639.0,0.0,26.0,244.0,963.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 13.02,6294.0,4995.0,408.0,16.0,410.0,0.0,410.0,5626.0,58790.0,151600.0,4576.0,88.80255941499085,81.33665126199787,7.465908152992981,0.5251163802479878,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,65.649,79.361,-13.712,9.599,6.482,3.117,8.449,6.514,1.935,0.0,0.254,-0.254,0.0,0.0,0.0,12.733,6.514,6.219 +11001001401,"Census Tract 14.01, District of Columbia, District of Columbia",3334,2416.0,120526.0,1057700.0,2207.0,2339.0,285.0,19.0,268.0,0.0,13.0,100.0,321.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 14.01,3150.0,2506.0,167.0,9.0,224.0,1.0,222.0,2335.0,87823.0,411100.0,1854.0,91.34933774834437,79.40042826552462,11.948909482819744,0.44031010683558663,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,70.156,79.556,-9.4,8.548,5.302,3.246,8.038,7.111,0.927,0.57,0.286,0.284,0.0,0.032,-0.032,9.628,7.048,2.58 +11001001402,"Census Tract 14.02, District of Columbia, District of Columbia",3375,2459.0,111361.0,834600.0,1959.0,2145.0,319.0,0.0,181.0,0.0,9.0,122.0,599.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 14.02,3925.0,2948.0,582.0,16.0,154.0,0.0,206.0,3354.0,84105.0,340100.0,1555.0,79.6665311102074,46.362552176505666,33.303978933701735,0.4131991373112868,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,63.556,75.108,-11.552,9.452,14.828,-5.376,5.363,3.924,1.439,0.0,0.408,-0.408,0.0,0.0,0.0,17.748,5.248,12.5 +11001001500,"Census Tract 15, District of Columbia, District of Columbia",6077,4091.0,205159.0,977200.0,3532.0,4940.0,454.0,0.0,88.0,0.0,0.0,132.0,463.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 15,5649.0,4564.0,684.0,4.0,174.0,0.0,185.0,4218.0,107917.0,411800.0,3169.0,86.33585920312882,75.13039355144619,11.20546565168263,0.3931723291035612,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,81.29,80.793,0.497,7.471,12.108,-4.637,1.448,3.08,-1.632,0.0,0.071,-0.071,0.0,0.0,0.0,7.619,3.275,4.344 +11001001600,"Census Tract 16, District of Columbia, District of Columbia",4699,3399.0,169250.0,812000.0,2729.0,1254.0,2932.0,0.0,62.0,0.0,18.0,107.0,326.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 16,4030.0,844.0,2978.0,11.0,34.0,0.0,130.0,3142.0,94624.0,327000.0,2326.0,80.28832009414533,74.0292807129217,6.25903938122363,0.42009852216748766,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,26.687,20.943,5.744,62.396,73.896,-11.5,1.319,0.844,0.475,0.0,0.273,-0.273,0.0,0.0,0.0,6.938,3.226,3.712 +11001001702,"Census Tract 17.02, District of Columbia, District of Columbia",3217,2600.0,91711.0,420800.0,1672.0,1224.0,1435.0,0.0,41.0,0.0,0.0,79.0,438.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 17.02,2240.0,391.0,1678.0,8.0,28.0,0.0,128.0,1612.0,52393.0,158000.0,605.0,64.3076923076923,37.531017369727046,26.77667493796526,0.45931558935361216,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,38.048,17.455,20.593,44.607,74.911,-30.304,1.274,1.25,0.024,0.0,0.357,-0.357,0.0,0.0,0.0,13.615,5.714,7.901 +11001001803,"Census Tract 18.03, District of Columbia, District of Columbia",4176,2836.0,51182.0,485500.0,873.0,301.0,2547.0,23.0,17.0,0.0,6.0,43.0,1239.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 18.03,3066.0,171.0,2178.0,6.0,53.0,0.0,646.0,2228.0,34565.0,188000.0,595.0,30.782792665726376,26.70556552962298,4.077227136103396,0.442389289392379,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,False,True,True,False,False,False,True,7.208,5.577,1.631,60.991,71.037,-10.046,0.407,1.729,-1.322,0.551,0.196,0.355,0.0,0.0,0.0,29.67,21.07,8.6 +11001001804,"Census Tract 18.04, District of Columbia, District of Columbia",5668,3843.0,42579.0,450900.0,1079.0,258.0,3624.0,0.0,125.0,0.0,0.0,14.0,1647.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 18.04,4156.0,95.0,2990.0,7.0,42.0,2.0,1003.0,2868.0,33520.0,175200.0,746.0,28.07702315899037,26.01115760111576,2.065865557874613,0.44047904191616766,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,False,True,True,False,False,False,True,4.552,2.286,2.266,63.938,71.944,-8.006,2.205,1.011,1.194,0.0,0.168,-0.168,0.0,0.048,-0.048,29.058,24.134,4.924 +11001001901,"Census Tract 19.01, District of Columbia, District of Columbia",4065,2900.0,82963.0,445700.0,1403.0,680.0,2584.0,0.0,208.0,0.0,20.0,103.0,470.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 19.01,3949.0,80.0,3603.0,12.0,10.0,1.0,243.0,2855.0,47339.0,136300.0,619.0,48.37931034482759,21.681260945709283,26.698049399118304,0.5596320394884451,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,16.728,2.026,14.702,63.567,91.238,-27.671,5.117,0.253,4.864,0.0,0.304,-0.304,0.0,0.025,-0.025,11.562,6.153,5.409 +11001001902,"Census Tract 19.02, District of Columbia, District of Columbia",2494,1991.0,89583.0,514900.0,796.0,285.0,1666.0,6.0,15.0,0.0,0.0,70.0,452.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 19.02,2062.0,101.0,1884.0,5.0,7.0,0.0,63.0,1586.0,54934.0,155100.0,596.0,39.97990959316926,37.57881462799496,2.401094965174302,0.5662381044863081,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,11.427,4.898,6.529,66.8,91.368,-24.568,0.601,0.339,0.262,0.241,0.242,-0.001,0.0,0.0,0.0,18.123,3.055,15.068 +11001002001,"Census Tract 20.01, District of Columbia, District of Columbia",3150,2266.0,63060.0,765300.0,912.0,611.0,1326.0,77.0,77.0,0.0,173.0,48.0,910.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 20.01,2435.0,358.0,1525.0,5.0,37.0,0.0,496.0,1885.0,32853.0,318100.0,545.0,40.24713150926743,28.912466843501328,11.334664665766105,0.40145825166601334,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,19.397,14.702,4.695,42.095,62.628,-20.533,2.444,1.52,0.924,2.444,0.205,2.239,0.0,0.0,0.0,28.889,20.37,8.519 +11001002002,"Census Tract 20.02, District of Columbia, District of Columbia",4202,2988.0,87256.0,597000.0,1428.0,781.0,2326.0,7.0,66.0,0.0,46.0,82.0,894.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 20.02,3781.0,325.0,2778.0,22.0,45.0,1.0,583.0,2585.0,47619.0,164800.0,794.0,47.791164658634536,30.71566731141199,17.075497347222544,0.6024924623115578,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,18.586,8.596,9.99,55.355,73.473,-18.118,1.571,1.19,0.381,0.167,0.582,-0.415,0.0,0.026,-0.026,21.276,15.419,5.857 +11001002101,"Census Tract 21.01, District of Columbia, District of Columbia",4819,3868.0,54359.0,418100.0,1042.0,428.0,3152.0,28.0,178.0,0.0,0.0,83.0,950.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 21.01,5233.0,65.0,4269.0,14.0,57.0,0.0,812.0,3451.0,34375.0,119100.0,525.0,26.938986556359875,15.212981744421906,11.726004811937969,0.5898014828988281,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,8.882,1.242,7.64,65.408,81.578,-16.17,3.694,1.089,2.605,0.581,0.268,0.313,0.0,0.0,0.0,19.714,15.517,4.197 +11001002102,"Census Tract 21.02, District of Columbia, District of Columbia",5264,4072.0,76836.0,453200.0,1991.0,503.0,3786.0,82.0,38.0,0.0,0.0,94.0,807.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 21.02,4631.0,74.0,4172.0,14.0,20.0,0.0,345.0,3178.0,36489.0,143300.0,642.0,48.89489194499018,20.201384518565135,28.693507426425043,0.5446778464254193,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,9.555,1.598,7.957,71.922,90.089,-18.167,0.722,0.432,0.29,1.558,0.302,1.256,0.0,0.0,0.0,15.331,7.45,7.881 +11001002201,"Census Tract 22.01, District of Columbia, District of Columbia",2955,2355.0,65069.0,564900.0,904.0,563.0,1960.0,14.0,66.0,0.0,0.0,22.0,330.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 22.01,3505.0,29.0,2997.0,3.0,16.0,0.0,456.0,2352.0,44388.0,123400.0,351.0,38.3864118895966,14.923469387755102,23.4629425018415,0.6854381306425916,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,19.052,0.827,18.225,66.328,85.506,-19.178,2.234,0.456,1.778,0.474,0.086,0.388,0.0,0.0,0.0,11.168,13.01,-1.842 +11001002202,"Census Tract 22.02, District of Columbia, District of Columbia",3347,2393.0,54817.0,464200.0,839.0,265.0,2081.0,7.0,63.0,0.0,0.0,79.0,859.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 22.02,3013.0,29.0,2740.0,19.0,8.0,0.0,210.0,2056.0,37073.0,116800.0,300.0,35.06059339740911,14.591439688715953,20.469153708693156,0.6376734166307626,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,7.918,0.962,6.956,62.175,90.939,-28.764,1.882,0.266,1.616,0.209,0.631,-0.422,0.0,0.0,0.0,25.665,6.97,18.695 +11001002301,"Census Tract 23.01, District of Columbia, District of Columbia",3625,2640.0,118750.0,538000.0,1228.0,897.0,1851.0,0.0,78.0,0.0,30.0,153.0,616.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 23.01,2995.0,43.0,2662.0,10.0,24.0,0.0,244.0,2094.0,44069.0,127800.0,375.0,46.515151515151516,17.908309455587393,28.606842059564123,0.6579330855018587,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,24.745,1.436,23.309,51.062,88.881,-37.819,2.152,0.801,1.351,0.0,0.334,-0.334,0.0,0.0,0.0,16.993,8.147,8.846 +11001002302,"Census Tract 23.02, District of Columbia, District of Columbia",1708,1386.0,60417.0,302800.0,797.0,685.0,764.0,0.0,67.0,0.0,52.0,67.0,73.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 23.02,1345.0,387.0,862.0,10.0,22.0,0.0,52.0,878.0,49519.0,123000.0,383.0,57.503607503607505,43.62186788154897,13.881739622058532,0.41505944517833554,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,40.105,28.773,11.332,44.731,64.089,-19.358,3.923,1.636,2.287,0.0,0.743,-0.743,0.0,0.0,0.0,4.274,3.866,0.408 +11001002400,"Census Tract 24, District of Columbia, District of Columbia",4067,3231.0,105189.0,531400.0,1761.0,1234.0,1921.0,0.0,91.0,0.0,9.0,84.0,728.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 24,3580.0,103.0,2994.0,3.0,19.0,0.0,452.0,2446.0,37304.0,134000.0,288.0,54.503249767873726,11.774325429272281,42.728924338601445,0.6368837034249153,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,30.342,2.877,27.465,47.234,83.631,-36.397,2.238,0.531,1.707,0.0,0.084,-0.084,0.0,0.0,0.0,17.9,12.626,5.274 +11001002501,"Census Tract 25.01, District of Columbia, District of Columbia",3138,2378.0,59141.0,666700.0,958.0,778.0,1355.0,0.0,46.0,0.0,11.0,64.0,884.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 25.01,2392.0,185.0,1647.0,2.0,16.0,0.0,534.0,1668.0,51510.0,174100.0,389.0,40.28595458368377,23.321342925659472,16.964611658024296,0.623962801859907,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,24.793,7.734,17.059,43.18,68.855,-25.675,1.466,0.669,0.797,0.0,0.084,-0.084,0.0,0.0,0.0,28.171,22.324,5.847 +11001002502,"Census Tract 25.02, District of Columbia, District of Columbia",6389,5193.0,73464.0,564800.0,2119.0,1185.0,2446.0,0.0,283.0,0.0,24.0,206.0,2245.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 25.02,5486.0,165.0,3094.0,15.0,54.0,0.0,2130.0,3544.0,32688.0,141100.0,477.0,40.804929713075296,13.459367945823928,27.34556176725137,0.6402549575070822,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,18.548,3.008,15.54,38.285,56.398,-18.113,4.429,0.984,3.445,0.0,0.273,-0.273,0.0,0.0,0.0,35.139,38.826,-3.687 +11001002600,"Census Tract 26, District of Columbia, District of Columbia",2521,1910.0,181875.0,923800.0,1615.0,1200.0,838.0,20.0,145.0,16.0,17.0,86.0,199.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 26,2184.0,664.0,1377.0,8.0,44.0,0.0,75.0,1719.0,85180.0,383900.0,1201.0,84.55497382198953,69.86620127981385,14.688772542175684,0.4015847586057588,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,47.6,30.403,17.197,33.241,63.049,-29.808,5.752,2.015,3.737,0.793,0.366,0.427,0.635,0.0,0.635,7.894,3.434,4.46 +11001002701,"Census Tract 27.01, District of Columbia, District of Columbia",6173,4452.0,72308.0,681800.0,2885.0,2786.0,1133.0,31.0,143.0,0.0,0.0,253.0,1846.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 27.01,5742.0,1747.0,1843.0,32.0,439.0,1.0,1628.0,4201.0,35147.0,256200.0,1788.0,64.80233602875113,42.561294929778626,22.241041098972502,0.4588911704312115,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,45.132,30.425,14.707,18.354,32.097,-13.743,2.317,7.645,-5.328,0.502,0.557,-0.055,0.0,0.017,-0.017,29.904,28.352,1.552 +11001002702,"Census Tract 27.02, District of Columbia, District of Columbia",6306,4920.0,78976.0,759900.0,3266.0,3580.0,631.0,0.0,130.0,0.0,166.0,228.0,1571.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 27.02,6052.0,2258.0,1232.0,30.0,418.0,1.0,2077.0,4370.0,45428.0,301300.0,1987.0,66.3821138211382,45.46910755148741,20.913006269650793,0.4290406632451638,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,56.771,37.31,19.461,10.006,20.357,-10.351,2.062,6.907,-4.845,0.0,0.496,-0.496,0.0,0.017,-0.017,24.913,34.319,-9.406 +11001002801,"Census Tract 28.01, District of Columbia, District of Columbia",4169,2992.0,53568.0,411500.0,1385.0,1147.0,1541.0,0.0,92.0,0.0,0.0,53.0,1336.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 28.01,3629.0,197.0,1887.0,15.0,84.0,2.0,1414.0,2258.0,25038.0,122000.0,408.0,46.29010695187166,18.069087688219664,28.221019263651993,0.5730741190765493,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,27.513,5.428,22.085,36.963,51.998,-15.035,2.207,2.315,-0.108,0.0,0.413,-0.413,0.0,0.055,-0.055,32.046,38.964,-6.918 +11001002802,"Census Tract 28.02, District of Columbia, District of Columbia",4651,3456.0,59811.0,353400.0,1651.0,1128.0,1074.0,3.0,319.0,0.0,64.0,77.0,1989.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 28.02,4700.0,364.0,1533.0,23.0,352.0,8.0,2398.0,2893.0,22736.0,137500.0,319.0,47.77199074074074,11.02661596958175,36.74537477115899,0.4397283531409168,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,24.253,7.745,16.508,23.092,32.617,-9.525,6.859,7.489,-0.63,0.065,0.489,-0.424,0.0,0.17,-0.17,42.765,51.021,-8.256 +11001002900,"Census Tract 29, District of Columbia, District of Columbia",4465,3476.0,103700.0,608300.0,2192.0,1752.0,1088.0,0.0,157.0,0.0,0.0,145.0,1323.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 29,4189.0,177.0,2305.0,15.0,48.0,0.0,1610.0,2646.0,29602.0,142300.0,324.0,63.06098964326812,12.244897959183673,50.81609168408445,0.6631398980766069,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,39.239,4.225,35.014,24.367,55.025,-30.658,3.516,1.146,2.37,0.0,0.358,-0.358,0.0,0.0,0.0,29.63,38.434,-8.804 +11001003000,"Census Tract 30, District of Columbia, District of Columbia",3279,2545.0,67457.0,677900.0,1628.0,1316.0,1275.0,7.0,95.0,0.0,9.0,46.0,538.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 30,2829.0,213.0,1907.0,6.0,30.0,0.0,663.0,1592.0,25539.0,189700.0,304.0,63.96856581532416,19.09547738693467,44.873088428389494,0.5970379111963416,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,40.134,7.529,32.605,38.884,67.409,-28.525,2.897,1.06,1.837,0.213,0.212,0.001,0.0,0.0,0.0,16.407,23.436,-7.029 +11001003100,"Census Tract 31, District of Columbia, District of Columbia",3282,2709.0,94939.0,574700.0,1527.0,945.0,934.0,32.0,164.0,0.0,26.0,84.0,1097.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 31,2755.0,82.0,1813.0,7.0,18.0,0.0,824.0,1859.0,36175.0,116000.0,192.0,56.36766334440753,10.328133405056482,46.03952993935105,0.7093440055681225,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,28.793,2.976,25.817,28.458,65.808,-37.35,4.997,0.653,4.344,0.975,0.254,0.721,0.0,0.0,0.0,33.425,29.909,3.516 +11001003200,"Census Tract 32, District of Columbia, District of Columbia",4822,3715.0,92375.0,483300.0,1693.0,1191.0,2212.0,0.0,234.0,0.0,0.0,29.0,1156.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 32,4480.0,69.0,3696.0,26.0,10.0,0.0,670.0,2862.0,31662.0,122300.0,451.0,45.572005383580084,15.75821104122991,29.813794342350175,0.6356052141527002,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,24.699,1.54,23.159,45.873,82.5,-36.627,4.853,0.223,4.63,0.0,0.58,-0.58,0.0,0.0,0.0,23.973,14.955,9.018 +11001003301,"Census Tract 33.01, District of Columbia, District of Columbia",4066,3347.0,121250.0,687200.0,2461.0,1700.0,1765.0,0.0,182.0,0.0,8.0,159.0,252.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 33.01,2707.0,154.0,2443.0,2.0,15.0,0.0,84.0,1842.0,39107.0,149900.0,519.0,73.52853301463998,28.175895765472312,45.352637249167664,0.6858905704307334,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,41.81,5.689,36.121,43.409,90.248,-46.839,4.476,0.554,3.922,0.0,0.074,-0.074,0.0,0.0,0.0,6.198,3.103,3.095 +11001003302,"Census Tract 33.02, District of Columbia, District of Columbia",2256,1796.0,112426.0,681500.0,1346.0,1085.0,887.0,4.0,85.0,0.0,23.0,66.0,106.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 33.02,1830.0,63.0,1683.0,2.0,28.0,0.0,52.0,1336.0,45938.0,160300.0,324.0,74.94432071269487,24.251497005988025,50.69282370670685,0.6612883345561262,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,48.094,3.443,44.651,39.317,91.967,-52.65,3.768,1.53,2.238,0.177,0.109,0.068,0.0,0.0,0.0,4.699,2.842,1.857 +11001003400,"Census Tract 34, District of Columbia, District of Columbia",4901,2210.0,88772.0,710200.0,1298.0,1287.0,2926.0,0.0,108.0,0.0,6.0,112.0,462.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 34,4249.0,112.0,3951.0,5.0,35.0,0.0,129.0,1651.0,18452.0,123200.0,305.0,58.73303167420814,18.47365233192005,40.25937934228809,0.7501999436778373,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,26.26,2.636,23.624,59.702,92.987,-33.285,2.204,0.824,1.38,0.0,0.118,-0.118,0.0,0.0,0.0,9.427,3.036,6.391 +11001003500,"Census Tract 35, District of Columbia, District of Columbia",5539,2425.0,87813.0,541400.0,1334.0,1024.0,3787.0,0.0,291.0,0.0,34.0,89.0,314.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 35,3498.0,84.0,2991.0,11.0,36.0,0.0,371.0,1464.0,18940.0,113200.0,325.0,55.01030927835052,22.19945355191257,32.81085572643795,0.6989139268562985,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,18.487,2.401,16.086,68.37,85.506,-17.136,5.254,1.029,4.225,0.0,0.314,-0.314,0.0,0.0,0.0,5.669,10.606,-4.937 +11001003600,"Census Tract 36, District of Columbia, District of Columbia",4833,4124.0,93734.0,630600.0,2947.0,2129.0,1281.0,0.0,569.0,0.0,0.0,215.0,639.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 36,3915.0,344.0,2480.0,19.0,134.0,0.0,924.0,2572.0,22485.0,170400.0,522.0,71.45974781765277,20.295489891135304,51.164257926517465,0.6108848715509039,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,44.051,8.787,35.264,26.505,63.346,-36.841,11.773,3.423,8.35,0.0,0.485,-0.485,0.0,0.0,0.0,13.222,23.602,-10.38 +11001003700,"Census Tract 37, District of Columbia, District of Columbia",5917,4075.0,79440.0,499500.0,2317.0,2021.0,2145.0,0.0,218.0,0.0,0.0,66.0,1467.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 37,4990.0,428.0,2773.0,17.0,105.0,0.0,1629.0,2700.0,26223.0,186100.0,438.0,56.85889570552147,16.22222222222222,40.63667348329925,0.4634954954954955,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,34.156,8.577,25.579,36.251,55.571,-19.32,3.684,2.104,1.58,0.0,0.341,-0.341,0.0,0.0,0.0,24.793,32.645,-7.852 +11001003800,"Census Tract 38, District of Columbia, District of Columbia",5259,4480.0,98093.0,656000.0,3347.0,2792.0,867.0,30.0,271.0,42.0,44.0,121.0,1092.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 38,4718.0,1652.0,1538.0,30.0,164.0,0.0,1307.0,3438.0,37889.0,217500.0,1542.0,74.70982142857143,44.85165794066317,29.858163487908257,0.5225609756097561,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,53.09,35.015,18.075,16.486,32.599,-16.113,5.153,3.476,1.677,0.57,0.636,-0.066,0.799,0.0,0.799,20.764,27.702,-6.938 +11001003900,"Census Tract 39, District of Columbia, District of Columbia",4643,4333.0,97557.0,446100.0,3783.0,3324.0,444.0,0.0,301.0,0.0,16.0,83.0,475.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 39,4643.0,2502.0,925.0,27.0,279.0,1.0,876.0,3777.0,42532.0,152900.0,2636.0,87.30671590122317,69.79083929044215,17.51587661078102,0.5064425016812374,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,71.592,53.888,17.704,9.563,19.922,-10.359,6.483,6.009,0.474,0.0,0.582,-0.582,0.0,0.022,-0.022,10.23,18.867,-8.637 +11001004001,"Census Tract 40.01, District of Columbia, District of Columbia",4400,3805.0,118988.0,600900.0,3413.0,3332.0,219.0,0.0,150.0,42.0,0.0,47.0,610.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 40.01,3474.0,2779.0,194.0,14.0,172.0,2.0,289.0,3032.0,59008.0,272900.0,2542.0,89.69776609724047,83.83905013192611,5.85871596531436,0.34602096854717923,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,False,False,False,False,True,75.727,79.994,-4.267,4.977,5.584,-0.607,3.409,4.951,-1.542,0.0,0.403,-0.403,0.955,0.058,0.897,13.864,8.319,5.545 +11001004002,"Census Tract 40.02, District of Columbia, District of Columbia",3190,2826.0,102455.0,626200.0,2624.0,2670.0,94.0,0.0,135.0,0.0,12.0,48.0,231.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 40.02,2778.0,1841.0,337.0,17.0,242.0,0.0,317.0,2500.0,54260.0,191900.0,1881.0,92.85208775654635,75.24,17.61208775654636,0.5587096774193548,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,83.699,66.271,17.428,2.947,12.131,-9.184,4.232,8.711,-4.479,0.0,0.612,-0.612,0.0,0.0,0.0,7.241,11.411,-4.17 +11001004100,"Census Tract 41, District of Columbia, District of Columbia",2658,2298.0,143586.0,977500.0,2142.0,2012.0,137.0,0.0,190.0,0.0,20.0,61.0,238.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 41,2570.0,2083.0,105.0,3.0,186.0,0.0,175.0,2253.0,88170.0,450000.0,1843.0,93.21148825065274,81.80204172214825,11.409446528504489,0.3370843989769821,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,False,False,False,False,True,75.696,81.051,-5.355,5.154,4.086,1.068,7.148,7.237,-0.089,0.0,0.117,-0.117,0.0,0.0,0.0,8.954,6.809,2.145 +11001004201,"Census Tract 42.01, District of Columbia, District of Columbia",3724,3293.0,114205.0,656300.0,2904.0,2813.0,363.0,0.0,129.0,0.0,93.0,102.0,224.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 42.01,3392.0,2368.0,493.0,20.0,177.0,0.0,297.0,2813.0,53500.0,236300.0,2171.0,88.18706346796235,77.17739068610025,11.009672781862093,0.48152978820661285,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,75.537,69.811,5.726,9.748,14.534,-4.786,3.464,5.218,-1.754,0.0,0.59,-0.59,0.0,0.0,0.0,6.015,8.756,-2.741 +11001004202,"Census Tract 42.02, District of Columbia, District of Columbia",2538,2248.0,105978.0,469400.0,2072.0,1918.0,35.0,9.0,144.0,0.0,7.0,72.0,353.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 42.02,2889.0,2025.0,234.0,10.0,304.0,0.0,272.0,2534.0,47745.0,239400.0,2036.0,92.17081850533808,80.34727703235991,11.823541472978164,0.2655815935236472,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,False,False,False,False,True,75.571,70.093,5.478,1.379,8.1,-6.721,5.674,10.523,-4.849,0.355,0.346,0.009,0.0,0.0,0.0,13.909,9.415,4.494 +11001004300,"Census Tract 43, District of Columbia, District of Columbia",4033,3421.0,95000.0,694600.0,2729.0,2324.0,950.0,0.0,156.0,0.0,0.0,130.0,473.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 43,3290.0,1107.0,1317.0,23.0,89.0,1.0,732.0,2663.0,39841.0,251500.0,1276.0,79.77199649225372,47.91588434096883,31.85611215128489,0.4786063921681543,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,57.625,33.647,23.978,23.556,40.03,-16.474,3.868,2.705,1.163,0.0,0.699,-0.699,0.0,0.03,-0.03,11.728,22.249,-10.521 +11001004400,"Census Tract 44, District of Columbia, District of Columbia",5385,4807.0,166071.0,697000.0,4226.0,3611.0,992.0,0.0,263.0,0.0,0.0,191.0,328.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 44,2589.0,634.0,1544.0,8.0,61.0,0.0,325.0,1718.0,42500.0,204900.0,722.0,87.9134595381735,42.0256111757858,45.8878483623877,0.5766771879483501,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,67.057,24.488,42.569,18.422,59.637,-41.215,4.884,2.356,2.528,0.0,0.309,-0.309,0.0,0.0,0.0,6.091,12.553,-6.462 +11001004600,"Census Tract 46, District of Columbia, District of Columbia",2863,2328.0,98698.0,641100.0,1371.0,1192.0,1309.0,0.0,133.0,0.0,0.0,36.0,193.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 46,2997.0,76.0,2712.0,15.0,45.0,0.0,144.0,1893.0,33142.0,127600.0,358.0,58.891752577319586,18.91178024300053,39.97997233431906,0.7133926064576509,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,41.635,2.536,39.099,45.721,90.49,-44.769,4.645,1.502,3.143,0.0,0.501,-0.501,0.0,0.0,0.0,6.741,4.805,1.936 +11001004701,"Census Tract 47.01, District of Columbia, District of Columbia",4888,3399.0,40378.0,513900.0,1610.0,924.0,2854.0,0.0,479.0,0.0,14.0,118.0,499.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 47.01,3420.000011,92.87539673,3170.250977,11.70698357,97.55818939,0.0,38.24281311,1990.187134,14107.0,106899.9962,207.6038361,47.366872609591056,10.431372635936254,36.9354999736548,0.7004553521541156,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,18.903,2.716,16.187,58.388,92.697,-34.309,9.8,2.853,6.947,0.0,0.342,-0.342,0.0,0.0,0.0,10.209,1.118,9.091 +11001004702,"Census Tract 47.02, District of Columbia, District of Columbia",3144,2628.0,101891.0,478700.0,1939.0,1531.0,1029.0,27.0,182.0,0.0,0.0,137.0,243.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 47.02,961.9999893999999,26.12459946,891.7489624,3.293016911,27.44180679,0.0,10.7571888,559.8128662,14107.00002,106899.9981,58.39616394,73.78234398782344,10.431372243441302,63.350971744382136,0.6784290844704408,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,48.696,2.716,45.98,32.729,92.697,-59.968,5.789,2.853,2.936,0.859,0.342,0.517,0.0,0.0,0.0,7.729,1.118,6.611 +11001004801,"Census Tract 48.01, District of Columbia, District of Columbia",2725,2203.0,109601.0,633500.0,1473.0,1128.0,988.0,0.0,251.0,0.0,48.0,94.0,216.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 48.01,1876.0,161.0,1454.0,7.0,75.0,0.0,176.0,1361.0,24388.0,123000.0,211.0,66.86336813436223,15.50330639235856,51.36006174200367,0.7204104183109707,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,41.394,8.582,32.812,36.257,77.505,-41.248,9.211,3.998,5.213,0.0,0.373,-0.373,0.0,0.0,0.0,7.927,9.382,-1.455 +11001004802,"Census Tract 48.02, District of Columbia, District of Columbia",3528,2831.0,67409.0,590800.0,1557.0,1260.0,1579.0,0.0,313.0,0.0,15.0,89.0,272.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 48.02,2853.0,149.0,2175.0,9.0,335.0,0.0,174.0,1821.0,27559.0,164000.0,226.0,54.99823383963264,12.41076331685887,42.58747052277377,0.6002708192281652,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,35.714,5.223,30.491,44.756,76.236,-31.48,8.872,11.742,-2.87,0.0,0.315,-0.315,0.0,0.0,0.0,7.71,6.099,1.611 +11001004901,"Census Tract 49.01, District of Columbia, District of Columbia",2837,2291.0,103500.0,739100.0,1518.0,1125.0,1022.0,0.0,186.0,0.0,12.0,70.0,422.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 49.01,2013.0,235.0,1591.0,16.0,58.0,0.0,105.0,1406.0,18950.0,156400.0,380.0,66.25927542557835,27.027027027027028,39.23224839855132,0.6952834528480585,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,39.655,11.674,27.981,36.024,79.036,-43.012,6.556,2.881,3.675,0.0,0.795,-0.795,0.0,0.0,0.0,14.875,5.216,9.659 +11001004902,"Census Tract 49.02, District of Columbia, District of Columbia",3147,2694.0,87083.0,544100.0,1767.0,1243.0,639.0,30.0,336.0,0.0,6.0,109.0,784.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 49.02,2286.0,246.0,1356.0,8.0,57.0,0.0,610.0,1281.0,30647.0,217900.0,296.0,65.59020044543429,23.106947697111632,42.483252748322656,0.4233118911964712,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,39.498,10.761,28.737,20.305,59.318,-39.013,10.677,2.493,8.184,0.953,0.35,0.603,0.0,0.0,0.0,24.913,26.684,-1.771 +11001005001,"Census Tract 50.01, District of Columbia, District of Columbia",2083,1803.0,138295.0,814300.0,1444.0,1187.0,282.0,0.0,132.0,0.0,15.0,94.0,373.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 50.01,1685.000045,438.49823,629.7334595,4.630393028,101.1740875,0.231519654,496.6096497,1228.443237,33257.00107,189200.003,448.9165955,80.08874098724348,36.54353591430941,43.545205072934074,0.6654206013508535,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,56.985,26.024,30.961,13.538,37.373,-23.835,6.337,6.004,0.333,0.0,0.275,-0.275,0.0,0.014,-0.014,17.907,29.472,-11.565 +11001005002,"Census Tract 50.02, District of Columbia, District of Columbia",5986,4981.0,87969.0,470300.0,3508.0,2591.0,1157.0,22.0,426.0,27.0,8.0,268.0,1487.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 50.02,5593.000064,1455.501831,2090.266602,15.36960697,335.82592769999997,0.768480361,1648.3903810000002,4077.556885,33256.99886,189199.9982,1490.083374,70.42762497490463,36.54353369002724,33.88409128487739,0.4206931800807995,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,43.284,26.024,17.26,19.328,37.373,-18.045,7.117,6.004,1.113,0.368,0.275,0.093,0.451,0.014,0.437,24.841,29.472,-4.631 +11001005201,"Census Tract 52.01, District of Columbia, District of Columbia",6263,5810.0,114271.0,563900.0,4789.0,4297.0,376.0,83.0,517.0,0.0,21.0,171.0,798.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 52.01,4559.0,2436.0,1093.0,26.0,377.0,2.0,588.0,3711.0,35561.0,147700.0,2304.0,82.42685025817556,62.085691188358936,20.341159069816626,0.6228267423302004,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,68.609,53.433,15.176,6.004,23.975,-17.971,8.255,8.269,-0.014,1.325,0.57,0.755,0.0,0.044,-0.044,12.741,12.898,-0.157 +11001005301,"Census Tract 53.01, District of Columbia, District of Columbia",4915,4270.0,90402.0,444900.0,3999.0,3534.0,181.0,16.0,582.0,0.0,0.0,129.0,473.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 53.01,5045.0,3696.0,377.0,28.0,386.0,2.0,505.0,4247.0,50510.0,142000.0,3374.0,93.65339578454332,79.44431363315282,14.209082151390504,0.5403910991233986,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,71.902,73.261,-1.359,3.683,7.473,-3.79,11.841,7.651,4.19,0.326,0.555,-0.229,0.0,0.04,-0.04,9.624,10.01,-0.386 +11001005500,"Census Tract 55, District of Columbia, District of Columbia",6864,5575.0,79306.0,713500.0,5014.0,4907.0,405.0,60.0,704.0,0.0,0.0,212.0,576.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 55,4696.0,3531.0,393.0,25.0,424.0,0.0,271.0,3904.0,59609.0,186900.0,3181.0,89.9372197309417,81.48053278688525,8.456686944056457,0.6227946741415558,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,71.489,75.192,-3.703,5.9,8.369,-2.469,10.256,9.029,1.227,0.874,0.532,0.342,0.0,0.0,0.0,8.392,5.771,2.621 +11001005600,"Census Tract 56, District of Columbia, District of Columbia",6442,3853.0,83365.0,484800.0,3352.0,4021.0,369.0,17.0,733.0,0.0,101.0,247.0,954.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 56,5946.0,4454.0,363.0,23.0,679.0,0.0,363.0,3494.0,39286.0,164800.0,2445.0,86.99714508175448,69.97710360618203,17.020041475572455,0.5104950495049505,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,62.419,74.908,-12.489,5.728,6.105,-0.377,11.378,11.419,-0.041,0.264,0.387,-0.123,0.0,0.0,0.0,14.809,6.105,8.704 +11001005800,"Census Tract 58, District of Columbia, District of Columbia",3039,2778.0,137259.0,510700.0,2237.0,1851.0,240.0,0.0,605.0,0.0,0.0,106.0,237.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 58,1470.0,697.0,206.0,2.0,497.0,0.0,62.0,1208.0,40644.0,171600.0,540.0,80.52555795536357,44.70198675496689,35.82357120039668,0.5161464656354023,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,60.908,47.415,13.493,7.897,14.014,-6.117,19.908,33.81,-13.902,0.0,0.136,-0.136,0.0,0.0,0.0,7.799,4.218,3.581 +11001005900,"Census Tract 59, District of Columbia, District of Columbia",2682,1917.0,101553.0,455200.0,1495.0,1474.0,568.0,0.0,337.0,0.0,31.0,86.0,186.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 59,1856.0,155.0,1545.0,6.0,66.0,0.0,75.0,1480.0,21020.0,350000.0,265.0,77.98643714136672,17.905405405405407,60.08103173596132,-0.10720562390158173,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,False,False,False,False,False,True,54.959,8.351,46.608,21.178,83.244,-62.066,12.565,3.556,9.009,0.0,0.323,-0.323,0.0,0.0,0.0,6.935,4.041,2.894 +11001006202,"Census Tract 62.02, District of Columbia, District of Columbia",72,52.0,,,52.0,72.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 62.02,12.0,7.0,5.0,0.0,0.0,0.0,0.0,0.0,,,0.0,100.0,,,,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,True,False,False,False,False,False,False,False,False,False,100.0,58.333,41.667,0.0,41.667,-41.667,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +11001006400,"Census Tract 64, District of Columbia, District of Columbia",2488,1678.0,19459.0,465200.0,448.0,290.0,2068.0,9.0,0.0,0.0,0.0,0.0,121.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 64,2241.415687,71.67058837,2052.645752,7.0,47.04967321,0.0,60.04967321,1432.366013,13292.262209999999,108360.9954,126.0431374,26.6984505363528,8.799645918434676,17.898804617918124,0.6645747347893379,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,11.656,3.198,8.458,83.119,91.578,-8.459,0.0,2.099,-2.099,0.362,0.312,0.05,0.0,0.0,0.0,4.863,2.679,2.184 +11001006500,"Census Tract 65, District of Columbia, District of Columbia",2604,2072.0,125536.0,891800.0,1862.0,1999.0,305.0,0.0,6.0,0.0,0.0,19.0,275.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 65,2422.0,1980.0,246.0,14.0,102.0,3.0,70.0,2055.0,61903.0,291100.0,1673.0,89.86486486486487,81.41119221411192,8.45367265075295,0.5299573895492263,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,76.767,81.751,-4.984,11.713,10.157,1.556,0.23,4.211,-3.981,0.0,0.578,-0.578,0.0,0.124,-0.124,10.561,2.89,7.671 +11001006600,"Census Tract 66, District of Columbia, District of Columbia",2036,1664.0,134911.0,1022300.0,1465.0,1651.0,48.0,64.0,106.0,0.0,0.0,89.0,78.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 66,1837.0,1595.0,97.0,10.0,71.0,1.0,55.0,1483.0,75761.0,340900.0,1352.0,88.04086538461539,91.1665542818611,-3.125688897245709,0.5198121882030715,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,81.09,86.826,-5.736,2.358,5.28,-2.922,5.206,3.865,1.341,3.143,0.544,2.599,0.0,0.054,-0.054,3.831,2.994,0.837 +11001006700,"Census Tract 67, District of Columbia, District of Columbia",4375,3522.0,140054.0,789500.0,3121.0,3306.0,591.0,0.0,150.0,0.0,16.0,72.0,240.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 67,3543.0,2469.0,830.0,9.0,74.0,0.0,139.0,2964.0,76952.0,267300.0,2259.0,88.61442362294152,76.21457489878543,12.399848724156087,0.51246105129829,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,75.566,69.687,5.879,13.509,23.426,-9.917,3.429,2.089,1.34,0.0,0.254,-0.254,0.0,0.0,0.0,5.486,3.923,1.563 +11001006801,"Census Tract 68.01, District of Columbia, District of Columbia",2350,1896.0,89327.0,598500.0,1205.0,1052.0,993.0,4.0,90.0,0.0,10.0,74.0,131.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 68.01,1997.0,106.0,1858.0,3.0,9.0,0.0,20.0,1430.0,30662.0,127300.0,291.0,63.5548523206751,20.34965034965035,43.20520197102475,0.6937142857142857,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,44.766,5.308,39.458,42.255,93.04,-50.785,3.83,0.451,3.379,0.17,0.15,0.02,0.0,0.0,0.0,5.574,1.002,4.572 +11001006802,"Census Tract 68.02, District of Columbia, District of Columbia",2509,1837.0,156042.0,655000.0,1426.0,1486.0,809.0,0.0,37.0,0.0,8.0,86.0,83.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 68.02,2066.0,241.0,1767.0,9.0,14.0,1.0,28.0,1575.0,39097.0,133300.0,296.0,77.62656505171475,18.793650793650794,58.83291425806395,0.7069435114503817,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,59.227,11.665,47.562,32.244,85.528,-53.284,1.475,0.678,0.797,0.0,0.436,-0.436,0.0,0.048,-0.048,3.308,1.355,1.953 +11001006804,"Census Tract 68.04, District of Columbia, District of Columbia",2733,2150.0,156583.0,822400.0,167.0,159.0,2360.0,13.0,0.0,0.0,22.0,40.0,143.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 68.04,2628.0,174.0,2270.0,11.0,20.0,0.0,122.0,1795.0,31000.0,130000.0,265.0,7.767441860465116,14.763231197771587,-6.995789337306471,0.7723735408560312,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,5.818,6.621,-0.803,86.352,86.377,-0.025,0.0,0.761,-0.761,0.476,0.419,0.057,0.0,0.0,0.0,5.232,4.642,0.59 +11001006900,"Census Tract 69, District of Columbia, District of Columbia",2379,1932.0,144063.0,815700.0,1558.0,1683.0,423.0,0.0,30.0,0.0,0.0,123.0,120.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 69,1854.0,731.0,1003.0,8.0,40.0,2.0,68.0,1515.0,51438.0,170900.0,733.0,80.64182194616977,48.382838283828384,32.258983662341386,0.6983008458992277,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,70.744,39.428,31.316,17.781,54.099,-36.318,1.261,2.157,-0.896,0.0,0.431,-0.431,0.0,0.108,-0.108,5.044,3.668,1.376 +11001007000,"Census Tract 70, District of Columbia, District of Columbia",2923,1956.0,124583.0,834100.0,1667.0,1999.0,290.0,0.0,59.0,0.0,32.0,179.0,364.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 70,2132.0,1450.0,495.0,18.0,58.0,0.0,104.0,1609.0,67109.0,221800.0,1133.0,85.22494887525562,70.41640770665009,14.80854116860553,0.6170818846661071,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,68.389,68.011,0.378,9.921,23.218,-13.297,2.018,2.72,-0.702,0.0,0.844,-0.844,0.0,0.0,0.0,12.453,4.878,7.575 +11001007100,"Census Tract 71, District of Columbia, District of Columbia",3425,2333.0,72109.0,550300.0,1247.0,1099.0,1985.0,0.0,101.0,0.0,0.0,74.0,166.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 71,2818.0,224.0,2422.0,9.0,64.0,1.0,82.0,1517.0,25022.0,129400.0,361.0,53.45049292756108,23.796967699406725,29.653525228154354,0.661391968017445,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,32.088,7.949,24.139,57.956,85.947,-27.991,2.949,2.271,0.678,0.0,0.319,-0.319,0.0,0.035,-0.035,4.847,2.91,1.937 +11001007200,"Census Tract 72, District of Columbia, District of Columbia",5154,4345.0,109605.0,530000.0,3550.0,3291.0,1296.0,0.0,160.0,0.0,0.0,117.0,290.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 72,1825.0,56.0,1736.0,2.0,9.0,0.0,22.0,1121.0,8089.0,126800.0,65.0,81.70310701956272,5.798394290811776,75.90471272875095,0.6554867924528301,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,63.853,3.068,60.785,25.146,95.123,-69.977,3.104,0.493,2.611,0.0,0.11,-0.11,0.0,0.0,0.0,5.627,1.205,4.422 +11001007301,"Census Tract 73.01, District of Columbia, District of Columbia",4606,2161.0,84009.0,,1305.0,2409.0,1107.0,6.0,103.0,0.0,31.0,241.0,709.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 73.01,5232.722168,2843.305664,1597.6098630000001,54.98657227,263.9355469,9.997558594,441.8920898,2453.400879,49122.0,95000.0,882.7844238,60.38870893105044,35.982070087128236,24.406638843922202,,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,False,False,True,False,True,False,52.301,54.337,-2.036,24.034,30.531,-6.497,2.236,5.044,-2.808,0.13,1.051,-0.921,0.0,0.191,-0.191,15.393,8.445,6.948 +11001007304,"Census Tract 73.04, District of Columbia, District of Columbia",3592,2352.0,32428.0,263500.0,284.0,164.0,3278.0,0.0,0.0,0.0,0.0,28.0,122.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 73.04,4665.0,38.0,4578.0,20.0,8.0,0.0,20.0,2375.0,22550.0,99100.0,125.0,12.07482993197279,5.2631578947368425,6.811672037235947,0.4584288425047438,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,4.566,0.815,3.751,91.258,98.135,-6.877,0.0,0.171,-0.171,0.0,0.429,-0.429,0.0,0.0,0.0,3.396,0.429,2.967 +11001007401,"Census Tract 74.01, District of Columbia, District of Columbia",2262,1154.0,14566.0,255200.0,91.0,49.0,2139.0,0.0,26.0,0.0,0.0,0.0,48.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.01,2996.0,12.0,2954.0,1.0,0.0,0.0,27.0,1303.0,14083.0,102500.0,24.0,7.885615251299827,1.841903300076746,6.043711951223081,0.4216300940438871,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,2.166,0.401,1.765,94.562,98.598,-4.036,1.149,0.0,1.149,0.0,0.033,-0.033,0.0,0.0,0.0,2.122,0.901,1.221 +11001007403,"Census Tract 74.03, District of Columbia, District of Columbia",3187,1738.0,25761.0,231300.0,169.0,41.0,3054.0,0.0,0.0,0.0,11.0,0.0,81.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.03,2308.0,10.0,2268.0,6.0,1.0,0.0,14.0,1115.0,29095.0,70400.0,37.0,9.723820483314155,3.318385650224215,6.40543483308994,0.5617120622568094,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,1.286,0.433,0.853,95.827,98.267,-2.44,0.0,0.043,-0.043,0.0,0.26,-0.26,0.0,0.0,0.0,2.542,0.607,1.935 +11001007404,"Census Tract 74.04, District of Columbia, District of Columbia",4307,2074.0,42439.0,339200.0,337.0,37.0,4058.0,0.0,8.0,0.0,87.0,0.0,117.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.04,3314.0,11.0,3271.0,2.0,0.0,0.0,30.0,1448.0,9353.0,85200.0,0.0,16.248794599807137,0.0,16.248794599807137,0.6383018867924528,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,0.859,0.332,0.527,94.219,98.702,-4.483,0.186,0.0,0.186,0.0,0.06,-0.06,0.0,0.0,0.0,2.717,0.905,1.812 +11001007406,"Census Tract 74.06, District of Columbia, District of Columbia",3254,1452.0,24688.0,250000.0,115.0,2.0,2904.0,0.0,0.0,16.0,0.0,40.0,292.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.06,3227.0,5.0,3194.0,5.0,1.0,0.0,22.0,1239.0,15877.0,89400.0,30.0,7.920110192837465,2.4213075060532687,5.498802686784197,0.485056,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.061,0.155,-0.094,89.244,98.977,-9.733,0.0,0.031,-0.031,0.0,0.155,-0.155,0.492,0.0,0.492,8.974,0.682,8.292 +11001007407,"Census Tract 74.07, District of Columbia, District of Columbia",3297,2073.0,34410.0,239600.0,394.0,76.0,3145.0,0.0,0.0,0.0,0.0,26.0,50.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.07,2373.0,25.0,2305.0,8.0,9.0,0.0,25.0,1441.0,33125.0,86300.0,89.0,19.006271104679207,6.176266481609993,12.830004623069215,0.4813355592654424,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,2.305,1.054,1.251,95.39,97.134,-1.744,0.0,0.379,-0.379,0.0,0.337,-0.337,0.0,0.0,0.0,1.517,1.054,0.463 +11001007408,"Census Tract 74.08, District of Columbia, District of Columbia",3632,2015.0,21728.0,265200.0,136.0,63.0,3376.0,11.0,0.0,0.0,146.0,0.0,47.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.08,2166.0,3.0,2153.0,0.0,0.0,0.0,10.0,1093.0,19570.0,102200.0,71.0,6.749379652605459,6.495882891125343,0.2534967614801156,0.44506787330316744,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,1.735,0.139,1.596,92.952,99.4,-6.448,0.0,0.0,0.0,0.303,0.0,0.303,0.0,0.0,0.0,1.294,0.462,0.832 +11001007409,"Census Tract 74.09, District of Columbia, District of Columbia",4000,2202.0,38107.0,255700.0,173.0,32.0,3751.0,0.0,55.0,0.0,0.0,23.0,139.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 74.09,3444.0,8.0,3393.0,2.0,1.0,0.0,33.0,1695.0,16849.0,91300.0,54.0,7.856494096276113,3.185840707964602,4.670653388311511,0.48583496284708644,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.8,0.232,0.568,93.775,98.519,-4.744,1.375,0.029,1.346,0.0,0.058,-0.058,0.0,0.0,0.0,3.475,0.958,2.517 +11001007502,"Census Tract 75.02, District of Columbia, District of Columbia",5314,3118.0,27003.0,264800.0,411.0,47.0,5245.0,0.0,0.0,0.0,0.0,22.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 75.02,4221.0,42.0,4131.0,3.0,6.0,0.0,34.0,2332.0,19950.0,126300.0,146.0,13.181526619627967,6.260720411663808,6.920806207964159,0.31317220543806645,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.884,0.995,-0.111,98.702,97.868,0.834,0.0,0.142,-0.142,0.0,0.071,-0.071,0.0,0.0,0.0,0.0,0.805,-0.805 +11001007503,"Census Tract 75.03, District of Columbia, District of Columbia",2454,1425.0,26250.0,345600.0,308.0,122.0,2278.0,0.0,0.0,0.0,0.0,17.0,37.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 75.03,2515.0,28.0,2447.0,3.0,7.0,1.0,26.0,1456.0,21402.0,99200.0,55.0,21.614035087719298,3.7774725274725274,17.83656256024677,0.5866666666666667,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,4.971,1.113,3.858,92.828,97.296,-4.468,0.0,0.278,-0.278,0.0,0.119,-0.119,0.0,0.04,-0.04,1.508,1.034,0.474 +11001007504,"Census Tract 75.04, District of Columbia, District of Columbia",2906,1661.0,17077.0,316700.0,190.0,27.0,2874.0,0.0,0.0,0.0,0.0,0.0,5.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 75.04,2358.0,21.0,2296.0,4.0,13.0,0.0,21.0,1164.0,22755.0,92200.0,107.0,11.43889223359422,9.192439862542955,2.246452371051266,0.5807767603410168,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.929,0.891,0.038,98.899,97.371,1.528,0.0,0.551,-0.551,0.0,0.17,-0.17,0.0,0.0,0.0,0.172,0.891,-0.719 +11001007601,"Census Tract 76.01, District of Columbia, District of Columbia",4855,3463.0,34840.0,255000.0,727.0,311.0,4292.0,0.0,0.0,13.0,0.0,41.0,198.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.01,4572.0,108.0,4393.0,7.0,5.0,0.0,57.0,2998.0,32930.0,101300.0,249.0,20.99335835980364,8.305537024683122,12.687821335120518,0.4279529411764706,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,6.406,2.362,4.044,88.404,96.085,-7.681,0.0,0.109,-0.109,0.0,0.153,-0.153,0.268,0.0,0.268,4.078,1.247,2.831 +11001007603,"Census Tract 76.03, District of Columbia, District of Columbia",4283,3247.0,49435.0,221400.0,1022.0,308.0,3583.0,0.0,22.0,0.0,0.0,0.0,370.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.03,4255.0,265.0,3894.0,12.0,25.0,0.0,52.0,3074.0,32837.0,135100.0,875.0,31.475207884200803,28.464541314248535,3.0106665699522672,0.12130081300813009,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,7.191,6.228,0.963,83.656,91.516,-7.86,0.514,0.588,-0.074,0.0,0.282,-0.282,0.0,0.0,0.0,8.639,1.222,7.417 +11001007604,"Census Tract 76.04, District of Columbia, District of Columbia",4256,3126.0,54338.0,412100.0,792.0,132.0,3793.0,72.0,21.0,0.0,20.0,58.0,160.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.04,3764.0,138.0,3571.0,7.0,13.0,0.0,22.0,2635.0,35811.0,162500.0,563.0,25.335892514395393,21.366223908918407,3.9696686054769863,0.43217665615141954,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,False,True,True,False,False,False,True,3.102,3.666,-0.564,89.121,94.872,-5.751,0.493,0.345,0.148,1.692,0.186,1.506,0.0,0.0,0.0,3.759,0.584,3.175 +11001007605,"Census Tract 76.05, District of Columbia, District of Columbia",3956,2771.0,33659.0,247300.0,583.0,128.0,3418.0,0.0,69.0,0.0,0.0,127.0,214.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 76.05,3721.0,43.0,3618.0,11.0,17.0,0.0,30.0,2498.0,32500.0,106500.0,306.0,21.03933597979069,12.249799839871898,8.789536139918791,0.3798625151637687,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,3.236,1.156,2.08,86.4,97.232,-10.832,1.744,0.457,1.287,0.0,0.296,-0.296,0.0,0.0,0.0,5.41,0.806,4.604 +11001007703,"Census Tract 77.03, District of Columbia, District of Columbia",6159,3471.0,26020.0,257500.0,154.0,0.0,5753.0,0.0,23.0,0.0,0.0,16.0,367.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.03,4615.0,24.0,4464.0,12.0,9.0,2.0,104.0,2610.0,25240.0,94300.0,223.0,4.4367617401325266,8.544061302681992,-4.107299562549466,0.47265242718446604,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.0,0.52,-0.52,93.408,96.728,-3.32,0.373,0.195,0.178,0.0,0.26,-0.26,0.0,0.043,-0.043,5.959,2.254,3.705 +11001007707,"Census Tract 77.07, District of Columbia, District of Columbia",4484,2692.0,40995.0,272800.0,398.0,21.0,4356.0,0.0,0.0,0.0,0.0,38.0,69.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.07,3796.0,22.0,3741.0,9.0,8.0,0.0,15.0,2451.0,33592.0,104100.0,332.0,14.784546805349184,13.545491636066911,1.2390551692822722,0.4504985337243402,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.468,0.58,-0.112,97.145,98.551,-1.406,0.0,0.211,-0.211,0.0,0.237,-0.237,0.0,0.0,0.0,1.539,0.395,1.144 +11001007708,"Census Tract 77.08, District of Columbia, District of Columbia",3039,1830.0,35488.0,220600.0,30.0,0.0,3039.0,0.0,0.0,0.0,0.0,0.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.08,2706.0,16.0,2675.0,5.0,2.0,0.0,7.0,1641.0,25382.0,99500.0,39.0,1.639344262295082,2.376599634369287,-0.737255372074205,0.35049864007252945,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.0,0.591,-0.591,100.0,98.854,1.146,0.0,0.074,-0.074,0.0,0.185,-0.185,0.0,0.0,0.0,0.0,0.259,-0.259 +11001007709,"Census Tract 77.09, District of Columbia, District of Columbia",2524,1817.0,33750.0,250000.0,344.0,20.0,2280.0,0.0,0.0,0.0,0.0,130.0,94.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 77.09,1979.0,29.0,1899.0,7.0,8.0,0.0,35.0,1323.0,29332.0,111600.0,135.0,18.932305998899285,10.204081632653061,8.728224366246224,0.357184,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.792,1.465,-0.673,90.333,95.958,-5.625,0.0,0.404,-0.404,0.0,0.354,-0.354,0.0,0.0,0.0,3.724,1.769,1.955 +11001007803,"Census Tract 78.03, District of Columbia, District of Columbia",4111,2672.0,37203.0,251700.0,440.0,121.0,3605.0,29.0,9.0,0.0,20.0,9.0,318.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.03,3092.0,33.0,3019.0,2.0,5.0,0.0,32.0,2094.0,27295.0,97700.0,222.0,16.46706586826347,10.601719197707736,5.865346670555736,0.4410488676996424,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,2.943,1.067,1.876,87.692,97.639,-9.947,0.219,0.162,0.057,0.705,0.065,0.64,0.0,0.0,0.0,7.735,1.035,6.7 +11001007804,"Census Tract 78.04, District of Columbia, District of Columbia",4121,2635.0,51065.0,301000.0,460.0,4.0,3976.0,0.0,9.0,0.0,0.0,110.0,22.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.04,3390.0,21.0,3340.0,5.0,5.0,0.0,19.0,2052.0,21130.0,93500.0,226.0,17.4573055028463,11.01364522417154,6.443660278674759,0.5526910299003323,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.097,0.619,-0.522,96.481,98.525,-2.044,0.218,0.147,0.071,0.0,0.147,-0.147,0.0,0.0,0.0,0.534,0.56,-0.026 +11001007806,"Census Tract 78.06, District of Columbia, District of Columbia",2169,1519.0,37981.0,297800.0,250.0,62.0,2104.0,0.0,0.0,0.0,0.0,0.0,3.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.06,2133.0,8.0,2100.0,7.0,4.0,0.0,13.0,1484.0,31921.0,92100.0,134.0,16.458196181698487,9.029649595687331,7.428546586011155,0.5546541302887844,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,2.858,0.375,2.483,97.003,98.453,-1.45,0.0,0.188,-0.188,0.0,0.328,-0.328,0.0,0.0,0.0,0.138,0.609,-0.471 +11001007807,"Census Tract 78.07, District of Columbia, District of Columbia",2171,1528.0,38438.0,250300.0,204.0,16.0,2049.0,0.0,6.0,0.0,0.0,14.0,86.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.07,1911.0,8.0,1870.0,4.0,5.0,0.0,23.0,1182.0,34050.0,108500.0,83.0,13.350785340314136,7.021996615905246,6.3287887244088905,0.3757890531362365,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.737,0.419,0.318,94.38,97.855,-3.475,0.276,0.262,0.014,0.0,0.209,-0.209,0.0,0.0,0.0,3.961,1.204,2.757 +11001007808,"Census Tract 78.08, District of Columbia, District of Columbia",3949,2309.0,31714.0,226400.0,388.0,0.0,3804.0,0.0,8.0,0.0,0.0,32.0,105.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.08,4012.0,22.0,3948.0,7.0,4.0,0.0,29.0,2217.0,24267.0,87900.0,161.0,16.803811173668254,7.262065854758683,9.541745318909571,0.4409187279151943,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.0,0.548,-0.548,96.328,98.405,-2.077,0.203,0.1,0.103,0.0,0.174,-0.174,0.0,0.0,0.0,2.659,0.723,1.936 +11001007809,"Census Tract 78.09, District of Columbia, District of Columbia",3521,2300.0,47713.0,209300.0,347.0,16.0,3323.0,0.0,33.0,0.0,0.0,50.0,99.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 78.09,2667.0,31.0,2600.0,4.0,1.0,0.0,31.0,1872.0,28719.0,82900.0,184.0,15.08695652173913,9.82905982905983,5.257896692679301,0.4296416626851409,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.454,1.162,-0.708,94.377,97.488,-3.111,0.937,0.037,0.9,0.0,0.15,-0.15,0.0,0.0,0.0,2.812,1.162,1.65 +11001007901,"Census Tract 79.01, District of Columbia, District of Columbia",4078,2914.0,51949.0,514100.0,1105.0,950.0,2764.0,40.0,22.0,0.0,88.0,68.0,156.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 79.01,3680.0,22.0,3584.0,6.0,13.0,0.0,52.0,2285.0,24327.0,107200.0,145.0,37.920384351407,6.3457330415754925,31.57465130983151,0.6997315697335149,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,23.296,0.598,22.698,67.778,97.391,-29.613,0.539,0.353,0.186,0.981,0.163,0.818,0.0,0.0,0.0,3.825,1.413,2.412 +11001007903,"Census Tract 79.03, District of Columbia, District of Columbia",1971,1401.0,80588.0,439600.0,668.0,397.0,1433.0,0.0,30.0,0.0,8.0,50.0,53.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 79.03,1840.0,17.0,1779.0,3.0,0.0,0.0,39.0,1294.0,36280.0,99300.0,162.0,47.6802284082798,12.519319938176197,35.16090847010361,0.674722474977252,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,20.142,0.924,19.218,72.704,96.685,-23.981,1.522,0.0,1.522,0.0,0.163,-0.163,0.0,0.0,0.0,2.689,2.12,0.569 +11001008001,"Census Tract 80.01, District of Columbia, District of Columbia",3125,2418.0,139706.0,622200.0,1866.0,2000.0,779.0,0.0,106.0,0.0,10.0,137.0,93.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 80.01,2578.0,311.0,2189.0,7.0,29.0,0.0,41.0,1889.0,41949.0,134100.0,428.0,77.1712158808933,22.65749073583907,54.51372514505423,0.6896432015429123,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,64.0,12.064,51.936,24.928,84.911,-59.983,3.392,1.125,2.267,0.0,0.272,-0.272,0.0,0.0,0.0,2.976,1.59,1.386 +11001008002,"Census Tract 80.02, District of Columbia, District of Columbia",3470,2733.0,116641.0,678700.0,2012.0,2047.0,1004.0,0.0,79.0,0.0,0.0,52.0,288.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 80.02,3104.0,767.0,2239.0,11.0,30.0,2.0,48.0,2425.0,50025.0,149600.0,994.0,73.61873399195024,40.98969072164948,32.629043270300755,0.6825931928687196,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,58.991,24.71,34.281,28.934,72.133,-43.199,2.277,0.966,1.311,0.0,0.354,-0.354,0.0,0.064,-0.064,8.3,1.546,6.754 +11001008100,"Census Tract 81, District of Columbia, District of Columbia",3286,2602.0,143068.0,849700.0,2186.0,2493.0,315.0,7.0,92.0,0.0,18.0,85.0,276.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 81,2527.0,1511.0,853.0,12.0,52.0,0.0,75.0,1972.0,62742.0,229500.0,1356.0,84.01229823212913,68.76267748478702,15.249620747342107,0.6110627280216547,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,75.867,59.794,16.073,9.586,33.755,-24.169,2.8,2.058,0.742,0.213,0.475,-0.262,0.0,0.0,0.0,8.399,2.968,5.431 +11001008200,"Census Tract 82, District of Columbia, District of Columbia",3056,2124.0,115742.0,989800.0,1947.0,2381.0,232.0,0.0,102.0,0.0,0.0,87.0,254.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 82,2505.0,2151.0,180.0,24.0,58.0,2.0,79.0,2049.0,58274.0,288000.0,1770.0,91.66666666666667,86.38360175695462,5.283064909712053,0.5810062638916953,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,False,True,True,False,False,False,True,77.912,85.868,-7.956,7.592,7.186,0.406,3.338,2.315,1.023,0.0,0.958,-0.958,0.0,0.08,-0.08,8.312,3.154,5.158 +11001008301,"Census Tract 83.01, District of Columbia, District of Columbia",2423,1919.0,147989.0,798300.0,1692.0,1777.0,242.0,0.0,135.0,0.0,7.0,120.0,142.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 83.01,2243.0,1300.0,775.0,13.0,73.0,0.0,74.0,1764.0,66550.0,221900.0,1182.0,88.17092235539343,67.00680272108843,21.164119634304996,0.5997294250281849,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,73.339,57.958,15.381,9.988,34.552,-24.564,5.572,3.255,2.317,0.0,0.58,-0.58,0.0,0.0,0.0,5.861,3.299,2.562 +11001008302,"Census Tract 83.02, District of Columbia, District of Columbia",2547,2030.0,129167.0,753800.0,1588.0,1740.0,514.0,1.0,146.0,0.0,3.0,70.0,73.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 83.02,1956.0,1047.0,796.0,9.0,38.0,0.0,60.0,1574.0,67868.0,220700.0,994.0,78.22660098522168,63.15120711562897,15.075393869592709,0.5783921464579465,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,68.316,53.528,14.788,20.181,40.695,-20.514,5.732,1.943,3.789,0.039,0.46,-0.421,0.0,0.0,0.0,2.866,3.067,-0.201 +11001008402,"Census Tract 84.02, District of Columbia, District of Columbia",2352,2118.0,93011.0,676900.0,1602.0,1532.0,628.0,0.0,20.0,0.0,0.0,95.0,77.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 84.02,2139.0,454.0,1557.0,13.0,42.0,0.0,66.0,1716.0,31484.0,144400.0,578.0,75.63739376770538,33.68298368298368,41.954410084721694,0.6928113458413355,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,65.136,21.225,43.911,26.701,72.791,-46.09,0.85,1.964,-1.114,0.0,0.608,-0.608,0.0,0.0,0.0,3.274,3.086,0.188 +11001008410,"Census Tract 84.10, District of Columbia, District of Columbia",1533,1160.0,141563.0,651900.0,837.0,760.0,607.0,5.0,47.0,0.0,4.0,10.0,100.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 84.10,1506.0,51.0,1394.0,5.0,9.0,0.0,39.0,969.0,43333.0,108200.0,162.0,72.15517241379311,16.71826625386997,55.43690615992314,0.7609940174873446,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,49.576,3.386,46.19,39.596,92.563,-52.967,3.066,0.598,2.468,0.326,0.332,-0.006,0.0,0.0,0.0,6.523,2.59,3.933 +11001008701,"Census Tract 87.01, District of Columbia, District of Columbia",2368,2024.0,100333.0,567300.0,1154.0,789.0,1294.0,0.0,43.0,0.0,0.0,14.0,228.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 87.01,2415.0,34.0,2314.0,2.0,15.0,0.0,50.0,1705.0,40234.0,114900.0,351.0,57.015810276679844,20.58651026392962,36.429300012750225,0.7083447911158117,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,33.319,1.408,31.911,54.645,95.818,-41.173,1.816,0.621,1.195,0.0,0.083,-0.083,0.0,0.0,0.0,9.628,2.07,7.558 +11001008702,"Census Tract 87.02, District of Columbia, District of Columbia",2751,2170.0,72292.0,437700.0,1219.0,712.0,1559.0,0.0,131.0,0.0,11.0,63.0,275.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 87.02,1916.0,42.0,1773.0,14.0,5.0,0.0,71.0,1180.0,29961.0,115100.0,108.0,56.175115207373274,9.152542372881356,47.02257283449192,0.621329677861549,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,25.881,2.192,23.689,56.67,92.537,-35.867,4.762,0.261,4.501,0.0,0.731,-0.731,0.0,0.0,0.0,9.996,3.706,6.29 +11001008802,"Census Tract 88.02, District of Columbia, District of Columbia",4311,3413.0,64810.0,510300.0,1305.0,1053.0,2980.0,14.0,63.0,0.0,35.0,25.0,141.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 88.02,4160.0,49.0,4018.0,19.0,15.0,0.0,57.0,2724.0,28462.0,97300.0,236.0,38.23615587459713,8.66372980910426,29.57242606549287,0.7254320987654321,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,24.426,1.178,23.248,69.125,96.587,-27.462,1.461,0.361,1.1,0.325,0.457,-0.132,0.0,0.0,0.0,3.271,1.37,1.901 +11001008803,"Census Tract 88.03, District of Columbia, District of Columbia",2569,1243.0,25774.0,243500.0,337.0,554.0,1617.0,3.0,48.0,18.0,5.0,66.0,258.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 88.03,1918.0,605.0,1148.0,16.0,57.0,0.0,87.0,890.0,17857.0,92300.0,137.0,27.111826226870473,15.393258426966293,11.71856779990418,0.4541601642710472,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,21.565,31.543,-9.978,62.943,59.854,3.089,1.868,2.972,-1.104,0.117,0.834,-0.717,0.701,0.0,0.701,10.043,4.536,5.507 +11001008804,"Census Tract 88.04, District of Columbia, District of Columbia",2561,1876.0,43922.0,387700.0,571.0,253.0,2010.0,0.0,194.0,0.0,0.0,33.0,71.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 88.04,2277.0,5.0,2236.0,14.0,10.0,1.0,11.0,1502.0,24489.0,86500.0,49.0,30.437100213219615,3.262316910785619,27.174783302433998,0.6787206603043591,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,9.879,0.22,9.659,78.485,98.199,-19.714,7.575,0.439,7.136,0.0,0.615,-0.615,0.0,0.044,-0.044,2.772,0.483,2.289 +11001008903,"Census Tract 89.03, District of Columbia, District of Columbia",3252,2345.0,40605.0,318100.0,788.0,398.0,2571.0,0.0,90.0,0.0,7.0,22.0,164.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 89.03,2396.0,13.0,2328.0,2.0,14.0,0.0,35.0,1725.0,29698.0,85000.0,155.0,33.60341151385928,8.985507246376812,24.617904267482466,0.6152153410877083,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,12.239,0.543,11.696,79.059,97.162,-18.103,2.768,0.584,2.184,0.0,0.083,-0.083,0.0,0.0,0.0,5.043,1.461,3.582 +11001008904,"Census Tract 89.04, District of Columbia, District of Columbia",3680,2630.0,33228.0,278100.0,485.0,209.0,2904.0,0.0,24.0,0.0,0.0,60.0,483.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 89.04,3248.0,27.0,3162.0,16.0,3.0,0.0,35.0,1864.0,21540.0,107900.0,66.0,18.44106463878327,3.540772532188841,14.90029210659443,0.441294498381877,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,5.679,0.831,4.848,78.913,97.352,-18.439,0.652,0.092,0.56,0.0,0.493,-0.493,0.0,0.0,0.0,13.125,1.078,12.047 +11001009000,"Census Tract 90, District of Columbia, District of Columbia",3523,2768.0,38088.0,399000.0,1110.0,206.0,3039.0,0.0,10.0,0.0,0.0,0.0,268.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 90,2263.0,13.0,2212.0,6.0,3.0,0.0,27.0,1853.0,22610.0,121900.0,358.0,40.10115606936416,19.3200215866163,20.78113448274786,0.5600601503759398,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,5.847,0.574,5.273,86.262,97.746,-11.484,0.284,0.133,0.151,0.0,0.265,-0.265,0.0,0.0,0.0,7.607,1.193,6.414 +11001009102,"Census Tract 91.02, District of Columbia, District of Columbia",5254,3275.0,44217.0,350300.0,1061.0,567.0,4324.0,0.0,59.0,0.0,0.0,83.0,221.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 91.02,4400.0,28.0,4267.0,10.0,14.0,0.0,67.0,2718.0,27713.0,103100.0,302.0,32.396946564885496,11.11111111111111,21.285835453774386,0.5761804167856124,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,10.792,0.636,10.156,82.299,96.977,-14.678,1.123,0.318,0.805,0.0,0.227,-0.227,0.0,0.0,0.0,4.206,1.523,2.683 +11001009201,"Census Tract 92.01, District of Columbia, District of Columbia",2718,1691.0,84844.0,662400.0,1174.0,1142.0,1118.0,10.0,82.0,0.0,0.0,181.0,195.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 92.01,1381.0,263.0,1015.0,2.0,26.0,0.0,73.0,777.0,30268.0,105300.0,120.0,69.42637492607925,15.444015444015443,53.982359482063806,0.7710869565217391,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,42.016,19.044,22.972,41.133,73.497,-32.364,3.017,1.883,1.134,0.368,0.145,0.223,0.0,0.0,0.0,7.174,5.286,1.888 +11001009203,"Census Tract 92.03, District of Columbia, District of Columbia",2808,2176.0,70156.0,498000.0,898.0,436.0,1955.0,26.0,9.0,0.0,11.0,104.0,267.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 92.03,2861.0,53.0,2692.0,16.0,19.0,0.0,74.0,1981.0,31419.0,105800.0,262.0,41.268382352941174,13.225643614336194,28.04273873860498,0.6940722891566266,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,15.527,1.852,13.675,69.623,94.093,-24.47,0.321,0.664,-0.343,0.926,0.559,0.367,0.0,0.0,0.0,9.509,2.587,6.922 +11001009204,"Census Tract 92.04, District of Columbia, District of Columbia",2918,2040.0,26215.0,330900.0,382.0,309.0,2243.0,0.0,14.0,0.0,0.0,59.0,293.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 92.04,2322.0,29.0,2177.0,7.0,8.0,0.0,101.0,1554.0,22063.0,111700.0,106.0,18.725490196078432,6.821106821106821,11.904383374971612,0.5139075249320036,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,10.589,1.249,9.34,76.868,93.755,-16.887,0.48,0.345,0.135,0.0,0.301,-0.301,0.0,0.0,0.0,10.041,4.35,5.691 +11001009301,"Census Tract 93.01, District of Columbia, District of Columbia",3468,2709.0,94495.0,540900.0,1586.0,1137.0,1807.0,24.0,134.0,7.0,11.0,126.0,246.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 93.01,3305.0,611.0,2406.0,20.0,59.0,0.0,187.0,2232.0,51125.0,143100.0,782.0,58.545588778146914,35.03584229390681,23.509746484240104,0.6190349417637271,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,32.785,18.487,14.298,52.105,72.799,-20.694,3.864,1.785,2.079,0.692,0.605,0.087,0.202,0.0,0.202,7.093,5.658,1.435 +11001009302,"Census Tract 93.02, District of Columbia, District of Columbia",1279,1017.0,71375.0,510200.0,417.0,384.0,541.0,0.0,3.0,0.0,0.0,6.0,345.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 93.02,1201.0,19.0,1146.0,0.0,1.0,0.0,31.0,940.0,41875.0,128700.0,157.0,41.00294985250738,16.70212765957447,24.30082219293291,0.6367542140337122,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,30.023,1.582,28.441,42.299,95.42,-53.121,0.235,0.083,0.152,0.0,0.0,0.0,0.0,0.0,0.0,26.974,2.581,24.393 +11001009400,"Census Tract 94, District of Columbia, District of Columbia",4917,3614.0,97804.0,498000.0,1521.0,710.0,3782.0,0.0,49.0,0.0,19.0,78.0,279.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 94,4166.0,128.0,3873.0,9.0,27.0,0.0,119.0,3081.0,53558.0,152100.0,1027.0,42.0863309352518,33.333333333333336,8.752997601918466,0.5601927710843374,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,False,True,True,False,False,False,True,14.44,3.072,11.368,76.917,92.967,-16.05,0.997,0.648,0.349,0.0,0.216,-0.216,0.0,0.0,0.0,5.674,2.856,2.818 +11001009501,"Census Tract 95.01, District of Columbia, District of Columbia",7659,3550.0,48395.0,361800.0,1014.0,1933.0,3469.0,15.0,260.0,5.0,0.0,67.0,1910.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.01,5264.0,1757.0,3152.0,18.0,119.0,0.0,197.0,2610.0,28605.0,118600.0,706.0,28.56338028169014,27.049808429118773,1.513571852571367,0.5279601990049752,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,25.238,33.378,-8.14,45.293,59.878,-14.585,3.395,2.261,1.134,0.196,0.342,-0.146,0.065,0.0,0.065,24.938,3.742,21.196 +11001009503,"Census Tract 95.03, District of Columbia, District of Columbia",3144,2335.0,104603.0,478200.0,1295.0,577.0,2432.0,0.0,34.0,0.0,0.0,44.0,57.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.03,3066.0,299.0,2702.0,4.0,20.0,1.0,37.0,2335.0,61667.0,159900.0,980.0,55.46038543897216,41.97002141327623,13.490364025695932,0.5184943538268507,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,True,False,False,False,True,18.352,9.752,8.6,77.354,88.128,-10.774,1.081,0.652,0.429,0.0,0.13,-0.13,0.0,0.033,-0.033,1.813,1.207,0.606 +11001009504,"Census Tract 95.04, District of Columbia, District of Columbia",3296,2627.0,83690.0,449800.0,1328.0,963.0,1744.0,304.0,94.0,0.0,0.0,49.0,446.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.04,3353.0,562.0,2585.0,4.0,90.0,1.0,102.0,2506.0,43211.0,141000.0,749.0,50.55196041111534,29.88826815642458,20.66369225469076,0.5485993775011117,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,29.217,16.761,12.456,52.913,77.095,-24.182,2.852,2.684,0.168,9.223,0.119,9.104,0.0,0.03,-0.03,13.532,3.042,10.49 +11001009505,"Census Tract 95.05, District of Columbia, District of Columbia",2940,2274.0,67112.0,423800.0,883.0,306.0,2236.0,34.0,21.0,0.0,11.0,21.0,324.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.05,2671.0,65.0,2522.0,2.0,9.0,0.0,62.0,2050.0,46023.0,126800.0,524.0,38.83025505716799,25.5609756097561,13.26927944741189,0.5691552619159981,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,10.408,2.434,7.974,76.054,94.422,-18.368,0.714,0.337,0.377,1.156,0.075,1.081,0.0,0.0,0.0,11.02,2.321,8.699 +11001009507,"Census Tract 95.07, District of Columbia, District of Columbia",1924,1230.0,74375.0,332600.0,326.0,18.0,1603.0,0.0,0.0,0.0,0.0,11.0,292.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.07,1533.0,9.0,1493.0,1.0,11.0,0.0,10.0,1189.0,41359.0,123200.0,273.0,26.504065040650406,22.960470984020183,3.543594056630223,0.46660252555622367,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.936,0.587,0.349,83.316,97.391,-14.075,0.0,0.718,-0.718,0.0,0.065,-0.065,0.0,0.0,0.0,15.177,0.652,14.525 +11001009508,"Census Tract 95.08, District of Columbia, District of Columbia",3691,2838.0,56404.0,356600.0,1008.0,211.0,2688.0,68.0,71.0,0.0,0.0,66.0,587.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.08,2860.0,25.0,2762.0,5.0,17.0,0.0,41.0,2138.0,41972.0,136300.0,457.0,35.51797040169133,21.37511693171188,14.14285346997945,0.44960179472798656,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,5.717,0.874,4.843,72.826,96.573,-23.747,1.924,0.594,1.33,1.842,0.175,1.667,0.0,0.0,0.0,15.904,1.434,14.47 +11001009509,"Census Tract 95.09, District of Columbia, District of Columbia",3314,2280.0,64792.0,377400.0,901.0,245.0,2701.0,0.0,0.0,0.0,0.0,79.0,289.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 95.09,2898.0,47.0,2823.0,9.0,5.0,0.0,14.0,2203.0,53883.0,125000.0,453.0,39.51754385964912,20.562868815251928,18.954675044397195,0.5230524642289348,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,7.393,1.622,5.771,81.503,97.412,-15.909,0.0,0.173,-0.173,0.0,0.311,-0.311,0.0,0.0,0.0,8.721,0.483,8.238 +11001009601,"Census Tract 96.01, District of Columbia, District of Columbia",2567,1496.0,29428.0,313600.0,266.0,44.0,2497.0,0.0,0.0,0.0,0.0,5.0,21.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.01,2343.0,11.0,2309.0,10.0,7.0,0.0,6.0,1267.0,32571.0,121800.0,189.0,17.780748663101605,14.917127071823204,2.8636215912784007,0.4407142857142857,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,1.714,0.469,1.245,97.273,98.549,-1.276,0.0,0.299,-0.299,0.0,0.427,-0.427,0.0,0.0,0.0,0.818,0.256,0.562 +11001009602,"Census Tract 96.02, District of Columbia, District of Columbia",3675,2033.0,24138.0,320000.0,122.0,7.0,3492.0,0.0,0.0,0.0,23.0,19.0,134.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.02,3106.0,8.0,3055.0,5.0,7.0,2.0,31.0,1646.0,21746.0,128400.0,153.0,6.000983767830792,9.295261239368164,-3.294277471537373,0.4222,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.19,0.258,-0.068,95.02,98.358,-3.338,0.0,0.225,-0.225,0.0,0.161,-0.161,0.0,0.064,-0.064,3.646,0.998,2.648 +11001009603,"Census Tract 96.03, District of Columbia, District of Columbia",3635,2638.0,44229.0,230600.0,320.0,0.0,3500.0,0.0,0.0,0.0,0.0,21.0,114.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.03,3230.0,12.0,3169.0,9.0,10.0,0.0,29.0,2317.0,31898.0,98000.0,350.0,12.130401819560273,15.105740181268882,-2.9753383617086087,0.388031222896791,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.0,0.372,-0.372,96.286,98.111,-1.825,0.0,0.31,-0.31,0.0,0.279,-0.279,0.0,0.0,0.0,3.136,0.898,2.238 +11001009604,"Census Tract 96.04, District of Columbia, District of Columbia",2204,1758.0,56010.0,198400.0,337.0,51.0,2059.0,9.0,0.0,0.0,5.0,24.0,56.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 96.04,1982.0,9.0,1947.0,7.0,1.0,0.0,17.0,1484.0,32672.0,92000.0,141.0,19.169510807736064,9.501347708894878,9.668163098841186,0.33225806451612905,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,2.314,0.454,1.86,93.421,98.234,-4.813,0.0,0.05,-0.05,0.408,0.353,0.055,0.0,0.0,0.0,2.541,0.858,1.683 +11001009700,"Census Tract 97, District of Columbia, District of Columbia",3255,1976.0,31771.0,261900.0,227.0,23.0,3207.0,0.0,0.0,0.0,8.0,0.0,17.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 97,2309.0,3.0,2297.0,3.0,2.0,0.0,2.0,1295.0,33086.0,98500.0,64.0,11.487854251012147,4.942084942084942,6.545769308927205,0.4584192439862543,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.707,0.13,0.577,98.525,99.48,-0.955,0.0,0.087,-0.087,0.0,0.13,-0.13,0.0,0.0,0.0,0.522,0.087,0.435 +11001009801,"Census Tract 98.01, District of Columbia, District of Columbia",2317,1245.0,20513.0,231700.0,171.0,33.0,2178.0,5.0,0.0,0.0,0.0,51.0,50.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.01,2091.0,1.0,2055.0,6.0,1.0,0.0,16.0,925.0,16250.0,87800.0,29.0,13.734939759036145,3.135135135135135,10.59980462390101,0.45432887354337503,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,1.424,0.048,1.376,94.001,98.278,-4.277,0.0,0.048,-0.048,0.216,0.287,-0.071,0.0,0.0,0.0,2.158,0.765,1.393 +11001009802,"Census Tract 98.02, District of Columbia, District of Columbia",2051,1131.0,23625.0,215400.0,131.0,7.0,1979.0,0.0,0.0,0.0,0.0,0.0,65.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.02,1806.0,5.0,1787.0,2.0,3.0,0.0,7.0,917.0,25871.0,86200.0,25.0,11.582670203359859,2.7262813522355507,8.856388851124308,0.4237325905292479,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.341,0.277,0.064,96.49,98.948,-2.458,0.0,0.166,-0.166,0.0,0.111,-0.111,0.0,0.0,0.0,3.169,0.388,2.781 +11001009803,"Census Tract 98.03, District of Columbia, District of Columbia",3081,1887.0,26306.0,282800.0,142.0,0.0,3064.0,9.0,0.0,0.0,0.0,8.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.03,2236.0,25.0,2179.0,3.0,5.0,0.0,20.0,1370.0,23292.0,100600.0,153.0,7.525172231054584,11.167883211678832,-3.6427109806242486,0.48775106082036773,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.0,1.118,-1.118,99.448,97.451,1.997,0.0,0.224,-0.224,0.292,0.134,0.158,0.0,0.0,0.0,0.0,0.894,-0.894 +11001009804,"Census Tract 98.04, District of Columbia, District of Columbia",2826,1707.0,36559.0,217900.0,190.0,27.0,2476.0,0.0,9.0,0.0,0.0,98.0,216.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.04,2566.0,15.0,2520.0,5.0,3.0,0.0,22.0,1370.0,22539.0,100900.0,101.0,11.130638547158759,7.372262773722627,3.758375773436131,0.3331987150068839,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.955,0.585,0.37,87.615,98.207,-10.592,0.318,0.117,0.201,0.0,0.195,-0.195,0.0,0.0,0.0,7.643,0.857,6.786 +11001009807,"Census Tract 98.07, District of Columbia, District of Columbia",3369,2299.0,41452.0,234800.0,477.0,118.0,3229.0,0.0,0.0,0.0,0.0,19.0,3.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.07,3238.0,53.0,3137.0,1.0,19.0,0.0,28.0,2134.0,30076.0,98900.0,206.0,20.74815137016094,9.653233364573572,11.094918005587369,0.39345826235093695,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,3.503,1.637,1.866,95.844,96.881,-1.037,0.0,0.587,-0.587,0.0,0.031,-0.031,0.0,0.0,0.0,0.089,0.865,-0.776 +11001009810,"Census Tract 98.10, District of Columbia, District of Columbia",2914,1831.0,30704.0,,117.0,0.0,2840.0,0.0,0.0,0.0,41.0,33.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.10,2208.9999780000003,16.7123394,2169.633057,4.085238457,4.828009605,0.0,10.77017498,1192.518311,20166.9995,98500.00162000001,75.39122009,6.38995084653195,6.322017816798119,0.06793302973383142,,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,False,False,True,False,True,False,0.0,0.757,-0.757,97.461,98.218,-0.757,0.0,0.219,-0.219,0.0,0.185,-0.185,0.0,0.0,0.0,0.0,0.488,-0.488 +11001009811,"Census Tract 98.11, District of Columbia, District of Columbia",5163,2970.0,30764.0,236700.0,205.0,0.0,5056.0,0.0,0.0,0.0,0.0,94.0,13.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 98.11,3739.0000219999997,28.287660600000002,3672.366943,6.914761542999999,8.171990395,0.0,18.22982597,2018.481689,20167.0003,98499.99904,127.60877990000002,6.902356902356902,6.322018207815409,0.580338694541493,0.4007604621140685,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.0,0.757,-0.757,97.928,98.218,-0.29,0.0,0.219,-0.219,0.0,0.185,-0.185,0.0,0.0,0.0,0.252,0.488,-0.236 +11001009901,"Census Tract 99.01, District of Columbia, District of Columbia",2890,2175.0,89813.0,383800.0,985.0,95.0,2465.0,0.0,186.0,0.0,0.0,88.0,56.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.01,2302.0,91.0,2166.0,9.0,4.0,2.0,31.0,1861.0,61174.0,165300.0,596.0,45.28735632183908,32.025792584631915,13.261563737207162,0.3798019801980198,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,False,True,True,False,False,False,False,True,3.287,3.953,-0.666,85.294,94.092,-8.798,6.436,0.174,6.262,0.0,0.391,-0.391,0.0,0.087,-0.087,1.938,1.347,0.591 +11001009902,"Census Tract 99.02, District of Columbia, District of Columbia",3120,2322.0,51813.0,258000.0,376.0,57.0,3029.0,0.0,11.0,0.0,0.0,21.0,2.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.02,2993.0,49.0,2901.0,7.0,4.0,2.0,29.0,2118.0,41146.0,110500.0,293.0,16.19293712316968,13.833805476864967,2.3591316463047143,0.38325581395348834,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,1.827,1.637,0.19,97.083,96.926,0.157,0.353,0.134,0.219,0.0,0.234,-0.234,0.0,0.067,-0.067,0.064,0.969,-0.905 +11001009903,"Census Tract 99.03, District of Columbia, District of Columbia",1952,1392.0,64279.0,304800.0,310.0,91.0,1749.0,53.0,0.0,0.0,18.0,33.0,8.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.03,2081.0,3.0,2056.0,8.0,1.0,0.0,12.0,1301.0,19143.0,102200.0,119.0,22.270114942528735,9.146810146041506,13.12330479648723,0.5171653543307086,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,4.662,0.144,4.518,89.6,98.799,-9.199,0.0,0.048,-0.048,2.715,0.384,2.331,0.0,0.0,0.0,0.41,0.577,-0.167 +11001009904,"Census Tract 99.04, District of Columbia, District of Columbia",2979,1526.0,30728.0,298600.0,252.0,52.0,2375.0,0.0,0.0,15.0,0.0,46.0,491.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.04,1863.0,12.0,1826.0,6.0,2.0,0.0,17.0,1111.0,26745.0,126300.0,43.0,16.513761467889907,3.8703870387038704,12.643374429186036,0.39091761553918286,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,False,True,False,True,False,1.746,0.644,1.102,79.725,98.014,-18.289,0.0,0.107,-0.107,0.0,0.322,-0.322,0.504,0.0,0.504,16.482,0.913,15.569 +11001009905,"Census Tract 99.05, District of Columbia, District of Columbia",2890,1785.0,40650.0,174800.0,218.0,3.0,2705.0,0.0,0.0,0.0,14.0,42.0,126.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.05,2670.0,13.0,2636.0,0.0,10.0,0.0,9.0,1515.0,25778.0,89600.0,58.0,12.212885154061624,3.8283828382838285,8.384502315777794,0.26187643020594964,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.104,0.487,-0.383,93.599,98.727,-5.128,0.0,0.375,-0.375,0.0,0.0,0.0,0.0,0.0,0.0,4.36,0.337,4.023 +11001009906,"Census Tract 99.06, District of Columbia, District of Columbia",1623,1145.0,44357.0,217500.0,159.0,2.0,1555.0,0.0,8.0,0.0,0.0,26.0,32.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.06,1550.0,10.0,1523.0,1.0,4.0,1.0,12.0,953.0,24457.0,86800.0,63.0,13.88646288209607,6.610703043022036,7.275759839074035,0.42532413793103446,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.123,0.645,-0.522,95.81,98.258,-2.448,0.493,0.258,0.235,0.0,0.065,-0.065,0.0,0.065,-0.065,1.972,0.774,1.198 +11001009907,"Census Tract 99.07, District of Columbia, District of Columbia",2773,1674.0,31426.0,185300.0,187.0,0.0,2761.0,0.0,0.0,0.0,0.0,12.0,0.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 99.07,3037.0,18.0,2989.0,1.0,4.0,0.0,25.0,1634.0,20176.0,93900.0,92.0,11.17084826762246,5.630354957160343,5.540493310462118,0.2702860226659471,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,False,True,False,True,False,0.0,0.593,-0.593,99.567,98.419,1.148,0.0,0.132,-0.132,0.0,0.033,-0.033,0.0,0.0,0.0,0.0,0.823,-0.823 +11001010100,"Census Tract 101, District of Columbia, District of Columbia",2861,2415.0,84514.0,431500.0,1902.0,1750.0,363.0,0.0,388.0,0.0,43.0,39.0,278.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 101,1543.0,693.0,374.0,15.0,213.0,0.0,229.0,1274.0,32827.97617,208988.4211,686.0,78.75776397515529,53.84615384615385,24.91161012900144,0.30256471289918885,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,False,False,False,False,True,61.167,44.913,16.254,12.688,24.238,-11.55,13.562,13.804,-0.242,0.0,0.972,-0.972,0.0,0.0,0.0,9.717,14.841,-5.124 +11001010200,"Census Tract 102, District of Columbia, District of Columbia",2745,2325.0,104215.0,561700.0,1792.0,1152.0,1125.0,40.0,124.0,0.0,0.0,117.0,187.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 102,2444.0,834.0,1387.0,16.0,73.0,0.0,126.0,1952.0,45254.90645,112205.5814,1291.0,77.0752688172043,66.13729508196721,10.937973735237094,0.7123446017162186,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,41.967,34.124,7.843,40.984,56.751,-15.767,4.517,2.987,1.53,1.457,0.655,0.802,0.0,0.0,0.0,6.812,5.155,1.657 +11001010300,"Census Tract 103, District of Columbia, District of Columbia",3515,2727.0,69741.0,443700.0,1538.0,590.0,1782.0,0.0,68.0,0.0,0.0,64.0,1011.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 103,3583.0,569.0,2526.0,11.0,99.0,0.0,360.0,2584.0,47753.92273,183300.0,1060.0,56.3989732306564,41.021671826625386,15.377301404031016,0.40511156186612574,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,16.785,15.881,0.904,50.697,70.5,-19.803,1.935,2.763,-0.828,0.0,0.307,-0.307,0.0,0.0,0.0,28.762,10.047,18.715 +11001010400,"Census Tract 104, District of Columbia, District of Columbia",4625,2925.0,36477.0,260300.0,583.0,277.0,4149.0,0.0,0.0,0.0,0.0,32.0,167.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 104,3985.277688,155.69425790000003,3734.390093,9.013426224,16.06444588,0.002441132,56.10789802,2674.599054,32795.248360000005,96899.97352,270.2155519,19.931623931623932,10.103030265260836,9.828593666363096,0.4639417523288514,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,5.989,3.907,2.082,89.708,93.705,-3.997,0.0,0.403,-0.403,0.0,0.226,-0.226,0.0,0.0,0.0,3.611,1.408,2.203 +11001010500,"Census Tract 105, District of Columbia, District of Columbia",3624,3062.0,83750.0,398100.0,2234.0,1515.0,1467.0,0.0,198.0,14.0,12.0,149.0,269.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 105,3288.0,658.0,2235.0,19.0,158.0,0.0,162.0,2489.0,37304.6001,156678.8321,1168.0,72.95885042455912,46.926476496584975,26.03237392797414,0.43326420943481536,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,True,True,True,False,False,False,True,41.805,20.012,21.793,40.48,67.974,-27.494,5.464,4.805,0.659,0.0,0.578,-0.578,0.386,0.0,0.386,7.423,4.927,2.496 +11001010600,"Census Tract 106, District of Columbia, District of Columbia",7167,5824.0,110469.0,599300.0,4825.0,4560.0,1694.0,11.0,457.0,0.0,0.0,124.0,321.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 106,3298.0,141.0,3025.0,7.0,24.0,1.0,99.0,2090.0,35512.64192,104514.8311,333.0,82.84684065934066,15.933014354066986,66.91382630527367,0.7488714220190222,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,63.625,4.275,59.35,23.636,91.722,-68.086,6.376,0.728,5.648,0.153,0.212,-0.059,0.0,0.03,-0.03,4.479,3.002,1.477 +11001010700,"Census Tract 107, District of Columbia, District of Columbia",1711,1174.0,73750.0,444700.0,1053.0,1143.0,123.0,0.0,179.0,0.0,0.0,23.0,243.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 107,1638.0,1196.0,87.0,8.0,199.0,2.0,133.0,983.0,44838.551660000005,205492.8571,834.0,89.69335604770016,84.84231943031536,4.851036617384807,0.33458575618619296,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,False,True,False,True,False,False,False,False,True,66.803,73.016,-6.213,7.189,5.311,1.878,10.462,12.149,-1.687,0.0,0.488,-0.488,0.0,0.122,-0.122,14.202,8.12,6.082 +11001010800,"Census Tract 108, District of Columbia, District of Columbia",6451,780.0,36058.0,242500.0,649.0,4155.0,749.0,0.0,773.0,8.0,0.0,235.0,531.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 108.00,4361.0,3132.0,301.0,8.0,687.0,5.0,201.0,733.0,9589.0,56100.0,541.0,83.2051282051282,73.80627557980901,9.398852625319194,0.6668701030927835,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,64.409,71.818,-7.409,11.611,6.902,4.709,11.983,15.753,-3.77,0.0,0.183,-0.183,0.124,0.115,0.009,8.231,4.609,3.622 +11001010900,"Census Tract 109, District of Columbia, District of Columbia",4054,2019.0,31094.0,334100.0,311.0,19.0,3907.0,0.0,14.0,0.0,9.0,34.0,71.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 109,2845.0,32.0,2730.0,8.0,8.0,1.0,64.0,1445.0,25708.0,69800.0,79.0,15.403665180782566,5.467128027681661,9.936537153100904,0.6991559413349296,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,False,True,True,True,False,True,False,0.469,1.125,-0.656,96.374,95.958,0.416,0.345,0.281,0.064,0.0,0.281,-0.281,0.0,0.035,-0.035,1.751,2.25,-0.499 +11001011000,"Census Tract 110, District of Columbia, District of Columbia",3720,3278.0,75529.0,336900.0,2691.0,2313.0,978.0,37.0,162.0,0.0,0.0,78.0,152.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 110,3877.584314,1387.3294119999998,2199.354248,19.0,78.9503268,1.0,170.95032680000003,3175.633987,44888.66669,88582.39305,1878.9568629999999,82.0927394752898,59.16792900856429,22.92481046672551,0.6213753458236866,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,62.177,35.778,26.399,26.29,56.72,-30.43,4.355,2.036,2.319,0.995,0.49,0.505,0.0,0.026,-0.026,4.086,4.409,-0.323 +11001011100,"Census Tract 111, District of Columbia, District of Columbia",5548,4202.0,75781.0,427300.0,1669.0,416.0,4473.0,8.0,47.0,0.0,8.0,126.0,470.0,Washington,Washington-Arlington-Alexandria,DC,District of Columbia,Census Tract 111,4829.0,117.0,4546.0,21.0,41.0,0.0,94.0,3524.0,38854.0,135389.0254,753.0,39.71918134221799,21.367763904653803,18.35141743756419,0.5437393012497074,54471.999864,147300.17242000002,10.928943374002822,0.39091761553918286,False,True,True,True,True,True,True,True,False,False,7.498,2.423,5.075,80.624,94.14,-13.516,0.847,0.849,-0.002,0.144,0.435,-0.291,0.0,0.0,0.0,8.472,1.947,6.525 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..13b6afb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +jupyter +pandas +requests +census +us +shapely +geopandas +geojson +rtree +scipy